diff --git a/ElbowLat/LICENSE b/ElbowLat/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..96ec3c5d17c29d4d0852cda40b06cdabac2d4867 --- /dev/null +++ b/ElbowLat/LICENSE @@ -0,0 +1,5 @@ +CC BY 4.0 +https://creativecommons.org/licenses/by/4.0/ + +Derived from: https://universe.roboflow.com/ionspace/elbow_lat-lnn0s-pmycd +Attribution: Roboflow Universe project `ionspace/elbow_lat-lnn0s-pmycd` (CC BY 4.0). diff --git a/ElbowLat/README.md b/ElbowLat/README.md new file mode 100644 index 0000000000000000000000000000000000000000..717a6fb51a604532369edfe6b4715dff645f8de0 --- /dev/null +++ b/ElbowLat/README.md @@ -0,0 +1,33 @@ +# ElbowLat (lateral elbow radiographs) + +Part of the FleXray data release. Repackaged from the original distribution at +https://universe.roboflow.com/ionspace/elbow_lat-lnn0s-pmycd under CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/). + +**Citation:** Roboflow Universe project `ionspace/elbow_lat-lnn0s-pmycd` (CC BY 4.0). + +## Contents + +- 601 samples (test: 91, train: 419, val: 91); one image and one label per sample. +- `images/*.png`: 16-bit grayscale PNG, intensities in [0, 65535] map linearly to [0, 1]. +- `labels/`: binary channel masks (NPY, C x H x W). Label ids/channels: +- channel `0`: background +- channel `1`: humeri +- channel `2`: radii +- channel `3`: ulnae +- `dataset.yml`: `fxr-dataset` manifest (schema version 1). Splits are the + ones used in the FleXray paper; `metadata.original_shape` is the source image shape. + +## Preprocessing + +Every image was min-max normalized to [0, 1] per image, padded to a square with zeros +(centered) and resized to 256 x 256 (area interpolation for images, nearest for labels). Labels were remapped from the +source annotation to the dataset-native names listed above; the FleXray package maps +those names into its label protocol at training time. + +## Usage + +```bash +pip install flexray +fxr-dataset validate dataset.yml +fxr-dataset pack dataset.yml /data/flexray/ElbowLat +``` diff --git a/ElbowLat/dataset.yml b/ElbowLat/dataset.yml new file mode 100644 index 0000000000000000000000000000000000000000..c74986f1e140856abb9605cf3e018e8c2b494b7c --- /dev/null +++ b/ElbowLat/dataset.yml @@ -0,0 +1,6020 @@ +schema_version: 1 +dataset_name: ElbowLat +dataset_type: xray-seg +protocol_name: all_structures_flexray_v4 +label_names: +- background +- humeri +- radii +- ulnae +samples: +- sample_id: test_115_jpg.rf.79XAF49uapsmI58ilCFw + subject_id: '115' + split: test + image: images/test_115_jpg.rf.79XAF49uapsmI58ilCFw.png + label: labels/test_115_jpg.rf.79XAF49uapsmI58ilCFw.npy + metadata: + original_shape: + - 2630 + - 1280 + source_split: train +- sample_id: test_115_png.rf.2LsENOTgFOYxK8myf6Iv + subject_id: '115' + split: test + image: images/test_115_png.rf.2LsENOTgFOYxK8myf6Iv.png + label: labels/test_115_png.rf.2LsENOTgFOYxK8myf6Iv.npy + metadata: + original_shape: + - 2114 + - 2100 + source_split: train +- sample_id: test_122_jpg.rf.FygAXzyXYSza2sxNCP1z + subject_id: '122' + split: test + image: images/test_122_jpg.rf.FygAXzyXYSza2sxNCP1z.png + label: labels/test_122_jpg.rf.FygAXzyXYSza2sxNCP1z.npy + metadata: + original_shape: + - 1086 + - 2145 + source_split: train +- sample_id: test_122_png.rf.10wMoRLbz2BkULkT29zO + subject_id: '122' + split: test + image: images/test_122_png.rf.10wMoRLbz2BkULkT29zO.png + label: labels/test_122_png.rf.10wMoRLbz2BkULkT29zO.npy + metadata: + original_shape: + - 1811 + - 1435 + source_split: test +- sample_id: test_125_jpg.rf.YZJ8E1Txk6mjBLmRgw8a + subject_id: '125' + split: test + image: images/test_125_jpg.rf.YZJ8E1Txk6mjBLmRgw8a.png + label: labels/test_125_jpg.rf.YZJ8E1Txk6mjBLmRgw8a.npy + metadata: + original_shape: + - 1240 + - 1356 + source_split: train +- sample_id: test_125_png.rf.RNkhPYxOvK6TBSY2AkaI + subject_id: '125' + split: test + image: images/test_125_png.rf.RNkhPYxOvK6TBSY2AkaI.png + label: labels/test_125_png.rf.RNkhPYxOvK6TBSY2AkaI.npy + metadata: + original_shape: + - 2071 + - 1887 + source_split: valid +- sample_id: test_136_jpg.rf.NhUASKGpbrdazCsN8gVU + subject_id: '136' + split: test + image: images/test_136_jpg.rf.NhUASKGpbrdazCsN8gVU.png + label: labels/test_136_jpg.rf.NhUASKGpbrdazCsN8gVU.npy + metadata: + original_shape: + - 1591 + - 2264 + source_split: train +- sample_id: test_136_png.rf.CayuwPwKtDysK8PceEQ9 + subject_id: '136' + split: test + image: images/test_136_png.rf.CayuwPwKtDysK8PceEQ9.png + label: labels/test_136_png.rf.CayuwPwKtDysK8PceEQ9.npy + metadata: + original_shape: + - 1742 + - 1303 + source_split: valid +- sample_id: test_138_jpg.rf.kiw9lfWNJKw5auf6dspE + subject_id: '138' + split: test + image: images/test_138_jpg.rf.kiw9lfWNJKw5auf6dspE.png + label: labels/test_138_jpg.rf.kiw9lfWNJKw5auf6dspE.npy + metadata: + original_shape: + - 1989 + - 2070 + source_split: train +- sample_id: test_143_jpg.rf.nvmav0AUE05ZhE9V0iKw + subject_id: '143' + split: test + image: images/test_143_jpg.rf.nvmav0AUE05ZhE9V0iKw.png + label: labels/test_143_jpg.rf.nvmav0AUE05ZhE9V0iKw.npy + metadata: + original_shape: + - 1713 + - 1697 + source_split: train +- sample_id: test_143_png.rf.WJrOxKmIjZkg4U2kocIJ + subject_id: '143' + split: test + image: images/test_143_png.rf.WJrOxKmIjZkg4U2kocIJ.png + label: labels/test_143_png.rf.WJrOxKmIjZkg4U2kocIJ.npy + metadata: + original_shape: + - 1909 + - 1386 + source_split: train +- sample_id: test_14_jpg.rf.a4ygsUT90GlZ0S3kAinD + subject_id: '14' + split: test + image: images/test_14_jpg.rf.a4ygsUT90GlZ0S3kAinD.png + label: labels/test_14_jpg.rf.a4ygsUT90GlZ0S3kAinD.npy + metadata: + original_shape: + - 1771 + - 1538 + source_split: train +- sample_id: test_14_png.rf.AKozg13L0puSeK3jAlWu + subject_id: '14' + split: test + image: images/test_14_png.rf.AKozg13L0puSeK3jAlWu.png + label: labels/test_14_png.rf.AKozg13L0puSeK3jAlWu.npy + metadata: + original_shape: + - 2400 + - 2096 + source_split: train +- sample_id: test_152_jpg.rf.lCtYbJnZmSFzMpqpfP9u + subject_id: '152' + split: test + image: images/test_152_jpg.rf.lCtYbJnZmSFzMpqpfP9u.png + label: labels/test_152_jpg.rf.lCtYbJnZmSFzMpqpfP9u.npy + metadata: + original_shape: + - 1884 + - 2320 + source_split: train +- sample_id: test_152_png.rf.topi6ha8nkANlNhfN8XT + subject_id: '152' + split: test + image: images/test_152_png.rf.topi6ha8nkANlNhfN8XT.png + label: labels/test_152_png.rf.topi6ha8nkANlNhfN8XT.npy + metadata: + original_shape: + - 1534 + - 990 + source_split: train +- sample_id: test_155_jpg.rf.N83qMopd7w7Z9zMBiQuG + subject_id: '155' + split: test + image: images/test_155_jpg.rf.N83qMopd7w7Z9zMBiQuG.png + label: labels/test_155_jpg.rf.N83qMopd7w7Z9zMBiQuG.npy + metadata: + original_shape: + - 1239 + - 1082 + source_split: valid +- sample_id: test_155_png.rf.EA5ACV4xZGBdKVe4oKCM + subject_id: '155' + split: test + image: images/test_155_png.rf.EA5ACV4xZGBdKVe4oKCM.png + label: labels/test_155_png.rf.EA5ACV4xZGBdKVe4oKCM.npy + metadata: + original_shape: + - 2292 + - 1593 + source_split: valid +- sample_id: test_15_jpg.rf.yAcRfF6yHXK8vXGi0pxZ + subject_id: '15' + split: test + image: images/test_15_jpg.rf.yAcRfF6yHXK8vXGi0pxZ.png + label: labels/test_15_jpg.rf.yAcRfF6yHXK8vXGi0pxZ.npy + metadata: + original_shape: + - 1609 + - 2005 + source_split: train +- sample_id: test_164_jpg.rf.KQmctbfnqODBqAfkgxfX + subject_id: '164' + split: test + image: images/test_164_jpg.rf.KQmctbfnqODBqAfkgxfX.png + label: labels/test_164_jpg.rf.KQmctbfnqODBqAfkgxfX.npy + metadata: + original_shape: + - 2286 + - 2114 + source_split: valid +- sample_id: test_164_png.rf.sY5sOs2ImCg0zh1IbmHf + subject_id: '164' + split: test + image: images/test_164_png.rf.sY5sOs2ImCg0zh1IbmHf.png + label: labels/test_164_png.rf.sY5sOs2ImCg0zh1IbmHf.npy + metadata: + original_shape: + - 2175 + - 1557 + source_split: valid +- sample_id: test_177_jpg.rf.i2cMyAidvVceNnFDkYpF + subject_id: '177' + split: test + image: images/test_177_jpg.rf.i2cMyAidvVceNnFDkYpF.png + label: labels/test_177_jpg.rf.i2cMyAidvVceNnFDkYpF.npy + metadata: + original_shape: + - 2991 + - 2782 + source_split: valid +- sample_id: test_177_png.rf.ujgkFDvzZ4FKI9h1Qb16 + subject_id: '177' + split: test + image: images/test_177_png.rf.ujgkFDvzZ4FKI9h1Qb16.png + label: labels/test_177_png.rf.ujgkFDvzZ4FKI9h1Qb16.npy + metadata: + original_shape: + - 1891 + - 1409 + source_split: train +- sample_id: test_179_jpg.rf.raIC1ORF0OhFQGJcfj7F + subject_id: '179' + split: test + image: images/test_179_jpg.rf.raIC1ORF0OhFQGJcfj7F.png + label: labels/test_179_jpg.rf.raIC1ORF0OhFQGJcfj7F.npy + metadata: + original_shape: + - 1753 + - 1542 + source_split: train +- sample_id: test_182_jpg.rf.8tXw1eo6UeRlBO5YbMM5 + subject_id: '182' + split: test + image: images/test_182_jpg.rf.8tXw1eo6UeRlBO5YbMM5.png + label: labels/test_182_jpg.rf.8tXw1eo6UeRlBO5YbMM5.npy + metadata: + original_shape: + - 2205 + - 1982 + source_split: train +- sample_id: test_182_png.rf.Oc6gWWmPpHNj0qjKi0cV + subject_id: '182' + split: test + image: images/test_182_png.rf.Oc6gWWmPpHNj0qjKi0cV.png + label: labels/test_182_png.rf.Oc6gWWmPpHNj0qjKi0cV.npy + metadata: + original_shape: + - 2009 + - 2085 + source_split: train +- sample_id: test_191_jpg.rf.AEWa5iXgj178taA4Gudu + subject_id: '191' + split: test + image: images/test_191_jpg.rf.AEWa5iXgj178taA4Gudu.png + label: labels/test_191_jpg.rf.AEWa5iXgj178taA4Gudu.npy + metadata: + original_shape: + - 1765 + - 1230 + source_split: valid +- sample_id: test_194_jpg.rf.NyxUNpBiU7lVTij9tbPo + subject_id: '194' + split: test + image: images/test_194_jpg.rf.NyxUNpBiU7lVTij9tbPo.png + label: labels/test_194_jpg.rf.NyxUNpBiU7lVTij9tbPo.npy + metadata: + original_shape: + - 1877 + - 1596 + source_split: train +- sample_id: test_194_png.rf.vlDrkMINiuZWY5oin6ke + subject_id: '194' + split: test + image: images/test_194_png.rf.vlDrkMINiuZWY5oin6ke.png + label: labels/test_194_png.rf.vlDrkMINiuZWY5oin6ke.npy + metadata: + original_shape: + - 978 + - 1150 + source_split: train +- sample_id: test_203_jpg.rf.GpTuAn6fK0J1bBPBF33R + subject_id: '203' + split: test + image: images/test_203_jpg.rf.GpTuAn6fK0J1bBPBF33R.png + label: labels/test_203_jpg.rf.GpTuAn6fK0J1bBPBF33R.npy + metadata: + original_shape: + - 1029 + - 1354 + source_split: train +- sample_id: test_203_png.rf.rLUqxbUOgLY2uqXrj3Rq + subject_id: '203' + split: test + image: images/test_203_png.rf.rLUqxbUOgLY2uqXrj3Rq.png + label: labels/test_203_png.rf.rLUqxbUOgLY2uqXrj3Rq.npy + metadata: + original_shape: + - 1925 + - 1438 + source_split: train +- sample_id: test_206_jpg.rf.9IPP64g1Oa9Rt26LRiU7 + subject_id: '206' + split: test + image: images/test_206_jpg.rf.9IPP64g1Oa9Rt26LRiU7.png + label: labels/test_206_jpg.rf.9IPP64g1Oa9Rt26LRiU7.npy + metadata: + original_shape: + - 893 + - 1036 + source_split: train +- sample_id: test_206_png.rf.4VNrQIeJUTCkTV1HEhMi + subject_id: '206' + split: test + image: images/test_206_png.rf.4VNrQIeJUTCkTV1HEhMi.png + label: labels/test_206_png.rf.4VNrQIeJUTCkTV1HEhMi.npy + metadata: + original_shape: + - 2183 + - 1906 + source_split: train +- sample_id: test_209_jpg.rf.JUwuRSyjztZ4NF1Zeq0A + subject_id: '209' + split: test + image: images/test_209_jpg.rf.JUwuRSyjztZ4NF1Zeq0A.png + label: labels/test_209_jpg.rf.JUwuRSyjztZ4NF1Zeq0A.npy + metadata: + original_shape: + - 2991 + - 2992 + source_split: test +- sample_id: test_215_jpg.rf.1FlsBT3bQz6TqebdcCZI + subject_id: '215' + split: test + image: images/test_215_jpg.rf.1FlsBT3bQz6TqebdcCZI.png + label: labels/test_215_jpg.rf.1FlsBT3bQz6TqebdcCZI.npy + metadata: + original_shape: + - 1874 + - 1550 + source_split: train +- sample_id: test_215_png.rf.QbC0AM5dnF2MpsE92otN + subject_id: '215' + split: test + image: images/test_215_png.rf.QbC0AM5dnF2MpsE92otN.png + label: labels/test_215_png.rf.QbC0AM5dnF2MpsE92otN.npy + metadata: + original_shape: + - 1636 + - 1361 + source_split: train +- sample_id: test_21_jpg.rf.MvD8RTRk9JUiW1qtegZl + subject_id: '21' + split: test + image: images/test_21_jpg.rf.MvD8RTRk9JUiW1qtegZl.png + label: labels/test_21_jpg.rf.MvD8RTRk9JUiW1qtegZl.npy + metadata: + original_shape: + - 1408 + - 990 + source_split: train +- sample_id: test_21_png.rf.WG5zb7Jk0TrVJARmupMR + subject_id: '21' + split: test + image: images/test_21_png.rf.WG5zb7Jk0TrVJARmupMR.png + label: labels/test_21_png.rf.WG5zb7Jk0TrVJARmupMR.npy + metadata: + original_shape: + - 2400 + - 2960 + source_split: train +- sample_id: test_223_jpg.rf.eOwwVfEZCJKEio8sJi4y + subject_id: '223' + split: test + image: images/test_223_jpg.rf.eOwwVfEZCJKEio8sJi4y.png + label: labels/test_223_jpg.rf.eOwwVfEZCJKEio8sJi4y.npy + metadata: + original_shape: + - 1518 + - 1850 + source_split: train +- sample_id: test_223_png.rf.ChYrPQ9uSJ1OCKmjX1zS + subject_id: '223' + split: test + image: images/test_223_png.rf.ChYrPQ9uSJ1OCKmjX1zS.png + label: labels/test_223_png.rf.ChYrPQ9uSJ1OCKmjX1zS.npy + metadata: + original_shape: + - 1875 + - 2107 + source_split: valid +- sample_id: test_229_jpg.rf.G6lg13fep8nGsyHrCmD7 + subject_id: '229' + split: test + image: images/test_229_jpg.rf.G6lg13fep8nGsyHrCmD7.png + label: labels/test_229_jpg.rf.G6lg13fep8nGsyHrCmD7.npy + metadata: + original_shape: + - 1753 + - 2766 + source_split: valid +- sample_id: test_229_png.rf.7Yy5t8VUrnehKr0fcxQt + subject_id: '229' + split: test + image: images/test_229_png.rf.7Yy5t8VUrnehKr0fcxQt.png + label: labels/test_229_png.rf.7Yy5t8VUrnehKr0fcxQt.npy + metadata: + original_shape: + - 1600 + - 1320 + source_split: valid +- sample_id: test_247_jpg.rf.msqWFbmi9wuAh6tOJN4V + subject_id: '247' + split: test + image: images/test_247_jpg.rf.msqWFbmi9wuAh6tOJN4V.png + label: labels/test_247_jpg.rf.msqWFbmi9wuAh6tOJN4V.npy + metadata: + original_shape: + - 1753 + - 1542 + source_split: train +- sample_id: test_247_png.rf.tdHXpR7TC2xN6K0KNKPw + subject_id: '247' + split: test + image: images/test_247_png.rf.tdHXpR7TC2xN6K0KNKPw.png + label: labels/test_247_png.rf.tdHXpR7TC2xN6K0KNKPw.npy + metadata: + original_shape: + - 1570 + - 1415 + source_split: train +- sample_id: test_24_jpg.rf.MnQQMPhXfzUzPPpn0E8u + subject_id: '24' + split: test + image: images/test_24_jpg.rf.MnQQMPhXfzUzPPpn0E8u.png + label: labels/test_24_jpg.rf.MnQQMPhXfzUzPPpn0E8u.npy + metadata: + original_shape: + - 2051 + - 1992 + source_split: test +- sample_id: test_24_png.rf.3EW8MmlMLsN2VM8s5WiL + subject_id: '24' + split: test + image: images/test_24_png.rf.3EW8MmlMLsN2VM8s5WiL.png + label: labels/test_24_png.rf.3EW8MmlMLsN2VM8s5WiL.npy + metadata: + original_shape: + - 1872 + - 1392 + source_split: train +- sample_id: test_253_jpg.rf.EPmFV2Mfb3mKdKhpPKsz + subject_id: '253' + split: test + image: images/test_253_jpg.rf.EPmFV2Mfb3mKdKhpPKsz.png + label: labels/test_253_jpg.rf.EPmFV2Mfb3mKdKhpPKsz.npy + metadata: + original_shape: + - 1171 + - 932 + source_split: train +- sample_id: test_253_png.rf.o6juKY4fsHmUpJT3fLHI + subject_id: '253' + split: test + image: images/test_253_png.rf.o6juKY4fsHmUpJT3fLHI.png + label: labels/test_253_png.rf.o6juKY4fsHmUpJT3fLHI.npy + metadata: + original_shape: + - 2222 + - 1713 + source_split: train +- sample_id: test_257_jpg.rf.jb0ELdPg0Hq2DMHgPCjg + subject_id: '257' + split: test + image: images/test_257_jpg.rf.jb0ELdPg0Hq2DMHgPCjg.png + label: labels/test_257_jpg.rf.jb0ELdPg0Hq2DMHgPCjg.npy + metadata: + original_shape: + - 2991 + - 2566 + source_split: train +- sample_id: test_257_png.rf.nIvndM5bvYxGIv0Q6oXi + subject_id: '257' + split: test + image: images/test_257_png.rf.nIvndM5bvYxGIv0Q6oXi.png + label: labels/test_257_png.rf.nIvndM5bvYxGIv0Q6oXi.npy + metadata: + original_shape: + - 1023 + - 986 + source_split: train +- sample_id: test_262_jpg.rf.MrydSeWY5L24HeE6QRXT + subject_id: '262' + split: test + image: images/test_262_jpg.rf.MrydSeWY5L24HeE6QRXT.png + label: labels/test_262_jpg.rf.MrydSeWY5L24HeE6QRXT.npy + metadata: + original_shape: + - 1943 + - 1960 + source_split: train +- sample_id: test_262_png.rf.qCfGseRIhnePEPMxFwSz + subject_id: '262' + split: test + image: images/test_262_png.rf.qCfGseRIhnePEPMxFwSz.png + label: labels/test_262_png.rf.qCfGseRIhnePEPMxFwSz.npy + metadata: + original_shape: + - 1731 + - 1848 + source_split: train +- sample_id: test_279_png.rf.57gLpsfQIqyyfFi5hGeM + subject_id: '279' + split: test + image: images/test_279_png.rf.57gLpsfQIqyyfFi5hGeM.png + label: labels/test_279_png.rf.57gLpsfQIqyyfFi5hGeM.npy + metadata: + original_shape: + - 1193 + - 1127 + source_split: valid +- sample_id: test_280_png.rf.jBOCBRnLQ8Bvv3IfmMfo + subject_id: '280' + split: test + image: images/test_280_png.rf.jBOCBRnLQ8Bvv3IfmMfo.png + label: labels/test_280_png.rf.jBOCBRnLQ8Bvv3IfmMfo.npy + metadata: + original_shape: + - 1685 + - 1438 + source_split: valid +- sample_id: test_282_png.rf.iD5GwZN2AIaD0zWfmIEL + subject_id: '282' + split: test + image: images/test_282_png.rf.iD5GwZN2AIaD0zWfmIEL.png + label: labels/test_282_png.rf.iD5GwZN2AIaD0zWfmIEL.npy + metadata: + original_shape: + - 992 + - 970 + source_split: train +- sample_id: test_289_png.rf.CFSzokrPz8LASNL4NLdj + subject_id: '289' + split: test + image: images/test_289_png.rf.CFSzokrPz8LASNL4NLdj.png + label: labels/test_289_png.rf.CFSzokrPz8LASNL4NLdj.npy + metadata: + original_shape: + - 1781 + - 1488 + source_split: valid +- sample_id: test_312_png.rf.F9QiVs2EfHdJtRsBzeki + subject_id: '312' + split: test + image: images/test_312_png.rf.F9QiVs2EfHdJtRsBzeki.png + label: labels/test_312_png.rf.F9QiVs2EfHdJtRsBzeki.npy + metadata: + original_shape: + - 1336 + - 1030 + source_split: train +- sample_id: test_315_png.rf.EuoHjA2Ud6XJZS4Zp3M6 + subject_id: '315' + split: test + image: images/test_315_png.rf.EuoHjA2Ud6XJZS4Zp3M6.png + label: labels/test_315_png.rf.EuoHjA2Ud6XJZS4Zp3M6.npy + metadata: + original_shape: + - 1316 + - 1598 + source_split: train +- sample_id: test_31_png.rf.sszZGn3RE8fNOD9IIbRK + subject_id: '31' + split: test + image: images/test_31_png.rf.sszZGn3RE8fNOD9IIbRK.png + label: labels/test_31_png.rf.sszZGn3RE8fNOD9IIbRK.npy + metadata: + original_shape: + - 2807 + - 1846 + source_split: train +- sample_id: test_336_png.rf.VN0k1MQ1Sq8iy4DREC3H + subject_id: '336' + split: test + image: images/test_336_png.rf.VN0k1MQ1Sq8iy4DREC3H.png + label: labels/test_336_png.rf.VN0k1MQ1Sq8iy4DREC3H.npy + metadata: + original_shape: + - 941 + - 742 + source_split: train +- sample_id: test_338_png.rf.UG8I8J8fkiUoNQuqieEV + subject_id: '338' + split: test + image: images/test_338_png.rf.UG8I8J8fkiUoNQuqieEV.png + label: labels/test_338_png.rf.UG8I8J8fkiUoNQuqieEV.npy + metadata: + original_shape: + - 2016 + - 1661 + source_split: train +- sample_id: test_33_png.rf.CBTkDqJmnCKkgnumcQly + subject_id: '33' + split: test + image: images/test_33_png.rf.CBTkDqJmnCKkgnumcQly.png + label: labels/test_33_png.rf.CBTkDqJmnCKkgnumcQly.npy + metadata: + original_shape: + - 1061 + - 1001 + source_split: train +- sample_id: test_352_png.rf.Iq2rnuWxLcqjF1edWa6k + subject_id: '352' + split: test + image: images/test_352_png.rf.Iq2rnuWxLcqjF1edWa6k.png + label: labels/test_352_png.rf.Iq2rnuWxLcqjF1edWa6k.npy + metadata: + original_shape: + - 2238 + - 1947 + source_split: train +- sample_id: test_363_png.rf.ozPRq6hS3AyD8ovWYEmg + subject_id: '363' + split: test + image: images/test_363_png.rf.ozPRq6hS3AyD8ovWYEmg.png + label: labels/test_363_png.rf.ozPRq6hS3AyD8ovWYEmg.npy + metadata: + original_shape: + - 1302 + - 1348 + source_split: valid +- sample_id: test_367_png.rf.VOOadNPuAZD6PX3y92fY + subject_id: '367' + split: test + image: images/test_367_png.rf.VOOadNPuAZD6PX3y92fY.png + label: labels/test_367_png.rf.VOOadNPuAZD6PX3y92fY.npy + metadata: + original_shape: + - 2236 + - 1644 + source_split: train +- sample_id: test_369_png.rf.e0w86XoVuVML2qlmWQb5 + subject_id: '369' + split: test + image: images/test_369_png.rf.e0w86XoVuVML2qlmWQb5.png + label: labels/test_369_png.rf.e0w86XoVuVML2qlmWQb5.npy + metadata: + original_shape: + - 1950 + - 1902 + source_split: train +- sample_id: test_372_png.rf.T2Xzls9muINcKs4ey2wF + subject_id: '372' + split: test + image: images/test_372_png.rf.T2Xzls9muINcKs4ey2wF.png + label: labels/test_372_png.rf.T2Xzls9muINcKs4ey2wF.npy + metadata: + original_shape: + - 1659 + - 1175 + source_split: train +- sample_id: test_373_png.rf.ElWAk78TfpKjnXLcZQJM + subject_id: '373' + split: test + image: images/test_373_png.rf.ElWAk78TfpKjnXLcZQJM.png + label: labels/test_373_png.rf.ElWAk78TfpKjnXLcZQJM.npy + metadata: + original_shape: + - 1381 + - 1070 + source_split: train +- sample_id: test_47_jpg.rf.t5aQ0tlC3yNpHOgG79Pq + subject_id: '47' + split: test + image: images/test_47_jpg.rf.t5aQ0tlC3yNpHOgG79Pq.png + label: labels/test_47_jpg.rf.t5aQ0tlC3yNpHOgG79Pq.npy + metadata: + original_shape: + - 3052 + - 3052 + source_split: train +- sample_id: test_47_png.rf.uDAvrh3591i5igtn1Ff4 + subject_id: '47' + split: test + image: images/test_47_png.rf.uDAvrh3591i5igtn1Ff4.png + label: labels/test_47_png.rf.uDAvrh3591i5igtn1Ff4.npy + metadata: + original_shape: + - 1942 + - 1983 + source_split: test +- sample_id: test_49_jpg.rf.IYF0qGn3x23fUjdaPiRd + subject_id: '49' + split: test + image: images/test_49_jpg.rf.IYF0qGn3x23fUjdaPiRd.png + label: labels/test_49_jpg.rf.IYF0qGn3x23fUjdaPiRd.npy + metadata: + original_shape: + - 3565 + - 3568 + source_split: train +- sample_id: test_49_png.rf.uiVrXHyQlxL5JCYKID3m + subject_id: '49' + split: test + image: images/test_49_png.rf.uiVrXHyQlxL5JCYKID3m.png + label: labels/test_49_png.rf.uiVrXHyQlxL5JCYKID3m.npy + metadata: + original_shape: + - 1027 + - 933 + source_split: train +- sample_id: test_62_jpg.rf.2cMcYVNhcmRIh4H5VxvO + subject_id: '62' + split: test + image: images/test_62_jpg.rf.2cMcYVNhcmRIh4H5VxvO.png + label: labels/test_62_jpg.rf.2cMcYVNhcmRIh4H5VxvO.npy + metadata: + original_shape: + - 1693 + - 1377 + source_split: train +- sample_id: test_62_png.rf.jMw29GCk0oxsQpEtvD5s + subject_id: '62' + split: test + image: images/test_62_png.rf.jMw29GCk0oxsQpEtvD5s.png + label: labels/test_62_png.rf.jMw29GCk0oxsQpEtvD5s.npy + metadata: + original_shape: + - 1844 + - 1124 + source_split: train +- sample_id: test_66_jpg.rf.iyTnhVnS7dzIbnVs2wkL + subject_id: '66' + split: test + image: images/test_66_jpg.rf.iyTnhVnS7dzIbnVs2wkL.png + label: labels/test_66_jpg.rf.iyTnhVnS7dzIbnVs2wkL.npy + metadata: + original_shape: + - 2021 + - 2021 + source_split: train +- sample_id: test_66_png.rf.Y0PhPEmfMfYgl0o35JPd + subject_id: '66' + split: test + image: images/test_66_png.rf.Y0PhPEmfMfYgl0o35JPd.png + label: labels/test_66_png.rf.Y0PhPEmfMfYgl0o35JPd.npy + metadata: + original_shape: + - 1543 + - 1309 + source_split: train +- sample_id: test_79_jpg.rf.pYMlb5vSPlKwMSzfNph6 + subject_id: '79' + split: test + image: images/test_79_jpg.rf.pYMlb5vSPlKwMSzfNph6.png + label: labels/test_79_jpg.rf.pYMlb5vSPlKwMSzfNph6.npy + metadata: + original_shape: + - 1181 + - 1407 + source_split: train +- sample_id: test_79_png.rf.bZIMcthBDgu76eOqvLia + subject_id: '79' + split: test + image: images/test_79_png.rf.bZIMcthBDgu76eOqvLia.png + label: labels/test_79_png.rf.bZIMcthBDgu76eOqvLia.npy + metadata: + original_shape: + - 1457 + - 1853 + source_split: valid +- sample_id: test_7_jpg.rf.QYBPYkZp5qyraLFJo2CV + subject_id: '7' + split: test + image: images/test_7_jpg.rf.QYBPYkZp5qyraLFJo2CV.png + label: labels/test_7_jpg.rf.QYBPYkZp5qyraLFJo2CV.npy + metadata: + original_shape: + - 1784 + - 1651 + source_split: train +- sample_id: test_7_png.rf.Cgr5Z36E2WsCpi399CUi + subject_id: '7' + split: test + image: images/test_7_png.rf.Cgr5Z36E2WsCpi399CUi.png + label: labels/test_7_png.rf.Cgr5Z36E2WsCpi399CUi.npy + metadata: + original_shape: + - 1280 + - 1250 + source_split: train +- sample_id: test_85_jpg.rf.Dlca2D4X2Upfazz59diL + subject_id: '85' + split: test + image: images/test_85_jpg.rf.Dlca2D4X2Upfazz59diL.png + label: labels/test_85_jpg.rf.Dlca2D4X2Upfazz59diL.npy + metadata: + original_shape: + - 903 + - 1111 + source_split: train +- sample_id: test_85_png.rf.jexMChntG48pCGnzyOkP + subject_id: '85' + split: test + image: images/test_85_png.rf.jexMChntG48pCGnzyOkP.png + label: labels/test_85_png.rf.jexMChntG48pCGnzyOkP.npy + metadata: + original_shape: + - 1436 + - 1432 + source_split: train +- sample_id: test_8_jpg.rf.sbWEmxMa6Te8LmCf6nwt + subject_id: '8' + split: test + image: images/test_8_jpg.rf.sbWEmxMa6Te8LmCf6nwt.png + label: labels/test_8_jpg.rf.sbWEmxMa6Te8LmCf6nwt.npy + metadata: + original_shape: + - 1589 + - 1672 + source_split: train +- sample_id: test_8_png.rf.3BHXpwpygRzmHvqI2QBR + subject_id: '8' + split: test + image: images/test_8_png.rf.3BHXpwpygRzmHvqI2QBR.png + label: labels/test_8_png.rf.3BHXpwpygRzmHvqI2QBR.npy + metadata: + original_shape: + - 2078 + - 2254 + source_split: valid +- sample_id: test_90_jpg.rf.dPAbtj0l28q459g5Bf7l + subject_id: '90' + split: test + image: images/test_90_jpg.rf.dPAbtj0l28q459g5Bf7l.png + label: labels/test_90_jpg.rf.dPAbtj0l28q459g5Bf7l.npy + metadata: + original_shape: + - 2021 + - 1814 + source_split: valid +- sample_id: test_90_png.rf.g4p30yonNzIPLq5d0WC6 + subject_id: '90' + split: test + image: images/test_90_png.rf.g4p30yonNzIPLq5d0WC6.png + label: labels/test_90_png.rf.g4p30yonNzIPLq5d0WC6.npy + metadata: + original_shape: + - 1864 + - 1473 + source_split: train +- sample_id: test_93_jpg.rf.u6rjq7miJgWGfJO9OJN9 + subject_id: '93' + split: test + image: images/test_93_jpg.rf.u6rjq7miJgWGfJO9OJN9.png + label: labels/test_93_jpg.rf.u6rjq7miJgWGfJO9OJN9.npy + metadata: + original_shape: + - 1733 + - 1473 + source_split: test +- sample_id: test_93_png.rf.Iz54nptZAX45oj4mvdak + subject_id: '93' + split: test + image: images/test_93_png.rf.Iz54nptZAX45oj4mvdak.png + label: labels/test_93_png.rf.Iz54nptZAX45oj4mvdak.npy + metadata: + original_shape: + - 2874 + - 1970 + source_split: train +- sample_id: test_94_jpg.rf.VAssDfN1It9aDiDXUeUs + subject_id: '94' + split: test + image: images/test_94_jpg.rf.VAssDfN1It9aDiDXUeUs.png + label: labels/test_94_jpg.rf.VAssDfN1It9aDiDXUeUs.npy + metadata: + original_shape: + - 1188 + - 1108 + source_split: test +- sample_id: test_94_png.rf.wNdECFnFsqaooHIHCl1R + subject_id: '94' + split: test + image: images/test_94_png.rf.wNdECFnFsqaooHIHCl1R.png + label: labels/test_94_png.rf.wNdECFnFsqaooHIHCl1R.npy + metadata: + original_shape: + - 2063 + - 1703 + source_split: train +- sample_id: test_9_jpg.rf.46ZOSFThCpN87Pi94ggF + subject_id: '9' + split: test + image: images/test_9_jpg.rf.46ZOSFThCpN87Pi94ggF.png + label: labels/test_9_jpg.rf.46ZOSFThCpN87Pi94ggF.npy + metadata: + original_shape: + - 2093 + - 2072 + source_split: train +- sample_id: test_9_png.rf.8sOo5cGG19aQy6Qt1k86 + subject_id: '9' + split: test + image: images/test_9_png.rf.8sOo5cGG19aQy6Qt1k86.png + label: labels/test_9_png.rf.8sOo5cGG19aQy6Qt1k86.npy + metadata: + original_shape: + - 1598 + - 2251 + source_split: train +- sample_id: train_100_jpg.rf.2lOjL4SSdJ8RdFMigg1q + subject_id: '100' + split: train + image: images/train_100_jpg.rf.2lOjL4SSdJ8RdFMigg1q.png + label: labels/train_100_jpg.rf.2lOjL4SSdJ8RdFMigg1q.npy + metadata: + original_shape: + - 1361 + - 1661 + source_split: test +- sample_id: train_100_png.rf.YTTTftKBqmh7dtibqmab + subject_id: '100' + split: train + image: images/train_100_png.rf.YTTTftKBqmh7dtibqmab.png + label: labels/train_100_png.rf.YTTTftKBqmh7dtibqmab.npy + metadata: + original_shape: + - 2322 + - 1973 + source_split: train +- sample_id: train_101_jpg.rf.TDu2Xl5rVzzmJfH8SG87 + subject_id: '101' + split: train + image: images/train_101_jpg.rf.TDu2Xl5rVzzmJfH8SG87.png + label: labels/train_101_jpg.rf.TDu2Xl5rVzzmJfH8SG87.npy + metadata: + original_shape: + - 1617 + - 1292 + source_split: train +- sample_id: train_101_png.rf.9EjUCswoKwlBzwVXT7so + subject_id: '101' + split: train + image: images/train_101_png.rf.9EjUCswoKwlBzwVXT7so.png + label: labels/train_101_png.rf.9EjUCswoKwlBzwVXT7so.npy + metadata: + original_shape: + - 1058 + - 1033 + source_split: test +- sample_id: train_103_jpg.rf.MXG4KEfR0lZuELTFHp0B + subject_id: '103' + split: train + image: images/train_103_jpg.rf.MXG4KEfR0lZuELTFHp0B.png + label: labels/train_103_jpg.rf.MXG4KEfR0lZuELTFHp0B.npy + metadata: + original_shape: + - 2170 + - 1854 + source_split: train +- sample_id: train_103_png.rf.sPZEduTuf4N54WYW6xkD + subject_id: '103' + split: train + image: images/train_103_png.rf.sPZEduTuf4N54WYW6xkD.png + label: labels/train_103_png.rf.sPZEduTuf4N54WYW6xkD.npy + metadata: + original_shape: + - 1345 + - 1533 + source_split: train +- sample_id: train_104_jpg.rf.CvzO5QlHzrJTaXhD09Vi + subject_id: '104' + split: train + image: images/train_104_jpg.rf.CvzO5QlHzrJTaXhD09Vi.png + label: labels/train_104_jpg.rf.CvzO5QlHzrJTaXhD09Vi.npy + metadata: + original_shape: + - 1654 + - 1654 + source_split: train +- sample_id: train_104_png.rf.grUBbO1ZBz93CuqmRXgt + subject_id: '104' + split: train + image: images/train_104_png.rf.grUBbO1ZBz93CuqmRXgt.png + label: labels/train_104_png.rf.grUBbO1ZBz93CuqmRXgt.npy + metadata: + original_shape: + - 2125 + - 1610 + source_split: train +- sample_id: train_106_jpg.rf.6kh1CnI8yWTDK6NQBsYO + subject_id: '106' + split: train + image: images/train_106_jpg.rf.6kh1CnI8yWTDK6NQBsYO.png + label: labels/train_106_jpg.rf.6kh1CnI8yWTDK6NQBsYO.npy + metadata: + original_shape: + - 2712 + - 2696 + source_split: train +- sample_id: train_106_png.rf.jd6z6CktCFxOhsjPKhFU + subject_id: '106' + split: train + image: images/train_106_png.rf.jd6z6CktCFxOhsjPKhFU.png + label: labels/train_106_png.rf.jd6z6CktCFxOhsjPKhFU.npy + metadata: + original_shape: + - 1971 + - 1672 + source_split: train +- sample_id: train_107_jpg.rf.ZJlZt4nqzfkvE1HmozFX + subject_id: '107' + split: train + image: images/train_107_jpg.rf.ZJlZt4nqzfkvE1HmozFX.png + label: labels/train_107_jpg.rf.ZJlZt4nqzfkvE1HmozFX.npy + metadata: + original_shape: + - 1386 + - 1059 + source_split: valid +- sample_id: train_107_png.rf.G0YjmKT636LZsrfmt0X8 + subject_id: '107' + split: train + image: images/train_107_png.rf.G0YjmKT636LZsrfmt0X8.png + label: labels/train_107_png.rf.G0YjmKT636LZsrfmt0X8.npy + metadata: + original_shape: + - 1632 + - 1374 + source_split: train +- sample_id: train_108_jpg.rf.u0PdY6eYLkrQaB6can8P + subject_id: '108' + split: train + image: images/train_108_jpg.rf.u0PdY6eYLkrQaB6can8P.png + label: labels/train_108_jpg.rf.u0PdY6eYLkrQaB6can8P.npy + metadata: + original_shape: + - 1247 + - 2036 + source_split: train +- sample_id: train_108_png.rf.LraYpQriNBYCO3e5tBZ7 + subject_id: '108' + split: train + image: images/train_108_png.rf.LraYpQriNBYCO3e5tBZ7.png + label: labels/train_108_png.rf.LraYpQriNBYCO3e5tBZ7.npy + metadata: + original_shape: + - 1441 + - 1525 + source_split: train +- sample_id: train_10_jpg.rf.W53aOchhN4KgjhyXVgYz + subject_id: '10' + split: train + image: images/train_10_jpg.rf.W53aOchhN4KgjhyXVgYz.png + label: labels/train_10_jpg.rf.W53aOchhN4KgjhyXVgYz.npy + metadata: + original_shape: + - 1965 + - 2372 + source_split: test +- sample_id: train_10_png.rf.5OWZ4EZrvhEJxfItxkKr + subject_id: '10' + split: train + image: images/train_10_png.rf.5OWZ4EZrvhEJxfItxkKr.png + label: labels/train_10_png.rf.5OWZ4EZrvhEJxfItxkKr.npy + metadata: + original_shape: + - 2544 + - 2544 + source_split: train +- sample_id: train_110_jpg.rf.IwlHgvG4ixTO7XASgLgr + subject_id: '110' + split: train + image: images/train_110_jpg.rf.IwlHgvG4ixTO7XASgLgr.png + label: labels/train_110_jpg.rf.IwlHgvG4ixTO7XASgLgr.npy + metadata: + original_shape: + - 1825 + - 1180 + source_split: train +- sample_id: train_110_png.rf.soy14ppu7Kao0Yw1csyc + subject_id: '110' + split: train + image: images/train_110_png.rf.soy14ppu7Kao0Yw1csyc.png + label: labels/train_110_png.rf.soy14ppu7Kao0Yw1csyc.npy + metadata: + original_shape: + - 1448 + - 1693 + source_split: train +- sample_id: train_111_jpg.rf.WDPQMQOD29uuemjpYp8P + subject_id: '111' + split: train + image: images/train_111_jpg.rf.WDPQMQOD29uuemjpYp8P.png + label: labels/train_111_jpg.rf.WDPQMQOD29uuemjpYp8P.npy + metadata: + original_shape: + - 1241 + - 1815 + source_split: valid +- sample_id: train_111_png.rf.6VBxgWyHGgQqVrIdo2v8 + subject_id: '111' + split: train + image: images/train_111_png.rf.6VBxgWyHGgQqVrIdo2v8.png + label: labels/train_111_png.rf.6VBxgWyHGgQqVrIdo2v8.npy + metadata: + original_shape: + - 1257 + - 1277 + source_split: train +- sample_id: train_112_jpg.rf.noaoO26qHVBVJGD3q1N9 + subject_id: '112' + split: train + image: images/train_112_jpg.rf.noaoO26qHVBVJGD3q1N9.png + label: labels/train_112_jpg.rf.noaoO26qHVBVJGD3q1N9.npy + metadata: + original_shape: + - 2001 + - 2452 + source_split: train +- sample_id: train_112_png.rf.4hK4ZV4v31cywnP0xvXg + subject_id: '112' + split: train + image: images/train_112_png.rf.4hK4ZV4v31cywnP0xvXg.png + label: labels/train_112_png.rf.4hK4ZV4v31cywnP0xvXg.npy + metadata: + original_shape: + - 1487 + - 1430 + source_split: train +- sample_id: train_113_jpg.rf.Rs7nFxfUcDD18wWaRceH + subject_id: '113' + split: train + image: images/train_113_jpg.rf.Rs7nFxfUcDD18wWaRceH.png + label: labels/train_113_jpg.rf.Rs7nFxfUcDD18wWaRceH.npy + metadata: + original_shape: + - 1112 + - 1244 + source_split: valid +- sample_id: train_113_png.rf.aAiT9VhAz3CQYJBhpswR + subject_id: '113' + split: train + image: images/train_113_png.rf.aAiT9VhAz3CQYJBhpswR.png + label: labels/train_113_png.rf.aAiT9VhAz3CQYJBhpswR.npy + metadata: + original_shape: + - 1331 + - 1263 + source_split: train +- sample_id: train_114_jpg.rf.NkDdnFYbPGZiQo8w99pk + subject_id: '114' + split: train + image: images/train_114_jpg.rf.NkDdnFYbPGZiQo8w99pk.png + label: labels/train_114_jpg.rf.NkDdnFYbPGZiQo8w99pk.npy + metadata: + original_shape: + - 1446 + - 2259 + source_split: valid +- sample_id: train_114_png.rf.xXP6nTFkWn13NhKCoIAT + subject_id: '114' + split: train + image: images/train_114_png.rf.xXP6nTFkWn13NhKCoIAT.png + label: labels/train_114_png.rf.xXP6nTFkWn13NhKCoIAT.npy + metadata: + original_shape: + - 2033 + - 1711 + source_split: test +- sample_id: train_116_jpg.rf.RghB9QfbgieiM39VH6bB + subject_id: '116' + split: train + image: images/train_116_jpg.rf.RghB9QfbgieiM39VH6bB.png + label: labels/train_116_jpg.rf.RghB9QfbgieiM39VH6bB.npy + metadata: + original_shape: + - 1406 + - 1611 + source_split: train +- sample_id: train_116_png.rf.aIp3oF8vWUkusCpShAAH + subject_id: '116' + split: train + image: images/train_116_png.rf.aIp3oF8vWUkusCpShAAH.png + label: labels/train_116_png.rf.aIp3oF8vWUkusCpShAAH.npy + metadata: + original_shape: + - 2114 + - 2257 + source_split: train +- sample_id: train_118_jpg.rf.6ipfEaN4LbKXfuHPIx5Q + subject_id: '118' + split: train + image: images/train_118_jpg.rf.6ipfEaN4LbKXfuHPIx5Q.png + label: labels/train_118_jpg.rf.6ipfEaN4LbKXfuHPIx5Q.npy + metadata: + original_shape: + - 1409 + - 2071 + source_split: test +- sample_id: train_118_png.rf.NN04lFtyMd4Y3ofjQdw0 + subject_id: '118' + split: train + image: images/train_118_png.rf.NN04lFtyMd4Y3ofjQdw0.png + label: labels/train_118_png.rf.NN04lFtyMd4Y3ofjQdw0.npy + metadata: + original_shape: + - 1523 + - 1630 + source_split: train +- sample_id: train_119_jpg.rf.T5rMCA9HPLPz70te5mol + subject_id: '119' + split: train + image: images/train_119_jpg.rf.T5rMCA9HPLPz70te5mol.png + label: labels/train_119_jpg.rf.T5rMCA9HPLPz70te5mol.npy + metadata: + original_shape: + - 2135 + - 1205 + source_split: train +- sample_id: train_119_png.rf.1wGue12m7PIKZ5xYRqwm + subject_id: '119' + split: train + image: images/train_119_png.rf.1wGue12m7PIKZ5xYRqwm.png + label: labels/train_119_png.rf.1wGue12m7PIKZ5xYRqwm.npy + metadata: + original_shape: + - 1635 + - 1777 + source_split: test +- sample_id: train_11_jpg.rf.NFvb5CokAceE9xw4IxpI + subject_id: '11' + split: train + image: images/train_11_jpg.rf.NFvb5CokAceE9xw4IxpI.png + label: labels/train_11_jpg.rf.NFvb5CokAceE9xw4IxpI.npy + metadata: + original_shape: + - 2292 + - 1841 + source_split: train +- sample_id: train_11_png.rf.unuX1IH9btWb5b8V5cPv + subject_id: '11' + split: train + image: images/train_11_png.rf.unuX1IH9btWb5b8V5cPv.png + label: labels/train_11_png.rf.unuX1IH9btWb5b8V5cPv.npy + metadata: + original_shape: + - 2545 + - 1734 + source_split: train +- sample_id: train_120_jpg.rf.0ngkcPxOEerRN9LMNk5M + subject_id: '120' + split: train + image: images/train_120_jpg.rf.0ngkcPxOEerRN9LMNk5M.png + label: labels/train_120_jpg.rf.0ngkcPxOEerRN9LMNk5M.npy + metadata: + original_shape: + - 2287 + - 1874 + source_split: train +- sample_id: train_120_png.rf.80rEe7iR5TXgqPxKvLNI + subject_id: '120' + split: train + image: images/train_120_png.rf.80rEe7iR5TXgqPxKvLNI.png + label: labels/train_120_png.rf.80rEe7iR5TXgqPxKvLNI.npy + metadata: + original_shape: + - 1967 + - 1452 + source_split: train +- sample_id: train_121_jpg.rf.eAmYehwXa9EuS6BaBxZi + subject_id: '121' + split: train + image: images/train_121_jpg.rf.eAmYehwXa9EuS6BaBxZi.png + label: labels/train_121_jpg.rf.eAmYehwXa9EuS6BaBxZi.npy + metadata: + original_shape: + - 2385 + - 3006 + source_split: train +- sample_id: train_121_png.rf.oWPmn2zdFOdWbgADgexG + subject_id: '121' + split: train + image: images/train_121_png.rf.oWPmn2zdFOdWbgADgexG.png + label: labels/train_121_png.rf.oWPmn2zdFOdWbgADgexG.npy + metadata: + original_shape: + - 2042 + - 1630 + source_split: train +- sample_id: train_123_jpg.rf.lrHwCzmVoT4h40EDVaUO + subject_id: '123' + split: train + image: images/train_123_jpg.rf.lrHwCzmVoT4h40EDVaUO.png + label: labels/train_123_jpg.rf.lrHwCzmVoT4h40EDVaUO.npy + metadata: + original_shape: + - 2600 + - 1834 + source_split: train +- sample_id: train_123_png.rf.qNNVdpfOUYLX9rjhBaQd + subject_id: '123' + split: train + image: images/train_123_png.rf.qNNVdpfOUYLX9rjhBaQd.png + label: labels/train_123_png.rf.qNNVdpfOUYLX9rjhBaQd.npy + metadata: + original_shape: + - 1454 + - 1085 + source_split: valid +- sample_id: train_124_jpg.rf.qXFMUHkv6sdbbVmRXz6P + subject_id: '124' + split: train + image: images/train_124_jpg.rf.qXFMUHkv6sdbbVmRXz6P.png + label: labels/train_124_jpg.rf.qXFMUHkv6sdbbVmRXz6P.npy + metadata: + original_shape: + - 2311 + - 2158 + source_split: train +- sample_id: train_124_png.rf.9BQsRBTzovTD7EjeNVlk + subject_id: '124' + split: train + image: images/train_124_png.rf.9BQsRBTzovTD7EjeNVlk.png + label: labels/train_124_png.rf.9BQsRBTzovTD7EjeNVlk.npy + metadata: + original_shape: + - 1507 + - 1348 + source_split: train +- sample_id: train_126_jpg.rf.lP1dFGXDLgivG1LlhU3W + subject_id: '126' + split: train + image: images/train_126_jpg.rf.lP1dFGXDLgivG1LlhU3W.png + label: labels/train_126_jpg.rf.lP1dFGXDLgivG1LlhU3W.npy + metadata: + original_shape: + - 1490 + - 1755 + source_split: valid +- sample_id: train_126_png.rf.IY6OO44sWHKACdczDTfh + subject_id: '126' + split: train + image: images/train_126_png.rf.IY6OO44sWHKACdczDTfh.png + label: labels/train_126_png.rf.IY6OO44sWHKACdczDTfh.npy + metadata: + original_shape: + - 1709 + - 1296 + source_split: valid +- sample_id: train_127_jpg.rf.HGwO4pvPQfXClxC2XVzs + subject_id: '127' + split: train + image: images/train_127_jpg.rf.HGwO4pvPQfXClxC2XVzs.png + label: labels/train_127_jpg.rf.HGwO4pvPQfXClxC2XVzs.npy + metadata: + original_shape: + - 1784 + - 1416 + source_split: test +- sample_id: train_127_png.rf.ASUFnu4E8fvVsQhTyjM2 + subject_id: '127' + split: train + image: images/train_127_png.rf.ASUFnu4E8fvVsQhTyjM2.png + label: labels/train_127_png.rf.ASUFnu4E8fvVsQhTyjM2.npy + metadata: + original_shape: + - 2143 + - 1334 + source_split: valid +- sample_id: train_128_jpg.rf.tpvp9E1QGuW41C0SPNpE + subject_id: '128' + split: train + image: images/train_128_jpg.rf.tpvp9E1QGuW41C0SPNpE.png + label: labels/train_128_jpg.rf.tpvp9E1QGuW41C0SPNpE.npy + metadata: + original_shape: + - 1711 + - 1768 + source_split: train +- sample_id: train_128_png.rf.3MipImaYztmFNUOJ2BGr + subject_id: '128' + split: train + image: images/train_128_png.rf.3MipImaYztmFNUOJ2BGr.png + label: labels/train_128_png.rf.3MipImaYztmFNUOJ2BGr.npy + metadata: + original_shape: + - 1099 + - 1215 + source_split: train +- sample_id: train_129_jpg.rf.qHa1YPiGZJQWG7Ml1cbx + subject_id: '129' + split: train + image: images/train_129_jpg.rf.qHa1YPiGZJQWG7Ml1cbx.png + label: labels/train_129_jpg.rf.qHa1YPiGZJQWG7Ml1cbx.npy + metadata: + original_shape: + - 1295 + - 1656 + source_split: valid +- sample_id: train_129_png.rf.zhWcR3OBguLXM1T1sWNB + subject_id: '129' + split: train + image: images/train_129_png.rf.zhWcR3OBguLXM1T1sWNB.png + label: labels/train_129_png.rf.zhWcR3OBguLXM1T1sWNB.npy + metadata: + original_shape: + - 2055 + - 1799 + source_split: train +- sample_id: train_130_jpg.rf.IzknTBVwPDJimioVVVDC + subject_id: '130' + split: train + image: images/train_130_jpg.rf.IzknTBVwPDJimioVVVDC.png + label: labels/train_130_jpg.rf.IzknTBVwPDJimioVVVDC.npy + metadata: + original_shape: + - 2070 + - 1711 + source_split: train +- sample_id: train_130_png.rf.0jTcq6xtZQkM9IVhfI6f + subject_id: '130' + split: train + image: images/train_130_png.rf.0jTcq6xtZQkM9IVhfI6f.png + label: labels/train_130_png.rf.0jTcq6xtZQkM9IVhfI6f.npy + metadata: + original_shape: + - 1863 + - 1517 + source_split: train +- sample_id: train_131_jpg.rf.l6Vj5Rak1kLzi1CsgpxZ + subject_id: '131' + split: train + image: images/train_131_jpg.rf.l6Vj5Rak1kLzi1CsgpxZ.png + label: labels/train_131_jpg.rf.l6Vj5Rak1kLzi1CsgpxZ.npy + metadata: + original_shape: + - 1645 + - 2326 + source_split: test +- sample_id: train_131_png.rf.jB5x8z5gFlTA7CFelryD + subject_id: '131' + split: train + image: images/train_131_png.rf.jB5x8z5gFlTA7CFelryD.png + label: labels/train_131_png.rf.jB5x8z5gFlTA7CFelryD.npy + metadata: + original_shape: + - 1255 + - 1518 + source_split: train +- sample_id: train_132_png.rf.8ONWkbqAHzjXQ5LlvbmR + subject_id: '132' + split: train + image: images/train_132_png.rf.8ONWkbqAHzjXQ5LlvbmR.png + label: labels/train_132_png.rf.8ONWkbqAHzjXQ5LlvbmR.npy + metadata: + original_shape: + - 1553 + - 1501 + source_split: valid +- sample_id: train_134_jpg.rf.6f1zSkSoJjxjgiEi8wuU + subject_id: '134' + split: train + image: images/train_134_jpg.rf.6f1zSkSoJjxjgiEi8wuU.png + label: labels/train_134_jpg.rf.6f1zSkSoJjxjgiEi8wuU.npy + metadata: + original_shape: + - 1062 + - 1279 + source_split: train +- sample_id: train_134_png.rf.xDKZH7V9tdHwF3gcpFu5 + subject_id: '134' + split: train + image: images/train_134_png.rf.xDKZH7V9tdHwF3gcpFu5.png + label: labels/train_134_png.rf.xDKZH7V9tdHwF3gcpFu5.npy + metadata: + original_shape: + - 1385 + - 1584 + source_split: test +- sample_id: train_135_jpg.rf.0HHid96GepOL6UvxYSqH + subject_id: '135' + split: train + image: images/train_135_jpg.rf.0HHid96GepOL6UvxYSqH.png + label: labels/train_135_jpg.rf.0HHid96GepOL6UvxYSqH.npy + metadata: + original_shape: + - 1590 + - 2410 + source_split: train +- sample_id: train_135_png.rf.pMJVzd0cZFfrscxd7UHH + subject_id: '135' + split: train + image: images/train_135_png.rf.pMJVzd0cZFfrscxd7UHH.png + label: labels/train_135_png.rf.pMJVzd0cZFfrscxd7UHH.npy + metadata: + original_shape: + - 1321 + - 1924 + source_split: train +- sample_id: train_13_png.rf.sX3q53KoCI7H2aJbC0Zs + subject_id: '13' + split: train + image: images/train_13_png.rf.sX3q53KoCI7H2aJbC0Zs.png + label: labels/train_13_png.rf.sX3q53KoCI7H2aJbC0Zs.npy + metadata: + original_shape: + - 2404 + - 2096 + source_split: valid +- sample_id: train_140_jpg.rf.u5H8vICAIsUcN5Bc1RCK + subject_id: '140' + split: train + image: images/train_140_jpg.rf.u5H8vICAIsUcN5Bc1RCK.png + label: labels/train_140_jpg.rf.u5H8vICAIsUcN5Bc1RCK.npy + metadata: + original_shape: + - 2378 + - 2330 + source_split: valid +- sample_id: train_140_png.rf.qNPXVnNCQdM1anbMY4jU + subject_id: '140' + split: train + image: images/train_140_png.rf.qNPXVnNCQdM1anbMY4jU.png + label: labels/train_140_png.rf.qNPXVnNCQdM1anbMY4jU.npy + metadata: + original_shape: + - 1879 + - 2061 + source_split: train +- sample_id: train_141_jpg.rf.2ZKEQ19uEdwW62DQDCrc + subject_id: '141' + split: train + image: images/train_141_jpg.rf.2ZKEQ19uEdwW62DQDCrc.png + label: labels/train_141_jpg.rf.2ZKEQ19uEdwW62DQDCrc.npy + metadata: + original_shape: + - 1710 + - 2070 + source_split: train +- sample_id: train_142_png.rf.Gtwz0RA8m08iWMuHj86O + subject_id: '142' + split: train + image: images/train_142_png.rf.Gtwz0RA8m08iWMuHj86O.png + label: labels/train_142_png.rf.Gtwz0RA8m08iWMuHj86O.npy + metadata: + original_shape: + - 2558 + - 1556 + source_split: train +- sample_id: train_145_jpg.rf.PS1gc9XHo2pxnx3EGK4S + subject_id: '145' + split: train + image: images/train_145_jpg.rf.PS1gc9XHo2pxnx3EGK4S.png + label: labels/train_145_jpg.rf.PS1gc9XHo2pxnx3EGK4S.npy + metadata: + original_shape: + - 1505 + - 1629 + source_split: valid +- sample_id: train_145_png.rf.c4TPKOps0XMtCz9Yg443 + subject_id: '145' + split: train + image: images/train_145_png.rf.c4TPKOps0XMtCz9Yg443.png + label: labels/train_145_png.rf.c4TPKOps0XMtCz9Yg443.npy + metadata: + original_shape: + - 1229 + - 1255 + source_split: train +- sample_id: train_146_jpg.rf.dVRWKqkeFpzuOej3neFv + subject_id: '146' + split: train + image: images/train_146_jpg.rf.dVRWKqkeFpzuOej3neFv.png + label: labels/train_146_jpg.rf.dVRWKqkeFpzuOej3neFv.npy + metadata: + original_shape: + - 2520 + - 2216 + source_split: valid +- sample_id: train_146_png.rf.fp5ED0wf1N13yDBjANfw + subject_id: '146' + split: train + image: images/train_146_png.rf.fp5ED0wf1N13yDBjANfw.png + label: labels/train_146_png.rf.fp5ED0wf1N13yDBjANfw.npy + metadata: + original_shape: + - 1178 + - 1426 + source_split: train +- sample_id: train_147_jpg.rf.JXU4sbBFQJJNJKarcRKB + subject_id: '147' + split: train + image: images/train_147_jpg.rf.JXU4sbBFQJJNJKarcRKB.png + label: labels/train_147_jpg.rf.JXU4sbBFQJJNJKarcRKB.npy + metadata: + original_shape: + - 1679 + - 1585 + source_split: valid +- sample_id: train_147_png.rf.LkhVYrRByC5o4wjxciH1 + subject_id: '147' + split: train + image: images/train_147_png.rf.LkhVYrRByC5o4wjxciH1.png + label: labels/train_147_png.rf.LkhVYrRByC5o4wjxciH1.npy + metadata: + original_shape: + - 2500 + - 1878 + source_split: valid +- sample_id: train_148_jpg.rf.nKLYYcjGeiuY1CvQxf1j + subject_id: '148' + split: train + image: images/train_148_jpg.rf.nKLYYcjGeiuY1CvQxf1j.png + label: labels/train_148_jpg.rf.nKLYYcjGeiuY1CvQxf1j.npy + metadata: + original_shape: + - 1377 + - 1608 + source_split: train +- sample_id: train_148_png.rf.cD7WqS2R6lUnqFsrzv91 + subject_id: '148' + split: train + image: images/train_148_png.rf.cD7WqS2R6lUnqFsrzv91.png + label: labels/train_148_png.rf.cD7WqS2R6lUnqFsrzv91.npy + metadata: + original_shape: + - 1243 + - 1448 + source_split: train +- sample_id: train_151_jpg.rf.C2AcJYGALRwb8QCtTEXx + subject_id: '151' + split: train + image: images/train_151_jpg.rf.C2AcJYGALRwb8QCtTEXx.png + label: labels/train_151_jpg.rf.C2AcJYGALRwb8QCtTEXx.npy + metadata: + original_shape: + - 915 + - 785 + source_split: train +- sample_id: train_151_png.rf.79Soe7AmQEjSBFHzQVdW + subject_id: '151' + split: train + image: images/train_151_png.rf.79Soe7AmQEjSBFHzQVdW.png + label: labels/train_151_png.rf.79Soe7AmQEjSBFHzQVdW.npy + metadata: + original_shape: + - 1668 + - 1701 + source_split: train +- sample_id: train_153_jpg.rf.gTiMYmPIIxnbYoqNSDER + subject_id: '153' + split: train + image: images/train_153_jpg.rf.gTiMYmPIIxnbYoqNSDER.png + label: labels/train_153_jpg.rf.gTiMYmPIIxnbYoqNSDER.npy + metadata: + original_shape: + - 1730 + - 1072 + source_split: train +- sample_id: train_153_png.rf.iwweEDibF4g72LFjpXGj + subject_id: '153' + split: train + image: images/train_153_png.rf.iwweEDibF4g72LFjpXGj.png + label: labels/train_153_png.rf.iwweEDibF4g72LFjpXGj.npy + metadata: + original_shape: + - 1501 + - 1530 + source_split: valid +- sample_id: train_154_jpg.rf.FR3dRXZtemheQ0WR0cZK + subject_id: '154' + split: train + image: images/train_154_jpg.rf.FR3dRXZtemheQ0WR0cZK.png + label: labels/train_154_jpg.rf.FR3dRXZtemheQ0WR0cZK.npy + metadata: + original_shape: + - 1435 + - 1049 + source_split: train +- sample_id: train_154_png.rf.MDlTduOtX3GL7RFBApDj + subject_id: '154' + split: train + image: images/train_154_png.rf.MDlTduOtX3GL7RFBApDj.png + label: labels/train_154_png.rf.MDlTduOtX3GL7RFBApDj.npy + metadata: + original_shape: + - 1767 + - 1778 + source_split: train +- sample_id: train_156_jpg.rf.x9MPYj82b4pPN4skw0dY + subject_id: '156' + split: train + image: images/train_156_jpg.rf.x9MPYj82b4pPN4skw0dY.png + label: labels/train_156_jpg.rf.x9MPYj82b4pPN4skw0dY.npy + metadata: + original_shape: + - 1325 + - 1176 + source_split: train +- sample_id: train_156_png.rf.aZhlztJpFmDlCFJLipE4 + subject_id: '156' + split: train + image: images/train_156_png.rf.aZhlztJpFmDlCFJLipE4.png + label: labels/train_156_png.rf.aZhlztJpFmDlCFJLipE4.npy + metadata: + original_shape: + - 2311 + - 1981 + source_split: test +- sample_id: train_157_jpg.rf.ro3ztPjFgGpc5MpTr6xe + subject_id: '157' + split: train + image: images/train_157_jpg.rf.ro3ztPjFgGpc5MpTr6xe.png + label: labels/train_157_jpg.rf.ro3ztPjFgGpc5MpTr6xe.npy + metadata: + original_shape: + - 2142 + - 2558 + source_split: train +- sample_id: train_157_png.rf.raBmAattSDOYu50Rtnue + subject_id: '157' + split: train + image: images/train_157_png.rf.raBmAattSDOYu50Rtnue.png + label: labels/train_157_png.rf.raBmAattSDOYu50Rtnue.npy + metadata: + original_shape: + - 2874 + - 1732 + source_split: valid +- sample_id: train_158_jpg.rf.v8mwm5hu7tt9XNzoOyYD + subject_id: '158' + split: train + image: images/train_158_jpg.rf.v8mwm5hu7tt9XNzoOyYD.png + label: labels/train_158_jpg.rf.v8mwm5hu7tt9XNzoOyYD.npy + metadata: + original_shape: + - 2257 + - 2254 + source_split: train +- sample_id: train_158_png.rf.alZDxx3Of9iOlMxXGMjR + subject_id: '158' + split: train + image: images/train_158_png.rf.alZDxx3Of9iOlMxXGMjR.png + label: labels/train_158_png.rf.alZDxx3Of9iOlMxXGMjR.npy + metadata: + original_shape: + - 1671 + - 1708 + source_split: valid +- sample_id: train_159_jpg.rf.Whh5jN8Q41dvinWtTWXM + subject_id: '159' + split: train + image: images/train_159_jpg.rf.Whh5jN8Q41dvinWtTWXM.png + label: labels/train_159_jpg.rf.Whh5jN8Q41dvinWtTWXM.npy + metadata: + original_shape: + - 2969 + - 2398 + source_split: train +- sample_id: train_159_png.rf.a7zUlnahN6VO0MEKWDU0 + subject_id: '159' + split: train + image: images/train_159_png.rf.a7zUlnahN6VO0MEKWDU0.png + label: labels/train_159_png.rf.a7zUlnahN6VO0MEKWDU0.npy + metadata: + original_shape: + - 1356 + - 1114 + source_split: train +- sample_id: train_160_jpg.rf.tQVbuYRYXqI1zYoOCcPW + subject_id: '160' + split: train + image: images/train_160_jpg.rf.tQVbuYRYXqI1zYoOCcPW.png + label: labels/train_160_jpg.rf.tQVbuYRYXqI1zYoOCcPW.npy + metadata: + original_shape: + - 1789 + - 1430 + source_split: valid +- sample_id: train_160_png.rf.RPjForqirfuTcCPm8xTR + subject_id: '160' + split: train + image: images/train_160_png.rf.RPjForqirfuTcCPm8xTR.png + label: labels/train_160_png.rf.RPjForqirfuTcCPm8xTR.npy + metadata: + original_shape: + - 1717 + - 1445 + source_split: train +- sample_id: train_161_jpg.rf.hB60pEZffVVunWpB4Rtk + subject_id: '161' + split: train + image: images/train_161_jpg.rf.hB60pEZffVVunWpB4Rtk.png + label: labels/train_161_jpg.rf.hB60pEZffVVunWpB4Rtk.npy + metadata: + original_shape: + - 2305 + - 2194 + source_split: train +- sample_id: train_161_png.rf.YoYjJ8sUkcHphmWivgHy + subject_id: '161' + split: train + image: images/train_161_png.rf.YoYjJ8sUkcHphmWivgHy.png + label: labels/train_161_png.rf.YoYjJ8sUkcHphmWivgHy.npy + metadata: + original_shape: + - 2525 + - 2796 + source_split: train +- sample_id: train_162_jpg.rf.r11ttm1GKylN1296NEJV + subject_id: '162' + split: train + image: images/train_162_jpg.rf.r11ttm1GKylN1296NEJV.png + label: labels/train_162_jpg.rf.r11ttm1GKylN1296NEJV.npy + metadata: + original_shape: + - 1522 + - 1094 + source_split: valid +- sample_id: train_162_png.rf.fmdsN1d4Lo7cHr94n1uc + subject_id: '162' + split: train + image: images/train_162_png.rf.fmdsN1d4Lo7cHr94n1uc.png + label: labels/train_162_png.rf.fmdsN1d4Lo7cHr94n1uc.npy + metadata: + original_shape: + - 1533 + - 1484 + source_split: train +- sample_id: train_163_jpg.rf.54DGgfmoyoFarW6TqaWP + subject_id: '163' + split: train + image: images/train_163_jpg.rf.54DGgfmoyoFarW6TqaWP.png + label: labels/train_163_jpg.rf.54DGgfmoyoFarW6TqaWP.npy + metadata: + original_shape: + - 1749 + - 1542 + source_split: train +- sample_id: train_165_png.rf.xX5Vdt9Uu7LZs6WMtgg2 + subject_id: '165' + split: train + image: images/train_165_png.rf.xX5Vdt9Uu7LZs6WMtgg2.png + label: labels/train_165_png.rf.xX5Vdt9Uu7LZs6WMtgg2.npy + metadata: + original_shape: + - 2007 + - 1666 + source_split: train +- sample_id: train_166_jpg.rf.Qk0dLgIHDVmmk0G7bHC5 + subject_id: '166' + split: train + image: images/train_166_jpg.rf.Qk0dLgIHDVmmk0G7bHC5.png + label: labels/train_166_jpg.rf.Qk0dLgIHDVmmk0G7bHC5.npy + metadata: + original_shape: + - 1592 + - 1430 + source_split: valid +- sample_id: train_166_png.rf.gvkry2NPsj87q08AhRV0 + subject_id: '166' + split: train + image: images/train_166_png.rf.gvkry2NPsj87q08AhRV0.png + label: labels/train_166_png.rf.gvkry2NPsj87q08AhRV0.npy + metadata: + original_shape: + - 1779 + - 1247 + source_split: valid +- sample_id: train_167_jpg.rf.UBtchX9OM8ViZOcl0FFp + subject_id: '167' + split: train + image: images/train_167_jpg.rf.UBtchX9OM8ViZOcl0FFp.png + label: labels/train_167_jpg.rf.UBtchX9OM8ViZOcl0FFp.npy + metadata: + original_shape: + - 1753 + - 1753 + source_split: test +- sample_id: train_167_png.rf.hrrR7ZLilwCRQhyUsYby + subject_id: '167' + split: train + image: images/train_167_png.rf.hrrR7ZLilwCRQhyUsYby.png + label: labels/train_167_png.rf.hrrR7ZLilwCRQhyUsYby.npy + metadata: + original_shape: + - 2230 + - 1444 + source_split: train +- sample_id: train_168_jpg.rf.iWwY1ojFKlbeixs387tL + subject_id: '168' + split: train + image: images/train_168_jpg.rf.iWwY1ojFKlbeixs387tL.png + label: labels/train_168_jpg.rf.iWwY1ojFKlbeixs387tL.npy + metadata: + original_shape: + - 1753 + - 1542 + source_split: train +- sample_id: train_168_png.rf.QVquDErso6Y7b21P0hXU + subject_id: '168' + split: train + image: images/train_168_png.rf.QVquDErso6Y7b21P0hXU.png + label: labels/train_168_png.rf.QVquDErso6Y7b21P0hXU.npy + metadata: + original_shape: + - 1891 + - 1464 + source_split: train +- sample_id: train_169_jpg.rf.yS6gApsVSpsK70FqkizP + subject_id: '169' + split: train + image: images/train_169_jpg.rf.yS6gApsVSpsK70FqkizP.png + label: labels/train_169_jpg.rf.yS6gApsVSpsK70FqkizP.npy + metadata: + original_shape: + - 2213 + - 2213 + source_split: train +- sample_id: train_169_png.rf.wz277mIgQegc3qtSX61Q + subject_id: '169' + split: train + image: images/train_169_png.rf.wz277mIgQegc3qtSX61Q.png + label: labels/train_169_png.rf.wz277mIgQegc3qtSX61Q.npy + metadata: + original_shape: + - 1344 + - 1210 + source_split: train +- sample_id: train_16_jpg.rf.sfVX5TGoIliGWUIePffd + subject_id: '16' + split: train + image: images/train_16_jpg.rf.sfVX5TGoIliGWUIePffd.png + label: labels/train_16_jpg.rf.sfVX5TGoIliGWUIePffd.npy + metadata: + original_shape: + - 2021 + - 1650 + source_split: train +- sample_id: train_16_png.rf.BihNKtG2vg8ky2sUz84W + subject_id: '16' + split: train + image: images/train_16_png.rf.BihNKtG2vg8ky2sUz84W.png + label: labels/train_16_png.rf.BihNKtG2vg8ky2sUz84W.npy + metadata: + original_shape: + - 2373 + - 2004 + source_split: test +- sample_id: train_170_jpg.rf.A6lsdJu9EY0KsSPDfBGl + subject_id: '170' + split: train + image: images/train_170_jpg.rf.A6lsdJu9EY0KsSPDfBGl.png + label: labels/train_170_jpg.rf.A6lsdJu9EY0KsSPDfBGl.npy + metadata: + original_shape: + - 1749 + - 1542 + source_split: train +- sample_id: train_170_png.rf.FxKAPa09snlYPhi1I4Iz + subject_id: '170' + split: train + image: images/train_170_png.rf.FxKAPa09snlYPhi1I4Iz.png + label: labels/train_170_png.rf.FxKAPa09snlYPhi1I4Iz.npy + metadata: + original_shape: + - 1987 + - 1986 + source_split: test +- sample_id: train_171_jpg.rf.S2ChsHZJLaUlRpyq6ZPI + subject_id: '171' + split: train + image: images/train_171_jpg.rf.S2ChsHZJLaUlRpyq6ZPI.png + label: labels/train_171_jpg.rf.S2ChsHZJLaUlRpyq6ZPI.npy + metadata: + original_shape: + - 1155 + - 1122 + source_split: test +- sample_id: train_171_png.rf.AXYhRD0BkIJPqRvw8P9g + subject_id: '171' + split: train + image: images/train_171_png.rf.AXYhRD0BkIJPqRvw8P9g.png + label: labels/train_171_png.rf.AXYhRD0BkIJPqRvw8P9g.npy + metadata: + original_shape: + - 1590 + - 1483 + source_split: train +- sample_id: train_172_jpg.rf.EUkB6LIGxBRB96vcz9rF + subject_id: '172' + split: train + image: images/train_172_jpg.rf.EUkB6LIGxBRB96vcz9rF.png + label: labels/train_172_jpg.rf.EUkB6LIGxBRB96vcz9rF.npy + metadata: + original_shape: + - 2094 + - 2094 + source_split: train +- sample_id: train_174_jpg.rf.zhBJRudvxNbv6sp4pfhL + subject_id: '174' + split: train + image: images/train_174_jpg.rf.zhBJRudvxNbv6sp4pfhL.png + label: labels/train_174_jpg.rf.zhBJRudvxNbv6sp4pfhL.npy + metadata: + original_shape: + - 1749 + - 1542 + source_split: train +- sample_id: train_174_png.rf.W34reKdMGIuNG8pJG1Jj + subject_id: '174' + split: train + image: images/train_174_png.rf.W34reKdMGIuNG8pJG1Jj.png + label: labels/train_174_png.rf.W34reKdMGIuNG8pJG1Jj.npy + metadata: + original_shape: + - 1724 + - 1199 + source_split: train +- sample_id: train_176_jpg.rf.UtVrKz7zNk5GwsCq9Fs4 + subject_id: '176' + split: train + image: images/train_176_jpg.rf.UtVrKz7zNk5GwsCq9Fs4.png + label: labels/train_176_jpg.rf.UtVrKz7zNk5GwsCq9Fs4.npy + metadata: + original_shape: + - 1749 + - 1542 + source_split: valid +- sample_id: train_176_png.rf.m57H6EYv1j42ovm220oC + subject_id: '176' + split: train + image: images/train_176_png.rf.m57H6EYv1j42ovm220oC.png + label: labels/train_176_png.rf.m57H6EYv1j42ovm220oC.npy + metadata: + original_shape: + - 1289 + - 1308 + source_split: valid +- sample_id: train_178_jpg.rf.EbDhCSscFNARWzcBqof3 + subject_id: '178' + split: train + image: images/train_178_jpg.rf.EbDhCSscFNARWzcBqof3.png + label: labels/train_178_jpg.rf.EbDhCSscFNARWzcBqof3.npy + metadata: + original_shape: + - 2991 + - 2992 + source_split: train +- sample_id: train_178_png.rf.VMIrqgh4QpyMN5lB11ct + subject_id: '178' + split: train + image: images/train_178_png.rf.VMIrqgh4QpyMN5lB11ct.png + label: labels/train_178_png.rf.VMIrqgh4QpyMN5lB11ct.npy + metadata: + original_shape: + - 1698 + - 1395 + source_split: train +- sample_id: train_17_jpg.rf.sOpi36wZ3Z5iDWLCGLcY + subject_id: '17' + split: train + image: images/train_17_jpg.rf.sOpi36wZ3Z5iDWLCGLcY.png + label: labels/train_17_jpg.rf.sOpi36wZ3Z5iDWLCGLcY.npy + metadata: + original_shape: + - 1849 + - 1734 + source_split: train +- sample_id: train_17_png.rf.zCwlUw0FHlNENmwxBkRe + subject_id: '17' + split: train + image: images/train_17_png.rf.zCwlUw0FHlNENmwxBkRe.png + label: labels/train_17_png.rf.zCwlUw0FHlNENmwxBkRe.npy + metadata: + original_shape: + - 2828 + - 1572 + source_split: train +- sample_id: train_180_jpg.rf.T5pQWfBEYwiHzsOgaaPp + subject_id: '180' + split: train + image: images/train_180_jpg.rf.T5pQWfBEYwiHzsOgaaPp.png + label: labels/train_180_jpg.rf.T5pQWfBEYwiHzsOgaaPp.npy + metadata: + original_shape: + - 1704 + - 1720 + source_split: valid +- sample_id: train_180_png.rf.qlVCos2fsGQDUly1oEZ9 + subject_id: '180' + split: train + image: images/train_180_png.rf.qlVCos2fsGQDUly1oEZ9.png + label: labels/train_180_png.rf.qlVCos2fsGQDUly1oEZ9.npy + metadata: + original_shape: + - 1075 + - 1056 + source_split: train +- sample_id: train_181_jpg.rf.8ryYqgUbtjHHFZry8Yce + subject_id: '181' + split: train + image: images/train_181_jpg.rf.8ryYqgUbtjHHFZry8Yce.png + label: labels/train_181_jpg.rf.8ryYqgUbtjHHFZry8Yce.npy + metadata: + original_shape: + - 1817 + - 1866 + source_split: valid +- sample_id: train_183_jpg.rf.bUmfYUJkBilYwAOCjtKH + subject_id: '183' + split: train + image: images/train_183_jpg.rf.bUmfYUJkBilYwAOCjtKH.png + label: labels/train_183_jpg.rf.bUmfYUJkBilYwAOCjtKH.npy + metadata: + original_shape: + - 882 + - 1380 + source_split: train +- sample_id: train_183_png.rf.zmrX1TZuQsZiBrIrrCK6 + subject_id: '183' + split: train + image: images/train_183_png.rf.zmrX1TZuQsZiBrIrrCK6.png + label: labels/train_183_png.rf.zmrX1TZuQsZiBrIrrCK6.npy + metadata: + original_shape: + - 936 + - 804 + source_split: train +- sample_id: train_184_jpg.rf.EyuJSU5kjLDZYku3mk0Y + subject_id: '184' + split: train + image: images/train_184_jpg.rf.EyuJSU5kjLDZYku3mk0Y.png + label: labels/train_184_jpg.rf.EyuJSU5kjLDZYku3mk0Y.npy + metadata: + original_shape: + - 1753 + - 1642 + source_split: test +- sample_id: train_184_png.rf.d2ExV8OfpnVBOEm9x3jq + subject_id: '184' + split: train + image: images/train_184_png.rf.d2ExV8OfpnVBOEm9x3jq.png + label: labels/train_184_png.rf.d2ExV8OfpnVBOEm9x3jq.npy + metadata: + original_shape: + - 1047 + - 909 + source_split: valid +- sample_id: train_185_jpg.rf.2ypuZqg6gPpyqFaj4j7K + subject_id: '185' + split: train + image: images/train_185_jpg.rf.2ypuZqg6gPpyqFaj4j7K.png + label: labels/train_185_jpg.rf.2ypuZqg6gPpyqFaj4j7K.npy + metadata: + original_shape: + - 1025 + - 1110 + source_split: train +- sample_id: train_185_png.rf.M88Zuv2P2bXZ8zFJOglu + subject_id: '185' + split: train + image: images/train_185_png.rf.M88Zuv2P2bXZ8zFJOglu.png + label: labels/train_185_png.rf.M88Zuv2P2bXZ8zFJOglu.npy + metadata: + original_shape: + - 1255 + - 875 + source_split: valid +- sample_id: train_186_jpg.rf.GWPrjc6SKmoOE0p1GLBh + subject_id: '186' + split: train + image: images/train_186_jpg.rf.GWPrjc6SKmoOE0p1GLBh.png + label: labels/train_186_jpg.rf.GWPrjc6SKmoOE0p1GLBh.npy + metadata: + original_shape: + - 2991 + - 2992 + source_split: train +- sample_id: train_186_png.rf.cNLHpxMFbbYUB01K1RBC + subject_id: '186' + split: train + image: images/train_186_png.rf.cNLHpxMFbbYUB01K1RBC.png + label: labels/train_186_png.rf.cNLHpxMFbbYUB01K1RBC.npy + metadata: + original_shape: + - 1047 + - 810 + source_split: train +- sample_id: train_187_jpg.rf.YSjAOludLwlv6SkWIyN9 + subject_id: '187' + split: train + image: images/train_187_jpg.rf.YSjAOludLwlv6SkWIyN9.png + label: labels/train_187_jpg.rf.YSjAOludLwlv6SkWIyN9.npy + metadata: + original_shape: + - 1669 + - 854 + source_split: valid +- sample_id: train_187_png.rf.U2AvndfQPfeR0YM3Osyn + subject_id: '187' + split: train + image: images/train_187_png.rf.U2AvndfQPfeR0YM3Osyn.png + label: labels/train_187_png.rf.U2AvndfQPfeR0YM3Osyn.npy + metadata: + original_shape: + - 1552 + - 1923 + source_split: train +- sample_id: train_188_jpg.rf.N3Nsu3XGflYTCQlA8gK6 + subject_id: '188' + split: train + image: images/train_188_jpg.rf.N3Nsu3XGflYTCQlA8gK6.png + label: labels/train_188_jpg.rf.N3Nsu3XGflYTCQlA8gK6.npy + metadata: + original_shape: + - 2881 + - 2226 + source_split: train +- sample_id: train_188_png.rf.1fi7poM5R0cu2GyJ8975 + subject_id: '188' + split: train + image: images/train_188_png.rf.1fi7poM5R0cu2GyJ8975.png + label: labels/train_188_png.rf.1fi7poM5R0cu2GyJ8975.npy + metadata: + original_shape: + - 1558 + - 1680 + source_split: valid +- sample_id: train_189_jpg.rf.cpCWP1Drik50OCU32UI8 + subject_id: '189' + split: train + image: images/train_189_jpg.rf.cpCWP1Drik50OCU32UI8.png + label: labels/train_189_jpg.rf.cpCWP1Drik50OCU32UI8.npy + metadata: + original_shape: + - 2677 + - 2254 + source_split: test +- sample_id: train_189_png.rf.u6Xy4F2pvSCD3ob9IAT5 + subject_id: '189' + split: train + image: images/train_189_png.rf.u6Xy4F2pvSCD3ob9IAT5.png + label: labels/train_189_png.rf.u6Xy4F2pvSCD3ob9IAT5.npy + metadata: + original_shape: + - 2133 + - 1522 + source_split: train +- sample_id: train_18_jpg.rf.ckr996tsaBoFOLYacCgx + subject_id: '18' + split: train + image: images/train_18_jpg.rf.ckr996tsaBoFOLYacCgx.png + label: labels/train_18_jpg.rf.ckr996tsaBoFOLYacCgx.npy + metadata: + original_shape: + - 2661 + - 2932 + source_split: train +- sample_id: train_18_png.rf.9gHNm0iq5icymaa5ZEa5 + subject_id: '18' + split: train + image: images/train_18_png.rf.9gHNm0iq5icymaa5ZEa5.png + label: labels/train_18_png.rf.9gHNm0iq5icymaa5ZEa5.npy + metadata: + original_shape: + - 2425 + - 1591 + source_split: train +- sample_id: train_190_jpg.rf.6iiZYh9v6Q8dllKBqI7j + subject_id: '190' + split: train + image: images/train_190_jpg.rf.6iiZYh9v6Q8dllKBqI7j.png + label: labels/train_190_jpg.rf.6iiZYh9v6Q8dllKBqI7j.npy + metadata: + original_shape: + - 2991 + - 2992 + source_split: train +- sample_id: train_190_png.rf.pjQwbzHJE9F4K6Mk1esz + subject_id: '190' + split: train + image: images/train_190_png.rf.pjQwbzHJE9F4K6Mk1esz.png + label: labels/train_190_png.rf.pjQwbzHJE9F4K6Mk1esz.npy + metadata: + original_shape: + - 1512 + - 1520 + source_split: valid +- sample_id: train_192_jpg.rf.IVKMotd5E9J1mVboUlx0 + subject_id: '192' + split: train + image: images/train_192_jpg.rf.IVKMotd5E9J1mVboUlx0.png + label: labels/train_192_jpg.rf.IVKMotd5E9J1mVboUlx0.npy + metadata: + original_shape: + - 2193 + - 1222 + source_split: valid +- sample_id: train_192_png.rf.fxurz1PRZGt70Oy4XlY7 + subject_id: '192' + split: train + image: images/train_192_png.rf.fxurz1PRZGt70Oy4XlY7.png + label: labels/train_192_png.rf.fxurz1PRZGt70Oy4XlY7.npy + metadata: + original_shape: + - 1537 + - 1406 + source_split: train +- sample_id: train_193_jpg.rf.xxPVbLWzsGiK6dtNWLOm + subject_id: '193' + split: train + image: images/train_193_jpg.rf.xxPVbLWzsGiK6dtNWLOm.png + label: labels/train_193_jpg.rf.xxPVbLWzsGiK6dtNWLOm.npy + metadata: + original_shape: + - 2109 + - 1898 + source_split: train +- sample_id: train_193_png.rf.gNZJ1ka5FaILJ5LBVjUY + subject_id: '193' + split: train + image: images/train_193_png.rf.gNZJ1ka5FaILJ5LBVjUY.png + label: labels/train_193_png.rf.gNZJ1ka5FaILJ5LBVjUY.npy + metadata: + original_shape: + - 1233 + - 1057 + source_split: train +- sample_id: train_195_jpg.rf.uGCtEc8Vnlbq7SH5FZFm + subject_id: '195' + split: train + image: images/train_195_jpg.rf.uGCtEc8Vnlbq7SH5FZFm.png + label: labels/train_195_jpg.rf.uGCtEc8Vnlbq7SH5FZFm.npy + metadata: + original_shape: + - 2991 + - 2942 + source_split: train +- sample_id: train_195_png.rf.pDJNTJ1MxnyBud7KmCxZ + subject_id: '195' + split: train + image: images/train_195_png.rf.pDJNTJ1MxnyBud7KmCxZ.png + label: labels/train_195_png.rf.pDJNTJ1MxnyBud7KmCxZ.npy + metadata: + original_shape: + - 946 + - 1150 + source_split: train +- sample_id: train_197_jpg.rf.LFkiYLeRfVky5scpZFp4 + subject_id: '197' + split: train + image: images/train_197_jpg.rf.LFkiYLeRfVky5scpZFp4.png + label: labels/train_197_jpg.rf.LFkiYLeRfVky5scpZFp4.npy + metadata: + original_shape: + - 2991 + - 2992 + source_split: train +- sample_id: train_199_jpg.rf.8JTgo4LgVA68c0pSfiKy + subject_id: '199' + split: train + image: images/train_199_jpg.rf.8JTgo4LgVA68c0pSfiKy.png + label: labels/train_199_jpg.rf.8JTgo4LgVA68c0pSfiKy.npy + metadata: + original_shape: + - 1576 + - 1334 + source_split: train +- sample_id: train_199_png.rf.SnIOkeLwi0Kojv4CIeQh + subject_id: '199' + split: train + image: images/train_199_png.rf.SnIOkeLwi0Kojv4CIeQh.png + label: labels/train_199_png.rf.SnIOkeLwi0Kojv4CIeQh.npy + metadata: + original_shape: + - 1673 + - 1548 + source_split: train +- sample_id: train_19_jpg.rf.0zYhwa8DGYH3gEUlKA2n + subject_id: '19' + split: train + image: images/train_19_jpg.rf.0zYhwa8DGYH3gEUlKA2n.png + label: labels/train_19_jpg.rf.0zYhwa8DGYH3gEUlKA2n.npy + metadata: + original_shape: + - 2056 + - 1632 + source_split: valid +- sample_id: train_19_png.rf.lpiEViurQquEfumyuBYp + subject_id: '19' + split: train + image: images/train_19_png.rf.lpiEViurQquEfumyuBYp.png + label: labels/train_19_png.rf.lpiEViurQquEfumyuBYp.npy + metadata: + original_shape: + - 2190 + - 2113 + source_split: test +- sample_id: train_1_png.rf.BmIvsEWnf5dOBFq10HZy + subject_id: '1' + split: train + image: images/train_1_png.rf.BmIvsEWnf5dOBFq10HZy.png + label: labels/train_1_png.rf.BmIvsEWnf5dOBFq10HZy.npy + metadata: + original_shape: + - 3032 + - 2520 + source_split: train +- sample_id: train_200_jpg.rf.5F7kQBoZC71iNNFzQp0F + subject_id: '200' + split: train + image: images/train_200_jpg.rf.5F7kQBoZC71iNNFzQp0F.png + label: labels/train_200_jpg.rf.5F7kQBoZC71iNNFzQp0F.npy + metadata: + original_shape: + - 2005 + - 2005 + source_split: train +- sample_id: train_200_png.rf.CojKavTmyiiacajvM1Nk + subject_id: '200' + split: train + image: images/train_200_png.rf.CojKavTmyiiacajvM1Nk.png + label: labels/train_200_png.rf.CojKavTmyiiacajvM1Nk.npy + metadata: + original_shape: + - 2288 + - 1547 + source_split: train +- sample_id: train_202_jpg.rf.ulVrn0OGfJseA4tuJUN3 + subject_id: '202' + split: train + image: images/train_202_jpg.rf.ulVrn0OGfJseA4tuJUN3.png + label: labels/train_202_jpg.rf.ulVrn0OGfJseA4tuJUN3.npy + metadata: + original_shape: + - 920 + - 1180 + source_split: test +- sample_id: train_202_png.rf.rKH3RFjMxOR1iGbUQMqi + subject_id: '202' + split: train + image: images/train_202_png.rf.rKH3RFjMxOR1iGbUQMqi.png + label: labels/train_202_png.rf.rKH3RFjMxOR1iGbUQMqi.npy + metadata: + original_shape: + - 1468 + - 1286 + source_split: train +- sample_id: train_204_jpg.rf.tWUHMHed4gWnh9KEaJVl + subject_id: '204' + split: train + image: images/train_204_jpg.rf.tWUHMHed4gWnh9KEaJVl.png + label: labels/train_204_jpg.rf.tWUHMHed4gWnh9KEaJVl.npy + metadata: + original_shape: + - 1749 + - 1542 + source_split: train +- sample_id: train_204_png.rf.IFw7pinp8rGQ7qFWZKuO + subject_id: '204' + split: train + image: images/train_204_png.rf.IFw7pinp8rGQ7qFWZKuO.png + label: labels/train_204_png.rf.IFw7pinp8rGQ7qFWZKuO.npy + metadata: + original_shape: + - 2288 + - 1488 + source_split: train +- sample_id: train_205_jpg.rf.YG8zl1AKIrZMvOxlymv8 + subject_id: '205' + split: train + image: images/train_205_jpg.rf.YG8zl1AKIrZMvOxlymv8.png + label: labels/train_205_jpg.rf.YG8zl1AKIrZMvOxlymv8.npy + metadata: + original_shape: + - 1291 + - 998 + source_split: train +- sample_id: train_205_png.rf.XwiMjZH4Owd1l2HkCsHX + subject_id: '205' + split: train + image: images/train_205_png.rf.XwiMjZH4Owd1l2HkCsHX.png + label: labels/train_205_png.rf.XwiMjZH4Owd1l2HkCsHX.npy + metadata: + original_shape: + - 2399 + - 2078 + source_split: train +- sample_id: train_208_png.rf.VBktcyfI7lG2YjekZCfa + subject_id: '208' + split: train + image: images/train_208_png.rf.VBktcyfI7lG2YjekZCfa.png + label: labels/train_208_png.rf.VBktcyfI7lG2YjekZCfa.npy + metadata: + original_shape: + - 2145 + - 1845 + source_split: train +- sample_id: train_211_png.rf.at0sBa2jjr9BMK5L12OF + subject_id: '211' + split: train + image: images/train_211_png.rf.at0sBa2jjr9BMK5L12OF.png + label: labels/train_211_png.rf.at0sBa2jjr9BMK5L12OF.npy + metadata: + original_shape: + - 2180 + - 1737 + source_split: valid +- sample_id: train_212_jpg.rf.P5JfX5GUrlHlzbql3QCM + subject_id: '212' + split: train + image: images/train_212_jpg.rf.P5JfX5GUrlHlzbql3QCM.png + label: labels/train_212_jpg.rf.P5JfX5GUrlHlzbql3QCM.npy + metadata: + original_shape: + - 1753 + - 1542 + source_split: valid +- sample_id: train_212_png.rf.o7r7m4fT4id8pPolpNsA + subject_id: '212' + split: train + image: images/train_212_png.rf.o7r7m4fT4id8pPolpNsA.png + label: labels/train_212_png.rf.o7r7m4fT4id8pPolpNsA.npy + metadata: + original_shape: + - 2002 + - 1267 + source_split: train +- sample_id: train_213_jpg.rf.NHj8FJgO3HDv6cpSwF8H + subject_id: '213' + split: train + image: images/train_213_jpg.rf.NHj8FJgO3HDv6cpSwF8H.png + label: labels/train_213_jpg.rf.NHj8FJgO3HDv6cpSwF8H.npy + metadata: + original_shape: + - 1753 + - 1753 + source_split: valid +- sample_id: train_213_png.rf.n2Q50q87QtSgPOxNvnBC + subject_id: '213' + split: train + image: images/train_213_png.rf.n2Q50q87QtSgPOxNvnBC.png + label: labels/train_213_png.rf.n2Q50q87QtSgPOxNvnBC.npy + metadata: + original_shape: + - 2450 + - 2040 + source_split: valid +- sample_id: train_214_png.rf.ghwpDHgXBkGsW23w2fHt + subject_id: '214' + split: train + image: images/train_214_png.rf.ghwpDHgXBkGsW23w2fHt.png + label: labels/train_214_png.rf.ghwpDHgXBkGsW23w2fHt.npy + metadata: + original_shape: + - 2326 + - 1993 + source_split: test +- sample_id: train_216_jpg.rf.i0VWPZ6HhHiKI0BN00Nj + subject_id: '216' + split: train + image: images/train_216_jpg.rf.i0VWPZ6HhHiKI0BN00Nj.png + label: labels/train_216_jpg.rf.i0VWPZ6HhHiKI0BN00Nj.npy + metadata: + original_shape: + - 1753 + - 1542 + source_split: valid +- sample_id: train_216_png.rf.hMiEQpT0mXawvJqD6EZv + subject_id: '216' + split: train + image: images/train_216_png.rf.hMiEQpT0mXawvJqD6EZv.png + label: labels/train_216_png.rf.hMiEQpT0mXawvJqD6EZv.npy + metadata: + original_shape: + - 1694 + - 1288 + source_split: test +- sample_id: train_217_jpg.rf.fGevJZy4oiKCdVla8CkM + subject_id: '217' + split: train + image: images/train_217_jpg.rf.fGevJZy4oiKCdVla8CkM.png + label: labels/train_217_jpg.rf.fGevJZy4oiKCdVla8CkM.npy + metadata: + original_shape: + - 1753 + - 1542 + source_split: test +- sample_id: train_217_png.rf.Jvgk9vdlbBNpKJPZTLIk + subject_id: '217' + split: train + image: images/train_217_png.rf.Jvgk9vdlbBNpKJPZTLIk.png + label: labels/train_217_png.rf.Jvgk9vdlbBNpKJPZTLIk.npy + metadata: + original_shape: + - 1701 + - 1591 + source_split: train +- sample_id: train_219_jpg.rf.80lxxbVSHD7nTJxteG0g + subject_id: '219' + split: train + image: images/train_219_jpg.rf.80lxxbVSHD7nTJxteG0g.png + label: labels/train_219_jpg.rf.80lxxbVSHD7nTJxteG0g.npy + metadata: + original_shape: + - 1753 + - 1542 + source_split: valid +- sample_id: train_219_png.rf.h910W75c1M06TdIcq9hT + subject_id: '219' + split: train + image: images/train_219_png.rf.h910W75c1M06TdIcq9hT.png + label: labels/train_219_png.rf.h910W75c1M06TdIcq9hT.npy + metadata: + original_shape: + - 1725 + - 1713 + source_split: train +- sample_id: train_220_jpg.rf.u3lix8eq28HU0NPjg2kS + subject_id: '220' + split: train + image: images/train_220_jpg.rf.u3lix8eq28HU0NPjg2kS.png + label: labels/train_220_jpg.rf.u3lix8eq28HU0NPjg2kS.npy + metadata: + original_shape: + - 2500 + - 1550 + source_split: train +- sample_id: train_220_png.rf.j3dXLyzRqJbYMiXnSFsT + subject_id: '220' + split: train + image: images/train_220_png.rf.j3dXLyzRqJbYMiXnSFsT.png + label: labels/train_220_png.rf.j3dXLyzRqJbYMiXnSFsT.npy + metadata: + original_shape: + - 1575 + - 1475 + source_split: train +- sample_id: train_221_jpg.rf.J5kDNnZZOmqLrCEgiXMj + subject_id: '221' + split: train + image: images/train_221_jpg.rf.J5kDNnZZOmqLrCEgiXMj.png + label: labels/train_221_jpg.rf.J5kDNnZZOmqLrCEgiXMj.npy + metadata: + original_shape: + - 2697 + - 2992 + source_split: train +- sample_id: train_221_png.rf.5K92o3lJVgGPpLF8JZDT + subject_id: '221' + split: train + image: images/train_221_png.rf.5K92o3lJVgGPpLF8JZDT.png + label: labels/train_221_png.rf.5K92o3lJVgGPpLF8JZDT.npy + metadata: + original_shape: + - 2188 + - 1609 + source_split: train +- sample_id: train_225_jpg.rf.khp0VcfzWoFvKjrZE25s + subject_id: '225' + split: train + image: images/train_225_jpg.rf.khp0VcfzWoFvKjrZE25s.png + label: labels/train_225_jpg.rf.khp0VcfzWoFvKjrZE25s.npy + metadata: + original_shape: + - 1310 + - 1064 + source_split: valid +- sample_id: train_225_png.rf.NUUIbQGwZqA7U9J2QsmK + subject_id: '225' + split: train + image: images/train_225_png.rf.NUUIbQGwZqA7U9J2QsmK.png + label: labels/train_225_png.rf.NUUIbQGwZqA7U9J2QsmK.npy + metadata: + original_shape: + - 2257 + - 1954 + source_split: train +- sample_id: train_226_jpg.rf.HluUl0fwzQ5DXWYlOI5m + subject_id: '226' + split: train + image: images/train_226_jpg.rf.HluUl0fwzQ5DXWYlOI5m.png + label: labels/train_226_jpg.rf.HluUl0fwzQ5DXWYlOI5m.npy + metadata: + original_shape: + - 1889 + - 1412 + source_split: train +- sample_id: train_226_png.rf.KUyACfKtYoaRoB8Rxahz + subject_id: '226' + split: train + image: images/train_226_png.rf.KUyACfKtYoaRoB8Rxahz.png + label: labels/train_226_png.rf.KUyACfKtYoaRoB8Rxahz.npy + metadata: + original_shape: + - 1797 + - 1239 + source_split: train +- sample_id: train_228_jpg.rf.sopT9hSxTOKgMOO6CnxL + subject_id: '228' + split: train + image: images/train_228_jpg.rf.sopT9hSxTOKgMOO6CnxL.png + label: labels/train_228_jpg.rf.sopT9hSxTOKgMOO6CnxL.npy + metadata: + original_shape: + - 2989 + - 1550 + source_split: train +- sample_id: train_22_jpg.rf.UkToDM7pYxz5Uhdd62xc + subject_id: '22' + split: train + image: images/train_22_jpg.rf.UkToDM7pYxz5Uhdd62xc.png + label: labels/train_22_jpg.rf.UkToDM7pYxz5Uhdd62xc.npy + metadata: + original_shape: + - 1837 + - 1283 + source_split: train +- sample_id: train_22_png.rf.h0bTs5CRU5eZ2QLjIr6E + subject_id: '22' + split: train + image: images/train_22_png.rf.h0bTs5CRU5eZ2QLjIr6E.png + label: labels/train_22_png.rf.h0bTs5CRU5eZ2QLjIr6E.npy + metadata: + original_shape: + - 2074 + - 2495 + source_split: train +- sample_id: train_230_jpg.rf.fiBsHlZdZPNa9ZneHoJF + subject_id: '230' + split: train + image: images/train_230_jpg.rf.fiBsHlZdZPNa9ZneHoJF.png + label: labels/train_230_jpg.rf.fiBsHlZdZPNa9ZneHoJF.npy + metadata: + original_shape: + - 1152 + - 1010 + source_split: valid +- sample_id: train_230_png.rf.q50EauSxTM5ZCCEvTlni + subject_id: '230' + split: train + image: images/train_230_png.rf.q50EauSxTM5ZCCEvTlni.png + label: labels/train_230_png.rf.q50EauSxTM5ZCCEvTlni.npy + metadata: + original_shape: + - 1704 + - 1295 + source_split: train +- sample_id: train_231_jpg.rf.SBDCelrWfwRtCJvBhCBt + subject_id: '231' + split: train + image: images/train_231_jpg.rf.SBDCelrWfwRtCJvBhCBt.png + label: labels/train_231_jpg.rf.SBDCelrWfwRtCJvBhCBt.npy + metadata: + original_shape: + - 1749 + - 1542 + source_split: train +- sample_id: train_231_png.rf.nqonfn4r1rqMLBrVpV2K + subject_id: '231' + split: train + image: images/train_231_png.rf.nqonfn4r1rqMLBrVpV2K.png + label: labels/train_231_png.rf.nqonfn4r1rqMLBrVpV2K.npy + metadata: + original_shape: + - 2084 + - 1347 + source_split: valid +- sample_id: train_232_jpg.rf.G9Pml1xNxRZEfYUvnjLs + subject_id: '232' + split: train + image: images/train_232_jpg.rf.G9Pml1xNxRZEfYUvnjLs.png + label: labels/train_232_jpg.rf.G9Pml1xNxRZEfYUvnjLs.npy + metadata: + original_shape: + - 2441 + - 2394 + source_split: train +- sample_id: train_232_png.rf.OndPguo4wShpcse3YoGg + subject_id: '232' + split: train + image: images/train_232_png.rf.OndPguo4wShpcse3YoGg.png + label: labels/train_232_png.rf.OndPguo4wShpcse3YoGg.npy + metadata: + original_shape: + - 1737 + - 1042 + source_split: valid +- sample_id: train_233_jpg.rf.22THgZarYpvH6PFYR2me + subject_id: '233' + split: train + image: images/train_233_jpg.rf.22THgZarYpvH6PFYR2me.png + label: labels/train_233_jpg.rf.22THgZarYpvH6PFYR2me.npy + metadata: + original_shape: + - 1753 + - 1542 + source_split: train +- sample_id: train_233_png.rf.qNaFWtZBWhxhxdfWSy8T + subject_id: '233' + split: train + image: images/train_233_png.rf.qNaFWtZBWhxhxdfWSy8T.png + label: labels/train_233_png.rf.qNaFWtZBWhxhxdfWSy8T.npy + metadata: + original_shape: + - 2012 + - 1844 + source_split: train +- sample_id: train_234_jpg.rf.xt604zwb58kCF5Andz5d + subject_id: '234' + split: train + image: images/train_234_jpg.rf.xt604zwb58kCF5Andz5d.png + label: labels/train_234_jpg.rf.xt604zwb58kCF5Andz5d.npy + metadata: + original_shape: + - 1210 + - 978 + source_split: train +- sample_id: train_234_png.rf.AQJTIAnrDYj64jC9THOv + subject_id: '234' + split: train + image: images/train_234_png.rf.AQJTIAnrDYj64jC9THOv.png + label: labels/train_234_png.rf.AQJTIAnrDYj64jC9THOv.npy + metadata: + original_shape: + - 1566 + - 1353 + source_split: train +- sample_id: train_236_jpg.rf.mk8aU79JMuhoE4pNrzLU + subject_id: '236' + split: train + image: images/train_236_jpg.rf.mk8aU79JMuhoE4pNrzLU.png + label: labels/train_236_jpg.rf.mk8aU79JMuhoE4pNrzLU.npy + metadata: + original_shape: + - 781 + - 800 + source_split: train +- sample_id: train_236_png.rf.FNsDxBYVmc6chyGz2wi4 + subject_id: '236' + split: train + image: images/train_236_png.rf.FNsDxBYVmc6chyGz2wi4.png + label: labels/train_236_png.rf.FNsDxBYVmc6chyGz2wi4.npy + metadata: + original_shape: + - 1454 + - 1038 + source_split: train +- sample_id: train_237_jpg.rf.X6LOB0wIanmsQHB8CVQf + subject_id: '237' + split: train + image: images/train_237_jpg.rf.X6LOB0wIanmsQHB8CVQf.png + label: labels/train_237_jpg.rf.X6LOB0wIanmsQHB8CVQf.npy + metadata: + original_shape: + - 1861 + - 2474 + source_split: train +- sample_id: train_237_png.rf.ZFH3LClOu6vUjDI0hr5k + subject_id: '237' + split: train + image: images/train_237_png.rf.ZFH3LClOu6vUjDI0hr5k.png + label: labels/train_237_png.rf.ZFH3LClOu6vUjDI0hr5k.npy + metadata: + original_shape: + - 1340 + - 1147 + source_split: train +- sample_id: train_238_jpg.rf.2ekfTXdHfYNhOH74Gmrd + subject_id: '238' + split: train + image: images/train_238_jpg.rf.2ekfTXdHfYNhOH74Gmrd.png + label: labels/train_238_jpg.rf.2ekfTXdHfYNhOH74Gmrd.npy + metadata: + original_shape: + - 1749 + - 2394 + source_split: train +- sample_id: train_23_jpg.rf.JtjVVBykgyQDlikCd5ub + subject_id: '23' + split: train + image: images/train_23_jpg.rf.JtjVVBykgyQDlikCd5ub.png + label: labels/train_23_jpg.rf.JtjVVBykgyQDlikCd5ub.npy + metadata: + original_shape: + - 1559 + - 2113 + source_split: train +- sample_id: train_23_png.rf.pE2BDD2fdvFAHTOHv76Z + subject_id: '23' + split: train + image: images/train_23_png.rf.pE2BDD2fdvFAHTOHv76Z.png + label: labels/train_23_png.rf.pE2BDD2fdvFAHTOHv76Z.npy + metadata: + original_shape: + - 1586 + - 1664 + source_split: train +- sample_id: train_242_png.rf.jxYV0xIeSMWzAfVr74JL + subject_id: '242' + split: train + image: images/train_242_png.rf.jxYV0xIeSMWzAfVr74JL.png + label: labels/train_242_png.rf.jxYV0xIeSMWzAfVr74JL.npy + metadata: + original_shape: + - 1144 + - 1125 + source_split: train +- sample_id: train_243_jpg.rf.yngA5FuUaBs9lEKpRHk7 + subject_id: '243' + split: train + image: images/train_243_jpg.rf.yngA5FuUaBs9lEKpRHk7.png + label: labels/train_243_jpg.rf.yngA5FuUaBs9lEKpRHk7.npy + metadata: + original_shape: + - 1753 + - 1542 + source_split: test +- sample_id: train_243_png.rf.aGwLdEFIAUaX68xUS4AR + subject_id: '243' + split: train + image: images/train_243_png.rf.aGwLdEFIAUaX68xUS4AR.png + label: labels/train_243_png.rf.aGwLdEFIAUaX68xUS4AR.npy + metadata: + original_shape: + - 1946 + - 1583 + source_split: train +- sample_id: train_248_jpg.rf.SeFsS1ekR2iAS49D7zSa + subject_id: '248' + split: train + image: images/train_248_jpg.rf.SeFsS1ekR2iAS49D7zSa.png + label: labels/train_248_jpg.rf.SeFsS1ekR2iAS49D7zSa.npy + metadata: + original_shape: + - 2637 + - 1554 + source_split: train +- sample_id: train_248_png.rf.8E3ePkZHOOEr5FWA8A2M + subject_id: '248' + split: train + image: images/train_248_png.rf.8E3ePkZHOOEr5FWA8A2M.png + label: labels/train_248_png.rf.8E3ePkZHOOEr5FWA8A2M.npy + metadata: + original_shape: + - 2273 + - 1832 + source_split: train +- sample_id: train_249_jpg.rf.60w3cAMHanO2c3l9Tejs + subject_id: '249' + split: train + image: images/train_249_jpg.rf.60w3cAMHanO2c3l9Tejs.png + label: labels/train_249_jpg.rf.60w3cAMHanO2c3l9Tejs.npy + metadata: + original_shape: + - 2457 + - 1554 + source_split: train +- sample_id: train_249_png.rf.PVCmsa66gJW9UfRfqPBr + subject_id: '249' + split: train + image: images/train_249_png.rf.PVCmsa66gJW9UfRfqPBr.png + label: labels/train_249_png.rf.PVCmsa66gJW9UfRfqPBr.npy + metadata: + original_shape: + - 1864 + - 1273 + source_split: train +- sample_id: train_250_jpg.rf.rMQQONqVFbO3T4Q8biwf + subject_id: '250' + split: train + image: images/train_250_jpg.rf.rMQQONqVFbO3T4Q8biwf.png + label: labels/train_250_jpg.rf.rMQQONqVFbO3T4Q8biwf.npy + metadata: + original_shape: + - 1526 + - 1296 + source_split: train +- sample_id: train_250_png.rf.h6FhUIq04a5XWO2kbpqE + subject_id: '250' + split: train + image: images/train_250_png.rf.h6FhUIq04a5XWO2kbpqE.png + label: labels/train_250_png.rf.h6FhUIq04a5XWO2kbpqE.npy + metadata: + original_shape: + - 1955 + - 1930 + source_split: valid +- sample_id: train_251_jpg.rf.6LqsHYnDqDlAjzvLGi2o + subject_id: '251' + split: train + image: images/train_251_jpg.rf.6LqsHYnDqDlAjzvLGi2o.png + label: labels/train_251_jpg.rf.6LqsHYnDqDlAjzvLGi2o.npy + metadata: + original_shape: + - 1843 + - 1650 + source_split: train +- sample_id: train_251_png.rf.GmcKs3KpshSW3dPl8jMc + subject_id: '251' + split: train + image: images/train_251_png.rf.GmcKs3KpshSW3dPl8jMc.png + label: labels/train_251_png.rf.GmcKs3KpshSW3dPl8jMc.npy + metadata: + original_shape: + - 855 + - 1101 + source_split: train +- sample_id: train_252_jpg.rf.Au5LDJxpdGSFG0tXjUoK + subject_id: '252' + split: train + image: images/train_252_jpg.rf.Au5LDJxpdGSFG0tXjUoK.png + label: labels/train_252_jpg.rf.Au5LDJxpdGSFG0tXjUoK.npy + metadata: + original_shape: + - 974 + - 944 + source_split: test +- sample_id: train_252_png.rf.1R5jzjJX1H4t55m4PjH9 + subject_id: '252' + split: train + image: images/train_252_png.rf.1R5jzjJX1H4t55m4PjH9.png + label: labels/train_252_png.rf.1R5jzjJX1H4t55m4PjH9.npy + metadata: + original_shape: + - 1894 + - 1436 + source_split: train +- sample_id: train_255_jpg.rf.91GBTCOEIAEIlTWp2WOK + subject_id: '255' + split: train + image: images/train_255_jpg.rf.91GBTCOEIAEIlTWp2WOK.png + label: labels/train_255_jpg.rf.91GBTCOEIAEIlTWp2WOK.npy + metadata: + original_shape: + - 1727 + - 1226 + source_split: valid +- sample_id: train_256_jpg.rf.Ojdd29p6bY1N0f5ZLyph + subject_id: '256' + split: train + image: images/train_256_jpg.rf.Ojdd29p6bY1N0f5ZLyph.png + label: labels/train_256_jpg.rf.Ojdd29p6bY1N0f5ZLyph.npy + metadata: + original_shape: + - 2991 + - 2058 + source_split: train +- sample_id: train_256_png.rf.0pzs6c4zieJUm7Vw5m4T + subject_id: '256' + split: train + image: images/train_256_png.rf.0pzs6c4zieJUm7Vw5m4T.png + label: labels/train_256_png.rf.0pzs6c4zieJUm7Vw5m4T.npy + metadata: + original_shape: + - 1286 + - 1132 + source_split: train +- sample_id: train_258_jpg.rf.un6M7UUyS1hH8CDrgGoa + subject_id: '258' + split: train + image: images/train_258_jpg.rf.un6M7UUyS1hH8CDrgGoa.png + label: labels/train_258_jpg.rf.un6M7UUyS1hH8CDrgGoa.npy + metadata: + original_shape: + - 2991 + - 2992 + source_split: train +- sample_id: train_259_jpg.rf.URG7GcL0YY3LhKM0Z4jk + subject_id: '259' + split: train + image: images/train_259_jpg.rf.URG7GcL0YY3LhKM0Z4jk.png + label: labels/train_259_jpg.rf.URG7GcL0YY3LhKM0Z4jk.npy + metadata: + original_shape: + - 2991 + - 2992 + source_split: train +- sample_id: train_259_png.rf.1WLDlWxArPfIwD8A0vGB + subject_id: '259' + split: train + image: images/train_259_png.rf.1WLDlWxArPfIwD8A0vGB.png + label: labels/train_259_png.rf.1WLDlWxArPfIwD8A0vGB.npy + metadata: + original_shape: + - 1698 + - 1296 + source_split: train +- sample_id: train_25_jpg.rf.Cfnd9e0eFJ42boEYyboJ + subject_id: '25' + split: train + image: images/train_25_jpg.rf.Cfnd9e0eFJ42boEYyboJ.png + label: labels/train_25_jpg.rf.Cfnd9e0eFJ42boEYyboJ.npy + metadata: + original_shape: + - 2880 + - 2900 + source_split: train +- sample_id: train_260_jpg.rf.9pYG4lMLVsh5gJ5mWorA + subject_id: '260' + split: train + image: images/train_260_jpg.rf.9pYG4lMLVsh5gJ5mWorA.png + label: labels/train_260_jpg.rf.9pYG4lMLVsh5gJ5mWorA.npy + metadata: + original_shape: + - 1642 + - 1296 + source_split: train +- sample_id: train_260_png.rf.1tSXiy2bfJH7clHinm1d + subject_id: '260' + split: train + image: images/train_260_png.rf.1tSXiy2bfJH7clHinm1d.png + label: labels/train_260_png.rf.1tSXiy2bfJH7clHinm1d.npy + metadata: + original_shape: + - 1651 + - 1323 + source_split: train +- sample_id: train_261_png.rf.QKXrqxxEtJyfDnBNn4t6 + subject_id: '261' + split: train + image: images/train_261_png.rf.QKXrqxxEtJyfDnBNn4t6.png + label: labels/train_261_png.rf.QKXrqxxEtJyfDnBNn4t6.npy + metadata: + original_shape: + - 1826 + - 1466 + source_split: train +- sample_id: train_263_jpg.rf.MnvBbXLMubrri8ARq6l6 + subject_id: '263' + split: train + image: images/train_263_jpg.rf.MnvBbXLMubrri8ARq6l6.png + label: labels/train_263_jpg.rf.MnvBbXLMubrri8ARq6l6.npy + metadata: + original_shape: + - 1805 + - 2950 + source_split: train +- sample_id: train_263_png.rf.v6vKH9gmZ6sTqU9xyTl3 + subject_id: '263' + split: train + image: images/train_263_png.rf.v6vKH9gmZ6sTqU9xyTl3.png + label: labels/train_263_png.rf.v6vKH9gmZ6sTqU9xyTl3.npy + metadata: + original_shape: + - 1987 + - 2068 + source_split: train +- sample_id: train_264_jpg.rf.WyhRA13xjxhw9RPSpYCh + subject_id: '264' + split: train + image: images/train_264_jpg.rf.WyhRA13xjxhw9RPSpYCh.png + label: labels/train_264_jpg.rf.WyhRA13xjxhw9RPSpYCh.npy + metadata: + original_shape: + - 1941 + - 1574 + source_split: train +- sample_id: train_264_png.rf.XRbjdfie4kNYZ89Ct3eL + subject_id: '264' + split: train + image: images/train_264_png.rf.XRbjdfie4kNYZ89Ct3eL.png + label: labels/train_264_png.rf.XRbjdfie4kNYZ89Ct3eL.npy + metadata: + original_shape: + - 1727 + - 1796 + source_split: valid +- sample_id: train_265_jpg.rf.6LrDzK64iiw4UX34q227 + subject_id: '265' + split: train + image: images/train_265_jpg.rf.6LrDzK64iiw4UX34q227.png + label: labels/train_265_jpg.rf.6LrDzK64iiw4UX34q227.npy + metadata: + original_shape: + - 1241 + - 1144 + source_split: train +- sample_id: train_265_png.rf.DtQp2BlwtdJ3OiEn87c3 + subject_id: '265' + split: train + image: images/train_265_png.rf.DtQp2BlwtdJ3OiEn87c3.png + label: labels/train_265_png.rf.DtQp2BlwtdJ3OiEn87c3.npy + metadata: + original_shape: + - 1913 + - 2207 + source_split: train +- sample_id: train_266_jpg.rf.gpsTtseI51TnWDchrNwu + subject_id: '266' + split: train + image: images/train_266_jpg.rf.gpsTtseI51TnWDchrNwu.png + label: labels/train_266_jpg.rf.gpsTtseI51TnWDchrNwu.npy + metadata: + original_shape: + - 1318 + - 1524 + source_split: train +- sample_id: train_266_png.rf.PIhMU4B0IU3XvrVEVo14 + subject_id: '266' + split: train + image: images/train_266_png.rf.PIhMU4B0IU3XvrVEVo14.png + label: labels/train_266_png.rf.PIhMU4B0IU3XvrVEVo14.npy + metadata: + original_shape: + - 2088 + - 1609 + source_split: train +- sample_id: train_267_png.rf.TnJPzm9NmYVm4GfnnOzm + subject_id: '267' + split: train + image: images/train_267_png.rf.TnJPzm9NmYVm4GfnnOzm.png + label: labels/train_267_png.rf.TnJPzm9NmYVm4GfnnOzm.npy + metadata: + original_shape: + - 2330 + - 2188 + source_split: train +- sample_id: train_269_jpg.rf.eGgdaoDIbbmYnFq4D7IM + subject_id: '269' + split: train + image: images/train_269_jpg.rf.eGgdaoDIbbmYnFq4D7IM.png + label: labels/train_269_jpg.rf.eGgdaoDIbbmYnFq4D7IM.npy + metadata: + original_shape: + - 1890 + - 1758 + source_split: train +- sample_id: train_269_png.rf.mS6Nd5FBXYK75GnjAPSN + subject_id: '269' + split: train + image: images/train_269_png.rf.mS6Nd5FBXYK75GnjAPSN.png + label: labels/train_269_png.rf.mS6Nd5FBXYK75GnjAPSN.npy + metadata: + original_shape: + - 1783 + - 1917 + source_split: train +- sample_id: train_270_jpg.rf.onDYiIcfyMwEN8DaOsgp + subject_id: '270' + split: train + image: images/train_270_jpg.rf.onDYiIcfyMwEN8DaOsgp.png + label: labels/train_270_jpg.rf.onDYiIcfyMwEN8DaOsgp.npy + metadata: + original_shape: + - 1484 + - 1156 + source_split: train +- sample_id: train_270_png.rf.oaWXKxeSByQ6PgufSMgm + subject_id: '270' + split: train + image: images/train_270_png.rf.oaWXKxeSByQ6PgufSMgm.png + label: labels/train_270_png.rf.oaWXKxeSByQ6PgufSMgm.npy + metadata: + original_shape: + - 1612 + - 1874 + source_split: valid +- sample_id: train_271_jpg.rf.y1tNePvQs7F3ct3kW9cD + subject_id: '271' + split: train + image: images/train_271_jpg.rf.y1tNePvQs7F3ct3kW9cD.png + label: labels/train_271_jpg.rf.y1tNePvQs7F3ct3kW9cD.npy + metadata: + original_shape: + - 2101 + - 1940 + source_split: train +- sample_id: train_271_png.rf.kB7qWOluOon2HlEAGBVI + subject_id: '271' + split: train + image: images/train_271_png.rf.kB7qWOluOon2HlEAGBVI.png + label: labels/train_271_png.rf.kB7qWOluOon2HlEAGBVI.npy + metadata: + original_shape: + - 1542 + - 1483 + source_split: train +- sample_id: train_272_jpg.rf.H5XWgLlSF2VgMTBqD6DF + subject_id: '272' + split: train + image: images/train_272_jpg.rf.H5XWgLlSF2VgMTBqD6DF.png + label: labels/train_272_jpg.rf.H5XWgLlSF2VgMTBqD6DF.npy + metadata: + original_shape: + - 2078 + - 2102 + source_split: train +- sample_id: train_272_png.rf.LtozQjTl0aULiIjAgfVn + subject_id: '272' + split: train + image: images/train_272_png.rf.LtozQjTl0aULiIjAgfVn.png + label: labels/train_272_png.rf.LtozQjTl0aULiIjAgfVn.npy + metadata: + original_shape: + - 2374 + - 2250 + source_split: train +- sample_id: train_273_jpg.rf.UydQYZSMDtWKL3RXUl6O + subject_id: '273' + split: train + image: images/train_273_jpg.rf.UydQYZSMDtWKL3RXUl6O.png + label: labels/train_273_jpg.rf.UydQYZSMDtWKL3RXUl6O.npy + metadata: + original_shape: + - 1638 + - 1500 + source_split: train +- sample_id: train_273_png.rf.QssWl96RPp4S2lVSc0Ex + subject_id: '273' + split: train + image: images/train_273_png.rf.QssWl96RPp4S2lVSc0Ex.png + label: labels/train_273_png.rf.QssWl96RPp4S2lVSc0Ex.npy + metadata: + original_shape: + - 2482 + - 1899 + source_split: train +- sample_id: train_275_png.rf.cG6GZp28zIExFLsG4hWT + subject_id: '275' + split: train + image: images/train_275_png.rf.cG6GZp28zIExFLsG4hWT.png + label: labels/train_275_png.rf.cG6GZp28zIExFLsG4hWT.npy + metadata: + original_shape: + - 1821 + - 1314 + source_split: train +- sample_id: train_276_png.rf.xPBYVU41tRggbT6IHyZr + subject_id: '276' + split: train + image: images/train_276_png.rf.xPBYVU41tRggbT6IHyZr.png + label: labels/train_276_png.rf.xPBYVU41tRggbT6IHyZr.npy + metadata: + original_shape: + - 1379 + - 1663 + source_split: valid +- sample_id: train_277_png.rf.EYOFGPQ8bFy6dqbDMHcE + subject_id: '277' + split: train + image: images/train_277_png.rf.EYOFGPQ8bFy6dqbDMHcE.png + label: labels/train_277_png.rf.EYOFGPQ8bFy6dqbDMHcE.npy + metadata: + original_shape: + - 1404 + - 1400 + source_split: test +- sample_id: train_278_png.rf.0LKYL6hnbybX2FEP9UWE + subject_id: '278' + split: train + image: images/train_278_png.rf.0LKYL6hnbybX2FEP9UWE.png + label: labels/train_278_png.rf.0LKYL6hnbybX2FEP9UWE.npy + metadata: + original_shape: + - 1395 + - 1377 + source_split: train +- sample_id: train_27_jpg.rf.DcuHl8AFZKdwJ6fkwZCR + subject_id: '27' + split: train + image: images/train_27_jpg.rf.DcuHl8AFZKdwJ6fkwZCR.png + label: labels/train_27_jpg.rf.DcuHl8AFZKdwJ6fkwZCR.npy + metadata: + original_shape: + - 1189 + - 1957 + source_split: valid +- sample_id: train_27_png.rf.CfmEVbk9IKeFTwDXGGrh + subject_id: '27' + split: train + image: images/train_27_png.rf.CfmEVbk9IKeFTwDXGGrh.png + label: labels/train_27_png.rf.CfmEVbk9IKeFTwDXGGrh.npy + metadata: + original_shape: + - 1329 + - 1369 + source_split: train +- sample_id: train_281_png.rf.Fk7dRB7FZ6SXQ5NHTQ5K + subject_id: '281' + split: train + image: images/train_281_png.rf.Fk7dRB7FZ6SXQ5NHTQ5K.png + label: labels/train_281_png.rf.Fk7dRB7FZ6SXQ5NHTQ5K.npy + metadata: + original_shape: + - 1757 + - 1437 + source_split: train +- sample_id: train_283_png.rf.sRBRR1M2X5kYENaBcGWF + subject_id: '283' + split: train + image: images/train_283_png.rf.sRBRR1M2X5kYENaBcGWF.png + label: labels/train_283_png.rf.sRBRR1M2X5kYENaBcGWF.npy + metadata: + original_shape: + - 1366 + - 1323 + source_split: train +- sample_id: train_284_png.rf.Q0kg2n1cdykO0b0Fr9QJ + subject_id: '284' + split: train + image: images/train_284_png.rf.Q0kg2n1cdykO0b0Fr9QJ.png + label: labels/train_284_png.rf.Q0kg2n1cdykO0b0Fr9QJ.npy + metadata: + original_shape: + - 1552 + - 1610 + source_split: train +- sample_id: train_287_png.rf.YUNHz6Dqrw3ii4nEWi2U + subject_id: '287' + split: train + image: images/train_287_png.rf.YUNHz6Dqrw3ii4nEWi2U.png + label: labels/train_287_png.rf.YUNHz6Dqrw3ii4nEWi2U.npy + metadata: + original_shape: + - 2129 + - 2000 + source_split: valid +- sample_id: train_288_png.rf.YaDlfSdGfyQjY5S2yDUq + subject_id: '288' + split: train + image: images/train_288_png.rf.YaDlfSdGfyQjY5S2yDUq.png + label: labels/train_288_png.rf.YaDlfSdGfyQjY5S2yDUq.npy + metadata: + original_shape: + - 1709 + - 2100 + source_split: train +- sample_id: train_28_jpg.rf.OUbM2fgQBnMQkcOE4J58 + subject_id: '28' + split: train + image: images/train_28_jpg.rf.OUbM2fgQBnMQkcOE4J58.png + label: labels/train_28_jpg.rf.OUbM2fgQBnMQkcOE4J58.npy + metadata: + original_shape: + - 1649 + - 1285 + source_split: train +- sample_id: train_28_png.rf.zv6AKpR1dCQniiAFusLg + subject_id: '28' + split: train + image: images/train_28_png.rf.zv6AKpR1dCQniiAFusLg.png + label: labels/train_28_png.rf.zv6AKpR1dCQniiAFusLg.npy + metadata: + original_shape: + - 1393 + - 1138 + source_split: valid +- sample_id: train_291_png.rf.JLF8mX2j7ouziYakbSgq + subject_id: '291' + split: train + image: images/train_291_png.rf.JLF8mX2j7ouziYakbSgq.png + label: labels/train_291_png.rf.JLF8mX2j7ouziYakbSgq.npy + metadata: + original_shape: + - 2059 + - 1932 + source_split: train +- sample_id: train_292_png.rf.VIXlViYRv6R9ZQ0Qw2Q2 + subject_id: '292' + split: train + image: images/train_292_png.rf.VIXlViYRv6R9ZQ0Qw2Q2.png + label: labels/train_292_png.rf.VIXlViYRv6R9ZQ0Qw2Q2.npy + metadata: + original_shape: + - 1602 + - 1556 + source_split: train +- sample_id: train_293_png.rf.MQWMn58IQ4zYm1hRqTMo + subject_id: '293' + split: train + image: images/train_293_png.rf.MQWMn58IQ4zYm1hRqTMo.png + label: labels/train_293_png.rf.MQWMn58IQ4zYm1hRqTMo.npy + metadata: + original_shape: + - 1631 + - 1425 + source_split: valid +- sample_id: train_295_png.rf.GxNXVRIXF6V6mUYya4jH + subject_id: '295' + split: train + image: images/train_295_png.rf.GxNXVRIXF6V6mUYya4jH.png + label: labels/train_295_png.rf.GxNXVRIXF6V6mUYya4jH.npy + metadata: + original_shape: + - 2005 + - 1561 + source_split: train +- sample_id: train_296_png.rf.2sQSGKzu8aytkdCp59ex + subject_id: '296' + split: train + image: images/train_296_png.rf.2sQSGKzu8aytkdCp59ex.png + label: labels/train_296_png.rf.2sQSGKzu8aytkdCp59ex.npy + metadata: + original_shape: + - 1361 + - 1110 + source_split: train +- sample_id: train_298_png.rf.GAQdX8wAPLdl00kJhofl + subject_id: '298' + split: train + image: images/train_298_png.rf.GAQdX8wAPLdl00kJhofl.png + label: labels/train_298_png.rf.GAQdX8wAPLdl00kJhofl.npy + metadata: + original_shape: + - 1947 + - 1673 + source_split: test +- sample_id: train_299_png.rf.SG7cnvb88R0Bm4tbRt1b + subject_id: '299' + split: train + image: images/train_299_png.rf.SG7cnvb88R0Bm4tbRt1b.png + label: labels/train_299_png.rf.SG7cnvb88R0Bm4tbRt1b.npy + metadata: + original_shape: + - 2381 + - 1777 + source_split: train +- sample_id: train_29_jpg.rf.dwnSYmlZoSyfx70Iy9t9 + subject_id: '29' + split: train + image: images/train_29_jpg.rf.dwnSYmlZoSyfx70Iy9t9.png + label: labels/train_29_jpg.rf.dwnSYmlZoSyfx70Iy9t9.npy + metadata: + original_shape: + - 1548 + - 1717 + source_split: test +- sample_id: train_29_png.rf.yNfM4EBrKN2lTyhmh6DG + subject_id: '29' + split: train + image: images/train_29_png.rf.yNfM4EBrKN2lTyhmh6DG.png + label: labels/train_29_png.rf.yNfM4EBrKN2lTyhmh6DG.npy + metadata: + original_shape: + - 1629 + - 1678 + source_split: train +- sample_id: train_301_png.rf.un0s3hBuL6TOe0q7hOFI + subject_id: '301' + split: train + image: images/train_301_png.rf.un0s3hBuL6TOe0q7hOFI.png + label: labels/train_301_png.rf.un0s3hBuL6TOe0q7hOFI.npy + metadata: + original_shape: + - 1723 + - 1680 + source_split: test +- sample_id: train_302_png.rf.9gI45ZECx1NL78hnBdzc + subject_id: '302' + split: train + image: images/train_302_png.rf.9gI45ZECx1NL78hnBdzc.png + label: labels/train_302_png.rf.9gI45ZECx1NL78hnBdzc.npy + metadata: + original_shape: + - 1531 + - 1393 + source_split: train +- sample_id: train_303_png.rf.jYb2etz7xUBBmyMplJNz + subject_id: '303' + split: train + image: images/train_303_png.rf.jYb2etz7xUBBmyMplJNz.png + label: labels/train_303_png.rf.jYb2etz7xUBBmyMplJNz.npy + metadata: + original_shape: + - 1665 + - 1614 + source_split: train +- sample_id: train_304_png.rf.esDcf0R3B2m6RK5udKCQ + subject_id: '304' + split: train + image: images/train_304_png.rf.esDcf0R3B2m6RK5udKCQ.png + label: labels/train_304_png.rf.esDcf0R3B2m6RK5udKCQ.npy + metadata: + original_shape: + - 1354 + - 919 + source_split: train +- sample_id: train_305_png.rf.HRHcFasqzGG50sFXNqTZ + subject_id: '305' + split: train + image: images/train_305_png.rf.HRHcFasqzGG50sFXNqTZ.png + label: labels/train_305_png.rf.HRHcFasqzGG50sFXNqTZ.npy + metadata: + original_shape: + - 1939 + - 1504 + source_split: train +- sample_id: train_306_png.rf.fBcAqsIY0y53r6tgnGGS + subject_id: '306' + split: train + image: images/train_306_png.rf.fBcAqsIY0y53r6tgnGGS.png + label: labels/train_306_png.rf.fBcAqsIY0y53r6tgnGGS.npy + metadata: + original_shape: + - 740 + - 853 + source_split: valid +- sample_id: train_308_png.rf.x50bB5eL0pj7PTJ8eUIi + subject_id: '308' + split: train + image: images/train_308_png.rf.x50bB5eL0pj7PTJ8eUIi.png + label: labels/train_308_png.rf.x50bB5eL0pj7PTJ8eUIi.npy + metadata: + original_shape: + - 1746 + - 1067 + source_split: train +- sample_id: train_309_png.rf.2vAPtWO8qgaE2ty6ndRX + subject_id: '309' + split: train + image: images/train_309_png.rf.2vAPtWO8qgaE2ty6ndRX.png + label: labels/train_309_png.rf.2vAPtWO8qgaE2ty6ndRX.npy + metadata: + original_shape: + - 1600 + - 1173 + source_split: valid +- sample_id: train_30_jpg.rf.UHvahUZMKX5mnalMJoCJ + subject_id: '30' + split: train + image: images/train_30_jpg.rf.UHvahUZMKX5mnalMJoCJ.png + label: labels/train_30_jpg.rf.UHvahUZMKX5mnalMJoCJ.npy + metadata: + original_shape: + - 2892 + - 2511 + source_split: train +- sample_id: train_30_png.rf.Mx6Lt5WPbyZM0Jg3Pgtv + subject_id: '30' + split: train + image: images/train_30_png.rf.Mx6Lt5WPbyZM0Jg3Pgtv.png + label: labels/train_30_png.rf.Mx6Lt5WPbyZM0Jg3Pgtv.npy + metadata: + original_shape: + - 1305 + - 1530 + source_split: train +- sample_id: train_311_png.rf.n9NLuDRn7CjvQSDoeoLm + subject_id: '311' + split: train + image: images/train_311_png.rf.n9NLuDRn7CjvQSDoeoLm.png + label: labels/train_311_png.rf.n9NLuDRn7CjvQSDoeoLm.npy + metadata: + original_shape: + - 1522 + - 1029 + source_split: valid +- sample_id: train_313_png.rf.ZIKyAbFGppEHf51veR3h + subject_id: '313' + split: train + image: images/train_313_png.rf.ZIKyAbFGppEHf51veR3h.png + label: labels/train_313_png.rf.ZIKyAbFGppEHf51veR3h.npy + metadata: + original_shape: + - 1338 + - 1432 + source_split: train +- sample_id: train_314_png.rf.9D05mizAzwoB4uL3HXmH + subject_id: '314' + split: train + image: images/train_314_png.rf.9D05mizAzwoB4uL3HXmH.png + label: labels/train_314_png.rf.9D05mizAzwoB4uL3HXmH.npy + metadata: + original_shape: + - 1622 + - 1399 + source_split: valid +- sample_id: train_316_png.rf.Rd0ncHB4fIH3bBauN955 + subject_id: '316' + split: train + image: images/train_316_png.rf.Rd0ncHB4fIH3bBauN955.png + label: labels/train_316_png.rf.Rd0ncHB4fIH3bBauN955.npy + metadata: + original_shape: + - 1087 + - 1411 + source_split: train +- sample_id: train_317_png.rf.CqP3kYAc7ElDqDJ8PP3O + subject_id: '317' + split: train + image: images/train_317_png.rf.CqP3kYAc7ElDqDJ8PP3O.png + label: labels/train_317_png.rf.CqP3kYAc7ElDqDJ8PP3O.npy + metadata: + original_shape: + - 1210 + - 925 + source_split: valid +- sample_id: train_318_png.rf.bIvmQg6pusfkIJfkkUDe + subject_id: '318' + split: train + image: images/train_318_png.rf.bIvmQg6pusfkIJfkkUDe.png + label: labels/train_318_png.rf.bIvmQg6pusfkIJfkkUDe.npy + metadata: + original_shape: + - 1685 + - 1783 + source_split: valid +- sample_id: train_322_png.rf.ebcpC9lnK227XDMHJ68M + subject_id: '322' + split: train + image: images/train_322_png.rf.ebcpC9lnK227XDMHJ68M.png + label: labels/train_322_png.rf.ebcpC9lnK227XDMHJ68M.npy + metadata: + original_shape: + - 1925 + - 1887 + source_split: train +- sample_id: train_324_png.rf.yHFMCEUiu5JJkE2urXx7 + subject_id: '324' + split: train + image: images/train_324_png.rf.yHFMCEUiu5JJkE2urXx7.png + label: labels/train_324_png.rf.yHFMCEUiu5JJkE2urXx7.npy + metadata: + original_shape: + - 1006 + - 915 + source_split: train +- sample_id: train_325_png.rf.4DLuSkzcKM2GaLUyjULR + subject_id: '325' + split: train + image: images/train_325_png.rf.4DLuSkzcKM2GaLUyjULR.png + label: labels/train_325_png.rf.4DLuSkzcKM2GaLUyjULR.npy + metadata: + original_shape: + - 1080 + - 1002 + source_split: test +- sample_id: train_326_png.rf.p0dYG7sRQ2pQcOKkfuPZ + subject_id: '326' + split: train + image: images/train_326_png.rf.p0dYG7sRQ2pQcOKkfuPZ.png + label: labels/train_326_png.rf.p0dYG7sRQ2pQcOKkfuPZ.npy + metadata: + original_shape: + - 1638 + - 1504 + source_split: test +- sample_id: train_328_png.rf.cCI4FC4uwzniLlhSWjdx + subject_id: '328' + split: train + image: images/train_328_png.rf.cCI4FC4uwzniLlhSWjdx.png + label: labels/train_328_png.rf.cCI4FC4uwzniLlhSWjdx.npy + metadata: + original_shape: + - 2053 + - 1872 + source_split: valid +- sample_id: train_329_png.rf.oB0KyKz2WLnbyZnvkINl + subject_id: '329' + split: train + image: images/train_329_png.rf.oB0KyKz2WLnbyZnvkINl.png + label: labels/train_329_png.rf.oB0KyKz2WLnbyZnvkINl.npy + metadata: + original_shape: + - 1812 + - 1353 + source_split: train +- sample_id: train_32_jpg.rf.wnVVyzyG10N5lSfNCZm0 + subject_id: '32' + split: train + image: images/train_32_jpg.rf.wnVVyzyG10N5lSfNCZm0.png + label: labels/train_32_jpg.rf.wnVVyzyG10N5lSfNCZm0.npy + metadata: + original_shape: + - 1706 + - 1705 + source_split: train +- sample_id: train_330_png.rf.EKu2R1T5uHqH41eioq9R + subject_id: '330' + split: train + image: images/train_330_png.rf.EKu2R1T5uHqH41eioq9R.png + label: labels/train_330_png.rf.EKu2R1T5uHqH41eioq9R.npy + metadata: + original_shape: + - 1993 + - 1565 + source_split: train +- sample_id: train_331_png.rf.FXFy4NiQ9kcJhaAp5xcu + subject_id: '331' + split: train + image: images/train_331_png.rf.FXFy4NiQ9kcJhaAp5xcu.png + label: labels/train_331_png.rf.FXFy4NiQ9kcJhaAp5xcu.npy + metadata: + original_shape: + - 1671 + - 1248 + source_split: valid +- sample_id: train_332_png.rf.8O46B6KeW3XqIwbz1c2E + subject_id: '332' + split: train + image: images/train_332_png.rf.8O46B6KeW3XqIwbz1c2E.png + label: labels/train_332_png.rf.8O46B6KeW3XqIwbz1c2E.npy + metadata: + original_shape: + - 1292 + - 1128 + source_split: test +- sample_id: train_333_png.rf.lidor69jZsC5InJLGURy + subject_id: '333' + split: train + image: images/train_333_png.rf.lidor69jZsC5InJLGURy.png + label: labels/train_333_png.rf.lidor69jZsC5InJLGURy.npy + metadata: + original_shape: + - 2554 + - 1725 + source_split: train +- sample_id: train_334_png.rf.FOR5fwVwiI6yhdZqmLKL + subject_id: '334' + split: train + image: images/train_334_png.rf.FOR5fwVwiI6yhdZqmLKL.png + label: labels/train_334_png.rf.FOR5fwVwiI6yhdZqmLKL.npy + metadata: + original_shape: + - 1416 + - 1253 + source_split: train +- sample_id: train_335_png.rf.N4K3rFYR1m7fQHuZrjn9 + subject_id: '335' + split: train + image: images/train_335_png.rf.N4K3rFYR1m7fQHuZrjn9.png + label: labels/train_335_png.rf.N4K3rFYR1m7fQHuZrjn9.npy + metadata: + original_shape: + - 1018 + - 678 + source_split: valid +- sample_id: train_337_png.rf.iplUXoLkfHfklWZePeKV + subject_id: '337' + split: train + image: images/train_337_png.rf.iplUXoLkfHfklWZePeKV.png + label: labels/train_337_png.rf.iplUXoLkfHfklWZePeKV.npy + metadata: + original_shape: + - 2002 + - 1192 + source_split: test +- sample_id: train_339_png.rf.dIqmzIJP2lZquhyqUSMU + subject_id: '339' + split: train + image: images/train_339_png.rf.dIqmzIJP2lZquhyqUSMU.png + label: labels/train_339_png.rf.dIqmzIJP2lZquhyqUSMU.npy + metadata: + original_shape: + - 1733 + - 1710 + source_split: train +- sample_id: train_340_png.rf.rRFWt74MoKzX5j4maHrO + subject_id: '340' + split: train + image: images/train_340_png.rf.rRFWt74MoKzX5j4maHrO.png + label: labels/train_340_png.rf.rRFWt74MoKzX5j4maHrO.npy + metadata: + original_shape: + - 2114 + - 1536 + source_split: train +- sample_id: train_341_png.rf.516JLZ985ZffB3SjSmxH + subject_id: '341' + split: train + image: images/train_341_png.rf.516JLZ985ZffB3SjSmxH.png + label: labels/train_341_png.rf.516JLZ985ZffB3SjSmxH.npy + metadata: + original_shape: + - 2267 + - 1461 + source_split: train +- sample_id: train_342_png.rf.bkSYKRLJLMeUuuBBbgIR + subject_id: '342' + split: train + image: images/train_342_png.rf.bkSYKRLJLMeUuuBBbgIR.png + label: labels/train_342_png.rf.bkSYKRLJLMeUuuBBbgIR.npy + metadata: + original_shape: + - 1752 + - 1282 + source_split: valid +- sample_id: train_343_png.rf.MLRSxr4o9TmiXCAfkKFn + subject_id: '343' + split: train + image: images/train_343_png.rf.MLRSxr4o9TmiXCAfkKFn.png + label: labels/train_343_png.rf.MLRSxr4o9TmiXCAfkKFn.npy + metadata: + original_shape: + - 1411 + - 1099 + source_split: train +- sample_id: train_344_png.rf.jGS29MA0bnJ94VbMVI8q + subject_id: '344' + split: train + image: images/train_344_png.rf.jGS29MA0bnJ94VbMVI8q.png + label: labels/train_344_png.rf.jGS29MA0bnJ94VbMVI8q.npy + metadata: + original_shape: + - 1695 + - 1290 + source_split: valid +- sample_id: train_345_png.rf.qaW8Sy1EfWCLfxJnQ13n + subject_id: '345' + split: train + image: images/train_345_png.rf.qaW8Sy1EfWCLfxJnQ13n.png + label: labels/train_345_png.rf.qaW8Sy1EfWCLfxJnQ13n.npy + metadata: + original_shape: + - 1696 + - 1291 + source_split: train +- sample_id: train_347_png.rf.GMcdQAEULiATuaK81dsI + subject_id: '347' + split: train + image: images/train_347_png.rf.GMcdQAEULiATuaK81dsI.png + label: labels/train_347_png.rf.GMcdQAEULiATuaK81dsI.npy + metadata: + original_shape: + - 1697 + - 1286 + source_split: train +- sample_id: train_349_png.rf.iPwDoWRIWwPohRqDYuTW + subject_id: '349' + split: train + image: images/train_349_png.rf.iPwDoWRIWwPohRqDYuTW.png + label: labels/train_349_png.rf.iPwDoWRIWwPohRqDYuTW.npy + metadata: + original_shape: + - 1682 + - 1464 + source_split: train +- sample_id: train_34_jpg.rf.gJfaYtJ3AOGqr2afnp6M + subject_id: '34' + split: train + image: images/train_34_jpg.rf.gJfaYtJ3AOGqr2afnp6M.png + label: labels/train_34_jpg.rf.gJfaYtJ3AOGqr2afnp6M.npy + metadata: + original_shape: + - 1801 + - 2892 + source_split: valid +- sample_id: train_34_png.rf.mIlbqe6chqmPRWd8rgQQ + subject_id: '34' + split: train + image: images/train_34_png.rf.mIlbqe6chqmPRWd8rgQQ.png + label: labels/train_34_png.rf.mIlbqe6chqmPRWd8rgQQ.npy + metadata: + original_shape: + - 1352 + - 1582 + source_split: test +- sample_id: train_350_png.rf.wdAAeF384idrzKXEHzpg + subject_id: '350' + split: train + image: images/train_350_png.rf.wdAAeF384idrzKXEHzpg.png + label: labels/train_350_png.rf.wdAAeF384idrzKXEHzpg.npy + metadata: + original_shape: + - 1879 + - 1856 + source_split: test +- sample_id: train_351_png.rf.MVqSgnh8tB8LYRQoh93N + subject_id: '351' + split: train + image: images/train_351_png.rf.MVqSgnh8tB8LYRQoh93N.png + label: labels/train_351_png.rf.MVqSgnh8tB8LYRQoh93N.npy + metadata: + original_shape: + - 1733 + - 1848 + source_split: train +- sample_id: train_353_png.rf.NnmTFyflRv21F8fgmy8X + subject_id: '353' + split: train + image: images/train_353_png.rf.NnmTFyflRv21F8fgmy8X.png + label: labels/train_353_png.rf.NnmTFyflRv21F8fgmy8X.npy + metadata: + original_shape: + - 1821 + - 1340 + source_split: train +- sample_id: train_356_png.rf.Zb7GZh8fEmPsxcLRhKeV + subject_id: '356' + split: train + image: images/train_356_png.rf.Zb7GZh8fEmPsxcLRhKeV.png + label: labels/train_356_png.rf.Zb7GZh8fEmPsxcLRhKeV.npy + metadata: + original_shape: + - 1822 + - 1438 + source_split: train +- sample_id: train_357_png.rf.FAz52VaT9ipm8ShKGvXh + subject_id: '357' + split: train + image: images/train_357_png.rf.FAz52VaT9ipm8ShKGvXh.png + label: labels/train_357_png.rf.FAz52VaT9ipm8ShKGvXh.npy + metadata: + original_shape: + - 1404 + - 900 + source_split: test +- sample_id: train_358_png.rf.bZJSkKsus9jK7cAHXdU1 + subject_id: '358' + split: train + image: images/train_358_png.rf.bZJSkKsus9jK7cAHXdU1.png + label: labels/train_358_png.rf.bZJSkKsus9jK7cAHXdU1.npy + metadata: + original_shape: + - 2190 + - 1673 + source_split: train +- sample_id: train_359_png.rf.Ota9IZFY7KztTDdKu0MB + subject_id: '359' + split: train + image: images/train_359_png.rf.Ota9IZFY7KztTDdKu0MB.png + label: labels/train_359_png.rf.Ota9IZFY7KztTDdKu0MB.npy + metadata: + original_shape: + - 2874 + - 1207 + source_split: valid +- sample_id: train_35_png.rf.eKvvh8VzISjkj3aJnmkN + subject_id: '35' + split: train + image: images/train_35_png.rf.eKvvh8VzISjkj3aJnmkN.png + label: labels/train_35_png.rf.eKvvh8VzISjkj3aJnmkN.npy + metadata: + original_shape: + - 1217 + - 1412 + source_split: train +- sample_id: train_361_png.rf.SvGzK5RwwshWpiuTlO6P + subject_id: '361' + split: train + image: images/train_361_png.rf.SvGzK5RwwshWpiuTlO6P.png + label: labels/train_361_png.rf.SvGzK5RwwshWpiuTlO6P.npy + metadata: + original_shape: + - 1521 + - 1457 + source_split: valid +- sample_id: train_362_png.rf.LKWAjpy8dIRyb3X6tbFJ + subject_id: '362' + split: train + image: images/train_362_png.rf.LKWAjpy8dIRyb3X6tbFJ.png + label: labels/train_362_png.rf.LKWAjpy8dIRyb3X6tbFJ.npy + metadata: + original_shape: + - 2201 + - 1971 + source_split: train +- sample_id: train_364_png.rf.2Gt06vC3eNIvapTuaroY + subject_id: '364' + split: train + image: images/train_364_png.rf.2Gt06vC3eNIvapTuaroY.png + label: labels/train_364_png.rf.2Gt06vC3eNIvapTuaroY.npy + metadata: + original_shape: + - 1956 + - 1287 + source_split: train +- sample_id: train_365_png.rf.rJfaKlRrNG2iIumhtCBz + subject_id: '365' + split: train + image: images/train_365_png.rf.rJfaKlRrNG2iIumhtCBz.png + label: labels/train_365_png.rf.rJfaKlRrNG2iIumhtCBz.npy + metadata: + original_shape: + - 1512 + - 1108 + source_split: train +- sample_id: train_366_png.rf.UzZYRgHVit9mpPpb1sWd + subject_id: '366' + split: train + image: images/train_366_png.rf.UzZYRgHVit9mpPpb1sWd.png + label: labels/train_366_png.rf.UzZYRgHVit9mpPpb1sWd.npy + metadata: + original_shape: + - 1877 + - 1994 + source_split: test +- sample_id: train_368_png.rf.ncf2HC5ZK2Vx8QIZDpYI + subject_id: '368' + split: train + image: images/train_368_png.rf.ncf2HC5ZK2Vx8QIZDpYI.png + label: labels/train_368_png.rf.ncf2HC5ZK2Vx8QIZDpYI.npy + metadata: + original_shape: + - 1909 + - 1463 + source_split: valid +- sample_id: train_36_jpg.rf.YWFrPMyrh9ulQqxowuKj + subject_id: '36' + split: train + image: images/train_36_jpg.rf.YWFrPMyrh9ulQqxowuKj.png + label: labels/train_36_jpg.rf.YWFrPMyrh9ulQqxowuKj.npy + metadata: + original_shape: + - 1554 + - 1931 + source_split: train +- sample_id: train_36_png.rf.Fu34wZsVi148iaIUI9IE + subject_id: '36' + split: train + image: images/train_36_png.rf.Fu34wZsVi148iaIUI9IE.png + label: labels/train_36_png.rf.Fu34wZsVi148iaIUI9IE.npy + metadata: + original_shape: + - 1384 + - 1159 + source_split: train +- sample_id: train_370_png.rf.8HL9pKhfLcWXLmwTVytu + subject_id: '370' + split: train + image: images/train_370_png.rf.8HL9pKhfLcWXLmwTVytu.png + label: labels/train_370_png.rf.8HL9pKhfLcWXLmwTVytu.npy + metadata: + original_shape: + - 1211 + - 1203 + source_split: valid +- sample_id: train_371_png.rf.vyQqJ0t0J1p9Vcrpzgup + subject_id: '371' + split: train + image: images/train_371_png.rf.vyQqJ0t0J1p9Vcrpzgup.png + label: labels/train_371_png.rf.vyQqJ0t0J1p9Vcrpzgup.npy + metadata: + original_shape: + - 1474 + - 1198 + source_split: train +- sample_id: train_374_png.rf.gVhZYoPRIOLeX8wOxARZ + subject_id: '374' + split: train + image: images/train_374_png.rf.gVhZYoPRIOLeX8wOxARZ.png + label: labels/train_374_png.rf.gVhZYoPRIOLeX8wOxARZ.npy + metadata: + original_shape: + - 2103 + - 1581 + source_split: train +- sample_id: train_376_png.rf.mHSX4NahB9cM0JM2YTQp + subject_id: '376' + split: train + image: images/train_376_png.rf.mHSX4NahB9cM0JM2YTQp.png + label: labels/train_376_png.rf.mHSX4NahB9cM0JM2YTQp.npy + metadata: + original_shape: + - 2218 + - 1302 + source_split: train +- sample_id: train_378_png.rf.S5phQhvvtPi2laDRDQb7 + subject_id: '378' + split: train + image: images/train_378_png.rf.S5phQhvvtPi2laDRDQb7.png + label: labels/train_378_png.rf.S5phQhvvtPi2laDRDQb7.npy + metadata: + original_shape: + - 1353 + - 1206 + source_split: valid +- sample_id: train_37_jpg.rf.VWHsjqQFgNkizlGYGa9V + subject_id: '37' + split: train + image: images/train_37_jpg.rf.VWHsjqQFgNkizlGYGa9V.png + label: labels/train_37_jpg.rf.VWHsjqQFgNkizlGYGa9V.npy + metadata: + original_shape: + - 2592 + - 2822 + source_split: train +- sample_id: train_37_png.rf.9chf0I0wcAI7KryrptXX + subject_id: '37' + split: train + image: images/train_37_png.rf.9chf0I0wcAI7KryrptXX.png + label: labels/train_37_png.rf.9chf0I0wcAI7KryrptXX.npy + metadata: + original_shape: + - 1743 + - 1639 + source_split: train +- sample_id: train_382_png.rf.DYapMWKfrFygE8oPy1mD + subject_id: '382' + split: train + image: images/train_382_png.rf.DYapMWKfrFygE8oPy1mD.png + label: labels/train_382_png.rf.DYapMWKfrFygE8oPy1mD.npy + metadata: + original_shape: + - 1639 + - 2230 + source_split: train +- sample_id: train_383_png.rf.bT1aizg95SL81MfGUlnW + subject_id: '383' + split: train + image: images/train_383_png.rf.bT1aizg95SL81MfGUlnW.png + label: labels/train_383_png.rf.bT1aizg95SL81MfGUlnW.npy + metadata: + original_shape: + - 984 + - 1057 + source_split: train +- sample_id: train_384_png.rf.UyrWN7BcJxspCMnJKn8W + subject_id: '384' + split: train + image: images/train_384_png.rf.UyrWN7BcJxspCMnJKn8W.png + label: labels/train_384_png.rf.UyrWN7BcJxspCMnJKn8W.npy + metadata: + original_shape: + - 1498 + - 1402 + source_split: train +- sample_id: train_385_png.rf.ltjmKvauVR1FquwVyNUB + subject_id: '385' + split: train + image: images/train_385_png.rf.ltjmKvauVR1FquwVyNUB.png + label: labels/train_385_png.rf.ltjmKvauVR1FquwVyNUB.npy + metadata: + original_shape: + - 1181 + - 1125 + source_split: valid +- sample_id: train_38_jpg.rf.FHZlrCyjgREjrEXRYTj6 + subject_id: '38' + split: train + image: images/train_38_jpg.rf.FHZlrCyjgREjrEXRYTj6.png + label: labels/train_38_jpg.rf.FHZlrCyjgREjrEXRYTj6.npy + metadata: + original_shape: + - 1536 + - 1421 + source_split: train +- sample_id: train_38_png.rf.458b7QIMkuLWaYXcpbPR + subject_id: '38' + split: train + image: images/train_38_png.rf.458b7QIMkuLWaYXcpbPR.png + label: labels/train_38_png.rf.458b7QIMkuLWaYXcpbPR.npy + metadata: + original_shape: + - 2126 + - 1495 + source_split: valid +- sample_id: train_39_jpg.rf.yCBWulvhw982hdMKw5q6 + subject_id: '39' + split: train + image: images/train_39_jpg.rf.yCBWulvhw982hdMKw5q6.png + label: labels/train_39_jpg.rf.yCBWulvhw982hdMKw5q6.npy + metadata: + original_shape: + - 1713 + - 1682 + source_split: train +- sample_id: train_39_png.rf.FGXkfjIjPi6zQkIg9axL + subject_id: '39' + split: train + image: images/train_39_png.rf.FGXkfjIjPi6zQkIg9axL.png + label: labels/train_39_png.rf.FGXkfjIjPi6zQkIg9axL.npy + metadata: + original_shape: + - 1741 + - 1677 + source_split: test +- sample_id: train_3_jpg.rf.m2FK4XnG0Q5Cxp0eGyRT + subject_id: '3' + split: train + image: images/train_3_jpg.rf.m2FK4XnG0Q5Cxp0eGyRT.png + label: labels/train_3_jpg.rf.m2FK4XnG0Q5Cxp0eGyRT.npy + metadata: + original_shape: + - 1912 + - 1633 + source_split: train +- sample_id: train_3_png.rf.ebCsUcG3avld1FidHGwY + subject_id: '3' + split: train + image: images/train_3_png.rf.ebCsUcG3avld1FidHGwY.png + label: labels/train_3_png.rf.ebCsUcG3avld1FidHGwY.npy + metadata: + original_shape: + - 2679 + - 2086 + source_split: train +- sample_id: train_40_jpg.rf.nP1rJ8hYqyxZ4VLvsBrg + subject_id: '40' + split: train + image: images/train_40_jpg.rf.nP1rJ8hYqyxZ4VLvsBrg.png + label: labels/train_40_jpg.rf.nP1rJ8hYqyxZ4VLvsBrg.npy + metadata: + original_shape: + - 2002 + - 1662 + source_split: train +- sample_id: train_41_jpg.rf.Wk50QyWZHWngA4xa9Np0 + subject_id: '41' + split: train + image: images/train_41_jpg.rf.Wk50QyWZHWngA4xa9Np0.png + label: labels/train_41_jpg.rf.Wk50QyWZHWngA4xa9Np0.npy + metadata: + original_shape: + - 1604 + - 1611 + source_split: train +- sample_id: train_41_png.rf.R7U5W7pnhObJtk1yNiAB + subject_id: '41' + split: train + image: images/train_41_png.rf.R7U5W7pnhObJtk1yNiAB.png + label: labels/train_41_png.rf.R7U5W7pnhObJtk1yNiAB.npy + metadata: + original_shape: + - 1705 + - 1286 + source_split: train +- sample_id: train_42_jpg.rf.wl2I3aBzbRDttFsG9qD0 + subject_id: '42' + split: train + image: images/train_42_jpg.rf.wl2I3aBzbRDttFsG9qD0.png + label: labels/train_42_jpg.rf.wl2I3aBzbRDttFsG9qD0.npy + metadata: + original_shape: + - 1816 + - 1911 + source_split: train +- sample_id: train_42_png.rf.X8zxOgZVPgwvzc8lRK12 + subject_id: '42' + split: train + image: images/train_42_png.rf.X8zxOgZVPgwvzc8lRK12.png + label: labels/train_42_png.rf.X8zxOgZVPgwvzc8lRK12.npy + metadata: + original_shape: + - 2630 + - 1414 + source_split: train +- sample_id: train_43_png.rf.RMwbPtT58WBMua7ElVgB + subject_id: '43' + split: train + image: images/train_43_png.rf.RMwbPtT58WBMua7ElVgB.png + label: labels/train_43_png.rf.RMwbPtT58WBMua7ElVgB.npy + metadata: + original_shape: + - 2510 + - 1723 + source_split: train +- sample_id: train_44_jpg.rf.yXKkkVsapO3a0j8pjn1y + subject_id: '44' + split: train + image: images/train_44_jpg.rf.yXKkkVsapO3a0j8pjn1y.png + label: labels/train_44_jpg.rf.yXKkkVsapO3a0j8pjn1y.npy + metadata: + original_shape: + - 1506 + - 1159 + source_split: train +- sample_id: train_44_png.rf.s1RFn487I2KSRHUdrnom + subject_id: '44' + split: train + image: images/train_44_png.rf.s1RFn487I2KSRHUdrnom.png + label: labels/train_44_png.rf.s1RFn487I2KSRHUdrnom.npy + metadata: + original_shape: + - 2864 + - 1743 + source_split: train +- sample_id: train_46_jpg.rf.LO31natV9JTQKLwmG2MF + subject_id: '46' + split: train + image: images/train_46_jpg.rf.LO31natV9JTQKLwmG2MF.png + label: labels/train_46_jpg.rf.LO31natV9JTQKLwmG2MF.npy + metadata: + original_shape: + - 1784 + - 1784 + source_split: train +- sample_id: train_46_png.rf.nMy8G7pm3TJ5iA4nof63 + subject_id: '46' + split: train + image: images/train_46_png.rf.nMy8G7pm3TJ5iA4nof63.png + label: labels/train_46_png.rf.nMy8G7pm3TJ5iA4nof63.npy + metadata: + original_shape: + - 1771 + - 1353 + source_split: valid +- sample_id: train_48_jpg.rf.TAO2s6Ggc0yCuWWud574 + subject_id: '48' + split: train + image: images/train_48_jpg.rf.TAO2s6Ggc0yCuWWud574.png + label: labels/train_48_jpg.rf.TAO2s6Ggc0yCuWWud574.npy + metadata: + original_shape: + - 2607 + - 2608 + source_split: train +- sample_id: train_48_png.rf.4GRP5yTndjL6TRPoocF4 + subject_id: '48' + split: train + image: images/train_48_png.rf.4GRP5yTndjL6TRPoocF4.png + label: labels/train_48_png.rf.4GRP5yTndjL6TRPoocF4.npy + metadata: + original_shape: + - 1759 + - 1078 + source_split: train +- sample_id: train_4_jpg.rf.71T8yAWqctoKDX5lt9g4 + subject_id: '4' + split: train + image: images/train_4_jpg.rf.71T8yAWqctoKDX5lt9g4.png + label: labels/train_4_jpg.rf.71T8yAWqctoKDX5lt9g4.npy + metadata: + original_shape: + - 1516 + - 1506 + source_split: train +- sample_id: train_4_png.rf.3byamTpcQmaM61Oq9BN9 + subject_id: '4' + split: train + image: images/train_4_png.rf.3byamTpcQmaM61Oq9BN9.png + label: labels/train_4_png.rf.3byamTpcQmaM61Oq9BN9.npy + metadata: + original_shape: + - 2544 + - 2544 + source_split: train +- sample_id: train_50_jpg.rf.OUBR9dlq8hDxzWJ4ygJy + subject_id: '50' + split: train + image: images/train_50_jpg.rf.OUBR9dlq8hDxzWJ4ygJy.png + label: labels/train_50_jpg.rf.OUBR9dlq8hDxzWJ4ygJy.npy + metadata: + original_shape: + - 3380 + - 3380 + source_split: valid +- sample_id: train_50_png.rf.nhMgv2ZVtFmDOeYa788y + subject_id: '50' + split: train + image: images/train_50_png.rf.nhMgv2ZVtFmDOeYa788y.png + label: labels/train_50_png.rf.nhMgv2ZVtFmDOeYa788y.npy + metadata: + original_shape: + - 2145 + - 1957 + source_split: train +- sample_id: train_52_jpg.rf.CG1CRqsLHS46xtPyYWdL + subject_id: '52' + split: train + image: images/train_52_jpg.rf.CG1CRqsLHS46xtPyYWdL.png + label: labels/train_52_jpg.rf.CG1CRqsLHS46xtPyYWdL.npy + metadata: + original_shape: + - 1573 + - 833 + source_split: train +- sample_id: train_52_png.rf.Plap2WyTgDrNZ0k1jZ2S + subject_id: '52' + split: train + image: images/train_52_png.rf.Plap2WyTgDrNZ0k1jZ2S.png + label: labels/train_52_png.rf.Plap2WyTgDrNZ0k1jZ2S.npy + metadata: + original_shape: + - 1628 + - 1260 + source_split: valid +- sample_id: train_53_jpg.rf.ZUYlK2amq1UwNgXAqO9x + subject_id: '53' + split: train + image: images/train_53_jpg.rf.ZUYlK2amq1UwNgXAqO9x.png + label: labels/train_53_jpg.rf.ZUYlK2amq1UwNgXAqO9x.npy + metadata: + original_shape: + - 1636 + - 755 + source_split: train +- sample_id: train_53_png.rf.sdur2xyv4cgxjTQHEiW0 + subject_id: '53' + split: train + image: images/train_53_png.rf.sdur2xyv4cgxjTQHEiW0.png + label: labels/train_53_png.rf.sdur2xyv4cgxjTQHEiW0.npy + metadata: + original_shape: + - 2262 + - 1141 + source_split: train +- sample_id: train_54_jpg.rf.ch5oWILQzyUGcwHSUJsI + subject_id: '54' + split: train + image: images/train_54_jpg.rf.ch5oWILQzyUGcwHSUJsI.png + label: labels/train_54_jpg.rf.ch5oWILQzyUGcwHSUJsI.npy + metadata: + original_shape: + - 868 + - 821 + source_split: train +- sample_id: train_54_png.rf.J70FRmmZSThH76TApXPG + subject_id: '54' + split: train + image: images/train_54_png.rf.J70FRmmZSThH76TApXPG.png + label: labels/train_54_png.rf.J70FRmmZSThH76TApXPG.npy + metadata: + original_shape: + - 2273 + - 1743 + source_split: train +- sample_id: train_56_jpg.rf.vXSJjWjRhuMJT8UshtR7 + subject_id: '56' + split: train + image: images/train_56_jpg.rf.vXSJjWjRhuMJT8UshtR7.png + label: labels/train_56_jpg.rf.vXSJjWjRhuMJT8UshtR7.npy + metadata: + original_shape: + - 1867 + - 1488 + source_split: test +- sample_id: train_56_png.rf.V3BvRUd7PuGvNbkEOaRP + subject_id: '56' + split: train + image: images/train_56_png.rf.V3BvRUd7PuGvNbkEOaRP.png + label: labels/train_56_png.rf.V3BvRUd7PuGvNbkEOaRP.npy + metadata: + original_shape: + - 1263 + - 1253 + source_split: valid +- sample_id: train_57_jpg.rf.j0TF7FpM1yzYRgnwsdP9 + subject_id: '57' + split: train + image: images/train_57_jpg.rf.j0TF7FpM1yzYRgnwsdP9.png + label: labels/train_57_jpg.rf.j0TF7FpM1yzYRgnwsdP9.npy + metadata: + original_shape: + - 2020 + - 1218 + source_split: train +- sample_id: train_58_jpg.rf.d1TSZT3zMPGDEaEM7BlM + subject_id: '58' + split: train + image: images/train_58_jpg.rf.d1TSZT3zMPGDEaEM7BlM.png + label: labels/train_58_jpg.rf.d1TSZT3zMPGDEaEM7BlM.npy + metadata: + original_shape: + - 2017 + - 1784 + source_split: train +- sample_id: train_58_png.rf.9FQYK5hxJ6XQMy05nQEl + subject_id: '58' + split: train + image: images/train_58_png.rf.9FQYK5hxJ6XQMy05nQEl.png + label: labels/train_58_png.rf.9FQYK5hxJ6XQMy05nQEl.npy + metadata: + original_shape: + - 1840 + - 1724 + source_split: train +- sample_id: train_59_jpg.rf.rBF5cLMrXDpBPLy9BkQz + subject_id: '59' + split: train + image: images/train_59_jpg.rf.rBF5cLMrXDpBPLy9BkQz.png + label: labels/train_59_jpg.rf.rBF5cLMrXDpBPLy9BkQz.npy + metadata: + original_shape: + - 2021 + - 997 + source_split: train +- sample_id: train_5_jpg.rf.0wPqvKqYZ0K9lZt4Bv1O + subject_id: '5' + split: train + image: images/train_5_jpg.rf.0wPqvKqYZ0K9lZt4Bv1O.png + label: labels/train_5_jpg.rf.0wPqvKqYZ0K9lZt4Bv1O.npy + metadata: + original_shape: + - 1695 + - 2024 + source_split: test +- sample_id: train_5_png.rf.7h3jCXg0jZh8Z8apK8Pl + subject_id: '5' + split: train + image: images/train_5_png.rf.7h3jCXg0jZh8Z8apK8Pl.png + label: labels/train_5_png.rf.7h3jCXg0jZh8Z8apK8Pl.npy + metadata: + original_shape: + - 2472 + - 1616 + source_split: train +- sample_id: train_61_jpg.rf.L6FC7gnBA7vtyGaYbz9M + subject_id: '61' + split: train + image: images/train_61_jpg.rf.L6FC7gnBA7vtyGaYbz9M.png + label: labels/train_61_jpg.rf.L6FC7gnBA7vtyGaYbz9M.npy + metadata: + original_shape: + - 2022 + - 1131 + source_split: valid +- sample_id: train_61_png.rf.h6f1cQG7PJO2gXdquCub + subject_id: '61' + split: train + image: images/train_61_png.rf.h6f1cQG7PJO2gXdquCub.png + label: labels/train_61_png.rf.h6f1cQG7PJO2gXdquCub.npy + metadata: + original_shape: + - 2874 + - 1635 + source_split: train +- sample_id: train_63_jpg.rf.0oNTw4UD4pn9taluhpIy + subject_id: '63' + split: train + image: images/train_63_jpg.rf.0oNTw4UD4pn9taluhpIy.png + label: labels/train_63_jpg.rf.0oNTw4UD4pn9taluhpIy.npy + metadata: + original_shape: + - 873 + - 563 + source_split: valid +- sample_id: train_63_png.rf.vyYenXKBUD4vpO9ru3pv + subject_id: '63' + split: train + image: images/train_63_png.rf.vyYenXKBUD4vpO9ru3pv.png + label: labels/train_63_png.rf.vyYenXKBUD4vpO9ru3pv.npy + metadata: + original_shape: + - 1675 + - 1562 + source_split: test +- sample_id: train_64_jpg.rf.fKKmnoQv1GYZHzjTmRE8 + subject_id: '64' + split: train + image: images/train_64_jpg.rf.fKKmnoQv1GYZHzjTmRE8.png + label: labels/train_64_jpg.rf.fKKmnoQv1GYZHzjTmRE8.npy + metadata: + original_shape: + - 2021 + - 1331 + source_split: valid +- sample_id: train_65_jpg.rf.6syxbHeuH5k69trQ6QvT + subject_id: '65' + split: train + image: images/train_65_jpg.rf.6syxbHeuH5k69trQ6QvT.png + label: labels/train_65_jpg.rf.6syxbHeuH5k69trQ6QvT.npy + metadata: + original_shape: + - 1356 + - 1508 + source_split: train +- sample_id: train_65_png.rf.uk7zHb8Z8PZOsVaunZmM + subject_id: '65' + split: train + image: images/train_65_png.rf.uk7zHb8Z8PZOsVaunZmM.png + label: labels/train_65_png.rf.uk7zHb8Z8PZOsVaunZmM.npy + metadata: + original_shape: + - 1377 + - 1416 + source_split: train +- sample_id: train_67_jpg.rf.EiXkivBAwYEsduPIl1dV + subject_id: '67' + split: train + image: images/train_67_jpg.rf.EiXkivBAwYEsduPIl1dV.png + label: labels/train_67_jpg.rf.EiXkivBAwYEsduPIl1dV.npy + metadata: + original_shape: + - 1704 + - 1332 + source_split: train +- sample_id: train_67_png.rf.Gl2b3y6LgGHnaOyKafby + subject_id: '67' + split: train + image: images/train_67_png.rf.Gl2b3y6LgGHnaOyKafby.png + label: labels/train_67_png.rf.Gl2b3y6LgGHnaOyKafby.npy + metadata: + original_shape: + - 1918 + - 1785 + source_split: train +- sample_id: train_68_jpg.rf.DZw4njkIwLmF4Lxe8vWx + subject_id: '68' + split: train + image: images/train_68_jpg.rf.DZw4njkIwLmF4Lxe8vWx.png + label: labels/train_68_jpg.rf.DZw4njkIwLmF4Lxe8vWx.npy + metadata: + original_shape: + - 1257 + - 1454 + source_split: valid +- sample_id: train_68_png.rf.prTiy0VqHivMpr5mUlw0 + subject_id: '68' + split: train + image: images/train_68_png.rf.prTiy0VqHivMpr5mUlw0.png + label: labels/train_68_png.rf.prTiy0VqHivMpr5mUlw0.npy + metadata: + original_shape: + - 875 + - 1134 + source_split: train +- sample_id: train_69_jpg.rf.5LqipHFzc8Q4Sm55WbbJ + subject_id: '69' + split: train + image: images/train_69_jpg.rf.5LqipHFzc8Q4Sm55WbbJ.png + label: labels/train_69_jpg.rf.5LqipHFzc8Q4Sm55WbbJ.npy + metadata: + original_shape: + - 1545 + - 1123 + source_split: test +- sample_id: train_69_png.rf.ZfSOXs8zJwCbfY2Zeoys + subject_id: '69' + split: train + image: images/train_69_png.rf.ZfSOXs8zJwCbfY2Zeoys.png + label: labels/train_69_png.rf.ZfSOXs8zJwCbfY2Zeoys.npy + metadata: + original_shape: + - 1101 + - 845 + source_split: train +- sample_id: train_6_jpg.rf.IAHKqRzAgqVdrZ1AQ6fI + subject_id: '6' + split: train + image: images/train_6_jpg.rf.IAHKqRzAgqVdrZ1AQ6fI.png + label: labels/train_6_jpg.rf.IAHKqRzAgqVdrZ1AQ6fI.npy + metadata: + original_shape: + - 2732 + - 1997 + source_split: test +- sample_id: train_6_png.rf.HUNklmL4RcqJIErwyk40 + subject_id: '6' + split: train + image: images/train_6_png.rf.HUNklmL4RcqJIErwyk40.png + label: labels/train_6_png.rf.HUNklmL4RcqJIErwyk40.npy + metadata: + original_shape: + - 2544 + - 2100 + source_split: train +- sample_id: train_71_jpg.rf.6TBOWPgtDG1DQE6Fh0T0 + subject_id: '71' + split: train + image: images/train_71_jpg.rf.6TBOWPgtDG1DQE6Fh0T0.png + label: labels/train_71_jpg.rf.6TBOWPgtDG1DQE6Fh0T0.npy + metadata: + original_shape: + - 1488 + - 1105 + source_split: train +- sample_id: train_71_png.rf.PNpNtj1Ocxq7CMCUDNv8 + subject_id: '71' + split: train + image: images/train_71_png.rf.PNpNtj1Ocxq7CMCUDNv8.png + label: labels/train_71_png.rf.PNpNtj1Ocxq7CMCUDNv8.npy + metadata: + original_shape: + - 1205 + - 985 + source_split: valid +- sample_id: train_72_jpg.rf.76pWdgNpL600rslaf4JX + subject_id: '72' + split: train + image: images/train_72_jpg.rf.76pWdgNpL600rslaf4JX.png + label: labels/train_72_jpg.rf.76pWdgNpL600rslaf4JX.npy + metadata: + original_shape: + - 1179 + - 939 + source_split: train +- sample_id: train_72_png.rf.jnYGzmrUoz2SAQiNMD5Q + subject_id: '72' + split: train + image: images/train_72_png.rf.jnYGzmrUoz2SAQiNMD5Q.png + label: labels/train_72_png.rf.jnYGzmrUoz2SAQiNMD5Q.npy + metadata: + original_shape: + - 1523 + - 1396 + source_split: train +- sample_id: train_73_jpg.rf.DkUCrAFtZwFpHumCWZTk + subject_id: '73' + split: train + image: images/train_73_jpg.rf.DkUCrAFtZwFpHumCWZTk.png + label: labels/train_73_jpg.rf.DkUCrAFtZwFpHumCWZTk.npy + metadata: + original_shape: + - 1509 + - 1461 + source_split: train +- sample_id: train_73_png.rf.VqH1TACNm5pweY5aDpGe + subject_id: '73' + split: train + image: images/train_73_png.rf.VqH1TACNm5pweY5aDpGe.png + label: labels/train_73_png.rf.VqH1TACNm5pweY5aDpGe.npy + metadata: + original_shape: + - 1621 + - 1261 + source_split: train +- sample_id: train_74_png.rf.sr4PKhwXOFi6E5GoBxam + subject_id: '74' + split: train + image: images/train_74_png.rf.sr4PKhwXOFi6E5GoBxam.png + label: labels/train_74_png.rf.sr4PKhwXOFi6E5GoBxam.npy + metadata: + original_shape: + - 2029 + - 1445 + source_split: train +- sample_id: train_75_jpg.rf.zEfHCU475s36UhyV4TYL + subject_id: '75' + split: train + image: images/train_75_jpg.rf.zEfHCU475s36UhyV4TYL.png + label: labels/train_75_jpg.rf.zEfHCU475s36UhyV4TYL.npy + metadata: + original_shape: + - 1401 + - 1169 + source_split: train +- sample_id: train_75_png.rf.NIotUD6DAxVeFnKb9atG + subject_id: '75' + split: train + image: images/train_75_png.rf.NIotUD6DAxVeFnKb9atG.png + label: labels/train_75_png.rf.NIotUD6DAxVeFnKb9atG.npy + metadata: + original_shape: + - 1705 + - 1688 + source_split: train +- sample_id: train_76_jpg.rf.QQl0ghyrhbbHSa8PTK0p + subject_id: '76' + split: train + image: images/train_76_jpg.rf.QQl0ghyrhbbHSa8PTK0p.png + label: labels/train_76_jpg.rf.QQl0ghyrhbbHSa8PTK0p.npy + metadata: + original_shape: + - 1653 + - 1313 + source_split: train +- sample_id: train_76_png.rf.6vmMQ6bsOpYObaJ7Lfdb + subject_id: '76' + split: train + image: images/train_76_png.rf.6vmMQ6bsOpYObaJ7Lfdb.png + label: labels/train_76_png.rf.6vmMQ6bsOpYObaJ7Lfdb.npy + metadata: + original_shape: + - 2790 + - 1521 + source_split: train +- sample_id: train_77_jpg.rf.T4yhjxaMn8mYE68tWMG6 + subject_id: '77' + split: train + image: images/train_77_jpg.rf.T4yhjxaMn8mYE68tWMG6.png + label: labels/train_77_jpg.rf.T4yhjxaMn8mYE68tWMG6.npy + metadata: + original_shape: + - 1361 + - 1432 + source_split: train +- sample_id: train_77_png.rf.RoWlgebG7SGyPFJ4MAjf + subject_id: '77' + split: train + image: images/train_77_png.rf.RoWlgebG7SGyPFJ4MAjf.png + label: labels/train_77_png.rf.RoWlgebG7SGyPFJ4MAjf.npy + metadata: + original_shape: + - 1798 + - 2160 + source_split: train +- sample_id: train_78_jpg.rf.MSxk5fEindlmcXirzrE2 + subject_id: '78' + split: train + image: images/train_78_jpg.rf.MSxk5fEindlmcXirzrE2.png + label: labels/train_78_jpg.rf.MSxk5fEindlmcXirzrE2.npy + metadata: + original_shape: + - 1497 + - 1377 + source_split: valid +- sample_id: train_78_png.rf.tV2qLiCSG185DqzTcbqP + subject_id: '78' + split: train + image: images/train_78_png.rf.tV2qLiCSG185DqzTcbqP.png + label: labels/train_78_png.rf.tV2qLiCSG185DqzTcbqP.npy + metadata: + original_shape: + - 2112 + - 1113 + source_split: train +- sample_id: train_80_jpg.rf.JcqAKvWxsafmt3act1g6 + subject_id: '80' + split: train + image: images/train_80_jpg.rf.JcqAKvWxsafmt3act1g6.png + label: labels/train_80_jpg.rf.JcqAKvWxsafmt3act1g6.npy + metadata: + original_shape: + - 2021 + - 1513 + source_split: train +- sample_id: train_80_png.rf.UL61WsXdHzjjhaX5YNIQ + subject_id: '80' + split: train + image: images/train_80_png.rf.UL61WsXdHzjjhaX5YNIQ.png + label: labels/train_80_png.rf.UL61WsXdHzjjhaX5YNIQ.npy + metadata: + original_shape: + - 1875 + - 1588 + source_split: train +- sample_id: train_81_jpg.rf.urIbkvLgBpaWW8FMiEuQ + subject_id: '81' + split: train + image: images/train_81_jpg.rf.urIbkvLgBpaWW8FMiEuQ.png + label: labels/train_81_jpg.rf.urIbkvLgBpaWW8FMiEuQ.npy + metadata: + original_shape: + - 1738 + - 1225 + source_split: valid +- sample_id: train_81_png.rf.QG7hswtpm59nKRWQMtYd + subject_id: '81' + split: train + image: images/train_81_png.rf.QG7hswtpm59nKRWQMtYd.png + label: labels/train_81_png.rf.QG7hswtpm59nKRWQMtYd.npy + metadata: + original_shape: + - 2389 + - 1993 + source_split: valid +- sample_id: train_82_jpg.rf.CPwUwm657oIMFC1wM08B + subject_id: '82' + split: train + image: images/train_82_jpg.rf.CPwUwm657oIMFC1wM08B.png + label: labels/train_82_jpg.rf.CPwUwm657oIMFC1wM08B.npy + metadata: + original_shape: + - 2021 + - 1916 + source_split: train +- sample_id: train_82_png.rf.flqPAd5vJzCFMX84BGu0 + subject_id: '82' + split: train + image: images/train_82_png.rf.flqPAd5vJzCFMX84BGu0.png + label: labels/train_82_png.rf.flqPAd5vJzCFMX84BGu0.npy + metadata: + original_shape: + - 1400 + - 1550 + source_split: train +- sample_id: train_83_jpg.rf.nLSGJjHzC2qCSCy4G1P8 + subject_id: '83' + split: train + image: images/train_83_jpg.rf.nLSGJjHzC2qCSCy4G1P8.png + label: labels/train_83_jpg.rf.nLSGJjHzC2qCSCy4G1P8.npy + metadata: + original_shape: + - 1146 + - 1010 + source_split: valid +- sample_id: train_83_png.rf.ko8B9UmreWGWLg4yC07V + subject_id: '83' + split: train + image: images/train_83_png.rf.ko8B9UmreWGWLg4yC07V.png + label: labels/train_83_png.rf.ko8B9UmreWGWLg4yC07V.npy + metadata: + original_shape: + - 1534 + - 1562 + source_split: test +- sample_id: train_84_png.rf.tofRjh72cTmoIHKa1eOx + subject_id: '84' + split: train + image: images/train_84_png.rf.tofRjh72cTmoIHKa1eOx.png + label: labels/train_84_png.rf.tofRjh72cTmoIHKa1eOx.npy + metadata: + original_shape: + - 1725 + - 1339 + source_split: train +- sample_id: train_86_jpg.rf.SVSwO0sISzSgQBUYHewz + subject_id: '86' + split: train + image: images/train_86_jpg.rf.SVSwO0sISzSgQBUYHewz.png + label: labels/train_86_jpg.rf.SVSwO0sISzSgQBUYHewz.npy + metadata: + original_shape: + - 955 + - 974 + source_split: test +- sample_id: train_86_png.rf.AmOZ6sq2Oju0DqPsccCn + subject_id: '86' + split: train + image: images/train_86_png.rf.AmOZ6sq2Oju0DqPsccCn.png + label: labels/train_86_png.rf.AmOZ6sq2Oju0DqPsccCn.npy + metadata: + original_shape: + - 1964 + - 1563 + source_split: valid +- sample_id: train_88_jpg.rf.qmj7OS7EHz3dRVBq7O5L + subject_id: '88' + split: train + image: images/train_88_jpg.rf.qmj7OS7EHz3dRVBq7O5L.png + label: labels/train_88_jpg.rf.qmj7OS7EHz3dRVBq7O5L.npy + metadata: + original_shape: + - 2022 + - 1213 + source_split: train +- sample_id: train_88_png.rf.w94XlWm3KCzKK8D2gJni + subject_id: '88' + split: train + image: images/train_88_png.rf.w94XlWm3KCzKK8D2gJni.png + label: labels/train_88_png.rf.w94XlWm3KCzKK8D2gJni.npy + metadata: + original_shape: + - 2253 + - 1467 + source_split: train +- sample_id: train_92_jpg.rf.X40fYnwx3FoxDPueEnia + subject_id: '92' + split: train + image: images/train_92_jpg.rf.X40fYnwx3FoxDPueEnia.png + label: labels/train_92_jpg.rf.X40fYnwx3FoxDPueEnia.npy + metadata: + original_shape: + - 1605 + - 1108 + source_split: train +- sample_id: train_92_png.rf.cokQJIOnIrm1gKe3x465 + subject_id: '92' + split: train + image: images/train_92_png.rf.cokQJIOnIrm1gKe3x465.png + label: labels/train_92_png.rf.cokQJIOnIrm1gKe3x465.npy + metadata: + original_shape: + - 2415 + - 2323 + source_split: train +- sample_id: train_96_jpg.rf.rdeniXlJetZGoF7xvPzl + subject_id: '96' + split: train + image: images/train_96_jpg.rf.rdeniXlJetZGoF7xvPzl.png + label: labels/train_96_jpg.rf.rdeniXlJetZGoF7xvPzl.npy + metadata: + original_shape: + - 1533 + - 1994 + source_split: train +- sample_id: train_96_png.rf.eSDkWFGL1lOFc8VzIm3H + subject_id: '96' + split: train + image: images/train_96_png.rf.eSDkWFGL1lOFc8VzIm3H.png + label: labels/train_96_png.rf.eSDkWFGL1lOFc8VzIm3H.npy + metadata: + original_shape: + - 2031 + - 1959 + source_split: train +- sample_id: train_97_jpg.rf.q6gwO2nghA3dzbzfxtQm + subject_id: '97' + split: train + image: images/train_97_jpg.rf.q6gwO2nghA3dzbzfxtQm.png + label: labels/train_97_jpg.rf.q6gwO2nghA3dzbzfxtQm.npy + metadata: + original_shape: + - 1579 + - 1253 + source_split: train +- sample_id: train_97_png.rf.NFbmpALwLQ8lkyuSDvhv + subject_id: '97' + split: train + image: images/train_97_png.rf.NFbmpALwLQ8lkyuSDvhv.png + label: labels/train_97_png.rf.NFbmpALwLQ8lkyuSDvhv.npy + metadata: + original_shape: + - 1956 + - 1706 + source_split: train +- sample_id: train_98_jpg.rf.vBT3HI7GQl9x7yC7jlmY + subject_id: '98' + split: train + image: images/train_98_jpg.rf.vBT3HI7GQl9x7yC7jlmY.png + label: labels/train_98_jpg.rf.vBT3HI7GQl9x7yC7jlmY.npy + metadata: + original_shape: + - 1515 + - 1612 + source_split: train +- sample_id: train_98_png.rf.jesoU4PuOBYWKMiNJX3W + subject_id: '98' + split: train + image: images/train_98_png.rf.jesoU4PuOBYWKMiNJX3W.png + label: labels/train_98_png.rf.jesoU4PuOBYWKMiNJX3W.npy + metadata: + original_shape: + - 1710 + - 1284 + source_split: train +- sample_id: train_99_jpg.rf.bLNbB1uxVwguyK8ta3rH + subject_id: '99' + split: train + image: images/train_99_jpg.rf.bLNbB1uxVwguyK8ta3rH.png + label: labels/train_99_jpg.rf.bLNbB1uxVwguyK8ta3rH.npy + metadata: + original_shape: + - 1613 + - 1780 + source_split: valid +- sample_id: val_102_jpg.rf.dZQrYej1eL8dwEjjt65V + subject_id: '102' + split: val + image: images/val_102_jpg.rf.dZQrYej1eL8dwEjjt65V.png + label: labels/val_102_jpg.rf.dZQrYej1eL8dwEjjt65V.npy + metadata: + original_shape: + - 2101 + - 1710 + source_split: train +- sample_id: val_102_png.rf.ILkS9aPIAhvQlZ5NBg1j + subject_id: '102' + split: val + image: images/val_102_png.rf.ILkS9aPIAhvQlZ5NBg1j.png + label: labels/val_102_png.rf.ILkS9aPIAhvQlZ5NBg1j.npy + metadata: + original_shape: + - 2415 + - 2231 + source_split: train +- sample_id: val_105_jpg.rf.0sN4OsgRYpCQHm0y03u0 + subject_id: '105' + split: val + image: images/val_105_jpg.rf.0sN4OsgRYpCQHm0y03u0.png + label: labels/val_105_jpg.rf.0sN4OsgRYpCQHm0y03u0.npy + metadata: + original_shape: + - 1394 + - 1489 + source_split: train +- sample_id: val_105_png.rf.CRTpXpyqkNTMWHv44ARC + subject_id: '105' + split: val + image: images/val_105_png.rf.CRTpXpyqkNTMWHv44ARC.png + label: labels/val_105_png.rf.CRTpXpyqkNTMWHv44ARC.npy + metadata: + original_shape: + - 2041 + - 1147 + source_split: train +- sample_id: val_109_jpg.rf.PmxL2SmuQdS9X4bkSFa8 + subject_id: '109' + split: val + image: images/val_109_jpg.rf.PmxL2SmuQdS9X4bkSFa8.png + label: labels/val_109_jpg.rf.PmxL2SmuQdS9X4bkSFa8.npy + metadata: + original_shape: + - 1500 + - 2279 + source_split: train +- sample_id: val_109_png.rf.FxqgEH4u2gMLPJcPHXw0 + subject_id: '109' + split: val + image: images/val_109_png.rf.FxqgEH4u2gMLPJcPHXw0.png + label: labels/val_109_png.rf.FxqgEH4u2gMLPJcPHXw0.npy + metadata: + original_shape: + - 1921 + - 2111 + source_split: train +- sample_id: val_117_jpg.rf.ddwsbLOKNBVJZHNO5YWe + subject_id: '117' + split: val + image: images/val_117_jpg.rf.ddwsbLOKNBVJZHNO5YWe.png + label: labels/val_117_jpg.rf.ddwsbLOKNBVJZHNO5YWe.npy + metadata: + original_shape: + - 1071 + - 2069 + source_split: train +- sample_id: val_117_png.rf.9n3baWZvxxfMErS9QZZc + subject_id: '117' + split: val + image: images/val_117_png.rf.9n3baWZvxxfMErS9QZZc.png + label: labels/val_117_png.rf.9n3baWZvxxfMErS9QZZc.npy + metadata: + original_shape: + - 2047 + - 1805 + source_split: train +- sample_id: val_12_jpg.rf.Q4yvAuRWRpHElfvr1Q8x + subject_id: '12' + split: val + image: images/val_12_jpg.rf.Q4yvAuRWRpHElfvr1Q8x.png + label: labels/val_12_jpg.rf.Q4yvAuRWRpHElfvr1Q8x.npy + metadata: + original_shape: + - 1854 + - 2451 + source_split: train +- sample_id: val_12_png.rf.tdaFUiAvSW2kcLtgdZzt + subject_id: '12' + split: val + image: images/val_12_png.rf.tdaFUiAvSW2kcLtgdZzt.png + label: labels/val_12_png.rf.tdaFUiAvSW2kcLtgdZzt.npy + metadata: + original_shape: + - 1807 + - 1586 + source_split: train +- sample_id: val_133_jpg.rf.4bH8iSpT3r3ih4dF9v7Z + subject_id: '133' + split: val + image: images/val_133_jpg.rf.4bH8iSpT3r3ih4dF9v7Z.png + label: labels/val_133_jpg.rf.4bH8iSpT3r3ih4dF9v7Z.npy + metadata: + original_shape: + - 1399 + - 2912 + source_split: train +- sample_id: val_133_png.rf.pZT8w8vJoaImD0343rzW + subject_id: '133' + split: val + image: images/val_133_png.rf.pZT8w8vJoaImD0343rzW.png + label: labels/val_133_png.rf.pZT8w8vJoaImD0343rzW.npy + metadata: + original_shape: + - 2077 + - 1717 + source_split: train +- sample_id: val_137_png.rf.4t3Ppy7DnTVuIGKOeSMx + subject_id: '137' + split: val + image: images/val_137_png.rf.4t3Ppy7DnTVuIGKOeSMx.png + label: labels/val_137_png.rf.4t3Ppy7DnTVuIGKOeSMx.npy + metadata: + original_shape: + - 1914 + - 2216 + source_split: train +- sample_id: val_139_jpg.rf.3c8CLTgstIT8nEly17wJ + subject_id: '139' + split: val + image: images/val_139_jpg.rf.3c8CLTgstIT8nEly17wJ.png + label: labels/val_139_jpg.rf.3c8CLTgstIT8nEly17wJ.npy + metadata: + original_shape: + - 2314 + - 1679 + source_split: valid +- sample_id: val_139_png.rf.ni52bCSUHykoDgUvXbbF + subject_id: '139' + split: val + image: images/val_139_png.rf.ni52bCSUHykoDgUvXbbF.png + label: labels/val_139_png.rf.ni52bCSUHykoDgUvXbbF.npy + metadata: + original_shape: + - 2698 + - 2806 + source_split: test +- sample_id: val_144_jpg.rf.V8DwiOodDvjl5RdXvnzx + subject_id: '144' + split: val + image: images/val_144_jpg.rf.V8DwiOodDvjl5RdXvnzx.png + label: labels/val_144_jpg.rf.V8DwiOodDvjl5RdXvnzx.npy + metadata: + original_shape: + - 1895 + - 2661 + source_split: train +- sample_id: val_144_png.rf.LhlPgp8AeQBLTLkoJJa1 + subject_id: '144' + split: val + image: images/val_144_png.rf.LhlPgp8AeQBLTLkoJJa1.png + label: labels/val_144_png.rf.LhlPgp8AeQBLTLkoJJa1.npy + metadata: + original_shape: + - 1648 + - 1741 + source_split: train +- sample_id: val_149_jpg.rf.oVvVZXLTHn3Dhor0rADs + subject_id: '149' + split: val + image: images/val_149_jpg.rf.oVvVZXLTHn3Dhor0rADs.png + label: labels/val_149_jpg.rf.oVvVZXLTHn3Dhor0rADs.npy + metadata: + original_shape: + - 1878 + - 1536 + source_split: train +- sample_id: val_149_png.rf.2M7KJYzCuz6iH7Dn8udb + subject_id: '149' + split: val + image: images/val_149_png.rf.2M7KJYzCuz6iH7Dn8udb.png + label: labels/val_149_png.rf.2M7KJYzCuz6iH7Dn8udb.npy + metadata: + original_shape: + - 1855 + - 1658 + source_split: train +- sample_id: val_150_jpg.rf.UxLeODoGQUDbROreXmwk + subject_id: '150' + split: val + image: images/val_150_jpg.rf.UxLeODoGQUDbROreXmwk.png + label: labels/val_150_jpg.rf.UxLeODoGQUDbROreXmwk.npy + metadata: + original_shape: + - 1195 + - 1219 + source_split: train +- sample_id: val_173_jpg.rf.I4sKyAX8MAZQudBV8imU + subject_id: '173' + split: val + image: images/val_173_jpg.rf.I4sKyAX8MAZQudBV8imU.png + label: labels/val_173_jpg.rf.I4sKyAX8MAZQudBV8imU.npy + metadata: + original_shape: + - 1749 + - 1730 + source_split: train +- sample_id: val_173_png.rf.ja0Zs7B7nbNwNEeZnyoN + subject_id: '173' + split: val + image: images/val_173_png.rf.ja0Zs7B7nbNwNEeZnyoN.png + label: labels/val_173_png.rf.ja0Zs7B7nbNwNEeZnyoN.npy + metadata: + original_shape: + - 1802 + - 1551 + source_split: train +- sample_id: val_175_jpg.rf.btsURtlXdxwUs62BXqWm + subject_id: '175' + split: val + image: images/val_175_jpg.rf.btsURtlXdxwUs62BXqWm.png + label: labels/val_175_jpg.rf.btsURtlXdxwUs62BXqWm.npy + metadata: + original_shape: + - 1753 + - 1542 + source_split: train +- sample_id: val_175_png.rf.Fb0cbGZmFxO9vajaMZQr + subject_id: '175' + split: val + image: images/val_175_png.rf.Fb0cbGZmFxO9vajaMZQr.png + label: labels/val_175_png.rf.Fb0cbGZmFxO9vajaMZQr.npy + metadata: + original_shape: + - 1736 + - 1513 + source_split: valid +- sample_id: val_196_jpg.rf.24V6ZLNZcYhX9scz6eQG + subject_id: '196' + split: val + image: images/val_196_jpg.rf.24V6ZLNZcYhX9scz6eQG.png + label: labels/val_196_jpg.rf.24V6ZLNZcYhX9scz6eQG.npy + metadata: + original_shape: + - 2991 + - 2992 + source_split: train +- sample_id: val_196_png.rf.nRpPTzF4jhMxKRPg58Ge + subject_id: '196' + split: val + image: images/val_196_png.rf.nRpPTzF4jhMxKRPg58Ge.png + label: labels/val_196_png.rf.nRpPTzF4jhMxKRPg58Ge.npy + metadata: + original_shape: + - 1396 + - 1524 + source_split: train +- sample_id: val_198_jpg.rf.Sjgj9bqUDzGFEXu2y8F5 + subject_id: '198' + split: val + image: images/val_198_jpg.rf.Sjgj9bqUDzGFEXu2y8F5.png + label: labels/val_198_jpg.rf.Sjgj9bqUDzGFEXu2y8F5.npy + metadata: + original_shape: + - 1631 + - 1631 + source_split: train +- sample_id: val_198_png.rf.3gX0z73lr4aF7XDv8RTH + subject_id: '198' + split: val + image: images/val_198_png.rf.3gX0z73lr4aF7XDv8RTH.png + label: labels/val_198_png.rf.3gX0z73lr4aF7XDv8RTH.npy + metadata: + original_shape: + - 2605 + - 2451 + source_split: test +- sample_id: val_201_jpg.rf.c5bCWc3RQ0QfEVrGnLjd + subject_id: '201' + split: val + image: images/val_201_jpg.rf.c5bCWc3RQ0QfEVrGnLjd.png + label: labels/val_201_jpg.rf.c5bCWc3RQ0QfEVrGnLjd.npy + metadata: + original_shape: + - 1851 + - 1812 + source_split: valid +- sample_id: val_207_jpg.rf.iVPwYaMo8ClCtp76NkBO + subject_id: '207' + split: val + image: images/val_207_jpg.rf.iVPwYaMo8ClCtp76NkBO.png + label: labels/val_207_jpg.rf.iVPwYaMo8ClCtp76NkBO.npy + metadata: + original_shape: + - 2218 + - 2118 + source_split: train +- sample_id: val_207_png.rf.1yzG7q5KM2JKetQ4xXIP + subject_id: '207' + split: val + image: images/val_207_png.rf.1yzG7q5KM2JKetQ4xXIP.png + label: labels/val_207_png.rf.1yzG7q5KM2JKetQ4xXIP.npy + metadata: + original_shape: + - 1663 + - 1573 + source_split: train +- sample_id: val_20_jpg.rf.hDvZ4TqqcbgvFFk6divO + subject_id: '20' + split: val + image: images/val_20_jpg.rf.hDvZ4TqqcbgvFFk6divO.png + label: labels/val_20_jpg.rf.hDvZ4TqqcbgvFFk6divO.npy + metadata: + original_shape: + - 2631 + - 2432 + source_split: train +- sample_id: val_20_png.rf.4tYnraA7uwOUM0Ycc1Kf + subject_id: '20' + split: val + image: images/val_20_png.rf.4tYnraA7uwOUM0Ycc1Kf.png + label: labels/val_20_png.rf.4tYnraA7uwOUM0Ycc1Kf.npy + metadata: + original_shape: + - 2002 + - 2521 + source_split: train +- sample_id: val_210_png.rf.MtJEw5gUFU5GgPrkl9FT + subject_id: '210' + split: val + image: images/val_210_png.rf.MtJEw5gUFU5GgPrkl9FT.png + label: labels/val_210_png.rf.MtJEw5gUFU5GgPrkl9FT.npy + metadata: + original_shape: + - 2269 + - 1457 + source_split: train +- sample_id: val_218_jpg.rf.Swhx1gXfKm5k6joKrsy4 + subject_id: '218' + split: val + image: images/val_218_jpg.rf.Swhx1gXfKm5k6joKrsy4.png + label: labels/val_218_jpg.rf.Swhx1gXfKm5k6joKrsy4.npy + metadata: + original_shape: + - 2753 + - 2890 + source_split: train +- sample_id: val_218_png.rf.Fu8KQ1RlNHljZbnROHu7 + subject_id: '218' + split: val + image: images/val_218_png.rf.Fu8KQ1RlNHljZbnROHu7.png + label: labels/val_218_png.rf.Fu8KQ1RlNHljZbnROHu7.npy + metadata: + original_shape: + - 2038 + - 1473 + source_split: train +- sample_id: val_222_jpg.rf.eRlWkdfM8rpE8J5i8EvG + subject_id: '222' + split: val + image: images/val_222_jpg.rf.eRlWkdfM8rpE8J5i8EvG.png + label: labels/val_222_jpg.rf.eRlWkdfM8rpE8J5i8EvG.npy + metadata: + original_shape: + - 1839 + - 1572 + source_split: train +- sample_id: val_222_png.rf.TUafz170zO7skFEi3QV4 + subject_id: '222' + split: val + image: images/val_222_png.rf.TUafz170zO7skFEi3QV4.png + label: labels/val_222_png.rf.TUafz170zO7skFEi3QV4.npy + metadata: + original_shape: + - 1740 + - 1340 + source_split: valid +- sample_id: val_224_jpg.rf.ixmC3rnhzx7wza9Opqzr + subject_id: '224' + split: val + image: images/val_224_jpg.rf.ixmC3rnhzx7wza9Opqzr.png + label: labels/val_224_jpg.rf.ixmC3rnhzx7wza9Opqzr.npy + metadata: + original_shape: + - 1395 + - 1416 + source_split: valid +- sample_id: val_224_png.rf.5KgfmwWPuVLh3iReGtad + subject_id: '224' + split: val + image: images/val_224_png.rf.5KgfmwWPuVLh3iReGtad.png + label: labels/val_224_png.rf.5KgfmwWPuVLh3iReGtad.npy + metadata: + original_shape: + - 1581 + - 1479 + source_split: train +- sample_id: val_227_jpg.rf.WGOXP5wa7KvShpKlt76Y + subject_id: '227' + split: val + image: images/val_227_jpg.rf.WGOXP5wa7KvShpKlt76Y.png + label: labels/val_227_jpg.rf.WGOXP5wa7KvShpKlt76Y.npy + metadata: + original_shape: + - 1866 + - 1252 + source_split: train +- sample_id: val_227_png.rf.PQa1zfZKzvSCOXKjcI1K + subject_id: '227' + split: val + image: images/val_227_png.rf.PQa1zfZKzvSCOXKjcI1K.png + label: labels/val_227_png.rf.PQa1zfZKzvSCOXKjcI1K.npy + metadata: + original_shape: + - 1834 + - 1275 + source_split: test +- sample_id: val_235_jpg.rf.55gsrqVDsdrKA45HFgLb + subject_id: '235' + split: val + image: images/val_235_jpg.rf.55gsrqVDsdrKA45HFgLb.png + label: labels/val_235_jpg.rf.55gsrqVDsdrKA45HFgLb.npy + metadata: + original_shape: + - 1441 + - 1260 + source_split: train +- sample_id: val_235_png.rf.uY9MPXS2Q1d1DGGvoYqr + subject_id: '235' + split: val + image: images/val_235_png.rf.uY9MPXS2Q1d1DGGvoYqr.png + label: labels/val_235_png.rf.uY9MPXS2Q1d1DGGvoYqr.npy + metadata: + original_shape: + - 1800 + - 1469 + source_split: valid +- sample_id: val_239_jpg.rf.lH3Lcx3oc9QpIRvYmjHM + subject_id: '239' + split: val + image: images/val_239_jpg.rf.lH3Lcx3oc9QpIRvYmjHM.png + label: labels/val_239_jpg.rf.lH3Lcx3oc9QpIRvYmjHM.npy + metadata: + original_shape: + - 1749 + - 2174 + source_split: train +- sample_id: val_239_png.rf.RQ0kUwNULLi5YZ0crhfE + subject_id: '239' + split: val + image: images/val_239_png.rf.RQ0kUwNULLi5YZ0crhfE.png + label: labels/val_239_png.rf.RQ0kUwNULLi5YZ0crhfE.npy + metadata: + original_shape: + - 1388 + - 1361 + source_split: train +- sample_id: val_240_jpg.rf.WNYqyd5gxoegiWiwqSsr + subject_id: '240' + split: val + image: images/val_240_jpg.rf.WNYqyd5gxoegiWiwqSsr.png + label: labels/val_240_jpg.rf.WNYqyd5gxoegiWiwqSsr.npy + metadata: + original_shape: + - 1749 + - 1542 + source_split: valid +- sample_id: val_240_png.rf.mzSy9R1FxGQl7ccaSRSx + subject_id: '240' + split: val + image: images/val_240_png.rf.mzSy9R1FxGQl7ccaSRSx.png + label: labels/val_240_png.rf.mzSy9R1FxGQl7ccaSRSx.npy + metadata: + original_shape: + - 1134 + - 1081 + source_split: valid +- sample_id: val_241_png.rf.pyMN15D27dFIH9KevsAY + subject_id: '241' + split: val + image: images/val_241_png.rf.pyMN15D27dFIH9KevsAY.png + label: labels/val_241_png.rf.pyMN15D27dFIH9KevsAY.npy + metadata: + original_shape: + - 1020 + - 1438 + source_split: train +- sample_id: val_244_jpg.rf.1YW3Xz0GqKZob5kWYz5r + subject_id: '244' + split: val + image: images/val_244_jpg.rf.1YW3Xz0GqKZob5kWYz5r.png + label: labels/val_244_jpg.rf.1YW3Xz0GqKZob5kWYz5r.npy + metadata: + original_shape: + - 1753 + - 1542 + source_split: valid +- sample_id: val_244_png.rf.qWEDPCTEMRqORywtXOPm + subject_id: '244' + split: val + image: images/val_244_png.rf.qWEDPCTEMRqORywtXOPm.png + label: labels/val_244_png.rf.qWEDPCTEMRqORywtXOPm.npy + metadata: + original_shape: + - 2337 + - 2253 + source_split: valid +- sample_id: val_245_jpg.rf.dspNtjJIUOJLoMvdyglT + subject_id: '245' + split: val + image: images/val_245_jpg.rf.dspNtjJIUOJLoMvdyglT.png + label: labels/val_245_jpg.rf.dspNtjJIUOJLoMvdyglT.npy + metadata: + original_shape: + - 1753 + - 1542 + source_split: train +- sample_id: val_245_png.rf.dnbxhs3e8RjLPjHc2JkB + subject_id: '245' + split: val + image: images/val_245_png.rf.dnbxhs3e8RjLPjHc2JkB.png + label: labels/val_245_png.rf.dnbxhs3e8RjLPjHc2JkB.npy + metadata: + original_shape: + - 2508 + - 1397 + source_split: test +- sample_id: val_246_jpg.rf.4Cp6gQLNuf0nyo94762N + subject_id: '246' + split: val + image: images/val_246_jpg.rf.4Cp6gQLNuf0nyo94762N.png + label: labels/val_246_jpg.rf.4Cp6gQLNuf0nyo94762N.npy + metadata: + original_shape: + - 2129 + - 1838 + source_split: valid +- sample_id: val_246_png.rf.81Hg6SYNp0YklLPutl9v + subject_id: '246' + split: val + image: images/val_246_png.rf.81Hg6SYNp0YklLPutl9v.png + label: labels/val_246_png.rf.81Hg6SYNp0YklLPutl9v.npy + metadata: + original_shape: + - 1709 + - 1276 + source_split: test +- sample_id: val_254_jpg.rf.NNVA9SpcjRpM3QrpEoUv + subject_id: '254' + split: val + image: images/val_254_jpg.rf.NNVA9SpcjRpM3QrpEoUv.png + label: labels/val_254_jpg.rf.NNVA9SpcjRpM3QrpEoUv.npy + metadata: + original_shape: + - 1483 + - 1260 + source_split: train +- sample_id: val_254_png.rf.zVoRfY4M9FbtrTeNH1fx + subject_id: '254' + split: val + image: images/val_254_png.rf.zVoRfY4M9FbtrTeNH1fx.png + label: labels/val_254_png.rf.zVoRfY4M9FbtrTeNH1fx.npy + metadata: + original_shape: + - 2516 + - 2529 + source_split: train +- sample_id: val_268_jpg.rf.oIZcznA4fBTrvwKKMvOc + subject_id: '268' + split: val + image: images/val_268_jpg.rf.oIZcznA4fBTrvwKKMvOc.png + label: labels/val_268_jpg.rf.oIZcznA4fBTrvwKKMvOc.npy + metadata: + original_shape: + - 1753 + - 1902 + source_split: test +- sample_id: val_268_png.rf.lcgXas7fAVQBvbFN4nnE + subject_id: '268' + split: val + image: images/val_268_png.rf.lcgXas7fAVQBvbFN4nnE.png + label: labels/val_268_png.rf.lcgXas7fAVQBvbFN4nnE.npy + metadata: + original_shape: + - 1640 + - 1592 + source_split: test +- sample_id: val_26_jpg.rf.4yPPbDvnvU1cIwd4JpNE + subject_id: '26' + split: val + image: images/val_26_jpg.rf.4yPPbDvnvU1cIwd4JpNE.png + label: labels/val_26_jpg.rf.4yPPbDvnvU1cIwd4JpNE.npy + metadata: + original_shape: + - 2302 + - 2677 + source_split: train +- sample_id: val_26_png.rf.eSd0l1MeWEGKYCYWZpwD + subject_id: '26' + split: val + image: images/val_26_png.rf.eSd0l1MeWEGKYCYWZpwD.png + label: labels/val_26_png.rf.eSd0l1MeWEGKYCYWZpwD.npy + metadata: + original_shape: + - 1511 + - 1615 + source_split: train +- sample_id: val_274_png.rf.PiG3cWvl4538zRT3ll8h + subject_id: '274' + split: val + image: images/val_274_png.rf.PiG3cWvl4538zRT3ll8h.png + label: labels/val_274_png.rf.PiG3cWvl4538zRT3ll8h.npy + metadata: + original_shape: + - 2272 + - 1823 + source_split: train +- sample_id: val_285_png.rf.Un2L3EU4OknwIBgxeZYF + subject_id: '285' + split: val + image: images/val_285_png.rf.Un2L3EU4OknwIBgxeZYF.png + label: labels/val_285_png.rf.Un2L3EU4OknwIBgxeZYF.npy + metadata: + original_shape: + - 2061 + - 1217 + source_split: train +- sample_id: val_286_png.rf.aQRLucP1OcCOmg9PQYf5 + subject_id: '286' + split: val + image: images/val_286_png.rf.aQRLucP1OcCOmg9PQYf5.png + label: labels/val_286_png.rf.aQRLucP1OcCOmg9PQYf5.npy + metadata: + original_shape: + - 2660 + - 2092 + source_split: train +- sample_id: val_294_png.rf.jdGxqXMdCkthrmTEW8J6 + subject_id: '294' + split: val + image: images/val_294_png.rf.jdGxqXMdCkthrmTEW8J6.png + label: labels/val_294_png.rf.jdGxqXMdCkthrmTEW8J6.npy + metadata: + original_shape: + - 1487 + - 1500 + source_split: train +- sample_id: val_297_png.rf.wgP1BbDJQJXQSepj1ZO1 + subject_id: '297' + split: val + image: images/val_297_png.rf.wgP1BbDJQJXQSepj1ZO1.png + label: labels/val_297_png.rf.wgP1BbDJQJXQSepj1ZO1.npy + metadata: + original_shape: + - 2280 + - 1670 + source_split: train +- sample_id: val_2_jpg.rf.n90talOkxvuNiGNG4uBf + subject_id: '2' + split: val + image: images/val_2_jpg.rf.n90talOkxvuNiGNG4uBf.png + label: labels/val_2_jpg.rf.n90talOkxvuNiGNG4uBf.npy + metadata: + original_shape: + - 2103 + - 1822 + source_split: test +- sample_id: val_2_png.rf.IV4637QOaJDHXWILJiOb + subject_id: '2' + split: val + image: images/val_2_png.rf.IV4637QOaJDHXWILJiOb.png + label: labels/val_2_png.rf.IV4637QOaJDHXWILJiOb.npy + metadata: + original_shape: + - 2788 + - 2544 + source_split: train +- sample_id: val_300_png.rf.g9oxItqRjiuq857CIcbJ + subject_id: '300' + split: val + image: images/val_300_png.rf.g9oxItqRjiuq857CIcbJ.png + label: labels/val_300_png.rf.g9oxItqRjiuq857CIcbJ.npy + metadata: + original_shape: + - 2345 + - 1712 + source_split: train +- sample_id: val_310_png.rf.QVhXnoKKR3FihffcapET + subject_id: '310' + split: val + image: images/val_310_png.rf.QVhXnoKKR3FihffcapET.png + label: labels/val_310_png.rf.QVhXnoKKR3FihffcapET.npy + metadata: + original_shape: + - 1443 + - 1122 + source_split: train +- sample_id: val_319_png.rf.3kBogmZbeMlFJnMMRTm5 + subject_id: '319' + split: val + image: images/val_319_png.rf.3kBogmZbeMlFJnMMRTm5.png + label: labels/val_319_png.rf.3kBogmZbeMlFJnMMRTm5.npy + metadata: + original_shape: + - 1457 + - 1173 + source_split: valid +- sample_id: val_320_png.rf.PmTexh0S9nNHvIPev42o + subject_id: '320' + split: val + image: images/val_320_png.rf.PmTexh0S9nNHvIPev42o.png + label: labels/val_320_png.rf.PmTexh0S9nNHvIPev42o.npy + metadata: + original_shape: + - 1753 + - 1306 + source_split: train +- sample_id: val_321_png.rf.BhXUgIHWO9lTNG51dww4 + subject_id: '321' + split: val + image: images/val_321_png.rf.BhXUgIHWO9lTNG51dww4.png + label: labels/val_321_png.rf.BhXUgIHWO9lTNG51dww4.npy + metadata: + original_shape: + - 2072 + - 1433 + source_split: train +- sample_id: val_327_png.rf.RZxjFebeNlfKrFCHuc6A + subject_id: '327' + split: val + image: images/val_327_png.rf.RZxjFebeNlfKrFCHuc6A.png + label: labels/val_327_png.rf.RZxjFebeNlfKrFCHuc6A.npy + metadata: + original_shape: + - 2412 + - 1533 + source_split: test +- sample_id: val_348_png.rf.3pD6drDiF1vC6iPZhfmV + subject_id: '348' + split: val + image: images/val_348_png.rf.3pD6drDiF1vC6iPZhfmV.png + label: labels/val_348_png.rf.3pD6drDiF1vC6iPZhfmV.npy + metadata: + original_shape: + - 1651 + - 1686 + source_split: train +- sample_id: val_355_png.rf.rZzevA9C9Lh4fJjwhWH8 + subject_id: '355' + split: val + image: images/val_355_png.rf.rZzevA9C9Lh4fJjwhWH8.png + label: labels/val_355_png.rf.rZzevA9C9Lh4fJjwhWH8.npy + metadata: + original_shape: + - 1876 + - 1360 + source_split: test +- sample_id: val_360_png.rf.p5gF5Fgq64E29O5Q4ZOg + subject_id: '360' + split: val + image: images/val_360_png.rf.p5gF5Fgq64E29O5Q4ZOg.png + label: labels/val_360_png.rf.p5gF5Fgq64E29O5Q4ZOg.npy + metadata: + original_shape: + - 1544 + - 1281 + source_split: train +- sample_id: val_375_png.rf.md5kuP3wIQt12FKNrQCa + subject_id: '375' + split: val + image: images/val_375_png.rf.md5kuP3wIQt12FKNrQCa.png + label: labels/val_375_png.rf.md5kuP3wIQt12FKNrQCa.npy + metadata: + original_shape: + - 1611 + - 1161 + source_split: test +- sample_id: val_45_jpg.rf.LqjP5hjJhploWSXS1RnO + subject_id: '45' + split: val + image: images/val_45_jpg.rf.LqjP5hjJhploWSXS1RnO.png + label: labels/val_45_jpg.rf.LqjP5hjJhploWSXS1RnO.npy + metadata: + original_shape: + - 3196 + - 3196 + source_split: valid +- sample_id: val_45_png.rf.Crxw2QzoFOe5fUPSV4XF + subject_id: '45' + split: val + image: images/val_45_png.rf.Crxw2QzoFOe5fUPSV4XF.png + label: labels/val_45_png.rf.Crxw2QzoFOe5fUPSV4XF.npy + metadata: + original_shape: + - 2024 + - 1597 + source_split: train +- sample_id: val_60_jpg.rf.jxjkOlXJQ9jZ46LaBsOd + subject_id: '60' + split: val + image: images/val_60_jpg.rf.jxjkOlXJQ9jZ46LaBsOd.png + label: labels/val_60_jpg.rf.jxjkOlXJQ9jZ46LaBsOd.npy + metadata: + original_shape: + - 1326 + - 926 + source_split: train +- sample_id: val_60_png.rf.znuq1KKeUceC7CkINoYa + subject_id: '60' + split: val + image: images/val_60_png.rf.znuq1KKeUceC7CkINoYa.png + label: labels/val_60_png.rf.znuq1KKeUceC7CkINoYa.npy + metadata: + original_shape: + - 2392 + - 1647 + source_split: train +- sample_id: val_70_jpg.rf.I9wEEt14FXB46bF8srI8 + subject_id: '70' + split: val + image: images/val_70_jpg.rf.I9wEEt14FXB46bF8srI8.png + label: labels/val_70_jpg.rf.I9wEEt14FXB46bF8srI8.npy + metadata: + original_shape: + - 1601 + - 2021 + source_split: valid +- sample_id: val_70_png.rf.Y5frHiRi3X5SliAUcvlu + subject_id: '70' + split: val + image: images/val_70_png.rf.Y5frHiRi3X5SliAUcvlu.png + label: labels/val_70_png.rf.Y5frHiRi3X5SliAUcvlu.npy + metadata: + original_shape: + - 1712 + - 1297 + source_split: train +- sample_id: val_87_jpg.rf.xD6GGVo73KPu7udnpVXL + subject_id: '87' + split: val + image: images/val_87_jpg.rf.xD6GGVo73KPu7udnpVXL.png + label: labels/val_87_jpg.rf.xD6GGVo73KPu7udnpVXL.npy + metadata: + original_shape: + - 2014 + - 2014 + source_split: train +- sample_id: val_87_png.rf.rSV4npffk12shwic0Os1 + subject_id: '87' + split: val + image: images/val_87_png.rf.rSV4npffk12shwic0Os1.png + label: labels/val_87_png.rf.rSV4npffk12shwic0Os1.npy + metadata: + original_shape: + - 2026 + - 1652 + source_split: train +- sample_id: val_89_jpg.rf.rh6nPsVGuQSrrVj0qeJX + subject_id: '89' + split: val + image: images/val_89_jpg.rf.rh6nPsVGuQSrrVj0qeJX.png + label: labels/val_89_jpg.rf.rh6nPsVGuQSrrVj0qeJX.npy + metadata: + original_shape: + - 2021 + - 2021 + source_split: valid +- sample_id: val_89_png.rf.WYSlitk2KXohohGQh9TI + subject_id: '89' + split: val + image: images/val_89_png.rf.WYSlitk2KXohohGQh9TI.png + label: labels/val_89_png.rf.WYSlitk2KXohohGQh9TI.npy + metadata: + original_shape: + - 1998 + - 1456 + source_split: valid +- sample_id: val_91_jpg.rf.OuYVRrKKzpPE5bJrkDir + subject_id: '91' + split: val + image: images/val_91_jpg.rf.OuYVRrKKzpPE5bJrkDir.png + label: labels/val_91_jpg.rf.OuYVRrKKzpPE5bJrkDir.npy + metadata: + original_shape: + - 1768 + - 2021 + source_split: valid +- sample_id: val_91_png.rf.0T4fm1IZD0Fyz6EWiWY1 + subject_id: '91' + split: val + image: images/val_91_png.rf.0T4fm1IZD0Fyz6EWiWY1.png + label: labels/val_91_png.rf.0T4fm1IZD0Fyz6EWiWY1.npy + metadata: + original_shape: + - 1327 + - 1448 + source_split: valid +- sample_id: val_95_jpg.rf.nzFw5KB7DdMXIoFR2xUg + subject_id: '95' + split: val + image: images/val_95_jpg.rf.nzFw5KB7DdMXIoFR2xUg.png + label: labels/val_95_jpg.rf.nzFw5KB7DdMXIoFR2xUg.npy + metadata: + original_shape: + - 1313 + - 1461 + source_split: train diff --git a/ElbowLat/images/test_115_jpg.rf.79XAF49uapsmI58ilCFw.png b/ElbowLat/images/test_115_jpg.rf.79XAF49uapsmI58ilCFw.png new file mode 100644 index 0000000000000000000000000000000000000000..fed4941eea5737ef6e934c6f3f7a3d798e2b6ed1 --- /dev/null +++ b/ElbowLat/images/test_115_jpg.rf.79XAF49uapsmI58ilCFw.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fe9091607d4447ea19908c4a6bb56afc08693515eb1618b2246de33213e00ec +size 37770 diff --git a/ElbowLat/images/test_115_png.rf.2LsENOTgFOYxK8myf6Iv.png b/ElbowLat/images/test_115_png.rf.2LsENOTgFOYxK8myf6Iv.png new file mode 100644 index 0000000000000000000000000000000000000000..0e194caec5d7450f46829467f7a0ddc0b140980f --- /dev/null +++ b/ElbowLat/images/test_115_png.rf.2LsENOTgFOYxK8myf6Iv.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f93b28b82eb89f954b7dfa08967e4e25f0fcc28ee9c16e2d34cea4b5c1931fd +size 86847 diff --git a/ElbowLat/images/test_122_jpg.rf.FygAXzyXYSza2sxNCP1z.png b/ElbowLat/images/test_122_jpg.rf.FygAXzyXYSza2sxNCP1z.png new file mode 100644 index 0000000000000000000000000000000000000000..c003ef28691ce18c223c2c7d1f915e2f4c363e18 --- /dev/null +++ b/ElbowLat/images/test_122_jpg.rf.FygAXzyXYSza2sxNCP1z.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb44ee478e8ddb9985af505aa7dc5fc508faf6a4eda1e1b4795988ff2a1c3a08 +size 32080 diff --git a/ElbowLat/images/test_122_png.rf.10wMoRLbz2BkULkT29zO.png b/ElbowLat/images/test_122_png.rf.10wMoRLbz2BkULkT29zO.png new file mode 100644 index 0000000000000000000000000000000000000000..7166690b5eb310eac3c616b6abad7b6acf529451 --- /dev/null +++ b/ElbowLat/images/test_122_png.rf.10wMoRLbz2BkULkT29zO.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c3fd9935046d74740f81995f3484f6778f81c839fd3626736a94b4d2d814f86 +size 72862 diff --git a/ElbowLat/images/test_125_jpg.rf.YZJ8E1Txk6mjBLmRgw8a.png b/ElbowLat/images/test_125_jpg.rf.YZJ8E1Txk6mjBLmRgw8a.png new file mode 100644 index 0000000000000000000000000000000000000000..cbadfb90aa75ef57fed8b4c6128a88e2e9e26aab --- /dev/null +++ b/ElbowLat/images/test_125_jpg.rf.YZJ8E1Txk6mjBLmRgw8a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f22c46296bb15f43f70415aa0230a316269a7354086acf2013543fcdae277ad7 +size 59238 diff --git a/ElbowLat/images/test_125_png.rf.RNkhPYxOvK6TBSY2AkaI.png b/ElbowLat/images/test_125_png.rf.RNkhPYxOvK6TBSY2AkaI.png new file mode 100644 index 0000000000000000000000000000000000000000..5ea009b5878800a99df4f4ff59635307b1d818f4 --- /dev/null +++ b/ElbowLat/images/test_125_png.rf.RNkhPYxOvK6TBSY2AkaI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06c2c63b9576ad64bad8caa4a1aca17ae8aa0c2a8e97c88df8431eefbad0acb9 +size 82523 diff --git a/ElbowLat/images/test_136_jpg.rf.NhUASKGpbrdazCsN8gVU.png b/ElbowLat/images/test_136_jpg.rf.NhUASKGpbrdazCsN8gVU.png new file mode 100644 index 0000000000000000000000000000000000000000..33f037b0b26b8b8c2c9a07d11b113dd57617c6ef --- /dev/null +++ b/ElbowLat/images/test_136_jpg.rf.NhUASKGpbrdazCsN8gVU.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cc5779535f7c169edef126508f81be11a8e47812d733e29546f51f18aab5d7c +size 48887 diff --git a/ElbowLat/images/test_136_png.rf.CayuwPwKtDysK8PceEQ9.png b/ElbowLat/images/test_136_png.rf.CayuwPwKtDysK8PceEQ9.png new file mode 100644 index 0000000000000000000000000000000000000000..45765113977e3ccc76f2d7cd605f464080090beb --- /dev/null +++ b/ElbowLat/images/test_136_png.rf.CayuwPwKtDysK8PceEQ9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f2761c098d03e6109078a015469d88c97101887c76a4af3c574876930ee4dd4 +size 72744 diff --git a/ElbowLat/images/test_138_jpg.rf.kiw9lfWNJKw5auf6dspE.png b/ElbowLat/images/test_138_jpg.rf.kiw9lfWNJKw5auf6dspE.png new file mode 100644 index 0000000000000000000000000000000000000000..57401d3bef4ea4c04fbd58906d9ef038bcb23009 --- /dev/null +++ b/ElbowLat/images/test_138_jpg.rf.kiw9lfWNJKw5auf6dspE.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e04480d58699ca3a7f39ec757a28653ff6dd41f61d1e223e5c8b2863df1773c +size 62584 diff --git a/ElbowLat/images/test_143_jpg.rf.nvmav0AUE05ZhE9V0iKw.png b/ElbowLat/images/test_143_jpg.rf.nvmav0AUE05ZhE9V0iKw.png new file mode 100644 index 0000000000000000000000000000000000000000..efaa29c236561bff7303a5d9081b04de6195399e --- /dev/null +++ b/ElbowLat/images/test_143_jpg.rf.nvmav0AUE05ZhE9V0iKw.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e8a733e0d04f65ed9a09d844b4513620dc7cdfbbe36f91f5b028136d22fc3a9 +size 53937 diff --git a/ElbowLat/images/test_143_png.rf.WJrOxKmIjZkg4U2kocIJ.png b/ElbowLat/images/test_143_png.rf.WJrOxKmIjZkg4U2kocIJ.png new file mode 100644 index 0000000000000000000000000000000000000000..3a3facc716028053b5fad2ee78e5676a837cb180 --- /dev/null +++ b/ElbowLat/images/test_143_png.rf.WJrOxKmIjZkg4U2kocIJ.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dde37fda9083c2693d61442ecb41ecde6cc96fcf34ce9ed15fce94b76d3acb3 +size 66162 diff --git a/ElbowLat/images/test_14_jpg.rf.a4ygsUT90GlZ0S3kAinD.png b/ElbowLat/images/test_14_jpg.rf.a4ygsUT90GlZ0S3kAinD.png new file mode 100644 index 0000000000000000000000000000000000000000..98f06be0c5d9d6856574ff20aede7db20c9e37cd --- /dev/null +++ b/ElbowLat/images/test_14_jpg.rf.a4ygsUT90GlZ0S3kAinD.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee86a26ac4de5ad5dc300db1f47f5ed290b97820a3fd85370b2db7675784ab97 +size 30116 diff --git a/ElbowLat/images/test_14_png.rf.AKozg13L0puSeK3jAlWu.png b/ElbowLat/images/test_14_png.rf.AKozg13L0puSeK3jAlWu.png new file mode 100644 index 0000000000000000000000000000000000000000..bf0baf8ed4de082e220dd6e9d5d569cb25565ca6 --- /dev/null +++ b/ElbowLat/images/test_14_png.rf.AKozg13L0puSeK3jAlWu.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:894799137c176696e18669cdb1cc0d82002a28fbd65048a330c5a10a8128cc53 +size 61814 diff --git a/ElbowLat/images/test_152_jpg.rf.lCtYbJnZmSFzMpqpfP9u.png b/ElbowLat/images/test_152_jpg.rf.lCtYbJnZmSFzMpqpfP9u.png new file mode 100644 index 0000000000000000000000000000000000000000..42f393562be1fd53f69c90f651758a89691eb4b0 --- /dev/null +++ b/ElbowLat/images/test_152_jpg.rf.lCtYbJnZmSFzMpqpfP9u.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62bf2e41e27296ad108b130a69f6815241a40ee0e42f190978889c30fbe7895f +size 43230 diff --git a/ElbowLat/images/test_152_png.rf.topi6ha8nkANlNhfN8XT.png b/ElbowLat/images/test_152_png.rf.topi6ha8nkANlNhfN8XT.png new file mode 100644 index 0000000000000000000000000000000000000000..0459d84a3b2ff6b27cdeea93bbbe01ceac4e59e7 --- /dev/null +++ b/ElbowLat/images/test_152_png.rf.topi6ha8nkANlNhfN8XT.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fea7d01b671ae61f5a6c7095c7575a23c62e0b7f63c8b9ef20e9f29d8a0bf95e +size 63338 diff --git a/ElbowLat/images/test_155_jpg.rf.N83qMopd7w7Z9zMBiQuG.png b/ElbowLat/images/test_155_jpg.rf.N83qMopd7w7Z9zMBiQuG.png new file mode 100644 index 0000000000000000000000000000000000000000..f9ff9b4c311cb5320b0ae6915b17b6a09650f920 --- /dev/null +++ b/ElbowLat/images/test_155_jpg.rf.N83qMopd7w7Z9zMBiQuG.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02d33e7e076863cf79759dbafff5b7db1cddd87e5eae31c3cdf21498cdc4a4fe +size 60254 diff --git a/ElbowLat/images/test_155_png.rf.EA5ACV4xZGBdKVe4oKCM.png b/ElbowLat/images/test_155_png.rf.EA5ACV4xZGBdKVe4oKCM.png new file mode 100644 index 0000000000000000000000000000000000000000..6fa7c401402858687a29b2f890ea464b3455c038 --- /dev/null +++ b/ElbowLat/images/test_155_png.rf.EA5ACV4xZGBdKVe4oKCM.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aabe6b5ea264e908ac6e45bb39d7e2712ba2cb72429fd641e73e58b086092d0d +size 63929 diff --git a/ElbowLat/images/test_15_jpg.rf.yAcRfF6yHXK8vXGi0pxZ.png b/ElbowLat/images/test_15_jpg.rf.yAcRfF6yHXK8vXGi0pxZ.png new file mode 100644 index 0000000000000000000000000000000000000000..d763bb6f46484ef8040e4d5a705a4ccfc75f2863 --- /dev/null +++ b/ElbowLat/images/test_15_jpg.rf.yAcRfF6yHXK8vXGi0pxZ.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:425aa3267b1bd48ca8f5e0490a51807b6b81fa5634ad95bdf78ad3638f239c18 +size 32308 diff --git a/ElbowLat/images/test_164_jpg.rf.KQmctbfnqODBqAfkgxfX.png b/ElbowLat/images/test_164_jpg.rf.KQmctbfnqODBqAfkgxfX.png new file mode 100644 index 0000000000000000000000000000000000000000..6dbb91b7760ade7c85cefc0f4775700f61b3c55f --- /dev/null +++ b/ElbowLat/images/test_164_jpg.rf.KQmctbfnqODBqAfkgxfX.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f11e6e9a0ec0566610e763f8e627e3ece7130f1455e9555c08462e01980f8e4f +size 29968 diff --git a/ElbowLat/images/test_164_png.rf.sY5sOs2ImCg0zh1IbmHf.png b/ElbowLat/images/test_164_png.rf.sY5sOs2ImCg0zh1IbmHf.png new file mode 100644 index 0000000000000000000000000000000000000000..c5f194c9ab0947daaadb2d1e48f015dfa910beef --- /dev/null +++ b/ElbowLat/images/test_164_png.rf.sY5sOs2ImCg0zh1IbmHf.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e48b6ba0baab48b1b2cb93a6548e09e581c61a350509b1585358cb1e6ba61d7 +size 70083 diff --git a/ElbowLat/images/test_177_jpg.rf.i2cMyAidvVceNnFDkYpF.png b/ElbowLat/images/test_177_jpg.rf.i2cMyAidvVceNnFDkYpF.png new file mode 100644 index 0000000000000000000000000000000000000000..12da0af29cedc54279b13700efe8f1bfcee1e2cf --- /dev/null +++ b/ElbowLat/images/test_177_jpg.rf.i2cMyAidvVceNnFDkYpF.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4d0fa36b11a62b9d9624277b00fd43bb3c3b2cb5659e50c09959127baa52830 +size 29053 diff --git a/ElbowLat/images/test_177_png.rf.ujgkFDvzZ4FKI9h1Qb16.png b/ElbowLat/images/test_177_png.rf.ujgkFDvzZ4FKI9h1Qb16.png new file mode 100644 index 0000000000000000000000000000000000000000..7d1c4be5ce87102473592b27aa5a1c0c32f64f7e --- /dev/null +++ b/ElbowLat/images/test_177_png.rf.ujgkFDvzZ4FKI9h1Qb16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97e1572d973d389bacd461b28bd8ea5973c731ed615eee881d486a9aec6e2a9f +size 74518 diff --git a/ElbowLat/images/test_179_jpg.rf.raIC1ORF0OhFQGJcfj7F.png b/ElbowLat/images/test_179_jpg.rf.raIC1ORF0OhFQGJcfj7F.png new file mode 100644 index 0000000000000000000000000000000000000000..cfd5e6163ccb25eecda39c85e0ed15da352aac00 --- /dev/null +++ b/ElbowLat/images/test_179_jpg.rf.raIC1ORF0OhFQGJcfj7F.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5420fda5deeb33efc92e1b4d24b0aa240cce083f4449ab902f8f809a360e5fa +size 34611 diff --git a/ElbowLat/images/test_182_jpg.rf.8tXw1eo6UeRlBO5YbMM5.png b/ElbowLat/images/test_182_jpg.rf.8tXw1eo6UeRlBO5YbMM5.png new file mode 100644 index 0000000000000000000000000000000000000000..93b1e2f7bcc947c58d68b664f6587634dd53c362 --- /dev/null +++ b/ElbowLat/images/test_182_jpg.rf.8tXw1eo6UeRlBO5YbMM5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a546d12696bfcc6e5722c1ee50eb11abf7320ef31e4b6a9aff9bba873800cac0 +size 29998 diff --git a/ElbowLat/images/test_182_png.rf.Oc6gWWmPpHNj0qjKi0cV.png b/ElbowLat/images/test_182_png.rf.Oc6gWWmPpHNj0qjKi0cV.png new file mode 100644 index 0000000000000000000000000000000000000000..f5d612b448c3e9bcc272ca1bfed0f596ec6f5ed1 --- /dev/null +++ b/ElbowLat/images/test_182_png.rf.Oc6gWWmPpHNj0qjKi0cV.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b101e5950f28b28fe10e31971123298526288ecae0247cb57a4e933832d8f538 +size 90614 diff --git a/ElbowLat/images/test_191_jpg.rf.AEWa5iXgj178taA4Gudu.png b/ElbowLat/images/test_191_jpg.rf.AEWa5iXgj178taA4Gudu.png new file mode 100644 index 0000000000000000000000000000000000000000..8acc0d0baec4a05edef265d65f96a06aa44b0c0c --- /dev/null +++ b/ElbowLat/images/test_191_jpg.rf.AEWa5iXgj178taA4Gudu.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9a6e7e693c2e11f9e8a7bca0a4cc4aefa001a2d7d65965b4cf360a2e2a5c937 +size 34452 diff --git a/ElbowLat/images/test_194_jpg.rf.NyxUNpBiU7lVTij9tbPo.png b/ElbowLat/images/test_194_jpg.rf.NyxUNpBiU7lVTij9tbPo.png new file mode 100644 index 0000000000000000000000000000000000000000..ec59631da52eec561c878ffb9ce2e1df132f6258 --- /dev/null +++ b/ElbowLat/images/test_194_jpg.rf.NyxUNpBiU7lVTij9tbPo.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:957597c62dd21259d2f71911fd20ffe026f57b45b37da974289df63a06577833 +size 42251 diff --git a/ElbowLat/images/test_194_png.rf.vlDrkMINiuZWY5oin6ke.png b/ElbowLat/images/test_194_png.rf.vlDrkMINiuZWY5oin6ke.png new file mode 100644 index 0000000000000000000000000000000000000000..3e6b08a34762ef6072845938d1eabc07610068b4 --- /dev/null +++ b/ElbowLat/images/test_194_png.rf.vlDrkMINiuZWY5oin6ke.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efbfd287222f49809449279a8aaf4e182f5be132576d55c450cc09c529bbbfb0 +size 79858 diff --git a/ElbowLat/images/test_203_jpg.rf.GpTuAn6fK0J1bBPBF33R.png b/ElbowLat/images/test_203_jpg.rf.GpTuAn6fK0J1bBPBF33R.png new file mode 100644 index 0000000000000000000000000000000000000000..df76c1f374bbf4ee3c156788e4facb4395b85a9b --- /dev/null +++ b/ElbowLat/images/test_203_jpg.rf.GpTuAn6fK0J1bBPBF33R.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37eb9e1e7aa852b9668f4b8c22392866e9b1db55c31a71f6e417a143fb59d9fc +size 36731 diff --git a/ElbowLat/images/test_203_png.rf.rLUqxbUOgLY2uqXrj3Rq.png b/ElbowLat/images/test_203_png.rf.rLUqxbUOgLY2uqXrj3Rq.png new file mode 100644 index 0000000000000000000000000000000000000000..d1dd6c543bbc483508610a581cd3fc0c402bfb64 --- /dev/null +++ b/ElbowLat/images/test_203_png.rf.rLUqxbUOgLY2uqXrj3Rq.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c44aee66dfc3be399c09207dc70714e8d64c5c00205fe4e25dd4246007820b3 +size 76108 diff --git a/ElbowLat/images/test_206_jpg.rf.9IPP64g1Oa9Rt26LRiU7.png b/ElbowLat/images/test_206_jpg.rf.9IPP64g1Oa9Rt26LRiU7.png new file mode 100644 index 0000000000000000000000000000000000000000..279b8af51947026ed5e6f2631c585b36afe1d814 --- /dev/null +++ b/ElbowLat/images/test_206_jpg.rf.9IPP64g1Oa9Rt26LRiU7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9215c5e0dd02568ba447655f175725820884511c5df437a35e1730e73027df86 +size 45215 diff --git a/ElbowLat/images/test_206_png.rf.4VNrQIeJUTCkTV1HEhMi.png b/ElbowLat/images/test_206_png.rf.4VNrQIeJUTCkTV1HEhMi.png new file mode 100644 index 0000000000000000000000000000000000000000..ed513a46d0aa02a5e43ba08668c09ecfd4e8c691 --- /dev/null +++ b/ElbowLat/images/test_206_png.rf.4VNrQIeJUTCkTV1HEhMi.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:960e318a2d38e2e0beaa357335032cc2ebe4bcaee54b6624d8b6b9297e6d9091 +size 75876 diff --git a/ElbowLat/images/test_209_jpg.rf.JUwuRSyjztZ4NF1Zeq0A.png b/ElbowLat/images/test_209_jpg.rf.JUwuRSyjztZ4NF1Zeq0A.png new file mode 100644 index 0000000000000000000000000000000000000000..6b323800204c56289423e0e626477b50683adf65 --- /dev/null +++ b/ElbowLat/images/test_209_jpg.rf.JUwuRSyjztZ4NF1Zeq0A.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef1bcd0df49d5e14fe53efc15b58bbba85a9d34eac59ed3e3bba10882e2089b4 +size 24373 diff --git a/ElbowLat/images/test_215_jpg.rf.1FlsBT3bQz6TqebdcCZI.png b/ElbowLat/images/test_215_jpg.rf.1FlsBT3bQz6TqebdcCZI.png new file mode 100644 index 0000000000000000000000000000000000000000..5fc45df4ef51a7e9f30e429586b9786dab2f5ba8 --- /dev/null +++ b/ElbowLat/images/test_215_jpg.rf.1FlsBT3bQz6TqebdcCZI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df7d938234309cb2eddcc6ad7d9ebfcd4322ae95f70837686b127ebc9d4328a0 +size 43588 diff --git a/ElbowLat/images/test_215_png.rf.QbC0AM5dnF2MpsE92otN.png b/ElbowLat/images/test_215_png.rf.QbC0AM5dnF2MpsE92otN.png new file mode 100644 index 0000000000000000000000000000000000000000..5e9698f3c057e8363e1548c47b534cc058180534 --- /dev/null +++ b/ElbowLat/images/test_215_png.rf.QbC0AM5dnF2MpsE92otN.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:115f9ed95976e7d4724e3c4f8fa7520d8eed88744b541eec675009410e5e0718 +size 81105 diff --git a/ElbowLat/images/test_21_jpg.rf.MvD8RTRk9JUiW1qtegZl.png b/ElbowLat/images/test_21_jpg.rf.MvD8RTRk9JUiW1qtegZl.png new file mode 100644 index 0000000000000000000000000000000000000000..dd42ef650f99f31af14f3e9b77b9b6bae8047bd9 --- /dev/null +++ b/ElbowLat/images/test_21_jpg.rf.MvD8RTRk9JUiW1qtegZl.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d246f54f3d2f195f6cc91f8981d0fe5709f3e033eaff585473d4a15be459e4ef +size 54909 diff --git a/ElbowLat/images/test_21_png.rf.WG5zb7Jk0TrVJARmupMR.png b/ElbowLat/images/test_21_png.rf.WG5zb7Jk0TrVJARmupMR.png new file mode 100644 index 0000000000000000000000000000000000000000..71811588183802c2945e02ff5d70f431b4ac6c47 --- /dev/null +++ b/ElbowLat/images/test_21_png.rf.WG5zb7Jk0TrVJARmupMR.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4a179d4edfe28afbc68e826abbf4c55e99f21391b3fa2849d64f1dc10c24c12 +size 58938 diff --git a/ElbowLat/images/test_223_jpg.rf.eOwwVfEZCJKEio8sJi4y.png b/ElbowLat/images/test_223_jpg.rf.eOwwVfEZCJKEio8sJi4y.png new file mode 100644 index 0000000000000000000000000000000000000000..406b11187c6219eb3db3e8189a4f7d62ceeb2a93 --- /dev/null +++ b/ElbowLat/images/test_223_jpg.rf.eOwwVfEZCJKEio8sJi4y.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f60ed953bdae1e409ef25230828362aded08a5158b2c3952c6b4a1fcd31d1606 +size 28948 diff --git a/ElbowLat/images/test_223_png.rf.ChYrPQ9uSJ1OCKmjX1zS.png b/ElbowLat/images/test_223_png.rf.ChYrPQ9uSJ1OCKmjX1zS.png new file mode 100644 index 0000000000000000000000000000000000000000..e6255dc25b5941ddd79bc73b3b2c37f75737cbf8 --- /dev/null +++ b/ElbowLat/images/test_223_png.rf.ChYrPQ9uSJ1OCKmjX1zS.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7123271076fb49b8891a9e858b4cb96c0b94776ea4dc1787ae78fc0bd0d10403 +size 82793 diff --git a/ElbowLat/images/test_229_jpg.rf.G6lg13fep8nGsyHrCmD7.png b/ElbowLat/images/test_229_jpg.rf.G6lg13fep8nGsyHrCmD7.png new file mode 100644 index 0000000000000000000000000000000000000000..f0b36d774fa16ab3aa8dcdaefa5246aa701dd491 --- /dev/null +++ b/ElbowLat/images/test_229_jpg.rf.G6lg13fep8nGsyHrCmD7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd8dd3b3fe0a84e633d15ad1ab168db6217f3cea6eba84990238b0e7ed92ffbf +size 22487 diff --git a/ElbowLat/images/test_229_png.rf.7Yy5t8VUrnehKr0fcxQt.png b/ElbowLat/images/test_229_png.rf.7Yy5t8VUrnehKr0fcxQt.png new file mode 100644 index 0000000000000000000000000000000000000000..c1e86c20baba43b4c33daffb1f5c7176da7fc9cf --- /dev/null +++ b/ElbowLat/images/test_229_png.rf.7Yy5t8VUrnehKr0fcxQt.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71fd545511d760b5a34c6340811d439eda1373941471a6535a65f811992ddf63 +size 81447 diff --git a/ElbowLat/images/test_247_jpg.rf.msqWFbmi9wuAh6tOJN4V.png b/ElbowLat/images/test_247_jpg.rf.msqWFbmi9wuAh6tOJN4V.png new file mode 100644 index 0000000000000000000000000000000000000000..3932fb697f14791296c4528848685eb8430f7cfb --- /dev/null +++ b/ElbowLat/images/test_247_jpg.rf.msqWFbmi9wuAh6tOJN4V.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1df8232283b1002be084c984199c4d4deebc5f4093940798554c6edab34fcb16 +size 38980 diff --git a/ElbowLat/images/test_247_png.rf.tdHXpR7TC2xN6K0KNKPw.png b/ElbowLat/images/test_247_png.rf.tdHXpR7TC2xN6K0KNKPw.png new file mode 100644 index 0000000000000000000000000000000000000000..faa5d523c0d93936c2199b0e4e48b5225ff262be --- /dev/null +++ b/ElbowLat/images/test_247_png.rf.tdHXpR7TC2xN6K0KNKPw.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:522c068c9b6140296553e7487a004fc57a8d302fd52150d73aa4abd18f6c4240 +size 88300 diff --git a/ElbowLat/images/test_24_jpg.rf.MnQQMPhXfzUzPPpn0E8u.png b/ElbowLat/images/test_24_jpg.rf.MnQQMPhXfzUzPPpn0E8u.png new file mode 100644 index 0000000000000000000000000000000000000000..d76ebcee86360934786f28559a975f4a9645ca33 --- /dev/null +++ b/ElbowLat/images/test_24_jpg.rf.MnQQMPhXfzUzPPpn0E8u.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d4f86514e160504ac85519113b850e54c5e5628fbfdc0c6e8b931efff5aaefe +size 48709 diff --git a/ElbowLat/images/test_24_png.rf.3EW8MmlMLsN2VM8s5WiL.png b/ElbowLat/images/test_24_png.rf.3EW8MmlMLsN2VM8s5WiL.png new file mode 100644 index 0000000000000000000000000000000000000000..aefb91c3d17764c650a30739c2a0ddb4c7729458 --- /dev/null +++ b/ElbowLat/images/test_24_png.rf.3EW8MmlMLsN2VM8s5WiL.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24568beab711b3c7d1c597d7393d5a0270448779ca2d0bb0f93a494f70cab835 +size 70482 diff --git a/ElbowLat/images/test_253_jpg.rf.EPmFV2Mfb3mKdKhpPKsz.png b/ElbowLat/images/test_253_jpg.rf.EPmFV2Mfb3mKdKhpPKsz.png new file mode 100644 index 0000000000000000000000000000000000000000..9761786cb47014742408d38529d12333d9e1856c --- /dev/null +++ b/ElbowLat/images/test_253_jpg.rf.EPmFV2Mfb3mKdKhpPKsz.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f29a61d7f8bb039b95ff51eb1fa02373d07914026f16095b27a460ec6a10629 +size 47462 diff --git a/ElbowLat/images/test_253_png.rf.o6juKY4fsHmUpJT3fLHI.png b/ElbowLat/images/test_253_png.rf.o6juKY4fsHmUpJT3fLHI.png new file mode 100644 index 0000000000000000000000000000000000000000..1d1af2268e1870bc26c2659f214781c5625ed08b --- /dev/null +++ b/ElbowLat/images/test_253_png.rf.o6juKY4fsHmUpJT3fLHI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65c5f6a1f03bd8caecdf23c72a98cc7c44536cf8969a8dedad65859b8b9e9831 +size 79361 diff --git a/ElbowLat/images/test_257_jpg.rf.jb0ELdPg0Hq2DMHgPCjg.png b/ElbowLat/images/test_257_jpg.rf.jb0ELdPg0Hq2DMHgPCjg.png new file mode 100644 index 0000000000000000000000000000000000000000..bef74b7c86cb35870dd69da1a50b72f9faaece3a --- /dev/null +++ b/ElbowLat/images/test_257_jpg.rf.jb0ELdPg0Hq2DMHgPCjg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d51383bb3dc2b77ef570da907bb09bc720c2268b2b8a747728b781002d4f08fb +size 23599 diff --git a/ElbowLat/images/test_257_png.rf.nIvndM5bvYxGIv0Q6oXi.png b/ElbowLat/images/test_257_png.rf.nIvndM5bvYxGIv0Q6oXi.png new file mode 100644 index 0000000000000000000000000000000000000000..acdf8fb796bd575515ca0c592f09acbf982feb8f --- /dev/null +++ b/ElbowLat/images/test_257_png.rf.nIvndM5bvYxGIv0Q6oXi.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d5ef08aa3db242caa1c1cc09c288f1a9119326ae576a93d3a947a54f6cd035b +size 90734 diff --git a/ElbowLat/images/test_262_jpg.rf.MrydSeWY5L24HeE6QRXT.png b/ElbowLat/images/test_262_jpg.rf.MrydSeWY5L24HeE6QRXT.png new file mode 100644 index 0000000000000000000000000000000000000000..7b35553d203c74ba6aefb4b400a92a6e3ba4fbe9 --- /dev/null +++ b/ElbowLat/images/test_262_jpg.rf.MrydSeWY5L24HeE6QRXT.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:635144992449a7d8c187b7c7da832598713e2a6c25f38a4ebf14a2a4f090049a +size 28188 diff --git a/ElbowLat/images/test_262_png.rf.qCfGseRIhnePEPMxFwSz.png b/ElbowLat/images/test_262_png.rf.qCfGseRIhnePEPMxFwSz.png new file mode 100644 index 0000000000000000000000000000000000000000..6523d2b642e1551f3a3a05e4fca9d03545a4974c --- /dev/null +++ b/ElbowLat/images/test_262_png.rf.qCfGseRIhnePEPMxFwSz.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbb663e7e16691807539d3bd1684007cf5dd13702f1c87d1b7015dd94ec9f18c +size 89176 diff --git a/ElbowLat/images/test_279_png.rf.57gLpsfQIqyyfFi5hGeM.png b/ElbowLat/images/test_279_png.rf.57gLpsfQIqyyfFi5hGeM.png new file mode 100644 index 0000000000000000000000000000000000000000..c5eed7976749d34153168bc2109cd53919de4af5 --- /dev/null +++ b/ElbowLat/images/test_279_png.rf.57gLpsfQIqyyfFi5hGeM.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:443d76a23ca9a1c036da398961ebeac418e5eebc3ede476c1626563183ec741a +size 88376 diff --git a/ElbowLat/images/test_280_png.rf.jBOCBRnLQ8Bvv3IfmMfo.png b/ElbowLat/images/test_280_png.rf.jBOCBRnLQ8Bvv3IfmMfo.png new file mode 100644 index 0000000000000000000000000000000000000000..3b13fad1ee2ad169043e2b59d72b090c6ad1befe --- /dev/null +++ b/ElbowLat/images/test_280_png.rf.jBOCBRnLQ8Bvv3IfmMfo.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf3751b9f0c4d150477a9d3c08f13c52526c475cb408a00b4709990927ef2cbb +size 85440 diff --git a/ElbowLat/images/test_282_png.rf.iD5GwZN2AIaD0zWfmIEL.png b/ElbowLat/images/test_282_png.rf.iD5GwZN2AIaD0zWfmIEL.png new file mode 100644 index 0000000000000000000000000000000000000000..74e861bf8fa458186d15a1a8bf22aa8c6c45d3cd --- /dev/null +++ b/ElbowLat/images/test_282_png.rf.iD5GwZN2AIaD0zWfmIEL.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21590afb49fb701bec652c17a5ff5033eea855bb5ad9951baad1d4120ba613ba +size 90593 diff --git a/ElbowLat/images/test_289_png.rf.CFSzokrPz8LASNL4NLdj.png b/ElbowLat/images/test_289_png.rf.CFSzokrPz8LASNL4NLdj.png new file mode 100644 index 0000000000000000000000000000000000000000..eac33ea2dcdf0a2ce8281b4be2612577ce7e9d61 --- /dev/null +++ b/ElbowLat/images/test_289_png.rf.CFSzokrPz8LASNL4NLdj.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f69c38cc618120f4f53ec0bc93a7f18eef748644a5b6a94bc15c43ccdf6f601 +size 80762 diff --git a/ElbowLat/images/test_312_png.rf.F9QiVs2EfHdJtRsBzeki.png b/ElbowLat/images/test_312_png.rf.F9QiVs2EfHdJtRsBzeki.png new file mode 100644 index 0000000000000000000000000000000000000000..6f71000dd896897d4b6662d1497e88d0937c0968 --- /dev/null +++ b/ElbowLat/images/test_312_png.rf.F9QiVs2EfHdJtRsBzeki.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ed2aae74317be29ef58bdf61aecba68f3de650e647630378f01256c1cb4f634 +size 70165 diff --git a/ElbowLat/images/test_315_png.rf.EuoHjA2Ud6XJZS4Zp3M6.png b/ElbowLat/images/test_315_png.rf.EuoHjA2Ud6XJZS4Zp3M6.png new file mode 100644 index 0000000000000000000000000000000000000000..f484a5a8dc485c480f2b0bf34ed4da2138c5984b --- /dev/null +++ b/ElbowLat/images/test_315_png.rf.EuoHjA2Ud6XJZS4Zp3M6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b365b257632b77345c7d20de6d51aa7fda0becb6b88e1002045d034c22aebe1 +size 76901 diff --git a/ElbowLat/images/test_31_png.rf.sszZGn3RE8fNOD9IIbRK.png b/ElbowLat/images/test_31_png.rf.sszZGn3RE8fNOD9IIbRK.png new file mode 100644 index 0000000000000000000000000000000000000000..925579b7be82bafaf1aed0663f97285a5bcd416f --- /dev/null +++ b/ElbowLat/images/test_31_png.rf.sszZGn3RE8fNOD9IIbRK.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ff1abe93ad88c592cc3c451b0ecfede3c22c5785cccb6cedae1d1c2770d3c33 +size 66124 diff --git a/ElbowLat/images/test_336_png.rf.VN0k1MQ1Sq8iy4DREC3H.png b/ElbowLat/images/test_336_png.rf.VN0k1MQ1Sq8iy4DREC3H.png new file mode 100644 index 0000000000000000000000000000000000000000..ae246debe02340f4a0bc18232a1485be1834cc51 --- /dev/null +++ b/ElbowLat/images/test_336_png.rf.VN0k1MQ1Sq8iy4DREC3H.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:509ee4d1930e705ca6aba9a6813e4bbf24c1ba8d6ed73b2aa39e5a356b3ac114 +size 76360 diff --git a/ElbowLat/images/test_338_png.rf.UG8I8J8fkiUoNQuqieEV.png b/ElbowLat/images/test_338_png.rf.UG8I8J8fkiUoNQuqieEV.png new file mode 100644 index 0000000000000000000000000000000000000000..05aa18b884e56f135b5e8e6e83a814c2bb94e256 --- /dev/null +++ b/ElbowLat/images/test_338_png.rf.UG8I8J8fkiUoNQuqieEV.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:121ae2a86814c61c33a5c11e61ef4c9d4fc5f0aed0780cd05bf909ac707ae355 +size 78746 diff --git a/ElbowLat/images/test_33_png.rf.CBTkDqJmnCKkgnumcQly.png b/ElbowLat/images/test_33_png.rf.CBTkDqJmnCKkgnumcQly.png new file mode 100644 index 0000000000000000000000000000000000000000..5cc99d6eebe1987ba9f70f82530b25951d2013fe --- /dev/null +++ b/ElbowLat/images/test_33_png.rf.CBTkDqJmnCKkgnumcQly.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad476554dc0c37a1b712de96c616234e9cbd311774342da0d5fa1788309330d4 +size 89313 diff --git a/ElbowLat/images/test_352_png.rf.Iq2rnuWxLcqjF1edWa6k.png b/ElbowLat/images/test_352_png.rf.Iq2rnuWxLcqjF1edWa6k.png new file mode 100644 index 0000000000000000000000000000000000000000..f1a6761b8bc58f7294e609b8190f7b2518396728 --- /dev/null +++ b/ElbowLat/images/test_352_png.rf.Iq2rnuWxLcqjF1edWa6k.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a13c72eba1a46fd79950edc82b645159624b1cafbec786d6599f01f1d38f0ac +size 82222 diff --git a/ElbowLat/images/test_363_png.rf.ozPRq6hS3AyD8ovWYEmg.png b/ElbowLat/images/test_363_png.rf.ozPRq6hS3AyD8ovWYEmg.png new file mode 100644 index 0000000000000000000000000000000000000000..82e89e8287cdceee02c03bc3c4a5148deebca640 --- /dev/null +++ b/ElbowLat/images/test_363_png.rf.ozPRq6hS3AyD8ovWYEmg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6426e3228cdd5d31e4b126f2fc8f5fdc03b3de76e7b68d3af83b6a893585d018 +size 91667 diff --git a/ElbowLat/images/test_367_png.rf.VOOadNPuAZD6PX3y92fY.png b/ElbowLat/images/test_367_png.rf.VOOadNPuAZD6PX3y92fY.png new file mode 100644 index 0000000000000000000000000000000000000000..0140bf7d3b79f425ff449104f2868ecd0fe8db14 --- /dev/null +++ b/ElbowLat/images/test_367_png.rf.VOOadNPuAZD6PX3y92fY.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89490f05bed76a22e0f84eb62baa1a62ac8d9ec37b305a8a502a9fa8d6a80872 +size 74775 diff --git a/ElbowLat/images/test_369_png.rf.e0w86XoVuVML2qlmWQb5.png b/ElbowLat/images/test_369_png.rf.e0w86XoVuVML2qlmWQb5.png new file mode 100644 index 0000000000000000000000000000000000000000..b81c3f0af165bfe3b5741f0d4e5fd63ec452f3e7 --- /dev/null +++ b/ElbowLat/images/test_369_png.rf.e0w86XoVuVML2qlmWQb5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb2053f43f58a7acd7b699f6bb5198a9086a20eeff925e3db3046dad57afb562 +size 96365 diff --git a/ElbowLat/images/test_372_png.rf.T2Xzls9muINcKs4ey2wF.png b/ElbowLat/images/test_372_png.rf.T2Xzls9muINcKs4ey2wF.png new file mode 100644 index 0000000000000000000000000000000000000000..02a1b5c81ad2e2e058798b79af9786b97aa051b2 --- /dev/null +++ b/ElbowLat/images/test_372_png.rf.T2Xzls9muINcKs4ey2wF.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08844a8383a5d16abff9a6bdc2f6f086bd7ed7d9cd3d90b653555317a9679873 +size 71415 diff --git a/ElbowLat/images/test_373_png.rf.ElWAk78TfpKjnXLcZQJM.png b/ElbowLat/images/test_373_png.rf.ElWAk78TfpKjnXLcZQJM.png new file mode 100644 index 0000000000000000000000000000000000000000..d06ed33bc6d96670fd965609af05a934505e3c61 --- /dev/null +++ b/ElbowLat/images/test_373_png.rf.ElWAk78TfpKjnXLcZQJM.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:279bbe312499ab63c385b0c5ee3a0a0f12232995f75c379e33e5dcacb001bd14 +size 76088 diff --git a/ElbowLat/images/test_47_jpg.rf.t5aQ0tlC3yNpHOgG79Pq.png b/ElbowLat/images/test_47_jpg.rf.t5aQ0tlC3yNpHOgG79Pq.png new file mode 100644 index 0000000000000000000000000000000000000000..8cd202f8e0f6be4a8663cf9ca4f0d1e2a398f42b --- /dev/null +++ b/ElbowLat/images/test_47_jpg.rf.t5aQ0tlC3yNpHOgG79Pq.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:342db8ce94324d0e0a9232a50412a255793db745ea06bdab4044d2f44eff8bcd +size 31549 diff --git a/ElbowLat/images/test_47_png.rf.uDAvrh3591i5igtn1Ff4.png b/ElbowLat/images/test_47_png.rf.uDAvrh3591i5igtn1Ff4.png new file mode 100644 index 0000000000000000000000000000000000000000..e950afd625f0a45592a6081f95c3b4b6d709018f --- /dev/null +++ b/ElbowLat/images/test_47_png.rf.uDAvrh3591i5igtn1Ff4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeeed81c27309f7e6dcd5c777290f9adef85a69af60716ed845b9daa0f30d214 +size 92836 diff --git a/ElbowLat/images/test_49_jpg.rf.IYF0qGn3x23fUjdaPiRd.png b/ElbowLat/images/test_49_jpg.rf.IYF0qGn3x23fUjdaPiRd.png new file mode 100644 index 0000000000000000000000000000000000000000..81bebf7d2177c4744bc087834ccc09ce3a2f1d78 --- /dev/null +++ b/ElbowLat/images/test_49_jpg.rf.IYF0qGn3x23fUjdaPiRd.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cec7f9abf11579e6fec2eae7712d99acee1fbed07d7f523411dc5a131d12dd94 +size 35309 diff --git a/ElbowLat/images/test_49_png.rf.uiVrXHyQlxL5JCYKID3m.png b/ElbowLat/images/test_49_png.rf.uiVrXHyQlxL5JCYKID3m.png new file mode 100644 index 0000000000000000000000000000000000000000..522bca5ee6101e4162f613a940f844eda0e26971 --- /dev/null +++ b/ElbowLat/images/test_49_png.rf.uiVrXHyQlxL5JCYKID3m.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:500651f222b81e688c62e6069fc286bc79869c53c2688063167506f683bb0110 +size 86287 diff --git a/ElbowLat/images/test_62_jpg.rf.2cMcYVNhcmRIh4H5VxvO.png b/ElbowLat/images/test_62_jpg.rf.2cMcYVNhcmRIh4H5VxvO.png new file mode 100644 index 0000000000000000000000000000000000000000..0f86c1da9ba2f332b480e25a47b9ea7bf47ca1dd --- /dev/null +++ b/ElbowLat/images/test_62_jpg.rf.2cMcYVNhcmRIh4H5VxvO.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a960f34bdb7ac7de5d71b1cad602fe0a2a05975d64729742ccc93e3d3919ddb +size 29838 diff --git a/ElbowLat/images/test_62_png.rf.jMw29GCk0oxsQpEtvD5s.png b/ElbowLat/images/test_62_png.rf.jMw29GCk0oxsQpEtvD5s.png new file mode 100644 index 0000000000000000000000000000000000000000..2b64c8df16d84862da6ab703ebf3f892304025dc --- /dev/null +++ b/ElbowLat/images/test_62_png.rf.jMw29GCk0oxsQpEtvD5s.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8d141282a690b6f9e50fe9a23f2aec1f906846727e0aa0b95986ee9f2d83bd3 +size 56975 diff --git a/ElbowLat/images/test_66_jpg.rf.iyTnhVnS7dzIbnVs2wkL.png b/ElbowLat/images/test_66_jpg.rf.iyTnhVnS7dzIbnVs2wkL.png new file mode 100644 index 0000000000000000000000000000000000000000..da8865cc9efded3f22f262823139bbdf9658cbf1 --- /dev/null +++ b/ElbowLat/images/test_66_jpg.rf.iyTnhVnS7dzIbnVs2wkL.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c96879da6079aa740d954df21297b47c1464d10b17091f9c331b0f495a7e24a +size 26482 diff --git a/ElbowLat/images/test_66_png.rf.Y0PhPEmfMfYgl0o35JPd.png b/ElbowLat/images/test_66_png.rf.Y0PhPEmfMfYgl0o35JPd.png new file mode 100644 index 0000000000000000000000000000000000000000..c6cfe613b2462acc350cadb4f8b2691120923e54 --- /dev/null +++ b/ElbowLat/images/test_66_png.rf.Y0PhPEmfMfYgl0o35JPd.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d13237325c3c97b32a150385bf651412a753f630b26615609c6b0c68879c3655 +size 86208 diff --git a/ElbowLat/images/test_79_jpg.rf.pYMlb5vSPlKwMSzfNph6.png b/ElbowLat/images/test_79_jpg.rf.pYMlb5vSPlKwMSzfNph6.png new file mode 100644 index 0000000000000000000000000000000000000000..6f0d3b177eb3590f3fa5169715139a31dfbc783f --- /dev/null +++ b/ElbowLat/images/test_79_jpg.rf.pYMlb5vSPlKwMSzfNph6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e431aa50166cd74eb4e9938784a7595e5c36270d07f47175cd8a933f385736eb +size 36724 diff --git a/ElbowLat/images/test_79_png.rf.bZIMcthBDgu76eOqvLia.png b/ElbowLat/images/test_79_png.rf.bZIMcthBDgu76eOqvLia.png new file mode 100644 index 0000000000000000000000000000000000000000..e2a8a684b6a1ce3e0e9ebacd63ca82a44b75a211 --- /dev/null +++ b/ElbowLat/images/test_79_png.rf.bZIMcthBDgu76eOqvLia.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:234846fe1aad4f4ca79fbe194e91a080bc0c137fc584966c0aa0bde433b4aa84 +size 75373 diff --git a/ElbowLat/images/test_7_jpg.rf.QYBPYkZp5qyraLFJo2CV.png b/ElbowLat/images/test_7_jpg.rf.QYBPYkZp5qyraLFJo2CV.png new file mode 100644 index 0000000000000000000000000000000000000000..66dec464d12ba7141d6c505ea68371d95e95f8d8 --- /dev/null +++ b/ElbowLat/images/test_7_jpg.rf.QYBPYkZp5qyraLFJo2CV.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd385237bb917542254eb844bad758407d93ce54639fdf97c3ff47911fb3184b +size 39031 diff --git a/ElbowLat/images/test_7_png.rf.Cgr5Z36E2WsCpi399CUi.png b/ElbowLat/images/test_7_png.rf.Cgr5Z36E2WsCpi399CUi.png new file mode 100644 index 0000000000000000000000000000000000000000..d3e1ff6bea855186087f9eb74daf0c01194151ca --- /dev/null +++ b/ElbowLat/images/test_7_png.rf.Cgr5Z36E2WsCpi399CUi.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:395347af697bcbfcd277e250941efcf4acbaa9c076189b6189c7d1c3ab868cce +size 42899 diff --git a/ElbowLat/images/test_85_jpg.rf.Dlca2D4X2Upfazz59diL.png b/ElbowLat/images/test_85_jpg.rf.Dlca2D4X2Upfazz59diL.png new file mode 100644 index 0000000000000000000000000000000000000000..62e47297935be74dc01967c10036e38b923664cd --- /dev/null +++ b/ElbowLat/images/test_85_jpg.rf.Dlca2D4X2Upfazz59diL.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2efc09e2912a5e84ea98d2adc2180e9e7bfa616052206d3ebb21b9f60dc895c +size 36977 diff --git a/ElbowLat/images/test_85_png.rf.jexMChntG48pCGnzyOkP.png b/ElbowLat/images/test_85_png.rf.jexMChntG48pCGnzyOkP.png new file mode 100644 index 0000000000000000000000000000000000000000..bd3174eaa0094c1b41c007772fedf6e7dac8a5cf --- /dev/null +++ b/ElbowLat/images/test_85_png.rf.jexMChntG48pCGnzyOkP.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8155ab55777027048681d8544b5423fff9468e59bf497dd288d296f95c3ddb7c +size 93615 diff --git a/ElbowLat/images/test_8_jpg.rf.sbWEmxMa6Te8LmCf6nwt.png b/ElbowLat/images/test_8_jpg.rf.sbWEmxMa6Te8LmCf6nwt.png new file mode 100644 index 0000000000000000000000000000000000000000..0e149521b83887e23adcbcaf080680eee3d540ae --- /dev/null +++ b/ElbowLat/images/test_8_jpg.rf.sbWEmxMa6Te8LmCf6nwt.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d8821fbe23407ab7f2c2613ac113c7252da9c40ba2f17545670c8444bf306a5 +size 39989 diff --git a/ElbowLat/images/test_8_png.rf.3BHXpwpygRzmHvqI2QBR.png b/ElbowLat/images/test_8_png.rf.3BHXpwpygRzmHvqI2QBR.png new file mode 100644 index 0000000000000000000000000000000000000000..880101aa7f720e8f25727cec7d6b4bb9eb0a1877 --- /dev/null +++ b/ElbowLat/images/test_8_png.rf.3BHXpwpygRzmHvqI2QBR.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76cd4d8f420efe2bbedc363a92314a1f7e28d8a9262fbe9ed4f832aa7a4eb24d +size 66488 diff --git a/ElbowLat/images/test_90_jpg.rf.dPAbtj0l28q459g5Bf7l.png b/ElbowLat/images/test_90_jpg.rf.dPAbtj0l28q459g5Bf7l.png new file mode 100644 index 0000000000000000000000000000000000000000..81504408ab3061f34b29fda9899aec03784b6b17 --- /dev/null +++ b/ElbowLat/images/test_90_jpg.rf.dPAbtj0l28q459g5Bf7l.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c8dde0802edcee8c64428a3512c142bd5e7d425bc3e9268a642b602d86f1ae2 +size 46642 diff --git a/ElbowLat/images/test_90_png.rf.g4p30yonNzIPLq5d0WC6.png b/ElbowLat/images/test_90_png.rf.g4p30yonNzIPLq5d0WC6.png new file mode 100644 index 0000000000000000000000000000000000000000..e4117ffcdcea383ad7e44cfb4123a9604cae082c --- /dev/null +++ b/ElbowLat/images/test_90_png.rf.g4p30yonNzIPLq5d0WC6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e2c7dec782272ac198c6cb559e211a1c5e79d12c70408ef42100c00f10bf39e +size 76668 diff --git a/ElbowLat/images/test_93_jpg.rf.u6rjq7miJgWGfJO9OJN9.png b/ElbowLat/images/test_93_jpg.rf.u6rjq7miJgWGfJO9OJN9.png new file mode 100644 index 0000000000000000000000000000000000000000..add57d6d4657bee4befb815fcedcba6f300d3154 --- /dev/null +++ b/ElbowLat/images/test_93_jpg.rf.u6rjq7miJgWGfJO9OJN9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98211d9e5e1bcf2d26b80b8c9dc0d939765d022d1dc97634c2458f0c4657270c +size 33230 diff --git a/ElbowLat/images/test_93_png.rf.Iz54nptZAX45oj4mvdak.png b/ElbowLat/images/test_93_png.rf.Iz54nptZAX45oj4mvdak.png new file mode 100644 index 0000000000000000000000000000000000000000..ec7dab926e5a835e3fbadae47a714f652e4cabbf --- /dev/null +++ b/ElbowLat/images/test_93_png.rf.Iz54nptZAX45oj4mvdak.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d8c104b2cfb75ff32cfcb545be65451117ecaaf6cf6fd64a61b5b6bdd1523c1 +size 67782 diff --git a/ElbowLat/images/test_94_jpg.rf.VAssDfN1It9aDiDXUeUs.png b/ElbowLat/images/test_94_jpg.rf.VAssDfN1It9aDiDXUeUs.png new file mode 100644 index 0000000000000000000000000000000000000000..91c408090aefbb6368db2aeedfbb91141e8836f2 --- /dev/null +++ b/ElbowLat/images/test_94_jpg.rf.VAssDfN1It9aDiDXUeUs.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:370d1badcc342effd75acd9f031be9f1ec7294caf35940838a16bfb84956c9f0 +size 46923 diff --git a/ElbowLat/images/test_94_png.rf.wNdECFnFsqaooHIHCl1R.png b/ElbowLat/images/test_94_png.rf.wNdECFnFsqaooHIHCl1R.png new file mode 100644 index 0000000000000000000000000000000000000000..322c25486f7804d63b81618848d4ff9ea2c6c376 --- /dev/null +++ b/ElbowLat/images/test_94_png.rf.wNdECFnFsqaooHIHCl1R.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6dcac0e94a1709117f737791292dc7fe42956d69d781003a468ec6f450d5431 +size 80476 diff --git a/ElbowLat/images/test_9_jpg.rf.46ZOSFThCpN87Pi94ggF.png b/ElbowLat/images/test_9_jpg.rf.46ZOSFThCpN87Pi94ggF.png new file mode 100644 index 0000000000000000000000000000000000000000..e91906eb1d8e9ead6c0a67247da4b66f31ad9e25 --- /dev/null +++ b/ElbowLat/images/test_9_jpg.rf.46ZOSFThCpN87Pi94ggF.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8019a2176dbe9c52685abaac476ecc7b4d9cc009a65d486417b25ded0f8ff894 +size 41631 diff --git a/ElbowLat/images/test_9_png.rf.8sOo5cGG19aQy6Qt1k86.png b/ElbowLat/images/test_9_png.rf.8sOo5cGG19aQy6Qt1k86.png new file mode 100644 index 0000000000000000000000000000000000000000..da5abffd9cb6f171ce87646ceb50820a9ed72d41 --- /dev/null +++ b/ElbowLat/images/test_9_png.rf.8sOo5cGG19aQy6Qt1k86.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b747069a2a0232bc5c1c081a0fe05d7eff0de630d8ab300da5655cf584acfa8 +size 37701 diff --git a/ElbowLat/images/train_100_jpg.rf.2lOjL4SSdJ8RdFMigg1q.png b/ElbowLat/images/train_100_jpg.rf.2lOjL4SSdJ8RdFMigg1q.png new file mode 100644 index 0000000000000000000000000000000000000000..88fad53fad940ee2340afa7396e55e2ab43edf21 --- /dev/null +++ b/ElbowLat/images/train_100_jpg.rf.2lOjL4SSdJ8RdFMigg1q.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac897b1dd114b5342d36fa535527adc63f50ae936c71e84dec697e7f8f8be6a2 +size 46910 diff --git a/ElbowLat/images/train_100_png.rf.YTTTftKBqmh7dtibqmab.png b/ElbowLat/images/train_100_png.rf.YTTTftKBqmh7dtibqmab.png new file mode 100644 index 0000000000000000000000000000000000000000..a95b14de17af738cacea5075ba4f12c6117b7649 --- /dev/null +++ b/ElbowLat/images/train_100_png.rf.YTTTftKBqmh7dtibqmab.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4de936a101daa7d4ccfcc9f4dd3a23b3f4a76cc05dcba052ce771236b255846 +size 79580 diff --git a/ElbowLat/images/train_101_jpg.rf.TDu2Xl5rVzzmJfH8SG87.png b/ElbowLat/images/train_101_jpg.rf.TDu2Xl5rVzzmJfH8SG87.png new file mode 100644 index 0000000000000000000000000000000000000000..75252c43b63ef46d3e0726126d8055ce1100be54 --- /dev/null +++ b/ElbowLat/images/train_101_jpg.rf.TDu2Xl5rVzzmJfH8SG87.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13db7327f18a00dd51a0c8d4bd0617724a3258a8a00fa0c816f5fb0e5d91b928 +size 54685 diff --git a/ElbowLat/images/train_101_png.rf.9EjUCswoKwlBzwVXT7so.png b/ElbowLat/images/train_101_png.rf.9EjUCswoKwlBzwVXT7so.png new file mode 100644 index 0000000000000000000000000000000000000000..77c7550d7c5c6ec1bebd850d2977565c5f2fd325 --- /dev/null +++ b/ElbowLat/images/train_101_png.rf.9EjUCswoKwlBzwVXT7so.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:868d351438d64a2378fd7ee257e0636723c1479a34034f765fe7322a4968fafd +size 93945 diff --git a/ElbowLat/images/train_103_jpg.rf.MXG4KEfR0lZuELTFHp0B.png b/ElbowLat/images/train_103_jpg.rf.MXG4KEfR0lZuELTFHp0B.png new file mode 100644 index 0000000000000000000000000000000000000000..ebc3ee017352b38e60b890210d2c84c8f4244e84 --- /dev/null +++ b/ElbowLat/images/train_103_jpg.rf.MXG4KEfR0lZuELTFHp0B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0445caafe5630f8624ccda16f5fc445676f419729a233a9b89d73e28651f5402 +size 52870 diff --git a/ElbowLat/images/train_103_png.rf.sPZEduTuf4N54WYW6xkD.png b/ElbowLat/images/train_103_png.rf.sPZEduTuf4N54WYW6xkD.png new file mode 100644 index 0000000000000000000000000000000000000000..d948b4a7851146c5efde306374ff150ff6507cff --- /dev/null +++ b/ElbowLat/images/train_103_png.rf.sPZEduTuf4N54WYW6xkD.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c495fc9f21a263caab4f2b0d6f7a3d9174fd391bdedc23970aa8bfce3c5668c4 +size 81653 diff --git a/ElbowLat/images/train_104_jpg.rf.CvzO5QlHzrJTaXhD09Vi.png b/ElbowLat/images/train_104_jpg.rf.CvzO5QlHzrJTaXhD09Vi.png new file mode 100644 index 0000000000000000000000000000000000000000..450153f8b29c6cbb3961e48ed74cef9afc060474 --- /dev/null +++ b/ElbowLat/images/train_104_jpg.rf.CvzO5QlHzrJTaXhD09Vi.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2155d76a2f702ef8791f2d470abc76f7f5df939c62b994867e85d67e4479a86 +size 56201 diff --git a/ElbowLat/images/train_104_png.rf.grUBbO1ZBz93CuqmRXgt.png b/ElbowLat/images/train_104_png.rf.grUBbO1ZBz93CuqmRXgt.png new file mode 100644 index 0000000000000000000000000000000000000000..39cea0b496bc1c7c007d387d517f127e5be5c1cc --- /dev/null +++ b/ElbowLat/images/train_104_png.rf.grUBbO1ZBz93CuqmRXgt.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be07e309504ca53a60228543f612a97636785dc3e74f41b04deb32dd4ef2d84f +size 72255 diff --git a/ElbowLat/images/train_106_jpg.rf.6kh1CnI8yWTDK6NQBsYO.png b/ElbowLat/images/train_106_jpg.rf.6kh1CnI8yWTDK6NQBsYO.png new file mode 100644 index 0000000000000000000000000000000000000000..9a97d9b84b02252ce037612bff22b405a6d237d2 --- /dev/null +++ b/ElbowLat/images/train_106_jpg.rf.6kh1CnI8yWTDK6NQBsYO.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c118c3e90c7864dbcca9f3422f728a0145b0cbb455ca5bd3703fc2f58aba55c4 +size 52880 diff --git a/ElbowLat/images/train_106_png.rf.jd6z6CktCFxOhsjPKhFU.png b/ElbowLat/images/train_106_png.rf.jd6z6CktCFxOhsjPKhFU.png new file mode 100644 index 0000000000000000000000000000000000000000..4304e80e8618291e3d959fe0e4bcb0ac6878f08e --- /dev/null +++ b/ElbowLat/images/train_106_png.rf.jd6z6CktCFxOhsjPKhFU.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c2f1948d85a939a6bf3c04ee3659c137611b5891086cc2d4976a5c1ed077abf +size 82831 diff --git a/ElbowLat/images/train_107_jpg.rf.ZJlZt4nqzfkvE1HmozFX.png b/ElbowLat/images/train_107_jpg.rf.ZJlZt4nqzfkvE1HmozFX.png new file mode 100644 index 0000000000000000000000000000000000000000..38dcbd91935e51fc09c01531743c711d7cbd9577 --- /dev/null +++ b/ElbowLat/images/train_107_jpg.rf.ZJlZt4nqzfkvE1HmozFX.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33ce1bd17b4eae5a6d75c70d69c8863fcfdab42f565ded1233930e4439276b35 +size 58864 diff --git a/ElbowLat/images/train_107_png.rf.G0YjmKT636LZsrfmt0X8.png b/ElbowLat/images/train_107_png.rf.G0YjmKT636LZsrfmt0X8.png new file mode 100644 index 0000000000000000000000000000000000000000..462c9f60fea6241ac77948352a315001863d6c6c --- /dev/null +++ b/ElbowLat/images/train_107_png.rf.G0YjmKT636LZsrfmt0X8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4973ec2c341260ad64f8d3b8ddfed81405ecf2462ff07aba48837bfef28133b2 +size 81491 diff --git a/ElbowLat/images/train_108_jpg.rf.u0PdY6eYLkrQaB6can8P.png b/ElbowLat/images/train_108_jpg.rf.u0PdY6eYLkrQaB6can8P.png new file mode 100644 index 0000000000000000000000000000000000000000..6d071082a1c946b895cef17b5b058e7fc95f3d72 --- /dev/null +++ b/ElbowLat/images/train_108_jpg.rf.u0PdY6eYLkrQaB6can8P.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fdaa8c97e9eb8cd500f969bd20caf6905c946e842aa9aec348b0b1f953f38b3 +size 42204 diff --git a/ElbowLat/images/train_108_png.rf.LraYpQriNBYCO3e5tBZ7.png b/ElbowLat/images/train_108_png.rf.LraYpQriNBYCO3e5tBZ7.png new file mode 100644 index 0000000000000000000000000000000000000000..a04d89668d572e96f2ca89dd09a49a3b5f469e13 --- /dev/null +++ b/ElbowLat/images/train_108_png.rf.LraYpQriNBYCO3e5tBZ7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d988b8adc4bf5edd8b0baab2ede0adf4ba44756374ebfb297980eef9b0f5153a +size 89262 diff --git a/ElbowLat/images/train_10_jpg.rf.W53aOchhN4KgjhyXVgYz.png b/ElbowLat/images/train_10_jpg.rf.W53aOchhN4KgjhyXVgYz.png new file mode 100644 index 0000000000000000000000000000000000000000..991f6f555c5cd5deeb3d6780257629ed0f2a760c --- /dev/null +++ b/ElbowLat/images/train_10_jpg.rf.W53aOchhN4KgjhyXVgYz.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56a7f5dd8af195e8a1b9352cb2eb5cd45c829671e4acdeda1b77d0045bc62592 +size 64749 diff --git a/ElbowLat/images/train_10_png.rf.5OWZ4EZrvhEJxfItxkKr.png b/ElbowLat/images/train_10_png.rf.5OWZ4EZrvhEJxfItxkKr.png new file mode 100644 index 0000000000000000000000000000000000000000..f049ecc620b3e47d1857078cd489fca32116841b --- /dev/null +++ b/ElbowLat/images/train_10_png.rf.5OWZ4EZrvhEJxfItxkKr.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98238375b0305ed037ba23eeca570f769815fa95a9075b91486dc09468441698 +size 39573 diff --git a/ElbowLat/images/train_110_jpg.rf.IwlHgvG4ixTO7XASgLgr.png b/ElbowLat/images/train_110_jpg.rf.IwlHgvG4ixTO7XASgLgr.png new file mode 100644 index 0000000000000000000000000000000000000000..fdc7640c20d1f6e2c1a50384aef8f0b04df9dde0 --- /dev/null +++ b/ElbowLat/images/train_110_jpg.rf.IwlHgvG4ixTO7XASgLgr.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14eeb3d101398d42f90d59dccfb8cf2b6a0efc7da3a6ad49676e40542756f0c1 +size 42697 diff --git a/ElbowLat/images/train_110_png.rf.soy14ppu7Kao0Yw1csyc.png b/ElbowLat/images/train_110_png.rf.soy14ppu7Kao0Yw1csyc.png new file mode 100644 index 0000000000000000000000000000000000000000..7023ccc888d229fcda870804dbe0edb3d3ff103f --- /dev/null +++ b/ElbowLat/images/train_110_png.rf.soy14ppu7Kao0Yw1csyc.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0354086477f0c13a37b069598ff5f6f89ce9d109a5500b3ba8aadcb89c74975a +size 81275 diff --git a/ElbowLat/images/train_111_jpg.rf.WDPQMQOD29uuemjpYp8P.png b/ElbowLat/images/train_111_jpg.rf.WDPQMQOD29uuemjpYp8P.png new file mode 100644 index 0000000000000000000000000000000000000000..35a080dcd9a84afc2f8498186713d29be641c993 --- /dev/null +++ b/ElbowLat/images/train_111_jpg.rf.WDPQMQOD29uuemjpYp8P.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32ac713a383038701cf8252eada8fb613fb6db4febb0b98a1183edcab724a473 +size 50792 diff --git a/ElbowLat/images/train_111_png.rf.6VBxgWyHGgQqVrIdo2v8.png b/ElbowLat/images/train_111_png.rf.6VBxgWyHGgQqVrIdo2v8.png new file mode 100644 index 0000000000000000000000000000000000000000..5e9e40779d9055f08dd4689b21364ee6db640515 --- /dev/null +++ b/ElbowLat/images/train_111_png.rf.6VBxgWyHGgQqVrIdo2v8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:125ef3010b47934e334d7cff4ec4ad1665c1ad1d4f7bf3b4800892dd2d2e82aa +size 92380 diff --git a/ElbowLat/images/train_112_jpg.rf.noaoO26qHVBVJGD3q1N9.png b/ElbowLat/images/train_112_jpg.rf.noaoO26qHVBVJGD3q1N9.png new file mode 100644 index 0000000000000000000000000000000000000000..314a762dfb39b9e6d67b33ef38302e7e8a0aaddf --- /dev/null +++ b/ElbowLat/images/train_112_jpg.rf.noaoO26qHVBVJGD3q1N9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac3a7ace9cff87316b52c5d7bae3d640b213e161553c55a98a224dcd62b1e01d +size 41568 diff --git a/ElbowLat/images/train_112_png.rf.4hK4ZV4v31cywnP0xvXg.png b/ElbowLat/images/train_112_png.rf.4hK4ZV4v31cywnP0xvXg.png new file mode 100644 index 0000000000000000000000000000000000000000..ee0f8be76c5f5b7d7af392e2a6809b3d8ac4abdd --- /dev/null +++ b/ElbowLat/images/train_112_png.rf.4hK4ZV4v31cywnP0xvXg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fecf8b8bf060049995a5c6c0fae22b7204758e9a092f47dac68bd84f99a9ccea +size 97604 diff --git a/ElbowLat/images/train_113_jpg.rf.Rs7nFxfUcDD18wWaRceH.png b/ElbowLat/images/train_113_jpg.rf.Rs7nFxfUcDD18wWaRceH.png new file mode 100644 index 0000000000000000000000000000000000000000..aca69179eb08b89abc71877ae9e290dc3f51ba44 --- /dev/null +++ b/ElbowLat/images/train_113_jpg.rf.Rs7nFxfUcDD18wWaRceH.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:503d5e06a3496811e952e7f659f04fb3261b5d440917d2e778add679b162be65 +size 75263 diff --git a/ElbowLat/images/train_113_png.rf.aAiT9VhAz3CQYJBhpswR.png b/ElbowLat/images/train_113_png.rf.aAiT9VhAz3CQYJBhpswR.png new file mode 100644 index 0000000000000000000000000000000000000000..6929b5509f993c1282839fc7001b2fc7b6838a13 --- /dev/null +++ b/ElbowLat/images/train_113_png.rf.aAiT9VhAz3CQYJBhpswR.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:203991ae0df7ded4cfa2828e9ae5a8ecb23b43704b9cc19667f4b19ef4c873fe +size 86819 diff --git a/ElbowLat/images/train_114_jpg.rf.NkDdnFYbPGZiQo8w99pk.png b/ElbowLat/images/train_114_jpg.rf.NkDdnFYbPGZiQo8w99pk.png new file mode 100644 index 0000000000000000000000000000000000000000..19f2cedf42582869cc70ace9477a07adb909c510 --- /dev/null +++ b/ElbowLat/images/train_114_jpg.rf.NkDdnFYbPGZiQo8w99pk.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f78868a7a5a31c3a85196b7a5ad8cc76def9038a7a2092eb069ac4c5d228333 +size 36598 diff --git a/ElbowLat/images/train_114_png.rf.xXP6nTFkWn13NhKCoIAT.png b/ElbowLat/images/train_114_png.rf.xXP6nTFkWn13NhKCoIAT.png new file mode 100644 index 0000000000000000000000000000000000000000..c2eee54c36dcebc0080bcd0aae2fcb81984514d8 --- /dev/null +++ b/ElbowLat/images/train_114_png.rf.xXP6nTFkWn13NhKCoIAT.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:692b6f6bccdd40c6cbb369d7fba007d79163f0085ea80483cfaa852a7b5277f7 +size 84448 diff --git a/ElbowLat/images/train_116_jpg.rf.RghB9QfbgieiM39VH6bB.png b/ElbowLat/images/train_116_jpg.rf.RghB9QfbgieiM39VH6bB.png new file mode 100644 index 0000000000000000000000000000000000000000..15332afb047d745d80d2b381f6936b3a04e2bc79 --- /dev/null +++ b/ElbowLat/images/train_116_jpg.rf.RghB9QfbgieiM39VH6bB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5275bb9487c0e039d67e9c78847906f6c683cab5c49ce1e8a8548a0ec1714a67 +size 52316 diff --git a/ElbowLat/images/train_116_png.rf.aIp3oF8vWUkusCpShAAH.png b/ElbowLat/images/train_116_png.rf.aIp3oF8vWUkusCpShAAH.png new file mode 100644 index 0000000000000000000000000000000000000000..3281f3374cdd4c71ef0b917d48bbe626f783eb63 --- /dev/null +++ b/ElbowLat/images/train_116_png.rf.aIp3oF8vWUkusCpShAAH.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e47f4d65aee372a4ced3a8d928190a9767fec8f83b92f951a4d9c34e93a93e6 +size 83114 diff --git a/ElbowLat/images/train_118_jpg.rf.6ipfEaN4LbKXfuHPIx5Q.png b/ElbowLat/images/train_118_jpg.rf.6ipfEaN4LbKXfuHPIx5Q.png new file mode 100644 index 0000000000000000000000000000000000000000..4241a8b95629c9b13e066a84f52e979928df6f08 --- /dev/null +++ b/ElbowLat/images/train_118_jpg.rf.6ipfEaN4LbKXfuHPIx5Q.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2f6260740033a0bc2fbeceb3b87d30ba2076d9560e4ea4149eceb1313e0f9d8 +size 44359 diff --git a/ElbowLat/images/train_118_png.rf.NN04lFtyMd4Y3ofjQdw0.png b/ElbowLat/images/train_118_png.rf.NN04lFtyMd4Y3ofjQdw0.png new file mode 100644 index 0000000000000000000000000000000000000000..85f934b146e476330ea0612e8d8d83105424a5dc --- /dev/null +++ b/ElbowLat/images/train_118_png.rf.NN04lFtyMd4Y3ofjQdw0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8251773010d1d77523640a675208125d64f9da0e597ce5e839def53736e45c98 +size 84496 diff --git a/ElbowLat/images/train_119_jpg.rf.T5rMCA9HPLPz70te5mol.png b/ElbowLat/images/train_119_jpg.rf.T5rMCA9HPLPz70te5mol.png new file mode 100644 index 0000000000000000000000000000000000000000..2b55c65fabe064ba44fdd40076a3c3e0cf44d7bc --- /dev/null +++ b/ElbowLat/images/train_119_jpg.rf.T5rMCA9HPLPz70te5mol.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bd5ba11d4c356754d89f20a5fb77b6845a0af6e37f83903a5c2043d667fa061 +size 43581 diff --git a/ElbowLat/images/train_119_png.rf.1wGue12m7PIKZ5xYRqwm.png b/ElbowLat/images/train_119_png.rf.1wGue12m7PIKZ5xYRqwm.png new file mode 100644 index 0000000000000000000000000000000000000000..7353962422e93405567fb793085502a3f1225f4f --- /dev/null +++ b/ElbowLat/images/train_119_png.rf.1wGue12m7PIKZ5xYRqwm.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:369e0ae17dfe98c5deccfe0e87f73085df30901d88a49becb82a592f864ffc5b +size 82574 diff --git a/ElbowLat/images/train_11_jpg.rf.NFvb5CokAceE9xw4IxpI.png b/ElbowLat/images/train_11_jpg.rf.NFvb5CokAceE9xw4IxpI.png new file mode 100644 index 0000000000000000000000000000000000000000..b9a4236adb32a3661361f3abf4a0d33e9150cafd --- /dev/null +++ b/ElbowLat/images/train_11_jpg.rf.NFvb5CokAceE9xw4IxpI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5b5e4a85a74d1091f664c7a9ee3e0fa126af0f3d31fdb2d7574ad47563aca1a +size 21844 diff --git a/ElbowLat/images/train_11_png.rf.unuX1IH9btWb5b8V5cPv.png b/ElbowLat/images/train_11_png.rf.unuX1IH9btWb5b8V5cPv.png new file mode 100644 index 0000000000000000000000000000000000000000..96601b7a0cfee39fe6067c34a0397f6c06058f73 --- /dev/null +++ b/ElbowLat/images/train_11_png.rf.unuX1IH9btWb5b8V5cPv.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3780fc60e22132e223eccb19b7a94d9fde437a760b91fc923a9568281f4138d6 +size 51634 diff --git a/ElbowLat/images/train_120_jpg.rf.0ngkcPxOEerRN9LMNk5M.png b/ElbowLat/images/train_120_jpg.rf.0ngkcPxOEerRN9LMNk5M.png new file mode 100644 index 0000000000000000000000000000000000000000..187487f954a78dda0c63087306633d81fb0484f3 --- /dev/null +++ b/ElbowLat/images/train_120_jpg.rf.0ngkcPxOEerRN9LMNk5M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31bc713694eada1f55b7a7796c3810787998f6be85d2971933a61a2c389d78fc +size 55724 diff --git a/ElbowLat/images/train_120_png.rf.80rEe7iR5TXgqPxKvLNI.png b/ElbowLat/images/train_120_png.rf.80rEe7iR5TXgqPxKvLNI.png new file mode 100644 index 0000000000000000000000000000000000000000..9c5e046f107dcd2a3d4774b4ec04e59f7019f43d --- /dev/null +++ b/ElbowLat/images/train_120_png.rf.80rEe7iR5TXgqPxKvLNI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b974e790f18e7198f46384e808c8935e79f0d19306122a5da48c1613c5dfe490 +size 58452 diff --git a/ElbowLat/images/train_121_jpg.rf.eAmYehwXa9EuS6BaBxZi.png b/ElbowLat/images/train_121_jpg.rf.eAmYehwXa9EuS6BaBxZi.png new file mode 100644 index 0000000000000000000000000000000000000000..12c957de609f1f3a8d5378812e914f2fa6bc7450 --- /dev/null +++ b/ElbowLat/images/train_121_jpg.rf.eAmYehwXa9EuS6BaBxZi.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c56931f340e2aa7c37ebc5cc8d5ddf5ceb22cd6dd90c51f7f091d02bdc3f558b +size 40225 diff --git a/ElbowLat/images/train_121_png.rf.oWPmn2zdFOdWbgADgexG.png b/ElbowLat/images/train_121_png.rf.oWPmn2zdFOdWbgADgexG.png new file mode 100644 index 0000000000000000000000000000000000000000..29d92f21b5f81b2dda289f547a9f43c694e2c223 --- /dev/null +++ b/ElbowLat/images/train_121_png.rf.oWPmn2zdFOdWbgADgexG.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fdcde2c40740e3cb3b1b60619c0f24bd5f0a06fb1ad63d277513f731b472bfa +size 77726 diff --git a/ElbowLat/images/train_123_jpg.rf.lrHwCzmVoT4h40EDVaUO.png b/ElbowLat/images/train_123_jpg.rf.lrHwCzmVoT4h40EDVaUO.png new file mode 100644 index 0000000000000000000000000000000000000000..2589969904ce511b8edddf8827b5c03e01899a44 --- /dev/null +++ b/ElbowLat/images/train_123_jpg.rf.lrHwCzmVoT4h40EDVaUO.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d250abf11bf850b511957faf0935ed8b88d030b9ab856ef96cbb41834554d0f +size 40740 diff --git a/ElbowLat/images/train_123_png.rf.qNNVdpfOUYLX9rjhBaQd.png b/ElbowLat/images/train_123_png.rf.qNNVdpfOUYLX9rjhBaQd.png new file mode 100644 index 0000000000000000000000000000000000000000..d46ac2756ce60f2b5afd97825c438fe94a840b72 --- /dev/null +++ b/ElbowLat/images/train_123_png.rf.qNNVdpfOUYLX9rjhBaQd.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6db43604560117d5fca430c5f5ff783577293fe20f9c4614b3567cee96f23a19 +size 72580 diff --git a/ElbowLat/images/train_124_jpg.rf.qXFMUHkv6sdbbVmRXz6P.png b/ElbowLat/images/train_124_jpg.rf.qXFMUHkv6sdbbVmRXz6P.png new file mode 100644 index 0000000000000000000000000000000000000000..fc2b8f716ce35b84138f4846982726932cefcd47 --- /dev/null +++ b/ElbowLat/images/train_124_jpg.rf.qXFMUHkv6sdbbVmRXz6P.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2b3319a021e16e0ca48ddc573df8410f193e9585498d63a616df39999e90ce7 +size 48648 diff --git a/ElbowLat/images/train_124_png.rf.9BQsRBTzovTD7EjeNVlk.png b/ElbowLat/images/train_124_png.rf.9BQsRBTzovTD7EjeNVlk.png new file mode 100644 index 0000000000000000000000000000000000000000..7021ad90185d8dab6adc30f58d798df6bd7adb0e --- /dev/null +++ b/ElbowLat/images/train_124_png.rf.9BQsRBTzovTD7EjeNVlk.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:078c74d1dbd638190dc5d00c5dab0433e28720a50a6d947a67d30dc7a7bf5229 +size 84944 diff --git a/ElbowLat/images/train_126_jpg.rf.lP1dFGXDLgivG1LlhU3W.png b/ElbowLat/images/train_126_jpg.rf.lP1dFGXDLgivG1LlhU3W.png new file mode 100644 index 0000000000000000000000000000000000000000..8df42f33cdd04bf20b5482db73a82fafb3c1fd22 --- /dev/null +++ b/ElbowLat/images/train_126_jpg.rf.lP1dFGXDLgivG1LlhU3W.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8386e8ddda30126eba26a5404570e2cfb93e87a7933e28eef5a7a4a2d5b92240 +size 48802 diff --git a/ElbowLat/images/train_126_png.rf.IY6OO44sWHKACdczDTfh.png b/ElbowLat/images/train_126_png.rf.IY6OO44sWHKACdczDTfh.png new file mode 100644 index 0000000000000000000000000000000000000000..1e55abee8648bde0948ab89c8d8a07b0c8592735 --- /dev/null +++ b/ElbowLat/images/train_126_png.rf.IY6OO44sWHKACdczDTfh.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecb51052027e7c725b9794d5e0d770f1740c404952349202597916a92362b250 +size 73393 diff --git a/ElbowLat/images/train_127_jpg.rf.HGwO4pvPQfXClxC2XVzs.png b/ElbowLat/images/train_127_jpg.rf.HGwO4pvPQfXClxC2XVzs.png new file mode 100644 index 0000000000000000000000000000000000000000..ef8f4b28e7b867db2dbb6ccfad235f20608abfb3 --- /dev/null +++ b/ElbowLat/images/train_127_jpg.rf.HGwO4pvPQfXClxC2XVzs.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2962748def0d2528899aeeefd41a4bae9f0a3d0d015e0623ecf3978ffc470ff2 +size 48079 diff --git a/ElbowLat/images/train_127_png.rf.ASUFnu4E8fvVsQhTyjM2.png b/ElbowLat/images/train_127_png.rf.ASUFnu4E8fvVsQhTyjM2.png new file mode 100644 index 0000000000000000000000000000000000000000..46833cdb9da6b9102691631aafa13851897a8c91 --- /dev/null +++ b/ElbowLat/images/train_127_png.rf.ASUFnu4E8fvVsQhTyjM2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b046dd55b5dc6453892a54fb8ff67c3dd54f96c4a33434c96320f190c6ef017 +size 60262 diff --git a/ElbowLat/images/train_128_jpg.rf.tpvp9E1QGuW41C0SPNpE.png b/ElbowLat/images/train_128_jpg.rf.tpvp9E1QGuW41C0SPNpE.png new file mode 100644 index 0000000000000000000000000000000000000000..cd61abce877ba8717efc7baae2f1fe9023337a18 --- /dev/null +++ b/ElbowLat/images/train_128_jpg.rf.tpvp9E1QGuW41C0SPNpE.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3099c5e0d60e65f69f519112c32f81c33dcccc2892c4059ebe02ceaedcfb9587 +size 50792 diff --git a/ElbowLat/images/train_128_png.rf.3MipImaYztmFNUOJ2BGr.png b/ElbowLat/images/train_128_png.rf.3MipImaYztmFNUOJ2BGr.png new file mode 100644 index 0000000000000000000000000000000000000000..031778f567299f8d537f0a1c4cc4a346c9edc388 --- /dev/null +++ b/ElbowLat/images/train_128_png.rf.3MipImaYztmFNUOJ2BGr.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1778aa48a132a44093b1a78267689660007c1de833b8c7604138e359c04d3032 +size 84798 diff --git a/ElbowLat/images/train_129_jpg.rf.qHa1YPiGZJQWG7Ml1cbx.png b/ElbowLat/images/train_129_jpg.rf.qHa1YPiGZJQWG7Ml1cbx.png new file mode 100644 index 0000000000000000000000000000000000000000..034c27a58a2c5931f7681e77ea6b0438e1103a5f --- /dev/null +++ b/ElbowLat/images/train_129_jpg.rf.qHa1YPiGZJQWG7Ml1cbx.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71ebe031bbaf67a990fd780831d818771320a6bb535452ae3fad3a0c67f675d3 +size 52222 diff --git a/ElbowLat/images/train_129_png.rf.zhWcR3OBguLXM1T1sWNB.png b/ElbowLat/images/train_129_png.rf.zhWcR3OBguLXM1T1sWNB.png new file mode 100644 index 0000000000000000000000000000000000000000..6b60d27cd9d1310800f353589d441564b63b33c8 --- /dev/null +++ b/ElbowLat/images/train_129_png.rf.zhWcR3OBguLXM1T1sWNB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a65316b4ac9869faef2c9f5c1c53b8d583afa2a58cc8cf4530d350065328565b +size 86309 diff --git a/ElbowLat/images/train_130_jpg.rf.IzknTBVwPDJimioVVVDC.png b/ElbowLat/images/train_130_jpg.rf.IzknTBVwPDJimioVVVDC.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e7e3b7c4bef78ad5f33f31207e49172a095b26 --- /dev/null +++ b/ElbowLat/images/train_130_jpg.rf.IzknTBVwPDJimioVVVDC.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c04bd3541a9615aa0c53113c0a5f19bc5aa0e3709828e524efe7d5eb1d871d6d +size 52313 diff --git a/ElbowLat/images/train_130_png.rf.0jTcq6xtZQkM9IVhfI6f.png b/ElbowLat/images/train_130_png.rf.0jTcq6xtZQkM9IVhfI6f.png new file mode 100644 index 0000000000000000000000000000000000000000..3c52c56ecc52a9067a356fc37071a0625bef6550 --- /dev/null +++ b/ElbowLat/images/train_130_png.rf.0jTcq6xtZQkM9IVhfI6f.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c886c1c10d1524753ff55137ea6feaf74baa553b9ced66f3fc77c6dfd0ead54 +size 77546 diff --git a/ElbowLat/images/train_131_jpg.rf.l6Vj5Rak1kLzi1CsgpxZ.png b/ElbowLat/images/train_131_jpg.rf.l6Vj5Rak1kLzi1CsgpxZ.png new file mode 100644 index 0000000000000000000000000000000000000000..800cdb66383d2d57d637a0ec292a819c51539ef0 --- /dev/null +++ b/ElbowLat/images/train_131_jpg.rf.l6Vj5Rak1kLzi1CsgpxZ.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5a2c21dc3a6e9cb1aa3774931990d9bbb068866c49b4e155cfdb2d6c69611b6 +size 46050 diff --git a/ElbowLat/images/train_131_png.rf.jB5x8z5gFlTA7CFelryD.png b/ElbowLat/images/train_131_png.rf.jB5x8z5gFlTA7CFelryD.png new file mode 100644 index 0000000000000000000000000000000000000000..75c53b600765d9bed12bff56e5e2a812e151bd49 --- /dev/null +++ b/ElbowLat/images/train_131_png.rf.jB5x8z5gFlTA7CFelryD.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68447b97013b5b1365cd6cf4e0d537306f670e3cb020446f0ba0f9bc550bbfc6 +size 79492 diff --git a/ElbowLat/images/train_132_png.rf.8ONWkbqAHzjXQ5LlvbmR.png b/ElbowLat/images/train_132_png.rf.8ONWkbqAHzjXQ5LlvbmR.png new file mode 100644 index 0000000000000000000000000000000000000000..4adef25fa7dda634c53dd8c4695ca9c4bb8069eb --- /dev/null +++ b/ElbowLat/images/train_132_png.rf.8ONWkbqAHzjXQ5LlvbmR.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:803366a54742da1c2b2335f980e809fd63d73d6dcc4c4ca9625d2e85aeb5e87e +size 91166 diff --git a/ElbowLat/images/train_134_jpg.rf.6f1zSkSoJjxjgiEi8wuU.png b/ElbowLat/images/train_134_jpg.rf.6f1zSkSoJjxjgiEi8wuU.png new file mode 100644 index 0000000000000000000000000000000000000000..d3ec1808736466c0df730730b664646ab56d63d3 --- /dev/null +++ b/ElbowLat/images/train_134_jpg.rf.6f1zSkSoJjxjgiEi8wuU.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d44d8b7bcf4e2843bbe35100a34d541b0414ebb696a9c103e46361b72b53d687 +size 56799 diff --git a/ElbowLat/images/train_134_png.rf.xDKZH7V9tdHwF3gcpFu5.png b/ElbowLat/images/train_134_png.rf.xDKZH7V9tdHwF3gcpFu5.png new file mode 100644 index 0000000000000000000000000000000000000000..b849f1678017afe0e238fbd7563cc3f94af34864 --- /dev/null +++ b/ElbowLat/images/train_134_png.rf.xDKZH7V9tdHwF3gcpFu5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:314fcd7469d2d7f8d883dc50b87586e5d739a6c8c8e5642c9556d0b0f7c588af +size 79206 diff --git a/ElbowLat/images/train_135_jpg.rf.0HHid96GepOL6UvxYSqH.png b/ElbowLat/images/train_135_jpg.rf.0HHid96GepOL6UvxYSqH.png new file mode 100644 index 0000000000000000000000000000000000000000..0c11860ec2cc43b5a990dd90bf779f414ed94673 --- /dev/null +++ b/ElbowLat/images/train_135_jpg.rf.0HHid96GepOL6UvxYSqH.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8a0b0a2e9f948e3f0a20e15c12380284faa14d9bfdc0cd15b6cfce1993c5dd5 +size 43813 diff --git a/ElbowLat/images/train_135_png.rf.pMJVzd0cZFfrscxd7UHH.png b/ElbowLat/images/train_135_png.rf.pMJVzd0cZFfrscxd7UHH.png new file mode 100644 index 0000000000000000000000000000000000000000..53a6ae181a65843fc989610fed08877a88d45909 --- /dev/null +++ b/ElbowLat/images/train_135_png.rf.pMJVzd0cZFfrscxd7UHH.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1bd32f54cf2e35487d4e583d15f486fdae1cee173fb88bc8f9ab342c5a5dda9 +size 62319 diff --git a/ElbowLat/images/train_13_png.rf.sX3q53KoCI7H2aJbC0Zs.png b/ElbowLat/images/train_13_png.rf.sX3q53KoCI7H2aJbC0Zs.png new file mode 100644 index 0000000000000000000000000000000000000000..ca7eba467d3927ac3e1e0453045f1ebe69896d95 --- /dev/null +++ b/ElbowLat/images/train_13_png.rf.sX3q53KoCI7H2aJbC0Zs.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c24bc62509a6faf1df3e6acd978f2ec96efb78b574e6077f0ea39365c3a453d6 +size 59814 diff --git a/ElbowLat/images/train_140_jpg.rf.u5H8vICAIsUcN5Bc1RCK.png b/ElbowLat/images/train_140_jpg.rf.u5H8vICAIsUcN5Bc1RCK.png new file mode 100644 index 0000000000000000000000000000000000000000..04cc26ea8af9ce79ea09d94ba5a54fb888d9d8c9 --- /dev/null +++ b/ElbowLat/images/train_140_jpg.rf.u5H8vICAIsUcN5Bc1RCK.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a85bfaf017d8d3fe239e680858c0e765037af3390c93b169b157b5c8f5e32282 +size 44837 diff --git a/ElbowLat/images/train_140_png.rf.qNPXVnNCQdM1anbMY4jU.png b/ElbowLat/images/train_140_png.rf.qNPXVnNCQdM1anbMY4jU.png new file mode 100644 index 0000000000000000000000000000000000000000..9b1e45f735ff7b1556b6b9ef9fdc76af20d58531 --- /dev/null +++ b/ElbowLat/images/train_140_png.rf.qNPXVnNCQdM1anbMY4jU.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b37baba524444d9f8bcbf17f922152ab70e172aa6cbd343d2eb172f7d8b81392 +size 86430 diff --git a/ElbowLat/images/train_141_jpg.rf.2ZKEQ19uEdwW62DQDCrc.png b/ElbowLat/images/train_141_jpg.rf.2ZKEQ19uEdwW62DQDCrc.png new file mode 100644 index 0000000000000000000000000000000000000000..3c6cebf541d23bbd6cc138f135ad4913449f33d8 --- /dev/null +++ b/ElbowLat/images/train_141_jpg.rf.2ZKEQ19uEdwW62DQDCrc.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:734af972d787ec0c3aac667cc5e0c544c2a1c87020a96e6c512bfdab3043cae4 +size 56482 diff --git a/ElbowLat/images/train_142_png.rf.Gtwz0RA8m08iWMuHj86O.png b/ElbowLat/images/train_142_png.rf.Gtwz0RA8m08iWMuHj86O.png new file mode 100644 index 0000000000000000000000000000000000000000..7acc7e56c1b20392ef94a92769d98f497555ab63 --- /dev/null +++ b/ElbowLat/images/train_142_png.rf.Gtwz0RA8m08iWMuHj86O.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e53e45289b9fc3376a5641dcacedf8ff131fccaab9d1b8b35f7b3af6a092c022 +size 57498 diff --git a/ElbowLat/images/train_145_jpg.rf.PS1gc9XHo2pxnx3EGK4S.png b/ElbowLat/images/train_145_jpg.rf.PS1gc9XHo2pxnx3EGK4S.png new file mode 100644 index 0000000000000000000000000000000000000000..779316ceb24347d313c48ab6477a6c92a25b1ee6 --- /dev/null +++ b/ElbowLat/images/train_145_jpg.rf.PS1gc9XHo2pxnx3EGK4S.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f468ec4685a9afef4ae6af76749674ef5e1f936a4ba5e2bbd8dcf56480b72f4f +size 49164 diff --git a/ElbowLat/images/train_145_png.rf.c4TPKOps0XMtCz9Yg443.png b/ElbowLat/images/train_145_png.rf.c4TPKOps0XMtCz9Yg443.png new file mode 100644 index 0000000000000000000000000000000000000000..fa2afeae5e9154ad442c032b8d2af4750f8ce47d --- /dev/null +++ b/ElbowLat/images/train_145_png.rf.c4TPKOps0XMtCz9Yg443.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9242af52fa298e9c563104e09db2cb85f0a267ff2277869563766682e91cd304 +size 87958 diff --git a/ElbowLat/images/train_146_jpg.rf.dVRWKqkeFpzuOej3neFv.png b/ElbowLat/images/train_146_jpg.rf.dVRWKqkeFpzuOej3neFv.png new file mode 100644 index 0000000000000000000000000000000000000000..283d08365ceda418c06a00b2a033517e8c64f015 --- /dev/null +++ b/ElbowLat/images/train_146_jpg.rf.dVRWKqkeFpzuOej3neFv.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a62b20a97e35c4510d93c87bcec18728d1dceba5d4d4fd0f1e96ee493c31092c +size 45058 diff --git a/ElbowLat/images/train_146_png.rf.fp5ED0wf1N13yDBjANfw.png b/ElbowLat/images/train_146_png.rf.fp5ED0wf1N13yDBjANfw.png new file mode 100644 index 0000000000000000000000000000000000000000..9a3e2f743e3b4d7603c8b1c84d4a77ce0663de85 --- /dev/null +++ b/ElbowLat/images/train_146_png.rf.fp5ED0wf1N13yDBjANfw.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34e7464763d32529a214ad01abfdc5e4c31bb50e136beb91e6840e9f02da8206 +size 73302 diff --git a/ElbowLat/images/train_147_jpg.rf.JXU4sbBFQJJNJKarcRKB.png b/ElbowLat/images/train_147_jpg.rf.JXU4sbBFQJJNJKarcRKB.png new file mode 100644 index 0000000000000000000000000000000000000000..13a2732e3a509c5a0f77119742021c436d158d29 --- /dev/null +++ b/ElbowLat/images/train_147_jpg.rf.JXU4sbBFQJJNJKarcRKB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8779644729688429e31bb831e21191350f8c0a34e385c041a47353e82fd6acc4 +size 60697 diff --git a/ElbowLat/images/train_147_png.rf.LkhVYrRByC5o4wjxciH1.png b/ElbowLat/images/train_147_png.rf.LkhVYrRByC5o4wjxciH1.png new file mode 100644 index 0000000000000000000000000000000000000000..dfdc1fded03015f47ef9309c01c9b20fbacffca8 --- /dev/null +++ b/ElbowLat/images/train_147_png.rf.LkhVYrRByC5o4wjxciH1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22656df7950493c1a7f186854c7ec5c7ffe8108e91eb393060493401e102c93a +size 72526 diff --git a/ElbowLat/images/train_148_jpg.rf.nKLYYcjGeiuY1CvQxf1j.png b/ElbowLat/images/train_148_jpg.rf.nKLYYcjGeiuY1CvQxf1j.png new file mode 100644 index 0000000000000000000000000000000000000000..095931b0ec0bca919b694759b1040da1f2a4fda7 --- /dev/null +++ b/ElbowLat/images/train_148_jpg.rf.nKLYYcjGeiuY1CvQxf1j.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d1d817aa52e16359720fe8f04045969b90f45437658c7e0725226ef1b605ff8 +size 53902 diff --git a/ElbowLat/images/train_148_png.rf.cD7WqS2R6lUnqFsrzv91.png b/ElbowLat/images/train_148_png.rf.cD7WqS2R6lUnqFsrzv91.png new file mode 100644 index 0000000000000000000000000000000000000000..6d562dc346501ca9846fe3df860ed7df295d5594 --- /dev/null +++ b/ElbowLat/images/train_148_png.rf.cD7WqS2R6lUnqFsrzv91.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc89148d7357951fc1e1e83a662cdb7b99c388ed8edb1eca2b0bf2656c137428 +size 79839 diff --git a/ElbowLat/images/train_151_jpg.rf.C2AcJYGALRwb8QCtTEXx.png b/ElbowLat/images/train_151_jpg.rf.C2AcJYGALRwb8QCtTEXx.png new file mode 100644 index 0000000000000000000000000000000000000000..3cc58380adf53ae07ce932f91688ded3a5be7e1b --- /dev/null +++ b/ElbowLat/images/train_151_jpg.rf.C2AcJYGALRwb8QCtTEXx.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8dd0621370cc2745400fa72ccb7de12e3c3ed06062bfec067546cf1db124cb7 +size 70291 diff --git a/ElbowLat/images/train_151_png.rf.79Soe7AmQEjSBFHzQVdW.png b/ElbowLat/images/train_151_png.rf.79Soe7AmQEjSBFHzQVdW.png new file mode 100644 index 0000000000000000000000000000000000000000..94b38f758a4ab7699a99510c9c5b84b5417adf38 --- /dev/null +++ b/ElbowLat/images/train_151_png.rf.79Soe7AmQEjSBFHzQVdW.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:619728985c2e528b969ef7a88983a0bc53639100bdf146e0cbd220c35eba0662 +size 86064 diff --git a/ElbowLat/images/train_153_jpg.rf.gTiMYmPIIxnbYoqNSDER.png b/ElbowLat/images/train_153_jpg.rf.gTiMYmPIIxnbYoqNSDER.png new file mode 100644 index 0000000000000000000000000000000000000000..70c6e256495c1ac3b16009eb9db48377d0f172cf --- /dev/null +++ b/ElbowLat/images/train_153_jpg.rf.gTiMYmPIIxnbYoqNSDER.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32dab4a83c52b52c4ec053bf144b44b15f8bcb5147eab08c2f461362a6f9e04a +size 50425 diff --git a/ElbowLat/images/train_153_png.rf.iwweEDibF4g72LFjpXGj.png b/ElbowLat/images/train_153_png.rf.iwweEDibF4g72LFjpXGj.png new file mode 100644 index 0000000000000000000000000000000000000000..3b9b614cb1aea310b941c2dd8abf20b847e4605d --- /dev/null +++ b/ElbowLat/images/train_153_png.rf.iwweEDibF4g72LFjpXGj.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0565f388bcea6dee88340c2c435dd87452e3c1581ea6e21b5621686ecb1f0a74 +size 92339 diff --git a/ElbowLat/images/train_154_jpg.rf.FR3dRXZtemheQ0WR0cZK.png b/ElbowLat/images/train_154_jpg.rf.FR3dRXZtemheQ0WR0cZK.png new file mode 100644 index 0000000000000000000000000000000000000000..34594d630b2ac79167fdfe8b928c946fee0975c5 --- /dev/null +++ b/ElbowLat/images/train_154_jpg.rf.FR3dRXZtemheQ0WR0cZK.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4310b292c15cf7760c04507afa3dd6bfa664b696c5f355a9567af3c4bc48497 +size 53216 diff --git a/ElbowLat/images/train_154_png.rf.MDlTduOtX3GL7RFBApDj.png b/ElbowLat/images/train_154_png.rf.MDlTduOtX3GL7RFBApDj.png new file mode 100644 index 0000000000000000000000000000000000000000..62baa28235268d6c2081b2cd9987f89e58035329 --- /dev/null +++ b/ElbowLat/images/train_154_png.rf.MDlTduOtX3GL7RFBApDj.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:422d32b6370fd0128ccba2e34bcf3436eb4138336da38aab5f71da100bfb57b7 +size 87799 diff --git a/ElbowLat/images/train_156_jpg.rf.x9MPYj82b4pPN4skw0dY.png b/ElbowLat/images/train_156_jpg.rf.x9MPYj82b4pPN4skw0dY.png new file mode 100644 index 0000000000000000000000000000000000000000..f1f62bb72cd26930ace64c95052df9d280d5d126 --- /dev/null +++ b/ElbowLat/images/train_156_jpg.rf.x9MPYj82b4pPN4skw0dY.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d3a3e81738ea9df2579890e448940b3091a545083aa63c0845e039274fdaea1 +size 69139 diff --git a/ElbowLat/images/train_156_png.rf.aZhlztJpFmDlCFJLipE4.png b/ElbowLat/images/train_156_png.rf.aZhlztJpFmDlCFJLipE4.png new file mode 100644 index 0000000000000000000000000000000000000000..8b0cdfb155c5ddb3a790d8faf8a5736e176fadd6 --- /dev/null +++ b/ElbowLat/images/train_156_png.rf.aZhlztJpFmDlCFJLipE4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2f43e887b199334b8b428827cbf4afd875dfc44287333ba42602cbdb6b6e88f +size 78309 diff --git a/ElbowLat/images/train_157_jpg.rf.ro3ztPjFgGpc5MpTr6xe.png b/ElbowLat/images/train_157_jpg.rf.ro3ztPjFgGpc5MpTr6xe.png new file mode 100644 index 0000000000000000000000000000000000000000..2f5701033fc3ab7c63f21fd30373e90a89b39d02 --- /dev/null +++ b/ElbowLat/images/train_157_jpg.rf.ro3ztPjFgGpc5MpTr6xe.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4a57963bc60add7f82e553f34e7ed9746b006a55aff8e9f714c40bbd795c385 +size 42870 diff --git a/ElbowLat/images/train_157_png.rf.raBmAattSDOYu50Rtnue.png b/ElbowLat/images/train_157_png.rf.raBmAattSDOYu50Rtnue.png new file mode 100644 index 0000000000000000000000000000000000000000..c1ede3af130babb24e36ae1f276981c1811ed9d7 --- /dev/null +++ b/ElbowLat/images/train_157_png.rf.raBmAattSDOYu50Rtnue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a00829c61f3004c42cf40e0555e4610b8a2803175126ac4bde23776fc131b1e9 +size 60387 diff --git a/ElbowLat/images/train_158_jpg.rf.v8mwm5hu7tt9XNzoOyYD.png b/ElbowLat/images/train_158_jpg.rf.v8mwm5hu7tt9XNzoOyYD.png new file mode 100644 index 0000000000000000000000000000000000000000..3e814ffa49778db1ad3956ceb7ad040d2b3c0536 --- /dev/null +++ b/ElbowLat/images/train_158_jpg.rf.v8mwm5hu7tt9XNzoOyYD.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e5eb33e3477a9ad4cf45825c02f67f83e4332a520a12f420ab1f563776d5e54 +size 29123 diff --git a/ElbowLat/images/train_158_png.rf.alZDxx3Of9iOlMxXGMjR.png b/ElbowLat/images/train_158_png.rf.alZDxx3Of9iOlMxXGMjR.png new file mode 100644 index 0000000000000000000000000000000000000000..19d3bf4758667e79244a8cd9b16de910768ad94d --- /dev/null +++ b/ElbowLat/images/train_158_png.rf.alZDxx3Of9iOlMxXGMjR.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:067fed75e8368c25efac37106f569855158bdd3a399cd659ca81de15fe90ffa4 +size 88693 diff --git a/ElbowLat/images/train_159_jpg.rf.Whh5jN8Q41dvinWtTWXM.png b/ElbowLat/images/train_159_jpg.rf.Whh5jN8Q41dvinWtTWXM.png new file mode 100644 index 0000000000000000000000000000000000000000..d1b04e4c6f52379bf196523a6ca50d7364c4cd05 --- /dev/null +++ b/ElbowLat/images/train_159_jpg.rf.Whh5jN8Q41dvinWtTWXM.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c3426cafc2bef5f604bf11c03ca6d04298a5ace8b43973b310521546f4f2b68 +size 30546 diff --git a/ElbowLat/images/train_159_png.rf.a7zUlnahN6VO0MEKWDU0.png b/ElbowLat/images/train_159_png.rf.a7zUlnahN6VO0MEKWDU0.png new file mode 100644 index 0000000000000000000000000000000000000000..ed851fe52d6fcd26fb9d83f024f31fbd3b4f4cc3 --- /dev/null +++ b/ElbowLat/images/train_159_png.rf.a7zUlnahN6VO0MEKWDU0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49834da71af415582d531c643394b9d23cc76e85e987d3d4075bafeb64bd252b +size 79609 diff --git a/ElbowLat/images/train_160_jpg.rf.tQVbuYRYXqI1zYoOCcPW.png b/ElbowLat/images/train_160_jpg.rf.tQVbuYRYXqI1zYoOCcPW.png new file mode 100644 index 0000000000000000000000000000000000000000..61f368619c5765471901a20cb5ee67ae92edb80b --- /dev/null +++ b/ElbowLat/images/train_160_jpg.rf.tQVbuYRYXqI1zYoOCcPW.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be7690959ded51210a358ac69f4dff18b11129442a40bf09e2ced08162927d83 +size 46276 diff --git a/ElbowLat/images/train_160_png.rf.RPjForqirfuTcCPm8xTR.png b/ElbowLat/images/train_160_png.rf.RPjForqirfuTcCPm8xTR.png new file mode 100644 index 0000000000000000000000000000000000000000..17d1e5a65263beab12caa95b2da6d9226d39e814 --- /dev/null +++ b/ElbowLat/images/train_160_png.rf.RPjForqirfuTcCPm8xTR.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10ec9c6386faae5a0e9b875b662a2d358771e0142e985d536d5c499ed1a8cd88 +size 79174 diff --git a/ElbowLat/images/train_161_jpg.rf.hB60pEZffVVunWpB4Rtk.png b/ElbowLat/images/train_161_jpg.rf.hB60pEZffVVunWpB4Rtk.png new file mode 100644 index 0000000000000000000000000000000000000000..1008dfff8076d876e45f80ccd3342fc557e12cfc --- /dev/null +++ b/ElbowLat/images/train_161_jpg.rf.hB60pEZffVVunWpB4Rtk.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7e9ab5deaccb0cdc674ea986afc1d3b0e37a2b8e2a1a982ce8a37295c281292 +size 29589 diff --git a/ElbowLat/images/train_161_png.rf.YoYjJ8sUkcHphmWivgHy.png b/ElbowLat/images/train_161_png.rf.YoYjJ8sUkcHphmWivgHy.png new file mode 100644 index 0000000000000000000000000000000000000000..1dba4e8b9125aa41701d455be2558f298340013a --- /dev/null +++ b/ElbowLat/images/train_161_png.rf.YoYjJ8sUkcHphmWivgHy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:079c733d7e15e13b551534882d65de7a96470c887920e1933287a8cdaf878513 +size 84958 diff --git a/ElbowLat/images/train_162_jpg.rf.r11ttm1GKylN1296NEJV.png b/ElbowLat/images/train_162_jpg.rf.r11ttm1GKylN1296NEJV.png new file mode 100644 index 0000000000000000000000000000000000000000..014d5069fb9219725684d15486f0d00deea3e571 --- /dev/null +++ b/ElbowLat/images/train_162_jpg.rf.r11ttm1GKylN1296NEJV.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ef06133c5d7f42394edd3028eafea85bb66111de34026babc9476a69e98c58b +size 68141 diff --git a/ElbowLat/images/train_162_png.rf.fmdsN1d4Lo7cHr94n1uc.png b/ElbowLat/images/train_162_png.rf.fmdsN1d4Lo7cHr94n1uc.png new file mode 100644 index 0000000000000000000000000000000000000000..80d9a5d13f5bf7f1339589174390d9e12c88ccda --- /dev/null +++ b/ElbowLat/images/train_162_png.rf.fmdsN1d4Lo7cHr94n1uc.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3be3ea37c172b05bb3229b2972032bd4a248961fa9680ac951cb3b9eac2ca339 +size 93780 diff --git a/ElbowLat/images/train_163_jpg.rf.54DGgfmoyoFarW6TqaWP.png b/ElbowLat/images/train_163_jpg.rf.54DGgfmoyoFarW6TqaWP.png new file mode 100644 index 0000000000000000000000000000000000000000..58789f8b189586fa8fc87ff8aefe12bbfbd24c2f --- /dev/null +++ b/ElbowLat/images/train_163_jpg.rf.54DGgfmoyoFarW6TqaWP.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e2f573f91afb28cf1efdfe2bc58dcee49c2e0bdfbfe44c146512cd13d4514eb +size 20998 diff --git a/ElbowLat/images/train_165_png.rf.xX5Vdt9Uu7LZs6WMtgg2.png b/ElbowLat/images/train_165_png.rf.xX5Vdt9Uu7LZs6WMtgg2.png new file mode 100644 index 0000000000000000000000000000000000000000..57b1b0351b65359a93fa8f6581131ff5efadcc7e --- /dev/null +++ b/ElbowLat/images/train_165_png.rf.xX5Vdt9Uu7LZs6WMtgg2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:447c7342cead2eb1eaf9778ed292af07c2bee2b9317dc3eb321c50f8cf4dda6f +size 78857 diff --git a/ElbowLat/images/train_166_jpg.rf.Qk0dLgIHDVmmk0G7bHC5.png b/ElbowLat/images/train_166_jpg.rf.Qk0dLgIHDVmmk0G7bHC5.png new file mode 100644 index 0000000000000000000000000000000000000000..25b564c0c6bbd626ad7a9fcd5daea6a414a56a66 --- /dev/null +++ b/ElbowLat/images/train_166_jpg.rf.Qk0dLgIHDVmmk0G7bHC5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8251e6314896fa56910c5a71a59f1ca465ac7d60756901a333f2b11798d74e5 +size 45850 diff --git a/ElbowLat/images/train_166_png.rf.gvkry2NPsj87q08AhRV0.png b/ElbowLat/images/train_166_png.rf.gvkry2NPsj87q08AhRV0.png new file mode 100644 index 0000000000000000000000000000000000000000..adbad185d5ae92d36ba2aa0b81d0024be565e85c --- /dev/null +++ b/ElbowLat/images/train_166_png.rf.gvkry2NPsj87q08AhRV0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd73f757eb21f82f7898371c27ddac2578ffa13ba4ef823e86cd2203b66e7fc7 +size 70825 diff --git a/ElbowLat/images/train_167_jpg.rf.UBtchX9OM8ViZOcl0FFp.png b/ElbowLat/images/train_167_jpg.rf.UBtchX9OM8ViZOcl0FFp.png new file mode 100644 index 0000000000000000000000000000000000000000..1bd04defed5d78f405f633561f84a264455186f5 --- /dev/null +++ b/ElbowLat/images/train_167_jpg.rf.UBtchX9OM8ViZOcl0FFp.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1455ba1bdba16c06f37827fa10f1f393cc68c159913e407047268a4df41c82cd +size 33505 diff --git a/ElbowLat/images/train_167_png.rf.hrrR7ZLilwCRQhyUsYby.png b/ElbowLat/images/train_167_png.rf.hrrR7ZLilwCRQhyUsYby.png new file mode 100644 index 0000000000000000000000000000000000000000..8a9d79e9a38ee8746b48bb00a803fa371df1e395 --- /dev/null +++ b/ElbowLat/images/train_167_png.rf.hrrR7ZLilwCRQhyUsYby.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdf59709e7523d0c45c84624583b18c500c2b962ace4a87aa74aaec4f07f1572 +size 64715 diff --git a/ElbowLat/images/train_168_jpg.rf.iWwY1ojFKlbeixs387tL.png b/ElbowLat/images/train_168_jpg.rf.iWwY1ojFKlbeixs387tL.png new file mode 100644 index 0000000000000000000000000000000000000000..23599897b9fb6b7faa814bda909f8c47df7436b6 --- /dev/null +++ b/ElbowLat/images/train_168_jpg.rf.iWwY1ojFKlbeixs387tL.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:735aa91c070f8b975250aa6d98c6e272393c3d0a7c4029b832df2321d9ab122a +size 30881 diff --git a/ElbowLat/images/train_168_png.rf.QVquDErso6Y7b21P0hXU.png b/ElbowLat/images/train_168_png.rf.QVquDErso6Y7b21P0hXU.png new file mode 100644 index 0000000000000000000000000000000000000000..f6f3f76549d1ea52ed13932f763cbf4fc79e3fae --- /dev/null +++ b/ElbowLat/images/train_168_png.rf.QVquDErso6Y7b21P0hXU.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f51c8b7d8bb40bae9f163a8ffbed4d2ec9cf60fd49d477f9ec2333d9183dea1c +size 64610 diff --git a/ElbowLat/images/train_169_jpg.rf.yS6gApsVSpsK70FqkizP.png b/ElbowLat/images/train_169_jpg.rf.yS6gApsVSpsK70FqkizP.png new file mode 100644 index 0000000000000000000000000000000000000000..1fdb4cb5cc7ace529cdaf8f444527f741edbc748 --- /dev/null +++ b/ElbowLat/images/train_169_jpg.rf.yS6gApsVSpsK70FqkizP.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fd7f45f5e0b505935faec967610c99563596bc268929d3a2bab04ac2d9158a0 +size 31235 diff --git a/ElbowLat/images/train_169_png.rf.wz277mIgQegc3qtSX61Q.png b/ElbowLat/images/train_169_png.rf.wz277mIgQegc3qtSX61Q.png new file mode 100644 index 0000000000000000000000000000000000000000..be1068b59ccd8b4fa4d13913c535b20584f7c151 --- /dev/null +++ b/ElbowLat/images/train_169_png.rf.wz277mIgQegc3qtSX61Q.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e1f84a14d5ca180daf16deef98e1bef995789dec435bf573708ef31f9fca96e +size 84507 diff --git a/ElbowLat/images/train_16_jpg.rf.sfVX5TGoIliGWUIePffd.png b/ElbowLat/images/train_16_jpg.rf.sfVX5TGoIliGWUIePffd.png new file mode 100644 index 0000000000000000000000000000000000000000..44d9fcb262042172e15c94586f845293ebaafb46 --- /dev/null +++ b/ElbowLat/images/train_16_jpg.rf.sfVX5TGoIliGWUIePffd.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b41a8599a8357915c7374773367278ea548afc6e823cd24966a9576f43b189e +size 58114 diff --git a/ElbowLat/images/train_16_png.rf.BihNKtG2vg8ky2sUz84W.png b/ElbowLat/images/train_16_png.rf.BihNKtG2vg8ky2sUz84W.png new file mode 100644 index 0000000000000000000000000000000000000000..75a332890de27c8187b9a94e5c35bc5fdfdb128f --- /dev/null +++ b/ElbowLat/images/train_16_png.rf.BihNKtG2vg8ky2sUz84W.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a0099ea751c9fcdd85c03175a755bef902cac0db897b17b5c5d688734b421f6 +size 55478 diff --git a/ElbowLat/images/train_170_jpg.rf.A6lsdJu9EY0KsSPDfBGl.png b/ElbowLat/images/train_170_jpg.rf.A6lsdJu9EY0KsSPDfBGl.png new file mode 100644 index 0000000000000000000000000000000000000000..b3dc53f23a973fe6bf8116765724e2665a2c632e --- /dev/null +++ b/ElbowLat/images/train_170_jpg.rf.A6lsdJu9EY0KsSPDfBGl.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64e6f4ef1e672e9041ecaa69416d5dac94634bbdd8a35eff24d8dd71602c1940 +size 29309 diff --git a/ElbowLat/images/train_170_png.rf.FxKAPa09snlYPhi1I4Iz.png b/ElbowLat/images/train_170_png.rf.FxKAPa09snlYPhi1I4Iz.png new file mode 100644 index 0000000000000000000000000000000000000000..912b02eb9ea768fed665831551c7ac82990c014b --- /dev/null +++ b/ElbowLat/images/train_170_png.rf.FxKAPa09snlYPhi1I4Iz.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c637504f8d13d28bcd416fa4e9db50edb2c88ca5fbd3c5d7a651cf0d5c0a443 +size 99608 diff --git a/ElbowLat/images/train_171_jpg.rf.S2ChsHZJLaUlRpyq6ZPI.png b/ElbowLat/images/train_171_jpg.rf.S2ChsHZJLaUlRpyq6ZPI.png new file mode 100644 index 0000000000000000000000000000000000000000..31db70d98a478c9ba27b7b2a8f80368ea655f6ea --- /dev/null +++ b/ElbowLat/images/train_171_jpg.rf.S2ChsHZJLaUlRpyq6ZPI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb0566d7eb5254d4d8dcc0b2f1dd1facd7afa15bfbcee5666158eb0ffa683ff2 +size 85124 diff --git a/ElbowLat/images/train_171_png.rf.AXYhRD0BkIJPqRvw8P9g.png b/ElbowLat/images/train_171_png.rf.AXYhRD0BkIJPqRvw8P9g.png new file mode 100644 index 0000000000000000000000000000000000000000..4a0e2bba2579d41224ce61bab2d49f632333cf3f --- /dev/null +++ b/ElbowLat/images/train_171_png.rf.AXYhRD0BkIJPqRvw8P9g.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:390502135057cea027466435dcfccfa8371eb101c90b7315dd2186e5003dffe6 +size 89278 diff --git a/ElbowLat/images/train_172_jpg.rf.EUkB6LIGxBRB96vcz9rF.png b/ElbowLat/images/train_172_jpg.rf.EUkB6LIGxBRB96vcz9rF.png new file mode 100644 index 0000000000000000000000000000000000000000..e4ab672d7b277fe0a546299e7cb2453d8a4eee7c --- /dev/null +++ b/ElbowLat/images/train_172_jpg.rf.EUkB6LIGxBRB96vcz9rF.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1b37217fbff5978434eecce50bef436d6cb4e0e62e0e584aec39189fb102c2d +size 31420 diff --git a/ElbowLat/images/train_174_jpg.rf.zhBJRudvxNbv6sp4pfhL.png b/ElbowLat/images/train_174_jpg.rf.zhBJRudvxNbv6sp4pfhL.png new file mode 100644 index 0000000000000000000000000000000000000000..f57dad7758a95fb748dc3d7c71158e911f977131 --- /dev/null +++ b/ElbowLat/images/train_174_jpg.rf.zhBJRudvxNbv6sp4pfhL.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0681d3e12f36af8fd09d659dd704284801993c705c5f32884f2e19ed1751cff +size 36994 diff --git a/ElbowLat/images/train_174_png.rf.W34reKdMGIuNG8pJG1Jj.png b/ElbowLat/images/train_174_png.rf.W34reKdMGIuNG8pJG1Jj.png new file mode 100644 index 0000000000000000000000000000000000000000..d1dcc4dce0b0e1c8613eb7f38ae6437755c80d1d --- /dev/null +++ b/ElbowLat/images/train_174_png.rf.W34reKdMGIuNG8pJG1Jj.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a89719b2c9954a2ba9f6322d49cc41792af035c5e0fbc87fc6456cf58a5b0146 +size 72235 diff --git a/ElbowLat/images/train_176_jpg.rf.UtVrKz7zNk5GwsCq9Fs4.png b/ElbowLat/images/train_176_jpg.rf.UtVrKz7zNk5GwsCq9Fs4.png new file mode 100644 index 0000000000000000000000000000000000000000..75d3cd327ae66fd266ad5268f446fde5899c353e --- /dev/null +++ b/ElbowLat/images/train_176_jpg.rf.UtVrKz7zNk5GwsCq9Fs4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deff51d3a9f837f3acda11c1465bb0938e74c851775c0ab1ba0ea79781d21e87 +size 26831 diff --git a/ElbowLat/images/train_176_png.rf.m57H6EYv1j42ovm220oC.png b/ElbowLat/images/train_176_png.rf.m57H6EYv1j42ovm220oC.png new file mode 100644 index 0000000000000000000000000000000000000000..e37236aa5a31ed07e2642012779a8c8b78940487 --- /dev/null +++ b/ElbowLat/images/train_176_png.rf.m57H6EYv1j42ovm220oC.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c6277eeea7272689d87dcc3da37eb775a29008f84280b9fc5b8a7eb231c47d5 +size 92605 diff --git a/ElbowLat/images/train_178_jpg.rf.EbDhCSscFNARWzcBqof3.png b/ElbowLat/images/train_178_jpg.rf.EbDhCSscFNARWzcBqof3.png new file mode 100644 index 0000000000000000000000000000000000000000..0219e2367ce89ae9455e9485976e233bca5cd7f3 --- /dev/null +++ b/ElbowLat/images/train_178_jpg.rf.EbDhCSscFNARWzcBqof3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec3f34459a1e9ce0e41a1c27bf26b453e11e4233da192137644a7e4ef53e1d57 +size 27190 diff --git a/ElbowLat/images/train_178_png.rf.VMIrqgh4QpyMN5lB11ct.png b/ElbowLat/images/train_178_png.rf.VMIrqgh4QpyMN5lB11ct.png new file mode 100644 index 0000000000000000000000000000000000000000..63d1428dd036664f8420787fff75af09919ebc77 --- /dev/null +++ b/ElbowLat/images/train_178_png.rf.VMIrqgh4QpyMN5lB11ct.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a50f089c965a874f3f209202558c0ea8503a7cd6428208d6be37a8ed5079966 +size 75650 diff --git a/ElbowLat/images/train_17_jpg.rf.sOpi36wZ3Z5iDWLCGLcY.png b/ElbowLat/images/train_17_jpg.rf.sOpi36wZ3Z5iDWLCGLcY.png new file mode 100644 index 0000000000000000000000000000000000000000..30ea547e2815dfe0be44b6e9af6e94750bc49bac --- /dev/null +++ b/ElbowLat/images/train_17_jpg.rf.sOpi36wZ3Z5iDWLCGLcY.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3a1127d4c82f6af34947d329fcaf8c6823716f0009c948f8a4edc93f5323235 +size 66814 diff --git a/ElbowLat/images/train_17_png.rf.zCwlUw0FHlNENmwxBkRe.png b/ElbowLat/images/train_17_png.rf.zCwlUw0FHlNENmwxBkRe.png new file mode 100644 index 0000000000000000000000000000000000000000..f3b2884357f66f12b856c916bc0951443145771e --- /dev/null +++ b/ElbowLat/images/train_17_png.rf.zCwlUw0FHlNENmwxBkRe.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32041d12143969434aa7a8963d24c29a89a6a35a642ff07603c7df50aaa0019b +size 40913 diff --git a/ElbowLat/images/train_180_jpg.rf.T5pQWfBEYwiHzsOgaaPp.png b/ElbowLat/images/train_180_jpg.rf.T5pQWfBEYwiHzsOgaaPp.png new file mode 100644 index 0000000000000000000000000000000000000000..37bc3034b19fd645a6cf6b1acfa0cb067d98d6c2 --- /dev/null +++ b/ElbowLat/images/train_180_jpg.rf.T5pQWfBEYwiHzsOgaaPp.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aece9ffc3a38e30fa795e55c8a47ff8f5b30a4b602d6b40c5a8ec2460f4378d6 +size 41894 diff --git a/ElbowLat/images/train_180_png.rf.qlVCos2fsGQDUly1oEZ9.png b/ElbowLat/images/train_180_png.rf.qlVCos2fsGQDUly1oEZ9.png new file mode 100644 index 0000000000000000000000000000000000000000..6f560c4d03092d8939c7238274194e29cb821a4b --- /dev/null +++ b/ElbowLat/images/train_180_png.rf.qlVCos2fsGQDUly1oEZ9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a91c903884960cc628435b002a1bc3223be370563a005c0e8e72118a701962d +size 95380 diff --git a/ElbowLat/images/train_181_jpg.rf.8ryYqgUbtjHHFZry8Yce.png b/ElbowLat/images/train_181_jpg.rf.8ryYqgUbtjHHFZry8Yce.png new file mode 100644 index 0000000000000000000000000000000000000000..eafcbf46ed53715c25ef304f6e745408c4bf1d40 --- /dev/null +++ b/ElbowLat/images/train_181_jpg.rf.8ryYqgUbtjHHFZry8Yce.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ad0e1a48a001c4fea62cf6b1994d420e0436a4bf224ba3afb92f41568f4f9b6 +size 33891 diff --git a/ElbowLat/images/train_183_jpg.rf.bUmfYUJkBilYwAOCjtKH.png b/ElbowLat/images/train_183_jpg.rf.bUmfYUJkBilYwAOCjtKH.png new file mode 100644 index 0000000000000000000000000000000000000000..12d5aa93e6d80b0932102d32ea6a4650910c6021 --- /dev/null +++ b/ElbowLat/images/train_183_jpg.rf.bUmfYUJkBilYwAOCjtKH.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0096f54e2122a9600e1a0c39049fc8dec40cf90d5a3ea713982007b398bc9aeb +size 46172 diff --git a/ElbowLat/images/train_183_png.rf.zmrX1TZuQsZiBrIrrCK6.png b/ElbowLat/images/train_183_png.rf.zmrX1TZuQsZiBrIrrCK6.png new file mode 100644 index 0000000000000000000000000000000000000000..a1a5029dc44e8baedd43385cc17bc7e36b90aeff --- /dev/null +++ b/ElbowLat/images/train_183_png.rf.zmrX1TZuQsZiBrIrrCK6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45e76630d9db3ecbf149a3dbcfa046b0fe931de755abfe53b4d8f20e344255d0 +size 81883 diff --git a/ElbowLat/images/train_184_jpg.rf.EyuJSU5kjLDZYku3mk0Y.png b/ElbowLat/images/train_184_jpg.rf.EyuJSU5kjLDZYku3mk0Y.png new file mode 100644 index 0000000000000000000000000000000000000000..c335bfe666bbd439224e80ee9e28f8816787f910 --- /dev/null +++ b/ElbowLat/images/train_184_jpg.rf.EyuJSU5kjLDZYku3mk0Y.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09d877ff4278ac90929d26f3c0d8d5aae82497f02ba24d67a12bc7f26a57567c +size 37112 diff --git a/ElbowLat/images/train_184_png.rf.d2ExV8OfpnVBOEm9x3jq.png b/ElbowLat/images/train_184_png.rf.d2ExV8OfpnVBOEm9x3jq.png new file mode 100644 index 0000000000000000000000000000000000000000..c57890f7a9ab40c2cdd4fff890ab8e0204581054 --- /dev/null +++ b/ElbowLat/images/train_184_png.rf.d2ExV8OfpnVBOEm9x3jq.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3245ceced4d61b905bcc6b346f4d524c7a11869787a267f8db0385d0cc745a6 +size 83464 diff --git a/ElbowLat/images/train_185_jpg.rf.2ypuZqg6gPpyqFaj4j7K.png b/ElbowLat/images/train_185_jpg.rf.2ypuZqg6gPpyqFaj4j7K.png new file mode 100644 index 0000000000000000000000000000000000000000..95c49e779d10444ffa25645b5052e47a3d078eb1 --- /dev/null +++ b/ElbowLat/images/train_185_jpg.rf.2ypuZqg6gPpyqFaj4j7K.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a452d10b2d70c024adf3988ba0f0f581cb251343d5f34cef24f2d5683dc9adb4 +size 52629 diff --git a/ElbowLat/images/train_185_png.rf.M88Zuv2P2bXZ8zFJOglu.png b/ElbowLat/images/train_185_png.rf.M88Zuv2P2bXZ8zFJOglu.png new file mode 100644 index 0000000000000000000000000000000000000000..424ca775b521b10307c09f7034d461b6b82fd882 --- /dev/null +++ b/ElbowLat/images/train_185_png.rf.M88Zuv2P2bXZ8zFJOglu.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad603f387823c7aa77e91d268c8820b2efe5f3195ff85aee5350c83d3364be1d +size 68326 diff --git a/ElbowLat/images/train_186_jpg.rf.GWPrjc6SKmoOE0p1GLBh.png b/ElbowLat/images/train_186_jpg.rf.GWPrjc6SKmoOE0p1GLBh.png new file mode 100644 index 0000000000000000000000000000000000000000..dd241bdb99dceebfa6282d3eda4f4ced356819f0 --- /dev/null +++ b/ElbowLat/images/train_186_jpg.rf.GWPrjc6SKmoOE0p1GLBh.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e063d97a59bfc072beefc5cdb8c33e9ac90bd8db7ee4946882ee084a6908f7e1 +size 26299 diff --git a/ElbowLat/images/train_186_png.rf.cNLHpxMFbbYUB01K1RBC.png b/ElbowLat/images/train_186_png.rf.cNLHpxMFbbYUB01K1RBC.png new file mode 100644 index 0000000000000000000000000000000000000000..b41b74ed97dda817f89f37680aee1b2f0aa58fa9 --- /dev/null +++ b/ElbowLat/images/train_186_png.rf.cNLHpxMFbbYUB01K1RBC.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8430c76eeb390d88414252ba60ac3c08882f98ab8eb71f10ebdfcb12991e5225 +size 74218 diff --git a/ElbowLat/images/train_187_jpg.rf.YSjAOludLwlv6SkWIyN9.png b/ElbowLat/images/train_187_jpg.rf.YSjAOludLwlv6SkWIyN9.png new file mode 100644 index 0000000000000000000000000000000000000000..21610d9bac06590a6ddba367570234c33f21acbc --- /dev/null +++ b/ElbowLat/images/train_187_jpg.rf.YSjAOludLwlv6SkWIyN9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e88400138b2ea66361bdedf3d4ef4111d9a0d761904de95f97f3c89ba361dc89 +size 32337 diff --git a/ElbowLat/images/train_187_png.rf.U2AvndfQPfeR0YM3Osyn.png b/ElbowLat/images/train_187_png.rf.U2AvndfQPfeR0YM3Osyn.png new file mode 100644 index 0000000000000000000000000000000000000000..1b498851e8d213fd47d483f16561463c4a52e92f --- /dev/null +++ b/ElbowLat/images/train_187_png.rf.U2AvndfQPfeR0YM3Osyn.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d52bd8c6c6b2482411471fd3685f37f6f126c9376b141e0af6c1a2efca0379d +size 78008 diff --git a/ElbowLat/images/train_188_jpg.rf.N3Nsu3XGflYTCQlA8gK6.png b/ElbowLat/images/train_188_jpg.rf.N3Nsu3XGflYTCQlA8gK6.png new file mode 100644 index 0000000000000000000000000000000000000000..1a7c40c974f565d3885e503b90dd6a0c6a1d9aba --- /dev/null +++ b/ElbowLat/images/train_188_jpg.rf.N3Nsu3XGflYTCQlA8gK6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d56fbb254e88993791472baf8a9c190d787baae8da84da8ca454e45b35c2a819 +size 39700 diff --git a/ElbowLat/images/train_188_png.rf.1fi7poM5R0cu2GyJ8975.png b/ElbowLat/images/train_188_png.rf.1fi7poM5R0cu2GyJ8975.png new file mode 100644 index 0000000000000000000000000000000000000000..65361407bb8c5f417ebf4fc8a716e95d3f735222 --- /dev/null +++ b/ElbowLat/images/train_188_png.rf.1fi7poM5R0cu2GyJ8975.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3d6fbbb675297d97b45cfd7359402aead48bb0d2b7fac60f36d42f8afebff33 +size 88339 diff --git a/ElbowLat/images/train_189_jpg.rf.cpCWP1Drik50OCU32UI8.png b/ElbowLat/images/train_189_jpg.rf.cpCWP1Drik50OCU32UI8.png new file mode 100644 index 0000000000000000000000000000000000000000..4dd84869cd265a690c6a2a061bad36b8ee1d3d9f --- /dev/null +++ b/ElbowLat/images/train_189_jpg.rf.cpCWP1Drik50OCU32UI8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b1bf43ebbd4e1e8e2adff91712112337df9c2d0815b76f0a27a18c6e7427c53 +size 18077 diff --git a/ElbowLat/images/train_189_png.rf.u6Xy4F2pvSCD3ob9IAT5.png b/ElbowLat/images/train_189_png.rf.u6Xy4F2pvSCD3ob9IAT5.png new file mode 100644 index 0000000000000000000000000000000000000000..b5f0fdec5df00b23b50b007c2a48589c572701ed --- /dev/null +++ b/ElbowLat/images/train_189_png.rf.u6Xy4F2pvSCD3ob9IAT5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:627b3d898408d146980a7f7a9d34a85a4ded6dd583178df26b93f95519385b95 +size 65948 diff --git a/ElbowLat/images/train_18_jpg.rf.ckr996tsaBoFOLYacCgx.png b/ElbowLat/images/train_18_jpg.rf.ckr996tsaBoFOLYacCgx.png new file mode 100644 index 0000000000000000000000000000000000000000..fa1f95db7bbd8dda4ef67c63a93b0cf1461fddfa --- /dev/null +++ b/ElbowLat/images/train_18_jpg.rf.ckr996tsaBoFOLYacCgx.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e57db48e407fcad8c5c4c25e622f3101537ebeb522fbf7a4c5af0e1acf99657a +size 34461 diff --git a/ElbowLat/images/train_18_png.rf.9gHNm0iq5icymaa5ZEa5.png b/ElbowLat/images/train_18_png.rf.9gHNm0iq5icymaa5ZEa5.png new file mode 100644 index 0000000000000000000000000000000000000000..939a04b1259420d815bddd614a0f9c95ed176337 --- /dev/null +++ b/ElbowLat/images/train_18_png.rf.9gHNm0iq5icymaa5ZEa5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:232b7122d34ab35992be2f8e3d38fe6ca88b75b2971ff6b5102222b1662bc846 +size 46425 diff --git a/ElbowLat/images/train_190_jpg.rf.6iiZYh9v6Q8dllKBqI7j.png b/ElbowLat/images/train_190_jpg.rf.6iiZYh9v6Q8dllKBqI7j.png new file mode 100644 index 0000000000000000000000000000000000000000..2b7e09eb4ff92d607906168f28c106090a53c48b --- /dev/null +++ b/ElbowLat/images/train_190_jpg.rf.6iiZYh9v6Q8dllKBqI7j.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35a0ec77150bc58f373b7ec2907b0afb53a66237c551c126b307f19d86c60bff +size 24036 diff --git a/ElbowLat/images/train_190_png.rf.pjQwbzHJE9F4K6Mk1esz.png b/ElbowLat/images/train_190_png.rf.pjQwbzHJE9F4K6Mk1esz.png new file mode 100644 index 0000000000000000000000000000000000000000..395d0451cef0e301f3224613def48351ee874bb8 --- /dev/null +++ b/ElbowLat/images/train_190_png.rf.pjQwbzHJE9F4K6Mk1esz.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ec2c56763d42fff9661fc94747a937cb7ec726c1730dd85b1b0c92c504cdc9e +size 93157 diff --git a/ElbowLat/images/train_192_jpg.rf.IVKMotd5E9J1mVboUlx0.png b/ElbowLat/images/train_192_jpg.rf.IVKMotd5E9J1mVboUlx0.png new file mode 100644 index 0000000000000000000000000000000000000000..9d72ce3bbc79732dbec6a4ce5e4dbd21f5a108d9 --- /dev/null +++ b/ElbowLat/images/train_192_jpg.rf.IVKMotd5E9J1mVboUlx0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:898b5dfa84085dbe0e6f63af0ceb95d2d2655f5686938dc972303dd7c936f9da +size 19205 diff --git a/ElbowLat/images/train_192_png.rf.fxurz1PRZGt70Oy4XlY7.png b/ElbowLat/images/train_192_png.rf.fxurz1PRZGt70Oy4XlY7.png new file mode 100644 index 0000000000000000000000000000000000000000..8dbce666e09425cb5e67d8daeee06fe148bee279 --- /dev/null +++ b/ElbowLat/images/train_192_png.rf.fxurz1PRZGt70Oy4XlY7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:872e01518c8ea6e6c1ec8e676d7f698007d520323e70bd649aceaf2e25c4f844 +size 88641 diff --git a/ElbowLat/images/train_193_jpg.rf.xxPVbLWzsGiK6dtNWLOm.png b/ElbowLat/images/train_193_jpg.rf.xxPVbLWzsGiK6dtNWLOm.png new file mode 100644 index 0000000000000000000000000000000000000000..d7ab22b5a1fedf23263591c904c9f6b12f9ae1dd --- /dev/null +++ b/ElbowLat/images/train_193_jpg.rf.xxPVbLWzsGiK6dtNWLOm.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c819df4e6f05814b6949ef91a7ad22ec4a6e6d95d0966dc07deae7e16ddaf02e +size 30855 diff --git a/ElbowLat/images/train_193_png.rf.gNZJ1ka5FaILJ5LBVjUY.png b/ElbowLat/images/train_193_png.rf.gNZJ1ka5FaILJ5LBVjUY.png new file mode 100644 index 0000000000000000000000000000000000000000..81d9bca8a81c0dd3cf4c62dd2f85471566a44460 --- /dev/null +++ b/ElbowLat/images/train_193_png.rf.gNZJ1ka5FaILJ5LBVjUY.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5246bb4e16386128280400e74980fdc34ca21c4d046c1e1c64a8fc232f8819f1 +size 81826 diff --git a/ElbowLat/images/train_195_jpg.rf.uGCtEc8Vnlbq7SH5FZFm.png b/ElbowLat/images/train_195_jpg.rf.uGCtEc8Vnlbq7SH5FZFm.png new file mode 100644 index 0000000000000000000000000000000000000000..06124f9db82a9463cba4a6fd0af902ddf27cc632 --- /dev/null +++ b/ElbowLat/images/train_195_jpg.rf.uGCtEc8Vnlbq7SH5FZFm.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7502474fa9c13859e779f2eefb7d90198fc28f41879c4d367eaaf24eb9fb4a1 +size 20347 diff --git a/ElbowLat/images/train_195_png.rf.pDJNTJ1MxnyBud7KmCxZ.png b/ElbowLat/images/train_195_png.rf.pDJNTJ1MxnyBud7KmCxZ.png new file mode 100644 index 0000000000000000000000000000000000000000..a6dc12ffe525a5638fad512ec6578f5c6c79254b --- /dev/null +++ b/ElbowLat/images/train_195_png.rf.pDJNTJ1MxnyBud7KmCxZ.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5af9b79e82cc21e0859ed593900a162066203710d0d087e236f86d85a4a6dab +size 73293 diff --git a/ElbowLat/images/train_197_jpg.rf.LFkiYLeRfVky5scpZFp4.png b/ElbowLat/images/train_197_jpg.rf.LFkiYLeRfVky5scpZFp4.png new file mode 100644 index 0000000000000000000000000000000000000000..0ccee26b337b27aad0abcaffd689e506ecbcee98 --- /dev/null +++ b/ElbowLat/images/train_197_jpg.rf.LFkiYLeRfVky5scpZFp4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36135c73bfe65f33ab5b6144755bb8c06c6d8a25a8d54730f2dad69c348bec01 +size 26165 diff --git a/ElbowLat/images/train_199_jpg.rf.8JTgo4LgVA68c0pSfiKy.png b/ElbowLat/images/train_199_jpg.rf.8JTgo4LgVA68c0pSfiKy.png new file mode 100644 index 0000000000000000000000000000000000000000..43ccfffd818a3180e3736e479465a7c7dce718fe --- /dev/null +++ b/ElbowLat/images/train_199_jpg.rf.8JTgo4LgVA68c0pSfiKy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6baf7a01ef4eb31367b024464e01758dfdb95617c54016b523964e7ba3feee4 +size 34624 diff --git a/ElbowLat/images/train_199_png.rf.SnIOkeLwi0Kojv4CIeQh.png b/ElbowLat/images/train_199_png.rf.SnIOkeLwi0Kojv4CIeQh.png new file mode 100644 index 0000000000000000000000000000000000000000..c5fa99978736977ac09853d7aa5c53e81162b6d9 --- /dev/null +++ b/ElbowLat/images/train_199_png.rf.SnIOkeLwi0Kojv4CIeQh.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:127c79fe68379dec8ae1c3154fc0a97336dfb6a3a21e943a416c10190b237f57 +size 88586 diff --git a/ElbowLat/images/train_19_jpg.rf.0zYhwa8DGYH3gEUlKA2n.png b/ElbowLat/images/train_19_jpg.rf.0zYhwa8DGYH3gEUlKA2n.png new file mode 100644 index 0000000000000000000000000000000000000000..b4494c545b3c53e75079cd77077e9c195a383de3 --- /dev/null +++ b/ElbowLat/images/train_19_jpg.rf.0zYhwa8DGYH3gEUlKA2n.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d51fc53bbd708056d762fd5a3eba82a702ca6f8b3e3307b1f5a90348d95ac52 +size 71799 diff --git a/ElbowLat/images/train_19_png.rf.lpiEViurQquEfumyuBYp.png b/ElbowLat/images/train_19_png.rf.lpiEViurQquEfumyuBYp.png new file mode 100644 index 0000000000000000000000000000000000000000..c8287bc48bfab4ed095755b60a7dc9cc34bcfa6d --- /dev/null +++ b/ElbowLat/images/train_19_png.rf.lpiEViurQquEfumyuBYp.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96fb8de1fc8313e994722080cd14954f6a60c58320fb02b38df2335fd1a29a93 +size 72846 diff --git a/ElbowLat/images/train_1_png.rf.BmIvsEWnf5dOBFq10HZy.png b/ElbowLat/images/train_1_png.rf.BmIvsEWnf5dOBFq10HZy.png new file mode 100644 index 0000000000000000000000000000000000000000..d002bacf2e1fc90f68b27d4c65d69add86aea0c8 --- /dev/null +++ b/ElbowLat/images/train_1_png.rf.BmIvsEWnf5dOBFq10HZy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d88975107e3bf510aa3e84876ae2ad9b1c8aaa689976daefe0faff3c9d44cec8 +size 40876 diff --git a/ElbowLat/images/train_200_jpg.rf.5F7kQBoZC71iNNFzQp0F.png b/ElbowLat/images/train_200_jpg.rf.5F7kQBoZC71iNNFzQp0F.png new file mode 100644 index 0000000000000000000000000000000000000000..804cd709ef2f6fcfda8bde0879ceda5738b15757 --- /dev/null +++ b/ElbowLat/images/train_200_jpg.rf.5F7kQBoZC71iNNFzQp0F.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02a622d9b3c7af87dd8cd4bc09e1415990d5c195b356778b56f700d642ac5613 +size 31130 diff --git a/ElbowLat/images/train_200_png.rf.CojKavTmyiiacajvM1Nk.png b/ElbowLat/images/train_200_png.rf.CojKavTmyiiacajvM1Nk.png new file mode 100644 index 0000000000000000000000000000000000000000..dd910c526e6b121e76d1be4c8324a84f70584106 --- /dev/null +++ b/ElbowLat/images/train_200_png.rf.CojKavTmyiiacajvM1Nk.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a6f8a4345dbdfec9c783fce5cd0dde377c881db8a2dd5bfe02174f643876d23 +size 66397 diff --git a/ElbowLat/images/train_202_jpg.rf.ulVrn0OGfJseA4tuJUN3.png b/ElbowLat/images/train_202_jpg.rf.ulVrn0OGfJseA4tuJUN3.png new file mode 100644 index 0000000000000000000000000000000000000000..651b09578ace804784aa7b1b7710134aa8a01325 --- /dev/null +++ b/ElbowLat/images/train_202_jpg.rf.ulVrn0OGfJseA4tuJUN3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65875776cae16d461f19b43bf8a5923ea84b20229a7257495d374c42f0d03b8e +size 33415 diff --git a/ElbowLat/images/train_202_png.rf.rKH3RFjMxOR1iGbUQMqi.png b/ElbowLat/images/train_202_png.rf.rKH3RFjMxOR1iGbUQMqi.png new file mode 100644 index 0000000000000000000000000000000000000000..f1998a783346e4b8c369eaa2c526642763ffb94c --- /dev/null +++ b/ElbowLat/images/train_202_png.rf.rKH3RFjMxOR1iGbUQMqi.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aef29980600a239f418cc3252ebd1d78b1c0f9751c3c86695b6e0b882ec3d0c +size 79895 diff --git a/ElbowLat/images/train_204_jpg.rf.tWUHMHed4gWnh9KEaJVl.png b/ElbowLat/images/train_204_jpg.rf.tWUHMHed4gWnh9KEaJVl.png new file mode 100644 index 0000000000000000000000000000000000000000..2a12bd82db3b9a4e42aa538617c1631c15464760 --- /dev/null +++ b/ElbowLat/images/train_204_jpg.rf.tWUHMHed4gWnh9KEaJVl.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ec16d7903c3cc3f4be0c101fdf34b83e4682ef3aff432d2b5b8d30fcfaebc04 +size 27036 diff --git a/ElbowLat/images/train_204_png.rf.IFw7pinp8rGQ7qFWZKuO.png b/ElbowLat/images/train_204_png.rf.IFw7pinp8rGQ7qFWZKuO.png new file mode 100644 index 0000000000000000000000000000000000000000..5f734932c3cc69acccec8184290d7ebb6b0cb600 --- /dev/null +++ b/ElbowLat/images/train_204_png.rf.IFw7pinp8rGQ7qFWZKuO.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56a6aa077aef7228fb719fa504f635ff9819f03a1822d955a9aed53b72359ec3 +size 54771 diff --git a/ElbowLat/images/train_205_jpg.rf.YG8zl1AKIrZMvOxlymv8.png b/ElbowLat/images/train_205_jpg.rf.YG8zl1AKIrZMvOxlymv8.png new file mode 100644 index 0000000000000000000000000000000000000000..e1e5403650adf8c8e7ca571133696a1ff3fbd767 --- /dev/null +++ b/ElbowLat/images/train_205_jpg.rf.YG8zl1AKIrZMvOxlymv8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0242ce1f88dd3146e18889b86b8344840530bade60f2b2fc9dd7ebd3086db5c +size 68513 diff --git a/ElbowLat/images/train_205_png.rf.XwiMjZH4Owd1l2HkCsHX.png b/ElbowLat/images/train_205_png.rf.XwiMjZH4Owd1l2HkCsHX.png new file mode 100644 index 0000000000000000000000000000000000000000..bdc29cfb9144964b315cd773c3063816c32582cb --- /dev/null +++ b/ElbowLat/images/train_205_png.rf.XwiMjZH4Owd1l2HkCsHX.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95da617d71e5f425de5573610cb6b9bcf0d383990daa8b57c38747b0b7c21191 +size 85652 diff --git a/ElbowLat/images/train_208_png.rf.VBktcyfI7lG2YjekZCfa.png b/ElbowLat/images/train_208_png.rf.VBktcyfI7lG2YjekZCfa.png new file mode 100644 index 0000000000000000000000000000000000000000..89adeecf8302bd354424aa3f5345ad5bda51c6fa --- /dev/null +++ b/ElbowLat/images/train_208_png.rf.VBktcyfI7lG2YjekZCfa.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40f6b2ad408bad64ea94a96f3aaf2a3d808632b67c5a8c89be912deff620df7d +size 81081 diff --git a/ElbowLat/images/train_211_png.rf.at0sBa2jjr9BMK5L12OF.png b/ElbowLat/images/train_211_png.rf.at0sBa2jjr9BMK5L12OF.png new file mode 100644 index 0000000000000000000000000000000000000000..b39ae3962cbdd45542f81dfd6a77f06f0a96b6cb --- /dev/null +++ b/ElbowLat/images/train_211_png.rf.at0sBa2jjr9BMK5L12OF.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:235cd592604d283b80cdfcfc76ef664aa57ae305b71ba67601978cebbdfc3fc0 +size 77022 diff --git a/ElbowLat/images/train_212_jpg.rf.P5JfX5GUrlHlzbql3QCM.png b/ElbowLat/images/train_212_jpg.rf.P5JfX5GUrlHlzbql3QCM.png new file mode 100644 index 0000000000000000000000000000000000000000..c57019402a479bb99d8fb887f51e8761f800ec16 --- /dev/null +++ b/ElbowLat/images/train_212_jpg.rf.P5JfX5GUrlHlzbql3QCM.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc0b6c3f69e591d9dd869790fd44cc2a76fe947844dd191f5934709f1c87c207 +size 34879 diff --git a/ElbowLat/images/train_212_png.rf.o7r7m4fT4id8pPolpNsA.png b/ElbowLat/images/train_212_png.rf.o7r7m4fT4id8pPolpNsA.png new file mode 100644 index 0000000000000000000000000000000000000000..ec6e45563769b15ffd60ea9edf745aec34b2fd57 --- /dev/null +++ b/ElbowLat/images/train_212_png.rf.o7r7m4fT4id8pPolpNsA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca1f8fb9b7515a804cde514644b4e40b3760e9316846e390d604ddcf3b1f7cc6 +size 63133 diff --git a/ElbowLat/images/train_213_jpg.rf.NHj8FJgO3HDv6cpSwF8H.png b/ElbowLat/images/train_213_jpg.rf.NHj8FJgO3HDv6cpSwF8H.png new file mode 100644 index 0000000000000000000000000000000000000000..f157a4d53a960f91bfeb5ae478f4be4fe84b94e9 --- /dev/null +++ b/ElbowLat/images/train_213_jpg.rf.NHj8FJgO3HDv6cpSwF8H.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8099cf267f5be85e19bd721007d2432bc9c12d5f8de985beabae5910dd7e2a59 +size 30292 diff --git a/ElbowLat/images/train_213_png.rf.n2Q50q87QtSgPOxNvnBC.png b/ElbowLat/images/train_213_png.rf.n2Q50q87QtSgPOxNvnBC.png new file mode 100644 index 0000000000000000000000000000000000000000..d487776bc55d57dbaaa1ba5003980f55552bcc2a --- /dev/null +++ b/ElbowLat/images/train_213_png.rf.n2Q50q87QtSgPOxNvnBC.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b1061c016e0a0208f3c73a9fa8fb31f1748b665868e663d3817b0c1541f8c8d +size 79931 diff --git a/ElbowLat/images/train_214_png.rf.ghwpDHgXBkGsW23w2fHt.png b/ElbowLat/images/train_214_png.rf.ghwpDHgXBkGsW23w2fHt.png new file mode 100644 index 0000000000000000000000000000000000000000..93fc04def4636ca25bb8009b3b6508a0ab0696b9 --- /dev/null +++ b/ElbowLat/images/train_214_png.rf.ghwpDHgXBkGsW23w2fHt.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7f6a3bfbe5f204975e0ddcf44f8334570071fed3e1363582fd239dad094ac64 +size 77759 diff --git a/ElbowLat/images/train_216_jpg.rf.i0VWPZ6HhHiKI0BN00Nj.png b/ElbowLat/images/train_216_jpg.rf.i0VWPZ6HhHiKI0BN00Nj.png new file mode 100644 index 0000000000000000000000000000000000000000..e70892d8be22a440390b18a7d8f619654ea16c64 --- /dev/null +++ b/ElbowLat/images/train_216_jpg.rf.i0VWPZ6HhHiKI0BN00Nj.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddf413c9e2bf0fb529ef24fa42d9ed7483b439c75e47ca845510bb4bbb3eec59 +size 44578 diff --git a/ElbowLat/images/train_216_png.rf.hMiEQpT0mXawvJqD6EZv.png b/ElbowLat/images/train_216_png.rf.hMiEQpT0mXawvJqD6EZv.png new file mode 100644 index 0000000000000000000000000000000000000000..5964a97ef1fc8df7fc85b5f208f4f3a53a7fedd6 --- /dev/null +++ b/ElbowLat/images/train_216_png.rf.hMiEQpT0mXawvJqD6EZv.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cb82fd4ffdc7c2124f565ae99f766cd5804cf34a434128348b6ef12df52aa62 +size 71304 diff --git a/ElbowLat/images/train_217_jpg.rf.fGevJZy4oiKCdVla8CkM.png b/ElbowLat/images/train_217_jpg.rf.fGevJZy4oiKCdVla8CkM.png new file mode 100644 index 0000000000000000000000000000000000000000..eebc69647b1116a07397d2dded0c2bfe748cf32f --- /dev/null +++ b/ElbowLat/images/train_217_jpg.rf.fGevJZy4oiKCdVla8CkM.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abbf14f5480ec54d06691af1bc0526041d64aba641ebf8736f76b96ce2f76e85 +size 29874 diff --git a/ElbowLat/images/train_217_png.rf.Jvgk9vdlbBNpKJPZTLIk.png b/ElbowLat/images/train_217_png.rf.Jvgk9vdlbBNpKJPZTLIk.png new file mode 100644 index 0000000000000000000000000000000000000000..c733ebefd747fd3e819e8f512e6401c67bef8dfe --- /dev/null +++ b/ElbowLat/images/train_217_png.rf.Jvgk9vdlbBNpKJPZTLIk.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a6c18eb0504be07ee26712b006f2ba162e4a409d43540eba443a9f06adad1f8 +size 89196 diff --git a/ElbowLat/images/train_219_jpg.rf.80lxxbVSHD7nTJxteG0g.png b/ElbowLat/images/train_219_jpg.rf.80lxxbVSHD7nTJxteG0g.png new file mode 100644 index 0000000000000000000000000000000000000000..d8905a2b471a19d1d6d59677f26f2250c89bbcd0 --- /dev/null +++ b/ElbowLat/images/train_219_jpg.rf.80lxxbVSHD7nTJxteG0g.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34dd4b68835f5ca55cfd3816b19b35897ab1769b7dad8c76804aad8cfbc99854 +size 44665 diff --git a/ElbowLat/images/train_219_png.rf.h910W75c1M06TdIcq9hT.png b/ElbowLat/images/train_219_png.rf.h910W75c1M06TdIcq9hT.png new file mode 100644 index 0000000000000000000000000000000000000000..985818aef0648d905fd2e39bcbb5c7f843ca2f09 --- /dev/null +++ b/ElbowLat/images/train_219_png.rf.h910W75c1M06TdIcq9hT.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:947ec72e4f6d47349026c6a365a601c2ff0262530779cabdd1e823d7569cabb8 +size 95115 diff --git a/ElbowLat/images/train_220_jpg.rf.u3lix8eq28HU0NPjg2kS.png b/ElbowLat/images/train_220_jpg.rf.u3lix8eq28HU0NPjg2kS.png new file mode 100644 index 0000000000000000000000000000000000000000..64d0fece107f78d23e4a8bafdaf18337abd67549 --- /dev/null +++ b/ElbowLat/images/train_220_jpg.rf.u3lix8eq28HU0NPjg2kS.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:104d00167707a93444797311e53617cead201db38c3378920c8757d3f80787ae +size 23203 diff --git a/ElbowLat/images/train_220_png.rf.j3dXLyzRqJbYMiXnSFsT.png b/ElbowLat/images/train_220_png.rf.j3dXLyzRqJbYMiXnSFsT.png new file mode 100644 index 0000000000000000000000000000000000000000..95b9bb78692bf54192e1fa7a0c45861b16839266 --- /dev/null +++ b/ElbowLat/images/train_220_png.rf.j3dXLyzRqJbYMiXnSFsT.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e65db9bf0b6fb58c6e5e8e076fdbeca9411f8b2f0a3ffd39de884ac144b7341b +size 84566 diff --git a/ElbowLat/images/train_221_jpg.rf.J5kDNnZZOmqLrCEgiXMj.png b/ElbowLat/images/train_221_jpg.rf.J5kDNnZZOmqLrCEgiXMj.png new file mode 100644 index 0000000000000000000000000000000000000000..2a5dc4d9a5172eee4c4b4b6d5229a628f9182d2e --- /dev/null +++ b/ElbowLat/images/train_221_jpg.rf.J5kDNnZZOmqLrCEgiXMj.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5df60a830dc9857143cd5e5ec1ab510c643ad40d28bc6f2757aaf16ff2de462 +size 25906 diff --git a/ElbowLat/images/train_221_png.rf.5K92o3lJVgGPpLF8JZDT.png b/ElbowLat/images/train_221_png.rf.5K92o3lJVgGPpLF8JZDT.png new file mode 100644 index 0000000000000000000000000000000000000000..d6cfcc5329abd187d98c6ff0a9b947ad605b278d --- /dev/null +++ b/ElbowLat/images/train_221_png.rf.5K92o3lJVgGPpLF8JZDT.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d3a526042127600e4ba7f1e79cada34ebb5b2401dfef8ac88759eb93fba3d93 +size 74700 diff --git a/ElbowLat/images/train_225_jpg.rf.khp0VcfzWoFvKjrZE25s.png b/ElbowLat/images/train_225_jpg.rf.khp0VcfzWoFvKjrZE25s.png new file mode 100644 index 0000000000000000000000000000000000000000..da1e74199a24406e654386ecaadf9263f3d7f474 --- /dev/null +++ b/ElbowLat/images/train_225_jpg.rf.khp0VcfzWoFvKjrZE25s.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:826be5d96906c6f3d1d5f5a1ac4dd8bafc3f2db8d503f783b4f4df58b4b69870 +size 44935 diff --git a/ElbowLat/images/train_225_png.rf.NUUIbQGwZqA7U9J2QsmK.png b/ElbowLat/images/train_225_png.rf.NUUIbQGwZqA7U9J2QsmK.png new file mode 100644 index 0000000000000000000000000000000000000000..587c686d6c751c19bf19350d18b7fde0f2716e7e --- /dev/null +++ b/ElbowLat/images/train_225_png.rf.NUUIbQGwZqA7U9J2QsmK.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b5502bbc1b82e2619da37528f68f3cbe5ae8f03b75cc41c90e5e74e8c5eeab2 +size 78558 diff --git a/ElbowLat/images/train_226_jpg.rf.HluUl0fwzQ5DXWYlOI5m.png b/ElbowLat/images/train_226_jpg.rf.HluUl0fwzQ5DXWYlOI5m.png new file mode 100644 index 0000000000000000000000000000000000000000..f552d392ccb61e76c9c3d3b70f19a49be7da35b3 --- /dev/null +++ b/ElbowLat/images/train_226_jpg.rf.HluUl0fwzQ5DXWYlOI5m.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed0b5b85dac01dcbe0ba7f20645b3e2ebdad323eb8663f790cd00735635131f4 +size 58633 diff --git a/ElbowLat/images/train_226_png.rf.KUyACfKtYoaRoB8Rxahz.png b/ElbowLat/images/train_226_png.rf.KUyACfKtYoaRoB8Rxahz.png new file mode 100644 index 0000000000000000000000000000000000000000..8ce38ae2148f746ebbe7125d0d1cbb78201ac685 --- /dev/null +++ b/ElbowLat/images/train_226_png.rf.KUyACfKtYoaRoB8Rxahz.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b6f5662c8b6dab1221fb4f06cb9743cac4042a8486651355a54633e0b213945 +size 69184 diff --git a/ElbowLat/images/train_228_jpg.rf.sopT9hSxTOKgMOO6CnxL.png b/ElbowLat/images/train_228_jpg.rf.sopT9hSxTOKgMOO6CnxL.png new file mode 100644 index 0000000000000000000000000000000000000000..afd75a971204b8f13f0604cd277ecdc31f614c61 --- /dev/null +++ b/ElbowLat/images/train_228_jpg.rf.sopT9hSxTOKgMOO6CnxL.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ddfa7facdcba41f8e4faca5b319bb966369190a1139cc81511fcb6811e2e016 +size 18204 diff --git a/ElbowLat/images/train_22_jpg.rf.UkToDM7pYxz5Uhdd62xc.png b/ElbowLat/images/train_22_jpg.rf.UkToDM7pYxz5Uhdd62xc.png new file mode 100644 index 0000000000000000000000000000000000000000..2bd9f7d77bd6db59ec0f2a900eaff04e670fafe4 --- /dev/null +++ b/ElbowLat/images/train_22_jpg.rf.UkToDM7pYxz5Uhdd62xc.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c99a0839ef2211ec43ccec7bd8c69350992475e3b7c60cda8fbb02abc3cf132e +size 50131 diff --git a/ElbowLat/images/train_22_png.rf.h0bTs5CRU5eZ2QLjIr6E.png b/ElbowLat/images/train_22_png.rf.h0bTs5CRU5eZ2QLjIr6E.png new file mode 100644 index 0000000000000000000000000000000000000000..c7dd3cfdf94e34e48c09a2ec65cbf836b2f85b3c --- /dev/null +++ b/ElbowLat/images/train_22_png.rf.h0bTs5CRU5eZ2QLjIr6E.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27dde14cdb688fe339d8fba7abb10ec8e2b81b35c9c89312bb6eacc445af7985 +size 60722 diff --git a/ElbowLat/images/train_230_jpg.rf.fiBsHlZdZPNa9ZneHoJF.png b/ElbowLat/images/train_230_jpg.rf.fiBsHlZdZPNa9ZneHoJF.png new file mode 100644 index 0000000000000000000000000000000000000000..252bd62132b09a614c2da6979e2532b0d04bbbc0 --- /dev/null +++ b/ElbowLat/images/train_230_jpg.rf.fiBsHlZdZPNa9ZneHoJF.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d0eeadfab412a16bfd9a4ec39053d3ce8e761dbb0a358abb89485bd7d4d9aa7 +size 39882 diff --git a/ElbowLat/images/train_230_png.rf.q50EauSxTM5ZCCEvTlni.png b/ElbowLat/images/train_230_png.rf.q50EauSxTM5ZCCEvTlni.png new file mode 100644 index 0000000000000000000000000000000000000000..fad5dfa227853f11af8f73c9d54ca073b9be0e60 --- /dev/null +++ b/ElbowLat/images/train_230_png.rf.q50EauSxTM5ZCCEvTlni.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d03bf94f5e21c4cb1846c0bfc252718c94539fddfca5e9838e82bb0a48e17b4 +size 72241 diff --git a/ElbowLat/images/train_231_jpg.rf.SBDCelrWfwRtCJvBhCBt.png b/ElbowLat/images/train_231_jpg.rf.SBDCelrWfwRtCJvBhCBt.png new file mode 100644 index 0000000000000000000000000000000000000000..045f178b716e0c7e5a14ea8614080a704b8d557e --- /dev/null +++ b/ElbowLat/images/train_231_jpg.rf.SBDCelrWfwRtCJvBhCBt.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5130b069ae67f3609a709df4664b699c06d6a7a5b5eeec5e0cfca4a5378b4d12 +size 32993 diff --git a/ElbowLat/images/train_231_png.rf.nqonfn4r1rqMLBrVpV2K.png b/ElbowLat/images/train_231_png.rf.nqonfn4r1rqMLBrVpV2K.png new file mode 100644 index 0000000000000000000000000000000000000000..f8891f579c74ab4e62e3327864cde664d0253f6a --- /dev/null +++ b/ElbowLat/images/train_231_png.rf.nqonfn4r1rqMLBrVpV2K.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1470fa9abce1f480a9552a0e30c91488581dba4641b07621c99b136a53ba2fd3 +size 63759 diff --git a/ElbowLat/images/train_232_jpg.rf.G9Pml1xNxRZEfYUvnjLs.png b/ElbowLat/images/train_232_jpg.rf.G9Pml1xNxRZEfYUvnjLs.png new file mode 100644 index 0000000000000000000000000000000000000000..f29ac82275bc864b51aebef575f147a158e8c613 --- /dev/null +++ b/ElbowLat/images/train_232_jpg.rf.G9Pml1xNxRZEfYUvnjLs.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9b0b0e13c0506b616ed08733d9f10567751358bec602c5e59f3ddc5176da05d +size 22669 diff --git a/ElbowLat/images/train_232_png.rf.OndPguo4wShpcse3YoGg.png b/ElbowLat/images/train_232_png.rf.OndPguo4wShpcse3YoGg.png new file mode 100644 index 0000000000000000000000000000000000000000..83d70c06a3353af104f0a682c5f91b7706772324 --- /dev/null +++ b/ElbowLat/images/train_232_png.rf.OndPguo4wShpcse3YoGg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec7fbc45e63f8920948ed819b0b589cc4e175a121c6b7ba99a4d2d02bc5c076f +size 61381 diff --git a/ElbowLat/images/train_233_jpg.rf.22THgZarYpvH6PFYR2me.png b/ElbowLat/images/train_233_jpg.rf.22THgZarYpvH6PFYR2me.png new file mode 100644 index 0000000000000000000000000000000000000000..bb444612ac510c48df9013eba1e2d99a5735fc7d --- /dev/null +++ b/ElbowLat/images/train_233_jpg.rf.22THgZarYpvH6PFYR2me.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4fc7c3a54d8d9b214c3672b057cf82b7335e4b49a373f2f715d9d4aab126e82 +size 32036 diff --git a/ElbowLat/images/train_233_png.rf.qNaFWtZBWhxhxdfWSy8T.png b/ElbowLat/images/train_233_png.rf.qNaFWtZBWhxhxdfWSy8T.png new file mode 100644 index 0000000000000000000000000000000000000000..9270ad20f25f64e3ff63da9aac7381e967110989 --- /dev/null +++ b/ElbowLat/images/train_233_png.rf.qNaFWtZBWhxhxdfWSy8T.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67c598a5f3a6a30341963752e5bbb37123bd6b25d57f5fccf9e003034f4a3553 +size 91307 diff --git a/ElbowLat/images/train_234_jpg.rf.xt604zwb58kCF5Andz5d.png b/ElbowLat/images/train_234_jpg.rf.xt604zwb58kCF5Andz5d.png new file mode 100644 index 0000000000000000000000000000000000000000..449c4ab026cdc948a94509389a9d78dfda3501c5 --- /dev/null +++ b/ElbowLat/images/train_234_jpg.rf.xt604zwb58kCF5Andz5d.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1514606d9b4c734e456957b3193585465edc6345208894339c4eae3e4daaac60 +size 41759 diff --git a/ElbowLat/images/train_234_png.rf.AQJTIAnrDYj64jC9THOv.png b/ElbowLat/images/train_234_png.rf.AQJTIAnrDYj64jC9THOv.png new file mode 100644 index 0000000000000000000000000000000000000000..5accbaca13e872979f46d3058a62d61ae4b6b22e --- /dev/null +++ b/ElbowLat/images/train_234_png.rf.AQJTIAnrDYj64jC9THOv.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:350d78fc2b0f08f1f4b0d38abddf8297e6391ee015ea470d1a86bb840e788ea0 +size 84057 diff --git a/ElbowLat/images/train_236_jpg.rf.mk8aU79JMuhoE4pNrzLU.png b/ElbowLat/images/train_236_jpg.rf.mk8aU79JMuhoE4pNrzLU.png new file mode 100644 index 0000000000000000000000000000000000000000..fa851186dce2e0bc08f6aa1a9135741e1f01371e --- /dev/null +++ b/ElbowLat/images/train_236_jpg.rf.mk8aU79JMuhoE4pNrzLU.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb8bbf88eeea718ac33d53f96b2eaf2458f77ec27aff483c964f1acf7ab6eb4c +size 49807 diff --git a/ElbowLat/images/train_236_png.rf.FNsDxBYVmc6chyGz2wi4.png b/ElbowLat/images/train_236_png.rf.FNsDxBYVmc6chyGz2wi4.png new file mode 100644 index 0000000000000000000000000000000000000000..c1a8265f7fd028d96a79362e1a657ba8baef9204 --- /dev/null +++ b/ElbowLat/images/train_236_png.rf.FNsDxBYVmc6chyGz2wi4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1956a24960761f88f4bfcb472b580842393f0f3f3df9e02a4827b9ae0f8c5354 +size 69276 diff --git a/ElbowLat/images/train_237_jpg.rf.X6LOB0wIanmsQHB8CVQf.png b/ElbowLat/images/train_237_jpg.rf.X6LOB0wIanmsQHB8CVQf.png new file mode 100644 index 0000000000000000000000000000000000000000..1cbbe54190deebeb37c92cbd82d2af9852a5d47c --- /dev/null +++ b/ElbowLat/images/train_237_jpg.rf.X6LOB0wIanmsQHB8CVQf.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:189d550dc5cdbe6571f738a2e7b54b63eca447f111b2c4863e1c9ec3ce0553b2 +size 21775 diff --git a/ElbowLat/images/train_237_png.rf.ZFH3LClOu6vUjDI0hr5k.png b/ElbowLat/images/train_237_png.rf.ZFH3LClOu6vUjDI0hr5k.png new file mode 100644 index 0000000000000000000000000000000000000000..ae72a15be3297d551f30147d26a097ac2d385071 --- /dev/null +++ b/ElbowLat/images/train_237_png.rf.ZFH3LClOu6vUjDI0hr5k.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:462e1c0aa284a4f1c03476a1ae00147b21a314943960266d3087591f2be03ad6 +size 83170 diff --git a/ElbowLat/images/train_238_jpg.rf.2ekfTXdHfYNhOH74Gmrd.png b/ElbowLat/images/train_238_jpg.rf.2ekfTXdHfYNhOH74Gmrd.png new file mode 100644 index 0000000000000000000000000000000000000000..1756dd5efadf2389054bf64379dc6026ea9ceb8e --- /dev/null +++ b/ElbowLat/images/train_238_jpg.rf.2ekfTXdHfYNhOH74Gmrd.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b2fef1de9f7efa31b91f32af28d5cfeae59083ed25c611b033aca867c7c40e3 +size 20887 diff --git a/ElbowLat/images/train_23_jpg.rf.JtjVVBykgyQDlikCd5ub.png b/ElbowLat/images/train_23_jpg.rf.JtjVVBykgyQDlikCd5ub.png new file mode 100644 index 0000000000000000000000000000000000000000..db866e77ba5ef144c77a2edcf83f783a533b9041 --- /dev/null +++ b/ElbowLat/images/train_23_jpg.rf.JtjVVBykgyQDlikCd5ub.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46be27e7778caee5739d698f8c6131298eeb6a48721cefc106dad00869fb2fda +size 33879 diff --git a/ElbowLat/images/train_23_png.rf.pE2BDD2fdvFAHTOHv76Z.png b/ElbowLat/images/train_23_png.rf.pE2BDD2fdvFAHTOHv76Z.png new file mode 100644 index 0000000000000000000000000000000000000000..be01b085fe20c4dd9622c018766db5e05f8095f9 --- /dev/null +++ b/ElbowLat/images/train_23_png.rf.pE2BDD2fdvFAHTOHv76Z.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e34da3e4eac9e1f46597021b4137cec11a57327bd973a99e6003eb66670c1fbd +size 64928 diff --git a/ElbowLat/images/train_242_png.rf.jxYV0xIeSMWzAfVr74JL.png b/ElbowLat/images/train_242_png.rf.jxYV0xIeSMWzAfVr74JL.png new file mode 100644 index 0000000000000000000000000000000000000000..c7b19ed5607811d7a30d85212e0dd0f2ffbe6fad --- /dev/null +++ b/ElbowLat/images/train_242_png.rf.jxYV0xIeSMWzAfVr74JL.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89657d6ad52336dc8c4277d13d0a96b351348773bb9a459e7e5555ebbb0dd389 +size 93490 diff --git a/ElbowLat/images/train_243_jpg.rf.yngA5FuUaBs9lEKpRHk7.png b/ElbowLat/images/train_243_jpg.rf.yngA5FuUaBs9lEKpRHk7.png new file mode 100644 index 0000000000000000000000000000000000000000..7ffee1683e41c29dc0cbd02cb645e61ea7b4b366 --- /dev/null +++ b/ElbowLat/images/train_243_jpg.rf.yngA5FuUaBs9lEKpRHk7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a775036f4392bae56517e6c0dc663d41ad06c5a02d6e496d6bd233897b0125c8 +size 40414 diff --git a/ElbowLat/images/train_243_png.rf.aGwLdEFIAUaX68xUS4AR.png b/ElbowLat/images/train_243_png.rf.aGwLdEFIAUaX68xUS4AR.png new file mode 100644 index 0000000000000000000000000000000000000000..851b4b58017ed9eb63964e3b794979fc849edb2d --- /dev/null +++ b/ElbowLat/images/train_243_png.rf.aGwLdEFIAUaX68xUS4AR.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14d9aa5fbc025c18801e8300165fa583789f6b23adb779e7b237d3e38ed0d922 +size 51724 diff --git a/ElbowLat/images/train_248_jpg.rf.SeFsS1ekR2iAS49D7zSa.png b/ElbowLat/images/train_248_jpg.rf.SeFsS1ekR2iAS49D7zSa.png new file mode 100644 index 0000000000000000000000000000000000000000..4dd60391fb97c155bfdfd80b6cf627d4db2aeb3d --- /dev/null +++ b/ElbowLat/images/train_248_jpg.rf.SeFsS1ekR2iAS49D7zSa.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1fd3957a407ff34364c29ae48bf4ea0305a55af0242aacb09564676d9bed170 +size 30979 diff --git a/ElbowLat/images/train_248_png.rf.8E3ePkZHOOEr5FWA8A2M.png b/ElbowLat/images/train_248_png.rf.8E3ePkZHOOEr5FWA8A2M.png new file mode 100644 index 0000000000000000000000000000000000000000..88094e19b1fc1003dc16c71bb8593315e8b63e6f --- /dev/null +++ b/ElbowLat/images/train_248_png.rf.8E3ePkZHOOEr5FWA8A2M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:835a25ea167ba7fc868363eaa11e7fb0854c3401a2ad0c6815e32258db24b81d +size 77678 diff --git a/ElbowLat/images/train_249_jpg.rf.60w3cAMHanO2c3l9Tejs.png b/ElbowLat/images/train_249_jpg.rf.60w3cAMHanO2c3l9Tejs.png new file mode 100644 index 0000000000000000000000000000000000000000..927c519250a07bd1e69411faac485a55b36cdd31 --- /dev/null +++ b/ElbowLat/images/train_249_jpg.rf.60w3cAMHanO2c3l9Tejs.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d64224e0e1e182445b4eb9a8d91e1f180c274cae4e98497e9263bd62631bce27 +size 30625 diff --git a/ElbowLat/images/train_249_png.rf.PVCmsa66gJW9UfRfqPBr.png b/ElbowLat/images/train_249_png.rf.PVCmsa66gJW9UfRfqPBr.png new file mode 100644 index 0000000000000000000000000000000000000000..d93184c868f8f2033323873c3ee507dc8ed49ef0 --- /dev/null +++ b/ElbowLat/images/train_249_png.rf.PVCmsa66gJW9UfRfqPBr.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81c94de2fcca22100c0eaca96b8ac45e34d7c6e49808b4f1f4e08fa133d6e8d2 +size 65853 diff --git a/ElbowLat/images/train_250_jpg.rf.rMQQONqVFbO3T4Q8biwf.png b/ElbowLat/images/train_250_jpg.rf.rMQQONqVFbO3T4Q8biwf.png new file mode 100644 index 0000000000000000000000000000000000000000..b8ccea9870e5e06c158abe001a235d5575fc007a --- /dev/null +++ b/ElbowLat/images/train_250_jpg.rf.rMQQONqVFbO3T4Q8biwf.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ab833a578902bf0106c6f5605942b3b3b14f3acbf5f13cfcd36e0e4374014ab +size 37189 diff --git a/ElbowLat/images/train_250_png.rf.h6FhUIq04a5XWO2kbpqE.png b/ElbowLat/images/train_250_png.rf.h6FhUIq04a5XWO2kbpqE.png new file mode 100644 index 0000000000000000000000000000000000000000..565f5e0a074dd99dde616718804096e552dc1770 --- /dev/null +++ b/ElbowLat/images/train_250_png.rf.h6FhUIq04a5XWO2kbpqE.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85ae2253a34e073a2860a2c849408f97b5e838dc29bfda8bf406f707e233a941 +size 93710 diff --git a/ElbowLat/images/train_251_jpg.rf.6LqsHYnDqDlAjzvLGi2o.png b/ElbowLat/images/train_251_jpg.rf.6LqsHYnDqDlAjzvLGi2o.png new file mode 100644 index 0000000000000000000000000000000000000000..13a5637eb0a2dfe0304f606f23a20e67ccbb939a --- /dev/null +++ b/ElbowLat/images/train_251_jpg.rf.6LqsHYnDqDlAjzvLGi2o.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e96ccb25fb3ed08be6a907c851fe5f519341225dfb9132a00f20106c8ca92324 +size 38499 diff --git a/ElbowLat/images/train_251_png.rf.GmcKs3KpshSW3dPl8jMc.png b/ElbowLat/images/train_251_png.rf.GmcKs3KpshSW3dPl8jMc.png new file mode 100644 index 0000000000000000000000000000000000000000..1e8650b5e9b06869d7aad7bfecebc15cecb719a5 --- /dev/null +++ b/ElbowLat/images/train_251_png.rf.GmcKs3KpshSW3dPl8jMc.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b20b7a54640c6f8580f9907cbf57659319c71021a1f202336b5c272ac5ac365 +size 72280 diff --git a/ElbowLat/images/train_252_jpg.rf.Au5LDJxpdGSFG0tXjUoK.png b/ElbowLat/images/train_252_jpg.rf.Au5LDJxpdGSFG0tXjUoK.png new file mode 100644 index 0000000000000000000000000000000000000000..c8f2b0bc7de8bed854baf392e185407a2ff9ac2e --- /dev/null +++ b/ElbowLat/images/train_252_jpg.rf.Au5LDJxpdGSFG0tXjUoK.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:827cc8f89fcace161fc5b0830d1b27a84c1e1461fa22bd65c3c38626f5e35310 +size 55695 diff --git a/ElbowLat/images/train_252_png.rf.1R5jzjJX1H4t55m4PjH9.png b/ElbowLat/images/train_252_png.rf.1R5jzjJX1H4t55m4PjH9.png new file mode 100644 index 0000000000000000000000000000000000000000..840baf1167d7089c1cce5055cf7ad933ffbe6e4f --- /dev/null +++ b/ElbowLat/images/train_252_png.rf.1R5jzjJX1H4t55m4PjH9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eb0bb8599b8e2159fe6f902c1afb4f582e694a34243ce9d55d89c80a88d8a1e +size 73906 diff --git a/ElbowLat/images/train_255_jpg.rf.91GBTCOEIAEIlTWp2WOK.png b/ElbowLat/images/train_255_jpg.rf.91GBTCOEIAEIlTWp2WOK.png new file mode 100644 index 0000000000000000000000000000000000000000..afc152e8a9d11f7990463dd936d43af479f61bbf --- /dev/null +++ b/ElbowLat/images/train_255_jpg.rf.91GBTCOEIAEIlTWp2WOK.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd68c581bf95e1c18770538d3deae0d4e185dc868b109d0e174e9bb0e6b1f725 +size 41494 diff --git a/ElbowLat/images/train_256_jpg.rf.Ojdd29p6bY1N0f5ZLyph.png b/ElbowLat/images/train_256_jpg.rf.Ojdd29p6bY1N0f5ZLyph.png new file mode 100644 index 0000000000000000000000000000000000000000..f63f4c19e0da35a84d45ea178d63f3128ac88964 --- /dev/null +++ b/ElbowLat/images/train_256_jpg.rf.Ojdd29p6bY1N0f5ZLyph.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de4abb40a65710c75564c036f5e10c6e011bcb3943e785128ec3e777791f51c6 +size 25792 diff --git a/ElbowLat/images/train_256_png.rf.0pzs6c4zieJUm7Vw5m4T.png b/ElbowLat/images/train_256_png.rf.0pzs6c4zieJUm7Vw5m4T.png new file mode 100644 index 0000000000000000000000000000000000000000..280c172faa2254231712148cb1b187a23f510ca2 --- /dev/null +++ b/ElbowLat/images/train_256_png.rf.0pzs6c4zieJUm7Vw5m4T.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d9edafe0044be0021b6bd07e5d5c8f5dad69e9b2a7110604b88be899cb6fd5b +size 84037 diff --git a/ElbowLat/images/train_258_jpg.rf.un6M7UUyS1hH8CDrgGoa.png b/ElbowLat/images/train_258_jpg.rf.un6M7UUyS1hH8CDrgGoa.png new file mode 100644 index 0000000000000000000000000000000000000000..5308d201f58331cb71f6b44b08efd63a9e794a1e --- /dev/null +++ b/ElbowLat/images/train_258_jpg.rf.un6M7UUyS1hH8CDrgGoa.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac592e3b1671ec04fd962b40bfc5c3d0eae518d7f66c7b08f6ae23cdad9df931 +size 43239 diff --git a/ElbowLat/images/train_259_jpg.rf.URG7GcL0YY3LhKM0Z4jk.png b/ElbowLat/images/train_259_jpg.rf.URG7GcL0YY3LhKM0Z4jk.png new file mode 100644 index 0000000000000000000000000000000000000000..e713fe6da4197bf2909d609dd54b2c7aad5c64e5 --- /dev/null +++ b/ElbowLat/images/train_259_jpg.rf.URG7GcL0YY3LhKM0Z4jk.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbee37189ced23be34ab6608b8fd21c1e02fde4bcffc4e5c71b0003c6dd545fc +size 23298 diff --git a/ElbowLat/images/train_259_png.rf.1WLDlWxArPfIwD8A0vGB.png b/ElbowLat/images/train_259_png.rf.1WLDlWxArPfIwD8A0vGB.png new file mode 100644 index 0000000000000000000000000000000000000000..64163f61d6296d44b69ec5da5fa81cc5aad8e66c --- /dev/null +++ b/ElbowLat/images/train_259_png.rf.1WLDlWxArPfIwD8A0vGB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8766f6d70d3481612ccdadf0a19f77b791a3531b4847a4e67c68720463558e86 +size 72624 diff --git a/ElbowLat/images/train_25_jpg.rf.Cfnd9e0eFJ42boEYyboJ.png b/ElbowLat/images/train_25_jpg.rf.Cfnd9e0eFJ42boEYyboJ.png new file mode 100644 index 0000000000000000000000000000000000000000..121cb932e4f0bdb1f116fbb6e845dbc703354a3a --- /dev/null +++ b/ElbowLat/images/train_25_jpg.rf.Cfnd9e0eFJ42boEYyboJ.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9675ea6ccc10f1dbde4691f23166618f6d6abb7f63c379c2ac02f6ed37d1978 +size 40315 diff --git a/ElbowLat/images/train_260_jpg.rf.9pYG4lMLVsh5gJ5mWorA.png b/ElbowLat/images/train_260_jpg.rf.9pYG4lMLVsh5gJ5mWorA.png new file mode 100644 index 0000000000000000000000000000000000000000..4e22fab63f770886bb0960e23417bc7d11c6fbb0 --- /dev/null +++ b/ElbowLat/images/train_260_jpg.rf.9pYG4lMLVsh5gJ5mWorA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c64a2fc0ef1b7930d66b2d55c6aab5c0760a7eba33c9a872d020e3f2d48908a8 +size 39590 diff --git a/ElbowLat/images/train_260_png.rf.1tSXiy2bfJH7clHinm1d.png b/ElbowLat/images/train_260_png.rf.1tSXiy2bfJH7clHinm1d.png new file mode 100644 index 0000000000000000000000000000000000000000..f5e52afc81f6b047d5218d02cf99cb332a745360 --- /dev/null +++ b/ElbowLat/images/train_260_png.rf.1tSXiy2bfJH7clHinm1d.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b442b84863d951512a37dcc116931fec966b556e0914e52451e6e7904e2a0b2 +size 75725 diff --git a/ElbowLat/images/train_261_png.rf.QKXrqxxEtJyfDnBNn4t6.png b/ElbowLat/images/train_261_png.rf.QKXrqxxEtJyfDnBNn4t6.png new file mode 100644 index 0000000000000000000000000000000000000000..e4ba2229ac8e9c8f49b814866d369ed289282946 --- /dev/null +++ b/ElbowLat/images/train_261_png.rf.QKXrqxxEtJyfDnBNn4t6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3f1a88076cc35f038e266631f74d1fb59a027ea1e164e674afc1bf62a65f01d +size 76721 diff --git a/ElbowLat/images/train_263_jpg.rf.MnvBbXLMubrri8ARq6l6.png b/ElbowLat/images/train_263_jpg.rf.MnvBbXLMubrri8ARq6l6.png new file mode 100644 index 0000000000000000000000000000000000000000..125c54e876ed195c7cb30f10bebb37cdcaf446b3 --- /dev/null +++ b/ElbowLat/images/train_263_jpg.rf.MnvBbXLMubrri8ARq6l6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:705338122d9842d173f9e53eb7987c3cc49ec44d246c71565d2d4d9a1c8bf5dc +size 24742 diff --git a/ElbowLat/images/train_263_png.rf.v6vKH9gmZ6sTqU9xyTl3.png b/ElbowLat/images/train_263_png.rf.v6vKH9gmZ6sTqU9xyTl3.png new file mode 100644 index 0000000000000000000000000000000000000000..cb2a9afd76142bbbe6ac9bec6b05e4e949e2a4a2 --- /dev/null +++ b/ElbowLat/images/train_263_png.rf.v6vKH9gmZ6sTqU9xyTl3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c948d22c3079f739e55394aa86e6d3559272cd439b9cdb59b7496ca60302d42e +size 83112 diff --git a/ElbowLat/images/train_264_jpg.rf.WyhRA13xjxhw9RPSpYCh.png b/ElbowLat/images/train_264_jpg.rf.WyhRA13xjxhw9RPSpYCh.png new file mode 100644 index 0000000000000000000000000000000000000000..8dc553fe841eb2b272456adcf7e594f037b63d88 --- /dev/null +++ b/ElbowLat/images/train_264_jpg.rf.WyhRA13xjxhw9RPSpYCh.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d058c0ceb9b06db29e37b6c236381b2308c918f513059d0423d0ddb0f04bf37d +size 30272 diff --git a/ElbowLat/images/train_264_png.rf.XRbjdfie4kNYZ89Ct3eL.png b/ElbowLat/images/train_264_png.rf.XRbjdfie4kNYZ89Ct3eL.png new file mode 100644 index 0000000000000000000000000000000000000000..eee338803803c49baf4bed45614d68a86801832e --- /dev/null +++ b/ElbowLat/images/train_264_png.rf.XRbjdfie4kNYZ89Ct3eL.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dba794f5311238041ef054985fb8ee2497703744bd932aefe65f7b4e33f68d00 +size 90464 diff --git a/ElbowLat/images/train_265_jpg.rf.6LrDzK64iiw4UX34q227.png b/ElbowLat/images/train_265_jpg.rf.6LrDzK64iiw4UX34q227.png new file mode 100644 index 0000000000000000000000000000000000000000..68d3a90b98b34708f77fab54591542840ec033f9 --- /dev/null +++ b/ElbowLat/images/train_265_jpg.rf.6LrDzK64iiw4UX34q227.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae1a8b8ebb984c24c796054c96da0af07dc651b1ff56a94bb46d2190b98ee44d +size 53410 diff --git a/ElbowLat/images/train_265_png.rf.DtQp2BlwtdJ3OiEn87c3.png b/ElbowLat/images/train_265_png.rf.DtQp2BlwtdJ3OiEn87c3.png new file mode 100644 index 0000000000000000000000000000000000000000..1e6296139b851a33d844b41a83d4b0d25109fe4e --- /dev/null +++ b/ElbowLat/images/train_265_png.rf.DtQp2BlwtdJ3OiEn87c3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fab5fd74dec9ad926076e504de8da0e162c80e146387e48ebe538e90b283866e +size 73302 diff --git a/ElbowLat/images/train_266_jpg.rf.gpsTtseI51TnWDchrNwu.png b/ElbowLat/images/train_266_jpg.rf.gpsTtseI51TnWDchrNwu.png new file mode 100644 index 0000000000000000000000000000000000000000..c7780ab5c604a26b34364552e81f2f1028f7a789 --- /dev/null +++ b/ElbowLat/images/train_266_jpg.rf.gpsTtseI51TnWDchrNwu.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c00b27c0a98e5fee56a3011b5f1c1e1dbcdc9afaad9297981519afce557e5ea4 +size 37682 diff --git a/ElbowLat/images/train_266_png.rf.PIhMU4B0IU3XvrVEVo14.png b/ElbowLat/images/train_266_png.rf.PIhMU4B0IU3XvrVEVo14.png new file mode 100644 index 0000000000000000000000000000000000000000..f613319e94f30ac178bc622b203bb5aa74fd1856 --- /dev/null +++ b/ElbowLat/images/train_266_png.rf.PIhMU4B0IU3XvrVEVo14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d211c319af7fc979ee3d4e3bb3859fc8cccaf32424b7402e551d7ce096b2c24c +size 77885 diff --git a/ElbowLat/images/train_267_png.rf.TnJPzm9NmYVm4GfnnOzm.png b/ElbowLat/images/train_267_png.rf.TnJPzm9NmYVm4GfnnOzm.png new file mode 100644 index 0000000000000000000000000000000000000000..f31c3744c54dc53cc13448841ea6538d051271f8 --- /dev/null +++ b/ElbowLat/images/train_267_png.rf.TnJPzm9NmYVm4GfnnOzm.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:238e478b32d3698246e4fec5d0c394a698cb3876ee747a1c962148fd9c01e306 +size 92231 diff --git a/ElbowLat/images/train_269_jpg.rf.eGgdaoDIbbmYnFq4D7IM.png b/ElbowLat/images/train_269_jpg.rf.eGgdaoDIbbmYnFq4D7IM.png new file mode 100644 index 0000000000000000000000000000000000000000..88d8390706921068d7d855d8be304d133ce955d8 --- /dev/null +++ b/ElbowLat/images/train_269_jpg.rf.eGgdaoDIbbmYnFq4D7IM.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc40a614b688b57394cca5f5281939a6d6e441ed85a6660883e3a00d579be6e7 +size 28419 diff --git a/ElbowLat/images/train_269_png.rf.mS6Nd5FBXYK75GnjAPSN.png b/ElbowLat/images/train_269_png.rf.mS6Nd5FBXYK75GnjAPSN.png new file mode 100644 index 0000000000000000000000000000000000000000..8c3db8d25b5dc403cca5cb310d90fde623e19130 --- /dev/null +++ b/ElbowLat/images/train_269_png.rf.mS6Nd5FBXYK75GnjAPSN.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6f5ce31892674500fcdd793f2afa10cc72402d5700f103a70bad4706701504a +size 85984 diff --git a/ElbowLat/images/train_270_jpg.rf.onDYiIcfyMwEN8DaOsgp.png b/ElbowLat/images/train_270_jpg.rf.onDYiIcfyMwEN8DaOsgp.png new file mode 100644 index 0000000000000000000000000000000000000000..13cb353a4c886ff41a407a203ecece63ee49b1fa --- /dev/null +++ b/ElbowLat/images/train_270_jpg.rf.onDYiIcfyMwEN8DaOsgp.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08dd7d5a9d878c8b7f25a070f183ac9c24441126a91d6c4492ff2d04c67b02be +size 30124 diff --git a/ElbowLat/images/train_270_png.rf.oaWXKxeSByQ6PgufSMgm.png b/ElbowLat/images/train_270_png.rf.oaWXKxeSByQ6PgufSMgm.png new file mode 100644 index 0000000000000000000000000000000000000000..cf681291a6ea82b1ebc783781d7fe80a04055719 --- /dev/null +++ b/ElbowLat/images/train_270_png.rf.oaWXKxeSByQ6PgufSMgm.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4946b8a0e30646ce97174cca178f368f5773059bff46134fc8be2225206cf83b +size 82174 diff --git a/ElbowLat/images/train_271_jpg.rf.y1tNePvQs7F3ct3kW9cD.png b/ElbowLat/images/train_271_jpg.rf.y1tNePvQs7F3ct3kW9cD.png new file mode 100644 index 0000000000000000000000000000000000000000..bd4d1fe782db638527d6db9ec7103a29e31954d3 --- /dev/null +++ b/ElbowLat/images/train_271_jpg.rf.y1tNePvQs7F3ct3kW9cD.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f316487c0ca2639235de2ef220893afbacaf56aa6d0267de83ca44de9402106 +size 32490 diff --git a/ElbowLat/images/train_271_png.rf.kB7qWOluOon2HlEAGBVI.png b/ElbowLat/images/train_271_png.rf.kB7qWOluOon2HlEAGBVI.png new file mode 100644 index 0000000000000000000000000000000000000000..520f4cf04714408123cb90fa31e9c059d429a038 --- /dev/null +++ b/ElbowLat/images/train_271_png.rf.kB7qWOluOon2HlEAGBVI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:162e9923b1c1f93348b668c9c612a62964a341d5655ea16b30d9678c04799b89 +size 91913 diff --git a/ElbowLat/images/train_272_jpg.rf.H5XWgLlSF2VgMTBqD6DF.png b/ElbowLat/images/train_272_jpg.rf.H5XWgLlSF2VgMTBqD6DF.png new file mode 100644 index 0000000000000000000000000000000000000000..490a5f2f394d39c978cf54f208fbb5977ef26bf1 --- /dev/null +++ b/ElbowLat/images/train_272_jpg.rf.H5XWgLlSF2VgMTBqD6DF.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:133792c83babbdbffb2360e33ced013f0c9efcb002c7c95c9cf41195b709b9bb +size 27709 diff --git a/ElbowLat/images/train_272_png.rf.LtozQjTl0aULiIjAgfVn.png b/ElbowLat/images/train_272_png.rf.LtozQjTl0aULiIjAgfVn.png new file mode 100644 index 0000000000000000000000000000000000000000..d4038b57105f1b47b8f2271b94ba7f9c585de69a --- /dev/null +++ b/ElbowLat/images/train_272_png.rf.LtozQjTl0aULiIjAgfVn.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74f8e6a1aa65dac76d7c93c9c7ce0b65cad1f32ec82e7880f223c3311e7c2e7e +size 91162 diff --git a/ElbowLat/images/train_273_jpg.rf.UydQYZSMDtWKL3RXUl6O.png b/ElbowLat/images/train_273_jpg.rf.UydQYZSMDtWKL3RXUl6O.png new file mode 100644 index 0000000000000000000000000000000000000000..07cbeac71a959029662a554d9080c035337784d2 --- /dev/null +++ b/ElbowLat/images/train_273_jpg.rf.UydQYZSMDtWKL3RXUl6O.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f6e6cc6861f896dfa64c4ef082c65fbc3a9869e8afbb3d36acf23430e661e05 +size 40899 diff --git a/ElbowLat/images/train_273_png.rf.QssWl96RPp4S2lVSc0Ex.png b/ElbowLat/images/train_273_png.rf.QssWl96RPp4S2lVSc0Ex.png new file mode 100644 index 0000000000000000000000000000000000000000..73dcbf77631be9bfc3cbcabceea71d751af8b053 --- /dev/null +++ b/ElbowLat/images/train_273_png.rf.QssWl96RPp4S2lVSc0Ex.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc8720ace467b7a5c2216ff8c19ab4b1ea562bcdddffea1fdf7fda77512d192a +size 73370 diff --git a/ElbowLat/images/train_275_png.rf.cG6GZp28zIExFLsG4hWT.png b/ElbowLat/images/train_275_png.rf.cG6GZp28zIExFLsG4hWT.png new file mode 100644 index 0000000000000000000000000000000000000000..1d84a1efb1ce01c0570c0ddcd26b3cf42fe3dd44 --- /dev/null +++ b/ElbowLat/images/train_275_png.rf.cG6GZp28zIExFLsG4hWT.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87bb7cb37352ffc390afe1ecc92bc2445bf8cdec02af30fbf35e042a1e1c8740 +size 72166 diff --git a/ElbowLat/images/train_276_png.rf.xPBYVU41tRggbT6IHyZr.png b/ElbowLat/images/train_276_png.rf.xPBYVU41tRggbT6IHyZr.png new file mode 100644 index 0000000000000000000000000000000000000000..9dae7ee57643cb2f51336cb9c32b025b210f9ba1 --- /dev/null +++ b/ElbowLat/images/train_276_png.rf.xPBYVU41tRggbT6IHyZr.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fe78c44ed7d522a8ccbfbfc8172cd7df52f8fcb929080b6e7211a9f93172959 +size 77505 diff --git a/ElbowLat/images/train_277_png.rf.EYOFGPQ8bFy6dqbDMHcE.png b/ElbowLat/images/train_277_png.rf.EYOFGPQ8bFy6dqbDMHcE.png new file mode 100644 index 0000000000000000000000000000000000000000..f7ec87aad5e75426615fa563b1e42c6c8216f6a1 --- /dev/null +++ b/ElbowLat/images/train_277_png.rf.EYOFGPQ8bFy6dqbDMHcE.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67a75292b08f6ae56b84aa7334ef69e2176fefe970b832a6a6f97cf1a6a55700 +size 94509 diff --git a/ElbowLat/images/train_278_png.rf.0LKYL6hnbybX2FEP9UWE.png b/ElbowLat/images/train_278_png.rf.0LKYL6hnbybX2FEP9UWE.png new file mode 100644 index 0000000000000000000000000000000000000000..0b2693ad746d780262fb942ad49d5cd459824305 --- /dev/null +++ b/ElbowLat/images/train_278_png.rf.0LKYL6hnbybX2FEP9UWE.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6d8a0543e32af06430100d5670a84d2c8f4d87152e19d507a7d0b40dc4b7c24 +size 91717 diff --git a/ElbowLat/images/train_27_jpg.rf.DcuHl8AFZKdwJ6fkwZCR.png b/ElbowLat/images/train_27_jpg.rf.DcuHl8AFZKdwJ6fkwZCR.png new file mode 100644 index 0000000000000000000000000000000000000000..cbea06e78fe848acdea736c2b0ffdb1800342161 --- /dev/null +++ b/ElbowLat/images/train_27_jpg.rf.DcuHl8AFZKdwJ6fkwZCR.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eb67a1c214e2f86086fd5ca593b624e70d511c1b9a01706b16b6de39c469a09 +size 32941 diff --git a/ElbowLat/images/train_27_png.rf.CfmEVbk9IKeFTwDXGGrh.png b/ElbowLat/images/train_27_png.rf.CfmEVbk9IKeFTwDXGGrh.png new file mode 100644 index 0000000000000000000000000000000000000000..57b0d85b90b13f61417b0478d946b1eb74a6fe12 --- /dev/null +++ b/ElbowLat/images/train_27_png.rf.CfmEVbk9IKeFTwDXGGrh.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00f51127966ef5dc6ce4f192ea6d6285ba004d5ba61252e6f023eca93126e908 +size 92419 diff --git a/ElbowLat/images/train_281_png.rf.Fk7dRB7FZ6SXQ5NHTQ5K.png b/ElbowLat/images/train_281_png.rf.Fk7dRB7FZ6SXQ5NHTQ5K.png new file mode 100644 index 0000000000000000000000000000000000000000..31ce8a7a6ed3a3c888488ec5a78300121bcbf70e --- /dev/null +++ b/ElbowLat/images/train_281_png.rf.Fk7dRB7FZ6SXQ5NHTQ5K.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa7f11b56a674744f18f53f0092f4782245a092285d912230903b906168af0ab +size 79610 diff --git a/ElbowLat/images/train_283_png.rf.sRBRR1M2X5kYENaBcGWF.png b/ElbowLat/images/train_283_png.rf.sRBRR1M2X5kYENaBcGWF.png new file mode 100644 index 0000000000000000000000000000000000000000..240052f69f41e3fc8ab6f4a767a032a601945cd8 --- /dev/null +++ b/ElbowLat/images/train_283_png.rf.sRBRR1M2X5kYENaBcGWF.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2833ce4b1d8b28f03c215f4f4e2d4bc84cc8b61d72427bc3f18460a354d3d644 +size 90223 diff --git a/ElbowLat/images/train_284_png.rf.Q0kg2n1cdykO0b0Fr9QJ.png b/ElbowLat/images/train_284_png.rf.Q0kg2n1cdykO0b0Fr9QJ.png new file mode 100644 index 0000000000000000000000000000000000000000..24463cdab64e77a742f4d34b30960a974b2c6be5 --- /dev/null +++ b/ElbowLat/images/train_284_png.rf.Q0kg2n1cdykO0b0Fr9QJ.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54b490ad16955bf2e6a340844242afec33da0409e34bbe1b84b69fabefc6fd8d +size 91148 diff --git a/ElbowLat/images/train_287_png.rf.YUNHz6Dqrw3ii4nEWi2U.png b/ElbowLat/images/train_287_png.rf.YUNHz6Dqrw3ii4nEWi2U.png new file mode 100644 index 0000000000000000000000000000000000000000..e49d6c4c55cdca363ff6f0b3f7b1a22a0c9dc807 --- /dev/null +++ b/ElbowLat/images/train_287_png.rf.YUNHz6Dqrw3ii4nEWi2U.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:124d7662e6af1b06a359999561ca9a81763e52238526c6241b1bd3308454b467 +size 91197 diff --git a/ElbowLat/images/train_288_png.rf.YaDlfSdGfyQjY5S2yDUq.png b/ElbowLat/images/train_288_png.rf.YaDlfSdGfyQjY5S2yDUq.png new file mode 100644 index 0000000000000000000000000000000000000000..4ac506eab2f4ceb5149133dfc443fffaa2764d39 --- /dev/null +++ b/ElbowLat/images/train_288_png.rf.YaDlfSdGfyQjY5S2yDUq.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e761500236c85408317bb48018c0e6af809fc87830d3eec26ef42dc1c250f65 +size 69940 diff --git a/ElbowLat/images/train_28_jpg.rf.OUbM2fgQBnMQkcOE4J58.png b/ElbowLat/images/train_28_jpg.rf.OUbM2fgQBnMQkcOE4J58.png new file mode 100644 index 0000000000000000000000000000000000000000..779ba59c19e77e576a0127525b5c61d300acf7fb --- /dev/null +++ b/ElbowLat/images/train_28_jpg.rf.OUbM2fgQBnMQkcOE4J58.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e8fabcf959ca970658b4c56b0c075bfed0b77005ca34463bfec38b02458aa61 +size 34673 diff --git a/ElbowLat/images/train_28_png.rf.zv6AKpR1dCQniiAFusLg.png b/ElbowLat/images/train_28_png.rf.zv6AKpR1dCQniiAFusLg.png new file mode 100644 index 0000000000000000000000000000000000000000..0b4cadf47e5d4865ab1862bd0a20a29c2ea9d6bc --- /dev/null +++ b/ElbowLat/images/train_28_png.rf.zv6AKpR1dCQniiAFusLg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1c6a2f3f3004c0f277490d4c902716d55a7073acec788280e3b5f2517719945 +size 78313 diff --git a/ElbowLat/images/train_291_png.rf.JLF8mX2j7ouziYakbSgq.png b/ElbowLat/images/train_291_png.rf.JLF8mX2j7ouziYakbSgq.png new file mode 100644 index 0000000000000000000000000000000000000000..034616d8437145c96b64ebdbb65f0f5c287eacb4 --- /dev/null +++ b/ElbowLat/images/train_291_png.rf.JLF8mX2j7ouziYakbSgq.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35b6a904dba576507f73b14a383d6053d7dbc2fdc1ebdb6f7263d22842d9a473 +size 93550 diff --git a/ElbowLat/images/train_292_png.rf.VIXlViYRv6R9ZQ0Qw2Q2.png b/ElbowLat/images/train_292_png.rf.VIXlViYRv6R9ZQ0Qw2Q2.png new file mode 100644 index 0000000000000000000000000000000000000000..5df19762867cb867431901042c50b74c35fea053 --- /dev/null +++ b/ElbowLat/images/train_292_png.rf.VIXlViYRv6R9ZQ0Qw2Q2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26c1e860961c4952678f3d3d0304a1c21e6535cde9e1c2aa3bae698f98afebd2 +size 83254 diff --git a/ElbowLat/images/train_293_png.rf.MQWMn58IQ4zYm1hRqTMo.png b/ElbowLat/images/train_293_png.rf.MQWMn58IQ4zYm1hRqTMo.png new file mode 100644 index 0000000000000000000000000000000000000000..b0047b4db3daf4ff0110e7db81843f452a23170f --- /dev/null +++ b/ElbowLat/images/train_293_png.rf.MQWMn58IQ4zYm1hRqTMo.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67c70a2f774a7ebbf653920727762d7c9023b0d4f9774e7d5315218b29671f47 +size 83747 diff --git a/ElbowLat/images/train_295_png.rf.GxNXVRIXF6V6mUYya4jH.png b/ElbowLat/images/train_295_png.rf.GxNXVRIXF6V6mUYya4jH.png new file mode 100644 index 0000000000000000000000000000000000000000..39d6d60836501b1b1bf3eb55152c858f898c0443 --- /dev/null +++ b/ElbowLat/images/train_295_png.rf.GxNXVRIXF6V6mUYya4jH.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45dc5b747c13f9ac5bcbfda3b719529faeb307c13ba6054b770b2a796a1cff20 +size 79738 diff --git a/ElbowLat/images/train_296_png.rf.2sQSGKzu8aytkdCp59ex.png b/ElbowLat/images/train_296_png.rf.2sQSGKzu8aytkdCp59ex.png new file mode 100644 index 0000000000000000000000000000000000000000..1da514b50f50c24eaf1dd2323984f37d849ca576 --- /dev/null +++ b/ElbowLat/images/train_296_png.rf.2sQSGKzu8aytkdCp59ex.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e70ef0da724e1513d45c053fa3122cb6e880f0bc00a68b392d636f651020e8e +size 76092 diff --git a/ElbowLat/images/train_298_png.rf.GAQdX8wAPLdl00kJhofl.png b/ElbowLat/images/train_298_png.rf.GAQdX8wAPLdl00kJhofl.png new file mode 100644 index 0000000000000000000000000000000000000000..0a98622b65adb3e31875fe7ddb87d82a3bd642ce --- /dev/null +++ b/ElbowLat/images/train_298_png.rf.GAQdX8wAPLdl00kJhofl.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9716bbda5fa5be2813309a6ca49756a49d3bb14ae0d44955db84bda6d90da432 +size 85185 diff --git a/ElbowLat/images/train_299_png.rf.SG7cnvb88R0Bm4tbRt1b.png b/ElbowLat/images/train_299_png.rf.SG7cnvb88R0Bm4tbRt1b.png new file mode 100644 index 0000000000000000000000000000000000000000..6c4ac9c3701cd48424d59fd8f3f82989297536d1 --- /dev/null +++ b/ElbowLat/images/train_299_png.rf.SG7cnvb88R0Bm4tbRt1b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:803cd0b42d70fd3c0454c05f4ca54cbdf7622c86288335d971c2114edb000fd3 +size 74973 diff --git a/ElbowLat/images/train_29_jpg.rf.dwnSYmlZoSyfx70Iy9t9.png b/ElbowLat/images/train_29_jpg.rf.dwnSYmlZoSyfx70Iy9t9.png new file mode 100644 index 0000000000000000000000000000000000000000..4e0872abd2b4365df2624f9ead376cee344e448f --- /dev/null +++ b/ElbowLat/images/train_29_jpg.rf.dwnSYmlZoSyfx70Iy9t9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eabba53c7bf13ca0e7fea1bbf2ba71596332487a6e3dfc01e368c774d01ec19 +size 60486 diff --git a/ElbowLat/images/train_29_png.rf.yNfM4EBrKN2lTyhmh6DG.png b/ElbowLat/images/train_29_png.rf.yNfM4EBrKN2lTyhmh6DG.png new file mode 100644 index 0000000000000000000000000000000000000000..ebd39a105f486b92ee9e236813eb9f9b72006d06 --- /dev/null +++ b/ElbowLat/images/train_29_png.rf.yNfM4EBrKN2lTyhmh6DG.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88107e8808cd65cb48b61c189eff857e1a1f1eadfe4e324ba7a17cf8ed75373c +size 91899 diff --git a/ElbowLat/images/train_301_png.rf.un0s3hBuL6TOe0q7hOFI.png b/ElbowLat/images/train_301_png.rf.un0s3hBuL6TOe0q7hOFI.png new file mode 100644 index 0000000000000000000000000000000000000000..f328a5dbe717fde123133fa5f15d71b9395bb059 --- /dev/null +++ b/ElbowLat/images/train_301_png.rf.un0s3hBuL6TOe0q7hOFI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:997b68feebcaf96466f9eb6cde53367f01aba3e9e98812da79eb616232ce1c40 +size 94159 diff --git a/ElbowLat/images/train_302_png.rf.9gI45ZECx1NL78hnBdzc.png b/ElbowLat/images/train_302_png.rf.9gI45ZECx1NL78hnBdzc.png new file mode 100644 index 0000000000000000000000000000000000000000..529543564e58ca0f7b06413c3f91291f51e8d2c1 --- /dev/null +++ b/ElbowLat/images/train_302_png.rf.9gI45ZECx1NL78hnBdzc.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94fda3e821550a8cea77c52da47eb4ae695f8b9493b18ce85b819b1d4e4521ce +size 87353 diff --git a/ElbowLat/images/train_303_png.rf.jYb2etz7xUBBmyMplJNz.png b/ElbowLat/images/train_303_png.rf.jYb2etz7xUBBmyMplJNz.png new file mode 100644 index 0000000000000000000000000000000000000000..f0e56cf7fc1f41b2ce40cf83aafc027d54d08eba --- /dev/null +++ b/ElbowLat/images/train_303_png.rf.jYb2etz7xUBBmyMplJNz.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6e8c589613135d83dbd60c54d2240dc80a81a8fb74e457fdea79ef7e4194ac8 +size 85417 diff --git a/ElbowLat/images/train_304_png.rf.esDcf0R3B2m6RK5udKCQ.png b/ElbowLat/images/train_304_png.rf.esDcf0R3B2m6RK5udKCQ.png new file mode 100644 index 0000000000000000000000000000000000000000..4aeec071a39380365d0ae795f088ae0e62628c31 --- /dev/null +++ b/ElbowLat/images/train_304_png.rf.esDcf0R3B2m6RK5udKCQ.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba5072859db2ac4bc4d2d81297c1efeb3790503682aef1ad888858757481514d +size 67147 diff --git a/ElbowLat/images/train_305_png.rf.HRHcFasqzGG50sFXNqTZ.png b/ElbowLat/images/train_305_png.rf.HRHcFasqzGG50sFXNqTZ.png new file mode 100644 index 0000000000000000000000000000000000000000..cc714fc040341d33a7d9d16258eea5f0d2fd03c4 --- /dev/null +++ b/ElbowLat/images/train_305_png.rf.HRHcFasqzGG50sFXNqTZ.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a370055739ace31d657ed63f059a3fa9d9a24c9008088eae9ef2126ee16a3cba +size 77267 diff --git a/ElbowLat/images/train_306_png.rf.fBcAqsIY0y53r6tgnGGS.png b/ElbowLat/images/train_306_png.rf.fBcAqsIY0y53r6tgnGGS.png new file mode 100644 index 0000000000000000000000000000000000000000..2042bb9d461e7ac6072ec8546c2623000d323a15 --- /dev/null +++ b/ElbowLat/images/train_306_png.rf.fBcAqsIY0y53r6tgnGGS.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fd61219532d86c17aad74e745dd565cb707749dfd68df8b54932d5840d2d784 +size 71984 diff --git a/ElbowLat/images/train_308_png.rf.x50bB5eL0pj7PTJ8eUIi.png b/ElbowLat/images/train_308_png.rf.x50bB5eL0pj7PTJ8eUIi.png new file mode 100644 index 0000000000000000000000000000000000000000..c028fe033f7872c3e0f356e361b9389c222900b3 --- /dev/null +++ b/ElbowLat/images/train_308_png.rf.x50bB5eL0pj7PTJ8eUIi.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69ff91783845bb3caa579835196b08629886e5d3e1fd39bdd2d7cf672c10e80b +size 60267 diff --git a/ElbowLat/images/train_309_png.rf.2vAPtWO8qgaE2ty6ndRX.png b/ElbowLat/images/train_309_png.rf.2vAPtWO8qgaE2ty6ndRX.png new file mode 100644 index 0000000000000000000000000000000000000000..39eaddce4c9a74cf92bad70823d19d0f17d878d6 --- /dev/null +++ b/ElbowLat/images/train_309_png.rf.2vAPtWO8qgaE2ty6ndRX.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:777b72260e241c529e86400a02c7737d327bbc69655c0f54ed0273050bcc9fba +size 70433 diff --git a/ElbowLat/images/train_30_jpg.rf.UHvahUZMKX5mnalMJoCJ.png b/ElbowLat/images/train_30_jpg.rf.UHvahUZMKX5mnalMJoCJ.png new file mode 100644 index 0000000000000000000000000000000000000000..64f8cab48f585ab4acbd51ac18d9b4ea1f6714e2 --- /dev/null +++ b/ElbowLat/images/train_30_jpg.rf.UHvahUZMKX5mnalMJoCJ.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0a7ee0231cda5077ce0e72edc82281bffb03af6ce8f426943f449cd89b55efd +size 39572 diff --git a/ElbowLat/images/train_30_png.rf.Mx6Lt5WPbyZM0Jg3Pgtv.png b/ElbowLat/images/train_30_png.rf.Mx6Lt5WPbyZM0Jg3Pgtv.png new file mode 100644 index 0000000000000000000000000000000000000000..be9816e7b57335702230a38afd4378e6e58babaa --- /dev/null +++ b/ElbowLat/images/train_30_png.rf.Mx6Lt5WPbyZM0Jg3Pgtv.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:558bfc103dd5da1d2883c57791e7363760e5f41a2a87da078a337207d211128a +size 80716 diff --git a/ElbowLat/images/train_311_png.rf.n9NLuDRn7CjvQSDoeoLm.png b/ElbowLat/images/train_311_png.rf.n9NLuDRn7CjvQSDoeoLm.png new file mode 100644 index 0000000000000000000000000000000000000000..768e91bc6b70509ef8b801e22274de199b880361 --- /dev/null +++ b/ElbowLat/images/train_311_png.rf.n9NLuDRn7CjvQSDoeoLm.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de810cc74ce774d957aca35ade04b5172c2953d64cc56a479f96a4ca9537ad30 +size 61768 diff --git a/ElbowLat/images/train_313_png.rf.ZIKyAbFGppEHf51veR3h.png b/ElbowLat/images/train_313_png.rf.ZIKyAbFGppEHf51veR3h.png new file mode 100644 index 0000000000000000000000000000000000000000..d284d096b8a672d2461386bb561aa696a875c9e6 --- /dev/null +++ b/ElbowLat/images/train_313_png.rf.ZIKyAbFGppEHf51veR3h.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0354166d9c12d9691c76e60f417c9d16d48361052e3813aeee0aad9830f7e604 +size 80911 diff --git a/ElbowLat/images/train_314_png.rf.9D05mizAzwoB4uL3HXmH.png b/ElbowLat/images/train_314_png.rf.9D05mizAzwoB4uL3HXmH.png new file mode 100644 index 0000000000000000000000000000000000000000..1a6f7a1fa8d41fbfa07bb9317a1fe206365fcc08 --- /dev/null +++ b/ElbowLat/images/train_314_png.rf.9D05mizAzwoB4uL3HXmH.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07f6101b2ad979a68de3170ab8cac7772556f3da6f2acd819dba0e7c31aa70d4 +size 82684 diff --git a/ElbowLat/images/train_316_png.rf.Rd0ncHB4fIH3bBauN955.png b/ElbowLat/images/train_316_png.rf.Rd0ncHB4fIH3bBauN955.png new file mode 100644 index 0000000000000000000000000000000000000000..479118e0ef2f73615c368f0abaf54df5a1d5952b --- /dev/null +++ b/ElbowLat/images/train_316_png.rf.Rd0ncHB4fIH3bBauN955.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:472439f2bdfb9f408cdca78b3b8868a343afa84927af1d2a61868c40e795dede +size 71118 diff --git a/ElbowLat/images/train_317_png.rf.CqP3kYAc7ElDqDJ8PP3O.png b/ElbowLat/images/train_317_png.rf.CqP3kYAc7ElDqDJ8PP3O.png new file mode 100644 index 0000000000000000000000000000000000000000..045a1d9371e367bebc33d3c2812dd1b3dd7d24e3 --- /dev/null +++ b/ElbowLat/images/train_317_png.rf.CqP3kYAc7ElDqDJ8PP3O.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76eeef1512ab4bf03f2c9ea03b81dfb9aa89ff3655ef4e9a185693c6ac165e0f +size 73017 diff --git a/ElbowLat/images/train_318_png.rf.bIvmQg6pusfkIJfkkUDe.png b/ElbowLat/images/train_318_png.rf.bIvmQg6pusfkIJfkkUDe.png new file mode 100644 index 0000000000000000000000000000000000000000..3d8492c54414b4fbaf0c40b9ab538a737e9376c6 --- /dev/null +++ b/ElbowLat/images/train_318_png.rf.bIvmQg6pusfkIJfkkUDe.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c4da1a69cedb348d287a9ffeb028c9322af4cdef11ccde005d6f90809f3e00b +size 88143 diff --git a/ElbowLat/images/train_322_png.rf.ebcpC9lnK227XDMHJ68M.png b/ElbowLat/images/train_322_png.rf.ebcpC9lnK227XDMHJ68M.png new file mode 100644 index 0000000000000000000000000000000000000000..1935aca1d9afe1d0bf67161dccb755a5d9b9d533 --- /dev/null +++ b/ElbowLat/images/train_322_png.rf.ebcpC9lnK227XDMHJ68M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f447da000d7fa7eb152e2aeb3ea38f1818ececeb9d0a028cfd92e6d2be05ce5 +size 95970 diff --git a/ElbowLat/images/train_324_png.rf.yHFMCEUiu5JJkE2urXx7.png b/ElbowLat/images/train_324_png.rf.yHFMCEUiu5JJkE2urXx7.png new file mode 100644 index 0000000000000000000000000000000000000000..97dec2c5ec615438f9c42ca3da650a87f30777d4 --- /dev/null +++ b/ElbowLat/images/train_324_png.rf.yHFMCEUiu5JJkE2urXx7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23bdbc6ca2c800c9a73b3b3915cdde8572441b2bc41099addbe2deb0d6a39bdf +size 89389 diff --git a/ElbowLat/images/train_325_png.rf.4DLuSkzcKM2GaLUyjULR.png b/ElbowLat/images/train_325_png.rf.4DLuSkzcKM2GaLUyjULR.png new file mode 100644 index 0000000000000000000000000000000000000000..1e30ea64c05ea90d57719b4e06922d30cd2745f2 --- /dev/null +++ b/ElbowLat/images/train_325_png.rf.4DLuSkzcKM2GaLUyjULR.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3275b1948ef1321c79edbd58e9fc119ed307e16677d22045174913f3f0683b0 +size 91283 diff --git a/ElbowLat/images/train_326_png.rf.p0dYG7sRQ2pQcOKkfuPZ.png b/ElbowLat/images/train_326_png.rf.p0dYG7sRQ2pQcOKkfuPZ.png new file mode 100644 index 0000000000000000000000000000000000000000..36c3ecad2829ae70bbdc24b2b5abafe9def89f97 --- /dev/null +++ b/ElbowLat/images/train_326_png.rf.p0dYG7sRQ2pQcOKkfuPZ.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebc58a0464d6b33a52de68b3d4f0df0e28ed223e7eea8edb849e48ee75463201 +size 87604 diff --git a/ElbowLat/images/train_328_png.rf.cCI4FC4uwzniLlhSWjdx.png b/ElbowLat/images/train_328_png.rf.cCI4FC4uwzniLlhSWjdx.png new file mode 100644 index 0000000000000000000000000000000000000000..563531e20921ca05b2ea1a15ad2cdfeffbae6c63 --- /dev/null +++ b/ElbowLat/images/train_328_png.rf.cCI4FC4uwzniLlhSWjdx.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f205c432a09a021a906d6e136bf015b936a48e640d98e03609de9a3889b7456 +size 85739 diff --git a/ElbowLat/images/train_329_png.rf.oB0KyKz2WLnbyZnvkINl.png b/ElbowLat/images/train_329_png.rf.oB0KyKz2WLnbyZnvkINl.png new file mode 100644 index 0000000000000000000000000000000000000000..160edc4e8c328abe0e59497c7deb41c670bbe4d6 --- /dev/null +++ b/ElbowLat/images/train_329_png.rf.oB0KyKz2WLnbyZnvkINl.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6047e3c33c7586ee67f5ada45217c24854819264efc8d959e30efb30edacd70c +size 70954 diff --git a/ElbowLat/images/train_32_jpg.rf.wnVVyzyG10N5lSfNCZm0.png b/ElbowLat/images/train_32_jpg.rf.wnVVyzyG10N5lSfNCZm0.png new file mode 100644 index 0000000000000000000000000000000000000000..c68612129740d47ce239a54fca65add73d161d12 --- /dev/null +++ b/ElbowLat/images/train_32_jpg.rf.wnVVyzyG10N5lSfNCZm0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b561a65c7597eecb4a9f4af5cc5b503ec31e2989c43ac109888c093035991103 +size 41568 diff --git a/ElbowLat/images/train_330_png.rf.EKu2R1T5uHqH41eioq9R.png b/ElbowLat/images/train_330_png.rf.EKu2R1T5uHqH41eioq9R.png new file mode 100644 index 0000000000000000000000000000000000000000..0208012af82b8de10e1d26fc1b8f5d00289208b8 --- /dev/null +++ b/ElbowLat/images/train_330_png.rf.EKu2R1T5uHqH41eioq9R.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e26ba03c16dbaeac82f48b39193a1236afdd77201502ad687ddf09377f0fe538 +size 75607 diff --git a/ElbowLat/images/train_331_png.rf.FXFy4NiQ9kcJhaAp5xcu.png b/ElbowLat/images/train_331_png.rf.FXFy4NiQ9kcJhaAp5xcu.png new file mode 100644 index 0000000000000000000000000000000000000000..dbfdfd6120ee94f25cd57a151f37c4db8fdd1c9f --- /dev/null +++ b/ElbowLat/images/train_331_png.rf.FXFy4NiQ9kcJhaAp5xcu.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8b0a4f26d21f70ada933aed4617d59b9e24f6099555f5fa51c3d1e350d4d515 +size 77271 diff --git a/ElbowLat/images/train_332_png.rf.8O46B6KeW3XqIwbz1c2E.png b/ElbowLat/images/train_332_png.rf.8O46B6KeW3XqIwbz1c2E.png new file mode 100644 index 0000000000000000000000000000000000000000..0b4118e9bf8eb3fd2e3db43df5df7e0ec13beec3 --- /dev/null +++ b/ElbowLat/images/train_332_png.rf.8O46B6KeW3XqIwbz1c2E.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2b89b7129901652b34d9e3520d22169cc58c4246cb43b66ba0cda4385f09afd +size 81645 diff --git a/ElbowLat/images/train_333_png.rf.lidor69jZsC5InJLGURy.png b/ElbowLat/images/train_333_png.rf.lidor69jZsC5InJLGURy.png new file mode 100644 index 0000000000000000000000000000000000000000..d6c66ff6016d2c5a55ea1224a202919f3abbffb4 --- /dev/null +++ b/ElbowLat/images/train_333_png.rf.lidor69jZsC5InJLGURy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:353a4399fb3c914985126309c1d35a6875ef5951590ebce3abd29d05ef07d00f +size 66226 diff --git a/ElbowLat/images/train_334_png.rf.FOR5fwVwiI6yhdZqmLKL.png b/ElbowLat/images/train_334_png.rf.FOR5fwVwiI6yhdZqmLKL.png new file mode 100644 index 0000000000000000000000000000000000000000..860ed057185ade17fdd47010d802381bc31217bd --- /dev/null +++ b/ElbowLat/images/train_334_png.rf.FOR5fwVwiI6yhdZqmLKL.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:669cab433b5f332771eaf12df650c453c8843f6437654651165c7d3d36d7c66a +size 87509 diff --git a/ElbowLat/images/train_335_png.rf.N4K3rFYR1m7fQHuZrjn9.png b/ElbowLat/images/train_335_png.rf.N4K3rFYR1m7fQHuZrjn9.png new file mode 100644 index 0000000000000000000000000000000000000000..604dd1af4224bf4511815d2212acd78cfa40229c --- /dev/null +++ b/ElbowLat/images/train_335_png.rf.N4K3rFYR1m7fQHuZrjn9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:714b5ec1012d2814995ad79044e33e5d2371e1c2c406335af44a48159053331c +size 65186 diff --git a/ElbowLat/images/train_337_png.rf.iplUXoLkfHfklWZePeKV.png b/ElbowLat/images/train_337_png.rf.iplUXoLkfHfklWZePeKV.png new file mode 100644 index 0000000000000000000000000000000000000000..83988b0ef16825ab39271193d6dc307513c2737d --- /dev/null +++ b/ElbowLat/images/train_337_png.rf.iplUXoLkfHfklWZePeKV.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3afb176c25264e552f8deff7bd7fc3a2d2e01537046a9ccb394c12993c3eac10 +size 56666 diff --git a/ElbowLat/images/train_339_png.rf.dIqmzIJP2lZquhyqUSMU.png b/ElbowLat/images/train_339_png.rf.dIqmzIJP2lZquhyqUSMU.png new file mode 100644 index 0000000000000000000000000000000000000000..07a4ba44875a7b72f90ef5bb2b4185aeeb11ae7f --- /dev/null +++ b/ElbowLat/images/train_339_png.rf.dIqmzIJP2lZquhyqUSMU.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28aadc40852728c92e3f80b481b86227d9e705e9f4e0984bf662c8bd88ee0d33 +size 92397 diff --git a/ElbowLat/images/train_340_png.rf.rRFWt74MoKzX5j4maHrO.png b/ElbowLat/images/train_340_png.rf.rRFWt74MoKzX5j4maHrO.png new file mode 100644 index 0000000000000000000000000000000000000000..936b340580f641d08ee5d5d0aba1fe817c83149f --- /dev/null +++ b/ElbowLat/images/train_340_png.rf.rRFWt74MoKzX5j4maHrO.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e23fe316e562871ae18ab4337f3eb1d5c0d5e49dd7e6e33c97d125f05a00068a +size 70395 diff --git a/ElbowLat/images/train_341_png.rf.516JLZ985ZffB3SjSmxH.png b/ElbowLat/images/train_341_png.rf.516JLZ985ZffB3SjSmxH.png new file mode 100644 index 0000000000000000000000000000000000000000..643d82425174050a9c28a8a4a9352933477cfd82 --- /dev/null +++ b/ElbowLat/images/train_341_png.rf.516JLZ985ZffB3SjSmxH.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4419251b2ccbf062f038e24437876688c520058fc9bc7061815bda414f32034a +size 61348 diff --git a/ElbowLat/images/train_342_png.rf.bkSYKRLJLMeUuuBBbgIR.png b/ElbowLat/images/train_342_png.rf.bkSYKRLJLMeUuuBBbgIR.png new file mode 100644 index 0000000000000000000000000000000000000000..4b561385605679e469dde1f0b388364383393dd4 --- /dev/null +++ b/ElbowLat/images/train_342_png.rf.bkSYKRLJLMeUuuBBbgIR.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4c5423a6b899664bf3caf298dbc1950cbdd05eacd317c677835905f21c2aa4a +size 73865 diff --git a/ElbowLat/images/train_343_png.rf.MLRSxr4o9TmiXCAfkKFn.png b/ElbowLat/images/train_343_png.rf.MLRSxr4o9TmiXCAfkKFn.png new file mode 100644 index 0000000000000000000000000000000000000000..657609c4b175709526ee06ea8a1f789f70fc5bc2 --- /dev/null +++ b/ElbowLat/images/train_343_png.rf.MLRSxr4o9TmiXCAfkKFn.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf1ec75e078f50d55bb9779f92fe955febfe0ee0d697f7bdcd486a4193e8fdf0 +size 79833 diff --git a/ElbowLat/images/train_344_png.rf.jGS29MA0bnJ94VbMVI8q.png b/ElbowLat/images/train_344_png.rf.jGS29MA0bnJ94VbMVI8q.png new file mode 100644 index 0000000000000000000000000000000000000000..6039f3a5e201ce4e8ff582722a02189d6b600a6d --- /dev/null +++ b/ElbowLat/images/train_344_png.rf.jGS29MA0bnJ94VbMVI8q.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87fa62ee3b09adbde1768a0f9c5ab8eb914a3446977e8ccbc7d8dd66d14ba661 +size 73626 diff --git a/ElbowLat/images/train_345_png.rf.qaW8Sy1EfWCLfxJnQ13n.png b/ElbowLat/images/train_345_png.rf.qaW8Sy1EfWCLfxJnQ13n.png new file mode 100644 index 0000000000000000000000000000000000000000..00ede2e8cf3683665f953c9dd5fa31d9b6e252f0 --- /dev/null +++ b/ElbowLat/images/train_345_png.rf.qaW8Sy1EfWCLfxJnQ13n.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:850a0893d9198a705632324c09697c8ad05c2308faeb8545044af644f899fc95 +size 73421 diff --git a/ElbowLat/images/train_347_png.rf.GMcdQAEULiATuaK81dsI.png b/ElbowLat/images/train_347_png.rf.GMcdQAEULiATuaK81dsI.png new file mode 100644 index 0000000000000000000000000000000000000000..6f8ce39bff239bbee3acfd606920e1faca87e2dd --- /dev/null +++ b/ElbowLat/images/train_347_png.rf.GMcdQAEULiATuaK81dsI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a32b6576ef0a427d16a7d968dfbd43a95914b6f23310f729ec527b93d2a98e9 +size 72143 diff --git a/ElbowLat/images/train_349_png.rf.iPwDoWRIWwPohRqDYuTW.png b/ElbowLat/images/train_349_png.rf.iPwDoWRIWwPohRqDYuTW.png new file mode 100644 index 0000000000000000000000000000000000000000..7084d92fbaf4b7611ee5d0660ee009628c0cfc1d --- /dev/null +++ b/ElbowLat/images/train_349_png.rf.iPwDoWRIWwPohRqDYuTW.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58a58316762631b1abdd8a893e24abf72693c6ff2f6b23a47d5ec7107b67f29a +size 83102 diff --git a/ElbowLat/images/train_34_jpg.rf.gJfaYtJ3AOGqr2afnp6M.png b/ElbowLat/images/train_34_jpg.rf.gJfaYtJ3AOGqr2afnp6M.png new file mode 100644 index 0000000000000000000000000000000000000000..998ef913080f4e063dcd287d58a091010ce045f9 --- /dev/null +++ b/ElbowLat/images/train_34_jpg.rf.gJfaYtJ3AOGqr2afnp6M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d446cbceb35b4f4b622263e8f5f94bc2f34591906efb0866be408ffd5f74798c +size 48015 diff --git a/ElbowLat/images/train_34_png.rf.mIlbqe6chqmPRWd8rgQQ.png b/ElbowLat/images/train_34_png.rf.mIlbqe6chqmPRWd8rgQQ.png new file mode 100644 index 0000000000000000000000000000000000000000..9d3b7afffc5cd9cd19f3691d60e7e8e2a9ea7583 --- /dev/null +++ b/ElbowLat/images/train_34_png.rf.mIlbqe6chqmPRWd8rgQQ.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b253be56a86eb0343987663d3769c0dc085e3147bb813fcb8f72a1e3cfdca356 +size 75670 diff --git a/ElbowLat/images/train_350_png.rf.wdAAeF384idrzKXEHzpg.png b/ElbowLat/images/train_350_png.rf.wdAAeF384idrzKXEHzpg.png new file mode 100644 index 0000000000000000000000000000000000000000..073615172d4be0c2c8ec367a0a11f17c6f456945 --- /dev/null +++ b/ElbowLat/images/train_350_png.rf.wdAAeF384idrzKXEHzpg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:482588293e729c2a8cd4cdcbf4e05eb8396fca106a734ed5f45487484ce4c378 +size 80842 diff --git a/ElbowLat/images/train_351_png.rf.MVqSgnh8tB8LYRQoh93N.png b/ElbowLat/images/train_351_png.rf.MVqSgnh8tB8LYRQoh93N.png new file mode 100644 index 0000000000000000000000000000000000000000..ba19868084c6434e3904682438e9c33228913798 --- /dev/null +++ b/ElbowLat/images/train_351_png.rf.MVqSgnh8tB8LYRQoh93N.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df8aef6c741b28e6cddfe7bba05da66a42dc699bf5b6051f85d07e9c2ecae5f2 +size 77364 diff --git a/ElbowLat/images/train_353_png.rf.NnmTFyflRv21F8fgmy8X.png b/ElbowLat/images/train_353_png.rf.NnmTFyflRv21F8fgmy8X.png new file mode 100644 index 0000000000000000000000000000000000000000..53d26280fe8cdf923d0ed47f51b68fe5a8943da0 --- /dev/null +++ b/ElbowLat/images/train_353_png.rf.NnmTFyflRv21F8fgmy8X.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:440e87d1187dbc1c59c9a1fde9f8a3c774d68a4bcbba85c556e50a4a3b6bd87b +size 76685 diff --git a/ElbowLat/images/train_356_png.rf.Zb7GZh8fEmPsxcLRhKeV.png b/ElbowLat/images/train_356_png.rf.Zb7GZh8fEmPsxcLRhKeV.png new file mode 100644 index 0000000000000000000000000000000000000000..13be2bedf3ec3702f637d55538c29db42b15565d --- /dev/null +++ b/ElbowLat/images/train_356_png.rf.Zb7GZh8fEmPsxcLRhKeV.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff51d6f7eefb5d5af3488f4c21fd0d28861a847f812a122c22e0d54100aa7a03 +size 76281 diff --git a/ElbowLat/images/train_357_png.rf.FAz52VaT9ipm8ShKGvXh.png b/ElbowLat/images/train_357_png.rf.FAz52VaT9ipm8ShKGvXh.png new file mode 100644 index 0000000000000000000000000000000000000000..a9fc28c6b8a254260315a2cbc753341621d74547 --- /dev/null +++ b/ElbowLat/images/train_357_png.rf.FAz52VaT9ipm8ShKGvXh.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a60b0fc41589fe76a872ab849ae8837bc21deab34c6a66874556d33877887de4 +size 66547 diff --git a/ElbowLat/images/train_358_png.rf.bZJSkKsus9jK7cAHXdU1.png b/ElbowLat/images/train_358_png.rf.bZJSkKsus9jK7cAHXdU1.png new file mode 100644 index 0000000000000000000000000000000000000000..27a2ea9f9a22c6b25fe1eaa706ae17a75d74328f --- /dev/null +++ b/ElbowLat/images/train_358_png.rf.bZJSkKsus9jK7cAHXdU1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb6490acd3c1252d398d2b4349eeaef68dab976532117f39fdf63221a7191a62 +size 72855 diff --git a/ElbowLat/images/train_359_png.rf.Ota9IZFY7KztTDdKu0MB.png b/ElbowLat/images/train_359_png.rf.Ota9IZFY7KztTDdKu0MB.png new file mode 100644 index 0000000000000000000000000000000000000000..e57e373d20966f7c431a504fcdc6a2a9888397c9 --- /dev/null +++ b/ElbowLat/images/train_359_png.rf.Ota9IZFY7KztTDdKu0MB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b6397a77f68af0694f84202c107b3612620b132e6f357beb3f2c8032bf7d39c +size 44433 diff --git a/ElbowLat/images/train_35_png.rf.eKvvh8VzISjkj3aJnmkN.png b/ElbowLat/images/train_35_png.rf.eKvvh8VzISjkj3aJnmkN.png new file mode 100644 index 0000000000000000000000000000000000000000..0fa9cf9ac39d63b95f05a1944990f44dcc3ca57e --- /dev/null +++ b/ElbowLat/images/train_35_png.rf.eKvvh8VzISjkj3aJnmkN.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:add0be08b9ebb15ffc721862e14c5f1a061d14343c28fb58575d4d54e45f2823 +size 81084 diff --git a/ElbowLat/images/train_361_png.rf.SvGzK5RwwshWpiuTlO6P.png b/ElbowLat/images/train_361_png.rf.SvGzK5RwwshWpiuTlO6P.png new file mode 100644 index 0000000000000000000000000000000000000000..c07dea6ba47e45b4072a145163d802230bb24aba --- /dev/null +++ b/ElbowLat/images/train_361_png.rf.SvGzK5RwwshWpiuTlO6P.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6c4f5e884364435e11f3fcbb1ca4a47a5e19c95d09b488de3875fbb54ccd73e +size 92923 diff --git a/ElbowLat/images/train_362_png.rf.LKWAjpy8dIRyb3X6tbFJ.png b/ElbowLat/images/train_362_png.rf.LKWAjpy8dIRyb3X6tbFJ.png new file mode 100644 index 0000000000000000000000000000000000000000..707aa8e198f84fd1682270b503e8bbc529610692 --- /dev/null +++ b/ElbowLat/images/train_362_png.rf.LKWAjpy8dIRyb3X6tbFJ.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ce8934a419f04dc28d27e99477b2e2954a4cd2dd4d06af876767eb8b4a4dfdd +size 78137 diff --git a/ElbowLat/images/train_364_png.rf.2Gt06vC3eNIvapTuaroY.png b/ElbowLat/images/train_364_png.rf.2Gt06vC3eNIvapTuaroY.png new file mode 100644 index 0000000000000000000000000000000000000000..e1d7eedcbfdb950bd019769b3dda22676ea8f6c1 --- /dev/null +++ b/ElbowLat/images/train_364_png.rf.2Gt06vC3eNIvapTuaroY.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f483861627b7c6e608b5409a711441c71100be2026fa35bf330b03b3810b1350 +size 68029 diff --git a/ElbowLat/images/train_365_png.rf.rJfaKlRrNG2iIumhtCBz.png b/ElbowLat/images/train_365_png.rf.rJfaKlRrNG2iIumhtCBz.png new file mode 100644 index 0000000000000000000000000000000000000000..11663a1cd07ed06ea4035ac0f781f521a50dd335 --- /dev/null +++ b/ElbowLat/images/train_365_png.rf.rJfaKlRrNG2iIumhtCBz.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95fa2a5663da9770009877534d85684bc3df042177d6320d6a3135be7319c4c4 +size 76260 diff --git a/ElbowLat/images/train_366_png.rf.UzZYRgHVit9mpPpb1sWd.png b/ElbowLat/images/train_366_png.rf.UzZYRgHVit9mpPpb1sWd.png new file mode 100644 index 0000000000000000000000000000000000000000..5112b6995b30dfac64571dbf9a762f6fa4b53f97 --- /dev/null +++ b/ElbowLat/images/train_366_png.rf.UzZYRgHVit9mpPpb1sWd.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3efe88e6f3d8b9f99456acea8f1131f309528214b61cfce6d595c7ef255e66b +size 89178 diff --git a/ElbowLat/images/train_368_png.rf.ncf2HC5ZK2Vx8QIZDpYI.png b/ElbowLat/images/train_368_png.rf.ncf2HC5ZK2Vx8QIZDpYI.png new file mode 100644 index 0000000000000000000000000000000000000000..709c8360f57f5000e9ca54a74781de8356fe3171 --- /dev/null +++ b/ElbowLat/images/train_368_png.rf.ncf2HC5ZK2Vx8QIZDpYI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2002f8459e08323fe396b0987246fb4d6ca2e919081cb50cb0d4ca8e92189dd1 +size 75109 diff --git a/ElbowLat/images/train_36_jpg.rf.YWFrPMyrh9ulQqxowuKj.png b/ElbowLat/images/train_36_jpg.rf.YWFrPMyrh9ulQqxowuKj.png new file mode 100644 index 0000000000000000000000000000000000000000..1ab37508fb6d448e690b87e75e3f14cc0c7257b4 --- /dev/null +++ b/ElbowLat/images/train_36_jpg.rf.YWFrPMyrh9ulQqxowuKj.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b57823a1f2ffd4fa26304dd6d7b0a020628417b7122c4c8818807d67d4ade00 +size 30191 diff --git a/ElbowLat/images/train_36_png.rf.Fu34wZsVi148iaIUI9IE.png b/ElbowLat/images/train_36_png.rf.Fu34wZsVi148iaIUI9IE.png new file mode 100644 index 0000000000000000000000000000000000000000..083fd0597874f6a0aaebd6ba546357000228ee46 --- /dev/null +++ b/ElbowLat/images/train_36_png.rf.Fu34wZsVi148iaIUI9IE.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15b03598137941884aa37c51161c14d2300bf692afefcf541e3546eccc429880 +size 80994 diff --git a/ElbowLat/images/train_370_png.rf.8HL9pKhfLcWXLmwTVytu.png b/ElbowLat/images/train_370_png.rf.8HL9pKhfLcWXLmwTVytu.png new file mode 100644 index 0000000000000000000000000000000000000000..9df6cc9b812a630b2b5ae38f0e85cbd385fb8c04 --- /dev/null +++ b/ElbowLat/images/train_370_png.rf.8HL9pKhfLcWXLmwTVytu.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47e3c834374bfa9a2511a4a5fd0e1c006f9b1e88cece6ccf21e3e0b0bd01d65b +size 93024 diff --git a/ElbowLat/images/train_371_png.rf.vyQqJ0t0J1p9Vcrpzgup.png b/ElbowLat/images/train_371_png.rf.vyQqJ0t0J1p9Vcrpzgup.png new file mode 100644 index 0000000000000000000000000000000000000000..f845cf4fc8a8c13d06d32736a5a171b21e66806a --- /dev/null +++ b/ElbowLat/images/train_371_png.rf.vyQqJ0t0J1p9Vcrpzgup.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:463d50de0caa4d1137c6681e49644a6f3661df84bc98d18c74a0053618b7c1b8 +size 77839 diff --git a/ElbowLat/images/train_374_png.rf.gVhZYoPRIOLeX8wOxARZ.png b/ElbowLat/images/train_374_png.rf.gVhZYoPRIOLeX8wOxARZ.png new file mode 100644 index 0000000000000000000000000000000000000000..74d27e2a0174bc81d6271e528bf094ac45e4fb6e --- /dev/null +++ b/ElbowLat/images/train_374_png.rf.gVhZYoPRIOLeX8wOxARZ.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a26ab90ebc6886e7fe6809074c4921c3dfb24bda6a27eaf433c6b7cfa0e5ef3 +size 68906 diff --git a/ElbowLat/images/train_376_png.rf.mHSX4NahB9cM0JM2YTQp.png b/ElbowLat/images/train_376_png.rf.mHSX4NahB9cM0JM2YTQp.png new file mode 100644 index 0000000000000000000000000000000000000000..20102f8be596fe479216c22c4c2dad3b23a706a2 --- /dev/null +++ b/ElbowLat/images/train_376_png.rf.mHSX4NahB9cM0JM2YTQp.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:963298e9534406eb78da916d1c32172b225ec11c0696201915a7751b8dae8859 +size 55758 diff --git a/ElbowLat/images/train_378_png.rf.S5phQhvvtPi2laDRDQb7.png b/ElbowLat/images/train_378_png.rf.S5phQhvvtPi2laDRDQb7.png new file mode 100644 index 0000000000000000000000000000000000000000..6fd356de3ed33d6046247a2a0f3a5b9de11e2ba6 --- /dev/null +++ b/ElbowLat/images/train_378_png.rf.S5phQhvvtPi2laDRDQb7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe633bff57d6a71f47d29901b1e34b109241cd9e4f2ecf4583b5ef2343eee2c8 +size 81866 diff --git a/ElbowLat/images/train_37_jpg.rf.VWHsjqQFgNkizlGYGa9V.png b/ElbowLat/images/train_37_jpg.rf.VWHsjqQFgNkizlGYGa9V.png new file mode 100644 index 0000000000000000000000000000000000000000..2f24aae055807e147451db7e7e65ae84d0f24811 --- /dev/null +++ b/ElbowLat/images/train_37_jpg.rf.VWHsjqQFgNkizlGYGa9V.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0de91120f294834f1c355fe5bb7909d1778cd376f3ebaf9c80064bdcba146561 +size 52657 diff --git a/ElbowLat/images/train_37_png.rf.9chf0I0wcAI7KryrptXX.png b/ElbowLat/images/train_37_png.rf.9chf0I0wcAI7KryrptXX.png new file mode 100644 index 0000000000000000000000000000000000000000..180dd59ffe06f9bee1254a8c2f3f64a727629143 --- /dev/null +++ b/ElbowLat/images/train_37_png.rf.9chf0I0wcAI7KryrptXX.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfb2a46e379e4b555b0d47d41210e7012b1b25d36707a7149bfa060bab063973 +size 82323 diff --git a/ElbowLat/images/train_382_png.rf.DYapMWKfrFygE8oPy1mD.png b/ElbowLat/images/train_382_png.rf.DYapMWKfrFygE8oPy1mD.png new file mode 100644 index 0000000000000000000000000000000000000000..d1d24a90c8156507fbe4e4eeac8fa3e541228bb4 --- /dev/null +++ b/ElbowLat/images/train_382_png.rf.DYapMWKfrFygE8oPy1mD.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bebd259e1a69fc5143a2b2a63457d9cc8299b02c408d5ee6f8ebea5f7594ab1 +size 61077 diff --git a/ElbowLat/images/train_383_png.rf.bT1aizg95SL81MfGUlnW.png b/ElbowLat/images/train_383_png.rf.bT1aizg95SL81MfGUlnW.png new file mode 100644 index 0000000000000000000000000000000000000000..e5397c95c28e0779bb8e761338da5d168207dbc1 --- /dev/null +++ b/ElbowLat/images/train_383_png.rf.bT1aizg95SL81MfGUlnW.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f821ced5e8a9191387a95bb7512ca316bfc3bb6e8386bea8ceb8b62ff37e188b +size 86091 diff --git a/ElbowLat/images/train_384_png.rf.UyrWN7BcJxspCMnJKn8W.png b/ElbowLat/images/train_384_png.rf.UyrWN7BcJxspCMnJKn8W.png new file mode 100644 index 0000000000000000000000000000000000000000..149696863960d19ec12ec7351224b2806f617cb5 --- /dev/null +++ b/ElbowLat/images/train_384_png.rf.UyrWN7BcJxspCMnJKn8W.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59f85fe746040086fe08faf65e6cb7360e56bee6937277ec5ee95da30dcc701d +size 84714 diff --git a/ElbowLat/images/train_385_png.rf.ltjmKvauVR1FquwVyNUB.png b/ElbowLat/images/train_385_png.rf.ltjmKvauVR1FquwVyNUB.png new file mode 100644 index 0000000000000000000000000000000000000000..89c129da68cad3645f3ec3706aaf9b1e84267dab --- /dev/null +++ b/ElbowLat/images/train_385_png.rf.ltjmKvauVR1FquwVyNUB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:792d23d259b52b8492c32a213b436104fed156886afdad0b3877b20b002e5d53 +size 84934 diff --git a/ElbowLat/images/train_38_jpg.rf.FHZlrCyjgREjrEXRYTj6.png b/ElbowLat/images/train_38_jpg.rf.FHZlrCyjgREjrEXRYTj6.png new file mode 100644 index 0000000000000000000000000000000000000000..1021952a91d109f943d49f339feafe95b7385de5 --- /dev/null +++ b/ElbowLat/images/train_38_jpg.rf.FHZlrCyjgREjrEXRYTj6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6784e3f36f17e1cbc6f32dfd0f94292b88133b5aad955832ccb81d77c99db079 +size 44995 diff --git a/ElbowLat/images/train_38_png.rf.458b7QIMkuLWaYXcpbPR.png b/ElbowLat/images/train_38_png.rf.458b7QIMkuLWaYXcpbPR.png new file mode 100644 index 0000000000000000000000000000000000000000..aa91d1bf178d590429b6cb46c95941c9dd78533f --- /dev/null +++ b/ElbowLat/images/train_38_png.rf.458b7QIMkuLWaYXcpbPR.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee6aa0cee41aef90cd2ce7e809837ba873f391fbd2672024a7761113aac11cce +size 68479 diff --git a/ElbowLat/images/train_39_jpg.rf.yCBWulvhw982hdMKw5q6.png b/ElbowLat/images/train_39_jpg.rf.yCBWulvhw982hdMKw5q6.png new file mode 100644 index 0000000000000000000000000000000000000000..43b3f4d6645d1ddf05985784df5f9908e6a45c19 --- /dev/null +++ b/ElbowLat/images/train_39_jpg.rf.yCBWulvhw982hdMKw5q6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a41415454daa2218bfdcf51bba6289a4fb14c1eb7edb8c2582b0bc4c6aa21367 +size 42805 diff --git a/ElbowLat/images/train_39_png.rf.FGXkfjIjPi6zQkIg9axL.png b/ElbowLat/images/train_39_png.rf.FGXkfjIjPi6zQkIg9axL.png new file mode 100644 index 0000000000000000000000000000000000000000..812c9abb5f1caf2680984f32ed3dc0c20e96de5b --- /dev/null +++ b/ElbowLat/images/train_39_png.rf.FGXkfjIjPi6zQkIg9axL.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0728038706cf76fae8d1a09d0a8f63830a7df099278c98d68c9ef9121885aa9f +size 94827 diff --git a/ElbowLat/images/train_3_jpg.rf.m2FK4XnG0Q5Cxp0eGyRT.png b/ElbowLat/images/train_3_jpg.rf.m2FK4XnG0Q5Cxp0eGyRT.png new file mode 100644 index 0000000000000000000000000000000000000000..96d4f883ccb9ae3d6ba78cca9948f50cdfcb985c --- /dev/null +++ b/ElbowLat/images/train_3_jpg.rf.m2FK4XnG0Q5Cxp0eGyRT.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9d17cb90eaca9e8c93eab622ab1acb02030750b1005a002a473a8ebac5d2ce4 +size 37140 diff --git a/ElbowLat/images/train_3_png.rf.ebCsUcG3avld1FidHGwY.png b/ElbowLat/images/train_3_png.rf.ebCsUcG3avld1FidHGwY.png new file mode 100644 index 0000000000000000000000000000000000000000..e5376957668432273e6be2bf5fad865a8004e96c --- /dev/null +++ b/ElbowLat/images/train_3_png.rf.ebCsUcG3avld1FidHGwY.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcc9991802a215759f0baff425e65bd52293d9814e700679927fee942320b9f5 +size 54147 diff --git a/ElbowLat/images/train_40_jpg.rf.nP1rJ8hYqyxZ4VLvsBrg.png b/ElbowLat/images/train_40_jpg.rf.nP1rJ8hYqyxZ4VLvsBrg.png new file mode 100644 index 0000000000000000000000000000000000000000..032f919b579616c0064c2657e8b5aa1c544a5f9b --- /dev/null +++ b/ElbowLat/images/train_40_jpg.rf.nP1rJ8hYqyxZ4VLvsBrg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ece800d54f06e60e9dc83a083d096d57e1087c5fb3e824f673d4456f88952e9a +size 40507 diff --git a/ElbowLat/images/train_41_jpg.rf.Wk50QyWZHWngA4xa9Np0.png b/ElbowLat/images/train_41_jpg.rf.Wk50QyWZHWngA4xa9Np0.png new file mode 100644 index 0000000000000000000000000000000000000000..79fbf2906b88a0b57a55f67b114cfd71d69adcf2 --- /dev/null +++ b/ElbowLat/images/train_41_jpg.rf.Wk50QyWZHWngA4xa9Np0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eacf10d92e18a34668365ff969634098db22f66c4b00fa153ab26a92ad032b98 +size 46279 diff --git a/ElbowLat/images/train_41_png.rf.R7U5W7pnhObJtk1yNiAB.png b/ElbowLat/images/train_41_png.rf.R7U5W7pnhObJtk1yNiAB.png new file mode 100644 index 0000000000000000000000000000000000000000..f78c213f2b373b2f7a7858195dc73d33fef9c66b --- /dev/null +++ b/ElbowLat/images/train_41_png.rf.R7U5W7pnhObJtk1yNiAB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cf81e7a280075e8425574ecf69e1c89c18c23c2d3591d3a1fdeef21ba36d7e5 +size 72633 diff --git a/ElbowLat/images/train_42_jpg.rf.wl2I3aBzbRDttFsG9qD0.png b/ElbowLat/images/train_42_jpg.rf.wl2I3aBzbRDttFsG9qD0.png new file mode 100644 index 0000000000000000000000000000000000000000..36f44f8b4a50c8dbb5048b46e6ea81116c11600b --- /dev/null +++ b/ElbowLat/images/train_42_jpg.rf.wl2I3aBzbRDttFsG9qD0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b9dcde8fb7a009790ae2f27c0e9d251b6a3121c90f515985d111a0b674fa868 +size 39560 diff --git a/ElbowLat/images/train_42_png.rf.X8zxOgZVPgwvzc8lRK12.png b/ElbowLat/images/train_42_png.rf.X8zxOgZVPgwvzc8lRK12.png new file mode 100644 index 0000000000000000000000000000000000000000..56fd52bb91455554944303a128cfd8a2c0346070 --- /dev/null +++ b/ElbowLat/images/train_42_png.rf.X8zxOgZVPgwvzc8lRK12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea8d4120b71348d2b7c539ef62b9e9b52e0797de4d5d9c1f69e38bdf5e7f56e1 +size 53453 diff --git a/ElbowLat/images/train_43_png.rf.RMwbPtT58WBMua7ElVgB.png b/ElbowLat/images/train_43_png.rf.RMwbPtT58WBMua7ElVgB.png new file mode 100644 index 0000000000000000000000000000000000000000..81a4cfe10a27e1cd186da293564fbf9385e6191a --- /dev/null +++ b/ElbowLat/images/train_43_png.rf.RMwbPtT58WBMua7ElVgB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e45878bd63a1bd3b1db85b5e624d1a3dd7de37db5c1132c2daa1ec006ce19cb6 +size 69007 diff --git a/ElbowLat/images/train_44_jpg.rf.yXKkkVsapO3a0j8pjn1y.png b/ElbowLat/images/train_44_jpg.rf.yXKkkVsapO3a0j8pjn1y.png new file mode 100644 index 0000000000000000000000000000000000000000..7537e700cd91a42fe0cab9454c85a98e33445a80 --- /dev/null +++ b/ElbowLat/images/train_44_jpg.rf.yXKkkVsapO3a0j8pjn1y.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f034aa4454ec24912e74d2e21119bf70365e545138d9c697fbbdc5eaace0a4e9 +size 50184 diff --git a/ElbowLat/images/train_44_png.rf.s1RFn487I2KSRHUdrnom.png b/ElbowLat/images/train_44_png.rf.s1RFn487I2KSRHUdrnom.png new file mode 100644 index 0000000000000000000000000000000000000000..f7f34cf9fe866ae3354eaef4d29f327d3ccb194c --- /dev/null +++ b/ElbowLat/images/train_44_png.rf.s1RFn487I2KSRHUdrnom.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d218cbf6215e944f77c09ad770695359e7a5b8147e5c61a0be46ba36eb98399 +size 60835 diff --git a/ElbowLat/images/train_46_jpg.rf.LO31natV9JTQKLwmG2MF.png b/ElbowLat/images/train_46_jpg.rf.LO31natV9JTQKLwmG2MF.png new file mode 100644 index 0000000000000000000000000000000000000000..72854d3885323b0ec22fb54bfd29cd693b6b4b0d --- /dev/null +++ b/ElbowLat/images/train_46_jpg.rf.LO31natV9JTQKLwmG2MF.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb548a07b7a759d9c88829e9386023eb75dab3e0586bb3391785785540d919c4 +size 38990 diff --git a/ElbowLat/images/train_46_png.rf.nMy8G7pm3TJ5iA4nof63.png b/ElbowLat/images/train_46_png.rf.nMy8G7pm3TJ5iA4nof63.png new file mode 100644 index 0000000000000000000000000000000000000000..2bcab7c6321446c052aace6b03841759b50c9d44 --- /dev/null +++ b/ElbowLat/images/train_46_png.rf.nMy8G7pm3TJ5iA4nof63.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0805b4ca1fa7da56110ad763133eca1fe1594c26fba0e4292f126274e5acb283 +size 78253 diff --git a/ElbowLat/images/train_48_jpg.rf.TAO2s6Ggc0yCuWWud574.png b/ElbowLat/images/train_48_jpg.rf.TAO2s6Ggc0yCuWWud574.png new file mode 100644 index 0000000000000000000000000000000000000000..2c57992182597272c08e4954c6de9bdc35f71f4f --- /dev/null +++ b/ElbowLat/images/train_48_jpg.rf.TAO2s6Ggc0yCuWWud574.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7b0bed839c6287658d702df73eb33cc29c280e0dfcceaf35ecce6157e25d816 +size 52867 diff --git a/ElbowLat/images/train_48_png.rf.4GRP5yTndjL6TRPoocF4.png b/ElbowLat/images/train_48_png.rf.4GRP5yTndjL6TRPoocF4.png new file mode 100644 index 0000000000000000000000000000000000000000..1622e6a761ad31a4e66f97f9527cfc402c6b198b --- /dev/null +++ b/ElbowLat/images/train_48_png.rf.4GRP5yTndjL6TRPoocF4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43c3b436a1a1b2401721a4c9d4f28fc9925e82a11b88e0c973d99a5039a49909 +size 58524 diff --git a/ElbowLat/images/train_4_jpg.rf.71T8yAWqctoKDX5lt9g4.png b/ElbowLat/images/train_4_jpg.rf.71T8yAWqctoKDX5lt9g4.png new file mode 100644 index 0000000000000000000000000000000000000000..b480005d1666b61054b7b2fc4dad4d642a2cf2df --- /dev/null +++ b/ElbowLat/images/train_4_jpg.rf.71T8yAWqctoKDX5lt9g4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cd0ac3176255b005bf33690f1f5f150de9b502f6865ba2b3a5274e4046b47af +size 47398 diff --git a/ElbowLat/images/train_4_png.rf.3byamTpcQmaM61Oq9BN9.png b/ElbowLat/images/train_4_png.rf.3byamTpcQmaM61Oq9BN9.png new file mode 100644 index 0000000000000000000000000000000000000000..144801a0abc6f0cdedd6026e79fe9ac4b425b9e8 --- /dev/null +++ b/ElbowLat/images/train_4_png.rf.3byamTpcQmaM61Oq9BN9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b02f0e9c87f247fde43627ad91b74f6d3b6f8c574cc75939f257d6e30c5ba2c0 +size 75878 diff --git a/ElbowLat/images/train_50_jpg.rf.OUBR9dlq8hDxzWJ4ygJy.png b/ElbowLat/images/train_50_jpg.rf.OUBR9dlq8hDxzWJ4ygJy.png new file mode 100644 index 0000000000000000000000000000000000000000..70f6d564a7200bc01d7a4a08e5ae5483ce17375c --- /dev/null +++ b/ElbowLat/images/train_50_jpg.rf.OUBR9dlq8hDxzWJ4ygJy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24cd2b990f2e86646230112c192cd2778669060ec3b373d601fa60c27a9ea5c8 +size 30390 diff --git a/ElbowLat/images/train_50_png.rf.nhMgv2ZVtFmDOeYa788y.png b/ElbowLat/images/train_50_png.rf.nhMgv2ZVtFmDOeYa788y.png new file mode 100644 index 0000000000000000000000000000000000000000..066a631747217a114b870bc08bcb40244e285399 --- /dev/null +++ b/ElbowLat/images/train_50_png.rf.nhMgv2ZVtFmDOeYa788y.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:144cec90008fcf373c2b03c54beb1ff619f651698bdbb5521d0930108d23ee3c +size 80967 diff --git a/ElbowLat/images/train_52_jpg.rf.CG1CRqsLHS46xtPyYWdL.png b/ElbowLat/images/train_52_jpg.rf.CG1CRqsLHS46xtPyYWdL.png new file mode 100644 index 0000000000000000000000000000000000000000..68b9003a1e960aa60b6cd24197dff394e4403b31 --- /dev/null +++ b/ElbowLat/images/train_52_jpg.rf.CG1CRqsLHS46xtPyYWdL.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f9a2b482038f707f0868d4d22cd60e8e2817919bde4c195e096c2b22e229eb7 +size 32919 diff --git a/ElbowLat/images/train_52_png.rf.Plap2WyTgDrNZ0k1jZ2S.png b/ElbowLat/images/train_52_png.rf.Plap2WyTgDrNZ0k1jZ2S.png new file mode 100644 index 0000000000000000000000000000000000000000..04f29d474212eb00812abdb689d8ff05adea5ed5 --- /dev/null +++ b/ElbowLat/images/train_52_png.rf.Plap2WyTgDrNZ0k1jZ2S.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5475af40afd888b582957ecb5d97d7f79819a27014ca9ec59b911d822b38d6c +size 72408 diff --git a/ElbowLat/images/train_53_jpg.rf.ZUYlK2amq1UwNgXAqO9x.png b/ElbowLat/images/train_53_jpg.rf.ZUYlK2amq1UwNgXAqO9x.png new file mode 100644 index 0000000000000000000000000000000000000000..1d17438e04082e4500d0eb40668b02fd4922a691 --- /dev/null +++ b/ElbowLat/images/train_53_jpg.rf.ZUYlK2amq1UwNgXAqO9x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa516ebcf2a2e5430e347206bf6fe7e63fbe60cd3f84695623ccbaca8c7f43e3 +size 21232 diff --git a/ElbowLat/images/train_53_png.rf.sdur2xyv4cgxjTQHEiW0.png b/ElbowLat/images/train_53_png.rf.sdur2xyv4cgxjTQHEiW0.png new file mode 100644 index 0000000000000000000000000000000000000000..201e0ef2075d0780a94d7def9241c3b04925d5f8 --- /dev/null +++ b/ElbowLat/images/train_53_png.rf.sdur2xyv4cgxjTQHEiW0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:622978ecdfb9c08eb51dea567d18689fa1cbfb7f824fa0bd72b41b90de6f28b4 +size 51701 diff --git a/ElbowLat/images/train_54_jpg.rf.ch5oWILQzyUGcwHSUJsI.png b/ElbowLat/images/train_54_jpg.rf.ch5oWILQzyUGcwHSUJsI.png new file mode 100644 index 0000000000000000000000000000000000000000..1e32a236d38c18324a42c9818a6f17fb4078e886 --- /dev/null +++ b/ElbowLat/images/train_54_jpg.rf.ch5oWILQzyUGcwHSUJsI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46c6c39e20d0ba7100d82a81575c3f2cc8b2c061a4c10f1e6ec2405516bf1547 +size 42283 diff --git a/ElbowLat/images/train_54_png.rf.J70FRmmZSThH76TApXPG.png b/ElbowLat/images/train_54_png.rf.J70FRmmZSThH76TApXPG.png new file mode 100644 index 0000000000000000000000000000000000000000..49637567bc50763c0b6a4ee6d871be694a5fe012 --- /dev/null +++ b/ElbowLat/images/train_54_png.rf.J70FRmmZSThH76TApXPG.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25ec7ffbdd6f435d4579c40032c0adb8853b9da03f62a288cb35ffdf8bcf86ac +size 74809 diff --git a/ElbowLat/images/train_56_jpg.rf.vXSJjWjRhuMJT8UshtR7.png b/ElbowLat/images/train_56_jpg.rf.vXSJjWjRhuMJT8UshtR7.png new file mode 100644 index 0000000000000000000000000000000000000000..322e3144ca1d288bd72fadcb5d4c6a4b397eede6 --- /dev/null +++ b/ElbowLat/images/train_56_jpg.rf.vXSJjWjRhuMJT8UshtR7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a84077d83e57ee990f8baa06b6c6ee4d7f3c910df989d8989039535db4828e5c +size 32606 diff --git a/ElbowLat/images/train_56_png.rf.V3BvRUd7PuGvNbkEOaRP.png b/ElbowLat/images/train_56_png.rf.V3BvRUd7PuGvNbkEOaRP.png new file mode 100644 index 0000000000000000000000000000000000000000..5ffe56c3913aa61784b9c3924fe08f613c4b6cb6 --- /dev/null +++ b/ElbowLat/images/train_56_png.rf.V3BvRUd7PuGvNbkEOaRP.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19b847356717212197dc83fefcf2777c3a826b46bbc91defc99abd96a80c37e6 +size 94396 diff --git a/ElbowLat/images/train_57_jpg.rf.j0TF7FpM1yzYRgnwsdP9.png b/ElbowLat/images/train_57_jpg.rf.j0TF7FpM1yzYRgnwsdP9.png new file mode 100644 index 0000000000000000000000000000000000000000..385d74a977a5524e8d510e33217c212edf55f9c2 --- /dev/null +++ b/ElbowLat/images/train_57_jpg.rf.j0TF7FpM1yzYRgnwsdP9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bb66e3262656fdc85f40ad2f04a08a24890e3b471ee0cb00c3cfa411af55957 +size 20769 diff --git a/ElbowLat/images/train_58_jpg.rf.d1TSZT3zMPGDEaEM7BlM.png b/ElbowLat/images/train_58_jpg.rf.d1TSZT3zMPGDEaEM7BlM.png new file mode 100644 index 0000000000000000000000000000000000000000..d89c7ea56e98ae3f148bfb38c1c0433e10bf40ce --- /dev/null +++ b/ElbowLat/images/train_58_jpg.rf.d1TSZT3zMPGDEaEM7BlM.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6aabad4e2256ab1cb30944fbb0f68dfe30a9e8ac78407b0b256a38dfb8dead4 +size 26692 diff --git a/ElbowLat/images/train_58_png.rf.9FQYK5hxJ6XQMy05nQEl.png b/ElbowLat/images/train_58_png.rf.9FQYK5hxJ6XQMy05nQEl.png new file mode 100644 index 0000000000000000000000000000000000000000..9be80a41bda1696b8cacb08ff073063530f201e0 --- /dev/null +++ b/ElbowLat/images/train_58_png.rf.9FQYK5hxJ6XQMy05nQEl.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56303117278587af73ba264c4178fe858a7e0a70517a1ede8ed8ada262a34029 +size 80514 diff --git a/ElbowLat/images/train_59_jpg.rf.rBF5cLMrXDpBPLy9BkQz.png b/ElbowLat/images/train_59_jpg.rf.rBF5cLMrXDpBPLy9BkQz.png new file mode 100644 index 0000000000000000000000000000000000000000..d09bccf838fdfe703f3b5981c502c24ea292289d --- /dev/null +++ b/ElbowLat/images/train_59_jpg.rf.rBF5cLMrXDpBPLy9BkQz.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:733c4a57d7fbdc998f2d51380746bea90c4dc0e2eccbb06b04083d30b06ff1b5 +size 28493 diff --git a/ElbowLat/images/train_5_jpg.rf.0wPqvKqYZ0K9lZt4Bv1O.png b/ElbowLat/images/train_5_jpg.rf.0wPqvKqYZ0K9lZt4Bv1O.png new file mode 100644 index 0000000000000000000000000000000000000000..f695b5466300a274aef5d76d7fbdb6fef837833d --- /dev/null +++ b/ElbowLat/images/train_5_jpg.rf.0wPqvKqYZ0K9lZt4Bv1O.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa90940a2a3156cd924f998c4a230a82a2760ccb9897dc8a02d8c7857ec21cfa +size 65218 diff --git a/ElbowLat/images/train_5_png.rf.7h3jCXg0jZh8Z8apK8Pl.png b/ElbowLat/images/train_5_png.rf.7h3jCXg0jZh8Z8apK8Pl.png new file mode 100644 index 0000000000000000000000000000000000000000..dadc6d27877f043bc0d23690af62c02b0f033ab1 --- /dev/null +++ b/ElbowLat/images/train_5_png.rf.7h3jCXg0jZh8Z8apK8Pl.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b1ffe16faa8ec50632ab4c4971a194754cc12522fa3775ef3636692cb7c8777 +size 40870 diff --git a/ElbowLat/images/train_61_jpg.rf.L6FC7gnBA7vtyGaYbz9M.png b/ElbowLat/images/train_61_jpg.rf.L6FC7gnBA7vtyGaYbz9M.png new file mode 100644 index 0000000000000000000000000000000000000000..12cc6e473350c60d80b332220cdc2e447683bee4 --- /dev/null +++ b/ElbowLat/images/train_61_jpg.rf.L6FC7gnBA7vtyGaYbz9M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c33039b544882f786e903becca4e883baac4906e03cd9b86852718dadb38e99f +size 25394 diff --git a/ElbowLat/images/train_61_png.rf.h6f1cQG7PJO2gXdquCub.png b/ElbowLat/images/train_61_png.rf.h6f1cQG7PJO2gXdquCub.png new file mode 100644 index 0000000000000000000000000000000000000000..8a3d8206c2e222b39b9e70c4a76ffa44c4419a37 --- /dev/null +++ b/ElbowLat/images/train_61_png.rf.h6f1cQG7PJO2gXdquCub.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abf0d3bb5e3ee543e3a02c6f526649b8f55639acad6e0ded1d0a550a1506f71a +size 52025 diff --git a/ElbowLat/images/train_63_jpg.rf.0oNTw4UD4pn9taluhpIy.png b/ElbowLat/images/train_63_jpg.rf.0oNTw4UD4pn9taluhpIy.png new file mode 100644 index 0000000000000000000000000000000000000000..f51ecc046b37b5036d9a2ad30ecc3db46e0921c4 --- /dev/null +++ b/ElbowLat/images/train_63_jpg.rf.0oNTw4UD4pn9taluhpIy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c6543fef46c4cb964b012e1c45fc03eef6992f44665f7f8d64bbff94c03e22a +size 31271 diff --git a/ElbowLat/images/train_63_png.rf.vyYenXKBUD4vpO9ru3pv.png b/ElbowLat/images/train_63_png.rf.vyYenXKBUD4vpO9ru3pv.png new file mode 100644 index 0000000000000000000000000000000000000000..aa6d46f81f8546ef39cfd0c9f6a1e64177f6d53a --- /dev/null +++ b/ElbowLat/images/train_63_png.rf.vyYenXKBUD4vpO9ru3pv.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41bf950532062edd84c8d6b49fa8a1f50c846fa8bd34f698d418914fb080f60b +size 94995 diff --git a/ElbowLat/images/train_64_jpg.rf.fKKmnoQv1GYZHzjTmRE8.png b/ElbowLat/images/train_64_jpg.rf.fKKmnoQv1GYZHzjTmRE8.png new file mode 100644 index 0000000000000000000000000000000000000000..21ab9048d7f242c8ac246f83145519884afadc3a --- /dev/null +++ b/ElbowLat/images/train_64_jpg.rf.fKKmnoQv1GYZHzjTmRE8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed73097c4f0fa2ef79e2d61fc85fc4fc0f99dcdb152f9f86d3c7a103cb86c59e +size 37463 diff --git a/ElbowLat/images/train_65_jpg.rf.6syxbHeuH5k69trQ6QvT.png b/ElbowLat/images/train_65_jpg.rf.6syxbHeuH5k69trQ6QvT.png new file mode 100644 index 0000000000000000000000000000000000000000..113cb16da66a1ce9ca824ee5766b219e48386b93 --- /dev/null +++ b/ElbowLat/images/train_65_jpg.rf.6syxbHeuH5k69trQ6QvT.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c9207fc0247efae21d050db25256e6b908fd2b1518484ca06e455ee60168674 +size 33099 diff --git a/ElbowLat/images/train_65_png.rf.uk7zHb8Z8PZOsVaunZmM.png b/ElbowLat/images/train_65_png.rf.uk7zHb8Z8PZOsVaunZmM.png new file mode 100644 index 0000000000000000000000000000000000000000..adea55248b70ee04c099a9ac481ca83ed9b13fc8 --- /dev/null +++ b/ElbowLat/images/train_65_png.rf.uk7zHb8Z8PZOsVaunZmM.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0d012dbe539674763ca03c75f40199741e66ab9d47969aa51e30fdb60ee6072 +size 94946 diff --git a/ElbowLat/images/train_67_jpg.rf.EiXkivBAwYEsduPIl1dV.png b/ElbowLat/images/train_67_jpg.rf.EiXkivBAwYEsduPIl1dV.png new file mode 100644 index 0000000000000000000000000000000000000000..5a56c24bd6cccca29c3ef311bcbec910d9e0c96b --- /dev/null +++ b/ElbowLat/images/train_67_jpg.rf.EiXkivBAwYEsduPIl1dV.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aa6442950e1922f887c641fbdd4e5b5d7493d0f13417677d0731910ae16629d +size 28281 diff --git a/ElbowLat/images/train_67_png.rf.Gl2b3y6LgGHnaOyKafby.png b/ElbowLat/images/train_67_png.rf.Gl2b3y6LgGHnaOyKafby.png new file mode 100644 index 0000000000000000000000000000000000000000..03626a55aa41dbc88118d5d283f920ce72331993 --- /dev/null +++ b/ElbowLat/images/train_67_png.rf.Gl2b3y6LgGHnaOyKafby.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdb73e02b9eb57b6a38ba9ef4937bc454efab8b04a65cd04baf74cc0871c46ea +size 84261 diff --git a/ElbowLat/images/train_68_jpg.rf.DZw4njkIwLmF4Lxe8vWx.png b/ElbowLat/images/train_68_jpg.rf.DZw4njkIwLmF4Lxe8vWx.png new file mode 100644 index 0000000000000000000000000000000000000000..21bc31d4f063d6f586f7bf79563580f97f8d324a --- /dev/null +++ b/ElbowLat/images/train_68_jpg.rf.DZw4njkIwLmF4Lxe8vWx.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:170dcc8c1f3b1ee5b41cbc83f463990e88c17768697e15ab3d1fa230bd7b2330 +size 34618 diff --git a/ElbowLat/images/train_68_png.rf.prTiy0VqHivMpr5mUlw0.png b/ElbowLat/images/train_68_png.rf.prTiy0VqHivMpr5mUlw0.png new file mode 100644 index 0000000000000000000000000000000000000000..3d8c96d3def72a2d436b9318ed15ce1a237e7c30 --- /dev/null +++ b/ElbowLat/images/train_68_png.rf.prTiy0VqHivMpr5mUlw0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ec10a6858b26c1d3bea2b50668fd2013b033545aa416cee88829f20f4782e70 +size 70941 diff --git a/ElbowLat/images/train_69_jpg.rf.5LqipHFzc8Q4Sm55WbbJ.png b/ElbowLat/images/train_69_jpg.rf.5LqipHFzc8Q4Sm55WbbJ.png new file mode 100644 index 0000000000000000000000000000000000000000..998217bbb899443a107513e40561d3b7d5c0359d --- /dev/null +++ b/ElbowLat/images/train_69_jpg.rf.5LqipHFzc8Q4Sm55WbbJ.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2865b51cf1fc4cc0e5a9bb5087ecd8a65f6e74b11f1973a0775dbcb385ce1a13 +size 35182 diff --git a/ElbowLat/images/train_69_png.rf.ZfSOXs8zJwCbfY2Zeoys.png b/ElbowLat/images/train_69_png.rf.ZfSOXs8zJwCbfY2Zeoys.png new file mode 100644 index 0000000000000000000000000000000000000000..ebcaa9b7f5da94e64ff9da142b1f189bea1425d1 --- /dev/null +++ b/ElbowLat/images/train_69_png.rf.ZfSOXs8zJwCbfY2Zeoys.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf7b760533e593754d965b04a403f1e87559fe0672553d0f1a20d8a5e1572c41 +size 71453 diff --git a/ElbowLat/images/train_6_jpg.rf.IAHKqRzAgqVdrZ1AQ6fI.png b/ElbowLat/images/train_6_jpg.rf.IAHKqRzAgqVdrZ1AQ6fI.png new file mode 100644 index 0000000000000000000000000000000000000000..3ba0afc0f4a176e918b7278da781be495c23c035 --- /dev/null +++ b/ElbowLat/images/train_6_jpg.rf.IAHKqRzAgqVdrZ1AQ6fI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bc658856f5b3174f623b26830b77094aa7263836aed008184348d3390e26e20 +size 52498 diff --git a/ElbowLat/images/train_6_png.rf.HUNklmL4RcqJIErwyk40.png b/ElbowLat/images/train_6_png.rf.HUNklmL4RcqJIErwyk40.png new file mode 100644 index 0000000000000000000000000000000000000000..ef38ac2d22976aeb91415d64ebd6f6d24827f956 --- /dev/null +++ b/ElbowLat/images/train_6_png.rf.HUNklmL4RcqJIErwyk40.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dab1c1a7ebd83f16f114e1e7ee08b72aa9f2ed2c8f48c710b1dc21a3a38c8371 +size 16488 diff --git a/ElbowLat/images/train_71_jpg.rf.6TBOWPgtDG1DQE6Fh0T0.png b/ElbowLat/images/train_71_jpg.rf.6TBOWPgtDG1DQE6Fh0T0.png new file mode 100644 index 0000000000000000000000000000000000000000..ac56e4886f1c0551b48866b794a8e1794205f6d3 --- /dev/null +++ b/ElbowLat/images/train_71_jpg.rf.6TBOWPgtDG1DQE6Fh0T0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aa6a557033875256f4ed730257c6b6a1c1e9d74825e9cba227357d6565d0663 +size 30764 diff --git a/ElbowLat/images/train_71_png.rf.PNpNtj1Ocxq7CMCUDNv8.png b/ElbowLat/images/train_71_png.rf.PNpNtj1Ocxq7CMCUDNv8.png new file mode 100644 index 0000000000000000000000000000000000000000..bf982c6866160f06973892673604f8bf4968eeaa --- /dev/null +++ b/ElbowLat/images/train_71_png.rf.PNpNtj1Ocxq7CMCUDNv8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6335e7f9490d44a75e3106d3131c2bd116581d996313275b4403fe7435b83a5 +size 74094 diff --git a/ElbowLat/images/train_72_jpg.rf.76pWdgNpL600rslaf4JX.png b/ElbowLat/images/train_72_jpg.rf.76pWdgNpL600rslaf4JX.png new file mode 100644 index 0000000000000000000000000000000000000000..f8b6aff1882005506336f7c5f813b2ab3023a815 --- /dev/null +++ b/ElbowLat/images/train_72_jpg.rf.76pWdgNpL600rslaf4JX.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f8fce063b981ea0aaf154f7001a7f9e013950547496839e974879a19dcd3691 +size 40853 diff --git a/ElbowLat/images/train_72_png.rf.jnYGzmrUoz2SAQiNMD5Q.png b/ElbowLat/images/train_72_png.rf.jnYGzmrUoz2SAQiNMD5Q.png new file mode 100644 index 0000000000000000000000000000000000000000..4037d31c1976846d626576356b2363230ede3ccd --- /dev/null +++ b/ElbowLat/images/train_72_png.rf.jnYGzmrUoz2SAQiNMD5Q.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8a6beb34be1b6533b04c4bc13f18fba81707d8173e8f5a9176e7dcce3177bab +size 87959 diff --git a/ElbowLat/images/train_73_jpg.rf.DkUCrAFtZwFpHumCWZTk.png b/ElbowLat/images/train_73_jpg.rf.DkUCrAFtZwFpHumCWZTk.png new file mode 100644 index 0000000000000000000000000000000000000000..7e21d88b250783b9e41839a44f036e0828f16a35 --- /dev/null +++ b/ElbowLat/images/train_73_jpg.rf.DkUCrAFtZwFpHumCWZTk.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61fe228dc35ab973f1adb5b08b5cf5e05b75b95b1809686cfd17e9ce284e11cf +size 39221 diff --git a/ElbowLat/images/train_73_png.rf.VqH1TACNm5pweY5aDpGe.png b/ElbowLat/images/train_73_png.rf.VqH1TACNm5pweY5aDpGe.png new file mode 100644 index 0000000000000000000000000000000000000000..b9471d698751ba0f39bbb1e9eb529c65710beb4e --- /dev/null +++ b/ElbowLat/images/train_73_png.rf.VqH1TACNm5pweY5aDpGe.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae7631044c142129e51fc99f10112c3ff62f31cae27268f44824890f4d7cb07f +size 77343 diff --git a/ElbowLat/images/train_74_png.rf.sr4PKhwXOFi6E5GoBxam.png b/ElbowLat/images/train_74_png.rf.sr4PKhwXOFi6E5GoBxam.png new file mode 100644 index 0000000000000000000000000000000000000000..d9a7e8eb6c6a7c6024807cc915412286986aae00 --- /dev/null +++ b/ElbowLat/images/train_74_png.rf.sr4PKhwXOFi6E5GoBxam.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:821c23e99104c2841da2b06cae076517306c2fb5914ea8c7fc9232533b956341 +size 74267 diff --git a/ElbowLat/images/train_75_jpg.rf.zEfHCU475s36UhyV4TYL.png b/ElbowLat/images/train_75_jpg.rf.zEfHCU475s36UhyV4TYL.png new file mode 100644 index 0000000000000000000000000000000000000000..ef1553a5ba43dc309b97bf543ae042bf3d295777 --- /dev/null +++ b/ElbowLat/images/train_75_jpg.rf.zEfHCU475s36UhyV4TYL.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db24521128cc7fa0bb3198a942f84dc38b5fe5715b3606ad1eac0e5c8d13e8aa +size 43568 diff --git a/ElbowLat/images/train_75_png.rf.NIotUD6DAxVeFnKb9atG.png b/ElbowLat/images/train_75_png.rf.NIotUD6DAxVeFnKb9atG.png new file mode 100644 index 0000000000000000000000000000000000000000..a86b5e24b8274977ef2d5f7abd2f2abccc802942 --- /dev/null +++ b/ElbowLat/images/train_75_png.rf.NIotUD6DAxVeFnKb9atG.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fcd89f74dd8e0bc8fe7fe978b25e36f0f8cc63ce8d718d97b0857478b3fc323 +size 88367 diff --git a/ElbowLat/images/train_76_jpg.rf.QQl0ghyrhbbHSa8PTK0p.png b/ElbowLat/images/train_76_jpg.rf.QQl0ghyrhbbHSa8PTK0p.png new file mode 100644 index 0000000000000000000000000000000000000000..c7fe75045c59f3c6de6bb0c798f8dab5340806d2 --- /dev/null +++ b/ElbowLat/images/train_76_jpg.rf.QQl0ghyrhbbHSa8PTK0p.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bf47c1a507829be4afe19905805b88c54f9ff247f2cb847140b4d8223be2c61 +size 28454 diff --git a/ElbowLat/images/train_76_png.rf.6vmMQ6bsOpYObaJ7Lfdb.png b/ElbowLat/images/train_76_png.rf.6vmMQ6bsOpYObaJ7Lfdb.png new file mode 100644 index 0000000000000000000000000000000000000000..50c1b175f18f799979cd5df33021ae6fe50051c0 --- /dev/null +++ b/ElbowLat/images/train_76_png.rf.6vmMQ6bsOpYObaJ7Lfdb.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad9f1dd2f4f014fe17f36f7f457dd5ca1818bf0b8420b44053206de772f6020c +size 56329 diff --git a/ElbowLat/images/train_77_jpg.rf.T4yhjxaMn8mYE68tWMG6.png b/ElbowLat/images/train_77_jpg.rf.T4yhjxaMn8mYE68tWMG6.png new file mode 100644 index 0000000000000000000000000000000000000000..12a002bad8fe115d78ed37812c42911df8b12caf --- /dev/null +++ b/ElbowLat/images/train_77_jpg.rf.T4yhjxaMn8mYE68tWMG6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cecbab9df0b85a7efcb15a8433332ca3e196707d7013c2f5103bc37e410e812 +size 36159 diff --git a/ElbowLat/images/train_77_png.rf.RoWlgebG7SGyPFJ4MAjf.png b/ElbowLat/images/train_77_png.rf.RoWlgebG7SGyPFJ4MAjf.png new file mode 100644 index 0000000000000000000000000000000000000000..02e6e9f2b1e42980a7edd4e653147757c122e72f --- /dev/null +++ b/ElbowLat/images/train_77_png.rf.RoWlgebG7SGyPFJ4MAjf.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bf4b7983640ef6607de92d8e3713557b56b72780ed0ff0a1e11dfc5dbc58b1b +size 72849 diff --git a/ElbowLat/images/train_78_jpg.rf.MSxk5fEindlmcXirzrE2.png b/ElbowLat/images/train_78_jpg.rf.MSxk5fEindlmcXirzrE2.png new file mode 100644 index 0000000000000000000000000000000000000000..32aee65823469b651c63601e24383a5c3c98f64a --- /dev/null +++ b/ElbowLat/images/train_78_jpg.rf.MSxk5fEindlmcXirzrE2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cee51700a6180c8db8edd86df79174f47c1fa3dc05fd50435fec7a55b67cba56 +size 38822 diff --git a/ElbowLat/images/train_78_png.rf.tV2qLiCSG185DqzTcbqP.png b/ElbowLat/images/train_78_png.rf.tV2qLiCSG185DqzTcbqP.png new file mode 100644 index 0000000000000000000000000000000000000000..739436cdb23a570bbb7dcdf0bc57bdd20bbaee20 --- /dev/null +++ b/ElbowLat/images/train_78_png.rf.tV2qLiCSG185DqzTcbqP.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0085643afc1da980ca7d522d4de60003e6df1576c28f114737b06b41e0c63be +size 55434 diff --git a/ElbowLat/images/train_80_jpg.rf.JcqAKvWxsafmt3act1g6.png b/ElbowLat/images/train_80_jpg.rf.JcqAKvWxsafmt3act1g6.png new file mode 100644 index 0000000000000000000000000000000000000000..719500893fc7180448aafa202d3b0d869e15a9a0 --- /dev/null +++ b/ElbowLat/images/train_80_jpg.rf.JcqAKvWxsafmt3act1g6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae878d52d1fe88e2e24b3d8881959881258dd1cd08ce8dde2b197222075bc8c6 +size 28089 diff --git a/ElbowLat/images/train_80_png.rf.UL61WsXdHzjjhaX5YNIQ.png b/ElbowLat/images/train_80_png.rf.UL61WsXdHzjjhaX5YNIQ.png new file mode 100644 index 0000000000000000000000000000000000000000..ef0c3e815537a191f41711750807eb7085e750d2 --- /dev/null +++ b/ElbowLat/images/train_80_png.rf.UL61WsXdHzjjhaX5YNIQ.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60dc07e23debe4012701748a46e5469e324670984988d61bbe82c5191ee7ff7c +size 85518 diff --git a/ElbowLat/images/train_81_jpg.rf.urIbkvLgBpaWW8FMiEuQ.png b/ElbowLat/images/train_81_jpg.rf.urIbkvLgBpaWW8FMiEuQ.png new file mode 100644 index 0000000000000000000000000000000000000000..7da93cdc10dcd7679d6767d8b10496e4e434fee1 --- /dev/null +++ b/ElbowLat/images/train_81_jpg.rf.urIbkvLgBpaWW8FMiEuQ.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:714ef8533f53453f93b89c84ec5f5a76a028fab460303a404f4690ffca6d98fa +size 41607 diff --git a/ElbowLat/images/train_81_png.rf.QG7hswtpm59nKRWQMtYd.png b/ElbowLat/images/train_81_png.rf.QG7hswtpm59nKRWQMtYd.png new file mode 100644 index 0000000000000000000000000000000000000000..85ff1db613d3a02576835ba61d14c025768b287d --- /dev/null +++ b/ElbowLat/images/train_81_png.rf.QG7hswtpm59nKRWQMtYd.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d442bccaa2643e0fcbe65f81c0d4cdaec063e412841c9e1d816e884b3ffcc65 +size 82195 diff --git a/ElbowLat/images/train_82_jpg.rf.CPwUwm657oIMFC1wM08B.png b/ElbowLat/images/train_82_jpg.rf.CPwUwm657oIMFC1wM08B.png new file mode 100644 index 0000000000000000000000000000000000000000..eafd83dc4e8de51d0bf787d573fcc5f4daa6bbfe --- /dev/null +++ b/ElbowLat/images/train_82_jpg.rf.CPwUwm657oIMFC1wM08B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b56b6080cf98c97b2e22b11b928074ad4924678a1f562b0e6290a9f377f6032 +size 26110 diff --git a/ElbowLat/images/train_82_png.rf.flqPAd5vJzCFMX84BGu0.png b/ElbowLat/images/train_82_png.rf.flqPAd5vJzCFMX84BGu0.png new file mode 100644 index 0000000000000000000000000000000000000000..a7b18ef54501503f68c339f144da24ec491f7d53 --- /dev/null +++ b/ElbowLat/images/train_82_png.rf.flqPAd5vJzCFMX84BGu0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c83351235d7fad0589b62b8149bf769ed4d5873106502f423cc2f6f93a3069d0 +size 88005 diff --git a/ElbowLat/images/train_83_jpg.rf.nLSGJjHzC2qCSCy4G1P8.png b/ElbowLat/images/train_83_jpg.rf.nLSGJjHzC2qCSCy4G1P8.png new file mode 100644 index 0000000000000000000000000000000000000000..ec3cf37af4e778f4d3a4e58bc125e6d1593bdb25 --- /dev/null +++ b/ElbowLat/images/train_83_jpg.rf.nLSGJjHzC2qCSCy4G1P8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49b45f22c4fc0826b55bd84ac51d8a3895600cc66d34cbd356c9dcb883b3fea7 +size 43896 diff --git a/ElbowLat/images/train_83_png.rf.ko8B9UmreWGWLg4yC07V.png b/ElbowLat/images/train_83_png.rf.ko8B9UmreWGWLg4yC07V.png new file mode 100644 index 0000000000000000000000000000000000000000..65f752f0c5c9be6c2490b3a83a954f8663bfba69 --- /dev/null +++ b/ElbowLat/images/train_83_png.rf.ko8B9UmreWGWLg4yC07V.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b890a7c7927ea26c3daa0bc33db12e63b4ce656196a75d8d3c3268fb6572eda +size 86764 diff --git a/ElbowLat/images/train_84_png.rf.tofRjh72cTmoIHKa1eOx.png b/ElbowLat/images/train_84_png.rf.tofRjh72cTmoIHKa1eOx.png new file mode 100644 index 0000000000000000000000000000000000000000..f98fb830e29e38069d7b3841a102e940743da051 --- /dev/null +++ b/ElbowLat/images/train_84_png.rf.tofRjh72cTmoIHKa1eOx.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caad56a2191d814109271d378f838d26565a3f2e53902144840a5604d020c3e4 +size 73458 diff --git a/ElbowLat/images/train_86_jpg.rf.SVSwO0sISzSgQBUYHewz.png b/ElbowLat/images/train_86_jpg.rf.SVSwO0sISzSgQBUYHewz.png new file mode 100644 index 0000000000000000000000000000000000000000..beb040ad85e94699bf6c62aa7aa069525864a237 --- /dev/null +++ b/ElbowLat/images/train_86_jpg.rf.SVSwO0sISzSgQBUYHewz.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0344ea93d8e0578dada684a8f9d6ff1e02731a736b0edda9b0293a97c5417e2e +size 48075 diff --git a/ElbowLat/images/train_86_png.rf.AmOZ6sq2Oju0DqPsccCn.png b/ElbowLat/images/train_86_png.rf.AmOZ6sq2Oju0DqPsccCn.png new file mode 100644 index 0000000000000000000000000000000000000000..371d1331ec78f9f379939f56064eece95495e72c --- /dev/null +++ b/ElbowLat/images/train_86_png.rf.AmOZ6sq2Oju0DqPsccCn.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b1f3c3346cdb31a58b87c24f0e9f0f7e9555790d5852ccef11b3168096f2b7c +size 77450 diff --git a/ElbowLat/images/train_88_jpg.rf.qmj7OS7EHz3dRVBq7O5L.png b/ElbowLat/images/train_88_jpg.rf.qmj7OS7EHz3dRVBq7O5L.png new file mode 100644 index 0000000000000000000000000000000000000000..fd66f640a69835f0033bc0f4fdf9c59028e9b168 --- /dev/null +++ b/ElbowLat/images/train_88_jpg.rf.qmj7OS7EHz3dRVBq7O5L.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9f9a2f4847db6893c51813f319cadbcf7aea84fa535284322047b2298d0fc40 +size 36690 diff --git a/ElbowLat/images/train_88_png.rf.w94XlWm3KCzKK8D2gJni.png b/ElbowLat/images/train_88_png.rf.w94XlWm3KCzKK8D2gJni.png new file mode 100644 index 0000000000000000000000000000000000000000..73ed68a657f005a3c2a968affb37c820ed966b82 --- /dev/null +++ b/ElbowLat/images/train_88_png.rf.w94XlWm3KCzKK8D2gJni.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:342277ad35a16a7d429d6e79e9e90dbd39dd3bf94acd6ca48a66d66c92b188b6 +size 63922 diff --git a/ElbowLat/images/train_92_jpg.rf.X40fYnwx3FoxDPueEnia.png b/ElbowLat/images/train_92_jpg.rf.X40fYnwx3FoxDPueEnia.png new file mode 100644 index 0000000000000000000000000000000000000000..915e775bfcad54f9b724408e3834b058314b1125 --- /dev/null +++ b/ElbowLat/images/train_92_jpg.rf.X40fYnwx3FoxDPueEnia.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d9013ab910eee1dee1d2bf4108da6a04d3baca73a7b24e92681aef6b961c29c +size 37684 diff --git a/ElbowLat/images/train_92_png.rf.cokQJIOnIrm1gKe3x465.png b/ElbowLat/images/train_92_png.rf.cokQJIOnIrm1gKe3x465.png new file mode 100644 index 0000000000000000000000000000000000000000..d4adab93f7937ded8bb4e2f68540b93d014eaa53 --- /dev/null +++ b/ElbowLat/images/train_92_png.rf.cokQJIOnIrm1gKe3x465.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32d3016d51b0c4a05d171c108d1f3261555ada741a285329fca2a91b74c15631 +size 96159 diff --git a/ElbowLat/images/train_96_jpg.rf.rdeniXlJetZGoF7xvPzl.png b/ElbowLat/images/train_96_jpg.rf.rdeniXlJetZGoF7xvPzl.png new file mode 100644 index 0000000000000000000000000000000000000000..6118e5736916619776bdeb7ed5a1f8c7f65d6aed --- /dev/null +++ b/ElbowLat/images/train_96_jpg.rf.rdeniXlJetZGoF7xvPzl.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfaf1c38dc8e1193864229159183a09b1c69e1b62e24ee57c53f9650f00d695c +size 41547 diff --git a/ElbowLat/images/train_96_png.rf.eSDkWFGL1lOFc8VzIm3H.png b/ElbowLat/images/train_96_png.rf.eSDkWFGL1lOFc8VzIm3H.png new file mode 100644 index 0000000000000000000000000000000000000000..9756a39b4b43d62b09f3f7f8a1a0eaf6428009c2 --- /dev/null +++ b/ElbowLat/images/train_96_png.rf.eSDkWFGL1lOFc8VzIm3H.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27f694fa12f1a66426ecad2d52924684040d70d5a2e83a6ac26befdebebaad6e +size 73590 diff --git a/ElbowLat/images/train_97_jpg.rf.q6gwO2nghA3dzbzfxtQm.png b/ElbowLat/images/train_97_jpg.rf.q6gwO2nghA3dzbzfxtQm.png new file mode 100644 index 0000000000000000000000000000000000000000..0dc2034d4021b65454451131331da02bf71457d9 --- /dev/null +++ b/ElbowLat/images/train_97_jpg.rf.q6gwO2nghA3dzbzfxtQm.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e677b102f6a6967615bdcd3d2b81bf37416c983817b60b9dab8b7202e412974 +size 45653 diff --git a/ElbowLat/images/train_97_png.rf.NFbmpALwLQ8lkyuSDvhv.png b/ElbowLat/images/train_97_png.rf.NFbmpALwLQ8lkyuSDvhv.png new file mode 100644 index 0000000000000000000000000000000000000000..d6a874aeeab9d9c528c7111302f2d06ec73ac6af --- /dev/null +++ b/ElbowLat/images/train_97_png.rf.NFbmpALwLQ8lkyuSDvhv.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3754ea077a324ebb0d230145c6ab59c98fb1339ab1b62cb6bc1e126c8a1db17 +size 81308 diff --git a/ElbowLat/images/train_98_jpg.rf.vBT3HI7GQl9x7yC7jlmY.png b/ElbowLat/images/train_98_jpg.rf.vBT3HI7GQl9x7yC7jlmY.png new file mode 100644 index 0000000000000000000000000000000000000000..4b1b392ac60f9e7d778768b3f679acfb1ef4e520 --- /dev/null +++ b/ElbowLat/images/train_98_jpg.rf.vBT3HI7GQl9x7yC7jlmY.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5db4dcc9ee2514b54282c4d622ff095248a4bc42b464df0a18dac4431de2c609 +size 54972 diff --git a/ElbowLat/images/train_98_png.rf.jesoU4PuOBYWKMiNJX3W.png b/ElbowLat/images/train_98_png.rf.jesoU4PuOBYWKMiNJX3W.png new file mode 100644 index 0000000000000000000000000000000000000000..e19ebeb3b90472531fff4cdf3bc7c5de260cfbaa --- /dev/null +++ b/ElbowLat/images/train_98_png.rf.jesoU4PuOBYWKMiNJX3W.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18b3c54d3f790dcf351db9a71f81919820b97d3fb80230fecb6ac127a993f604 +size 73261 diff --git a/ElbowLat/images/train_99_jpg.rf.bLNbB1uxVwguyK8ta3rH.png b/ElbowLat/images/train_99_jpg.rf.bLNbB1uxVwguyK8ta3rH.png new file mode 100644 index 0000000000000000000000000000000000000000..44b1dd434c14950e74321dae530c607899a351cc --- /dev/null +++ b/ElbowLat/images/train_99_jpg.rf.bLNbB1uxVwguyK8ta3rH.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02453e2a6b2ef1ca4665375e4e9e0da05bbf67866a60dec2e5e93d2da6be97ae +size 53316 diff --git a/ElbowLat/images/val_102_jpg.rf.dZQrYej1eL8dwEjjt65V.png b/ElbowLat/images/val_102_jpg.rf.dZQrYej1eL8dwEjjt65V.png new file mode 100644 index 0000000000000000000000000000000000000000..332ed56268faa01d832fe68cfe354b6a6ea60227 --- /dev/null +++ b/ElbowLat/images/val_102_jpg.rf.dZQrYej1eL8dwEjjt65V.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0fe54e0dae4247df4d864438c553e9434756dc8c2064c34115fbc29210a01c5 +size 53742 diff --git a/ElbowLat/images/val_102_png.rf.ILkS9aPIAhvQlZ5NBg1j.png b/ElbowLat/images/val_102_png.rf.ILkS9aPIAhvQlZ5NBg1j.png new file mode 100644 index 0000000000000000000000000000000000000000..ab73779a2cde9e21ee0d2f1710ec2ef0ac10c81c --- /dev/null +++ b/ElbowLat/images/val_102_png.rf.ILkS9aPIAhvQlZ5NBg1j.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecb20c60f248ab76ffdf3ee9f8af68b48eab91e7b7417998101ab94b5b64286e +size 92515 diff --git a/ElbowLat/images/val_105_jpg.rf.0sN4OsgRYpCQHm0y03u0.png b/ElbowLat/images/val_105_jpg.rf.0sN4OsgRYpCQHm0y03u0.png new file mode 100644 index 0000000000000000000000000000000000000000..6ea72ae048bbb34667ac7d6520b7809e41de0b50 --- /dev/null +++ b/ElbowLat/images/val_105_jpg.rf.0sN4OsgRYpCQHm0y03u0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27ade4c23d854ac4431c7e2aff7a15aa5dbae98447fba2fc8da915532aa3834d +size 54338 diff --git a/ElbowLat/images/val_105_png.rf.CRTpXpyqkNTMWHv44ARC.png b/ElbowLat/images/val_105_png.rf.CRTpXpyqkNTMWHv44ARC.png new file mode 100644 index 0000000000000000000000000000000000000000..000036d011e0b7a4b352f1107b90a43a2566985a --- /dev/null +++ b/ElbowLat/images/val_105_png.rf.CRTpXpyqkNTMWHv44ARC.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5f9dc4b9dbc5c4df452e733c8c862381c860cd2d58909eb199806b7982d9204 +size 56108 diff --git a/ElbowLat/images/val_109_jpg.rf.PmxL2SmuQdS9X4bkSFa8.png b/ElbowLat/images/val_109_jpg.rf.PmxL2SmuQdS9X4bkSFa8.png new file mode 100644 index 0000000000000000000000000000000000000000..04fe65b3a80343c108cb0ce4f9880b9675e8cee8 --- /dev/null +++ b/ElbowLat/images/val_109_jpg.rf.PmxL2SmuQdS9X4bkSFa8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee8bf112a78d1ffce3f813677a237d6b011e11f2908e01d1f0cd9e650dfc6992 +size 40779 diff --git a/ElbowLat/images/val_109_png.rf.FxqgEH4u2gMLPJcPHXw0.png b/ElbowLat/images/val_109_png.rf.FxqgEH4u2gMLPJcPHXw0.png new file mode 100644 index 0000000000000000000000000000000000000000..009d5aabff6d080b281383ceeb6b0dad70286103 --- /dev/null +++ b/ElbowLat/images/val_109_png.rf.FxqgEH4u2gMLPJcPHXw0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44c8ffa36694eec66eb7895398450579fed4755537510c075e371ba0280900ea +size 86018 diff --git a/ElbowLat/images/val_117_jpg.rf.ddwsbLOKNBVJZHNO5YWe.png b/ElbowLat/images/val_117_jpg.rf.ddwsbLOKNBVJZHNO5YWe.png new file mode 100644 index 0000000000000000000000000000000000000000..4e85d615529eabd66a9a07038af18deee47e5b8a --- /dev/null +++ b/ElbowLat/images/val_117_jpg.rf.ddwsbLOKNBVJZHNO5YWe.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d5f3ab6d0f27c04979c4230ee1c02bc78726949eb59ca29d6c4a6557c8a9ce6 +size 38065 diff --git a/ElbowLat/images/val_117_png.rf.9n3baWZvxxfMErS9QZZc.png b/ElbowLat/images/val_117_png.rf.9n3baWZvxxfMErS9QZZc.png new file mode 100644 index 0000000000000000000000000000000000000000..82948d3493a0e50afa7d838b428efd5d3a5c37b5 --- /dev/null +++ b/ElbowLat/images/val_117_png.rf.9n3baWZvxxfMErS9QZZc.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccccbd83d1b0ec7e70f2db4d6c6fce375780788a28220cdb5a62a4aaf431d28f +size 74492 diff --git a/ElbowLat/images/val_12_jpg.rf.Q4yvAuRWRpHElfvr1Q8x.png b/ElbowLat/images/val_12_jpg.rf.Q4yvAuRWRpHElfvr1Q8x.png new file mode 100644 index 0000000000000000000000000000000000000000..02b3d78cf31bef2da9552671fd843c6998e1923a --- /dev/null +++ b/ElbowLat/images/val_12_jpg.rf.Q4yvAuRWRpHElfvr1Q8x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ae85e530cf043f89028b7926ea7cfb7995ea2f666f6a11f746eeb864206a314 +size 51265 diff --git a/ElbowLat/images/val_12_png.rf.tdaFUiAvSW2kcLtgdZzt.png b/ElbowLat/images/val_12_png.rf.tdaFUiAvSW2kcLtgdZzt.png new file mode 100644 index 0000000000000000000000000000000000000000..8b2a838c9619dfa6426f5560629835f6d79ee663 --- /dev/null +++ b/ElbowLat/images/val_12_png.rf.tdaFUiAvSW2kcLtgdZzt.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29fea74ae04751001dcddb914f45fa287d7f0843066cfc7af4ef63dbd66bb907 +size 57760 diff --git a/ElbowLat/images/val_133_jpg.rf.4bH8iSpT3r3ih4dF9v7Z.png b/ElbowLat/images/val_133_jpg.rf.4bH8iSpT3r3ih4dF9v7Z.png new file mode 100644 index 0000000000000000000000000000000000000000..dd9f23cc31eec13a81bb1a3f0a96053a13885dc1 --- /dev/null +++ b/ElbowLat/images/val_133_jpg.rf.4bH8iSpT3r3ih4dF9v7Z.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d621ff7357a677fa9e6160be2098dc29abf7c18671299cfa06666008f48d620b +size 29473 diff --git a/ElbowLat/images/val_133_png.rf.pZT8w8vJoaImD0343rzW.png b/ElbowLat/images/val_133_png.rf.pZT8w8vJoaImD0343rzW.png new file mode 100644 index 0000000000000000000000000000000000000000..175360191104ce8b8ecdb3ba53ca42b63416f0b7 --- /dev/null +++ b/ElbowLat/images/val_133_png.rf.pZT8w8vJoaImD0343rzW.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e759608d9dcbb1dc335a146a42eafad36c5b8d74cf0ff1740928ea8884c69daf +size 80842 diff --git a/ElbowLat/images/val_137_png.rf.4t3Ppy7DnTVuIGKOeSMx.png b/ElbowLat/images/val_137_png.rf.4t3Ppy7DnTVuIGKOeSMx.png new file mode 100644 index 0000000000000000000000000000000000000000..d068b5a92c8262d59961bc37d6daef1c5ca912a5 --- /dev/null +++ b/ElbowLat/images/val_137_png.rf.4t3Ppy7DnTVuIGKOeSMx.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e19a971f757d8b6a37fd36e9b0ef0b8037e681fc307aec702ff481f4b24123f3 +size 79226 diff --git a/ElbowLat/images/val_139_jpg.rf.3c8CLTgstIT8nEly17wJ.png b/ElbowLat/images/val_139_jpg.rf.3c8CLTgstIT8nEly17wJ.png new file mode 100644 index 0000000000000000000000000000000000000000..b3c90b7987b1552232d68d41435a6e54e352a9af --- /dev/null +++ b/ElbowLat/images/val_139_jpg.rf.3c8CLTgstIT8nEly17wJ.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abf04e2d572ce28ddb320c439432df0fc4aa9f4c2736a67c58a6b4d44df0b673 +size 48604 diff --git a/ElbowLat/images/val_139_png.rf.ni52bCSUHykoDgUvXbbF.png b/ElbowLat/images/val_139_png.rf.ni52bCSUHykoDgUvXbbF.png new file mode 100644 index 0000000000000000000000000000000000000000..19f60ac9739bf64f165c3ba9ef04406a8aa58a95 --- /dev/null +++ b/ElbowLat/images/val_139_png.rf.ni52bCSUHykoDgUvXbbF.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25175366a0cccbf1ce98f343cc8773d62f62a88a08ffb21380a17d5592bc982a +size 35753 diff --git a/ElbowLat/images/val_144_jpg.rf.V8DwiOodDvjl5RdXvnzx.png b/ElbowLat/images/val_144_jpg.rf.V8DwiOodDvjl5RdXvnzx.png new file mode 100644 index 0000000000000000000000000000000000000000..82e885d414a34d470893267bb1bfab39130c5d23 --- /dev/null +++ b/ElbowLat/images/val_144_jpg.rf.V8DwiOodDvjl5RdXvnzx.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9689bd3bc04da8443b5ecd92bbc2d9b2e90b1fa1757f7ff8ae44fdec7e325f45 +size 38869 diff --git a/ElbowLat/images/val_144_png.rf.LhlPgp8AeQBLTLkoJJa1.png b/ElbowLat/images/val_144_png.rf.LhlPgp8AeQBLTLkoJJa1.png new file mode 100644 index 0000000000000000000000000000000000000000..32254a892320e4b826956562d8897e9f6b6674f9 --- /dev/null +++ b/ElbowLat/images/val_144_png.rf.LhlPgp8AeQBLTLkoJJa1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34e3baee5970e2c76a87645b15ff17b6593ba695a3b3b90422ff12c8eba7ec20 +size 90122 diff --git a/ElbowLat/images/val_149_jpg.rf.oVvVZXLTHn3Dhor0rADs.png b/ElbowLat/images/val_149_jpg.rf.oVvVZXLTHn3Dhor0rADs.png new file mode 100644 index 0000000000000000000000000000000000000000..c77614a3d92b5c36c7c0af76bce34a81d4e03ea9 --- /dev/null +++ b/ElbowLat/images/val_149_jpg.rf.oVvVZXLTHn3Dhor0rADs.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3585e896fb266effde64a595ab0365d3e84074bd62e275ab1dd1ec9384c1c04d +size 56996 diff --git a/ElbowLat/images/val_149_png.rf.2M7KJYzCuz6iH7Dn8udb.png b/ElbowLat/images/val_149_png.rf.2M7KJYzCuz6iH7Dn8udb.png new file mode 100644 index 0000000000000000000000000000000000000000..a3dd41062a8a7a156ac319e591be69f4c3640e97 --- /dev/null +++ b/ElbowLat/images/val_149_png.rf.2M7KJYzCuz6iH7Dn8udb.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:173b5525f4e4803934cc0907cfd85807e1f1b550cf97db21f14fd927175a9cc8 +size 85346 diff --git a/ElbowLat/images/val_150_jpg.rf.UxLeODoGQUDbROreXmwk.png b/ElbowLat/images/val_150_jpg.rf.UxLeODoGQUDbROreXmwk.png new file mode 100644 index 0000000000000000000000000000000000000000..576aa9cc37b287ddbfb24c1897670fe2c2e752b5 --- /dev/null +++ b/ElbowLat/images/val_150_jpg.rf.UxLeODoGQUDbROreXmwk.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0234a435a882bf1634000c70a4ebdaaebc24eccfaf30e3cb6ab286ffd862203 +size 70097 diff --git a/ElbowLat/images/val_173_jpg.rf.I4sKyAX8MAZQudBV8imU.png b/ElbowLat/images/val_173_jpg.rf.I4sKyAX8MAZQudBV8imU.png new file mode 100644 index 0000000000000000000000000000000000000000..166a4e2d915703d3690d085408e20c7ce9b40908 --- /dev/null +++ b/ElbowLat/images/val_173_jpg.rf.I4sKyAX8MAZQudBV8imU.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0983552707be86e5f14a6f00ed299225f62b08ef0ed145c0e6acaa17fc88ea0 +size 30680 diff --git a/ElbowLat/images/val_173_png.rf.ja0Zs7B7nbNwNEeZnyoN.png b/ElbowLat/images/val_173_png.rf.ja0Zs7B7nbNwNEeZnyoN.png new file mode 100644 index 0000000000000000000000000000000000000000..942cf25030b3ce2b747644d727af95768d77ba56 --- /dev/null +++ b/ElbowLat/images/val_173_png.rf.ja0Zs7B7nbNwNEeZnyoN.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e202cee224963aa9ff91dcbc3ae6a493394ae0baffb373859fdf473a3dcd4394 +size 77030 diff --git a/ElbowLat/images/val_175_jpg.rf.btsURtlXdxwUs62BXqWm.png b/ElbowLat/images/val_175_jpg.rf.btsURtlXdxwUs62BXqWm.png new file mode 100644 index 0000000000000000000000000000000000000000..0c4f00210cc741b4defc34cf5645d15ad4febb62 --- /dev/null +++ b/ElbowLat/images/val_175_jpg.rf.btsURtlXdxwUs62BXqWm.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f13c22b1cae9371264982dbc749a7722190c919ce0be01b4311603ae71f76c6 +size 27427 diff --git a/ElbowLat/images/val_175_png.rf.Fb0cbGZmFxO9vajaMZQr.png b/ElbowLat/images/val_175_png.rf.Fb0cbGZmFxO9vajaMZQr.png new file mode 100644 index 0000000000000000000000000000000000000000..6b59ea0d95b827c489e62ae31fd3a5f43d0458be --- /dev/null +++ b/ElbowLat/images/val_175_png.rf.Fb0cbGZmFxO9vajaMZQr.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbfbfbf24c90df631630e4251f567cf434f100d9126e59c71603d1cef3746f44 +size 82800 diff --git a/ElbowLat/images/val_196_jpg.rf.24V6ZLNZcYhX9scz6eQG.png b/ElbowLat/images/val_196_jpg.rf.24V6ZLNZcYhX9scz6eQG.png new file mode 100644 index 0000000000000000000000000000000000000000..baf37043509201d13ad332101b57d8244268d801 --- /dev/null +++ b/ElbowLat/images/val_196_jpg.rf.24V6ZLNZcYhX9scz6eQG.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b39713acc9fd5838741743f9daca4a75d25d6a785ac418f2c012dff254835abe +size 23754 diff --git a/ElbowLat/images/val_196_png.rf.nRpPTzF4jhMxKRPg58Ge.png b/ElbowLat/images/val_196_png.rf.nRpPTzF4jhMxKRPg58Ge.png new file mode 100644 index 0000000000000000000000000000000000000000..77f1ac277021fec1dc2961dcf26c422536630949 --- /dev/null +++ b/ElbowLat/images/val_196_png.rf.nRpPTzF4jhMxKRPg58Ge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:307a5a0fb79e6e8ed6869a711067653fd660186d4fe8372c2dfd9d1b1ae5abcf +size 84249 diff --git a/ElbowLat/images/val_198_jpg.rf.Sjgj9bqUDzGFEXu2y8F5.png b/ElbowLat/images/val_198_jpg.rf.Sjgj9bqUDzGFEXu2y8F5.png new file mode 100644 index 0000000000000000000000000000000000000000..4ab3b9f71eaccb61af5efdd141ed435505f5c100 --- /dev/null +++ b/ElbowLat/images/val_198_jpg.rf.Sjgj9bqUDzGFEXu2y8F5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56d8ea8559323f5386ace5e404159e7444904f5bd83ee7b90e7579c550f08b26 +size 39185 diff --git a/ElbowLat/images/val_198_png.rf.3gX0z73lr4aF7XDv8RTH.png b/ElbowLat/images/val_198_png.rf.3gX0z73lr4aF7XDv8RTH.png new file mode 100644 index 0000000000000000000000000000000000000000..03ce34e088a5dee2344480700292ea319b18a6ab --- /dev/null +++ b/ElbowLat/images/val_198_png.rf.3gX0z73lr4aF7XDv8RTH.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbdd6986e5551b5badd84d5c77f87bed0bcf966f601be6f1ca092e81be2ddde2 +size 36659 diff --git a/ElbowLat/images/val_201_jpg.rf.c5bCWc3RQ0QfEVrGnLjd.png b/ElbowLat/images/val_201_jpg.rf.c5bCWc3RQ0QfEVrGnLjd.png new file mode 100644 index 0000000000000000000000000000000000000000..344700ee995b3ab7ed672cba6d5ce600215439dd --- /dev/null +++ b/ElbowLat/images/val_201_jpg.rf.c5bCWc3RQ0QfEVrGnLjd.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b860e3bee79fd9d74a588ea46b1791e5aa738d39c74f9ee631c198f84d61de1 +size 38076 diff --git a/ElbowLat/images/val_207_jpg.rf.iVPwYaMo8ClCtp76NkBO.png b/ElbowLat/images/val_207_jpg.rf.iVPwYaMo8ClCtp76NkBO.png new file mode 100644 index 0000000000000000000000000000000000000000..3dea3b524d4dbee3dfc7a382327164f45d3fca51 --- /dev/null +++ b/ElbowLat/images/val_207_jpg.rf.iVPwYaMo8ClCtp76NkBO.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf415d7276b5b58a58ec0cd5e359577374c6a57c610fe5587151f8a77a3a9f61 +size 31604 diff --git a/ElbowLat/images/val_207_png.rf.1yzG7q5KM2JKetQ4xXIP.png b/ElbowLat/images/val_207_png.rf.1yzG7q5KM2JKetQ4xXIP.png new file mode 100644 index 0000000000000000000000000000000000000000..d5b3f10ce63cb956c8dccdf572e90fd483cf7cae --- /dev/null +++ b/ElbowLat/images/val_207_png.rf.1yzG7q5KM2JKetQ4xXIP.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:419100020ffc1b95dbb27409966dfb48fff5f6cbe6209d909f69f77f11289cb7 +size 89440 diff --git a/ElbowLat/images/val_20_jpg.rf.hDvZ4TqqcbgvFFk6divO.png b/ElbowLat/images/val_20_jpg.rf.hDvZ4TqqcbgvFFk6divO.png new file mode 100644 index 0000000000000000000000000000000000000000..3542d613c1f41106b2cbc772df6325c8f27364e9 --- /dev/null +++ b/ElbowLat/images/val_20_jpg.rf.hDvZ4TqqcbgvFFk6divO.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:271023411854581857111da196f93cb3dfd33a054a31f40c3f51d0eeefe05be0 +size 46662 diff --git a/ElbowLat/images/val_20_png.rf.4tYnraA7uwOUM0Ycc1Kf.png b/ElbowLat/images/val_20_png.rf.4tYnraA7uwOUM0Ycc1Kf.png new file mode 100644 index 0000000000000000000000000000000000000000..48c9b6a96beac125d0c854c0c496415b8cdf40ca --- /dev/null +++ b/ElbowLat/images/val_20_png.rf.4tYnraA7uwOUM0Ycc1Kf.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e6700eb041b95921db67c5bf28ec38ca4e0a76cfcae7b16c563a0b9f91ab146 +size 46135 diff --git a/ElbowLat/images/val_210_png.rf.MtJEw5gUFU5GgPrkl9FT.png b/ElbowLat/images/val_210_png.rf.MtJEw5gUFU5GgPrkl9FT.png new file mode 100644 index 0000000000000000000000000000000000000000..711da93aa239258140d5e329828b0cd1038a6505 --- /dev/null +++ b/ElbowLat/images/val_210_png.rf.MtJEw5gUFU5GgPrkl9FT.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f85035e794ffbfd7d5552ca74d34a568c5793c4f06b35af51883fda86066bd8 +size 59063 diff --git a/ElbowLat/images/val_218_jpg.rf.Swhx1gXfKm5k6joKrsy4.png b/ElbowLat/images/val_218_jpg.rf.Swhx1gXfKm5k6joKrsy4.png new file mode 100644 index 0000000000000000000000000000000000000000..7ca885c1f56a3da7ed39d16bd3a39fb5d6bc2ff3 --- /dev/null +++ b/ElbowLat/images/val_218_jpg.rf.Swhx1gXfKm5k6joKrsy4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf92c59593ce62704ee94981173cc3ece8ab5bc66cbc2d3de85241ffa16e3df8 +size 23222 diff --git a/ElbowLat/images/val_218_png.rf.Fu8KQ1RlNHljZbnROHu7.png b/ElbowLat/images/val_218_png.rf.Fu8KQ1RlNHljZbnROHu7.png new file mode 100644 index 0000000000000000000000000000000000000000..6fadf7b489bbfe1a63351e623bc9aa72191cccc8 --- /dev/null +++ b/ElbowLat/images/val_218_png.rf.Fu8KQ1RlNHljZbnROHu7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29ef0656177fd976c9f1046652410c08c3bf6fd820bdcd78b0473d77173ca96c +size 66924 diff --git a/ElbowLat/images/val_222_jpg.rf.eRlWkdfM8rpE8J5i8EvG.png b/ElbowLat/images/val_222_jpg.rf.eRlWkdfM8rpE8J5i8EvG.png new file mode 100644 index 0000000000000000000000000000000000000000..f0b0a80e67f3822fe2476544e078d2523d1c83a3 --- /dev/null +++ b/ElbowLat/images/val_222_jpg.rf.eRlWkdfM8rpE8J5i8EvG.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:627441c74844652763074a6e6b1076ef7e00c40b96415b58215cff95ec2462fc +size 39946 diff --git a/ElbowLat/images/val_222_png.rf.TUafz170zO7skFEi3QV4.png b/ElbowLat/images/val_222_png.rf.TUafz170zO7skFEi3QV4.png new file mode 100644 index 0000000000000000000000000000000000000000..7f2a1a8b62cfde8c5d562753b230c43cbb12b9c5 --- /dev/null +++ b/ElbowLat/images/val_222_png.rf.TUafz170zO7skFEi3QV4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbd51830152704d3bfe42059b3a5ac42c1361c99ec139a4e6acfe42a2be3ed7d +size 78642 diff --git a/ElbowLat/images/val_224_jpg.rf.ixmC3rnhzx7wza9Opqzr.png b/ElbowLat/images/val_224_jpg.rf.ixmC3rnhzx7wza9Opqzr.png new file mode 100644 index 0000000000000000000000000000000000000000..2f4a12ad4b66fd77fa84a8453ada5d2311377dcb --- /dev/null +++ b/ElbowLat/images/val_224_jpg.rf.ixmC3rnhzx7wza9Opqzr.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad5363bc40c273dd13d253d99a97cae9fdfeddbc8376e4e72dfe946f30cd6509 +size 47108 diff --git a/ElbowLat/images/val_224_png.rf.5KgfmwWPuVLh3iReGtad.png b/ElbowLat/images/val_224_png.rf.5KgfmwWPuVLh3iReGtad.png new file mode 100644 index 0000000000000000000000000000000000000000..4175fb97efcb250b8e218a7bb302387495f2f44f --- /dev/null +++ b/ElbowLat/images/val_224_png.rf.5KgfmwWPuVLh3iReGtad.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6a76c80ba6dc8504978ab664dbd9c2362f78eae687c83bbff1d10d6b71a5b56 +size 85715 diff --git a/ElbowLat/images/val_227_jpg.rf.WGOXP5wa7KvShpKlt76Y.png b/ElbowLat/images/val_227_jpg.rf.WGOXP5wa7KvShpKlt76Y.png new file mode 100644 index 0000000000000000000000000000000000000000..af76b05e24b20fa2b6fb80a1072a23a5e8f918f0 --- /dev/null +++ b/ElbowLat/images/val_227_jpg.rf.WGOXP5wa7KvShpKlt76Y.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f947578cc6d824f6914fff3e8e8a7ea6491d2d6afc03400c33fbb3ce279e2db8 +size 53280 diff --git a/ElbowLat/images/val_227_png.rf.PQa1zfZKzvSCOXKjcI1K.png b/ElbowLat/images/val_227_png.rf.PQa1zfZKzvSCOXKjcI1K.png new file mode 100644 index 0000000000000000000000000000000000000000..67b2e937b3594129ca95e8b346b606ac106c5cfc --- /dev/null +++ b/ElbowLat/images/val_227_png.rf.PQa1zfZKzvSCOXKjcI1K.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:587f931b434dade4a8792b0b7a6d058c5e68a1c46a0331b633f95849d0190a09 +size 67888 diff --git a/ElbowLat/images/val_235_jpg.rf.55gsrqVDsdrKA45HFgLb.png b/ElbowLat/images/val_235_jpg.rf.55gsrqVDsdrKA45HFgLb.png new file mode 100644 index 0000000000000000000000000000000000000000..6166fd29daa1a68e181a24c1fcba78ef60aa5f6c --- /dev/null +++ b/ElbowLat/images/val_235_jpg.rf.55gsrqVDsdrKA45HFgLb.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adc8e4466c6258884ebe0c339e7ef49bccb26325773271e8d370160c36c24e45 +size 50900 diff --git a/ElbowLat/images/val_235_png.rf.uY9MPXS2Q1d1DGGvoYqr.png b/ElbowLat/images/val_235_png.rf.uY9MPXS2Q1d1DGGvoYqr.png new file mode 100644 index 0000000000000000000000000000000000000000..6e6081da3a3960da8bda47ab38d0dd4ddfa464e9 --- /dev/null +++ b/ElbowLat/images/val_235_png.rf.uY9MPXS2Q1d1DGGvoYqr.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7d2be60afb016a2e3fe863633c06d1767efc12af35464332d80de615aa3af4d +size 76832 diff --git a/ElbowLat/images/val_239_jpg.rf.lH3Lcx3oc9QpIRvYmjHM.png b/ElbowLat/images/val_239_jpg.rf.lH3Lcx3oc9QpIRvYmjHM.png new file mode 100644 index 0000000000000000000000000000000000000000..c9739aa100118d4494584d77fc91e7022bd1f8f9 --- /dev/null +++ b/ElbowLat/images/val_239_jpg.rf.lH3Lcx3oc9QpIRvYmjHM.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:521c8edfa99a7233f191e793bf86901ae4831b87b96498d84f969836195f973a +size 23232 diff --git a/ElbowLat/images/val_239_png.rf.RQ0kUwNULLi5YZ0crhfE.png b/ElbowLat/images/val_239_png.rf.RQ0kUwNULLi5YZ0crhfE.png new file mode 100644 index 0000000000000000000000000000000000000000..a6217a2374d432d2ea5c0cc4b565cb3dbbf25809 --- /dev/null +++ b/ElbowLat/images/val_239_png.rf.RQ0kUwNULLi5YZ0crhfE.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76a956912c66fa675b4364a64a5406e93166ad4171a2042ea66070a0fc12783e +size 88530 diff --git a/ElbowLat/images/val_240_jpg.rf.WNYqyd5gxoegiWiwqSsr.png b/ElbowLat/images/val_240_jpg.rf.WNYqyd5gxoegiWiwqSsr.png new file mode 100644 index 0000000000000000000000000000000000000000..363a37244863de24182973a238bcc9881c36f3a3 --- /dev/null +++ b/ElbowLat/images/val_240_jpg.rf.WNYqyd5gxoegiWiwqSsr.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16697e863657437c3fddc3a109813d9effa5999091999d8b48b780233960a8c7 +size 39459 diff --git a/ElbowLat/images/val_240_png.rf.mzSy9R1FxGQl7ccaSRSx.png b/ElbowLat/images/val_240_png.rf.mzSy9R1FxGQl7ccaSRSx.png new file mode 100644 index 0000000000000000000000000000000000000000..f64e9b153fdb4cd7081613fb6cc71fbc6aef964d --- /dev/null +++ b/ElbowLat/images/val_240_png.rf.mzSy9R1FxGQl7ccaSRSx.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a83fcf45333cdd236470b2855c5643917101b260e6c76ba3ff89be16d5095b1e +size 91443 diff --git a/ElbowLat/images/val_241_png.rf.pyMN15D27dFIH9KevsAY.png b/ElbowLat/images/val_241_png.rf.pyMN15D27dFIH9KevsAY.png new file mode 100644 index 0000000000000000000000000000000000000000..47b1c3593df5e3ee84ccd4f7e2cfcaae64c80629 --- /dev/null +++ b/ElbowLat/images/val_241_png.rf.pyMN15D27dFIH9KevsAY.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d249e8b71b37bf958c649fe2bed9fe355a407d3a3c21995eb4c62addd607151 +size 69189 diff --git a/ElbowLat/images/val_244_jpg.rf.1YW3Xz0GqKZob5kWYz5r.png b/ElbowLat/images/val_244_jpg.rf.1YW3Xz0GqKZob5kWYz5r.png new file mode 100644 index 0000000000000000000000000000000000000000..587381cbdd410b4299bba1832b0782f39ca9d992 --- /dev/null +++ b/ElbowLat/images/val_244_jpg.rf.1YW3Xz0GqKZob5kWYz5r.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ab23a39bbdb8009ed2a9eea82c3d916525f045825de7ba8685e1241a637ce77 +size 43085 diff --git a/ElbowLat/images/val_244_png.rf.qWEDPCTEMRqORywtXOPm.png b/ElbowLat/images/val_244_png.rf.qWEDPCTEMRqORywtXOPm.png new file mode 100644 index 0000000000000000000000000000000000000000..544f077d483d069672f96804e3d0bddf3dd31c91 --- /dev/null +++ b/ElbowLat/images/val_244_png.rf.qWEDPCTEMRqORywtXOPm.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a926b7294144bcd864a859070a555dddb23adbeae7eb09760f78751afa87a161 +size 91972 diff --git a/ElbowLat/images/val_245_jpg.rf.dspNtjJIUOJLoMvdyglT.png b/ElbowLat/images/val_245_jpg.rf.dspNtjJIUOJLoMvdyglT.png new file mode 100644 index 0000000000000000000000000000000000000000..2b38ffec0dfb4e7d03cbdfd585d8ca0bb8f9d3ca --- /dev/null +++ b/ElbowLat/images/val_245_jpg.rf.dspNtjJIUOJLoMvdyglT.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:991a8341d7a5410f3ac95c71b1ede23c26a20441a0b67fb690aab0631bc94245 +size 44401 diff --git a/ElbowLat/images/val_245_png.rf.dnbxhs3e8RjLPjHc2JkB.png b/ElbowLat/images/val_245_png.rf.dnbxhs3e8RjLPjHc2JkB.png new file mode 100644 index 0000000000000000000000000000000000000000..cf0541328032a8440ecf25e410d2fdcdb79189c5 --- /dev/null +++ b/ElbowLat/images/val_245_png.rf.dnbxhs3e8RjLPjHc2JkB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a0705908fa0b5e6224604e5e8cdf7ab47160a4eb44c201e0a4d46ff7ec7ac17 +size 50775 diff --git a/ElbowLat/images/val_246_jpg.rf.4Cp6gQLNuf0nyo94762N.png b/ElbowLat/images/val_246_jpg.rf.4Cp6gQLNuf0nyo94762N.png new file mode 100644 index 0000000000000000000000000000000000000000..76ee1c9319b3a766026035fd63982080fdba6d1f --- /dev/null +++ b/ElbowLat/images/val_246_jpg.rf.4Cp6gQLNuf0nyo94762N.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7803b1b7b67787abd058ff26dd91ae2aee25dbb0583ed00be953354cfd8754ef +size 45261 diff --git a/ElbowLat/images/val_246_png.rf.81Hg6SYNp0YklLPutl9v.png b/ElbowLat/images/val_246_png.rf.81Hg6SYNp0YklLPutl9v.png new file mode 100644 index 0000000000000000000000000000000000000000..db7d618fac661527c0a720122b4d3cdf3b60a931 --- /dev/null +++ b/ElbowLat/images/val_246_png.rf.81Hg6SYNp0YklLPutl9v.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7526908ddddc00804e5c962aaabab3aab082b971d0250c6b6710a5010c7da13e +size 74352 diff --git a/ElbowLat/images/val_254_jpg.rf.NNVA9SpcjRpM3QrpEoUv.png b/ElbowLat/images/val_254_jpg.rf.NNVA9SpcjRpM3QrpEoUv.png new file mode 100644 index 0000000000000000000000000000000000000000..fe960ffe77b028f5a6aa85e697b70d1ebbe64b1e --- /dev/null +++ b/ElbowLat/images/val_254_jpg.rf.NNVA9SpcjRpM3QrpEoUv.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8550640747053cbde34b12f762c5ef661fe08ad7ce11a987d09dce4144df5c79 +size 44256 diff --git a/ElbowLat/images/val_254_png.rf.zVoRfY4M9FbtrTeNH1fx.png b/ElbowLat/images/val_254_png.rf.zVoRfY4M9FbtrTeNH1fx.png new file mode 100644 index 0000000000000000000000000000000000000000..d40fb817d58420372f1b54a0d8950f03e9d26bab --- /dev/null +++ b/ElbowLat/images/val_254_png.rf.zVoRfY4M9FbtrTeNH1fx.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8ebfc95eacd6f9b49463f057284c1cd437c77d69f6b798ed2a6340a1cae4f69 +size 92664 diff --git a/ElbowLat/images/val_268_jpg.rf.oIZcznA4fBTrvwKKMvOc.png b/ElbowLat/images/val_268_jpg.rf.oIZcznA4fBTrvwKKMvOc.png new file mode 100644 index 0000000000000000000000000000000000000000..c32eda884d979444d13c55ead6d9b55a66499890 --- /dev/null +++ b/ElbowLat/images/val_268_jpg.rf.oIZcznA4fBTrvwKKMvOc.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b01a9b6551d48cf0f990de4b4adfbe847657ac2d5218758af39842fc5115ee87 +size 36062 diff --git a/ElbowLat/images/val_268_png.rf.lcgXas7fAVQBvbFN4nnE.png b/ElbowLat/images/val_268_png.rf.lcgXas7fAVQBvbFN4nnE.png new file mode 100644 index 0000000000000000000000000000000000000000..863428a243b29342279c9c4410cba59c4e6063c4 --- /dev/null +++ b/ElbowLat/images/val_268_png.rf.lcgXas7fAVQBvbFN4nnE.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c30f4126f68bb37483567785f5728743a114f0c5e15120084b88f9328011c06f +size 87293 diff --git a/ElbowLat/images/val_26_jpg.rf.4yPPbDvnvU1cIwd4JpNE.png b/ElbowLat/images/val_26_jpg.rf.4yPPbDvnvU1cIwd4JpNE.png new file mode 100644 index 0000000000000000000000000000000000000000..14ede5c9d4185002d555c4b6a354b850cd6deca7 --- /dev/null +++ b/ElbowLat/images/val_26_jpg.rf.4yPPbDvnvU1cIwd4JpNE.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b93ebbebb473e5b68363e5020979ed8ab008054a70f56aa12e466f69b784ccf1 +size 23734 diff --git a/ElbowLat/images/val_26_png.rf.eSd0l1MeWEGKYCYWZpwD.png b/ElbowLat/images/val_26_png.rf.eSd0l1MeWEGKYCYWZpwD.png new file mode 100644 index 0000000000000000000000000000000000000000..145611a7416e9ba0da9ab2c40cf2ae7d691e8f24 --- /dev/null +++ b/ElbowLat/images/val_26_png.rf.eSd0l1MeWEGKYCYWZpwD.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:625fdf44c531d2c564ad368be448e5e4660cb89daffa058413be42c469adc5ce +size 85279 diff --git a/ElbowLat/images/val_274_png.rf.PiG3cWvl4538zRT3ll8h.png b/ElbowLat/images/val_274_png.rf.PiG3cWvl4538zRT3ll8h.png new file mode 100644 index 0000000000000000000000000000000000000000..97563709b5e7e1a15db11fde1984c926b5856b47 --- /dev/null +++ b/ElbowLat/images/val_274_png.rf.PiG3cWvl4538zRT3ll8h.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abc4138da155c6f3ce82ba970184c7cd3681d9b1a765da83469348afc3b060fd +size 77038 diff --git a/ElbowLat/images/val_285_png.rf.Un2L3EU4OknwIBgxeZYF.png b/ElbowLat/images/val_285_png.rf.Un2L3EU4OknwIBgxeZYF.png new file mode 100644 index 0000000000000000000000000000000000000000..97aee89d6f3dd2cab8a3c4f4a2aeec2c68e1f539 --- /dev/null +++ b/ElbowLat/images/val_285_png.rf.Un2L3EU4OknwIBgxeZYF.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39bdf70f843b47d2fdc61faeeb0908417c8cba99bf175dea9497eb4c7cb8fed1 +size 61185 diff --git a/ElbowLat/images/val_286_png.rf.aQRLucP1OcCOmg9PQYf5.png b/ElbowLat/images/val_286_png.rf.aQRLucP1OcCOmg9PQYf5.png new file mode 100644 index 0000000000000000000000000000000000000000..724e5eff9564a32f008652a6e77c6de536b752b4 --- /dev/null +++ b/ElbowLat/images/val_286_png.rf.aQRLucP1OcCOmg9PQYf5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56bc80e1285f8f18f6e4adf643f1c5532e4849db5d5b9eb5f1d6e1b1acd71161 +size 78103 diff --git a/ElbowLat/images/val_294_png.rf.jdGxqXMdCkthrmTEW8J6.png b/ElbowLat/images/val_294_png.rf.jdGxqXMdCkthrmTEW8J6.png new file mode 100644 index 0000000000000000000000000000000000000000..3afd78899ce99f9c2aab56b48b7a2791db04ef54 --- /dev/null +++ b/ElbowLat/images/val_294_png.rf.jdGxqXMdCkthrmTEW8J6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccc4225268474e1b2e3b1c55a9c1c552a7ec6729e11c21ce136669cbb7cb7971 +size 93299 diff --git a/ElbowLat/images/val_297_png.rf.wgP1BbDJQJXQSepj1ZO1.png b/ElbowLat/images/val_297_png.rf.wgP1BbDJQJXQSepj1ZO1.png new file mode 100644 index 0000000000000000000000000000000000000000..c0ef0367e37575e1cc3f45cbfad2013b433e7311 --- /dev/null +++ b/ElbowLat/images/val_297_png.rf.wgP1BbDJQJXQSepj1ZO1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78a583412b8ab4ccc43026ab2a17149a77ba07bc2f22805a8ff0c53138a130f3 +size 72855 diff --git a/ElbowLat/images/val_2_jpg.rf.n90talOkxvuNiGNG4uBf.png b/ElbowLat/images/val_2_jpg.rf.n90talOkxvuNiGNG4uBf.png new file mode 100644 index 0000000000000000000000000000000000000000..b314560436d3661e95fd6c8a270f503420c388a8 --- /dev/null +++ b/ElbowLat/images/val_2_jpg.rf.n90talOkxvuNiGNG4uBf.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82ba88d16d9db5551571e7e1b5c7bcc7e7c40855bd60eaa07ad4a6237ffbd9c5 +size 33796 diff --git a/ElbowLat/images/val_2_png.rf.IV4637QOaJDHXWILJiOb.png b/ElbowLat/images/val_2_png.rf.IV4637QOaJDHXWILJiOb.png new file mode 100644 index 0000000000000000000000000000000000000000..ce33d67ede691b31d6467e2c5afb19b818b4ed2b --- /dev/null +++ b/ElbowLat/images/val_2_png.rf.IV4637QOaJDHXWILJiOb.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79bfe170a9e7cfbc9775fccd0f993bb76c18c360a95baf6fc18d615955964f71 +size 65567 diff --git a/ElbowLat/images/val_300_png.rf.g9oxItqRjiuq857CIcbJ.png b/ElbowLat/images/val_300_png.rf.g9oxItqRjiuq857CIcbJ.png new file mode 100644 index 0000000000000000000000000000000000000000..7aec77058fd7f98163cd23002c2f040fca1ffb98 --- /dev/null +++ b/ElbowLat/images/val_300_png.rf.g9oxItqRjiuq857CIcbJ.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:defb36e38e8479cc624c442312353bc64aba70b6a32daeb641595c07d6ca107b +size 75633 diff --git a/ElbowLat/images/val_310_png.rf.QVhXnoKKR3FihffcapET.png b/ElbowLat/images/val_310_png.rf.QVhXnoKKR3FihffcapET.png new file mode 100644 index 0000000000000000000000000000000000000000..3e2cc2f878aae103a6e239cbae6665a22280ce7c --- /dev/null +++ b/ElbowLat/images/val_310_png.rf.QVhXnoKKR3FihffcapET.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1cafc57b3897644ec540b316ba2578e9d5cec7ab1795989f224d64fea2aabea +size 75905 diff --git a/ElbowLat/images/val_319_png.rf.3kBogmZbeMlFJnMMRTm5.png b/ElbowLat/images/val_319_png.rf.3kBogmZbeMlFJnMMRTm5.png new file mode 100644 index 0000000000000000000000000000000000000000..e074383c4316988595c637dd0bc748fcd3d3f4db --- /dev/null +++ b/ElbowLat/images/val_319_png.rf.3kBogmZbeMlFJnMMRTm5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5fc6e25fde3dcb2efed2a01a4b077f2b8263237707d09bd3a35f345c7eda79c +size 75408 diff --git a/ElbowLat/images/val_320_png.rf.PmTexh0S9nNHvIPev42o.png b/ElbowLat/images/val_320_png.rf.PmTexh0S9nNHvIPev42o.png new file mode 100644 index 0000000000000000000000000000000000000000..4ffef30c213ffdf9d607fb058f4146c7c28c5bdd --- /dev/null +++ b/ElbowLat/images/val_320_png.rf.PmTexh0S9nNHvIPev42o.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f2e5753ffce7fd7f0576fd6a22be581da4473ef9c6c57cecbd7d9b6c0627002 +size 72416 diff --git a/ElbowLat/images/val_321_png.rf.BhXUgIHWO9lTNG51dww4.png b/ElbowLat/images/val_321_png.rf.BhXUgIHWO9lTNG51dww4.png new file mode 100644 index 0000000000000000000000000000000000000000..837f4240f64caf353d37b54141f7f4cf2514b5c5 --- /dev/null +++ b/ElbowLat/images/val_321_png.rf.BhXUgIHWO9lTNG51dww4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b850ec4dc8198eb55bf1ffbf2604e7edc17b393e5c548fbf65d3a600b42d8dd +size 66632 diff --git a/ElbowLat/images/val_327_png.rf.RZxjFebeNlfKrFCHuc6A.png b/ElbowLat/images/val_327_png.rf.RZxjFebeNlfKrFCHuc6A.png new file mode 100644 index 0000000000000000000000000000000000000000..c02ce1cdee07725e36962d0fac33b30404905349 --- /dev/null +++ b/ElbowLat/images/val_327_png.rf.RZxjFebeNlfKrFCHuc6A.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50b4ea7884e0a36cf8069f54efbafe1c8b5a899ff137b45c7f7d6f7566911ed6 +size 64185 diff --git a/ElbowLat/images/val_348_png.rf.3pD6drDiF1vC6iPZhfmV.png b/ElbowLat/images/val_348_png.rf.3pD6drDiF1vC6iPZhfmV.png new file mode 100644 index 0000000000000000000000000000000000000000..9a1f282dd31c3d20ca36c291246da8724b4746ca --- /dev/null +++ b/ElbowLat/images/val_348_png.rf.3pD6drDiF1vC6iPZhfmV.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8439a0b19868674864d5d897f59a93066fa7d94abe09fd7d3a317ee58d2cfe75 +size 89302 diff --git a/ElbowLat/images/val_355_png.rf.rZzevA9C9Lh4fJjwhWH8.png b/ElbowLat/images/val_355_png.rf.rZzevA9C9Lh4fJjwhWH8.png new file mode 100644 index 0000000000000000000000000000000000000000..55a372b46b7d342cd830bd7f8e1c0945009f625b --- /dev/null +++ b/ElbowLat/images/val_355_png.rf.rZzevA9C9Lh4fJjwhWH8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27087093c09b30f94b10f3e5ba52ed3effcd46b58c121ec2355f0fb44ced0dcc +size 71763 diff --git a/ElbowLat/images/val_360_png.rf.p5gF5Fgq64E29O5Q4ZOg.png b/ElbowLat/images/val_360_png.rf.p5gF5Fgq64E29O5Q4ZOg.png new file mode 100644 index 0000000000000000000000000000000000000000..aa93889904306fa8101d2c2d33e312c54ccde7b9 --- /dev/null +++ b/ElbowLat/images/val_360_png.rf.p5gF5Fgq64E29O5Q4ZOg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bdb04c928f09687499b787a00341abd52f5dd62ef98303b7948fd2bf286b93d +size 76271 diff --git a/ElbowLat/images/val_375_png.rf.md5kuP3wIQt12FKNrQCa.png b/ElbowLat/images/val_375_png.rf.md5kuP3wIQt12FKNrQCa.png new file mode 100644 index 0000000000000000000000000000000000000000..bf3587b459fb96d5b43656aa85ba315eebc1a68f --- /dev/null +++ b/ElbowLat/images/val_375_png.rf.md5kuP3wIQt12FKNrQCa.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:148783f3368c3bffb4360087b3c0122ac3cb69310e68f5d709b452df1e810b9d +size 63559 diff --git a/ElbowLat/images/val_45_jpg.rf.LqjP5hjJhploWSXS1RnO.png b/ElbowLat/images/val_45_jpg.rf.LqjP5hjJhploWSXS1RnO.png new file mode 100644 index 0000000000000000000000000000000000000000..5a32d5884499afb096fc6f454d7c451c06e630dc --- /dev/null +++ b/ElbowLat/images/val_45_jpg.rf.LqjP5hjJhploWSXS1RnO.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb7f62a11eedc54a2f290f491adcf2d4e6dc67e274de0150e5ac4ed46e656110 +size 29529 diff --git a/ElbowLat/images/val_45_png.rf.Crxw2QzoFOe5fUPSV4XF.png b/ElbowLat/images/val_45_png.rf.Crxw2QzoFOe5fUPSV4XF.png new file mode 100644 index 0000000000000000000000000000000000000000..ab039bff57d272775844a1058ac4b24941de9e91 --- /dev/null +++ b/ElbowLat/images/val_45_png.rf.Crxw2QzoFOe5fUPSV4XF.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8ade4c244f8c5aeb2fff065243ebd12d93dcb2ec0a225b0cc9f06afd2eef374 +size 78245 diff --git a/ElbowLat/images/val_60_jpg.rf.jxjkOlXJQ9jZ46LaBsOd.png b/ElbowLat/images/val_60_jpg.rf.jxjkOlXJQ9jZ46LaBsOd.png new file mode 100644 index 0000000000000000000000000000000000000000..c101dada28a054ad4849217de746b31c03b5d818 --- /dev/null +++ b/ElbowLat/images/val_60_jpg.rf.jxjkOlXJQ9jZ46LaBsOd.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6981bbec5c10c26a9533e37d5b5bb98e4aee3c1229d066a95a5617bdf58831b4 +size 39773 diff --git a/ElbowLat/images/val_60_png.rf.znuq1KKeUceC7CkINoYa.png b/ElbowLat/images/val_60_png.rf.znuq1KKeUceC7CkINoYa.png new file mode 100644 index 0000000000000000000000000000000000000000..07056f85568013a851ad1c1cf1ea213d757ea631 --- /dev/null +++ b/ElbowLat/images/val_60_png.rf.znuq1KKeUceC7CkINoYa.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de2d51dadabe9afd4edb743028efc19fd048bf735de1e67532d917a175a29e66 +size 68567 diff --git a/ElbowLat/images/val_70_jpg.rf.I9wEEt14FXB46bF8srI8.png b/ElbowLat/images/val_70_jpg.rf.I9wEEt14FXB46bF8srI8.png new file mode 100644 index 0000000000000000000000000000000000000000..ce3621cefa82f01cc14cc696e07678a76ed6c100 --- /dev/null +++ b/ElbowLat/images/val_70_jpg.rf.I9wEEt14FXB46bF8srI8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ce6a14a5c1a73317c9ee38f1e67bd34a117c49bee049916d36cab5db179d72f +size 22706 diff --git a/ElbowLat/images/val_70_png.rf.Y5frHiRi3X5SliAUcvlu.png b/ElbowLat/images/val_70_png.rf.Y5frHiRi3X5SliAUcvlu.png new file mode 100644 index 0000000000000000000000000000000000000000..3603067649eb822df022cbc4f43f78a6a580d753 --- /dev/null +++ b/ElbowLat/images/val_70_png.rf.Y5frHiRi3X5SliAUcvlu.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96d4ac62a5bbe5f61250f415fcf11d144b77c2c3e70dfc77d478a3f295d83235 +size 71260 diff --git a/ElbowLat/images/val_87_jpg.rf.xD6GGVo73KPu7udnpVXL.png b/ElbowLat/images/val_87_jpg.rf.xD6GGVo73KPu7udnpVXL.png new file mode 100644 index 0000000000000000000000000000000000000000..02fa6ff55717116b3aa4690fa5fc286cf26a7083 --- /dev/null +++ b/ElbowLat/images/val_87_jpg.rf.xD6GGVo73KPu7udnpVXL.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:262ecee1fd5757a5103d9092538af334c29a143163e1fbc3d10e684b1e48eb14 +size 24943 diff --git a/ElbowLat/images/val_87_png.rf.rSV4npffk12shwic0Os1.png b/ElbowLat/images/val_87_png.rf.rSV4npffk12shwic0Os1.png new file mode 100644 index 0000000000000000000000000000000000000000..33ec0815c33087c41b0cf6a3637b3cd0eb881698 --- /dev/null +++ b/ElbowLat/images/val_87_png.rf.rSV4npffk12shwic0Os1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e23d95ce38648ddbfa15be0432e9fc0a72b463e818900a8832a864e49cbb00a3 +size 79002 diff --git a/ElbowLat/images/val_89_jpg.rf.rh6nPsVGuQSrrVj0qeJX.png b/ElbowLat/images/val_89_jpg.rf.rh6nPsVGuQSrrVj0qeJX.png new file mode 100644 index 0000000000000000000000000000000000000000..4f5976e8857b13ec24bf3c202b37021febee9eac --- /dev/null +++ b/ElbowLat/images/val_89_jpg.rf.rh6nPsVGuQSrrVj0qeJX.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f28c6d7c3135a95e958bf40d7e5be48c9fdf51886495d3832d478ac44ddfe8a9 +size 41022 diff --git a/ElbowLat/images/val_89_png.rf.WYSlitk2KXohohGQh9TI.png b/ElbowLat/images/val_89_png.rf.WYSlitk2KXohohGQh9TI.png new file mode 100644 index 0000000000000000000000000000000000000000..72c65422c425d849e94def9c2413a8f09c9cf532 --- /dev/null +++ b/ElbowLat/images/val_89_png.rf.WYSlitk2KXohohGQh9TI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb6c39ceb48eb6d5f817a6f35360601b1c7b549974a8859e0ab4338c0d75a1cf +size 67949 diff --git a/ElbowLat/images/val_91_jpg.rf.OuYVRrKKzpPE5bJrkDir.png b/ElbowLat/images/val_91_jpg.rf.OuYVRrKKzpPE5bJrkDir.png new file mode 100644 index 0000000000000000000000000000000000000000..8d279f6b43f7cb8e7b6315ccf90be27566d2d5e6 --- /dev/null +++ b/ElbowLat/images/val_91_jpg.rf.OuYVRrKKzpPE5bJrkDir.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1a9bf9c7bebf558ad2c503720ebb52737c7f4c8a6c6b552d76e1ff952bc5750 +size 27629 diff --git a/ElbowLat/images/val_91_png.rf.0T4fm1IZD0Fyz6EWiWY1.png b/ElbowLat/images/val_91_png.rf.0T4fm1IZD0Fyz6EWiWY1.png new file mode 100644 index 0000000000000000000000000000000000000000..819405986639eea99e97522d48925105b7e8acdb --- /dev/null +++ b/ElbowLat/images/val_91_png.rf.0T4fm1IZD0Fyz6EWiWY1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e544130cbb346e44083ac8b243746dd33e2b8532775aee8cb622e4886c2d9be9 +size 91397 diff --git a/ElbowLat/images/val_95_jpg.rf.nzFw5KB7DdMXIoFR2xUg.png b/ElbowLat/images/val_95_jpg.rf.nzFw5KB7DdMXIoFR2xUg.png new file mode 100644 index 0000000000000000000000000000000000000000..184a02b15b5ff446907845166c580867017c74e3 --- /dev/null +++ b/ElbowLat/images/val_95_jpg.rf.nzFw5KB7DdMXIoFR2xUg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b982a4d74c9a7afb80b8b626fa4d2ab88ab6f39ca5e614dad8565dce73bdcc6 +size 64732 diff --git a/ElbowLat/labels/test_115_jpg.rf.79XAF49uapsmI58ilCFw.npy b/ElbowLat/labels/test_115_jpg.rf.79XAF49uapsmI58ilCFw.npy new file mode 100644 index 0000000000000000000000000000000000000000..1c69bff8866037fb7a020c7269f166705987684c --- /dev/null +++ b/ElbowLat/labels/test_115_jpg.rf.79XAF49uapsmI58ilCFw.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e29727e7ec105f746b6d92a30b3b159bb67b6a0afbb5983839284e34fa79b0f +size 262272 diff --git a/ElbowLat/labels/test_115_png.rf.2LsENOTgFOYxK8myf6Iv.npy b/ElbowLat/labels/test_115_png.rf.2LsENOTgFOYxK8myf6Iv.npy new file mode 100644 index 0000000000000000000000000000000000000000..e9f3814720e9dbff4832c444b5359578257e8daa --- /dev/null +++ b/ElbowLat/labels/test_115_png.rf.2LsENOTgFOYxK8myf6Iv.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f09b68eb9a664b0362e672a5d098c9a3e07c1bba5de1134b9b4b8e5303d428b +size 262272 diff --git a/ElbowLat/labels/test_122_jpg.rf.FygAXzyXYSza2sxNCP1z.npy b/ElbowLat/labels/test_122_jpg.rf.FygAXzyXYSza2sxNCP1z.npy new file mode 100644 index 0000000000000000000000000000000000000000..e2b0719f9c489fa0c3aee68e888426302b037700 --- /dev/null +++ b/ElbowLat/labels/test_122_jpg.rf.FygAXzyXYSza2sxNCP1z.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd8829bffdc61b28b60f138bf5f3a8ac2efefd91d788e1f8b76bf263510910f2 +size 262272 diff --git a/ElbowLat/labels/test_122_png.rf.10wMoRLbz2BkULkT29zO.npy b/ElbowLat/labels/test_122_png.rf.10wMoRLbz2BkULkT29zO.npy new file mode 100644 index 0000000000000000000000000000000000000000..45caf0a277e7eccf85c8b6ceca955c53b05ce0bc --- /dev/null +++ b/ElbowLat/labels/test_122_png.rf.10wMoRLbz2BkULkT29zO.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f40c2165aff878593b384ea0b7fc029933a186875829da6a94cdfd231462251c +size 262272 diff --git a/ElbowLat/labels/test_125_jpg.rf.YZJ8E1Txk6mjBLmRgw8a.npy b/ElbowLat/labels/test_125_jpg.rf.YZJ8E1Txk6mjBLmRgw8a.npy new file mode 100644 index 0000000000000000000000000000000000000000..51e38016549f43cff6f2f45f1ebae3fd53ab8111 --- /dev/null +++ b/ElbowLat/labels/test_125_jpg.rf.YZJ8E1Txk6mjBLmRgw8a.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80e1f20fa281bf8c5a36774c38b28d0dfe8a3328a208b2205f251e20973f9417 +size 262272 diff --git a/ElbowLat/labels/test_125_png.rf.RNkhPYxOvK6TBSY2AkaI.npy b/ElbowLat/labels/test_125_png.rf.RNkhPYxOvK6TBSY2AkaI.npy new file mode 100644 index 0000000000000000000000000000000000000000..91b925d51784814a5346b7d059e58eb2a86672bb --- /dev/null +++ b/ElbowLat/labels/test_125_png.rf.RNkhPYxOvK6TBSY2AkaI.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb1d82b6be340e24678f88304430978d9c64b87ce2c049c4f7ec80b058db4579 +size 262272 diff --git a/ElbowLat/labels/test_136_jpg.rf.NhUASKGpbrdazCsN8gVU.npy b/ElbowLat/labels/test_136_jpg.rf.NhUASKGpbrdazCsN8gVU.npy new file mode 100644 index 0000000000000000000000000000000000000000..036ae9c6ba6911f8fc4434663ee9b9c586882a5b --- /dev/null +++ b/ElbowLat/labels/test_136_jpg.rf.NhUASKGpbrdazCsN8gVU.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af840553838408deea40dc4c6e070658c4ceb14ffbf13ffb2538f6207c15a25b +size 262272 diff --git a/ElbowLat/labels/test_136_png.rf.CayuwPwKtDysK8PceEQ9.npy b/ElbowLat/labels/test_136_png.rf.CayuwPwKtDysK8PceEQ9.npy new file mode 100644 index 0000000000000000000000000000000000000000..aa9d385b25a7f6771bdcd50aa276ba4cd1dfc681 --- /dev/null +++ b/ElbowLat/labels/test_136_png.rf.CayuwPwKtDysK8PceEQ9.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96078292bbafb230ab464e8fcc15c2abdba87d63f40e7263427b5143357c7e3c +size 262272 diff --git a/ElbowLat/labels/test_138_jpg.rf.kiw9lfWNJKw5auf6dspE.npy b/ElbowLat/labels/test_138_jpg.rf.kiw9lfWNJKw5auf6dspE.npy new file mode 100644 index 0000000000000000000000000000000000000000..138024b90d8f90b9b90cad6f5e465647bebaa275 --- /dev/null +++ b/ElbowLat/labels/test_138_jpg.rf.kiw9lfWNJKw5auf6dspE.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30d6f52483fc16d2db3aab4d6088c7218bded2db9de84e03653477456dff3d22 +size 262272 diff --git a/ElbowLat/labels/test_143_jpg.rf.nvmav0AUE05ZhE9V0iKw.npy b/ElbowLat/labels/test_143_jpg.rf.nvmav0AUE05ZhE9V0iKw.npy new file mode 100644 index 0000000000000000000000000000000000000000..09245aa235cecbf96b4703e0bd9c6082d7b80a7a --- /dev/null +++ b/ElbowLat/labels/test_143_jpg.rf.nvmav0AUE05ZhE9V0iKw.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9ee0d94c70a36fcee242143e9badf4217d7e8d8f32ddc01c405e9d31a3f2e9b +size 262272 diff --git a/ElbowLat/labels/test_143_png.rf.WJrOxKmIjZkg4U2kocIJ.npy b/ElbowLat/labels/test_143_png.rf.WJrOxKmIjZkg4U2kocIJ.npy new file mode 100644 index 0000000000000000000000000000000000000000..7a67e6935a991fc144e3d5288489447a23b5daa8 --- /dev/null +++ b/ElbowLat/labels/test_143_png.rf.WJrOxKmIjZkg4U2kocIJ.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:915ff881018cfc763224d6a0f5837aa99ba60c7fb30df0588a1620465038b2b5 +size 262272 diff --git a/ElbowLat/labels/test_14_jpg.rf.a4ygsUT90GlZ0S3kAinD.npy b/ElbowLat/labels/test_14_jpg.rf.a4ygsUT90GlZ0S3kAinD.npy new file mode 100644 index 0000000000000000000000000000000000000000..abc518b25d1a6289936eba2e2c23a5919fa5c564 --- /dev/null +++ b/ElbowLat/labels/test_14_jpg.rf.a4ygsUT90GlZ0S3kAinD.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b365637d74b546d3924c1b8f3d122ba807dff940d44124513f8b6e2270377c31 +size 262272 diff --git a/ElbowLat/labels/test_14_png.rf.AKozg13L0puSeK3jAlWu.npy b/ElbowLat/labels/test_14_png.rf.AKozg13L0puSeK3jAlWu.npy new file mode 100644 index 0000000000000000000000000000000000000000..b8d1a4db321c0fb69c32b56ac17a2b9d378215f1 --- /dev/null +++ b/ElbowLat/labels/test_14_png.rf.AKozg13L0puSeK3jAlWu.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c123ba5d4bcb94eb8bf60a0a71369963175f3a98cd851fd54683863c4305eead +size 262272 diff --git a/ElbowLat/labels/test_152_jpg.rf.lCtYbJnZmSFzMpqpfP9u.npy b/ElbowLat/labels/test_152_jpg.rf.lCtYbJnZmSFzMpqpfP9u.npy new file mode 100644 index 0000000000000000000000000000000000000000..680608a81ed37c27b2ab2fce0e31909677f94f97 --- /dev/null +++ b/ElbowLat/labels/test_152_jpg.rf.lCtYbJnZmSFzMpqpfP9u.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a798e4a27e4d5975aff217c36e9b60c17c10739535dfea6e1ec3d66166f9c77d +size 262272 diff --git a/ElbowLat/labels/test_152_png.rf.topi6ha8nkANlNhfN8XT.npy b/ElbowLat/labels/test_152_png.rf.topi6ha8nkANlNhfN8XT.npy new file mode 100644 index 0000000000000000000000000000000000000000..227e24575b19884a7b1af287779096a43b85b782 --- /dev/null +++ b/ElbowLat/labels/test_152_png.rf.topi6ha8nkANlNhfN8XT.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12593f0d299f49130f6f50f304c89375c81f458f74da97bec4c2272fbac405e8 +size 262272 diff --git a/ElbowLat/labels/test_155_jpg.rf.N83qMopd7w7Z9zMBiQuG.npy b/ElbowLat/labels/test_155_jpg.rf.N83qMopd7w7Z9zMBiQuG.npy new file mode 100644 index 0000000000000000000000000000000000000000..4bb3631b03df6919ac25073fecbe60a5a3ee9b35 --- /dev/null +++ b/ElbowLat/labels/test_155_jpg.rf.N83qMopd7w7Z9zMBiQuG.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c4bcada27a932c2148dad8b201e0cc45a13343fe426e84d00378d68abb06219 +size 262272 diff --git a/ElbowLat/labels/test_155_png.rf.EA5ACV4xZGBdKVe4oKCM.npy b/ElbowLat/labels/test_155_png.rf.EA5ACV4xZGBdKVe4oKCM.npy new file mode 100644 index 0000000000000000000000000000000000000000..5889644f88201640b0cc4053c5064fd20a9cb005 --- /dev/null +++ b/ElbowLat/labels/test_155_png.rf.EA5ACV4xZGBdKVe4oKCM.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dc9faf6194cf43ce22806450007b96c54d7fae69d0e49847b0add3327c3a137 +size 262272 diff --git a/ElbowLat/labels/test_15_jpg.rf.yAcRfF6yHXK8vXGi0pxZ.npy b/ElbowLat/labels/test_15_jpg.rf.yAcRfF6yHXK8vXGi0pxZ.npy new file mode 100644 index 0000000000000000000000000000000000000000..6f50268a71f9b88861adf5c101177fc5303fff3b --- /dev/null +++ b/ElbowLat/labels/test_15_jpg.rf.yAcRfF6yHXK8vXGi0pxZ.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30c46f844ba5d589af81cd83ee420d74973d124f0e4f836f26b9d7049748152b +size 262272 diff --git a/ElbowLat/labels/test_164_jpg.rf.KQmctbfnqODBqAfkgxfX.npy b/ElbowLat/labels/test_164_jpg.rf.KQmctbfnqODBqAfkgxfX.npy new file mode 100644 index 0000000000000000000000000000000000000000..bd573cf498754698406d514a7395ee869b7f528e --- /dev/null +++ b/ElbowLat/labels/test_164_jpg.rf.KQmctbfnqODBqAfkgxfX.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1fd230492a0c05432f6f9a526a5d16e3ac5e332514609c4a25a325ef46a2728 +size 262272 diff --git a/ElbowLat/labels/test_164_png.rf.sY5sOs2ImCg0zh1IbmHf.npy b/ElbowLat/labels/test_164_png.rf.sY5sOs2ImCg0zh1IbmHf.npy new file mode 100644 index 0000000000000000000000000000000000000000..f06d5c94809385dc0b0e8a787f9c2d2f92b84f9c --- /dev/null +++ b/ElbowLat/labels/test_164_png.rf.sY5sOs2ImCg0zh1IbmHf.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96616c2be78410d7f9aaa9a02f9d45ebf3749e5b2130bec94bf6487240fb5fa7 +size 262272 diff --git a/ElbowLat/labels/test_177_jpg.rf.i2cMyAidvVceNnFDkYpF.npy b/ElbowLat/labels/test_177_jpg.rf.i2cMyAidvVceNnFDkYpF.npy new file mode 100644 index 0000000000000000000000000000000000000000..ec87c60afcffcc6b40faab0e91d5c1af3963ad10 --- /dev/null +++ b/ElbowLat/labels/test_177_jpg.rf.i2cMyAidvVceNnFDkYpF.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5105c17cb9a04dcf11bb7f3c25757fa9b653c21a83f8f290ff861be5b76bf568 +size 262272 diff --git a/ElbowLat/labels/test_177_png.rf.ujgkFDvzZ4FKI9h1Qb16.npy b/ElbowLat/labels/test_177_png.rf.ujgkFDvzZ4FKI9h1Qb16.npy new file mode 100644 index 0000000000000000000000000000000000000000..af0c252ef230f1d2a13ca35f90f9aa46e3a75bc3 --- /dev/null +++ b/ElbowLat/labels/test_177_png.rf.ujgkFDvzZ4FKI9h1Qb16.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e71f2c02f2b731cf0a16b0c7eb30af6cb2d01ecb8a17e3fd2a719edaed83ea7 +size 262272 diff --git a/ElbowLat/labels/test_179_jpg.rf.raIC1ORF0OhFQGJcfj7F.npy b/ElbowLat/labels/test_179_jpg.rf.raIC1ORF0OhFQGJcfj7F.npy new file mode 100644 index 0000000000000000000000000000000000000000..b62ea0a4430e57b3d11fe9bf00ddf1a59fa4c6c6 --- /dev/null +++ b/ElbowLat/labels/test_179_jpg.rf.raIC1ORF0OhFQGJcfj7F.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3580b44510c69a9d0d13cb8ae97dde9fd5bbc65f0ab7711c54f10f9a5ccc08e2 +size 262272 diff --git a/ElbowLat/labels/test_182_jpg.rf.8tXw1eo6UeRlBO5YbMM5.npy b/ElbowLat/labels/test_182_jpg.rf.8tXw1eo6UeRlBO5YbMM5.npy new file mode 100644 index 0000000000000000000000000000000000000000..8b4c1723a6bc068aaf9cbbc1edac9c9e45048699 --- /dev/null +++ b/ElbowLat/labels/test_182_jpg.rf.8tXw1eo6UeRlBO5YbMM5.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2961cc7f95f5a1535c328f2105c795d84014876c6d73d913fd459dd63297388e +size 262272 diff --git a/ElbowLat/labels/test_182_png.rf.Oc6gWWmPpHNj0qjKi0cV.npy b/ElbowLat/labels/test_182_png.rf.Oc6gWWmPpHNj0qjKi0cV.npy new file mode 100644 index 0000000000000000000000000000000000000000..62b87d197997f9111d0748737cca44a7421382c9 --- /dev/null +++ b/ElbowLat/labels/test_182_png.rf.Oc6gWWmPpHNj0qjKi0cV.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e01ca22f8e981954af87a5bbb32933ada72c55c97c9dd76bc6ef3d80bf6832c0 +size 262272 diff --git a/ElbowLat/labels/test_191_jpg.rf.AEWa5iXgj178taA4Gudu.npy b/ElbowLat/labels/test_191_jpg.rf.AEWa5iXgj178taA4Gudu.npy new file mode 100644 index 0000000000000000000000000000000000000000..e386b58080e4bc9926bfc89b9aaaef5d3abed71a --- /dev/null +++ b/ElbowLat/labels/test_191_jpg.rf.AEWa5iXgj178taA4Gudu.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c8032bddfb2ec1a8e412bf641dd5c17a98f0d8d8ebaae92167c2e4b55972e1e +size 262272 diff --git a/ElbowLat/labels/test_194_jpg.rf.NyxUNpBiU7lVTij9tbPo.npy b/ElbowLat/labels/test_194_jpg.rf.NyxUNpBiU7lVTij9tbPo.npy new file mode 100644 index 0000000000000000000000000000000000000000..1e3381bd5c97e7bc67aa37c81c231118de7918ea --- /dev/null +++ b/ElbowLat/labels/test_194_jpg.rf.NyxUNpBiU7lVTij9tbPo.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4257fc1d0da308e1f13d0fda625c75a9e0e1f177ba2c3db86bfe8e18f3fc02a +size 262272 diff --git a/ElbowLat/labels/test_194_png.rf.vlDrkMINiuZWY5oin6ke.npy b/ElbowLat/labels/test_194_png.rf.vlDrkMINiuZWY5oin6ke.npy new file mode 100644 index 0000000000000000000000000000000000000000..ab9064dcd1ae9d28a0a357872a62b15d121fe7e0 --- /dev/null +++ b/ElbowLat/labels/test_194_png.rf.vlDrkMINiuZWY5oin6ke.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfc5d942709290cb6398b3d6967f7412e275f88a1b44f7a5adfea1395ceab1d8 +size 262272 diff --git a/ElbowLat/labels/test_203_jpg.rf.GpTuAn6fK0J1bBPBF33R.npy b/ElbowLat/labels/test_203_jpg.rf.GpTuAn6fK0J1bBPBF33R.npy new file mode 100644 index 0000000000000000000000000000000000000000..78fe8df84c975ca9300b984f85be03705f18ffa7 --- /dev/null +++ b/ElbowLat/labels/test_203_jpg.rf.GpTuAn6fK0J1bBPBF33R.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4387d3e7ff8468d24d457ce1df960e5dab859ac608c5faddc459f1ae355d7885 +size 262272 diff --git a/ElbowLat/labels/test_203_png.rf.rLUqxbUOgLY2uqXrj3Rq.npy b/ElbowLat/labels/test_203_png.rf.rLUqxbUOgLY2uqXrj3Rq.npy new file mode 100644 index 0000000000000000000000000000000000000000..b4cf08959dd2da01d145c9b434695a9f01e672c9 --- /dev/null +++ b/ElbowLat/labels/test_203_png.rf.rLUqxbUOgLY2uqXrj3Rq.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fdbba4adf60b5d1d67182e77faecfa3f5aca1f2a8e25be5a2bbb0c6732be6eb +size 262272 diff --git a/ElbowLat/labels/test_206_jpg.rf.9IPP64g1Oa9Rt26LRiU7.npy b/ElbowLat/labels/test_206_jpg.rf.9IPP64g1Oa9Rt26LRiU7.npy new file mode 100644 index 0000000000000000000000000000000000000000..84ba932a6dbbf25e90b67321e485fd16fd9cc598 --- /dev/null +++ b/ElbowLat/labels/test_206_jpg.rf.9IPP64g1Oa9Rt26LRiU7.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc7ddd1e903193b58876f6b0cbff344bca853ab85dd60d16ebcce0504fdd323b +size 262272 diff --git a/ElbowLat/labels/test_206_png.rf.4VNrQIeJUTCkTV1HEhMi.npy b/ElbowLat/labels/test_206_png.rf.4VNrQIeJUTCkTV1HEhMi.npy new file mode 100644 index 0000000000000000000000000000000000000000..93359ba6b3cabc04203de2d94b72f3c0b6b16a97 --- /dev/null +++ b/ElbowLat/labels/test_206_png.rf.4VNrQIeJUTCkTV1HEhMi.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae342a90f1f240da236b0c0c407c0b25896d09a2a36243a85400e7c31bc17791 +size 262272 diff --git a/ElbowLat/labels/test_209_jpg.rf.JUwuRSyjztZ4NF1Zeq0A.npy b/ElbowLat/labels/test_209_jpg.rf.JUwuRSyjztZ4NF1Zeq0A.npy new file mode 100644 index 0000000000000000000000000000000000000000..776e188491f801341d072979a93e07cc5ce59657 --- /dev/null +++ b/ElbowLat/labels/test_209_jpg.rf.JUwuRSyjztZ4NF1Zeq0A.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1d673ca5d20026fd2c062f00ca3b46eb4b7a32fd971b018348c69c6eb964c39 +size 262272 diff --git a/ElbowLat/labels/test_215_jpg.rf.1FlsBT3bQz6TqebdcCZI.npy b/ElbowLat/labels/test_215_jpg.rf.1FlsBT3bQz6TqebdcCZI.npy new file mode 100644 index 0000000000000000000000000000000000000000..ad0cbf9b907dbd1778c201886a37226f86fe008a --- /dev/null +++ b/ElbowLat/labels/test_215_jpg.rf.1FlsBT3bQz6TqebdcCZI.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6c2d4a2f274eaf22a934b46015be86cbb1caccc2e41658e5d3d4fed2b353205 +size 262272 diff --git a/ElbowLat/labels/test_215_png.rf.QbC0AM5dnF2MpsE92otN.npy b/ElbowLat/labels/test_215_png.rf.QbC0AM5dnF2MpsE92otN.npy new file mode 100644 index 0000000000000000000000000000000000000000..9e38d2dcfc5fccd54a7500622f233ef9d8735806 --- /dev/null +++ b/ElbowLat/labels/test_215_png.rf.QbC0AM5dnF2MpsE92otN.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5a7b137a90ffd93d4044440e814ada03197e200e1e9d37673e2f2c78b1636a3 +size 262272 diff --git a/ElbowLat/labels/test_21_jpg.rf.MvD8RTRk9JUiW1qtegZl.npy b/ElbowLat/labels/test_21_jpg.rf.MvD8RTRk9JUiW1qtegZl.npy new file mode 100644 index 0000000000000000000000000000000000000000..1ec51675a6c543f5ae5a1f01fddd54492d73c9c2 --- /dev/null +++ b/ElbowLat/labels/test_21_jpg.rf.MvD8RTRk9JUiW1qtegZl.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:886d9aa08af8317a6676ce820ba8973d99034887856dcdded71f7a66a12aa737 +size 262272 diff --git a/ElbowLat/labels/test_21_png.rf.WG5zb7Jk0TrVJARmupMR.npy b/ElbowLat/labels/test_21_png.rf.WG5zb7Jk0TrVJARmupMR.npy new file mode 100644 index 0000000000000000000000000000000000000000..27714ba7099d821b5eb61bf29a24cb810b918e27 --- /dev/null +++ b/ElbowLat/labels/test_21_png.rf.WG5zb7Jk0TrVJARmupMR.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a97ea08050bcb3a391340fc99b7a53a6e7fd63dffbd6bfe99f7dcbe7c891738 +size 262272 diff --git a/ElbowLat/labels/test_223_jpg.rf.eOwwVfEZCJKEio8sJi4y.npy b/ElbowLat/labels/test_223_jpg.rf.eOwwVfEZCJKEio8sJi4y.npy new file mode 100644 index 0000000000000000000000000000000000000000..c7dd924a8dc1b11745b6be37c5184bb945a88004 --- /dev/null +++ b/ElbowLat/labels/test_223_jpg.rf.eOwwVfEZCJKEio8sJi4y.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eefbd3b2a11f6eb53e9b1f038d6422175fbca318fc2b45c713e569bfa0b39eb9 +size 262272 diff --git a/ElbowLat/labels/test_223_png.rf.ChYrPQ9uSJ1OCKmjX1zS.npy b/ElbowLat/labels/test_223_png.rf.ChYrPQ9uSJ1OCKmjX1zS.npy new file mode 100644 index 0000000000000000000000000000000000000000..400caa8b5a45042094e4a1fd0448b8941c57312d --- /dev/null +++ b/ElbowLat/labels/test_223_png.rf.ChYrPQ9uSJ1OCKmjX1zS.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:360e377360ca3be99f6a7683e321a60f9d2e825eaa34d90f0546a42d7fe09035 +size 262272 diff --git a/ElbowLat/labels/test_229_jpg.rf.G6lg13fep8nGsyHrCmD7.npy b/ElbowLat/labels/test_229_jpg.rf.G6lg13fep8nGsyHrCmD7.npy new file mode 100644 index 0000000000000000000000000000000000000000..068d681a9cb8b9f98a81a53607e480eb5ca3a6fd --- /dev/null +++ b/ElbowLat/labels/test_229_jpg.rf.G6lg13fep8nGsyHrCmD7.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb32c9a25ffcf10cda72a0ebd381ece42af1fb545b5676747ea352699f965166 +size 262272 diff --git a/ElbowLat/labels/test_229_png.rf.7Yy5t8VUrnehKr0fcxQt.npy b/ElbowLat/labels/test_229_png.rf.7Yy5t8VUrnehKr0fcxQt.npy new file mode 100644 index 0000000000000000000000000000000000000000..467885595ad3e6c3edf2308594e50f01a0597d51 --- /dev/null +++ b/ElbowLat/labels/test_229_png.rf.7Yy5t8VUrnehKr0fcxQt.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14676b891419511e9ccebdc31b35e741098db66ddfcfe6b4e05ae286b4ba8d90 +size 262272 diff --git a/ElbowLat/labels/test_247_jpg.rf.msqWFbmi9wuAh6tOJN4V.npy b/ElbowLat/labels/test_247_jpg.rf.msqWFbmi9wuAh6tOJN4V.npy new file mode 100644 index 0000000000000000000000000000000000000000..5d06c44d61687d028c894ba8034c792ea3a203be --- /dev/null +++ b/ElbowLat/labels/test_247_jpg.rf.msqWFbmi9wuAh6tOJN4V.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c17f43c33fd65da39b59b0e9a56859ed88ac96901e6e05f10348f8616da40a55 +size 262272 diff --git a/ElbowLat/labels/test_247_png.rf.tdHXpR7TC2xN6K0KNKPw.npy b/ElbowLat/labels/test_247_png.rf.tdHXpR7TC2xN6K0KNKPw.npy new file mode 100644 index 0000000000000000000000000000000000000000..96d015fcfec57bbd55351db7fdaf9e03d88c0a45 --- /dev/null +++ b/ElbowLat/labels/test_247_png.rf.tdHXpR7TC2xN6K0KNKPw.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7838f618e96e2cc1f5b7ceef9cdab3336ad637a4e2cf71a8c61b60b7536a12c8 +size 262272 diff --git a/ElbowLat/labels/test_24_jpg.rf.MnQQMPhXfzUzPPpn0E8u.npy b/ElbowLat/labels/test_24_jpg.rf.MnQQMPhXfzUzPPpn0E8u.npy new file mode 100644 index 0000000000000000000000000000000000000000..e9e551600d422eeac3c72c701aad755260db2400 --- /dev/null +++ b/ElbowLat/labels/test_24_jpg.rf.MnQQMPhXfzUzPPpn0E8u.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5258e48be723a9cb01cca602f67cba075528d19e5aae1ec0bf2979500d0f98dd +size 262272 diff --git a/ElbowLat/labels/test_24_png.rf.3EW8MmlMLsN2VM8s5WiL.npy b/ElbowLat/labels/test_24_png.rf.3EW8MmlMLsN2VM8s5WiL.npy new file mode 100644 index 0000000000000000000000000000000000000000..6c20e23a44386579a4541cebe7c11582acfc69c0 --- /dev/null +++ b/ElbowLat/labels/test_24_png.rf.3EW8MmlMLsN2VM8s5WiL.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf643ad551e643470cb7148354ddd5980dbd2fd369cd9977c68e7fdf7112e4fb +size 262272 diff --git a/ElbowLat/labels/test_253_jpg.rf.EPmFV2Mfb3mKdKhpPKsz.npy b/ElbowLat/labels/test_253_jpg.rf.EPmFV2Mfb3mKdKhpPKsz.npy new file mode 100644 index 0000000000000000000000000000000000000000..04da367432e455dd9edf38ad15726990f74434d1 --- /dev/null +++ b/ElbowLat/labels/test_253_jpg.rf.EPmFV2Mfb3mKdKhpPKsz.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:459ea1ddc507b5c9e478d332199a7e5d0a0239e09323663cf96914941d41ef19 +size 262272 diff --git a/ElbowLat/labels/test_253_png.rf.o6juKY4fsHmUpJT3fLHI.npy b/ElbowLat/labels/test_253_png.rf.o6juKY4fsHmUpJT3fLHI.npy new file mode 100644 index 0000000000000000000000000000000000000000..3bb34e8a78d25ddd8080c93feab097158b410195 --- /dev/null +++ b/ElbowLat/labels/test_253_png.rf.o6juKY4fsHmUpJT3fLHI.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57da94818e625fac72968329237fdd96edc03bb5ad9df96a4b08a32acdfd5a2c +size 262272 diff --git a/ElbowLat/labels/test_257_jpg.rf.jb0ELdPg0Hq2DMHgPCjg.npy b/ElbowLat/labels/test_257_jpg.rf.jb0ELdPg0Hq2DMHgPCjg.npy new file mode 100644 index 0000000000000000000000000000000000000000..6b0841c722d2923df12b898abea74afc374aeb6c --- /dev/null +++ b/ElbowLat/labels/test_257_jpg.rf.jb0ELdPg0Hq2DMHgPCjg.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73610428f358b2b163bca69423deabdc01085e2ddef3530dd67a6221f3da828a +size 262272 diff --git a/ElbowLat/labels/test_257_png.rf.nIvndM5bvYxGIv0Q6oXi.npy b/ElbowLat/labels/test_257_png.rf.nIvndM5bvYxGIv0Q6oXi.npy new file mode 100644 index 0000000000000000000000000000000000000000..8a4058697f47d411862b8c5231138aa64191fe29 --- /dev/null +++ b/ElbowLat/labels/test_257_png.rf.nIvndM5bvYxGIv0Q6oXi.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:150976c8b4fe09928654534029b638c8bb9ad973280a63cbfee3ea526b582e25 +size 262272 diff --git a/ElbowLat/labels/test_262_jpg.rf.MrydSeWY5L24HeE6QRXT.npy b/ElbowLat/labels/test_262_jpg.rf.MrydSeWY5L24HeE6QRXT.npy new file mode 100644 index 0000000000000000000000000000000000000000..18a8e499f69d0db733504babbcf724069c86b81e --- /dev/null +++ b/ElbowLat/labels/test_262_jpg.rf.MrydSeWY5L24HeE6QRXT.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6d222e2dce048c586cf00d835b3b8d5ea91f793ae0bb1fa744cc435a0477967 +size 262272 diff --git a/ElbowLat/labels/test_262_png.rf.qCfGseRIhnePEPMxFwSz.npy b/ElbowLat/labels/test_262_png.rf.qCfGseRIhnePEPMxFwSz.npy new file mode 100644 index 0000000000000000000000000000000000000000..c60edbd33e9f6f1789f91f169ecad5d2beff4e0d --- /dev/null +++ b/ElbowLat/labels/test_262_png.rf.qCfGseRIhnePEPMxFwSz.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d5eec3fb348171513d7af4a082ae86bf27a1c98c85e90b3fa48772366328aa2 +size 262272 diff --git a/ElbowLat/labels/test_279_png.rf.57gLpsfQIqyyfFi5hGeM.npy b/ElbowLat/labels/test_279_png.rf.57gLpsfQIqyyfFi5hGeM.npy new file mode 100644 index 0000000000000000000000000000000000000000..eb7c7a8a508713a1524d61e9f02443b7db9b873d --- /dev/null +++ b/ElbowLat/labels/test_279_png.rf.57gLpsfQIqyyfFi5hGeM.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5be54bb5061b776a920133cc0829f47c9e0b7decd7addf869fe5a1fe0ba5cfa +size 262272 diff --git a/ElbowLat/labels/test_280_png.rf.jBOCBRnLQ8Bvv3IfmMfo.npy b/ElbowLat/labels/test_280_png.rf.jBOCBRnLQ8Bvv3IfmMfo.npy new file mode 100644 index 0000000000000000000000000000000000000000..dfd4d87b5ca1ede23be4be97c95658ec1ed295d1 --- /dev/null +++ b/ElbowLat/labels/test_280_png.rf.jBOCBRnLQ8Bvv3IfmMfo.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:876def5a9b8503b2e10f7f07fa93f71a9816c41c9a58b1fcdefcaeb590ad606a +size 262272 diff --git a/ElbowLat/labels/test_282_png.rf.iD5GwZN2AIaD0zWfmIEL.npy b/ElbowLat/labels/test_282_png.rf.iD5GwZN2AIaD0zWfmIEL.npy new file mode 100644 index 0000000000000000000000000000000000000000..3e6a6df1529bf03a7bf3a7921380d5ae18031fba --- /dev/null +++ b/ElbowLat/labels/test_282_png.rf.iD5GwZN2AIaD0zWfmIEL.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:955f4cfd77070b38fd30f7448794e80239d0d7b837fbe6106afb7f0f801e08ae +size 262272 diff --git a/ElbowLat/labels/test_289_png.rf.CFSzokrPz8LASNL4NLdj.npy b/ElbowLat/labels/test_289_png.rf.CFSzokrPz8LASNL4NLdj.npy new file mode 100644 index 0000000000000000000000000000000000000000..4abdea995df7348e9912721b1506add008f6c82c --- /dev/null +++ b/ElbowLat/labels/test_289_png.rf.CFSzokrPz8LASNL4NLdj.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cafac289aece2e28b10b990f881329972dd40ee25131514434cbd6f6bf0c1ebf +size 262272 diff --git a/ElbowLat/labels/test_312_png.rf.F9QiVs2EfHdJtRsBzeki.npy b/ElbowLat/labels/test_312_png.rf.F9QiVs2EfHdJtRsBzeki.npy new file mode 100644 index 0000000000000000000000000000000000000000..df2810de2689673bbcbf99827ea36492de8e3ba4 --- /dev/null +++ b/ElbowLat/labels/test_312_png.rf.F9QiVs2EfHdJtRsBzeki.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a762441a1e679c0a49c817f564884e565ee2a3c143cf5a5d09da6c14028b322f +size 262272 diff --git a/ElbowLat/labels/test_315_png.rf.EuoHjA2Ud6XJZS4Zp3M6.npy b/ElbowLat/labels/test_315_png.rf.EuoHjA2Ud6XJZS4Zp3M6.npy new file mode 100644 index 0000000000000000000000000000000000000000..afda85e03ea7d14ccdc193c49a7beb13b2586d16 --- /dev/null +++ b/ElbowLat/labels/test_315_png.rf.EuoHjA2Ud6XJZS4Zp3M6.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:affb06c0b5410560c2734c5126813fddddfafd57c801be36fdbff45e8763c3d4 +size 262272 diff --git a/ElbowLat/labels/test_31_png.rf.sszZGn3RE8fNOD9IIbRK.npy b/ElbowLat/labels/test_31_png.rf.sszZGn3RE8fNOD9IIbRK.npy new file mode 100644 index 0000000000000000000000000000000000000000..e0faa260005dfcff89942ffecd0c0c5ef3fb34de --- /dev/null +++ b/ElbowLat/labels/test_31_png.rf.sszZGn3RE8fNOD9IIbRK.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ee9dbf052981786220c9d6a0800f0c6a5a9d2ad68f98c59fa263bbe17aee88d +size 262272 diff --git a/ElbowLat/labels/test_336_png.rf.VN0k1MQ1Sq8iy4DREC3H.npy b/ElbowLat/labels/test_336_png.rf.VN0k1MQ1Sq8iy4DREC3H.npy new file mode 100644 index 0000000000000000000000000000000000000000..358e891cead0bcd4d452b215fd8d1068b1312734 --- /dev/null +++ b/ElbowLat/labels/test_336_png.rf.VN0k1MQ1Sq8iy4DREC3H.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6d50ce09f46fbb8d0e961d7525b302fdc3370bb0c5aadeadbb61a8ef39f6c08 +size 262272 diff --git a/ElbowLat/labels/test_338_png.rf.UG8I8J8fkiUoNQuqieEV.npy b/ElbowLat/labels/test_338_png.rf.UG8I8J8fkiUoNQuqieEV.npy new file mode 100644 index 0000000000000000000000000000000000000000..fd4425b81e26b0e74cf9733df581e271efaa13fd --- /dev/null +++ b/ElbowLat/labels/test_338_png.rf.UG8I8J8fkiUoNQuqieEV.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11a504cb21221baddb2f333027b33d1559b1cae40ca83db15de7a73343899c18 +size 262272 diff --git a/ElbowLat/labels/test_33_png.rf.CBTkDqJmnCKkgnumcQly.npy b/ElbowLat/labels/test_33_png.rf.CBTkDqJmnCKkgnumcQly.npy new file mode 100644 index 0000000000000000000000000000000000000000..fc73a28defe2bb9a4f0de3c9213bc47c07561aeb --- /dev/null +++ b/ElbowLat/labels/test_33_png.rf.CBTkDqJmnCKkgnumcQly.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd46e93b3840b79787079e7a0d084302ed72f45657eca5d5a509d81746607724 +size 262272 diff --git a/ElbowLat/labels/test_352_png.rf.Iq2rnuWxLcqjF1edWa6k.npy b/ElbowLat/labels/test_352_png.rf.Iq2rnuWxLcqjF1edWa6k.npy new file mode 100644 index 0000000000000000000000000000000000000000..3e6d88904131e5c2fe169a86c37a2c9191bd1f65 --- /dev/null +++ b/ElbowLat/labels/test_352_png.rf.Iq2rnuWxLcqjF1edWa6k.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88c838e54b127de6f45551ed96b69a26210c08442c30c91c50b85927db214b02 +size 262272 diff --git a/ElbowLat/labels/test_363_png.rf.ozPRq6hS3AyD8ovWYEmg.npy b/ElbowLat/labels/test_363_png.rf.ozPRq6hS3AyD8ovWYEmg.npy new file mode 100644 index 0000000000000000000000000000000000000000..8324e683f8f2adb1bad50f84ddf867abdf9600df --- /dev/null +++ b/ElbowLat/labels/test_363_png.rf.ozPRq6hS3AyD8ovWYEmg.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d378651cb89ff9b42ed2eb547da60a1917412bf9c45524807775464fc9b09a39 +size 262272 diff --git a/ElbowLat/labels/test_367_png.rf.VOOadNPuAZD6PX3y92fY.npy b/ElbowLat/labels/test_367_png.rf.VOOadNPuAZD6PX3y92fY.npy new file mode 100644 index 0000000000000000000000000000000000000000..694377f4c0a3e9bebe532b566d73ff8d7de1f909 --- /dev/null +++ b/ElbowLat/labels/test_367_png.rf.VOOadNPuAZD6PX3y92fY.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a01b04756ddbe693b29e0f8b28b73c9df8376a0bdf8ae2b5cd1003b82eb039b2 +size 262272 diff --git a/ElbowLat/labels/test_369_png.rf.e0w86XoVuVML2qlmWQb5.npy b/ElbowLat/labels/test_369_png.rf.e0w86XoVuVML2qlmWQb5.npy new file mode 100644 index 0000000000000000000000000000000000000000..efb6c9ea4ab537492f2b7ed9cfb9df5a1d2588e3 --- /dev/null +++ b/ElbowLat/labels/test_369_png.rf.e0w86XoVuVML2qlmWQb5.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d26f398951beb1666895643ce313ba876ee2c68042abdd5556d4086d7e96fdb +size 262272 diff --git a/ElbowLat/labels/test_372_png.rf.T2Xzls9muINcKs4ey2wF.npy b/ElbowLat/labels/test_372_png.rf.T2Xzls9muINcKs4ey2wF.npy new file mode 100644 index 0000000000000000000000000000000000000000..f3cba0d4c62bf1a0115de8461c12f74d945187f7 --- /dev/null +++ b/ElbowLat/labels/test_372_png.rf.T2Xzls9muINcKs4ey2wF.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cde9c1da80a3dff801aa5f11b9df296ce9cd1d74123386e3df6f2789d317a79 +size 262272 diff --git a/ElbowLat/labels/test_373_png.rf.ElWAk78TfpKjnXLcZQJM.npy b/ElbowLat/labels/test_373_png.rf.ElWAk78TfpKjnXLcZQJM.npy new file mode 100644 index 0000000000000000000000000000000000000000..621837ef44da4eec3fa836019c55529c15b7d04d --- /dev/null +++ b/ElbowLat/labels/test_373_png.rf.ElWAk78TfpKjnXLcZQJM.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecf5b500fc1ee811cf6e4c6b92e4e0576f289789fc183c9f8f7f56366a245532 +size 262272 diff --git a/ElbowLat/labels/test_47_jpg.rf.t5aQ0tlC3yNpHOgG79Pq.npy b/ElbowLat/labels/test_47_jpg.rf.t5aQ0tlC3yNpHOgG79Pq.npy new file mode 100644 index 0000000000000000000000000000000000000000..2f341949294312403b7bb79ec4955cf04ede3e29 --- /dev/null +++ b/ElbowLat/labels/test_47_jpg.rf.t5aQ0tlC3yNpHOgG79Pq.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:068774947d7518ef2a46efbd8f8011567305be3c8fe9d0c7d1b7cd87607ba5f1 +size 262272 diff --git a/ElbowLat/labels/test_47_png.rf.uDAvrh3591i5igtn1Ff4.npy b/ElbowLat/labels/test_47_png.rf.uDAvrh3591i5igtn1Ff4.npy new file mode 100644 index 0000000000000000000000000000000000000000..eb59108fa070c76289af3c94aaee50beddebc6a6 --- /dev/null +++ b/ElbowLat/labels/test_47_png.rf.uDAvrh3591i5igtn1Ff4.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ec384cf3dc001b679b5aaa500288e575539518b1cf78c855c68a7f9abf79179 +size 262272 diff --git a/ElbowLat/labels/test_49_jpg.rf.IYF0qGn3x23fUjdaPiRd.npy b/ElbowLat/labels/test_49_jpg.rf.IYF0qGn3x23fUjdaPiRd.npy new file mode 100644 index 0000000000000000000000000000000000000000..62d0e6ba79c7c614e9151adc04e74680c9bbfe2b --- /dev/null +++ b/ElbowLat/labels/test_49_jpg.rf.IYF0qGn3x23fUjdaPiRd.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3701e2caf1d0456748f4a9756b5ac5d1aa46c6fd6094e4eda21256b76063613 +size 262272 diff --git a/ElbowLat/labels/test_49_png.rf.uiVrXHyQlxL5JCYKID3m.npy b/ElbowLat/labels/test_49_png.rf.uiVrXHyQlxL5JCYKID3m.npy new file mode 100644 index 0000000000000000000000000000000000000000..0588d31bdba82824b634e52523a1bc678798ab1b --- /dev/null +++ b/ElbowLat/labels/test_49_png.rf.uiVrXHyQlxL5JCYKID3m.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd59b1e5f19bdad72ca583929db4762242bc26c195de47472ddaf94cc4fd35f3 +size 262272 diff --git a/ElbowLat/labels/test_62_jpg.rf.2cMcYVNhcmRIh4H5VxvO.npy b/ElbowLat/labels/test_62_jpg.rf.2cMcYVNhcmRIh4H5VxvO.npy new file mode 100644 index 0000000000000000000000000000000000000000..0648523a387ef4dd3ab946b35eaf5be0e2639e27 --- /dev/null +++ b/ElbowLat/labels/test_62_jpg.rf.2cMcYVNhcmRIh4H5VxvO.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec2b94d7f09f95070612963a6849ef1b7ccfe8d13e3dc0a9f1964050b701ff30 +size 262272 diff --git a/ElbowLat/labels/test_62_png.rf.jMw29GCk0oxsQpEtvD5s.npy b/ElbowLat/labels/test_62_png.rf.jMw29GCk0oxsQpEtvD5s.npy new file mode 100644 index 0000000000000000000000000000000000000000..b0c938700ae2aa3dfd41795baa875fbb5a1042f7 --- /dev/null +++ b/ElbowLat/labels/test_62_png.rf.jMw29GCk0oxsQpEtvD5s.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74f14ac3ab67a1f3484824d4a61a239378ef1b28f6577cd2c411e9959edcf694 +size 262272 diff --git a/ElbowLat/labels/test_66_jpg.rf.iyTnhVnS7dzIbnVs2wkL.npy b/ElbowLat/labels/test_66_jpg.rf.iyTnhVnS7dzIbnVs2wkL.npy new file mode 100644 index 0000000000000000000000000000000000000000..9c8c765742aedd4cbe00f1db2ee74ea4716d860d --- /dev/null +++ b/ElbowLat/labels/test_66_jpg.rf.iyTnhVnS7dzIbnVs2wkL.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c5f7146fcc8cefd7eb9d2f520b504b368a00a6f770fa65ee9286440e330a72a +size 262272 diff --git a/ElbowLat/labels/test_66_png.rf.Y0PhPEmfMfYgl0o35JPd.npy b/ElbowLat/labels/test_66_png.rf.Y0PhPEmfMfYgl0o35JPd.npy new file mode 100644 index 0000000000000000000000000000000000000000..40988e5078c84acb25df481698c64632212db08f --- /dev/null +++ b/ElbowLat/labels/test_66_png.rf.Y0PhPEmfMfYgl0o35JPd.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f545ce1f24a04d920be8ad60b96977090289797232a8abdbe4ddcc423d32bf5 +size 262272 diff --git a/ElbowLat/labels/test_79_jpg.rf.pYMlb5vSPlKwMSzfNph6.npy b/ElbowLat/labels/test_79_jpg.rf.pYMlb5vSPlKwMSzfNph6.npy new file mode 100644 index 0000000000000000000000000000000000000000..187a31c0a9e9621fe1e734a3f9c29f947114d74c --- /dev/null +++ b/ElbowLat/labels/test_79_jpg.rf.pYMlb5vSPlKwMSzfNph6.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8a06155e89e7ad644063fa56e50bb210920ff823a1cc728a3b82173ade77659 +size 262272 diff --git a/ElbowLat/labels/test_79_png.rf.bZIMcthBDgu76eOqvLia.npy b/ElbowLat/labels/test_79_png.rf.bZIMcthBDgu76eOqvLia.npy new file mode 100644 index 0000000000000000000000000000000000000000..9dfe3b37a15c0da7aed9c34b9b4efe432922608d --- /dev/null +++ b/ElbowLat/labels/test_79_png.rf.bZIMcthBDgu76eOqvLia.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ed8c946a86d74a6ab0ca50b2c238c785f551b5b652de58d07f54120ec7233cd +size 262272 diff --git a/ElbowLat/labels/test_7_jpg.rf.QYBPYkZp5qyraLFJo2CV.npy b/ElbowLat/labels/test_7_jpg.rf.QYBPYkZp5qyraLFJo2CV.npy new file mode 100644 index 0000000000000000000000000000000000000000..8d063c802f5fa3b8c18665380a9886c1dfbb4e4b --- /dev/null +++ b/ElbowLat/labels/test_7_jpg.rf.QYBPYkZp5qyraLFJo2CV.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ded088985f2cfb8d56c9014cebffd4db38d7b5d34b59bc2662d570b4f482c970 +size 262272 diff --git a/ElbowLat/labels/test_7_png.rf.Cgr5Z36E2WsCpi399CUi.npy b/ElbowLat/labels/test_7_png.rf.Cgr5Z36E2WsCpi399CUi.npy new file mode 100644 index 0000000000000000000000000000000000000000..70a3bf15bdfb77372b3094418a7688354c5664d7 --- /dev/null +++ b/ElbowLat/labels/test_7_png.rf.Cgr5Z36E2WsCpi399CUi.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3afc92c08733100f0fa016565ec359c958bfbda138dbebf0cda321c5fa68dc8c +size 262272 diff --git a/ElbowLat/labels/test_85_jpg.rf.Dlca2D4X2Upfazz59diL.npy b/ElbowLat/labels/test_85_jpg.rf.Dlca2D4X2Upfazz59diL.npy new file mode 100644 index 0000000000000000000000000000000000000000..872c2309877bec20e85e9082d93be24073d71ceb --- /dev/null +++ b/ElbowLat/labels/test_85_jpg.rf.Dlca2D4X2Upfazz59diL.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:713e95627672e17721ca166c9f635fda4875c893cd10a9f84fa9c727d48d2ac1 +size 262272 diff --git a/ElbowLat/labels/test_85_png.rf.jexMChntG48pCGnzyOkP.npy b/ElbowLat/labels/test_85_png.rf.jexMChntG48pCGnzyOkP.npy new file mode 100644 index 0000000000000000000000000000000000000000..43ccd5a077decd17bdce87353cd40e9b27fce82c --- /dev/null +++ b/ElbowLat/labels/test_85_png.rf.jexMChntG48pCGnzyOkP.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c2dba2e288eb8c3800df3a632c376e6b51a968bd440ff2db2b80c2a104cbe88 +size 262272 diff --git a/ElbowLat/labels/test_8_jpg.rf.sbWEmxMa6Te8LmCf6nwt.npy b/ElbowLat/labels/test_8_jpg.rf.sbWEmxMa6Te8LmCf6nwt.npy new file mode 100644 index 0000000000000000000000000000000000000000..9590ae7c381616b20b7331e65e54992442682921 --- /dev/null +++ b/ElbowLat/labels/test_8_jpg.rf.sbWEmxMa6Te8LmCf6nwt.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f307abecfc7eba70bb44f47676f3fa3461dcf497d2c9513ed22dfa425a9ba31 +size 262272 diff --git a/ElbowLat/labels/test_8_png.rf.3BHXpwpygRzmHvqI2QBR.npy b/ElbowLat/labels/test_8_png.rf.3BHXpwpygRzmHvqI2QBR.npy new file mode 100644 index 0000000000000000000000000000000000000000..306a411888a8a310ab5548150ed1433e739958bd --- /dev/null +++ b/ElbowLat/labels/test_8_png.rf.3BHXpwpygRzmHvqI2QBR.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dda25d593e4a52fbbf3f6f5dd0243c75e9acc14c2c7297d745c3a1b0b9118df4 +size 262272 diff --git a/ElbowLat/labels/test_90_jpg.rf.dPAbtj0l28q459g5Bf7l.npy b/ElbowLat/labels/test_90_jpg.rf.dPAbtj0l28q459g5Bf7l.npy new file mode 100644 index 0000000000000000000000000000000000000000..c035dd1ddc7cc9f82d5d1ee3a1aeadf0822a95ff --- /dev/null +++ b/ElbowLat/labels/test_90_jpg.rf.dPAbtj0l28q459g5Bf7l.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3145eb1a3d62d7650982597913a7ada86a4da14070ad4aad0989cfdd671290f5 +size 262272 diff --git a/ElbowLat/labels/test_90_png.rf.g4p30yonNzIPLq5d0WC6.npy b/ElbowLat/labels/test_90_png.rf.g4p30yonNzIPLq5d0WC6.npy new file mode 100644 index 0000000000000000000000000000000000000000..a9ce0b9641ad9fa7f302217c0d11a824a9c6659d --- /dev/null +++ b/ElbowLat/labels/test_90_png.rf.g4p30yonNzIPLq5d0WC6.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:271cd8bae7a1daf37f0fbc26ba4646ef18ba4160f3575664d74e1472b372edce +size 262272 diff --git a/ElbowLat/labels/test_93_jpg.rf.u6rjq7miJgWGfJO9OJN9.npy b/ElbowLat/labels/test_93_jpg.rf.u6rjq7miJgWGfJO9OJN9.npy new file mode 100644 index 0000000000000000000000000000000000000000..0047ecc4f88dc3f771df6638b762935b5f3182b1 --- /dev/null +++ b/ElbowLat/labels/test_93_jpg.rf.u6rjq7miJgWGfJO9OJN9.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43fc3664b73d2257b21856b07660b81e4485a52c5bb334455ba35bb7a671213f +size 262272 diff --git a/ElbowLat/labels/test_93_png.rf.Iz54nptZAX45oj4mvdak.npy b/ElbowLat/labels/test_93_png.rf.Iz54nptZAX45oj4mvdak.npy new file mode 100644 index 0000000000000000000000000000000000000000..6a7b3d300b2af3cdd4478a2065ef29867b02ea61 --- /dev/null +++ b/ElbowLat/labels/test_93_png.rf.Iz54nptZAX45oj4mvdak.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:128f1d8e1458727e7c349268d459c1e4688731ccfa52f24ae923b6c5204e19f9 +size 262272 diff --git a/ElbowLat/labels/test_94_jpg.rf.VAssDfN1It9aDiDXUeUs.npy b/ElbowLat/labels/test_94_jpg.rf.VAssDfN1It9aDiDXUeUs.npy new file mode 100644 index 0000000000000000000000000000000000000000..6eb4dd8fac13715e1fcc7d63020d5ebd9f94e30d --- /dev/null +++ b/ElbowLat/labels/test_94_jpg.rf.VAssDfN1It9aDiDXUeUs.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a3bd72ac76837a125bf4fd9dba9fbcd593fc0548cd837822f0f5d1b6ac9d81c +size 262272 diff --git a/ElbowLat/labels/test_94_png.rf.wNdECFnFsqaooHIHCl1R.npy b/ElbowLat/labels/test_94_png.rf.wNdECFnFsqaooHIHCl1R.npy new file mode 100644 index 0000000000000000000000000000000000000000..71bea0e44d7ec2506b2abe3892b3ddf538eb218b --- /dev/null +++ b/ElbowLat/labels/test_94_png.rf.wNdECFnFsqaooHIHCl1R.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41c89815423af4ab2df03ffc71162ce053a029504e9e09226c727a15611f7477 +size 262272 diff --git a/ElbowLat/labels/test_9_jpg.rf.46ZOSFThCpN87Pi94ggF.npy b/ElbowLat/labels/test_9_jpg.rf.46ZOSFThCpN87Pi94ggF.npy new file mode 100644 index 0000000000000000000000000000000000000000..648fe6b0956e321ab9dee989058ab4eff3d68604 --- /dev/null +++ b/ElbowLat/labels/test_9_jpg.rf.46ZOSFThCpN87Pi94ggF.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f4a26928ffa38215b045cdf2b4f993ea867fdf10121ee9bc869e3872d2a8b0a +size 262272 diff --git a/ElbowLat/labels/test_9_png.rf.8sOo5cGG19aQy6Qt1k86.npy b/ElbowLat/labels/test_9_png.rf.8sOo5cGG19aQy6Qt1k86.npy new file mode 100644 index 0000000000000000000000000000000000000000..120836ffc4a00f5630bfddd6cebdf6cb9166a9ab --- /dev/null +++ b/ElbowLat/labels/test_9_png.rf.8sOo5cGG19aQy6Qt1k86.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69538c9a6e56d7f9590327984238c10cb35fa400ce9ac644e970a697446a45d7 +size 262272 diff --git a/ElbowLat/labels/train_100_jpg.rf.2lOjL4SSdJ8RdFMigg1q.npy b/ElbowLat/labels/train_100_jpg.rf.2lOjL4SSdJ8RdFMigg1q.npy new file mode 100644 index 0000000000000000000000000000000000000000..0fbd91c3ff2a49258913d35b82c6629b7cd85f42 --- /dev/null +++ b/ElbowLat/labels/train_100_jpg.rf.2lOjL4SSdJ8RdFMigg1q.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9139755f663c067aa45bc5b5ad70678ab74fbb75887f0ca3533f0b803d4319d2 +size 262272 diff --git a/ElbowLat/labels/train_100_png.rf.YTTTftKBqmh7dtibqmab.npy b/ElbowLat/labels/train_100_png.rf.YTTTftKBqmh7dtibqmab.npy new file mode 100644 index 0000000000000000000000000000000000000000..0ce86bf8e953d5fff2ad35727fc91abe8fb5cc36 --- /dev/null +++ b/ElbowLat/labels/train_100_png.rf.YTTTftKBqmh7dtibqmab.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1875d47af6a61614131ef78aaf5e2344a8c93b74b6447536995bde76535178dc +size 262272 diff --git a/ElbowLat/labels/train_101_jpg.rf.TDu2Xl5rVzzmJfH8SG87.npy b/ElbowLat/labels/train_101_jpg.rf.TDu2Xl5rVzzmJfH8SG87.npy new file mode 100644 index 0000000000000000000000000000000000000000..a95cb75f01ec98a3adcb77478cdb3877963deb60 --- /dev/null +++ b/ElbowLat/labels/train_101_jpg.rf.TDu2Xl5rVzzmJfH8SG87.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f335f3a3358c65f24a72222e80e93171f38852c72a7a342abed154122f249026 +size 262272 diff --git a/ElbowLat/labels/train_101_png.rf.9EjUCswoKwlBzwVXT7so.npy b/ElbowLat/labels/train_101_png.rf.9EjUCswoKwlBzwVXT7so.npy new file mode 100644 index 0000000000000000000000000000000000000000..8729f80347515531cc07a759d0dd687cde056c56 --- /dev/null +++ b/ElbowLat/labels/train_101_png.rf.9EjUCswoKwlBzwVXT7so.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be47e9ba78e4cb331bfdfe5db2ee6acbf3975f7de5eb2fbb6886640df16b4f80 +size 262272 diff --git a/ElbowLat/labels/train_103_jpg.rf.MXG4KEfR0lZuELTFHp0B.npy b/ElbowLat/labels/train_103_jpg.rf.MXG4KEfR0lZuELTFHp0B.npy new file mode 100644 index 0000000000000000000000000000000000000000..793d0e98e0e2f4e80d7025b776b26d6e12a1fb42 --- /dev/null +++ b/ElbowLat/labels/train_103_jpg.rf.MXG4KEfR0lZuELTFHp0B.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14d481bf74d89f8119bf11f6153851e22cb5eb2763444b8ef3acf38f8b05f7b3 +size 262272 diff --git a/ElbowLat/labels/train_103_png.rf.sPZEduTuf4N54WYW6xkD.npy b/ElbowLat/labels/train_103_png.rf.sPZEduTuf4N54WYW6xkD.npy new file mode 100644 index 0000000000000000000000000000000000000000..1e7dd96d4865204c6bbf0c5f687778872c7af052 --- /dev/null +++ b/ElbowLat/labels/train_103_png.rf.sPZEduTuf4N54WYW6xkD.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:708c56a53330aec7f90a5647c2e76c1d1d5c072182b26f931397301e859f8afe +size 262272 diff --git a/ElbowLat/labels/train_104_jpg.rf.CvzO5QlHzrJTaXhD09Vi.npy b/ElbowLat/labels/train_104_jpg.rf.CvzO5QlHzrJTaXhD09Vi.npy new file mode 100644 index 0000000000000000000000000000000000000000..e80ad834016e9150d5a5c104d53543f692f35118 --- /dev/null +++ b/ElbowLat/labels/train_104_jpg.rf.CvzO5QlHzrJTaXhD09Vi.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e6253ddf541d81e0f1eb5f9fad7e7715564e04415093642f0bdace4ba18b164 +size 262272 diff --git a/ElbowLat/labels/train_104_png.rf.grUBbO1ZBz93CuqmRXgt.npy b/ElbowLat/labels/train_104_png.rf.grUBbO1ZBz93CuqmRXgt.npy new file mode 100644 index 0000000000000000000000000000000000000000..359cbdb45e3130050c4d3da4d8276d3e2f2f214f --- /dev/null +++ b/ElbowLat/labels/train_104_png.rf.grUBbO1ZBz93CuqmRXgt.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c9061cfed05b2a956e766c8c8d639373160522ff5d1557edf7ca9d7fd72b4db +size 262272 diff --git a/ElbowLat/labels/train_106_jpg.rf.6kh1CnI8yWTDK6NQBsYO.npy b/ElbowLat/labels/train_106_jpg.rf.6kh1CnI8yWTDK6NQBsYO.npy new file mode 100644 index 0000000000000000000000000000000000000000..6d3a26aa00c5b7b4f0e1c1f609cbc37c844d151f --- /dev/null +++ b/ElbowLat/labels/train_106_jpg.rf.6kh1CnI8yWTDK6NQBsYO.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21389df7f5ead3c1eb36c97f0ee86af99d1f0dcbabe0d3558f659d0469089f6b +size 262272 diff --git a/ElbowLat/labels/train_106_png.rf.jd6z6CktCFxOhsjPKhFU.npy b/ElbowLat/labels/train_106_png.rf.jd6z6CktCFxOhsjPKhFU.npy new file mode 100644 index 0000000000000000000000000000000000000000..d9d6befa7fa70b33e1fe550904fa1041bfcd593d --- /dev/null +++ b/ElbowLat/labels/train_106_png.rf.jd6z6CktCFxOhsjPKhFU.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f75706dec19a6ad5dd7c2c656db55d7103f0c73fa1ab81f50502f920ffe5d79 +size 262272 diff --git a/ElbowLat/labels/train_107_jpg.rf.ZJlZt4nqzfkvE1HmozFX.npy b/ElbowLat/labels/train_107_jpg.rf.ZJlZt4nqzfkvE1HmozFX.npy new file mode 100644 index 0000000000000000000000000000000000000000..2d6d623661e2152322f06db8b339d1e3c3bd76b0 --- /dev/null +++ b/ElbowLat/labels/train_107_jpg.rf.ZJlZt4nqzfkvE1HmozFX.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70d8e484d0ea4364b22e1bb48669241685ada7f34a4db12f675c8b466102aefd +size 262272 diff --git a/ElbowLat/labels/train_107_png.rf.G0YjmKT636LZsrfmt0X8.npy b/ElbowLat/labels/train_107_png.rf.G0YjmKT636LZsrfmt0X8.npy new file mode 100644 index 0000000000000000000000000000000000000000..f442003b7a604b9b8aa143e8993000e329690046 --- /dev/null +++ b/ElbowLat/labels/train_107_png.rf.G0YjmKT636LZsrfmt0X8.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66d3c38e8ec230e15350b568245ac1525738d94c70516da3230e71e6e112db74 +size 262272 diff --git a/ElbowLat/labels/train_108_jpg.rf.u0PdY6eYLkrQaB6can8P.npy b/ElbowLat/labels/train_108_jpg.rf.u0PdY6eYLkrQaB6can8P.npy new file mode 100644 index 0000000000000000000000000000000000000000..7fc0d7761496637336e015a066c1f9396c06893f --- /dev/null +++ b/ElbowLat/labels/train_108_jpg.rf.u0PdY6eYLkrQaB6can8P.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21f425cf21be75c6ce89bc5a47356d2fbdcd4fd0f68ecc83a1093b23fe9927f1 +size 262272 diff --git a/ElbowLat/labels/train_108_png.rf.LraYpQriNBYCO3e5tBZ7.npy b/ElbowLat/labels/train_108_png.rf.LraYpQriNBYCO3e5tBZ7.npy new file mode 100644 index 0000000000000000000000000000000000000000..4fdd24f92cba05ad8bbb3c1eb0ac39c03c70cad3 --- /dev/null +++ b/ElbowLat/labels/train_108_png.rf.LraYpQriNBYCO3e5tBZ7.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98038f0f3eb70dd0e3f830504bd7f4b14367ceb6e702934e1595ca57294e0c4b +size 262272 diff --git a/ElbowLat/labels/train_10_jpg.rf.W53aOchhN4KgjhyXVgYz.npy b/ElbowLat/labels/train_10_jpg.rf.W53aOchhN4KgjhyXVgYz.npy new file mode 100644 index 0000000000000000000000000000000000000000..75428400d6f929a9e59b1d000a42fb4b83e2a98f --- /dev/null +++ b/ElbowLat/labels/train_10_jpg.rf.W53aOchhN4KgjhyXVgYz.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:234bd95ffbdd5297b89936b8bf52bc8c413b7c6b7f137b9db071227fb1f39442 +size 262272 diff --git a/ElbowLat/labels/train_10_png.rf.5OWZ4EZrvhEJxfItxkKr.npy b/ElbowLat/labels/train_10_png.rf.5OWZ4EZrvhEJxfItxkKr.npy new file mode 100644 index 0000000000000000000000000000000000000000..7fa74fe83fd78663295ce0bc37a191527d42200c --- /dev/null +++ b/ElbowLat/labels/train_10_png.rf.5OWZ4EZrvhEJxfItxkKr.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43c21b0898bc10ed197c133a80cf8cc7c40764bfeeecce9aa15158f5b362e632 +size 262272 diff --git a/ElbowLat/labels/train_110_jpg.rf.IwlHgvG4ixTO7XASgLgr.npy b/ElbowLat/labels/train_110_jpg.rf.IwlHgvG4ixTO7XASgLgr.npy new file mode 100644 index 0000000000000000000000000000000000000000..4eff814c86f710cd93ac97136fcc2451a2f3c0d0 --- /dev/null +++ b/ElbowLat/labels/train_110_jpg.rf.IwlHgvG4ixTO7XASgLgr.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a53fbc2fb1645d1cdc8ad062f37e24c201ff6f4ba0ead9b23857f42bc2d3b542 +size 262272 diff --git a/ElbowLat/labels/train_110_png.rf.soy14ppu7Kao0Yw1csyc.npy b/ElbowLat/labels/train_110_png.rf.soy14ppu7Kao0Yw1csyc.npy new file mode 100644 index 0000000000000000000000000000000000000000..4c0787c6fe5dead58c25a1cab85fddc2a0bc9f79 --- /dev/null +++ b/ElbowLat/labels/train_110_png.rf.soy14ppu7Kao0Yw1csyc.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5f7c69a5939d23f790f8bfa51af11a6f97ec2fc861ce1cc30f963b2dd5f620f +size 262272 diff --git a/ElbowLat/labels/train_111_jpg.rf.WDPQMQOD29uuemjpYp8P.npy b/ElbowLat/labels/train_111_jpg.rf.WDPQMQOD29uuemjpYp8P.npy new file mode 100644 index 0000000000000000000000000000000000000000..e4883e72c7b3a08dfd6e89d62c2234d53c8de4a9 --- /dev/null +++ b/ElbowLat/labels/train_111_jpg.rf.WDPQMQOD29uuemjpYp8P.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b5467f3f3d98c128c530773fd68e9587a3beb6a92dc8be6b38cf41a4ff1e283 +size 262272 diff --git a/ElbowLat/labels/train_111_png.rf.6VBxgWyHGgQqVrIdo2v8.npy b/ElbowLat/labels/train_111_png.rf.6VBxgWyHGgQqVrIdo2v8.npy new file mode 100644 index 0000000000000000000000000000000000000000..5d0cf8ab83cf8435b3c4e0bb08f36d6760719533 --- /dev/null +++ b/ElbowLat/labels/train_111_png.rf.6VBxgWyHGgQqVrIdo2v8.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30dcbd4047d9955ee70a2e0b94572e9268be6a440e8435390140e66c63d78857 +size 262272 diff --git a/ElbowLat/labels/train_112_jpg.rf.noaoO26qHVBVJGD3q1N9.npy b/ElbowLat/labels/train_112_jpg.rf.noaoO26qHVBVJGD3q1N9.npy new file mode 100644 index 0000000000000000000000000000000000000000..d97b90986c7efa97e85b07f3d74454126775325f --- /dev/null +++ b/ElbowLat/labels/train_112_jpg.rf.noaoO26qHVBVJGD3q1N9.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed4ed0ac93655cd33fd870b101f32fd79cec61b48c5541ddc48ae32d0109d720 +size 262272 diff --git a/ElbowLat/labels/train_112_png.rf.4hK4ZV4v31cywnP0xvXg.npy b/ElbowLat/labels/train_112_png.rf.4hK4ZV4v31cywnP0xvXg.npy new file mode 100644 index 0000000000000000000000000000000000000000..33bdc35921f54c5346beb5012b91993e0501ca21 --- /dev/null +++ b/ElbowLat/labels/train_112_png.rf.4hK4ZV4v31cywnP0xvXg.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f74cff5033a91aabefac83aacec165fe94d69da9f5f7597f56217b93d554bd4 +size 262272 diff --git a/ElbowLat/labels/train_113_jpg.rf.Rs7nFxfUcDD18wWaRceH.npy b/ElbowLat/labels/train_113_jpg.rf.Rs7nFxfUcDD18wWaRceH.npy new file mode 100644 index 0000000000000000000000000000000000000000..f02f4e35573ea9946b2b433b36b3f232e41f43e4 --- /dev/null +++ b/ElbowLat/labels/train_113_jpg.rf.Rs7nFxfUcDD18wWaRceH.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0283c6520c8be5d63a9e4125079d4f8f39d673805ac1ff199e1d85f130ec5adf +size 262272 diff --git a/ElbowLat/labels/train_113_png.rf.aAiT9VhAz3CQYJBhpswR.npy b/ElbowLat/labels/train_113_png.rf.aAiT9VhAz3CQYJBhpswR.npy new file mode 100644 index 0000000000000000000000000000000000000000..1909a83e51abf7f5e1aae99546d0bf2e6508b0d8 --- /dev/null +++ b/ElbowLat/labels/train_113_png.rf.aAiT9VhAz3CQYJBhpswR.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf4d731b6a7680fbae217ed4df8299ba3ea3de547008bc6a54d557e957a11b21 +size 262272 diff --git a/ElbowLat/labels/train_114_jpg.rf.NkDdnFYbPGZiQo8w99pk.npy b/ElbowLat/labels/train_114_jpg.rf.NkDdnFYbPGZiQo8w99pk.npy new file mode 100644 index 0000000000000000000000000000000000000000..ce1c27550d505ef348e9fbb73606e8ec73451833 --- /dev/null +++ b/ElbowLat/labels/train_114_jpg.rf.NkDdnFYbPGZiQo8w99pk.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6529d50fd64178af3670cc056b7f9bea71fd6b3bccd84fc024e58e4143e78a11 +size 262272 diff --git a/ElbowLat/labels/train_114_png.rf.xXP6nTFkWn13NhKCoIAT.npy b/ElbowLat/labels/train_114_png.rf.xXP6nTFkWn13NhKCoIAT.npy new file mode 100644 index 0000000000000000000000000000000000000000..4a14ce6493a4f7aae483c6bbfb5459d8da605592 --- /dev/null +++ b/ElbowLat/labels/train_114_png.rf.xXP6nTFkWn13NhKCoIAT.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57109c4ce0070ad1a5f1776a547f98ffab87671dbf2ab1ca3ab6c94ba11296d4 +size 262272 diff --git a/ElbowLat/labels/train_116_jpg.rf.RghB9QfbgieiM39VH6bB.npy b/ElbowLat/labels/train_116_jpg.rf.RghB9QfbgieiM39VH6bB.npy new file mode 100644 index 0000000000000000000000000000000000000000..ed57ce63c8ad78758a410ff6c4d47c63e46143cc --- /dev/null +++ b/ElbowLat/labels/train_116_jpg.rf.RghB9QfbgieiM39VH6bB.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd0ec241261f3ce3688d0a527617a3caa5b108347e91de30d3a89356f3e9bd8f +size 262272 diff --git a/ElbowLat/labels/train_116_png.rf.aIp3oF8vWUkusCpShAAH.npy b/ElbowLat/labels/train_116_png.rf.aIp3oF8vWUkusCpShAAH.npy new file mode 100644 index 0000000000000000000000000000000000000000..8d7de00c4971e27d6023830f988c49ba3360ddda --- /dev/null +++ b/ElbowLat/labels/train_116_png.rf.aIp3oF8vWUkusCpShAAH.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd43c0b77cd5681d3e86de26f0f485196f10702b41b0ff418673c257f4ddfd66 +size 262272 diff --git a/ElbowLat/labels/train_118_jpg.rf.6ipfEaN4LbKXfuHPIx5Q.npy b/ElbowLat/labels/train_118_jpg.rf.6ipfEaN4LbKXfuHPIx5Q.npy new file mode 100644 index 0000000000000000000000000000000000000000..bc90f9b4cd5e8f6aaf761f47f3f1430dc25b7527 --- /dev/null +++ b/ElbowLat/labels/train_118_jpg.rf.6ipfEaN4LbKXfuHPIx5Q.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:255eea283b976d19a58d88cb7117876d882bf7df5270e39f64afadcf8e627154 +size 262272 diff --git a/ElbowLat/labels/train_118_png.rf.NN04lFtyMd4Y3ofjQdw0.npy b/ElbowLat/labels/train_118_png.rf.NN04lFtyMd4Y3ofjQdw0.npy new file mode 100644 index 0000000000000000000000000000000000000000..3f6689f0673babb85336008cf8d0baf05eed9823 --- /dev/null +++ b/ElbowLat/labels/train_118_png.rf.NN04lFtyMd4Y3ofjQdw0.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c242d5a09256f47f162e19f085e616c4cb0b18745a811a845bd734541477cd72 +size 262272 diff --git a/ElbowLat/labels/train_119_jpg.rf.T5rMCA9HPLPz70te5mol.npy b/ElbowLat/labels/train_119_jpg.rf.T5rMCA9HPLPz70te5mol.npy new file mode 100644 index 0000000000000000000000000000000000000000..2f80a9efab7e7f258e5fa66cc022bf8b6a329a25 --- /dev/null +++ b/ElbowLat/labels/train_119_jpg.rf.T5rMCA9HPLPz70te5mol.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:769185e6dee7243da3b0fc87fa773b213cda8dc629e606b7b077750d3ea017dd +size 262272 diff --git a/ElbowLat/labels/train_119_png.rf.1wGue12m7PIKZ5xYRqwm.npy b/ElbowLat/labels/train_119_png.rf.1wGue12m7PIKZ5xYRqwm.npy new file mode 100644 index 0000000000000000000000000000000000000000..d9fb944c7c6b559491997fc7ef08039b237aa599 --- /dev/null +++ b/ElbowLat/labels/train_119_png.rf.1wGue12m7PIKZ5xYRqwm.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b87e424ad09108995fb1796ed5f8f5abd6d55fa8bf6f63fbff9740dd19b7891 +size 262272 diff --git a/ElbowLat/labels/train_11_jpg.rf.NFvb5CokAceE9xw4IxpI.npy b/ElbowLat/labels/train_11_jpg.rf.NFvb5CokAceE9xw4IxpI.npy new file mode 100644 index 0000000000000000000000000000000000000000..bb32e4e3c08df19b2882ae89a6c195f794b69e5e --- /dev/null +++ b/ElbowLat/labels/train_11_jpg.rf.NFvb5CokAceE9xw4IxpI.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db3bc38dc12e3eefd024912a50634b6542daf9b403c8d8e2cd631015956ed971 +size 262272 diff --git a/ElbowLat/labels/train_11_png.rf.unuX1IH9btWb5b8V5cPv.npy b/ElbowLat/labels/train_11_png.rf.unuX1IH9btWb5b8V5cPv.npy new file mode 100644 index 0000000000000000000000000000000000000000..518d57fcf2cb1afc49135e750fa963f27233eabe --- /dev/null +++ b/ElbowLat/labels/train_11_png.rf.unuX1IH9btWb5b8V5cPv.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:415ff83ad08feeccf67796e2668535b8369890c47696db0fd6ffb084f99167fb +size 262272 diff --git a/ElbowLat/labels/train_120_jpg.rf.0ngkcPxOEerRN9LMNk5M.npy b/ElbowLat/labels/train_120_jpg.rf.0ngkcPxOEerRN9LMNk5M.npy new file mode 100644 index 0000000000000000000000000000000000000000..bc7c7f0cfa60127e9555d2628e7b89f9885c3fbc --- /dev/null +++ b/ElbowLat/labels/train_120_jpg.rf.0ngkcPxOEerRN9LMNk5M.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d422eb32bcc941aa867cca27f2f12d325e2c194ea4c20ba5bc448437f8a5e534 +size 262272 diff --git a/ElbowLat/labels/train_120_png.rf.80rEe7iR5TXgqPxKvLNI.npy b/ElbowLat/labels/train_120_png.rf.80rEe7iR5TXgqPxKvLNI.npy new file mode 100644 index 0000000000000000000000000000000000000000..2c54b2e436805182a813c9e6df8bea4a51a16b31 --- /dev/null +++ b/ElbowLat/labels/train_120_png.rf.80rEe7iR5TXgqPxKvLNI.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e149a1136e23f24946b62e4daa275b655119173b26871d6439f66da68e1ea368 +size 262272 diff --git a/ElbowLat/labels/train_121_jpg.rf.eAmYehwXa9EuS6BaBxZi.npy b/ElbowLat/labels/train_121_jpg.rf.eAmYehwXa9EuS6BaBxZi.npy new file mode 100644 index 0000000000000000000000000000000000000000..a803b6b3e7ad50e3aee477138c399915d2e188c9 --- /dev/null +++ b/ElbowLat/labels/train_121_jpg.rf.eAmYehwXa9EuS6BaBxZi.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52050ce021060c7f302c0c139190154c73524bc50cf7a17c738d176862059565 +size 262272 diff --git a/ElbowLat/labels/train_121_png.rf.oWPmn2zdFOdWbgADgexG.npy b/ElbowLat/labels/train_121_png.rf.oWPmn2zdFOdWbgADgexG.npy new file mode 100644 index 0000000000000000000000000000000000000000..8f97d8de18bb7cc9fbba319146f448e2bf5713ec --- /dev/null +++ b/ElbowLat/labels/train_121_png.rf.oWPmn2zdFOdWbgADgexG.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b989f78d99e714115aadc91263ba31d2248ed5648659db52ea558701f971eca1 +size 262272 diff --git a/ElbowLat/labels/train_123_jpg.rf.lrHwCzmVoT4h40EDVaUO.npy b/ElbowLat/labels/train_123_jpg.rf.lrHwCzmVoT4h40EDVaUO.npy new file mode 100644 index 0000000000000000000000000000000000000000..40a88ba09bf26a756a0c684a69fc5d36cadc3c78 --- /dev/null +++ b/ElbowLat/labels/train_123_jpg.rf.lrHwCzmVoT4h40EDVaUO.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d2ac475dabe7ea54cf9ca364fc512b106011ae514b9b7d0a8f9d0e0bdee64b5 +size 262272 diff --git a/ElbowLat/labels/train_123_png.rf.qNNVdpfOUYLX9rjhBaQd.npy b/ElbowLat/labels/train_123_png.rf.qNNVdpfOUYLX9rjhBaQd.npy new file mode 100644 index 0000000000000000000000000000000000000000..b167efe6782d0393420ef318662923e3efe49697 --- /dev/null +++ b/ElbowLat/labels/train_123_png.rf.qNNVdpfOUYLX9rjhBaQd.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:817b28c898e786ff1af859dd5f752b936818cae348d8b15bc70fae9ddc9d2983 +size 262272 diff --git a/ElbowLat/labels/train_124_jpg.rf.qXFMUHkv6sdbbVmRXz6P.npy b/ElbowLat/labels/train_124_jpg.rf.qXFMUHkv6sdbbVmRXz6P.npy new file mode 100644 index 0000000000000000000000000000000000000000..f92560046535491d4c8077299f956339e8610cdb --- /dev/null +++ b/ElbowLat/labels/train_124_jpg.rf.qXFMUHkv6sdbbVmRXz6P.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cc7da34a3c854c64485e7161c50caa589a7eda6564791be23947753d33896d4 +size 262272 diff --git a/ElbowLat/labels/train_124_png.rf.9BQsRBTzovTD7EjeNVlk.npy b/ElbowLat/labels/train_124_png.rf.9BQsRBTzovTD7EjeNVlk.npy new file mode 100644 index 0000000000000000000000000000000000000000..3a6364ed78548ee8ab759dc1edb9a97c5aaa08c1 --- /dev/null +++ b/ElbowLat/labels/train_124_png.rf.9BQsRBTzovTD7EjeNVlk.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccd543b7d596bee2615e06fd2b888d8094b19de93b6ec4e7cc745d2d88df6c6a +size 262272 diff --git a/ElbowLat/labels/train_126_jpg.rf.lP1dFGXDLgivG1LlhU3W.npy b/ElbowLat/labels/train_126_jpg.rf.lP1dFGXDLgivG1LlhU3W.npy new file mode 100644 index 0000000000000000000000000000000000000000..2811106cc4228e22d204b8e47feffe09a664cfa8 --- /dev/null +++ b/ElbowLat/labels/train_126_jpg.rf.lP1dFGXDLgivG1LlhU3W.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:405ff8b2b6a40b17138e732ef0bdba6089c6bdc56adab380695a7bc530d3fe60 +size 262272 diff --git a/ElbowLat/labels/train_126_png.rf.IY6OO44sWHKACdczDTfh.npy b/ElbowLat/labels/train_126_png.rf.IY6OO44sWHKACdczDTfh.npy new file mode 100644 index 0000000000000000000000000000000000000000..ec884c1d4ae61d5e79cc7eddfbf74cb77cca47ea --- /dev/null +++ b/ElbowLat/labels/train_126_png.rf.IY6OO44sWHKACdczDTfh.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e0c6dc8887926d1a4167cd3e5c671ca4476957448cba2a63c830fac7012577f +size 262272 diff --git a/ElbowLat/labels/train_127_jpg.rf.HGwO4pvPQfXClxC2XVzs.npy b/ElbowLat/labels/train_127_jpg.rf.HGwO4pvPQfXClxC2XVzs.npy new file mode 100644 index 0000000000000000000000000000000000000000..326ce22162bf5f4ca4e1b090562335850edb242c --- /dev/null +++ b/ElbowLat/labels/train_127_jpg.rf.HGwO4pvPQfXClxC2XVzs.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1c327b8dad56f09851166edc2f4bb85dc746e2dc50c152e525019e27194cdf0 +size 262272 diff --git a/ElbowLat/labels/train_127_png.rf.ASUFnu4E8fvVsQhTyjM2.npy b/ElbowLat/labels/train_127_png.rf.ASUFnu4E8fvVsQhTyjM2.npy new file mode 100644 index 0000000000000000000000000000000000000000..987f8ceffd6b43cd8107c7e3d6fc923b777661e8 --- /dev/null +++ b/ElbowLat/labels/train_127_png.rf.ASUFnu4E8fvVsQhTyjM2.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71c1d6578c6483f9dbc6d90431d57e54ad3690d7b392c2760a1270dfc2b8422d +size 262272 diff --git a/ElbowLat/labels/train_128_jpg.rf.tpvp9E1QGuW41C0SPNpE.npy b/ElbowLat/labels/train_128_jpg.rf.tpvp9E1QGuW41C0SPNpE.npy new file mode 100644 index 0000000000000000000000000000000000000000..e941370f57e8468f98ca9f21cf082f394da3e449 --- /dev/null +++ b/ElbowLat/labels/train_128_jpg.rf.tpvp9E1QGuW41C0SPNpE.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de693cd739ebba705e8619732809426a6cdac0eaca3f934720258197074ed252 +size 262272 diff --git a/ElbowLat/labels/train_128_png.rf.3MipImaYztmFNUOJ2BGr.npy b/ElbowLat/labels/train_128_png.rf.3MipImaYztmFNUOJ2BGr.npy new file mode 100644 index 0000000000000000000000000000000000000000..dcce7272ab21ea0aaaaef9a339a76b68e5e526ac --- /dev/null +++ b/ElbowLat/labels/train_128_png.rf.3MipImaYztmFNUOJ2BGr.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:328ebbc1edf734bd0d4d32016f115765b3476d0ac817b7f4ae292662ed4c6bd6 +size 262272 diff --git a/ElbowLat/labels/train_129_jpg.rf.qHa1YPiGZJQWG7Ml1cbx.npy b/ElbowLat/labels/train_129_jpg.rf.qHa1YPiGZJQWG7Ml1cbx.npy new file mode 100644 index 0000000000000000000000000000000000000000..38429c567b2319077ee91920d944ff0912e79ec7 --- /dev/null +++ b/ElbowLat/labels/train_129_jpg.rf.qHa1YPiGZJQWG7Ml1cbx.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de2d15a45d8fc4332c1bbacac28fe4ef7d373d2f8522fc38aceab5d1bc0e0d6c +size 262272 diff --git a/ElbowLat/labels/train_129_png.rf.zhWcR3OBguLXM1T1sWNB.npy b/ElbowLat/labels/train_129_png.rf.zhWcR3OBguLXM1T1sWNB.npy new file mode 100644 index 0000000000000000000000000000000000000000..c061945b80e0166d9680262ff13843752096a4e7 --- /dev/null +++ b/ElbowLat/labels/train_129_png.rf.zhWcR3OBguLXM1T1sWNB.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e16c5ca09d730e31ca1631ad9d563a4f615ce6a97eb10070580c4dbb3c740d0c +size 262272 diff --git a/ElbowLat/labels/train_130_jpg.rf.IzknTBVwPDJimioVVVDC.npy b/ElbowLat/labels/train_130_jpg.rf.IzknTBVwPDJimioVVVDC.npy new file mode 100644 index 0000000000000000000000000000000000000000..6eb73ee67debf5c664615b2115c1555a53e345dc --- /dev/null +++ b/ElbowLat/labels/train_130_jpg.rf.IzknTBVwPDJimioVVVDC.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49d62bc1598cfad502b872b811563a84a0664a921fa53a3461d36ab008ba6583 +size 262272 diff --git a/ElbowLat/labels/train_130_png.rf.0jTcq6xtZQkM9IVhfI6f.npy b/ElbowLat/labels/train_130_png.rf.0jTcq6xtZQkM9IVhfI6f.npy new file mode 100644 index 0000000000000000000000000000000000000000..9fd07963ad55d4828aabddd41c4165cb9a95036a --- /dev/null +++ b/ElbowLat/labels/train_130_png.rf.0jTcq6xtZQkM9IVhfI6f.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4001742f14766a76c490de2a721587cbfb89384b50aebe8b0596b73121b53cd5 +size 262272 diff --git a/ElbowLat/labels/train_131_jpg.rf.l6Vj5Rak1kLzi1CsgpxZ.npy b/ElbowLat/labels/train_131_jpg.rf.l6Vj5Rak1kLzi1CsgpxZ.npy new file mode 100644 index 0000000000000000000000000000000000000000..3035e6e0ef12761f58a078c65911f6649fdbbd2b --- /dev/null +++ b/ElbowLat/labels/train_131_jpg.rf.l6Vj5Rak1kLzi1CsgpxZ.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84e32cab5295fa27202e3dc9cc771439efc02e42ab973818a09a32e9e73275a4 +size 262272 diff --git a/ElbowLat/labels/train_131_png.rf.jB5x8z5gFlTA7CFelryD.npy b/ElbowLat/labels/train_131_png.rf.jB5x8z5gFlTA7CFelryD.npy new file mode 100644 index 0000000000000000000000000000000000000000..6047fe6a46156bdec8d14efb0e220f1b2dca1c1c --- /dev/null +++ b/ElbowLat/labels/train_131_png.rf.jB5x8z5gFlTA7CFelryD.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4761ac5f165d6dac6721512603525c5932e9d06a19626592d10d6e598486a14 +size 262272 diff --git a/ElbowLat/labels/train_132_png.rf.8ONWkbqAHzjXQ5LlvbmR.npy b/ElbowLat/labels/train_132_png.rf.8ONWkbqAHzjXQ5LlvbmR.npy new file mode 100644 index 0000000000000000000000000000000000000000..91b3b7eb9dabf0020403303383c6051ca1c7be3f --- /dev/null +++ b/ElbowLat/labels/train_132_png.rf.8ONWkbqAHzjXQ5LlvbmR.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6be65b378a22b9e98e44ce09e6f248f9cd753f2ae2d175e3702f0e2030336395 +size 262272 diff --git a/ElbowLat/labels/train_134_jpg.rf.6f1zSkSoJjxjgiEi8wuU.npy b/ElbowLat/labels/train_134_jpg.rf.6f1zSkSoJjxjgiEi8wuU.npy new file mode 100644 index 0000000000000000000000000000000000000000..ce2eafcf5895588e1a2a56bf4cc1eec2b9aec512 --- /dev/null +++ b/ElbowLat/labels/train_134_jpg.rf.6f1zSkSoJjxjgiEi8wuU.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a6ae2d431487ba43075765ce7410d1eb03aac36bfbdd4a943c6b8dd17fd0227 +size 262272 diff --git a/ElbowLat/labels/train_134_png.rf.xDKZH7V9tdHwF3gcpFu5.npy b/ElbowLat/labels/train_134_png.rf.xDKZH7V9tdHwF3gcpFu5.npy new file mode 100644 index 0000000000000000000000000000000000000000..41ec13b7f2640cf02854711fbb6184cffab59f9f --- /dev/null +++ b/ElbowLat/labels/train_134_png.rf.xDKZH7V9tdHwF3gcpFu5.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce36f8de8f7696f13630a6d943c539626c659042b48a81af769a143285274073 +size 262272 diff --git a/ElbowLat/labels/train_135_jpg.rf.0HHid96GepOL6UvxYSqH.npy b/ElbowLat/labels/train_135_jpg.rf.0HHid96GepOL6UvxYSqH.npy new file mode 100644 index 0000000000000000000000000000000000000000..380fc7b1f695e5e1f90bd8f49b4905774706a140 --- /dev/null +++ b/ElbowLat/labels/train_135_jpg.rf.0HHid96GepOL6UvxYSqH.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1e081da403efd3b6c034767da1fa861c8e509c2c334149607c56dd076d0c068 +size 262272 diff --git a/ElbowLat/labels/train_135_png.rf.pMJVzd0cZFfrscxd7UHH.npy b/ElbowLat/labels/train_135_png.rf.pMJVzd0cZFfrscxd7UHH.npy new file mode 100644 index 0000000000000000000000000000000000000000..9b5802465a33c524b9288950ebe7803e8e226dbb --- /dev/null +++ b/ElbowLat/labels/train_135_png.rf.pMJVzd0cZFfrscxd7UHH.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05d8f3d95eebb6f1d424407cb05bd7360666ad30a89552d5d6ea77c4c4166f37 +size 262272 diff --git a/ElbowLat/labels/train_13_png.rf.sX3q53KoCI7H2aJbC0Zs.npy b/ElbowLat/labels/train_13_png.rf.sX3q53KoCI7H2aJbC0Zs.npy new file mode 100644 index 0000000000000000000000000000000000000000..ba277e65aa315575b67b6b0acd6ab6e44cd46097 --- /dev/null +++ b/ElbowLat/labels/train_13_png.rf.sX3q53KoCI7H2aJbC0Zs.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c86ea03a0a91681b290ce8c8f8f093c8e5034f29adb75af518bd16c4185bf4dc +size 262272 diff --git a/ElbowLat/labels/train_140_jpg.rf.u5H8vICAIsUcN5Bc1RCK.npy b/ElbowLat/labels/train_140_jpg.rf.u5H8vICAIsUcN5Bc1RCK.npy new file mode 100644 index 0000000000000000000000000000000000000000..90ee3026bf8acc1e3906644af9bfab7be132ce5f --- /dev/null +++ b/ElbowLat/labels/train_140_jpg.rf.u5H8vICAIsUcN5Bc1RCK.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c44ed21b3b2b37352fd7f4c4069a9b438121738ba6aa4d0e8428c9cd9aa0a4e +size 262272 diff --git a/ElbowLat/labels/train_140_png.rf.qNPXVnNCQdM1anbMY4jU.npy b/ElbowLat/labels/train_140_png.rf.qNPXVnNCQdM1anbMY4jU.npy new file mode 100644 index 0000000000000000000000000000000000000000..d224ceb06938c7646c9af7271d9d8e6b3ea1768f --- /dev/null +++ b/ElbowLat/labels/train_140_png.rf.qNPXVnNCQdM1anbMY4jU.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d5670774d1c335f98923499edc165f54634f988ac180d8ff90665bcc8cb6c8f +size 262272 diff --git a/ElbowLat/labels/train_141_jpg.rf.2ZKEQ19uEdwW62DQDCrc.npy b/ElbowLat/labels/train_141_jpg.rf.2ZKEQ19uEdwW62DQDCrc.npy new file mode 100644 index 0000000000000000000000000000000000000000..85e33cb0a06c92a8399bf8377bbea1bcd233d3bc --- /dev/null +++ b/ElbowLat/labels/train_141_jpg.rf.2ZKEQ19uEdwW62DQDCrc.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b3082ba89289bc8f32c4f9aee3c233c2d553186763e4e38d04c9c4aaff1e847 +size 262272 diff --git a/ElbowLat/labels/train_142_png.rf.Gtwz0RA8m08iWMuHj86O.npy b/ElbowLat/labels/train_142_png.rf.Gtwz0RA8m08iWMuHj86O.npy new file mode 100644 index 0000000000000000000000000000000000000000..df95c539c8d9d645c0dbaa40afc47cdb97932ecb --- /dev/null +++ b/ElbowLat/labels/train_142_png.rf.Gtwz0RA8m08iWMuHj86O.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef2711560e15e0aed92400787baeb632d93dd5dc22622f9581f9ef79fa3ab14a +size 262272 diff --git a/ElbowLat/labels/train_145_jpg.rf.PS1gc9XHo2pxnx3EGK4S.npy b/ElbowLat/labels/train_145_jpg.rf.PS1gc9XHo2pxnx3EGK4S.npy new file mode 100644 index 0000000000000000000000000000000000000000..efc8c93f58555f81e34ae707ccc2a51ec7b65c93 --- /dev/null +++ b/ElbowLat/labels/train_145_jpg.rf.PS1gc9XHo2pxnx3EGK4S.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd878f11ef9c49ac2c1f46c88a066bc6b6677ace1eef67d36870708be2e3cf8a +size 262272 diff --git a/ElbowLat/labels/train_145_png.rf.c4TPKOps0XMtCz9Yg443.npy b/ElbowLat/labels/train_145_png.rf.c4TPKOps0XMtCz9Yg443.npy new file mode 100644 index 0000000000000000000000000000000000000000..21b3a8aa91dc5000d58394fb19277c1e7c10ba8f --- /dev/null +++ b/ElbowLat/labels/train_145_png.rf.c4TPKOps0XMtCz9Yg443.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec4073855290f68d07407a844e111ffd9be61708e040177bd3ebd294fc57ce22 +size 262272 diff --git a/ElbowLat/labels/train_146_jpg.rf.dVRWKqkeFpzuOej3neFv.npy b/ElbowLat/labels/train_146_jpg.rf.dVRWKqkeFpzuOej3neFv.npy new file mode 100644 index 0000000000000000000000000000000000000000..c1b8e6f25701a33c4ef7cde8802a83800c3731d4 --- /dev/null +++ b/ElbowLat/labels/train_146_jpg.rf.dVRWKqkeFpzuOej3neFv.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f70b474e542e9e76cc4f35770f7d8b8b2c1c8b1eea37b25f55b0afb4945d2c4 +size 262272 diff --git a/ElbowLat/labels/train_146_png.rf.fp5ED0wf1N13yDBjANfw.npy b/ElbowLat/labels/train_146_png.rf.fp5ED0wf1N13yDBjANfw.npy new file mode 100644 index 0000000000000000000000000000000000000000..a65f325e33706377bee6ba3ef07f38e7a4169f84 --- /dev/null +++ b/ElbowLat/labels/train_146_png.rf.fp5ED0wf1N13yDBjANfw.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8385ac6761e65b45660d37ebf686f273c4cbfa030ec120ff2a6940468c60e99f +size 262272 diff --git a/ElbowLat/labels/train_147_jpg.rf.JXU4sbBFQJJNJKarcRKB.npy b/ElbowLat/labels/train_147_jpg.rf.JXU4sbBFQJJNJKarcRKB.npy new file mode 100644 index 0000000000000000000000000000000000000000..835f24549fc76fae12c74bd510f99db1519b981c --- /dev/null +++ b/ElbowLat/labels/train_147_jpg.rf.JXU4sbBFQJJNJKarcRKB.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7f693cc25a7aa58d0cffaa43edf015832f777bed12664130b0b35dbb0550398 +size 262272 diff --git a/ElbowLat/labels/train_147_png.rf.LkhVYrRByC5o4wjxciH1.npy b/ElbowLat/labels/train_147_png.rf.LkhVYrRByC5o4wjxciH1.npy new file mode 100644 index 0000000000000000000000000000000000000000..2ba00065ccc9d66e1b43f9a4e98cc9a3f77338c5 --- /dev/null +++ b/ElbowLat/labels/train_147_png.rf.LkhVYrRByC5o4wjxciH1.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eabd142f4d7d6d13e021dcbbb36a7db5b25ee1860023ad16e0bc43c7ee4105be +size 262272 diff --git a/ElbowLat/labels/train_148_jpg.rf.nKLYYcjGeiuY1CvQxf1j.npy b/ElbowLat/labels/train_148_jpg.rf.nKLYYcjGeiuY1CvQxf1j.npy new file mode 100644 index 0000000000000000000000000000000000000000..e76cd7e308ce1a9c5a38fcb1b466316ef4534ebf --- /dev/null +++ b/ElbowLat/labels/train_148_jpg.rf.nKLYYcjGeiuY1CvQxf1j.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2604be2af8e67de834232c4e53de3deac29d779521f6a0d181066ca9c8f611a6 +size 262272 diff --git a/ElbowLat/labels/train_148_png.rf.cD7WqS2R6lUnqFsrzv91.npy b/ElbowLat/labels/train_148_png.rf.cD7WqS2R6lUnqFsrzv91.npy new file mode 100644 index 0000000000000000000000000000000000000000..ab764fe8ff5576e6dfadc2557db9257734b653f8 --- /dev/null +++ b/ElbowLat/labels/train_148_png.rf.cD7WqS2R6lUnqFsrzv91.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d1a93c8728df99fc283f2a37795ee876b1895bfeec4a32643e46e60c84112e9 +size 262272 diff --git a/ElbowLat/labels/train_151_jpg.rf.C2AcJYGALRwb8QCtTEXx.npy b/ElbowLat/labels/train_151_jpg.rf.C2AcJYGALRwb8QCtTEXx.npy new file mode 100644 index 0000000000000000000000000000000000000000..f5b0e1725ff1054b1226f0c7dc7cbc1d3bb04249 --- /dev/null +++ b/ElbowLat/labels/train_151_jpg.rf.C2AcJYGALRwb8QCtTEXx.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ea77535465614b46ee2357c2058af771c98377b59a4617f4fc110d3256da583 +size 262272 diff --git a/ElbowLat/labels/train_151_png.rf.79Soe7AmQEjSBFHzQVdW.npy b/ElbowLat/labels/train_151_png.rf.79Soe7AmQEjSBFHzQVdW.npy new file mode 100644 index 0000000000000000000000000000000000000000..38a03040a67b0bc73ef2ae12ee49d2a05cc998ff --- /dev/null +++ b/ElbowLat/labels/train_151_png.rf.79Soe7AmQEjSBFHzQVdW.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f256143622ceabe2990b31f3c9d72a9a1dbef87d2242b8cc93f135c812f6eefa +size 262272 diff --git a/ElbowLat/labels/train_153_jpg.rf.gTiMYmPIIxnbYoqNSDER.npy b/ElbowLat/labels/train_153_jpg.rf.gTiMYmPIIxnbYoqNSDER.npy new file mode 100644 index 0000000000000000000000000000000000000000..f179310a361a501e59ea41f127c30c4828de3850 --- /dev/null +++ b/ElbowLat/labels/train_153_jpg.rf.gTiMYmPIIxnbYoqNSDER.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7dff850ae25e9b1428717122fc30f8bd54eb4df6f3437b03b2983be31396e31 +size 262272 diff --git a/ElbowLat/labels/train_153_png.rf.iwweEDibF4g72LFjpXGj.npy b/ElbowLat/labels/train_153_png.rf.iwweEDibF4g72LFjpXGj.npy new file mode 100644 index 0000000000000000000000000000000000000000..07e446b5dd24ce8353347d9770abb0859963df0d --- /dev/null +++ b/ElbowLat/labels/train_153_png.rf.iwweEDibF4g72LFjpXGj.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4d043eab9630c0a9aed54cbda829bc50d8f3fa8d612b1c488f5cecb1d4d06f3 +size 262272 diff --git a/ElbowLat/labels/train_154_jpg.rf.FR3dRXZtemheQ0WR0cZK.npy b/ElbowLat/labels/train_154_jpg.rf.FR3dRXZtemheQ0WR0cZK.npy new file mode 100644 index 0000000000000000000000000000000000000000..df4f1a819d656093d9a9a3dad229f55e163a5de5 --- /dev/null +++ b/ElbowLat/labels/train_154_jpg.rf.FR3dRXZtemheQ0WR0cZK.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:698e0ccc02f07335a7f46b14b82be66b19e3058dc963069458395169b72f6dd4 +size 262272 diff --git a/ElbowLat/labels/train_154_png.rf.MDlTduOtX3GL7RFBApDj.npy b/ElbowLat/labels/train_154_png.rf.MDlTduOtX3GL7RFBApDj.npy new file mode 100644 index 0000000000000000000000000000000000000000..057abacb6e47af811f0ff1f3e0e0c2ed95d1a442 --- /dev/null +++ b/ElbowLat/labels/train_154_png.rf.MDlTduOtX3GL7RFBApDj.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23886bc7f23a6f2545dcff6f337d5e0db2e01dea55c2368aaaa39a115ca93064 +size 262272 diff --git a/ElbowLat/labels/train_156_jpg.rf.x9MPYj82b4pPN4skw0dY.npy b/ElbowLat/labels/train_156_jpg.rf.x9MPYj82b4pPN4skw0dY.npy new file mode 100644 index 0000000000000000000000000000000000000000..ea4e1e3865a9ac575ae09b4bca54d40e05ed306b --- /dev/null +++ b/ElbowLat/labels/train_156_jpg.rf.x9MPYj82b4pPN4skw0dY.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edd9221a61c18966b4f6d02ed1a360545562ba1ceca4be6c092c149243dfcdf0 +size 262272 diff --git a/ElbowLat/labels/train_156_png.rf.aZhlztJpFmDlCFJLipE4.npy b/ElbowLat/labels/train_156_png.rf.aZhlztJpFmDlCFJLipE4.npy new file mode 100644 index 0000000000000000000000000000000000000000..3ada1e36fb7eeba8bd6b475acc5fc994d262d029 --- /dev/null +++ b/ElbowLat/labels/train_156_png.rf.aZhlztJpFmDlCFJLipE4.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6075d0697bd79821c3bdd139c59e77e4940ea6a75dd1cff7850200d6524ac9ae +size 262272 diff --git a/ElbowLat/labels/train_157_jpg.rf.ro3ztPjFgGpc5MpTr6xe.npy b/ElbowLat/labels/train_157_jpg.rf.ro3ztPjFgGpc5MpTr6xe.npy new file mode 100644 index 0000000000000000000000000000000000000000..8397ed670586f7183c3524444f79688650a67bd9 --- /dev/null +++ b/ElbowLat/labels/train_157_jpg.rf.ro3ztPjFgGpc5MpTr6xe.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3cc8a46653e22f55a4fe5b16d25db99fd4d7b4ecf296299ff2202456250787c +size 262272 diff --git a/ElbowLat/labels/train_157_png.rf.raBmAattSDOYu50Rtnue.npy b/ElbowLat/labels/train_157_png.rf.raBmAattSDOYu50Rtnue.npy new file mode 100644 index 0000000000000000000000000000000000000000..b1471098a8a41b12f00aadb7c69362277f75cec4 --- /dev/null +++ b/ElbowLat/labels/train_157_png.rf.raBmAattSDOYu50Rtnue.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fda33e6dd14efb10389f276e31c7e5503b7c06e2c28da7a4e671b1d411a034e +size 262272 diff --git a/ElbowLat/labels/train_158_jpg.rf.v8mwm5hu7tt9XNzoOyYD.npy b/ElbowLat/labels/train_158_jpg.rf.v8mwm5hu7tt9XNzoOyYD.npy new file mode 100644 index 0000000000000000000000000000000000000000..8d64a018e5f4137d46fba3db87db1f6a5ca7d94e --- /dev/null +++ b/ElbowLat/labels/train_158_jpg.rf.v8mwm5hu7tt9XNzoOyYD.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3787a80a3fc844f78cb3cbddf53f078fc3a3576582fcced33908e54e7244bb4 +size 262272 diff --git a/ElbowLat/labels/train_158_png.rf.alZDxx3Of9iOlMxXGMjR.npy b/ElbowLat/labels/train_158_png.rf.alZDxx3Of9iOlMxXGMjR.npy new file mode 100644 index 0000000000000000000000000000000000000000..1c3feeb7cbbe1ceb4ccf81c3eb217a24d659e9c4 --- /dev/null +++ b/ElbowLat/labels/train_158_png.rf.alZDxx3Of9iOlMxXGMjR.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89dce57633315d54b2538e3442ccfc9a446cb803c3bcf37bf0d2de8e7e1bf02a +size 262272 diff --git a/ElbowLat/labels/train_159_jpg.rf.Whh5jN8Q41dvinWtTWXM.npy b/ElbowLat/labels/train_159_jpg.rf.Whh5jN8Q41dvinWtTWXM.npy new file mode 100644 index 0000000000000000000000000000000000000000..fbdfe060f5e8a69f376a13548735ff211c158c93 --- /dev/null +++ b/ElbowLat/labels/train_159_jpg.rf.Whh5jN8Q41dvinWtTWXM.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb5dc243a6bfc74f4784a9fc602c447d53eeeae3efd1f61d6907865d780cfff8 +size 262272 diff --git a/ElbowLat/labels/train_159_png.rf.a7zUlnahN6VO0MEKWDU0.npy b/ElbowLat/labels/train_159_png.rf.a7zUlnahN6VO0MEKWDU0.npy new file mode 100644 index 0000000000000000000000000000000000000000..3a6cb9f0fe67bcb7da4413d9db9f713727cae4ed --- /dev/null +++ b/ElbowLat/labels/train_159_png.rf.a7zUlnahN6VO0MEKWDU0.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af6bc4e2c5a341451895398e77badc3cc960e1a19fbf53970f4cd99627007281 +size 262272 diff --git a/ElbowLat/labels/train_160_jpg.rf.tQVbuYRYXqI1zYoOCcPW.npy b/ElbowLat/labels/train_160_jpg.rf.tQVbuYRYXqI1zYoOCcPW.npy new file mode 100644 index 0000000000000000000000000000000000000000..6d282b60b9942e5b42a0133236d8a01e3eb82bfd --- /dev/null +++ b/ElbowLat/labels/train_160_jpg.rf.tQVbuYRYXqI1zYoOCcPW.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abb646f942915052238e2258f6d4abe77e7944e975aec2e48f4a2dda7f5dd497 +size 262272 diff --git a/ElbowLat/labels/train_160_png.rf.RPjForqirfuTcCPm8xTR.npy b/ElbowLat/labels/train_160_png.rf.RPjForqirfuTcCPm8xTR.npy new file mode 100644 index 0000000000000000000000000000000000000000..36b790200206f01cab4261abaf03192e6c5a0c12 --- /dev/null +++ b/ElbowLat/labels/train_160_png.rf.RPjForqirfuTcCPm8xTR.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bfb9069991da0547982605be96e36c064be2d1161bd5926e37dddd51cbe31a9 +size 262272 diff --git a/ElbowLat/labels/train_161_jpg.rf.hB60pEZffVVunWpB4Rtk.npy b/ElbowLat/labels/train_161_jpg.rf.hB60pEZffVVunWpB4Rtk.npy new file mode 100644 index 0000000000000000000000000000000000000000..37423c5ec25533197e7bea2bdebd4c85a43e8a4e --- /dev/null +++ b/ElbowLat/labels/train_161_jpg.rf.hB60pEZffVVunWpB4Rtk.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a97df1c81091f5b10431cd88cdba5f8ba2a89aa37c695cb60d24887e5458ae1 +size 262272 diff --git a/ElbowLat/labels/train_161_png.rf.YoYjJ8sUkcHphmWivgHy.npy b/ElbowLat/labels/train_161_png.rf.YoYjJ8sUkcHphmWivgHy.npy new file mode 100644 index 0000000000000000000000000000000000000000..1525257681e83dfabf42b6a216453891bea356e6 --- /dev/null +++ b/ElbowLat/labels/train_161_png.rf.YoYjJ8sUkcHphmWivgHy.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ab0181daa97ffce8902b836d24b03217abab447dea70a727655e0b61b886b62 +size 262272 diff --git a/ElbowLat/labels/train_162_jpg.rf.r11ttm1GKylN1296NEJV.npy b/ElbowLat/labels/train_162_jpg.rf.r11ttm1GKylN1296NEJV.npy new file mode 100644 index 0000000000000000000000000000000000000000..a2a5f56fd08989116d017b17caf8582ff654912d --- /dev/null +++ b/ElbowLat/labels/train_162_jpg.rf.r11ttm1GKylN1296NEJV.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cdd06b50fcb36e168b9181b3787035d3db1f18025df46b32de25f736a208220 +size 262272 diff --git a/ElbowLat/labels/train_162_png.rf.fmdsN1d4Lo7cHr94n1uc.npy b/ElbowLat/labels/train_162_png.rf.fmdsN1d4Lo7cHr94n1uc.npy new file mode 100644 index 0000000000000000000000000000000000000000..186f1f8ca9251644b76a7ca972806bded35c4af0 --- /dev/null +++ b/ElbowLat/labels/train_162_png.rf.fmdsN1d4Lo7cHr94n1uc.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49a1aa7ab79a5a0f815e9527e15c7b7900070a4487d55bfcc22198ef0fc98b38 +size 262272 diff --git a/ElbowLat/labels/train_163_jpg.rf.54DGgfmoyoFarW6TqaWP.npy b/ElbowLat/labels/train_163_jpg.rf.54DGgfmoyoFarW6TqaWP.npy new file mode 100644 index 0000000000000000000000000000000000000000..5926ef782fb0e3f897f2be1b7979360133aefd26 --- /dev/null +++ b/ElbowLat/labels/train_163_jpg.rf.54DGgfmoyoFarW6TqaWP.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f8bd1c5bb939b9077619e2da2c94f16c55f4cb6a86ad818ef83f1a869294672 +size 262272 diff --git a/ElbowLat/labels/train_165_png.rf.xX5Vdt9Uu7LZs6WMtgg2.npy b/ElbowLat/labels/train_165_png.rf.xX5Vdt9Uu7LZs6WMtgg2.npy new file mode 100644 index 0000000000000000000000000000000000000000..e412cde8732e61f63b96bd5de468e2c972c6348d --- /dev/null +++ b/ElbowLat/labels/train_165_png.rf.xX5Vdt9Uu7LZs6WMtgg2.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ade4260d6f4f8c46b9ea48467e2d2975dcec155f44f839e10caa80a776749f5 +size 262272 diff --git a/ElbowLat/labels/train_166_jpg.rf.Qk0dLgIHDVmmk0G7bHC5.npy b/ElbowLat/labels/train_166_jpg.rf.Qk0dLgIHDVmmk0G7bHC5.npy new file mode 100644 index 0000000000000000000000000000000000000000..349d701c9944b6cf260a01c94e591bab48dee7b9 --- /dev/null +++ b/ElbowLat/labels/train_166_jpg.rf.Qk0dLgIHDVmmk0G7bHC5.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9159ca7a896a9e76bbe7a5431d042222b3d10cf4c2595ef4555abec928444ace +size 262272 diff --git a/ElbowLat/labels/train_166_png.rf.gvkry2NPsj87q08AhRV0.npy b/ElbowLat/labels/train_166_png.rf.gvkry2NPsj87q08AhRV0.npy new file mode 100644 index 0000000000000000000000000000000000000000..5187341a8b9741ce1beff4321ebc897191c81cd1 --- /dev/null +++ b/ElbowLat/labels/train_166_png.rf.gvkry2NPsj87q08AhRV0.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce5e25bd740b0ed59132de496ca626b033fab699d5c9d334b46f83c5caf08b2f +size 262272 diff --git a/ElbowLat/labels/train_167_jpg.rf.UBtchX9OM8ViZOcl0FFp.npy b/ElbowLat/labels/train_167_jpg.rf.UBtchX9OM8ViZOcl0FFp.npy new file mode 100644 index 0000000000000000000000000000000000000000..aefe965f3d8b6a22931eaf2b7598730a91cbf415 --- /dev/null +++ b/ElbowLat/labels/train_167_jpg.rf.UBtchX9OM8ViZOcl0FFp.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e40c5ff9e83962505858080aa474aaeeffca9e5abc135da8b41f69e190b2c191 +size 262272 diff --git a/ElbowLat/labels/train_167_png.rf.hrrR7ZLilwCRQhyUsYby.npy b/ElbowLat/labels/train_167_png.rf.hrrR7ZLilwCRQhyUsYby.npy new file mode 100644 index 0000000000000000000000000000000000000000..3c267d9f7c42017d22989e53a6d6fcef6fdd7e2b --- /dev/null +++ b/ElbowLat/labels/train_167_png.rf.hrrR7ZLilwCRQhyUsYby.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:931ae45272ad73ebbce874b09441fb544183659b43be87fbf457fa91ff2fd4a2 +size 262272 diff --git a/ElbowLat/labels/train_168_jpg.rf.iWwY1ojFKlbeixs387tL.npy b/ElbowLat/labels/train_168_jpg.rf.iWwY1ojFKlbeixs387tL.npy new file mode 100644 index 0000000000000000000000000000000000000000..dd2ef2df4e892218bf88eef133662fbf9a4bea5b --- /dev/null +++ b/ElbowLat/labels/train_168_jpg.rf.iWwY1ojFKlbeixs387tL.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d99c7c76eaf3bf31478114198fec84632de63b106689bfd0de808a51af0da89e +size 262272 diff --git a/ElbowLat/labels/train_168_png.rf.QVquDErso6Y7b21P0hXU.npy b/ElbowLat/labels/train_168_png.rf.QVquDErso6Y7b21P0hXU.npy new file mode 100644 index 0000000000000000000000000000000000000000..e20a23b5eb2a01c5a156f720335b4d6a37c015e8 --- /dev/null +++ b/ElbowLat/labels/train_168_png.rf.QVquDErso6Y7b21P0hXU.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42f26bec7ae5eb719120b7e9fb0be03cbe63e2d202db533588085aacc41be2d1 +size 262272 diff --git a/ElbowLat/labels/train_169_jpg.rf.yS6gApsVSpsK70FqkizP.npy b/ElbowLat/labels/train_169_jpg.rf.yS6gApsVSpsK70FqkizP.npy new file mode 100644 index 0000000000000000000000000000000000000000..e45ccbed406672c6b7e1c1f1a0ff730d79794ca4 --- /dev/null +++ b/ElbowLat/labels/train_169_jpg.rf.yS6gApsVSpsK70FqkizP.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:446abc443306e7619516a1c228f20c4df52331e4a77ba9f9cd17da1e4ecc82e6 +size 262272 diff --git a/ElbowLat/labels/train_169_png.rf.wz277mIgQegc3qtSX61Q.npy b/ElbowLat/labels/train_169_png.rf.wz277mIgQegc3qtSX61Q.npy new file mode 100644 index 0000000000000000000000000000000000000000..080fb86f868450c7c3a8037698cbf69010cf8e05 --- /dev/null +++ b/ElbowLat/labels/train_169_png.rf.wz277mIgQegc3qtSX61Q.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40182f9a57ad002ecaa228ecfa5193796750c8ba4b2d14155681a31c7e498c21 +size 262272 diff --git a/ElbowLat/labels/train_16_jpg.rf.sfVX5TGoIliGWUIePffd.npy b/ElbowLat/labels/train_16_jpg.rf.sfVX5TGoIliGWUIePffd.npy new file mode 100644 index 0000000000000000000000000000000000000000..6555e0658ea2f59e4c4e992e55cb4486e8156a03 --- /dev/null +++ b/ElbowLat/labels/train_16_jpg.rf.sfVX5TGoIliGWUIePffd.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd0b26ef938d2ef032275df3cca49ca1a362a6ac4c387857a5a9498cd0af619c +size 262272 diff --git a/ElbowLat/labels/train_16_png.rf.BihNKtG2vg8ky2sUz84W.npy b/ElbowLat/labels/train_16_png.rf.BihNKtG2vg8ky2sUz84W.npy new file mode 100644 index 0000000000000000000000000000000000000000..9bf41a00a11c6a83e10c08150dd0ef7bf1ca5df1 --- /dev/null +++ b/ElbowLat/labels/train_16_png.rf.BihNKtG2vg8ky2sUz84W.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d4efdce2e82306204a1e40c1530fd0f6929dc6cf30f4ad3c559295e17ab1edc +size 262272 diff --git a/ElbowLat/labels/train_170_jpg.rf.A6lsdJu9EY0KsSPDfBGl.npy b/ElbowLat/labels/train_170_jpg.rf.A6lsdJu9EY0KsSPDfBGl.npy new file mode 100644 index 0000000000000000000000000000000000000000..9d627eed46ecaccfea72c43779071f120acc0f57 --- /dev/null +++ b/ElbowLat/labels/train_170_jpg.rf.A6lsdJu9EY0KsSPDfBGl.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b880331f8ec964345aa68765cc13258e8dbf88ee09f1ccda3049ec0e5e493b7c +size 262272 diff --git a/ElbowLat/labels/train_170_png.rf.FxKAPa09snlYPhi1I4Iz.npy b/ElbowLat/labels/train_170_png.rf.FxKAPa09snlYPhi1I4Iz.npy new file mode 100644 index 0000000000000000000000000000000000000000..4a5568d54c973215df5a97b8029bc9a38ddcade5 --- /dev/null +++ b/ElbowLat/labels/train_170_png.rf.FxKAPa09snlYPhi1I4Iz.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:498fc35335cd8923dc70111acfb38ecb015e2815c9527b6b05c7d8a0af4f8aaa +size 262272 diff --git a/ElbowLat/labels/train_171_jpg.rf.S2ChsHZJLaUlRpyq6ZPI.npy b/ElbowLat/labels/train_171_jpg.rf.S2ChsHZJLaUlRpyq6ZPI.npy new file mode 100644 index 0000000000000000000000000000000000000000..60d3758a20244068ad65384bcfa7660f20b17179 --- /dev/null +++ b/ElbowLat/labels/train_171_jpg.rf.S2ChsHZJLaUlRpyq6ZPI.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:927fc4f48aaba7ea23e6881d5b637395b6caadb7ef1bfad512da50ba8a05a395 +size 262272 diff --git a/ElbowLat/labels/train_171_png.rf.AXYhRD0BkIJPqRvw8P9g.npy b/ElbowLat/labels/train_171_png.rf.AXYhRD0BkIJPqRvw8P9g.npy new file mode 100644 index 0000000000000000000000000000000000000000..f5e46736551cfbb947fc1343a5954714165b98ff --- /dev/null +++ b/ElbowLat/labels/train_171_png.rf.AXYhRD0BkIJPqRvw8P9g.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69ef5d10d86fb903b491a8277b685923099de126b197c6ccee8317ed265073c2 +size 262272 diff --git a/ElbowLat/labels/train_172_jpg.rf.EUkB6LIGxBRB96vcz9rF.npy b/ElbowLat/labels/train_172_jpg.rf.EUkB6LIGxBRB96vcz9rF.npy new file mode 100644 index 0000000000000000000000000000000000000000..f03fb7e47c8999f161cb5912ffcc49876101a10f --- /dev/null +++ b/ElbowLat/labels/train_172_jpg.rf.EUkB6LIGxBRB96vcz9rF.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a97ce397d9d97911758ec306f7ec71220876a7151787727c19b887307f3de7f3 +size 262272 diff --git a/ElbowLat/labels/train_174_jpg.rf.zhBJRudvxNbv6sp4pfhL.npy b/ElbowLat/labels/train_174_jpg.rf.zhBJRudvxNbv6sp4pfhL.npy new file mode 100644 index 0000000000000000000000000000000000000000..e35dd60832ed54f030b8b0c530692edf5b24e8bd --- /dev/null +++ b/ElbowLat/labels/train_174_jpg.rf.zhBJRudvxNbv6sp4pfhL.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:784715ee2c4fe11d3bb8afefe50751a9e5a2004d75c8d18e370fad1585d3b709 +size 262272 diff --git a/ElbowLat/labels/train_174_png.rf.W34reKdMGIuNG8pJG1Jj.npy b/ElbowLat/labels/train_174_png.rf.W34reKdMGIuNG8pJG1Jj.npy new file mode 100644 index 0000000000000000000000000000000000000000..325087861b8fe833b39999140d6089e8d5417f76 --- /dev/null +++ b/ElbowLat/labels/train_174_png.rf.W34reKdMGIuNG8pJG1Jj.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53353072d37c2477cfa41790d3e7261dfe8110fcc93549649d0aea518686da30 +size 262272 diff --git a/ElbowLat/labels/train_176_jpg.rf.UtVrKz7zNk5GwsCq9Fs4.npy b/ElbowLat/labels/train_176_jpg.rf.UtVrKz7zNk5GwsCq9Fs4.npy new file mode 100644 index 0000000000000000000000000000000000000000..3d40b821eeaa99c9ca2b2b8d275587e18376edad --- /dev/null +++ b/ElbowLat/labels/train_176_jpg.rf.UtVrKz7zNk5GwsCq9Fs4.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f19d14efae8d627d028954f88f84a069e037a23eb90fb6108dccf5c7f21ecb5 +size 262272 diff --git a/ElbowLat/labels/train_176_png.rf.m57H6EYv1j42ovm220oC.npy b/ElbowLat/labels/train_176_png.rf.m57H6EYv1j42ovm220oC.npy new file mode 100644 index 0000000000000000000000000000000000000000..6d24770292e11d79a5b5100ffa40ecb0c167d797 --- /dev/null +++ b/ElbowLat/labels/train_176_png.rf.m57H6EYv1j42ovm220oC.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e61e6788709f80617fadd97b591b425ebf4e537bc5eaaa121797bfe3f9a6f7eb +size 262272 diff --git a/ElbowLat/labels/train_178_jpg.rf.EbDhCSscFNARWzcBqof3.npy b/ElbowLat/labels/train_178_jpg.rf.EbDhCSscFNARWzcBqof3.npy new file mode 100644 index 0000000000000000000000000000000000000000..581f1ba32ed239a844a9029f3eb35a15be79b515 --- /dev/null +++ b/ElbowLat/labels/train_178_jpg.rf.EbDhCSscFNARWzcBqof3.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da5e60bced83893acc61fd264534ca0de722f54f74e1c4b730cc56faf6d516a3 +size 262272 diff --git a/ElbowLat/labels/train_178_png.rf.VMIrqgh4QpyMN5lB11ct.npy b/ElbowLat/labels/train_178_png.rf.VMIrqgh4QpyMN5lB11ct.npy new file mode 100644 index 0000000000000000000000000000000000000000..cbc1f337c8681788a559c3eb12752ac907c234b3 --- /dev/null +++ b/ElbowLat/labels/train_178_png.rf.VMIrqgh4QpyMN5lB11ct.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:458bde7c476be6abc7badf457954aefe66045aa12d77766319cdcae933a4c9e1 +size 262272 diff --git a/ElbowLat/labels/train_17_jpg.rf.sOpi36wZ3Z5iDWLCGLcY.npy b/ElbowLat/labels/train_17_jpg.rf.sOpi36wZ3Z5iDWLCGLcY.npy new file mode 100644 index 0000000000000000000000000000000000000000..58ef7985967b132c57467b0889867e666b75cf8e --- /dev/null +++ b/ElbowLat/labels/train_17_jpg.rf.sOpi36wZ3Z5iDWLCGLcY.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a954f397df1b30e710792b56c0110d59ca8ec0ad272bff6a6ddfec99a19c62b +size 262272 diff --git a/ElbowLat/labels/train_17_png.rf.zCwlUw0FHlNENmwxBkRe.npy b/ElbowLat/labels/train_17_png.rf.zCwlUw0FHlNENmwxBkRe.npy new file mode 100644 index 0000000000000000000000000000000000000000..c9c6addbd883c75746d1a38b9eeb8526204f2083 --- /dev/null +++ b/ElbowLat/labels/train_17_png.rf.zCwlUw0FHlNENmwxBkRe.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ca15df1cae7f82b55a82fd926f428fe3ea5267c9a10ef2da4e71b333133d4d0 +size 262272 diff --git a/ElbowLat/labels/train_180_jpg.rf.T5pQWfBEYwiHzsOgaaPp.npy b/ElbowLat/labels/train_180_jpg.rf.T5pQWfBEYwiHzsOgaaPp.npy new file mode 100644 index 0000000000000000000000000000000000000000..02256f63b90912d7ae57392d8e7b3238999a1eb0 --- /dev/null +++ b/ElbowLat/labels/train_180_jpg.rf.T5pQWfBEYwiHzsOgaaPp.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78d446b5e494d449dafdc5e11c5d6f875cc3b4aed4ba464eb5e6efcfb85eafec +size 262272 diff --git a/ElbowLat/labels/train_180_png.rf.qlVCos2fsGQDUly1oEZ9.npy b/ElbowLat/labels/train_180_png.rf.qlVCos2fsGQDUly1oEZ9.npy new file mode 100644 index 0000000000000000000000000000000000000000..062bd4a6a3dda8cd38aa995347b5682e04622020 --- /dev/null +++ b/ElbowLat/labels/train_180_png.rf.qlVCos2fsGQDUly1oEZ9.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6f5728bd8738443660a401f1b42ce9b677fc341f5702bcf029b6edcb08a9186 +size 262272 diff --git a/ElbowLat/labels/train_181_jpg.rf.8ryYqgUbtjHHFZry8Yce.npy b/ElbowLat/labels/train_181_jpg.rf.8ryYqgUbtjHHFZry8Yce.npy new file mode 100644 index 0000000000000000000000000000000000000000..c5d5201e92510363a39c3578f142a6ecb0be839c --- /dev/null +++ b/ElbowLat/labels/train_181_jpg.rf.8ryYqgUbtjHHFZry8Yce.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf3c61e0e94c191cf2bb9c1ccff9ab31f3f3ffadbc28b930a4605f374aca5db2 +size 262272 diff --git a/ElbowLat/labels/train_183_jpg.rf.bUmfYUJkBilYwAOCjtKH.npy b/ElbowLat/labels/train_183_jpg.rf.bUmfYUJkBilYwAOCjtKH.npy new file mode 100644 index 0000000000000000000000000000000000000000..1f687011b52e93a4423f1c36595d87a82c037e32 --- /dev/null +++ b/ElbowLat/labels/train_183_jpg.rf.bUmfYUJkBilYwAOCjtKH.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe251e26fe0294f21382e1ea3d8146ff374089f57de64d2a32a8e5a7d1551c9e +size 262272 diff --git a/ElbowLat/labels/train_183_png.rf.zmrX1TZuQsZiBrIrrCK6.npy b/ElbowLat/labels/train_183_png.rf.zmrX1TZuQsZiBrIrrCK6.npy new file mode 100644 index 0000000000000000000000000000000000000000..e1249e5da4d8b309fd98d0653f7d307b67450589 --- /dev/null +++ b/ElbowLat/labels/train_183_png.rf.zmrX1TZuQsZiBrIrrCK6.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3183b41b2b5b8f52b9aef18df95c90f1b5ef0000d40f6051d7d60fd44f63eefe +size 262272 diff --git a/ElbowLat/labels/train_184_jpg.rf.EyuJSU5kjLDZYku3mk0Y.npy b/ElbowLat/labels/train_184_jpg.rf.EyuJSU5kjLDZYku3mk0Y.npy new file mode 100644 index 0000000000000000000000000000000000000000..2963bc06184365875e1dfdabd48767645361e398 --- /dev/null +++ b/ElbowLat/labels/train_184_jpg.rf.EyuJSU5kjLDZYku3mk0Y.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77fd42da59ce5ab479e8382a5cf940efc4e98771c8163c5679c009bb1eb8cd7b +size 262272 diff --git a/ElbowLat/labels/train_184_png.rf.d2ExV8OfpnVBOEm9x3jq.npy b/ElbowLat/labels/train_184_png.rf.d2ExV8OfpnVBOEm9x3jq.npy new file mode 100644 index 0000000000000000000000000000000000000000..ca05f0bfcff0d8e27e05e260436720a67963e159 --- /dev/null +++ b/ElbowLat/labels/train_184_png.rf.d2ExV8OfpnVBOEm9x3jq.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7f8ccd64f114caff0221e469707397945cd230336388c4ae87524bd290f637a +size 262272 diff --git a/ElbowLat/labels/train_185_jpg.rf.2ypuZqg6gPpyqFaj4j7K.npy b/ElbowLat/labels/train_185_jpg.rf.2ypuZqg6gPpyqFaj4j7K.npy new file mode 100644 index 0000000000000000000000000000000000000000..1a244089a117cd3ea9cabce5bd38d875be157c88 --- /dev/null +++ b/ElbowLat/labels/train_185_jpg.rf.2ypuZqg6gPpyqFaj4j7K.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e0089dc84fd0cfbe283225fe055b7f432acbcb337c96f2d7f08f4031a50328e +size 262272 diff --git a/ElbowLat/labels/train_185_png.rf.M88Zuv2P2bXZ8zFJOglu.npy b/ElbowLat/labels/train_185_png.rf.M88Zuv2P2bXZ8zFJOglu.npy new file mode 100644 index 0000000000000000000000000000000000000000..d503a8412d0240d658cc2133d9f422b42919732a --- /dev/null +++ b/ElbowLat/labels/train_185_png.rf.M88Zuv2P2bXZ8zFJOglu.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:899a018d78d02eca1e813085054aa1de10310e0e5c4554e2590e21896efd792d +size 262272 diff --git a/ElbowLat/labels/train_186_jpg.rf.GWPrjc6SKmoOE0p1GLBh.npy b/ElbowLat/labels/train_186_jpg.rf.GWPrjc6SKmoOE0p1GLBh.npy new file mode 100644 index 0000000000000000000000000000000000000000..4c7e155c2d2bf4c048df82cb2e2c427057d2cb7c --- /dev/null +++ b/ElbowLat/labels/train_186_jpg.rf.GWPrjc6SKmoOE0p1GLBh.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a38d384b5dd832752cbb89f500d4129a20bf9462448bf4706706b84caa5cf7a +size 262272 diff --git a/ElbowLat/labels/train_186_png.rf.cNLHpxMFbbYUB01K1RBC.npy b/ElbowLat/labels/train_186_png.rf.cNLHpxMFbbYUB01K1RBC.npy new file mode 100644 index 0000000000000000000000000000000000000000..d2680f1328fcee63dda7df791483e70a6f33ca3c --- /dev/null +++ b/ElbowLat/labels/train_186_png.rf.cNLHpxMFbbYUB01K1RBC.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94e1cf12f2f286803678ae546412a6b2a0472bda8e48e0f2cdd7d3b36e4ddd67 +size 262272 diff --git a/ElbowLat/labels/train_187_jpg.rf.YSjAOludLwlv6SkWIyN9.npy b/ElbowLat/labels/train_187_jpg.rf.YSjAOludLwlv6SkWIyN9.npy new file mode 100644 index 0000000000000000000000000000000000000000..30b851e7237f4f471b2937b2a7b941489a3594ae --- /dev/null +++ b/ElbowLat/labels/train_187_jpg.rf.YSjAOludLwlv6SkWIyN9.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73fefb55a20bba6bb905806d16455eca763f142cdd1ac3259ce84abb32085e40 +size 262272 diff --git a/ElbowLat/labels/train_187_png.rf.U2AvndfQPfeR0YM3Osyn.npy b/ElbowLat/labels/train_187_png.rf.U2AvndfQPfeR0YM3Osyn.npy new file mode 100644 index 0000000000000000000000000000000000000000..efeb983aa7bc01aaa501d2f7a32c146930b62166 --- /dev/null +++ b/ElbowLat/labels/train_187_png.rf.U2AvndfQPfeR0YM3Osyn.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cacaed4c3b35176d350562f1a1d9604d3fd2db26a800a181ac4a52c3e1a2d491 +size 262272 diff --git a/ElbowLat/labels/train_188_jpg.rf.N3Nsu3XGflYTCQlA8gK6.npy b/ElbowLat/labels/train_188_jpg.rf.N3Nsu3XGflYTCQlA8gK6.npy new file mode 100644 index 0000000000000000000000000000000000000000..0926dc23dcc0a725ad92619bbc5964cc4f52d2ff --- /dev/null +++ b/ElbowLat/labels/train_188_jpg.rf.N3Nsu3XGflYTCQlA8gK6.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5c92b7029b2b57ebbe9b935f4a26dda25c570468ba2cf497f3e3bc358f6a6eb +size 262272 diff --git a/ElbowLat/labels/train_188_png.rf.1fi7poM5R0cu2GyJ8975.npy b/ElbowLat/labels/train_188_png.rf.1fi7poM5R0cu2GyJ8975.npy new file mode 100644 index 0000000000000000000000000000000000000000..ae05fd9135531c5ce1c1e4fcc40d57b048443b97 --- /dev/null +++ b/ElbowLat/labels/train_188_png.rf.1fi7poM5R0cu2GyJ8975.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efcd6259165d2481ff931e5ba6621c595134b2cf666db193c7096b2db8d2537c +size 262272 diff --git a/ElbowLat/labels/train_189_jpg.rf.cpCWP1Drik50OCU32UI8.npy b/ElbowLat/labels/train_189_jpg.rf.cpCWP1Drik50OCU32UI8.npy new file mode 100644 index 0000000000000000000000000000000000000000..3c8ed6e6f1a214436c565e225ca8c9517fac0d78 --- /dev/null +++ b/ElbowLat/labels/train_189_jpg.rf.cpCWP1Drik50OCU32UI8.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c21b9b43758bc84a89c81c950c5a36655ca0daf8d14123da04e46bb8e01d269c +size 262272 diff --git a/ElbowLat/labels/train_189_png.rf.u6Xy4F2pvSCD3ob9IAT5.npy b/ElbowLat/labels/train_189_png.rf.u6Xy4F2pvSCD3ob9IAT5.npy new file mode 100644 index 0000000000000000000000000000000000000000..8436bd790cc5810d9b55e65e981eb7cce6ed568a --- /dev/null +++ b/ElbowLat/labels/train_189_png.rf.u6Xy4F2pvSCD3ob9IAT5.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eca63505f073f76635d41490f3d09a5c50933d58c64149491d173d4bfcf6287 +size 262272 diff --git a/ElbowLat/labels/train_18_jpg.rf.ckr996tsaBoFOLYacCgx.npy b/ElbowLat/labels/train_18_jpg.rf.ckr996tsaBoFOLYacCgx.npy new file mode 100644 index 0000000000000000000000000000000000000000..545582894f5afec8d816665f170de2bbf9755f3f --- /dev/null +++ b/ElbowLat/labels/train_18_jpg.rf.ckr996tsaBoFOLYacCgx.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e729f9aabbe29ac82df5022154aacd1ff68ceec80af3541ff0d2ef02b567943c +size 262272 diff --git a/ElbowLat/labels/train_18_png.rf.9gHNm0iq5icymaa5ZEa5.npy b/ElbowLat/labels/train_18_png.rf.9gHNm0iq5icymaa5ZEa5.npy new file mode 100644 index 0000000000000000000000000000000000000000..5cb487f8489eccef3d415e7e6a43dc4edc4fd764 --- /dev/null +++ b/ElbowLat/labels/train_18_png.rf.9gHNm0iq5icymaa5ZEa5.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da36d3b64e52398172749a84b96a4f56577bf07d643e10843e7c100dd9a911b6 +size 262272 diff --git a/ElbowLat/labels/train_190_jpg.rf.6iiZYh9v6Q8dllKBqI7j.npy b/ElbowLat/labels/train_190_jpg.rf.6iiZYh9v6Q8dllKBqI7j.npy new file mode 100644 index 0000000000000000000000000000000000000000..1bc3182df0705fd8b14a1656c47a195d6149629a --- /dev/null +++ b/ElbowLat/labels/train_190_jpg.rf.6iiZYh9v6Q8dllKBqI7j.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c05cb30029915300abe8703b842857e5b1d2d2d254c3c738f551b118eda9647 +size 262272 diff --git a/ElbowLat/labels/train_190_png.rf.pjQwbzHJE9F4K6Mk1esz.npy b/ElbowLat/labels/train_190_png.rf.pjQwbzHJE9F4K6Mk1esz.npy new file mode 100644 index 0000000000000000000000000000000000000000..55fb9b54effcdbcab64e0d6cf1eb3586c954570c --- /dev/null +++ b/ElbowLat/labels/train_190_png.rf.pjQwbzHJE9F4K6Mk1esz.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ffeb769c3406635dabd7a3c451ec06778fd36786e85f0edd6c6010810571b13 +size 262272 diff --git a/ElbowLat/labels/train_192_jpg.rf.IVKMotd5E9J1mVboUlx0.npy b/ElbowLat/labels/train_192_jpg.rf.IVKMotd5E9J1mVboUlx0.npy new file mode 100644 index 0000000000000000000000000000000000000000..7ace090ddc29e65c01927b56e73ac838d599c6b9 --- /dev/null +++ b/ElbowLat/labels/train_192_jpg.rf.IVKMotd5E9J1mVboUlx0.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f79ccd1442bae7e75c61cfbb01c52aeed58614dbd1303aa4252d41236b6c37a +size 262272 diff --git a/ElbowLat/labels/train_192_png.rf.fxurz1PRZGt70Oy4XlY7.npy b/ElbowLat/labels/train_192_png.rf.fxurz1PRZGt70Oy4XlY7.npy new file mode 100644 index 0000000000000000000000000000000000000000..10ba9b1e419b05eb1d956a1435533324f349dbf6 --- /dev/null +++ b/ElbowLat/labels/train_192_png.rf.fxurz1PRZGt70Oy4XlY7.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ec620787651a72971722258a32d44fdc4265b13df7a9d129393b0bfc825e260 +size 262272 diff --git a/ElbowLat/labels/train_193_jpg.rf.xxPVbLWzsGiK6dtNWLOm.npy b/ElbowLat/labels/train_193_jpg.rf.xxPVbLWzsGiK6dtNWLOm.npy new file mode 100644 index 0000000000000000000000000000000000000000..16db5458c873f444dff5d2cc88f682e22311becf --- /dev/null +++ b/ElbowLat/labels/train_193_jpg.rf.xxPVbLWzsGiK6dtNWLOm.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91895aaa83a1da3ebc2bcca1d65d6c6ba603dc1f653ab519168ed34fe00dd0b3 +size 262272 diff --git a/ElbowLat/labels/train_193_png.rf.gNZJ1ka5FaILJ5LBVjUY.npy b/ElbowLat/labels/train_193_png.rf.gNZJ1ka5FaILJ5LBVjUY.npy new file mode 100644 index 0000000000000000000000000000000000000000..f64af7eb53d93f7daf5378d54c0860cecc07dbd2 --- /dev/null +++ b/ElbowLat/labels/train_193_png.rf.gNZJ1ka5FaILJ5LBVjUY.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46c553456d6c553ca9e64d479dbe7d894d79e9300daa139336563023cafcd5b2 +size 262272 diff --git a/ElbowLat/labels/train_195_jpg.rf.uGCtEc8Vnlbq7SH5FZFm.npy b/ElbowLat/labels/train_195_jpg.rf.uGCtEc8Vnlbq7SH5FZFm.npy new file mode 100644 index 0000000000000000000000000000000000000000..0e6027306b96fb6da1141953dd7d8bf576496d91 --- /dev/null +++ b/ElbowLat/labels/train_195_jpg.rf.uGCtEc8Vnlbq7SH5FZFm.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc313d834fc5aafdbf5840a6e41609b12233f51b031c31aeb50cbbbef09bb25d +size 262272 diff --git a/ElbowLat/labels/train_195_png.rf.pDJNTJ1MxnyBud7KmCxZ.npy b/ElbowLat/labels/train_195_png.rf.pDJNTJ1MxnyBud7KmCxZ.npy new file mode 100644 index 0000000000000000000000000000000000000000..4e73eee343d25487072a35069ec27f5670c8bd20 --- /dev/null +++ b/ElbowLat/labels/train_195_png.rf.pDJNTJ1MxnyBud7KmCxZ.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38c819702397a68e11d3c0a0427ad3467e57781cd8441d60de170e95092c6b94 +size 262272 diff --git a/ElbowLat/labels/train_197_jpg.rf.LFkiYLeRfVky5scpZFp4.npy b/ElbowLat/labels/train_197_jpg.rf.LFkiYLeRfVky5scpZFp4.npy new file mode 100644 index 0000000000000000000000000000000000000000..c61a77c1dc8a2b07d54468e39ddff4fe1f6e1c64 --- /dev/null +++ b/ElbowLat/labels/train_197_jpg.rf.LFkiYLeRfVky5scpZFp4.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9faa1754c69b754081bdd85c6a3c8d8bcc1f9b57f73d7011f219198a7c721e3 +size 262272 diff --git a/ElbowLat/labels/train_199_jpg.rf.8JTgo4LgVA68c0pSfiKy.npy b/ElbowLat/labels/train_199_jpg.rf.8JTgo4LgVA68c0pSfiKy.npy new file mode 100644 index 0000000000000000000000000000000000000000..401648fd05edc7c53cec224777118640b4165c56 --- /dev/null +++ b/ElbowLat/labels/train_199_jpg.rf.8JTgo4LgVA68c0pSfiKy.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c5afdcc9fdb2b818f28ca84fa751617f49c1a6253c8c4e646f78c8feebbb838 +size 262272 diff --git a/ElbowLat/labels/train_199_png.rf.SnIOkeLwi0Kojv4CIeQh.npy b/ElbowLat/labels/train_199_png.rf.SnIOkeLwi0Kojv4CIeQh.npy new file mode 100644 index 0000000000000000000000000000000000000000..3fc2f064f2032b3904039db573e81b87f15a5f07 --- /dev/null +++ b/ElbowLat/labels/train_199_png.rf.SnIOkeLwi0Kojv4CIeQh.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee156860370332970d874984dbe97c166cba11e6e2e453d71592c6aeb60a9bab +size 262272 diff --git a/ElbowLat/labels/train_19_jpg.rf.0zYhwa8DGYH3gEUlKA2n.npy b/ElbowLat/labels/train_19_jpg.rf.0zYhwa8DGYH3gEUlKA2n.npy new file mode 100644 index 0000000000000000000000000000000000000000..21c2e3b475460137b9b4a93e588947dd64dca299 --- /dev/null +++ b/ElbowLat/labels/train_19_jpg.rf.0zYhwa8DGYH3gEUlKA2n.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d083865c6e6aa5d5af17c85510a11ff3562b9b9c4f162c628e96a7cb6cae1dde +size 262272 diff --git a/ElbowLat/labels/train_19_png.rf.lpiEViurQquEfumyuBYp.npy b/ElbowLat/labels/train_19_png.rf.lpiEViurQquEfumyuBYp.npy new file mode 100644 index 0000000000000000000000000000000000000000..ea798450415fe47aa1894a17904a5a480c243050 --- /dev/null +++ b/ElbowLat/labels/train_19_png.rf.lpiEViurQquEfumyuBYp.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dda29206cbb9d43b2c06f9597b817479c3f96be4cbbaf8e6c093c82b67a0369d +size 262272 diff --git a/ElbowLat/labels/train_1_png.rf.BmIvsEWnf5dOBFq10HZy.npy b/ElbowLat/labels/train_1_png.rf.BmIvsEWnf5dOBFq10HZy.npy new file mode 100644 index 0000000000000000000000000000000000000000..c59419c9a5489a5d3859594378c01a7705338d7a --- /dev/null +++ b/ElbowLat/labels/train_1_png.rf.BmIvsEWnf5dOBFq10HZy.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2dbe205ddef496af90a3a5bc1698e4a433056066103bd33f1b5b164395a9b4b +size 262272 diff --git a/ElbowLat/labels/train_200_jpg.rf.5F7kQBoZC71iNNFzQp0F.npy b/ElbowLat/labels/train_200_jpg.rf.5F7kQBoZC71iNNFzQp0F.npy new file mode 100644 index 0000000000000000000000000000000000000000..7af7e0088572747d64cf4f87df97c1c38371b530 --- /dev/null +++ b/ElbowLat/labels/train_200_jpg.rf.5F7kQBoZC71iNNFzQp0F.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b81fbe831df17cbcb3b662982144c26158af0f02e0fb905165967471b59c590a +size 262272 diff --git a/ElbowLat/labels/train_200_png.rf.CojKavTmyiiacajvM1Nk.npy b/ElbowLat/labels/train_200_png.rf.CojKavTmyiiacajvM1Nk.npy new file mode 100644 index 0000000000000000000000000000000000000000..56121f3dd34eb712c3621e3dfdbd722f579692d0 --- /dev/null +++ b/ElbowLat/labels/train_200_png.rf.CojKavTmyiiacajvM1Nk.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fc66234bf459d36e83c623d51176c7266cb9e3190c1b95597eca7506184f7c3 +size 262272 diff --git a/ElbowLat/labels/train_202_jpg.rf.ulVrn0OGfJseA4tuJUN3.npy b/ElbowLat/labels/train_202_jpg.rf.ulVrn0OGfJseA4tuJUN3.npy new file mode 100644 index 0000000000000000000000000000000000000000..2f64361247c62aebb894fe3a183c65596b255298 --- /dev/null +++ b/ElbowLat/labels/train_202_jpg.rf.ulVrn0OGfJseA4tuJUN3.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c69621600528ab234b9595fd0ac8fb376252eed828a3626afad962a12c764fe +size 262272 diff --git a/ElbowLat/labels/train_202_png.rf.rKH3RFjMxOR1iGbUQMqi.npy b/ElbowLat/labels/train_202_png.rf.rKH3RFjMxOR1iGbUQMqi.npy new file mode 100644 index 0000000000000000000000000000000000000000..c7d8c6de535ce541a533b691358f407aa6222c98 --- /dev/null +++ b/ElbowLat/labels/train_202_png.rf.rKH3RFjMxOR1iGbUQMqi.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e55832dc9b9036ec064612c289f8cdce598a5bf9d4d8076836314028dfc94b5b +size 262272 diff --git a/ElbowLat/labels/train_204_jpg.rf.tWUHMHed4gWnh9KEaJVl.npy b/ElbowLat/labels/train_204_jpg.rf.tWUHMHed4gWnh9KEaJVl.npy new file mode 100644 index 0000000000000000000000000000000000000000..5cb0dd74a83d0f750500b5fbf7e1dbd18c9d2ad6 --- /dev/null +++ b/ElbowLat/labels/train_204_jpg.rf.tWUHMHed4gWnh9KEaJVl.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33bc74aa0c8d68bc10c248f057d557bdc5b48e933773cbfad59cf8904efe6cbf +size 262272 diff --git a/ElbowLat/labels/train_204_png.rf.IFw7pinp8rGQ7qFWZKuO.npy b/ElbowLat/labels/train_204_png.rf.IFw7pinp8rGQ7qFWZKuO.npy new file mode 100644 index 0000000000000000000000000000000000000000..d410cb2142dee0843abe3050b11a7695cd1f01ad --- /dev/null +++ b/ElbowLat/labels/train_204_png.rf.IFw7pinp8rGQ7qFWZKuO.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1f5e3902171f5a4406dacba492824c195ef9d2468b64b6e89746166e2b9c1e5 +size 262272 diff --git a/ElbowLat/labels/train_205_jpg.rf.YG8zl1AKIrZMvOxlymv8.npy b/ElbowLat/labels/train_205_jpg.rf.YG8zl1AKIrZMvOxlymv8.npy new file mode 100644 index 0000000000000000000000000000000000000000..0bf944fe17a24ca403e745c422b13acddf04d3a3 --- /dev/null +++ b/ElbowLat/labels/train_205_jpg.rf.YG8zl1AKIrZMvOxlymv8.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8093c3dae8efa9b4486d1ebf9fb099fff4f1c47fd5b03131492fb76f4dd97fdd +size 262272 diff --git a/ElbowLat/labels/train_205_png.rf.XwiMjZH4Owd1l2HkCsHX.npy b/ElbowLat/labels/train_205_png.rf.XwiMjZH4Owd1l2HkCsHX.npy new file mode 100644 index 0000000000000000000000000000000000000000..5e051a69bd58bb9c59895e707144295700cd7b0b --- /dev/null +++ b/ElbowLat/labels/train_205_png.rf.XwiMjZH4Owd1l2HkCsHX.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bee5ecff98d217b9bba43e13970a079546601810d307dfd5cb3bff65402d284 +size 262272 diff --git a/ElbowLat/labels/train_208_png.rf.VBktcyfI7lG2YjekZCfa.npy b/ElbowLat/labels/train_208_png.rf.VBktcyfI7lG2YjekZCfa.npy new file mode 100644 index 0000000000000000000000000000000000000000..948e77a80b709ef66599d382b0dedfd653aba54a --- /dev/null +++ b/ElbowLat/labels/train_208_png.rf.VBktcyfI7lG2YjekZCfa.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f65ffe25e48be6007d27f939eedb7dbcb0ef313063ca48d3c65c51658391fa83 +size 262272 diff --git a/ElbowLat/labels/train_211_png.rf.at0sBa2jjr9BMK5L12OF.npy b/ElbowLat/labels/train_211_png.rf.at0sBa2jjr9BMK5L12OF.npy new file mode 100644 index 0000000000000000000000000000000000000000..ba51bf9e5ef3f1150c9ab4722aadcbbf389c1868 --- /dev/null +++ b/ElbowLat/labels/train_211_png.rf.at0sBa2jjr9BMK5L12OF.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8ef0b8744cfdb7c881fa9ae8f5b6a6b7ff85c872d2b9b0ffb407495d3f175e7 +size 262272 diff --git a/ElbowLat/labels/train_212_jpg.rf.P5JfX5GUrlHlzbql3QCM.npy b/ElbowLat/labels/train_212_jpg.rf.P5JfX5GUrlHlzbql3QCM.npy new file mode 100644 index 0000000000000000000000000000000000000000..e7f0432ddeba9be6beaff84deb2ec4a2f1625688 --- /dev/null +++ b/ElbowLat/labels/train_212_jpg.rf.P5JfX5GUrlHlzbql3QCM.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aca1b117533cbae92817892de6d220da42cf411ec8bab6290c0d8096b7e2500c +size 262272 diff --git a/ElbowLat/labels/train_212_png.rf.o7r7m4fT4id8pPolpNsA.npy b/ElbowLat/labels/train_212_png.rf.o7r7m4fT4id8pPolpNsA.npy new file mode 100644 index 0000000000000000000000000000000000000000..933c0503ffcb1067ee0f4a13fffa7393d5bcccd7 --- /dev/null +++ b/ElbowLat/labels/train_212_png.rf.o7r7m4fT4id8pPolpNsA.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cfac5547459246b61c5118b69e0fdee4660bc771fee8d28095e0dd9af4ba58a +size 262272 diff --git a/ElbowLat/labels/train_213_jpg.rf.NHj8FJgO3HDv6cpSwF8H.npy b/ElbowLat/labels/train_213_jpg.rf.NHj8FJgO3HDv6cpSwF8H.npy new file mode 100644 index 0000000000000000000000000000000000000000..40846cdcb2c2eadcd1acb4513c4564b08a411f05 --- /dev/null +++ b/ElbowLat/labels/train_213_jpg.rf.NHj8FJgO3HDv6cpSwF8H.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2d8513227d2e55496649ec13c3b3afb97b981ceee0caf339816f75c19f7961c +size 262272 diff --git a/ElbowLat/labels/train_213_png.rf.n2Q50q87QtSgPOxNvnBC.npy b/ElbowLat/labels/train_213_png.rf.n2Q50q87QtSgPOxNvnBC.npy new file mode 100644 index 0000000000000000000000000000000000000000..e1d52d06fc67e997374765e3b8e04914fa60f3e6 --- /dev/null +++ b/ElbowLat/labels/train_213_png.rf.n2Q50q87QtSgPOxNvnBC.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:496fe017706c4a85aec9d2d3a7952ab0e7ca5e61ce313add8e16a4d4f3ed0d5a +size 262272 diff --git a/ElbowLat/labels/train_214_png.rf.ghwpDHgXBkGsW23w2fHt.npy b/ElbowLat/labels/train_214_png.rf.ghwpDHgXBkGsW23w2fHt.npy new file mode 100644 index 0000000000000000000000000000000000000000..b3daeda031b4abf0304d7c688ee730004536b978 --- /dev/null +++ b/ElbowLat/labels/train_214_png.rf.ghwpDHgXBkGsW23w2fHt.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0579c78b5208fe96a92219e0f9068d822fc4f833bb5336e3d073f81281da33ea +size 262272 diff --git a/ElbowLat/labels/train_216_jpg.rf.i0VWPZ6HhHiKI0BN00Nj.npy b/ElbowLat/labels/train_216_jpg.rf.i0VWPZ6HhHiKI0BN00Nj.npy new file mode 100644 index 0000000000000000000000000000000000000000..a20990c4ecd4122dd02ac3a06f8e020d3bc86871 --- /dev/null +++ b/ElbowLat/labels/train_216_jpg.rf.i0VWPZ6HhHiKI0BN00Nj.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7896b77a203f7ea1a2a37af7a37b3ccaec1f6ee9f9cc15ec09f6dfe591d9d2c4 +size 262272 diff --git a/ElbowLat/labels/train_216_png.rf.hMiEQpT0mXawvJqD6EZv.npy b/ElbowLat/labels/train_216_png.rf.hMiEQpT0mXawvJqD6EZv.npy new file mode 100644 index 0000000000000000000000000000000000000000..69bcb023a20a8a65288675245f091410285db377 --- /dev/null +++ b/ElbowLat/labels/train_216_png.rf.hMiEQpT0mXawvJqD6EZv.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d5f121dec4f4c829616ceebb4298767b01bf9f86af77095dece78fadc93824a +size 262272 diff --git a/ElbowLat/labels/train_217_jpg.rf.fGevJZy4oiKCdVla8CkM.npy b/ElbowLat/labels/train_217_jpg.rf.fGevJZy4oiKCdVla8CkM.npy new file mode 100644 index 0000000000000000000000000000000000000000..4e1c1c31d747dc6c3adf8a63c7a9ffe964e945ac --- /dev/null +++ b/ElbowLat/labels/train_217_jpg.rf.fGevJZy4oiKCdVla8CkM.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a67b863b0f1b331b8efc4286dd7fb5c4d9111f92cf02b0fc092d29f49db5adf +size 262272 diff --git a/ElbowLat/labels/train_217_png.rf.Jvgk9vdlbBNpKJPZTLIk.npy b/ElbowLat/labels/train_217_png.rf.Jvgk9vdlbBNpKJPZTLIk.npy new file mode 100644 index 0000000000000000000000000000000000000000..6551826d8f6908fa06b44a8f69ea2034226f756b --- /dev/null +++ b/ElbowLat/labels/train_217_png.rf.Jvgk9vdlbBNpKJPZTLIk.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dc63b7c6cf0292253d2659df92e8d9738155606b1eeaece79ac9e9acaa4e4e0 +size 262272 diff --git a/ElbowLat/labels/train_219_jpg.rf.80lxxbVSHD7nTJxteG0g.npy b/ElbowLat/labels/train_219_jpg.rf.80lxxbVSHD7nTJxteG0g.npy new file mode 100644 index 0000000000000000000000000000000000000000..fe86d0cc7ad8fe5d9d593d551f432db03d3f64c5 --- /dev/null +++ b/ElbowLat/labels/train_219_jpg.rf.80lxxbVSHD7nTJxteG0g.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f48dfb20d9ed0b7e23f4b0874b0ea0703f18b1339bd762c94ad8f27e7d6087d +size 262272 diff --git a/ElbowLat/labels/train_219_png.rf.h910W75c1M06TdIcq9hT.npy b/ElbowLat/labels/train_219_png.rf.h910W75c1M06TdIcq9hT.npy new file mode 100644 index 0000000000000000000000000000000000000000..5e05773f052cf76316f0b5948d7aae2d43077d41 --- /dev/null +++ b/ElbowLat/labels/train_219_png.rf.h910W75c1M06TdIcq9hT.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce93a0797dce1fa78b206021582686f861bf27a65d30df1d4a19ea5c8d52b56f +size 262272 diff --git a/ElbowLat/labels/train_220_jpg.rf.u3lix8eq28HU0NPjg2kS.npy b/ElbowLat/labels/train_220_jpg.rf.u3lix8eq28HU0NPjg2kS.npy new file mode 100644 index 0000000000000000000000000000000000000000..5dad0bcad1b0ebd2199d7596b68bdb6a8e248ab1 --- /dev/null +++ b/ElbowLat/labels/train_220_jpg.rf.u3lix8eq28HU0NPjg2kS.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:287913024706131ac95cee0dc179920a4f1db35fe47f6a54798149bc3461edc1 +size 262272 diff --git a/ElbowLat/labels/train_220_png.rf.j3dXLyzRqJbYMiXnSFsT.npy b/ElbowLat/labels/train_220_png.rf.j3dXLyzRqJbYMiXnSFsT.npy new file mode 100644 index 0000000000000000000000000000000000000000..e8ddfdc6f38d984c307ad789ab2fe439ccf1f70b --- /dev/null +++ b/ElbowLat/labels/train_220_png.rf.j3dXLyzRqJbYMiXnSFsT.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6334044761445f16f22fbf8134b85a121e8cd6cbcbc777c1827acaf74ba546ef +size 262272 diff --git a/ElbowLat/labels/train_221_jpg.rf.J5kDNnZZOmqLrCEgiXMj.npy b/ElbowLat/labels/train_221_jpg.rf.J5kDNnZZOmqLrCEgiXMj.npy new file mode 100644 index 0000000000000000000000000000000000000000..0a754fab21874222ab2ea2adc58bc169cd78ec9a --- /dev/null +++ b/ElbowLat/labels/train_221_jpg.rf.J5kDNnZZOmqLrCEgiXMj.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9222e45973ce249ccc04b43e2d851d861dbcc3c793110f7216874a6665a1e6b5 +size 262272 diff --git a/ElbowLat/labels/train_221_png.rf.5K92o3lJVgGPpLF8JZDT.npy b/ElbowLat/labels/train_221_png.rf.5K92o3lJVgGPpLF8JZDT.npy new file mode 100644 index 0000000000000000000000000000000000000000..017300345b5714911220ca94e549904f1052ac02 --- /dev/null +++ b/ElbowLat/labels/train_221_png.rf.5K92o3lJVgGPpLF8JZDT.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b38f5cea6dcb0d4ff09174e773d614854dfa51eb9a29fbaf1a4174e305a3382b +size 262272 diff --git a/ElbowLat/labels/train_225_jpg.rf.khp0VcfzWoFvKjrZE25s.npy b/ElbowLat/labels/train_225_jpg.rf.khp0VcfzWoFvKjrZE25s.npy new file mode 100644 index 0000000000000000000000000000000000000000..ce2f0004b82e69193c5818b753a96782524abf63 --- /dev/null +++ b/ElbowLat/labels/train_225_jpg.rf.khp0VcfzWoFvKjrZE25s.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb23758553b175c46aa8535014a98fc7a372d3b00d9122ba4436d1f7667a4a42 +size 262272 diff --git a/ElbowLat/labels/train_225_png.rf.NUUIbQGwZqA7U9J2QsmK.npy b/ElbowLat/labels/train_225_png.rf.NUUIbQGwZqA7U9J2QsmK.npy new file mode 100644 index 0000000000000000000000000000000000000000..65c9ff9769b8693a88d65644bc080c7f1021ab6e --- /dev/null +++ b/ElbowLat/labels/train_225_png.rf.NUUIbQGwZqA7U9J2QsmK.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9402af5839c845dcb6161f5e960dc5dc6cf21b2724bf9287e79f46d34120dfaf +size 262272 diff --git a/ElbowLat/labels/train_226_jpg.rf.HluUl0fwzQ5DXWYlOI5m.npy b/ElbowLat/labels/train_226_jpg.rf.HluUl0fwzQ5DXWYlOI5m.npy new file mode 100644 index 0000000000000000000000000000000000000000..54763d75acd7d4084cdee67182c35ea131e07f97 --- /dev/null +++ b/ElbowLat/labels/train_226_jpg.rf.HluUl0fwzQ5DXWYlOI5m.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6748bfdce75ab251b125df78578fb8af2485294ba22fda51cf155e65c0ccb884 +size 262272 diff --git a/ElbowLat/labels/train_226_png.rf.KUyACfKtYoaRoB8Rxahz.npy b/ElbowLat/labels/train_226_png.rf.KUyACfKtYoaRoB8Rxahz.npy new file mode 100644 index 0000000000000000000000000000000000000000..3da227ae720a6c293289f9b41b981aafff6fdfaf --- /dev/null +++ b/ElbowLat/labels/train_226_png.rf.KUyACfKtYoaRoB8Rxahz.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc709d1067a2daeafa1c2629a0768300a437e8e98e016c1b0e1055c49662b729 +size 262272 diff --git a/ElbowLat/labels/train_228_jpg.rf.sopT9hSxTOKgMOO6CnxL.npy b/ElbowLat/labels/train_228_jpg.rf.sopT9hSxTOKgMOO6CnxL.npy new file mode 100644 index 0000000000000000000000000000000000000000..25b84a6ad047e0e2e7d3f17b61a0c167f676991a --- /dev/null +++ b/ElbowLat/labels/train_228_jpg.rf.sopT9hSxTOKgMOO6CnxL.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63cbea1193041331d5fd51b9fe04214b685951c34d81098cddb34d6ab5c12d4c +size 262272 diff --git a/ElbowLat/labels/train_22_jpg.rf.UkToDM7pYxz5Uhdd62xc.npy b/ElbowLat/labels/train_22_jpg.rf.UkToDM7pYxz5Uhdd62xc.npy new file mode 100644 index 0000000000000000000000000000000000000000..4dc144380a83e46fa0a3fc081ebb3814f1ea5bcf --- /dev/null +++ b/ElbowLat/labels/train_22_jpg.rf.UkToDM7pYxz5Uhdd62xc.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fadb593b82e6ec5d3a7d888333f6754e6d5fddda69dee26026dd7a7f39e74789 +size 262272 diff --git a/ElbowLat/labels/train_22_png.rf.h0bTs5CRU5eZ2QLjIr6E.npy b/ElbowLat/labels/train_22_png.rf.h0bTs5CRU5eZ2QLjIr6E.npy new file mode 100644 index 0000000000000000000000000000000000000000..87be30b76c0c1054b4b54d5860eee74eb005f0bc --- /dev/null +++ b/ElbowLat/labels/train_22_png.rf.h0bTs5CRU5eZ2QLjIr6E.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6e880f8ba4bd32da81aa09ea2747c3b9d13e1e6f3eac9c679da61656428e5de +size 262272 diff --git a/ElbowLat/labels/train_230_jpg.rf.fiBsHlZdZPNa9ZneHoJF.npy b/ElbowLat/labels/train_230_jpg.rf.fiBsHlZdZPNa9ZneHoJF.npy new file mode 100644 index 0000000000000000000000000000000000000000..f54f3e14f56e3419f8a62588456a9002f3852627 --- /dev/null +++ b/ElbowLat/labels/train_230_jpg.rf.fiBsHlZdZPNa9ZneHoJF.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7ae9c1fbb9128f65ecef6e1ff557724e4c4aba7257891595bbb9558b4b48c5b +size 262272 diff --git a/ElbowLat/labels/train_230_png.rf.q50EauSxTM5ZCCEvTlni.npy b/ElbowLat/labels/train_230_png.rf.q50EauSxTM5ZCCEvTlni.npy new file mode 100644 index 0000000000000000000000000000000000000000..ded94ff31e66a1d660ed1ab5006598fe6497468b --- /dev/null +++ b/ElbowLat/labels/train_230_png.rf.q50EauSxTM5ZCCEvTlni.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c451845bb1ff40582eddb14dc336eec9feea39afefe117cd542ce037bd5b3c2 +size 262272 diff --git a/ElbowLat/labels/train_231_jpg.rf.SBDCelrWfwRtCJvBhCBt.npy b/ElbowLat/labels/train_231_jpg.rf.SBDCelrWfwRtCJvBhCBt.npy new file mode 100644 index 0000000000000000000000000000000000000000..acde7f761b7d83147d649254277c818c71cf476d --- /dev/null +++ b/ElbowLat/labels/train_231_jpg.rf.SBDCelrWfwRtCJvBhCBt.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8232a868d21536d555b8eeb760dc5bb48abe3abb0b349da67e54e28d8a1166e +size 262272 diff --git a/ElbowLat/labels/train_231_png.rf.nqonfn4r1rqMLBrVpV2K.npy b/ElbowLat/labels/train_231_png.rf.nqonfn4r1rqMLBrVpV2K.npy new file mode 100644 index 0000000000000000000000000000000000000000..f930dc704c1efc360ef2cd3cf020d1605a56ad67 --- /dev/null +++ b/ElbowLat/labels/train_231_png.rf.nqonfn4r1rqMLBrVpV2K.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ecef7d27563d27de3934b1b856cd817619ab54485d5042a7d113c2d710a1c09 +size 262272 diff --git a/ElbowLat/labels/train_232_jpg.rf.G9Pml1xNxRZEfYUvnjLs.npy b/ElbowLat/labels/train_232_jpg.rf.G9Pml1xNxRZEfYUvnjLs.npy new file mode 100644 index 0000000000000000000000000000000000000000..6dc410f692b1daa9187366f1982d0b847a3f9675 --- /dev/null +++ b/ElbowLat/labels/train_232_jpg.rf.G9Pml1xNxRZEfYUvnjLs.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f72a97c2c027f4181f7ee6834d4755aa45e147328df9fb851a7c0375cb8ae3d +size 262272 diff --git a/ElbowLat/labels/train_232_png.rf.OndPguo4wShpcse3YoGg.npy b/ElbowLat/labels/train_232_png.rf.OndPguo4wShpcse3YoGg.npy new file mode 100644 index 0000000000000000000000000000000000000000..0aacc8b0bd2623f09d5d459f18e81ddb8c07a013 --- /dev/null +++ b/ElbowLat/labels/train_232_png.rf.OndPguo4wShpcse3YoGg.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00924ee47ef60c3e722ef871c33d96846a6d9fd0d5ccbc8fd19c7abd1826759d +size 262272 diff --git a/ElbowLat/labels/train_233_jpg.rf.22THgZarYpvH6PFYR2me.npy b/ElbowLat/labels/train_233_jpg.rf.22THgZarYpvH6PFYR2me.npy new file mode 100644 index 0000000000000000000000000000000000000000..183ee8308cc14e158cd17a23ba5b7d3373fd9077 --- /dev/null +++ b/ElbowLat/labels/train_233_jpg.rf.22THgZarYpvH6PFYR2me.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d68dd7a6d504ebd06ebaa89beefadcb63763a45e3043eb96d2d6b39627a8f71 +size 262272 diff --git a/ElbowLat/labels/train_233_png.rf.qNaFWtZBWhxhxdfWSy8T.npy b/ElbowLat/labels/train_233_png.rf.qNaFWtZBWhxhxdfWSy8T.npy new file mode 100644 index 0000000000000000000000000000000000000000..812efa311715d1325f321825227ee53917bdc822 --- /dev/null +++ b/ElbowLat/labels/train_233_png.rf.qNaFWtZBWhxhxdfWSy8T.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d99842e251fb31d6dddafecc1d96a42c676f339922ea9e3c1f8b3168857264ab +size 262272 diff --git a/ElbowLat/labels/train_234_jpg.rf.xt604zwb58kCF5Andz5d.npy b/ElbowLat/labels/train_234_jpg.rf.xt604zwb58kCF5Andz5d.npy new file mode 100644 index 0000000000000000000000000000000000000000..a6374df19d8f930d597236c752b5d5eb0e92eb6f --- /dev/null +++ b/ElbowLat/labels/train_234_jpg.rf.xt604zwb58kCF5Andz5d.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ea92f1bd037b3833cf61cba5df670b39b97df71a414fe619b2bbee31a07954f +size 262272 diff --git a/ElbowLat/labels/train_234_png.rf.AQJTIAnrDYj64jC9THOv.npy b/ElbowLat/labels/train_234_png.rf.AQJTIAnrDYj64jC9THOv.npy new file mode 100644 index 0000000000000000000000000000000000000000..9d2a84784d59f1aadaf70e0ad436737fc250eb4e --- /dev/null +++ b/ElbowLat/labels/train_234_png.rf.AQJTIAnrDYj64jC9THOv.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a92437719356d9fb576f05fa4a413b90cbf13056974cdcec095823669530b7ef +size 262272 diff --git a/ElbowLat/labels/train_236_jpg.rf.mk8aU79JMuhoE4pNrzLU.npy b/ElbowLat/labels/train_236_jpg.rf.mk8aU79JMuhoE4pNrzLU.npy new file mode 100644 index 0000000000000000000000000000000000000000..bdd708b21b8447dd8e039bb3835840e307a50ffb --- /dev/null +++ b/ElbowLat/labels/train_236_jpg.rf.mk8aU79JMuhoE4pNrzLU.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb453614db6e595f75c11d99870f38f8bdcd3e445f41ad24bbbedb47f00d863e +size 262272 diff --git a/ElbowLat/labels/train_236_png.rf.FNsDxBYVmc6chyGz2wi4.npy b/ElbowLat/labels/train_236_png.rf.FNsDxBYVmc6chyGz2wi4.npy new file mode 100644 index 0000000000000000000000000000000000000000..caa4c53c7b8d85be848612bc0e5fdb062cf88ca1 --- /dev/null +++ b/ElbowLat/labels/train_236_png.rf.FNsDxBYVmc6chyGz2wi4.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3ee1c9af569e9ca2176b1485078dc7562ff34d4b3be4bd3a3cd27054cf8f122 +size 262272 diff --git a/ElbowLat/labels/train_237_jpg.rf.X6LOB0wIanmsQHB8CVQf.npy b/ElbowLat/labels/train_237_jpg.rf.X6LOB0wIanmsQHB8CVQf.npy new file mode 100644 index 0000000000000000000000000000000000000000..eaee1993dddb7654345164105e2a859189af938c --- /dev/null +++ b/ElbowLat/labels/train_237_jpg.rf.X6LOB0wIanmsQHB8CVQf.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f17ef7bc6acb2832fcad25f763028903aa7ecb245e6c29ca7644f13f465997a +size 262272 diff --git a/ElbowLat/labels/train_237_png.rf.ZFH3LClOu6vUjDI0hr5k.npy b/ElbowLat/labels/train_237_png.rf.ZFH3LClOu6vUjDI0hr5k.npy new file mode 100644 index 0000000000000000000000000000000000000000..a9f3ae47068a2986f4943d97cf8e815e1b38666d --- /dev/null +++ b/ElbowLat/labels/train_237_png.rf.ZFH3LClOu6vUjDI0hr5k.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31fe1dfe521dc59d2314b5b5b8261f3d1f6b7ad591354255656fe74c7f7df0b3 +size 262272 diff --git a/ElbowLat/labels/train_238_jpg.rf.2ekfTXdHfYNhOH74Gmrd.npy b/ElbowLat/labels/train_238_jpg.rf.2ekfTXdHfYNhOH74Gmrd.npy new file mode 100644 index 0000000000000000000000000000000000000000..d782fdfda739925b039dddaa15cfeb1dec469781 --- /dev/null +++ b/ElbowLat/labels/train_238_jpg.rf.2ekfTXdHfYNhOH74Gmrd.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a50773d4a685b9142166e1f8a7bef4f2df68ef5dfe55526bf81f9c813b63c235 +size 262272 diff --git a/ElbowLat/labels/train_23_jpg.rf.JtjVVBykgyQDlikCd5ub.npy b/ElbowLat/labels/train_23_jpg.rf.JtjVVBykgyQDlikCd5ub.npy new file mode 100644 index 0000000000000000000000000000000000000000..b4d10f47008ba780dc4cee452e23948b98d8515e --- /dev/null +++ b/ElbowLat/labels/train_23_jpg.rf.JtjVVBykgyQDlikCd5ub.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d13918c120f317dbd01aa055626f2bf82dbf398414941db57b3a12591df46576 +size 262272 diff --git a/ElbowLat/labels/train_23_png.rf.pE2BDD2fdvFAHTOHv76Z.npy b/ElbowLat/labels/train_23_png.rf.pE2BDD2fdvFAHTOHv76Z.npy new file mode 100644 index 0000000000000000000000000000000000000000..b0289121411573a93e1e634eab55cc43581cb0bd --- /dev/null +++ b/ElbowLat/labels/train_23_png.rf.pE2BDD2fdvFAHTOHv76Z.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89e4e300c66ef5e4399950b0b9eefcb81173ee8bd38a8c9008b7cec5f53adccc +size 262272 diff --git a/ElbowLat/labels/train_242_png.rf.jxYV0xIeSMWzAfVr74JL.npy b/ElbowLat/labels/train_242_png.rf.jxYV0xIeSMWzAfVr74JL.npy new file mode 100644 index 0000000000000000000000000000000000000000..c7f4a16260f56ebd47ab90fc61b09f1fffb200b9 --- /dev/null +++ b/ElbowLat/labels/train_242_png.rf.jxYV0xIeSMWzAfVr74JL.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:844f92101bec0e9b63ed13bfc2338a4a3251a322410a6f5c4c55d8704bf2ea70 +size 262272 diff --git a/ElbowLat/labels/train_243_jpg.rf.yngA5FuUaBs9lEKpRHk7.npy b/ElbowLat/labels/train_243_jpg.rf.yngA5FuUaBs9lEKpRHk7.npy new file mode 100644 index 0000000000000000000000000000000000000000..c489134e398dcebf532b37d41b4c6d41f1211357 --- /dev/null +++ b/ElbowLat/labels/train_243_jpg.rf.yngA5FuUaBs9lEKpRHk7.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fa26f58da05531f7f156353312d695418c272fc636473c872e67fa186b1b889 +size 262272 diff --git a/ElbowLat/labels/train_243_png.rf.aGwLdEFIAUaX68xUS4AR.npy b/ElbowLat/labels/train_243_png.rf.aGwLdEFIAUaX68xUS4AR.npy new file mode 100644 index 0000000000000000000000000000000000000000..07394c591b9a56ab6960ee96aa11a5ae9eea9c28 --- /dev/null +++ b/ElbowLat/labels/train_243_png.rf.aGwLdEFIAUaX68xUS4AR.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4111dd43f9fa7b12f4f176f6281a8367ad504c66a905671ad822a090504187e8 +size 262272 diff --git a/ElbowLat/labels/train_248_jpg.rf.SeFsS1ekR2iAS49D7zSa.npy b/ElbowLat/labels/train_248_jpg.rf.SeFsS1ekR2iAS49D7zSa.npy new file mode 100644 index 0000000000000000000000000000000000000000..247c50f91114910a3620748ec8921295f6b52d14 --- /dev/null +++ b/ElbowLat/labels/train_248_jpg.rf.SeFsS1ekR2iAS49D7zSa.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32d2b1929f7cd546e121f6e188257318f56be95c70b33baf6cfa12c15ad58828 +size 262272 diff --git a/ElbowLat/labels/train_248_png.rf.8E3ePkZHOOEr5FWA8A2M.npy b/ElbowLat/labels/train_248_png.rf.8E3ePkZHOOEr5FWA8A2M.npy new file mode 100644 index 0000000000000000000000000000000000000000..9a0d625904233438338e09331315eca7dd0fbdc0 --- /dev/null +++ b/ElbowLat/labels/train_248_png.rf.8E3ePkZHOOEr5FWA8A2M.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f79928813e6097965fc4d8dc5304d52b76e4dc6dc2b5ab89e6ae3c1ea0380c3 +size 262272 diff --git a/ElbowLat/labels/train_249_jpg.rf.60w3cAMHanO2c3l9Tejs.npy b/ElbowLat/labels/train_249_jpg.rf.60w3cAMHanO2c3l9Tejs.npy new file mode 100644 index 0000000000000000000000000000000000000000..e7c4d599fdc6ab2c876d9f4c5e106dce1726d2c0 --- /dev/null +++ b/ElbowLat/labels/train_249_jpg.rf.60w3cAMHanO2c3l9Tejs.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b212d7ae53703751524932563d37e827d7a85f7831c942dfd093662b1d83ef10 +size 262272 diff --git a/ElbowLat/labels/train_249_png.rf.PVCmsa66gJW9UfRfqPBr.npy b/ElbowLat/labels/train_249_png.rf.PVCmsa66gJW9UfRfqPBr.npy new file mode 100644 index 0000000000000000000000000000000000000000..73be1379d602b460cedfabe0c241a43aceda134e --- /dev/null +++ b/ElbowLat/labels/train_249_png.rf.PVCmsa66gJW9UfRfqPBr.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40e7b95266d78e4c356a796c982ffb122e02e98f6da9cea2e7178e4f46d8a0a1 +size 262272 diff --git a/ElbowLat/labels/train_250_jpg.rf.rMQQONqVFbO3T4Q8biwf.npy b/ElbowLat/labels/train_250_jpg.rf.rMQQONqVFbO3T4Q8biwf.npy new file mode 100644 index 0000000000000000000000000000000000000000..9d79fe436a17fa57931df4c74d30111e19794426 --- /dev/null +++ b/ElbowLat/labels/train_250_jpg.rf.rMQQONqVFbO3T4Q8biwf.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7931af62b8683df123cfcf01355266b16404b3db85d34bec356dd3db3f2e4cd5 +size 262272 diff --git a/ElbowLat/labels/train_250_png.rf.h6FhUIq04a5XWO2kbpqE.npy b/ElbowLat/labels/train_250_png.rf.h6FhUIq04a5XWO2kbpqE.npy new file mode 100644 index 0000000000000000000000000000000000000000..040a7a536fc46f989f1e12c1ff8bce7917a510eb --- /dev/null +++ b/ElbowLat/labels/train_250_png.rf.h6FhUIq04a5XWO2kbpqE.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73c269e1bc7cd4d36b96e38d78e4c5a41366a8889fdb0df28dade8d768663888 +size 262272 diff --git a/ElbowLat/labels/train_251_jpg.rf.6LqsHYnDqDlAjzvLGi2o.npy b/ElbowLat/labels/train_251_jpg.rf.6LqsHYnDqDlAjzvLGi2o.npy new file mode 100644 index 0000000000000000000000000000000000000000..35cc5fedca8d528de8fa928f1f83f1079214a7a4 --- /dev/null +++ b/ElbowLat/labels/train_251_jpg.rf.6LqsHYnDqDlAjzvLGi2o.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b6b5aa3af2624689e3766f3e54981f4fbf6d3f1023aab696fa85d43c421202f +size 262272 diff --git a/ElbowLat/labels/train_251_png.rf.GmcKs3KpshSW3dPl8jMc.npy b/ElbowLat/labels/train_251_png.rf.GmcKs3KpshSW3dPl8jMc.npy new file mode 100644 index 0000000000000000000000000000000000000000..f40d3a54a636314ab0e91823a04142c7941f506a --- /dev/null +++ b/ElbowLat/labels/train_251_png.rf.GmcKs3KpshSW3dPl8jMc.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14e75a239516edec8775deb9694e471adc5bea9cc72297e1f302a65d480bce2e +size 262272 diff --git a/ElbowLat/labels/train_252_jpg.rf.Au5LDJxpdGSFG0tXjUoK.npy b/ElbowLat/labels/train_252_jpg.rf.Au5LDJxpdGSFG0tXjUoK.npy new file mode 100644 index 0000000000000000000000000000000000000000..4e6b4d9a10f2d8ed5ae94e510f4f071b1850da6d --- /dev/null +++ b/ElbowLat/labels/train_252_jpg.rf.Au5LDJxpdGSFG0tXjUoK.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eff57572e6877461acd73f81df09074636afc2eb049272b8774916612d47c99 +size 262272 diff --git a/ElbowLat/labels/train_252_png.rf.1R5jzjJX1H4t55m4PjH9.npy b/ElbowLat/labels/train_252_png.rf.1R5jzjJX1H4t55m4PjH9.npy new file mode 100644 index 0000000000000000000000000000000000000000..5980734cd231f248ec4387fb81ecfb507e7cba19 --- /dev/null +++ b/ElbowLat/labels/train_252_png.rf.1R5jzjJX1H4t55m4PjH9.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf6144f0caa9ba2fa2873be6a49fd65a80cce1e161001d03930f9353816fe256 +size 262272 diff --git a/ElbowLat/labels/train_255_jpg.rf.91GBTCOEIAEIlTWp2WOK.npy b/ElbowLat/labels/train_255_jpg.rf.91GBTCOEIAEIlTWp2WOK.npy new file mode 100644 index 0000000000000000000000000000000000000000..025c22d1a926d29feb4746bcbe1c7f608fd7dcb7 --- /dev/null +++ b/ElbowLat/labels/train_255_jpg.rf.91GBTCOEIAEIlTWp2WOK.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87c9944b0c4dc139f9d4e837d9c414fd0879ab972aef202b0289dea09c34d3b2 +size 262272 diff --git a/ElbowLat/labels/train_256_jpg.rf.Ojdd29p6bY1N0f5ZLyph.npy b/ElbowLat/labels/train_256_jpg.rf.Ojdd29p6bY1N0f5ZLyph.npy new file mode 100644 index 0000000000000000000000000000000000000000..db9bf1e6d55b56f4bf565079eaa09c1ae910be1d --- /dev/null +++ b/ElbowLat/labels/train_256_jpg.rf.Ojdd29p6bY1N0f5ZLyph.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:640dfc0456e8bacafd2c17adb695f47f76f8b5fe370e14d685bfc44ea9ccac9b +size 262272 diff --git a/ElbowLat/labels/train_256_png.rf.0pzs6c4zieJUm7Vw5m4T.npy b/ElbowLat/labels/train_256_png.rf.0pzs6c4zieJUm7Vw5m4T.npy new file mode 100644 index 0000000000000000000000000000000000000000..ebeea7bbcdc2a734332923f34f4c03e5a8f2a994 --- /dev/null +++ b/ElbowLat/labels/train_256_png.rf.0pzs6c4zieJUm7Vw5m4T.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc64b8c38cafcffb712a752916a37036b8eb4a67b6eb61ca340be500d8ed9cc2 +size 262272 diff --git a/ElbowLat/labels/train_258_jpg.rf.un6M7UUyS1hH8CDrgGoa.npy b/ElbowLat/labels/train_258_jpg.rf.un6M7UUyS1hH8CDrgGoa.npy new file mode 100644 index 0000000000000000000000000000000000000000..4356130db83657de091896dfa2158412e8920aed --- /dev/null +++ b/ElbowLat/labels/train_258_jpg.rf.un6M7UUyS1hH8CDrgGoa.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0167dcf77afebba01a50e6ba20ff05da7dae0c63f47af0b771da17c9fe3480cb +size 262272 diff --git a/ElbowLat/labels/train_259_jpg.rf.URG7GcL0YY3LhKM0Z4jk.npy b/ElbowLat/labels/train_259_jpg.rf.URG7GcL0YY3LhKM0Z4jk.npy new file mode 100644 index 0000000000000000000000000000000000000000..f21d88bb924a11308e6b41f312778e6f1b561ef2 --- /dev/null +++ b/ElbowLat/labels/train_259_jpg.rf.URG7GcL0YY3LhKM0Z4jk.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:627a70495146ff62e6b4d9cb59ec631149141f86ce6f09970602425b6f96b0e0 +size 262272 diff --git a/ElbowLat/labels/train_259_png.rf.1WLDlWxArPfIwD8A0vGB.npy b/ElbowLat/labels/train_259_png.rf.1WLDlWxArPfIwD8A0vGB.npy new file mode 100644 index 0000000000000000000000000000000000000000..d57cba38f9b65ed275ca16d1eac07ffb85cfc445 --- /dev/null +++ b/ElbowLat/labels/train_259_png.rf.1WLDlWxArPfIwD8A0vGB.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:477172080fc7ec53e8eee7eb91000c73ea191ce0790f8fb2485b6d018866d90c +size 262272 diff --git a/ElbowLat/labels/train_25_jpg.rf.Cfnd9e0eFJ42boEYyboJ.npy b/ElbowLat/labels/train_25_jpg.rf.Cfnd9e0eFJ42boEYyboJ.npy new file mode 100644 index 0000000000000000000000000000000000000000..10a72eea4194313b31f55f788b8e7f3d0911179e --- /dev/null +++ b/ElbowLat/labels/train_25_jpg.rf.Cfnd9e0eFJ42boEYyboJ.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fc331389bf3b405e7dcd0cf7c851be4c26d40e83fa703237f23662fd91767d7 +size 262272 diff --git a/ElbowLat/labels/train_260_jpg.rf.9pYG4lMLVsh5gJ5mWorA.npy b/ElbowLat/labels/train_260_jpg.rf.9pYG4lMLVsh5gJ5mWorA.npy new file mode 100644 index 0000000000000000000000000000000000000000..afec49dd69599908d4de066e6bfc1018e56a38a9 --- /dev/null +++ b/ElbowLat/labels/train_260_jpg.rf.9pYG4lMLVsh5gJ5mWorA.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c80457ef3e4eaa349c839ed8d43676e35f75aa3c78cafea808a1e6136a6a8d64 +size 262272 diff --git a/ElbowLat/labels/train_260_png.rf.1tSXiy2bfJH7clHinm1d.npy b/ElbowLat/labels/train_260_png.rf.1tSXiy2bfJH7clHinm1d.npy new file mode 100644 index 0000000000000000000000000000000000000000..a9e39f0a23cf6edb9cd579838bdbcf06cadd5f20 --- /dev/null +++ b/ElbowLat/labels/train_260_png.rf.1tSXiy2bfJH7clHinm1d.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b2e1258dc77fd11105699a4192511b3c281041ba2b219e306b10c72cf8f46f6 +size 262272 diff --git a/ElbowLat/labels/train_261_png.rf.QKXrqxxEtJyfDnBNn4t6.npy b/ElbowLat/labels/train_261_png.rf.QKXrqxxEtJyfDnBNn4t6.npy new file mode 100644 index 0000000000000000000000000000000000000000..58bf99270c76f49888c9d2727d26990ba86e1550 --- /dev/null +++ b/ElbowLat/labels/train_261_png.rf.QKXrqxxEtJyfDnBNn4t6.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa3f3664c0643812d959dc98f8f889aedad4f986e302e0e16161cd6a5f6d7721 +size 262272 diff --git a/ElbowLat/labels/train_263_jpg.rf.MnvBbXLMubrri8ARq6l6.npy b/ElbowLat/labels/train_263_jpg.rf.MnvBbXLMubrri8ARq6l6.npy new file mode 100644 index 0000000000000000000000000000000000000000..af1df811813a053bf201bcab53d4281ec919a84a --- /dev/null +++ b/ElbowLat/labels/train_263_jpg.rf.MnvBbXLMubrri8ARq6l6.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94d8c67cdef7452ab40f9740592cf24b47f889e5a4fc5334b1a7f102262033a6 +size 262272 diff --git a/ElbowLat/labels/train_263_png.rf.v6vKH9gmZ6sTqU9xyTl3.npy b/ElbowLat/labels/train_263_png.rf.v6vKH9gmZ6sTqU9xyTl3.npy new file mode 100644 index 0000000000000000000000000000000000000000..4fa9cbf908f804426ffe6efcdeb9452be257d0f7 --- /dev/null +++ b/ElbowLat/labels/train_263_png.rf.v6vKH9gmZ6sTqU9xyTl3.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad1e0fde8fdd3238f8c76d7b723ef9032b6a3f4ad8f9ac72383d2d6900f07856 +size 262272 diff --git a/ElbowLat/labels/train_264_jpg.rf.WyhRA13xjxhw9RPSpYCh.npy b/ElbowLat/labels/train_264_jpg.rf.WyhRA13xjxhw9RPSpYCh.npy new file mode 100644 index 0000000000000000000000000000000000000000..54e790e23b10fde29425d4c3f1572d07050e97d4 --- /dev/null +++ b/ElbowLat/labels/train_264_jpg.rf.WyhRA13xjxhw9RPSpYCh.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8c9802e57b72e4cd677dd634e9b37026dbdca867d1c5149f830a5dc30493d7a +size 262272 diff --git a/ElbowLat/labels/train_264_png.rf.XRbjdfie4kNYZ89Ct3eL.npy b/ElbowLat/labels/train_264_png.rf.XRbjdfie4kNYZ89Ct3eL.npy new file mode 100644 index 0000000000000000000000000000000000000000..8fe26cb0a332a7fc644accea1970f20250750618 --- /dev/null +++ b/ElbowLat/labels/train_264_png.rf.XRbjdfie4kNYZ89Ct3eL.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10e63ea52e9df84c981a94ccf21f2f68bc595b8c36fe0a89aea85e687bf0fa00 +size 262272 diff --git a/ElbowLat/labels/train_265_jpg.rf.6LrDzK64iiw4UX34q227.npy b/ElbowLat/labels/train_265_jpg.rf.6LrDzK64iiw4UX34q227.npy new file mode 100644 index 0000000000000000000000000000000000000000..a82de11be9051d436e17d991e7f5aae53f3730c2 --- /dev/null +++ b/ElbowLat/labels/train_265_jpg.rf.6LrDzK64iiw4UX34q227.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a3ee0b90862a335e7d839d6cafcfaccfa848eabc13db063b3355f060c1e204c +size 262272 diff --git a/ElbowLat/labels/train_265_png.rf.DtQp2BlwtdJ3OiEn87c3.npy b/ElbowLat/labels/train_265_png.rf.DtQp2BlwtdJ3OiEn87c3.npy new file mode 100644 index 0000000000000000000000000000000000000000..934b421163f41e6b7da825dd0a5eceb0cdac8c5b --- /dev/null +++ b/ElbowLat/labels/train_265_png.rf.DtQp2BlwtdJ3OiEn87c3.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d111d1f7348df56259417ba896bec66264353d351217d09fc901a11e082fa142 +size 262272 diff --git a/ElbowLat/labels/train_266_jpg.rf.gpsTtseI51TnWDchrNwu.npy b/ElbowLat/labels/train_266_jpg.rf.gpsTtseI51TnWDchrNwu.npy new file mode 100644 index 0000000000000000000000000000000000000000..9920cbf2f22c286145a6c18c7a5a48358c8d0bb5 --- /dev/null +++ b/ElbowLat/labels/train_266_jpg.rf.gpsTtseI51TnWDchrNwu.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d97b14f64c66d0ceb877b29328ca63c846c0833f1265c0a5f5ecb57436d76c2e +size 262272 diff --git a/ElbowLat/labels/train_266_png.rf.PIhMU4B0IU3XvrVEVo14.npy b/ElbowLat/labels/train_266_png.rf.PIhMU4B0IU3XvrVEVo14.npy new file mode 100644 index 0000000000000000000000000000000000000000..cf7c2bc1ee325b70f16b1a902d98b1952a69b538 --- /dev/null +++ b/ElbowLat/labels/train_266_png.rf.PIhMU4B0IU3XvrVEVo14.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2751f6aa80f4f6e3c5ac446b1129203bf65b41991cd3d56fb102380bb22d5575 +size 262272 diff --git a/ElbowLat/labels/train_267_png.rf.TnJPzm9NmYVm4GfnnOzm.npy b/ElbowLat/labels/train_267_png.rf.TnJPzm9NmYVm4GfnnOzm.npy new file mode 100644 index 0000000000000000000000000000000000000000..71e271989bb171a70cbdbccec78756d8ebc2b502 --- /dev/null +++ b/ElbowLat/labels/train_267_png.rf.TnJPzm9NmYVm4GfnnOzm.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3156ea48f89af5eb77af950d553982fbade71ee910a1381adff0e01ef83aa463 +size 262272 diff --git a/ElbowLat/labels/train_269_jpg.rf.eGgdaoDIbbmYnFq4D7IM.npy b/ElbowLat/labels/train_269_jpg.rf.eGgdaoDIbbmYnFq4D7IM.npy new file mode 100644 index 0000000000000000000000000000000000000000..f1a1081436887730d81a4bcc893160c6293c3f6f --- /dev/null +++ b/ElbowLat/labels/train_269_jpg.rf.eGgdaoDIbbmYnFq4D7IM.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ed790eac4c6d20401cd46f4a51bcd4f4ee15f10a4ccfb14f9a98f866e70dd07 +size 262272 diff --git a/ElbowLat/labels/train_269_png.rf.mS6Nd5FBXYK75GnjAPSN.npy b/ElbowLat/labels/train_269_png.rf.mS6Nd5FBXYK75GnjAPSN.npy new file mode 100644 index 0000000000000000000000000000000000000000..7aeee63e145e07f27b55b442ab27c01d22ac4656 --- /dev/null +++ b/ElbowLat/labels/train_269_png.rf.mS6Nd5FBXYK75GnjAPSN.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d47425c19e79cd73f6017c545370c7da6aa813f25a10b506339ddee056ef10d5 +size 262272 diff --git a/ElbowLat/labels/train_270_jpg.rf.onDYiIcfyMwEN8DaOsgp.npy b/ElbowLat/labels/train_270_jpg.rf.onDYiIcfyMwEN8DaOsgp.npy new file mode 100644 index 0000000000000000000000000000000000000000..b540faeed952c485b7ead65067e9ed7a3072e78c --- /dev/null +++ b/ElbowLat/labels/train_270_jpg.rf.onDYiIcfyMwEN8DaOsgp.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9047d46da7bd487531b21f04cd312495e834197f12f9532402acded0af3a38f9 +size 262272 diff --git a/ElbowLat/labels/train_270_png.rf.oaWXKxeSByQ6PgufSMgm.npy b/ElbowLat/labels/train_270_png.rf.oaWXKxeSByQ6PgufSMgm.npy new file mode 100644 index 0000000000000000000000000000000000000000..0a65c55a73e69d0467019de8694016896da0fc38 --- /dev/null +++ b/ElbowLat/labels/train_270_png.rf.oaWXKxeSByQ6PgufSMgm.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cd60e80a2e09398b7af09f2a3893f05307cd98b3bc39c4a3a44610cfe18c5f6 +size 262272 diff --git a/ElbowLat/labels/train_271_jpg.rf.y1tNePvQs7F3ct3kW9cD.npy b/ElbowLat/labels/train_271_jpg.rf.y1tNePvQs7F3ct3kW9cD.npy new file mode 100644 index 0000000000000000000000000000000000000000..19e96ef9163d3ae76df6becb397d837eb265a07a --- /dev/null +++ b/ElbowLat/labels/train_271_jpg.rf.y1tNePvQs7F3ct3kW9cD.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f4a33f751fe244c2c808054217e09299e423be2c869f2a143fa45907aa0ab85 +size 262272 diff --git a/ElbowLat/labels/train_271_png.rf.kB7qWOluOon2HlEAGBVI.npy b/ElbowLat/labels/train_271_png.rf.kB7qWOluOon2HlEAGBVI.npy new file mode 100644 index 0000000000000000000000000000000000000000..1cc0d23ed33fc3f1b6842815d772143d69be461a --- /dev/null +++ b/ElbowLat/labels/train_271_png.rf.kB7qWOluOon2HlEAGBVI.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ea7def3bd1dc094b1e3b68349f099c86504bd98662c36e25f8926549157a97c +size 262272 diff --git a/ElbowLat/labels/train_272_jpg.rf.H5XWgLlSF2VgMTBqD6DF.npy b/ElbowLat/labels/train_272_jpg.rf.H5XWgLlSF2VgMTBqD6DF.npy new file mode 100644 index 0000000000000000000000000000000000000000..6244ddb36ddc553fb076f5cee80d2805c75665b9 --- /dev/null +++ b/ElbowLat/labels/train_272_jpg.rf.H5XWgLlSF2VgMTBqD6DF.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:047d50fd3962a64812d5f63b5b1f85380d866e5535c01a1a13e3b84032c7d529 +size 262272 diff --git a/ElbowLat/labels/train_272_png.rf.LtozQjTl0aULiIjAgfVn.npy b/ElbowLat/labels/train_272_png.rf.LtozQjTl0aULiIjAgfVn.npy new file mode 100644 index 0000000000000000000000000000000000000000..4f83c17420ed592dc2d954ec07048f26bece6fc8 --- /dev/null +++ b/ElbowLat/labels/train_272_png.rf.LtozQjTl0aULiIjAgfVn.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7d95f5baa11e5075ca585af817311d89f68366902914316f53d4f9b64a5aae1 +size 262272 diff --git a/ElbowLat/labels/train_273_jpg.rf.UydQYZSMDtWKL3RXUl6O.npy b/ElbowLat/labels/train_273_jpg.rf.UydQYZSMDtWKL3RXUl6O.npy new file mode 100644 index 0000000000000000000000000000000000000000..ef310173c271c681899a6bc1cdede0ffd90f29a3 --- /dev/null +++ b/ElbowLat/labels/train_273_jpg.rf.UydQYZSMDtWKL3RXUl6O.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b810b9f646bcfb88b681afb84d34b4cbc277f5098eee1d7ca9f2b203cb375ea0 +size 262272 diff --git a/ElbowLat/labels/train_273_png.rf.QssWl96RPp4S2lVSc0Ex.npy b/ElbowLat/labels/train_273_png.rf.QssWl96RPp4S2lVSc0Ex.npy new file mode 100644 index 0000000000000000000000000000000000000000..4ca99cc5c071b68ecef66c84dd23445520555ff1 --- /dev/null +++ b/ElbowLat/labels/train_273_png.rf.QssWl96RPp4S2lVSc0Ex.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa908690f30219886c808beed488c5ebca7cc6a2feb69e7e4cc918e06e14f138 +size 262272 diff --git a/ElbowLat/labels/train_275_png.rf.cG6GZp28zIExFLsG4hWT.npy b/ElbowLat/labels/train_275_png.rf.cG6GZp28zIExFLsG4hWT.npy new file mode 100644 index 0000000000000000000000000000000000000000..64c6260175819534d379b8fd5386970f3e7fb103 --- /dev/null +++ b/ElbowLat/labels/train_275_png.rf.cG6GZp28zIExFLsG4hWT.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56a58c28e9de12518ef0c5f96e9209fc5e384ec3aa26265d75f9eda1ed2f04f9 +size 262272 diff --git a/ElbowLat/labels/train_276_png.rf.xPBYVU41tRggbT6IHyZr.npy b/ElbowLat/labels/train_276_png.rf.xPBYVU41tRggbT6IHyZr.npy new file mode 100644 index 0000000000000000000000000000000000000000..5de86f9a8770eead309b5f211afaf23e6b58300d --- /dev/null +++ b/ElbowLat/labels/train_276_png.rf.xPBYVU41tRggbT6IHyZr.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b66160dcbdef6081dbb94d6321d301c0941ed3f989f0a36d6d562f59719bc88 +size 262272 diff --git a/ElbowLat/labels/train_277_png.rf.EYOFGPQ8bFy6dqbDMHcE.npy b/ElbowLat/labels/train_277_png.rf.EYOFGPQ8bFy6dqbDMHcE.npy new file mode 100644 index 0000000000000000000000000000000000000000..22037d4129e481682bfe47d881e373109a7576b0 --- /dev/null +++ b/ElbowLat/labels/train_277_png.rf.EYOFGPQ8bFy6dqbDMHcE.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:306384e4545ae6b8a5631114e1dfa4d703e59334bc22ca2a809d1ee8cdbf1ec3 +size 262272 diff --git a/ElbowLat/labels/train_278_png.rf.0LKYL6hnbybX2FEP9UWE.npy b/ElbowLat/labels/train_278_png.rf.0LKYL6hnbybX2FEP9UWE.npy new file mode 100644 index 0000000000000000000000000000000000000000..8688fffadcefb77e39623416aa2195df4c41c95c --- /dev/null +++ b/ElbowLat/labels/train_278_png.rf.0LKYL6hnbybX2FEP9UWE.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d055f46b1a04c8f76332282d7c50acb277e111d4f74d510b7090be92fa74c1e1 +size 262272 diff --git a/ElbowLat/labels/train_27_jpg.rf.DcuHl8AFZKdwJ6fkwZCR.npy b/ElbowLat/labels/train_27_jpg.rf.DcuHl8AFZKdwJ6fkwZCR.npy new file mode 100644 index 0000000000000000000000000000000000000000..1a69c834e7eeacaaf02b97f8e165b1788c783c66 --- /dev/null +++ b/ElbowLat/labels/train_27_jpg.rf.DcuHl8AFZKdwJ6fkwZCR.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d25e4eecfa8c7753ca0f1b76867ee7e5b10168dac85588741bd6391a79785f13 +size 262272 diff --git a/ElbowLat/labels/train_27_png.rf.CfmEVbk9IKeFTwDXGGrh.npy b/ElbowLat/labels/train_27_png.rf.CfmEVbk9IKeFTwDXGGrh.npy new file mode 100644 index 0000000000000000000000000000000000000000..488cc5209e1df618d73aa14629d1bc80a3708251 --- /dev/null +++ b/ElbowLat/labels/train_27_png.rf.CfmEVbk9IKeFTwDXGGrh.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26bcaa605ef8d0462f961768a5ebc8bab84ccc615be0dca70007786934cfe643 +size 262272 diff --git a/ElbowLat/labels/train_281_png.rf.Fk7dRB7FZ6SXQ5NHTQ5K.npy b/ElbowLat/labels/train_281_png.rf.Fk7dRB7FZ6SXQ5NHTQ5K.npy new file mode 100644 index 0000000000000000000000000000000000000000..dcd130e2a30683c9f7980f8a12d65d8182bcf27c --- /dev/null +++ b/ElbowLat/labels/train_281_png.rf.Fk7dRB7FZ6SXQ5NHTQ5K.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad8c4bf7968a27bbe334eefc671d261461014fa6691c9d92671860f96a32dca9 +size 262272 diff --git a/ElbowLat/labels/train_283_png.rf.sRBRR1M2X5kYENaBcGWF.npy b/ElbowLat/labels/train_283_png.rf.sRBRR1M2X5kYENaBcGWF.npy new file mode 100644 index 0000000000000000000000000000000000000000..9715fc1bd817388cdfd3189c8656c24cb4039d39 --- /dev/null +++ b/ElbowLat/labels/train_283_png.rf.sRBRR1M2X5kYENaBcGWF.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16acad804a2357f1d72ace0b0e9262e30538e4e8ca059a40b8f6e88fd80501c2 +size 262272 diff --git a/ElbowLat/labels/train_284_png.rf.Q0kg2n1cdykO0b0Fr9QJ.npy b/ElbowLat/labels/train_284_png.rf.Q0kg2n1cdykO0b0Fr9QJ.npy new file mode 100644 index 0000000000000000000000000000000000000000..c1ef8a4a7ffce12ae7ecd47813d13d8447603d86 --- /dev/null +++ b/ElbowLat/labels/train_284_png.rf.Q0kg2n1cdykO0b0Fr9QJ.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bac0ea1407337d14d6b013eed078e3cc97d2b6d8e2fe6bccecf35b42ca337e0a +size 262272 diff --git a/ElbowLat/labels/train_287_png.rf.YUNHz6Dqrw3ii4nEWi2U.npy b/ElbowLat/labels/train_287_png.rf.YUNHz6Dqrw3ii4nEWi2U.npy new file mode 100644 index 0000000000000000000000000000000000000000..221a46da1eec5e5791c8c6c896a62b69ee49203c --- /dev/null +++ b/ElbowLat/labels/train_287_png.rf.YUNHz6Dqrw3ii4nEWi2U.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63bc7b80e0c7c97c9faccc8daf0ebd631eaf51317a5e0078ca73acdf649d63c7 +size 262272 diff --git a/ElbowLat/labels/train_288_png.rf.YaDlfSdGfyQjY5S2yDUq.npy b/ElbowLat/labels/train_288_png.rf.YaDlfSdGfyQjY5S2yDUq.npy new file mode 100644 index 0000000000000000000000000000000000000000..ca972bd1be1160ab727782d600544116ec588be7 --- /dev/null +++ b/ElbowLat/labels/train_288_png.rf.YaDlfSdGfyQjY5S2yDUq.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0667702c64aab070456c3dbeae9cdfc132d9ec697b80669458df3c4e6b374c12 +size 262272 diff --git a/ElbowLat/labels/train_28_jpg.rf.OUbM2fgQBnMQkcOE4J58.npy b/ElbowLat/labels/train_28_jpg.rf.OUbM2fgQBnMQkcOE4J58.npy new file mode 100644 index 0000000000000000000000000000000000000000..2adc9f61190f8ba357267e189798ec907d89b590 --- /dev/null +++ b/ElbowLat/labels/train_28_jpg.rf.OUbM2fgQBnMQkcOE4J58.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b80aca3012ef2a323fc6c72eec1a20549d03021a80fd1a0c991768b9600f0b33 +size 262272 diff --git a/ElbowLat/labels/train_28_png.rf.zv6AKpR1dCQniiAFusLg.npy b/ElbowLat/labels/train_28_png.rf.zv6AKpR1dCQniiAFusLg.npy new file mode 100644 index 0000000000000000000000000000000000000000..d8407135b37f2b0dc87680210fcc95bafdcced0f --- /dev/null +++ b/ElbowLat/labels/train_28_png.rf.zv6AKpR1dCQniiAFusLg.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4ab305847bb8bbac812bfd5565234edeb2449a8f16723c2020d5756177cb244 +size 262272 diff --git a/ElbowLat/labels/train_291_png.rf.JLF8mX2j7ouziYakbSgq.npy b/ElbowLat/labels/train_291_png.rf.JLF8mX2j7ouziYakbSgq.npy new file mode 100644 index 0000000000000000000000000000000000000000..cc33aaf7bfb726aef04f26c4c083e4df1eeeaed2 --- /dev/null +++ b/ElbowLat/labels/train_291_png.rf.JLF8mX2j7ouziYakbSgq.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bdbf60468beeff049a40b97d36bbe634748892a055833c2c86cecb29014e7d5 +size 262272 diff --git a/ElbowLat/labels/train_292_png.rf.VIXlViYRv6R9ZQ0Qw2Q2.npy b/ElbowLat/labels/train_292_png.rf.VIXlViYRv6R9ZQ0Qw2Q2.npy new file mode 100644 index 0000000000000000000000000000000000000000..aad61f988be8319f4eec1c144039837b8d77f44c --- /dev/null +++ b/ElbowLat/labels/train_292_png.rf.VIXlViYRv6R9ZQ0Qw2Q2.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e589a3d4e749ea8637c1d0cb810001033c633f80eec9d74125a981c2a5aaa414 +size 262272 diff --git a/ElbowLat/labels/train_293_png.rf.MQWMn58IQ4zYm1hRqTMo.npy b/ElbowLat/labels/train_293_png.rf.MQWMn58IQ4zYm1hRqTMo.npy new file mode 100644 index 0000000000000000000000000000000000000000..1448f62b7c3c9a43fc1f8247dae7256c71171894 --- /dev/null +++ b/ElbowLat/labels/train_293_png.rf.MQWMn58IQ4zYm1hRqTMo.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bae2b9085ab7f7ce5d9ceeec5e9240952282f64df2c8fc75bb8c5e7f33911739 +size 262272 diff --git a/ElbowLat/labels/train_295_png.rf.GxNXVRIXF6V6mUYya4jH.npy b/ElbowLat/labels/train_295_png.rf.GxNXVRIXF6V6mUYya4jH.npy new file mode 100644 index 0000000000000000000000000000000000000000..552566b84d06bb79710e1e626d90160a0082ed38 --- /dev/null +++ b/ElbowLat/labels/train_295_png.rf.GxNXVRIXF6V6mUYya4jH.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f646587509b45d58f779a9675e609c4ac2c036d3774b93f39e1a4705ffdac8fa +size 262272 diff --git a/ElbowLat/labels/train_296_png.rf.2sQSGKzu8aytkdCp59ex.npy b/ElbowLat/labels/train_296_png.rf.2sQSGKzu8aytkdCp59ex.npy new file mode 100644 index 0000000000000000000000000000000000000000..f40aba57bb3646ea75293daf72b4966441c7445f --- /dev/null +++ b/ElbowLat/labels/train_296_png.rf.2sQSGKzu8aytkdCp59ex.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4c8830418144d47ef0282327d60a331c96fa21321daf19a4705e3072a2e30fb +size 262272 diff --git a/ElbowLat/labels/train_298_png.rf.GAQdX8wAPLdl00kJhofl.npy b/ElbowLat/labels/train_298_png.rf.GAQdX8wAPLdl00kJhofl.npy new file mode 100644 index 0000000000000000000000000000000000000000..3312d8e3d19f4b5f03ba5f06418c5d56111331d9 --- /dev/null +++ b/ElbowLat/labels/train_298_png.rf.GAQdX8wAPLdl00kJhofl.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bb59369181b5be7801330d6cbd5655e233256aa573883452a9bdb4a6a14268c +size 262272 diff --git a/ElbowLat/labels/train_299_png.rf.SG7cnvb88R0Bm4tbRt1b.npy b/ElbowLat/labels/train_299_png.rf.SG7cnvb88R0Bm4tbRt1b.npy new file mode 100644 index 0000000000000000000000000000000000000000..e817db8f8b1d4fdc766522fd9ba5a6b0a3daf3f2 --- /dev/null +++ b/ElbowLat/labels/train_299_png.rf.SG7cnvb88R0Bm4tbRt1b.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b766b29bc977e1a64a97764b99ab83ec5d330dd90b96c1e0933c78996567d1ea +size 262272 diff --git a/ElbowLat/labels/train_29_jpg.rf.dwnSYmlZoSyfx70Iy9t9.npy b/ElbowLat/labels/train_29_jpg.rf.dwnSYmlZoSyfx70Iy9t9.npy new file mode 100644 index 0000000000000000000000000000000000000000..936356a23ebd85dd5b7cac5c0ecb7b501400b748 --- /dev/null +++ b/ElbowLat/labels/train_29_jpg.rf.dwnSYmlZoSyfx70Iy9t9.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ea5b65819f7c9dd1f1ab01cb4ef56dbe9fe07bb4cf7bff0ca9b54b016528815 +size 262272 diff --git a/ElbowLat/labels/train_29_png.rf.yNfM4EBrKN2lTyhmh6DG.npy b/ElbowLat/labels/train_29_png.rf.yNfM4EBrKN2lTyhmh6DG.npy new file mode 100644 index 0000000000000000000000000000000000000000..21a745766c47a63ee4b4c225e534594cd4dec8fd --- /dev/null +++ b/ElbowLat/labels/train_29_png.rf.yNfM4EBrKN2lTyhmh6DG.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08c2bce5268db2ee3ab195663f90c3147d8ee6fd29fb6842b09412a234774486 +size 262272 diff --git a/ElbowLat/labels/train_301_png.rf.un0s3hBuL6TOe0q7hOFI.npy b/ElbowLat/labels/train_301_png.rf.un0s3hBuL6TOe0q7hOFI.npy new file mode 100644 index 0000000000000000000000000000000000000000..adc6acf8fd2f9e165609b864d25ee6b477d3b816 --- /dev/null +++ b/ElbowLat/labels/train_301_png.rf.un0s3hBuL6TOe0q7hOFI.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f43b229111a62cf93c2193227c0e8da693d938337bb8510b1edbcbc2a43b456 +size 262272 diff --git a/ElbowLat/labels/train_302_png.rf.9gI45ZECx1NL78hnBdzc.npy b/ElbowLat/labels/train_302_png.rf.9gI45ZECx1NL78hnBdzc.npy new file mode 100644 index 0000000000000000000000000000000000000000..5f58fd683e9eeb7d35c86c40c7dd92e41c4c1994 --- /dev/null +++ b/ElbowLat/labels/train_302_png.rf.9gI45ZECx1NL78hnBdzc.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60416534d99063c5aa3f4138c3a4c869274834d72ea64931f2e83f3331fbce7b +size 262272 diff --git a/ElbowLat/labels/train_303_png.rf.jYb2etz7xUBBmyMplJNz.npy b/ElbowLat/labels/train_303_png.rf.jYb2etz7xUBBmyMplJNz.npy new file mode 100644 index 0000000000000000000000000000000000000000..d38c7d32487e076d65ff277f5f8d32a0fa93da22 --- /dev/null +++ b/ElbowLat/labels/train_303_png.rf.jYb2etz7xUBBmyMplJNz.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb2391fecca7a5a4c8bd32900cfdb64d994778a7bb89f446ea20544e79524170 +size 262272 diff --git a/ElbowLat/labels/train_304_png.rf.esDcf0R3B2m6RK5udKCQ.npy b/ElbowLat/labels/train_304_png.rf.esDcf0R3B2m6RK5udKCQ.npy new file mode 100644 index 0000000000000000000000000000000000000000..fc617c072e13542010f81287bd9c0a7f4f8086dc --- /dev/null +++ b/ElbowLat/labels/train_304_png.rf.esDcf0R3B2m6RK5udKCQ.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b36ccde60a292a7e953b1e27b2f7a16fe27a52660b81811559b75a555425f77 +size 262272 diff --git a/ElbowLat/labels/train_305_png.rf.HRHcFasqzGG50sFXNqTZ.npy b/ElbowLat/labels/train_305_png.rf.HRHcFasqzGG50sFXNqTZ.npy new file mode 100644 index 0000000000000000000000000000000000000000..0af2d1bba567a9aa25f3712c25da0f7a13a08b96 --- /dev/null +++ b/ElbowLat/labels/train_305_png.rf.HRHcFasqzGG50sFXNqTZ.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c511bd1821143674818848199ea5940891a98266c722133905c752170def304c +size 262272 diff --git a/ElbowLat/labels/train_306_png.rf.fBcAqsIY0y53r6tgnGGS.npy b/ElbowLat/labels/train_306_png.rf.fBcAqsIY0y53r6tgnGGS.npy new file mode 100644 index 0000000000000000000000000000000000000000..e09648e5a6cb829e6737be7bf94375abe3d40272 --- /dev/null +++ b/ElbowLat/labels/train_306_png.rf.fBcAqsIY0y53r6tgnGGS.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aacdca22bb335bf81a7f54b91849fdb41ed487d33259f4036ec25d0b5534e676 +size 262272 diff --git a/ElbowLat/labels/train_308_png.rf.x50bB5eL0pj7PTJ8eUIi.npy b/ElbowLat/labels/train_308_png.rf.x50bB5eL0pj7PTJ8eUIi.npy new file mode 100644 index 0000000000000000000000000000000000000000..d00cc48759d151808997e8f3d1a4d87aff95a6bf --- /dev/null +++ b/ElbowLat/labels/train_308_png.rf.x50bB5eL0pj7PTJ8eUIi.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83082d2ea369a0aa549ca91331234e2752191f921d61821b956fbf90828b89a3 +size 262272 diff --git a/ElbowLat/labels/train_309_png.rf.2vAPtWO8qgaE2ty6ndRX.npy b/ElbowLat/labels/train_309_png.rf.2vAPtWO8qgaE2ty6ndRX.npy new file mode 100644 index 0000000000000000000000000000000000000000..7e4259bb7789a9714bfe7e3213ccb3fcc3b32c6d --- /dev/null +++ b/ElbowLat/labels/train_309_png.rf.2vAPtWO8qgaE2ty6ndRX.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:307b6db6d6f4d46aea423bdc4af4831b55235e95ca3c549e388477d3e93e6313 +size 262272 diff --git a/ElbowLat/labels/train_30_jpg.rf.UHvahUZMKX5mnalMJoCJ.npy b/ElbowLat/labels/train_30_jpg.rf.UHvahUZMKX5mnalMJoCJ.npy new file mode 100644 index 0000000000000000000000000000000000000000..f1f432281db0b0a9068f200aedad0bacdcbddfd5 --- /dev/null +++ b/ElbowLat/labels/train_30_jpg.rf.UHvahUZMKX5mnalMJoCJ.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a52f0b9c40179206499aad884ebad0869381cc0e1497838c50bb2a20f5b8433 +size 262272 diff --git a/ElbowLat/labels/train_30_png.rf.Mx6Lt5WPbyZM0Jg3Pgtv.npy b/ElbowLat/labels/train_30_png.rf.Mx6Lt5WPbyZM0Jg3Pgtv.npy new file mode 100644 index 0000000000000000000000000000000000000000..0895fe7383b19991acbbba031a59ff4e14887858 --- /dev/null +++ b/ElbowLat/labels/train_30_png.rf.Mx6Lt5WPbyZM0Jg3Pgtv.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4ebb776fe004d15c1bcf320a0de9c60950dbfdd33ea87dc9ab760b72e61731d +size 262272 diff --git a/ElbowLat/labels/train_311_png.rf.n9NLuDRn7CjvQSDoeoLm.npy b/ElbowLat/labels/train_311_png.rf.n9NLuDRn7CjvQSDoeoLm.npy new file mode 100644 index 0000000000000000000000000000000000000000..331562bf39b7e2df2ba008a873a67774b8531f3f --- /dev/null +++ b/ElbowLat/labels/train_311_png.rf.n9NLuDRn7CjvQSDoeoLm.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1063f6ca68fb31abe21458f4e9489357443f88ab8dfc1145b14cb553754abe0e +size 262272 diff --git a/ElbowLat/labels/train_313_png.rf.ZIKyAbFGppEHf51veR3h.npy b/ElbowLat/labels/train_313_png.rf.ZIKyAbFGppEHf51veR3h.npy new file mode 100644 index 0000000000000000000000000000000000000000..3533695e8a58e3d6fa42fa65b4b2fff0352519c9 --- /dev/null +++ b/ElbowLat/labels/train_313_png.rf.ZIKyAbFGppEHf51veR3h.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43e1af24326bc398191479fec411c2edf789ced1275afd4a6d80be4b052e606c +size 262272 diff --git a/ElbowLat/labels/train_314_png.rf.9D05mizAzwoB4uL3HXmH.npy b/ElbowLat/labels/train_314_png.rf.9D05mizAzwoB4uL3HXmH.npy new file mode 100644 index 0000000000000000000000000000000000000000..e51c9a3253449e325cfc548d72540a5ca74bb68b --- /dev/null +++ b/ElbowLat/labels/train_314_png.rf.9D05mizAzwoB4uL3HXmH.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21725674285b24ac161cf607e5548af74fa56bb3caa08cba2a96c648a3482e8b +size 262272 diff --git a/ElbowLat/labels/train_316_png.rf.Rd0ncHB4fIH3bBauN955.npy b/ElbowLat/labels/train_316_png.rf.Rd0ncHB4fIH3bBauN955.npy new file mode 100644 index 0000000000000000000000000000000000000000..cc611e3dc57526931c5c3b04a09df09b3a80f282 --- /dev/null +++ b/ElbowLat/labels/train_316_png.rf.Rd0ncHB4fIH3bBauN955.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cf712242e4f6c45f1e2d88ae9993a19c86a9da269e9a28fbc4279a8f6e31e99 +size 262272 diff --git a/ElbowLat/labels/train_317_png.rf.CqP3kYAc7ElDqDJ8PP3O.npy b/ElbowLat/labels/train_317_png.rf.CqP3kYAc7ElDqDJ8PP3O.npy new file mode 100644 index 0000000000000000000000000000000000000000..9b08b647bf4258234411e0ef5872003ce279122b --- /dev/null +++ b/ElbowLat/labels/train_317_png.rf.CqP3kYAc7ElDqDJ8PP3O.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02eaf2631a21a644a83aaf48ac8f91cabfa23d3926d5e57ee31b2a12b4d4b0c7 +size 262272 diff --git a/ElbowLat/labels/train_318_png.rf.bIvmQg6pusfkIJfkkUDe.npy b/ElbowLat/labels/train_318_png.rf.bIvmQg6pusfkIJfkkUDe.npy new file mode 100644 index 0000000000000000000000000000000000000000..8652fad00594c582587c494d1ef0818adf18dbee --- /dev/null +++ b/ElbowLat/labels/train_318_png.rf.bIvmQg6pusfkIJfkkUDe.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fcb34ba091ab64121713f2e97d7cedb743ba0827f78767979505f4f773d7de6 +size 262272 diff --git a/ElbowLat/labels/train_322_png.rf.ebcpC9lnK227XDMHJ68M.npy b/ElbowLat/labels/train_322_png.rf.ebcpC9lnK227XDMHJ68M.npy new file mode 100644 index 0000000000000000000000000000000000000000..5cd9335233889b9a74a1e1508d919ecd5dffff9b --- /dev/null +++ b/ElbowLat/labels/train_322_png.rf.ebcpC9lnK227XDMHJ68M.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94333e93aaec20064a9a76adb990b6eb27cd32dcbc9685c511e2923e50d8798f +size 262272 diff --git a/ElbowLat/labels/train_324_png.rf.yHFMCEUiu5JJkE2urXx7.npy b/ElbowLat/labels/train_324_png.rf.yHFMCEUiu5JJkE2urXx7.npy new file mode 100644 index 0000000000000000000000000000000000000000..83b287d6f13c0de75ae48303e594cd3faa9f441a --- /dev/null +++ b/ElbowLat/labels/train_324_png.rf.yHFMCEUiu5JJkE2urXx7.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a66c82ca764f6d6084c09472c2a7110227e60001cd6364ec99d87147611b6c64 +size 262272 diff --git a/ElbowLat/labels/train_325_png.rf.4DLuSkzcKM2GaLUyjULR.npy b/ElbowLat/labels/train_325_png.rf.4DLuSkzcKM2GaLUyjULR.npy new file mode 100644 index 0000000000000000000000000000000000000000..60bad557d12ca9f38428a787cc07ff1b59e2d9ee --- /dev/null +++ b/ElbowLat/labels/train_325_png.rf.4DLuSkzcKM2GaLUyjULR.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f632f2c4942f0f9a065d1a47aadcc869870fb6b0b7fdf3c3dff446150c1b2eb1 +size 262272 diff --git a/ElbowLat/labels/train_326_png.rf.p0dYG7sRQ2pQcOKkfuPZ.npy b/ElbowLat/labels/train_326_png.rf.p0dYG7sRQ2pQcOKkfuPZ.npy new file mode 100644 index 0000000000000000000000000000000000000000..51bb54a5651620baa26dfac5637795cd1ec9ee07 --- /dev/null +++ b/ElbowLat/labels/train_326_png.rf.p0dYG7sRQ2pQcOKkfuPZ.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7651a87bfff82e498a81cae98fc63262fc21f50eafb3b7db6383ac31b15d8ee +size 262272 diff --git a/ElbowLat/labels/train_328_png.rf.cCI4FC4uwzniLlhSWjdx.npy b/ElbowLat/labels/train_328_png.rf.cCI4FC4uwzniLlhSWjdx.npy new file mode 100644 index 0000000000000000000000000000000000000000..2f425987c485145c63a863f2d81a4c96bf92de21 --- /dev/null +++ b/ElbowLat/labels/train_328_png.rf.cCI4FC4uwzniLlhSWjdx.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00d836079d9f9ceb1752724762d726e519bb70ae62502492ee52878272696a4d +size 262272 diff --git a/ElbowLat/labels/train_329_png.rf.oB0KyKz2WLnbyZnvkINl.npy b/ElbowLat/labels/train_329_png.rf.oB0KyKz2WLnbyZnvkINl.npy new file mode 100644 index 0000000000000000000000000000000000000000..2994dbf7e583daa976eb12307080e1e7178c7ea2 --- /dev/null +++ b/ElbowLat/labels/train_329_png.rf.oB0KyKz2WLnbyZnvkINl.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f5a76239ccbb726e0c80adb0014cc7c163cd73338bf3da6e7033a269ab4031f +size 262272 diff --git a/ElbowLat/labels/train_32_jpg.rf.wnVVyzyG10N5lSfNCZm0.npy b/ElbowLat/labels/train_32_jpg.rf.wnVVyzyG10N5lSfNCZm0.npy new file mode 100644 index 0000000000000000000000000000000000000000..bdb50a4f8b3292022e788a55b3829fe9d3e42d0a --- /dev/null +++ b/ElbowLat/labels/train_32_jpg.rf.wnVVyzyG10N5lSfNCZm0.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:302a07572b00ac50a6fefa3e36afe9a3d1d5c9be986b9d5f4aa8a01deb853a15 +size 262272 diff --git a/ElbowLat/labels/train_330_png.rf.EKu2R1T5uHqH41eioq9R.npy b/ElbowLat/labels/train_330_png.rf.EKu2R1T5uHqH41eioq9R.npy new file mode 100644 index 0000000000000000000000000000000000000000..2d41b63ff8ab241cfe8c5b80358d430e121497c1 --- /dev/null +++ b/ElbowLat/labels/train_330_png.rf.EKu2R1T5uHqH41eioq9R.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acf8d94eee676bae48b435357fe7044882472543971cf1773a70dda714556762 +size 262272 diff --git a/ElbowLat/labels/train_331_png.rf.FXFy4NiQ9kcJhaAp5xcu.npy b/ElbowLat/labels/train_331_png.rf.FXFy4NiQ9kcJhaAp5xcu.npy new file mode 100644 index 0000000000000000000000000000000000000000..a643230f393d7a231427f45109ad8a54ecf93fa3 --- /dev/null +++ b/ElbowLat/labels/train_331_png.rf.FXFy4NiQ9kcJhaAp5xcu.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3fba15920d45d622c145f09a1a62e5aefd94cf0b7cd4c3ff2163436d768c8d6 +size 262272 diff --git a/ElbowLat/labels/train_332_png.rf.8O46B6KeW3XqIwbz1c2E.npy b/ElbowLat/labels/train_332_png.rf.8O46B6KeW3XqIwbz1c2E.npy new file mode 100644 index 0000000000000000000000000000000000000000..44e35e577e7c1f2faa7af0afe05eed323a287338 --- /dev/null +++ b/ElbowLat/labels/train_332_png.rf.8O46B6KeW3XqIwbz1c2E.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff706e1f199f5d874d2ee246fbc2c6ef1050a0cc3bb8274d79e0498357d91ca8 +size 262272 diff --git a/ElbowLat/labels/train_333_png.rf.lidor69jZsC5InJLGURy.npy b/ElbowLat/labels/train_333_png.rf.lidor69jZsC5InJLGURy.npy new file mode 100644 index 0000000000000000000000000000000000000000..1d2ca61e0680f0acbfa7ede6a869639e1596b8a4 --- /dev/null +++ b/ElbowLat/labels/train_333_png.rf.lidor69jZsC5InJLGURy.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e198395317a6f946d78b387f514ef2260a9dc70f25d2b0ae1a0ab4bd5006ee94 +size 262272 diff --git a/ElbowLat/labels/train_334_png.rf.FOR5fwVwiI6yhdZqmLKL.npy b/ElbowLat/labels/train_334_png.rf.FOR5fwVwiI6yhdZqmLKL.npy new file mode 100644 index 0000000000000000000000000000000000000000..167d1e041539f40c13eb27e3756265face2cf722 --- /dev/null +++ b/ElbowLat/labels/train_334_png.rf.FOR5fwVwiI6yhdZqmLKL.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56ab755b7870daa7ddcd65965cfcd5e46edcbb26c51023c70bc12fd9d6006854 +size 262272 diff --git a/ElbowLat/labels/train_335_png.rf.N4K3rFYR1m7fQHuZrjn9.npy b/ElbowLat/labels/train_335_png.rf.N4K3rFYR1m7fQHuZrjn9.npy new file mode 100644 index 0000000000000000000000000000000000000000..acb4758a5c1e8868640551c41f0d81236896b22a --- /dev/null +++ b/ElbowLat/labels/train_335_png.rf.N4K3rFYR1m7fQHuZrjn9.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76fbc473f8175c575f84faf7fc016f0fdf005a5539e49d76da60c1d51b3bed49 +size 262272 diff --git a/ElbowLat/labels/train_337_png.rf.iplUXoLkfHfklWZePeKV.npy b/ElbowLat/labels/train_337_png.rf.iplUXoLkfHfklWZePeKV.npy new file mode 100644 index 0000000000000000000000000000000000000000..4867d6370c45adcad1cff520cc2beb08c9b7be3e --- /dev/null +++ b/ElbowLat/labels/train_337_png.rf.iplUXoLkfHfklWZePeKV.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:811903a063bb91adf493341b0357654583967720c4a9747b02bc449eb8d8561c +size 262272 diff --git a/ElbowLat/labels/train_339_png.rf.dIqmzIJP2lZquhyqUSMU.npy b/ElbowLat/labels/train_339_png.rf.dIqmzIJP2lZquhyqUSMU.npy new file mode 100644 index 0000000000000000000000000000000000000000..4a35bbd17cbb92cc969aef9b8380c9d37f592934 --- /dev/null +++ b/ElbowLat/labels/train_339_png.rf.dIqmzIJP2lZquhyqUSMU.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dee66628e8b800fcabe6c1b993551c3193def87255afe81a6b8fa58269d17b5 +size 262272 diff --git a/ElbowLat/labels/train_340_png.rf.rRFWt74MoKzX5j4maHrO.npy b/ElbowLat/labels/train_340_png.rf.rRFWt74MoKzX5j4maHrO.npy new file mode 100644 index 0000000000000000000000000000000000000000..88a93d3003fbc3045692e1c6eb669f97ee84b5c3 --- /dev/null +++ b/ElbowLat/labels/train_340_png.rf.rRFWt74MoKzX5j4maHrO.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e187bb528a0314c4e18b1fd4b835ecb7837b9958de6e6218ac8879bbcb4b2d1d +size 262272 diff --git a/ElbowLat/labels/train_341_png.rf.516JLZ985ZffB3SjSmxH.npy b/ElbowLat/labels/train_341_png.rf.516JLZ985ZffB3SjSmxH.npy new file mode 100644 index 0000000000000000000000000000000000000000..5d9bf5b9dbefcce49abeacbd33b3490f35192d12 --- /dev/null +++ b/ElbowLat/labels/train_341_png.rf.516JLZ985ZffB3SjSmxH.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:322e223d9002f3b98eef558666d550201e4010f4bedb0fd48b496061e73d801d +size 262272 diff --git a/ElbowLat/labels/train_342_png.rf.bkSYKRLJLMeUuuBBbgIR.npy b/ElbowLat/labels/train_342_png.rf.bkSYKRLJLMeUuuBBbgIR.npy new file mode 100644 index 0000000000000000000000000000000000000000..79fbd8a0d9bfa37cfbeb4e1227b925a4d2057822 --- /dev/null +++ b/ElbowLat/labels/train_342_png.rf.bkSYKRLJLMeUuuBBbgIR.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:559bb7d83bffc9d1349b44eea63fd557acd91ec254b1bb508075237787de282c +size 262272 diff --git a/ElbowLat/labels/train_343_png.rf.MLRSxr4o9TmiXCAfkKFn.npy b/ElbowLat/labels/train_343_png.rf.MLRSxr4o9TmiXCAfkKFn.npy new file mode 100644 index 0000000000000000000000000000000000000000..1e3760702e25b502c11cb1372f299460607dd41d --- /dev/null +++ b/ElbowLat/labels/train_343_png.rf.MLRSxr4o9TmiXCAfkKFn.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c73e2f492bae7e5087c5875fec5b12b8992179365463bc93ceb642ab3760fb5a +size 262272 diff --git a/ElbowLat/labels/train_344_png.rf.jGS29MA0bnJ94VbMVI8q.npy b/ElbowLat/labels/train_344_png.rf.jGS29MA0bnJ94VbMVI8q.npy new file mode 100644 index 0000000000000000000000000000000000000000..89e5108c7cfdcd0be884715c30bd807f96c1f0c8 --- /dev/null +++ b/ElbowLat/labels/train_344_png.rf.jGS29MA0bnJ94VbMVI8q.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:214d7c6965f6449b2b4c04fc97eb7b98f7712341053747d3f9994b25bf80f34e +size 262272 diff --git a/ElbowLat/labels/train_345_png.rf.qaW8Sy1EfWCLfxJnQ13n.npy b/ElbowLat/labels/train_345_png.rf.qaW8Sy1EfWCLfxJnQ13n.npy new file mode 100644 index 0000000000000000000000000000000000000000..0f109e91b48fecb5b494a452e697e58e88780422 --- /dev/null +++ b/ElbowLat/labels/train_345_png.rf.qaW8Sy1EfWCLfxJnQ13n.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f3e198f7eeb56b8b125832e4f65fa7906287a6945e043001e6b6ec2e425b9f2 +size 262272 diff --git a/ElbowLat/labels/train_347_png.rf.GMcdQAEULiATuaK81dsI.npy b/ElbowLat/labels/train_347_png.rf.GMcdQAEULiATuaK81dsI.npy new file mode 100644 index 0000000000000000000000000000000000000000..9343534790297d9da71c86f58089e6b522ef87e5 --- /dev/null +++ b/ElbowLat/labels/train_347_png.rf.GMcdQAEULiATuaK81dsI.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8806d9af651c9a59dbcff7f45b476ffeb3b33f194ec52cd9260dee3c7df20d58 +size 262272 diff --git a/ElbowLat/labels/train_349_png.rf.iPwDoWRIWwPohRqDYuTW.npy b/ElbowLat/labels/train_349_png.rf.iPwDoWRIWwPohRqDYuTW.npy new file mode 100644 index 0000000000000000000000000000000000000000..eca4bbcbeb6021cabd30c3725496b7075a1d9670 --- /dev/null +++ b/ElbowLat/labels/train_349_png.rf.iPwDoWRIWwPohRqDYuTW.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcb41748ef9818effca0293c672e83ce424c66e2fe9faad6f7c4b9ce2d63361e +size 262272 diff --git a/ElbowLat/labels/train_34_jpg.rf.gJfaYtJ3AOGqr2afnp6M.npy b/ElbowLat/labels/train_34_jpg.rf.gJfaYtJ3AOGqr2afnp6M.npy new file mode 100644 index 0000000000000000000000000000000000000000..cd34b03d55df44e40a52e9f9e12c60c15b60c2f0 --- /dev/null +++ b/ElbowLat/labels/train_34_jpg.rf.gJfaYtJ3AOGqr2afnp6M.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:983a331a416f4aa44f53eea4e664c90c7a15008daa9140bc5656bb5033c8f3af +size 262272 diff --git a/ElbowLat/labels/train_34_png.rf.mIlbqe6chqmPRWd8rgQQ.npy b/ElbowLat/labels/train_34_png.rf.mIlbqe6chqmPRWd8rgQQ.npy new file mode 100644 index 0000000000000000000000000000000000000000..5dba9f531e414a0ec7a7f6bce9924fa5e090ba4a --- /dev/null +++ b/ElbowLat/labels/train_34_png.rf.mIlbqe6chqmPRWd8rgQQ.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dd6cf13d92919379703705d84749f13520657e6eb788c0b472e391283647234 +size 262272 diff --git a/ElbowLat/labels/train_350_png.rf.wdAAeF384idrzKXEHzpg.npy b/ElbowLat/labels/train_350_png.rf.wdAAeF384idrzKXEHzpg.npy new file mode 100644 index 0000000000000000000000000000000000000000..35ff2bb61b8c703b0ce1f7f8aadafd0068ba1132 --- /dev/null +++ b/ElbowLat/labels/train_350_png.rf.wdAAeF384idrzKXEHzpg.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9d568e8bc128cda3b207158885fc0459135d70ee52f477f8933fb7541f194ad +size 262272 diff --git a/ElbowLat/labels/train_351_png.rf.MVqSgnh8tB8LYRQoh93N.npy b/ElbowLat/labels/train_351_png.rf.MVqSgnh8tB8LYRQoh93N.npy new file mode 100644 index 0000000000000000000000000000000000000000..d6aacbcf982bc821afeabb98711fc5ee69850988 --- /dev/null +++ b/ElbowLat/labels/train_351_png.rf.MVqSgnh8tB8LYRQoh93N.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e45b8c762c5d71c9a6fa09c8c9710744048769782069afe6d88893749dee049 +size 262272 diff --git a/ElbowLat/labels/train_353_png.rf.NnmTFyflRv21F8fgmy8X.npy b/ElbowLat/labels/train_353_png.rf.NnmTFyflRv21F8fgmy8X.npy new file mode 100644 index 0000000000000000000000000000000000000000..ac0a1458063df09ec176ca8cbbd988f8a0cf349c --- /dev/null +++ b/ElbowLat/labels/train_353_png.rf.NnmTFyflRv21F8fgmy8X.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bc766598362ddbdb294584ee5611495abc006fe1cdb1e720d76152f77e7450d +size 262272 diff --git a/ElbowLat/labels/train_356_png.rf.Zb7GZh8fEmPsxcLRhKeV.npy b/ElbowLat/labels/train_356_png.rf.Zb7GZh8fEmPsxcLRhKeV.npy new file mode 100644 index 0000000000000000000000000000000000000000..d07b819194db379b234347bf43b0d253f406d2e4 --- /dev/null +++ b/ElbowLat/labels/train_356_png.rf.Zb7GZh8fEmPsxcLRhKeV.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76f7349e84c9f6b50dfcb2ee2ab1d71286202e984b7cf2a838aadbb4343420e3 +size 262272 diff --git a/ElbowLat/labels/train_357_png.rf.FAz52VaT9ipm8ShKGvXh.npy b/ElbowLat/labels/train_357_png.rf.FAz52VaT9ipm8ShKGvXh.npy new file mode 100644 index 0000000000000000000000000000000000000000..d18dfc01a859bfc608a4275cb2dd047d76c250e2 --- /dev/null +++ b/ElbowLat/labels/train_357_png.rf.FAz52VaT9ipm8ShKGvXh.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:997c0c6cb5da37bb4494ec6a411736843beb8b7d126b5c2e5111a83cb55ce969 +size 262272 diff --git a/ElbowLat/labels/train_358_png.rf.bZJSkKsus9jK7cAHXdU1.npy b/ElbowLat/labels/train_358_png.rf.bZJSkKsus9jK7cAHXdU1.npy new file mode 100644 index 0000000000000000000000000000000000000000..b53c52fa14ea6e159e24be857e997d0ffc60e475 --- /dev/null +++ b/ElbowLat/labels/train_358_png.rf.bZJSkKsus9jK7cAHXdU1.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c5e9af739e12b2853ce8b4d07f8ac380194844454f4496d81dfc9330358ed2b +size 262272 diff --git a/ElbowLat/labels/train_359_png.rf.Ota9IZFY7KztTDdKu0MB.npy b/ElbowLat/labels/train_359_png.rf.Ota9IZFY7KztTDdKu0MB.npy new file mode 100644 index 0000000000000000000000000000000000000000..fa7915b288e5117d2eb163749752ab7823095932 --- /dev/null +++ b/ElbowLat/labels/train_359_png.rf.Ota9IZFY7KztTDdKu0MB.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1ae476441eb1889eed42df7ecc0545fdda60761f203f879ef971e81ca79496d +size 262272 diff --git a/ElbowLat/labels/train_35_png.rf.eKvvh8VzISjkj3aJnmkN.npy b/ElbowLat/labels/train_35_png.rf.eKvvh8VzISjkj3aJnmkN.npy new file mode 100644 index 0000000000000000000000000000000000000000..c41920bb5f93e5433dfbb06228e4634112debf5e --- /dev/null +++ b/ElbowLat/labels/train_35_png.rf.eKvvh8VzISjkj3aJnmkN.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9d8d020dde26f4884a430b699ac65747b88b7b10fc8736fac0c61b254852953 +size 262272 diff --git a/ElbowLat/labels/train_361_png.rf.SvGzK5RwwshWpiuTlO6P.npy b/ElbowLat/labels/train_361_png.rf.SvGzK5RwwshWpiuTlO6P.npy new file mode 100644 index 0000000000000000000000000000000000000000..4ab96624c96ffe0c839ecd254741a33c8b1dde03 --- /dev/null +++ b/ElbowLat/labels/train_361_png.rf.SvGzK5RwwshWpiuTlO6P.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2362efa4ad07b64bfc121a21aa161339a21e8ed3cb07de203fd3801a7e9ac0f +size 262272 diff --git a/ElbowLat/labels/train_362_png.rf.LKWAjpy8dIRyb3X6tbFJ.npy b/ElbowLat/labels/train_362_png.rf.LKWAjpy8dIRyb3X6tbFJ.npy new file mode 100644 index 0000000000000000000000000000000000000000..a792a7a9789f312a5d8a2f990579268d58115add --- /dev/null +++ b/ElbowLat/labels/train_362_png.rf.LKWAjpy8dIRyb3X6tbFJ.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69201e1c40d8fd35f8d8e0a6c04e5847bfe6f4bacee20aa3b7bf6de5cb483564 +size 262272 diff --git a/ElbowLat/labels/train_364_png.rf.2Gt06vC3eNIvapTuaroY.npy b/ElbowLat/labels/train_364_png.rf.2Gt06vC3eNIvapTuaroY.npy new file mode 100644 index 0000000000000000000000000000000000000000..80cfc3964863f69ab044cc8b09fbf7f6900e13f5 --- /dev/null +++ b/ElbowLat/labels/train_364_png.rf.2Gt06vC3eNIvapTuaroY.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5a49d04d99b60ae3ca21604ae0b01a67150fa0e5b56eb88fe740f87f280ac42 +size 262272 diff --git a/ElbowLat/labels/train_365_png.rf.rJfaKlRrNG2iIumhtCBz.npy b/ElbowLat/labels/train_365_png.rf.rJfaKlRrNG2iIumhtCBz.npy new file mode 100644 index 0000000000000000000000000000000000000000..f2c1ce28cc6a8d064cc69a455a67df0cff55df9b --- /dev/null +++ b/ElbowLat/labels/train_365_png.rf.rJfaKlRrNG2iIumhtCBz.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f430506d9b6ce67219e99da7e4cc5591efd5e2fe82e2f6060dc2190b1a761e17 +size 262272 diff --git a/ElbowLat/labels/train_366_png.rf.UzZYRgHVit9mpPpb1sWd.npy b/ElbowLat/labels/train_366_png.rf.UzZYRgHVit9mpPpb1sWd.npy new file mode 100644 index 0000000000000000000000000000000000000000..4888980f2087d4184c5a912994d60c6cd732568a --- /dev/null +++ b/ElbowLat/labels/train_366_png.rf.UzZYRgHVit9mpPpb1sWd.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b59a74179fcd6a5e5204985a504be2631fc5edc85004222ac2b219673910a3cd +size 262272 diff --git a/ElbowLat/labels/train_368_png.rf.ncf2HC5ZK2Vx8QIZDpYI.npy b/ElbowLat/labels/train_368_png.rf.ncf2HC5ZK2Vx8QIZDpYI.npy new file mode 100644 index 0000000000000000000000000000000000000000..99faafe6ab78c583a9490de1b12075d6d19ed89c --- /dev/null +++ b/ElbowLat/labels/train_368_png.rf.ncf2HC5ZK2Vx8QIZDpYI.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a99f4cf55f36093e42d5e37b898ea1e0df2d8b343bc1de1174ae3dfa1acc7fbe +size 262272 diff --git a/ElbowLat/labels/train_36_jpg.rf.YWFrPMyrh9ulQqxowuKj.npy b/ElbowLat/labels/train_36_jpg.rf.YWFrPMyrh9ulQqxowuKj.npy new file mode 100644 index 0000000000000000000000000000000000000000..fa5247a13eb0e4825f81bb0b5d4bb848070ff9b3 --- /dev/null +++ b/ElbowLat/labels/train_36_jpg.rf.YWFrPMyrh9ulQqxowuKj.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6e7c3286e7d70c076a07d86d30c77859c2f78d05d24de92ddf1e4158579dfa3 +size 262272 diff --git a/ElbowLat/labels/train_36_png.rf.Fu34wZsVi148iaIUI9IE.npy b/ElbowLat/labels/train_36_png.rf.Fu34wZsVi148iaIUI9IE.npy new file mode 100644 index 0000000000000000000000000000000000000000..946a5f2d51c5fa32975bff4d568587ed23bf094e --- /dev/null +++ b/ElbowLat/labels/train_36_png.rf.Fu34wZsVi148iaIUI9IE.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acb920c7bd192f94fd606ad83d4f5295ac481a878120f73a35a69eea1e7c604d +size 262272 diff --git a/ElbowLat/labels/train_370_png.rf.8HL9pKhfLcWXLmwTVytu.npy b/ElbowLat/labels/train_370_png.rf.8HL9pKhfLcWXLmwTVytu.npy new file mode 100644 index 0000000000000000000000000000000000000000..729053e4fbd099c05bab6e7ec1411be52423466f --- /dev/null +++ b/ElbowLat/labels/train_370_png.rf.8HL9pKhfLcWXLmwTVytu.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5d3dbcf2874d3e27f8736198ba9413c51750bea6d45939ebfa1e4965d36dc6d +size 262272 diff --git a/ElbowLat/labels/train_371_png.rf.vyQqJ0t0J1p9Vcrpzgup.npy b/ElbowLat/labels/train_371_png.rf.vyQqJ0t0J1p9Vcrpzgup.npy new file mode 100644 index 0000000000000000000000000000000000000000..6f1d3eac42f8f43595be38b502bc64879b02d08f --- /dev/null +++ b/ElbowLat/labels/train_371_png.rf.vyQqJ0t0J1p9Vcrpzgup.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a5a518f5b0ab47c6f5209e7e033da472a03c3562e1de2aaad1b1ac12271e3aa +size 262272 diff --git a/ElbowLat/labels/train_374_png.rf.gVhZYoPRIOLeX8wOxARZ.npy b/ElbowLat/labels/train_374_png.rf.gVhZYoPRIOLeX8wOxARZ.npy new file mode 100644 index 0000000000000000000000000000000000000000..1fc4cbad76970b73e7331ae167af9c2f3156d3f9 --- /dev/null +++ b/ElbowLat/labels/train_374_png.rf.gVhZYoPRIOLeX8wOxARZ.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bd80c502243af355ab265ff28ecf09644cd0448a2a1ba019a994e96c68844f8 +size 262272 diff --git a/ElbowLat/labels/train_376_png.rf.mHSX4NahB9cM0JM2YTQp.npy b/ElbowLat/labels/train_376_png.rf.mHSX4NahB9cM0JM2YTQp.npy new file mode 100644 index 0000000000000000000000000000000000000000..d63746026a0ecca748b0e41086d94d2a197f792a --- /dev/null +++ b/ElbowLat/labels/train_376_png.rf.mHSX4NahB9cM0JM2YTQp.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ebec02da30c6a0b08d589f466dbf19f173ae32ce465c7d0aafe308cb007ef5c +size 262272 diff --git a/ElbowLat/labels/train_378_png.rf.S5phQhvvtPi2laDRDQb7.npy b/ElbowLat/labels/train_378_png.rf.S5phQhvvtPi2laDRDQb7.npy new file mode 100644 index 0000000000000000000000000000000000000000..b43ae3918fef3f0be4d443dea8bea0126f16b6bb --- /dev/null +++ b/ElbowLat/labels/train_378_png.rf.S5phQhvvtPi2laDRDQb7.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7f8dcedb807b02405c8303c7f0147704c8db79c67977871485ef73cef0f891c +size 262272 diff --git a/ElbowLat/labels/train_37_jpg.rf.VWHsjqQFgNkizlGYGa9V.npy b/ElbowLat/labels/train_37_jpg.rf.VWHsjqQFgNkizlGYGa9V.npy new file mode 100644 index 0000000000000000000000000000000000000000..28ca043e8ec627a60937dd3c4591c1e53eb64c5e --- /dev/null +++ b/ElbowLat/labels/train_37_jpg.rf.VWHsjqQFgNkizlGYGa9V.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95564162e27acdd788f921becca75dcb280c8e687c46a6e25e2fe8561c646fa6 +size 262272 diff --git a/ElbowLat/labels/train_37_png.rf.9chf0I0wcAI7KryrptXX.npy b/ElbowLat/labels/train_37_png.rf.9chf0I0wcAI7KryrptXX.npy new file mode 100644 index 0000000000000000000000000000000000000000..672a77265ff89df5deb1d517a0e35f7b4f715d44 --- /dev/null +++ b/ElbowLat/labels/train_37_png.rf.9chf0I0wcAI7KryrptXX.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b64bb86c6aca7c749e4a68329e3d4f446bcd399bf422a1eeafb53b2f73482ae +size 262272 diff --git a/ElbowLat/labels/train_382_png.rf.DYapMWKfrFygE8oPy1mD.npy b/ElbowLat/labels/train_382_png.rf.DYapMWKfrFygE8oPy1mD.npy new file mode 100644 index 0000000000000000000000000000000000000000..65dfa807bf01396bca6ec17bd2828cc44775c099 --- /dev/null +++ b/ElbowLat/labels/train_382_png.rf.DYapMWKfrFygE8oPy1mD.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23f8a3f931b92f03237ba989d585318e99f471b6ade33988e5764a0614940dc1 +size 262272 diff --git a/ElbowLat/labels/train_383_png.rf.bT1aizg95SL81MfGUlnW.npy b/ElbowLat/labels/train_383_png.rf.bT1aizg95SL81MfGUlnW.npy new file mode 100644 index 0000000000000000000000000000000000000000..099ade4d02f82c87e84d92806224cf5bef05be72 --- /dev/null +++ b/ElbowLat/labels/train_383_png.rf.bT1aizg95SL81MfGUlnW.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a931a711034e13968976dece106cf90d5c4f539390b4f5abf7f5bc195ef5a50 +size 262272 diff --git a/ElbowLat/labels/train_384_png.rf.UyrWN7BcJxspCMnJKn8W.npy b/ElbowLat/labels/train_384_png.rf.UyrWN7BcJxspCMnJKn8W.npy new file mode 100644 index 0000000000000000000000000000000000000000..fe1563fd06d85e12999ae3bb759abe9a26e92b07 --- /dev/null +++ b/ElbowLat/labels/train_384_png.rf.UyrWN7BcJxspCMnJKn8W.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99435b41438e98f0b2cf2b79bc1710cfb7752cbe589def9ae7f0555f6193eead +size 262272 diff --git a/ElbowLat/labels/train_385_png.rf.ltjmKvauVR1FquwVyNUB.npy b/ElbowLat/labels/train_385_png.rf.ltjmKvauVR1FquwVyNUB.npy new file mode 100644 index 0000000000000000000000000000000000000000..cb0e90afc9d7df40fcde89a150c999b9646dde91 --- /dev/null +++ b/ElbowLat/labels/train_385_png.rf.ltjmKvauVR1FquwVyNUB.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e2ac7b145f7615c33db3d602a6e0043502ee9aa4b033aa23bf00fb68ae5fc26 +size 262272 diff --git a/ElbowLat/labels/train_38_jpg.rf.FHZlrCyjgREjrEXRYTj6.npy b/ElbowLat/labels/train_38_jpg.rf.FHZlrCyjgREjrEXRYTj6.npy new file mode 100644 index 0000000000000000000000000000000000000000..e592cbaaa7c5d3b23f05465eec8eccc1f14924a6 --- /dev/null +++ b/ElbowLat/labels/train_38_jpg.rf.FHZlrCyjgREjrEXRYTj6.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:175f1b98a3a517e20fb9845a3fcaa004c8daa931e557916a81e38125f2e372bd +size 262272 diff --git a/ElbowLat/labels/train_38_png.rf.458b7QIMkuLWaYXcpbPR.npy b/ElbowLat/labels/train_38_png.rf.458b7QIMkuLWaYXcpbPR.npy new file mode 100644 index 0000000000000000000000000000000000000000..543be28a6aa4c659bac5f7fd55fbb0b549dd883b --- /dev/null +++ b/ElbowLat/labels/train_38_png.rf.458b7QIMkuLWaYXcpbPR.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23153f20596a7aa3e4375702330be79982475eb74e6e1f64be4dc34f6c953fc0 +size 262272 diff --git a/ElbowLat/labels/train_39_jpg.rf.yCBWulvhw982hdMKw5q6.npy b/ElbowLat/labels/train_39_jpg.rf.yCBWulvhw982hdMKw5q6.npy new file mode 100644 index 0000000000000000000000000000000000000000..4e85fe5cf2ccef1d7c33a23c278a37b0b2577314 --- /dev/null +++ b/ElbowLat/labels/train_39_jpg.rf.yCBWulvhw982hdMKw5q6.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89e8c52dcca05c3cd7632a3e76f2f163bd492bb34256f8f465a2dfba8ac0ce9a +size 262272 diff --git a/ElbowLat/labels/train_39_png.rf.FGXkfjIjPi6zQkIg9axL.npy b/ElbowLat/labels/train_39_png.rf.FGXkfjIjPi6zQkIg9axL.npy new file mode 100644 index 0000000000000000000000000000000000000000..faf3fb0b12fdc6bb72021167b5ab91d9a3ebf34e --- /dev/null +++ b/ElbowLat/labels/train_39_png.rf.FGXkfjIjPi6zQkIg9axL.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1e94fe6dbc297c22542b53966baac9a124d5a378dbe0235fe285f8519cc7295 +size 262272 diff --git a/ElbowLat/labels/train_3_jpg.rf.m2FK4XnG0Q5Cxp0eGyRT.npy b/ElbowLat/labels/train_3_jpg.rf.m2FK4XnG0Q5Cxp0eGyRT.npy new file mode 100644 index 0000000000000000000000000000000000000000..665bca140ef63c1a8fd428a95d95ff600e7a4d58 --- /dev/null +++ b/ElbowLat/labels/train_3_jpg.rf.m2FK4XnG0Q5Cxp0eGyRT.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a1f719b3e0d861df28dbf5140fb41348ea4efcd0a3b7a91936b7c2c348ed5fa +size 262272 diff --git a/ElbowLat/labels/train_3_png.rf.ebCsUcG3avld1FidHGwY.npy b/ElbowLat/labels/train_3_png.rf.ebCsUcG3avld1FidHGwY.npy new file mode 100644 index 0000000000000000000000000000000000000000..77523fba5b163a1c5decd0892010b695abcd51e8 --- /dev/null +++ b/ElbowLat/labels/train_3_png.rf.ebCsUcG3avld1FidHGwY.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:292be7bda9afd1a967f46a2a1570780444571acb890e435121d0954e7af1c0aa +size 262272 diff --git a/ElbowLat/labels/train_40_jpg.rf.nP1rJ8hYqyxZ4VLvsBrg.npy b/ElbowLat/labels/train_40_jpg.rf.nP1rJ8hYqyxZ4VLvsBrg.npy new file mode 100644 index 0000000000000000000000000000000000000000..2249e5e3b277008b352953e83c26d5d865ceebcc --- /dev/null +++ b/ElbowLat/labels/train_40_jpg.rf.nP1rJ8hYqyxZ4VLvsBrg.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16e1efe52f83f759b58051293d7f15899869e6e0bd3656e6b356ca6e24f0ccfc +size 262272 diff --git a/ElbowLat/labels/train_41_jpg.rf.Wk50QyWZHWngA4xa9Np0.npy b/ElbowLat/labels/train_41_jpg.rf.Wk50QyWZHWngA4xa9Np0.npy new file mode 100644 index 0000000000000000000000000000000000000000..384dc7e8ac8c6a2bb43958a99b8c8aff86945149 --- /dev/null +++ b/ElbowLat/labels/train_41_jpg.rf.Wk50QyWZHWngA4xa9Np0.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58b2a3dfd0eb24a864fc67143d260fb36a10594298774e93e5ae2001fe49a87e +size 262272 diff --git a/ElbowLat/labels/train_41_png.rf.R7U5W7pnhObJtk1yNiAB.npy b/ElbowLat/labels/train_41_png.rf.R7U5W7pnhObJtk1yNiAB.npy new file mode 100644 index 0000000000000000000000000000000000000000..f3bb3fadaa8e0872b0fa75293934d39713071089 --- /dev/null +++ b/ElbowLat/labels/train_41_png.rf.R7U5W7pnhObJtk1yNiAB.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db6762ce8fb3853ceb41f284433cb78ec2030471dd1cd493dd72ee7c5f51dce6 +size 262272 diff --git a/ElbowLat/labels/train_42_jpg.rf.wl2I3aBzbRDttFsG9qD0.npy b/ElbowLat/labels/train_42_jpg.rf.wl2I3aBzbRDttFsG9qD0.npy new file mode 100644 index 0000000000000000000000000000000000000000..ff0bed4dc649c303bcc0c3af862a30b96ba5676f --- /dev/null +++ b/ElbowLat/labels/train_42_jpg.rf.wl2I3aBzbRDttFsG9qD0.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3c46c8511c3bc58ca51c177c7011901ca7cacac4459130a24ef3cffa1976085 +size 262272 diff --git a/ElbowLat/labels/train_42_png.rf.X8zxOgZVPgwvzc8lRK12.npy b/ElbowLat/labels/train_42_png.rf.X8zxOgZVPgwvzc8lRK12.npy new file mode 100644 index 0000000000000000000000000000000000000000..1f38786f774d6f09c39733010b957372a61df8ad --- /dev/null +++ b/ElbowLat/labels/train_42_png.rf.X8zxOgZVPgwvzc8lRK12.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:830d7e0a75711a389d0360825eb2425d79fcde49c45a3d41efb654a2d2f13afc +size 262272 diff --git a/ElbowLat/labels/train_43_png.rf.RMwbPtT58WBMua7ElVgB.npy b/ElbowLat/labels/train_43_png.rf.RMwbPtT58WBMua7ElVgB.npy new file mode 100644 index 0000000000000000000000000000000000000000..42b47270bce5cde2af20025f5a408cf3c7d5b2f2 --- /dev/null +++ b/ElbowLat/labels/train_43_png.rf.RMwbPtT58WBMua7ElVgB.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c015a087c9c855c517cc5bb73207e3b7e4aaf92be97f9a4bc008934bcb9c082c +size 262272 diff --git a/ElbowLat/labels/train_44_jpg.rf.yXKkkVsapO3a0j8pjn1y.npy b/ElbowLat/labels/train_44_jpg.rf.yXKkkVsapO3a0j8pjn1y.npy new file mode 100644 index 0000000000000000000000000000000000000000..6415932ad7b09c82f94e508125a895099eddc9b3 --- /dev/null +++ b/ElbowLat/labels/train_44_jpg.rf.yXKkkVsapO3a0j8pjn1y.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9833c5201bf8d6b5ddab9d74d22d30f7bb98de4e7ba7ef8494dfeac151ee86e0 +size 262272 diff --git a/ElbowLat/labels/train_44_png.rf.s1RFn487I2KSRHUdrnom.npy b/ElbowLat/labels/train_44_png.rf.s1RFn487I2KSRHUdrnom.npy new file mode 100644 index 0000000000000000000000000000000000000000..99123ce6ccd765f86017fd99d22b8456b3377a8e --- /dev/null +++ b/ElbowLat/labels/train_44_png.rf.s1RFn487I2KSRHUdrnom.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6dcfe37d48ac86fd3b07bde38ea676e25974af748aed9bd8f4f802f67ce168f +size 262272 diff --git a/ElbowLat/labels/train_46_jpg.rf.LO31natV9JTQKLwmG2MF.npy b/ElbowLat/labels/train_46_jpg.rf.LO31natV9JTQKLwmG2MF.npy new file mode 100644 index 0000000000000000000000000000000000000000..1b40c04f8ca131401a226eb7c6b86c6e64502dc7 --- /dev/null +++ b/ElbowLat/labels/train_46_jpg.rf.LO31natV9JTQKLwmG2MF.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88cded885363948a79c367d2e94d60467b21088e6bb7c7ff5a972c1b1dedf514 +size 262272 diff --git a/ElbowLat/labels/train_46_png.rf.nMy8G7pm3TJ5iA4nof63.npy b/ElbowLat/labels/train_46_png.rf.nMy8G7pm3TJ5iA4nof63.npy new file mode 100644 index 0000000000000000000000000000000000000000..1a1df077db375703aab2e592262e5fb4ebefa791 --- /dev/null +++ b/ElbowLat/labels/train_46_png.rf.nMy8G7pm3TJ5iA4nof63.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06aca2aa177aa554335b557faaf1d5f84037e91ccbd3166da254f1b0f18ca633 +size 262272 diff --git a/ElbowLat/labels/train_48_jpg.rf.TAO2s6Ggc0yCuWWud574.npy b/ElbowLat/labels/train_48_jpg.rf.TAO2s6Ggc0yCuWWud574.npy new file mode 100644 index 0000000000000000000000000000000000000000..c5895cb09b74937e0e8972ff17cb127a1ed63ad3 --- /dev/null +++ b/ElbowLat/labels/train_48_jpg.rf.TAO2s6Ggc0yCuWWud574.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c65d31c13a8f81e959b1cac3c8ff69379d3dd3848f5c7360afa2d2f75d1fc945 +size 262272 diff --git a/ElbowLat/labels/train_48_png.rf.4GRP5yTndjL6TRPoocF4.npy b/ElbowLat/labels/train_48_png.rf.4GRP5yTndjL6TRPoocF4.npy new file mode 100644 index 0000000000000000000000000000000000000000..c2dc72c40a58db1310c724e3a72fb0434d7bdd5a --- /dev/null +++ b/ElbowLat/labels/train_48_png.rf.4GRP5yTndjL6TRPoocF4.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e146bd33fb526a8ac2bdc1516b8ae7679528aaedc53d4b49aeeff3d0c8a2bf4 +size 262272 diff --git a/ElbowLat/labels/train_4_jpg.rf.71T8yAWqctoKDX5lt9g4.npy b/ElbowLat/labels/train_4_jpg.rf.71T8yAWqctoKDX5lt9g4.npy new file mode 100644 index 0000000000000000000000000000000000000000..f571fa7b6f28a3a6267df35497f4fecd0de17a75 --- /dev/null +++ b/ElbowLat/labels/train_4_jpg.rf.71T8yAWqctoKDX5lt9g4.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7572c2cacce9b160087aeda78944b5b8d3e8f043fcd4ee12a9c633a3637ec1d0 +size 262272 diff --git a/ElbowLat/labels/train_4_png.rf.3byamTpcQmaM61Oq9BN9.npy b/ElbowLat/labels/train_4_png.rf.3byamTpcQmaM61Oq9BN9.npy new file mode 100644 index 0000000000000000000000000000000000000000..0a1cf9774606eade8a025f4a5f7c8c39a6d98e62 --- /dev/null +++ b/ElbowLat/labels/train_4_png.rf.3byamTpcQmaM61Oq9BN9.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9813a944021eb84c65886756b832c49989fed6b16a8c318f18c1ae8d73dfa6e0 +size 262272 diff --git a/ElbowLat/labels/train_50_jpg.rf.OUBR9dlq8hDxzWJ4ygJy.npy b/ElbowLat/labels/train_50_jpg.rf.OUBR9dlq8hDxzWJ4ygJy.npy new file mode 100644 index 0000000000000000000000000000000000000000..e7641584b9d020af1160f35ae049f60872bcc2b1 --- /dev/null +++ b/ElbowLat/labels/train_50_jpg.rf.OUBR9dlq8hDxzWJ4ygJy.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dacbdbf96d4e2bb4c3223f6a0b7616f3f4e1dda241959606eff320334a42a94b +size 262272 diff --git a/ElbowLat/labels/train_50_png.rf.nhMgv2ZVtFmDOeYa788y.npy b/ElbowLat/labels/train_50_png.rf.nhMgv2ZVtFmDOeYa788y.npy new file mode 100644 index 0000000000000000000000000000000000000000..301acdc2ab37115b6c9886d55966cd44972ea0fc --- /dev/null +++ b/ElbowLat/labels/train_50_png.rf.nhMgv2ZVtFmDOeYa788y.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c56a957a236c4569e215704ce1b82064d59dd7ac5646b953a08affa3c98bf9a1 +size 262272 diff --git a/ElbowLat/labels/train_52_jpg.rf.CG1CRqsLHS46xtPyYWdL.npy b/ElbowLat/labels/train_52_jpg.rf.CG1CRqsLHS46xtPyYWdL.npy new file mode 100644 index 0000000000000000000000000000000000000000..6c15324bb8cad4f0b02a1df9f19086b323f89ce2 --- /dev/null +++ b/ElbowLat/labels/train_52_jpg.rf.CG1CRqsLHS46xtPyYWdL.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcc627b51c14fcd83c07b7febfa87326cb10c3d42531d2d6c275564650447a9d +size 262272 diff --git a/ElbowLat/labels/train_52_png.rf.Plap2WyTgDrNZ0k1jZ2S.npy b/ElbowLat/labels/train_52_png.rf.Plap2WyTgDrNZ0k1jZ2S.npy new file mode 100644 index 0000000000000000000000000000000000000000..c921039ab0b82bedd7c951f744380606b9839822 --- /dev/null +++ b/ElbowLat/labels/train_52_png.rf.Plap2WyTgDrNZ0k1jZ2S.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae03f62cca8fa409fc887b2c7021ccb3425a37fdd6becb453e62a38612eed87e +size 262272 diff --git a/ElbowLat/labels/train_53_jpg.rf.ZUYlK2amq1UwNgXAqO9x.npy b/ElbowLat/labels/train_53_jpg.rf.ZUYlK2amq1UwNgXAqO9x.npy new file mode 100644 index 0000000000000000000000000000000000000000..933a3b6257bb5346e81a20bb1f9346becb4d6b3e --- /dev/null +++ b/ElbowLat/labels/train_53_jpg.rf.ZUYlK2amq1UwNgXAqO9x.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5ccf4d3941ec78bb9afd8d08f57b752a4d3aff009f1250c4d274323a1f830ff +size 262272 diff --git a/ElbowLat/labels/train_53_png.rf.sdur2xyv4cgxjTQHEiW0.npy b/ElbowLat/labels/train_53_png.rf.sdur2xyv4cgxjTQHEiW0.npy new file mode 100644 index 0000000000000000000000000000000000000000..6265a68dac9c6d7e8b2ad741bb1cd4d907d20373 --- /dev/null +++ b/ElbowLat/labels/train_53_png.rf.sdur2xyv4cgxjTQHEiW0.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98c70df9135e1f021f45aa2e6222b6950813552746c34c6c623b482764f62647 +size 262272 diff --git a/ElbowLat/labels/train_54_jpg.rf.ch5oWILQzyUGcwHSUJsI.npy b/ElbowLat/labels/train_54_jpg.rf.ch5oWILQzyUGcwHSUJsI.npy new file mode 100644 index 0000000000000000000000000000000000000000..eba928cc8ccd848b2acbbdd03c1f1fbce3bde978 --- /dev/null +++ b/ElbowLat/labels/train_54_jpg.rf.ch5oWILQzyUGcwHSUJsI.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0193a02f757d4961b3901de3a7931e4212726c1aa58e032c6c4e921b2cef2649 +size 262272 diff --git a/ElbowLat/labels/train_54_png.rf.J70FRmmZSThH76TApXPG.npy b/ElbowLat/labels/train_54_png.rf.J70FRmmZSThH76TApXPG.npy new file mode 100644 index 0000000000000000000000000000000000000000..0f1f23d1f754fd48526c3af96b5b6bc0404e359e --- /dev/null +++ b/ElbowLat/labels/train_54_png.rf.J70FRmmZSThH76TApXPG.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ecdfa379995b4730c333968669e5a800728fc4e0f104bab4fc61c477deaf1fd +size 262272 diff --git a/ElbowLat/labels/train_56_jpg.rf.vXSJjWjRhuMJT8UshtR7.npy b/ElbowLat/labels/train_56_jpg.rf.vXSJjWjRhuMJT8UshtR7.npy new file mode 100644 index 0000000000000000000000000000000000000000..ecb59b842c501e06105853e041326dc117df96d3 --- /dev/null +++ b/ElbowLat/labels/train_56_jpg.rf.vXSJjWjRhuMJT8UshtR7.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00b755e2853a4d8790a2d569ce130fc3a57732b30901122f06957fdfb8d03202 +size 262272 diff --git a/ElbowLat/labels/train_56_png.rf.V3BvRUd7PuGvNbkEOaRP.npy b/ElbowLat/labels/train_56_png.rf.V3BvRUd7PuGvNbkEOaRP.npy new file mode 100644 index 0000000000000000000000000000000000000000..118b8b909b25f576ac26ec09c3644d884a64214f --- /dev/null +++ b/ElbowLat/labels/train_56_png.rf.V3BvRUd7PuGvNbkEOaRP.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9deb2424a6a7a57c14bb955776e6e912bb7ea516c5ce4cf30c1b2250ea824d3 +size 262272 diff --git a/ElbowLat/labels/train_57_jpg.rf.j0TF7FpM1yzYRgnwsdP9.npy b/ElbowLat/labels/train_57_jpg.rf.j0TF7FpM1yzYRgnwsdP9.npy new file mode 100644 index 0000000000000000000000000000000000000000..5906b83d878ffe52407365af61b2fb15ec0ec358 --- /dev/null +++ b/ElbowLat/labels/train_57_jpg.rf.j0TF7FpM1yzYRgnwsdP9.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61201d795f0cafaa2d6cec322805b6bdf432dc836976d0c5ded541c3a20283e8 +size 262272 diff --git a/ElbowLat/labels/train_58_jpg.rf.d1TSZT3zMPGDEaEM7BlM.npy b/ElbowLat/labels/train_58_jpg.rf.d1TSZT3zMPGDEaEM7BlM.npy new file mode 100644 index 0000000000000000000000000000000000000000..960cfe2893f46f1492ad34b217963d682aac9ac2 --- /dev/null +++ b/ElbowLat/labels/train_58_jpg.rf.d1TSZT3zMPGDEaEM7BlM.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9113c746e896e241d94a7b6a24810504e96bcf2d942ff727b66acce7537b2a4 +size 262272 diff --git a/ElbowLat/labels/train_58_png.rf.9FQYK5hxJ6XQMy05nQEl.npy b/ElbowLat/labels/train_58_png.rf.9FQYK5hxJ6XQMy05nQEl.npy new file mode 100644 index 0000000000000000000000000000000000000000..b295ed634b97a289ea631cc7a9379e1cdc2bf0e3 --- /dev/null +++ b/ElbowLat/labels/train_58_png.rf.9FQYK5hxJ6XQMy05nQEl.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c602ee6b15683403fd35a7bcc4282098151c23ec7b6a768b9eb5769a50387d3 +size 262272 diff --git a/ElbowLat/labels/train_59_jpg.rf.rBF5cLMrXDpBPLy9BkQz.npy b/ElbowLat/labels/train_59_jpg.rf.rBF5cLMrXDpBPLy9BkQz.npy new file mode 100644 index 0000000000000000000000000000000000000000..3bd6399259786f2bab5be002ae8b03f1f86c0a8a --- /dev/null +++ b/ElbowLat/labels/train_59_jpg.rf.rBF5cLMrXDpBPLy9BkQz.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9864de7ca7f6a58054337928ff1065d384d324672e4258e77d8dafeececff422 +size 262272 diff --git a/ElbowLat/labels/train_5_jpg.rf.0wPqvKqYZ0K9lZt4Bv1O.npy b/ElbowLat/labels/train_5_jpg.rf.0wPqvKqYZ0K9lZt4Bv1O.npy new file mode 100644 index 0000000000000000000000000000000000000000..5b632768f89cfa13709e9cec16cd680d5a7c8497 --- /dev/null +++ b/ElbowLat/labels/train_5_jpg.rf.0wPqvKqYZ0K9lZt4Bv1O.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75e71927130fb37eb066a471698e960059527651159da48cea66bcf1bcbc4a51 +size 262272 diff --git a/ElbowLat/labels/train_5_png.rf.7h3jCXg0jZh8Z8apK8Pl.npy b/ElbowLat/labels/train_5_png.rf.7h3jCXg0jZh8Z8apK8Pl.npy new file mode 100644 index 0000000000000000000000000000000000000000..5a78e89cb52bf2a7c9e600be2f811608aa3897c9 --- /dev/null +++ b/ElbowLat/labels/train_5_png.rf.7h3jCXg0jZh8Z8apK8Pl.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ba3d27d2a965f3ed382de26f6d2e1e4177f57a84eb6145f28f10f62c9658e90 +size 262272 diff --git a/ElbowLat/labels/train_61_jpg.rf.L6FC7gnBA7vtyGaYbz9M.npy b/ElbowLat/labels/train_61_jpg.rf.L6FC7gnBA7vtyGaYbz9M.npy new file mode 100644 index 0000000000000000000000000000000000000000..215bd55f8bc27e934facc694b6b7fe0d8bf1e306 --- /dev/null +++ b/ElbowLat/labels/train_61_jpg.rf.L6FC7gnBA7vtyGaYbz9M.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04801075bd84b1cc2435e74d0770d522e2abe8a581d2324fb0591ab09760625c +size 262272 diff --git a/ElbowLat/labels/train_61_png.rf.h6f1cQG7PJO2gXdquCub.npy b/ElbowLat/labels/train_61_png.rf.h6f1cQG7PJO2gXdquCub.npy new file mode 100644 index 0000000000000000000000000000000000000000..81fb6f74d786c72060af82c374d4330fa984d9e9 --- /dev/null +++ b/ElbowLat/labels/train_61_png.rf.h6f1cQG7PJO2gXdquCub.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:784651a3a8ad6033c642dfda962d250c6df7448268f1f8c3f3bc2d64b59f5ece +size 262272 diff --git a/ElbowLat/labels/train_63_jpg.rf.0oNTw4UD4pn9taluhpIy.npy b/ElbowLat/labels/train_63_jpg.rf.0oNTw4UD4pn9taluhpIy.npy new file mode 100644 index 0000000000000000000000000000000000000000..7125ed0e877de7508669e4551b346d318b3cce11 --- /dev/null +++ b/ElbowLat/labels/train_63_jpg.rf.0oNTw4UD4pn9taluhpIy.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df60c575e1614806cd6d6c1a25a29fcbc830cbc6ddfd75f8f95b3b02dce82271 +size 262272 diff --git a/ElbowLat/labels/train_63_png.rf.vyYenXKBUD4vpO9ru3pv.npy b/ElbowLat/labels/train_63_png.rf.vyYenXKBUD4vpO9ru3pv.npy new file mode 100644 index 0000000000000000000000000000000000000000..816b56098fb23c2bd579bbbe8040558d698a538f --- /dev/null +++ b/ElbowLat/labels/train_63_png.rf.vyYenXKBUD4vpO9ru3pv.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a748e833df60348dd688a11097b1debc962343d1b724dcd9fb0dbed74d50a2bc +size 262272 diff --git a/ElbowLat/labels/train_64_jpg.rf.fKKmnoQv1GYZHzjTmRE8.npy b/ElbowLat/labels/train_64_jpg.rf.fKKmnoQv1GYZHzjTmRE8.npy new file mode 100644 index 0000000000000000000000000000000000000000..9218556654597099ee2cffb8d443dec5d3dd2771 --- /dev/null +++ b/ElbowLat/labels/train_64_jpg.rf.fKKmnoQv1GYZHzjTmRE8.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26a64690cfe01e560535bb9d54255147a0633b3820beaf9eb2ed0cfac7419958 +size 262272 diff --git a/ElbowLat/labels/train_65_jpg.rf.6syxbHeuH5k69trQ6QvT.npy b/ElbowLat/labels/train_65_jpg.rf.6syxbHeuH5k69trQ6QvT.npy new file mode 100644 index 0000000000000000000000000000000000000000..65781afc4af445c86e6b7b6b8c72517acc2e0020 --- /dev/null +++ b/ElbowLat/labels/train_65_jpg.rf.6syxbHeuH5k69trQ6QvT.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdb9c69cb3a52d8cadca6c524a9a06f57f4f328e6f970811d87c71d10f82ecc9 +size 262272 diff --git a/ElbowLat/labels/train_65_png.rf.uk7zHb8Z8PZOsVaunZmM.npy b/ElbowLat/labels/train_65_png.rf.uk7zHb8Z8PZOsVaunZmM.npy new file mode 100644 index 0000000000000000000000000000000000000000..ae17a1408b5bf2f462ca8b0ae8dc1a5ed9051bdf --- /dev/null +++ b/ElbowLat/labels/train_65_png.rf.uk7zHb8Z8PZOsVaunZmM.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61fe2092e574eb1cf281b61e3bc51df5de39b51e8fc3fcaff908f46d79bbd909 +size 262272 diff --git a/ElbowLat/labels/train_67_jpg.rf.EiXkivBAwYEsduPIl1dV.npy b/ElbowLat/labels/train_67_jpg.rf.EiXkivBAwYEsduPIl1dV.npy new file mode 100644 index 0000000000000000000000000000000000000000..a626b11115996b74c10db03d5a1930df6e2810c0 --- /dev/null +++ b/ElbowLat/labels/train_67_jpg.rf.EiXkivBAwYEsduPIl1dV.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04101b60ff2925591bd9f55927a99b07c40dc570fe1e490f6e9af82f1f12c2e4 +size 262272 diff --git a/ElbowLat/labels/train_67_png.rf.Gl2b3y6LgGHnaOyKafby.npy b/ElbowLat/labels/train_67_png.rf.Gl2b3y6LgGHnaOyKafby.npy new file mode 100644 index 0000000000000000000000000000000000000000..479db9124aaaa3d314f0867d3c0c8212a719a83f --- /dev/null +++ b/ElbowLat/labels/train_67_png.rf.Gl2b3y6LgGHnaOyKafby.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34011f2867afc8bd5c8436e5bdb9618b575d0892779191dd43f7dc07726fb8cd +size 262272 diff --git a/ElbowLat/labels/train_68_jpg.rf.DZw4njkIwLmF4Lxe8vWx.npy b/ElbowLat/labels/train_68_jpg.rf.DZw4njkIwLmF4Lxe8vWx.npy new file mode 100644 index 0000000000000000000000000000000000000000..ea3581c1b9ac39bdbdda474f59a654fb751acdd5 --- /dev/null +++ b/ElbowLat/labels/train_68_jpg.rf.DZw4njkIwLmF4Lxe8vWx.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:592590e7afe31435c80f7e04a204121203401e8c45bb03dcc01b449f1670247a +size 262272 diff --git a/ElbowLat/labels/train_68_png.rf.prTiy0VqHivMpr5mUlw0.npy b/ElbowLat/labels/train_68_png.rf.prTiy0VqHivMpr5mUlw0.npy new file mode 100644 index 0000000000000000000000000000000000000000..064d0681a58585c496897860fb86c1cd6a65f454 --- /dev/null +++ b/ElbowLat/labels/train_68_png.rf.prTiy0VqHivMpr5mUlw0.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7105b6c46ee172230f25ff47c96d7d6435ac634ebb7a513e833271562220a20 +size 262272 diff --git a/ElbowLat/labels/train_69_jpg.rf.5LqipHFzc8Q4Sm55WbbJ.npy b/ElbowLat/labels/train_69_jpg.rf.5LqipHFzc8Q4Sm55WbbJ.npy new file mode 100644 index 0000000000000000000000000000000000000000..1ebc867d0b67cad198251ec1a8d789075df53e68 --- /dev/null +++ b/ElbowLat/labels/train_69_jpg.rf.5LqipHFzc8Q4Sm55WbbJ.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e11498cae22ae76f41d24624de60554e8375d20b1b52d376ed1adaf7db7098c8 +size 262272 diff --git a/ElbowLat/labels/train_69_png.rf.ZfSOXs8zJwCbfY2Zeoys.npy b/ElbowLat/labels/train_69_png.rf.ZfSOXs8zJwCbfY2Zeoys.npy new file mode 100644 index 0000000000000000000000000000000000000000..de94c487a67f3185b26e5bdedd6cd3f988ea9c64 --- /dev/null +++ b/ElbowLat/labels/train_69_png.rf.ZfSOXs8zJwCbfY2Zeoys.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34f0e1701a1472fd5f45187f932d36d84edcfefc08a6eabdbf8f1cd8d6afd414 +size 262272 diff --git a/ElbowLat/labels/train_6_jpg.rf.IAHKqRzAgqVdrZ1AQ6fI.npy b/ElbowLat/labels/train_6_jpg.rf.IAHKqRzAgqVdrZ1AQ6fI.npy new file mode 100644 index 0000000000000000000000000000000000000000..84831d354f4014f41db5a4bfc2b480eaf2dfb871 --- /dev/null +++ b/ElbowLat/labels/train_6_jpg.rf.IAHKqRzAgqVdrZ1AQ6fI.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfdebc8ec43bf2b8d52f7120ee07857a52fcb1684fb92f4bff35af96cc3f910b +size 262272 diff --git a/ElbowLat/labels/train_6_png.rf.HUNklmL4RcqJIErwyk40.npy b/ElbowLat/labels/train_6_png.rf.HUNklmL4RcqJIErwyk40.npy new file mode 100644 index 0000000000000000000000000000000000000000..39bbbc732c6b55cd2a285b657ee3d9ffb1a8554b --- /dev/null +++ b/ElbowLat/labels/train_6_png.rf.HUNklmL4RcqJIErwyk40.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db2a02ad6d22e67f9f4e01f44aeacb7dedc89bf0db8e4fbca0c423ddf0dbad44 +size 262272 diff --git a/ElbowLat/labels/train_71_jpg.rf.6TBOWPgtDG1DQE6Fh0T0.npy b/ElbowLat/labels/train_71_jpg.rf.6TBOWPgtDG1DQE6Fh0T0.npy new file mode 100644 index 0000000000000000000000000000000000000000..339dc3a354c43548877fbb3651ddeb81ca09e2cc --- /dev/null +++ b/ElbowLat/labels/train_71_jpg.rf.6TBOWPgtDG1DQE6Fh0T0.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f60634e5a1fb000376d5fa8796cd8a524576192e43235723b1e0ad093b61e905 +size 262272 diff --git a/ElbowLat/labels/train_71_png.rf.PNpNtj1Ocxq7CMCUDNv8.npy b/ElbowLat/labels/train_71_png.rf.PNpNtj1Ocxq7CMCUDNv8.npy new file mode 100644 index 0000000000000000000000000000000000000000..d14e0be5866dac429ccb77717c5b912e9eeb71e0 --- /dev/null +++ b/ElbowLat/labels/train_71_png.rf.PNpNtj1Ocxq7CMCUDNv8.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f594ee0c5ca313e3005002dc736b3b72ac69c39e0326f529e65eaf153787a328 +size 262272 diff --git a/ElbowLat/labels/train_72_jpg.rf.76pWdgNpL600rslaf4JX.npy b/ElbowLat/labels/train_72_jpg.rf.76pWdgNpL600rslaf4JX.npy new file mode 100644 index 0000000000000000000000000000000000000000..61d93861d42a48e089fcb4f92b14e08805885a0d --- /dev/null +++ b/ElbowLat/labels/train_72_jpg.rf.76pWdgNpL600rslaf4JX.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e71e3e93bda0e3970d73781bdde85b8515ada83031cc0cedf593753757d87e2f +size 262272 diff --git a/ElbowLat/labels/train_72_png.rf.jnYGzmrUoz2SAQiNMD5Q.npy b/ElbowLat/labels/train_72_png.rf.jnYGzmrUoz2SAQiNMD5Q.npy new file mode 100644 index 0000000000000000000000000000000000000000..8a550b63f94a5dad2cc98541fee55910aa044191 --- /dev/null +++ b/ElbowLat/labels/train_72_png.rf.jnYGzmrUoz2SAQiNMD5Q.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2781bc38c937fce4e5bff6a3d353d4f01b98cb329e376da7d039d8b8a51d3d5 +size 262272 diff --git a/ElbowLat/labels/train_73_jpg.rf.DkUCrAFtZwFpHumCWZTk.npy b/ElbowLat/labels/train_73_jpg.rf.DkUCrAFtZwFpHumCWZTk.npy new file mode 100644 index 0000000000000000000000000000000000000000..6ef639798b727842393e28c994182f1d26e50bdf --- /dev/null +++ b/ElbowLat/labels/train_73_jpg.rf.DkUCrAFtZwFpHumCWZTk.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6594a28f1d7f3ac871f6cb451206e3d6d18a970edfaf1e78f1ef158f0924535f +size 262272 diff --git a/ElbowLat/labels/train_73_png.rf.VqH1TACNm5pweY5aDpGe.npy b/ElbowLat/labels/train_73_png.rf.VqH1TACNm5pweY5aDpGe.npy new file mode 100644 index 0000000000000000000000000000000000000000..c1f7fe20c35c9f8f9cab7a39679ac01620db3fe7 --- /dev/null +++ b/ElbowLat/labels/train_73_png.rf.VqH1TACNm5pweY5aDpGe.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d2ee7f8e30d1e0d7b0bf1c190377be7ec766a86453c07968c5fdfa8582f8d13 +size 262272 diff --git a/ElbowLat/labels/train_74_png.rf.sr4PKhwXOFi6E5GoBxam.npy b/ElbowLat/labels/train_74_png.rf.sr4PKhwXOFi6E5GoBxam.npy new file mode 100644 index 0000000000000000000000000000000000000000..3353568bedf45911c6213a0b3885ce1bee6162d5 --- /dev/null +++ b/ElbowLat/labels/train_74_png.rf.sr4PKhwXOFi6E5GoBxam.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffe7164f80d9511a3132f01c2725d7ffcf5d46aae2d71eb73dc9890c6f655af9 +size 262272 diff --git a/ElbowLat/labels/train_75_jpg.rf.zEfHCU475s36UhyV4TYL.npy b/ElbowLat/labels/train_75_jpg.rf.zEfHCU475s36UhyV4TYL.npy new file mode 100644 index 0000000000000000000000000000000000000000..6e2effc75793a1abe31c134c9180cb90a15f9dac --- /dev/null +++ b/ElbowLat/labels/train_75_jpg.rf.zEfHCU475s36UhyV4TYL.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:567272ceb995ca0d71ed866787dc8a566c551d3880c9ac3a38c7c170bcfa5ed9 +size 262272 diff --git a/ElbowLat/labels/train_75_png.rf.NIotUD6DAxVeFnKb9atG.npy b/ElbowLat/labels/train_75_png.rf.NIotUD6DAxVeFnKb9atG.npy new file mode 100644 index 0000000000000000000000000000000000000000..4040a0ca610198086e43ad6e9390d0df5c875507 --- /dev/null +++ b/ElbowLat/labels/train_75_png.rf.NIotUD6DAxVeFnKb9atG.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed4ca5f198ab687be6d074ba495186300a0f07e2e064bdf1196e636b3976a36f +size 262272 diff --git a/ElbowLat/labels/train_76_jpg.rf.QQl0ghyrhbbHSa8PTK0p.npy b/ElbowLat/labels/train_76_jpg.rf.QQl0ghyrhbbHSa8PTK0p.npy new file mode 100644 index 0000000000000000000000000000000000000000..5d890c05e43b3b76eff29fa85fbfb68d2f4e2505 --- /dev/null +++ b/ElbowLat/labels/train_76_jpg.rf.QQl0ghyrhbbHSa8PTK0p.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7070a2aad73009e4159027a0856710e77d365bb00aa5169b40b33c637a4f3b1 +size 262272 diff --git a/ElbowLat/labels/train_76_png.rf.6vmMQ6bsOpYObaJ7Lfdb.npy b/ElbowLat/labels/train_76_png.rf.6vmMQ6bsOpYObaJ7Lfdb.npy new file mode 100644 index 0000000000000000000000000000000000000000..a91296f60291b71101c0839f707340071b74a046 --- /dev/null +++ b/ElbowLat/labels/train_76_png.rf.6vmMQ6bsOpYObaJ7Lfdb.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:015b31da33f22edeca8aef0cc0a139dff1b241bd96f14e100e8344b6163c1672 +size 262272 diff --git a/ElbowLat/labels/train_77_jpg.rf.T4yhjxaMn8mYE68tWMG6.npy b/ElbowLat/labels/train_77_jpg.rf.T4yhjxaMn8mYE68tWMG6.npy new file mode 100644 index 0000000000000000000000000000000000000000..0194fe5e57df08eb636c661bc4ca2a17157fefd3 --- /dev/null +++ b/ElbowLat/labels/train_77_jpg.rf.T4yhjxaMn8mYE68tWMG6.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:534e90d0de426875281f10705ff3db7f4a105483ee8013b6d46ea2e9eb60c3f6 +size 262272 diff --git a/ElbowLat/labels/train_77_png.rf.RoWlgebG7SGyPFJ4MAjf.npy b/ElbowLat/labels/train_77_png.rf.RoWlgebG7SGyPFJ4MAjf.npy new file mode 100644 index 0000000000000000000000000000000000000000..eead8d0ba2bf8391c26c988ba115042f1a953f41 --- /dev/null +++ b/ElbowLat/labels/train_77_png.rf.RoWlgebG7SGyPFJ4MAjf.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6ec7065ceee828fb23fe9cb870f6bfad17f85da85dba848d0dc2c30312e15d5 +size 262272 diff --git a/ElbowLat/labels/train_78_jpg.rf.MSxk5fEindlmcXirzrE2.npy b/ElbowLat/labels/train_78_jpg.rf.MSxk5fEindlmcXirzrE2.npy new file mode 100644 index 0000000000000000000000000000000000000000..fdf9b108ff3e086b933dcbec618f0695302fb57d --- /dev/null +++ b/ElbowLat/labels/train_78_jpg.rf.MSxk5fEindlmcXirzrE2.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c743efd4c03bb067c9841137e6444f8857880a1eff4a5c99fe02c54cc231644a +size 262272 diff --git a/ElbowLat/labels/train_78_png.rf.tV2qLiCSG185DqzTcbqP.npy b/ElbowLat/labels/train_78_png.rf.tV2qLiCSG185DqzTcbqP.npy new file mode 100644 index 0000000000000000000000000000000000000000..e1de7e50da28b11b72eebfca8b872c5854a39b81 --- /dev/null +++ b/ElbowLat/labels/train_78_png.rf.tV2qLiCSG185DqzTcbqP.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1afbc999a2929f073c5e3324eed8d3ad3ce0a4b6c3ecfb0e4a30fa3af2f7fb71 +size 262272 diff --git a/ElbowLat/labels/train_80_jpg.rf.JcqAKvWxsafmt3act1g6.npy b/ElbowLat/labels/train_80_jpg.rf.JcqAKvWxsafmt3act1g6.npy new file mode 100644 index 0000000000000000000000000000000000000000..e90c2d8c24d52fb3ea195b67cf6588209278ecad --- /dev/null +++ b/ElbowLat/labels/train_80_jpg.rf.JcqAKvWxsafmt3act1g6.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cb30a161f8054ea6081114c45ace4125cd7339642897f73797edffc20cd3153 +size 262272 diff --git a/ElbowLat/labels/train_80_png.rf.UL61WsXdHzjjhaX5YNIQ.npy b/ElbowLat/labels/train_80_png.rf.UL61WsXdHzjjhaX5YNIQ.npy new file mode 100644 index 0000000000000000000000000000000000000000..651234c113071ab01ceb4c6c6b86080ecf8d4360 --- /dev/null +++ b/ElbowLat/labels/train_80_png.rf.UL61WsXdHzjjhaX5YNIQ.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8e9b4b6ce3bff5626d89ca24caf59ce5bee717aa284bea116e96a4dd207f092 +size 262272 diff --git a/ElbowLat/labels/train_81_jpg.rf.urIbkvLgBpaWW8FMiEuQ.npy b/ElbowLat/labels/train_81_jpg.rf.urIbkvLgBpaWW8FMiEuQ.npy new file mode 100644 index 0000000000000000000000000000000000000000..1d65928ecac8cb7631dd79a0b4478246f6ee9f43 --- /dev/null +++ b/ElbowLat/labels/train_81_jpg.rf.urIbkvLgBpaWW8FMiEuQ.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87dcd04d4ca4fcf2421c9c881cf38395a0bbfe2ee7ba772611fb79ab45091c0b +size 262272 diff --git a/ElbowLat/labels/train_81_png.rf.QG7hswtpm59nKRWQMtYd.npy b/ElbowLat/labels/train_81_png.rf.QG7hswtpm59nKRWQMtYd.npy new file mode 100644 index 0000000000000000000000000000000000000000..5b058df9f29fdc4a2c01196155ebecb5dd415023 --- /dev/null +++ b/ElbowLat/labels/train_81_png.rf.QG7hswtpm59nKRWQMtYd.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b911585432b93690e260bc3272cfa181311d00cf67d4aced45abf3f141bb4a2c +size 262272 diff --git a/ElbowLat/labels/train_82_jpg.rf.CPwUwm657oIMFC1wM08B.npy b/ElbowLat/labels/train_82_jpg.rf.CPwUwm657oIMFC1wM08B.npy new file mode 100644 index 0000000000000000000000000000000000000000..acfd227aa30fd52e7f646d59622717027ad6a46b --- /dev/null +++ b/ElbowLat/labels/train_82_jpg.rf.CPwUwm657oIMFC1wM08B.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caa18cf4c8bb96b959c56b2d7c216f5d128c6fb3a907795538979e571eccca81 +size 262272 diff --git a/ElbowLat/labels/train_82_png.rf.flqPAd5vJzCFMX84BGu0.npy b/ElbowLat/labels/train_82_png.rf.flqPAd5vJzCFMX84BGu0.npy new file mode 100644 index 0000000000000000000000000000000000000000..7a87c51485d199dd52d2dc426885099ab1d1881c --- /dev/null +++ b/ElbowLat/labels/train_82_png.rf.flqPAd5vJzCFMX84BGu0.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65a310c6de0cc2cf4139f1f28069ca3a5555084f91333c41be5a161fb951ac17 +size 262272 diff --git a/ElbowLat/labels/train_83_jpg.rf.nLSGJjHzC2qCSCy4G1P8.npy b/ElbowLat/labels/train_83_jpg.rf.nLSGJjHzC2qCSCy4G1P8.npy new file mode 100644 index 0000000000000000000000000000000000000000..26f9f747396eaab04d4d687cf9172bb61694acd8 --- /dev/null +++ b/ElbowLat/labels/train_83_jpg.rf.nLSGJjHzC2qCSCy4G1P8.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9cf18b61fe808f850c15da36ef4b7a33b5a275213931837269866bc0226bbf4 +size 262272 diff --git a/ElbowLat/labels/train_83_png.rf.ko8B9UmreWGWLg4yC07V.npy b/ElbowLat/labels/train_83_png.rf.ko8B9UmreWGWLg4yC07V.npy new file mode 100644 index 0000000000000000000000000000000000000000..9b6570dc62b3a08a10aa2c474de75a29da6337cc --- /dev/null +++ b/ElbowLat/labels/train_83_png.rf.ko8B9UmreWGWLg4yC07V.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51f4631b772ff5e59eb5b49f10096c8f8718052e3c3807dff93f48e5e266f36a +size 262272 diff --git a/ElbowLat/labels/train_84_png.rf.tofRjh72cTmoIHKa1eOx.npy b/ElbowLat/labels/train_84_png.rf.tofRjh72cTmoIHKa1eOx.npy new file mode 100644 index 0000000000000000000000000000000000000000..ecc97e081c4a0afe9668b592261986d2f97d1792 --- /dev/null +++ b/ElbowLat/labels/train_84_png.rf.tofRjh72cTmoIHKa1eOx.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:646da528777a81bff497399c50c8b6de22bb58a153effc7c4eedecacf3ae4d94 +size 262272 diff --git a/ElbowLat/labels/train_86_jpg.rf.SVSwO0sISzSgQBUYHewz.npy b/ElbowLat/labels/train_86_jpg.rf.SVSwO0sISzSgQBUYHewz.npy new file mode 100644 index 0000000000000000000000000000000000000000..ee43d546be48f39376968d61fbc541f607d9f58d --- /dev/null +++ b/ElbowLat/labels/train_86_jpg.rf.SVSwO0sISzSgQBUYHewz.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:906a9580274c83a4348745c0a0d949860c5fef87469db72f6217bf7d5b5e80d6 +size 262272 diff --git a/ElbowLat/labels/train_86_png.rf.AmOZ6sq2Oju0DqPsccCn.npy b/ElbowLat/labels/train_86_png.rf.AmOZ6sq2Oju0DqPsccCn.npy new file mode 100644 index 0000000000000000000000000000000000000000..721f3605a33bee4405ff71a06108245df4277069 --- /dev/null +++ b/ElbowLat/labels/train_86_png.rf.AmOZ6sq2Oju0DqPsccCn.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7322e2c19f932a3c8aedcde49c4ec30532dfa63f4cd368e7646a24c1bb483e2e +size 262272 diff --git a/ElbowLat/labels/train_88_jpg.rf.qmj7OS7EHz3dRVBq7O5L.npy b/ElbowLat/labels/train_88_jpg.rf.qmj7OS7EHz3dRVBq7O5L.npy new file mode 100644 index 0000000000000000000000000000000000000000..33434cebc8fb753386dde682513bc65bddfadf99 --- /dev/null +++ b/ElbowLat/labels/train_88_jpg.rf.qmj7OS7EHz3dRVBq7O5L.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a60c0e2f1e3fee0d3f1afc6f994b68852dd3404f182a311cc83cc33a192e6458 +size 262272 diff --git a/ElbowLat/labels/train_88_png.rf.w94XlWm3KCzKK8D2gJni.npy b/ElbowLat/labels/train_88_png.rf.w94XlWm3KCzKK8D2gJni.npy new file mode 100644 index 0000000000000000000000000000000000000000..65f09f10f3292bcf1c371855d0bb0b833f9d61c8 --- /dev/null +++ b/ElbowLat/labels/train_88_png.rf.w94XlWm3KCzKK8D2gJni.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:565415ae7c3e6c053a71f8de2a635616710bb89b024b5d3f785d95238a792450 +size 262272 diff --git a/ElbowLat/labels/train_92_jpg.rf.X40fYnwx3FoxDPueEnia.npy b/ElbowLat/labels/train_92_jpg.rf.X40fYnwx3FoxDPueEnia.npy new file mode 100644 index 0000000000000000000000000000000000000000..5a9e3c706e50ac83332dd8b484cb108ed64eca50 --- /dev/null +++ b/ElbowLat/labels/train_92_jpg.rf.X40fYnwx3FoxDPueEnia.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96599bde79e6753ec17f445dd84ee49fed0a1c07a7bfb5b731b29a6d48a9f61f +size 262272 diff --git a/ElbowLat/labels/train_92_png.rf.cokQJIOnIrm1gKe3x465.npy b/ElbowLat/labels/train_92_png.rf.cokQJIOnIrm1gKe3x465.npy new file mode 100644 index 0000000000000000000000000000000000000000..3a0832d15a0cf9fdf184fa1293c06df901011946 --- /dev/null +++ b/ElbowLat/labels/train_92_png.rf.cokQJIOnIrm1gKe3x465.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27881ead2b9d7baba45fb259719607b45fe633f05c63b58e09d7cea8fd98e54c +size 262272 diff --git a/ElbowLat/labels/train_96_jpg.rf.rdeniXlJetZGoF7xvPzl.npy b/ElbowLat/labels/train_96_jpg.rf.rdeniXlJetZGoF7xvPzl.npy new file mode 100644 index 0000000000000000000000000000000000000000..313a215da7bee8bb4e3c62511f9aa025d4b2855e --- /dev/null +++ b/ElbowLat/labels/train_96_jpg.rf.rdeniXlJetZGoF7xvPzl.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96e087d5d003296ee372eb1137a8c55a7024ba4dc21ac8a5abfbe7ef23a73b8a +size 262272 diff --git a/ElbowLat/labels/train_96_png.rf.eSDkWFGL1lOFc8VzIm3H.npy b/ElbowLat/labels/train_96_png.rf.eSDkWFGL1lOFc8VzIm3H.npy new file mode 100644 index 0000000000000000000000000000000000000000..6bbd23fc4166aff903dc480d961c6b206522b069 --- /dev/null +++ b/ElbowLat/labels/train_96_png.rf.eSDkWFGL1lOFc8VzIm3H.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:819ee2d9a881d4a15efd333155cb46c0a7f1645f1d4fc2e1aa19ca987068868e +size 262272 diff --git a/ElbowLat/labels/train_97_jpg.rf.q6gwO2nghA3dzbzfxtQm.npy b/ElbowLat/labels/train_97_jpg.rf.q6gwO2nghA3dzbzfxtQm.npy new file mode 100644 index 0000000000000000000000000000000000000000..2c4663363a1cb4141001d84f860fa90f78f1a10d --- /dev/null +++ b/ElbowLat/labels/train_97_jpg.rf.q6gwO2nghA3dzbzfxtQm.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:316439c829aa037b4b66a29e742a59f80515f267cfab01beda6495b3305b6b20 +size 262272 diff --git a/ElbowLat/labels/train_97_png.rf.NFbmpALwLQ8lkyuSDvhv.npy b/ElbowLat/labels/train_97_png.rf.NFbmpALwLQ8lkyuSDvhv.npy new file mode 100644 index 0000000000000000000000000000000000000000..d4756a2e717a9171d43ba27b0f2ffb10f04be152 --- /dev/null +++ b/ElbowLat/labels/train_97_png.rf.NFbmpALwLQ8lkyuSDvhv.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a59ca2d4a19a7e8201ff47a943d295620055329d2d7d34b4bc7b651471c152f +size 262272 diff --git a/ElbowLat/labels/train_98_jpg.rf.vBT3HI7GQl9x7yC7jlmY.npy b/ElbowLat/labels/train_98_jpg.rf.vBT3HI7GQl9x7yC7jlmY.npy new file mode 100644 index 0000000000000000000000000000000000000000..fb659f3772e45a3f17d4d21c8aa96e3788e5bcb1 --- /dev/null +++ b/ElbowLat/labels/train_98_jpg.rf.vBT3HI7GQl9x7yC7jlmY.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81341befe2b7d1540e26c74bdc1cb39a63ea7c3ff0976e1ab28257af35fbc924 +size 262272 diff --git a/ElbowLat/labels/train_98_png.rf.jesoU4PuOBYWKMiNJX3W.npy b/ElbowLat/labels/train_98_png.rf.jesoU4PuOBYWKMiNJX3W.npy new file mode 100644 index 0000000000000000000000000000000000000000..feae5d3043d57d7a8c6634b50714b05baca391f0 --- /dev/null +++ b/ElbowLat/labels/train_98_png.rf.jesoU4PuOBYWKMiNJX3W.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13949de35e2d0dd5cdbb91b64a5decd38c60d1ebca2f8c1bd1d85785ecedc7ec +size 262272 diff --git a/ElbowLat/labels/train_99_jpg.rf.bLNbB1uxVwguyK8ta3rH.npy b/ElbowLat/labels/train_99_jpg.rf.bLNbB1uxVwguyK8ta3rH.npy new file mode 100644 index 0000000000000000000000000000000000000000..1c313f6727887c62323c531b3d37076581129070 --- /dev/null +++ b/ElbowLat/labels/train_99_jpg.rf.bLNbB1uxVwguyK8ta3rH.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f33bba6e7be2491eea4785205a1ae094db263a64ce6d8ce479d4cea729793e7 +size 262272 diff --git a/ElbowLat/labels/val_102_jpg.rf.dZQrYej1eL8dwEjjt65V.npy b/ElbowLat/labels/val_102_jpg.rf.dZQrYej1eL8dwEjjt65V.npy new file mode 100644 index 0000000000000000000000000000000000000000..d88435f7a08ad8123f88ba9738f1ce9f1c1c5dad --- /dev/null +++ b/ElbowLat/labels/val_102_jpg.rf.dZQrYej1eL8dwEjjt65V.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5276ec4cb5a2d7ac64581915ebb5fea5213570687b269cf267293f380f13cf1 +size 262272 diff --git a/ElbowLat/labels/val_102_png.rf.ILkS9aPIAhvQlZ5NBg1j.npy b/ElbowLat/labels/val_102_png.rf.ILkS9aPIAhvQlZ5NBg1j.npy new file mode 100644 index 0000000000000000000000000000000000000000..d0fbc9ea6d3be823d64983a4c977a1e748ae577f --- /dev/null +++ b/ElbowLat/labels/val_102_png.rf.ILkS9aPIAhvQlZ5NBg1j.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2a2dc44f10c11922d2d62fa11272fe802636cf06ee9f19a6ef0b383a3438bad +size 262272 diff --git a/ElbowLat/labels/val_105_jpg.rf.0sN4OsgRYpCQHm0y03u0.npy b/ElbowLat/labels/val_105_jpg.rf.0sN4OsgRYpCQHm0y03u0.npy new file mode 100644 index 0000000000000000000000000000000000000000..e36e74822422fa58a3e7e062668075793a72e105 --- /dev/null +++ b/ElbowLat/labels/val_105_jpg.rf.0sN4OsgRYpCQHm0y03u0.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1c251c341741b0acdda01cb25cad3e79d61ad94bb2fb4e7b0a6f066c75811f7 +size 262272 diff --git a/ElbowLat/labels/val_105_png.rf.CRTpXpyqkNTMWHv44ARC.npy b/ElbowLat/labels/val_105_png.rf.CRTpXpyqkNTMWHv44ARC.npy new file mode 100644 index 0000000000000000000000000000000000000000..88e6f71290abd8b06b25f764b0ec47bb403c7e10 --- /dev/null +++ b/ElbowLat/labels/val_105_png.rf.CRTpXpyqkNTMWHv44ARC.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:393b155b824f3abe891a8789454d5abb0003e9547fb01ab0cd102ed60c3ffa20 +size 262272 diff --git a/ElbowLat/labels/val_109_jpg.rf.PmxL2SmuQdS9X4bkSFa8.npy b/ElbowLat/labels/val_109_jpg.rf.PmxL2SmuQdS9X4bkSFa8.npy new file mode 100644 index 0000000000000000000000000000000000000000..89c74be52791953b772bc92b50e38e99bdeb0bf6 --- /dev/null +++ b/ElbowLat/labels/val_109_jpg.rf.PmxL2SmuQdS9X4bkSFa8.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49c1ff7dcd1f3deaa0e86406ead09e8c1f21dbbc15074b93f0350d3ac2a24f30 +size 262272 diff --git a/ElbowLat/labels/val_109_png.rf.FxqgEH4u2gMLPJcPHXw0.npy b/ElbowLat/labels/val_109_png.rf.FxqgEH4u2gMLPJcPHXw0.npy new file mode 100644 index 0000000000000000000000000000000000000000..49337108c8012093e2c15b2892371d3f8157e5cb --- /dev/null +++ b/ElbowLat/labels/val_109_png.rf.FxqgEH4u2gMLPJcPHXw0.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e43370cf80193ed726454b5db217eff7db78ec482f8a22a5edcf2ed401e5919 +size 262272 diff --git a/ElbowLat/labels/val_117_jpg.rf.ddwsbLOKNBVJZHNO5YWe.npy b/ElbowLat/labels/val_117_jpg.rf.ddwsbLOKNBVJZHNO5YWe.npy new file mode 100644 index 0000000000000000000000000000000000000000..f2a4617f04a84c0c82fbcbd78a8a984e692564da --- /dev/null +++ b/ElbowLat/labels/val_117_jpg.rf.ddwsbLOKNBVJZHNO5YWe.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9035621f18e2186717ca53da7c7aee391e793885d5ade1d3b3c0a212435153e +size 262272 diff --git a/ElbowLat/labels/val_117_png.rf.9n3baWZvxxfMErS9QZZc.npy b/ElbowLat/labels/val_117_png.rf.9n3baWZvxxfMErS9QZZc.npy new file mode 100644 index 0000000000000000000000000000000000000000..92abf4675c8a2ad3026dda3028e08ffddffb12c4 --- /dev/null +++ b/ElbowLat/labels/val_117_png.rf.9n3baWZvxxfMErS9QZZc.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d41363a3cae84bda20606aa99a4d581ce090ef73007b0bb5cce6d65368e48c09 +size 262272 diff --git a/ElbowLat/labels/val_12_jpg.rf.Q4yvAuRWRpHElfvr1Q8x.npy b/ElbowLat/labels/val_12_jpg.rf.Q4yvAuRWRpHElfvr1Q8x.npy new file mode 100644 index 0000000000000000000000000000000000000000..c0a10726528e6d25c456074974d94a97f2418ffc --- /dev/null +++ b/ElbowLat/labels/val_12_jpg.rf.Q4yvAuRWRpHElfvr1Q8x.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef7a23af493e929076c637c536302d8dcc90dad1f8ab8ebfc035310a81c6f537 +size 262272 diff --git a/ElbowLat/labels/val_12_png.rf.tdaFUiAvSW2kcLtgdZzt.npy b/ElbowLat/labels/val_12_png.rf.tdaFUiAvSW2kcLtgdZzt.npy new file mode 100644 index 0000000000000000000000000000000000000000..d252b515d6b73cc456ab35a0948f41cb0875e016 --- /dev/null +++ b/ElbowLat/labels/val_12_png.rf.tdaFUiAvSW2kcLtgdZzt.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c25f7ab4a5a0d7e7f9b2b662a0d0bb74aaa8459df10ecd9e2930ad1c1fef9e9e +size 262272 diff --git a/ElbowLat/labels/val_133_jpg.rf.4bH8iSpT3r3ih4dF9v7Z.npy b/ElbowLat/labels/val_133_jpg.rf.4bH8iSpT3r3ih4dF9v7Z.npy new file mode 100644 index 0000000000000000000000000000000000000000..8c26e27552f1b07b048ac02aa38ebb1a309b6186 --- /dev/null +++ b/ElbowLat/labels/val_133_jpg.rf.4bH8iSpT3r3ih4dF9v7Z.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43e54accebc09acca404ee5e7aa681925666cb357cee617d44f1ef21ab197297 +size 262272 diff --git a/ElbowLat/labels/val_133_png.rf.pZT8w8vJoaImD0343rzW.npy b/ElbowLat/labels/val_133_png.rf.pZT8w8vJoaImD0343rzW.npy new file mode 100644 index 0000000000000000000000000000000000000000..e848d6e54ea1517e1ef18fcb6bb9a172c2f9a238 --- /dev/null +++ b/ElbowLat/labels/val_133_png.rf.pZT8w8vJoaImD0343rzW.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de1cca0b3bb47d96fdfa5b2451741927e87a0ab28f5a807bcf23eaa27103ee87 +size 262272 diff --git a/ElbowLat/labels/val_137_png.rf.4t3Ppy7DnTVuIGKOeSMx.npy b/ElbowLat/labels/val_137_png.rf.4t3Ppy7DnTVuIGKOeSMx.npy new file mode 100644 index 0000000000000000000000000000000000000000..65666b4fa624901436e7e377f76d831313957573 --- /dev/null +++ b/ElbowLat/labels/val_137_png.rf.4t3Ppy7DnTVuIGKOeSMx.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:624e4a601e94b77416beadf9fb47a2a1ae0995e8ae23a515c8aa7060cee6b60e +size 262272 diff --git a/ElbowLat/labels/val_139_jpg.rf.3c8CLTgstIT8nEly17wJ.npy b/ElbowLat/labels/val_139_jpg.rf.3c8CLTgstIT8nEly17wJ.npy new file mode 100644 index 0000000000000000000000000000000000000000..009650e60e995faeb1dc948b86170cbb0d8ec960 --- /dev/null +++ b/ElbowLat/labels/val_139_jpg.rf.3c8CLTgstIT8nEly17wJ.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:051fb876e1035774b78de89dcb16869d4ebbde26f4ba7dc8d7a6d17cf83db4f1 +size 262272 diff --git a/ElbowLat/labels/val_139_png.rf.ni52bCSUHykoDgUvXbbF.npy b/ElbowLat/labels/val_139_png.rf.ni52bCSUHykoDgUvXbbF.npy new file mode 100644 index 0000000000000000000000000000000000000000..a684cf115decd66d217725e863ce61e73d2b3101 --- /dev/null +++ b/ElbowLat/labels/val_139_png.rf.ni52bCSUHykoDgUvXbbF.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c071334a85dfa58306b7a4e072ed710f460704bea4ea615feac75812235d080 +size 262272 diff --git a/ElbowLat/labels/val_144_jpg.rf.V8DwiOodDvjl5RdXvnzx.npy b/ElbowLat/labels/val_144_jpg.rf.V8DwiOodDvjl5RdXvnzx.npy new file mode 100644 index 0000000000000000000000000000000000000000..43ec6bcb1fd1b2a92b55f4a76a7dd7e24dd9a7d1 --- /dev/null +++ b/ElbowLat/labels/val_144_jpg.rf.V8DwiOodDvjl5RdXvnzx.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:477d869bdb26f810cdc7b3833e9dfdf9049a354d6f3a1416d33115ce572daa38 +size 262272 diff --git a/ElbowLat/labels/val_144_png.rf.LhlPgp8AeQBLTLkoJJa1.npy b/ElbowLat/labels/val_144_png.rf.LhlPgp8AeQBLTLkoJJa1.npy new file mode 100644 index 0000000000000000000000000000000000000000..9892c150f18b2f2cb1768e586ed770445607ebbb --- /dev/null +++ b/ElbowLat/labels/val_144_png.rf.LhlPgp8AeQBLTLkoJJa1.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f30abc30f5b49472054df1b44334463e1954a3928f186a8af58480421257b5de +size 262272 diff --git a/ElbowLat/labels/val_149_jpg.rf.oVvVZXLTHn3Dhor0rADs.npy b/ElbowLat/labels/val_149_jpg.rf.oVvVZXLTHn3Dhor0rADs.npy new file mode 100644 index 0000000000000000000000000000000000000000..a397bb28dddd439be7e21f41ce5a335e9f4b37d7 --- /dev/null +++ b/ElbowLat/labels/val_149_jpg.rf.oVvVZXLTHn3Dhor0rADs.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc1fbd53fd9c608b0582ceff9efa8fcfe7db7e8403491fddabc902196ae69522 +size 262272 diff --git a/ElbowLat/labels/val_149_png.rf.2M7KJYzCuz6iH7Dn8udb.npy b/ElbowLat/labels/val_149_png.rf.2M7KJYzCuz6iH7Dn8udb.npy new file mode 100644 index 0000000000000000000000000000000000000000..6ebfee11745f8ff81697d1909b288482881dcc52 --- /dev/null +++ b/ElbowLat/labels/val_149_png.rf.2M7KJYzCuz6iH7Dn8udb.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baadef286c785dc57c5ecdb7ce7b113884e0216d9f7a59b7bdf8a16832a95f39 +size 262272 diff --git a/ElbowLat/labels/val_150_jpg.rf.UxLeODoGQUDbROreXmwk.npy b/ElbowLat/labels/val_150_jpg.rf.UxLeODoGQUDbROreXmwk.npy new file mode 100644 index 0000000000000000000000000000000000000000..1cc0e3f4736ae6a32077e04efb7b1f21d755d035 --- /dev/null +++ b/ElbowLat/labels/val_150_jpg.rf.UxLeODoGQUDbROreXmwk.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba8f6639b1421539bf8f3c8f8b062f9303e8aef63809c20f7ce8653abb49b912 +size 262272 diff --git a/ElbowLat/labels/val_173_jpg.rf.I4sKyAX8MAZQudBV8imU.npy b/ElbowLat/labels/val_173_jpg.rf.I4sKyAX8MAZQudBV8imU.npy new file mode 100644 index 0000000000000000000000000000000000000000..81a01685d5e5451e2a18b8152d78ba7dc7fe6b2c --- /dev/null +++ b/ElbowLat/labels/val_173_jpg.rf.I4sKyAX8MAZQudBV8imU.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb60357f5e39fd36844bdff0a6f6d8d55c0a79cffa091ee2f8f4ffc64a6acb3e +size 262272 diff --git a/ElbowLat/labels/val_173_png.rf.ja0Zs7B7nbNwNEeZnyoN.npy b/ElbowLat/labels/val_173_png.rf.ja0Zs7B7nbNwNEeZnyoN.npy new file mode 100644 index 0000000000000000000000000000000000000000..b5d559c794807d8dda86a59a2e3473319478f731 --- /dev/null +++ b/ElbowLat/labels/val_173_png.rf.ja0Zs7B7nbNwNEeZnyoN.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7f81310096b662971299a7a6067102f6d691d1f196a25cb07fc27320917c87b +size 262272 diff --git a/ElbowLat/labels/val_175_jpg.rf.btsURtlXdxwUs62BXqWm.npy b/ElbowLat/labels/val_175_jpg.rf.btsURtlXdxwUs62BXqWm.npy new file mode 100644 index 0000000000000000000000000000000000000000..c0f446240d5f966bca2d3de92d54cfbf4275c1e0 --- /dev/null +++ b/ElbowLat/labels/val_175_jpg.rf.btsURtlXdxwUs62BXqWm.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f3ac3792503fa10ab4bde0eae8cf142c83cff6938cca5e4fa446ba36e020e1e +size 262272 diff --git a/ElbowLat/labels/val_175_png.rf.Fb0cbGZmFxO9vajaMZQr.npy b/ElbowLat/labels/val_175_png.rf.Fb0cbGZmFxO9vajaMZQr.npy new file mode 100644 index 0000000000000000000000000000000000000000..45e9b5e1e7294fac58508203f23e9b9f8844b049 --- /dev/null +++ b/ElbowLat/labels/val_175_png.rf.Fb0cbGZmFxO9vajaMZQr.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c21e66a3fbdad2599c203b72d81259c1a42d0923a7401df7a77311b054e7b75 +size 262272 diff --git a/ElbowLat/labels/val_196_jpg.rf.24V6ZLNZcYhX9scz6eQG.npy b/ElbowLat/labels/val_196_jpg.rf.24V6ZLNZcYhX9scz6eQG.npy new file mode 100644 index 0000000000000000000000000000000000000000..d94d53467790d1a7e9047cc7629a8f3ea780d196 --- /dev/null +++ b/ElbowLat/labels/val_196_jpg.rf.24V6ZLNZcYhX9scz6eQG.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e07728e34634d65a93e6df4431f77a2e07f2af65132c3d9e018daefc49e1278 +size 262272 diff --git a/ElbowLat/labels/val_196_png.rf.nRpPTzF4jhMxKRPg58Ge.npy b/ElbowLat/labels/val_196_png.rf.nRpPTzF4jhMxKRPg58Ge.npy new file mode 100644 index 0000000000000000000000000000000000000000..e460e5fad309794815cdc13cbb65c0fc46072178 --- /dev/null +++ b/ElbowLat/labels/val_196_png.rf.nRpPTzF4jhMxKRPg58Ge.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7548dbd46914b7d156295c31b9b9781db32f8c86c3495a6236cb7062ac8cf9fb +size 262272 diff --git a/ElbowLat/labels/val_198_jpg.rf.Sjgj9bqUDzGFEXu2y8F5.npy b/ElbowLat/labels/val_198_jpg.rf.Sjgj9bqUDzGFEXu2y8F5.npy new file mode 100644 index 0000000000000000000000000000000000000000..b78f8e0dfdf6acf200ee3e2b326d5a3712158e44 --- /dev/null +++ b/ElbowLat/labels/val_198_jpg.rf.Sjgj9bqUDzGFEXu2y8F5.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2e7b0d1f7e96d7de78deff013bcf237ed0c57802ca7274ad354350676e654a9 +size 262272 diff --git a/ElbowLat/labels/val_198_png.rf.3gX0z73lr4aF7XDv8RTH.npy b/ElbowLat/labels/val_198_png.rf.3gX0z73lr4aF7XDv8RTH.npy new file mode 100644 index 0000000000000000000000000000000000000000..ced488fa595ea8ae6646f9c028d1cdbc235b58ad --- /dev/null +++ b/ElbowLat/labels/val_198_png.rf.3gX0z73lr4aF7XDv8RTH.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69cbd1b53c8fd7fb0a98f7bccd515eaa7eb6683babbfd1cc19889b447f9025bf +size 262272 diff --git a/ElbowLat/labels/val_201_jpg.rf.c5bCWc3RQ0QfEVrGnLjd.npy b/ElbowLat/labels/val_201_jpg.rf.c5bCWc3RQ0QfEVrGnLjd.npy new file mode 100644 index 0000000000000000000000000000000000000000..2af2cfe7fd8937c75449d0e80ec7096441820b6d --- /dev/null +++ b/ElbowLat/labels/val_201_jpg.rf.c5bCWc3RQ0QfEVrGnLjd.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c7a5b5bf453ba1c6da079a282c9d435f164e5435a5d29d5de321c7dae3408b3 +size 262272 diff --git a/ElbowLat/labels/val_207_jpg.rf.iVPwYaMo8ClCtp76NkBO.npy b/ElbowLat/labels/val_207_jpg.rf.iVPwYaMo8ClCtp76NkBO.npy new file mode 100644 index 0000000000000000000000000000000000000000..e38a20bb97ee37764aafed0a3b783931d0b7efbe --- /dev/null +++ b/ElbowLat/labels/val_207_jpg.rf.iVPwYaMo8ClCtp76NkBO.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:564d2d32cd9addd328ca657f4d52cb48666e81c6dd38d303be6729b7ceb5f0a2 +size 262272 diff --git a/ElbowLat/labels/val_207_png.rf.1yzG7q5KM2JKetQ4xXIP.npy b/ElbowLat/labels/val_207_png.rf.1yzG7q5KM2JKetQ4xXIP.npy new file mode 100644 index 0000000000000000000000000000000000000000..758cd99aee7275b7e172b7c8906b611d1be914ad --- /dev/null +++ b/ElbowLat/labels/val_207_png.rf.1yzG7q5KM2JKetQ4xXIP.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d241f5671825bb162d3537d11d5cb066a47a691c7bec6daa9578fef6f763fbd6 +size 262272 diff --git a/ElbowLat/labels/val_20_jpg.rf.hDvZ4TqqcbgvFFk6divO.npy b/ElbowLat/labels/val_20_jpg.rf.hDvZ4TqqcbgvFFk6divO.npy new file mode 100644 index 0000000000000000000000000000000000000000..b68ca813b124dad1d8f44493ec1b73ae64616dba --- /dev/null +++ b/ElbowLat/labels/val_20_jpg.rf.hDvZ4TqqcbgvFFk6divO.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f781654f2f33fba8c3bb00dc6b1a7ed0a0ef52edce2f5cbe7e3648cd058e8cf2 +size 262272 diff --git a/ElbowLat/labels/val_20_png.rf.4tYnraA7uwOUM0Ycc1Kf.npy b/ElbowLat/labels/val_20_png.rf.4tYnraA7uwOUM0Ycc1Kf.npy new file mode 100644 index 0000000000000000000000000000000000000000..ab2fb30ad6cfdd11cb8035f9e3afb7149baed5eb --- /dev/null +++ b/ElbowLat/labels/val_20_png.rf.4tYnraA7uwOUM0Ycc1Kf.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb954bc0a39008ba6ebe9ee1390d1529e18ed8abec83933a6600b6fedf9a5983 +size 262272 diff --git a/ElbowLat/labels/val_210_png.rf.MtJEw5gUFU5GgPrkl9FT.npy b/ElbowLat/labels/val_210_png.rf.MtJEw5gUFU5GgPrkl9FT.npy new file mode 100644 index 0000000000000000000000000000000000000000..7b9f81a9363f9b9cc510b06e10ef1bf2e782d505 --- /dev/null +++ b/ElbowLat/labels/val_210_png.rf.MtJEw5gUFU5GgPrkl9FT.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b997e2d3d5c3d176cc132c946bdaddb38dba8ac896b4f74e209420fe5a2ed795 +size 262272 diff --git a/ElbowLat/labels/val_218_jpg.rf.Swhx1gXfKm5k6joKrsy4.npy b/ElbowLat/labels/val_218_jpg.rf.Swhx1gXfKm5k6joKrsy4.npy new file mode 100644 index 0000000000000000000000000000000000000000..1c3851cc5ab876364d31ad10d7f62847da3f4d39 --- /dev/null +++ b/ElbowLat/labels/val_218_jpg.rf.Swhx1gXfKm5k6joKrsy4.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80656b05880387ca783e8986a2edc0e78317164c16326145e3cb51681ba1a39f +size 262272 diff --git a/ElbowLat/labels/val_218_png.rf.Fu8KQ1RlNHljZbnROHu7.npy b/ElbowLat/labels/val_218_png.rf.Fu8KQ1RlNHljZbnROHu7.npy new file mode 100644 index 0000000000000000000000000000000000000000..efb510ef13c8fdb9d0cf85ca4d2777e61e54bfda --- /dev/null +++ b/ElbowLat/labels/val_218_png.rf.Fu8KQ1RlNHljZbnROHu7.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e63bc72fc764241b3a4c92c5b6c8e765a50f88fedc017b67966548fff8ec3fb2 +size 262272 diff --git a/ElbowLat/labels/val_222_jpg.rf.eRlWkdfM8rpE8J5i8EvG.npy b/ElbowLat/labels/val_222_jpg.rf.eRlWkdfM8rpE8J5i8EvG.npy new file mode 100644 index 0000000000000000000000000000000000000000..7d7c2a3a722111b5fae8cf18ed1baf1e0f773a2a --- /dev/null +++ b/ElbowLat/labels/val_222_jpg.rf.eRlWkdfM8rpE8J5i8EvG.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24f5b87abafcb172999cd86c33fc71dbb2a294f715b660a9358e5a0747a113af +size 262272 diff --git a/ElbowLat/labels/val_222_png.rf.TUafz170zO7skFEi3QV4.npy b/ElbowLat/labels/val_222_png.rf.TUafz170zO7skFEi3QV4.npy new file mode 100644 index 0000000000000000000000000000000000000000..d75fe6ee56c4cc835348f0c0a867dc81175f8ad5 --- /dev/null +++ b/ElbowLat/labels/val_222_png.rf.TUafz170zO7skFEi3QV4.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e34940be5ba73e4ebee2efa8ff8d8a6b74b758f352528eba9f7ea00a38fcb4c6 +size 262272 diff --git a/ElbowLat/labels/val_224_jpg.rf.ixmC3rnhzx7wza9Opqzr.npy b/ElbowLat/labels/val_224_jpg.rf.ixmC3rnhzx7wza9Opqzr.npy new file mode 100644 index 0000000000000000000000000000000000000000..bd1779420fbde4a5a14090f5d660ff2d2f6dd750 --- /dev/null +++ b/ElbowLat/labels/val_224_jpg.rf.ixmC3rnhzx7wza9Opqzr.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb5b7c01ad44b7542c66073da06cd7d3c0ae5e984664a1358e98d9ccffca43d7 +size 262272 diff --git a/ElbowLat/labels/val_224_png.rf.5KgfmwWPuVLh3iReGtad.npy b/ElbowLat/labels/val_224_png.rf.5KgfmwWPuVLh3iReGtad.npy new file mode 100644 index 0000000000000000000000000000000000000000..52bc8603aa108b96af9b1c9bb0657eef51b2b628 --- /dev/null +++ b/ElbowLat/labels/val_224_png.rf.5KgfmwWPuVLh3iReGtad.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cb1958215b57b525289db717cbc864f93e080438b15e6958ac3c5260469d34b +size 262272 diff --git a/ElbowLat/labels/val_227_jpg.rf.WGOXP5wa7KvShpKlt76Y.npy b/ElbowLat/labels/val_227_jpg.rf.WGOXP5wa7KvShpKlt76Y.npy new file mode 100644 index 0000000000000000000000000000000000000000..bcd40077f5bff62f645bb0fc70de7e22e13efaa1 --- /dev/null +++ b/ElbowLat/labels/val_227_jpg.rf.WGOXP5wa7KvShpKlt76Y.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc248623fdb18bca0178cbfb1ded41cce820387075692940e7df19cae8bf828d +size 262272 diff --git a/ElbowLat/labels/val_227_png.rf.PQa1zfZKzvSCOXKjcI1K.npy b/ElbowLat/labels/val_227_png.rf.PQa1zfZKzvSCOXKjcI1K.npy new file mode 100644 index 0000000000000000000000000000000000000000..c0d0f978d5c12d5ccfaf3284e4612fc0264e47fa --- /dev/null +++ b/ElbowLat/labels/val_227_png.rf.PQa1zfZKzvSCOXKjcI1K.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da258db06e8a19d8a645a55f61729362621d5631f404c7ef526279d860a3573c +size 262272 diff --git a/ElbowLat/labels/val_235_jpg.rf.55gsrqVDsdrKA45HFgLb.npy b/ElbowLat/labels/val_235_jpg.rf.55gsrqVDsdrKA45HFgLb.npy new file mode 100644 index 0000000000000000000000000000000000000000..c37c94ec578ba03b568444894540083f3404bc11 --- /dev/null +++ b/ElbowLat/labels/val_235_jpg.rf.55gsrqVDsdrKA45HFgLb.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eefbed94a27950124932e84132610844b9b1b41c6a91f34d80e099be86f531d +size 262272 diff --git a/ElbowLat/labels/val_235_png.rf.uY9MPXS2Q1d1DGGvoYqr.npy b/ElbowLat/labels/val_235_png.rf.uY9MPXS2Q1d1DGGvoYqr.npy new file mode 100644 index 0000000000000000000000000000000000000000..a566d93941136ee6a5ce3d6ce6819c5fb716dfec --- /dev/null +++ b/ElbowLat/labels/val_235_png.rf.uY9MPXS2Q1d1DGGvoYqr.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b53adde0fa50a773c2603f7cb62b21042aeaa0ba4d85b68f3cd4b8d4e2748a37 +size 262272 diff --git a/ElbowLat/labels/val_239_jpg.rf.lH3Lcx3oc9QpIRvYmjHM.npy b/ElbowLat/labels/val_239_jpg.rf.lH3Lcx3oc9QpIRvYmjHM.npy new file mode 100644 index 0000000000000000000000000000000000000000..09fef62f4dcb2145b6b7c1875ecead0c7b02a0d6 --- /dev/null +++ b/ElbowLat/labels/val_239_jpg.rf.lH3Lcx3oc9QpIRvYmjHM.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1b374a39dd2a6caceee7800d4f1670e91ece71b2ef06c11096ef4e08586f7de +size 262272 diff --git a/ElbowLat/labels/val_239_png.rf.RQ0kUwNULLi5YZ0crhfE.npy b/ElbowLat/labels/val_239_png.rf.RQ0kUwNULLi5YZ0crhfE.npy new file mode 100644 index 0000000000000000000000000000000000000000..758eb0456d26a689e705c9c2ad984447b6d285e9 --- /dev/null +++ b/ElbowLat/labels/val_239_png.rf.RQ0kUwNULLi5YZ0crhfE.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:732aace063632b6d9f6f64da850fe7c02b8394ea71f55cf34b41ec3d3b5093a7 +size 262272 diff --git a/ElbowLat/labels/val_240_jpg.rf.WNYqyd5gxoegiWiwqSsr.npy b/ElbowLat/labels/val_240_jpg.rf.WNYqyd5gxoegiWiwqSsr.npy new file mode 100644 index 0000000000000000000000000000000000000000..1154b90c498de901092856ef25b45bd98b2da63c --- /dev/null +++ b/ElbowLat/labels/val_240_jpg.rf.WNYqyd5gxoegiWiwqSsr.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a00f9cd04004ba4bb289da6b9fe0a0c43112d818b51349209af4bb8ffd257d03 +size 262272 diff --git a/ElbowLat/labels/val_240_png.rf.mzSy9R1FxGQl7ccaSRSx.npy b/ElbowLat/labels/val_240_png.rf.mzSy9R1FxGQl7ccaSRSx.npy new file mode 100644 index 0000000000000000000000000000000000000000..0c9f3fd4bfcd60f77c272b00615d5d58bc5a9fb9 --- /dev/null +++ b/ElbowLat/labels/val_240_png.rf.mzSy9R1FxGQl7ccaSRSx.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e5dbb1acb9f05a1df8cb2e85cb0ff6cb80e82f1b14269f046f48cd515f9f172 +size 262272 diff --git a/ElbowLat/labels/val_241_png.rf.pyMN15D27dFIH9KevsAY.npy b/ElbowLat/labels/val_241_png.rf.pyMN15D27dFIH9KevsAY.npy new file mode 100644 index 0000000000000000000000000000000000000000..1f618eebd9e79ecb11827bdf395fd2563e533179 --- /dev/null +++ b/ElbowLat/labels/val_241_png.rf.pyMN15D27dFIH9KevsAY.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbc79070716b1a9450d24e56bb447596dbc8caa7dc286e946b7d615ab20237b7 +size 262272 diff --git a/ElbowLat/labels/val_244_jpg.rf.1YW3Xz0GqKZob5kWYz5r.npy b/ElbowLat/labels/val_244_jpg.rf.1YW3Xz0GqKZob5kWYz5r.npy new file mode 100644 index 0000000000000000000000000000000000000000..c394986356f4fbc5769c9177bbfd3f608b74f7cf --- /dev/null +++ b/ElbowLat/labels/val_244_jpg.rf.1YW3Xz0GqKZob5kWYz5r.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24223995dad8c2a86725cc642854ddccba2e1bb4758ff8fef985426db4559119 +size 262272 diff --git a/ElbowLat/labels/val_244_png.rf.qWEDPCTEMRqORywtXOPm.npy b/ElbowLat/labels/val_244_png.rf.qWEDPCTEMRqORywtXOPm.npy new file mode 100644 index 0000000000000000000000000000000000000000..3b24dfd72daa300e77d04dd28aaf46f9ca5e9109 --- /dev/null +++ b/ElbowLat/labels/val_244_png.rf.qWEDPCTEMRqORywtXOPm.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f940fdd88dc32948412e0f08a9dd0657d2ea2022ec9c0f63f87384371e0e975d +size 262272 diff --git a/ElbowLat/labels/val_245_jpg.rf.dspNtjJIUOJLoMvdyglT.npy b/ElbowLat/labels/val_245_jpg.rf.dspNtjJIUOJLoMvdyglT.npy new file mode 100644 index 0000000000000000000000000000000000000000..1411645f41e420e0efeff948b81a3d02c2f080e1 --- /dev/null +++ b/ElbowLat/labels/val_245_jpg.rf.dspNtjJIUOJLoMvdyglT.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ef1c4fcd00333bf4e2c089513239b73f60a766bdecc12cdcb5a4850680fa5c2 +size 262272 diff --git a/ElbowLat/labels/val_245_png.rf.dnbxhs3e8RjLPjHc2JkB.npy b/ElbowLat/labels/val_245_png.rf.dnbxhs3e8RjLPjHc2JkB.npy new file mode 100644 index 0000000000000000000000000000000000000000..2e0ac9996563fd602fb788931adb0a229f06e7db --- /dev/null +++ b/ElbowLat/labels/val_245_png.rf.dnbxhs3e8RjLPjHc2JkB.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7dc4145843927dbe83d6d2f0ad236bd6e203625dadf825fdae870db0e2ffa09 +size 262272 diff --git a/ElbowLat/labels/val_246_jpg.rf.4Cp6gQLNuf0nyo94762N.npy b/ElbowLat/labels/val_246_jpg.rf.4Cp6gQLNuf0nyo94762N.npy new file mode 100644 index 0000000000000000000000000000000000000000..dcf7a146669f63836b0e573757bebe3678f45b1f --- /dev/null +++ b/ElbowLat/labels/val_246_jpg.rf.4Cp6gQLNuf0nyo94762N.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90a8cf360a3e7062e8937c36ebc2eb26042f5bdc64bd36ad7fc25ce81f1ab4ce +size 262272 diff --git a/ElbowLat/labels/val_246_png.rf.81Hg6SYNp0YklLPutl9v.npy b/ElbowLat/labels/val_246_png.rf.81Hg6SYNp0YklLPutl9v.npy new file mode 100644 index 0000000000000000000000000000000000000000..5bc4a75383708fb64fb3a47e73d03969293d8070 --- /dev/null +++ b/ElbowLat/labels/val_246_png.rf.81Hg6SYNp0YklLPutl9v.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1df90fef8a7bdd1403899c019baf6b8da5e9ffd60f645c6dae90276b0fa6297b +size 262272 diff --git a/ElbowLat/labels/val_254_jpg.rf.NNVA9SpcjRpM3QrpEoUv.npy b/ElbowLat/labels/val_254_jpg.rf.NNVA9SpcjRpM3QrpEoUv.npy new file mode 100644 index 0000000000000000000000000000000000000000..d11413a729374c4b41cc41226b35bb8a563831c4 --- /dev/null +++ b/ElbowLat/labels/val_254_jpg.rf.NNVA9SpcjRpM3QrpEoUv.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f54afe00aaf985a60e67352078d683af388c567e2d683d9308dda5848a938222 +size 262272 diff --git a/ElbowLat/labels/val_254_png.rf.zVoRfY4M9FbtrTeNH1fx.npy b/ElbowLat/labels/val_254_png.rf.zVoRfY4M9FbtrTeNH1fx.npy new file mode 100644 index 0000000000000000000000000000000000000000..72aa93cf550ebeceb5475b5f70c38a01d9428c12 --- /dev/null +++ b/ElbowLat/labels/val_254_png.rf.zVoRfY4M9FbtrTeNH1fx.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8b7ca327c14bf396d9dcd4c31a8b22e31d038a1350a03f76a2d3002860bc3cd +size 262272 diff --git a/ElbowLat/labels/val_268_jpg.rf.oIZcznA4fBTrvwKKMvOc.npy b/ElbowLat/labels/val_268_jpg.rf.oIZcznA4fBTrvwKKMvOc.npy new file mode 100644 index 0000000000000000000000000000000000000000..447da949ae2d8dfcde1fb724e3c2f35aafe513f4 --- /dev/null +++ b/ElbowLat/labels/val_268_jpg.rf.oIZcznA4fBTrvwKKMvOc.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7893393268847b8d3e2939f3fa4a0acb12737db3dc87adbe771c08acfa3908df +size 262272 diff --git a/ElbowLat/labels/val_268_png.rf.lcgXas7fAVQBvbFN4nnE.npy b/ElbowLat/labels/val_268_png.rf.lcgXas7fAVQBvbFN4nnE.npy new file mode 100644 index 0000000000000000000000000000000000000000..576f39243a193d46c4c45470442910b51d64a12e --- /dev/null +++ b/ElbowLat/labels/val_268_png.rf.lcgXas7fAVQBvbFN4nnE.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a2dbf4b48b89d8eddd185c5e98494f3d05c7b9b64f7a4dfba5c032c0bb0b3c0 +size 262272 diff --git a/ElbowLat/labels/val_26_jpg.rf.4yPPbDvnvU1cIwd4JpNE.npy b/ElbowLat/labels/val_26_jpg.rf.4yPPbDvnvU1cIwd4JpNE.npy new file mode 100644 index 0000000000000000000000000000000000000000..a430c9d05407dc7d93538167208ee6c140dcab4c --- /dev/null +++ b/ElbowLat/labels/val_26_jpg.rf.4yPPbDvnvU1cIwd4JpNE.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41fa6f43f3feda46f721064f81ac78302eea2c1b8c0942d70ba690b4c50d404b +size 262272 diff --git a/ElbowLat/labels/val_26_png.rf.eSd0l1MeWEGKYCYWZpwD.npy b/ElbowLat/labels/val_26_png.rf.eSd0l1MeWEGKYCYWZpwD.npy new file mode 100644 index 0000000000000000000000000000000000000000..cff644fdc2c377a69c70dae72ab915aed0533438 --- /dev/null +++ b/ElbowLat/labels/val_26_png.rf.eSd0l1MeWEGKYCYWZpwD.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e331c20f5a246e2d20f91655bd17c05b76ba719a5b40203138d0b847dace6ac7 +size 262272 diff --git a/ElbowLat/labels/val_274_png.rf.PiG3cWvl4538zRT3ll8h.npy b/ElbowLat/labels/val_274_png.rf.PiG3cWvl4538zRT3ll8h.npy new file mode 100644 index 0000000000000000000000000000000000000000..ae405702ce6f691aa34758810d97e5048d024978 --- /dev/null +++ b/ElbowLat/labels/val_274_png.rf.PiG3cWvl4538zRT3ll8h.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9227dee38f75d4c29e7f5f742faeb5c24b11f92f27276b2d83488e303a3135a0 +size 262272 diff --git a/ElbowLat/labels/val_285_png.rf.Un2L3EU4OknwIBgxeZYF.npy b/ElbowLat/labels/val_285_png.rf.Un2L3EU4OknwIBgxeZYF.npy new file mode 100644 index 0000000000000000000000000000000000000000..42749d16187e56e223c76897aeb3cf84f7186b43 --- /dev/null +++ b/ElbowLat/labels/val_285_png.rf.Un2L3EU4OknwIBgxeZYF.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6133f0dd8390b28716df93de92f724e87dcfbf27dd34465c3fe9d020abf0a353 +size 262272 diff --git a/ElbowLat/labels/val_286_png.rf.aQRLucP1OcCOmg9PQYf5.npy b/ElbowLat/labels/val_286_png.rf.aQRLucP1OcCOmg9PQYf5.npy new file mode 100644 index 0000000000000000000000000000000000000000..c382be1923df91ce8d8e6b92051533f33775352b --- /dev/null +++ b/ElbowLat/labels/val_286_png.rf.aQRLucP1OcCOmg9PQYf5.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bca753a497339e4cddc95e3bd5a952051f1357f943d54298f04832e9f649bc7e +size 262272 diff --git a/ElbowLat/labels/val_294_png.rf.jdGxqXMdCkthrmTEW8J6.npy b/ElbowLat/labels/val_294_png.rf.jdGxqXMdCkthrmTEW8J6.npy new file mode 100644 index 0000000000000000000000000000000000000000..0ddb27db2b74b91cdfd5f214ba9163376a3e6f74 --- /dev/null +++ b/ElbowLat/labels/val_294_png.rf.jdGxqXMdCkthrmTEW8J6.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:288340ee29e88d05f639b277828e1a3e9b10651fd3f10a62f5dab39f78f47671 +size 262272 diff --git a/ElbowLat/labels/val_297_png.rf.wgP1BbDJQJXQSepj1ZO1.npy b/ElbowLat/labels/val_297_png.rf.wgP1BbDJQJXQSepj1ZO1.npy new file mode 100644 index 0000000000000000000000000000000000000000..8f6b490b880bbe2ca7c1952129a84e302496de94 --- /dev/null +++ b/ElbowLat/labels/val_297_png.rf.wgP1BbDJQJXQSepj1ZO1.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92666a17adfdbbc9ca22c7ca1a799604481485e3f8022e22b1bbb4a6a9df9c77 +size 262272 diff --git a/ElbowLat/labels/val_2_jpg.rf.n90talOkxvuNiGNG4uBf.npy b/ElbowLat/labels/val_2_jpg.rf.n90talOkxvuNiGNG4uBf.npy new file mode 100644 index 0000000000000000000000000000000000000000..5df14dfdfc410afcda0364a9a4ccd4ecc817f1fc --- /dev/null +++ b/ElbowLat/labels/val_2_jpg.rf.n90talOkxvuNiGNG4uBf.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8406970ee88f67c198a7988bf1617c2f0735aa868ed7337deb3077ecce6e9dd5 +size 262272 diff --git a/ElbowLat/labels/val_2_png.rf.IV4637QOaJDHXWILJiOb.npy b/ElbowLat/labels/val_2_png.rf.IV4637QOaJDHXWILJiOb.npy new file mode 100644 index 0000000000000000000000000000000000000000..ddcae53c2dac04b10bb5eef3c710c617a24df316 --- /dev/null +++ b/ElbowLat/labels/val_2_png.rf.IV4637QOaJDHXWILJiOb.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93e71516b4b303a17fe8fcb4df369b867171b341e0ae5697984450b2c16f7e82 +size 262272 diff --git a/ElbowLat/labels/val_300_png.rf.g9oxItqRjiuq857CIcbJ.npy b/ElbowLat/labels/val_300_png.rf.g9oxItqRjiuq857CIcbJ.npy new file mode 100644 index 0000000000000000000000000000000000000000..6c806f42fafb477d3574f50d8e02b43d50297bc5 --- /dev/null +++ b/ElbowLat/labels/val_300_png.rf.g9oxItqRjiuq857CIcbJ.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c097509e9014b13f8a5d15f0a3b5452d3095f6aba74ab505267cb6f0bb131910 +size 262272 diff --git a/ElbowLat/labels/val_310_png.rf.QVhXnoKKR3FihffcapET.npy b/ElbowLat/labels/val_310_png.rf.QVhXnoKKR3FihffcapET.npy new file mode 100644 index 0000000000000000000000000000000000000000..f8e108c0e5d6cc28b6220d8737ebe96557dc55e2 --- /dev/null +++ b/ElbowLat/labels/val_310_png.rf.QVhXnoKKR3FihffcapET.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:becae0b3bfda458aef527ba5eb61a4a46c57f86a2672a10bed94351c8d99e471 +size 262272 diff --git a/ElbowLat/labels/val_319_png.rf.3kBogmZbeMlFJnMMRTm5.npy b/ElbowLat/labels/val_319_png.rf.3kBogmZbeMlFJnMMRTm5.npy new file mode 100644 index 0000000000000000000000000000000000000000..fd3c402ace3cba976c3a348d521df35e11cc7ab4 --- /dev/null +++ b/ElbowLat/labels/val_319_png.rf.3kBogmZbeMlFJnMMRTm5.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d485f2149104d3c4c0b4489b4e8ded818112dafdd4cc521d0ee269e73260d3f +size 262272 diff --git a/ElbowLat/labels/val_320_png.rf.PmTexh0S9nNHvIPev42o.npy b/ElbowLat/labels/val_320_png.rf.PmTexh0S9nNHvIPev42o.npy new file mode 100644 index 0000000000000000000000000000000000000000..60043ec2798579bb7e74cf07db61f662e329912e --- /dev/null +++ b/ElbowLat/labels/val_320_png.rf.PmTexh0S9nNHvIPev42o.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b828e9e6b53961ee0af28bbc9112a01d76bd48f57d0a0c8c6a902e8b6dcd5b01 +size 262272 diff --git a/ElbowLat/labels/val_321_png.rf.BhXUgIHWO9lTNG51dww4.npy b/ElbowLat/labels/val_321_png.rf.BhXUgIHWO9lTNG51dww4.npy new file mode 100644 index 0000000000000000000000000000000000000000..5a8e208d31c35bdc28a76c8137fd88cd0519f777 --- /dev/null +++ b/ElbowLat/labels/val_321_png.rf.BhXUgIHWO9lTNG51dww4.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:779fc4490e954c67ab2d11452618e3788ccdc9a293193bbae15ceab6c7ad2800 +size 262272 diff --git a/ElbowLat/labels/val_327_png.rf.RZxjFebeNlfKrFCHuc6A.npy b/ElbowLat/labels/val_327_png.rf.RZxjFebeNlfKrFCHuc6A.npy new file mode 100644 index 0000000000000000000000000000000000000000..720b266dd7b0fb6148c241f320c1852988434b54 --- /dev/null +++ b/ElbowLat/labels/val_327_png.rf.RZxjFebeNlfKrFCHuc6A.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebf6fa454b54b55bdb2a4b81b49bfc463b643c1e23f9287188b5201330c4ebce +size 262272 diff --git a/ElbowLat/labels/val_348_png.rf.3pD6drDiF1vC6iPZhfmV.npy b/ElbowLat/labels/val_348_png.rf.3pD6drDiF1vC6iPZhfmV.npy new file mode 100644 index 0000000000000000000000000000000000000000..3b8f2547e5a4f7fec5f7b3b1b9b134282a238f57 --- /dev/null +++ b/ElbowLat/labels/val_348_png.rf.3pD6drDiF1vC6iPZhfmV.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cfa14d26afd08e7d14f9da4745b8fe2680ecbe5d9a3ed2ba21b1b889310a68e +size 262272 diff --git a/ElbowLat/labels/val_355_png.rf.rZzevA9C9Lh4fJjwhWH8.npy b/ElbowLat/labels/val_355_png.rf.rZzevA9C9Lh4fJjwhWH8.npy new file mode 100644 index 0000000000000000000000000000000000000000..c021880236281f439986d2278aa55f6efaf7ff75 --- /dev/null +++ b/ElbowLat/labels/val_355_png.rf.rZzevA9C9Lh4fJjwhWH8.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1c9cfc27eb104bdc97d1851cd6a1bf5eb5c62a24fb83030e625732bc42436df +size 262272 diff --git a/ElbowLat/labels/val_360_png.rf.p5gF5Fgq64E29O5Q4ZOg.npy b/ElbowLat/labels/val_360_png.rf.p5gF5Fgq64E29O5Q4ZOg.npy new file mode 100644 index 0000000000000000000000000000000000000000..31ecb6ed0b627ba5ca09d35ffe7afc326375c1f5 --- /dev/null +++ b/ElbowLat/labels/val_360_png.rf.p5gF5Fgq64E29O5Q4ZOg.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e9876aa9f62b9b436d165cca21a86c4864e6cfcaf20c68165c29267180e697c +size 262272 diff --git a/ElbowLat/labels/val_375_png.rf.md5kuP3wIQt12FKNrQCa.npy b/ElbowLat/labels/val_375_png.rf.md5kuP3wIQt12FKNrQCa.npy new file mode 100644 index 0000000000000000000000000000000000000000..fa0136c1c15a9efb6d0f4a27c1adc468bb930dfc --- /dev/null +++ b/ElbowLat/labels/val_375_png.rf.md5kuP3wIQt12FKNrQCa.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ade149e82131c3fbcb7fcada365ee56f3e236bf2e266ad037d2eaf83870f813e +size 262272 diff --git a/ElbowLat/labels/val_45_jpg.rf.LqjP5hjJhploWSXS1RnO.npy b/ElbowLat/labels/val_45_jpg.rf.LqjP5hjJhploWSXS1RnO.npy new file mode 100644 index 0000000000000000000000000000000000000000..cd82b874837e1ea9fefc95fd8405d9cff45efb4e --- /dev/null +++ b/ElbowLat/labels/val_45_jpg.rf.LqjP5hjJhploWSXS1RnO.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfc9ecd0a19670ada24ca9be762ab3b15d8036943c877b82078fe7b7ef74ccb8 +size 262272 diff --git a/ElbowLat/labels/val_45_png.rf.Crxw2QzoFOe5fUPSV4XF.npy b/ElbowLat/labels/val_45_png.rf.Crxw2QzoFOe5fUPSV4XF.npy new file mode 100644 index 0000000000000000000000000000000000000000..9b6af7bddf6c6dbf368c2fc1a92c06ea13b5b8c1 --- /dev/null +++ b/ElbowLat/labels/val_45_png.rf.Crxw2QzoFOe5fUPSV4XF.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d28c7876b1a38177d916ebff378fcd80b67329a7ec8c507209eba594916af95 +size 262272 diff --git a/ElbowLat/labels/val_60_jpg.rf.jxjkOlXJQ9jZ46LaBsOd.npy b/ElbowLat/labels/val_60_jpg.rf.jxjkOlXJQ9jZ46LaBsOd.npy new file mode 100644 index 0000000000000000000000000000000000000000..15427f9fd4a59955e42f4d2a3e516f99d8bb376a --- /dev/null +++ b/ElbowLat/labels/val_60_jpg.rf.jxjkOlXJQ9jZ46LaBsOd.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a52eb4fe1f2a7d835b88d787c073d1bcde4e97da6b64317c7b5216723493c2b +size 262272 diff --git a/ElbowLat/labels/val_60_png.rf.znuq1KKeUceC7CkINoYa.npy b/ElbowLat/labels/val_60_png.rf.znuq1KKeUceC7CkINoYa.npy new file mode 100644 index 0000000000000000000000000000000000000000..f53156f4fc4fb37b76b9b5d1e69473c34313dff3 --- /dev/null +++ b/ElbowLat/labels/val_60_png.rf.znuq1KKeUceC7CkINoYa.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a933d2382b870f8be5a83b2d66ad5d3dd75a1a1ba7c5982493fedcfafaa3ca1 +size 262272 diff --git a/ElbowLat/labels/val_70_jpg.rf.I9wEEt14FXB46bF8srI8.npy b/ElbowLat/labels/val_70_jpg.rf.I9wEEt14FXB46bF8srI8.npy new file mode 100644 index 0000000000000000000000000000000000000000..a4c62fcacc0d1ae8f72d0cf230d862debc97c9bd --- /dev/null +++ b/ElbowLat/labels/val_70_jpg.rf.I9wEEt14FXB46bF8srI8.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f3212469a4893b8cb5a19c05a78c322ed31208ee91707c28357fd8bdaf16410 +size 262272 diff --git a/ElbowLat/labels/val_70_png.rf.Y5frHiRi3X5SliAUcvlu.npy b/ElbowLat/labels/val_70_png.rf.Y5frHiRi3X5SliAUcvlu.npy new file mode 100644 index 0000000000000000000000000000000000000000..29d79150509f83c14ef9ccfdde16546a23d25148 --- /dev/null +++ b/ElbowLat/labels/val_70_png.rf.Y5frHiRi3X5SliAUcvlu.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:230a7d8d7c3828e80b6d9787c3fc8383b38dcedecbd539867ab734e8829a0450 +size 262272 diff --git a/ElbowLat/labels/val_87_jpg.rf.xD6GGVo73KPu7udnpVXL.npy b/ElbowLat/labels/val_87_jpg.rf.xD6GGVo73KPu7udnpVXL.npy new file mode 100644 index 0000000000000000000000000000000000000000..0897e4adc994681f29b6e31535fddb2eb71f85f2 --- /dev/null +++ b/ElbowLat/labels/val_87_jpg.rf.xD6GGVo73KPu7udnpVXL.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18aada72175125d897bdab2e7aa1444a39920823ff32c4840c45ce30bfd098e4 +size 262272 diff --git a/ElbowLat/labels/val_87_png.rf.rSV4npffk12shwic0Os1.npy b/ElbowLat/labels/val_87_png.rf.rSV4npffk12shwic0Os1.npy new file mode 100644 index 0000000000000000000000000000000000000000..4b040adcec34b2f9aa66a342b13275361434e61b --- /dev/null +++ b/ElbowLat/labels/val_87_png.rf.rSV4npffk12shwic0Os1.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67fb8fa9215882110babbe0024547ced1ed3e75d3c6dea134c698a5efe4796c0 +size 262272 diff --git a/ElbowLat/labels/val_89_jpg.rf.rh6nPsVGuQSrrVj0qeJX.npy b/ElbowLat/labels/val_89_jpg.rf.rh6nPsVGuQSrrVj0qeJX.npy new file mode 100644 index 0000000000000000000000000000000000000000..1f046f8ea5efc476ca88b5c41526904d9c0320e0 --- /dev/null +++ b/ElbowLat/labels/val_89_jpg.rf.rh6nPsVGuQSrrVj0qeJX.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9165f6b6fa07fceac2cfb6210ad00a594e31685996bbe53a61ab657b23754f3b +size 262272 diff --git a/ElbowLat/labels/val_89_png.rf.WYSlitk2KXohohGQh9TI.npy b/ElbowLat/labels/val_89_png.rf.WYSlitk2KXohohGQh9TI.npy new file mode 100644 index 0000000000000000000000000000000000000000..220a4c067bf15c31824cfee635d6c67473244c80 --- /dev/null +++ b/ElbowLat/labels/val_89_png.rf.WYSlitk2KXohohGQh9TI.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5841515e89347b50a7f728574d0a2cbf10438decb215f85f8cdcd7c02dd32c0 +size 262272 diff --git a/ElbowLat/labels/val_91_jpg.rf.OuYVRrKKzpPE5bJrkDir.npy b/ElbowLat/labels/val_91_jpg.rf.OuYVRrKKzpPE5bJrkDir.npy new file mode 100644 index 0000000000000000000000000000000000000000..30629dcc7e7b5dacaeae57f09df977c81e68afef --- /dev/null +++ b/ElbowLat/labels/val_91_jpg.rf.OuYVRrKKzpPE5bJrkDir.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6acd44a191162db0d5a58ad548037079cddaa884331d2dc3be5a342392f7de68 +size 262272 diff --git a/ElbowLat/labels/val_91_png.rf.0T4fm1IZD0Fyz6EWiWY1.npy b/ElbowLat/labels/val_91_png.rf.0T4fm1IZD0Fyz6EWiWY1.npy new file mode 100644 index 0000000000000000000000000000000000000000..7d9ffac474453d2feef9898b1c5f8319303ac3a0 --- /dev/null +++ b/ElbowLat/labels/val_91_png.rf.0T4fm1IZD0Fyz6EWiWY1.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f1698442dde57631ce014d9eb4d274a09a066e30c965d9aa90f0517c3b3186d +size 262272 diff --git a/ElbowLat/labels/val_95_jpg.rf.nzFw5KB7DdMXIoFR2xUg.npy b/ElbowLat/labels/val_95_jpg.rf.nzFw5KB7DdMXIoFR2xUg.npy new file mode 100644 index 0000000000000000000000000000000000000000..5d89790bd75f14706243d5af9feb83c0e47e349d --- /dev/null +++ b/ElbowLat/labels/val_95_jpg.rf.nzFw5KB7DdMXIoFR2xUg.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba514c73897b1d0083c2285312a2d7acbe128bacc11680cbbc050b9869cfe53e +size 262272 diff --git a/FootBones/LICENSE b/FootBones/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..6a1f0ce2449e297a73a987b5ccfe170a8b2b55e8 --- /dev/null +++ b/FootBones/LICENSE @@ -0,0 +1,5 @@ +CC BY 4.0 +https://creativecommons.org/licenses/by/4.0/ + +Derived from: https://universe.roboflow.com/monchbot1/foot_op +Attribution: Roboflow Universe project `monchbot1/foot_op` (uploader-declared CC BY 4.0). diff --git a/FootBones/README.md b/FootBones/README.md new file mode 100644 index 0000000000000000000000000000000000000000..fa24ee36f807c885e2ec4ade5ec02c54155d2c80 --- /dev/null +++ b/FootBones/README.md @@ -0,0 +1,37 @@ +# FootBones (foot radiographs with metatarsal and toe masks) + +Part of the FleXray data release. Repackaged from the original distribution at +https://universe.roboflow.com/monchbot1/foot_op under CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/). + +**Citation:** Roboflow Universe project `monchbot1/foot_op` (uploader-declared CC BY 4.0). + +## Contents + +- 571 samples (test: 85, train: 400, val: 86); one image and one label per sample. +- `images/*.png`: 16-bit grayscale PNG, intensities in [0, 65535] map linearly to [0, 1]. +- `labels/`: binary channel masks (NPY, C x H x W). Label ids/channels: +- channel `0`: background +- channel `1`: metatarsal_one +- channel `2`: metatarsal_two +- channel `3`: metatarsal_three +- channel `4`: metatarsal_four +- channel `5`: metatarsal_five +- channel `6`: toes +- channel `7`: todo_drop_native_7 +- `dataset.yml`: `fxr-dataset` manifest (schema version 1). Splits are the + ones used in the FleXray paper; `metadata.original_shape` is the source image shape. + +## Preprocessing + +Every image was min-max normalized to [0, 1] per image, padded to a square with zeros +(centered) and resized to 256 x 256 (area interpolation for images, nearest for labels). Labels were remapped from the +source annotation to the dataset-native names listed above; the FleXray package maps +those names into its label protocol at training time. + +## Usage + +```bash +pip install flexray +fxr-dataset validate dataset.yml +fxr-dataset pack dataset.yml /data/flexray/FootBones +``` diff --git a/FootBones/dataset.yml b/FootBones/dataset.yml new file mode 100644 index 0000000000000000000000000000000000000000..9f9d11a5b6c82dbc931c50c066ed7af9f5dd4d33 --- /dev/null +++ b/FootBones/dataset.yml @@ -0,0 +1,5724 @@ +schema_version: 1 +dataset_name: FootBones +dataset_type: xray-seg +protocol_name: all_structures_flexray_v4 +label_names: +- background +- metatarsal_one +- metatarsal_two +- metatarsal_three +- metatarsal_four +- metatarsal_five +- toes +- todo_drop_native_7 +samples: +- sample_id: test_DX105_jpg.rf.4BARLKlv32JwjaGukRlx + subject_id: DX105_jpg + split: test + image: images/test_DX105_jpg.rf.4BARLKlv32JwjaGukRlx.png + label: labels/test_DX105_jpg.rf.4BARLKlv32JwjaGukRlx.npy + metadata: + original_shape: + - 3233 + - 2083 + source_split: train +- sample_id: test_DX108_jpg.rf.Qy6Jem6INk8Xzr9PsLoD + subject_id: DX108_jpg + split: test + image: images/test_DX108_jpg.rf.Qy6Jem6INk8Xzr9PsLoD.png + label: labels/test_DX108_jpg.rf.Qy6Jem6INk8Xzr9PsLoD.npy + metadata: + original_shape: + - 3278 + - 3539 + source_split: train +- sample_id: test_DX138_jpg.rf.ieUGlufcuvksLH6po0zK + subject_id: DX138_jpg + split: test + image: images/test_DX138_jpg.rf.ieUGlufcuvksLH6po0zK.png + label: labels/test_DX138_jpg.rf.ieUGlufcuvksLH6po0zK.npy + metadata: + original_shape: + - 3308 + - 2188 + source_split: train +- sample_id: test_DX151_jpg.rf.2FBO9UDisM8IEN1IfJCz + subject_id: DX151_jpg + split: test + image: images/test_DX151_jpg.rf.2FBO9UDisM8IEN1IfJCz.png + label: labels/test_DX151_jpg.rf.2FBO9UDisM8IEN1IfJCz.npy + metadata: + original_shape: + - 3717 + - 2153 + source_split: train +- sample_id: test_DX155_jpg.rf.TDGnQranA3dp7Vf1rrhN + subject_id: DX155_jpg + split: test + image: images/test_DX155_jpg.rf.TDGnQranA3dp7Vf1rrhN.png + label: labels/test_DX155_jpg.rf.TDGnQranA3dp7Vf1rrhN.npy + metadata: + original_shape: + - 3472 + - 4260 + source_split: train +- sample_id: test_DX156_jpg.rf.4186uF4HNTVtDTvV1RA6 + subject_id: DX156_jpg + split: test + image: images/test_DX156_jpg.rf.4186uF4HNTVtDTvV1RA6.png + label: labels/test_DX156_jpg.rf.4186uF4HNTVtDTvV1RA6.npy + metadata: + original_shape: + - 3532 + - 4260 + source_split: train +- sample_id: test_DX167_jpg.rf.pgmuYbplqCSVyiDSsbjz + subject_id: DX167_jpg + split: test + image: images/test_DX167_jpg.rf.pgmuYbplqCSVyiDSsbjz.png + label: labels/test_DX167_jpg.rf.pgmuYbplqCSVyiDSsbjz.npy + metadata: + original_shape: + - 1905 + - 954 + source_split: train +- sample_id: test_DX168_jpg.rf.yFsyhplDeFXq1fCYqYl4 + subject_id: DX168_jpg + split: test + image: images/test_DX168_jpg.rf.yFsyhplDeFXq1fCYqYl4.png + label: labels/test_DX168_jpg.rf.yFsyhplDeFXq1fCYqYl4.npy + metadata: + original_shape: + - 1935 + - 1298 + source_split: train +- sample_id: test_DX184_jpg.rf.3YysfVOlwYuv7zKq5YQI + subject_id: DX184_jpg + split: test + image: images/test_DX184_jpg.rf.3YysfVOlwYuv7zKq5YQI.png + label: labels/test_DX184_jpg.rf.3YysfVOlwYuv7zKq5YQI.npy + metadata: + original_shape: + - 2081 + - 1510 + source_split: train +- sample_id: test_DX197_jpg.rf.NlilEpyZsGmxURUg1wxB + subject_id: DX197_jpg + split: test + image: images/test_DX197_jpg.rf.NlilEpyZsGmxURUg1wxB.png + label: labels/test_DX197_jpg.rf.NlilEpyZsGmxURUg1wxB.npy + metadata: + original_shape: + - 2170 + - 1606 + source_split: train +- sample_id: test_DX201_jpg.rf.4QskQBasRk7RvnH9V9wG + subject_id: DX201_jpg + split: test + image: images/test_DX201_jpg.rf.4QskQBasRk7RvnH9V9wG.png + label: labels/test_DX201_jpg.rf.4QskQBasRk7RvnH9V9wG.npy + metadata: + original_shape: + - 1549 + - 1006 + source_split: train +- sample_id: test_DX205_jpg.rf.fpvCBNDa3yZ2WOrAtME8 + subject_id: DX205_jpg + split: test + image: images/test_DX205_jpg.rf.fpvCBNDa3yZ2WOrAtME8.png + label: labels/test_DX205_jpg.rf.fpvCBNDa3yZ2WOrAtME8.npy + metadata: + original_shape: + - 2044 + - 1075 + source_split: train +- sample_id: test_DX214_jpg.rf.JgSF6u4oiz1QWW0o7Tv5 + subject_id: DX214_jpg + split: test + image: images/test_DX214_jpg.rf.JgSF6u4oiz1QWW0o7Tv5.png + label: labels/test_DX214_jpg.rf.JgSF6u4oiz1QWW0o7Tv5.npy + metadata: + original_shape: + - 2134 + - 1344 + source_split: train +- sample_id: test_DX217_jpg.rf.4HoNaAHe3ozkpJ11HS5G + subject_id: DX217_jpg + split: test + image: images/test_DX217_jpg.rf.4HoNaAHe3ozkpJ11HS5G.png + label: labels/test_DX217_jpg.rf.4HoNaAHe3ozkpJ11HS5G.npy + metadata: + original_shape: + - 1893 + - 1022 + source_split: train +- sample_id: test_DX219_jpg.rf.4wxDbwEEm28RBfvx5uSH + subject_id: DX219_jpg + split: test + image: images/test_DX219_jpg.rf.4wxDbwEEm28RBfvx5uSH.png + label: labels/test_DX219_jpg.rf.4wxDbwEEm28RBfvx5uSH.npy + metadata: + original_shape: + - 2156 + - 1336 + source_split: train +- sample_id: test_DX223_jpg.rf.3KrMX9Mrmd7o6bQxqzBC + subject_id: DX223_jpg + split: test + image: images/test_DX223_jpg.rf.3KrMX9Mrmd7o6bQxqzBC.png + label: labels/test_DX223_jpg.rf.3KrMX9Mrmd7o6bQxqzBC.npy + metadata: + original_shape: + - 1985 + - 1174 + source_split: train +- sample_id: test_DX224_jpg.rf.89x6eGjOOyHyDRAzqlj5 + subject_id: DX224_jpg + split: test + image: images/test_DX224_jpg.rf.89x6eGjOOyHyDRAzqlj5.png + label: labels/test_DX224_jpg.rf.89x6eGjOOyHyDRAzqlj5.npy + metadata: + original_shape: + - 1775 + - 1320 + source_split: train +- sample_id: test_DX229_jpg.rf.ppBdwIcpJ2ZoCJ3dzEKh + subject_id: DX229_jpg + split: test + image: images/test_DX229_jpg.rf.ppBdwIcpJ2ZoCJ3dzEKh.png + label: labels/test_DX229_jpg.rf.ppBdwIcpJ2ZoCJ3dzEKh.npy + metadata: + original_shape: + - 1865 + - 1040 + source_split: train +- sample_id: test_DX235_jpg.rf.1bbHB8dbepH5yRQ871Qv + subject_id: DX235_jpg + split: test + image: images/test_DX235_jpg.rf.1bbHB8dbepH5yRQ871Qv.png + label: labels/test_DX235_jpg.rf.1bbHB8dbepH5yRQ871Qv.npy + metadata: + original_shape: + - 2220 + - 1214 + source_split: train +- sample_id: test_DX237_jpg.rf.NALVEvIpPsoxJHjZJ9h1 + subject_id: DX237_jpg + split: test + image: images/test_DX237_jpg.rf.NALVEvIpPsoxJHjZJ9h1.png + label: labels/test_DX237_jpg.rf.NALVEvIpPsoxJHjZJ9h1.npy + metadata: + original_shape: + - 2206 + - 1344 + source_split: train +- sample_id: test_DX241_jpg.rf.vzcqekNUpvYd9786ZO1c + subject_id: DX241_jpg + split: test + image: images/test_DX241_jpg.rf.vzcqekNUpvYd9786ZO1c.png + label: labels/test_DX241_jpg.rf.vzcqekNUpvYd9786ZO1c.npy + metadata: + original_shape: + - 2066 + - 1039 + source_split: train +- sample_id: test_DX252_jpg.rf.Vq0NKBgHGtMICvQpTJlU + subject_id: DX252_jpg + split: test + image: images/test_DX252_jpg.rf.Vq0NKBgHGtMICvQpTJlU.png + label: labels/test_DX252_jpg.rf.Vq0NKBgHGtMICvQpTJlU.npy + metadata: + original_shape: + - 2397 + - 1332 + source_split: train +- sample_id: test_DX257_jpg.rf.ItwVDJEAPXurcHnrnHz1 + subject_id: DX257_jpg + split: test + image: images/test_DX257_jpg.rf.ItwVDJEAPXurcHnrnHz1.png + label: labels/test_DX257_jpg.rf.ItwVDJEAPXurcHnrnHz1.npy + metadata: + original_shape: + - 2173 + - 1188 + source_split: train +- sample_id: test_DX268_jpg.rf.nmNKiBrCLb7WVIjbeIqN + subject_id: DX268_jpg + split: test + image: images/test_DX268_jpg.rf.nmNKiBrCLb7WVIjbeIqN.png + label: labels/test_DX268_jpg.rf.nmNKiBrCLb7WVIjbeIqN.npy + metadata: + original_shape: + - 2212 + - 1318 + source_split: train +- sample_id: test_DX26_jpg.rf.YTjZRNKHabrtmDK9AHDF + subject_id: DX26_jpg + split: test + image: images/test_DX26_jpg.rf.YTjZRNKHabrtmDK9AHDF.png + label: labels/test_DX26_jpg.rf.YTjZRNKHabrtmDK9AHDF.npy + metadata: + original_shape: + - 2260 + - 1382 + source_split: train +- sample_id: test_DX276_jpg.rf.NRx57wKznOSpCVhirkYJ + subject_id: DX276_jpg + split: test + image: images/test_DX276_jpg.rf.NRx57wKznOSpCVhirkYJ.png + label: labels/test_DX276_jpg.rf.NRx57wKznOSpCVhirkYJ.npy + metadata: + original_shape: + - 2017 + - 1228 + source_split: train +- sample_id: test_DX283_jpg.rf.J6zeP34ByVoQ6vDXXthC + subject_id: DX283_jpg + split: test + image: images/test_DX283_jpg.rf.J6zeP34ByVoQ6vDXXthC.png + label: labels/test_DX283_jpg.rf.J6zeP34ByVoQ6vDXXthC.npy + metadata: + original_shape: + - 1658 + - 966 + source_split: train +- sample_id: test_DX284_jpg.rf.dn7aWchWVleKWVVbxYbn + subject_id: DX284_jpg + split: test + image: images/test_DX284_jpg.rf.dn7aWchWVleKWVVbxYbn.png + label: labels/test_DX284_jpg.rf.dn7aWchWVleKWVVbxYbn.npy + metadata: + original_shape: + - 1857 + - 998 + source_split: train +- sample_id: test_DX28_jpg.rf.a7Drq9TXyGjmbnIJDWdG + subject_id: DX28_jpg + split: test + image: images/test_DX28_jpg.rf.a7Drq9TXyGjmbnIJDWdG.png + label: labels/test_DX28_jpg.rf.a7Drq9TXyGjmbnIJDWdG.npy + metadata: + original_shape: + - 1222 + - 768 + source_split: train +- sample_id: test_DX29_jpg.rf.8CN4TIwpIfcpOzG7nTXJ + subject_id: DX29_jpg + split: test + image: images/test_DX29_jpg.rf.8CN4TIwpIfcpOzG7nTXJ.png + label: labels/test_DX29_jpg.rf.8CN4TIwpIfcpOzG7nTXJ.npy + metadata: + original_shape: + - 1374 + - 948 + source_split: train +- sample_id: test_DX30_jpg.rf.X2ASyUNTVNtjj5366XjN + subject_id: DX30_jpg + split: test + image: images/test_DX30_jpg.rf.X2ASyUNTVNtjj5366XjN.png + label: labels/test_DX30_jpg.rf.X2ASyUNTVNtjj5366XjN.npy + metadata: + original_shape: + - 1902 + - 954 + source_split: train +- sample_id: test_DX313_jpg.rf.A9JpowrkzeZ0C4sDGrHo + subject_id: DX313_jpg + split: test + image: images/test_DX313_jpg.rf.A9JpowrkzeZ0C4sDGrHo.png + label: labels/test_DX313_jpg.rf.A9JpowrkzeZ0C4sDGrHo.npy + metadata: + original_shape: + - 1983 + - 1174 + source_split: train +- sample_id: test_DX316_jpg.rf.14ddmzcNsGvGjgxFMKBh + subject_id: DX316_jpg + split: test + image: images/test_DX316_jpg.rf.14ddmzcNsGvGjgxFMKBh.png + label: labels/test_DX316_jpg.rf.14ddmzcNsGvGjgxFMKBh.npy + metadata: + original_shape: + - 2218 + - 1404 + source_split: train +- sample_id: test_DX317_jpg.rf.Zai5WIbAcec78CK8r66e + subject_id: DX317_jpg + split: test + image: images/test_DX317_jpg.rf.Zai5WIbAcec78CK8r66e.png + label: labels/test_DX317_jpg.rf.Zai5WIbAcec78CK8r66e.npy + metadata: + original_shape: + - 2255 + - 1378 + source_split: train +- sample_id: test_DX325_jpg.rf.mevnaJV1m3NXHHLv489d + subject_id: DX325_jpg + split: test + image: images/test_DX325_jpg.rf.mevnaJV1m3NXHHLv489d.png + label: labels/test_DX325_jpg.rf.mevnaJV1m3NXHHLv489d.npy + metadata: + original_shape: + - 1884 + - 1466 + source_split: train +- sample_id: test_DX340_jpg.rf.hXUWmNWbqA4nwVFYl4Pg + subject_id: DX340_jpg + split: test + image: images/test_DX340_jpg.rf.hXUWmNWbqA4nwVFYl4Pg.png + label: labels/test_DX340_jpg.rf.hXUWmNWbqA4nwVFYl4Pg.npy + metadata: + original_shape: + - 2050 + - 1132 + source_split: train +- sample_id: test_DX341_jpg.rf.dlhHJ5KWLV0FeN6IcnDg + subject_id: DX341_jpg + split: test + image: images/test_DX341_jpg.rf.dlhHJ5KWLV0FeN6IcnDg.png + label: labels/test_DX341_jpg.rf.dlhHJ5KWLV0FeN6IcnDg.npy + metadata: + original_shape: + - 2234 + - 1368 + source_split: train +- sample_id: test_DX349_jpg.rf.X8n1oyB2mNNp2Kn0cmJi + subject_id: DX349_jpg + split: test + image: images/test_DX349_jpg.rf.X8n1oyB2mNNp2Kn0cmJi.png + label: labels/test_DX349_jpg.rf.X8n1oyB2mNNp2Kn0cmJi.npy + metadata: + original_shape: + - 1932 + - 1299 + source_split: train +- sample_id: test_DX363_jpg.rf.ZzMDogA76Hbvgis4Xcy0 + subject_id: DX363_jpg + split: test + image: images/test_DX363_jpg.rf.ZzMDogA76Hbvgis4Xcy0.png + label: labels/test_DX363_jpg.rf.ZzMDogA76Hbvgis4Xcy0.npy + metadata: + original_shape: + - 1834 + - 1018 + source_split: train +- sample_id: test_DX371_jpg.rf.ZjymSzdwKNQJsDtZrerd + subject_id: DX371_jpg + split: test + image: images/test_DX371_jpg.rf.ZjymSzdwKNQJsDtZrerd.png + label: labels/test_DX371_jpg.rf.ZjymSzdwKNQJsDtZrerd.npy + metadata: + original_shape: + - 2083 + - 1326 + source_split: train +- sample_id: test_DX373_jpg.rf.ehmiyQpUL4UJkLN6K0El + subject_id: DX373_jpg + split: test + image: images/test_DX373_jpg.rf.ehmiyQpUL4UJkLN6K0El.png + label: labels/test_DX373_jpg.rf.ehmiyQpUL4UJkLN6K0El.npy + metadata: + original_shape: + - 2069 + - 1312 + source_split: train +- sample_id: test_DX382_jpg.rf.jiRpSdRRFcZ2I0SHDTl8 + subject_id: DX382_jpg + split: test + image: images/test_DX382_jpg.rf.jiRpSdRRFcZ2I0SHDTl8.png + label: labels/test_DX382_jpg.rf.jiRpSdRRFcZ2I0SHDTl8.npy + metadata: + original_shape: + - 2086 + - 1300 + source_split: train +- sample_id: test_DX389_jpg.rf.w6D6tDB0dqHnxJWNbSGA + subject_id: DX389_jpg + split: test + image: images/test_DX389_jpg.rf.w6D6tDB0dqHnxJWNbSGA.png + label: labels/test_DX389_jpg.rf.w6D6tDB0dqHnxJWNbSGA.npy + metadata: + original_shape: + - 2122 + - 1168 + source_split: train +- sample_id: test_DX402_jpg.rf.1PmedS7drCUEWFvfKq5z + subject_id: DX402_jpg + split: test + image: images/test_DX402_jpg.rf.1PmedS7drCUEWFvfKq5z.png + label: labels/test_DX402_jpg.rf.1PmedS7drCUEWFvfKq5z.npy + metadata: + original_shape: + - 2198 + - 1171 + source_split: train +- sample_id: test_DX404_jpg.rf.Psw45CH0GIBbTE0Vzh2E + subject_id: DX404_jpg + split: test + image: images/test_DX404_jpg.rf.Psw45CH0GIBbTE0Vzh2E.png + label: labels/test_DX404_jpg.rf.Psw45CH0GIBbTE0Vzh2E.npy + metadata: + original_shape: + - 1782 + - 1037 + source_split: train +- sample_id: test_DX409_jpg.rf.GMchw5Lzm6grU9vmsNsq + subject_id: DX409_jpg + split: test + image: images/test_DX409_jpg.rf.GMchw5Lzm6grU9vmsNsq.png + label: labels/test_DX409_jpg.rf.GMchw5Lzm6grU9vmsNsq.npy + metadata: + original_shape: + - 1963 + - 1256 + source_split: train +- sample_id: test_DX425_jpg.rf.GDn8fAis3POBC0DyUrJn + subject_id: DX425_jpg + split: test + image: images/test_DX425_jpg.rf.GDn8fAis3POBC0DyUrJn.png + label: labels/test_DX425_jpg.rf.GDn8fAis3POBC0DyUrJn.npy + metadata: + original_shape: + - 2066 + - 1124 + source_split: train +- sample_id: test_DX433_jpg.rf.8N2ulpJgXB4Vfn3W8jt6 + subject_id: DX433_jpg + split: test + image: images/test_DX433_jpg.rf.8N2ulpJgXB4Vfn3W8jt6.png + label: labels/test_DX433_jpg.rf.8N2ulpJgXB4Vfn3W8jt6.npy + metadata: + original_shape: + - 1936 + - 1210 + source_split: train +- sample_id: test_DX448_jpg.rf.rqPW97IJwG7IXzYF2knr + subject_id: DX448_jpg + split: test + image: images/test_DX448_jpg.rf.rqPW97IJwG7IXzYF2knr.png + label: labels/test_DX448_jpg.rf.rqPW97IJwG7IXzYF2knr.npy + metadata: + original_shape: + - 1902 + - 1207 + source_split: train +- sample_id: test_DX455_jpg.rf.O9Qg6XbqjZktdRC3Y9D1 + subject_id: DX455_jpg + split: test + image: images/test_DX455_jpg.rf.O9Qg6XbqjZktdRC3Y9D1.png + label: labels/test_DX455_jpg.rf.O9Qg6XbqjZktdRC3Y9D1.npy + metadata: + original_shape: + - 2064 + - 1192 + source_split: train +- sample_id: test_DX460_jpg.rf.DEixcg8xUSPjv9Cz4F0b + subject_id: DX460_jpg + split: test + image: images/test_DX460_jpg.rf.DEixcg8xUSPjv9Cz4F0b.png + label: labels/test_DX460_jpg.rf.DEixcg8xUSPjv9Cz4F0b.npy + metadata: + original_shape: + - 2002 + - 1242 + source_split: train +- sample_id: test_DX464_jpg.rf.BbVBniJy8JVQdeSExk0h + subject_id: DX464_jpg + split: test + image: images/test_DX464_jpg.rf.BbVBniJy8JVQdeSExk0h.png + label: labels/test_DX464_jpg.rf.BbVBniJy8JVQdeSExk0h.npy + metadata: + original_shape: + - 2022 + - 1158 + source_split: train +- sample_id: test_DX465_jpg.rf.KaohddkFKEtj6At882JZ + subject_id: DX465_jpg + split: test + image: images/test_DX465_jpg.rf.KaohddkFKEtj6At882JZ.png + label: labels/test_DX465_jpg.rf.KaohddkFKEtj6At882JZ.npy + metadata: + original_shape: + - 1901 + - 1506 + source_split: train +- sample_id: test_DX479_jpg.rf.0A5PldaZhJ6hxfG3AftX + subject_id: DX479_jpg + split: test + image: images/test_DX479_jpg.rf.0A5PldaZhJ6hxfG3AftX.png + label: labels/test_DX479_jpg.rf.0A5PldaZhJ6hxfG3AftX.npy + metadata: + original_shape: + - 2271 + - 1586 + source_split: train +- sample_id: test_DX4_jpg.rf.x35vrZnPaBUApam34nav + subject_id: DX4_jpg + split: test + image: images/test_DX4_jpg.rf.x35vrZnPaBUApam34nav.png + label: labels/test_DX4_jpg.rf.x35vrZnPaBUApam34nav.npy + metadata: + original_shape: + - 2080 + - 1143 + source_split: train +- sample_id: test_DX53_jpg.rf.hPQ6BNJ3MPpMHRbwzYD0 + subject_id: DX53_jpg + split: test + image: images/test_DX53_jpg.rf.hPQ6BNJ3MPpMHRbwzYD0.png + label: labels/test_DX53_jpg.rf.hPQ6BNJ3MPpMHRbwzYD0.npy + metadata: + original_shape: + - 3353 + - 1922 + source_split: train +- sample_id: test_DX543_jpg.rf.Yxgfrr02zCWv1DVT4gKQ + subject_id: DX543_jpg + split: test + image: images/test_DX543_jpg.rf.Yxgfrr02zCWv1DVT4gKQ.png + label: labels/test_DX543_jpg.rf.Yxgfrr02zCWv1DVT4gKQ.npy + metadata: + original_shape: + - 2070 + - 1426 + source_split: train +- sample_id: test_DX561_jpg.rf.FikGWbVsJtfTLLDiaeq7 + subject_id: DX561_jpg + split: test + image: images/test_DX561_jpg.rf.FikGWbVsJtfTLLDiaeq7.png + label: labels/test_DX561_jpg.rf.FikGWbVsJtfTLLDiaeq7.npy + metadata: + original_shape: + - 1994 + - 1188 + source_split: train +- sample_id: test_DX565_jpg.rf.PeZ8aNW0oKbOlAkQ9Jle + subject_id: DX565_jpg + split: test + image: images/test_DX565_jpg.rf.PeZ8aNW0oKbOlAkQ9Jle.png + label: labels/test_DX565_jpg.rf.PeZ8aNW0oKbOlAkQ9Jle.npy + metadata: + original_shape: + - 1910 + - 1364 + source_split: train +- sample_id: test_DX569_jpg.rf.VwNGVAMJbo9rGHgwE06m + subject_id: DX569_jpg + split: test + image: images/test_DX569_jpg.rf.VwNGVAMJbo9rGHgwE06m.png + label: labels/test_DX569_jpg.rf.VwNGVAMJbo9rGHgwE06m.npy + metadata: + original_shape: + - 2117 + - 1448 + source_split: train +- sample_id: test_DX577_jpg.rf.19RqaQskMaHqAxzb4q5U + subject_id: DX577_jpg + split: test + image: images/test_DX577_jpg.rf.19RqaQskMaHqAxzb4q5U.png + label: labels/test_DX577_jpg.rf.19RqaQskMaHqAxzb4q5U.npy + metadata: + original_shape: + - 2089 + - 1564 + source_split: train +- sample_id: test_DX581_jpg.rf.oN4LWQMtaArf7aNA5F0C + subject_id: DX581_jpg + split: test + image: images/test_DX581_jpg.rf.oN4LWQMtaArf7aNA5F0C.png + label: labels/test_DX581_jpg.rf.oN4LWQMtaArf7aNA5F0C.npy + metadata: + original_shape: + - 1790 + - 1238 + source_split: train +- sample_id: test_DX591_jpg.rf.7iIJeBYPpgReCDnBwSKj + subject_id: DX591_jpg + split: test + image: images/test_DX591_jpg.rf.7iIJeBYPpgReCDnBwSKj.png + label: labels/test_DX591_jpg.rf.7iIJeBYPpgReCDnBwSKj.npy + metadata: + original_shape: + - 1913 + - 1208 + source_split: train +- sample_id: test_DX592_jpg.rf.07VyE6x9gauo4iwH3Uwz + subject_id: DX592_jpg + split: test + image: images/test_DX592_jpg.rf.07VyE6x9gauo4iwH3Uwz.png + label: labels/test_DX592_jpg.rf.07VyE6x9gauo4iwH3Uwz.npy + metadata: + original_shape: + - 2027 + - 1266 + source_split: train +- sample_id: test_DX5_jpg.rf.s4KsQ7IHaUBQdPvbgpCE + subject_id: DX5_jpg + split: test + image: images/test_DX5_jpg.rf.s4KsQ7IHaUBQdPvbgpCE.png + label: labels/test_DX5_jpg.rf.s4KsQ7IHaUBQdPvbgpCE.npy + metadata: + original_shape: + - 2331 + - 1657 + source_split: train +- sample_id: test_DX602_jpg.rf.X4sCSkdCcdzKlXZgpl9t + subject_id: DX602_jpg + split: test + image: images/test_DX602_jpg.rf.X4sCSkdCcdzKlXZgpl9t.png + label: labels/test_DX602_jpg.rf.X4sCSkdCcdzKlXZgpl9t.npy + metadata: + original_shape: + - 1946 + - 1297 + source_split: train +- sample_id: test_DX606_jpg.rf.FiXFfLLZhZgUpQCRX6So + subject_id: DX606_jpg + split: test + image: images/test_DX606_jpg.rf.FiXFfLLZhZgUpQCRX6So.png + label: labels/test_DX606_jpg.rf.FiXFfLLZhZgUpQCRX6So.npy + metadata: + original_shape: + - 1927 + - 1090 + source_split: train +- sample_id: test_DX611_jpg.rf.ERuhUHPQZFPk7iSxwEM8 + subject_id: DX611_jpg + split: test + image: images/test_DX611_jpg.rf.ERuhUHPQZFPk7iSxwEM8.png + label: labels/test_DX611_jpg.rf.ERuhUHPQZFPk7iSxwEM8.npy + metadata: + original_shape: + - 2195 + - 1284 + source_split: train +- sample_id: test_DX615_jpg.rf.pa8aiPiaRKjnAX8bOqYC + subject_id: DX615_jpg + split: test + image: images/test_DX615_jpg.rf.pa8aiPiaRKjnAX8bOqYC.png + label: labels/test_DX615_jpg.rf.pa8aiPiaRKjnAX8bOqYC.npy + metadata: + original_shape: + - 1983 + - 1080 + source_split: train +- sample_id: test_DX617_jpg.rf.1EpYn3QvMbNAVBlDcKwW + subject_id: DX617_jpg + split: test + image: images/test_DX617_jpg.rf.1EpYn3QvMbNAVBlDcKwW.png + label: labels/test_DX617_jpg.rf.1EpYn3QvMbNAVBlDcKwW.npy + metadata: + original_shape: + - 1811 + - 1238 + source_split: train +- sample_id: test_DX625_jpg.rf.2SHryo0XFdKIts7xJ5fJ + subject_id: DX625_jpg + split: test + image: images/test_DX625_jpg.rf.2SHryo0XFdKIts7xJ5fJ.png + label: labels/test_DX625_jpg.rf.2SHryo0XFdKIts7xJ5fJ.npy + metadata: + original_shape: + - 1660 + - 1159 + source_split: train +- sample_id: test_DX634_jpg.rf.yBJqJUIxDio1YTP4FJeK + subject_id: DX634_jpg + split: test + image: images/test_DX634_jpg.rf.yBJqJUIxDio1YTP4FJeK.png + label: labels/test_DX634_jpg.rf.yBJqJUIxDio1YTP4FJeK.npy + metadata: + original_shape: + - 1876 + - 1058 + source_split: train +- sample_id: test_DX640_jpg.rf.XFnnEhuqpUXnaQwWbSnt + subject_id: DX640_jpg + split: test + image: images/test_DX640_jpg.rf.XFnnEhuqpUXnaQwWbSnt.png + label: labels/test_DX640_jpg.rf.XFnnEhuqpUXnaQwWbSnt.npy + metadata: + original_shape: + - 1832 + - 1037 + source_split: train +- sample_id: test_DX662_jpg.rf.a3z3dy9ihlXVX7aMga7f + subject_id: DX662_jpg + split: test + image: images/test_DX662_jpg.rf.a3z3dy9ihlXVX7aMga7f.png + label: labels/test_DX662_jpg.rf.a3z3dy9ihlXVX7aMga7f.npy + metadata: + original_shape: + - 2070 + - 1256 + source_split: train +- sample_id: test_DX675_jpg.rf.lTPWXAqA78sEFocN7kfi + subject_id: DX675_jpg + split: test + image: images/test_DX675_jpg.rf.lTPWXAqA78sEFocN7kfi.png + label: labels/test_DX675_jpg.rf.lTPWXAqA78sEFocN7kfi.npy + metadata: + original_shape: + - 1901 + - 1158 + source_split: train +- sample_id: test_DX67_jpg.rf.0lZmhUEVolpsyGNBw2dQ + subject_id: DX67_jpg + split: test + image: images/test_DX67_jpg.rf.0lZmhUEVolpsyGNBw2dQ.png + label: labels/test_DX67_jpg.rf.0lZmhUEVolpsyGNBw2dQ.npy + metadata: + original_shape: + - 4260 + - 2556 + source_split: train +- sample_id: test_DX683_jpg.rf.l3ygGE30adZ4T6fin4JH + subject_id: DX683_jpg + split: test + image: images/test_DX683_jpg.rf.l3ygGE30adZ4T6fin4JH.png + label: labels/test_DX683_jpg.rf.l3ygGE30adZ4T6fin4JH.npy + metadata: + original_shape: + - 1926 + - 1162 + source_split: train +- sample_id: test_DX684_jpg.rf.qGCGojExelHtvFCbZdtg + subject_id: DX684_jpg + split: test + image: images/test_DX684_jpg.rf.qGCGojExelHtvFCbZdtg.png + label: labels/test_DX684_jpg.rf.qGCGojExelHtvFCbZdtg.npy + metadata: + original_shape: + - 2346 + - 1238 + source_split: train +- sample_id: test_DX690_jpg.rf.CtpAWdlA5p63C15Oh7mz + subject_id: DX690_jpg + split: test + image: images/test_DX690_jpg.rf.CtpAWdlA5p63C15Oh7mz.png + label: labels/test_DX690_jpg.rf.CtpAWdlA5p63C15Oh7mz.npy + metadata: + original_shape: + - 2131 + - 1354 + source_split: train +- sample_id: test_DX79_jpg.rf.oTBqTwNmFBlo8Ess1NM4 + subject_id: DX79_jpg + split: test + image: images/test_DX79_jpg.rf.oTBqTwNmFBlo8Ess1NM4.png + label: labels/test_DX79_jpg.rf.oTBqTwNmFBlo8Ess1NM4.npy + metadata: + original_shape: + - 2432 + - 1720 + source_split: train +- sample_id: test_DX81_jpg.rf.tlHTrL74GnBBThwOialc + subject_id: DX81_jpg + split: test + image: images/test_DX81_jpg.rf.tlHTrL74GnBBThwOialc.png + label: labels/test_DX81_jpg.rf.tlHTrL74GnBBThwOialc.npy + metadata: + original_shape: + - 4260 + - 2770 + source_split: train +- sample_id: test_DX83_jpg.rf.aBTQoInoQNt7YrIGUOzt + subject_id: DX83_jpg + split: test + image: images/test_DX83_jpg.rf.aBTQoInoQNt7YrIGUOzt.png + label: labels/test_DX83_jpg.rf.aBTQoInoQNt7YrIGUOzt.npy + metadata: + original_shape: + - 4015 + - 2631 + source_split: train +- sample_id: test_DX84_jpg.rf.n4UN26ijbBzNXQNmAzar + subject_id: DX84_jpg + split: test + image: images/test_DX84_jpg.rf.n4UN26ijbBzNXQNmAzar.png + label: labels/test_DX84_jpg.rf.n4UN26ijbBzNXQNmAzar.npy + metadata: + original_shape: + - 4026 + - 1997 + source_split: train +- sample_id: test_DX85_jpg.rf.KXefOkTb9USDhkLzzcFH + subject_id: DX85_jpg + split: test + image: images/test_DX85_jpg.rf.KXefOkTb9USDhkLzzcFH.png + label: labels/test_DX85_jpg.rf.KXefOkTb9USDhkLzzcFH.npy + metadata: + original_shape: + - 4168 + - 2746 + source_split: train +- sample_id: test_DX93_jpg.rf.sEVz3cm07vBLNb7g5Nck + subject_id: DX93_jpg + split: test + image: images/test_DX93_jpg.rf.sEVz3cm07vBLNb7g5Nck.png + label: labels/test_DX93_jpg.rf.sEVz3cm07vBLNb7g5Nck.npy + metadata: + original_shape: + - 3278 + - 2214 + source_split: train +- sample_id: train_DX100_jpg.rf.Ez6nHVVTI9CDMETunTn9 + subject_id: DX100_jpg + split: train + image: images/train_DX100_jpg.rf.Ez6nHVVTI9CDMETunTn9.png + label: labels/train_DX100_jpg.rf.Ez6nHVVTI9CDMETunTn9.npy + metadata: + original_shape: + - 4260 + - 2222 + source_split: train +- sample_id: train_DX103_jpg.rf.84TGTR1rul9RRLf8gLp1 + subject_id: DX103_jpg + split: train + image: images/train_DX103_jpg.rf.84TGTR1rul9RRLf8gLp1.png + label: labels/train_DX103_jpg.rf.84TGTR1rul9RRLf8gLp1.npy + metadata: + original_shape: + - 3796 + - 2003 + source_split: train +- sample_id: train_DX106_jpg.rf.cNmN69vVU3ojxRukMNvq + subject_id: DX106_jpg + split: train + image: images/train_DX106_jpg.rf.cNmN69vVU3ojxRukMNvq.png + label: labels/train_DX106_jpg.rf.cNmN69vVU3ojxRukMNvq.npy + metadata: + original_shape: + - 3694 + - 2235 + source_split: train +- sample_id: train_DX109_jpg.rf.BPnb2AChcDOP9raabee1 + subject_id: DX109_jpg + split: train + image: images/train_DX109_jpg.rf.BPnb2AChcDOP9raabee1.png + label: labels/train_DX109_jpg.rf.BPnb2AChcDOP9raabee1.npy + metadata: + original_shape: + - 4260 + - 3064 + source_split: train +- sample_id: train_DX110_jpg.rf.8srk6lcp1G16oX8Ja2Z0 + subject_id: DX110_jpg + split: train + image: images/train_DX110_jpg.rf.8srk6lcp1G16oX8Ja2Z0.png + label: labels/train_DX110_jpg.rf.8srk6lcp1G16oX8Ja2Z0.npy + metadata: + original_shape: + - 4254 + - 2820 + source_split: train +- sample_id: train_DX112_jpg.rf.O6yS67hu2mVLoVTS8hNY + subject_id: DX112_jpg + split: train + image: images/train_DX112_jpg.rf.O6yS67hu2mVLoVTS8hNY.png + label: labels/train_DX112_jpg.rf.O6yS67hu2mVLoVTS8hNY.npy + metadata: + original_shape: + - 3607 + - 2337 + source_split: train +- sample_id: train_DX113_jpg.rf.eC5UkgDiaVRI9vEA0wEP + subject_id: DX113_jpg + split: train + image: images/train_DX113_jpg.rf.eC5UkgDiaVRI9vEA0wEP.png + label: labels/train_DX113_jpg.rf.eC5UkgDiaVRI9vEA0wEP.npy + metadata: + original_shape: + - 3111 + - 2407 + source_split: train +- sample_id: train_DX115_jpg.rf.wqW14PZcOlRKVTVs8iiv + subject_id: DX115_jpg + split: train + image: images/train_DX115_jpg.rf.wqW14PZcOlRKVTVs8iiv.png + label: labels/train_DX115_jpg.rf.wqW14PZcOlRKVTVs8iiv.npy + metadata: + original_shape: + - 3681 + - 2377 + source_split: train +- sample_id: train_DX117_jpg.rf.823TU81SU85AqrIcyFIj + subject_id: DX117_jpg + split: train + image: images/train_DX117_jpg.rf.823TU81SU85AqrIcyFIj.png + label: labels/train_DX117_jpg.rf.823TU81SU85AqrIcyFIj.npy + metadata: + original_shape: + - 4260 + - 2949 + source_split: train +- sample_id: train_DX11_jpg.rf.kgXdiuDoAWJRA5oWMI59 + subject_id: DX11_jpg + split: train + image: images/train_DX11_jpg.rf.kgXdiuDoAWJRA5oWMI59.png + label: labels/train_DX11_jpg.rf.kgXdiuDoAWJRA5oWMI59.npy + metadata: + original_shape: + - 2050 + - 1002 + source_split: train +- sample_id: train_DX120_jpg.rf.QSTdIBzZlt1APDTLYda6 + subject_id: DX120_jpg + split: train + image: images/train_DX120_jpg.rf.QSTdIBzZlt1APDTLYda6.png + label: labels/train_DX120_jpg.rf.QSTdIBzZlt1APDTLYda6.npy + metadata: + original_shape: + - 3313 + - 1996 + source_split: train +- sample_id: train_DX121_jpg.rf.hpOzZDZIBSSJaV608TNX + subject_id: DX121_jpg + split: train + image: images/train_DX121_jpg.rf.hpOzZDZIBSSJaV608TNX.png + label: labels/train_DX121_jpg.rf.hpOzZDZIBSSJaV608TNX.npy + metadata: + original_shape: + - 3532 + - 2357 + source_split: train +- sample_id: train_DX122_jpg.rf.KGAk4sjL4Ng3DmSCA6qO + subject_id: DX122_jpg + split: train + image: images/train_DX122_jpg.rf.KGAk4sjL4Ng3DmSCA6qO.png + label: labels/train_DX122_jpg.rf.KGAk4sjL4Ng3DmSCA6qO.npy + metadata: + original_shape: + - 3198 + - 1893 + source_split: train +- sample_id: train_DX128_jpg.rf.kX1ltdWQN61dyUjiTdil + subject_id: DX128_jpg + split: train + image: images/train_DX128_jpg.rf.kX1ltdWQN61dyUjiTdil.png + label: labels/train_DX128_jpg.rf.kX1ltdWQN61dyUjiTdil.npy + metadata: + original_shape: + - 2964 + - 1641 + source_split: train +- sample_id: train_DX129_jpg.rf.leq2zs5jKB4oQUtcLrog + subject_id: DX129_jpg + split: train + image: images/train_DX129_jpg.rf.leq2zs5jKB4oQUtcLrog.png + label: labels/train_DX129_jpg.rf.leq2zs5jKB4oQUtcLrog.npy + metadata: + original_shape: + - 2895 + - 2307 + source_split: train +- sample_id: train_DX131_jpg.rf.uPK8TdBW2TFbBJQXeNkp + subject_id: DX131_jpg + split: train + image: images/train_DX131_jpg.rf.uPK8TdBW2TFbBJQXeNkp.png + label: labels/train_DX131_jpg.rf.uPK8TdBW2TFbBJQXeNkp.npy + metadata: + original_shape: + - 3651 + - 3318 + source_split: train +- sample_id: train_DX132_jpg.rf.jGR3FmnL1slLTxXiPkfV + subject_id: DX132_jpg + split: train + image: images/train_DX132_jpg.rf.jGR3FmnL1slLTxXiPkfV.png + label: labels/train_DX132_jpg.rf.jGR3FmnL1slLTxXiPkfV.npy + metadata: + original_shape: + - 3575 + - 2217 + source_split: train +- sample_id: train_DX134_jpg.rf.XOenQ79msqsjruCxrhEU + subject_id: DX134_jpg + split: train + image: images/train_DX134_jpg.rf.XOenQ79msqsjruCxrhEU.png + label: labels/train_DX134_jpg.rf.XOenQ79msqsjruCxrhEU.npy + metadata: + original_shape: + - 3163 + - 1800 + source_split: train +- sample_id: train_DX135_jpg.rf.xdydVn3ttYkbMb9ce4uW + subject_id: DX135_jpg + split: train + image: images/train_DX135_jpg.rf.xdydVn3ttYkbMb9ce4uW.png + label: labels/train_DX135_jpg.rf.xdydVn3ttYkbMb9ce4uW.npy + metadata: + original_shape: + - 3153 + - 1939 + source_split: train +- sample_id: train_DX136_jpg.rf.JTh3Ga1KYP315Ss3BSa0 + subject_id: DX136_jpg + split: train + image: images/train_DX136_jpg.rf.JTh3Ga1KYP315Ss3BSa0.png + label: labels/train_DX136_jpg.rf.JTh3Ga1KYP315Ss3BSa0.npy + metadata: + original_shape: + - 3308 + - 2641 + source_split: train +- sample_id: train_DX139_jpg.rf.2QQKnw5bN8Xp1BydZWij + subject_id: DX139_jpg + split: train + image: images/train_DX139_jpg.rf.2QQKnw5bN8Xp1BydZWij.png + label: labels/train_DX139_jpg.rf.2QQKnw5bN8Xp1BydZWij.npy + metadata: + original_shape: + - 3776 + - 2162 + source_split: train +- sample_id: train_DX13_jpg.rf.38bHiHzrX5RjfSNOrf0W + subject_id: DX13_jpg + split: train + image: images/train_DX13_jpg.rf.38bHiHzrX5RjfSNOrf0W.png + label: labels/train_DX13_jpg.rf.38bHiHzrX5RjfSNOrf0W.npy + metadata: + original_shape: + - 2133 + - 1200 + source_split: train +- sample_id: train_DX140_jpg.rf.OcaLEC1iblAUzwGbudB2 + subject_id: DX140_jpg + split: train + image: images/train_DX140_jpg.rf.OcaLEC1iblAUzwGbudB2.png + label: labels/train_DX140_jpg.rf.OcaLEC1iblAUzwGbudB2.npy + metadata: + original_shape: + - 4259 + - 2559 + source_split: train +- sample_id: train_DX141_jpg.rf.Jkc1c76tOKiqKcHg6Tgp + subject_id: DX141_jpg + split: train + image: images/train_DX141_jpg.rf.Jkc1c76tOKiqKcHg6Tgp.png + label: labels/train_DX141_jpg.rf.Jkc1c76tOKiqKcHg6Tgp.npy + metadata: + original_shape: + - 4260 + - 3059 + source_split: train +- sample_id: train_DX144_jpg.rf.rROsyqNQolQIRtKODxuq + subject_id: DX144_jpg + split: train + image: images/train_DX144_jpg.rf.rROsyqNQolQIRtKODxuq.png + label: labels/train_DX144_jpg.rf.rROsyqNQolQIRtKODxuq.npy + metadata: + original_shape: + - 3741 + - 2949 + source_split: train +- sample_id: train_DX146_jpg.rf.1CkUjp9OUBUbaqnOAI33 + subject_id: DX146_jpg + split: train + image: images/train_DX146_jpg.rf.1CkUjp9OUBUbaqnOAI33.png + label: labels/train_DX146_jpg.rf.1CkUjp9OUBUbaqnOAI33.npy + metadata: + original_shape: + - 2835 + - 2088 + source_split: train +- sample_id: train_DX147_jpg.rf.q5EXdNhql3aEkaEMEqnc + subject_id: DX147_jpg + split: train + image: images/train_DX147_jpg.rf.q5EXdNhql3aEkaEMEqnc.png + label: labels/train_DX147_jpg.rf.q5EXdNhql3aEkaEMEqnc.npy + metadata: + original_shape: + - 3811 + - 2319 + source_split: train +- sample_id: train_DX14_jpg.rf.65Mk0WbhBxAzdu1Ss8PH + subject_id: DX14_jpg + split: train + image: images/train_DX14_jpg.rf.65Mk0WbhBxAzdu1Ss8PH.png + label: labels/train_DX14_jpg.rf.65Mk0WbhBxAzdu1Ss8PH.npy + metadata: + original_shape: + - 1635 + - 977 + source_split: train +- sample_id: train_DX153_jpg.rf.Q19vnjKO1UEHqdX73Pzv + subject_id: DX153_jpg + split: train + image: images/train_DX153_jpg.rf.Q19vnjKO1UEHqdX73Pzv.png + label: labels/train_DX153_jpg.rf.Q19vnjKO1UEHqdX73Pzv.npy + metadata: + original_shape: + - 3059 + - 4260 + source_split: train +- sample_id: train_DX158_jpg.rf.pshzcBB3PzCHkgBvdyiB + subject_id: DX158_jpg + split: train + image: images/train_DX158_jpg.rf.pshzcBB3PzCHkgBvdyiB.png + label: labels/train_DX158_jpg.rf.pshzcBB3PzCHkgBvdyiB.npy + metadata: + original_shape: + - 2042 + - 1254 + source_split: train +- sample_id: train_DX159_jpg.rf.cA2NJZ0F9i0LzEO5GUKX + subject_id: DX159_jpg + split: train + image: images/train_DX159_jpg.rf.cA2NJZ0F9i0LzEO5GUKX.png + label: labels/train_DX159_jpg.rf.cA2NJZ0F9i0LzEO5GUKX.npy + metadata: + original_shape: + - 2072 + - 1544 + source_split: train +- sample_id: train_DX15_jpg.rf.LyqMhDtRZehpMRUx19L7 + subject_id: DX15_jpg + split: train + image: images/train_DX15_jpg.rf.LyqMhDtRZehpMRUx19L7.png + label: labels/train_DX15_jpg.rf.LyqMhDtRZehpMRUx19L7.npy + metadata: + original_shape: + - 2005 + - 1685 + source_split: train +- sample_id: train_DX160_jpg.rf.n04ltMVpOymuMMcoK4Xz + subject_id: DX160_jpg + split: train + image: images/train_DX160_jpg.rf.n04ltMVpOymuMMcoK4Xz.png + label: labels/train_DX160_jpg.rf.n04ltMVpOymuMMcoK4Xz.npy + metadata: + original_shape: + - 2045 + - 1190 + source_split: train +- sample_id: train_DX161_jpg.rf.wWlpP6TAxXu9iklL4uMY + subject_id: DX161_jpg + split: train + image: images/train_DX161_jpg.rf.wWlpP6TAxXu9iklL4uMY.png + label: labels/train_DX161_jpg.rf.wWlpP6TAxXu9iklL4uMY.npy + metadata: + original_shape: + - 2162 + - 1328 + source_split: train +- sample_id: train_DX163_jpg.rf.TZBQA3NUQBrrgqvkdeQ5 + subject_id: DX163_jpg + split: train + image: images/train_DX163_jpg.rf.TZBQA3NUQBrrgqvkdeQ5.png + label: labels/train_DX163_jpg.rf.TZBQA3NUQBrrgqvkdeQ5.npy + metadata: + original_shape: + - 1999 + - 1388 + source_split: train +- sample_id: train_DX164_jpg.rf.Ha7RQ7XyOUPVRGHakKMu + subject_id: DX164_jpg + split: train + image: images/train_DX164_jpg.rf.Ha7RQ7XyOUPVRGHakKMu.png + label: labels/train_DX164_jpg.rf.Ha7RQ7XyOUPVRGHakKMu.npy + metadata: + original_shape: + - 1857 + - 1272 + source_split: train +- sample_id: train_DX165_jpg.rf.aZCHq7pABw8hOiQ5PQeM + subject_id: DX165_jpg + split: train + image: images/train_DX165_jpg.rf.aZCHq7pABw8hOiQ5PQeM.png + label: labels/train_DX165_jpg.rf.aZCHq7pABw8hOiQ5PQeM.npy + metadata: + original_shape: + - 2301 + - 1178 + source_split: train +- sample_id: train_DX166_jpg.rf.BUS5GEtLEEn5HYMowKzp + subject_id: DX166_jpg + split: train + image: images/train_DX166_jpg.rf.BUS5GEtLEEn5HYMowKzp.png + label: labels/train_DX166_jpg.rf.BUS5GEtLEEn5HYMowKzp.npy + metadata: + original_shape: + - 2203 + - 1336 + source_split: train +- sample_id: train_DX16_jpg.rf.Ki6lt5SygCcFF6FlVXhY + subject_id: DX16_jpg + split: train + image: images/train_DX16_jpg.rf.Ki6lt5SygCcFF6FlVXhY.png + label: labels/train_DX16_jpg.rf.Ki6lt5SygCcFF6FlVXhY.npy + metadata: + original_shape: + - 2263 + - 1489 + source_split: train +- sample_id: train_DX170_jpg.rf.ajSVjcxLbTs3x6985aOT + subject_id: DX170_jpg + split: train + image: images/train_DX170_jpg.rf.ajSVjcxLbTs3x6985aOT.png + label: labels/train_DX170_jpg.rf.ajSVjcxLbTs3x6985aOT.npy + metadata: + original_shape: + - 2162 + - 1480 + source_split: train +- sample_id: train_DX171_jpg.rf.J7hmbEhDpZ7208S7WUIk + subject_id: DX171_jpg + split: train + image: images/train_DX171_jpg.rf.J7hmbEhDpZ7208S7WUIk.png + label: labels/train_DX171_jpg.rf.J7hmbEhDpZ7208S7WUIk.npy + metadata: + original_shape: + - 2226 + - 1222 + source_split: train +- sample_id: train_DX172_jpg.rf.sixAKFPbwShub3vrGgCC + subject_id: DX172_jpg + split: train + image: images/train_DX172_jpg.rf.sixAKFPbwShub3vrGgCC.png + label: labels/train_DX172_jpg.rf.sixAKFPbwShub3vrGgCC.npy + metadata: + original_shape: + - 2159 + - 1218 + source_split: train +- sample_id: train_DX173_jpg.rf.8AyQa9TgIQvFZyLUo35s + subject_id: DX173_jpg + split: train + image: images/train_DX173_jpg.rf.8AyQa9TgIQvFZyLUo35s.png + label: labels/train_DX173_jpg.rf.8AyQa9TgIQvFZyLUo35s.npy + metadata: + original_shape: + - 1857 + - 1386 + source_split: train +- sample_id: train_DX174_jpg.rf.jF4n0xgVGoSHdsXXK5NI + subject_id: DX174_jpg + split: train + image: images/train_DX174_jpg.rf.jF4n0xgVGoSHdsXXK5NI.png + label: labels/train_DX174_jpg.rf.jF4n0xgVGoSHdsXXK5NI.npy + metadata: + original_shape: + - 2112 + - 1572 + source_split: train +- sample_id: train_DX175_jpg.rf.MGePcBcO7bPgenLXuLdR + subject_id: DX175_jpg + split: train + image: images/train_DX175_jpg.rf.MGePcBcO7bPgenLXuLdR.png + label: labels/train_DX175_jpg.rf.MGePcBcO7bPgenLXuLdR.npy + metadata: + original_shape: + - 1991 + - 1034 + source_split: train +- sample_id: train_DX176_jpg.rf.wCzfunRIAkhqddWc0P8n + subject_id: DX176_jpg + split: train + image: images/train_DX176_jpg.rf.wCzfunRIAkhqddWc0P8n.png + label: labels/train_DX176_jpg.rf.wCzfunRIAkhqddWc0P8n.npy + metadata: + original_shape: + - 1886 + - 1190 + source_split: train +- sample_id: train_DX177_jpg.rf.nxkFYhbMORqVRQmgaJqd + subject_id: DX177_jpg + split: train + image: images/train_DX177_jpg.rf.nxkFYhbMORqVRQmgaJqd.png + label: labels/train_DX177_jpg.rf.nxkFYhbMORqVRQmgaJqd.npy + metadata: + original_shape: + - 1944 + - 1440 + source_split: train +- sample_id: train_DX178_jpg.rf.jn4gFXHR1mFcQiuW0Iem + subject_id: DX178_jpg + split: train + image: images/train_DX178_jpg.rf.jn4gFXHR1mFcQiuW0Iem.png + label: labels/train_DX178_jpg.rf.jn4gFXHR1mFcQiuW0Iem.npy + metadata: + original_shape: + - 2034 + - 1291 + source_split: train +- sample_id: train_DX17_jpg.rf.zysBDL9omtuNTrAifFsh + subject_id: DX17_jpg + split: train + image: images/train_DX17_jpg.rf.zysBDL9omtuNTrAifFsh.png + label: labels/train_DX17_jpg.rf.zysBDL9omtuNTrAifFsh.npy + metadata: + original_shape: + - 2077 + - 1275 + source_split: train +- sample_id: train_DX181_jpg.rf.RbZqpAgLL8EsN7oN9U8b + subject_id: DX181_jpg + split: train + image: images/train_DX181_jpg.rf.RbZqpAgLL8EsN7oN9U8b.png + label: labels/train_DX181_jpg.rf.RbZqpAgLL8EsN7oN9U8b.npy + metadata: + original_shape: + - 1977 + - 1376 + source_split: train +- sample_id: train_DX182_jpg.rf.NyvnZMzC06dxwXXCx0Ha + subject_id: DX182_jpg + split: train + image: images/train_DX182_jpg.rf.NyvnZMzC06dxwXXCx0Ha.png + label: labels/train_DX182_jpg.rf.NyvnZMzC06dxwXXCx0Ha.npy + metadata: + original_shape: + - 2122 + - 1180 + source_split: train +- sample_id: train_DX183_jpg.rf.EbnPFvQwQXGuXxqCY2R8 + subject_id: DX183_jpg + split: train + image: images/train_DX183_jpg.rf.EbnPFvQwQXGuXxqCY2R8.png + label: labels/train_DX183_jpg.rf.EbnPFvQwQXGuXxqCY2R8.npy + metadata: + original_shape: + - 2150 + - 1042 + source_split: train +- sample_id: train_DX185_jpg.rf.hU5w9T4xc2F9jE0TCrmK + subject_id: DX185_jpg + split: train + image: images/train_DX185_jpg.rf.hU5w9T4xc2F9jE0TCrmK.png + label: labels/train_DX185_jpg.rf.hU5w9T4xc2F9jE0TCrmK.npy + metadata: + original_shape: + - 2417 + - 1490 + source_split: train +- sample_id: train_DX186_jpg.rf.0tH2uijzTiyu34KWzzyD + subject_id: DX186_jpg + split: train + image: images/train_DX186_jpg.rf.0tH2uijzTiyu34KWzzyD.png + label: labels/train_DX186_jpg.rf.0tH2uijzTiyu34KWzzyD.npy + metadata: + original_shape: + - 2229 + - 1358 + source_split: train +- sample_id: train_DX18_jpg.rf.GVXokL8hDgDddVsuNlnL + subject_id: DX18_jpg + split: train + image: images/train_DX18_jpg.rf.GVXokL8hDgDddVsuNlnL.png + label: labels/train_DX18_jpg.rf.GVXokL8hDgDddVsuNlnL.npy + metadata: + original_shape: + - 2004 + - 1129 + source_split: train +- sample_id: train_DX190_jpg.rf.wABZhZAuWRuSAVo7B09g + subject_id: DX190_jpg + split: train + image: images/train_DX190_jpg.rf.wABZhZAuWRuSAVo7B09g.png + label: labels/train_DX190_jpg.rf.wABZhZAuWRuSAVo7B09g.npy + metadata: + original_shape: + - 2207 + - 1304 + source_split: train +- sample_id: train_DX191_jpg.rf.BCoVfstHYzjLInh7S1OU + subject_id: DX191_jpg + split: train + image: images/train_DX191_jpg.rf.BCoVfstHYzjLInh7S1OU.png + label: labels/train_DX191_jpg.rf.BCoVfstHYzjLInh7S1OU.npy + metadata: + original_shape: + - 2178 + - 1294 + source_split: train +- sample_id: train_DX194_jpg.rf.GgQ5QlYBR0OllNwKWSOn + subject_id: DX194_jpg + split: train + image: images/train_DX194_jpg.rf.GgQ5QlYBR0OllNwKWSOn.png + label: labels/train_DX194_jpg.rf.GgQ5QlYBR0OllNwKWSOn.npy + metadata: + original_shape: + - 2290 + - 1980 + source_split: train +- sample_id: train_DX196_jpg.rf.eNgzcTElnVK1DC66h3EM + subject_id: DX196_jpg + split: train + image: images/train_DX196_jpg.rf.eNgzcTElnVK1DC66h3EM.png + label: labels/train_DX196_jpg.rf.eNgzcTElnVK1DC66h3EM.npy + metadata: + original_shape: + - 2235 + - 1460 + source_split: train +- sample_id: train_DX198_jpg.rf.ZtzereEfeTu6glZh1AbY + subject_id: DX198_jpg + split: train + image: images/train_DX198_jpg.rf.ZtzereEfeTu6glZh1AbY.png + label: labels/train_DX198_jpg.rf.ZtzereEfeTu6glZh1AbY.npy + metadata: + original_shape: + - 2204 + - 1464 + source_split: train +- sample_id: train_DX19_jpg.rf.gRTqkFGoYIgcsbCFlBGM + subject_id: DX19_jpg + split: train + image: images/train_DX19_jpg.rf.gRTqkFGoYIgcsbCFlBGM.png + label: labels/train_DX19_jpg.rf.gRTqkFGoYIgcsbCFlBGM.npy + metadata: + original_shape: + - 1737 + - 1165 + source_split: train +- sample_id: train_DX1_jpg.rf.204EPK4jnxViwzwHel6U + subject_id: DX1_jpg + split: train + image: images/train_DX1_jpg.rf.204EPK4jnxViwzwHel6U.png + label: labels/train_DX1_jpg.rf.204EPK4jnxViwzwHel6U.npy + metadata: + original_shape: + - 2412 + - 2682 + source_split: train +- sample_id: train_DX200_jpg.rf.GOx4l6O68MTKPSkrcHDK + subject_id: DX200_jpg + split: train + image: images/train_DX200_jpg.rf.GOx4l6O68MTKPSkrcHDK.png + label: labels/train_DX200_jpg.rf.GOx4l6O68MTKPSkrcHDK.npy + metadata: + original_shape: + - 2047 + - 1196 + source_split: train +- sample_id: train_DX202_jpg.rf.QNICJ0vLI9SlVIhqfqul + subject_id: DX202_jpg + split: train + image: images/train_DX202_jpg.rf.QNICJ0vLI9SlVIhqfqul.png + label: labels/train_DX202_jpg.rf.QNICJ0vLI9SlVIhqfqul.npy + metadata: + original_shape: + - 1221 + - 1000 + source_split: train +- sample_id: train_DX203_jpg.rf.Ks6QiwRe0CbzWqy2Xa4q + subject_id: DX203_jpg + split: train + image: images/train_DX203_jpg.rf.Ks6QiwRe0CbzWqy2Xa4q.png + label: labels/train_DX203_jpg.rf.Ks6QiwRe0CbzWqy2Xa4q.npy + metadata: + original_shape: + - 2084 + - 1138 + source_split: train +- sample_id: train_DX204_jpg.rf.actLd6LHc0faq0Ml6CVV + subject_id: DX204_jpg + split: train + image: images/train_DX204_jpg.rf.actLd6LHc0faq0Ml6CVV.png + label: labels/train_DX204_jpg.rf.actLd6LHc0faq0Ml6CVV.npy + metadata: + original_shape: + - 2218 + - 1417 + source_split: train +- sample_id: train_DX206_jpg.rf.sH9M1aOMUi1wIuwt7VKE + subject_id: DX206_jpg + split: train + image: images/train_DX206_jpg.rf.sH9M1aOMUi1wIuwt7VKE.png + label: labels/train_DX206_jpg.rf.sH9M1aOMUi1wIuwt7VKE.npy + metadata: + original_shape: + - 1900 + - 1121 + source_split: train +- sample_id: train_DX207_jpg.rf.No5Jfa68QE2OEAonRe3r + subject_id: DX207_jpg + split: train + image: images/train_DX207_jpg.rf.No5Jfa68QE2OEAonRe3r.png + label: labels/train_DX207_jpg.rf.No5Jfa68QE2OEAonRe3r.npy + metadata: + original_shape: + - 2252 + - 1418 + source_split: train +- sample_id: train_DX208_jpg.rf.C3pzuoZqGwGNQk6OminW + subject_id: DX208_jpg + split: train + image: images/train_DX208_jpg.rf.C3pzuoZqGwGNQk6OminW.png + label: labels/train_DX208_jpg.rf.C3pzuoZqGwGNQk6OminW.npy + metadata: + original_shape: + - 2130 + - 1584 + source_split: train +- sample_id: train_DX20_jpg.rf.jaaGoD1sht8sDRzFoHnG + subject_id: DX20_jpg + split: train + image: images/train_DX20_jpg.rf.jaaGoD1sht8sDRzFoHnG.png + label: labels/train_DX20_jpg.rf.jaaGoD1sht8sDRzFoHnG.npy + metadata: + original_shape: + - 1740 + - 1157 + source_split: train +- sample_id: train_DX210_jpg.rf.ArK9BhoMlEFs5gfHOrRE + subject_id: DX210_jpg + split: train + image: images/train_DX210_jpg.rf.ArK9BhoMlEFs5gfHOrRE.png + label: labels/train_DX210_jpg.rf.ArK9BhoMlEFs5gfHOrRE.npy + metadata: + original_shape: + - 2346 + - 1294 + source_split: train +- sample_id: train_DX211_jpg.rf.lC2onoIgfhAYY8mOO3TP + subject_id: DX211_jpg + split: train + image: images/train_DX211_jpg.rf.lC2onoIgfhAYY8mOO3TP.png + label: labels/train_DX211_jpg.rf.lC2onoIgfhAYY8mOO3TP.npy + metadata: + original_shape: + - 2243 + - 1498 + source_split: train +- sample_id: train_DX212_jpg.rf.K2RjPl2E5cP3FXBqxEYI + subject_id: DX212_jpg + split: train + image: images/train_DX212_jpg.rf.K2RjPl2E5cP3FXBqxEYI.png + label: labels/train_DX212_jpg.rf.K2RjPl2E5cP3FXBqxEYI.npy + metadata: + original_shape: + - 2195 + - 1302 + source_split: train +- sample_id: train_DX213_jpg.rf.gvxQ42nOLlTMR6IK3BJC + subject_id: DX213_jpg + split: train + image: images/train_DX213_jpg.rf.gvxQ42nOLlTMR6IK3BJC.png + label: labels/train_DX213_jpg.rf.gvxQ42nOLlTMR6IK3BJC.npy + metadata: + original_shape: + - 1874 + - 1266 + source_split: train +- sample_id: train_DX215_jpg.rf.iRsWyNiHYG3QGgcGjiA8 + subject_id: DX215_jpg + split: train + image: images/train_DX215_jpg.rf.iRsWyNiHYG3QGgcGjiA8.png + label: labels/train_DX215_jpg.rf.iRsWyNiHYG3QGgcGjiA8.npy + metadata: + original_shape: + - 2108 + - 1048 + source_split: train +- sample_id: train_DX216_jpg.rf.71n0yyF9yVEXFssDmZJI + subject_id: DX216_jpg + split: train + image: images/train_DX216_jpg.rf.71n0yyF9yVEXFssDmZJI.png + label: labels/train_DX216_jpg.rf.71n0yyF9yVEXFssDmZJI.npy + metadata: + original_shape: + - 1966 + - 1190 + source_split: train +- sample_id: train_DX218_jpg.rf.fEcglmCrHyTk1ePnWikz + subject_id: DX218_jpg + split: train + image: images/train_DX218_jpg.rf.fEcglmCrHyTk1ePnWikz.png + label: labels/train_DX218_jpg.rf.fEcglmCrHyTk1ePnWikz.npy + metadata: + original_shape: + - 2166 + - 1182 + source_split: train +- sample_id: train_DX21_jpg.rf.MtKVkWFiHcx3TLL7Lf70 + subject_id: DX21_jpg + split: train + image: images/train_DX21_jpg.rf.MtKVkWFiHcx3TLL7Lf70.png + label: labels/train_DX21_jpg.rf.MtKVkWFiHcx3TLL7Lf70.npy + metadata: + original_shape: + - 1917 + - 1512 + source_split: train +- sample_id: train_DX221_jpg.rf.mVQunxp7jXkCePQxxDZ2 + subject_id: DX221_jpg + split: train + image: images/train_DX221_jpg.rf.mVQunxp7jXkCePQxxDZ2.png + label: labels/train_DX221_jpg.rf.mVQunxp7jXkCePQxxDZ2.npy + metadata: + original_shape: + - 2218 + - 1136 + source_split: train +- sample_id: train_DX222_jpg.rf.n6f1gpsGE0WdAIoMpmtq + subject_id: DX222_jpg + split: train + image: images/train_DX222_jpg.rf.n6f1gpsGE0WdAIoMpmtq.png + label: labels/train_DX222_jpg.rf.n6f1gpsGE0WdAIoMpmtq.npy + metadata: + original_shape: + - 1809 + - 1150 + source_split: train +- sample_id: train_DX225_jpg.rf.x1Id7DVeINNugulETMUZ + subject_id: DX225_jpg + split: train + image: images/train_DX225_jpg.rf.x1Id7DVeINNugulETMUZ.png + label: labels/train_DX225_jpg.rf.x1Id7DVeINNugulETMUZ.npy + metadata: + original_shape: + - 1884 + - 1232 + source_split: train +- sample_id: train_DX228_jpg.rf.sUOfjTbg6plvz88q2VHg + subject_id: DX228_jpg + split: train + image: images/train_DX228_jpg.rf.sUOfjTbg6plvz88q2VHg.png + label: labels/train_DX228_jpg.rf.sUOfjTbg6plvz88q2VHg.npy + metadata: + original_shape: + - 2271 + - 1148 + source_split: train +- sample_id: train_DX22_jpg.rf.oXA0TgheFz6j9Q1dZb4L + subject_id: DX22_jpg + split: train + image: images/train_DX22_jpg.rf.oXA0TgheFz6j9Q1dZb4L.png + label: labels/train_DX22_jpg.rf.oXA0TgheFz6j9Q1dZb4L.npy + metadata: + original_shape: + - 1967 + - 1341 + source_split: train +- sample_id: train_DX230_jpg.rf.wb5MiRJppczElHn0ttQ1 + subject_id: DX230_jpg + split: train + image: images/train_DX230_jpg.rf.wb5MiRJppczElHn0ttQ1.png + label: labels/train_DX230_jpg.rf.wb5MiRJppczElHn0ttQ1.npy + metadata: + original_shape: + - 2050 + - 1076 + source_split: train +- sample_id: train_DX231_jpg.rf.LSAcGMbgrRmIyKgj7lx3 + subject_id: DX231_jpg + split: train + image: images/train_DX231_jpg.rf.LSAcGMbgrRmIyKgj7lx3.png + label: labels/train_DX231_jpg.rf.LSAcGMbgrRmIyKgj7lx3.npy + metadata: + original_shape: + - 2282 + - 1638 + source_split: train +- sample_id: train_DX233_jpg.rf.vE4um3gpRa5T2cWBck5u + subject_id: DX233_jpg + split: train + image: images/train_DX233_jpg.rf.vE4um3gpRa5T2cWBck5u.png + label: labels/train_DX233_jpg.rf.vE4um3gpRa5T2cWBck5u.npy + metadata: + original_shape: + - 2103 + - 1194 + source_split: train +- sample_id: train_DX238_jpg.rf.3F0hFcoXCc4c8IjW4agP + subject_id: DX238_jpg + split: train + image: images/train_DX238_jpg.rf.3F0hFcoXCc4c8IjW4agP.png + label: labels/train_DX238_jpg.rf.3F0hFcoXCc4c8IjW4agP.npy + metadata: + original_shape: + - 1820 + - 1425 + source_split: train +- sample_id: train_DX239_jpg.rf.xj4mQR5B8zZzN8o2Am0U + subject_id: DX239_jpg + split: train + image: images/train_DX239_jpg.rf.xj4mQR5B8zZzN8o2Am0U.png + label: labels/train_DX239_jpg.rf.xj4mQR5B8zZzN8o2Am0U.npy + metadata: + original_shape: + - 2265 + - 1376 + source_split: train +- sample_id: train_DX23_jpg.rf.ikWf6c6Kj6ikwKdogM9p + subject_id: DX23_jpg + split: train + image: images/train_DX23_jpg.rf.ikWf6c6Kj6ikwKdogM9p.png + label: labels/train_DX23_jpg.rf.ikWf6c6Kj6ikwKdogM9p.npy + metadata: + original_shape: + - 2234 + - 1127 + source_split: train +- sample_id: train_DX240_jpg.rf.ExUCWFNgflGuobZzaG37 + subject_id: DX240_jpg + split: train + image: images/train_DX240_jpg.rf.ExUCWFNgflGuobZzaG37.png + label: labels/train_DX240_jpg.rf.ExUCWFNgflGuobZzaG37.npy + metadata: + original_shape: + - 2150 + - 1462 + source_split: train +- sample_id: train_DX242_jpg.rf.5dhWDiORfk2PpEeYsBhs + subject_id: DX242_jpg + split: train + image: images/train_DX242_jpg.rf.5dhWDiORfk2PpEeYsBhs.png + label: labels/train_DX242_jpg.rf.5dhWDiORfk2PpEeYsBhs.npy + metadata: + original_shape: + - 2126 + - 1294 + source_split: train +- sample_id: train_DX243_jpg.rf.eBeAFk2rJvostzCYWrNy + subject_id: DX243_jpg + split: train + image: images/train_DX243_jpg.rf.eBeAFk2rJvostzCYWrNy.png + label: labels/train_DX243_jpg.rf.eBeAFk2rJvostzCYWrNy.npy + metadata: + original_shape: + - 2122 + - 1532 + source_split: train +- sample_id: train_DX245_jpg.rf.dDw6OMLzsJrSvSyROmkf + subject_id: DX245_jpg + split: train + image: images/train_DX245_jpg.rf.dDw6OMLzsJrSvSyROmkf.png + label: labels/train_DX245_jpg.rf.dDw6OMLzsJrSvSyROmkf.npy + metadata: + original_shape: + - 1899 + - 1266 + source_split: train +- sample_id: train_DX247_jpg.rf.WuCerQv2pBjIoUHHIOJD + subject_id: DX247_jpg + split: train + image: images/train_DX247_jpg.rf.WuCerQv2pBjIoUHHIOJD.png + label: labels/train_DX247_jpg.rf.WuCerQv2pBjIoUHHIOJD.npy + metadata: + original_shape: + - 2111 + - 1574 + source_split: train +- sample_id: train_DX248_jpg.rf.YevTXlZnxMgtgGbWbnUw + subject_id: DX248_jpg + split: train + image: images/train_DX248_jpg.rf.YevTXlZnxMgtgGbWbnUw.png + label: labels/train_DX248_jpg.rf.YevTXlZnxMgtgGbWbnUw.npy + metadata: + original_shape: + - 2246 + - 1276 + source_split: train +- sample_id: train_DX24_jpg.rf.TLrGQoXhroJVZYOpeD54 + subject_id: DX24_jpg + split: train + image: images/train_DX24_jpg.rf.TLrGQoXhroJVZYOpeD54.png + label: labels/train_DX24_jpg.rf.TLrGQoXhroJVZYOpeD54.npy + metadata: + original_shape: + - 2274 + - 1660 + source_split: train +- sample_id: train_DX251_jpg.rf.GJMwwNivY6rG70nqmKEC + subject_id: DX251_jpg + split: train + image: images/train_DX251_jpg.rf.GJMwwNivY6rG70nqmKEC.png + label: labels/train_DX251_jpg.rf.GJMwwNivY6rG70nqmKEC.npy + metadata: + original_shape: + - 2119 + - 1572 + source_split: train +- sample_id: train_DX253_jpg.rf.d3Ih4wcyb3bHJNkAnTxI + subject_id: DX253_jpg + split: train + image: images/train_DX253_jpg.rf.d3Ih4wcyb3bHJNkAnTxI.png + label: labels/train_DX253_jpg.rf.d3Ih4wcyb3bHJNkAnTxI.npy + metadata: + original_shape: + - 2055 + - 1292 + source_split: train +- sample_id: train_DX254_jpg.rf.BdUIrRw3R4iuP9qt4vM5 + subject_id: DX254_jpg + split: train + image: images/train_DX254_jpg.rf.BdUIrRw3R4iuP9qt4vM5.png + label: labels/train_DX254_jpg.rf.BdUIrRw3R4iuP9qt4vM5.npy + metadata: + original_shape: + - 2290 + - 1350 + source_split: train +- sample_id: train_DX256_jpg.rf.bkN1K3PZih7RPEi5WthB + subject_id: DX256_jpg + split: train + image: images/train_DX256_jpg.rf.bkN1K3PZih7RPEi5WthB.png + label: labels/train_DX256_jpg.rf.bkN1K3PZih7RPEi5WthB.npy + metadata: + original_shape: + - 1254 + - 1286 + source_split: train +- sample_id: train_DX258_jpg.rf.YTOIEQknbL5bXnHQ6eKB + subject_id: DX258_jpg + split: train + image: images/train_DX258_jpg.rf.YTOIEQknbL5bXnHQ6eKB.png + label: labels/train_DX258_jpg.rf.YTOIEQknbL5bXnHQ6eKB.npy + metadata: + original_shape: + - 2083 + - 1222 + source_split: train +- sample_id: train_DX259_jpg.rf.1oyGCwgx0ZiXWwZdbsU2 + subject_id: DX259_jpg + split: train + image: images/train_DX259_jpg.rf.1oyGCwgx0ZiXWwZdbsU2.png + label: labels/train_DX259_jpg.rf.1oyGCwgx0ZiXWwZdbsU2.npy + metadata: + original_shape: + - 2067 + - 1118 + source_split: train +- sample_id: train_DX25_jpg.rf.jZbr1UJyigvLsocTQ3hD + subject_id: DX25_jpg + split: train + image: images/train_DX25_jpg.rf.jZbr1UJyigvLsocTQ3hD.png + label: labels/train_DX25_jpg.rf.jZbr1UJyigvLsocTQ3hD.npy + metadata: + original_shape: + - 2134 + - 1908 + source_split: train +- sample_id: train_DX260_jpg.rf.nWquOuXaofrUXPbhENXJ + subject_id: DX260_jpg + split: train + image: images/train_DX260_jpg.rf.nWquOuXaofrUXPbhENXJ.png + label: labels/train_DX260_jpg.rf.nWquOuXaofrUXPbhENXJ.npy + metadata: + original_shape: + - 2181 + - 970 + source_split: train +- sample_id: train_DX262_jpg.rf.lm985765HKQgHLw799AZ + subject_id: DX262_jpg + split: train + image: images/train_DX262_jpg.rf.lm985765HKQgHLw799AZ.png + label: labels/train_DX262_jpg.rf.lm985765HKQgHLw799AZ.npy + metadata: + original_shape: + - 1993 + - 1316 + source_split: train +- sample_id: train_DX263_jpg.rf.B1kilPKKtGxmPxAtvPXQ + subject_id: DX263_jpg + split: train + image: images/train_DX263_jpg.rf.B1kilPKKtGxmPxAtvPXQ.png + label: labels/train_DX263_jpg.rf.B1kilPKKtGxmPxAtvPXQ.npy + metadata: + original_shape: + - 1971 + - 1144 + source_split: train +- sample_id: train_DX264_jpg.rf.FFzOZuFVd6DYU2cHyuK6 + subject_id: DX264_jpg + split: train + image: images/train_DX264_jpg.rf.FFzOZuFVd6DYU2cHyuK6.png + label: labels/train_DX264_jpg.rf.FFzOZuFVd6DYU2cHyuK6.npy + metadata: + original_shape: + - 2086 + - 1300 + source_split: train +- sample_id: train_DX265_jpg.rf.ExBjbEERUmSf0rZvPTVY + subject_id: DX265_jpg + split: train + image: images/train_DX265_jpg.rf.ExBjbEERUmSf0rZvPTVY.png + label: labels/train_DX265_jpg.rf.ExBjbEERUmSf0rZvPTVY.npy + metadata: + original_shape: + - 2114 + - 1246 + source_split: train +- sample_id: train_DX266_jpg.rf.jxdFOTEtkQJB5yA4ZUSp + subject_id: DX266_jpg + split: train + image: images/train_DX266_jpg.rf.jxdFOTEtkQJB5yA4ZUSp.png + label: labels/train_DX266_jpg.rf.jxdFOTEtkQJB5yA4ZUSp.npy + metadata: + original_shape: + - 1957 + - 1320 + source_split: train +- sample_id: train_DX269_jpg.rf.oe4VL5BYEVh5qQkWsaWT + subject_id: DX269_jpg + split: train + image: images/train_DX269_jpg.rf.oe4VL5BYEVh5qQkWsaWT.png + label: labels/train_DX269_jpg.rf.oe4VL5BYEVh5qQkWsaWT.npy + metadata: + original_shape: + - 2055 + - 1042 + source_split: train +- sample_id: train_DX272_jpg.rf.hBjZuIy4HbGASFFut2wd + subject_id: DX272_jpg + split: train + image: images/train_DX272_jpg.rf.hBjZuIy4HbGASFFut2wd.png + label: labels/train_DX272_jpg.rf.hBjZuIy4HbGASFFut2wd.npy + metadata: + original_shape: + - 1386 + - 1110 + source_split: train +- sample_id: train_DX273_jpg.rf.jvjYRq2Nn0iHk7eN8b6S + subject_id: DX273_jpg + split: train + image: images/train_DX273_jpg.rf.jvjYRq2Nn0iHk7eN8b6S.png + label: labels/train_DX273_jpg.rf.jvjYRq2Nn0iHk7eN8b6S.npy + metadata: + original_shape: + - 1989 + - 1508 + source_split: train +- sample_id: train_DX274_jpg.rf.LPurwiiz82eq8DJlK50h + subject_id: DX274_jpg + split: train + image: images/train_DX274_jpg.rf.LPurwiiz82eq8DJlK50h.png + label: labels/train_DX274_jpg.rf.LPurwiiz82eq8DJlK50h.npy + metadata: + original_shape: + - 2182 + - 1323 + source_split: train +- sample_id: train_DX278_jpg.rf.SgNxFT8rTdlqT3GrEymE + subject_id: DX278_jpg + split: train + image: images/train_DX278_jpg.rf.SgNxFT8rTdlqT3GrEymE.png + label: labels/train_DX278_jpg.rf.SgNxFT8rTdlqT3GrEymE.npy + metadata: + original_shape: + - 2162 + - 1507 + source_split: train +- sample_id: train_DX279_jpg.rf.9XqPA2ASYH37mCMcsCYx + subject_id: DX279_jpg + split: train + image: images/train_DX279_jpg.rf.9XqPA2ASYH37mCMcsCYx.png + label: labels/train_DX279_jpg.rf.9XqPA2ASYH37mCMcsCYx.npy + metadata: + original_shape: + - 2192 + - 1330 + source_split: train +- sample_id: train_DX280_jpg.rf.aZTgpFjr9WrbpO9HMBOs + subject_id: DX280_jpg + split: train + image: images/train_DX280_jpg.rf.aZTgpFjr9WrbpO9HMBOs.png + label: labels/train_DX280_jpg.rf.aZTgpFjr9WrbpO9HMBOs.npy + metadata: + original_shape: + - 1991 + - 1168 + source_split: train +- sample_id: train_DX282_jpg.rf.XIkfxgDtUSN6k7dgGWla + subject_id: DX282_jpg + split: train + image: images/train_DX282_jpg.rf.XIkfxgDtUSN6k7dgGWla.png + label: labels/train_DX282_jpg.rf.XIkfxgDtUSN6k7dgGWla.npy + metadata: + original_shape: + - 1816 + - 1392 + source_split: train +- sample_id: train_DX285_jpg.rf.8gqSHDSWmIxM55JCF1ds + subject_id: DX285_jpg + split: train + image: images/train_DX285_jpg.rf.8gqSHDSWmIxM55JCF1ds.png + label: labels/train_DX285_jpg.rf.8gqSHDSWmIxM55JCF1ds.npy + metadata: + original_shape: + - 1705 + - 1284 + source_split: train +- sample_id: train_DX286_jpg.rf.pC6CZ1P35leMF60kNyRj + subject_id: DX286_jpg + split: train + image: images/train_DX286_jpg.rf.pC6CZ1P35leMF60kNyRj.png + label: labels/train_DX286_jpg.rf.pC6CZ1P35leMF60kNyRj.npy + metadata: + original_shape: + - 1739 + - 1032 + source_split: train +- sample_id: train_DX287_jpg.rf.CXnAwTTYmQXVtMUndgDz + subject_id: DX287_jpg + split: train + image: images/train_DX287_jpg.rf.CXnAwTTYmQXVtMUndgDz.png + label: labels/train_DX287_jpg.rf.CXnAwTTYmQXVtMUndgDz.npy + metadata: + original_shape: + - 2270 + - 1216 + source_split: train +- sample_id: train_DX288_jpg.rf.WphT8wC4qER2XHDHLUTn + subject_id: DX288_jpg + split: train + image: images/train_DX288_jpg.rf.WphT8wC4qER2XHDHLUTn.png + label: labels/train_DX288_jpg.rf.WphT8wC4qER2XHDHLUTn.npy + metadata: + original_shape: + - 1888 + - 1121 + source_split: train +- sample_id: train_DX289_jpg.rf.ANQMAeALPe3wET41P7QH + subject_id: DX289_jpg + split: train + image: images/train_DX289_jpg.rf.ANQMAeALPe3wET41P7QH.png + label: labels/train_DX289_jpg.rf.ANQMAeALPe3wET41P7QH.npy + metadata: + original_shape: + - 2187 + - 1152 + source_split: train +- sample_id: train_DX291_jpg.rf.kMIOehkTYvRzMMPbvsLg + subject_id: DX291_jpg + split: train + image: images/train_DX291_jpg.rf.kMIOehkTYvRzMMPbvsLg.png + label: labels/train_DX291_jpg.rf.kMIOehkTYvRzMMPbvsLg.npy + metadata: + original_shape: + - 2131 + - 1304 + source_split: train +- sample_id: train_DX292_jpg.rf.DoH0zfxY5oIhsQUtsoAT + subject_id: DX292_jpg + split: train + image: images/train_DX292_jpg.rf.DoH0zfxY5oIhsQUtsoAT.png + label: labels/train_DX292_jpg.rf.DoH0zfxY5oIhsQUtsoAT.npy + metadata: + original_shape: + - 2086 + - 1252 + source_split: train +- sample_id: train_DX293_jpg.rf.yXwRBXxiQCpIAx1NvCsk + subject_id: DX293_jpg + split: train + image: images/train_DX293_jpg.rf.yXwRBXxiQCpIAx1NvCsk.png + label: labels/train_DX293_jpg.rf.yXwRBXxiQCpIAx1NvCsk.npy + metadata: + original_shape: + - 2072 + - 1342 + source_split: train +- sample_id: train_DX294_jpg.rf.IpSapePdG0lWH8cnlWfZ + subject_id: DX294_jpg + split: train + image: images/train_DX294_jpg.rf.IpSapePdG0lWH8cnlWfZ.png + label: labels/train_DX294_jpg.rf.IpSapePdG0lWH8cnlWfZ.npy + metadata: + original_shape: + - 1376 + - 1232 + source_split: train +- sample_id: train_DX296_jpg.rf.vJ8jxrC9tLKLEwllyyE0 + subject_id: DX296_jpg + split: train + image: images/train_DX296_jpg.rf.vJ8jxrC9tLKLEwllyyE0.png + label: labels/train_DX296_jpg.rf.vJ8jxrC9tLKLEwllyyE0.npy + metadata: + original_shape: + - 2056 + - 1157 + source_split: train +- sample_id: train_DX297_jpg.rf.13mWVynds9LlxeQbXM4J + subject_id: DX297_jpg + split: train + image: images/train_DX297_jpg.rf.13mWVynds9LlxeQbXM4J.png + label: labels/train_DX297_jpg.rf.13mWVynds9LlxeQbXM4J.npy + metadata: + original_shape: + - 2206 + - 1337 + source_split: train +- sample_id: train_DX298_jpg.rf.5G9Iz6CLsRRj8XQmx74B + subject_id: DX298_jpg + split: train + image: images/train_DX298_jpg.rf.5G9Iz6CLsRRj8XQmx74B.png + label: labels/train_DX298_jpg.rf.5G9Iz6CLsRRj8XQmx74B.npy + metadata: + original_shape: + - 2078 + - 1316 + source_split: train +- sample_id: train_DX299_jpg.rf.NofHNLqfTNfccmkGhkbM + subject_id: DX299_jpg + split: train + image: images/train_DX299_jpg.rf.NofHNLqfTNfccmkGhkbM.png + label: labels/train_DX299_jpg.rf.NofHNLqfTNfccmkGhkbM.npy + metadata: + original_shape: + - 2112 + - 1117 + source_split: train +- sample_id: train_DX2_jpg.rf.2oiOsdbPYQhil2Ko1fdj + subject_id: DX2_jpg + split: train + image: images/train_DX2_jpg.rf.2oiOsdbPYQhil2Ko1fdj.png + label: labels/train_DX2_jpg.rf.2oiOsdbPYQhil2Ko1fdj.npy + metadata: + original_shape: + - 2022 + - 1259 + source_split: train +- sample_id: train_DX300_jpg.rf.MKh8tQqsq2CRQ1YrLCPP + subject_id: DX300_jpg + split: train + image: images/train_DX300_jpg.rf.MKh8tQqsq2CRQ1YrLCPP.png + label: labels/train_DX300_jpg.rf.MKh8tQqsq2CRQ1YrLCPP.npy + metadata: + original_shape: + - 1806 + - 1115 + source_split: train +- sample_id: train_DX301_jpg.rf.tq6PKcuJ1QYTcdIfmIvy + subject_id: DX301_jpg + split: train + image: images/train_DX301_jpg.rf.tq6PKcuJ1QYTcdIfmIvy.png + label: labels/train_DX301_jpg.rf.tq6PKcuJ1QYTcdIfmIvy.npy + metadata: + original_shape: + - 1786 + - 1218 + source_split: train +- sample_id: train_DX302_jpg.rf.mLs8iDtpdOm90yAX4ctO + subject_id: DX302_jpg + split: train + image: images/train_DX302_jpg.rf.mLs8iDtpdOm90yAX4ctO.png + label: labels/train_DX302_jpg.rf.mLs8iDtpdOm90yAX4ctO.npy + metadata: + original_shape: + - 1824 + - 1084 + source_split: train +- sample_id: train_DX303_jpg.rf.egKJvP9EG69heHF2YMhR + subject_id: DX303_jpg + split: train + image: images/train_DX303_jpg.rf.egKJvP9EG69heHF2YMhR.png + label: labels/train_DX303_jpg.rf.egKJvP9EG69heHF2YMhR.npy + metadata: + original_shape: + - 1669 + - 982 + source_split: train +- sample_id: train_DX304_jpg.rf.Q36gmFB1kuBy9kUKRM7G + subject_id: DX304_jpg + split: train + image: images/train_DX304_jpg.rf.Q36gmFB1kuBy9kUKRM7G.png + label: labels/train_DX304_jpg.rf.Q36gmFB1kuBy9kUKRM7G.npy + metadata: + original_shape: + - 2102 + - 1564 + source_split: train +- sample_id: train_DX306_jpg.rf.bgzLIYJA5XcKQTpBxB3x + subject_id: DX306_jpg + split: train + image: images/train_DX306_jpg.rf.bgzLIYJA5XcKQTpBxB3x.png + label: labels/train_DX306_jpg.rf.bgzLIYJA5XcKQTpBxB3x.npy + metadata: + original_shape: + - 1834 + - 1252 + source_split: train +- sample_id: train_DX307_jpg.rf.rBappmG0WlVg177atwAF + subject_id: DX307_jpg + split: train + image: images/train_DX307_jpg.rf.rBappmG0WlVg177atwAF.png + label: labels/train_DX307_jpg.rf.rBappmG0WlVg177atwAF.npy + metadata: + original_shape: + - 1949 + - 1194 + source_split: train +- sample_id: train_DX308_jpg.rf.keeztNumsyXlZ1VPLIMf + subject_id: DX308_jpg + split: train + image: images/train_DX308_jpg.rf.keeztNumsyXlZ1VPLIMf.png + label: labels/train_DX308_jpg.rf.keeztNumsyXlZ1VPLIMf.npy + metadata: + original_shape: + - 1991 + - 1278 + source_split: train +- sample_id: train_DX309_jpg.rf.9B4sJv2st9SNvkX0EVuW + subject_id: DX309_jpg + split: train + image: images/train_DX309_jpg.rf.9B4sJv2st9SNvkX0EVuW.png + label: labels/train_DX309_jpg.rf.9B4sJv2st9SNvkX0EVuW.npy + metadata: + original_shape: + - 2102 + - 1564 + source_split: train +- sample_id: train_DX310_jpg.rf.TgOXBqNurErXnf5NL9hk + subject_id: DX310_jpg + split: train + image: images/train_DX310_jpg.rf.TgOXBqNurErXnf5NL9hk.png + label: labels/train_DX310_jpg.rf.TgOXBqNurErXnf5NL9hk.npy + metadata: + original_shape: + - 1880 + - 997 + source_split: train +- sample_id: train_DX311_jpg.rf.NxxifMcSf75NuNHHnEgr + subject_id: DX311_jpg + split: train + image: images/train_DX311_jpg.rf.NxxifMcSf75NuNHHnEgr.png + label: labels/train_DX311_jpg.rf.NxxifMcSf75NuNHHnEgr.npy + metadata: + original_shape: + - 1750 + - 1170 + source_split: train +- sample_id: train_DX312_jpg.rf.gwPRszK9oef5MfxluBwU + subject_id: DX312_jpg + split: train + image: images/train_DX312_jpg.rf.gwPRszK9oef5MfxluBwU.png + label: labels/train_DX312_jpg.rf.gwPRszK9oef5MfxluBwU.npy + metadata: + original_shape: + - 1887 + - 1182 + source_split: train +- sample_id: train_DX314_jpg.rf.NCUqm6Yu1uvxEVgaSYYI + subject_id: DX314_jpg + split: train + image: images/train_DX314_jpg.rf.NCUqm6Yu1uvxEVgaSYYI.png + label: labels/train_DX314_jpg.rf.NCUqm6Yu1uvxEVgaSYYI.npy + metadata: + original_shape: + - 1893 + - 1194 + source_split: train +- sample_id: train_DX315_jpg.rf.V5O4j0UaleD0pLfu8yxB + subject_id: DX315_jpg + split: train + image: images/train_DX315_jpg.rf.V5O4j0UaleD0pLfu8yxB.png + label: labels/train_DX315_jpg.rf.V5O4j0UaleD0pLfu8yxB.npy + metadata: + original_shape: + - 1910 + - 1108 + source_split: train +- sample_id: train_DX318_jpg.rf.tuJN0ssNgcW2r6v8cUUf + subject_id: DX318_jpg + split: train + image: images/train_DX318_jpg.rf.tuJN0ssNgcW2r6v8cUUf.png + label: labels/train_DX318_jpg.rf.tuJN0ssNgcW2r6v8cUUf.npy + metadata: + original_shape: + - 2184 + - 1230 + source_split: train +- sample_id: train_DX31_jpg.rf.Dnwhf25bFUAWmTlCFUOi + subject_id: DX31_jpg + split: train + image: images/train_DX31_jpg.rf.Dnwhf25bFUAWmTlCFUOi.png + label: labels/train_DX31_jpg.rf.Dnwhf25bFUAWmTlCFUOi.npy + metadata: + original_shape: + - 2210 + - 1334 + source_split: train +- sample_id: train_DX320_jpg.rf.7pNtyvxZOFWoWTuKaTrg + subject_id: DX320_jpg + split: train + image: images/train_DX320_jpg.rf.7pNtyvxZOFWoWTuKaTrg.png + label: labels/train_DX320_jpg.rf.7pNtyvxZOFWoWTuKaTrg.npy + metadata: + original_shape: + - 2112 + - 1572 + source_split: train +- sample_id: train_DX321_jpg.rf.M7S8QLF3Q4HnJ6MJepQi + subject_id: DX321_jpg + split: train + image: images/train_DX321_jpg.rf.M7S8QLF3Q4HnJ6MJepQi.png + label: labels/train_DX321_jpg.rf.M7S8QLF3Q4HnJ6MJepQi.npy + metadata: + original_shape: + - 2084 + - 1154 + source_split: train +- sample_id: train_DX323_jpg.rf.kX9wvYcPZt7QgwmqMlq7 + subject_id: DX323_jpg + split: train + image: images/train_DX323_jpg.rf.kX9wvYcPZt7QgwmqMlq7.png + label: labels/train_DX323_jpg.rf.kX9wvYcPZt7QgwmqMlq7.npy + metadata: + original_shape: + - 1978 + - 1417 + source_split: train +- sample_id: train_DX326_jpg.rf.cVEGhEJAad1ndMBBT5ov + subject_id: DX326_jpg + split: train + image: images/train_DX326_jpg.rf.cVEGhEJAad1ndMBBT5ov.png + label: labels/train_DX326_jpg.rf.cVEGhEJAad1ndMBBT5ov.npy + metadata: + original_shape: + - 2103 + - 1218 + source_split: train +- sample_id: train_DX327_jpg.rf.WxtqNA7b0tLAE4YN4Yed + subject_id: DX327_jpg + split: train + image: images/train_DX327_jpg.rf.WxtqNA7b0tLAE4YN4Yed.png + label: labels/train_DX327_jpg.rf.WxtqNA7b0tLAE4YN4Yed.npy + metadata: + original_shape: + - 1899 + - 1332 + source_split: train +- sample_id: train_DX329_jpg.rf.2gA8ndLK46wmoy8Gibhw + subject_id: DX329_jpg + split: train + image: images/train_DX329_jpg.rf.2gA8ndLK46wmoy8Gibhw.png + label: labels/train_DX329_jpg.rf.2gA8ndLK46wmoy8Gibhw.npy + metadata: + original_shape: + - 2070 + - 1560 + source_split: train +- sample_id: train_DX32_jpg.rf.Kclvj1twifoidvom4f4n + subject_id: DX32_jpg + split: train + image: images/train_DX32_jpg.rf.Kclvj1twifoidvom4f4n.png + label: labels/train_DX32_jpg.rf.Kclvj1twifoidvom4f4n.npy + metadata: + original_shape: + - 2230 + - 1114 + source_split: train +- sample_id: train_DX330_jpg.rf.QJd3l2XoufPfYiWQWIWA + subject_id: DX330_jpg + split: train + image: images/train_DX330_jpg.rf.QJd3l2XoufPfYiWQWIWA.png + label: labels/train_DX330_jpg.rf.QJd3l2XoufPfYiWQWIWA.npy + metadata: + original_shape: + - 2128 + - 1358 + source_split: train +- sample_id: train_DX331_jpg.rf.X7Dv3x35dQ8csmVfjsiD + subject_id: DX331_jpg + split: train + image: images/train_DX331_jpg.rf.X7Dv3x35dQ8csmVfjsiD.png + label: labels/train_DX331_jpg.rf.X7Dv3x35dQ8csmVfjsiD.npy + metadata: + original_shape: + - 1596 + - 1118 + source_split: train +- sample_id: train_DX333_jpg.rf.pgtWJs1xQBmK044NhxW8 + subject_id: DX333_jpg + split: train + image: images/train_DX333_jpg.rf.pgtWJs1xQBmK044NhxW8.png + label: labels/train_DX333_jpg.rf.pgtWJs1xQBmK044NhxW8.npy + metadata: + original_shape: + - 1972 + - 1066 + source_split: train +- sample_id: train_DX334_jpg.rf.kSwgJ1Kjy2SjfghoflgX + subject_id: DX334_jpg + split: train + image: images/train_DX334_jpg.rf.kSwgJ1Kjy2SjfghoflgX.png + label: labels/train_DX334_jpg.rf.kSwgJ1Kjy2SjfghoflgX.npy + metadata: + original_shape: + - 1840 + - 1350 + source_split: train +- sample_id: train_DX335_jpg.rf.kjSD7AG94Spa8k4Ta69o + subject_id: DX335_jpg + split: train + image: images/train_DX335_jpg.rf.kjSD7AG94Spa8k4Ta69o.png + label: labels/train_DX335_jpg.rf.kjSD7AG94Spa8k4Ta69o.npy + metadata: + original_shape: + - 2059 + - 1320 + source_split: train +- sample_id: train_DX336_jpg.rf.eXVsuw2N6q9GII9z4ZIp + subject_id: DX336_jpg + split: train + image: images/train_DX336_jpg.rf.eXVsuw2N6q9GII9z4ZIp.png + label: labels/train_DX336_jpg.rf.eXVsuw2N6q9GII9z4ZIp.npy + metadata: + original_shape: + - 2135 + - 1616 + source_split: train +- sample_id: train_DX337_jpg.rf.fjkGRI0zmbBztwjLlNvt + subject_id: DX337_jpg + split: train + image: images/train_DX337_jpg.rf.fjkGRI0zmbBztwjLlNvt.png + label: labels/train_DX337_jpg.rf.fjkGRI0zmbBztwjLlNvt.npy + metadata: + original_shape: + - 1941 + - 1150 + source_split: train +- sample_id: train_DX339_jpg.rf.rQXqrsOwKOZWn40PsBDO + subject_id: DX339_jpg + split: train + image: images/train_DX339_jpg.rf.rQXqrsOwKOZWn40PsBDO.png + label: labels/train_DX339_jpg.rf.rQXqrsOwKOZWn40PsBDO.npy + metadata: + original_shape: + - 2052 + - 1233 + source_split: train +- sample_id: train_DX33_jpg.rf.RcIb2vcuRXosHgZmgRFi + subject_id: DX33_jpg + split: train + image: images/train_DX33_jpg.rf.RcIb2vcuRXosHgZmgRFi.png + label: labels/train_DX33_jpg.rf.RcIb2vcuRXosHgZmgRFi.npy + metadata: + original_shape: + - 2252 + - 1283 + source_split: train +- sample_id: train_DX342_jpg.rf.ozmPUjUHGe5y5ozJtVgN + subject_id: DX342_jpg + split: train + image: images/train_DX342_jpg.rf.ozmPUjUHGe5y5ozJtVgN.png + label: labels/train_DX342_jpg.rf.ozmPUjUHGe5y5ozJtVgN.npy + metadata: + original_shape: + - 2099 + - 1586 + source_split: train +- sample_id: train_DX344_jpg.rf.ZUNc6I3mfGVbWUb5vSIc + subject_id: DX344_jpg + split: train + image: images/train_DX344_jpg.rf.ZUNc6I3mfGVbWUb5vSIc.png + label: labels/train_DX344_jpg.rf.ZUNc6I3mfGVbWUb5vSIc.npy + metadata: + original_shape: + - 2126 + - 1598 + source_split: train +- sample_id: train_DX351_jpg.rf.pudxJRsbPtVY8j4OTou3 + subject_id: DX351_jpg + split: train + image: images/train_DX351_jpg.rf.pudxJRsbPtVY8j4OTou3.png + label: labels/train_DX351_jpg.rf.pudxJRsbPtVY8j4OTou3.npy + metadata: + original_shape: + - 1767 + - 1382 + source_split: train +- sample_id: train_DX352_jpg.rf.gw9b21jNKrbnn4YVgwTo + subject_id: DX352_jpg + split: train + image: images/train_DX352_jpg.rf.gw9b21jNKrbnn4YVgwTo.png + label: labels/train_DX352_jpg.rf.gw9b21jNKrbnn4YVgwTo.npy + metadata: + original_shape: + - 2102 + - 1588 + source_split: train +- sample_id: train_DX353_jpg.rf.3HxpXt6UECIV2wZqZLCV + subject_id: DX353_jpg + split: train + image: images/train_DX353_jpg.rf.3HxpXt6UECIV2wZqZLCV.png + label: labels/train_DX353_jpg.rf.3HxpXt6UECIV2wZqZLCV.npy + metadata: + original_shape: + - 2072 + - 1378 + source_split: train +- sample_id: train_DX354_jpg.rf.iuHLQn7tTZ1GDcbkZ8Rs + subject_id: DX354_jpg + split: train + image: images/train_DX354_jpg.rf.iuHLQn7tTZ1GDcbkZ8Rs.png + label: labels/train_DX354_jpg.rf.iuHLQn7tTZ1GDcbkZ8Rs.npy + metadata: + original_shape: + - 1730 + - 1006 + source_split: train +- sample_id: train_DX356_jpg.rf.WdxURL3yw9vo92IeKZgU + subject_id: DX356_jpg + split: train + image: images/train_DX356_jpg.rf.WdxURL3yw9vo92IeKZgU.png + label: labels/train_DX356_jpg.rf.WdxURL3yw9vo92IeKZgU.npy + metadata: + original_shape: + - 2122 + - 1036 + source_split: train +- sample_id: train_DX357_jpg.rf.EHg2t139u4hhCL4qwOOa + subject_id: DX357_jpg + split: train + image: images/train_DX357_jpg.rf.EHg2t139u4hhCL4qwOOa.png + label: labels/train_DX357_jpg.rf.EHg2t139u4hhCL4qwOOa.npy + metadata: + original_shape: + - 2196 + - 2535 + source_split: train +- sample_id: train_DX358_jpg.rf.Sn8369ZGX0OOzmNz5C7w + subject_id: DX358_jpg + split: train + image: images/train_DX358_jpg.rf.Sn8369ZGX0OOzmNz5C7w.png + label: labels/train_DX358_jpg.rf.Sn8369ZGX0OOzmNz5C7w.npy + metadata: + original_shape: + - 2055 + - 1030 + source_split: train +- sample_id: train_DX359_jpg.rf.I8gs427Vg4qPEr9LHBEq + subject_id: DX359_jpg + split: train + image: images/train_DX359_jpg.rf.I8gs427Vg4qPEr9LHBEq.png + label: labels/train_DX359_jpg.rf.I8gs427Vg4qPEr9LHBEq.npy + metadata: + original_shape: + - 1873 + - 1152 + source_split: train +- sample_id: train_DX361_jpg.rf.ULW4y8gACCEMw7378dy5 + subject_id: DX361_jpg + split: train + image: images/train_DX361_jpg.rf.ULW4y8gACCEMw7378dy5.png + label: labels/train_DX361_jpg.rf.ULW4y8gACCEMw7378dy5.npy + metadata: + original_shape: + - 2185 + - 1180 + source_split: train +- sample_id: train_DX362_jpg.rf.KBmbf3VigAjrL0u67LCh + subject_id: DX362_jpg + split: train + image: images/train_DX362_jpg.rf.KBmbf3VigAjrL0u67LCh.png + label: labels/train_DX362_jpg.rf.KBmbf3VigAjrL0u67LCh.npy + metadata: + original_shape: + - 2002 + - 1362 + source_split: train +- sample_id: train_DX365_jpg.rf.QEXFvIkOZ4zIy1Kh6oud + subject_id: DX365_jpg + split: train + image: images/train_DX365_jpg.rf.QEXFvIkOZ4zIy1Kh6oud.png + label: labels/train_DX365_jpg.rf.QEXFvIkOZ4zIy1Kh6oud.npy + metadata: + original_shape: + - 2167 + - 1354 + source_split: train +- sample_id: train_DX366_jpg.rf.jsg7525MWuynuJKSRCAh + subject_id: DX366_jpg + split: train + image: images/train_DX366_jpg.rf.jsg7525MWuynuJKSRCAh.png + label: labels/train_DX366_jpg.rf.jsg7525MWuynuJKSRCAh.npy + metadata: + original_shape: + - 2137 + - 1078 + source_split: train +- sample_id: train_DX367_jpg.rf.yJvsyydGG1R1gYwa1crn + subject_id: DX367_jpg + split: train + image: images/train_DX367_jpg.rf.yJvsyydGG1R1gYwa1crn.png + label: labels/train_DX367_jpg.rf.yJvsyydGG1R1gYwa1crn.npy + metadata: + original_shape: + - 2094 + - 1082 + source_split: train +- sample_id: train_DX369_jpg.rf.wc6xw4ztpAORmDJ6nnU2 + subject_id: DX369_jpg + split: train + image: images/train_DX369_jpg.rf.wc6xw4ztpAORmDJ6nnU2.png + label: labels/train_DX369_jpg.rf.wc6xw4ztpAORmDJ6nnU2.npy + metadata: + original_shape: + - 2400 + - 1348 + source_split: train +- sample_id: train_DX370_jpg.rf.ZtB6MG376gMdIxtPmDK9 + subject_id: DX370_jpg + split: train + image: images/train_DX370_jpg.rf.ZtB6MG376gMdIxtPmDK9.png + label: labels/train_DX370_jpg.rf.ZtB6MG376gMdIxtPmDK9.npy + metadata: + original_shape: + - 2252 + - 1070 + source_split: train +- sample_id: train_DX372_jpg.rf.TyuxnLkmoMtY5O68Odsg + subject_id: DX372_jpg + split: train + image: images/train_DX372_jpg.rf.TyuxnLkmoMtY5O68Odsg.png + label: labels/train_DX372_jpg.rf.TyuxnLkmoMtY5O68Odsg.npy + metadata: + original_shape: + - 2172 + - 1524 + source_split: train +- sample_id: train_DX374_jpg.rf.ioIx2cPHLkOXaQzyWMFs + subject_id: DX374_jpg + split: train + image: images/train_DX374_jpg.rf.ioIx2cPHLkOXaQzyWMFs.png + label: labels/train_DX374_jpg.rf.ioIx2cPHLkOXaQzyWMFs.npy + metadata: + original_shape: + - 1837 + - 1182 + source_split: train +- sample_id: train_DX375_jpg.rf.r9z3TKvrrBhmrFY41H5l + subject_id: DX375_jpg + split: train + image: images/train_DX375_jpg.rf.r9z3TKvrrBhmrFY41H5l.png + label: labels/train_DX375_jpg.rf.r9z3TKvrrBhmrFY41H5l.npy + metadata: + original_shape: + - 2146 + - 1336 + source_split: train +- sample_id: train_DX376_jpg.rf.sr5upik0YTpAsKWezBi0 + subject_id: DX376_jpg + split: train + image: images/train_DX376_jpg.rf.sr5upik0YTpAsKWezBi0.png + label: labels/train_DX376_jpg.rf.sr5upik0YTpAsKWezBi0.npy + metadata: + original_shape: + - 1868 + - 1420 + source_split: train +- sample_id: train_DX377_jpg.rf.97SOfsWGeDZPtUOqZCMF + subject_id: DX377_jpg + split: train + image: images/train_DX377_jpg.rf.97SOfsWGeDZPtUOqZCMF.png + label: labels/train_DX377_jpg.rf.97SOfsWGeDZPtUOqZCMF.npy + metadata: + original_shape: + - 1796 + - 1177 + source_split: train +- sample_id: train_DX378_jpg.rf.n0i6LnzB7mDmH5doQxh5 + subject_id: DX378_jpg + split: train + image: images/train_DX378_jpg.rf.n0i6LnzB7mDmH5doQxh5.png + label: labels/train_DX378_jpg.rf.n0i6LnzB7mDmH5doQxh5.npy + metadata: + original_shape: + - 2095 + - 1302 + source_split: train +- sample_id: train_DX379_jpg.rf.QmlbdGO75ihns0yhQUoP + subject_id: DX379_jpg + split: train + image: images/train_DX379_jpg.rf.QmlbdGO75ihns0yhQUoP.png + label: labels/train_DX379_jpg.rf.QmlbdGO75ihns0yhQUoP.npy + metadata: + original_shape: + - 1722 + - 1336 + source_split: train +- sample_id: train_DX37_jpg.rf.4DHlcEttz9Y5nisZmtde + subject_id: DX37_jpg + split: train + image: images/train_DX37_jpg.rf.4DHlcEttz9Y5nisZmtde.png + label: labels/train_DX37_jpg.rf.4DHlcEttz9Y5nisZmtde.npy + metadata: + original_shape: + - 2726 + - 1769 + source_split: train +- sample_id: train_DX380_jpg.rf.jY0VuKdPj5wNGsIkkj58 + subject_id: DX380_jpg + split: train + image: images/train_DX380_jpg.rf.jY0VuKdPj5wNGsIkkj58.png + label: labels/train_DX380_jpg.rf.jY0VuKdPj5wNGsIkkj58.npy + metadata: + original_shape: + - 1826 + - 1017 + source_split: train +- sample_id: train_DX381_jpg.rf.Q3vzRz5sGJrpRmNBHp73 + subject_id: DX381_jpg + split: train + image: images/train_DX381_jpg.rf.Q3vzRz5sGJrpRmNBHp73.png + label: labels/train_DX381_jpg.rf.Q3vzRz5sGJrpRmNBHp73.npy + metadata: + original_shape: + - 2064 + - 1412 + source_split: train +- sample_id: train_DX383_jpg.rf.pFTZRC476lbeAMJ6Wj5y + subject_id: DX383_jpg + split: train + image: images/train_DX383_jpg.rf.pFTZRC476lbeAMJ6Wj5y.png + label: labels/train_DX383_jpg.rf.pFTZRC476lbeAMJ6Wj5y.npy + metadata: + original_shape: + - 1851 + - 1090 + source_split: train +- sample_id: train_DX384_jpg.rf.ZN8AoVU5suuLG75tn40G + subject_id: DX384_jpg + split: train + image: images/train_DX384_jpg.rf.ZN8AoVU5suuLG75tn40G.png + label: labels/train_DX384_jpg.rf.ZN8AoVU5suuLG75tn40G.npy + metadata: + original_shape: + - 1848 + - 1087 + source_split: train +- sample_id: train_DX385_jpg.rf.6dxbQ56hEAcB9KP0Cfpz + subject_id: DX385_jpg + split: train + image: images/train_DX385_jpg.rf.6dxbQ56hEAcB9KP0Cfpz.png + label: labels/train_DX385_jpg.rf.6dxbQ56hEAcB9KP0Cfpz.npy + metadata: + original_shape: + - 2033 + - 1350 + source_split: train +- sample_id: train_DX388_jpg.rf.JhbPMwy4h8ArKQSYswFB + subject_id: DX388_jpg + split: train + image: images/train_DX388_jpg.rf.JhbPMwy4h8ArKQSYswFB.png + label: labels/train_DX388_jpg.rf.JhbPMwy4h8ArKQSYswFB.npy + metadata: + original_shape: + - 2198 + - 1346 + source_split: train +- sample_id: train_DX38_jpg.rf.vAg3AKwA25U1HyAbhXJs + subject_id: DX38_jpg + split: train + image: images/train_DX38_jpg.rf.vAg3AKwA25U1HyAbhXJs.png + label: labels/train_DX38_jpg.rf.vAg3AKwA25U1HyAbhXJs.npy + metadata: + original_shape: + - 2572 + - 1859 + source_split: train +- sample_id: train_DX392_jpg.rf.HIWdIITEcSTFtMYtzpob + subject_id: DX392_jpg + split: train + image: images/train_DX392_jpg.rf.HIWdIITEcSTFtMYtzpob.png + label: labels/train_DX392_jpg.rf.HIWdIITEcSTFtMYtzpob.npy + metadata: + original_shape: + - 2360 + - 1336 + source_split: train +- sample_id: train_DX394_jpg.rf.j7lEbfHq4VuZ1fu9HLg9 + subject_id: DX394_jpg + split: train + image: images/train_DX394_jpg.rf.j7lEbfHq4VuZ1fu9HLg9.png + label: labels/train_DX394_jpg.rf.j7lEbfHq4VuZ1fu9HLg9.npy + metadata: + original_shape: + - 1916 + - 1230 + source_split: train +- sample_id: train_DX396_jpg.rf.i5BwfjysBIUj6LDDOpuX + subject_id: DX396_jpg + split: train + image: images/train_DX396_jpg.rf.i5BwfjysBIUj6LDDOpuX.png + label: labels/train_DX396_jpg.rf.i5BwfjysBIUj6LDDOpuX.npy + metadata: + original_shape: + - 2198 + - 1466 + source_split: train +- sample_id: train_DX397_jpg.rf.gNLXfhchIhGt4RVBP4pS + subject_id: DX397_jpg + split: train + image: images/train_DX397_jpg.rf.gNLXfhchIhGt4RVBP4pS.png + label: labels/train_DX397_jpg.rf.gNLXfhchIhGt4RVBP4pS.npy + metadata: + original_shape: + - 2148 + - 1352 + source_split: train +- sample_id: train_DX398_jpg.rf.uuE52uMxLfSdVFm07XBv + subject_id: DX398_jpg + split: train + image: images/train_DX398_jpg.rf.uuE52uMxLfSdVFm07XBv.png + label: labels/train_DX398_jpg.rf.uuE52uMxLfSdVFm07XBv.npy + metadata: + original_shape: + - 2078 + - 1348 + source_split: train +- sample_id: train_DX399_jpg.rf.v2PtWYzzvDcoLlc9GAdE + subject_id: DX399_jpg + split: train + image: images/train_DX399_jpg.rf.v2PtWYzzvDcoLlc9GAdE.png + label: labels/train_DX399_jpg.rf.v2PtWYzzvDcoLlc9GAdE.npy + metadata: + original_shape: + - 2046 + - 1432 + source_split: train +- sample_id: train_DX3_jpg.rf.MQVLeKCZuJ4j1o8b1S47 + subject_id: DX3_jpg + split: train + image: images/train_DX3_jpg.rf.MQVLeKCZuJ4j1o8b1S47.png + label: labels/train_DX3_jpg.rf.MQVLeKCZuJ4j1o8b1S47.npy + metadata: + original_shape: + - 2363 + - 1393 + source_split: train +- sample_id: train_DX400_jpg.rf.nh2JaSBc7yYWiMupp5ga + subject_id: DX400_jpg + split: train + image: images/train_DX400_jpg.rf.nh2JaSBc7yYWiMupp5ga.png + label: labels/train_DX400_jpg.rf.nh2JaSBc7yYWiMupp5ga.npy + metadata: + original_shape: + - 1895 + - 1194 + source_split: train +- sample_id: train_DX401_jpg.rf.RzSBAlmqApfbxoiMayt0 + subject_id: DX401_jpg + split: train + image: images/train_DX401_jpg.rf.RzSBAlmqApfbxoiMayt0.png + label: labels/train_DX401_jpg.rf.RzSBAlmqApfbxoiMayt0.npy + metadata: + original_shape: + - 1895 + - 1228 + source_split: train +- sample_id: train_DX403_jpg.rf.9nXoxuUrZI5vZ9ShlOdH + subject_id: DX403_jpg + split: train + image: images/train_DX403_jpg.rf.9nXoxuUrZI5vZ9ShlOdH.png + label: labels/train_DX403_jpg.rf.9nXoxuUrZI5vZ9ShlOdH.npy + metadata: + original_shape: + - 2048 + - 1140 + source_split: train +- sample_id: train_DX406_jpg.rf.6znpWEhpBTXygOVoOnBL + subject_id: DX406_jpg + split: train + image: images/train_DX406_jpg.rf.6znpWEhpBTXygOVoOnBL.png + label: labels/train_DX406_jpg.rf.6znpWEhpBTXygOVoOnBL.npy + metadata: + original_shape: + - 2081 + - 1104 + source_split: train +- sample_id: train_DX407_jpg.rf.UYphYuyRUBO1l1bQGOEM + subject_id: DX407_jpg + split: train + image: images/train_DX407_jpg.rf.UYphYuyRUBO1l1bQGOEM.png + label: labels/train_DX407_jpg.rf.UYphYuyRUBO1l1bQGOEM.npy + metadata: + original_shape: + - 1082 + - 740 + source_split: train +- sample_id: train_DX408_jpg.rf.Ql19AOizIeUdvJjclWkj + subject_id: DX408_jpg + split: train + image: images/train_DX408_jpg.rf.Ql19AOizIeUdvJjclWkj.png + label: labels/train_DX408_jpg.rf.Ql19AOizIeUdvJjclWkj.npy + metadata: + original_shape: + - 2030 + - 1340 + source_split: train +- sample_id: train_DX410_jpg.rf.eXRf454JwRPBmZJHUAeD + subject_id: DX410_jpg + split: train + image: images/train_DX410_jpg.rf.eXRf454JwRPBmZJHUAeD.png + label: labels/train_DX410_jpg.rf.eXRf454JwRPBmZJHUAeD.npy + metadata: + original_shape: + - 2092 + - 1328 + source_split: train +- sample_id: train_DX412_jpg.rf.UVJvqnakJwwK3Zim0f7u + subject_id: DX412_jpg + split: train + image: images/train_DX412_jpg.rf.UVJvqnakJwwK3Zim0f7u.png + label: labels/train_DX412_jpg.rf.UVJvqnakJwwK3Zim0f7u.npy + metadata: + original_shape: + - 2030 + - 1238 + source_split: train +- sample_id: train_DX413_jpg.rf.NP95gjl1bftb3WiRkGns + subject_id: DX413_jpg + split: train + image: images/train_DX413_jpg.rf.NP95gjl1bftb3WiRkGns.png + label: labels/train_DX413_jpg.rf.NP95gjl1bftb3WiRkGns.npy + metadata: + original_shape: + - 1860 + - 976 + source_split: train +- sample_id: train_DX419_jpg.rf.ED8HlNnXMnXVKzHPcWpy + subject_id: DX419_jpg + split: train + image: images/train_DX419_jpg.rf.ED8HlNnXMnXVKzHPcWpy.png + label: labels/train_DX419_jpg.rf.ED8HlNnXMnXVKzHPcWpy.npy + metadata: + original_shape: + - 1907 + - 1284 + source_split: train +- sample_id: train_DX420_jpg.rf.om7tpLzJj4Bj7yRZeZsd + subject_id: DX420_jpg + split: train + image: images/train_DX420_jpg.rf.om7tpLzJj4Bj7yRZeZsd.png + label: labels/train_DX420_jpg.rf.om7tpLzJj4Bj7yRZeZsd.npy + metadata: + original_shape: + - 1809 + - 1182 + source_split: train +- sample_id: train_DX421_jpg.rf.RDcqACsv8dn8FFgANBlh + subject_id: DX421_jpg + split: train + image: images/train_DX421_jpg.rf.RDcqACsv8dn8FFgANBlh.png + label: labels/train_DX421_jpg.rf.RDcqACsv8dn8FFgANBlh.npy + metadata: + original_shape: + - 1859 + - 1012 + source_split: train +- sample_id: train_DX423_jpg.rf.KM70xUnryclcsvUUKLRS + subject_id: DX423_jpg + split: train + image: images/train_DX423_jpg.rf.KM70xUnryclcsvUUKLRS.png + label: labels/train_DX423_jpg.rf.KM70xUnryclcsvUUKLRS.npy + metadata: + original_shape: + - 2251 + - 1006 + source_split: train +- sample_id: train_DX427_jpg.rf.aRJaqmGxXjwcdmVvmJCQ + subject_id: DX427_jpg + split: train + image: images/train_DX427_jpg.rf.aRJaqmGxXjwcdmVvmJCQ.png + label: labels/train_DX427_jpg.rf.aRJaqmGxXjwcdmVvmJCQ.npy + metadata: + original_shape: + - 2008 + - 1104 + source_split: train +- sample_id: train_DX428_jpg.rf.lz8RgvacYOiJInWYUaBg + subject_id: DX428_jpg + split: train + image: images/train_DX428_jpg.rf.lz8RgvacYOiJInWYUaBg.png + label: labels/train_DX428_jpg.rf.lz8RgvacYOiJInWYUaBg.npy + metadata: + original_shape: + - 1980 + - 1190 + source_split: train +- sample_id: train_DX429_jpg.rf.vZeyonQPgcbTxWIL33OQ + subject_id: DX429_jpg + split: train + image: images/train_DX429_jpg.rf.vZeyonQPgcbTxWIL33OQ.png + label: labels/train_DX429_jpg.rf.vZeyonQPgcbTxWIL33OQ.npy + metadata: + original_shape: + - 2005 + - 1120 + source_split: train +- sample_id: train_DX430_jpg.rf.Nk3ydFlZ4xZuRKWHldEb + subject_id: DX430_jpg + split: train + image: images/train_DX430_jpg.rf.Nk3ydFlZ4xZuRKWHldEb.png + label: labels/train_DX430_jpg.rf.Nk3ydFlZ4xZuRKWHldEb.npy + metadata: + original_shape: + - 1935 + - 1130 + source_split: train +- sample_id: train_DX431_jpg.rf.EnpyUddoLN3eNDRueFNB + subject_id: DX431_jpg + split: train + image: images/train_DX431_jpg.rf.EnpyUddoLN3eNDRueFNB.png + label: labels/train_DX431_jpg.rf.EnpyUddoLN3eNDRueFNB.npy + metadata: + original_shape: + - 1857 + - 990 + source_split: train +- sample_id: train_DX432_jpg.rf.SqMaUBkO69zxcyUWjvBK + subject_id: DX432_jpg + split: train + image: images/train_DX432_jpg.rf.SqMaUBkO69zxcyUWjvBK.png + label: labels/train_DX432_jpg.rf.SqMaUBkO69zxcyUWjvBK.npy + metadata: + original_shape: + - 1876 + - 1162 + source_split: train +- sample_id: train_DX435_jpg.rf.3fFIVCqQbvQ3J9ymjb8h + subject_id: DX435_jpg + split: train + image: images/train_DX435_jpg.rf.3fFIVCqQbvQ3J9ymjb8h.png + label: labels/train_DX435_jpg.rf.3fFIVCqQbvQ3J9ymjb8h.npy + metadata: + original_shape: + - 2033 + - 1260 + source_split: train +- sample_id: train_DX436_jpg.rf.h0Y1XXizrbpBwVKnJmfn + subject_id: DX436_jpg + split: train + image: images/train_DX436_jpg.rf.h0Y1XXizrbpBwVKnJmfn.png + label: labels/train_DX436_jpg.rf.h0Y1XXizrbpBwVKnJmfn.npy + metadata: + original_shape: + - 1832 + - 1026 + source_split: train +- sample_id: train_DX437_jpg.rf.SKX8FEmoTxsovho7cNXd + subject_id: DX437_jpg + split: train + image: images/train_DX437_jpg.rf.SKX8FEmoTxsovho7cNXd.png + label: labels/train_DX437_jpg.rf.SKX8FEmoTxsovho7cNXd.npy + metadata: + original_shape: + - 2123 + - 1028 + source_split: train +- sample_id: train_DX439_jpg.rf.ymOpOORpP6z467FPW0Zz + subject_id: DX439_jpg + split: train + image: images/train_DX439_jpg.rf.ymOpOORpP6z467FPW0Zz.png + label: labels/train_DX439_jpg.rf.ymOpOORpP6z467FPW0Zz.npy + metadata: + original_shape: + - 2173 + - 1376 + source_split: train +- sample_id: train_DX440_jpg.rf.efUg5Id8fuEECXUoCwPg + subject_id: DX440_jpg + split: train + image: images/train_DX440_jpg.rf.efUg5Id8fuEECXUoCwPg.png + label: labels/train_DX440_jpg.rf.efUg5Id8fuEECXUoCwPg.npy + metadata: + original_shape: + - 2148 + - 1400 + source_split: train +- sample_id: train_DX442_jpg.rf.n5eHOXjct5cnn49RBWX9 + subject_id: DX442_jpg + split: train + image: images/train_DX442_jpg.rf.n5eHOXjct5cnn49RBWX9.png + label: labels/train_DX442_jpg.rf.n5eHOXjct5cnn49RBWX9.npy + metadata: + original_shape: + - 1809 + - 1076 + source_split: train +- sample_id: train_DX443_jpg.rf.82m8tPObWqLEVXW3nN0w + subject_id: DX443_jpg + split: train + image: images/train_DX443_jpg.rf.82m8tPObWqLEVXW3nN0w.png + label: labels/train_DX443_jpg.rf.82m8tPObWqLEVXW3nN0w.npy + metadata: + original_shape: + - 1910 + - 1260 + source_split: train +- sample_id: train_DX444_jpg.rf.rOG57OTRLVsr5LAEqYGk + subject_id: DX444_jpg + split: train + image: images/train_DX444_jpg.rf.rOG57OTRLVsr5LAEqYGk.png + label: labels/train_DX444_jpg.rf.rOG57OTRLVsr5LAEqYGk.npy + metadata: + original_shape: + - 2100 + - 1193 + source_split: train +- sample_id: train_DX445_jpg.rf.pSJdlIRXA4ojGQmVzDbw + subject_id: DX445_jpg + split: train + image: images/train_DX445_jpg.rf.pSJdlIRXA4ojGQmVzDbw.png + label: labels/train_DX445_jpg.rf.pSJdlIRXA4ojGQmVzDbw.npy + metadata: + original_shape: + - 1854 + - 1222 + source_split: train +- sample_id: train_DX446_jpg.rf.f1GOa89Z7Xk0I9acma3q + subject_id: DX446_jpg + split: train + image: images/train_DX446_jpg.rf.f1GOa89Z7Xk0I9acma3q.png + label: labels/train_DX446_jpg.rf.f1GOa89Z7Xk0I9acma3q.npy + metadata: + original_shape: + - 1960 + - 1182 + source_split: train +- sample_id: train_DX447_jpg.rf.aO3xxECqp2qcwHFqqLxG + subject_id: DX447_jpg + split: train + image: images/train_DX447_jpg.rf.aO3xxECqp2qcwHFqqLxG.png + label: labels/train_DX447_jpg.rf.aO3xxECqp2qcwHFqqLxG.npy + metadata: + original_shape: + - 1860 + - 1129 + source_split: train +- sample_id: train_DX450_jpg.rf.eSv4Fm2bER13llbti3v2 + subject_id: DX450_jpg + split: train + image: images/train_DX450_jpg.rf.eSv4Fm2bER13llbti3v2.png + label: labels/train_DX450_jpg.rf.eSv4Fm2bER13llbti3v2.npy + metadata: + original_shape: + - 1999 + - 1272 + source_split: train +- sample_id: train_DX453_jpg.rf.tdsoG5dblzhzIuia1fcU + subject_id: DX453_jpg + split: train + image: images/train_DX453_jpg.rf.tdsoG5dblzhzIuia1fcU.png + label: labels/train_DX453_jpg.rf.tdsoG5dblzhzIuia1fcU.npy + metadata: + original_shape: + - 1797 + - 896 + source_split: train +- sample_id: train_DX454_jpg.rf.2SX81AinW4GGa55y5Ny7 + subject_id: DX454_jpg + split: train + image: images/train_DX454_jpg.rf.2SX81AinW4GGa55y5Ny7.png + label: labels/train_DX454_jpg.rf.2SX81AinW4GGa55y5Ny7.npy + metadata: + original_shape: + - 2049 + - 1166 + source_split: train +- sample_id: train_DX457_jpg.rf.Ae9EeeZNZMM2j7UGutAB + subject_id: DX457_jpg + split: train + image: images/train_DX457_jpg.rf.Ae9EeeZNZMM2j7UGutAB.png + label: labels/train_DX457_jpg.rf.Ae9EeeZNZMM2j7UGutAB.npy + metadata: + original_shape: + - 2081 + - 1018 + source_split: train +- sample_id: train_DX459_jpg.rf.LerU9znAPBwEf4Ifnsq1 + subject_id: DX459_jpg + split: train + image: images/train_DX459_jpg.rf.LerU9znAPBwEf4Ifnsq1.png + label: labels/train_DX459_jpg.rf.LerU9znAPBwEf4Ifnsq1.npy + metadata: + original_shape: + - 1954 + - 1088 + source_split: train +- sample_id: train_DX461_jpg.rf.oeC8GwzuDEPWdGX0wVYm + subject_id: DX461_jpg + split: train + image: images/train_DX461_jpg.rf.oeC8GwzuDEPWdGX0wVYm.png + label: labels/train_DX461_jpg.rf.oeC8GwzuDEPWdGX0wVYm.npy + metadata: + original_shape: + - 1899 + - 1102 + source_split: train +- sample_id: train_DX462_jpg.rf.AkgMwLpAo2gZxy62C8V0 + subject_id: DX462_jpg + split: train + image: images/train_DX462_jpg.rf.AkgMwLpAo2gZxy62C8V0.png + label: labels/train_DX462_jpg.rf.AkgMwLpAo2gZxy62C8V0.npy + metadata: + original_shape: + - 2053 + - 1202 + source_split: train +- sample_id: train_DX463_jpg.rf.cYvmF7iK1XifGOhcuc77 + subject_id: DX463_jpg + split: train + image: images/train_DX463_jpg.rf.cYvmF7iK1XifGOhcuc77.png + label: labels/train_DX463_jpg.rf.cYvmF7iK1XifGOhcuc77.npy + metadata: + original_shape: + - 1951 + - 1280 + source_split: train +- sample_id: train_DX466_jpg.rf.07egBdyE9ZFDj7yWp5Sh + subject_id: DX466_jpg + split: train + image: images/train_DX466_jpg.rf.07egBdyE9ZFDj7yWp5Sh.png + label: labels/train_DX466_jpg.rf.07egBdyE9ZFDj7yWp5Sh.npy + metadata: + original_shape: + - 2013 + - 1272 + source_split: train +- sample_id: train_DX467_jpg.rf.8qYDoliHSEFUY3JYGEoU + subject_id: DX467_jpg + split: train + image: images/train_DX467_jpg.rf.8qYDoliHSEFUY3JYGEoU.png + label: labels/train_DX467_jpg.rf.8qYDoliHSEFUY3JYGEoU.npy + metadata: + original_shape: + - 2114 + - 1198 + source_split: train +- sample_id: train_DX469_jpg.rf.wrhWx6kAr0Ip7qxEg3aq + subject_id: DX469_jpg + split: train + image: images/train_DX469_jpg.rf.wrhWx6kAr0Ip7qxEg3aq.png + label: labels/train_DX469_jpg.rf.wrhWx6kAr0Ip7qxEg3aq.npy + metadata: + original_shape: + - 1540 + - 826 + source_split: train +- sample_id: train_DX471_jpg.rf.nzYhN8hLgnj0XZJnjPAB + subject_id: DX471_jpg + split: train + image: images/train_DX471_jpg.rf.nzYhN8hLgnj0XZJnjPAB.png + label: labels/train_DX471_jpg.rf.nzYhN8hLgnj0XZJnjPAB.npy + metadata: + original_shape: + - 1812 + - 1118 + source_split: train +- sample_id: train_DX473_jpg.rf.YXyCEJ3DLs9w14iqJeT6 + subject_id: DX473_jpg + split: train + image: images/train_DX473_jpg.rf.YXyCEJ3DLs9w14iqJeT6.png + label: labels/train_DX473_jpg.rf.YXyCEJ3DLs9w14iqJeT6.npy + metadata: + original_shape: + - 1946 + - 1124 + source_split: train +- sample_id: train_DX474_jpg.rf.0P4VHEM3l7W98X4j0w0w + subject_id: DX474_jpg + split: train + image: images/train_DX474_jpg.rf.0P4VHEM3l7W98X4j0w0w.png + label: labels/train_DX474_jpg.rf.0P4VHEM3l7W98X4j0w0w.npy + metadata: + original_shape: + - 1944 + - 1258 + source_split: train +- sample_id: train_DX475_jpg.rf.HmvfPe6uuHEC1Gs19NbE + subject_id: DX475_jpg + split: train + image: images/train_DX475_jpg.rf.HmvfPe6uuHEC1Gs19NbE.png + label: labels/train_DX475_jpg.rf.HmvfPe6uuHEC1Gs19NbE.npy + metadata: + original_shape: + - 1946 + - 1136 + source_split: train +- sample_id: train_DX477_jpg.rf.8ZgWjhVkM0KBZDprkfFK + subject_id: DX477_jpg + split: train + image: images/train_DX477_jpg.rf.8ZgWjhVkM0KBZDprkfFK.png + label: labels/train_DX477_jpg.rf.8ZgWjhVkM0KBZDprkfFK.npy + metadata: + original_shape: + - 1532 + - 1098 + source_split: train +- sample_id: train_DX478_jpg.rf.doi3IdSOhdOX6GXNWmSE + subject_id: DX478_jpg + split: train + image: images/train_DX478_jpg.rf.doi3IdSOhdOX6GXNWmSE.png + label: labels/train_DX478_jpg.rf.doi3IdSOhdOX6GXNWmSE.npy + metadata: + original_shape: + - 1930 + - 1300 + source_split: train +- sample_id: train_DX483_jpg.rf.ceHoMSW5MmDu6imoBgyn + subject_id: DX483_jpg + split: train + image: images/train_DX483_jpg.rf.ceHoMSW5MmDu6imoBgyn.png + label: labels/train_DX483_jpg.rf.ceHoMSW5MmDu6imoBgyn.npy + metadata: + original_shape: + - 1966 + - 1127 + source_split: train +- sample_id: train_DX484_jpg.rf.PbKF55ZiEbfZw03najjB + subject_id: DX484_jpg + split: train + image: images/train_DX484_jpg.rf.PbKF55ZiEbfZw03najjB.png + label: labels/train_DX484_jpg.rf.PbKF55ZiEbfZw03najjB.npy + metadata: + original_shape: + - 1910 + - 1226 + source_split: train +- sample_id: train_DX485_jpg.rf.pJIg3FLEbGmUJlsJJqq7 + subject_id: DX485_jpg + split: train + image: images/train_DX485_jpg.rf.pJIg3FLEbGmUJlsJJqq7.png + label: labels/train_DX485_jpg.rf.pJIg3FLEbGmUJlsJJqq7.npy + metadata: + original_shape: + - 1921 + - 1008 + source_split: train +- sample_id: train_DX486_jpg.rf.NUyKeqgv8Id2ivCOvGOJ + subject_id: DX486_jpg + split: train + image: images/train_DX486_jpg.rf.NUyKeqgv8Id2ivCOvGOJ.png + label: labels/train_DX486_jpg.rf.NUyKeqgv8Id2ivCOvGOJ.npy + metadata: + original_shape: + - 2073 + - 1110 + source_split: train +- sample_id: train_DX487_jpg.rf.xxeaHXKGt19uiopm6koF + subject_id: DX487_jpg + split: train + image: images/train_DX487_jpg.rf.xxeaHXKGt19uiopm6koF.png + label: labels/train_DX487_jpg.rf.xxeaHXKGt19uiopm6koF.npy + metadata: + original_shape: + - 2131 + - 1278 + source_split: train +- sample_id: train_DX488_jpg.rf.8IxHQIvjMpfbEbtrZQzu + subject_id: DX488_jpg + split: train + image: images/train_DX488_jpg.rf.8IxHQIvjMpfbEbtrZQzu.png + label: labels/train_DX488_jpg.rf.8IxHQIvjMpfbEbtrZQzu.npy + metadata: + original_shape: + - 2265 + - 1018 + source_split: train +- sample_id: train_DX490_jpg.rf.45kYKdJVb27ylpaD9qNj + subject_id: DX490_jpg + split: train + image: images/train_DX490_jpg.rf.45kYKdJVb27ylpaD9qNj.png + label: labels/train_DX490_jpg.rf.45kYKdJVb27ylpaD9qNj.npy + metadata: + original_shape: + - 2170 + - 1258 + source_split: train +- sample_id: train_DX492_jpg.rf.t5V3eLZ4jorImzBx2BGS + subject_id: DX492_jpg + split: train + image: images/train_DX492_jpg.rf.t5V3eLZ4jorImzBx2BGS.png + label: labels/train_DX492_jpg.rf.t5V3eLZ4jorImzBx2BGS.npy + metadata: + original_shape: + - 1946 + - 1028 + source_split: train +- sample_id: train_DX493_jpg.rf.igx1ImRTmqbBHju0uum4 + subject_id: DX493_jpg + split: train + image: images/train_DX493_jpg.rf.igx1ImRTmqbBHju0uum4.png + label: labels/train_DX493_jpg.rf.igx1ImRTmqbBHju0uum4.npy + metadata: + original_shape: + - 2053 + - 1230 + source_split: train +- sample_id: train_DX494_jpg.rf.2DpQoW8TTYvWhPwr8iYT + subject_id: DX494_jpg + split: train + image: images/train_DX494_jpg.rf.2DpQoW8TTYvWhPwr8iYT.png + label: labels/train_DX494_jpg.rf.2DpQoW8TTYvWhPwr8iYT.npy + metadata: + original_shape: + - 1983 + - 994 + source_split: train +- sample_id: train_DX495_jpg.rf.1Ss0MB1Xha7a5OvuSqls + subject_id: DX495_jpg + split: train + image: images/train_DX495_jpg.rf.1Ss0MB1Xha7a5OvuSqls.png + label: labels/train_DX495_jpg.rf.1Ss0MB1Xha7a5OvuSqls.npy + metadata: + original_shape: + - 1909 + - 1182 + source_split: train +- sample_id: train_DX496_jpg.rf.m9lTtcp2GGEYMxdG2pB6 + subject_id: DX496_jpg + split: train + image: images/train_DX496_jpg.rf.m9lTtcp2GGEYMxdG2pB6.png + label: labels/train_DX496_jpg.rf.m9lTtcp2GGEYMxdG2pB6.npy + metadata: + original_shape: + - 1526 + - 998 + source_split: train +- sample_id: train_DX497_jpg.rf.rKO26oYs0gIHAzmGl3xs + subject_id: DX497_jpg + split: train + image: images/train_DX497_jpg.rf.rKO26oYs0gIHAzmGl3xs.png + label: labels/train_DX497_jpg.rf.rKO26oYs0gIHAzmGl3xs.npy + metadata: + original_shape: + - 2119 + - 1598 + source_split: train +- sample_id: train_DX498_jpg.rf.kRkwIpkfZXvQBYerBbbr + subject_id: DX498_jpg + split: train + image: images/train_DX498_jpg.rf.kRkwIpkfZXvQBYerBbbr.png + label: labels/train_DX498_jpg.rf.kRkwIpkfZXvQBYerBbbr.npy + metadata: + original_shape: + - 1792 + - 1092 + source_split: train +- sample_id: train_DX500_jpg.rf.vLK3C3NVZGGqGurvbdUZ + subject_id: DX500_jpg + split: train + image: images/train_DX500_jpg.rf.vLK3C3NVZGGqGurvbdUZ.png + label: labels/train_DX500_jpg.rf.vLK3C3NVZGGqGurvbdUZ.npy + metadata: + original_shape: + - 2271 + - 1146 + source_split: train +- sample_id: train_DX503_jpg.rf.qzFQyBbQvpW8tNsziqTV + subject_id: DX503_jpg + split: train + image: images/train_DX503_jpg.rf.qzFQyBbQvpW8tNsziqTV.png + label: labels/train_DX503_jpg.rf.qzFQyBbQvpW8tNsziqTV.npy + metadata: + original_shape: + - 1980 + - 1176 + source_split: train +- sample_id: train_DX505_jpg.rf.WQrSzmpQ83uh2ufARpAw + subject_id: DX505_jpg + split: train + image: images/train_DX505_jpg.rf.WQrSzmpQ83uh2ufARpAw.png + label: labels/train_DX505_jpg.rf.WQrSzmpQ83uh2ufARpAw.npy + metadata: + original_shape: + - 2107 + - 1586 + source_split: train +- sample_id: train_DX513_jpg.rf.VILOfffv8Xa8zEHJZGzC + subject_id: DX513_jpg + split: train + image: images/train_DX513_jpg.rf.VILOfffv8Xa8zEHJZGzC.png + label: labels/train_DX513_jpg.rf.VILOfffv8Xa8zEHJZGzC.npy + metadata: + original_shape: + - 1944 + - 1219 + source_split: train +- sample_id: train_DX514_jpg.rf.kmYgsh1az63uEDuP7VjS + subject_id: DX514_jpg + split: train + image: images/train_DX514_jpg.rf.kmYgsh1az63uEDuP7VjS.png + label: labels/train_DX514_jpg.rf.kmYgsh1az63uEDuP7VjS.npy + metadata: + original_shape: + - 2396 + - 1540 + source_split: train +- sample_id: train_DX515_jpg.rf.f5jgKUoz33zyd4qx6QCg + subject_id: DX515_jpg + split: train + image: images/train_DX515_jpg.rf.f5jgKUoz33zyd4qx6QCg.png + label: labels/train_DX515_jpg.rf.f5jgKUoz33zyd4qx6QCg.npy + metadata: + original_shape: + - 1999 + - 1228 + source_split: train +- sample_id: train_DX517_jpg.rf.aONWf763mVFUPKLnlsAi + subject_id: DX517_jpg + split: train + image: images/train_DX517_jpg.rf.aONWf763mVFUPKLnlsAi.png + label: labels/train_DX517_jpg.rf.aONWf763mVFUPKLnlsAi.npy + metadata: + original_shape: + - 1924 + - 1188 + source_split: train +- sample_id: train_DX519_jpg.rf.0Qji6bi9v2kBJXkt8qip + subject_id: DX519_jpg + split: train + image: images/train_DX519_jpg.rf.0Qji6bi9v2kBJXkt8qip.png + label: labels/train_DX519_jpg.rf.0Qji6bi9v2kBJXkt8qip.npy + metadata: + original_shape: + - 2235 + - 1180 + source_split: train +- sample_id: train_DX520_jpg.rf.jpzHozN74ww7qDRNE5Kw + subject_id: DX520_jpg + split: train + image: images/train_DX520_jpg.rf.jpzHozN74ww7qDRNE5Kw.png + label: labels/train_DX520_jpg.rf.jpzHozN74ww7qDRNE5Kw.npy + metadata: + original_shape: + - 2226 + - 1124 + source_split: train +- sample_id: train_DX522_jpg.rf.eg5MUpfqdD7SytBunSub + subject_id: DX522_jpg + split: train + image: images/train_DX522_jpg.rf.eg5MUpfqdD7SytBunSub.png + label: labels/train_DX522_jpg.rf.eg5MUpfqdD7SytBunSub.npy + metadata: + original_shape: + - 1862 + - 1117 + source_split: train +- sample_id: train_DX524_jpg.rf.VIYy41UiYsVh3wo1OXRX + subject_id: DX524_jpg + split: train + image: images/train_DX524_jpg.rf.VIYy41UiYsVh3wo1OXRX.png + label: labels/train_DX524_jpg.rf.VIYy41UiYsVh3wo1OXRX.npy + metadata: + original_shape: + - 1929 + - 1024 + source_split: train +- sample_id: train_DX525_jpg.rf.9HvmZIm6G3awhwA1tKTZ + subject_id: DX525_jpg + split: train + image: images/train_DX525_jpg.rf.9HvmZIm6G3awhwA1tKTZ.png + label: labels/train_DX525_jpg.rf.9HvmZIm6G3awhwA1tKTZ.npy + metadata: + original_shape: + - 2120 + - 1562 + source_split: train +- sample_id: train_DX526_jpg.rf.fEG1yw3mD0jRoWMHcytq + subject_id: DX526_jpg + split: train + image: images/train_DX526_jpg.rf.fEG1yw3mD0jRoWMHcytq.png + label: labels/train_DX526_jpg.rf.fEG1yw3mD0jRoWMHcytq.npy + metadata: + original_shape: + - 1926 + - 1230 + source_split: train +- sample_id: train_DX527_jpg.rf.lawyVu1lDUS4sL2cChMY + subject_id: DX527_jpg + split: train + image: images/train_DX527_jpg.rf.lawyVu1lDUS4sL2cChMY.png + label: labels/train_DX527_jpg.rf.lawyVu1lDUS4sL2cChMY.npy + metadata: + original_shape: + - 1795 + - 1112 + source_split: train +- sample_id: train_DX529_jpg.rf.jLQRpcbD0vs7smKFp51g + subject_id: DX529_jpg + split: train + image: images/train_DX529_jpg.rf.jLQRpcbD0vs7smKFp51g.png + label: labels/train_DX529_jpg.rf.jLQRpcbD0vs7smKFp51g.npy + metadata: + original_shape: + - 2117 + - 1196 + source_split: train +- sample_id: train_DX531_jpg.rf.08X3LiuCPiOEsTnyFMCZ + subject_id: DX531_jpg + split: train + image: images/train_DX531_jpg.rf.08X3LiuCPiOEsTnyFMCZ.png + label: labels/train_DX531_jpg.rf.08X3LiuCPiOEsTnyFMCZ.npy + metadata: + original_shape: + - 1986 + - 1020 + source_split: train +- sample_id: train_DX532_jpg.rf.4fiQW8ytVCS6QnYHc4dc + subject_id: DX532_jpg + split: train + image: images/train_DX532_jpg.rf.4fiQW8ytVCS6QnYHc4dc.png + label: labels/train_DX532_jpg.rf.4fiQW8ytVCS6QnYHc4dc.npy + metadata: + original_shape: + - 1943 + - 1068 + source_split: train +- sample_id: train_DX533_jpg.rf.Gwk4Hau2dJURirSBoFCH + subject_id: DX533_jpg + split: train + image: images/train_DX533_jpg.rf.Gwk4Hau2dJURirSBoFCH.png + label: labels/train_DX533_jpg.rf.Gwk4Hau2dJURirSBoFCH.npy + metadata: + original_shape: + - 1222 + - 886 + source_split: train +- sample_id: train_DX534_jpg.rf.Eo8BWnT9o3tN9CQCg6S4 + subject_id: DX534_jpg + split: train + image: images/train_DX534_jpg.rf.Eo8BWnT9o3tN9CQCg6S4.png + label: labels/train_DX534_jpg.rf.Eo8BWnT9o3tN9CQCg6S4.npy + metadata: + original_shape: + - 2220 + - 1144 + source_split: train +- sample_id: train_DX535_jpg.rf.ML77toLsRBRNg7RZk06H + subject_id: DX535_jpg + split: train + image: images/train_DX535_jpg.rf.ML77toLsRBRNg7RZk06H.png + label: labels/train_DX535_jpg.rf.ML77toLsRBRNg7RZk06H.npy + metadata: + original_shape: + - 2182 + - 1062 + source_split: train +- sample_id: train_DX537_jpg.rf.r51wRLEiwbyJqklem3rV + subject_id: DX537_jpg + split: train + image: images/train_DX537_jpg.rf.r51wRLEiwbyJqklem3rV.png + label: labels/train_DX537_jpg.rf.r51wRLEiwbyJqklem3rV.npy + metadata: + original_shape: + - 1952 + - 1050 + source_split: train +- sample_id: train_DX538_jpg.rf.NE064PNVEdqxeuTvD0Js + subject_id: DX538_jpg + split: train + image: images/train_DX538_jpg.rf.NE064PNVEdqxeuTvD0Js.png + label: labels/train_DX538_jpg.rf.NE064PNVEdqxeuTvD0Js.npy + metadata: + original_shape: + - 1893 + - 1196 + source_split: train +- sample_id: train_DX540_jpg.rf.2OrM4FyizSF7zj6LbHor + subject_id: DX540_jpg + split: train + image: images/train_DX540_jpg.rf.2OrM4FyizSF7zj6LbHor.png + label: labels/train_DX540_jpg.rf.2OrM4FyizSF7zj6LbHor.npy + metadata: + original_shape: + - 2005 + - 1568 + source_split: train +- sample_id: train_DX541_jpg.rf.RZ3MVnuLTOKnYRLzOZ9N + subject_id: DX541_jpg + split: train + image: images/train_DX541_jpg.rf.RZ3MVnuLTOKnYRLzOZ9N.png + label: labels/train_DX541_jpg.rf.RZ3MVnuLTOKnYRLzOZ9N.npy + metadata: + original_shape: + - 1926 + - 1017 + source_split: train +- sample_id: train_DX542_jpg.rf.cxBjvTvsNHAg7nkz3oy4 + subject_id: DX542_jpg + split: train + image: images/train_DX542_jpg.rf.cxBjvTvsNHAg7nkz3oy4.png + label: labels/train_DX542_jpg.rf.cxBjvTvsNHAg7nkz3oy4.npy + metadata: + original_shape: + - 2168 + - 1201 + source_split: train +- sample_id: train_DX544_jpg.rf.PfpA9sGnSmONbUJd5CXY + subject_id: DX544_jpg + split: train + image: images/train_DX544_jpg.rf.PfpA9sGnSmONbUJd5CXY.png + label: labels/train_DX544_jpg.rf.PfpA9sGnSmONbUJd5CXY.npy + metadata: + original_shape: + - 2176 + - 1284 + source_split: train +- sample_id: train_DX546_jpg.rf.c4RPXdo5dgydXF0XIPiV + subject_id: DX546_jpg + split: train + image: images/train_DX546_jpg.rf.c4RPXdo5dgydXF0XIPiV.png + label: labels/train_DX546_jpg.rf.c4RPXdo5dgydXF0XIPiV.npy + metadata: + original_shape: + - 2100 + - 1112 + source_split: train +- sample_id: train_DX548_jpg.rf.fdcPwSM2EoxeVfyo1iiv + subject_id: DX548_jpg + split: train + image: images/train_DX548_jpg.rf.fdcPwSM2EoxeVfyo1iiv.png + label: labels/train_DX548_jpg.rf.fdcPwSM2EoxeVfyo1iiv.npy + metadata: + original_shape: + - 2020 + - 1112 + source_split: train +- sample_id: train_DX54_jpg.rf.Xt7YZNPwkyQ7JrBHHGfh + subject_id: DX54_jpg + split: train + image: images/train_DX54_jpg.rf.Xt7YZNPwkyQ7JrBHHGfh.png + label: labels/train_DX54_jpg.rf.Xt7YZNPwkyQ7JrBHHGfh.npy + metadata: + original_shape: + - 3353 + - 1922 + source_split: train +- sample_id: train_DX550_jpg.rf.3iUPGZ03GTeDOt4pblix + subject_id: DX550_jpg + split: train + image: images/train_DX550_jpg.rf.3iUPGZ03GTeDOt4pblix.png + label: labels/train_DX550_jpg.rf.3iUPGZ03GTeDOt4pblix.npy + metadata: + original_shape: + - 2008 + - 1232 + source_split: train +- sample_id: train_DX551_jpg.rf.CN8pYIuvlPzJ71aYQUXd + subject_id: DX551_jpg + split: train + image: images/train_DX551_jpg.rf.CN8pYIuvlPzJ71aYQUXd.png + label: labels/train_DX551_jpg.rf.CN8pYIuvlPzJ71aYQUXd.npy + metadata: + original_shape: + - 1762 + - 1084 + source_split: train +- sample_id: train_DX555_jpg.rf.nndJcJuiRzfsTudg5kmv + subject_id: DX555_jpg + split: train + image: images/train_DX555_jpg.rf.nndJcJuiRzfsTudg5kmv.png + label: labels/train_DX555_jpg.rf.nndJcJuiRzfsTudg5kmv.npy + metadata: + original_shape: + - 2108 + - 1280 + source_split: train +- sample_id: train_DX556_jpg.rf.uGbYkpBLpP8MhcvcT7LY + subject_id: DX556_jpg + split: train + image: images/train_DX556_jpg.rf.uGbYkpBLpP8MhcvcT7LY.png + label: labels/train_DX556_jpg.rf.uGbYkpBLpP8MhcvcT7LY.npy + metadata: + original_shape: + - 1873 + - 1216 + source_split: train +- sample_id: train_DX557_jpg.rf.aC7Ag6McvYhwAwBmCEfc + subject_id: DX557_jpg + split: train + image: images/train_DX557_jpg.rf.aC7Ag6McvYhwAwBmCEfc.png + label: labels/train_DX557_jpg.rf.aC7Ag6McvYhwAwBmCEfc.npy + metadata: + original_shape: + - 1963 + - 1080 + source_split: train +- sample_id: train_DX559_jpg.rf.eLJYhgZzATrh5joCfau0 + subject_id: DX559_jpg + split: train + image: images/train_DX559_jpg.rf.eLJYhgZzATrh5joCfau0.png + label: labels/train_DX559_jpg.rf.eLJYhgZzATrh5joCfau0.npy + metadata: + original_shape: + - 1899 + - 1068 + source_split: train +- sample_id: train_DX55_jpg.rf.j31WtQponQv8rvtE9iFk + subject_id: DX55_jpg + split: train + image: images/train_DX55_jpg.rf.j31WtQponQv8rvtE9iFk.png + label: labels/train_DX55_jpg.rf.j31WtQponQv8rvtE9iFk.npy + metadata: + original_shape: + - 3386 + - 2366 + source_split: train +- sample_id: train_DX560_jpg.rf.ViMhrAFCCeNpxv1IwFWY + subject_id: DX560_jpg + split: train + image: images/train_DX560_jpg.rf.ViMhrAFCCeNpxv1IwFWY.png + label: labels/train_DX560_jpg.rf.ViMhrAFCCeNpxv1IwFWY.npy + metadata: + original_shape: + - 1927 + - 1062 + source_split: train +- sample_id: train_DX562_jpg.rf.hXYkFmQ5gZCG5a47hK7d + subject_id: DX562_jpg + split: train + image: images/train_DX562_jpg.rf.hXYkFmQ5gZCG5a47hK7d.png + label: labels/train_DX562_jpg.rf.hXYkFmQ5gZCG5a47hK7d.npy + metadata: + original_shape: + - 1800 + - 956 + source_split: train +- sample_id: train_DX564_jpg.rf.fZGvcbTZhxodOITGHWVn + subject_id: DX564_jpg + split: train + image: images/train_DX564_jpg.rf.fZGvcbTZhxodOITGHWVn.png + label: labels/train_DX564_jpg.rf.fZGvcbTZhxodOITGHWVn.npy + metadata: + original_shape: + - 2075 + - 1406 + source_split: train +- sample_id: train_DX568_jpg.rf.oTxcVHivPR8btyWGEBmJ + subject_id: DX568_jpg + split: train + image: images/train_DX568_jpg.rf.oTxcVHivPR8btyWGEBmJ.png + label: labels/train_DX568_jpg.rf.oTxcVHivPR8btyWGEBmJ.npy + metadata: + original_shape: + - 1900 + - 1474 + source_split: train +- sample_id: train_DX56_jpg.rf.EaNGNYVrHr58FomPGhwR + subject_id: DX56_jpg + split: train + image: images/train_DX56_jpg.rf.EaNGNYVrHr58FomPGhwR.png + label: labels/train_DX56_jpg.rf.EaNGNYVrHr58FomPGhwR.npy + metadata: + original_shape: + - 3386 + - 2367 + source_split: train +- sample_id: train_DX570_jpg.rf.vhyMuRDtNcI7P7bc9yVY + subject_id: DX570_jpg + split: train + image: images/train_DX570_jpg.rf.vhyMuRDtNcI7P7bc9yVY.png + label: labels/train_DX570_jpg.rf.vhyMuRDtNcI7P7bc9yVY.npy + metadata: + original_shape: + - 2167 + - 1124 + source_split: train +- sample_id: train_DX571_jpg.rf.0Gl5sN0ggkl2AeGAJ2JL + subject_id: DX571_jpg + split: train + image: images/train_DX571_jpg.rf.0Gl5sN0ggkl2AeGAJ2JL.png + label: labels/train_DX571_jpg.rf.0Gl5sN0ggkl2AeGAJ2JL.npy + metadata: + original_shape: + - 2008 + - 1308 + source_split: train +- sample_id: train_DX572_jpg.rf.g4XyOS0QTnwwsweLM4Dn + subject_id: DX572_jpg + split: train + image: images/train_DX572_jpg.rf.g4XyOS0QTnwwsweLM4Dn.png + label: labels/train_DX572_jpg.rf.g4XyOS0QTnwwsweLM4Dn.npy + metadata: + original_shape: + - 2243 + - 1652 + source_split: train +- sample_id: train_DX573_jpg.rf.QZCJqrxJlhDJqAOCQiSF + subject_id: DX573_jpg + split: train + image: images/train_DX573_jpg.rf.QZCJqrxJlhDJqAOCQiSF.png + label: labels/train_DX573_jpg.rf.QZCJqrxJlhDJqAOCQiSF.npy + metadata: + original_shape: + - 2249 + - 1442 + source_split: train +- sample_id: train_DX575_jpg.rf.aNDrthwAsUEhPx2KbZlW + subject_id: DX575_jpg + split: train + image: images/train_DX575_jpg.rf.aNDrthwAsUEhPx2KbZlW.png + label: labels/train_DX575_jpg.rf.aNDrthwAsUEhPx2KbZlW.npy + metadata: + original_shape: + - 2117 + - 1162 + source_split: train +- sample_id: train_DX578_jpg.rf.h1MI9eh5dCpmgdDxJ7xK + subject_id: DX578_jpg + split: train + image: images/train_DX578_jpg.rf.h1MI9eh5dCpmgdDxJ7xK.png + label: labels/train_DX578_jpg.rf.h1MI9eh5dCpmgdDxJ7xK.npy + metadata: + original_shape: + - 2265 + - 1354 + source_split: train +- sample_id: train_DX579_jpg.rf.ZElNqOaMV4yfqGqDzyzS + subject_id: DX579_jpg + split: train + image: images/train_DX579_jpg.rf.ZElNqOaMV4yfqGqDzyzS.png + label: labels/train_DX579_jpg.rf.ZElNqOaMV4yfqGqDzyzS.npy + metadata: + original_shape: + - 2008 + - 1300 + source_split: train +- sample_id: train_DX580_jpg.rf.2MUQsYwv5yR9Amm8qFfo + subject_id: DX580_jpg + split: train + image: images/train_DX580_jpg.rf.2MUQsYwv5yR9Amm8qFfo.png + label: labels/train_DX580_jpg.rf.2MUQsYwv5yR9Amm8qFfo.npy + metadata: + original_shape: + - 2168 + - 1440 + source_split: train +- sample_id: train_DX582_jpg.rf.ktk3OColr0mZQTxSUhWF + subject_id: DX582_jpg + split: train + image: images/train_DX582_jpg.rf.ktk3OColr0mZQTxSUhWF.png + label: labels/train_DX582_jpg.rf.ktk3OColr0mZQTxSUhWF.npy + metadata: + original_shape: + - 1914 + - 1372 + source_split: train +- sample_id: train_DX584_jpg.rf.YXTmWivR8duWJdim7qID + subject_id: DX584_jpg + split: train + image: images/train_DX584_jpg.rf.YXTmWivR8duWJdim7qID.png + label: labels/train_DX584_jpg.rf.YXTmWivR8duWJdim7qID.npy + metadata: + original_shape: + - 1809 + - 1336 + source_split: train +- sample_id: train_DX585_jpg.rf.uWM0EaRT9CiHA0BdHGPh + subject_id: DX585_jpg + split: train + image: images/train_DX585_jpg.rf.uWM0EaRT9CiHA0BdHGPh.png + label: labels/train_DX585_jpg.rf.uWM0EaRT9CiHA0BdHGPh.npy + metadata: + original_shape: + - 2075 + - 1256 + source_split: train +- sample_id: train_DX587_jpg.rf.DnBWA0uFTGnV8u0MmtVa + subject_id: DX587_jpg + split: train + image: images/train_DX587_jpg.rf.DnBWA0uFTGnV8u0MmtVa.png + label: labels/train_DX587_jpg.rf.DnBWA0uFTGnV8u0MmtVa.npy + metadata: + original_shape: + - 2101 + - 1564 + source_split: train +- sample_id: train_DX589_jpg.rf.w6amVhfbGlUCVSx2m4SK + subject_id: DX589_jpg + split: train + image: images/train_DX589_jpg.rf.w6amVhfbGlUCVSx2m4SK.png + label: labels/train_DX589_jpg.rf.w6amVhfbGlUCVSx2m4SK.npy + metadata: + original_shape: + - 1866 + - 1008 + source_split: train +- sample_id: train_DX590_jpg.rf.6Eqep1bfhe20geZgy5Vf + subject_id: DX590_jpg + split: train + image: images/train_DX590_jpg.rf.6Eqep1bfhe20geZgy5Vf.png + label: labels/train_DX590_jpg.rf.6Eqep1bfhe20geZgy5Vf.npy + metadata: + original_shape: + - 2224 + - 1101 + source_split: train +- sample_id: train_DX594_jpg.rf.BOfEgm2mbYrEp6qZdHX9 + subject_id: DX594_jpg + split: train + image: images/train_DX594_jpg.rf.BOfEgm2mbYrEp6qZdHX9.png + label: labels/train_DX594_jpg.rf.BOfEgm2mbYrEp6qZdHX9.npy + metadata: + original_shape: + - 1934 + - 1305 + source_split: train +- sample_id: train_DX595_jpg.rf.IhYLW6tOvHxVpySPV4jl + subject_id: DX595_jpg + split: train + image: images/train_DX595_jpg.rf.IhYLW6tOvHxVpySPV4jl.png + label: labels/train_DX595_jpg.rf.IhYLW6tOvHxVpySPV4jl.npy + metadata: + original_shape: + - 1838 + - 1096 + source_split: train +- sample_id: train_DX596_jpg.rf.RNuMizL84NaghzLGLqlg + subject_id: DX596_jpg + split: train + image: images/train_DX596_jpg.rf.RNuMizL84NaghzLGLqlg.png + label: labels/train_DX596_jpg.rf.RNuMizL84NaghzLGLqlg.npy + metadata: + original_shape: + - 1826 + - 1285 + source_split: train +- sample_id: train_DX598_jpg.rf.IRBpQVclbQgzZZNUuC9J + subject_id: DX598_jpg + split: train + image: images/train_DX598_jpg.rf.IRBpQVclbQgzZZNUuC9J.png + label: labels/train_DX598_jpg.rf.IRBpQVclbQgzZZNUuC9J.npy + metadata: + original_shape: + - 1862 + - 1227 + source_split: train +- sample_id: train_DX599_jpg.rf.aB2QrKEy9IcLuwKmOvvs + subject_id: DX599_jpg + split: train + image: images/train_DX599_jpg.rf.aB2QrKEy9IcLuwKmOvvs.png + label: labels/train_DX599_jpg.rf.aB2QrKEy9IcLuwKmOvvs.npy + metadata: + original_shape: + - 2088 + - 1300 + source_split: train +- sample_id: train_DX600_jpg.rf.zAVZdzcLYy8vI3sCjepU + subject_id: DX600_jpg + split: train + image: images/train_DX600_jpg.rf.zAVZdzcLYy8vI3sCjepU.png + label: labels/train_DX600_jpg.rf.zAVZdzcLYy8vI3sCjepU.npy + metadata: + original_shape: + - 2122 + - 1409 + source_split: train +- sample_id: train_DX601_jpg.rf.i2nm3C0LfdeIgOtrgXcW + subject_id: DX601_jpg + split: train + image: images/train_DX601_jpg.rf.i2nm3C0LfdeIgOtrgXcW.png + label: labels/train_DX601_jpg.rf.i2nm3C0LfdeIgOtrgXcW.npy + metadata: + original_shape: + - 2056 + - 1149 + source_split: train +- sample_id: train_DX604_jpg.rf.3MwEguMXFm7IzbCNjYK3 + subject_id: DX604_jpg + split: train + image: images/train_DX604_jpg.rf.3MwEguMXFm7IzbCNjYK3.png + label: labels/train_DX604_jpg.rf.3MwEguMXFm7IzbCNjYK3.npy + metadata: + original_shape: + - 1815 + - 1162 + source_split: train +- sample_id: train_DX607_jpg.rf.CJ6qzy2F6QWMMGyoJnXv + subject_id: DX607_jpg + split: train + image: images/train_DX607_jpg.rf.CJ6qzy2F6QWMMGyoJnXv.png + label: labels/train_DX607_jpg.rf.CJ6qzy2F6QWMMGyoJnXv.npy + metadata: + original_shape: + - 1887 + - 1268 + source_split: train +- sample_id: train_DX608_jpg.rf.rULoQQGujvmXQDxaWKYX + subject_id: DX608_jpg + split: train + image: images/train_DX608_jpg.rf.rULoQQGujvmXQDxaWKYX.png + label: labels/train_DX608_jpg.rf.rULoQQGujvmXQDxaWKYX.npy + metadata: + original_shape: + - 1948 + - 1330 + source_split: train +- sample_id: train_DX609_jpg.rf.y7KDRxAFguT6u20huAzo + subject_id: DX609_jpg + split: train + image: images/train_DX609_jpg.rf.y7KDRxAFguT6u20huAzo.png + label: labels/train_DX609_jpg.rf.y7KDRxAFguT6u20huAzo.npy + metadata: + original_shape: + - 1977 + - 1530 + source_split: train +- sample_id: train_DX613_jpg.rf.fLcAaHnn3K1T95oeyZl8 + subject_id: DX613_jpg + split: train + image: images/train_DX613_jpg.rf.fLcAaHnn3K1T95oeyZl8.png + label: labels/train_DX613_jpg.rf.fLcAaHnn3K1T95oeyZl8.npy + metadata: + original_shape: + - 1996 + - 1404 + source_split: train +- sample_id: train_DX616_jpg.rf.s468sbRAwEwtYm7McVXZ + subject_id: DX616_jpg + split: train + image: images/train_DX616_jpg.rf.s468sbRAwEwtYm7McVXZ.png + label: labels/train_DX616_jpg.rf.s468sbRAwEwtYm7McVXZ.npy + metadata: + original_shape: + - 2108 + - 1110 + source_split: train +- sample_id: train_DX618_jpg.rf.176w0akRbLFzniu0uXbo + subject_id: DX618_jpg + split: train + image: images/train_DX618_jpg.rf.176w0akRbLFzniu0uXbo.png + label: labels/train_DX618_jpg.rf.176w0akRbLFzniu0uXbo.npy + metadata: + original_shape: + - 1826 + - 1694 + source_split: train +- sample_id: train_DX619_jpg.rf.bQLEJ8rYz4CwCKkXnkbx + subject_id: DX619_jpg + split: train + image: images/train_DX619_jpg.rf.bQLEJ8rYz4CwCKkXnkbx.png + label: labels/train_DX619_jpg.rf.bQLEJ8rYz4CwCKkXnkbx.npy + metadata: + original_shape: + - 1885 + - 1508 + source_split: train +- sample_id: train_DX61_jpg.rf.82TF3Kwt6PzWoI9X7Slc + subject_id: DX61_jpg + split: train + image: images/train_DX61_jpg.rf.82TF3Kwt6PzWoI9X7Slc.png + label: labels/train_DX61_jpg.rf.82TF3Kwt6PzWoI9X7Slc.npy + metadata: + original_shape: + - 3756 + - 2465 + source_split: train +- sample_id: train_DX621_jpg.rf.doHbHmS1LeJZ7aSRPFDT + subject_id: DX621_jpg + split: train + image: images/train_DX621_jpg.rf.doHbHmS1LeJZ7aSRPFDT.png + label: labels/train_DX621_jpg.rf.doHbHmS1LeJZ7aSRPFDT.npy + metadata: + original_shape: + - 2167 + - 1564 + source_split: train +- sample_id: train_DX622_jpg.rf.Js1sixdGxOUw3UFHVigQ + subject_id: DX622_jpg + split: train + image: images/train_DX622_jpg.rf.Js1sixdGxOUw3UFHVigQ.png + label: labels/train_DX622_jpg.rf.Js1sixdGxOUw3UFHVigQ.npy + metadata: + original_shape: + - 2041 + - 1308 + source_split: train +- sample_id: train_DX623_jpg.rf.mleCzsEcHmgUvr0hYYai + subject_id: DX623_jpg + split: train + image: images/train_DX623_jpg.rf.mleCzsEcHmgUvr0hYYai.png + label: labels/train_DX623_jpg.rf.mleCzsEcHmgUvr0hYYai.npy + metadata: + original_shape: + - 2050 + - 1148 + source_split: train +- sample_id: train_DX624_jpg.rf.o1EFIJ6dIoM7fJOnVkOY + subject_id: DX624_jpg + split: train + image: images/train_DX624_jpg.rf.o1EFIJ6dIoM7fJOnVkOY.png + label: labels/train_DX624_jpg.rf.o1EFIJ6dIoM7fJOnVkOY.npy + metadata: + original_shape: + - 1770 + - 1151 + source_split: train +- sample_id: train_DX627_jpg.rf.z1Z5Ics4nWZe9OGyihRN + subject_id: DX627_jpg + split: train + image: images/train_DX627_jpg.rf.z1Z5Ics4nWZe9OGyihRN.png + label: labels/train_DX627_jpg.rf.z1Z5Ics4nWZe9OGyihRN.npy + metadata: + original_shape: + - 2008 + - 961 + source_split: train +- sample_id: train_DX628_jpg.rf.H2zbPFymbaek8GbGDbB7 + subject_id: DX628_jpg + split: train + image: images/train_DX628_jpg.rf.H2zbPFymbaek8GbGDbB7.png + label: labels/train_DX628_jpg.rf.H2zbPFymbaek8GbGDbB7.npy + metadata: + original_shape: + - 2006 + - 1300 + source_split: train +- sample_id: train_DX629_jpg.rf.nAEAL1oJOKZlBJQlvFVs + subject_id: DX629_jpg + split: train + image: images/train_DX629_jpg.rf.nAEAL1oJOKZlBJQlvFVs.png + label: labels/train_DX629_jpg.rf.nAEAL1oJOKZlBJQlvFVs.npy + metadata: + original_shape: + - 2052 + - 1594 + source_split: train +- sample_id: train_DX62_jpg.rf.akHXTeUuKgw2XR1sVeOr + subject_id: DX62_jpg + split: train + image: images/train_DX62_jpg.rf.akHXTeUuKgw2XR1sVeOr.png + label: labels/train_DX62_jpg.rf.akHXTeUuKgw2XR1sVeOr.npy + metadata: + original_shape: + - 3757 + - 2466 + source_split: train +- sample_id: train_DX630_jpg.rf.GN8apPrKvFqOUElayCz2 + subject_id: DX630_jpg + split: train + image: images/train_DX630_jpg.rf.GN8apPrKvFqOUElayCz2.png + label: labels/train_DX630_jpg.rf.GN8apPrKvFqOUElayCz2.npy + metadata: + original_shape: + - 2002 + - 1140 + source_split: train +- sample_id: train_DX631_jpg.rf.GQOaNy4S81XaGdO04F09 + subject_id: DX631_jpg + split: train + image: images/train_DX631_jpg.rf.GQOaNy4S81XaGdO04F09.png + label: labels/train_DX631_jpg.rf.GQOaNy4S81XaGdO04F09.npy + metadata: + original_shape: + - 1928 + - 1185 + source_split: train +- sample_id: train_DX633_jpg.rf.BO99tO6V0yKRv29oteRP + subject_id: DX633_jpg + split: train + image: images/train_DX633_jpg.rf.BO99tO6V0yKRv29oteRP.png + label: labels/train_DX633_jpg.rf.BO99tO6V0yKRv29oteRP.npy + metadata: + original_shape: + - 1991 + - 1168 + source_split: train +- sample_id: train_DX635_jpg.rf.9VIXP1SmAt7ziGQAJWtY + subject_id: DX635_jpg + split: train + image: images/train_DX635_jpg.rf.9VIXP1SmAt7ziGQAJWtY.png + label: labels/train_DX635_jpg.rf.9VIXP1SmAt7ziGQAJWtY.npy + metadata: + original_shape: + - 2159 + - 1120 + source_split: train +- sample_id: train_DX636_jpg.rf.d44O2W4MjSpLF08oUoRr + subject_id: DX636_jpg + split: train + image: images/train_DX636_jpg.rf.d44O2W4MjSpLF08oUoRr.png + label: labels/train_DX636_jpg.rf.d44O2W4MjSpLF08oUoRr.npy + metadata: + original_shape: + - 1982 + - 1134 + source_split: train +- sample_id: train_DX638_jpg.rf.Tr9GmDhIJ6GaviLRbfau + subject_id: DX638_jpg + split: train + image: images/train_DX638_jpg.rf.Tr9GmDhIJ6GaviLRbfau.png + label: labels/train_DX638_jpg.rf.Tr9GmDhIJ6GaviLRbfau.npy + metadata: + original_shape: + - 1977 + - 1028 + source_split: train +- sample_id: train_DX639_jpg.rf.GmePHyHrMgYojCyaJviE + subject_id: DX639_jpg + split: train + image: images/train_DX639_jpg.rf.GmePHyHrMgYojCyaJviE.png + label: labels/train_DX639_jpg.rf.GmePHyHrMgYojCyaJviE.npy + metadata: + original_shape: + - 2249 + - 1332 + source_split: train +- sample_id: train_DX641_jpg.rf.zeeaG6qdknXyDIjw5c0x + subject_id: DX641_jpg + split: train + image: images/train_DX641_jpg.rf.zeeaG6qdknXyDIjw5c0x.png + label: labels/train_DX641_jpg.rf.zeeaG6qdknXyDIjw5c0x.npy + metadata: + original_shape: + - 1776 + - 1230 + source_split: train +- sample_id: train_DX643_jpg.rf.HhtUri5lWPgmPeIWFAaY + subject_id: DX643_jpg + split: train + image: images/train_DX643_jpg.rf.HhtUri5lWPgmPeIWFAaY.png + label: labels/train_DX643_jpg.rf.HhtUri5lWPgmPeIWFAaY.npy + metadata: + original_shape: + - 1971 + - 1106 + source_split: train +- sample_id: train_DX644_jpg.rf.jY0pgGjn5oJCA0RmFQ9S + subject_id: DX644_jpg + split: train + image: images/train_DX644_jpg.rf.jY0pgGjn5oJCA0RmFQ9S.png + label: labels/train_DX644_jpg.rf.jY0pgGjn5oJCA0RmFQ9S.npy + metadata: + original_shape: + - 2128 + - 1224 + source_split: train +- sample_id: train_DX645_jpg.rf.L92Sl29PI4afKzUtsyIJ + subject_id: DX645_jpg + split: train + image: images/train_DX645_jpg.rf.L92Sl29PI4afKzUtsyIJ.png + label: labels/train_DX645_jpg.rf.L92Sl29PI4afKzUtsyIJ.npy + metadata: + original_shape: + - 1980 + - 1300 + source_split: train +- sample_id: train_DX646_jpg.rf.O4JQz9zfZV3UtckhTbL1 + subject_id: DX646_jpg + split: train + image: images/train_DX646_jpg.rf.O4JQz9zfZV3UtckhTbL1.png + label: labels/train_DX646_jpg.rf.O4JQz9zfZV3UtckhTbL1.npy + metadata: + original_shape: + - 2033 + - 1252 + source_split: train +- sample_id: train_DX647_jpg.rf.rCIHfl4JE8qK8bDOV6tq + subject_id: DX647_jpg + split: train + image: images/train_DX647_jpg.rf.rCIHfl4JE8qK8bDOV6tq.png + label: labels/train_DX647_jpg.rf.rCIHfl4JE8qK8bDOV6tq.npy + metadata: + original_shape: + - 1963 + - 1128 + source_split: train +- sample_id: train_DX648_jpg.rf.VWkwz0PXbIGxO6aT29WD + subject_id: DX648_jpg + split: train + image: images/train_DX648_jpg.rf.VWkwz0PXbIGxO6aT29WD.png + label: labels/train_DX648_jpg.rf.VWkwz0PXbIGxO6aT29WD.npy + metadata: + original_shape: + - 1685 + - 1044 + source_split: train +- sample_id: train_DX649_jpg.rf.zWDvLLDW4T0cavbV6il8 + subject_id: DX649_jpg + split: train + image: images/train_DX649_jpg.rf.zWDvLLDW4T0cavbV6il8.png + label: labels/train_DX649_jpg.rf.zWDvLLDW4T0cavbV6il8.npy + metadata: + original_shape: + - 2232 + - 1292 + source_split: train +- sample_id: train_DX651_jpg.rf.1VE8Z1EZlCAqmkfsiiKx + subject_id: DX651_jpg + split: train + image: images/train_DX651_jpg.rf.1VE8Z1EZlCAqmkfsiiKx.png + label: labels/train_DX651_jpg.rf.1VE8Z1EZlCAqmkfsiiKx.npy + metadata: + original_shape: + - 1876 + - 1132 + source_split: train +- sample_id: train_DX652_jpg.rf.0Uhq51IcybG0BPLI1x6f + subject_id: DX652_jpg + split: train + image: images/train_DX652_jpg.rf.0Uhq51IcybG0BPLI1x6f.png + label: labels/train_DX652_jpg.rf.0Uhq51IcybG0BPLI1x6f.npy + metadata: + original_shape: + - 2056 + - 1026 + source_split: train +- sample_id: train_DX653_jpg.rf.OQxclR8Hys97lqPfUA9B + subject_id: DX653_jpg + split: train + image: images/train_DX653_jpg.rf.OQxclR8Hys97lqPfUA9B.png + label: labels/train_DX653_jpg.rf.OQxclR8Hys97lqPfUA9B.npy + metadata: + original_shape: + - 1423 + - 654 + source_split: train +- sample_id: train_DX657_jpg.rf.BhnQqQEMfsaxmYykxRTQ + subject_id: DX657_jpg + split: train + image: images/train_DX657_jpg.rf.BhnQqQEMfsaxmYykxRTQ.png + label: labels/train_DX657_jpg.rf.BhnQqQEMfsaxmYykxRTQ.npy + metadata: + original_shape: + - 1930 + - 1291 + source_split: train +- sample_id: train_DX658_jpg.rf.ubgjegRqc4ALjFoU6Njy + subject_id: DX658_jpg + split: train + image: images/train_DX658_jpg.rf.ubgjegRqc4ALjFoU6Njy.png + label: labels/train_DX658_jpg.rf.ubgjegRqc4ALjFoU6Njy.npy + metadata: + original_shape: + - 1986 + - 1344 + source_split: train +- sample_id: train_DX659_jpg.rf.g7Uid5e7znF9pdUfJ99w + subject_id: DX659_jpg + split: train + image: images/train_DX659_jpg.rf.g7Uid5e7znF9pdUfJ99w.png + label: labels/train_DX659_jpg.rf.g7Uid5e7znF9pdUfJ99w.npy + metadata: + original_shape: + - 2055 + - 1242 + source_split: train +- sample_id: train_DX660_jpg.rf.MfVQ93jbBzp0jzkZsb2y + subject_id: DX660_jpg + split: train + image: images/train_DX660_jpg.rf.MfVQ93jbBzp0jzkZsb2y.png + label: labels/train_DX660_jpg.rf.MfVQ93jbBzp0jzkZsb2y.npy + metadata: + original_shape: + - 2173 + - 1494 + source_split: train +- sample_id: train_DX663_jpg.rf.PZbldpUgA6lrzqanitfJ + subject_id: DX663_jpg + split: train + image: images/train_DX663_jpg.rf.PZbldpUgA6lrzqanitfJ.png + label: labels/train_DX663_jpg.rf.PZbldpUgA6lrzqanitfJ.npy + metadata: + original_shape: + - 1781 + - 1110 + source_split: train +- sample_id: train_DX664_jpg.rf.3N7yDWekXBXcgmoYQfYO + subject_id: DX664_jpg + split: train + image: images/train_DX664_jpg.rf.3N7yDWekXBXcgmoYQfYO.png + label: labels/train_DX664_jpg.rf.3N7yDWekXBXcgmoYQfYO.npy + metadata: + original_shape: + - 1691 + - 976 + source_split: train +- sample_id: train_DX665_jpg.rf.mAXvbmZpYuma9x4TanHY + subject_id: DX665_jpg + split: train + image: images/train_DX665_jpg.rf.mAXvbmZpYuma9x4TanHY.png + label: labels/train_DX665_jpg.rf.mAXvbmZpYuma9x4TanHY.npy + metadata: + original_shape: + - 1921 + - 1124 + source_split: train +- sample_id: train_DX666_jpg.rf.M3pwWk1PYmr41Yzl2S9S + subject_id: DX666_jpg + split: train + image: images/train_DX666_jpg.rf.M3pwWk1PYmr41Yzl2S9S.png + label: labels/train_DX666_jpg.rf.M3pwWk1PYmr41Yzl2S9S.npy + metadata: + original_shape: + - 1676 + - 1366 + source_split: train +- sample_id: train_DX667_jpg.rf.At0eB9ubxpozl5OPRr9k + subject_id: DX667_jpg + split: train + image: images/train_DX667_jpg.rf.At0eB9ubxpozl5OPRr9k.png + label: labels/train_DX667_jpg.rf.At0eB9ubxpozl5OPRr9k.npy + metadata: + original_shape: + - 1414 + - 842 + source_split: train +- sample_id: train_DX668_jpg.rf.Vl1hYBUlij3Dc9n1fhm3 + subject_id: DX668_jpg + split: train + image: images/train_DX668_jpg.rf.Vl1hYBUlij3Dc9n1fhm3.png + label: labels/train_DX668_jpg.rf.Vl1hYBUlij3Dc9n1fhm3.npy + metadata: + original_shape: + - 1784 + - 1176 + source_split: train +- sample_id: train_DX669_jpg.rf.mo7tyEYM0QTwVVguivgt + subject_id: DX669_jpg + split: train + image: images/train_DX669_jpg.rf.mo7tyEYM0QTwVVguivgt.png + label: labels/train_DX669_jpg.rf.mo7tyEYM0QTwVVguivgt.npy + metadata: + original_shape: + - 2027 + - 1280 + source_split: train +- sample_id: train_DX66_jpg.rf.pgfuZUxlgoNbMrRxtBRS + subject_id: DX66_jpg + split: train + image: images/train_DX66_jpg.rf.pgfuZUxlgoNbMrRxtBRS.png + label: labels/train_DX66_jpg.rf.pgfuZUxlgoNbMrRxtBRS.npy + metadata: + original_shape: + - 3546 + - 2514 + source_split: train +- sample_id: train_DX671_jpg.rf.CUFEM83MywHomcgK1wkB + subject_id: DX671_jpg + split: train + image: images/train_DX671_jpg.rf.CUFEM83MywHomcgK1wkB.png + label: labels/train_DX671_jpg.rf.CUFEM83MywHomcgK1wkB.npy + metadata: + original_shape: + - 2006 + - 1126 + source_split: train +- sample_id: train_DX673_jpg.rf.yDvmn81cnQvuwOr1LgOr + subject_id: DX673_jpg + split: train + image: images/train_DX673_jpg.rf.yDvmn81cnQvuwOr1LgOr.png + label: labels/train_DX673_jpg.rf.yDvmn81cnQvuwOr1LgOr.npy + metadata: + original_shape: + - 1765 + - 914 + source_split: train +- sample_id: train_DX676_jpg.rf.Pez0lP65MNpExHU2uEuk + subject_id: DX676_jpg + split: train + image: images/train_DX676_jpg.rf.Pez0lP65MNpExHU2uEuk.png + label: labels/train_DX676_jpg.rf.Pez0lP65MNpExHU2uEuk.npy + metadata: + original_shape: + - 2047 + - 1026 + source_split: train +- sample_id: train_DX677_jpg.rf.f34VbgucmjHaoYUTJWIO + subject_id: DX677_jpg + split: train + image: images/train_DX677_jpg.rf.f34VbgucmjHaoYUTJWIO.png + label: labels/train_DX677_jpg.rf.f34VbgucmjHaoYUTJWIO.npy + metadata: + original_shape: + - 1888 + - 1196 + source_split: train +- sample_id: train_DX678_jpg.rf.BtAblVjsTIjCTv2UlBQ5 + subject_id: DX678_jpg + split: train + image: images/train_DX678_jpg.rf.BtAblVjsTIjCTv2UlBQ5.png + label: labels/train_DX678_jpg.rf.BtAblVjsTIjCTv2UlBQ5.npy + metadata: + original_shape: + - 1845 + - 1284 + source_split: train +- sample_id: train_DX679_jpg.rf.MuGssprVKckmwGSR0dpU + subject_id: DX679_jpg + split: train + image: images/train_DX679_jpg.rf.MuGssprVKckmwGSR0dpU.png + label: labels/train_DX679_jpg.rf.MuGssprVKckmwGSR0dpU.npy + metadata: + original_shape: + - 1781 + - 1012 + source_split: train +- sample_id: train_DX681_jpg.rf.GRihUAFnjILtlXWEpRp6 + subject_id: DX681_jpg + split: train + image: images/train_DX681_jpg.rf.GRihUAFnjILtlXWEpRp6.png + label: labels/train_DX681_jpg.rf.GRihUAFnjILtlXWEpRp6.npy + metadata: + original_shape: + - 1773 + - 1104 + source_split: train +- sample_id: train_DX685_jpg.rf.BN8Bst9WcCEmwSmW5KEs + subject_id: DX685_jpg + split: train + image: images/train_DX685_jpg.rf.BN8Bst9WcCEmwSmW5KEs.png + label: labels/train_DX685_jpg.rf.BN8Bst9WcCEmwSmW5KEs.npy + metadata: + original_shape: + - 1932 + - 1059 + source_split: train +- sample_id: train_DX687_jpg.rf.h5XNRnO4aAd0m0QloGl2 + subject_id: DX687_jpg + split: train + image: images/train_DX687_jpg.rf.h5XNRnO4aAd0m0QloGl2.png + label: labels/train_DX687_jpg.rf.h5XNRnO4aAd0m0QloGl2.npy + metadata: + original_shape: + - 1825 + - 1256 + source_split: train +- sample_id: train_DX688_jpg.rf.iUxZibhiaOgtc71OxXgW + subject_id: DX688_jpg + split: train + image: images/train_DX688_jpg.rf.iUxZibhiaOgtc71OxXgW.png + label: labels/train_DX688_jpg.rf.iUxZibhiaOgtc71OxXgW.npy + metadata: + original_shape: + - 1845 + - 1258 + source_split: train +- sample_id: train_DX689_jpg.rf.DJF4WRZFWQiWYpZ7I4p1 + subject_id: DX689_jpg + split: train + image: images/train_DX689_jpg.rf.DJF4WRZFWQiWYpZ7I4p1.png + label: labels/train_DX689_jpg.rf.DJF4WRZFWQiWYpZ7I4p1.npy + metadata: + original_shape: + - 1879 + - 1146 + source_split: train +- sample_id: train_DX68_jpg.rf.bEV2tp8HQRCiyzKoKkGS + subject_id: DX68_jpg + split: train + image: images/train_DX68_jpg.rf.bEV2tp8HQRCiyzKoKkGS.png + label: labels/train_DX68_jpg.rf.bEV2tp8HQRCiyzKoKkGS.npy + metadata: + original_shape: + - 2939 + - 1785 + source_split: train +- sample_id: train_DX691_jpg.rf.B4w1tXIrnHGAOMeEtEby + subject_id: DX691_jpg + split: train + image: images/train_DX691_jpg.rf.B4w1tXIrnHGAOMeEtEby.png + label: labels/train_DX691_jpg.rf.B4w1tXIrnHGAOMeEtEby.npy + metadata: + original_shape: + - 1952 + - 1034 + source_split: train +- sample_id: train_DX69_jpg.rf.YhkFri2p2Wkdn4PVtdc4 + subject_id: DX69_jpg + split: train + image: images/train_DX69_jpg.rf.YhkFri2p2Wkdn4PVtdc4.png + label: labels/train_DX69_jpg.rf.YhkFri2p2Wkdn4PVtdc4.npy + metadata: + original_shape: + - 3163 + - 2119 + source_split: train +- sample_id: train_DX70_jpg.rf.WNgwTtYtaKDRRdzNeuFx + subject_id: DX70_jpg + split: train + image: images/train_DX70_jpg.rf.WNgwTtYtaKDRRdzNeuFx.png + label: labels/train_DX70_jpg.rf.WNgwTtYtaKDRRdzNeuFx.npy + metadata: + original_shape: + - 3198 + - 2116 + source_split: train +- sample_id: train_DX71_jpg.rf.ZR8BAnZBdamtPJpyG2nE + subject_id: DX71_jpg + split: train + image: images/train_DX71_jpg.rf.ZR8BAnZBdamtPJpyG2nE.png + label: labels/train_DX71_jpg.rf.ZR8BAnZBdamtPJpyG2nE.npy + metadata: + original_shape: + - 3418 + - 2014 + source_split: train +- sample_id: train_DX73_jpg.rf.TX4lZmJrWnuSIchbHMf5 + subject_id: DX73_jpg + split: train + image: images/train_DX73_jpg.rf.TX4lZmJrWnuSIchbHMf5.png + label: labels/train_DX73_jpg.rf.TX4lZmJrWnuSIchbHMf5.npy + metadata: + original_shape: + - 3701 + - 1829 + source_split: train +- sample_id: train_DX76_jpg.rf.9xEjE4gefInKLCoYRRKf + subject_id: DX76_jpg + split: train + image: images/train_DX76_jpg.rf.9xEjE4gefInKLCoYRRKf.png + label: labels/train_DX76_jpg.rf.9xEjE4gefInKLCoYRRKf.npy + metadata: + original_shape: + - 3128 + - 2066 + source_split: train +- sample_id: train_DX77_jpg.rf.gitbtFq0UKiNYCsPvcR2 + subject_id: DX77_jpg + split: train + image: images/train_DX77_jpg.rf.gitbtFq0UKiNYCsPvcR2.png + label: labels/train_DX77_jpg.rf.gitbtFq0UKiNYCsPvcR2.npy + metadata: + original_shape: + - 3523 + - 2415 + source_split: train +- sample_id: train_DX78_jpg.rf.LoxHOza1YqOHm9jlclKg + subject_id: DX78_jpg + split: train + image: images/train_DX78_jpg.rf.LoxHOza1YqOHm9jlclKg.png + label: labels/train_DX78_jpg.rf.LoxHOza1YqOHm9jlclKg.npy + metadata: + original_shape: + - 3382 + - 2228 + source_split: train +- sample_id: train_DX7_jpg.rf.sBdJvb6SvYbJInjRLzJC + subject_id: DX7_jpg + split: train + image: images/train_DX7_jpg.rf.sBdJvb6SvYbJInjRLzJC.png + label: labels/train_DX7_jpg.rf.sBdJvb6SvYbJInjRLzJC.npy + metadata: + original_shape: + - 2376 + - 1331 + source_split: train +- sample_id: train_DX86_jpg.rf.QxYOEjdliYd5m6pjUdhM + subject_id: DX86_jpg + split: train + image: images/train_DX86_jpg.rf.QxYOEjdliYd5m6pjUdhM.png + label: labels/train_DX86_jpg.rf.QxYOEjdliYd5m6pjUdhM.npy + metadata: + original_shape: + - 2666 + - 1680 + source_split: train +- sample_id: train_DX8_jpg.rf.R4oL98I38TU8UyGmVcFN + subject_id: DX8_jpg + split: train + image: images/train_DX8_jpg.rf.R4oL98I38TU8UyGmVcFN.png + label: labels/train_DX8_jpg.rf.R4oL98I38TU8UyGmVcFN.npy + metadata: + original_shape: + - 1922 + - 1019 + source_split: train +- sample_id: train_DX90_jpg.rf.7z0vqX05Tcwy3gLdzVVP + subject_id: DX90_jpg + split: train + image: images/train_DX90_jpg.rf.7z0vqX05Tcwy3gLdzVVP.png + label: labels/train_DX90_jpg.rf.7z0vqX05Tcwy3gLdzVVP.npy + metadata: + original_shape: + - 3452 + - 1966 + source_split: train +- sample_id: train_DX91_jpg.rf.4dqBAxXVNIugiRcv5vdP + subject_id: DX91_jpg + split: train + image: images/train_DX91_jpg.rf.4dqBAxXVNIugiRcv5vdP.png + label: labels/train_DX91_jpg.rf.4dqBAxXVNIugiRcv5vdP.npy + metadata: + original_shape: + - 4084 + - 2013 + source_split: train +- sample_id: train_DX94_jpg.rf.DSzEqWgmkM4nU7y6hR0B + subject_id: DX94_jpg + split: train + image: images/train_DX94_jpg.rf.DSzEqWgmkM4nU7y6hR0B.png + label: labels/train_DX94_jpg.rf.DSzEqWgmkM4nU7y6hR0B.npy + metadata: + original_shape: + - 2994 + - 1705 + source_split: train +- sample_id: train_DX95_jpg.rf.ufKV6agNFqrHBVO167bx + subject_id: DX95_jpg + split: train + image: images/train_DX95_jpg.rf.ufKV6agNFqrHBVO167bx.png + label: labels/train_DX95_jpg.rf.ufKV6agNFqrHBVO167bx.npy + metadata: + original_shape: + - 4119 + - 2218 + source_split: train +- sample_id: train_DX99_jpg.rf.nk3HjvYK7Gw247Sphu4w + subject_id: DX99_jpg + split: train + image: images/train_DX99_jpg.rf.nk3HjvYK7Gw247Sphu4w.png + label: labels/train_DX99_jpg.rf.nk3HjvYK7Gw247Sphu4w.npy + metadata: + original_shape: + - 3609 + - 2024 + source_split: train +- sample_id: val_DX102_jpg.rf.MRGt9Lh0Ntm8upbmmZ8y + subject_id: DX102_jpg + split: val + image: images/val_DX102_jpg.rf.MRGt9Lh0Ntm8upbmmZ8y.png + label: labels/val_DX102_jpg.rf.MRGt9Lh0Ntm8upbmmZ8y.npy + metadata: + original_shape: + - 3527 + - 2083 + source_split: train +- sample_id: val_DX104_jpg.rf.hJfGdjWWfDh4WtvujkPg + subject_id: DX104_jpg + split: val + image: images/val_DX104_jpg.rf.hJfGdjWWfDh4WtvujkPg.png + label: labels/val_DX104_jpg.rf.hJfGdjWWfDh4WtvujkPg.npy + metadata: + original_shape: + - 3288 + - 3041 + source_split: train +- sample_id: val_DX107_jpg.rf.MYcqsM7usTloCCAPN7k1 + subject_id: DX107_jpg + split: val + image: images/val_DX107_jpg.rf.MYcqsM7usTloCCAPN7k1.png + label: labels/val_DX107_jpg.rf.MYcqsM7usTloCCAPN7k1.npy + metadata: + original_shape: + - 3357 + - 1854 + source_split: train +- sample_id: val_DX10_jpg.rf.XkQMN6lgvncYzfNd7Nyk + subject_id: DX10_jpg + split: val + image: images/val_DX10_jpg.rf.XkQMN6lgvncYzfNd7Nyk.png + label: labels/val_DX10_jpg.rf.XkQMN6lgvncYzfNd7Nyk.npy + metadata: + original_shape: + - 1497 + - 1018 + source_split: train +- sample_id: val_DX111_jpg.rf.E2iuupUtY6eeVwecNiDH + subject_id: DX111_jpg + split: val + image: images/val_DX111_jpg.rf.E2iuupUtY6eeVwecNiDH.png + label: labels/val_DX111_jpg.rf.E2iuupUtY6eeVwecNiDH.npy + metadata: + original_shape: + - 4260 + - 3020 + source_split: train +- sample_id: val_DX125_jpg.rf.UDulvylQ8eoF5BfHUhv0 + subject_id: DX125_jpg + split: val + image: images/val_DX125_jpg.rf.UDulvylQ8eoF5BfHUhv0.png + label: labels/val_DX125_jpg.rf.UDulvylQ8eoF5BfHUhv0.npy + metadata: + original_shape: + - 3298 + - 1911 + source_split: train +- sample_id: val_DX130_jpg.rf.leoZjGO6kmco6Lm3EF4c + subject_id: DX130_jpg + split: val + image: images/val_DX130_jpg.rf.leoZjGO6kmco6Lm3EF4c.png + label: labels/val_DX130_jpg.rf.leoZjGO6kmco6Lm3EF4c.npy + metadata: + original_shape: + - 3428 + - 2093 + source_split: train +- sample_id: val_DX152_jpg.rf.gKnNFCCOg5Nn2FGmbdkg + subject_id: DX152_jpg + split: val + image: images/val_DX152_jpg.rf.gKnNFCCOg5Nn2FGmbdkg.png + label: labels/val_DX152_jpg.rf.gKnNFCCOg5Nn2FGmbdkg.npy + metadata: + original_shape: + - 3751 + - 2845 + source_split: train +- sample_id: val_DX154_jpg.rf.i1ZfnqgrqBG21rDFyN7t + subject_id: DX154_jpg + split: val + image: images/val_DX154_jpg.rf.i1ZfnqgrqBG21rDFyN7t.png + label: labels/val_DX154_jpg.rf.i1ZfnqgrqBG21rDFyN7t.npy + metadata: + original_shape: + - 3159 + - 2175 + source_split: train +- sample_id: val_DX157_jpg.rf.mULD7QbwEm2qjF31XIyd + subject_id: DX157_jpg + split: val + image: images/val_DX157_jpg.rf.mULD7QbwEm2qjF31XIyd.png + label: labels/val_DX157_jpg.rf.mULD7QbwEm2qjF31XIyd.npy + metadata: + original_shape: + - 2047 + - 1038 + source_split: train +- sample_id: val_DX162_jpg.rf.kNrQy8q8YRiJq1IigSXi + subject_id: DX162_jpg + split: val + image: images/val_DX162_jpg.rf.kNrQy8q8YRiJq1IigSXi.png + label: labels/val_DX162_jpg.rf.kNrQy8q8YRiJq1IigSXi.npy + metadata: + original_shape: + - 2044 + - 1412 + source_split: train +- sample_id: val_DX169_jpg.rf.SsPn4jRuqXrk16bNRymF + subject_id: DX169_jpg + split: val + image: images/val_DX169_jpg.rf.SsPn4jRuqXrk16bNRymF.png + label: labels/val_DX169_jpg.rf.SsPn4jRuqXrk16bNRymF.npy + metadata: + original_shape: + - 2056 + - 1180 + source_split: train +- sample_id: val_DX189_jpg.rf.Cj5IzOCVXRojugyBFjNJ + subject_id: DX189_jpg + split: val + image: images/val_DX189_jpg.rf.Cj5IzOCVXRojugyBFjNJ.png + label: labels/val_DX189_jpg.rf.Cj5IzOCVXRojugyBFjNJ.npy + metadata: + original_shape: + - 1984 + - 1529 + source_split: train +- sample_id: val_DX192_jpg.rf.jJ0byHbWF5XPyA13fvLO + subject_id: DX192_jpg + split: val + image: images/val_DX192_jpg.rf.jJ0byHbWF5XPyA13fvLO.png + label: labels/val_DX192_jpg.rf.jJ0byHbWF5XPyA13fvLO.npy + metadata: + original_shape: + - 2229 + - 1328 + source_split: train +- sample_id: val_DX199_jpg.rf.6WmTcxDgWG9JtzXXPNZ5 + subject_id: DX199_jpg + split: val + image: images/val_DX199_jpg.rf.6WmTcxDgWG9JtzXXPNZ5.png + label: labels/val_DX199_jpg.rf.6WmTcxDgWG9JtzXXPNZ5.npy + metadata: + original_shape: + - 2207 + - 1130 + source_split: train +- sample_id: val_DX209_jpg.rf.iimxAW7ftKenRMEu8Uku + subject_id: DX209_jpg + split: val + image: images/val_DX209_jpg.rf.iimxAW7ftKenRMEu8Uku.png + label: labels/val_DX209_jpg.rf.iimxAW7ftKenRMEu8Uku.npy + metadata: + original_shape: + - 1868 + - 1068 + source_split: train +- sample_id: val_DX226_jpg.rf.XGi605MK8UPI6yxW173X + subject_id: DX226_jpg + split: val + image: images/val_DX226_jpg.rf.XGi605MK8UPI6yxW173X.png + label: labels/val_DX226_jpg.rf.XGi605MK8UPI6yxW173X.npy + metadata: + original_shape: + - 1946 + - 928 + source_split: train +- sample_id: val_DX232_jpg.rf.p0PIAdXbd06DE45YVOfm + subject_id: DX232_jpg + split: val + image: images/val_DX232_jpg.rf.p0PIAdXbd06DE45YVOfm.png + label: labels/val_DX232_jpg.rf.p0PIAdXbd06DE45YVOfm.npy + metadata: + original_shape: + - 1974 + - 1358 + source_split: train +- sample_id: val_DX236_jpg.rf.AW7vE5RQDIjDlUmXrGrb + subject_id: DX236_jpg + split: val + image: images/val_DX236_jpg.rf.AW7vE5RQDIjDlUmXrGrb.png + label: labels/val_DX236_jpg.rf.AW7vE5RQDIjDlUmXrGrb.npy + metadata: + original_shape: + - 1927 + - 1052 + source_split: train +- sample_id: val_DX249_jpg.rf.ZEX11Y6slfHdqUisG1ic + subject_id: DX249_jpg + split: val + image: images/val_DX249_jpg.rf.ZEX11Y6slfHdqUisG1ic.png + label: labels/val_DX249_jpg.rf.ZEX11Y6slfHdqUisG1ic.npy + metadata: + original_shape: + - 2069 + - 1048 + source_split: train +- sample_id: val_DX250_jpg.rf.wvd9k75dXFIiWpF4QDGx + subject_id: DX250_jpg + split: val + image: images/val_DX250_jpg.rf.wvd9k75dXFIiWpF4QDGx.png + label: labels/val_DX250_jpg.rf.wvd9k75dXFIiWpF4QDGx.npy + metadata: + original_shape: + - 2445 + - 1508 + source_split: train +- sample_id: val_DX255_jpg.rf.i7NqK9znVqlX5J8UXs1U + subject_id: DX255_jpg + split: val + image: images/val_DX255_jpg.rf.i7NqK9znVqlX5J8UXs1U.png + label: labels/val_DX255_jpg.rf.i7NqK9znVqlX5J8UXs1U.npy + metadata: + original_shape: + - 2103 + - 1280 + source_split: train +- sample_id: val_DX261_jpg.rf.PpDyivYVjsfOO7BqzPtG + subject_id: DX261_jpg + split: val + image: images/val_DX261_jpg.rf.PpDyivYVjsfOO7BqzPtG.png + label: labels/val_DX261_jpg.rf.PpDyivYVjsfOO7BqzPtG.npy + metadata: + original_shape: + - 2391 + - 1276 + source_split: train +- sample_id: val_DX267_jpg.rf.gULFUw90zOgCHUso9An5 + subject_id: DX267_jpg + split: val + image: images/val_DX267_jpg.rf.gULFUw90zOgCHUso9An5.png + label: labels/val_DX267_jpg.rf.gULFUw90zOgCHUso9An5.npy + metadata: + original_shape: + - 2086 + - 1320 + source_split: train +- sample_id: val_DX275_jpg.rf.3VLF27WkjVhK3W2AY10U + subject_id: DX275_jpg + split: val + image: images/val_DX275_jpg.rf.3VLF27WkjVhK3W2AY10U.png + label: labels/val_DX275_jpg.rf.3VLF27WkjVhK3W2AY10U.npy + metadata: + original_shape: + - 2202 + - 1571 + source_split: train +- sample_id: val_DX277_jpg.rf.47Md8Cs9XJ9ZKqPWJ0uo + subject_id: DX277_jpg + split: val + image: images/val_DX277_jpg.rf.47Md8Cs9XJ9ZKqPWJ0uo.png + label: labels/val_DX277_jpg.rf.47Md8Cs9XJ9ZKqPWJ0uo.npy + metadata: + original_shape: + - 2234 + - 1238 + source_split: train +- sample_id: val_DX27_jpg.rf.sYLiTocsYZHTlKCLU2iO + subject_id: DX27_jpg + split: val + image: images/val_DX27_jpg.rf.sYLiTocsYZHTlKCLU2iO.png + label: labels/val_DX27_jpg.rf.sYLiTocsYZHTlKCLU2iO.npy + metadata: + original_shape: + - 2169 + - 1352 + source_split: train +- sample_id: val_DX281_jpg.rf.hH4mIfPlZCR2kvRDHD0T + subject_id: DX281_jpg + split: val + image: images/val_DX281_jpg.rf.hH4mIfPlZCR2kvRDHD0T.png + label: labels/val_DX281_jpg.rf.hH4mIfPlZCR2kvRDHD0T.npy + metadata: + original_shape: + - 2050 + - 1326 + source_split: train +- sample_id: val_DX305_jpg.rf.7ZbCDwOB1RorN9tvhnAX + subject_id: DX305_jpg + split: val + image: images/val_DX305_jpg.rf.7ZbCDwOB1RorN9tvhnAX.png + label: labels/val_DX305_jpg.rf.7ZbCDwOB1RorN9tvhnAX.npy + metadata: + original_shape: + - 1941 + - 1214 + source_split: train +- sample_id: val_DX319_jpg.rf.c9S53QiwHbUP9Kzwky2A + subject_id: DX319_jpg + split: val + image: images/val_DX319_jpg.rf.c9S53QiwHbUP9Kzwky2A.png + label: labels/val_DX319_jpg.rf.c9S53QiwHbUP9Kzwky2A.npy + metadata: + original_shape: + - 2251 + - 1416 + source_split: train +- sample_id: val_DX322_jpg.rf.kFEq7dN2uUPZTvHbYTaW + subject_id: DX322_jpg + split: val + image: images/val_DX322_jpg.rf.kFEq7dN2uUPZTvHbYTaW.png + label: labels/val_DX322_jpg.rf.kFEq7dN2uUPZTvHbYTaW.npy + metadata: + original_shape: + - 1216 + - 1039 + source_split: train +- sample_id: val_DX328_jpg.rf.Ptap8F0huWjbddkjn8Pe + subject_id: DX328_jpg + split: val + image: images/val_DX328_jpg.rf.Ptap8F0huWjbddkjn8Pe.png + label: labels/val_DX328_jpg.rf.Ptap8F0huWjbddkjn8Pe.npy + metadata: + original_shape: + - 1784 + - 1194 + source_split: train +- sample_id: val_DX332_jpg.rf.1WeNHK5l4YwaTsLl8rkC + subject_id: DX332_jpg + split: val + image: images/val_DX332_jpg.rf.1WeNHK5l4YwaTsLl8rkC.png + label: labels/val_DX332_jpg.rf.1WeNHK5l4YwaTsLl8rkC.npy + metadata: + original_shape: + - 1941 + - 1108 + source_split: train +- sample_id: val_DX338_jpg.rf.ZFnZuowLExFB8sUy73vR + subject_id: DX338_jpg + split: val + image: images/val_DX338_jpg.rf.ZFnZuowLExFB8sUy73vR.png + label: labels/val_DX338_jpg.rf.ZFnZuowLExFB8sUy73vR.npy + metadata: + original_shape: + - 2128 + - 1354 + source_split: train +- sample_id: val_DX343_jpg.rf.PnmfhdSGrbaMhdu2DJUW + subject_id: DX343_jpg + split: val + image: images/val_DX343_jpg.rf.PnmfhdSGrbaMhdu2DJUW.png + label: labels/val_DX343_jpg.rf.PnmfhdSGrbaMhdu2DJUW.npy + metadata: + original_shape: + - 2116 + - 1596 + source_split: train +- sample_id: val_DX346_jpg.rf.BiG1KJxgWPhG94XQxjaI + subject_id: DX346_jpg + split: val + image: images/val_DX346_jpg.rf.BiG1KJxgWPhG94XQxjaI.png + label: labels/val_DX346_jpg.rf.BiG1KJxgWPhG94XQxjaI.npy + metadata: + original_shape: + - 2102 + - 1598 + source_split: train +- sample_id: val_DX34_jpg.rf.pA7Uzy289M85fhUgmJsK + subject_id: DX34_jpg + split: val + image: images/val_DX34_jpg.rf.pA7Uzy289M85fhUgmJsK.png + label: labels/val_DX34_jpg.rf.pA7Uzy289M85fhUgmJsK.npy + metadata: + original_shape: + - 2150 + - 1386 + source_split: train +- sample_id: val_DX350_jpg.rf.7PIhZZ8j0KIf1c7U0F8A + subject_id: DX350_jpg + split: val + image: images/val_DX350_jpg.rf.7PIhZZ8j0KIf1c7U0F8A.png + label: labels/val_DX350_jpg.rf.7PIhZZ8j0KIf1c7U0F8A.npy + metadata: + original_shape: + - 2096 + - 1062 + source_split: train +- sample_id: val_DX355_jpg.rf.KHk08bTzhw9Wu7DaAEJw + subject_id: DX355_jpg + split: val + image: images/val_DX355_jpg.rf.KHk08bTzhw9Wu7DaAEJw.png + label: labels/val_DX355_jpg.rf.KHk08bTzhw9Wu7DaAEJw.npy + metadata: + original_shape: + - 1971 + - 1054 + source_split: train +- sample_id: val_DX360_jpg.rf.EuTawvzU2YTTJqALqhYB + subject_id: DX360_jpg + split: val + image: images/val_DX360_jpg.rf.EuTawvzU2YTTJqALqhYB.png + label: labels/val_DX360_jpg.rf.EuTawvzU2YTTJqALqhYB.npy + metadata: + original_shape: + - 2008 + - 1158 + source_split: train +- sample_id: val_DX368_jpg.rf.vdGQXups44N6jDc0rpSq + subject_id: DX368_jpg + split: val + image: images/val_DX368_jpg.rf.vdGQXups44N6jDc0rpSq.png + label: labels/val_DX368_jpg.rf.vdGQXups44N6jDc0rpSq.npy + metadata: + original_shape: + - 2293 + - 1230 + source_split: train +- sample_id: val_DX390_jpg.rf.YCeiNP3LnPAefcxj6yc3 + subject_id: DX390_jpg + split: val + image: images/val_DX390_jpg.rf.YCeiNP3LnPAefcxj6yc3.png + label: labels/val_DX390_jpg.rf.YCeiNP3LnPAefcxj6yc3.npy + metadata: + original_shape: + - 1885 + - 1080 + source_split: train +- sample_id: val_DX391_jpg.rf.rrSg3sFgHtHgEqZu72rM + subject_id: DX391_jpg + split: val + image: images/val_DX391_jpg.rf.rrSg3sFgHtHgEqZu72rM.png + label: labels/val_DX391_jpg.rf.rrSg3sFgHtHgEqZu72rM.npy + metadata: + original_shape: + - 1935 + - 998 + source_split: train +- sample_id: val_DX393_jpg.rf.FNeNSk8CO0mzhtkK7S0u + subject_id: DX393_jpg + split: val + image: images/val_DX393_jpg.rf.FNeNSk8CO0mzhtkK7S0u.png + label: labels/val_DX393_jpg.rf.FNeNSk8CO0mzhtkK7S0u.npy + metadata: + original_shape: + - 2287 + - 1358 + source_split: train +- sample_id: val_DX395_jpg.rf.Zs74jtkElR8l7vZ9VLja + subject_id: DX395_jpg + split: val + image: images/val_DX395_jpg.rf.Zs74jtkElR8l7vZ9VLja.png + label: labels/val_DX395_jpg.rf.Zs74jtkElR8l7vZ9VLja.npy + metadata: + original_shape: + - 1882 + - 1216 + source_split: train +- sample_id: val_DX405_jpg.rf.rxLAlOwAX6z6fH7ApuUa + subject_id: DX405_jpg + split: val + image: images/val_DX405_jpg.rf.rxLAlOwAX6z6fH7ApuUa.png + label: labels/val_DX405_jpg.rf.rxLAlOwAX6z6fH7ApuUa.npy + metadata: + original_shape: + - 1960 + - 1208 + source_split: train +- sample_id: val_DX414_jpg.rf.SNp0Ng3t1tG5rpBijeGd + subject_id: DX414_jpg + split: val + image: images/val_DX414_jpg.rf.SNp0Ng3t1tG5rpBijeGd.png + label: labels/val_DX414_jpg.rf.SNp0Ng3t1tG5rpBijeGd.npy + metadata: + original_shape: + - 1725 + - 1022 + source_split: train +- sample_id: val_DX415_jpg.rf.4sPo8o8L8a4hpaLwviEZ + subject_id: DX415_jpg + split: val + image: images/val_DX415_jpg.rf.4sPo8o8L8a4hpaLwviEZ.png + label: labels/val_DX415_jpg.rf.4sPo8o8L8a4hpaLwviEZ.npy + metadata: + original_shape: + - 1895 + - 1108 + source_split: train +- sample_id: val_DX417_jpg.rf.bb1sDeTRAMKIOOr4MVxu + subject_id: DX417_jpg + split: val + image: images/val_DX417_jpg.rf.bb1sDeTRAMKIOOr4MVxu.png + label: labels/val_DX417_jpg.rf.bb1sDeTRAMKIOOr4MVxu.npy + metadata: + original_shape: + - 1585 + - 1022 + source_split: train +- sample_id: val_DX422_jpg.rf.p4Ueb16PRKW6T3ECuxGJ + subject_id: DX422_jpg + split: val + image: images/val_DX422_jpg.rf.p4Ueb16PRKW6T3ECuxGJ.png + label: labels/val_DX422_jpg.rf.p4Ueb16PRKW6T3ECuxGJ.npy + metadata: + original_shape: + - 2313 + - 1286 + source_split: train +- sample_id: val_DX424_jpg.rf.naUy81X8azClqIZOGod2 + subject_id: DX424_jpg + split: val + image: images/val_DX424_jpg.rf.naUy81X8azClqIZOGod2.png + label: labels/val_DX424_jpg.rf.naUy81X8azClqIZOGod2.npy + metadata: + original_shape: + - 2201 + - 1396 + source_split: train +- sample_id: val_DX426_jpg.rf.VGw4ktddinqUJTLgHXc0 + subject_id: DX426_jpg + split: val + image: images/val_DX426_jpg.rf.VGw4ktddinqUJTLgHXc0.png + label: labels/val_DX426_jpg.rf.VGw4ktddinqUJTLgHXc0.npy + metadata: + original_shape: + - 2254 + - 1390 + source_split: train +- sample_id: val_DX434_jpg.rf.WlCrR6HVFGrky0qJFN8u + subject_id: DX434_jpg + split: val + image: images/val_DX434_jpg.rf.WlCrR6HVFGrky0qJFN8u.png + label: labels/val_DX434_jpg.rf.WlCrR6HVFGrky0qJFN8u.npy + metadata: + original_shape: + - 1794 + - 1076 + source_split: train +- sample_id: val_DX456_jpg.rf.QUKURzqZ32ztiDhbG4Ak + subject_id: DX456_jpg + split: val + image: images/val_DX456_jpg.rf.QUKURzqZ32ztiDhbG4Ak.png + label: labels/val_DX456_jpg.rf.QUKURzqZ32ztiDhbG4Ak.npy + metadata: + original_shape: + - 1767 + - 1130 + source_split: train +- sample_id: val_DX489_jpg.rf.LUQQPkPgsu2RCPQdXL7K + subject_id: DX489_jpg + split: val + image: images/val_DX489_jpg.rf.LUQQPkPgsu2RCPQdXL7K.png + label: labels/val_DX489_jpg.rf.LUQQPkPgsu2RCPQdXL7K.npy + metadata: + original_shape: + - 2307 + - 1386 + source_split: train +- sample_id: val_DX499_jpg.rf.eKD3xKkYRrjLXhycVG19 + subject_id: DX499_jpg + split: val + image: images/val_DX499_jpg.rf.eKD3xKkYRrjLXhycVG19.png + label: labels/val_DX499_jpg.rf.eKD3xKkYRrjLXhycVG19.npy + metadata: + original_shape: + - 2020 + - 1356 + source_split: train +- sample_id: val_DX502_jpg.rf.8wnKn3EqZAM4eIay9DAf + subject_id: DX502_jpg + split: val + image: images/val_DX502_jpg.rf.8wnKn3EqZAM4eIay9DAf.png + label: labels/val_DX502_jpg.rf.8wnKn3EqZAM4eIay9DAf.npy + metadata: + original_shape: + - 1978 + - 1067 + source_split: train +- sample_id: val_DX504_jpg.rf.zIJLw1IoayFTTxyyQmoE + subject_id: DX504_jpg + split: val + image: images/val_DX504_jpg.rf.zIJLw1IoayFTTxyyQmoE.png + label: labels/val_DX504_jpg.rf.zIJLw1IoayFTTxyyQmoE.npy + metadata: + original_shape: + - 2109 + - 1552 + source_split: train +- sample_id: val_DX508_jpg.rf.gIdYUDIktqCdf9sc02pY + subject_id: DX508_jpg + split: val + image: images/val_DX508_jpg.rf.gIdYUDIktqCdf9sc02pY.png + label: labels/val_DX508_jpg.rf.gIdYUDIktqCdf9sc02pY.npy + metadata: + original_shape: + - 2117 + - 1340 + source_split: train +- sample_id: val_DX512_jpg.rf.tLTzso6jTz143OtucPVE + subject_id: DX512_jpg + split: val + image: images/val_DX512_jpg.rf.tLTzso6jTz143OtucPVE.png + label: labels/val_DX512_jpg.rf.tLTzso6jTz143OtucPVE.npy + metadata: + original_shape: + - 2055 + - 1194 + source_split: train +- sample_id: val_DX521_jpg.rf.qDly1zwL1nBIx9fJJ32v + subject_id: DX521_jpg + split: val + image: images/val_DX521_jpg.rf.qDly1zwL1nBIx9fJJ32v.png + label: labels/val_DX521_jpg.rf.qDly1zwL1nBIx9fJJ32v.npy + metadata: + original_shape: + - 1804 + - 1216 + source_split: train +- sample_id: val_DX528_jpg.rf.JIVnUC6hrHB6SchjN2Pp + subject_id: DX528_jpg + split: val + image: images/val_DX528_jpg.rf.JIVnUC6hrHB6SchjN2Pp.png + label: labels/val_DX528_jpg.rf.JIVnUC6hrHB6SchjN2Pp.npy + metadata: + original_shape: + - 1870 + - 1132 + source_split: train +- sample_id: val_DX530_jpg.rf.G03gwr8HGoJn4VHxJkVz + subject_id: DX530_jpg + split: val + image: images/val_DX530_jpg.rf.G03gwr8HGoJn4VHxJkVz.png + label: labels/val_DX530_jpg.rf.G03gwr8HGoJn4VHxJkVz.npy + metadata: + original_shape: + - 2243 + - 1116 + source_split: train +- sample_id: val_DX545_jpg.rf.pM7FL4Mks17DfzJuDwAg + subject_id: DX545_jpg + split: val + image: images/val_DX545_jpg.rf.pM7FL4Mks17DfzJuDwAg.png + label: labels/val_DX545_jpg.rf.pM7FL4Mks17DfzJuDwAg.npy + metadata: + original_shape: + - 2240 + - 1208 + source_split: train +- sample_id: val_DX558_jpg.rf.au0o4aFSlR5IrVyifoVH + subject_id: DX558_jpg + split: val + image: images/val_DX558_jpg.rf.au0o4aFSlR5IrVyifoVH.png + label: labels/val_DX558_jpg.rf.au0o4aFSlR5IrVyifoVH.npy + metadata: + original_shape: + - 2080 + - 1056 + source_split: train +- sample_id: val_DX566_jpg.rf.zZKreXrMhD7VXi1QXQqV + subject_id: DX566_jpg + split: val + image: images/val_DX566_jpg.rf.zZKreXrMhD7VXi1QXQqV.png + label: labels/val_DX566_jpg.rf.zZKreXrMhD7VXi1QXQqV.npy + metadata: + original_shape: + - 2016 + - 1320 + source_split: train +- sample_id: val_DX567_jpg.rf.pX12L7WjUjqiWgy3JkUU + subject_id: DX567_jpg + split: val + image: images/val_DX567_jpg.rf.pX12L7WjUjqiWgy3JkUU.png + label: labels/val_DX567_jpg.rf.pX12L7WjUjqiWgy3JkUU.npy + metadata: + original_shape: + - 1880 + - 1417 + source_split: train +- sample_id: val_DX574_jpg.rf.RMBhPmQgYE5f0DJ9xTzy + subject_id: DX574_jpg + split: val + image: images/val_DX574_jpg.rf.RMBhPmQgYE5f0DJ9xTzy.png + label: labels/val_DX574_jpg.rf.RMBhPmQgYE5f0DJ9xTzy.npy + metadata: + original_shape: + - 2125 + - 1258 + source_split: train +- sample_id: val_DX597_jpg.rf.zgSJsdrMvaLO1Ke32ay9 + subject_id: DX597_jpg + split: val + image: images/val_DX597_jpg.rf.zgSJsdrMvaLO1Ke32ay9.png + label: labels/val_DX597_jpg.rf.zgSJsdrMvaLO1Ke32ay9.npy + metadata: + original_shape: + - 1792 + - 1278 + source_split: train +- sample_id: val_DX603_jpg.rf.aI7AFceTBqYleO5oFo4D + subject_id: DX603_jpg + split: val + image: images/val_DX603_jpg.rf.aI7AFceTBqYleO5oFo4D.png + label: labels/val_DX603_jpg.rf.aI7AFceTBqYleO5oFo4D.npy + metadata: + original_shape: + - 2014 + - 952 + source_split: train +- sample_id: val_DX605_jpg.rf.REF1FIowa418g3kkbNTq + subject_id: DX605_jpg + split: val + image: images/val_DX605_jpg.rf.REF1FIowa418g3kkbNTq.png + label: labels/val_DX605_jpg.rf.REF1FIowa418g3kkbNTq.npy + metadata: + original_shape: + - 1976 + - 1100 + source_split: train +- sample_id: val_DX610_jpg.rf.BtmZKfwGeIx2mEMvJEMN + subject_id: DX610_jpg + split: val + image: images/val_DX610_jpg.rf.BtmZKfwGeIx2mEMvJEMN.png + label: labels/val_DX610_jpg.rf.BtmZKfwGeIx2mEMvJEMN.npy + metadata: + original_shape: + - 1898 + - 1312 + source_split: train +- sample_id: val_DX612_jpg.rf.ZhxuQvbyu9Ij0GAp6J3W + subject_id: DX612_jpg + split: val + image: images/val_DX612_jpg.rf.ZhxuQvbyu9Ij0GAp6J3W.png + label: labels/val_DX612_jpg.rf.ZhxuQvbyu9Ij0GAp6J3W.npy + metadata: + original_shape: + - 1933 + - 1220 + source_split: train +- sample_id: val_DX614_jpg.rf.mxSB91e0kgXeUbgRiexr + subject_id: DX614_jpg + split: val + image: images/val_DX614_jpg.rf.mxSB91e0kgXeUbgRiexr.png + label: labels/val_DX614_jpg.rf.mxSB91e0kgXeUbgRiexr.npy + metadata: + original_shape: + - 1884 + - 1200 + source_split: train +- sample_id: val_DX620_jpg.rf.H8lU1eVAoE3Sjt7oeJvf + subject_id: DX620_jpg + split: val + image: images/val_DX620_jpg.rf.H8lU1eVAoE3Sjt7oeJvf.png + label: labels/val_DX620_jpg.rf.H8lU1eVAoE3Sjt7oeJvf.npy + metadata: + original_shape: + - 2095 + - 1298 + source_split: train +- sample_id: val_DX626_jpg.rf.BaQI6IR7W3ULoadpCBEN + subject_id: DX626_jpg + split: val + image: images/val_DX626_jpg.rf.BaQI6IR7W3ULoadpCBEN.png + label: labels/val_DX626_jpg.rf.BaQI6IR7W3ULoadpCBEN.npy + metadata: + original_shape: + - 1834 + - 1350 + source_split: train +- sample_id: val_DX632_jpg.rf.cLTvsSldfBZkWtoAP5aX + subject_id: DX632_jpg + split: val + image: images/val_DX632_jpg.rf.cLTvsSldfBZkWtoAP5aX.png + label: labels/val_DX632_jpg.rf.cLTvsSldfBZkWtoAP5aX.npy + metadata: + original_shape: + - 1935 + - 1398 + source_split: train +- sample_id: val_DX642_jpg.rf.sTLAOqkXGx0Gat7jvw2M + subject_id: DX642_jpg + split: val + image: images/val_DX642_jpg.rf.sTLAOqkXGx0Gat7jvw2M.png + label: labels/val_DX642_jpg.rf.sTLAOqkXGx0Gat7jvw2M.npy + metadata: + original_shape: + - 2042 + - 1196 + source_split: train +- sample_id: val_DX65_jpg.rf.vhEL8xrey0nHYjkhr0Xn + subject_id: DX65_jpg + split: val + image: images/val_DX65_jpg.rf.vhEL8xrey0nHYjkhr0Xn.png + label: labels/val_DX65_jpg.rf.vhEL8xrey0nHYjkhr0Xn.npy + metadata: + original_shape: + - 3402 + - 1939 + source_split: train +- sample_id: val_DX670_jpg.rf.PCGqHE0T5PrblClIJwVf + subject_id: DX670_jpg + split: val + image: images/val_DX670_jpg.rf.PCGqHE0T5PrblClIJwVf.png + label: labels/val_DX670_jpg.rf.PCGqHE0T5PrblClIJwVf.npy + metadata: + original_shape: + - 2204 + - 1244 + source_split: train +- sample_id: val_DX672_jpg.rf.G3PXjPfFNOVsKdDqsAwF + subject_id: DX672_jpg + split: val + image: images/val_DX672_jpg.rf.G3PXjPfFNOVsKdDqsAwF.png + label: labels/val_DX672_jpg.rf.G3PXjPfFNOVsKdDqsAwF.npy + metadata: + original_shape: + - 1935 + - 1256 + source_split: train +- sample_id: val_DX674_jpg.rf.bs3kf5G2zbF482NQiobB + subject_id: DX674_jpg + split: val + image: images/val_DX674_jpg.rf.bs3kf5G2zbF482NQiobB.png + label: labels/val_DX674_jpg.rf.bs3kf5G2zbF482NQiobB.npy + metadata: + original_shape: + - 1994 + - 1160 + source_split: train +- sample_id: val_DX680_jpg.rf.9EZ18CRlEi287sdTxbyB + subject_id: DX680_jpg + split: val + image: images/val_DX680_jpg.rf.9EZ18CRlEi287sdTxbyB.png + label: labels/val_DX680_jpg.rf.9EZ18CRlEi287sdTxbyB.npy + metadata: + original_shape: + - 1916 + - 1166 + source_split: train +- sample_id: val_DX686_jpg.rf.beku4vyOpb3iFDDU6QtY + subject_id: DX686_jpg + split: val + image: images/val_DX686_jpg.rf.beku4vyOpb3iFDDU6QtY.png + label: labels/val_DX686_jpg.rf.beku4vyOpb3iFDDU6QtY.npy + metadata: + original_shape: + - 1916 + - 1020 + source_split: train +- sample_id: val_DX692_jpg.rf.4lIpIi1R7Qfj5YYCUPbF + subject_id: DX692_jpg + split: val + image: images/val_DX692_jpg.rf.4lIpIi1R7Qfj5YYCUPbF.png + label: labels/val_DX692_jpg.rf.4lIpIi1R7Qfj5YYCUPbF.npy + metadata: + original_shape: + - 2134 + - 1319 + source_split: train +- sample_id: val_DX6_jpg.rf.PO01cwAzfvvQig6z1Q4h + subject_id: DX6_jpg + split: val + image: images/val_DX6_jpg.rf.PO01cwAzfvvQig6z1Q4h.png + label: labels/val_DX6_jpg.rf.PO01cwAzfvvQig6z1Q4h.npy + metadata: + original_shape: + - 2123 + - 1363 + source_split: train diff --git a/FootBones/images/test_DX105_jpg.rf.4BARLKlv32JwjaGukRlx.png b/FootBones/images/test_DX105_jpg.rf.4BARLKlv32JwjaGukRlx.png new file mode 100644 index 0000000000000000000000000000000000000000..c528382ffba0cf517f006c94de57550481b1fb8a --- /dev/null +++ b/FootBones/images/test_DX105_jpg.rf.4BARLKlv32JwjaGukRlx.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b63ca001f6351523d4e25bbbf7651b2e23b87a671a656d2a9a99c653095c3dc +size 56914 diff --git a/FootBones/images/test_DX108_jpg.rf.Qy6Jem6INk8Xzr9PsLoD.png b/FootBones/images/test_DX108_jpg.rf.Qy6Jem6INk8Xzr9PsLoD.png new file mode 100644 index 0000000000000000000000000000000000000000..4aade9783b1a839a79a80245e2ac01d21eca528d --- /dev/null +++ b/FootBones/images/test_DX108_jpg.rf.Qy6Jem6INk8Xzr9PsLoD.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbb99bfbbf50cbfb540174aeaa5e09d74c5592b33e5e00c61c3ac4f8b83ea6d4 +size 64795 diff --git a/FootBones/images/test_DX138_jpg.rf.ieUGlufcuvksLH6po0zK.png b/FootBones/images/test_DX138_jpg.rf.ieUGlufcuvksLH6po0zK.png new file mode 100644 index 0000000000000000000000000000000000000000..0182742bb9250a43fe82bd22ba306a77509c823d --- /dev/null +++ b/FootBones/images/test_DX138_jpg.rf.ieUGlufcuvksLH6po0zK.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:788af5ce91b4d94839892183cb19be909c7d23712e89fbdc4775c637da18a9be +size 44091 diff --git a/FootBones/images/test_DX151_jpg.rf.2FBO9UDisM8IEN1IfJCz.png b/FootBones/images/test_DX151_jpg.rf.2FBO9UDisM8IEN1IfJCz.png new file mode 100644 index 0000000000000000000000000000000000000000..4da61f14fc4a6a927ce1b3504441c8a76e5f7c82 --- /dev/null +++ b/FootBones/images/test_DX151_jpg.rf.2FBO9UDisM8IEN1IfJCz.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a943863eb5a4de82cd2825ac7380c0704403b9bbd494bb2fb056ceff37686d85 +size 41956 diff --git a/FootBones/images/test_DX155_jpg.rf.TDGnQranA3dp7Vf1rrhN.png b/FootBones/images/test_DX155_jpg.rf.TDGnQranA3dp7Vf1rrhN.png new file mode 100644 index 0000000000000000000000000000000000000000..c46883942351fc5255b99495c6f900e675fbea9d --- /dev/null +++ b/FootBones/images/test_DX155_jpg.rf.TDGnQranA3dp7Vf1rrhN.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e45a7470ba7120299516359c5b3064b11af9e66af052d171a16ea052381352a +size 37802 diff --git a/FootBones/images/test_DX156_jpg.rf.4186uF4HNTVtDTvV1RA6.png b/FootBones/images/test_DX156_jpg.rf.4186uF4HNTVtDTvV1RA6.png new file mode 100644 index 0000000000000000000000000000000000000000..4d58c6d3dc745a4003200499c38da4f49218dc53 --- /dev/null +++ b/FootBones/images/test_DX156_jpg.rf.4186uF4HNTVtDTvV1RA6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb795654bb83428123dc49ea193d14eb12fe55e6e1e66ac510c23a9ea18eba47 +size 43947 diff --git a/FootBones/images/test_DX167_jpg.rf.pgmuYbplqCSVyiDSsbjz.png b/FootBones/images/test_DX167_jpg.rf.pgmuYbplqCSVyiDSsbjz.png new file mode 100644 index 0000000000000000000000000000000000000000..23948af8035e457b571106303d6ac9ba9f4efb6c --- /dev/null +++ b/FootBones/images/test_DX167_jpg.rf.pgmuYbplqCSVyiDSsbjz.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:637a4a71b8ec118ffc71efe9af2203af87d9e317624baa5ecd18a2d7a56d6ee9 +size 42163 diff --git a/FootBones/images/test_DX168_jpg.rf.yFsyhplDeFXq1fCYqYl4.png b/FootBones/images/test_DX168_jpg.rf.yFsyhplDeFXq1fCYqYl4.png new file mode 100644 index 0000000000000000000000000000000000000000..478c564f49ac838ddda4160ff3094d089aca9551 --- /dev/null +++ b/FootBones/images/test_DX168_jpg.rf.yFsyhplDeFXq1fCYqYl4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28ff889f6542330e6336ac8a6a73be6768b64f04a572b6b2043c70de5dfb67d0 +size 49816 diff --git a/FootBones/images/test_DX184_jpg.rf.3YysfVOlwYuv7zKq5YQI.png b/FootBones/images/test_DX184_jpg.rf.3YysfVOlwYuv7zKq5YQI.png new file mode 100644 index 0000000000000000000000000000000000000000..a0dd439d12432828d527a1ac5df65758fe87d869 --- /dev/null +++ b/FootBones/images/test_DX184_jpg.rf.3YysfVOlwYuv7zKq5YQI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ebee6c4dcb76b59f480c3e751f7a31cff8a0cf59a542e54d85074a7252c005d +size 47661 diff --git a/FootBones/images/test_DX197_jpg.rf.NlilEpyZsGmxURUg1wxB.png b/FootBones/images/test_DX197_jpg.rf.NlilEpyZsGmxURUg1wxB.png new file mode 100644 index 0000000000000000000000000000000000000000..a14daf229a82d58e39797310b06791acc46bb9fe --- /dev/null +++ b/FootBones/images/test_DX197_jpg.rf.NlilEpyZsGmxURUg1wxB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e798cfa0126573c4822b65b32449abd71fdc0f020f3c41b3b5c6ad15b0c3eb1 +size 47301 diff --git a/FootBones/images/test_DX201_jpg.rf.4QskQBasRk7RvnH9V9wG.png b/FootBones/images/test_DX201_jpg.rf.4QskQBasRk7RvnH9V9wG.png new file mode 100644 index 0000000000000000000000000000000000000000..8dea16dbaa5ede86fa2b9ea6546a4ea5b79a4e66 --- /dev/null +++ b/FootBones/images/test_DX201_jpg.rf.4QskQBasRk7RvnH9V9wG.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9990dddf6602be5e5da2da8c36535b9aec93fef747c976af4a955789eaebe7d6 +size 59589 diff --git a/FootBones/images/test_DX205_jpg.rf.fpvCBNDa3yZ2WOrAtME8.png b/FootBones/images/test_DX205_jpg.rf.fpvCBNDa3yZ2WOrAtME8.png new file mode 100644 index 0000000000000000000000000000000000000000..e9757bcbb515f82bdb1fc600e0406d94073df7bf --- /dev/null +++ b/FootBones/images/test_DX205_jpg.rf.fpvCBNDa3yZ2WOrAtME8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa9da483400c100b4efdca2c0851175c7ceeb76f4a2ad08b3120700c10c60cc6 +size 44664 diff --git a/FootBones/images/test_DX214_jpg.rf.JgSF6u4oiz1QWW0o7Tv5.png b/FootBones/images/test_DX214_jpg.rf.JgSF6u4oiz1QWW0o7Tv5.png new file mode 100644 index 0000000000000000000000000000000000000000..c11fb924b9536e4283555e8c5ce9b4d61ba1690c --- /dev/null +++ b/FootBones/images/test_DX214_jpg.rf.JgSF6u4oiz1QWW0o7Tv5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae844a6fda4dc0c440d335f96fd0e46c0c50269be3f586852fd3d6521178f9a4 +size 45949 diff --git a/FootBones/images/test_DX217_jpg.rf.4HoNaAHe3ozkpJ11HS5G.png b/FootBones/images/test_DX217_jpg.rf.4HoNaAHe3ozkpJ11HS5G.png new file mode 100644 index 0000000000000000000000000000000000000000..387420db73b7c05fa266b3f255add71cf52b0cfd --- /dev/null +++ b/FootBones/images/test_DX217_jpg.rf.4HoNaAHe3ozkpJ11HS5G.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adfcf321330e18973a513e80990fa843f21508e8d1d05114595764b05b63b062 +size 46844 diff --git a/FootBones/images/test_DX219_jpg.rf.4wxDbwEEm28RBfvx5uSH.png b/FootBones/images/test_DX219_jpg.rf.4wxDbwEEm28RBfvx5uSH.png new file mode 100644 index 0000000000000000000000000000000000000000..d9b5085be844253af9a73da667a14bfa9ed9d234 --- /dev/null +++ b/FootBones/images/test_DX219_jpg.rf.4wxDbwEEm28RBfvx5uSH.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76898f72afeb09ff388fef511bf1b69c874d30a487d786789494db4144479b56 +size 44095 diff --git a/FootBones/images/test_DX223_jpg.rf.3KrMX9Mrmd7o6bQxqzBC.png b/FootBones/images/test_DX223_jpg.rf.3KrMX9Mrmd7o6bQxqzBC.png new file mode 100644 index 0000000000000000000000000000000000000000..4ea83198a9908e384b8f58a843f7a7b7c74c98c3 --- /dev/null +++ b/FootBones/images/test_DX223_jpg.rf.3KrMX9Mrmd7o6bQxqzBC.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0c2165ff9479df8788bafd3ca1ed9ec90fac5ce93fa22e20eac456f6c8face6 +size 45123 diff --git a/FootBones/images/test_DX224_jpg.rf.89x6eGjOOyHyDRAzqlj5.png b/FootBones/images/test_DX224_jpg.rf.89x6eGjOOyHyDRAzqlj5.png new file mode 100644 index 0000000000000000000000000000000000000000..ed49fd5083074f61eacab3c86aa9a889a3c3a9c8 --- /dev/null +++ b/FootBones/images/test_DX224_jpg.rf.89x6eGjOOyHyDRAzqlj5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c20d16d6ef1c4086625202d04c479e8386d841f96b6456afd6cbf548b6193b78 +size 57541 diff --git a/FootBones/images/test_DX229_jpg.rf.ppBdwIcpJ2ZoCJ3dzEKh.png b/FootBones/images/test_DX229_jpg.rf.ppBdwIcpJ2ZoCJ3dzEKh.png new file mode 100644 index 0000000000000000000000000000000000000000..b6ba0d4138ba5a62d288115f5f78530f0106f113 --- /dev/null +++ b/FootBones/images/test_DX229_jpg.rf.ppBdwIcpJ2ZoCJ3dzEKh.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18f834a22f466949ff3ba4edca05d3fa94ae353daf21fc8632bad8eca004e2d3 +size 51551 diff --git a/FootBones/images/test_DX235_jpg.rf.1bbHB8dbepH5yRQ871Qv.png b/FootBones/images/test_DX235_jpg.rf.1bbHB8dbepH5yRQ871Qv.png new file mode 100644 index 0000000000000000000000000000000000000000..9a39b22eade8da1887842f6aecb371f13a10f60f --- /dev/null +++ b/FootBones/images/test_DX235_jpg.rf.1bbHB8dbepH5yRQ871Qv.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:948dd7afbc3d816311f088ef48af068ba642a471f40216e134b16fd10524a73a +size 38862 diff --git a/FootBones/images/test_DX237_jpg.rf.NALVEvIpPsoxJHjZJ9h1.png b/FootBones/images/test_DX237_jpg.rf.NALVEvIpPsoxJHjZJ9h1.png new file mode 100644 index 0000000000000000000000000000000000000000..f54214202110e7c71021de3882a368b5af9e9e6a --- /dev/null +++ b/FootBones/images/test_DX237_jpg.rf.NALVEvIpPsoxJHjZJ9h1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6257c6590e2da542d6f2570ec5643b96f5fffd64ad4adb513468b0ded382ad4c +size 47635 diff --git a/FootBones/images/test_DX241_jpg.rf.vzcqekNUpvYd9786ZO1c.png b/FootBones/images/test_DX241_jpg.rf.vzcqekNUpvYd9786ZO1c.png new file mode 100644 index 0000000000000000000000000000000000000000..94810e67e644148c734b97f5f32a1e4ac580b831 --- /dev/null +++ b/FootBones/images/test_DX241_jpg.rf.vzcqekNUpvYd9786ZO1c.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3bbdf28cc3913c3db84eff14fdd86f1f73b5b0066b8bdcc0c4696c60adc069f +size 38103 diff --git a/FootBones/images/test_DX252_jpg.rf.Vq0NKBgHGtMICvQpTJlU.png b/FootBones/images/test_DX252_jpg.rf.Vq0NKBgHGtMICvQpTJlU.png new file mode 100644 index 0000000000000000000000000000000000000000..1f742789d51f00810387cec6e7f66621b3d971ec --- /dev/null +++ b/FootBones/images/test_DX252_jpg.rf.Vq0NKBgHGtMICvQpTJlU.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26392421f3260cfb76dc18656b2baa10aa084a7033381bcd9df274d9151f3e6a +size 47546 diff --git a/FootBones/images/test_DX257_jpg.rf.ItwVDJEAPXurcHnrnHz1.png b/FootBones/images/test_DX257_jpg.rf.ItwVDJEAPXurcHnrnHz1.png new file mode 100644 index 0000000000000000000000000000000000000000..450b98c5b6ce8ce0c1f1f1f70a2343c80b715f4d --- /dev/null +++ b/FootBones/images/test_DX257_jpg.rf.ItwVDJEAPXurcHnrnHz1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b804ddb872b22dd906b18a48ffd2f2c57046c3f981e3ee8a59234e1ccfe8321d +size 41570 diff --git a/FootBones/images/test_DX268_jpg.rf.nmNKiBrCLb7WVIjbeIqN.png b/FootBones/images/test_DX268_jpg.rf.nmNKiBrCLb7WVIjbeIqN.png new file mode 100644 index 0000000000000000000000000000000000000000..f5030188f4bf092599d60caf446c92913240c77b --- /dev/null +++ b/FootBones/images/test_DX268_jpg.rf.nmNKiBrCLb7WVIjbeIqN.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0d1d4645e065a6249d89a437aecce2383560f5e6b9861c366a3b6a5f9818776 +size 47109 diff --git a/FootBones/images/test_DX26_jpg.rf.YTjZRNKHabrtmDK9AHDF.png b/FootBones/images/test_DX26_jpg.rf.YTjZRNKHabrtmDK9AHDF.png new file mode 100644 index 0000000000000000000000000000000000000000..e4be4ee1e61f170f9a73b08f87deba4650dc4bad --- /dev/null +++ b/FootBones/images/test_DX26_jpg.rf.YTjZRNKHabrtmDK9AHDF.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b363a19df07eff2aac7f4a7129468901f45ed69dd877a82529a1f63a1c937c1f +size 37726 diff --git a/FootBones/images/test_DX276_jpg.rf.NRx57wKznOSpCVhirkYJ.png b/FootBones/images/test_DX276_jpg.rf.NRx57wKznOSpCVhirkYJ.png new file mode 100644 index 0000000000000000000000000000000000000000..45f4eefdc608a1560b9884d5784935e9de200ea2 --- /dev/null +++ b/FootBones/images/test_DX276_jpg.rf.NRx57wKznOSpCVhirkYJ.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f98953d054409113662a07e84ab4370938bf28b5c4ca0d6a0b13bf8613f1e6e1 +size 48080 diff --git a/FootBones/images/test_DX283_jpg.rf.J6zeP34ByVoQ6vDXXthC.png b/FootBones/images/test_DX283_jpg.rf.J6zeP34ByVoQ6vDXXthC.png new file mode 100644 index 0000000000000000000000000000000000000000..3a1f638fc764e3f86598a9120f51fa23d5585740 --- /dev/null +++ b/FootBones/images/test_DX283_jpg.rf.J6zeP34ByVoQ6vDXXthC.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c27c7e9adb4e30d9f960dabaa2a4106972c6866b2c3a996bdffae3242b32dcc +size 51727 diff --git a/FootBones/images/test_DX284_jpg.rf.dn7aWchWVleKWVVbxYbn.png b/FootBones/images/test_DX284_jpg.rf.dn7aWchWVleKWVVbxYbn.png new file mode 100644 index 0000000000000000000000000000000000000000..8514029e0a28e307c16a57f2091e49b0488d7041 --- /dev/null +++ b/FootBones/images/test_DX284_jpg.rf.dn7aWchWVleKWVVbxYbn.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3a6ac84bfa55bff669739a6716559224e4e9333ee84f0a4d61d2a4972860dcc +size 47548 diff --git a/FootBones/images/test_DX28_jpg.rf.a7Drq9TXyGjmbnIJDWdG.png b/FootBones/images/test_DX28_jpg.rf.a7Drq9TXyGjmbnIJDWdG.png new file mode 100644 index 0000000000000000000000000000000000000000..e14745e6095e26c536335989fcb5f4b0226ee932 --- /dev/null +++ b/FootBones/images/test_DX28_jpg.rf.a7Drq9TXyGjmbnIJDWdG.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:621d4d545b3d8a0737ef112c60410a836f0de2b6ed3e262fa688580730384474 +size 62028 diff --git a/FootBones/images/test_DX29_jpg.rf.8CN4TIwpIfcpOzG7nTXJ.png b/FootBones/images/test_DX29_jpg.rf.8CN4TIwpIfcpOzG7nTXJ.png new file mode 100644 index 0000000000000000000000000000000000000000..2b3f0092b98dce5ca29d2000b2cf447add5967db --- /dev/null +++ b/FootBones/images/test_DX29_jpg.rf.8CN4TIwpIfcpOzG7nTXJ.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbed74f9ca0de7bf805a6eb85cad4721583660188141dfbcaa4e4f750680eaa9 +size 35455 diff --git a/FootBones/images/test_DX30_jpg.rf.X2ASyUNTVNtjj5366XjN.png b/FootBones/images/test_DX30_jpg.rf.X2ASyUNTVNtjj5366XjN.png new file mode 100644 index 0000000000000000000000000000000000000000..b48703485c69082694d47f27b1288d5223dcd491 --- /dev/null +++ b/FootBones/images/test_DX30_jpg.rf.X2ASyUNTVNtjj5366XjN.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:949ff9a58a702a1e8d470fdaf2f7458917857cf561a56d0786ec1785236947bd +size 44961 diff --git a/FootBones/images/test_DX313_jpg.rf.A9JpowrkzeZ0C4sDGrHo.png b/FootBones/images/test_DX313_jpg.rf.A9JpowrkzeZ0C4sDGrHo.png new file mode 100644 index 0000000000000000000000000000000000000000..3e524af1a793a394d7a0a10083e49fca9d7e4920 --- /dev/null +++ b/FootBones/images/test_DX313_jpg.rf.A9JpowrkzeZ0C4sDGrHo.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:851cbd9aaadd3769ffbbbefaf58d73e9444fc7119d69c93f5b7e3e4d75a49e6e +size 49477 diff --git a/FootBones/images/test_DX316_jpg.rf.14ddmzcNsGvGjgxFMKBh.png b/FootBones/images/test_DX316_jpg.rf.14ddmzcNsGvGjgxFMKBh.png new file mode 100644 index 0000000000000000000000000000000000000000..4ed2aca2ef262b69eb67ade299bbcbb182eeb053 --- /dev/null +++ b/FootBones/images/test_DX316_jpg.rf.14ddmzcNsGvGjgxFMKBh.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3d420ecb34a71ecd61465d9e37935c6a7d243c45187cb492c1a807884f18a4a +size 44299 diff --git a/FootBones/images/test_DX317_jpg.rf.Zai5WIbAcec78CK8r66e.png b/FootBones/images/test_DX317_jpg.rf.Zai5WIbAcec78CK8r66e.png new file mode 100644 index 0000000000000000000000000000000000000000..b01021a6c818e8b2d45a64a1a45c465627cbcbb2 --- /dev/null +++ b/FootBones/images/test_DX317_jpg.rf.Zai5WIbAcec78CK8r66e.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f3724ec2852004e8525261d532479a7b3362459edd3de104bf20170a45ceeac +size 41768 diff --git a/FootBones/images/test_DX325_jpg.rf.mevnaJV1m3NXHHLv489d.png b/FootBones/images/test_DX325_jpg.rf.mevnaJV1m3NXHHLv489d.png new file mode 100644 index 0000000000000000000000000000000000000000..a8c93ddd6aa900f9152e063d3818e158da0c5c39 --- /dev/null +++ b/FootBones/images/test_DX325_jpg.rf.mevnaJV1m3NXHHLv489d.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf93af73c081a20ba2a30b7435ab24c614ab5ce1edca02e707cfb511b2710f8f +size 57672 diff --git a/FootBones/images/test_DX340_jpg.rf.hXUWmNWbqA4nwVFYl4Pg.png b/FootBones/images/test_DX340_jpg.rf.hXUWmNWbqA4nwVFYl4Pg.png new file mode 100644 index 0000000000000000000000000000000000000000..4b1eea2b20f3d4de994cecc1f9f9b08559ac5d6a --- /dev/null +++ b/FootBones/images/test_DX340_jpg.rf.hXUWmNWbqA4nwVFYl4Pg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a227a2e68e51834defdab68b5d5b5c911aed1d74557ba0dd57ed50c90dda71ce +size 43689 diff --git a/FootBones/images/test_DX341_jpg.rf.dlhHJ5KWLV0FeN6IcnDg.png b/FootBones/images/test_DX341_jpg.rf.dlhHJ5KWLV0FeN6IcnDg.png new file mode 100644 index 0000000000000000000000000000000000000000..fc3a1f27871fe63c19f180ee132c227c6f01d581 --- /dev/null +++ b/FootBones/images/test_DX341_jpg.rf.dlhHJ5KWLV0FeN6IcnDg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0840a3799e1edfa56157430363728805948749ffe09b0f5e639fb51fe0c07210 +size 49681 diff --git a/FootBones/images/test_DX349_jpg.rf.X8n1oyB2mNNp2Kn0cmJi.png b/FootBones/images/test_DX349_jpg.rf.X8n1oyB2mNNp2Kn0cmJi.png new file mode 100644 index 0000000000000000000000000000000000000000..df49fec209adb99c71f31ff4a32d9f1622c23c41 --- /dev/null +++ b/FootBones/images/test_DX349_jpg.rf.X8n1oyB2mNNp2Kn0cmJi.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58d207d358fef7f68a3785b9405f3cea37d713783293019a58b5e13c75f3a734 +size 50088 diff --git a/FootBones/images/test_DX363_jpg.rf.ZzMDogA76Hbvgis4Xcy0.png b/FootBones/images/test_DX363_jpg.rf.ZzMDogA76Hbvgis4Xcy0.png new file mode 100644 index 0000000000000000000000000000000000000000..c5fa11f39943d5cceb086437b6ad2ec98a466109 --- /dev/null +++ b/FootBones/images/test_DX363_jpg.rf.ZzMDogA76Hbvgis4Xcy0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:101d466d5e1699422edbeaa916a54ecdb3b829ba581cab1b5ea7336274e781e6 +size 47043 diff --git a/FootBones/images/test_DX371_jpg.rf.ZjymSzdwKNQJsDtZrerd.png b/FootBones/images/test_DX371_jpg.rf.ZjymSzdwKNQJsDtZrerd.png new file mode 100644 index 0000000000000000000000000000000000000000..cb3f0653f0fcffa6a45826a63ac9e667ccfd9fb8 --- /dev/null +++ b/FootBones/images/test_DX371_jpg.rf.ZjymSzdwKNQJsDtZrerd.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31a8252c272ace066e6af7b7b65cb4837b690b10a5059cb1374009feb783a186 +size 44406 diff --git a/FootBones/images/test_DX373_jpg.rf.ehmiyQpUL4UJkLN6K0El.png b/FootBones/images/test_DX373_jpg.rf.ehmiyQpUL4UJkLN6K0El.png new file mode 100644 index 0000000000000000000000000000000000000000..4f1d07645a17bacdd5ba021cb209a30881fea5e5 --- /dev/null +++ b/FootBones/images/test_DX373_jpg.rf.ehmiyQpUL4UJkLN6K0El.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac02019dee84887ccba335e5e63755b26e18d387363087f122fc21d103f5cf56 +size 46406 diff --git a/FootBones/images/test_DX382_jpg.rf.jiRpSdRRFcZ2I0SHDTl8.png b/FootBones/images/test_DX382_jpg.rf.jiRpSdRRFcZ2I0SHDTl8.png new file mode 100644 index 0000000000000000000000000000000000000000..23d8ede2052029aab384aa2a7ad82a9b36a3dbc2 --- /dev/null +++ b/FootBones/images/test_DX382_jpg.rf.jiRpSdRRFcZ2I0SHDTl8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5603f7410ac4342af18219c651b2698f8a55c039d0be86387083f6426e9357d9 +size 43347 diff --git a/FootBones/images/test_DX389_jpg.rf.w6D6tDB0dqHnxJWNbSGA.png b/FootBones/images/test_DX389_jpg.rf.w6D6tDB0dqHnxJWNbSGA.png new file mode 100644 index 0000000000000000000000000000000000000000..ae747637da0e3077ff26b8194c760ee765fdbe32 --- /dev/null +++ b/FootBones/images/test_DX389_jpg.rf.w6D6tDB0dqHnxJWNbSGA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7739c7815f8e5815f1a2ef7fcbe96bd6d03e2838a915374e77c266e1296db211 +size 48342 diff --git a/FootBones/images/test_DX402_jpg.rf.1PmedS7drCUEWFvfKq5z.png b/FootBones/images/test_DX402_jpg.rf.1PmedS7drCUEWFvfKq5z.png new file mode 100644 index 0000000000000000000000000000000000000000..d2f746b8c08aa5d605f7334facb75f90bfb3a990 --- /dev/null +++ b/FootBones/images/test_DX402_jpg.rf.1PmedS7drCUEWFvfKq5z.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5a630ebea7b1bc0d3b21c592fe7373065fdb3f6a88298d5144bb29b0211a5a0 +size 46083 diff --git a/FootBones/images/test_DX404_jpg.rf.Psw45CH0GIBbTE0Vzh2E.png b/FootBones/images/test_DX404_jpg.rf.Psw45CH0GIBbTE0Vzh2E.png new file mode 100644 index 0000000000000000000000000000000000000000..788c7c42e4f8de363056ea44e52fb99026c5b83d --- /dev/null +++ b/FootBones/images/test_DX404_jpg.rf.Psw45CH0GIBbTE0Vzh2E.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:428de90be8702ba7475ce180ec3a93d21415baf2a9302cf567f4a5e5969ed649 +size 52901 diff --git a/FootBones/images/test_DX409_jpg.rf.GMchw5Lzm6grU9vmsNsq.png b/FootBones/images/test_DX409_jpg.rf.GMchw5Lzm6grU9vmsNsq.png new file mode 100644 index 0000000000000000000000000000000000000000..a4e9c3c697efa8043031fda7094e62a801474714 --- /dev/null +++ b/FootBones/images/test_DX409_jpg.rf.GMchw5Lzm6grU9vmsNsq.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02a9e57b9d6877d2bba0198407c486f970b4bbd53ef342fc60370f7cb6ceac47 +size 46411 diff --git a/FootBones/images/test_DX425_jpg.rf.GDn8fAis3POBC0DyUrJn.png b/FootBones/images/test_DX425_jpg.rf.GDn8fAis3POBC0DyUrJn.png new file mode 100644 index 0000000000000000000000000000000000000000..640f2cc777f2e33fae11bc2b5edcd92fff934479 --- /dev/null +++ b/FootBones/images/test_DX425_jpg.rf.GDn8fAis3POBC0DyUrJn.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ed54ee4fb88403752a91c5f550da459f7d8f896b1dd965fe069d8ee05634689 +size 46068 diff --git a/FootBones/images/test_DX433_jpg.rf.8N2ulpJgXB4Vfn3W8jt6.png b/FootBones/images/test_DX433_jpg.rf.8N2ulpJgXB4Vfn3W8jt6.png new file mode 100644 index 0000000000000000000000000000000000000000..cf2731eba4c038aacde462cb9dfdfa0b3e84baf0 --- /dev/null +++ b/FootBones/images/test_DX433_jpg.rf.8N2ulpJgXB4Vfn3W8jt6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f205db3696e5d239958e9677da0b40ca8680b19a66e76cca6e36f2a9c33eb228 +size 48485 diff --git a/FootBones/images/test_DX448_jpg.rf.rqPW97IJwG7IXzYF2knr.png b/FootBones/images/test_DX448_jpg.rf.rqPW97IJwG7IXzYF2knr.png new file mode 100644 index 0000000000000000000000000000000000000000..8534b785a9dffdcf89c174935d691f1af324717f --- /dev/null +++ b/FootBones/images/test_DX448_jpg.rf.rqPW97IJwG7IXzYF2knr.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54f5b5702807e7ba0dcc3138794dbaa83864af0c4ce2a8b0a860667d95a638cf +size 54408 diff --git a/FootBones/images/test_DX455_jpg.rf.O9Qg6XbqjZktdRC3Y9D1.png b/FootBones/images/test_DX455_jpg.rf.O9Qg6XbqjZktdRC3Y9D1.png new file mode 100644 index 0000000000000000000000000000000000000000..43e3b995f7fdf2ac58c52a882a85c5582bdfdebe --- /dev/null +++ b/FootBones/images/test_DX455_jpg.rf.O9Qg6XbqjZktdRC3Y9D1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1170a02b3b28d596df1ede3c59a97f7895bb0ea95c3e55e4aa4e4e42bef57bde +size 44590 diff --git a/FootBones/images/test_DX460_jpg.rf.DEixcg8xUSPjv9Cz4F0b.png b/FootBones/images/test_DX460_jpg.rf.DEixcg8xUSPjv9Cz4F0b.png new file mode 100644 index 0000000000000000000000000000000000000000..76386134b95f10927ad7b5bc7a0b26b29d467786 --- /dev/null +++ b/FootBones/images/test_DX460_jpg.rf.DEixcg8xUSPjv9Cz4F0b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0915581098ea15c72fd788bc099afd4cb42e228d953808f2b0b803cb993e9df +size 48403 diff --git a/FootBones/images/test_DX464_jpg.rf.BbVBniJy8JVQdeSExk0h.png b/FootBones/images/test_DX464_jpg.rf.BbVBniJy8JVQdeSExk0h.png new file mode 100644 index 0000000000000000000000000000000000000000..e1186b4b40c32dbd7392b33fba80e4ce5a0af6f5 --- /dev/null +++ b/FootBones/images/test_DX464_jpg.rf.BbVBniJy8JVQdeSExk0h.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03def636cbb2e75c58d74f573de67ca67036e362cb1a6c07b348ce611c1df16b +size 47729 diff --git a/FootBones/images/test_DX465_jpg.rf.KaohddkFKEtj6At882JZ.png b/FootBones/images/test_DX465_jpg.rf.KaohddkFKEtj6At882JZ.png new file mode 100644 index 0000000000000000000000000000000000000000..88d90277559b3121a6fe98656c3ec5c1dbe361c7 --- /dev/null +++ b/FootBones/images/test_DX465_jpg.rf.KaohddkFKEtj6At882JZ.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cd15db5f27155fc1fc2b9851e8d224840fac25a3fb7043c1310c027439420a2 +size 58024 diff --git a/FootBones/images/test_DX479_jpg.rf.0A5PldaZhJ6hxfG3AftX.png b/FootBones/images/test_DX479_jpg.rf.0A5PldaZhJ6hxfG3AftX.png new file mode 100644 index 0000000000000000000000000000000000000000..aeaf0fb465f3fa83ef2bb680ac6e52082824f20f --- /dev/null +++ b/FootBones/images/test_DX479_jpg.rf.0A5PldaZhJ6hxfG3AftX.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45bbb2d915ffa7f9287b40148db455344a55c463da150d99305c119dab294886 +size 48685 diff --git a/FootBones/images/test_DX4_jpg.rf.x35vrZnPaBUApam34nav.png b/FootBones/images/test_DX4_jpg.rf.x35vrZnPaBUApam34nav.png new file mode 100644 index 0000000000000000000000000000000000000000..97c251fed069576bc7909f5d3c4d6835949f36f1 --- /dev/null +++ b/FootBones/images/test_DX4_jpg.rf.x35vrZnPaBUApam34nav.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5708bae77fd3f313fcc260d36239b0ed5b48e2e7ab644118390f0012c51448bc +size 43731 diff --git a/FootBones/images/test_DX53_jpg.rf.hPQ6BNJ3MPpMHRbwzYD0.png b/FootBones/images/test_DX53_jpg.rf.hPQ6BNJ3MPpMHRbwzYD0.png new file mode 100644 index 0000000000000000000000000000000000000000..c07d38748ab0ecd56d6053ac36d23bc9f3accbff --- /dev/null +++ b/FootBones/images/test_DX53_jpg.rf.hPQ6BNJ3MPpMHRbwzYD0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b81032f774f9be945f6839993eb27d025d2ed50a4b51e7ee9acf7b76daee73c +size 56022 diff --git a/FootBones/images/test_DX543_jpg.rf.Yxgfrr02zCWv1DVT4gKQ.png b/FootBones/images/test_DX543_jpg.rf.Yxgfrr02zCWv1DVT4gKQ.png new file mode 100644 index 0000000000000000000000000000000000000000..e4ed3df462f58f75474efc45ea55f0dc182b509a --- /dev/null +++ b/FootBones/images/test_DX543_jpg.rf.Yxgfrr02zCWv1DVT4gKQ.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5be434991c5ac23d2fcb65da9f36af6adc04e8dd5fdb3f87f89cf4502d4a68db +size 51770 diff --git a/FootBones/images/test_DX561_jpg.rf.FikGWbVsJtfTLLDiaeq7.png b/FootBones/images/test_DX561_jpg.rf.FikGWbVsJtfTLLDiaeq7.png new file mode 100644 index 0000000000000000000000000000000000000000..b6afd28dd50ae4d2579f51512e9ce431a0ab8418 --- /dev/null +++ b/FootBones/images/test_DX561_jpg.rf.FikGWbVsJtfTLLDiaeq7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6cb16c4fda38dcfaf4c454b02b7746cd2501fca9e3cc7196f7e151f7b0aacf9 +size 48295 diff --git a/FootBones/images/test_DX565_jpg.rf.PeZ8aNW0oKbOlAkQ9Jle.png b/FootBones/images/test_DX565_jpg.rf.PeZ8aNW0oKbOlAkQ9Jle.png new file mode 100644 index 0000000000000000000000000000000000000000..f4ceff2b7d3c728a07fb3cc98fb5dc0b198d82f8 --- /dev/null +++ b/FootBones/images/test_DX565_jpg.rf.PeZ8aNW0oKbOlAkQ9Jle.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86effaf752375da3c9d29cfcc253e6cc301ad9eb60ae65fe2543f00e518be421 +size 53901 diff --git a/FootBones/images/test_DX569_jpg.rf.VwNGVAMJbo9rGHgwE06m.png b/FootBones/images/test_DX569_jpg.rf.VwNGVAMJbo9rGHgwE06m.png new file mode 100644 index 0000000000000000000000000000000000000000..abb461bf55b56b5e3e5677bfe130ed3e8d3c9aee --- /dev/null +++ b/FootBones/images/test_DX569_jpg.rf.VwNGVAMJbo9rGHgwE06m.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96f3d18f2583cc984d90850570b0d7d6273170ccb47c93379659b3e1204e7ccf +size 46211 diff --git a/FootBones/images/test_DX577_jpg.rf.19RqaQskMaHqAxzb4q5U.png b/FootBones/images/test_DX577_jpg.rf.19RqaQskMaHqAxzb4q5U.png new file mode 100644 index 0000000000000000000000000000000000000000..281e2f9f83a7e06ce0e014234d32f4f5df4506c9 --- /dev/null +++ b/FootBones/images/test_DX577_jpg.rf.19RqaQskMaHqAxzb4q5U.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7683b3657970c825e2b46e6fd1a0f00b1c132a3c379158cccc2ef4f9ee1d411c +size 50114 diff --git a/FootBones/images/test_DX581_jpg.rf.oN4LWQMtaArf7aNA5F0C.png b/FootBones/images/test_DX581_jpg.rf.oN4LWQMtaArf7aNA5F0C.png new file mode 100644 index 0000000000000000000000000000000000000000..4e6a343c2f2772a22b9d640cfe5367a4ee52245c --- /dev/null +++ b/FootBones/images/test_DX581_jpg.rf.oN4LWQMtaArf7aNA5F0C.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5adb14c6f8c1d7322f877b0158171f5640b9129653b497f6cf4830fdfaefe862 +size 52164 diff --git a/FootBones/images/test_DX591_jpg.rf.7iIJeBYPpgReCDnBwSKj.png b/FootBones/images/test_DX591_jpg.rf.7iIJeBYPpgReCDnBwSKj.png new file mode 100644 index 0000000000000000000000000000000000000000..88d4e9f01c002c03b78d3cb500dbb2eb4f4d9ea3 --- /dev/null +++ b/FootBones/images/test_DX591_jpg.rf.7iIJeBYPpgReCDnBwSKj.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b339058224b8fbddb7e3ecdbba4d3f7431d024390f6837a49eb593632516af4 +size 48008 diff --git a/FootBones/images/test_DX592_jpg.rf.07VyE6x9gauo4iwH3Uwz.png b/FootBones/images/test_DX592_jpg.rf.07VyE6x9gauo4iwH3Uwz.png new file mode 100644 index 0000000000000000000000000000000000000000..2061b5ef1db996d7873b771cd07f2568359ece30 --- /dev/null +++ b/FootBones/images/test_DX592_jpg.rf.07VyE6x9gauo4iwH3Uwz.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8edfb9d7fae3830b710975144e33e293778115312a665139f2ff1bc16ecc117 +size 46187 diff --git a/FootBones/images/test_DX5_jpg.rf.s4KsQ7IHaUBQdPvbgpCE.png b/FootBones/images/test_DX5_jpg.rf.s4KsQ7IHaUBQdPvbgpCE.png new file mode 100644 index 0000000000000000000000000000000000000000..b9445a61032389d225fff0bd34d302daac53ec2c --- /dev/null +++ b/FootBones/images/test_DX5_jpg.rf.s4KsQ7IHaUBQdPvbgpCE.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62b9641cddf69d572d9090888d6f83e51e5e38d433a2d1a3eaded6622509be4f +size 51199 diff --git a/FootBones/images/test_DX602_jpg.rf.X4sCSkdCcdzKlXZgpl9t.png b/FootBones/images/test_DX602_jpg.rf.X4sCSkdCcdzKlXZgpl9t.png new file mode 100644 index 0000000000000000000000000000000000000000..2d69aff06f720f5c99431456820c79340d61d548 --- /dev/null +++ b/FootBones/images/test_DX602_jpg.rf.X4sCSkdCcdzKlXZgpl9t.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b0fde9a48116f46b034006f06362dab4f2c1e75a270ff13936c38464eae7a2c +size 54719 diff --git a/FootBones/images/test_DX606_jpg.rf.FiXFfLLZhZgUpQCRX6So.png b/FootBones/images/test_DX606_jpg.rf.FiXFfLLZhZgUpQCRX6So.png new file mode 100644 index 0000000000000000000000000000000000000000..ea2ec78187d67bd20102a95b7b26d9e9c10c2219 --- /dev/null +++ b/FootBones/images/test_DX606_jpg.rf.FiXFfLLZhZgUpQCRX6So.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a89d00b027d9730344300c723cbc063d75d91f37583837e08d6e7ae5d6458e37 +size 47297 diff --git a/FootBones/images/test_DX611_jpg.rf.ERuhUHPQZFPk7iSxwEM8.png b/FootBones/images/test_DX611_jpg.rf.ERuhUHPQZFPk7iSxwEM8.png new file mode 100644 index 0000000000000000000000000000000000000000..7da0ed46a2b5d1f3f617c040648fc0fe74e5cebf --- /dev/null +++ b/FootBones/images/test_DX611_jpg.rf.ERuhUHPQZFPk7iSxwEM8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8741f2d971eb134241d5b504c95300463f2b0566d87ee7aff5db089198acb7b3 +size 46300 diff --git a/FootBones/images/test_DX615_jpg.rf.pa8aiPiaRKjnAX8bOqYC.png b/FootBones/images/test_DX615_jpg.rf.pa8aiPiaRKjnAX8bOqYC.png new file mode 100644 index 0000000000000000000000000000000000000000..06334a56fe705a7d2cbfddad2075486cd7852891 --- /dev/null +++ b/FootBones/images/test_DX615_jpg.rf.pa8aiPiaRKjnAX8bOqYC.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38a4ad9fc3adb255b493870efb24c0d317549aaba2b54d879738a6586af43161 +size 45330 diff --git a/FootBones/images/test_DX617_jpg.rf.1EpYn3QvMbNAVBlDcKwW.png b/FootBones/images/test_DX617_jpg.rf.1EpYn3QvMbNAVBlDcKwW.png new file mode 100644 index 0000000000000000000000000000000000000000..1b3c1cfb9778e721c82a33e585da9c38bb74876d --- /dev/null +++ b/FootBones/images/test_DX617_jpg.rf.1EpYn3QvMbNAVBlDcKwW.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f35a6723993f4f70c9d323ba728431a666a567aecb589c09ee086adeda08cef +size 50726 diff --git a/FootBones/images/test_DX625_jpg.rf.2SHryo0XFdKIts7xJ5fJ.png b/FootBones/images/test_DX625_jpg.rf.2SHryo0XFdKIts7xJ5fJ.png new file mode 100644 index 0000000000000000000000000000000000000000..6b66cb287708d4e25c0a0da322fc6e9e590024da --- /dev/null +++ b/FootBones/images/test_DX625_jpg.rf.2SHryo0XFdKIts7xJ5fJ.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b5bdb0c7a847dda3ae30149d24a3c8ee3946596c543a1e4d9be71c424cff4cd +size 66574 diff --git a/FootBones/images/test_DX634_jpg.rf.yBJqJUIxDio1YTP4FJeK.png b/FootBones/images/test_DX634_jpg.rf.yBJqJUIxDio1YTP4FJeK.png new file mode 100644 index 0000000000000000000000000000000000000000..eaa0678ced7edd0176fc5a27e96f24f17b732f43 --- /dev/null +++ b/FootBones/images/test_DX634_jpg.rf.yBJqJUIxDio1YTP4FJeK.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b92cc910e8d58f795c0e94137218194faeaf02419bd770d49a2bb32f330b55f +size 47724 diff --git a/FootBones/images/test_DX640_jpg.rf.XFnnEhuqpUXnaQwWbSnt.png b/FootBones/images/test_DX640_jpg.rf.XFnnEhuqpUXnaQwWbSnt.png new file mode 100644 index 0000000000000000000000000000000000000000..35f636d06cf12f371b4379189bfcbf2720a4289d --- /dev/null +++ b/FootBones/images/test_DX640_jpg.rf.XFnnEhuqpUXnaQwWbSnt.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:944d589d2bea7e66071202b752571a7895b3dd7db25855939c685efead07a38c +size 48079 diff --git a/FootBones/images/test_DX662_jpg.rf.a3z3dy9ihlXVX7aMga7f.png b/FootBones/images/test_DX662_jpg.rf.a3z3dy9ihlXVX7aMga7f.png new file mode 100644 index 0000000000000000000000000000000000000000..d571defa2129dc173dbbeb36c6536965d2c0ae31 --- /dev/null +++ b/FootBones/images/test_DX662_jpg.rf.a3z3dy9ihlXVX7aMga7f.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c38036694de63d4256197b1ea3d4478bdef7ced9bd2580279da9193ca7387b4a +size 45195 diff --git a/FootBones/images/test_DX675_jpg.rf.lTPWXAqA78sEFocN7kfi.png b/FootBones/images/test_DX675_jpg.rf.lTPWXAqA78sEFocN7kfi.png new file mode 100644 index 0000000000000000000000000000000000000000..93112aac9b375935dfdfb4ae7ffa8fcee06e8d69 --- /dev/null +++ b/FootBones/images/test_DX675_jpg.rf.lTPWXAqA78sEFocN7kfi.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ff132dd15180d27e0c73dc21640d58cce467e29b24f3b09e94a0843dd384a3f +size 47099 diff --git a/FootBones/images/test_DX67_jpg.rf.0lZmhUEVolpsyGNBw2dQ.png b/FootBones/images/test_DX67_jpg.rf.0lZmhUEVolpsyGNBw2dQ.png new file mode 100644 index 0000000000000000000000000000000000000000..01f78b337c050b35e3679767e618abbdbaa45c2e --- /dev/null +++ b/FootBones/images/test_DX67_jpg.rf.0lZmhUEVolpsyGNBw2dQ.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b8a01e8bb470831bf72f64503212af1aac83ce4189d59fc0eeea7daced71111 +size 36459 diff --git a/FootBones/images/test_DX683_jpg.rf.l3ygGE30adZ4T6fin4JH.png b/FootBones/images/test_DX683_jpg.rf.l3ygGE30adZ4T6fin4JH.png new file mode 100644 index 0000000000000000000000000000000000000000..4b12d1c19bf76c2f6292567268281d19164d4285 --- /dev/null +++ b/FootBones/images/test_DX683_jpg.rf.l3ygGE30adZ4T6fin4JH.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9acd431c6aa166810354ae9022a26fa61ed3c3bad2d606e788d003f0907e508 +size 47953 diff --git a/FootBones/images/test_DX684_jpg.rf.qGCGojExelHtvFCbZdtg.png b/FootBones/images/test_DX684_jpg.rf.qGCGojExelHtvFCbZdtg.png new file mode 100644 index 0000000000000000000000000000000000000000..3e2f8c0ba1c033af5dc07704daea8ed621505147 --- /dev/null +++ b/FootBones/images/test_DX684_jpg.rf.qGCGojExelHtvFCbZdtg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f1e15a0d011c13d8730b0fdcec9fcc554c2320520813045cc86ffa57517acc7 +size 40898 diff --git a/FootBones/images/test_DX690_jpg.rf.CtpAWdlA5p63C15Oh7mz.png b/FootBones/images/test_DX690_jpg.rf.CtpAWdlA5p63C15Oh7mz.png new file mode 100644 index 0000000000000000000000000000000000000000..ad25f36ebff1ee0c8e9b5768d6a7259f36623883 --- /dev/null +++ b/FootBones/images/test_DX690_jpg.rf.CtpAWdlA5p63C15Oh7mz.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6029be3cc2982945ec7fdc593690820883699eb7041ee129af3c794f8d1a5c93 +size 46080 diff --git a/FootBones/images/test_DX79_jpg.rf.oTBqTwNmFBlo8Ess1NM4.png b/FootBones/images/test_DX79_jpg.rf.oTBqTwNmFBlo8Ess1NM4.png new file mode 100644 index 0000000000000000000000000000000000000000..3ed95f8b96530ebf55d1d330f5dd5892f465f06f --- /dev/null +++ b/FootBones/images/test_DX79_jpg.rf.oTBqTwNmFBlo8Ess1NM4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fa5241ad0078940b477c502ff159fe976ceca5e8c5271b7976ece6e9a2ca806 +size 68582 diff --git a/FootBones/images/test_DX81_jpg.rf.tlHTrL74GnBBThwOialc.png b/FootBones/images/test_DX81_jpg.rf.tlHTrL74GnBBThwOialc.png new file mode 100644 index 0000000000000000000000000000000000000000..a4030edefe9a678d5c3d0ef229e10add4641e7bd --- /dev/null +++ b/FootBones/images/test_DX81_jpg.rf.tlHTrL74GnBBThwOialc.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd5f245d5b786f0a6e2f9189064cc7d2fce42bd49ba9afa0a67cf84f7c5255d3 +size 34036 diff --git a/FootBones/images/test_DX83_jpg.rf.aBTQoInoQNt7YrIGUOzt.png b/FootBones/images/test_DX83_jpg.rf.aBTQoInoQNt7YrIGUOzt.png new file mode 100644 index 0000000000000000000000000000000000000000..1e60a04b5559265b1e8da63da37f19980d5d05a6 --- /dev/null +++ b/FootBones/images/test_DX83_jpg.rf.aBTQoInoQNt7YrIGUOzt.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e661ba1dae57824aab70b1d7e80b1adf216e45989b05f00f1ba18cfa1968ac9 +size 45621 diff --git a/FootBones/images/test_DX84_jpg.rf.n4UN26ijbBzNXQNmAzar.png b/FootBones/images/test_DX84_jpg.rf.n4UN26ijbBzNXQNmAzar.png new file mode 100644 index 0000000000000000000000000000000000000000..f61634d7c420bfadcf95ae16069b61ecbd517d28 --- /dev/null +++ b/FootBones/images/test_DX84_jpg.rf.n4UN26ijbBzNXQNmAzar.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e1ebc4ec22e1f84f05f641d1029879aabb30bea4297b4e00e60731125fa4983 +size 40859 diff --git a/FootBones/images/test_DX85_jpg.rf.KXefOkTb9USDhkLzzcFH.png b/FootBones/images/test_DX85_jpg.rf.KXefOkTb9USDhkLzzcFH.png new file mode 100644 index 0000000000000000000000000000000000000000..d582372a4f7a471f06af94289f7da48c9f366114 --- /dev/null +++ b/FootBones/images/test_DX85_jpg.rf.KXefOkTb9USDhkLzzcFH.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de81f81c70a8113a9daf61ac02b32dcdabbd2710591cbfca520e7fa76f1599a7 +size 42926 diff --git a/FootBones/images/test_DX93_jpg.rf.sEVz3cm07vBLNb7g5Nck.png b/FootBones/images/test_DX93_jpg.rf.sEVz3cm07vBLNb7g5Nck.png new file mode 100644 index 0000000000000000000000000000000000000000..2abd2d513766ba9e87394bab7582d8541f56cec8 --- /dev/null +++ b/FootBones/images/test_DX93_jpg.rf.sEVz3cm07vBLNb7g5Nck.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93f7a3da25dc0445d03517763b77d5d98a2d4c71e007d7d392cf0cf9cd237269 +size 51552 diff --git a/FootBones/images/train_DX100_jpg.rf.Ez6nHVVTI9CDMETunTn9.png b/FootBones/images/train_DX100_jpg.rf.Ez6nHVVTI9CDMETunTn9.png new file mode 100644 index 0000000000000000000000000000000000000000..92ce33b2b52443cb4bb4a0ed9b86aafaa875ad21 --- /dev/null +++ b/FootBones/images/train_DX100_jpg.rf.Ez6nHVVTI9CDMETunTn9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36bcfec25d1da9c10e79a95eb496ad61674d97f8e825bb4f7cd74773d0af126b +size 36753 diff --git a/FootBones/images/train_DX103_jpg.rf.84TGTR1rul9RRLf8gLp1.png b/FootBones/images/train_DX103_jpg.rf.84TGTR1rul9RRLf8gLp1.png new file mode 100644 index 0000000000000000000000000000000000000000..506a93f00bfa922719ad8c4c9e432dfe0b300c4b --- /dev/null +++ b/FootBones/images/train_DX103_jpg.rf.84TGTR1rul9RRLf8gLp1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4d9e3e7d1c2e732e97966a670e1f5bd9f6dc6e316adfefdb608a915b7f6dee8 +size 35639 diff --git a/FootBones/images/train_DX106_jpg.rf.cNmN69vVU3ojxRukMNvq.png b/FootBones/images/train_DX106_jpg.rf.cNmN69vVU3ojxRukMNvq.png new file mode 100644 index 0000000000000000000000000000000000000000..768f212d0bd295e2f2c6f677105279b571540c8c --- /dev/null +++ b/FootBones/images/train_DX106_jpg.rf.cNmN69vVU3ojxRukMNvq.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6de5390d873e6ce7dbcc327a06b90f8dde4a84f752fa01255faa8f16894aaf2 +size 52811 diff --git a/FootBones/images/train_DX109_jpg.rf.BPnb2AChcDOP9raabee1.png b/FootBones/images/train_DX109_jpg.rf.BPnb2AChcDOP9raabee1.png new file mode 100644 index 0000000000000000000000000000000000000000..09d81456dfc589590fe0f50d837679c95d8ebfc1 --- /dev/null +++ b/FootBones/images/train_DX109_jpg.rf.BPnb2AChcDOP9raabee1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cf7895ad2102d935d94e642bd0f4c49a18f61c5108193a16ab7b35d6622c214 +size 40373 diff --git a/FootBones/images/train_DX110_jpg.rf.8srk6lcp1G16oX8Ja2Z0.png b/FootBones/images/train_DX110_jpg.rf.8srk6lcp1G16oX8Ja2Z0.png new file mode 100644 index 0000000000000000000000000000000000000000..9a5d29d33376f146930207aebd799a7d0db8b361 --- /dev/null +++ b/FootBones/images/train_DX110_jpg.rf.8srk6lcp1G16oX8Ja2Z0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d73284af7825576fb4779b6f99af4655b8f54965a45ebc6d2908e60b34bfed8c +size 46549 diff --git a/FootBones/images/train_DX112_jpg.rf.O6yS67hu2mVLoVTS8hNY.png b/FootBones/images/train_DX112_jpg.rf.O6yS67hu2mVLoVTS8hNY.png new file mode 100644 index 0000000000000000000000000000000000000000..6cbeb86ac5756859f6cda0940dc43e661a90c8de --- /dev/null +++ b/FootBones/images/train_DX112_jpg.rf.O6yS67hu2mVLoVTS8hNY.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2a827a6da24d5eecd47baae35de71b97720088fa83eef6683993b520d6c3696 +size 48274 diff --git a/FootBones/images/train_DX113_jpg.rf.eC5UkgDiaVRI9vEA0wEP.png b/FootBones/images/train_DX113_jpg.rf.eC5UkgDiaVRI9vEA0wEP.png new file mode 100644 index 0000000000000000000000000000000000000000..102e7949b67a8be03fc89eedaa1e07a7b16866bf --- /dev/null +++ b/FootBones/images/train_DX113_jpg.rf.eC5UkgDiaVRI9vEA0wEP.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d92cc8502fff5c26a4565fb5bcff862cf181c9eea437bd101ae0c776ea11b5ad +size 52311 diff --git a/FootBones/images/train_DX115_jpg.rf.wqW14PZcOlRKVTVs8iiv.png b/FootBones/images/train_DX115_jpg.rf.wqW14PZcOlRKVTVs8iiv.png new file mode 100644 index 0000000000000000000000000000000000000000..592202ab5a55f38903b47265878f739d93837b5a --- /dev/null +++ b/FootBones/images/train_DX115_jpg.rf.wqW14PZcOlRKVTVs8iiv.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf17421f39891ef742cb08be62ec8b201f98d77ca65e5caa861844ae9d357f0b +size 54655 diff --git a/FootBones/images/train_DX117_jpg.rf.823TU81SU85AqrIcyFIj.png b/FootBones/images/train_DX117_jpg.rf.823TU81SU85AqrIcyFIj.png new file mode 100644 index 0000000000000000000000000000000000000000..c7a43a38e6f359279709fc6c5f020500974d7e9e --- /dev/null +++ b/FootBones/images/train_DX117_jpg.rf.823TU81SU85AqrIcyFIj.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55e8668c697e27e43e6748c2cfa2a9aa2da81c26fdffcf65adddce65d790cd26 +size 48838 diff --git a/FootBones/images/train_DX11_jpg.rf.kgXdiuDoAWJRA5oWMI59.png b/FootBones/images/train_DX11_jpg.rf.kgXdiuDoAWJRA5oWMI59.png new file mode 100644 index 0000000000000000000000000000000000000000..b09dcda3229db688f12b0707fd308b46e346e775 --- /dev/null +++ b/FootBones/images/train_DX11_jpg.rf.kgXdiuDoAWJRA5oWMI59.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce20fd5185ec95c0b8014d6e9eb91e6489dfad45965a51eac967896acca5cd95 +size 32647 diff --git a/FootBones/images/train_DX120_jpg.rf.QSTdIBzZlt1APDTLYda6.png b/FootBones/images/train_DX120_jpg.rf.QSTdIBzZlt1APDTLYda6.png new file mode 100644 index 0000000000000000000000000000000000000000..1653ae2e0e0df837e33fb0771e15abbf5c831511 --- /dev/null +++ b/FootBones/images/train_DX120_jpg.rf.QSTdIBzZlt1APDTLYda6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaf2650893a1235b2783d3b2a28d5f62d05549826792250d01e34451cc135520 +size 53021 diff --git a/FootBones/images/train_DX121_jpg.rf.hpOzZDZIBSSJaV608TNX.png b/FootBones/images/train_DX121_jpg.rf.hpOzZDZIBSSJaV608TNX.png new file mode 100644 index 0000000000000000000000000000000000000000..6f6c2b6cf990d92e5f2aaf991f9832f66552156c --- /dev/null +++ b/FootBones/images/train_DX121_jpg.rf.hpOzZDZIBSSJaV608TNX.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:689bfa4dc803b6240ed2da5252fcb3afbabab8ebe8c7e9578b8bc4c54dd72b7d +size 58160 diff --git a/FootBones/images/train_DX122_jpg.rf.KGAk4sjL4Ng3DmSCA6qO.png b/FootBones/images/train_DX122_jpg.rf.KGAk4sjL4Ng3DmSCA6qO.png new file mode 100644 index 0000000000000000000000000000000000000000..074f404cbba003107983db2650ca78b75e7898b9 --- /dev/null +++ b/FootBones/images/train_DX122_jpg.rf.KGAk4sjL4Ng3DmSCA6qO.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5361cf9a78f2ed256b1212fb8060e4961fe100ed9a6a6d6381c4c5246994c77 +size 49154 diff --git a/FootBones/images/train_DX128_jpg.rf.kX1ltdWQN61dyUjiTdil.png b/FootBones/images/train_DX128_jpg.rf.kX1ltdWQN61dyUjiTdil.png new file mode 100644 index 0000000000000000000000000000000000000000..07c738f4ed46fb9034f300c9a8df7542752b3145 --- /dev/null +++ b/FootBones/images/train_DX128_jpg.rf.kX1ltdWQN61dyUjiTdil.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:642f8677363e6b335369781e6c1c567bf779674565d8823dd9152edb6cbe3f45 +size 50412 diff --git a/FootBones/images/train_DX129_jpg.rf.leq2zs5jKB4oQUtcLrog.png b/FootBones/images/train_DX129_jpg.rf.leq2zs5jKB4oQUtcLrog.png new file mode 100644 index 0000000000000000000000000000000000000000..e2c52e265d29b92306a0ce030ea6319cb29a4e8a --- /dev/null +++ b/FootBones/images/train_DX129_jpg.rf.leq2zs5jKB4oQUtcLrog.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:458dec0b2dbb40c84b91fe56aadaf027439488d78f27fae18eb8be20f3cf62d1 +size 74561 diff --git a/FootBones/images/train_DX131_jpg.rf.uPK8TdBW2TFbBJQXeNkp.png b/FootBones/images/train_DX131_jpg.rf.uPK8TdBW2TFbBJQXeNkp.png new file mode 100644 index 0000000000000000000000000000000000000000..b39c6ae683ea8f118aa2d402c9af91ae2392df08 --- /dev/null +++ b/FootBones/images/train_DX131_jpg.rf.uPK8TdBW2TFbBJQXeNkp.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:662d40974154922c14b0051ab3f45267a4e022071de19fb433d49652152be52c +size 66224 diff --git a/FootBones/images/train_DX132_jpg.rf.jGR3FmnL1slLTxXiPkfV.png b/FootBones/images/train_DX132_jpg.rf.jGR3FmnL1slLTxXiPkfV.png new file mode 100644 index 0000000000000000000000000000000000000000..f4895a9dc5912ecf6a53626fabdca3752ccc4405 --- /dev/null +++ b/FootBones/images/train_DX132_jpg.rf.jGR3FmnL1slLTxXiPkfV.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adf304cfbf73070b72e5d73e3cb258943e93ecb62858c0587d0fbf06c9aad95c +size 55125 diff --git a/FootBones/images/train_DX134_jpg.rf.XOenQ79msqsjruCxrhEU.png b/FootBones/images/train_DX134_jpg.rf.XOenQ79msqsjruCxrhEU.png new file mode 100644 index 0000000000000000000000000000000000000000..b07465bb070f3aaee4a1a19b02ba3c2ce5dd667c --- /dev/null +++ b/FootBones/images/train_DX134_jpg.rf.XOenQ79msqsjruCxrhEU.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f14b95f9e89168d0e236085d38db3cf0a0b3d71fa36a03fe1b7fe4e5e25bf66b +size 45162 diff --git a/FootBones/images/train_DX135_jpg.rf.xdydVn3ttYkbMb9ce4uW.png b/FootBones/images/train_DX135_jpg.rf.xdydVn3ttYkbMb9ce4uW.png new file mode 100644 index 0000000000000000000000000000000000000000..c11917b213851f029bcc097ff29a06a5ce3d98ff --- /dev/null +++ b/FootBones/images/train_DX135_jpg.rf.xdydVn3ttYkbMb9ce4uW.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70aab97cff01a97429661a81f321cb33f7c7d56be2d96e9d808a2fa6d4657a80 +size 54745 diff --git a/FootBones/images/train_DX136_jpg.rf.JTh3Ga1KYP315Ss3BSa0.png b/FootBones/images/train_DX136_jpg.rf.JTh3Ga1KYP315Ss3BSa0.png new file mode 100644 index 0000000000000000000000000000000000000000..19cdc9b09e3dda8de29660d73518d9f2edb666ba --- /dev/null +++ b/FootBones/images/train_DX136_jpg.rf.JTh3Ga1KYP315Ss3BSa0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d059f7c5a32bafbff72ea89dca0547c3913858ca4a8530fabb757a48e0e1429 +size 51692 diff --git a/FootBones/images/train_DX139_jpg.rf.2QQKnw5bN8Xp1BydZWij.png b/FootBones/images/train_DX139_jpg.rf.2QQKnw5bN8Xp1BydZWij.png new file mode 100644 index 0000000000000000000000000000000000000000..4268437badeac18c40340142f45f6fe246780662 --- /dev/null +++ b/FootBones/images/train_DX139_jpg.rf.2QQKnw5bN8Xp1BydZWij.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42bc7cc41a5e4611ee5941ded5112821ce3a2f88e22b839ed661ba0987540dca +size 50031 diff --git a/FootBones/images/train_DX13_jpg.rf.38bHiHzrX5RjfSNOrf0W.png b/FootBones/images/train_DX13_jpg.rf.38bHiHzrX5RjfSNOrf0W.png new file mode 100644 index 0000000000000000000000000000000000000000..6480ce9bafccaba92e0d2249386d52f02999b866 --- /dev/null +++ b/FootBones/images/train_DX13_jpg.rf.38bHiHzrX5RjfSNOrf0W.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:762e1950bec65c83a5ba2b2d6ea081b837e82e3e59afb07d5a504703be846ee8 +size 44099 diff --git a/FootBones/images/train_DX140_jpg.rf.OcaLEC1iblAUzwGbudB2.png b/FootBones/images/train_DX140_jpg.rf.OcaLEC1iblAUzwGbudB2.png new file mode 100644 index 0000000000000000000000000000000000000000..5d3a621b4b285a806c76827e22501bde8ac591da --- /dev/null +++ b/FootBones/images/train_DX140_jpg.rf.OcaLEC1iblAUzwGbudB2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5f2eddf56ccc02bd4694a3630afbadb7ec5cd1022397ca0410f7b4e3995978a +size 39252 diff --git a/FootBones/images/train_DX141_jpg.rf.Jkc1c76tOKiqKcHg6Tgp.png b/FootBones/images/train_DX141_jpg.rf.Jkc1c76tOKiqKcHg6Tgp.png new file mode 100644 index 0000000000000000000000000000000000000000..bb769430e924f3f7cfd883b4bc3ed4d72019eec7 --- /dev/null +++ b/FootBones/images/train_DX141_jpg.rf.Jkc1c76tOKiqKcHg6Tgp.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83fa6fd11e1439ccc2f109f3c6efecd90bd614ea0c9b3c46a0e5c4498fab26ff +size 58141 diff --git a/FootBones/images/train_DX144_jpg.rf.rROsyqNQolQIRtKODxuq.png b/FootBones/images/train_DX144_jpg.rf.rROsyqNQolQIRtKODxuq.png new file mode 100644 index 0000000000000000000000000000000000000000..19c04b7d799da55be7e63967364dae181ab30e66 --- /dev/null +++ b/FootBones/images/train_DX144_jpg.rf.rROsyqNQolQIRtKODxuq.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38de5c9c82012f024146b92ce9b46e3640aeb773b088bfbceb4f81a7aa2926aa +size 47154 diff --git a/FootBones/images/train_DX146_jpg.rf.1CkUjp9OUBUbaqnOAI33.png b/FootBones/images/train_DX146_jpg.rf.1CkUjp9OUBUbaqnOAI33.png new file mode 100644 index 0000000000000000000000000000000000000000..21a07acde6f1832ec1c49b7270b8a2fe1195a978 --- /dev/null +++ b/FootBones/images/train_DX146_jpg.rf.1CkUjp9OUBUbaqnOAI33.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d8ae021ed5df3ce99682804c2cb2f51b9313fb321f3b702efa5390d2b68b3a3 +size 63366 diff --git a/FootBones/images/train_DX147_jpg.rf.q5EXdNhql3aEkaEMEqnc.png b/FootBones/images/train_DX147_jpg.rf.q5EXdNhql3aEkaEMEqnc.png new file mode 100644 index 0000000000000000000000000000000000000000..0209ef732bccb2f0342402bd8ba0b92d5eb79e24 --- /dev/null +++ b/FootBones/images/train_DX147_jpg.rf.q5EXdNhql3aEkaEMEqnc.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a61390fe982ed47ea2af1ea62c2d506ff5a3d773f3a056f930e3d0846ae5b2cf +size 32174 diff --git a/FootBones/images/train_DX14_jpg.rf.65Mk0WbhBxAzdu1Ss8PH.png b/FootBones/images/train_DX14_jpg.rf.65Mk0WbhBxAzdu1Ss8PH.png new file mode 100644 index 0000000000000000000000000000000000000000..7f12678479ae58910cd9dbabcde69af8f4fd193a --- /dev/null +++ b/FootBones/images/train_DX14_jpg.rf.65Mk0WbhBxAzdu1Ss8PH.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:823ab95200ee5008969a68535a4a7daf7ffbfdf9ed3ca858ec98f74691f9dfba +size 29451 diff --git a/FootBones/images/train_DX153_jpg.rf.Q19vnjKO1UEHqdX73Pzv.png b/FootBones/images/train_DX153_jpg.rf.Q19vnjKO1UEHqdX73Pzv.png new file mode 100644 index 0000000000000000000000000000000000000000..a3564e4fc400a4442215c73bc2bb43bbb9475b0b --- /dev/null +++ b/FootBones/images/train_DX153_jpg.rf.Q19vnjKO1UEHqdX73Pzv.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d8833d8cf6d5266d144a78ff3b7bfa1e704c5c3e323745b1623d90539cf1c5c +size 41628 diff --git a/FootBones/images/train_DX158_jpg.rf.pshzcBB3PzCHkgBvdyiB.png b/FootBones/images/train_DX158_jpg.rf.pshzcBB3PzCHkgBvdyiB.png new file mode 100644 index 0000000000000000000000000000000000000000..32a043efad2936e9170b14a3d77544da9da02bb9 --- /dev/null +++ b/FootBones/images/train_DX158_jpg.rf.pshzcBB3PzCHkgBvdyiB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0114c491de6623f17239477b2b3872aadbb9686ac5a5e27101c1828ef6b1eb50 +size 44384 diff --git a/FootBones/images/train_DX159_jpg.rf.cA2NJZ0F9i0LzEO5GUKX.png b/FootBones/images/train_DX159_jpg.rf.cA2NJZ0F9i0LzEO5GUKX.png new file mode 100644 index 0000000000000000000000000000000000000000..82743a9df7eaf58cce742d6cba47402bc009485f --- /dev/null +++ b/FootBones/images/train_DX159_jpg.rf.cA2NJZ0F9i0LzEO5GUKX.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a451bbddfbd5373c0393cbfaa2f4125d7dab4b1db47e27d5672238afaa0323dd +size 52072 diff --git a/FootBones/images/train_DX15_jpg.rf.LyqMhDtRZehpMRUx19L7.png b/FootBones/images/train_DX15_jpg.rf.LyqMhDtRZehpMRUx19L7.png new file mode 100644 index 0000000000000000000000000000000000000000..4568c487c1e678ad8788a5e6ddb8b5d59ba4babe --- /dev/null +++ b/FootBones/images/train_DX15_jpg.rf.LyqMhDtRZehpMRUx19L7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c2d4c1f3ae090b8bca453e2da28fc1babdac46b62eba8384509d6503b14c597 +size 50166 diff --git a/FootBones/images/train_DX160_jpg.rf.n04ltMVpOymuMMcoK4Xz.png b/FootBones/images/train_DX160_jpg.rf.n04ltMVpOymuMMcoK4Xz.png new file mode 100644 index 0000000000000000000000000000000000000000..031f8f3969e4ab5ed83d1efab92cad81beec44b8 --- /dev/null +++ b/FootBones/images/train_DX160_jpg.rf.n04ltMVpOymuMMcoK4Xz.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f24b70ad1fbcb3a21d8e71434d7b8728c2aada3b79ac6a188ca297f2fd55e1c +size 44734 diff --git a/FootBones/images/train_DX161_jpg.rf.wWlpP6TAxXu9iklL4uMY.png b/FootBones/images/train_DX161_jpg.rf.wWlpP6TAxXu9iklL4uMY.png new file mode 100644 index 0000000000000000000000000000000000000000..c3ef8da253ebfb9d1fc5012cc75cc92ffd137625 --- /dev/null +++ b/FootBones/images/train_DX161_jpg.rf.wWlpP6TAxXu9iklL4uMY.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0803ef515469e968a88bd8c15ddfb405d3762b1f73a1b05fc7c5b3392eec0d13 +size 44894 diff --git a/FootBones/images/train_DX163_jpg.rf.TZBQA3NUQBrrgqvkdeQ5.png b/FootBones/images/train_DX163_jpg.rf.TZBQA3NUQBrrgqvkdeQ5.png new file mode 100644 index 0000000000000000000000000000000000000000..e45c8dbaa0713dd4b504433a773019f0171b18b4 --- /dev/null +++ b/FootBones/images/train_DX163_jpg.rf.TZBQA3NUQBrrgqvkdeQ5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:907ad92295f50532c63bf82fd5f2080177547b53d32eb579ce898223721f3132 +size 50047 diff --git a/FootBones/images/train_DX164_jpg.rf.Ha7RQ7XyOUPVRGHakKMu.png b/FootBones/images/train_DX164_jpg.rf.Ha7RQ7XyOUPVRGHakKMu.png new file mode 100644 index 0000000000000000000000000000000000000000..b9e99a4214064d96c0cc3b53a94bb0f96d63cff1 --- /dev/null +++ b/FootBones/images/train_DX164_jpg.rf.Ha7RQ7XyOUPVRGHakKMu.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de8a6fd60b1fbed28bd0a3da2fb047604c47d1c565fe13e24dbb59d76d8afc2c +size 54159 diff --git a/FootBones/images/train_DX165_jpg.rf.aZCHq7pABw8hOiQ5PQeM.png b/FootBones/images/train_DX165_jpg.rf.aZCHq7pABw8hOiQ5PQeM.png new file mode 100644 index 0000000000000000000000000000000000000000..abf7e061c5340307eaa3f0636eebe6a9bcc8141c --- /dev/null +++ b/FootBones/images/train_DX165_jpg.rf.aZCHq7pABw8hOiQ5PQeM.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:121e1bb07d6d4209eda5de22f4c92974a33b2c7d333d9a09f6d87aff954f5273 +size 36505 diff --git a/FootBones/images/train_DX166_jpg.rf.BUS5GEtLEEn5HYMowKzp.png b/FootBones/images/train_DX166_jpg.rf.BUS5GEtLEEn5HYMowKzp.png new file mode 100644 index 0000000000000000000000000000000000000000..0d26588d4accc7f5558fa5ba60ba7dd7eddb1743 --- /dev/null +++ b/FootBones/images/train_DX166_jpg.rf.BUS5GEtLEEn5HYMowKzp.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca07083ee864d994128fdb8c5136e101ac15f1840486a4d3826c985398cf6a22 +size 45620 diff --git a/FootBones/images/train_DX16_jpg.rf.Ki6lt5SygCcFF6FlVXhY.png b/FootBones/images/train_DX16_jpg.rf.Ki6lt5SygCcFF6FlVXhY.png new file mode 100644 index 0000000000000000000000000000000000000000..2b284886df060fa462001ebcaf016659350913b5 --- /dev/null +++ b/FootBones/images/train_DX16_jpg.rf.Ki6lt5SygCcFF6FlVXhY.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8149768bdb389988ff83823f6a96cd7706140941048ba7c9d6cbb3a262f6637 +size 33622 diff --git a/FootBones/images/train_DX170_jpg.rf.ajSVjcxLbTs3x6985aOT.png b/FootBones/images/train_DX170_jpg.rf.ajSVjcxLbTs3x6985aOT.png new file mode 100644 index 0000000000000000000000000000000000000000..63dc951240dd07e9520d7e7b86a6274b8afa6982 --- /dev/null +++ b/FootBones/images/train_DX170_jpg.rf.ajSVjcxLbTs3x6985aOT.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdfe139ad29675f48112cb8402ef27a008fb275e996982d629249d6cb0a7c91b +size 47123 diff --git a/FootBones/images/train_DX171_jpg.rf.J7hmbEhDpZ7208S7WUIk.png b/FootBones/images/train_DX171_jpg.rf.J7hmbEhDpZ7208S7WUIk.png new file mode 100644 index 0000000000000000000000000000000000000000..c70b56c98018306ca6c13fbe44dc624ed6cc3e30 --- /dev/null +++ b/FootBones/images/train_DX171_jpg.rf.J7hmbEhDpZ7208S7WUIk.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf624cf88edb45aabdedc47946d9a56a346498d7f5305c68a71fbc927154f8b4 +size 43361 diff --git a/FootBones/images/train_DX172_jpg.rf.sixAKFPbwShub3vrGgCC.png b/FootBones/images/train_DX172_jpg.rf.sixAKFPbwShub3vrGgCC.png new file mode 100644 index 0000000000000000000000000000000000000000..5be22e9309eccf20a131f20dded3fb72f696b5a9 --- /dev/null +++ b/FootBones/images/train_DX172_jpg.rf.sixAKFPbwShub3vrGgCC.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc170d42d4209c0a7c3cfda3eb2c89d6e39afca970a40d1b1f16e00dbe22d9a1 +size 46181 diff --git a/FootBones/images/train_DX173_jpg.rf.8AyQa9TgIQvFZyLUo35s.png b/FootBones/images/train_DX173_jpg.rf.8AyQa9TgIQvFZyLUo35s.png new file mode 100644 index 0000000000000000000000000000000000000000..db216e365d6a2330ed89bda228ef985291c30f20 --- /dev/null +++ b/FootBones/images/train_DX173_jpg.rf.8AyQa9TgIQvFZyLUo35s.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2accc7a1206708c3c56298d7df31585755828023a76a357258371a4dac5e87b +size 55798 diff --git a/FootBones/images/train_DX174_jpg.rf.jF4n0xgVGoSHdsXXK5NI.png b/FootBones/images/train_DX174_jpg.rf.jF4n0xgVGoSHdsXXK5NI.png new file mode 100644 index 0000000000000000000000000000000000000000..83743ea98134ce664f5d2faded283e06f0256846 --- /dev/null +++ b/FootBones/images/train_DX174_jpg.rf.jF4n0xgVGoSHdsXXK5NI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:203cc12efcf5872e2ce3ba07b506112bf01e9599bac99b646f3d169350497a4b +size 49986 diff --git a/FootBones/images/train_DX175_jpg.rf.MGePcBcO7bPgenLXuLdR.png b/FootBones/images/train_DX175_jpg.rf.MGePcBcO7bPgenLXuLdR.png new file mode 100644 index 0000000000000000000000000000000000000000..17288991ba94e17c3743a2fe3f60b52a815dcc58 --- /dev/null +++ b/FootBones/images/train_DX175_jpg.rf.MGePcBcO7bPgenLXuLdR.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:419bb6e280241ab884e2ae2481612e20cc538199e8b473d5e32ed66a01c0c8ae +size 45063 diff --git a/FootBones/images/train_DX176_jpg.rf.wCzfunRIAkhqddWc0P8n.png b/FootBones/images/train_DX176_jpg.rf.wCzfunRIAkhqddWc0P8n.png new file mode 100644 index 0000000000000000000000000000000000000000..04aa1dc8e9534a7a9815551ee6ca2bfd637fedc2 --- /dev/null +++ b/FootBones/images/train_DX176_jpg.rf.wCzfunRIAkhqddWc0P8n.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5ced5aa66fef4254823e77f492e0f0488b699fd49790d809ac68993402702f6 +size 55663 diff --git a/FootBones/images/train_DX177_jpg.rf.nxkFYhbMORqVRQmgaJqd.png b/FootBones/images/train_DX177_jpg.rf.nxkFYhbMORqVRQmgaJqd.png new file mode 100644 index 0000000000000000000000000000000000000000..4c179de997b43120d2f40ba20b3a990bf0876875 --- /dev/null +++ b/FootBones/images/train_DX177_jpg.rf.nxkFYhbMORqVRQmgaJqd.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c78cfcfded6297423f550a6af81232afff01b0c20596c88825236de68eccbc69 +size 50635 diff --git a/FootBones/images/train_DX178_jpg.rf.jn4gFXHR1mFcQiuW0Iem.png b/FootBones/images/train_DX178_jpg.rf.jn4gFXHR1mFcQiuW0Iem.png new file mode 100644 index 0000000000000000000000000000000000000000..804a49433edc181cdd6d0ebf63cdc25c33d734ea --- /dev/null +++ b/FootBones/images/train_DX178_jpg.rf.jn4gFXHR1mFcQiuW0Iem.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7742c3dfd2a8ebf4ae017f132fed037ceb8cdd6c0880f4e2bc640d567b922330 +size 47199 diff --git a/FootBones/images/train_DX17_jpg.rf.zysBDL9omtuNTrAifFsh.png b/FootBones/images/train_DX17_jpg.rf.zysBDL9omtuNTrAifFsh.png new file mode 100644 index 0000000000000000000000000000000000000000..e93276f1a51d367805317e4a2c9825074f204b37 --- /dev/null +++ b/FootBones/images/train_DX17_jpg.rf.zysBDL9omtuNTrAifFsh.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:568ddd9dac4f026beaf10b9b5adf2bb6163e5abef6b730bc3b46b9e4ff5420cd +size 33392 diff --git a/FootBones/images/train_DX181_jpg.rf.RbZqpAgLL8EsN7oN9U8b.png b/FootBones/images/train_DX181_jpg.rf.RbZqpAgLL8EsN7oN9U8b.png new file mode 100644 index 0000000000000000000000000000000000000000..2e74e1669694950aa04c619c8837a96b1b0316f4 --- /dev/null +++ b/FootBones/images/train_DX181_jpg.rf.RbZqpAgLL8EsN7oN9U8b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac6b9896a3b0d84d5a05a643c276b959321b01e478ae61ef212ea1fc13372a7a +size 51418 diff --git a/FootBones/images/train_DX182_jpg.rf.NyvnZMzC06dxwXXCx0Ha.png b/FootBones/images/train_DX182_jpg.rf.NyvnZMzC06dxwXXCx0Ha.png new file mode 100644 index 0000000000000000000000000000000000000000..982def5c460d53c6a96941bc97317b92595679f9 --- /dev/null +++ b/FootBones/images/train_DX182_jpg.rf.NyvnZMzC06dxwXXCx0Ha.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a23d00a2bcaa23e287208a73c4eb540108e73fbb18578c7c3c6a859587a09bde +size 44884 diff --git a/FootBones/images/train_DX183_jpg.rf.EbnPFvQwQXGuXxqCY2R8.png b/FootBones/images/train_DX183_jpg.rf.EbnPFvQwQXGuXxqCY2R8.png new file mode 100644 index 0000000000000000000000000000000000000000..bf76e8cd8dd1c16fe80a13f479770c14767bf200 --- /dev/null +++ b/FootBones/images/train_DX183_jpg.rf.EbnPFvQwQXGuXxqCY2R8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:823a2bd356f9b5d6032d5000a25a935c3d1c941fce2686413c717d5c24652c90 +size 40090 diff --git a/FootBones/images/train_DX185_jpg.rf.hU5w9T4xc2F9jE0TCrmK.png b/FootBones/images/train_DX185_jpg.rf.hU5w9T4xc2F9jE0TCrmK.png new file mode 100644 index 0000000000000000000000000000000000000000..d15e04d2c37ff95d7164ef7fdaad8dee23446ad3 --- /dev/null +++ b/FootBones/images/train_DX185_jpg.rf.hU5w9T4xc2F9jE0TCrmK.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaa7bd3e201b0bb022f1bb1cfafa0664816a9fe05f062e0fbcb7262fd36544c2 +size 40864 diff --git a/FootBones/images/train_DX186_jpg.rf.0tH2uijzTiyu34KWzzyD.png b/FootBones/images/train_DX186_jpg.rf.0tH2uijzTiyu34KWzzyD.png new file mode 100644 index 0000000000000000000000000000000000000000..56a3d3fc80c589897f5c3ea7a4674f90a5090184 --- /dev/null +++ b/FootBones/images/train_DX186_jpg.rf.0tH2uijzTiyu34KWzzyD.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44f6a6ab91917801a6e8eb985f26b82dcff4c904de6a30ba256b735971603525 +size 44207 diff --git a/FootBones/images/train_DX18_jpg.rf.GVXokL8hDgDddVsuNlnL.png b/FootBones/images/train_DX18_jpg.rf.GVXokL8hDgDddVsuNlnL.png new file mode 100644 index 0000000000000000000000000000000000000000..55e9a25ff6315dbc72050e3709aa946a894d31c5 --- /dev/null +++ b/FootBones/images/train_DX18_jpg.rf.GVXokL8hDgDddVsuNlnL.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23f7af3bc99391e612f2f6ea1f81e13a4426f0ba40ee9fe4492155155e5a1f12 +size 49996 diff --git a/FootBones/images/train_DX190_jpg.rf.wABZhZAuWRuSAVo7B09g.png b/FootBones/images/train_DX190_jpg.rf.wABZhZAuWRuSAVo7B09g.png new file mode 100644 index 0000000000000000000000000000000000000000..474a6f2a51b3bb84d987373bbbae72a75b5ff640 --- /dev/null +++ b/FootBones/images/train_DX190_jpg.rf.wABZhZAuWRuSAVo7B09g.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60f21cc3f0774970a4578193226e842eb5e63f7439870826df92a26631d62792 +size 41202 diff --git a/FootBones/images/train_DX191_jpg.rf.BCoVfstHYzjLInh7S1OU.png b/FootBones/images/train_DX191_jpg.rf.BCoVfstHYzjLInh7S1OU.png new file mode 100644 index 0000000000000000000000000000000000000000..05d6ced70e882161ca2ca6795c32170bf16e94f8 --- /dev/null +++ b/FootBones/images/train_DX191_jpg.rf.BCoVfstHYzjLInh7S1OU.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b961597fa648c1d8a6af7752ca6ea991c567ea4524b6b025fa6defb18aee1789 +size 47484 diff --git a/FootBones/images/train_DX194_jpg.rf.GgQ5QlYBR0OllNwKWSOn.png b/FootBones/images/train_DX194_jpg.rf.GgQ5QlYBR0OllNwKWSOn.png new file mode 100644 index 0000000000000000000000000000000000000000..ec8be3a15e8da0b9a3d2840bdbc4d69965d73122 --- /dev/null +++ b/FootBones/images/train_DX194_jpg.rf.GgQ5QlYBR0OllNwKWSOn.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36375550bb8067cedf48d660a7ae300fbaa11b69a4b7318f6ac428334882f014 +size 52662 diff --git a/FootBones/images/train_DX196_jpg.rf.eNgzcTElnVK1DC66h3EM.png b/FootBones/images/train_DX196_jpg.rf.eNgzcTElnVK1DC66h3EM.png new file mode 100644 index 0000000000000000000000000000000000000000..bd673b725c3a0e200430576d6088c925e5b0540f --- /dev/null +++ b/FootBones/images/train_DX196_jpg.rf.eNgzcTElnVK1DC66h3EM.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:050d4c686eed390388c889f6a318d1db71ce4fe48ecedf35b7e633b5d8eb1eca +size 47827 diff --git a/FootBones/images/train_DX198_jpg.rf.ZtzereEfeTu6glZh1AbY.png b/FootBones/images/train_DX198_jpg.rf.ZtzereEfeTu6glZh1AbY.png new file mode 100644 index 0000000000000000000000000000000000000000..3cabc25e53b2cf71466c5482e72da9d3e5cbec23 --- /dev/null +++ b/FootBones/images/train_DX198_jpg.rf.ZtzereEfeTu6glZh1AbY.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7a16842cda87005d67f690ad15a8a3ce13defac260a85166e256bc8ca62b09e +size 45780 diff --git a/FootBones/images/train_DX19_jpg.rf.gRTqkFGoYIgcsbCFlBGM.png b/FootBones/images/train_DX19_jpg.rf.gRTqkFGoYIgcsbCFlBGM.png new file mode 100644 index 0000000000000000000000000000000000000000..d94ae72f5b9e73526fc15d81fd9ae087edc53ba0 --- /dev/null +++ b/FootBones/images/train_DX19_jpg.rf.gRTqkFGoYIgcsbCFlBGM.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2625f017ce495f36b1637baeed2d3bf8449b294734b36579d09ff08667f3f6b +size 53777 diff --git a/FootBones/images/train_DX1_jpg.rf.204EPK4jnxViwzwHel6U.png b/FootBones/images/train_DX1_jpg.rf.204EPK4jnxViwzwHel6U.png new file mode 100644 index 0000000000000000000000000000000000000000..518c03d9f3a513585a0ad12d316625c16938dcee --- /dev/null +++ b/FootBones/images/train_DX1_jpg.rf.204EPK4jnxViwzwHel6U.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b6fab780974c82234202eadfcb380064b3e1930dab1e07d01fcc87237c85beb +size 30165 diff --git a/FootBones/images/train_DX200_jpg.rf.GOx4l6O68MTKPSkrcHDK.png b/FootBones/images/train_DX200_jpg.rf.GOx4l6O68MTKPSkrcHDK.png new file mode 100644 index 0000000000000000000000000000000000000000..df065ce6362ef051a809a31544385734720e124e --- /dev/null +++ b/FootBones/images/train_DX200_jpg.rf.GOx4l6O68MTKPSkrcHDK.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ced1e0f6e352b31ae4b3be0785f2b3087094eb50e8064526895b4774f9494d6f +size 46665 diff --git a/FootBones/images/train_DX202_jpg.rf.QNICJ0vLI9SlVIhqfqul.png b/FootBones/images/train_DX202_jpg.rf.QNICJ0vLI9SlVIhqfqul.png new file mode 100644 index 0000000000000000000000000000000000000000..f41c8d5979255e9b4c4bf4bfdc4d70736b9b5f55 --- /dev/null +++ b/FootBones/images/train_DX202_jpg.rf.QNICJ0vLI9SlVIhqfqul.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ef4832eca4c13b16f930ccbe84c7a201384a9c1ed8990871a1dc5e3d1ec4b23 +size 75817 diff --git a/FootBones/images/train_DX203_jpg.rf.Ks6QiwRe0CbzWqy2Xa4q.png b/FootBones/images/train_DX203_jpg.rf.Ks6QiwRe0CbzWqy2Xa4q.png new file mode 100644 index 0000000000000000000000000000000000000000..ca9c5aa81a22beb2e205a098b0c10f102dcc5a99 --- /dev/null +++ b/FootBones/images/train_DX203_jpg.rf.Ks6QiwRe0CbzWqy2Xa4q.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef3fb6e719ea4e8e5df9c6f6a97a97cec6f94498ed20501de327a350c45170a4 +size 45943 diff --git a/FootBones/images/train_DX204_jpg.rf.actLd6LHc0faq0Ml6CVV.png b/FootBones/images/train_DX204_jpg.rf.actLd6LHc0faq0Ml6CVV.png new file mode 100644 index 0000000000000000000000000000000000000000..0984e865bf3a4f5a724573eacbafe207c4590045 --- /dev/null +++ b/FootBones/images/train_DX204_jpg.rf.actLd6LHc0faq0Ml6CVV.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:437d74f4743e03e667639a0617f030dfa4319e4b9775ad1466cae7628501c75f +size 44217 diff --git a/FootBones/images/train_DX206_jpg.rf.sH9M1aOMUi1wIuwt7VKE.png b/FootBones/images/train_DX206_jpg.rf.sH9M1aOMUi1wIuwt7VKE.png new file mode 100644 index 0000000000000000000000000000000000000000..24c886ed21ddfb0ff6a6f7cdd73a470b5aaa19ed --- /dev/null +++ b/FootBones/images/train_DX206_jpg.rf.sH9M1aOMUi1wIuwt7VKE.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2745aa8b840d159a869dac643ecab71b092e1db47f3a5624c239c97d918fd07 +size 48594 diff --git a/FootBones/images/train_DX207_jpg.rf.No5Jfa68QE2OEAonRe3r.png b/FootBones/images/train_DX207_jpg.rf.No5Jfa68QE2OEAonRe3r.png new file mode 100644 index 0000000000000000000000000000000000000000..983d06c4089a341124144a1ec14281baf772bc27 --- /dev/null +++ b/FootBones/images/train_DX207_jpg.rf.No5Jfa68QE2OEAonRe3r.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ab7d71466ca614501c833d4131c2422eca79672d17fdcd38b6e95a5e9a82fee +size 44627 diff --git a/FootBones/images/train_DX208_jpg.rf.C3pzuoZqGwGNQk6OminW.png b/FootBones/images/train_DX208_jpg.rf.C3pzuoZqGwGNQk6OminW.png new file mode 100644 index 0000000000000000000000000000000000000000..78f6bcbc7100567e8769261f97c44022fa71a6ee --- /dev/null +++ b/FootBones/images/train_DX208_jpg.rf.C3pzuoZqGwGNQk6OminW.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:320b1d7e14703386a4edd05279dfa4ee635a5d1325674ca78c6dd49c97c45aaa +size 47658 diff --git a/FootBones/images/train_DX20_jpg.rf.jaaGoD1sht8sDRzFoHnG.png b/FootBones/images/train_DX20_jpg.rf.jaaGoD1sht8sDRzFoHnG.png new file mode 100644 index 0000000000000000000000000000000000000000..d06982da053b2df669165e526768145b9f7ff8de --- /dev/null +++ b/FootBones/images/train_DX20_jpg.rf.jaaGoD1sht8sDRzFoHnG.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:118bee76666854974ea4e651ed4badfdfb82140be6257cace3964aa8158c98ed +size 52509 diff --git a/FootBones/images/train_DX210_jpg.rf.ArK9BhoMlEFs5gfHOrRE.png b/FootBones/images/train_DX210_jpg.rf.ArK9BhoMlEFs5gfHOrRE.png new file mode 100644 index 0000000000000000000000000000000000000000..7645ddf817f66141cb8f7acb579afa05c1d5a55c --- /dev/null +++ b/FootBones/images/train_DX210_jpg.rf.ArK9BhoMlEFs5gfHOrRE.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28dc6aa78eabe91a98ca985025003af69d018b06b822361cd78110054a603bdf +size 37620 diff --git a/FootBones/images/train_DX211_jpg.rf.lC2onoIgfhAYY8mOO3TP.png b/FootBones/images/train_DX211_jpg.rf.lC2onoIgfhAYY8mOO3TP.png new file mode 100644 index 0000000000000000000000000000000000000000..2b999811e76322fb7eba9e46371eea72057adc11 --- /dev/null +++ b/FootBones/images/train_DX211_jpg.rf.lC2onoIgfhAYY8mOO3TP.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bb83ace27a05e63149b0ba982189a15c4e0e298a761fa149db890eeb04f849d +size 42861 diff --git a/FootBones/images/train_DX212_jpg.rf.K2RjPl2E5cP3FXBqxEYI.png b/FootBones/images/train_DX212_jpg.rf.K2RjPl2E5cP3FXBqxEYI.png new file mode 100644 index 0000000000000000000000000000000000000000..9ba18e3ea7a28f80b2f7aa96e31e7d92ad893fd1 --- /dev/null +++ b/FootBones/images/train_DX212_jpg.rf.K2RjPl2E5cP3FXBqxEYI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faa9b4936ce052a5ebc016a8ce8777b941fe8382ac582bf73e5b4d9a50663a8e +size 45181 diff --git a/FootBones/images/train_DX213_jpg.rf.gvxQ42nOLlTMR6IK3BJC.png b/FootBones/images/train_DX213_jpg.rf.gvxQ42nOLlTMR6IK3BJC.png new file mode 100644 index 0000000000000000000000000000000000000000..2185faccf43949b95940543f81171ab1f2a0d15d --- /dev/null +++ b/FootBones/images/train_DX213_jpg.rf.gvxQ42nOLlTMR6IK3BJC.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:531f01b0c65708175ec22f07b837183073c8d546fd506bce2f89da937e2a1377 +size 50289 diff --git a/FootBones/images/train_DX215_jpg.rf.iRsWyNiHYG3QGgcGjiA8.png b/FootBones/images/train_DX215_jpg.rf.iRsWyNiHYG3QGgcGjiA8.png new file mode 100644 index 0000000000000000000000000000000000000000..d80d06079853176ae6314abdabcefc20c7526948 --- /dev/null +++ b/FootBones/images/train_DX215_jpg.rf.iRsWyNiHYG3QGgcGjiA8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:579e8a64bdf1b1c62bcc00492a12747cfc7d3673fa76c617085142893977c670 +size 43360 diff --git a/FootBones/images/train_DX216_jpg.rf.71n0yyF9yVEXFssDmZJI.png b/FootBones/images/train_DX216_jpg.rf.71n0yyF9yVEXFssDmZJI.png new file mode 100644 index 0000000000000000000000000000000000000000..1bc6752b7c4df035e32bfc549e6348ecb99241d3 --- /dev/null +++ b/FootBones/images/train_DX216_jpg.rf.71n0yyF9yVEXFssDmZJI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d2dc3fb82aecf09f8044d763ce0d178a36e89ce331ebd7f2cf90beabc5eaa9a +size 46124 diff --git a/FootBones/images/train_DX218_jpg.rf.fEcglmCrHyTk1ePnWikz.png b/FootBones/images/train_DX218_jpg.rf.fEcglmCrHyTk1ePnWikz.png new file mode 100644 index 0000000000000000000000000000000000000000..52e44f45e60ecf4fa8b69913dc918f1822bac823 --- /dev/null +++ b/FootBones/images/train_DX218_jpg.rf.fEcglmCrHyTk1ePnWikz.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6badf5cea09d24146ea08e13b00147ec941e835b4b3f5def7c9445467ec3e2b6 +size 42177 diff --git a/FootBones/images/train_DX21_jpg.rf.MtKVkWFiHcx3TLL7Lf70.png b/FootBones/images/train_DX21_jpg.rf.MtKVkWFiHcx3TLL7Lf70.png new file mode 100644 index 0000000000000000000000000000000000000000..5adc45c0e372c1fbd0465575110bd5bcb85464b6 --- /dev/null +++ b/FootBones/images/train_DX21_jpg.rf.MtKVkWFiHcx3TLL7Lf70.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dba256a82f86b6d2c34ad353f6b04cc2d9347dd3606b1329181c4c3392ecbcf +size 50853 diff --git a/FootBones/images/train_DX221_jpg.rf.mVQunxp7jXkCePQxxDZ2.png b/FootBones/images/train_DX221_jpg.rf.mVQunxp7jXkCePQxxDZ2.png new file mode 100644 index 0000000000000000000000000000000000000000..883aff294bc2b780b68eb2ea9dc66f3174d75f00 --- /dev/null +++ b/FootBones/images/train_DX221_jpg.rf.mVQunxp7jXkCePQxxDZ2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33c141256214e0f7aa9882b5566d7b659d399c45b636bff0651e65588b47a757 +size 41626 diff --git a/FootBones/images/train_DX222_jpg.rf.n6f1gpsGE0WdAIoMpmtq.png b/FootBones/images/train_DX222_jpg.rf.n6f1gpsGE0WdAIoMpmtq.png new file mode 100644 index 0000000000000000000000000000000000000000..a1eb11d8e2fedf6649fcedee63ccc84daff83e31 --- /dev/null +++ b/FootBones/images/train_DX222_jpg.rf.n6f1gpsGE0WdAIoMpmtq.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43bda99d2f037cb5ca9421ec14e38e743a4bb65a3e6ace6d9a7a342ed8f418f2 +size 50106 diff --git a/FootBones/images/train_DX225_jpg.rf.x1Id7DVeINNugulETMUZ.png b/FootBones/images/train_DX225_jpg.rf.x1Id7DVeINNugulETMUZ.png new file mode 100644 index 0000000000000000000000000000000000000000..47ccc450d2c2e52ff6d06292e7d9351e1e76cb93 --- /dev/null +++ b/FootBones/images/train_DX225_jpg.rf.x1Id7DVeINNugulETMUZ.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f1f1d94909ed1ebf48096853f7a61e7c4f1efcc90530e3c134b6e48d5a99b64 +size 50900 diff --git a/FootBones/images/train_DX228_jpg.rf.sUOfjTbg6plvz88q2VHg.png b/FootBones/images/train_DX228_jpg.rf.sUOfjTbg6plvz88q2VHg.png new file mode 100644 index 0000000000000000000000000000000000000000..b95d07167ef57a0923239ab67ffa51ddf169d152 --- /dev/null +++ b/FootBones/images/train_DX228_jpg.rf.sUOfjTbg6plvz88q2VHg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ac4400b125191fc92a9a8d31ad31df47bfd09a200b520b363a694bbd3fafd19 +size 40748 diff --git a/FootBones/images/train_DX22_jpg.rf.oXA0TgheFz6j9Q1dZb4L.png b/FootBones/images/train_DX22_jpg.rf.oXA0TgheFz6j9Q1dZb4L.png new file mode 100644 index 0000000000000000000000000000000000000000..d89e17e07acd709f60ee72dede1f02ddfbfe5318 --- /dev/null +++ b/FootBones/images/train_DX22_jpg.rf.oXA0TgheFz6j9Q1dZb4L.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47bf3ed99caeedc802dd11c19ad4bcf383db8a5c60e33bfb7dade058a4069d12 +size 36190 diff --git a/FootBones/images/train_DX230_jpg.rf.wb5MiRJppczElHn0ttQ1.png b/FootBones/images/train_DX230_jpg.rf.wb5MiRJppczElHn0ttQ1.png new file mode 100644 index 0000000000000000000000000000000000000000..918e096b56a5a45171be999707080b04fbe3c4c8 --- /dev/null +++ b/FootBones/images/train_DX230_jpg.rf.wb5MiRJppczElHn0ttQ1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:261fbc6de1b69ab611e96b2a2f8e1037757db0f18a445b5191dab86a836806ec +size 43662 diff --git a/FootBones/images/train_DX231_jpg.rf.LSAcGMbgrRmIyKgj7lx3.png b/FootBones/images/train_DX231_jpg.rf.LSAcGMbgrRmIyKgj7lx3.png new file mode 100644 index 0000000000000000000000000000000000000000..c283fa105d8789b2e2c0c0e60fd814ce1eef57c0 --- /dev/null +++ b/FootBones/images/train_DX231_jpg.rf.LSAcGMbgrRmIyKgj7lx3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3838494fb0cf4fe795a52afd225ca33e923c31245dd3cc158767f06c548c2fc +size 45886 diff --git a/FootBones/images/train_DX233_jpg.rf.vE4um3gpRa5T2cWBck5u.png b/FootBones/images/train_DX233_jpg.rf.vE4um3gpRa5T2cWBck5u.png new file mode 100644 index 0000000000000000000000000000000000000000..1ca368b91d8df5f6bb9054f7716b60608adae735 --- /dev/null +++ b/FootBones/images/train_DX233_jpg.rf.vE4um3gpRa5T2cWBck5u.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3945580da4c0952a593300e1511a60dc3044b9aa3a98fb4718f2e8ce34a15d65 +size 45172 diff --git a/FootBones/images/train_DX238_jpg.rf.3F0hFcoXCc4c8IjW4agP.png b/FootBones/images/train_DX238_jpg.rf.3F0hFcoXCc4c8IjW4agP.png new file mode 100644 index 0000000000000000000000000000000000000000..cfb8aeccb4c0d17c35b999ed415a3893f4940a74 --- /dev/null +++ b/FootBones/images/train_DX238_jpg.rf.3F0hFcoXCc4c8IjW4agP.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e20378b83c737262dc3862a2bc509fabb68d51a6874d7c9fc6a8623e939213d +size 55368 diff --git a/FootBones/images/train_DX239_jpg.rf.xj4mQR5B8zZzN8o2Am0U.png b/FootBones/images/train_DX239_jpg.rf.xj4mQR5B8zZzN8o2Am0U.png new file mode 100644 index 0000000000000000000000000000000000000000..6293bf51291aefa3ef19dd0a8dab5083145a22f3 --- /dev/null +++ b/FootBones/images/train_DX239_jpg.rf.xj4mQR5B8zZzN8o2Am0U.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82267ca3caabec10fb1228f5e23513c283dd3ec3181f0ad3efa7b8ea9e6e6ad6 +size 42345 diff --git a/FootBones/images/train_DX23_jpg.rf.ikWf6c6Kj6ikwKdogM9p.png b/FootBones/images/train_DX23_jpg.rf.ikWf6c6Kj6ikwKdogM9p.png new file mode 100644 index 0000000000000000000000000000000000000000..5d36fd18e6de17e0eb6bfc844e4643bf77654dea --- /dev/null +++ b/FootBones/images/train_DX23_jpg.rf.ikWf6c6Kj6ikwKdogM9p.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beb5cfdf6eb69bb426950f3962223aafe4b3c944b405cdc128f4140963a9ee03 +size 30271 diff --git a/FootBones/images/train_DX240_jpg.rf.ExUCWFNgflGuobZzaG37.png b/FootBones/images/train_DX240_jpg.rf.ExUCWFNgflGuobZzaG37.png new file mode 100644 index 0000000000000000000000000000000000000000..4af18761a84fea1f7b27008fbf41fef0a10d4307 --- /dev/null +++ b/FootBones/images/train_DX240_jpg.rf.ExUCWFNgflGuobZzaG37.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d417b021d3f648c490be401217ad9043acc87fbf85e5da9ce0d8d6a2e623fdb +size 57149 diff --git a/FootBones/images/train_DX242_jpg.rf.5dhWDiORfk2PpEeYsBhs.png b/FootBones/images/train_DX242_jpg.rf.5dhWDiORfk2PpEeYsBhs.png new file mode 100644 index 0000000000000000000000000000000000000000..4799b75a0990d724c3764c19dbc21c993e970a0a --- /dev/null +++ b/FootBones/images/train_DX242_jpg.rf.5dhWDiORfk2PpEeYsBhs.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d13570b83e333aa1e069b317de17fbdad025224c9a10563271ec49f60ba9f02 +size 43329 diff --git a/FootBones/images/train_DX243_jpg.rf.eBeAFk2rJvostzCYWrNy.png b/FootBones/images/train_DX243_jpg.rf.eBeAFk2rJvostzCYWrNy.png new file mode 100644 index 0000000000000000000000000000000000000000..127a730cb1d50def5826248d1551f4a33e8eb0e2 --- /dev/null +++ b/FootBones/images/train_DX243_jpg.rf.eBeAFk2rJvostzCYWrNy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbeb64429d745d7ed09d6b7f5dc727e19ad01e6e2774eb7d9cc08edef63a0e6c +size 58554 diff --git a/FootBones/images/train_DX245_jpg.rf.dDw6OMLzsJrSvSyROmkf.png b/FootBones/images/train_DX245_jpg.rf.dDw6OMLzsJrSvSyROmkf.png new file mode 100644 index 0000000000000000000000000000000000000000..27307f67b6fd98311c86ff08977872d63738b8da --- /dev/null +++ b/FootBones/images/train_DX245_jpg.rf.dDw6OMLzsJrSvSyROmkf.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab6bbf2b55e71a73a39ad15fea5cf788a7efa00575ffa33fc2726ca73cf1cbbe +size 51367 diff --git a/FootBones/images/train_DX247_jpg.rf.WuCerQv2pBjIoUHHIOJD.png b/FootBones/images/train_DX247_jpg.rf.WuCerQv2pBjIoUHHIOJD.png new file mode 100644 index 0000000000000000000000000000000000000000..1243a5a8ba69243b31c90c35815e3aa4f8cac6d8 --- /dev/null +++ b/FootBones/images/train_DX247_jpg.rf.WuCerQv2pBjIoUHHIOJD.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:324786cf88d095fce52033f1f6073b3830ad33c238e0ffa263658c3480cdeeb9 +size 50668 diff --git a/FootBones/images/train_DX248_jpg.rf.YevTXlZnxMgtgGbWbnUw.png b/FootBones/images/train_DX248_jpg.rf.YevTXlZnxMgtgGbWbnUw.png new file mode 100644 index 0000000000000000000000000000000000000000..a7ef33d98f8ebdcf0f5b865dbd59fbefb0b108be --- /dev/null +++ b/FootBones/images/train_DX248_jpg.rf.YevTXlZnxMgtgGbWbnUw.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d629f24e3d66b3ccf0bf1d0a73c7773d1c4121e800b0e768a01c43c47558a844 +size 39230 diff --git a/FootBones/images/train_DX24_jpg.rf.TLrGQoXhroJVZYOpeD54.png b/FootBones/images/train_DX24_jpg.rf.TLrGQoXhroJVZYOpeD54.png new file mode 100644 index 0000000000000000000000000000000000000000..12225963455bacb6bc1cfb0c72c74204636a029a --- /dev/null +++ b/FootBones/images/train_DX24_jpg.rf.TLrGQoXhroJVZYOpeD54.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bcb2dcba0d44665371a713fcbf178d69ee25398d75eb956c618c52c8d170f92 +size 39996 diff --git a/FootBones/images/train_DX251_jpg.rf.GJMwwNivY6rG70nqmKEC.png b/FootBones/images/train_DX251_jpg.rf.GJMwwNivY6rG70nqmKEC.png new file mode 100644 index 0000000000000000000000000000000000000000..1ec7688384b1b1015e3d96b339155b27efaf27c3 --- /dev/null +++ b/FootBones/images/train_DX251_jpg.rf.GJMwwNivY6rG70nqmKEC.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7500068249ffce75e19d76e603bfaed7251115eacce1b282d0e7ba534d1ad895 +size 49739 diff --git a/FootBones/images/train_DX253_jpg.rf.d3Ih4wcyb3bHJNkAnTxI.png b/FootBones/images/train_DX253_jpg.rf.d3Ih4wcyb3bHJNkAnTxI.png new file mode 100644 index 0000000000000000000000000000000000000000..aaac6529a57ece48b351a5544a788e1cab6305dc --- /dev/null +++ b/FootBones/images/train_DX253_jpg.rf.d3Ih4wcyb3bHJNkAnTxI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c24451dd754975d5e1605d9138dd869f18bc8bde24492586c76a426abcc12f65 +size 45751 diff --git a/FootBones/images/train_DX254_jpg.rf.BdUIrRw3R4iuP9qt4vM5.png b/FootBones/images/train_DX254_jpg.rf.BdUIrRw3R4iuP9qt4vM5.png new file mode 100644 index 0000000000000000000000000000000000000000..4d3a180191fea0ea450d5635c6f630433ed159e4 --- /dev/null +++ b/FootBones/images/train_DX254_jpg.rf.BdUIrRw3R4iuP9qt4vM5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b0e916380d713b84f16dd2902f30cd639999ba0e1d93fde090dd084043ef626 +size 48901 diff --git a/FootBones/images/train_DX256_jpg.rf.bkN1K3PZih7RPEi5WthB.png b/FootBones/images/train_DX256_jpg.rf.bkN1K3PZih7RPEi5WthB.png new file mode 100644 index 0000000000000000000000000000000000000000..c03dadc321665bb2df7a669d717407aa81d97cfe --- /dev/null +++ b/FootBones/images/train_DX256_jpg.rf.bkN1K3PZih7RPEi5WthB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:832f41b6fb65072777f74b33695dec7b841dfffc51b60a3a74aeb1538f0d9f4b +size 77650 diff --git a/FootBones/images/train_DX258_jpg.rf.YTOIEQknbL5bXnHQ6eKB.png b/FootBones/images/train_DX258_jpg.rf.YTOIEQknbL5bXnHQ6eKB.png new file mode 100644 index 0000000000000000000000000000000000000000..2a1f51e54e0130554bbf76a25788ac63128a199c --- /dev/null +++ b/FootBones/images/train_DX258_jpg.rf.YTOIEQknbL5bXnHQ6eKB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb32349b6d0eb6af17b583d64cfac20bbb3a09b85b1b26f5bca2ce7550ed92b0 +size 44360 diff --git a/FootBones/images/train_DX259_jpg.rf.1oyGCwgx0ZiXWwZdbsU2.png b/FootBones/images/train_DX259_jpg.rf.1oyGCwgx0ZiXWwZdbsU2.png new file mode 100644 index 0000000000000000000000000000000000000000..e7128ca60ddc1d218243dcacfa2f0fb158361d12 --- /dev/null +++ b/FootBones/images/train_DX259_jpg.rf.1oyGCwgx0ZiXWwZdbsU2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b508762733cf90e152362d87c265e7a67bf9d2530c13c9cb704189a3a18a6e8b +size 43386 diff --git a/FootBones/images/train_DX25_jpg.rf.jZbr1UJyigvLsocTQ3hD.png b/FootBones/images/train_DX25_jpg.rf.jZbr1UJyigvLsocTQ3hD.png new file mode 100644 index 0000000000000000000000000000000000000000..86e574c78d5308dda769ea692ed43afb4e4f06ad --- /dev/null +++ b/FootBones/images/train_DX25_jpg.rf.jZbr1UJyigvLsocTQ3hD.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e6ad9c27bc499966c61e5eba9a42a789206500cd00407b1bf7faf5eac63f6ef +size 50504 diff --git a/FootBones/images/train_DX260_jpg.rf.nWquOuXaofrUXPbhENXJ.png b/FootBones/images/train_DX260_jpg.rf.nWquOuXaofrUXPbhENXJ.png new file mode 100644 index 0000000000000000000000000000000000000000..3d1c62834ddbb1670627bc9d61c1d26db25f6c3b --- /dev/null +++ b/FootBones/images/train_DX260_jpg.rf.nWquOuXaofrUXPbhENXJ.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:852a9b4eca4401fb7a7038d7b5fd055eed08a6bf47b7281f10b0122187200db9 +size 40312 diff --git a/FootBones/images/train_DX262_jpg.rf.lm985765HKQgHLw799AZ.png b/FootBones/images/train_DX262_jpg.rf.lm985765HKQgHLw799AZ.png new file mode 100644 index 0000000000000000000000000000000000000000..2bbb4632cd9bab410ccfbf669de0da6c454bfc87 --- /dev/null +++ b/FootBones/images/train_DX262_jpg.rf.lm985765HKQgHLw799AZ.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03a71ed5652e1a60357f8b37f5bbde0cbbb640b71ccf0c9d913cf685ebf52e1b +size 53772 diff --git a/FootBones/images/train_DX263_jpg.rf.B1kilPKKtGxmPxAtvPXQ.png b/FootBones/images/train_DX263_jpg.rf.B1kilPKKtGxmPxAtvPXQ.png new file mode 100644 index 0000000000000000000000000000000000000000..6cbb1d8fb95aa88c15c80b71674272b6959a8492 --- /dev/null +++ b/FootBones/images/train_DX263_jpg.rf.B1kilPKKtGxmPxAtvPXQ.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e00c5b2f4d7f88229fb0f878063e794c8853175334152b5ae6997e59a9e8351 +size 50037 diff --git a/FootBones/images/train_DX264_jpg.rf.FFzOZuFVd6DYU2cHyuK6.png b/FootBones/images/train_DX264_jpg.rf.FFzOZuFVd6DYU2cHyuK6.png new file mode 100644 index 0000000000000000000000000000000000000000..775845b3b95c044d739fd3d4b6feaf5dbff958ca --- /dev/null +++ b/FootBones/images/train_DX264_jpg.rf.FFzOZuFVd6DYU2cHyuK6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf818f6687185c9377347fd4c90ee265a7b6669d3514775da33ca98c49d0336f +size 48796 diff --git a/FootBones/images/train_DX265_jpg.rf.ExBjbEERUmSf0rZvPTVY.png b/FootBones/images/train_DX265_jpg.rf.ExBjbEERUmSf0rZvPTVY.png new file mode 100644 index 0000000000000000000000000000000000000000..3312aea29d7e3432fb55b6ca829dba481ca2f3d6 --- /dev/null +++ b/FootBones/images/train_DX265_jpg.rf.ExBjbEERUmSf0rZvPTVY.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce5a7e562f3383cab3df8b36ea6d6ab72d9d7f837a335cb354a8ff6675f967e1 +size 44315 diff --git a/FootBones/images/train_DX266_jpg.rf.jxdFOTEtkQJB5yA4ZUSp.png b/FootBones/images/train_DX266_jpg.rf.jxdFOTEtkQJB5yA4ZUSp.png new file mode 100644 index 0000000000000000000000000000000000000000..cf0e5c0e6446fd69003241d46c1bf1a7eeebd4ba --- /dev/null +++ b/FootBones/images/train_DX266_jpg.rf.jxdFOTEtkQJB5yA4ZUSp.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dc2814e30b78707ab2938584d4399681d5b59dec2218f455cd97e90432360f2 +size 50093 diff --git a/FootBones/images/train_DX269_jpg.rf.oe4VL5BYEVh5qQkWsaWT.png b/FootBones/images/train_DX269_jpg.rf.oe4VL5BYEVh5qQkWsaWT.png new file mode 100644 index 0000000000000000000000000000000000000000..9b08f25ff03a6879ff65991466a6e285e64b6f15 --- /dev/null +++ b/FootBones/images/train_DX269_jpg.rf.oe4VL5BYEVh5qQkWsaWT.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30ae28645ecce2c274b4f5e848cd2584f0aa99004b4a6ce587de2e5a11574ed4 +size 44531 diff --git a/FootBones/images/train_DX272_jpg.rf.hBjZuIy4HbGASFFut2wd.png b/FootBones/images/train_DX272_jpg.rf.hBjZuIy4HbGASFFut2wd.png new file mode 100644 index 0000000000000000000000000000000000000000..1f686c79d5a0c67b172ee61e1bb933b9f4436d82 --- /dev/null +++ b/FootBones/images/train_DX272_jpg.rf.hBjZuIy4HbGASFFut2wd.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce6d105a91a9ce13d334f261e105b41f482da6d1da1574ba24b143c193e97854 +size 72956 diff --git a/FootBones/images/train_DX273_jpg.rf.jvjYRq2Nn0iHk7eN8b6S.png b/FootBones/images/train_DX273_jpg.rf.jvjYRq2Nn0iHk7eN8b6S.png new file mode 100644 index 0000000000000000000000000000000000000000..058660172a54117eda7328af423b4d9fa3f76f46 --- /dev/null +++ b/FootBones/images/train_DX273_jpg.rf.jvjYRq2Nn0iHk7eN8b6S.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:771b272a1ec94f6ad7c497afec7c55b46fcc8b309d2ba45ec6842e243d1d733b +size 50606 diff --git a/FootBones/images/train_DX274_jpg.rf.LPurwiiz82eq8DJlK50h.png b/FootBones/images/train_DX274_jpg.rf.LPurwiiz82eq8DJlK50h.png new file mode 100644 index 0000000000000000000000000000000000000000..928256d8456c2cbe0dba836ba185061a42a100df --- /dev/null +++ b/FootBones/images/train_DX274_jpg.rf.LPurwiiz82eq8DJlK50h.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e69f9f787c67b156a1925a371a0fe539418eb0cad5df2440693f0aa11c1709a8 +size 42369 diff --git a/FootBones/images/train_DX278_jpg.rf.SgNxFT8rTdlqT3GrEymE.png b/FootBones/images/train_DX278_jpg.rf.SgNxFT8rTdlqT3GrEymE.png new file mode 100644 index 0000000000000000000000000000000000000000..0a6dfd9d9456a3bf916651331ba59b9c8f7acf04 --- /dev/null +++ b/FootBones/images/train_DX278_jpg.rf.SgNxFT8rTdlqT3GrEymE.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e43a6b5a13cac3cf36e9eff3e74b4e42faff811a216085890716660c60957333 +size 46329 diff --git a/FootBones/images/train_DX279_jpg.rf.9XqPA2ASYH37mCMcsCYx.png b/FootBones/images/train_DX279_jpg.rf.9XqPA2ASYH37mCMcsCYx.png new file mode 100644 index 0000000000000000000000000000000000000000..0711e54a80312105e5d491b51f86047eb867e351 --- /dev/null +++ b/FootBones/images/train_DX279_jpg.rf.9XqPA2ASYH37mCMcsCYx.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cadb9aeb5e0e95894d9aadb78413ce6d481ed717ffad00b393b6a3247b688c6b +size 41958 diff --git a/FootBones/images/train_DX280_jpg.rf.aZTgpFjr9WrbpO9HMBOs.png b/FootBones/images/train_DX280_jpg.rf.aZTgpFjr9WrbpO9HMBOs.png new file mode 100644 index 0000000000000000000000000000000000000000..b27aebced086fafaf21670c8191ddc240e22001e --- /dev/null +++ b/FootBones/images/train_DX280_jpg.rf.aZTgpFjr9WrbpO9HMBOs.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f312e93ebdc2b35467748944649309a5042673451c057fc371c58bc75055824f +size 47040 diff --git a/FootBones/images/train_DX282_jpg.rf.XIkfxgDtUSN6k7dgGWla.png b/FootBones/images/train_DX282_jpg.rf.XIkfxgDtUSN6k7dgGWla.png new file mode 100644 index 0000000000000000000000000000000000000000..21b3361ca8f3e322e565b40622710edd62a3f509 --- /dev/null +++ b/FootBones/images/train_DX282_jpg.rf.XIkfxgDtUSN6k7dgGWla.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42b2919c896e9e515e92b32a88f9dda9f7c94a3220e37175e808536c5aef34ed +size 53529 diff --git a/FootBones/images/train_DX285_jpg.rf.8gqSHDSWmIxM55JCF1ds.png b/FootBones/images/train_DX285_jpg.rf.8gqSHDSWmIxM55JCF1ds.png new file mode 100644 index 0000000000000000000000000000000000000000..844c9a04e2f747c2eac5c81a6a5eeda7c7c97cdf --- /dev/null +++ b/FootBones/images/train_DX285_jpg.rf.8gqSHDSWmIxM55JCF1ds.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0e53fa029f681246bf00aaaad064e5e3609e64a4566f1239b881f89ae48f8f1 +size 64832 diff --git a/FootBones/images/train_DX286_jpg.rf.pC6CZ1P35leMF60kNyRj.png b/FootBones/images/train_DX286_jpg.rf.pC6CZ1P35leMF60kNyRj.png new file mode 100644 index 0000000000000000000000000000000000000000..0ab7109ae948ebf65aa44b72bb63696245441c9c --- /dev/null +++ b/FootBones/images/train_DX286_jpg.rf.pC6CZ1P35leMF60kNyRj.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d2c7b2d068ddcf72f74de5995049e0a346a01846faa7ea81468d714ff1b590a +size 53400 diff --git a/FootBones/images/train_DX287_jpg.rf.CXnAwTTYmQXVtMUndgDz.png b/FootBones/images/train_DX287_jpg.rf.CXnAwTTYmQXVtMUndgDz.png new file mode 100644 index 0000000000000000000000000000000000000000..6efdabeec7edf534188d543594f9dee4b2cd0935 --- /dev/null +++ b/FootBones/images/train_DX287_jpg.rf.CXnAwTTYmQXVtMUndgDz.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95a3b8133681fccde64af6aa42d8aa74e47fd611b129eb64acd9ea83bf7d672e +size 39166 diff --git a/FootBones/images/train_DX288_jpg.rf.WphT8wC4qER2XHDHLUTn.png b/FootBones/images/train_DX288_jpg.rf.WphT8wC4qER2XHDHLUTn.png new file mode 100644 index 0000000000000000000000000000000000000000..9de13abfad96bd08525357b052f8c658872cf9ed --- /dev/null +++ b/FootBones/images/train_DX288_jpg.rf.WphT8wC4qER2XHDHLUTn.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b6f79daeb4dec4fe0b3cde73664eb822c43ee76f10eb71b12dda3b2547ec59c +size 45313 diff --git a/FootBones/images/train_DX289_jpg.rf.ANQMAeALPe3wET41P7QH.png b/FootBones/images/train_DX289_jpg.rf.ANQMAeALPe3wET41P7QH.png new file mode 100644 index 0000000000000000000000000000000000000000..1ef73e0c6514b5db27a502c0c0b6fae9972a27c7 --- /dev/null +++ b/FootBones/images/train_DX289_jpg.rf.ANQMAeALPe3wET41P7QH.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ed61517ad0fbe1966736ec09c5368e176a9e52dfb054d8040771e10d796215c +size 44611 diff --git a/FootBones/images/train_DX291_jpg.rf.kMIOehkTYvRzMMPbvsLg.png b/FootBones/images/train_DX291_jpg.rf.kMIOehkTYvRzMMPbvsLg.png new file mode 100644 index 0000000000000000000000000000000000000000..a19edeb0b55fa5ae2c7bcc8b5cfd968c046964cb --- /dev/null +++ b/FootBones/images/train_DX291_jpg.rf.kMIOehkTYvRzMMPbvsLg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0d712d1d71b13b7ac8ed742ad2fe7dcd4d524f598fcd710928d4ff252505c1f +size 43814 diff --git a/FootBones/images/train_DX292_jpg.rf.DoH0zfxY5oIhsQUtsoAT.png b/FootBones/images/train_DX292_jpg.rf.DoH0zfxY5oIhsQUtsoAT.png new file mode 100644 index 0000000000000000000000000000000000000000..a9913b3031c2118af08dbacbe903703da3edef03 --- /dev/null +++ b/FootBones/images/train_DX292_jpg.rf.DoH0zfxY5oIhsQUtsoAT.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56b2fa8ca97587c6e5ed68f571762d22dcf73e7b5e9e8773c343d18b8df7987f +size 45345 diff --git a/FootBones/images/train_DX293_jpg.rf.yXwRBXxiQCpIAx1NvCsk.png b/FootBones/images/train_DX293_jpg.rf.yXwRBXxiQCpIAx1NvCsk.png new file mode 100644 index 0000000000000000000000000000000000000000..0313c99335d922cc5c44a1c95484802a5e48977a --- /dev/null +++ b/FootBones/images/train_DX293_jpg.rf.yXwRBXxiQCpIAx1NvCsk.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5f1f6c6f5b9168734b3cbcf14af1f5626eff3ccb0aa2ffb51729a6549cc854a +size 55421 diff --git a/FootBones/images/train_DX294_jpg.rf.IpSapePdG0lWH8cnlWfZ.png b/FootBones/images/train_DX294_jpg.rf.IpSapePdG0lWH8cnlWfZ.png new file mode 100644 index 0000000000000000000000000000000000000000..829c5463c3831e564a37482af78c805c0bf2a7f7 --- /dev/null +++ b/FootBones/images/train_DX294_jpg.rf.IpSapePdG0lWH8cnlWfZ.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af99b99c5fc9680ba79a41d4d0c350fff68b60b4a47f6cef4038262677c75138 +size 77869 diff --git a/FootBones/images/train_DX296_jpg.rf.vJ8jxrC9tLKLEwllyyE0.png b/FootBones/images/train_DX296_jpg.rf.vJ8jxrC9tLKLEwllyyE0.png new file mode 100644 index 0000000000000000000000000000000000000000..aac4c0d678d63111e7264f45437fe4f01ae7a767 --- /dev/null +++ b/FootBones/images/train_DX296_jpg.rf.vJ8jxrC9tLKLEwllyyE0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10a5eb20a7b761386ab9a552203b4c6138fa5a522a59a573980d7c321695611d +size 50050 diff --git a/FootBones/images/train_DX297_jpg.rf.13mWVynds9LlxeQbXM4J.png b/FootBones/images/train_DX297_jpg.rf.13mWVynds9LlxeQbXM4J.png new file mode 100644 index 0000000000000000000000000000000000000000..96ce908ce4174d86ca13b043e85fde0974363af1 --- /dev/null +++ b/FootBones/images/train_DX297_jpg.rf.13mWVynds9LlxeQbXM4J.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93d27c748c26be7d838fa754e927f3b9e646ac49a9afe48dcfc9ff879ac1d33b +size 46531 diff --git a/FootBones/images/train_DX298_jpg.rf.5G9Iz6CLsRRj8XQmx74B.png b/FootBones/images/train_DX298_jpg.rf.5G9Iz6CLsRRj8XQmx74B.png new file mode 100644 index 0000000000000000000000000000000000000000..8a725570dd063647c7caeccc4836bd98fa713479 --- /dev/null +++ b/FootBones/images/train_DX298_jpg.rf.5G9Iz6CLsRRj8XQmx74B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0862e454bb386f931df399b4554d81f22b91eb4ada6421cc069c5e993835d29e +size 47335 diff --git a/FootBones/images/train_DX299_jpg.rf.NofHNLqfTNfccmkGhkbM.png b/FootBones/images/train_DX299_jpg.rf.NofHNLqfTNfccmkGhkbM.png new file mode 100644 index 0000000000000000000000000000000000000000..64113fcd2b5fa5fd266f30c740356942037aa15e --- /dev/null +++ b/FootBones/images/train_DX299_jpg.rf.NofHNLqfTNfccmkGhkbM.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e99392e02b917b64830c25bed31cd6ae545cdf4dd01621bb1bd7cb3ad7e86ac +size 45696 diff --git a/FootBones/images/train_DX2_jpg.rf.2oiOsdbPYQhil2Ko1fdj.png b/FootBones/images/train_DX2_jpg.rf.2oiOsdbPYQhil2Ko1fdj.png new file mode 100644 index 0000000000000000000000000000000000000000..2f1e1e0a046b0bd902bb9d9555cf0fd6cd740904 --- /dev/null +++ b/FootBones/images/train_DX2_jpg.rf.2oiOsdbPYQhil2Ko1fdj.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccbb3cb5d8b7c9f1f2b4194d419db4774c7a433680e8fac3fd6456d64278a3c3 +size 39171 diff --git a/FootBones/images/train_DX300_jpg.rf.MKh8tQqsq2CRQ1YrLCPP.png b/FootBones/images/train_DX300_jpg.rf.MKh8tQqsq2CRQ1YrLCPP.png new file mode 100644 index 0000000000000000000000000000000000000000..76d801be00ac3d53762f336ab969a78040fa958d --- /dev/null +++ b/FootBones/images/train_DX300_jpg.rf.MKh8tQqsq2CRQ1YrLCPP.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5c4c12e8190557cc66c3dec0aa856143083a55e28e8e2fb1065e2bbd7773959 +size 53638 diff --git a/FootBones/images/train_DX301_jpg.rf.tq6PKcuJ1QYTcdIfmIvy.png b/FootBones/images/train_DX301_jpg.rf.tq6PKcuJ1QYTcdIfmIvy.png new file mode 100644 index 0000000000000000000000000000000000000000..d34d3f6554ecdbbb38e00bb8534efcde090f488a --- /dev/null +++ b/FootBones/images/train_DX301_jpg.rf.tq6PKcuJ1QYTcdIfmIvy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0093cf2e3281d3585497f8dacb2acd0805d5d9dd9907d4831485f4ef0695f7f0 +size 57475 diff --git a/FootBones/images/train_DX302_jpg.rf.mLs8iDtpdOm90yAX4ctO.png b/FootBones/images/train_DX302_jpg.rf.mLs8iDtpdOm90yAX4ctO.png new file mode 100644 index 0000000000000000000000000000000000000000..66636e6fe028dfc4225d3a3227313017b9ad258a --- /dev/null +++ b/FootBones/images/train_DX302_jpg.rf.mLs8iDtpdOm90yAX4ctO.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80bef4daba7fd66cebbe04a6da5543da79072a89b97c180a05a1fd4e74fd8678 +size 49928 diff --git a/FootBones/images/train_DX303_jpg.rf.egKJvP9EG69heHF2YMhR.png b/FootBones/images/train_DX303_jpg.rf.egKJvP9EG69heHF2YMhR.png new file mode 100644 index 0000000000000000000000000000000000000000..1e547f721227ee39f8be2998649024865f7b78d7 --- /dev/null +++ b/FootBones/images/train_DX303_jpg.rf.egKJvP9EG69heHF2YMhR.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:188ad557a05776ce8fea92f87e63069ea061ce8238b762ab4735cf4626655aaf +size 52297 diff --git a/FootBones/images/train_DX304_jpg.rf.Q36gmFB1kuBy9kUKRM7G.png b/FootBones/images/train_DX304_jpg.rf.Q36gmFB1kuBy9kUKRM7G.png new file mode 100644 index 0000000000000000000000000000000000000000..8bd639a60cda47d643a625b4f4db4fffe2d8792d --- /dev/null +++ b/FootBones/images/train_DX304_jpg.rf.Q36gmFB1kuBy9kUKRM7G.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d50e708c4bc3e799aec49c9e5cc8896348f311acd6cd7fff4336025439cb913b +size 58493 diff --git a/FootBones/images/train_DX306_jpg.rf.bgzLIYJA5XcKQTpBxB3x.png b/FootBones/images/train_DX306_jpg.rf.bgzLIYJA5XcKQTpBxB3x.png new file mode 100644 index 0000000000000000000000000000000000000000..9e58b690651cbbc62efa22c83dbfb72297b490af --- /dev/null +++ b/FootBones/images/train_DX306_jpg.rf.bgzLIYJA5XcKQTpBxB3x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13b4189cf9ac5244e3f7175227f96a69e2b0b3c161b13f025102b51522216daf +size 56305 diff --git a/FootBones/images/train_DX307_jpg.rf.rBappmG0WlVg177atwAF.png b/FootBones/images/train_DX307_jpg.rf.rBappmG0WlVg177atwAF.png new file mode 100644 index 0000000000000000000000000000000000000000..28adaa11fd559e03f588eca958115f299d7c5bfb --- /dev/null +++ b/FootBones/images/train_DX307_jpg.rf.rBappmG0WlVg177atwAF.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d307dd4c9510c0a16f6cb520129ef81007e8288325deb346b81e375e30dbd051 +size 48824 diff --git a/FootBones/images/train_DX308_jpg.rf.keeztNumsyXlZ1VPLIMf.png b/FootBones/images/train_DX308_jpg.rf.keeztNumsyXlZ1VPLIMf.png new file mode 100644 index 0000000000000000000000000000000000000000..103944f1bb269267f53ab6f858448cc8f9d2052f --- /dev/null +++ b/FootBones/images/train_DX308_jpg.rf.keeztNumsyXlZ1VPLIMf.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d95dd8cb432036c178f092ff78aaa505d28cd8074b1720f68f9b3723cdace4c6 +size 49746 diff --git a/FootBones/images/train_DX309_jpg.rf.9B4sJv2st9SNvkX0EVuW.png b/FootBones/images/train_DX309_jpg.rf.9B4sJv2st9SNvkX0EVuW.png new file mode 100644 index 0000000000000000000000000000000000000000..99e43a4b0a4bb59eb149330ec1a59c251e124d62 --- /dev/null +++ b/FootBones/images/train_DX309_jpg.rf.9B4sJv2st9SNvkX0EVuW.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0c098737bfccb0ce178ca68409eefb135e28e5a5a348140446f69c36ad84521 +size 51164 diff --git a/FootBones/images/train_DX310_jpg.rf.TgOXBqNurErXnf5NL9hk.png b/FootBones/images/train_DX310_jpg.rf.TgOXBqNurErXnf5NL9hk.png new file mode 100644 index 0000000000000000000000000000000000000000..445af37c1546b70abaa07a240f314717f91ce10d --- /dev/null +++ b/FootBones/images/train_DX310_jpg.rf.TgOXBqNurErXnf5NL9hk.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:807d9509f6c681a568341bd9803f1c79182be9befb116c6cd76042de140793a4 +size 47454 diff --git a/FootBones/images/train_DX311_jpg.rf.NxxifMcSf75NuNHHnEgr.png b/FootBones/images/train_DX311_jpg.rf.NxxifMcSf75NuNHHnEgr.png new file mode 100644 index 0000000000000000000000000000000000000000..3b9a6b9ebf47660efdd34e22ef65d95f65077ddc --- /dev/null +++ b/FootBones/images/train_DX311_jpg.rf.NxxifMcSf75NuNHHnEgr.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66c651dd8d3a701f5e6f8d3c31e7ae36124754f1f7f1af89ec99fc52fff0e226 +size 55645 diff --git a/FootBones/images/train_DX312_jpg.rf.gwPRszK9oef5MfxluBwU.png b/FootBones/images/train_DX312_jpg.rf.gwPRszK9oef5MfxluBwU.png new file mode 100644 index 0000000000000000000000000000000000000000..7c7810f78da4eff55fdeaedda8343add388d97a1 --- /dev/null +++ b/FootBones/images/train_DX312_jpg.rf.gwPRszK9oef5MfxluBwU.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3ed96764c046c563db1c1995f47e4da6389757ded3dde23e8fddf0ee2d51e71 +size 49673 diff --git a/FootBones/images/train_DX314_jpg.rf.NCUqm6Yu1uvxEVgaSYYI.png b/FootBones/images/train_DX314_jpg.rf.NCUqm6Yu1uvxEVgaSYYI.png new file mode 100644 index 0000000000000000000000000000000000000000..159926893d6bf37b08bac96d6d7a27021b5449af --- /dev/null +++ b/FootBones/images/train_DX314_jpg.rf.NCUqm6Yu1uvxEVgaSYYI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e433a52555418d171ed11d657e5c17af0e3fadbd4e294401c3ee198f7ed3c6b1 +size 48066 diff --git a/FootBones/images/train_DX315_jpg.rf.V5O4j0UaleD0pLfu8yxB.png b/FootBones/images/train_DX315_jpg.rf.V5O4j0UaleD0pLfu8yxB.png new file mode 100644 index 0000000000000000000000000000000000000000..31c32b7c7a49202dad1dab5c213ce014938c6174 --- /dev/null +++ b/FootBones/images/train_DX315_jpg.rf.V5O4j0UaleD0pLfu8yxB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c377fe697cdfeea20227b10bd8525c1b2cd9ce372101a7dc455ed315caf604e +size 47764 diff --git a/FootBones/images/train_DX318_jpg.rf.tuJN0ssNgcW2r6v8cUUf.png b/FootBones/images/train_DX318_jpg.rf.tuJN0ssNgcW2r6v8cUUf.png new file mode 100644 index 0000000000000000000000000000000000000000..736c589dfd2c52187fc0ab6c24bcda58d62b52eb --- /dev/null +++ b/FootBones/images/train_DX318_jpg.rf.tuJN0ssNgcW2r6v8cUUf.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e6ab979730fb56752724d550abe697896018ca1aff52ff39a3cc1c0856c3edf +size 42458 diff --git a/FootBones/images/train_DX31_jpg.rf.Dnwhf25bFUAWmTlCFUOi.png b/FootBones/images/train_DX31_jpg.rf.Dnwhf25bFUAWmTlCFUOi.png new file mode 100644 index 0000000000000000000000000000000000000000..65380e1712dc2315b55384294c57e4fec28685d9 --- /dev/null +++ b/FootBones/images/train_DX31_jpg.rf.Dnwhf25bFUAWmTlCFUOi.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d9ee9a145552a343cc503a576e064c8120621fd371eda128bbcf42cbbe644a0 +size 29172 diff --git a/FootBones/images/train_DX320_jpg.rf.7pNtyvxZOFWoWTuKaTrg.png b/FootBones/images/train_DX320_jpg.rf.7pNtyvxZOFWoWTuKaTrg.png new file mode 100644 index 0000000000000000000000000000000000000000..7a4fe1ed02c6fda3f9f78325cbad1452832a1545 --- /dev/null +++ b/FootBones/images/train_DX320_jpg.rf.7pNtyvxZOFWoWTuKaTrg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb850ae3d20f8f73c35c471b4a1c24b6d8a105f80692edbe80742c6b1217ea39 +size 49140 diff --git a/FootBones/images/train_DX321_jpg.rf.M7S8QLF3Q4HnJ6MJepQi.png b/FootBones/images/train_DX321_jpg.rf.M7S8QLF3Q4HnJ6MJepQi.png new file mode 100644 index 0000000000000000000000000000000000000000..f77aacdcb8811c1c90f582b8f426bff079224c80 --- /dev/null +++ b/FootBones/images/train_DX321_jpg.rf.M7S8QLF3Q4HnJ6MJepQi.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ca94ee2410aed133b2bae5340a53af5d77c815c82d87fb1c058427d8b45dc8e +size 45650 diff --git a/FootBones/images/train_DX323_jpg.rf.kX9wvYcPZt7QgwmqMlq7.png b/FootBones/images/train_DX323_jpg.rf.kX9wvYcPZt7QgwmqMlq7.png new file mode 100644 index 0000000000000000000000000000000000000000..d6ec63235ea8fce95f9ac55c31430d8ae69ea4dc --- /dev/null +++ b/FootBones/images/train_DX323_jpg.rf.kX9wvYcPZt7QgwmqMlq7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73a0b35a33393fe1114162508a6062fbb90ee05fcdb85c2f2bf0477b1f249160 +size 52134 diff --git a/FootBones/images/train_DX326_jpg.rf.cVEGhEJAad1ndMBBT5ov.png b/FootBones/images/train_DX326_jpg.rf.cVEGhEJAad1ndMBBT5ov.png new file mode 100644 index 0000000000000000000000000000000000000000..70b1198bfdfbe1c69eeb688b0b4bad0653430a14 --- /dev/null +++ b/FootBones/images/train_DX326_jpg.rf.cVEGhEJAad1ndMBBT5ov.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f6cd0706c98af3ab7e022ca9dd13e3896112a87d42a24d5ef6fd0de63481ff4 +size 44058 diff --git a/FootBones/images/train_DX327_jpg.rf.WxtqNA7b0tLAE4YN4Yed.png b/FootBones/images/train_DX327_jpg.rf.WxtqNA7b0tLAE4YN4Yed.png new file mode 100644 index 0000000000000000000000000000000000000000..42d1b77c19186a8917f1d76421179549366d7095 --- /dev/null +++ b/FootBones/images/train_DX327_jpg.rf.WxtqNA7b0tLAE4YN4Yed.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8406f160280509895b16f9ce1a4f7ea1019e2aa839556a3df4e29e35b47256bd +size 52920 diff --git a/FootBones/images/train_DX329_jpg.rf.2gA8ndLK46wmoy8Gibhw.png b/FootBones/images/train_DX329_jpg.rf.2gA8ndLK46wmoy8Gibhw.png new file mode 100644 index 0000000000000000000000000000000000000000..41721a4863b82fe2e406794f931cb184b050009a --- /dev/null +++ b/FootBones/images/train_DX329_jpg.rf.2gA8ndLK46wmoy8Gibhw.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e51188543502d3a4bc9e017e1ef176e1421e74bfda00d37f77f4416152ca848 +size 51230 diff --git a/FootBones/images/train_DX32_jpg.rf.Kclvj1twifoidvom4f4n.png b/FootBones/images/train_DX32_jpg.rf.Kclvj1twifoidvom4f4n.png new file mode 100644 index 0000000000000000000000000000000000000000..a617211c0163268158821681795cce117f552ba5 --- /dev/null +++ b/FootBones/images/train_DX32_jpg.rf.Kclvj1twifoidvom4f4n.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:517176dbf01d75eb8426500866f8f5aca8bb02da48bd6171684340789c7cf5f6 +size 43439 diff --git a/FootBones/images/train_DX330_jpg.rf.QJd3l2XoufPfYiWQWIWA.png b/FootBones/images/train_DX330_jpg.rf.QJd3l2XoufPfYiWQWIWA.png new file mode 100644 index 0000000000000000000000000000000000000000..7a26c274c9f56758bfd5116c1621b9bc4edb58e8 --- /dev/null +++ b/FootBones/images/train_DX330_jpg.rf.QJd3l2XoufPfYiWQWIWA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49802fc6079df3ad5195d715ed3804b5dead5f609caf48b9523346f3428365e0 +size 42152 diff --git a/FootBones/images/train_DX331_jpg.rf.X7Dv3x35dQ8csmVfjsiD.png b/FootBones/images/train_DX331_jpg.rf.X7Dv3x35dQ8csmVfjsiD.png new file mode 100644 index 0000000000000000000000000000000000000000..1d18bd0ce4711d9fea7522393d3f575027fc8135 --- /dev/null +++ b/FootBones/images/train_DX331_jpg.rf.X7Dv3x35dQ8csmVfjsiD.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a55a3a55df9b780db4aaa374da930cb84dc8cd36671b893bca95fb24b4b377c +size 62467 diff --git a/FootBones/images/train_DX333_jpg.rf.pgtWJs1xQBmK044NhxW8.png b/FootBones/images/train_DX333_jpg.rf.pgtWJs1xQBmK044NhxW8.png new file mode 100644 index 0000000000000000000000000000000000000000..5efee90d146ee52d20066de5edf558b0c1702521 --- /dev/null +++ b/FootBones/images/train_DX333_jpg.rf.pgtWJs1xQBmK044NhxW8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f222765d329b75ba6d618225412c4d99ac325aa3356aaa0b37a467524dbfd457 +size 47298 diff --git a/FootBones/images/train_DX334_jpg.rf.kSwgJ1Kjy2SjfghoflgX.png b/FootBones/images/train_DX334_jpg.rf.kSwgJ1Kjy2SjfghoflgX.png new file mode 100644 index 0000000000000000000000000000000000000000..bff9df541db73bfd440ee898f4f90f98ae6efafd --- /dev/null +++ b/FootBones/images/train_DX334_jpg.rf.kSwgJ1Kjy2SjfghoflgX.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5873972213ec5afbe07016954afed6c19692cc6cb20f184bce310cfb822403ef +size 53085 diff --git a/FootBones/images/train_DX335_jpg.rf.kjSD7AG94Spa8k4Ta69o.png b/FootBones/images/train_DX335_jpg.rf.kjSD7AG94Spa8k4Ta69o.png new file mode 100644 index 0000000000000000000000000000000000000000..39f599a14dbea1ab053cca6fb7287cf6ce2b15e4 --- /dev/null +++ b/FootBones/images/train_DX335_jpg.rf.kjSD7AG94Spa8k4Ta69o.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:649529a63bc98d246bfebb61e26402fedea5a9e75d874db1ae5a20b440c11fb1 +size 45365 diff --git a/FootBones/images/train_DX336_jpg.rf.eXVsuw2N6q9GII9z4ZIp.png b/FootBones/images/train_DX336_jpg.rf.eXVsuw2N6q9GII9z4ZIp.png new file mode 100644 index 0000000000000000000000000000000000000000..77b6182d150af1f79996046f785933d8ef2b7665 --- /dev/null +++ b/FootBones/images/train_DX336_jpg.rf.eXVsuw2N6q9GII9z4ZIp.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff5dca11b7bea76f20aa21fa22aa49cbd6b83b5d54fcffc3bf700973c77cbd90 +size 48326 diff --git a/FootBones/images/train_DX337_jpg.rf.fjkGRI0zmbBztwjLlNvt.png b/FootBones/images/train_DX337_jpg.rf.fjkGRI0zmbBztwjLlNvt.png new file mode 100644 index 0000000000000000000000000000000000000000..937e73ba82071e14657b0c4db6888a47b0f14dd4 --- /dev/null +++ b/FootBones/images/train_DX337_jpg.rf.fjkGRI0zmbBztwjLlNvt.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b7d4aef49c6d9a6a168e82b49adc30d42df037e01db036cd2f3514d12f8cd43 +size 46261 diff --git a/FootBones/images/train_DX339_jpg.rf.rQXqrsOwKOZWn40PsBDO.png b/FootBones/images/train_DX339_jpg.rf.rQXqrsOwKOZWn40PsBDO.png new file mode 100644 index 0000000000000000000000000000000000000000..93f849e31123fd52cafd5091b86fa4e351b76c9a --- /dev/null +++ b/FootBones/images/train_DX339_jpg.rf.rQXqrsOwKOZWn40PsBDO.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cf7174555fc1b10f68c36fd888de9f511c523adf5d7985062aed4b095b808cc +size 47481 diff --git a/FootBones/images/train_DX33_jpg.rf.RcIb2vcuRXosHgZmgRFi.png b/FootBones/images/train_DX33_jpg.rf.RcIb2vcuRXosHgZmgRFi.png new file mode 100644 index 0000000000000000000000000000000000000000..d7b1c29707f07b39f0c3cff11a62a8a8ef3bd2e3 --- /dev/null +++ b/FootBones/images/train_DX33_jpg.rf.RcIb2vcuRXosHgZmgRFi.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aee4969f70f2ea84b427f3b36c801e5e434422a30b36a9b2217a4249048d0f2e +size 31891 diff --git a/FootBones/images/train_DX342_jpg.rf.ozmPUjUHGe5y5ozJtVgN.png b/FootBones/images/train_DX342_jpg.rf.ozmPUjUHGe5y5ozJtVgN.png new file mode 100644 index 0000000000000000000000000000000000000000..034564b4bfe8cc837e0aeded0891cd628e1ab706 --- /dev/null +++ b/FootBones/images/train_DX342_jpg.rf.ozmPUjUHGe5y5ozJtVgN.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fe43f689bd98932ed3b19b900c5a0862f1909dfdb9e844cef1c9a80ac83c4c0 +size 58212 diff --git a/FootBones/images/train_DX344_jpg.rf.ZUNc6I3mfGVbWUb5vSIc.png b/FootBones/images/train_DX344_jpg.rf.ZUNc6I3mfGVbWUb5vSIc.png new file mode 100644 index 0000000000000000000000000000000000000000..634f33b661c5635eca177b56d3eaa5fd1f04ad7a --- /dev/null +++ b/FootBones/images/train_DX344_jpg.rf.ZUNc6I3mfGVbWUb5vSIc.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9a997022c606815caaf9faa08daf09d0aa5a02c4cb1e68badd5d0cbe30da14c +size 49854 diff --git a/FootBones/images/train_DX351_jpg.rf.pudxJRsbPtVY8j4OTou3.png b/FootBones/images/train_DX351_jpg.rf.pudxJRsbPtVY8j4OTou3.png new file mode 100644 index 0000000000000000000000000000000000000000..4a2c3500121bfedb3b228e446d5faf42170869a2 --- /dev/null +++ b/FootBones/images/train_DX351_jpg.rf.pudxJRsbPtVY8j4OTou3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1539bbb74f6e9a2707e154a1be0101c61f03e67960fac93560ef59e8934e1cdb +size 61346 diff --git a/FootBones/images/train_DX352_jpg.rf.gw9b21jNKrbnn4YVgwTo.png b/FootBones/images/train_DX352_jpg.rf.gw9b21jNKrbnn4YVgwTo.png new file mode 100644 index 0000000000000000000000000000000000000000..83caf9fdf1e06569bf7016983e417ea443fd0db7 --- /dev/null +++ b/FootBones/images/train_DX352_jpg.rf.gw9b21jNKrbnn4YVgwTo.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed994a501ccbed608945792d93019942dfe47b5923553f03ab7239ba79af4f3f +size 61624 diff --git a/FootBones/images/train_DX353_jpg.rf.3HxpXt6UECIV2wZqZLCV.png b/FootBones/images/train_DX353_jpg.rf.3HxpXt6UECIV2wZqZLCV.png new file mode 100644 index 0000000000000000000000000000000000000000..c16081aa67d98816e79a4a709112b4033ef9a328 --- /dev/null +++ b/FootBones/images/train_DX353_jpg.rf.3HxpXt6UECIV2wZqZLCV.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0735efcbdcadc962448f6021173708400273ae17f0a7b884aa44c35ae551b6bc +size 46047 diff --git a/FootBones/images/train_DX354_jpg.rf.iuHLQn7tTZ1GDcbkZ8Rs.png b/FootBones/images/train_DX354_jpg.rf.iuHLQn7tTZ1GDcbkZ8Rs.png new file mode 100644 index 0000000000000000000000000000000000000000..09e750f6fa3ce8424ae8e18ebdc0b53f0732d875 --- /dev/null +++ b/FootBones/images/train_DX354_jpg.rf.iuHLQn7tTZ1GDcbkZ8Rs.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14c6265b32dc2c7a1dd2a34db7b4edc1951ff63c507bcf82382443c13f029178 +size 50219 diff --git a/FootBones/images/train_DX356_jpg.rf.WdxURL3yw9vo92IeKZgU.png b/FootBones/images/train_DX356_jpg.rf.WdxURL3yw9vo92IeKZgU.png new file mode 100644 index 0000000000000000000000000000000000000000..26c8ebb9b3892ab43bde040bf12785365a6f5dba --- /dev/null +++ b/FootBones/images/train_DX356_jpg.rf.WdxURL3yw9vo92IeKZgU.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b6a6c98adbfc03a9e625e6f0f3bb06c6099d1f35421a3283d79f956a11789da +size 44294 diff --git a/FootBones/images/train_DX357_jpg.rf.EHg2t139u4hhCL4qwOOa.png b/FootBones/images/train_DX357_jpg.rf.EHg2t139u4hhCL4qwOOa.png new file mode 100644 index 0000000000000000000000000000000000000000..e368dd32e92d5329aa5cbb9c32365d75e0e4fff7 --- /dev/null +++ b/FootBones/images/train_DX357_jpg.rf.EHg2t139u4hhCL4qwOOa.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fe07320b37bb93d1ffa83acdae3cd5265e0db9f85284adea884ac12653b8d79 +size 41324 diff --git a/FootBones/images/train_DX358_jpg.rf.Sn8369ZGX0OOzmNz5C7w.png b/FootBones/images/train_DX358_jpg.rf.Sn8369ZGX0OOzmNz5C7w.png new file mode 100644 index 0000000000000000000000000000000000000000..a5670a8871566aee11cbf26db78b971516b66d15 --- /dev/null +++ b/FootBones/images/train_DX358_jpg.rf.Sn8369ZGX0OOzmNz5C7w.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d19f05b7d18d70a8159649b0fc3e36e9bbec378b4e59085cb4ea65f8aead048c +size 41580 diff --git a/FootBones/images/train_DX359_jpg.rf.I8gs427Vg4qPEr9LHBEq.png b/FootBones/images/train_DX359_jpg.rf.I8gs427Vg4qPEr9LHBEq.png new file mode 100644 index 0000000000000000000000000000000000000000..f927503feee6fd2609e8a9a3c0bc33d6b80ab8dd --- /dev/null +++ b/FootBones/images/train_DX359_jpg.rf.I8gs427Vg4qPEr9LHBEq.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37110373802ac4be7137ec6cb8b4c4a86eda598fb0caf4a1ee0abeef09ecbd4f +size 51846 diff --git a/FootBones/images/train_DX361_jpg.rf.ULW4y8gACCEMw7378dy5.png b/FootBones/images/train_DX361_jpg.rf.ULW4y8gACCEMw7378dy5.png new file mode 100644 index 0000000000000000000000000000000000000000..c978052b423878835b5d4ced18d721c1f07add3b --- /dev/null +++ b/FootBones/images/train_DX361_jpg.rf.ULW4y8gACCEMw7378dy5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:628fe0753b73c30e465402dd723e2a294747765d080540fa7a2a530fe6ff380e +size 43144 diff --git a/FootBones/images/train_DX362_jpg.rf.KBmbf3VigAjrL0u67LCh.png b/FootBones/images/train_DX362_jpg.rf.KBmbf3VigAjrL0u67LCh.png new file mode 100644 index 0000000000000000000000000000000000000000..fbf7f47d3ac8bfbb18bbcabd2f06609123a03641 --- /dev/null +++ b/FootBones/images/train_DX362_jpg.rf.KBmbf3VigAjrL0u67LCh.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b24012cb4ce007b514fce32e1df380daf812ce05082b3599a4c0ae41e0a33210 +size 50949 diff --git a/FootBones/images/train_DX365_jpg.rf.QEXFvIkOZ4zIy1Kh6oud.png b/FootBones/images/train_DX365_jpg.rf.QEXFvIkOZ4zIy1Kh6oud.png new file mode 100644 index 0000000000000000000000000000000000000000..5906e7fb9df11e9a38fa6a02a4e86dbddcb4a51c --- /dev/null +++ b/FootBones/images/train_DX365_jpg.rf.QEXFvIkOZ4zIy1Kh6oud.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0a1f2d3273f2864a855dc3e5ea278788521900d84e8c05e5265da4f2bafa7da +size 45742 diff --git a/FootBones/images/train_DX366_jpg.rf.jsg7525MWuynuJKSRCAh.png b/FootBones/images/train_DX366_jpg.rf.jsg7525MWuynuJKSRCAh.png new file mode 100644 index 0000000000000000000000000000000000000000..f0e73097daad5935e0ad3ddac05262d85198a07b --- /dev/null +++ b/FootBones/images/train_DX366_jpg.rf.jsg7525MWuynuJKSRCAh.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9298ad3434cd7b90059511c684cf7b28873ca194145fc7c0a46ce0169da8b172 +size 39223 diff --git a/FootBones/images/train_DX367_jpg.rf.yJvsyydGG1R1gYwa1crn.png b/FootBones/images/train_DX367_jpg.rf.yJvsyydGG1R1gYwa1crn.png new file mode 100644 index 0000000000000000000000000000000000000000..2444eb46053ef06adb6d344c6b143a52dcdd79f4 --- /dev/null +++ b/FootBones/images/train_DX367_jpg.rf.yJvsyydGG1R1gYwa1crn.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:588848c2f1c3def6f2715e3c50f76cf359b4a0f9399123d929888d79d070abee +size 45471 diff --git a/FootBones/images/train_DX369_jpg.rf.wc6xw4ztpAORmDJ6nnU2.png b/FootBones/images/train_DX369_jpg.rf.wc6xw4ztpAORmDJ6nnU2.png new file mode 100644 index 0000000000000000000000000000000000000000..f8f53059f9e3b6bb4afddc719d1042a8e77fe109 --- /dev/null +++ b/FootBones/images/train_DX369_jpg.rf.wc6xw4ztpAORmDJ6nnU2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81c8fa3ad87c0d1fb95d2824f56c40912316a23661a0d75b93981de9265e00eb +size 40812 diff --git a/FootBones/images/train_DX370_jpg.rf.ZtB6MG376gMdIxtPmDK9.png b/FootBones/images/train_DX370_jpg.rf.ZtB6MG376gMdIxtPmDK9.png new file mode 100644 index 0000000000000000000000000000000000000000..1ba8d9cb33f1c695718c54a47c5cd9039578877d --- /dev/null +++ b/FootBones/images/train_DX370_jpg.rf.ZtB6MG376gMdIxtPmDK9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8a626af233aefd3eb175704b6a4e9a9d494c1c35f58c222bb51e2e0c217a757 +size 41663 diff --git a/FootBones/images/train_DX372_jpg.rf.TyuxnLkmoMtY5O68Odsg.png b/FootBones/images/train_DX372_jpg.rf.TyuxnLkmoMtY5O68Odsg.png new file mode 100644 index 0000000000000000000000000000000000000000..379158661244060a5a4a16fcde2699fcc8cf1ee7 --- /dev/null +++ b/FootBones/images/train_DX372_jpg.rf.TyuxnLkmoMtY5O68Odsg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f59c920f529cb83df68c039555feaabb4281390622c025aba09e02c705660c2a +size 46892 diff --git a/FootBones/images/train_DX374_jpg.rf.ioIx2cPHLkOXaQzyWMFs.png b/FootBones/images/train_DX374_jpg.rf.ioIx2cPHLkOXaQzyWMFs.png new file mode 100644 index 0000000000000000000000000000000000000000..64e02250a52f18420028ff4ad8bf0742a607695c --- /dev/null +++ b/FootBones/images/train_DX374_jpg.rf.ioIx2cPHLkOXaQzyWMFs.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c8c3ab45cf246da8eca0a1a04a45b7c1b9963b51189030be6eb0da2f69414e5 +size 51067 diff --git a/FootBones/images/train_DX375_jpg.rf.r9z3TKvrrBhmrFY41H5l.png b/FootBones/images/train_DX375_jpg.rf.r9z3TKvrrBhmrFY41H5l.png new file mode 100644 index 0000000000000000000000000000000000000000..62fc5ce8eaedd3a14fe88bdfb45cfeb0fe6c3759 --- /dev/null +++ b/FootBones/images/train_DX375_jpg.rf.r9z3TKvrrBhmrFY41H5l.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e54af6b37190164d2776ca8059c4234b0052bd0aea200d7d251656bdb494e5a +size 46902 diff --git a/FootBones/images/train_DX376_jpg.rf.sr5upik0YTpAsKWezBi0.png b/FootBones/images/train_DX376_jpg.rf.sr5upik0YTpAsKWezBi0.png new file mode 100644 index 0000000000000000000000000000000000000000..69e810ba4589588a61004d04236362340f1ae7c0 --- /dev/null +++ b/FootBones/images/train_DX376_jpg.rf.sr5upik0YTpAsKWezBi0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e3f502428bc5ab0c090459ccf243099b9b060282ce745af33287f242a048f8d +size 67031 diff --git a/FootBones/images/train_DX377_jpg.rf.97SOfsWGeDZPtUOqZCMF.png b/FootBones/images/train_DX377_jpg.rf.97SOfsWGeDZPtUOqZCMF.png new file mode 100644 index 0000000000000000000000000000000000000000..8381ea8edab3c8f595700e5386773c531bdea7fd --- /dev/null +++ b/FootBones/images/train_DX377_jpg.rf.97SOfsWGeDZPtUOqZCMF.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a43e36a60b29d69d8a28692adf3be4d8bbaaf1fdae2c4ebfe3a157ee9c1a92d0 +size 57755 diff --git a/FootBones/images/train_DX378_jpg.rf.n0i6LnzB7mDmH5doQxh5.png b/FootBones/images/train_DX378_jpg.rf.n0i6LnzB7mDmH5doQxh5.png new file mode 100644 index 0000000000000000000000000000000000000000..a4c8d4db1f5e57c2654ab4f1bd31acd7cafa9b69 --- /dev/null +++ b/FootBones/images/train_DX378_jpg.rf.n0i6LnzB7mDmH5doQxh5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2385ef9b22d0d409d8fa54b269697059fff484105aea884c41b230240d7eaabb +size 44984 diff --git a/FootBones/images/train_DX379_jpg.rf.QmlbdGO75ihns0yhQUoP.png b/FootBones/images/train_DX379_jpg.rf.QmlbdGO75ihns0yhQUoP.png new file mode 100644 index 0000000000000000000000000000000000000000..a49dd7f010aa52f1b12eb45c86f30e90e9f27555 --- /dev/null +++ b/FootBones/images/train_DX379_jpg.rf.QmlbdGO75ihns0yhQUoP.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b289313a9dacb7aa535f0e33aa210812bb8ac4cea56fe184d0355a82adda3fe +size 61444 diff --git a/FootBones/images/train_DX37_jpg.rf.4DHlcEttz9Y5nisZmtde.png b/FootBones/images/train_DX37_jpg.rf.4DHlcEttz9Y5nisZmtde.png new file mode 100644 index 0000000000000000000000000000000000000000..5162e216aa9a8538fa99338ac4aa5904efeca1ab --- /dev/null +++ b/FootBones/images/train_DX37_jpg.rf.4DHlcEttz9Y5nisZmtde.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb79c1b446ce00fd7307228872d538ee421dcaab4182a2aa37de861c3fd0d0d8 +size 31646 diff --git a/FootBones/images/train_DX380_jpg.rf.jY0VuKdPj5wNGsIkkj58.png b/FootBones/images/train_DX380_jpg.rf.jY0VuKdPj5wNGsIkkj58.png new file mode 100644 index 0000000000000000000000000000000000000000..86d067073927f3be05d980b9e75f3de862af417e --- /dev/null +++ b/FootBones/images/train_DX380_jpg.rf.jY0VuKdPj5wNGsIkkj58.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97101fd3f83da51f45797792bc632b0ef4b19c21d26a7a3e488e2aea4427b5b3 +size 49266 diff --git a/FootBones/images/train_DX381_jpg.rf.Q3vzRz5sGJrpRmNBHp73.png b/FootBones/images/train_DX381_jpg.rf.Q3vzRz5sGJrpRmNBHp73.png new file mode 100644 index 0000000000000000000000000000000000000000..20bd819eb2beec00ee34855407bbf711f8f2e0fa --- /dev/null +++ b/FootBones/images/train_DX381_jpg.rf.Q3vzRz5sGJrpRmNBHp73.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f412c9b97109bc04de1ee7860178d665e0b71bf35e824455c0780a5b9648a02 +size 48346 diff --git a/FootBones/images/train_DX383_jpg.rf.pFTZRC476lbeAMJ6Wj5y.png b/FootBones/images/train_DX383_jpg.rf.pFTZRC476lbeAMJ6Wj5y.png new file mode 100644 index 0000000000000000000000000000000000000000..9d91425f0418031907ae1e4ac2cb03698f382ab5 --- /dev/null +++ b/FootBones/images/train_DX383_jpg.rf.pFTZRC476lbeAMJ6Wj5y.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0c7a14450ad382ba220ed57bf5f9602bac449c38b551ed7413031dd3b80615a +size 51253 diff --git a/FootBones/images/train_DX384_jpg.rf.ZN8AoVU5suuLG75tn40G.png b/FootBones/images/train_DX384_jpg.rf.ZN8AoVU5suuLG75tn40G.png new file mode 100644 index 0000000000000000000000000000000000000000..4e974de47eacb8f6fe1edcb4c8d22d4b91efcbd3 --- /dev/null +++ b/FootBones/images/train_DX384_jpg.rf.ZN8AoVU5suuLG75tn40G.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:621dd2155a1626ba8d0ff6762104004776b90c754acc16d599ce4dbee35d7563 +size 49761 diff --git a/FootBones/images/train_DX385_jpg.rf.6dxbQ56hEAcB9KP0Cfpz.png b/FootBones/images/train_DX385_jpg.rf.6dxbQ56hEAcB9KP0Cfpz.png new file mode 100644 index 0000000000000000000000000000000000000000..5cfbb7116138cc5ab569df1754762a65913cf451 --- /dev/null +++ b/FootBones/images/train_DX385_jpg.rf.6dxbQ56hEAcB9KP0Cfpz.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c2c5f936f19fe738f40be170ab067070faccc398bc1b946fb6db1dfeac1f764 +size 48861 diff --git a/FootBones/images/train_DX388_jpg.rf.JhbPMwy4h8ArKQSYswFB.png b/FootBones/images/train_DX388_jpg.rf.JhbPMwy4h8ArKQSYswFB.png new file mode 100644 index 0000000000000000000000000000000000000000..0056c067bb840577d5f1730c74b1a95da586a5a6 --- /dev/null +++ b/FootBones/images/train_DX388_jpg.rf.JhbPMwy4h8ArKQSYswFB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb79e37893a48aeae30420cb88db017be073b50c3ef419b8b88ed3e7c31728d5 +size 48774 diff --git a/FootBones/images/train_DX38_jpg.rf.vAg3AKwA25U1HyAbhXJs.png b/FootBones/images/train_DX38_jpg.rf.vAg3AKwA25U1HyAbhXJs.png new file mode 100644 index 0000000000000000000000000000000000000000..811cf3d94bb6ed4f856000604c5e7eb3cc45db25 --- /dev/null +++ b/FootBones/images/train_DX38_jpg.rf.vAg3AKwA25U1HyAbhXJs.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68b6f522ba74881863f944417d37dce62b5bb012b8f2735f802d44902a5f0030 +size 35806 diff --git a/FootBones/images/train_DX392_jpg.rf.HIWdIITEcSTFtMYtzpob.png b/FootBones/images/train_DX392_jpg.rf.HIWdIITEcSTFtMYtzpob.png new file mode 100644 index 0000000000000000000000000000000000000000..960cc4b2264e978d1c3371b0b593ed2015a64170 --- /dev/null +++ b/FootBones/images/train_DX392_jpg.rf.HIWdIITEcSTFtMYtzpob.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e536e093947a6c79bf36ae9aead86ef1e09eff8b7efa6e7e3746847aeaccbb0f +size 41203 diff --git a/FootBones/images/train_DX394_jpg.rf.j7lEbfHq4VuZ1fu9HLg9.png b/FootBones/images/train_DX394_jpg.rf.j7lEbfHq4VuZ1fu9HLg9.png new file mode 100644 index 0000000000000000000000000000000000000000..175b1966882eda852a953ba3f0f6808b3fe7ebcc --- /dev/null +++ b/FootBones/images/train_DX394_jpg.rf.j7lEbfHq4VuZ1fu9HLg9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae2a9c0b1295f8a918d53b7fc8f8187493d6d4002a4bea5d281daf5ca6931c19 +size 48739 diff --git a/FootBones/images/train_DX396_jpg.rf.i5BwfjysBIUj6LDDOpuX.png b/FootBones/images/train_DX396_jpg.rf.i5BwfjysBIUj6LDDOpuX.png new file mode 100644 index 0000000000000000000000000000000000000000..5e6586005d5f15ba2cd09ce61d588c8346542335 --- /dev/null +++ b/FootBones/images/train_DX396_jpg.rf.i5BwfjysBIUj6LDDOpuX.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d734f225fee1032cbfb4f53b87fe911f31e959e8256ab89c98b5d52aab11a84f +size 46564 diff --git a/FootBones/images/train_DX397_jpg.rf.gNLXfhchIhGt4RVBP4pS.png b/FootBones/images/train_DX397_jpg.rf.gNLXfhchIhGt4RVBP4pS.png new file mode 100644 index 0000000000000000000000000000000000000000..0d9ce2b9be9393a9552ab40a36b9432858d35b95 --- /dev/null +++ b/FootBones/images/train_DX397_jpg.rf.gNLXfhchIhGt4RVBP4pS.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1513d72634763b883c9fb716c2686cf3a234d0aa2a01e97a7997b6eea7da6283 +size 48793 diff --git a/FootBones/images/train_DX398_jpg.rf.uuE52uMxLfSdVFm07XBv.png b/FootBones/images/train_DX398_jpg.rf.uuE52uMxLfSdVFm07XBv.png new file mode 100644 index 0000000000000000000000000000000000000000..c2c968d2bb78be65370526e894a683c4d42056d9 --- /dev/null +++ b/FootBones/images/train_DX398_jpg.rf.uuE52uMxLfSdVFm07XBv.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac8a5144b5e431defc48553c3fba4cbe846c4794366f6c6b4b5baccb17ba3d24 +size 46772 diff --git a/FootBones/images/train_DX399_jpg.rf.v2PtWYzzvDcoLlc9GAdE.png b/FootBones/images/train_DX399_jpg.rf.v2PtWYzzvDcoLlc9GAdE.png new file mode 100644 index 0000000000000000000000000000000000000000..ff568274d9d6960f76de8dde804e0c908fe13093 --- /dev/null +++ b/FootBones/images/train_DX399_jpg.rf.v2PtWYzzvDcoLlc9GAdE.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42717dbf286769412b82b527200a0dc0942eb483a132682b347622e77ea4a60e +size 45671 diff --git a/FootBones/images/train_DX3_jpg.rf.MQVLeKCZuJ4j1o8b1S47.png b/FootBones/images/train_DX3_jpg.rf.MQVLeKCZuJ4j1o8b1S47.png new file mode 100644 index 0000000000000000000000000000000000000000..b1d74025047f68dc5ee7c128ff9bfe124dbcd3d2 --- /dev/null +++ b/FootBones/images/train_DX3_jpg.rf.MQVLeKCZuJ4j1o8b1S47.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f59ebfa3a19b48ab829d59a66bbc41863d3e38447749a2d50412f95b1acf6c66 +size 36351 diff --git a/FootBones/images/train_DX400_jpg.rf.nh2JaSBc7yYWiMupp5ga.png b/FootBones/images/train_DX400_jpg.rf.nh2JaSBc7yYWiMupp5ga.png new file mode 100644 index 0000000000000000000000000000000000000000..66a8cef6c539a051076c41dbe7f98405902a8349 --- /dev/null +++ b/FootBones/images/train_DX400_jpg.rf.nh2JaSBc7yYWiMupp5ga.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbef2fdc40f2eab2438c4505456ff9823c5d9bc787526b01293f3196f2c9aff1 +size 51968 diff --git a/FootBones/images/train_DX401_jpg.rf.RzSBAlmqApfbxoiMayt0.png b/FootBones/images/train_DX401_jpg.rf.RzSBAlmqApfbxoiMayt0.png new file mode 100644 index 0000000000000000000000000000000000000000..e62919a40ea19c7f2ddf48434a460c76fea2d8c1 --- /dev/null +++ b/FootBones/images/train_DX401_jpg.rf.RzSBAlmqApfbxoiMayt0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:139749c4b21931913264d18ebbdc536c3fc4cdbe85c2ed7b7efb944ceca7153a +size 49037 diff --git a/FootBones/images/train_DX403_jpg.rf.9nXoxuUrZI5vZ9ShlOdH.png b/FootBones/images/train_DX403_jpg.rf.9nXoxuUrZI5vZ9ShlOdH.png new file mode 100644 index 0000000000000000000000000000000000000000..fb549f71c258224591e1f7f9d87b679698f46da0 --- /dev/null +++ b/FootBones/images/train_DX403_jpg.rf.9nXoxuUrZI5vZ9ShlOdH.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1d7df53647388495db097ef5d65db97c1d64450aabf089aa71f3b0c0bb269a8 +size 43870 diff --git a/FootBones/images/train_DX406_jpg.rf.6znpWEhpBTXygOVoOnBL.png b/FootBones/images/train_DX406_jpg.rf.6znpWEhpBTXygOVoOnBL.png new file mode 100644 index 0000000000000000000000000000000000000000..1925d2400813cf41fb4fb4946636217b25bc0086 --- /dev/null +++ b/FootBones/images/train_DX406_jpg.rf.6znpWEhpBTXygOVoOnBL.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb3bd2cb1954629a757b951224bcecea7dc7d0adc84f8ccd57f54dd7b01b7908 +size 42772 diff --git a/FootBones/images/train_DX407_jpg.rf.UYphYuyRUBO1l1bQGOEM.png b/FootBones/images/train_DX407_jpg.rf.UYphYuyRUBO1l1bQGOEM.png new file mode 100644 index 0000000000000000000000000000000000000000..f1301d4282bdc5384df314be1f38e369ac25a211 --- /dev/null +++ b/FootBones/images/train_DX407_jpg.rf.UYphYuyRUBO1l1bQGOEM.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:652e784a133413bb4fcaff252393802a24634499d9947d0ed29ccc19aa8b3530 +size 61001 diff --git a/FootBones/images/train_DX408_jpg.rf.Ql19AOizIeUdvJjclWkj.png b/FootBones/images/train_DX408_jpg.rf.Ql19AOizIeUdvJjclWkj.png new file mode 100644 index 0000000000000000000000000000000000000000..2abf18176f104bd127169c17e374fe2d9ea69414 --- /dev/null +++ b/FootBones/images/train_DX408_jpg.rf.Ql19AOizIeUdvJjclWkj.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1fa0ca11b940712a733423605c02d5e8906ade41567dc4e112c2644edefe631 +size 46744 diff --git a/FootBones/images/train_DX410_jpg.rf.eXRf454JwRPBmZJHUAeD.png b/FootBones/images/train_DX410_jpg.rf.eXRf454JwRPBmZJHUAeD.png new file mode 100644 index 0000000000000000000000000000000000000000..7d6e1ebd01d8cf79ee6a7f9ada1ce28e66771a32 --- /dev/null +++ b/FootBones/images/train_DX410_jpg.rf.eXRf454JwRPBmZJHUAeD.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c67aed3ba6f627d762bdbe1737b5003e9d75925317b09860122385f6718ac75 +size 38889 diff --git a/FootBones/images/train_DX412_jpg.rf.UVJvqnakJwwK3Zim0f7u.png b/FootBones/images/train_DX412_jpg.rf.UVJvqnakJwwK3Zim0f7u.png new file mode 100644 index 0000000000000000000000000000000000000000..cd20e49ff4eb985e62c14de7ee1306b4aec68377 --- /dev/null +++ b/FootBones/images/train_DX412_jpg.rf.UVJvqnakJwwK3Zim0f7u.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54f6580bc39c8ada86a5b01623ae04ce1481ab6b4522ec37f5823bf4ff810018 +size 46286 diff --git a/FootBones/images/train_DX413_jpg.rf.NP95gjl1bftb3WiRkGns.png b/FootBones/images/train_DX413_jpg.rf.NP95gjl1bftb3WiRkGns.png new file mode 100644 index 0000000000000000000000000000000000000000..ce6205cf170372c6456aeea638e1ef6f7b617ec1 --- /dev/null +++ b/FootBones/images/train_DX413_jpg.rf.NP95gjl1bftb3WiRkGns.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4efac32ab5a202f5b9feaae2d2f2bfffaf6141230ea2bb00217aa3e32a1a3df +size 47405 diff --git a/FootBones/images/train_DX419_jpg.rf.ED8HlNnXMnXVKzHPcWpy.png b/FootBones/images/train_DX419_jpg.rf.ED8HlNnXMnXVKzHPcWpy.png new file mode 100644 index 0000000000000000000000000000000000000000..d0038bb39239649cbfa21a522d5a577863917e1a --- /dev/null +++ b/FootBones/images/train_DX419_jpg.rf.ED8HlNnXMnXVKzHPcWpy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:befdea241ebcd8a1686de3a708906093c9334db48df71789fa1756715e76472c +size 52127 diff --git a/FootBones/images/train_DX420_jpg.rf.om7tpLzJj4Bj7yRZeZsd.png b/FootBones/images/train_DX420_jpg.rf.om7tpLzJj4Bj7yRZeZsd.png new file mode 100644 index 0000000000000000000000000000000000000000..864ac07e037f5fcfa4a2e4d1e60047eabe2c9d8f --- /dev/null +++ b/FootBones/images/train_DX420_jpg.rf.om7tpLzJj4Bj7yRZeZsd.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a96c63084b7e60efceb42b8f326a84fa4c532d0b31efe7adf6052ca9adc602d8 +size 57324 diff --git a/FootBones/images/train_DX421_jpg.rf.RDcqACsv8dn8FFgANBlh.png b/FootBones/images/train_DX421_jpg.rf.RDcqACsv8dn8FFgANBlh.png new file mode 100644 index 0000000000000000000000000000000000000000..06b26d592d94c74c6b1ea662d62cca2fec9bde14 --- /dev/null +++ b/FootBones/images/train_DX421_jpg.rf.RDcqACsv8dn8FFgANBlh.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:409303923e1ff2e02b70d9870feb2c84622320ad5d6e4027f0a8e0ba0a6602fe +size 47151 diff --git a/FootBones/images/train_DX423_jpg.rf.KM70xUnryclcsvUUKLRS.png b/FootBones/images/train_DX423_jpg.rf.KM70xUnryclcsvUUKLRS.png new file mode 100644 index 0000000000000000000000000000000000000000..973f3653e944240d2c24603043356846940268de --- /dev/null +++ b/FootBones/images/train_DX423_jpg.rf.KM70xUnryclcsvUUKLRS.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b468a4b3284bebf4d20ba89b41fdc9e88e045830f8a0550af141f832c520768 +size 38539 diff --git a/FootBones/images/train_DX427_jpg.rf.aRJaqmGxXjwcdmVvmJCQ.png b/FootBones/images/train_DX427_jpg.rf.aRJaqmGxXjwcdmVvmJCQ.png new file mode 100644 index 0000000000000000000000000000000000000000..c810859ec2c4ac414e46b55d335584765465465e --- /dev/null +++ b/FootBones/images/train_DX427_jpg.rf.aRJaqmGxXjwcdmVvmJCQ.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e20ec6dfe085a4a3ee466814ff012898311330105cfdbfc3721e15b8a897014 +size 44882 diff --git a/FootBones/images/train_DX428_jpg.rf.lz8RgvacYOiJInWYUaBg.png b/FootBones/images/train_DX428_jpg.rf.lz8RgvacYOiJInWYUaBg.png new file mode 100644 index 0000000000000000000000000000000000000000..9061a8adfda22398d2e756077867454644994f13 --- /dev/null +++ b/FootBones/images/train_DX428_jpg.rf.lz8RgvacYOiJInWYUaBg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c4ebb7537bef5215ace36940c0ce3e2505d9c598c5ab9f86116c92e6cac80df +size 49195 diff --git a/FootBones/images/train_DX429_jpg.rf.vZeyonQPgcbTxWIL33OQ.png b/FootBones/images/train_DX429_jpg.rf.vZeyonQPgcbTxWIL33OQ.png new file mode 100644 index 0000000000000000000000000000000000000000..54d2610f27c21ba724ff5481b0e37c8848911d26 --- /dev/null +++ b/FootBones/images/train_DX429_jpg.rf.vZeyonQPgcbTxWIL33OQ.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20463ad0517d455f84507efea699bc701c46db478dbb0421cc7a7d83ea634c25 +size 47146 diff --git a/FootBones/images/train_DX430_jpg.rf.Nk3ydFlZ4xZuRKWHldEb.png b/FootBones/images/train_DX430_jpg.rf.Nk3ydFlZ4xZuRKWHldEb.png new file mode 100644 index 0000000000000000000000000000000000000000..ba832865d2f58634ab03ae7993925a015efe0c9a --- /dev/null +++ b/FootBones/images/train_DX430_jpg.rf.Nk3ydFlZ4xZuRKWHldEb.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12699c190c38d929fcc4e612746d1b89e6ff6aef83003d5a5bd37420dd4d290a +size 48689 diff --git a/FootBones/images/train_DX431_jpg.rf.EnpyUddoLN3eNDRueFNB.png b/FootBones/images/train_DX431_jpg.rf.EnpyUddoLN3eNDRueFNB.png new file mode 100644 index 0000000000000000000000000000000000000000..ed9f2547e10bf09c4b512e5c2d852c166d19b9dc --- /dev/null +++ b/FootBones/images/train_DX431_jpg.rf.EnpyUddoLN3eNDRueFNB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23e8f0b844b09931d4bf243ea8a07c5c42ec7ac2ffc313b9469c49436be2e2d2 +size 46625 diff --git a/FootBones/images/train_DX432_jpg.rf.SqMaUBkO69zxcyUWjvBK.png b/FootBones/images/train_DX432_jpg.rf.SqMaUBkO69zxcyUWjvBK.png new file mode 100644 index 0000000000000000000000000000000000000000..5d181f7184ebd2be9baa6e0a5985862058602399 --- /dev/null +++ b/FootBones/images/train_DX432_jpg.rf.SqMaUBkO69zxcyUWjvBK.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1256cace0626b57efbbb314796e3a856cb68fb1d821314b46e4d488308fb5c1b +size 51713 diff --git a/FootBones/images/train_DX435_jpg.rf.3fFIVCqQbvQ3J9ymjb8h.png b/FootBones/images/train_DX435_jpg.rf.3fFIVCqQbvQ3J9ymjb8h.png new file mode 100644 index 0000000000000000000000000000000000000000..c5a4a869280dfe4f8e607786bba9bfc8f2c47e16 --- /dev/null +++ b/FootBones/images/train_DX435_jpg.rf.3fFIVCqQbvQ3J9ymjb8h.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9cc584d1350a66dcb166bc0ca81374146bead681d1bec34264ac6256bf64e0b +size 46848 diff --git a/FootBones/images/train_DX436_jpg.rf.h0Y1XXizrbpBwVKnJmfn.png b/FootBones/images/train_DX436_jpg.rf.h0Y1XXizrbpBwVKnJmfn.png new file mode 100644 index 0000000000000000000000000000000000000000..5b09a61b8a982380adb873302a949ded0cd1e7b7 --- /dev/null +++ b/FootBones/images/train_DX436_jpg.rf.h0Y1XXizrbpBwVKnJmfn.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca9160fb33feff8118b5c95485961a079de28708e8948e2acb6f66ad58430f70 +size 47799 diff --git a/FootBones/images/train_DX437_jpg.rf.SKX8FEmoTxsovho7cNXd.png b/FootBones/images/train_DX437_jpg.rf.SKX8FEmoTxsovho7cNXd.png new file mode 100644 index 0000000000000000000000000000000000000000..b6d2b992f1ba40c2ae26a3703cc5eea7af10452e --- /dev/null +++ b/FootBones/images/train_DX437_jpg.rf.SKX8FEmoTxsovho7cNXd.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3cd820627d99c8383e61e4fc752a7abed6f7eda0e336f5af6c252cb8858e259 +size 42231 diff --git a/FootBones/images/train_DX439_jpg.rf.ymOpOORpP6z467FPW0Zz.png b/FootBones/images/train_DX439_jpg.rf.ymOpOORpP6z467FPW0Zz.png new file mode 100644 index 0000000000000000000000000000000000000000..85f716d8ef37ff9a20a289cd1fa8fedc8e5413ca --- /dev/null +++ b/FootBones/images/train_DX439_jpg.rf.ymOpOORpP6z467FPW0Zz.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe9ffc9aef3ae78ba3a4fc1958fcbd0ba7868c1cc22ff4e6c7967ba9c6a0db97 +size 43669 diff --git a/FootBones/images/train_DX440_jpg.rf.efUg5Id8fuEECXUoCwPg.png b/FootBones/images/train_DX440_jpg.rf.efUg5Id8fuEECXUoCwPg.png new file mode 100644 index 0000000000000000000000000000000000000000..d1271119dc58a82362cbbc4e94c71532275806e4 --- /dev/null +++ b/FootBones/images/train_DX440_jpg.rf.efUg5Id8fuEECXUoCwPg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1f6545823e614bf72a2bd9929957d5440873d15a80f8f04f3e6a941558e11fd +size 47705 diff --git a/FootBones/images/train_DX442_jpg.rf.n5eHOXjct5cnn49RBWX9.png b/FootBones/images/train_DX442_jpg.rf.n5eHOXjct5cnn49RBWX9.png new file mode 100644 index 0000000000000000000000000000000000000000..5d690429d34f61219676762f975be6287ae1d807 --- /dev/null +++ b/FootBones/images/train_DX442_jpg.rf.n5eHOXjct5cnn49RBWX9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fd785a656269823ddc3ce5147bb911a4db6b5f0550e0da6472f252ed238f7db +size 53697 diff --git a/FootBones/images/train_DX443_jpg.rf.82m8tPObWqLEVXW3nN0w.png b/FootBones/images/train_DX443_jpg.rf.82m8tPObWqLEVXW3nN0w.png new file mode 100644 index 0000000000000000000000000000000000000000..c7b87dd8948e5cb6c2733e863ec0a90a02543f08 --- /dev/null +++ b/FootBones/images/train_DX443_jpg.rf.82m8tPObWqLEVXW3nN0w.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60e56f280d3a2a47474fc7e2a8658cf14d59f341325f3699e70d4ff0d386c437 +size 52765 diff --git a/FootBones/images/train_DX444_jpg.rf.rOG57OTRLVsr5LAEqYGk.png b/FootBones/images/train_DX444_jpg.rf.rOG57OTRLVsr5LAEqYGk.png new file mode 100644 index 0000000000000000000000000000000000000000..9e024419db54c264ae726477f86746f98363cd54 --- /dev/null +++ b/FootBones/images/train_DX444_jpg.rf.rOG57OTRLVsr5LAEqYGk.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db706512cb726d3e79273284ceb9007428310770e0f78564dffb4cf707f11850 +size 45153 diff --git a/FootBones/images/train_DX445_jpg.rf.pSJdlIRXA4ojGQmVzDbw.png b/FootBones/images/train_DX445_jpg.rf.pSJdlIRXA4ojGQmVzDbw.png new file mode 100644 index 0000000000000000000000000000000000000000..6aa2d7c4e5d7a04fada2ad5892ef3216f52f14b0 --- /dev/null +++ b/FootBones/images/train_DX445_jpg.rf.pSJdlIRXA4ojGQmVzDbw.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29fcaef94cfb69cb425eb23edb29d3bd297eecc499d0761063c988d5bc5ca6eb +size 57501 diff --git a/FootBones/images/train_DX446_jpg.rf.f1GOa89Z7Xk0I9acma3q.png b/FootBones/images/train_DX446_jpg.rf.f1GOa89Z7Xk0I9acma3q.png new file mode 100644 index 0000000000000000000000000000000000000000..ecec9145fa4fafd8334ab97d42fc591387a2dad5 --- /dev/null +++ b/FootBones/images/train_DX446_jpg.rf.f1GOa89Z7Xk0I9acma3q.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aa34a3968733bc568dc0aa7e6616df9f07d8fb1ddddef840a82b4f8cdef957e +size 47329 diff --git a/FootBones/images/train_DX447_jpg.rf.aO3xxECqp2qcwHFqqLxG.png b/FootBones/images/train_DX447_jpg.rf.aO3xxECqp2qcwHFqqLxG.png new file mode 100644 index 0000000000000000000000000000000000000000..2bf65f9113771770d7fe0ef9518bbddfa58cde90 --- /dev/null +++ b/FootBones/images/train_DX447_jpg.rf.aO3xxECqp2qcwHFqqLxG.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dcaf8bffc4361afaa0f34fee7499ca514c0df663d824458eac23579f78f5f3e +size 47965 diff --git a/FootBones/images/train_DX450_jpg.rf.eSv4Fm2bER13llbti3v2.png b/FootBones/images/train_DX450_jpg.rf.eSv4Fm2bER13llbti3v2.png new file mode 100644 index 0000000000000000000000000000000000000000..6ee3d43f118451aed2a867b30bdca9d77248bb87 --- /dev/null +++ b/FootBones/images/train_DX450_jpg.rf.eSv4Fm2bER13llbti3v2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:359f5b27a999937fe0acca02c5999325287d23d3aada9d03c4d63d6396540cdd +size 51482 diff --git a/FootBones/images/train_DX453_jpg.rf.tdsoG5dblzhzIuia1fcU.png b/FootBones/images/train_DX453_jpg.rf.tdsoG5dblzhzIuia1fcU.png new file mode 100644 index 0000000000000000000000000000000000000000..89d5dfd95ff93bdbaf082fe7154643e1425de157 --- /dev/null +++ b/FootBones/images/train_DX453_jpg.rf.tdsoG5dblzhzIuia1fcU.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56ebfa6aab1ca58e97863fe67fb90395e7d6ea87683a99eb6fb32689612241b0 +size 45242 diff --git a/FootBones/images/train_DX454_jpg.rf.2SX81AinW4GGa55y5Ny7.png b/FootBones/images/train_DX454_jpg.rf.2SX81AinW4GGa55y5Ny7.png new file mode 100644 index 0000000000000000000000000000000000000000..01a0facd2c9f041812b8c70fdb9192be7ebbabb8 --- /dev/null +++ b/FootBones/images/train_DX454_jpg.rf.2SX81AinW4GGa55y5Ny7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45ee9a71fbbf147c02624f7ac9dd46f6750f673251a8398b50396d3827bbbac2 +size 42182 diff --git a/FootBones/images/train_DX457_jpg.rf.Ae9EeeZNZMM2j7UGutAB.png b/FootBones/images/train_DX457_jpg.rf.Ae9EeeZNZMM2j7UGutAB.png new file mode 100644 index 0000000000000000000000000000000000000000..fc9c3e3582dc3b00ca945da46abe6471a812ca90 --- /dev/null +++ b/FootBones/images/train_DX457_jpg.rf.Ae9EeeZNZMM2j7UGutAB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:632708e8e4d3fc397d696eb843d2613d0101a9584a447fd9443a78bb7eb143e6 +size 43250 diff --git a/FootBones/images/train_DX459_jpg.rf.LerU9znAPBwEf4Ifnsq1.png b/FootBones/images/train_DX459_jpg.rf.LerU9znAPBwEf4Ifnsq1.png new file mode 100644 index 0000000000000000000000000000000000000000..1ea0dcf744b2dbfdff9e875b32c624aafc5a2147 --- /dev/null +++ b/FootBones/images/train_DX459_jpg.rf.LerU9znAPBwEf4Ifnsq1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e7ce16e28686117d132fcae2d4bc51ca8a1a65637dc0b90225d5b166d4e716c +size 50045 diff --git a/FootBones/images/train_DX461_jpg.rf.oeC8GwzuDEPWdGX0wVYm.png b/FootBones/images/train_DX461_jpg.rf.oeC8GwzuDEPWdGX0wVYm.png new file mode 100644 index 0000000000000000000000000000000000000000..e72486fc3301cbf4a86b7e4f666b996dca9fafb8 --- /dev/null +++ b/FootBones/images/train_DX461_jpg.rf.oeC8GwzuDEPWdGX0wVYm.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3579706c85cd3168cf11f2e76a4aa603c27d82e5f2b2c78a5adf98fba6827ef8 +size 49890 diff --git a/FootBones/images/train_DX462_jpg.rf.AkgMwLpAo2gZxy62C8V0.png b/FootBones/images/train_DX462_jpg.rf.AkgMwLpAo2gZxy62C8V0.png new file mode 100644 index 0000000000000000000000000000000000000000..478a46857a5bef20f54a7b8fbf9a12a03751d9d0 --- /dev/null +++ b/FootBones/images/train_DX462_jpg.rf.AkgMwLpAo2gZxy62C8V0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f51dd9827110604d6bdeff71f36a5cba75d902644578b6b1bd487c39ff069c84 +size 45084 diff --git a/FootBones/images/train_DX463_jpg.rf.cYvmF7iK1XifGOhcuc77.png b/FootBones/images/train_DX463_jpg.rf.cYvmF7iK1XifGOhcuc77.png new file mode 100644 index 0000000000000000000000000000000000000000..edad7f9b553f8f27b2fc86f0095e8346efd2ff6b --- /dev/null +++ b/FootBones/images/train_DX463_jpg.rf.cYvmF7iK1XifGOhcuc77.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ebdead6f644dc15660594fb63478fea8c1a08f7b138f0746983d1cd1ecd9661 +size 49102 diff --git a/FootBones/images/train_DX466_jpg.rf.07egBdyE9ZFDj7yWp5Sh.png b/FootBones/images/train_DX466_jpg.rf.07egBdyE9ZFDj7yWp5Sh.png new file mode 100644 index 0000000000000000000000000000000000000000..64622b61be041c1b085c87f6123676b7a2c52c71 --- /dev/null +++ b/FootBones/images/train_DX466_jpg.rf.07egBdyE9ZFDj7yWp5Sh.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56a973d7b881cbd7a40e32bc4581372a750825de5a1032aa7aba13409d5a0b76 +size 51437 diff --git a/FootBones/images/train_DX467_jpg.rf.8qYDoliHSEFUY3JYGEoU.png b/FootBones/images/train_DX467_jpg.rf.8qYDoliHSEFUY3JYGEoU.png new file mode 100644 index 0000000000000000000000000000000000000000..b202fb8f348179043e015b250936df2dd690e618 --- /dev/null +++ b/FootBones/images/train_DX467_jpg.rf.8qYDoliHSEFUY3JYGEoU.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6587528ccba157250109def2072bf5e853cf0e8053e7c6846b46057bb405ae0 +size 43160 diff --git a/FootBones/images/train_DX469_jpg.rf.wrhWx6kAr0Ip7qxEg3aq.png b/FootBones/images/train_DX469_jpg.rf.wrhWx6kAr0Ip7qxEg3aq.png new file mode 100644 index 0000000000000000000000000000000000000000..8acaa93aefd598c294c90507d63985fd7925ea8d --- /dev/null +++ b/FootBones/images/train_DX469_jpg.rf.wrhWx6kAr0Ip7qxEg3aq.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24bf508662d9b42046e2e994b1c321ccb1e3f5b3877e2c7ce597e9f9ad2ce3b5 +size 50091 diff --git a/FootBones/images/train_DX471_jpg.rf.nzYhN8hLgnj0XZJnjPAB.png b/FootBones/images/train_DX471_jpg.rf.nzYhN8hLgnj0XZJnjPAB.png new file mode 100644 index 0000000000000000000000000000000000000000..ead255c6afb630a4b85e34fd22214887e8fb6b5f --- /dev/null +++ b/FootBones/images/train_DX471_jpg.rf.nzYhN8hLgnj0XZJnjPAB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:032ebb97f84df6614979651162ad31419f918a4f72b970a90c17ad31a8449f75 +size 49790 diff --git a/FootBones/images/train_DX473_jpg.rf.YXyCEJ3DLs9w14iqJeT6.png b/FootBones/images/train_DX473_jpg.rf.YXyCEJ3DLs9w14iqJeT6.png new file mode 100644 index 0000000000000000000000000000000000000000..02d1ec38e40bbe82fa91688d249f80e008d3a7bf --- /dev/null +++ b/FootBones/images/train_DX473_jpg.rf.YXyCEJ3DLs9w14iqJeT6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52ed734b09daf7544155f2784f53a21c439df8d477bdd3c0c7a2957757030596 +size 46101 diff --git a/FootBones/images/train_DX474_jpg.rf.0P4VHEM3l7W98X4j0w0w.png b/FootBones/images/train_DX474_jpg.rf.0P4VHEM3l7W98X4j0w0w.png new file mode 100644 index 0000000000000000000000000000000000000000..bee1527c01b07b3977e196ed4cc58536fd5f1b16 --- /dev/null +++ b/FootBones/images/train_DX474_jpg.rf.0P4VHEM3l7W98X4j0w0w.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1f17d0773003d4b4fbccd7283fab39744119ff0ffee0a4ffda1f2ce6eb43573 +size 47972 diff --git a/FootBones/images/train_DX475_jpg.rf.HmvfPe6uuHEC1Gs19NbE.png b/FootBones/images/train_DX475_jpg.rf.HmvfPe6uuHEC1Gs19NbE.png new file mode 100644 index 0000000000000000000000000000000000000000..c72e0db5f73850234196061ff3ed27e3bb6b7112 --- /dev/null +++ b/FootBones/images/train_DX475_jpg.rf.HmvfPe6uuHEC1Gs19NbE.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af91aaf1dec5c0c4e1e6031d09879362ee4304d726b86a1e4cf3e46571fe1c50 +size 48487 diff --git a/FootBones/images/train_DX477_jpg.rf.8ZgWjhVkM0KBZDprkfFK.png b/FootBones/images/train_DX477_jpg.rf.8ZgWjhVkM0KBZDprkfFK.png new file mode 100644 index 0000000000000000000000000000000000000000..4f3b3c85ba5efed76ba93f941792518acd2cb824 --- /dev/null +++ b/FootBones/images/train_DX477_jpg.rf.8ZgWjhVkM0KBZDprkfFK.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdd91e679a9d52672b9f61df4f5e1f5be7c318e6171232c99ae1c6df2b45866b +size 62741 diff --git a/FootBones/images/train_DX478_jpg.rf.doi3IdSOhdOX6GXNWmSE.png b/FootBones/images/train_DX478_jpg.rf.doi3IdSOhdOX6GXNWmSE.png new file mode 100644 index 0000000000000000000000000000000000000000..44dcfbad8cd2b9026727d8902fc1e52c2237f530 --- /dev/null +++ b/FootBones/images/train_DX478_jpg.rf.doi3IdSOhdOX6GXNWmSE.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:218dd436f03779dd1e6b3220a5a230fc180d99cd3167eff790aff43779b1899c +size 51404 diff --git a/FootBones/images/train_DX483_jpg.rf.ceHoMSW5MmDu6imoBgyn.png b/FootBones/images/train_DX483_jpg.rf.ceHoMSW5MmDu6imoBgyn.png new file mode 100644 index 0000000000000000000000000000000000000000..29c9de2733fced6194ee31c09e468c87fec09813 --- /dev/null +++ b/FootBones/images/train_DX483_jpg.rf.ceHoMSW5MmDu6imoBgyn.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7373c9bfca986a0f900b798f271181c00c10b626ba9a1ff960665722864cb8e4 +size 46677 diff --git a/FootBones/images/train_DX484_jpg.rf.PbKF55ZiEbfZw03najjB.png b/FootBones/images/train_DX484_jpg.rf.PbKF55ZiEbfZw03najjB.png new file mode 100644 index 0000000000000000000000000000000000000000..ecf00e23138b8ce4a3193ad3805dc2fa54017fb7 --- /dev/null +++ b/FootBones/images/train_DX484_jpg.rf.PbKF55ZiEbfZw03najjB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2958c4d80e12c3edb23e6eb81ecef4bdabb2cc5a33a42075195ad6c4ae79daa9 +size 50224 diff --git a/FootBones/images/train_DX485_jpg.rf.pJIg3FLEbGmUJlsJJqq7.png b/FootBones/images/train_DX485_jpg.rf.pJIg3FLEbGmUJlsJJqq7.png new file mode 100644 index 0000000000000000000000000000000000000000..17726d5363c3bb5d05f2081f99a95c37ca94faea --- /dev/null +++ b/FootBones/images/train_DX485_jpg.rf.pJIg3FLEbGmUJlsJJqq7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f2a28d3812abe2686d71e8f5ade648041ef9ec7df0f77d54610fe973ddd107c +size 48651 diff --git a/FootBones/images/train_DX486_jpg.rf.NUyKeqgv8Id2ivCOvGOJ.png b/FootBones/images/train_DX486_jpg.rf.NUyKeqgv8Id2ivCOvGOJ.png new file mode 100644 index 0000000000000000000000000000000000000000..d1c0a908906eb17808785f2f2fe82f58c3a4ec7b --- /dev/null +++ b/FootBones/images/train_DX486_jpg.rf.NUyKeqgv8Id2ivCOvGOJ.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b072df0bc822b57574cf8013d77f79edd395b9caf3b1e757cbe34ae1f23d2788 +size 41803 diff --git a/FootBones/images/train_DX487_jpg.rf.xxeaHXKGt19uiopm6koF.png b/FootBones/images/train_DX487_jpg.rf.xxeaHXKGt19uiopm6koF.png new file mode 100644 index 0000000000000000000000000000000000000000..5864ed8df3a31796e2d86259ab73a740f32cc78e --- /dev/null +++ b/FootBones/images/train_DX487_jpg.rf.xxeaHXKGt19uiopm6koF.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d2f7ffecad2b542eb86f696f2903f7067cccb7e482504be2c98c22fce7af5ab +size 44270 diff --git a/FootBones/images/train_DX488_jpg.rf.8IxHQIvjMpfbEbtrZQzu.png b/FootBones/images/train_DX488_jpg.rf.8IxHQIvjMpfbEbtrZQzu.png new file mode 100644 index 0000000000000000000000000000000000000000..b56a45ee1b1d23ba94d96950bea92aeb022284fe --- /dev/null +++ b/FootBones/images/train_DX488_jpg.rf.8IxHQIvjMpfbEbtrZQzu.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:227fb8023107f176c37d41da01a3f68f5e3cdeb5d79de2b63a5ad8db8b3cb236 +size 36294 diff --git a/FootBones/images/train_DX490_jpg.rf.45kYKdJVb27ylpaD9qNj.png b/FootBones/images/train_DX490_jpg.rf.45kYKdJVb27ylpaD9qNj.png new file mode 100644 index 0000000000000000000000000000000000000000..f4fb1732b72474b7a09c334c3e293f74b954a934 --- /dev/null +++ b/FootBones/images/train_DX490_jpg.rf.45kYKdJVb27ylpaD9qNj.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fee4467fb18c8d555a1e2e5e4675eba8b68dd45f3421411d6f71070a1feb5f41 +size 47257 diff --git a/FootBones/images/train_DX492_jpg.rf.t5V3eLZ4jorImzBx2BGS.png b/FootBones/images/train_DX492_jpg.rf.t5V3eLZ4jorImzBx2BGS.png new file mode 100644 index 0000000000000000000000000000000000000000..3766e0d1b26f3add61359e2e40bc63f755f5fdb4 --- /dev/null +++ b/FootBones/images/train_DX492_jpg.rf.t5V3eLZ4jorImzBx2BGS.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:855793d4ac0691ee02549367f153a772020462daa2176d13644c5693333b1364 +size 47038 diff --git a/FootBones/images/train_DX493_jpg.rf.igx1ImRTmqbBHju0uum4.png b/FootBones/images/train_DX493_jpg.rf.igx1ImRTmqbBHju0uum4.png new file mode 100644 index 0000000000000000000000000000000000000000..103bce88c24c3fdd5dbc6fe2eab18ac67a3939be --- /dev/null +++ b/FootBones/images/train_DX493_jpg.rf.igx1ImRTmqbBHju0uum4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4addd18a09d3997c2bdddce40f0a61b8524f7d0e3bc50c690fa5faa41b6bd58 +size 43507 diff --git a/FootBones/images/train_DX494_jpg.rf.2DpQoW8TTYvWhPwr8iYT.png b/FootBones/images/train_DX494_jpg.rf.2DpQoW8TTYvWhPwr8iYT.png new file mode 100644 index 0000000000000000000000000000000000000000..27c6f2e653d338dd633066db232083fd80252c8c --- /dev/null +++ b/FootBones/images/train_DX494_jpg.rf.2DpQoW8TTYvWhPwr8iYT.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d28d9765959cecff584cce63b2cccd74a75e05561ad888f473f3dce9ef2c25b +size 43261 diff --git a/FootBones/images/train_DX495_jpg.rf.1Ss0MB1Xha7a5OvuSqls.png b/FootBones/images/train_DX495_jpg.rf.1Ss0MB1Xha7a5OvuSqls.png new file mode 100644 index 0000000000000000000000000000000000000000..c1d44ef4716b9e5d0c5c0919b42acf5665095540 --- /dev/null +++ b/FootBones/images/train_DX495_jpg.rf.1Ss0MB1Xha7a5OvuSqls.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8a8002512bb69dfaefc4f2837bdcd75b4a34c81429b86e87c9c26f6537491dc +size 47707 diff --git a/FootBones/images/train_DX496_jpg.rf.m9lTtcp2GGEYMxdG2pB6.png b/FootBones/images/train_DX496_jpg.rf.m9lTtcp2GGEYMxdG2pB6.png new file mode 100644 index 0000000000000000000000000000000000000000..2acf367cdcd029b3fd40216f18bde9e41d12f2a3 --- /dev/null +++ b/FootBones/images/train_DX496_jpg.rf.m9lTtcp2GGEYMxdG2pB6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bbea9b25089e5d1a8d7b0b9f5739f60c9426d213d4c2e5c43cbe424651d8b85 +size 61856 diff --git a/FootBones/images/train_DX497_jpg.rf.rKO26oYs0gIHAzmGl3xs.png b/FootBones/images/train_DX497_jpg.rf.rKO26oYs0gIHAzmGl3xs.png new file mode 100644 index 0000000000000000000000000000000000000000..bcadba6372518593d0e94ee01943365da5ee91e6 --- /dev/null +++ b/FootBones/images/train_DX497_jpg.rf.rKO26oYs0gIHAzmGl3xs.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad97cf5b68eb9e00b6f8168fada6df4db9009387faff71ce74cb95666094d62f +size 48343 diff --git a/FootBones/images/train_DX498_jpg.rf.kRkwIpkfZXvQBYerBbbr.png b/FootBones/images/train_DX498_jpg.rf.kRkwIpkfZXvQBYerBbbr.png new file mode 100644 index 0000000000000000000000000000000000000000..4377ff1a8d7b23cf15308c808744e024f59f7f5a --- /dev/null +++ b/FootBones/images/train_DX498_jpg.rf.kRkwIpkfZXvQBYerBbbr.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a800680e8051370e8068713370aa0355e33dab983a2df7ff650662d0a77e3a5e +size 52514 diff --git a/FootBones/images/train_DX500_jpg.rf.vLK3C3NVZGGqGurvbdUZ.png b/FootBones/images/train_DX500_jpg.rf.vLK3C3NVZGGqGurvbdUZ.png new file mode 100644 index 0000000000000000000000000000000000000000..a2b0f057dc0d8599c518d4ab062e9c0844a25b2e --- /dev/null +++ b/FootBones/images/train_DX500_jpg.rf.vLK3C3NVZGGqGurvbdUZ.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a32482357d1bbda52c9d6a683792d39e646aa83783c08892e249f597d71eb0dc +size 40870 diff --git a/FootBones/images/train_DX503_jpg.rf.qzFQyBbQvpW8tNsziqTV.png b/FootBones/images/train_DX503_jpg.rf.qzFQyBbQvpW8tNsziqTV.png new file mode 100644 index 0000000000000000000000000000000000000000..77906b8c730961f6d5a6df29a77c1a5a8620847d --- /dev/null +++ b/FootBones/images/train_DX503_jpg.rf.qzFQyBbQvpW8tNsziqTV.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:724a3f94c24661f90fe129801063bdf35dc536b4146459df5da0faf7af69e932 +size 50387 diff --git a/FootBones/images/train_DX505_jpg.rf.WQrSzmpQ83uh2ufARpAw.png b/FootBones/images/train_DX505_jpg.rf.WQrSzmpQ83uh2ufARpAw.png new file mode 100644 index 0000000000000000000000000000000000000000..465f259f73a7c97d917ba355370da46019feddfc --- /dev/null +++ b/FootBones/images/train_DX505_jpg.rf.WQrSzmpQ83uh2ufARpAw.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09474cd4b268bd774ef2f9ad1c33bec2efd81cda440cf1990f779b24ccfccb0f +size 48926 diff --git a/FootBones/images/train_DX513_jpg.rf.VILOfffv8Xa8zEHJZGzC.png b/FootBones/images/train_DX513_jpg.rf.VILOfffv8Xa8zEHJZGzC.png new file mode 100644 index 0000000000000000000000000000000000000000..385f62d2648d5eff53363d811f2d40f87be4d13a --- /dev/null +++ b/FootBones/images/train_DX513_jpg.rf.VILOfffv8Xa8zEHJZGzC.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e72ede4317749060e85468543be18ebaae16169a6811d213c2fe09098f16d01 +size 50427 diff --git a/FootBones/images/train_DX514_jpg.rf.kmYgsh1az63uEDuP7VjS.png b/FootBones/images/train_DX514_jpg.rf.kmYgsh1az63uEDuP7VjS.png new file mode 100644 index 0000000000000000000000000000000000000000..e2754411613afda97fa7495ddd6f446a8060ca42 --- /dev/null +++ b/FootBones/images/train_DX514_jpg.rf.kmYgsh1az63uEDuP7VjS.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a6f4faf6495ef7b6e71071a07cb51bd4e9eb7ae571c4c927c9316df7d27217c +size 38419 diff --git a/FootBones/images/train_DX515_jpg.rf.f5jgKUoz33zyd4qx6QCg.png b/FootBones/images/train_DX515_jpg.rf.f5jgKUoz33zyd4qx6QCg.png new file mode 100644 index 0000000000000000000000000000000000000000..f34c92a00cb8d81c1d5544fc6354a08bc6aefa42 --- /dev/null +++ b/FootBones/images/train_DX515_jpg.rf.f5jgKUoz33zyd4qx6QCg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae24b8624b43c9429b7f007b15efb6cf22c377fb4a076eb1a93ed92d07899fae +size 45144 diff --git a/FootBones/images/train_DX517_jpg.rf.aONWf763mVFUPKLnlsAi.png b/FootBones/images/train_DX517_jpg.rf.aONWf763mVFUPKLnlsAi.png new file mode 100644 index 0000000000000000000000000000000000000000..5ce6ec17c119c18b2dfacc2078f38dde07607ca4 --- /dev/null +++ b/FootBones/images/train_DX517_jpg.rf.aONWf763mVFUPKLnlsAi.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0bebd972cc690a5c0ab3ae1be86e45432187144ac573fcd7f687b1ecaebee16 +size 44129 diff --git a/FootBones/images/train_DX519_jpg.rf.0Qji6bi9v2kBJXkt8qip.png b/FootBones/images/train_DX519_jpg.rf.0Qji6bi9v2kBJXkt8qip.png new file mode 100644 index 0000000000000000000000000000000000000000..86fb8c4a050b68103b68b956320d86d6802a8d1c --- /dev/null +++ b/FootBones/images/train_DX519_jpg.rf.0Qji6bi9v2kBJXkt8qip.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d5ec240f8bc2819456cbba7af5d5423a6bcaa5f01ac577c1d29497797757e39 +size 41423 diff --git a/FootBones/images/train_DX520_jpg.rf.jpzHozN74ww7qDRNE5Kw.png b/FootBones/images/train_DX520_jpg.rf.jpzHozN74ww7qDRNE5Kw.png new file mode 100644 index 0000000000000000000000000000000000000000..9719252b60d2d43e5fc07beef0c600bb364b3c0a --- /dev/null +++ b/FootBones/images/train_DX520_jpg.rf.jpzHozN74ww7qDRNE5Kw.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc58b8b68556c2672e9f7de010dd457f39a3a124ca44cd6bd9bbb6fd6e25abbb +size 40258 diff --git a/FootBones/images/train_DX522_jpg.rf.eg5MUpfqdD7SytBunSub.png b/FootBones/images/train_DX522_jpg.rf.eg5MUpfqdD7SytBunSub.png new file mode 100644 index 0000000000000000000000000000000000000000..24ae6d13eab0b0164db0f78c24148929efb9daa9 --- /dev/null +++ b/FootBones/images/train_DX522_jpg.rf.eg5MUpfqdD7SytBunSub.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:825f3ae09fed3e69429a5fea9af4b1a7fa782c66beb3de1ca97514595bff528a +size 48535 diff --git a/FootBones/images/train_DX524_jpg.rf.VIYy41UiYsVh3wo1OXRX.png b/FootBones/images/train_DX524_jpg.rf.VIYy41UiYsVh3wo1OXRX.png new file mode 100644 index 0000000000000000000000000000000000000000..41b527ec36fa70c73d2c0ff7a7d27d1f57c9d830 --- /dev/null +++ b/FootBones/images/train_DX524_jpg.rf.VIYy41UiYsVh3wo1OXRX.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af6c63195dad9deb409ca2b11d5635e458042fb81d362cfee4874faab2263b5e +size 43237 diff --git a/FootBones/images/train_DX525_jpg.rf.9HvmZIm6G3awhwA1tKTZ.png b/FootBones/images/train_DX525_jpg.rf.9HvmZIm6G3awhwA1tKTZ.png new file mode 100644 index 0000000000000000000000000000000000000000..dfae42f36fff142f45c3d9d86f3e1f8b6c9bb297 --- /dev/null +++ b/FootBones/images/train_DX525_jpg.rf.9HvmZIm6G3awhwA1tKTZ.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54effd4f638050b329f44dc0c25b4319128823c865fcbb1240e75a2fba3ee1c1 +size 62201 diff --git a/FootBones/images/train_DX526_jpg.rf.fEG1yw3mD0jRoWMHcytq.png b/FootBones/images/train_DX526_jpg.rf.fEG1yw3mD0jRoWMHcytq.png new file mode 100644 index 0000000000000000000000000000000000000000..8955022b25393a22b071fdbb3586e23ce69253ad --- /dev/null +++ b/FootBones/images/train_DX526_jpg.rf.fEG1yw3mD0jRoWMHcytq.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:522832b7caca8a273aab6501ff83bba7c59c92d9049d43a8ee028018991b0053 +size 52451 diff --git a/FootBones/images/train_DX527_jpg.rf.lawyVu1lDUS4sL2cChMY.png b/FootBones/images/train_DX527_jpg.rf.lawyVu1lDUS4sL2cChMY.png new file mode 100644 index 0000000000000000000000000000000000000000..a1bf89f2332fc8d15fd2fd27a3e41f04dbd06d87 --- /dev/null +++ b/FootBones/images/train_DX527_jpg.rf.lawyVu1lDUS4sL2cChMY.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c0925875f1e57581e763454ad0ae15a5da105d280bbea3d034c22e738913405 +size 51461 diff --git a/FootBones/images/train_DX529_jpg.rf.jLQRpcbD0vs7smKFp51g.png b/FootBones/images/train_DX529_jpg.rf.jLQRpcbD0vs7smKFp51g.png new file mode 100644 index 0000000000000000000000000000000000000000..42a7d51dec90abc23102341ced003bf561ab50b2 --- /dev/null +++ b/FootBones/images/train_DX529_jpg.rf.jLQRpcbD0vs7smKFp51g.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee1d1ad43e63c3c718f8cc209c48e7accd2c3ca33c381b89bcae9bec5259a4ad +size 43030 diff --git a/FootBones/images/train_DX531_jpg.rf.08X3LiuCPiOEsTnyFMCZ.png b/FootBones/images/train_DX531_jpg.rf.08X3LiuCPiOEsTnyFMCZ.png new file mode 100644 index 0000000000000000000000000000000000000000..c2e016baacbfc4aee647f8933c19927d4f4248b3 --- /dev/null +++ b/FootBones/images/train_DX531_jpg.rf.08X3LiuCPiOEsTnyFMCZ.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4841e14b4a9d4d563a11ab3623231b2e0ae04a2c4823ee3fb1b31ebbe7e4b2c5 +size 46839 diff --git a/FootBones/images/train_DX532_jpg.rf.4fiQW8ytVCS6QnYHc4dc.png b/FootBones/images/train_DX532_jpg.rf.4fiQW8ytVCS6QnYHc4dc.png new file mode 100644 index 0000000000000000000000000000000000000000..5f67fd23fe08eba05dca3da81904ec05bbde0680 --- /dev/null +++ b/FootBones/images/train_DX532_jpg.rf.4fiQW8ytVCS6QnYHc4dc.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e77a200934c5a8f8f2f4f9223247bc5b88954e9ff9519f13086e747f00191026 +size 50572 diff --git a/FootBones/images/train_DX533_jpg.rf.Gwk4Hau2dJURirSBoFCH.png b/FootBones/images/train_DX533_jpg.rf.Gwk4Hau2dJURirSBoFCH.png new file mode 100644 index 0000000000000000000000000000000000000000..15d3573a613a0b39c0c9c10eb66c9d77abdc472c --- /dev/null +++ b/FootBones/images/train_DX533_jpg.rf.Gwk4Hau2dJURirSBoFCH.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfc418f079cb2f905b82a64a4cbe25b142a2eb62eea560511216d5cd73a0887f +size 63563 diff --git a/FootBones/images/train_DX534_jpg.rf.Eo8BWnT9o3tN9CQCg6S4.png b/FootBones/images/train_DX534_jpg.rf.Eo8BWnT9o3tN9CQCg6S4.png new file mode 100644 index 0000000000000000000000000000000000000000..cec0db257149abda491ac654560fe6092680005f --- /dev/null +++ b/FootBones/images/train_DX534_jpg.rf.Eo8BWnT9o3tN9CQCg6S4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4d534216409b2b6dd4bd4425bd8d5db7f56dbbb5da7a44984a2d49fca4665bc +size 41524 diff --git a/FootBones/images/train_DX535_jpg.rf.ML77toLsRBRNg7RZk06H.png b/FootBones/images/train_DX535_jpg.rf.ML77toLsRBRNg7RZk06H.png new file mode 100644 index 0000000000000000000000000000000000000000..51a32aa672bb7607c0c15cc983a89bc210b14d7e --- /dev/null +++ b/FootBones/images/train_DX535_jpg.rf.ML77toLsRBRNg7RZk06H.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e13744afeaa26cde1e61dd507989a746437337a2743e4e4fbab1f7f8752d2bc6 +size 37994 diff --git a/FootBones/images/train_DX537_jpg.rf.r51wRLEiwbyJqklem3rV.png b/FootBones/images/train_DX537_jpg.rf.r51wRLEiwbyJqklem3rV.png new file mode 100644 index 0000000000000000000000000000000000000000..93c3321696e7ed82f6115e1686539b6481f66c62 --- /dev/null +++ b/FootBones/images/train_DX537_jpg.rf.r51wRLEiwbyJqklem3rV.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb505408637ee3ed468d335855e571ffad94961520eb5878dc79460671ffb76a +size 43697 diff --git a/FootBones/images/train_DX538_jpg.rf.NE064PNVEdqxeuTvD0Js.png b/FootBones/images/train_DX538_jpg.rf.NE064PNVEdqxeuTvD0Js.png new file mode 100644 index 0000000000000000000000000000000000000000..95549970f0093cd1163f982af85fba3397d5eef5 --- /dev/null +++ b/FootBones/images/train_DX538_jpg.rf.NE064PNVEdqxeuTvD0Js.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f94c0350f6e428595c59cb1a543b9b90ec552cec962728b382e1a1ccb5eada5d +size 52446 diff --git a/FootBones/images/train_DX540_jpg.rf.2OrM4FyizSF7zj6LbHor.png b/FootBones/images/train_DX540_jpg.rf.2OrM4FyizSF7zj6LbHor.png new file mode 100644 index 0000000000000000000000000000000000000000..d69d13b4869e4ff7da8f6e4cccea53ddac1677a2 --- /dev/null +++ b/FootBones/images/train_DX540_jpg.rf.2OrM4FyizSF7zj6LbHor.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a44ff73e133a19df10770c0bd981161042129d27500a541c96a04b04908cfe90 +size 60164 diff --git a/FootBones/images/train_DX541_jpg.rf.RZ3MVnuLTOKnYRLzOZ9N.png b/FootBones/images/train_DX541_jpg.rf.RZ3MVnuLTOKnYRLzOZ9N.png new file mode 100644 index 0000000000000000000000000000000000000000..5377f7e15c198433236f5018872cb58c5a08acb2 --- /dev/null +++ b/FootBones/images/train_DX541_jpg.rf.RZ3MVnuLTOKnYRLzOZ9N.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5f21c61032dd302c69b6313c227d413510e5a2c806fa095fd48105265819bf4 +size 47596 diff --git a/FootBones/images/train_DX542_jpg.rf.cxBjvTvsNHAg7nkz3oy4.png b/FootBones/images/train_DX542_jpg.rf.cxBjvTvsNHAg7nkz3oy4.png new file mode 100644 index 0000000000000000000000000000000000000000..3b42a332be411329c79e5f78f4e06b065fb32285 --- /dev/null +++ b/FootBones/images/train_DX542_jpg.rf.cxBjvTvsNHAg7nkz3oy4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b25fc21914e3bd624c047bde91bccc5a5affca93044900d1d4e80f17fa13d196 +size 41031 diff --git a/FootBones/images/train_DX544_jpg.rf.PfpA9sGnSmONbUJd5CXY.png b/FootBones/images/train_DX544_jpg.rf.PfpA9sGnSmONbUJd5CXY.png new file mode 100644 index 0000000000000000000000000000000000000000..1b2477f539ec01c84451e029439db1cf18f71b2d --- /dev/null +++ b/FootBones/images/train_DX544_jpg.rf.PfpA9sGnSmONbUJd5CXY.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee48693b99686fced1b98d1214ddeb13f7855fdf5f05b929a06bb2825ac1332d +size 42341 diff --git a/FootBones/images/train_DX546_jpg.rf.c4RPXdo5dgydXF0XIPiV.png b/FootBones/images/train_DX546_jpg.rf.c4RPXdo5dgydXF0XIPiV.png new file mode 100644 index 0000000000000000000000000000000000000000..923ad1a13d94c50dbe6b4f847386810c590997b3 --- /dev/null +++ b/FootBones/images/train_DX546_jpg.rf.c4RPXdo5dgydXF0XIPiV.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4d8e93b7e6099c64d44011a41988fa885c89333728ce8d14dff6bb0988efd22 +size 43597 diff --git a/FootBones/images/train_DX548_jpg.rf.fdcPwSM2EoxeVfyo1iiv.png b/FootBones/images/train_DX548_jpg.rf.fdcPwSM2EoxeVfyo1iiv.png new file mode 100644 index 0000000000000000000000000000000000000000..abaedcec4dd738b557ce3108a97e5de3771a4896 --- /dev/null +++ b/FootBones/images/train_DX548_jpg.rf.fdcPwSM2EoxeVfyo1iiv.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a371f1e6e8dd636554b8f7f2e7e7ccc45e87e23b8ab8d855b4a32b0d25dd2ee +size 46164 diff --git a/FootBones/images/train_DX54_jpg.rf.Xt7YZNPwkyQ7JrBHHGfh.png b/FootBones/images/train_DX54_jpg.rf.Xt7YZNPwkyQ7JrBHHGfh.png new file mode 100644 index 0000000000000000000000000000000000000000..64a00bb2f23991158859501a6384a9e1e1ce300c --- /dev/null +++ b/FootBones/images/train_DX54_jpg.rf.Xt7YZNPwkyQ7JrBHHGfh.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5401512a8034945b7a4a46a3a31bb8269a30ca7502e606e05162972db749e938 +size 56044 diff --git a/FootBones/images/train_DX550_jpg.rf.3iUPGZ03GTeDOt4pblix.png b/FootBones/images/train_DX550_jpg.rf.3iUPGZ03GTeDOt4pblix.png new file mode 100644 index 0000000000000000000000000000000000000000..2dc87a9f2e83f67a3d94514d74492c30fadd55ee --- /dev/null +++ b/FootBones/images/train_DX550_jpg.rf.3iUPGZ03GTeDOt4pblix.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c340cea860bf160f2048ea7dd2e60e15f33a69262825c992db37dfe87a898984 +size 46428 diff --git a/FootBones/images/train_DX551_jpg.rf.CN8pYIuvlPzJ71aYQUXd.png b/FootBones/images/train_DX551_jpg.rf.CN8pYIuvlPzJ71aYQUXd.png new file mode 100644 index 0000000000000000000000000000000000000000..fccd9e181d5d75de1ef1aa440502152b498fcf94 --- /dev/null +++ b/FootBones/images/train_DX551_jpg.rf.CN8pYIuvlPzJ71aYQUXd.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23905bb852a48e30f51ef988950cc990b47fe9b3a386406344c903cb429bca86 +size 50682 diff --git a/FootBones/images/train_DX555_jpg.rf.nndJcJuiRzfsTudg5kmv.png b/FootBones/images/train_DX555_jpg.rf.nndJcJuiRzfsTudg5kmv.png new file mode 100644 index 0000000000000000000000000000000000000000..de3f101c6b0f5896123f97195cfdad6d5712dfc7 --- /dev/null +++ b/FootBones/images/train_DX555_jpg.rf.nndJcJuiRzfsTudg5kmv.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dcef5b66785e2c3f8746b618be3b8600a23abbe97d6fb0b0d941dff3210dd6c +size 48386 diff --git a/FootBones/images/train_DX556_jpg.rf.uGbYkpBLpP8MhcvcT7LY.png b/FootBones/images/train_DX556_jpg.rf.uGbYkpBLpP8MhcvcT7LY.png new file mode 100644 index 0000000000000000000000000000000000000000..526831ce13f788199c9086ebfc9fae8705e6296b --- /dev/null +++ b/FootBones/images/train_DX556_jpg.rf.uGbYkpBLpP8MhcvcT7LY.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46031593126b3bb957058965059db0d9e639c1544accd0d4c2d8e94f9a26f41e +size 47686 diff --git a/FootBones/images/train_DX557_jpg.rf.aC7Ag6McvYhwAwBmCEfc.png b/FootBones/images/train_DX557_jpg.rf.aC7Ag6McvYhwAwBmCEfc.png new file mode 100644 index 0000000000000000000000000000000000000000..88cb18056fa66d6449f31394576f47aa72892c50 --- /dev/null +++ b/FootBones/images/train_DX557_jpg.rf.aC7Ag6McvYhwAwBmCEfc.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:275e401cb84e402c3cd401dff7bc73f9e78e415457262fbca5b7f3df94333e46 +size 40930 diff --git a/FootBones/images/train_DX559_jpg.rf.eLJYhgZzATrh5joCfau0.png b/FootBones/images/train_DX559_jpg.rf.eLJYhgZzATrh5joCfau0.png new file mode 100644 index 0000000000000000000000000000000000000000..e492fb926196e6bfa2eb9bbec0f731cd5595f032 --- /dev/null +++ b/FootBones/images/train_DX559_jpg.rf.eLJYhgZzATrh5joCfau0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac24d894874cedfd4f18b9357312b6bcb7546bf87d78b01fb7e92966cc1ae764 +size 50737 diff --git a/FootBones/images/train_DX55_jpg.rf.j31WtQponQv8rvtE9iFk.png b/FootBones/images/train_DX55_jpg.rf.j31WtQponQv8rvtE9iFk.png new file mode 100644 index 0000000000000000000000000000000000000000..8c6fb65c4e2af476b6ded0eaa4c6f9f7c273c23e --- /dev/null +++ b/FootBones/images/train_DX55_jpg.rf.j31WtQponQv8rvtE9iFk.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5e04760098fdc9c6c2afb000cdeb5d5c5366946d559891f58af3aec77d7bf0b +size 64741 diff --git a/FootBones/images/train_DX560_jpg.rf.ViMhrAFCCeNpxv1IwFWY.png b/FootBones/images/train_DX560_jpg.rf.ViMhrAFCCeNpxv1IwFWY.png new file mode 100644 index 0000000000000000000000000000000000000000..aeac3d3175a24104ebdd6559aac8470ddeaf1877 --- /dev/null +++ b/FootBones/images/train_DX560_jpg.rf.ViMhrAFCCeNpxv1IwFWY.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:481ef6bc7b12580ab6ee46a508d023df75ca82de97b4f248ed43c8d1ee77c951 +size 49203 diff --git a/FootBones/images/train_DX562_jpg.rf.hXYkFmQ5gZCG5a47hK7d.png b/FootBones/images/train_DX562_jpg.rf.hXYkFmQ5gZCG5a47hK7d.png new file mode 100644 index 0000000000000000000000000000000000000000..e56367eec18cdd7d0183142b876b8fafe2eee443 --- /dev/null +++ b/FootBones/images/train_DX562_jpg.rf.hXYkFmQ5gZCG5a47hK7d.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99ce4c4806111ff43597e563a71582589252b20196fcfc742cb4031a22da1c8a +size 47014 diff --git a/FootBones/images/train_DX564_jpg.rf.fZGvcbTZhxodOITGHWVn.png b/FootBones/images/train_DX564_jpg.rf.fZGvcbTZhxodOITGHWVn.png new file mode 100644 index 0000000000000000000000000000000000000000..82ce900bb24565081658f77818d04d7d188960b4 --- /dev/null +++ b/FootBones/images/train_DX564_jpg.rf.fZGvcbTZhxodOITGHWVn.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33644144aaaea69d20cdb29d4d8a6b65cd79429c42785b92b45d0af82e70a5a0 +size 49605 diff --git a/FootBones/images/train_DX568_jpg.rf.oTxcVHivPR8btyWGEBmJ.png b/FootBones/images/train_DX568_jpg.rf.oTxcVHivPR8btyWGEBmJ.png new file mode 100644 index 0000000000000000000000000000000000000000..10437513beb6de5a4300489c92b3b24ebdaa063c --- /dev/null +++ b/FootBones/images/train_DX568_jpg.rf.oTxcVHivPR8btyWGEBmJ.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b6398e34a763bb127a6b9cc3d23c381910cb3c180eace4fc1e378cab068fa86 +size 51660 diff --git a/FootBones/images/train_DX56_jpg.rf.EaNGNYVrHr58FomPGhwR.png b/FootBones/images/train_DX56_jpg.rf.EaNGNYVrHr58FomPGhwR.png new file mode 100644 index 0000000000000000000000000000000000000000..3281d8d5b3ce91dcb86e646609b6993c60cbbddd --- /dev/null +++ b/FootBones/images/train_DX56_jpg.rf.EaNGNYVrHr58FomPGhwR.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22628f96c99910d3916f61a7e042493c810e28b276f5713f0cf57afd2e0d1d1e +size 65257 diff --git a/FootBones/images/train_DX570_jpg.rf.vhyMuRDtNcI7P7bc9yVY.png b/FootBones/images/train_DX570_jpg.rf.vhyMuRDtNcI7P7bc9yVY.png new file mode 100644 index 0000000000000000000000000000000000000000..795745b630d5538bacb53997d2f580c034bc4735 --- /dev/null +++ b/FootBones/images/train_DX570_jpg.rf.vhyMuRDtNcI7P7bc9yVY.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20a30928eaf6ac9504b86b51c2233c67107b08bd8fda1edbb55c797667959539 +size 44216 diff --git a/FootBones/images/train_DX571_jpg.rf.0Gl5sN0ggkl2AeGAJ2JL.png b/FootBones/images/train_DX571_jpg.rf.0Gl5sN0ggkl2AeGAJ2JL.png new file mode 100644 index 0000000000000000000000000000000000000000..29d6d192c80ecd16db6104e7c98fe65af6b41fb7 --- /dev/null +++ b/FootBones/images/train_DX571_jpg.rf.0Gl5sN0ggkl2AeGAJ2JL.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8ed18c5900e348b79b4e436e5f65f17af0d6fbe5533f164bdf202b3b442f374 +size 49505 diff --git a/FootBones/images/train_DX572_jpg.rf.g4XyOS0QTnwwsweLM4Dn.png b/FootBones/images/train_DX572_jpg.rf.g4XyOS0QTnwwsweLM4Dn.png new file mode 100644 index 0000000000000000000000000000000000000000..af450805d547c3ada2029a6b1a469108a664f9af --- /dev/null +++ b/FootBones/images/train_DX572_jpg.rf.g4XyOS0QTnwwsweLM4Dn.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae0c5ed08082d90e3b049f2cde01c737b58e03569405f922558ae682b2435ab4 +size 45719 diff --git a/FootBones/images/train_DX573_jpg.rf.QZCJqrxJlhDJqAOCQiSF.png b/FootBones/images/train_DX573_jpg.rf.QZCJqrxJlhDJqAOCQiSF.png new file mode 100644 index 0000000000000000000000000000000000000000..f1b1da5bb7503640ee832be78a908327db9785ca --- /dev/null +++ b/FootBones/images/train_DX573_jpg.rf.QZCJqrxJlhDJqAOCQiSF.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6e69a54a82a32ef85b7496860e6a50674841411c08c4533dc2c647cee875002 +size 51936 diff --git a/FootBones/images/train_DX575_jpg.rf.aNDrthwAsUEhPx2KbZlW.png b/FootBones/images/train_DX575_jpg.rf.aNDrthwAsUEhPx2KbZlW.png new file mode 100644 index 0000000000000000000000000000000000000000..1c9d69e35ee26b1cff0eb207909a10ed5fe41125 --- /dev/null +++ b/FootBones/images/train_DX575_jpg.rf.aNDrthwAsUEhPx2KbZlW.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:135dbdadfc8ae9a703f3cd3e29e3dbd3213e739f22ffa5fbe7cffb64ff46f4a4 +size 48141 diff --git a/FootBones/images/train_DX578_jpg.rf.h1MI9eh5dCpmgdDxJ7xK.png b/FootBones/images/train_DX578_jpg.rf.h1MI9eh5dCpmgdDxJ7xK.png new file mode 100644 index 0000000000000000000000000000000000000000..0236a17a9f5a5f4b9c846866cbe918296399c788 --- /dev/null +++ b/FootBones/images/train_DX578_jpg.rf.h1MI9eh5dCpmgdDxJ7xK.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1317fad3faa743ffd2b659d696eb5d68054068aa7978f3d37f51e3b1a93db2ab +size 40555 diff --git a/FootBones/images/train_DX579_jpg.rf.ZElNqOaMV4yfqGqDzyzS.png b/FootBones/images/train_DX579_jpg.rf.ZElNqOaMV4yfqGqDzyzS.png new file mode 100644 index 0000000000000000000000000000000000000000..0df1835b6a882855e9e95e046c520784c618c5aa --- /dev/null +++ b/FootBones/images/train_DX579_jpg.rf.ZElNqOaMV4yfqGqDzyzS.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6ea3bacf6158f0df75dd9ba108b038b73121c5fc7be93491d07997180f78ddb +size 48626 diff --git a/FootBones/images/train_DX580_jpg.rf.2MUQsYwv5yR9Amm8qFfo.png b/FootBones/images/train_DX580_jpg.rf.2MUQsYwv5yR9Amm8qFfo.png new file mode 100644 index 0000000000000000000000000000000000000000..c3e15aba2edfcdb36e833967130c7c28c29eefbb --- /dev/null +++ b/FootBones/images/train_DX580_jpg.rf.2MUQsYwv5yR9Amm8qFfo.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0e2c7a7551b4c9d302fbb4ebb026f9424b70f5d3ec3ce507f69b2c9b52567be +size 47317 diff --git a/FootBones/images/train_DX582_jpg.rf.ktk3OColr0mZQTxSUhWF.png b/FootBones/images/train_DX582_jpg.rf.ktk3OColr0mZQTxSUhWF.png new file mode 100644 index 0000000000000000000000000000000000000000..b2898878ea714bddc160231692100b2a1b200661 --- /dev/null +++ b/FootBones/images/train_DX582_jpg.rf.ktk3OColr0mZQTxSUhWF.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8ae301082375c09ea6a22a13b91d82adf22b6cc4ab8c1de75f7e07b32a0ac93 +size 51387 diff --git a/FootBones/images/train_DX584_jpg.rf.YXTmWivR8duWJdim7qID.png b/FootBones/images/train_DX584_jpg.rf.YXTmWivR8duWJdim7qID.png new file mode 100644 index 0000000000000000000000000000000000000000..321771d7feb1234c331e8e6e32e151d7eaa8c47e --- /dev/null +++ b/FootBones/images/train_DX584_jpg.rf.YXTmWivR8duWJdim7qID.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b5e39d1481f982bfc26e34f6314aca6be6651cb72da62bb5afe9f885338cd8c +size 54106 diff --git a/FootBones/images/train_DX585_jpg.rf.uWM0EaRT9CiHA0BdHGPh.png b/FootBones/images/train_DX585_jpg.rf.uWM0EaRT9CiHA0BdHGPh.png new file mode 100644 index 0000000000000000000000000000000000000000..02b0d1711d0f7245aff5a404d345dfae019a624e --- /dev/null +++ b/FootBones/images/train_DX585_jpg.rf.uWM0EaRT9CiHA0BdHGPh.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5577baad36ef17534ece65bed07b3fcf41fc5e84251bf5e862a6dfefea7cb18a +size 46257 diff --git a/FootBones/images/train_DX587_jpg.rf.DnBWA0uFTGnV8u0MmtVa.png b/FootBones/images/train_DX587_jpg.rf.DnBWA0uFTGnV8u0MmtVa.png new file mode 100644 index 0000000000000000000000000000000000000000..8b237731f21a8d8519ff250b829d79404eaf727d --- /dev/null +++ b/FootBones/images/train_DX587_jpg.rf.DnBWA0uFTGnV8u0MmtVa.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e45685c6fd927cbd48e815aeaa40d782ca6312f104ce7067f2470a9ad9dab04d +size 47608 diff --git a/FootBones/images/train_DX589_jpg.rf.w6amVhfbGlUCVSx2m4SK.png b/FootBones/images/train_DX589_jpg.rf.w6amVhfbGlUCVSx2m4SK.png new file mode 100644 index 0000000000000000000000000000000000000000..601b21c743d0017c87e184b44ee457821ed14424 --- /dev/null +++ b/FootBones/images/train_DX589_jpg.rf.w6amVhfbGlUCVSx2m4SK.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35e9f61f1388566c36c63a2e725483514ca31947aef0eada00272cc782761772 +size 49107 diff --git a/FootBones/images/train_DX590_jpg.rf.6Eqep1bfhe20geZgy5Vf.png b/FootBones/images/train_DX590_jpg.rf.6Eqep1bfhe20geZgy5Vf.png new file mode 100644 index 0000000000000000000000000000000000000000..1ce669e336daacc61b252a1012ff8f798d77446f --- /dev/null +++ b/FootBones/images/train_DX590_jpg.rf.6Eqep1bfhe20geZgy5Vf.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2467f6681709a85db8e5fc13bcbe7088bc6858dc4e22bea324e9fea6bbd05843 +size 43046 diff --git a/FootBones/images/train_DX594_jpg.rf.BOfEgm2mbYrEp6qZdHX9.png b/FootBones/images/train_DX594_jpg.rf.BOfEgm2mbYrEp6qZdHX9.png new file mode 100644 index 0000000000000000000000000000000000000000..edb1fb12c0f52e112a59ebcce3bc6cbcb640a6dc --- /dev/null +++ b/FootBones/images/train_DX594_jpg.rf.BOfEgm2mbYrEp6qZdHX9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e19b9ff830898ab9243f1665b8dcfc15bcce87f6355d2e0b02e09acacdefe66a +size 50297 diff --git a/FootBones/images/train_DX595_jpg.rf.IhYLW6tOvHxVpySPV4jl.png b/FootBones/images/train_DX595_jpg.rf.IhYLW6tOvHxVpySPV4jl.png new file mode 100644 index 0000000000000000000000000000000000000000..644d7fe4dae43d84bebffc04f02f899c0339dd94 --- /dev/null +++ b/FootBones/images/train_DX595_jpg.rf.IhYLW6tOvHxVpySPV4jl.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a7f46664aa8343755839593198e0ed52c70e45036fd7ac1c93e9d87d0bf17fb +size 49474 diff --git a/FootBones/images/train_DX596_jpg.rf.RNuMizL84NaghzLGLqlg.png b/FootBones/images/train_DX596_jpg.rf.RNuMizL84NaghzLGLqlg.png new file mode 100644 index 0000000000000000000000000000000000000000..3532756d06d988d22af427f039b586d563b857f7 --- /dev/null +++ b/FootBones/images/train_DX596_jpg.rf.RNuMizL84NaghzLGLqlg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da040fa78f55019bf25b06c299737804eeb722c5e5754cbf08be22cf6d45b688 +size 50067 diff --git a/FootBones/images/train_DX598_jpg.rf.IRBpQVclbQgzZZNUuC9J.png b/FootBones/images/train_DX598_jpg.rf.IRBpQVclbQgzZZNUuC9J.png new file mode 100644 index 0000000000000000000000000000000000000000..1086f48b4d76753c107c91406c3974300e2a6a2a --- /dev/null +++ b/FootBones/images/train_DX598_jpg.rf.IRBpQVclbQgzZZNUuC9J.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86c248322c6a99ef32f6e8ade1572182407afc7eb8eb9468f6f62a26e64f014b +size 50836 diff --git a/FootBones/images/train_DX599_jpg.rf.aB2QrKEy9IcLuwKmOvvs.png b/FootBones/images/train_DX599_jpg.rf.aB2QrKEy9IcLuwKmOvvs.png new file mode 100644 index 0000000000000000000000000000000000000000..802c051812d0cff81fe67f1fee0f13d6b1756141 --- /dev/null +++ b/FootBones/images/train_DX599_jpg.rf.aB2QrKEy9IcLuwKmOvvs.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3af5fd911013212b92d19e285fea3f3e564601feb150653d50e79f7da2dc0ac5 +size 46372 diff --git a/FootBones/images/train_DX600_jpg.rf.zAVZdzcLYy8vI3sCjepU.png b/FootBones/images/train_DX600_jpg.rf.zAVZdzcLYy8vI3sCjepU.png new file mode 100644 index 0000000000000000000000000000000000000000..bebb4ef5db0814009ab1639f1bb627c51a1a6a7c --- /dev/null +++ b/FootBones/images/train_DX600_jpg.rf.zAVZdzcLYy8vI3sCjepU.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ba78f0d59d79e041380454c4a9f1305d950f1eff7e4554726b9b515a7b45d79 +size 44685 diff --git a/FootBones/images/train_DX601_jpg.rf.i2nm3C0LfdeIgOtrgXcW.png b/FootBones/images/train_DX601_jpg.rf.i2nm3C0LfdeIgOtrgXcW.png new file mode 100644 index 0000000000000000000000000000000000000000..210c91d35a47fb90a0d1af54c7b6c5e2bf9115e7 --- /dev/null +++ b/FootBones/images/train_DX601_jpg.rf.i2nm3C0LfdeIgOtrgXcW.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57e5e834b4397b8a033a416672aac4792d15889fa1aa7d094dc7a0b784560ed1 +size 44882 diff --git a/FootBones/images/train_DX604_jpg.rf.3MwEguMXFm7IzbCNjYK3.png b/FootBones/images/train_DX604_jpg.rf.3MwEguMXFm7IzbCNjYK3.png new file mode 100644 index 0000000000000000000000000000000000000000..7db143924c3c54cc7f37da3158a966f42dcea50c --- /dev/null +++ b/FootBones/images/train_DX604_jpg.rf.3MwEguMXFm7IzbCNjYK3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f77c756cbd78a178f8d8cbcce0b4584d920f3a2d0a6dde731c5d87251e5b25c +size 52080 diff --git a/FootBones/images/train_DX607_jpg.rf.CJ6qzy2F6QWMMGyoJnXv.png b/FootBones/images/train_DX607_jpg.rf.CJ6qzy2F6QWMMGyoJnXv.png new file mode 100644 index 0000000000000000000000000000000000000000..3897c1baa8bdb2bfe89b00c58e5c9f22330bf73d --- /dev/null +++ b/FootBones/images/train_DX607_jpg.rf.CJ6qzy2F6QWMMGyoJnXv.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f22683b2d49aa7e8ece0583ad7dde6903bd7ab6e7d9bcd754fbb0c172c0f1695 +size 50698 diff --git a/FootBones/images/train_DX608_jpg.rf.rULoQQGujvmXQDxaWKYX.png b/FootBones/images/train_DX608_jpg.rf.rULoQQGujvmXQDxaWKYX.png new file mode 100644 index 0000000000000000000000000000000000000000..15c3a093fa285c5dfd7fa1d8aedc898d6cd050c2 --- /dev/null +++ b/FootBones/images/train_DX608_jpg.rf.rULoQQGujvmXQDxaWKYX.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa05536e2a027048495d2766b9eab8554a6e452931496e352203f00717c6b872 +size 50476 diff --git a/FootBones/images/train_DX609_jpg.rf.y7KDRxAFguT6u20huAzo.png b/FootBones/images/train_DX609_jpg.rf.y7KDRxAFguT6u20huAzo.png new file mode 100644 index 0000000000000000000000000000000000000000..30197aab02d4a79b4054f3df3d92ff05064c3833 --- /dev/null +++ b/FootBones/images/train_DX609_jpg.rf.y7KDRxAFguT6u20huAzo.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cb0854b0224108263f1014656a4d2a216e0fa542e05c61db22c7eeb1e74fe6b +size 52262 diff --git a/FootBones/images/train_DX613_jpg.rf.fLcAaHnn3K1T95oeyZl8.png b/FootBones/images/train_DX613_jpg.rf.fLcAaHnn3K1T95oeyZl8.png new file mode 100644 index 0000000000000000000000000000000000000000..e8b96f43d9b7c436bdd5518845f7c578ecb11f05 --- /dev/null +++ b/FootBones/images/train_DX613_jpg.rf.fLcAaHnn3K1T95oeyZl8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d871a02dff949465c0bcac03bf83e2337e24b656854abb6dc40f65bb8f9f917 +size 50999 diff --git a/FootBones/images/train_DX616_jpg.rf.s468sbRAwEwtYm7McVXZ.png b/FootBones/images/train_DX616_jpg.rf.s468sbRAwEwtYm7McVXZ.png new file mode 100644 index 0000000000000000000000000000000000000000..f59971b91d8aa33919cad9282f7f24dabe2335d1 --- /dev/null +++ b/FootBones/images/train_DX616_jpg.rf.s468sbRAwEwtYm7McVXZ.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c13c3c073f049cecf8fb40615c145243e7ffcdea4d4bfc896f9009374e2294b +size 41579 diff --git a/FootBones/images/train_DX618_jpg.rf.176w0akRbLFzniu0uXbo.png b/FootBones/images/train_DX618_jpg.rf.176w0akRbLFzniu0uXbo.png new file mode 100644 index 0000000000000000000000000000000000000000..ab9fc9a203b2d661e0d0c6a94a4ef36d91e2cb42 --- /dev/null +++ b/FootBones/images/train_DX618_jpg.rf.176w0akRbLFzniu0uXbo.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fb76e23ceb7f5f0c835cd44a3120522b9e1a83dcd621a4c0842b2b01852c7da +size 60383 diff --git a/FootBones/images/train_DX619_jpg.rf.bQLEJ8rYz4CwCKkXnkbx.png b/FootBones/images/train_DX619_jpg.rf.bQLEJ8rYz4CwCKkXnkbx.png new file mode 100644 index 0000000000000000000000000000000000000000..4ba4de564822c331fe5b0673712446506b28cddd --- /dev/null +++ b/FootBones/images/train_DX619_jpg.rf.bQLEJ8rYz4CwCKkXnkbx.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fe7e0f7869025a750c7dee6f0183f65c0fd5df870ebb05e9dab26b59c5324a7 +size 75159 diff --git a/FootBones/images/train_DX61_jpg.rf.82TF3Kwt6PzWoI9X7Slc.png b/FootBones/images/train_DX61_jpg.rf.82TF3Kwt6PzWoI9X7Slc.png new file mode 100644 index 0000000000000000000000000000000000000000..bc122e32f0a1569101dcefb7d46fd58b16572e2b --- /dev/null +++ b/FootBones/images/train_DX61_jpg.rf.82TF3Kwt6PzWoI9X7Slc.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4b19c52d859870eb90dc6a3837facd377533a6d3d00e49c6978b7d46e280f87 +size 53642 diff --git a/FootBones/images/train_DX621_jpg.rf.doHbHmS1LeJZ7aSRPFDT.png b/FootBones/images/train_DX621_jpg.rf.doHbHmS1LeJZ7aSRPFDT.png new file mode 100644 index 0000000000000000000000000000000000000000..7b8e10f72bee97927aba0200c8d2854e5ad3c731 --- /dev/null +++ b/FootBones/images/train_DX621_jpg.rf.doHbHmS1LeJZ7aSRPFDT.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df6eb3f6d3fb834f89de0996357bb7bb0ec0d51508badfa62ec20fa80f758e6a +size 48213 diff --git a/FootBones/images/train_DX622_jpg.rf.Js1sixdGxOUw3UFHVigQ.png b/FootBones/images/train_DX622_jpg.rf.Js1sixdGxOUw3UFHVigQ.png new file mode 100644 index 0000000000000000000000000000000000000000..5922d9046f5b7b68c8b6e49fe6a40bcb2401e3ca --- /dev/null +++ b/FootBones/images/train_DX622_jpg.rf.Js1sixdGxOUw3UFHVigQ.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c9d18fcea3d77d99e35558e2345d4c0019f41e8c7dabebc8f8fbd117e2a1a2c +size 48366 diff --git a/FootBones/images/train_DX623_jpg.rf.mleCzsEcHmgUvr0hYYai.png b/FootBones/images/train_DX623_jpg.rf.mleCzsEcHmgUvr0hYYai.png new file mode 100644 index 0000000000000000000000000000000000000000..18f0e02807be64fee20c648c140d302c12b306a5 --- /dev/null +++ b/FootBones/images/train_DX623_jpg.rf.mleCzsEcHmgUvr0hYYai.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a03a108584368eb454a0f984e16197735a5dd259465d4329925c419065bd7ed1 +size 43245 diff --git a/FootBones/images/train_DX624_jpg.rf.o1EFIJ6dIoM7fJOnVkOY.png b/FootBones/images/train_DX624_jpg.rf.o1EFIJ6dIoM7fJOnVkOY.png new file mode 100644 index 0000000000000000000000000000000000000000..6b3c4c72d758685c73b966aceb7062605cd9f4e4 --- /dev/null +++ b/FootBones/images/train_DX624_jpg.rf.o1EFIJ6dIoM7fJOnVkOY.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b740a4eaf5fa89633b0afcced2d29d3288a61f1f061f7c3ccb99ba874105a429 +size 56456 diff --git a/FootBones/images/train_DX627_jpg.rf.z1Z5Ics4nWZe9OGyihRN.png b/FootBones/images/train_DX627_jpg.rf.z1Z5Ics4nWZe9OGyihRN.png new file mode 100644 index 0000000000000000000000000000000000000000..8828e2036520be4534373f5a730b73e76c8a7842 --- /dev/null +++ b/FootBones/images/train_DX627_jpg.rf.z1Z5Ics4nWZe9OGyihRN.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d68fa94b7e57233b2725fae41d532de73e43c25536ebdc98950b290fc76c2ab +size 42093 diff --git a/FootBones/images/train_DX628_jpg.rf.H2zbPFymbaek8GbGDbB7.png b/FootBones/images/train_DX628_jpg.rf.H2zbPFymbaek8GbGDbB7.png new file mode 100644 index 0000000000000000000000000000000000000000..c77704a3421d06d57fbf0961ec6f998f947fca3a --- /dev/null +++ b/FootBones/images/train_DX628_jpg.rf.H2zbPFymbaek8GbGDbB7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3af0a6be3da58cca9b3f97f9f1e893f09732c41f1bb5d006996b23b11f8ed5ac +size 44662 diff --git a/FootBones/images/train_DX629_jpg.rf.nAEAL1oJOKZlBJQlvFVs.png b/FootBones/images/train_DX629_jpg.rf.nAEAL1oJOKZlBJQlvFVs.png new file mode 100644 index 0000000000000000000000000000000000000000..25fd2a48a6f851d408f6cc59aa010ae1dc63c964 --- /dev/null +++ b/FootBones/images/train_DX629_jpg.rf.nAEAL1oJOKZlBJQlvFVs.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fd7a6cb30e5cf9b4e327f745961cc5196857c4a201a874adf543bf1fc331b33 +size 49106 diff --git a/FootBones/images/train_DX62_jpg.rf.akHXTeUuKgw2XR1sVeOr.png b/FootBones/images/train_DX62_jpg.rf.akHXTeUuKgw2XR1sVeOr.png new file mode 100644 index 0000000000000000000000000000000000000000..aa87317d4d950dee7276c4aac6e06afff76c7df1 --- /dev/null +++ b/FootBones/images/train_DX62_jpg.rf.akHXTeUuKgw2XR1sVeOr.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcedce662d304ba031707a9b9063644c083019992502142a67e176f781ec3820 +size 53894 diff --git a/FootBones/images/train_DX630_jpg.rf.GN8apPrKvFqOUElayCz2.png b/FootBones/images/train_DX630_jpg.rf.GN8apPrKvFqOUElayCz2.png new file mode 100644 index 0000000000000000000000000000000000000000..834ab1995ba1258a41d32a0f54bc694520dc4eeb --- /dev/null +++ b/FootBones/images/train_DX630_jpg.rf.GN8apPrKvFqOUElayCz2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:691999481551130898ecaccafc8dd1c61189d9b32fac829b13af6db14f250570 +size 47857 diff --git a/FootBones/images/train_DX631_jpg.rf.GQOaNy4S81XaGdO04F09.png b/FootBones/images/train_DX631_jpg.rf.GQOaNy4S81XaGdO04F09.png new file mode 100644 index 0000000000000000000000000000000000000000..bca74edac0c314035b8dcf2fb4f5af5034e7b27a --- /dev/null +++ b/FootBones/images/train_DX631_jpg.rf.GQOaNy4S81XaGdO04F09.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e115118fbac6663c8fa0195c2590f7ae998532dd8f3d0e4b02a4d49382598feb +size 47190 diff --git a/FootBones/images/train_DX633_jpg.rf.BO99tO6V0yKRv29oteRP.png b/FootBones/images/train_DX633_jpg.rf.BO99tO6V0yKRv29oteRP.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ca0aa240e5ca55529a225294ce51a5f29d3f53 --- /dev/null +++ b/FootBones/images/train_DX633_jpg.rf.BO99tO6V0yKRv29oteRP.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ae076c541cb4950e490bfbf94e5e1751322842258ab954fc4d706e01162900d +size 47331 diff --git a/FootBones/images/train_DX635_jpg.rf.9VIXP1SmAt7ziGQAJWtY.png b/FootBones/images/train_DX635_jpg.rf.9VIXP1SmAt7ziGQAJWtY.png new file mode 100644 index 0000000000000000000000000000000000000000..35f610bfbc95b4ff9fa20169a9d18a2934d6f2ab --- /dev/null +++ b/FootBones/images/train_DX635_jpg.rf.9VIXP1SmAt7ziGQAJWtY.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0f5d367b391be01ea1bff9a27190ee80775218654551c020dc69ac928107b5e +size 46167 diff --git a/FootBones/images/train_DX636_jpg.rf.d44O2W4MjSpLF08oUoRr.png b/FootBones/images/train_DX636_jpg.rf.d44O2W4MjSpLF08oUoRr.png new file mode 100644 index 0000000000000000000000000000000000000000..b27984581e45fac008c728013dd00872942918fb --- /dev/null +++ b/FootBones/images/train_DX636_jpg.rf.d44O2W4MjSpLF08oUoRr.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ff5ed368a03512f06fa22d0ee7580c9076054da8546cfe1e870d90bf52d1c49 +size 45407 diff --git a/FootBones/images/train_DX638_jpg.rf.Tr9GmDhIJ6GaviLRbfau.png b/FootBones/images/train_DX638_jpg.rf.Tr9GmDhIJ6GaviLRbfau.png new file mode 100644 index 0000000000000000000000000000000000000000..c868c1c8726d14c607bf16b4ccad9bc05b19a6bd --- /dev/null +++ b/FootBones/images/train_DX638_jpg.rf.Tr9GmDhIJ6GaviLRbfau.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6ddbe05b84e37deb7780d6dbd395ca80afb07b6085cd97dfd0117c2a4a531e1 +size 45730 diff --git a/FootBones/images/train_DX639_jpg.rf.GmePHyHrMgYojCyaJviE.png b/FootBones/images/train_DX639_jpg.rf.GmePHyHrMgYojCyaJviE.png new file mode 100644 index 0000000000000000000000000000000000000000..78ff0858b766930f8affd3e16c5536dd5329f6e2 --- /dev/null +++ b/FootBones/images/train_DX639_jpg.rf.GmePHyHrMgYojCyaJviE.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a923ca1afe0cf18ac2dbcd54b12f9bf7875ac1038678a834c9e0ac0bf56945d +size 43843 diff --git a/FootBones/images/train_DX641_jpg.rf.zeeaG6qdknXyDIjw5c0x.png b/FootBones/images/train_DX641_jpg.rf.zeeaG6qdknXyDIjw5c0x.png new file mode 100644 index 0000000000000000000000000000000000000000..77b651851ada257a9635c8e34d4a44e84d6b85d5 --- /dev/null +++ b/FootBones/images/train_DX641_jpg.rf.zeeaG6qdknXyDIjw5c0x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5526303ca99a6903aa80f698e41cd95f0b4f2068a09869487c3a4f4c8ad250b +size 53335 diff --git a/FootBones/images/train_DX643_jpg.rf.HhtUri5lWPgmPeIWFAaY.png b/FootBones/images/train_DX643_jpg.rf.HhtUri5lWPgmPeIWFAaY.png new file mode 100644 index 0000000000000000000000000000000000000000..e1241825f92350cd083991934536e80da59b0b72 --- /dev/null +++ b/FootBones/images/train_DX643_jpg.rf.HhtUri5lWPgmPeIWFAaY.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b868327d7e70dd1616b6da9f9b4992eee2b016a540d9b806d3ccd2570d151d4 +size 45939 diff --git a/FootBones/images/train_DX644_jpg.rf.jY0pgGjn5oJCA0RmFQ9S.png b/FootBones/images/train_DX644_jpg.rf.jY0pgGjn5oJCA0RmFQ9S.png new file mode 100644 index 0000000000000000000000000000000000000000..f631ca95a5718f9a4f0adbfaba2bcbb109ef453e --- /dev/null +++ b/FootBones/images/train_DX644_jpg.rf.jY0pgGjn5oJCA0RmFQ9S.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc25093f73507dc55c2a8a2fda808740d873a957d0588f2cfb481ce5b528fb52 +size 42367 diff --git a/FootBones/images/train_DX645_jpg.rf.L92Sl29PI4afKzUtsyIJ.png b/FootBones/images/train_DX645_jpg.rf.L92Sl29PI4afKzUtsyIJ.png new file mode 100644 index 0000000000000000000000000000000000000000..18e88ba9a94496bc813efcf7245e650a26da3d5c --- /dev/null +++ b/FootBones/images/train_DX645_jpg.rf.L92Sl29PI4afKzUtsyIJ.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3de49ac7aeef6a00376b8dc3e74eabb77814e82ea924e1700576ab86b1ab5fb6 +size 53337 diff --git a/FootBones/images/train_DX646_jpg.rf.O4JQz9zfZV3UtckhTbL1.png b/FootBones/images/train_DX646_jpg.rf.O4JQz9zfZV3UtckhTbL1.png new file mode 100644 index 0000000000000000000000000000000000000000..052463bd98497a2d97c93761a09601e97084cc38 --- /dev/null +++ b/FootBones/images/train_DX646_jpg.rf.O4JQz9zfZV3UtckhTbL1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a80ab09aed130adccdfacf5f503b27bc8feacd30f38605f44b24a133bf6ec860 +size 45754 diff --git a/FootBones/images/train_DX647_jpg.rf.rCIHfl4JE8qK8bDOV6tq.png b/FootBones/images/train_DX647_jpg.rf.rCIHfl4JE8qK8bDOV6tq.png new file mode 100644 index 0000000000000000000000000000000000000000..740112f2d709febe0bf67e54e3f1502a1c7a1029 --- /dev/null +++ b/FootBones/images/train_DX647_jpg.rf.rCIHfl4JE8qK8bDOV6tq.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ab46a4ecabbac9b3ef56e990aecd1c893fa5803e9732c31f587e85d2cece70f +size 46788 diff --git a/FootBones/images/train_DX648_jpg.rf.VWkwz0PXbIGxO6aT29WD.png b/FootBones/images/train_DX648_jpg.rf.VWkwz0PXbIGxO6aT29WD.png new file mode 100644 index 0000000000000000000000000000000000000000..dd5bcb3826654eba5c9350a895e65d3edc6fca01 --- /dev/null +++ b/FootBones/images/train_DX648_jpg.rf.VWkwz0PXbIGxO6aT29WD.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d63bc18bcd0f1c606ec0ed185aa216e9c19ff815201f6fd0a8165d5c03c8d8b6 +size 49349 diff --git a/FootBones/images/train_DX649_jpg.rf.zWDvLLDW4T0cavbV6il8.png b/FootBones/images/train_DX649_jpg.rf.zWDvLLDW4T0cavbV6il8.png new file mode 100644 index 0000000000000000000000000000000000000000..1c51b0b9aa53d8f82a97af12e730135d1f206c8d --- /dev/null +++ b/FootBones/images/train_DX649_jpg.rf.zWDvLLDW4T0cavbV6il8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:428fb378d05b5e420992edd0b56def466bbe5d72dde909a16f13d057bce289df +size 41937 diff --git a/FootBones/images/train_DX651_jpg.rf.1VE8Z1EZlCAqmkfsiiKx.png b/FootBones/images/train_DX651_jpg.rf.1VE8Z1EZlCAqmkfsiiKx.png new file mode 100644 index 0000000000000000000000000000000000000000..192b20eec5986a16e35ec800933856a22677bbc9 --- /dev/null +++ b/FootBones/images/train_DX651_jpg.rf.1VE8Z1EZlCAqmkfsiiKx.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31cb8e604bf26d8751ef18f29b5570810071b82e38666a8cb5d3b2941b88e816 +size 47435 diff --git a/FootBones/images/train_DX652_jpg.rf.0Uhq51IcybG0BPLI1x6f.png b/FootBones/images/train_DX652_jpg.rf.0Uhq51IcybG0BPLI1x6f.png new file mode 100644 index 0000000000000000000000000000000000000000..b19ae6abd9fd536678ebc1f8f15edd6ec4c75425 --- /dev/null +++ b/FootBones/images/train_DX652_jpg.rf.0Uhq51IcybG0BPLI1x6f.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e0b50c562583a2e5bb60ef7c1edde85b6ad7ccc1dbf551ef2ec461a56d300e5 +size 41697 diff --git a/FootBones/images/train_DX653_jpg.rf.OQxclR8Hys97lqPfUA9B.png b/FootBones/images/train_DX653_jpg.rf.OQxclR8Hys97lqPfUA9B.png new file mode 100644 index 0000000000000000000000000000000000000000..d8dc1bf39db7b8a34547e3bf4c7b058101f85d5a --- /dev/null +++ b/FootBones/images/train_DX653_jpg.rf.OQxclR8Hys97lqPfUA9B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6162e8fda6cf90da3a8a4a9c6700da4799c232b270e8dd814d8301c1a9924d35 +size 42497 diff --git a/FootBones/images/train_DX657_jpg.rf.BhnQqQEMfsaxmYykxRTQ.png b/FootBones/images/train_DX657_jpg.rf.BhnQqQEMfsaxmYykxRTQ.png new file mode 100644 index 0000000000000000000000000000000000000000..55a8986d43e7350b77783c22b0c5b7605907915b --- /dev/null +++ b/FootBones/images/train_DX657_jpg.rf.BhnQqQEMfsaxmYykxRTQ.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76144f1f1ceb2171af1611c699b0df85b1ccc7f7e6c097482e5f2719537917e3 +size 50084 diff --git a/FootBones/images/train_DX658_jpg.rf.ubgjegRqc4ALjFoU6Njy.png b/FootBones/images/train_DX658_jpg.rf.ubgjegRqc4ALjFoU6Njy.png new file mode 100644 index 0000000000000000000000000000000000000000..1a12002a0d1b9bc4f94ee26c679d2aa738f9a289 --- /dev/null +++ b/FootBones/images/train_DX658_jpg.rf.ubgjegRqc4ALjFoU6Njy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36e877ba03fb739bfe33bc1c38f921fec3f6bfbbd369beae734e6cd347b44675 +size 46938 diff --git a/FootBones/images/train_DX659_jpg.rf.g7Uid5e7znF9pdUfJ99w.png b/FootBones/images/train_DX659_jpg.rf.g7Uid5e7znF9pdUfJ99w.png new file mode 100644 index 0000000000000000000000000000000000000000..ff766e4e8e02420b7e9b1ec4cab49b89b344df3f --- /dev/null +++ b/FootBones/images/train_DX659_jpg.rf.g7Uid5e7znF9pdUfJ99w.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed729bd2fea68c920c4faebef4af2f8f38a1aa5018ba046d9aab1bcfe1ff57b0 +size 34256 diff --git a/FootBones/images/train_DX660_jpg.rf.MfVQ93jbBzp0jzkZsb2y.png b/FootBones/images/train_DX660_jpg.rf.MfVQ93jbBzp0jzkZsb2y.png new file mode 100644 index 0000000000000000000000000000000000000000..2f8d912d6fd0f8792442fc2938d835337b55b63b --- /dev/null +++ b/FootBones/images/train_DX660_jpg.rf.MfVQ93jbBzp0jzkZsb2y.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ec0a8c0d5565697188840bb57d2744ab70fce3c844ede9cbdbd232d4636bca3 +size 43829 diff --git a/FootBones/images/train_DX663_jpg.rf.PZbldpUgA6lrzqanitfJ.png b/FootBones/images/train_DX663_jpg.rf.PZbldpUgA6lrzqanitfJ.png new file mode 100644 index 0000000000000000000000000000000000000000..e261eb6e36dfefe0fdb6c4718a5911757f43bbe8 --- /dev/null +++ b/FootBones/images/train_DX663_jpg.rf.PZbldpUgA6lrzqanitfJ.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17b91d5371b4dbf7b562eccf53c3097a0fcaede1e044999f5cb9cb34556c2083 +size 52502 diff --git a/FootBones/images/train_DX664_jpg.rf.3N7yDWekXBXcgmoYQfYO.png b/FootBones/images/train_DX664_jpg.rf.3N7yDWekXBXcgmoYQfYO.png new file mode 100644 index 0000000000000000000000000000000000000000..198c86464d00cebbdd0d6681b28af8219f1635dd --- /dev/null +++ b/FootBones/images/train_DX664_jpg.rf.3N7yDWekXBXcgmoYQfYO.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2336e48c5e2a708dd031a7d7a3025bed419f757fe8b555906c795e5ade84dcc +size 49154 diff --git a/FootBones/images/train_DX665_jpg.rf.mAXvbmZpYuma9x4TanHY.png b/FootBones/images/train_DX665_jpg.rf.mAXvbmZpYuma9x4TanHY.png new file mode 100644 index 0000000000000000000000000000000000000000..6ce7f087b8705835b0b5f18fe197f4214e9a997d --- /dev/null +++ b/FootBones/images/train_DX665_jpg.rf.mAXvbmZpYuma9x4TanHY.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ac9e26d0bf4f3a5b4ec266c98e04a5e84cc7fd45fe4f9dd69007d5f22f9521d +size 46391 diff --git a/FootBones/images/train_DX666_jpg.rf.M3pwWk1PYmr41Yzl2S9S.png b/FootBones/images/train_DX666_jpg.rf.M3pwWk1PYmr41Yzl2S9S.png new file mode 100644 index 0000000000000000000000000000000000000000..d6d71cf70f2ac17238535e8e1b30a55381bb7b19 --- /dev/null +++ b/FootBones/images/train_DX666_jpg.rf.M3pwWk1PYmr41Yzl2S9S.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c7976c0b0d83db98ba7b92659a49a1f00d3ec7407f768240ebe28744629d8b9 +size 61705 diff --git a/FootBones/images/train_DX667_jpg.rf.At0eB9ubxpozl5OPRr9k.png b/FootBones/images/train_DX667_jpg.rf.At0eB9ubxpozl5OPRr9k.png new file mode 100644 index 0000000000000000000000000000000000000000..639f9ccdcaed79ac38c7629e63f063cbec029000 --- /dev/null +++ b/FootBones/images/train_DX667_jpg.rf.At0eB9ubxpozl5OPRr9k.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:847822043b6437272a9655698ecbe9bd6a28b637c755fcff75153e45d64e764d +size 51525 diff --git a/FootBones/images/train_DX668_jpg.rf.Vl1hYBUlij3Dc9n1fhm3.png b/FootBones/images/train_DX668_jpg.rf.Vl1hYBUlij3Dc9n1fhm3.png new file mode 100644 index 0000000000000000000000000000000000000000..1bed00112c132f9c4a5e5dab4d72746dc0b74f32 --- /dev/null +++ b/FootBones/images/train_DX668_jpg.rf.Vl1hYBUlij3Dc9n1fhm3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f960165a73c2f86687c87b581915c5f9a0f5801d96eb7b21cc82f5c8623d3813 +size 58581 diff --git a/FootBones/images/train_DX669_jpg.rf.mo7tyEYM0QTwVVguivgt.png b/FootBones/images/train_DX669_jpg.rf.mo7tyEYM0QTwVVguivgt.png new file mode 100644 index 0000000000000000000000000000000000000000..355ea6e2aa50ee40f57af78c2de034965a02d52b --- /dev/null +++ b/FootBones/images/train_DX669_jpg.rf.mo7tyEYM0QTwVVguivgt.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:911b905f53cccadf4a5ca408c417f26df1c7139ea7fc53a0214c81cdc71981e3 +size 46052 diff --git a/FootBones/images/train_DX66_jpg.rf.pgfuZUxlgoNbMrRxtBRS.png b/FootBones/images/train_DX66_jpg.rf.pgfuZUxlgoNbMrRxtBRS.png new file mode 100644 index 0000000000000000000000000000000000000000..a1ef30bb187542882f4e063be7e216089386c9f6 --- /dev/null +++ b/FootBones/images/train_DX66_jpg.rf.pgfuZUxlgoNbMrRxtBRS.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7f32e54dfd58209a59300e591bd2584ec7397ed2c83570f9f26bce58920d5a9 +size 47334 diff --git a/FootBones/images/train_DX671_jpg.rf.CUFEM83MywHomcgK1wkB.png b/FootBones/images/train_DX671_jpg.rf.CUFEM83MywHomcgK1wkB.png new file mode 100644 index 0000000000000000000000000000000000000000..f160350799b97b4b91faeef09f7aac273d536177 --- /dev/null +++ b/FootBones/images/train_DX671_jpg.rf.CUFEM83MywHomcgK1wkB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ef99f407ac42c4e8d945976574ea7faa8bcdf83760f9f4959a62967287d15b6 +size 43415 diff --git a/FootBones/images/train_DX673_jpg.rf.yDvmn81cnQvuwOr1LgOr.png b/FootBones/images/train_DX673_jpg.rf.yDvmn81cnQvuwOr1LgOr.png new file mode 100644 index 0000000000000000000000000000000000000000..2450157891852ebdbda0dd89bec6099c0592dca9 --- /dev/null +++ b/FootBones/images/train_DX673_jpg.rf.yDvmn81cnQvuwOr1LgOr.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2678b28c5008fcedddde0a1c457728de6dd60f5897de27a1414dc281b9130392 +size 46549 diff --git a/FootBones/images/train_DX676_jpg.rf.Pez0lP65MNpExHU2uEuk.png b/FootBones/images/train_DX676_jpg.rf.Pez0lP65MNpExHU2uEuk.png new file mode 100644 index 0000000000000000000000000000000000000000..fbe27c6d9ccce7508be52bc5821a816e3def385e --- /dev/null +++ b/FootBones/images/train_DX676_jpg.rf.Pez0lP65MNpExHU2uEuk.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be9ace8b3a8936057e4dd3a431cfbf647b245203df49ef61f8f48d4a7804ea67 +size 43307 diff --git a/FootBones/images/train_DX677_jpg.rf.f34VbgucmjHaoYUTJWIO.png b/FootBones/images/train_DX677_jpg.rf.f34VbgucmjHaoYUTJWIO.png new file mode 100644 index 0000000000000000000000000000000000000000..bb3e99775d608adb2431aa7b5cb44665de5109b4 --- /dev/null +++ b/FootBones/images/train_DX677_jpg.rf.f34VbgucmjHaoYUTJWIO.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a0e70d5d5411a6d98646de27cbaed680f08259beb6dd97b1ee312f421cced32 +size 52539 diff --git a/FootBones/images/train_DX678_jpg.rf.BtAblVjsTIjCTv2UlBQ5.png b/FootBones/images/train_DX678_jpg.rf.BtAblVjsTIjCTv2UlBQ5.png new file mode 100644 index 0000000000000000000000000000000000000000..751360401b0a67eaafa84c313f1eb7ce93c61311 --- /dev/null +++ b/FootBones/images/train_DX678_jpg.rf.BtAblVjsTIjCTv2UlBQ5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfc36dd1059db60cd1f11a502130fef2085c64c0f0aa2ad5b7b9b2c286f73f68 +size 52231 diff --git a/FootBones/images/train_DX679_jpg.rf.MuGssprVKckmwGSR0dpU.png b/FootBones/images/train_DX679_jpg.rf.MuGssprVKckmwGSR0dpU.png new file mode 100644 index 0000000000000000000000000000000000000000..274c71d45298844bfc96bcc69421d273380b1126 --- /dev/null +++ b/FootBones/images/train_DX679_jpg.rf.MuGssprVKckmwGSR0dpU.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1a7e364ae1823338ea7e26fb91e7506a38e91901568a1cf3c80d71d741ca31b +size 42668 diff --git a/FootBones/images/train_DX681_jpg.rf.GRihUAFnjILtlXWEpRp6.png b/FootBones/images/train_DX681_jpg.rf.GRihUAFnjILtlXWEpRp6.png new file mode 100644 index 0000000000000000000000000000000000000000..5b65f1b5caa01f55cc30c6cc659995b326c25d45 --- /dev/null +++ b/FootBones/images/train_DX681_jpg.rf.GRihUAFnjILtlXWEpRp6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b9e69c250fef1b469c9c2554162f909387d5a4d93773c642f5b263875205731 +size 54676 diff --git a/FootBones/images/train_DX685_jpg.rf.BN8Bst9WcCEmwSmW5KEs.png b/FootBones/images/train_DX685_jpg.rf.BN8Bst9WcCEmwSmW5KEs.png new file mode 100644 index 0000000000000000000000000000000000000000..9a3a701c608c337fdc53204a9defc9cdd4f1ced6 --- /dev/null +++ b/FootBones/images/train_DX685_jpg.rf.BN8Bst9WcCEmwSmW5KEs.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aacc65fcacbf831deab0c36ce9393c6c180ff12727b9ba13168ddc14bc4753c +size 47948 diff --git a/FootBones/images/train_DX687_jpg.rf.h5XNRnO4aAd0m0QloGl2.png b/FootBones/images/train_DX687_jpg.rf.h5XNRnO4aAd0m0QloGl2.png new file mode 100644 index 0000000000000000000000000000000000000000..c8a349023343c26fc8da7085bf9b8bff19457d91 --- /dev/null +++ b/FootBones/images/train_DX687_jpg.rf.h5XNRnO4aAd0m0QloGl2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4de3a69bee19b4b3d4763bdd28a51fa60ac2c6c28ebbae297a325f27cf2e5a1b +size 52029 diff --git a/FootBones/images/train_DX688_jpg.rf.iUxZibhiaOgtc71OxXgW.png b/FootBones/images/train_DX688_jpg.rf.iUxZibhiaOgtc71OxXgW.png new file mode 100644 index 0000000000000000000000000000000000000000..df55942ee580861cb399340e4aff49eeaa74f1a1 --- /dev/null +++ b/FootBones/images/train_DX688_jpg.rf.iUxZibhiaOgtc71OxXgW.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6f59605193cea97f98e6545b39d42982dc73222935a884fb5c165c5e3394e2e +size 52704 diff --git a/FootBones/images/train_DX689_jpg.rf.DJF4WRZFWQiWYpZ7I4p1.png b/FootBones/images/train_DX689_jpg.rf.DJF4WRZFWQiWYpZ7I4p1.png new file mode 100644 index 0000000000000000000000000000000000000000..78487ca0ec7b62bbad1047b953d47f5d0dca90f7 --- /dev/null +++ b/FootBones/images/train_DX689_jpg.rf.DJF4WRZFWQiWYpZ7I4p1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a67da219d82b76cf28546081aa9001340432cd9cfb7f1657a6230f6d7bf0fbd +size 49661 diff --git a/FootBones/images/train_DX68_jpg.rf.bEV2tp8HQRCiyzKoKkGS.png b/FootBones/images/train_DX68_jpg.rf.bEV2tp8HQRCiyzKoKkGS.png new file mode 100644 index 0000000000000000000000000000000000000000..1d64a0cc2e400cbb26176991490202c80b59562c --- /dev/null +++ b/FootBones/images/train_DX68_jpg.rf.bEV2tp8HQRCiyzKoKkGS.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9df179466d8b05715d558a46a347ace9edb2d001f32437b893f54c1351f6109e +size 59391 diff --git a/FootBones/images/train_DX691_jpg.rf.B4w1tXIrnHGAOMeEtEby.png b/FootBones/images/train_DX691_jpg.rf.B4w1tXIrnHGAOMeEtEby.png new file mode 100644 index 0000000000000000000000000000000000000000..5034c00d32a03995a6866d4307e4a02b9abc43e5 --- /dev/null +++ b/FootBones/images/train_DX691_jpg.rf.B4w1tXIrnHGAOMeEtEby.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8be23aee9dafc420fd926a55830d99320adc1aa0cc889353c4894404bbd62d3f +size 44961 diff --git a/FootBones/images/train_DX69_jpg.rf.YhkFri2p2Wkdn4PVtdc4.png b/FootBones/images/train_DX69_jpg.rf.YhkFri2p2Wkdn4PVtdc4.png new file mode 100644 index 0000000000000000000000000000000000000000..2d7b13227a2cc1e57c7e9ce0048e93b03722aa1b --- /dev/null +++ b/FootBones/images/train_DX69_jpg.rf.YhkFri2p2Wkdn4PVtdc4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f24acb42935618821e7ace57c542f35d0e8dd941a77da1d9bf3cfced8f90c37 +size 54990 diff --git a/FootBones/images/train_DX70_jpg.rf.WNgwTtYtaKDRRdzNeuFx.png b/FootBones/images/train_DX70_jpg.rf.WNgwTtYtaKDRRdzNeuFx.png new file mode 100644 index 0000000000000000000000000000000000000000..e407c8ccddbcd40afee7ebcf07fd8a7db6f949eb --- /dev/null +++ b/FootBones/images/train_DX70_jpg.rf.WNgwTtYtaKDRRdzNeuFx.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cff069a18e2779539471b2fe59b457279cb0504b5ddc7825886f37cc7130cc4 +size 58990 diff --git a/FootBones/images/train_DX71_jpg.rf.ZR8BAnZBdamtPJpyG2nE.png b/FootBones/images/train_DX71_jpg.rf.ZR8BAnZBdamtPJpyG2nE.png new file mode 100644 index 0000000000000000000000000000000000000000..64cd53032fbe5d6964cb7c454aeda09e09428888 --- /dev/null +++ b/FootBones/images/train_DX71_jpg.rf.ZR8BAnZBdamtPJpyG2nE.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:617da4fdb5a2a46dad4be7f86bef6d5284eb4919e86cfe8aea8e763e87c71473 +size 44451 diff --git a/FootBones/images/train_DX73_jpg.rf.TX4lZmJrWnuSIchbHMf5.png b/FootBones/images/train_DX73_jpg.rf.TX4lZmJrWnuSIchbHMf5.png new file mode 100644 index 0000000000000000000000000000000000000000..70603fb4121761197c029a5e43c244723853e191 --- /dev/null +++ b/FootBones/images/train_DX73_jpg.rf.TX4lZmJrWnuSIchbHMf5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e490f10c2aff2b2f2791c45deca2509e4f21d0070114443f2f8c34468a97932 +size 42894 diff --git a/FootBones/images/train_DX76_jpg.rf.9xEjE4gefInKLCoYRRKf.png b/FootBones/images/train_DX76_jpg.rf.9xEjE4gefInKLCoYRRKf.png new file mode 100644 index 0000000000000000000000000000000000000000..b28ce2506f726f9c8a2058eb858d9029c6bca1fa --- /dev/null +++ b/FootBones/images/train_DX76_jpg.rf.9xEjE4gefInKLCoYRRKf.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a32d7018815b6864ed374e101b8c7187bbfccc239a7a5e848b7d80d6d37a289a +size 62132 diff --git a/FootBones/images/train_DX77_jpg.rf.gitbtFq0UKiNYCsPvcR2.png b/FootBones/images/train_DX77_jpg.rf.gitbtFq0UKiNYCsPvcR2.png new file mode 100644 index 0000000000000000000000000000000000000000..818c1be50ad5ab091f29b77bce6a9dfbd716f858 --- /dev/null +++ b/FootBones/images/train_DX77_jpg.rf.gitbtFq0UKiNYCsPvcR2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7e3e3b38678478f6c1a929ea8dad69ab314499a235a0d5c7979dd1cd80de869 +size 60150 diff --git a/FootBones/images/train_DX78_jpg.rf.LoxHOza1YqOHm9jlclKg.png b/FootBones/images/train_DX78_jpg.rf.LoxHOza1YqOHm9jlclKg.png new file mode 100644 index 0000000000000000000000000000000000000000..803e6420843b164c5abddb68a43ce6f56a16825d --- /dev/null +++ b/FootBones/images/train_DX78_jpg.rf.LoxHOza1YqOHm9jlclKg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a75d908cac69936defbec109194023242053096ab4e7bf7f1d312803322a35af +size 50143 diff --git a/FootBones/images/train_DX7_jpg.rf.sBdJvb6SvYbJInjRLzJC.png b/FootBones/images/train_DX7_jpg.rf.sBdJvb6SvYbJInjRLzJC.png new file mode 100644 index 0000000000000000000000000000000000000000..a41ddaf51cad50ecab392ddcbab05f27743d6872 --- /dev/null +++ b/FootBones/images/train_DX7_jpg.rf.sBdJvb6SvYbJInjRLzJC.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d96da8c8a9b5375601e54662afaa63dc62ec86959362fb76cd01253a10b2743b +size 46638 diff --git a/FootBones/images/train_DX86_jpg.rf.QxYOEjdliYd5m6pjUdhM.png b/FootBones/images/train_DX86_jpg.rf.QxYOEjdliYd5m6pjUdhM.png new file mode 100644 index 0000000000000000000000000000000000000000..8c10fa51b8d947fc6e50aca1860de59b94ef9174 --- /dev/null +++ b/FootBones/images/train_DX86_jpg.rf.QxYOEjdliYd5m6pjUdhM.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6db45f9e9a176062f497f8b14cf4abeb1af8d66ec0d3f5a58fa79c71019f7a02 +size 60530 diff --git a/FootBones/images/train_DX8_jpg.rf.R4oL98I38TU8UyGmVcFN.png b/FootBones/images/train_DX8_jpg.rf.R4oL98I38TU8UyGmVcFN.png new file mode 100644 index 0000000000000000000000000000000000000000..54a95d5c1455f6829f534a1244d86c07f311734c --- /dev/null +++ b/FootBones/images/train_DX8_jpg.rf.R4oL98I38TU8UyGmVcFN.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e8419096b2cd2f1b8c998a9bbbd3ae3df5456edcfe6829cfb39924e9baa2e0a +size 45463 diff --git a/FootBones/images/train_DX90_jpg.rf.7z0vqX05Tcwy3gLdzVVP.png b/FootBones/images/train_DX90_jpg.rf.7z0vqX05Tcwy3gLdzVVP.png new file mode 100644 index 0000000000000000000000000000000000000000..4d9da59046ef2e7c44f6cd68905eb197a0926f30 --- /dev/null +++ b/FootBones/images/train_DX90_jpg.rf.7z0vqX05Tcwy3gLdzVVP.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72d27e0f65a2ec1e85d3ec41699592c7266cc7202f1719ac8390d5bfd7b66332 +size 44887 diff --git a/FootBones/images/train_DX91_jpg.rf.4dqBAxXVNIugiRcv5vdP.png b/FootBones/images/train_DX91_jpg.rf.4dqBAxXVNIugiRcv5vdP.png new file mode 100644 index 0000000000000000000000000000000000000000..4f0cb1ab12c20f6bfface7cdd5e3637f4d0c0721 --- /dev/null +++ b/FootBones/images/train_DX91_jpg.rf.4dqBAxXVNIugiRcv5vdP.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e602452e5954422ecd5bcaf415908b491b245961db407d6a04b0b2be70a13ecf +size 38891 diff --git a/FootBones/images/train_DX94_jpg.rf.DSzEqWgmkM4nU7y6hR0B.png b/FootBones/images/train_DX94_jpg.rf.DSzEqWgmkM4nU7y6hR0B.png new file mode 100644 index 0000000000000000000000000000000000000000..7d38cd8f3a0c863d66f7b526b041900571b26a28 --- /dev/null +++ b/FootBones/images/train_DX94_jpg.rf.DSzEqWgmkM4nU7y6hR0B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c14982879ccc230b354b4fd9091328f26e652caf4736cc230b4dede1ff32544 +size 52615 diff --git a/FootBones/images/train_DX95_jpg.rf.ufKV6agNFqrHBVO167bx.png b/FootBones/images/train_DX95_jpg.rf.ufKV6agNFqrHBVO167bx.png new file mode 100644 index 0000000000000000000000000000000000000000..850db545e18041a1d01e9a9ed001f99a3ca4be02 --- /dev/null +++ b/FootBones/images/train_DX95_jpg.rf.ufKV6agNFqrHBVO167bx.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6896a01495cede47653a8fad73aaef8d9b5507567143eb3934022a84dda8c8d +size 32975 diff --git a/FootBones/images/train_DX99_jpg.rf.nk3HjvYK7Gw247Sphu4w.png b/FootBones/images/train_DX99_jpg.rf.nk3HjvYK7Gw247Sphu4w.png new file mode 100644 index 0000000000000000000000000000000000000000..64b0a295be633358f9a160d5129221a95600dacc --- /dev/null +++ b/FootBones/images/train_DX99_jpg.rf.nk3HjvYK7Gw247Sphu4w.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfbdef1cfa3e7a8763642052efab4f394fc5a8a0485439c0baffa92dcd7243fa +size 44360 diff --git a/FootBones/images/val_DX102_jpg.rf.MRGt9Lh0Ntm8upbmmZ8y.png b/FootBones/images/val_DX102_jpg.rf.MRGt9Lh0Ntm8upbmmZ8y.png new file mode 100644 index 0000000000000000000000000000000000000000..8ddb7c03242dd4f821739908a2abf0df8fea53da --- /dev/null +++ b/FootBones/images/val_DX102_jpg.rf.MRGt9Lh0Ntm8upbmmZ8y.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f00a1d7da74efc45d4b83ed5bd34caba37c7e7a0d8c932dcf2c0214ff7672d0 +size 52534 diff --git a/FootBones/images/val_DX104_jpg.rf.hJfGdjWWfDh4WtvujkPg.png b/FootBones/images/val_DX104_jpg.rf.hJfGdjWWfDh4WtvujkPg.png new file mode 100644 index 0000000000000000000000000000000000000000..84624a1318179edc421e24312a219a11176ba2c3 --- /dev/null +++ b/FootBones/images/val_DX104_jpg.rf.hJfGdjWWfDh4WtvujkPg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f93983805f824c74679a18e6969fab7f9a1e9c90d24b282663cc82e36ec339a +size 57242 diff --git a/FootBones/images/val_DX107_jpg.rf.MYcqsM7usTloCCAPN7k1.png b/FootBones/images/val_DX107_jpg.rf.MYcqsM7usTloCCAPN7k1.png new file mode 100644 index 0000000000000000000000000000000000000000..8f0fc6897a42536b92e6829a15066adf5b836e14 --- /dev/null +++ b/FootBones/images/val_DX107_jpg.rf.MYcqsM7usTloCCAPN7k1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d261f71a5cfed976fb9811f6a439a18128486a361c4d3f0a85c7451304bd64d +size 45680 diff --git a/FootBones/images/val_DX10_jpg.rf.XkQMN6lgvncYzfNd7Nyk.png b/FootBones/images/val_DX10_jpg.rf.XkQMN6lgvncYzfNd7Nyk.png new file mode 100644 index 0000000000000000000000000000000000000000..85bb8e236dccc3cee996a1699a100012c4c46852 --- /dev/null +++ b/FootBones/images/val_DX10_jpg.rf.XkQMN6lgvncYzfNd7Nyk.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d9b0ca047cc9aad9bff52bedae95b3c262437ad0848249594773954b1eb2078 +size 62042 diff --git a/FootBones/images/val_DX111_jpg.rf.E2iuupUtY6eeVwecNiDH.png b/FootBones/images/val_DX111_jpg.rf.E2iuupUtY6eeVwecNiDH.png new file mode 100644 index 0000000000000000000000000000000000000000..53d0f87087e05ab548565d289be82fc864c4e8cd --- /dev/null +++ b/FootBones/images/val_DX111_jpg.rf.E2iuupUtY6eeVwecNiDH.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04b18e08b76d33634df5ddd5c352e8cb40d712137e6f8e7407dd88db55860d91 +size 40317 diff --git a/FootBones/images/val_DX125_jpg.rf.UDulvylQ8eoF5BfHUhv0.png b/FootBones/images/val_DX125_jpg.rf.UDulvylQ8eoF5BfHUhv0.png new file mode 100644 index 0000000000000000000000000000000000000000..fc1a77058c7bc418785ba72577bd5098c2349cf7 --- /dev/null +++ b/FootBones/images/val_DX125_jpg.rf.UDulvylQ8eoF5BfHUhv0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8c2f38909fe89b7a26f2f425dc7bddce646b066c243780621127420205634b7 +size 43571 diff --git a/FootBones/images/val_DX130_jpg.rf.leoZjGO6kmco6Lm3EF4c.png b/FootBones/images/val_DX130_jpg.rf.leoZjGO6kmco6Lm3EF4c.png new file mode 100644 index 0000000000000000000000000000000000000000..9ee5757398a8716d9252c5595e9ddbf50c79dabb --- /dev/null +++ b/FootBones/images/val_DX130_jpg.rf.leoZjGO6kmco6Lm3EF4c.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:991e16bbed4bf2c789d9dec95792ea48c959cce72455f39ec8a0cbb8ddcf410b +size 47946 diff --git a/FootBones/images/val_DX152_jpg.rf.gKnNFCCOg5Nn2FGmbdkg.png b/FootBones/images/val_DX152_jpg.rf.gKnNFCCOg5Nn2FGmbdkg.png new file mode 100644 index 0000000000000000000000000000000000000000..6dc238f44569ec00a17f876ba05b3be9edfd6bfa --- /dev/null +++ b/FootBones/images/val_DX152_jpg.rf.gKnNFCCOg5Nn2FGmbdkg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5914ad3aadea33f6c0e57f111aa1acd725e89a0bda914c4f520b5f52758b7f4d +size 49088 diff --git a/FootBones/images/val_DX154_jpg.rf.i1ZfnqgrqBG21rDFyN7t.png b/FootBones/images/val_DX154_jpg.rf.i1ZfnqgrqBG21rDFyN7t.png new file mode 100644 index 0000000000000000000000000000000000000000..6a8770d21ff788459fbfb10d279d9545ab3e2f80 --- /dev/null +++ b/FootBones/images/val_DX154_jpg.rf.i1ZfnqgrqBG21rDFyN7t.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:866b983a8c499abe8c98a6e3eddfd32e0b7edc0c490f60c3d6bf4cf3790ce1b7 +size 56751 diff --git a/FootBones/images/val_DX157_jpg.rf.mULD7QbwEm2qjF31XIyd.png b/FootBones/images/val_DX157_jpg.rf.mULD7QbwEm2qjF31XIyd.png new file mode 100644 index 0000000000000000000000000000000000000000..40c15715963159765e4f75fba02e883f3d55287f --- /dev/null +++ b/FootBones/images/val_DX157_jpg.rf.mULD7QbwEm2qjF31XIyd.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c07882b27eb01603cf6f0084f5c53d12ec6f86e9578279f32a41f72bab1603b3 +size 40621 diff --git a/FootBones/images/val_DX162_jpg.rf.kNrQy8q8YRiJq1IigSXi.png b/FootBones/images/val_DX162_jpg.rf.kNrQy8q8YRiJq1IigSXi.png new file mode 100644 index 0000000000000000000000000000000000000000..909210378f92bfe2cb8d1f257bccf54d0ee3ae6e --- /dev/null +++ b/FootBones/images/val_DX162_jpg.rf.kNrQy8q8YRiJq1IigSXi.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e54b6af381aeba3ceffddbdba22f744371cdb49dc8251c253f6f0dd844a670eb +size 58958 diff --git a/FootBones/images/val_DX169_jpg.rf.SsPn4jRuqXrk16bNRymF.png b/FootBones/images/val_DX169_jpg.rf.SsPn4jRuqXrk16bNRymF.png new file mode 100644 index 0000000000000000000000000000000000000000..6a53c7ae473156c08d8a82efbfa6c2b0abbabdfc --- /dev/null +++ b/FootBones/images/val_DX169_jpg.rf.SsPn4jRuqXrk16bNRymF.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d503b47a113027a8daa21f4f9b29112b4c7e3a10d3e098a9b3b2fd494f90b6d4 +size 48443 diff --git a/FootBones/images/val_DX189_jpg.rf.Cj5IzOCVXRojugyBFjNJ.png b/FootBones/images/val_DX189_jpg.rf.Cj5IzOCVXRojugyBFjNJ.png new file mode 100644 index 0000000000000000000000000000000000000000..7245f03880164317d02db4070d24f71a13a31631 --- /dev/null +++ b/FootBones/images/val_DX189_jpg.rf.Cj5IzOCVXRojugyBFjNJ.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6291b9f557d4acaf02503619732678b178594ebacb7b715dd81856157ad8da6 +size 50934 diff --git a/FootBones/images/val_DX192_jpg.rf.jJ0byHbWF5XPyA13fvLO.png b/FootBones/images/val_DX192_jpg.rf.jJ0byHbWF5XPyA13fvLO.png new file mode 100644 index 0000000000000000000000000000000000000000..74167bca4b8184a59b7cc2a5ecf36d98790300ba --- /dev/null +++ b/FootBones/images/val_DX192_jpg.rf.jJ0byHbWF5XPyA13fvLO.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:313adfdb5c890f3a6e91a5b09196081eb2985b833f8783ed0040dadd34e57c30 +size 42345 diff --git a/FootBones/images/val_DX199_jpg.rf.6WmTcxDgWG9JtzXXPNZ5.png b/FootBones/images/val_DX199_jpg.rf.6WmTcxDgWG9JtzXXPNZ5.png new file mode 100644 index 0000000000000000000000000000000000000000..01cfb8b3e3babc759afe85473b355f66c5a81f59 --- /dev/null +++ b/FootBones/images/val_DX199_jpg.rf.6WmTcxDgWG9JtzXXPNZ5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4d55c7a7fc8298cb43d5513e5ad5a8bdb6e5bf7176f4872bbe7cf9c081647f1 +size 41931 diff --git a/FootBones/images/val_DX209_jpg.rf.iimxAW7ftKenRMEu8Uku.png b/FootBones/images/val_DX209_jpg.rf.iimxAW7ftKenRMEu8Uku.png new file mode 100644 index 0000000000000000000000000000000000000000..dcdacfff2a8f974d356f598f1ffd9b0765d32845 --- /dev/null +++ b/FootBones/images/val_DX209_jpg.rf.iimxAW7ftKenRMEu8Uku.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a1d881a8f8058a2e016e6c725802c62fd3ce017d25088ea8a2f6663de1c8b6b +size 48171 diff --git a/FootBones/images/val_DX226_jpg.rf.XGi605MK8UPI6yxW173X.png b/FootBones/images/val_DX226_jpg.rf.XGi605MK8UPI6yxW173X.png new file mode 100644 index 0000000000000000000000000000000000000000..4f59eca4657375f3de4e6f8253c0b6f7339c6c2d --- /dev/null +++ b/FootBones/images/val_DX226_jpg.rf.XGi605MK8UPI6yxW173X.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:899bf13c375aa7831495dfe3ced45fa1eb2d560170d7de3cc82e76d97d47fa21 +size 43617 diff --git a/FootBones/images/val_DX232_jpg.rf.p0PIAdXbd06DE45YVOfm.png b/FootBones/images/val_DX232_jpg.rf.p0PIAdXbd06DE45YVOfm.png new file mode 100644 index 0000000000000000000000000000000000000000..581c20eaf353f68c7de4f18b8c60cb297d9b8972 --- /dev/null +++ b/FootBones/images/val_DX232_jpg.rf.p0PIAdXbd06DE45YVOfm.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dc395de1e0393857646aaa115f5232947c8f56480b64f06df7e06f5466b79ba +size 53288 diff --git a/FootBones/images/val_DX236_jpg.rf.AW7vE5RQDIjDlUmXrGrb.png b/FootBones/images/val_DX236_jpg.rf.AW7vE5RQDIjDlUmXrGrb.png new file mode 100644 index 0000000000000000000000000000000000000000..f617f86bd234f46a552c5ad913c88e0ad49cbd39 --- /dev/null +++ b/FootBones/images/val_DX236_jpg.rf.AW7vE5RQDIjDlUmXrGrb.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6543b11c7c80d616c7d564fbc19bb4a179c111b61aa13243f32f296d64e7632 +size 46236 diff --git a/FootBones/images/val_DX249_jpg.rf.ZEX11Y6slfHdqUisG1ic.png b/FootBones/images/val_DX249_jpg.rf.ZEX11Y6slfHdqUisG1ic.png new file mode 100644 index 0000000000000000000000000000000000000000..3ac78416ec749a7ac48b7e079c086a92c7b7e3c4 --- /dev/null +++ b/FootBones/images/val_DX249_jpg.rf.ZEX11Y6slfHdqUisG1ic.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab94e9355738cb777456f0811521d707d7787e3211b3e4f0a04cd404fc33283b +size 41212 diff --git a/FootBones/images/val_DX250_jpg.rf.wvd9k75dXFIiWpF4QDGx.png b/FootBones/images/val_DX250_jpg.rf.wvd9k75dXFIiWpF4QDGx.png new file mode 100644 index 0000000000000000000000000000000000000000..2e61488da5a89b04303c38f97ee31b9eb17354e3 --- /dev/null +++ b/FootBones/images/val_DX250_jpg.rf.wvd9k75dXFIiWpF4QDGx.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d550a5860f8afa999d145760df4e2a5a0dabdda609c2edae8ebde873a8fbb7e8 +size 42289 diff --git a/FootBones/images/val_DX255_jpg.rf.i7NqK9znVqlX5J8UXs1U.png b/FootBones/images/val_DX255_jpg.rf.i7NqK9znVqlX5J8UXs1U.png new file mode 100644 index 0000000000000000000000000000000000000000..2af7df655c6914505933be12631dd25d46a06e6a --- /dev/null +++ b/FootBones/images/val_DX255_jpg.rf.i7NqK9znVqlX5J8UXs1U.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0ad9ec265636eca789fb4d87837d3774fcf9599ace905ed29d4c429f0781bd9 +size 45625 diff --git a/FootBones/images/val_DX261_jpg.rf.PpDyivYVjsfOO7BqzPtG.png b/FootBones/images/val_DX261_jpg.rf.PpDyivYVjsfOO7BqzPtG.png new file mode 100644 index 0000000000000000000000000000000000000000..fc9e3ceda8043d7812d859e1a8b1067839a10afd --- /dev/null +++ b/FootBones/images/val_DX261_jpg.rf.PpDyivYVjsfOO7BqzPtG.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c773c37574c5b0ef6e9120b2659dc0cc40449e2eb0a829c2eec2eafecf5479b4 +size 38759 diff --git a/FootBones/images/val_DX267_jpg.rf.gULFUw90zOgCHUso9An5.png b/FootBones/images/val_DX267_jpg.rf.gULFUw90zOgCHUso9An5.png new file mode 100644 index 0000000000000000000000000000000000000000..14a4a3edc6c2a5f2735eeef1c08e85681fd405db --- /dev/null +++ b/FootBones/images/val_DX267_jpg.rf.gULFUw90zOgCHUso9An5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:461ce7b985f8bdadae98c5f1edb53cd3a3c63f7466818845185fa9047c7b9e22 +size 49082 diff --git a/FootBones/images/val_DX275_jpg.rf.3VLF27WkjVhK3W2AY10U.png b/FootBones/images/val_DX275_jpg.rf.3VLF27WkjVhK3W2AY10U.png new file mode 100644 index 0000000000000000000000000000000000000000..1f324415966f7532c9676dc7f98613873feb03cf --- /dev/null +++ b/FootBones/images/val_DX275_jpg.rf.3VLF27WkjVhK3W2AY10U.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eac8b01bf2751bad0e0ab9754a09dbd17ac84a4c422463bb20168401e5fd68b +size 54439 diff --git a/FootBones/images/val_DX277_jpg.rf.47Md8Cs9XJ9ZKqPWJ0uo.png b/FootBones/images/val_DX277_jpg.rf.47Md8Cs9XJ9ZKqPWJ0uo.png new file mode 100644 index 0000000000000000000000000000000000000000..fcb54b30d162d60c7f33575d73fd8d67d1b5382c --- /dev/null +++ b/FootBones/images/val_DX277_jpg.rf.47Md8Cs9XJ9ZKqPWJ0uo.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e60275c877376120381372d4d0bab411fd400d0a15aea95e19e5711e72fe5fd +size 42157 diff --git a/FootBones/images/val_DX27_jpg.rf.sYLiTocsYZHTlKCLU2iO.png b/FootBones/images/val_DX27_jpg.rf.sYLiTocsYZHTlKCLU2iO.png new file mode 100644 index 0000000000000000000000000000000000000000..7e1d881c08ffa4a41ca1cf807f6decd75e2f7bbc --- /dev/null +++ b/FootBones/images/val_DX27_jpg.rf.sYLiTocsYZHTlKCLU2iO.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66f50774df2f040b8f1b009455f53b0b889b7e21cbad6ec5d74d5cede40a2c2f +size 31999 diff --git a/FootBones/images/val_DX281_jpg.rf.hH4mIfPlZCR2kvRDHD0T.png b/FootBones/images/val_DX281_jpg.rf.hH4mIfPlZCR2kvRDHD0T.png new file mode 100644 index 0000000000000000000000000000000000000000..00cb6523132b28f7f6e7d0f00119d68ecff15ef4 --- /dev/null +++ b/FootBones/images/val_DX281_jpg.rf.hH4mIfPlZCR2kvRDHD0T.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4c91ce83bca40b26c9b0bf21b3f1895fec43baec7350bf30b91a4e1e1f0d569 +size 48296 diff --git a/FootBones/images/val_DX305_jpg.rf.7ZbCDwOB1RorN9tvhnAX.png b/FootBones/images/val_DX305_jpg.rf.7ZbCDwOB1RorN9tvhnAX.png new file mode 100644 index 0000000000000000000000000000000000000000..79b3232b8f4f6a5cda9e7f4eb26828bfff6d1509 --- /dev/null +++ b/FootBones/images/val_DX305_jpg.rf.7ZbCDwOB1RorN9tvhnAX.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31afc62d9c41b88a87c283dd9a52348c0b0108e4429d5d8ee0807fec2888fd76 +size 53188 diff --git a/FootBones/images/val_DX319_jpg.rf.c9S53QiwHbUP9Kzwky2A.png b/FootBones/images/val_DX319_jpg.rf.c9S53QiwHbUP9Kzwky2A.png new file mode 100644 index 0000000000000000000000000000000000000000..dc00493dc820eeb590aad6bcc4e1fd3168c220ca --- /dev/null +++ b/FootBones/images/val_DX319_jpg.rf.c9S53QiwHbUP9Kzwky2A.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db01b91e992478fe73035708d56e9324c2a114b54ce17c81f4c5652c5f20095d +size 45214 diff --git a/FootBones/images/val_DX322_jpg.rf.kFEq7dN2uUPZTvHbYTaW.png b/FootBones/images/val_DX322_jpg.rf.kFEq7dN2uUPZTvHbYTaW.png new file mode 100644 index 0000000000000000000000000000000000000000..458feb0dade6f0c4584d6b7d6992da896e64f121 --- /dev/null +++ b/FootBones/images/val_DX322_jpg.rf.kFEq7dN2uUPZTvHbYTaW.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9490d64da78e81548befabe620c40872ca04e0409c11ab3630fdaa611f65ea84 +size 76646 diff --git a/FootBones/images/val_DX328_jpg.rf.Ptap8F0huWjbddkjn8Pe.png b/FootBones/images/val_DX328_jpg.rf.Ptap8F0huWjbddkjn8Pe.png new file mode 100644 index 0000000000000000000000000000000000000000..beada259cb20b8b2dc9a7ade974a312206e700cd --- /dev/null +++ b/FootBones/images/val_DX328_jpg.rf.Ptap8F0huWjbddkjn8Pe.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71344cd075bddc413e0fa2e9b78e00ed6608c96f7789900a8f5b18b0423839c0 +size 58070 diff --git a/FootBones/images/val_DX332_jpg.rf.1WeNHK5l4YwaTsLl8rkC.png b/FootBones/images/val_DX332_jpg.rf.1WeNHK5l4YwaTsLl8rkC.png new file mode 100644 index 0000000000000000000000000000000000000000..4c18263e6f6517db26731ae2fba5a40a1f8c0522 --- /dev/null +++ b/FootBones/images/val_DX332_jpg.rf.1WeNHK5l4YwaTsLl8rkC.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78feb6e6eceeaa13829b0659f37b754936e821bcdf86366c5295e7ef7089e633 +size 47054 diff --git a/FootBones/images/val_DX338_jpg.rf.ZFnZuowLExFB8sUy73vR.png b/FootBones/images/val_DX338_jpg.rf.ZFnZuowLExFB8sUy73vR.png new file mode 100644 index 0000000000000000000000000000000000000000..8e9912caa899b064e311a9cf74325f89001812b9 --- /dev/null +++ b/FootBones/images/val_DX338_jpg.rf.ZFnZuowLExFB8sUy73vR.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb96b2c7ed31c60a32be8c1ba89b1ef5408bffde10ec2a989427327c58b3c764 +size 49833 diff --git a/FootBones/images/val_DX343_jpg.rf.PnmfhdSGrbaMhdu2DJUW.png b/FootBones/images/val_DX343_jpg.rf.PnmfhdSGrbaMhdu2DJUW.png new file mode 100644 index 0000000000000000000000000000000000000000..18d24ad46e2fbfe440f0b97729f17ab0992cadfa --- /dev/null +++ b/FootBones/images/val_DX343_jpg.rf.PnmfhdSGrbaMhdu2DJUW.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fd0f938140121b4dad284cedd888d88228e5965576c901f28a4a8046c26a7f8 +size 48453 diff --git a/FootBones/images/val_DX346_jpg.rf.BiG1KJxgWPhG94XQxjaI.png b/FootBones/images/val_DX346_jpg.rf.BiG1KJxgWPhG94XQxjaI.png new file mode 100644 index 0000000000000000000000000000000000000000..8a2efa167d1c37ce578f60e83cfabfd5a312aeec --- /dev/null +++ b/FootBones/images/val_DX346_jpg.rf.BiG1KJxgWPhG94XQxjaI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c43423b641df7e019f54c1925e84039577d1705f90e23e507b93f731801d5d52 +size 50903 diff --git a/FootBones/images/val_DX34_jpg.rf.pA7Uzy289M85fhUgmJsK.png b/FootBones/images/val_DX34_jpg.rf.pA7Uzy289M85fhUgmJsK.png new file mode 100644 index 0000000000000000000000000000000000000000..97d207ef411eadc258503df5dde535f10cd0b98d --- /dev/null +++ b/FootBones/images/val_DX34_jpg.rf.pA7Uzy289M85fhUgmJsK.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b74a3aedc6abf95811b9ae500747e379c853926fc0f0c49ad7b15a6d3a7e5ad6 +size 58332 diff --git a/FootBones/images/val_DX350_jpg.rf.7PIhZZ8j0KIf1c7U0F8A.png b/FootBones/images/val_DX350_jpg.rf.7PIhZZ8j0KIf1c7U0F8A.png new file mode 100644 index 0000000000000000000000000000000000000000..efddd35dee2ab76d0fc2fef98ca859849b7c70e4 --- /dev/null +++ b/FootBones/images/val_DX350_jpg.rf.7PIhZZ8j0KIf1c7U0F8A.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e617cf21e572b06ec195df92b685c6b8fc7252178d7467422d0d72ddf55b0e6 +size 44780 diff --git a/FootBones/images/val_DX355_jpg.rf.KHk08bTzhw9Wu7DaAEJw.png b/FootBones/images/val_DX355_jpg.rf.KHk08bTzhw9Wu7DaAEJw.png new file mode 100644 index 0000000000000000000000000000000000000000..01c22e3cb6cad90979c471d052fd92bdd0cb137f --- /dev/null +++ b/FootBones/images/val_DX355_jpg.rf.KHk08bTzhw9Wu7DaAEJw.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c6f27cfb3be03aa11a889d5ccf05c204d7918d852478d5d7c2887bbf3570208 +size 44381 diff --git a/FootBones/images/val_DX360_jpg.rf.EuTawvzU2YTTJqALqhYB.png b/FootBones/images/val_DX360_jpg.rf.EuTawvzU2YTTJqALqhYB.png new file mode 100644 index 0000000000000000000000000000000000000000..a617b5ff8df97290d10ea1bd17b24f8be3d3a572 --- /dev/null +++ b/FootBones/images/val_DX360_jpg.rf.EuTawvzU2YTTJqALqhYB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d424066b4ebca42a61d62cb1575d42dd01e70ce17ad8fb26901ecfd1226db565 +size 44837 diff --git a/FootBones/images/val_DX368_jpg.rf.vdGQXups44N6jDc0rpSq.png b/FootBones/images/val_DX368_jpg.rf.vdGQXups44N6jDc0rpSq.png new file mode 100644 index 0000000000000000000000000000000000000000..10f93282bcf445837ea3b177e8656f875d656d09 --- /dev/null +++ b/FootBones/images/val_DX368_jpg.rf.vdGQXups44N6jDc0rpSq.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1811a9e21f9e45579da3a8175e8b4794bb4ff5c292385905b577dc50e5aa2fa5 +size 40386 diff --git a/FootBones/images/val_DX390_jpg.rf.YCeiNP3LnPAefcxj6yc3.png b/FootBones/images/val_DX390_jpg.rf.YCeiNP3LnPAefcxj6yc3.png new file mode 100644 index 0000000000000000000000000000000000000000..992540e735439df29bbf8d51e5f484865a7bdd8a --- /dev/null +++ b/FootBones/images/val_DX390_jpg.rf.YCeiNP3LnPAefcxj6yc3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b43e5561d194ce2ee89c146d74134a7e2dcaf9a72a9251c0a881a912347e2b92 +size 45228 diff --git a/FootBones/images/val_DX391_jpg.rf.rrSg3sFgHtHgEqZu72rM.png b/FootBones/images/val_DX391_jpg.rf.rrSg3sFgHtHgEqZu72rM.png new file mode 100644 index 0000000000000000000000000000000000000000..af9f8cc49dddf657501540c98ffab44bf576e31f --- /dev/null +++ b/FootBones/images/val_DX391_jpg.rf.rrSg3sFgHtHgEqZu72rM.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db45d9be35ff8cba5e6e6150d2d501067f6b9a07c13560a94ef5d4a4929014f1 +size 44995 diff --git a/FootBones/images/val_DX393_jpg.rf.FNeNSk8CO0mzhtkK7S0u.png b/FootBones/images/val_DX393_jpg.rf.FNeNSk8CO0mzhtkK7S0u.png new file mode 100644 index 0000000000000000000000000000000000000000..2a5d209899f58e202b86088a7ae37f33f88f1107 --- /dev/null +++ b/FootBones/images/val_DX393_jpg.rf.FNeNSk8CO0mzhtkK7S0u.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59cdca9be161af1ee007d40b88b51b5108d9c6bfefacacb133e3edc5d8fdf89d +size 40620 diff --git a/FootBones/images/val_DX395_jpg.rf.Zs74jtkElR8l7vZ9VLja.png b/FootBones/images/val_DX395_jpg.rf.Zs74jtkElR8l7vZ9VLja.png new file mode 100644 index 0000000000000000000000000000000000000000..937ada197dae81da311dd0c2fc4b9d27c7d0a2bc --- /dev/null +++ b/FootBones/images/val_DX395_jpg.rf.Zs74jtkElR8l7vZ9VLja.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f34175a844d7fb83bccd6099d54a2efd316c535d388b4e94ada2e0841a19dfe9 +size 49599 diff --git a/FootBones/images/val_DX405_jpg.rf.rxLAlOwAX6z6fH7ApuUa.png b/FootBones/images/val_DX405_jpg.rf.rxLAlOwAX6z6fH7ApuUa.png new file mode 100644 index 0000000000000000000000000000000000000000..df833936a7abbe56a24a230f0dff9304aaad2ad4 --- /dev/null +++ b/FootBones/images/val_DX405_jpg.rf.rxLAlOwAX6z6fH7ApuUa.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c9e3621b1313f5f5408ce4640500abd8f4f9c9cbd27944d2f9ba936a0190945 +size 47540 diff --git a/FootBones/images/val_DX414_jpg.rf.SNp0Ng3t1tG5rpBijeGd.png b/FootBones/images/val_DX414_jpg.rf.SNp0Ng3t1tG5rpBijeGd.png new file mode 100644 index 0000000000000000000000000000000000000000..7b53b7b8a786d9302b13fbe5d4f8093779560d46 --- /dev/null +++ b/FootBones/images/val_DX414_jpg.rf.SNp0Ng3t1tG5rpBijeGd.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4d154933ee98cc952abcf118d3d07a6a3015a4b4b01ab8445a07d6175ff1d73 +size 52166 diff --git a/FootBones/images/val_DX415_jpg.rf.4sPo8o8L8a4hpaLwviEZ.png b/FootBones/images/val_DX415_jpg.rf.4sPo8o8L8a4hpaLwviEZ.png new file mode 100644 index 0000000000000000000000000000000000000000..ab49d45fb4e85eab8a3b78686a75ad2d81d373bc --- /dev/null +++ b/FootBones/images/val_DX415_jpg.rf.4sPo8o8L8a4hpaLwviEZ.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e25a975d2abe3795d2abdeb5ec3ccce12124ba12e939eb703e703a949539e3b +size 48373 diff --git a/FootBones/images/val_DX417_jpg.rf.bb1sDeTRAMKIOOr4MVxu.png b/FootBones/images/val_DX417_jpg.rf.bb1sDeTRAMKIOOr4MVxu.png new file mode 100644 index 0000000000000000000000000000000000000000..2d835486a02730e2834b233c839477347a6a3f82 --- /dev/null +++ b/FootBones/images/val_DX417_jpg.rf.bb1sDeTRAMKIOOr4MVxu.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b238c8112de261e1778aba2bd012ffe69a00947d71db603f71e7436a3802f93d +size 58551 diff --git a/FootBones/images/val_DX422_jpg.rf.p4Ueb16PRKW6T3ECuxGJ.png b/FootBones/images/val_DX422_jpg.rf.p4Ueb16PRKW6T3ECuxGJ.png new file mode 100644 index 0000000000000000000000000000000000000000..77c94e9008a40677e727b6d303c113914b0ead88 --- /dev/null +++ b/FootBones/images/val_DX422_jpg.rf.p4Ueb16PRKW6T3ECuxGJ.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60616904731b9b5cc5138a01876db018991ffed33f2b2a120fa0c03eebc9757a +size 38965 diff --git a/FootBones/images/val_DX424_jpg.rf.naUy81X8azClqIZOGod2.png b/FootBones/images/val_DX424_jpg.rf.naUy81X8azClqIZOGod2.png new file mode 100644 index 0000000000000000000000000000000000000000..a48c53cf34f3250437f94f6900fc651b44df5165 --- /dev/null +++ b/FootBones/images/val_DX424_jpg.rf.naUy81X8azClqIZOGod2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f225614fca162fc9943a2533f0533124339882e552da6e4c1f47b5945fbaeb9 +size 44626 diff --git a/FootBones/images/val_DX426_jpg.rf.VGw4ktddinqUJTLgHXc0.png b/FootBones/images/val_DX426_jpg.rf.VGw4ktddinqUJTLgHXc0.png new file mode 100644 index 0000000000000000000000000000000000000000..54ab433dfbfd5c2654889f82c6f19abc60aefdfb --- /dev/null +++ b/FootBones/images/val_DX426_jpg.rf.VGw4ktddinqUJTLgHXc0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:194983eceb6a43919a5c239ce3eef1aae8587fc18462c0da1d3715ad31a284f3 +size 51625 diff --git a/FootBones/images/val_DX434_jpg.rf.WlCrR6HVFGrky0qJFN8u.png b/FootBones/images/val_DX434_jpg.rf.WlCrR6HVFGrky0qJFN8u.png new file mode 100644 index 0000000000000000000000000000000000000000..2dfaee5d19edd38ff610805da2f088e0afb62d1a --- /dev/null +++ b/FootBones/images/val_DX434_jpg.rf.WlCrR6HVFGrky0qJFN8u.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beceada14f48b2dba2cb3d772cd6296ef4e1f405a6def3fb69a823b9b67e13a8 +size 51165 diff --git a/FootBones/images/val_DX456_jpg.rf.QUKURzqZ32ztiDhbG4Ak.png b/FootBones/images/val_DX456_jpg.rf.QUKURzqZ32ztiDhbG4Ak.png new file mode 100644 index 0000000000000000000000000000000000000000..f60f00a36965b26d8ae77a0c945d12f4c159c169 --- /dev/null +++ b/FootBones/images/val_DX456_jpg.rf.QUKURzqZ32ztiDhbG4Ak.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:357efdf60b844ab973848511d96020105435bb121aa262018416b9ba404d5d61 +size 57945 diff --git a/FootBones/images/val_DX489_jpg.rf.LUQQPkPgsu2RCPQdXL7K.png b/FootBones/images/val_DX489_jpg.rf.LUQQPkPgsu2RCPQdXL7K.png new file mode 100644 index 0000000000000000000000000000000000000000..835baf7291501fe547a67c5ddf04cae04aba9267 --- /dev/null +++ b/FootBones/images/val_DX489_jpg.rf.LUQQPkPgsu2RCPQdXL7K.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ace73dfd6517250489c2fc29f58a22d13b0808c4c6b13419973722a7ebb133d6 +size 46579 diff --git a/FootBones/images/val_DX499_jpg.rf.eKD3xKkYRrjLXhycVG19.png b/FootBones/images/val_DX499_jpg.rf.eKD3xKkYRrjLXhycVG19.png new file mode 100644 index 0000000000000000000000000000000000000000..fd6ae1276336c410250635aea5db53d6bff2270f --- /dev/null +++ b/FootBones/images/val_DX499_jpg.rf.eKD3xKkYRrjLXhycVG19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28024b5feb0b4956a542da5954dcf8c53968e7447c9157613db63a04551c2375 +size 54957 diff --git a/FootBones/images/val_DX502_jpg.rf.8wnKn3EqZAM4eIay9DAf.png b/FootBones/images/val_DX502_jpg.rf.8wnKn3EqZAM4eIay9DAf.png new file mode 100644 index 0000000000000000000000000000000000000000..5490eb384abb15d23a0102c51a3c682be34c94e0 --- /dev/null +++ b/FootBones/images/val_DX502_jpg.rf.8wnKn3EqZAM4eIay9DAf.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dff3d3c5561a71a9bedd124366c10497d5dabdb2220263b23ae3ec7d4e2699a6 +size 45728 diff --git a/FootBones/images/val_DX504_jpg.rf.zIJLw1IoayFTTxyyQmoE.png b/FootBones/images/val_DX504_jpg.rf.zIJLw1IoayFTTxyyQmoE.png new file mode 100644 index 0000000000000000000000000000000000000000..62a01c5eaade5564d1ec4ab95d268abe9dfc74f5 --- /dev/null +++ b/FootBones/images/val_DX504_jpg.rf.zIJLw1IoayFTTxyyQmoE.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44ea3557d14f993aa8036a07bf10e5a43fc3be7d9a4c6d12d9908634902839ee +size 62125 diff --git a/FootBones/images/val_DX508_jpg.rf.gIdYUDIktqCdf9sc02pY.png b/FootBones/images/val_DX508_jpg.rf.gIdYUDIktqCdf9sc02pY.png new file mode 100644 index 0000000000000000000000000000000000000000..896af019086cb236826d8e0c81df1f001dbb827c --- /dev/null +++ b/FootBones/images/val_DX508_jpg.rf.gIdYUDIktqCdf9sc02pY.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de324958acaae7f1273db1e044319e7bf5c1f590d5f1a7768649e982a374b7b7 +size 41362 diff --git a/FootBones/images/val_DX512_jpg.rf.tLTzso6jTz143OtucPVE.png b/FootBones/images/val_DX512_jpg.rf.tLTzso6jTz143OtucPVE.png new file mode 100644 index 0000000000000000000000000000000000000000..b06b5d9dc4ad49310b15e8450262e6edbfb6493e --- /dev/null +++ b/FootBones/images/val_DX512_jpg.rf.tLTzso6jTz143OtucPVE.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9f874a81c43aed995aabf2854fd64c0a4939ca01cdc7e0a8b69b21f32e984fb +size 45540 diff --git a/FootBones/images/val_DX521_jpg.rf.qDly1zwL1nBIx9fJJ32v.png b/FootBones/images/val_DX521_jpg.rf.qDly1zwL1nBIx9fJJ32v.png new file mode 100644 index 0000000000000000000000000000000000000000..b5574b744c7b720d3a6336d673d9549e8aeefb7f --- /dev/null +++ b/FootBones/images/val_DX521_jpg.rf.qDly1zwL1nBIx9fJJ32v.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d89d560c6458c278c22d3695d071ff0ff744f0dc5fa7c3aab61590c662ddc74b +size 51836 diff --git a/FootBones/images/val_DX528_jpg.rf.JIVnUC6hrHB6SchjN2Pp.png b/FootBones/images/val_DX528_jpg.rf.JIVnUC6hrHB6SchjN2Pp.png new file mode 100644 index 0000000000000000000000000000000000000000..e952ab8340a67bbca44583715186e6e898f454ae --- /dev/null +++ b/FootBones/images/val_DX528_jpg.rf.JIVnUC6hrHB6SchjN2Pp.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56639ec4aa5b46510fadf065b64d5f5c32b49319726e0aa64107c60620800dce +size 50818 diff --git a/FootBones/images/val_DX530_jpg.rf.G03gwr8HGoJn4VHxJkVz.png b/FootBones/images/val_DX530_jpg.rf.G03gwr8HGoJn4VHxJkVz.png new file mode 100644 index 0000000000000000000000000000000000000000..09296eb61365f5cecf3bf7732092d83709ce3f0f --- /dev/null +++ b/FootBones/images/val_DX530_jpg.rf.G03gwr8HGoJn4VHxJkVz.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be3c601e38f1ce6a939023d78311ad760fea09f08bdb0bdd904b4413f144de7d +size 40323 diff --git a/FootBones/images/val_DX545_jpg.rf.pM7FL4Mks17DfzJuDwAg.png b/FootBones/images/val_DX545_jpg.rf.pM7FL4Mks17DfzJuDwAg.png new file mode 100644 index 0000000000000000000000000000000000000000..17ae1f9b464656f467a47b77aaeb3028f7b981c8 --- /dev/null +++ b/FootBones/images/val_DX545_jpg.rf.pM7FL4Mks17DfzJuDwAg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9785a14bdc282b1eb0197754f3c67d3566db3586227f92288f133369e59f8b84 +size 42573 diff --git a/FootBones/images/val_DX558_jpg.rf.au0o4aFSlR5IrVyifoVH.png b/FootBones/images/val_DX558_jpg.rf.au0o4aFSlR5IrVyifoVH.png new file mode 100644 index 0000000000000000000000000000000000000000..fbefa85e3bc8f5e47ae29e0e4a13858c7cfaa39f --- /dev/null +++ b/FootBones/images/val_DX558_jpg.rf.au0o4aFSlR5IrVyifoVH.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bd764ff9730812e6bc423f2d04506c0239d2189628aa1a24d3f1c5bbaeeb040 +size 39747 diff --git a/FootBones/images/val_DX566_jpg.rf.zZKreXrMhD7VXi1QXQqV.png b/FootBones/images/val_DX566_jpg.rf.zZKreXrMhD7VXi1QXQqV.png new file mode 100644 index 0000000000000000000000000000000000000000..dd59e04ca3732f1a1ea183acc9bed3982c97e75e --- /dev/null +++ b/FootBones/images/val_DX566_jpg.rf.zZKreXrMhD7VXi1QXQqV.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:593bdc6e83070eba8662596fd12201cc3be07311ed1339092864eb4c855615d0 +size 51331 diff --git a/FootBones/images/val_DX567_jpg.rf.pX12L7WjUjqiWgy3JkUU.png b/FootBones/images/val_DX567_jpg.rf.pX12L7WjUjqiWgy3JkUU.png new file mode 100644 index 0000000000000000000000000000000000000000..ea168301ad2742231799c56c75fe9f6534d6b343 --- /dev/null +++ b/FootBones/images/val_DX567_jpg.rf.pX12L7WjUjqiWgy3JkUU.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6f0b22ee5a38217e9522c97ad814e6d7133cd7c24593021d94ace2bcc74288f +size 52073 diff --git a/FootBones/images/val_DX574_jpg.rf.RMBhPmQgYE5f0DJ9xTzy.png b/FootBones/images/val_DX574_jpg.rf.RMBhPmQgYE5f0DJ9xTzy.png new file mode 100644 index 0000000000000000000000000000000000000000..9b5e82aca0750bc74e7cece21badadddbec88238 --- /dev/null +++ b/FootBones/images/val_DX574_jpg.rf.RMBhPmQgYE5f0DJ9xTzy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:936eb35b675c93898c2554316bf7c98c151643afe2366cae2cccccff8ec1fe58 +size 42780 diff --git a/FootBones/images/val_DX597_jpg.rf.zgSJsdrMvaLO1Ke32ay9.png b/FootBones/images/val_DX597_jpg.rf.zgSJsdrMvaLO1Ke32ay9.png new file mode 100644 index 0000000000000000000000000000000000000000..6ae590b0dd9a827f154e275ef1985d8db0420fd9 --- /dev/null +++ b/FootBones/images/val_DX597_jpg.rf.zgSJsdrMvaLO1Ke32ay9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25e7db3ae677afb4264110e1aa7e5a727efff10c665c93aa6a1002aa5a007469 +size 50816 diff --git a/FootBones/images/val_DX603_jpg.rf.aI7AFceTBqYleO5oFo4D.png b/FootBones/images/val_DX603_jpg.rf.aI7AFceTBqYleO5oFo4D.png new file mode 100644 index 0000000000000000000000000000000000000000..d81e7d54b10970ac95ea92958065d7f17d32e2cc --- /dev/null +++ b/FootBones/images/val_DX603_jpg.rf.aI7AFceTBqYleO5oFo4D.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1e1904cbaa0e97f18146945e88436024838012ae427e0d887372ccf006f0f04 +size 40565 diff --git a/FootBones/images/val_DX605_jpg.rf.REF1FIowa418g3kkbNTq.png b/FootBones/images/val_DX605_jpg.rf.REF1FIowa418g3kkbNTq.png new file mode 100644 index 0000000000000000000000000000000000000000..bcdf7168b1539cecc3dc9f10d887f7eb85eadbb1 --- /dev/null +++ b/FootBones/images/val_DX605_jpg.rf.REF1FIowa418g3kkbNTq.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d796dace65176e2ce300f08856e50428ea7b5dcc3fd44ca1bf8efaff96b72f4 +size 46859 diff --git a/FootBones/images/val_DX610_jpg.rf.BtmZKfwGeIx2mEMvJEMN.png b/FootBones/images/val_DX610_jpg.rf.BtmZKfwGeIx2mEMvJEMN.png new file mode 100644 index 0000000000000000000000000000000000000000..dcd1baf7d4c8bd934ef2d1ee693fe762f642401e --- /dev/null +++ b/FootBones/images/val_DX610_jpg.rf.BtmZKfwGeIx2mEMvJEMN.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a947de52d8b65ce67c6d67acb16c39c12fc28e281d10ba56a55d4f700c3db905 +size 51963 diff --git a/FootBones/images/val_DX612_jpg.rf.ZhxuQvbyu9Ij0GAp6J3W.png b/FootBones/images/val_DX612_jpg.rf.ZhxuQvbyu9Ij0GAp6J3W.png new file mode 100644 index 0000000000000000000000000000000000000000..76bfdfdbebe6025fc5e6d1d227cbec45b9d598d2 --- /dev/null +++ b/FootBones/images/val_DX612_jpg.rf.ZhxuQvbyu9Ij0GAp6J3W.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73df7acd89d414eb8cc9d1726761d29890d3226bc4c0a94dc734873dee2cb903 +size 48228 diff --git a/FootBones/images/val_DX614_jpg.rf.mxSB91e0kgXeUbgRiexr.png b/FootBones/images/val_DX614_jpg.rf.mxSB91e0kgXeUbgRiexr.png new file mode 100644 index 0000000000000000000000000000000000000000..7e0d16ecd1d3c6c924b0b3a7c83835bcf44cb7f1 --- /dev/null +++ b/FootBones/images/val_DX614_jpg.rf.mxSB91e0kgXeUbgRiexr.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:276c6e670178cec41b32dc084528dd33e008591a89811c11a8d73c54e16f12f1 +size 50156 diff --git a/FootBones/images/val_DX620_jpg.rf.H8lU1eVAoE3Sjt7oeJvf.png b/FootBones/images/val_DX620_jpg.rf.H8lU1eVAoE3Sjt7oeJvf.png new file mode 100644 index 0000000000000000000000000000000000000000..f02f59845db34513e0eba3311054a27a9bf60389 --- /dev/null +++ b/FootBones/images/val_DX620_jpg.rf.H8lU1eVAoE3Sjt7oeJvf.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d3b27531760341a8a4bae95aea45fda542789c671289c2dd154ee186de6dfc8 +size 45091 diff --git a/FootBones/images/val_DX626_jpg.rf.BaQI6IR7W3ULoadpCBEN.png b/FootBones/images/val_DX626_jpg.rf.BaQI6IR7W3ULoadpCBEN.png new file mode 100644 index 0000000000000000000000000000000000000000..dfd547d10f33e25831f18b2b1bc2027074a53e2b --- /dev/null +++ b/FootBones/images/val_DX626_jpg.rf.BaQI6IR7W3ULoadpCBEN.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b5fac4798ea2203d9b5389c61046115cca2cd2f5d96183714b817e200332699 +size 51803 diff --git a/FootBones/images/val_DX632_jpg.rf.cLTvsSldfBZkWtoAP5aX.png b/FootBones/images/val_DX632_jpg.rf.cLTvsSldfBZkWtoAP5aX.png new file mode 100644 index 0000000000000000000000000000000000000000..dcb9fc6743ee8e3f3c7555529696b0bbc02f2c16 --- /dev/null +++ b/FootBones/images/val_DX632_jpg.rf.cLTvsSldfBZkWtoAP5aX.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb1cdb0a82eb5eaba33dfde742d7423fa8c0889d96c0b3f325d225ebb2a56be3 +size 53683 diff --git a/FootBones/images/val_DX642_jpg.rf.sTLAOqkXGx0Gat7jvw2M.png b/FootBones/images/val_DX642_jpg.rf.sTLAOqkXGx0Gat7jvw2M.png new file mode 100644 index 0000000000000000000000000000000000000000..d52cf97d6fb466d1029b1c451c8f918fb824cdd8 --- /dev/null +++ b/FootBones/images/val_DX642_jpg.rf.sTLAOqkXGx0Gat7jvw2M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e09d8cba81b818913fb62b67e7571164771858f300acf614b96423d851ec265 +size 43517 diff --git a/FootBones/images/val_DX65_jpg.rf.vhEL8xrey0nHYjkhr0Xn.png b/FootBones/images/val_DX65_jpg.rf.vhEL8xrey0nHYjkhr0Xn.png new file mode 100644 index 0000000000000000000000000000000000000000..5345d829c6c9dff45c764c5a073b95a6958cbf45 --- /dev/null +++ b/FootBones/images/val_DX65_jpg.rf.vhEL8xrey0nHYjkhr0Xn.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86ae45790205e748edbfa6ccda499f72acf4d3e6a629e66798d4e606b074ada6 +size 47309 diff --git a/FootBones/images/val_DX670_jpg.rf.PCGqHE0T5PrblClIJwVf.png b/FootBones/images/val_DX670_jpg.rf.PCGqHE0T5PrblClIJwVf.png new file mode 100644 index 0000000000000000000000000000000000000000..b1fac04443cc07ff2fe91ebc4760ca982c606423 --- /dev/null +++ b/FootBones/images/val_DX670_jpg.rf.PCGqHE0T5PrblClIJwVf.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:924b55d95801f712caeb7168a7a8850b42fd3455b99833bc9529ccf4d6fadfc3 +size 42277 diff --git a/FootBones/images/val_DX672_jpg.rf.G3PXjPfFNOVsKdDqsAwF.png b/FootBones/images/val_DX672_jpg.rf.G3PXjPfFNOVsKdDqsAwF.png new file mode 100644 index 0000000000000000000000000000000000000000..64f7c85953908422164ecbb4e52beb3fb1e3526a --- /dev/null +++ b/FootBones/images/val_DX672_jpg.rf.G3PXjPfFNOVsKdDqsAwF.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6785ce2ecf6adff47764d6d1774d1753db972558acbcb6282ef094614ce9bc97 +size 50467 diff --git a/FootBones/images/val_DX674_jpg.rf.bs3kf5G2zbF482NQiobB.png b/FootBones/images/val_DX674_jpg.rf.bs3kf5G2zbF482NQiobB.png new file mode 100644 index 0000000000000000000000000000000000000000..0bf9b92668ce0e77f01285de545034bdec8957a1 --- /dev/null +++ b/FootBones/images/val_DX674_jpg.rf.bs3kf5G2zbF482NQiobB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42d857159072b7d752f0533e8f05881f4c5bd71f9c501b605ebf319371f57846 +size 46119 diff --git a/FootBones/images/val_DX680_jpg.rf.9EZ18CRlEi287sdTxbyB.png b/FootBones/images/val_DX680_jpg.rf.9EZ18CRlEi287sdTxbyB.png new file mode 100644 index 0000000000000000000000000000000000000000..43448c0c567ea42e701126505a567e79e6f3c294 --- /dev/null +++ b/FootBones/images/val_DX680_jpg.rf.9EZ18CRlEi287sdTxbyB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55629436c366003567edbb4eefe8e457e50d68b6be36baba455b71675ce2871a +size 46908 diff --git a/FootBones/images/val_DX686_jpg.rf.beku4vyOpb3iFDDU6QtY.png b/FootBones/images/val_DX686_jpg.rf.beku4vyOpb3iFDDU6QtY.png new file mode 100644 index 0000000000000000000000000000000000000000..253732a6230a678b25771101d4cf2cd88b57eb78 --- /dev/null +++ b/FootBones/images/val_DX686_jpg.rf.beku4vyOpb3iFDDU6QtY.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba2a772892480ed6c83a416fed91a7daa2f51192313d75e4cb6689a86a133c15 +size 45476 diff --git a/FootBones/images/val_DX692_jpg.rf.4lIpIi1R7Qfj5YYCUPbF.png b/FootBones/images/val_DX692_jpg.rf.4lIpIi1R7Qfj5YYCUPbF.png new file mode 100644 index 0000000000000000000000000000000000000000..5ad7aabab383efdc026d3ab8ef8397c6542f90d1 --- /dev/null +++ b/FootBones/images/val_DX692_jpg.rf.4lIpIi1R7Qfj5YYCUPbF.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dacf20bf34da5d20b95ca3c5a8329e3a063bf235c94deca33de991f31ce0a19 +size 45890 diff --git a/FootBones/images/val_DX6_jpg.rf.PO01cwAzfvvQig6z1Q4h.png b/FootBones/images/val_DX6_jpg.rf.PO01cwAzfvvQig6z1Q4h.png new file mode 100644 index 0000000000000000000000000000000000000000..7680cb88d335b0f23af864983090ca1728c1bac4 --- /dev/null +++ b/FootBones/images/val_DX6_jpg.rf.PO01cwAzfvvQig6z1Q4h.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:982e157725905bc947db16cd00723da07a386f10d27a719546048b1d7ac76673 +size 33165 diff --git a/FootBones/labels/test_DX105_jpg.rf.4BARLKlv32JwjaGukRlx.npy b/FootBones/labels/test_DX105_jpg.rf.4BARLKlv32JwjaGukRlx.npy new file mode 100644 index 0000000000000000000000000000000000000000..f609021bb5f9d5956db19aa903bd438ba7677dc5 --- /dev/null +++ b/FootBones/labels/test_DX105_jpg.rf.4BARLKlv32JwjaGukRlx.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:019c2c16a1ffda11becd6c885270b1b947019a6bce0392cd03cc7c73fb7496c1 +size 524416 diff --git a/FootBones/labels/test_DX108_jpg.rf.Qy6Jem6INk8Xzr9PsLoD.npy b/FootBones/labels/test_DX108_jpg.rf.Qy6Jem6INk8Xzr9PsLoD.npy new file mode 100644 index 0000000000000000000000000000000000000000..936a56ce1c3a11dd411a0b6ab5076c219f309132 --- /dev/null +++ b/FootBones/labels/test_DX108_jpg.rf.Qy6Jem6INk8Xzr9PsLoD.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c4f39916e1eb3e86753dad898f8f9866e9020b232e4558d93b95b785da38b5d +size 524416 diff --git a/FootBones/labels/test_DX138_jpg.rf.ieUGlufcuvksLH6po0zK.npy b/FootBones/labels/test_DX138_jpg.rf.ieUGlufcuvksLH6po0zK.npy new file mode 100644 index 0000000000000000000000000000000000000000..a5f8f40210920f874eb8b9b097d1197c1358d2da --- /dev/null +++ b/FootBones/labels/test_DX138_jpg.rf.ieUGlufcuvksLH6po0zK.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e932c3558082e0c25234401cd3fd43b9d6d0a5cbbc9224cd89449624c81b86c +size 524416 diff --git a/FootBones/labels/test_DX151_jpg.rf.2FBO9UDisM8IEN1IfJCz.npy b/FootBones/labels/test_DX151_jpg.rf.2FBO9UDisM8IEN1IfJCz.npy new file mode 100644 index 0000000000000000000000000000000000000000..384591d245daa481bbb655a5ca7e1dc8eada673f --- /dev/null +++ b/FootBones/labels/test_DX151_jpg.rf.2FBO9UDisM8IEN1IfJCz.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee68ec1103a57451c481986e3d2ae15a53683b522c7e63043748c44cda90681c +size 524416 diff --git a/FootBones/labels/test_DX155_jpg.rf.TDGnQranA3dp7Vf1rrhN.npy b/FootBones/labels/test_DX155_jpg.rf.TDGnQranA3dp7Vf1rrhN.npy new file mode 100644 index 0000000000000000000000000000000000000000..cf5f036fa6db94b4897d5cd559049cbb60110aaa --- /dev/null +++ b/FootBones/labels/test_DX155_jpg.rf.TDGnQranA3dp7Vf1rrhN.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efc948e82ebe522fe33c96f185db434d24946c931e3204dca4e3ca6bf7849c84 +size 524416 diff --git a/FootBones/labels/test_DX156_jpg.rf.4186uF4HNTVtDTvV1RA6.npy b/FootBones/labels/test_DX156_jpg.rf.4186uF4HNTVtDTvV1RA6.npy new file mode 100644 index 0000000000000000000000000000000000000000..2d3591b0c1fe005cdca957b6f62db42c426b1bd1 --- /dev/null +++ b/FootBones/labels/test_DX156_jpg.rf.4186uF4HNTVtDTvV1RA6.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58e8509e868ab166aa9a537cf6910ae5879fc7f56a6022e92beb978ba678f853 +size 524416 diff --git a/FootBones/labels/test_DX167_jpg.rf.pgmuYbplqCSVyiDSsbjz.npy b/FootBones/labels/test_DX167_jpg.rf.pgmuYbplqCSVyiDSsbjz.npy new file mode 100644 index 0000000000000000000000000000000000000000..e007d78e7cabcce37c796a22a63785003380437e --- /dev/null +++ b/FootBones/labels/test_DX167_jpg.rf.pgmuYbplqCSVyiDSsbjz.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dfbe2e3ec7648e7eba073f74dd6d8513d40a26c25ff256dcc647337f5c32ceb +size 524416 diff --git a/FootBones/labels/test_DX168_jpg.rf.yFsyhplDeFXq1fCYqYl4.npy b/FootBones/labels/test_DX168_jpg.rf.yFsyhplDeFXq1fCYqYl4.npy new file mode 100644 index 0000000000000000000000000000000000000000..fae8b2f7d407ad10d532226a57b4032e246f96e8 --- /dev/null +++ b/FootBones/labels/test_DX168_jpg.rf.yFsyhplDeFXq1fCYqYl4.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2dbd504f528f1f56944060e30ce2ded6930f4ffbf55be3c5b67fec20866be4c +size 524416 diff --git a/FootBones/labels/test_DX184_jpg.rf.3YysfVOlwYuv7zKq5YQI.npy b/FootBones/labels/test_DX184_jpg.rf.3YysfVOlwYuv7zKq5YQI.npy new file mode 100644 index 0000000000000000000000000000000000000000..9d9165528c57df0e6cf79683f69d16efdbf5b1b5 --- /dev/null +++ b/FootBones/labels/test_DX184_jpg.rf.3YysfVOlwYuv7zKq5YQI.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f897be411816a79d90ff1cec8ecc81562dc157d410ee5c1acb8e4a52ca9e577 +size 524416 diff --git a/FootBones/labels/test_DX197_jpg.rf.NlilEpyZsGmxURUg1wxB.npy b/FootBones/labels/test_DX197_jpg.rf.NlilEpyZsGmxURUg1wxB.npy new file mode 100644 index 0000000000000000000000000000000000000000..169de53263754ccf63f5d19ba5ec97094e55c2a2 --- /dev/null +++ b/FootBones/labels/test_DX197_jpg.rf.NlilEpyZsGmxURUg1wxB.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8707fae64a095af3aa0e0112273c87b17761382d29c21cacbd14ee93a6d28711 +size 524416 diff --git a/FootBones/labels/test_DX201_jpg.rf.4QskQBasRk7RvnH9V9wG.npy b/FootBones/labels/test_DX201_jpg.rf.4QskQBasRk7RvnH9V9wG.npy new file mode 100644 index 0000000000000000000000000000000000000000..999416360b2cbad578af15c99881693e1fc8c519 --- /dev/null +++ b/FootBones/labels/test_DX201_jpg.rf.4QskQBasRk7RvnH9V9wG.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef7d5efd4fa7995518f62b15b8bb45798a024f8bec99983564fc1badb1a0df2a +size 524416 diff --git a/FootBones/labels/test_DX205_jpg.rf.fpvCBNDa3yZ2WOrAtME8.npy b/FootBones/labels/test_DX205_jpg.rf.fpvCBNDa3yZ2WOrAtME8.npy new file mode 100644 index 0000000000000000000000000000000000000000..a08f21d75ab4659e60d9fbb5597a29573dfdc260 --- /dev/null +++ b/FootBones/labels/test_DX205_jpg.rf.fpvCBNDa3yZ2WOrAtME8.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c7663e07b95afd96d98430bf311902b5b1b363149a5ff920b54f00aa8fb2970 +size 524416 diff --git a/FootBones/labels/test_DX214_jpg.rf.JgSF6u4oiz1QWW0o7Tv5.npy b/FootBones/labels/test_DX214_jpg.rf.JgSF6u4oiz1QWW0o7Tv5.npy new file mode 100644 index 0000000000000000000000000000000000000000..e25a6625587b00ca02ba9652b91e06803bd717b8 --- /dev/null +++ b/FootBones/labels/test_DX214_jpg.rf.JgSF6u4oiz1QWW0o7Tv5.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd984f1a76d30904d9c43ea8d47cea09e549759c57d5f1b25977ff0a439ce489 +size 524416 diff --git a/FootBones/labels/test_DX217_jpg.rf.4HoNaAHe3ozkpJ11HS5G.npy b/FootBones/labels/test_DX217_jpg.rf.4HoNaAHe3ozkpJ11HS5G.npy new file mode 100644 index 0000000000000000000000000000000000000000..48434bf0f230d48f8ae598350199cfa775994bd3 --- /dev/null +++ b/FootBones/labels/test_DX217_jpg.rf.4HoNaAHe3ozkpJ11HS5G.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d45d80e97dc3684a13505fac4d52aedb9fd631ed97466bd5b8198ded90ac9d9 +size 524416 diff --git a/FootBones/labels/test_DX219_jpg.rf.4wxDbwEEm28RBfvx5uSH.npy b/FootBones/labels/test_DX219_jpg.rf.4wxDbwEEm28RBfvx5uSH.npy new file mode 100644 index 0000000000000000000000000000000000000000..43d88f30801aafccd6b68789684acb8ded8f7b59 --- /dev/null +++ b/FootBones/labels/test_DX219_jpg.rf.4wxDbwEEm28RBfvx5uSH.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86be0479885727fe3cd485f494148246837665c6d378d31912b066ab1c723c65 +size 524416 diff --git a/FootBones/labels/test_DX223_jpg.rf.3KrMX9Mrmd7o6bQxqzBC.npy b/FootBones/labels/test_DX223_jpg.rf.3KrMX9Mrmd7o6bQxqzBC.npy new file mode 100644 index 0000000000000000000000000000000000000000..ad522a82b06358e767c3d6019ebcd4b1cbd2452e --- /dev/null +++ b/FootBones/labels/test_DX223_jpg.rf.3KrMX9Mrmd7o6bQxqzBC.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef00086b6b00b846d4f9123c2d145e3152300693ea6299a177eb8bd9ce998ef9 +size 524416 diff --git a/FootBones/labels/test_DX224_jpg.rf.89x6eGjOOyHyDRAzqlj5.npy b/FootBones/labels/test_DX224_jpg.rf.89x6eGjOOyHyDRAzqlj5.npy new file mode 100644 index 0000000000000000000000000000000000000000..b5e34719129d4236a7891a7e970ea54a1bd3198e --- /dev/null +++ b/FootBones/labels/test_DX224_jpg.rf.89x6eGjOOyHyDRAzqlj5.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1805ef70780c17c98c5ddf4ea352283c83124758100f6e1180dc6f1cc40b239e +size 524416 diff --git a/FootBones/labels/test_DX229_jpg.rf.ppBdwIcpJ2ZoCJ3dzEKh.npy b/FootBones/labels/test_DX229_jpg.rf.ppBdwIcpJ2ZoCJ3dzEKh.npy new file mode 100644 index 0000000000000000000000000000000000000000..d5c813ca9fea7d7712e204b613c09e581cb64004 --- /dev/null +++ b/FootBones/labels/test_DX229_jpg.rf.ppBdwIcpJ2ZoCJ3dzEKh.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbb27cd7adf07404e905b9edbf4debae5e44c50cbcc8ee5e52723a2f4061fc0b +size 524416 diff --git a/FootBones/labels/test_DX235_jpg.rf.1bbHB8dbepH5yRQ871Qv.npy b/FootBones/labels/test_DX235_jpg.rf.1bbHB8dbepH5yRQ871Qv.npy new file mode 100644 index 0000000000000000000000000000000000000000..21da92f6c135983dfc8d3000b72c1678929c22aa --- /dev/null +++ b/FootBones/labels/test_DX235_jpg.rf.1bbHB8dbepH5yRQ871Qv.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29311ecec3b335c748830de81168cf5a7e32e45057ee53d100ece61cce93e637 +size 524416 diff --git a/FootBones/labels/test_DX237_jpg.rf.NALVEvIpPsoxJHjZJ9h1.npy b/FootBones/labels/test_DX237_jpg.rf.NALVEvIpPsoxJHjZJ9h1.npy new file mode 100644 index 0000000000000000000000000000000000000000..9214ec1739cbf695bff68fafe62f34573a4961a9 --- /dev/null +++ b/FootBones/labels/test_DX237_jpg.rf.NALVEvIpPsoxJHjZJ9h1.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b34515f6dc02f8d0ed1eae63fb01a0571fdb96312ea24569c24632cfc89fcab5 +size 524416 diff --git a/FootBones/labels/test_DX241_jpg.rf.vzcqekNUpvYd9786ZO1c.npy b/FootBones/labels/test_DX241_jpg.rf.vzcqekNUpvYd9786ZO1c.npy new file mode 100644 index 0000000000000000000000000000000000000000..7688d3495265f778355f83da6ca58fe17f3fbda3 --- /dev/null +++ b/FootBones/labels/test_DX241_jpg.rf.vzcqekNUpvYd9786ZO1c.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70d114e5582397b5e2dd7c38c5e5ed8a99002118748111069c650fcf0b0db15f +size 524416 diff --git a/FootBones/labels/test_DX252_jpg.rf.Vq0NKBgHGtMICvQpTJlU.npy b/FootBones/labels/test_DX252_jpg.rf.Vq0NKBgHGtMICvQpTJlU.npy new file mode 100644 index 0000000000000000000000000000000000000000..40b866e2f05cc86a8050b494a86cd9e75b27740a --- /dev/null +++ b/FootBones/labels/test_DX252_jpg.rf.Vq0NKBgHGtMICvQpTJlU.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afa364e03c1c0fe9fb76f93d5733e1c70ff0a92aa3e2e8ca91ef7472aea14ddc +size 524416 diff --git a/FootBones/labels/test_DX257_jpg.rf.ItwVDJEAPXurcHnrnHz1.npy b/FootBones/labels/test_DX257_jpg.rf.ItwVDJEAPXurcHnrnHz1.npy new file mode 100644 index 0000000000000000000000000000000000000000..f74001679317a4602429200f39ac5d2ffdfc012f --- /dev/null +++ b/FootBones/labels/test_DX257_jpg.rf.ItwVDJEAPXurcHnrnHz1.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9314baed1f14008ac581fb40ca87107c0bedb6e50517aa7a832c0b2db95851be +size 524416 diff --git a/FootBones/labels/test_DX268_jpg.rf.nmNKiBrCLb7WVIjbeIqN.npy b/FootBones/labels/test_DX268_jpg.rf.nmNKiBrCLb7WVIjbeIqN.npy new file mode 100644 index 0000000000000000000000000000000000000000..ac395dee36ce88cee1290260378fc398886722a6 --- /dev/null +++ b/FootBones/labels/test_DX268_jpg.rf.nmNKiBrCLb7WVIjbeIqN.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a547e2a6feb344d8b98dd98cabaad21e82c394b96d3126d358e0e8f71be1978 +size 524416 diff --git a/FootBones/labels/test_DX26_jpg.rf.YTjZRNKHabrtmDK9AHDF.npy b/FootBones/labels/test_DX26_jpg.rf.YTjZRNKHabrtmDK9AHDF.npy new file mode 100644 index 0000000000000000000000000000000000000000..42a5e97aec28db482813e19020a0ccacdbb95110 --- /dev/null +++ b/FootBones/labels/test_DX26_jpg.rf.YTjZRNKHabrtmDK9AHDF.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d92edef136cef5a2c8f23e3db223529b469f914caa9279009c44e3c21a14969a +size 524416 diff --git a/FootBones/labels/test_DX276_jpg.rf.NRx57wKznOSpCVhirkYJ.npy b/FootBones/labels/test_DX276_jpg.rf.NRx57wKznOSpCVhirkYJ.npy new file mode 100644 index 0000000000000000000000000000000000000000..749b721feb61e0a0582a00ceb193efc1027681ad --- /dev/null +++ b/FootBones/labels/test_DX276_jpg.rf.NRx57wKznOSpCVhirkYJ.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a8abeff7a0768abc6221183a24b757df0f01e11bb9d2bb9c66cce36d0394270 +size 524416 diff --git a/FootBones/labels/test_DX283_jpg.rf.J6zeP34ByVoQ6vDXXthC.npy b/FootBones/labels/test_DX283_jpg.rf.J6zeP34ByVoQ6vDXXthC.npy new file mode 100644 index 0000000000000000000000000000000000000000..9e32b110a534d1d4a1083c4d9ade093316e11405 --- /dev/null +++ b/FootBones/labels/test_DX283_jpg.rf.J6zeP34ByVoQ6vDXXthC.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da0701634d396c8f3caaa5a13834b44788ad1baccde8c5b8541350803b2331f0 +size 524416 diff --git a/FootBones/labels/test_DX284_jpg.rf.dn7aWchWVleKWVVbxYbn.npy b/FootBones/labels/test_DX284_jpg.rf.dn7aWchWVleKWVVbxYbn.npy new file mode 100644 index 0000000000000000000000000000000000000000..21d8d123be167bf98f5ef7744802b1b896f4134e --- /dev/null +++ b/FootBones/labels/test_DX284_jpg.rf.dn7aWchWVleKWVVbxYbn.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:758a8044e312c0595cca5a3a3a0cb4f6c361642e4a46bbf7a0ec4fae3ac3cb64 +size 524416 diff --git a/FootBones/labels/test_DX28_jpg.rf.a7Drq9TXyGjmbnIJDWdG.npy b/FootBones/labels/test_DX28_jpg.rf.a7Drq9TXyGjmbnIJDWdG.npy new file mode 100644 index 0000000000000000000000000000000000000000..a38bb409d688b116ca5a42880011403b0cfca002 --- /dev/null +++ b/FootBones/labels/test_DX28_jpg.rf.a7Drq9TXyGjmbnIJDWdG.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df104014bb354b60e2e72c2507968d5fe04e1419ecd6a5032a28728932c67c92 +size 524416 diff --git a/FootBones/labels/test_DX29_jpg.rf.8CN4TIwpIfcpOzG7nTXJ.npy b/FootBones/labels/test_DX29_jpg.rf.8CN4TIwpIfcpOzG7nTXJ.npy new file mode 100644 index 0000000000000000000000000000000000000000..e79c985b3d3a527a015df46f3d8626adc9f58459 --- /dev/null +++ b/FootBones/labels/test_DX29_jpg.rf.8CN4TIwpIfcpOzG7nTXJ.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48c798e2d7a3798e56cbf638fd6f45c99bc0f5894980fa3b2407f8349f64a34a +size 524416 diff --git a/FootBones/labels/test_DX30_jpg.rf.X2ASyUNTVNtjj5366XjN.npy b/FootBones/labels/test_DX30_jpg.rf.X2ASyUNTVNtjj5366XjN.npy new file mode 100644 index 0000000000000000000000000000000000000000..4f24c3271a71b8f4e349e65c0f179361ebdc0489 --- /dev/null +++ b/FootBones/labels/test_DX30_jpg.rf.X2ASyUNTVNtjj5366XjN.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e221a6f9b7b19df5a95982ebf53df873e0817c214fb3a35e9d5a62185a82dae +size 524416 diff --git a/FootBones/labels/test_DX313_jpg.rf.A9JpowrkzeZ0C4sDGrHo.npy b/FootBones/labels/test_DX313_jpg.rf.A9JpowrkzeZ0C4sDGrHo.npy new file mode 100644 index 0000000000000000000000000000000000000000..e809c4f47fcc5f62a3bf1d4822352d88a8e7eff0 --- /dev/null +++ b/FootBones/labels/test_DX313_jpg.rf.A9JpowrkzeZ0C4sDGrHo.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:258fa69ec5f1189b84e8a4df4b76fd527db4e6d14f89b14bd36c71210c871de4 +size 524416 diff --git a/FootBones/labels/test_DX316_jpg.rf.14ddmzcNsGvGjgxFMKBh.npy b/FootBones/labels/test_DX316_jpg.rf.14ddmzcNsGvGjgxFMKBh.npy new file mode 100644 index 0000000000000000000000000000000000000000..821045c1d07a3669553bcb28d7c4faf9a24bb39a --- /dev/null +++ b/FootBones/labels/test_DX316_jpg.rf.14ddmzcNsGvGjgxFMKBh.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d4c43040a2513908c931f36011390597981da832cb68957497edf9650552f0a +size 524416 diff --git a/FootBones/labels/test_DX317_jpg.rf.Zai5WIbAcec78CK8r66e.npy b/FootBones/labels/test_DX317_jpg.rf.Zai5WIbAcec78CK8r66e.npy new file mode 100644 index 0000000000000000000000000000000000000000..4a087c527b14fd37dbdcec289b45ea162b283185 --- /dev/null +++ b/FootBones/labels/test_DX317_jpg.rf.Zai5WIbAcec78CK8r66e.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6cba83436399621789e49414172db43cde18b67fcf3c9cc6c46f8a10ee0f15e +size 524416 diff --git a/FootBones/labels/test_DX325_jpg.rf.mevnaJV1m3NXHHLv489d.npy b/FootBones/labels/test_DX325_jpg.rf.mevnaJV1m3NXHHLv489d.npy new file mode 100644 index 0000000000000000000000000000000000000000..671e5bbb522785c5ab53fd8828e6c7455e4bd521 --- /dev/null +++ b/FootBones/labels/test_DX325_jpg.rf.mevnaJV1m3NXHHLv489d.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96f71f47fcee2566e797bd65f09a831463ce313d6c03927e83984305a457a019 +size 524416 diff --git a/FootBones/labels/test_DX340_jpg.rf.hXUWmNWbqA4nwVFYl4Pg.npy b/FootBones/labels/test_DX340_jpg.rf.hXUWmNWbqA4nwVFYl4Pg.npy new file mode 100644 index 0000000000000000000000000000000000000000..fbf23d570895b51f11d7a84193d1dd2eb4473570 --- /dev/null +++ b/FootBones/labels/test_DX340_jpg.rf.hXUWmNWbqA4nwVFYl4Pg.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7a1b25def754fc8498d2f9a77d6d3fe7a2a05abee85bc689e68274ba420ff5b +size 524416 diff --git a/FootBones/labels/test_DX341_jpg.rf.dlhHJ5KWLV0FeN6IcnDg.npy b/FootBones/labels/test_DX341_jpg.rf.dlhHJ5KWLV0FeN6IcnDg.npy new file mode 100644 index 0000000000000000000000000000000000000000..1ed5324c395efe0667fc4de8eceb6aca4ce2c3de --- /dev/null +++ b/FootBones/labels/test_DX341_jpg.rf.dlhHJ5KWLV0FeN6IcnDg.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7406286652a3c452615e1fcdb0b0b6e9afc83e1ceb9c6779e687cf25d6058adc +size 524416 diff --git a/FootBones/labels/test_DX349_jpg.rf.X8n1oyB2mNNp2Kn0cmJi.npy b/FootBones/labels/test_DX349_jpg.rf.X8n1oyB2mNNp2Kn0cmJi.npy new file mode 100644 index 0000000000000000000000000000000000000000..0d81b03638297d0b2620d4626f0f44345c39dcb6 --- /dev/null +++ b/FootBones/labels/test_DX349_jpg.rf.X8n1oyB2mNNp2Kn0cmJi.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c3a6ed50470cd20333ed468f8acd4f532d6dd47b2ee64b926b9410422c649d8 +size 524416 diff --git a/FootBones/labels/test_DX363_jpg.rf.ZzMDogA76Hbvgis4Xcy0.npy b/FootBones/labels/test_DX363_jpg.rf.ZzMDogA76Hbvgis4Xcy0.npy new file mode 100644 index 0000000000000000000000000000000000000000..c0c394de455807e2f2be9da74ddce025a9409fea --- /dev/null +++ b/FootBones/labels/test_DX363_jpg.rf.ZzMDogA76Hbvgis4Xcy0.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48924885f1a349888f7fcee5ff36c9f0a4700069578cb861245037e6144bfcf6 +size 524416 diff --git a/FootBones/labels/test_DX371_jpg.rf.ZjymSzdwKNQJsDtZrerd.npy b/FootBones/labels/test_DX371_jpg.rf.ZjymSzdwKNQJsDtZrerd.npy new file mode 100644 index 0000000000000000000000000000000000000000..864cab4ecd79020d20f9c0404b60a3fb83ae282b --- /dev/null +++ b/FootBones/labels/test_DX371_jpg.rf.ZjymSzdwKNQJsDtZrerd.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ef443f7d95b0f9c58cbd637105bf9818fa3535d7be1282d5eb0a1b7de97a30f +size 524416 diff --git a/FootBones/labels/test_DX373_jpg.rf.ehmiyQpUL4UJkLN6K0El.npy b/FootBones/labels/test_DX373_jpg.rf.ehmiyQpUL4UJkLN6K0El.npy new file mode 100644 index 0000000000000000000000000000000000000000..b46f264404fec40583153069d99e92f7ee7bcfef --- /dev/null +++ b/FootBones/labels/test_DX373_jpg.rf.ehmiyQpUL4UJkLN6K0El.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1792fa929905c5629859e44759ea49ed34820587054e1489963b424d86db4a4d +size 524416 diff --git a/FootBones/labels/test_DX382_jpg.rf.jiRpSdRRFcZ2I0SHDTl8.npy b/FootBones/labels/test_DX382_jpg.rf.jiRpSdRRFcZ2I0SHDTl8.npy new file mode 100644 index 0000000000000000000000000000000000000000..b1325e5e17264fe83e3a9efad6c134e417902bbf --- /dev/null +++ b/FootBones/labels/test_DX382_jpg.rf.jiRpSdRRFcZ2I0SHDTl8.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6d3a986d66b4b8f6602de23288b7b6bed2c8aa392fa4891339e526d80155baa +size 524416 diff --git a/FootBones/labels/test_DX389_jpg.rf.w6D6tDB0dqHnxJWNbSGA.npy b/FootBones/labels/test_DX389_jpg.rf.w6D6tDB0dqHnxJWNbSGA.npy new file mode 100644 index 0000000000000000000000000000000000000000..dfb9522cf5d955b7b1afe470709f843562ee2106 --- /dev/null +++ b/FootBones/labels/test_DX389_jpg.rf.w6D6tDB0dqHnxJWNbSGA.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9211789fb6cb97308aa9104f2ec0c859792eff1c36b80c2df6b2d4ffc4f7b0a8 +size 524416 diff --git a/FootBones/labels/test_DX402_jpg.rf.1PmedS7drCUEWFvfKq5z.npy b/FootBones/labels/test_DX402_jpg.rf.1PmedS7drCUEWFvfKq5z.npy new file mode 100644 index 0000000000000000000000000000000000000000..68a6da2285850e69e84c9c249f6668320289183b --- /dev/null +++ b/FootBones/labels/test_DX402_jpg.rf.1PmedS7drCUEWFvfKq5z.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:511b2e6b0860fda1f880e9516bd5cb39d7ec939de337946791aacd1a8e1079aa +size 524416 diff --git a/FootBones/labels/test_DX404_jpg.rf.Psw45CH0GIBbTE0Vzh2E.npy b/FootBones/labels/test_DX404_jpg.rf.Psw45CH0GIBbTE0Vzh2E.npy new file mode 100644 index 0000000000000000000000000000000000000000..6b65498d09c0e1ea6600a8695d6a50547fa03200 --- /dev/null +++ b/FootBones/labels/test_DX404_jpg.rf.Psw45CH0GIBbTE0Vzh2E.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5d6d695a656204282bc1d87215527680d1e9fc3a8b45109ee55594e1517046b +size 524416 diff --git a/FootBones/labels/test_DX409_jpg.rf.GMchw5Lzm6grU9vmsNsq.npy b/FootBones/labels/test_DX409_jpg.rf.GMchw5Lzm6grU9vmsNsq.npy new file mode 100644 index 0000000000000000000000000000000000000000..f7e2bcd00c09496c3cddd0d952cdf60b8d0eb153 --- /dev/null +++ b/FootBones/labels/test_DX409_jpg.rf.GMchw5Lzm6grU9vmsNsq.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d428da89c6498edf2664bbb2fa14e3128799f011c659d4e9aa5b09ef9a37ed0 +size 524416 diff --git a/FootBones/labels/test_DX425_jpg.rf.GDn8fAis3POBC0DyUrJn.npy b/FootBones/labels/test_DX425_jpg.rf.GDn8fAis3POBC0DyUrJn.npy new file mode 100644 index 0000000000000000000000000000000000000000..9c9cb79a1fb48636a6c5ca12300c536c4c84e897 --- /dev/null +++ b/FootBones/labels/test_DX425_jpg.rf.GDn8fAis3POBC0DyUrJn.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a9a14f43ad2ba38e5ce5307a090d4085e140c0188e86162c1950bbae4d049d7 +size 524416 diff --git a/FootBones/labels/test_DX433_jpg.rf.8N2ulpJgXB4Vfn3W8jt6.npy b/FootBones/labels/test_DX433_jpg.rf.8N2ulpJgXB4Vfn3W8jt6.npy new file mode 100644 index 0000000000000000000000000000000000000000..8a764754fb6acbf6b29e124b3a53f1ee5cab26bf --- /dev/null +++ b/FootBones/labels/test_DX433_jpg.rf.8N2ulpJgXB4Vfn3W8jt6.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1505fe1d913e6376edc9b4cd8856eb8050fe2a5a48b58962f683e326a3b0db9 +size 524416 diff --git a/FootBones/labels/test_DX448_jpg.rf.rqPW97IJwG7IXzYF2knr.npy b/FootBones/labels/test_DX448_jpg.rf.rqPW97IJwG7IXzYF2knr.npy new file mode 100644 index 0000000000000000000000000000000000000000..19023d61e4d8dac43f57510d1fbad15f41f0b10d --- /dev/null +++ b/FootBones/labels/test_DX448_jpg.rf.rqPW97IJwG7IXzYF2knr.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baf8abccfe1de0dba5ecd234cf087df0cdaa0c1f608a3896d7671114ea9af27f +size 524416 diff --git a/FootBones/labels/test_DX455_jpg.rf.O9Qg6XbqjZktdRC3Y9D1.npy b/FootBones/labels/test_DX455_jpg.rf.O9Qg6XbqjZktdRC3Y9D1.npy new file mode 100644 index 0000000000000000000000000000000000000000..6990847304a62ec5f080c8e9622e129a34cedf0f --- /dev/null +++ b/FootBones/labels/test_DX455_jpg.rf.O9Qg6XbqjZktdRC3Y9D1.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3b791b8a6b6637aba96d266de8e03f259f6be78b778a6d130f2889196ec1afc +size 524416 diff --git a/FootBones/labels/test_DX460_jpg.rf.DEixcg8xUSPjv9Cz4F0b.npy b/FootBones/labels/test_DX460_jpg.rf.DEixcg8xUSPjv9Cz4F0b.npy new file mode 100644 index 0000000000000000000000000000000000000000..4724313e4f544eef428733994cf6ebdda3a97ef1 --- /dev/null +++ b/FootBones/labels/test_DX460_jpg.rf.DEixcg8xUSPjv9Cz4F0b.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b8719d9eab292e4940a6f0d1a2d782e563510974c511ed46cbb21d62193dc0d +size 524416 diff --git a/FootBones/labels/test_DX464_jpg.rf.BbVBniJy8JVQdeSExk0h.npy b/FootBones/labels/test_DX464_jpg.rf.BbVBniJy8JVQdeSExk0h.npy new file mode 100644 index 0000000000000000000000000000000000000000..48481d4bb02501f6c744c6ff535eb87900ec988c --- /dev/null +++ b/FootBones/labels/test_DX464_jpg.rf.BbVBniJy8JVQdeSExk0h.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08f66bc5e88186be82fb97eb0d3583df22cd149dcb84251f9850ac65ede28984 +size 524416 diff --git a/FootBones/labels/test_DX465_jpg.rf.KaohddkFKEtj6At882JZ.npy b/FootBones/labels/test_DX465_jpg.rf.KaohddkFKEtj6At882JZ.npy new file mode 100644 index 0000000000000000000000000000000000000000..1a066ab89f3fbc96eaad1c7a9e34f6102284a370 --- /dev/null +++ b/FootBones/labels/test_DX465_jpg.rf.KaohddkFKEtj6At882JZ.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c6f5704f82fbef797996ed6c246b43a32ecaaa121d5320d1fa717c25dd9bf40 +size 524416 diff --git a/FootBones/labels/test_DX479_jpg.rf.0A5PldaZhJ6hxfG3AftX.npy b/FootBones/labels/test_DX479_jpg.rf.0A5PldaZhJ6hxfG3AftX.npy new file mode 100644 index 0000000000000000000000000000000000000000..47cf21cb92366fcf9960ae1156a8d24a2b1daa12 --- /dev/null +++ b/FootBones/labels/test_DX479_jpg.rf.0A5PldaZhJ6hxfG3AftX.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:163ada3119d7870c8015657fe638e491245cc3426489fbdd718a12dfa950b2c3 +size 524416 diff --git a/FootBones/labels/test_DX4_jpg.rf.x35vrZnPaBUApam34nav.npy b/FootBones/labels/test_DX4_jpg.rf.x35vrZnPaBUApam34nav.npy new file mode 100644 index 0000000000000000000000000000000000000000..189c9c0dd9057e20cb3f1869b9e495536cc92b1a --- /dev/null +++ b/FootBones/labels/test_DX4_jpg.rf.x35vrZnPaBUApam34nav.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c08a70fb5397ba1953ddca98b83b9e23b952acdd7c278251855016eb6740148 +size 524416 diff --git a/FootBones/labels/test_DX53_jpg.rf.hPQ6BNJ3MPpMHRbwzYD0.npy b/FootBones/labels/test_DX53_jpg.rf.hPQ6BNJ3MPpMHRbwzYD0.npy new file mode 100644 index 0000000000000000000000000000000000000000..c9211a62ec1a2af53e84c95f75a66347871bd24d --- /dev/null +++ b/FootBones/labels/test_DX53_jpg.rf.hPQ6BNJ3MPpMHRbwzYD0.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbf79b1c4509da9e655ebfd348f7fcc7b2e31a4dfff307f45bb9f06518c420a1 +size 524416 diff --git a/FootBones/labels/test_DX543_jpg.rf.Yxgfrr02zCWv1DVT4gKQ.npy b/FootBones/labels/test_DX543_jpg.rf.Yxgfrr02zCWv1DVT4gKQ.npy new file mode 100644 index 0000000000000000000000000000000000000000..6b3607e0f1bd7f288bb9b40ed0bef2901f3dce81 --- /dev/null +++ b/FootBones/labels/test_DX543_jpg.rf.Yxgfrr02zCWv1DVT4gKQ.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a50a0dfb502e98deacce6ddc4077957f720fc04010b631a75ec27b2e3c52ff4b +size 524416 diff --git a/FootBones/labels/test_DX561_jpg.rf.FikGWbVsJtfTLLDiaeq7.npy b/FootBones/labels/test_DX561_jpg.rf.FikGWbVsJtfTLLDiaeq7.npy new file mode 100644 index 0000000000000000000000000000000000000000..f393f0244b25d81a684eeee35237915905f04c65 --- /dev/null +++ b/FootBones/labels/test_DX561_jpg.rf.FikGWbVsJtfTLLDiaeq7.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deaa6734e4bc110ed4649584e2a77b8930519a7e45cb628fe59f2dca96697784 +size 524416 diff --git a/FootBones/labels/test_DX565_jpg.rf.PeZ8aNW0oKbOlAkQ9Jle.npy b/FootBones/labels/test_DX565_jpg.rf.PeZ8aNW0oKbOlAkQ9Jle.npy new file mode 100644 index 0000000000000000000000000000000000000000..9e96c8ef4bda53575614c449ce6235487b4709b8 --- /dev/null +++ b/FootBones/labels/test_DX565_jpg.rf.PeZ8aNW0oKbOlAkQ9Jle.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b09c04d51345077348262abb1b70a9a6d229cfff60b54c55cfc5629310db8e5 +size 524416 diff --git a/FootBones/labels/test_DX569_jpg.rf.VwNGVAMJbo9rGHgwE06m.npy b/FootBones/labels/test_DX569_jpg.rf.VwNGVAMJbo9rGHgwE06m.npy new file mode 100644 index 0000000000000000000000000000000000000000..658912803927a369993b2302d2b243cfe4e4422f --- /dev/null +++ b/FootBones/labels/test_DX569_jpg.rf.VwNGVAMJbo9rGHgwE06m.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c201c3e04f11393cf2ae8e4b14a230d782128b9925b9cf181214895c8a2790e +size 524416 diff --git a/FootBones/labels/test_DX577_jpg.rf.19RqaQskMaHqAxzb4q5U.npy b/FootBones/labels/test_DX577_jpg.rf.19RqaQskMaHqAxzb4q5U.npy new file mode 100644 index 0000000000000000000000000000000000000000..b541824e5b1b61bac43491f7828f1a2fbc5b73c2 --- /dev/null +++ b/FootBones/labels/test_DX577_jpg.rf.19RqaQskMaHqAxzb4q5U.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79bae68e6da9e8f296d0b7fd9798825223fdb4db0ed6b7e45878b7a365e5a799 +size 524416 diff --git a/FootBones/labels/test_DX581_jpg.rf.oN4LWQMtaArf7aNA5F0C.npy b/FootBones/labels/test_DX581_jpg.rf.oN4LWQMtaArf7aNA5F0C.npy new file mode 100644 index 0000000000000000000000000000000000000000..50d27bc8a48340e3f74d285b8434e16c6f038dac --- /dev/null +++ b/FootBones/labels/test_DX581_jpg.rf.oN4LWQMtaArf7aNA5F0C.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b819b352b73d323fcb3b47241ce970e7a74180770d6ac43a3bda009c1d2b6b9 +size 524416 diff --git a/FootBones/labels/test_DX591_jpg.rf.7iIJeBYPpgReCDnBwSKj.npy b/FootBones/labels/test_DX591_jpg.rf.7iIJeBYPpgReCDnBwSKj.npy new file mode 100644 index 0000000000000000000000000000000000000000..1def825d583e7e09f4c3801a618a946983e26842 --- /dev/null +++ b/FootBones/labels/test_DX591_jpg.rf.7iIJeBYPpgReCDnBwSKj.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2409156c16482f239c1bf5719d9eb5db924197ad0ec9dab723fe87374e4f9928 +size 524416 diff --git a/FootBones/labels/test_DX592_jpg.rf.07VyE6x9gauo4iwH3Uwz.npy b/FootBones/labels/test_DX592_jpg.rf.07VyE6x9gauo4iwH3Uwz.npy new file mode 100644 index 0000000000000000000000000000000000000000..a00d49df1c4a43cdaff82cf869afc53b513862ed --- /dev/null +++ b/FootBones/labels/test_DX592_jpg.rf.07VyE6x9gauo4iwH3Uwz.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bbbfed8355302d4921e210850f12ff99dd449caefbdde6b8cf524792339b30b +size 524416 diff --git a/FootBones/labels/test_DX5_jpg.rf.s4KsQ7IHaUBQdPvbgpCE.npy b/FootBones/labels/test_DX5_jpg.rf.s4KsQ7IHaUBQdPvbgpCE.npy new file mode 100644 index 0000000000000000000000000000000000000000..fc9252c0ffcd5a2656194590df83911b21e9550c --- /dev/null +++ b/FootBones/labels/test_DX5_jpg.rf.s4KsQ7IHaUBQdPvbgpCE.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbb40099413e1ec8e8451dd662a687f556e4ec49ec9a5cc1eb59db5544474cb9 +size 524416 diff --git a/FootBones/labels/test_DX602_jpg.rf.X4sCSkdCcdzKlXZgpl9t.npy b/FootBones/labels/test_DX602_jpg.rf.X4sCSkdCcdzKlXZgpl9t.npy new file mode 100644 index 0000000000000000000000000000000000000000..1075b63604950bfcbea42aa3a0a7211d66b2db33 --- /dev/null +++ b/FootBones/labels/test_DX602_jpg.rf.X4sCSkdCcdzKlXZgpl9t.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9419f1922a6ae17e13e62220b962eedebc5a4b916b03687016f506b7d493bfae +size 524416 diff --git a/FootBones/labels/test_DX606_jpg.rf.FiXFfLLZhZgUpQCRX6So.npy b/FootBones/labels/test_DX606_jpg.rf.FiXFfLLZhZgUpQCRX6So.npy new file mode 100644 index 0000000000000000000000000000000000000000..146ab826aa1064bc97a65bcc8e8d114cbbac11f0 --- /dev/null +++ b/FootBones/labels/test_DX606_jpg.rf.FiXFfLLZhZgUpQCRX6So.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55733fd3d1fd5fcde8f280697628ab96207270258313be65295a0f69d63c2f17 +size 524416 diff --git a/FootBones/labels/test_DX611_jpg.rf.ERuhUHPQZFPk7iSxwEM8.npy b/FootBones/labels/test_DX611_jpg.rf.ERuhUHPQZFPk7iSxwEM8.npy new file mode 100644 index 0000000000000000000000000000000000000000..f17c55a8ad4ec6388969943982e784d3d9767527 --- /dev/null +++ b/FootBones/labels/test_DX611_jpg.rf.ERuhUHPQZFPk7iSxwEM8.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0d126a724280947a13a1991d14b2426dcb1013163f57e0ddd62d2566a6f4d8d +size 524416 diff --git a/FootBones/labels/test_DX615_jpg.rf.pa8aiPiaRKjnAX8bOqYC.npy b/FootBones/labels/test_DX615_jpg.rf.pa8aiPiaRKjnAX8bOqYC.npy new file mode 100644 index 0000000000000000000000000000000000000000..862ef696f9045012cbaa75303eb54fed8265bc9f --- /dev/null +++ b/FootBones/labels/test_DX615_jpg.rf.pa8aiPiaRKjnAX8bOqYC.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf5aabc6c7ac961874e62a64de37d783f3f4088e76f87d9369d18b61975b12c6 +size 524416 diff --git a/FootBones/labels/test_DX617_jpg.rf.1EpYn3QvMbNAVBlDcKwW.npy b/FootBones/labels/test_DX617_jpg.rf.1EpYn3QvMbNAVBlDcKwW.npy new file mode 100644 index 0000000000000000000000000000000000000000..1a1f27ff9374a965dda38a42439ac4e87e23c73b --- /dev/null +++ b/FootBones/labels/test_DX617_jpg.rf.1EpYn3QvMbNAVBlDcKwW.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88049c5840e81c4519169e846c825f0056cf956de73627c5f69ca21052a0db06 +size 524416 diff --git a/FootBones/labels/test_DX625_jpg.rf.2SHryo0XFdKIts7xJ5fJ.npy b/FootBones/labels/test_DX625_jpg.rf.2SHryo0XFdKIts7xJ5fJ.npy new file mode 100644 index 0000000000000000000000000000000000000000..a04522d2e2dfe9b1932056a6f285567a1b136604 --- /dev/null +++ b/FootBones/labels/test_DX625_jpg.rf.2SHryo0XFdKIts7xJ5fJ.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26503b007fae712a232df31cfe8c3ee9ed3a309baab537d7d424761caa3887a6 +size 524416 diff --git a/FootBones/labels/test_DX634_jpg.rf.yBJqJUIxDio1YTP4FJeK.npy b/FootBones/labels/test_DX634_jpg.rf.yBJqJUIxDio1YTP4FJeK.npy new file mode 100644 index 0000000000000000000000000000000000000000..842b15271238107e28aff5bf7a746d54e4c5da5e --- /dev/null +++ b/FootBones/labels/test_DX634_jpg.rf.yBJqJUIxDio1YTP4FJeK.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae5c72b43c373b6aa5112343a10fbfcb56c50f43d8db3ff4e87524b158087a93 +size 524416 diff --git a/FootBones/labels/test_DX640_jpg.rf.XFnnEhuqpUXnaQwWbSnt.npy b/FootBones/labels/test_DX640_jpg.rf.XFnnEhuqpUXnaQwWbSnt.npy new file mode 100644 index 0000000000000000000000000000000000000000..9d1814ffd9fb0ffd34e6662a57353434d027178e --- /dev/null +++ b/FootBones/labels/test_DX640_jpg.rf.XFnnEhuqpUXnaQwWbSnt.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83e074d0ebccdc397741cbe65e587cb31b6f42426dd801de2a929c41f7e4b3ce +size 524416 diff --git a/FootBones/labels/test_DX662_jpg.rf.a3z3dy9ihlXVX7aMga7f.npy b/FootBones/labels/test_DX662_jpg.rf.a3z3dy9ihlXVX7aMga7f.npy new file mode 100644 index 0000000000000000000000000000000000000000..19f7f8a0a33c31fe300d9714165b45a9f26e30a0 --- /dev/null +++ b/FootBones/labels/test_DX662_jpg.rf.a3z3dy9ihlXVX7aMga7f.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d364b504e00ad159c95b382e9ec39336763fad474efd54a143ec334baf9bc54 +size 524416 diff --git a/FootBones/labels/test_DX675_jpg.rf.lTPWXAqA78sEFocN7kfi.npy b/FootBones/labels/test_DX675_jpg.rf.lTPWXAqA78sEFocN7kfi.npy new file mode 100644 index 0000000000000000000000000000000000000000..cd5ab0b6766b3886930bf1723d55574fcf6fbf93 --- /dev/null +++ b/FootBones/labels/test_DX675_jpg.rf.lTPWXAqA78sEFocN7kfi.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3fefb2078e3193b80fec2372417a642d915ea8708ad328bac970613340f75a2 +size 524416 diff --git a/FootBones/labels/test_DX67_jpg.rf.0lZmhUEVolpsyGNBw2dQ.npy b/FootBones/labels/test_DX67_jpg.rf.0lZmhUEVolpsyGNBw2dQ.npy new file mode 100644 index 0000000000000000000000000000000000000000..8690ded814fea8b245d6b3dfea737da9e49b5029 --- /dev/null +++ b/FootBones/labels/test_DX67_jpg.rf.0lZmhUEVolpsyGNBw2dQ.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e2fc4d31c2ff5197c43d6969efe3401bc4f59b397a59f430f2efa1b43207b16 +size 524416 diff --git a/FootBones/labels/test_DX683_jpg.rf.l3ygGE30adZ4T6fin4JH.npy b/FootBones/labels/test_DX683_jpg.rf.l3ygGE30adZ4T6fin4JH.npy new file mode 100644 index 0000000000000000000000000000000000000000..bf99cb98413f463c87a7e6013e1d6a84bc66fcb9 --- /dev/null +++ b/FootBones/labels/test_DX683_jpg.rf.l3ygGE30adZ4T6fin4JH.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d16d3e930cb4f4933b0b7762fc00f1b436b367dd85cd4cfefdfbb55d5a88280 +size 524416 diff --git a/FootBones/labels/test_DX684_jpg.rf.qGCGojExelHtvFCbZdtg.npy b/FootBones/labels/test_DX684_jpg.rf.qGCGojExelHtvFCbZdtg.npy new file mode 100644 index 0000000000000000000000000000000000000000..f96901bcc7f44c98e0804b31c62ab79b39c33563 --- /dev/null +++ b/FootBones/labels/test_DX684_jpg.rf.qGCGojExelHtvFCbZdtg.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88c0b2b4507026e129afd7ae5fd033803dcc9b8edb389729bad416443d2f95cb +size 524416 diff --git a/FootBones/labels/test_DX690_jpg.rf.CtpAWdlA5p63C15Oh7mz.npy b/FootBones/labels/test_DX690_jpg.rf.CtpAWdlA5p63C15Oh7mz.npy new file mode 100644 index 0000000000000000000000000000000000000000..9d9c1f2ee2a8c256538be2b0b2eda367e6415b66 --- /dev/null +++ b/FootBones/labels/test_DX690_jpg.rf.CtpAWdlA5p63C15Oh7mz.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8598d6f7ada502d4c5e0e5e6ddb210f1a8a10b6b0cb5e2c6ceba22fa3323d59c +size 524416 diff --git a/FootBones/labels/test_DX79_jpg.rf.oTBqTwNmFBlo8Ess1NM4.npy b/FootBones/labels/test_DX79_jpg.rf.oTBqTwNmFBlo8Ess1NM4.npy new file mode 100644 index 0000000000000000000000000000000000000000..afe4118fd60e339c68c19278f2339075e9246888 --- /dev/null +++ b/FootBones/labels/test_DX79_jpg.rf.oTBqTwNmFBlo8Ess1NM4.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35182a4b81a0ecd16ae483d1db3c6f0a7e21922ab2c4927968cc82bf1ec4269e +size 524416 diff --git a/FootBones/labels/test_DX81_jpg.rf.tlHTrL74GnBBThwOialc.npy b/FootBones/labels/test_DX81_jpg.rf.tlHTrL74GnBBThwOialc.npy new file mode 100644 index 0000000000000000000000000000000000000000..9ae9ed4fa5156d74882d4a35e1661693d12023ec --- /dev/null +++ b/FootBones/labels/test_DX81_jpg.rf.tlHTrL74GnBBThwOialc.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2d3485a5369ce9e782050d82545a62df8808b47999987194a4f389ec7c11665 +size 524416 diff --git a/FootBones/labels/test_DX83_jpg.rf.aBTQoInoQNt7YrIGUOzt.npy b/FootBones/labels/test_DX83_jpg.rf.aBTQoInoQNt7YrIGUOzt.npy new file mode 100644 index 0000000000000000000000000000000000000000..016baf6192ecd0de935a70f28598e3a24c7e8bc3 --- /dev/null +++ b/FootBones/labels/test_DX83_jpg.rf.aBTQoInoQNt7YrIGUOzt.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38917260c0f96ac2c1841eb12b3377816e37c249532088f04d0a19403364ea3c +size 524416 diff --git a/FootBones/labels/test_DX84_jpg.rf.n4UN26ijbBzNXQNmAzar.npy b/FootBones/labels/test_DX84_jpg.rf.n4UN26ijbBzNXQNmAzar.npy new file mode 100644 index 0000000000000000000000000000000000000000..52e0ad172c45416934824964a91c4f8169588543 --- /dev/null +++ b/FootBones/labels/test_DX84_jpg.rf.n4UN26ijbBzNXQNmAzar.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94f6dd08e62f4c521a27b94b7aced52e5896bdd50860f97de39709c6bdb1354c +size 524416 diff --git a/FootBones/labels/test_DX85_jpg.rf.KXefOkTb9USDhkLzzcFH.npy b/FootBones/labels/test_DX85_jpg.rf.KXefOkTb9USDhkLzzcFH.npy new file mode 100644 index 0000000000000000000000000000000000000000..f21e164ee3dc6505c5d8da6dc86e0bfe3f98a5d2 --- /dev/null +++ b/FootBones/labels/test_DX85_jpg.rf.KXefOkTb9USDhkLzzcFH.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52ab43c964e984c92f51cb745a56842e56012369e5a045aa881d1e1ccb69505d +size 524416 diff --git a/FootBones/labels/test_DX93_jpg.rf.sEVz3cm07vBLNb7g5Nck.npy b/FootBones/labels/test_DX93_jpg.rf.sEVz3cm07vBLNb7g5Nck.npy new file mode 100644 index 0000000000000000000000000000000000000000..2b8c141d18b0835cc979e5de3ce00818bae6daf8 --- /dev/null +++ b/FootBones/labels/test_DX93_jpg.rf.sEVz3cm07vBLNb7g5Nck.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e66436fd0eb52ae4546077c43cf9e39dd1681e7f1a08b59f1d2005f2e6d9285 +size 524416 diff --git a/FootBones/labels/train_DX100_jpg.rf.Ez6nHVVTI9CDMETunTn9.npy b/FootBones/labels/train_DX100_jpg.rf.Ez6nHVVTI9CDMETunTn9.npy new file mode 100644 index 0000000000000000000000000000000000000000..8248908dac5340c82207657c154d14fe80273878 --- /dev/null +++ b/FootBones/labels/train_DX100_jpg.rf.Ez6nHVVTI9CDMETunTn9.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd4647325cb99cfdae9c627b6aa1fba580eb16b4c010b0d05608ed5da0f8cded +size 524416 diff --git a/FootBones/labels/train_DX103_jpg.rf.84TGTR1rul9RRLf8gLp1.npy b/FootBones/labels/train_DX103_jpg.rf.84TGTR1rul9RRLf8gLp1.npy new file mode 100644 index 0000000000000000000000000000000000000000..5f5a1ce58285f01703f9db4aa8ff6c7733fb30ed --- /dev/null +++ b/FootBones/labels/train_DX103_jpg.rf.84TGTR1rul9RRLf8gLp1.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:588b67429855958d2107a1c51d850797b0daf23148b09d9c5a2650bba70fd636 +size 524416 diff --git a/FootBones/labels/train_DX106_jpg.rf.cNmN69vVU3ojxRukMNvq.npy b/FootBones/labels/train_DX106_jpg.rf.cNmN69vVU3ojxRukMNvq.npy new file mode 100644 index 0000000000000000000000000000000000000000..60474f625a538e535e87ea4ac720d1dcef448b7a --- /dev/null +++ b/FootBones/labels/train_DX106_jpg.rf.cNmN69vVU3ojxRukMNvq.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac613fa5fd8a2614a0e3de897626b3b53235b55e2e81e23b18a6a8481fb1e317 +size 524416 diff --git a/FootBones/labels/train_DX109_jpg.rf.BPnb2AChcDOP9raabee1.npy b/FootBones/labels/train_DX109_jpg.rf.BPnb2AChcDOP9raabee1.npy new file mode 100644 index 0000000000000000000000000000000000000000..31b67c277c56a2c07733107a252afe4386298df2 --- /dev/null +++ b/FootBones/labels/train_DX109_jpg.rf.BPnb2AChcDOP9raabee1.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a73e76cc38ae724e46091cb5f3cb536ca378a3352c11ef8dd3bad43214873fbd +size 524416 diff --git a/FootBones/labels/train_DX110_jpg.rf.8srk6lcp1G16oX8Ja2Z0.npy b/FootBones/labels/train_DX110_jpg.rf.8srk6lcp1G16oX8Ja2Z0.npy new file mode 100644 index 0000000000000000000000000000000000000000..fbaaf61260b3ff60a77180dd9e52d99204231155 --- /dev/null +++ b/FootBones/labels/train_DX110_jpg.rf.8srk6lcp1G16oX8Ja2Z0.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c10ff67b559200902cf8231c08940962e1b206bebd983534689c12099d2055b6 +size 524416 diff --git a/FootBones/labels/train_DX112_jpg.rf.O6yS67hu2mVLoVTS8hNY.npy b/FootBones/labels/train_DX112_jpg.rf.O6yS67hu2mVLoVTS8hNY.npy new file mode 100644 index 0000000000000000000000000000000000000000..d1b3ba708f42739e9243d32b6dd5563b073a6418 --- /dev/null +++ b/FootBones/labels/train_DX112_jpg.rf.O6yS67hu2mVLoVTS8hNY.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0547f5fbe5462a386703731a48e9cf999ec16aeb8af2c9d6671283530216f71 +size 524416 diff --git a/FootBones/labels/train_DX113_jpg.rf.eC5UkgDiaVRI9vEA0wEP.npy b/FootBones/labels/train_DX113_jpg.rf.eC5UkgDiaVRI9vEA0wEP.npy new file mode 100644 index 0000000000000000000000000000000000000000..c293df43650aecaf212c940e17ecc0c4dbc67e43 --- /dev/null +++ b/FootBones/labels/train_DX113_jpg.rf.eC5UkgDiaVRI9vEA0wEP.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fc9550b1362b14a35c2fe128bd6b06cf724478cdc100e60e6097d8f12ab48c1 +size 524416 diff --git a/FootBones/labels/train_DX115_jpg.rf.wqW14PZcOlRKVTVs8iiv.npy b/FootBones/labels/train_DX115_jpg.rf.wqW14PZcOlRKVTVs8iiv.npy new file mode 100644 index 0000000000000000000000000000000000000000..91287619c4e43ebab9b239a767ca7ced161f8998 --- /dev/null +++ b/FootBones/labels/train_DX115_jpg.rf.wqW14PZcOlRKVTVs8iiv.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:098f3314defcbdff1aef7a20a3a7a26096669eaeac2e14628f14546a249cb0a4 +size 524416 diff --git a/FootBones/labels/train_DX117_jpg.rf.823TU81SU85AqrIcyFIj.npy b/FootBones/labels/train_DX117_jpg.rf.823TU81SU85AqrIcyFIj.npy new file mode 100644 index 0000000000000000000000000000000000000000..abf5587c0a26d6cb7f1fb26ccbfea60cda163a83 --- /dev/null +++ b/FootBones/labels/train_DX117_jpg.rf.823TU81SU85AqrIcyFIj.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9299798b9b63273864142eb6557e4da73927d2032eef5cf274ef9eda3fcb3a5 +size 524416 diff --git a/FootBones/labels/train_DX11_jpg.rf.kgXdiuDoAWJRA5oWMI59.npy b/FootBones/labels/train_DX11_jpg.rf.kgXdiuDoAWJRA5oWMI59.npy new file mode 100644 index 0000000000000000000000000000000000000000..ae136594517e2ff9abda70a5c1317ee2a4f3b3f6 --- /dev/null +++ b/FootBones/labels/train_DX11_jpg.rf.kgXdiuDoAWJRA5oWMI59.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43b1b073d693948036fe13486ef55f1f71202d2ff90e120e00b80b78235c4024 +size 524416 diff --git a/FootBones/labels/train_DX120_jpg.rf.QSTdIBzZlt1APDTLYda6.npy b/FootBones/labels/train_DX120_jpg.rf.QSTdIBzZlt1APDTLYda6.npy new file mode 100644 index 0000000000000000000000000000000000000000..418bd217b004582dbd5622fc7c543efeb341aaed --- /dev/null +++ b/FootBones/labels/train_DX120_jpg.rf.QSTdIBzZlt1APDTLYda6.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6471273bb0cf47b0518bde7cd308abca0a7307cc799edf17274fb92f32e0f40 +size 524416 diff --git a/FootBones/labels/train_DX121_jpg.rf.hpOzZDZIBSSJaV608TNX.npy b/FootBones/labels/train_DX121_jpg.rf.hpOzZDZIBSSJaV608TNX.npy new file mode 100644 index 0000000000000000000000000000000000000000..bb1d21fc9a76039ed7b0736d95edeb786c84a828 --- /dev/null +++ b/FootBones/labels/train_DX121_jpg.rf.hpOzZDZIBSSJaV608TNX.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5180950b5c430aaf77d23eafa1699f938069126a71c1bf4fc9367781502cc29f +size 524416 diff --git a/FootBones/labels/train_DX122_jpg.rf.KGAk4sjL4Ng3DmSCA6qO.npy b/FootBones/labels/train_DX122_jpg.rf.KGAk4sjL4Ng3DmSCA6qO.npy new file mode 100644 index 0000000000000000000000000000000000000000..4a2d72b206eabedccf48bba0f94556244ae005e3 --- /dev/null +++ b/FootBones/labels/train_DX122_jpg.rf.KGAk4sjL4Ng3DmSCA6qO.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffe46537e67a391a1c0b43e4ae82b9bf954958b0e9b084b8d7b23d8987a82eca +size 524416 diff --git a/FootBones/labels/train_DX128_jpg.rf.kX1ltdWQN61dyUjiTdil.npy b/FootBones/labels/train_DX128_jpg.rf.kX1ltdWQN61dyUjiTdil.npy new file mode 100644 index 0000000000000000000000000000000000000000..2dea660fb2551971c1ed3753a91c0c9c39bf83ad --- /dev/null +++ b/FootBones/labels/train_DX128_jpg.rf.kX1ltdWQN61dyUjiTdil.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44df7b6aeed992475ece6e0573816a5e8176063fa0d098bcb0aea95783b7648e +size 524416 diff --git a/FootBones/labels/train_DX129_jpg.rf.leq2zs5jKB4oQUtcLrog.npy b/FootBones/labels/train_DX129_jpg.rf.leq2zs5jKB4oQUtcLrog.npy new file mode 100644 index 0000000000000000000000000000000000000000..22122e3d1ac0f9bb854605556fb40e0f92e3b572 --- /dev/null +++ b/FootBones/labels/train_DX129_jpg.rf.leq2zs5jKB4oQUtcLrog.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45f4dcb9582fd7b5879d642fe1e8a3b6b7cdaf8f4dabd11afc87c3973905eca2 +size 524416 diff --git a/FootBones/labels/train_DX131_jpg.rf.uPK8TdBW2TFbBJQXeNkp.npy b/FootBones/labels/train_DX131_jpg.rf.uPK8TdBW2TFbBJQXeNkp.npy new file mode 100644 index 0000000000000000000000000000000000000000..ca0495408241dfb605877f03a1ee0066ad007489 --- /dev/null +++ b/FootBones/labels/train_DX131_jpg.rf.uPK8TdBW2TFbBJQXeNkp.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbc66a77087f69e997826ca4d27395691413d16144e711db0f51074bf276ea68 +size 524416 diff --git a/FootBones/labels/train_DX132_jpg.rf.jGR3FmnL1slLTxXiPkfV.npy b/FootBones/labels/train_DX132_jpg.rf.jGR3FmnL1slLTxXiPkfV.npy new file mode 100644 index 0000000000000000000000000000000000000000..48482568d7e166e4830f679faf4930c101babadb --- /dev/null +++ b/FootBones/labels/train_DX132_jpg.rf.jGR3FmnL1slLTxXiPkfV.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ff4f0d0df80d55c0132ae83f91704a0f8b5d8c693b47aa008fc4d615f96f874 +size 524416 diff --git a/FootBones/labels/train_DX134_jpg.rf.XOenQ79msqsjruCxrhEU.npy b/FootBones/labels/train_DX134_jpg.rf.XOenQ79msqsjruCxrhEU.npy new file mode 100644 index 0000000000000000000000000000000000000000..46b19c948c8e39b150120d06c144f695c2f31b12 --- /dev/null +++ b/FootBones/labels/train_DX134_jpg.rf.XOenQ79msqsjruCxrhEU.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88f75bb0d3dc11f6ff878b1a0505b48f9d81807c65778c54b78d18e887154653 +size 524416 diff --git a/FootBones/labels/train_DX135_jpg.rf.xdydVn3ttYkbMb9ce4uW.npy b/FootBones/labels/train_DX135_jpg.rf.xdydVn3ttYkbMb9ce4uW.npy new file mode 100644 index 0000000000000000000000000000000000000000..cedc7f21ab67a261ba33d7618142af755ffd829a --- /dev/null +++ b/FootBones/labels/train_DX135_jpg.rf.xdydVn3ttYkbMb9ce4uW.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b24945955edbf29cb2f76737ffb347543b60c0f450b2445b209385aaa0d44fc +size 524416 diff --git a/FootBones/labels/train_DX136_jpg.rf.JTh3Ga1KYP315Ss3BSa0.npy b/FootBones/labels/train_DX136_jpg.rf.JTh3Ga1KYP315Ss3BSa0.npy new file mode 100644 index 0000000000000000000000000000000000000000..37f0c514b37633731d8cec46062d30aac26d689f --- /dev/null +++ b/FootBones/labels/train_DX136_jpg.rf.JTh3Ga1KYP315Ss3BSa0.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c00d1e45feaf65938899661d06f4e2ddcccffcc8be7b5cacfe4ce483e997bce +size 524416 diff --git a/FootBones/labels/train_DX139_jpg.rf.2QQKnw5bN8Xp1BydZWij.npy b/FootBones/labels/train_DX139_jpg.rf.2QQKnw5bN8Xp1BydZWij.npy new file mode 100644 index 0000000000000000000000000000000000000000..dc59d5140e17b54abf58a85ef9e412fd21eab800 --- /dev/null +++ b/FootBones/labels/train_DX139_jpg.rf.2QQKnw5bN8Xp1BydZWij.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b49b1472ca50c72b48d65033f99888ecc58d692bed958ad46c08e57badecc5c0 +size 524416 diff --git a/FootBones/labels/train_DX13_jpg.rf.38bHiHzrX5RjfSNOrf0W.npy b/FootBones/labels/train_DX13_jpg.rf.38bHiHzrX5RjfSNOrf0W.npy new file mode 100644 index 0000000000000000000000000000000000000000..29e682c62756db623397ab8bc868076ff1c82c59 --- /dev/null +++ b/FootBones/labels/train_DX13_jpg.rf.38bHiHzrX5RjfSNOrf0W.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d05d0096f2976813159b42ca0d6de7329c8981329e89856be92366b500c7eae +size 524416 diff --git a/FootBones/labels/train_DX140_jpg.rf.OcaLEC1iblAUzwGbudB2.npy b/FootBones/labels/train_DX140_jpg.rf.OcaLEC1iblAUzwGbudB2.npy new file mode 100644 index 0000000000000000000000000000000000000000..f24cfc878e5f83e01d809855986b763b7dda0468 --- /dev/null +++ b/FootBones/labels/train_DX140_jpg.rf.OcaLEC1iblAUzwGbudB2.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c0a5e405c3dc9a08a70cbe8a33147582f04e759915db572bf26b3ba8fe9c0bb +size 524416 diff --git a/FootBones/labels/train_DX141_jpg.rf.Jkc1c76tOKiqKcHg6Tgp.npy b/FootBones/labels/train_DX141_jpg.rf.Jkc1c76tOKiqKcHg6Tgp.npy new file mode 100644 index 0000000000000000000000000000000000000000..40f57a057749ec7994ea2105a2ed1189c1ba06a3 --- /dev/null +++ b/FootBones/labels/train_DX141_jpg.rf.Jkc1c76tOKiqKcHg6Tgp.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cab95ba354ab1354fbce1a3436e8267c70fafd663d173443612716fa3342c55 +size 524416 diff --git a/FootBones/labels/train_DX144_jpg.rf.rROsyqNQolQIRtKODxuq.npy b/FootBones/labels/train_DX144_jpg.rf.rROsyqNQolQIRtKODxuq.npy new file mode 100644 index 0000000000000000000000000000000000000000..21917bd11254bd274251f20f37c63228fbec875d --- /dev/null +++ b/FootBones/labels/train_DX144_jpg.rf.rROsyqNQolQIRtKODxuq.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab8ed8c0cc09640ac382b3b6e4e3bd38d78eb655e096a78fc777547a3b5e87df +size 524416 diff --git a/FootBones/labels/train_DX146_jpg.rf.1CkUjp9OUBUbaqnOAI33.npy b/FootBones/labels/train_DX146_jpg.rf.1CkUjp9OUBUbaqnOAI33.npy new file mode 100644 index 0000000000000000000000000000000000000000..88bd2a3934e75e2b79a1e8a31f7948fa580766c7 --- /dev/null +++ b/FootBones/labels/train_DX146_jpg.rf.1CkUjp9OUBUbaqnOAI33.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cd5ee0a5105aa81ab16a0869141fa3d8940dd0a14fefa65f44fb8485fd27e8d +size 524416 diff --git a/FootBones/labels/train_DX147_jpg.rf.q5EXdNhql3aEkaEMEqnc.npy b/FootBones/labels/train_DX147_jpg.rf.q5EXdNhql3aEkaEMEqnc.npy new file mode 100644 index 0000000000000000000000000000000000000000..19fbadfa739045ed78685aaf9975368a21a53247 --- /dev/null +++ b/FootBones/labels/train_DX147_jpg.rf.q5EXdNhql3aEkaEMEqnc.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4cfc6a943fb4a8d54d6375cac1480a00acafc728c91c2904b29f8fa01f7208d +size 524416 diff --git a/FootBones/labels/train_DX14_jpg.rf.65Mk0WbhBxAzdu1Ss8PH.npy b/FootBones/labels/train_DX14_jpg.rf.65Mk0WbhBxAzdu1Ss8PH.npy new file mode 100644 index 0000000000000000000000000000000000000000..6664af793fd0c992081642c0047a45acd9d65cf6 --- /dev/null +++ b/FootBones/labels/train_DX14_jpg.rf.65Mk0WbhBxAzdu1Ss8PH.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3587dea34e27eea3f5c54bea82a8108f7d67a5522230f4c95c34c40c48116fe2 +size 524416 diff --git a/FootBones/labels/train_DX153_jpg.rf.Q19vnjKO1UEHqdX73Pzv.npy b/FootBones/labels/train_DX153_jpg.rf.Q19vnjKO1UEHqdX73Pzv.npy new file mode 100644 index 0000000000000000000000000000000000000000..82976471b1e1fe9fb96f7a0d686ee4567bf63c12 --- /dev/null +++ b/FootBones/labels/train_DX153_jpg.rf.Q19vnjKO1UEHqdX73Pzv.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86cf3098c35ff9713e3ba8d9e451de835171fce37cf2c36ef60a155cd6714fde +size 524416 diff --git a/FootBones/labels/train_DX158_jpg.rf.pshzcBB3PzCHkgBvdyiB.npy b/FootBones/labels/train_DX158_jpg.rf.pshzcBB3PzCHkgBvdyiB.npy new file mode 100644 index 0000000000000000000000000000000000000000..584285da7bade36e1f7fadc59b85019e7bef0e69 --- /dev/null +++ b/FootBones/labels/train_DX158_jpg.rf.pshzcBB3PzCHkgBvdyiB.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5604ece631e7698d5ce2911319eacde77a3ddd5422d0403555d2ce0561a39b2d +size 524416 diff --git a/FootBones/labels/train_DX159_jpg.rf.cA2NJZ0F9i0LzEO5GUKX.npy b/FootBones/labels/train_DX159_jpg.rf.cA2NJZ0F9i0LzEO5GUKX.npy new file mode 100644 index 0000000000000000000000000000000000000000..40a3eae6cbd15b4bcb9dd0e4da95492292d10229 --- /dev/null +++ b/FootBones/labels/train_DX159_jpg.rf.cA2NJZ0F9i0LzEO5GUKX.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e607d58de93a54de291e5282c9c76bc9bc0697828ce096edc9efbc3cc2649f5c +size 524416 diff --git a/FootBones/labels/train_DX15_jpg.rf.LyqMhDtRZehpMRUx19L7.npy b/FootBones/labels/train_DX15_jpg.rf.LyqMhDtRZehpMRUx19L7.npy new file mode 100644 index 0000000000000000000000000000000000000000..d2a6a07c615ec015b3a9fa763960112e45a0ffbb --- /dev/null +++ b/FootBones/labels/train_DX15_jpg.rf.LyqMhDtRZehpMRUx19L7.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3026827b5fb2a31ca70de5541815771bc4cc395e0c0e0da41f65cd8b88bfa3ea +size 524416 diff --git a/FootBones/labels/train_DX160_jpg.rf.n04ltMVpOymuMMcoK4Xz.npy b/FootBones/labels/train_DX160_jpg.rf.n04ltMVpOymuMMcoK4Xz.npy new file mode 100644 index 0000000000000000000000000000000000000000..2d27b6c3ebf1ccdd9e5dfdc7384c8e13194c3e4d --- /dev/null +++ b/FootBones/labels/train_DX160_jpg.rf.n04ltMVpOymuMMcoK4Xz.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:013590b98eef3f6b65d0318fe68f4e5b9f35709086a5f2908c593ff99741650d +size 524416 diff --git a/FootBones/labels/train_DX161_jpg.rf.wWlpP6TAxXu9iklL4uMY.npy b/FootBones/labels/train_DX161_jpg.rf.wWlpP6TAxXu9iklL4uMY.npy new file mode 100644 index 0000000000000000000000000000000000000000..7e9ec843e2d486159f34b1771035bb7d30249e83 --- /dev/null +++ b/FootBones/labels/train_DX161_jpg.rf.wWlpP6TAxXu9iklL4uMY.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d26f957f385cd902fcf0dde6751693c18172e10a621f45fdecca3d5b1d138ca +size 524416 diff --git a/FootBones/labels/train_DX163_jpg.rf.TZBQA3NUQBrrgqvkdeQ5.npy b/FootBones/labels/train_DX163_jpg.rf.TZBQA3NUQBrrgqvkdeQ5.npy new file mode 100644 index 0000000000000000000000000000000000000000..3a1f98426fdf284d3d70ab88e5ee5ec1e87dae6a --- /dev/null +++ b/FootBones/labels/train_DX163_jpg.rf.TZBQA3NUQBrrgqvkdeQ5.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91cef7f40a2d70f0c621bd14efa9c22f40f60adc92e62cec345b1288e062f8ab +size 524416 diff --git a/FootBones/labels/train_DX164_jpg.rf.Ha7RQ7XyOUPVRGHakKMu.npy b/FootBones/labels/train_DX164_jpg.rf.Ha7RQ7XyOUPVRGHakKMu.npy new file mode 100644 index 0000000000000000000000000000000000000000..6feee6ea3d22e375a26c4cc2990cf8c630425bbe --- /dev/null +++ b/FootBones/labels/train_DX164_jpg.rf.Ha7RQ7XyOUPVRGHakKMu.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6657e283c3b6bb8b7067548f95b33b336daf0a49e2e2a826e473f19ad537a7b4 +size 524416 diff --git a/FootBones/labels/train_DX165_jpg.rf.aZCHq7pABw8hOiQ5PQeM.npy b/FootBones/labels/train_DX165_jpg.rf.aZCHq7pABw8hOiQ5PQeM.npy new file mode 100644 index 0000000000000000000000000000000000000000..d120174e33d7a305236e68409bde203e4e3a9628 --- /dev/null +++ b/FootBones/labels/train_DX165_jpg.rf.aZCHq7pABw8hOiQ5PQeM.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c877e13488b822d824268cbf73ec7ead4d9d7760453aa457ec193392e043380b +size 524416 diff --git a/FootBones/labels/train_DX166_jpg.rf.BUS5GEtLEEn5HYMowKzp.npy b/FootBones/labels/train_DX166_jpg.rf.BUS5GEtLEEn5HYMowKzp.npy new file mode 100644 index 0000000000000000000000000000000000000000..c3bd40350eadb51bdfc6bb87231fb722eb1c66f6 --- /dev/null +++ b/FootBones/labels/train_DX166_jpg.rf.BUS5GEtLEEn5HYMowKzp.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a058be7bb00d1edffe8745e62c4b29c9f2b2e6fe208ddc1531e81be436ef60f5 +size 524416 diff --git a/FootBones/labels/train_DX16_jpg.rf.Ki6lt5SygCcFF6FlVXhY.npy b/FootBones/labels/train_DX16_jpg.rf.Ki6lt5SygCcFF6FlVXhY.npy new file mode 100644 index 0000000000000000000000000000000000000000..bba36c21740cfbc749aba8be72b602b2fdacce52 --- /dev/null +++ b/FootBones/labels/train_DX16_jpg.rf.Ki6lt5SygCcFF6FlVXhY.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:251b694e28cb504760460a14aa47b599e8b0f3ad3b063a484636cfdb35efa857 +size 524416 diff --git a/FootBones/labels/train_DX170_jpg.rf.ajSVjcxLbTs3x6985aOT.npy b/FootBones/labels/train_DX170_jpg.rf.ajSVjcxLbTs3x6985aOT.npy new file mode 100644 index 0000000000000000000000000000000000000000..321dabf6014c1f5e48f35b246533a3eaa3bc9775 --- /dev/null +++ b/FootBones/labels/train_DX170_jpg.rf.ajSVjcxLbTs3x6985aOT.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69abbc5a095342ea2f181a58cee05ab0f941363512cdcc0176697c5c989a9bb1 +size 524416 diff --git a/FootBones/labels/train_DX171_jpg.rf.J7hmbEhDpZ7208S7WUIk.npy b/FootBones/labels/train_DX171_jpg.rf.J7hmbEhDpZ7208S7WUIk.npy new file mode 100644 index 0000000000000000000000000000000000000000..6abaa78e09109e2832b9bb62a281ab17c9f0e742 --- /dev/null +++ b/FootBones/labels/train_DX171_jpg.rf.J7hmbEhDpZ7208S7WUIk.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afc0fe8be243ac5f64a2ac232f09717fc6de2a5e765009f1164c72d7f89a99e9 +size 524416 diff --git a/FootBones/labels/train_DX172_jpg.rf.sixAKFPbwShub3vrGgCC.npy b/FootBones/labels/train_DX172_jpg.rf.sixAKFPbwShub3vrGgCC.npy new file mode 100644 index 0000000000000000000000000000000000000000..2ac9c3d556af71988728a0ed4c51b5859784491d --- /dev/null +++ b/FootBones/labels/train_DX172_jpg.rf.sixAKFPbwShub3vrGgCC.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57c83aeeb336325a815857d8a9acdcbd21fb24949fc0dd4ead31fd2f2505555f +size 524416 diff --git a/FootBones/labels/train_DX173_jpg.rf.8AyQa9TgIQvFZyLUo35s.npy b/FootBones/labels/train_DX173_jpg.rf.8AyQa9TgIQvFZyLUo35s.npy new file mode 100644 index 0000000000000000000000000000000000000000..fb6cae1cc5017584c24b03e2e6fa35a949e88e1e --- /dev/null +++ b/FootBones/labels/train_DX173_jpg.rf.8AyQa9TgIQvFZyLUo35s.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c188606e1def40aa398ca40418be2bf158e0bc58884f1ae8d8530973016f3dd4 +size 524416 diff --git a/FootBones/labels/train_DX174_jpg.rf.jF4n0xgVGoSHdsXXK5NI.npy b/FootBones/labels/train_DX174_jpg.rf.jF4n0xgVGoSHdsXXK5NI.npy new file mode 100644 index 0000000000000000000000000000000000000000..572418a68d0087a5a8af511ad4f903df726a2257 --- /dev/null +++ b/FootBones/labels/train_DX174_jpg.rf.jF4n0xgVGoSHdsXXK5NI.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa66f6148c2c285dec7f6e06cb337acfce171b0fb06f808fdfd9a6bf72f66a64 +size 524416 diff --git a/FootBones/labels/train_DX175_jpg.rf.MGePcBcO7bPgenLXuLdR.npy b/FootBones/labels/train_DX175_jpg.rf.MGePcBcO7bPgenLXuLdR.npy new file mode 100644 index 0000000000000000000000000000000000000000..4d2a50c9422d394b9fc394a701a0d0b4fdfeceef --- /dev/null +++ b/FootBones/labels/train_DX175_jpg.rf.MGePcBcO7bPgenLXuLdR.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f76d83bf20ed8d576b8d5eed940d77ded050a7d394fee1952cf176905848a6f +size 524416 diff --git a/FootBones/labels/train_DX176_jpg.rf.wCzfunRIAkhqddWc0P8n.npy b/FootBones/labels/train_DX176_jpg.rf.wCzfunRIAkhqddWc0P8n.npy new file mode 100644 index 0000000000000000000000000000000000000000..1f2c3a775af5cd9924ae657c2ba3ab26effd3286 --- /dev/null +++ b/FootBones/labels/train_DX176_jpg.rf.wCzfunRIAkhqddWc0P8n.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:975b923a6a75939d22bcfa18bde339f2119f45dc8f4bfc63e1c97b8bdc5940c5 +size 524416 diff --git a/FootBones/labels/train_DX177_jpg.rf.nxkFYhbMORqVRQmgaJqd.npy b/FootBones/labels/train_DX177_jpg.rf.nxkFYhbMORqVRQmgaJqd.npy new file mode 100644 index 0000000000000000000000000000000000000000..f8811b7d2d292e45fb1a0413e2182145c796fb93 --- /dev/null +++ b/FootBones/labels/train_DX177_jpg.rf.nxkFYhbMORqVRQmgaJqd.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71593ddd750fa6518907224aea3ed1136631144e20912144a9233c195288723d +size 524416 diff --git a/FootBones/labels/train_DX178_jpg.rf.jn4gFXHR1mFcQiuW0Iem.npy b/FootBones/labels/train_DX178_jpg.rf.jn4gFXHR1mFcQiuW0Iem.npy new file mode 100644 index 0000000000000000000000000000000000000000..1cbc6e1bd5513e318ec73da9a5ddc36681b641d8 --- /dev/null +++ b/FootBones/labels/train_DX178_jpg.rf.jn4gFXHR1mFcQiuW0Iem.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac4f799b38a5be7330b2eda3970b21550998b8615f0f72337e3105386a6a64a2 +size 524416 diff --git a/FootBones/labels/train_DX17_jpg.rf.zysBDL9omtuNTrAifFsh.npy b/FootBones/labels/train_DX17_jpg.rf.zysBDL9omtuNTrAifFsh.npy new file mode 100644 index 0000000000000000000000000000000000000000..6d0d52ec47454916e68f90200c7b9b62b7f955b4 --- /dev/null +++ b/FootBones/labels/train_DX17_jpg.rf.zysBDL9omtuNTrAifFsh.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aca8dccba584b1d75b0674952838e5745b0328bdbebff08776f8e3a47aa68b75 +size 524416 diff --git a/FootBones/labels/train_DX181_jpg.rf.RbZqpAgLL8EsN7oN9U8b.npy b/FootBones/labels/train_DX181_jpg.rf.RbZqpAgLL8EsN7oN9U8b.npy new file mode 100644 index 0000000000000000000000000000000000000000..4eaf518479407dc2e0c388771b4807308a35d35a --- /dev/null +++ b/FootBones/labels/train_DX181_jpg.rf.RbZqpAgLL8EsN7oN9U8b.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb5803cf05e98c1e19437928832213546eb67a51dd3e040aa96f7f5002a58d04 +size 524416 diff --git a/FootBones/labels/train_DX182_jpg.rf.NyvnZMzC06dxwXXCx0Ha.npy b/FootBones/labels/train_DX182_jpg.rf.NyvnZMzC06dxwXXCx0Ha.npy new file mode 100644 index 0000000000000000000000000000000000000000..80360345026ac87026f0262cc931b8facfc50019 --- /dev/null +++ b/FootBones/labels/train_DX182_jpg.rf.NyvnZMzC06dxwXXCx0Ha.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d739eea4c60d6953127a9727c1e9adc6c7bb24e874a222b8a7eb4b1ef6682820 +size 524416 diff --git a/FootBones/labels/train_DX183_jpg.rf.EbnPFvQwQXGuXxqCY2R8.npy b/FootBones/labels/train_DX183_jpg.rf.EbnPFvQwQXGuXxqCY2R8.npy new file mode 100644 index 0000000000000000000000000000000000000000..760080ccd373514268fc6041c76b09f378790945 --- /dev/null +++ b/FootBones/labels/train_DX183_jpg.rf.EbnPFvQwQXGuXxqCY2R8.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32dd61a64774e094f46a02b4d65c2bfd6551d868e98fadbbdb5152902c69fa03 +size 524416 diff --git a/FootBones/labels/train_DX185_jpg.rf.hU5w9T4xc2F9jE0TCrmK.npy b/FootBones/labels/train_DX185_jpg.rf.hU5w9T4xc2F9jE0TCrmK.npy new file mode 100644 index 0000000000000000000000000000000000000000..fac82839839f67c98d259576364f54417971259b --- /dev/null +++ b/FootBones/labels/train_DX185_jpg.rf.hU5w9T4xc2F9jE0TCrmK.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1ac14e42d0cffad6277bfd17fc7be0c2feac75a076c5413d1e40708adbe74a4 +size 524416 diff --git a/FootBones/labels/train_DX186_jpg.rf.0tH2uijzTiyu34KWzzyD.npy b/FootBones/labels/train_DX186_jpg.rf.0tH2uijzTiyu34KWzzyD.npy new file mode 100644 index 0000000000000000000000000000000000000000..e460ac59ae72ee01cc9c504ae42b8aa8f5dbed1b --- /dev/null +++ b/FootBones/labels/train_DX186_jpg.rf.0tH2uijzTiyu34KWzzyD.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ed533db852e3ad57e78e1fe6b86243c8077c5fda43abb1c441f19f1db07e687 +size 524416 diff --git a/FootBones/labels/train_DX18_jpg.rf.GVXokL8hDgDddVsuNlnL.npy b/FootBones/labels/train_DX18_jpg.rf.GVXokL8hDgDddVsuNlnL.npy new file mode 100644 index 0000000000000000000000000000000000000000..c1be321cdcbce7bdf60c2a9d87285ef901fc32fc --- /dev/null +++ b/FootBones/labels/train_DX18_jpg.rf.GVXokL8hDgDddVsuNlnL.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:955a5d28524800048c19f49dd97980310cfa989ff248e130660a82a57c60f389 +size 524416 diff --git a/FootBones/labels/train_DX190_jpg.rf.wABZhZAuWRuSAVo7B09g.npy b/FootBones/labels/train_DX190_jpg.rf.wABZhZAuWRuSAVo7B09g.npy new file mode 100644 index 0000000000000000000000000000000000000000..6537552b904f9b91313ba66d799dc3e30aa62b3a --- /dev/null +++ b/FootBones/labels/train_DX190_jpg.rf.wABZhZAuWRuSAVo7B09g.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dfea601b515f6d77e876055378f4dfd45d4e3c195063f0ff065de9548bef878 +size 524416 diff --git a/FootBones/labels/train_DX191_jpg.rf.BCoVfstHYzjLInh7S1OU.npy b/FootBones/labels/train_DX191_jpg.rf.BCoVfstHYzjLInh7S1OU.npy new file mode 100644 index 0000000000000000000000000000000000000000..b7c8d9bcd9b617ae7b8d51ea97183ae98a8c3bee --- /dev/null +++ b/FootBones/labels/train_DX191_jpg.rf.BCoVfstHYzjLInh7S1OU.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec84e82d3fad62f32258c6d77a55d3b26614a4a585ac5462056a662b93133127 +size 524416 diff --git a/FootBones/labels/train_DX194_jpg.rf.GgQ5QlYBR0OllNwKWSOn.npy b/FootBones/labels/train_DX194_jpg.rf.GgQ5QlYBR0OllNwKWSOn.npy new file mode 100644 index 0000000000000000000000000000000000000000..fccd35753e143c95ec6134440b358048aad5d38c --- /dev/null +++ b/FootBones/labels/train_DX194_jpg.rf.GgQ5QlYBR0OllNwKWSOn.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e66bebc12a4400ff05a581d00d9a21ed4eaa36215566cd96a2f98fd43a49332c +size 524416 diff --git a/FootBones/labels/train_DX196_jpg.rf.eNgzcTElnVK1DC66h3EM.npy b/FootBones/labels/train_DX196_jpg.rf.eNgzcTElnVK1DC66h3EM.npy new file mode 100644 index 0000000000000000000000000000000000000000..42d5830e1afc30a0c285b6116e53988763147db2 --- /dev/null +++ b/FootBones/labels/train_DX196_jpg.rf.eNgzcTElnVK1DC66h3EM.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:992b2258f7d40aae3e9034e3f8c8d5f06b6dc548fcaa4be05bcda777f9f09730 +size 524416 diff --git a/FootBones/labels/train_DX198_jpg.rf.ZtzereEfeTu6glZh1AbY.npy b/FootBones/labels/train_DX198_jpg.rf.ZtzereEfeTu6glZh1AbY.npy new file mode 100644 index 0000000000000000000000000000000000000000..359c161de82a30985bda3de5af20c79562eb0fe8 --- /dev/null +++ b/FootBones/labels/train_DX198_jpg.rf.ZtzereEfeTu6glZh1AbY.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:915cdd71ff515509e90be0073027066e5f6c876e09e061a6f8c35c999fec54c1 +size 524416 diff --git a/FootBones/labels/train_DX19_jpg.rf.gRTqkFGoYIgcsbCFlBGM.npy b/FootBones/labels/train_DX19_jpg.rf.gRTqkFGoYIgcsbCFlBGM.npy new file mode 100644 index 0000000000000000000000000000000000000000..2b1287b9e2afd5bab4153e965f6453ef27af0dc4 --- /dev/null +++ b/FootBones/labels/train_DX19_jpg.rf.gRTqkFGoYIgcsbCFlBGM.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aafa2d8e9f4370fc22fd14655a0ef2cf6f8d79d350961354a2df99a0ee64003 +size 524416 diff --git a/FootBones/labels/train_DX1_jpg.rf.204EPK4jnxViwzwHel6U.npy b/FootBones/labels/train_DX1_jpg.rf.204EPK4jnxViwzwHel6U.npy new file mode 100644 index 0000000000000000000000000000000000000000..d9ed654b4f4100ece191a9a158a70d5f10ffa68b --- /dev/null +++ b/FootBones/labels/train_DX1_jpg.rf.204EPK4jnxViwzwHel6U.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59d5c0b3840d13038ef51b819c0bc8dc078ca755067c71de2095bf5a133a7690 +size 524416 diff --git a/FootBones/labels/train_DX200_jpg.rf.GOx4l6O68MTKPSkrcHDK.npy b/FootBones/labels/train_DX200_jpg.rf.GOx4l6O68MTKPSkrcHDK.npy new file mode 100644 index 0000000000000000000000000000000000000000..7aded0c2ee15d85aa7b766e7bb3073cad8f1d3d1 --- /dev/null +++ b/FootBones/labels/train_DX200_jpg.rf.GOx4l6O68MTKPSkrcHDK.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36789cad92dd722cdc1fc75517a31f49d3a14ae04e63abb0321c87cdd9587895 +size 524416 diff --git a/FootBones/labels/train_DX202_jpg.rf.QNICJ0vLI9SlVIhqfqul.npy b/FootBones/labels/train_DX202_jpg.rf.QNICJ0vLI9SlVIhqfqul.npy new file mode 100644 index 0000000000000000000000000000000000000000..6235b7292f63cf23a72004d3651bec8cce428ffe --- /dev/null +++ b/FootBones/labels/train_DX202_jpg.rf.QNICJ0vLI9SlVIhqfqul.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9e48b5d57dffd210ae5ec0c19b3c172bbf25a063b34be8dd5f89dea54d4f180 +size 524416 diff --git a/FootBones/labels/train_DX203_jpg.rf.Ks6QiwRe0CbzWqy2Xa4q.npy b/FootBones/labels/train_DX203_jpg.rf.Ks6QiwRe0CbzWqy2Xa4q.npy new file mode 100644 index 0000000000000000000000000000000000000000..9f814a690e5553820792e2c05cdb4cc06fe50bb2 --- /dev/null +++ b/FootBones/labels/train_DX203_jpg.rf.Ks6QiwRe0CbzWqy2Xa4q.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ed41777230238cea8b3a194b9fa9be6372b10ee0e19781cff7a13db7ca94a2f +size 524416 diff --git a/FootBones/labels/train_DX204_jpg.rf.actLd6LHc0faq0Ml6CVV.npy b/FootBones/labels/train_DX204_jpg.rf.actLd6LHc0faq0Ml6CVV.npy new file mode 100644 index 0000000000000000000000000000000000000000..d19f815e7306cd9ee4a9e6f907818da5f5ad7282 --- /dev/null +++ b/FootBones/labels/train_DX204_jpg.rf.actLd6LHc0faq0Ml6CVV.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d86bb1a55f4ec3b2070c8c3702917ffcb73851ff6d5f2bf583d1e7097b877c3 +size 524416 diff --git a/FootBones/labels/train_DX206_jpg.rf.sH9M1aOMUi1wIuwt7VKE.npy b/FootBones/labels/train_DX206_jpg.rf.sH9M1aOMUi1wIuwt7VKE.npy new file mode 100644 index 0000000000000000000000000000000000000000..76c5273533c4aaaf8779431172b8968c2155277d --- /dev/null +++ b/FootBones/labels/train_DX206_jpg.rf.sH9M1aOMUi1wIuwt7VKE.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26e367e8f073d77836b30e8819b6143fb2776b5eeb7dc0312ca8dfd68fc0fa1c +size 524416 diff --git a/FootBones/labels/train_DX207_jpg.rf.No5Jfa68QE2OEAonRe3r.npy b/FootBones/labels/train_DX207_jpg.rf.No5Jfa68QE2OEAonRe3r.npy new file mode 100644 index 0000000000000000000000000000000000000000..e11e96ec4d49376b78e6eea30f12da41fe93f861 --- /dev/null +++ b/FootBones/labels/train_DX207_jpg.rf.No5Jfa68QE2OEAonRe3r.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c23bf3cb4cdd473e33faafb567ab2b5078246973294fb7be7c853674fdb7653 +size 524416 diff --git a/FootBones/labels/train_DX208_jpg.rf.C3pzuoZqGwGNQk6OminW.npy b/FootBones/labels/train_DX208_jpg.rf.C3pzuoZqGwGNQk6OminW.npy new file mode 100644 index 0000000000000000000000000000000000000000..559a73e979badb2085339725e0ad76593a1d6045 --- /dev/null +++ b/FootBones/labels/train_DX208_jpg.rf.C3pzuoZqGwGNQk6OminW.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c852d7f40f48681854dcdb97237efece75d16ea38feeb42ed4a9c4d62e24e17 +size 524416 diff --git a/FootBones/labels/train_DX20_jpg.rf.jaaGoD1sht8sDRzFoHnG.npy b/FootBones/labels/train_DX20_jpg.rf.jaaGoD1sht8sDRzFoHnG.npy new file mode 100644 index 0000000000000000000000000000000000000000..114d26fd03819599e79297eb0ea63e3a19c26024 --- /dev/null +++ b/FootBones/labels/train_DX20_jpg.rf.jaaGoD1sht8sDRzFoHnG.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c322da7d50003698bdceefedfdaebf20658aa02273605ab7313378a4c71c8490 +size 524416 diff --git a/FootBones/labels/train_DX210_jpg.rf.ArK9BhoMlEFs5gfHOrRE.npy b/FootBones/labels/train_DX210_jpg.rf.ArK9BhoMlEFs5gfHOrRE.npy new file mode 100644 index 0000000000000000000000000000000000000000..15bac215f0e41ea3c5419373b526fd01a44c4e1d --- /dev/null +++ b/FootBones/labels/train_DX210_jpg.rf.ArK9BhoMlEFs5gfHOrRE.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0f1f3f20d6c7f6347322061c0308f48bf8d2c833b70292baa1f8b2eb56176b5 +size 524416 diff --git a/FootBones/labels/train_DX211_jpg.rf.lC2onoIgfhAYY8mOO3TP.npy b/FootBones/labels/train_DX211_jpg.rf.lC2onoIgfhAYY8mOO3TP.npy new file mode 100644 index 0000000000000000000000000000000000000000..14e780c02e6aa64f37ae98986a138d3a9fc9b440 --- /dev/null +++ b/FootBones/labels/train_DX211_jpg.rf.lC2onoIgfhAYY8mOO3TP.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62a61a96b4574313bea724596d4f3447a909f796998c59c373b1c2aa943e2044 +size 524416 diff --git a/FootBones/labels/train_DX212_jpg.rf.K2RjPl2E5cP3FXBqxEYI.npy b/FootBones/labels/train_DX212_jpg.rf.K2RjPl2E5cP3FXBqxEYI.npy new file mode 100644 index 0000000000000000000000000000000000000000..c586a111f833ef3d148c8b7772b15ff98fb70d75 --- /dev/null +++ b/FootBones/labels/train_DX212_jpg.rf.K2RjPl2E5cP3FXBqxEYI.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d5aac05e7dc95b8b6aefb40c72f0b6ea650666cc82949f8f897b3db3d844e30 +size 524416 diff --git a/FootBones/labels/train_DX213_jpg.rf.gvxQ42nOLlTMR6IK3BJC.npy b/FootBones/labels/train_DX213_jpg.rf.gvxQ42nOLlTMR6IK3BJC.npy new file mode 100644 index 0000000000000000000000000000000000000000..404eb48a000a159c28636fa1b513e1288487e93b --- /dev/null +++ b/FootBones/labels/train_DX213_jpg.rf.gvxQ42nOLlTMR6IK3BJC.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65157058da9fb7358d3a7fa10ab888aad514b7e5882d160d6ad05c2947ddc497 +size 524416 diff --git a/FootBones/labels/train_DX215_jpg.rf.iRsWyNiHYG3QGgcGjiA8.npy b/FootBones/labels/train_DX215_jpg.rf.iRsWyNiHYG3QGgcGjiA8.npy new file mode 100644 index 0000000000000000000000000000000000000000..1b9f0cfd762e2dee989ea2cf5e03f73aaad233af --- /dev/null +++ b/FootBones/labels/train_DX215_jpg.rf.iRsWyNiHYG3QGgcGjiA8.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9c0050b004cb183c3acaaf8522cddf0bc8836af7c9654922cafd56595f4cb67 +size 524416 diff --git a/FootBones/labels/train_DX216_jpg.rf.71n0yyF9yVEXFssDmZJI.npy b/FootBones/labels/train_DX216_jpg.rf.71n0yyF9yVEXFssDmZJI.npy new file mode 100644 index 0000000000000000000000000000000000000000..8b5f7871316082201d0aebad5db9641006b7f042 --- /dev/null +++ b/FootBones/labels/train_DX216_jpg.rf.71n0yyF9yVEXFssDmZJI.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84759643b90d4bcc8a66f83d3c4b119d5943a72153e2eacc5bb63c7201088f9a +size 524416 diff --git a/FootBones/labels/train_DX218_jpg.rf.fEcglmCrHyTk1ePnWikz.npy b/FootBones/labels/train_DX218_jpg.rf.fEcglmCrHyTk1ePnWikz.npy new file mode 100644 index 0000000000000000000000000000000000000000..bbe02f65e3e76abbe4a6b4be5d51ed8d71f5db12 --- /dev/null +++ b/FootBones/labels/train_DX218_jpg.rf.fEcglmCrHyTk1ePnWikz.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:183a335489a82005da508645d8712f6e9a8d8d942e09e939bfabbd4450cb48cc +size 524416 diff --git a/FootBones/labels/train_DX21_jpg.rf.MtKVkWFiHcx3TLL7Lf70.npy b/FootBones/labels/train_DX21_jpg.rf.MtKVkWFiHcx3TLL7Lf70.npy new file mode 100644 index 0000000000000000000000000000000000000000..4b6dbcc47c436c1b1cdbf12261e8f63be73c8fa9 --- /dev/null +++ b/FootBones/labels/train_DX21_jpg.rf.MtKVkWFiHcx3TLL7Lf70.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1017c322dc0a541cd9522fa9764c39beb7fcf80f9226b562ce2774d2e667740f +size 524416 diff --git a/FootBones/labels/train_DX221_jpg.rf.mVQunxp7jXkCePQxxDZ2.npy b/FootBones/labels/train_DX221_jpg.rf.mVQunxp7jXkCePQxxDZ2.npy new file mode 100644 index 0000000000000000000000000000000000000000..00dabd44286fd2691f20e1113b01f56eb56c0420 --- /dev/null +++ b/FootBones/labels/train_DX221_jpg.rf.mVQunxp7jXkCePQxxDZ2.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01a0a7e634a65e27a49daf2bf79930a632ebd69ee0b9e3732a5acc50484c74a6 +size 524416 diff --git a/FootBones/labels/train_DX222_jpg.rf.n6f1gpsGE0WdAIoMpmtq.npy b/FootBones/labels/train_DX222_jpg.rf.n6f1gpsGE0WdAIoMpmtq.npy new file mode 100644 index 0000000000000000000000000000000000000000..d99a3ea1ce65d441dddff1cc3d46e4273a15d1a4 --- /dev/null +++ b/FootBones/labels/train_DX222_jpg.rf.n6f1gpsGE0WdAIoMpmtq.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aeabd3ded88f8d92c827e43c957d3e8f1384298af2a5d2b6ca703de8edd832f +size 524416 diff --git a/FootBones/labels/train_DX225_jpg.rf.x1Id7DVeINNugulETMUZ.npy b/FootBones/labels/train_DX225_jpg.rf.x1Id7DVeINNugulETMUZ.npy new file mode 100644 index 0000000000000000000000000000000000000000..ca1f464a7b54a127c0f26257b05cafc6590bea32 --- /dev/null +++ b/FootBones/labels/train_DX225_jpg.rf.x1Id7DVeINNugulETMUZ.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb16d81d3c4a523dadadb59b9a203640f65679be213c3cdbce31596df3d68b4b +size 524416 diff --git a/FootBones/labels/train_DX228_jpg.rf.sUOfjTbg6plvz88q2VHg.npy b/FootBones/labels/train_DX228_jpg.rf.sUOfjTbg6plvz88q2VHg.npy new file mode 100644 index 0000000000000000000000000000000000000000..e420d1a1dd62378b0cb01b03210c57e4c020b0b3 --- /dev/null +++ b/FootBones/labels/train_DX228_jpg.rf.sUOfjTbg6plvz88q2VHg.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09420ba89695f8735c95b5bd87a028288d987b3fa01714bc57e528d4aa2b6ec4 +size 524416 diff --git a/FootBones/labels/train_DX22_jpg.rf.oXA0TgheFz6j9Q1dZb4L.npy b/FootBones/labels/train_DX22_jpg.rf.oXA0TgheFz6j9Q1dZb4L.npy new file mode 100644 index 0000000000000000000000000000000000000000..e5e062b6dcd3e2af560384e6be280a7cd2bf2f85 --- /dev/null +++ b/FootBones/labels/train_DX22_jpg.rf.oXA0TgheFz6j9Q1dZb4L.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b02ef9a2ce1e7fb8ac6d45ae1695f42b5a98bec6674f488ef00f1fb84d6771c +size 524416 diff --git a/FootBones/labels/train_DX230_jpg.rf.wb5MiRJppczElHn0ttQ1.npy b/FootBones/labels/train_DX230_jpg.rf.wb5MiRJppczElHn0ttQ1.npy new file mode 100644 index 0000000000000000000000000000000000000000..63246fde55ab91e69111f2d47280213a7f770063 --- /dev/null +++ b/FootBones/labels/train_DX230_jpg.rf.wb5MiRJppczElHn0ttQ1.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b30f69f332e77120abb64120c46d02e04fca4849b23f0da5f21f1220e0c97c2 +size 524416 diff --git a/FootBones/labels/train_DX231_jpg.rf.LSAcGMbgrRmIyKgj7lx3.npy b/FootBones/labels/train_DX231_jpg.rf.LSAcGMbgrRmIyKgj7lx3.npy new file mode 100644 index 0000000000000000000000000000000000000000..d97a9d3a9fdc8e34c8d8ad778ede7250951e2219 --- /dev/null +++ b/FootBones/labels/train_DX231_jpg.rf.LSAcGMbgrRmIyKgj7lx3.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:593a34806ff9674e75730585afa7517012e904f73a41fd8f804d42010bcd02b5 +size 524416 diff --git a/FootBones/labels/train_DX233_jpg.rf.vE4um3gpRa5T2cWBck5u.npy b/FootBones/labels/train_DX233_jpg.rf.vE4um3gpRa5T2cWBck5u.npy new file mode 100644 index 0000000000000000000000000000000000000000..2a3cdf921964edb648e60e9dfd029878913faf71 --- /dev/null +++ b/FootBones/labels/train_DX233_jpg.rf.vE4um3gpRa5T2cWBck5u.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23379047c8ba5442328a1436571946672f79a8bc76ade124c1904d75c9661492 +size 524416 diff --git a/FootBones/labels/train_DX238_jpg.rf.3F0hFcoXCc4c8IjW4agP.npy b/FootBones/labels/train_DX238_jpg.rf.3F0hFcoXCc4c8IjW4agP.npy new file mode 100644 index 0000000000000000000000000000000000000000..658e224df8b6fc3577b86559605e8e13fce4ca4f --- /dev/null +++ b/FootBones/labels/train_DX238_jpg.rf.3F0hFcoXCc4c8IjW4agP.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e06744d2a64c210c197393a38ae49a108b1fc8d56c342046c91fff5ca8471a02 +size 524416 diff --git a/FootBones/labels/train_DX239_jpg.rf.xj4mQR5B8zZzN8o2Am0U.npy b/FootBones/labels/train_DX239_jpg.rf.xj4mQR5B8zZzN8o2Am0U.npy new file mode 100644 index 0000000000000000000000000000000000000000..56161471a5f6550d1cc01d5cbd4c269062e55575 --- /dev/null +++ b/FootBones/labels/train_DX239_jpg.rf.xj4mQR5B8zZzN8o2Am0U.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:852f0c71178a311b311dbed84945f49e81da6beb188f07b8018cbd6322772308 +size 524416 diff --git a/FootBones/labels/train_DX23_jpg.rf.ikWf6c6Kj6ikwKdogM9p.npy b/FootBones/labels/train_DX23_jpg.rf.ikWf6c6Kj6ikwKdogM9p.npy new file mode 100644 index 0000000000000000000000000000000000000000..23b78adf7fb40e3659fc3a52f936b3a3fa42ea88 --- /dev/null +++ b/FootBones/labels/train_DX23_jpg.rf.ikWf6c6Kj6ikwKdogM9p.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d178e48a56f6d2b7e0d57f044460515f2733b239ab5ed5f32e54ec7830feab3c +size 524416 diff --git a/FootBones/labels/train_DX240_jpg.rf.ExUCWFNgflGuobZzaG37.npy b/FootBones/labels/train_DX240_jpg.rf.ExUCWFNgflGuobZzaG37.npy new file mode 100644 index 0000000000000000000000000000000000000000..88e8c18e70d2ade6e4582d633131e079f1515dc7 --- /dev/null +++ b/FootBones/labels/train_DX240_jpg.rf.ExUCWFNgflGuobZzaG37.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd8a124f3109d3509efdecfdc56c15bcdf07e563f8039ecfe0f89c1be91bd100 +size 524416 diff --git a/FootBones/labels/train_DX242_jpg.rf.5dhWDiORfk2PpEeYsBhs.npy b/FootBones/labels/train_DX242_jpg.rf.5dhWDiORfk2PpEeYsBhs.npy new file mode 100644 index 0000000000000000000000000000000000000000..5d75d417c5d7e068a8d7951bc4819fff211c8b7d --- /dev/null +++ b/FootBones/labels/train_DX242_jpg.rf.5dhWDiORfk2PpEeYsBhs.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ac24bf77d87cbc6ebc301680dc94d9534365e4d97ec1af53a9e00335bc75415 +size 524416 diff --git a/FootBones/labels/train_DX243_jpg.rf.eBeAFk2rJvostzCYWrNy.npy b/FootBones/labels/train_DX243_jpg.rf.eBeAFk2rJvostzCYWrNy.npy new file mode 100644 index 0000000000000000000000000000000000000000..215ae2de64ea511ccf22a3001358347f22a5164e --- /dev/null +++ b/FootBones/labels/train_DX243_jpg.rf.eBeAFk2rJvostzCYWrNy.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af81a6e112c35ff5a9b5a0d8adc25df0259e90eaf28cdb1f7026930c5b032d1d +size 524416 diff --git a/FootBones/labels/train_DX245_jpg.rf.dDw6OMLzsJrSvSyROmkf.npy b/FootBones/labels/train_DX245_jpg.rf.dDw6OMLzsJrSvSyROmkf.npy new file mode 100644 index 0000000000000000000000000000000000000000..2a3fdcc2bc1aa11a01095fe8faf7de2ed9386e4c --- /dev/null +++ b/FootBones/labels/train_DX245_jpg.rf.dDw6OMLzsJrSvSyROmkf.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbc15d07c3ad2d21378ba3b1748df97a074e8738aa052226e772fe85a7f07823 +size 524416 diff --git a/FootBones/labels/train_DX247_jpg.rf.WuCerQv2pBjIoUHHIOJD.npy b/FootBones/labels/train_DX247_jpg.rf.WuCerQv2pBjIoUHHIOJD.npy new file mode 100644 index 0000000000000000000000000000000000000000..b84b61d8d51d6cb532773900b44427288c904f01 --- /dev/null +++ b/FootBones/labels/train_DX247_jpg.rf.WuCerQv2pBjIoUHHIOJD.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b00e5025f99424f90adfe1edc26cd1c6b65249a188d20bc9b82282cef655cbe9 +size 524416 diff --git a/FootBones/labels/train_DX248_jpg.rf.YevTXlZnxMgtgGbWbnUw.npy b/FootBones/labels/train_DX248_jpg.rf.YevTXlZnxMgtgGbWbnUw.npy new file mode 100644 index 0000000000000000000000000000000000000000..69a657eb24737e4a2dd0306e97129ebd62569750 --- /dev/null +++ b/FootBones/labels/train_DX248_jpg.rf.YevTXlZnxMgtgGbWbnUw.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5e47aa43d90964ed7afeff8f81102a3ceaea0bcfb6be564ddaa6dc92cd3f5ad +size 524416 diff --git a/FootBones/labels/train_DX24_jpg.rf.TLrGQoXhroJVZYOpeD54.npy b/FootBones/labels/train_DX24_jpg.rf.TLrGQoXhroJVZYOpeD54.npy new file mode 100644 index 0000000000000000000000000000000000000000..79de1cfbea566c0a6a20db1c1e5812bc0e8486b7 --- /dev/null +++ b/FootBones/labels/train_DX24_jpg.rf.TLrGQoXhroJVZYOpeD54.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a7571cbc7d0a4fa1f50675eb828857c74b83c0fc9e642280dd4a0cadeef17f6 +size 524416 diff --git a/FootBones/labels/train_DX251_jpg.rf.GJMwwNivY6rG70nqmKEC.npy b/FootBones/labels/train_DX251_jpg.rf.GJMwwNivY6rG70nqmKEC.npy new file mode 100644 index 0000000000000000000000000000000000000000..f2dd79081bd668e1d58ea76004954c31bfc4e177 --- /dev/null +++ b/FootBones/labels/train_DX251_jpg.rf.GJMwwNivY6rG70nqmKEC.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:534e337b184ea5ec0310b1e686c047db4bad49087d11c4d8bba3b955f1ee55ad +size 524416 diff --git a/FootBones/labels/train_DX253_jpg.rf.d3Ih4wcyb3bHJNkAnTxI.npy b/FootBones/labels/train_DX253_jpg.rf.d3Ih4wcyb3bHJNkAnTxI.npy new file mode 100644 index 0000000000000000000000000000000000000000..296aba75a2e5f2797891e1effcbc8a124ba735da --- /dev/null +++ b/FootBones/labels/train_DX253_jpg.rf.d3Ih4wcyb3bHJNkAnTxI.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e14753b6afbaf8924a8349856fc7ab7159974c0ba30440cad571f11fbb0e3aac +size 524416 diff --git a/FootBones/labels/train_DX254_jpg.rf.BdUIrRw3R4iuP9qt4vM5.npy b/FootBones/labels/train_DX254_jpg.rf.BdUIrRw3R4iuP9qt4vM5.npy new file mode 100644 index 0000000000000000000000000000000000000000..02a13ed9688ff4cdc66fd8228b18b6b04bde5639 --- /dev/null +++ b/FootBones/labels/train_DX254_jpg.rf.BdUIrRw3R4iuP9qt4vM5.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6a903b0259cec8788e6b3b162e951c423fcf381f561b7649b69f9754be965e7 +size 524416 diff --git a/FootBones/labels/train_DX256_jpg.rf.bkN1K3PZih7RPEi5WthB.npy b/FootBones/labels/train_DX256_jpg.rf.bkN1K3PZih7RPEi5WthB.npy new file mode 100644 index 0000000000000000000000000000000000000000..44dea9ccafa99a99ed3bd11854549da7d649594b --- /dev/null +++ b/FootBones/labels/train_DX256_jpg.rf.bkN1K3PZih7RPEi5WthB.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afef999658554f144fcc7df9e4b2298478cad171ddfb242645c15dee702dbf1f +size 524416 diff --git a/FootBones/labels/train_DX258_jpg.rf.YTOIEQknbL5bXnHQ6eKB.npy b/FootBones/labels/train_DX258_jpg.rf.YTOIEQknbL5bXnHQ6eKB.npy new file mode 100644 index 0000000000000000000000000000000000000000..a9b3922a5e5860e33d6de1d5ab55b09dc95afc94 --- /dev/null +++ b/FootBones/labels/train_DX258_jpg.rf.YTOIEQknbL5bXnHQ6eKB.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d1baa61b329fea492ecbe03acd74380cbae9d46fcab5d0f1959b005d3bc5588 +size 524416 diff --git a/FootBones/labels/train_DX259_jpg.rf.1oyGCwgx0ZiXWwZdbsU2.npy b/FootBones/labels/train_DX259_jpg.rf.1oyGCwgx0ZiXWwZdbsU2.npy new file mode 100644 index 0000000000000000000000000000000000000000..9873a090f2373f4e6e252113b41d5b51a02ccc87 --- /dev/null +++ b/FootBones/labels/train_DX259_jpg.rf.1oyGCwgx0ZiXWwZdbsU2.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:263989d18a4e320f6959bd37a5e060020f01f6aac2905826bebf908e247e9be7 +size 524416 diff --git a/FootBones/labels/train_DX25_jpg.rf.jZbr1UJyigvLsocTQ3hD.npy b/FootBones/labels/train_DX25_jpg.rf.jZbr1UJyigvLsocTQ3hD.npy new file mode 100644 index 0000000000000000000000000000000000000000..e80e567214bef555df945a57bf7e6bdf86c74e1b --- /dev/null +++ b/FootBones/labels/train_DX25_jpg.rf.jZbr1UJyigvLsocTQ3hD.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac6dd6da603ae8e18bdd6ce7d62937acb37bb5038bd9d9f41756e186257a3fd5 +size 524416 diff --git a/FootBones/labels/train_DX260_jpg.rf.nWquOuXaofrUXPbhENXJ.npy b/FootBones/labels/train_DX260_jpg.rf.nWquOuXaofrUXPbhENXJ.npy new file mode 100644 index 0000000000000000000000000000000000000000..9140839efb6baacaadadfd6a3ed85efb529ca69e --- /dev/null +++ b/FootBones/labels/train_DX260_jpg.rf.nWquOuXaofrUXPbhENXJ.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8567ad91c0e0272ec27a121db0934cd536367e6025bca3873f678735802694b +size 524416 diff --git a/FootBones/labels/train_DX262_jpg.rf.lm985765HKQgHLw799AZ.npy b/FootBones/labels/train_DX262_jpg.rf.lm985765HKQgHLw799AZ.npy new file mode 100644 index 0000000000000000000000000000000000000000..5dc561f50645a00abcbef11bcdb94a092041a530 --- /dev/null +++ b/FootBones/labels/train_DX262_jpg.rf.lm985765HKQgHLw799AZ.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a56d19fda28a6b8e98117b0f97f9676d6f30f44cafcc28d7eb1fca33653d3c4e +size 524416 diff --git a/FootBones/labels/train_DX263_jpg.rf.B1kilPKKtGxmPxAtvPXQ.npy b/FootBones/labels/train_DX263_jpg.rf.B1kilPKKtGxmPxAtvPXQ.npy new file mode 100644 index 0000000000000000000000000000000000000000..d89e7152a2bc3be1d4787e5cb20425163a57a618 --- /dev/null +++ b/FootBones/labels/train_DX263_jpg.rf.B1kilPKKtGxmPxAtvPXQ.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d79e7e3a22ecccd7a45631b2c548df98bf88ea2bc80860fca32ff0e106cb8fd2 +size 524416 diff --git a/FootBones/labels/train_DX264_jpg.rf.FFzOZuFVd6DYU2cHyuK6.npy b/FootBones/labels/train_DX264_jpg.rf.FFzOZuFVd6DYU2cHyuK6.npy new file mode 100644 index 0000000000000000000000000000000000000000..27fa118e66ed95ca5ab580cc33eead9c245cf374 --- /dev/null +++ b/FootBones/labels/train_DX264_jpg.rf.FFzOZuFVd6DYU2cHyuK6.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e56124d64b9c4407d0d873cb8999e7c66760aa935b15b5abe2d030f1e70302c3 +size 524416 diff --git a/FootBones/labels/train_DX265_jpg.rf.ExBjbEERUmSf0rZvPTVY.npy b/FootBones/labels/train_DX265_jpg.rf.ExBjbEERUmSf0rZvPTVY.npy new file mode 100644 index 0000000000000000000000000000000000000000..91547bb4239614b1820d4a87f479897d4ae7a12e --- /dev/null +++ b/FootBones/labels/train_DX265_jpg.rf.ExBjbEERUmSf0rZvPTVY.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe58b1cc1300784b1c06486bef7daa0e09016eaf89e88fc7a614423d37f62191 +size 524416 diff --git a/FootBones/labels/train_DX266_jpg.rf.jxdFOTEtkQJB5yA4ZUSp.npy b/FootBones/labels/train_DX266_jpg.rf.jxdFOTEtkQJB5yA4ZUSp.npy new file mode 100644 index 0000000000000000000000000000000000000000..390348e7a4ff1f391b4f043b0b99c50616a37f2d --- /dev/null +++ b/FootBones/labels/train_DX266_jpg.rf.jxdFOTEtkQJB5yA4ZUSp.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08f461b3c71f3936448c6d8c0b06aaf633c37eee0b6735f07deb47d27a4d3b43 +size 524416 diff --git a/FootBones/labels/train_DX269_jpg.rf.oe4VL5BYEVh5qQkWsaWT.npy b/FootBones/labels/train_DX269_jpg.rf.oe4VL5BYEVh5qQkWsaWT.npy new file mode 100644 index 0000000000000000000000000000000000000000..f3d244fcc8b6758438508e32c9ffd520a96e4ac8 --- /dev/null +++ b/FootBones/labels/train_DX269_jpg.rf.oe4VL5BYEVh5qQkWsaWT.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56b5777786993c4655bfcce6908d0d73e8016ddf04aabe92d0a13477aa932e20 +size 524416 diff --git a/FootBones/labels/train_DX272_jpg.rf.hBjZuIy4HbGASFFut2wd.npy b/FootBones/labels/train_DX272_jpg.rf.hBjZuIy4HbGASFFut2wd.npy new file mode 100644 index 0000000000000000000000000000000000000000..a126cb65644ab9029d2377292b9e2c17768dca2b --- /dev/null +++ b/FootBones/labels/train_DX272_jpg.rf.hBjZuIy4HbGASFFut2wd.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7932215064eed170a6f7cf5946dcae31632d228a7758b08c1b9279b4330785be +size 524416 diff --git a/FootBones/labels/train_DX273_jpg.rf.jvjYRq2Nn0iHk7eN8b6S.npy b/FootBones/labels/train_DX273_jpg.rf.jvjYRq2Nn0iHk7eN8b6S.npy new file mode 100644 index 0000000000000000000000000000000000000000..66a20328145c38489c8e414d993784f687bf8adc --- /dev/null +++ b/FootBones/labels/train_DX273_jpg.rf.jvjYRq2Nn0iHk7eN8b6S.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffe997992c274bd568774d1ee7e490e81249fc07687b027496196b56c9cb3925 +size 524416 diff --git a/FootBones/labels/train_DX274_jpg.rf.LPurwiiz82eq8DJlK50h.npy b/FootBones/labels/train_DX274_jpg.rf.LPurwiiz82eq8DJlK50h.npy new file mode 100644 index 0000000000000000000000000000000000000000..14f86b861d275b8611e7f1031b89df78a265dac0 --- /dev/null +++ b/FootBones/labels/train_DX274_jpg.rf.LPurwiiz82eq8DJlK50h.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a9be1cf5096e41ba8030048c824e21a2ab83ede0b96ddace1111775ecea71ef +size 524416 diff --git a/FootBones/labels/train_DX278_jpg.rf.SgNxFT8rTdlqT3GrEymE.npy b/FootBones/labels/train_DX278_jpg.rf.SgNxFT8rTdlqT3GrEymE.npy new file mode 100644 index 0000000000000000000000000000000000000000..2deca53cdbb37e71fff96740889ba3f354d30697 --- /dev/null +++ b/FootBones/labels/train_DX278_jpg.rf.SgNxFT8rTdlqT3GrEymE.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a1ad8447eb3e481e9c69a3632b1b18755857e77342858b1376785c8c2cf33c5 +size 524416 diff --git a/FootBones/labels/train_DX279_jpg.rf.9XqPA2ASYH37mCMcsCYx.npy b/FootBones/labels/train_DX279_jpg.rf.9XqPA2ASYH37mCMcsCYx.npy new file mode 100644 index 0000000000000000000000000000000000000000..5442cf2ed0462582e4ea616194e44b737973d5f4 --- /dev/null +++ b/FootBones/labels/train_DX279_jpg.rf.9XqPA2ASYH37mCMcsCYx.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d3c4c1793a07f118988d72031dc86f41cee11e1b05bdf262125706dac12f3a6 +size 524416 diff --git a/FootBones/labels/train_DX280_jpg.rf.aZTgpFjr9WrbpO9HMBOs.npy b/FootBones/labels/train_DX280_jpg.rf.aZTgpFjr9WrbpO9HMBOs.npy new file mode 100644 index 0000000000000000000000000000000000000000..5ba48e9ab658111f64f356322d7008c8be934c25 --- /dev/null +++ b/FootBones/labels/train_DX280_jpg.rf.aZTgpFjr9WrbpO9HMBOs.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d3e83dd91baff5ea601457d497f4b05ba25946021a6a4b90e60c37b2b5a4283 +size 524416 diff --git a/FootBones/labels/train_DX282_jpg.rf.XIkfxgDtUSN6k7dgGWla.npy b/FootBones/labels/train_DX282_jpg.rf.XIkfxgDtUSN6k7dgGWla.npy new file mode 100644 index 0000000000000000000000000000000000000000..b1cc5ab969ac692a6028435f3b888d8a79c164d2 --- /dev/null +++ b/FootBones/labels/train_DX282_jpg.rf.XIkfxgDtUSN6k7dgGWla.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4ef0015f15974e21bce6b5e8c0bd7c83cc1b560bb308cf503292af22726dee6 +size 524416 diff --git a/FootBones/labels/train_DX285_jpg.rf.8gqSHDSWmIxM55JCF1ds.npy b/FootBones/labels/train_DX285_jpg.rf.8gqSHDSWmIxM55JCF1ds.npy new file mode 100644 index 0000000000000000000000000000000000000000..7391aa3f60a0dcf37d21fcb3d78eeada5c952b6b --- /dev/null +++ b/FootBones/labels/train_DX285_jpg.rf.8gqSHDSWmIxM55JCF1ds.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:078e5d7805211160ad88c908307f4eb99a2067ac76b6d2d7aa0df8dd728b670e +size 524416 diff --git a/FootBones/labels/train_DX286_jpg.rf.pC6CZ1P35leMF60kNyRj.npy b/FootBones/labels/train_DX286_jpg.rf.pC6CZ1P35leMF60kNyRj.npy new file mode 100644 index 0000000000000000000000000000000000000000..69aaebeec8ac28b1b7c4b386e4c86644e6d4c557 --- /dev/null +++ b/FootBones/labels/train_DX286_jpg.rf.pC6CZ1P35leMF60kNyRj.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac036295cdc95b513704c4033de74139f0923b48e301cf36eaeb44e607c1d213 +size 524416 diff --git a/FootBones/labels/train_DX287_jpg.rf.CXnAwTTYmQXVtMUndgDz.npy b/FootBones/labels/train_DX287_jpg.rf.CXnAwTTYmQXVtMUndgDz.npy new file mode 100644 index 0000000000000000000000000000000000000000..6ab3c8cfc724dd5042a90d8d760990556a282a78 --- /dev/null +++ b/FootBones/labels/train_DX287_jpg.rf.CXnAwTTYmQXVtMUndgDz.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11d5894b3a4d48b0cf978f99756f9dbe0779c1beda2d2c5224d6980ba4b57818 +size 524416 diff --git a/FootBones/labels/train_DX288_jpg.rf.WphT8wC4qER2XHDHLUTn.npy b/FootBones/labels/train_DX288_jpg.rf.WphT8wC4qER2XHDHLUTn.npy new file mode 100644 index 0000000000000000000000000000000000000000..ee63f9f9aa0738db5fde2847547e7fe66493a1a4 --- /dev/null +++ b/FootBones/labels/train_DX288_jpg.rf.WphT8wC4qER2XHDHLUTn.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09fcbf57bd2dd5915ddda7bf818e75ac591d8c70438f167cddf7c46878390eed +size 524416 diff --git a/FootBones/labels/train_DX289_jpg.rf.ANQMAeALPe3wET41P7QH.npy b/FootBones/labels/train_DX289_jpg.rf.ANQMAeALPe3wET41P7QH.npy new file mode 100644 index 0000000000000000000000000000000000000000..896b2bf6f7ef1289b0d3cdf8cd6247406743b7c3 --- /dev/null +++ b/FootBones/labels/train_DX289_jpg.rf.ANQMAeALPe3wET41P7QH.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5275b7fb17d74ff58fb61485005af1ec82cd47b7cae4d7755d6fd642b8eceef3 +size 524416 diff --git a/FootBones/labels/train_DX291_jpg.rf.kMIOehkTYvRzMMPbvsLg.npy b/FootBones/labels/train_DX291_jpg.rf.kMIOehkTYvRzMMPbvsLg.npy new file mode 100644 index 0000000000000000000000000000000000000000..1ae803bf28c7a551717a6242dcee5bf3c2fcc5b4 --- /dev/null +++ b/FootBones/labels/train_DX291_jpg.rf.kMIOehkTYvRzMMPbvsLg.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4734cabbebdefaf3593c3e393c47cc8dddec60ec1eac093275d266edeb19722 +size 524416 diff --git a/FootBones/labels/train_DX292_jpg.rf.DoH0zfxY5oIhsQUtsoAT.npy b/FootBones/labels/train_DX292_jpg.rf.DoH0zfxY5oIhsQUtsoAT.npy new file mode 100644 index 0000000000000000000000000000000000000000..93a608f53ac8943caef41877af618f7d85f81402 --- /dev/null +++ b/FootBones/labels/train_DX292_jpg.rf.DoH0zfxY5oIhsQUtsoAT.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:def18f6a29bfb916b1a77c55425f1acb37cc88c1e1d66724b85fcdcf200495b4 +size 524416 diff --git a/FootBones/labels/train_DX293_jpg.rf.yXwRBXxiQCpIAx1NvCsk.npy b/FootBones/labels/train_DX293_jpg.rf.yXwRBXxiQCpIAx1NvCsk.npy new file mode 100644 index 0000000000000000000000000000000000000000..2ca350dfdc5c1983941dea39eb53eeb833ea7a9e --- /dev/null +++ b/FootBones/labels/train_DX293_jpg.rf.yXwRBXxiQCpIAx1NvCsk.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5cd4b29e98b524308d2640b25e949840448b8880ab619616d1872c36ac38cf6 +size 524416 diff --git a/FootBones/labels/train_DX294_jpg.rf.IpSapePdG0lWH8cnlWfZ.npy b/FootBones/labels/train_DX294_jpg.rf.IpSapePdG0lWH8cnlWfZ.npy new file mode 100644 index 0000000000000000000000000000000000000000..e16488dde6df7dc99bdbbbd9f9f7daa729bd0a99 --- /dev/null +++ b/FootBones/labels/train_DX294_jpg.rf.IpSapePdG0lWH8cnlWfZ.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:191e6e4e1ff5c1b887915742c9e01f4f6d0a0a245a68ae5471d5eb9c1b08615d +size 524416 diff --git a/FootBones/labels/train_DX296_jpg.rf.vJ8jxrC9tLKLEwllyyE0.npy b/FootBones/labels/train_DX296_jpg.rf.vJ8jxrC9tLKLEwllyyE0.npy new file mode 100644 index 0000000000000000000000000000000000000000..c5aa3bcaa3d204601547b547770b2144e94d2266 --- /dev/null +++ b/FootBones/labels/train_DX296_jpg.rf.vJ8jxrC9tLKLEwllyyE0.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce7b452a8ff40e5ac07314cfdf854d60d4fdab36f899c43dddd940306396a410 +size 524416 diff --git a/FootBones/labels/train_DX297_jpg.rf.13mWVynds9LlxeQbXM4J.npy b/FootBones/labels/train_DX297_jpg.rf.13mWVynds9LlxeQbXM4J.npy new file mode 100644 index 0000000000000000000000000000000000000000..fd1559f8b8655aa88f16050e5ebd328b17d9ece0 --- /dev/null +++ b/FootBones/labels/train_DX297_jpg.rf.13mWVynds9LlxeQbXM4J.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78106c5d614f528381b073bc22f84d3ff5162f1cca1110c09b742f1717060a1d +size 524416 diff --git a/FootBones/labels/train_DX298_jpg.rf.5G9Iz6CLsRRj8XQmx74B.npy b/FootBones/labels/train_DX298_jpg.rf.5G9Iz6CLsRRj8XQmx74B.npy new file mode 100644 index 0000000000000000000000000000000000000000..a4401393aedbcdfc92baec9d49348cc9c03c1de7 --- /dev/null +++ b/FootBones/labels/train_DX298_jpg.rf.5G9Iz6CLsRRj8XQmx74B.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd810b2cb00e3f2e27f656a6b384df29617e164486e86e68ec5647847455d511 +size 524416 diff --git a/FootBones/labels/train_DX299_jpg.rf.NofHNLqfTNfccmkGhkbM.npy b/FootBones/labels/train_DX299_jpg.rf.NofHNLqfTNfccmkGhkbM.npy new file mode 100644 index 0000000000000000000000000000000000000000..3c0c1968c0279d03ca2a092ba125ea68dcac955b --- /dev/null +++ b/FootBones/labels/train_DX299_jpg.rf.NofHNLqfTNfccmkGhkbM.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ba16c825e51267da17f0a63a69a6efaff05995ff43465c4d2acaa02124bd3f6 +size 524416 diff --git a/FootBones/labels/train_DX2_jpg.rf.2oiOsdbPYQhil2Ko1fdj.npy b/FootBones/labels/train_DX2_jpg.rf.2oiOsdbPYQhil2Ko1fdj.npy new file mode 100644 index 0000000000000000000000000000000000000000..3088505b56848b020bd18eb995d610a2b5b72051 --- /dev/null +++ b/FootBones/labels/train_DX2_jpg.rf.2oiOsdbPYQhil2Ko1fdj.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e5f587a3e40148a6b01eac26bf84e47c632aa5580c7d726deee010547ea9212 +size 524416 diff --git a/FootBones/labels/train_DX300_jpg.rf.MKh8tQqsq2CRQ1YrLCPP.npy b/FootBones/labels/train_DX300_jpg.rf.MKh8tQqsq2CRQ1YrLCPP.npy new file mode 100644 index 0000000000000000000000000000000000000000..a14fade5f0625b215057b7e0ca4bb93957ba0af4 --- /dev/null +++ b/FootBones/labels/train_DX300_jpg.rf.MKh8tQqsq2CRQ1YrLCPP.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95fa610d4bd6346b60c7309cfc4228985a62ace48f62ca144ac276d4f20f8a7d +size 524416 diff --git a/FootBones/labels/train_DX301_jpg.rf.tq6PKcuJ1QYTcdIfmIvy.npy b/FootBones/labels/train_DX301_jpg.rf.tq6PKcuJ1QYTcdIfmIvy.npy new file mode 100644 index 0000000000000000000000000000000000000000..82801deab3738243d64f8f6ca88a5fce578623d5 --- /dev/null +++ b/FootBones/labels/train_DX301_jpg.rf.tq6PKcuJ1QYTcdIfmIvy.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a724e5f43fde759b2c54f5686310bd24319f1537595189eb8aa1f27a5b648fe +size 524416 diff --git a/FootBones/labels/train_DX302_jpg.rf.mLs8iDtpdOm90yAX4ctO.npy b/FootBones/labels/train_DX302_jpg.rf.mLs8iDtpdOm90yAX4ctO.npy new file mode 100644 index 0000000000000000000000000000000000000000..d748dc28cc074fb0a2860865f626d84aa1941ca4 --- /dev/null +++ b/FootBones/labels/train_DX302_jpg.rf.mLs8iDtpdOm90yAX4ctO.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69d0379b1bd0404b352e4b48e9c5161f160f27f05f991fde5f037dac32adff4f +size 524416 diff --git a/FootBones/labels/train_DX303_jpg.rf.egKJvP9EG69heHF2YMhR.npy b/FootBones/labels/train_DX303_jpg.rf.egKJvP9EG69heHF2YMhR.npy new file mode 100644 index 0000000000000000000000000000000000000000..5d86f6312557368173709402c17a90957e3b5270 --- /dev/null +++ b/FootBones/labels/train_DX303_jpg.rf.egKJvP9EG69heHF2YMhR.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b240bb0e5eaf2f11f68236d83962a1e2e1e943974a4134f5c4e1a3dfd3f484a3 +size 524416 diff --git a/FootBones/labels/train_DX304_jpg.rf.Q36gmFB1kuBy9kUKRM7G.npy b/FootBones/labels/train_DX304_jpg.rf.Q36gmFB1kuBy9kUKRM7G.npy new file mode 100644 index 0000000000000000000000000000000000000000..27ee46d23233e5ee6e3a5e5fee7c5271cf92ed2d --- /dev/null +++ b/FootBones/labels/train_DX304_jpg.rf.Q36gmFB1kuBy9kUKRM7G.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b60521a9318fa87b2752b1f4114a8d61bd18a4ca9d34bf9d45f27d3a04ddc088 +size 524416 diff --git a/FootBones/labels/train_DX306_jpg.rf.bgzLIYJA5XcKQTpBxB3x.npy b/FootBones/labels/train_DX306_jpg.rf.bgzLIYJA5XcKQTpBxB3x.npy new file mode 100644 index 0000000000000000000000000000000000000000..cf1ee606daa2865e88e4b957b77225c603ece076 --- /dev/null +++ b/FootBones/labels/train_DX306_jpg.rf.bgzLIYJA5XcKQTpBxB3x.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:768b0ae1137e1b91802473c30880a3968cecc4432c1d2af6f96b50439745f88e +size 524416 diff --git a/FootBones/labels/train_DX307_jpg.rf.rBappmG0WlVg177atwAF.npy b/FootBones/labels/train_DX307_jpg.rf.rBappmG0WlVg177atwAF.npy new file mode 100644 index 0000000000000000000000000000000000000000..0a7d6c4955e52cea3b58a66fd24b7343ddd3de83 --- /dev/null +++ b/FootBones/labels/train_DX307_jpg.rf.rBappmG0WlVg177atwAF.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4f7d659031fb0f825976764702f8cf90ac3e275f5e36a1f37ae4766b1b7708c +size 524416 diff --git a/FootBones/labels/train_DX308_jpg.rf.keeztNumsyXlZ1VPLIMf.npy b/FootBones/labels/train_DX308_jpg.rf.keeztNumsyXlZ1VPLIMf.npy new file mode 100644 index 0000000000000000000000000000000000000000..dd6d71a00f6ff8ba2c018f1c4720325de5fc29e4 --- /dev/null +++ b/FootBones/labels/train_DX308_jpg.rf.keeztNumsyXlZ1VPLIMf.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ddfd279665f541f8c34f123a1943961d9c01fec8a8f61c4b0a9e6b4f92a15ee +size 524416 diff --git a/FootBones/labels/train_DX309_jpg.rf.9B4sJv2st9SNvkX0EVuW.npy b/FootBones/labels/train_DX309_jpg.rf.9B4sJv2st9SNvkX0EVuW.npy new file mode 100644 index 0000000000000000000000000000000000000000..63910756d548e025cb6f6702df41e460e7aec415 --- /dev/null +++ b/FootBones/labels/train_DX309_jpg.rf.9B4sJv2st9SNvkX0EVuW.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97e586c8f46ec06e43121aa7dc8c687eb320887ac7b5dba7b8ce502ae81a50ca +size 524416 diff --git a/FootBones/labels/train_DX310_jpg.rf.TgOXBqNurErXnf5NL9hk.npy b/FootBones/labels/train_DX310_jpg.rf.TgOXBqNurErXnf5NL9hk.npy new file mode 100644 index 0000000000000000000000000000000000000000..48cf55d15fa92f5f30d87a3a94352351e9b649ba --- /dev/null +++ b/FootBones/labels/train_DX310_jpg.rf.TgOXBqNurErXnf5NL9hk.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c970025c96c3fbe13107d8110447fe2f4a79b305795f0ebc6ce1d3d06de884cc +size 524416 diff --git a/FootBones/labels/train_DX311_jpg.rf.NxxifMcSf75NuNHHnEgr.npy b/FootBones/labels/train_DX311_jpg.rf.NxxifMcSf75NuNHHnEgr.npy new file mode 100644 index 0000000000000000000000000000000000000000..e344bce78ee6e023afa69ebd45269f1cefa6484f --- /dev/null +++ b/FootBones/labels/train_DX311_jpg.rf.NxxifMcSf75NuNHHnEgr.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71b5a1016899bad000619d1a31b8652f17205d526a84f4e461f90d05c14d748f +size 524416 diff --git a/FootBones/labels/train_DX312_jpg.rf.gwPRszK9oef5MfxluBwU.npy b/FootBones/labels/train_DX312_jpg.rf.gwPRszK9oef5MfxluBwU.npy new file mode 100644 index 0000000000000000000000000000000000000000..425c526c538a4be71477a0f6c56a095a3554906f --- /dev/null +++ b/FootBones/labels/train_DX312_jpg.rf.gwPRszK9oef5MfxluBwU.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d90b607987a507a677a8a80ab67f152f23a075314bf2c27bf8653f6f22af7f6 +size 524416 diff --git a/FootBones/labels/train_DX314_jpg.rf.NCUqm6Yu1uvxEVgaSYYI.npy b/FootBones/labels/train_DX314_jpg.rf.NCUqm6Yu1uvxEVgaSYYI.npy new file mode 100644 index 0000000000000000000000000000000000000000..4fa3e6a887c8cfe8ebe7c422ade969fdc34a5ab4 --- /dev/null +++ b/FootBones/labels/train_DX314_jpg.rf.NCUqm6Yu1uvxEVgaSYYI.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c04c1f212f3b4b8af2508e23622b0c2cd29f44f94e601218a840127baf0bdddc +size 524416 diff --git a/FootBones/labels/train_DX315_jpg.rf.V5O4j0UaleD0pLfu8yxB.npy b/FootBones/labels/train_DX315_jpg.rf.V5O4j0UaleD0pLfu8yxB.npy new file mode 100644 index 0000000000000000000000000000000000000000..e9e5c5ba6eef47827d4de39265b8a9b756efcb97 --- /dev/null +++ b/FootBones/labels/train_DX315_jpg.rf.V5O4j0UaleD0pLfu8yxB.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:599d63b0636631c802e25522b1455057608cdb0081dc472d82b32dac71de819a +size 524416 diff --git a/FootBones/labels/train_DX318_jpg.rf.tuJN0ssNgcW2r6v8cUUf.npy b/FootBones/labels/train_DX318_jpg.rf.tuJN0ssNgcW2r6v8cUUf.npy new file mode 100644 index 0000000000000000000000000000000000000000..8717feddfa71b03734f97f2b667c2f4bfd0212a3 --- /dev/null +++ b/FootBones/labels/train_DX318_jpg.rf.tuJN0ssNgcW2r6v8cUUf.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7677a8822d9f93dfef94597d6a025dbe9a8ed28ebd3648f377f4390eb2650f2 +size 524416 diff --git a/FootBones/labels/train_DX31_jpg.rf.Dnwhf25bFUAWmTlCFUOi.npy b/FootBones/labels/train_DX31_jpg.rf.Dnwhf25bFUAWmTlCFUOi.npy new file mode 100644 index 0000000000000000000000000000000000000000..ac2a263739aab7e1c640f1c4f443af7cd3978dcc --- /dev/null +++ b/FootBones/labels/train_DX31_jpg.rf.Dnwhf25bFUAWmTlCFUOi.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cf4307114fb638f4b4add07d6bfedec27c51d867d75f261ff8d077938002627 +size 524416 diff --git a/FootBones/labels/train_DX320_jpg.rf.7pNtyvxZOFWoWTuKaTrg.npy b/FootBones/labels/train_DX320_jpg.rf.7pNtyvxZOFWoWTuKaTrg.npy new file mode 100644 index 0000000000000000000000000000000000000000..80eccb216ffb2f5f87ab54278391622688d0ffc8 --- /dev/null +++ b/FootBones/labels/train_DX320_jpg.rf.7pNtyvxZOFWoWTuKaTrg.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a32a0633902f43bbe792920bd87aece07fb31ab864516482ba3262876fd4a0f1 +size 524416 diff --git a/FootBones/labels/train_DX321_jpg.rf.M7S8QLF3Q4HnJ6MJepQi.npy b/FootBones/labels/train_DX321_jpg.rf.M7S8QLF3Q4HnJ6MJepQi.npy new file mode 100644 index 0000000000000000000000000000000000000000..6fac9cdd6faad7963aa75a26704b118415bac483 --- /dev/null +++ b/FootBones/labels/train_DX321_jpg.rf.M7S8QLF3Q4HnJ6MJepQi.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:776d8969e7c739cf4470ca96e9ef93ce99d50b32e21c3f8dc9227dc7b5f330d2 +size 524416 diff --git a/FootBones/labels/train_DX323_jpg.rf.kX9wvYcPZt7QgwmqMlq7.npy b/FootBones/labels/train_DX323_jpg.rf.kX9wvYcPZt7QgwmqMlq7.npy new file mode 100644 index 0000000000000000000000000000000000000000..2eb82034544a9ce06590e86a5d1567f605dc9c21 --- /dev/null +++ b/FootBones/labels/train_DX323_jpg.rf.kX9wvYcPZt7QgwmqMlq7.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32bf81ff7eaf436a30fcbe03cbfb6582c619c3aa6721c72c2aa18836ebb6810e +size 524416 diff --git a/FootBones/labels/train_DX326_jpg.rf.cVEGhEJAad1ndMBBT5ov.npy b/FootBones/labels/train_DX326_jpg.rf.cVEGhEJAad1ndMBBT5ov.npy new file mode 100644 index 0000000000000000000000000000000000000000..8374ebd3a212fc5f34e8a82f13beefbf814fcb6f --- /dev/null +++ b/FootBones/labels/train_DX326_jpg.rf.cVEGhEJAad1ndMBBT5ov.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d1ce729274ebe80756a7506bd592c055f81ba74ad74baaa796024d3afcc778a +size 524416 diff --git a/FootBones/labels/train_DX327_jpg.rf.WxtqNA7b0tLAE4YN4Yed.npy b/FootBones/labels/train_DX327_jpg.rf.WxtqNA7b0tLAE4YN4Yed.npy new file mode 100644 index 0000000000000000000000000000000000000000..eca8ad4f8b77dcfd812704cc4049ff1ac5eab405 --- /dev/null +++ b/FootBones/labels/train_DX327_jpg.rf.WxtqNA7b0tLAE4YN4Yed.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b505c880d221b992898088f1cd22638fe85da669eda0770f6cabebe2f07b8245 +size 524416 diff --git a/FootBones/labels/train_DX329_jpg.rf.2gA8ndLK46wmoy8Gibhw.npy b/FootBones/labels/train_DX329_jpg.rf.2gA8ndLK46wmoy8Gibhw.npy new file mode 100644 index 0000000000000000000000000000000000000000..bb84bd3d5aff84e9ae04bf97ce4437af13bb7501 --- /dev/null +++ b/FootBones/labels/train_DX329_jpg.rf.2gA8ndLK46wmoy8Gibhw.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0988eebafe62090d239d37a58e186cbb9d89b5e86b9d72e11099e1e1bb623c36 +size 524416 diff --git a/FootBones/labels/train_DX32_jpg.rf.Kclvj1twifoidvom4f4n.npy b/FootBones/labels/train_DX32_jpg.rf.Kclvj1twifoidvom4f4n.npy new file mode 100644 index 0000000000000000000000000000000000000000..3601f76ad8a4f22798f60cfc4e3cbc7d48c6b87d --- /dev/null +++ b/FootBones/labels/train_DX32_jpg.rf.Kclvj1twifoidvom4f4n.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a128fc7230aa941e032136cf4e21edf62be969a2e5fa693715bc3c4ba8c70cfa +size 524416 diff --git a/FootBones/labels/train_DX330_jpg.rf.QJd3l2XoufPfYiWQWIWA.npy b/FootBones/labels/train_DX330_jpg.rf.QJd3l2XoufPfYiWQWIWA.npy new file mode 100644 index 0000000000000000000000000000000000000000..1ec4821cce7877dd3e4f258a46c81dd2fc9c4039 --- /dev/null +++ b/FootBones/labels/train_DX330_jpg.rf.QJd3l2XoufPfYiWQWIWA.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13de4fd03d7a7756f3288a029cbb5e47d4614931ec0057b664e163aa55b4376c +size 524416 diff --git a/FootBones/labels/train_DX331_jpg.rf.X7Dv3x35dQ8csmVfjsiD.npy b/FootBones/labels/train_DX331_jpg.rf.X7Dv3x35dQ8csmVfjsiD.npy new file mode 100644 index 0000000000000000000000000000000000000000..027c4ad5e939e81784698c6dbbcf6a549ae2c62c --- /dev/null +++ b/FootBones/labels/train_DX331_jpg.rf.X7Dv3x35dQ8csmVfjsiD.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65117baeab5fabc458c4e95688ade3cc4c68389b0276e2807cae77d70e403310 +size 524416 diff --git a/FootBones/labels/train_DX333_jpg.rf.pgtWJs1xQBmK044NhxW8.npy b/FootBones/labels/train_DX333_jpg.rf.pgtWJs1xQBmK044NhxW8.npy new file mode 100644 index 0000000000000000000000000000000000000000..d02a72aa4eb31daad883276d93eb5b86f695edec --- /dev/null +++ b/FootBones/labels/train_DX333_jpg.rf.pgtWJs1xQBmK044NhxW8.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edd04c300e18a3a89d512c44db5801a0d0e6f9e807de3d77cfca667c60ab0d56 +size 524416 diff --git a/FootBones/labels/train_DX334_jpg.rf.kSwgJ1Kjy2SjfghoflgX.npy b/FootBones/labels/train_DX334_jpg.rf.kSwgJ1Kjy2SjfghoflgX.npy new file mode 100644 index 0000000000000000000000000000000000000000..e6a5d90271fcbbb07667e85bafcb5cf1a4405562 --- /dev/null +++ b/FootBones/labels/train_DX334_jpg.rf.kSwgJ1Kjy2SjfghoflgX.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56f1b9fcc9ae5721e693086525ddc6dd37f88581c999f48ced1e997a5ecb5f64 +size 524416 diff --git a/FootBones/labels/train_DX335_jpg.rf.kjSD7AG94Spa8k4Ta69o.npy b/FootBones/labels/train_DX335_jpg.rf.kjSD7AG94Spa8k4Ta69o.npy new file mode 100644 index 0000000000000000000000000000000000000000..84ee1291be762ecb6d6f9fda4f9dbfcdc7d89679 --- /dev/null +++ b/FootBones/labels/train_DX335_jpg.rf.kjSD7AG94Spa8k4Ta69o.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcfa0368ded9a4ff47a7d94cc823e73c4548c9cfa6029a2ee97b89154ae4e282 +size 524416 diff --git a/FootBones/labels/train_DX336_jpg.rf.eXVsuw2N6q9GII9z4ZIp.npy b/FootBones/labels/train_DX336_jpg.rf.eXVsuw2N6q9GII9z4ZIp.npy new file mode 100644 index 0000000000000000000000000000000000000000..27a5594ebcfa65efe4ac515c25f0ebdf5164874c --- /dev/null +++ b/FootBones/labels/train_DX336_jpg.rf.eXVsuw2N6q9GII9z4ZIp.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e97e0d8b2be6d90d4a1fc52c567bc7a448452c8c585751da9558f8cc38e6314c +size 524416 diff --git a/FootBones/labels/train_DX337_jpg.rf.fjkGRI0zmbBztwjLlNvt.npy b/FootBones/labels/train_DX337_jpg.rf.fjkGRI0zmbBztwjLlNvt.npy new file mode 100644 index 0000000000000000000000000000000000000000..70d7d4a1e8ca873d3224f0b32f0f0f22013c304f --- /dev/null +++ b/FootBones/labels/train_DX337_jpg.rf.fjkGRI0zmbBztwjLlNvt.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd1c3df63a15fd7fb29b1dfe81a0cdc9b31e882a2e2011c9bf5fa86171f68e92 +size 524416 diff --git a/FootBones/labels/train_DX339_jpg.rf.rQXqrsOwKOZWn40PsBDO.npy b/FootBones/labels/train_DX339_jpg.rf.rQXqrsOwKOZWn40PsBDO.npy new file mode 100644 index 0000000000000000000000000000000000000000..c8dff85b1093dc4504a4c63d112e5dc453f1888a --- /dev/null +++ b/FootBones/labels/train_DX339_jpg.rf.rQXqrsOwKOZWn40PsBDO.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9bc5439e02647a5a4edec11d34a17a783e5fa8bfdd808eaf696447bc31bf3fb +size 524416 diff --git a/FootBones/labels/train_DX33_jpg.rf.RcIb2vcuRXosHgZmgRFi.npy b/FootBones/labels/train_DX33_jpg.rf.RcIb2vcuRXosHgZmgRFi.npy new file mode 100644 index 0000000000000000000000000000000000000000..ab7ab8d65efcfe6fcf36329a4239231de55a1c0d --- /dev/null +++ b/FootBones/labels/train_DX33_jpg.rf.RcIb2vcuRXosHgZmgRFi.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1563473220d4ac3395ddf69f227c331601ae0704f40dff34baa6948e800ff509 +size 524416 diff --git a/FootBones/labels/train_DX342_jpg.rf.ozmPUjUHGe5y5ozJtVgN.npy b/FootBones/labels/train_DX342_jpg.rf.ozmPUjUHGe5y5ozJtVgN.npy new file mode 100644 index 0000000000000000000000000000000000000000..3157c8ad2517bc026152f9dbdeab9af7f5f1b0b5 --- /dev/null +++ b/FootBones/labels/train_DX342_jpg.rf.ozmPUjUHGe5y5ozJtVgN.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd5d8e81786e9985b4391cdd06509892ec22e34f46622446182f980042cab3be +size 524416 diff --git a/FootBones/labels/train_DX344_jpg.rf.ZUNc6I3mfGVbWUb5vSIc.npy b/FootBones/labels/train_DX344_jpg.rf.ZUNc6I3mfGVbWUb5vSIc.npy new file mode 100644 index 0000000000000000000000000000000000000000..062ef88a91d92e0c5a49928cb102bdb51c2caac6 --- /dev/null +++ b/FootBones/labels/train_DX344_jpg.rf.ZUNc6I3mfGVbWUb5vSIc.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b69f6bfcb75ac7d9a4b52038195d6deba4115cd3dc2e4e15811ad295f600f2f1 +size 524416 diff --git a/FootBones/labels/train_DX351_jpg.rf.pudxJRsbPtVY8j4OTou3.npy b/FootBones/labels/train_DX351_jpg.rf.pudxJRsbPtVY8j4OTou3.npy new file mode 100644 index 0000000000000000000000000000000000000000..30f43b9d4d7ef53752ae1c1882dd794175fdf080 --- /dev/null +++ b/FootBones/labels/train_DX351_jpg.rf.pudxJRsbPtVY8j4OTou3.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eee17ec57b8b9776e0a7ace95f0eae6fe057bc5c61950ba31a0142d4fec5df9 +size 524416 diff --git a/FootBones/labels/train_DX352_jpg.rf.gw9b21jNKrbnn4YVgwTo.npy b/FootBones/labels/train_DX352_jpg.rf.gw9b21jNKrbnn4YVgwTo.npy new file mode 100644 index 0000000000000000000000000000000000000000..ca83af25a4cd470c4f9ef52e474a3dd5aa016289 --- /dev/null +++ b/FootBones/labels/train_DX352_jpg.rf.gw9b21jNKrbnn4YVgwTo.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:340132db086240791a3625ca44c386744acec20239a2be93c0863e412fb6b049 +size 524416 diff --git a/FootBones/labels/train_DX353_jpg.rf.3HxpXt6UECIV2wZqZLCV.npy b/FootBones/labels/train_DX353_jpg.rf.3HxpXt6UECIV2wZqZLCV.npy new file mode 100644 index 0000000000000000000000000000000000000000..64f9f89322d7696cff3bfbc0240f7954d9b0ac77 --- /dev/null +++ b/FootBones/labels/train_DX353_jpg.rf.3HxpXt6UECIV2wZqZLCV.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73d21e83faa8b14a0892cbb8d0fe1933b2e8574443b4b23c06764cc50badfb63 +size 524416 diff --git a/FootBones/labels/train_DX354_jpg.rf.iuHLQn7tTZ1GDcbkZ8Rs.npy b/FootBones/labels/train_DX354_jpg.rf.iuHLQn7tTZ1GDcbkZ8Rs.npy new file mode 100644 index 0000000000000000000000000000000000000000..db97cd203aa53ba749048f7a1abdb68fb9fc592b --- /dev/null +++ b/FootBones/labels/train_DX354_jpg.rf.iuHLQn7tTZ1GDcbkZ8Rs.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b1382dc6a352fad600daa8bb078e4f030afafea371f594c3fa21460113d980c +size 524416 diff --git a/FootBones/labels/train_DX356_jpg.rf.WdxURL3yw9vo92IeKZgU.npy b/FootBones/labels/train_DX356_jpg.rf.WdxURL3yw9vo92IeKZgU.npy new file mode 100644 index 0000000000000000000000000000000000000000..a572f827745423462daf08b8141f086343fc1f57 --- /dev/null +++ b/FootBones/labels/train_DX356_jpg.rf.WdxURL3yw9vo92IeKZgU.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:951e90d79f9f755f9cbb25afe960150fb80f1374155a058d760fbb3be999c029 +size 524416 diff --git a/FootBones/labels/train_DX357_jpg.rf.EHg2t139u4hhCL4qwOOa.npy b/FootBones/labels/train_DX357_jpg.rf.EHg2t139u4hhCL4qwOOa.npy new file mode 100644 index 0000000000000000000000000000000000000000..4f629edd57803c7acd58eca00ba06137d003120f --- /dev/null +++ b/FootBones/labels/train_DX357_jpg.rf.EHg2t139u4hhCL4qwOOa.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a0e07e8c566f4a5225237b6edd5a113206e34bbbce5f1f372c51d7011442846 +size 524416 diff --git a/FootBones/labels/train_DX358_jpg.rf.Sn8369ZGX0OOzmNz5C7w.npy b/FootBones/labels/train_DX358_jpg.rf.Sn8369ZGX0OOzmNz5C7w.npy new file mode 100644 index 0000000000000000000000000000000000000000..7e57a7ac253a9a31d602bfd3860962795cce9836 --- /dev/null +++ b/FootBones/labels/train_DX358_jpg.rf.Sn8369ZGX0OOzmNz5C7w.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ec23b8fb75aab2c89669bb540c50c5bd097b52f31a45551654cf6d3d36af85c +size 524416 diff --git a/FootBones/labels/train_DX359_jpg.rf.I8gs427Vg4qPEr9LHBEq.npy b/FootBones/labels/train_DX359_jpg.rf.I8gs427Vg4qPEr9LHBEq.npy new file mode 100644 index 0000000000000000000000000000000000000000..910988dac5c46d896a0848a06825870e2c3fd17e --- /dev/null +++ b/FootBones/labels/train_DX359_jpg.rf.I8gs427Vg4qPEr9LHBEq.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:682c146d0325e1a3fb0bde79a022f476b3877b3fbad54aed17da1a915c85eacb +size 524416 diff --git a/FootBones/labels/train_DX361_jpg.rf.ULW4y8gACCEMw7378dy5.npy b/FootBones/labels/train_DX361_jpg.rf.ULW4y8gACCEMw7378dy5.npy new file mode 100644 index 0000000000000000000000000000000000000000..4ffde45004df07a08eef807fd1dd9d6715da1e25 --- /dev/null +++ b/FootBones/labels/train_DX361_jpg.rf.ULW4y8gACCEMw7378dy5.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ac64ad6ce5f2a74c1aa245c6cdfb62b78d615cefafc7bd60072a9cc189ea77e +size 524416 diff --git a/FootBones/labels/train_DX362_jpg.rf.KBmbf3VigAjrL0u67LCh.npy b/FootBones/labels/train_DX362_jpg.rf.KBmbf3VigAjrL0u67LCh.npy new file mode 100644 index 0000000000000000000000000000000000000000..26ea86f3ab286c6f9a042c5f597461acd365e75a --- /dev/null +++ b/FootBones/labels/train_DX362_jpg.rf.KBmbf3VigAjrL0u67LCh.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12d0d0106c50087660c4d07da3b7647da2504ca908383a3970f5a34b3c389d32 +size 524416 diff --git a/FootBones/labels/train_DX365_jpg.rf.QEXFvIkOZ4zIy1Kh6oud.npy b/FootBones/labels/train_DX365_jpg.rf.QEXFvIkOZ4zIy1Kh6oud.npy new file mode 100644 index 0000000000000000000000000000000000000000..f3b3948258b88bc608ae49a5689eba85781ece9c --- /dev/null +++ b/FootBones/labels/train_DX365_jpg.rf.QEXFvIkOZ4zIy1Kh6oud.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f90b565a39dc4ca750478f2c42ea0319ac5ea3b1a110743a7eb13ee9e023a08 +size 524416 diff --git a/FootBones/labels/train_DX366_jpg.rf.jsg7525MWuynuJKSRCAh.npy b/FootBones/labels/train_DX366_jpg.rf.jsg7525MWuynuJKSRCAh.npy new file mode 100644 index 0000000000000000000000000000000000000000..1999a4d84b80e5dc1c2a170f6582a2a80dfd73d0 --- /dev/null +++ b/FootBones/labels/train_DX366_jpg.rf.jsg7525MWuynuJKSRCAh.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6cec77525542add819f11114140f3a0eff7ff225ab656f660a2ba87d75b4fdd +size 524416 diff --git a/FootBones/labels/train_DX367_jpg.rf.yJvsyydGG1R1gYwa1crn.npy b/FootBones/labels/train_DX367_jpg.rf.yJvsyydGG1R1gYwa1crn.npy new file mode 100644 index 0000000000000000000000000000000000000000..dd5de19c4d0eec449cfd9f25d47db997483d06aa --- /dev/null +++ b/FootBones/labels/train_DX367_jpg.rf.yJvsyydGG1R1gYwa1crn.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3295aa9950b00e973926a3e5e3da83612d6b2bada139c377953639a09f84f68 +size 524416 diff --git a/FootBones/labels/train_DX369_jpg.rf.wc6xw4ztpAORmDJ6nnU2.npy b/FootBones/labels/train_DX369_jpg.rf.wc6xw4ztpAORmDJ6nnU2.npy new file mode 100644 index 0000000000000000000000000000000000000000..5a7bc9a7b64e8e4b58316a9bb50802bf47e75df6 --- /dev/null +++ b/FootBones/labels/train_DX369_jpg.rf.wc6xw4ztpAORmDJ6nnU2.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf8f7087991f92b66262be10e84d3881d6251de2fb43ae467f397980a3e8922d +size 524416 diff --git a/FootBones/labels/train_DX370_jpg.rf.ZtB6MG376gMdIxtPmDK9.npy b/FootBones/labels/train_DX370_jpg.rf.ZtB6MG376gMdIxtPmDK9.npy new file mode 100644 index 0000000000000000000000000000000000000000..d00833d76d64a780a614ba6bca4de08716c2aba2 --- /dev/null +++ b/FootBones/labels/train_DX370_jpg.rf.ZtB6MG376gMdIxtPmDK9.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12017e1743f791cba37e0846eb18442e8ec1743e90633148a0cc8a20084e610a +size 524416 diff --git a/FootBones/labels/train_DX372_jpg.rf.TyuxnLkmoMtY5O68Odsg.npy b/FootBones/labels/train_DX372_jpg.rf.TyuxnLkmoMtY5O68Odsg.npy new file mode 100644 index 0000000000000000000000000000000000000000..c0dffdcd656349c415cb3893a0f0c45ff0a88861 --- /dev/null +++ b/FootBones/labels/train_DX372_jpg.rf.TyuxnLkmoMtY5O68Odsg.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5c9347a952f3fdfd6da925d6ef47bce0c7840291fdaf6b35b9d3e1f94d4eb0b +size 524416 diff --git a/FootBones/labels/train_DX374_jpg.rf.ioIx2cPHLkOXaQzyWMFs.npy b/FootBones/labels/train_DX374_jpg.rf.ioIx2cPHLkOXaQzyWMFs.npy new file mode 100644 index 0000000000000000000000000000000000000000..e38187c6c2e5f534dd5535b33ed6069e7e3b6a34 --- /dev/null +++ b/FootBones/labels/train_DX374_jpg.rf.ioIx2cPHLkOXaQzyWMFs.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acc8dd86018ba984372e3146efd8f624c270a3a73a63bf0a88c70db278d6c7c0 +size 524416 diff --git a/FootBones/labels/train_DX375_jpg.rf.r9z3TKvrrBhmrFY41H5l.npy b/FootBones/labels/train_DX375_jpg.rf.r9z3TKvrrBhmrFY41H5l.npy new file mode 100644 index 0000000000000000000000000000000000000000..981a7128c92f14f8c220d0ee1c3836341447715d --- /dev/null +++ b/FootBones/labels/train_DX375_jpg.rf.r9z3TKvrrBhmrFY41H5l.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05718eb01e0166f65c84b78f5fb13f2e71bc39f0814f803a896fa9506fa30bdd +size 524416 diff --git a/FootBones/labels/train_DX376_jpg.rf.sr5upik0YTpAsKWezBi0.npy b/FootBones/labels/train_DX376_jpg.rf.sr5upik0YTpAsKWezBi0.npy new file mode 100644 index 0000000000000000000000000000000000000000..de962d0efec63ce6068c9ab4641ec779e14fd089 --- /dev/null +++ b/FootBones/labels/train_DX376_jpg.rf.sr5upik0YTpAsKWezBi0.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92e525030c6f3960516236ff2ebc003d07b615c3979183c7114e13bddadca5b7 +size 524416 diff --git a/FootBones/labels/train_DX377_jpg.rf.97SOfsWGeDZPtUOqZCMF.npy b/FootBones/labels/train_DX377_jpg.rf.97SOfsWGeDZPtUOqZCMF.npy new file mode 100644 index 0000000000000000000000000000000000000000..58ce50b8f689ebf93af459a3faeb8294eb4c590c --- /dev/null +++ b/FootBones/labels/train_DX377_jpg.rf.97SOfsWGeDZPtUOqZCMF.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:132311ddc5c1685cd5e5b1fed0090d21ddb45a7d4dea31fa1720f3513fcaa885 +size 524416 diff --git a/FootBones/labels/train_DX378_jpg.rf.n0i6LnzB7mDmH5doQxh5.npy b/FootBones/labels/train_DX378_jpg.rf.n0i6LnzB7mDmH5doQxh5.npy new file mode 100644 index 0000000000000000000000000000000000000000..0c1fd0b68daa995fc4d5857263922d1bd6da700c --- /dev/null +++ b/FootBones/labels/train_DX378_jpg.rf.n0i6LnzB7mDmH5doQxh5.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1aab460acd2e54ec30856a2aa7a534f6fdd501a5c764d9716056339dff24218 +size 524416 diff --git a/FootBones/labels/train_DX379_jpg.rf.QmlbdGO75ihns0yhQUoP.npy b/FootBones/labels/train_DX379_jpg.rf.QmlbdGO75ihns0yhQUoP.npy new file mode 100644 index 0000000000000000000000000000000000000000..8c0c73f51b691607ccddb7e32c3898ba741d6c80 --- /dev/null +++ b/FootBones/labels/train_DX379_jpg.rf.QmlbdGO75ihns0yhQUoP.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09bbb581eb16d99671af3d1f29b4b63850fa082f78da3795862c613a853f3b99 +size 524416 diff --git a/FootBones/labels/train_DX37_jpg.rf.4DHlcEttz9Y5nisZmtde.npy b/FootBones/labels/train_DX37_jpg.rf.4DHlcEttz9Y5nisZmtde.npy new file mode 100644 index 0000000000000000000000000000000000000000..0e5432afb15e863b4fcf25685c7c7ea8bfdd8362 --- /dev/null +++ b/FootBones/labels/train_DX37_jpg.rf.4DHlcEttz9Y5nisZmtde.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a419714a1428fcd257d030dfee042227124afc9dab7a9553ea8035ef8d7258e +size 524416 diff --git a/FootBones/labels/train_DX380_jpg.rf.jY0VuKdPj5wNGsIkkj58.npy b/FootBones/labels/train_DX380_jpg.rf.jY0VuKdPj5wNGsIkkj58.npy new file mode 100644 index 0000000000000000000000000000000000000000..e662950d6f279fb53654978d15457bc26e8208e2 --- /dev/null +++ b/FootBones/labels/train_DX380_jpg.rf.jY0VuKdPj5wNGsIkkj58.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9cbc7910e9d8a66ecc2f90cc9e6e35270a5fe6acc5bfc24e2fbff8333272c85 +size 524416 diff --git a/FootBones/labels/train_DX381_jpg.rf.Q3vzRz5sGJrpRmNBHp73.npy b/FootBones/labels/train_DX381_jpg.rf.Q3vzRz5sGJrpRmNBHp73.npy new file mode 100644 index 0000000000000000000000000000000000000000..f75e86f7660df7c4a848795b11db8122dbc0ca36 --- /dev/null +++ b/FootBones/labels/train_DX381_jpg.rf.Q3vzRz5sGJrpRmNBHp73.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20b2ab97de28bdc50dedfe4ba0d6e418c6aacba74b2f221ca68352ba499ded2a +size 524416 diff --git a/FootBones/labels/train_DX383_jpg.rf.pFTZRC476lbeAMJ6Wj5y.npy b/FootBones/labels/train_DX383_jpg.rf.pFTZRC476lbeAMJ6Wj5y.npy new file mode 100644 index 0000000000000000000000000000000000000000..98696a03c010e26551257a39a0c2015c48873687 --- /dev/null +++ b/FootBones/labels/train_DX383_jpg.rf.pFTZRC476lbeAMJ6Wj5y.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9666ec8ce467452c793a5222bc87ac53c239f03e8049eefbe889019b111a3735 +size 524416 diff --git a/FootBones/labels/train_DX384_jpg.rf.ZN8AoVU5suuLG75tn40G.npy b/FootBones/labels/train_DX384_jpg.rf.ZN8AoVU5suuLG75tn40G.npy new file mode 100644 index 0000000000000000000000000000000000000000..d61ccda86d4c9369c5322e66926d9dfccb202548 --- /dev/null +++ b/FootBones/labels/train_DX384_jpg.rf.ZN8AoVU5suuLG75tn40G.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f4a63b9cb408fb016a6008accfb3e9757877ccfa87c804e024c77c9ef08b776 +size 524416 diff --git a/FootBones/labels/train_DX385_jpg.rf.6dxbQ56hEAcB9KP0Cfpz.npy b/FootBones/labels/train_DX385_jpg.rf.6dxbQ56hEAcB9KP0Cfpz.npy new file mode 100644 index 0000000000000000000000000000000000000000..55e2eef3a33a64e383f1c6846742f8baea7af637 --- /dev/null +++ b/FootBones/labels/train_DX385_jpg.rf.6dxbQ56hEAcB9KP0Cfpz.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1143f9bd2373f7de077980a4b77214c94b93aa412068eaafa14c6ecd92d77c9f +size 524416 diff --git a/FootBones/labels/train_DX388_jpg.rf.JhbPMwy4h8ArKQSYswFB.npy b/FootBones/labels/train_DX388_jpg.rf.JhbPMwy4h8ArKQSYswFB.npy new file mode 100644 index 0000000000000000000000000000000000000000..42f2cc5720cd9c3517bad8fdb6454af33dea9ed4 --- /dev/null +++ b/FootBones/labels/train_DX388_jpg.rf.JhbPMwy4h8ArKQSYswFB.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3c2fa82a11109bd8e1b1b1a62f4fd42a0d31cc378b319f7a27036f6191a8462 +size 524416 diff --git a/FootBones/labels/train_DX38_jpg.rf.vAg3AKwA25U1HyAbhXJs.npy b/FootBones/labels/train_DX38_jpg.rf.vAg3AKwA25U1HyAbhXJs.npy new file mode 100644 index 0000000000000000000000000000000000000000..6c529148f99dcb111e23badbe75e0b7c56f58e4f --- /dev/null +++ b/FootBones/labels/train_DX38_jpg.rf.vAg3AKwA25U1HyAbhXJs.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b21249ce9cca7debcf74e20b1c810d38392a7b121ec6f169093d672671c3ff2e +size 524416 diff --git a/FootBones/labels/train_DX392_jpg.rf.HIWdIITEcSTFtMYtzpob.npy b/FootBones/labels/train_DX392_jpg.rf.HIWdIITEcSTFtMYtzpob.npy new file mode 100644 index 0000000000000000000000000000000000000000..8e902175eda178ad299826f5c64cd807f4ab0c98 --- /dev/null +++ b/FootBones/labels/train_DX392_jpg.rf.HIWdIITEcSTFtMYtzpob.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3b4c45963d8709ee2c3fdb7c71b3751ccfc07bd3ffbdd7cd5878e7370a8a2d9 +size 524416 diff --git a/FootBones/labels/train_DX394_jpg.rf.j7lEbfHq4VuZ1fu9HLg9.npy b/FootBones/labels/train_DX394_jpg.rf.j7lEbfHq4VuZ1fu9HLg9.npy new file mode 100644 index 0000000000000000000000000000000000000000..a72bf73dd9c5a6b889783b8fe50807f761728b1b --- /dev/null +++ b/FootBones/labels/train_DX394_jpg.rf.j7lEbfHq4VuZ1fu9HLg9.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:930b3ab169259906495a8daef63c22d4763c691ae4925d2874e13d95b8de63b1 +size 524416 diff --git a/FootBones/labels/train_DX396_jpg.rf.i5BwfjysBIUj6LDDOpuX.npy b/FootBones/labels/train_DX396_jpg.rf.i5BwfjysBIUj6LDDOpuX.npy new file mode 100644 index 0000000000000000000000000000000000000000..1a08904d64727488b2640e039063750aac9a72be --- /dev/null +++ b/FootBones/labels/train_DX396_jpg.rf.i5BwfjysBIUj6LDDOpuX.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1181356db62f24c9beeaf218d5ed46ef132c5ad15369cdb21526a4dc93c5a075 +size 524416 diff --git a/FootBones/labels/train_DX397_jpg.rf.gNLXfhchIhGt4RVBP4pS.npy b/FootBones/labels/train_DX397_jpg.rf.gNLXfhchIhGt4RVBP4pS.npy new file mode 100644 index 0000000000000000000000000000000000000000..a55397ff236592a272d81551a81c113b2fae4017 --- /dev/null +++ b/FootBones/labels/train_DX397_jpg.rf.gNLXfhchIhGt4RVBP4pS.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd5a4d5001b4a2be203e5301b2f8adf140e29141f6d026b6026590f75ef0739b +size 524416 diff --git a/FootBones/labels/train_DX398_jpg.rf.uuE52uMxLfSdVFm07XBv.npy b/FootBones/labels/train_DX398_jpg.rf.uuE52uMxLfSdVFm07XBv.npy new file mode 100644 index 0000000000000000000000000000000000000000..5d383cb99dc2ee2e094e69da512584b2d5ba980a --- /dev/null +++ b/FootBones/labels/train_DX398_jpg.rf.uuE52uMxLfSdVFm07XBv.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29e4ebb03bf736575e3d589e723017110b278bdf0e3685ac3b1e549337ca91c0 +size 524416 diff --git a/FootBones/labels/train_DX399_jpg.rf.v2PtWYzzvDcoLlc9GAdE.npy b/FootBones/labels/train_DX399_jpg.rf.v2PtWYzzvDcoLlc9GAdE.npy new file mode 100644 index 0000000000000000000000000000000000000000..c5257dde48334c587fead1134ac08d5128cae95d --- /dev/null +++ b/FootBones/labels/train_DX399_jpg.rf.v2PtWYzzvDcoLlc9GAdE.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2d8e2d1d46f1241291fa7f449490c48816ced676df672974be87c89cf8c7b67 +size 524416 diff --git a/FootBones/labels/train_DX3_jpg.rf.MQVLeKCZuJ4j1o8b1S47.npy b/FootBones/labels/train_DX3_jpg.rf.MQVLeKCZuJ4j1o8b1S47.npy new file mode 100644 index 0000000000000000000000000000000000000000..960679f4efbce740db534468e399b8ad003802b8 --- /dev/null +++ b/FootBones/labels/train_DX3_jpg.rf.MQVLeKCZuJ4j1o8b1S47.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e997f6e713105fda85df6b6041bc4662abcc9e3c48a6c14707871d86b2b0875 +size 524416 diff --git a/FootBones/labels/train_DX400_jpg.rf.nh2JaSBc7yYWiMupp5ga.npy b/FootBones/labels/train_DX400_jpg.rf.nh2JaSBc7yYWiMupp5ga.npy new file mode 100644 index 0000000000000000000000000000000000000000..c6f1218bbbff52d903405e882a3a27e736a80afa --- /dev/null +++ b/FootBones/labels/train_DX400_jpg.rf.nh2JaSBc7yYWiMupp5ga.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:902ce381e53340aeb8699da8a6fc63786e8b6770ec9e41c6e6b9590b77866afe +size 524416 diff --git a/FootBones/labels/train_DX401_jpg.rf.RzSBAlmqApfbxoiMayt0.npy b/FootBones/labels/train_DX401_jpg.rf.RzSBAlmqApfbxoiMayt0.npy new file mode 100644 index 0000000000000000000000000000000000000000..7feccbad9519e163fae183d7c332062201d6dcda --- /dev/null +++ b/FootBones/labels/train_DX401_jpg.rf.RzSBAlmqApfbxoiMayt0.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca71911aa2784a35b8bd5f9aa6d806ebdfd0bb4cb2ceb389f968ca7c3aa6fd0c +size 524416 diff --git a/FootBones/labels/train_DX403_jpg.rf.9nXoxuUrZI5vZ9ShlOdH.npy b/FootBones/labels/train_DX403_jpg.rf.9nXoxuUrZI5vZ9ShlOdH.npy new file mode 100644 index 0000000000000000000000000000000000000000..37b6290ed0de2a1d72c9b1444b582bc76a0eb400 --- /dev/null +++ b/FootBones/labels/train_DX403_jpg.rf.9nXoxuUrZI5vZ9ShlOdH.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61a1a98bcddc3d55b348a778364774d7fe15f63f8bea48a2170c30b84e7e5455 +size 524416 diff --git a/FootBones/labels/train_DX406_jpg.rf.6znpWEhpBTXygOVoOnBL.npy b/FootBones/labels/train_DX406_jpg.rf.6znpWEhpBTXygOVoOnBL.npy new file mode 100644 index 0000000000000000000000000000000000000000..9dcb8a5bdeb993881aea59c9d961ef7eaccc1069 --- /dev/null +++ b/FootBones/labels/train_DX406_jpg.rf.6znpWEhpBTXygOVoOnBL.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96b579a270936fa0878f50075a686676d0a091e8bd51dd62cee28be10f5d1663 +size 524416 diff --git a/FootBones/labels/train_DX407_jpg.rf.UYphYuyRUBO1l1bQGOEM.npy b/FootBones/labels/train_DX407_jpg.rf.UYphYuyRUBO1l1bQGOEM.npy new file mode 100644 index 0000000000000000000000000000000000000000..dc170a05f1cc6ba88e17076dac4f53f3abf54600 --- /dev/null +++ b/FootBones/labels/train_DX407_jpg.rf.UYphYuyRUBO1l1bQGOEM.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9be5ed37f98cfbd2d0b7040388c11a1d876e8c490419136b8da70401237c7af2 +size 524416 diff --git a/FootBones/labels/train_DX408_jpg.rf.Ql19AOizIeUdvJjclWkj.npy b/FootBones/labels/train_DX408_jpg.rf.Ql19AOizIeUdvJjclWkj.npy new file mode 100644 index 0000000000000000000000000000000000000000..c0661dcecccfd7c3ed28f83792333744f939d8b3 --- /dev/null +++ b/FootBones/labels/train_DX408_jpg.rf.Ql19AOizIeUdvJjclWkj.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:203e7c86f83207dc7619c365c8abab9d253f682c29694dce3943de86ea4f23b3 +size 524416 diff --git a/FootBones/labels/train_DX410_jpg.rf.eXRf454JwRPBmZJHUAeD.npy b/FootBones/labels/train_DX410_jpg.rf.eXRf454JwRPBmZJHUAeD.npy new file mode 100644 index 0000000000000000000000000000000000000000..ddef6f6be9708634d229552a6e28f99b2ab6ecff --- /dev/null +++ b/FootBones/labels/train_DX410_jpg.rf.eXRf454JwRPBmZJHUAeD.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf2a78a59f3d6498e6db1c6b3f4061e11459d8bdb445019affaa535bc71abd38 +size 524416 diff --git a/FootBones/labels/train_DX412_jpg.rf.UVJvqnakJwwK3Zim0f7u.npy b/FootBones/labels/train_DX412_jpg.rf.UVJvqnakJwwK3Zim0f7u.npy new file mode 100644 index 0000000000000000000000000000000000000000..1eba6dfd69a204e0608c13cbc796de93852b1a3c --- /dev/null +++ b/FootBones/labels/train_DX412_jpg.rf.UVJvqnakJwwK3Zim0f7u.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a9d5cc87a20aaaa05a7ac2f810c43ade558371c5fcd065bfa8f373c41e46083 +size 524416 diff --git a/FootBones/labels/train_DX413_jpg.rf.NP95gjl1bftb3WiRkGns.npy b/FootBones/labels/train_DX413_jpg.rf.NP95gjl1bftb3WiRkGns.npy new file mode 100644 index 0000000000000000000000000000000000000000..c29c2bafea212e06e890b0f473aca6f04eb842cf --- /dev/null +++ b/FootBones/labels/train_DX413_jpg.rf.NP95gjl1bftb3WiRkGns.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bfbe0f64431031fec20bf2f2bf232828769a74c86db57f42d519eb58d9aa308 +size 524416 diff --git a/FootBones/labels/train_DX419_jpg.rf.ED8HlNnXMnXVKzHPcWpy.npy b/FootBones/labels/train_DX419_jpg.rf.ED8HlNnXMnXVKzHPcWpy.npy new file mode 100644 index 0000000000000000000000000000000000000000..3897afa241d2657da352bd8e3a4bc7fe401a8db3 --- /dev/null +++ b/FootBones/labels/train_DX419_jpg.rf.ED8HlNnXMnXVKzHPcWpy.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fe748f16f6baf006fc64fa0b0d299bce77406bc32cc103585db2142821e1324 +size 524416 diff --git a/FootBones/labels/train_DX420_jpg.rf.om7tpLzJj4Bj7yRZeZsd.npy b/FootBones/labels/train_DX420_jpg.rf.om7tpLzJj4Bj7yRZeZsd.npy new file mode 100644 index 0000000000000000000000000000000000000000..80217a5ec3a0be91f494d1c2d5385a21e5163bb6 --- /dev/null +++ b/FootBones/labels/train_DX420_jpg.rf.om7tpLzJj4Bj7yRZeZsd.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0d855a7f260984ada321d882c6742cc6043ee9fb5fbf91812f0ec80da53cfcb +size 524416 diff --git a/FootBones/labels/train_DX421_jpg.rf.RDcqACsv8dn8FFgANBlh.npy b/FootBones/labels/train_DX421_jpg.rf.RDcqACsv8dn8FFgANBlh.npy new file mode 100644 index 0000000000000000000000000000000000000000..57b58fc43e23179c728ed0a4ab1f5e4711f05d78 --- /dev/null +++ b/FootBones/labels/train_DX421_jpg.rf.RDcqACsv8dn8FFgANBlh.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d493cd7e5a9ad139de74de0f3c39a4ae4b84bafee89dd5c39c611321d2287d45 +size 524416 diff --git a/FootBones/labels/train_DX423_jpg.rf.KM70xUnryclcsvUUKLRS.npy b/FootBones/labels/train_DX423_jpg.rf.KM70xUnryclcsvUUKLRS.npy new file mode 100644 index 0000000000000000000000000000000000000000..c95d5bf4b35ddc05a0f5df2ba8275b764cf1933b --- /dev/null +++ b/FootBones/labels/train_DX423_jpg.rf.KM70xUnryclcsvUUKLRS.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:631d49364ad9d7e9685d4a8e78578232d3ddd8b0d20e518f0ddb516260bc5a83 +size 524416 diff --git a/FootBones/labels/train_DX427_jpg.rf.aRJaqmGxXjwcdmVvmJCQ.npy b/FootBones/labels/train_DX427_jpg.rf.aRJaqmGxXjwcdmVvmJCQ.npy new file mode 100644 index 0000000000000000000000000000000000000000..93c31dc4a82d05e96df47cc39a1c3c999bdad861 --- /dev/null +++ b/FootBones/labels/train_DX427_jpg.rf.aRJaqmGxXjwcdmVvmJCQ.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be510f1638c5278e708bbbd949db0fc2ee52b283acac8abf3864212e0455e8c3 +size 524416 diff --git a/FootBones/labels/train_DX428_jpg.rf.lz8RgvacYOiJInWYUaBg.npy b/FootBones/labels/train_DX428_jpg.rf.lz8RgvacYOiJInWYUaBg.npy new file mode 100644 index 0000000000000000000000000000000000000000..b801815b5cd3b59e80639cde3a59aa72e79f28b7 --- /dev/null +++ b/FootBones/labels/train_DX428_jpg.rf.lz8RgvacYOiJInWYUaBg.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f7ced9b0e0cf17f9d8c1dd02752219692dde33055f5c38e7f964a5683cbc338 +size 524416 diff --git a/FootBones/labels/train_DX429_jpg.rf.vZeyonQPgcbTxWIL33OQ.npy b/FootBones/labels/train_DX429_jpg.rf.vZeyonQPgcbTxWIL33OQ.npy new file mode 100644 index 0000000000000000000000000000000000000000..594670bb2b7dffb9364099a0ddad4f13bc4049c8 --- /dev/null +++ b/FootBones/labels/train_DX429_jpg.rf.vZeyonQPgcbTxWIL33OQ.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ad1544f649b7ce1b5f1bf5712e24bd58799784b55c5a63732d35827daef90b9 +size 524416 diff --git a/FootBones/labels/train_DX430_jpg.rf.Nk3ydFlZ4xZuRKWHldEb.npy b/FootBones/labels/train_DX430_jpg.rf.Nk3ydFlZ4xZuRKWHldEb.npy new file mode 100644 index 0000000000000000000000000000000000000000..2d0ca40f731a5d8bc98ff5a31891947d918c849a --- /dev/null +++ b/FootBones/labels/train_DX430_jpg.rf.Nk3ydFlZ4xZuRKWHldEb.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0699c23639c84d2a7d5fa101c6f21c423987e0d9989ee3ad94c342ed72a32dca +size 524416 diff --git a/FootBones/labels/train_DX431_jpg.rf.EnpyUddoLN3eNDRueFNB.npy b/FootBones/labels/train_DX431_jpg.rf.EnpyUddoLN3eNDRueFNB.npy new file mode 100644 index 0000000000000000000000000000000000000000..22388b8b0648980ebc0e470cddf6269bf3cb80ea --- /dev/null +++ b/FootBones/labels/train_DX431_jpg.rf.EnpyUddoLN3eNDRueFNB.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83488f36a15e765f08fe76cd205f974e71e92aca8abb490ae7c01d07172f1c94 +size 524416 diff --git a/FootBones/labels/train_DX432_jpg.rf.SqMaUBkO69zxcyUWjvBK.npy b/FootBones/labels/train_DX432_jpg.rf.SqMaUBkO69zxcyUWjvBK.npy new file mode 100644 index 0000000000000000000000000000000000000000..6d2c8f3195fc3271af34fe70162f03c8e198aef7 --- /dev/null +++ b/FootBones/labels/train_DX432_jpg.rf.SqMaUBkO69zxcyUWjvBK.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1978bee85d59bcc25dad2e58bc21c45fd91c55de42333fc35fc065945aad93 +size 524416 diff --git a/FootBones/labels/train_DX435_jpg.rf.3fFIVCqQbvQ3J9ymjb8h.npy b/FootBones/labels/train_DX435_jpg.rf.3fFIVCqQbvQ3J9ymjb8h.npy new file mode 100644 index 0000000000000000000000000000000000000000..0360e359a3584314a5f406906a36f9198f06e226 --- /dev/null +++ b/FootBones/labels/train_DX435_jpg.rf.3fFIVCqQbvQ3J9ymjb8h.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc0e4a7230879479f3c51ea81e8a95b5dee840f60c728ecfb25d55d560e03bde +size 524416 diff --git a/FootBones/labels/train_DX436_jpg.rf.h0Y1XXizrbpBwVKnJmfn.npy b/FootBones/labels/train_DX436_jpg.rf.h0Y1XXizrbpBwVKnJmfn.npy new file mode 100644 index 0000000000000000000000000000000000000000..66012ee3bf4ed87630fb349d93a5d3807a95f55a --- /dev/null +++ b/FootBones/labels/train_DX436_jpg.rf.h0Y1XXizrbpBwVKnJmfn.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb3be09c71f7a4478b87122ab937a6a5e3ecea7dddef53ed3a45a9df8e29a13e +size 524416 diff --git a/FootBones/labels/train_DX437_jpg.rf.SKX8FEmoTxsovho7cNXd.npy b/FootBones/labels/train_DX437_jpg.rf.SKX8FEmoTxsovho7cNXd.npy new file mode 100644 index 0000000000000000000000000000000000000000..1db0a1424c2d14035596057c70275b5fd982b889 --- /dev/null +++ b/FootBones/labels/train_DX437_jpg.rf.SKX8FEmoTxsovho7cNXd.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3af9b36b7b9ee599e389a4d731eb6781b3fa73c6f5df671b9903fce3f955edc +size 524416 diff --git a/FootBones/labels/train_DX439_jpg.rf.ymOpOORpP6z467FPW0Zz.npy b/FootBones/labels/train_DX439_jpg.rf.ymOpOORpP6z467FPW0Zz.npy new file mode 100644 index 0000000000000000000000000000000000000000..8c7fa65989474e32b9bce74f8a5c8a0ce9aaf8f5 --- /dev/null +++ b/FootBones/labels/train_DX439_jpg.rf.ymOpOORpP6z467FPW0Zz.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ad19dd0b095bcd849bebf547798eace46caff32b155ba1e401a8bbd34087f8f +size 524416 diff --git a/FootBones/labels/train_DX440_jpg.rf.efUg5Id8fuEECXUoCwPg.npy b/FootBones/labels/train_DX440_jpg.rf.efUg5Id8fuEECXUoCwPg.npy new file mode 100644 index 0000000000000000000000000000000000000000..a6b0488958602775d49e0ae9e3eea2f912a0efc5 --- /dev/null +++ b/FootBones/labels/train_DX440_jpg.rf.efUg5Id8fuEECXUoCwPg.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:984de8ff964648ac6d7a1de9e381ff8a1d138d771ae0d68d015cfa8a536a9d8f +size 524416 diff --git a/FootBones/labels/train_DX442_jpg.rf.n5eHOXjct5cnn49RBWX9.npy b/FootBones/labels/train_DX442_jpg.rf.n5eHOXjct5cnn49RBWX9.npy new file mode 100644 index 0000000000000000000000000000000000000000..4e352d01559195829177ff7c0bd1192367b31ab8 --- /dev/null +++ b/FootBones/labels/train_DX442_jpg.rf.n5eHOXjct5cnn49RBWX9.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dc5d74fb278a4c2650effd97b25ebc6662237aedc2c21f9076bb8ee008e7655 +size 524416 diff --git a/FootBones/labels/train_DX443_jpg.rf.82m8tPObWqLEVXW3nN0w.npy b/FootBones/labels/train_DX443_jpg.rf.82m8tPObWqLEVXW3nN0w.npy new file mode 100644 index 0000000000000000000000000000000000000000..286fdaf02b0bea35a15506fc7655a225556c57ce --- /dev/null +++ b/FootBones/labels/train_DX443_jpg.rf.82m8tPObWqLEVXW3nN0w.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:722a89683e9c3baa415c8a07267478160c4d87fbcdd69669d453eae121780e02 +size 524416 diff --git a/FootBones/labels/train_DX444_jpg.rf.rOG57OTRLVsr5LAEqYGk.npy b/FootBones/labels/train_DX444_jpg.rf.rOG57OTRLVsr5LAEqYGk.npy new file mode 100644 index 0000000000000000000000000000000000000000..170e5d7b18d0267f9eab9a00888696361a27157d --- /dev/null +++ b/FootBones/labels/train_DX444_jpg.rf.rOG57OTRLVsr5LAEqYGk.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bc9fa3a135dd2f6cfb5448105e8509c5e29709b590510773ee45317a12c2932 +size 524416 diff --git a/FootBones/labels/train_DX445_jpg.rf.pSJdlIRXA4ojGQmVzDbw.npy b/FootBones/labels/train_DX445_jpg.rf.pSJdlIRXA4ojGQmVzDbw.npy new file mode 100644 index 0000000000000000000000000000000000000000..4b94fad4e9fa88d09c2b19a3ee5b5bb180d524ef --- /dev/null +++ b/FootBones/labels/train_DX445_jpg.rf.pSJdlIRXA4ojGQmVzDbw.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74b675aa5c5212dd7becdf820812791e375ca58ada6bce3400c5913043f524e3 +size 524416 diff --git a/FootBones/labels/train_DX446_jpg.rf.f1GOa89Z7Xk0I9acma3q.npy b/FootBones/labels/train_DX446_jpg.rf.f1GOa89Z7Xk0I9acma3q.npy new file mode 100644 index 0000000000000000000000000000000000000000..fc953920ef356cb6202229884f789f1f70cb349c --- /dev/null +++ b/FootBones/labels/train_DX446_jpg.rf.f1GOa89Z7Xk0I9acma3q.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34f3eda3de4288d90f9c6480c4307245c4ac78aadec77867ac0ffbfb23c4d080 +size 524416 diff --git a/FootBones/labels/train_DX447_jpg.rf.aO3xxECqp2qcwHFqqLxG.npy b/FootBones/labels/train_DX447_jpg.rf.aO3xxECqp2qcwHFqqLxG.npy new file mode 100644 index 0000000000000000000000000000000000000000..73b2c25b47be230152294c3676c362c9aff8fdd5 --- /dev/null +++ b/FootBones/labels/train_DX447_jpg.rf.aO3xxECqp2qcwHFqqLxG.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9d7509383eb9ec29ed28b64c44958226f09b9f42358147b94cf86f892cef3e6 +size 524416 diff --git a/FootBones/labels/train_DX450_jpg.rf.eSv4Fm2bER13llbti3v2.npy b/FootBones/labels/train_DX450_jpg.rf.eSv4Fm2bER13llbti3v2.npy new file mode 100644 index 0000000000000000000000000000000000000000..fb711a93aefc63f560321a2c79b854ce9b6f0593 --- /dev/null +++ b/FootBones/labels/train_DX450_jpg.rf.eSv4Fm2bER13llbti3v2.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31ca14271b430c758cb3f5f51aaa33389a4eebc9795f4526afffd4c56f6c13f3 +size 524416 diff --git a/FootBones/labels/train_DX453_jpg.rf.tdsoG5dblzhzIuia1fcU.npy b/FootBones/labels/train_DX453_jpg.rf.tdsoG5dblzhzIuia1fcU.npy new file mode 100644 index 0000000000000000000000000000000000000000..61756d48c896a15267520ae6bdfb64bc60b0e3a4 --- /dev/null +++ b/FootBones/labels/train_DX453_jpg.rf.tdsoG5dblzhzIuia1fcU.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b75aedb7d22631d456c00fa46e640a25c0c6ddbefccb93f3d9a924e2e59787b +size 524416 diff --git a/FootBones/labels/train_DX454_jpg.rf.2SX81AinW4GGa55y5Ny7.npy b/FootBones/labels/train_DX454_jpg.rf.2SX81AinW4GGa55y5Ny7.npy new file mode 100644 index 0000000000000000000000000000000000000000..d29cb9b004f68f4e988a8e27d00ca4d737029113 --- /dev/null +++ b/FootBones/labels/train_DX454_jpg.rf.2SX81AinW4GGa55y5Ny7.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd3ba08f915a75b7cdb67dd9755f8426103f426c376ccc352ace868009fcaabe +size 524416 diff --git a/FootBones/labels/train_DX457_jpg.rf.Ae9EeeZNZMM2j7UGutAB.npy b/FootBones/labels/train_DX457_jpg.rf.Ae9EeeZNZMM2j7UGutAB.npy new file mode 100644 index 0000000000000000000000000000000000000000..fd4e3923d831058ab3301f2ae636a3498750854b --- /dev/null +++ b/FootBones/labels/train_DX457_jpg.rf.Ae9EeeZNZMM2j7UGutAB.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db9d42f9ecb511e3565b217790b24917d9598e42cf432d374f8293cf0e8c7c9e +size 524416 diff --git a/FootBones/labels/train_DX459_jpg.rf.LerU9znAPBwEf4Ifnsq1.npy b/FootBones/labels/train_DX459_jpg.rf.LerU9znAPBwEf4Ifnsq1.npy new file mode 100644 index 0000000000000000000000000000000000000000..c43e06dc23e10623b4ffbb7c4a49f3619281b498 --- /dev/null +++ b/FootBones/labels/train_DX459_jpg.rf.LerU9znAPBwEf4Ifnsq1.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2326444cbf9392c14552dc2f1075941e08beaef86c8ac592b12cc25ab70efbc0 +size 524416 diff --git a/FootBones/labels/train_DX461_jpg.rf.oeC8GwzuDEPWdGX0wVYm.npy b/FootBones/labels/train_DX461_jpg.rf.oeC8GwzuDEPWdGX0wVYm.npy new file mode 100644 index 0000000000000000000000000000000000000000..49541a9be87ef8e5b31f14ec14ca0ecdc2148c38 --- /dev/null +++ b/FootBones/labels/train_DX461_jpg.rf.oeC8GwzuDEPWdGX0wVYm.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20c951dd25c181d35c16bd65b50f143194424f982bbd113c4f14766454343696 +size 524416 diff --git a/FootBones/labels/train_DX462_jpg.rf.AkgMwLpAo2gZxy62C8V0.npy b/FootBones/labels/train_DX462_jpg.rf.AkgMwLpAo2gZxy62C8V0.npy new file mode 100644 index 0000000000000000000000000000000000000000..2bd460471fc52a5928676754646603c2f7220ded --- /dev/null +++ b/FootBones/labels/train_DX462_jpg.rf.AkgMwLpAo2gZxy62C8V0.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1981e12fecb1edf4fc74fa4751f9681d081dce28e5a3d1766c10e444640a91dc +size 524416 diff --git a/FootBones/labels/train_DX463_jpg.rf.cYvmF7iK1XifGOhcuc77.npy b/FootBones/labels/train_DX463_jpg.rf.cYvmF7iK1XifGOhcuc77.npy new file mode 100644 index 0000000000000000000000000000000000000000..4a9f515e5387e0a0330010400cb3c0c9046ed3ac --- /dev/null +++ b/FootBones/labels/train_DX463_jpg.rf.cYvmF7iK1XifGOhcuc77.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d27270f27ab06e992bcc8eeeb446f5fcbf72a0adbb568d1a5edddef960c2d2c2 +size 524416 diff --git a/FootBones/labels/train_DX466_jpg.rf.07egBdyE9ZFDj7yWp5Sh.npy b/FootBones/labels/train_DX466_jpg.rf.07egBdyE9ZFDj7yWp5Sh.npy new file mode 100644 index 0000000000000000000000000000000000000000..cbf4e3f94e9783d991814d1312b287c40586f91f --- /dev/null +++ b/FootBones/labels/train_DX466_jpg.rf.07egBdyE9ZFDj7yWp5Sh.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33b6845a4e79b2f9f92f28a5c396f104a8b2442f67236c7255a71fd1351103c5 +size 524416 diff --git a/FootBones/labels/train_DX467_jpg.rf.8qYDoliHSEFUY3JYGEoU.npy b/FootBones/labels/train_DX467_jpg.rf.8qYDoliHSEFUY3JYGEoU.npy new file mode 100644 index 0000000000000000000000000000000000000000..ae2ce205f0d323ff4938790062a5ca20d83e3eec --- /dev/null +++ b/FootBones/labels/train_DX467_jpg.rf.8qYDoliHSEFUY3JYGEoU.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c82dfa3c8abf7304d8de1ea674dce00979988892c256bbc8e8a132447cd71c3 +size 524416 diff --git a/FootBones/labels/train_DX469_jpg.rf.wrhWx6kAr0Ip7qxEg3aq.npy b/FootBones/labels/train_DX469_jpg.rf.wrhWx6kAr0Ip7qxEg3aq.npy new file mode 100644 index 0000000000000000000000000000000000000000..19b88d400d0a3e559ea5212fb8ec4da300d60b10 --- /dev/null +++ b/FootBones/labels/train_DX469_jpg.rf.wrhWx6kAr0Ip7qxEg3aq.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:470bb2f145f5a6555bf656737b98d48f9edd45f1321db4edccd4c8f663be45bc +size 524416 diff --git a/FootBones/labels/train_DX471_jpg.rf.nzYhN8hLgnj0XZJnjPAB.npy b/FootBones/labels/train_DX471_jpg.rf.nzYhN8hLgnj0XZJnjPAB.npy new file mode 100644 index 0000000000000000000000000000000000000000..cc4a582aa3988a88f1983baf2daed46230872df1 --- /dev/null +++ b/FootBones/labels/train_DX471_jpg.rf.nzYhN8hLgnj0XZJnjPAB.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54bf502c33b6dcff44a6e7946b9e4f50ed8bb3563adbd2bf4a2de37a18fbc2e3 +size 524416 diff --git a/FootBones/labels/train_DX473_jpg.rf.YXyCEJ3DLs9w14iqJeT6.npy b/FootBones/labels/train_DX473_jpg.rf.YXyCEJ3DLs9w14iqJeT6.npy new file mode 100644 index 0000000000000000000000000000000000000000..ea9b34c3c5cbf6060bed90802878646bce1cdc3e --- /dev/null +++ b/FootBones/labels/train_DX473_jpg.rf.YXyCEJ3DLs9w14iqJeT6.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12ef8d5ad207775addcd1e235745db506ee1a320a3906c47f8b9f07daca1a5a8 +size 524416 diff --git a/FootBones/labels/train_DX474_jpg.rf.0P4VHEM3l7W98X4j0w0w.npy b/FootBones/labels/train_DX474_jpg.rf.0P4VHEM3l7W98X4j0w0w.npy new file mode 100644 index 0000000000000000000000000000000000000000..a19eb843e01fca56487a3465cff4e75fb958dfd1 --- /dev/null +++ b/FootBones/labels/train_DX474_jpg.rf.0P4VHEM3l7W98X4j0w0w.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcd023b74a23ea289e9abda677a426124abac3feac4db8bd9cf048a8eb3088dd +size 524416 diff --git a/FootBones/labels/train_DX475_jpg.rf.HmvfPe6uuHEC1Gs19NbE.npy b/FootBones/labels/train_DX475_jpg.rf.HmvfPe6uuHEC1Gs19NbE.npy new file mode 100644 index 0000000000000000000000000000000000000000..314980ea665c87721c151b9ccf18b1d796884382 --- /dev/null +++ b/FootBones/labels/train_DX475_jpg.rf.HmvfPe6uuHEC1Gs19NbE.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a2de6b9ffbbf09ff42df91f853fc3e8f0cc926bf320080e963ba30962fa7171 +size 524416 diff --git a/FootBones/labels/train_DX477_jpg.rf.8ZgWjhVkM0KBZDprkfFK.npy b/FootBones/labels/train_DX477_jpg.rf.8ZgWjhVkM0KBZDprkfFK.npy new file mode 100644 index 0000000000000000000000000000000000000000..865b05113e02ae776cc60a9607833ac7a8459cf4 --- /dev/null +++ b/FootBones/labels/train_DX477_jpg.rf.8ZgWjhVkM0KBZDprkfFK.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c18e296dd41cd9f5161d2ed4b79b73a48fbe4a2dfd5828974e45af73224d8627 +size 524416 diff --git a/FootBones/labels/train_DX478_jpg.rf.doi3IdSOhdOX6GXNWmSE.npy b/FootBones/labels/train_DX478_jpg.rf.doi3IdSOhdOX6GXNWmSE.npy new file mode 100644 index 0000000000000000000000000000000000000000..5a4593209c17ffb7c8941d165e837a6d6975c8f6 --- /dev/null +++ b/FootBones/labels/train_DX478_jpg.rf.doi3IdSOhdOX6GXNWmSE.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6900e56637c656db9bf34fc59a6c33946a81951d5e8d6f66ad08f812c62bb99 +size 524416 diff --git a/FootBones/labels/train_DX483_jpg.rf.ceHoMSW5MmDu6imoBgyn.npy b/FootBones/labels/train_DX483_jpg.rf.ceHoMSW5MmDu6imoBgyn.npy new file mode 100644 index 0000000000000000000000000000000000000000..de0288578d32d545ffe63dea86940aa85074117c --- /dev/null +++ b/FootBones/labels/train_DX483_jpg.rf.ceHoMSW5MmDu6imoBgyn.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaa1243455761ac375cedfe992073ca094389e50eec33bd39a490ee43aefb38d +size 524416 diff --git a/FootBones/labels/train_DX484_jpg.rf.PbKF55ZiEbfZw03najjB.npy b/FootBones/labels/train_DX484_jpg.rf.PbKF55ZiEbfZw03najjB.npy new file mode 100644 index 0000000000000000000000000000000000000000..fb9ed887c9f67df2d99650a36978187eff2bcb65 --- /dev/null +++ b/FootBones/labels/train_DX484_jpg.rf.PbKF55ZiEbfZw03najjB.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd8b0e78dbbf32c0ae194eef15cf23eb63d309a4cebec402d18ad6b9fa077f35 +size 524416 diff --git a/FootBones/labels/train_DX485_jpg.rf.pJIg3FLEbGmUJlsJJqq7.npy b/FootBones/labels/train_DX485_jpg.rf.pJIg3FLEbGmUJlsJJqq7.npy new file mode 100644 index 0000000000000000000000000000000000000000..5eec4f765ce866490e5d89ea4c94d904be48f4bd --- /dev/null +++ b/FootBones/labels/train_DX485_jpg.rf.pJIg3FLEbGmUJlsJJqq7.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:784980f4779eb39bd0b147b4eabd45654bb2bfc48de7fc98cd0f91c3a03179d6 +size 524416 diff --git a/FootBones/labels/train_DX486_jpg.rf.NUyKeqgv8Id2ivCOvGOJ.npy b/FootBones/labels/train_DX486_jpg.rf.NUyKeqgv8Id2ivCOvGOJ.npy new file mode 100644 index 0000000000000000000000000000000000000000..e15d43f0de8c768913a0f957bbf20051520fe130 --- /dev/null +++ b/FootBones/labels/train_DX486_jpg.rf.NUyKeqgv8Id2ivCOvGOJ.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:694105f6cfe9f7f87c4407ef188adc0c7bcb3d1765d0e452d5985dc6f492f7b0 +size 524416 diff --git a/FootBones/labels/train_DX487_jpg.rf.xxeaHXKGt19uiopm6koF.npy b/FootBones/labels/train_DX487_jpg.rf.xxeaHXKGt19uiopm6koF.npy new file mode 100644 index 0000000000000000000000000000000000000000..c24ab5bf3aab16abd5599cf0b811b6b337ab421a --- /dev/null +++ b/FootBones/labels/train_DX487_jpg.rf.xxeaHXKGt19uiopm6koF.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e17575458ba1102578aeb0962ef80470756b46f84eea2e75cd3698e4e22af9f +size 524416 diff --git a/FootBones/labels/train_DX488_jpg.rf.8IxHQIvjMpfbEbtrZQzu.npy b/FootBones/labels/train_DX488_jpg.rf.8IxHQIvjMpfbEbtrZQzu.npy new file mode 100644 index 0000000000000000000000000000000000000000..fe485c11a06ba632e93228d428a6a2ab4a9ce5ee --- /dev/null +++ b/FootBones/labels/train_DX488_jpg.rf.8IxHQIvjMpfbEbtrZQzu.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b37cc8c35fb65ffaf6cf61fd5b249148b1492cfb4325eddd324da0898a0656f8 +size 524416 diff --git a/FootBones/labels/train_DX490_jpg.rf.45kYKdJVb27ylpaD9qNj.npy b/FootBones/labels/train_DX490_jpg.rf.45kYKdJVb27ylpaD9qNj.npy new file mode 100644 index 0000000000000000000000000000000000000000..78524c314849e7e5d754f2e1d692bda003316371 --- /dev/null +++ b/FootBones/labels/train_DX490_jpg.rf.45kYKdJVb27ylpaD9qNj.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e633f178e5c5f24ec49137dd8f7761ba0e1caba30f4ea286eb3f7e2319ea2e0a +size 524416 diff --git a/FootBones/labels/train_DX492_jpg.rf.t5V3eLZ4jorImzBx2BGS.npy b/FootBones/labels/train_DX492_jpg.rf.t5V3eLZ4jorImzBx2BGS.npy new file mode 100644 index 0000000000000000000000000000000000000000..3f8b1c59d5021354fe16f2eb3207c4ee72d86528 --- /dev/null +++ b/FootBones/labels/train_DX492_jpg.rf.t5V3eLZ4jorImzBx2BGS.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6cf01acd251afeddb75e2706ce1950a0a1d79c21fbedfdc2db9636513870613 +size 524416 diff --git a/FootBones/labels/train_DX493_jpg.rf.igx1ImRTmqbBHju0uum4.npy b/FootBones/labels/train_DX493_jpg.rf.igx1ImRTmqbBHju0uum4.npy new file mode 100644 index 0000000000000000000000000000000000000000..19d8efffda8a1071ecbc50a1ef123f4aaf823f23 --- /dev/null +++ b/FootBones/labels/train_DX493_jpg.rf.igx1ImRTmqbBHju0uum4.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8bf5a0f07298715f965a30d265a839df2a6406d3e7613a1d8abcc781771ddb7 +size 524416 diff --git a/FootBones/labels/train_DX494_jpg.rf.2DpQoW8TTYvWhPwr8iYT.npy b/FootBones/labels/train_DX494_jpg.rf.2DpQoW8TTYvWhPwr8iYT.npy new file mode 100644 index 0000000000000000000000000000000000000000..e4b678eb216af8b862b9caf514de866a18d6daa0 --- /dev/null +++ b/FootBones/labels/train_DX494_jpg.rf.2DpQoW8TTYvWhPwr8iYT.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8b54302986dbeb8958ddb00fdf7981e40c5511f39b03561637ac31401f6abb0 +size 524416 diff --git a/FootBones/labels/train_DX495_jpg.rf.1Ss0MB1Xha7a5OvuSqls.npy b/FootBones/labels/train_DX495_jpg.rf.1Ss0MB1Xha7a5OvuSqls.npy new file mode 100644 index 0000000000000000000000000000000000000000..9cc4f27738c25494c01d4560f7492b2eee4a2796 --- /dev/null +++ b/FootBones/labels/train_DX495_jpg.rf.1Ss0MB1Xha7a5OvuSqls.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96511fbae05a9b685c35c332d04d034360d5c11b09e6447607932f77c6538950 +size 524416 diff --git a/FootBones/labels/train_DX496_jpg.rf.m9lTtcp2GGEYMxdG2pB6.npy b/FootBones/labels/train_DX496_jpg.rf.m9lTtcp2GGEYMxdG2pB6.npy new file mode 100644 index 0000000000000000000000000000000000000000..bf5e2f1bcf3386dce401910fff01b96da97d7187 --- /dev/null +++ b/FootBones/labels/train_DX496_jpg.rf.m9lTtcp2GGEYMxdG2pB6.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:987389a2f924f6ec723789ab2269078f729a1203eb938d5003d8ff6815a7cddb +size 524416 diff --git a/FootBones/labels/train_DX497_jpg.rf.rKO26oYs0gIHAzmGl3xs.npy b/FootBones/labels/train_DX497_jpg.rf.rKO26oYs0gIHAzmGl3xs.npy new file mode 100644 index 0000000000000000000000000000000000000000..2ae5d93feb745897aed728437c905d327169bbc4 --- /dev/null +++ b/FootBones/labels/train_DX497_jpg.rf.rKO26oYs0gIHAzmGl3xs.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beea0ebaf16d97259df1a6d9d86a4092b2fb7451a41a11a2cd5c2ed7d59153ce +size 524416 diff --git a/FootBones/labels/train_DX498_jpg.rf.kRkwIpkfZXvQBYerBbbr.npy b/FootBones/labels/train_DX498_jpg.rf.kRkwIpkfZXvQBYerBbbr.npy new file mode 100644 index 0000000000000000000000000000000000000000..67e86b65f9aa07a88e9d4a9bdf267a33dd46284b --- /dev/null +++ b/FootBones/labels/train_DX498_jpg.rf.kRkwIpkfZXvQBYerBbbr.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fb50e82fd3b14ff459698d5288811de64712abd2810284dfe935616419ffac7 +size 524416 diff --git a/FootBones/labels/train_DX500_jpg.rf.vLK3C3NVZGGqGurvbdUZ.npy b/FootBones/labels/train_DX500_jpg.rf.vLK3C3NVZGGqGurvbdUZ.npy new file mode 100644 index 0000000000000000000000000000000000000000..47a86335865773cb4824d7325130bcaa5a6a1506 --- /dev/null +++ b/FootBones/labels/train_DX500_jpg.rf.vLK3C3NVZGGqGurvbdUZ.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d33094ba48bf664263adc8be64742f0007007975123d9bcf9b0ff8e87a64030 +size 524416 diff --git a/FootBones/labels/train_DX503_jpg.rf.qzFQyBbQvpW8tNsziqTV.npy b/FootBones/labels/train_DX503_jpg.rf.qzFQyBbQvpW8tNsziqTV.npy new file mode 100644 index 0000000000000000000000000000000000000000..4a86758cc61353a24b2d81c882403f0f803a3688 --- /dev/null +++ b/FootBones/labels/train_DX503_jpg.rf.qzFQyBbQvpW8tNsziqTV.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bb905a8cf7c6867ca055e76d7eedf600d2644ded99eef06ff630622afefed1b +size 524416 diff --git a/FootBones/labels/train_DX505_jpg.rf.WQrSzmpQ83uh2ufARpAw.npy b/FootBones/labels/train_DX505_jpg.rf.WQrSzmpQ83uh2ufARpAw.npy new file mode 100644 index 0000000000000000000000000000000000000000..f812cc83c0a70f878f546608e5c99dea667ead2c --- /dev/null +++ b/FootBones/labels/train_DX505_jpg.rf.WQrSzmpQ83uh2ufARpAw.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:229faedff448d8cf2a8e8f40be67e23c75761bc2162cb1a006bcfa4bd5606032 +size 524416 diff --git a/FootBones/labels/train_DX513_jpg.rf.VILOfffv8Xa8zEHJZGzC.npy b/FootBones/labels/train_DX513_jpg.rf.VILOfffv8Xa8zEHJZGzC.npy new file mode 100644 index 0000000000000000000000000000000000000000..4ed7afc73b852688040c3c9abb2e6583e161fa88 --- /dev/null +++ b/FootBones/labels/train_DX513_jpg.rf.VILOfffv8Xa8zEHJZGzC.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b43f1c1848d5defe6e92b19e5f33159f738f2db160fb562f48cafbf3b6b3ec58 +size 524416 diff --git a/FootBones/labels/train_DX514_jpg.rf.kmYgsh1az63uEDuP7VjS.npy b/FootBones/labels/train_DX514_jpg.rf.kmYgsh1az63uEDuP7VjS.npy new file mode 100644 index 0000000000000000000000000000000000000000..bb91d06a144f03bf3f7d86fd7689662c5965685a --- /dev/null +++ b/FootBones/labels/train_DX514_jpg.rf.kmYgsh1az63uEDuP7VjS.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a400ef14efc68eeb1f43135c67f073c90ffc40d00849d3032911eb14dd0f6b2 +size 524416 diff --git a/FootBones/labels/train_DX515_jpg.rf.f5jgKUoz33zyd4qx6QCg.npy b/FootBones/labels/train_DX515_jpg.rf.f5jgKUoz33zyd4qx6QCg.npy new file mode 100644 index 0000000000000000000000000000000000000000..2da369142d8b334c59290776decec76fe6a77d6e --- /dev/null +++ b/FootBones/labels/train_DX515_jpg.rf.f5jgKUoz33zyd4qx6QCg.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:659429534785eacc474d52c1acc0d8fd33a73779ea2e31a08ad8f2ba08b31439 +size 524416 diff --git a/FootBones/labels/train_DX517_jpg.rf.aONWf763mVFUPKLnlsAi.npy b/FootBones/labels/train_DX517_jpg.rf.aONWf763mVFUPKLnlsAi.npy new file mode 100644 index 0000000000000000000000000000000000000000..c11b25328c9e5f35c7cbad5f13d936ef76c5c6cb --- /dev/null +++ b/FootBones/labels/train_DX517_jpg.rf.aONWf763mVFUPKLnlsAi.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2368770a964ec50a3e5c46e19c2d23b44083c0925d1b6f0dfae477043a532b19 +size 524416 diff --git a/FootBones/labels/train_DX519_jpg.rf.0Qji6bi9v2kBJXkt8qip.npy b/FootBones/labels/train_DX519_jpg.rf.0Qji6bi9v2kBJXkt8qip.npy new file mode 100644 index 0000000000000000000000000000000000000000..a1aa3e21fb7ab0db1f87fce175db6de0712ba2a8 --- /dev/null +++ b/FootBones/labels/train_DX519_jpg.rf.0Qji6bi9v2kBJXkt8qip.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e382779a24029155417d3f6ac9efa8b72591aa7aed8a80b4d737a683c0f0b62 +size 524416 diff --git a/FootBones/labels/train_DX520_jpg.rf.jpzHozN74ww7qDRNE5Kw.npy b/FootBones/labels/train_DX520_jpg.rf.jpzHozN74ww7qDRNE5Kw.npy new file mode 100644 index 0000000000000000000000000000000000000000..047d3ce3984919cdb18ed6b29c3a041e71e8b7da --- /dev/null +++ b/FootBones/labels/train_DX520_jpg.rf.jpzHozN74ww7qDRNE5Kw.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb3e4beefe4a129bcca5f7347d714508886ecfa8c3c1a1de2f86fa342e4944e3 +size 524416 diff --git a/FootBones/labels/train_DX522_jpg.rf.eg5MUpfqdD7SytBunSub.npy b/FootBones/labels/train_DX522_jpg.rf.eg5MUpfqdD7SytBunSub.npy new file mode 100644 index 0000000000000000000000000000000000000000..eeb21e2217a4dfeb875bc70eaa9a274ca2d70d80 --- /dev/null +++ b/FootBones/labels/train_DX522_jpg.rf.eg5MUpfqdD7SytBunSub.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d9f353e77b3912c19ff2d391280638acb3d26ff0ede17e84fd7b7f85a041352 +size 524416 diff --git a/FootBones/labels/train_DX524_jpg.rf.VIYy41UiYsVh3wo1OXRX.npy b/FootBones/labels/train_DX524_jpg.rf.VIYy41UiYsVh3wo1OXRX.npy new file mode 100644 index 0000000000000000000000000000000000000000..c2a2bb4ff502ac1c735ca8effac38ea651bfe054 --- /dev/null +++ b/FootBones/labels/train_DX524_jpg.rf.VIYy41UiYsVh3wo1OXRX.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:689908334d2d625fa719d9b9d2949f6ddc86f854d200ef46e19688910a049d54 +size 524416 diff --git a/FootBones/labels/train_DX525_jpg.rf.9HvmZIm6G3awhwA1tKTZ.npy b/FootBones/labels/train_DX525_jpg.rf.9HvmZIm6G3awhwA1tKTZ.npy new file mode 100644 index 0000000000000000000000000000000000000000..50ac5bfe1ee7d7aeb99cd09aca024f067f1d1b36 --- /dev/null +++ b/FootBones/labels/train_DX525_jpg.rf.9HvmZIm6G3awhwA1tKTZ.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f147e4a0b7f4f4041639df134a7e21499616bc915d9e678746ec830d5917a712 +size 524416 diff --git a/FootBones/labels/train_DX526_jpg.rf.fEG1yw3mD0jRoWMHcytq.npy b/FootBones/labels/train_DX526_jpg.rf.fEG1yw3mD0jRoWMHcytq.npy new file mode 100644 index 0000000000000000000000000000000000000000..e8d2ba0b0d4d6444de0764bfdea50ebc374d66a0 --- /dev/null +++ b/FootBones/labels/train_DX526_jpg.rf.fEG1yw3mD0jRoWMHcytq.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75cc204dc4da94418bbe0b7a1dabbefff9b857907bb71b4fb8b415013d0d3ed8 +size 524416 diff --git a/FootBones/labels/train_DX527_jpg.rf.lawyVu1lDUS4sL2cChMY.npy b/FootBones/labels/train_DX527_jpg.rf.lawyVu1lDUS4sL2cChMY.npy new file mode 100644 index 0000000000000000000000000000000000000000..ebcd307d1e87420ec6a64c1098d319cbf7a2f63a --- /dev/null +++ b/FootBones/labels/train_DX527_jpg.rf.lawyVu1lDUS4sL2cChMY.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86c29449f4128437976e618c49b92b8f42de427220ec20266604ebaba13f818d +size 524416 diff --git a/FootBones/labels/train_DX529_jpg.rf.jLQRpcbD0vs7smKFp51g.npy b/FootBones/labels/train_DX529_jpg.rf.jLQRpcbD0vs7smKFp51g.npy new file mode 100644 index 0000000000000000000000000000000000000000..3452d953fc4671ed76386df4eba69b6628105b44 --- /dev/null +++ b/FootBones/labels/train_DX529_jpg.rf.jLQRpcbD0vs7smKFp51g.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32838e685e731c69f18aed9d7370f32a2586ce409dcbf3cfcbaba401ae9dd865 +size 524416 diff --git a/FootBones/labels/train_DX531_jpg.rf.08X3LiuCPiOEsTnyFMCZ.npy b/FootBones/labels/train_DX531_jpg.rf.08X3LiuCPiOEsTnyFMCZ.npy new file mode 100644 index 0000000000000000000000000000000000000000..ca78489cf5a19cd445c36e82b313a342db142060 --- /dev/null +++ b/FootBones/labels/train_DX531_jpg.rf.08X3LiuCPiOEsTnyFMCZ.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ed29e8d3ba35f53c25be20b129077d98ebaa232a04f14c9984fbe1410431423 +size 524416 diff --git a/FootBones/labels/train_DX532_jpg.rf.4fiQW8ytVCS6QnYHc4dc.npy b/FootBones/labels/train_DX532_jpg.rf.4fiQW8ytVCS6QnYHc4dc.npy new file mode 100644 index 0000000000000000000000000000000000000000..1f10eea9efcd5fe56f7293474d23fbe94951bbbe --- /dev/null +++ b/FootBones/labels/train_DX532_jpg.rf.4fiQW8ytVCS6QnYHc4dc.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a66e39793a530c95f11ba4d9ba59a905abf85340dd04cd2990d8e426e0f27713 +size 524416 diff --git a/FootBones/labels/train_DX533_jpg.rf.Gwk4Hau2dJURirSBoFCH.npy b/FootBones/labels/train_DX533_jpg.rf.Gwk4Hau2dJURirSBoFCH.npy new file mode 100644 index 0000000000000000000000000000000000000000..a60b853157eeddefaeaed8186db05f2595e38b87 --- /dev/null +++ b/FootBones/labels/train_DX533_jpg.rf.Gwk4Hau2dJURirSBoFCH.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56aefcee405ec18b1b6e05d912dd1c7e250b928433411e90787ca1c298fc951f +size 524416 diff --git a/FootBones/labels/train_DX534_jpg.rf.Eo8BWnT9o3tN9CQCg6S4.npy b/FootBones/labels/train_DX534_jpg.rf.Eo8BWnT9o3tN9CQCg6S4.npy new file mode 100644 index 0000000000000000000000000000000000000000..d518ea76d99099bb57178ec360ca59dfb0605f1b --- /dev/null +++ b/FootBones/labels/train_DX534_jpg.rf.Eo8BWnT9o3tN9CQCg6S4.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f02031dd6a0285d2ef1338caa9e9c56ca087bd8afff2dd81d0aa73a69c5b32e2 +size 524416 diff --git a/FootBones/labels/train_DX535_jpg.rf.ML77toLsRBRNg7RZk06H.npy b/FootBones/labels/train_DX535_jpg.rf.ML77toLsRBRNg7RZk06H.npy new file mode 100644 index 0000000000000000000000000000000000000000..75a44d5970a4f4affaa66297cb9a6cb48dcfdfcf --- /dev/null +++ b/FootBones/labels/train_DX535_jpg.rf.ML77toLsRBRNg7RZk06H.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95b7b15d586b915ad87d8d0b254f6d35aa92e261f3bb8830387419f308eed410 +size 524416 diff --git a/FootBones/labels/train_DX537_jpg.rf.r51wRLEiwbyJqklem3rV.npy b/FootBones/labels/train_DX537_jpg.rf.r51wRLEiwbyJqklem3rV.npy new file mode 100644 index 0000000000000000000000000000000000000000..5f4372712d0c77bb32e4884ede8d02657af4f684 --- /dev/null +++ b/FootBones/labels/train_DX537_jpg.rf.r51wRLEiwbyJqklem3rV.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:803582b8e95e1d056cd9ca4cdedbc42b3c74dd5a1a5ff055dbf1423f92b88792 +size 524416 diff --git a/FootBones/labels/train_DX538_jpg.rf.NE064PNVEdqxeuTvD0Js.npy b/FootBones/labels/train_DX538_jpg.rf.NE064PNVEdqxeuTvD0Js.npy new file mode 100644 index 0000000000000000000000000000000000000000..e9cde1cbf5f2afff432aeddd2273b7efb1eb2a98 --- /dev/null +++ b/FootBones/labels/train_DX538_jpg.rf.NE064PNVEdqxeuTvD0Js.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5526d1d5f8adf67ffe59551feab112f8adbcbba60d034d408a7bbd53dea8f500 +size 524416 diff --git a/FootBones/labels/train_DX540_jpg.rf.2OrM4FyizSF7zj6LbHor.npy b/FootBones/labels/train_DX540_jpg.rf.2OrM4FyizSF7zj6LbHor.npy new file mode 100644 index 0000000000000000000000000000000000000000..4e827aad73a9378fa71e1a2b8cc720cdb9d71f16 --- /dev/null +++ b/FootBones/labels/train_DX540_jpg.rf.2OrM4FyizSF7zj6LbHor.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbf782411fd28ef7188f0a8d2ed3a55e0ddb49fac7688a25179bdb71ed436124 +size 524416 diff --git a/FootBones/labels/train_DX541_jpg.rf.RZ3MVnuLTOKnYRLzOZ9N.npy b/FootBones/labels/train_DX541_jpg.rf.RZ3MVnuLTOKnYRLzOZ9N.npy new file mode 100644 index 0000000000000000000000000000000000000000..029665504fbcc97ec3bd33cc89ea9b9d6ed03ca1 --- /dev/null +++ b/FootBones/labels/train_DX541_jpg.rf.RZ3MVnuLTOKnYRLzOZ9N.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ec0a74d408888fd5c1334fc4181e8f74e6f9c2e110a818fe3e64009cd6c907f +size 524416 diff --git a/FootBones/labels/train_DX542_jpg.rf.cxBjvTvsNHAg7nkz3oy4.npy b/FootBones/labels/train_DX542_jpg.rf.cxBjvTvsNHAg7nkz3oy4.npy new file mode 100644 index 0000000000000000000000000000000000000000..1aa68cb419436b8e8dac381b8347c0408208d7d0 --- /dev/null +++ b/FootBones/labels/train_DX542_jpg.rf.cxBjvTvsNHAg7nkz3oy4.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a014c0b1737e3971cce253b40570abf0087e5232bae1babf5228436ba6feed3b +size 524416 diff --git a/FootBones/labels/train_DX544_jpg.rf.PfpA9sGnSmONbUJd5CXY.npy b/FootBones/labels/train_DX544_jpg.rf.PfpA9sGnSmONbUJd5CXY.npy new file mode 100644 index 0000000000000000000000000000000000000000..8f7a363fc93a1a858c34a1e35b08878785c054ac --- /dev/null +++ b/FootBones/labels/train_DX544_jpg.rf.PfpA9sGnSmONbUJd5CXY.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97c76391f66ec436d0144b9d633997c2a2534b3c8d1a4e5bc5d221a07ab5eb6d +size 524416 diff --git a/FootBones/labels/train_DX546_jpg.rf.c4RPXdo5dgydXF0XIPiV.npy b/FootBones/labels/train_DX546_jpg.rf.c4RPXdo5dgydXF0XIPiV.npy new file mode 100644 index 0000000000000000000000000000000000000000..e6c4a60a5bdcf8d06c70675245f85e93858e6a8f --- /dev/null +++ b/FootBones/labels/train_DX546_jpg.rf.c4RPXdo5dgydXF0XIPiV.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f9c7fca2f2f30fccd667f58a75496001c32b300d9280cb4365acc0907c3c1a2 +size 524416 diff --git a/FootBones/labels/train_DX548_jpg.rf.fdcPwSM2EoxeVfyo1iiv.npy b/FootBones/labels/train_DX548_jpg.rf.fdcPwSM2EoxeVfyo1iiv.npy new file mode 100644 index 0000000000000000000000000000000000000000..3649f207647c3081ebd7a5b09c9454d2dd7c2c42 --- /dev/null +++ b/FootBones/labels/train_DX548_jpg.rf.fdcPwSM2EoxeVfyo1iiv.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13d3870a4b551102c9a71574542baa8d8bba5bf76c0f95f097bb119192861cbc +size 524416 diff --git a/FootBones/labels/train_DX54_jpg.rf.Xt7YZNPwkyQ7JrBHHGfh.npy b/FootBones/labels/train_DX54_jpg.rf.Xt7YZNPwkyQ7JrBHHGfh.npy new file mode 100644 index 0000000000000000000000000000000000000000..5efe3891cf958f8e6fa090f41194ede307bfd8c6 --- /dev/null +++ b/FootBones/labels/train_DX54_jpg.rf.Xt7YZNPwkyQ7JrBHHGfh.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:729b3f35db87bfd06c27af7ae92239b8f4fe717bbb6a7629ebd5fcc9f371cf7b +size 524416 diff --git a/FootBones/labels/train_DX550_jpg.rf.3iUPGZ03GTeDOt4pblix.npy b/FootBones/labels/train_DX550_jpg.rf.3iUPGZ03GTeDOt4pblix.npy new file mode 100644 index 0000000000000000000000000000000000000000..09fa7893f3393698c3dd201bd36be9c43f254641 --- /dev/null +++ b/FootBones/labels/train_DX550_jpg.rf.3iUPGZ03GTeDOt4pblix.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4353c84e857e72dcd05fb0408b3ed802d66acd7c9b36952c0589bdbffb009a7d +size 524416 diff --git a/FootBones/labels/train_DX551_jpg.rf.CN8pYIuvlPzJ71aYQUXd.npy b/FootBones/labels/train_DX551_jpg.rf.CN8pYIuvlPzJ71aYQUXd.npy new file mode 100644 index 0000000000000000000000000000000000000000..afc2a9df22c6a77a7eda2bdec00e351025132c4d --- /dev/null +++ b/FootBones/labels/train_DX551_jpg.rf.CN8pYIuvlPzJ71aYQUXd.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f133f70f637dbe578162ae6348485e248c40dbb79bffc73e7984284515e0205 +size 524416 diff --git a/FootBones/labels/train_DX555_jpg.rf.nndJcJuiRzfsTudg5kmv.npy b/FootBones/labels/train_DX555_jpg.rf.nndJcJuiRzfsTudg5kmv.npy new file mode 100644 index 0000000000000000000000000000000000000000..e1b8d3b4e1fc43f9d7346bdb33ab5e746127b6fd --- /dev/null +++ b/FootBones/labels/train_DX555_jpg.rf.nndJcJuiRzfsTudg5kmv.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:486dbc7d4fdeecb6c149ed7813ed5c97dc794821245b5d4469c3c233100352fa +size 524416 diff --git a/FootBones/labels/train_DX556_jpg.rf.uGbYkpBLpP8MhcvcT7LY.npy b/FootBones/labels/train_DX556_jpg.rf.uGbYkpBLpP8MhcvcT7LY.npy new file mode 100644 index 0000000000000000000000000000000000000000..689e541823a1d0f3248de71bad85368a19385a18 --- /dev/null +++ b/FootBones/labels/train_DX556_jpg.rf.uGbYkpBLpP8MhcvcT7LY.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80eee9a222e30a1251b876642cc75dabf03ff9e9d71bf2267bfd598ca864fb9b +size 524416 diff --git a/FootBones/labels/train_DX557_jpg.rf.aC7Ag6McvYhwAwBmCEfc.npy b/FootBones/labels/train_DX557_jpg.rf.aC7Ag6McvYhwAwBmCEfc.npy new file mode 100644 index 0000000000000000000000000000000000000000..f9ce760861ced46ce56ee8757ea48f49507ceb55 --- /dev/null +++ b/FootBones/labels/train_DX557_jpg.rf.aC7Ag6McvYhwAwBmCEfc.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80d7375ea956b662de3d454c5470c3f47dbc0fff0180ed905fbcf00b3c929b10 +size 524416 diff --git a/FootBones/labels/train_DX559_jpg.rf.eLJYhgZzATrh5joCfau0.npy b/FootBones/labels/train_DX559_jpg.rf.eLJYhgZzATrh5joCfau0.npy new file mode 100644 index 0000000000000000000000000000000000000000..0ab0aae4215e33b0772d4861469b945e0fa4ccc2 --- /dev/null +++ b/FootBones/labels/train_DX559_jpg.rf.eLJYhgZzATrh5joCfau0.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f30bec10008fc27f960a1c586d0a50b64bd43750aaa0c7d709f4fdae9661fce2 +size 524416 diff --git a/FootBones/labels/train_DX55_jpg.rf.j31WtQponQv8rvtE9iFk.npy b/FootBones/labels/train_DX55_jpg.rf.j31WtQponQv8rvtE9iFk.npy new file mode 100644 index 0000000000000000000000000000000000000000..bc2b2aa37840395f6dcf1cf87ee4e2527e6aa974 --- /dev/null +++ b/FootBones/labels/train_DX55_jpg.rf.j31WtQponQv8rvtE9iFk.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4c0a778731a56100f242975dec8b9c686d59cbea24351ed25fcfeefd5da4570 +size 524416 diff --git a/FootBones/labels/train_DX560_jpg.rf.ViMhrAFCCeNpxv1IwFWY.npy b/FootBones/labels/train_DX560_jpg.rf.ViMhrAFCCeNpxv1IwFWY.npy new file mode 100644 index 0000000000000000000000000000000000000000..5419a0f793881478d2014cb95c8c6e729eb66d39 --- /dev/null +++ b/FootBones/labels/train_DX560_jpg.rf.ViMhrAFCCeNpxv1IwFWY.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0653a6edf7732c17c293e614a5e51d21261cbcf28ef1c91dec4dcdff98f66136 +size 524416 diff --git a/FootBones/labels/train_DX562_jpg.rf.hXYkFmQ5gZCG5a47hK7d.npy b/FootBones/labels/train_DX562_jpg.rf.hXYkFmQ5gZCG5a47hK7d.npy new file mode 100644 index 0000000000000000000000000000000000000000..07f491c39972353d7603d92659ba0c66f9b17cdd --- /dev/null +++ b/FootBones/labels/train_DX562_jpg.rf.hXYkFmQ5gZCG5a47hK7d.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf234160e22bf49f7cfccd91ee1d8e76c24715ecbbdd61885efbc8bfdd487fa4 +size 524416 diff --git a/FootBones/labels/train_DX564_jpg.rf.fZGvcbTZhxodOITGHWVn.npy b/FootBones/labels/train_DX564_jpg.rf.fZGvcbTZhxodOITGHWVn.npy new file mode 100644 index 0000000000000000000000000000000000000000..1d06205ae4cf34dfb6ffceb7731cdaa698b05113 --- /dev/null +++ b/FootBones/labels/train_DX564_jpg.rf.fZGvcbTZhxodOITGHWVn.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1293b8f6291d8425de6e427afe2a87d75be88b24080d3abb8f484feef242080d +size 524416 diff --git a/FootBones/labels/train_DX568_jpg.rf.oTxcVHivPR8btyWGEBmJ.npy b/FootBones/labels/train_DX568_jpg.rf.oTxcVHivPR8btyWGEBmJ.npy new file mode 100644 index 0000000000000000000000000000000000000000..311b22f632b1b251a970196d5eb69f3648ac2741 --- /dev/null +++ b/FootBones/labels/train_DX568_jpg.rf.oTxcVHivPR8btyWGEBmJ.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d86c45767e721713ee964724a12627e6613070cbd515686f2709009039a5268 +size 524416 diff --git a/FootBones/labels/train_DX56_jpg.rf.EaNGNYVrHr58FomPGhwR.npy b/FootBones/labels/train_DX56_jpg.rf.EaNGNYVrHr58FomPGhwR.npy new file mode 100644 index 0000000000000000000000000000000000000000..be2dbbe0a4e6471659be13a58ba23a692d219de7 --- /dev/null +++ b/FootBones/labels/train_DX56_jpg.rf.EaNGNYVrHr58FomPGhwR.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f589ed433aba44475c8a156e4514b34ef21743f6f61a3ba5c92a3f5accf4914f +size 524416 diff --git a/FootBones/labels/train_DX570_jpg.rf.vhyMuRDtNcI7P7bc9yVY.npy b/FootBones/labels/train_DX570_jpg.rf.vhyMuRDtNcI7P7bc9yVY.npy new file mode 100644 index 0000000000000000000000000000000000000000..0e2c3b0fa3bc95c6b0980c29f5ed83ab2222b873 --- /dev/null +++ b/FootBones/labels/train_DX570_jpg.rf.vhyMuRDtNcI7P7bc9yVY.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a31c862a7f4b8dbc46ab78fefe1a6341e75785601df7f7eb31e502729953af6 +size 524416 diff --git a/FootBones/labels/train_DX571_jpg.rf.0Gl5sN0ggkl2AeGAJ2JL.npy b/FootBones/labels/train_DX571_jpg.rf.0Gl5sN0ggkl2AeGAJ2JL.npy new file mode 100644 index 0000000000000000000000000000000000000000..342976d6bd2624b34efcfb34e7b86065e10eea2c --- /dev/null +++ b/FootBones/labels/train_DX571_jpg.rf.0Gl5sN0ggkl2AeGAJ2JL.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1376f915bd8279e8d30fb2ec6c9cb6d043c8a8286ff3353e29cc432ba34294f +size 524416 diff --git a/FootBones/labels/train_DX572_jpg.rf.g4XyOS0QTnwwsweLM4Dn.npy b/FootBones/labels/train_DX572_jpg.rf.g4XyOS0QTnwwsweLM4Dn.npy new file mode 100644 index 0000000000000000000000000000000000000000..d48c295c609b880f5bc47749326a506ed0baf509 --- /dev/null +++ b/FootBones/labels/train_DX572_jpg.rf.g4XyOS0QTnwwsweLM4Dn.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c91b8cb203cb3467e8b4cb7af2ef670b7fee9a926d90e280f38e295e3434fc39 +size 524416 diff --git a/FootBones/labels/train_DX573_jpg.rf.QZCJqrxJlhDJqAOCQiSF.npy b/FootBones/labels/train_DX573_jpg.rf.QZCJqrxJlhDJqAOCQiSF.npy new file mode 100644 index 0000000000000000000000000000000000000000..7ae37c0ada42573cba2c9c1fbf49b3e8a5e32062 --- /dev/null +++ b/FootBones/labels/train_DX573_jpg.rf.QZCJqrxJlhDJqAOCQiSF.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:821221c9fdd8e281359bb36fbca40ba98e5fefc7c3372acf320a4a133e789adc +size 524416 diff --git a/FootBones/labels/train_DX575_jpg.rf.aNDrthwAsUEhPx2KbZlW.npy b/FootBones/labels/train_DX575_jpg.rf.aNDrthwAsUEhPx2KbZlW.npy new file mode 100644 index 0000000000000000000000000000000000000000..b03c886f482e3891a03b39f396c95a1d529c4c27 --- /dev/null +++ b/FootBones/labels/train_DX575_jpg.rf.aNDrthwAsUEhPx2KbZlW.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eb0a048b64fb9191e848bca2f3b53fa414dc348822fc6e118af984ed7344f96 +size 524416 diff --git a/FootBones/labels/train_DX578_jpg.rf.h1MI9eh5dCpmgdDxJ7xK.npy b/FootBones/labels/train_DX578_jpg.rf.h1MI9eh5dCpmgdDxJ7xK.npy new file mode 100644 index 0000000000000000000000000000000000000000..e58d4984668737e4fb7eb21c193f78a645667474 --- /dev/null +++ b/FootBones/labels/train_DX578_jpg.rf.h1MI9eh5dCpmgdDxJ7xK.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf164ff3295a11fb4690d77d98d28ab03dc2fe938539e4d729046025de372cac +size 524416 diff --git a/FootBones/labels/train_DX579_jpg.rf.ZElNqOaMV4yfqGqDzyzS.npy b/FootBones/labels/train_DX579_jpg.rf.ZElNqOaMV4yfqGqDzyzS.npy new file mode 100644 index 0000000000000000000000000000000000000000..119a82c5dc6853daba742ae3df821994d862d8ca --- /dev/null +++ b/FootBones/labels/train_DX579_jpg.rf.ZElNqOaMV4yfqGqDzyzS.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:165d5678c21c338e92e9c4354557dc6b56d69c765e5400511b31ac77de352b8d +size 524416 diff --git a/FootBones/labels/train_DX580_jpg.rf.2MUQsYwv5yR9Amm8qFfo.npy b/FootBones/labels/train_DX580_jpg.rf.2MUQsYwv5yR9Amm8qFfo.npy new file mode 100644 index 0000000000000000000000000000000000000000..d9f6da5d9c0d72a5d6df5cdd0a3dc74f3965e63f --- /dev/null +++ b/FootBones/labels/train_DX580_jpg.rf.2MUQsYwv5yR9Amm8qFfo.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5829d970db6a6bf559a1c39ed7f0b44f147992ce65aeb1a28f5ca7eb2db9c78c +size 524416 diff --git a/FootBones/labels/train_DX582_jpg.rf.ktk3OColr0mZQTxSUhWF.npy b/FootBones/labels/train_DX582_jpg.rf.ktk3OColr0mZQTxSUhWF.npy new file mode 100644 index 0000000000000000000000000000000000000000..91a9353f7fbcf9f594b7610f28953d695abc6c02 --- /dev/null +++ b/FootBones/labels/train_DX582_jpg.rf.ktk3OColr0mZQTxSUhWF.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8843e9538518d6e5d28bc93867fae1b88490692b8dd4f5ba17476e32f1edac03 +size 524416 diff --git a/FootBones/labels/train_DX584_jpg.rf.YXTmWivR8duWJdim7qID.npy b/FootBones/labels/train_DX584_jpg.rf.YXTmWivR8duWJdim7qID.npy new file mode 100644 index 0000000000000000000000000000000000000000..31d2e297b65dcae722b804e86cb545b1d958505e --- /dev/null +++ b/FootBones/labels/train_DX584_jpg.rf.YXTmWivR8duWJdim7qID.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d82081674b7d2f6646221a458fd76562347181eafe41ca440e38050837c04e56 +size 524416 diff --git a/FootBones/labels/train_DX585_jpg.rf.uWM0EaRT9CiHA0BdHGPh.npy b/FootBones/labels/train_DX585_jpg.rf.uWM0EaRT9CiHA0BdHGPh.npy new file mode 100644 index 0000000000000000000000000000000000000000..913ef2ced1c7de2bf09b538678450b4d7629797b --- /dev/null +++ b/FootBones/labels/train_DX585_jpg.rf.uWM0EaRT9CiHA0BdHGPh.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1bec2606f5154b833bf9ccccf94145e00ee5a44b8a8fea7ff6754fa3a9e1aa3 +size 524416 diff --git a/FootBones/labels/train_DX587_jpg.rf.DnBWA0uFTGnV8u0MmtVa.npy b/FootBones/labels/train_DX587_jpg.rf.DnBWA0uFTGnV8u0MmtVa.npy new file mode 100644 index 0000000000000000000000000000000000000000..34d30005731c82bcd41e03740fff66907a495c0c --- /dev/null +++ b/FootBones/labels/train_DX587_jpg.rf.DnBWA0uFTGnV8u0MmtVa.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98d0db46655e100f5167784ce1da8d9373f61a16a0f1ff7b918047101c1c5696 +size 524416 diff --git a/FootBones/labels/train_DX589_jpg.rf.w6amVhfbGlUCVSx2m4SK.npy b/FootBones/labels/train_DX589_jpg.rf.w6amVhfbGlUCVSx2m4SK.npy new file mode 100644 index 0000000000000000000000000000000000000000..c60be98d7bd088dfa2d25c84cfbd16bdaf6699be --- /dev/null +++ b/FootBones/labels/train_DX589_jpg.rf.w6amVhfbGlUCVSx2m4SK.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee4c4eb3dce3624eae54fcbb98dba1abd41cae486617383a85c95d5287320238 +size 524416 diff --git a/FootBones/labels/train_DX590_jpg.rf.6Eqep1bfhe20geZgy5Vf.npy b/FootBones/labels/train_DX590_jpg.rf.6Eqep1bfhe20geZgy5Vf.npy new file mode 100644 index 0000000000000000000000000000000000000000..4ff861b9c86980c82f53c71ee36dbb12fb068ce7 --- /dev/null +++ b/FootBones/labels/train_DX590_jpg.rf.6Eqep1bfhe20geZgy5Vf.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d02a2abbb1f0d3244d88cb0a6a0cdfa10fe02b94150474d2d14ed0d6963de89 +size 524416 diff --git a/FootBones/labels/train_DX594_jpg.rf.BOfEgm2mbYrEp6qZdHX9.npy b/FootBones/labels/train_DX594_jpg.rf.BOfEgm2mbYrEp6qZdHX9.npy new file mode 100644 index 0000000000000000000000000000000000000000..ce18678aa57b320d50cfffde99694a0d18faaf26 --- /dev/null +++ b/FootBones/labels/train_DX594_jpg.rf.BOfEgm2mbYrEp6qZdHX9.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bfa7290b3df60cb8732886d2d28e2cfac4adecf7f7f898bb1347efd7bc2b10d +size 524416 diff --git a/FootBones/labels/train_DX595_jpg.rf.IhYLW6tOvHxVpySPV4jl.npy b/FootBones/labels/train_DX595_jpg.rf.IhYLW6tOvHxVpySPV4jl.npy new file mode 100644 index 0000000000000000000000000000000000000000..9118b1252e7a1ff8101a011e6c0a31d4739194b9 --- /dev/null +++ b/FootBones/labels/train_DX595_jpg.rf.IhYLW6tOvHxVpySPV4jl.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48cc44d8c127686d22c5975ff13253ec8127dd14db94686955bfc0395c883e2f +size 524416 diff --git a/FootBones/labels/train_DX596_jpg.rf.RNuMizL84NaghzLGLqlg.npy b/FootBones/labels/train_DX596_jpg.rf.RNuMizL84NaghzLGLqlg.npy new file mode 100644 index 0000000000000000000000000000000000000000..510085538b021e2b6319e55f5bfcbb9626b693c5 --- /dev/null +++ b/FootBones/labels/train_DX596_jpg.rf.RNuMizL84NaghzLGLqlg.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:478adba37684bcd79c0fdeba33d2cb0c9ab0d9ee2e6a3ebcae077eb910954cd5 +size 524416 diff --git a/FootBones/labels/train_DX598_jpg.rf.IRBpQVclbQgzZZNUuC9J.npy b/FootBones/labels/train_DX598_jpg.rf.IRBpQVclbQgzZZNUuC9J.npy new file mode 100644 index 0000000000000000000000000000000000000000..30cc4b33b369a5b33297d838ca7913a36f7e52b1 --- /dev/null +++ b/FootBones/labels/train_DX598_jpg.rf.IRBpQVclbQgzZZNUuC9J.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16d322f264da6733ce2850f25399a2d7e7df8d1260d86b39919e7583c3af92ec +size 524416 diff --git a/FootBones/labels/train_DX599_jpg.rf.aB2QrKEy9IcLuwKmOvvs.npy b/FootBones/labels/train_DX599_jpg.rf.aB2QrKEy9IcLuwKmOvvs.npy new file mode 100644 index 0000000000000000000000000000000000000000..9543f19a6b411f8ee73fa558cb67e26cbe901c0f --- /dev/null +++ b/FootBones/labels/train_DX599_jpg.rf.aB2QrKEy9IcLuwKmOvvs.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d0c7a3a3b6565b1955355650e7edf79559dfcb85896b09e5ca3f132e5f107af +size 524416 diff --git a/FootBones/labels/train_DX600_jpg.rf.zAVZdzcLYy8vI3sCjepU.npy b/FootBones/labels/train_DX600_jpg.rf.zAVZdzcLYy8vI3sCjepU.npy new file mode 100644 index 0000000000000000000000000000000000000000..5abba9bc6616becd64d51124a0ba5dfa6a7865de --- /dev/null +++ b/FootBones/labels/train_DX600_jpg.rf.zAVZdzcLYy8vI3sCjepU.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eddd03ab19bcb4842b9972c42a5a5f47ed6b078a941df1e485729eefe922d633 +size 524416 diff --git a/FootBones/labels/train_DX601_jpg.rf.i2nm3C0LfdeIgOtrgXcW.npy b/FootBones/labels/train_DX601_jpg.rf.i2nm3C0LfdeIgOtrgXcW.npy new file mode 100644 index 0000000000000000000000000000000000000000..453ed2f644d80e7c5d3a2143575010be213debee --- /dev/null +++ b/FootBones/labels/train_DX601_jpg.rf.i2nm3C0LfdeIgOtrgXcW.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64892236d126b28cc083532e5dceb0ac55758e47647beb0087283216069d5fa7 +size 524416 diff --git a/FootBones/labels/train_DX604_jpg.rf.3MwEguMXFm7IzbCNjYK3.npy b/FootBones/labels/train_DX604_jpg.rf.3MwEguMXFm7IzbCNjYK3.npy new file mode 100644 index 0000000000000000000000000000000000000000..5dbbefd945e77a97ffe2bd6e3dea3dcbdfd46e0e --- /dev/null +++ b/FootBones/labels/train_DX604_jpg.rf.3MwEguMXFm7IzbCNjYK3.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5dd9289e03de9cf31ccb0dbd68cfd70d36fcc689a05915516fa957b2bd20251 +size 524416 diff --git a/FootBones/labels/train_DX607_jpg.rf.CJ6qzy2F6QWMMGyoJnXv.npy b/FootBones/labels/train_DX607_jpg.rf.CJ6qzy2F6QWMMGyoJnXv.npy new file mode 100644 index 0000000000000000000000000000000000000000..0b54a01cafb6078b414756556339c832db6ec228 --- /dev/null +++ b/FootBones/labels/train_DX607_jpg.rf.CJ6qzy2F6QWMMGyoJnXv.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ac906944c7ee780b10cb8cae3c0e5ec91b86f3a0c97b842d1c78cae23f4d414 +size 524416 diff --git a/FootBones/labels/train_DX608_jpg.rf.rULoQQGujvmXQDxaWKYX.npy b/FootBones/labels/train_DX608_jpg.rf.rULoQQGujvmXQDxaWKYX.npy new file mode 100644 index 0000000000000000000000000000000000000000..b5a24f905cb746d9aae28afd8e2bab7ff467856b --- /dev/null +++ b/FootBones/labels/train_DX608_jpg.rf.rULoQQGujvmXQDxaWKYX.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c7fa2f6838fc9e3695510275f554bac8f06855b7ee7e808b395b3262afc0202 +size 524416 diff --git a/FootBones/labels/train_DX609_jpg.rf.y7KDRxAFguT6u20huAzo.npy b/FootBones/labels/train_DX609_jpg.rf.y7KDRxAFguT6u20huAzo.npy new file mode 100644 index 0000000000000000000000000000000000000000..ed74378cfb624e17b62118ca42da03e7986b9756 --- /dev/null +++ b/FootBones/labels/train_DX609_jpg.rf.y7KDRxAFguT6u20huAzo.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f67b0156683670840db78a72f1b39939dda2377464292e1cc27dfba86d44634 +size 524416 diff --git a/FootBones/labels/train_DX613_jpg.rf.fLcAaHnn3K1T95oeyZl8.npy b/FootBones/labels/train_DX613_jpg.rf.fLcAaHnn3K1T95oeyZl8.npy new file mode 100644 index 0000000000000000000000000000000000000000..9933eb1350eb35eb72e916b683b0b16a90f7078d --- /dev/null +++ b/FootBones/labels/train_DX613_jpg.rf.fLcAaHnn3K1T95oeyZl8.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d2e5e49d8fa85fa70ccaadd01048c8b1bbaf81d173ea6a302deaf04adb84f0b +size 524416 diff --git a/FootBones/labels/train_DX616_jpg.rf.s468sbRAwEwtYm7McVXZ.npy b/FootBones/labels/train_DX616_jpg.rf.s468sbRAwEwtYm7McVXZ.npy new file mode 100644 index 0000000000000000000000000000000000000000..bbd6d197df5b3d9bbf107e2225e7736df06303f4 --- /dev/null +++ b/FootBones/labels/train_DX616_jpg.rf.s468sbRAwEwtYm7McVXZ.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2074af33280d383514a6334e41bb78a360fcea76885db85ac35b86beee2c97a +size 524416 diff --git a/FootBones/labels/train_DX618_jpg.rf.176w0akRbLFzniu0uXbo.npy b/FootBones/labels/train_DX618_jpg.rf.176w0akRbLFzniu0uXbo.npy new file mode 100644 index 0000000000000000000000000000000000000000..81e194a5d45bcefbe0c6cbcf458ebe36a29d485c --- /dev/null +++ b/FootBones/labels/train_DX618_jpg.rf.176w0akRbLFzniu0uXbo.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d007924498c06529d66dcefccebda22c357309fee7109d4edb07ab9c704dba1 +size 524416 diff --git a/FootBones/labels/train_DX619_jpg.rf.bQLEJ8rYz4CwCKkXnkbx.npy b/FootBones/labels/train_DX619_jpg.rf.bQLEJ8rYz4CwCKkXnkbx.npy new file mode 100644 index 0000000000000000000000000000000000000000..60bcaefe5a4ef40833c85fcf87f22639c6ae68c8 --- /dev/null +++ b/FootBones/labels/train_DX619_jpg.rf.bQLEJ8rYz4CwCKkXnkbx.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55dd8676796b9ab2b6dae2ddc433077b83aff9b84b9debfcf9e7d36b02a0f002 +size 524416 diff --git a/FootBones/labels/train_DX61_jpg.rf.82TF3Kwt6PzWoI9X7Slc.npy b/FootBones/labels/train_DX61_jpg.rf.82TF3Kwt6PzWoI9X7Slc.npy new file mode 100644 index 0000000000000000000000000000000000000000..df31ae261caabac5952303fada14db4340d9eea0 --- /dev/null +++ b/FootBones/labels/train_DX61_jpg.rf.82TF3Kwt6PzWoI9X7Slc.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80e9579db49b07a7b5a72913da5a0ae36c7c8738737da2c438a042f923a85a83 +size 524416 diff --git a/FootBones/labels/train_DX621_jpg.rf.doHbHmS1LeJZ7aSRPFDT.npy b/FootBones/labels/train_DX621_jpg.rf.doHbHmS1LeJZ7aSRPFDT.npy new file mode 100644 index 0000000000000000000000000000000000000000..00eec66aef49d25e5d7af5b2a3990fd4bc0605ef --- /dev/null +++ b/FootBones/labels/train_DX621_jpg.rf.doHbHmS1LeJZ7aSRPFDT.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6afb27887b6f7c1a217a8f6412ad8aa533454ed8a97eecc95dd950cb81a01105 +size 524416 diff --git a/FootBones/labels/train_DX622_jpg.rf.Js1sixdGxOUw3UFHVigQ.npy b/FootBones/labels/train_DX622_jpg.rf.Js1sixdGxOUw3UFHVigQ.npy new file mode 100644 index 0000000000000000000000000000000000000000..140232530651d2cf5c5efa639a8f1b9b9a8800ce --- /dev/null +++ b/FootBones/labels/train_DX622_jpg.rf.Js1sixdGxOUw3UFHVigQ.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:210fc172b9c23e8d0c3b472f693f12cbd038955e4464d0ef98bfc9cf034dca0d +size 524416 diff --git a/FootBones/labels/train_DX623_jpg.rf.mleCzsEcHmgUvr0hYYai.npy b/FootBones/labels/train_DX623_jpg.rf.mleCzsEcHmgUvr0hYYai.npy new file mode 100644 index 0000000000000000000000000000000000000000..07148954a26d1e24b98303f0c24290bf3333ce4c --- /dev/null +++ b/FootBones/labels/train_DX623_jpg.rf.mleCzsEcHmgUvr0hYYai.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:280099dbe81569d70e74917ffb1529ddfe33d166de139931620ac5f7f2fe1a8f +size 524416 diff --git a/FootBones/labels/train_DX624_jpg.rf.o1EFIJ6dIoM7fJOnVkOY.npy b/FootBones/labels/train_DX624_jpg.rf.o1EFIJ6dIoM7fJOnVkOY.npy new file mode 100644 index 0000000000000000000000000000000000000000..02d6ca05fb537fd1b6ebbd5a687fca35983af4c4 --- /dev/null +++ b/FootBones/labels/train_DX624_jpg.rf.o1EFIJ6dIoM7fJOnVkOY.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c2ca0dbe0b4603e50098f2d1261b2efac5fe13e3db61684d4bfc06a39378444 +size 524416 diff --git a/FootBones/labels/train_DX627_jpg.rf.z1Z5Ics4nWZe9OGyihRN.npy b/FootBones/labels/train_DX627_jpg.rf.z1Z5Ics4nWZe9OGyihRN.npy new file mode 100644 index 0000000000000000000000000000000000000000..fbc59b13f833d238a1656db7e049b770cb740a7b --- /dev/null +++ b/FootBones/labels/train_DX627_jpg.rf.z1Z5Ics4nWZe9OGyihRN.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5180ba13d76ab1889ee0f536e78d624fff88efa8e917a17100965772692f9c41 +size 524416 diff --git a/FootBones/labels/train_DX628_jpg.rf.H2zbPFymbaek8GbGDbB7.npy b/FootBones/labels/train_DX628_jpg.rf.H2zbPFymbaek8GbGDbB7.npy new file mode 100644 index 0000000000000000000000000000000000000000..fc3ca159eed0ce39a3fd14ac8612f48783d719fd --- /dev/null +++ b/FootBones/labels/train_DX628_jpg.rf.H2zbPFymbaek8GbGDbB7.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76635f9b7bc6a1c66a4016ac5fe2113e0647b307a57712ae4a63721d4265493e +size 524416 diff --git a/FootBones/labels/train_DX629_jpg.rf.nAEAL1oJOKZlBJQlvFVs.npy b/FootBones/labels/train_DX629_jpg.rf.nAEAL1oJOKZlBJQlvFVs.npy new file mode 100644 index 0000000000000000000000000000000000000000..3dd64c15c025b0e9058eace6bff9236f35d13b36 --- /dev/null +++ b/FootBones/labels/train_DX629_jpg.rf.nAEAL1oJOKZlBJQlvFVs.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33b81b9f3fb2698580590c6caef623b785242c681bf2340cbe899237a009e950 +size 524416 diff --git a/FootBones/labels/train_DX62_jpg.rf.akHXTeUuKgw2XR1sVeOr.npy b/FootBones/labels/train_DX62_jpg.rf.akHXTeUuKgw2XR1sVeOr.npy new file mode 100644 index 0000000000000000000000000000000000000000..5ca8c1fe4ac216b06f49c200a00d547dea2cecc3 --- /dev/null +++ b/FootBones/labels/train_DX62_jpg.rf.akHXTeUuKgw2XR1sVeOr.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:956298b3c076e4ec16a4f83dbcc097f8b4eda23d6a3a4e2412d9e9bea085e8ad +size 524416 diff --git a/FootBones/labels/train_DX630_jpg.rf.GN8apPrKvFqOUElayCz2.npy b/FootBones/labels/train_DX630_jpg.rf.GN8apPrKvFqOUElayCz2.npy new file mode 100644 index 0000000000000000000000000000000000000000..4498205fde1ed1220ea1eaead2c573dac0059571 --- /dev/null +++ b/FootBones/labels/train_DX630_jpg.rf.GN8apPrKvFqOUElayCz2.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61cb3a332ccf05366ccf6fdc5f6cf5d3a0ec9e2e13c2460f857e6e6e846dc3b1 +size 524416 diff --git a/FootBones/labels/train_DX631_jpg.rf.GQOaNy4S81XaGdO04F09.npy b/FootBones/labels/train_DX631_jpg.rf.GQOaNy4S81XaGdO04F09.npy new file mode 100644 index 0000000000000000000000000000000000000000..84f5edc41edf59dbe0fd0a002249192153eecfe3 --- /dev/null +++ b/FootBones/labels/train_DX631_jpg.rf.GQOaNy4S81XaGdO04F09.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aa90d87c40a407ebac14e0664c59c1746ea0408ae2847cc249d3824fba3e6cb +size 524416 diff --git a/FootBones/labels/train_DX633_jpg.rf.BO99tO6V0yKRv29oteRP.npy b/FootBones/labels/train_DX633_jpg.rf.BO99tO6V0yKRv29oteRP.npy new file mode 100644 index 0000000000000000000000000000000000000000..7d4fd8e923f111c9975eb51fe4a60813f9e9c6da --- /dev/null +++ b/FootBones/labels/train_DX633_jpg.rf.BO99tO6V0yKRv29oteRP.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:235057e5859ea87d5673d7a1aed4830f418565cd71f36b4efee06b6be1d508a9 +size 524416 diff --git a/FootBones/labels/train_DX635_jpg.rf.9VIXP1SmAt7ziGQAJWtY.npy b/FootBones/labels/train_DX635_jpg.rf.9VIXP1SmAt7ziGQAJWtY.npy new file mode 100644 index 0000000000000000000000000000000000000000..505e9c13875d497d577d84c7709fd1ec275c10cc --- /dev/null +++ b/FootBones/labels/train_DX635_jpg.rf.9VIXP1SmAt7ziGQAJWtY.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d7abf94958527d2f09ced1126f1bf71f47a264bd5af2885ee9c60d071203e32 +size 524416 diff --git a/FootBones/labels/train_DX636_jpg.rf.d44O2W4MjSpLF08oUoRr.npy b/FootBones/labels/train_DX636_jpg.rf.d44O2W4MjSpLF08oUoRr.npy new file mode 100644 index 0000000000000000000000000000000000000000..942315163d097fd9e51b42d7792155da25be958a --- /dev/null +++ b/FootBones/labels/train_DX636_jpg.rf.d44O2W4MjSpLF08oUoRr.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e4b7e3d0b9510c92887693cab7691c9d3f9f255f9f60dc9367da969f55e7e6a +size 524416 diff --git a/FootBones/labels/train_DX638_jpg.rf.Tr9GmDhIJ6GaviLRbfau.npy b/FootBones/labels/train_DX638_jpg.rf.Tr9GmDhIJ6GaviLRbfau.npy new file mode 100644 index 0000000000000000000000000000000000000000..d1df57d3295f855b02045e6d5b98a9395815322e --- /dev/null +++ b/FootBones/labels/train_DX638_jpg.rf.Tr9GmDhIJ6GaviLRbfau.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e88464b104e3891e64f3e3213a7fe4afbd19d8e8582b40ef246239441b31283 +size 524416 diff --git a/FootBones/labels/train_DX639_jpg.rf.GmePHyHrMgYojCyaJviE.npy b/FootBones/labels/train_DX639_jpg.rf.GmePHyHrMgYojCyaJviE.npy new file mode 100644 index 0000000000000000000000000000000000000000..92dc46c882bdb6af1cc3547d86a75882785ef39b --- /dev/null +++ b/FootBones/labels/train_DX639_jpg.rf.GmePHyHrMgYojCyaJviE.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e8cc1dae96d6b9df60476eceabc6a9e34b5eb617a29cf8f1a3b44ebaa4e3361 +size 524416 diff --git a/FootBones/labels/train_DX641_jpg.rf.zeeaG6qdknXyDIjw5c0x.npy b/FootBones/labels/train_DX641_jpg.rf.zeeaG6qdknXyDIjw5c0x.npy new file mode 100644 index 0000000000000000000000000000000000000000..f4b577433e730c62c2475eb7f38f9f51605a67eb --- /dev/null +++ b/FootBones/labels/train_DX641_jpg.rf.zeeaG6qdknXyDIjw5c0x.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9adc26883bec612b2df447e9fabfc9f14aeeeaf7609a7f00791d9c4db52b053a +size 524416 diff --git a/FootBones/labels/train_DX643_jpg.rf.HhtUri5lWPgmPeIWFAaY.npy b/FootBones/labels/train_DX643_jpg.rf.HhtUri5lWPgmPeIWFAaY.npy new file mode 100644 index 0000000000000000000000000000000000000000..db2fcdf920537641858040f9c8049eeb7d2786d5 --- /dev/null +++ b/FootBones/labels/train_DX643_jpg.rf.HhtUri5lWPgmPeIWFAaY.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54c9a212b817c092e57282f3ffe5eea2c46f76f01f1b16500dc8546d84de3656 +size 524416 diff --git a/FootBones/labels/train_DX644_jpg.rf.jY0pgGjn5oJCA0RmFQ9S.npy b/FootBones/labels/train_DX644_jpg.rf.jY0pgGjn5oJCA0RmFQ9S.npy new file mode 100644 index 0000000000000000000000000000000000000000..689bc9436efea06944a25d9374da85ba10899616 --- /dev/null +++ b/FootBones/labels/train_DX644_jpg.rf.jY0pgGjn5oJCA0RmFQ9S.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e44637de85ec2ed427c21070471442f0a7ef03efaa58aefa1cb7e25dea7ba3bd +size 524416 diff --git a/FootBones/labels/train_DX645_jpg.rf.L92Sl29PI4afKzUtsyIJ.npy b/FootBones/labels/train_DX645_jpg.rf.L92Sl29PI4afKzUtsyIJ.npy new file mode 100644 index 0000000000000000000000000000000000000000..6fc44b2275c21a6eecd4ece49fe45b70a16a6f79 --- /dev/null +++ b/FootBones/labels/train_DX645_jpg.rf.L92Sl29PI4afKzUtsyIJ.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca598b93c849aad00eb2ff351005138b83642fb5fad695871302ade66ae38d50 +size 524416 diff --git a/FootBones/labels/train_DX646_jpg.rf.O4JQz9zfZV3UtckhTbL1.npy b/FootBones/labels/train_DX646_jpg.rf.O4JQz9zfZV3UtckhTbL1.npy new file mode 100644 index 0000000000000000000000000000000000000000..dafd0bd7b5d361a7a1ac5ef7da6ce9be86ab29d9 --- /dev/null +++ b/FootBones/labels/train_DX646_jpg.rf.O4JQz9zfZV3UtckhTbL1.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1f2470fa822e92a83d076eef77e5c656932fe3d8d1a9b29f4f4f3d04566fb32 +size 524416 diff --git a/FootBones/labels/train_DX647_jpg.rf.rCIHfl4JE8qK8bDOV6tq.npy b/FootBones/labels/train_DX647_jpg.rf.rCIHfl4JE8qK8bDOV6tq.npy new file mode 100644 index 0000000000000000000000000000000000000000..9eed026200d953ebda56d496414c3681bf555c7c --- /dev/null +++ b/FootBones/labels/train_DX647_jpg.rf.rCIHfl4JE8qK8bDOV6tq.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6efa0535f81ed7cf150771b488617cea42bc6c50dca38c9a0594592735f50ea +size 524416 diff --git a/FootBones/labels/train_DX648_jpg.rf.VWkwz0PXbIGxO6aT29WD.npy b/FootBones/labels/train_DX648_jpg.rf.VWkwz0PXbIGxO6aT29WD.npy new file mode 100644 index 0000000000000000000000000000000000000000..9a3fb6cec60ccfef65af8f825d136825240c1437 --- /dev/null +++ b/FootBones/labels/train_DX648_jpg.rf.VWkwz0PXbIGxO6aT29WD.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a16ddece7831f4d907ec2f8d0c2cdd92246d0d4ad8ce62dff27218928c94ea03 +size 524416 diff --git a/FootBones/labels/train_DX649_jpg.rf.zWDvLLDW4T0cavbV6il8.npy b/FootBones/labels/train_DX649_jpg.rf.zWDvLLDW4T0cavbV6il8.npy new file mode 100644 index 0000000000000000000000000000000000000000..d06508646577e32d983361135211d7bb0c711ed1 --- /dev/null +++ b/FootBones/labels/train_DX649_jpg.rf.zWDvLLDW4T0cavbV6il8.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d87c398a59b6628ce2bf67c54f2e327c380bd1ede78c5ba36e7100b71e22935c +size 524416 diff --git a/FootBones/labels/train_DX651_jpg.rf.1VE8Z1EZlCAqmkfsiiKx.npy b/FootBones/labels/train_DX651_jpg.rf.1VE8Z1EZlCAqmkfsiiKx.npy new file mode 100644 index 0000000000000000000000000000000000000000..69ce84b151f82e3acc49618eb4041d205d2546fd --- /dev/null +++ b/FootBones/labels/train_DX651_jpg.rf.1VE8Z1EZlCAqmkfsiiKx.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ce3978ba942242962ea4bad24c233ce04edfcf4c906d396b434f131a4d0d41f +size 524416 diff --git a/FootBones/labels/train_DX652_jpg.rf.0Uhq51IcybG0BPLI1x6f.npy b/FootBones/labels/train_DX652_jpg.rf.0Uhq51IcybG0BPLI1x6f.npy new file mode 100644 index 0000000000000000000000000000000000000000..bbc66fe5a406867f46fb2efcd788983e5d5cd9f3 --- /dev/null +++ b/FootBones/labels/train_DX652_jpg.rf.0Uhq51IcybG0BPLI1x6f.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba69486e47a1ab2dacb4ff4d6dd0f092c0ca145eee0bcfaa441691eb8cf20ecc +size 524416 diff --git a/FootBones/labels/train_DX653_jpg.rf.OQxclR8Hys97lqPfUA9B.npy b/FootBones/labels/train_DX653_jpg.rf.OQxclR8Hys97lqPfUA9B.npy new file mode 100644 index 0000000000000000000000000000000000000000..675cc13160df7f3902cae8349a14ccdad81acbd8 --- /dev/null +++ b/FootBones/labels/train_DX653_jpg.rf.OQxclR8Hys97lqPfUA9B.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:418e44feb3ebcc6960703b85e3badfb09809df8efdea4c3face45541bbf853fd +size 524416 diff --git a/FootBones/labels/train_DX657_jpg.rf.BhnQqQEMfsaxmYykxRTQ.npy b/FootBones/labels/train_DX657_jpg.rf.BhnQqQEMfsaxmYykxRTQ.npy new file mode 100644 index 0000000000000000000000000000000000000000..e8c998de993595fd8b47e421e29c990d2fdda18b --- /dev/null +++ b/FootBones/labels/train_DX657_jpg.rf.BhnQqQEMfsaxmYykxRTQ.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dec548a0a5e951acab33481db3b9077e10bddb52ae9f5089e8a7f4bbe405f391 +size 524416 diff --git a/FootBones/labels/train_DX658_jpg.rf.ubgjegRqc4ALjFoU6Njy.npy b/FootBones/labels/train_DX658_jpg.rf.ubgjegRqc4ALjFoU6Njy.npy new file mode 100644 index 0000000000000000000000000000000000000000..662557907da11d8e1dee490eaabb0cdeccf2306b --- /dev/null +++ b/FootBones/labels/train_DX658_jpg.rf.ubgjegRqc4ALjFoU6Njy.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92b9e50a86899e2e88b309afb10c7a2bad08a72bd1be8a20bb79716795681d42 +size 524416 diff --git a/FootBones/labels/train_DX659_jpg.rf.g7Uid5e7znF9pdUfJ99w.npy b/FootBones/labels/train_DX659_jpg.rf.g7Uid5e7znF9pdUfJ99w.npy new file mode 100644 index 0000000000000000000000000000000000000000..74bd354a0ed73af04045cbde4db3a7892a3033a3 --- /dev/null +++ b/FootBones/labels/train_DX659_jpg.rf.g7Uid5e7znF9pdUfJ99w.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f60633e8f76f2599c4a2dc7c2e071190a55fedbcb2f08ef8626a1fd2a297e55 +size 524416 diff --git a/FootBones/labels/train_DX660_jpg.rf.MfVQ93jbBzp0jzkZsb2y.npy b/FootBones/labels/train_DX660_jpg.rf.MfVQ93jbBzp0jzkZsb2y.npy new file mode 100644 index 0000000000000000000000000000000000000000..7fadb145ff25312a41dbe556bef9f1da0464501b --- /dev/null +++ b/FootBones/labels/train_DX660_jpg.rf.MfVQ93jbBzp0jzkZsb2y.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b51e735bd76e3ebdc1007f39c2231a7ed7236fe305396d10a7e69c821e485a77 +size 524416 diff --git a/FootBones/labels/train_DX663_jpg.rf.PZbldpUgA6lrzqanitfJ.npy b/FootBones/labels/train_DX663_jpg.rf.PZbldpUgA6lrzqanitfJ.npy new file mode 100644 index 0000000000000000000000000000000000000000..582f5c4ccada920c114b4146039fa90086e0992d --- /dev/null +++ b/FootBones/labels/train_DX663_jpg.rf.PZbldpUgA6lrzqanitfJ.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:627a342ebff648ad99e4687f9f45be173d88b874887a5cdb0648c9565e840329 +size 524416 diff --git a/FootBones/labels/train_DX664_jpg.rf.3N7yDWekXBXcgmoYQfYO.npy b/FootBones/labels/train_DX664_jpg.rf.3N7yDWekXBXcgmoYQfYO.npy new file mode 100644 index 0000000000000000000000000000000000000000..3c05479a4f213f67f0b812de45262228fbc28206 --- /dev/null +++ b/FootBones/labels/train_DX664_jpg.rf.3N7yDWekXBXcgmoYQfYO.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ca12d84f663645f8ae7a7e56230430a00a115c6222e1efeb63831872ac8763a +size 524416 diff --git a/FootBones/labels/train_DX665_jpg.rf.mAXvbmZpYuma9x4TanHY.npy b/FootBones/labels/train_DX665_jpg.rf.mAXvbmZpYuma9x4TanHY.npy new file mode 100644 index 0000000000000000000000000000000000000000..0cbda99a54920059169f49ed936c43ddd502ef7e --- /dev/null +++ b/FootBones/labels/train_DX665_jpg.rf.mAXvbmZpYuma9x4TanHY.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ca3cd6637bbd5af5d4630c101dab4a00abe29d31f32617c47f85b7a78d46b7d +size 524416 diff --git a/FootBones/labels/train_DX666_jpg.rf.M3pwWk1PYmr41Yzl2S9S.npy b/FootBones/labels/train_DX666_jpg.rf.M3pwWk1PYmr41Yzl2S9S.npy new file mode 100644 index 0000000000000000000000000000000000000000..68263ebe0ec4cd74e3462dd2876b089ed41a9c68 --- /dev/null +++ b/FootBones/labels/train_DX666_jpg.rf.M3pwWk1PYmr41Yzl2S9S.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a06a261178d9bbd2a065681e656632bcf0b132f3eaf15e7381de32206bce8348 +size 524416 diff --git a/FootBones/labels/train_DX667_jpg.rf.At0eB9ubxpozl5OPRr9k.npy b/FootBones/labels/train_DX667_jpg.rf.At0eB9ubxpozl5OPRr9k.npy new file mode 100644 index 0000000000000000000000000000000000000000..7acb3efa050dabaea7dd207bd35dc0792854d584 --- /dev/null +++ b/FootBones/labels/train_DX667_jpg.rf.At0eB9ubxpozl5OPRr9k.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:469b1081f65eddb4d4b94e5715b49bd3cc11a2fc7090753689eee5088b53945a +size 524416 diff --git a/FootBones/labels/train_DX668_jpg.rf.Vl1hYBUlij3Dc9n1fhm3.npy b/FootBones/labels/train_DX668_jpg.rf.Vl1hYBUlij3Dc9n1fhm3.npy new file mode 100644 index 0000000000000000000000000000000000000000..2ec0b0269e3da203b7e55d769c5a64d32cc3ecec --- /dev/null +++ b/FootBones/labels/train_DX668_jpg.rf.Vl1hYBUlij3Dc9n1fhm3.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c4125d8e126c9b3136ea639f7abfad1a35d56a3834f8190c71f6f28c481f3d9 +size 524416 diff --git a/FootBones/labels/train_DX669_jpg.rf.mo7tyEYM0QTwVVguivgt.npy b/FootBones/labels/train_DX669_jpg.rf.mo7tyEYM0QTwVVguivgt.npy new file mode 100644 index 0000000000000000000000000000000000000000..18d5ec0907bf4d385a141be3b9d47d718d3c8996 --- /dev/null +++ b/FootBones/labels/train_DX669_jpg.rf.mo7tyEYM0QTwVVguivgt.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:671eee6a095ca664035336779b94e97a3385607c55073d99cfe580f3d5421b5f +size 524416 diff --git a/FootBones/labels/train_DX66_jpg.rf.pgfuZUxlgoNbMrRxtBRS.npy b/FootBones/labels/train_DX66_jpg.rf.pgfuZUxlgoNbMrRxtBRS.npy new file mode 100644 index 0000000000000000000000000000000000000000..f8b6b3951726e8eadda5e81bab882ca4a752650e --- /dev/null +++ b/FootBones/labels/train_DX66_jpg.rf.pgfuZUxlgoNbMrRxtBRS.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ba4408b370050749caada6ad5d6e610498674ed0f66bb2576d624f99cb46a1f +size 524416 diff --git a/FootBones/labels/train_DX671_jpg.rf.CUFEM83MywHomcgK1wkB.npy b/FootBones/labels/train_DX671_jpg.rf.CUFEM83MywHomcgK1wkB.npy new file mode 100644 index 0000000000000000000000000000000000000000..2cb45d70e01b83b48661cb6801c3377afac811f7 --- /dev/null +++ b/FootBones/labels/train_DX671_jpg.rf.CUFEM83MywHomcgK1wkB.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b20e4d20461ee91ba3afe6c8cae2aff4418d94370be011752f2e9a1eec2f9d24 +size 524416 diff --git a/FootBones/labels/train_DX673_jpg.rf.yDvmn81cnQvuwOr1LgOr.npy b/FootBones/labels/train_DX673_jpg.rf.yDvmn81cnQvuwOr1LgOr.npy new file mode 100644 index 0000000000000000000000000000000000000000..ad4e5b7a188b7460bcd3d23e12a3585a6b901960 --- /dev/null +++ b/FootBones/labels/train_DX673_jpg.rf.yDvmn81cnQvuwOr1LgOr.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02d8e73083fed700ab4834c1823352f8524122b53046d34f32ecce04b195220c +size 524416 diff --git a/FootBones/labels/train_DX676_jpg.rf.Pez0lP65MNpExHU2uEuk.npy b/FootBones/labels/train_DX676_jpg.rf.Pez0lP65MNpExHU2uEuk.npy new file mode 100644 index 0000000000000000000000000000000000000000..bd53cea07b5970ee7356daa9d6372c7a06298d62 --- /dev/null +++ b/FootBones/labels/train_DX676_jpg.rf.Pez0lP65MNpExHU2uEuk.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eba9847c9fcb819ddd98b6266fe35549204a94667180f73afc80288b7f98e13 +size 524416 diff --git a/FootBones/labels/train_DX677_jpg.rf.f34VbgucmjHaoYUTJWIO.npy b/FootBones/labels/train_DX677_jpg.rf.f34VbgucmjHaoYUTJWIO.npy new file mode 100644 index 0000000000000000000000000000000000000000..78dce8e85b0481c44ca8deff4e98c45330e697ac --- /dev/null +++ b/FootBones/labels/train_DX677_jpg.rf.f34VbgucmjHaoYUTJWIO.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2232069a1c32211c9bdb943cbdf8ee3035b45b61e816487143dea1f56d4ea84 +size 524416 diff --git a/FootBones/labels/train_DX678_jpg.rf.BtAblVjsTIjCTv2UlBQ5.npy b/FootBones/labels/train_DX678_jpg.rf.BtAblVjsTIjCTv2UlBQ5.npy new file mode 100644 index 0000000000000000000000000000000000000000..39a22ea20994fc2454728102f40ee34fccd8e624 --- /dev/null +++ b/FootBones/labels/train_DX678_jpg.rf.BtAblVjsTIjCTv2UlBQ5.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:996f8e0a640dabe2f9f8f3d6c7d5da26c80cf92a9adc458e54be001defd946de +size 524416 diff --git a/FootBones/labels/train_DX679_jpg.rf.MuGssprVKckmwGSR0dpU.npy b/FootBones/labels/train_DX679_jpg.rf.MuGssprVKckmwGSR0dpU.npy new file mode 100644 index 0000000000000000000000000000000000000000..87ace1bc0122e33e4ab726b3a16194f79159fad6 --- /dev/null +++ b/FootBones/labels/train_DX679_jpg.rf.MuGssprVKckmwGSR0dpU.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:373799237da10f6fd0ef2d7cdc7e94e4e741b3918de6e5522a8637746c1618bb +size 524416 diff --git a/FootBones/labels/train_DX681_jpg.rf.GRihUAFnjILtlXWEpRp6.npy b/FootBones/labels/train_DX681_jpg.rf.GRihUAFnjILtlXWEpRp6.npy new file mode 100644 index 0000000000000000000000000000000000000000..e2aa8c771a114cbadc2505040cf997af298eeadb --- /dev/null +++ b/FootBones/labels/train_DX681_jpg.rf.GRihUAFnjILtlXWEpRp6.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0612eae49304d6649c96f2856d5dac057ea07f2f825e2c7deaaf046ab03b49ba +size 524416 diff --git a/FootBones/labels/train_DX685_jpg.rf.BN8Bst9WcCEmwSmW5KEs.npy b/FootBones/labels/train_DX685_jpg.rf.BN8Bst9WcCEmwSmW5KEs.npy new file mode 100644 index 0000000000000000000000000000000000000000..865ef1b9891bdb8f6cf674cbf3abed24d714ede3 --- /dev/null +++ b/FootBones/labels/train_DX685_jpg.rf.BN8Bst9WcCEmwSmW5KEs.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d6c095639a5d05c8e2f7983a5c8792fd0b40c610ef0846e7d1f8b175b246ffd +size 524416 diff --git a/FootBones/labels/train_DX687_jpg.rf.h5XNRnO4aAd0m0QloGl2.npy b/FootBones/labels/train_DX687_jpg.rf.h5XNRnO4aAd0m0QloGl2.npy new file mode 100644 index 0000000000000000000000000000000000000000..970b8033fc2cfd09ed27b00b275062226fbb2601 --- /dev/null +++ b/FootBones/labels/train_DX687_jpg.rf.h5XNRnO4aAd0m0QloGl2.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e10322b2e02b17f2e061460daa3b3be58d683fcd806dba4d6f6b92d80c2633cf +size 524416 diff --git a/FootBones/labels/train_DX688_jpg.rf.iUxZibhiaOgtc71OxXgW.npy b/FootBones/labels/train_DX688_jpg.rf.iUxZibhiaOgtc71OxXgW.npy new file mode 100644 index 0000000000000000000000000000000000000000..50cc28b588b25c1e46a59aff44f53ac9378b974e --- /dev/null +++ b/FootBones/labels/train_DX688_jpg.rf.iUxZibhiaOgtc71OxXgW.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e5f58c0a87adfeb89436e56d55254b7f5d0913e7656005a232de5685d053868 +size 524416 diff --git a/FootBones/labels/train_DX689_jpg.rf.DJF4WRZFWQiWYpZ7I4p1.npy b/FootBones/labels/train_DX689_jpg.rf.DJF4WRZFWQiWYpZ7I4p1.npy new file mode 100644 index 0000000000000000000000000000000000000000..1086d969e45ab9050bbb2b047a0675c78d4299e4 --- /dev/null +++ b/FootBones/labels/train_DX689_jpg.rf.DJF4WRZFWQiWYpZ7I4p1.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f4b786a7a0019d5414050b2cec064ef4c553079c2e9d9a707ba23c93f72d576 +size 524416 diff --git a/FootBones/labels/train_DX68_jpg.rf.bEV2tp8HQRCiyzKoKkGS.npy b/FootBones/labels/train_DX68_jpg.rf.bEV2tp8HQRCiyzKoKkGS.npy new file mode 100644 index 0000000000000000000000000000000000000000..4961256db5f29606dbb76ce7b3744ac70a37ccdc --- /dev/null +++ b/FootBones/labels/train_DX68_jpg.rf.bEV2tp8HQRCiyzKoKkGS.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:453e2736d55cce1bbc3bcb3ec7c8ee4d959f570c81d0a19370c722b68cedd3f1 +size 524416 diff --git a/FootBones/labels/train_DX691_jpg.rf.B4w1tXIrnHGAOMeEtEby.npy b/FootBones/labels/train_DX691_jpg.rf.B4w1tXIrnHGAOMeEtEby.npy new file mode 100644 index 0000000000000000000000000000000000000000..6d3a5901f9a82befff8b3353290166c243130e11 --- /dev/null +++ b/FootBones/labels/train_DX691_jpg.rf.B4w1tXIrnHGAOMeEtEby.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92d894adc708fc4d13e732f288d967a95c497d7efcdb5b69ac38a41cdf6b2620 +size 524416 diff --git a/FootBones/labels/train_DX69_jpg.rf.YhkFri2p2Wkdn4PVtdc4.npy b/FootBones/labels/train_DX69_jpg.rf.YhkFri2p2Wkdn4PVtdc4.npy new file mode 100644 index 0000000000000000000000000000000000000000..824879e3d3357bca5b3fa626cbb67bd9c7111128 --- /dev/null +++ b/FootBones/labels/train_DX69_jpg.rf.YhkFri2p2Wkdn4PVtdc4.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82d021b269fbf5deee75ae57c93a016835220c5428b37931e1c086c501741fb6 +size 524416 diff --git a/FootBones/labels/train_DX70_jpg.rf.WNgwTtYtaKDRRdzNeuFx.npy b/FootBones/labels/train_DX70_jpg.rf.WNgwTtYtaKDRRdzNeuFx.npy new file mode 100644 index 0000000000000000000000000000000000000000..c3545ce1eb349572c37bb59d531caf151c458088 --- /dev/null +++ b/FootBones/labels/train_DX70_jpg.rf.WNgwTtYtaKDRRdzNeuFx.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:360858bd224370ea1ff8c5431a9687b5348bf1444258292b82d1d494779af46e +size 524416 diff --git a/FootBones/labels/train_DX71_jpg.rf.ZR8BAnZBdamtPJpyG2nE.npy b/FootBones/labels/train_DX71_jpg.rf.ZR8BAnZBdamtPJpyG2nE.npy new file mode 100644 index 0000000000000000000000000000000000000000..7ef366506e84d7d59bb18c554e181e2e12c5770a --- /dev/null +++ b/FootBones/labels/train_DX71_jpg.rf.ZR8BAnZBdamtPJpyG2nE.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c749bd14d54dd047ce6d817b9ad2cd02fa0b1390964abb1f7bd1af7c62b74d6d +size 524416 diff --git a/FootBones/labels/train_DX73_jpg.rf.TX4lZmJrWnuSIchbHMf5.npy b/FootBones/labels/train_DX73_jpg.rf.TX4lZmJrWnuSIchbHMf5.npy new file mode 100644 index 0000000000000000000000000000000000000000..333e77e352ede571af1d182e8d42bc63ec38f477 --- /dev/null +++ b/FootBones/labels/train_DX73_jpg.rf.TX4lZmJrWnuSIchbHMf5.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12d97cd2b3846a18bf6b7e0a4e81942657eea5f6dd221f3e4f9f2b7c03ac94a9 +size 524416 diff --git a/FootBones/labels/train_DX76_jpg.rf.9xEjE4gefInKLCoYRRKf.npy b/FootBones/labels/train_DX76_jpg.rf.9xEjE4gefInKLCoYRRKf.npy new file mode 100644 index 0000000000000000000000000000000000000000..d7a2891465155c9fe79a0c74870109a06259b029 --- /dev/null +++ b/FootBones/labels/train_DX76_jpg.rf.9xEjE4gefInKLCoYRRKf.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29e5b04424f064982e9f0bfcbc7c007c1b04282258d15b0465abc5e722b1420d +size 524416 diff --git a/FootBones/labels/train_DX77_jpg.rf.gitbtFq0UKiNYCsPvcR2.npy b/FootBones/labels/train_DX77_jpg.rf.gitbtFq0UKiNYCsPvcR2.npy new file mode 100644 index 0000000000000000000000000000000000000000..cd1395246d2a74e6aa37850fe21d511579eed34e --- /dev/null +++ b/FootBones/labels/train_DX77_jpg.rf.gitbtFq0UKiNYCsPvcR2.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cabce305a36052aaba879d072b7ef063c140ad691e76021fb644f5e48ea7005 +size 524416 diff --git a/FootBones/labels/train_DX78_jpg.rf.LoxHOza1YqOHm9jlclKg.npy b/FootBones/labels/train_DX78_jpg.rf.LoxHOza1YqOHm9jlclKg.npy new file mode 100644 index 0000000000000000000000000000000000000000..016eed25e567aa4b618a747b53f4ca8b11afaa53 --- /dev/null +++ b/FootBones/labels/train_DX78_jpg.rf.LoxHOza1YqOHm9jlclKg.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c685f4efd151c51127a09ea01ab3248062598e937c605b2518226a1d1599d12e +size 524416 diff --git a/FootBones/labels/train_DX7_jpg.rf.sBdJvb6SvYbJInjRLzJC.npy b/FootBones/labels/train_DX7_jpg.rf.sBdJvb6SvYbJInjRLzJC.npy new file mode 100644 index 0000000000000000000000000000000000000000..1c907369236c1f0449e884b01767603ee118bfe9 --- /dev/null +++ b/FootBones/labels/train_DX7_jpg.rf.sBdJvb6SvYbJInjRLzJC.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed012ab65c50c14082ec56f9beac6841b6c32db7b1ddd7e888764071ae9e6914 +size 524416 diff --git a/FootBones/labels/train_DX86_jpg.rf.QxYOEjdliYd5m6pjUdhM.npy b/FootBones/labels/train_DX86_jpg.rf.QxYOEjdliYd5m6pjUdhM.npy new file mode 100644 index 0000000000000000000000000000000000000000..53e6fadf7acba650d5d6e45d160c67282708d756 --- /dev/null +++ b/FootBones/labels/train_DX86_jpg.rf.QxYOEjdliYd5m6pjUdhM.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba81c6cec4fb8b3acd8b6be03fd007ea4aeaaf489154b2aa7e3d791f0a207237 +size 524416 diff --git a/FootBones/labels/train_DX8_jpg.rf.R4oL98I38TU8UyGmVcFN.npy b/FootBones/labels/train_DX8_jpg.rf.R4oL98I38TU8UyGmVcFN.npy new file mode 100644 index 0000000000000000000000000000000000000000..21a74764054b9620318070453207d135b16ed3c2 --- /dev/null +++ b/FootBones/labels/train_DX8_jpg.rf.R4oL98I38TU8UyGmVcFN.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f5cd899a9653c32a525ce477cd41fbedd9354df1202268a6c01d100a5e2e5d0 +size 524416 diff --git a/FootBones/labels/train_DX90_jpg.rf.7z0vqX05Tcwy3gLdzVVP.npy b/FootBones/labels/train_DX90_jpg.rf.7z0vqX05Tcwy3gLdzVVP.npy new file mode 100644 index 0000000000000000000000000000000000000000..accf32a4a69d7d2baa9ff221465a060ee6502c59 --- /dev/null +++ b/FootBones/labels/train_DX90_jpg.rf.7z0vqX05Tcwy3gLdzVVP.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97b7f288ca78b50a0e6ddc4ac8c9ed2ee28ebfa4bd0064b24357f773ea475f34 +size 524416 diff --git a/FootBones/labels/train_DX91_jpg.rf.4dqBAxXVNIugiRcv5vdP.npy b/FootBones/labels/train_DX91_jpg.rf.4dqBAxXVNIugiRcv5vdP.npy new file mode 100644 index 0000000000000000000000000000000000000000..2ba9a51514e8816108f2a05c744cbd66911f2acf --- /dev/null +++ b/FootBones/labels/train_DX91_jpg.rf.4dqBAxXVNIugiRcv5vdP.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1679051cd5c35af3682f1c426adcb223cb46df9ee73c6b8c71093c19c99fde4 +size 524416 diff --git a/FootBones/labels/train_DX94_jpg.rf.DSzEqWgmkM4nU7y6hR0B.npy b/FootBones/labels/train_DX94_jpg.rf.DSzEqWgmkM4nU7y6hR0B.npy new file mode 100644 index 0000000000000000000000000000000000000000..b4b7110447aee0ed26b45022bf8b589e4128db99 --- /dev/null +++ b/FootBones/labels/train_DX94_jpg.rf.DSzEqWgmkM4nU7y6hR0B.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d1ce8736d8a7b14cdb250388c290da95ae5ccb7cdffed211c538cbd65287c0f +size 524416 diff --git a/FootBones/labels/train_DX95_jpg.rf.ufKV6agNFqrHBVO167bx.npy b/FootBones/labels/train_DX95_jpg.rf.ufKV6agNFqrHBVO167bx.npy new file mode 100644 index 0000000000000000000000000000000000000000..45664792979cfcee7c2410aa2de14797cc07ce87 --- /dev/null +++ b/FootBones/labels/train_DX95_jpg.rf.ufKV6agNFqrHBVO167bx.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f743102ee8025f23096f28cf8155358b292de6287edaf5af0051afc4b9ba58c +size 524416 diff --git a/FootBones/labels/train_DX99_jpg.rf.nk3HjvYK7Gw247Sphu4w.npy b/FootBones/labels/train_DX99_jpg.rf.nk3HjvYK7Gw247Sphu4w.npy new file mode 100644 index 0000000000000000000000000000000000000000..0ac54d837b081ce4a167a16e394d9ca51d10cbf5 --- /dev/null +++ b/FootBones/labels/train_DX99_jpg.rf.nk3HjvYK7Gw247Sphu4w.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:399bfdeb7ead004cc5c77ae6c2a0ccf0df8d613d8d9a750b354f3869f5939c47 +size 524416 diff --git a/FootBones/labels/val_DX102_jpg.rf.MRGt9Lh0Ntm8upbmmZ8y.npy b/FootBones/labels/val_DX102_jpg.rf.MRGt9Lh0Ntm8upbmmZ8y.npy new file mode 100644 index 0000000000000000000000000000000000000000..a4471822bd160d76f49320773cf10b94570bf344 --- /dev/null +++ b/FootBones/labels/val_DX102_jpg.rf.MRGt9Lh0Ntm8upbmmZ8y.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55a9a52cd01e895d2559ab120ff7b03cd15218c085a91430ede6324f17798e0f +size 524416 diff --git a/FootBones/labels/val_DX104_jpg.rf.hJfGdjWWfDh4WtvujkPg.npy b/FootBones/labels/val_DX104_jpg.rf.hJfGdjWWfDh4WtvujkPg.npy new file mode 100644 index 0000000000000000000000000000000000000000..02f1856cb717e00ba943e7fa615872ff30fc6116 --- /dev/null +++ b/FootBones/labels/val_DX104_jpg.rf.hJfGdjWWfDh4WtvujkPg.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3340962fceebaf3474874123af0ec65339c23b6c3258cde77c47f42eb3a2b826 +size 524416 diff --git a/FootBones/labels/val_DX107_jpg.rf.MYcqsM7usTloCCAPN7k1.npy b/FootBones/labels/val_DX107_jpg.rf.MYcqsM7usTloCCAPN7k1.npy new file mode 100644 index 0000000000000000000000000000000000000000..58cd890388d113f82ebaf903d701b4315f6422f2 --- /dev/null +++ b/FootBones/labels/val_DX107_jpg.rf.MYcqsM7usTloCCAPN7k1.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b25ce5030769c33895268fb1a6abc02bdd3b58af081a4cbaacacc5f6ddba56e6 +size 524416 diff --git a/FootBones/labels/val_DX10_jpg.rf.XkQMN6lgvncYzfNd7Nyk.npy b/FootBones/labels/val_DX10_jpg.rf.XkQMN6lgvncYzfNd7Nyk.npy new file mode 100644 index 0000000000000000000000000000000000000000..9bd598f54eb8257028f06552f61fa908e558c2b1 --- /dev/null +++ b/FootBones/labels/val_DX10_jpg.rf.XkQMN6lgvncYzfNd7Nyk.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5628ff81a12f7a0861b9ad7ac5210821b8d62eea0cfe90f40dde32d318a50147 +size 524416 diff --git a/FootBones/labels/val_DX111_jpg.rf.E2iuupUtY6eeVwecNiDH.npy b/FootBones/labels/val_DX111_jpg.rf.E2iuupUtY6eeVwecNiDH.npy new file mode 100644 index 0000000000000000000000000000000000000000..7e42b329831523ce837aed37254fa1a617a967cb --- /dev/null +++ b/FootBones/labels/val_DX111_jpg.rf.E2iuupUtY6eeVwecNiDH.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf7fc92912fcb4cd2bf83b21d493f53b1d1eddc03cc68707b3db95b9bf859b9f +size 524416 diff --git a/FootBones/labels/val_DX125_jpg.rf.UDulvylQ8eoF5BfHUhv0.npy b/FootBones/labels/val_DX125_jpg.rf.UDulvylQ8eoF5BfHUhv0.npy new file mode 100644 index 0000000000000000000000000000000000000000..4764cb74102b8659fb7abdc580a10ccc4f1a10c9 --- /dev/null +++ b/FootBones/labels/val_DX125_jpg.rf.UDulvylQ8eoF5BfHUhv0.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70b55d8895767f72c1bc1153861677eac28626890724c10972461e955ad4b5d7 +size 524416 diff --git a/FootBones/labels/val_DX130_jpg.rf.leoZjGO6kmco6Lm3EF4c.npy b/FootBones/labels/val_DX130_jpg.rf.leoZjGO6kmco6Lm3EF4c.npy new file mode 100644 index 0000000000000000000000000000000000000000..a3e9f0b437acead18f19c62de508e5ebb1940355 --- /dev/null +++ b/FootBones/labels/val_DX130_jpg.rf.leoZjGO6kmco6Lm3EF4c.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3576aa8613fcdb68e53e362842abfef67efde25c34d84eb68e0aef7fdf6b6d37 +size 524416 diff --git a/FootBones/labels/val_DX152_jpg.rf.gKnNFCCOg5Nn2FGmbdkg.npy b/FootBones/labels/val_DX152_jpg.rf.gKnNFCCOg5Nn2FGmbdkg.npy new file mode 100644 index 0000000000000000000000000000000000000000..b98a9d3217afb7d546e36253524f17f9a856acf8 --- /dev/null +++ b/FootBones/labels/val_DX152_jpg.rf.gKnNFCCOg5Nn2FGmbdkg.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b563472577e2bb02045fe75395e9058a0d057ef8a6652428fd57148a041fbe4 +size 524416 diff --git a/FootBones/labels/val_DX154_jpg.rf.i1ZfnqgrqBG21rDFyN7t.npy b/FootBones/labels/val_DX154_jpg.rf.i1ZfnqgrqBG21rDFyN7t.npy new file mode 100644 index 0000000000000000000000000000000000000000..feebb3e7d834ce96bfcb0fb2e9b26a8565cdcf4c --- /dev/null +++ b/FootBones/labels/val_DX154_jpg.rf.i1ZfnqgrqBG21rDFyN7t.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88be054271a10893f3c580e9e0f8aa16956cff8b45aefd7c3e58b4492453d9d9 +size 524416 diff --git a/FootBones/labels/val_DX157_jpg.rf.mULD7QbwEm2qjF31XIyd.npy b/FootBones/labels/val_DX157_jpg.rf.mULD7QbwEm2qjF31XIyd.npy new file mode 100644 index 0000000000000000000000000000000000000000..faf3e36d4228b080de623c99428e19eb60b2b7fc --- /dev/null +++ b/FootBones/labels/val_DX157_jpg.rf.mULD7QbwEm2qjF31XIyd.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0598d81e89dda78d79223ccd5c1882bd1ee18176482a3aa48fff36ab05d47ba +size 524416 diff --git a/FootBones/labels/val_DX162_jpg.rf.kNrQy8q8YRiJq1IigSXi.npy b/FootBones/labels/val_DX162_jpg.rf.kNrQy8q8YRiJq1IigSXi.npy new file mode 100644 index 0000000000000000000000000000000000000000..39553aface217ed1585545a253340ed68af31ffc --- /dev/null +++ b/FootBones/labels/val_DX162_jpg.rf.kNrQy8q8YRiJq1IigSXi.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b93a303153e9f2ef66bf23a51c4c2444e44d136107dba4f19cde0519801481a +size 524416 diff --git a/FootBones/labels/val_DX169_jpg.rf.SsPn4jRuqXrk16bNRymF.npy b/FootBones/labels/val_DX169_jpg.rf.SsPn4jRuqXrk16bNRymF.npy new file mode 100644 index 0000000000000000000000000000000000000000..bc655b2d99ad44ad2f9011ac9ffe18a19fc0835f --- /dev/null +++ b/FootBones/labels/val_DX169_jpg.rf.SsPn4jRuqXrk16bNRymF.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fd8bfe916bc6fefae2c93e164b4e75c875dbaf91177da972f956801c7056d11 +size 524416 diff --git a/FootBones/labels/val_DX189_jpg.rf.Cj5IzOCVXRojugyBFjNJ.npy b/FootBones/labels/val_DX189_jpg.rf.Cj5IzOCVXRojugyBFjNJ.npy new file mode 100644 index 0000000000000000000000000000000000000000..23e00e0b105f1233d5d38ee0a4e8c045beea865c --- /dev/null +++ b/FootBones/labels/val_DX189_jpg.rf.Cj5IzOCVXRojugyBFjNJ.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a306fa95d2fcbec84cb35ab5a97469ee1a5e61681985b60b66b0ad6a6f9d91e4 +size 524416 diff --git a/FootBones/labels/val_DX192_jpg.rf.jJ0byHbWF5XPyA13fvLO.npy b/FootBones/labels/val_DX192_jpg.rf.jJ0byHbWF5XPyA13fvLO.npy new file mode 100644 index 0000000000000000000000000000000000000000..7b5e45c8bba37f0f8a452ecc5e82bc0862fe46f4 --- /dev/null +++ b/FootBones/labels/val_DX192_jpg.rf.jJ0byHbWF5XPyA13fvLO.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a352f7917cc05fc478c0afe053fc632f3a3c9d5cfc90a8019f3df4295c192d3 +size 524416 diff --git a/FootBones/labels/val_DX199_jpg.rf.6WmTcxDgWG9JtzXXPNZ5.npy b/FootBones/labels/val_DX199_jpg.rf.6WmTcxDgWG9JtzXXPNZ5.npy new file mode 100644 index 0000000000000000000000000000000000000000..394e2b6c8accd02d7914241b42763862e1331adb --- /dev/null +++ b/FootBones/labels/val_DX199_jpg.rf.6WmTcxDgWG9JtzXXPNZ5.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25a9b76767116f8c7176f906b532f01c580e6433b58625505b4b4a406f3a5606 +size 524416 diff --git a/FootBones/labels/val_DX209_jpg.rf.iimxAW7ftKenRMEu8Uku.npy b/FootBones/labels/val_DX209_jpg.rf.iimxAW7ftKenRMEu8Uku.npy new file mode 100644 index 0000000000000000000000000000000000000000..a86fbe9dc7729b7186c0a54aedf0976ed899e91e --- /dev/null +++ b/FootBones/labels/val_DX209_jpg.rf.iimxAW7ftKenRMEu8Uku.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ebc9177958f3bb5943fe1bf4bf3d0317887c04ef168bb06800603f44b959795 +size 524416 diff --git a/FootBones/labels/val_DX226_jpg.rf.XGi605MK8UPI6yxW173X.npy b/FootBones/labels/val_DX226_jpg.rf.XGi605MK8UPI6yxW173X.npy new file mode 100644 index 0000000000000000000000000000000000000000..90e658c91e9d10d5c3f248a40193a7a5b01e9343 --- /dev/null +++ b/FootBones/labels/val_DX226_jpg.rf.XGi605MK8UPI6yxW173X.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cc47d0a17c77f0a8a70cbc88e0fd0937f60703287f6529223c496b681750f91 +size 524416 diff --git a/FootBones/labels/val_DX232_jpg.rf.p0PIAdXbd06DE45YVOfm.npy b/FootBones/labels/val_DX232_jpg.rf.p0PIAdXbd06DE45YVOfm.npy new file mode 100644 index 0000000000000000000000000000000000000000..2d07b3bcbf2d48a65ac97d2fb8cd1842167fe383 --- /dev/null +++ b/FootBones/labels/val_DX232_jpg.rf.p0PIAdXbd06DE45YVOfm.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ae0736c47cbab39f4b15596f06786582bac03540f5723236bba3cbb13dcf97c +size 524416 diff --git a/FootBones/labels/val_DX236_jpg.rf.AW7vE5RQDIjDlUmXrGrb.npy b/FootBones/labels/val_DX236_jpg.rf.AW7vE5RQDIjDlUmXrGrb.npy new file mode 100644 index 0000000000000000000000000000000000000000..62afccc36a402921152e3feabf7bc15e0f156100 --- /dev/null +++ b/FootBones/labels/val_DX236_jpg.rf.AW7vE5RQDIjDlUmXrGrb.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37a1d3b48a5f95f8b5d4f7b3d9e0faad521a6380ebe27d94be68f5a499f85ba2 +size 524416 diff --git a/FootBones/labels/val_DX249_jpg.rf.ZEX11Y6slfHdqUisG1ic.npy b/FootBones/labels/val_DX249_jpg.rf.ZEX11Y6slfHdqUisG1ic.npy new file mode 100644 index 0000000000000000000000000000000000000000..172634eaef505e01649d3c2e0a5c71aa43ccf241 --- /dev/null +++ b/FootBones/labels/val_DX249_jpg.rf.ZEX11Y6slfHdqUisG1ic.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26337a2c34f4e658ef8b97c3bc43ab3c8ff88bf017add14243825f66a74ed109 +size 524416 diff --git a/FootBones/labels/val_DX250_jpg.rf.wvd9k75dXFIiWpF4QDGx.npy b/FootBones/labels/val_DX250_jpg.rf.wvd9k75dXFIiWpF4QDGx.npy new file mode 100644 index 0000000000000000000000000000000000000000..ec087a67c15e02ba61cdf9456c3e916154986528 --- /dev/null +++ b/FootBones/labels/val_DX250_jpg.rf.wvd9k75dXFIiWpF4QDGx.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0706c56fb731e2ae70af5e1952985b8a28bd8b164efbe799d5966f28321e2bc +size 524416 diff --git a/FootBones/labels/val_DX255_jpg.rf.i7NqK9znVqlX5J8UXs1U.npy b/FootBones/labels/val_DX255_jpg.rf.i7NqK9znVqlX5J8UXs1U.npy new file mode 100644 index 0000000000000000000000000000000000000000..b54775a26223091a456a1ad353df3d49a4d28a9a --- /dev/null +++ b/FootBones/labels/val_DX255_jpg.rf.i7NqK9znVqlX5J8UXs1U.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82252502ef01344037f4b59a0af7e3395f69118ef6323e16252c4f4f67af26a0 +size 524416 diff --git a/FootBones/labels/val_DX261_jpg.rf.PpDyivYVjsfOO7BqzPtG.npy b/FootBones/labels/val_DX261_jpg.rf.PpDyivYVjsfOO7BqzPtG.npy new file mode 100644 index 0000000000000000000000000000000000000000..57e3c883971cd5ebb06ba8a242a579a93d671c81 --- /dev/null +++ b/FootBones/labels/val_DX261_jpg.rf.PpDyivYVjsfOO7BqzPtG.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55428591c9fe01fcdfc7c7c462b351d781fb359958a0bd000a5dc981b1eb8d21 +size 524416 diff --git a/FootBones/labels/val_DX267_jpg.rf.gULFUw90zOgCHUso9An5.npy b/FootBones/labels/val_DX267_jpg.rf.gULFUw90zOgCHUso9An5.npy new file mode 100644 index 0000000000000000000000000000000000000000..92264f5f9940bb243a73603e6e7cb6b8ab3cf388 --- /dev/null +++ b/FootBones/labels/val_DX267_jpg.rf.gULFUw90zOgCHUso9An5.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55e71a8981caa86f38d2ccbdd7db40b601f195e41a59e0072203f962e82e9108 +size 524416 diff --git a/FootBones/labels/val_DX275_jpg.rf.3VLF27WkjVhK3W2AY10U.npy b/FootBones/labels/val_DX275_jpg.rf.3VLF27WkjVhK3W2AY10U.npy new file mode 100644 index 0000000000000000000000000000000000000000..ab9deaeb7bd1c433177a7640c28b0c15402f27a9 --- /dev/null +++ b/FootBones/labels/val_DX275_jpg.rf.3VLF27WkjVhK3W2AY10U.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e284070fc0c2b743b0350bdc68d3d539b9c2d4ba79ba82c02c4eada1b3181e28 +size 524416 diff --git a/FootBones/labels/val_DX277_jpg.rf.47Md8Cs9XJ9ZKqPWJ0uo.npy b/FootBones/labels/val_DX277_jpg.rf.47Md8Cs9XJ9ZKqPWJ0uo.npy new file mode 100644 index 0000000000000000000000000000000000000000..bed108571f91040df9437b4ef6336ce11c7929aa --- /dev/null +++ b/FootBones/labels/val_DX277_jpg.rf.47Md8Cs9XJ9ZKqPWJ0uo.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:babce962d06f92725e18a3ab18234d8eb2b6935aad235aa8a7c78f117cdc1045 +size 524416 diff --git a/FootBones/labels/val_DX27_jpg.rf.sYLiTocsYZHTlKCLU2iO.npy b/FootBones/labels/val_DX27_jpg.rf.sYLiTocsYZHTlKCLU2iO.npy new file mode 100644 index 0000000000000000000000000000000000000000..ad3467f7a366be4bdbf34d20a2683b33f87cd952 --- /dev/null +++ b/FootBones/labels/val_DX27_jpg.rf.sYLiTocsYZHTlKCLU2iO.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6daa311f2b06e45c85e791cb943d4d582a9c29c7e69d870686985674391ffc03 +size 524416 diff --git a/FootBones/labels/val_DX281_jpg.rf.hH4mIfPlZCR2kvRDHD0T.npy b/FootBones/labels/val_DX281_jpg.rf.hH4mIfPlZCR2kvRDHD0T.npy new file mode 100644 index 0000000000000000000000000000000000000000..5ca101ed07d0f6a5f5d49907869b5576e065d39f --- /dev/null +++ b/FootBones/labels/val_DX281_jpg.rf.hH4mIfPlZCR2kvRDHD0T.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b840cf2082e3f79d8cc9b770b88acdb75de0e0763b8c6995432f93d9138b4ec9 +size 524416 diff --git a/FootBones/labels/val_DX305_jpg.rf.7ZbCDwOB1RorN9tvhnAX.npy b/FootBones/labels/val_DX305_jpg.rf.7ZbCDwOB1RorN9tvhnAX.npy new file mode 100644 index 0000000000000000000000000000000000000000..58a937875ec4f424bad434b36876f8b8563bd21d --- /dev/null +++ b/FootBones/labels/val_DX305_jpg.rf.7ZbCDwOB1RorN9tvhnAX.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c380f164bd9142dd82513bca73d51ddda1eb342be9f565b44f5018f4554a8254 +size 524416 diff --git a/FootBones/labels/val_DX319_jpg.rf.c9S53QiwHbUP9Kzwky2A.npy b/FootBones/labels/val_DX319_jpg.rf.c9S53QiwHbUP9Kzwky2A.npy new file mode 100644 index 0000000000000000000000000000000000000000..410ed40889c62470dd666086de4249ffdc017ee8 --- /dev/null +++ b/FootBones/labels/val_DX319_jpg.rf.c9S53QiwHbUP9Kzwky2A.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c70c640cd0f319acbf7452f53a30af8f257adfb71667d8c3c2547f4ce433214 +size 524416 diff --git a/FootBones/labels/val_DX322_jpg.rf.kFEq7dN2uUPZTvHbYTaW.npy b/FootBones/labels/val_DX322_jpg.rf.kFEq7dN2uUPZTvHbYTaW.npy new file mode 100644 index 0000000000000000000000000000000000000000..6ebd44ba8150f58f6112e128d2db9affbdf619ba --- /dev/null +++ b/FootBones/labels/val_DX322_jpg.rf.kFEq7dN2uUPZTvHbYTaW.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65697419b7508b9fdecd875991e1b12e3fa4b765608ef8a26dda3cf6293d5efc +size 524416 diff --git a/FootBones/labels/val_DX328_jpg.rf.Ptap8F0huWjbddkjn8Pe.npy b/FootBones/labels/val_DX328_jpg.rf.Ptap8F0huWjbddkjn8Pe.npy new file mode 100644 index 0000000000000000000000000000000000000000..8c63562a8e13af77344074edfd4fc72aa4b01cd0 --- /dev/null +++ b/FootBones/labels/val_DX328_jpg.rf.Ptap8F0huWjbddkjn8Pe.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23de2b394c28c98c9cd23a8cc20c16fa135abdd48273dffda17e8dc7b1062ce2 +size 524416 diff --git a/FootBones/labels/val_DX332_jpg.rf.1WeNHK5l4YwaTsLl8rkC.npy b/FootBones/labels/val_DX332_jpg.rf.1WeNHK5l4YwaTsLl8rkC.npy new file mode 100644 index 0000000000000000000000000000000000000000..409ae480ebe16fdd5dab6bffa0c5261fb6f67834 --- /dev/null +++ b/FootBones/labels/val_DX332_jpg.rf.1WeNHK5l4YwaTsLl8rkC.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75d8ca08b66356cfc7ba6ec16c05470cc8a99bf0e656d1e1002220a557eafc90 +size 524416 diff --git a/FootBones/labels/val_DX338_jpg.rf.ZFnZuowLExFB8sUy73vR.npy b/FootBones/labels/val_DX338_jpg.rf.ZFnZuowLExFB8sUy73vR.npy new file mode 100644 index 0000000000000000000000000000000000000000..e933275a7f984f36cd6433f27d7cae8a5996c3df --- /dev/null +++ b/FootBones/labels/val_DX338_jpg.rf.ZFnZuowLExFB8sUy73vR.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd5ff3ee1e1d35c3cfc62dbdeeb683b92aa36ccf38ed8f62f9be3bb6feeacf14 +size 524416 diff --git a/FootBones/labels/val_DX343_jpg.rf.PnmfhdSGrbaMhdu2DJUW.npy b/FootBones/labels/val_DX343_jpg.rf.PnmfhdSGrbaMhdu2DJUW.npy new file mode 100644 index 0000000000000000000000000000000000000000..b9838a86ad531e3d160da9b29fe352184de7f117 --- /dev/null +++ b/FootBones/labels/val_DX343_jpg.rf.PnmfhdSGrbaMhdu2DJUW.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:846c9fc4300343696db2ee249d6cd0cc448c9ec133b78fd393586abaf1e4096b +size 524416 diff --git a/FootBones/labels/val_DX346_jpg.rf.BiG1KJxgWPhG94XQxjaI.npy b/FootBones/labels/val_DX346_jpg.rf.BiG1KJxgWPhG94XQxjaI.npy new file mode 100644 index 0000000000000000000000000000000000000000..274c1831d63fcca6599fc2645840364b5da989c4 --- /dev/null +++ b/FootBones/labels/val_DX346_jpg.rf.BiG1KJxgWPhG94XQxjaI.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1107e8c6f7ca6b1528a5c3d990bfb5c4580d57b9aee897443dddbf51134f846a +size 524416 diff --git a/FootBones/labels/val_DX34_jpg.rf.pA7Uzy289M85fhUgmJsK.npy b/FootBones/labels/val_DX34_jpg.rf.pA7Uzy289M85fhUgmJsK.npy new file mode 100644 index 0000000000000000000000000000000000000000..98cee06611dd1ed5ef4d57326bfb477e11080233 --- /dev/null +++ b/FootBones/labels/val_DX34_jpg.rf.pA7Uzy289M85fhUgmJsK.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b31795568da61f9b6082e4016382ee9eddee45f2f3f678c70b4c1099de9ac6d +size 524416 diff --git a/FootBones/labels/val_DX350_jpg.rf.7PIhZZ8j0KIf1c7U0F8A.npy b/FootBones/labels/val_DX350_jpg.rf.7PIhZZ8j0KIf1c7U0F8A.npy new file mode 100644 index 0000000000000000000000000000000000000000..c007522a1a671a31ca1917cebbceb85feb527e1b --- /dev/null +++ b/FootBones/labels/val_DX350_jpg.rf.7PIhZZ8j0KIf1c7U0F8A.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f87ce4c0efbfb59c7de01afd6be0c0da49e94dcdf1d6e35261a27997498293c +size 524416 diff --git a/FootBones/labels/val_DX355_jpg.rf.KHk08bTzhw9Wu7DaAEJw.npy b/FootBones/labels/val_DX355_jpg.rf.KHk08bTzhw9Wu7DaAEJw.npy new file mode 100644 index 0000000000000000000000000000000000000000..c072dbbee444fd0f8fb5a54604b9ca4fc5fd7038 --- /dev/null +++ b/FootBones/labels/val_DX355_jpg.rf.KHk08bTzhw9Wu7DaAEJw.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:486c2321557e07a0712c8733ef2968853727a58c43bdfe6738ace7ddf1fcadf0 +size 524416 diff --git a/FootBones/labels/val_DX360_jpg.rf.EuTawvzU2YTTJqALqhYB.npy b/FootBones/labels/val_DX360_jpg.rf.EuTawvzU2YTTJqALqhYB.npy new file mode 100644 index 0000000000000000000000000000000000000000..108ed22870efd6e12770b11a639e0638087adce0 --- /dev/null +++ b/FootBones/labels/val_DX360_jpg.rf.EuTawvzU2YTTJqALqhYB.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45bd3f87f66e26c154fa057ff3a84aa58e421833ac86f395cccd34febe5fb01b +size 524416 diff --git a/FootBones/labels/val_DX368_jpg.rf.vdGQXups44N6jDc0rpSq.npy b/FootBones/labels/val_DX368_jpg.rf.vdGQXups44N6jDc0rpSq.npy new file mode 100644 index 0000000000000000000000000000000000000000..a371cb510deb0f5a8050f1a6a3ad7443fb10876f --- /dev/null +++ b/FootBones/labels/val_DX368_jpg.rf.vdGQXups44N6jDc0rpSq.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9cda3f664a14212d6d5cd51548d1c8d50403ffdd40a1210fe2ac0c00c80fd55 +size 524416 diff --git a/FootBones/labels/val_DX390_jpg.rf.YCeiNP3LnPAefcxj6yc3.npy b/FootBones/labels/val_DX390_jpg.rf.YCeiNP3LnPAefcxj6yc3.npy new file mode 100644 index 0000000000000000000000000000000000000000..5db2663201f750c0662a10653977eb614cc13039 --- /dev/null +++ b/FootBones/labels/val_DX390_jpg.rf.YCeiNP3LnPAefcxj6yc3.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:158045dd8ff8cf5a87433590ec2c4a6d2c2b37cca5fb9ea4ccac36c1c67b63e8 +size 524416 diff --git a/FootBones/labels/val_DX391_jpg.rf.rrSg3sFgHtHgEqZu72rM.npy b/FootBones/labels/val_DX391_jpg.rf.rrSg3sFgHtHgEqZu72rM.npy new file mode 100644 index 0000000000000000000000000000000000000000..c469771dee2979ddf64eb5f5f9c3cf1300d723a1 --- /dev/null +++ b/FootBones/labels/val_DX391_jpg.rf.rrSg3sFgHtHgEqZu72rM.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5570347ea20c80cf5754b4e08e1c4b1c93bc91d3b9dd2e929de5041dcc7411b5 +size 524416 diff --git a/FootBones/labels/val_DX393_jpg.rf.FNeNSk8CO0mzhtkK7S0u.npy b/FootBones/labels/val_DX393_jpg.rf.FNeNSk8CO0mzhtkK7S0u.npy new file mode 100644 index 0000000000000000000000000000000000000000..48e6a0ca4cb353dc0d4ca055ff814b45a1d3a641 --- /dev/null +++ b/FootBones/labels/val_DX393_jpg.rf.FNeNSk8CO0mzhtkK7S0u.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f15cc64a423b77fe54542d292aeb4aed0b2784ce6cb3493e825686543913848 +size 524416 diff --git a/FootBones/labels/val_DX395_jpg.rf.Zs74jtkElR8l7vZ9VLja.npy b/FootBones/labels/val_DX395_jpg.rf.Zs74jtkElR8l7vZ9VLja.npy new file mode 100644 index 0000000000000000000000000000000000000000..6a35ecdde9a1a7f0c557ac2bd40380f24ef33525 --- /dev/null +++ b/FootBones/labels/val_DX395_jpg.rf.Zs74jtkElR8l7vZ9VLja.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edb23dc861fddc773b652b092cecf86f7a22b354ee76cd72cc8ef5a039b7e94a +size 524416 diff --git a/FootBones/labels/val_DX405_jpg.rf.rxLAlOwAX6z6fH7ApuUa.npy b/FootBones/labels/val_DX405_jpg.rf.rxLAlOwAX6z6fH7ApuUa.npy new file mode 100644 index 0000000000000000000000000000000000000000..faf5674aaf152036051d1d9d0f861dd9675285a7 --- /dev/null +++ b/FootBones/labels/val_DX405_jpg.rf.rxLAlOwAX6z6fH7ApuUa.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a965cdaa3839c82fd641691ace93a62a5c30886c4db0e4b06d7239c44675851 +size 524416 diff --git a/FootBones/labels/val_DX414_jpg.rf.SNp0Ng3t1tG5rpBijeGd.npy b/FootBones/labels/val_DX414_jpg.rf.SNp0Ng3t1tG5rpBijeGd.npy new file mode 100644 index 0000000000000000000000000000000000000000..6fe55ba60ef93fe68aefbbfcef507c1153d91789 --- /dev/null +++ b/FootBones/labels/val_DX414_jpg.rf.SNp0Ng3t1tG5rpBijeGd.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db3607d2b98fb35d160e17d11497ec9531a30030e885c28cc78d7a57bcf84308 +size 524416 diff --git a/FootBones/labels/val_DX415_jpg.rf.4sPo8o8L8a4hpaLwviEZ.npy b/FootBones/labels/val_DX415_jpg.rf.4sPo8o8L8a4hpaLwviEZ.npy new file mode 100644 index 0000000000000000000000000000000000000000..ca5d158bb68c0c85fd7a0b9df4787eedc2cd71af --- /dev/null +++ b/FootBones/labels/val_DX415_jpg.rf.4sPo8o8L8a4hpaLwviEZ.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc4c6af6231166310231024661369938bf5080555d05cf9e9ab9aaf47065ad99 +size 524416 diff --git a/FootBones/labels/val_DX417_jpg.rf.bb1sDeTRAMKIOOr4MVxu.npy b/FootBones/labels/val_DX417_jpg.rf.bb1sDeTRAMKIOOr4MVxu.npy new file mode 100644 index 0000000000000000000000000000000000000000..24afedb6d16380a26b5cb9facb95337ff632afa2 --- /dev/null +++ b/FootBones/labels/val_DX417_jpg.rf.bb1sDeTRAMKIOOr4MVxu.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fed5e28d2854bdd2f853d282bacf10272b18bb7b5907f154e2a18f9b224449c +size 524416 diff --git a/FootBones/labels/val_DX422_jpg.rf.p4Ueb16PRKW6T3ECuxGJ.npy b/FootBones/labels/val_DX422_jpg.rf.p4Ueb16PRKW6T3ECuxGJ.npy new file mode 100644 index 0000000000000000000000000000000000000000..fbebe42ad53d37ed41f984d1fb1564eb1257e40b --- /dev/null +++ b/FootBones/labels/val_DX422_jpg.rf.p4Ueb16PRKW6T3ECuxGJ.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eac55668038de8c83ad2827b549c9303fd2ec191dc99036b5ccc0da31c5c3982 +size 524416 diff --git a/FootBones/labels/val_DX424_jpg.rf.naUy81X8azClqIZOGod2.npy b/FootBones/labels/val_DX424_jpg.rf.naUy81X8azClqIZOGod2.npy new file mode 100644 index 0000000000000000000000000000000000000000..64a740d78482b18cf075d9ba713c571ff57d40aa --- /dev/null +++ b/FootBones/labels/val_DX424_jpg.rf.naUy81X8azClqIZOGod2.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d4d06ccf925c3f791603456da6db8e93d6e60d09869f430e802a234f8fef23a +size 524416 diff --git a/FootBones/labels/val_DX426_jpg.rf.VGw4ktddinqUJTLgHXc0.npy b/FootBones/labels/val_DX426_jpg.rf.VGw4ktddinqUJTLgHXc0.npy new file mode 100644 index 0000000000000000000000000000000000000000..897d9d699ee75c644200c554a8f0bb1ea1e496c6 --- /dev/null +++ b/FootBones/labels/val_DX426_jpg.rf.VGw4ktddinqUJTLgHXc0.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d9b1de24f1dad7766c21af86d08e80d45004d7b0c0d811744ec60fd503a085d +size 524416 diff --git a/FootBones/labels/val_DX434_jpg.rf.WlCrR6HVFGrky0qJFN8u.npy b/FootBones/labels/val_DX434_jpg.rf.WlCrR6HVFGrky0qJFN8u.npy new file mode 100644 index 0000000000000000000000000000000000000000..575cdc8b9f4162e7b55b122fb10aa72261a63166 --- /dev/null +++ b/FootBones/labels/val_DX434_jpg.rf.WlCrR6HVFGrky0qJFN8u.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2426df791a73bb0e8bc6c1529d57b0daa54075813c40d756fe43939023505fe3 +size 524416 diff --git a/FootBones/labels/val_DX456_jpg.rf.QUKURzqZ32ztiDhbG4Ak.npy b/FootBones/labels/val_DX456_jpg.rf.QUKURzqZ32ztiDhbG4Ak.npy new file mode 100644 index 0000000000000000000000000000000000000000..4249f605df6c555d5dbadf062bebfe817ac2acc1 --- /dev/null +++ b/FootBones/labels/val_DX456_jpg.rf.QUKURzqZ32ztiDhbG4Ak.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:280d9408794c0a776a15abdcc0f0751e5cfc4d6a6ffbb66d0b2335aa8e68a069 +size 524416 diff --git a/FootBones/labels/val_DX489_jpg.rf.LUQQPkPgsu2RCPQdXL7K.npy b/FootBones/labels/val_DX489_jpg.rf.LUQQPkPgsu2RCPQdXL7K.npy new file mode 100644 index 0000000000000000000000000000000000000000..8f4f84c23a2b112eece5d78cde3ece373931f262 --- /dev/null +++ b/FootBones/labels/val_DX489_jpg.rf.LUQQPkPgsu2RCPQdXL7K.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7f22c39be42c453483effc07fd3193f897211a477e61af0420037230308628a +size 524416 diff --git a/FootBones/labels/val_DX499_jpg.rf.eKD3xKkYRrjLXhycVG19.npy b/FootBones/labels/val_DX499_jpg.rf.eKD3xKkYRrjLXhycVG19.npy new file mode 100644 index 0000000000000000000000000000000000000000..4110b4e50e6c6b6084bd0675fbc7011a91327710 --- /dev/null +++ b/FootBones/labels/val_DX499_jpg.rf.eKD3xKkYRrjLXhycVG19.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df2c4f58dd5b812ec82535105ecde8261479c10ccf57cf8b075e24289d4136a4 +size 524416 diff --git a/FootBones/labels/val_DX502_jpg.rf.8wnKn3EqZAM4eIay9DAf.npy b/FootBones/labels/val_DX502_jpg.rf.8wnKn3EqZAM4eIay9DAf.npy new file mode 100644 index 0000000000000000000000000000000000000000..dea25e0d891ca938e450eeae13296f125c4601b0 --- /dev/null +++ b/FootBones/labels/val_DX502_jpg.rf.8wnKn3EqZAM4eIay9DAf.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1d2c6be17222f85053c96528a65be4a17ee6fcb2077d2394a4dac49880c97d2 +size 524416 diff --git a/FootBones/labels/val_DX504_jpg.rf.zIJLw1IoayFTTxyyQmoE.npy b/FootBones/labels/val_DX504_jpg.rf.zIJLw1IoayFTTxyyQmoE.npy new file mode 100644 index 0000000000000000000000000000000000000000..644e0a8d8414c3918eaa4f170c5a5421d4cd6daf --- /dev/null +++ b/FootBones/labels/val_DX504_jpg.rf.zIJLw1IoayFTTxyyQmoE.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08c4b0eb4ec6e85da1c114cd7c9e63e321e05f97302525affd547b287c9b5694 +size 524416 diff --git a/FootBones/labels/val_DX508_jpg.rf.gIdYUDIktqCdf9sc02pY.npy b/FootBones/labels/val_DX508_jpg.rf.gIdYUDIktqCdf9sc02pY.npy new file mode 100644 index 0000000000000000000000000000000000000000..4d97b4a56ba6ede40f5c7ccf8db8a774dcfcc18f --- /dev/null +++ b/FootBones/labels/val_DX508_jpg.rf.gIdYUDIktqCdf9sc02pY.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80336017e665ffaee73faff641e72b720939e33c4e1f0605e0ed23d090c3c803 +size 524416 diff --git a/FootBones/labels/val_DX512_jpg.rf.tLTzso6jTz143OtucPVE.npy b/FootBones/labels/val_DX512_jpg.rf.tLTzso6jTz143OtucPVE.npy new file mode 100644 index 0000000000000000000000000000000000000000..d577c01f00c3f18851dd13dad68724d8a098a977 --- /dev/null +++ b/FootBones/labels/val_DX512_jpg.rf.tLTzso6jTz143OtucPVE.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c0dba7f96abb9b1b9fd5e0c7e42015c0059b2c24a84f6bc5681c33994aff183 +size 524416 diff --git a/FootBones/labels/val_DX521_jpg.rf.qDly1zwL1nBIx9fJJ32v.npy b/FootBones/labels/val_DX521_jpg.rf.qDly1zwL1nBIx9fJJ32v.npy new file mode 100644 index 0000000000000000000000000000000000000000..c00fb0d3d402df6963243cfc4cd54127574170ab --- /dev/null +++ b/FootBones/labels/val_DX521_jpg.rf.qDly1zwL1nBIx9fJJ32v.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bedfe484f262360a91a13f97b8ffad62ad336bd4e9084e25e1da97e228a7631c +size 524416 diff --git a/FootBones/labels/val_DX528_jpg.rf.JIVnUC6hrHB6SchjN2Pp.npy b/FootBones/labels/val_DX528_jpg.rf.JIVnUC6hrHB6SchjN2Pp.npy new file mode 100644 index 0000000000000000000000000000000000000000..9ab7209e75c2371a481df229b23d46d10b5e88a1 --- /dev/null +++ b/FootBones/labels/val_DX528_jpg.rf.JIVnUC6hrHB6SchjN2Pp.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:909ad274b5b0f0c6a7a335e6398ba0d44c9323d1931dd7b934e1764e54865ebf +size 524416 diff --git a/FootBones/labels/val_DX530_jpg.rf.G03gwr8HGoJn4VHxJkVz.npy b/FootBones/labels/val_DX530_jpg.rf.G03gwr8HGoJn4VHxJkVz.npy new file mode 100644 index 0000000000000000000000000000000000000000..87d41e2abee2c823a18d324d7445cf01f03f2485 --- /dev/null +++ b/FootBones/labels/val_DX530_jpg.rf.G03gwr8HGoJn4VHxJkVz.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b59fe4a3cfdcb221fe1ac5c481582c7017b80338394655197423e6e6bc4b6d51 +size 524416 diff --git a/FootBones/labels/val_DX545_jpg.rf.pM7FL4Mks17DfzJuDwAg.npy b/FootBones/labels/val_DX545_jpg.rf.pM7FL4Mks17DfzJuDwAg.npy new file mode 100644 index 0000000000000000000000000000000000000000..bd76dadd2ea1bfe7969da5804371e080a17e44e4 --- /dev/null +++ b/FootBones/labels/val_DX545_jpg.rf.pM7FL4Mks17DfzJuDwAg.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40bf34ed0e1d0324920fd4e2a46e630a495d39e4be8c22e8eaaceb63c5a85de5 +size 524416 diff --git a/FootBones/labels/val_DX558_jpg.rf.au0o4aFSlR5IrVyifoVH.npy b/FootBones/labels/val_DX558_jpg.rf.au0o4aFSlR5IrVyifoVH.npy new file mode 100644 index 0000000000000000000000000000000000000000..dd3159f4ceeab0320d160dc2f3be394a84468c72 --- /dev/null +++ b/FootBones/labels/val_DX558_jpg.rf.au0o4aFSlR5IrVyifoVH.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ecdb686509fd62800ffdb6c66b66411ee3d17ca238885b5b154ce8b62bda022 +size 524416 diff --git a/FootBones/labels/val_DX566_jpg.rf.zZKreXrMhD7VXi1QXQqV.npy b/FootBones/labels/val_DX566_jpg.rf.zZKreXrMhD7VXi1QXQqV.npy new file mode 100644 index 0000000000000000000000000000000000000000..568cf5dac68a68db3238dd22912fdbf5bad5c160 --- /dev/null +++ b/FootBones/labels/val_DX566_jpg.rf.zZKreXrMhD7VXi1QXQqV.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d8f4e74aa1fb70a204551da789a1b88d16ad9cb8d0e77a1dc583b1aa5389ccc +size 524416 diff --git a/FootBones/labels/val_DX567_jpg.rf.pX12L7WjUjqiWgy3JkUU.npy b/FootBones/labels/val_DX567_jpg.rf.pX12L7WjUjqiWgy3JkUU.npy new file mode 100644 index 0000000000000000000000000000000000000000..2f2357f7700d5fae5a1b5f5b6cf177bf50aecd12 --- /dev/null +++ b/FootBones/labels/val_DX567_jpg.rf.pX12L7WjUjqiWgy3JkUU.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73e77212e69120e0cb06ea88dbf7664f0295365d59ba2bf5d712c81bb710ee46 +size 524416 diff --git a/FootBones/labels/val_DX574_jpg.rf.RMBhPmQgYE5f0DJ9xTzy.npy b/FootBones/labels/val_DX574_jpg.rf.RMBhPmQgYE5f0DJ9xTzy.npy new file mode 100644 index 0000000000000000000000000000000000000000..0ec0c748fba04d98ba9ec9fb258c9adcf16f5d5d --- /dev/null +++ b/FootBones/labels/val_DX574_jpg.rf.RMBhPmQgYE5f0DJ9xTzy.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cabc5c6eb78eb0bccff8ebbc575b74bbe31ac0aa313bf31d46b00d931013a7c +size 524416 diff --git a/FootBones/labels/val_DX597_jpg.rf.zgSJsdrMvaLO1Ke32ay9.npy b/FootBones/labels/val_DX597_jpg.rf.zgSJsdrMvaLO1Ke32ay9.npy new file mode 100644 index 0000000000000000000000000000000000000000..54d9220ed4afb7a314108ec1be3ad0d7d6722799 --- /dev/null +++ b/FootBones/labels/val_DX597_jpg.rf.zgSJsdrMvaLO1Ke32ay9.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f6248abf9c64d74145a61aa3b7ffa3efaf885ed757eacde7ffa847810f84d30 +size 524416 diff --git a/FootBones/labels/val_DX603_jpg.rf.aI7AFceTBqYleO5oFo4D.npy b/FootBones/labels/val_DX603_jpg.rf.aI7AFceTBqYleO5oFo4D.npy new file mode 100644 index 0000000000000000000000000000000000000000..b4ab8e085a2a61a4961c12a01d44afad193381d9 --- /dev/null +++ b/FootBones/labels/val_DX603_jpg.rf.aI7AFceTBqYleO5oFo4D.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15a66c948d94b0511678bdfd968388c7d493d3c932269f04d7904b5e067fd4f0 +size 524416 diff --git a/FootBones/labels/val_DX605_jpg.rf.REF1FIowa418g3kkbNTq.npy b/FootBones/labels/val_DX605_jpg.rf.REF1FIowa418g3kkbNTq.npy new file mode 100644 index 0000000000000000000000000000000000000000..72344136dcc489e8adad117c2d49d7920a0f5dcc --- /dev/null +++ b/FootBones/labels/val_DX605_jpg.rf.REF1FIowa418g3kkbNTq.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41b1cb5a9c4df49d895a428a9afa5362a5e764ceccd53730d1cc63fd2eeec0e5 +size 524416 diff --git a/FootBones/labels/val_DX610_jpg.rf.BtmZKfwGeIx2mEMvJEMN.npy b/FootBones/labels/val_DX610_jpg.rf.BtmZKfwGeIx2mEMvJEMN.npy new file mode 100644 index 0000000000000000000000000000000000000000..aa6c0ebda5906aa49baf5cfd79853d9d74f2b394 --- /dev/null +++ b/FootBones/labels/val_DX610_jpg.rf.BtmZKfwGeIx2mEMvJEMN.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48d63838a527a872e64c1c557cc768f69d7d7f705f1e8697bf1a94ae6ee30198 +size 524416 diff --git a/FootBones/labels/val_DX612_jpg.rf.ZhxuQvbyu9Ij0GAp6J3W.npy b/FootBones/labels/val_DX612_jpg.rf.ZhxuQvbyu9Ij0GAp6J3W.npy new file mode 100644 index 0000000000000000000000000000000000000000..23c2208fbc850abf6924842261bd8835e145c2e3 --- /dev/null +++ b/FootBones/labels/val_DX612_jpg.rf.ZhxuQvbyu9Ij0GAp6J3W.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d20a67cd806969ae4a43c19c9a7b3250e90c58a38352bafaa152a040a045af3 +size 524416 diff --git a/FootBones/labels/val_DX614_jpg.rf.mxSB91e0kgXeUbgRiexr.npy b/FootBones/labels/val_DX614_jpg.rf.mxSB91e0kgXeUbgRiexr.npy new file mode 100644 index 0000000000000000000000000000000000000000..dadcb89708f42417de10f2bb3bd66d985b5b564d --- /dev/null +++ b/FootBones/labels/val_DX614_jpg.rf.mxSB91e0kgXeUbgRiexr.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bdbb5438250eefe8f0f07111ab83f277067c7b1f812c137e4a1d68467c100fb +size 524416 diff --git a/FootBones/labels/val_DX620_jpg.rf.H8lU1eVAoE3Sjt7oeJvf.npy b/FootBones/labels/val_DX620_jpg.rf.H8lU1eVAoE3Sjt7oeJvf.npy new file mode 100644 index 0000000000000000000000000000000000000000..19969331e95273d8cc2e97c13dd0a0ec417253c2 --- /dev/null +++ b/FootBones/labels/val_DX620_jpg.rf.H8lU1eVAoE3Sjt7oeJvf.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9888911169cfcbcb1c8d7646e2b7ad2050dadc658e8b4dcea5db615f42d704cd +size 524416 diff --git a/FootBones/labels/val_DX626_jpg.rf.BaQI6IR7W3ULoadpCBEN.npy b/FootBones/labels/val_DX626_jpg.rf.BaQI6IR7W3ULoadpCBEN.npy new file mode 100644 index 0000000000000000000000000000000000000000..ecf704ebe1e10748b82762b47f38b628c00647ea --- /dev/null +++ b/FootBones/labels/val_DX626_jpg.rf.BaQI6IR7W3ULoadpCBEN.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c47119083a74bc89a8981df053446347dc52e5e05b784f5d0f57ee2df5f39ca7 +size 524416 diff --git a/FootBones/labels/val_DX632_jpg.rf.cLTvsSldfBZkWtoAP5aX.npy b/FootBones/labels/val_DX632_jpg.rf.cLTvsSldfBZkWtoAP5aX.npy new file mode 100644 index 0000000000000000000000000000000000000000..bf8d2af1f5f24f72af1bd59b01f8fb79a306abfd --- /dev/null +++ b/FootBones/labels/val_DX632_jpg.rf.cLTvsSldfBZkWtoAP5aX.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f3e46fdb6e62902f517f598e155caf96324d475e49f866b1fd776c4fe5fa59f +size 524416 diff --git a/FootBones/labels/val_DX642_jpg.rf.sTLAOqkXGx0Gat7jvw2M.npy b/FootBones/labels/val_DX642_jpg.rf.sTLAOqkXGx0Gat7jvw2M.npy new file mode 100644 index 0000000000000000000000000000000000000000..20a9a9b856a35e53d6c45e3744ae687333fab9db --- /dev/null +++ b/FootBones/labels/val_DX642_jpg.rf.sTLAOqkXGx0Gat7jvw2M.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:317d5fadf293ff6e08c69aa327468baa458a345dea72c6ca78e4ecb20b09af25 +size 524416 diff --git a/FootBones/labels/val_DX65_jpg.rf.vhEL8xrey0nHYjkhr0Xn.npy b/FootBones/labels/val_DX65_jpg.rf.vhEL8xrey0nHYjkhr0Xn.npy new file mode 100644 index 0000000000000000000000000000000000000000..8d2955a26f309b56ea80acd9280162483a03506b --- /dev/null +++ b/FootBones/labels/val_DX65_jpg.rf.vhEL8xrey0nHYjkhr0Xn.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20e22390d0bf85841ed762ed1e9c73b8614bc874c47f7d6f843821e085e85743 +size 524416 diff --git a/FootBones/labels/val_DX670_jpg.rf.PCGqHE0T5PrblClIJwVf.npy b/FootBones/labels/val_DX670_jpg.rf.PCGqHE0T5PrblClIJwVf.npy new file mode 100644 index 0000000000000000000000000000000000000000..a5c361a869ac0a06aba8645090b631c92abbf948 --- /dev/null +++ b/FootBones/labels/val_DX670_jpg.rf.PCGqHE0T5PrblClIJwVf.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beca000ce0803f46f45d8268967cfe18fab447457ec65ebc0fba7e7b3feb7a56 +size 524416 diff --git a/FootBones/labels/val_DX672_jpg.rf.G3PXjPfFNOVsKdDqsAwF.npy b/FootBones/labels/val_DX672_jpg.rf.G3PXjPfFNOVsKdDqsAwF.npy new file mode 100644 index 0000000000000000000000000000000000000000..a5e02526f1fb30ebb25a1a35b96526968d55b7d2 --- /dev/null +++ b/FootBones/labels/val_DX672_jpg.rf.G3PXjPfFNOVsKdDqsAwF.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:905c6f39a7f869ecee16e592d7f7f5d415f3e006db3903196665400d0a1be40c +size 524416 diff --git a/FootBones/labels/val_DX674_jpg.rf.bs3kf5G2zbF482NQiobB.npy b/FootBones/labels/val_DX674_jpg.rf.bs3kf5G2zbF482NQiobB.npy new file mode 100644 index 0000000000000000000000000000000000000000..5387df4ce2ede06694690595f06477d02bc6a3eb --- /dev/null +++ b/FootBones/labels/val_DX674_jpg.rf.bs3kf5G2zbF482NQiobB.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c1c641e9a38938afcdf67a8e59ae5f8eef4b9c58e3b85d121edab10c3ea51a4 +size 524416 diff --git a/FootBones/labels/val_DX680_jpg.rf.9EZ18CRlEi287sdTxbyB.npy b/FootBones/labels/val_DX680_jpg.rf.9EZ18CRlEi287sdTxbyB.npy new file mode 100644 index 0000000000000000000000000000000000000000..4646041b09f35310785a7b391c5d4e0994e35f58 --- /dev/null +++ b/FootBones/labels/val_DX680_jpg.rf.9EZ18CRlEi287sdTxbyB.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:292c025871e902c936155d4d3e06802cba0764e80e6b39f88a1d8c506c9bda18 +size 524416 diff --git a/FootBones/labels/val_DX686_jpg.rf.beku4vyOpb3iFDDU6QtY.npy b/FootBones/labels/val_DX686_jpg.rf.beku4vyOpb3iFDDU6QtY.npy new file mode 100644 index 0000000000000000000000000000000000000000..5a5f25f16f1c75deed7cbb039c18ebfb79b7f017 --- /dev/null +++ b/FootBones/labels/val_DX686_jpg.rf.beku4vyOpb3iFDDU6QtY.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efc45a8feb9ee42539a18b9adde2781859ccc08d66456eb4b43e7d201e037b6c +size 524416 diff --git a/FootBones/labels/val_DX692_jpg.rf.4lIpIi1R7Qfj5YYCUPbF.npy b/FootBones/labels/val_DX692_jpg.rf.4lIpIi1R7Qfj5YYCUPbF.npy new file mode 100644 index 0000000000000000000000000000000000000000..e0ba147e496a092cea2b555b016efbb436306c91 --- /dev/null +++ b/FootBones/labels/val_DX692_jpg.rf.4lIpIi1R7Qfj5YYCUPbF.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b97c404c3fca39b8e39d1eaccde12be1c8cf28dca9ec022f81fe00b621fb7e35 +size 524416 diff --git a/FootBones/labels/val_DX6_jpg.rf.PO01cwAzfvvQig6z1Q4h.npy b/FootBones/labels/val_DX6_jpg.rf.PO01cwAzfvvQig6z1Q4h.npy new file mode 100644 index 0000000000000000000000000000000000000000..39981703bba772fc754081d12cc5321fbe4255a5 --- /dev/null +++ b/FootBones/labels/val_DX6_jpg.rf.PO01cwAzfvvQig6z1Q4h.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e3b1ed72ab603f7e5d6459f5022b88a37fb605ec859f1931064c7f5ba85f28a +size 524416 diff --git a/HandBones/LICENSE b/HandBones/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..d9edc81372a423124a0c2db30e940332b8e3a448 --- /dev/null +++ b/HandBones/LICENSE @@ -0,0 +1,5 @@ +CC BY 4.0 +https://creativecommons.org/licenses/by/4.0/ + +Derived from: https://universe.roboflow.com/boneage-x90qt/-hand-bones-mdjkr +Attribution: Roboflow Universe project `boneage-x90qt/-hand-bones-mdjkr` (uploader-declared CC BY 4.0). diff --git a/HandBones/README.md b/HandBones/README.md new file mode 100644 index 0000000000000000000000000000000000000000..f20a778a51932bf49546da22a32b7ebf5145b633 --- /dev/null +++ b/HandBones/README.md @@ -0,0 +1,37 @@ +# HandBones (hand radiographs with per-bone masks) + +Part of the FleXray data release. Repackaged from the original distribution at +https://universe.roboflow.com/boneage-x90qt/-hand-bones-mdjkr under CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/). + +**Citation:** Roboflow Universe project `boneage-x90qt/-hand-bones-mdjkr` (uploader-declared CC BY 4.0). + +## Contents + +- 93 samples (test: 13, train: 65, val: 15); one image and one label per sample. +- `images/*.png`: 16-bit grayscale PNG, intensities in [0, 65535] map linearly to [0, 1]. +- `labels/`: binary channel masks (NPY, C x H x W). Label ids/channels: +- channel `0`: background +- channel `1`: carpals +- channel `2`: phalange_distal +- channel `3`: phalange_intermediate +- channel `4`: metacarpals +- channel `5`: phalange_proximal +- channel `6`: radii +- channel `7`: ulnae +- `dataset.yml`: `fxr-dataset` manifest (schema version 1). Splits are the + ones used in the FleXray paper; `metadata.original_shape` is the source image shape. + +## Preprocessing + +Every image was min-max normalized to [0, 1] per image, padded to a square with zeros +(centered) and resized to 256 x 256 (area interpolation for images, nearest for labels). Labels were remapped from the +source annotation to the dataset-native names listed above; the FleXray package maps +those names into its label protocol at training time. + +## Usage + +```bash +pip install flexray +fxr-dataset validate dataset.yml +fxr-dataset pack dataset.yml /data/flexray/HandBones +``` diff --git a/HandBones/dataset.yml b/HandBones/dataset.yml new file mode 100644 index 0000000000000000000000000000000000000000..a2aa379eb5336761104706dc32bfe55f011aa090 --- /dev/null +++ b/HandBones/dataset.yml @@ -0,0 +1,944 @@ +schema_version: 1 +dataset_name: HandBones +dataset_type: xray-seg +protocol_name: all_structures_flexray_v4 +label_names: +- background +- carpals +- phalange_distal +- phalange_intermediate +- metacarpals +- phalange_proximal +- radii +- ulnae +samples: +- sample_id: test_4360_png_jpg.rf.0fwU0j3cuWTsmDRVUH1E + subject_id: 4360_png_jpg + split: test + image: images/test_4360_png_jpg.rf.0fwU0j3cuWTsmDRVUH1E.png + label: labels/test_4360_png_jpg.rf.0fwU0j3cuWTsmDRVUH1E.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: test_4360_png_jpg.rf.fgqPK9vv33RE4uYFnkpH + subject_id: 4360_png_jpg + split: test + image: images/test_4360_png_jpg.rf.fgqPK9vv33RE4uYFnkpH.png + label: labels/test_4360_png_jpg.rf.fgqPK9vv33RE4uYFnkpH.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: test_4360_png_jpg.rf.na956IA9lwOKTK1u1YzX + subject_id: 4360_png_jpg + split: test + image: images/test_4360_png_jpg.rf.na956IA9lwOKTK1u1YzX.png + label: labels/test_4360_png_jpg.rf.na956IA9lwOKTK1u1YzX.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: test_4361_png_jpg.rf.1ufNWeMVFCNgjln4F0rO + subject_id: 4361_png_jpg + split: test + image: images/test_4361_png_jpg.rf.1ufNWeMVFCNgjln4F0rO.png + label: labels/test_4361_png_jpg.rf.1ufNWeMVFCNgjln4F0rO.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: test_4361_png_jpg.rf.MgTi9frs3pTq2s2cp5r5 + subject_id: 4361_png_jpg + split: test + image: images/test_4361_png_jpg.rf.MgTi9frs3pTq2s2cp5r5.png + label: labels/test_4361_png_jpg.rf.MgTi9frs3pTq2s2cp5r5.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: test_4361_png_jpg.rf.PjPvRGu34aFRQ9NPxs3f + subject_id: 4361_png_jpg + split: test + image: images/test_4361_png_jpg.rf.PjPvRGu34aFRQ9NPxs3f.png + label: labels/test_4361_png_jpg.rf.PjPvRGu34aFRQ9NPxs3f.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: test_4366_png_jpg.rf.UtOiA48BOb621lr8wEd5 + subject_id: 4366_png_jpg + split: test + image: images/test_4366_png_jpg.rf.UtOiA48BOb621lr8wEd5.png + label: labels/test_4366_png_jpg.rf.UtOiA48BOb621lr8wEd5.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: test_4366_png_jpg.rf.WnjkXQZZa0f7rClsEi9S + subject_id: 4366_png_jpg + split: test + image: images/test_4366_png_jpg.rf.WnjkXQZZa0f7rClsEi9S.png + label: labels/test_4366_png_jpg.rf.WnjkXQZZa0f7rClsEi9S.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: test_4366_png_jpg.rf.yI4h1nUqhK7LVgSoylgr + subject_id: 4366_png_jpg + split: test + image: images/test_4366_png_jpg.rf.yI4h1nUqhK7LVgSoylgr.png + label: labels/test_4366_png_jpg.rf.yI4h1nUqhK7LVgSoylgr.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: test_4378_png_jpg.rf.AzYeF4sTT2cWf3OcdPJa + subject_id: 4378_png_jpg + split: test + image: images/test_4378_png_jpg.rf.AzYeF4sTT2cWf3OcdPJa.png + label: labels/test_4378_png_jpg.rf.AzYeF4sTT2cWf3OcdPJa.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: test_4380_png_jpg.rf.QmsKwQ8m2p6mzBtKfz1z + subject_id: 4380_png_jpg + split: test + image: images/test_4380_png_jpg.rf.QmsKwQ8m2p6mzBtKfz1z.png + label: labels/test_4380_png_jpg.rf.QmsKwQ8m2p6mzBtKfz1z.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: test_4380_png_jpg.rf.hq2PTntT5ZWDiqePNJhz + subject_id: 4380_png_jpg + split: test + image: images/test_4380_png_jpg.rf.hq2PTntT5ZWDiqePNJhz.png + label: labels/test_4380_png_jpg.rf.hq2PTntT5ZWDiqePNJhz.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: test_4380_png_jpg.rf.ueiZ9b78zC1tzxHbRrFO + subject_id: 4380_png_jpg + split: test + image: images/test_4380_png_jpg.rf.ueiZ9b78zC1tzxHbRrFO.png + label: labels/test_4380_png_jpg.rf.ueiZ9b78zC1tzxHbRrFO.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4365_png_jpg.rf.dNl00kLbyORkJwLH2mWA + subject_id: 4365_png_jpg + split: train + image: images/train_4365_png_jpg.rf.dNl00kLbyORkJwLH2mWA.png + label: labels/train_4365_png_jpg.rf.dNl00kLbyORkJwLH2mWA.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4365_png_jpg.rf.nQYCXeEznXPIEIgEwuQW + subject_id: 4365_png_jpg + split: train + image: images/train_4365_png_jpg.rf.nQYCXeEznXPIEIgEwuQW.png + label: labels/train_4365_png_jpg.rf.nQYCXeEznXPIEIgEwuQW.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4365_png_jpg.rf.wudhMj36UHFt1raKcahL + subject_id: 4365_png_jpg + split: train + image: images/train_4365_png_jpg.rf.wudhMj36UHFt1raKcahL.png + label: labels/train_4365_png_jpg.rf.wudhMj36UHFt1raKcahL.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4367_png_jpg.rf.Lw5RrOTet23QuNPVZ3hy + subject_id: 4367_png_jpg + split: train + image: images/train_4367_png_jpg.rf.Lw5RrOTet23QuNPVZ3hy.png + label: labels/train_4367_png_jpg.rf.Lw5RrOTet23QuNPVZ3hy.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4367_png_jpg.rf.QPcOCH0HTRMtnHPSS4pc + subject_id: 4367_png_jpg + split: train + image: images/train_4367_png_jpg.rf.QPcOCH0HTRMtnHPSS4pc.png + label: labels/train_4367_png_jpg.rf.QPcOCH0HTRMtnHPSS4pc.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4367_png_jpg.rf.q57xHco6bHXDNPY12vd8 + subject_id: 4367_png_jpg + split: train + image: images/train_4367_png_jpg.rf.q57xHco6bHXDNPY12vd8.png + label: labels/train_4367_png_jpg.rf.q57xHco6bHXDNPY12vd8.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4368_png_jpg.rf.HjsXUf9qlz5fkpcrvVZ3 + subject_id: 4368_png_jpg + split: train + image: images/train_4368_png_jpg.rf.HjsXUf9qlz5fkpcrvVZ3.png + label: labels/train_4368_png_jpg.rf.HjsXUf9qlz5fkpcrvVZ3.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4368_png_jpg.rf.PIDzA7qA7azq6ouu8rSj + subject_id: 4368_png_jpg + split: train + image: images/train_4368_png_jpg.rf.PIDzA7qA7azq6ouu8rSj.png + label: labels/train_4368_png_jpg.rf.PIDzA7qA7azq6ouu8rSj.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4368_png_jpg.rf.VBYr8EvbQBlaSpmkzbZ3 + subject_id: 4368_png_jpg + split: train + image: images/train_4368_png_jpg.rf.VBYr8EvbQBlaSpmkzbZ3.png + label: labels/train_4368_png_jpg.rf.VBYr8EvbQBlaSpmkzbZ3.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4369_png_jpg.rf.St3UE4xtmhyBJNhpVSmI + subject_id: 4369_png_jpg + split: train + image: images/train_4369_png_jpg.rf.St3UE4xtmhyBJNhpVSmI.png + label: labels/train_4369_png_jpg.rf.St3UE4xtmhyBJNhpVSmI.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4369_png_jpg.rf.qjut7KPQrjUanl3dTLwx + subject_id: 4369_png_jpg + split: train + image: images/train_4369_png_jpg.rf.qjut7KPQrjUanl3dTLwx.png + label: labels/train_4369_png_jpg.rf.qjut7KPQrjUanl3dTLwx.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4369_png_jpg.rf.r4VLXTjOpVKUAUUSolsf + subject_id: 4369_png_jpg + split: train + image: images/train_4369_png_jpg.rf.r4VLXTjOpVKUAUUSolsf.png + label: labels/train_4369_png_jpg.rf.r4VLXTjOpVKUAUUSolsf.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4372_png_jpg.rf.GwQwJv2I6CAKi2Wm5tR6 + subject_id: 4372_png_jpg + split: train + image: images/train_4372_png_jpg.rf.GwQwJv2I6CAKi2Wm5tR6.png + label: labels/train_4372_png_jpg.rf.GwQwJv2I6CAKi2Wm5tR6.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4372_png_jpg.rf.R2dh1vXN7p3lMzVmB3tn + subject_id: 4372_png_jpg + split: train + image: images/train_4372_png_jpg.rf.R2dh1vXN7p3lMzVmB3tn.png + label: labels/train_4372_png_jpg.rf.R2dh1vXN7p3lMzVmB3tn.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4372_png_jpg.rf.lbOCTVxhB3XJMpNEXaC8 + subject_id: 4372_png_jpg + split: train + image: images/train_4372_png_jpg.rf.lbOCTVxhB3XJMpNEXaC8.png + label: labels/train_4372_png_jpg.rf.lbOCTVxhB3XJMpNEXaC8.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4373_png_jpg.rf.3tLZsMO3qV6velvjaKmx + subject_id: 4373_png_jpg + split: train + image: images/train_4373_png_jpg.rf.3tLZsMO3qV6velvjaKmx.png + label: labels/train_4373_png_jpg.rf.3tLZsMO3qV6velvjaKmx.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4373_png_jpg.rf.RtOXl0ePURVJPUOFgyYj + subject_id: 4373_png_jpg + split: train + image: images/train_4373_png_jpg.rf.RtOXl0ePURVJPUOFgyYj.png + label: labels/train_4373_png_jpg.rf.RtOXl0ePURVJPUOFgyYj.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4373_png_jpg.rf.qla0llky2KbChTvQJ8dn + subject_id: 4373_png_jpg + split: train + image: images/train_4373_png_jpg.rf.qla0llky2KbChTvQJ8dn.png + label: labels/train_4373_png_jpg.rf.qla0llky2KbChTvQJ8dn.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4374_png_jpg.rf.RMQHAL3clZCgO48WtYNJ + subject_id: 4374_png_jpg + split: train + image: images/train_4374_png_jpg.rf.RMQHAL3clZCgO48WtYNJ.png + label: labels/train_4374_png_jpg.rf.RMQHAL3clZCgO48WtYNJ.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4374_png_jpg.rf.kdAzQAuqhpUixSkDBOXj + subject_id: 4374_png_jpg + split: train + image: images/train_4374_png_jpg.rf.kdAzQAuqhpUixSkDBOXj.png + label: labels/train_4374_png_jpg.rf.kdAzQAuqhpUixSkDBOXj.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4374_png_jpg.rf.tniU47VxMeA9xw5r4xJj + subject_id: 4374_png_jpg + split: train + image: images/train_4374_png_jpg.rf.tniU47VxMeA9xw5r4xJj.png + label: labels/train_4374_png_jpg.rf.tniU47VxMeA9xw5r4xJj.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4375_png_jpg.rf.AxJ6mfToQ5hiTYS40YBG + subject_id: 4375_png_jpg + split: train + image: images/train_4375_png_jpg.rf.AxJ6mfToQ5hiTYS40YBG.png + label: labels/train_4375_png_jpg.rf.AxJ6mfToQ5hiTYS40YBG.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4375_png_jpg.rf.EDqN20QedxHsHf4rVrwu + subject_id: 4375_png_jpg + split: train + image: images/train_4375_png_jpg.rf.EDqN20QedxHsHf4rVrwu.png + label: labels/train_4375_png_jpg.rf.EDqN20QedxHsHf4rVrwu.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4375_png_jpg.rf.hdGmqyPWFr6JkpPk4JsP + subject_id: 4375_png_jpg + split: train + image: images/train_4375_png_jpg.rf.hdGmqyPWFr6JkpPk4JsP.png + label: labels/train_4375_png_jpg.rf.hdGmqyPWFr6JkpPk4JsP.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4376_png_jpg.rf.JaqSZkq2MuUJP21rUal1 + subject_id: 4376_png_jpg + split: train + image: images/train_4376_png_jpg.rf.JaqSZkq2MuUJP21rUal1.png + label: labels/train_4376_png_jpg.rf.JaqSZkq2MuUJP21rUal1.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4377_png_jpg.rf.5n1B3M2jr5Hs1Nc8f5nL + subject_id: 4377_png_jpg + split: train + image: images/train_4377_png_jpg.rf.5n1B3M2jr5Hs1Nc8f5nL.png + label: labels/train_4377_png_jpg.rf.5n1B3M2jr5Hs1Nc8f5nL.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4377_png_jpg.rf.Ie9v9mKbz6e4ooEbwrbg + subject_id: 4377_png_jpg + split: train + image: images/train_4377_png_jpg.rf.Ie9v9mKbz6e4ooEbwrbg.png + label: labels/train_4377_png_jpg.rf.Ie9v9mKbz6e4ooEbwrbg.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4377_png_jpg.rf.WnSWuLoOeZ6youUE7ud9 + subject_id: 4377_png_jpg + split: train + image: images/train_4377_png_jpg.rf.WnSWuLoOeZ6youUE7ud9.png + label: labels/train_4377_png_jpg.rf.WnSWuLoOeZ6youUE7ud9.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4379_png_jpg.rf.6HJSYeFE42SmiXn4caxR + subject_id: 4379_png_jpg + split: train + image: images/train_4379_png_jpg.rf.6HJSYeFE42SmiXn4caxR.png + label: labels/train_4379_png_jpg.rf.6HJSYeFE42SmiXn4caxR.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4379_png_jpg.rf.WHSx5NzngWnGSx3oRu7J + subject_id: 4379_png_jpg + split: train + image: images/train_4379_png_jpg.rf.WHSx5NzngWnGSx3oRu7J.png + label: labels/train_4379_png_jpg.rf.WHSx5NzngWnGSx3oRu7J.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4379_png_jpg.rf.goqB5pqvpodFa739fppr + subject_id: 4379_png_jpg + split: train + image: images/train_4379_png_jpg.rf.goqB5pqvpodFa739fppr.png + label: labels/train_4379_png_jpg.rf.goqB5pqvpodFa739fppr.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4382_png_jpg.rf.90h5CNsvnISJrsTaSExQ + subject_id: 4382_png_jpg + split: train + image: images/train_4382_png_jpg.rf.90h5CNsvnISJrsTaSExQ.png + label: labels/train_4382_png_jpg.rf.90h5CNsvnISJrsTaSExQ.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4382_png_jpg.rf.LSieqgbZ88zVulnwZooX + subject_id: 4382_png_jpg + split: train + image: images/train_4382_png_jpg.rf.LSieqgbZ88zVulnwZooX.png + label: labels/train_4382_png_jpg.rf.LSieqgbZ88zVulnwZooX.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4382_png_jpg.rf.TMWDDikSYOQWrtnxfC7v + subject_id: 4382_png_jpg + split: train + image: images/train_4382_png_jpg.rf.TMWDDikSYOQWrtnxfC7v.png + label: labels/train_4382_png_jpg.rf.TMWDDikSYOQWrtnxfC7v.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4383_png_jpg.rf.3XLc2VoUovImoODMjsFD + subject_id: 4383_png_jpg + split: train + image: images/train_4383_png_jpg.rf.3XLc2VoUovImoODMjsFD.png + label: labels/train_4383_png_jpg.rf.3XLc2VoUovImoODMjsFD.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4383_png_jpg.rf.OS5o0G7Ubx6xJnyyhY7J + subject_id: 4383_png_jpg + split: train + image: images/train_4383_png_jpg.rf.OS5o0G7Ubx6xJnyyhY7J.png + label: labels/train_4383_png_jpg.rf.OS5o0G7Ubx6xJnyyhY7J.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4383_png_jpg.rf.iHWXZ5gM8CfR1sTfsRRa + subject_id: 4383_png_jpg + split: train + image: images/train_4383_png_jpg.rf.iHWXZ5gM8CfR1sTfsRRa.png + label: labels/train_4383_png_jpg.rf.iHWXZ5gM8CfR1sTfsRRa.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4387_png_jpg.rf.TZ35TzODbUtRjdAQXi2x + subject_id: 4387_png_jpg + split: train + image: images/train_4387_png_jpg.rf.TZ35TzODbUtRjdAQXi2x.png + label: labels/train_4387_png_jpg.rf.TZ35TzODbUtRjdAQXi2x.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4390_png_jpg.rf.3niGHhZbYwQeDy72wywB + subject_id: 4390_png_jpg + split: train + image: images/train_4390_png_jpg.rf.3niGHhZbYwQeDy72wywB.png + label: labels/train_4390_png_jpg.rf.3niGHhZbYwQeDy72wywB.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4390_png_jpg.rf.7jes3zznpIq9Rt3qpshz + subject_id: 4390_png_jpg + split: train + image: images/train_4390_png_jpg.rf.7jes3zznpIq9Rt3qpshz.png + label: labels/train_4390_png_jpg.rf.7jes3zznpIq9Rt3qpshz.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4390_png_jpg.rf.b5SQrY2qijo99ybDLZM1 + subject_id: 4390_png_jpg + split: train + image: images/train_4390_png_jpg.rf.b5SQrY2qijo99ybDLZM1.png + label: labels/train_4390_png_jpg.rf.b5SQrY2qijo99ybDLZM1.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4514_png_jpg.rf.KPY4G8JWpkVuON0P1C2H + subject_id: 4514_png_jpg + split: train + image: images/train_4514_png_jpg.rf.KPY4G8JWpkVuON0P1C2H.png + label: labels/train_4514_png_jpg.rf.KPY4G8JWpkVuON0P1C2H.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4514_png_jpg.rf.M1e7IGIGVraB9oeYw4SQ + subject_id: 4514_png_jpg + split: train + image: images/train_4514_png_jpg.rf.M1e7IGIGVraB9oeYw4SQ.png + label: labels/train_4514_png_jpg.rf.M1e7IGIGVraB9oeYw4SQ.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4514_png_jpg.rf.OXnuJqUawxwP6FhZOEsl + subject_id: 4514_png_jpg + split: train + image: images/train_4514_png_jpg.rf.OXnuJqUawxwP6FhZOEsl.png + label: labels/train_4514_png_jpg.rf.OXnuJqUawxwP6FhZOEsl.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4516_png_jpg.rf.Q97uxFsk2kYQUy159VWC + subject_id: 4516_png_jpg + split: train + image: images/train_4516_png_jpg.rf.Q97uxFsk2kYQUy159VWC.png + label: labels/train_4516_png_jpg.rf.Q97uxFsk2kYQUy159VWC.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4516_png_jpg.rf.WHSunPlpacEIu1OyoDhk + subject_id: 4516_png_jpg + split: train + image: images/train_4516_png_jpg.rf.WHSunPlpacEIu1OyoDhk.png + label: labels/train_4516_png_jpg.rf.WHSunPlpacEIu1OyoDhk.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4516_png_jpg.rf.pCg8kI4MmxA64J2Kjogj + subject_id: 4516_png_jpg + split: train + image: images/train_4516_png_jpg.rf.pCg8kI4MmxA64J2Kjogj.png + label: labels/train_4516_png_jpg.rf.pCg8kI4MmxA64J2Kjogj.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4517_png_jpg.rf.JqptZY2WQO6tc2xV7US5 + subject_id: 4517_png_jpg + split: train + image: images/train_4517_png_jpg.rf.JqptZY2WQO6tc2xV7US5.png + label: labels/train_4517_png_jpg.rf.JqptZY2WQO6tc2xV7US5.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4517_png_jpg.rf.MIzmbUGJLRGR8ciY648J + subject_id: 4517_png_jpg + split: train + image: images/train_4517_png_jpg.rf.MIzmbUGJLRGR8ciY648J.png + label: labels/train_4517_png_jpg.rf.MIzmbUGJLRGR8ciY648J.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4517_png_jpg.rf.VyA1Ut0sR7U7hJ1fgxJo + subject_id: 4517_png_jpg + split: train + image: images/train_4517_png_jpg.rf.VyA1Ut0sR7U7hJ1fgxJo.png + label: labels/train_4517_png_jpg.rf.VyA1Ut0sR7U7hJ1fgxJo.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4518_png_jpg.rf.1S7kxVOlmsw13WTBHAxt + subject_id: 4518_png_jpg + split: train + image: images/train_4518_png_jpg.rf.1S7kxVOlmsw13WTBHAxt.png + label: labels/train_4518_png_jpg.rf.1S7kxVOlmsw13WTBHAxt.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4518_png_jpg.rf.NZVkXwhyoqWfycRqeLrR + subject_id: 4518_png_jpg + split: train + image: images/train_4518_png_jpg.rf.NZVkXwhyoqWfycRqeLrR.png + label: labels/train_4518_png_jpg.rf.NZVkXwhyoqWfycRqeLrR.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4518_png_jpg.rf.UcOkJUVboAv4t0UqBTm0 + subject_id: 4518_png_jpg + split: train + image: images/train_4518_png_jpg.rf.UcOkJUVboAv4t0UqBTm0.png + label: labels/train_4518_png_jpg.rf.UcOkJUVboAv4t0UqBTm0.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4519_png_jpg.rf.0q2Zuivtj6G2JE13x8lq + subject_id: 4519_png_jpg + split: train + image: images/train_4519_png_jpg.rf.0q2Zuivtj6G2JE13x8lq.png + label: labels/train_4519_png_jpg.rf.0q2Zuivtj6G2JE13x8lq.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4519_png_jpg.rf.3OdYjyKWL5VYUNhvXYTQ + subject_id: 4519_png_jpg + split: train + image: images/train_4519_png_jpg.rf.3OdYjyKWL5VYUNhvXYTQ.png + label: labels/train_4519_png_jpg.rf.3OdYjyKWL5VYUNhvXYTQ.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4519_png_jpg.rf.IuHA624l4HjevJK3NWdk + subject_id: 4519_png_jpg + split: train + image: images/train_4519_png_jpg.rf.IuHA624l4HjevJK3NWdk.png + label: labels/train_4519_png_jpg.rf.IuHA624l4HjevJK3NWdk.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4520_png_jpg.rf.5qX3VtAKntGbWe6DUSah + subject_id: 4520_png_jpg + split: train + image: images/train_4520_png_jpg.rf.5qX3VtAKntGbWe6DUSah.png + label: labels/train_4520_png_jpg.rf.5qX3VtAKntGbWe6DUSah.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4520_png_jpg.rf.O9gE6nW617n6CU24yZQe + subject_id: 4520_png_jpg + split: train + image: images/train_4520_png_jpg.rf.O9gE6nW617n6CU24yZQe.png + label: labels/train_4520_png_jpg.rf.O9gE6nW617n6CU24yZQe.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4520_png_jpg.rf.jH65ahmlk4r7QK7dhfxP + subject_id: 4520_png_jpg + split: train + image: images/train_4520_png_jpg.rf.jH65ahmlk4r7QK7dhfxP.png + label: labels/train_4520_png_jpg.rf.jH65ahmlk4r7QK7dhfxP.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4521_png_jpg.rf.Emgogbg0q57ApInl6JVR + subject_id: 4521_png_jpg + split: train + image: images/train_4521_png_jpg.rf.Emgogbg0q57ApInl6JVR.png + label: labels/train_4521_png_jpg.rf.Emgogbg0q57ApInl6JVR.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4521_png_jpg.rf.hoRVU2Hu2NLoQTCG4lsP + subject_id: 4521_png_jpg + split: train + image: images/train_4521_png_jpg.rf.hoRVU2Hu2NLoQTCG4lsP.png + label: labels/train_4521_png_jpg.rf.hoRVU2Hu2NLoQTCG4lsP.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4521_png_jpg.rf.yPCtGQzPs39PbxnioEFV + subject_id: 4521_png_jpg + split: train + image: images/train_4521_png_jpg.rf.yPCtGQzPs39PbxnioEFV.png + label: labels/train_4521_png_jpg.rf.yPCtGQzPs39PbxnioEFV.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4523_png_jpg.rf.J7aamcFTeF5ftpQgkHx3 + subject_id: 4523_png_jpg + split: train + image: images/train_4523_png_jpg.rf.J7aamcFTeF5ftpQgkHx3.png + label: labels/train_4523_png_jpg.rf.J7aamcFTeF5ftpQgkHx3.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4523_png_jpg.rf.jiaFMR1mMKKNxnwam6VE + subject_id: 4523_png_jpg + split: train + image: images/train_4523_png_jpg.rf.jiaFMR1mMKKNxnwam6VE.png + label: labels/train_4523_png_jpg.rf.jiaFMR1mMKKNxnwam6VE.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: train_4523_png_jpg.rf.zrU4F1noXCoUuZgbd47n + subject_id: 4523_png_jpg + split: train + image: images/train_4523_png_jpg.rf.zrU4F1noXCoUuZgbd47n.png + label: labels/train_4523_png_jpg.rf.zrU4F1noXCoUuZgbd47n.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: val_4362_png_jpg.rf.6381JiToW98xjPjOm1R6 + subject_id: 4362_png_jpg + split: val + image: images/val_4362_png_jpg.rf.6381JiToW98xjPjOm1R6.png + label: labels/val_4362_png_jpg.rf.6381JiToW98xjPjOm1R6.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: val_4362_png_jpg.rf.JPaQRFNhPJFCRfthHg7V + subject_id: 4362_png_jpg + split: val + image: images/val_4362_png_jpg.rf.JPaQRFNhPJFCRfthHg7V.png + label: labels/val_4362_png_jpg.rf.JPaQRFNhPJFCRfthHg7V.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: val_4362_png_jpg.rf.oGZPSBGXkUcj3ti3BzdD + subject_id: 4362_png_jpg + split: val + image: images/val_4362_png_jpg.rf.oGZPSBGXkUcj3ti3BzdD.png + label: labels/val_4362_png_jpg.rf.oGZPSBGXkUcj3ti3BzdD.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: val_4371_png_jpg.rf.VcbVXkqD88Z0mfkKIGKE + subject_id: 4371_png_jpg + split: val + image: images/val_4371_png_jpg.rf.VcbVXkqD88Z0mfkKIGKE.png + label: labels/val_4371_png_jpg.rf.VcbVXkqD88Z0mfkKIGKE.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: val_4371_png_jpg.rf.duSZ2CTngoX2qEqv1XyH + subject_id: 4371_png_jpg + split: val + image: images/val_4371_png_jpg.rf.duSZ2CTngoX2qEqv1XyH.png + label: labels/val_4371_png_jpg.rf.duSZ2CTngoX2qEqv1XyH.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: val_4371_png_jpg.rf.vorR26FhTybn1qwm4L1Q + subject_id: 4371_png_jpg + split: val + image: images/val_4371_png_jpg.rf.vorR26FhTybn1qwm4L1Q.png + label: labels/val_4371_png_jpg.rf.vorR26FhTybn1qwm4L1Q.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: val_4384_png_jpg.rf.95ATdS5QOXXmTevPhjxJ + subject_id: 4384_png_jpg + split: val + image: images/val_4384_png_jpg.rf.95ATdS5QOXXmTevPhjxJ.png + label: labels/val_4384_png_jpg.rf.95ATdS5QOXXmTevPhjxJ.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: val_4384_png_jpg.rf.HlDwDtpISr32Dt62tidK + subject_id: 4384_png_jpg + split: val + image: images/val_4384_png_jpg.rf.HlDwDtpISr32Dt62tidK.png + label: labels/val_4384_png_jpg.rf.HlDwDtpISr32Dt62tidK.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: val_4384_png_jpg.rf.oLSTQvgJZZbBW7cpsC3T + subject_id: 4384_png_jpg + split: val + image: images/val_4384_png_jpg.rf.oLSTQvgJZZbBW7cpsC3T.png + label: labels/val_4384_png_jpg.rf.oLSTQvgJZZbBW7cpsC3T.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: val_4515_png_jpg.rf.35Du6q6gpGsMHrcVnwQP + subject_id: 4515_png_jpg + split: val + image: images/val_4515_png_jpg.rf.35Du6q6gpGsMHrcVnwQP.png + label: labels/val_4515_png_jpg.rf.35Du6q6gpGsMHrcVnwQP.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: val_4515_png_jpg.rf.SVTxKnYo61W3diqGhbqS + subject_id: 4515_png_jpg + split: val + image: images/val_4515_png_jpg.rf.SVTxKnYo61W3diqGhbqS.png + label: labels/val_4515_png_jpg.rf.SVTxKnYo61W3diqGhbqS.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: val_4515_png_jpg.rf.utzzjeE2C8vpZXEj8xIO + subject_id: 4515_png_jpg + split: val + image: images/val_4515_png_jpg.rf.utzzjeE2C8vpZXEj8xIO.png + label: labels/val_4515_png_jpg.rf.utzzjeE2C8vpZXEj8xIO.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: val_4522_png_jpg.rf.DfaAEpsEG4nEymEtRvlG + subject_id: 4522_png_jpg + split: val + image: images/val_4522_png_jpg.rf.DfaAEpsEG4nEymEtRvlG.png + label: labels/val_4522_png_jpg.rf.DfaAEpsEG4nEymEtRvlG.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: val_4522_png_jpg.rf.PgfDGxorTG9GhJmWXviQ + subject_id: 4522_png_jpg + split: val + image: images/val_4522_png_jpg.rf.PgfDGxorTG9GhJmWXviQ.png + label: labels/val_4522_png_jpg.rf.PgfDGxorTG9GhJmWXviQ.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train +- sample_id: val_4522_png_jpg.rf.Qa3T6yobSppJoJopvr1V + subject_id: 4522_png_jpg + split: val + image: images/val_4522_png_jpg.rf.Qa3T6yobSppJoJopvr1V.png + label: labels/val_4522_png_jpg.rf.Qa3T6yobSppJoJopvr1V.npy + metadata: + original_shape: + - 640 + - 640 + source_split: train diff --git a/HandBones/images/test_4360_png_jpg.rf.0fwU0j3cuWTsmDRVUH1E.png b/HandBones/images/test_4360_png_jpg.rf.0fwU0j3cuWTsmDRVUH1E.png new file mode 100644 index 0000000000000000000000000000000000000000..bdb066c07a0787637debcde0eba5903c0e65ac11 --- /dev/null +++ b/HandBones/images/test_4360_png_jpg.rf.0fwU0j3cuWTsmDRVUH1E.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f037fcf4ce30f6a05fd13929cbc6b66ec0ac9266c52d953aa4fe9905b75bdfc +size 33655 diff --git a/HandBones/images/test_4360_png_jpg.rf.fgqPK9vv33RE4uYFnkpH.png b/HandBones/images/test_4360_png_jpg.rf.fgqPK9vv33RE4uYFnkpH.png new file mode 100644 index 0000000000000000000000000000000000000000..d5c2da887c5b5da7e03d222a41c62b1112124299 --- /dev/null +++ b/HandBones/images/test_4360_png_jpg.rf.fgqPK9vv33RE4uYFnkpH.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09f75931dbc025e9651e7b160bd5a0a9cc441291ac30bf5fd6fb52dfc5930681 +size 32597 diff --git a/HandBones/images/test_4360_png_jpg.rf.na956IA9lwOKTK1u1YzX.png b/HandBones/images/test_4360_png_jpg.rf.na956IA9lwOKTK1u1YzX.png new file mode 100644 index 0000000000000000000000000000000000000000..633fa42a69f702ab077fc1559ae0468241f43229 --- /dev/null +++ b/HandBones/images/test_4360_png_jpg.rf.na956IA9lwOKTK1u1YzX.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b05c663fa4d51750b039fce1233447a9d10831e003508859e1047031d9dd250a +size 30538 diff --git a/HandBones/images/test_4361_png_jpg.rf.1ufNWeMVFCNgjln4F0rO.png b/HandBones/images/test_4361_png_jpg.rf.1ufNWeMVFCNgjln4F0rO.png new file mode 100644 index 0000000000000000000000000000000000000000..03dd6fcd4b0d088c7e965f57dac9d70055f1e00a --- /dev/null +++ b/HandBones/images/test_4361_png_jpg.rf.1ufNWeMVFCNgjln4F0rO.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae42c1ba33d39499055df29a1df0e54a5b1e7ba46b458d379a8ef23bc8bf3dbe +size 32730 diff --git a/HandBones/images/test_4361_png_jpg.rf.MgTi9frs3pTq2s2cp5r5.png b/HandBones/images/test_4361_png_jpg.rf.MgTi9frs3pTq2s2cp5r5.png new file mode 100644 index 0000000000000000000000000000000000000000..30c9a854b0a3dcaa7264e9a478a901032ae0d0ff --- /dev/null +++ b/HandBones/images/test_4361_png_jpg.rf.MgTi9frs3pTq2s2cp5r5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:954547fdee0ddfbcfcacd4455481faf376936216b9d31318c2743edbb84075d8 +size 31419 diff --git a/HandBones/images/test_4361_png_jpg.rf.PjPvRGu34aFRQ9NPxs3f.png b/HandBones/images/test_4361_png_jpg.rf.PjPvRGu34aFRQ9NPxs3f.png new file mode 100644 index 0000000000000000000000000000000000000000..094ddc353475fc11758e04202dd58bd7c6df0711 --- /dev/null +++ b/HandBones/images/test_4361_png_jpg.rf.PjPvRGu34aFRQ9NPxs3f.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b204504bee6cb19a45a210547d209dda610596de2398e06cbe83f3541309fecc +size 32038 diff --git a/HandBones/images/test_4366_png_jpg.rf.UtOiA48BOb621lr8wEd5.png b/HandBones/images/test_4366_png_jpg.rf.UtOiA48BOb621lr8wEd5.png new file mode 100644 index 0000000000000000000000000000000000000000..8df4b35a31df1212559a3ea66e0185476b2e9f87 --- /dev/null +++ b/HandBones/images/test_4366_png_jpg.rf.UtOiA48BOb621lr8wEd5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f956e6016b624c58dd0c6a8966aefd6b52aa7ba19fcbec469b8ff84c23a48a04 +size 33756 diff --git a/HandBones/images/test_4366_png_jpg.rf.WnjkXQZZa0f7rClsEi9S.png b/HandBones/images/test_4366_png_jpg.rf.WnjkXQZZa0f7rClsEi9S.png new file mode 100644 index 0000000000000000000000000000000000000000..d392adf35930cf41046d0fc3b64367421e29d37f --- /dev/null +++ b/HandBones/images/test_4366_png_jpg.rf.WnjkXQZZa0f7rClsEi9S.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cb47dfb947ef35a86c3be13a9362f4095996d86b5515e097525a51958e40cad +size 32079 diff --git a/HandBones/images/test_4366_png_jpg.rf.yI4h1nUqhK7LVgSoylgr.png b/HandBones/images/test_4366_png_jpg.rf.yI4h1nUqhK7LVgSoylgr.png new file mode 100644 index 0000000000000000000000000000000000000000..f455bf3d3d78374c196c3ad4b41ccfe32ad9a9fd --- /dev/null +++ b/HandBones/images/test_4366_png_jpg.rf.yI4h1nUqhK7LVgSoylgr.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d92b8dd410a3fa0b4d4936294354dba2cae81582fa638e903897b35fae91a8b +size 30931 diff --git a/HandBones/images/test_4378_png_jpg.rf.AzYeF4sTT2cWf3OcdPJa.png b/HandBones/images/test_4378_png_jpg.rf.AzYeF4sTT2cWf3OcdPJa.png new file mode 100644 index 0000000000000000000000000000000000000000..880efeb3a2754e1c8e26c1e45c96339a48041edd --- /dev/null +++ b/HandBones/images/test_4378_png_jpg.rf.AzYeF4sTT2cWf3OcdPJa.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c409379409c7e490fd0ae9fd851f51b3536e827dac26b5bc29255d829d5d54a +size 23570 diff --git a/HandBones/images/test_4380_png_jpg.rf.QmsKwQ8m2p6mzBtKfz1z.png b/HandBones/images/test_4380_png_jpg.rf.QmsKwQ8m2p6mzBtKfz1z.png new file mode 100644 index 0000000000000000000000000000000000000000..b040db427a730a026f118f8e92512c85a0c25e84 --- /dev/null +++ b/HandBones/images/test_4380_png_jpg.rf.QmsKwQ8m2p6mzBtKfz1z.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b4d0aa905c9d0076ef4c44ae39bcba41191fbc949f7fccb8248c7ebaff7d4c2 +size 61997 diff --git a/HandBones/images/test_4380_png_jpg.rf.hq2PTntT5ZWDiqePNJhz.png b/HandBones/images/test_4380_png_jpg.rf.hq2PTntT5ZWDiqePNJhz.png new file mode 100644 index 0000000000000000000000000000000000000000..56050f9db99de94a47bbcf9d1a5868ddb56fc897 --- /dev/null +++ b/HandBones/images/test_4380_png_jpg.rf.hq2PTntT5ZWDiqePNJhz.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1df22dfb956d4dd247a3bf01063caccd91e320b9d4878861784e103e15817ecc +size 61131 diff --git a/HandBones/images/test_4380_png_jpg.rf.ueiZ9b78zC1tzxHbRrFO.png b/HandBones/images/test_4380_png_jpg.rf.ueiZ9b78zC1tzxHbRrFO.png new file mode 100644 index 0000000000000000000000000000000000000000..78574e4da35ad0b8f164d94fbb123b926d0c6666 --- /dev/null +++ b/HandBones/images/test_4380_png_jpg.rf.ueiZ9b78zC1tzxHbRrFO.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74b8aa8e9c8277f0b77d2644799df807119a01cb246d1dfdd82da32dede932b3 +size 62513 diff --git a/HandBones/images/train_4365_png_jpg.rf.dNl00kLbyORkJwLH2mWA.png b/HandBones/images/train_4365_png_jpg.rf.dNl00kLbyORkJwLH2mWA.png new file mode 100644 index 0000000000000000000000000000000000000000..b82336f0a65bbd712302b1d4f1057d964e0e1284 --- /dev/null +++ b/HandBones/images/train_4365_png_jpg.rf.dNl00kLbyORkJwLH2mWA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f55abf96085ed50ab2d07a05c2013ca3e00f49d41c631fb18339a1066b62325 +size 29080 diff --git a/HandBones/images/train_4365_png_jpg.rf.nQYCXeEznXPIEIgEwuQW.png b/HandBones/images/train_4365_png_jpg.rf.nQYCXeEznXPIEIgEwuQW.png new file mode 100644 index 0000000000000000000000000000000000000000..7acaaefecd6fd2252526315bc92ba38a16974310 --- /dev/null +++ b/HandBones/images/train_4365_png_jpg.rf.nQYCXeEznXPIEIgEwuQW.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d4b91b0972412d18088fd1705f26b33b9f838f1a13e0f3970803e62a54525f9 +size 28269 diff --git a/HandBones/images/train_4365_png_jpg.rf.wudhMj36UHFt1raKcahL.png b/HandBones/images/train_4365_png_jpg.rf.wudhMj36UHFt1raKcahL.png new file mode 100644 index 0000000000000000000000000000000000000000..4ee117d6efdab43d492e0bc1a6fe72c5c02b589f --- /dev/null +++ b/HandBones/images/train_4365_png_jpg.rf.wudhMj36UHFt1raKcahL.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:980f7c85245923f61d252041015794508f19da2f54a36510ad172ad7cca2833b +size 27632 diff --git a/HandBones/images/train_4367_png_jpg.rf.Lw5RrOTet23QuNPVZ3hy.png b/HandBones/images/train_4367_png_jpg.rf.Lw5RrOTet23QuNPVZ3hy.png new file mode 100644 index 0000000000000000000000000000000000000000..6742dc2bd8a2c224da4556195d5eeafd0943454b --- /dev/null +++ b/HandBones/images/train_4367_png_jpg.rf.Lw5RrOTet23QuNPVZ3hy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e3332c78e9c90c4b9771c56ed9532077fe2c07e828c3924d72d8944ca7e693e +size 29561 diff --git a/HandBones/images/train_4367_png_jpg.rf.QPcOCH0HTRMtnHPSS4pc.png b/HandBones/images/train_4367_png_jpg.rf.QPcOCH0HTRMtnHPSS4pc.png new file mode 100644 index 0000000000000000000000000000000000000000..8165f6b8ec4ba214cd4802a9e51eaeb3dab0fb95 --- /dev/null +++ b/HandBones/images/train_4367_png_jpg.rf.QPcOCH0HTRMtnHPSS4pc.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92c245555e93c3eae5f13199df1a2e3c5818e4cbb2ccf577f24ca30144e7e5de +size 29867 diff --git a/HandBones/images/train_4367_png_jpg.rf.q57xHco6bHXDNPY12vd8.png b/HandBones/images/train_4367_png_jpg.rf.q57xHco6bHXDNPY12vd8.png new file mode 100644 index 0000000000000000000000000000000000000000..f5c40bfa1eda1f77743a5d551559ea7a89c44036 --- /dev/null +++ b/HandBones/images/train_4367_png_jpg.rf.q57xHco6bHXDNPY12vd8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f6c7fa8eb552deb902a97de0191aaf137c7aa6f15160c816e2cd45b1e888698 +size 30337 diff --git a/HandBones/images/train_4368_png_jpg.rf.HjsXUf9qlz5fkpcrvVZ3.png b/HandBones/images/train_4368_png_jpg.rf.HjsXUf9qlz5fkpcrvVZ3.png new file mode 100644 index 0000000000000000000000000000000000000000..2e20c64cdaaa4b6702f1e335b94ecf1a2acbe39f --- /dev/null +++ b/HandBones/images/train_4368_png_jpg.rf.HjsXUf9qlz5fkpcrvVZ3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:735e41b95ed81f23db654671bdf6960792e05bd4687347ecc05ce8449801a9f5 +size 31751 diff --git a/HandBones/images/train_4368_png_jpg.rf.PIDzA7qA7azq6ouu8rSj.png b/HandBones/images/train_4368_png_jpg.rf.PIDzA7qA7azq6ouu8rSj.png new file mode 100644 index 0000000000000000000000000000000000000000..35d318d43a8c3c7bfef8c51e8f6b3be33f722b45 --- /dev/null +++ b/HandBones/images/train_4368_png_jpg.rf.PIDzA7qA7azq6ouu8rSj.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13166351482cf6f78000b60b62e2d2e33ae91daf78d7a07c8e4d7ef3d85366c5 +size 28757 diff --git a/HandBones/images/train_4368_png_jpg.rf.VBYr8EvbQBlaSpmkzbZ3.png b/HandBones/images/train_4368_png_jpg.rf.VBYr8EvbQBlaSpmkzbZ3.png new file mode 100644 index 0000000000000000000000000000000000000000..5fed6b692524e1a6bf9ccf5a169fcc71019d3549 --- /dev/null +++ b/HandBones/images/train_4368_png_jpg.rf.VBYr8EvbQBlaSpmkzbZ3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c5aeb896d5a2454bc2aa7b5c90fd169f2d4f00ecd2925a9a02064d397b2c395 +size 29240 diff --git a/HandBones/images/train_4369_png_jpg.rf.St3UE4xtmhyBJNhpVSmI.png b/HandBones/images/train_4369_png_jpg.rf.St3UE4xtmhyBJNhpVSmI.png new file mode 100644 index 0000000000000000000000000000000000000000..71258b306799f085d75cc50ff24caf6f48379ca8 --- /dev/null +++ b/HandBones/images/train_4369_png_jpg.rf.St3UE4xtmhyBJNhpVSmI.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcc15240f493f929397cc0e52079cd0af2ea3d60de486953e594ad6e8144cfbc +size 53270 diff --git a/HandBones/images/train_4369_png_jpg.rf.qjut7KPQrjUanl3dTLwx.png b/HandBones/images/train_4369_png_jpg.rf.qjut7KPQrjUanl3dTLwx.png new file mode 100644 index 0000000000000000000000000000000000000000..d55db2c3bf13d2cf24c928574b832cdfd1c71230 --- /dev/null +++ b/HandBones/images/train_4369_png_jpg.rf.qjut7KPQrjUanl3dTLwx.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d3043523917668f2f16d9a3a111dc4e46ac708b4280882880b5fc5e2a1c791a +size 54225 diff --git a/HandBones/images/train_4369_png_jpg.rf.r4VLXTjOpVKUAUUSolsf.png b/HandBones/images/train_4369_png_jpg.rf.r4VLXTjOpVKUAUUSolsf.png new file mode 100644 index 0000000000000000000000000000000000000000..60eeafec98ff66ad781ec34401c5e1444dec50ee --- /dev/null +++ b/HandBones/images/train_4369_png_jpg.rf.r4VLXTjOpVKUAUUSolsf.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a21848dccd1837bb67264c58476fc239844e5a77d4651bdb033584312c19b81 +size 52735 diff --git a/HandBones/images/train_4372_png_jpg.rf.GwQwJv2I6CAKi2Wm5tR6.png b/HandBones/images/train_4372_png_jpg.rf.GwQwJv2I6CAKi2Wm5tR6.png new file mode 100644 index 0000000000000000000000000000000000000000..0f5eee8c64a359be41f7b25f7f51a98502babb2a --- /dev/null +++ b/HandBones/images/train_4372_png_jpg.rf.GwQwJv2I6CAKi2Wm5tR6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0099bd7e39be2941c0a8e5b5b7f276a21b087b2e144ba84715c2e8af013f71cc +size 29291 diff --git a/HandBones/images/train_4372_png_jpg.rf.R2dh1vXN7p3lMzVmB3tn.png b/HandBones/images/train_4372_png_jpg.rf.R2dh1vXN7p3lMzVmB3tn.png new file mode 100644 index 0000000000000000000000000000000000000000..e27f4fe7d05d0a8ecc154c7f1d5e31b232a349fc --- /dev/null +++ b/HandBones/images/train_4372_png_jpg.rf.R2dh1vXN7p3lMzVmB3tn.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9786960878aa2561644e98b57ad2e56d8a40426f624ccaaddc0cf0f321094e5b +size 29141 diff --git a/HandBones/images/train_4372_png_jpg.rf.lbOCTVxhB3XJMpNEXaC8.png b/HandBones/images/train_4372_png_jpg.rf.lbOCTVxhB3XJMpNEXaC8.png new file mode 100644 index 0000000000000000000000000000000000000000..30cb84adb862ba2a42c8f936595c05c23b16936f --- /dev/null +++ b/HandBones/images/train_4372_png_jpg.rf.lbOCTVxhB3XJMpNEXaC8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32c01993d694381f3bce8905336a6ec236695ea6336b91886934a89be1d8ec4a +size 31253 diff --git a/HandBones/images/train_4373_png_jpg.rf.3tLZsMO3qV6velvjaKmx.png b/HandBones/images/train_4373_png_jpg.rf.3tLZsMO3qV6velvjaKmx.png new file mode 100644 index 0000000000000000000000000000000000000000..ac850613245220ca36bb1d7bfbebf75d0c819267 --- /dev/null +++ b/HandBones/images/train_4373_png_jpg.rf.3tLZsMO3qV6velvjaKmx.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:289eb6a026a79ed8c346ca6ee64a2b5aee834849368dc4b35893d8ea0120cadd +size 32734 diff --git a/HandBones/images/train_4373_png_jpg.rf.RtOXl0ePURVJPUOFgyYj.png b/HandBones/images/train_4373_png_jpg.rf.RtOXl0ePURVJPUOFgyYj.png new file mode 100644 index 0000000000000000000000000000000000000000..a4f9049eeb2829591ea44f64cd3931d97c4e21b7 --- /dev/null +++ b/HandBones/images/train_4373_png_jpg.rf.RtOXl0ePURVJPUOFgyYj.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da14b81c694a0db6bd9d4ab07618e18ebd7d71d296238b8ea4f001787692ccdd +size 31519 diff --git a/HandBones/images/train_4373_png_jpg.rf.qla0llky2KbChTvQJ8dn.png b/HandBones/images/train_4373_png_jpg.rf.qla0llky2KbChTvQJ8dn.png new file mode 100644 index 0000000000000000000000000000000000000000..336157362d426bafba54710eb2711a78b109c416 --- /dev/null +++ b/HandBones/images/train_4373_png_jpg.rf.qla0llky2KbChTvQJ8dn.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4de1ac25bb52d624c915f952ebf455daded1a837fa4a472f218b77a78ebd5ef +size 31149 diff --git a/HandBones/images/train_4374_png_jpg.rf.RMQHAL3clZCgO48WtYNJ.png b/HandBones/images/train_4374_png_jpg.rf.RMQHAL3clZCgO48WtYNJ.png new file mode 100644 index 0000000000000000000000000000000000000000..050abe8fca2dfd589214efb765e743b886f7f959 --- /dev/null +++ b/HandBones/images/train_4374_png_jpg.rf.RMQHAL3clZCgO48WtYNJ.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59c5be38bbbef4bdff3dedd7f8e1e210ec3a68c5a5afb085a52d2013f5cabf36 +size 26330 diff --git a/HandBones/images/train_4374_png_jpg.rf.kdAzQAuqhpUixSkDBOXj.png b/HandBones/images/train_4374_png_jpg.rf.kdAzQAuqhpUixSkDBOXj.png new file mode 100644 index 0000000000000000000000000000000000000000..80f0cbae0f3b8b5e3e1b98999f26e41ec4954d55 --- /dev/null +++ b/HandBones/images/train_4374_png_jpg.rf.kdAzQAuqhpUixSkDBOXj.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47a06eeee4ee3a9e0160d150774c39d71ffd31773a8f787b37d1ff0c3f440516 +size 26525 diff --git a/HandBones/images/train_4374_png_jpg.rf.tniU47VxMeA9xw5r4xJj.png b/HandBones/images/train_4374_png_jpg.rf.tniU47VxMeA9xw5r4xJj.png new file mode 100644 index 0000000000000000000000000000000000000000..d764dff7741b121f92ad00ee3f27a306fe9f9f21 --- /dev/null +++ b/HandBones/images/train_4374_png_jpg.rf.tniU47VxMeA9xw5r4xJj.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1827ed9180207cc6d94095dc42d32d8ba47d31295151ecf14d1d1e8513232622 +size 28812 diff --git a/HandBones/images/train_4375_png_jpg.rf.AxJ6mfToQ5hiTYS40YBG.png b/HandBones/images/train_4375_png_jpg.rf.AxJ6mfToQ5hiTYS40YBG.png new file mode 100644 index 0000000000000000000000000000000000000000..58c5bcba0d139fa6e7efad9b48b904bb83b7a8c4 --- /dev/null +++ b/HandBones/images/train_4375_png_jpg.rf.AxJ6mfToQ5hiTYS40YBG.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84e306a1fc110d7504782c10451716f031866ba91ca63b6fe1b63f2d62e38fd0 +size 28285 diff --git a/HandBones/images/train_4375_png_jpg.rf.EDqN20QedxHsHf4rVrwu.png b/HandBones/images/train_4375_png_jpg.rf.EDqN20QedxHsHf4rVrwu.png new file mode 100644 index 0000000000000000000000000000000000000000..0daec55483c15513e141a861d1007fe944bb8a0c --- /dev/null +++ b/HandBones/images/train_4375_png_jpg.rf.EDqN20QedxHsHf4rVrwu.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beae299b2508ce7d9eb9239bf1ef19b72fa33bb0568397a8ac73f65ab3446753 +size 28584 diff --git a/HandBones/images/train_4375_png_jpg.rf.hdGmqyPWFr6JkpPk4JsP.png b/HandBones/images/train_4375_png_jpg.rf.hdGmqyPWFr6JkpPk4JsP.png new file mode 100644 index 0000000000000000000000000000000000000000..1726c62de52692553ec351bb192a7d133b9c1a73 --- /dev/null +++ b/HandBones/images/train_4375_png_jpg.rf.hdGmqyPWFr6JkpPk4JsP.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d45a3eb76707193bcae3922142014928b3d8e949f171ee700192273a03d3097 +size 29952 diff --git a/HandBones/images/train_4376_png_jpg.rf.JaqSZkq2MuUJP21rUal1.png b/HandBones/images/train_4376_png_jpg.rf.JaqSZkq2MuUJP21rUal1.png new file mode 100644 index 0000000000000000000000000000000000000000..82fbcf3f95ef62168a1d562105a3ed25a8e35f59 --- /dev/null +++ b/HandBones/images/train_4376_png_jpg.rf.JaqSZkq2MuUJP21rUal1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba830d97c4f4cd137d72cb8e97a56d92b5838fc1613953deaf9081c7ed94d0a7 +size 32874 diff --git a/HandBones/images/train_4377_png_jpg.rf.5n1B3M2jr5Hs1Nc8f5nL.png b/HandBones/images/train_4377_png_jpg.rf.5n1B3M2jr5Hs1Nc8f5nL.png new file mode 100644 index 0000000000000000000000000000000000000000..eecfe4679ad5966b3105bbb496adaa2fdb7ebf4a --- /dev/null +++ b/HandBones/images/train_4377_png_jpg.rf.5n1B3M2jr5Hs1Nc8f5nL.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f9a971f76db1c6ec7e134fc67e8fc854af890b1a57fdbb33f015a18e63ad996 +size 52671 diff --git a/HandBones/images/train_4377_png_jpg.rf.Ie9v9mKbz6e4ooEbwrbg.png b/HandBones/images/train_4377_png_jpg.rf.Ie9v9mKbz6e4ooEbwrbg.png new file mode 100644 index 0000000000000000000000000000000000000000..2bd7dee1c65b43560a7b6baa1a2a6a04ac3135ea --- /dev/null +++ b/HandBones/images/train_4377_png_jpg.rf.Ie9v9mKbz6e4ooEbwrbg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9202bece309c87b7472dfeff232a8515426d7a626f1daf85d4eb6e11bf3cb97a +size 53496 diff --git a/HandBones/images/train_4377_png_jpg.rf.WnSWuLoOeZ6youUE7ud9.png b/HandBones/images/train_4377_png_jpg.rf.WnSWuLoOeZ6youUE7ud9.png new file mode 100644 index 0000000000000000000000000000000000000000..efa5bbe4b484c681b0a6e95a486453b20dd8dd41 --- /dev/null +++ b/HandBones/images/train_4377_png_jpg.rf.WnSWuLoOeZ6youUE7ud9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e4ce2010b9f9d6cad0969e6d7621bcb32dc603c62ba52ff8a4354dee835a219 +size 53625 diff --git a/HandBones/images/train_4379_png_jpg.rf.6HJSYeFE42SmiXn4caxR.png b/HandBones/images/train_4379_png_jpg.rf.6HJSYeFE42SmiXn4caxR.png new file mode 100644 index 0000000000000000000000000000000000000000..34f50fac8b32b2a0b459f7b3163da82a8acc3aa6 --- /dev/null +++ b/HandBones/images/train_4379_png_jpg.rf.6HJSYeFE42SmiXn4caxR.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:804396f064dc9e2bd7b67a7c12c164ef9b1a4f77a9c2668ccd8271645dc75638 +size 58417 diff --git a/HandBones/images/train_4379_png_jpg.rf.WHSx5NzngWnGSx3oRu7J.png b/HandBones/images/train_4379_png_jpg.rf.WHSx5NzngWnGSx3oRu7J.png new file mode 100644 index 0000000000000000000000000000000000000000..e1eba8f846758c3ec3036cefa60be167cb5b60df --- /dev/null +++ b/HandBones/images/train_4379_png_jpg.rf.WHSx5NzngWnGSx3oRu7J.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43aa5e79ca997ab238781313c6283aaa70ab693aacfd9068a79b1e12dc7a067c +size 58384 diff --git a/HandBones/images/train_4379_png_jpg.rf.goqB5pqvpodFa739fppr.png b/HandBones/images/train_4379_png_jpg.rf.goqB5pqvpodFa739fppr.png new file mode 100644 index 0000000000000000000000000000000000000000..e1989092db65f4773582f3e45751188b0dfe683c --- /dev/null +++ b/HandBones/images/train_4379_png_jpg.rf.goqB5pqvpodFa739fppr.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2a5fe3b5ecd22b29acee828b67d2a0b1a69ee7db9bf794b3b3194340baac29a +size 57418 diff --git a/HandBones/images/train_4382_png_jpg.rf.90h5CNsvnISJrsTaSExQ.png b/HandBones/images/train_4382_png_jpg.rf.90h5CNsvnISJrsTaSExQ.png new file mode 100644 index 0000000000000000000000000000000000000000..7c6237f33df3fc769d9da44f1b5b2de6d940a7da --- /dev/null +++ b/HandBones/images/train_4382_png_jpg.rf.90h5CNsvnISJrsTaSExQ.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b98593b518c02039028ef9f39fdf7e08b3b9def19c5699cc3f05d4e0f25edb2c +size 28234 diff --git a/HandBones/images/train_4382_png_jpg.rf.LSieqgbZ88zVulnwZooX.png b/HandBones/images/train_4382_png_jpg.rf.LSieqgbZ88zVulnwZooX.png new file mode 100644 index 0000000000000000000000000000000000000000..0b6e2f22ebb80ff66be15df102c755eb7e746ee7 --- /dev/null +++ b/HandBones/images/train_4382_png_jpg.rf.LSieqgbZ88zVulnwZooX.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b563ca2aa3db695250414a4671a80d0604bbc0a9941a589e16685bc0efd04756 +size 28824 diff --git a/HandBones/images/train_4382_png_jpg.rf.TMWDDikSYOQWrtnxfC7v.png b/HandBones/images/train_4382_png_jpg.rf.TMWDDikSYOQWrtnxfC7v.png new file mode 100644 index 0000000000000000000000000000000000000000..235939d8ab8eeecd3dffe9a8e5f355f9c79d0557 --- /dev/null +++ b/HandBones/images/train_4382_png_jpg.rf.TMWDDikSYOQWrtnxfC7v.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfbc6fabf6bec92c5ab741dc6a8a6bdb79c62704adc43786889cac9c8ec5ff15 +size 28993 diff --git a/HandBones/images/train_4383_png_jpg.rf.3XLc2VoUovImoODMjsFD.png b/HandBones/images/train_4383_png_jpg.rf.3XLc2VoUovImoODMjsFD.png new file mode 100644 index 0000000000000000000000000000000000000000..2c25809844c75e78aa2e8531b41cf9dab4f81120 --- /dev/null +++ b/HandBones/images/train_4383_png_jpg.rf.3XLc2VoUovImoODMjsFD.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b94a3a49e6fbff47579be58e0e5c53a5313c138eb76987deaa02c06aabced776 +size 36284 diff --git a/HandBones/images/train_4383_png_jpg.rf.OS5o0G7Ubx6xJnyyhY7J.png b/HandBones/images/train_4383_png_jpg.rf.OS5o0G7Ubx6xJnyyhY7J.png new file mode 100644 index 0000000000000000000000000000000000000000..6053dafc724efb1540680ba846fafc35d59b95f1 --- /dev/null +++ b/HandBones/images/train_4383_png_jpg.rf.OS5o0G7Ubx6xJnyyhY7J.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d7e10283c6e363bfb48629f1c4f30187197ff8fcd1814ac6fbd691e68bd1cfc +size 35172 diff --git a/HandBones/images/train_4383_png_jpg.rf.iHWXZ5gM8CfR1sTfsRRa.png b/HandBones/images/train_4383_png_jpg.rf.iHWXZ5gM8CfR1sTfsRRa.png new file mode 100644 index 0000000000000000000000000000000000000000..e32fbb888ed353040bbe28d9cb11f4315b45b59b --- /dev/null +++ b/HandBones/images/train_4383_png_jpg.rf.iHWXZ5gM8CfR1sTfsRRa.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95809a1642482ffbff66712c5cc002e30d7c9d018d61774f5d17d425942157f9 +size 36094 diff --git a/HandBones/images/train_4387_png_jpg.rf.TZ35TzODbUtRjdAQXi2x.png b/HandBones/images/train_4387_png_jpg.rf.TZ35TzODbUtRjdAQXi2x.png new file mode 100644 index 0000000000000000000000000000000000000000..99cf67d0afee1357cb4328138e31fe28a2a33484 --- /dev/null +++ b/HandBones/images/train_4387_png_jpg.rf.TZ35TzODbUtRjdAQXi2x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25fba9354597b8222bbfd467e1b4e7dde10d6e9b04079b85907f95116c825ea6 +size 31247 diff --git a/HandBones/images/train_4390_png_jpg.rf.3niGHhZbYwQeDy72wywB.png b/HandBones/images/train_4390_png_jpg.rf.3niGHhZbYwQeDy72wywB.png new file mode 100644 index 0000000000000000000000000000000000000000..34438b05f29a50780fcc9ce93e2cfea010720aa9 --- /dev/null +++ b/HandBones/images/train_4390_png_jpg.rf.3niGHhZbYwQeDy72wywB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8de1ca9d95fee2b93be32c40055c801648963e4762a628cab1d372e50a6b950d +size 54610 diff --git a/HandBones/images/train_4390_png_jpg.rf.7jes3zznpIq9Rt3qpshz.png b/HandBones/images/train_4390_png_jpg.rf.7jes3zznpIq9Rt3qpshz.png new file mode 100644 index 0000000000000000000000000000000000000000..96592d93629b49be04a1254424c2e1c85c95dde5 --- /dev/null +++ b/HandBones/images/train_4390_png_jpg.rf.7jes3zznpIq9Rt3qpshz.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe43289630ecf9531341ed2440085bb8b83397f85388628cba3cde5c2d232436 +size 54955 diff --git a/HandBones/images/train_4390_png_jpg.rf.b5SQrY2qijo99ybDLZM1.png b/HandBones/images/train_4390_png_jpg.rf.b5SQrY2qijo99ybDLZM1.png new file mode 100644 index 0000000000000000000000000000000000000000..6799adec1ada06cdaa8d5043ab8b075ba4683a54 --- /dev/null +++ b/HandBones/images/train_4390_png_jpg.rf.b5SQrY2qijo99ybDLZM1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fbcf6f7ae59fcdd63c1c92bf67b649372f0e27e7a81c9010c67e34d1b441b9a +size 55680 diff --git a/HandBones/images/train_4514_png_jpg.rf.KPY4G8JWpkVuON0P1C2H.png b/HandBones/images/train_4514_png_jpg.rf.KPY4G8JWpkVuON0P1C2H.png new file mode 100644 index 0000000000000000000000000000000000000000..3aed450e19839d04cd11f90af10949af83c09610 --- /dev/null +++ b/HandBones/images/train_4514_png_jpg.rf.KPY4G8JWpkVuON0P1C2H.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11c9d018ac789df5d4072a095a80a1221ae028d73e1d8d6387589beaff4737da +size 34339 diff --git a/HandBones/images/train_4514_png_jpg.rf.M1e7IGIGVraB9oeYw4SQ.png b/HandBones/images/train_4514_png_jpg.rf.M1e7IGIGVraB9oeYw4SQ.png new file mode 100644 index 0000000000000000000000000000000000000000..d67c0ceeb8906f25df8a9ef3d845d22e9a5846b0 --- /dev/null +++ b/HandBones/images/train_4514_png_jpg.rf.M1e7IGIGVraB9oeYw4SQ.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e63ee7ba486ce3a47596bf7c4680c2b91b132c71ff2930b3fd02f7a6ed86c53f +size 35510 diff --git a/HandBones/images/train_4514_png_jpg.rf.OXnuJqUawxwP6FhZOEsl.png b/HandBones/images/train_4514_png_jpg.rf.OXnuJqUawxwP6FhZOEsl.png new file mode 100644 index 0000000000000000000000000000000000000000..f3256cc7c66b672eb55f6b4bf678bf43c1254489 --- /dev/null +++ b/HandBones/images/train_4514_png_jpg.rf.OXnuJqUawxwP6FhZOEsl.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:219b56d33fe4d49c5b13e3710552fde35a5cf91622fbeea17f02b6e0ee46026b +size 34170 diff --git a/HandBones/images/train_4516_png_jpg.rf.Q97uxFsk2kYQUy159VWC.png b/HandBones/images/train_4516_png_jpg.rf.Q97uxFsk2kYQUy159VWC.png new file mode 100644 index 0000000000000000000000000000000000000000..b682c76e60dba4bf95ffc707b0892bd084361dc8 --- /dev/null +++ b/HandBones/images/train_4516_png_jpg.rf.Q97uxFsk2kYQUy159VWC.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3603647737fff60972d5e6aa446dc64f5d7d538a665e2fcd0a1f4dbb52b5edbd +size 46839 diff --git a/HandBones/images/train_4516_png_jpg.rf.WHSunPlpacEIu1OyoDhk.png b/HandBones/images/train_4516_png_jpg.rf.WHSunPlpacEIu1OyoDhk.png new file mode 100644 index 0000000000000000000000000000000000000000..d0763b570fece483cfe123f96e6c8e185c4a1f37 --- /dev/null +++ b/HandBones/images/train_4516_png_jpg.rf.WHSunPlpacEIu1OyoDhk.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b7855937cf8ac77f120e79f678195d86176d333108458253a2c64a1c9a1c435 +size 48408 diff --git a/HandBones/images/train_4516_png_jpg.rf.pCg8kI4MmxA64J2Kjogj.png b/HandBones/images/train_4516_png_jpg.rf.pCg8kI4MmxA64J2Kjogj.png new file mode 100644 index 0000000000000000000000000000000000000000..e568597a63bef0aa35c2311ff65306fa17d02448 --- /dev/null +++ b/HandBones/images/train_4516_png_jpg.rf.pCg8kI4MmxA64J2Kjogj.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ef34534857df8121d3a89e914371c25bc2843f27a66a582f8a9ce41787e0fb7 +size 48083 diff --git a/HandBones/images/train_4517_png_jpg.rf.JqptZY2WQO6tc2xV7US5.png b/HandBones/images/train_4517_png_jpg.rf.JqptZY2WQO6tc2xV7US5.png new file mode 100644 index 0000000000000000000000000000000000000000..02617e0f610f233f8e8229de7bf7e9ef58c1aa15 --- /dev/null +++ b/HandBones/images/train_4517_png_jpg.rf.JqptZY2WQO6tc2xV7US5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a0abe965a1d0af621c278028e77afa045f7bbfc7376b6a047e81eea07349e6e +size 35216 diff --git a/HandBones/images/train_4517_png_jpg.rf.MIzmbUGJLRGR8ciY648J.png b/HandBones/images/train_4517_png_jpg.rf.MIzmbUGJLRGR8ciY648J.png new file mode 100644 index 0000000000000000000000000000000000000000..64a390569c098cb2695614c787e4ed29c857b663 --- /dev/null +++ b/HandBones/images/train_4517_png_jpg.rf.MIzmbUGJLRGR8ciY648J.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0516a68b5694ad41fe919d19f5e14a7d98b56cd2c9864d6310ac917dd7cc718b +size 34567 diff --git a/HandBones/images/train_4517_png_jpg.rf.VyA1Ut0sR7U7hJ1fgxJo.png b/HandBones/images/train_4517_png_jpg.rf.VyA1Ut0sR7U7hJ1fgxJo.png new file mode 100644 index 0000000000000000000000000000000000000000..93714232ff7c9ba151b661ba90fcbf33f6807cb0 --- /dev/null +++ b/HandBones/images/train_4517_png_jpg.rf.VyA1Ut0sR7U7hJ1fgxJo.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07441d173c72691793a64718e45e93f69faa8d6b461e7c98f7a1255719a4ed64 +size 35200 diff --git a/HandBones/images/train_4518_png_jpg.rf.1S7kxVOlmsw13WTBHAxt.png b/HandBones/images/train_4518_png_jpg.rf.1S7kxVOlmsw13WTBHAxt.png new file mode 100644 index 0000000000000000000000000000000000000000..d0a7e010cb931e9f1fc43d7a05a8e943d10b1331 --- /dev/null +++ b/HandBones/images/train_4518_png_jpg.rf.1S7kxVOlmsw13WTBHAxt.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8919ac4372a6be3e4162b8fb90af01f9fbdef954a36153aeb986b63b8ad68d60 +size 28383 diff --git a/HandBones/images/train_4518_png_jpg.rf.NZVkXwhyoqWfycRqeLrR.png b/HandBones/images/train_4518_png_jpg.rf.NZVkXwhyoqWfycRqeLrR.png new file mode 100644 index 0000000000000000000000000000000000000000..37496deed2c1e3bc8ad0636f97e3864767f3a50f --- /dev/null +++ b/HandBones/images/train_4518_png_jpg.rf.NZVkXwhyoqWfycRqeLrR.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faf8c1bae81d4258c4e505ff8ef69fa82145f7b0e36b81900ccbc26c8771f753 +size 27853 diff --git a/HandBones/images/train_4518_png_jpg.rf.UcOkJUVboAv4t0UqBTm0.png b/HandBones/images/train_4518_png_jpg.rf.UcOkJUVboAv4t0UqBTm0.png new file mode 100644 index 0000000000000000000000000000000000000000..a1f74d5e7b362282404994825890647c5d59df25 --- /dev/null +++ b/HandBones/images/train_4518_png_jpg.rf.UcOkJUVboAv4t0UqBTm0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb2f90b2f8fcd5e472c8ba2b00528a23540199552a261fae9867a1bc22c10916 +size 30737 diff --git a/HandBones/images/train_4519_png_jpg.rf.0q2Zuivtj6G2JE13x8lq.png b/HandBones/images/train_4519_png_jpg.rf.0q2Zuivtj6G2JE13x8lq.png new file mode 100644 index 0000000000000000000000000000000000000000..bd6e3457eaa9332f26f577b5d47691ceb8757d1c --- /dev/null +++ b/HandBones/images/train_4519_png_jpg.rf.0q2Zuivtj6G2JE13x8lq.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87de1fe03d40edb773f3c26cccb7329dff4bf4118975a6301de4ca8a7b5d8395 +size 33427 diff --git a/HandBones/images/train_4519_png_jpg.rf.3OdYjyKWL5VYUNhvXYTQ.png b/HandBones/images/train_4519_png_jpg.rf.3OdYjyKWL5VYUNhvXYTQ.png new file mode 100644 index 0000000000000000000000000000000000000000..c9f94c3abbcbbc9c1fec8e40b6125ac344da780f --- /dev/null +++ b/HandBones/images/train_4519_png_jpg.rf.3OdYjyKWL5VYUNhvXYTQ.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffcf617f3a44a44891cfff8b2838163175a772064d42f4da562ec214a5c89421 +size 36014 diff --git a/HandBones/images/train_4519_png_jpg.rf.IuHA624l4HjevJK3NWdk.png b/HandBones/images/train_4519_png_jpg.rf.IuHA624l4HjevJK3NWdk.png new file mode 100644 index 0000000000000000000000000000000000000000..04fdeb71713326572a39c82d8c85fc6229b7b983 --- /dev/null +++ b/HandBones/images/train_4519_png_jpg.rf.IuHA624l4HjevJK3NWdk.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc8ee8fd8c118af41d32e161b1aa572526936b8410021be680dfb3d6649b47b9 +size 34896 diff --git a/HandBones/images/train_4520_png_jpg.rf.5qX3VtAKntGbWe6DUSah.png b/HandBones/images/train_4520_png_jpg.rf.5qX3VtAKntGbWe6DUSah.png new file mode 100644 index 0000000000000000000000000000000000000000..ed22edb182a866a1932d649abce4b84b834e3295 --- /dev/null +++ b/HandBones/images/train_4520_png_jpg.rf.5qX3VtAKntGbWe6DUSah.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3b9692dca31ada4811e184b2caebe5247e0eedf65e059a3eec1af24305ec58c +size 58156 diff --git a/HandBones/images/train_4520_png_jpg.rf.O9gE6nW617n6CU24yZQe.png b/HandBones/images/train_4520_png_jpg.rf.O9gE6nW617n6CU24yZQe.png new file mode 100644 index 0000000000000000000000000000000000000000..08a831ef315152a4c8e3232520c78a366c37e0d4 --- /dev/null +++ b/HandBones/images/train_4520_png_jpg.rf.O9gE6nW617n6CU24yZQe.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d827c9a56e94e30865f4769e8facfa961f1781d7391e635fb9b6dc3312b621ca +size 58177 diff --git a/HandBones/images/train_4520_png_jpg.rf.jH65ahmlk4r7QK7dhfxP.png b/HandBones/images/train_4520_png_jpg.rf.jH65ahmlk4r7QK7dhfxP.png new file mode 100644 index 0000000000000000000000000000000000000000..0f5af3d08780880426daa1fca959a8a0a850cb36 --- /dev/null +++ b/HandBones/images/train_4520_png_jpg.rf.jH65ahmlk4r7QK7dhfxP.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8066ef721a87f22c7b2d9da4c9306bdf3cf5d987d1dfe418f9efc7592c3f0174 +size 59092 diff --git a/HandBones/images/train_4521_png_jpg.rf.Emgogbg0q57ApInl6JVR.png b/HandBones/images/train_4521_png_jpg.rf.Emgogbg0q57ApInl6JVR.png new file mode 100644 index 0000000000000000000000000000000000000000..88f879b86f8a59899d1b343a1c56dbd4a3d2f80b --- /dev/null +++ b/HandBones/images/train_4521_png_jpg.rf.Emgogbg0q57ApInl6JVR.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f064d6815be10fe715aaf936cb1dab48447c1707b384a1ecab55aaadbae88123 +size 57506 diff --git a/HandBones/images/train_4521_png_jpg.rf.hoRVU2Hu2NLoQTCG4lsP.png b/HandBones/images/train_4521_png_jpg.rf.hoRVU2Hu2NLoQTCG4lsP.png new file mode 100644 index 0000000000000000000000000000000000000000..98d5432d8043951cc3a36a5cef7b04e9140db56a --- /dev/null +++ b/HandBones/images/train_4521_png_jpg.rf.hoRVU2Hu2NLoQTCG4lsP.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fb484810815dc3131abec4f371a2d9c7b0a19013fbf995ed611d09e170be323 +size 61010 diff --git a/HandBones/images/train_4521_png_jpg.rf.yPCtGQzPs39PbxnioEFV.png b/HandBones/images/train_4521_png_jpg.rf.yPCtGQzPs39PbxnioEFV.png new file mode 100644 index 0000000000000000000000000000000000000000..6687d8a3791055dd31984186c27be8e58aed0b58 --- /dev/null +++ b/HandBones/images/train_4521_png_jpg.rf.yPCtGQzPs39PbxnioEFV.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c810706a9a9db3d33adff3c13ef0133e8376b9cf5efe1bad534d085e2b512a69 +size 62501 diff --git a/HandBones/images/train_4523_png_jpg.rf.J7aamcFTeF5ftpQgkHx3.png b/HandBones/images/train_4523_png_jpg.rf.J7aamcFTeF5ftpQgkHx3.png new file mode 100644 index 0000000000000000000000000000000000000000..778be0b3b11ee9e5bf476e908dbd48677b1b4e34 --- /dev/null +++ b/HandBones/images/train_4523_png_jpg.rf.J7aamcFTeF5ftpQgkHx3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8be69163074ba39f9057fb8899a9d65b65881a18eb46ccf94a85f17783431bbd +size 35052 diff --git a/HandBones/images/train_4523_png_jpg.rf.jiaFMR1mMKKNxnwam6VE.png b/HandBones/images/train_4523_png_jpg.rf.jiaFMR1mMKKNxnwam6VE.png new file mode 100644 index 0000000000000000000000000000000000000000..4d98a3715e889ee5cc4360234e4d0504b92df13a --- /dev/null +++ b/HandBones/images/train_4523_png_jpg.rf.jiaFMR1mMKKNxnwam6VE.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65a18ba189582a412ce7d2d11b03dafaeb60d5801012413dc269ab6bcda03a68 +size 31195 diff --git a/HandBones/images/train_4523_png_jpg.rf.zrU4F1noXCoUuZgbd47n.png b/HandBones/images/train_4523_png_jpg.rf.zrU4F1noXCoUuZgbd47n.png new file mode 100644 index 0000000000000000000000000000000000000000..cc4ab5558d8e8fc071ec778220831f30ec53f9fe --- /dev/null +++ b/HandBones/images/train_4523_png_jpg.rf.zrU4F1noXCoUuZgbd47n.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9799683c8c6917cc0f5235d273db260163c238f5d9cced01a896099171be9c30 +size 31619 diff --git a/HandBones/images/val_4362_png_jpg.rf.6381JiToW98xjPjOm1R6.png b/HandBones/images/val_4362_png_jpg.rf.6381JiToW98xjPjOm1R6.png new file mode 100644 index 0000000000000000000000000000000000000000..bd9b7059c98a589658b9fd663d11204321baadef --- /dev/null +++ b/HandBones/images/val_4362_png_jpg.rf.6381JiToW98xjPjOm1R6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab21f6ff1d46451170b4a2db54dd0d3a742f4e50202d4fd4bccda85d0936d417 +size 30033 diff --git a/HandBones/images/val_4362_png_jpg.rf.JPaQRFNhPJFCRfthHg7V.png b/HandBones/images/val_4362_png_jpg.rf.JPaQRFNhPJFCRfthHg7V.png new file mode 100644 index 0000000000000000000000000000000000000000..be9a3fd7f2063ca0302090c5a982f072b582714f --- /dev/null +++ b/HandBones/images/val_4362_png_jpg.rf.JPaQRFNhPJFCRfthHg7V.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c5e055bce2a42327be84f8178f64373fd41b624894431ab5c59311cee57bd58 +size 32791 diff --git a/HandBones/images/val_4362_png_jpg.rf.oGZPSBGXkUcj3ti3BzdD.png b/HandBones/images/val_4362_png_jpg.rf.oGZPSBGXkUcj3ti3BzdD.png new file mode 100644 index 0000000000000000000000000000000000000000..231e5887fdeb2352db9066e67b0102525be4738f --- /dev/null +++ b/HandBones/images/val_4362_png_jpg.rf.oGZPSBGXkUcj3ti3BzdD.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddb947fe6f62b3156a0047bb59f392bcd58aeca9a03ea692f41139fe36cfdd32 +size 33812 diff --git a/HandBones/images/val_4371_png_jpg.rf.VcbVXkqD88Z0mfkKIGKE.png b/HandBones/images/val_4371_png_jpg.rf.VcbVXkqD88Z0mfkKIGKE.png new file mode 100644 index 0000000000000000000000000000000000000000..a0003bb527a339d5db71bc87caed5be3e32a5c5c --- /dev/null +++ b/HandBones/images/val_4371_png_jpg.rf.VcbVXkqD88Z0mfkKIGKE.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b71927f2b138a882041f2c2e201ea6faf9916b2e3bde2c2b5aa15db7a17afe3f +size 45107 diff --git a/HandBones/images/val_4371_png_jpg.rf.duSZ2CTngoX2qEqv1XyH.png b/HandBones/images/val_4371_png_jpg.rf.duSZ2CTngoX2qEqv1XyH.png new file mode 100644 index 0000000000000000000000000000000000000000..5df72a4cad9836ee2dc1f4eb8217f8b6f1bdf58a --- /dev/null +++ b/HandBones/images/val_4371_png_jpg.rf.duSZ2CTngoX2qEqv1XyH.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60b1656a32a7cfeea5c6ee55ab9c5f362006235819a0b114b2c2ad4ce0c59bf0 +size 44196 diff --git a/HandBones/images/val_4371_png_jpg.rf.vorR26FhTybn1qwm4L1Q.png b/HandBones/images/val_4371_png_jpg.rf.vorR26FhTybn1qwm4L1Q.png new file mode 100644 index 0000000000000000000000000000000000000000..9aab06f0040f2090cc7fc3ef31e3a50e9552ab85 --- /dev/null +++ b/HandBones/images/val_4371_png_jpg.rf.vorR26FhTybn1qwm4L1Q.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e341c678d0ede7384ce71718fedec503e0dbe7d212f99e2e770a76144b6dc7e +size 45048 diff --git a/HandBones/images/val_4384_png_jpg.rf.95ATdS5QOXXmTevPhjxJ.png b/HandBones/images/val_4384_png_jpg.rf.95ATdS5QOXXmTevPhjxJ.png new file mode 100644 index 0000000000000000000000000000000000000000..c543e9877ff3ce38c9e33034668a0e0c46427841 --- /dev/null +++ b/HandBones/images/val_4384_png_jpg.rf.95ATdS5QOXXmTevPhjxJ.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca8c368393745eb6a13671cdf4dc2d9bd3d78d794540a1bc0ce4efba7abb8e49 +size 40145 diff --git a/HandBones/images/val_4384_png_jpg.rf.HlDwDtpISr32Dt62tidK.png b/HandBones/images/val_4384_png_jpg.rf.HlDwDtpISr32Dt62tidK.png new file mode 100644 index 0000000000000000000000000000000000000000..19f91d124806165927a0141e08fac5459e3d04f9 --- /dev/null +++ b/HandBones/images/val_4384_png_jpg.rf.HlDwDtpISr32Dt62tidK.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be4681c522e59036f02e3eeb291d77b0b8da6e8873876c59c9ce93582673dbec +size 44323 diff --git a/HandBones/images/val_4384_png_jpg.rf.oLSTQvgJZZbBW7cpsC3T.png b/HandBones/images/val_4384_png_jpg.rf.oLSTQvgJZZbBW7cpsC3T.png new file mode 100644 index 0000000000000000000000000000000000000000..f8069a89502b80216fa3dca02f807f0cf8a23e89 --- /dev/null +++ b/HandBones/images/val_4384_png_jpg.rf.oLSTQvgJZZbBW7cpsC3T.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2268658612d3f79544ea5e92fafa252b76b1582206226b3f593eadcb16fc95d5 +size 44893 diff --git a/HandBones/images/val_4515_png_jpg.rf.35Du6q6gpGsMHrcVnwQP.png b/HandBones/images/val_4515_png_jpg.rf.35Du6q6gpGsMHrcVnwQP.png new file mode 100644 index 0000000000000000000000000000000000000000..a2ac5a6389b9feb1f88dbba077b796404a426220 --- /dev/null +++ b/HandBones/images/val_4515_png_jpg.rf.35Du6q6gpGsMHrcVnwQP.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:834f759d52f8182db320ee532bb3992a73df85289f35e25e9c7e396d7aae99d8 +size 28127 diff --git a/HandBones/images/val_4515_png_jpg.rf.SVTxKnYo61W3diqGhbqS.png b/HandBones/images/val_4515_png_jpg.rf.SVTxKnYo61W3diqGhbqS.png new file mode 100644 index 0000000000000000000000000000000000000000..81bf84fbe9041072234814e7513c86a959b1e3c2 --- /dev/null +++ b/HandBones/images/val_4515_png_jpg.rf.SVTxKnYo61W3diqGhbqS.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c7e2d99e6f985d3f121251413d592bbb3cb9daec455637660ca0b99253bbb01 +size 26093 diff --git a/HandBones/images/val_4515_png_jpg.rf.utzzjeE2C8vpZXEj8xIO.png b/HandBones/images/val_4515_png_jpg.rf.utzzjeE2C8vpZXEj8xIO.png new file mode 100644 index 0000000000000000000000000000000000000000..6fa59b0fc6e3c2bd42dbfddb95292f1b30767cd3 --- /dev/null +++ b/HandBones/images/val_4515_png_jpg.rf.utzzjeE2C8vpZXEj8xIO.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79504dda2caa92b9a07db306c56bc01db3a51c85ca6370ee48ee2bd8ea31387e +size 26162 diff --git a/HandBones/images/val_4522_png_jpg.rf.DfaAEpsEG4nEymEtRvlG.png b/HandBones/images/val_4522_png_jpg.rf.DfaAEpsEG4nEymEtRvlG.png new file mode 100644 index 0000000000000000000000000000000000000000..07a9747a86053075d8a0bd975f937f1e512a085a --- /dev/null +++ b/HandBones/images/val_4522_png_jpg.rf.DfaAEpsEG4nEymEtRvlG.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7305ca52f8e20b2e89fd6526947328dc8ac6cf5b50728b6ca1b0931d2536276a +size 39323 diff --git a/HandBones/images/val_4522_png_jpg.rf.PgfDGxorTG9GhJmWXviQ.png b/HandBones/images/val_4522_png_jpg.rf.PgfDGxorTG9GhJmWXviQ.png new file mode 100644 index 0000000000000000000000000000000000000000..57900a443d2693b119f2fe6f018b83ce3aef4bd5 --- /dev/null +++ b/HandBones/images/val_4522_png_jpg.rf.PgfDGxorTG9GhJmWXviQ.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bd24bb9f7f49aa2c95a1e92c349f93e81c7aaaf6e7d16a2e5c2ff75096821ae +size 42678 diff --git a/HandBones/images/val_4522_png_jpg.rf.Qa3T6yobSppJoJopvr1V.png b/HandBones/images/val_4522_png_jpg.rf.Qa3T6yobSppJoJopvr1V.png new file mode 100644 index 0000000000000000000000000000000000000000..19185442b158a1355b8dff856eca5921d6467759 --- /dev/null +++ b/HandBones/images/val_4522_png_jpg.rf.Qa3T6yobSppJoJopvr1V.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:355fc13b6f51f97faa973aef0f41d0ee9054c55abbe0f9332a2758cb8710e340 +size 42300 diff --git a/HandBones/labels/test_4360_png_jpg.rf.0fwU0j3cuWTsmDRVUH1E.npy b/HandBones/labels/test_4360_png_jpg.rf.0fwU0j3cuWTsmDRVUH1E.npy new file mode 100644 index 0000000000000000000000000000000000000000..09b79c3fd063ad4158f48346da4e9014c2be4610 --- /dev/null +++ b/HandBones/labels/test_4360_png_jpg.rf.0fwU0j3cuWTsmDRVUH1E.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1933bda8f38c49a766b352efa9054587c5020af6e48b59a83a402978e9c7573 +size 524416 diff --git a/HandBones/labels/test_4360_png_jpg.rf.fgqPK9vv33RE4uYFnkpH.npy b/HandBones/labels/test_4360_png_jpg.rf.fgqPK9vv33RE4uYFnkpH.npy new file mode 100644 index 0000000000000000000000000000000000000000..76aac1801c4b6d5f4be4c58bcb84ece14ab06ce8 --- /dev/null +++ b/HandBones/labels/test_4360_png_jpg.rf.fgqPK9vv33RE4uYFnkpH.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:931e3cbc85a97151c79bf6c420b324fbec6e3c941a8949add1e09b2365f7619a +size 524416 diff --git a/HandBones/labels/test_4360_png_jpg.rf.na956IA9lwOKTK1u1YzX.npy b/HandBones/labels/test_4360_png_jpg.rf.na956IA9lwOKTK1u1YzX.npy new file mode 100644 index 0000000000000000000000000000000000000000..7ba7b7584c662c391c73894b50e1df6e50e42438 --- /dev/null +++ b/HandBones/labels/test_4360_png_jpg.rf.na956IA9lwOKTK1u1YzX.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f599d8d6835fe7415042f147974cdfd40596bc1e51d7ea7724a03384c7e424c +size 524416 diff --git a/HandBones/labels/test_4361_png_jpg.rf.1ufNWeMVFCNgjln4F0rO.npy b/HandBones/labels/test_4361_png_jpg.rf.1ufNWeMVFCNgjln4F0rO.npy new file mode 100644 index 0000000000000000000000000000000000000000..32def883fcde3512267c457e9e9b838d37deeda1 --- /dev/null +++ b/HandBones/labels/test_4361_png_jpg.rf.1ufNWeMVFCNgjln4F0rO.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bbd14ed435addc5ef83e48ca2eae456670e4c0b206c4c0bf371b38653fc6a43 +size 524416 diff --git a/HandBones/labels/test_4361_png_jpg.rf.MgTi9frs3pTq2s2cp5r5.npy b/HandBones/labels/test_4361_png_jpg.rf.MgTi9frs3pTq2s2cp5r5.npy new file mode 100644 index 0000000000000000000000000000000000000000..3c77fd97eb8bee35036a12e3932656d528690594 --- /dev/null +++ b/HandBones/labels/test_4361_png_jpg.rf.MgTi9frs3pTq2s2cp5r5.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:358fcfebd9e12f1988260e867f3a6b236dafb5ff9d078950d358fc05a155980b +size 524416 diff --git a/HandBones/labels/test_4361_png_jpg.rf.PjPvRGu34aFRQ9NPxs3f.npy b/HandBones/labels/test_4361_png_jpg.rf.PjPvRGu34aFRQ9NPxs3f.npy new file mode 100644 index 0000000000000000000000000000000000000000..3e318268425f5a8d82192bc0a56c0abc73aef62c --- /dev/null +++ b/HandBones/labels/test_4361_png_jpg.rf.PjPvRGu34aFRQ9NPxs3f.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29d6b36c37cf3c8fea794029d88d3edb74f2cff387c976dec03bd768545c75b6 +size 524416 diff --git a/HandBones/labels/test_4366_png_jpg.rf.UtOiA48BOb621lr8wEd5.npy b/HandBones/labels/test_4366_png_jpg.rf.UtOiA48BOb621lr8wEd5.npy new file mode 100644 index 0000000000000000000000000000000000000000..425b6a8e1697e269ec9caef1370d996792dce4d3 --- /dev/null +++ b/HandBones/labels/test_4366_png_jpg.rf.UtOiA48BOb621lr8wEd5.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49b8e39070642d56bf8155d00f0b51deda3140436bb834837e2ce5be0bcccdd8 +size 524416 diff --git a/HandBones/labels/test_4366_png_jpg.rf.WnjkXQZZa0f7rClsEi9S.npy b/HandBones/labels/test_4366_png_jpg.rf.WnjkXQZZa0f7rClsEi9S.npy new file mode 100644 index 0000000000000000000000000000000000000000..278f84c6c00af1e333a1f2f32b55fa1873a905e9 --- /dev/null +++ b/HandBones/labels/test_4366_png_jpg.rf.WnjkXQZZa0f7rClsEi9S.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cde4c4c08d4cfb0cbc33e9e1c8543e6596afab026610434275e53d0b3f12b776 +size 524416 diff --git a/HandBones/labels/test_4366_png_jpg.rf.yI4h1nUqhK7LVgSoylgr.npy b/HandBones/labels/test_4366_png_jpg.rf.yI4h1nUqhK7LVgSoylgr.npy new file mode 100644 index 0000000000000000000000000000000000000000..8871352037c57559405016f0d50fc314b30a19eb --- /dev/null +++ b/HandBones/labels/test_4366_png_jpg.rf.yI4h1nUqhK7LVgSoylgr.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16ccf5b76a0d37970c5baa706b304d616a6507dfd01bf6c7ba028478302ab459 +size 524416 diff --git a/HandBones/labels/test_4378_png_jpg.rf.AzYeF4sTT2cWf3OcdPJa.npy b/HandBones/labels/test_4378_png_jpg.rf.AzYeF4sTT2cWf3OcdPJa.npy new file mode 100644 index 0000000000000000000000000000000000000000..f4623a48fb2bffdef89fe0bd47182527aa127be1 --- /dev/null +++ b/HandBones/labels/test_4378_png_jpg.rf.AzYeF4sTT2cWf3OcdPJa.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:823dff2f9892b58de5b9322564cc08e4561cb541001feec2b96dd40c28f29d26 +size 524416 diff --git a/HandBones/labels/test_4380_png_jpg.rf.QmsKwQ8m2p6mzBtKfz1z.npy b/HandBones/labels/test_4380_png_jpg.rf.QmsKwQ8m2p6mzBtKfz1z.npy new file mode 100644 index 0000000000000000000000000000000000000000..280974933061559f0b81af69a5eb23cec7bbc99b --- /dev/null +++ b/HandBones/labels/test_4380_png_jpg.rf.QmsKwQ8m2p6mzBtKfz1z.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:574c9dbeabf502fd5a640ab86f93c458cf4a467858b8f7cc98158bc8cab72a69 +size 524416 diff --git a/HandBones/labels/test_4380_png_jpg.rf.hq2PTntT5ZWDiqePNJhz.npy b/HandBones/labels/test_4380_png_jpg.rf.hq2PTntT5ZWDiqePNJhz.npy new file mode 100644 index 0000000000000000000000000000000000000000..4e47dad873e223095d58a6b2474b5ed7c6821357 --- /dev/null +++ b/HandBones/labels/test_4380_png_jpg.rf.hq2PTntT5ZWDiqePNJhz.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe63f8267398adb4f6f53868a2f6a0a445530e26d8375ff714c5e33b651229c3 +size 524416 diff --git a/HandBones/labels/test_4380_png_jpg.rf.ueiZ9b78zC1tzxHbRrFO.npy b/HandBones/labels/test_4380_png_jpg.rf.ueiZ9b78zC1tzxHbRrFO.npy new file mode 100644 index 0000000000000000000000000000000000000000..61b29b9e7294b93fe34d3d665b469a181d41c19f --- /dev/null +++ b/HandBones/labels/test_4380_png_jpg.rf.ueiZ9b78zC1tzxHbRrFO.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0437536260086738e89f50f378df589ffd680017cc390f95998ca99f7ce68383 +size 524416 diff --git a/HandBones/labels/train_4365_png_jpg.rf.dNl00kLbyORkJwLH2mWA.npy b/HandBones/labels/train_4365_png_jpg.rf.dNl00kLbyORkJwLH2mWA.npy new file mode 100644 index 0000000000000000000000000000000000000000..5d71b0a369414476ee17b025313507a6e2474a83 --- /dev/null +++ b/HandBones/labels/train_4365_png_jpg.rf.dNl00kLbyORkJwLH2mWA.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3e6fa6d3a521f064e415bea4d91f6abb0a915400f961e1c8068baf612e45cf7 +size 524416 diff --git a/HandBones/labels/train_4365_png_jpg.rf.nQYCXeEznXPIEIgEwuQW.npy b/HandBones/labels/train_4365_png_jpg.rf.nQYCXeEznXPIEIgEwuQW.npy new file mode 100644 index 0000000000000000000000000000000000000000..9dcb02aacca46313684d76d1949941f9ab7f490a --- /dev/null +++ b/HandBones/labels/train_4365_png_jpg.rf.nQYCXeEznXPIEIgEwuQW.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6097b5ed12626151593c68a6560b1d46bdb223cffe6cefd1cb018f64d9233479 +size 524416 diff --git a/HandBones/labels/train_4365_png_jpg.rf.wudhMj36UHFt1raKcahL.npy b/HandBones/labels/train_4365_png_jpg.rf.wudhMj36UHFt1raKcahL.npy new file mode 100644 index 0000000000000000000000000000000000000000..1d5070288bc36712b9af599cd0bce068fff43495 --- /dev/null +++ b/HandBones/labels/train_4365_png_jpg.rf.wudhMj36UHFt1raKcahL.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f56cc6e41f2f0eac2089fc524ae064293b1913dd514deb0f1a1a3c0d4348e0c +size 524416 diff --git a/HandBones/labels/train_4367_png_jpg.rf.Lw5RrOTet23QuNPVZ3hy.npy b/HandBones/labels/train_4367_png_jpg.rf.Lw5RrOTet23QuNPVZ3hy.npy new file mode 100644 index 0000000000000000000000000000000000000000..8de1fa05d0fee5dea287482d456041581e9e55b1 --- /dev/null +++ b/HandBones/labels/train_4367_png_jpg.rf.Lw5RrOTet23QuNPVZ3hy.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ccf71edec5eb6e5ad752f09118b094edab0a4d042b7a9333d907e9ef4624979 +size 524416 diff --git a/HandBones/labels/train_4367_png_jpg.rf.QPcOCH0HTRMtnHPSS4pc.npy b/HandBones/labels/train_4367_png_jpg.rf.QPcOCH0HTRMtnHPSS4pc.npy new file mode 100644 index 0000000000000000000000000000000000000000..776fa47e478608d20c308fd887ae55541472fd8e --- /dev/null +++ b/HandBones/labels/train_4367_png_jpg.rf.QPcOCH0HTRMtnHPSS4pc.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89acf818d080e3ee8c214114722e45db8f311d9a4cd3337bdcd2b59b80aaec32 +size 524416 diff --git a/HandBones/labels/train_4367_png_jpg.rf.q57xHco6bHXDNPY12vd8.npy b/HandBones/labels/train_4367_png_jpg.rf.q57xHco6bHXDNPY12vd8.npy new file mode 100644 index 0000000000000000000000000000000000000000..2475b2f49518ea2bfeab9d8f3a44fc2a6f7cd726 --- /dev/null +++ b/HandBones/labels/train_4367_png_jpg.rf.q57xHco6bHXDNPY12vd8.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89a6e982be037d96c8249811a78d702873fe573cfe3a9be5c6b40911e5027b58 +size 524416 diff --git a/HandBones/labels/train_4368_png_jpg.rf.HjsXUf9qlz5fkpcrvVZ3.npy b/HandBones/labels/train_4368_png_jpg.rf.HjsXUf9qlz5fkpcrvVZ3.npy new file mode 100644 index 0000000000000000000000000000000000000000..103b75ba0942b2aa61aba53aa5ccbf5b05136193 --- /dev/null +++ b/HandBones/labels/train_4368_png_jpg.rf.HjsXUf9qlz5fkpcrvVZ3.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16a47bee2c15b43d98018595ffc6867d8a61d2cde34267f1c022f29a56cb5259 +size 524416 diff --git a/HandBones/labels/train_4368_png_jpg.rf.PIDzA7qA7azq6ouu8rSj.npy b/HandBones/labels/train_4368_png_jpg.rf.PIDzA7qA7azq6ouu8rSj.npy new file mode 100644 index 0000000000000000000000000000000000000000..90479d08bdea8da8ddb1fc55696e80b5a6702625 --- /dev/null +++ b/HandBones/labels/train_4368_png_jpg.rf.PIDzA7qA7azq6ouu8rSj.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c6a06a2f8c996b694b039497d68bfbb1adbc613ea56f7af158a683f6b82471b +size 524416 diff --git a/HandBones/labels/train_4368_png_jpg.rf.VBYr8EvbQBlaSpmkzbZ3.npy b/HandBones/labels/train_4368_png_jpg.rf.VBYr8EvbQBlaSpmkzbZ3.npy new file mode 100644 index 0000000000000000000000000000000000000000..63a28446d9952f714b4150a4d005b809603f59a3 --- /dev/null +++ b/HandBones/labels/train_4368_png_jpg.rf.VBYr8EvbQBlaSpmkzbZ3.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b4149f77028062859152f370f33e4a3cc80ba997177396d7298672c8c8e192e +size 524416 diff --git a/HandBones/labels/train_4369_png_jpg.rf.St3UE4xtmhyBJNhpVSmI.npy b/HandBones/labels/train_4369_png_jpg.rf.St3UE4xtmhyBJNhpVSmI.npy new file mode 100644 index 0000000000000000000000000000000000000000..b1acfb567d04057fec62f673e98367062646d04b --- /dev/null +++ b/HandBones/labels/train_4369_png_jpg.rf.St3UE4xtmhyBJNhpVSmI.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9070438590f3177db0f3ec88afdbe4791eb7d688f9bab06df7dada5c0e409528 +size 524416 diff --git a/HandBones/labels/train_4369_png_jpg.rf.qjut7KPQrjUanl3dTLwx.npy b/HandBones/labels/train_4369_png_jpg.rf.qjut7KPQrjUanl3dTLwx.npy new file mode 100644 index 0000000000000000000000000000000000000000..b260c79f90fa20164d809ba5393b1dc10b77546a --- /dev/null +++ b/HandBones/labels/train_4369_png_jpg.rf.qjut7KPQrjUanl3dTLwx.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af362a33a36e7c2599e4f70e483136f47423ac45815fb6348df06c7f98e29469 +size 524416 diff --git a/HandBones/labels/train_4369_png_jpg.rf.r4VLXTjOpVKUAUUSolsf.npy b/HandBones/labels/train_4369_png_jpg.rf.r4VLXTjOpVKUAUUSolsf.npy new file mode 100644 index 0000000000000000000000000000000000000000..c20fadbaa53dc5ac2e73e9e8263c6dcd8004ae41 --- /dev/null +++ b/HandBones/labels/train_4369_png_jpg.rf.r4VLXTjOpVKUAUUSolsf.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2126c45242f4f026cff91516300d961543166d15e8d15834ce9e85bbc598883 +size 524416 diff --git a/HandBones/labels/train_4372_png_jpg.rf.GwQwJv2I6CAKi2Wm5tR6.npy b/HandBones/labels/train_4372_png_jpg.rf.GwQwJv2I6CAKi2Wm5tR6.npy new file mode 100644 index 0000000000000000000000000000000000000000..76bdc76a10fb0f2d67ff2b240206a847152e4e7f --- /dev/null +++ b/HandBones/labels/train_4372_png_jpg.rf.GwQwJv2I6CAKi2Wm5tR6.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ab4f8829515cd60ed899ff82a258d97976d7a4aece047ef76edc5b903cf1055 +size 524416 diff --git a/HandBones/labels/train_4372_png_jpg.rf.R2dh1vXN7p3lMzVmB3tn.npy b/HandBones/labels/train_4372_png_jpg.rf.R2dh1vXN7p3lMzVmB3tn.npy new file mode 100644 index 0000000000000000000000000000000000000000..46c067cb00e66c8b22bca3b3fea964cbbade7101 --- /dev/null +++ b/HandBones/labels/train_4372_png_jpg.rf.R2dh1vXN7p3lMzVmB3tn.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4378995304fb22992c5b4324287bce123136001ff8d64542bcfb0b98d2cf201 +size 524416 diff --git a/HandBones/labels/train_4372_png_jpg.rf.lbOCTVxhB3XJMpNEXaC8.npy b/HandBones/labels/train_4372_png_jpg.rf.lbOCTVxhB3XJMpNEXaC8.npy new file mode 100644 index 0000000000000000000000000000000000000000..a4726eb72023e95ebbc2c445c19ff12966ec244a --- /dev/null +++ b/HandBones/labels/train_4372_png_jpg.rf.lbOCTVxhB3XJMpNEXaC8.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:678c60f80574e0c5c30b74410d53fce7c9721f797873d9d2b152703ad3d8f02e +size 524416 diff --git a/HandBones/labels/train_4373_png_jpg.rf.3tLZsMO3qV6velvjaKmx.npy b/HandBones/labels/train_4373_png_jpg.rf.3tLZsMO3qV6velvjaKmx.npy new file mode 100644 index 0000000000000000000000000000000000000000..a8bdcbcfb79190cc2183674a9535bf132d2d9597 --- /dev/null +++ b/HandBones/labels/train_4373_png_jpg.rf.3tLZsMO3qV6velvjaKmx.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da422287c2db5a3f995d7117dbdcff6ef79afe00f9c3048f81002032b9d65b29 +size 524416 diff --git a/HandBones/labels/train_4373_png_jpg.rf.RtOXl0ePURVJPUOFgyYj.npy b/HandBones/labels/train_4373_png_jpg.rf.RtOXl0ePURVJPUOFgyYj.npy new file mode 100644 index 0000000000000000000000000000000000000000..d2f7a4cb124f81de84d8165e5da71f578e934e8c --- /dev/null +++ b/HandBones/labels/train_4373_png_jpg.rf.RtOXl0ePURVJPUOFgyYj.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ba7982760f38e1a7e5bd44b55598d6e803e9c7990fb66fc29c3e00a8eefddef +size 524416 diff --git a/HandBones/labels/train_4373_png_jpg.rf.qla0llky2KbChTvQJ8dn.npy b/HandBones/labels/train_4373_png_jpg.rf.qla0llky2KbChTvQJ8dn.npy new file mode 100644 index 0000000000000000000000000000000000000000..b4549b4e4cd5c7cf46a32dc93712b207978b8d96 --- /dev/null +++ b/HandBones/labels/train_4373_png_jpg.rf.qla0llky2KbChTvQJ8dn.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af190abcc901921e58f1986583fba088b48cdcf4120081630e111331ae7930ad +size 524416 diff --git a/HandBones/labels/train_4374_png_jpg.rf.RMQHAL3clZCgO48WtYNJ.npy b/HandBones/labels/train_4374_png_jpg.rf.RMQHAL3clZCgO48WtYNJ.npy new file mode 100644 index 0000000000000000000000000000000000000000..d45e1a60df8a2ab06177acfe00ec6ed661a9c0b8 --- /dev/null +++ b/HandBones/labels/train_4374_png_jpg.rf.RMQHAL3clZCgO48WtYNJ.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cae51f8e1890c10a0559510f34421ee8149e7a552e8950e914f06ed8c589685a +size 524416 diff --git a/HandBones/labels/train_4374_png_jpg.rf.kdAzQAuqhpUixSkDBOXj.npy b/HandBones/labels/train_4374_png_jpg.rf.kdAzQAuqhpUixSkDBOXj.npy new file mode 100644 index 0000000000000000000000000000000000000000..cf229a9f2d74447ead661f60c3aa406db2f956c3 --- /dev/null +++ b/HandBones/labels/train_4374_png_jpg.rf.kdAzQAuqhpUixSkDBOXj.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d28e886146610fda3d6e63a077932f837bcb55e576803c582b23df53ebd291f9 +size 524416 diff --git a/HandBones/labels/train_4374_png_jpg.rf.tniU47VxMeA9xw5r4xJj.npy b/HandBones/labels/train_4374_png_jpg.rf.tniU47VxMeA9xw5r4xJj.npy new file mode 100644 index 0000000000000000000000000000000000000000..5962fe79b9c950b12b26777f34696d00f951388d --- /dev/null +++ b/HandBones/labels/train_4374_png_jpg.rf.tniU47VxMeA9xw5r4xJj.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93bbe98e3f60c205b88b37000639cd4981f5762a6d86d1d4c03a96d19a3e0f29 +size 524416 diff --git a/HandBones/labels/train_4375_png_jpg.rf.AxJ6mfToQ5hiTYS40YBG.npy b/HandBones/labels/train_4375_png_jpg.rf.AxJ6mfToQ5hiTYS40YBG.npy new file mode 100644 index 0000000000000000000000000000000000000000..75ca6e9fd37f77cf16615017514ebb34a0103d8f --- /dev/null +++ b/HandBones/labels/train_4375_png_jpg.rf.AxJ6mfToQ5hiTYS40YBG.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75191b44549758ecbf955dc7a3d880d6c69db938a835477c60da385835f183b3 +size 524416 diff --git a/HandBones/labels/train_4375_png_jpg.rf.EDqN20QedxHsHf4rVrwu.npy b/HandBones/labels/train_4375_png_jpg.rf.EDqN20QedxHsHf4rVrwu.npy new file mode 100644 index 0000000000000000000000000000000000000000..29a61a274209f17488570b5a72ae6b64241b8d59 --- /dev/null +++ b/HandBones/labels/train_4375_png_jpg.rf.EDqN20QedxHsHf4rVrwu.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e90684cb6437d94b4147a678eb67e72fe50864992cdc17f343c068e32b006b01 +size 524416 diff --git a/HandBones/labels/train_4375_png_jpg.rf.hdGmqyPWFr6JkpPk4JsP.npy b/HandBones/labels/train_4375_png_jpg.rf.hdGmqyPWFr6JkpPk4JsP.npy new file mode 100644 index 0000000000000000000000000000000000000000..c6b3a2974fb6a719e4f0f1aadf7eea68ceeb902e --- /dev/null +++ b/HandBones/labels/train_4375_png_jpg.rf.hdGmqyPWFr6JkpPk4JsP.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01ea71790079ee7839a997885187f9c1e6e108364ae49ca471cf0808955a5724 +size 524416 diff --git a/HandBones/labels/train_4376_png_jpg.rf.JaqSZkq2MuUJP21rUal1.npy b/HandBones/labels/train_4376_png_jpg.rf.JaqSZkq2MuUJP21rUal1.npy new file mode 100644 index 0000000000000000000000000000000000000000..a70b89496de6c745ab8ed9471feaf806df23312f --- /dev/null +++ b/HandBones/labels/train_4376_png_jpg.rf.JaqSZkq2MuUJP21rUal1.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccec67f900eaaa83cd19d71065ee75aac0de30ee537d3577719824c88d49f4f2 +size 524416 diff --git a/HandBones/labels/train_4377_png_jpg.rf.5n1B3M2jr5Hs1Nc8f5nL.npy b/HandBones/labels/train_4377_png_jpg.rf.5n1B3M2jr5Hs1Nc8f5nL.npy new file mode 100644 index 0000000000000000000000000000000000000000..a2b91699a77463bac8aca5862c3b286d3e4ea2db --- /dev/null +++ b/HandBones/labels/train_4377_png_jpg.rf.5n1B3M2jr5Hs1Nc8f5nL.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0641fea655a1affe0fc2c5ea509a5ee7061cb30053989a28d247a25e8ef5b4c2 +size 524416 diff --git a/HandBones/labels/train_4377_png_jpg.rf.Ie9v9mKbz6e4ooEbwrbg.npy b/HandBones/labels/train_4377_png_jpg.rf.Ie9v9mKbz6e4ooEbwrbg.npy new file mode 100644 index 0000000000000000000000000000000000000000..0dd348654627a1a0f8ca140f454a770781d8160a --- /dev/null +++ b/HandBones/labels/train_4377_png_jpg.rf.Ie9v9mKbz6e4ooEbwrbg.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c45f41e8529ecb73c10f4a542357ce521f2cc6ec66b1f7527eb46cc4a4ab38f +size 524416 diff --git a/HandBones/labels/train_4377_png_jpg.rf.WnSWuLoOeZ6youUE7ud9.npy b/HandBones/labels/train_4377_png_jpg.rf.WnSWuLoOeZ6youUE7ud9.npy new file mode 100644 index 0000000000000000000000000000000000000000..ce6e88221555f764389fe6c476a992cc2ff5736a --- /dev/null +++ b/HandBones/labels/train_4377_png_jpg.rf.WnSWuLoOeZ6youUE7ud9.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27479d5843896a358a782db52353e28df526fa7045495984dba5e7fa3eff20d5 +size 524416 diff --git a/HandBones/labels/train_4379_png_jpg.rf.6HJSYeFE42SmiXn4caxR.npy b/HandBones/labels/train_4379_png_jpg.rf.6HJSYeFE42SmiXn4caxR.npy new file mode 100644 index 0000000000000000000000000000000000000000..236161fbb926f5527ba2f0ff276ad46e8ea4ce33 --- /dev/null +++ b/HandBones/labels/train_4379_png_jpg.rf.6HJSYeFE42SmiXn4caxR.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cbc90cd4dbb94a6cc9168598cf701deb749b606216d918c38752965343dc327 +size 524416 diff --git a/HandBones/labels/train_4379_png_jpg.rf.WHSx5NzngWnGSx3oRu7J.npy b/HandBones/labels/train_4379_png_jpg.rf.WHSx5NzngWnGSx3oRu7J.npy new file mode 100644 index 0000000000000000000000000000000000000000..1a22d8292dbf3bdf0467bf5eb10407bb8be824fd --- /dev/null +++ b/HandBones/labels/train_4379_png_jpg.rf.WHSx5NzngWnGSx3oRu7J.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c66713254c2fa4a80f01a50dd87f1e445004612fca43be233fee036585ed9d71 +size 524416 diff --git a/HandBones/labels/train_4379_png_jpg.rf.goqB5pqvpodFa739fppr.npy b/HandBones/labels/train_4379_png_jpg.rf.goqB5pqvpodFa739fppr.npy new file mode 100644 index 0000000000000000000000000000000000000000..669d3dc917b6b6cb722670e2e6485034d8a4cd0c --- /dev/null +++ b/HandBones/labels/train_4379_png_jpg.rf.goqB5pqvpodFa739fppr.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57d6d2036316a70a608f9af01a6f0b7c1fbf84ddf54d50b4bc044085fedea7bd +size 524416 diff --git a/HandBones/labels/train_4382_png_jpg.rf.90h5CNsvnISJrsTaSExQ.npy b/HandBones/labels/train_4382_png_jpg.rf.90h5CNsvnISJrsTaSExQ.npy new file mode 100644 index 0000000000000000000000000000000000000000..f9e25dbb366ebd21be1a199293cf42184a98d519 --- /dev/null +++ b/HandBones/labels/train_4382_png_jpg.rf.90h5CNsvnISJrsTaSExQ.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da51e8898475a5ea7a91b395de997b8a9fc1433c304a183f16a4d2ba760b15d0 +size 524416 diff --git a/HandBones/labels/train_4382_png_jpg.rf.LSieqgbZ88zVulnwZooX.npy b/HandBones/labels/train_4382_png_jpg.rf.LSieqgbZ88zVulnwZooX.npy new file mode 100644 index 0000000000000000000000000000000000000000..380c36bd652f0620ae0d8af4efb931e55478ba0e --- /dev/null +++ b/HandBones/labels/train_4382_png_jpg.rf.LSieqgbZ88zVulnwZooX.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1bf02471ef6cb4b2520f59018fcfa515d6696cbf0ff94713de7db9e85da665d +size 524416 diff --git a/HandBones/labels/train_4382_png_jpg.rf.TMWDDikSYOQWrtnxfC7v.npy b/HandBones/labels/train_4382_png_jpg.rf.TMWDDikSYOQWrtnxfC7v.npy new file mode 100644 index 0000000000000000000000000000000000000000..17a4673a573ef569b58e0c83c2c3788726bdad04 --- /dev/null +++ b/HandBones/labels/train_4382_png_jpg.rf.TMWDDikSYOQWrtnxfC7v.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69dcbd174adde58fd074f19a518d04c8f035f8fc1a43f8efaf760ebf10ed4460 +size 524416 diff --git a/HandBones/labels/train_4383_png_jpg.rf.3XLc2VoUovImoODMjsFD.npy b/HandBones/labels/train_4383_png_jpg.rf.3XLc2VoUovImoODMjsFD.npy new file mode 100644 index 0000000000000000000000000000000000000000..975e6eec4598ec13994aec0c71a4dc16c5285ae0 --- /dev/null +++ b/HandBones/labels/train_4383_png_jpg.rf.3XLc2VoUovImoODMjsFD.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75f8851c70098a3161a68717e19e7e42e3641e37b338a6d7a0bf55dd6b136899 +size 524416 diff --git a/HandBones/labels/train_4383_png_jpg.rf.OS5o0G7Ubx6xJnyyhY7J.npy b/HandBones/labels/train_4383_png_jpg.rf.OS5o0G7Ubx6xJnyyhY7J.npy new file mode 100644 index 0000000000000000000000000000000000000000..07c7228555b6e662a1f7daf457d408feafa4a7d6 --- /dev/null +++ b/HandBones/labels/train_4383_png_jpg.rf.OS5o0G7Ubx6xJnyyhY7J.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b7005680ad38ba75c9524530d3a8d5b67b26629286c49575a8419b7eab8b631 +size 524416 diff --git a/HandBones/labels/train_4383_png_jpg.rf.iHWXZ5gM8CfR1sTfsRRa.npy b/HandBones/labels/train_4383_png_jpg.rf.iHWXZ5gM8CfR1sTfsRRa.npy new file mode 100644 index 0000000000000000000000000000000000000000..9c0e455c3d18567332601596237c3142fab30a9b --- /dev/null +++ b/HandBones/labels/train_4383_png_jpg.rf.iHWXZ5gM8CfR1sTfsRRa.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0522de470b7fee402807ab7c20ccc900e12022384f2f7cdc7d9236466d1282c +size 524416 diff --git a/HandBones/labels/train_4387_png_jpg.rf.TZ35TzODbUtRjdAQXi2x.npy b/HandBones/labels/train_4387_png_jpg.rf.TZ35TzODbUtRjdAQXi2x.npy new file mode 100644 index 0000000000000000000000000000000000000000..ea2ec952df3b17a11be273fd09657e48f2236845 --- /dev/null +++ b/HandBones/labels/train_4387_png_jpg.rf.TZ35TzODbUtRjdAQXi2x.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91f60e1773643363cc6db96eef7fe286d8363af461c24a8947a355ec91d6c7db +size 524416 diff --git a/HandBones/labels/train_4390_png_jpg.rf.3niGHhZbYwQeDy72wywB.npy b/HandBones/labels/train_4390_png_jpg.rf.3niGHhZbYwQeDy72wywB.npy new file mode 100644 index 0000000000000000000000000000000000000000..264df6f6f8a259a62ecd3372885dca35808d26fa --- /dev/null +++ b/HandBones/labels/train_4390_png_jpg.rf.3niGHhZbYwQeDy72wywB.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a53e326f35e6b80d8d7a31991031b307eeef7e553c29942ea7d144015a9c454 +size 524416 diff --git a/HandBones/labels/train_4390_png_jpg.rf.7jes3zznpIq9Rt3qpshz.npy b/HandBones/labels/train_4390_png_jpg.rf.7jes3zznpIq9Rt3qpshz.npy new file mode 100644 index 0000000000000000000000000000000000000000..64b15c65280eb905f1315e27b5b1d154312ed6b3 --- /dev/null +++ b/HandBones/labels/train_4390_png_jpg.rf.7jes3zznpIq9Rt3qpshz.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54f64ea6da811a9bc6f18bb316b258bf598710ebc212b76fd8a038269181e6c3 +size 524416 diff --git a/HandBones/labels/train_4390_png_jpg.rf.b5SQrY2qijo99ybDLZM1.npy b/HandBones/labels/train_4390_png_jpg.rf.b5SQrY2qijo99ybDLZM1.npy new file mode 100644 index 0000000000000000000000000000000000000000..f988c2e42c3d3f144b8088325fc4760d9c5b9656 --- /dev/null +++ b/HandBones/labels/train_4390_png_jpg.rf.b5SQrY2qijo99ybDLZM1.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45df1011941ea332cd90aa9c32514a90c17ce7a5b3c58d3d03c60e1e8081d07e +size 524416 diff --git a/HandBones/labels/train_4514_png_jpg.rf.KPY4G8JWpkVuON0P1C2H.npy b/HandBones/labels/train_4514_png_jpg.rf.KPY4G8JWpkVuON0P1C2H.npy new file mode 100644 index 0000000000000000000000000000000000000000..f461776fee38bb1d017c021ff90de02a80426021 --- /dev/null +++ b/HandBones/labels/train_4514_png_jpg.rf.KPY4G8JWpkVuON0P1C2H.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d6b4afb825906af8fdad8544c8d44147c39870015c30b2162b881196b41c9f6 +size 524416 diff --git a/HandBones/labels/train_4514_png_jpg.rf.M1e7IGIGVraB9oeYw4SQ.npy b/HandBones/labels/train_4514_png_jpg.rf.M1e7IGIGVraB9oeYw4SQ.npy new file mode 100644 index 0000000000000000000000000000000000000000..7bdcd91fd26d0792e9d7cf46527eeca006686deb --- /dev/null +++ b/HandBones/labels/train_4514_png_jpg.rf.M1e7IGIGVraB9oeYw4SQ.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f6fd094731ed936b741511ffd41bb848f49bca90bc3f62cede3d70c9713f42f +size 524416 diff --git a/HandBones/labels/train_4514_png_jpg.rf.OXnuJqUawxwP6FhZOEsl.npy b/HandBones/labels/train_4514_png_jpg.rf.OXnuJqUawxwP6FhZOEsl.npy new file mode 100644 index 0000000000000000000000000000000000000000..5b78d785c28d805c0deaf6255fcc19f54361cda2 --- /dev/null +++ b/HandBones/labels/train_4514_png_jpg.rf.OXnuJqUawxwP6FhZOEsl.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc7644110f8fbaf1b33720c8c9adb5ea2b9be4930560f7e89b6e001265dbe781 +size 524416 diff --git a/HandBones/labels/train_4516_png_jpg.rf.Q97uxFsk2kYQUy159VWC.npy b/HandBones/labels/train_4516_png_jpg.rf.Q97uxFsk2kYQUy159VWC.npy new file mode 100644 index 0000000000000000000000000000000000000000..27344410a261abadf646583a19f99bfe5a8d68ef --- /dev/null +++ b/HandBones/labels/train_4516_png_jpg.rf.Q97uxFsk2kYQUy159VWC.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af4077049ae74c4e9d87e594d94198a8a7c8b1365b823d2da7f4f580ae7c1d94 +size 524416 diff --git a/HandBones/labels/train_4516_png_jpg.rf.WHSunPlpacEIu1OyoDhk.npy b/HandBones/labels/train_4516_png_jpg.rf.WHSunPlpacEIu1OyoDhk.npy new file mode 100644 index 0000000000000000000000000000000000000000..359edb2769f5ec1e2e811cde921fe1c14dc117bb --- /dev/null +++ b/HandBones/labels/train_4516_png_jpg.rf.WHSunPlpacEIu1OyoDhk.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76bc42d9a3ee92cb384f2f6ca663f309f96588900be48984e9a82abe490ce2d6 +size 524416 diff --git a/HandBones/labels/train_4516_png_jpg.rf.pCg8kI4MmxA64J2Kjogj.npy b/HandBones/labels/train_4516_png_jpg.rf.pCg8kI4MmxA64J2Kjogj.npy new file mode 100644 index 0000000000000000000000000000000000000000..e37a47bb3753729ac9a4343a0deaa7d3c9403c84 --- /dev/null +++ b/HandBones/labels/train_4516_png_jpg.rf.pCg8kI4MmxA64J2Kjogj.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b7ce14cf73344ca0993bbaa34628d48a29d1429e7218f37ffb167cfcb03fdaa +size 524416 diff --git a/HandBones/labels/train_4517_png_jpg.rf.JqptZY2WQO6tc2xV7US5.npy b/HandBones/labels/train_4517_png_jpg.rf.JqptZY2WQO6tc2xV7US5.npy new file mode 100644 index 0000000000000000000000000000000000000000..cca5c47c5e913d292022fed129bf25be20ff408f --- /dev/null +++ b/HandBones/labels/train_4517_png_jpg.rf.JqptZY2WQO6tc2xV7US5.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:106274f1bf6b6bff4dc1650ca94f832628b0fbff1dc124d73d047f915214913b +size 524416 diff --git a/HandBones/labels/train_4517_png_jpg.rf.MIzmbUGJLRGR8ciY648J.npy b/HandBones/labels/train_4517_png_jpg.rf.MIzmbUGJLRGR8ciY648J.npy new file mode 100644 index 0000000000000000000000000000000000000000..4d1ebed724913433a6e86095b62718c19b18c4ea --- /dev/null +++ b/HandBones/labels/train_4517_png_jpg.rf.MIzmbUGJLRGR8ciY648J.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aa234a37d3a7aa91a73f134fde6b09e9b3362a3283dad89af1848b723b51d06 +size 524416 diff --git a/HandBones/labels/train_4517_png_jpg.rf.VyA1Ut0sR7U7hJ1fgxJo.npy b/HandBones/labels/train_4517_png_jpg.rf.VyA1Ut0sR7U7hJ1fgxJo.npy new file mode 100644 index 0000000000000000000000000000000000000000..7cf785ac63b57b99250d1e23cc84fd44c3004c9b --- /dev/null +++ b/HandBones/labels/train_4517_png_jpg.rf.VyA1Ut0sR7U7hJ1fgxJo.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a81fbe582cb2f94979f22010d1957261ad14f5d62b0e18de84f881a50e945109 +size 524416 diff --git a/HandBones/labels/train_4518_png_jpg.rf.1S7kxVOlmsw13WTBHAxt.npy b/HandBones/labels/train_4518_png_jpg.rf.1S7kxVOlmsw13WTBHAxt.npy new file mode 100644 index 0000000000000000000000000000000000000000..6a2438d049e99809daf5017ca988993ca9e56853 --- /dev/null +++ b/HandBones/labels/train_4518_png_jpg.rf.1S7kxVOlmsw13WTBHAxt.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dba622c78217434e6317eae24388cf028a0223cc942f8e202ae7c7c8b210d905 +size 524416 diff --git a/HandBones/labels/train_4518_png_jpg.rf.NZVkXwhyoqWfycRqeLrR.npy b/HandBones/labels/train_4518_png_jpg.rf.NZVkXwhyoqWfycRqeLrR.npy new file mode 100644 index 0000000000000000000000000000000000000000..c4fa76192f80392ddeb9984c38dc965ad573b248 --- /dev/null +++ b/HandBones/labels/train_4518_png_jpg.rf.NZVkXwhyoqWfycRqeLrR.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3699f89c98e3cf39a2036ce879fd250325d1651e378215317687cc7709f84a69 +size 524416 diff --git a/HandBones/labels/train_4518_png_jpg.rf.UcOkJUVboAv4t0UqBTm0.npy b/HandBones/labels/train_4518_png_jpg.rf.UcOkJUVboAv4t0UqBTm0.npy new file mode 100644 index 0000000000000000000000000000000000000000..a6650666f6f7c9965450b252ba7cda86c617fa8c --- /dev/null +++ b/HandBones/labels/train_4518_png_jpg.rf.UcOkJUVboAv4t0UqBTm0.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49b31a6cbc09acac2438399b0400220740e4079f9c60388a0ea4c17aaa2fe8e6 +size 524416 diff --git a/HandBones/labels/train_4519_png_jpg.rf.0q2Zuivtj6G2JE13x8lq.npy b/HandBones/labels/train_4519_png_jpg.rf.0q2Zuivtj6G2JE13x8lq.npy new file mode 100644 index 0000000000000000000000000000000000000000..3e89bad829559d9954f98c20252ae7b204a61a3f --- /dev/null +++ b/HandBones/labels/train_4519_png_jpg.rf.0q2Zuivtj6G2JE13x8lq.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43699434eed1ef1ff9d17a3d5291dab4961e8782b526d9d18456124a58d62dd5 +size 524416 diff --git a/HandBones/labels/train_4519_png_jpg.rf.3OdYjyKWL5VYUNhvXYTQ.npy b/HandBones/labels/train_4519_png_jpg.rf.3OdYjyKWL5VYUNhvXYTQ.npy new file mode 100644 index 0000000000000000000000000000000000000000..5e95e92aac3765d064e63a7c679220dea1f135a5 --- /dev/null +++ b/HandBones/labels/train_4519_png_jpg.rf.3OdYjyKWL5VYUNhvXYTQ.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5fca07657ef3a5465cf288cf393c846278b12e1aedd39927abefe322d8bddd4 +size 524416 diff --git a/HandBones/labels/train_4519_png_jpg.rf.IuHA624l4HjevJK3NWdk.npy b/HandBones/labels/train_4519_png_jpg.rf.IuHA624l4HjevJK3NWdk.npy new file mode 100644 index 0000000000000000000000000000000000000000..796983e2605fa632e6b6fe0bb8cf664c86e38960 --- /dev/null +++ b/HandBones/labels/train_4519_png_jpg.rf.IuHA624l4HjevJK3NWdk.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ab67f775cc7efbbf8c2e8c2c689c2f88282a6f76a50c91d0fd9d18ea9cb44ea +size 524416 diff --git a/HandBones/labels/train_4520_png_jpg.rf.5qX3VtAKntGbWe6DUSah.npy b/HandBones/labels/train_4520_png_jpg.rf.5qX3VtAKntGbWe6DUSah.npy new file mode 100644 index 0000000000000000000000000000000000000000..199394658f0ea3dc0fbe02709bf2e73194f8da99 --- /dev/null +++ b/HandBones/labels/train_4520_png_jpg.rf.5qX3VtAKntGbWe6DUSah.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d95f49b2820c58dfc4580d02a3c039e78b8ccbd067c11cd9e971e0820fdccd91 +size 524416 diff --git a/HandBones/labels/train_4520_png_jpg.rf.O9gE6nW617n6CU24yZQe.npy b/HandBones/labels/train_4520_png_jpg.rf.O9gE6nW617n6CU24yZQe.npy new file mode 100644 index 0000000000000000000000000000000000000000..41ddd7541f3540edfe7a740228c97bda2c3d1cf7 --- /dev/null +++ b/HandBones/labels/train_4520_png_jpg.rf.O9gE6nW617n6CU24yZQe.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01ce1e6d5b1e014e583924e7e6ac07308ac479c00005ed2cb78e051056ddda96 +size 524416 diff --git a/HandBones/labels/train_4520_png_jpg.rf.jH65ahmlk4r7QK7dhfxP.npy b/HandBones/labels/train_4520_png_jpg.rf.jH65ahmlk4r7QK7dhfxP.npy new file mode 100644 index 0000000000000000000000000000000000000000..dae4d6b654ce8d1b2ecae3ecf4b37f3cf5db96a7 --- /dev/null +++ b/HandBones/labels/train_4520_png_jpg.rf.jH65ahmlk4r7QK7dhfxP.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:730bef94b91b05152c36888f5fd584e90e91c7c78ad12df09d8e81394b55d624 +size 524416 diff --git a/HandBones/labels/train_4521_png_jpg.rf.Emgogbg0q57ApInl6JVR.npy b/HandBones/labels/train_4521_png_jpg.rf.Emgogbg0q57ApInl6JVR.npy new file mode 100644 index 0000000000000000000000000000000000000000..3d567498d588fb1de10ad6600cf0098e99387e54 --- /dev/null +++ b/HandBones/labels/train_4521_png_jpg.rf.Emgogbg0q57ApInl6JVR.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a983c3aec76ce6d436cdb06051bc0e1ba2bb2e0d6327782a518f3e074d4fedd2 +size 524416 diff --git a/HandBones/labels/train_4521_png_jpg.rf.hoRVU2Hu2NLoQTCG4lsP.npy b/HandBones/labels/train_4521_png_jpg.rf.hoRVU2Hu2NLoQTCG4lsP.npy new file mode 100644 index 0000000000000000000000000000000000000000..ffb1a19a32166ea1b6cc96e28018189c58c828a6 --- /dev/null +++ b/HandBones/labels/train_4521_png_jpg.rf.hoRVU2Hu2NLoQTCG4lsP.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f889e1c431c6e4fc93385e0f9cebe1c416ff6d5d70020d2acc58d75ce079a57c +size 524416 diff --git a/HandBones/labels/train_4521_png_jpg.rf.yPCtGQzPs39PbxnioEFV.npy b/HandBones/labels/train_4521_png_jpg.rf.yPCtGQzPs39PbxnioEFV.npy new file mode 100644 index 0000000000000000000000000000000000000000..2035f0c371fdaef86835775030583b8f6e962272 --- /dev/null +++ b/HandBones/labels/train_4521_png_jpg.rf.yPCtGQzPs39PbxnioEFV.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c51eb9d84393309180f606d598e64328f31acbf744e5ca85fa66502ca3a1d22b +size 524416 diff --git a/HandBones/labels/train_4523_png_jpg.rf.J7aamcFTeF5ftpQgkHx3.npy b/HandBones/labels/train_4523_png_jpg.rf.J7aamcFTeF5ftpQgkHx3.npy new file mode 100644 index 0000000000000000000000000000000000000000..a6b2e132acd1b7dd930bfa756ad7d4d330ffd030 --- /dev/null +++ b/HandBones/labels/train_4523_png_jpg.rf.J7aamcFTeF5ftpQgkHx3.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77880e0c7a368f4e986ba0541d38af3c7d0a138818c1e251f2041abdbb3519fb +size 524416 diff --git a/HandBones/labels/train_4523_png_jpg.rf.jiaFMR1mMKKNxnwam6VE.npy b/HandBones/labels/train_4523_png_jpg.rf.jiaFMR1mMKKNxnwam6VE.npy new file mode 100644 index 0000000000000000000000000000000000000000..2306872b1e20d143cfe45c34bc40e44702fcb3d0 --- /dev/null +++ b/HandBones/labels/train_4523_png_jpg.rf.jiaFMR1mMKKNxnwam6VE.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1133d8e2e86a5c3ba63f98ff7f654b6b3c4da3d75067c901808a1b2f61e60841 +size 524416 diff --git a/HandBones/labels/train_4523_png_jpg.rf.zrU4F1noXCoUuZgbd47n.npy b/HandBones/labels/train_4523_png_jpg.rf.zrU4F1noXCoUuZgbd47n.npy new file mode 100644 index 0000000000000000000000000000000000000000..58e0c3c172455193b059efb6874743a44ba07b26 --- /dev/null +++ b/HandBones/labels/train_4523_png_jpg.rf.zrU4F1noXCoUuZgbd47n.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7192cc9c8ee22cd928b8714301fb6b83d05cfed191b79986b27474764ab8fd7 +size 524416 diff --git a/HandBones/labels/val_4362_png_jpg.rf.6381JiToW98xjPjOm1R6.npy b/HandBones/labels/val_4362_png_jpg.rf.6381JiToW98xjPjOm1R6.npy new file mode 100644 index 0000000000000000000000000000000000000000..e179004d7601b2a1b27b418391b9fc69a163b3c6 --- /dev/null +++ b/HandBones/labels/val_4362_png_jpg.rf.6381JiToW98xjPjOm1R6.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5d6275ef5b8adbc3a7af1e82436e6691ce92b9b0e03a6678d5e6bef88bb860b +size 524416 diff --git a/HandBones/labels/val_4362_png_jpg.rf.JPaQRFNhPJFCRfthHg7V.npy b/HandBones/labels/val_4362_png_jpg.rf.JPaQRFNhPJFCRfthHg7V.npy new file mode 100644 index 0000000000000000000000000000000000000000..502ed727f9560d59327590633530c7736498b3d7 --- /dev/null +++ b/HandBones/labels/val_4362_png_jpg.rf.JPaQRFNhPJFCRfthHg7V.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3a098f1a4f2f0f9378d65b6d78f4f476c484f9de5bb4e64703a75a9d8522b5b +size 524416 diff --git a/HandBones/labels/val_4362_png_jpg.rf.oGZPSBGXkUcj3ti3BzdD.npy b/HandBones/labels/val_4362_png_jpg.rf.oGZPSBGXkUcj3ti3BzdD.npy new file mode 100644 index 0000000000000000000000000000000000000000..afb012da3e7800fda7d0d0b2dd0911cc47406b4a --- /dev/null +++ b/HandBones/labels/val_4362_png_jpg.rf.oGZPSBGXkUcj3ti3BzdD.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a1e114adcb84ecea630172b60c6301d7b46c610952b526ca677cffc091f9a41 +size 524416 diff --git a/HandBones/labels/val_4371_png_jpg.rf.VcbVXkqD88Z0mfkKIGKE.npy b/HandBones/labels/val_4371_png_jpg.rf.VcbVXkqD88Z0mfkKIGKE.npy new file mode 100644 index 0000000000000000000000000000000000000000..5a51c4d20010e0235d9b6493bdd9633caaf55c1d --- /dev/null +++ b/HandBones/labels/val_4371_png_jpg.rf.VcbVXkqD88Z0mfkKIGKE.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13cfd5d36e6dc5206a5f861deae8850549cb433f5f75fe2fd47ac559307e5e54 +size 524416 diff --git a/HandBones/labels/val_4371_png_jpg.rf.duSZ2CTngoX2qEqv1XyH.npy b/HandBones/labels/val_4371_png_jpg.rf.duSZ2CTngoX2qEqv1XyH.npy new file mode 100644 index 0000000000000000000000000000000000000000..3ebf88cb9584ad05cb83613552af522c671a3db1 --- /dev/null +++ b/HandBones/labels/val_4371_png_jpg.rf.duSZ2CTngoX2qEqv1XyH.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:206b103176cae304e9e93b8e6764ee316d945a71016da72d7d5e377e5f97c933 +size 524416 diff --git a/HandBones/labels/val_4371_png_jpg.rf.vorR26FhTybn1qwm4L1Q.npy b/HandBones/labels/val_4371_png_jpg.rf.vorR26FhTybn1qwm4L1Q.npy new file mode 100644 index 0000000000000000000000000000000000000000..8035de71bb76d33f00909be69ccf9220df1dda45 --- /dev/null +++ b/HandBones/labels/val_4371_png_jpg.rf.vorR26FhTybn1qwm4L1Q.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:911a125116f9cbbdf8fd04da9427eccaca3a8257e1bfb8b289df53cdb7d2793e +size 524416 diff --git a/HandBones/labels/val_4384_png_jpg.rf.95ATdS5QOXXmTevPhjxJ.npy b/HandBones/labels/val_4384_png_jpg.rf.95ATdS5QOXXmTevPhjxJ.npy new file mode 100644 index 0000000000000000000000000000000000000000..4d48a3be9150bf5011cf4d7c8431edd1c7e528a6 --- /dev/null +++ b/HandBones/labels/val_4384_png_jpg.rf.95ATdS5QOXXmTevPhjxJ.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb43daac89e1625032218e21b9a50ada47d5d18ad3b6700e4bec780a2258e748 +size 524416 diff --git a/HandBones/labels/val_4384_png_jpg.rf.HlDwDtpISr32Dt62tidK.npy b/HandBones/labels/val_4384_png_jpg.rf.HlDwDtpISr32Dt62tidK.npy new file mode 100644 index 0000000000000000000000000000000000000000..9cd1e3096c658fd7822ba29a80e52df7a466238a --- /dev/null +++ b/HandBones/labels/val_4384_png_jpg.rf.HlDwDtpISr32Dt62tidK.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:205df4c4df9ab11daf3ca697a77edcf0942aa1bbd620f7b4fef2fd4298537257 +size 524416 diff --git a/HandBones/labels/val_4384_png_jpg.rf.oLSTQvgJZZbBW7cpsC3T.npy b/HandBones/labels/val_4384_png_jpg.rf.oLSTQvgJZZbBW7cpsC3T.npy new file mode 100644 index 0000000000000000000000000000000000000000..66121647d6eb60954814ee362da71946cbad220b --- /dev/null +++ b/HandBones/labels/val_4384_png_jpg.rf.oLSTQvgJZZbBW7cpsC3T.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:174f66fabaaedbd956794bd893bda440c491def350b6975db7794c2e3590e743 +size 524416 diff --git a/HandBones/labels/val_4515_png_jpg.rf.35Du6q6gpGsMHrcVnwQP.npy b/HandBones/labels/val_4515_png_jpg.rf.35Du6q6gpGsMHrcVnwQP.npy new file mode 100644 index 0000000000000000000000000000000000000000..8cbd1d4225b78983cfc1b5130ebdb71c398c9be5 --- /dev/null +++ b/HandBones/labels/val_4515_png_jpg.rf.35Du6q6gpGsMHrcVnwQP.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ada965b116eea19861fd15489540ea6a65446c78a014874f737ded7f84783e60 +size 524416 diff --git a/HandBones/labels/val_4515_png_jpg.rf.SVTxKnYo61W3diqGhbqS.npy b/HandBones/labels/val_4515_png_jpg.rf.SVTxKnYo61W3diqGhbqS.npy new file mode 100644 index 0000000000000000000000000000000000000000..aa6ba2cd372b119d4a783db5f5711724a06adca1 --- /dev/null +++ b/HandBones/labels/val_4515_png_jpg.rf.SVTxKnYo61W3diqGhbqS.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fd6d6355dfcb79113ee1ad5521bec4e8465ed5d35b9356c9771ffa3a872c959 +size 524416 diff --git a/HandBones/labels/val_4515_png_jpg.rf.utzzjeE2C8vpZXEj8xIO.npy b/HandBones/labels/val_4515_png_jpg.rf.utzzjeE2C8vpZXEj8xIO.npy new file mode 100644 index 0000000000000000000000000000000000000000..bc76cdf36ed8605a6f4cc83696cad67c4c3e6ad2 --- /dev/null +++ b/HandBones/labels/val_4515_png_jpg.rf.utzzjeE2C8vpZXEj8xIO.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80274bd0b766bf95e125cb9fada26314769aac376247857e97fac5bd0ab126b5 +size 524416 diff --git a/HandBones/labels/val_4522_png_jpg.rf.DfaAEpsEG4nEymEtRvlG.npy b/HandBones/labels/val_4522_png_jpg.rf.DfaAEpsEG4nEymEtRvlG.npy new file mode 100644 index 0000000000000000000000000000000000000000..5ebc190d81cbfe46724445273b26fd5d40a1d195 --- /dev/null +++ b/HandBones/labels/val_4522_png_jpg.rf.DfaAEpsEG4nEymEtRvlG.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3565378d03f0755b80c40415d644a15bafca6c2ae6f2686f570ed979138d5bf9 +size 524416 diff --git a/HandBones/labels/val_4522_png_jpg.rf.PgfDGxorTG9GhJmWXviQ.npy b/HandBones/labels/val_4522_png_jpg.rf.PgfDGxorTG9GhJmWXviQ.npy new file mode 100644 index 0000000000000000000000000000000000000000..961faa603a8ec9c44d3323439c958e0914556c9b --- /dev/null +++ b/HandBones/labels/val_4522_png_jpg.rf.PgfDGxorTG9GhJmWXviQ.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cfab527db018804febb4719ee58b65e63d324bfae2ef268a8fc44d3ce7d13e2 +size 524416 diff --git a/HandBones/labels/val_4522_png_jpg.rf.Qa3T6yobSppJoJopvr1V.npy b/HandBones/labels/val_4522_png_jpg.rf.Qa3T6yobSppJoJopvr1V.npy new file mode 100644 index 0000000000000000000000000000000000000000..0297bf5a825a288eb2c4c1d0917e23eb3cf53dd5 --- /dev/null +++ b/HandBones/labels/val_4522_png_jpg.rf.Qa3T6yobSppJoJopvr1V.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6bd5bd6ec5fd0aba3805c3d383752b51324876eaba6053e8b3e8d3b5187cd18 +size 524416 diff --git a/HipRay/LICENSE b/HipRay/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..3391aae31f27ade0541d7f6f1a94da55602aed25 --- /dev/null +++ b/HipRay/LICENSE @@ -0,0 +1,5 @@ +CC BY 4.0 +https://creativecommons.org/licenses/by/4.0/ + +Derived from: https://data.mendeley.com/datasets/zm6bxzhmfz/1 +Attribution: Gut, D. X-ray images of the hip joints. Mendeley Data, V1 (2021). doi:10.17632/zm6bxzhmfz.1 diff --git a/HipRay/README.md b/HipRay/README.md new file mode 100644 index 0000000000000000000000000000000000000000..e4d53d661e315768bb99e4a1598d0be500522fd3 --- /dev/null +++ b/HipRay/README.md @@ -0,0 +1,32 @@ +# HipRay (hip joint radiographs) + +Part of the FleXray data release. Repackaged from the original distribution at +https://data.mendeley.com/datasets/zm6bxzhmfz/1 under CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/). + +**Citation:** Gut, D. X-ray images of the hip joints. Mendeley Data, V1 (2021). doi:10.17632/zm6bxzhmfz.1 + +## Contents + +- 139 samples (test: 21, train: 97, val: 21); one image and one label per sample. +- `images/*.png`: 16-bit grayscale PNG, intensities in [0, 65535] map linearly to [0, 1]. +- `labels/`: dense index map (PNG). Label ids/channels: +- `0`: background +- `1`: femurs +- `2`: hips +- `dataset.yml`: `fxr-dataset` manifest (schema version 1). Splits are the + ones used in the FleXray paper; `metadata.original_shape` is the source image shape. + +## Preprocessing + +Every image was min-max normalized to [0, 1] per image, padded to a square with zeros +(centered) and resized to 256 x 256 (area interpolation for images, nearest for labels). Labels were remapped from the +source annotation to the dataset-native names listed above; the FleXray package maps +those names into its label protocol at training time. + +## Usage + +```bash +pip install flexray +fxr-dataset validate dataset.yml +fxr-dataset pack dataset.yml /data/flexray/HipRay +``` diff --git a/HipRay/dataset.yml b/HipRay/dataset.yml new file mode 100644 index 0000000000000000000000000000000000000000..7af43f95724c7a465b29414dc119b57900d5047b --- /dev/null +++ b/HipRay/dataset.yml @@ -0,0 +1,1259 @@ +schema_version: 1 +dataset_name: HipRay +dataset_type: xray-seg +stored_labels: + 0: background + 1: femurs + 2: hips +samples: +- sample_id: image_002 + subject_id: image_002 + split: train + image: images/image_002.png + label: labels/image_002.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_003 + subject_id: image_003 + split: train + image: images/image_003.png + label: labels/image_003.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_004 + subject_id: image_004 + split: train + image: images/image_004.png + label: labels/image_004.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_005 + subject_id: image_005 + split: train + image: images/image_005.png + label: labels/image_005.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_006 + subject_id: image_006 + split: test + image: images/image_006.png + label: labels/image_006.png + metadata: + original_shape: + - 512 + - 324 +- sample_id: image_007 + subject_id: image_007 + split: train + image: images/image_007.png + label: labels/image_007.png + metadata: + original_shape: + - 512 + - 328 +- sample_id: image_008 + subject_id: image_008 + split: test + image: images/image_008.png + label: labels/image_008.png + metadata: + original_shape: + - 512 + - 324 +- sample_id: image_009 + subject_id: image_009 + split: train + image: images/image_009.png + label: labels/image_009.png + metadata: + original_shape: + - 512 + - 374 +- sample_id: image_010 + subject_id: image_010 + split: train + image: images/image_010.png + label: labels/image_010.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_011 + subject_id: image_011 + split: val + image: images/image_011.png + label: labels/image_011.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_012 + subject_id: image_012 + split: train + image: images/image_012.png + label: labels/image_012.png + metadata: + original_shape: + - 512 + - 324 +- sample_id: image_013 + subject_id: image_013 + split: train + image: images/image_013.png + label: labels/image_013.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_014 + subject_id: image_014 + split: train + image: images/image_014.png + label: labels/image_014.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_015 + subject_id: image_015 + split: train + image: images/image_015.png + label: labels/image_015.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_016 + subject_id: image_016 + split: train + image: images/image_016.png + label: labels/image_016.png + metadata: + original_shape: + - 512 + - 324 +- sample_id: image_017 + subject_id: image_017 + split: train + image: images/image_017.png + label: labels/image_017.png + metadata: + original_shape: + - 512 + - 328 +- sample_id: image_018 + subject_id: image_018 + split: test + image: images/image_018.png + label: labels/image_018.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_019 + subject_id: image_019 + split: val + image: images/image_019.png + label: labels/image_019.png + metadata: + original_shape: + - 512 + - 324 +- sample_id: image_020 + subject_id: image_020 + split: val + image: images/image_020.png + label: labels/image_020.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_021 + subject_id: image_021 + split: train + image: images/image_021.png + label: labels/image_021.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_022 + subject_id: image_022 + split: train + image: images/image_022.png + label: labels/image_022.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_023 + subject_id: image_023 + split: val + image: images/image_023.png + label: labels/image_023.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_024 + subject_id: image_024 + split: train + image: images/image_024.png + label: labels/image_024.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_025 + subject_id: image_025 + split: test + image: images/image_025.png + label: labels/image_025.png + metadata: + original_shape: + - 512 + - 307 +- sample_id: image_026 + subject_id: image_026 + split: train + image: images/image_026.png + label: labels/image_026.png + metadata: + original_shape: + - 512 + - 324 +- sample_id: image_027 + subject_id: image_027 + split: train + image: images/image_027.png + label: labels/image_027.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_028 + subject_id: image_028 + split: val + image: images/image_028.png + label: labels/image_028.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_029 + subject_id: image_029 + split: train + image: images/image_029.png + label: labels/image_029.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_030 + subject_id: image_030 + split: val + image: images/image_030.png + label: labels/image_030.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_031 + subject_id: image_031 + split: test + image: images/image_031.png + label: labels/image_031.png + metadata: + original_shape: + - 512 + - 324 +- sample_id: image_032 + subject_id: image_032 + split: train + image: images/image_032.png + label: labels/image_032.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_033 + subject_id: image_033 + split: train + image: images/image_033.png + label: labels/image_033.png + metadata: + original_shape: + - 512 + - 324 +- sample_id: image_034 + subject_id: image_034 + split: test + image: images/image_034.png + label: labels/image_034.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_035 + subject_id: image_035 + split: train + image: images/image_035.png + label: labels/image_035.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_036 + subject_id: image_036 + split: train + image: images/image_036.png + label: labels/image_036.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_037 + subject_id: image_037 + split: train + image: images/image_037.png + label: labels/image_037.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_038 + subject_id: image_038 + split: val + image: images/image_038.png + label: labels/image_038.png + metadata: + original_shape: + - 512 + - 324 +- sample_id: image_039 + subject_id: image_039 + split: train + image: images/image_039.png + label: labels/image_039.png + metadata: + original_shape: + - 512 + - 324 +- sample_id: image_040 + subject_id: image_040 + split: train + image: images/image_040.png + label: labels/image_040.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_041 + subject_id: image_041 + split: train + image: images/image_041.png + label: labels/image_041.png + metadata: + original_shape: + - 512 + - 324 +- sample_id: image_042 + subject_id: image_042 + split: train + image: images/image_042.png + label: labels/image_042.png + metadata: + original_shape: + - 512 + - 324 +- sample_id: image_043 + subject_id: image_043 + split: val + image: images/image_043.png + label: labels/image_043.png + metadata: + original_shape: + - 512 + - 324 +- sample_id: image_044 + subject_id: image_044 + split: val + image: images/image_044.png + label: labels/image_044.png + metadata: + original_shape: + - 512 + - 374 +- sample_id: image_045 + subject_id: image_045 + split: test + image: images/image_045.png + label: labels/image_045.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_046 + subject_id: image_046 + split: train + image: images/image_046.png + label: labels/image_046.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_047 + subject_id: image_047 + split: test + image: images/image_047.png + label: labels/image_047.png + metadata: + original_shape: + - 512 + - 328 +- sample_id: image_048 + subject_id: image_048 + split: train + image: images/image_048.png + label: labels/image_048.png + metadata: + original_shape: + - 512 + - 324 +- sample_id: image_049 + subject_id: image_049 + split: train + image: images/image_049.png + label: labels/image_049.png + metadata: + original_shape: + - 512 + - 324 +- sample_id: image_050 + subject_id: image_050 + split: train + image: images/image_050.png + label: labels/image_050.png + metadata: + original_shape: + - 512 + - 324 +- sample_id: image_051 + subject_id: image_051 + split: test + image: images/image_051.png + label: labels/image_051.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_052 + subject_id: image_052 + split: train + image: images/image_052.png + label: labels/image_052.png + metadata: + original_shape: + - 512 + - 324 +- sample_id: image_053 + subject_id: image_053 + split: train + image: images/image_053.png + label: labels/image_053.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_054 + subject_id: image_054 + split: train + image: images/image_054.png + label: labels/image_054.png + metadata: + original_shape: + - 512 + - 328 +- sample_id: image_055 + subject_id: image_055 + split: train + image: images/image_055.png + label: labels/image_055.png + metadata: + original_shape: + - 512 + - 324 +- sample_id: image_056 + subject_id: image_056 + split: train + image: images/image_056.png + label: labels/image_056.png + metadata: + original_shape: + - 512 + - 324 +- sample_id: image_057 + subject_id: image_057 + split: train + image: images/image_057.png + label: labels/image_057.png + metadata: + original_shape: + - 512 + - 328 +- sample_id: image_058 + subject_id: image_058 + split: test + image: images/image_058.png + label: labels/image_058.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_059 + subject_id: image_059 + split: train + image: images/image_059.png + label: labels/image_059.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_060 + subject_id: image_060 + split: train + image: images/image_060.png + label: labels/image_060.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_061 + subject_id: image_061 + split: train + image: images/image_061.png + label: labels/image_061.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_062 + subject_id: image_062 + split: train + image: images/image_062.png + label: labels/image_062.png + metadata: + original_shape: + - 512 + - 324 +- sample_id: image_063 + subject_id: image_063 + split: train + image: images/image_063.png + label: labels/image_063.png + metadata: + original_shape: + - 512 + - 328 +- sample_id: image_064 + subject_id: image_064 + split: val + image: images/image_064.png + label: labels/image_064.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_065 + subject_id: image_065 + split: train + image: images/image_065.png + label: labels/image_065.png + metadata: + original_shape: + - 512 + - 326 +- sample_id: image_066 + subject_id: image_066 + split: test + image: images/image_066.png + label: labels/image_066.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_067 + subject_id: image_067 + split: train + image: images/image_067.png + label: labels/image_067.png + metadata: + original_shape: + - 512 + - 324 +- sample_id: image_068 + subject_id: image_068 + split: train + image: images/image_068.png + label: labels/image_068.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_069 + subject_id: image_069 + split: train + image: images/image_069.png + label: labels/image_069.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_070 + subject_id: image_070 + split: train + image: images/image_070.png + label: labels/image_070.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_071 + subject_id: image_071 + split: train + image: images/image_071.png + label: labels/image_071.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_072 + subject_id: image_072 + split: train + image: images/image_072.png + label: labels/image_072.png + metadata: + original_shape: + - 512 + - 324 +- sample_id: image_073 + subject_id: image_073 + split: val + image: images/image_073.png + label: labels/image_073.png + metadata: + original_shape: + - 512 + - 324 +- sample_id: image_074 + subject_id: image_074 + split: val + image: images/image_074.png + label: labels/image_074.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_075 + subject_id: image_075 + split: val + image: images/image_075.png + label: labels/image_075.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_076 + subject_id: image_076 + split: train + image: images/image_076.png + label: labels/image_076.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_077 + subject_id: image_077 + split: val + image: images/image_077.png + label: labels/image_077.png + metadata: + original_shape: + - 512 + - 328 +- sample_id: image_078 + subject_id: image_078 + split: train + image: images/image_078.png + label: labels/image_078.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_079 + subject_id: image_079 + split: test + image: images/image_079.png + label: labels/image_079.png + metadata: + original_shape: + - 512 + - 324 +- sample_id: image_080 + subject_id: image_080 + split: train + image: images/image_080.png + label: labels/image_080.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_081 + subject_id: image_081 + split: train + image: images/image_081.png + label: labels/image_081.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_082 + subject_id: image_082 + split: train + image: images/image_082.png + label: labels/image_082.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_083 + subject_id: image_083 + split: test + image: images/image_083.png + label: labels/image_083.png + metadata: + original_shape: + - 512 + - 324 +- sample_id: image_084 + subject_id: image_084 + split: val + image: images/image_084.png + label: labels/image_084.png + metadata: + original_shape: + - 512 + - 322 +- sample_id: image_085 + subject_id: image_085 + split: train + image: images/image_085.png + label: labels/image_085.png + metadata: + original_shape: + - 512 + - 324 +- sample_id: image_086 + subject_id: image_086 + split: train + image: images/image_086.png + label: labels/image_086.png + metadata: + original_shape: + - 512 + - 368 +- sample_id: image_087 + subject_id: image_087 + split: test + image: images/image_087.png + label: labels/image_087.png + metadata: + original_shape: + - 512 + - 328 +- sample_id: image_088 + subject_id: image_088 + split: val + image: images/image_088.png + label: labels/image_088.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_089 + subject_id: image_089 + split: train + image: images/image_089.png + label: labels/image_089.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_090 + subject_id: image_090 + split: test + image: images/image_090.png + label: labels/image_090.png + metadata: + original_shape: + - 512 + - 324 +- sample_id: image_091 + subject_id: image_091 + split: val + image: images/image_091.png + label: labels/image_091.png + metadata: + original_shape: + - 512 + - 374 +- sample_id: image_092 + subject_id: image_092 + split: train + image: images/image_092.png + label: labels/image_092.png + metadata: + original_shape: + - 512 + - 328 +- sample_id: image_093 + subject_id: image_093 + split: train + image: images/image_093.png + label: labels/image_093.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_094 + subject_id: image_094 + split: train + image: images/image_094.png + label: labels/image_094.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_095 + subject_id: image_095 + split: train + image: images/image_095.png + label: labels/image_095.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_096 + subject_id: image_096 + split: train + image: images/image_096.png + label: labels/image_096.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_097 + subject_id: image_097 + split: train + image: images/image_097.png + label: labels/image_097.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_098 + subject_id: image_098 + split: train + image: images/image_098.png + label: labels/image_098.png + metadata: + original_shape: + - 512 + - 324 +- sample_id: image_099 + subject_id: image_099 + split: train + image: images/image_099.png + label: labels/image_099.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_100 + subject_id: image_100 + split: train + image: images/image_100.png + label: labels/image_100.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_101 + subject_id: image_101 + split: val + image: images/image_101.png + label: labels/image_101.png + metadata: + original_shape: + - 512 + - 324 +- sample_id: image_102 + subject_id: image_102 + split: train + image: images/image_102.png + label: labels/image_102.png + metadata: + original_shape: + - 512 + - 324 +- sample_id: image_103 + subject_id: image_103 + split: train + image: images/image_103.png + label: labels/image_103.png + metadata: + original_shape: + - 512 + - 324 +- sample_id: image_104 + subject_id: image_104 + split: train + image: images/image_104.png + label: labels/image_104.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_105 + subject_id: image_105 + split: train + image: images/image_105.png + label: labels/image_105.png + metadata: + original_shape: + - 512 + - 328 +- sample_id: image_106 + subject_id: image_106 + split: test + image: images/image_106.png + label: labels/image_106.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_107 + subject_id: image_107 + split: val + image: images/image_107.png + label: labels/image_107.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_108 + subject_id: image_108 + split: train + image: images/image_108.png + label: labels/image_108.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_109 + subject_id: image_109 + split: train + image: images/image_109.png + label: labels/image_109.png + metadata: + original_shape: + - 512 + - 324 +- sample_id: image_110 + subject_id: image_110 + split: train + image: images/image_110.png + label: labels/image_110.png + metadata: + original_shape: + - 512 + - 324 +- sample_id: image_111 + subject_id: image_111 + split: train + image: images/image_111.png + label: labels/image_111.png + metadata: + original_shape: + - 512 + - 324 +- sample_id: image_112 + subject_id: image_112 + split: train + image: images/image_112.png + label: labels/image_112.png + metadata: + original_shape: + - 512 + - 324 +- sample_id: image_113 + subject_id: image_113 + split: train + image: images/image_113.png + label: labels/image_113.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_114 + subject_id: image_114 + split: train + image: images/image_114.png + label: labels/image_114.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_115 + subject_id: image_115 + split: train + image: images/image_115.png + label: labels/image_115.png + metadata: + original_shape: + - 512 + - 324 +- sample_id: image_116 + subject_id: image_116 + split: train + image: images/image_116.png + label: labels/image_116.png + metadata: + original_shape: + - 512 + - 324 +- sample_id: image_117 + subject_id: image_117 + split: train + image: images/image_117.png + label: labels/image_117.png + metadata: + original_shape: + - 512 + - 324 +- sample_id: image_118 + subject_id: image_118 + split: train + image: images/image_118.png + label: labels/image_118.png + metadata: + original_shape: + - 512 + - 374 +- sample_id: image_119 + subject_id: image_119 + split: train + image: images/image_119.png + label: labels/image_119.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_120 + subject_id: image_120 + split: train + image: images/image_120.png + label: labels/image_120.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_121 + subject_id: image_121 + split: test + image: images/image_121.png + label: labels/image_121.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_122 + subject_id: image_122 + split: train + image: images/image_122.png + label: labels/image_122.png + metadata: + original_shape: + - 512 + - 324 +- sample_id: image_123 + subject_id: image_123 + split: val + image: images/image_123.png + label: labels/image_123.png + metadata: + original_shape: + - 512 + - 324 +- sample_id: image_124 + subject_id: image_124 + split: train + image: images/image_124.png + label: labels/image_124.png + metadata: + original_shape: + - 512 + - 324 +- sample_id: image_125 + subject_id: image_125 + split: test + image: images/image_125.png + label: labels/image_125.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_126 + subject_id: image_126 + split: train + image: images/image_126.png + label: labels/image_126.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_127 + subject_id: image_127 + split: train + image: images/image_127.png + label: labels/image_127.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_128 + subject_id: image_128 + split: train + image: images/image_128.png + label: labels/image_128.png + metadata: + original_shape: + - 512 + - 324 +- sample_id: image_129 + subject_id: image_129 + split: test + image: images/image_129.png + label: labels/image_129.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_130 + subject_id: image_130 + split: val + image: images/image_130.png + label: labels/image_130.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_131 + subject_id: image_131 + split: test + image: images/image_131.png + label: labels/image_131.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_132 + subject_id: image_132 + split: train + image: images/image_132.png + label: labels/image_132.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_133 + subject_id: image_133 + split: train + image: images/image_133.png + label: labels/image_133.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_134 + subject_id: image_134 + split: train + image: images/image_134.png + label: labels/image_134.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_135 + subject_id: image_135 + split: train + image: images/image_135.png + label: labels/image_135.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_136 + subject_id: image_136 + split: train + image: images/image_136.png + label: labels/image_136.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_137 + subject_id: image_137 + split: train + image: images/image_137.png + label: labels/image_137.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_138 + subject_id: image_138 + split: train + image: images/image_138.png + label: labels/image_138.png + metadata: + original_shape: + - 512 + - 327 +- sample_id: image_139 + subject_id: image_139 + split: test + image: images/image_139.png + label: labels/image_139.png + metadata: + original_shape: + - 512 + - 324 +- sample_id: image_140 + subject_id: image_140 + split: train + image: images/image_140.png + label: labels/image_140.png + metadata: + original_shape: + - 512 + - 327 diff --git a/HipRay/images/image_002.png b/HipRay/images/image_002.png new file mode 100644 index 0000000000000000000000000000000000000000..03d2bef9ffa2cb6dc34f6166382e388bafb72bf4 --- /dev/null +++ b/HipRay/images/image_002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84b25c5466e8aefaf715bc729937951d4ce7823ad1e7a2400510070d7992ab11 +size 48532 diff --git a/HipRay/images/image_003.png b/HipRay/images/image_003.png new file mode 100644 index 0000000000000000000000000000000000000000..481e319430a1fa7760f07e2daf7fe9f9c8f418cf --- /dev/null +++ b/HipRay/images/image_003.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4adf097e5fc92ec16b532a8f19425418a29249fa430a22f0a5c26030960ed5f6 +size 47393 diff --git a/HipRay/images/image_004.png b/HipRay/images/image_004.png new file mode 100644 index 0000000000000000000000000000000000000000..e8462d6d73a4c4b3933cbeda962182b32f0a9e14 --- /dev/null +++ b/HipRay/images/image_004.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06be116a8962bda71b0c624cf2096ba8833bec353b55a094d985988338484f29 +size 52572 diff --git a/HipRay/images/image_005.png b/HipRay/images/image_005.png new file mode 100644 index 0000000000000000000000000000000000000000..7a526a7de3935d8a3d9a4228fd3545b7aaa6c77e --- /dev/null +++ b/HipRay/images/image_005.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f468f8a24352fe050f5c28264e1f5a6de38b7d496283762ec394cdd10082a449 +size 46152 diff --git a/HipRay/images/image_006.png b/HipRay/images/image_006.png new file mode 100644 index 0000000000000000000000000000000000000000..bac89063f7e99130e2d403374df3c59a982caac5 --- /dev/null +++ b/HipRay/images/image_006.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0594c19a719f3bd1c31dfc31a233aefa7427345fa1c28b7068d590c4915e236 +size 46512 diff --git a/HipRay/images/image_007.png b/HipRay/images/image_007.png new file mode 100644 index 0000000000000000000000000000000000000000..e085ec2d3e308717dc659cb1d7ed056ea63ad5ae --- /dev/null +++ b/HipRay/images/image_007.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:734e1adc37009c7456c761943cab95951a0ee4e6793cdf35f6ec8276d9142aaf +size 53816 diff --git a/HipRay/images/image_008.png b/HipRay/images/image_008.png new file mode 100644 index 0000000000000000000000000000000000000000..c5e18ec1f9f480c3e437d2a539ea8b5d1e4dfad1 --- /dev/null +++ b/HipRay/images/image_008.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f00a023ad8cbdaa8a6f08fbe323b259b3bb4961d6a4d4349a096492e59c9f71 +size 49799 diff --git a/HipRay/images/image_009.png b/HipRay/images/image_009.png new file mode 100644 index 0000000000000000000000000000000000000000..b179e40e8dc17dd58f482eecd62888dc1992785b --- /dev/null +++ b/HipRay/images/image_009.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25cfcfaec30cc44d1127a1b424dc97406148cb64ecb64dae1be3c1997d81328e +size 52442 diff --git a/HipRay/images/image_010.png b/HipRay/images/image_010.png new file mode 100644 index 0000000000000000000000000000000000000000..cb7fb84ac9c98447d57b648deb0a5dd3beaf22e4 --- /dev/null +++ b/HipRay/images/image_010.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13bf0a43c6c3b085cf01a8bf8aeee30957e4cb364fa02eb233492a7b3ed0f23d +size 45010 diff --git a/HipRay/images/image_011.png b/HipRay/images/image_011.png new file mode 100644 index 0000000000000000000000000000000000000000..eb9ac721c374c7e573a28f0be02b522bc0f47e91 --- /dev/null +++ b/HipRay/images/image_011.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d4ef0bf5f231807cd3e4d6b45c36aeb580718fe0b6e99eb83831f81a3510cc6 +size 50575 diff --git a/HipRay/images/image_012.png b/HipRay/images/image_012.png new file mode 100644 index 0000000000000000000000000000000000000000..cf529a570bce3093d43430ef696a40ebeef0edef --- /dev/null +++ b/HipRay/images/image_012.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3de92dc65cda7b537bb7f256ce443207e3873338a7da7f8a463dd1573a39a14 +size 48164 diff --git a/HipRay/images/image_013.png b/HipRay/images/image_013.png new file mode 100644 index 0000000000000000000000000000000000000000..f80d6aaab0d9df3e4ab7f82b786445db6a3dd61d --- /dev/null +++ b/HipRay/images/image_013.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7244408c7759621ee4580da8d6c36eb74f9220a0df52ea93ca688d456bcfacb1 +size 47971 diff --git a/HipRay/images/image_014.png b/HipRay/images/image_014.png new file mode 100644 index 0000000000000000000000000000000000000000..f98fd06d76775859a873ed33d252928cb58c635f --- /dev/null +++ b/HipRay/images/image_014.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a620dcb63951c05b72ffca6f4101320d4dfd8d1b16149c93abe18286485f27c +size 45698 diff --git a/HipRay/images/image_015.png b/HipRay/images/image_015.png new file mode 100644 index 0000000000000000000000000000000000000000..cb72bd17a62e86436bf2b397db0479e37db2a437 --- /dev/null +++ b/HipRay/images/image_015.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b0a451e620a05c2cab15004f1faaeb117759d387cca83887eccc50898a85497 +size 52397 diff --git a/HipRay/images/image_016.png b/HipRay/images/image_016.png new file mode 100644 index 0000000000000000000000000000000000000000..ad18484a3ac1a029164c50d404be7a8d7008ffd3 --- /dev/null +++ b/HipRay/images/image_016.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e0e926fba6803ba8d08dc3e148fd4b76e2726989a36d219f1625621e92aa796 +size 46362 diff --git a/HipRay/images/image_017.png b/HipRay/images/image_017.png new file mode 100644 index 0000000000000000000000000000000000000000..6294868ccf3199cc349fb1020b7b33c129822731 --- /dev/null +++ b/HipRay/images/image_017.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37f9d3fe2853b2a21217442711f8e91b1d4be2f8d154b02ab69deb8de7c820f4 +size 54219 diff --git a/HipRay/images/image_018.png b/HipRay/images/image_018.png new file mode 100644 index 0000000000000000000000000000000000000000..0c421be163559b0691ccf10ce60f80ce21f870f2 --- /dev/null +++ b/HipRay/images/image_018.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b5bafabbceac7b3b431a532fcc0befda7953d9e77bd4868bb9847f8f07846e8 +size 47489 diff --git a/HipRay/images/image_019.png b/HipRay/images/image_019.png new file mode 100644 index 0000000000000000000000000000000000000000..6dfb67c1878f4276ccfb9bc66af8f25e5d86740d --- /dev/null +++ b/HipRay/images/image_019.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b40314ca18f3bb158f85aafaa5243515b69c8c1ecacada331e0e099e4654a0f +size 47445 diff --git a/HipRay/images/image_020.png b/HipRay/images/image_020.png new file mode 100644 index 0000000000000000000000000000000000000000..0f5ff5de2dd8c6c624e9b11271cbb1ce57fc34cd --- /dev/null +++ b/HipRay/images/image_020.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7884bac4c810b51162fdbc4b05a585cfd69f7a875ce9ff697d9505fc475bedf +size 47372 diff --git a/HipRay/images/image_021.png b/HipRay/images/image_021.png new file mode 100644 index 0000000000000000000000000000000000000000..eb2383b8e73964a2f00b35300be029837fc849ad --- /dev/null +++ b/HipRay/images/image_021.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aefde18b5a0e8e1005cac49a1538182c1fb4cb215fcf96c4e34eddd5d6669172 +size 45671 diff --git a/HipRay/images/image_022.png b/HipRay/images/image_022.png new file mode 100644 index 0000000000000000000000000000000000000000..601fbded2f34d753f91164ab022b320a9d88119c --- /dev/null +++ b/HipRay/images/image_022.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a93c704cd7eb791590dfd385726df06d6bedc064a37d72a9e12b2f0e660065da +size 46746 diff --git a/HipRay/images/image_023.png b/HipRay/images/image_023.png new file mode 100644 index 0000000000000000000000000000000000000000..b9d46e45bfd2a10a680529dc9d6d52092c11f64f --- /dev/null +++ b/HipRay/images/image_023.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07a57160d0dfa1a8259d0f45b9dab3757c4a5efd27841c9f06563258d982af7c +size 48074 diff --git a/HipRay/images/image_024.png b/HipRay/images/image_024.png new file mode 100644 index 0000000000000000000000000000000000000000..845236d2b3bd917162e99f81e1bdb1cdd95c8ba2 --- /dev/null +++ b/HipRay/images/image_024.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ceb2eabc49cb1eede7c3e2a530d9b0d1165cc80ab8a2ba7e3adbe89ac7b9e15 +size 45624 diff --git a/HipRay/images/image_025.png b/HipRay/images/image_025.png new file mode 100644 index 0000000000000000000000000000000000000000..7968e32ae2a560d89979ab30b036ed5af29c8a41 --- /dev/null +++ b/HipRay/images/image_025.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da005e073298917e1b27049c359d9a98b7d792c53c4b2b56d55ef3e8804ffb3b +size 46667 diff --git a/HipRay/images/image_026.png b/HipRay/images/image_026.png new file mode 100644 index 0000000000000000000000000000000000000000..b3996572ec100ea5a4994ebc2e9453c7f7a8489a --- /dev/null +++ b/HipRay/images/image_026.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf926318bc268557b96e39ff871f90fdfba568ca2c65a3e90542c86457add168 +size 45911 diff --git a/HipRay/images/image_027.png b/HipRay/images/image_027.png new file mode 100644 index 0000000000000000000000000000000000000000..9728da1741951853344a5eca42565f4aa9d7f8f8 --- /dev/null +++ b/HipRay/images/image_027.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:078f5b5db293b1ba35aab002835a4cdc1bc9ea574c09aabd60c81809153f2860 +size 43604 diff --git a/HipRay/images/image_028.png b/HipRay/images/image_028.png new file mode 100644 index 0000000000000000000000000000000000000000..e1976dd6024fd8ba52bbdd9c2026b03307f0a9c9 --- /dev/null +++ b/HipRay/images/image_028.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:749764b2ce1c3183e084c7734547709ad4d5992bcc4cdfb9907ec07585516770 +size 45420 diff --git a/HipRay/images/image_029.png b/HipRay/images/image_029.png new file mode 100644 index 0000000000000000000000000000000000000000..99359f75cf48a26e1fd19344620d8e364a2fbdea --- /dev/null +++ b/HipRay/images/image_029.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2b22f68ce4718396d733df6d5c30e8404147ffd675a53f01a5372fa444b95a4 +size 48452 diff --git a/HipRay/images/image_030.png b/HipRay/images/image_030.png new file mode 100644 index 0000000000000000000000000000000000000000..f919406ad76067b9d54f1b152c137b9224dbbd66 --- /dev/null +++ b/HipRay/images/image_030.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e4444c75ec2d3c7590600e952e54113babae2e90f8b48dd20ccec37359cbd78 +size 47790 diff --git a/HipRay/images/image_031.png b/HipRay/images/image_031.png new file mode 100644 index 0000000000000000000000000000000000000000..a11be1a178ccb8971ab2855028179da46dc70db4 --- /dev/null +++ b/HipRay/images/image_031.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99c4b9c7b1e223eb887c788a8c425a8b19461d3cb13baff716acf1492f5dde07 +size 45592 diff --git a/HipRay/images/image_032.png b/HipRay/images/image_032.png new file mode 100644 index 0000000000000000000000000000000000000000..7d3c036dddb6f87b4358e5fc3a4ba9e562d6184b --- /dev/null +++ b/HipRay/images/image_032.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bbdb374aa9fd510e6e59bac0ad6c177989046a8b9cf3dce6f39d075a0f814fb +size 45732 diff --git a/HipRay/images/image_033.png b/HipRay/images/image_033.png new file mode 100644 index 0000000000000000000000000000000000000000..c803228daf06e23b8122658fb23a4d84c0d26b8b --- /dev/null +++ b/HipRay/images/image_033.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cfc357782b13e9748088cb21c2ac27b6bf23599e03089975eb1d3a402f60789 +size 47326 diff --git a/HipRay/images/image_034.png b/HipRay/images/image_034.png new file mode 100644 index 0000000000000000000000000000000000000000..6a5d9cdd73e8c041c213bba3a6a2851e862c06c2 --- /dev/null +++ b/HipRay/images/image_034.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a7d6e7314e603fea60af225dd289d3354e22f5ed46e6cbdd7357390fd836ad9 +size 48692 diff --git a/HipRay/images/image_035.png b/HipRay/images/image_035.png new file mode 100644 index 0000000000000000000000000000000000000000..7aa7d3d33e8324b1961d34005fe7b0230e53dd19 --- /dev/null +++ b/HipRay/images/image_035.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:728e3865430a37031aea8cf5d7364e5c84fde2cb52799e234db280611cb89176 +size 45061 diff --git a/HipRay/images/image_036.png b/HipRay/images/image_036.png new file mode 100644 index 0000000000000000000000000000000000000000..e165e280542bbc5cc668e8122aa1c2b03050affb --- /dev/null +++ b/HipRay/images/image_036.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:195a485946f379ca12ad20e3bab4c1f4642900a0aa55989d39ad7cd19508051f +size 45873 diff --git a/HipRay/images/image_037.png b/HipRay/images/image_037.png new file mode 100644 index 0000000000000000000000000000000000000000..51547b6ec225be3be17311f337a6be12ecf61778 --- /dev/null +++ b/HipRay/images/image_037.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aee83b2530a124c642efc2f57b5ec417be2b7055e94a03f3fef4729f381d7bc +size 48217 diff --git a/HipRay/images/image_038.png b/HipRay/images/image_038.png new file mode 100644 index 0000000000000000000000000000000000000000..23518bf706528ed2fb3df10bb5fbce3b264b7c9f --- /dev/null +++ b/HipRay/images/image_038.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:085b021f742bb7600633e94c3805be63a51c749c806a1f0fa6d2bcd308044bdd +size 45135 diff --git a/HipRay/images/image_039.png b/HipRay/images/image_039.png new file mode 100644 index 0000000000000000000000000000000000000000..9024259a7737b0dc59762d93d4fa23214fcd1180 --- /dev/null +++ b/HipRay/images/image_039.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b2d5c6ade661d640c323d653178f047d2455167016b10fe6d2377c945d92582 +size 47562 diff --git a/HipRay/images/image_040.png b/HipRay/images/image_040.png new file mode 100644 index 0000000000000000000000000000000000000000..7eef11a97ed6696f3f706722747f36fd1f738274 --- /dev/null +++ b/HipRay/images/image_040.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1a395112ed4a31bbb79c9bc7ee0815cb1025ccecb634736752779752b3c0bbf +size 44167 diff --git a/HipRay/images/image_041.png b/HipRay/images/image_041.png new file mode 100644 index 0000000000000000000000000000000000000000..600f15011d6b133b8079b9ef8c8016cd8e2a9ecd --- /dev/null +++ b/HipRay/images/image_041.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d2d63249886d99a2c5ee854b882f12c3ef714c11e15ac02e6db99a131ebb759 +size 44725 diff --git a/HipRay/images/image_042.png b/HipRay/images/image_042.png new file mode 100644 index 0000000000000000000000000000000000000000..0d1efff2e3df034bdf69c2260feb170dcb2438ec --- /dev/null +++ b/HipRay/images/image_042.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19087a4db2d8edb5f5b071ee3a1bf8cbd16d14883466d7120b2b9fa292a9e0de +size 51446 diff --git a/HipRay/images/image_043.png b/HipRay/images/image_043.png new file mode 100644 index 0000000000000000000000000000000000000000..93926ac61ef832eb6f7de2cc9b0dc360c4681d45 --- /dev/null +++ b/HipRay/images/image_043.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b54a72dbcbe46f5da1e9b201be3e54b2ad06d4a960d9a1de6802f37f658ebab0 +size 51401 diff --git a/HipRay/images/image_044.png b/HipRay/images/image_044.png new file mode 100644 index 0000000000000000000000000000000000000000..cf222424e01b76b1cadd95713a8bed89fe7a3c1f --- /dev/null +++ b/HipRay/images/image_044.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13b2c1a65bdf6c59352a61528f02187d798deb558534b12d2ef9e48bb26b4ab5 +size 52285 diff --git a/HipRay/images/image_045.png b/HipRay/images/image_045.png new file mode 100644 index 0000000000000000000000000000000000000000..f907c5ac5ef7bf66083575c05f1a66dd3d4f415d --- /dev/null +++ b/HipRay/images/image_045.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd6c25e94c61c70a6d59b12aa5095b896001203ef0bdd4e969ab500b83a39ae1 +size 45769 diff --git a/HipRay/images/image_046.png b/HipRay/images/image_046.png new file mode 100644 index 0000000000000000000000000000000000000000..0fe7ff18d6ab018b89cc554790a13ff5f03b48a5 --- /dev/null +++ b/HipRay/images/image_046.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23e851a2c9947b86297379f0a1add9816ae617637762ea86fb9fa3837bea5a5f +size 46582 diff --git a/HipRay/images/image_047.png b/HipRay/images/image_047.png new file mode 100644 index 0000000000000000000000000000000000000000..236c81bb04021c3a7e1af71fabe2f328a243ab73 --- /dev/null +++ b/HipRay/images/image_047.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:996be11efe21bd38f6eb562ff719d59eae3940e1b251b5132996f5eefa16e5b5 +size 47196 diff --git a/HipRay/images/image_048.png b/HipRay/images/image_048.png new file mode 100644 index 0000000000000000000000000000000000000000..1b1dcce04b1f31fa8a3f5c25755f7b71efc8f4ce --- /dev/null +++ b/HipRay/images/image_048.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9f277ec72a559af42ac8376fc710b8bda8e4b9101ed902725d8eae1bca98a8e +size 45467 diff --git a/HipRay/images/image_049.png b/HipRay/images/image_049.png new file mode 100644 index 0000000000000000000000000000000000000000..78dbfb43e75f122f49825ada37be3f4355f89566 --- /dev/null +++ b/HipRay/images/image_049.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15f32ad6262a05146754591ae3e7a417158c376855929bf8a9d0d4738e30f300 +size 45254 diff --git a/HipRay/images/image_050.png b/HipRay/images/image_050.png new file mode 100644 index 0000000000000000000000000000000000000000..9294aef9882e99dd2022b7b0c7895e1b11014d40 --- /dev/null +++ b/HipRay/images/image_050.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cf6ddd8ff9bd9b3d1aecf92ed752378b6560c6f314a859160663fb9fbff95ab +size 45200 diff --git a/HipRay/images/image_051.png b/HipRay/images/image_051.png new file mode 100644 index 0000000000000000000000000000000000000000..abac05472c2c9ba7b30fe883728b9474f00aab97 --- /dev/null +++ b/HipRay/images/image_051.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba59dcc691609f4a778feac0e16a90b840e9461533390367c12ec69c01aaf8b9 +size 47539 diff --git a/HipRay/images/image_052.png b/HipRay/images/image_052.png new file mode 100644 index 0000000000000000000000000000000000000000..e9adf6112b28b6b6862bfcc8d4bf35b16b44e21a --- /dev/null +++ b/HipRay/images/image_052.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b56fb75d436b40d70d108d1ccd6594b2bbcd7f95434896f7bc6028c0832f01b8 +size 49746 diff --git a/HipRay/images/image_053.png b/HipRay/images/image_053.png new file mode 100644 index 0000000000000000000000000000000000000000..ac202a23dd133443a6d4ca706af0cb3d4c781bf1 --- /dev/null +++ b/HipRay/images/image_053.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:009a72a126504662312095f1a421d647bd7ddfa6ef72d4ba7110a001504f9344 +size 45993 diff --git a/HipRay/images/image_054.png b/HipRay/images/image_054.png new file mode 100644 index 0000000000000000000000000000000000000000..4f8ff69f3b2fd3275e8f0971112e6b85d0c2a414 --- /dev/null +++ b/HipRay/images/image_054.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da6f0fcc8f88aaf3742b1c0f4eb42de787d2cf7b872363e6a5ebd7c65ccbc8b3 +size 52966 diff --git a/HipRay/images/image_055.png b/HipRay/images/image_055.png new file mode 100644 index 0000000000000000000000000000000000000000..d3908739d677969b15beec106facb0454d3d1a9d --- /dev/null +++ b/HipRay/images/image_055.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3866aaec7ac54c45c8a9b844290a9a8dfbef89f40061875af9ef3a0b70555245 +size 49137 diff --git a/HipRay/images/image_056.png b/HipRay/images/image_056.png new file mode 100644 index 0000000000000000000000000000000000000000..4e85f4644c602a7ab8d084f75346749089317a4e --- /dev/null +++ b/HipRay/images/image_056.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:148aa6be83ff4c034cd3753e172dd0cf721f4f48b345e48a981e9fbdec07cab5 +size 45994 diff --git a/HipRay/images/image_057.png b/HipRay/images/image_057.png new file mode 100644 index 0000000000000000000000000000000000000000..be63f291d5410e6b8c09d4b419f96084b2a00f3f --- /dev/null +++ b/HipRay/images/image_057.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f0c4b4f4b9c8a2fd93fa58cef071629a1b082983f9cebb4243b02020452de8a +size 47860 diff --git a/HipRay/images/image_058.png b/HipRay/images/image_058.png new file mode 100644 index 0000000000000000000000000000000000000000..1d6e4838ea7642e7d200c9fcbcfd084a3d2782b6 --- /dev/null +++ b/HipRay/images/image_058.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a4a82b6e5a3e4fc3929d6d6025da5aec87e58d870e9483cef1d15fc91a7a8f5 +size 46255 diff --git a/HipRay/images/image_059.png b/HipRay/images/image_059.png new file mode 100644 index 0000000000000000000000000000000000000000..28579f33dc3c7fc321ff941b1ac01df7bed83f64 --- /dev/null +++ b/HipRay/images/image_059.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3753e3da22a0b61cfb173decdb8a3198eb9a16cd3479756c497f4374d952acd6 +size 48517 diff --git a/HipRay/images/image_060.png b/HipRay/images/image_060.png new file mode 100644 index 0000000000000000000000000000000000000000..f94a44d4ae595f88561315873fd521a3a15b32c4 --- /dev/null +++ b/HipRay/images/image_060.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c9d8d238b1aa311340bdad7da572df881465e03333559bc5aaa750c93ffedbc +size 45282 diff --git a/HipRay/images/image_061.png b/HipRay/images/image_061.png new file mode 100644 index 0000000000000000000000000000000000000000..f9229718afd51acd8ab6db7cbf5e9a2aef3e15d0 --- /dev/null +++ b/HipRay/images/image_061.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a690e75314d6cf2ccb39cc49e6942a12a40e23d637b8b878fe4ecc326b19a23 +size 46271 diff --git a/HipRay/images/image_062.png b/HipRay/images/image_062.png new file mode 100644 index 0000000000000000000000000000000000000000..c132b506eff3ae057b961fcf81ea86c0871030b8 --- /dev/null +++ b/HipRay/images/image_062.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5e5130ceb75e6d20709e79e4b3b94b9f91c91be92ffea72096e31c47f208d9b +size 47914 diff --git a/HipRay/images/image_063.png b/HipRay/images/image_063.png new file mode 100644 index 0000000000000000000000000000000000000000..c76b2132a667a98fef7e9caf022cce56c660bb26 --- /dev/null +++ b/HipRay/images/image_063.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d113603054a7eaac97e4f65a8e323d4e94065d8a2359b3a70b96e2f8cc141bc +size 53079 diff --git a/HipRay/images/image_064.png b/HipRay/images/image_064.png new file mode 100644 index 0000000000000000000000000000000000000000..7b025e015cfc06c64b9628fb82551343df41ad4b --- /dev/null +++ b/HipRay/images/image_064.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:467ac52d24d30b21b2bb432a278cb81ce0134ee828d5cdadc2cbe83fb40ab8db +size 47352 diff --git a/HipRay/images/image_065.png b/HipRay/images/image_065.png new file mode 100644 index 0000000000000000000000000000000000000000..ed7e81f4c6e4821488f2721a9db827af81ac71b2 --- /dev/null +++ b/HipRay/images/image_065.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4316f8a64e8296095e7ee6a0f07cb09f49f12c59f3d4cfecbb8b13179620bb8f +size 53932 diff --git a/HipRay/images/image_066.png b/HipRay/images/image_066.png new file mode 100644 index 0000000000000000000000000000000000000000..00f7dc716a526a5e23d83ec40cc5aa7da8539c54 --- /dev/null +++ b/HipRay/images/image_066.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d87a88acc9adf47d93a5ec3cec2d361b23289656f0695c7fe823c637186e6e4 +size 45423 diff --git a/HipRay/images/image_067.png b/HipRay/images/image_067.png new file mode 100644 index 0000000000000000000000000000000000000000..262af7a6b76367599027a7773ed083ece9b49e5b --- /dev/null +++ b/HipRay/images/image_067.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99581b3777653f512819edfda208095493f974712b2ec4f6e2f9691b8ec4ea05 +size 45332 diff --git a/HipRay/images/image_068.png b/HipRay/images/image_068.png new file mode 100644 index 0000000000000000000000000000000000000000..afa78433468b7829d301e06bddb3b2f5c11dd1e6 --- /dev/null +++ b/HipRay/images/image_068.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a73339acb02bbf2bb0107550f5b7fcc5b4386c35800146ed399252cf0b4c34b5 +size 44291 diff --git a/HipRay/images/image_069.png b/HipRay/images/image_069.png new file mode 100644 index 0000000000000000000000000000000000000000..110e85a7c98429202ce07e4782201e5455b6be5d --- /dev/null +++ b/HipRay/images/image_069.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:377093203b002a1a7798970d17ade5593b0c3f1aacc2b09524dc7c6f07d60a5f +size 46284 diff --git a/HipRay/images/image_070.png b/HipRay/images/image_070.png new file mode 100644 index 0000000000000000000000000000000000000000..43879e576ab461c8a67a6d9a40f05063e9c3561f --- /dev/null +++ b/HipRay/images/image_070.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0be3aa5b8a767b1a90e965ea91e84d83efbd82f06b0fec8ce7cf574c6970fec +size 46768 diff --git a/HipRay/images/image_071.png b/HipRay/images/image_071.png new file mode 100644 index 0000000000000000000000000000000000000000..a1f133eea9e2864abcaf11b046bc56e5812f5a12 --- /dev/null +++ b/HipRay/images/image_071.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3114e12f236363c871d43ce7d632a9f00b2e5cda93d019722242f53f758fd6e +size 47886 diff --git a/HipRay/images/image_072.png b/HipRay/images/image_072.png new file mode 100644 index 0000000000000000000000000000000000000000..4200661d2dcff9e21f4f5b0715275fbc37d98e9a --- /dev/null +++ b/HipRay/images/image_072.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5797902f75cd0985f1a8d3fe1016bf8ea5cfab96b894b95bb6bfc07a3beb9a34 +size 40661 diff --git a/HipRay/images/image_073.png b/HipRay/images/image_073.png new file mode 100644 index 0000000000000000000000000000000000000000..a7140247e4a9cd33af5bd1c44c48bcac5452ef72 --- /dev/null +++ b/HipRay/images/image_073.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d82e1d5d3d9ca79f4bd59fde76d64e2e0c55d919868a9118df16f00ec92d97a +size 52231 diff --git a/HipRay/images/image_074.png b/HipRay/images/image_074.png new file mode 100644 index 0000000000000000000000000000000000000000..64ca443cb44132c8cc50ac79f37e129acb6a0990 --- /dev/null +++ b/HipRay/images/image_074.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:561050de8f93f09509d9b8f8f7b14da08d8dafa95e9a711ec67aa24b9beb16e9 +size 47002 diff --git a/HipRay/images/image_075.png b/HipRay/images/image_075.png new file mode 100644 index 0000000000000000000000000000000000000000..5772eeef8b00455a2b604b7f7161707d4133a741 --- /dev/null +++ b/HipRay/images/image_075.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04cc6f17356f9f1cd99fa8a568d9298486ab44f0bbba589039d6db46e90aeda6 +size 44779 diff --git a/HipRay/images/image_076.png b/HipRay/images/image_076.png new file mode 100644 index 0000000000000000000000000000000000000000..96fcddd273900411d4ae0e59946dd3688359afd7 --- /dev/null +++ b/HipRay/images/image_076.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9038c2cc4a1e747bff27472564da710796870f1251f169de21280845a11442e +size 43597 diff --git a/HipRay/images/image_077.png b/HipRay/images/image_077.png new file mode 100644 index 0000000000000000000000000000000000000000..dcc58ee3130be398984b1f5ef7b4d6d9f21c4919 --- /dev/null +++ b/HipRay/images/image_077.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c56ad74dac82d29912c81b143e8edf71537a443b17cc800870012fd2b5425d8 +size 51659 diff --git a/HipRay/images/image_078.png b/HipRay/images/image_078.png new file mode 100644 index 0000000000000000000000000000000000000000..ac5f9e6190b8c798d164644e0944e3463fa6643b --- /dev/null +++ b/HipRay/images/image_078.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:295762792a1f66430933eedf94c62bb5b7058d740168282e6389e2fa38dc421f +size 52923 diff --git a/HipRay/images/image_079.png b/HipRay/images/image_079.png new file mode 100644 index 0000000000000000000000000000000000000000..43874d872c38525e1baf8b53bb6bf08ab5825db9 --- /dev/null +++ b/HipRay/images/image_079.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdbe49aa3156307029bcd8ea6e277d746a9d9f3652518b86c9a46fee865c950c +size 43292 diff --git a/HipRay/images/image_080.png b/HipRay/images/image_080.png new file mode 100644 index 0000000000000000000000000000000000000000..1a40ff858f8fb50c7487510ed4345dfd642b4991 --- /dev/null +++ b/HipRay/images/image_080.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8155dfdf92da13ae9126e7b0c3a9c07ce6bfe89508634a69e0dfa717c813d4e +size 52023 diff --git a/HipRay/images/image_081.png b/HipRay/images/image_081.png new file mode 100644 index 0000000000000000000000000000000000000000..66faa7138690ee9bd64a72cf12916ab22b405c13 --- /dev/null +++ b/HipRay/images/image_081.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ca63d5ed45858440598ac2f8e1c1b9aaac15340c67fc1b82c16cb31834b8dc9 +size 47039 diff --git a/HipRay/images/image_082.png b/HipRay/images/image_082.png new file mode 100644 index 0000000000000000000000000000000000000000..4f9ff46c96eedff1440aa70f3c4348bdac694677 --- /dev/null +++ b/HipRay/images/image_082.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:153c2ef64655e931f5f6cd01574b08daea1328bc39e00f09c246f756ad4b2047 +size 46286 diff --git a/HipRay/images/image_083.png b/HipRay/images/image_083.png new file mode 100644 index 0000000000000000000000000000000000000000..a8e763ee0553cfc2f44f9d2d0c8a27fdccd1542c --- /dev/null +++ b/HipRay/images/image_083.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cb71dc608ee3a158ee121a524717083af2659a38566f452a1e218a6fe3c3e66 +size 46288 diff --git a/HipRay/images/image_084.png b/HipRay/images/image_084.png new file mode 100644 index 0000000000000000000000000000000000000000..f7e59597696a0dc21ee66986521c39f5c1df8200 --- /dev/null +++ b/HipRay/images/image_084.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b319e43068a764f3d52a89ba92ebd73e90453f1edcb41d7e0a1080c8abe92237 +size 52012 diff --git a/HipRay/images/image_085.png b/HipRay/images/image_085.png new file mode 100644 index 0000000000000000000000000000000000000000..65e263d627efc6a93a3215b375ccc8788d584d21 --- /dev/null +++ b/HipRay/images/image_085.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbb13e75ac3b8270c36d2697edd8dadc35fa0f02f3a709840cc0a41e52d2c12b +size 45708 diff --git a/HipRay/images/image_086.png b/HipRay/images/image_086.png new file mode 100644 index 0000000000000000000000000000000000000000..b2c51c45a8ea770ba04afd296072099d3e0c9e87 --- /dev/null +++ b/HipRay/images/image_086.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4487cafd63aaf78d91ffcd75b52054b8aa98bc69fa5dec798afb3a4e750121de +size 58543 diff --git a/HipRay/images/image_087.png b/HipRay/images/image_087.png new file mode 100644 index 0000000000000000000000000000000000000000..e11d835d21d9796e94c579239dca1f24afa2a025 --- /dev/null +++ b/HipRay/images/image_087.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1c814901c9b61794f76ffee0508f97b26bf74cd01940b1643a1735cad54f0a6 +size 43048 diff --git a/HipRay/images/image_088.png b/HipRay/images/image_088.png new file mode 100644 index 0000000000000000000000000000000000000000..2d8e6c7d1d7a0cebcd62cc059e4c6b235613b214 --- /dev/null +++ b/HipRay/images/image_088.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5570cfdd8a127cc6f067fbab53cd1eded2309ac2938eb99d640ebec9145e5fcd +size 47902 diff --git a/HipRay/images/image_089.png b/HipRay/images/image_089.png new file mode 100644 index 0000000000000000000000000000000000000000..cbccf280c21da189e53c29092ef0aabd917984f9 --- /dev/null +++ b/HipRay/images/image_089.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:299d54ca79bb17d2688f74b951bcb63051bc12e9739b647e554d06b34ebf77a2 +size 47277 diff --git a/HipRay/images/image_090.png b/HipRay/images/image_090.png new file mode 100644 index 0000000000000000000000000000000000000000..2cd8894b9e3081d58e5120117c2939ed141a0235 --- /dev/null +++ b/HipRay/images/image_090.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51e50bf526dbd451fe6961938b101b8b783bad10a745285a2b74d34d818e3d7a +size 46004 diff --git a/HipRay/images/image_091.png b/HipRay/images/image_091.png new file mode 100644 index 0000000000000000000000000000000000000000..b6e9ae74599e91b93ea86e038600b070200f35d2 --- /dev/null +++ b/HipRay/images/image_091.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bee98e2f4b5de35a4fcf035304f42821a6c999073354e0f0a4f668afb33ebe64 +size 58466 diff --git a/HipRay/images/image_092.png b/HipRay/images/image_092.png new file mode 100644 index 0000000000000000000000000000000000000000..0bc4fde0390ab77b9b7b2ec6de299b549196a961 --- /dev/null +++ b/HipRay/images/image_092.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83157f1bb313bcb93bc2f005da589560d90bfa21e5fb9494ab975dd0c2fc1287 +size 43347 diff --git a/HipRay/images/image_093.png b/HipRay/images/image_093.png new file mode 100644 index 0000000000000000000000000000000000000000..75d85eedb7c8a5ece6ede32c19859f149534c02e --- /dev/null +++ b/HipRay/images/image_093.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:014191247372da01f9062065ecb4520ed8f3f68cca66ef5bf4548cd305d8eaea +size 45756 diff --git a/HipRay/images/image_094.png b/HipRay/images/image_094.png new file mode 100644 index 0000000000000000000000000000000000000000..2b72ce5a42348ced94113c55f050e03e1278bace --- /dev/null +++ b/HipRay/images/image_094.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6efa289388edb8127f1f75e73138796d06c64aab190dbef63402ff46fdfb2bf +size 44946 diff --git a/HipRay/images/image_095.png b/HipRay/images/image_095.png new file mode 100644 index 0000000000000000000000000000000000000000..cf640da56ca63334f4de3dcee913b9e1d19a422d --- /dev/null +++ b/HipRay/images/image_095.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67170579f3a193276da5e0b53bd9c8e1182f02ad69d2c63e341ad946c2f4849c +size 47754 diff --git a/HipRay/images/image_096.png b/HipRay/images/image_096.png new file mode 100644 index 0000000000000000000000000000000000000000..b523ee7e91e59e82c83e29db23fb4c53cc2a8a6b --- /dev/null +++ b/HipRay/images/image_096.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57b64c31565ffd7d7f7a7a81fec639b9beca2fc7e4550340d29f7a2e738e6263 +size 49071 diff --git a/HipRay/images/image_097.png b/HipRay/images/image_097.png new file mode 100644 index 0000000000000000000000000000000000000000..8e1384f07ab44249712bf414998a5001eee4f5e4 --- /dev/null +++ b/HipRay/images/image_097.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84b127c4fe625233632d076505b7b867f50b2a6d1dc4dca5ddfe296db5a353e1 +size 48338 diff --git a/HipRay/images/image_098.png b/HipRay/images/image_098.png new file mode 100644 index 0000000000000000000000000000000000000000..49a2d43c73b9897acd56a002db8d6a8822a407c3 --- /dev/null +++ b/HipRay/images/image_098.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b2e0743a22e62981be9dca29baf66499235060d2f7d95b50fcbb05767676789 +size 46415 diff --git a/HipRay/images/image_099.png b/HipRay/images/image_099.png new file mode 100644 index 0000000000000000000000000000000000000000..7936417a286858cc7f698632c616fdb804e2d4f3 --- /dev/null +++ b/HipRay/images/image_099.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b5416326fb09fa29ca3fb1b7c0a318dfa0273caaced4e9df1267890a7d39b8c +size 47902 diff --git a/HipRay/images/image_100.png b/HipRay/images/image_100.png new file mode 100644 index 0000000000000000000000000000000000000000..ad4fe27efce2c86e98f60b1ea8eceacdf22461b3 --- /dev/null +++ b/HipRay/images/image_100.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46f83c352bc23e6f08b282f703fb3e6da5b47c1452aab834a07b395a7bbbe195 +size 49613 diff --git a/HipRay/images/image_101.png b/HipRay/images/image_101.png new file mode 100644 index 0000000000000000000000000000000000000000..b67d71a7c735022c8af0505b2b661fd6420cb08e --- /dev/null +++ b/HipRay/images/image_101.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ca4ea84c161c1f42877a4f76cb0b3351a8acdf260667a3652a3be7eee462dd6 +size 48274 diff --git a/HipRay/images/image_102.png b/HipRay/images/image_102.png new file mode 100644 index 0000000000000000000000000000000000000000..1d1b187e9d8e85a626785e675f00ae62e52e9d66 --- /dev/null +++ b/HipRay/images/image_102.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6896c6cd534e8d61be0dc73e65f1f4e8941439d2201d0ec94629e7b5ab1c4800 +size 45413 diff --git a/HipRay/images/image_103.png b/HipRay/images/image_103.png new file mode 100644 index 0000000000000000000000000000000000000000..ff4485cd9d6dce75415c770e81558a4bc7d0b727 --- /dev/null +++ b/HipRay/images/image_103.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36a1f135f10209c0a1defcf817583f484f1e4c3312b42fe3dd049523518e0a0d +size 49074 diff --git a/HipRay/images/image_104.png b/HipRay/images/image_104.png new file mode 100644 index 0000000000000000000000000000000000000000..47d83242724571a3f652f6e3b9b0f388e5d4c390 --- /dev/null +++ b/HipRay/images/image_104.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5983dc397558be1c60c0bef712219f98bd033d509dc3dfc49a223c076d53db25 +size 45785 diff --git a/HipRay/images/image_105.png b/HipRay/images/image_105.png new file mode 100644 index 0000000000000000000000000000000000000000..d567d191c95b822a85b24c15f4841d6bcb236b63 --- /dev/null +++ b/HipRay/images/image_105.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51f584474b45897f984d665268f622879fb0d2bc90292fe2d75212dc10e90b49 +size 42680 diff --git a/HipRay/images/image_106.png b/HipRay/images/image_106.png new file mode 100644 index 0000000000000000000000000000000000000000..f3d1c98405a76ad983405088a077c65db9cb24d2 --- /dev/null +++ b/HipRay/images/image_106.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:167e40ca60945ed9e6a9c935bb5b5c30d576e47745cc9a57c1f7da9413013897 +size 48075 diff --git a/HipRay/images/image_107.png b/HipRay/images/image_107.png new file mode 100644 index 0000000000000000000000000000000000000000..70ea2ddb22c0dd6f94637fa4954809b9864cf555 --- /dev/null +++ b/HipRay/images/image_107.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87e7246b7368c07a5559f4d2fdb5b5fbed56c88972d7a0fa01c8a84459d93dd5 +size 46035 diff --git a/HipRay/images/image_108.png b/HipRay/images/image_108.png new file mode 100644 index 0000000000000000000000000000000000000000..6a65c37ec00c51ddb3ee0db3d8aa241378462570 --- /dev/null +++ b/HipRay/images/image_108.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09adfb7e85e1c96caa563586c9baa54558f5ef8915dbb7b94b59c14b294d2b7b +size 49953 diff --git a/HipRay/images/image_109.png b/HipRay/images/image_109.png new file mode 100644 index 0000000000000000000000000000000000000000..5a78cfbba3c0490b61210941537034aa5a60bedc --- /dev/null +++ b/HipRay/images/image_109.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb9273ca777340b88980dae352ed8a81e3949ee552a3224280eb11ae14394501 +size 47217 diff --git a/HipRay/images/image_110.png b/HipRay/images/image_110.png new file mode 100644 index 0000000000000000000000000000000000000000..3c500584ff4b96cbd3e21d2ab7966d3faa538f3d --- /dev/null +++ b/HipRay/images/image_110.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c5f041229b8d027a09de21955ba5c9859f31ed168bf75eb297505c5809defa9 +size 45202 diff --git a/HipRay/images/image_111.png b/HipRay/images/image_111.png new file mode 100644 index 0000000000000000000000000000000000000000..a4b10338fdbd7dd3ee1a8d2461d932488825feff --- /dev/null +++ b/HipRay/images/image_111.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:227f92a1dea1bb7c1e0bb5d9d3a037f2ec88727886dfcf45351ee00d24f4e504 +size 44428 diff --git a/HipRay/images/image_112.png b/HipRay/images/image_112.png new file mode 100644 index 0000000000000000000000000000000000000000..026a54b0561410f54c6403679de15176c1170793 --- /dev/null +++ b/HipRay/images/image_112.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7b809101f73a177e3313b2684ad1d576e11fa8ec99a7599abd4f2f938df0dcb +size 49432 diff --git a/HipRay/images/image_113.png b/HipRay/images/image_113.png new file mode 100644 index 0000000000000000000000000000000000000000..1b9b13d4ff51577a97746545663b7670dd39f5ff --- /dev/null +++ b/HipRay/images/image_113.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deb182f4a0c185ceeb1c9d831e6da36da5e05bd32913d1579c2b7a28c3b6c66a +size 44030 diff --git a/HipRay/images/image_114.png b/HipRay/images/image_114.png new file mode 100644 index 0000000000000000000000000000000000000000..141f393aa76ac5ccd97338e0673eac559e53d5dc --- /dev/null +++ b/HipRay/images/image_114.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65e8faf196608ce4f910e0ef447a2e2d3e479aea51b25bbff86a0f97dd5a721f +size 49490 diff --git a/HipRay/images/image_115.png b/HipRay/images/image_115.png new file mode 100644 index 0000000000000000000000000000000000000000..ed873e229160869380d4ec5d24dc2048152183d2 --- /dev/null +++ b/HipRay/images/image_115.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bada3879787d18bcf05a75eda53197d4898431f2c7a3b593bf9bc679c32c189 +size 48162 diff --git a/HipRay/images/image_116.png b/HipRay/images/image_116.png new file mode 100644 index 0000000000000000000000000000000000000000..ea5a8cad7d07748ac7134be627e7ecb7a716c771 --- /dev/null +++ b/HipRay/images/image_116.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92540266a3759b17a48911d3dce02d3ff0413765eb5bdcb3ea4f58f6919da7c7 +size 46152 diff --git a/HipRay/images/image_117.png b/HipRay/images/image_117.png new file mode 100644 index 0000000000000000000000000000000000000000..923a4e674380eedb55f493a1fa5b7e3595467ab4 --- /dev/null +++ b/HipRay/images/image_117.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b03b452ab00cd27bce8d83ebfa32cad4b33b76309b3745410b7e82d3a4450e87 +size 46479 diff --git a/HipRay/images/image_118.png b/HipRay/images/image_118.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e13990c2877f23687218a85323086be6eaffe7 --- /dev/null +++ b/HipRay/images/image_118.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90f3ac8d87dcbb88ffa164fb40df3d2e37e2c184148066f02fd109e11aceade2 +size 55656 diff --git a/HipRay/images/image_119.png b/HipRay/images/image_119.png new file mode 100644 index 0000000000000000000000000000000000000000..3b59c58e7e0d05f63d07eb6ae65486012363933b --- /dev/null +++ b/HipRay/images/image_119.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53e48ac51e2f4952458490170cabdd69c7da0fb94a4933ae90ffbafd1cbf98ec +size 47116 diff --git a/HipRay/images/image_120.png b/HipRay/images/image_120.png new file mode 100644 index 0000000000000000000000000000000000000000..d24c43e5a7b93e5840c2fe1e2644a17e5c0dfd78 --- /dev/null +++ b/HipRay/images/image_120.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3872d2f065fccb13f398c79b069cede50927727bc895387c08a8bc45b2659da +size 46097 diff --git a/HipRay/images/image_121.png b/HipRay/images/image_121.png new file mode 100644 index 0000000000000000000000000000000000000000..1c18999696f70e6afad93c85620172ea988d033b --- /dev/null +++ b/HipRay/images/image_121.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8be2cc2707386ca6cf1e9f8b0d9bb05cab5377c6ef53756f57a60b47d919f43a +size 47941 diff --git a/HipRay/images/image_122.png b/HipRay/images/image_122.png new file mode 100644 index 0000000000000000000000000000000000000000..ac5b69bf403b9c3077f1d12f03a0cfaf12f94972 --- /dev/null +++ b/HipRay/images/image_122.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f37710cc809709b85feba8e733df590cb3e63fc367275749fe423700eebea99 +size 46646 diff --git a/HipRay/images/image_123.png b/HipRay/images/image_123.png new file mode 100644 index 0000000000000000000000000000000000000000..d2cd4df6b7bc4e94b50e779ef616c16eb4aaf509 --- /dev/null +++ b/HipRay/images/image_123.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2f1bcfb0f1c9a1950e39f9951ac4d58ec3ca66939eda779e57c78b17a7bda94 +size 44845 diff --git a/HipRay/images/image_124.png b/HipRay/images/image_124.png new file mode 100644 index 0000000000000000000000000000000000000000..c12d192bce1e09edb4a386c01340440507aa4111 --- /dev/null +++ b/HipRay/images/image_124.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:001cdda7fffb2a209a9a60e77547c491d7f94cb648339a4a370683827ada31fa +size 45210 diff --git a/HipRay/images/image_125.png b/HipRay/images/image_125.png new file mode 100644 index 0000000000000000000000000000000000000000..f150a97abdda126affb6c1f87388e5bdf7f09cc0 --- /dev/null +++ b/HipRay/images/image_125.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5222e20110790ee48b87bef5804c37aff06b61257e54c8abda11d12064a8535 +size 46606 diff --git a/HipRay/images/image_126.png b/HipRay/images/image_126.png new file mode 100644 index 0000000000000000000000000000000000000000..8853e52d005e3c15d4aaff9192481320574f186b --- /dev/null +++ b/HipRay/images/image_126.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcc777830c6b39917693eb531b85387e65a6ec487c7347441bb7ca0cdd1e693a +size 48850 diff --git a/HipRay/images/image_127.png b/HipRay/images/image_127.png new file mode 100644 index 0000000000000000000000000000000000000000..22ade0558d08274aae9ee05c4d3b286aaed2df72 --- /dev/null +++ b/HipRay/images/image_127.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12aca1c358022b1490adf3441f622a6124ac9e406266666f244aa4ecef9aab45 +size 47366 diff --git a/HipRay/images/image_128.png b/HipRay/images/image_128.png new file mode 100644 index 0000000000000000000000000000000000000000..2485a3dca08a2b781f2adbfff83422f8724485f2 --- /dev/null +++ b/HipRay/images/image_128.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccdc6c79d886fef7820409152b7601b7d21fb5938305efb0f3256ef8e0f00b3c +size 49499 diff --git a/HipRay/images/image_129.png b/HipRay/images/image_129.png new file mode 100644 index 0000000000000000000000000000000000000000..afdb88ced8f7870b641d279a34775f8ece0adac1 --- /dev/null +++ b/HipRay/images/image_129.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72bc3082284e553af36777cfd9416ffb0d5b096435d40cd2aedce3c9fd70ffdc +size 45810 diff --git a/HipRay/images/image_130.png b/HipRay/images/image_130.png new file mode 100644 index 0000000000000000000000000000000000000000..99d38818bf31212a52092242357b5d8238f14038 --- /dev/null +++ b/HipRay/images/image_130.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d403446ecfb4ba9e465a0327b4a554dc847f397171b5f3daf06fe35e7af5503 +size 52804 diff --git a/HipRay/images/image_131.png b/HipRay/images/image_131.png new file mode 100644 index 0000000000000000000000000000000000000000..d31942f49706516ea96ccedab8c2952363db7318 --- /dev/null +++ b/HipRay/images/image_131.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:130d20f4f68958cdaa4e741a7b5f5ed6737cc8a078a3ef9be3579d4b76803125 +size 47292 diff --git a/HipRay/images/image_132.png b/HipRay/images/image_132.png new file mode 100644 index 0000000000000000000000000000000000000000..1e7586e89cc2ab48705d56b802d3f8024471a680 --- /dev/null +++ b/HipRay/images/image_132.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7fec2a67b0dcd13fcb53b585c5376649a5d37c5243fe0b46870824c1b947e49 +size 46233 diff --git a/HipRay/images/image_133.png b/HipRay/images/image_133.png new file mode 100644 index 0000000000000000000000000000000000000000..76659fa402eea931a8a3ab1be16c6dc4e9e1e6d8 --- /dev/null +++ b/HipRay/images/image_133.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:544974ee4d36629330b670f057e78a3d3213266ea2649ab54d325f4c4df059e0 +size 44872 diff --git a/HipRay/images/image_134.png b/HipRay/images/image_134.png new file mode 100644 index 0000000000000000000000000000000000000000..674966e583960997000b1176e6ac765aa6b3e854 --- /dev/null +++ b/HipRay/images/image_134.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8220652e4ca442478cd7438ab515d52dbd3f0021c72172a1771b841788f4a9b +size 48121 diff --git a/HipRay/images/image_135.png b/HipRay/images/image_135.png new file mode 100644 index 0000000000000000000000000000000000000000..5fa295e837f1dde6d7bf4c8206e689495b33196a --- /dev/null +++ b/HipRay/images/image_135.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a21179d781c1a1b4010bc484566b2b794fca565abb1d8ade91b81c526274a10 +size 46345 diff --git a/HipRay/images/image_136.png b/HipRay/images/image_136.png new file mode 100644 index 0000000000000000000000000000000000000000..32675d16c68d687a76783f7881f93e4cdf00b728 --- /dev/null +++ b/HipRay/images/image_136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:804afc4d4aa0861cbd1c491ee1063b6705bdbc538d743b6a12ff698241a60beb +size 46456 diff --git a/HipRay/images/image_137.png b/HipRay/images/image_137.png new file mode 100644 index 0000000000000000000000000000000000000000..0072b4b79f4515da11223e402eb923c6755d0d9f --- /dev/null +++ b/HipRay/images/image_137.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c48afc3c79dacec5bd0d6dbdaf973f86d3740bd9324e12729f4fb7b5767ca51e +size 47215 diff --git a/HipRay/images/image_138.png b/HipRay/images/image_138.png new file mode 100644 index 0000000000000000000000000000000000000000..0bf5e3ee82406c62367ae2065d153bd32ee59e40 --- /dev/null +++ b/HipRay/images/image_138.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:804968e990838cf9ac91779a8a970e772b220aeec8e3bcc71f91aa89749faf7e +size 47530 diff --git a/HipRay/images/image_139.png b/HipRay/images/image_139.png new file mode 100644 index 0000000000000000000000000000000000000000..59d8ecca2c35225ed794122c0e6972cfcd9f6af8 --- /dev/null +++ b/HipRay/images/image_139.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a4f9c90b1f3928de5c23c26200440b2f4df0dcc4585cb65579a63ab13078e02 +size 46017 diff --git a/HipRay/images/image_140.png b/HipRay/images/image_140.png new file mode 100644 index 0000000000000000000000000000000000000000..dc7d6ff580aed983a78e6cd4712bf0d32b169b5c --- /dev/null +++ b/HipRay/images/image_140.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e94505794ec26207e1e2c0a57cf65a9e406e1c55ee670982e497cb802dfe671d +size 48341 diff --git a/HipRay/labels/image_002.png b/HipRay/labels/image_002.png new file mode 100644 index 0000000000000000000000000000000000000000..2fa2c4f9f195bc124cf8cf65caf6f9e204cdef22 --- /dev/null +++ b/HipRay/labels/image_002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc8190edabbc91b129353b8e56ed22878c35a6e151123a63e3a36236f3cb1cb5 +size 1430 diff --git a/HipRay/labels/image_003.png b/HipRay/labels/image_003.png new file mode 100644 index 0000000000000000000000000000000000000000..ce166c750b737642c0ea38c32ba735dca2bae43a --- /dev/null +++ b/HipRay/labels/image_003.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2d6224a4ff9a518c651ebcffc8035d33a0f0d0e0126505737f6c05f33f58167 +size 1324 diff --git a/HipRay/labels/image_004.png b/HipRay/labels/image_004.png new file mode 100644 index 0000000000000000000000000000000000000000..6922f144aa076256f24dbef4e21ee9e69df5b6b0 --- /dev/null +++ b/HipRay/labels/image_004.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:423dea7805ce06920b81eac6e4f8815012a887b80538664fcd8f0daff56da815 +size 1541 diff --git a/HipRay/labels/image_005.png b/HipRay/labels/image_005.png new file mode 100644 index 0000000000000000000000000000000000000000..ebb3fa5dccd33afc093c95a212809e0b7f48450b --- /dev/null +++ b/HipRay/labels/image_005.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff42e9036e94b20e5703e531cffd20bf92b5a158d9bf2412b899d1f9cf60a1ab +size 1418 diff --git a/HipRay/labels/image_006.png b/HipRay/labels/image_006.png new file mode 100644 index 0000000000000000000000000000000000000000..751341284bab8e79390d311f5ca91ca9dd7e60af --- /dev/null +++ b/HipRay/labels/image_006.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33c5f4eeeb54a1425fe0c1d8c8f2d45b0ef7a29ab760c2501260d6a99961415f +size 1368 diff --git a/HipRay/labels/image_007.png b/HipRay/labels/image_007.png new file mode 100644 index 0000000000000000000000000000000000000000..82e6a2830613335a507698e9e96afb216e73605a --- /dev/null +++ b/HipRay/labels/image_007.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bef61df2cb72a4fedf66fce30dcdc7fb33a781cef2e52ab9e5d36b90bcc6e3bf +size 1447 diff --git a/HipRay/labels/image_008.png b/HipRay/labels/image_008.png new file mode 100644 index 0000000000000000000000000000000000000000..5afa0651371bb561a749c15e9ef9f1aa3b70b256 --- /dev/null +++ b/HipRay/labels/image_008.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c34dec6de875be72c5197658dd7819e791b2b1af9e0d050e19a14cf07419230 +size 1401 diff --git a/HipRay/labels/image_009.png b/HipRay/labels/image_009.png new file mode 100644 index 0000000000000000000000000000000000000000..970c7060b7a2efff79619839994805f2a3593bac --- /dev/null +++ b/HipRay/labels/image_009.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f37e62e0af7bf13dd8d36c9123c422b426399b7bc8c807a0edc509c700d2c718 +size 1559 diff --git a/HipRay/labels/image_010.png b/HipRay/labels/image_010.png new file mode 100644 index 0000000000000000000000000000000000000000..5ba3ac696e4983599d1f5001222e5d15d717c5ec --- /dev/null +++ b/HipRay/labels/image_010.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f2719d63b3fb899cd4b45a5d0c3a2984b9d82e5337b6096ae6627f1bafc37dd +size 1489 diff --git a/HipRay/labels/image_011.png b/HipRay/labels/image_011.png new file mode 100644 index 0000000000000000000000000000000000000000..88ba4ab895477fab601004d2e8117f44ce68b8eb --- /dev/null +++ b/HipRay/labels/image_011.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d35d0a7f49914606a92889fafc9feefb0e0d3acdc74f7d9d1978fbbc50297c96 +size 1539 diff --git a/HipRay/labels/image_012.png b/HipRay/labels/image_012.png new file mode 100644 index 0000000000000000000000000000000000000000..7ead8eec5bd46f45ebfe6be7a53c7ff9c9c1c323 --- /dev/null +++ b/HipRay/labels/image_012.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d213e7d063b3f8491e352287ab99e20a4c1127ffe256ff00c0cb637c4f28c36 +size 1358 diff --git a/HipRay/labels/image_013.png b/HipRay/labels/image_013.png new file mode 100644 index 0000000000000000000000000000000000000000..e06449e3f557a4a2b17932b01bbdd247321314a3 --- /dev/null +++ b/HipRay/labels/image_013.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4906036e416890e564155005590db96bd187991f83985ef948d5ff32de48fae7 +size 1480 diff --git a/HipRay/labels/image_014.png b/HipRay/labels/image_014.png new file mode 100644 index 0000000000000000000000000000000000000000..dbb6ad115d365d47179b315416342d2cd0cc3806 --- /dev/null +++ b/HipRay/labels/image_014.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e64239e80f4fec96c76ff354530f294d419f83293be6cdd172ea295ce2ae2e2 +size 1283 diff --git a/HipRay/labels/image_015.png b/HipRay/labels/image_015.png new file mode 100644 index 0000000000000000000000000000000000000000..cc0ab43788a2a18465e982d368397170c2a0e5cf --- /dev/null +++ b/HipRay/labels/image_015.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eaed5e2ca57a392b546edbe88d232febcc36707c554b059181a3c2a040e043d +size 1445 diff --git a/HipRay/labels/image_016.png b/HipRay/labels/image_016.png new file mode 100644 index 0000000000000000000000000000000000000000..543e082805b6eac0333032ae21f5516dcb04ce70 --- /dev/null +++ b/HipRay/labels/image_016.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:514bcf7886bfd2e2d5e055a0949e11d13d1b6bbdb4f7fb3ad27c97b15eb5e708 +size 1303 diff --git a/HipRay/labels/image_017.png b/HipRay/labels/image_017.png new file mode 100644 index 0000000000000000000000000000000000000000..e756afce6470237fecb784ed085ea3fdd5c7a1a9 --- /dev/null +++ b/HipRay/labels/image_017.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a766175e50aeb4f8208622680e608ae5c68345bc0976ba8667afe7b30c86226 +size 1459 diff --git a/HipRay/labels/image_018.png b/HipRay/labels/image_018.png new file mode 100644 index 0000000000000000000000000000000000000000..78bb352335d8fb5c63a3720395e4c35eed499066 --- /dev/null +++ b/HipRay/labels/image_018.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9d54b8311f65382fcdb136c82c8fd5a66f9ff044418610a26d05aff7e6a4159 +size 1448 diff --git a/HipRay/labels/image_019.png b/HipRay/labels/image_019.png new file mode 100644 index 0000000000000000000000000000000000000000..9592ffd27b936668824c90c0b8de816b3463745b --- /dev/null +++ b/HipRay/labels/image_019.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad94c6046fa8545b9cc962d07880f8e4ff65f0c24d90c43052e9965a33a8ac1f +size 1445 diff --git a/HipRay/labels/image_020.png b/HipRay/labels/image_020.png new file mode 100644 index 0000000000000000000000000000000000000000..9c39358ce407eec6e8b655ff26238233613f7431 --- /dev/null +++ b/HipRay/labels/image_020.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee3beb52825db709f5dedf908f86deaf274048d62586e448ff797dcea89f6fcf +size 1375 diff --git a/HipRay/labels/image_021.png b/HipRay/labels/image_021.png new file mode 100644 index 0000000000000000000000000000000000000000..c8e42fc220805bcc3806fcc416acd01a3e77ba42 --- /dev/null +++ b/HipRay/labels/image_021.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbc20c0425186e20bb8ff1f1404ff1b090e8b59fcbe0881adfd3c7d16a56ef28 +size 1415 diff --git a/HipRay/labels/image_022.png b/HipRay/labels/image_022.png new file mode 100644 index 0000000000000000000000000000000000000000..9b6e1dd96cb964400a99d879146b2223f6639753 --- /dev/null +++ b/HipRay/labels/image_022.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a5d9bdf54c2ff87c7831fdf8ca3008ea58bf6cd4aed50ad6655558d23c85aaf +size 1363 diff --git a/HipRay/labels/image_023.png b/HipRay/labels/image_023.png new file mode 100644 index 0000000000000000000000000000000000000000..a60144a2f24f943e71dc4baa69748644b961ad8a --- /dev/null +++ b/HipRay/labels/image_023.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d7d56f8fc128b7fb67963c494e757a10847acc1c36449e24a372db44cd870a7 +size 1331 diff --git a/HipRay/labels/image_024.png b/HipRay/labels/image_024.png new file mode 100644 index 0000000000000000000000000000000000000000..a2454b356376ce6822692a2de09a1e6fa726c7d4 --- /dev/null +++ b/HipRay/labels/image_024.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ab1962b97876a0a527cb6015f4dba6fe16d386b394b1af949e38d6ad509cefa +size 1400 diff --git a/HipRay/labels/image_025.png b/HipRay/labels/image_025.png new file mode 100644 index 0000000000000000000000000000000000000000..01a1e132ca4eafec5f94f4c3008740b22dab8198 --- /dev/null +++ b/HipRay/labels/image_025.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b6de17163c8206f3d039eeda1d48b6ea4b235e080ac8ff4d901f2f7c5be2686 +size 1518 diff --git a/HipRay/labels/image_026.png b/HipRay/labels/image_026.png new file mode 100644 index 0000000000000000000000000000000000000000..304df250396a3073fadf264dcfc39fd1e5715dff --- /dev/null +++ b/HipRay/labels/image_026.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:259155a67acc006702fc9fb24a2c1d81c418a55324208713bf6cb0091918d4ec +size 1434 diff --git a/HipRay/labels/image_027.png b/HipRay/labels/image_027.png new file mode 100644 index 0000000000000000000000000000000000000000..3438d752aa24cb8d80de26d6f3a78047dc48a897 --- /dev/null +++ b/HipRay/labels/image_027.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f365c0a0cc816a628171cb246a003ac1d0c556a0619b018fbbdf455ef6d2b326 +size 1429 diff --git a/HipRay/labels/image_028.png b/HipRay/labels/image_028.png new file mode 100644 index 0000000000000000000000000000000000000000..96d6cd2518eb769d7d4693f532224f56295057a8 --- /dev/null +++ b/HipRay/labels/image_028.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab96f7b6fd877ce03b5c31be6da2d788af212222a62df75c56ab68cd31ae3d1d +size 1314 diff --git a/HipRay/labels/image_029.png b/HipRay/labels/image_029.png new file mode 100644 index 0000000000000000000000000000000000000000..6b67def5884d94c89cdadee45ab621f36a650d49 --- /dev/null +++ b/HipRay/labels/image_029.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e195904c96db6729a95ebe74e64518ad73d496796b69f57cf62a5881ebd99504 +size 1316 diff --git a/HipRay/labels/image_030.png b/HipRay/labels/image_030.png new file mode 100644 index 0000000000000000000000000000000000000000..b8b35b8347cb70404a6b8c8c025dd35db16fea37 --- /dev/null +++ b/HipRay/labels/image_030.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0de3a56db7db0b43740cd65a2a7dc894a4c66e719b7a2d21632c8b5d57704b0d +size 1415 diff --git a/HipRay/labels/image_031.png b/HipRay/labels/image_031.png new file mode 100644 index 0000000000000000000000000000000000000000..945c9f9ad841caac20f448a0e1cc9c67172f6992 --- /dev/null +++ b/HipRay/labels/image_031.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98f7939d20b77d6ecaac83bd2c6627239cb28f5cb60560a3a6be9905b80f1911 +size 1377 diff --git a/HipRay/labels/image_032.png b/HipRay/labels/image_032.png new file mode 100644 index 0000000000000000000000000000000000000000..67be429d5633aae71129206b6fccbe1a99af9042 --- /dev/null +++ b/HipRay/labels/image_032.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5bbebbe3ffc6ecb693af7f08732a634f07b84c5047c552791b4c56ea4927fc6 +size 1485 diff --git a/HipRay/labels/image_033.png b/HipRay/labels/image_033.png new file mode 100644 index 0000000000000000000000000000000000000000..60edcfe6ebc51bb52ad2478f75f480f31e2d2a3d --- /dev/null +++ b/HipRay/labels/image_033.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bac5abf24eb9fbd1b7e3a705861a9262135435285cb6cebb7158cf82bab0229 +size 1404 diff --git a/HipRay/labels/image_034.png b/HipRay/labels/image_034.png new file mode 100644 index 0000000000000000000000000000000000000000..4080eca3b5509d55ee848f7479203ebdc73c5a32 --- /dev/null +++ b/HipRay/labels/image_034.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9e68221ea60916128f3629fbd43cfa28df2984821c738f6b0fd24657cb68a27 +size 1521 diff --git a/HipRay/labels/image_035.png b/HipRay/labels/image_035.png new file mode 100644 index 0000000000000000000000000000000000000000..0375a2aebf3690798e092c83b6e3c0aaab9e3790 --- /dev/null +++ b/HipRay/labels/image_035.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a06ac6eab65587071205a259658c21762c27039f66ac2d811b2cf6a35c288f3 +size 1373 diff --git a/HipRay/labels/image_036.png b/HipRay/labels/image_036.png new file mode 100644 index 0000000000000000000000000000000000000000..2278d8a48f9d237644147699ad9d0b568ac30864 --- /dev/null +++ b/HipRay/labels/image_036.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cef9ba9787041148f7d1ced1f8b3ec2751e4f2dd3d671b8e5985784e0b777928 +size 1345 diff --git a/HipRay/labels/image_037.png b/HipRay/labels/image_037.png new file mode 100644 index 0000000000000000000000000000000000000000..cc88256d9d678f9b68a066c43194b2a870ca583e --- /dev/null +++ b/HipRay/labels/image_037.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64903c3ec9dd651c2aee9f5c129b6cb8a671fe8c919a85aae2522a50f1db43ca +size 1414 diff --git a/HipRay/labels/image_038.png b/HipRay/labels/image_038.png new file mode 100644 index 0000000000000000000000000000000000000000..6af1056baa7809e28fe9e1d449408efe35f71165 --- /dev/null +++ b/HipRay/labels/image_038.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:718ee505b1ea2fb3aec588275f0912843f5a9308bcae778a606e9e5f1a175646 +size 1432 diff --git a/HipRay/labels/image_039.png b/HipRay/labels/image_039.png new file mode 100644 index 0000000000000000000000000000000000000000..dd2a692ccfba33e326980a44cf7035d813bacb2e --- /dev/null +++ b/HipRay/labels/image_039.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c2f65b240dc4dc0da34e3ccdfbac2eda00f434fae895f9192c94b6ef9e5bed8 +size 1371 diff --git a/HipRay/labels/image_040.png b/HipRay/labels/image_040.png new file mode 100644 index 0000000000000000000000000000000000000000..c0e7860b71fa98431302b118af066c04f13d2b14 --- /dev/null +++ b/HipRay/labels/image_040.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b91ffeac155feed57ad561300b1118a436b0e0625fc7dabde04551e8d028ce9b +size 1481 diff --git a/HipRay/labels/image_041.png b/HipRay/labels/image_041.png new file mode 100644 index 0000000000000000000000000000000000000000..01e2a79ff6c1e9b4cb9842ea7b6d438d53abdeb5 --- /dev/null +++ b/HipRay/labels/image_041.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e9dace9a8411f315416d5b7c273d3258cad52fdf2e453c3ecfa64a7a6ae2aa2 +size 1385 diff --git a/HipRay/labels/image_042.png b/HipRay/labels/image_042.png new file mode 100644 index 0000000000000000000000000000000000000000..1a18430db007c288b622f3374516f183263f7a13 --- /dev/null +++ b/HipRay/labels/image_042.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d50905f7a517c74076afccd83a807d3f268aa9c467b36a66c117026b089eb641 +size 1461 diff --git a/HipRay/labels/image_043.png b/HipRay/labels/image_043.png new file mode 100644 index 0000000000000000000000000000000000000000..647b6940193530233a3d8687e4c0a881e46bb513 --- /dev/null +++ b/HipRay/labels/image_043.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88ea8cbc5030bf2beead8b905d1a8ccee5dd42c433e16bc779c0fcc7a44ca658 +size 1411 diff --git a/HipRay/labels/image_044.png b/HipRay/labels/image_044.png new file mode 100644 index 0000000000000000000000000000000000000000..cb9b03b0bdb5f8ec083f1bdced0844d954574089 --- /dev/null +++ b/HipRay/labels/image_044.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0430414ae11c4119e1cc1fd5c931a64df054ef388f67c5b0c6337918c26f10d +size 1569 diff --git a/HipRay/labels/image_045.png b/HipRay/labels/image_045.png new file mode 100644 index 0000000000000000000000000000000000000000..c3a215b506434820cd529b0898471b8e81a6a748 --- /dev/null +++ b/HipRay/labels/image_045.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6c941828250a45ef04016c4c799eece3105242654ce62f97de7697a1d127bc5 +size 1423 diff --git a/HipRay/labels/image_046.png b/HipRay/labels/image_046.png new file mode 100644 index 0000000000000000000000000000000000000000..2b0901dd2bb5eb132fe5ef73184a9cf80aef7d3a --- /dev/null +++ b/HipRay/labels/image_046.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d29da4e60a86981b497002cf72c1ccfd46ee234a37698af459d551c330bfbcc4 +size 1439 diff --git a/HipRay/labels/image_047.png b/HipRay/labels/image_047.png new file mode 100644 index 0000000000000000000000000000000000000000..1cf6148f3380e4b3d7f94d1215f6f737a2192c01 --- /dev/null +++ b/HipRay/labels/image_047.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2575299fb9fa54ffd354c137cf0ad8804f5c17295a2aa01970a78f91bfd9c12a +size 1509 diff --git a/HipRay/labels/image_048.png b/HipRay/labels/image_048.png new file mode 100644 index 0000000000000000000000000000000000000000..cff15abddbcab622e65ea999b5f095b0ea2fab87 --- /dev/null +++ b/HipRay/labels/image_048.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19833b1f54ac59bb4e93e65165c5d74c2d424dd242a5a3072f53efb70420a13a +size 1465 diff --git a/HipRay/labels/image_049.png b/HipRay/labels/image_049.png new file mode 100644 index 0000000000000000000000000000000000000000..c3f3cfc9730370d2d32ff545bcb86d92b6a78309 --- /dev/null +++ b/HipRay/labels/image_049.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da53478e1c831a170c369f087116df61f5f52a170b20badc0a3ebd07b6a02cd9 +size 1445 diff --git a/HipRay/labels/image_050.png b/HipRay/labels/image_050.png new file mode 100644 index 0000000000000000000000000000000000000000..18306e06795c6acd1eefdde2506f4e2b42e2aaa0 --- /dev/null +++ b/HipRay/labels/image_050.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4ac02faa6c6d2b3693919d27e0f2cf0db91419e133ef0339bdad1d7e6512e1a +size 1436 diff --git a/HipRay/labels/image_051.png b/HipRay/labels/image_051.png new file mode 100644 index 0000000000000000000000000000000000000000..6ad37838ba0ce576f60c1e048c4df645b8a9f807 --- /dev/null +++ b/HipRay/labels/image_051.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:796ac35b22f0bca04fe1ec89b97f2080f7da40cc99b6e1a3a49bd87f2090552b +size 1299 diff --git a/HipRay/labels/image_052.png b/HipRay/labels/image_052.png new file mode 100644 index 0000000000000000000000000000000000000000..cbe016b2849ea09e3b9da0e745bb7e3c121aee9d --- /dev/null +++ b/HipRay/labels/image_052.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d2ccbf47ced2caf9aa302e7669581437a6021bd17966f243ff2cedb1adac4ba +size 1470 diff --git a/HipRay/labels/image_053.png b/HipRay/labels/image_053.png new file mode 100644 index 0000000000000000000000000000000000000000..0efe5f674b4605cf7e860b2e35dcb3f74154c1e9 --- /dev/null +++ b/HipRay/labels/image_053.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f36f05066bf0590392ed3320193fcd073ac1f8af74a935e00bc64b54e4c2934 +size 1478 diff --git a/HipRay/labels/image_054.png b/HipRay/labels/image_054.png new file mode 100644 index 0000000000000000000000000000000000000000..285b7f8979605e481db43b3ec426f4d01edf6a52 --- /dev/null +++ b/HipRay/labels/image_054.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2465dd4265cbcc3abb24d6f114701e3177f0b931d09b231a9cdae3109fa603a0 +size 1396 diff --git a/HipRay/labels/image_055.png b/HipRay/labels/image_055.png new file mode 100644 index 0000000000000000000000000000000000000000..f61cd6e5ff31a1aa6188a2be5f998aeeceb8989e --- /dev/null +++ b/HipRay/labels/image_055.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53891530cb8d9029935974eb004847539e0172954472025e1c76b5781c3d591a +size 1402 diff --git a/HipRay/labels/image_056.png b/HipRay/labels/image_056.png new file mode 100644 index 0000000000000000000000000000000000000000..e2bace688d41501ccfb1ad76abfad0f67638be0e --- /dev/null +++ b/HipRay/labels/image_056.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5ba9cf86470f608df51c2eaf8a8d4118b51591de7e0441177ed9dcce1018351 +size 1371 diff --git a/HipRay/labels/image_057.png b/HipRay/labels/image_057.png new file mode 100644 index 0000000000000000000000000000000000000000..5fda4e040e781104f092789ed9e2b6f56cd6c074 --- /dev/null +++ b/HipRay/labels/image_057.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6824d7cbf16433c884a54458e332427d111650d855f9348ed4dd7213d2abc0b +size 1400 diff --git a/HipRay/labels/image_058.png b/HipRay/labels/image_058.png new file mode 100644 index 0000000000000000000000000000000000000000..1ec9557bd5097ed8277e6986a323eeb3cc64d290 --- /dev/null +++ b/HipRay/labels/image_058.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afe1a1f7a060223dac17170a5a7261057e1cd9c0f2975adbb15d25de23fbd902 +size 1370 diff --git a/HipRay/labels/image_059.png b/HipRay/labels/image_059.png new file mode 100644 index 0000000000000000000000000000000000000000..f2297abba1c17d53d3e64ddfcd9ae38853d97e5d --- /dev/null +++ b/HipRay/labels/image_059.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1a502dcdc45f0cbf629fadacd81b1e927c7d0dcc4078f94df43a7e045ca4bd4 +size 1447 diff --git a/HipRay/labels/image_060.png b/HipRay/labels/image_060.png new file mode 100644 index 0000000000000000000000000000000000000000..9d25afda17543eaee67b4180ca9633ade12f1c4d --- /dev/null +++ b/HipRay/labels/image_060.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc8a6ae307d6d7d4e21387553f40ced23d06e72811b965121700ec484482cc1a +size 1349 diff --git a/HipRay/labels/image_061.png b/HipRay/labels/image_061.png new file mode 100644 index 0000000000000000000000000000000000000000..c59c42aabfbeabb398509a627d923db00771f8e2 --- /dev/null +++ b/HipRay/labels/image_061.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57dd9769f0562486c08378a60f362b0dd87bc7937d1820f518d7b328ca162610 +size 1414 diff --git a/HipRay/labels/image_062.png b/HipRay/labels/image_062.png new file mode 100644 index 0000000000000000000000000000000000000000..eb697ea40d22bf063c100786671b906fdc8d478a --- /dev/null +++ b/HipRay/labels/image_062.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c122f78ee583107c09bbec971e2255534eb28ee022d51af5ecd97f6c1a9e86eb +size 1371 diff --git a/HipRay/labels/image_063.png b/HipRay/labels/image_063.png new file mode 100644 index 0000000000000000000000000000000000000000..4142a23cb8021db64f254492586ebbd6ae48bdc8 --- /dev/null +++ b/HipRay/labels/image_063.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d94c5bf4e86b31b07783c97924a7423ce1061f1beb72e828f92d653c19c54d03 +size 1441 diff --git a/HipRay/labels/image_064.png b/HipRay/labels/image_064.png new file mode 100644 index 0000000000000000000000000000000000000000..75241ad4ed0cfde3a97263057f480ed8a63ced0d --- /dev/null +++ b/HipRay/labels/image_064.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:209d13b2615d6097d2f8a975eb5bba659bc6a93e52a88a4ab925820b6fe6678d +size 1391 diff --git a/HipRay/labels/image_065.png b/HipRay/labels/image_065.png new file mode 100644 index 0000000000000000000000000000000000000000..2d13b78a5060de07f7d5495a637b80164aaaf2e4 --- /dev/null +++ b/HipRay/labels/image_065.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac12e019396cc3a9be3cb6f625e6838f92b203e914232ee8e9a95b3fb381a5c8 +size 1416 diff --git a/HipRay/labels/image_066.png b/HipRay/labels/image_066.png new file mode 100644 index 0000000000000000000000000000000000000000..2b4976925947bcf48c6d31314291462e62db7e8d --- /dev/null +++ b/HipRay/labels/image_066.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e52681e7a8ffe0d4ccec377905d1ad6c83d85aabb5d1360b2c8586131c03b57 +size 1419 diff --git a/HipRay/labels/image_067.png b/HipRay/labels/image_067.png new file mode 100644 index 0000000000000000000000000000000000000000..58c1d29336680c2fab3b149020fe4b1a32b0122f --- /dev/null +++ b/HipRay/labels/image_067.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0b995eb1fb9c80dfd55c529236b0c13bde9c21982bc7faff175157a3d751013 +size 1435 diff --git a/HipRay/labels/image_068.png b/HipRay/labels/image_068.png new file mode 100644 index 0000000000000000000000000000000000000000..c46f1cdcab7c42a6949a133cffa66a36d3983832 --- /dev/null +++ b/HipRay/labels/image_068.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44695b64d6e7883ad0f25153de058704f1779ef5d96f26c7172179653307f97a +size 1377 diff --git a/HipRay/labels/image_069.png b/HipRay/labels/image_069.png new file mode 100644 index 0000000000000000000000000000000000000000..1f41afd76fc843e5934fe0233b3b85f33fb341e5 --- /dev/null +++ b/HipRay/labels/image_069.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37dd828b9ed8e2ce897475504eacbcfa9de2bbdf3837692d959d765c9cd30521 +size 1361 diff --git a/HipRay/labels/image_070.png b/HipRay/labels/image_070.png new file mode 100644 index 0000000000000000000000000000000000000000..d5f7792522564bf4c82958025271acbe2bda7257 --- /dev/null +++ b/HipRay/labels/image_070.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10bfdca6c4f92fbc40e6269365e673a19803e77f6095d96d6dc56275b7a08bc8 +size 1354 diff --git a/HipRay/labels/image_071.png b/HipRay/labels/image_071.png new file mode 100644 index 0000000000000000000000000000000000000000..b58b346dcb9050b30bf5ea307b5ca9d62bbb17ef --- /dev/null +++ b/HipRay/labels/image_071.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5e2be1740da334c938fbb2f5fd02474b4523e1d0f265fdcde46610a9ff71fd4 +size 1364 diff --git a/HipRay/labels/image_072.png b/HipRay/labels/image_072.png new file mode 100644 index 0000000000000000000000000000000000000000..b5885e502b685dff3f06ee6d531520bdaff75e48 --- /dev/null +++ b/HipRay/labels/image_072.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c233cdadc7d820fca0bf6cb3fa58975d1acd7b3354db3e8822c9f917cd3fe53 +size 1313 diff --git a/HipRay/labels/image_073.png b/HipRay/labels/image_073.png new file mode 100644 index 0000000000000000000000000000000000000000..90dbdc7c79c479c5fe0277ee2def46567e7e9e22 --- /dev/null +++ b/HipRay/labels/image_073.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b0729abc7cc84f0acb37467dd53180705105c32e48bd3ed8dc99ac168799421 +size 1439 diff --git a/HipRay/labels/image_074.png b/HipRay/labels/image_074.png new file mode 100644 index 0000000000000000000000000000000000000000..f06a36522ed53090db86a912cc7d85ad06362b4c --- /dev/null +++ b/HipRay/labels/image_074.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ecfa060bf47e9ec8bf40959df57de94138123180cc2e86a157c34eeaf9c42f8 +size 1390 diff --git a/HipRay/labels/image_075.png b/HipRay/labels/image_075.png new file mode 100644 index 0000000000000000000000000000000000000000..42770cdc04ed188a7d1c2e0f8795be51db82206e --- /dev/null +++ b/HipRay/labels/image_075.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d927638a2dcf038d5e87f69e4b0870fcafc5fac1ab43d4476dc9a4e067e062b2 +size 1395 diff --git a/HipRay/labels/image_076.png b/HipRay/labels/image_076.png new file mode 100644 index 0000000000000000000000000000000000000000..ec82466474a240cb6c393b2fec4ed14a5a631bee --- /dev/null +++ b/HipRay/labels/image_076.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bed321dc7333e6e763e8a17bfd354939d9eaa0f2eacf1dd67e903084f0457ff2 +size 1380 diff --git a/HipRay/labels/image_077.png b/HipRay/labels/image_077.png new file mode 100644 index 0000000000000000000000000000000000000000..64a35195d9864f00f283ee1efdaba04308e457a8 --- /dev/null +++ b/HipRay/labels/image_077.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a1cd6c10514d346e6b6ffcf12b3a657c6ce95e5cc369e50d340838253ffd159 +size 1445 diff --git a/HipRay/labels/image_078.png b/HipRay/labels/image_078.png new file mode 100644 index 0000000000000000000000000000000000000000..5e59647e32c6a3954229e3e7a1797db5f4ace62c --- /dev/null +++ b/HipRay/labels/image_078.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24d4571bcfb6fe5683609a53189d3b207593446356171f42cf5e4ae352d5ea75 +size 1514 diff --git a/HipRay/labels/image_079.png b/HipRay/labels/image_079.png new file mode 100644 index 0000000000000000000000000000000000000000..9910e3b41c5f59e3f62ac304bd8ec095d47fd9fd --- /dev/null +++ b/HipRay/labels/image_079.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfe93a5f42a1e50de8fde1c0da85604357d6801d3f54c685ea312cc6e760dad6 +size 1356 diff --git a/HipRay/labels/image_080.png b/HipRay/labels/image_080.png new file mode 100644 index 0000000000000000000000000000000000000000..fa12c1e7d487208bfd7ac9aea01cd2f9b28ab166 --- /dev/null +++ b/HipRay/labels/image_080.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4b085395d27586919c744b66f5fcaf8e9ddf92de94e6ed887e95c71fe9c1e1b +size 1424 diff --git a/HipRay/labels/image_081.png b/HipRay/labels/image_081.png new file mode 100644 index 0000000000000000000000000000000000000000..26b8f384c3bfcd103b9d81629268dc78870025eb --- /dev/null +++ b/HipRay/labels/image_081.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa3622f570a433ab62625048d1906ef2712c5f7091062d31b6a04718671ddc48 +size 1465 diff --git a/HipRay/labels/image_082.png b/HipRay/labels/image_082.png new file mode 100644 index 0000000000000000000000000000000000000000..a33d5dcb791914ee1c0bf0bb4cc7d876b2e269f7 --- /dev/null +++ b/HipRay/labels/image_082.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9103837dd32f777b3e66af5a751164349c1da5fdb9767f1500a9972a746374e +size 1433 diff --git a/HipRay/labels/image_083.png b/HipRay/labels/image_083.png new file mode 100644 index 0000000000000000000000000000000000000000..37b57b1fc61c8ee9b3986181b21f44ca8dbbbaff --- /dev/null +++ b/HipRay/labels/image_083.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f91257dd2c39565186cb35849a04964f5d2b3b3354ca74c824252e45f02e714f +size 1414 diff --git a/HipRay/labels/image_084.png b/HipRay/labels/image_084.png new file mode 100644 index 0000000000000000000000000000000000000000..81cf81d90a4ac67e14c87c641a073455e2826b74 --- /dev/null +++ b/HipRay/labels/image_084.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e44df42bb140fb35b75f13c14a25043b5c4aa4171b37c34808f3941786b8f2a +size 1487 diff --git a/HipRay/labels/image_085.png b/HipRay/labels/image_085.png new file mode 100644 index 0000000000000000000000000000000000000000..7ea0f2adee82e146a245fd580edb1b9f37f434e2 --- /dev/null +++ b/HipRay/labels/image_085.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00423e7baa76b349f3a600d3d14b0687d8f6451366f6bc53c380c827dd277722 +size 1263 diff --git a/HipRay/labels/image_086.png b/HipRay/labels/image_086.png new file mode 100644 index 0000000000000000000000000000000000000000..442d3e7445d945cd1053e7970d9b29396574c0bd --- /dev/null +++ b/HipRay/labels/image_086.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e17daf47a1675fc9f3937b0a14b54dd425d62debb583f78301dc44f7b7afec50 +size 1433 diff --git a/HipRay/labels/image_087.png b/HipRay/labels/image_087.png new file mode 100644 index 0000000000000000000000000000000000000000..7c1e0e3c85b98768b8f0f8df4e43eea1ef8b59cd --- /dev/null +++ b/HipRay/labels/image_087.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4af46b15e015976e57feeb96df6f7d157e5015772d742974893298a3162a390d +size 1396 diff --git a/HipRay/labels/image_088.png b/HipRay/labels/image_088.png new file mode 100644 index 0000000000000000000000000000000000000000..89df0b9ddca772992245aa79c21e9848ca1eef30 --- /dev/null +++ b/HipRay/labels/image_088.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e831727b456391d5a66aba7f2a8efc36dff6e723919aa153c3e3c2b6f55d4554 +size 1476 diff --git a/HipRay/labels/image_089.png b/HipRay/labels/image_089.png new file mode 100644 index 0000000000000000000000000000000000000000..0499f5be2ad55920fa3f9040b8bd983ac3a4fed1 --- /dev/null +++ b/HipRay/labels/image_089.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dae4f614752e1a604e3ac49fb36b12299f42178bc28e56330ef8b90f9bb771e6 +size 1419 diff --git a/HipRay/labels/image_090.png b/HipRay/labels/image_090.png new file mode 100644 index 0000000000000000000000000000000000000000..b8e978bbf8dc2755af8daabe64bc800486acdbf7 --- /dev/null +++ b/HipRay/labels/image_090.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:708de26355b1103704d959f8d8274dc99f908c9a335ec10b74ebc7067140521e +size 1300 diff --git a/HipRay/labels/image_091.png b/HipRay/labels/image_091.png new file mode 100644 index 0000000000000000000000000000000000000000..0d8885c98a8743f511ecdf5917835fd374afe579 --- /dev/null +++ b/HipRay/labels/image_091.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17e0be424fa1f1e4e67529ec5c9ee659699b87ea2eaf7121c78f0ee7b73fd608 +size 1598 diff --git a/HipRay/labels/image_092.png b/HipRay/labels/image_092.png new file mode 100644 index 0000000000000000000000000000000000000000..432875acd934f5334ff4fa626745a5ac5c9ee970 --- /dev/null +++ b/HipRay/labels/image_092.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfc05efc7f43d981c2dddb0e7ad95f3e70c4545d950381ac180a0075fb84a194 +size 1408 diff --git a/HipRay/labels/image_093.png b/HipRay/labels/image_093.png new file mode 100644 index 0000000000000000000000000000000000000000..8ae0a816d6ae7afb2967ad2cc0bb53c74c5515da --- /dev/null +++ b/HipRay/labels/image_093.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03f66f917d0a9db893ddcafeb79c9de075999a2e31e46760575a57efe7f6e6af +size 1439 diff --git a/HipRay/labels/image_094.png b/HipRay/labels/image_094.png new file mode 100644 index 0000000000000000000000000000000000000000..2a8347053d8227a26b045db2d92fe13e20111bc5 --- /dev/null +++ b/HipRay/labels/image_094.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a56ab63009f0d83ba76e80337cabbc070470895aa316cb39b7319b051c8146f +size 1378 diff --git a/HipRay/labels/image_095.png b/HipRay/labels/image_095.png new file mode 100644 index 0000000000000000000000000000000000000000..b31e23b379b4e9b190a37392b11837b266a2bc88 --- /dev/null +++ b/HipRay/labels/image_095.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:491fc9873cf3479650624e6b9ff1edda05264077b648173601e31e3535300216 +size 1420 diff --git a/HipRay/labels/image_096.png b/HipRay/labels/image_096.png new file mode 100644 index 0000000000000000000000000000000000000000..a4c2d67f574d4f3aa237e6c06746f4a73401304e --- /dev/null +++ b/HipRay/labels/image_096.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a743125585bc14f9f472d3b004474b746befb3d06ed83a90e3a95bc77cee51a +size 1364 diff --git a/HipRay/labels/image_097.png b/HipRay/labels/image_097.png new file mode 100644 index 0000000000000000000000000000000000000000..0b24d7933d07898eb1fcc93f68bdf4393bd627d3 --- /dev/null +++ b/HipRay/labels/image_097.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e15fa9dae36b1dd6b7af400dd930c57d0c859dea5a08294d3e859aa87e23701 +size 1320 diff --git a/HipRay/labels/image_098.png b/HipRay/labels/image_098.png new file mode 100644 index 0000000000000000000000000000000000000000..7b2ebbe37ef829c129bf29589a3228cdb4ce785d --- /dev/null +++ b/HipRay/labels/image_098.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8fae8af431d0d61bd643d2d231627d0b577706d7c3c9d2b35bb2566da6ab36e +size 1398 diff --git a/HipRay/labels/image_099.png b/HipRay/labels/image_099.png new file mode 100644 index 0000000000000000000000000000000000000000..16644cf675089846dd2e3de36a36e7770e4bbb3e --- /dev/null +++ b/HipRay/labels/image_099.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d435f83520f362acc1b84072c4c872e0f359d0c8b27e81eba3982f09ea65431b +size 1428 diff --git a/HipRay/labels/image_100.png b/HipRay/labels/image_100.png new file mode 100644 index 0000000000000000000000000000000000000000..851e7fc09f8d7c9bc34f4b43ddf598777a3f3be6 --- /dev/null +++ b/HipRay/labels/image_100.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ef17f6fbfe2d424f8d854ba2ad953cf676b457abaa7ec00f47d6e93804d1884 +size 1410 diff --git a/HipRay/labels/image_101.png b/HipRay/labels/image_101.png new file mode 100644 index 0000000000000000000000000000000000000000..2335d132c8c38fd612316122dc7931bcd1fe3acc --- /dev/null +++ b/HipRay/labels/image_101.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92e61f26119a9d31ff955db3729a9ae5244059fc2212d08a4d1607eef3d357f2 +size 1493 diff --git a/HipRay/labels/image_102.png b/HipRay/labels/image_102.png new file mode 100644 index 0000000000000000000000000000000000000000..79d49770d2d106a9b939435f0f169c15017e765c --- /dev/null +++ b/HipRay/labels/image_102.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ef55635d5c349a94a7839e9afb4b8a735103acfab4c9162154bfcacdfa3df64 +size 1334 diff --git a/HipRay/labels/image_103.png b/HipRay/labels/image_103.png new file mode 100644 index 0000000000000000000000000000000000000000..fc80a5be02f1a09f6700a38a36ebd5d2c9cb1c0a --- /dev/null +++ b/HipRay/labels/image_103.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07f42351217f6356f15b210fb488714864efc858553c10e96cbd96839497d1ed +size 1447 diff --git a/HipRay/labels/image_104.png b/HipRay/labels/image_104.png new file mode 100644 index 0000000000000000000000000000000000000000..7c25c60abe34990525be1e996207b5ca10a78a61 --- /dev/null +++ b/HipRay/labels/image_104.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25d782b4d1a305dad1898a18b4734f009fa2655e861caf528bd10fd7234c0d3b +size 1427 diff --git a/HipRay/labels/image_105.png b/HipRay/labels/image_105.png new file mode 100644 index 0000000000000000000000000000000000000000..7aa15441568887200ad3595be0d531e3c4ae4962 --- /dev/null +++ b/HipRay/labels/image_105.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dc67a5c046e02657cb7412c63bbe7bef8b1b210e8acff8376a6777891f4a7f0 +size 1470 diff --git a/HipRay/labels/image_106.png b/HipRay/labels/image_106.png new file mode 100644 index 0000000000000000000000000000000000000000..c5dd7d2b5864532d5fbe59fa8ffc6c146cbf760b --- /dev/null +++ b/HipRay/labels/image_106.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bec440fcb8daeeb67e560d49b1f6cba9d2ee433611b6c0da80242cf6b5823201 +size 1472 diff --git a/HipRay/labels/image_107.png b/HipRay/labels/image_107.png new file mode 100644 index 0000000000000000000000000000000000000000..91d6fe5e5baaff618144797bda549dda40adcc36 --- /dev/null +++ b/HipRay/labels/image_107.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abcde3beac6f74b3fa4f6260abb61bf2e031a2687aee1356ab82753e7eef2ad4 +size 1426 diff --git a/HipRay/labels/image_108.png b/HipRay/labels/image_108.png new file mode 100644 index 0000000000000000000000000000000000000000..82d3cc729175216ffe42d45dd5ea5ffcb00e7f01 --- /dev/null +++ b/HipRay/labels/image_108.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3407c20dd7f006e5671283a220b073334cf3fd08bebfa20150170cd5ff612ad +size 1407 diff --git a/HipRay/labels/image_109.png b/HipRay/labels/image_109.png new file mode 100644 index 0000000000000000000000000000000000000000..b87d0ffd0b27d122f74e5c30907500c9d8ace493 --- /dev/null +++ b/HipRay/labels/image_109.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ca0f3a5b91617cdbdbb94110f296192bfa4c1b268958fc888892804c2dfd2b8 +size 1421 diff --git a/HipRay/labels/image_110.png b/HipRay/labels/image_110.png new file mode 100644 index 0000000000000000000000000000000000000000..48c91723ca50caae74b66a704ff29d6bee2b9ee7 --- /dev/null +++ b/HipRay/labels/image_110.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5677ce87720faf6a62febcef659a9eb31e06fc7ecb45ddd3a4efa4f1a06e99c4 +size 1345 diff --git a/HipRay/labels/image_111.png b/HipRay/labels/image_111.png new file mode 100644 index 0000000000000000000000000000000000000000..ac5d9fc6b449811450fb322f223d6351c66d2d67 --- /dev/null +++ b/HipRay/labels/image_111.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e0052069057f15f2a72f495f8d017ec78e8054f04e70ce2f278caef7e22702b +size 1445 diff --git a/HipRay/labels/image_112.png b/HipRay/labels/image_112.png new file mode 100644 index 0000000000000000000000000000000000000000..92380261dd40f36cf1c7013723ff72d4fe6dcd1d --- /dev/null +++ b/HipRay/labels/image_112.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca9d3c23ab07ece58033de09fb52f28531300463b24d663bd536d3675fc6ea85 +size 1415 diff --git a/HipRay/labels/image_113.png b/HipRay/labels/image_113.png new file mode 100644 index 0000000000000000000000000000000000000000..e10115a5febff415e3d57615deee742b5619c6f6 --- /dev/null +++ b/HipRay/labels/image_113.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f60a79e4976eee7a5a2470ce20fb1f7f1405bee81c6f24f879f665ffafccd5a9 +size 1439 diff --git a/HipRay/labels/image_114.png b/HipRay/labels/image_114.png new file mode 100644 index 0000000000000000000000000000000000000000..5eb1a1b82304d7d8437b645e90b9fb06c2877f0c --- /dev/null +++ b/HipRay/labels/image_114.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f62355fe751bf07784ea6fbcb1c0625eee35826617d770f5448136bf7d559bad +size 1388 diff --git a/HipRay/labels/image_115.png b/HipRay/labels/image_115.png new file mode 100644 index 0000000000000000000000000000000000000000..d1b97b03abcaa0b87fe6458637dec33de967dbaf --- /dev/null +++ b/HipRay/labels/image_115.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50ddf511c564da6f1510105055e2ed475cce19d6ef1a8662919319a8bb0b838d +size 1400 diff --git a/HipRay/labels/image_116.png b/HipRay/labels/image_116.png new file mode 100644 index 0000000000000000000000000000000000000000..b7e7a0f1b29a29142eed5d1ec677cc47b4df4787 --- /dev/null +++ b/HipRay/labels/image_116.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa04f3cdbe89156a4be50986c81fa2ea883858f42949493e34b3ad461fbfe2fa +size 1371 diff --git a/HipRay/labels/image_117.png b/HipRay/labels/image_117.png new file mode 100644 index 0000000000000000000000000000000000000000..0d39ae652aac446e7052a488dc30d299bd054ee0 --- /dev/null +++ b/HipRay/labels/image_117.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a5dd54b0e31e555a2641d80f322180ee10abcdca69e5cdcac7d0db09ab2ebfe +size 1377 diff --git a/HipRay/labels/image_118.png b/HipRay/labels/image_118.png new file mode 100644 index 0000000000000000000000000000000000000000..ffa7960221135d011e56f52b582be579569cc411 --- /dev/null +++ b/HipRay/labels/image_118.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc2913875ee7569f83a151dfae10fc0538ae810763aad8c2912d06086740cbea +size 1602 diff --git a/HipRay/labels/image_119.png b/HipRay/labels/image_119.png new file mode 100644 index 0000000000000000000000000000000000000000..3a46b75fff8d2d2b1bb34840a39a7a2a246dd472 --- /dev/null +++ b/HipRay/labels/image_119.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6101af7ebbadd1d2671c1d14e5e2a26b3ff50c6081484d3420dac7931f95d96 +size 1388 diff --git a/HipRay/labels/image_120.png b/HipRay/labels/image_120.png new file mode 100644 index 0000000000000000000000000000000000000000..94e9b282591fc908cf43b6b30d6aa1770154177a --- /dev/null +++ b/HipRay/labels/image_120.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a99d974e244892ae84eef4f7b8eadff20673985c689b5839152fdb6c6b5dd99 +size 1371 diff --git a/HipRay/labels/image_121.png b/HipRay/labels/image_121.png new file mode 100644 index 0000000000000000000000000000000000000000..a789d4192439a299d4cec9a844255012a1d6b153 --- /dev/null +++ b/HipRay/labels/image_121.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b189be53dc3eeedadc7e56fb9c1a45cf7c84fb7e072309656d6811e0b0e1042f +size 1432 diff --git a/HipRay/labels/image_122.png b/HipRay/labels/image_122.png new file mode 100644 index 0000000000000000000000000000000000000000..c2a4960c8ac6c4f0c0bd988c2d0a2af4a6a03475 --- /dev/null +++ b/HipRay/labels/image_122.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47593aaa5649bbb8cb6ca94a625bcb48d575ed7f26e4c3c3d380738169f508ba +size 1407 diff --git a/HipRay/labels/image_123.png b/HipRay/labels/image_123.png new file mode 100644 index 0000000000000000000000000000000000000000..abb02d0a2cb45c43f7c22165337dc474a58475b6 --- /dev/null +++ b/HipRay/labels/image_123.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52030e92541e277b98c209ce15e5325cf9e66c885902cd10f76bf48856951701 +size 1381 diff --git a/HipRay/labels/image_124.png b/HipRay/labels/image_124.png new file mode 100644 index 0000000000000000000000000000000000000000..829206c5f613887a9285c344fdae036ea66e02ce --- /dev/null +++ b/HipRay/labels/image_124.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd990c7f73171e949987f9ea5bd519d4295b519964db26c93c1375046a4a4faa +size 1362 diff --git a/HipRay/labels/image_125.png b/HipRay/labels/image_125.png new file mode 100644 index 0000000000000000000000000000000000000000..ba885a37e08b51ea642c80dff4081e6b473ebf62 --- /dev/null +++ b/HipRay/labels/image_125.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be9b0b200cf737c41365b8bbb7c1ead02442e180bf750e08306d4c3574ce589b +size 1506 diff --git a/HipRay/labels/image_126.png b/HipRay/labels/image_126.png new file mode 100644 index 0000000000000000000000000000000000000000..1de67924ccc3e02b39f1c4ebc81f2aedb6843202 --- /dev/null +++ b/HipRay/labels/image_126.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15c4d6d33ed8f8661af1beaca22959986ba7e6ad8957143e9866ab36487ce119 +size 1382 diff --git a/HipRay/labels/image_127.png b/HipRay/labels/image_127.png new file mode 100644 index 0000000000000000000000000000000000000000..5c4f3f2a30cb1c3f9088d2df55446470ae3480aa --- /dev/null +++ b/HipRay/labels/image_127.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0f383ac165f226c370f8378cc7fc30cf1cd357e4f9712e851ccf67d18f0d498 +size 1382 diff --git a/HipRay/labels/image_128.png b/HipRay/labels/image_128.png new file mode 100644 index 0000000000000000000000000000000000000000..1d15a33363e0aac68c54c07c63e9106900aa696f --- /dev/null +++ b/HipRay/labels/image_128.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46f78492ec240b35384fde09a64680ca5271bb31909c0b2c34ff79bf2b524888 +size 1413 diff --git a/HipRay/labels/image_129.png b/HipRay/labels/image_129.png new file mode 100644 index 0000000000000000000000000000000000000000..46e45066795858ee9dc3eb4b1cc5627c3a5d3384 --- /dev/null +++ b/HipRay/labels/image_129.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fb86d21d46321f0734de68a1695a05e003712524c2a6ef0d1b5126d87ddad53 +size 1402 diff --git a/HipRay/labels/image_130.png b/HipRay/labels/image_130.png new file mode 100644 index 0000000000000000000000000000000000000000..4af04b923f44f0621ad16f9521f70a86a713ba57 --- /dev/null +++ b/HipRay/labels/image_130.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f4743faba8d092d5316e8445506d2b745c995a28915c0f84799e63e8cdf240d +size 1552 diff --git a/HipRay/labels/image_131.png b/HipRay/labels/image_131.png new file mode 100644 index 0000000000000000000000000000000000000000..6e0a7e50eb7a0f7a17550920b0b13df8e72c7e8b --- /dev/null +++ b/HipRay/labels/image_131.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12f4f285c8c3c2d0d4c8486ff9bcf859e372873de7766d7d2cb709e38808b321 +size 1274 diff --git a/HipRay/labels/image_132.png b/HipRay/labels/image_132.png new file mode 100644 index 0000000000000000000000000000000000000000..6756a05cbde89f9df1fca42159cb4b777f67bd73 --- /dev/null +++ b/HipRay/labels/image_132.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd45022e07cbd308e730942ff6996ff439d1e348001940cb413498f44a888dca +size 1380 diff --git a/HipRay/labels/image_133.png b/HipRay/labels/image_133.png new file mode 100644 index 0000000000000000000000000000000000000000..17ac207fa15439e4f140285e5cc78134a7bca60d --- /dev/null +++ b/HipRay/labels/image_133.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b79c84de175d9d9abf50b6baefb9a89215e9ca97407fc0c9b23b85075ca03d1e +size 1460 diff --git a/HipRay/labels/image_134.png b/HipRay/labels/image_134.png new file mode 100644 index 0000000000000000000000000000000000000000..cb0aadbc262359099e14d57a1fb212aeaa43d968 --- /dev/null +++ b/HipRay/labels/image_134.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee8d82f85b5110c1a5591749ac60227dadcda58c38d08d78d36d28bdf5dd26f8 +size 1370 diff --git a/HipRay/labels/image_135.png b/HipRay/labels/image_135.png new file mode 100644 index 0000000000000000000000000000000000000000..abe29697071f0c0e7d1888be69daec2cf6656537 --- /dev/null +++ b/HipRay/labels/image_135.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:511702682ec7cbe4734eca3f5defdb72354204c3cfe39db21762825c26f87f4b +size 1460 diff --git a/HipRay/labels/image_136.png b/HipRay/labels/image_136.png new file mode 100644 index 0000000000000000000000000000000000000000..4a29c11e503f509c6bd58962fccf67a5c906dbb6 --- /dev/null +++ b/HipRay/labels/image_136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c946dfe2b9ccfc61114670d818868a621a71176f0c96f8ccee65055ea199f5ea +size 1484 diff --git a/HipRay/labels/image_137.png b/HipRay/labels/image_137.png new file mode 100644 index 0000000000000000000000000000000000000000..bf1e351ede106c2b5fdcea7496c8a5249b3b5638 --- /dev/null +++ b/HipRay/labels/image_137.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cbe43c7b6783c82e2e114a5cd8dceb759ef80f8af7403f3c9b07d2e7259ee25 +size 1436 diff --git a/HipRay/labels/image_138.png b/HipRay/labels/image_138.png new file mode 100644 index 0000000000000000000000000000000000000000..5a73d6c11f150d2fd341a78a35ccb13db16329fb --- /dev/null +++ b/HipRay/labels/image_138.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c7dd005de5985f4dd6ec5b89e45e41430e1f34d8f50fed72fe9b1da1ec5cc1f +size 1370 diff --git a/HipRay/labels/image_139.png b/HipRay/labels/image_139.png new file mode 100644 index 0000000000000000000000000000000000000000..fdd0af4a604eebd93b7a05e31b32e88a33cb75cf --- /dev/null +++ b/HipRay/labels/image_139.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4cebd5cc56144ea41e7ec1fcaeca79f20826d14daf49e9a7adaa5896bf7081b +size 1382 diff --git a/HipRay/labels/image_140.png b/HipRay/labels/image_140.png new file mode 100644 index 0000000000000000000000000000000000000000..d5d227cb5ccda626f1d5445fffd3689d6dc24b1c --- /dev/null +++ b/HipRay/labels/image_140.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05928ddeb5b07aeff22c410d78af21008d793d54187b2c5782773b07bfc6ed57 +size 1551 diff --git a/LowerLimbs/LICENSE b/LowerLimbs/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..44bbf929d779cca617817e375ea06c6a9ebe0d7c --- /dev/null +++ b/LowerLimbs/LICENSE @@ -0,0 +1,5 @@ +CC BY 4.0 +https://creativecommons.org/licenses/by/4.0/ + +Derived from: https://universe.roboflow.com/orthopedicstitching/bone-identifier-1rey5 +Attribution: Roboflow Universe project `orthopedicstitching/bone-identifier-1rey5` (CC BY 4.0). diff --git a/LowerLimbs/README.md b/LowerLimbs/README.md new file mode 100644 index 0000000000000000000000000000000000000000..459f044bb506fdd71330b4ecc0f085536d137160 --- /dev/null +++ b/LowerLimbs/README.md @@ -0,0 +1,37 @@ +# LowerLimbs (lower-limb radiographs) + +Part of the FleXray data release. Repackaged from the original distribution at +https://universe.roboflow.com/orthopedicstitching/bone-identifier-1rey5 under CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/). + +**Citation:** Roboflow Universe project `orthopedicstitching/bone-identifier-1rey5` (CC BY 4.0). + +## Contents + +- 56 samples (test: 8, train: 39, val: 9); one image and one label per sample. +- `images/*.png`: 16-bit grayscale PNG, intensities in [0, 65535] map linearly to [0, 1]. +- `labels/`: binary channel masks (NPY, C x H x W). Label ids/channels: +- channel `0`: background +- channel `1`: todo_drop_native_1 +- channel `2`: todo_drop_native_2 +- channel `3`: femurs +- channel `4`: todo_drop_native_4 +- channel `5`: fibulae +- channel `6`: tibiae +- channel `7`: todo_drop_native_7 +- `dataset.yml`: `fxr-dataset` manifest (schema version 1). Splits are the + ones used in the FleXray paper; `metadata.original_shape` is the source image shape. + +## Preprocessing + +Every image was min-max normalized to [0, 1] per image, padded to a square with zeros +(centered) and resized to 256 x 256 (area interpolation for images, nearest for labels). Labels were remapped from the +source annotation to the dataset-native names listed above; the FleXray package maps +those names into its label protocol at training time. + +## Usage + +```bash +pip install flexray +fxr-dataset validate dataset.yml +fxr-dataset pack dataset.yml /data/flexray/LowerLimbs +``` diff --git a/LowerLimbs/dataset.yml b/LowerLimbs/dataset.yml new file mode 100644 index 0000000000000000000000000000000000000000..bb9290947cf6a19b3307023aa1dbdbecdd6363c0 --- /dev/null +++ b/LowerLimbs/dataset.yml @@ -0,0 +1,574 @@ +schema_version: 1 +dataset_name: LowerLimbs +dataset_type: xray-seg +protocol_name: all_structures_flexray_v4 +label_names: +- background +- todo_drop_native_1 +- todo_drop_native_2 +- femurs +- todo_drop_native_4 +- fibulae +- tibiae +- todo_drop_native_7 +samples: +- sample_id: test_Knee 1_JPG.rf.AAY7S1HbBVKCNLqXgfOR + subject_id: Knee 1_JPG + split: test + image: images/test_Knee 1_JPG.rf.AAY7S1HbBVKCNLqXgfOR.png + label: labels/test_Knee 1_JPG.rf.AAY7S1HbBVKCNLqXgfOR.npy + metadata: + original_shape: + - 382 + - 442 + source_split: train +- sample_id: test_Oa5_JPG.rf.utRCLUZQh5DGtZG6qzz8 + subject_id: Oa5_JPG + split: test + image: images/test_Oa5_JPG.rf.utRCLUZQh5DGtZG6qzz8.png + label: labels/test_Oa5_JPG.rf.utRCLUZQh5DGtZG6qzz8.npy + metadata: + original_shape: + - 528 + - 640 + source_split: train +- sample_id: test_ankle1_JPG.rf.cvIxRH66clwZvGC36nSa + subject_id: ankle1_JPG + split: test + image: images/test_ankle1_JPG.rf.cvIxRH66clwZvGC36nSa.png + label: labels/test_ankle1_JPG.rf.cvIxRH66clwZvGC36nSa.npy + metadata: + original_shape: + - 2446 + - 2010 + source_split: train +- sample_id: test_hip9_JPG.rf.2su2TeNg6cvZIuYDLuKC + subject_id: hip9_JPG + split: test + image: images/test_hip9_JPG.rf.2su2TeNg6cvZIuYDLuKC.png + label: labels/test_hip9_JPG.rf.2su2TeNg6cvZIuYDLuKC.npy + metadata: + original_shape: + - 358 + - 600 + source_split: train +- sample_id: test_knee13_jpg.rf.ZIxrjMlPv6sAxPPpY49r + subject_id: knee13_jpg + split: test + image: images/test_knee13_jpg.rf.ZIxrjMlPv6sAxPPpY49r.png + label: labels/test_knee13_jpg.rf.ZIxrjMlPv6sAxPPpY49r.npy + metadata: + original_shape: + - 2446 + - 2010 + source_split: train +- sample_id: test_leg3_JPG.rf.ddpeJUPf3e2jMFq4LGB1 + subject_id: leg3_JPG + split: test + image: images/test_leg3_JPG.rf.ddpeJUPf3e2jMFq4LGB1.png + label: labels/test_leg3_JPG.rf.ddpeJUPf3e2jMFq4LGB1.npy + metadata: + original_shape: + - 900 + - 740 + source_split: train +- sample_id: test_scan11_jpg.rf.rh01rz4zJftSU8gyt9xc + subject_id: scan11_jpg + split: test + image: images/test_scan11_jpg.rf.rh01rz4zJftSU8gyt9xc.png + label: labels/test_scan11_jpg.rf.rh01rz4zJftSU8gyt9xc.npy + metadata: + original_shape: + - 1600 + - 532 + source_split: train +- sample_id: test_scan2_JPG.rf.1BlO4ic6g86NPukNJgdz + subject_id: scan2_JPG + split: test + image: images/test_scan2_JPG.rf.1BlO4ic6g86NPukNJgdz.png + label: labels/test_scan2_JPG.rf.1BlO4ic6g86NPukNJgdz.npy + metadata: + original_shape: + - 667 + - 360 + source_split: train +- sample_id: train_Oa7_jpg.rf.8LNLv991RZQAmceV97Km + subject_id: Oa7_jpg + split: train + image: images/train_Oa7_jpg.rf.8LNLv991RZQAmceV97Km.png + label: labels/train_Oa7_jpg.rf.8LNLv991RZQAmceV97Km.npy + metadata: + original_shape: + - 640 + - 853 + source_split: train +- sample_id: train_ankle10_PNG.rf.VXLsymzFfO0YomznI3W5 + subject_id: ankle10_PNG + split: train + image: images/train_ankle10_PNG.rf.VXLsymzFfO0YomznI3W5.png + label: labels/train_ankle10_PNG.rf.VXLsymzFfO0YomznI3W5.npy + metadata: + original_shape: + - 693 + - 850 + source_split: train +- sample_id: train_ankle2_jpg.rf.94hhMYMrEOCF9t1UbvS3 + subject_id: ankle2_jpg + split: train + image: images/train_ankle2_jpg.rf.94hhMYMrEOCF9t1UbvS3.png + label: labels/train_ankle2_jpg.rf.94hhMYMrEOCF9t1UbvS3.npy + metadata: + original_shape: + - 2446 + - 2010 + source_split: train +- sample_id: train_ankle5_JPG.rf.hKhnHCXjKBMx21WPbAaW + subject_id: ankle5_JPG + split: train + image: images/train_ankle5_JPG.rf.hKhnHCXjKBMx21WPbAaW.png + label: labels/train_ankle5_JPG.rf.hKhnHCXjKBMx21WPbAaW.npy + metadata: + original_shape: + - 1024 + - 1024 + source_split: train +- sample_id: train_ankle6_JPG.rf.7Rkt8HM8d7LK9IBTVBR1 + subject_id: ankle6_JPG + split: train + image: images/train_ankle6_JPG.rf.7Rkt8HM8d7LK9IBTVBR1.png + label: labels/train_ankle6_JPG.rf.7Rkt8HM8d7LK9IBTVBR1.npy + metadata: + original_shape: + - 1798 + - 854 + source_split: train +- sample_id: train_ankle7_JPG.rf.kPkbtWLvr41FBHhGP4Yl + subject_id: ankle7_JPG + split: train + image: images/train_ankle7_JPG.rf.kPkbtWLvr41FBHhGP4Yl.png + label: labels/train_ankle7_JPG.rf.kPkbtWLvr41FBHhGP4Yl.npy + metadata: + original_shape: + - 1696 + - 1177 + source_split: train +- sample_id: train_ankle8_JPG.rf.rRnPoYv97q1zk6jEthgL + subject_id: ankle8_JPG + split: train + image: images/train_ankle8_JPG.rf.rRnPoYv97q1zk6jEthgL.png + label: labels/train_ankle8_JPG.rf.rRnPoYv97q1zk6jEthgL.npy + metadata: + original_shape: + - 2048 + - 1250 + source_split: train +- sample_id: train_ankle9_JPG.rf.jHdInwPgP8cWEY5yfwSD + subject_id: ankle9_JPG + split: train + image: images/train_ankle9_JPG.rf.jHdInwPgP8cWEY5yfwSD.png + label: labels/train_ankle9_JPG.rf.jHdInwPgP8cWEY5yfwSD.npy + metadata: + original_shape: + - 442 + - 347 + source_split: train +- sample_id: train_hip10_PNG.rf.nrlzE28nflQ1k2iuJUed + subject_id: hip10_PNG + split: train + image: images/train_hip10_PNG.rf.nrlzE28nflQ1k2iuJUed.png + label: labels/train_hip10_PNG.rf.nrlzE28nflQ1k2iuJUed.npy + metadata: + original_shape: + - 819 + - 850 + source_split: train +- sample_id: train_hip11_JPG.rf.UdYS3K3fngBYNfieNNtm + subject_id: hip11_JPG + split: train + image: images/train_hip11_JPG.rf.UdYS3K3fngBYNfieNNtm.png + label: labels/train_hip11_JPG.rf.UdYS3K3fngBYNfieNNtm.npy + metadata: + original_shape: + - 1280 + - 1042 + source_split: train +- sample_id: train_hip12_jpg.rf.ihRLPxA7EuTtbkBGtVWT + subject_id: hip12_jpg + split: train + image: images/train_hip12_jpg.rf.ihRLPxA7EuTtbkBGtVWT.png + label: labels/train_hip12_jpg.rf.ihRLPxA7EuTtbkBGtVWT.npy + metadata: + original_shape: + - 318 + - 168 + source_split: train +- sample_id: train_hip1_JPG.rf.PjwYeT5fTCOObDWNzMGh + subject_id: hip1_JPG + split: train + image: images/train_hip1_JPG.rf.PjwYeT5fTCOObDWNzMGh.png + label: labels/train_hip1_JPG.rf.PjwYeT5fTCOObDWNzMGh.npy + metadata: + original_shape: + - 630 + - 217 + source_split: train +- sample_id: train_hip2_JPG.rf.VD4oEVE9a5Y9ocvMBOFY + subject_id: hip2_JPG + split: train + image: images/train_hip2_JPG.rf.VD4oEVE9a5Y9ocvMBOFY.png + label: labels/train_hip2_JPG.rf.VD4oEVE9a5Y9ocvMBOFY.npy + metadata: + original_shape: + - 1024 + - 851 + source_split: train +- sample_id: train_hip3_jpg.rf.MNskx5YaOgLiFTrzA85S + subject_id: hip3_jpg + split: train + image: images/train_hip3_jpg.rf.MNskx5YaOgLiFTrzA85S.png + label: labels/train_hip3_jpg.rf.MNskx5YaOgLiFTrzA85S.npy + metadata: + original_shape: + - 2446 + - 2010 + source_split: train +- sample_id: train_hip5_jpg.rf.chJj4IN2ycoSTlSMFTgq + subject_id: hip5_jpg + split: train + image: images/train_hip5_jpg.rf.chJj4IN2ycoSTlSMFTgq.png + label: labels/train_hip5_jpg.rf.chJj4IN2ycoSTlSMFTgq.npy + metadata: + original_shape: + - 2446 + - 2010 + source_split: train +- sample_id: train_hip7_jpg.rf.Dl0fElb5qSDO2h70VcTL + subject_id: hip7_jpg + split: train + image: images/train_hip7_jpg.rf.Dl0fElb5qSDO2h70VcTL.png + label: labels/train_hip7_jpg.rf.Dl0fElb5qSDO2h70VcTL.npy + metadata: + original_shape: + - 635 + - 416 + source_split: train +- sample_id: train_hip8_PNG.rf.ZQFMQU1sDBkdojiYX6I6 + subject_id: hip8_PNG + split: train + image: images/train_hip8_PNG.rf.ZQFMQU1sDBkdojiYX6I6.png + label: labels/train_hip8_PNG.rf.ZQFMQU1sDBkdojiYX6I6.npy + metadata: + original_shape: + - 884 + - 1087 + source_split: train +- sample_id: train_knee 2_JPG.rf.oIx02oqwnhTdQUKTRqQ0 + subject_id: knee 2_JPG + split: train + image: images/train_knee 2_JPG.rf.oIx02oqwnhTdQUKTRqQ0.png + label: labels/train_knee 2_JPG.rf.oIx02oqwnhTdQUKTRqQ0.npy + metadata: + original_shape: + - 2446 + - 2010 + source_split: train +- sample_id: train_knee 3_WEBP.rf.TjQorqJF9mOsdQ2E6M8Q + subject_id: knee 3_WEBP.rf.TjQorqJF9mOsdQ2E6M8Q.WEBP + split: train + image: images/train_knee 3_WEBP.rf.TjQorqJF9mOsdQ2E6M8Q.png + label: labels/train_knee 3_WEBP.rf.TjQorqJF9mOsdQ2E6M8Q.npy + metadata: + original_shape: + - 550 + - 550 + source_split: train +- sample_id: train_knee 4_JPG.rf.zNta4v8psSL7McmkLoL6 + subject_id: knee 4_JPG + split: train + image: images/train_knee 4_JPG.rf.zNta4v8psSL7McmkLoL6.png + label: labels/train_knee 4_JPG.rf.zNta4v8psSL7McmkLoL6.npy + metadata: + original_shape: + - 720 + - 1280 + source_split: train +- sample_id: train_knee 5_PNG.rf.nq6fimCATq9Cm3h84kGw + subject_id: knee 5_PNG + split: train + image: images/train_knee 5_PNG.rf.nq6fimCATq9Cm3h84kGw.png + label: labels/train_knee 5_PNG.rf.nq6fimCATq9Cm3h84kGw.npy + metadata: + original_shape: + - 835 + - 986 + source_split: train +- sample_id: train_knee 6_WEBP.rf.l6otzLseFmSzxgjCANKv + subject_id: knee 6_WEBP.rf.l6otzLseFmSzxgjCANKv.WEBP + split: train + image: images/train_knee 6_WEBP.rf.l6otzLseFmSzxgjCANKv.png + label: labels/train_knee 6_WEBP.rf.l6otzLseFmSzxgjCANKv.npy + metadata: + original_shape: + - 280 + - 216 + source_split: train +- sample_id: train_knee 7_WEBP.rf.Z3eYGDsGBLRK8eGCXJrg + subject_id: knee 7_WEBP.rf.Z3eYGDsGBLRK8eGCXJrg.WEBP + split: train + image: images/train_knee 7_WEBP.rf.Z3eYGDsGBLRK8eGCXJrg.png + label: labels/train_knee 7_WEBP.rf.Z3eYGDsGBLRK8eGCXJrg.npy + metadata: + original_shape: + - 451 + - 600 + source_split: train +- sample_id: train_knee12_jpg.rf.3nu5OiZUDQsg8bfG4Y0D + subject_id: knee12_jpg + split: train + image: images/train_knee12_jpg.rf.3nu5OiZUDQsg8bfG4Y0D.png + label: labels/train_knee12_jpg.rf.3nu5OiZUDQsg8bfG4Y0D.npy + metadata: + original_shape: + - 2446 + - 2010 + source_split: train +- sample_id: train_knee14_jpg.rf.B7VojnwoZPEguWASnYYR + subject_id: knee14_jpg + split: train + image: images/train_knee14_jpg.rf.B7VojnwoZPEguWASnYYR.png + label: labels/train_knee14_jpg.rf.B7VojnwoZPEguWASnYYR.npy + metadata: + original_shape: + - 966 + - 749 + source_split: train +- sample_id: train_knee8_JPG.rf.w13zsEUw2JWLDJEvAu8Z + subject_id: knee8_JPG + split: train + image: images/train_knee8_JPG.rf.w13zsEUw2JWLDJEvAu8Z.png + label: labels/train_knee8_JPG.rf.w13zsEUw2JWLDJEvAu8Z.npy + metadata: + original_shape: + - 686 + - 800 + source_split: train +- sample_id: train_knee9_jpg.rf.lHs7EWfUEdAHL6dLE3xH + subject_id: knee9_jpg + split: train + image: images/train_knee9_jpg.rf.lHs7EWfUEdAHL6dLE3xH.png + label: labels/train_knee9_jpg.rf.lHs7EWfUEdAHL6dLE3xH.npy + metadata: + original_shape: + - 460 + - 489 + source_split: train +- sample_id: train_leg1_JPG.rf.236FsuiHBi9KTL4xTu9i + subject_id: leg1_JPG + split: train + image: images/train_leg1_JPG.rf.236FsuiHBi9KTL4xTu9i.png + label: labels/train_leg1_JPG.rf.236FsuiHBi9KTL4xTu9i.npy + metadata: + original_shape: + - 1000 + - 988 + source_split: train +- sample_id: train_leg2_JPG.rf.kiLK744iIBxQz8CjJWW7 + subject_id: leg2_JPG + split: train + image: images/train_leg2_JPG.rf.kiLK744iIBxQz8CjJWW7.png + label: labels/train_leg2_JPG.rf.kiLK744iIBxQz8CjJWW7.npy + metadata: + original_shape: + - 1499 + - 575 + source_split: train +- sample_id: train_leg5_JPG.rf.FvMc0OrWRG8pCbFx3GpC + subject_id: leg5_JPG + split: train + image: images/train_leg5_JPG.rf.FvMc0OrWRG8pCbFx3GpC.png + label: labels/train_leg5_JPG.rf.FvMc0OrWRG8pCbFx3GpC.npy + metadata: + original_shape: + - 400 + - 400 + source_split: train +- sample_id: train_oa1_jpg.rf.I3U15v6vTNDQdwax7bJP + subject_id: oa1_jpg + split: train + image: images/train_oa1_jpg.rf.I3U15v6vTNDQdwax7bJP.png + label: labels/train_oa1_jpg.rf.I3U15v6vTNDQdwax7bJP.npy + metadata: + original_shape: + - 1053 + - 1365 + source_split: train +- sample_id: train_oa2_JPG.rf.gYIsBMA0SxqhBqHKlFLC + subject_id: oa2_JPG + split: train + image: images/train_oa2_JPG.rf.gYIsBMA0SxqhBqHKlFLC.png + label: labels/train_oa2_JPG.rf.gYIsBMA0SxqhBqHKlFLC.npy + metadata: + original_shape: + - 449 + - 801 + source_split: train +- sample_id: train_oa8_jpg.rf.QX4ZoBQWybPFhtM2zsnB + subject_id: oa8_jpg + split: train + image: images/train_oa8_jpg.rf.QX4ZoBQWybPFhtM2zsnB.png + label: labels/train_oa8_jpg.rf.QX4ZoBQWybPFhtM2zsnB.npy + metadata: + original_shape: + - 2446 + - 2010 + source_split: train +- sample_id: train_scan3_JPG.rf.bB4xHa8d0a3bpfVKh6Wo + subject_id: scan3_JPG + split: train + image: images/train_scan3_JPG.rf.bB4xHa8d0a3bpfVKh6Wo.png + label: labels/train_scan3_JPG.rf.bB4xHa8d0a3bpfVKh6Wo.npy + metadata: + original_shape: + - 1000 + - 588 + source_split: train +- sample_id: train_scan4_JPG.rf.Mb1b3njm26HVW2MC1F2N + subject_id: scan4_JPG + split: train + image: images/train_scan4_JPG.rf.Mb1b3njm26HVW2MC1F2N.png + label: labels/train_scan4_JPG.rf.Mb1b3njm26HVW2MC1F2N.npy + metadata: + original_shape: + - 612 + - 344 + source_split: train +- sample_id: train_scan5_WEBP.rf.MrTpaSLWc0K9HoftrXWT + subject_id: scan5_WEBP.rf.MrTpaSLWc0K9HoftrXWT.WEBP + split: train + image: images/train_scan5_WEBP.rf.MrTpaSLWc0K9HoftrXWT.png + label: labels/train_scan5_WEBP.rf.MrTpaSLWc0K9HoftrXWT.npy + metadata: + original_shape: + - 966 + - 474 + source_split: train +- sample_id: train_scan6_PNG.rf.MS18G2ZoOFBKn0CEBaUV + subject_id: scan6_PNG + split: train + image: images/train_scan6_PNG.rf.MS18G2ZoOFBKn0CEBaUV.png + label: labels/train_scan6_PNG.rf.MS18G2ZoOFBKn0CEBaUV.npy + metadata: + original_shape: + - 876 + - 296 + source_split: train +- sample_id: train_scan8_jpg.rf.znDnmzKYSadgRBKKsY8Z + subject_id: scan8_jpg + split: train + image: images/train_scan8_jpg.rf.znDnmzKYSadgRBKKsY8Z.png + label: labels/train_scan8_jpg.rf.znDnmzKYSadgRBKKsY8Z.npy + metadata: + original_shape: + - 978 + - 328 + source_split: train +- sample_id: train_scan9_JPG.rf.kMYXLZM3ba3GVxaNmWKi + subject_id: scan9_JPG + split: train + image: images/train_scan9_JPG.rf.kMYXLZM3ba3GVxaNmWKi.png + label: labels/train_scan9_JPG.rf.kMYXLZM3ba3GVxaNmWKi.npy + metadata: + original_shape: + - 949 + - 344 + source_split: train +- sample_id: val_ankle3_jpg.rf.JjE1fQfI26JttBVWxmA5 + subject_id: ankle3_jpg + split: val + image: images/val_ankle3_jpg.rf.JjE1fQfI26JttBVWxmA5.png + label: labels/val_ankle3_jpg.rf.JjE1fQfI26JttBVWxmA5.npy + metadata: + original_shape: + - 2446 + - 2010 + source_split: train +- sample_id: val_ankle4_jpg.rf.jAypoKGLpFLdzepBjPm2 + subject_id: ankle4_jpg + split: val + image: images/val_ankle4_jpg.rf.jAypoKGLpFLdzepBjPm2.png + label: labels/val_ankle4_jpg.rf.jAypoKGLpFLdzepBjPm2.npy + metadata: + original_shape: + - 2446 + - 2010 + source_split: train +- sample_id: val_hip4_JPG.rf.MT23oI7U0ro3bwpESnSS + subject_id: hip4_JPG + split: val + image: images/val_hip4_JPG.rf.MT23oI7U0ro3bwpESnSS.png + label: labels/val_hip4_JPG.rf.MT23oI7U0ro3bwpESnSS.npy + metadata: + original_shape: + - 2446 + - 2010 + source_split: train +- sample_id: val_hip6_jpg.rf.TGVh8aZbWdlnLC2q7HCB + subject_id: hip6_jpg + split: val + image: images/val_hip6_jpg.rf.TGVh8aZbWdlnLC2q7HCB.png + label: labels/val_hip6_jpg.rf.TGVh8aZbWdlnLC2q7HCB.npy + metadata: + original_shape: + - 2446 + - 2010 + source_split: train +- sample_id: val_knee 6_JPG.rf.gb8wGHm5djp4foGlkDIx + subject_id: knee 6_JPG + split: val + image: images/val_knee 6_JPG.rf.gb8wGHm5djp4foGlkDIx.png + label: labels/val_knee 6_JPG.rf.gb8wGHm5djp4foGlkDIx.npy + metadata: + original_shape: + - 926 + - 1000 + source_split: train +- sample_id: val_knee10_JPG.rf.uKOLbldkP3V21hFoMutA + subject_id: knee10_JPG + split: val + image: images/val_knee10_JPG.rf.uKOLbldkP3V21hFoMutA.png + label: labels/val_knee10_JPG.rf.uKOLbldkP3V21hFoMutA.npy + metadata: + original_shape: + - 678 + - 900 + source_split: train +- sample_id: val_leg4_JPG.rf.r3DyX30bLTfrY10EViFC + subject_id: leg4_JPG + split: val + image: images/val_leg4_JPG.rf.r3DyX30bLTfrY10EViFC.png + label: labels/val_leg4_JPG.rf.r3DyX30bLTfrY10EViFC.npy + metadata: + original_shape: + - 800 + - 688 + source_split: train +- sample_id: val_oa4_JPG.rf.qkeqP5t1BzGrI219UwR5 + subject_id: oa4_JPG + split: val + image: images/val_oa4_JPG.rf.qkeqP5t1BzGrI219UwR5.png + label: labels/val_oa4_JPG.rf.qkeqP5t1BzGrI219UwR5.npy + metadata: + original_shape: + - 692 + - 1000 + source_split: train +- sample_id: val_scan1_WEBP.rf.giel2I7NAJipS3okpJ1R + subject_id: scan1_WEBP.rf.giel2I7NAJipS3okpJ1R.WEBP + split: val + image: images/val_scan1_WEBP.rf.giel2I7NAJipS3okpJ1R.png + label: labels/val_scan1_WEBP.rf.giel2I7NAJipS3okpJ1R.npy + metadata: + original_shape: + - 600 + - 261 + source_split: train diff --git a/LowerLimbs/images/test_Knee 1_JPG.rf.AAY7S1HbBVKCNLqXgfOR.png b/LowerLimbs/images/test_Knee 1_JPG.rf.AAY7S1HbBVKCNLqXgfOR.png new file mode 100644 index 0000000000000000000000000000000000000000..3393d2bc405e69c7bc6219f549352f05ca873d6c --- /dev/null +++ b/LowerLimbs/images/test_Knee 1_JPG.rf.AAY7S1HbBVKCNLqXgfOR.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:524ec5971ee29d2017dc480722225b61a46a658a11163893985d9c6adcd54ba2 +size 58804 diff --git a/LowerLimbs/images/test_Oa5_JPG.rf.utRCLUZQh5DGtZG6qzz8.png b/LowerLimbs/images/test_Oa5_JPG.rf.utRCLUZQh5DGtZG6qzz8.png new file mode 100644 index 0000000000000000000000000000000000000000..c7721ccb329599cc7d53f779f7a062e3b52ee0e3 --- /dev/null +++ b/LowerLimbs/images/test_Oa5_JPG.rf.utRCLUZQh5DGtZG6qzz8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d05d1ba25093f5320b530372433b4cadebe59da592171154b539d8c396a56a81 +size 72618 diff --git a/LowerLimbs/images/test_ankle1_JPG.rf.cvIxRH66clwZvGC36nSa.png b/LowerLimbs/images/test_ankle1_JPG.rf.cvIxRH66clwZvGC36nSa.png new file mode 100644 index 0000000000000000000000000000000000000000..129b9fafbfae93076bfe6b2f1c62b1e32d2aefa1 --- /dev/null +++ b/LowerLimbs/images/test_ankle1_JPG.rf.cvIxRH66clwZvGC36nSa.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10f44d69254153d757d5b6868a3c7a9f0c3c77877aae111fefffc64f7e35bfdf +size 73703 diff --git a/LowerLimbs/images/test_hip9_JPG.rf.2su2TeNg6cvZIuYDLuKC.png b/LowerLimbs/images/test_hip9_JPG.rf.2su2TeNg6cvZIuYDLuKC.png new file mode 100644 index 0000000000000000000000000000000000000000..9f74efb8ca19d2eb910cc6f343f15c1968061b35 --- /dev/null +++ b/LowerLimbs/images/test_hip9_JPG.rf.2su2TeNg6cvZIuYDLuKC.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb674d3bb418ba2fa0e9c7518e81e8c8bf58b364ff247580f819968be1c7b711 +size 52103 diff --git a/LowerLimbs/images/test_knee13_jpg.rf.ZIxrjMlPv6sAxPPpY49r.png b/LowerLimbs/images/test_knee13_jpg.rf.ZIxrjMlPv6sAxPPpY49r.png new file mode 100644 index 0000000000000000000000000000000000000000..78a1bcce683bc51105dfa63a52f36907f0622349 --- /dev/null +++ b/LowerLimbs/images/test_knee13_jpg.rf.ZIxrjMlPv6sAxPPpY49r.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75d0cb2181f1e47cf7b5087f64615084a149c8a4bb45f81604113cdcf72f2942 +size 56958 diff --git a/LowerLimbs/images/test_leg3_JPG.rf.ddpeJUPf3e2jMFq4LGB1.png b/LowerLimbs/images/test_leg3_JPG.rf.ddpeJUPf3e2jMFq4LGB1.png new file mode 100644 index 0000000000000000000000000000000000000000..b07a3ebcbc71e18c057008d8474c1939465bb963 --- /dev/null +++ b/LowerLimbs/images/test_leg3_JPG.rf.ddpeJUPf3e2jMFq4LGB1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aabca2eb0aa988583585691eff4f0568e346c7143b50ee62780e0c4a281ff5a2 +size 39235 diff --git a/LowerLimbs/images/test_scan11_jpg.rf.rh01rz4zJftSU8gyt9xc.png b/LowerLimbs/images/test_scan11_jpg.rf.rh01rz4zJftSU8gyt9xc.png new file mode 100644 index 0000000000000000000000000000000000000000..51e3d8a5f5e40af247f6e0441090fd2045df46f2 --- /dev/null +++ b/LowerLimbs/images/test_scan11_jpg.rf.rh01rz4zJftSU8gyt9xc.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:577c324ed4e03db36c353dc5ddae33a518c11fc7bd40408f30a9f6381b40818b +size 31166 diff --git a/LowerLimbs/images/test_scan2_JPG.rf.1BlO4ic6g86NPukNJgdz.png b/LowerLimbs/images/test_scan2_JPG.rf.1BlO4ic6g86NPukNJgdz.png new file mode 100644 index 0000000000000000000000000000000000000000..15d862be6b3ec2e6c9c54aa8f5a952e8ff6cd0e0 --- /dev/null +++ b/LowerLimbs/images/test_scan2_JPG.rf.1BlO4ic6g86NPukNJgdz.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7cb04ee29c77029536f1d7cd7abdc7e17a6165041a5fe2df02c41a34ff5e63c +size 36925 diff --git a/LowerLimbs/images/train_Oa7_jpg.rf.8LNLv991RZQAmceV97Km.png b/LowerLimbs/images/train_Oa7_jpg.rf.8LNLv991RZQAmceV97Km.png new file mode 100644 index 0000000000000000000000000000000000000000..7abc4dc698f1278c421aa4c6027d762478d604e2 --- /dev/null +++ b/LowerLimbs/images/train_Oa7_jpg.rf.8LNLv991RZQAmceV97Km.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:851c892519ef4daeaa9944652ed19b8918b8074956fe163b4e7dccb93d9ff74d +size 68101 diff --git a/LowerLimbs/images/train_ankle10_PNG.rf.VXLsymzFfO0YomznI3W5.png b/LowerLimbs/images/train_ankle10_PNG.rf.VXLsymzFfO0YomznI3W5.png new file mode 100644 index 0000000000000000000000000000000000000000..f0a260b2ceaf36fb685346375c50976c8deaf356 --- /dev/null +++ b/LowerLimbs/images/train_ankle10_PNG.rf.VXLsymzFfO0YomznI3W5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:603322a94dc0eca8701dbfb2c8212de2d79d7e8532d7ca31fefded9707c40b7a +size 57145 diff --git a/LowerLimbs/images/train_ankle2_jpg.rf.94hhMYMrEOCF9t1UbvS3.png b/LowerLimbs/images/train_ankle2_jpg.rf.94hhMYMrEOCF9t1UbvS3.png new file mode 100644 index 0000000000000000000000000000000000000000..50fe2017a2ca650fd5a750014cb8c3a72e7ab229 --- /dev/null +++ b/LowerLimbs/images/train_ankle2_jpg.rf.94hhMYMrEOCF9t1UbvS3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56bf48eb339858609b35b44ba3776c2f84978464f44d21dc5baa07a4dd8e75ce +size 75073 diff --git a/LowerLimbs/images/train_ankle5_JPG.rf.hKhnHCXjKBMx21WPbAaW.png b/LowerLimbs/images/train_ankle5_JPG.rf.hKhnHCXjKBMx21WPbAaW.png new file mode 100644 index 0000000000000000000000000000000000000000..b66540be6cea5be65f762e4f032013cda2ecf3a4 --- /dev/null +++ b/LowerLimbs/images/train_ankle5_JPG.rf.hKhnHCXjKBMx21WPbAaW.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c490d0516a2221922606a10cac8f8e4b544fa113cd3d2b4d697e82772119264 +size 48374 diff --git a/LowerLimbs/images/train_ankle6_JPG.rf.7Rkt8HM8d7LK9IBTVBR1.png b/LowerLimbs/images/train_ankle6_JPG.rf.7Rkt8HM8d7LK9IBTVBR1.png new file mode 100644 index 0000000000000000000000000000000000000000..fe369418e3c9d3d901269bfb36de10dd583883e1 --- /dev/null +++ b/LowerLimbs/images/train_ankle6_JPG.rf.7Rkt8HM8d7LK9IBTVBR1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e581cc19e4f9ba53cff95d478a238e4c3fac2d9299668c79aa380f8586d5f11 +size 44063 diff --git a/LowerLimbs/images/train_ankle7_JPG.rf.kPkbtWLvr41FBHhGP4Yl.png b/LowerLimbs/images/train_ankle7_JPG.rf.kPkbtWLvr41FBHhGP4Yl.png new file mode 100644 index 0000000000000000000000000000000000000000..7a8109b22dec8932a5428d0f7677e279e08c505e --- /dev/null +++ b/LowerLimbs/images/train_ankle7_JPG.rf.kPkbtWLvr41FBHhGP4Yl.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0ad4bfe1df31be18f96784f2aac4518d230cf0edda5869715801cad80155cff +size 30881 diff --git a/LowerLimbs/images/train_ankle8_JPG.rf.rRnPoYv97q1zk6jEthgL.png b/LowerLimbs/images/train_ankle8_JPG.rf.rRnPoYv97q1zk6jEthgL.png new file mode 100644 index 0000000000000000000000000000000000000000..0db20b1c3729057d26401d5f39f3e458e7b35d2b --- /dev/null +++ b/LowerLimbs/images/train_ankle8_JPG.rf.rRnPoYv97q1zk6jEthgL.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbcecf1e25c32a0d9f5c33b085353ebd5f95dde66ca67df2251b4c04499a0254 +size 28548 diff --git a/LowerLimbs/images/train_ankle9_JPG.rf.jHdInwPgP8cWEY5yfwSD.png b/LowerLimbs/images/train_ankle9_JPG.rf.jHdInwPgP8cWEY5yfwSD.png new file mode 100644 index 0000000000000000000000000000000000000000..f4a70404f58bce0ad1de51ed66f6cd6dee3697d0 --- /dev/null +++ b/LowerLimbs/images/train_ankle9_JPG.rf.jHdInwPgP8cWEY5yfwSD.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74c9dd8a8a88128798f602ff9a83cc1c479b51df67cf79998ef0ce68bd6507ec +size 73456 diff --git a/LowerLimbs/images/train_hip10_PNG.rf.nrlzE28nflQ1k2iuJUed.png b/LowerLimbs/images/train_hip10_PNG.rf.nrlzE28nflQ1k2iuJUed.png new file mode 100644 index 0000000000000000000000000000000000000000..83459a22a5c405db0cadcdcd427655262b1508f3 --- /dev/null +++ b/LowerLimbs/images/train_hip10_PNG.rf.nrlzE28nflQ1k2iuJUed.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55e2899278656e0a9ead42cf13b1a8ca9678982a51b9f816d7ce1ffb4ba8d486 +size 87160 diff --git a/LowerLimbs/images/train_hip11_JPG.rf.UdYS3K3fngBYNfieNNtm.png b/LowerLimbs/images/train_hip11_JPG.rf.UdYS3K3fngBYNfieNNtm.png new file mode 100644 index 0000000000000000000000000000000000000000..ece9c06c9105b001edf52c5443153604dcda39db --- /dev/null +++ b/LowerLimbs/images/train_hip11_JPG.rf.UdYS3K3fngBYNfieNNtm.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae7d8c57d4e47926e0ed25bd1e871998397ffdca6def7f78cbe16df80d920d91 +size 68006 diff --git a/LowerLimbs/images/train_hip12_jpg.rf.ihRLPxA7EuTtbkBGtVWT.png b/LowerLimbs/images/train_hip12_jpg.rf.ihRLPxA7EuTtbkBGtVWT.png new file mode 100644 index 0000000000000000000000000000000000000000..ef3b5c0ab68969ea9d2faf9d856dc2689bb5e1c6 --- /dev/null +++ b/LowerLimbs/images/train_hip12_jpg.rf.ihRLPxA7EuTtbkBGtVWT.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f7461584ac74a737e09c5826c06daf62e53af1613ad7341898c5b307f383e2e +size 31349 diff --git a/LowerLimbs/images/train_hip1_JPG.rf.PjwYeT5fTCOObDWNzMGh.png b/LowerLimbs/images/train_hip1_JPG.rf.PjwYeT5fTCOObDWNzMGh.png new file mode 100644 index 0000000000000000000000000000000000000000..01e51488d91c01b07485a1fd8b68d4d263480c9a --- /dev/null +++ b/LowerLimbs/images/train_hip1_JPG.rf.PjwYeT5fTCOObDWNzMGh.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1697d08e5fae0952dd9a1eb34da1f56ac2a67e9853974f13f8964b9b7b77841 +size 30202 diff --git a/LowerLimbs/images/train_hip2_JPG.rf.VD4oEVE9a5Y9ocvMBOFY.png b/LowerLimbs/images/train_hip2_JPG.rf.VD4oEVE9a5Y9ocvMBOFY.png new file mode 100644 index 0000000000000000000000000000000000000000..24d370b1f0c23caa7163f466c082c50ae4c4eff0 --- /dev/null +++ b/LowerLimbs/images/train_hip2_JPG.rf.VD4oEVE9a5Y9ocvMBOFY.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6fe3cea4d61fadf2bfc35c3f40f2db81966fc96516d7c11df3ce74d343a2957 +size 41964 diff --git a/LowerLimbs/images/train_hip3_jpg.rf.MNskx5YaOgLiFTrzA85S.png b/LowerLimbs/images/train_hip3_jpg.rf.MNskx5YaOgLiFTrzA85S.png new file mode 100644 index 0000000000000000000000000000000000000000..65a7efd5a14aea144bc461497175518cb3df9702 --- /dev/null +++ b/LowerLimbs/images/train_hip3_jpg.rf.MNskx5YaOgLiFTrzA85S.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b28ceda673444fbc2768dc36e26afed2bef8f66bc8a7ed3ff460e317aa0ca82 +size 68989 diff --git a/LowerLimbs/images/train_hip5_jpg.rf.chJj4IN2ycoSTlSMFTgq.png b/LowerLimbs/images/train_hip5_jpg.rf.chJj4IN2ycoSTlSMFTgq.png new file mode 100644 index 0000000000000000000000000000000000000000..50b602aa97fddc38cc4f828e339fe80f36bf1249 --- /dev/null +++ b/LowerLimbs/images/train_hip5_jpg.rf.chJj4IN2ycoSTlSMFTgq.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:532bcc31dee7f6f097330f7270404c5c5a55316b01d80980610477e8f39d2177 +size 67848 diff --git a/LowerLimbs/images/train_hip7_jpg.rf.Dl0fElb5qSDO2h70VcTL.png b/LowerLimbs/images/train_hip7_jpg.rf.Dl0fElb5qSDO2h70VcTL.png new file mode 100644 index 0000000000000000000000000000000000000000..19de9ac2cd8ded1c7445e5f26fe3d05ec3d867b8 --- /dev/null +++ b/LowerLimbs/images/train_hip7_jpg.rf.Dl0fElb5qSDO2h70VcTL.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0641ec9ab4eadf88e2d9709d9bafd835855f2adcc9bbc530e6b1bd7128c0cf96 +size 51027 diff --git a/LowerLimbs/images/train_hip8_PNG.rf.ZQFMQU1sDBkdojiYX6I6.png b/LowerLimbs/images/train_hip8_PNG.rf.ZQFMQU1sDBkdojiYX6I6.png new file mode 100644 index 0000000000000000000000000000000000000000..2587311c0f0f45a9a73d7965ffe6dceeb6fbab0b --- /dev/null +++ b/LowerLimbs/images/train_hip8_PNG.rf.ZQFMQU1sDBkdojiYX6I6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3fd8a8842bd6a3ee439e406b242e856d763c7ded0ba12a46baaa65809ef7f33 +size 67625 diff --git a/LowerLimbs/images/train_knee 2_JPG.rf.oIx02oqwnhTdQUKTRqQ0.png b/LowerLimbs/images/train_knee 2_JPG.rf.oIx02oqwnhTdQUKTRqQ0.png new file mode 100644 index 0000000000000000000000000000000000000000..ec68176db150f047cc6b572b6f16caf2866659ee --- /dev/null +++ b/LowerLimbs/images/train_knee 2_JPG.rf.oIx02oqwnhTdQUKTRqQ0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31a16a098b2e159042754ebaed445a5f8b41be480acfca7acf0fc49140433ad7 +size 69535 diff --git a/LowerLimbs/images/train_knee 3_WEBP.rf.TjQorqJF9mOsdQ2E6M8Q.png b/LowerLimbs/images/train_knee 3_WEBP.rf.TjQorqJF9mOsdQ2E6M8Q.png new file mode 100644 index 0000000000000000000000000000000000000000..8d6f3130b4a5c8441d89766ed61854771865bde3 --- /dev/null +++ b/LowerLimbs/images/train_knee 3_WEBP.rf.TjQorqJF9mOsdQ2E6M8Q.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80cf28ad9c773f266fcbea12b030df53a16a458303b03c50d4ea0e18ca753e66 +size 80738 diff --git a/LowerLimbs/images/train_knee 4_JPG.rf.zNta4v8psSL7McmkLoL6.png b/LowerLimbs/images/train_knee 4_JPG.rf.zNta4v8psSL7McmkLoL6.png new file mode 100644 index 0000000000000000000000000000000000000000..ea9592db62a949aa6ff08258c8b23893a659842c --- /dev/null +++ b/LowerLimbs/images/train_knee 4_JPG.rf.zNta4v8psSL7McmkLoL6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:323dc03689bfca352a7b41c7602624c9d71419a16c5083fb5147950b27825592 +size 36680 diff --git a/LowerLimbs/images/train_knee 5_PNG.rf.nq6fimCATq9Cm3h84kGw.png b/LowerLimbs/images/train_knee 5_PNG.rf.nq6fimCATq9Cm3h84kGw.png new file mode 100644 index 0000000000000000000000000000000000000000..fd315a90c8ec4aad891a53957ff787acfd52bd77 --- /dev/null +++ b/LowerLimbs/images/train_knee 5_PNG.rf.nq6fimCATq9Cm3h84kGw.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c27ec75863cef14dd9738ea82884bdd25223df47d9e86a3630cbd50a1cf533d6 +size 61281 diff --git a/LowerLimbs/images/train_knee 6_WEBP.rf.l6otzLseFmSzxgjCANKv.png b/LowerLimbs/images/train_knee 6_WEBP.rf.l6otzLseFmSzxgjCANKv.png new file mode 100644 index 0000000000000000000000000000000000000000..a4bb9dbe98f2a28b921f01c5a0e5ce8427a6f65f --- /dev/null +++ b/LowerLimbs/images/train_knee 6_WEBP.rf.l6otzLseFmSzxgjCANKv.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6b6d4eed157cbfcf03cbaac3b754ef66632e484acae3d03a7033c0a063ce8b8 +size 52627 diff --git a/LowerLimbs/images/train_knee 7_WEBP.rf.Z3eYGDsGBLRK8eGCXJrg.png b/LowerLimbs/images/train_knee 7_WEBP.rf.Z3eYGDsGBLRK8eGCXJrg.png new file mode 100644 index 0000000000000000000000000000000000000000..573a65403d9083236d3f6bb90365d15faf9c2040 --- /dev/null +++ b/LowerLimbs/images/train_knee 7_WEBP.rf.Z3eYGDsGBLRK8eGCXJrg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44060bfbe2140c2485a175c52dd2757ce20c00d8ab0cf29f9ec5812dff5c66b3 +size 38094 diff --git a/LowerLimbs/images/train_knee12_jpg.rf.3nu5OiZUDQsg8bfG4Y0D.png b/LowerLimbs/images/train_knee12_jpg.rf.3nu5OiZUDQsg8bfG4Y0D.png new file mode 100644 index 0000000000000000000000000000000000000000..7712a31ad1f1da3b2fd19c591623298f44ff1e2f --- /dev/null +++ b/LowerLimbs/images/train_knee12_jpg.rf.3nu5OiZUDQsg8bfG4Y0D.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7324ad1864ca795600378bcf56c830103b6eaf319fd87ddd905cbfcd2e3b9bb4 +size 73068 diff --git a/LowerLimbs/images/train_knee14_jpg.rf.B7VojnwoZPEguWASnYYR.png b/LowerLimbs/images/train_knee14_jpg.rf.B7VojnwoZPEguWASnYYR.png new file mode 100644 index 0000000000000000000000000000000000000000..6cb8786ce3dfd9145c8268d61a82e415b160d0cf --- /dev/null +++ b/LowerLimbs/images/train_knee14_jpg.rf.B7VojnwoZPEguWASnYYR.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df89f1be0c1f14258a8ea26ab2ea93c44d3c3ef0788cc06a3ed7f94df3752593 +size 61702 diff --git a/LowerLimbs/images/train_knee8_JPG.rf.w13zsEUw2JWLDJEvAu8Z.png b/LowerLimbs/images/train_knee8_JPG.rf.w13zsEUw2JWLDJEvAu8Z.png new file mode 100644 index 0000000000000000000000000000000000000000..6e66ee9780e3fc9a7a819cf4165d668db69df5bc --- /dev/null +++ b/LowerLimbs/images/train_knee8_JPG.rf.w13zsEUw2JWLDJEvAu8Z.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f549217c16efff64e1492b44cf63c30228c222ee370b03f9d518754351eb0ca8 +size 66200 diff --git a/LowerLimbs/images/train_knee9_jpg.rf.lHs7EWfUEdAHL6dLE3xH.png b/LowerLimbs/images/train_knee9_jpg.rf.lHs7EWfUEdAHL6dLE3xH.png new file mode 100644 index 0000000000000000000000000000000000000000..3ffe2bc1520a8aa04d71013daa12129a03fa6cd4 --- /dev/null +++ b/LowerLimbs/images/train_knee9_jpg.rf.lHs7EWfUEdAHL6dLE3xH.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2430fbcf548c7dc793cce4654d0dc04f9635bc8642734018f9c2cf9d72952257 +size 81310 diff --git a/LowerLimbs/images/train_leg1_JPG.rf.236FsuiHBi9KTL4xTu9i.png b/LowerLimbs/images/train_leg1_JPG.rf.236FsuiHBi9KTL4xTu9i.png new file mode 100644 index 0000000000000000000000000000000000000000..0ea1c017f1257fb9ddaf0e0fd33f3f0db0bb7b72 --- /dev/null +++ b/LowerLimbs/images/train_leg1_JPG.rf.236FsuiHBi9KTL4xTu9i.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f38dd07afc1799f5d01d9c54655825059390c749578c9b2924b60d49749d0a3a +size 57132 diff --git a/LowerLimbs/images/train_leg2_JPG.rf.kiLK744iIBxQz8CjJWW7.png b/LowerLimbs/images/train_leg2_JPG.rf.kiLK744iIBxQz8CjJWW7.png new file mode 100644 index 0000000000000000000000000000000000000000..bbff96a95bc37d729a59adc23912b6b92225005b --- /dev/null +++ b/LowerLimbs/images/train_leg2_JPG.rf.kiLK744iIBxQz8CjJWW7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a38524a7ecebe15a315760908b0d7876a05a17f6a9658afcbfa54820441edc05 +size 29528 diff --git a/LowerLimbs/images/train_leg5_JPG.rf.FvMc0OrWRG8pCbFx3GpC.png b/LowerLimbs/images/train_leg5_JPG.rf.FvMc0OrWRG8pCbFx3GpC.png new file mode 100644 index 0000000000000000000000000000000000000000..85aa2a22c09d0fd94d2c8fbdac93f7a90781c763 --- /dev/null +++ b/LowerLimbs/images/train_leg5_JPG.rf.FvMc0OrWRG8pCbFx3GpC.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b665d32c7668622cf6068c06eb8a181e5271e4300fe1a57db1ac4e155f7e9cc +size 64087 diff --git a/LowerLimbs/images/train_oa1_jpg.rf.I3U15v6vTNDQdwax7bJP.png b/LowerLimbs/images/train_oa1_jpg.rf.I3U15v6vTNDQdwax7bJP.png new file mode 100644 index 0000000000000000000000000000000000000000..9c8d9873ae29c99183ab8b10ae0be9b754ab403d --- /dev/null +++ b/LowerLimbs/images/train_oa1_jpg.rf.I3U15v6vTNDQdwax7bJP.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8930db21a87fad00fbf971aeda3386fe8b4f11f165f840c9094dc6ef70c0b98b +size 67459 diff --git a/LowerLimbs/images/train_oa2_JPG.rf.gYIsBMA0SxqhBqHKlFLC.png b/LowerLimbs/images/train_oa2_JPG.rf.gYIsBMA0SxqhBqHKlFLC.png new file mode 100644 index 0000000000000000000000000000000000000000..10de22ff734df318ae793b805f1265293c279ac5 --- /dev/null +++ b/LowerLimbs/images/train_oa2_JPG.rf.gYIsBMA0SxqhBqHKlFLC.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b37882a80d95fb821d3282f166a5b9566694c13f151cc3693226eb60bfc3f105 +size 50141 diff --git a/LowerLimbs/images/train_oa8_jpg.rf.QX4ZoBQWybPFhtM2zsnB.png b/LowerLimbs/images/train_oa8_jpg.rf.QX4ZoBQWybPFhtM2zsnB.png new file mode 100644 index 0000000000000000000000000000000000000000..458eb9e92b7cc681fc84c628e232ffebf3f9e83f --- /dev/null +++ b/LowerLimbs/images/train_oa8_jpg.rf.QX4ZoBQWybPFhtM2zsnB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32a72346ae48b3e480665c6a674cc21cfc98b4b038110707d70a7988d50ce89f +size 75101 diff --git a/LowerLimbs/images/train_scan3_JPG.rf.bB4xHa8d0a3bpfVKh6Wo.png b/LowerLimbs/images/train_scan3_JPG.rf.bB4xHa8d0a3bpfVKh6Wo.png new file mode 100644 index 0000000000000000000000000000000000000000..36e8b078c44aa535dedd6d95dcabc14ff79dfc1c --- /dev/null +++ b/LowerLimbs/images/train_scan3_JPG.rf.bB4xHa8d0a3bpfVKh6Wo.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc814d54c5131bc693b06332fcb8645b80c67834ba64048d82239492acb8134a +size 43268 diff --git a/LowerLimbs/images/train_scan4_JPG.rf.Mb1b3njm26HVW2MC1F2N.png b/LowerLimbs/images/train_scan4_JPG.rf.Mb1b3njm26HVW2MC1F2N.png new file mode 100644 index 0000000000000000000000000000000000000000..dadf4462b0d1f741787e6c7fc163468b47e1126e --- /dev/null +++ b/LowerLimbs/images/train_scan4_JPG.rf.Mb1b3njm26HVW2MC1F2N.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:befa1f0a472b069a0089c6ea95ca8acffb896fdc1a48ba2c794bc322e571d8c2 +size 24971 diff --git a/LowerLimbs/images/train_scan5_WEBP.rf.MrTpaSLWc0K9HoftrXWT.png b/LowerLimbs/images/train_scan5_WEBP.rf.MrTpaSLWc0K9HoftrXWT.png new file mode 100644 index 0000000000000000000000000000000000000000..1c9205690e8eaa363d48cccc23d089560f0aad13 --- /dev/null +++ b/LowerLimbs/images/train_scan5_WEBP.rf.MrTpaSLWc0K9HoftrXWT.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c3b783d3905b96209417afaf0ea44b198dfe315e8a064ae2b7645879d1ec0f4 +size 41947 diff --git a/LowerLimbs/images/train_scan6_PNG.rf.MS18G2ZoOFBKn0CEBaUV.png b/LowerLimbs/images/train_scan6_PNG.rf.MS18G2ZoOFBKn0CEBaUV.png new file mode 100644 index 0000000000000000000000000000000000000000..7f2d34652253aee729eeb0ead597b7045e593412 --- /dev/null +++ b/LowerLimbs/images/train_scan6_PNG.rf.MS18G2ZoOFBKn0CEBaUV.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b806072fd1dfe59debcadbab82f061242286aae707d942064790b67b0f8a3820 +size 32892 diff --git a/LowerLimbs/images/train_scan8_jpg.rf.znDnmzKYSadgRBKKsY8Z.png b/LowerLimbs/images/train_scan8_jpg.rf.znDnmzKYSadgRBKKsY8Z.png new file mode 100644 index 0000000000000000000000000000000000000000..899c846f5514ef7585fa9844593a12bb53da18ce --- /dev/null +++ b/LowerLimbs/images/train_scan8_jpg.rf.znDnmzKYSadgRBKKsY8Z.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f7aa9ded23cd6b6117e2c281b4f2da724e9aa2efac11a390151b87d999c8667 +size 29155 diff --git a/LowerLimbs/images/train_scan9_JPG.rf.kMYXLZM3ba3GVxaNmWKi.png b/LowerLimbs/images/train_scan9_JPG.rf.kMYXLZM3ba3GVxaNmWKi.png new file mode 100644 index 0000000000000000000000000000000000000000..b342e88ac207b6b39a3b5a6fdaa571cb121fb669 --- /dev/null +++ b/LowerLimbs/images/train_scan9_JPG.rf.kMYXLZM3ba3GVxaNmWKi.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f043bfe2f8d647dab5e8c5f696c476f9b79b23f4853685d7d1e979dd5f232d5f +size 29530 diff --git a/LowerLimbs/images/val_ankle3_jpg.rf.JjE1fQfI26JttBVWxmA5.png b/LowerLimbs/images/val_ankle3_jpg.rf.JjE1fQfI26JttBVWxmA5.png new file mode 100644 index 0000000000000000000000000000000000000000..e31a1fa23c21c01fa4a1a9c883ec41729ecfb1c0 --- /dev/null +++ b/LowerLimbs/images/val_ankle3_jpg.rf.JjE1fQfI26JttBVWxmA5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfafc78b9440e526ac75a20c83822d885c0ec97695567812931caa07966125e4 +size 40120 diff --git a/LowerLimbs/images/val_ankle4_jpg.rf.jAypoKGLpFLdzepBjPm2.png b/LowerLimbs/images/val_ankle4_jpg.rf.jAypoKGLpFLdzepBjPm2.png new file mode 100644 index 0000000000000000000000000000000000000000..b305c35ffee6005c881e30efc64e79ff09cb0f6d --- /dev/null +++ b/LowerLimbs/images/val_ankle4_jpg.rf.jAypoKGLpFLdzepBjPm2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e9d4515907116f4547da2b9d6d1d39e6a35c4a18f7c84532a85cd3e6ba6d655 +size 42819 diff --git a/LowerLimbs/images/val_hip4_JPG.rf.MT23oI7U0ro3bwpESnSS.png b/LowerLimbs/images/val_hip4_JPG.rf.MT23oI7U0ro3bwpESnSS.png new file mode 100644 index 0000000000000000000000000000000000000000..d3ab78ea318ec7e3cc0438c125edfa52120da3cf --- /dev/null +++ b/LowerLimbs/images/val_hip4_JPG.rf.MT23oI7U0ro3bwpESnSS.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c810757f06434abcbbb97abe68fca2d83807c1d218d7820550b6e478bde00396 +size 69508 diff --git a/LowerLimbs/images/val_hip6_jpg.rf.TGVh8aZbWdlnLC2q7HCB.png b/LowerLimbs/images/val_hip6_jpg.rf.TGVh8aZbWdlnLC2q7HCB.png new file mode 100644 index 0000000000000000000000000000000000000000..11e5dfb33ca436405841d714802c721a05d25d88 --- /dev/null +++ b/LowerLimbs/images/val_hip6_jpg.rf.TGVh8aZbWdlnLC2q7HCB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cc9bf419cfa871c171a84b80737ab58cff19966cbcde6b49d08ee551e87e492 +size 66643 diff --git a/LowerLimbs/images/val_knee 6_JPG.rf.gb8wGHm5djp4foGlkDIx.png b/LowerLimbs/images/val_knee 6_JPG.rf.gb8wGHm5djp4foGlkDIx.png new file mode 100644 index 0000000000000000000000000000000000000000..b01f5d96daf7ea0110325ea704d18063a0392558 --- /dev/null +++ b/LowerLimbs/images/val_knee 6_JPG.rf.gb8wGHm5djp4foGlkDIx.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89067dc5f03896846745de1b7df12bb8a3536c368e077c50c6e180b3b80bd494 +size 78453 diff --git a/LowerLimbs/images/val_knee10_JPG.rf.uKOLbldkP3V21hFoMutA.png b/LowerLimbs/images/val_knee10_JPG.rf.uKOLbldkP3V21hFoMutA.png new file mode 100644 index 0000000000000000000000000000000000000000..bf00aed669f9f07a4e02365113d359272c932e18 --- /dev/null +++ b/LowerLimbs/images/val_knee10_JPG.rf.uKOLbldkP3V21hFoMutA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcc02261a617a53ec3f8f02d78adbf4e64c3492b40b767c7eca90400297e2194 +size 47317 diff --git a/LowerLimbs/images/val_leg4_JPG.rf.r3DyX30bLTfrY10EViFC.png b/LowerLimbs/images/val_leg4_JPG.rf.r3DyX30bLTfrY10EViFC.png new file mode 100644 index 0000000000000000000000000000000000000000..4d8c654a6bcfdbc4f783f72c89a94edd4e8d61f9 --- /dev/null +++ b/LowerLimbs/images/val_leg4_JPG.rf.r3DyX30bLTfrY10EViFC.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d2faa87c708f3ed8806938562b5c91693a705cc3ffef6485f5357f3a10ff548 +size 32615 diff --git a/LowerLimbs/images/val_oa4_JPG.rf.qkeqP5t1BzGrI219UwR5.png b/LowerLimbs/images/val_oa4_JPG.rf.qkeqP5t1BzGrI219UwR5.png new file mode 100644 index 0000000000000000000000000000000000000000..ddd1299adcd619745552954d68aa636eb4ce4763 --- /dev/null +++ b/LowerLimbs/images/val_oa4_JPG.rf.qkeqP5t1BzGrI219UwR5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a40aa21d3ca57a4f6ad99c38b30456aa0665ca75d889bd195aa83b1bcb7349a5 +size 36716 diff --git a/LowerLimbs/images/val_scan1_WEBP.rf.giel2I7NAJipS3okpJ1R.png b/LowerLimbs/images/val_scan1_WEBP.rf.giel2I7NAJipS3okpJ1R.png new file mode 100644 index 0000000000000000000000000000000000000000..6449009e127d9d3b47f238b674ce537262dbb8b9 --- /dev/null +++ b/LowerLimbs/images/val_scan1_WEBP.rf.giel2I7NAJipS3okpJ1R.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:361df3862d5888c5e25674baa9972f6d512bc382b838048dd6ef7a5e5bbaae23 +size 36220 diff --git a/LowerLimbs/labels/test_Knee 1_JPG.rf.AAY7S1HbBVKCNLqXgfOR.npy b/LowerLimbs/labels/test_Knee 1_JPG.rf.AAY7S1HbBVKCNLqXgfOR.npy new file mode 100644 index 0000000000000000000000000000000000000000..874b5cd3049f6c6f33a4b6c9bc096567534e6e33 --- /dev/null +++ b/LowerLimbs/labels/test_Knee 1_JPG.rf.AAY7S1HbBVKCNLqXgfOR.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40c87350378243f19a1fb846d5998245426af7806a24679a597e7fd6602721fc +size 524416 diff --git a/LowerLimbs/labels/test_Oa5_JPG.rf.utRCLUZQh5DGtZG6qzz8.npy b/LowerLimbs/labels/test_Oa5_JPG.rf.utRCLUZQh5DGtZG6qzz8.npy new file mode 100644 index 0000000000000000000000000000000000000000..a970ccee061f995c1749752b45ccae93890793ab --- /dev/null +++ b/LowerLimbs/labels/test_Oa5_JPG.rf.utRCLUZQh5DGtZG6qzz8.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4f9fa6547f7c76c63e9ca2e1997ac4fdaa4b38dd6604abc8b1ba3fc8570f163 +size 524416 diff --git a/LowerLimbs/labels/test_ankle1_JPG.rf.cvIxRH66clwZvGC36nSa.npy b/LowerLimbs/labels/test_ankle1_JPG.rf.cvIxRH66clwZvGC36nSa.npy new file mode 100644 index 0000000000000000000000000000000000000000..58897a64b850395174a6b2da41fcd9ff2d26de25 --- /dev/null +++ b/LowerLimbs/labels/test_ankle1_JPG.rf.cvIxRH66clwZvGC36nSa.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:271a1f165e8d802dd7e326b53efe61829ae27714d25d215c00defcdf83d4ad89 +size 524416 diff --git a/LowerLimbs/labels/test_hip9_JPG.rf.2su2TeNg6cvZIuYDLuKC.npy b/LowerLimbs/labels/test_hip9_JPG.rf.2su2TeNg6cvZIuYDLuKC.npy new file mode 100644 index 0000000000000000000000000000000000000000..dce089e885ab12cbd64596f4baa7248f728627fb --- /dev/null +++ b/LowerLimbs/labels/test_hip9_JPG.rf.2su2TeNg6cvZIuYDLuKC.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:605b4c1cf19d19e5981e9a9e4cda9a4e01fcb2259db90bd647a669fdb7dfdb34 +size 524416 diff --git a/LowerLimbs/labels/test_knee13_jpg.rf.ZIxrjMlPv6sAxPPpY49r.npy b/LowerLimbs/labels/test_knee13_jpg.rf.ZIxrjMlPv6sAxPPpY49r.npy new file mode 100644 index 0000000000000000000000000000000000000000..9533c4d3246ea6728ef2001da3273d3f59d4d585 --- /dev/null +++ b/LowerLimbs/labels/test_knee13_jpg.rf.ZIxrjMlPv6sAxPPpY49r.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:618216fc07e985e9732ca93f9d9ba3302106675c2166dbcbbd3c9c095a612107 +size 524416 diff --git a/LowerLimbs/labels/test_leg3_JPG.rf.ddpeJUPf3e2jMFq4LGB1.npy b/LowerLimbs/labels/test_leg3_JPG.rf.ddpeJUPf3e2jMFq4LGB1.npy new file mode 100644 index 0000000000000000000000000000000000000000..a89a56a8ce7e47b0f5af8d75b3f5f7a9a191b76d --- /dev/null +++ b/LowerLimbs/labels/test_leg3_JPG.rf.ddpeJUPf3e2jMFq4LGB1.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d2deb64fb817f1573a2eb9cf761fcdee015f80b91b256aba89a44963c616cd8 +size 524416 diff --git a/LowerLimbs/labels/test_scan11_jpg.rf.rh01rz4zJftSU8gyt9xc.npy b/LowerLimbs/labels/test_scan11_jpg.rf.rh01rz4zJftSU8gyt9xc.npy new file mode 100644 index 0000000000000000000000000000000000000000..b2a1d4eb031a3dc2479f3f03e7a6dfa2e81843bf --- /dev/null +++ b/LowerLimbs/labels/test_scan11_jpg.rf.rh01rz4zJftSU8gyt9xc.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b6347612384f192a399477fedae09f9c352a2d9ef91ed1354ea04839e20bd47 +size 524416 diff --git a/LowerLimbs/labels/test_scan2_JPG.rf.1BlO4ic6g86NPukNJgdz.npy b/LowerLimbs/labels/test_scan2_JPG.rf.1BlO4ic6g86NPukNJgdz.npy new file mode 100644 index 0000000000000000000000000000000000000000..45cec03d34d853c7ec6d3aecc3269ff666e90373 --- /dev/null +++ b/LowerLimbs/labels/test_scan2_JPG.rf.1BlO4ic6g86NPukNJgdz.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f2c5212157cb4ea68c78f817d87ec228732a82132569b74658ffc71249df580 +size 524416 diff --git a/LowerLimbs/labels/train_Oa7_jpg.rf.8LNLv991RZQAmceV97Km.npy b/LowerLimbs/labels/train_Oa7_jpg.rf.8LNLv991RZQAmceV97Km.npy new file mode 100644 index 0000000000000000000000000000000000000000..5d099e36a6dc60ae89ae0b968796739008f4c367 --- /dev/null +++ b/LowerLimbs/labels/train_Oa7_jpg.rf.8LNLv991RZQAmceV97Km.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f64b6e37feb6e93c5e1df08ccbdb5ef6c4898b2729fecf2c065448608de4e0d +size 524416 diff --git a/LowerLimbs/labels/train_ankle10_PNG.rf.VXLsymzFfO0YomznI3W5.npy b/LowerLimbs/labels/train_ankle10_PNG.rf.VXLsymzFfO0YomznI3W5.npy new file mode 100644 index 0000000000000000000000000000000000000000..e362470ab985e14982fc70ffb495f3e8d5980a78 --- /dev/null +++ b/LowerLimbs/labels/train_ankle10_PNG.rf.VXLsymzFfO0YomznI3W5.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:500cad8135906cf047a41edcc7cea6f95dc53f920824bdb7e8690822d3806a52 +size 524416 diff --git a/LowerLimbs/labels/train_ankle2_jpg.rf.94hhMYMrEOCF9t1UbvS3.npy b/LowerLimbs/labels/train_ankle2_jpg.rf.94hhMYMrEOCF9t1UbvS3.npy new file mode 100644 index 0000000000000000000000000000000000000000..28298b37574b459017595b875eb8bdbf6d6562c3 --- /dev/null +++ b/LowerLimbs/labels/train_ankle2_jpg.rf.94hhMYMrEOCF9t1UbvS3.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd700508feda3be036580fbdcea7554d4c051bcc153cb870bc5a1d0760a8e32f +size 524416 diff --git a/LowerLimbs/labels/train_ankle5_JPG.rf.hKhnHCXjKBMx21WPbAaW.npy b/LowerLimbs/labels/train_ankle5_JPG.rf.hKhnHCXjKBMx21WPbAaW.npy new file mode 100644 index 0000000000000000000000000000000000000000..5e2976681ce94c0b7e29af78d1f5cbd0ae6a2119 --- /dev/null +++ b/LowerLimbs/labels/train_ankle5_JPG.rf.hKhnHCXjKBMx21WPbAaW.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b70f67719fa7cdc53314b6229ecd1d3983e058d8408159560d560b966fa73dc +size 524416 diff --git a/LowerLimbs/labels/train_ankle6_JPG.rf.7Rkt8HM8d7LK9IBTVBR1.npy b/LowerLimbs/labels/train_ankle6_JPG.rf.7Rkt8HM8d7LK9IBTVBR1.npy new file mode 100644 index 0000000000000000000000000000000000000000..8055ea71e702d9bae95807921b98ccee2eb77d0e --- /dev/null +++ b/LowerLimbs/labels/train_ankle6_JPG.rf.7Rkt8HM8d7LK9IBTVBR1.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4123aa90034282343b46ff4f95b92cb30fd1487bcee90b70a3043b849aa59e83 +size 524416 diff --git a/LowerLimbs/labels/train_ankle7_JPG.rf.kPkbtWLvr41FBHhGP4Yl.npy b/LowerLimbs/labels/train_ankle7_JPG.rf.kPkbtWLvr41FBHhGP4Yl.npy new file mode 100644 index 0000000000000000000000000000000000000000..ae4b8e351d19eaff581babdc421088c1b6db916f --- /dev/null +++ b/LowerLimbs/labels/train_ankle7_JPG.rf.kPkbtWLvr41FBHhGP4Yl.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09d1ab54473775eb205229c6fa4e25926e7259e2406cdf6c949f5668be16a2c6 +size 524416 diff --git a/LowerLimbs/labels/train_ankle8_JPG.rf.rRnPoYv97q1zk6jEthgL.npy b/LowerLimbs/labels/train_ankle8_JPG.rf.rRnPoYv97q1zk6jEthgL.npy new file mode 100644 index 0000000000000000000000000000000000000000..5fa147e06e279c8ad242bdb1fe68e2c42425bdae --- /dev/null +++ b/LowerLimbs/labels/train_ankle8_JPG.rf.rRnPoYv97q1zk6jEthgL.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d085d124fb1dd8d62ddb1df0a60727e500ba4134256288a3b890ffbbb740fe5 +size 524416 diff --git a/LowerLimbs/labels/train_ankle9_JPG.rf.jHdInwPgP8cWEY5yfwSD.npy b/LowerLimbs/labels/train_ankle9_JPG.rf.jHdInwPgP8cWEY5yfwSD.npy new file mode 100644 index 0000000000000000000000000000000000000000..80b446581eeda71b31e09090ba427bfadbb2f42a --- /dev/null +++ b/LowerLimbs/labels/train_ankle9_JPG.rf.jHdInwPgP8cWEY5yfwSD.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe692bfbbc0aaa3de62e4af5ec0674149eb9b7f6452c5e2bdf655121e299749b +size 524416 diff --git a/LowerLimbs/labels/train_hip10_PNG.rf.nrlzE28nflQ1k2iuJUed.npy b/LowerLimbs/labels/train_hip10_PNG.rf.nrlzE28nflQ1k2iuJUed.npy new file mode 100644 index 0000000000000000000000000000000000000000..5e2d975de84e5d2154e3676a450ef10ea1df7fe5 --- /dev/null +++ b/LowerLimbs/labels/train_hip10_PNG.rf.nrlzE28nflQ1k2iuJUed.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72db6ff32e0013e986b6536a29cb49df42e25be499d1cb731d5a49966a365047 +size 524416 diff --git a/LowerLimbs/labels/train_hip11_JPG.rf.UdYS3K3fngBYNfieNNtm.npy b/LowerLimbs/labels/train_hip11_JPG.rf.UdYS3K3fngBYNfieNNtm.npy new file mode 100644 index 0000000000000000000000000000000000000000..5b30db3e69cfc9d8382d5a88850ee55b393532cd --- /dev/null +++ b/LowerLimbs/labels/train_hip11_JPG.rf.UdYS3K3fngBYNfieNNtm.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0df170e921d2cf1291b3ece10f9f5c18c2afd3bb1f6acc049d9981aaca13c13d +size 524416 diff --git a/LowerLimbs/labels/train_hip12_jpg.rf.ihRLPxA7EuTtbkBGtVWT.npy b/LowerLimbs/labels/train_hip12_jpg.rf.ihRLPxA7EuTtbkBGtVWT.npy new file mode 100644 index 0000000000000000000000000000000000000000..51163667086af0259380adaecb2ebd8f4cdbd712 --- /dev/null +++ b/LowerLimbs/labels/train_hip12_jpg.rf.ihRLPxA7EuTtbkBGtVWT.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3273248f53cb65107b4067a2b4fad24141740fb76500cd56de29ddb862d8fdcd +size 524416 diff --git a/LowerLimbs/labels/train_hip1_JPG.rf.PjwYeT5fTCOObDWNzMGh.npy b/LowerLimbs/labels/train_hip1_JPG.rf.PjwYeT5fTCOObDWNzMGh.npy new file mode 100644 index 0000000000000000000000000000000000000000..dd3d6bc852aa1d1eeb5d973f5e5b1daaac42832e --- /dev/null +++ b/LowerLimbs/labels/train_hip1_JPG.rf.PjwYeT5fTCOObDWNzMGh.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d170ec9b56f65e28caa4e7fcbef5d24a6b423893fb6f93cc4018b63bfd4d8cdc +size 524416 diff --git a/LowerLimbs/labels/train_hip2_JPG.rf.VD4oEVE9a5Y9ocvMBOFY.npy b/LowerLimbs/labels/train_hip2_JPG.rf.VD4oEVE9a5Y9ocvMBOFY.npy new file mode 100644 index 0000000000000000000000000000000000000000..3d4cb6646a478bc313af98a48affdc799d4f517e --- /dev/null +++ b/LowerLimbs/labels/train_hip2_JPG.rf.VD4oEVE9a5Y9ocvMBOFY.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40394752ae6e7d1f728bf7c2863569e42111550ea8f8bc1e38ff164670bf1952 +size 524416 diff --git a/LowerLimbs/labels/train_hip3_jpg.rf.MNskx5YaOgLiFTrzA85S.npy b/LowerLimbs/labels/train_hip3_jpg.rf.MNskx5YaOgLiFTrzA85S.npy new file mode 100644 index 0000000000000000000000000000000000000000..d9199f91f36f14c3505d25230cd6a483d9fa4cb9 --- /dev/null +++ b/LowerLimbs/labels/train_hip3_jpg.rf.MNskx5YaOgLiFTrzA85S.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58d525a2d7ad1d2cccd8018de33f5ce123f96698f2ce340d4d5bcbf1642c0ff7 +size 524416 diff --git a/LowerLimbs/labels/train_hip5_jpg.rf.chJj4IN2ycoSTlSMFTgq.npy b/LowerLimbs/labels/train_hip5_jpg.rf.chJj4IN2ycoSTlSMFTgq.npy new file mode 100644 index 0000000000000000000000000000000000000000..7a41741b984a59726d8dff5cb217fe2bed32d23b --- /dev/null +++ b/LowerLimbs/labels/train_hip5_jpg.rf.chJj4IN2ycoSTlSMFTgq.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25f3e5cc2ffc6ff324643726b1e8f0538fed2e8ffe7bab8eaa0548fabdd98929 +size 524416 diff --git a/LowerLimbs/labels/train_hip7_jpg.rf.Dl0fElb5qSDO2h70VcTL.npy b/LowerLimbs/labels/train_hip7_jpg.rf.Dl0fElb5qSDO2h70VcTL.npy new file mode 100644 index 0000000000000000000000000000000000000000..1dd6919cef19ff1a587c3b0430063242ce05c878 --- /dev/null +++ b/LowerLimbs/labels/train_hip7_jpg.rf.Dl0fElb5qSDO2h70VcTL.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d9706938f6c35b1ce9f619385243eaa40c2a88a428d58b73c977e9112038bff +size 524416 diff --git a/LowerLimbs/labels/train_hip8_PNG.rf.ZQFMQU1sDBkdojiYX6I6.npy b/LowerLimbs/labels/train_hip8_PNG.rf.ZQFMQU1sDBkdojiYX6I6.npy new file mode 100644 index 0000000000000000000000000000000000000000..e10ca14394c913c3a429b22d1a52646c51cfb936 --- /dev/null +++ b/LowerLimbs/labels/train_hip8_PNG.rf.ZQFMQU1sDBkdojiYX6I6.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ca41c39822da3e0edd579f62c9d4af701b45eeefd7d11480ab8250ad6a77d4b +size 524416 diff --git a/LowerLimbs/labels/train_knee 2_JPG.rf.oIx02oqwnhTdQUKTRqQ0.npy b/LowerLimbs/labels/train_knee 2_JPG.rf.oIx02oqwnhTdQUKTRqQ0.npy new file mode 100644 index 0000000000000000000000000000000000000000..ab7ce62d120f07642fd074bf5d598386c334bc4e --- /dev/null +++ b/LowerLimbs/labels/train_knee 2_JPG.rf.oIx02oqwnhTdQUKTRqQ0.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4d2f50c5cb183399de8a9ce36c41864b11a805f307447691cc02484a34d978f +size 524416 diff --git a/LowerLimbs/labels/train_knee 3_WEBP.rf.TjQorqJF9mOsdQ2E6M8Q.npy b/LowerLimbs/labels/train_knee 3_WEBP.rf.TjQorqJF9mOsdQ2E6M8Q.npy new file mode 100644 index 0000000000000000000000000000000000000000..46c642faa9de8086f45d5e9a3e0ece8bfe9f4ec3 --- /dev/null +++ b/LowerLimbs/labels/train_knee 3_WEBP.rf.TjQorqJF9mOsdQ2E6M8Q.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47506f951db8df2f120f79ff3cf740b82ed030450df297171ecbd9bccb15d7dc +size 524416 diff --git a/LowerLimbs/labels/train_knee 4_JPG.rf.zNta4v8psSL7McmkLoL6.npy b/LowerLimbs/labels/train_knee 4_JPG.rf.zNta4v8psSL7McmkLoL6.npy new file mode 100644 index 0000000000000000000000000000000000000000..6987c36840c62d4c83197f789d56fe9ffdc38d15 --- /dev/null +++ b/LowerLimbs/labels/train_knee 4_JPG.rf.zNta4v8psSL7McmkLoL6.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3af0fc6b5a4904df02bf38ab6ce0ba677fac24c70c23d2e08cbfec8395991c7 +size 524416 diff --git a/LowerLimbs/labels/train_knee 5_PNG.rf.nq6fimCATq9Cm3h84kGw.npy b/LowerLimbs/labels/train_knee 5_PNG.rf.nq6fimCATq9Cm3h84kGw.npy new file mode 100644 index 0000000000000000000000000000000000000000..f4eb3c35a38ac9f941fc5da141cdd8ccf56c1ed3 --- /dev/null +++ b/LowerLimbs/labels/train_knee 5_PNG.rf.nq6fimCATq9Cm3h84kGw.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:045f91afc72dde83beb25960917a8819f5d384ccbae0a5685f210d3f5599a438 +size 524416 diff --git a/LowerLimbs/labels/train_knee 6_WEBP.rf.l6otzLseFmSzxgjCANKv.npy b/LowerLimbs/labels/train_knee 6_WEBP.rf.l6otzLseFmSzxgjCANKv.npy new file mode 100644 index 0000000000000000000000000000000000000000..3da677bded44507422d08f80d8a179b4fe098080 --- /dev/null +++ b/LowerLimbs/labels/train_knee 6_WEBP.rf.l6otzLseFmSzxgjCANKv.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c60ec05946493ec5bcac297ac5cba5b1ae570dfc7896dd37215876e0db07cf55 +size 524416 diff --git a/LowerLimbs/labels/train_knee 7_WEBP.rf.Z3eYGDsGBLRK8eGCXJrg.npy b/LowerLimbs/labels/train_knee 7_WEBP.rf.Z3eYGDsGBLRK8eGCXJrg.npy new file mode 100644 index 0000000000000000000000000000000000000000..9083d5ec507326359c427f526b0905b78dd03823 --- /dev/null +++ b/LowerLimbs/labels/train_knee 7_WEBP.rf.Z3eYGDsGBLRK8eGCXJrg.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:732c3e1bb79402a9648472de31d8ba3eaa3fb909467d0728fd3ead1ebf5e265b +size 524416 diff --git a/LowerLimbs/labels/train_knee12_jpg.rf.3nu5OiZUDQsg8bfG4Y0D.npy b/LowerLimbs/labels/train_knee12_jpg.rf.3nu5OiZUDQsg8bfG4Y0D.npy new file mode 100644 index 0000000000000000000000000000000000000000..11e26b17c9fffe77e4a2c185a411bf99feb8b882 --- /dev/null +++ b/LowerLimbs/labels/train_knee12_jpg.rf.3nu5OiZUDQsg8bfG4Y0D.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a91f8e3e75a911bb3eb90fab9ebf161b8e76dba3603501153ae77dd52f61863a +size 524416 diff --git a/LowerLimbs/labels/train_knee14_jpg.rf.B7VojnwoZPEguWASnYYR.npy b/LowerLimbs/labels/train_knee14_jpg.rf.B7VojnwoZPEguWASnYYR.npy new file mode 100644 index 0000000000000000000000000000000000000000..1a6a43fb180459de132450ecdbb0a823af7f5ccc --- /dev/null +++ b/LowerLimbs/labels/train_knee14_jpg.rf.B7VojnwoZPEguWASnYYR.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e16885f361cff122bbcab53c1ab77227ecbae2db383634cd0026c73b6a848ba +size 524416 diff --git a/LowerLimbs/labels/train_knee8_JPG.rf.w13zsEUw2JWLDJEvAu8Z.npy b/LowerLimbs/labels/train_knee8_JPG.rf.w13zsEUw2JWLDJEvAu8Z.npy new file mode 100644 index 0000000000000000000000000000000000000000..078c549013efcde85b20393196964e57829cc7e1 --- /dev/null +++ b/LowerLimbs/labels/train_knee8_JPG.rf.w13zsEUw2JWLDJEvAu8Z.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61fe19a596f710121c706ac0797cf09374b837520c640f15a3721c921ca1d58d +size 524416 diff --git a/LowerLimbs/labels/train_knee9_jpg.rf.lHs7EWfUEdAHL6dLE3xH.npy b/LowerLimbs/labels/train_knee9_jpg.rf.lHs7EWfUEdAHL6dLE3xH.npy new file mode 100644 index 0000000000000000000000000000000000000000..794df8cb626df1d04768002523b3d7d8de008cf3 --- /dev/null +++ b/LowerLimbs/labels/train_knee9_jpg.rf.lHs7EWfUEdAHL6dLE3xH.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80e71d75f7342b0015bfaf80c290866279d04dcd286782b2850839bf4e9b76c1 +size 524416 diff --git a/LowerLimbs/labels/train_leg1_JPG.rf.236FsuiHBi9KTL4xTu9i.npy b/LowerLimbs/labels/train_leg1_JPG.rf.236FsuiHBi9KTL4xTu9i.npy new file mode 100644 index 0000000000000000000000000000000000000000..6dcfa77691efa8e3c0ea750ec31b25bddd913944 --- /dev/null +++ b/LowerLimbs/labels/train_leg1_JPG.rf.236FsuiHBi9KTL4xTu9i.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9358d9a088d217550fbe88f25ea25465721cc9fe5deeb1b18841f6bc7ac6cd1b +size 524416 diff --git a/LowerLimbs/labels/train_leg2_JPG.rf.kiLK744iIBxQz8CjJWW7.npy b/LowerLimbs/labels/train_leg2_JPG.rf.kiLK744iIBxQz8CjJWW7.npy new file mode 100644 index 0000000000000000000000000000000000000000..1a713123334483e1f468acb8832e62cbe25171c0 --- /dev/null +++ b/LowerLimbs/labels/train_leg2_JPG.rf.kiLK744iIBxQz8CjJWW7.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b33fe4cd2bdff57db4e70099120f2e72b8fba73c77bf978213ea64d11c2e9c5 +size 524416 diff --git a/LowerLimbs/labels/train_leg5_JPG.rf.FvMc0OrWRG8pCbFx3GpC.npy b/LowerLimbs/labels/train_leg5_JPG.rf.FvMc0OrWRG8pCbFx3GpC.npy new file mode 100644 index 0000000000000000000000000000000000000000..dbe1bb54b49053a99e5c6b56a93e1bb76a01fd52 --- /dev/null +++ b/LowerLimbs/labels/train_leg5_JPG.rf.FvMc0OrWRG8pCbFx3GpC.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:638d962f62f82d4eef6c20ac2a15546ded1654dcd60b53be135004f83fe3dc85 +size 524416 diff --git a/LowerLimbs/labels/train_oa1_jpg.rf.I3U15v6vTNDQdwax7bJP.npy b/LowerLimbs/labels/train_oa1_jpg.rf.I3U15v6vTNDQdwax7bJP.npy new file mode 100644 index 0000000000000000000000000000000000000000..961fe5f63f53f9ce92909d96c49355f9f39609cc --- /dev/null +++ b/LowerLimbs/labels/train_oa1_jpg.rf.I3U15v6vTNDQdwax7bJP.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab9fe9587159a93d1f5cf21ad6e6b516d9e19cf9f86959c36537d5fbd424bd28 +size 524416 diff --git a/LowerLimbs/labels/train_oa2_JPG.rf.gYIsBMA0SxqhBqHKlFLC.npy b/LowerLimbs/labels/train_oa2_JPG.rf.gYIsBMA0SxqhBqHKlFLC.npy new file mode 100644 index 0000000000000000000000000000000000000000..72af0d3112985d0c6ecea1dfb79ad9ab45284213 --- /dev/null +++ b/LowerLimbs/labels/train_oa2_JPG.rf.gYIsBMA0SxqhBqHKlFLC.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:961a4e2399d6568c50c39ca3567741ad1183589411a2ec5d7ba32362f7eaac2f +size 524416 diff --git a/LowerLimbs/labels/train_oa8_jpg.rf.QX4ZoBQWybPFhtM2zsnB.npy b/LowerLimbs/labels/train_oa8_jpg.rf.QX4ZoBQWybPFhtM2zsnB.npy new file mode 100644 index 0000000000000000000000000000000000000000..a4c79cdfdf2164d822c92d2325df153279c5f0e4 --- /dev/null +++ b/LowerLimbs/labels/train_oa8_jpg.rf.QX4ZoBQWybPFhtM2zsnB.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0955e32432fe4a4cb7b130850a494c21194eb735dad5336b75f610e2923d9bd8 +size 524416 diff --git a/LowerLimbs/labels/train_scan3_JPG.rf.bB4xHa8d0a3bpfVKh6Wo.npy b/LowerLimbs/labels/train_scan3_JPG.rf.bB4xHa8d0a3bpfVKh6Wo.npy new file mode 100644 index 0000000000000000000000000000000000000000..ccc10a1e58e9208dc90a6417f6f6a68207afdf8f --- /dev/null +++ b/LowerLimbs/labels/train_scan3_JPG.rf.bB4xHa8d0a3bpfVKh6Wo.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e46f1a3e9c825c5eb76aacb6e0267bae520cb7e92d12b0138ccbbea62ab8d778 +size 524416 diff --git a/LowerLimbs/labels/train_scan4_JPG.rf.Mb1b3njm26HVW2MC1F2N.npy b/LowerLimbs/labels/train_scan4_JPG.rf.Mb1b3njm26HVW2MC1F2N.npy new file mode 100644 index 0000000000000000000000000000000000000000..b6775425ed5403c6395b8067526cfb6b32adf51e --- /dev/null +++ b/LowerLimbs/labels/train_scan4_JPG.rf.Mb1b3njm26HVW2MC1F2N.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c47f83a82a548750c7d4b72b87a5053f097ac7aa0c01476de5bcd277d5280e14 +size 524416 diff --git a/LowerLimbs/labels/train_scan5_WEBP.rf.MrTpaSLWc0K9HoftrXWT.npy b/LowerLimbs/labels/train_scan5_WEBP.rf.MrTpaSLWc0K9HoftrXWT.npy new file mode 100644 index 0000000000000000000000000000000000000000..9a794cfb794dbc82d54c62020b3c14516e043b6b --- /dev/null +++ b/LowerLimbs/labels/train_scan5_WEBP.rf.MrTpaSLWc0K9HoftrXWT.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70238954351f0f6f20310f212d7c78201183d8e8783fce94651e40be0f2be7be +size 524416 diff --git a/LowerLimbs/labels/train_scan6_PNG.rf.MS18G2ZoOFBKn0CEBaUV.npy b/LowerLimbs/labels/train_scan6_PNG.rf.MS18G2ZoOFBKn0CEBaUV.npy new file mode 100644 index 0000000000000000000000000000000000000000..2edcd2f79bd2f4c52675a9e2639f5208370add2f --- /dev/null +++ b/LowerLimbs/labels/train_scan6_PNG.rf.MS18G2ZoOFBKn0CEBaUV.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23cb832c36d049c7cd8cf216a0efad59b6eec2cd982a962300b28928164f2831 +size 524416 diff --git a/LowerLimbs/labels/train_scan8_jpg.rf.znDnmzKYSadgRBKKsY8Z.npy b/LowerLimbs/labels/train_scan8_jpg.rf.znDnmzKYSadgRBKKsY8Z.npy new file mode 100644 index 0000000000000000000000000000000000000000..edd70605a706903ec828153f2be57342d743c10e --- /dev/null +++ b/LowerLimbs/labels/train_scan8_jpg.rf.znDnmzKYSadgRBKKsY8Z.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84b82b351b714d86ce2f82965652a5d412ab1a1d21b25ad54e3aa048b15a682e +size 524416 diff --git a/LowerLimbs/labels/train_scan9_JPG.rf.kMYXLZM3ba3GVxaNmWKi.npy b/LowerLimbs/labels/train_scan9_JPG.rf.kMYXLZM3ba3GVxaNmWKi.npy new file mode 100644 index 0000000000000000000000000000000000000000..14539f66c879021060b58a5fdd550b518fdfaeea --- /dev/null +++ b/LowerLimbs/labels/train_scan9_JPG.rf.kMYXLZM3ba3GVxaNmWKi.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f7511c0c637b7d568318077da15301007e90caf85d305b269c1041e09a2ea52 +size 524416 diff --git a/LowerLimbs/labels/val_ankle3_jpg.rf.JjE1fQfI26JttBVWxmA5.npy b/LowerLimbs/labels/val_ankle3_jpg.rf.JjE1fQfI26JttBVWxmA5.npy new file mode 100644 index 0000000000000000000000000000000000000000..81036000d5927138d13896ef1b7813cbbc40e30d --- /dev/null +++ b/LowerLimbs/labels/val_ankle3_jpg.rf.JjE1fQfI26JttBVWxmA5.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80f8db0c106c9696ccd0e5a19adef6145da73dd62205ca33b1bcf2ad4ef2084c +size 524416 diff --git a/LowerLimbs/labels/val_ankle4_jpg.rf.jAypoKGLpFLdzepBjPm2.npy b/LowerLimbs/labels/val_ankle4_jpg.rf.jAypoKGLpFLdzepBjPm2.npy new file mode 100644 index 0000000000000000000000000000000000000000..9cb3b306eb419740a7d7a77f98dc78c90b45e84f --- /dev/null +++ b/LowerLimbs/labels/val_ankle4_jpg.rf.jAypoKGLpFLdzepBjPm2.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d42e5c8f9310678b55d0ef5a0e32e49f43e979dec8de1c7a6645c08c2972f134 +size 524416 diff --git a/LowerLimbs/labels/val_hip4_JPG.rf.MT23oI7U0ro3bwpESnSS.npy b/LowerLimbs/labels/val_hip4_JPG.rf.MT23oI7U0ro3bwpESnSS.npy new file mode 100644 index 0000000000000000000000000000000000000000..2f03d30b7d5deee8e40ff76c4d33d5bf9d4d8596 --- /dev/null +++ b/LowerLimbs/labels/val_hip4_JPG.rf.MT23oI7U0ro3bwpESnSS.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:985811719aef70d330b523d084ecffc58001e5ee27221e6b3c924b58fbe83d3b +size 524416 diff --git a/LowerLimbs/labels/val_hip6_jpg.rf.TGVh8aZbWdlnLC2q7HCB.npy b/LowerLimbs/labels/val_hip6_jpg.rf.TGVh8aZbWdlnLC2q7HCB.npy new file mode 100644 index 0000000000000000000000000000000000000000..94a16a57f4e0833eeddc1ad8aa94b37f92ad4cb4 --- /dev/null +++ b/LowerLimbs/labels/val_hip6_jpg.rf.TGVh8aZbWdlnLC2q7HCB.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f701506c32a30f1cedd93d4ea48af2df2809a75f921f21ed1147ce427b513b6 +size 524416 diff --git a/LowerLimbs/labels/val_knee 6_JPG.rf.gb8wGHm5djp4foGlkDIx.npy b/LowerLimbs/labels/val_knee 6_JPG.rf.gb8wGHm5djp4foGlkDIx.npy new file mode 100644 index 0000000000000000000000000000000000000000..ee7af466a1f1f98f5bfdd053996aebdbd2d5aece --- /dev/null +++ b/LowerLimbs/labels/val_knee 6_JPG.rf.gb8wGHm5djp4foGlkDIx.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4bff89346a488c7b06f762dcb357bea35909e28b83f33c85de543a046d9e5a9 +size 524416 diff --git a/LowerLimbs/labels/val_knee10_JPG.rf.uKOLbldkP3V21hFoMutA.npy b/LowerLimbs/labels/val_knee10_JPG.rf.uKOLbldkP3V21hFoMutA.npy new file mode 100644 index 0000000000000000000000000000000000000000..fb0d87271be2a5f60180cc6d6d6cbcd9d2d2aefa --- /dev/null +++ b/LowerLimbs/labels/val_knee10_JPG.rf.uKOLbldkP3V21hFoMutA.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89ba778ca883371f27eb81ba25678594260c52420cb1f842e248c2aa91df635d +size 524416 diff --git a/LowerLimbs/labels/val_leg4_JPG.rf.r3DyX30bLTfrY10EViFC.npy b/LowerLimbs/labels/val_leg4_JPG.rf.r3DyX30bLTfrY10EViFC.npy new file mode 100644 index 0000000000000000000000000000000000000000..4ae6743bec4a14e65b4670e8a2fddb9ce843f664 --- /dev/null +++ b/LowerLimbs/labels/val_leg4_JPG.rf.r3DyX30bLTfrY10EViFC.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:715d08814b0824c07c2c090b2023ddf17f245d275cf275e8427a33aee759fc05 +size 524416 diff --git a/LowerLimbs/labels/val_oa4_JPG.rf.qkeqP5t1BzGrI219UwR5.npy b/LowerLimbs/labels/val_oa4_JPG.rf.qkeqP5t1BzGrI219UwR5.npy new file mode 100644 index 0000000000000000000000000000000000000000..14edf0afaee5bf8c331390e04fb3758e94206016 --- /dev/null +++ b/LowerLimbs/labels/val_oa4_JPG.rf.qkeqP5t1BzGrI219UwR5.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d45e4814be7e665aabba33830344d90bb3fd2df9ffe1fb989e88b35aa8e900d7 +size 524416 diff --git a/LowerLimbs/labels/val_scan1_WEBP.rf.giel2I7NAJipS3okpJ1R.npy b/LowerLimbs/labels/val_scan1_WEBP.rf.giel2I7NAJipS3okpJ1R.npy new file mode 100644 index 0000000000000000000000000000000000000000..c6500cf2501dcb8306cf911245b2cebb9b1a46d1 --- /dev/null +++ b/LowerLimbs/labels/val_scan1_WEBP.rf.giel2I7NAJipS3okpJ1R.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3ab8d9b72c042be29a0fd17e6f9c2db5066636960b9df1124e28a082a8b566c +size 524416 diff --git a/MTDDH/LICENSE b/MTDDH/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..ad937f95cecab056f5b6b39428fe912379db5425 --- /dev/null +++ b/MTDDH/LICENSE @@ -0,0 +1,5 @@ +CC BY 4.0 +https://creativecommons.org/licenses/by/4.0/ + +Derived from: https://doi.org/10.57760/sciencedb.24372 +Attribution: MTDDH: a multi-task dataset for developmental dysplasia of the hip. Science Data Bank (2025). doi:10.57760/sciencedb.24372 (CC BY 4.0 per the FigShare mirror, record 27999131). diff --git a/MTDDH/README.md b/MTDDH/README.md new file mode 100644 index 0000000000000000000000000000000000000000..f073793ac6591bcab39a3ee691e8d2462b74e2da --- /dev/null +++ b/MTDDH/README.md @@ -0,0 +1,35 @@ +# MTDDH (pediatric pelvic radiographs, Dataset2 bone masks) + +Part of the FleXray data release. Repackaged from the original distribution at +https://doi.org/10.57760/sciencedb.24372 under CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/). + +**Citation:** MTDDH: a multi-task dataset for developmental dysplasia of the hip. Science Data Bank (2025). doi:10.57760/sciencedb.24372 (CC BY 4.0 per the FigShare mirror, record 27999131). + +## Contents + +- 905 samples (test: 135, train: 632, val: 138); one image and one label per sample. +- `images/*.png`: 16-bit grayscale PNG, intensities in [0, 65535] map linearly to [0, 1]. +- `labels/`: binary channel masks (NPY, C x H x W). Label ids/channels: +- channel `0`: background +- channel `1`: ilium +- channel `2`: pubis +- channel `3`: ischium +- channel `4`: femoral_head +- channel `5`: femur +- `dataset.yml`: `fxr-dataset` manifest (schema version 1). Splits are the + ones used in the FleXray paper; `metadata.original_shape` is the source image shape. + +## Preprocessing + +Every image was min-max normalized to [0, 1] per image, padded to a square with zeros +(centered) and resized to 256 x 256 (area interpolation for images, nearest for labels). Labels were remapped from the +source annotation to the dataset-native names listed above; the FleXray package maps +those names into its label protocol at training time. + +## Usage + +```bash +pip install flexray +fxr-dataset validate dataset.yml +fxr-dataset pack dataset.yml /data/flexray/MTDDH +``` diff --git a/MTDDH/dataset.yml b/MTDDH/dataset.yml new file mode 100644 index 0000000000000000000000000000000000000000..36212fd6a29f1eab318b9c44ba1c82edc49e1cf3 --- /dev/null +++ b/MTDDH/dataset.yml @@ -0,0 +1,9062 @@ +schema_version: 1 +dataset_name: MTDDH +dataset_type: xray-seg +protocol_name: mtddh_bones +label_names: +- background +- ilium +- pubis +- ischium +- femoral_head +- femur +samples: +- sample_id: mtddh_00124348_000768 + subject_id: 00124348 + split: train + image: images/mtddh_00124348_000768.png + label: labels/mtddh_00124348_000768.npy + metadata: + original_shape: + - 698 + - 928 + source_split: val +- sample_id: mtddh_007aedbb_000593 + subject_id: 007aedbb + split: train + image: images/mtddh_007aedbb_000593.png + label: labels/mtddh_007aedbb_000593.npy + metadata: + original_shape: + - 804 + - 1170 + source_split: train +- sample_id: mtddh_00cdf4a2_000429 + subject_id: 00cdf4a2 + split: val + image: images/mtddh_00cdf4a2_000429.png + label: labels/mtddh_00cdf4a2_000429.npy + metadata: + original_shape: + - 932 + - 1220 + source_split: train +- sample_id: mtddh_0125091c_000152 + subject_id: 0125091c + split: train + image: images/mtddh_0125091c_000152.png + label: labels/mtddh_0125091c_000152.npy + metadata: + original_shape: + - 916 + - 1308 + source_split: train +- sample_id: mtddh_0148c0b5_000280 + subject_id: 0148c0b5 + split: test + image: images/mtddh_0148c0b5_000280.png + label: labels/mtddh_0148c0b5_000280.npy + metadata: + original_shape: + - 712 + - 1128 + source_split: train +- sample_id: mtddh_015baf52_000025 + subject_id: 015baf52 + split: train + image: images/mtddh_015baf52_000025.png + label: labels/mtddh_015baf52_000025.npy + metadata: + original_shape: + - 855 + - 1171 + source_split: train +- sample_id: mtddh_01782ec4_000801 + subject_id: 01782ec4 + split: train + image: images/mtddh_01782ec4_000801.png + label: labels/mtddh_01782ec4_000801.npy + metadata: + original_shape: + - 1245 + - 1831 + source_split: val +- sample_id: mtddh_01f808db_000095 + subject_id: 01f808db + split: train + image: images/mtddh_01f808db_000095.png + label: labels/mtddh_01f808db_000095.npy + metadata: + original_shape: + - 832 + - 1232 + source_split: train +- sample_id: mtddh_028b23c8_000348 + subject_id: 028b23c8 + split: train + image: images/mtddh_028b23c8_000348.png + label: labels/mtddh_028b23c8_000348.npy + metadata: + original_shape: + - 996 + - 1391 + source_split: train +- sample_id: mtddh_02e05929_000769 + subject_id: 02e05929 + split: train + image: images/mtddh_02e05929_000769.png + label: labels/mtddh_02e05929_000769.npy + metadata: + original_shape: + - 775 + - 1052 + source_split: val +- sample_id: mtddh_03673458_000505 + subject_id: 03673458 + split: val + image: images/mtddh_03673458_000505.png + label: labels/mtddh_03673458_000505.npy + metadata: + original_shape: + - 743 + - 1173 + source_split: train +- sample_id: mtddh_043c4a38_000770 + subject_id: 043c4a38 + split: train + image: images/mtddh_043c4a38_000770.png + label: labels/mtddh_043c4a38_000770.npy + metadata: + original_shape: + - 1055 + - 1430 + source_split: val +- sample_id: mtddh_0461839c_000741 + subject_id: 0461839c + split: train + image: images/mtddh_0461839c_000741.png + label: labels/mtddh_0461839c_000741.npy + metadata: + original_shape: + - 992 + - 1127 + source_split: val +- sample_id: mtddh_049d0208_000261 + subject_id: 049d0208 + split: train + image: images/mtddh_049d0208_000261.png + label: labels/mtddh_049d0208_000261.npy + metadata: + original_shape: + - 1096 + - 1351 + source_split: train +- sample_id: mtddh_04d654f9_000764 + subject_id: 04d654f9 + split: train + image: images/mtddh_04d654f9_000764.png + label: labels/mtddh_04d654f9_000764.npy + metadata: + original_shape: + - 1380 + - 1818 + source_split: val +- sample_id: mtddh_0554a964_000368 + subject_id: 0554a964 + split: val + image: images/mtddh_0554a964_000368.png + label: labels/mtddh_0554a964_000368.npy + metadata: + original_shape: + - 904 + - 1093 + source_split: train +- sample_id: mtddh_0577df7a_000849 + subject_id: 0577df7a + split: train + image: images/mtddh_0577df7a_000849.png + label: labels/mtddh_0577df7a_000849.npy + metadata: + original_shape: + - 773 + - 1052 + source_split: test +- sample_id: mtddh_0596411d_000246 + subject_id: 0596411d + split: train + image: images/mtddh_0596411d_000246.png + label: labels/mtddh_0596411d_000246.npy + metadata: + original_shape: + - 1103 + - 1305 + source_split: train +- sample_id: mtddh_05ab2c2b_000178 + subject_id: 05ab2c2b + split: train + image: images/mtddh_05ab2c2b_000178.png + label: labels/mtddh_05ab2c2b_000178.npy + metadata: + original_shape: + - 732 + - 900 + source_split: train +- sample_id: mtddh_05f7ac8f_000036 + subject_id: 05f7ac8f + split: train + image: images/mtddh_05f7ac8f_000036.png + label: labels/mtddh_05f7ac8f_000036.npy + metadata: + original_shape: + - 636 + - 929 + source_split: train +- sample_id: mtddh_06255595_000326 + subject_id: 06255595 + split: train + image: images/mtddh_06255595_000326.png + label: labels/mtddh_06255595_000326.npy + metadata: + original_shape: + - 1082 + - 1320 + source_split: train +- sample_id: mtddh_0635baea_000802 + subject_id: 0635baea + split: train + image: images/mtddh_0635baea_000802.png + label: labels/mtddh_0635baea_000802.npy + metadata: + original_shape: + - 969 + - 1133 + source_split: val +- sample_id: mtddh_06379117_000224 + subject_id: 06379117 + split: train + image: images/mtddh_06379117_000224.png + label: labels/mtddh_06379117_000224.npy + metadata: + original_shape: + - 1120 + - 1408 + source_split: train +- sample_id: mtddh_064f840c_000237 + subject_id: 064f840c + split: val + image: images/mtddh_064f840c_000237.png + label: labels/mtddh_064f840c_000237.npy + metadata: + original_shape: + - 1087 + - 1504 + source_split: train +- sample_id: mtddh_065e308a_000759 + subject_id: 065e308a + split: train + image: images/mtddh_065e308a_000759.png + label: labels/mtddh_065e308a_000759.npy + metadata: + original_shape: + - 707 + - 1020 + source_split: val +- sample_id: mtddh_06981e7a_000606 + subject_id: 06981e7a + split: train + image: images/mtddh_06981e7a_000606.png + label: labels/mtddh_06981e7a_000606.npy + metadata: + original_shape: + - 1284 + - 1904 + source_split: train +- sample_id: mtddh_06c17c17_000148 + subject_id: 06c17c17 + split: val + image: images/mtddh_06c17c17_000148.png + label: labels/mtddh_06c17c17_000148.npy + metadata: + original_shape: + - 965 + - 1014 + source_split: train +- sample_id: mtddh_06f91251_000228 + subject_id: 06f91251 + split: train + image: images/mtddh_06f91251_000228.png + label: labels/mtddh_06f91251_000228.npy + metadata: + original_shape: + - 1053 + - 1508 + source_split: train +- sample_id: mtddh_070bb21f_000555 + subject_id: 070bb21f + split: train + image: images/mtddh_070bb21f_000555.png + label: labels/mtddh_070bb21f_000555.npy + metadata: + original_shape: + - 1019 + - 1316 + source_split: train +- sample_id: mtddh_0737e301_000813 + subject_id: 0737e301 + split: test + image: images/mtddh_0737e301_000813.png + label: labels/mtddh_0737e301_000813.npy + metadata: + original_shape: + - 1328 + - 1592 + source_split: val +- sample_id: mtddh_097c7a41_000771 + subject_id: 097c7a41 + split: val + image: images/mtddh_097c7a41_000771.png + label: labels/mtddh_097c7a41_000771.npy + metadata: + original_shape: + - 906 + - 1276 + source_split: val +- sample_id: mtddh_09c16aa6_000826 + subject_id: 09c16aa6 + split: train + image: images/mtddh_09c16aa6_000826.png + label: labels/mtddh_09c16aa6_000826.npy + metadata: + original_shape: + - 772 + - 1068 + source_split: test +- sample_id: mtddh_0a1b39a6_000369 + subject_id: 0a1b39a6 + split: train + image: images/mtddh_0a1b39a6_000369.png + label: labels/mtddh_0a1b39a6_000369.npy + metadata: + original_shape: + - 1174 + - 1800 + source_split: train +- sample_id: mtddh_0a33008e_000482 + subject_id: 0a33008e + split: train + image: images/mtddh_0a33008e_000482.png + label: labels/mtddh_0a33008e_000482.npy + metadata: + original_shape: + - 880 + - 1180 + source_split: train +- sample_id: mtddh_0b18d258_000370 + subject_id: 0b18d258 + split: train + image: images/mtddh_0b18d258_000370.png + label: labels/mtddh_0b18d258_000370.npy + metadata: + original_shape: + - 1241 + - 1590 + source_split: train +- sample_id: mtddh_0b3e7de8_000371 + subject_id: 0b3e7de8 + split: val + image: images/mtddh_0b3e7de8_000371.png + label: labels/mtddh_0b3e7de8_000371.npy + metadata: + original_shape: + - 1068 + - 1646 + source_split: train +- sample_id: mtddh_0b7d21a1_000816 + subject_id: 0b7d21a1 + split: val + image: images/mtddh_0b7d21a1_000816.png + label: labels/mtddh_0b7d21a1_000816.npy + metadata: + original_shape: + - 1283 + - 1827 + source_split: val +- sample_id: mtddh_0c674fa7_000430 + subject_id: 0c674fa7 + split: train + image: images/mtddh_0c674fa7_000430.png + label: labels/mtddh_0c674fa7_000430.npy + metadata: + original_shape: + - 1149 + - 1423 + source_split: train +- sample_id: mtddh_0d2ccd96_000744 + subject_id: 0d2ccd96 + split: test + image: images/mtddh_0d2ccd96_000744.png + label: labels/mtddh_0d2ccd96_000744.npy + metadata: + original_shape: + - 720 + - 1464 + source_split: val +- sample_id: mtddh_0d8ca9fa_000324 + subject_id: 0d8ca9fa + split: train + image: images/mtddh_0d8ca9fa_000324.png + label: labels/mtddh_0d8ca9fa_000324.npy + metadata: + original_shape: + - 652 + - 968 + source_split: train +- sample_id: mtddh_0e030d4e_000506 + subject_id: 0e030d4e + split: train + image: images/mtddh_0e030d4e_000506.png + label: labels/mtddh_0e030d4e_000506.npy + metadata: + original_shape: + - 791 + - 1004 + source_split: train +- sample_id: mtddh_0e135fe5_000772 + subject_id: 0e135fe5 + split: val + image: images/mtddh_0e135fe5_000772.png + label: labels/mtddh_0e135fe5_000772.npy + metadata: + original_shape: + - 1192 + - 1546 + source_split: val +- sample_id: mtddh_0e6645d2_000773 + subject_id: 0e6645d2 + split: val + image: images/mtddh_0e6645d2_000773.png + label: labels/mtddh_0e6645d2_000773.npy + metadata: + original_shape: + - 691 + - 916 + source_split: val +- sample_id: mtddh_0ecbe79a_000774 + subject_id: 0ecbe79a + split: train + image: images/mtddh_0ecbe79a_000774.png + label: labels/mtddh_0ecbe79a_000774.npy + metadata: + original_shape: + - 807 + - 1039 + source_split: val +- sample_id: mtddh_0f051acf_000775 + subject_id: 0f051acf + split: val + image: images/mtddh_0f051acf_000775.png + label: labels/mtddh_0f051acf_000775.npy + metadata: + original_shape: + - 746 + - 944 + source_split: val +- sample_id: mtddh_0f2aa10d_000455 + subject_id: 0f2aa10d + split: train + image: images/mtddh_0f2aa10d_000455.png + label: labels/mtddh_0f2aa10d_000455.npy + metadata: + original_shape: + - 751 + - 908 + source_split: train +- sample_id: mtddh_0f3482ea_000008 + subject_id: 0f3482ea + split: train + image: images/mtddh_0f3482ea_000008.png + label: labels/mtddh_0f3482ea_000008.npy + metadata: + original_shape: + - 656 + - 952 + source_split: train +- sample_id: mtddh_0fb4a926_000776 + subject_id: 0fb4a926 + split: train + image: images/mtddh_0fb4a926_000776.png + label: labels/mtddh_0fb4a926_000776.npy + metadata: + original_shape: + - 997 + - 1324 + source_split: val +- sample_id: mtddh_0fb721c2_000034 + subject_id: 0fb721c2 + split: train + image: images/mtddh_0fb721c2_000034.png + label: labels/mtddh_0fb721c2_000034.npy + metadata: + original_shape: + - 1156 + - 1540 + source_split: train +- sample_id: mtddh_1018511d_000507 + subject_id: 1018511d + split: train + image: images/mtddh_1018511d_000507.png + label: labels/mtddh_1018511d_000507.npy + metadata: + original_shape: + - 771 + - 976 + source_split: train +- sample_id: mtddh_106e2c50_000020 + subject_id: 106e2c50 + split: val + image: images/mtddh_106e2c50_000020.png + label: labels/mtddh_106e2c50_000020.npy + metadata: + original_shape: + - 755 + - 1160 + source_split: train +- sample_id: mtddh_1131e15b_000579 + subject_id: 1131e15b + split: val + image: images/mtddh_1131e15b_000579.png + label: labels/mtddh_1131e15b_000579.npy + metadata: + original_shape: + - 868 + - 1169 + source_split: train +- sample_id: mtddh_11ae1e28_000806 + subject_id: 11ae1e28 + split: train + image: images/mtddh_11ae1e28_000806.png + label: labels/mtddh_11ae1e28_000806.npy + metadata: + original_shape: + - 913 + - 1420 + source_split: val +- sample_id: mtddh_11df0d36_000005 + subject_id: 11df0d36 + split: train + image: images/mtddh_11df0d36_000005.png + label: labels/mtddh_11df0d36_000005.npy + metadata: + original_shape: + - 1109 + - 1544 + source_split: train +- sample_id: mtddh_11fbe849_000456 + subject_id: 11fbe849 + split: train + image: images/mtddh_11fbe849_000456.png + label: labels/mtddh_11fbe849_000456.npy + metadata: + original_shape: + - 791 + - 1003 + source_split: train +- sample_id: mtddh_12240dcd_000076 + subject_id: 12240dcd + split: test + image: images/mtddh_12240dcd_000076.png + label: labels/mtddh_12240dcd_000076.npy + metadata: + original_shape: + - 735 + - 1040 + source_split: train +- sample_id: mtddh_1265abfc_000751 + subject_id: 1265abfc + split: test + image: images/mtddh_1265abfc_000751.png + label: labels/mtddh_1265abfc_000751.npy + metadata: + original_shape: + - 691 + - 1040 + source_split: val +- sample_id: mtddh_12ec7ffa_000643 + subject_id: 12ec7ffa + split: train + image: images/mtddh_12ec7ffa_000643.png + label: labels/mtddh_12ec7ffa_000643.npy + metadata: + original_shape: + - 642 + - 908 + source_split: train +- sample_id: mtddh_12edac0f_000843 + subject_id: 12edac0f + split: train + image: images/mtddh_12edac0f_000843.png + label: labels/mtddh_12edac0f_000843.npy + metadata: + original_shape: + - 950 + - 1373 + source_split: test +- sample_id: mtddh_134e61a5_000580 + subject_id: 134e61a5 + split: train + image: images/mtddh_134e61a5_000580.png + label: labels/mtddh_134e61a5_000580.npy + metadata: + original_shape: + - 1051 + - 1284 + source_split: train +- sample_id: mtddh_1381d018_000854 + subject_id: 1381d018 + split: train + image: images/mtddh_1381d018_000854.png + label: labels/mtddh_1381d018_000854.npy + metadata: + original_shape: + - 659 + - 960 + source_split: test +- sample_id: mtddh_14ef7a49_000542 + subject_id: 14ef7a49 + split: train + image: images/mtddh_14ef7a49_000542.png + label: labels/mtddh_14ef7a49_000542.npy + metadata: + original_shape: + - 783 + - 1124 + source_split: train +- sample_id: mtddh_150a5599_000508 + subject_id: 150a5599 + split: train + image: images/mtddh_150a5599_000508.png + label: labels/mtddh_150a5599_000508.npy + metadata: + original_shape: + - 895 + - 1324 + source_split: train +- sample_id: mtddh_15335cfa_000509 + subject_id: 15335cfa + split: train + image: images/mtddh_15335cfa_000509.png + label: labels/mtddh_15335cfa_000509.npy + metadata: + original_shape: + - 920 + - 1348 + source_split: train +- sample_id: mtddh_160603f3_000127 + subject_id: 160603f3 + split: train + image: images/mtddh_160603f3_000127.png + label: labels/mtddh_160603f3_000127.npy + metadata: + original_shape: + - 1015 + - 1390 + source_split: train +- sample_id: mtddh_1656c54a_000483 + subject_id: 1656c54a + split: train + image: images/mtddh_1656c54a_000483.png + label: labels/mtddh_1656c54a_000483.npy + metadata: + original_shape: + - 751 + - 996 + source_split: train +- sample_id: mtddh_167f23c0_000645 + subject_id: 167f23c0 + split: val + image: images/mtddh_167f23c0_000645.png + label: labels/mtddh_167f23c0_000645.npy + metadata: + original_shape: + - 967 + - 1350 + source_split: train +- sample_id: mtddh_16ba464d_000821 + subject_id: 16ba464d + split: train + image: images/mtddh_16ba464d_000821.png + label: labels/mtddh_16ba464d_000821.npy + metadata: + original_shape: + - 832 + - 1302 + source_split: test +- sample_id: mtddh_174243e5_000784 + subject_id: 174243e5 + split: train + image: images/mtddh_174243e5_000784.png + label: labels/mtddh_174243e5_000784.npy + metadata: + original_shape: + - 708 + - 1068 + source_split: val +- sample_id: mtddh_176c9135_000262 + subject_id: 176c9135 + split: train + image: images/mtddh_176c9135_000262.png + label: labels/mtddh_176c9135_000262.npy + metadata: + original_shape: + - 863 + - 1616 + source_split: train +- sample_id: mtddh_17bd2c20_000752 + subject_id: 17bd2c20 + split: train + image: images/mtddh_17bd2c20_000752.png + label: labels/mtddh_17bd2c20_000752.npy + metadata: + original_shape: + - 852 + - 1096 + source_split: val +- sample_id: mtddh_17c1b130_000735 + subject_id: 17c1b130 + split: train + image: images/mtddh_17c1b130_000735.png + label: labels/mtddh_17c1b130_000735.npy + metadata: + original_shape: + - 672 + - 848 + source_split: val +- sample_id: mtddh_17fc55d4_000195 + subject_id: 17fc55d4 + split: test + image: images/mtddh_17fc55d4_000195.png + label: labels/mtddh_17fc55d4_000195.npy + metadata: + original_shape: + - 1227 + - 1672 + source_split: train +- sample_id: mtddh_186700c5_000071 + subject_id: 186700c5 + split: train + image: images/mtddh_186700c5_000071.png + label: labels/mtddh_186700c5_000071.npy + metadata: + original_shape: + - 847 + - 1152 + source_split: train +- sample_id: mtddh_186bd80a_000276 + subject_id: 186bd80a + split: train + image: images/mtddh_186bd80a_000276.png + label: labels/mtddh_186bd80a_000276.npy + metadata: + original_shape: + - 1054 + - 1439 + source_split: train +- sample_id: mtddh_18a86373_000901 + subject_id: 18a86373 + split: train + image: images/mtddh_18a86373_000901.png + label: labels/mtddh_18a86373_000901.npy + metadata: + original_shape: + - 1266 + - 1752 + source_split: test +- sample_id: mtddh_18cd0afa_000104 + subject_id: 18cd0afa + split: train + image: images/mtddh_18cd0afa_000104.png + label: labels/mtddh_18cd0afa_000104.npy + metadata: + original_shape: + - 880 + - 1380 + source_split: train +- sample_id: mtddh_18cda989_000254 + subject_id: 18cda989 + split: train + image: images/mtddh_18cda989_000254.png + label: labels/mtddh_18cda989_000254.npy + metadata: + original_shape: + - 942 + - 1316 + source_split: train +- sample_id: mtddh_19a2174a_000671 + subject_id: 19a2174a + split: train + image: images/mtddh_19a2174a_000671.png + label: labels/mtddh_19a2174a_000671.npy + metadata: + original_shape: + - 1544 + - 2124 + source_split: train +- sample_id: mtddh_19d0ae17_000510 + subject_id: 19d0ae17 + split: val + image: images/mtddh_19d0ae17_000510.png + label: labels/mtddh_19d0ae17_000510.npy + metadata: + original_shape: + - 799 + - 1232 + source_split: train +- sample_id: mtddh_1a150bc5_000203 + subject_id: 1a150bc5 + split: train + image: images/mtddh_1a150bc5_000203.png + label: labels/mtddh_1a150bc5_000203.npy + metadata: + original_shape: + - 1167 + - 1544 + source_split: train +- sample_id: mtddh_1a30461e_000147 + subject_id: 1a30461e + split: train + image: images/mtddh_1a30461e_000147.png + label: labels/mtddh_1a30461e_000147.npy + metadata: + original_shape: + - 1049 + - 1309 + source_split: train +- sample_id: mtddh_1a34e7eb_000785 + subject_id: 1a34e7eb + split: train + image: images/mtddh_1a34e7eb_000785.png + label: labels/mtddh_1a34e7eb_000785.npy + metadata: + original_shape: + - 779 + - 1148 + source_split: val +- sample_id: mtddh_1a7f3067_000372 + subject_id: 1a7f3067 + split: train + image: images/mtddh_1a7f3067_000372.png + label: labels/mtddh_1a7f3067_000372.npy + metadata: + original_shape: + - 795 + - 1081 + source_split: train +- sample_id: mtddh_1accbf80_000484 + subject_id: 1accbf80 + split: test + image: images/mtddh_1accbf80_000484.png + label: labels/mtddh_1accbf80_000484.npy + metadata: + original_shape: + - 1248 + - 1629 + source_split: train +- sample_id: mtddh_1b0b8f5f_000275 + subject_id: 1b0b8f5f + split: train + image: images/mtddh_1b0b8f5f_000275.png + label: labels/mtddh_1b0b8f5f_000275.npy + metadata: + original_shape: + - 1450 + - 1643 + source_split: train +- sample_id: mtddh_1c045fdd_000777 + subject_id: 1c045fdd + split: train + image: images/mtddh_1c045fdd_000777.png + label: labels/mtddh_1c045fdd_000777.npy + metadata: + original_shape: + - 672 + - 1016 + source_split: val +- sample_id: mtddh_1c0a099b_000102 + subject_id: 1c0a099b + split: train + image: images/mtddh_1c0a099b_000102.png + label: labels/mtddh_1c0a099b_000102.npy + metadata: + original_shape: + - 1049 + - 1387 + source_split: train +- sample_id: mtddh_1c6ca357_000778 + subject_id: 1c6ca357 + split: test + image: images/mtddh_1c6ca357_000778.png + label: labels/mtddh_1c6ca357_000778.npy + metadata: + original_shape: + - 1138 + - 1416 + source_split: val +- sample_id: mtddh_1cebc06d_000742 + subject_id: 1cebc06d + split: train + image: images/mtddh_1cebc06d_000742.png + label: labels/mtddh_1cebc06d_000742.npy + metadata: + original_shape: + - 1300 + - 1672 + source_split: val +- sample_id: mtddh_1d424131_000219 + subject_id: 1d424131 + split: train + image: images/mtddh_1d424131_000219.png + label: labels/mtddh_1d424131_000219.npy + metadata: + original_shape: + - 940 + - 1344 + source_split: train +- sample_id: mtddh_1d9ae359_000636 + subject_id: 1d9ae359 + split: train + image: images/mtddh_1d9ae359_000636.png + label: labels/mtddh_1d9ae359_000636.npy + metadata: + original_shape: + - 967 + - 1352 + source_split: train +- sample_id: mtddh_1d9e13f8_000322 + subject_id: 1d9e13f8 + split: test + image: images/mtddh_1d9e13f8_000322.png + label: labels/mtddh_1d9e13f8_000322.npy + metadata: + original_shape: + - 932 + - 1180 + source_split: train +- sample_id: mtddh_1dc91b9b_000373 + subject_id: 1dc91b9b + split: train + image: images/mtddh_1dc91b9b_000373.png + label: labels/mtddh_1dc91b9b_000373.npy + metadata: + original_shape: + - 804 + - 1000 + source_split: train +- sample_id: mtddh_1e544f92_000836 + subject_id: 1e544f92 + split: train + image: images/mtddh_1e544f92_000836.png + label: labels/mtddh_1e544f92_000836.npy + metadata: + original_shape: + - 1284 + - 1597 + source_split: test +- sample_id: mtddh_1e5697e6_000822 + subject_id: 1e5697e6 + split: train + image: images/mtddh_1e5697e6_000822.png + label: labels/mtddh_1e5697e6_000822.npy + metadata: + original_shape: + - 622 + - 856 + source_split: test +- sample_id: mtddh_1e81a787_000485 + subject_id: 1e81a787 + split: train + image: images/mtddh_1e81a787_000485.png + label: labels/mtddh_1e81a787_000485.npy + metadata: + original_shape: + - 1191 + - 1807 + source_split: train +- sample_id: mtddh_1eacf05f_000156 + subject_id: 1eacf05f + split: train + image: images/mtddh_1eacf05f_000156.png + label: labels/mtddh_1eacf05f_000156.npy + metadata: + original_shape: + - 1483 + - 1995 + source_split: train +- sample_id: mtddh_1eb488fe_000096 + subject_id: 1eb488fe + split: train + image: images/mtddh_1eb488fe_000096.png + label: labels/mtddh_1eb488fe_000096.npy + metadata: + original_shape: + - 1020 + - 1336 + source_split: train +- sample_id: mtddh_1ec88fb8_000807 + subject_id: 1ec88fb8 + split: train + image: images/mtddh_1ec88fb8_000807.png + label: labels/mtddh_1ec88fb8_000807.npy + metadata: + original_shape: + - 1576 + - 2157 + source_split: val +- sample_id: mtddh_1fa5c1dc_000779 + subject_id: 1fa5c1dc + split: train + image: images/mtddh_1fa5c1dc_000779.png + label: labels/mtddh_1fa5c1dc_000779.npy + metadata: + original_shape: + - 904 + - 1252 + source_split: val +- sample_id: mtddh_1faff997_000902 + subject_id: 1faff997 + split: train + image: images/mtddh_1faff997_000902.png + label: labels/mtddh_1faff997_000902.npy + metadata: + original_shape: + - 819 + - 1048 + source_split: test +- sample_id: mtddh_1fd6790b_000149 + subject_id: 1fd6790b + split: test + image: images/mtddh_1fd6790b_000149.png + label: labels/mtddh_1fd6790b_000149.npy + metadata: + original_shape: + - 1069 + - 1567 + source_split: train +- sample_id: mtddh_206d5eb5_000115 + subject_id: 206d5eb5 + split: train + image: images/mtddh_206d5eb5_000115.png + label: labels/mtddh_206d5eb5_000115.npy + metadata: + original_shape: + - 1094 + - 1379 + source_split: train +- sample_id: mtddh_208d64d6_000285 + subject_id: 208d64d6 + split: train + image: images/mtddh_208d64d6_000285.png + label: labels/mtddh_208d64d6_000285.npy + metadata: + original_shape: + - 1271 + - 1652 + source_split: train +- sample_id: mtddh_2114326b_000101 + subject_id: 2114326b + split: test + image: images/mtddh_2114326b_000101.png + label: labels/mtddh_2114326b_000101.npy + metadata: + original_shape: + - 752 + - 1055 + source_split: train +- sample_id: mtddh_21645511_000786 + subject_id: '21645511' + split: train + image: images/mtddh_21645511_000786.png + label: labels/mtddh_21645511_000786.npy + metadata: + original_shape: + - 1335 + - 1695 + source_split: val +- sample_id: mtddh_218d2527_000556 + subject_id: 218d2527 + split: test + image: images/mtddh_218d2527_000556.png + label: labels/mtddh_218d2527_000556.npy + metadata: + original_shape: + - 884 + - 1122 + source_split: train +- sample_id: mtddh_219c2eba_000263 + subject_id: 219c2eba + split: train + image: images/mtddh_219c2eba_000263.png + label: labels/mtddh_219c2eba_000263.npy + metadata: + original_shape: + - 660 + - 976 + source_split: train +- sample_id: mtddh_21bc256b_000486 + subject_id: 21bc256b + split: train + image: images/mtddh_21bc256b_000486.png + label: labels/mtddh_21bc256b_000486.npy + metadata: + original_shape: + - 707 + - 1031 + source_split: train +- sample_id: mtddh_21fd7f1c_000760 + subject_id: 21fd7f1c + split: val + image: images/mtddh_21fd7f1c_000760.png + label: labels/mtddh_21fd7f1c_000760.npy + metadata: + original_shape: + - 780 + - 1016 + source_split: val +- sample_id: mtddh_22614f0d_000719 + subject_id: 22614f0d + split: train + image: images/mtddh_22614f0d_000719.png + label: labels/mtddh_22614f0d_000719.npy + metadata: + original_shape: + - 1270 + - 1742 + source_split: train +- sample_id: mtddh_226f5a4b_000457 + subject_id: 226f5a4b + split: train + image: images/mtddh_226f5a4b_000457.png + label: labels/mtddh_226f5a4b_000457.npy + metadata: + original_shape: + - 1127 + - 1369 + source_split: train +- sample_id: mtddh_226f7855_000026 + subject_id: 226f7855 + split: train + image: images/mtddh_226f7855_000026.png + label: labels/mtddh_226f7855_000026.npy + metadata: + original_shape: + - 1007 + - 1512 + source_split: train +- sample_id: mtddh_2297ba9c_000808 + subject_id: 2297ba9c + split: val + image: images/mtddh_2297ba9c_000808.png + label: labels/mtddh_2297ba9c_000808.npy + metadata: + original_shape: + - 824 + - 1068 + source_split: val +- sample_id: mtddh_22e73fad_000543 + subject_id: 22e73fad + split: train + image: images/mtddh_22e73fad_000543.png + label: labels/mtddh_22e73fad_000543.npy + metadata: + original_shape: + - 671 + - 803 + source_split: train +- sample_id: mtddh_22e79d45_000040 + subject_id: 22e79d45 + split: test + image: images/mtddh_22e79d45_000040.png + label: labels/mtddh_22e79d45_000040.npy + metadata: + original_shape: + - 1360 + - 1740 + source_split: train +- sample_id: mtddh_235c39fc_000458 + subject_id: 235c39fc + split: train + image: images/mtddh_235c39fc_000458.png + label: labels/mtddh_235c39fc_000458.npy + metadata: + original_shape: + - 1136 + - 1546 + source_split: train +- sample_id: mtddh_23b14ee8_000137 + subject_id: 23b14ee8 + split: train + image: images/mtddh_23b14ee8_000137.png + label: labels/mtddh_23b14ee8_000137.npy + metadata: + original_shape: + - 972 + - 1477 + source_split: train +- sample_id: mtddh_23c41a02_000072 + subject_id: 23c41a02 + split: train + image: images/mtddh_23c41a02_000072.png + label: labels/mtddh_23c41a02_000072.npy + metadata: + original_shape: + - 904 + - 1236 + source_split: train +- sample_id: mtddh_24504f0a_000459 + subject_id: 24504f0a + split: val + image: images/mtddh_24504f0a_000459.png + label: labels/mtddh_24504f0a_000459.npy + metadata: + original_shape: + - 1294 + - 1455 + source_split: train +- sample_id: mtddh_24584ba1_000809 + subject_id: 24584ba1 + split: train + image: images/mtddh_24584ba1_000809.png + label: labels/mtddh_24584ba1_000809.npy + metadata: + original_shape: + - 740 + - 1116 + source_split: val +- sample_id: mtddh_2474e38e_000793 + subject_id: 2474e38e + split: test + image: images/mtddh_2474e38e_000793.png + label: labels/mtddh_2474e38e_000793.npy + metadata: + original_shape: + - 812 + - 1236 + source_split: val +- sample_id: mtddh_24beb0bc_000787 + subject_id: 24beb0bc + split: val + image: images/mtddh_24beb0bc_000787.png + label: labels/mtddh_24beb0bc_000787.npy + metadata: + original_shape: + - 1170 + - 1572 + source_split: val +- sample_id: mtddh_2596f8be_000460 + subject_id: 2596f8be + split: test + image: images/mtddh_2596f8be_000460.png + label: labels/mtddh_2596f8be_000460.npy + metadata: + original_shape: + - 804 + - 1160 + source_split: train +- sample_id: mtddh_25b151b4_000002 + subject_id: 25b151b4 + split: train + image: images/mtddh_25b151b4_000002.png + label: labels/mtddh_25b151b4_000002.npy + metadata: + original_shape: + - 845 + - 1104 + source_split: train +- sample_id: mtddh_25b7351b_000349 + subject_id: 25b7351b + split: train + image: images/mtddh_25b7351b_000349.png + label: labels/mtddh_25b7351b_000349.npy + metadata: + original_shape: + - 1384 + - 1786 + source_split: train +- sample_id: mtddh_25bfa975_000327 + subject_id: 25bfa975 + split: train + image: images/mtddh_25bfa975_000327.png + label: labels/mtddh_25bfa975_000327.npy + metadata: + original_shape: + - 1167 + - 1453 + source_split: train +- sample_id: mtddh_25d4eb07_000667 + subject_id: 25d4eb07 + split: val + image: images/mtddh_25d4eb07_000667.png + label: labels/mtddh_25d4eb07_000667.npy + metadata: + original_shape: + - 1565 + - 1981 + source_split: train +- sample_id: mtddh_26687b0c_000328 + subject_id: 26687b0c + split: test + image: images/mtddh_26687b0c_000328.png + label: labels/mtddh_26687b0c_000328.npy + metadata: + original_shape: + - 694 + - 840 + source_split: train +- sample_id: mtddh_2687f5e7_000794 + subject_id: 2687f5e7 + split: train + image: images/mtddh_2687f5e7_000794.png + label: labels/mtddh_2687f5e7_000794.npy + metadata: + original_shape: + - 693 + - 1009 + source_split: val +- sample_id: mtddh_26984367_000048 + subject_id: '26984367' + split: train + image: images/mtddh_26984367_000048.png + label: labels/mtddh_26984367_000048.npy + metadata: + original_shape: + - 695 + - 892 + source_split: train +- sample_id: mtddh_26cdf7db_000111 + subject_id: 26cdf7db + split: train + image: images/mtddh_26cdf7db_000111.png + label: labels/mtddh_26cdf7db_000111.npy + metadata: + original_shape: + - 736 + - 928 + source_split: train +- sample_id: mtddh_271af5cf_000374 + subject_id: 271af5cf + split: train + image: images/mtddh_271af5cf_000374.png + label: labels/mtddh_271af5cf_000374.npy + metadata: + original_shape: + - 671 + - 928 + source_split: train +- sample_id: mtddh_27325246_000375 + subject_id: '27325246' + split: train + image: images/mtddh_27325246_000375.png + label: labels/mtddh_27325246_000375.npy + metadata: + original_shape: + - 666 + - 823 + source_split: train +- sample_id: mtddh_27664361_000788 + subject_id: '27664361' + split: val + image: images/mtddh_27664361_000788.png + label: labels/mtddh_27664361_000788.npy + metadata: + original_shape: + - 763 + - 1038 + source_split: val +- sample_id: mtddh_27916f03_000278 + subject_id: 27916f03 + split: val + image: images/mtddh_27916f03_000278.png + label: labels/mtddh_27916f03_000278.npy + metadata: + original_shape: + - 1410 + - 1556 + source_split: train +- sample_id: mtddh_2799a91d_000461 + subject_id: 2799a91d + split: test + image: images/mtddh_2799a91d_000461.png + label: labels/mtddh_2799a91d_000461.npy + metadata: + original_shape: + - 860 + - 1276 + source_split: train +- sample_id: mtddh_27e81578_000544 + subject_id: 27e81578 + split: train + image: images/mtddh_27e81578_000544.png + label: labels/mtddh_27e81578_000544.npy + metadata: + original_shape: + - 754 + - 1023 + source_split: train +- sample_id: mtddh_280d90b5_000820 + subject_id: 280d90b5 + split: test + image: images/mtddh_280d90b5_000820.png + label: labels/mtddh_280d90b5_000820.npy + metadata: + original_shape: + - 531 + - 972 + source_split: test +- sample_id: mtddh_2854aaeb_000823 + subject_id: 2854aaeb + split: train + image: images/mtddh_2854aaeb_000823.png + label: labels/mtddh_2854aaeb_000823.npy + metadata: + original_shape: + - 735 + - 984 + source_split: test +- sample_id: mtddh_28f73a7b_000239 + subject_id: 28f73a7b + split: train + image: images/mtddh_28f73a7b_000239.png + label: labels/mtddh_28f73a7b_000239.npy + metadata: + original_shape: + - 708 + - 928 + source_split: train +- sample_id: mtddh_2a317f2a_000431 + subject_id: 2a317f2a + split: train + image: images/mtddh_2a317f2a_000431.png + label: labels/mtddh_2a317f2a_000431.npy + metadata: + original_shape: + - 746 + - 1172 + source_split: train +- sample_id: mtddh_2b25d4bf_000893 + subject_id: 2b25d4bf + split: train + image: images/mtddh_2b25d4bf_000893.png + label: labels/mtddh_2b25d4bf_000893.npy + metadata: + original_shape: + - 1213 + - 1738 + source_split: test +- sample_id: mtddh_2b295261_000710 + subject_id: 2b295261 + split: test + image: images/mtddh_2b295261_000710.png + label: labels/mtddh_2b295261_000710.npy + metadata: + original_shape: + - 1768 + - 2030 + source_split: train +- sample_id: mtddh_2b49adda_000376 + subject_id: 2b49adda + split: train + image: images/mtddh_2b49adda_000376.png + label: labels/mtddh_2b49adda_000376.npy + metadata: + original_shape: + - 1408 + - 1871 + source_split: train +- sample_id: mtddh_2b90424f_000200 + subject_id: 2b90424f + split: train + image: images/mtddh_2b90424f_000200.png + label: labels/mtddh_2b90424f_000200.npy + metadata: + original_shape: + - 985 + - 1302 + source_split: train +- sample_id: mtddh_2c5b4d30_000432 + subject_id: 2c5b4d30 + split: train + image: images/mtddh_2c5b4d30_000432.png + label: labels/mtddh_2c5b4d30_000432.npy + metadata: + original_shape: + - 1063 + - 1560 + source_split: train +- sample_id: mtddh_2c959c6a_000780 + subject_id: 2c959c6a + split: train + image: images/mtddh_2c959c6a_000780.png + label: labels/mtddh_2c959c6a_000780.npy + metadata: + original_shape: + - 746 + - 916 + source_split: val +- sample_id: mtddh_2cace064_000179 + subject_id: 2cace064 + split: train + image: images/mtddh_2cace064_000179.png + label: labels/mtddh_2cace064_000179.npy + metadata: + original_shape: + - 1124 + - 1605 + source_split: train +- sample_id: mtddh_2cf2dfca_000146 + subject_id: 2cf2dfca + split: train + image: images/mtddh_2cf2dfca_000146.png + label: labels/mtddh_2cf2dfca_000146.npy + metadata: + original_shape: + - 888 + - 1212 + source_split: train +- sample_id: mtddh_2cf74ceb_000545 + subject_id: 2cf74ceb + split: train + image: images/mtddh_2cf74ceb_000545.png + label: labels/mtddh_2cf74ceb_000545.npy + metadata: + original_shape: + - 1045 + - 1600 + source_split: train +- sample_id: mtddh_2d0c66a6_000781 + subject_id: 2d0c66a6 + split: train + image: images/mtddh_2d0c66a6_000781.png + label: labels/mtddh_2d0c66a6_000781.npy + metadata: + original_shape: + - 772 + - 1052 + source_split: val +- sample_id: mtddh_2d2fb87f_000027 + subject_id: 2d2fb87f + split: train + image: images/mtddh_2d2fb87f_000027.png + label: labels/mtddh_2d2fb87f_000027.npy + metadata: + original_shape: + - 1035 + - 1424 + source_split: train +- sample_id: mtddh_2d3badde_000207 + subject_id: 2d3badde + split: train + image: images/mtddh_2d3badde_000207.png + label: labels/mtddh_2d3badde_000207.npy + metadata: + original_shape: + - 586 + - 871 + source_split: train +- sample_id: mtddh_2d3d1aba_000581 + subject_id: 2d3d1aba + split: train + image: images/mtddh_2d3d1aba_000581.png + label: labels/mtddh_2d3d1aba_000581.npy + metadata: + original_shape: + - 1066 + - 1384 + source_split: train +- sample_id: mtddh_2d6d6ab4_000637 + subject_id: 2d6d6ab4 + split: test + image: images/mtddh_2d6d6ab4_000637.png + label: labels/mtddh_2d6d6ab4_000637.npy + metadata: + original_shape: + - 787 + - 1057 + source_split: train +- sample_id: mtddh_2dbb8211_000782 + subject_id: 2dbb8211 + split: train + image: images/mtddh_2dbb8211_000782.png + label: labels/mtddh_2dbb8211_000782.npy + metadata: + original_shape: + - 707 + - 1012 + source_split: val +- sample_id: mtddh_2e855909_000803 + subject_id: 2e855909 + split: test + image: images/mtddh_2e855909_000803.png + label: labels/mtddh_2e855909_000803.npy + metadata: + original_shape: + - 1036 + - 1718 + source_split: val +- sample_id: mtddh_2f0eb287_000783 + subject_id: 2f0eb287 + split: train + image: images/mtddh_2f0eb287_000783.png + label: labels/mtddh_2f0eb287_000783.npy + metadata: + original_shape: + - 743 + - 964 + source_split: val +- sample_id: mtddh_2f5142d6_000795 + subject_id: 2f5142d6 + split: train + image: images/mtddh_2f5142d6_000795.png + label: labels/mtddh_2f5142d6_000795.npy + metadata: + original_shape: + - 1492 + - 1792 + source_split: val +- sample_id: mtddh_2f99670f_000582 + subject_id: 2f99670f + split: train + image: images/mtddh_2f99670f_000582.png + label: labels/mtddh_2f99670f_000582.npy + metadata: + original_shape: + - 1029 + - 1251 + source_split: train +- sample_id: mtddh_2fc2b458_000377 + subject_id: 2fc2b458 + split: val + image: images/mtddh_2fc2b458_000377.png + label: labels/mtddh_2fc2b458_000377.npy + metadata: + original_shape: + - 879 + - 1023 + source_split: train +- sample_id: mtddh_3056bb2a_000789 + subject_id: 3056bb2a + split: test + image: images/mtddh_3056bb2a_000789.png + label: labels/mtddh_3056bb2a_000789.npy + metadata: + original_shape: + - 1330 + - 1778 + source_split: val +- sample_id: mtddh_306feb9a_000462 + subject_id: 306feb9a + split: val + image: images/mtddh_306feb9a_000462.png + label: labels/mtddh_306feb9a_000462.npy + metadata: + original_shape: + - 1010 + - 1583 + source_split: train +- sample_id: mtddh_30bef8f1_000557 + subject_id: 30bef8f1 + split: train + image: images/mtddh_30bef8f1_000557.png + label: labels/mtddh_30bef8f1_000557.npy + metadata: + original_shape: + - 900 + - 1272 + source_split: train +- sample_id: mtddh_318a1858_000124 + subject_id: 318a1858 + split: train + image: images/mtddh_318a1858_000124.png + label: labels/mtddh_318a1858_000124.npy + metadata: + original_shape: + - 721 + - 1096 + source_split: train +- sample_id: mtddh_31fda21d_000796 + subject_id: 31fda21d + split: train + image: images/mtddh_31fda21d_000796.png + label: labels/mtddh_31fda21d_000796.npy + metadata: + original_shape: + - 680 + - 1024 + source_split: val +- sample_id: mtddh_32602235_000613 + subject_id: '32602235' + split: train + image: images/mtddh_32602235_000613.png + label: labels/mtddh_32602235_000613.npy + metadata: + original_shape: + - 803 + - 1232 + source_split: train +- sample_id: mtddh_3269889d_000629 + subject_id: 3269889d + split: val + image: images/mtddh_3269889d_000629.png + label: labels/mtddh_3269889d_000629.npy + metadata: + original_shape: + - 1231 + - 1667 + source_split: train +- sample_id: mtddh_32af8a70_000810 + subject_id: 32af8a70 + split: train + image: images/mtddh_32af8a70_000810.png + label: labels/mtddh_32af8a70_000810.npy + metadata: + original_shape: + - 1072 + - 1368 + source_split: val +- sample_id: mtddh_3363d08d_000904 + subject_id: 3363d08d + split: test + image: images/mtddh_3363d08d_000904.png + label: labels/mtddh_3363d08d_000904.npy + metadata: + original_shape: + - 956 + - 1297 + source_split: test +- sample_id: mtddh_338c6830_000837 + subject_id: 338c6830 + split: test + image: images/mtddh_338c6830_000837.png + label: labels/mtddh_338c6830_000837.npy + metadata: + original_shape: + - 1095 + - 1312 + source_split: test +- sample_id: mtddh_3415d946_000729 + subject_id: 3415d946 + split: train + image: images/mtddh_3415d946_000729.png + label: labels/mtddh_3415d946_000729.npy + metadata: + original_shape: + - 1590 + - 2017 + source_split: train +- sample_id: mtddh_34717e77_000818 + subject_id: 34717e77 + split: train + image: images/mtddh_34717e77_000818.png + label: labels/mtddh_34717e77_000818.npy + metadata: + original_shape: + - 984 + - 1329 + source_split: val +- sample_id: mtddh_348fffab_000558 + subject_id: 348fffab + split: train + image: images/mtddh_348fffab_000558.png + label: labels/mtddh_348fffab_000558.npy + metadata: + original_shape: + - 1669 + - 2262 + source_split: train +- sample_id: mtddh_34a71f92_000857 + subject_id: 34a71f92 + split: train + image: images/mtddh_34a71f92_000857.png + label: labels/mtddh_34a71f92_000857.npy + metadata: + original_shape: + - 706 + - 816 + source_split: test +- sample_id: mtddh_35193235_000511 + subject_id: '35193235' + split: train + image: images/mtddh_35193235_000511.png + label: labels/mtddh_35193235_000511.npy + metadata: + original_shape: + - 864 + - 1064 + source_split: train +- sample_id: mtddh_36071fb3_000546 + subject_id: 36071fb3 + split: test + image: images/mtddh_36071fb3_000546.png + label: labels/mtddh_36071fb3_000546.npy + metadata: + original_shape: + - 716 + - 1093 + source_split: train +- sample_id: mtddh_36fe1e45_000512 + subject_id: 36fe1e45 + split: train + image: images/mtddh_36fe1e45_000512.png + label: labels/mtddh_36fe1e45_000512.npy + metadata: + original_shape: + - 1465 + - 1967 + source_split: train +- sample_id: mtddh_372545a1_000433 + subject_id: 372545a1 + split: train + image: images/mtddh_372545a1_000433.png + label: labels/mtddh_372545a1_000433.npy + metadata: + original_shape: + - 824 + - 981 + source_split: train +- sample_id: mtddh_3790f0df_000434 + subject_id: 3790f0df + split: train + image: images/mtddh_3790f0df_000434.png + label: labels/mtddh_3790f0df_000434.npy + metadata: + original_shape: + - 772 + - 904 + source_split: train +- sample_id: mtddh_37943ffa_000858 + subject_id: 37943ffa + split: train + image: images/mtddh_37943ffa_000858.png + label: labels/mtddh_37943ffa_000858.npy + metadata: + original_shape: + - 750 + - 872 + source_split: test +- sample_id: mtddh_37f44a0c_000692 + subject_id: 37f44a0c + split: train + image: images/mtddh_37f44a0c_000692.png + label: labels/mtddh_37f44a0c_000692.npy + metadata: + original_shape: + - 795 + - 1260 + source_split: train +- sample_id: mtddh_3808274e_000686 + subject_id: 3808274e + split: train + image: images/mtddh_3808274e_000686.png + label: labels/mtddh_3808274e_000686.npy + metadata: + original_shape: + - 1040 + - 1544 + source_split: train +- sample_id: mtddh_3822237b_000894 + subject_id: 3822237b + split: train + image: images/mtddh_3822237b_000894.png + label: labels/mtddh_3822237b_000894.npy + metadata: + original_shape: + - 988 + - 1320 + source_split: test +- sample_id: mtddh_38a47871_000277 + subject_id: 38a47871 + split: train + image: images/mtddh_38a47871_000277.png + label: labels/mtddh_38a47871_000277.npy + metadata: + original_shape: + - 904 + - 1084 + source_split: train +- sample_id: mtddh_38d44fcc_000006 + subject_id: 38d44fcc + split: val + image: images/mtddh_38d44fcc_000006.png + label: labels/mtddh_38d44fcc_000006.npy + metadata: + original_shape: + - 923 + - 1034 + source_split: train +- sample_id: mtddh_38d7a848_000804 + subject_id: 38d7a848 + split: train + image: images/mtddh_38d7a848_000804.png + label: labels/mtddh_38d7a848_000804.npy + metadata: + original_shape: + - 756 + - 1020 + source_split: val +- sample_id: mtddh_395546f1_000736 + subject_id: 395546f1 + split: train + image: images/mtddh_395546f1_000736.png + label: labels/mtddh_395546f1_000736.npy + metadata: + original_shape: + - 876 + - 1143 + source_split: val +- sample_id: mtddh_399424eb_000487 + subject_id: 399424eb + split: train + image: images/mtddh_399424eb_000487.png + label: labels/mtddh_399424eb_000487.npy + metadata: + original_shape: + - 1120 + - 1771 + source_split: train +- sample_id: mtddh_39c52896_000271 + subject_id: 39c52896 + split: train + image: images/mtddh_39c52896_000271.png + label: labels/mtddh_39c52896_000271.npy + metadata: + original_shape: + - 684 + - 920 + source_split: train +- sample_id: mtddh_39d9c430_000859 + subject_id: 39d9c430 + split: train + image: images/mtddh_39d9c430_000859.png + label: labels/mtddh_39d9c430_000859.npy + metadata: + original_shape: + - 815 + - 960 + source_split: test +- sample_id: mtddh_39f9ead5_000089 + subject_id: 39f9ead5 + split: val + image: images/mtddh_39f9ead5_000089.png + label: labels/mtddh_39f9ead5_000089.npy + metadata: + original_shape: + - 827 + - 1065 + source_split: train +- sample_id: mtddh_3a113e4c_000814 + subject_id: 3a113e4c + split: val + image: images/mtddh_3a113e4c_000814.png + label: labels/mtddh_3a113e4c_000814.npy + metadata: + original_shape: + - 860 + - 1404 + source_split: val +- sample_id: mtddh_3abd9dc0_000378 + subject_id: 3abd9dc0 + split: train + image: images/mtddh_3abd9dc0_000378.png + label: labels/mtddh_3abd9dc0_000378.npy + metadata: + original_shape: + - 1120 + - 1359 + source_split: train +- sample_id: mtddh_3b50b29d_000790 + subject_id: 3b50b29d + split: train + image: images/mtddh_3b50b29d_000790.png + label: labels/mtddh_3b50b29d_000790.npy + metadata: + original_shape: + - 1547 + - 1974 + source_split: val +- sample_id: mtddh_3b771824_000013 + subject_id: 3b771824 + split: train + image: images/mtddh_3b771824_000013.png + label: labels/mtddh_3b771824_000013.npy + metadata: + original_shape: + - 666 + - 900 + source_split: train +- sample_id: mtddh_3b83f198_000513 + subject_id: 3b83f198 + split: train + image: images/mtddh_3b83f198_000513.png + label: labels/mtddh_3b83f198_000513.npy + metadata: + original_shape: + - 720 + - 1220 + source_split: train +- sample_id: mtddh_3b931635_000698 + subject_id: 3b931635 + split: test + image: images/mtddh_3b931635_000698.png + label: labels/mtddh_3b931635_000698.npy + metadata: + original_shape: + - 1069 + - 1352 + source_split: train +- sample_id: mtddh_3be986e2_000797 + subject_id: 3be986e2 + split: train + image: images/mtddh_3be986e2_000797.png + label: labels/mtddh_3be986e2_000797.npy + metadata: + original_shape: + - 732 + - 1028 + source_split: val +- sample_id: mtddh_3c2250cb_000860 + subject_id: 3c2250cb + split: train + image: images/mtddh_3c2250cb_000860.png + label: labels/mtddh_3c2250cb_000860.npy + metadata: + original_shape: + - 726 + - 1048 + source_split: test +- sample_id: mtddh_3c96598d_000791 + subject_id: 3c96598d + split: train + image: images/mtddh_3c96598d_000791.png + label: labels/mtddh_3c96598d_000791.npy + metadata: + original_shape: + - 1083 + - 1404 + source_split: val +- sample_id: mtddh_3cb6e879_000707 + subject_id: 3cb6e879 + split: test + image: images/mtddh_3cb6e879_000707.png + label: labels/mtddh_3cb6e879_000707.npy + metadata: + original_shape: + - 1128 + - 1553 + source_split: train +- sample_id: mtddh_3d01e505_000107 + subject_id: 3d01e505 + split: train + image: images/mtddh_3d01e505_000107.png + label: labels/mtddh_3d01e505_000107.npy + metadata: + original_shape: + - 572 + - 932 + source_split: train +- sample_id: mtddh_3d35b65a_000650 + subject_id: 3d35b65a + split: val + image: images/mtddh_3d35b65a_000650.png + label: labels/mtddh_3d35b65a_000650.npy + metadata: + original_shape: + - 1505 + - 2131 + source_split: train +- sample_id: mtddh_3d8d4d79_000281 + subject_id: 3d8d4d79 + split: test + image: images/mtddh_3d8d4d79_000281.png + label: labels/mtddh_3d8d4d79_000281.npy + metadata: + original_shape: + - 818 + - 1196 + source_split: train +- sample_id: mtddh_3de888bd_000861 + subject_id: 3de888bd + split: train + image: images/mtddh_3de888bd_000861.png + label: labels/mtddh_3de888bd_000861.npy + metadata: + original_shape: + - 1321 + - 2027 + source_split: test +- sample_id: mtddh_3e8563b6_000028 + subject_id: 3e8563b6 + split: train + image: images/mtddh_3e8563b6_000028.png + label: labels/mtddh_3e8563b6_000028.npy + metadata: + original_shape: + - 998 + - 1488 + source_split: train +- sample_id: mtddh_3eab957f_000073 + subject_id: 3eab957f + split: val + image: images/mtddh_3eab957f_000073.png + label: labels/mtddh_3eab957f_000073.npy + metadata: + original_shape: + - 1227 + - 1789 + source_split: train +- sample_id: mtddh_3f09bbd0_000696 + subject_id: 3f09bbd0 + split: train + image: images/mtddh_3f09bbd0_000696.png + label: labels/mtddh_3f09bbd0_000696.npy + metadata: + original_shape: + - 1688 + - 2093 + source_split: train +- sample_id: mtddh_3f3905b6_000190 + subject_id: 3f3905b6 + split: train + image: images/mtddh_3f3905b6_000190.png + label: labels/mtddh_3f3905b6_000190.npy + metadata: + original_shape: + - 816 + - 992 + source_split: train +- sample_id: mtddh_3f56be3d_000212 + subject_id: 3f56be3d + split: train + image: images/mtddh_3f56be3d_000212.png + label: labels/mtddh_3f56be3d_000212.npy + metadata: + original_shape: + - 959 + - 1152 + source_split: train +- sample_id: mtddh_3fb86e51_000838 + subject_id: 3fb86e51 + split: train + image: images/mtddh_3fb86e51_000838.png + label: labels/mtddh_3fb86e51_000838.npy + metadata: + original_shape: + - 1188 + - 1775 + source_split: test +- sample_id: mtddh_3fd59524_000197 + subject_id: 3fd59524 + split: train + image: images/mtddh_3fd59524_000197.png + label: labels/mtddh_3fd59524_000197.npy + metadata: + original_shape: + - 731 + - 1056 + source_split: train +- sample_id: mtddh_3fdceeaf_000819 + subject_id: 3fdceeaf + split: test + image: images/mtddh_3fdceeaf_000819.png + label: labels/mtddh_3fdceeaf_000819.npy + metadata: + original_shape: + - 1152 + - 1525 + source_split: val +- sample_id: mtddh_3ff8582f_000225 + subject_id: 3ff8582f + split: train + image: images/mtddh_3ff8582f_000225.png + label: labels/mtddh_3ff8582f_000225.npy + metadata: + original_shape: + - 1106 + - 1387 + source_split: train +- sample_id: mtddh_406564f1_000895 + subject_id: 406564f1 + split: train + image: images/mtddh_406564f1_000895.png + label: labels/mtddh_406564f1_000895.npy + metadata: + original_shape: + - 1337 + - 1914 + source_split: test +- sample_id: mtddh_4077e03e_000681 + subject_id: 4077e03e + split: test + image: images/mtddh_4077e03e_000681.png + label: labels/mtddh_4077e03e_000681.npy + metadata: + original_shape: + - 1940 + - 1872 + source_split: train +- sample_id: mtddh_41100769_000738 + subject_id: '41100769' + split: train + image: images/mtddh_41100769_000738.png + label: labels/mtddh_41100769_000738.npy + metadata: + original_shape: + - 851 + - 1412 + source_split: val +- sample_id: mtddh_41b6030b_000811 + subject_id: 41b6030b + split: train + image: images/mtddh_41b6030b_000811.png + label: labels/mtddh_41b6030b_000811.npy + metadata: + original_shape: + - 824 + - 1116 + source_split: val +- sample_id: mtddh_41e8c93f_000350 + subject_id: 41e8c93f + split: train + image: images/mtddh_41e8c93f_000350.png + label: labels/mtddh_41e8c93f_000350.npy + metadata: + original_shape: + - 848 + - 1024 + source_split: train +- sample_id: mtddh_41e8d599_000614 + subject_id: 41e8d599 + split: train + image: images/mtddh_41e8d599_000614.png + label: labels/mtddh_41e8d599_000614.npy + metadata: + original_shape: + - 1066 + - 1779 + source_split: train +- sample_id: mtddh_42a61270_000827 + subject_id: 42a61270 + split: train + image: images/mtddh_42a61270_000827.png + label: labels/mtddh_42a61270_000827.npy + metadata: + original_shape: + - 604 + - 843 + source_split: test +- sample_id: mtddh_42a883a5_000329 + subject_id: 42a883a5 + split: train + image: images/mtddh_42a883a5_000329.png + label: labels/mtddh_42a883a5_000329.npy + metadata: + original_shape: + - 966 + - 1344 + source_split: train +- sample_id: mtddh_4369dc86_000862 + subject_id: 4369dc86 + split: train + image: images/mtddh_4369dc86_000862.png + label: labels/mtddh_4369dc86_000862.npy + metadata: + original_shape: + - 655 + - 1020 + source_split: test +- sample_id: mtddh_4377ea37_000659 + subject_id: 4377ea37 + split: train + image: images/mtddh_4377ea37_000659.png + label: labels/mtddh_4377ea37_000659.npy + metadata: + original_shape: + - 1187 + - 1832 + source_split: train +- sample_id: mtddh_4384f9df_000014 + subject_id: 4384f9df + split: train + image: images/mtddh_4384f9df_000014.png + label: labels/mtddh_4384f9df_000014.npy + metadata: + original_shape: + - 1077 + - 1542 + source_split: train +- sample_id: mtddh_438a37a5_000488 + subject_id: 438a37a5 + split: train + image: images/mtddh_438a37a5_000488.png + label: labels/mtddh_438a37a5_000488.npy + metadata: + original_shape: + - 854 + - 1028 + source_split: train +- sample_id: mtddh_438bc3b1_000489 + subject_id: 438bc3b1 + split: val + image: images/mtddh_438bc3b1_000489.png + label: labels/mtddh_438bc3b1_000489.npy + metadata: + original_shape: + - 713 + - 1069 + source_split: train +- sample_id: mtddh_43e243d8_000763 + subject_id: 43e243d8 + split: val + image: images/mtddh_43e243d8_000763.png + label: labels/mtddh_43e243d8_000763.npy + metadata: + original_shape: + - 1094 + - 1308 + source_split: val +- sample_id: mtddh_445c9a3f_000463 + subject_id: 445c9a3f + split: train + image: images/mtddh_445c9a3f_000463.png + label: labels/mtddh_445c9a3f_000463.npy + metadata: + original_shape: + - 804 + - 1104 + source_split: train +- sample_id: mtddh_449d428f_000208 + subject_id: 449d428f + split: test + image: images/mtddh_449d428f_000208.png + label: labels/mtddh_449d428f_000208.npy + metadata: + original_shape: + - 674 + - 824 + source_split: train +- sample_id: mtddh_44d2c271_000863 + subject_id: 44d2c271 + split: test + image: images/mtddh_44d2c271_000863.png + label: labels/mtddh_44d2c271_000863.npy + metadata: + original_shape: + - 715 + - 1089 + source_split: test +- sample_id: mtddh_45208679_000547 + subject_id: '45208679' + split: train + image: images/mtddh_45208679_000547.png + label: labels/mtddh_45208679_000547.npy + metadata: + original_shape: + - 776 + - 1146 + source_split: train +- sample_id: mtddh_457c5a47_000269 + subject_id: 457c5a47 + split: val + image: images/mtddh_457c5a47_000269.png + label: labels/mtddh_457c5a47_000269.npy + metadata: + original_shape: + - 1031 + - 1615 + source_split: train +- sample_id: mtddh_45aa76e0_000792 + subject_id: 45aa76e0 + split: train + image: images/mtddh_45aa76e0_000792.png + label: labels/mtddh_45aa76e0_000792.npy + metadata: + original_shape: + - 675 + - 916 + source_split: val +- sample_id: mtddh_45d2d694_000534 + subject_id: 45d2d694 + split: val + image: images/mtddh_45d2d694_000534.png + label: labels/mtddh_45d2d694_000534.npy + metadata: + original_shape: + - 1246 + - 1813 + source_split: train +- sample_id: mtddh_45d635d4_000087 + subject_id: 45d635d4 + split: test + image: images/mtddh_45d635d4_000087.png + label: labels/mtddh_45d635d4_000087.npy + metadata: + original_shape: + - 1048 + - 1200 + source_split: train +- sample_id: mtddh_45fa36bd_000713 + subject_id: 45fa36bd + split: val + image: images/mtddh_45fa36bd_000713.png + label: labels/mtddh_45fa36bd_000713.npy + metadata: + original_shape: + - 1140 + - 1400 + source_split: train +- sample_id: mtddh_46281482_000864 + subject_id: '46281482' + split: val + image: images/mtddh_46281482_000864.png + label: labels/mtddh_46281482_000864.npy + metadata: + original_shape: + - 834 + - 1052 + source_split: test +- sample_id: mtddh_464e5766_000548 + subject_id: 464e5766 + split: train + image: images/mtddh_464e5766_000548.png + label: labels/mtddh_464e5766_000548.npy + metadata: + original_shape: + - 696 + - 928 + source_split: train +- sample_id: mtddh_46ce4847_000745 + subject_id: 46ce4847 + split: train + image: images/mtddh_46ce4847_000745.png + label: labels/mtddh_46ce4847_000745.npy + metadata: + original_shape: + - 1380 + - 1615 + source_split: val +- sample_id: mtddh_475e7e01_000351 + subject_id: 475e7e01 + split: train + image: images/mtddh_475e7e01_000351.png + label: labels/mtddh_475e7e01_000351.npy + metadata: + original_shape: + - 925 + - 1336 + source_split: train +- sample_id: mtddh_47b74016_000379 + subject_id: 47b74016 + split: train + image: images/mtddh_47b74016_000379.png + label: labels/mtddh_47b74016_000379.npy + metadata: + original_shape: + - 823 + - 1080 + source_split: train +- sample_id: mtddh_47e016de_000272 + subject_id: 47e016de + split: train + image: images/mtddh_47e016de_000272.png + label: labels/mtddh_47e016de_000272.npy + metadata: + original_shape: + - 1387 + - 1978 + source_split: train +- sample_id: mtddh_4878cb97_000257 + subject_id: 4878cb97 + split: train + image: images/mtddh_4878cb97_000257.png + label: labels/mtddh_4878cb97_000257.npy + metadata: + original_shape: + - 907 + - 1444 + source_split: train +- sample_id: mtddh_489ccc88_000162 + subject_id: 489ccc88 + split: train + image: images/mtddh_489ccc88_000162.png + label: labels/mtddh_489ccc88_000162.npy + metadata: + original_shape: + - 743 + - 1036 + source_split: train +- sample_id: mtddh_49845a7a_000855 + subject_id: 49845a7a + split: train + image: images/mtddh_49845a7a_000855.png + label: labels/mtddh_49845a7a_000855.npy + metadata: + original_shape: + - 772 + - 1024 + source_split: test +- sample_id: mtddh_4984cad2_000549 + subject_id: 4984cad2 + split: train + image: images/mtddh_4984cad2_000549.png + label: labels/mtddh_4984cad2_000549.npy + metadata: + original_shape: + - 1401 + - 2134 + source_split: train +- sample_id: mtddh_4a9b2701_000170 + subject_id: 4a9b2701 + split: val + image: images/mtddh_4a9b2701_000170.png + label: labels/mtddh_4a9b2701_000170.npy + metadata: + original_shape: + - 628 + - 976 + source_split: train +- sample_id: mtddh_4ab46f79_000131 + subject_id: 4ab46f79 + split: train + image: images/mtddh_4ab46f79_000131.png + label: labels/mtddh_4ab46f79_000131.npy + metadata: + original_shape: + - 591 + - 859 + source_split: train +- sample_id: mtddh_4abf2ba6_000216 + subject_id: 4abf2ba6 + split: train + image: images/mtddh_4abf2ba6_000216.png + label: labels/mtddh_4abf2ba6_000216.npy + metadata: + original_shape: + - 884 + - 1192 + source_split: train +- sample_id: mtddh_4b32ed8e_000464 + subject_id: 4b32ed8e + split: test + image: images/mtddh_4b32ed8e_000464.png + label: labels/mtddh_4b32ed8e_000464.npy + metadata: + original_shape: + - 1440 + - 1784 + source_split: train +- sample_id: mtddh_4b4073c9_000630 + subject_id: 4b4073c9 + split: train + image: images/mtddh_4b4073c9_000630.png + label: labels/mtddh_4b4073c9_000630.npy + metadata: + original_shape: + - 773 + - 1189 + source_split: train +- sample_id: mtddh_4b927d43_000083 + subject_id: 4b927d43 + split: train + image: images/mtddh_4b927d43_000083.png + label: labels/mtddh_4b927d43_000083.npy + metadata: + original_shape: + - 932 + - 1200 + source_split: train +- sample_id: mtddh_4b9f6db9_000238 + subject_id: 4b9f6db9 + split: train + image: images/mtddh_4b9f6db9_000238.png + label: labels/mtddh_4b9f6db9_000238.npy + metadata: + original_shape: + - 1269 + - 1704 + source_split: train +- sample_id: mtddh_4bf03a52_000380 + subject_id: 4bf03a52 + split: train + image: images/mtddh_4bf03a52_000380.png + label: labels/mtddh_4bf03a52_000380.npy + metadata: + original_shape: + - 848 + - 1104 + source_split: train +- sample_id: mtddh_4c01d38c_000177 + subject_id: 4c01d38c + split: train + image: images/mtddh_4c01d38c_000177.png + label: labels/mtddh_4c01d38c_000177.npy + metadata: + original_shape: + - 686 + - 835 + source_split: train +- sample_id: mtddh_4c190b1e_000184 + subject_id: 4c190b1e + split: train + image: images/mtddh_4c190b1e_000184.png + label: labels/mtddh_4c190b1e_000184.npy + metadata: + original_shape: + - 712 + - 1308 + source_split: train +- sample_id: mtddh_4c3a7464_000706 + subject_id: 4c3a7464 + split: test + image: images/mtddh_4c3a7464_000706.png + label: labels/mtddh_4c3a7464_000706.npy + metadata: + original_shape: + - 1116 + - 1502 + source_split: train +- sample_id: mtddh_4c46a52e_000906 + subject_id: 4c46a52e + split: train + image: images/mtddh_4c46a52e_000906.png + label: labels/mtddh_4c46a52e_000906.npy + metadata: + original_shape: + - 1506 + - 1864 + source_split: test +- sample_id: mtddh_4c7fda6e_000204 + subject_id: 4c7fda6e + split: train + image: images/mtddh_4c7fda6e_000204.png + label: labels/mtddh_4c7fda6e_000204.npy + metadata: + original_shape: + - 715 + - 1043 + source_split: train +- sample_id: mtddh_4cdfad5b_000054 + subject_id: 4cdfad5b + split: val + image: images/mtddh_4cdfad5b_000054.png + label: labels/mtddh_4cdfad5b_000054.npy + metadata: + original_shape: + - 1119 + - 1608 + source_split: train +- sample_id: mtddh_4d234745_000873 + subject_id: 4d234745 + split: train + image: images/mtddh_4d234745_000873.png + label: labels/mtddh_4d234745_000873.npy + metadata: + original_shape: + - 847 + - 1268 + source_split: test +- sample_id: mtddh_4d291f4d_000352 + subject_id: 4d291f4d + split: train + image: images/mtddh_4d291f4d_000352.png + label: labels/mtddh_4d291f4d_000352.npy + metadata: + original_shape: + - 796 + - 1104 + source_split: train +- sample_id: mtddh_4d432a71_000381 + subject_id: 4d432a71 + split: train + image: images/mtddh_4d432a71_000381.png + label: labels/mtddh_4d432a71_000381.npy + metadata: + original_shape: + - 1307 + - 1661 + source_split: train +- sample_id: mtddh_4d782729_000714 + subject_id: 4d782729 + split: train + image: images/mtddh_4d782729_000714.png + label: labels/mtddh_4d782729_000714.npy + metadata: + original_shape: + - 2064 + - 2341 + source_split: train +- sample_id: mtddh_4e23d366_000100 + subject_id: 4e23d366 + split: train + image: images/mtddh_4e23d366_000100.png + label: labels/mtddh_4e23d366_000100.npy + metadata: + original_shape: + - 1206 + - 1586 + source_split: train +- sample_id: mtddh_4f2eb21e_000865 + subject_id: 4f2eb21e + split: train + image: images/mtddh_4f2eb21e_000865.png + label: labels/mtddh_4f2eb21e_000865.npy + metadata: + original_shape: + - 696 + - 1024 + source_split: test +- sample_id: mtddh_4f3223e1_000134 + subject_id: 4f3223e1 + split: val + image: images/mtddh_4f3223e1_000134.png + label: labels/mtddh_4f3223e1_000134.npy + metadata: + original_shape: + - 660 + - 900 + source_split: train +- sample_id: mtddh_4f7f2819_000856 + subject_id: 4f7f2819 + split: train + image: images/mtddh_4f7f2819_000856.png + label: labels/mtddh_4f7f2819_000856.npy + metadata: + original_shape: + - 1195 + - 1529 + source_split: test +- sample_id: mtddh_4fa0a1a8_000330 + subject_id: 4fa0a1a8 + split: test + image: images/mtddh_4fa0a1a8_000330.png + label: labels/mtddh_4fa0a1a8_000330.npy + metadata: + original_shape: + - 1327 + - 1839 + source_split: train +- sample_id: mtddh_4fa36415_000874 + subject_id: 4fa36415 + split: train + image: images/mtddh_4fa36415_000874.png + label: labels/mtddh_4fa36415_000874.npy + metadata: + original_shape: + - 1379 + - 1632 + source_split: test +- sample_id: mtddh_4fb8052a_000514 + subject_id: 4fb8052a + split: val + image: images/mtddh_4fb8052a_000514.png + label: labels/mtddh_4fb8052a_000514.npy + metadata: + original_shape: + - 876 + - 1155 + source_split: train +- sample_id: mtddh_5090b962_000331 + subject_id: 5090b962 + split: train + image: images/mtddh_5090b962_000331.png + label: labels/mtddh_5090b962_000331.npy + metadata: + original_shape: + - 759 + - 1196 + source_split: train +- sample_id: mtddh_511a776c_000382 + subject_id: 511a776c + split: train + image: images/mtddh_511a776c_000382.png + label: labels/mtddh_511a776c_000382.npy + metadata: + original_shape: + - 904 + - 1328 + source_split: train +- sample_id: mtddh_512c19ed_000631 + subject_id: 512c19ed + split: test + image: images/mtddh_512c19ed_000631.png + label: labels/mtddh_512c19ed_000631.npy + metadata: + original_shape: + - 936 + - 1245 + source_split: train +- sample_id: mtddh_51500e28_000332 + subject_id: 51500e28 + split: train + image: images/mtddh_51500e28_000332.png + label: labels/mtddh_51500e28_000332.npy + metadata: + original_shape: + - 1234 + - 1455 + source_split: train +- sample_id: mtddh_51e436ea_000490 + subject_id: 51e436ea + split: train + image: images/mtddh_51e436ea_000490.png + label: labels/mtddh_51e436ea_000490.npy + metadata: + original_shape: + - 1284 + - 1894 + source_split: train +- sample_id: mtddh_51ec016e_000638 + subject_id: 51ec016e + split: train + image: images/mtddh_51ec016e_000638.png + label: labels/mtddh_51ec016e_000638.npy + metadata: + original_shape: + - 1162 + - 1819 + source_split: train +- sample_id: mtddh_51ef83c8_000435 + subject_id: 51ef83c8 + split: train + image: images/mtddh_51ef83c8_000435.png + label: labels/mtddh_51ef83c8_000435.npy + metadata: + original_shape: + - 720 + - 901 + source_split: train +- sample_id: mtddh_52089a55_000866 + subject_id: 52089a55 + split: train + image: images/mtddh_52089a55_000866.png + label: labels/mtddh_52089a55_000866.npy + metadata: + original_shape: + - 772 + - 1184 + source_split: test +- sample_id: mtddh_5219efa1_000353 + subject_id: 5219efa1 + split: train + image: images/mtddh_5219efa1_000353.png + label: labels/mtddh_5219efa1_000353.npy + metadata: + original_shape: + - 1088 + - 1746 + source_split: train +- sample_id: mtddh_5249505a_000709 + subject_id: 5249505a + split: val + image: images/mtddh_5249505a_000709.png + label: labels/mtddh_5249505a_000709.npy + metadata: + original_shape: + - 1093 + - 1510 + source_split: train +- sample_id: mtddh_525301fa_000721 + subject_id: 525301fa + split: val + image: images/mtddh_525301fa_000721.png + label: labels/mtddh_525301fa_000721.npy + metadata: + original_shape: + - 2514 + - 2992 + source_split: train +- sample_id: mtddh_54058131_000798 + subject_id: '54058131' + split: train + image: images/mtddh_54058131_000798.png + label: labels/mtddh_54058131_000798.npy + metadata: + original_shape: + - 766 + - 900 + source_split: val +- sample_id: mtddh_54a6fcd4_000594 + subject_id: 54a6fcd4 + split: train + image: images/mtddh_54a6fcd4_000594.png + label: labels/mtddh_54a6fcd4_000594.npy + metadata: + original_shape: + - 780 + - 1072 + source_split: train +- sample_id: mtddh_54e95304_000875 + subject_id: 54e95304 + split: train + image: images/mtddh_54e95304_000875.png + label: labels/mtddh_54e95304_000875.npy + metadata: + original_shape: + - 903 + - 1092 + source_split: test +- sample_id: mtddh_556ef4ce_000220 + subject_id: 556ef4ce + split: train + image: images/mtddh_556ef4ce_000220.png + label: labels/mtddh_556ef4ce_000220.npy + metadata: + original_shape: + - 809 + - 1104 + source_split: train +- sample_id: mtddh_55ad9220_000185 + subject_id: 55ad9220 + split: train + image: images/mtddh_55ad9220_000185.png + label: labels/mtddh_55ad9220_000185.npy + metadata: + original_shape: + - 935 + - 1604 + source_split: train +- sample_id: mtddh_56112c87_000033 + subject_id: 56112c87 + split: val + image: images/mtddh_56112c87_000033.png + label: labels/mtddh_56112c87_000033.npy + metadata: + original_shape: + - 1008 + - 1487 + source_split: train +- sample_id: mtddh_56139d55_000767 + subject_id: 56139d55 + split: test + image: images/mtddh_56139d55_000767.png + label: labels/mtddh_56139d55_000767.npy + metadata: + original_shape: + - 659 + - 787 + source_split: val +- sample_id: mtddh_5650c079_000799 + subject_id: 5650c079 + split: train + image: images/mtddh_5650c079_000799.png + label: labels/mtddh_5650c079_000799.npy + metadata: + original_shape: + - 901 + - 1092 + source_split: val +- sample_id: mtddh_56952ee1_000118 + subject_id: 56952ee1 + split: test + image: images/mtddh_56952ee1_000118.png + label: labels/mtddh_56952ee1_000118.npy + metadata: + original_shape: + - 659 + - 820 + source_split: train +- sample_id: mtddh_56bda9d2_000632 + subject_id: 56bda9d2 + split: train + image: images/mtddh_56bda9d2_000632.png + label: labels/mtddh_56bda9d2_000632.npy + metadata: + original_shape: + - 1011 + - 1445 + source_split: train +- sample_id: mtddh_5717dd66_000867 + subject_id: 5717dd66 + split: train + image: images/mtddh_5717dd66_000867.png + label: labels/mtddh_5717dd66_000867.npy + metadata: + original_shape: + - 1154 + - 1631 + source_split: test +- sample_id: mtddh_5731de9b_000157 + subject_id: 5731de9b + split: val + image: images/mtddh_5731de9b_000157.png + label: labels/mtddh_5731de9b_000157.npy + metadata: + original_shape: + - 660 + - 900 + source_split: train +- sample_id: mtddh_581792d2_000383 + subject_id: 581792d2 + split: train + image: images/mtddh_581792d2_000383.png + label: labels/mtddh_581792d2_000383.npy + metadata: + original_shape: + - 1061 + - 1336 + source_split: train +- sample_id: mtddh_5820070d_000712 + subject_id: 5820070d + split: test + image: images/mtddh_5820070d_000712.png + label: labels/mtddh_5820070d_000712.npy + metadata: + original_shape: + - 2056 + - 2378 + source_split: train +- sample_id: mtddh_59511c0a_000029 + subject_id: 59511c0a + split: train + image: images/mtddh_59511c0a_000029.png + label: labels/mtddh_59511c0a_000029.npy + metadata: + original_shape: + - 679 + - 993 + source_split: train +- sample_id: mtddh_5995c71f_000123 + subject_id: 5995c71f + split: train + image: images/mtddh_5995c71f_000123.png + label: labels/mtddh_5995c71f_000123.npy + metadata: + original_shape: + - 779 + - 1052 + source_split: train +- sample_id: mtddh_59f76f35_000583 + subject_id: 59f76f35 + split: train + image: images/mtddh_59f76f35_000583.png + label: labels/mtddh_59f76f35_000583.npy + metadata: + original_shape: + - 1546 + - 1748 + source_split: train +- sample_id: mtddh_5ade2b06_000900 + subject_id: 5ade2b06 + split: train + image: images/mtddh_5ade2b06_000900.png + label: labels/mtddh_5ade2b06_000900.npy + metadata: + original_shape: + - 1380 + - 1608 + source_split: test +- sample_id: mtddh_5afa9f4e_000354 + subject_id: 5afa9f4e + split: val + image: images/mtddh_5afa9f4e_000354.png + label: labels/mtddh_5afa9f4e_000354.npy + metadata: + original_shape: + - 856 + - 1208 + source_split: train +- sample_id: mtddh_5b0a4389_000907 + subject_id: 5b0a4389 + split: train + image: images/mtddh_5b0a4389_000907.png + label: labels/mtddh_5b0a4389_000907.npy + metadata: + original_shape: + - 1136 + - 1549 + source_split: test +- sample_id: mtddh_5b281927_000559 + subject_id: 5b281927 + split: train + image: images/mtddh_5b281927_000559.png + label: labels/mtddh_5b281927_000559.npy + metadata: + original_shape: + - 1561 + - 1862 + source_split: train +- sample_id: mtddh_5b9e889f_000833 + subject_id: 5b9e889f + split: train + image: images/mtddh_5b9e889f_000833.png + label: labels/mtddh_5b9e889f_000833.npy + metadata: + original_shape: + - 731 + - 824 + source_split: test +- sample_id: mtddh_5bb4943f_000436 + subject_id: 5bb4943f + split: train + image: images/mtddh_5bb4943f_000436.png + label: labels/mtddh_5bb4943f_000436.npy + metadata: + original_shape: + - 1112 + - 1496 + source_split: train +- sample_id: mtddh_5bb7f180_000800 + subject_id: 5bb7f180 + split: train + image: images/mtddh_5bb7f180_000800.png + label: labels/mtddh_5bb7f180_000800.npy + metadata: + original_shape: + - 636 + - 1096 + source_split: val +- sample_id: mtddh_5c3c5612_000194 + subject_id: 5c3c5612 + split: train + image: images/mtddh_5c3c5612_000194.png + label: labels/mtddh_5c3c5612_000194.npy + metadata: + original_shape: + - 1210 + - 1368 + source_split: train +- sample_id: mtddh_5c802d81_000726 + subject_id: 5c802d81 + split: train + image: images/mtddh_5c802d81_000726.png + label: labels/mtddh_5c802d81_000726.npy + metadata: + original_shape: + - 1560 + - 2291 + source_split: train +- sample_id: mtddh_5cd26353_000805 + subject_id: 5cd26353 + split: train + image: images/mtddh_5cd26353_000805.png + label: labels/mtddh_5cd26353_000805.npy + metadata: + original_shape: + - 976 + - 1049 + source_split: val +- sample_id: mtddh_5ce3e1b5_000437 + subject_id: 5ce3e1b5 + split: val + image: images/mtddh_5ce3e1b5_000437.png + label: labels/mtddh_5ce3e1b5_000437.npy + metadata: + original_shape: + - 865 + - 1144 + source_split: train +- sample_id: mtddh_5cf2ca3e_000174 + subject_id: 5cf2ca3e + split: train + image: images/mtddh_5cf2ca3e_000174.png + label: labels/mtddh_5cf2ca3e_000174.npy + metadata: + original_shape: + - 564 + - 852 + source_split: train +- sample_id: mtddh_5d28ccea_000384 + subject_id: 5d28ccea + split: train + image: images/mtddh_5d28ccea_000384.png + label: labels/mtddh_5d28ccea_000384.npy + metadata: + original_shape: + - 1190 + - 1470 + source_split: train +- sample_id: mtddh_5dbd2453_000069 + subject_id: 5dbd2453 + split: train + image: images/mtddh_5dbd2453_000069.png + label: labels/mtddh_5dbd2453_000069.npy + metadata: + original_shape: + - 1437 + - 1889 + source_split: train +- sample_id: mtddh_5dfd11da_000733 + subject_id: 5dfd11da + split: val + image: images/mtddh_5dfd11da_000733.png + label: labels/mtddh_5dfd11da_000733.npy + metadata: + original_shape: + - 699 + - 864 + source_split: val +- sample_id: mtddh_5e4dc72f_000209 + subject_id: 5e4dc72f + split: train + image: images/mtddh_5e4dc72f_000209.png + label: labels/mtddh_5e4dc72f_000209.npy + metadata: + original_shape: + - 619 + - 792 + source_split: train +- sample_id: mtddh_5e62059a_000252 + subject_id: 5e62059a + split: train + image: images/mtddh_5e62059a_000252.png + label: labels/mtddh_5e62059a_000252.npy + metadata: + original_shape: + - 998 + - 1369 + source_split: train +- sample_id: mtddh_5eda5e05_000217 + subject_id: 5eda5e05 + split: test + image: images/mtddh_5eda5e05_000217.png + label: labels/mtddh_5eda5e05_000217.npy + metadata: + original_shape: + - 976 + - 1557 + source_split: train +- sample_id: mtddh_5eeccd82_000753 + subject_id: 5eeccd82 + split: val + image: images/mtddh_5eeccd82_000753.png + label: labels/mtddh_5eeccd82_000753.npy + metadata: + original_shape: + - 686 + - 961 + source_split: val +- sample_id: mtddh_5f065e24_000105 + subject_id: 5f065e24 + split: train + image: images/mtddh_5f065e24_000105.png + label: labels/mtddh_5f065e24_000105.npy + metadata: + original_shape: + - 944 + - 1256 + source_split: train +- sample_id: mtddh_5f274d8c_000852 + subject_id: 5f274d8c + split: train + image: images/mtddh_5f274d8c_000852.png + label: labels/mtddh_5f274d8c_000852.npy + metadata: + original_shape: + - 672 + - 836 + source_split: test +- sample_id: mtddh_5f54d938_000876 + subject_id: 5f54d938 + split: train + image: images/mtddh_5f54d938_000876.png + label: labels/mtddh_5f54d938_000876.npy + metadata: + original_shape: + - 706 + - 876 + source_split: test +- sample_id: mtddh_5fb46e46_000868 + subject_id: 5fb46e46 + split: val + image: images/mtddh_5fb46e46_000868.png + label: labels/mtddh_5fb46e46_000868.npy + metadata: + original_shape: + - 1476 + - 1643 + source_split: test +- sample_id: mtddh_5ff2ea7c_000903 + subject_id: 5ff2ea7c + split: train + image: images/mtddh_5ff2ea7c_000903.png + label: labels/mtddh_5ff2ea7c_000903.npy + metadata: + original_shape: + - 924 + - 1192 + source_split: test +- sample_id: mtddh_605b9a20_000055 + subject_id: 605b9a20 + split: train + image: images/mtddh_605b9a20_000055.png + label: labels/mtddh_605b9a20_000055.npy + metadata: + original_shape: + - 1008 + - 1304 + source_split: train +- sample_id: mtddh_608802fb_000158 + subject_id: 608802fb + split: train + image: images/mtddh_608802fb_000158.png + label: labels/mtddh_608802fb_000158.npy + metadata: + original_shape: + - 824 + - 1088 + source_split: train +- sample_id: mtddh_61699752_000560 + subject_id: '61699752' + split: train + image: images/mtddh_61699752_000560.png + label: labels/mtddh_61699752_000560.npy + metadata: + original_shape: + - 936 + - 1128 + source_split: train +- sample_id: mtddh_62507f6a_000869 + subject_id: 62507f6a + split: train + image: images/mtddh_62507f6a_000869.png + label: labels/mtddh_62507f6a_000869.npy + metadata: + original_shape: + - 1176 + - 1464 + source_split: test +- sample_id: mtddh_626d4b37_000333 + subject_id: 626d4b37 + split: train + image: images/mtddh_626d4b37_000333.png + label: labels/mtddh_626d4b37_000333.npy + metadata: + original_shape: + - 724 + - 1040 + source_split: train +- sample_id: mtddh_6287a4e0_000334 + subject_id: 6287a4e0 + split: train + image: images/mtddh_6287a4e0_000334.png + label: labels/mtddh_6287a4e0_000334.npy + metadata: + original_shape: + - 672 + - 1016 + source_split: train +- sample_id: mtddh_6311dd77_000853 + subject_id: 6311dd77 + split: test + image: images/mtddh_6311dd77_000853.png + label: labels/mtddh_6311dd77_000853.npy + metadata: + original_shape: + - 795 + - 1016 + source_split: test +- sample_id: mtddh_634cf120_000515 + subject_id: 634cf120 + split: train + image: images/mtddh_634cf120_000515.png + label: labels/mtddh_634cf120_000515.npy + metadata: + original_shape: + - 1263 + - 1615 + source_split: train +- sample_id: mtddh_63546de8_000465 + subject_id: 63546de8 + split: val + image: images/mtddh_63546de8_000465.png + label: labels/mtddh_63546de8_000465.npy + metadata: + original_shape: + - 696 + - 1036 + source_split: train +- sample_id: mtddh_638ebe30_000870 + subject_id: 638ebe30 + split: train + image: images/mtddh_638ebe30_000870.png + label: labels/mtddh_638ebe30_000870.npy + metadata: + original_shape: + - 956 + - 1068 + source_split: test +- sample_id: mtddh_63e107b5_000848 + subject_id: 63e107b5 + split: test + image: images/mtddh_63e107b5_000848.png + label: labels/mtddh_63e107b5_000848.npy + metadata: + original_shape: + - 1056 + - 1504 + source_split: test +- sample_id: mtddh_6449bb8d_000661 + subject_id: 6449bb8d + split: val + image: images/mtddh_6449bb8d_000661.png + label: labels/mtddh_6449bb8d_000661.npy + metadata: + original_shape: + - 1437 + - 1842 + source_split: train +- sample_id: mtddh_645f5525_000171 + subject_id: 645f5525 + split: train + image: images/mtddh_645f5525_000171.png + label: labels/mtddh_645f5525_000171.npy + metadata: + original_shape: + - 1133 + - 1336 + source_split: train +- sample_id: mtddh_64816f94_000871 + subject_id: 64816f94 + split: train + image: images/mtddh_64816f94_000871.png + label: labels/mtddh_64816f94_000871.npy + metadata: + original_shape: + - 742 + - 980 + source_split: test +- sample_id: mtddh_64eebf9c_000251 + subject_id: 64eebf9c + split: test + image: images/mtddh_64eebf9c_000251.png + label: labels/mtddh_64eebf9c_000251.npy + metadata: + original_shape: + - 912 + - 1195 + source_split: train +- sample_id: mtddh_6561d632_000059 + subject_id: 6561d632 + split: train + image: images/mtddh_6561d632_000059.png + label: labels/mtddh_6561d632_000059.npy + metadata: + original_shape: + - 965 + - 1264 + source_split: train +- sample_id: mtddh_6565bcf4_000066 + subject_id: 6565bcf4 + split: train + image: images/mtddh_6565bcf4_000066.png + label: labels/mtddh_6565bcf4_000066.npy + metadata: + original_shape: + - 659 + - 1020 + source_split: train +- sample_id: mtddh_658a4e31_000385 + subject_id: 658a4e31 + split: train + image: images/mtddh_658a4e31_000385.png + label: labels/mtddh_658a4e31_000385.npy + metadata: + original_shape: + - 664 + - 1104 + source_split: train +- sample_id: mtddh_65abe201_000355 + subject_id: 65abe201 + split: test + image: images/mtddh_65abe201_000355.png + label: labels/mtddh_65abe201_000355.npy + metadata: + original_shape: + - 692 + - 1067 + source_split: train +- sample_id: mtddh_65af3b68_000491 + subject_id: 65af3b68 + split: val + image: images/mtddh_65af3b68_000491.png + label: labels/mtddh_65af3b68_000491.npy + metadata: + original_shape: + - 923 + - 1305 + source_split: train +- sample_id: mtddh_661c1b88_000746 + subject_id: 661c1b88 + split: train + image: images/mtddh_661c1b88_000746.png + label: labels/mtddh_661c1b88_000746.npy + metadata: + original_shape: + - 956 + - 1222 + source_split: val +- sample_id: mtddh_6634624a_000356 + subject_id: 6634624a + split: train + image: images/mtddh_6634624a_000356.png + label: labels/mtddh_6634624a_000356.npy + metadata: + original_shape: + - 1494 + - 1981 + source_split: train +- sample_id: mtddh_6699e7c7_000213 + subject_id: 6699e7c7 + split: val + image: images/mtddh_6699e7c7_000213.png + label: labels/mtddh_6699e7c7_000213.npy + metadata: + original_shape: + - 642 + - 776 + source_split: train +- sample_id: mtddh_66a7a7fd_000145 + subject_id: 66a7a7fd + split: train + image: images/mtddh_66a7a7fd_000145.png + label: labels/mtddh_66a7a7fd_000145.npy + metadata: + original_shape: + - 755 + - 1164 + source_split: train +- sample_id: mtddh_66f87cfd_000754 + subject_id: 66f87cfd + split: train + image: images/mtddh_66f87cfd_000754.png + label: labels/mtddh_66f87cfd_000754.npy + metadata: + original_shape: + - 992 + - 1494 + source_split: val +- sample_id: mtddh_66fc8275_000037 + subject_id: 66fc8275 + split: train + image: images/mtddh_66fc8275_000037.png + label: labels/mtddh_66fc8275_000037.npy + metadata: + original_shape: + - 1251 + - 1994 + source_split: train +- sample_id: mtddh_6731cb32_000335 + subject_id: 6731cb32 + split: train + image: images/mtddh_6731cb32_000335.png + label: labels/mtddh_6731cb32_000335.npy + metadata: + original_shape: + - 1334 + - 2551 + source_split: train +- sample_id: mtddh_67625edf_000270 + subject_id: 67625edf + split: train + image: images/mtddh_67625edf_000270.png + label: labels/mtddh_67625edf_000270.npy + metadata: + original_shape: + - 683 + - 952 + source_split: train +- sample_id: mtddh_6765511e_000112 + subject_id: 6765511e + split: train + image: images/mtddh_6765511e_000112.png + label: labels/mtddh_6765511e_000112.npy + metadata: + original_shape: + - 759 + - 1061 + source_split: train +- sample_id: mtddh_67669725_000877 + subject_id: '67669725' + split: test + image: images/mtddh_67669725_000877.png + label: labels/mtddh_67669725_000877.npy + metadata: + original_shape: + - 715 + - 1008 + source_split: test +- sample_id: mtddh_67be7280_000386 + subject_id: 67be7280 + split: train + image: images/mtddh_67be7280_000386.png + label: labels/mtddh_67be7280_000386.npy + metadata: + original_shape: + - 778 + - 1040 + source_split: train +- sample_id: mtddh_67d08ad1_000116 + subject_id: 67d08ad1 + split: train + image: images/mtddh_67d08ad1_000116.png + label: labels/mtddh_67d08ad1_000116.npy + metadata: + original_shape: + - 682 + - 1008 + source_split: train +- sample_id: mtddh_6845dac9_000850 + subject_id: 6845dac9 + split: train + image: images/mtddh_6845dac9_000850.png + label: labels/mtddh_6845dac9_000850.npy + metadata: + original_shape: + - 807 + - 1080 + source_split: test +- sample_id: mtddh_6857fa2a_000336 + subject_id: 6857fa2a + split: train + image: images/mtddh_6857fa2a_000336.png + label: labels/mtddh_6857fa2a_000336.npy + metadata: + original_shape: + - 1520 + - 2080 + source_split: train +- sample_id: mtddh_68c5b0e7_000584 + subject_id: 68c5b0e7 + split: train + image: images/mtddh_68c5b0e7_000584.png + label: labels/mtddh_68c5b0e7_000584.npy + metadata: + original_shape: + - 771 + - 1156 + source_split: train +- sample_id: mtddh_68c61e7e_000284 + subject_id: 68c61e7e + split: train + image: images/mtddh_68c61e7e_000284.png + label: labels/mtddh_68c61e7e_000284.npy + metadata: + original_shape: + - 1188 + - 1611 + source_split: train +- sample_id: mtddh_68ce2b69_000747 + subject_id: 68ce2b69 + split: val + image: images/mtddh_68ce2b69_000747.png + label: labels/mtddh_68ce2b69_000747.npy + metadata: + original_shape: + - 844 + - 1160 + source_split: val +- sample_id: mtddh_6925bd1a_000878 + subject_id: 6925bd1a + split: train + image: images/mtddh_6925bd1a_000878.png + label: labels/mtddh_6925bd1a_000878.npy + metadata: + original_shape: + - 764 + - 1096 + source_split: test +- sample_id: mtddh_6a72d162_000108 + subject_id: 6a72d162 + split: train + image: images/mtddh_6a72d162_000108.png + label: labels/mtddh_6a72d162_000108.npy + metadata: + original_shape: + - 1008 + - 1575 + source_split: train +- sample_id: mtddh_6b00fcb9_000561 + subject_id: 6b00fcb9 + split: train + image: images/mtddh_6b00fcb9_000561.png + label: labels/mtddh_6b00fcb9_000561.npy + metadata: + original_shape: + - 1046 + - 1425 + source_split: train +- sample_id: mtddh_6b8489fb_000839 + subject_id: 6b8489fb + split: train + image: images/mtddh_6b8489fb_000839.png + label: labels/mtddh_6b8489fb_000839.npy + metadata: + original_shape: + - 976 + - 1446 + source_split: test +- sample_id: mtddh_6b8b2988_000882 + subject_id: 6b8b2988 + split: train + image: images/mtddh_6b8b2988_000882.png + label: labels/mtddh_6b8b2988_000882.npy + metadata: + original_shape: + - 2016 + - 2356 + source_split: test +- sample_id: mtddh_6bcc1e97_000150 + subject_id: 6bcc1e97 + split: val + image: images/mtddh_6bcc1e97_000150.png + label: labels/mtddh_6bcc1e97_000150.npy + metadata: + original_shape: + - 985 + - 1248 + source_split: train +- sample_id: mtddh_6c0d514f_000492 + subject_id: 6c0d514f + split: train + image: images/mtddh_6c0d514f_000492.png + label: labels/mtddh_6c0d514f_000492.npy + metadata: + original_shape: + - 1593 + - 1605 + source_split: train +- sample_id: mtddh_6c996c8e_000120 + subject_id: 6c996c8e + split: val + image: images/mtddh_6c996c8e_000120.png + label: labels/mtddh_6c996c8e_000120.npy + metadata: + original_shape: + - 1238 + - 1711 + source_split: train +- sample_id: mtddh_6cf24097_000045 + subject_id: 6cf24097 + split: train + image: images/mtddh_6cf24097_000045.png + label: labels/mtddh_6cf24097_000045.npy + metadata: + original_shape: + - 827 + - 1132 + source_split: train +- sample_id: mtddh_6d4ff308_000607 + subject_id: 6d4ff308 + split: test + image: images/mtddh_6d4ff308_000607.png + label: labels/mtddh_6d4ff308_000607.npy + metadata: + original_shape: + - 1243 + - 1552 + source_split: train +- sample_id: mtddh_6db862bc_000182 + subject_id: 6db862bc + split: train + image: images/mtddh_6db862bc_000182.png + label: labels/mtddh_6db862bc_000182.npy + metadata: + original_shape: + - 785 + - 985 + source_split: train +- sample_id: mtddh_6dbac99a_000218 + subject_id: 6dbac99a + split: train + image: images/mtddh_6dbac99a_000218.png + label: labels/mtddh_6dbac99a_000218.npy + metadata: + original_shape: + - 726 + - 1157 + source_split: train +- sample_id: mtddh_6e4934ee_000021 + subject_id: 6e4934ee + split: train + image: images/mtddh_6e4934ee_000021.png + label: labels/mtddh_6e4934ee_000021.npy + metadata: + original_shape: + - 1283 + - 1747 + source_split: train +- sample_id: mtddh_6e5102ac_000466 + subject_id: 6e5102ac + split: val + image: images/mtddh_6e5102ac_000466.png + label: labels/mtddh_6e5102ac_000466.npy + metadata: + original_shape: + - 1087 + - 1320 + source_split: train +- sample_id: mtddh_6e5ccdcf_000562 + subject_id: 6e5ccdcf + split: train + image: images/mtddh_6e5ccdcf_000562.png + label: labels/mtddh_6e5ccdcf_000562.npy + metadata: + original_shape: + - 859 + - 1180 + source_split: train +- sample_id: mtddh_6e720890_000253 + subject_id: 6e720890 + split: test + image: images/mtddh_6e720890_000253.png + label: labels/mtddh_6e720890_000253.npy + metadata: + original_shape: + - 764 + - 1108 + source_split: train +- sample_id: mtddh_6ef20033_000563 + subject_id: 6ef20033 + split: val + image: images/mtddh_6ef20033_000563.png + label: labels/mtddh_6ef20033_000563.npy + metadata: + original_shape: + - 964 + - 1448 + source_split: train +- sample_id: mtddh_6f07e4a9_000438 + subject_id: 6f07e4a9 + split: val + image: images/mtddh_6f07e4a9_000438.png + label: labels/mtddh_6f07e4a9_000438.npy + metadata: + original_shape: + - 1273 + - 1732 + source_split: train +- sample_id: mtddh_6f1020b7_000387 + subject_id: 6f1020b7 + split: train + image: images/mtddh_6f1020b7_000387.png + label: labels/mtddh_6f1020b7_000387.npy + metadata: + original_shape: + - 876 + - 1144 + source_split: train +- sample_id: mtddh_6f1d5d84_000872 + subject_id: 6f1d5d84 + split: train + image: images/mtddh_6f1d5d84_000872.png + label: labels/mtddh_6f1d5d84_000872.npy + metadata: + original_shape: + - 660 + - 848 + source_split: test +- sample_id: mtddh_6fea4821_000564 + subject_id: 6fea4821 + split: train + image: images/mtddh_6fea4821_000564.png + label: labels/mtddh_6fea4821_000564.npy + metadata: + original_shape: + - 752 + - 977 + source_split: train +- sample_id: mtddh_707eab25_000439 + subject_id: 707eab25 + split: train + image: images/mtddh_707eab25_000439.png + label: labels/mtddh_707eab25_000439.npy + metadata: + original_shape: + - 816 + - 1264 + source_split: train +- sample_id: mtddh_709ecb25_000812 + subject_id: 709ecb25 + split: train + image: images/mtddh_709ecb25_000812.png + label: labels/mtddh_709ecb25_000812.npy + metadata: + original_shape: + - 1116 + - 1412 + source_split: val +- sample_id: mtddh_70a43688_000140 + subject_id: 70a43688 + split: val + image: images/mtddh_70a43688_000140.png + label: labels/mtddh_70a43688_000140.npy + metadata: + original_shape: + - 872 + - 1296 + source_split: train +- sample_id: mtddh_71576dc8_000748 + subject_id: 71576dc8 + split: train + image: images/mtddh_71576dc8_000748.png + label: labels/mtddh_71576dc8_000748.npy + metadata: + original_shape: + - 783 + - 1018 + source_split: val +- sample_id: mtddh_71a1ab0c_000000 + subject_id: 71a1ab0c + split: train + image: images/mtddh_71a1ab0c_000000.png + label: labels/mtddh_71a1ab0c_000000.npy + metadata: + original_shape: + - 578 + - 783 + source_split: train +- sample_id: mtddh_71ad8e2f_000388 + subject_id: 71ad8e2f + split: train + image: images/mtddh_71ad8e2f_000388.png + label: labels/mtddh_71ad8e2f_000388.npy + metadata: + original_shape: + - 1060 + - 1601 + source_split: train +- sample_id: mtddh_71eeae45_000389 + subject_id: 71eeae45 + split: train + image: images/mtddh_71eeae45_000389.png + label: labels/mtddh_71eeae45_000389.npy + metadata: + original_shape: + - 793 + - 1024 + source_split: train +- sample_id: mtddh_720cbda7_000077 + subject_id: 720cbda7 + split: train + image: images/mtddh_720cbda7_000077.png + label: labels/mtddh_720cbda7_000077.npy + metadata: + original_shape: + - 658 + - 776 + source_split: train +- sample_id: mtddh_7240784f_000286 + subject_id: 7240784f + split: train + image: images/mtddh_7240784f_000286.png + label: labels/mtddh_7240784f_000286.npy + metadata: + original_shape: + - 851 + - 1179 + source_split: train +- sample_id: mtddh_72656b2f_000390 + subject_id: 72656b2f + split: val + image: images/mtddh_72656b2f_000390.png + label: labels/mtddh_72656b2f_000390.npy + metadata: + original_shape: + - 1095 + - 1729 + source_split: train +- sample_id: mtddh_726594af_000287 + subject_id: 726594af + split: test + image: images/mtddh_726594af_000287.png + label: labels/mtddh_726594af_000287.npy + metadata: + original_shape: + - 1100 + - 1589 + source_split: train +- sample_id: mtddh_731437db_000032 + subject_id: 731437db + split: train + image: images/mtddh_731437db_000032.png + label: labels/mtddh_731437db_000032.npy + metadata: + original_shape: + - 610 + - 892 + source_split: train +- sample_id: mtddh_737ef49c_000467 + subject_id: 737ef49c + split: train + image: images/mtddh_737ef49c_000467.png + label: labels/mtddh_737ef49c_000467.npy + metadata: + original_shape: + - 1089 + - 1565 + source_split: train +- sample_id: mtddh_73b93761_000039 + subject_id: 73b93761 + split: train + image: images/mtddh_73b93761_000039.png + label: labels/mtddh_73b93761_000039.npy + metadata: + original_shape: + - 759 + - 1168 + source_split: train +- sample_id: mtddh_73f1ade6_000210 + subject_id: 73f1ade6 + split: train + image: images/mtddh_73f1ade6_000210.png + label: labels/mtddh_73f1ade6_000210.npy + metadata: + original_shape: + - 1164 + - 1382 + source_split: train +- sample_id: mtddh_744f95b8_000883 + subject_id: 744f95b8 + split: train + image: images/mtddh_744f95b8_000883.png + label: labels/mtddh_744f95b8_000883.npy + metadata: + original_shape: + - 804 + - 1088 + source_split: test +- sample_id: mtddh_747c37a8_000897 + subject_id: 747c37a8 + split: train + image: images/mtddh_747c37a8_000897.png + label: labels/mtddh_747c37a8_000897.npy + metadata: + original_shape: + - 1004 + - 1292 + source_split: test +- sample_id: mtddh_7494eadf_000391 + subject_id: 7494eadf + split: train + image: images/mtddh_7494eadf_000391.png + label: labels/mtddh_7494eadf_000391.npy + metadata: + original_shape: + - 732 + - 1148 + source_split: train +- sample_id: mtddh_74b14ada_000516 + subject_id: 74b14ada + split: test + image: images/mtddh_74b14ada_000516.png + label: labels/mtddh_74b14ada_000516.npy + metadata: + original_shape: + - 924 + - 1264 + source_split: train +- sample_id: mtddh_74c3aa07_000711 + subject_id: 74c3aa07 + split: train + image: images/mtddh_74c3aa07_000711.png + label: labels/mtddh_74c3aa07_000711.npy + metadata: + original_shape: + - 1277 + - 1448 + source_split: train +- sample_id: mtddh_753af5fc_000092 + subject_id: 753af5fc + split: train + image: images/mtddh_753af5fc_000092.png + label: labels/mtddh_753af5fc_000092.npy + metadata: + original_shape: + - 812 + - 1268 + source_split: train +- sample_id: mtddh_760784d0_000641 + subject_id: 760784d0 + split: train + image: images/mtddh_760784d0_000641.png + label: labels/mtddh_760784d0_000641.npy + metadata: + original_shape: + - 976 + - 1504 + source_split: train +- sample_id: mtddh_766de68c_000829 + subject_id: 766de68c + split: test + image: images/mtddh_766de68c_000829.png + label: labels/mtddh_766de68c_000829.npy + metadata: + original_shape: + - 1042 + - 1668 + source_split: test +- sample_id: mtddh_76922036_000186 + subject_id: '76922036' + split: train + image: images/mtddh_76922036_000186.png + label: labels/mtddh_76922036_000186.npy + metadata: + original_shape: + - 694 + - 1084 + source_split: train +- sample_id: mtddh_76aec341_000440 + subject_id: 76aec341 + split: val + image: images/mtddh_76aec341_000440.png + label: labels/mtddh_76aec341_000440.npy + metadata: + original_shape: + - 1059 + - 1316 + source_split: train +- sample_id: mtddh_76b81eeb_000517 + subject_id: 76b81eeb + split: train + image: images/mtddh_76b81eeb_000517.png + label: labels/mtddh_76b81eeb_000517.npy + metadata: + original_shape: + - 940 + - 1344 + source_split: train +- sample_id: mtddh_780710b2_000051 + subject_id: 780710b2 + split: train + image: images/mtddh_780710b2_000051.png + label: labels/mtddh_780710b2_000051.npy + metadata: + original_shape: + - 705 + - 1020 + source_split: train +- sample_id: mtddh_7810001b_000646 + subject_id: 7810001b + split: train + image: images/mtddh_7810001b_000646.png + label: labels/mtddh_7810001b_000646.npy + metadata: + original_shape: + - 837 + - 1270 + source_split: train +- sample_id: mtddh_7863380a_000125 + subject_id: 7863380a + split: train + image: images/mtddh_7863380a_000125.png + label: labels/mtddh_7863380a_000125.npy + metadata: + original_shape: + - 606 + - 900 + source_split: train +- sample_id: mtddh_787d74e1_000565 + subject_id: 787d74e1 + split: train + image: images/mtddh_787d74e1_000565.png + label: labels/mtddh_787d74e1_000565.npy + metadata: + original_shape: + - 1483 + - 1739 + source_split: train +- sample_id: mtddh_792b5594_000879 + subject_id: 792b5594 + split: train + image: images/mtddh_792b5594_000879.png + label: labels/mtddh_792b5594_000879.npy + metadata: + original_shape: + - 1071 + - 1234 + source_split: test +- sample_id: mtddh_79f0712e_000700 + subject_id: 79f0712e + split: train + image: images/mtddh_79f0712e_000700.png + label: labels/mtddh_79f0712e_000700.npy + metadata: + original_shape: + - 1080 + - 1344 + source_split: train +- sample_id: mtddh_7b031ac9_000668 + subject_id: 7b031ac9 + split: train + image: images/mtddh_7b031ac9_000668.png + label: labels/mtddh_7b031ac9_000668.npy + metadata: + original_shape: + - 1433 + - 1842 + source_split: train +- sample_id: mtddh_7b96c239_000653 + subject_id: 7b96c239 + split: test + image: images/mtddh_7b96c239_000653.png + label: labels/mtddh_7b96c239_000653.npy + metadata: + original_shape: + - 1283 + - 1568 + source_split: train +- sample_id: mtddh_7c6afb72_000518 + subject_id: 7c6afb72 + split: train + image: images/mtddh_7c6afb72_000518.png + label: labels/mtddh_7c6afb72_000518.npy + metadata: + original_shape: + - 1458 + - 2102 + source_split: train +- sample_id: mtddh_7d065d22_000633 + subject_id: 7d065d22 + split: val + image: images/mtddh_7d065d22_000633.png + label: labels/mtddh_7d065d22_000633.npy + metadata: + original_shape: + - 804 + - 1181 + source_split: train +- sample_id: mtddh_7d2b652d_000880 + subject_id: 7d2b652d + split: train + image: images/mtddh_7d2b652d_000880.png + label: labels/mtddh_7d2b652d_000880.npy + metadata: + original_shape: + - 1322 + - 1948 + source_split: test +- sample_id: mtddh_7e259152_000264 + subject_id: 7e259152 + split: test + image: images/mtddh_7e259152_000264.png + label: labels/mtddh_7e259152_000264.npy + metadata: + original_shape: + - 1167 + - 1729 + source_split: train +- sample_id: mtddh_7e8c72c0_000041 + subject_id: 7e8c72c0 + split: train + image: images/mtddh_7e8c72c0_000041.png + label: labels/mtddh_7e8c72c0_000041.npy + metadata: + original_shape: + - 737 + - 945 + source_split: train +- sample_id: mtddh_7f1b35bb_000109 + subject_id: 7f1b35bb + split: train + image: images/mtddh_7f1b35bb_000109.png + label: labels/mtddh_7f1b35bb_000109.npy + metadata: + original_shape: + - 1174 + - 1554 + source_split: train +- sample_id: mtddh_7f652669_000682 + subject_id: 7f652669 + split: test + image: images/mtddh_7f652669_000682.png + label: labels/mtddh_7f652669_000682.npy + metadata: + original_shape: + - 1043 + - 1248 + source_split: train +- sample_id: mtddh_7fa1dd2d_000201 + subject_id: 7fa1dd2d + split: val + image: images/mtddh_7fa1dd2d_000201.png + label: labels/mtddh_7fa1dd2d_000201.npy + metadata: + original_shape: + - 1309 + - 1650 + source_split: train +- sample_id: mtddh_7fcad340_000817 + subject_id: 7fcad340 + split: val + image: images/mtddh_7fcad340_000817.png + label: labels/mtddh_7fcad340_000817.npy + metadata: + original_shape: + - 1300 + - 1816 + source_split: val +- sample_id: mtddh_80481fe6_000080 + subject_id: 80481fe6 + split: val + image: images/mtddh_80481fe6_000080.png + label: labels/mtddh_80481fe6_000080.npy + metadata: + original_shape: + - 691 + - 984 + source_split: train +- sample_id: mtddh_805e59bf_000009 + subject_id: 805e59bf + split: test + image: images/mtddh_805e59bf_000009.png + label: labels/mtddh_805e59bf_000009.npy + metadata: + original_shape: + - 1012 + - 1152 + source_split: train +- sample_id: mtddh_80afbceb_000585 + subject_id: 80afbceb + split: train + image: images/mtddh_80afbceb_000585.png + label: labels/mtddh_80afbceb_000585.npy + metadata: + original_shape: + - 906 + - 1549 + source_split: train +- sample_id: mtddh_80f6d815_000519 + subject_id: 80f6d815 + split: train + image: images/mtddh_80f6d815_000519.png + label: labels/mtddh_80f6d815_000519.npy + metadata: + original_shape: + - 787 + - 964 + source_split: train +- sample_id: mtddh_8150f298_000824 + subject_id: 8150f298 + split: train + image: images/mtddh_8150f298_000824.png + label: labels/mtddh_8150f298_000824.npy + metadata: + original_shape: + - 708 + - 924 + source_split: test +- sample_id: mtddh_816e10e9_000221 + subject_id: 816e10e9 + split: val + image: images/mtddh_816e10e9_000221.png + label: labels/mtddh_816e10e9_000221.npy + metadata: + original_shape: + - 743 + - 1092 + source_split: train +- sample_id: mtddh_81c6ad44_000106 + subject_id: 81c6ad44 + split: train + image: images/mtddh_81c6ad44_000106.png + label: labels/mtddh_81c6ad44_000106.npy + metadata: + original_shape: + - 704 + - 1164 + source_split: train +- sample_id: mtddh_81f7c2b1_000159 + subject_id: 81f7c2b1 + split: train + image: images/mtddh_81f7c2b1_000159.png + label: labels/mtddh_81f7c2b1_000159.npy + metadata: + original_shape: + - 783 + - 991 + source_split: train +- sample_id: mtddh_82054221_000128 + subject_id: '82054221' + split: train + image: images/mtddh_82054221_000128.png + label: labels/mtddh_82054221_000128.npy + metadata: + original_shape: + - 711 + - 1002 + source_split: train +- sample_id: mtddh_82b2385f_000830 + subject_id: 82b2385f + split: test + image: images/mtddh_82b2385f_000830.png + label: labels/mtddh_82b2385f_000830.npy + metadata: + original_shape: + - 796 + - 1134 + source_split: test +- sample_id: mtddh_82dc12ee_000615 + subject_id: 82dc12ee + split: train + image: images/mtddh_82dc12ee_000615.png + label: labels/mtddh_82dc12ee_000615.npy + metadata: + original_shape: + - 1229 + - 1512 + source_split: train +- sample_id: mtddh_8331c1e1_000595 + subject_id: 8331c1e1 + split: train + image: images/mtddh_8331c1e1_000595.png + label: labels/mtddh_8331c1e1_000595.npy + metadata: + original_shape: + - 1280 + - 1604 + source_split: train +- sample_id: mtddh_83d0e80f_000755 + subject_id: 83d0e80f + split: train + image: images/mtddh_83d0e80f_000755.png + label: labels/mtddh_83d0e80f_000755.npy + metadata: + original_shape: + - 1202 + - 1455 + source_split: val +- sample_id: mtddh_83f0f6a5_000888 + subject_id: 83f0f6a5 + split: test + image: images/mtddh_83f0f6a5_000888.png + label: labels/mtddh_83f0f6a5_000888.npy + metadata: + original_shape: + - 746 + - 967 + source_split: test +- sample_id: mtddh_846de068_000520 + subject_id: 846de068 + split: train + image: images/mtddh_846de068_000520.png + label: labels/mtddh_846de068_000520.npy + metadata: + original_shape: + - 792 + - 1118 + source_split: train +- sample_id: mtddh_85184b2a_000889 + subject_id: 85184b2a + split: train + image: images/mtddh_85184b2a_000889.png + label: labels/mtddh_85184b2a_000889.npy + metadata: + original_shape: + - 840 + - 1096 + source_split: test +- sample_id: mtddh_8546a80d_000183 + subject_id: 8546a80d + split: train + image: images/mtddh_8546a80d_000183.png + label: labels/mtddh_8546a80d_000183.npy + metadata: + original_shape: + - 733 + - 1076 + source_split: train +- sample_id: mtddh_85bf80df_000288 + subject_id: 85bf80df + split: train + image: images/mtddh_85bf80df_000288.png + label: labels/mtddh_85bf80df_000288.npy + metadata: + original_shape: + - 785 + - 1036 + source_split: train +- sample_id: mtddh_8663c01f_000289 + subject_id: 8663c01f + split: train + image: images/mtddh_8663c01f_000289.png + label: labels/mtddh_8663c01f_000289.npy + metadata: + original_shape: + - 995 + - 1424 + source_split: train +- sample_id: mtddh_869bf2ba_000163 + subject_id: 869bf2ba + split: train + image: images/mtddh_869bf2ba_000163.png + label: labels/mtddh_869bf2ba_000163.npy + metadata: + original_shape: + - 1014 + - 1344 + source_split: train +- sample_id: mtddh_8733d80e_000834 + subject_id: 8733d80e + split: test + image: images/mtddh_8733d80e_000834.png + label: labels/mtddh_8733d80e_000834.npy + metadata: + original_shape: + - 624 + - 1061 + source_split: test +- sample_id: mtddh_87447a63_000761 + subject_id: 87447a63 + split: test + image: images/mtddh_87447a63_000761.png + label: labels/mtddh_87447a63_000761.npy + metadata: + original_shape: + - 676 + - 972 + source_split: val +- sample_id: mtddh_87585f78_000884 + subject_id: 87585f78 + split: train + image: images/mtddh_87585f78_000884.png + label: labels/mtddh_87585f78_000884.npy + metadata: + original_shape: + - 940 + - 1108 + source_split: test +- sample_id: mtddh_88171b79_000885 + subject_id: 88171b79 + split: train + image: images/mtddh_88171b79_000885.png + label: labels/mtddh_88171b79_000885.npy + metadata: + original_shape: + - 884 + - 1060 + source_split: test +- sample_id: mtddh_8853e74b_000056 + subject_id: 8853e74b + split: train + image: images/mtddh_8853e74b_000056.png + label: labels/mtddh_8853e74b_000056.npy + metadata: + original_shape: + - 986 + - 1344 + source_split: train +- sample_id: mtddh_8908cffa_000230 + subject_id: 8908cffa + split: train + image: images/mtddh_8908cffa_000230.png + label: labels/mtddh_8908cffa_000230.npy + metadata: + original_shape: + - 1031 + - 1593 + source_split: train +- sample_id: mtddh_893064f3_000886 + subject_id: 893064f3 + split: train + image: images/mtddh_893064f3_000886.png + label: labels/mtddh_893064f3_000886.npy + metadata: + original_shape: + - 1116 + - 1557 + source_split: test +- sample_id: mtddh_8931528a_000468 + subject_id: 8931528a + split: train + image: images/mtddh_8931528a_000468.png + label: labels/mtddh_8931528a_000468.npy + metadata: + original_shape: + - 749 + - 1044 + source_split: train +- sample_id: mtddh_89754431_000521 + subject_id: '89754431' + split: test + image: images/mtddh_89754431_000521.png + label: labels/mtddh_89754431_000521.npy + metadata: + original_shape: + - 891 + - 1193 + source_split: train +- sample_id: mtddh_8a33fa71_000290 + subject_id: 8a33fa71 + split: train + image: images/mtddh_8a33fa71_000290.png + label: labels/mtddh_8a33fa71_000290.npy + metadata: + original_shape: + - 871 + - 1060 + source_split: train +- sample_id: mtddh_8a7aecb0_000142 + subject_id: 8a7aecb0 + split: val + image: images/mtddh_8a7aecb0_000142.png + label: labels/mtddh_8a7aecb0_000142.npy + metadata: + original_shape: + - 732 + - 1385 + source_split: train +- sample_id: mtddh_8a9803b6_000291 + subject_id: 8a9803b6 + split: test + image: images/mtddh_8a9803b6_000291.png + label: labels/mtddh_8a9803b6_000291.npy + metadata: + original_shape: + - 909 + - 1101 + source_split: train +- sample_id: mtddh_8ab30c44_000881 + subject_id: 8ab30c44 + split: val + image: images/mtddh_8ab30c44_000881.png + label: labels/mtddh_8ab30c44_000881.npy + metadata: + original_shape: + - 914 + - 1100 + source_split: test +- sample_id: mtddh_8ae7d37e_000441 + subject_id: 8ae7d37e + split: train + image: images/mtddh_8ae7d37e_000441.png + label: labels/mtddh_8ae7d37e_000441.npy + metadata: + original_shape: + - 715 + - 992 + source_split: train +- sample_id: mtddh_8b0c1f18_000442 + subject_id: 8b0c1f18 + split: train + image: images/mtddh_8b0c1f18_000442.png + label: labels/mtddh_8b0c1f18_000442.npy + metadata: + original_shape: + - 807 + - 1212 + source_split: train +- sample_id: mtddh_8b0fd8b7_000411 + subject_id: 8b0fd8b7 + split: test + image: images/mtddh_8b0fd8b7_000411.png + label: labels/mtddh_8b0fd8b7_000411.npy + metadata: + original_shape: + - 747 + - 958 + source_split: train +- sample_id: mtddh_8b18cf24_000660 + subject_id: 8b18cf24 + split: train + image: images/mtddh_8b18cf24_000660.png + label: labels/mtddh_8b18cf24_000660.npy + metadata: + original_shape: + - 840 + - 1233 + source_split: train +- sample_id: mtddh_8b1e3233_000052 + subject_id: 8b1e3233 + split: train + image: images/mtddh_8b1e3233_000052.png + label: labels/mtddh_8b1e3233_000052.npy + metadata: + original_shape: + - 583 + - 868 + source_split: train +- sample_id: mtddh_8b559415_000685 + subject_id: 8b559415 + split: train + image: images/mtddh_8b559415_000685.png + label: labels/mtddh_8b559415_000685.npy + metadata: + original_shape: + - 1188 + - 1344 + source_split: train +- sample_id: mtddh_8b72bb01_000015 + subject_id: 8b72bb01 + split: val + image: images/mtddh_8b72bb01_000015.png + label: labels/mtddh_8b72bb01_000015.npy + metadata: + original_shape: + - 808 + - 1252 + source_split: train +- sample_id: mtddh_8b8c1b00_000654 + subject_id: 8b8c1b00 + split: test + image: images/mtddh_8b8c1b00_000654.png + label: labels/mtddh_8b8c1b00_000654.npy + metadata: + original_shape: + - 947 + - 1136 + source_split: train +- sample_id: mtddh_8ba76c3e_000608 + subject_id: 8ba76c3e + split: val + image: images/mtddh_8ba76c3e_000608.png + label: labels/mtddh_8ba76c3e_000608.npy + metadata: + original_shape: + - 1323 + - 1636 + source_split: train +- sample_id: mtddh_8be637e3_000896 + subject_id: 8be637e3 + split: train + image: images/mtddh_8be637e3_000896.png + label: labels/mtddh_8be637e3_000896.npy + metadata: + original_shape: + - 893 + - 1216 + source_split: test +- sample_id: mtddh_8c05003f_000292 + subject_id: 8c05003f + split: train + image: images/mtddh_8c05003f_000292.png + label: labels/mtddh_8c05003f_000292.npy + metadata: + original_shape: + - 640 + - 872 + source_split: train +- sample_id: mtddh_8c07aac2_000493 + subject_id: 8c07aac2 + split: test + image: images/mtddh_8c07aac2_000493.png + label: labels/mtddh_8c07aac2_000493.npy + metadata: + original_shape: + - 750 + - 1007 + source_split: train +- sample_id: mtddh_8c3dfb67_000675 + subject_id: 8c3dfb67 + split: train + image: images/mtddh_8c3dfb67_000675.png + label: labels/mtddh_8c3dfb67_000675.npy + metadata: + original_shape: + - 1261 + - 1340 + source_split: train +- sample_id: mtddh_8c4e6877_000090 + subject_id: 8c4e6877 + split: train + image: images/mtddh_8c4e6877_000090.png + label: labels/mtddh_8c4e6877_000090.npy + metadata: + original_shape: + - 784 + - 1140 + source_split: train +- sample_id: mtddh_8c721683_000725 + subject_id: 8c721683 + split: train + image: images/mtddh_8c721683_000725.png + label: labels/mtddh_8c721683_000725.npy + metadata: + original_shape: + - 2099 + - 2405 + source_split: train +- sample_id: mtddh_8cbc31c0_000085 + subject_id: 8cbc31c0 + split: train + image: images/mtddh_8cbc31c0_000085.png + label: labels/mtddh_8cbc31c0_000085.npy + metadata: + original_shape: + - 1036 + - 1355 + source_split: train +- sample_id: mtddh_8ce19a5b_000060 + subject_id: 8ce19a5b + split: train + image: images/mtddh_8ce19a5b_000060.png + label: labels/mtddh_8ce19a5b_000060.npy + metadata: + original_shape: + - 1046 + - 1529 + source_split: train +- sample_id: mtddh_8ce479f7_000734 + subject_id: 8ce479f7 + split: train + image: images/mtddh_8ce479f7_000734.png + label: labels/mtddh_8ce479f7_000734.npy + metadata: + original_shape: + - 572 + - 888 + source_split: val +- sample_id: mtddh_8d107a2d_000293 + subject_id: 8d107a2d + split: train + image: images/mtddh_8d107a2d_000293.png + label: labels/mtddh_8d107a2d_000293.npy + metadata: + original_shape: + - 812 + - 1108 + source_split: train +- sample_id: mtddh_8d10dd4b_000443 + subject_id: 8d10dd4b + split: train + image: images/mtddh_8d10dd4b_000443.png + label: labels/mtddh_8d10dd4b_000443.npy + metadata: + original_shape: + - 860 + - 1265 + source_split: train +- sample_id: mtddh_8d5f3b8a_000392 + subject_id: 8d5f3b8a + split: train + image: images/mtddh_8d5f3b8a_000392.png + label: labels/mtddh_8d5f3b8a_000392.npy + metadata: + original_shape: + - 675 + - 912 + source_split: train +- sample_id: mtddh_8d693019_000205 + subject_id: 8d693019 + split: train + image: images/mtddh_8d693019_000205.png + label: labels/mtddh_8d693019_000205.npy + metadata: + original_shape: + - 948 + - 1120 + source_split: train +- sample_id: mtddh_8dd741ed_000596 + subject_id: 8dd741ed + split: test + image: images/mtddh_8dd741ed_000596.png + label: labels/mtddh_8dd741ed_000596.npy + metadata: + original_shape: + - 1027 + - 1364 + source_split: train +- sample_id: mtddh_8e07cbc1_000357 + subject_id: 8e07cbc1 + split: train + image: images/mtddh_8e07cbc1_000357.png + label: labels/mtddh_8e07cbc1_000357.npy + metadata: + original_shape: + - 1270 + - 1757 + source_split: train +- sample_id: mtddh_8f09e041_000705 + subject_id: 8f09e041 + split: train + image: images/mtddh_8f09e041_000705.png + label: labels/mtddh_8f09e041_000705.npy + metadata: + original_shape: + - 1064 + - 1638 + source_split: train +- sample_id: mtddh_8fa6f656_000677 + subject_id: 8fa6f656 + split: train + image: images/mtddh_8fa6f656_000677.png + label: labels/mtddh_8fa6f656_000677.npy + metadata: + original_shape: + - 1601 + - 2099 + source_split: train +- sample_id: mtddh_8fd994ae_000522 + subject_id: 8fd994ae + split: train + image: images/mtddh_8fd994ae_000522.png + label: labels/mtddh_8fd994ae_000522.npy + metadata: + original_shape: + - 764 + - 1140 + source_split: train +- sample_id: mtddh_8ffc7819_000046 + subject_id: 8ffc7819 + split: train + image: images/mtddh_8ffc7819_000046.png + label: labels/mtddh_8ffc7819_000046.npy + metadata: + original_shape: + - 847 + - 1339 + source_split: train +- sample_id: mtddh_9009f786_000409 + subject_id: 9009f786 + split: train + image: images/mtddh_9009f786_000409.png + label: labels/mtddh_9009f786_000409.npy + metadata: + original_shape: + - 720 + - 1172 + source_split: train +- sample_id: mtddh_90d3b732_000743 + subject_id: 90d3b732 + split: val + image: images/mtddh_90d3b732_000743.png + label: labels/mtddh_90d3b732_000743.npy + metadata: + original_shape: + - 832 + - 1320 + source_split: val +- sample_id: mtddh_90d75cba_000730 + subject_id: 90d75cba + split: train + image: images/mtddh_90d75cba_000730.png + label: labels/mtddh_90d75cba_000730.npy + metadata: + original_shape: + - 1272 + - 1882 + source_split: train +- sample_id: mtddh_90d9e26b_000651 + subject_id: 90d9e26b + split: train + image: images/mtddh_90d9e26b_000651.png + label: labels/mtddh_90d9e26b_000651.npy + metadata: + original_shape: + - 1567 + - 1944 + source_split: train +- sample_id: mtddh_9143f3ea_000890 + subject_id: 9143f3ea + split: test + image: images/mtddh_9143f3ea_000890.png + label: labels/mtddh_9143f3ea_000890.npy + metadata: + original_shape: + - 1480 + - 1892 + source_split: test +- sample_id: mtddh_9184498d_000294 + subject_id: 9184498d + split: train + image: images/mtddh_9184498d_000294.png + label: labels/mtddh_9184498d_000294.npy + metadata: + original_shape: + - 726 + - 879 + source_split: train +- sample_id: mtddh_9190ec2b_000097 + subject_id: 9190ec2b + split: train + image: images/mtddh_9190ec2b_000097.png + label: labels/mtddh_9190ec2b_000097.npy + metadata: + original_shape: + - 1309 + - 1856 + source_split: train +- sample_id: mtddh_91e97938_000358 + subject_id: 91e97938 + split: test + image: images/mtddh_91e97938_000358.png + label: labels/mtddh_91e97938_000358.npy + metadata: + original_shape: + - 1400 + - 2136 + source_split: train +- sample_id: mtddh_922a84c3_000273 + subject_id: 922a84c3 + split: train + image: images/mtddh_922a84c3_000273.png + label: labels/mtddh_922a84c3_000273.npy + metadata: + original_shape: + - 1142 + - 1344 + source_split: train +- sample_id: mtddh_9238c772_000410 + subject_id: 9238c772 + split: test + image: images/mtddh_9238c772_000410.png + label: labels/mtddh_9238c772_000410.npy + metadata: + original_shape: + - 780 + - 1108 + source_split: train +- sample_id: mtddh_9248b357_000295 + subject_id: 9248b357 + split: test + image: images/mtddh_9248b357_000295.png + label: labels/mtddh_9248b357_000295.npy + metadata: + original_shape: + - 944 + - 1301 + source_split: train +- sample_id: mtddh_92f04ffa_000049 + subject_id: 92f04ffa + split: train + image: images/mtddh_92f04ffa_000049.png + label: labels/mtddh_92f04ffa_000049.npy + metadata: + original_shape: + - 634 + - 788 + source_split: train +- sample_id: mtddh_92f12b4f_000139 + subject_id: 92f12b4f + split: train + image: images/mtddh_92f12b4f_000139.png + label: labels/mtddh_92f12b4f_000139.npy + metadata: + original_shape: + - 726 + - 1030 + source_split: train +- sample_id: mtddh_93d74687_000905 + subject_id: 93d74687 + split: val + image: images/mtddh_93d74687_000905.png + label: labels/mtddh_93d74687_000905.npy + metadata: + original_shape: + - 1060 + - 1448 + source_split: test +- sample_id: mtddh_93fa531c_000494 + subject_id: 93fa531c + split: test + image: images/mtddh_93fa531c_000494.png + label: labels/mtddh_93fa531c_000494.npy + metadata: + original_shape: + - 773 + - 1088 + source_split: train +- sample_id: mtddh_941766cd_000244 + subject_id: 941766cd + split: train + image: images/mtddh_941766cd_000244.png + label: labels/mtddh_941766cd_000244.npy + metadata: + original_shape: + - 710 + - 963 + source_split: train +- sample_id: mtddh_9461a9ba_000669 + subject_id: 9461a9ba + split: train + image: images/mtddh_9461a9ba_000669.png + label: labels/mtddh_9461a9ba_000669.npy + metadata: + original_shape: + - 1112 + - 1381 + source_split: train +- sample_id: mtddh_948c2cb9_000523 + subject_id: 948c2cb9 + split: val + image: images/mtddh_948c2cb9_000523.png + label: labels/mtddh_948c2cb9_000523.npy + metadata: + original_shape: + - 1104 + - 1424 + source_split: train +- sample_id: mtddh_94a27ab3_000160 + subject_id: 94a27ab3 + split: train + image: images/mtddh_94a27ab3_000160.png + label: labels/mtddh_94a27ab3_000160.npy + metadata: + original_shape: + - 1256 + - 1665 + source_split: train +- sample_id: mtddh_94ddfa81_000296 + subject_id: 94ddfa81 + split: train + image: images/mtddh_94ddfa81_000296.png + label: labels/mtddh_94ddfa81_000296.npy + metadata: + original_shape: + - 619 + - 940 + source_split: train +- sample_id: mtddh_95481ad2_000524 + subject_id: 95481ad2 + split: train + image: images/mtddh_95481ad2_000524.png + label: labels/mtddh_95481ad2_000524.npy + metadata: + original_shape: + - 1219 + - 1437 + source_split: train +- sample_id: mtddh_958e0f55_000891 + subject_id: 958e0f55 + split: train + image: images/mtddh_958e0f55_000891.png + label: labels/mtddh_958e0f55_000891.npy + metadata: + original_shape: + - 756 + - 1144 + source_split: test +- sample_id: mtddh_95e2acbd_000887 + subject_id: 95e2acbd + split: train + image: images/mtddh_95e2acbd_000887.png + label: labels/mtddh_95e2acbd_000887.npy + metadata: + original_shape: + - 1120 + - 1604 + source_split: test +- sample_id: mtddh_9637eead_000061 + subject_id: 9637eead + split: train + image: images/mtddh_9637eead_000061.png + label: labels/mtddh_9637eead_000061.npy + metadata: + original_shape: + - 1088 + - 1352 + source_split: train +- sample_id: mtddh_96529f4d_000566 + subject_id: 96529f4d + split: val + image: images/mtddh_96529f4d_000566.png + label: labels/mtddh_96529f4d_000566.npy + metadata: + original_shape: + - 1208 + - 1480 + source_split: train +- sample_id: mtddh_97945f91_000211 + subject_id: 97945f91 + split: val + image: images/mtddh_97945f91_000211.png + label: labels/mtddh_97945f91_000211.npy + metadata: + original_shape: + - 967 + - 1164 + source_split: train +- sample_id: mtddh_97952508_000639 + subject_id: '97952508' + split: val + image: images/mtddh_97952508_000639.png + label: labels/mtddh_97952508_000639.npy + metadata: + original_shape: + - 940 + - 1528 + source_split: train +- sample_id: mtddh_97bbdbd8_000718 + subject_id: 97bbdbd8 + split: val + image: images/mtddh_97bbdbd8_000718.png + label: labels/mtddh_97bbdbd8_000718.npy + metadata: + original_shape: + - 1165 + - 1506 + source_split: train +- sample_id: mtddh_97bf2f38_000255 + subject_id: 97bf2f38 + split: train + image: images/mtddh_97bf2f38_000255.png + label: labels/mtddh_97bf2f38_000255.npy + metadata: + original_shape: + - 885 + - 1174 + source_split: train +- sample_id: mtddh_98247641_000586 + subject_id: '98247641' + split: val + image: images/mtddh_98247641_000586.png + label: labels/mtddh_98247641_000586.npy + metadata: + original_shape: + - 836 + - 1072 + source_split: train +- sample_id: mtddh_98255f38_000234 + subject_id: 98255f38 + split: test + image: images/mtddh_98255f38_000234.png + label: labels/mtddh_98255f38_000234.npy + metadata: + original_shape: + - 728 + - 1088 + source_split: train +- sample_id: mtddh_9830136d_000259 + subject_id: 9830136d + split: train + image: images/mtddh_9830136d_000259.png + label: labels/mtddh_9830136d_000259.npy + metadata: + original_shape: + - 882 + - 1573 + source_split: train +- sample_id: mtddh_98478b3e_000030 + subject_id: 98478b3e + split: val + image: images/mtddh_98478b3e_000030.png + label: labels/mtddh_98478b3e_000030.npy + metadata: + original_shape: + - 914 + - 1413 + source_split: train +- sample_id: mtddh_998634b0_000098 + subject_id: 998634b0 + split: train + image: images/mtddh_998634b0_000098.png + label: labels/mtddh_998634b0_000098.npy + metadata: + original_shape: + - 815 + - 1100 + source_split: train +- sample_id: mtddh_99a779e3_000297 + subject_id: 99a779e3 + split: test + image: images/mtddh_99a779e3_000297.png + label: labels/mtddh_99a779e3_000297.npy + metadata: + original_shape: + - 852 + - 1436 + source_split: train +- sample_id: mtddh_9a0bde43_000715 + subject_id: 9a0bde43 + split: train + image: images/mtddh_9a0bde43_000715.png + label: labels/mtddh_9a0bde43_000715.npy + metadata: + original_shape: + - 1908 + - 2120 + source_split: train +- sample_id: mtddh_9a3e4c49_000088 + subject_id: 9a3e4c49 + split: train + image: images/mtddh_9a3e4c49_000088.png + label: labels/mtddh_9a3e4c49_000088.npy + metadata: + original_shape: + - 623 + - 936 + source_split: train +- sample_id: mtddh_9a8f5e44_000298 + subject_id: 9a8f5e44 + split: val + image: images/mtddh_9a8f5e44_000298.png + label: labels/mtddh_9a8f5e44_000298.npy + metadata: + original_shape: + - 732 + - 1084 + source_split: train +- sample_id: mtddh_9ac83763_000525 + subject_id: 9ac83763 + split: val + image: images/mtddh_9ac83763_000525.png + label: labels/mtddh_9ac83763_000525.npy + metadata: + original_shape: + - 876 + - 1204 + source_split: train +- sample_id: mtddh_9af2fc44_000609 + subject_id: 9af2fc44 + split: train + image: images/mtddh_9af2fc44_000609.png + label: labels/mtddh_9af2fc44_000609.npy + metadata: + original_shape: + - 775 + - 980 + source_split: train +- sample_id: mtddh_9af62970_000232 + subject_id: 9af62970 + split: train + image: images/mtddh_9af62970_000232.png + label: labels/mtddh_9af62970_000232.npy + metadata: + original_shape: + - 948 + - 1148 + source_split: train +- sample_id: mtddh_9b065cf3_000136 + subject_id: 9b065cf3 + split: test + image: images/mtddh_9b065cf3_000136.png + label: labels/mtddh_9b065cf3_000136.npy + metadata: + original_shape: + - 630 + - 856 + source_split: train +- sample_id: mtddh_9b4b2e94_000223 + subject_id: 9b4b2e94 + split: train + image: images/mtddh_9b4b2e94_000223.png + label: labels/mtddh_9b4b2e94_000223.npy + metadata: + original_shape: + - 1001 + - 1675 + source_split: train +- sample_id: mtddh_9c751fc1_000267 + subject_id: 9c751fc1 + split: test + image: images/mtddh_9c751fc1_000267.png + label: labels/mtddh_9c751fc1_000267.npy + metadata: + original_shape: + - 1152 + - 1688 + source_split: train +- sample_id: mtddh_9cb21b11_000892 + subject_id: 9cb21b11 + split: val + image: images/mtddh_9cb21b11_000892.png + label: labels/mtddh_9cb21b11_000892.npy + metadata: + original_shape: + - 1190 + - 1539 + source_split: test +- sample_id: mtddh_9cfaeddb_000042 + subject_id: 9cfaeddb + split: train + image: images/mtddh_9cfaeddb_000042.png + label: labels/mtddh_9cfaeddb_000042.npy + metadata: + original_shape: + - 698 + - 964 + source_split: train +- sample_id: mtddh_9d1423e5_000597 + subject_id: 9d1423e5 + split: train + image: images/mtddh_9d1423e5_000597.png + label: labels/mtddh_9d1423e5_000597.npy + metadata: + original_shape: + - 984 + - 1268 + source_split: train +- sample_id: mtddh_9d3dbf10_000412 + subject_id: 9d3dbf10 + split: train + image: images/mtddh_9d3dbf10_000412.png + label: labels/mtddh_9d3dbf10_000412.npy + metadata: + original_shape: + - 852 + - 1360 + source_split: train +- sample_id: mtddh_9d6f28e5_000413 + subject_id: 9d6f28e5 + split: train + image: images/mtddh_9d6f28e5_000413.png + label: labels/mtddh_9d6f28e5_000413.npy + metadata: + original_shape: + - 807 + - 1288 + source_split: train +- sample_id: mtddh_9d7d199a_000666 + subject_id: 9d7d199a + split: test + image: images/mtddh_9d7d199a_000666.png + label: labels/mtddh_9d7d199a_000666.npy + metadata: + original_shape: + - 808 + - 1013 + source_split: train +- sample_id: mtddh_9db60ade_000898 + subject_id: 9db60ade + split: train + image: images/mtddh_9db60ade_000898.png + label: labels/mtddh_9db60ade_000898.npy + metadata: + original_shape: + - 1773 + - 1924 + source_split: test +- sample_id: mtddh_9e0c368d_000299 + subject_id: 9e0c368d + split: train + image: images/mtddh_9e0c368d_000299.png + label: labels/mtddh_9e0c368d_000299.npy + metadata: + original_shape: + - 675 + - 956 + source_split: train +- sample_id: mtddh_9e65177c_000172 + subject_id: 9e65177c + split: train + image: images/mtddh_9e65177c_000172.png + label: labels/mtddh_9e65177c_000172.npy + metadata: + original_shape: + - 666 + - 863 + source_split: train +- sample_id: mtddh_9e88c4e4_000495 + subject_id: 9e88c4e4 + split: train + image: images/mtddh_9e88c4e4_000495.png + label: labels/mtddh_9e88c4e4_000495.npy + metadata: + original_shape: + - 853 + - 1126 + source_split: train +- sample_id: mtddh_9f191d86_000231 + subject_id: 9f191d86 + split: train + image: images/mtddh_9f191d86_000231.png + label: labels/mtddh_9f191d86_000231.npy + metadata: + original_shape: + - 1103 + - 1373 + source_split: train +- sample_id: mtddh_a01d146d_000070 + subject_id: a01d146d + split: train + image: images/mtddh_a01d146d_000070.png + label: labels/mtddh_a01d146d_000070.npy + metadata: + original_shape: + - 740 + - 1134 + source_split: train +- sample_id: mtddh_a0273115_000086 + subject_id: a0273115 + split: train + image: images/mtddh_a0273115_000086.png + label: labels/mtddh_a0273115_000086.npy + metadata: + original_shape: + - 1008 + - 1365 + source_split: train +- sample_id: mtddh_a02ce1f9_000414 + subject_id: a02ce1f9 + split: val + image: images/mtddh_a02ce1f9_000414.png + label: labels/mtddh_a02ce1f9_000414.npy + metadata: + original_shape: + - 836 + - 1272 + source_split: train +- sample_id: mtddh_a038ecfd_000674 + subject_id: a038ecfd + split: train + image: images/mtddh_a038ecfd_000674.png + label: labels/mtddh_a038ecfd_000674.npy + metadata: + original_shape: + - 1798 + - 2479 + source_split: train +- sample_id: mtddh_a06862bb_000300 + subject_id: a06862bb + split: train + image: images/mtddh_a06862bb_000300.png + label: labels/mtddh_a06862bb_000300.npy + metadata: + original_shape: + - 759 + - 1060 + source_split: train +- sample_id: mtddh_a0ac8a2b_000082 + subject_id: a0ac8a2b + split: train + image: images/mtddh_a0ac8a2b_000082.png + label: labels/mtddh_a0ac8a2b_000082.npy + metadata: + original_shape: + - 770 + - 968 + source_split: train +- sample_id: mtddh_a0b9ccb4_000701 + subject_id: a0b9ccb4 + split: train + image: images/mtddh_a0b9ccb4_000701.png + label: labels/mtddh_a0b9ccb4_000701.npy + metadata: + original_shape: + - 1162 + - 1778 + source_split: train +- sample_id: mtddh_a0e3eff0_000570 + subject_id: a0e3eff0 + split: val + image: images/mtddh_a0e3eff0_000570.png + label: labels/mtddh_a0e3eff0_000570.npy + metadata: + original_shape: + - 1391 + - 1946 + source_split: train +- sample_id: mtddh_a17014ce_000132 + subject_id: a17014ce + split: train + image: images/mtddh_a17014ce_000132.png + label: labels/mtddh_a17014ce_000132.npy + metadata: + original_shape: + - 1021 + - 1427 + source_split: train +- sample_id: mtddh_a18cb49f_000192 + subject_id: a18cb49f + split: test + image: images/mtddh_a18cb49f_000192.png + label: labels/mtddh_a18cb49f_000192.npy + metadata: + original_shape: + - 909 + - 1328 + source_split: train +- sample_id: mtddh_a229cc39_000840 + subject_id: a229cc39 + split: test + image: images/mtddh_a229cc39_000840.png + label: labels/mtddh_a229cc39_000840.npy + metadata: + original_shape: + - 902 + - 1220 + source_split: test +- sample_id: mtddh_a2332dba_000415 + subject_id: a2332dba + split: test + image: images/mtddh_a2332dba_000415.png + label: labels/mtddh_a2332dba_000415.npy + metadata: + original_shape: + - 1238 + - 1658 + source_split: train +- sample_id: mtddh_a278b019_000103 + subject_id: a278b019 + split: test + image: images/mtddh_a278b019_000103.png + label: labels/mtddh_a278b019_000103.npy + metadata: + original_shape: + - 1130 + - 1384 + source_split: train +- sample_id: mtddh_a4109deb_000110 + subject_id: a4109deb + split: test + image: images/mtddh_a4109deb_000110.png + label: labels/mtddh_a4109deb_000110.npy + metadata: + original_shape: + - 638 + - 775 + source_split: train +- sample_id: mtddh_a4cd2187_000756 + subject_id: a4cd2187 + split: train + image: images/mtddh_a4cd2187_000756.png + label: labels/mtddh_a4cd2187_000756.npy + metadata: + original_shape: + - 834 + - 1416 + source_split: val +- sample_id: mtddh_a4dbd10f_000043 + subject_id: a4dbd10f + split: val + image: images/mtddh_a4dbd10f_000043.png + label: labels/mtddh_a4dbd10f_000043.npy + metadata: + original_shape: + - 716 + - 908 + source_split: train +- sample_id: mtddh_a4e18505_000393 + subject_id: a4e18505 + split: train + image: images/mtddh_a4e18505_000393.png + label: labels/mtddh_a4e18505_000393.npy + metadata: + original_shape: + - 1158 + - 1654 + source_split: train +- sample_id: mtddh_a5034143_000274 + subject_id: a5034143 + split: test + image: images/mtddh_a5034143_000274.png + label: labels/mtddh_a5034143_000274.npy + metadata: + original_shape: + - 749 + - 1076 + source_split: train +- sample_id: mtddh_a51f32b5_000337 + subject_id: a51f32b5 + split: test + image: images/mtddh_a51f32b5_000337.png + label: labels/mtddh_a51f32b5_000337.npy + metadata: + original_shape: + - 1312 + - 1928 + source_split: train +- sample_id: mtddh_a558a14f_000214 + subject_id: a558a14f + split: train + image: images/mtddh_a558a14f_000214.png + label: labels/mtddh_a558a14f_000214.npy + metadata: + original_shape: + - 724 + - 1148 + source_split: train +- sample_id: mtddh_a56c083d_000074 + subject_id: a56c083d + split: train + image: images/mtddh_a56c083d_000074.png + label: labels/mtddh_a56c083d_000074.npy + metadata: + original_shape: + - 1341 + - 1568 + source_split: train +- sample_id: mtddh_a56fdf52_000652 + subject_id: a56fdf52 + split: val + image: images/mtddh_a56fdf52_000652.png + label: labels/mtddh_a56fdf52_000652.npy + metadata: + original_shape: + - 908 + - 1073 + source_split: train +- sample_id: mtddh_a57a6a94_000708 + subject_id: a57a6a94 + split: train + image: images/mtddh_a57a6a94_000708.png + label: labels/mtddh_a57a6a94_000708.npy + metadata: + original_shape: + - 1507 + - 1850 + source_split: train +- sample_id: mtddh_a5a6e01b_000663 + subject_id: a5a6e01b + split: train + image: images/mtddh_a5a6e01b_000663.png + label: labels/mtddh_a5a6e01b_000663.npy + metadata: + original_shape: + - 892 + - 1356 + source_split: train +- sample_id: mtddh_a5ac2f7d_000035 + subject_id: a5ac2f7d + split: train + image: images/mtddh_a5ac2f7d_000035.png + label: labels/mtddh_a5ac2f7d_000035.npy + metadata: + original_shape: + - 570 + - 968 + source_split: train +- sample_id: mtddh_a5c2ef52_000394 + subject_id: a5c2ef52 + split: test + image: images/mtddh_a5c2ef52_000394.png + label: labels/mtddh_a5c2ef52_000394.npy + metadata: + original_shape: + - 1658 + - 2273 + source_split: train +- sample_id: mtddh_a5e47609_000240 + subject_id: a5e47609 + split: train + image: images/mtddh_a5e47609_000240.png + label: labels/mtddh_a5e47609_000240.npy + metadata: + original_shape: + - 712 + - 1067 + source_split: train +- sample_id: mtddh_a61961f0_000094 + subject_id: a61961f0 + split: test + image: images/mtddh_a61961f0_000094.png + label: labels/mtddh_a61961f0_000094.npy + metadata: + original_shape: + - 893 + - 1359 + source_split: train +- sample_id: mtddh_a65d6106_000474 + subject_id: a65d6106 + split: train + image: images/mtddh_a65d6106_000474.png + label: labels/mtddh_a65d6106_000474.npy + metadata: + original_shape: + - 1565 + - 2056 + source_split: train +- sample_id: mtddh_a67182f9_000702 + subject_id: a67182f9 + split: val + image: images/mtddh_a67182f9_000702.png + label: labels/mtddh_a67182f9_000702.npy + metadata: + original_shape: + - 992 + - 1385 + source_split: train +- sample_id: mtddh_a75f9a8a_000496 + subject_id: a75f9a8a + split: test + image: images/mtddh_a75f9a8a_000496.png + label: labels/mtddh_a75f9a8a_000496.npy + metadata: + original_shape: + - 1000 + - 1404 + source_split: train +- sample_id: mtddh_a8779b8e_000395 + subject_id: a8779b8e + split: train + image: images/mtddh_a8779b8e_000395.png + label: labels/mtddh_a8779b8e_000395.npy + metadata: + original_shape: + - 1408 + - 1842 + source_split: train +- sample_id: mtddh_a8bab0e3_000126 + subject_id: a8bab0e3 + split: train + image: images/mtddh_a8bab0e3_000126.png + label: labels/mtddh_a8bab0e3_000126.npy + metadata: + original_shape: + - 663 + - 968 + source_split: train +- sample_id: mtddh_a8c782b3_000338 + subject_id: a8c782b3 + split: val + image: images/mtddh_a8c782b3_000338.png + label: labels/mtddh_a8c782b3_000338.npy + metadata: + original_shape: + - 804 + - 1240 + source_split: train +- sample_id: mtddh_a8d15316_000301 + subject_id: a8d15316 + split: train + image: images/mtddh_a8d15316_000301.png + label: labels/mtddh_a8d15316_000301.npy + metadata: + original_shape: + - 1131 + - 1682 + source_split: train +- sample_id: mtddh_a908931c_000260 + subject_id: a908931c + split: train + image: images/mtddh_a908931c_000260.png + label: labels/mtddh_a908931c_000260.npy + metadata: + original_shape: + - 1078 + - 1392 + source_split: train +- sample_id: mtddh_a96de5f6_000664 + subject_id: a96de5f6 + split: train + image: images/mtddh_a96de5f6_000664.png + label: labels/mtddh_a96de5f6_000664.npy + metadata: + original_shape: + - 1303 + - 1519 + source_split: train +- sample_id: mtddh_a98a5083_000535 + subject_id: a98a5083 + split: train + image: images/mtddh_a98a5083_000535.png + label: labels/mtddh_a98a5083_000535.npy + metadata: + original_shape: + - 784 + - 1062 + source_split: train +- sample_id: mtddh_a991890c_000187 + subject_id: a991890c + split: train + image: images/mtddh_a991890c_000187.png + label: labels/mtddh_a991890c_000187.npy + metadata: + original_shape: + - 983 + - 1286 + source_split: train +- sample_id: mtddh_aa2ce2e7_000047 + subject_id: aa2ce2e7 + split: train + image: images/mtddh_aa2ce2e7_000047.png + label: labels/mtddh_aa2ce2e7_000047.npy + metadata: + original_shape: + - 519 + - 800 + source_split: train +- sample_id: mtddh_aa86769f_000113 + subject_id: aa86769f + split: train + image: images/mtddh_aa86769f_000113.png + label: labels/mtddh_aa86769f_000113.npy + metadata: + original_shape: + - 1288 + - 1896 + source_split: train +- sample_id: mtddh_aaa493b7_000416 + subject_id: aaa493b7 + split: train + image: images/mtddh_aaa493b7_000416.png + label: labels/mtddh_aaa493b7_000416.npy + metadata: + original_shape: + - 819 + - 1125 + source_split: train +- sample_id: mtddh_aaf95839_000475 + subject_id: aaf95839 + split: train + image: images/mtddh_aaf95839_000475.png + label: labels/mtddh_aaf95839_000475.npy + metadata: + original_shape: + - 924 + - 1416 + source_split: train +- sample_id: mtddh_ab551c93_000396 + subject_id: ab551c93 + split: val + image: images/mtddh_ab551c93_000396.png + label: labels/mtddh_ab551c93_000396.npy + metadata: + original_shape: + - 1139 + - 1526 + source_split: train +- sample_id: mtddh_ab773a58_000165 + subject_id: ab773a58 + split: train + image: images/mtddh_ab773a58_000165.png + label: labels/mtddh_ab773a58_000165.npy + metadata: + original_shape: + - 1150 + - 1464 + source_split: train +- sample_id: mtddh_ab7fbef6_000550 + subject_id: ab7fbef6 + split: train + image: images/mtddh_ab7fbef6_000550.png + label: labels/mtddh_ab7fbef6_000550.npy + metadata: + original_shape: + - 739 + - 1060 + source_split: train +- sample_id: mtddh_abd9dba3_000662 + subject_id: abd9dba3 + split: train + image: images/mtddh_abd9dba3_000662.png + label: labels/mtddh_abd9dba3_000662.npy + metadata: + original_shape: + - 989 + - 1260 + source_split: train +- sample_id: mtddh_ac476443_000640 + subject_id: ac476443 + split: train + image: images/mtddh_ac476443_000640.png + label: labels/mtddh_ac476443_000640.npy + metadata: + original_shape: + - 892 + - 1092 + source_split: train +- sample_id: mtddh_ac48538f_000526 + subject_id: ac48538f + split: train + image: images/mtddh_ac48538f_000526.png + label: labels/mtddh_ac48538f_000526.npy + metadata: + original_shape: + - 880 + - 1180 + source_split: train +- sample_id: mtddh_ac52a722_000153 + subject_id: ac52a722 + split: train + image: images/mtddh_ac52a722_000153.png + label: labels/mtddh_ac52a722_000153.npy + metadata: + original_shape: + - 1083 + - 1448 + source_split: train +- sample_id: mtddh_acc17a51_000397 + subject_id: acc17a51 + split: test + image: images/mtddh_acc17a51_000397.png + label: labels/mtddh_acc17a51_000397.npy + metadata: + original_shape: + - 772 + - 988 + source_split: train +- sample_id: mtddh_ace3fabb_000024 + subject_id: ace3fabb + split: train + image: images/mtddh_ace3fabb_000024.png + label: labels/mtddh_ace3fabb_000024.npy + metadata: + original_shape: + - 1135 + - 1832 + source_split: train +- sample_id: mtddh_ad004631_000302 + subject_id: ad004631 + split: val + image: images/mtddh_ad004631_000302.png + label: labels/mtddh_ad004631_000302.npy + metadata: + original_shape: + - 1015 + - 1401 + source_split: train +- sample_id: mtddh_adbeef18_000731 + subject_id: adbeef18 + split: train + image: images/mtddh_adbeef18_000731.png + label: labels/mtddh_adbeef18_000731.npy + metadata: + original_shape: + - 620 + - 1032 + source_split: val +- sample_id: mtddh_ae062239_000175 + subject_id: ae062239 + split: test + image: images/mtddh_ae062239_000175.png + label: labels/mtddh_ae062239_000175.npy + metadata: + original_shape: + - 608 + - 1005 + source_split: train +- sample_id: mtddh_ae46e7ff_000620 + subject_id: ae46e7ff + split: train + image: images/mtddh_ae46e7ff_000620.png + label: labels/mtddh_ae46e7ff_000620.npy + metadata: + original_shape: + - 755 + - 936 + source_split: train +- sample_id: mtddh_ae906ab5_000587 + subject_id: ae906ab5 + split: train + image: images/mtddh_ae906ab5_000587.png + label: labels/mtddh_ae906ab5_000587.npy + metadata: + original_shape: + - 676 + - 1028 + source_split: train +- sample_id: mtddh_aeacc4a1_000303 + subject_id: aeacc4a1 + split: train + image: images/mtddh_aeacc4a1_000303.png + label: labels/mtddh_aeacc4a1_000303.npy + metadata: + original_shape: + - 831 + - 1160 + source_split: train +- sample_id: mtddh_aeca0d14_000497 + subject_id: aeca0d14 + split: train + image: images/mtddh_aeca0d14_000497.png + label: labels/mtddh_aeca0d14_000497.npy + metadata: + original_shape: + - 1405 + - 1931 + source_split: train +- sample_id: mtddh_aecbeb0b_000571 + subject_id: aecbeb0b + split: train + image: images/mtddh_aecbeb0b_000571.png + label: labels/mtddh_aecbeb0b_000571.npy + metadata: + original_shape: + - 828 + - 1224 + source_split: train +- sample_id: mtddh_aed9e4be_000737 + subject_id: aed9e4be + split: train + image: images/mtddh_aed9e4be_000737.png + label: labels/mtddh_aed9e4be_000737.npy + metadata: + original_shape: + - 808 + - 1080 + source_split: val +- sample_id: mtddh_aedd258f_000536 + subject_id: aedd258f + split: train + image: images/mtddh_aedd258f_000536.png + label: labels/mtddh_aedd258f_000536.npy + metadata: + original_shape: + - 856 + - 1176 + source_split: train +- sample_id: mtddh_af7fb2e1_000191 + subject_id: af7fb2e1 + split: val + image: images/mtddh_af7fb2e1_000191.png + label: labels/mtddh_af7fb2e1_000191.npy + metadata: + original_shape: + - 551 + - 908 + source_split: train +- sample_id: mtddh_afad2614_000444 + subject_id: afad2614 + split: train + image: images/mtddh_afad2614_000444.png + label: labels/mtddh_afad2614_000444.npy + metadata: + original_shape: + - 1032 + - 1368 + source_split: train +- sample_id: mtddh_b000eea6_000627 + subject_id: b000eea6 + split: val + image: images/mtddh_b000eea6_000627.png + label: labels/mtddh_b000eea6_000627.npy + metadata: + original_shape: + - 808 + - 1180 + source_split: train +- sample_id: mtddh_b013e893_000588 + subject_id: b013e893 + split: train + image: images/mtddh_b013e893_000588.png + label: labels/mtddh_b013e893_000588.npy + metadata: + original_shape: + - 1271 + - 1600 + source_split: train +- sample_id: mtddh_b05ef2d0_000268 + subject_id: b05ef2d0 + split: train + image: images/mtddh_b05ef2d0_000268.png + label: labels/mtddh_b05ef2d0_000268.npy + metadata: + original_shape: + - 696 + - 1000 + source_split: train +- sample_id: mtddh_b0825428_000143 + subject_id: b0825428 + split: val + image: images/mtddh_b0825428_000143.png + label: labels/mtddh_b0825428_000143.npy + metadata: + original_shape: + - 708 + - 952 + source_split: train +- sample_id: mtddh_b10a38eb_000498 + subject_id: b10a38eb + split: train + image: images/mtddh_b10a38eb_000498.png + label: labels/mtddh_b10a38eb_000498.npy + metadata: + original_shape: + - 789 + - 1106 + source_split: train +- sample_id: mtddh_b16bc1f4_000129 + subject_id: b16bc1f4 + split: train + image: images/mtddh_b16bc1f4_000129.png + label: labels/mtddh_b16bc1f4_000129.npy + metadata: + original_shape: + - 716 + - 1056 + source_split: train +- sample_id: mtddh_b1a59afc_000417 + subject_id: b1a59afc + split: train + image: images/mtddh_b1a59afc_000417.png + label: labels/mtddh_b1a59afc_000417.npy + metadata: + original_shape: + - 835 + - 1084 + source_split: train +- sample_id: mtddh_b1e52fc5_000176 + subject_id: b1e52fc5 + split: train + image: images/mtddh_b1e52fc5_000176.png + label: labels/mtddh_b1e52fc5_000176.npy + metadata: + original_shape: + - 756 + - 933 + source_split: train +- sample_id: mtddh_b1e6c43b_000339 + subject_id: b1e6c43b + split: train + image: images/mtddh_b1e6c43b_000339.png + label: labels/mtddh_b1e6c43b_000339.npy + metadata: + original_shape: + - 1047 + - 1375 + source_split: train +- sample_id: mtddh_b20e2247_000031 + subject_id: b20e2247 + split: train + image: images/mtddh_b20e2247_000031.png + label: labels/mtddh_b20e2247_000031.npy + metadata: + original_shape: + - 860 + - 928 + source_split: train +- sample_id: mtddh_b28e0247_000469 + subject_id: b28e0247 + split: train + image: images/mtddh_b28e0247_000469.png + label: labels/mtddh_b28e0247_000469.npy + metadata: + original_shape: + - 739 + - 1332 + source_split: train +- sample_id: mtddh_b2a559c0_000589 + subject_id: b2a559c0 + split: val + image: images/mtddh_b2a559c0_000589.png + label: labels/mtddh_b2a559c0_000589.npy + metadata: + original_shape: + - 824 + - 992 + source_split: train +- sample_id: mtddh_b2e0d733_000304 + subject_id: b2e0d733 + split: train + image: images/mtddh_b2e0d733_000304.png + label: labels/mtddh_b2e0d733_000304.npy + metadata: + original_shape: + - 1086 + - 1581 + source_split: train +- sample_id: mtddh_b3093c4f_000841 + subject_id: b3093c4f + split: test + image: images/mtddh_b3093c4f_000841.png + label: labels/mtddh_b3093c4f_000841.npy + metadata: + original_shape: + - 1014 + - 1376 + source_split: test +- sample_id: mtddh_b3134b3b_000527 + subject_id: b3134b3b + split: train + image: images/mtddh_b3134b3b_000527.png + label: labels/mtddh_b3134b3b_000527.npy + metadata: + original_shape: + - 1284 + - 1558 + source_split: train +- sample_id: mtddh_b3390e59_000572 + subject_id: b3390e59 + split: test + image: images/mtddh_b3390e59_000572.png + label: labels/mtddh_b3390e59_000572.npy + metadata: + original_shape: + - 808 + - 1020 + source_split: train +- sample_id: mtddh_b38c0994_000233 + subject_id: b38c0994 + split: test + image: images/mtddh_b38c0994_000233.png + label: labels/mtddh_b38c0994_000233.npy + metadata: + original_shape: + - 924 + - 1324 + source_split: train +- sample_id: mtddh_b38ce9fc_000398 + subject_id: b38ce9fc + split: val + image: images/mtddh_b38ce9fc_000398.png + label: labels/mtddh_b38ce9fc_000398.npy + metadata: + original_shape: + - 768 + - 1052 + source_split: train +- sample_id: mtddh_b4b8e3ae_000399 + subject_id: b4b8e3ae + split: test + image: images/mtddh_b4b8e3ae_000399.png + label: labels/mtddh_b4b8e3ae_000399.npy + metadata: + original_shape: + - 748 + - 1226 + source_split: train +- sample_id: mtddh_b4c34991_000215 + subject_id: b4c34991 + split: train + image: images/mtddh_b4c34991_000215.png + label: labels/mtddh_b4c34991_000215.npy + metadata: + original_shape: + - 713 + - 968 + source_split: train +- sample_id: mtddh_b4d41008_000418 + subject_id: b4d41008 + split: test + image: images/mtddh_b4d41008_000418.png + label: labels/mtddh_b4d41008_000418.npy + metadata: + original_shape: + - 653 + - 1016 + source_split: train +- sample_id: mtddh_b5a72f25_000679 + subject_id: b5a72f25 + split: train + image: images/mtddh_b5a72f25_000679.png + label: labels/mtddh_b5a72f25_000679.npy + metadata: + original_shape: + - 968 + - 1296 + source_split: train +- sample_id: mtddh_b63c8fb1_000419 + subject_id: b63c8fb1 + split: train + image: images/mtddh_b63c8fb1_000419.png + label: labels/mtddh_b63c8fb1_000419.npy + metadata: + original_shape: + - 828 + - 1144 + source_split: train +- sample_id: mtddh_b67c3a4d_000656 + subject_id: b67c3a4d + split: test + image: images/mtddh_b67c3a4d_000656.png + label: labels/mtddh_b67c3a4d_000656.npy + metadata: + original_shape: + - 1508 + - 1757 + source_split: train +- sample_id: mtddh_b733d1db_000114 + subject_id: b733d1db + split: val + image: images/mtddh_b733d1db_000114.png + label: labels/mtddh_b733d1db_000114.npy + metadata: + original_shape: + - 740 + - 1004 + source_split: train +- sample_id: mtddh_b7cceee5_000245 + subject_id: b7cceee5 + split: train + image: images/mtddh_b7cceee5_000245.png + label: labels/mtddh_b7cceee5_000245.npy + metadata: + original_shape: + - 1076 + - 1505 + source_split: train +- sample_id: mtddh_b7db1c51_000844 + subject_id: b7db1c51 + split: val + image: images/mtddh_b7db1c51_000844.png + label: labels/mtddh_b7db1c51_000844.npy + metadata: + original_shape: + - 574 + - 740 + source_split: test +- sample_id: mtddh_b805506b_000420 + subject_id: b805506b + split: test + image: images/mtddh_b805506b_000420.png + label: labels/mtddh_b805506b_000420.npy + metadata: + original_shape: + - 725 + - 1114 + source_split: train +- sample_id: mtddh_b858fd46_000248 + subject_id: b858fd46 + split: train + image: images/mtddh_b858fd46_000248.png + label: labels/mtddh_b858fd46_000248.npy + metadata: + original_shape: + - 900 + - 1216 + source_split: train +- sample_id: mtddh_b85e1ad9_000305 + subject_id: b85e1ad9 + split: train + image: images/mtddh_b85e1ad9_000305.png + label: labels/mtddh_b85e1ad9_000305.npy + metadata: + original_shape: + - 1177 + - 1561 + source_split: train +- sample_id: mtddh_b87999bc_000598 + subject_id: b87999bc + split: train + image: images/mtddh_b87999bc_000598.png + label: labels/mtddh_b87999bc_000598.npy + metadata: + original_shape: + - 1247 + - 1702 + source_split: train +- sample_id: mtddh_b8a1a6bc_000306 + subject_id: b8a1a6bc + split: train + image: images/mtddh_b8a1a6bc_000306.png + label: labels/mtddh_b8a1a6bc_000306.npy + metadata: + original_shape: + - 1083 + - 1520 + source_split: train +- sample_id: mtddh_b8bb8db5_000016 + subject_id: b8bb8db5 + split: train + image: images/mtddh_b8bb8db5_000016.png + label: labels/mtddh_b8bb8db5_000016.npy + metadata: + original_shape: + - 702 + - 984 + source_split: train +- sample_id: mtddh_b8ef8f0e_000340 + subject_id: b8ef8f0e + split: train + image: images/mtddh_b8ef8f0e_000340.png + label: labels/mtddh_b8ef8f0e_000340.npy + metadata: + original_shape: + - 882 + - 1195 + source_split: train +- sample_id: mtddh_b8f6dade_000567 + subject_id: b8f6dade + split: train + image: images/mtddh_b8f6dade_000567.png + label: labels/mtddh_b8f6dade_000567.npy + metadata: + original_shape: + - 835 + - 1372 + source_split: train +- sample_id: mtddh_b929f7a7_000445 + subject_id: b929f7a7 + split: val + image: images/mtddh_b929f7a7_000445.png + label: labels/mtddh_b929f7a7_000445.npy + metadata: + original_shape: + - 684 + - 1036 + source_split: train +- sample_id: mtddh_b94eb547_000537 + subject_id: b94eb547 + split: test + image: images/mtddh_b94eb547_000537.png + label: labels/mtddh_b94eb547_000537.npy + metadata: + original_shape: + - 1302 + - 1547 + source_split: train +- sample_id: mtddh_b952dde6_000899 + subject_id: b952dde6 + split: train + image: images/mtddh_b952dde6_000899.png + label: labels/mtddh_b952dde6_000899.npy + metadata: + original_shape: + - 1302 + - 1821 + source_split: test +- sample_id: mtddh_ba0137ca_000064 + subject_id: ba0137ca + split: train + image: images/mtddh_ba0137ca_000064.png + label: labels/mtddh_ba0137ca_000064.npy + metadata: + original_shape: + - 1016 + - 1288 + source_split: train +- sample_id: mtddh_ba2b832e_000166 + subject_id: ba2b832e + split: train + image: images/mtddh_ba2b832e_000166.png + label: labels/mtddh_ba2b832e_000166.npy + metadata: + original_shape: + - 1075 + - 1312 + source_split: train +- sample_id: mtddh_ba4c3ebb_000226 + subject_id: ba4c3ebb + split: train + image: images/mtddh_ba4c3ebb_000226.png + label: labels/mtddh_ba4c3ebb_000226.npy + metadata: + original_shape: + - 1120 + - 1280 + source_split: train +- sample_id: mtddh_bafe66ac_000845 + subject_id: bafe66ac + split: train + image: images/mtddh_bafe66ac_000845.png + label: labels/mtddh_bafe66ac_000845.npy + metadata: + original_shape: + - 1123 + - 1504 + source_split: test +- sample_id: mtddh_bb14579e_000242 + subject_id: bb14579e + split: test + image: images/mtddh_bb14579e_000242.png + label: labels/mtddh_bb14579e_000242.npy + metadata: + original_shape: + - 691 + - 988 + source_split: train +- sample_id: mtddh_bb3c4c70_000762 + subject_id: bb3c4c70 + split: train + image: images/mtddh_bb3c4c70_000762.png + label: labels/mtddh_bb3c4c70_000762.npy + metadata: + original_shape: + - 598 + - 1115 + source_split: val +- sample_id: mtddh_bb494edc_000400 + subject_id: bb494edc + split: val + image: images/mtddh_bb494edc_000400.png + label: labels/mtddh_bb494edc_000400.npy + metadata: + original_shape: + - 972 + - 1312 + source_split: train +- sample_id: mtddh_bb4a4446_000573 + subject_id: bb4a4446 + split: train + image: images/mtddh_bb4a4446_000573.png + label: labels/mtddh_bb4a4446_000573.npy + metadata: + original_shape: + - 736 + - 1128 + source_split: train +- sample_id: mtddh_bc228b72_000161 + subject_id: bc228b72 + split: val + image: images/mtddh_bc228b72_000161.png + label: labels/mtddh_bc228b72_000161.npy + metadata: + original_shape: + - 747 + - 1156 + source_split: train +- sample_id: mtddh_bcbec32d_000568 + subject_id: bcbec32d + split: train + image: images/mtddh_bcbec32d_000568.png + label: labels/mtddh_bcbec32d_000568.npy + metadata: + original_shape: + - 856 + - 1224 + source_split: train +- sample_id: mtddh_bcd66431_000307 + subject_id: bcd66431 + split: train + image: images/mtddh_bcd66431_000307.png + label: labels/mtddh_bcd66431_000307.npy + metadata: + original_shape: + - 1490 + - 1951 + source_split: train +- sample_id: mtddh_bd240696_000266 + subject_id: bd240696 + split: train + image: images/mtddh_bd240696_000266.png + label: labels/mtddh_bd240696_000266.npy + metadata: + original_shape: + - 1124 + - 1746 + source_split: train +- sample_id: mtddh_bd6bf02a_000846 + subject_id: bd6bf02a + split: train + image: images/mtddh_bd6bf02a_000846.png + label: labels/mtddh_bd6bf02a_000846.npy + metadata: + original_shape: + - 1128 + - 1515 + source_split: test +- sample_id: mtddh_bdbae06d_000198 + subject_id: bdbae06d + split: train + image: images/mtddh_bdbae06d_000198.png + label: labels/mtddh_bdbae06d_000198.npy + metadata: + original_shape: + - 755 + - 1076 + source_split: train +- sample_id: mtddh_bde286b2_000058 + subject_id: bde286b2 + split: val + image: images/mtddh_bde286b2_000058.png + label: labels/mtddh_bde286b2_000058.npy + metadata: + original_shape: + - 847 + - 988 + source_split: train +- sample_id: mtddh_be18815d_000117 + subject_id: be18815d + split: val + image: images/mtddh_be18815d_000117.png + label: labels/mtddh_be18815d_000117.npy + metadata: + original_shape: + - 780 + - 928 + source_split: train +- sample_id: mtddh_befc247d_000038 + subject_id: befc247d + split: train + image: images/mtddh_befc247d_000038.png + label: labels/mtddh_befc247d_000038.npy + metadata: + original_shape: + - 716 + - 1032 + source_split: train +- sample_id: mtddh_bf4d9583_000621 + subject_id: bf4d9583 + split: test + image: images/mtddh_bf4d9583_000621.png + label: labels/mtddh_bf4d9583_000621.npy + metadata: + original_shape: + - 1658 + - 2195 + source_split: train +- sample_id: mtddh_bf7702af_000499 + subject_id: bf7702af + split: train + image: images/mtddh_bf7702af_000499.png + label: labels/mtddh_bf7702af_000499.npy + metadata: + original_shape: + - 984 + - 1245 + source_split: train +- sample_id: mtddh_bfe01e6a_000470 + subject_id: bfe01e6a + split: val + image: images/mtddh_bfe01e6a_000470.png + label: labels/mtddh_bfe01e6a_000470.npy + metadata: + original_shape: + - 1200 + - 1608 + source_split: train +- sample_id: mtddh_c00a1220_000265 + subject_id: c00a1220 + split: train + image: images/mtddh_c00a1220_000265.png + label: labels/mtddh_c00a1220_000265.npy + metadata: + original_shape: + - 643 + - 980 + source_split: train +- sample_id: mtddh_c014cb20_000765 + subject_id: c014cb20 + split: test + image: images/mtddh_c014cb20_000765.png + label: labels/mtddh_c014cb20_000765.npy + metadata: + original_shape: + - 732 + - 1008 + source_split: val +- sample_id: mtddh_c015f993_000421 + subject_id: c015f993 + split: test + image: images/mtddh_c015f993_000421.png + label: labels/mtddh_c015f993_000421.npy + metadata: + original_shape: + - 734 + - 946 + source_split: train +- sample_id: mtddh_c036c8ea_000401 + subject_id: c036c8ea + split: test + image: images/mtddh_c036c8ea_000401.png + label: labels/mtddh_c036c8ea_000401.npy + metadata: + original_shape: + - 694 + - 1020 + source_split: train +- sample_id: mtddh_c0b15082_000359 + subject_id: c0b15082 + split: val + image: images/mtddh_c0b15082_000359.png + label: labels/mtddh_c0b15082_000359.npy + metadata: + original_shape: + - 783 + - 1193 + source_split: train +- sample_id: mtddh_c0c3b764_000229 + subject_id: c0c3b764 + split: train + image: images/mtddh_c0c3b764_000229.png + label: labels/mtddh_c0c3b764_000229.npy + metadata: + original_shape: + - 931 + - 1444 + source_split: train +- sample_id: mtddh_c0e6d782_000476 + subject_id: c0e6d782 + split: train + image: images/mtddh_c0e6d782_000476.png + label: labels/mtddh_c0e6d782_000476.npy + metadata: + original_shape: + - 1391 + - 2042 + source_split: train +- sample_id: mtddh_c159d761_000173 + subject_id: c159d761 + split: test + image: images/mtddh_c159d761_000173.png + label: labels/mtddh_c159d761_000173.npy + metadata: + original_shape: + - 1056 + - 1497 + source_split: train +- sample_id: mtddh_c22d3309_000341 + subject_id: c22d3309 + split: test + image: images/mtddh_c22d3309_000341.png + label: labels/mtddh_c22d3309_000341.npy + metadata: + original_shape: + - 788 + - 1208 + source_split: train +- sample_id: mtddh_c23e9c3d_000308 + subject_id: c23e9c3d + split: train + image: images/mtddh_c23e9c3d_000308.png + label: labels/mtddh_c23e9c3d_000308.npy + metadata: + original_shape: + - 660 + - 1048 + source_split: train +- sample_id: mtddh_c31f0371_000227 + subject_id: c31f0371 + split: test + image: images/mtddh_c31f0371_000227.png + label: labels/mtddh_c31f0371_000227.npy + metadata: + original_shape: + - 942 + - 1232 + source_split: train +- sample_id: mtddh_c32c2525_000528 + subject_id: c32c2525 + split: train + image: images/mtddh_c32c2525_000528.png + label: labels/mtddh_c32c2525_000528.npy + metadata: + original_shape: + - 949 + - 1348 + source_split: train +- sample_id: mtddh_c35048b8_000657 + subject_id: c35048b8 + split: train + image: images/mtddh_c35048b8_000657.png + label: labels/mtddh_c35048b8_000657.npy + metadata: + original_shape: + - 1538 + - 1827 + source_split: train +- sample_id: mtddh_c39d813a_000551 + subject_id: c39d813a + split: val + image: images/mtddh_c39d813a_000551.png + label: labels/mtddh_c39d813a_000551.npy + metadata: + original_shape: + - 764 + - 1224 + source_split: train +- sample_id: mtddh_c4423cd9_000693 + subject_id: c4423cd9 + split: train + image: images/mtddh_c4423cd9_000693.png + label: labels/mtddh_c4423cd9_000693.npy + metadata: + original_shape: + - 1597 + - 2180 + source_split: train +- sample_id: mtddh_c45cac1a_000309 + subject_id: c45cac1a + split: train + image: images/mtddh_c45cac1a_000309.png + label: labels/mtddh_c45cac1a_000309.npy + metadata: + original_shape: + - 685 + - 951 + source_split: train +- sample_id: mtddh_c45de49c_000720 + subject_id: c45de49c + split: train + image: images/mtddh_c45de49c_000720.png + label: labels/mtddh_c45de49c_000720.npy + metadata: + original_shape: + - 1314 + - 1872 + source_split: train +- sample_id: mtddh_c48b353b_000342 + subject_id: c48b353b + split: train + image: images/mtddh_c48b353b_000342.png + label: labels/mtddh_c48b353b_000342.npy + metadata: + original_shape: + - 1272 + - 1560 + source_split: train +- sample_id: mtddh_c4a86874_000310 + subject_id: c4a86874 + split: train + image: images/mtddh_c4a86874_000310.png + label: labels/mtddh_c4a86874_000310.npy + metadata: + original_shape: + - 1244 + - 1832 + source_split: train +- sample_id: mtddh_c4f4dfe0_000529 + subject_id: c4f4dfe0 + split: train + image: images/mtddh_c4f4dfe0_000529.png + label: labels/mtddh_c4f4dfe0_000529.npy + metadata: + original_shape: + - 779 + - 1052 + source_split: train +- sample_id: mtddh_c5119b74_000053 + subject_id: c5119b74 + split: train + image: images/mtddh_c5119b74_000053.png + label: labels/mtddh_c5119b74_000053.npy + metadata: + original_shape: + - 732 + - 916 + source_split: train +- sample_id: mtddh_c5b3a56e_000828 + subject_id: c5b3a56e + split: test + image: images/mtddh_c5b3a56e_000828.png + label: labels/mtddh_c5b3a56e_000828.npy + metadata: + original_shape: + - 1038 + - 1630 + source_split: test +- sample_id: mtddh_c5b5d2eb_000247 + subject_id: c5b5d2eb + split: train + image: images/mtddh_c5b5d2eb_000247.png + label: labels/mtddh_c5b5d2eb_000247.npy + metadata: + original_shape: + - 965 + - 1504 + source_split: train +- sample_id: mtddh_c5e04553_000694 + subject_id: c5e04553 + split: train + image: images/mtddh_c5e04553_000694.png + label: labels/mtddh_c5e04553_000694.npy + metadata: + original_shape: + - 1020 + - 1440 + source_split: train +- sample_id: mtddh_c5e7c42f_000360 + subject_id: c5e7c42f + split: train + image: images/mtddh_c5e7c42f_000360.png + label: labels/mtddh_c5e7c42f_000360.npy + metadata: + original_shape: + - 920 + - 1216 + source_split: train +- sample_id: mtddh_c69aa19d_000067 + subject_id: c69aa19d + split: train + image: images/mtddh_c69aa19d_000067.png + label: labels/mtddh_c69aa19d_000067.npy + metadata: + original_shape: + - 861 + - 1262 + source_split: train +- sample_id: mtddh_c6cc914e_000446 + subject_id: c6cc914e + split: train + image: images/mtddh_c6cc914e_000446.png + label: labels/mtddh_c6cc914e_000446.npy + metadata: + original_shape: + - 1636 + - 1891 + source_split: train +- sample_id: mtddh_c705934e_000574 + subject_id: c705934e + split: test + image: images/mtddh_c705934e_000574.png + label: labels/mtddh_c705934e_000574.npy + metadata: + original_shape: + - 876 + - 1257 + source_split: train +- sample_id: mtddh_c742da39_000343 + subject_id: c742da39 + split: train + image: images/mtddh_c742da39_000343.png + label: labels/mtddh_c742da39_000343.npy + metadata: + original_shape: + - 831 + - 1040 + source_split: train +- sample_id: mtddh_c773988e_000622 + subject_id: c773988e + split: train + image: images/mtddh_c773988e_000622.png + label: labels/mtddh_c773988e_000622.npy + metadata: + original_shape: + - 1028 + - 1288 + source_split: train +- sample_id: mtddh_c77bc56a_000022 + subject_id: c77bc56a + split: train + image: images/mtddh_c77bc56a_000022.png + label: labels/mtddh_c77bc56a_000022.npy + metadata: + original_shape: + - 725 + - 892 + source_split: train +- sample_id: mtddh_c7a1977b_000256 + subject_id: c7a1977b + split: train + image: images/mtddh_c7a1977b_000256.png + label: labels/mtddh_c7a1977b_000256.npy + metadata: + original_shape: + - 695 + - 840 + source_split: train +- sample_id: mtddh_c7f6f877_000616 + subject_id: c7f6f877 + split: train + image: images/mtddh_c7f6f877_000616.png + label: labels/mtddh_c7f6f877_000616.npy + metadata: + original_shape: + - 803 + - 1048 + source_split: train +- sample_id: mtddh_c856a2c0_000530 + subject_id: c856a2c0 + split: test + image: images/mtddh_c856a2c0_000530.png + label: labels/mtddh_c856a2c0_000530.npy + metadata: + original_shape: + - 1043 + - 1524 + source_split: train +- sample_id: mtddh_c8e2c56d_000311 + subject_id: c8e2c56d + split: train + image: images/mtddh_c8e2c56d_000311.png + label: labels/mtddh_c8e2c56d_000311.npy + metadata: + original_shape: + - 1341 + - 2141 + source_split: train +- sample_id: mtddh_c98e8003_000167 + subject_id: c98e8003 + split: train + image: images/mtddh_c98e8003_000167.png + label: labels/mtddh_c98e8003_000167.npy + metadata: + original_shape: + - 709 + - 1144 + source_split: train +- sample_id: mtddh_c9aa79c7_000206 + subject_id: c9aa79c7 + split: train + image: images/mtddh_c9aa79c7_000206.png + label: labels/mtddh_c9aa79c7_000206.npy + metadata: + original_shape: + - 827 + - 1128 + source_split: train +- sample_id: mtddh_ca40b8bf_000312 + subject_id: ca40b8bf + split: train + image: images/mtddh_ca40b8bf_000312.png + label: labels/mtddh_ca40b8bf_000312.npy + metadata: + original_shape: + - 812 + - 1348 + source_split: train +- sample_id: mtddh_ca4a87f7_000057 + subject_id: ca4a87f7 + split: train + image: images/mtddh_ca4a87f7_000057.png + label: labels/mtddh_ca4a87f7_000057.npy + metadata: + original_shape: + - 664 + - 832 + source_split: train +- sample_id: mtddh_caaf6584_000575 + subject_id: caaf6584 + split: train + image: images/mtddh_caaf6584_000575.png + label: labels/mtddh_caaf6584_000575.npy + metadata: + original_shape: + - 935 + - 1424 + source_split: train +- sample_id: mtddh_cad1e30b_000590 + subject_id: cad1e30b + split: train + image: images/mtddh_cad1e30b_000590.png + label: labels/mtddh_cad1e30b_000590.npy + metadata: + original_shape: + - 1344 + - 1650 + source_split: train +- sample_id: mtddh_cb3b3c52_000010 + subject_id: cb3b3c52 + split: val + image: images/mtddh_cb3b3c52_000010.png + label: labels/mtddh_cb3b3c52_000010.npy + metadata: + original_shape: + - 962 + - 1352 + source_split: train +- sample_id: mtddh_cbdf0a35_000313 + subject_id: cbdf0a35 + split: train + image: images/mtddh_cbdf0a35_000313.png + label: labels/mtddh_cbdf0a35_000313.npy + metadata: + original_shape: + - 746 + - 912 + source_split: train +- sample_id: mtddh_cc318903_000344 + subject_id: cc318903 + split: train + image: images/mtddh_cc318903_000344.png + label: labels/mtddh_cc318903_000344.npy + metadata: + original_shape: + - 1213 + - 1764 + source_split: train +- sample_id: mtddh_cc6ab4ad_000202 + subject_id: cc6ab4ad + split: train + image: images/mtddh_cc6ab4ad_000202.png + label: labels/mtddh_cc6ab4ad_000202.npy + metadata: + original_shape: + - 703 + - 916 + source_split: train +- sample_id: mtddh_cd34f4ea_000079 + subject_id: cd34f4ea + split: test + image: images/mtddh_cd34f4ea_000079.png + label: labels/mtddh_cd34f4ea_000079.npy + metadata: + original_shape: + - 1154 + - 1559 + source_split: train +- sample_id: mtddh_cd89ccd4_000655 + subject_id: cd89ccd4 + split: train + image: images/mtddh_cd89ccd4_000655.png + label: labels/mtddh_cd89ccd4_000655.npy + metadata: + original_shape: + - 1128 + - 1432 + source_split: train +- sample_id: mtddh_cda92ebc_000477 + subject_id: cda92ebc + split: test + image: images/mtddh_cda92ebc_000477.png + label: labels/mtddh_cda92ebc_000477.npy + metadata: + original_shape: + - 1277 + - 1693 + source_split: train +- sample_id: mtddh_ce362643_000617 + subject_id: ce362643 + split: train + image: images/mtddh_ce362643_000617.png + label: labels/mtddh_ce362643_000617.npy + metadata: + original_shape: + - 1455 + - 1672 + source_split: train +- sample_id: mtddh_ce470996_000623 + subject_id: ce470996 + split: train + image: images/mtddh_ce470996_000623.png + label: labels/mtddh_ce470996_000623.npy + metadata: + original_shape: + - 1191 + - 1853 + source_split: train +- sample_id: mtddh_ce8be2bf_000647 + subject_id: ce8be2bf + split: train + image: images/mtddh_ce8be2bf_000647.png + label: labels/mtddh_ce8be2bf_000647.npy + metadata: + original_shape: + - 984 + - 1304 + source_split: train +- sample_id: mtddh_ce9aba87_000314 + subject_id: ce9aba87 + split: train + image: images/mtddh_ce9aba87_000314.png + label: labels/mtddh_ce9aba87_000314.npy + metadata: + original_shape: + - 1380 + - 1782 + source_split: train +- sample_id: mtddh_cecbb083_000012 + subject_id: cecbb083 + split: val + image: images/mtddh_cecbb083_000012.png + label: labels/mtddh_cecbb083_000012.npy + metadata: + original_shape: + - 711 + - 905 + source_split: train +- sample_id: mtddh_cedc3aa6_000447 + subject_id: cedc3aa6 + split: test + image: images/mtddh_cedc3aa6_000447.png + label: labels/mtddh_cedc3aa6_000447.npy + metadata: + original_shape: + - 1106 + - 1396 + source_split: train +- sample_id: mtddh_cedd3ce5_000842 + subject_id: cedd3ce5 + split: train + image: images/mtddh_cedd3ce5_000842.png + label: labels/mtddh_cedd3ce5_000842.npy + metadata: + original_shape: + - 885 + - 1024 + source_split: test +- sample_id: mtddh_cf7349a9_000180 + subject_id: cf7349a9 + split: train + image: images/mtddh_cf7349a9_000180.png + label: labels/mtddh_cf7349a9_000180.npy + metadata: + original_shape: + - 745 + - 1308 + source_split: train +- sample_id: mtddh_cf7758e3_000017 + subject_id: cf7758e3 + split: test + image: images/mtddh_cf7758e3_000017.png + label: labels/mtddh_cf7758e3_000017.npy + metadata: + original_shape: + - 670 + - 959 + source_split: train +- sample_id: mtddh_cfca4e21_000649 + subject_id: cfca4e21 + split: train + image: images/mtddh_cfca4e21_000649.png + label: labels/mtddh_cfca4e21_000649.npy + metadata: + original_shape: + - 1406 + - 1792 + source_split: train +- sample_id: mtddh_d00609de_000757 + subject_id: d00609de + split: train + image: images/mtddh_d00609de_000757.png + label: labels/mtddh_d00609de_000757.npy + metadata: + original_shape: + - 1006 + - 1195 + source_split: val +- sample_id: mtddh_d0aaf6e5_000138 + subject_id: d0aaf6e5 + split: val + image: images/mtddh_d0aaf6e5_000138.png + label: labels/mtddh_d0aaf6e5_000138.npy + metadata: + original_shape: + - 804 + - 1060 + source_split: train +- sample_id: mtddh_d0ba29d8_000697 + subject_id: d0ba29d8 + split: train + image: images/mtddh_d0ba29d8_000697.png + label: labels/mtddh_d0ba29d8_000697.npy + metadata: + original_shape: + - 1177 + - 1593 + source_split: train +- sample_id: mtddh_d1399417_000602 + subject_id: d1399417 + split: train + image: images/mtddh_d1399417_000602.png + label: labels/mtddh_d1399417_000602.npy + metadata: + original_shape: + - 1039 + - 1390 + source_split: train +- sample_id: mtddh_d18dc97d_000610 + subject_id: d18dc97d + split: train + image: images/mtddh_d18dc97d_000610.png + label: labels/mtddh_d18dc97d_000610.npy + metadata: + original_shape: + - 920 + - 1128 + source_split: train +- sample_id: mtddh_d1a8a362_000500 + subject_id: d1a8a362 + split: train + image: images/mtddh_d1a8a362_000500.png + label: labels/mtddh_d1a8a362_000500.npy + metadata: + original_shape: + - 832 + - 1112 + source_split: train +- sample_id: mtddh_d1d02eef_000345 + subject_id: d1d02eef + split: val + image: images/mtddh_d1d02eef_000345.png + label: labels/mtddh_d1d02eef_000345.npy + metadata: + original_shape: + - 903 + - 1420 + source_split: train +- sample_id: mtddh_d1e1609a_000687 + subject_id: d1e1609a + split: train + image: images/mtddh_d1e1609a_000687.png + label: labels/mtddh_d1e1609a_000687.npy + metadata: + original_shape: + - 1860 + - 2098 + source_split: train +- sample_id: mtddh_d1f97002_000078 + subject_id: d1f97002 + split: train + image: images/mtddh_d1f97002_000078.png + label: labels/mtddh_d1f97002_000078.npy + metadata: + original_shape: + - 691 + - 1040 + source_split: train +- sample_id: mtddh_d2579da3_000676 + subject_id: d2579da3 + split: train + image: images/mtddh_d2579da3_000676.png + label: labels/mtddh_d2579da3_000676.npy + metadata: + original_shape: + - 909 + - 1273 + source_split: train +- sample_id: mtddh_d26d60c5_000130 + subject_id: d26d60c5 + split: train + image: images/mtddh_d26d60c5_000130.png + label: labels/mtddh_d26d60c5_000130.npy + metadata: + original_shape: + - 700 + - 956 + source_split: train +- sample_id: mtddh_d27d428f_000361 + subject_id: d27d428f + split: test + image: images/mtddh_d27d428f_000361.png + label: labels/mtddh_d27d428f_000361.npy + metadata: + original_shape: + - 728 + - 992 + source_split: train +- sample_id: mtddh_d2a19828_000188 + subject_id: d2a19828 + split: train + image: images/mtddh_d2a19828_000188.png + label: labels/mtddh_d2a19828_000188.npy + metadata: + original_shape: + - 683 + - 996 + source_split: train +- sample_id: mtddh_d2de66bb_000722 + subject_id: d2de66bb + split: train + image: images/mtddh_d2de66bb_000722.png + label: labels/mtddh_d2de66bb_000722.npy + metadata: + original_shape: + - 1350 + - 1752 + source_split: train +- sample_id: mtddh_d35113c8_000402 + subject_id: d35113c8 + split: train + image: images/mtddh_d35113c8_000402.png + label: labels/mtddh_d35113c8_000402.npy + metadata: + original_shape: + - 683 + - 896 + source_split: train +- sample_id: mtddh_d3d608ad_000703 + subject_id: d3d608ad + split: val + image: images/mtddh_d3d608ad_000703.png + label: labels/mtddh_d3d608ad_000703.npy + metadata: + original_shape: + - 1793 + - 2035 + source_split: train +- sample_id: mtddh_d3e24247_000121 + subject_id: d3e24247 + split: train + image: images/mtddh_d3e24247_000121.png + label: labels/mtddh_d3e24247_000121.npy + metadata: + original_shape: + - 619 + - 1188 + source_split: train +- sample_id: mtddh_d3f94eb8_000471 + subject_id: d3f94eb8 + split: train + image: images/mtddh_d3f94eb8_000471.png + label: labels/mtddh_d3f94eb8_000471.npy + metadata: + original_shape: + - 1256 + - 1754 + source_split: train +- sample_id: mtddh_d40d0eaa_000084 + subject_id: d40d0eaa + split: train + image: images/mtddh_d40d0eaa_000084.png + label: labels/mtddh_d40d0eaa_000084.npy + metadata: + original_shape: + - 599 + - 812 + source_split: train +- sample_id: mtddh_d42a39a8_000665 + subject_id: d42a39a8 + split: train + image: images/mtddh_d42a39a8_000665.png + label: labels/mtddh_d42a39a8_000665.npy + metadata: + original_shape: + - 956 + - 1172 + source_split: train +- sample_id: mtddh_d454a754_000634 + subject_id: d454a754 + split: test + image: images/mtddh_d454a754_000634.png + label: labels/mtddh_d454a754_000634.npy + metadata: + original_shape: + - 1016 + - 1256 + source_split: train +- sample_id: mtddh_d497cdb5_000683 + subject_id: d497cdb5 + split: train + image: images/mtddh_d497cdb5_000683.png + label: labels/mtddh_d497cdb5_000683.npy + metadata: + original_shape: + - 1079 + - 1224 + source_split: train +- sample_id: mtddh_d4a2365b_000403 + subject_id: d4a2365b + split: train + image: images/mtddh_d4a2365b_000403.png + label: labels/mtddh_d4a2365b_000403.npy + metadata: + original_shape: + - 875 + - 1192 + source_split: train +- sample_id: mtddh_d52b08ff_000642 + subject_id: d52b08ff + split: test + image: images/mtddh_d52b08ff_000642.png + label: labels/mtddh_d52b08ff_000642.npy + metadata: + original_shape: + - 1595 + - 1672 + source_split: train +- sample_id: mtddh_d56863d7_000624 + subject_id: d56863d7 + split: train + image: images/mtddh_d56863d7_000624.png + label: labels/mtddh_d56863d7_000624.npy + metadata: + original_shape: + - 1012 + - 1361 + source_split: train +- sample_id: mtddh_d587fe1a_000155 + subject_id: d587fe1a + split: train + image: images/mtddh_d587fe1a_000155.png + label: labels/mtddh_d587fe1a_000155.npy + metadata: + original_shape: + - 1191 + - 1924 + source_split: train +- sample_id: mtddh_d5afd657_000065 + subject_id: d5afd657 + split: train + image: images/mtddh_d5afd657_000065.png + label: labels/mtddh_d5afd657_000065.npy + metadata: + original_shape: + - 712 + - 876 + source_split: train +- sample_id: mtddh_d5cc16e5_000081 + subject_id: d5cc16e5 + split: train + image: images/mtddh_d5cc16e5_000081.png + label: labels/mtddh_d5cc16e5_000081.npy + metadata: + original_shape: + - 667 + - 880 + source_split: train +- sample_id: mtddh_d610d765_000346 + subject_id: d610d765 + split: train + image: images/mtddh_d610d765_000346.png + label: labels/mtddh_d610d765_000346.npy + metadata: + original_shape: + - 851 + - 1024 + source_split: train +- sample_id: mtddh_d656c43f_000404 + subject_id: d656c43f + split: train + image: images/mtddh_d656c43f_000404.png + label: labels/mtddh_d656c43f_000404.npy + metadata: + original_shape: + - 1231 + - 2017 + source_split: train +- sample_id: mtddh_d6a92121_000044 + subject_id: d6a92121 + split: test + image: images/mtddh_d6a92121_000044.png + label: labels/mtddh_d6a92121_000044.npy + metadata: + original_shape: + - 752 + - 1088 + source_split: train +- sample_id: mtddh_d6aa2cd7_000716 + subject_id: d6aa2cd7 + split: train + image: images/mtddh_d6aa2cd7_000716.png + label: labels/mtddh_d6aa2cd7_000716.npy + metadata: + original_shape: + - 1534 + - 1850 + source_split: train +- sample_id: mtddh_d6bd3962_000538 + subject_id: d6bd3962 + split: test + image: images/mtddh_d6bd3962_000538.png + label: labels/mtddh_d6bd3962_000538.npy + metadata: + original_shape: + - 1238 + - 1551 + source_split: train +- sample_id: mtddh_d7121c99_000739 + subject_id: d7121c99 + split: test + image: images/mtddh_d7121c99_000739.png + label: labels/mtddh_d7121c99_000739.npy + metadata: + original_shape: + - 1083 + - 1710 + source_split: val +- sample_id: mtddh_d7dbbfd3_000478 + subject_id: d7dbbfd3 + split: train + image: images/mtddh_d7dbbfd3_000478.png + label: labels/mtddh_d7dbbfd3_000478.npy + metadata: + original_shape: + - 948 + - 1160 + source_split: train +- sample_id: mtddh_d82bc9dd_000552 + subject_id: d82bc9dd + split: train + image: images/mtddh_d82bc9dd_000552.png + label: labels/mtddh_d82bc9dd_000552.npy + metadata: + original_shape: + - 1540 + - 2077 + source_split: train +- sample_id: mtddh_d84f3d67_000193 + subject_id: d84f3d67 + split: val + image: images/mtddh_d84f3d67_000193.png + label: labels/mtddh_d84f3d67_000193.npy + metadata: + original_shape: + - 1074 + - 1387 + source_split: train +- sample_id: mtddh_d87492d6_000181 + subject_id: d87492d6 + split: train + image: images/mtddh_d87492d6_000181.png + label: labels/mtddh_d87492d6_000181.npy + metadata: + original_shape: + - 992 + - 1507 + source_split: train +- sample_id: mtddh_d883abd4_000448 + subject_id: d883abd4 + split: train + image: images/mtddh_d883abd4_000448.png + label: labels/mtddh_d883abd4_000448.npy + metadata: + original_shape: + - 700 + - 1036 + source_split: train +- sample_id: mtddh_d89b0942_000151 + subject_id: d89b0942 + split: train + image: images/mtddh_d89b0942_000151.png + label: labels/mtddh_d89b0942_000151.npy + metadata: + original_shape: + - 703 + - 1044 + source_split: train +- sample_id: mtddh_d9529f14_000315 + subject_id: d9529f14 + split: train + image: images/mtddh_d9529f14_000315.png + label: labels/mtddh_d9529f14_000315.npy + metadata: + original_shape: + - 1003 + - 1444 + source_split: train +- sample_id: mtddh_d9969850_000068 + subject_id: d9969850 + split: val + image: images/mtddh_d9969850_000068.png + label: labels/mtddh_d9969850_000068.npy + metadata: + original_shape: + - 971 + - 1330 + source_split: train +- sample_id: mtddh_d9cb07c0_000680 + subject_id: d9cb07c0 + split: train + image: images/mtddh_d9cb07c0_000680.png + label: labels/mtddh_d9cb07c0_000680.npy + metadata: + original_shape: + - 1297 + - 1501 + source_split: train +- sample_id: mtddh_d9cc0088_000003 + subject_id: d9cc0088 + split: train + image: images/mtddh_d9cc0088_000003.png + label: labels/mtddh_d9cc0088_000003.npy + metadata: + original_shape: + - 872 + - 1144 + source_split: train +- sample_id: mtddh_d9db55ee_000099 + subject_id: d9db55ee + split: train + image: images/mtddh_d9db55ee_000099.png + label: labels/mtddh_d9db55ee_000099.npy + metadata: + original_shape: + - 1032 + - 1376 + source_split: train +- sample_id: mtddh_d9eb50e3_000235 + subject_id: d9eb50e3 + split: train + image: images/mtddh_d9eb50e3_000235.png + label: labels/mtddh_d9eb50e3_000235.npy + metadata: + original_shape: + - 671 + - 845 + source_split: train +- sample_id: mtddh_da367880_000062 + subject_id: da367880 + split: train + image: images/mtddh_da367880_000062.png + label: labels/mtddh_da367880_000062.npy + metadata: + original_shape: + - 1091 + - 1483 + source_split: train +- sample_id: mtddh_da58ce97_000472 + subject_id: da58ce97 + split: train + image: images/mtddh_da58ce97_000472.png + label: labels/mtddh_da58ce97_000472.npy + metadata: + original_shape: + - 1081 + - 1658 + source_split: train +- sample_id: mtddh_da8e4e30_000531 + subject_id: da8e4e30 + split: test + image: images/mtddh_da8e4e30_000531.png + label: labels/mtddh_da8e4e30_000531.npy + metadata: + original_shape: + - 1046 + - 1551 + source_split: train +- sample_id: mtddh_daca9024_000732 + subject_id: daca9024 + split: train + image: images/mtddh_daca9024_000732.png + label: labels/mtddh_daca9024_000732.npy + metadata: + original_shape: + - 686 + - 1069 + source_split: val +- sample_id: mtddh_db6b23d5_000644 + subject_id: db6b23d5 + split: test + image: images/mtddh_db6b23d5_000644.png + label: labels/mtddh_db6b23d5_000644.npy + metadata: + original_shape: + - 1262 + - 1772 + source_split: train +- sample_id: mtddh_db8ae623_000196 + subject_id: db8ae623 + split: test + image: images/mtddh_db8ae623_000196.png + label: labels/mtddh_db8ae623_000196.npy + metadata: + original_shape: + - 1323 + - 1810 + source_split: train +- sample_id: mtddh_dc34e02f_000591 + subject_id: dc34e02f + split: train + image: images/mtddh_dc34e02f_000591.png + label: labels/mtddh_dc34e02f_000591.npy + metadata: + original_shape: + - 1256 + - 1488 + source_split: train +- sample_id: mtddh_dc38e80d_000199 + subject_id: dc38e80d + split: train + image: images/mtddh_dc38e80d_000199.png + label: labels/mtddh_dc38e80d_000199.npy + metadata: + original_shape: + - 1094 + - 1542 + source_split: train +- sample_id: mtddh_dcd2a519_000635 + subject_id: dcd2a519 + split: train + image: images/mtddh_dcd2a519_000635.png + label: labels/mtddh_dcd2a519_000635.npy + metadata: + original_shape: + - 1291 + - 1808 + source_split: train +- sample_id: mtddh_dd0e4cfb_000093 + subject_id: dd0e4cfb + split: val + image: images/mtddh_dd0e4cfb_000093.png + label: labels/mtddh_dd0e4cfb_000093.npy + metadata: + original_shape: + - 746 + - 875 + source_split: train +- sample_id: mtddh_dd5c7c9e_000539 + subject_id: dd5c7c9e + split: train + image: images/mtddh_dd5c7c9e_000539.png + label: labels/mtddh_dd5c7c9e_000539.npy + metadata: + original_shape: + - 1366 + - 1835 + source_split: train +- sample_id: mtddh_dd5f0fca_000316 + subject_id: dd5f0fca + split: train + image: images/mtddh_dd5f0fca_000316.png + label: labels/mtddh_dd5f0fca_000316.npy + metadata: + original_shape: + - 791 + - 1096 + source_split: train +- sample_id: mtddh_dd771c5e_000279 + subject_id: dd771c5e + split: val + image: images/mtddh_dd771c5e_000279.png + label: labels/mtddh_dd771c5e_000279.npy + metadata: + original_shape: + - 957 + - 1149 + source_split: train +- sample_id: mtddh_dd7a650d_000625 + subject_id: dd7a650d + split: train + image: images/mtddh_dd7a650d_000625.png + label: labels/mtddh_dd7a650d_000625.npy + metadata: + original_shape: + - 876 + - 1112 + source_split: train +- sample_id: mtddh_dd7f3025_000422 + subject_id: dd7f3025 + split: train + image: images/mtddh_dd7f3025_000422.png + label: labels/mtddh_dd7f3025_000422.npy + metadata: + original_shape: + - 639 + - 1072 + source_split: train +- sample_id: mtddh_dde94395_000133 + subject_id: dde94395 + split: train + image: images/mtddh_dde94395_000133.png + label: labels/mtddh_dde94395_000133.npy + metadata: + original_shape: + - 664 + - 1192 + source_split: train +- sample_id: mtddh_de42bb2b_000091 + subject_id: de42bb2b + split: train + image: images/mtddh_de42bb2b_000091.png + label: labels/mtddh_de42bb2b_000091.npy + metadata: + original_shape: + - 974 + - 1167 + source_split: train +- sample_id: mtddh_deed1dc5_000122 + subject_id: deed1dc5 + split: train + image: images/mtddh_deed1dc5_000122.png + label: labels/mtddh_deed1dc5_000122.npy + metadata: + original_shape: + - 638 + - 876 + source_split: train +- sample_id: mtddh_df83ca85_000611 + subject_id: df83ca85 + split: train + image: images/mtddh_df83ca85_000611.png + label: labels/mtddh_df83ca85_000611.npy + metadata: + original_shape: + - 1374 + - 1406 + source_split: train +- sample_id: mtddh_dfe2f8e4_000075 + subject_id: dfe2f8e4 + split: train + image: images/mtddh_dfe2f8e4_000075.png + label: labels/mtddh_dfe2f8e4_000075.npy + metadata: + original_shape: + - 698 + - 864 + source_split: train +- sample_id: mtddh_e05f28c8_000648 + subject_id: e05f28c8 + split: train + image: images/mtddh_e05f28c8_000648.png + label: labels/mtddh_e05f28c8_000648.npy + metadata: + original_shape: + - 1148 + - 1808 + source_split: train +- sample_id: mtddh_e0bd7cbd_000282 + subject_id: e0bd7cbd + split: val + image: images/mtddh_e0bd7cbd_000282.png + label: labels/mtddh_e0bd7cbd_000282.npy + metadata: + original_shape: + - 1398 + - 1803 + source_split: train +- sample_id: mtddh_e0bd7cbd_000283 + subject_id: e0bd7cbd + split: val + image: images/mtddh_e0bd7cbd_000283.png + label: labels/mtddh_e0bd7cbd_000283.npy + metadata: + original_shape: + - 1308 + - 1814 + source_split: train +- sample_id: mtddh_e0c57958_000479 + subject_id: e0c57958 + split: train + image: images/mtddh_e0c57958_000479.png + label: labels/mtddh_e0c57958_000479.npy + metadata: + original_shape: + - 1296 + - 1640 + source_split: train +- sample_id: mtddh_e1113b6b_000672 + subject_id: e1113b6b + split: train + image: images/mtddh_e1113b6b_000672.png + label: labels/mtddh_e1113b6b_000672.npy + metadata: + original_shape: + - 1053 + - 1449 + source_split: train +- sample_id: mtddh_e14dea2d_000532 + subject_id: e14dea2d + split: train + image: images/mtddh_e14dea2d_000532.png + label: labels/mtddh_e14dea2d_000532.npy + metadata: + original_shape: + - 848 + - 1145 + source_split: train +- sample_id: mtddh_e163a8a1_000728 + subject_id: e163a8a1 + split: train + image: images/mtddh_e163a8a1_000728.png + label: labels/mtddh_e163a8a1_000728.npy + metadata: + original_shape: + - 1158 + - 1642 + source_split: train +- sample_id: mtddh_e1700933_000423 + subject_id: e1700933 + split: train + image: images/mtddh_e1700933_000423.png + label: labels/mtddh_e1700933_000423.npy + metadata: + original_shape: + - 823 + - 1144 + source_split: train +- sample_id: mtddh_e1e8b013_000362 + subject_id: e1e8b013 + split: train + image: images/mtddh_e1e8b013_000362.png + label: labels/mtddh_e1e8b013_000362.npy + metadata: + original_shape: + - 928 + - 1060 + source_split: train +- sample_id: mtddh_e1f01bdb_000727 + subject_id: e1f01bdb + split: train + image: images/mtddh_e1f01bdb_000727.png + label: labels/mtddh_e1f01bdb_000727.npy + metadata: + original_shape: + - 1282 + - 1641 + source_split: train +- sample_id: mtddh_e22b6ebf_000317 + subject_id: e22b6ebf + split: train + image: images/mtddh_e22b6ebf_000317.png + label: labels/mtddh_e22b6ebf_000317.npy + metadata: + original_shape: + - 744 + - 1104 + source_split: train +- sample_id: mtddh_e2bc90fd_000695 + subject_id: e2bc90fd + split: test + image: images/mtddh_e2bc90fd_000695.png + label: labels/mtddh_e2bc90fd_000695.npy + metadata: + original_shape: + - 1405 + - 1950 + source_split: train +- sample_id: mtddh_e2f7a083_000749 + subject_id: e2f7a083 + split: train + image: images/mtddh_e2f7a083_000749.png + label: labels/mtddh_e2f7a083_000749.npy + metadata: + original_shape: + - 1187 + - 1448 + source_split: val +- sample_id: mtddh_e30f2b7a_000405 + subject_id: e30f2b7a + split: train + image: images/mtddh_e30f2b7a_000405.png + label: labels/mtddh_e30f2b7a_000405.npy + metadata: + original_shape: + - 744 + - 1020 + source_split: train +- sample_id: mtddh_e382d29d_000154 + subject_id: e382d29d + split: train + image: images/mtddh_e382d29d_000154.png + label: labels/mtddh_e382d29d_000154.npy + metadata: + original_shape: + - 1195 + - 1818 + source_split: train +- sample_id: mtddh_e38717bf_000717 + subject_id: e38717bf + split: train + image: images/mtddh_e38717bf_000717.png + label: labels/mtddh_e38717bf_000717.npy + metadata: + original_shape: + - 1550 + - 1830 + source_split: train +- sample_id: mtddh_e392b534_000168 + subject_id: e392b534 + split: train + image: images/mtddh_e392b534_000168.png + label: labels/mtddh_e392b534_000168.npy + metadata: + original_shape: + - 803 + - 1027 + source_split: train +- sample_id: mtddh_e3ecf853_000501 + subject_id: e3ecf853 + split: val + image: images/mtddh_e3ecf853_000501.png + label: labels/mtddh_e3ecf853_000501.npy + metadata: + original_shape: + - 763 + - 1012 + source_split: train +- sample_id: mtddh_e4321c06_000502 + subject_id: e4321c06 + split: train + image: images/mtddh_e4321c06_000502.png + label: labels/mtddh_e4321c06_000502.npy + metadata: + original_shape: + - 719 + - 1012 + source_split: train +- sample_id: mtddh_e4c45f20_000258 + subject_id: e4c45f20 + split: train + image: images/mtddh_e4c45f20_000258.png + label: labels/mtddh_e4c45f20_000258.npy + metadata: + original_shape: + - 954 + - 1381 + source_split: train +- sample_id: mtddh_e5075e60_000618 + subject_id: e5075e60 + split: train + image: images/mtddh_e5075e60_000618.png + label: labels/mtddh_e5075e60_000618.npy + metadata: + original_shape: + - 1476 + - 1903 + source_split: train +- sample_id: mtddh_e59e71a7_000480 + subject_id: e59e71a7 + split: test + image: images/mtddh_e59e71a7_000480.png + label: labels/mtddh_e59e71a7_000480.npy + metadata: + original_shape: + - 1295 + - 1412 + source_split: train +- sample_id: mtddh_e6d72b87_000144 + subject_id: e6d72b87 + split: test + image: images/mtddh_e6d72b87_000144.png + label: labels/mtddh_e6d72b87_000144.npy + metadata: + original_shape: + - 984 + - 1257 + source_split: train +- sample_id: mtddh_e7012d2e_000189 + subject_id: e7012d2e + split: test + image: images/mtddh_e7012d2e_000189.png + label: labels/mtddh_e7012d2e_000189.npy + metadata: + original_shape: + - 811 + - 1248 + source_split: train +- sample_id: mtddh_e714758d_000141 + subject_id: e714758d + split: train + image: images/mtddh_e714758d_000141.png + label: labels/mtddh_e714758d_000141.npy + metadata: + original_shape: + - 830 + - 981 + source_split: train +- sample_id: mtddh_e72cd6ad_000424 + subject_id: e72cd6ad + split: val + image: images/mtddh_e72cd6ad_000424.png + label: labels/mtddh_e72cd6ad_000424.npy + metadata: + original_shape: + - 780 + - 979 + source_split: train +- sample_id: mtddh_e73643f8_000825 + subject_id: e73643f8 + split: train + image: images/mtddh_e73643f8_000825.png + label: labels/mtddh_e73643f8_000825.npy + metadata: + original_shape: + - 1017 + - 1376 + source_split: test +- sample_id: mtddh_e78b7708_000241 + subject_id: e78b7708 + split: train + image: images/mtddh_e78b7708_000241.png + label: labels/mtddh_e78b7708_000241.npy + metadata: + original_shape: + - 936 + - 1256 + source_split: train +- sample_id: mtddh_e7be0eac_000670 + subject_id: e7be0eac + split: train + image: images/mtddh_e7be0eac_000670.png + label: labels/mtddh_e7be0eac_000670.npy + metadata: + original_shape: + - 1391 + - 1696 + source_split: train +- sample_id: mtddh_e828f0f6_000603 + subject_id: e828f0f6 + split: train + image: images/mtddh_e828f0f6_000603.png + label: labels/mtddh_e828f0f6_000603.npy + metadata: + original_shape: + - 1384 + - 1856 + source_split: train +- sample_id: mtddh_e829a34f_000851 + subject_id: e829a34f + split: train + image: images/mtddh_e829a34f_000851.png + label: labels/mtddh_e829a34f_000851.npy + metadata: + original_shape: + - 1347 + - 1542 + source_split: test +- sample_id: mtddh_e84f0fb8_000699 + subject_id: e84f0fb8 + split: val + image: images/mtddh_e84f0fb8_000699.png + label: labels/mtddh_e84f0fb8_000699.npy + metadata: + original_shape: + - 1096 + - 1341 + source_split: train +- sample_id: mtddh_e879ed68_000553 + subject_id: e879ed68 + split: val + image: images/mtddh_e879ed68_000553.png + label: labels/mtddh_e879ed68_000553.npy + metadata: + original_shape: + - 1092 + - 1718 + source_split: train +- sample_id: mtddh_e88e17eb_000018 + subject_id: e88e17eb + split: train + image: images/mtddh_e88e17eb_000018.png + label: labels/mtddh_e88e17eb_000018.npy + metadata: + original_shape: + - 598 + - 1068 + source_split: train +- sample_id: mtddh_e8e9de52_000604 + subject_id: e8e9de52 + split: train + image: images/mtddh_e8e9de52_000604.png + label: labels/mtddh_e8e9de52_000604.npy + metadata: + original_shape: + - 748 + - 1245 + source_split: train +- sample_id: mtddh_e90459a3_000533 + subject_id: e90459a3 + split: train + image: images/mtddh_e90459a3_000533.png + label: labels/mtddh_e90459a3_000533.npy + metadata: + original_shape: + - 795 + - 1240 + source_split: train +- sample_id: mtddh_e9a19793_000001 + subject_id: e9a19793 + split: train + image: images/mtddh_e9a19793_000001.png + label: labels/mtddh_e9a19793_000001.npy + metadata: + original_shape: + - 594 + - 744 + source_split: train +- sample_id: mtddh_e9ddab7d_000318 + subject_id: e9ddab7d + split: train + image: images/mtddh_e9ddab7d_000318.png + label: labels/mtddh_e9ddab7d_000318.npy + metadata: + original_shape: + - 666 + - 1132 + source_split: train +- sample_id: mtddh_e9fd10e7_000449 + subject_id: e9fd10e7 + split: train + image: images/mtddh_e9fd10e7_000449.png + label: labels/mtddh_e9fd10e7_000449.npy + metadata: + original_shape: + - 820 + - 1185 + source_split: train +- sample_id: mtddh_ea1a9d11_000626 + subject_id: ea1a9d11 + split: train + image: images/mtddh_ea1a9d11_000626.png + label: labels/mtddh_ea1a9d11_000626.npy + metadata: + original_shape: + - 1550 + - 1936 + source_split: train +- sample_id: mtddh_ea2f1361_000222 + subject_id: ea2f1361 + split: train + image: images/mtddh_ea2f1361_000222.png + label: labels/mtddh_ea2f1361_000222.npy + metadata: + original_shape: + - 1084 + - 1376 + source_split: train +- sample_id: mtddh_ead38128_000503 + subject_id: ead38128 + split: test + image: images/mtddh_ead38128_000503.png + label: labels/mtddh_ead38128_000503.npy + metadata: + original_shape: + - 764 + - 1024 + source_split: train +- sample_id: mtddh_eaee1faf_000243 + subject_id: eaee1faf + split: train + image: images/mtddh_eaee1faf_000243.png + label: labels/mtddh_eaee1faf_000243.npy + metadata: + original_shape: + - 762 + - 1084 + source_split: train +- sample_id: mtddh_eaee6240_000319 + subject_id: eaee6240 + split: val + image: images/mtddh_eaee6240_000319.png + label: labels/mtddh_eaee6240_000319.npy + metadata: + original_shape: + - 732 + - 1008 + source_split: train +- sample_id: mtddh_eb0b5e8f_000164 + subject_id: eb0b5e8f + split: val + image: images/mtddh_eb0b5e8f_000164.png + label: labels/mtddh_eb0b5e8f_000164.npy + metadata: + original_shape: + - 643 + - 816 + source_split: train +- sample_id: mtddh_eb161336_000320 + subject_id: eb161336 + split: train + image: images/mtddh_eb161336_000320.png + label: labels/mtddh_eb161336_000320.npy + metadata: + original_shape: + - 823 + - 1160 + source_split: train +- sample_id: mtddh_eb5fa874_000704 + subject_id: eb5fa874 + split: train + image: images/mtddh_eb5fa874_000704.png + label: labels/mtddh_eb5fa874_000704.npy + metadata: + original_shape: + - 1558 + - 1949 + source_split: train +- sample_id: mtddh_eb7c0649_000450 + subject_id: eb7c0649 + split: train + image: images/mtddh_eb7c0649_000450.png + label: labels/mtddh_eb7c0649_000450.npy + metadata: + original_shape: + - 832 + - 1132 + source_split: train +- sample_id: mtddh_eb88747b_000835 + subject_id: eb88747b + split: train + image: images/mtddh_eb88747b_000835.png + label: labels/mtddh_eb88747b_000835.npy + metadata: + original_shape: + - 1031 + - 1622 + source_split: test +- sample_id: mtddh_ec37848a_000363 + subject_id: ec37848a + split: train + image: images/mtddh_ec37848a_000363.png + label: labels/mtddh_ec37848a_000363.npy + metadata: + original_shape: + - 677 + - 1085 + source_split: train +- sample_id: mtddh_ec54a33e_000576 + subject_id: ec54a33e + split: train + image: images/mtddh_ec54a33e_000576.png + label: labels/mtddh_ec54a33e_000576.npy + metadata: + original_shape: + - 748 + - 1032 + source_split: train +- sample_id: mtddh_ec6d6c37_000592 + subject_id: ec6d6c37 + split: train + image: images/mtddh_ec6d6c37_000592.png + label: labels/mtddh_ec6d6c37_000592.npy + metadata: + original_shape: + - 1164 + - 1220 + source_split: train +- sample_id: mtddh_ec7865a5_000451 + subject_id: ec7865a5 + split: train + image: images/mtddh_ec7865a5_000451.png + label: labels/mtddh_ec7865a5_000451.npy + metadata: + original_shape: + - 1162 + - 1843 + source_split: train +- sample_id: mtddh_eda18543_000425 + subject_id: eda18543 + split: train + image: images/mtddh_eda18543_000425.png + label: labels/mtddh_eda18543_000425.npy + metadata: + original_shape: + - 1248 + - 1722 + source_split: train +- sample_id: mtddh_edaa2fef_000004 + subject_id: edaa2fef + split: train + image: images/mtddh_edaa2fef_000004.png + label: labels/mtddh_edaa2fef_000004.npy + metadata: + original_shape: + - 829 + - 1296 + source_split: train +- sample_id: mtddh_ee1e7c92_000684 + subject_id: ee1e7c92 + split: train + image: images/mtddh_ee1e7c92_000684.png + label: labels/mtddh_ee1e7c92_000684.npy + metadata: + original_shape: + - 1411 + - 1896 + source_split: train +- sample_id: mtddh_eee3e390_000323 + subject_id: eee3e390 + split: test + image: images/mtddh_eee3e390_000323.png + label: labels/mtddh_eee3e390_000323.npy + metadata: + original_shape: + - 800 + - 1256 + source_split: train +- sample_id: mtddh_ef004979_000135 + subject_id: ef004979 + split: val + image: images/mtddh_ef004979_000135.png + label: labels/mtddh_ef004979_000135.npy + metadata: + original_shape: + - 909 + - 1264 + source_split: train +- sample_id: mtddh_ef67fa00_000724 + subject_id: ef67fa00 + split: train + image: images/mtddh_ef67fa00_000724.png + label: labels/mtddh_ef67fa00_000724.npy + metadata: + original_shape: + - 1944 + - 2179 + source_split: train +- sample_id: mtddh_efa2f70a_000347 + subject_id: efa2f70a + split: train + image: images/mtddh_efa2f70a_000347.png + label: labels/mtddh_efa2f70a_000347.npy + metadata: + original_shape: + - 1355 + - 1924 + source_split: train +- sample_id: mtddh_efaf948b_000364 + subject_id: efaf948b + split: test + image: images/mtddh_efaf948b_000364.png + label: labels/mtddh_efaf948b_000364.npy + metadata: + original_shape: + - 860 + - 1100 + source_split: train +- sample_id: mtddh_f05736c9_000365 + subject_id: f05736c9 + split: test + image: images/mtddh_f05736c9_000365.png + label: labels/mtddh_f05736c9_000365.npy + metadata: + original_shape: + - 879 + - 1048 + source_split: train +- sample_id: mtddh_f0ab3efc_000481 + subject_id: f0ab3efc + split: val + image: images/mtddh_f0ab3efc_000481.png + label: labels/mtddh_f0ab3efc_000481.npy + metadata: + original_shape: + - 811 + - 956 + source_split: train +- sample_id: mtddh_f0b388f9_000678 + subject_id: f0b388f9 + split: val + image: images/mtddh_f0b388f9_000678.png + label: labels/mtddh_f0b388f9_000678.npy + metadata: + original_shape: + - 1339 + - 1724 + source_split: train +- sample_id: mtddh_f0ef5904_000599 + subject_id: f0ef5904 + split: train + image: images/mtddh_f0ef5904_000599.png + label: labels/mtddh_f0ef5904_000599.npy + metadata: + original_shape: + - 947 + - 1147 + source_split: train +- sample_id: mtddh_f1b3c8ed_000504 + subject_id: f1b3c8ed + split: train + image: images/mtddh_f1b3c8ed_000504.png + label: labels/mtddh_f1b3c8ed_000504.npy + metadata: + original_shape: + - 761 + - 1049 + source_split: train +- sample_id: mtddh_f1cacc5c_000366 + subject_id: f1cacc5c + split: train + image: images/mtddh_f1cacc5c_000366.png + label: labels/mtddh_f1cacc5c_000366.npy + metadata: + original_shape: + - 1016 + - 1332 + source_split: train +- sample_id: mtddh_f2152eb3_000452 + subject_id: f2152eb3 + split: test + image: images/mtddh_f2152eb3_000452.png + label: labels/mtddh_f2152eb3_000452.npy + metadata: + original_shape: + - 1376 + - 1907 + source_split: train +- sample_id: mtddh_f3359a2a_000453 + subject_id: f3359a2a + split: val + image: images/mtddh_f3359a2a_000453.png + label: labels/mtddh_f3359a2a_000453.npy + metadata: + original_shape: + - 1388 + - 1640 + source_split: train +- sample_id: mtddh_f33e99c1_000723 + subject_id: f33e99c1 + split: train + image: images/mtddh_f33e99c1_000723.png + label: labels/mtddh_f33e99c1_000723.npy + metadata: + original_shape: + - 2100 + - 2496 + source_split: train +- sample_id: mtddh_f3429e16_000321 + subject_id: f3429e16 + split: train + image: images/mtddh_f3429e16_000321.png + label: labels/mtddh_f3429e16_000321.npy + metadata: + original_shape: + - 706 + - 918 + source_split: train +- sample_id: mtddh_f35c1133_000600 + subject_id: f35c1133 + split: val + image: images/mtddh_f35c1133_000600.png + label: labels/mtddh_f35c1133_000600.npy + metadata: + original_shape: + - 1567 + - 1787 + source_split: train +- sample_id: mtddh_f37e2294_000577 + subject_id: f37e2294 + split: train + image: images/mtddh_f37e2294_000577.png + label: labels/mtddh_f37e2294_000577.npy + metadata: + original_shape: + - 824 + - 1125 + source_split: train +- sample_id: mtddh_f391c091_000406 + subject_id: f391c091 + split: train + image: images/mtddh_f391c091_000406.png + label: labels/mtddh_f391c091_000406.npy + metadata: + original_shape: + - 1245 + - 1604 + source_split: train +- sample_id: mtddh_f3b7335a_000367 + subject_id: f3b7335a + split: train + image: images/mtddh_f3b7335a_000367.png + label: labels/mtddh_f3b7335a_000367.npy + metadata: + original_shape: + - 743 + - 980 + source_split: train +- sample_id: mtddh_f3befc86_000758 + subject_id: f3befc86 + split: train + image: images/mtddh_f3befc86_000758.png + label: labels/mtddh_f3befc86_000758.npy + metadata: + original_shape: + - 762 + - 1344 + source_split: val +- sample_id: mtddh_f3c93ae3_000325 + subject_id: f3c93ae3 + split: val + image: images/mtddh_f3c93ae3_000325.png + label: labels/mtddh_f3c93ae3_000325.npy + metadata: + original_shape: + - 878 + - 1280 + source_split: train +- sample_id: mtddh_f3e8f7f8_000766 + subject_id: f3e8f7f8 + split: test + image: images/mtddh_f3e8f7f8_000766.png + label: labels/mtddh_f3e8f7f8_000766.npy + metadata: + original_shape: + - 644 + - 868 + source_split: val +- sample_id: mtddh_f4315a51_000250 + subject_id: f4315a51 + split: val + image: images/mtddh_f4315a51_000250.png + label: labels/mtddh_f4315a51_000250.npy + metadata: + original_shape: + - 654 + - 932 + source_split: train +- sample_id: mtddh_f45a6409_000023 + subject_id: f45a6409 + split: val + image: images/mtddh_f45a6409_000023.png + label: labels/mtddh_f45a6409_000023.npy + metadata: + original_shape: + - 1148 + - 1379 + source_split: train +- sample_id: mtddh_f45f09aa_000750 + subject_id: f45f09aa + split: train + image: images/mtddh_f45f09aa_000750.png + label: labels/mtddh_f45f09aa_000750.npy + metadata: + original_shape: + - 1310 + - 1655 + source_split: val +- sample_id: mtddh_f4de7543_000831 + subject_id: f4de7543 + split: val + image: images/mtddh_f4de7543_000831.png + label: labels/mtddh_f4de7543_000831.npy + metadata: + original_shape: + - 936 + - 1256 + source_split: test +- sample_id: mtddh_f4de7543_000832 + subject_id: f4de7543 + split: val + image: images/mtddh_f4de7543_000832.png + label: labels/mtddh_f4de7543_000832.npy + metadata: + original_shape: + - 1020 + - 1445 + source_split: test +- sample_id: mtddh_f55cc1e5_000619 + subject_id: f55cc1e5 + split: train + image: images/mtddh_f55cc1e5_000619.png + label: labels/mtddh_f55cc1e5_000619.npy + metadata: + original_shape: + - 1159 + - 1592 + source_split: train +- sample_id: mtddh_f56b8afa_000628 + subject_id: f56b8afa + split: val + image: images/mtddh_f56b8afa_000628.png + label: labels/mtddh_f56b8afa_000628.npy + metadata: + original_shape: + - 1117 + - 1296 + source_split: train +- sample_id: mtddh_f5ce932e_000847 + subject_id: f5ce932e + split: train + image: images/mtddh_f5ce932e_000847.png + label: labels/mtddh_f5ce932e_000847.npy + metadata: + original_shape: + - 668 + - 908 + source_split: test +- sample_id: mtddh_f6029ba3_000601 + subject_id: f6029ba3 + split: train + image: images/mtddh_f6029ba3_000601.png + label: labels/mtddh_f6029ba3_000601.npy + metadata: + original_shape: + - 896 + - 1197 + source_split: train +- sample_id: mtddh_f60b4289_000815 + subject_id: f60b4289 + split: train + image: images/mtddh_f60b4289_000815.png + label: labels/mtddh_f60b4289_000815.npy + metadata: + original_shape: + - 1427 + - 1912 + source_split: val +- sample_id: mtddh_f68ab7a6_000612 + subject_id: f68ab7a6 + split: val + image: images/mtddh_f68ab7a6_000612.png + label: labels/mtddh_f68ab7a6_000612.npy + metadata: + original_shape: + - 932 + - 1088 + source_split: train +- sample_id: mtddh_f8c5b154_000407 + subject_id: f8c5b154 + split: train + image: images/mtddh_f8c5b154_000407.png + label: labels/mtddh_f8c5b154_000407.npy + metadata: + original_shape: + - 886 + - 1186 + source_split: train +- sample_id: mtddh_f8d609b5_000454 + subject_id: f8d609b5 + split: train + image: images/mtddh_f8d609b5_000454.png + label: labels/mtddh_f8d609b5_000454.npy + metadata: + original_shape: + - 704 + - 968 + source_split: train +- sample_id: mtddh_f8f66674_000019 + subject_id: f8f66674 + split: train + image: images/mtddh_f8f66674_000019.png + label: labels/mtddh_f8f66674_000019.npy + metadata: + original_shape: + - 1320 + - 1736 + source_split: train +- sample_id: mtddh_f93b87df_000540 + subject_id: f93b87df + split: train + image: images/mtddh_f93b87df_000540.png + label: labels/mtddh_f93b87df_000540.npy + metadata: + original_shape: + - 1363 + - 1645 + source_split: train +- sample_id: mtddh_f93c9d97_000473 + subject_id: f93c9d97 + split: train + image: images/mtddh_f93c9d97_000473.png + label: labels/mtddh_f93c9d97_000473.npy + metadata: + original_shape: + - 815 + - 956 + source_split: train +- sample_id: mtddh_f93e57f5_000007 + subject_id: f93e57f5 + split: val + image: images/mtddh_f93e57f5_000007.png + label: labels/mtddh_f93e57f5_000007.npy + metadata: + original_shape: + - 797 + - 1176 + source_split: train +- sample_id: mtddh_f96caa60_000689 + subject_id: f96caa60 + split: train + image: images/mtddh_f96caa60_000689.png + label: labels/mtddh_f96caa60_000689.npy + metadata: + original_shape: + - 1077 + - 1280 + source_split: train +- sample_id: mtddh_f99f50dd_000554 + subject_id: f99f50dd + split: train + image: images/mtddh_f99f50dd_000554.png + label: labels/mtddh_f99f50dd_000554.npy + metadata: + original_shape: + - 850 + - 1024 + source_split: train +- sample_id: mtddh_f9bfdf37_000740 + subject_id: f9bfdf37 + split: test + image: images/mtddh_f9bfdf37_000740.png + label: labels/mtddh_f9bfdf37_000740.npy + metadata: + original_shape: + - 848 + - 1104 + source_split: val +- sample_id: mtddh_f9e1dc15_000119 + subject_id: f9e1dc15 + split: test + image: images/mtddh_f9e1dc15_000119.png + label: labels/mtddh_f9e1dc15_000119.npy + metadata: + original_shape: + - 632 + - 784 + source_split: train +- sample_id: mtddh_f9f6be13_000011 + subject_id: f9f6be13 + split: train + image: images/mtddh_f9f6be13_000011.png + label: labels/mtddh_f9f6be13_000011.npy + metadata: + original_shape: + - 716 + - 1288 + source_split: train +- sample_id: mtddh_fa23e64e_000541 + subject_id: fa23e64e + split: test + image: images/mtddh_fa23e64e_000541.png + label: labels/mtddh_fa23e64e_000541.npy + metadata: + original_shape: + - 908 + - 1196 + source_split: train +- sample_id: mtddh_fae963d8_000426 + subject_id: fae963d8 + split: train + image: images/mtddh_fae963d8_000426.png + label: labels/mtddh_fae963d8_000426.npy + metadata: + original_shape: + - 852 + - 1168 + source_split: train +- sample_id: mtddh_fb33aed2_000249 + subject_id: fb33aed2 + split: test + image: images/mtddh_fb33aed2_000249.png + label: labels/mtddh_fb33aed2_000249.npy + metadata: + original_shape: + - 1244 + - 1645 + source_split: train +- sample_id: mtddh_fb5e5f18_000673 + subject_id: fb5e5f18 + split: train + image: images/mtddh_fb5e5f18_000673.png + label: labels/mtddh_fb5e5f18_000673.npy + metadata: + original_shape: + - 1321 + - 1896 + source_split: train +- sample_id: mtddh_fb92eb0a_000169 + subject_id: fb92eb0a + split: train + image: images/mtddh_fb92eb0a_000169.png + label: labels/mtddh_fb92eb0a_000169.npy + metadata: + original_shape: + - 1334 + - 1764 + source_split: train +- sample_id: mtddh_fbb0fc9b_000427 + subject_id: fbb0fc9b + split: train + image: images/mtddh_fbb0fc9b_000427.png + label: labels/mtddh_fbb0fc9b_000427.npy + metadata: + original_shape: + - 856 + - 1152 + source_split: train +- sample_id: mtddh_fbdae91f_000690 + subject_id: fbdae91f + split: train + image: images/mtddh_fbdae91f_000690.png + label: labels/mtddh_fbdae91f_000690.npy + metadata: + original_shape: + - 1136 + - 1376 + source_split: train +- sample_id: mtddh_fc017d07_000605 + subject_id: fc017d07 + split: test + image: images/mtddh_fc017d07_000605.png + label: labels/mtddh_fc017d07_000605.npy + metadata: + original_shape: + - 708 + - 1048 + source_split: train +- sample_id: mtddh_fd045d84_000236 + subject_id: fd045d84 + split: test + image: images/mtddh_fd045d84_000236.png + label: labels/mtddh_fd045d84_000236.npy + metadata: + original_shape: + - 776 + - 1264 + source_split: train +- sample_id: mtddh_fe1fda5f_000408 + subject_id: fe1fda5f + split: train + image: images/mtddh_fe1fda5f_000408.png + label: labels/mtddh_fe1fda5f_000408.npy + metadata: + original_shape: + - 563 + - 967 + source_split: train +- sample_id: mtddh_fe2ea2dc_000050 + subject_id: fe2ea2dc + split: val + image: images/mtddh_fe2ea2dc_000050.png + label: labels/mtddh_fe2ea2dc_000050.npy + metadata: + original_shape: + - 1056 + - 1455 + source_split: train +- sample_id: mtddh_fe4178c3_000569 + subject_id: fe4178c3 + split: val + image: images/mtddh_fe4178c3_000569.png + label: labels/mtddh_fe4178c3_000569.npy + metadata: + original_shape: + - 788 + - 1184 + source_split: train +- sample_id: mtddh_ff37111a_000578 + subject_id: ff37111a + split: train + image: images/mtddh_ff37111a_000578.png + label: labels/mtddh_ff37111a_000578.npy + metadata: + original_shape: + - 774 + - 1020 + source_split: train +- sample_id: mtddh_ff9ed8a6_000691 + subject_id: ff9ed8a6 + split: train + image: images/mtddh_ff9ed8a6_000691.png + label: labels/mtddh_ff9ed8a6_000691.npy + metadata: + original_shape: + - 1465 + - 2177 + source_split: train +- sample_id: mtddh_fffcf548_000428 + subject_id: fffcf548 + split: train + image: images/mtddh_fffcf548_000428.png + label: labels/mtddh_fffcf548_000428.npy + metadata: + original_shape: + - 735 + - 1004 + source_split: train diff --git a/MTDDH/images/mtddh_00124348_000768.png b/MTDDH/images/mtddh_00124348_000768.png new file mode 100644 index 0000000000000000000000000000000000000000..78ccd2251853ff23c8087b36a183bdd6e9690a24 --- /dev/null +++ b/MTDDH/images/mtddh_00124348_000768.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c5c482ce900ed73a70424c90f30fb62c8fa1b13a7df5d259759ed60c2563db3 +size 52859 diff --git a/MTDDH/images/mtddh_007aedbb_000593.png b/MTDDH/images/mtddh_007aedbb_000593.png new file mode 100644 index 0000000000000000000000000000000000000000..b19e55d845ebb4352d14a4c0401e10da83a78c60 --- /dev/null +++ b/MTDDH/images/mtddh_007aedbb_000593.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38b8012bc2688ae23fb3dca2dd7bb4e9c70816a95eb06f5bfac86008b52392b1 +size 54266 diff --git a/MTDDH/images/mtddh_00cdf4a2_000429.png b/MTDDH/images/mtddh_00cdf4a2_000429.png new file mode 100644 index 0000000000000000000000000000000000000000..6c0ae0664b0699552b7e0829d1c14c2d1848ae03 --- /dev/null +++ b/MTDDH/images/mtddh_00cdf4a2_000429.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8a943149ffa0922c4de49af6fc4015ec0036271feec0c4401b92a6831638931 +size 57607 diff --git a/MTDDH/images/mtddh_0125091c_000152.png b/MTDDH/images/mtddh_0125091c_000152.png new file mode 100644 index 0000000000000000000000000000000000000000..85f2826b70feca62c36f86d8e9990e821a6629dd --- /dev/null +++ b/MTDDH/images/mtddh_0125091c_000152.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e661509ac38fb5dcbac3bea49644304c718564ec32b9752e42832e1733687f50 +size 52958 diff --git a/MTDDH/images/mtddh_0148c0b5_000280.png b/MTDDH/images/mtddh_0148c0b5_000280.png new file mode 100644 index 0000000000000000000000000000000000000000..30abfbffe4a36e04a03b615223586980e1901c7d --- /dev/null +++ b/MTDDH/images/mtddh_0148c0b5_000280.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15947640baf1a60e6855c805adf9bac76d7fc6eb38631688cf92125128b03886 +size 40393 diff --git a/MTDDH/images/mtddh_015baf52_000025.png b/MTDDH/images/mtddh_015baf52_000025.png new file mode 100644 index 0000000000000000000000000000000000000000..dc2ee39171b9061d95b7ef8401fb5dfe9a345f54 --- /dev/null +++ b/MTDDH/images/mtddh_015baf52_000025.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd193cbe6d1cb203e3a500033ea969b4e8a7f6f886016ba332439466a1f58e3c +size 50524 diff --git a/MTDDH/images/mtddh_01782ec4_000801.png b/MTDDH/images/mtddh_01782ec4_000801.png new file mode 100644 index 0000000000000000000000000000000000000000..672d70ff9770336a33c0ce3bfb9abf5d5a40c9c0 --- /dev/null +++ b/MTDDH/images/mtddh_01782ec4_000801.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e36e1bcaac2c2842752a338dc8a9d2bc1738e8d2c527cc4f1a4af9282bc7fd7b +size 52213 diff --git a/MTDDH/images/mtddh_01f808db_000095.png b/MTDDH/images/mtddh_01f808db_000095.png new file mode 100644 index 0000000000000000000000000000000000000000..c68f82ae9a12bcae3ce3e79a1ec639274e3914ad --- /dev/null +++ b/MTDDH/images/mtddh_01f808db_000095.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4cbbf8b61bc639da1b12bf2f1ef534f266f919bf12e957d8f376d75c3df1511 +size 58139 diff --git a/MTDDH/images/mtddh_028b23c8_000348.png b/MTDDH/images/mtddh_028b23c8_000348.png new file mode 100644 index 0000000000000000000000000000000000000000..26eefb025de2db80e1ac359dffc7d11779fc3053 --- /dev/null +++ b/MTDDH/images/mtddh_028b23c8_000348.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:852e42fcfd932c774f75b4a0a1a85f39005a9fbe463b14a2bdbbadbd0094e654 +size 63044 diff --git a/MTDDH/images/mtddh_02e05929_000769.png b/MTDDH/images/mtddh_02e05929_000769.png new file mode 100644 index 0000000000000000000000000000000000000000..045d99df987cf1838e61ed009b3bb019b8d9eb9b --- /dev/null +++ b/MTDDH/images/mtddh_02e05929_000769.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29b50b0ba93973f0ef4d72b9af9e22082a614e625e9baea39ca36e001ac81afb +size 54300 diff --git a/MTDDH/images/mtddh_03673458_000505.png b/MTDDH/images/mtddh_03673458_000505.png new file mode 100644 index 0000000000000000000000000000000000000000..5df91d6915ceb62d0dd8c20dee613e9bd0aa618e --- /dev/null +++ b/MTDDH/images/mtddh_03673458_000505.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b320a6f7bd4fb6fc13eaaadc100827c6b00355ffe3ec887f6326dfce53032606 +size 45416 diff --git a/MTDDH/images/mtddh_043c4a38_000770.png b/MTDDH/images/mtddh_043c4a38_000770.png new file mode 100644 index 0000000000000000000000000000000000000000..86cd7909bff26a760f3b6b18cbdda61398c1c12b --- /dev/null +++ b/MTDDH/images/mtddh_043c4a38_000770.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3256d33f40c366ddfb4668219e17fd0e8431a6d25b5e3463c7d49089aabda4f +size 63416 diff --git a/MTDDH/images/mtddh_0461839c_000741.png b/MTDDH/images/mtddh_0461839c_000741.png new file mode 100644 index 0000000000000000000000000000000000000000..7589830387be3e08eac44b617949af2466a01c13 --- /dev/null +++ b/MTDDH/images/mtddh_0461839c_000741.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdf943384c65fd9b437f8c16b7f4a3402ce96b96d04b41082f203f9d92383028 +size 82593 diff --git a/MTDDH/images/mtddh_049d0208_000261.png b/MTDDH/images/mtddh_049d0208_000261.png new file mode 100644 index 0000000000000000000000000000000000000000..b3bb556b4da6fc5944c97fd0383f57eebcf946b6 --- /dev/null +++ b/MTDDH/images/mtddh_049d0208_000261.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afcf1959e2811ad47f7b30624cdd4e0cc72acf3334ca850a79ca2f77939b2d28 +size 66877 diff --git a/MTDDH/images/mtddh_04d654f9_000764.png b/MTDDH/images/mtddh_04d654f9_000764.png new file mode 100644 index 0000000000000000000000000000000000000000..9b6b6951898f1c441ba26dea5be86bd3857469d5 --- /dev/null +++ b/MTDDH/images/mtddh_04d654f9_000764.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e374f0ae754bff3ab247b32ecd48fa11f8b857dee1f9d8f2ed5625a8e535860 +size 67238 diff --git a/MTDDH/images/mtddh_0554a964_000368.png b/MTDDH/images/mtddh_0554a964_000368.png new file mode 100644 index 0000000000000000000000000000000000000000..c3ed67905855173521e340ac1ba0d5b53288c4d0 --- /dev/null +++ b/MTDDH/images/mtddh_0554a964_000368.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e637cd15aae34690a2b328f3a661964422636df6811c4aa13cd42175448c9f7a +size 64728 diff --git a/MTDDH/images/mtddh_0577df7a_000849.png b/MTDDH/images/mtddh_0577df7a_000849.png new file mode 100644 index 0000000000000000000000000000000000000000..7d6ecc8098c97e67cfaa41f1ab3c882ad15274cb --- /dev/null +++ b/MTDDH/images/mtddh_0577df7a_000849.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1e4ee05c3b01806fa9c80a87518417e36cfd03860562725b1bddbd98a44acf7 +size 55845 diff --git a/MTDDH/images/mtddh_0596411d_000246.png b/MTDDH/images/mtddh_0596411d_000246.png new file mode 100644 index 0000000000000000000000000000000000000000..7422927ad99af412fbf5375ec5b91a04e4a41f54 --- /dev/null +++ b/MTDDH/images/mtddh_0596411d_000246.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3e0541404f5abaafa85dfdfd9ea2e2faae553355b018cdc4b96b11d2ab0f8a4 +size 78012 diff --git a/MTDDH/images/mtddh_05ab2c2b_000178.png b/MTDDH/images/mtddh_05ab2c2b_000178.png new file mode 100644 index 0000000000000000000000000000000000000000..345930ff32599ad7d1f4f221601857e12f96be1c --- /dev/null +++ b/MTDDH/images/mtddh_05ab2c2b_000178.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f0ac62faa558e4516ce7ad434ed57aa9e943566dcc4d6e6b27fcd4813945b5d +size 55952 diff --git a/MTDDH/images/mtddh_05f7ac8f_000036.png b/MTDDH/images/mtddh_05f7ac8f_000036.png new file mode 100644 index 0000000000000000000000000000000000000000..1e804276503408e89664a814fe96537f909f3060 --- /dev/null +++ b/MTDDH/images/mtddh_05f7ac8f_000036.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b7d9f8c2fede8b69d4cc080ab2a1a5e1610439a0e600d83050caea092af3e17 +size 50012 diff --git a/MTDDH/images/mtddh_06255595_000326.png b/MTDDH/images/mtddh_06255595_000326.png new file mode 100644 index 0000000000000000000000000000000000000000..9ebf4108136b25ae84e15caadf3f647d32b61884 --- /dev/null +++ b/MTDDH/images/mtddh_06255595_000326.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a06715471bbb9be86fd6df269905a8c37494562ec14c57bdaf39fe0ed6fbf809 +size 66184 diff --git a/MTDDH/images/mtddh_0635baea_000802.png b/MTDDH/images/mtddh_0635baea_000802.png new file mode 100644 index 0000000000000000000000000000000000000000..98c6d994cc5454c936d629512aad375e35cbe908 --- /dev/null +++ b/MTDDH/images/mtddh_0635baea_000802.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a07ac85598937dbd8970e87f757df95dddc20f4830533e0b9f7cea373063f96e +size 55247 diff --git a/MTDDH/images/mtddh_06379117_000224.png b/MTDDH/images/mtddh_06379117_000224.png new file mode 100644 index 0000000000000000000000000000000000000000..8115db4d78d8cd82e540bd58422cea066810af35 --- /dev/null +++ b/MTDDH/images/mtddh_06379117_000224.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6024b3276d43df2699643910cdd243d38ad7374ff03c72e06abff9bf21f91a96 +size 61812 diff --git a/MTDDH/images/mtddh_064f840c_000237.png b/MTDDH/images/mtddh_064f840c_000237.png new file mode 100644 index 0000000000000000000000000000000000000000..d6a53e9ff05ddf21a9dde7b7a8abe82c7b31da3c --- /dev/null +++ b/MTDDH/images/mtddh_064f840c_000237.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2703d68b912baa433a92ad72400e89ed0322688b0953a4455c01387da953afea +size 62911 diff --git a/MTDDH/images/mtddh_065e308a_000759.png b/MTDDH/images/mtddh_065e308a_000759.png new file mode 100644 index 0000000000000000000000000000000000000000..9ecb552c677ecbdf00f02830d748c4696e4176f9 --- /dev/null +++ b/MTDDH/images/mtddh_065e308a_000759.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6764d8f910761f39fe157d8b400ef6ddd664e9bec658e1df373ddcf9dd84a0f +size 52009 diff --git a/MTDDH/images/mtddh_06981e7a_000606.png b/MTDDH/images/mtddh_06981e7a_000606.png new file mode 100644 index 0000000000000000000000000000000000000000..f67be00dc07f0080e11d4a4e9247c68da7b9a396 --- /dev/null +++ b/MTDDH/images/mtddh_06981e7a_000606.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62e116bf65a308275f94152ae6cd9dc0139bb5f0f68ab378f9c047114498515c +size 51805 diff --git a/MTDDH/images/mtddh_06c17c17_000148.png b/MTDDH/images/mtddh_06c17c17_000148.png new file mode 100644 index 0000000000000000000000000000000000000000..3c36033fdeeaed880e05d749048f2e2170d38d39 --- /dev/null +++ b/MTDDH/images/mtddh_06c17c17_000148.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a18ca92f452e0e4fcc9f35fff862b274613aaa2555cc0b51beff039d7066cbb +size 84024 diff --git a/MTDDH/images/mtddh_06f91251_000228.png b/MTDDH/images/mtddh_06f91251_000228.png new file mode 100644 index 0000000000000000000000000000000000000000..164bc0738ade11cad5162d9124fb36b03eeb7439 --- /dev/null +++ b/MTDDH/images/mtddh_06f91251_000228.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:659c2732f16a721f89c893c23328ae78f255d115630b7a5302335a35ed26386e +size 60684 diff --git a/MTDDH/images/mtddh_070bb21f_000555.png b/MTDDH/images/mtddh_070bb21f_000555.png new file mode 100644 index 0000000000000000000000000000000000000000..a5b9110c2c9cc88da92918e4d744e9070e2fda0b --- /dev/null +++ b/MTDDH/images/mtddh_070bb21f_000555.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25225b99e6f92b2a1d4665f522656cc3dc88e474c5e4aa7f424558ff3079c9e1 +size 61357 diff --git a/MTDDH/images/mtddh_0737e301_000813.png b/MTDDH/images/mtddh_0737e301_000813.png new file mode 100644 index 0000000000000000000000000000000000000000..3b47839ed5272d3029924b99c8b42b4bb4f247b4 --- /dev/null +++ b/MTDDH/images/mtddh_0737e301_000813.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41583455a5fcb91b21c99453cc30437b1ebd4eaaf7439cdcaa9856bde019b337 +size 70479 diff --git a/MTDDH/images/mtddh_097c7a41_000771.png b/MTDDH/images/mtddh_097c7a41_000771.png new file mode 100644 index 0000000000000000000000000000000000000000..dbebec5c06d6714c1f1cbd5074a45026d6354d73 --- /dev/null +++ b/MTDDH/images/mtddh_097c7a41_000771.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8e4393944948c6b4207d99fa9fd500670647d96f8154e6bbcc8ab3ee375fb79 +size 54165 diff --git a/MTDDH/images/mtddh_09c16aa6_000826.png b/MTDDH/images/mtddh_09c16aa6_000826.png new file mode 100644 index 0000000000000000000000000000000000000000..a062526e58a2b75f643287da63b17f9e11221fbd --- /dev/null +++ b/MTDDH/images/mtddh_09c16aa6_000826.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14f41a8fffb524e90bd22a4496228298d0d72a16038dfff5948540a602640ecc +size 50538 diff --git a/MTDDH/images/mtddh_0a1b39a6_000369.png b/MTDDH/images/mtddh_0a1b39a6_000369.png new file mode 100644 index 0000000000000000000000000000000000000000..c0b2015ad445eacb8edb6c8f760453794f4ba404 --- /dev/null +++ b/MTDDH/images/mtddh_0a1b39a6_000369.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:347cf79e5553bc29e4465822cfe162333d57abd3f0c169aae9eab5979e81aefb +size 61074 diff --git a/MTDDH/images/mtddh_0a33008e_000482.png b/MTDDH/images/mtddh_0a33008e_000482.png new file mode 100644 index 0000000000000000000000000000000000000000..b0749563b84be3713c3a64bfe32c373b6203fbea --- /dev/null +++ b/MTDDH/images/mtddh_0a33008e_000482.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f26cd4a6333ee2a41592b275ce1925a390289b50b9d24c92283a54dc96ac09b +size 53052 diff --git a/MTDDH/images/mtddh_0b18d258_000370.png b/MTDDH/images/mtddh_0b18d258_000370.png new file mode 100644 index 0000000000000000000000000000000000000000..00d63bae003a7a0bf5e086e8e5c3d94f1c1916a2 --- /dev/null +++ b/MTDDH/images/mtddh_0b18d258_000370.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99ffd980bf54b174facfa13ae3476d4f6c52767e1346fde84f35fa1abac9799c +size 69401 diff --git a/MTDDH/images/mtddh_0b3e7de8_000371.png b/MTDDH/images/mtddh_0b3e7de8_000371.png new file mode 100644 index 0000000000000000000000000000000000000000..44fdcdb4dedafc9bd2c30ce94db977e1661e0954 --- /dev/null +++ b/MTDDH/images/mtddh_0b3e7de8_000371.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce4664a377bfc803ba79eddcbd23f946e4023b2bd52e67a0fe62d401a6b881ba +size 48703 diff --git a/MTDDH/images/mtddh_0b7d21a1_000816.png b/MTDDH/images/mtddh_0b7d21a1_000816.png new file mode 100644 index 0000000000000000000000000000000000000000..39fbdbd36490b004ed8451c2624ee8b74df94cc7 --- /dev/null +++ b/MTDDH/images/mtddh_0b7d21a1_000816.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:def4d0d932c236d4d38a998e6e164ec31046bc9567fa9f336266817e966d4666 +size 47592 diff --git a/MTDDH/images/mtddh_0c674fa7_000430.png b/MTDDH/images/mtddh_0c674fa7_000430.png new file mode 100644 index 0000000000000000000000000000000000000000..aff355f7816c2ede4106fb4a0a86d5c775a56563 --- /dev/null +++ b/MTDDH/images/mtddh_0c674fa7_000430.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d65780cb47c5d6bf669da159f9fa037b3f1a7aa9efd8e7b9afb5355dc5af8d3 +size 62148 diff --git a/MTDDH/images/mtddh_0d2ccd96_000744.png b/MTDDH/images/mtddh_0d2ccd96_000744.png new file mode 100644 index 0000000000000000000000000000000000000000..6fadf94dab45137f2449c91be5b405e2acf2e0be --- /dev/null +++ b/MTDDH/images/mtddh_0d2ccd96_000744.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ff9c35f1db2ad9ab91ad4f141e5e89e62e198ae231d77df48e5e4efbf90268e +size 31615 diff --git a/MTDDH/images/mtddh_0d8ca9fa_000324.png b/MTDDH/images/mtddh_0d8ca9fa_000324.png new file mode 100644 index 0000000000000000000000000000000000000000..cb7f9602b4e044f61a060aed85cfe84cdcebb681 --- /dev/null +++ b/MTDDH/images/mtddh_0d8ca9fa_000324.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1307a60bcd568a7de2a924fb2f7ebb139c3cea0c54b6629f42e81bd32ec51728 +size 49984 diff --git a/MTDDH/images/mtddh_0e030d4e_000506.png b/MTDDH/images/mtddh_0e030d4e_000506.png new file mode 100644 index 0000000000000000000000000000000000000000..c9f30870ed3ebb103ab3ea6c9b380f1a86615f3c --- /dev/null +++ b/MTDDH/images/mtddh_0e030d4e_000506.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1c4c34ad34664bda5384ba815b78377e72b5b626f3b4d7e9e9bbc12e12ff64a +size 56856 diff --git a/MTDDH/images/mtddh_0e135fe5_000772.png b/MTDDH/images/mtddh_0e135fe5_000772.png new file mode 100644 index 0000000000000000000000000000000000000000..9514ad4fbeea18d2f553c44a449fbcb8583623d6 --- /dev/null +++ b/MTDDH/images/mtddh_0e135fe5_000772.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3adaee79fe955dba9a658af124f586a2b9bfecbc1783130149835b81473d6ba2 +size 60424 diff --git a/MTDDH/images/mtddh_0e6645d2_000773.png b/MTDDH/images/mtddh_0e6645d2_000773.png new file mode 100644 index 0000000000000000000000000000000000000000..98cf5e9f91d0bb3b7ae0b0f29ab54ec7401f0231 --- /dev/null +++ b/MTDDH/images/mtddh_0e6645d2_000773.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ace5916701c3883ea6d82ea3a47b42365d5a77d4acfc5d20dbf38bd92c7689d +size 53490 diff --git a/MTDDH/images/mtddh_0ecbe79a_000774.png b/MTDDH/images/mtddh_0ecbe79a_000774.png new file mode 100644 index 0000000000000000000000000000000000000000..5a86cfa85f05e083ee85d188fe1aa68c272caf87 --- /dev/null +++ b/MTDDH/images/mtddh_0ecbe79a_000774.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60874d6be21c23026ae936e5277854a9b31463e58e1aeaec181755b7642d199e +size 50734 diff --git a/MTDDH/images/mtddh_0f051acf_000775.png b/MTDDH/images/mtddh_0f051acf_000775.png new file mode 100644 index 0000000000000000000000000000000000000000..4dd2ec30a53dd007720c5138afb3cba14838ac83 --- /dev/null +++ b/MTDDH/images/mtddh_0f051acf_000775.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:527ad4ee5939b047bddf74edc53c006f00f40ea18073bc166f2fe3b29e76789e +size 56691 diff --git a/MTDDH/images/mtddh_0f2aa10d_000455.png b/MTDDH/images/mtddh_0f2aa10d_000455.png new file mode 100644 index 0000000000000000000000000000000000000000..7ffab7b728e38d6f0fd09abcf316f93cc38504a3 --- /dev/null +++ b/MTDDH/images/mtddh_0f2aa10d_000455.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dfd4ee7f5f1b7a133512aab786c9104c5c2b08d1a7ed9e3d7783a42774bc80f +size 65517 diff --git a/MTDDH/images/mtddh_0f3482ea_000008.png b/MTDDH/images/mtddh_0f3482ea_000008.png new file mode 100644 index 0000000000000000000000000000000000000000..07fd5f3d150da9d7c14f8957f1a464cfa6091301 --- /dev/null +++ b/MTDDH/images/mtddh_0f3482ea_000008.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82aa6fbc0f5377f0bb28c69299e6fcbe4a4de5238ded99e205fd9cf806195d58 +size 48330 diff --git a/MTDDH/images/mtddh_0fb4a926_000776.png b/MTDDH/images/mtddh_0fb4a926_000776.png new file mode 100644 index 0000000000000000000000000000000000000000..b9636dad3d82d0023a9333ee801301149194699b --- /dev/null +++ b/MTDDH/images/mtddh_0fb4a926_000776.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5142d9606e8097b40583ad9e586f69954383735103e42b28e1d99f58b81e3ba +size 60434 diff --git a/MTDDH/images/mtddh_0fb721c2_000034.png b/MTDDH/images/mtddh_0fb721c2_000034.png new file mode 100644 index 0000000000000000000000000000000000000000..fe3e4192ae0c849bf17258dcfa371d093cd7074d --- /dev/null +++ b/MTDDH/images/mtddh_0fb721c2_000034.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:868ab24d2a30958b11656d8d2a75d71a15921529a2dac2fcc59074a3d0b6e310 +size 67215 diff --git a/MTDDH/images/mtddh_1018511d_000507.png b/MTDDH/images/mtddh_1018511d_000507.png new file mode 100644 index 0000000000000000000000000000000000000000..153ae1c4e42bb33a7495d25a063b432ac6a9a3df --- /dev/null +++ b/MTDDH/images/mtddh_1018511d_000507.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f2d0ddda4127615585b0bc6fe14e758e585c4180ab96c6c0b42f47ad59a3d1e +size 60107 diff --git a/MTDDH/images/mtddh_106e2c50_000020.png b/MTDDH/images/mtddh_106e2c50_000020.png new file mode 100644 index 0000000000000000000000000000000000000000..8b2769f084bb7cbb6938bded61d9b602c9be85b1 --- /dev/null +++ b/MTDDH/images/mtddh_106e2c50_000020.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07c680e524e1e17f06f30c2550adf100dfbff62512675f4eb39c18241098069d +size 43559 diff --git a/MTDDH/images/mtddh_1131e15b_000579.png b/MTDDH/images/mtddh_1131e15b_000579.png new file mode 100644 index 0000000000000000000000000000000000000000..c0e27268cbaefad5e2bc64a305194d8cf4df3bcf --- /dev/null +++ b/MTDDH/images/mtddh_1131e15b_000579.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:558d00284d0b648b46bd574943f73e57b69ebe59770457fbe80652571b1e0b68 +size 53049 diff --git a/MTDDH/images/mtddh_11ae1e28_000806.png b/MTDDH/images/mtddh_11ae1e28_000806.png new file mode 100644 index 0000000000000000000000000000000000000000..b5e6d7a2f6da40b7bf1c3f5eb044569dcfc190d5 --- /dev/null +++ b/MTDDH/images/mtddh_11ae1e28_000806.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f11046f4ef3821e5a178444913c839597e8dc9108e453098a77c9ebdf8bf29a +size 44105 diff --git a/MTDDH/images/mtddh_11df0d36_000005.png b/MTDDH/images/mtddh_11df0d36_000005.png new file mode 100644 index 0000000000000000000000000000000000000000..f84c15e8cbeb7f22568810ccf917db2683fb4291 --- /dev/null +++ b/MTDDH/images/mtddh_11df0d36_000005.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25231720f8e64c823842a74c76e7a2fdc37ced2256a3a43ab9a6ab51c3f62fff +size 53580 diff --git a/MTDDH/images/mtddh_11fbe849_000456.png b/MTDDH/images/mtddh_11fbe849_000456.png new file mode 100644 index 0000000000000000000000000000000000000000..0bdca58c9c835f810348a322399e2de4cd7a106a --- /dev/null +++ b/MTDDH/images/mtddh_11fbe849_000456.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8a29bf0600e1dd4a412d788e2d816551d206d78a06db10d37660cdadba3d1d8 +size 54504 diff --git a/MTDDH/images/mtddh_12240dcd_000076.png b/MTDDH/images/mtddh_12240dcd_000076.png new file mode 100644 index 0000000000000000000000000000000000000000..aef86b114abd2607f42f79b4725e1ffe63b29a56 --- /dev/null +++ b/MTDDH/images/mtddh_12240dcd_000076.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9c92663a235656b8a32251c944c2f34e632c0663213b439e55e4d303ef6911a +size 47059 diff --git a/MTDDH/images/mtddh_1265abfc_000751.png b/MTDDH/images/mtddh_1265abfc_000751.png new file mode 100644 index 0000000000000000000000000000000000000000..9c9568b836b779d3147425e07d8a1a0ba5ca815f --- /dev/null +++ b/MTDDH/images/mtddh_1265abfc_000751.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be86d687b8bb4af0ad97c71d1656612d9420be8c2d18f623a93487fff32b5b63 +size 49501 diff --git a/MTDDH/images/mtddh_12ec7ffa_000643.png b/MTDDH/images/mtddh_12ec7ffa_000643.png new file mode 100644 index 0000000000000000000000000000000000000000..f03b66052cf4579c39ec00d419efcb0337b5499f --- /dev/null +++ b/MTDDH/images/mtddh_12ec7ffa_000643.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6095d7f98fd73837009cb551727f1a7a3c025575461dc4b2267600ac23d9957f +size 53538 diff --git a/MTDDH/images/mtddh_12edac0f_000843.png b/MTDDH/images/mtddh_12edac0f_000843.png new file mode 100644 index 0000000000000000000000000000000000000000..24e1f842e84a92f1ecfc93861cb617e6aeee9fbc --- /dev/null +++ b/MTDDH/images/mtddh_12edac0f_000843.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f98f590b3204ae93b7049c050dfe8e9836b9e760397b575fcc66513cc69da7dd +size 53977 diff --git a/MTDDH/images/mtddh_134e61a5_000580.png b/MTDDH/images/mtddh_134e61a5_000580.png new file mode 100644 index 0000000000000000000000000000000000000000..3b9bbc47e6a38adcd4ad89e0c1ed84389ee16b83 --- /dev/null +++ b/MTDDH/images/mtddh_134e61a5_000580.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f97ddbef9ae3a71c8d7f889ca52f1715c29f8c6d0fe9d2de70795c6891971d43 +size 66153 diff --git a/MTDDH/images/mtddh_1381d018_000854.png b/MTDDH/images/mtddh_1381d018_000854.png new file mode 100644 index 0000000000000000000000000000000000000000..9f6eb0f80198a85fb3a8aced3238043203c461fe --- /dev/null +++ b/MTDDH/images/mtddh_1381d018_000854.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d53fd01455970924ab6c3b1bafc1778d27120e6aca241101036c9f4bf0cf822 +size 49178 diff --git a/MTDDH/images/mtddh_14ef7a49_000542.png b/MTDDH/images/mtddh_14ef7a49_000542.png new file mode 100644 index 0000000000000000000000000000000000000000..c82b716fffea57423daaa5b3a606d985d298377a --- /dev/null +++ b/MTDDH/images/mtddh_14ef7a49_000542.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2833882e694b7b9831461886c6590f698453d09af4c2b8f527d64bacdc79612e +size 46677 diff --git a/MTDDH/images/mtddh_150a5599_000508.png b/MTDDH/images/mtddh_150a5599_000508.png new file mode 100644 index 0000000000000000000000000000000000000000..b980f7fb8cf59a1dbd1ed56bd63c24c20a473f85 --- /dev/null +++ b/MTDDH/images/mtddh_150a5599_000508.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b98952914043fd4478aa4e9ba9d5643238a11ca6d7a9688c67ddd26eec6b55b +size 38371 diff --git a/MTDDH/images/mtddh_15335cfa_000509.png b/MTDDH/images/mtddh_15335cfa_000509.png new file mode 100644 index 0000000000000000000000000000000000000000..081610df85cb7ad5eab5372d71b92972890300ba --- /dev/null +++ b/MTDDH/images/mtddh_15335cfa_000509.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fb926eedfe56551a4fee6f918692c740c2e944f6daae11de4c092420346d84d +size 50220 diff --git a/MTDDH/images/mtddh_160603f3_000127.png b/MTDDH/images/mtddh_160603f3_000127.png new file mode 100644 index 0000000000000000000000000000000000000000..c3ee496fdaea49cdd95d4b69c4727700efe5602e --- /dev/null +++ b/MTDDH/images/mtddh_160603f3_000127.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d029b9d9142f3944fba1f23bbb01789d09d9261e9dec33079174d71264feb06d +size 59478 diff --git a/MTDDH/images/mtddh_1656c54a_000483.png b/MTDDH/images/mtddh_1656c54a_000483.png new file mode 100644 index 0000000000000000000000000000000000000000..9502e10ea066efd954cd0935e8c97c9e36f1e371 --- /dev/null +++ b/MTDDH/images/mtddh_1656c54a_000483.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:885a91ee73577cb4d17472e3fdd2860fa17eceb204af23017f69a87f48aa013f +size 52495 diff --git a/MTDDH/images/mtddh_167f23c0_000645.png b/MTDDH/images/mtddh_167f23c0_000645.png new file mode 100644 index 0000000000000000000000000000000000000000..c39e1f57bd0f2303e7bb81d138616588c0dee058 --- /dev/null +++ b/MTDDH/images/mtddh_167f23c0_000645.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bcd3add4d9e3dae103a2efeeefad5937d457087e6a906bd181ca5840793dc03 +size 45906 diff --git a/MTDDH/images/mtddh_16ba464d_000821.png b/MTDDH/images/mtddh_16ba464d_000821.png new file mode 100644 index 0000000000000000000000000000000000000000..c45f1d1c8b459e63dce4050807425f6a0dd9cbdc --- /dev/null +++ b/MTDDH/images/mtddh_16ba464d_000821.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c24c817bfd458990bd4f0b4f186d136b071943dcc22aa6f8ac5464eb19085d9e +size 50388 diff --git a/MTDDH/images/mtddh_174243e5_000784.png b/MTDDH/images/mtddh_174243e5_000784.png new file mode 100644 index 0000000000000000000000000000000000000000..3fa576b37685952a117d2b74874b6570211a53d6 --- /dev/null +++ b/MTDDH/images/mtddh_174243e5_000784.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cef08b53f267d0ab96c19f95e8f30afed49aaa9635f1ea044116705faa3002b +size 47354 diff --git a/MTDDH/images/mtddh_176c9135_000262.png b/MTDDH/images/mtddh_176c9135_000262.png new file mode 100644 index 0000000000000000000000000000000000000000..d772b9a0a50be8f7334e39ab3de841e4ed748805 --- /dev/null +++ b/MTDDH/images/mtddh_176c9135_000262.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e17474cf01b8f936f7e0a8167ac12d0b992eece26bfcc02ecd5bb4a71aa68c9f +size 40751 diff --git a/MTDDH/images/mtddh_17bd2c20_000752.png b/MTDDH/images/mtddh_17bd2c20_000752.png new file mode 100644 index 0000000000000000000000000000000000000000..ac6e194d70420d9ce0677cb37a9a0b57ff4af437 --- /dev/null +++ b/MTDDH/images/mtddh_17bd2c20_000752.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fe3cc15bf7c96660b8c1f8e109caf35c90f06c6b612f40592e3422f8236bac2 +size 52792 diff --git a/MTDDH/images/mtddh_17c1b130_000735.png b/MTDDH/images/mtddh_17c1b130_000735.png new file mode 100644 index 0000000000000000000000000000000000000000..6eb3094c7831dacecbc32e3e9012eec77ac9f361 --- /dev/null +++ b/MTDDH/images/mtddh_17c1b130_000735.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8af7e9ff8d5a48eabea93f1930ce1c56184b752d8712f3cd981bda6ca69c6bd +size 54124 diff --git a/MTDDH/images/mtddh_17fc55d4_000195.png b/MTDDH/images/mtddh_17fc55d4_000195.png new file mode 100644 index 0000000000000000000000000000000000000000..350839308806bc73045b4ef78419d4d24d31e187 --- /dev/null +++ b/MTDDH/images/mtddh_17fc55d4_000195.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce7ac0f0d8804f44cc1eed5522aaac83c1dcec5291708dc187676eadf932bbba +size 62415 diff --git a/MTDDH/images/mtddh_186700c5_000071.png b/MTDDH/images/mtddh_186700c5_000071.png new file mode 100644 index 0000000000000000000000000000000000000000..94ce81d790fd42596954b901b8b505c1adf8dc17 --- /dev/null +++ b/MTDDH/images/mtddh_186700c5_000071.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cdcf1fb48bef69b73563baab111a034d5c67c8f675598dd7aa91c7338f45fa9 +size 64117 diff --git a/MTDDH/images/mtddh_186bd80a_000276.png b/MTDDH/images/mtddh_186bd80a_000276.png new file mode 100644 index 0000000000000000000000000000000000000000..3f8163bb4e7c818bea35e8d1940a759a29ba9648 --- /dev/null +++ b/MTDDH/images/mtddh_186bd80a_000276.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a7a43118f5be3722a6cd12f775fb65f805665636d75a337297ce798d53429c2 +size 58819 diff --git a/MTDDH/images/mtddh_18a86373_000901.png b/MTDDH/images/mtddh_18a86373_000901.png new file mode 100644 index 0000000000000000000000000000000000000000..f1bb89bf86d6f7f61421b4765c49e957f25cecb5 --- /dev/null +++ b/MTDDH/images/mtddh_18a86373_000901.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec8a84cdee5d2fdd36d3f20b419a2153ac3292330aa3bd2428f2b9c965251d11 +size 51915 diff --git a/MTDDH/images/mtddh_18cd0afa_000104.png b/MTDDH/images/mtddh_18cd0afa_000104.png new file mode 100644 index 0000000000000000000000000000000000000000..db22e1b59ca6a053d9aef8f2e08ca53b1fd0ae87 --- /dev/null +++ b/MTDDH/images/mtddh_18cd0afa_000104.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74588ae41baf71b2c9d454e7e4ad48e0c36db9bbd80062dc5ad3b596b1fbbe96 +size 51988 diff --git a/MTDDH/images/mtddh_18cda989_000254.png b/MTDDH/images/mtddh_18cda989_000254.png new file mode 100644 index 0000000000000000000000000000000000000000..a9179adbc1a1eb4690df63a8ccf0f0647ede5f63 --- /dev/null +++ b/MTDDH/images/mtddh_18cda989_000254.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58556c2285529de9e66c1e3ecd05b16755d57661ea397994eae8e5c8851c877f +size 63253 diff --git a/MTDDH/images/mtddh_19a2174a_000671.png b/MTDDH/images/mtddh_19a2174a_000671.png new file mode 100644 index 0000000000000000000000000000000000000000..7e8b9b48a17055b38cb49df438a5acbf84d2441a --- /dev/null +++ b/MTDDH/images/mtddh_19a2174a_000671.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4b162c8d4dd7397a209f89644157f68b1854ef607cc0a7fb4613b64e563d69e +size 65995 diff --git a/MTDDH/images/mtddh_19d0ae17_000510.png b/MTDDH/images/mtddh_19d0ae17_000510.png new file mode 100644 index 0000000000000000000000000000000000000000..528f42ea025395c9b074f9c44b0da6b84b5a95c3 --- /dev/null +++ b/MTDDH/images/mtddh_19d0ae17_000510.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd12c711817b1d9253053a1eab06fab94bac3b25a40d6a476b2616944e1fe42c +size 53515 diff --git a/MTDDH/images/mtddh_1a150bc5_000203.png b/MTDDH/images/mtddh_1a150bc5_000203.png new file mode 100644 index 0000000000000000000000000000000000000000..4ec9a6589401425cd6c79ef64bfbce6c448c46bb --- /dev/null +++ b/MTDDH/images/mtddh_1a150bc5_000203.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16a3079583534d80457f49179b1e80200418e59d6ea20bb60008c91531191b71 +size 68295 diff --git a/MTDDH/images/mtddh_1a30461e_000147.png b/MTDDH/images/mtddh_1a30461e_000147.png new file mode 100644 index 0000000000000000000000000000000000000000..4865c01bbac497c273a08a109a8cc8f5b8f141e5 --- /dev/null +++ b/MTDDH/images/mtddh_1a30461e_000147.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39ff7118cbb0c8f1f56f4da62814d593ac2f5fb7a260416591dba8fbe368d285 +size 72300 diff --git a/MTDDH/images/mtddh_1a34e7eb_000785.png b/MTDDH/images/mtddh_1a34e7eb_000785.png new file mode 100644 index 0000000000000000000000000000000000000000..2ae1321485ab220eebc8ee46944d22482387dd72 --- /dev/null +++ b/MTDDH/images/mtddh_1a34e7eb_000785.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff698334764190a6768af6a3fe3f17da6744a367cb879c4938c4df400a4e2495 +size 49789 diff --git a/MTDDH/images/mtddh_1a7f3067_000372.png b/MTDDH/images/mtddh_1a7f3067_000372.png new file mode 100644 index 0000000000000000000000000000000000000000..89be876603cdba02502184fe46ab5c146870c09e --- /dev/null +++ b/MTDDH/images/mtddh_1a7f3067_000372.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff88931413d75117f8bf83e6d0ae4b4d7ab8be5c146cfceff3b56f036ddba0a2 +size 53711 diff --git a/MTDDH/images/mtddh_1accbf80_000484.png b/MTDDH/images/mtddh_1accbf80_000484.png new file mode 100644 index 0000000000000000000000000000000000000000..4dc9112b8496fd569b0783d1b8dfc77bfb33d8a3 --- /dev/null +++ b/MTDDH/images/mtddh_1accbf80_000484.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:581bf098381888d33ad673042f98e5eefa7447b74116d8e2a7954977f90561a1 +size 62426 diff --git a/MTDDH/images/mtddh_1b0b8f5f_000275.png b/MTDDH/images/mtddh_1b0b8f5f_000275.png new file mode 100644 index 0000000000000000000000000000000000000000..6a249a44588abaac3695f37810ab132a5acabb82 --- /dev/null +++ b/MTDDH/images/mtddh_1b0b8f5f_000275.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:442021783ee01cca3f96541951ef8fefe8732e7e4b659e7bc576f632eea0e1cb +size 78541 diff --git a/MTDDH/images/mtddh_1c045fdd_000777.png b/MTDDH/images/mtddh_1c045fdd_000777.png new file mode 100644 index 0000000000000000000000000000000000000000..ee2791a53eb76b74e1049c9f0de02baa3b38bc1b --- /dev/null +++ b/MTDDH/images/mtddh_1c045fdd_000777.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8b27b22f89209d06c08594c9d861ca6cc1eda8dc822884243287194f9ce73b0 +size 46332 diff --git a/MTDDH/images/mtddh_1c0a099b_000102.png b/MTDDH/images/mtddh_1c0a099b_000102.png new file mode 100644 index 0000000000000000000000000000000000000000..5b098c30461e229054a544d0ac398836d18b6582 --- /dev/null +++ b/MTDDH/images/mtddh_1c0a099b_000102.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e4b348a9eb85879f6e373d65597974b8c1f5d9a1e21f7fd3ae9217296769929 +size 65615 diff --git a/MTDDH/images/mtddh_1c6ca357_000778.png b/MTDDH/images/mtddh_1c6ca357_000778.png new file mode 100644 index 0000000000000000000000000000000000000000..1a40ce11a80275bb7cc37fe7597badfbfbc4bdd2 --- /dev/null +++ b/MTDDH/images/mtddh_1c6ca357_000778.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b985c62324c44b42b003e40644afa4cc414f5e80de50b312c65851a32d469eb +size 67810 diff --git a/MTDDH/images/mtddh_1cebc06d_000742.png b/MTDDH/images/mtddh_1cebc06d_000742.png new file mode 100644 index 0000000000000000000000000000000000000000..e28be23403e92ecd717f1a519ca7077463dc41af --- /dev/null +++ b/MTDDH/images/mtddh_1cebc06d_000742.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b876171bd817073c83425334eb86c977e9f7c131e7562a1d599f965245a6e55e +size 63490 diff --git a/MTDDH/images/mtddh_1d424131_000219.png b/MTDDH/images/mtddh_1d424131_000219.png new file mode 100644 index 0000000000000000000000000000000000000000..6fa9c0227d4a68e3fd9e4e307c0e01c646009a0b --- /dev/null +++ b/MTDDH/images/mtddh_1d424131_000219.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4612bd1ca1d4df9a0c41ec4b069d492f9873ba8f3894fc985c7db42ea778e74 +size 56373 diff --git a/MTDDH/images/mtddh_1d9ae359_000636.png b/MTDDH/images/mtddh_1d9ae359_000636.png new file mode 100644 index 0000000000000000000000000000000000000000..0d330c1a6d1f547be5a3df27cd3c3f6627f9822f --- /dev/null +++ b/MTDDH/images/mtddh_1d9ae359_000636.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65dc2a0cdffc9f83514225e72fa5dc0b558dfc51f38d3cf23b2247e0ab7cb7b8 +size 50648 diff --git a/MTDDH/images/mtddh_1d9e13f8_000322.png b/MTDDH/images/mtddh_1d9e13f8_000322.png new file mode 100644 index 0000000000000000000000000000000000000000..92ff2de0b96f8a65ff51afca01c1eac28cc24dbc --- /dev/null +++ b/MTDDH/images/mtddh_1d9e13f8_000322.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:354c552a431de38d74a588d00e00c56a5271647eada6e74e91aee1842b1dbc87 +size 63751 diff --git a/MTDDH/images/mtddh_1dc91b9b_000373.png b/MTDDH/images/mtddh_1dc91b9b_000373.png new file mode 100644 index 0000000000000000000000000000000000000000..5372ffec03c2d785037c9f6b4af530a0a286d5d8 --- /dev/null +++ b/MTDDH/images/mtddh_1dc91b9b_000373.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:393613650c1708d988038286c6ce6ee77dd5cfbe8ed5cca5b7afb668a891ac11 +size 60126 diff --git a/MTDDH/images/mtddh_1e544f92_000836.png b/MTDDH/images/mtddh_1e544f92_000836.png new file mode 100644 index 0000000000000000000000000000000000000000..1d2a10af3665a81098c34e9912ed35f844dc78ad --- /dev/null +++ b/MTDDH/images/mtddh_1e544f92_000836.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f544591c6f0ae6329d54d26fb6c4f8bac60231f1d794759d3b957e8e2cc76b4c +size 72871 diff --git a/MTDDH/images/mtddh_1e5697e6_000822.png b/MTDDH/images/mtddh_1e5697e6_000822.png new file mode 100644 index 0000000000000000000000000000000000000000..cc151d7b1ba6cc90c4438201b8c8211ef3284701 --- /dev/null +++ b/MTDDH/images/mtddh_1e5697e6_000822.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4329711eb824900c3cfec6ba30584cc9566411b8fbc4f2b972227eb57de02860 +size 54098 diff --git a/MTDDH/images/mtddh_1e81a787_000485.png b/MTDDH/images/mtddh_1e81a787_000485.png new file mode 100644 index 0000000000000000000000000000000000000000..06ba601523a2dc59a91680064f178f88291d1cef --- /dev/null +++ b/MTDDH/images/mtddh_1e81a787_000485.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe302b4ce5587ddd480e3fd10e39d6ad93a8d886c2c207f71d00b98bda1765b4 +size 60890 diff --git a/MTDDH/images/mtddh_1eacf05f_000156.png b/MTDDH/images/mtddh_1eacf05f_000156.png new file mode 100644 index 0000000000000000000000000000000000000000..a75c0cbd2e4ab5016b9bce8a0c46907d59fc354b --- /dev/null +++ b/MTDDH/images/mtddh_1eacf05f_000156.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1358c88cd1a57e7a600cb39c4cf2f4783c27dcaf6e9ef03ed60d1d0c68c9698b +size 66250 diff --git a/MTDDH/images/mtddh_1eb488fe_000096.png b/MTDDH/images/mtddh_1eb488fe_000096.png new file mode 100644 index 0000000000000000000000000000000000000000..ec3d219901e3618e2bdaf8d065dfc6759e155dc0 --- /dev/null +++ b/MTDDH/images/mtddh_1eb488fe_000096.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ada903b17617122d74eaff6bdc45fc9ac721c7982a520b1bfc4d6103572e987b +size 67362 diff --git a/MTDDH/images/mtddh_1ec88fb8_000807.png b/MTDDH/images/mtddh_1ec88fb8_000807.png new file mode 100644 index 0000000000000000000000000000000000000000..7f0fdaa73562b13afdfa0274c1984fd0bd4f3919 --- /dev/null +++ b/MTDDH/images/mtddh_1ec88fb8_000807.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e9a7d9fe91adc26f022a6b5436a7a204d18422c8f59ab267ad75442c204617a +size 68272 diff --git a/MTDDH/images/mtddh_1fa5c1dc_000779.png b/MTDDH/images/mtddh_1fa5c1dc_000779.png new file mode 100644 index 0000000000000000000000000000000000000000..c9af82c269f48c10894fada410f033f655ac9f1c --- /dev/null +++ b/MTDDH/images/mtddh_1fa5c1dc_000779.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b54d90fc9159278794f9a32c9ca262be40661e4ad05d77b9b646bf25cdcf4e4a +size 55958 diff --git a/MTDDH/images/mtddh_1faff997_000902.png b/MTDDH/images/mtddh_1faff997_000902.png new file mode 100644 index 0000000000000000000000000000000000000000..6b33ec80fedd7bbdf83292906bb71ffd1f1f7bbd --- /dev/null +++ b/MTDDH/images/mtddh_1faff997_000902.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23bc7bfe7fc4fb82b5ad2d5e9e9a43e0be8691a4563ff6839fc646bbf625b8fb +size 57637 diff --git a/MTDDH/images/mtddh_1fd6790b_000149.png b/MTDDH/images/mtddh_1fd6790b_000149.png new file mode 100644 index 0000000000000000000000000000000000000000..031a3c286948be928a6a07bc2c8488da6ab32ba8 --- /dev/null +++ b/MTDDH/images/mtddh_1fd6790b_000149.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c391b18d0f9f8ecc7ebfee7ece624e43b3bae5e1a71820b9aaca52b56b27b5b +size 52944 diff --git a/MTDDH/images/mtddh_206d5eb5_000115.png b/MTDDH/images/mtddh_206d5eb5_000115.png new file mode 100644 index 0000000000000000000000000000000000000000..ed8161f7b698f7f85480292bd018c5bda375b07d --- /dev/null +++ b/MTDDH/images/mtddh_206d5eb5_000115.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:573f7fc01e17eebf4e1daefe7f16971dfb582e61f97e9309a2eb4b90a5f3d181 +size 63458 diff --git a/MTDDH/images/mtddh_208d64d6_000285.png b/MTDDH/images/mtddh_208d64d6_000285.png new file mode 100644 index 0000000000000000000000000000000000000000..3e1b83e31ebdd9f209866dff27a9f697a692d52e --- /dev/null +++ b/MTDDH/images/mtddh_208d64d6_000285.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d490c603489c453f04eaad44b340bd8c47ef88030f5880dc3eedc0b9cef7ec6 +size 56681 diff --git a/MTDDH/images/mtddh_2114326b_000101.png b/MTDDH/images/mtddh_2114326b_000101.png new file mode 100644 index 0000000000000000000000000000000000000000..5b4f66ff57168af0b01f9861ec7ced477549d302 --- /dev/null +++ b/MTDDH/images/mtddh_2114326b_000101.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9554fd2a509c40bc3f31ee383cb794f3ba78a777457f86806e8d10f298f39447 +size 49665 diff --git a/MTDDH/images/mtddh_21645511_000786.png b/MTDDH/images/mtddh_21645511_000786.png new file mode 100644 index 0000000000000000000000000000000000000000..f5ca5e75a5fe89b9e942a7dffe57b75652f76d00 --- /dev/null +++ b/MTDDH/images/mtddh_21645511_000786.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55b741355ff8a081ed129d350c41488ebdf29998d92249a9beff390681cd5134 +size 72574 diff --git a/MTDDH/images/mtddh_218d2527_000556.png b/MTDDH/images/mtddh_218d2527_000556.png new file mode 100644 index 0000000000000000000000000000000000000000..cccd24e08f465fda9894e2d47523e1df1e177897 --- /dev/null +++ b/MTDDH/images/mtddh_218d2527_000556.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4874260e2eeab844bbb8381370d0ca2b9c23d5db1bda24125b6644106b4e1dda +size 56994 diff --git a/MTDDH/images/mtddh_219c2eba_000263.png b/MTDDH/images/mtddh_219c2eba_000263.png new file mode 100644 index 0000000000000000000000000000000000000000..139bd29962e2bb0389bcbfdfa31e50dae8e13328 --- /dev/null +++ b/MTDDH/images/mtddh_219c2eba_000263.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:638d19600a109860b1bfc94bfb00b0e4c9fe22466932238dee1ab5aa96c5edaa +size 48932 diff --git a/MTDDH/images/mtddh_21bc256b_000486.png b/MTDDH/images/mtddh_21bc256b_000486.png new file mode 100644 index 0000000000000000000000000000000000000000..a187c77e1d47551cf0e3d7c7782ccb99e3611c0a --- /dev/null +++ b/MTDDH/images/mtddh_21bc256b_000486.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6c3405a546776522aaf74f5e98450cd57a993e773d2d6fc15a75ce5a02efbdd +size 53343 diff --git a/MTDDH/images/mtddh_21fd7f1c_000760.png b/MTDDH/images/mtddh_21fd7f1c_000760.png new file mode 100644 index 0000000000000000000000000000000000000000..0856d1ab299bff684838759cb6016671d5b16e6d --- /dev/null +++ b/MTDDH/images/mtddh_21fd7f1c_000760.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c141fb814222877606b05a16c6bec176e74d1c185e208df4d462f61cfed4f04b +size 50672 diff --git a/MTDDH/images/mtddh_22614f0d_000719.png b/MTDDH/images/mtddh_22614f0d_000719.png new file mode 100644 index 0000000000000000000000000000000000000000..73a873b126388117a6737a45012a4ad1011f3774 --- /dev/null +++ b/MTDDH/images/mtddh_22614f0d_000719.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3d6ec30d3eca9d86ef9d4aff1d7f801e7af119056b6bc039864a1102664c43e +size 49128 diff --git a/MTDDH/images/mtddh_226f5a4b_000457.png b/MTDDH/images/mtddh_226f5a4b_000457.png new file mode 100644 index 0000000000000000000000000000000000000000..65bfc8e75beaaca7fb4f35305d277253b006ed1a --- /dev/null +++ b/MTDDH/images/mtddh_226f5a4b_000457.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c899f94071bcebfc35f69ecc102c18e441bb8a06ee0e2eaa8b6031498efa110 +size 73679 diff --git a/MTDDH/images/mtddh_226f7855_000026.png b/MTDDH/images/mtddh_226f7855_000026.png new file mode 100644 index 0000000000000000000000000000000000000000..52cdef2505c425e6f5e861e64f948af34d59c15a --- /dev/null +++ b/MTDDH/images/mtddh_226f7855_000026.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea5cab5ccc116f9e69b941be3ea62ee9caa21d4ff776c042c67a2f72ea9c20f8 +size 52369 diff --git a/MTDDH/images/mtddh_2297ba9c_000808.png b/MTDDH/images/mtddh_2297ba9c_000808.png new file mode 100644 index 0000000000000000000000000000000000000000..acd2d2b64a761a89b900890fbe3a9b39bd5d5716 --- /dev/null +++ b/MTDDH/images/mtddh_2297ba9c_000808.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5b3fc29e78d27888b1655dec77a6b883fa18c7eddf66f92958f718a0baa20c8 +size 54031 diff --git a/MTDDH/images/mtddh_22e73fad_000543.png b/MTDDH/images/mtddh_22e73fad_000543.png new file mode 100644 index 0000000000000000000000000000000000000000..cfdd637d5ef85579c4ed3086074a2db697fde6bf --- /dev/null +++ b/MTDDH/images/mtddh_22e73fad_000543.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a7d3dd17a338c505475485ea9de8d4db7b4ac018a955c4a08da21292e6378df +size 61086 diff --git a/MTDDH/images/mtddh_22e79d45_000040.png b/MTDDH/images/mtddh_22e79d45_000040.png new file mode 100644 index 0000000000000000000000000000000000000000..aa2cbe72626184c13539b04f404b2a832192c6dd --- /dev/null +++ b/MTDDH/images/mtddh_22e79d45_000040.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af7114d628c39f8f928bf32f7b1a764389074831d36976b61139f75d88ecec41 +size 71069 diff --git a/MTDDH/images/mtddh_235c39fc_000458.png b/MTDDH/images/mtddh_235c39fc_000458.png new file mode 100644 index 0000000000000000000000000000000000000000..37f25a1a755b534273d41dd9575d8ead5ab51898 --- /dev/null +++ b/MTDDH/images/mtddh_235c39fc_000458.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfc48c20ce5705ab9ad7b330005c39eb1583df6fe4c64b06a00f83c450192bad +size 56063 diff --git a/MTDDH/images/mtddh_23b14ee8_000137.png b/MTDDH/images/mtddh_23b14ee8_000137.png new file mode 100644 index 0000000000000000000000000000000000000000..b44f26925e76597eb8a615c6b5b44d440c9ebda2 --- /dev/null +++ b/MTDDH/images/mtddh_23b14ee8_000137.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18abb3d32e11c4e868c53fc774c14c06f76065d5b2ed474b410c084e562b977c +size 56571 diff --git a/MTDDH/images/mtddh_23c41a02_000072.png b/MTDDH/images/mtddh_23c41a02_000072.png new file mode 100644 index 0000000000000000000000000000000000000000..c1dd2b496e5c7017a94ace6847dec5148cecd37b --- /dev/null +++ b/MTDDH/images/mtddh_23c41a02_000072.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a60b2c911331a96832ecc669aab1904fb262209935133a966b6f9ffd01133b00 +size 60198 diff --git a/MTDDH/images/mtddh_24504f0a_000459.png b/MTDDH/images/mtddh_24504f0a_000459.png new file mode 100644 index 0000000000000000000000000000000000000000..833d41c1830bf584cf422f6995002f5f5d18b2b5 --- /dev/null +++ b/MTDDH/images/mtddh_24504f0a_000459.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d8e2bc7d2099b7bdce75ff72d350d5bacb51bb086293aeacc85b7016351b1fc +size 66854 diff --git a/MTDDH/images/mtddh_24584ba1_000809.png b/MTDDH/images/mtddh_24584ba1_000809.png new file mode 100644 index 0000000000000000000000000000000000000000..b3397de2e71c3dc13d5813ecb5819d53351f1f55 --- /dev/null +++ b/MTDDH/images/mtddh_24584ba1_000809.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:100bf578242a8c30afb1fac5846bb542d3481e140ead87651e4b19b7b83e4280 +size 47254 diff --git a/MTDDH/images/mtddh_2474e38e_000793.png b/MTDDH/images/mtddh_2474e38e_000793.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb18cd882cdfabf0fb5cc82d4ff337196c11f17 --- /dev/null +++ b/MTDDH/images/mtddh_2474e38e_000793.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:397bf168db9c82684236ee56392cf5f8e04cc28d6a506d7bebc9e4c8a7c433d3 +size 44366 diff --git a/MTDDH/images/mtddh_24beb0bc_000787.png b/MTDDH/images/mtddh_24beb0bc_000787.png new file mode 100644 index 0000000000000000000000000000000000000000..8b2280b601bea16d95385d547aeffd099adfa637 --- /dev/null +++ b/MTDDH/images/mtddh_24beb0bc_000787.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b69dea052555d3758c467d0b143718c2252c2c7982f51c2878c1fbba027b2856 +size 65619 diff --git a/MTDDH/images/mtddh_2596f8be_000460.png b/MTDDH/images/mtddh_2596f8be_000460.png new file mode 100644 index 0000000000000000000000000000000000000000..3f739e2f5befd1be78f91680a26c420623cce4e1 --- /dev/null +++ b/MTDDH/images/mtddh_2596f8be_000460.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f79f01f1194e08a5ed981b2f6d2809140130621b2d53c9c955cb6954a999daa +size 49181 diff --git a/MTDDH/images/mtddh_25b151b4_000002.png b/MTDDH/images/mtddh_25b151b4_000002.png new file mode 100644 index 0000000000000000000000000000000000000000..864f5436ed6e211ec5b98f6166cbe18f368de9d0 --- /dev/null +++ b/MTDDH/images/mtddh_25b151b4_000002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:421141e95e3938cefdfbdb8f97aa07ed062014d911d454be04096edd3cbf360e +size 50762 diff --git a/MTDDH/images/mtddh_25b7351b_000349.png b/MTDDH/images/mtddh_25b7351b_000349.png new file mode 100644 index 0000000000000000000000000000000000000000..c4a806199227bc6d1660773e116e5328d203dad6 --- /dev/null +++ b/MTDDH/images/mtddh_25b7351b_000349.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f759036c1a7d4f3b50595410e5f9a44fb49c49387dac15332070233582c96df2 +size 69680 diff --git a/MTDDH/images/mtddh_25bfa975_000327.png b/MTDDH/images/mtddh_25bfa975_000327.png new file mode 100644 index 0000000000000000000000000000000000000000..9e3482129dcacb06aec11edf77ed9d6d385d7f27 --- /dev/null +++ b/MTDDH/images/mtddh_25bfa975_000327.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78eab8abec9db71d255a75fd09d095213cd56518fee545827c7e7e7aa8023cf9 +size 67236 diff --git a/MTDDH/images/mtddh_25d4eb07_000667.png b/MTDDH/images/mtddh_25d4eb07_000667.png new file mode 100644 index 0000000000000000000000000000000000000000..eeee7416c3f333892718aeae5aeb73a5e2062228 --- /dev/null +++ b/MTDDH/images/mtddh_25d4eb07_000667.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f827817f1e67ce3fcdead40df484f73406854387642ef2e14a5185059909c50 +size 59117 diff --git a/MTDDH/images/mtddh_26687b0c_000328.png b/MTDDH/images/mtddh_26687b0c_000328.png new file mode 100644 index 0000000000000000000000000000000000000000..31d44a133c3cd695dfc38f459d362e20e8499166 --- /dev/null +++ b/MTDDH/images/mtddh_26687b0c_000328.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80e159616b7ebd0b037657c003d23fac27acb019939ec7cfaea8ea09dab29567 +size 60332 diff --git a/MTDDH/images/mtddh_2687f5e7_000794.png b/MTDDH/images/mtddh_2687f5e7_000794.png new file mode 100644 index 0000000000000000000000000000000000000000..b7531d2a3c36148d89a2ce1422a7348a79058869 --- /dev/null +++ b/MTDDH/images/mtddh_2687f5e7_000794.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:666b692d724a28060442181dac041edccdb63581cd9e5865cc2618e04604a99d +size 48632 diff --git a/MTDDH/images/mtddh_26984367_000048.png b/MTDDH/images/mtddh_26984367_000048.png new file mode 100644 index 0000000000000000000000000000000000000000..f4dc4aa9c3b08ffaa517a613c53301e1ff60354d --- /dev/null +++ b/MTDDH/images/mtddh_26984367_000048.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b140b050f3794ff1ac4b89c4642af86715255c54385b51167d5a509913fc7338 +size 55203 diff --git a/MTDDH/images/mtddh_26cdf7db_000111.png b/MTDDH/images/mtddh_26cdf7db_000111.png new file mode 100644 index 0000000000000000000000000000000000000000..fed5038f4063fe62146855c9aed5bf65769386fc --- /dev/null +++ b/MTDDH/images/mtddh_26cdf7db_000111.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c397df3984a6f877611e686bae0c4823b88d4855a5df08d39efbd3761a42cee5 +size 56812 diff --git a/MTDDH/images/mtddh_271af5cf_000374.png b/MTDDH/images/mtddh_271af5cf_000374.png new file mode 100644 index 0000000000000000000000000000000000000000..f71abc3b1f7ff8ed91057e193c2d8aa3c50a7367 --- /dev/null +++ b/MTDDH/images/mtddh_271af5cf_000374.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:055a402ec945621ad54c9cbad4b8909fa579f54bd171ea5dad419baf21fe906c +size 54328 diff --git a/MTDDH/images/mtddh_27325246_000375.png b/MTDDH/images/mtddh_27325246_000375.png new file mode 100644 index 0000000000000000000000000000000000000000..7baaab5c344b98119be6433e077f7eba3805fe1c --- /dev/null +++ b/MTDDH/images/mtddh_27325246_000375.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:826380b767a413a74f4c7b53694be900ec12971f9685b133fecbb9ded5ac1f92 +size 62423 diff --git a/MTDDH/images/mtddh_27664361_000788.png b/MTDDH/images/mtddh_27664361_000788.png new file mode 100644 index 0000000000000000000000000000000000000000..b2646b726455689249931fe4b8124eba2ee26cc7 --- /dev/null +++ b/MTDDH/images/mtddh_27664361_000788.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fb405bea78d7e065b5c239877883357267d98a8e95d23743bce57ce681e2980 +size 55010 diff --git a/MTDDH/images/mtddh_27916f03_000278.png b/MTDDH/images/mtddh_27916f03_000278.png new file mode 100644 index 0000000000000000000000000000000000000000..f28433254b12722c11fe5f696f75dba9f3945f3f --- /dev/null +++ b/MTDDH/images/mtddh_27916f03_000278.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:975658f034e837f0fb1b0745a23671c34cb0169ec05aac91ac83f49ce411ac16 +size 68737 diff --git a/MTDDH/images/mtddh_2799a91d_000461.png b/MTDDH/images/mtddh_2799a91d_000461.png new file mode 100644 index 0000000000000000000000000000000000000000..bda7849920aeceede8c72cc231db4bd6c8ee5f03 --- /dev/null +++ b/MTDDH/images/mtddh_2799a91d_000461.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e11f105a71e9983f0ece035439fa5d0c538335cad3250a4afb65a8a1bbc40f75 +size 52959 diff --git a/MTDDH/images/mtddh_27e81578_000544.png b/MTDDH/images/mtddh_27e81578_000544.png new file mode 100644 index 0000000000000000000000000000000000000000..53896b3d4bacf746f54ba9b186dd4078e7ec8d7d --- /dev/null +++ b/MTDDH/images/mtddh_27e81578_000544.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac2a5d2842cb33d98b1688d129abe3ccff185623ccce49c58194428110dc34e5 +size 54210 diff --git a/MTDDH/images/mtddh_280d90b5_000820.png b/MTDDH/images/mtddh_280d90b5_000820.png new file mode 100644 index 0000000000000000000000000000000000000000..1f1ab290708e3375f0255cb06c5e61105f469766 --- /dev/null +++ b/MTDDH/images/mtddh_280d90b5_000820.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad435d8b242c11f6e40fd0c07fa4e109812c7f19fd79748d0903ff7fa5ef0ca4 +size 38697 diff --git a/MTDDH/images/mtddh_2854aaeb_000823.png b/MTDDH/images/mtddh_2854aaeb_000823.png new file mode 100644 index 0000000000000000000000000000000000000000..e9e0315e35c8c360d4e5fd841dfb086d80ca6f83 --- /dev/null +++ b/MTDDH/images/mtddh_2854aaeb_000823.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdb4e66b4c9322f16b1f0f30ed79f75b04bda50a4663cefb758838b2e7544d58 +size 54879 diff --git a/MTDDH/images/mtddh_28f73a7b_000239.png b/MTDDH/images/mtddh_28f73a7b_000239.png new file mode 100644 index 0000000000000000000000000000000000000000..2f54e3f71c48f886241ab774f6afdf540abfdf63 --- /dev/null +++ b/MTDDH/images/mtddh_28f73a7b_000239.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fd86df5f57ff4ef65a7d6c64da4c09d9d0b66591f5dd72d3b150234d4d4cd38 +size 50112 diff --git a/MTDDH/images/mtddh_2a317f2a_000431.png b/MTDDH/images/mtddh_2a317f2a_000431.png new file mode 100644 index 0000000000000000000000000000000000000000..3e7d9864ab8fa508bca134363728a2b02ff774b3 --- /dev/null +++ b/MTDDH/images/mtddh_2a317f2a_000431.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce4129c6bb410873981c8739397ba4581008b0cf2fb5a5a7db6fafe316337de3 +size 41797 diff --git a/MTDDH/images/mtddh_2b25d4bf_000893.png b/MTDDH/images/mtddh_2b25d4bf_000893.png new file mode 100644 index 0000000000000000000000000000000000000000..0691a9cbe8119d1fdc362a141748c8aee63ea065 --- /dev/null +++ b/MTDDH/images/mtddh_2b25d4bf_000893.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:054702d855721d507e3a92a8b14aca25c6fc3fc38cf53cf2ab22b39d330e528e +size 65320 diff --git a/MTDDH/images/mtddh_2b295261_000710.png b/MTDDH/images/mtddh_2b295261_000710.png new file mode 100644 index 0000000000000000000000000000000000000000..699adb624aeb0170f2222c743e6bae917e1e3581 --- /dev/null +++ b/MTDDH/images/mtddh_2b295261_000710.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbba704bdbfbb31b5ce79f810d09e15d610108d8faad8c44c0e41be5604d4d03 +size 70227 diff --git a/MTDDH/images/mtddh_2b49adda_000376.png b/MTDDH/images/mtddh_2b49adda_000376.png new file mode 100644 index 0000000000000000000000000000000000000000..ca1b069a3d5e695ed3684acef87a8e6ff149160c --- /dev/null +++ b/MTDDH/images/mtddh_2b49adda_000376.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5abbc8e5ce14a064792166d00b3f8da20759f001fc94de59ba47decdbfbb060f +size 68427 diff --git a/MTDDH/images/mtddh_2b90424f_000200.png b/MTDDH/images/mtddh_2b90424f_000200.png new file mode 100644 index 0000000000000000000000000000000000000000..8c81baa0bde4a77cfd273873808696d73c64cea0 --- /dev/null +++ b/MTDDH/images/mtddh_2b90424f_000200.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e444fa8219d1e4b410b6ad0ead9bc936d09c3138bda2db97e4bdf863cddcbff +size 66915 diff --git a/MTDDH/images/mtddh_2c5b4d30_000432.png b/MTDDH/images/mtddh_2c5b4d30_000432.png new file mode 100644 index 0000000000000000000000000000000000000000..47671cee9e69b8dda797ae4439a5dc40e7112b5f --- /dev/null +++ b/MTDDH/images/mtddh_2c5b4d30_000432.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfb48409c82ef0c6af9c19fbeaf2b4207ecb59bc782e7bbefe077015a4646b2d +size 55291 diff --git a/MTDDH/images/mtddh_2c959c6a_000780.png b/MTDDH/images/mtddh_2c959c6a_000780.png new file mode 100644 index 0000000000000000000000000000000000000000..116c9f5d97ce05548fcfbb4f6349bc0076500391 --- /dev/null +++ b/MTDDH/images/mtddh_2c959c6a_000780.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29f90590fe351e67067046a64dda07ff0514c08d1dcd1cb054063495e4439b6b +size 57218 diff --git a/MTDDH/images/mtddh_2cace064_000179.png b/MTDDH/images/mtddh_2cace064_000179.png new file mode 100644 index 0000000000000000000000000000000000000000..013e2397cfe770a35f0fad0f6423ae020ea22a6d --- /dev/null +++ b/MTDDH/images/mtddh_2cace064_000179.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a51c6bc0037bcd2808bcadc48bce3bf4da93e6b463983d7ee5cfc1a4fe9cd29c +size 57499 diff --git a/MTDDH/images/mtddh_2cf2dfca_000146.png b/MTDDH/images/mtddh_2cf2dfca_000146.png new file mode 100644 index 0000000000000000000000000000000000000000..3d391b66467c85527db64f21e3088882865203aa --- /dev/null +++ b/MTDDH/images/mtddh_2cf2dfca_000146.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8f6d12243d453ee03015fa9a35c01f66e927b2d9c615a09c4d32a1d4f25fa95 +size 54257 diff --git a/MTDDH/images/mtddh_2cf74ceb_000545.png b/MTDDH/images/mtddh_2cf74ceb_000545.png new file mode 100644 index 0000000000000000000000000000000000000000..22bde82fab6bca234dcd75b50051d793c36cb7b9 --- /dev/null +++ b/MTDDH/images/mtddh_2cf74ceb_000545.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d216e6d06873aab79f8b4aa7139d2a2cde09fb5a319f306f1b67338a5c89d04 +size 52971 diff --git a/MTDDH/images/mtddh_2d0c66a6_000781.png b/MTDDH/images/mtddh_2d0c66a6_000781.png new file mode 100644 index 0000000000000000000000000000000000000000..d72f8f8237ee5192ada7273975997708295d76f7 --- /dev/null +++ b/MTDDH/images/mtddh_2d0c66a6_000781.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c3b4a42de1821186d52e9af53bc4b5efdbb367d3333201e5a29bb620bad0ce6 +size 51873 diff --git a/MTDDH/images/mtddh_2d2fb87f_000027.png b/MTDDH/images/mtddh_2d2fb87f_000027.png new file mode 100644 index 0000000000000000000000000000000000000000..57fe61ed2680247fdd2aff4aca7acdb5719fbd58 --- /dev/null +++ b/MTDDH/images/mtddh_2d2fb87f_000027.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25e36ac89b2e81bd30971bb272395cb82d9c6f02e6bd5c1beb37b22a12bb7cf7 +size 55868 diff --git a/MTDDH/images/mtddh_2d3badde_000207.png b/MTDDH/images/mtddh_2d3badde_000207.png new file mode 100644 index 0000000000000000000000000000000000000000..68c4f7f5c4a1b4f1767cb050973b780ef61582b1 --- /dev/null +++ b/MTDDH/images/mtddh_2d3badde_000207.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66d9389e86e169c38aa28fa4a8a18fe054cf8ac9e61907d1d1ed1882f1e12306 +size 52767 diff --git a/MTDDH/images/mtddh_2d3d1aba_000581.png b/MTDDH/images/mtddh_2d3d1aba_000581.png new file mode 100644 index 0000000000000000000000000000000000000000..bd748ea41b5b5007f5d68ac491a586197d10eb22 --- /dev/null +++ b/MTDDH/images/mtddh_2d3d1aba_000581.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4a64d9aa00fc40d0f18fcb20ef6fd1ffd10200a6f9e10d3448c30360a957b53 +size 64962 diff --git a/MTDDH/images/mtddh_2d6d6ab4_000637.png b/MTDDH/images/mtddh_2d6d6ab4_000637.png new file mode 100644 index 0000000000000000000000000000000000000000..3cb3614da662de5f82f019961007613b80a99d30 --- /dev/null +++ b/MTDDH/images/mtddh_2d6d6ab4_000637.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccf844903b42ff82bc8e02ef28060128a2341f14e744c1292659ed81c3d94ebf +size 56029 diff --git a/MTDDH/images/mtddh_2dbb8211_000782.png b/MTDDH/images/mtddh_2dbb8211_000782.png new file mode 100644 index 0000000000000000000000000000000000000000..adedf7868b3a3a7e43c56f7f6482e22932570c76 --- /dev/null +++ b/MTDDH/images/mtddh_2dbb8211_000782.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e44db324f0c28258297a3526b945d5d5565a0760773dcdc97f3fc5a1f0671f00 +size 51366 diff --git a/MTDDH/images/mtddh_2e855909_000803.png b/MTDDH/images/mtddh_2e855909_000803.png new file mode 100644 index 0000000000000000000000000000000000000000..dc63c223c92af10554737e5584ddceb450def460 --- /dev/null +++ b/MTDDH/images/mtddh_2e855909_000803.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41e2a85fde740310fd1a25f3a5345336b462ff17260cf9c744da58f252844895 +size 54435 diff --git a/MTDDH/images/mtddh_2f0eb287_000783.png b/MTDDH/images/mtddh_2f0eb287_000783.png new file mode 100644 index 0000000000000000000000000000000000000000..51e90d0725b044c405a300d0f65465e0e960cf08 --- /dev/null +++ b/MTDDH/images/mtddh_2f0eb287_000783.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aee7ee406c2d3b73be244a5ef0d07aae08be42ec8f5eed66f6a5828077b337fd +size 57896 diff --git a/MTDDH/images/mtddh_2f5142d6_000795.png b/MTDDH/images/mtddh_2f5142d6_000795.png new file mode 100644 index 0000000000000000000000000000000000000000..82b8820bd9b4f0956ed491dc75462e72a8d37ff2 --- /dev/null +++ b/MTDDH/images/mtddh_2f5142d6_000795.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43d2b877404df771636d1bf81e7d89b21ae59324949025183d3f660dc5a54650 +size 59913 diff --git a/MTDDH/images/mtddh_2f99670f_000582.png b/MTDDH/images/mtddh_2f99670f_000582.png new file mode 100644 index 0000000000000000000000000000000000000000..ca0de4feff55e5798ea5e4e6722cd76c40b7813a --- /dev/null +++ b/MTDDH/images/mtddh_2f99670f_000582.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70cfc134d3cdfeaa54bbee38b33305ac9ee4530d706575a3dcddfe2d974f1777 +size 54600 diff --git a/MTDDH/images/mtddh_2fc2b458_000377.png b/MTDDH/images/mtddh_2fc2b458_000377.png new file mode 100644 index 0000000000000000000000000000000000000000..8c1424267d7d0304146ba4504eaaa3b3f6f70a98 --- /dev/null +++ b/MTDDH/images/mtddh_2fc2b458_000377.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dfcd61a1b70fd48f75ea73e842a541b4e38b8660d64e129b535ce950bd7345f +size 63520 diff --git a/MTDDH/images/mtddh_3056bb2a_000789.png b/MTDDH/images/mtddh_3056bb2a_000789.png new file mode 100644 index 0000000000000000000000000000000000000000..ed3ecf17bf343062affa7e5d2e4d14e706922330 --- /dev/null +++ b/MTDDH/images/mtddh_3056bb2a_000789.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:060c114bfcd942ac2d456a1a070c76609e064f4f1437c4b5f3e5f4a7ba521b96 +size 69079 diff --git a/MTDDH/images/mtddh_306feb9a_000462.png b/MTDDH/images/mtddh_306feb9a_000462.png new file mode 100644 index 0000000000000000000000000000000000000000..3596b9bf6b4a948fd3344c17dddd3c820decda1c --- /dev/null +++ b/MTDDH/images/mtddh_306feb9a_000462.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28c7b5304188cbed75524a76448e90a076776e8574efe84887dab7b1e37dfbe6 +size 55706 diff --git a/MTDDH/images/mtddh_30bef8f1_000557.png b/MTDDH/images/mtddh_30bef8f1_000557.png new file mode 100644 index 0000000000000000000000000000000000000000..1b50c28146e6bbca5b8ea74832bc42d0e8f679db --- /dev/null +++ b/MTDDH/images/mtddh_30bef8f1_000557.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:567bedfc350f9c95726e4122272d7b9586a0e592fe5f72b453a53e6008cfa0cd +size 49258 diff --git a/MTDDH/images/mtddh_318a1858_000124.png b/MTDDH/images/mtddh_318a1858_000124.png new file mode 100644 index 0000000000000000000000000000000000000000..ee2191c735d3b2f5baffc42c9c937d04cd475e49 --- /dev/null +++ b/MTDDH/images/mtddh_318a1858_000124.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4186c40846eb09f53b81ffd6ee8cff667583dac7ecb9aaab07ad28e39e87da19 +size 50447 diff --git a/MTDDH/images/mtddh_31fda21d_000796.png b/MTDDH/images/mtddh_31fda21d_000796.png new file mode 100644 index 0000000000000000000000000000000000000000..1bff30eb9daa16b2f0e8abf5dc8e8f4bf950f126 --- /dev/null +++ b/MTDDH/images/mtddh_31fda21d_000796.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cea19835226a1b4140815059561f6585ea43c6ccfec4ec20c95f40dd906986d +size 47997 diff --git a/MTDDH/images/mtddh_32602235_000613.png b/MTDDH/images/mtddh_32602235_000613.png new file mode 100644 index 0000000000000000000000000000000000000000..bae10d3580f54be576c21607736102d4f23c0e47 --- /dev/null +++ b/MTDDH/images/mtddh_32602235_000613.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5cfd6e9b3f966e39ae65a95be7a018c30c7b89d92e3c5aa1f7c67f061154918 +size 47908 diff --git a/MTDDH/images/mtddh_3269889d_000629.png b/MTDDH/images/mtddh_3269889d_000629.png new file mode 100644 index 0000000000000000000000000000000000000000..95923749a4b99ed4daa71ccd997574e5b3836ad2 --- /dev/null +++ b/MTDDH/images/mtddh_3269889d_000629.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5d6acfbfd456f98bef8243c9c1e7b7c5803479ba1eb0595eee323989c8738fd +size 60061 diff --git a/MTDDH/images/mtddh_32af8a70_000810.png b/MTDDH/images/mtddh_32af8a70_000810.png new file mode 100644 index 0000000000000000000000000000000000000000..fba72c76ae909f69b6c8dbea7cf4be3a1549064a --- /dev/null +++ b/MTDDH/images/mtddh_32af8a70_000810.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dae1e81f566068b0c1c62cad6c528f3e5ce577f312ac604e4e56d92a869ef8b +size 62331 diff --git a/MTDDH/images/mtddh_3363d08d_000904.png b/MTDDH/images/mtddh_3363d08d_000904.png new file mode 100644 index 0000000000000000000000000000000000000000..45981ecfcc3ce64f2e109e813c18460661daf3ca --- /dev/null +++ b/MTDDH/images/mtddh_3363d08d_000904.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10e9c4ad3b2bca20ebefcd64b214debcf96883815e752a0093e7123d88e30764 +size 50800 diff --git a/MTDDH/images/mtddh_338c6830_000837.png b/MTDDH/images/mtddh_338c6830_000837.png new file mode 100644 index 0000000000000000000000000000000000000000..765bb54907ab00ba84f5112ac0dd9d8e76dc30d1 --- /dev/null +++ b/MTDDH/images/mtddh_338c6830_000837.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9f55540014f9524622625b2804278d67113ba245b3d20f70af825fa0e21a67c +size 74342 diff --git a/MTDDH/images/mtddh_3415d946_000729.png b/MTDDH/images/mtddh_3415d946_000729.png new file mode 100644 index 0000000000000000000000000000000000000000..19e886698b070083965ec2d5d3bbc5b2ecc935f3 --- /dev/null +++ b/MTDDH/images/mtddh_3415d946_000729.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5ba001c79634ea6a7a12f117437821f689603103576eeffb800b8ee59058b07 +size 52955 diff --git a/MTDDH/images/mtddh_34717e77_000818.png b/MTDDH/images/mtddh_34717e77_000818.png new file mode 100644 index 0000000000000000000000000000000000000000..b33f03452c046e5c4cb18a9a392e59c4debfc127 --- /dev/null +++ b/MTDDH/images/mtddh_34717e77_000818.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac52f4214f5d82a3302447c409f17992bb660452cc91bbbab18de3e6efcacd35 +size 50351 diff --git a/MTDDH/images/mtddh_348fffab_000558.png b/MTDDH/images/mtddh_348fffab_000558.png new file mode 100644 index 0000000000000000000000000000000000000000..748ce9f555f92aac96c8678e1961db5a00dd4697 --- /dev/null +++ b/MTDDH/images/mtddh_348fffab_000558.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5b6ebb3731f48bf7c2dfa5079abd3e6c01e996e6d24fc29a16f48db27d4f2bb +size 65475 diff --git a/MTDDH/images/mtddh_34a71f92_000857.png b/MTDDH/images/mtddh_34a71f92_000857.png new file mode 100644 index 0000000000000000000000000000000000000000..1d08ef3f2ba4c2baa24a7a9ca63816ae6e7ad89f --- /dev/null +++ b/MTDDH/images/mtddh_34a71f92_000857.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d1259cb672a46e6f3e2fb92baa6c57aae484c596bd945bc70afddb43974e1f5 +size 66275 diff --git a/MTDDH/images/mtddh_35193235_000511.png b/MTDDH/images/mtddh_35193235_000511.png new file mode 100644 index 0000000000000000000000000000000000000000..b5f97f779b2f7b61477d87c7eb281bbdc693cd31 --- /dev/null +++ b/MTDDH/images/mtddh_35193235_000511.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cec4a326a7c3312351babca9b0d9c15991adadd628d664d04b68c011f94f4dbc +size 58894 diff --git a/MTDDH/images/mtddh_36071fb3_000546.png b/MTDDH/images/mtddh_36071fb3_000546.png new file mode 100644 index 0000000000000000000000000000000000000000..b05848e7c43e4288da75353e7252696430e4f055 --- /dev/null +++ b/MTDDH/images/mtddh_36071fb3_000546.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90c280c3d685086738787726b22a3bf22f86d78eac3af9b576daed7569a7b81b +size 45489 diff --git a/MTDDH/images/mtddh_36fe1e45_000512.png b/MTDDH/images/mtddh_36fe1e45_000512.png new file mode 100644 index 0000000000000000000000000000000000000000..1427a20116eaa61b496dd7e5335eaf5dda68042d --- /dev/null +++ b/MTDDH/images/mtddh_36fe1e45_000512.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ba2f24375b62e6d2face9199822c111828b3de664e0f968c92f51fbb876b6c9 +size 68781 diff --git a/MTDDH/images/mtddh_372545a1_000433.png b/MTDDH/images/mtddh_372545a1_000433.png new file mode 100644 index 0000000000000000000000000000000000000000..09acafff3d629ffb5e1d5507e67dc6e85aaedb48 --- /dev/null +++ b/MTDDH/images/mtddh_372545a1_000433.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1018fc6214b9b9a6e61ba6455f6a0a45be9bfc6839b721bf46b8d072f3a2fc1d +size 57647 diff --git a/MTDDH/images/mtddh_3790f0df_000434.png b/MTDDH/images/mtddh_3790f0df_000434.png new file mode 100644 index 0000000000000000000000000000000000000000..ab86e225353e02cb67a0c77a232c4806bc90de1f --- /dev/null +++ b/MTDDH/images/mtddh_3790f0df_000434.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2773c48a176337693213c8034344d91ab7fe9e70443ab371d5712753936fd1c +size 58783 diff --git a/MTDDH/images/mtddh_37943ffa_000858.png b/MTDDH/images/mtddh_37943ffa_000858.png new file mode 100644 index 0000000000000000000000000000000000000000..77ed373fc076000a4cb14718469888c8dd07552c --- /dev/null +++ b/MTDDH/images/mtddh_37943ffa_000858.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65065720139a4956c3248ad71a61378dd3ebe22f1953c0f2022f09e9e9d49cc6 +size 67243 diff --git a/MTDDH/images/mtddh_37f44a0c_000692.png b/MTDDH/images/mtddh_37f44a0c_000692.png new file mode 100644 index 0000000000000000000000000000000000000000..d9e1498191459f7693da813a46f0c8f082944cac --- /dev/null +++ b/MTDDH/images/mtddh_37f44a0c_000692.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10851045320c2bbeb48ad6a48e0c14b474f7cf49f9a1d379d49d6a6f3dfd0938 +size 49934 diff --git a/MTDDH/images/mtddh_3808274e_000686.png b/MTDDH/images/mtddh_3808274e_000686.png new file mode 100644 index 0000000000000000000000000000000000000000..f30091531f16dcbd5224a41a942448c081fb8bd0 --- /dev/null +++ b/MTDDH/images/mtddh_3808274e_000686.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31a58e034f44d9a81106a711fad7c24c905195d45b48ea686d8603c66066b007 +size 42723 diff --git a/MTDDH/images/mtddh_3822237b_000894.png b/MTDDH/images/mtddh_3822237b_000894.png new file mode 100644 index 0000000000000000000000000000000000000000..31759f49522c522f6b861108dc5663744d325477 --- /dev/null +++ b/MTDDH/images/mtddh_3822237b_000894.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e4e4d9d6202cb08d98cf40ca9534961558405cfc04f74a8070476bd96b52125 +size 50154 diff --git a/MTDDH/images/mtddh_38a47871_000277.png b/MTDDH/images/mtddh_38a47871_000277.png new file mode 100644 index 0000000000000000000000000000000000000000..5ed0841d936d63d64a14594be1e0f333b1eb26d4 --- /dev/null +++ b/MTDDH/images/mtddh_38a47871_000277.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbcf2dcfb899af4055a0346adb9cebf9938749e8c86ba60642524cd9f9a52660 +size 60724 diff --git a/MTDDH/images/mtddh_38d44fcc_000006.png b/MTDDH/images/mtddh_38d44fcc_000006.png new file mode 100644 index 0000000000000000000000000000000000000000..5165018cedbce56632282054e43df7677f86e413 --- /dev/null +++ b/MTDDH/images/mtddh_38d44fcc_000006.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cabb8952da476ab99d51384e4306b202b166ba7e5eecca68af911d0e457a0ed +size 68081 diff --git a/MTDDH/images/mtddh_38d7a848_000804.png b/MTDDH/images/mtddh_38d7a848_000804.png new file mode 100644 index 0000000000000000000000000000000000000000..2543292d3cb36ee2f71bc622212fa646d6c6cb42 --- /dev/null +++ b/MTDDH/images/mtddh_38d7a848_000804.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa1c2e7ddf15833180cf2c3e775cf89eac164503d42a971362df6f67c69dd3eb +size 52763 diff --git a/MTDDH/images/mtddh_395546f1_000736.png b/MTDDH/images/mtddh_395546f1_000736.png new file mode 100644 index 0000000000000000000000000000000000000000..98a1be3b0c8fc32f15f13e6c3605f6aa7b0698b7 --- /dev/null +++ b/MTDDH/images/mtddh_395546f1_000736.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:781f9ca56a445d235d8d876849dd768e762c029b0f7ade6b54805acdc326349d +size 70969 diff --git a/MTDDH/images/mtddh_399424eb_000487.png b/MTDDH/images/mtddh_399424eb_000487.png new file mode 100644 index 0000000000000000000000000000000000000000..6231af3323c1327d13d6ac0a2f90952bb23fb1cf --- /dev/null +++ b/MTDDH/images/mtddh_399424eb_000487.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8197b3e203a6ca719b24f7f8cf5c54a924b21d3bcb6eb6c95abec445486978ac +size 56896 diff --git a/MTDDH/images/mtddh_39c52896_000271.png b/MTDDH/images/mtddh_39c52896_000271.png new file mode 100644 index 0000000000000000000000000000000000000000..ede804daf72ae534ad51464434f4121d520c0b31 --- /dev/null +++ b/MTDDH/images/mtddh_39c52896_000271.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2a4b9be2c60b17921274c6a9fd53deaed5c3e5cd393ca8a17a451687ad30f09 +size 53863 diff --git a/MTDDH/images/mtddh_39d9c430_000859.png b/MTDDH/images/mtddh_39d9c430_000859.png new file mode 100644 index 0000000000000000000000000000000000000000..f0a7310746b6f2878f0f9317817f956ea83f3e7f --- /dev/null +++ b/MTDDH/images/mtddh_39d9c430_000859.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20b0ea9e8d45952e8cdfba842bf2bc73ce963ceb06cb66be044bd11b28b3d4b2 +size 64639 diff --git a/MTDDH/images/mtddh_39f9ead5_000089.png b/MTDDH/images/mtddh_39f9ead5_000089.png new file mode 100644 index 0000000000000000000000000000000000000000..8d9d9c4d0a2eec5a3a1c29c577a10bd6a867951c --- /dev/null +++ b/MTDDH/images/mtddh_39f9ead5_000089.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:260079c6896dc7b1f64b05cfb65154a05ac08b0691df9bfe2e8784ae9e669055 +size 55790 diff --git a/MTDDH/images/mtddh_3a113e4c_000814.png b/MTDDH/images/mtddh_3a113e4c_000814.png new file mode 100644 index 0000000000000000000000000000000000000000..94a2d17186cac06937fb0916cad77219848d1291 --- /dev/null +++ b/MTDDH/images/mtddh_3a113e4c_000814.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d69595b980ee9bc3705c618e7b45dac8d2ddf1f9538ae1df6c6aca7a57b492a4 +size 41349 diff --git a/MTDDH/images/mtddh_3abd9dc0_000378.png b/MTDDH/images/mtddh_3abd9dc0_000378.png new file mode 100644 index 0000000000000000000000000000000000000000..f259909fe31fd07271173b59c4792e7453f5e8b1 --- /dev/null +++ b/MTDDH/images/mtddh_3abd9dc0_000378.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2abdf6503f659e52e30f8e6367ae82907422726cdf91e90bc9aa8a86016072f9 +size 70062 diff --git a/MTDDH/images/mtddh_3b50b29d_000790.png b/MTDDH/images/mtddh_3b50b29d_000790.png new file mode 100644 index 0000000000000000000000000000000000000000..12f9791db20652d5f2a8ea85ec1a180694b0491e --- /dev/null +++ b/MTDDH/images/mtddh_3b50b29d_000790.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f9c2b45cb7781d14c9f39fccabf0b7313438597bc57db36a51faf8aed235cbe +size 69993 diff --git a/MTDDH/images/mtddh_3b771824_000013.png b/MTDDH/images/mtddh_3b771824_000013.png new file mode 100644 index 0000000000000000000000000000000000000000..bba4754173ac1946b62a15b77c2f648ffae1ca72 --- /dev/null +++ b/MTDDH/images/mtddh_3b771824_000013.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c618e021a1fe3aa83a5a8c29571c2b6a94f914b028ac101a29ccbdc7ed8709d6 +size 54620 diff --git a/MTDDH/images/mtddh_3b83f198_000513.png b/MTDDH/images/mtddh_3b83f198_000513.png new file mode 100644 index 0000000000000000000000000000000000000000..8273f6869bd21f884550b368dbcf001d7ad06f7a --- /dev/null +++ b/MTDDH/images/mtddh_3b83f198_000513.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef1f6504ce6b05aa395ae9d8faed08f20b41c78622585192381f11a7a35c93e8 +size 36339 diff --git a/MTDDH/images/mtddh_3b931635_000698.png b/MTDDH/images/mtddh_3b931635_000698.png new file mode 100644 index 0000000000000000000000000000000000000000..ab187a29719798486e365b87fa3962d4b2acb718 --- /dev/null +++ b/MTDDH/images/mtddh_3b931635_000698.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cd70ad13b738c170762f6af463650ba6edb3650eec726c14761eeff603713be +size 55844 diff --git a/MTDDH/images/mtddh_3be986e2_000797.png b/MTDDH/images/mtddh_3be986e2_000797.png new file mode 100644 index 0000000000000000000000000000000000000000..57d5f15df8aecf49d36425c17e4878d0222e6053 --- /dev/null +++ b/MTDDH/images/mtddh_3be986e2_000797.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:636ae87a6bef3d0e208b418f9d2af1467fd1b53849d4e87af1a55a666282b5ac +size 50458 diff --git a/MTDDH/images/mtddh_3c2250cb_000860.png b/MTDDH/images/mtddh_3c2250cb_000860.png new file mode 100644 index 0000000000000000000000000000000000000000..8b9775a92a30ca5ad0fffd4d18df1e8f42a022a3 --- /dev/null +++ b/MTDDH/images/mtddh_3c2250cb_000860.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecd0418afba772098385e89d711fcdc4ea17853413fcf15ad21608879dc8e238 +size 48947 diff --git a/MTDDH/images/mtddh_3c96598d_000791.png b/MTDDH/images/mtddh_3c96598d_000791.png new file mode 100644 index 0000000000000000000000000000000000000000..4948ccda6f382964c6869ebcceee83d220c2cae1 --- /dev/null +++ b/MTDDH/images/mtddh_3c96598d_000791.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70b4027d6977894a502bbd6583542612c572aa9f0cb87f86958368bba762063e +size 68012 diff --git a/MTDDH/images/mtddh_3cb6e879_000707.png b/MTDDH/images/mtddh_3cb6e879_000707.png new file mode 100644 index 0000000000000000000000000000000000000000..67ad4ac709ecdd5263fd553ee31ce9781e335b64 --- /dev/null +++ b/MTDDH/images/mtddh_3cb6e879_000707.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:152d6bc95381be3f066c64ffa3d5a5f6b94c3d5689cf0e9c2280c78c7d3948f3 +size 53062 diff --git a/MTDDH/images/mtddh_3d01e505_000107.png b/MTDDH/images/mtddh_3d01e505_000107.png new file mode 100644 index 0000000000000000000000000000000000000000..849e987f44806fa6f78b069c6a58d52b91b66c11 --- /dev/null +++ b/MTDDH/images/mtddh_3d01e505_000107.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b48ebbb9c7de611742be274ea401ce69d7c6d2674e94050be9b5f7adadab7ee9 +size 45450 diff --git a/MTDDH/images/mtddh_3d35b65a_000650.png b/MTDDH/images/mtddh_3d35b65a_000650.png new file mode 100644 index 0000000000000000000000000000000000000000..dde09f20fdd41e3d45aaadede67be2ba5bb95014 --- /dev/null +++ b/MTDDH/images/mtddh_3d35b65a_000650.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:709d677f20756c02813b64617ffa75306bd476f2c1048ccf273e21af7f12b940 +size 64848 diff --git a/MTDDH/images/mtddh_3d8d4d79_000281.png b/MTDDH/images/mtddh_3d8d4d79_000281.png new file mode 100644 index 0000000000000000000000000000000000000000..c967d03895e1b63ab0b8a2678c4f4a6ca34d36eb --- /dev/null +++ b/MTDDH/images/mtddh_3d8d4d79_000281.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23fba2d9d87871fd5fc5c63fe52da81a8fc2d81ff076ec86922483078716b4e7 +size 50466 diff --git a/MTDDH/images/mtddh_3de888bd_000861.png b/MTDDH/images/mtddh_3de888bd_000861.png new file mode 100644 index 0000000000000000000000000000000000000000..03a5b4d5ac35ed067fc199e4cefc0a1bcb3de262 --- /dev/null +++ b/MTDDH/images/mtddh_3de888bd_000861.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be9ca93d6dc98523a72d2046c92200db29b8aa4ce89c0cb4a14bb87a3fc120df +size 58332 diff --git a/MTDDH/images/mtddh_3e8563b6_000028.png b/MTDDH/images/mtddh_3e8563b6_000028.png new file mode 100644 index 0000000000000000000000000000000000000000..cbfffb30065f0365d2c5461c97dfbe6939b73171 --- /dev/null +++ b/MTDDH/images/mtddh_3e8563b6_000028.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b70ba68f583bdbbbb1958919504d69fcd1c2baa67a8b1d9c77063d7e6319b794 +size 50445 diff --git a/MTDDH/images/mtddh_3eab957f_000073.png b/MTDDH/images/mtddh_3eab957f_000073.png new file mode 100644 index 0000000000000000000000000000000000000000..8227cbde197a78abd5751f440bf01b76121abb3a --- /dev/null +++ b/MTDDH/images/mtddh_3eab957f_000073.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9beb6dc91d53b939b0ab442ce9e9419162d29933951586c2720b9ea92309890 +size 61143 diff --git a/MTDDH/images/mtddh_3f09bbd0_000696.png b/MTDDH/images/mtddh_3f09bbd0_000696.png new file mode 100644 index 0000000000000000000000000000000000000000..09c173b99cacdbb8fb34a6a222ae00844422d6f8 --- /dev/null +++ b/MTDDH/images/mtddh_3f09bbd0_000696.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a24faff2133b4a858d1b2eb865ecb91295d3df4545d93000987400abf97e0315 +size 60392 diff --git a/MTDDH/images/mtddh_3f3905b6_000190.png b/MTDDH/images/mtddh_3f3905b6_000190.png new file mode 100644 index 0000000000000000000000000000000000000000..36a80b63bff6c2d72b02f88fa8efeb96bab22dd6 --- /dev/null +++ b/MTDDH/images/mtddh_3f3905b6_000190.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeeb8242f39a723e1799c1a0c1bb1387a027b84bfecd774697174f644a74f8bc +size 56559 diff --git a/MTDDH/images/mtddh_3f56be3d_000212.png b/MTDDH/images/mtddh_3f56be3d_000212.png new file mode 100644 index 0000000000000000000000000000000000000000..19256bdf84a9576b15eaa1cc13717cae9475d597 --- /dev/null +++ b/MTDDH/images/mtddh_3f56be3d_000212.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fff4fa737ac2f6163d8b0de649460bd41581dd38009ef6f866bc18a7d682034 +size 62793 diff --git a/MTDDH/images/mtddh_3fb86e51_000838.png b/MTDDH/images/mtddh_3fb86e51_000838.png new file mode 100644 index 0000000000000000000000000000000000000000..5ab9ca584a04912823768122fe91547fc0920319 --- /dev/null +++ b/MTDDH/images/mtddh_3fb86e51_000838.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a869617c207da701a5d39fa58edc69409bcd9696af1d757ba6bc10ee07b3e279 +size 61737 diff --git a/MTDDH/images/mtddh_3fd59524_000197.png b/MTDDH/images/mtddh_3fd59524_000197.png new file mode 100644 index 0000000000000000000000000000000000000000..b0addd4fdff866efca09e26536b3d0b7afc71e0a --- /dev/null +++ b/MTDDH/images/mtddh_3fd59524_000197.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44e096ad8d8f3cc9060ed89a48c72efe37fb60100492fb3c498bc0aa0619aafc +size 50944 diff --git a/MTDDH/images/mtddh_3fdceeaf_000819.png b/MTDDH/images/mtddh_3fdceeaf_000819.png new file mode 100644 index 0000000000000000000000000000000000000000..08c1b23f79ec6d3614f0aeb8071fde57a4ceb90c --- /dev/null +++ b/MTDDH/images/mtddh_3fdceeaf_000819.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88383e6bb99263475beaaf1b975585ed0b951d756785260e8f480d921af2a5c9 +size 56740 diff --git a/MTDDH/images/mtddh_3ff8582f_000225.png b/MTDDH/images/mtddh_3ff8582f_000225.png new file mode 100644 index 0000000000000000000000000000000000000000..b79d6d62a32705586cfe56b1a2219859fdd6155e --- /dev/null +++ b/MTDDH/images/mtddh_3ff8582f_000225.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a98472c696b9483f6aca2791175d244e34133d2fd30c552692c366fa8cd16fb2 +size 66866 diff --git a/MTDDH/images/mtddh_406564f1_000895.png b/MTDDH/images/mtddh_406564f1_000895.png new file mode 100644 index 0000000000000000000000000000000000000000..9a388b7df2382b0d7643c15f7a73c39822173504 --- /dev/null +++ b/MTDDH/images/mtddh_406564f1_000895.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88d9d785e0830ff238a47dd174e24f68f071c30c0a6118192a1ea14be191e94a +size 64590 diff --git a/MTDDH/images/mtddh_4077e03e_000681.png b/MTDDH/images/mtddh_4077e03e_000681.png new file mode 100644 index 0000000000000000000000000000000000000000..1eb1b436ef4864b63132dd716938fd27905ddf3a --- /dev/null +++ b/MTDDH/images/mtddh_4077e03e_000681.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd7916c3dd9dd2e496eaa437b851eddb97854aabd302dee58ba2bd3f70cdd9b2 +size 73585 diff --git a/MTDDH/images/mtddh_41100769_000738.png b/MTDDH/images/mtddh_41100769_000738.png new file mode 100644 index 0000000000000000000000000000000000000000..67aab50ba9a4897906cdc42e871c78e5a431c6e0 --- /dev/null +++ b/MTDDH/images/mtddh_41100769_000738.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e7352236764d30e93f637f20385f3cce12a8b87ce500a0c952aa623e71f79e4 +size 54457 diff --git a/MTDDH/images/mtddh_41b6030b_000811.png b/MTDDH/images/mtddh_41b6030b_000811.png new file mode 100644 index 0000000000000000000000000000000000000000..b970417c8406a6d74242a0060dccb30ab82599cb --- /dev/null +++ b/MTDDH/images/mtddh_41b6030b_000811.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9a07dd3a81484d4f3705f09b19d5feb91338caa780b11ad89703ed95a147e85 +size 56904 diff --git a/MTDDH/images/mtddh_41e8c93f_000350.png b/MTDDH/images/mtddh_41e8c93f_000350.png new file mode 100644 index 0000000000000000000000000000000000000000..2a3b7496ecd77a460d33d13978dac6d7134be8db --- /dev/null +++ b/MTDDH/images/mtddh_41e8c93f_000350.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:246b58bf18a3ddcdb4d9b99778ab30b49b2b9043b2a634c2f2c17c553d411412 +size 56799 diff --git a/MTDDH/images/mtddh_41e8d599_000614.png b/MTDDH/images/mtddh_41e8d599_000614.png new file mode 100644 index 0000000000000000000000000000000000000000..904a94fe70f6ebdde1b38e043e013e0cec995bdc --- /dev/null +++ b/MTDDH/images/mtddh_41e8d599_000614.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f70d50bda986bfc415bccc3476702d7435372c10089384cffe6e564dbcd52bf7 +size 48203 diff --git a/MTDDH/images/mtddh_42a61270_000827.png b/MTDDH/images/mtddh_42a61270_000827.png new file mode 100644 index 0000000000000000000000000000000000000000..3d213a70d6e7437d928c08fa353a446a9e80f18c --- /dev/null +++ b/MTDDH/images/mtddh_42a61270_000827.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:726cc455406c29334f95c866cbd8e51b2bd8f55addf79f7107db1b41af5ded4b +size 47919 diff --git a/MTDDH/images/mtddh_42a883a5_000329.png b/MTDDH/images/mtddh_42a883a5_000329.png new file mode 100644 index 0000000000000000000000000000000000000000..3fef7f5b8dc34c3a4140e19f311e0a9c4c759d40 --- /dev/null +++ b/MTDDH/images/mtddh_42a883a5_000329.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baa867896bb9bb07506107b7abb37f514850fa7b75e6392b078d68e62f59c583 +size 60909 diff --git a/MTDDH/images/mtddh_4369dc86_000862.png b/MTDDH/images/mtddh_4369dc86_000862.png new file mode 100644 index 0000000000000000000000000000000000000000..25d5d32598b976163b8e0e4409a9f388c2898dbd --- /dev/null +++ b/MTDDH/images/mtddh_4369dc86_000862.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e894d90eb0083ae63debdedbc404afc6081430762f88c425d3ade685ddb9db4 +size 46867 diff --git a/MTDDH/images/mtddh_4377ea37_000659.png b/MTDDH/images/mtddh_4377ea37_000659.png new file mode 100644 index 0000000000000000000000000000000000000000..e9f054cca7a944077fb92033eb28e3d821d3317a --- /dev/null +++ b/MTDDH/images/mtddh_4377ea37_000659.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:064bdd0c42c0dc317af16e277c8a1bb75a34ef1499d81bfdd872e5f1678f2b91 +size 43945 diff --git a/MTDDH/images/mtddh_4384f9df_000014.png b/MTDDH/images/mtddh_4384f9df_000014.png new file mode 100644 index 0000000000000000000000000000000000000000..be005d53195d51273707d4b6ccc720bef3338683 --- /dev/null +++ b/MTDDH/images/mtddh_4384f9df_000014.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec21226049b1980ee5f67c4f3b702f6aceadf61d989b5646885da7f7a97fa3cc +size 58642 diff --git a/MTDDH/images/mtddh_438a37a5_000488.png b/MTDDH/images/mtddh_438a37a5_000488.png new file mode 100644 index 0000000000000000000000000000000000000000..cb01f0a69e8b49efa018fee411c20b534cadb19c --- /dev/null +++ b/MTDDH/images/mtddh_438a37a5_000488.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52dc0786343b1f3b2402e508e37e641ec5334ef14f9b0760d3e503cf52ee3096 +size 62775 diff --git a/MTDDH/images/mtddh_438bc3b1_000489.png b/MTDDH/images/mtddh_438bc3b1_000489.png new file mode 100644 index 0000000000000000000000000000000000000000..3e1119b84e5bdc1fee1771468a0a625ad7a61efb --- /dev/null +++ b/MTDDH/images/mtddh_438bc3b1_000489.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1be1a3bdf6ee198327e7e9784b5f7a1ff8472f1c51c96bdb821d54b07267e659 +size 50050 diff --git a/MTDDH/images/mtddh_43e243d8_000763.png b/MTDDH/images/mtddh_43e243d8_000763.png new file mode 100644 index 0000000000000000000000000000000000000000..74ad74498b8439a5b8ae75d8ac2b077c3eaf32e5 --- /dev/null +++ b/MTDDH/images/mtddh_43e243d8_000763.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e48a4a5f484bf3ea05697d43b93f2a7c99d2d8aabcc0d37b70e10145e74cca1 +size 70162 diff --git a/MTDDH/images/mtddh_445c9a3f_000463.png b/MTDDH/images/mtddh_445c9a3f_000463.png new file mode 100644 index 0000000000000000000000000000000000000000..1bbb0669c481057bb73e8945616ee018a4d4c00d --- /dev/null +++ b/MTDDH/images/mtddh_445c9a3f_000463.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6190af1366067a063c4dc670851d419a5000c0161a99fa6657a3b9795e6e21e +size 53961 diff --git a/MTDDH/images/mtddh_449d428f_000208.png b/MTDDH/images/mtddh_449d428f_000208.png new file mode 100644 index 0000000000000000000000000000000000000000..e2ec2a642465bed05e02595d6afa1393cb786411 --- /dev/null +++ b/MTDDH/images/mtddh_449d428f_000208.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44f9e7c1e5f8d2d7a318d489b4e8de6ad41e904700d03ae8ffba828636504888 +size 59433 diff --git a/MTDDH/images/mtddh_44d2c271_000863.png b/MTDDH/images/mtddh_44d2c271_000863.png new file mode 100644 index 0000000000000000000000000000000000000000..8f0035038a0c5012f169df505a7a72f6ade0d770 --- /dev/null +++ b/MTDDH/images/mtddh_44d2c271_000863.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c23f76b904fd6609668c3530a379a60f44a5c72a98fe9c9c824e00cfc80761e9 +size 45848 diff --git a/MTDDH/images/mtddh_45208679_000547.png b/MTDDH/images/mtddh_45208679_000547.png new file mode 100644 index 0000000000000000000000000000000000000000..adf8b8ffb35cb79f3202533139d8fb40da025190 --- /dev/null +++ b/MTDDH/images/mtddh_45208679_000547.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a693742f29b6390fdf0192357c7e517124cfac86fc7336dbb48a882fa89fd94 +size 48319 diff --git a/MTDDH/images/mtddh_457c5a47_000269.png b/MTDDH/images/mtddh_457c5a47_000269.png new file mode 100644 index 0000000000000000000000000000000000000000..ed6851101cee9305035ed5b35beb685b2ba78239 --- /dev/null +++ b/MTDDH/images/mtddh_457c5a47_000269.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae325009c585c3d52112a158cf50dc9fb4a6be2dd2cbb83da8adb61934024395 +size 57184 diff --git a/MTDDH/images/mtddh_45aa76e0_000792.png b/MTDDH/images/mtddh_45aa76e0_000792.png new file mode 100644 index 0000000000000000000000000000000000000000..e2a7ad5d5e18645261724fa13519c2a1eaa95385 --- /dev/null +++ b/MTDDH/images/mtddh_45aa76e0_000792.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c097599ab681f3d9a84a9e9f6f2778fd7305c1fc4747c934decdc75305cb1e9 +size 52222 diff --git a/MTDDH/images/mtddh_45d2d694_000534.png b/MTDDH/images/mtddh_45d2d694_000534.png new file mode 100644 index 0000000000000000000000000000000000000000..4a6544534660effc530c4117c8f4872fa12485f6 --- /dev/null +++ b/MTDDH/images/mtddh_45d2d694_000534.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c5cb470c4ff6f1e4917723348f26b283b6e07585075c2a6f376057933a92202 +size 49762 diff --git a/MTDDH/images/mtddh_45d635d4_000087.png b/MTDDH/images/mtddh_45d635d4_000087.png new file mode 100644 index 0000000000000000000000000000000000000000..a47901353a71eb969b3365c07823929caad4e351 --- /dev/null +++ b/MTDDH/images/mtddh_45d635d4_000087.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfb20c9d73fe04b4242573b274c6e8daf3dd246ea02fa447963db52e0469c27f +size 67759 diff --git a/MTDDH/images/mtddh_45fa36bd_000713.png b/MTDDH/images/mtddh_45fa36bd_000713.png new file mode 100644 index 0000000000000000000000000000000000000000..92f987cb6d7d7b31c1b225975ae9b3ca2e8ec7dc --- /dev/null +++ b/MTDDH/images/mtddh_45fa36bd_000713.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0df666eb6d99d479ff4af7bb503391174d47a1458661ced242faa51f686c2ae4 +size 55215 diff --git a/MTDDH/images/mtddh_46281482_000864.png b/MTDDH/images/mtddh_46281482_000864.png new file mode 100644 index 0000000000000000000000000000000000000000..91b44d396536a1eaa88a2df4035f35b331a4e6ef --- /dev/null +++ b/MTDDH/images/mtddh_46281482_000864.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af96761016c2720e8912fbe1bcac644a8c2323d515f6667b7b3fab5a0a63dddd +size 58614 diff --git a/MTDDH/images/mtddh_464e5766_000548.png b/MTDDH/images/mtddh_464e5766_000548.png new file mode 100644 index 0000000000000000000000000000000000000000..821763c37a3cd339ced46bad31db9441820433cd --- /dev/null +++ b/MTDDH/images/mtddh_464e5766_000548.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ec50616919ebad6b901ca29ab5b70acd33b61909fcb8315d0f12fed61af719f +size 58002 diff --git a/MTDDH/images/mtddh_46ce4847_000745.png b/MTDDH/images/mtddh_46ce4847_000745.png new file mode 100644 index 0000000000000000000000000000000000000000..678323cfcb4fa08bcf577996de32cbf3f0cd949a --- /dev/null +++ b/MTDDH/images/mtddh_46ce4847_000745.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92bd264b1ac67f4c1fee4aad01739055e78a3d9e5e26e8515db453976b1949cc +size 77340 diff --git a/MTDDH/images/mtddh_475e7e01_000351.png b/MTDDH/images/mtddh_475e7e01_000351.png new file mode 100644 index 0000000000000000000000000000000000000000..ef02d9009c8ea89813ee440f155712c736fe0d85 --- /dev/null +++ b/MTDDH/images/mtddh_475e7e01_000351.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e92b100dee6ad71c01b97bbbfe14ed871fcfa6d68ce7b22439817665b43e82ee +size 56815 diff --git a/MTDDH/images/mtddh_47b74016_000379.png b/MTDDH/images/mtddh_47b74016_000379.png new file mode 100644 index 0000000000000000000000000000000000000000..254b5dcc73d93aab3966a6b1dc012844991cd224 --- /dev/null +++ b/MTDDH/images/mtddh_47b74016_000379.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e7942be6c8cd0f1c35e9a841c0151b91422c305401493c14cbc8f4db9d31976 +size 54858 diff --git a/MTDDH/images/mtddh_47e016de_000272.png b/MTDDH/images/mtddh_47e016de_000272.png new file mode 100644 index 0000000000000000000000000000000000000000..641607e6e480da00aec6d1e62df834c298a66424 --- /dev/null +++ b/MTDDH/images/mtddh_47e016de_000272.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c3d819cc259a762cdbb6ce03e1f30a62cbf1d201ad1d82e558f57d227a31f46 +size 62893 diff --git a/MTDDH/images/mtddh_4878cb97_000257.png b/MTDDH/images/mtddh_4878cb97_000257.png new file mode 100644 index 0000000000000000000000000000000000000000..95b8d8a2db4dacecf47e61c9b25f933f6737cb6d --- /dev/null +++ b/MTDDH/images/mtddh_4878cb97_000257.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6fa315b83935e07b79ccb7ab50f3a40218affdac72ea7f5747da78b07999954 +size 44763 diff --git a/MTDDH/images/mtddh_489ccc88_000162.png b/MTDDH/images/mtddh_489ccc88_000162.png new file mode 100644 index 0000000000000000000000000000000000000000..d3c59b5e21d464617e3a407e2976edef9b448f88 --- /dev/null +++ b/MTDDH/images/mtddh_489ccc88_000162.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de9464a838e767051a9d2ca5de9152167956fd1d62417c29b3b28ed4c4205dc9 +size 53688 diff --git a/MTDDH/images/mtddh_49845a7a_000855.png b/MTDDH/images/mtddh_49845a7a_000855.png new file mode 100644 index 0000000000000000000000000000000000000000..40ecb1ca6e4615720df709787cd9413d80def93e --- /dev/null +++ b/MTDDH/images/mtddh_49845a7a_000855.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d39a1d2dfa48284a30a964a64a9ac13bfd9ddbee90be61543321c74cb1c2e818 +size 54530 diff --git a/MTDDH/images/mtddh_4984cad2_000549.png b/MTDDH/images/mtddh_4984cad2_000549.png new file mode 100644 index 0000000000000000000000000000000000000000..15998baf29e21d02a8d7fbdf5baee56183cd2a50 --- /dev/null +++ b/MTDDH/images/mtddh_4984cad2_000549.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b57c39bd128b21eaa0f138dca83ad5b9b4dc38c6f33c9613f2b1afe49ec28f7 +size 58943 diff --git a/MTDDH/images/mtddh_4a9b2701_000170.png b/MTDDH/images/mtddh_4a9b2701_000170.png new file mode 100644 index 0000000000000000000000000000000000000000..0d982fb45eba298e24f0a4b605e50284a965d040 --- /dev/null +++ b/MTDDH/images/mtddh_4a9b2701_000170.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4910563a7b92d530a003a0cad09ff062d9cb7ca566af9859e620f83cb9927211 +size 48424 diff --git a/MTDDH/images/mtddh_4ab46f79_000131.png b/MTDDH/images/mtddh_4ab46f79_000131.png new file mode 100644 index 0000000000000000000000000000000000000000..bb4998db0f057cd606abe3429950aec499c8dc14 --- /dev/null +++ b/MTDDH/images/mtddh_4ab46f79_000131.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac41fd34a9c3c6856efa12965cd07eb0e437e6f4751714df731814c9b8f7d7e2 +size 46812 diff --git a/MTDDH/images/mtddh_4abf2ba6_000216.png b/MTDDH/images/mtddh_4abf2ba6_000216.png new file mode 100644 index 0000000000000000000000000000000000000000..2ea5dfebdddafaba76692ec01b19857623211ff3 --- /dev/null +++ b/MTDDH/images/mtddh_4abf2ba6_000216.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c12f4f484b27f63cf4c1791943e07f142814e09c50c64efdb07bc3737274ff74 +size 53517 diff --git a/MTDDH/images/mtddh_4b32ed8e_000464.png b/MTDDH/images/mtddh_4b32ed8e_000464.png new file mode 100644 index 0000000000000000000000000000000000000000..85ba44633a270ea25835f9083191af71439968bf --- /dev/null +++ b/MTDDH/images/mtddh_4b32ed8e_000464.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dba6b9c48a1b77343309c9e4047677aadbb9d90348e37259e0c782a928ed819 +size 71764 diff --git a/MTDDH/images/mtddh_4b4073c9_000630.png b/MTDDH/images/mtddh_4b4073c9_000630.png new file mode 100644 index 0000000000000000000000000000000000000000..6a8b6c075595045bb0280ed750f997cd41e46a5a --- /dev/null +++ b/MTDDH/images/mtddh_4b4073c9_000630.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55a2097d3309347b70db57a4c31f219572bb383067b110e3d54a29d3019cedd1 +size 48435 diff --git a/MTDDH/images/mtddh_4b927d43_000083.png b/MTDDH/images/mtddh_4b927d43_000083.png new file mode 100644 index 0000000000000000000000000000000000000000..4c45be24c0d8a1c3c43369fc9004a19dbc902ce3 --- /dev/null +++ b/MTDDH/images/mtddh_4b927d43_000083.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd98e8df85f25dca936b67a66a46ff36c4bb58943b2ab7c9946acaae6676e0b4 +size 64630 diff --git a/MTDDH/images/mtddh_4b9f6db9_000238.png b/MTDDH/images/mtddh_4b9f6db9_000238.png new file mode 100644 index 0000000000000000000000000000000000000000..e5d27c46bc603386fe4cd3434431c088f2205096 --- /dev/null +++ b/MTDDH/images/mtddh_4b9f6db9_000238.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50ec8dfda9a0938d445bb27560d133f8ba2dfe545ca72378a14a501e64d15731 +size 57290 diff --git a/MTDDH/images/mtddh_4bf03a52_000380.png b/MTDDH/images/mtddh_4bf03a52_000380.png new file mode 100644 index 0000000000000000000000000000000000000000..eecd5b8e9dc34a814f76afecad09ce0f4c0b5a83 --- /dev/null +++ b/MTDDH/images/mtddh_4bf03a52_000380.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0899d4b7a01190c1607987dbd53141c8371ab5114af941563172308fcd9a9c69 +size 51514 diff --git a/MTDDH/images/mtddh_4c01d38c_000177.png b/MTDDH/images/mtddh_4c01d38c_000177.png new file mode 100644 index 0000000000000000000000000000000000000000..adbe85394d9d4bc3845117480a26d8ea20f2f01f --- /dev/null +++ b/MTDDH/images/mtddh_4c01d38c_000177.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7543e0ae15dd451c1be43922e8b81eff66a76380e77d38b7181e97a212f0a62b +size 54118 diff --git a/MTDDH/images/mtddh_4c190b1e_000184.png b/MTDDH/images/mtddh_4c190b1e_000184.png new file mode 100644 index 0000000000000000000000000000000000000000..2d6ca82f6db7b90f76f0e06913ec4bec6282c8d6 --- /dev/null +++ b/MTDDH/images/mtddh_4c190b1e_000184.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f21713405472f38962ededc5f69b50a867475db95b434556afc10057d1bda57d +size 35928 diff --git a/MTDDH/images/mtddh_4c3a7464_000706.png b/MTDDH/images/mtddh_4c3a7464_000706.png new file mode 100644 index 0000000000000000000000000000000000000000..3ddbeb49992f11643c4c30f531953d8653580857 --- /dev/null +++ b/MTDDH/images/mtddh_4c3a7464_000706.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8db29e9cb040751493d32be9999d524491b679b9bf31880d1206269cea77c88c +size 53633 diff --git a/MTDDH/images/mtddh_4c46a52e_000906.png b/MTDDH/images/mtddh_4c46a52e_000906.png new file mode 100644 index 0000000000000000000000000000000000000000..144027c9984aead99fc604c9b45f1afa96e69087 --- /dev/null +++ b/MTDDH/images/mtddh_4c46a52e_000906.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0943f77d35ca44b42dcab8199ffe31323a50ed9f395095ca70e1c5f6fb2583b +size 65803 diff --git a/MTDDH/images/mtddh_4c7fda6e_000204.png b/MTDDH/images/mtddh_4c7fda6e_000204.png new file mode 100644 index 0000000000000000000000000000000000000000..434daca38c10f355ebe01d2ef23a94132ccaf084 --- /dev/null +++ b/MTDDH/images/mtddh_4c7fda6e_000204.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1263e6f776d5d4758a088dc77ac735b95b420dc98f265b04f08e261a1de4e5e +size 45632 diff --git a/MTDDH/images/mtddh_4cdfad5b_000054.png b/MTDDH/images/mtddh_4cdfad5b_000054.png new file mode 100644 index 0000000000000000000000000000000000000000..2f207d9320635861cf5bbf29605916049bfb613e --- /dev/null +++ b/MTDDH/images/mtddh_4cdfad5b_000054.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e8afaf2194ec359c48ea0fad721ba209db050a571496540348345d0d2cd605d +size 56375 diff --git a/MTDDH/images/mtddh_4d234745_000873.png b/MTDDH/images/mtddh_4d234745_000873.png new file mode 100644 index 0000000000000000000000000000000000000000..27197abf0e10ee7308e0cf288d3d199acb6aaffa --- /dev/null +++ b/MTDDH/images/mtddh_4d234745_000873.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4191092175ad2c568b3038aed98eea546ffa8a2ac9cb8fa0a9c38c471e49e056 +size 52356 diff --git a/MTDDH/images/mtddh_4d291f4d_000352.png b/MTDDH/images/mtddh_4d291f4d_000352.png new file mode 100644 index 0000000000000000000000000000000000000000..472d1e8d56fdd9292f5fe0968010b4c2291f3d6c --- /dev/null +++ b/MTDDH/images/mtddh_4d291f4d_000352.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:006bc670be87851c63beecb746124ace1907e3d54939ac24436cd0120de94233 +size 53812 diff --git a/MTDDH/images/mtddh_4d432a71_000381.png b/MTDDH/images/mtddh_4d432a71_000381.png new file mode 100644 index 0000000000000000000000000000000000000000..93a01c8bfb2d8c9ee55ccbb48587e63188ae48bb --- /dev/null +++ b/MTDDH/images/mtddh_4d432a71_000381.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e438f2afe6cc2776e236615343aaeceec384a1c9b9945ce9c43c8dddb569341f +size 67189 diff --git a/MTDDH/images/mtddh_4d782729_000714.png b/MTDDH/images/mtddh_4d782729_000714.png new file mode 100644 index 0000000000000000000000000000000000000000..24749000c37643d2b281c87b797f4c84f481a9c3 --- /dev/null +++ b/MTDDH/images/mtddh_4d782729_000714.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec35b9b03dbf1bc475dd007be5515639848eb1cef4893df8bf8f24ea36a68419 +size 71592 diff --git a/MTDDH/images/mtddh_4e23d366_000100.png b/MTDDH/images/mtddh_4e23d366_000100.png new file mode 100644 index 0000000000000000000000000000000000000000..e4a6e79a834c219cea6f799230ee7d7b3439ec0b --- /dev/null +++ b/MTDDH/images/mtddh_4e23d366_000100.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bac2b6447cf4cb2168df9a7ff01d8a3220d5481e55e39c48e5ce8811ddf4a863 +size 65022 diff --git a/MTDDH/images/mtddh_4f2eb21e_000865.png b/MTDDH/images/mtddh_4f2eb21e_000865.png new file mode 100644 index 0000000000000000000000000000000000000000..17b514c814689a74880f987b4760e4bac83b6ce6 --- /dev/null +++ b/MTDDH/images/mtddh_4f2eb21e_000865.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ca4b755493f13329d3661f10aa6fbdb3ee71fcfc215592033682e54aadafe7a +size 49068 diff --git a/MTDDH/images/mtddh_4f3223e1_000134.png b/MTDDH/images/mtddh_4f3223e1_000134.png new file mode 100644 index 0000000000000000000000000000000000000000..8b162a1cf65222674d9087bc12ee9092ecabc92e --- /dev/null +++ b/MTDDH/images/mtddh_4f3223e1_000134.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:250365f260f422141d00516068b579c17a619f201b82caa508051d51588372b5 +size 52560 diff --git a/MTDDH/images/mtddh_4f7f2819_000856.png b/MTDDH/images/mtddh_4f7f2819_000856.png new file mode 100644 index 0000000000000000000000000000000000000000..27144f75aecb94dd4b6bf6cfdf053d90c6c7356c --- /dev/null +++ b/MTDDH/images/mtddh_4f7f2819_000856.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afa7741388ac8720e47654edf87be2bfcdfe51786f62e189c1a82b430722ac23 +size 68797 diff --git a/MTDDH/images/mtddh_4fa0a1a8_000330.png b/MTDDH/images/mtddh_4fa0a1a8_000330.png new file mode 100644 index 0000000000000000000000000000000000000000..cfb2af885539707571a1985228f4ee4a2ce222ee --- /dev/null +++ b/MTDDH/images/mtddh_4fa0a1a8_000330.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7ab5df5e8affc2a5190cd117fae5e59812af523ea3eac2b8498132293810ee8 +size 65581 diff --git a/MTDDH/images/mtddh_4fa36415_000874.png b/MTDDH/images/mtddh_4fa36415_000874.png new file mode 100644 index 0000000000000000000000000000000000000000..17c2635e2861baccf2e262a9fd982dc594d2a53f --- /dev/null +++ b/MTDDH/images/mtddh_4fa36415_000874.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15cc2ef7f8423706f562683cb7038af125680c581456dbddc1edde8eeaa7fbfb +size 68229 diff --git a/MTDDH/images/mtddh_4fb8052a_000514.png b/MTDDH/images/mtddh_4fb8052a_000514.png new file mode 100644 index 0000000000000000000000000000000000000000..746bcc2af3926b7375304a3e89098a945209f6bf --- /dev/null +++ b/MTDDH/images/mtddh_4fb8052a_000514.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffe225693f93d1f758b2f20be1c3b1fe7a61bbd629c761213f155e9a11e0770c +size 52599 diff --git a/MTDDH/images/mtddh_5090b962_000331.png b/MTDDH/images/mtddh_5090b962_000331.png new file mode 100644 index 0000000000000000000000000000000000000000..fc9fa7e1448bfa7d4632a39683dc280c6371dfb5 --- /dev/null +++ b/MTDDH/images/mtddh_5090b962_000331.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63ad7420f55202e0217134297300e227e2a2f2fc26c0d26844295afd730ab020 +size 49259 diff --git a/MTDDH/images/mtddh_511a776c_000382.png b/MTDDH/images/mtddh_511a776c_000382.png new file mode 100644 index 0000000000000000000000000000000000000000..482afc199f6c4132a2b7c76befd028279fba9e75 --- /dev/null +++ b/MTDDH/images/mtddh_511a776c_000382.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cfffa88d943400181af540b8351f42021c8ec80fe51a6cf1672ea22657f6142 +size 61472 diff --git a/MTDDH/images/mtddh_512c19ed_000631.png b/MTDDH/images/mtddh_512c19ed_000631.png new file mode 100644 index 0000000000000000000000000000000000000000..fc19d324bdf945d5dd63994976778c7ac93229b1 --- /dev/null +++ b/MTDDH/images/mtddh_512c19ed_000631.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:074542401a952d5e562731d4fbe94230216a6dc1bba977466b7626b4e6601ecb +size 50759 diff --git a/MTDDH/images/mtddh_51500e28_000332.png b/MTDDH/images/mtddh_51500e28_000332.png new file mode 100644 index 0000000000000000000000000000000000000000..fbec43ab6470f2e780bd9897c14c8198ba156846 --- /dev/null +++ b/MTDDH/images/mtddh_51500e28_000332.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17e18cb0aa00719a32b7694393013d35dc3070f57bea240a2758b9abed7966bf +size 76362 diff --git a/MTDDH/images/mtddh_51e436ea_000490.png b/MTDDH/images/mtddh_51e436ea_000490.png new file mode 100644 index 0000000000000000000000000000000000000000..5738c229fdca03a7fc36adddb8693a8279bba0bd --- /dev/null +++ b/MTDDH/images/mtddh_51e436ea_000490.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b95fb1275d9d35cf37ecb8325d901fe52776ee402f9c4c93f2f92f428ceca264 +size 48098 diff --git a/MTDDH/images/mtddh_51ec016e_000638.png b/MTDDH/images/mtddh_51ec016e_000638.png new file mode 100644 index 0000000000000000000000000000000000000000..6b15df6b30762bde77c3662062429bf97e2b34f6 --- /dev/null +++ b/MTDDH/images/mtddh_51ec016e_000638.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f45adc6367ca6e7ab2e41d51d51f11338982a2fdba592678bfa12ef46e35f02 +size 47143 diff --git a/MTDDH/images/mtddh_51ef83c8_000435.png b/MTDDH/images/mtddh_51ef83c8_000435.png new file mode 100644 index 0000000000000000000000000000000000000000..0d14549b78f4ce8e42526f6fee9330de9c8ccf13 --- /dev/null +++ b/MTDDH/images/mtddh_51ef83c8_000435.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44ee1c1e9f69447101e5e398c98f8eba54ef54c8c3501b2487336045e1e0bf63 +size 57813 diff --git a/MTDDH/images/mtddh_52089a55_000866.png b/MTDDH/images/mtddh_52089a55_000866.png new file mode 100644 index 0000000000000000000000000000000000000000..cc84679afcc4a1d9fc4f5b809fce1b736f4b828a --- /dev/null +++ b/MTDDH/images/mtddh_52089a55_000866.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bc7032a1499d7a484d802e525026d3760284f02e517a98375b7ff30021547fc +size 45742 diff --git a/MTDDH/images/mtddh_5219efa1_000353.png b/MTDDH/images/mtddh_5219efa1_000353.png new file mode 100644 index 0000000000000000000000000000000000000000..a58b9f474d8c5c0a798ea1a5df5f005796292066 --- /dev/null +++ b/MTDDH/images/mtddh_5219efa1_000353.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a18d48de7d36296eb6fff3c874884a623ce2b2d7a3d6159b1e1581e22de88e2 +size 55532 diff --git a/MTDDH/images/mtddh_5249505a_000709.png b/MTDDH/images/mtddh_5249505a_000709.png new file mode 100644 index 0000000000000000000000000000000000000000..f3b9b6ce21b494b56b1f670d192fb1507391ca23 --- /dev/null +++ b/MTDDH/images/mtddh_5249505a_000709.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40800fbc8a36c7c9319caba47a7e1b75842aefd3281bcf61ab6f5d5ad29a4b97 +size 52590 diff --git a/MTDDH/images/mtddh_525301fa_000721.png b/MTDDH/images/mtddh_525301fa_000721.png new file mode 100644 index 0000000000000000000000000000000000000000..3418b9972401be76e0125b2f4cfa594366eb341c --- /dev/null +++ b/MTDDH/images/mtddh_525301fa_000721.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f512fe8ec06cb8b146322fb393f035a40afed43dd82f2113d5c5a19a9a870a46 +size 62086 diff --git a/MTDDH/images/mtddh_54058131_000798.png b/MTDDH/images/mtddh_54058131_000798.png new file mode 100644 index 0000000000000000000000000000000000000000..c86cec2d86127238a1514b157302f22de9e905d2 --- /dev/null +++ b/MTDDH/images/mtddh_54058131_000798.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:380bc5488d569991759358cca215f682f948265e4fa7c8633c7f06640085e599 +size 66001 diff --git a/MTDDH/images/mtddh_54a6fcd4_000594.png b/MTDDH/images/mtddh_54a6fcd4_000594.png new file mode 100644 index 0000000000000000000000000000000000000000..7ceb6d56a6a3ba91eff16c0d2b7e12b06e214570 --- /dev/null +++ b/MTDDH/images/mtddh_54a6fcd4_000594.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad4880d556c37d98678b7ead2d5231d759373e4387c1e19fe3bf2fdaa2f1437e +size 51843 diff --git a/MTDDH/images/mtddh_54e95304_000875.png b/MTDDH/images/mtddh_54e95304_000875.png new file mode 100644 index 0000000000000000000000000000000000000000..42016eb3f9ffee25886e1863ce3701d2aeb20c89 --- /dev/null +++ b/MTDDH/images/mtddh_54e95304_000875.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23e32897482343f924993a71855896acac163838bd228fca8bf48bf3733d63b3 +size 56722 diff --git a/MTDDH/images/mtddh_556ef4ce_000220.png b/MTDDH/images/mtddh_556ef4ce_000220.png new file mode 100644 index 0000000000000000000000000000000000000000..a1a013c9f93a7c6056e6a15d4e5830084b319297 --- /dev/null +++ b/MTDDH/images/mtddh_556ef4ce_000220.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e935e8325ce2108e9307b5b95ea41e7f5810ff3e968d371d9a5d68c00bac7c9 +size 56201 diff --git a/MTDDH/images/mtddh_55ad9220_000185.png b/MTDDH/images/mtddh_55ad9220_000185.png new file mode 100644 index 0000000000000000000000000000000000000000..b69db49cecb5d453c3f1f2c830638a0d921407c4 --- /dev/null +++ b/MTDDH/images/mtddh_55ad9220_000185.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b978f29b53b1af4e022a9b0cda6aa820d88cdbebdea5a20cc781e85d376d53bc +size 52698 diff --git a/MTDDH/images/mtddh_56112c87_000033.png b/MTDDH/images/mtddh_56112c87_000033.png new file mode 100644 index 0000000000000000000000000000000000000000..e1a0449d6044ae582781b53ca90875d37e91dbe5 --- /dev/null +++ b/MTDDH/images/mtddh_56112c87_000033.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99188baf834d25a574b9479df3f78eaabf9df090124316c9d618420ebd2779b8 +size 49706 diff --git a/MTDDH/images/mtddh_56139d55_000767.png b/MTDDH/images/mtddh_56139d55_000767.png new file mode 100644 index 0000000000000000000000000000000000000000..575f73c8631addce74a4190fd686fd7fa8db8d86 --- /dev/null +++ b/MTDDH/images/mtddh_56139d55_000767.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b4d3794d918b1825fe509cf3898d5c4695146a617806c15580206a39cfcdbcb +size 63551 diff --git a/MTDDH/images/mtddh_5650c079_000799.png b/MTDDH/images/mtddh_5650c079_000799.png new file mode 100644 index 0000000000000000000000000000000000000000..1243f24de74ce02f83b31aee8d788d190057bf56 --- /dev/null +++ b/MTDDH/images/mtddh_5650c079_000799.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d0080a69ff999dc91c965201f9dc53dd9f62bbcab3f339f7f1eec45101ac03c +size 62434 diff --git a/MTDDH/images/mtddh_56952ee1_000118.png b/MTDDH/images/mtddh_56952ee1_000118.png new file mode 100644 index 0000000000000000000000000000000000000000..ad164cf9b91bfe9f33d8cd4307a8660f6dd41998 --- /dev/null +++ b/MTDDH/images/mtddh_56952ee1_000118.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05a1d7d0c597cbd2c78737343c084f43a3637bedcc142d3add89aeebf7335918 +size 64534 diff --git a/MTDDH/images/mtddh_56bda9d2_000632.png b/MTDDH/images/mtddh_56bda9d2_000632.png new file mode 100644 index 0000000000000000000000000000000000000000..12e470f69840d83dad8d1404f99add85c326fdef --- /dev/null +++ b/MTDDH/images/mtddh_56bda9d2_000632.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c671b8c79fd0c2efda474bbafa507b0911839530783c518bafbe12f29582350 +size 47644 diff --git a/MTDDH/images/mtddh_5717dd66_000867.png b/MTDDH/images/mtddh_5717dd66_000867.png new file mode 100644 index 0000000000000000000000000000000000000000..a572db7a738191d39b893df7af762e0f1e381944 --- /dev/null +++ b/MTDDH/images/mtddh_5717dd66_000867.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2650c2e7fc33f0e62e862b7e5079b9642311c509f1fe4ddc82e3238c708b5801 +size 53605 diff --git a/MTDDH/images/mtddh_5731de9b_000157.png b/MTDDH/images/mtddh_5731de9b_000157.png new file mode 100644 index 0000000000000000000000000000000000000000..e908ff587043d922d747cac08c0efd79b83168fa --- /dev/null +++ b/MTDDH/images/mtddh_5731de9b_000157.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f617950dab5b905e4956e6c626558ce3d1b51d40a12eca5bfbb49122d441b766 +size 49357 diff --git a/MTDDH/images/mtddh_581792d2_000383.png b/MTDDH/images/mtddh_581792d2_000383.png new file mode 100644 index 0000000000000000000000000000000000000000..67ee555bd19b152282dc2fdcc61cc603ad1f79f7 --- /dev/null +++ b/MTDDH/images/mtddh_581792d2_000383.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82d1022a37a5b023903dc0bff173842016b3f4c0ab54719092c63ba5054e2b08 +size 64453 diff --git a/MTDDH/images/mtddh_5820070d_000712.png b/MTDDH/images/mtddh_5820070d_000712.png new file mode 100644 index 0000000000000000000000000000000000000000..ae8e307116c51088a9ffc62710688b97ab487aea --- /dev/null +++ b/MTDDH/images/mtddh_5820070d_000712.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9daed7d3668930a4aaf593afc8fa037acfef0d02f56605e3a066081e4c6c0b8f +size 70965 diff --git a/MTDDH/images/mtddh_59511c0a_000029.png b/MTDDH/images/mtddh_59511c0a_000029.png new file mode 100644 index 0000000000000000000000000000000000000000..79a41e04c8c288c18ae6b752078af47a221ed4f9 --- /dev/null +++ b/MTDDH/images/mtddh_59511c0a_000029.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:106f83ab6928db2a751e9757a75b907d7ecf98b372e7e6652fe92f3c78554175 +size 50471 diff --git a/MTDDH/images/mtddh_5995c71f_000123.png b/MTDDH/images/mtddh_5995c71f_000123.png new file mode 100644 index 0000000000000000000000000000000000000000..038419b983ec97f7a7065bcb142964299148ed02 --- /dev/null +++ b/MTDDH/images/mtddh_5995c71f_000123.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb1b1eb219feac6028f06ea39d21f46d2c5172afb91d442e7ac15c906945d6d6 +size 52384 diff --git a/MTDDH/images/mtddh_59f76f35_000583.png b/MTDDH/images/mtddh_59f76f35_000583.png new file mode 100644 index 0000000000000000000000000000000000000000..1516b6bb8579c292d8a4952432d1a25cafdccd77 --- /dev/null +++ b/MTDDH/images/mtddh_59f76f35_000583.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ce682d74f923653e20781bd4b4ce9d717d1e56474f5d1d1d797ffe16fe23cbe +size 65919 diff --git a/MTDDH/images/mtddh_5ade2b06_000900.png b/MTDDH/images/mtddh_5ade2b06_000900.png new file mode 100644 index 0000000000000000000000000000000000000000..c56b33a79cfd3f8d7e026b67339f24a862f5f9b6 --- /dev/null +++ b/MTDDH/images/mtddh_5ade2b06_000900.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1f357c8b84e65585cf15e1595d30bf67658fd359aa854ca6fcc4265e6e983be +size 74884 diff --git a/MTDDH/images/mtddh_5afa9f4e_000354.png b/MTDDH/images/mtddh_5afa9f4e_000354.png new file mode 100644 index 0000000000000000000000000000000000000000..1026ad2b5546b38ad056cb9c411b655fc8919172 --- /dev/null +++ b/MTDDH/images/mtddh_5afa9f4e_000354.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5899922812c385f1271f402e62736fe376f896046d66b6f44327508ade03a05e +size 50193 diff --git a/MTDDH/images/mtddh_5b0a4389_000907.png b/MTDDH/images/mtddh_5b0a4389_000907.png new file mode 100644 index 0000000000000000000000000000000000000000..2cd003825f1954449222de725eea4df2d7884eb4 --- /dev/null +++ b/MTDDH/images/mtddh_5b0a4389_000907.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4007cf0667789fb79ddb9cfa7086916a1c56c7df7859b1ef02edc36b67fd5b77 +size 53395 diff --git a/MTDDH/images/mtddh_5b281927_000559.png b/MTDDH/images/mtddh_5b281927_000559.png new file mode 100644 index 0000000000000000000000000000000000000000..43dee287b2023cbbd09168d7f1f9389ad9b327d7 --- /dev/null +++ b/MTDDH/images/mtddh_5b281927_000559.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f78a3a02bb6d7226ac64e1e9da6b42a2b96ba0b8a874f29bcb5283d83e43ee84 +size 74570 diff --git a/MTDDH/images/mtddh_5b9e889f_000833.png b/MTDDH/images/mtddh_5b9e889f_000833.png new file mode 100644 index 0000000000000000000000000000000000000000..a20200a18a485a8ac3ceaf4a65154a5417921e09 --- /dev/null +++ b/MTDDH/images/mtddh_5b9e889f_000833.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c69ce685338fb55d071d66b68b6851d39bc764c1245f47a8ba9d9ff67c31db77 +size 65076 diff --git a/MTDDH/images/mtddh_5bb4943f_000436.png b/MTDDH/images/mtddh_5bb4943f_000436.png new file mode 100644 index 0000000000000000000000000000000000000000..2244a0b4ba368285fcef08d4d451a0d3a2707fdd --- /dev/null +++ b/MTDDH/images/mtddh_5bb4943f_000436.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faed1aaecdf498be872bd917e1012ef4b213f7385f5a663297511bbeaba3aaa7 +size 62119 diff --git a/MTDDH/images/mtddh_5bb7f180_000800.png b/MTDDH/images/mtddh_5bb7f180_000800.png new file mode 100644 index 0000000000000000000000000000000000000000..9d50f59b04d799124dccec08326729ec07b311c3 --- /dev/null +++ b/MTDDH/images/mtddh_5bb7f180_000800.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:662544c83001e8d992ebd3e25e8ae59add83a670f45e862a59374e5019313004 +size 42535 diff --git a/MTDDH/images/mtddh_5c3c5612_000194.png b/MTDDH/images/mtddh_5c3c5612_000194.png new file mode 100644 index 0000000000000000000000000000000000000000..0e41d2d8f11a420e17be7be104b16cadefa7ba46 --- /dev/null +++ b/MTDDH/images/mtddh_5c3c5612_000194.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b7f413f814b3f14b639eed0250f8a1c61b67d3c9bfd36a79fb4f86ec05f37bc +size 72355 diff --git a/MTDDH/images/mtddh_5c802d81_000726.png b/MTDDH/images/mtddh_5c802d81_000726.png new file mode 100644 index 0000000000000000000000000000000000000000..9505693e522834eaaaed047865a39b0f81a927fb --- /dev/null +++ b/MTDDH/images/mtddh_5c802d81_000726.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d735933259020370fbc4730d70ea1a94db6f38bdfd88ef35fa1f3780e5b2be1 +size 52216 diff --git a/MTDDH/images/mtddh_5cd26353_000805.png b/MTDDH/images/mtddh_5cd26353_000805.png new file mode 100644 index 0000000000000000000000000000000000000000..2944297a5fe2bec9c0e6f90091f9524093a96aca --- /dev/null +++ b/MTDDH/images/mtddh_5cd26353_000805.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:542fa96099b32fa40588cb7881a40ebe396f05795f64b19b275d255b30e12909 +size 62426 diff --git a/MTDDH/images/mtddh_5ce3e1b5_000437.png b/MTDDH/images/mtddh_5ce3e1b5_000437.png new file mode 100644 index 0000000000000000000000000000000000000000..a64aaa67a004f3684770e4375f8a0e7eba74ca5e --- /dev/null +++ b/MTDDH/images/mtddh_5ce3e1b5_000437.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba77b3ae301704566bf080ac3292369739b8108105c2af170653bce40bf4485b +size 53977 diff --git a/MTDDH/images/mtddh_5cf2ca3e_000174.png b/MTDDH/images/mtddh_5cf2ca3e_000174.png new file mode 100644 index 0000000000000000000000000000000000000000..34e13b8d5dd1958aa2ede1e2c68ab35948bda92e --- /dev/null +++ b/MTDDH/images/mtddh_5cf2ca3e_000174.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8ef57dd35df4d6c1664458cf5a53eb74a7bbedfd9ac05f54da406f8997d5183 +size 50418 diff --git a/MTDDH/images/mtddh_5d28ccea_000384.png b/MTDDH/images/mtddh_5d28ccea_000384.png new file mode 100644 index 0000000000000000000000000000000000000000..9201765c57a5a3af4a576b6af8ceff702790ffa2 --- /dev/null +++ b/MTDDH/images/mtddh_5d28ccea_000384.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f75edc88e1cae72c8427a3adcad80d044e54581dbacd0e751b5179ffbb7cd826 +size 67062 diff --git a/MTDDH/images/mtddh_5dbd2453_000069.png b/MTDDH/images/mtddh_5dbd2453_000069.png new file mode 100644 index 0000000000000000000000000000000000000000..bdc3e0c7a5696d86d394b8cb17dafaa76b2b80d4 --- /dev/null +++ b/MTDDH/images/mtddh_5dbd2453_000069.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55592ab9ba501b8cd23cb8902ed59a907753d8a17bdc3ad004b761eefea03a3a +size 70633 diff --git a/MTDDH/images/mtddh_5dfd11da_000733.png b/MTDDH/images/mtddh_5dfd11da_000733.png new file mode 100644 index 0000000000000000000000000000000000000000..8ec95e6c1e400cf40f1682d13fb3b43f827eebf9 --- /dev/null +++ b/MTDDH/images/mtddh_5dfd11da_000733.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd38ed412dce425cf64fa9c047d8d378ee72809472360cf3c67ebeba82e931a5 +size 61645 diff --git a/MTDDH/images/mtddh_5e4dc72f_000209.png b/MTDDH/images/mtddh_5e4dc72f_000209.png new file mode 100644 index 0000000000000000000000000000000000000000..537a0180a4788bc5506c6c7c617dd60da4d4010e --- /dev/null +++ b/MTDDH/images/mtddh_5e4dc72f_000209.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3591ac724c6e3d98011470b1317e8417b16ee2a15ea19a0da640e14f063f146 +size 55357 diff --git a/MTDDH/images/mtddh_5e62059a_000252.png b/MTDDH/images/mtddh_5e62059a_000252.png new file mode 100644 index 0000000000000000000000000000000000000000..6be28856ea8bdf8f08b6cb2ec452e985f23cbd3b --- /dev/null +++ b/MTDDH/images/mtddh_5e62059a_000252.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df069b3094fe4d6a22e6f940e9d56f8b3c388418f73f50456d75ca69a287dd67 +size 64544 diff --git a/MTDDH/images/mtddh_5eda5e05_000217.png b/MTDDH/images/mtddh_5eda5e05_000217.png new file mode 100644 index 0000000000000000000000000000000000000000..7189203bd07afa07ea7275eaf85d2fee4cb50e0e --- /dev/null +++ b/MTDDH/images/mtddh_5eda5e05_000217.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:613d2fd541d368316ce3a9f2f135fbb5dcc026f9952affeb8222607fb43f69df +size 44561 diff --git a/MTDDH/images/mtddh_5eeccd82_000753.png b/MTDDH/images/mtddh_5eeccd82_000753.png new file mode 100644 index 0000000000000000000000000000000000000000..3251f92674381191b2c0a48455c763096f32daf8 --- /dev/null +++ b/MTDDH/images/mtddh_5eeccd82_000753.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:118b22429272d25961128521315bed9a86c52173ed4a0a9aa971299c6064056b +size 48043 diff --git a/MTDDH/images/mtddh_5f065e24_000105.png b/MTDDH/images/mtddh_5f065e24_000105.png new file mode 100644 index 0000000000000000000000000000000000000000..898410281ced82392c31e9ed743543760510ef0f --- /dev/null +++ b/MTDDH/images/mtddh_5f065e24_000105.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fa0fe2ea2a02f4e6bce33c2c88dc321a72f77c75c1bc9964d630e4b6ce7aed5 +size 61411 diff --git a/MTDDH/images/mtddh_5f274d8c_000852.png b/MTDDH/images/mtddh_5f274d8c_000852.png new file mode 100644 index 0000000000000000000000000000000000000000..4f1172fdcf2ecf6cb1a92153b463f26c20b346b9 --- /dev/null +++ b/MTDDH/images/mtddh_5f274d8c_000852.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90dce9a25c671330054a86081a206c72ab8d72329baca12357b38b77ed4e7d6b +size 56182 diff --git a/MTDDH/images/mtddh_5f54d938_000876.png b/MTDDH/images/mtddh_5f54d938_000876.png new file mode 100644 index 0000000000000000000000000000000000000000..0edff47b0973c1f775355a1e61bbba53310f035d --- /dev/null +++ b/MTDDH/images/mtddh_5f54d938_000876.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8931267d8eba859fc5ae0174256c521ee729e007d28632efd9405046c1f8c86c +size 56120 diff --git a/MTDDH/images/mtddh_5fb46e46_000868.png b/MTDDH/images/mtddh_5fb46e46_000868.png new file mode 100644 index 0000000000000000000000000000000000000000..01cc5982d718db80b3a5a7601b08c0266edfe82b --- /dev/null +++ b/MTDDH/images/mtddh_5fb46e46_000868.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e06ea16ec7affdd599244d9b7bfc10d9b98b93ef5ad670ed328547abca85b5a +size 78868 diff --git a/MTDDH/images/mtddh_5ff2ea7c_000903.png b/MTDDH/images/mtddh_5ff2ea7c_000903.png new file mode 100644 index 0000000000000000000000000000000000000000..6736a9c9965788833be4ac8d698bae0d12631c38 --- /dev/null +++ b/MTDDH/images/mtddh_5ff2ea7c_000903.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:604670ef569fa6a158bb7907a19923f3c704805781fd30537a3eb2c97720b093 +size 59064 diff --git a/MTDDH/images/mtddh_605b9a20_000055.png b/MTDDH/images/mtddh_605b9a20_000055.png new file mode 100644 index 0000000000000000000000000000000000000000..9965cc541e1c3b73d049907ebe6728ea3186ea46 --- /dev/null +++ b/MTDDH/images/mtddh_605b9a20_000055.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4004fa1e4fa430f92c6a81fcdd71882415c1865e47db104df5ec918e4acac2a +size 64524 diff --git a/MTDDH/images/mtddh_608802fb_000158.png b/MTDDH/images/mtddh_608802fb_000158.png new file mode 100644 index 0000000000000000000000000000000000000000..3cc4af55465df788ac4dc8f1a083790a85d7546f --- /dev/null +++ b/MTDDH/images/mtddh_608802fb_000158.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1f432cbb96d166935f9d1fc09346541e73ea26bbc62a6335805e9b6498fb838 +size 50347 diff --git a/MTDDH/images/mtddh_61699752_000560.png b/MTDDH/images/mtddh_61699752_000560.png new file mode 100644 index 0000000000000000000000000000000000000000..c0194760cdebc06657077b557bbbddcf3499d7ba --- /dev/null +++ b/MTDDH/images/mtddh_61699752_000560.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9a8325aecd1e97430575b11009796b9d6d8ab79f6f98c0cfd6ed7a45385b29d +size 63178 diff --git a/MTDDH/images/mtddh_62507f6a_000869.png b/MTDDH/images/mtddh_62507f6a_000869.png new file mode 100644 index 0000000000000000000000000000000000000000..a7dd72b1daafccef1a5111b67d72ca8ae1bb49d7 --- /dev/null +++ b/MTDDH/images/mtddh_62507f6a_000869.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f1162ccdc8a5817f22103ee19b2dc27f358fc8ed2ff721f3ecc976f09d8d4e2 +size 62059 diff --git a/MTDDH/images/mtddh_626d4b37_000333.png b/MTDDH/images/mtddh_626d4b37_000333.png new file mode 100644 index 0000000000000000000000000000000000000000..d7da8d5bfb0d1e558d831a44cbd832802899cc33 --- /dev/null +++ b/MTDDH/images/mtddh_626d4b37_000333.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcf534dc810b4bdff8ffaf0afe96458e0a043a580272a531f8e526587e9d498a +size 52600 diff --git a/MTDDH/images/mtddh_6287a4e0_000334.png b/MTDDH/images/mtddh_6287a4e0_000334.png new file mode 100644 index 0000000000000000000000000000000000000000..9724252f4c094f4109fd8542fb13d57a1d2f0ea5 --- /dev/null +++ b/MTDDH/images/mtddh_6287a4e0_000334.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f2d984f884820a9547de5f8cbfcc8984072270de575b5c0c25648760124af93 +size 45281 diff --git a/MTDDH/images/mtddh_6311dd77_000853.png b/MTDDH/images/mtddh_6311dd77_000853.png new file mode 100644 index 0000000000000000000000000000000000000000..a919605bcf81554c3d1ca8a55c783deb2915742f --- /dev/null +++ b/MTDDH/images/mtddh_6311dd77_000853.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e93de3f215e3335772518c441a583c793b164e88027f24c160e3d432eeeb1e9 +size 56899 diff --git a/MTDDH/images/mtddh_634cf120_000515.png b/MTDDH/images/mtddh_634cf120_000515.png new file mode 100644 index 0000000000000000000000000000000000000000..f98725ea55fdb5b66f6412312d5b3a365a15c919 --- /dev/null +++ b/MTDDH/images/mtddh_634cf120_000515.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5e77c0710245d31a7bab0ef54f3cd1e05ab80fcf4edad4e326b718f48433459 +size 71404 diff --git a/MTDDH/images/mtddh_63546de8_000465.png b/MTDDH/images/mtddh_63546de8_000465.png new file mode 100644 index 0000000000000000000000000000000000000000..eefdcff4f97f0dd70734e40ffa5fde708b22b9bc --- /dev/null +++ b/MTDDH/images/mtddh_63546de8_000465.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f3a1d7a2d4e14740fd728f908c57d8a8d10341e7e50fabe8e45d11b7aae7720 +size 48430 diff --git a/MTDDH/images/mtddh_638ebe30_000870.png b/MTDDH/images/mtddh_638ebe30_000870.png new file mode 100644 index 0000000000000000000000000000000000000000..98d6176b3083c501bff6476bed8dc21d977829bd --- /dev/null +++ b/MTDDH/images/mtddh_638ebe30_000870.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cb247446c17729b31d3b214e754a91127c9a2a93f7f2fb5dada052b287da34e +size 59744 diff --git a/MTDDH/images/mtddh_63e107b5_000848.png b/MTDDH/images/mtddh_63e107b5_000848.png new file mode 100644 index 0000000000000000000000000000000000000000..044ad87c6061b538a9d003a97ee815a33fd7a18d --- /dev/null +++ b/MTDDH/images/mtddh_63e107b5_000848.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d468e43f94ae9c300d0db63d13d1cdb3d499a868085b21d895fe4a7f57e0400d +size 60724 diff --git a/MTDDH/images/mtddh_6449bb8d_000661.png b/MTDDH/images/mtddh_6449bb8d_000661.png new file mode 100644 index 0000000000000000000000000000000000000000..6266b9130ab44949a11e55eba30bdd4a689e576f --- /dev/null +++ b/MTDDH/images/mtddh_6449bb8d_000661.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36213faceeb937ebd78fba7ec3735413bcb14d0b80902059695af157d61a1d0f +size 72115 diff --git a/MTDDH/images/mtddh_645f5525_000171.png b/MTDDH/images/mtddh_645f5525_000171.png new file mode 100644 index 0000000000000000000000000000000000000000..6617c7f94fcf05cf75eb5a28a105eeedd5c8476b --- /dev/null +++ b/MTDDH/images/mtddh_645f5525_000171.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdb838f12883b8d21c254bf89c1f4b74b66ad78870404f2f1a2106241492536f +size 76421 diff --git a/MTDDH/images/mtddh_64816f94_000871.png b/MTDDH/images/mtddh_64816f94_000871.png new file mode 100644 index 0000000000000000000000000000000000000000..58a6e08a0316e1ed7cc719a694ff79f385382468 --- /dev/null +++ b/MTDDH/images/mtddh_64816f94_000871.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:130c13b4db33bfc2a745107e09cd2deeb32dc9e511ba018882e983ffcb09f405 +size 51738 diff --git a/MTDDH/images/mtddh_64eebf9c_000251.png b/MTDDH/images/mtddh_64eebf9c_000251.png new file mode 100644 index 0000000000000000000000000000000000000000..25813dc415301cff9f4e88776dfddcacc54dbe34 --- /dev/null +++ b/MTDDH/images/mtddh_64eebf9c_000251.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d8f7baa4fc2546487ee98ca2d1843e92b4d58395fe172ff0a1099af5cd1b082 +size 67254 diff --git a/MTDDH/images/mtddh_6561d632_000059.png b/MTDDH/images/mtddh_6561d632_000059.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f464b65730cb277250e71e1356dce237db6516 --- /dev/null +++ b/MTDDH/images/mtddh_6561d632_000059.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa6c3ef1f073471b7a08c09936a296699f94b26f0ba9bdbdf2f6d10bee0e5590 +size 63833 diff --git a/MTDDH/images/mtddh_6565bcf4_000066.png b/MTDDH/images/mtddh_6565bcf4_000066.png new file mode 100644 index 0000000000000000000000000000000000000000..e87ce634e304037d01880bdd0baa29ffcb2ff066 --- /dev/null +++ b/MTDDH/images/mtddh_6565bcf4_000066.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91aa99d53e692e0275aa7d505e0edb95ff08befd0eee32a5642a11cfff6afa3d +size 44709 diff --git a/MTDDH/images/mtddh_658a4e31_000385.png b/MTDDH/images/mtddh_658a4e31_000385.png new file mode 100644 index 0000000000000000000000000000000000000000..990988011efa87ac9634a34b618a4770f198b9bb --- /dev/null +++ b/MTDDH/images/mtddh_658a4e31_000385.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:718e133fd98889f8cb0e7feed710ee25cd6859d122d4cff0855eed54946710c9 +size 42054 diff --git a/MTDDH/images/mtddh_65abe201_000355.png b/MTDDH/images/mtddh_65abe201_000355.png new file mode 100644 index 0000000000000000000000000000000000000000..d6276077cf07793f26ff5a8b4baec0a81033a574 --- /dev/null +++ b/MTDDH/images/mtddh_65abe201_000355.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11b430bf653da601edded8d3e15415e9dfcd5f458c1ce4ee00b8ef8c6c24abf8 +size 41354 diff --git a/MTDDH/images/mtddh_65af3b68_000491.png b/MTDDH/images/mtddh_65af3b68_000491.png new file mode 100644 index 0000000000000000000000000000000000000000..c1f63dd5a99b7533e03e1c7942a91777a43fddab --- /dev/null +++ b/MTDDH/images/mtddh_65af3b68_000491.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b36b703b9b75ef2865743a5efa6803ff0bd1a3355bc55beac4399997b948c5d1 +size 49845 diff --git a/MTDDH/images/mtddh_661c1b88_000746.png b/MTDDH/images/mtddh_661c1b88_000746.png new file mode 100644 index 0000000000000000000000000000000000000000..7c521e6f143337a2cd7b78dcb6283b75ed8215f5 --- /dev/null +++ b/MTDDH/images/mtddh_661c1b88_000746.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65f793c93bbe440983f107a14263283ac7442645cf5a29b9320f84d72b8b5788 +size 67612 diff --git a/MTDDH/images/mtddh_6634624a_000356.png b/MTDDH/images/mtddh_6634624a_000356.png new file mode 100644 index 0000000000000000000000000000000000000000..aefbd1d3ef4db4716fe5ea60a0abb08f4794174b --- /dev/null +++ b/MTDDH/images/mtddh_6634624a_000356.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:341d58f88e8eb9efe4383762e05d24554ed7cff7de461e7a6f023e5f55194b14 +size 68536 diff --git a/MTDDH/images/mtddh_6699e7c7_000213.png b/MTDDH/images/mtddh_6699e7c7_000213.png new file mode 100644 index 0000000000000000000000000000000000000000..6f4d762985da935fbcbcefde394432c7835a4b35 --- /dev/null +++ b/MTDDH/images/mtddh_6699e7c7_000213.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f2c96330cafabcb10dc8aa62a119caf0e98035b84db7a7f036c3711a74d6367 +size 64715 diff --git a/MTDDH/images/mtddh_66a7a7fd_000145.png b/MTDDH/images/mtddh_66a7a7fd_000145.png new file mode 100644 index 0000000000000000000000000000000000000000..4036df1976bada33ece8ada777ff4c14d37cfbdd --- /dev/null +++ b/MTDDH/images/mtddh_66a7a7fd_000145.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f12c8d3cd3f8809511a169a5a10f080c2bad03c278e278b46f441f4a8f2b0d84 +size 49808 diff --git a/MTDDH/images/mtddh_66f87cfd_000754.png b/MTDDH/images/mtddh_66f87cfd_000754.png new file mode 100644 index 0000000000000000000000000000000000000000..f711e2e918c51f5fe3fb4613a54a45c7a21be1f8 --- /dev/null +++ b/MTDDH/images/mtddh_66f87cfd_000754.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbd5c1ca0b086615154cb7cd22eca343c241a1de2e2134ba125059f8cbe52feb +size 57934 diff --git a/MTDDH/images/mtddh_66fc8275_000037.png b/MTDDH/images/mtddh_66fc8275_000037.png new file mode 100644 index 0000000000000000000000000000000000000000..7198f29d20ec8ad299af97c477ee0da5d29e5264 --- /dev/null +++ b/MTDDH/images/mtddh_66fc8275_000037.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d60b4760c408b376fde835f00e89768289b1281167f6deb1dbcf928d8021252 +size 57426 diff --git a/MTDDH/images/mtddh_6731cb32_000335.png b/MTDDH/images/mtddh_6731cb32_000335.png new file mode 100644 index 0000000000000000000000000000000000000000..621eb07b4f1795a61df0f3df5a8f843afae5fbda --- /dev/null +++ b/MTDDH/images/mtddh_6731cb32_000335.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7f1ba264993424f804fe967802cf7c6ff2bfa8a3cdf1226207fe8b7d0093da9 +size 53019 diff --git a/MTDDH/images/mtddh_67625edf_000270.png b/MTDDH/images/mtddh_67625edf_000270.png new file mode 100644 index 0000000000000000000000000000000000000000..8b69524284fac9c06a02b55a09cbc1cb0520fa61 --- /dev/null +++ b/MTDDH/images/mtddh_67625edf_000270.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:160c779213d6ae0f0b8027cb60b4d9cea414b192bc940c4ffa60c747f9793836 +size 50344 diff --git a/MTDDH/images/mtddh_6765511e_000112.png b/MTDDH/images/mtddh_6765511e_000112.png new file mode 100644 index 0000000000000000000000000000000000000000..9f6615f7ed18007ec443b786e410194343edc257 --- /dev/null +++ b/MTDDH/images/mtddh_6765511e_000112.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:535c50588f069290b755254805f8232cb6f2be1e067018532629d5f5fd17ecee +size 49288 diff --git a/MTDDH/images/mtddh_67669725_000877.png b/MTDDH/images/mtddh_67669725_000877.png new file mode 100644 index 0000000000000000000000000000000000000000..f8a8db15e44887a1b1fa7f176be3e8adf1534af2 --- /dev/null +++ b/MTDDH/images/mtddh_67669725_000877.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb47af83108bd77d49cf52dd214dbc147767fe88348a2604ae4916203ba8437f +size 51616 diff --git a/MTDDH/images/mtddh_67be7280_000386.png b/MTDDH/images/mtddh_67be7280_000386.png new file mode 100644 index 0000000000000000000000000000000000000000..93986cebedafd47ac6fd00a75317cb03104930fd --- /dev/null +++ b/MTDDH/images/mtddh_67be7280_000386.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86a52fdf27ee452162b121685f2855974a1a5ba5aaa0d57a9175e57b9382489e +size 51750 diff --git a/MTDDH/images/mtddh_67d08ad1_000116.png b/MTDDH/images/mtddh_67d08ad1_000116.png new file mode 100644 index 0000000000000000000000000000000000000000..8c4b0f98a6d77769f4a45f9c2ac960d4ef3e9d5c --- /dev/null +++ b/MTDDH/images/mtddh_67d08ad1_000116.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88b614d1b6e141f9ff7930ce27e0eff785620ec187dbc37d9b0e6328f5c5d69a +size 51296 diff --git a/MTDDH/images/mtddh_6845dac9_000850.png b/MTDDH/images/mtddh_6845dac9_000850.png new file mode 100644 index 0000000000000000000000000000000000000000..e412d7924bf046a3cee41b203bdc610612c53146 --- /dev/null +++ b/MTDDH/images/mtddh_6845dac9_000850.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a96e721b8b3699d20f57b678c4c500375a1d67cfb86245207509c45fc883ef9c +size 53081 diff --git a/MTDDH/images/mtddh_6857fa2a_000336.png b/MTDDH/images/mtddh_6857fa2a_000336.png new file mode 100644 index 0000000000000000000000000000000000000000..6712a37a55655bc3ab0b3ac303a08344b1644a48 --- /dev/null +++ b/MTDDH/images/mtddh_6857fa2a_000336.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:973a343c2fc4a9e28507dd31965ee4cf4787bee5139e256183d6fc22ac71b58c +size 63478 diff --git a/MTDDH/images/mtddh_68c5b0e7_000584.png b/MTDDH/images/mtddh_68c5b0e7_000584.png new file mode 100644 index 0000000000000000000000000000000000000000..caf9e6f5b67f0582e01caa86a06ab51bc687210c --- /dev/null +++ b/MTDDH/images/mtddh_68c5b0e7_000584.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53eddbbade034156d7a46fd6a431f39f35bc0778824625e4623f6a91e88e2827 +size 52631 diff --git a/MTDDH/images/mtddh_68c61e7e_000284.png b/MTDDH/images/mtddh_68c61e7e_000284.png new file mode 100644 index 0000000000000000000000000000000000000000..5f5a227d4fe08cee83135e6f964b68ec644d453c --- /dev/null +++ b/MTDDH/images/mtddh_68c61e7e_000284.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7a67a380e584d0fe87c3088ede91e5b4b9bfde54cdc798178f36197fdcbae50 +size 66390 diff --git a/MTDDH/images/mtddh_68ce2b69_000747.png b/MTDDH/images/mtddh_68ce2b69_000747.png new file mode 100644 index 0000000000000000000000000000000000000000..49df39a0549a931a93c8e72df81fcfb338c441ad --- /dev/null +++ b/MTDDH/images/mtddh_68ce2b69_000747.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f98a0f656f47ef1f3d7bd356f83baab884bf123d29f9487053dfbd1ed491b36 +size 51140 diff --git a/MTDDH/images/mtddh_6925bd1a_000878.png b/MTDDH/images/mtddh_6925bd1a_000878.png new file mode 100644 index 0000000000000000000000000000000000000000..e94bdeef7a30717aa55db046ab35e42caf5bd3e4 --- /dev/null +++ b/MTDDH/images/mtddh_6925bd1a_000878.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03c5eea006b7a4882d0d78a50e660e0b3d7e29300c0e56fd8ffc7a602f4cae15 +size 47144 diff --git a/MTDDH/images/mtddh_6a72d162_000108.png b/MTDDH/images/mtddh_6a72d162_000108.png new file mode 100644 index 0000000000000000000000000000000000000000..3af0ea2fb435e9e2bfa9f75f63b376742226256f --- /dev/null +++ b/MTDDH/images/mtddh_6a72d162_000108.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45ae31d693e49e1063c10d998cda29f0ade07f542dfe3684217e0675fd008278 +size 48712 diff --git a/MTDDH/images/mtddh_6b00fcb9_000561.png b/MTDDH/images/mtddh_6b00fcb9_000561.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9bd60803bf915a2f76f9a4b8dd4aaa24bff5de --- /dev/null +++ b/MTDDH/images/mtddh_6b00fcb9_000561.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1155284f888af1fe7b46cb196c98f190dd702e544576e354a27ab1d5871a5339 +size 65456 diff --git a/MTDDH/images/mtddh_6b8489fb_000839.png b/MTDDH/images/mtddh_6b8489fb_000839.png new file mode 100644 index 0000000000000000000000000000000000000000..68db923194fe69a790fde3fe32b9b1b2ab1b0c54 --- /dev/null +++ b/MTDDH/images/mtddh_6b8489fb_000839.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0a7be0bdbfddb34294eb82ff946ad03bf106dc9faf245250f49b175914d1033 +size 53562 diff --git a/MTDDH/images/mtddh_6b8b2988_000882.png b/MTDDH/images/mtddh_6b8b2988_000882.png new file mode 100644 index 0000000000000000000000000000000000000000..17ca78cb69754694033edd6613a94fec709b7b02 --- /dev/null +++ b/MTDDH/images/mtddh_6b8b2988_000882.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2a49da71e10c6270f0744de7d2bf5f4532434047d11c59f1bfb29cbb2f95883 +size 40053 diff --git a/MTDDH/images/mtddh_6bcc1e97_000150.png b/MTDDH/images/mtddh_6bcc1e97_000150.png new file mode 100644 index 0000000000000000000000000000000000000000..f8d75ada8d64d1468cfafbd6befb8a74ff606ed2 --- /dev/null +++ b/MTDDH/images/mtddh_6bcc1e97_000150.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61c56b977a5b20c584fbbf3bfb5f744766e609e5d22127e9c48ffd11e149b7c8 +size 71736 diff --git a/MTDDH/images/mtddh_6c0d514f_000492.png b/MTDDH/images/mtddh_6c0d514f_000492.png new file mode 100644 index 0000000000000000000000000000000000000000..77a39eff5fc4a7569e6ae08772eb89613ba1e638 --- /dev/null +++ b/MTDDH/images/mtddh_6c0d514f_000492.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a550dd7b2e71ceb6275635aada7ce974665ef449e18b1d5a3f596273727be7dc +size 87809 diff --git a/MTDDH/images/mtddh_6c996c8e_000120.png b/MTDDH/images/mtddh_6c996c8e_000120.png new file mode 100644 index 0000000000000000000000000000000000000000..bb4ec9f6e1e1eda6d5388c101e4f7aa514162a4e --- /dev/null +++ b/MTDDH/images/mtddh_6c996c8e_000120.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccfda4333fca5baa1d49e63549208e355fd40598444f4a9d237ae9de6ce405c5 +size 65745 diff --git a/MTDDH/images/mtddh_6cf24097_000045.png b/MTDDH/images/mtddh_6cf24097_000045.png new file mode 100644 index 0000000000000000000000000000000000000000..a8cef97d8c7b1b842bdb87eeef9c282b155341c5 --- /dev/null +++ b/MTDDH/images/mtddh_6cf24097_000045.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76044910a9a7f4f66da4f501d0e2cf5b852126e838493ae531ec843e2ed41647 +size 49366 diff --git a/MTDDH/images/mtddh_6d4ff308_000607.png b/MTDDH/images/mtddh_6d4ff308_000607.png new file mode 100644 index 0000000000000000000000000000000000000000..7713f341cf5eaccb903a8ed4a130d62af43c57e4 --- /dev/null +++ b/MTDDH/images/mtddh_6d4ff308_000607.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:056d408207b67890236854ec556a488c8a92b357f6dfa8bbe6ede213ef16a073 +size 65174 diff --git a/MTDDH/images/mtddh_6db862bc_000182.png b/MTDDH/images/mtddh_6db862bc_000182.png new file mode 100644 index 0000000000000000000000000000000000000000..fc128adc9edd7386526e6d1fc548f7dc88a36637 --- /dev/null +++ b/MTDDH/images/mtddh_6db862bc_000182.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6317fa2e13681cdd0b7d9a567d6cdea3e4905afeaafad97133dd51b18fe94ee +size 57335 diff --git a/MTDDH/images/mtddh_6dbac99a_000218.png b/MTDDH/images/mtddh_6dbac99a_000218.png new file mode 100644 index 0000000000000000000000000000000000000000..727ac75485cf3bbf45c6db4ad97600acd4633536 --- /dev/null +++ b/MTDDH/images/mtddh_6dbac99a_000218.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f435b12f0f8bb2774df5144acb44d4f8eb8ac17d84d922d4e5c76dc6cca748cf +size 49518 diff --git a/MTDDH/images/mtddh_6e4934ee_000021.png b/MTDDH/images/mtddh_6e4934ee_000021.png new file mode 100644 index 0000000000000000000000000000000000000000..c99f286ed2c77162d0d1d4fe01624a54aedd81bc --- /dev/null +++ b/MTDDH/images/mtddh_6e4934ee_000021.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05c7da4835d2545ccf27b5ddd119dc96a62d5258b4de7dc2aa3122dfd2c61185 +size 55699 diff --git a/MTDDH/images/mtddh_6e5102ac_000466.png b/MTDDH/images/mtddh_6e5102ac_000466.png new file mode 100644 index 0000000000000000000000000000000000000000..bbaba0107c7840056cdd745e5885a87811ef47f4 --- /dev/null +++ b/MTDDH/images/mtddh_6e5102ac_000466.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a4dbd3e9c9b2530a0c459381bf77622eb687a86e11b367905d064412e38c215 +size 71097 diff --git a/MTDDH/images/mtddh_6e5ccdcf_000562.png b/MTDDH/images/mtddh_6e5ccdcf_000562.png new file mode 100644 index 0000000000000000000000000000000000000000..2fc7ee81fa2cb9417973bc966bff2bdb53889f50 --- /dev/null +++ b/MTDDH/images/mtddh_6e5ccdcf_000562.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e253adac61541a5fde87a6c81d2777f3d4fd084be7fccb8791f670ffc3075a3 +size 51885 diff --git a/MTDDH/images/mtddh_6e720890_000253.png b/MTDDH/images/mtddh_6e720890_000253.png new file mode 100644 index 0000000000000000000000000000000000000000..862ec9530db1cc363d6c9f3ba0fb761712fdc7bb --- /dev/null +++ b/MTDDH/images/mtddh_6e720890_000253.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f01c90811fed13772a8cbc738738ade53ae907e9ed36c3e0c5afbd6d8a90372 +size 51994 diff --git a/MTDDH/images/mtddh_6ef20033_000563.png b/MTDDH/images/mtddh_6ef20033_000563.png new file mode 100644 index 0000000000000000000000000000000000000000..2ffbdb0da3f17a3bd7d484b2bde20c6a34d19aae --- /dev/null +++ b/MTDDH/images/mtddh_6ef20033_000563.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49b442bd8b32f5915c5d848f391332039681f9f18c7b7dc1cfcc0c46e3ece812 +size 50732 diff --git a/MTDDH/images/mtddh_6f07e4a9_000438.png b/MTDDH/images/mtddh_6f07e4a9_000438.png new file mode 100644 index 0000000000000000000000000000000000000000..45fd77c646060fbe4469a5bd62c23f528c9c2d34 --- /dev/null +++ b/MTDDH/images/mtddh_6f07e4a9_000438.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7581c01dc526ecc72f840816330b36a39acf54fe44631ee27cf2fd69507071f +size 68270 diff --git a/MTDDH/images/mtddh_6f1020b7_000387.png b/MTDDH/images/mtddh_6f1020b7_000387.png new file mode 100644 index 0000000000000000000000000000000000000000..65f6a162484ff26c452fe3dc16603bbc2e7a80fc --- /dev/null +++ b/MTDDH/images/mtddh_6f1020b7_000387.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c78e6d8ee0066d03e5b3134cf777f9fc9a47c0117a037f52fe9d493c5fd794dd +size 55843 diff --git a/MTDDH/images/mtddh_6f1d5d84_000872.png b/MTDDH/images/mtddh_6f1d5d84_000872.png new file mode 100644 index 0000000000000000000000000000000000000000..d917bdc70d3bc33d8664ad6a20631848b68a1044 --- /dev/null +++ b/MTDDH/images/mtddh_6f1d5d84_000872.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3d82b08958d7d2a3f00885770dad285d8578137efcccaadca1f1248faa58205 +size 56708 diff --git a/MTDDH/images/mtddh_6fea4821_000564.png b/MTDDH/images/mtddh_6fea4821_000564.png new file mode 100644 index 0000000000000000000000000000000000000000..102c4f100251867daa837736ca9257046d843bcf --- /dev/null +++ b/MTDDH/images/mtddh_6fea4821_000564.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16f36691e549d815dd1955a486e26bbd453cda1af3b3b36e69d327a5f16537fb +size 59893 diff --git a/MTDDH/images/mtddh_707eab25_000439.png b/MTDDH/images/mtddh_707eab25_000439.png new file mode 100644 index 0000000000000000000000000000000000000000..55a64bc8d16ab510b7ae6d8696b00b53d1768bb3 --- /dev/null +++ b/MTDDH/images/mtddh_707eab25_000439.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9ed2c205de206f9bf0f927c27bc74b8abd57226039a3cd6471b397512d39e42 +size 53262 diff --git a/MTDDH/images/mtddh_709ecb25_000812.png b/MTDDH/images/mtddh_709ecb25_000812.png new file mode 100644 index 0000000000000000000000000000000000000000..8fd5839c32410c5c1dda3b531435279573e48553 --- /dev/null +++ b/MTDDH/images/mtddh_709ecb25_000812.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60b2a67830c6b7a1c8e1b000d1e1a1b816751a354ef239b6b84f15eb9bc531f5 +size 61422 diff --git a/MTDDH/images/mtddh_70a43688_000140.png b/MTDDH/images/mtddh_70a43688_000140.png new file mode 100644 index 0000000000000000000000000000000000000000..3b422c6dfa94cf193fcbc8404aa5241b1980616b --- /dev/null +++ b/MTDDH/images/mtddh_70a43688_000140.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fd014ec8a1cd55e6e6116d35cc32feefda8d6aabbb29301859ed0800d0e889b +size 52501 diff --git a/MTDDH/images/mtddh_71576dc8_000748.png b/MTDDH/images/mtddh_71576dc8_000748.png new file mode 100644 index 0000000000000000000000000000000000000000..eb32c07baf342b246ba5ade13c915c408cdcf312 --- /dev/null +++ b/MTDDH/images/mtddh_71576dc8_000748.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8048a47feb10f9477429fa889ab13fa296cd788aea1358d5cc8d3f35d7d34f1b +size 62527 diff --git a/MTDDH/images/mtddh_71a1ab0c_000000.png b/MTDDH/images/mtddh_71a1ab0c_000000.png new file mode 100644 index 0000000000000000000000000000000000000000..20fdc0ddbdbbb367ecbd681723f0804e778db3d3 --- /dev/null +++ b/MTDDH/images/mtddh_71a1ab0c_000000.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:431f81c18c55caef715a64aca8c550f7218cd384fafb4bb2a5b593b9ef79629a +size 54585 diff --git a/MTDDH/images/mtddh_71ad8e2f_000388.png b/MTDDH/images/mtddh_71ad8e2f_000388.png new file mode 100644 index 0000000000000000000000000000000000000000..a484e1902bec3159f0616ee399ea48b497b2265c --- /dev/null +++ b/MTDDH/images/mtddh_71ad8e2f_000388.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:821ddf5a491175e74c715ebcb3a427e859d6298ab53de15d56b438a3bceb85c9 +size 66220 diff --git a/MTDDH/images/mtddh_71eeae45_000389.png b/MTDDH/images/mtddh_71eeae45_000389.png new file mode 100644 index 0000000000000000000000000000000000000000..95f90cb4d40080592beba169409885aa01773f5c --- /dev/null +++ b/MTDDH/images/mtddh_71eeae45_000389.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aab127ac5685157f701a9979ed2d9b33a5e67dfc7a109e9101e2920e7486b0f7 +size 57598 diff --git a/MTDDH/images/mtddh_720cbda7_000077.png b/MTDDH/images/mtddh_720cbda7_000077.png new file mode 100644 index 0000000000000000000000000000000000000000..c4716743874dc05e9d87dc427ee1eb1f74664039 --- /dev/null +++ b/MTDDH/images/mtddh_720cbda7_000077.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f64d36c6dcfbb203fe4dc8de7f3d919734754ade9181e9aa9b750cada18ec9db +size 65216 diff --git a/MTDDH/images/mtddh_7240784f_000286.png b/MTDDH/images/mtddh_7240784f_000286.png new file mode 100644 index 0000000000000000000000000000000000000000..39a37f67a8bbdedd6e62d889886de356caa7540b --- /dev/null +++ b/MTDDH/images/mtddh_7240784f_000286.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86e6b6225f4eae35726e8863ef673a22f402e11f5c8eeb77fe4d03e1bd4e2398 +size 45414 diff --git a/MTDDH/images/mtddh_72656b2f_000390.png b/MTDDH/images/mtddh_72656b2f_000390.png new file mode 100644 index 0000000000000000000000000000000000000000..c0a414263e98621065e4893cae3dec18153e5a70 --- /dev/null +++ b/MTDDH/images/mtddh_72656b2f_000390.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9b2fcf283b7fccc5df7878cfa70307d961856022ade94e5ad2fd0c7546580ac +size 57637 diff --git a/MTDDH/images/mtddh_726594af_000287.png b/MTDDH/images/mtddh_726594af_000287.png new file mode 100644 index 0000000000000000000000000000000000000000..b309f8e4a99a20f71023b25d4fd5628d56cf575f --- /dev/null +++ b/MTDDH/images/mtddh_726594af_000287.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ba6835ead0e2d2947071589b249f725ee831cef227bbb0469a099af2fd2ed71 +size 55111 diff --git a/MTDDH/images/mtddh_731437db_000032.png b/MTDDH/images/mtddh_731437db_000032.png new file mode 100644 index 0000000000000000000000000000000000000000..81bd839bde6ce9919db41cdb8e7c808b7341ab7f --- /dev/null +++ b/MTDDH/images/mtddh_731437db_000032.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fd6fd9439fff4bc81f7115dbd3299276d99af39553dcbf6da3e8f960911af23 +size 47505 diff --git a/MTDDH/images/mtddh_737ef49c_000467.png b/MTDDH/images/mtddh_737ef49c_000467.png new file mode 100644 index 0000000000000000000000000000000000000000..91cc7881b680f680b93471da84b442bb56919013 --- /dev/null +++ b/MTDDH/images/mtddh_737ef49c_000467.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66d71ce1b43b53e77169245d4e16c92e46452e053ed4d0b03b824437fe3335ed +size 38411 diff --git a/MTDDH/images/mtddh_73b93761_000039.png b/MTDDH/images/mtddh_73b93761_000039.png new file mode 100644 index 0000000000000000000000000000000000000000..aaa13b6ff93f5b6bd750f4c96a027e9538fd9859 --- /dev/null +++ b/MTDDH/images/mtddh_73b93761_000039.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9950ae35ef75bfb279f8f9668c47f076f378c029b58a34454611230f9e94eb2f +size 49428 diff --git a/MTDDH/images/mtddh_73f1ade6_000210.png b/MTDDH/images/mtddh_73f1ade6_000210.png new file mode 100644 index 0000000000000000000000000000000000000000..cde05b55f949546b17e4923c748ad4ec92cbda1e --- /dev/null +++ b/MTDDH/images/mtddh_73f1ade6_000210.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59d23887840f644af2c3d8b689a7af4c02381d3959556580d2d1e586defa68b3 +size 72673 diff --git a/MTDDH/images/mtddh_744f95b8_000883.png b/MTDDH/images/mtddh_744f95b8_000883.png new file mode 100644 index 0000000000000000000000000000000000000000..2a6aa3c6912e06087cff0da4f4a8f69f3b4578ea --- /dev/null +++ b/MTDDH/images/mtddh_744f95b8_000883.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93703bef7c85568ed06bc021933a27a2f7bf1c0aa643b4098f6250e7c3dd317f +size 52926 diff --git a/MTDDH/images/mtddh_747c37a8_000897.png b/MTDDH/images/mtddh_747c37a8_000897.png new file mode 100644 index 0000000000000000000000000000000000000000..b3dacaa84a924ac1cff100335030c6589fc3fed3 --- /dev/null +++ b/MTDDH/images/mtddh_747c37a8_000897.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53150b9d29f7a45fa7b9f162942005d62a3f6b0a29d27b6877a7cf8f4bcda2fc +size 54359 diff --git a/MTDDH/images/mtddh_7494eadf_000391.png b/MTDDH/images/mtddh_7494eadf_000391.png new file mode 100644 index 0000000000000000000000000000000000000000..f988d35a97887452883b807cf0878ed79518bb88 --- /dev/null +++ b/MTDDH/images/mtddh_7494eadf_000391.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bf21b4e8b4603697b255b590f8dc7f7537b6141750d4aa6b868b4740ba42762 +size 49944 diff --git a/MTDDH/images/mtddh_74b14ada_000516.png b/MTDDH/images/mtddh_74b14ada_000516.png new file mode 100644 index 0000000000000000000000000000000000000000..b7f751c585382cfef5b0ebedd8db67cb30d77782 --- /dev/null +++ b/MTDDH/images/mtddh_74b14ada_000516.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9372119068336eeab06d2201419f3a86a6fa56e1fe67e598fab4023c63315f5 +size 49463 diff --git a/MTDDH/images/mtddh_74c3aa07_000711.png b/MTDDH/images/mtddh_74c3aa07_000711.png new file mode 100644 index 0000000000000000000000000000000000000000..eca03170910c2b1309bfe7ac7e3338d8d0309b63 --- /dev/null +++ b/MTDDH/images/mtddh_74c3aa07_000711.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9913a8bb549a4b75e96a2d6213a19e9c4090fe0fc37723334bcfbe9f2b80c2a3 +size 64772 diff --git a/MTDDH/images/mtddh_753af5fc_000092.png b/MTDDH/images/mtddh_753af5fc_000092.png new file mode 100644 index 0000000000000000000000000000000000000000..852865ba65d6b1d3a7a47fe7db7ebb92367fc2eb --- /dev/null +++ b/MTDDH/images/mtddh_753af5fc_000092.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:853c3cce8bac1d123b844dd4dd3abcb8705d6e917dfafe8d3d2d01fcf11d086b +size 47026 diff --git a/MTDDH/images/mtddh_760784d0_000641.png b/MTDDH/images/mtddh_760784d0_000641.png new file mode 100644 index 0000000000000000000000000000000000000000..f6ebe20dc6ccbb69a010e30d348f2430482ec4bc --- /dev/null +++ b/MTDDH/images/mtddh_760784d0_000641.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:373afac388c131200e174e72457cf9069bdafdc948bbb744acf61b0acb666291 +size 53085 diff --git a/MTDDH/images/mtddh_766de68c_000829.png b/MTDDH/images/mtddh_766de68c_000829.png new file mode 100644 index 0000000000000000000000000000000000000000..b386d9a996a093a726da51dd556d7a39dce9821f --- /dev/null +++ b/MTDDH/images/mtddh_766de68c_000829.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46776e5f16b4b52a02b5aa76615ea4a6de49681ff20bf6792a74f182011c96b4 +size 56175 diff --git a/MTDDH/images/mtddh_76922036_000186.png b/MTDDH/images/mtddh_76922036_000186.png new file mode 100644 index 0000000000000000000000000000000000000000..41622ce374ce59de05d4e2586982b8a1475b8b49 --- /dev/null +++ b/MTDDH/images/mtddh_76922036_000186.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6ce204b4f23ac9d2e4941d365b1911453230064a5e5195eadf2066bca00212c +size 49766 diff --git a/MTDDH/images/mtddh_76aec341_000440.png b/MTDDH/images/mtddh_76aec341_000440.png new file mode 100644 index 0000000000000000000000000000000000000000..cb9310fc3b430a853f2ca66950acc5c275206e04 --- /dev/null +++ b/MTDDH/images/mtddh_76aec341_000440.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:932ab564a749de6d746ff9c8bfccaa1c07c1e098c6b8c74dd6406298bb6b5424 +size 54516 diff --git a/MTDDH/images/mtddh_76b81eeb_000517.png b/MTDDH/images/mtddh_76b81eeb_000517.png new file mode 100644 index 0000000000000000000000000000000000000000..395a14feb194a73e5e9fb0e3229e796dfac23ba4 --- /dev/null +++ b/MTDDH/images/mtddh_76b81eeb_000517.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcc9eb0608db8475925797f3daa03f1d7337db92cb015647f5cc81f87b748a01 +size 41601 diff --git a/MTDDH/images/mtddh_780710b2_000051.png b/MTDDH/images/mtddh_780710b2_000051.png new file mode 100644 index 0000000000000000000000000000000000000000..598a5861a94fad4a02c4de895ca81c79851f5437 --- /dev/null +++ b/MTDDH/images/mtddh_780710b2_000051.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1630dc09d861f11e0044471673441efff0394af961d87ae69f1d32462502b12c +size 39061 diff --git a/MTDDH/images/mtddh_7810001b_000646.png b/MTDDH/images/mtddh_7810001b_000646.png new file mode 100644 index 0000000000000000000000000000000000000000..37ff2009b6a87c687783c844d2505c26590117c4 --- /dev/null +++ b/MTDDH/images/mtddh_7810001b_000646.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:187c13662b9f5412bec47bfa5e1979e13b820e2d80fe5e3ac3bd4940af9e6b5c +size 49149 diff --git a/MTDDH/images/mtddh_7863380a_000125.png b/MTDDH/images/mtddh_7863380a_000125.png new file mode 100644 index 0000000000000000000000000000000000000000..070514f8eba8e0a5cf956556365d6b84c6f2e297 --- /dev/null +++ b/MTDDH/images/mtddh_7863380a_000125.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c4538b7aa1ccdf21cc465e3ddb018bfb40c244a90cf987edd71a1bc35182ccd +size 49519 diff --git a/MTDDH/images/mtddh_787d74e1_000565.png b/MTDDH/images/mtddh_787d74e1_000565.png new file mode 100644 index 0000000000000000000000000000000000000000..cca55509e56bb0383a051fe8cabc826edb41b8f6 --- /dev/null +++ b/MTDDH/images/mtddh_787d74e1_000565.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:024427355d0a97b68f36907c62ee4d05a4b79b5be4d46d5059f7f883f6500ebb +size 76106 diff --git a/MTDDH/images/mtddh_792b5594_000879.png b/MTDDH/images/mtddh_792b5594_000879.png new file mode 100644 index 0000000000000000000000000000000000000000..f240e0d31bf101d7b49cbb9c01030ae826a7de36 --- /dev/null +++ b/MTDDH/images/mtddh_792b5594_000879.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10736d660d4e991c6f9125b0aba70ab56e42115272581cf7fc9945b9b98daa41 +size 77093 diff --git a/MTDDH/images/mtddh_79f0712e_000700.png b/MTDDH/images/mtddh_79f0712e_000700.png new file mode 100644 index 0000000000000000000000000000000000000000..7e64fb7b438bdfdd6c4a72edc5c558cdc0869f10 --- /dev/null +++ b/MTDDH/images/mtddh_79f0712e_000700.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b67f19e7f58a160eef0873cd3669932c52b50acd0c801112d0514efaee7de027 +size 56543 diff --git a/MTDDH/images/mtddh_7b031ac9_000668.png b/MTDDH/images/mtddh_7b031ac9_000668.png new file mode 100644 index 0000000000000000000000000000000000000000..338f9a3e7e2ce133a662202c2b79183725c14ada --- /dev/null +++ b/MTDDH/images/mtddh_7b031ac9_000668.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe9e0cfde2b17dd154f2f89e56857905dd98847d48a752487bed27bf9ceff810 +size 70879 diff --git a/MTDDH/images/mtddh_7b96c239_000653.png b/MTDDH/images/mtddh_7b96c239_000653.png new file mode 100644 index 0000000000000000000000000000000000000000..ec8a95798bcd8fe20ae8aecb19f4a17b8674cc2c --- /dev/null +++ b/MTDDH/images/mtddh_7b96c239_000653.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4748da3deb2cd46bf13053c439eee216231b50e72ee645768f4062728b8d44a8 +size 65034 diff --git a/MTDDH/images/mtddh_7c6afb72_000518.png b/MTDDH/images/mtddh_7c6afb72_000518.png new file mode 100644 index 0000000000000000000000000000000000000000..a47f42d7a1d9248ab9d540f3b35ce73887e9e93d --- /dev/null +++ b/MTDDH/images/mtddh_7c6afb72_000518.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3126dc890f26a6cc19870e05bce9cd89bd4174cdfb6649d08645bd30c12657c6 +size 62031 diff --git a/MTDDH/images/mtddh_7d065d22_000633.png b/MTDDH/images/mtddh_7d065d22_000633.png new file mode 100644 index 0000000000000000000000000000000000000000..12929f76a0c71679692d22da8ad4d13def888bd2 --- /dev/null +++ b/MTDDH/images/mtddh_7d065d22_000633.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e35393a82205042cefaf92a4ff2090239063b9592c8a0f00ec49b6343ef860fd +size 49332 diff --git a/MTDDH/images/mtddh_7d2b652d_000880.png b/MTDDH/images/mtddh_7d2b652d_000880.png new file mode 100644 index 0000000000000000000000000000000000000000..dfc220e6ae2ba7cdbfb859b15997c27cd9ad90a6 --- /dev/null +++ b/MTDDH/images/mtddh_7d2b652d_000880.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4cf2249d32eefced7086150b683974095e310a851402f16bae8276de777e4ad +size 61184 diff --git a/MTDDH/images/mtddh_7e259152_000264.png b/MTDDH/images/mtddh_7e259152_000264.png new file mode 100644 index 0000000000000000000000000000000000000000..366a628ca2afe105f3184b2e6a273a23ff5ea58a --- /dev/null +++ b/MTDDH/images/mtddh_7e259152_000264.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59cc0ccc56e463641166f94e3ea8cb0c4965dbd7b501091cdebfd7f764df0015 +size 58210 diff --git a/MTDDH/images/mtddh_7e8c72c0_000041.png b/MTDDH/images/mtddh_7e8c72c0_000041.png new file mode 100644 index 0000000000000000000000000000000000000000..9d63941a9ca6dfd111dc0c996b7901ef3bd76a54 --- /dev/null +++ b/MTDDH/images/mtddh_7e8c72c0_000041.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fef11ebd400852c58104701660805dbf23e0b8daf8d940a0bdc3709a2472b69f +size 60229 diff --git a/MTDDH/images/mtddh_7f1b35bb_000109.png b/MTDDH/images/mtddh_7f1b35bb_000109.png new file mode 100644 index 0000000000000000000000000000000000000000..d8d73d7f7cf722a37af8991eb675f9fdbcddd2c5 --- /dev/null +++ b/MTDDH/images/mtddh_7f1b35bb_000109.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acc771bcfabb770ec971d64d7a3ba06bf18543e7e7cc244863ba4e12dd585353 +size 68528 diff --git a/MTDDH/images/mtddh_7f652669_000682.png b/MTDDH/images/mtddh_7f652669_000682.png new file mode 100644 index 0000000000000000000000000000000000000000..cecac482cd3dfa4dc73395391a1a90e0b6c4f5a6 --- /dev/null +++ b/MTDDH/images/mtddh_7f652669_000682.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddfc9d6985b8f3ff89a5afac89a22a30a8c73de5137e00615cdcce9a2f090320 +size 57914 diff --git a/MTDDH/images/mtddh_7fa1dd2d_000201.png b/MTDDH/images/mtddh_7fa1dd2d_000201.png new file mode 100644 index 0000000000000000000000000000000000000000..324ac03eed109713f29f4637b66cf284a88832be --- /dev/null +++ b/MTDDH/images/mtddh_7fa1dd2d_000201.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fca57ccb40c0cfee2058b257c8f00fceb5b65a9867149b3a025141f274015392 +size 71409 diff --git a/MTDDH/images/mtddh_7fcad340_000817.png b/MTDDH/images/mtddh_7fcad340_000817.png new file mode 100644 index 0000000000000000000000000000000000000000..de2ae7edeef3358e8694a5601a5e3c4c97640b09 --- /dev/null +++ b/MTDDH/images/mtddh_7fcad340_000817.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de38db72c11242b94782e1002cbb3669b7f7faa7a65fcc935672a99fe36059dc +size 53243 diff --git a/MTDDH/images/mtddh_80481fe6_000080.png b/MTDDH/images/mtddh_80481fe6_000080.png new file mode 100644 index 0000000000000000000000000000000000000000..dfbc625182d7c73b744625aa3e286fc9a3fa731a --- /dev/null +++ b/MTDDH/images/mtddh_80481fe6_000080.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d17321ea0eab4bc3647a34095b56033a02b11184a4bc20cd5b29595339289ee3 +size 46211 diff --git a/MTDDH/images/mtddh_805e59bf_000009.png b/MTDDH/images/mtddh_805e59bf_000009.png new file mode 100644 index 0000000000000000000000000000000000000000..57b75742aeb628618858a3c961ba021e62f8bcdd --- /dev/null +++ b/MTDDH/images/mtddh_805e59bf_000009.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69699bc37d3d17133cae6d9e9a212e0bde58694a44040b3c1e17ca2abfdb5d3c +size 72253 diff --git a/MTDDH/images/mtddh_80afbceb_000585.png b/MTDDH/images/mtddh_80afbceb_000585.png new file mode 100644 index 0000000000000000000000000000000000000000..e4ed85aea623653c93fbd61bfec6d3b3725fd4a5 --- /dev/null +++ b/MTDDH/images/mtddh_80afbceb_000585.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d0a1e76da324edb7ffaacc549b7fd56179534a9d761dc9d73712f0ae3c5049b +size 46810 diff --git a/MTDDH/images/mtddh_80f6d815_000519.png b/MTDDH/images/mtddh_80f6d815_000519.png new file mode 100644 index 0000000000000000000000000000000000000000..6ccdaf08a7f53ad98613b20e8a11465a8823fe7f --- /dev/null +++ b/MTDDH/images/mtddh_80f6d815_000519.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ace9a36659d5747b6b96d7a24c6ff2652db37ba241a6a3b8b1c1cc6a10d24578 +size 56917 diff --git a/MTDDH/images/mtddh_8150f298_000824.png b/MTDDH/images/mtddh_8150f298_000824.png new file mode 100644 index 0000000000000000000000000000000000000000..7f387100f4fe3da6c9cd3f48288fa3794712811f --- /dev/null +++ b/MTDDH/images/mtddh_8150f298_000824.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c4acf33d17d7211b5d1747d36888083143aaf1299224502a3f8a44572a6aeae +size 52892 diff --git a/MTDDH/images/mtddh_816e10e9_000221.png b/MTDDH/images/mtddh_816e10e9_000221.png new file mode 100644 index 0000000000000000000000000000000000000000..5ec9f821a22733069dc9f3b4d0ebf2e70226e796 --- /dev/null +++ b/MTDDH/images/mtddh_816e10e9_000221.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c67eacb766f34a63e8f5ff234009e54c6479a265a7e0601fdb35fa733c230d3 +size 46739 diff --git a/MTDDH/images/mtddh_81c6ad44_000106.png b/MTDDH/images/mtddh_81c6ad44_000106.png new file mode 100644 index 0000000000000000000000000000000000000000..f893fd9b96573f302203d5cac02c4567624acaf9 --- /dev/null +++ b/MTDDH/images/mtddh_81c6ad44_000106.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:227ddfc962129ce90b82e2038d7867ca7cfbe6523f0415a86d0e415cee41619f +size 41121 diff --git a/MTDDH/images/mtddh_81f7c2b1_000159.png b/MTDDH/images/mtddh_81f7c2b1_000159.png new file mode 100644 index 0000000000000000000000000000000000000000..001e4880e4bc4ee5bd7fef5330c4ac840cd90e20 --- /dev/null +++ b/MTDDH/images/mtddh_81f7c2b1_000159.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4367b7dca16c5d6a92e639fe0a5b89b6946a62662a837d735671159d86f51980 +size 53259 diff --git a/MTDDH/images/mtddh_82054221_000128.png b/MTDDH/images/mtddh_82054221_000128.png new file mode 100644 index 0000000000000000000000000000000000000000..b31d8aff4712e55751e25b94c2b2ed3a4b86c845 --- /dev/null +++ b/MTDDH/images/mtddh_82054221_000128.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9faa6c2df13615e994cb196916e4bd0210c2177e61c03d6f4da10d76bf34f7f +size 57240 diff --git a/MTDDH/images/mtddh_82b2385f_000830.png b/MTDDH/images/mtddh_82b2385f_000830.png new file mode 100644 index 0000000000000000000000000000000000000000..baf66fc8b77f0a89e384e3cd977eca850ae89e3b --- /dev/null +++ b/MTDDH/images/mtddh_82b2385f_000830.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:927954177cccd266b27ea48017147750e3d51c0335b127503f1e526688697609 +size 48559 diff --git a/MTDDH/images/mtddh_82dc12ee_000615.png b/MTDDH/images/mtddh_82dc12ee_000615.png new file mode 100644 index 0000000000000000000000000000000000000000..145a4e2ea2946fe85fc6280358c237dfa6192cbb --- /dev/null +++ b/MTDDH/images/mtddh_82dc12ee_000615.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31f3a261e3444a2fedf6d46635f57f943679f2b0b6e94cc6e3a7470115b2323d +size 68827 diff --git a/MTDDH/images/mtddh_8331c1e1_000595.png b/MTDDH/images/mtddh_8331c1e1_000595.png new file mode 100644 index 0000000000000000000000000000000000000000..911415a979dabc778bd5f665fe94fb203778ac8c --- /dev/null +++ b/MTDDH/images/mtddh_8331c1e1_000595.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2350c65914f2244ed28c818d49e20a950458f870322c2e9d2bc3124ca65823ed +size 69179 diff --git a/MTDDH/images/mtddh_83d0e80f_000755.png b/MTDDH/images/mtddh_83d0e80f_000755.png new file mode 100644 index 0000000000000000000000000000000000000000..3aae95e9ac557e62c9d5f31cd500a10c82c2db76 --- /dev/null +++ b/MTDDH/images/mtddh_83d0e80f_000755.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:896c984633bb0ec7a3a716d5eb49fe14d3c2b28d1ffabf8fb1e82e16f7fbd6e9 +size 64374 diff --git a/MTDDH/images/mtddh_83f0f6a5_000888.png b/MTDDH/images/mtddh_83f0f6a5_000888.png new file mode 100644 index 0000000000000000000000000000000000000000..16f442ce26d99a297b1741ea1aebd7894293f9f5 --- /dev/null +++ b/MTDDH/images/mtddh_83f0f6a5_000888.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06aa99c73bbdc47f7b6771ed05cc7d97f6cb936f823e3c5bc5c749d74bffdb18 +size 55840 diff --git a/MTDDH/images/mtddh_846de068_000520.png b/MTDDH/images/mtddh_846de068_000520.png new file mode 100644 index 0000000000000000000000000000000000000000..2636ae7cf34a357fc26f5a56014db41a98f6bee3 --- /dev/null +++ b/MTDDH/images/mtddh_846de068_000520.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1e7a1418af7eae5537342162266e47d59b3eb8b0b5db7fbb1bc940f06ef637f +size 48896 diff --git a/MTDDH/images/mtddh_85184b2a_000889.png b/MTDDH/images/mtddh_85184b2a_000889.png new file mode 100644 index 0000000000000000000000000000000000000000..5df5890ab351071062fecd8d1c2d01b5478fcc1b --- /dev/null +++ b/MTDDH/images/mtddh_85184b2a_000889.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:838704918b8ac5a12481e31ef56127a39286e5555949ef25230ffd85d0897595 +size 55775 diff --git a/MTDDH/images/mtddh_8546a80d_000183.png b/MTDDH/images/mtddh_8546a80d_000183.png new file mode 100644 index 0000000000000000000000000000000000000000..d470f50935a5672c535a30d65bbc31cba40b4625 --- /dev/null +++ b/MTDDH/images/mtddh_8546a80d_000183.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e475d24d13f521671a558ca534c4185321a9225cf7a8a6c9a250c99b12c20ae +size 46091 diff --git a/MTDDH/images/mtddh_85bf80df_000288.png b/MTDDH/images/mtddh_85bf80df_000288.png new file mode 100644 index 0000000000000000000000000000000000000000..273ec2628ddf98cf2256e9155bed1979cca0fecd --- /dev/null +++ b/MTDDH/images/mtddh_85bf80df_000288.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:650cb116f6ce2fd2104dca38f1d51a5a50f8ac3ea5f98a3b6bff7b02e0ba0dae +size 52390 diff --git a/MTDDH/images/mtddh_8663c01f_000289.png b/MTDDH/images/mtddh_8663c01f_000289.png new file mode 100644 index 0000000000000000000000000000000000000000..0177cddeb3dd3937b8033a1b903eea9adf9f7a84 --- /dev/null +++ b/MTDDH/images/mtddh_8663c01f_000289.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fe64171abd9b39c4ff9a09121b30dbd470bcdbf9361b3ec39ca8e5ca8dfb550 +size 53464 diff --git a/MTDDH/images/mtddh_869bf2ba_000163.png b/MTDDH/images/mtddh_869bf2ba_000163.png new file mode 100644 index 0000000000000000000000000000000000000000..25af0afb79c9cb68c281e5d64983379ce111aa82 --- /dev/null +++ b/MTDDH/images/mtddh_869bf2ba_000163.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d850f0a76838ca19c92f23bbb729d0bb5c3ad3dc978ae14029b564bac8e8411b +size 62702 diff --git a/MTDDH/images/mtddh_8733d80e_000834.png b/MTDDH/images/mtddh_8733d80e_000834.png new file mode 100644 index 0000000000000000000000000000000000000000..cc385957afeb67847edd31f3514fd59f52708488 --- /dev/null +++ b/MTDDH/images/mtddh_8733d80e_000834.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6c4c17a6e167cd1d23072acd952339603b188cd98a7521a7e132e22a830cd6e +size 45898 diff --git a/MTDDH/images/mtddh_87447a63_000761.png b/MTDDH/images/mtddh_87447a63_000761.png new file mode 100644 index 0000000000000000000000000000000000000000..e7be92745dface3303ee8e74c29298544a638360 --- /dev/null +++ b/MTDDH/images/mtddh_87447a63_000761.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eb5a6fd47f00c239cded4b4cfa527f98c3396f518bb76a4947e5546bdc2a1b3 +size 52773 diff --git a/MTDDH/images/mtddh_87585f78_000884.png b/MTDDH/images/mtddh_87585f78_000884.png new file mode 100644 index 0000000000000000000000000000000000000000..a0a842718afb77eb870686cc19dee64666285800 --- /dev/null +++ b/MTDDH/images/mtddh_87585f78_000884.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f98a5333920c4ad785629e9dba83c4fdf706b7f870e84609ac3991eb8f0456f +size 56652 diff --git a/MTDDH/images/mtddh_88171b79_000885.png b/MTDDH/images/mtddh_88171b79_000885.png new file mode 100644 index 0000000000000000000000000000000000000000..29c367da251edb582daebc6d760102fa8b2b7b54 --- /dev/null +++ b/MTDDH/images/mtddh_88171b79_000885.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09428448d444820180fed91361eb0f8a1de7c3f355a7de240c1db8a70e7c0c53 +size 57613 diff --git a/MTDDH/images/mtddh_8853e74b_000056.png b/MTDDH/images/mtddh_8853e74b_000056.png new file mode 100644 index 0000000000000000000000000000000000000000..87b4065e45ce4a91e759d34e055749bff72df4c5 --- /dev/null +++ b/MTDDH/images/mtddh_8853e74b_000056.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2263934a9fafa945f596e7210070381f9bab2434617ea11be4464031ad19e20e +size 63998 diff --git a/MTDDH/images/mtddh_8908cffa_000230.png b/MTDDH/images/mtddh_8908cffa_000230.png new file mode 100644 index 0000000000000000000000000000000000000000..69cec4595dedff4e86604ee8d1504ea92a3c70e4 --- /dev/null +++ b/MTDDH/images/mtddh_8908cffa_000230.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1639ea018fac963e0e71447f968f7a3adccd9de78488bcb167b64e3bf88508e0 +size 58466 diff --git a/MTDDH/images/mtddh_893064f3_000886.png b/MTDDH/images/mtddh_893064f3_000886.png new file mode 100644 index 0000000000000000000000000000000000000000..c36cb81e130dd014468c7796b032d43308f8b1ea --- /dev/null +++ b/MTDDH/images/mtddh_893064f3_000886.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:273c32ca04b956a7b29a76c9af9575aa43fee5fa689d33577a8d4bf599a9e0a8 +size 55584 diff --git a/MTDDH/images/mtddh_8931528a_000468.png b/MTDDH/images/mtddh_8931528a_000468.png new file mode 100644 index 0000000000000000000000000000000000000000..28d39fad2a1be0d44bd0ce2554f125526c68f8ad --- /dev/null +++ b/MTDDH/images/mtddh_8931528a_000468.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98b0ff8c718197a90e83895f809d3a2746b7d20e8bedc6dd4b2886a8306f1e31 +size 50508 diff --git a/MTDDH/images/mtddh_89754431_000521.png b/MTDDH/images/mtddh_89754431_000521.png new file mode 100644 index 0000000000000000000000000000000000000000..791e560f336b77ca1e2fffb7793d4f89c4028fee --- /dev/null +++ b/MTDDH/images/mtddh_89754431_000521.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:121cc1b53133dfce3b1895ead9a03f4ae3c89c0078b24f5f3879ac4c68a0c5be +size 48572 diff --git a/MTDDH/images/mtddh_8a33fa71_000290.png b/MTDDH/images/mtddh_8a33fa71_000290.png new file mode 100644 index 0000000000000000000000000000000000000000..cf9b919522abb1305aa0745cfae10dbd99574e2f --- /dev/null +++ b/MTDDH/images/mtddh_8a33fa71_000290.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b72abd575117fa85b19fa1dd4bfd3228a60783179cf5aec01a440bc37fd4ee9 +size 60660 diff --git a/MTDDH/images/mtddh_8a7aecb0_000142.png b/MTDDH/images/mtddh_8a7aecb0_000142.png new file mode 100644 index 0000000000000000000000000000000000000000..553ac94fb86c5fc981d72d46926a9c55d19fe8f1 --- /dev/null +++ b/MTDDH/images/mtddh_8a7aecb0_000142.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:882b80dbfdb0223b780e63a3d046aaaf9c63e895198208e9083867f311a4a1f1 +size 32120 diff --git a/MTDDH/images/mtddh_8a9803b6_000291.png b/MTDDH/images/mtddh_8a9803b6_000291.png new file mode 100644 index 0000000000000000000000000000000000000000..1d9f7f3eba584fda276f78240b09c55f203364a9 --- /dev/null +++ b/MTDDH/images/mtddh_8a9803b6_000291.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d20e3abf62d0f079dfbe5d74776b7ca8ab851fdae2ee2333e138e3ad65680cd +size 58937 diff --git a/MTDDH/images/mtddh_8ab30c44_000881.png b/MTDDH/images/mtddh_8ab30c44_000881.png new file mode 100644 index 0000000000000000000000000000000000000000..f4dbce659c3d2b3c2d7becbc933e4cd40266f5f4 --- /dev/null +++ b/MTDDH/images/mtddh_8ab30c44_000881.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2a7a96d581f9416a295cc54df427e2c2079580b249f773a1e4ce8eeeb607a46 +size 66749 diff --git a/MTDDH/images/mtddh_8ae7d37e_000441.png b/MTDDH/images/mtddh_8ae7d37e_000441.png new file mode 100644 index 0000000000000000000000000000000000000000..8bf325486eec6e2997743b8ce914c58f37b7987c --- /dev/null +++ b/MTDDH/images/mtddh_8ae7d37e_000441.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aa1995d7cad75b151e3acbb6cf1cddcf63b43a307ea672fbe21bd8a6eaa9608 +size 53348 diff --git a/MTDDH/images/mtddh_8b0c1f18_000442.png b/MTDDH/images/mtddh_8b0c1f18_000442.png new file mode 100644 index 0000000000000000000000000000000000000000..10d1223cc5caf56b7730b62d41737edc3bca4c3c --- /dev/null +++ b/MTDDH/images/mtddh_8b0c1f18_000442.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd6614d8a628e32e48ad951f85e2bd48b7bae233e41b8a67538eec1db3f90032 +size 53882 diff --git a/MTDDH/images/mtddh_8b0fd8b7_000411.png b/MTDDH/images/mtddh_8b0fd8b7_000411.png new file mode 100644 index 0000000000000000000000000000000000000000..8b34726714241a4c7aa27b9f447baf778a2ada3c --- /dev/null +++ b/MTDDH/images/mtddh_8b0fd8b7_000411.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8675f7a7e803a2fdbc7d812e199ec3a755d8d8077f8a95a60c217d8c031b718b +size 53586 diff --git a/MTDDH/images/mtddh_8b18cf24_000660.png b/MTDDH/images/mtddh_8b18cf24_000660.png new file mode 100644 index 0000000000000000000000000000000000000000..ebe54166b09b6a4e9a3bffb3b97adcd1304edf7c --- /dev/null +++ b/MTDDH/images/mtddh_8b18cf24_000660.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4edeb644a4708e3358de1cacd2c40d88cb7b5c9c66827d398b48ae3dbb26837b +size 48481 diff --git a/MTDDH/images/mtddh_8b1e3233_000052.png b/MTDDH/images/mtddh_8b1e3233_000052.png new file mode 100644 index 0000000000000000000000000000000000000000..8cbc7f26cf49b96089248d537e74020b2e037941 --- /dev/null +++ b/MTDDH/images/mtddh_8b1e3233_000052.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:580b0135cabe5c265b8cd5846f1150eb415815ed09c1719e5959333ee00dd358 +size 49127 diff --git a/MTDDH/images/mtddh_8b559415_000685.png b/MTDDH/images/mtddh_8b559415_000685.png new file mode 100644 index 0000000000000000000000000000000000000000..b96cd746d0902c205b79da8b4e8a05acf5d0fff1 --- /dev/null +++ b/MTDDH/images/mtddh_8b559415_000685.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:116e7fbb06c3ba2ab39747898e2ad82d91ec4065885f3160cf51e807d1fa4d1c +size 60750 diff --git a/MTDDH/images/mtddh_8b72bb01_000015.png b/MTDDH/images/mtddh_8b72bb01_000015.png new file mode 100644 index 0000000000000000000000000000000000000000..dc06b5cdf3044809f58542dda01cdd7d3260aa76 --- /dev/null +++ b/MTDDH/images/mtddh_8b72bb01_000015.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b13b62b66596e1ff0d000b07825985cd2a16298826d2765567e0139ec540cf1 +size 52793 diff --git a/MTDDH/images/mtddh_8b8c1b00_000654.png b/MTDDH/images/mtddh_8b8c1b00_000654.png new file mode 100644 index 0000000000000000000000000000000000000000..98103a2d10e7d9b130f21dc906b2577016ba4881 --- /dev/null +++ b/MTDDH/images/mtddh_8b8c1b00_000654.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41ef912a74be012b269af8100d2a38577937edc2867f9d7709f6e34715a30a53 +size 62615 diff --git a/MTDDH/images/mtddh_8ba76c3e_000608.png b/MTDDH/images/mtddh_8ba76c3e_000608.png new file mode 100644 index 0000000000000000000000000000000000000000..cde877529dec91cd5156639fc25a2273bff2c025 --- /dev/null +++ b/MTDDH/images/mtddh_8ba76c3e_000608.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2a7ebc93ed36f401e485d0db44f89c114b53f7c7512063305f55b0e8ae71482 +size 71485 diff --git a/MTDDH/images/mtddh_8be637e3_000896.png b/MTDDH/images/mtddh_8be637e3_000896.png new file mode 100644 index 0000000000000000000000000000000000000000..8a058207dd01b0e56071390f92e59b5312d1547d --- /dev/null +++ b/MTDDH/images/mtddh_8be637e3_000896.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a294013972ddc7fec854ced779c21733d57b6007e2c587842295025a4e890e4 +size 54932 diff --git a/MTDDH/images/mtddh_8c05003f_000292.png b/MTDDH/images/mtddh_8c05003f_000292.png new file mode 100644 index 0000000000000000000000000000000000000000..80ba817bf6a250268217275eb4683b4a8fce2919 --- /dev/null +++ b/MTDDH/images/mtddh_8c05003f_000292.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2a26f1d4dfcd545255a24a46469c18f993e393d398f662e1496d0111a449c3e +size 52353 diff --git a/MTDDH/images/mtddh_8c07aac2_000493.png b/MTDDH/images/mtddh_8c07aac2_000493.png new file mode 100644 index 0000000000000000000000000000000000000000..cc6226f93bb81be56247bd6262023a250844c895 --- /dev/null +++ b/MTDDH/images/mtddh_8c07aac2_000493.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:440fa6bd62fde6557919add616070e6465009363dfa1cc496d97e885e9c23fa7 +size 52870 diff --git a/MTDDH/images/mtddh_8c3dfb67_000675.png b/MTDDH/images/mtddh_8c3dfb67_000675.png new file mode 100644 index 0000000000000000000000000000000000000000..571eee1b236ef6a4f48810c929205e32dcc7c65a --- /dev/null +++ b/MTDDH/images/mtddh_8c3dfb67_000675.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59bf992098421c794fd32c475fcd51ceb5a5ef434561e95716fd4d12b2b09987 +size 67653 diff --git a/MTDDH/images/mtddh_8c4e6877_000090.png b/MTDDH/images/mtddh_8c4e6877_000090.png new file mode 100644 index 0000000000000000000000000000000000000000..79cf9c22bc099246edc4b90b2494db710f9c496a --- /dev/null +++ b/MTDDH/images/mtddh_8c4e6877_000090.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cfe51d3a9a3dd9225d58ffcf3cdc4ed43dce3f6e246ca456763e193c439ca93 +size 53746 diff --git a/MTDDH/images/mtddh_8c721683_000725.png b/MTDDH/images/mtddh_8c721683_000725.png new file mode 100644 index 0000000000000000000000000000000000000000..bb7da773e52f8478acc9fb9d74308ac7551c5405 --- /dev/null +++ b/MTDDH/images/mtddh_8c721683_000725.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc0c97b3da94189ce7ffb1286ad3a1acc1216af7d204e1ecd73eea166b6b2b5e +size 72878 diff --git a/MTDDH/images/mtddh_8cbc31c0_000085.png b/MTDDH/images/mtddh_8cbc31c0_000085.png new file mode 100644 index 0000000000000000000000000000000000000000..241c3cb227e1d626ae7b3b9374d81f1c0856f8fa --- /dev/null +++ b/MTDDH/images/mtddh_8cbc31c0_000085.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3026685aa12988869d6f1d5168610ddf397ae1880286a664076976e366eba40 +size 65621 diff --git a/MTDDH/images/mtddh_8ce19a5b_000060.png b/MTDDH/images/mtddh_8ce19a5b_000060.png new file mode 100644 index 0000000000000000000000000000000000000000..8b71dd3e541350eda573932f998c3fb1cdeb56fc --- /dev/null +++ b/MTDDH/images/mtddh_8ce19a5b_000060.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b736baac55a768a5a1d08eb588e624c4f3ae37670a30ff8c214c8f4999210af8 +size 64263 diff --git a/MTDDH/images/mtddh_8ce479f7_000734.png b/MTDDH/images/mtddh_8ce479f7_000734.png new file mode 100644 index 0000000000000000000000000000000000000000..8e369a5a9276e6fb812a159948ac74f8efc97046 --- /dev/null +++ b/MTDDH/images/mtddh_8ce479f7_000734.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3bba564ac62aed20405f3a497f1da40df5888f92e1c7e482ece1fe232371b06 +size 49575 diff --git a/MTDDH/images/mtddh_8d107a2d_000293.png b/MTDDH/images/mtddh_8d107a2d_000293.png new file mode 100644 index 0000000000000000000000000000000000000000..3c8de4245d7e5dbca4fe26ea21a116d3bcf9082c --- /dev/null +++ b/MTDDH/images/mtddh_8d107a2d_000293.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0807803535ec4ab86ee82ecf58785d914e615529e33d49578c14544fbba0c35a +size 49519 diff --git a/MTDDH/images/mtddh_8d10dd4b_000443.png b/MTDDH/images/mtddh_8d10dd4b_000443.png new file mode 100644 index 0000000000000000000000000000000000000000..c4b191cd98adc9067ad4210b5d35f5cc08d3317d --- /dev/null +++ b/MTDDH/images/mtddh_8d10dd4b_000443.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fbb0e22bdd3cb1368f55fb5ab7c1e21bef8f8eed55e942991a186bed903e713 +size 39023 diff --git a/MTDDH/images/mtddh_8d5f3b8a_000392.png b/MTDDH/images/mtddh_8d5f3b8a_000392.png new file mode 100644 index 0000000000000000000000000000000000000000..143eb2e46315b113830e537eb2bc2442d3842c5e --- /dev/null +++ b/MTDDH/images/mtddh_8d5f3b8a_000392.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc832478c600d870d4aa2b1a2a18a72926dd6827bdad9b289be745f83d42b0d8 +size 56409 diff --git a/MTDDH/images/mtddh_8d693019_000205.png b/MTDDH/images/mtddh_8d693019_000205.png new file mode 100644 index 0000000000000000000000000000000000000000..9853c6aadd5e73b51ce8e629ef15988b7717e0ec --- /dev/null +++ b/MTDDH/images/mtddh_8d693019_000205.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80002e678805309635d07d7d980c88f23520e56ff3f8da1adc6cfb14e837f70f +size 57141 diff --git a/MTDDH/images/mtddh_8dd741ed_000596.png b/MTDDH/images/mtddh_8dd741ed_000596.png new file mode 100644 index 0000000000000000000000000000000000000000..022c12674aa0f934cebf58d7a173d1be3c78621d --- /dev/null +++ b/MTDDH/images/mtddh_8dd741ed_000596.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdf16031cf7c028cf2feb8557b9e2d73d15732c0acd5d7b73523338d3fb543d1 +size 54873 diff --git a/MTDDH/images/mtddh_8e07cbc1_000357.png b/MTDDH/images/mtddh_8e07cbc1_000357.png new file mode 100644 index 0000000000000000000000000000000000000000..3c494ada151c494d1d04eb051bf69eb84e9bc9ad --- /dev/null +++ b/MTDDH/images/mtddh_8e07cbc1_000357.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95862080973bd3ce02aa04b727a6c6c7b2b1e77ac6190509371ff68b7d4b63aa +size 65747 diff --git a/MTDDH/images/mtddh_8f09e041_000705.png b/MTDDH/images/mtddh_8f09e041_000705.png new file mode 100644 index 0000000000000000000000000000000000000000..1084fe9e223f83496b2a86086452331ee3fa2de1 --- /dev/null +++ b/MTDDH/images/mtddh_8f09e041_000705.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3b521ad97365d30bd6f4e57c96eed50d5f0d8e86ce00f08aa22b3d0c39322f6 +size 40463 diff --git a/MTDDH/images/mtddh_8fa6f656_000677.png b/MTDDH/images/mtddh_8fa6f656_000677.png new file mode 100644 index 0000000000000000000000000000000000000000..039fedf6b46589ce8fb1e54c1ad2ee8d073f63a3 --- /dev/null +++ b/MTDDH/images/mtddh_8fa6f656_000677.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0758c90f815448940922846ae02fa6e393ba01488aed57fbdf5f5c86a7cc3e5d +size 69428 diff --git a/MTDDH/images/mtddh_8fd994ae_000522.png b/MTDDH/images/mtddh_8fd994ae_000522.png new file mode 100644 index 0000000000000000000000000000000000000000..0a8a23035f7d7899d22865e9ef4ea9b4a2200a70 --- /dev/null +++ b/MTDDH/images/mtddh_8fd994ae_000522.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e31795c5eae1f80bb23444d5a681be2afab8bf456abc569bdb1e80decb1e2bae +size 49251 diff --git a/MTDDH/images/mtddh_8ffc7819_000046.png b/MTDDH/images/mtddh_8ffc7819_000046.png new file mode 100644 index 0000000000000000000000000000000000000000..0ec110ddce63afae64297449ab6794b8f1166ddb --- /dev/null +++ b/MTDDH/images/mtddh_8ffc7819_000046.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d08baa128eeeacc70542a00c9d7c7e3ffb395f51e1acbcde8ae4870664134550 +size 55671 diff --git a/MTDDH/images/mtddh_9009f786_000409.png b/MTDDH/images/mtddh_9009f786_000409.png new file mode 100644 index 0000000000000000000000000000000000000000..8466ff6ef91e4441401e27629cb1815d10d83ffb --- /dev/null +++ b/MTDDH/images/mtddh_9009f786_000409.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f631c183b7b140e0b19627d7e5dc8694f9bc7df2b65585bd6dc3eb1e652ec545 +size 44349 diff --git a/MTDDH/images/mtddh_90d3b732_000743.png b/MTDDH/images/mtddh_90d3b732_000743.png new file mode 100644 index 0000000000000000000000000000000000000000..0070bece9aa59411b2a3683fdb3c510e86e22706 --- /dev/null +++ b/MTDDH/images/mtddh_90d3b732_000743.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e57b6cb3b3cc11f8bd0f834fbf24952c4fca7f39fb03665bd24b6a017492ea3 +size 50585 diff --git a/MTDDH/images/mtddh_90d75cba_000730.png b/MTDDH/images/mtddh_90d75cba_000730.png new file mode 100644 index 0000000000000000000000000000000000000000..6f4f78c7f04da74e5248ff0541972a84ed312c26 --- /dev/null +++ b/MTDDH/images/mtddh_90d75cba_000730.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c68e7c6f91063f3324706b1921a2fb77ddd6f67291fcc73c058c90c0dae8f59 +size 51458 diff --git a/MTDDH/images/mtddh_90d9e26b_000651.png b/MTDDH/images/mtddh_90d9e26b_000651.png new file mode 100644 index 0000000000000000000000000000000000000000..a0de54803fa5ba56dba920c6720ae2e6a20625c1 --- /dev/null +++ b/MTDDH/images/mtddh_90d9e26b_000651.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfc13ead31e5e8efe880698e7f64053b36d5ef1ac45f0a6e94e9dbc748db528b +size 59598 diff --git a/MTDDH/images/mtddh_9143f3ea_000890.png b/MTDDH/images/mtddh_9143f3ea_000890.png new file mode 100644 index 0000000000000000000000000000000000000000..f3668fd78b847b68f4dc91b496cf72ce2e938bdf --- /dev/null +++ b/MTDDH/images/mtddh_9143f3ea_000890.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb2b30298035a01cd2508ca6184384e895c7ca66357266516c24842f32bbdf84 +size 52193 diff --git a/MTDDH/images/mtddh_9184498d_000294.png b/MTDDH/images/mtddh_9184498d_000294.png new file mode 100644 index 0000000000000000000000000000000000000000..cd2a29f4d753f4cf8e567b076fa25fbfddbf683d --- /dev/null +++ b/MTDDH/images/mtddh_9184498d_000294.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c20026364c60d677d79e96d01ab594fc21ba6e297e20afab37d507d86f283a76 +size 60781 diff --git a/MTDDH/images/mtddh_9190ec2b_000097.png b/MTDDH/images/mtddh_9190ec2b_000097.png new file mode 100644 index 0000000000000000000000000000000000000000..5bceedf6e132b8e0b774dcb1cc46810e2d298c9d --- /dev/null +++ b/MTDDH/images/mtddh_9190ec2b_000097.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f0bd33aa7ba77cf7a18f46345c06d821a60e35361b9b7259d07b7254a4ba543 +size 48891 diff --git a/MTDDH/images/mtddh_91e97938_000358.png b/MTDDH/images/mtddh_91e97938_000358.png new file mode 100644 index 0000000000000000000000000000000000000000..97876c419b6bf97eceaeefb4374b6f2e50a40aa6 --- /dev/null +++ b/MTDDH/images/mtddh_91e97938_000358.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:377dc1517aea75485dbf9b0f56c9bb7f6b41ebebe82ad7eee2c42db706f5e814 +size 42870 diff --git a/MTDDH/images/mtddh_922a84c3_000273.png b/MTDDH/images/mtddh_922a84c3_000273.png new file mode 100644 index 0000000000000000000000000000000000000000..8eeb3820c8b717b18121cf21658ad9a8d231f194 --- /dev/null +++ b/MTDDH/images/mtddh_922a84c3_000273.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8be74e4a4548344448bd42cbccb78660fdc0143ef70b826ed7054acf6870e23b +size 69287 diff --git a/MTDDH/images/mtddh_9238c772_000410.png b/MTDDH/images/mtddh_9238c772_000410.png new file mode 100644 index 0000000000000000000000000000000000000000..85a0b34823bb116126f3fac28b0c6ae4e1b19505 --- /dev/null +++ b/MTDDH/images/mtddh_9238c772_000410.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:303b97f04df3e0855fd63c787dfa7b16784408969310c92fe4384f8fb1f7e3cb +size 49721 diff --git a/MTDDH/images/mtddh_9248b357_000295.png b/MTDDH/images/mtddh_9248b357_000295.png new file mode 100644 index 0000000000000000000000000000000000000000..137f40076b68c6fc73b311a9b8f9fb8578397025 --- /dev/null +++ b/MTDDH/images/mtddh_9248b357_000295.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9134836bb57d8954875394a6d21bc7abc0b16c4c989e93969cdc2c0fc899a127 +size 57700 diff --git a/MTDDH/images/mtddh_92f04ffa_000049.png b/MTDDH/images/mtddh_92f04ffa_000049.png new file mode 100644 index 0000000000000000000000000000000000000000..914c2f5e62c534ed7b8979c8c35c273efb54f1b4 --- /dev/null +++ b/MTDDH/images/mtddh_92f04ffa_000049.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eefe5495ab8319aff3790c4ffd03027222c6d96e4965708bc7c94fc44354fcf +size 64027 diff --git a/MTDDH/images/mtddh_92f12b4f_000139.png b/MTDDH/images/mtddh_92f12b4f_000139.png new file mode 100644 index 0000000000000000000000000000000000000000..292a89c7d0d93cb33aa35c6fa1f2622f061d73f3 --- /dev/null +++ b/MTDDH/images/mtddh_92f12b4f_000139.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:673cd28e109e0c43ddd8127d22dec8f285f597c860359997d7f8de80b6bba816 +size 52917 diff --git a/MTDDH/images/mtddh_93d74687_000905.png b/MTDDH/images/mtddh_93d74687_000905.png new file mode 100644 index 0000000000000000000000000000000000000000..1e490357b9075ac390698a8464c02972a38ab03f --- /dev/null +++ b/MTDDH/images/mtddh_93d74687_000905.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dd45ef7e40d9de0d992fd4f5c983aa1fe09511fd794c04834d902482291944d +size 54456 diff --git a/MTDDH/images/mtddh_93fa531c_000494.png b/MTDDH/images/mtddh_93fa531c_000494.png new file mode 100644 index 0000000000000000000000000000000000000000..77e8e7c01d04b3f2eb51de220098d4d89d76ef5a --- /dev/null +++ b/MTDDH/images/mtddh_93fa531c_000494.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c589b204d60031f5c0227cd8f36bf53731b46c3cd2eab21e0be125059728221 +size 48439 diff --git a/MTDDH/images/mtddh_941766cd_000244.png b/MTDDH/images/mtddh_941766cd_000244.png new file mode 100644 index 0000000000000000000000000000000000000000..cac39afd9b6d5389de24389789da5a5ec28de9c8 --- /dev/null +++ b/MTDDH/images/mtddh_941766cd_000244.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b57654d8160b250a20d63574602138078d4ad8c092277ceb2a7b35102aa8f62e +size 51633 diff --git a/MTDDH/images/mtddh_9461a9ba_000669.png b/MTDDH/images/mtddh_9461a9ba_000669.png new file mode 100644 index 0000000000000000000000000000000000000000..f51f51afec0405b6285731fa49ca6d9b27c7a301 --- /dev/null +++ b/MTDDH/images/mtddh_9461a9ba_000669.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aa9e8c3c4fb939575e6f40a608bf75f58846a6787e6954a784d9913cbe2b52e +size 69504 diff --git a/MTDDH/images/mtddh_948c2cb9_000523.png b/MTDDH/images/mtddh_948c2cb9_000523.png new file mode 100644 index 0000000000000000000000000000000000000000..0f9464a4eb9a2d0518ce6afa5526c37d67919e23 --- /dev/null +++ b/MTDDH/images/mtddh_948c2cb9_000523.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20568619d091ea71861197c98cc5311bec8cb25692d3f7e634713fe0be4031d0 +size 63821 diff --git a/MTDDH/images/mtddh_94a27ab3_000160.png b/MTDDH/images/mtddh_94a27ab3_000160.png new file mode 100644 index 0000000000000000000000000000000000000000..d2f92e189b059b97a1768c37267c1d59fb066789 --- /dev/null +++ b/MTDDH/images/mtddh_94a27ab3_000160.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:976bd89a25268357818f59cbe55d9c96f83f2659ce83d693981f8d59959520c3 +size 69110 diff --git a/MTDDH/images/mtddh_94ddfa81_000296.png b/MTDDH/images/mtddh_94ddfa81_000296.png new file mode 100644 index 0000000000000000000000000000000000000000..b3f2ab9e9c78e5eec36a5df5288ba199433f3a29 --- /dev/null +++ b/MTDDH/images/mtddh_94ddfa81_000296.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee1702ad609a23ca4eb2441100f88da461bc27e673b71153b8e09ae6d7485b13 +size 45172 diff --git a/MTDDH/images/mtddh_95481ad2_000524.png b/MTDDH/images/mtddh_95481ad2_000524.png new file mode 100644 index 0000000000000000000000000000000000000000..15c0fde7f480b11192e90a9442de4cd64e3ea6c7 --- /dev/null +++ b/MTDDH/images/mtddh_95481ad2_000524.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d37382daceba86228638a3d7599f8f5edcd3b9a21d97cb0ef0469d0b94e99e14 +size 72472 diff --git a/MTDDH/images/mtddh_958e0f55_000891.png b/MTDDH/images/mtddh_958e0f55_000891.png new file mode 100644 index 0000000000000000000000000000000000000000..44a5fbd447c8728849aa23605bbe4c266990f439 --- /dev/null +++ b/MTDDH/images/mtddh_958e0f55_000891.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2e9593b30201045b5ca17905cc4e301e42d1371f1bc9fecce53767cb8ca8b7e +size 46099 diff --git a/MTDDH/images/mtddh_95e2acbd_000887.png b/MTDDH/images/mtddh_95e2acbd_000887.png new file mode 100644 index 0000000000000000000000000000000000000000..6549949ca12db595ea6645957673ec7bbcf87064 --- /dev/null +++ b/MTDDH/images/mtddh_95e2acbd_000887.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc8028b7cf6977507c62216168638a83be487fa1ccce88f63c08fdbd2ec70669 +size 64795 diff --git a/MTDDH/images/mtddh_9637eead_000061.png b/MTDDH/images/mtddh_9637eead_000061.png new file mode 100644 index 0000000000000000000000000000000000000000..d210c7d8dcd014af3f1e1bf334f2103fcbb09089 --- /dev/null +++ b/MTDDH/images/mtddh_9637eead_000061.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e352b5cbb42eef0b8378b01feb091d5206bf82a0bca97e4a7c4ec2076e8e924b +size 71148 diff --git a/MTDDH/images/mtddh_96529f4d_000566.png b/MTDDH/images/mtddh_96529f4d_000566.png new file mode 100644 index 0000000000000000000000000000000000000000..85932880943da19506d793ee62701cdbe838fb29 --- /dev/null +++ b/MTDDH/images/mtddh_96529f4d_000566.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2688835632e0b944b50a6fc56d14776507b189144f87c676c3a1b3bbc2d7331b +size 73302 diff --git a/MTDDH/images/mtddh_97945f91_000211.png b/MTDDH/images/mtddh_97945f91_000211.png new file mode 100644 index 0000000000000000000000000000000000000000..6188cd2547390a94c89f1bedd650d1771f680e6c --- /dev/null +++ b/MTDDH/images/mtddh_97945f91_000211.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f8cbc63a6f56b72dd41fc893a3daa2d9d5a17f568496e16bfc9f68527c9a3ff +size 72707 diff --git a/MTDDH/images/mtddh_97952508_000639.png b/MTDDH/images/mtddh_97952508_000639.png new file mode 100644 index 0000000000000000000000000000000000000000..b3e535c5c0830127829dac9d0a1417ad8e314b6a --- /dev/null +++ b/MTDDH/images/mtddh_97952508_000639.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c0b61528bbc963753bc3056d20b68e530bebad9600c4be45597a826c0533998 +size 39764 diff --git a/MTDDH/images/mtddh_97bbdbd8_000718.png b/MTDDH/images/mtddh_97bbdbd8_000718.png new file mode 100644 index 0000000000000000000000000000000000000000..a05d984d5a1624717e79d40ff36f014bfa87012f --- /dev/null +++ b/MTDDH/images/mtddh_97bbdbd8_000718.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0220dac360d1d8972accf3c4373b3a4b40831ea2f0f395b14f4880ac8ca325ba +size 49111 diff --git a/MTDDH/images/mtddh_97bf2f38_000255.png b/MTDDH/images/mtddh_97bf2f38_000255.png new file mode 100644 index 0000000000000000000000000000000000000000..b68b8a536aaabce1005c4eb8be3be73ca1d20fed --- /dev/null +++ b/MTDDH/images/mtddh_97bf2f38_000255.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eda2afbee6f1fdd7a90848848b3131a9385ba3d5ecf706531405036de23849a9 +size 53756 diff --git a/MTDDH/images/mtddh_98247641_000586.png b/MTDDH/images/mtddh_98247641_000586.png new file mode 100644 index 0000000000000000000000000000000000000000..42f365d98089b979863477ad6227b9ccae671ac7 --- /dev/null +++ b/MTDDH/images/mtddh_98247641_000586.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:547454cc1fda9922fcc919807db60d6996776f657eb47042f3f8a3283337c442 +size 59524 diff --git a/MTDDH/images/mtddh_98255f38_000234.png b/MTDDH/images/mtddh_98255f38_000234.png new file mode 100644 index 0000000000000000000000000000000000000000..5a7b67b350de0a5804c3ee351daec19f67a20104 --- /dev/null +++ b/MTDDH/images/mtddh_98255f38_000234.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3e0a78244052de21adf7ef36ccdb846d89ac7b9a4fbc5dd54bef517fb0ec49b +size 52931 diff --git a/MTDDH/images/mtddh_9830136d_000259.png b/MTDDH/images/mtddh_9830136d_000259.png new file mode 100644 index 0000000000000000000000000000000000000000..3e63fb710c0223b259259b365f93bda9e3296090 --- /dev/null +++ b/MTDDH/images/mtddh_9830136d_000259.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b317f59bcf805205a11c011055a0aa93bbe5737e93f43e5f7422558518102011 +size 42928 diff --git a/MTDDH/images/mtddh_98478b3e_000030.png b/MTDDH/images/mtddh_98478b3e_000030.png new file mode 100644 index 0000000000000000000000000000000000000000..f31eb8cf4377b57d8b30bf149246fbc94350d5f3 --- /dev/null +++ b/MTDDH/images/mtddh_98478b3e_000030.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ba7f4c8f0faf9d8084068edbc34cb20f6b8bc433224b2037b850e3657ab5e32 +size 50794 diff --git a/MTDDH/images/mtddh_998634b0_000098.png b/MTDDH/images/mtddh_998634b0_000098.png new file mode 100644 index 0000000000000000000000000000000000000000..fec843613b51f3df1588d2db5c0bb57531657dba --- /dev/null +++ b/MTDDH/images/mtddh_998634b0_000098.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:638d9ead5653ee8d4b169520e055b8ecb2465b38c7cf1ff18a80c560f91aa6b5 +size 57314 diff --git a/MTDDH/images/mtddh_99a779e3_000297.png b/MTDDH/images/mtddh_99a779e3_000297.png new file mode 100644 index 0000000000000000000000000000000000000000..3aa37ca42890a9eba5686bdc8f1daad3fd3957dc --- /dev/null +++ b/MTDDH/images/mtddh_99a779e3_000297.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dda9d1c440517911825dd12eecad0f35d683f8662a533c12fd28caf5e0660a9 +size 46945 diff --git a/MTDDH/images/mtddh_9a0bde43_000715.png b/MTDDH/images/mtddh_9a0bde43_000715.png new file mode 100644 index 0000000000000000000000000000000000000000..a25eb1eb295a3d3c01229a11f8da299edaafb4d6 --- /dev/null +++ b/MTDDH/images/mtddh_9a0bde43_000715.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99c3f3297efd1e78682e1896b658b3e2ecd144123f731112dcd042fed31ca4df +size 74611 diff --git a/MTDDH/images/mtddh_9a3e4c49_000088.png b/MTDDH/images/mtddh_9a3e4c49_000088.png new file mode 100644 index 0000000000000000000000000000000000000000..d8dddb461b7c002ad1d3a6df2415ffdef89066ee --- /dev/null +++ b/MTDDH/images/mtddh_9a3e4c49_000088.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d3cf33ee1be43e86de0c261675cc56b2c235dac2c3093d1050a66a5db59894a +size 48727 diff --git a/MTDDH/images/mtddh_9a8f5e44_000298.png b/MTDDH/images/mtddh_9a8f5e44_000298.png new file mode 100644 index 0000000000000000000000000000000000000000..a0437b09a7d6f22c3df512eccc02f462d537bab2 --- /dev/null +++ b/MTDDH/images/mtddh_9a8f5e44_000298.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b190fe26b8235c83880bcfa9478347a9f84ea298ce397e106eddfd6ce5bb58cb +size 45583 diff --git a/MTDDH/images/mtddh_9ac83763_000525.png b/MTDDH/images/mtddh_9ac83763_000525.png new file mode 100644 index 0000000000000000000000000000000000000000..06fa0cf42eb201904f6775b2eb48e5eaeaa2e4cc --- /dev/null +++ b/MTDDH/images/mtddh_9ac83763_000525.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f8feca747f370d3a90c4ff30711ca539065a98d87f2d2fb0ce2e2d2afd9160c +size 58955 diff --git a/MTDDH/images/mtddh_9af2fc44_000609.png b/MTDDH/images/mtddh_9af2fc44_000609.png new file mode 100644 index 0000000000000000000000000000000000000000..f40132d59e713e55e81b246cfe21ad8f7f64ebbe --- /dev/null +++ b/MTDDH/images/mtddh_9af2fc44_000609.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8514e0fbc5a66ec71163b9a4290a6f3eb4fa691266ed9b495a2bac1efc0ef6f6 +size 57832 diff --git a/MTDDH/images/mtddh_9af62970_000232.png b/MTDDH/images/mtddh_9af62970_000232.png new file mode 100644 index 0000000000000000000000000000000000000000..aeabe26f41a5206fde01bdd0077f36a150a1311f --- /dev/null +++ b/MTDDH/images/mtddh_9af62970_000232.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a3546bfac3c88f5568ed65afdc54417a280fb8c039f4f0a819934d2c3610b16 +size 65967 diff --git a/MTDDH/images/mtddh_9b065cf3_000136.png b/MTDDH/images/mtddh_9b065cf3_000136.png new file mode 100644 index 0000000000000000000000000000000000000000..85c12e166ee878f2a9f0a91499b80c10459a0e57 --- /dev/null +++ b/MTDDH/images/mtddh_9b065cf3_000136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d7c0066913ef1e3c0a465836671029fd418ea8683fe5067335b77a66a643263 +size 55727 diff --git a/MTDDH/images/mtddh_9b4b2e94_000223.png b/MTDDH/images/mtddh_9b4b2e94_000223.png new file mode 100644 index 0000000000000000000000000000000000000000..43fef1f459df49a2c1a3d262d715df572af510e4 --- /dev/null +++ b/MTDDH/images/mtddh_9b4b2e94_000223.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdc124584a50e0b7b9d730ce2c55a23b87ee00b689ed377d6d596758a213f5dc +size 53047 diff --git a/MTDDH/images/mtddh_9c751fc1_000267.png b/MTDDH/images/mtddh_9c751fc1_000267.png new file mode 100644 index 0000000000000000000000000000000000000000..97e76cc063d36b6caab3f8bfa8135f15453c8fd0 --- /dev/null +++ b/MTDDH/images/mtddh_9c751fc1_000267.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75eb86db927d8065e9970a77006f0487985496a244bad8eda22244fb1e86bb28 +size 51246 diff --git a/MTDDH/images/mtddh_9cb21b11_000892.png b/MTDDH/images/mtddh_9cb21b11_000892.png new file mode 100644 index 0000000000000000000000000000000000000000..527ca47c78ba833339238d23422951fb93c4334d --- /dev/null +++ b/MTDDH/images/mtddh_9cb21b11_000892.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06e28d593bbfc6d0878894cf21c5de6db9b01fdf27eb75ad4f99b110357302b0 +size 55974 diff --git a/MTDDH/images/mtddh_9cfaeddb_000042.png b/MTDDH/images/mtddh_9cfaeddb_000042.png new file mode 100644 index 0000000000000000000000000000000000000000..9a7134866aa0ac207e53eb8c3f623e00558fe64f --- /dev/null +++ b/MTDDH/images/mtddh_9cfaeddb_000042.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e769f9439db81bcc0e4f7278040efad2b38b4e5b3e437a39e53caa3004d531d5 +size 49997 diff --git a/MTDDH/images/mtddh_9d1423e5_000597.png b/MTDDH/images/mtddh_9d1423e5_000597.png new file mode 100644 index 0000000000000000000000000000000000000000..adbc6bf99d968dea61785f709116cbbc117f33b7 --- /dev/null +++ b/MTDDH/images/mtddh_9d1423e5_000597.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6b134affb66bd2c3b7f8bcd771cf33ba819b7bbd2e4196468b46e95fd1cb4f3 +size 46769 diff --git a/MTDDH/images/mtddh_9d3dbf10_000412.png b/MTDDH/images/mtddh_9d3dbf10_000412.png new file mode 100644 index 0000000000000000000000000000000000000000..001bebd490ad3176de4b3342c21325a3af0987ea --- /dev/null +++ b/MTDDH/images/mtddh_9d3dbf10_000412.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00d005dcb553d362a8728bc552a9724783abf499fa823944de1bcb37d7c62c7a +size 40262 diff --git a/MTDDH/images/mtddh_9d6f28e5_000413.png b/MTDDH/images/mtddh_9d6f28e5_000413.png new file mode 100644 index 0000000000000000000000000000000000000000..d064f961a6552bc4c5e461e04597964f4426bbb6 --- /dev/null +++ b/MTDDH/images/mtddh_9d6f28e5_000413.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f52c91151eee1aefbc3281ebc6d0fed0e8dd0eb2769efa15564af310c16a504 +size 39290 diff --git a/MTDDH/images/mtddh_9d7d199a_000666.png b/MTDDH/images/mtddh_9d7d199a_000666.png new file mode 100644 index 0000000000000000000000000000000000000000..f8e1eeb50bbb6f02af44366ae908dbe5b2566b48 --- /dev/null +++ b/MTDDH/images/mtddh_9d7d199a_000666.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaf4e2a19871680fe57919a37cefcc51113aae8f5d8feb12e355029bfb51288c +size 55000 diff --git a/MTDDH/images/mtddh_9db60ade_000898.png b/MTDDH/images/mtddh_9db60ade_000898.png new file mode 100644 index 0000000000000000000000000000000000000000..cb34380e759ecd0c85fca0f89fe3bc739a1bc90e --- /dev/null +++ b/MTDDH/images/mtddh_9db60ade_000898.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e0b8e23d2dd7e5c13df4883ceb453c908aeaf80d54b55d4fa72284fded9c3ba +size 85961 diff --git a/MTDDH/images/mtddh_9e0c368d_000299.png b/MTDDH/images/mtddh_9e0c368d_000299.png new file mode 100644 index 0000000000000000000000000000000000000000..ff01829afc7db498fa89e1ce13f9ad0eee639e96 --- /dev/null +++ b/MTDDH/images/mtddh_9e0c368d_000299.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a911aa690dd0fb25fdf5662fe9892047b6bb9223e41b480089a820c8f207631e +size 56420 diff --git a/MTDDH/images/mtddh_9e65177c_000172.png b/MTDDH/images/mtddh_9e65177c_000172.png new file mode 100644 index 0000000000000000000000000000000000000000..ee16dc255ad21cbf5be1bfd3467b209d27294fcd --- /dev/null +++ b/MTDDH/images/mtddh_9e65177c_000172.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f2bf5921d96ed286a3dc416b91f6b7bbdbaf965fecc0eb162bceabedb10fd5f +size 58319 diff --git a/MTDDH/images/mtddh_9e88c4e4_000495.png b/MTDDH/images/mtddh_9e88c4e4_000495.png new file mode 100644 index 0000000000000000000000000000000000000000..facd58b7f845e2d2ef134cc5c7e2e90afc189068 --- /dev/null +++ b/MTDDH/images/mtddh_9e88c4e4_000495.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bc75ea836f04b815d32241b1d6507e831e92bb291c868eb36e5c794c129428c +size 52453 diff --git a/MTDDH/images/mtddh_9f191d86_000231.png b/MTDDH/images/mtddh_9f191d86_000231.png new file mode 100644 index 0000000000000000000000000000000000000000..dce3cc20ff45176cad4863e8543e6cf51c2b9447 --- /dev/null +++ b/MTDDH/images/mtddh_9f191d86_000231.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b06e4fbf5e788f21ab891062b9a573e7794cd1b9745fe74a78e5df01f7fca9b +size 72098 diff --git a/MTDDH/images/mtddh_a01d146d_000070.png b/MTDDH/images/mtddh_a01d146d_000070.png new file mode 100644 index 0000000000000000000000000000000000000000..aca26c7a0ffa63aed2bf5185a80f079653284287 --- /dev/null +++ b/MTDDH/images/mtddh_a01d146d_000070.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4212f00379159d06ea3b32f08790d82f9ad31056f16b23a36d01217da835110e +size 42307 diff --git a/MTDDH/images/mtddh_a0273115_000086.png b/MTDDH/images/mtddh_a0273115_000086.png new file mode 100644 index 0000000000000000000000000000000000000000..b3cd96efcb553e8399c0e45970f6e025d93aa17f --- /dev/null +++ b/MTDDH/images/mtddh_a0273115_000086.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9733eef6dc2d73d561c4dd57ed97625c0a386354945df6ce92f5668ebdfea5d2 +size 62291 diff --git a/MTDDH/images/mtddh_a02ce1f9_000414.png b/MTDDH/images/mtddh_a02ce1f9_000414.png new file mode 100644 index 0000000000000000000000000000000000000000..770b0706c822c618cb5fdb37e3d1e77cd72885ae --- /dev/null +++ b/MTDDH/images/mtddh_a02ce1f9_000414.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4167486cd6038d2ea423999842403d54c3cc97a9f2c3b2e249c4aea3601ba4ad +size 42951 diff --git a/MTDDH/images/mtddh_a038ecfd_000674.png b/MTDDH/images/mtddh_a038ecfd_000674.png new file mode 100644 index 0000000000000000000000000000000000000000..42d4c65e5f3351cdfccf5f04ba9910c25a717f44 --- /dev/null +++ b/MTDDH/images/mtddh_a038ecfd_000674.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:180bc24c4665b4d59266019423811c946c002190c26383507293ec8f112e80e1 +size 68308 diff --git a/MTDDH/images/mtddh_a06862bb_000300.png b/MTDDH/images/mtddh_a06862bb_000300.png new file mode 100644 index 0000000000000000000000000000000000000000..2eef6a2c82d9f06ca5c91369b8655d4843c3250c --- /dev/null +++ b/MTDDH/images/mtddh_a06862bb_000300.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90b453c145a58537233fb693b3d4b9328dacfc1841a4681ac2d732a9ee00482c +size 51138 diff --git a/MTDDH/images/mtddh_a0ac8a2b_000082.png b/MTDDH/images/mtddh_a0ac8a2b_000082.png new file mode 100644 index 0000000000000000000000000000000000000000..9b11823169eaf7b98a0fee4cba68f5fa6ccf5bc1 --- /dev/null +++ b/MTDDH/images/mtddh_a0ac8a2b_000082.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06b046106772eca218d925d15b9cac0009faca534423c81f8605deb56b8ff7c0 +size 46723 diff --git a/MTDDH/images/mtddh_a0b9ccb4_000701.png b/MTDDH/images/mtddh_a0b9ccb4_000701.png new file mode 100644 index 0000000000000000000000000000000000000000..faebd0baae0f8391c4c49d01be7c165fd579abf2 --- /dev/null +++ b/MTDDH/images/mtddh_a0b9ccb4_000701.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a7e2504b96fbdb226f464a5b5f472b3b6007b2d038126ffca0335e8e1b1ce1c +size 42671 diff --git a/MTDDH/images/mtddh_a0e3eff0_000570.png b/MTDDH/images/mtddh_a0e3eff0_000570.png new file mode 100644 index 0000000000000000000000000000000000000000..b7f36c48014c987955b955e2795461df62a00f1d --- /dev/null +++ b/MTDDH/images/mtddh_a0e3eff0_000570.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66d8c9f14bb38245aa44f89c7b446fe0fa6de66d4a33e7cf21115f89e5bb72de +size 62548 diff --git a/MTDDH/images/mtddh_a17014ce_000132.png b/MTDDH/images/mtddh_a17014ce_000132.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8700b96fe8b6e05b2c41d7b9962f78901a2c42 --- /dev/null +++ b/MTDDH/images/mtddh_a17014ce_000132.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1df607c8e411ab71f41f292533a8df36161331ef7477a6c64bd3b7ce3f8a62ce +size 59123 diff --git a/MTDDH/images/mtddh_a18cb49f_000192.png b/MTDDH/images/mtddh_a18cb49f_000192.png new file mode 100644 index 0000000000000000000000000000000000000000..76ce3a6ec8a03f9462b7e4e264a03698ec42913a --- /dev/null +++ b/MTDDH/images/mtddh_a18cb49f_000192.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8d854fcc5fabd27e11b9b922732ebf1ea5b649510ccb3b18a9aeed617403215 +size 47663 diff --git a/MTDDH/images/mtddh_a229cc39_000840.png b/MTDDH/images/mtddh_a229cc39_000840.png new file mode 100644 index 0000000000000000000000000000000000000000..6365841034b67411eebf1d7f78af08d93ac5e162 --- /dev/null +++ b/MTDDH/images/mtddh_a229cc39_000840.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aa2651f793dbca69b8e212b41bce744588efb33c3aaf8e3241321db18ca17b7 +size 67618 diff --git a/MTDDH/images/mtddh_a2332dba_000415.png b/MTDDH/images/mtddh_a2332dba_000415.png new file mode 100644 index 0000000000000000000000000000000000000000..d78e5d33438ab577cc0b247e2c631cc8cbd4e83d --- /dev/null +++ b/MTDDH/images/mtddh_a2332dba_000415.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45edb5bcf2294b3adc589144e98710622a2acc7e0b279fdda4e7d447e9a6decd +size 65807 diff --git a/MTDDH/images/mtddh_a278b019_000103.png b/MTDDH/images/mtddh_a278b019_000103.png new file mode 100644 index 0000000000000000000000000000000000000000..dad6f701c91bbbcdda4e38de90a9954ef7224ac9 --- /dev/null +++ b/MTDDH/images/mtddh_a278b019_000103.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b82934a5802e9111e6227729f9f80683dc0c7c73e94303bbebcd120c8a8400d +size 72116 diff --git a/MTDDH/images/mtddh_a4109deb_000110.png b/MTDDH/images/mtddh_a4109deb_000110.png new file mode 100644 index 0000000000000000000000000000000000000000..19c2e1c294bbb03a22fa131963d198a8092bc2dd --- /dev/null +++ b/MTDDH/images/mtddh_a4109deb_000110.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d2383eb6a7d836af868681b0b98d4519da5da8d85ee6224856be4a52c48ff56 +size 59865 diff --git a/MTDDH/images/mtddh_a4cd2187_000756.png b/MTDDH/images/mtddh_a4cd2187_000756.png new file mode 100644 index 0000000000000000000000000000000000000000..6f39e25aadbce25ee5f67aa8f9a0749c78389924 --- /dev/null +++ b/MTDDH/images/mtddh_a4cd2187_000756.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e8265aefb7f337fc8deab21f33ead9712028cb227c47ca7124fb769cd2389bb +size 39973 diff --git a/MTDDH/images/mtddh_a4dbd10f_000043.png b/MTDDH/images/mtddh_a4dbd10f_000043.png new file mode 100644 index 0000000000000000000000000000000000000000..ac4630db751da14643c7d971193289d4d68f1a44 --- /dev/null +++ b/MTDDH/images/mtddh_a4dbd10f_000043.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:653d58d34aa8147c8fc9149a7a47a83479fae83f77a3ae51bd3046388159481c +size 54702 diff --git a/MTDDH/images/mtddh_a4e18505_000393.png b/MTDDH/images/mtddh_a4e18505_000393.png new file mode 100644 index 0000000000000000000000000000000000000000..b3d45794fdd296c8fbaf64bca151e91ce9c35f00 --- /dev/null +++ b/MTDDH/images/mtddh_a4e18505_000393.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:415c571ea4c9cc1545c683e9c31a015c34f19730a81165d7499369357fec48de +size 57099 diff --git a/MTDDH/images/mtddh_a5034143_000274.png b/MTDDH/images/mtddh_a5034143_000274.png new file mode 100644 index 0000000000000000000000000000000000000000..6e62dff8b618de79d60fed3cf922804ae0e59a10 --- /dev/null +++ b/MTDDH/images/mtddh_a5034143_000274.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fff694172f423148675d7ae9dd691b6528121c03a86504cd254783f6d965ca7e +size 54150 diff --git a/MTDDH/images/mtddh_a51f32b5_000337.png b/MTDDH/images/mtddh_a51f32b5_000337.png new file mode 100644 index 0000000000000000000000000000000000000000..69e80c2f993637646361b06a78e955b00b134576 --- /dev/null +++ b/MTDDH/images/mtddh_a51f32b5_000337.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9543ea0a513d5cb4e96bc342c68aac2bcc93450d20f0518f26945e75fde2d8df +size 47238 diff --git a/MTDDH/images/mtddh_a558a14f_000214.png b/MTDDH/images/mtddh_a558a14f_000214.png new file mode 100644 index 0000000000000000000000000000000000000000..a518ef9d23d0f3aca3da90ed0744e9a955aa1626 --- /dev/null +++ b/MTDDH/images/mtddh_a558a14f_000214.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:647ec082c25dda24c40707961d109032f4f206fe91dc7d9d14e215404d2a3868 +size 47441 diff --git a/MTDDH/images/mtddh_a56c083d_000074.png b/MTDDH/images/mtddh_a56c083d_000074.png new file mode 100644 index 0000000000000000000000000000000000000000..02d2a2a4012e03d0c9a80e561edfe1b3281d9ab5 --- /dev/null +++ b/MTDDH/images/mtddh_a56c083d_000074.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab52d65d6cbdfc2c7a42f77dbe337c4e594607cabe38c8793f13f726abe1dded +size 71532 diff --git a/MTDDH/images/mtddh_a56fdf52_000652.png b/MTDDH/images/mtddh_a56fdf52_000652.png new file mode 100644 index 0000000000000000000000000000000000000000..6c76949503f03929274c1feb2eb99a762c7541b4 --- /dev/null +++ b/MTDDH/images/mtddh_a56fdf52_000652.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b85b903257644a12798d01968413ff6cfd6bfc94e2e00d81e4fa5e0aa580fff5 +size 68801 diff --git a/MTDDH/images/mtddh_a57a6a94_000708.png b/MTDDH/images/mtddh_a57a6a94_000708.png new file mode 100644 index 0000000000000000000000000000000000000000..133b6679dba7d1ba35b21fa3fbf54378b4d1cf7b --- /dev/null +++ b/MTDDH/images/mtddh_a57a6a94_000708.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8caddd6f35a591aea0b9f57e65032a5901ea175f1b98a515d0d3870982270ac2 +size 76057 diff --git a/MTDDH/images/mtddh_a5a6e01b_000663.png b/MTDDH/images/mtddh_a5a6e01b_000663.png new file mode 100644 index 0000000000000000000000000000000000000000..6753d8f9ec490d08808ed116a3a283969f9ae97c --- /dev/null +++ b/MTDDH/images/mtddh_a5a6e01b_000663.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7569b8df464e467f449fbd63d9737423902fd82e3e760b0f4ebd5e9a240be577 +size 43951 diff --git a/MTDDH/images/mtddh_a5ac2f7d_000035.png b/MTDDH/images/mtddh_a5ac2f7d_000035.png new file mode 100644 index 0000000000000000000000000000000000000000..dc50cd2e28f52e4ede6f8019726e8b5ff5b6e156 --- /dev/null +++ b/MTDDH/images/mtddh_a5ac2f7d_000035.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c295f7ff02100883f3de686804d390b9e46dfa87d503a2b2f102c798f16888a9 +size 46148 diff --git a/MTDDH/images/mtddh_a5c2ef52_000394.png b/MTDDH/images/mtddh_a5c2ef52_000394.png new file mode 100644 index 0000000000000000000000000000000000000000..b3a3fadbffb4da4157b7f3d354d91136c4e20ccb --- /dev/null +++ b/MTDDH/images/mtddh_a5c2ef52_000394.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5933384ff6c18ecaa6288b1a0e304d7b11e7fb7b1fa7d3fe41f426558bff6446 +size 66498 diff --git a/MTDDH/images/mtddh_a5e47609_000240.png b/MTDDH/images/mtddh_a5e47609_000240.png new file mode 100644 index 0000000000000000000000000000000000000000..49ee0e92a82ac69e4bac4b9868ec26a08d054f47 --- /dev/null +++ b/MTDDH/images/mtddh_a5e47609_000240.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ad4ef510ca9733b00388828b424405989569addeecacac5c2e242463a221174 +size 48211 diff --git a/MTDDH/images/mtddh_a61961f0_000094.png b/MTDDH/images/mtddh_a61961f0_000094.png new file mode 100644 index 0000000000000000000000000000000000000000..8f1c834d404d0e616e9dd0e375070c5e66ff604c --- /dev/null +++ b/MTDDH/images/mtddh_a61961f0_000094.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed6f830cd01c2cc8497cd3ae3bbe3686d716fff28cf3c73b59f41e2cea7e34cc +size 59072 diff --git a/MTDDH/images/mtddh_a65d6106_000474.png b/MTDDH/images/mtddh_a65d6106_000474.png new file mode 100644 index 0000000000000000000000000000000000000000..d257f1507d429f7a85b13e3cb497b0bc20fd4dd9 --- /dev/null +++ b/MTDDH/images/mtddh_a65d6106_000474.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5c02d81f106bcfebc3a7c777e6bd49a6c9dd649bb41d2bc1bd8415c82456baa +size 68823 diff --git a/MTDDH/images/mtddh_a67182f9_000702.png b/MTDDH/images/mtddh_a67182f9_000702.png new file mode 100644 index 0000000000000000000000000000000000000000..9060db330cde2d0405ab47eccc34a4e6564aa8a7 --- /dev/null +++ b/MTDDH/images/mtddh_a67182f9_000702.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:815efa5828f9344c9ad58284a423095ced3068add19a54aaf58326e1ea6cf2e1 +size 55900 diff --git a/MTDDH/images/mtddh_a75f9a8a_000496.png b/MTDDH/images/mtddh_a75f9a8a_000496.png new file mode 100644 index 0000000000000000000000000000000000000000..1e8c6014ac4852287dfd26e7c251ced9047615ac --- /dev/null +++ b/MTDDH/images/mtddh_a75f9a8a_000496.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74c1b7f26d8326d9e117a17646dbf46d2a057b72140373f07dcf5786557f3f03 +size 54940 diff --git a/MTDDH/images/mtddh_a8779b8e_000395.png b/MTDDH/images/mtddh_a8779b8e_000395.png new file mode 100644 index 0000000000000000000000000000000000000000..6232e27b3a82a6eeaba25c3fd97c20e1bac29c9e --- /dev/null +++ b/MTDDH/images/mtddh_a8779b8e_000395.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ecc841ff4a5421ab9b155b532365c0e98c214acf913883284ccb1a0f77c88d6 +size 69659 diff --git a/MTDDH/images/mtddh_a8bab0e3_000126.png b/MTDDH/images/mtddh_a8bab0e3_000126.png new file mode 100644 index 0000000000000000000000000000000000000000..3368ea6cf41d050ca5a2b84712c6a7a2afa84c1e --- /dev/null +++ b/MTDDH/images/mtddh_a8bab0e3_000126.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b6576c17a3db398a08ba58367477828ccedbf0a712aef012af0d109f56d9ec5 +size 47383 diff --git a/MTDDH/images/mtddh_a8c782b3_000338.png b/MTDDH/images/mtddh_a8c782b3_000338.png new file mode 100644 index 0000000000000000000000000000000000000000..9bfaf5e1d048bf82bb1800b50827cdacd190ec34 --- /dev/null +++ b/MTDDH/images/mtddh_a8c782b3_000338.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27292cee6ce7e13204fbe1ef95c42e07149c781e2ef8540abd60202b1c9e0e95 +size 50663 diff --git a/MTDDH/images/mtddh_a8d15316_000301.png b/MTDDH/images/mtddh_a8d15316_000301.png new file mode 100644 index 0000000000000000000000000000000000000000..4d90930f937d144d6f4df6f5ef87fb2a52fb5100 --- /dev/null +++ b/MTDDH/images/mtddh_a8d15316_000301.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef9643e95115d4c063c1d7d1e05fb33b2f327f1a1ad6cea98b154fb54e653ff2 +size 60964 diff --git a/MTDDH/images/mtddh_a908931c_000260.png b/MTDDH/images/mtddh_a908931c_000260.png new file mode 100644 index 0000000000000000000000000000000000000000..ccac65de169392188a6ef1aef4b7a5ebf3f95206 --- /dev/null +++ b/MTDDH/images/mtddh_a908931c_000260.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ae90833303597e046273ed529a8c83bcd404adbcb6d03310a648d31dc352908 +size 65188 diff --git a/MTDDH/images/mtddh_a96de5f6_000664.png b/MTDDH/images/mtddh_a96de5f6_000664.png new file mode 100644 index 0000000000000000000000000000000000000000..901fdd83145ee432ae7231b9f6b25677f63d5bfa --- /dev/null +++ b/MTDDH/images/mtddh_a96de5f6_000664.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b04fbdecaf648844fc181acacd6b3b60588e8b82534e24f37a676e6305395e4c +size 73843 diff --git a/MTDDH/images/mtddh_a98a5083_000535.png b/MTDDH/images/mtddh_a98a5083_000535.png new file mode 100644 index 0000000000000000000000000000000000000000..28fafebe101e94bc8f5eea896eb6b1d4b420eb84 --- /dev/null +++ b/MTDDH/images/mtddh_a98a5083_000535.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36ed37be04e00cb0f061156a7f1fce33a8710fba5548698321e5d62b8fb68c55 +size 52651 diff --git a/MTDDH/images/mtddh_a991890c_000187.png b/MTDDH/images/mtddh_a991890c_000187.png new file mode 100644 index 0000000000000000000000000000000000000000..75e914bb58006dccd5f4bac0b94a3c1545e4dabf --- /dev/null +++ b/MTDDH/images/mtddh_a991890c_000187.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6a3b3380f0af345d5022b5032cc644faedd0c1920749bdd2a54edb778c01532 +size 66211 diff --git a/MTDDH/images/mtddh_aa2ce2e7_000047.png b/MTDDH/images/mtddh_aa2ce2e7_000047.png new file mode 100644 index 0000000000000000000000000000000000000000..fe2b949318a5a21c2dbee0e423fc3501fd8d63c6 --- /dev/null +++ b/MTDDH/images/mtddh_aa2ce2e7_000047.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec279d4d86705a959fc467940eee9b69ace6d82969c3c5d71bc4ed4a61935175 +size 48210 diff --git a/MTDDH/images/mtddh_aa86769f_000113.png b/MTDDH/images/mtddh_aa86769f_000113.png new file mode 100644 index 0000000000000000000000000000000000000000..f3977a30b4ebb2feca45be51a9ffab5346a8b15e --- /dev/null +++ b/MTDDH/images/mtddh_aa86769f_000113.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e39019c6a6dc39050d0eed3b989fba9ccef391e0194836a49e3d2854d9e9065 +size 60663 diff --git a/MTDDH/images/mtddh_aaa493b7_000416.png b/MTDDH/images/mtddh_aaa493b7_000416.png new file mode 100644 index 0000000000000000000000000000000000000000..989a6490c6004bc7b4c74402f13c81a14c2f5c62 --- /dev/null +++ b/MTDDH/images/mtddh_aaa493b7_000416.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:023712243ba709c2a8809297ed8da1db5d18a0190de390f2288200e81b111a2a +size 49275 diff --git a/MTDDH/images/mtddh_aaf95839_000475.png b/MTDDH/images/mtddh_aaf95839_000475.png new file mode 100644 index 0000000000000000000000000000000000000000..d896008f1a88edd9b91377b1690c50c11ad34db3 --- /dev/null +++ b/MTDDH/images/mtddh_aaf95839_000475.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3862e56716b1df8e671be5a242a7279a9aa60f7270bc15ffcd5f4a349f679165 +size 45256 diff --git a/MTDDH/images/mtddh_ab551c93_000396.png b/MTDDH/images/mtddh_ab551c93_000396.png new file mode 100644 index 0000000000000000000000000000000000000000..06573658efd55a6f8fc07928b88031bf7ae0c7a1 --- /dev/null +++ b/MTDDH/images/mtddh_ab551c93_000396.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52bd65630a84a5d8405a65a31eb08564ad39c23b48f82703e35f9be2cd7aaa7e +size 66019 diff --git a/MTDDH/images/mtddh_ab773a58_000165.png b/MTDDH/images/mtddh_ab773a58_000165.png new file mode 100644 index 0000000000000000000000000000000000000000..4d9a2b6a6cf9d6100b68025ab47c4d89c82c0313 --- /dev/null +++ b/MTDDH/images/mtddh_ab773a58_000165.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0de8ee02518b8cff41824115f10dd5e005247075aaf7b0c655a28f7b998005e0 +size 60942 diff --git a/MTDDH/images/mtddh_ab7fbef6_000550.png b/MTDDH/images/mtddh_ab7fbef6_000550.png new file mode 100644 index 0000000000000000000000000000000000000000..2f37f04c58e75e954aecb27fb8a19bb30a792340 --- /dev/null +++ b/MTDDH/images/mtddh_ab7fbef6_000550.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ac516cf451c66715c3d7aba2bae01824aaffb071eca4b42dd3a4d894f2d5c67 +size 54851 diff --git a/MTDDH/images/mtddh_abd9dba3_000662.png b/MTDDH/images/mtddh_abd9dba3_000662.png new file mode 100644 index 0000000000000000000000000000000000000000..f9877616adb9d1e51dd1e191b3d6535fae33a2b8 --- /dev/null +++ b/MTDDH/images/mtddh_abd9dba3_000662.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4c74d91a70c9244d64749eeec663ab7c87b9afaefffd9df086b62afa9a98501 +size 54805 diff --git a/MTDDH/images/mtddh_ac476443_000640.png b/MTDDH/images/mtddh_ac476443_000640.png new file mode 100644 index 0000000000000000000000000000000000000000..33669fe3a5b17a52e5e3e1c150827eab64d44b90 --- /dev/null +++ b/MTDDH/images/mtddh_ac476443_000640.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1428febdd8df246bda80e02f18281201dc2fe51242840cf9b7872d2e56300ac1 +size 57334 diff --git a/MTDDH/images/mtddh_ac48538f_000526.png b/MTDDH/images/mtddh_ac48538f_000526.png new file mode 100644 index 0000000000000000000000000000000000000000..de196d945b09181c41e1dfb4a02b610f7d592609 --- /dev/null +++ b/MTDDH/images/mtddh_ac48538f_000526.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aee1573df54be17e5644bf9d92f26c5315155a8c6ca1f9f1f953c2ce987d8a61 +size 50424 diff --git a/MTDDH/images/mtddh_ac52a722_000153.png b/MTDDH/images/mtddh_ac52a722_000153.png new file mode 100644 index 0000000000000000000000000000000000000000..bc4c0071a8a8f22024f64f522b9f8e95d57be178 --- /dev/null +++ b/MTDDH/images/mtddh_ac52a722_000153.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26f380979ecbe469ca811e33db4f826d4438281e1ecadaae12f49849a8f30a9a +size 61475 diff --git a/MTDDH/images/mtddh_acc17a51_000397.png b/MTDDH/images/mtddh_acc17a51_000397.png new file mode 100644 index 0000000000000000000000000000000000000000..730728fc2422eb9f9fd8bcbbc63dd07cba09a308 --- /dev/null +++ b/MTDDH/images/mtddh_acc17a51_000397.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45f03bfed44c59b594c045efb8610cba5f633414a7904b1150cfb258367b6b52 +size 57247 diff --git a/MTDDH/images/mtddh_ace3fabb_000024.png b/MTDDH/images/mtddh_ace3fabb_000024.png new file mode 100644 index 0000000000000000000000000000000000000000..2611ac5e3bf34c9944865f8f5cb15123ffc32234 --- /dev/null +++ b/MTDDH/images/mtddh_ace3fabb_000024.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9497b884ccfffc3d31bef49126ce72e768bee49910bd18215253c857fa141e2 +size 56557 diff --git a/MTDDH/images/mtddh_ad004631_000302.png b/MTDDH/images/mtddh_ad004631_000302.png new file mode 100644 index 0000000000000000000000000000000000000000..974cd310c989755fdeace1168ef6d458521d3ac3 --- /dev/null +++ b/MTDDH/images/mtddh_ad004631_000302.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2fd7e473461f39536fa00f7cac8d9554ccb00df3ba3f4a7f0e61705a3a139a8 +size 63258 diff --git a/MTDDH/images/mtddh_adbeef18_000731.png b/MTDDH/images/mtddh_adbeef18_000731.png new file mode 100644 index 0000000000000000000000000000000000000000..03533ae244fd8697798d6137be0dd20119cf69e3 --- /dev/null +++ b/MTDDH/images/mtddh_adbeef18_000731.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80b314da65b701eee2593f4c5225fa4e6bfb9e259ae53f15a4c19f95128c58a4 +size 39298 diff --git a/MTDDH/images/mtddh_ae062239_000175.png b/MTDDH/images/mtddh_ae062239_000175.png new file mode 100644 index 0000000000000000000000000000000000000000..f0c1d9dde6b1ad34e01a87b8cbc20db7523e3a31 --- /dev/null +++ b/MTDDH/images/mtddh_ae062239_000175.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3a656e0fc90475a41da999ced86b5238cb27e9c7ab9f218b4db8a30a048b5f6 +size 43653 diff --git a/MTDDH/images/mtddh_ae46e7ff_000620.png b/MTDDH/images/mtddh_ae46e7ff_000620.png new file mode 100644 index 0000000000000000000000000000000000000000..10c634abbaa831ff613e2104cf0c26626f37fa46 --- /dev/null +++ b/MTDDH/images/mtddh_ae46e7ff_000620.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9816db032a48d48f382d26cef9ca4972880a1270fad4e034ad684636cf08801 +size 62616 diff --git a/MTDDH/images/mtddh_ae906ab5_000587.png b/MTDDH/images/mtddh_ae906ab5_000587.png new file mode 100644 index 0000000000000000000000000000000000000000..401e34a59d5051da290b993c4318dad6d58bd8ae --- /dev/null +++ b/MTDDH/images/mtddh_ae906ab5_000587.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b9fab874f6a2c7b112b951c85696a5d1461be17972f65be143d04e8a82cbb9d +size 52301 diff --git a/MTDDH/images/mtddh_aeacc4a1_000303.png b/MTDDH/images/mtddh_aeacc4a1_000303.png new file mode 100644 index 0000000000000000000000000000000000000000..1066fdfb484e0580457801034846e77ed4e74be9 --- /dev/null +++ b/MTDDH/images/mtddh_aeacc4a1_000303.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2473a95e2ef5c8c02babdba6985ec52036ba6c0bd1d7b281751ca500ab0726f1 +size 59502 diff --git a/MTDDH/images/mtddh_aeca0d14_000497.png b/MTDDH/images/mtddh_aeca0d14_000497.png new file mode 100644 index 0000000000000000000000000000000000000000..bee414a446d24fe917612163fa5ba9c58fbebfd9 --- /dev/null +++ b/MTDDH/images/mtddh_aeca0d14_000497.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f79f32efd6032cccde5735f3afe6a0399d0eb058c97375aae63e9b4f2f13648 +size 67084 diff --git a/MTDDH/images/mtddh_aecbeb0b_000571.png b/MTDDH/images/mtddh_aecbeb0b_000571.png new file mode 100644 index 0000000000000000000000000000000000000000..684042cccf48cd80910f82b60abdc2845752c5ce --- /dev/null +++ b/MTDDH/images/mtddh_aecbeb0b_000571.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:757bf72cc08050cd83488e3c4df5b3bb9dcf8a56f10ad7039864665b7439c008 +size 43192 diff --git a/MTDDH/images/mtddh_aed9e4be_000737.png b/MTDDH/images/mtddh_aed9e4be_000737.png new file mode 100644 index 0000000000000000000000000000000000000000..45f5825380b7aee2c5d204208e4ef90d8f7ea8f7 --- /dev/null +++ b/MTDDH/images/mtddh_aed9e4be_000737.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c05301ba2e5c140734f3aad7b305085c71ebf6d5482567d511ef78967af7c25 +size 52039 diff --git a/MTDDH/images/mtddh_aedd258f_000536.png b/MTDDH/images/mtddh_aedd258f_000536.png new file mode 100644 index 0000000000000000000000000000000000000000..788c7559ab1726b4d070068963c2c0b5ec502f08 --- /dev/null +++ b/MTDDH/images/mtddh_aedd258f_000536.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dab7fa33d6c2c99d04037d3a68516332f48f2faa9958cc23a8e373d8d0703aa3 +size 46945 diff --git a/MTDDH/images/mtddh_af7fb2e1_000191.png b/MTDDH/images/mtddh_af7fb2e1_000191.png new file mode 100644 index 0000000000000000000000000000000000000000..99893a0d54d276a8ed6899fa6c019864a589e20c --- /dev/null +++ b/MTDDH/images/mtddh_af7fb2e1_000191.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:151bb2c4d789d6d1143289d751bc3f62b8e571d2347d28911b07d6e682b7c973 +size 42936 diff --git a/MTDDH/images/mtddh_afad2614_000444.png b/MTDDH/images/mtddh_afad2614_000444.png new file mode 100644 index 0000000000000000000000000000000000000000..9bd8081973d212ec13515c3a1e090340685db800 --- /dev/null +++ b/MTDDH/images/mtddh_afad2614_000444.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e2b301a6de1f4449e77a1dc4d5da8ffe05abd7b734f9852115b9b897ff68a3e +size 64777 diff --git a/MTDDH/images/mtddh_b000eea6_000627.png b/MTDDH/images/mtddh_b000eea6_000627.png new file mode 100644 index 0000000000000000000000000000000000000000..d7077b6b9e42798b5e3aecaaff9d14f6dde076c2 --- /dev/null +++ b/MTDDH/images/mtddh_b000eea6_000627.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffe6482fe95d0e1b6502646cd6193e1da58dd71c30550d8efdbfb69c73f7d163 +size 49636 diff --git a/MTDDH/images/mtddh_b013e893_000588.png b/MTDDH/images/mtddh_b013e893_000588.png new file mode 100644 index 0000000000000000000000000000000000000000..0ab171916762fd44e7adea7d1db0329466c9a7bc --- /dev/null +++ b/MTDDH/images/mtddh_b013e893_000588.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c531d4fcc19bda9430289c7d5ae9f1a5a0b09e20d34d7a75dd77c78d2c1eb1a2 +size 69377 diff --git a/MTDDH/images/mtddh_b05ef2d0_000268.png b/MTDDH/images/mtddh_b05ef2d0_000268.png new file mode 100644 index 0000000000000000000000000000000000000000..ef9e8681928fae9ec2c241945ca78479252a7df8 --- /dev/null +++ b/MTDDH/images/mtddh_b05ef2d0_000268.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5ac790055c4a20041b554d9b73bc0742101f67c160b7518538e453c1b496412 +size 54524 diff --git a/MTDDH/images/mtddh_b0825428_000143.png b/MTDDH/images/mtddh_b0825428_000143.png new file mode 100644 index 0000000000000000000000000000000000000000..5529b82b254c7db703fe5f4882172712903ade26 --- /dev/null +++ b/MTDDH/images/mtddh_b0825428_000143.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5deb76dc397f5721b147732b9a6ced28365e375372369deec5305028180130c +size 51321 diff --git a/MTDDH/images/mtddh_b10a38eb_000498.png b/MTDDH/images/mtddh_b10a38eb_000498.png new file mode 100644 index 0000000000000000000000000000000000000000..db5d880b80dd7f7a107e1883eb1965bcebdd46ca --- /dev/null +++ b/MTDDH/images/mtddh_b10a38eb_000498.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:775738e85ca01501301ff173d3db2128fa97254fc6f5c311a80a62b0ab1c32ac +size 51179 diff --git a/MTDDH/images/mtddh_b16bc1f4_000129.png b/MTDDH/images/mtddh_b16bc1f4_000129.png new file mode 100644 index 0000000000000000000000000000000000000000..1642235a49fc3f5c93d655bb0af3fea2ad80aab1 --- /dev/null +++ b/MTDDH/images/mtddh_b16bc1f4_000129.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c53e312799b6ff83ac0b26f49102809f3f3513594e0e01f67e236a4e3780354 +size 45726 diff --git a/MTDDH/images/mtddh_b1a59afc_000417.png b/MTDDH/images/mtddh_b1a59afc_000417.png new file mode 100644 index 0000000000000000000000000000000000000000..0b9b784896534e87b4f46ce63dfbc1a3b25cd978 --- /dev/null +++ b/MTDDH/images/mtddh_b1a59afc_000417.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d5ab36c34f48841ea4b439801a429ed2ee3bcc5bbc6f05cd01718bc5f7ae36b +size 52599 diff --git a/MTDDH/images/mtddh_b1e52fc5_000176.png b/MTDDH/images/mtddh_b1e52fc5_000176.png new file mode 100644 index 0000000000000000000000000000000000000000..7d8d6228f2a1652f0de686beaee6e36bbc2af697 --- /dev/null +++ b/MTDDH/images/mtddh_b1e52fc5_000176.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:047a2a13e3d4e4ca7761c158b6ff56a2cc8720817b35a5744450bcfba82d8f5a +size 58188 diff --git a/MTDDH/images/mtddh_b1e6c43b_000339.png b/MTDDH/images/mtddh_b1e6c43b_000339.png new file mode 100644 index 0000000000000000000000000000000000000000..f92cac896d2871ae21b360e24e69ea360d9bec15 --- /dev/null +++ b/MTDDH/images/mtddh_b1e6c43b_000339.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf60dc32192b2225878ebc0b055182ed1da8bfb620215c1a64b8756a1aba1c42 +size 64223 diff --git a/MTDDH/images/mtddh_b20e2247_000031.png b/MTDDH/images/mtddh_b20e2247_000031.png new file mode 100644 index 0000000000000000000000000000000000000000..6748f4caa5b67b748b0a3b744a438e59f0fa30fc --- /dev/null +++ b/MTDDH/images/mtddh_b20e2247_000031.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:812e478d541755237b984dc4ad2a38db04c2ec6f801349505519f46644f6d450 +size 53072 diff --git a/MTDDH/images/mtddh_b28e0247_000469.png b/MTDDH/images/mtddh_b28e0247_000469.png new file mode 100644 index 0000000000000000000000000000000000000000..e14fbfb0f6a953a355acdd2ccfdc3aa93e110908 --- /dev/null +++ b/MTDDH/images/mtddh_b28e0247_000469.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ec5f2c63bb791dff44f5657726c41f210371b1d90c37e76b9c7ed73a373969d +size 36770 diff --git a/MTDDH/images/mtddh_b2a559c0_000589.png b/MTDDH/images/mtddh_b2a559c0_000589.png new file mode 100644 index 0000000000000000000000000000000000000000..3bfa1cc9542bc8a3d3ee8ac799c13835256e6819 --- /dev/null +++ b/MTDDH/images/mtddh_b2a559c0_000589.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:620269e199419fdb5cf980b2db5acd9d4e12ce5e0a6d4fb53093e5b88bfc56b2 +size 57774 diff --git a/MTDDH/images/mtddh_b2e0d733_000304.png b/MTDDH/images/mtddh_b2e0d733_000304.png new file mode 100644 index 0000000000000000000000000000000000000000..efae356702210599fe42d2fa101407558e263904 --- /dev/null +++ b/MTDDH/images/mtddh_b2e0d733_000304.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4033134c07b94336129089df727e789b355b8a13abfd4e75483fceb1f3ff89c +size 54909 diff --git a/MTDDH/images/mtddh_b3093c4f_000841.png b/MTDDH/images/mtddh_b3093c4f_000841.png new file mode 100644 index 0000000000000000000000000000000000000000..ff996351d50c23b1c9fc930da78383267e5e89a5 --- /dev/null +++ b/MTDDH/images/mtddh_b3093c4f_000841.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b841d781c5348054ed6f39572facf4374aaa1f3138c737d167a80c7643a7aa03 +size 61221 diff --git a/MTDDH/images/mtddh_b3134b3b_000527.png b/MTDDH/images/mtddh_b3134b3b_000527.png new file mode 100644 index 0000000000000000000000000000000000000000..eb40fc652269666d5fbcc092c95148b5c797d727 --- /dev/null +++ b/MTDDH/images/mtddh_b3134b3b_000527.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa520f1221c3c776874e0a5fce944a6b6743484ea373511000b7df418afa56c0 +size 71450 diff --git a/MTDDH/images/mtddh_b3390e59_000572.png b/MTDDH/images/mtddh_b3390e59_000572.png new file mode 100644 index 0000000000000000000000000000000000000000..d0dd4d5071fcd9c9161a701bdbd757f8943ec17a --- /dev/null +++ b/MTDDH/images/mtddh_b3390e59_000572.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a17a01252a3c3111e598b940d87cbe425b1ade9f75a03b8b0be6106e3c900157 +size 54148 diff --git a/MTDDH/images/mtddh_b38c0994_000233.png b/MTDDH/images/mtddh_b38c0994_000233.png new file mode 100644 index 0000000000000000000000000000000000000000..4680f5297fc636324f830b96b2c4eceed9854a9d --- /dev/null +++ b/MTDDH/images/mtddh_b38c0994_000233.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60c554a6595c0720d85e33025183733f722bad81e2219281ec048b51429935de +size 52291 diff --git a/MTDDH/images/mtddh_b38ce9fc_000398.png b/MTDDH/images/mtddh_b38ce9fc_000398.png new file mode 100644 index 0000000000000000000000000000000000000000..6c1331fa7d9e9beddfc3540818a1b5a294001fbb --- /dev/null +++ b/MTDDH/images/mtddh_b38ce9fc_000398.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:415ddfdb62c34ddb477ffadeee27693ae1ac15c1537e2505a62b3451fe898d25 +size 51332 diff --git a/MTDDH/images/mtddh_b4b8e3ae_000399.png b/MTDDH/images/mtddh_b4b8e3ae_000399.png new file mode 100644 index 0000000000000000000000000000000000000000..12f7e7721658b8d63378656b0a68e0b8afafc490 --- /dev/null +++ b/MTDDH/images/mtddh_b4b8e3ae_000399.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f02b4c28c7f405584a0c2eddffb6a41585e090a77cf690faca68b062d6f16dff +size 48962 diff --git a/MTDDH/images/mtddh_b4c34991_000215.png b/MTDDH/images/mtddh_b4c34991_000215.png new file mode 100644 index 0000000000000000000000000000000000000000..8d86d3832ecbd395b977d837437e94be546050a6 --- /dev/null +++ b/MTDDH/images/mtddh_b4c34991_000215.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e538c124aeabf1fe2a40d91e0359242ff8a7465514d5af3e4285ff715fdcbcdd +size 54200 diff --git a/MTDDH/images/mtddh_b4d41008_000418.png b/MTDDH/images/mtddh_b4d41008_000418.png new file mode 100644 index 0000000000000000000000000000000000000000..8227b1a3ce9d2828a0c321e09518ee0a06b5232e --- /dev/null +++ b/MTDDH/images/mtddh_b4d41008_000418.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e093009bef86de55a2ad2bb65fdf27962b448f8ad9fca8f950890f48d903ce1a +size 48888 diff --git a/MTDDH/images/mtddh_b5a72f25_000679.png b/MTDDH/images/mtddh_b5a72f25_000679.png new file mode 100644 index 0000000000000000000000000000000000000000..2cc41f4ef104e7b68a16c08b3a4804c475d15ee2 --- /dev/null +++ b/MTDDH/images/mtddh_b5a72f25_000679.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5c1e2ef8954e201f24a691efe44d9b42c35593f974003a1955cfb1aefbbea53 +size 52457 diff --git a/MTDDH/images/mtddh_b63c8fb1_000419.png b/MTDDH/images/mtddh_b63c8fb1_000419.png new file mode 100644 index 0000000000000000000000000000000000000000..b8d07050f3957f758352614f89f90b1036632a16 --- /dev/null +++ b/MTDDH/images/mtddh_b63c8fb1_000419.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1ba5de1341e7e0c91b29395043a8e3daa4a50da8dad34941fdde8d656b11b13 +size 55172 diff --git a/MTDDH/images/mtddh_b67c3a4d_000656.png b/MTDDH/images/mtddh_b67c3a4d_000656.png new file mode 100644 index 0000000000000000000000000000000000000000..6e8a8fb83c13864ae5e855a7575426ae42c8c635 --- /dev/null +++ b/MTDDH/images/mtddh_b67c3a4d_000656.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9490002d4a42a3939afecd64a060231219aa02027bd10ccd9371efcdefc4f5aa +size 81985 diff --git a/MTDDH/images/mtddh_b733d1db_000114.png b/MTDDH/images/mtddh_b733d1db_000114.png new file mode 100644 index 0000000000000000000000000000000000000000..98d9dcd2689310910a54fbd8c02d5442c8f87b9f --- /dev/null +++ b/MTDDH/images/mtddh_b733d1db_000114.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71d43e7068a59c3cf26f8abe80e56c6de779562d43374f3b938bac6cf27cb838 +size 49552 diff --git a/MTDDH/images/mtddh_b7cceee5_000245.png b/MTDDH/images/mtddh_b7cceee5_000245.png new file mode 100644 index 0000000000000000000000000000000000000000..5769d53725cdf30086e68c8e8349bc81716040ff --- /dev/null +++ b/MTDDH/images/mtddh_b7cceee5_000245.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81d40488e539b4b50663d63a03c3ead9caddf248f4db649e14e910fb66a42e59 +size 65082 diff --git a/MTDDH/images/mtddh_b7db1c51_000844.png b/MTDDH/images/mtddh_b7db1c51_000844.png new file mode 100644 index 0000000000000000000000000000000000000000..d3efa2fa39632d8fabae60039911c4ff6994da88 --- /dev/null +++ b/MTDDH/images/mtddh_b7db1c51_000844.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:880b8d04f72c8b3a49d6331d151c75fd14aa2d7be11c0498e9f191929cf47cd1 +size 56324 diff --git a/MTDDH/images/mtddh_b805506b_000420.png b/MTDDH/images/mtddh_b805506b_000420.png new file mode 100644 index 0000000000000000000000000000000000000000..744b05adf44067d2224e650834d38f792c9b839d --- /dev/null +++ b/MTDDH/images/mtddh_b805506b_000420.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9787d3a5bbcc8ba35f5e6140fabfbf8895464ac4a11e8b2360e1b484a0d56347 +size 47904 diff --git a/MTDDH/images/mtddh_b858fd46_000248.png b/MTDDH/images/mtddh_b858fd46_000248.png new file mode 100644 index 0000000000000000000000000000000000000000..6d65ed2f6345bddb5a5d2e6156d210e61b3afe44 --- /dev/null +++ b/MTDDH/images/mtddh_b858fd46_000248.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16d8b99392ac9e58c37cb9430d4436b5dc02b216521d4a147698e643c98d60f6 +size 50495 diff --git a/MTDDH/images/mtddh_b85e1ad9_000305.png b/MTDDH/images/mtddh_b85e1ad9_000305.png new file mode 100644 index 0000000000000000000000000000000000000000..accd7dd2df849b39ee3b1aeb89cc3aeff3d8181d --- /dev/null +++ b/MTDDH/images/mtddh_b85e1ad9_000305.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a99d2800fed54929e5c7b69a05b6ab23981962f4633b8d273301e3c234a09c0 +size 68875 diff --git a/MTDDH/images/mtddh_b87999bc_000598.png b/MTDDH/images/mtddh_b87999bc_000598.png new file mode 100644 index 0000000000000000000000000000000000000000..ae7acb012fb46a7fd89a6a9d9cb759fa2e01b556 --- /dev/null +++ b/MTDDH/images/mtddh_b87999bc_000598.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d000528d77eb2cfb0368b571bd7e046357196ae294e339992d855f5aaaa358a +size 55729 diff --git a/MTDDH/images/mtddh_b8a1a6bc_000306.png b/MTDDH/images/mtddh_b8a1a6bc_000306.png new file mode 100644 index 0000000000000000000000000000000000000000..45d6aa9124bfb3053880deb80910df139dfcb48c --- /dev/null +++ b/MTDDH/images/mtddh_b8a1a6bc_000306.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28223a9c887b71660db18cb31cd6f6f7cc5e156a4a184da95480ba9e37d6d587 +size 55459 diff --git a/MTDDH/images/mtddh_b8bb8db5_000016.png b/MTDDH/images/mtddh_b8bb8db5_000016.png new file mode 100644 index 0000000000000000000000000000000000000000..2e7ca5ce7ed940497b9bea6e4a569df5e8029321 --- /dev/null +++ b/MTDDH/images/mtddh_b8bb8db5_000016.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d29d186651ee990ad2fa022c44ac6751761d3e42f5791ecf594f293668b89b71 +size 52949 diff --git a/MTDDH/images/mtddh_b8ef8f0e_000340.png b/MTDDH/images/mtddh_b8ef8f0e_000340.png new file mode 100644 index 0000000000000000000000000000000000000000..73c71c861a101cb857e932c95dac462e99d62df9 --- /dev/null +++ b/MTDDH/images/mtddh_b8ef8f0e_000340.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a64d3acc0b87d1f3a01e06d581663ae5d0b1c76756d4dac3e52679443157f450 +size 59346 diff --git a/MTDDH/images/mtddh_b8f6dade_000567.png b/MTDDH/images/mtddh_b8f6dade_000567.png new file mode 100644 index 0000000000000000000000000000000000000000..e5d80026c0e00fb68291a20f2d6ada808a08e377 --- /dev/null +++ b/MTDDH/images/mtddh_b8f6dade_000567.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f52edb7970d4d3ba5f0558793aa14fa174c71fbc73aa893b971e2fd0e242dcb +size 41523 diff --git a/MTDDH/images/mtddh_b929f7a7_000445.png b/MTDDH/images/mtddh_b929f7a7_000445.png new file mode 100644 index 0000000000000000000000000000000000000000..d3bf79153f3ed3a9a74dfaf4323027b85b566e8c --- /dev/null +++ b/MTDDH/images/mtddh_b929f7a7_000445.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b23f5dc120bbc41db7d7d93df1e126d20fd93b74cf8f47e071a28fc3972a7324 +size 48636 diff --git a/MTDDH/images/mtddh_b94eb547_000537.png b/MTDDH/images/mtddh_b94eb547_000537.png new file mode 100644 index 0000000000000000000000000000000000000000..27f114915725ea70901e4b29c37922c032b2d00f --- /dev/null +++ b/MTDDH/images/mtddh_b94eb547_000537.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c27037daf018ca30187f553a748321583817672a4668dc657abb6449d343937a +size 75608 diff --git a/MTDDH/images/mtddh_b952dde6_000899.png b/MTDDH/images/mtddh_b952dde6_000899.png new file mode 100644 index 0000000000000000000000000000000000000000..8cee821d0df5df6d2410d14ec2272fc2c62cad0b --- /dev/null +++ b/MTDDH/images/mtddh_b952dde6_000899.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ffa64006ebcb71a9143bbd5d29cd24dce9317ee4d0b0743b1d4cf424b074adb +size 64692 diff --git a/MTDDH/images/mtddh_ba0137ca_000064.png b/MTDDH/images/mtddh_ba0137ca_000064.png new file mode 100644 index 0000000000000000000000000000000000000000..9985be6505b42d235e70b62ca543600be032fa49 --- /dev/null +++ b/MTDDH/images/mtddh_ba0137ca_000064.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bfa41348cf4a1db5f297c2c4b30638b8dc39acf48c980841866d76c42fae467 +size 66447 diff --git a/MTDDH/images/mtddh_ba2b832e_000166.png b/MTDDH/images/mtddh_ba2b832e_000166.png new file mode 100644 index 0000000000000000000000000000000000000000..89b2841a1802f9e83fb5779b284aa5275fa4a76d --- /dev/null +++ b/MTDDH/images/mtddh_ba2b832e_000166.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b26cce5e506f8df1189cf42ed8140fda454f8ed259d34de2d9cd36c19ef3cf09 +size 69209 diff --git a/MTDDH/images/mtddh_ba4c3ebb_000226.png b/MTDDH/images/mtddh_ba4c3ebb_000226.png new file mode 100644 index 0000000000000000000000000000000000000000..83313147aceea4db7d862ca20e870137b4f3434f --- /dev/null +++ b/MTDDH/images/mtddh_ba4c3ebb_000226.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44e2eb21b618645b5c3545485a5cb655a71a0ace86ce6c532c1f6bc4bcd2c902 +size 77183 diff --git a/MTDDH/images/mtddh_bafe66ac_000845.png b/MTDDH/images/mtddh_bafe66ac_000845.png new file mode 100644 index 0000000000000000000000000000000000000000..eae8c97c4f901f4f7a5d60d9769fa1664de1fb50 --- /dev/null +++ b/MTDDH/images/mtddh_bafe66ac_000845.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0452a6207b866639eba241642bb99c1f2b083865e7c099ee0d62d880f94fcd2 +size 60097 diff --git a/MTDDH/images/mtddh_bb14579e_000242.png b/MTDDH/images/mtddh_bb14579e_000242.png new file mode 100644 index 0000000000000000000000000000000000000000..e554d9c75e008cee33536c6a042646f974bf03f5 --- /dev/null +++ b/MTDDH/images/mtddh_bb14579e_000242.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee2c9a721aaa4caf415bff41dcc9d5d07f015c6ad977b2e9afd84caabd41b9ba +size 50029 diff --git a/MTDDH/images/mtddh_bb3c4c70_000762.png b/MTDDH/images/mtddh_bb3c4c70_000762.png new file mode 100644 index 0000000000000000000000000000000000000000..f8475f50e88066ca43c7158d52b29c2c1d01b7b6 --- /dev/null +++ b/MTDDH/images/mtddh_bb3c4c70_000762.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12553a901325dfaebdb9726f7f4946e8befca548749fefdff9fe6fb40cb465e6 +size 37512 diff --git a/MTDDH/images/mtddh_bb494edc_000400.png b/MTDDH/images/mtddh_bb494edc_000400.png new file mode 100644 index 0000000000000000000000000000000000000000..65402cf1445b4f5eab1fefe11cd3b5f9b3a91256 --- /dev/null +++ b/MTDDH/images/mtddh_bb494edc_000400.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5cc1d1f1f001e3242949ea98f70de3e0ffe0210bade7e03330915653eb14896 +size 61660 diff --git a/MTDDH/images/mtddh_bb4a4446_000573.png b/MTDDH/images/mtddh_bb4a4446_000573.png new file mode 100644 index 0000000000000000000000000000000000000000..5e6b175172700f117166a72956f466af5d061767 --- /dev/null +++ b/MTDDH/images/mtddh_bb4a4446_000573.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56a8880ddc6179f4b5bf8f34cf24a4962c32fcd5edbaeb4be973ee86883ef88a +size 46563 diff --git a/MTDDH/images/mtddh_bc228b72_000161.png b/MTDDH/images/mtddh_bc228b72_000161.png new file mode 100644 index 0000000000000000000000000000000000000000..707b80ff872cda836966e577e1e986dd818d0b71 --- /dev/null +++ b/MTDDH/images/mtddh_bc228b72_000161.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:096f6cb8476c21c4b59da849eab842e3a866c9f8b74a541e1d98383b7fb9e852 +size 48890 diff --git a/MTDDH/images/mtddh_bcbec32d_000568.png b/MTDDH/images/mtddh_bcbec32d_000568.png new file mode 100644 index 0000000000000000000000000000000000000000..e5d9bbb44dbcbe27a4706c69ecf3b527841de10e --- /dev/null +++ b/MTDDH/images/mtddh_bcbec32d_000568.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12a899f1be144700bac4603364693ef8da68eca62a583af45b110d9261030df2 +size 47660 diff --git a/MTDDH/images/mtddh_bcd66431_000307.png b/MTDDH/images/mtddh_bcd66431_000307.png new file mode 100644 index 0000000000000000000000000000000000000000..2b6a35618d07c3d7801c9c04e7e892daa2b8b7c4 --- /dev/null +++ b/MTDDH/images/mtddh_bcd66431_000307.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb48b5ec5cc2de56b894707c77c5dba50aebbdcd5ba83bac7b0b500dfb4987b2 +size 68627 diff --git a/MTDDH/images/mtddh_bd240696_000266.png b/MTDDH/images/mtddh_bd240696_000266.png new file mode 100644 index 0000000000000000000000000000000000000000..9161488607ed049d00c1bf0d177e521ef903993c --- /dev/null +++ b/MTDDH/images/mtddh_bd240696_000266.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27f2e6103822d7176aff2436922b238edd82543f3a64dba75ef09f7e4892f081 +size 57027 diff --git a/MTDDH/images/mtddh_bd6bf02a_000846.png b/MTDDH/images/mtddh_bd6bf02a_000846.png new file mode 100644 index 0000000000000000000000000000000000000000..6284ea5751f76b79bc7eec99aca17a53ee9c8b80 --- /dev/null +++ b/MTDDH/images/mtddh_bd6bf02a_000846.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec143838bce8d364abd7e85f48d5c0e1b41e9edb50af4879b849b6fc1949fa75 +size 60316 diff --git a/MTDDH/images/mtddh_bdbae06d_000198.png b/MTDDH/images/mtddh_bdbae06d_000198.png new file mode 100644 index 0000000000000000000000000000000000000000..070d6768692035b11a39b097d83dd666e5a04943 --- /dev/null +++ b/MTDDH/images/mtddh_bdbae06d_000198.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1faf0af8a9b0ae48e5e81141f1b3fd44dca3c44e8c5e075c0a982702529632d6 +size 49478 diff --git a/MTDDH/images/mtddh_bde286b2_000058.png b/MTDDH/images/mtddh_bde286b2_000058.png new file mode 100644 index 0000000000000000000000000000000000000000..5a704a9b95be5be43008a14e52440778a6500329 --- /dev/null +++ b/MTDDH/images/mtddh_bde286b2_000058.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1478ae6e44bdfe206e59179667991c690e1c44779520ee5154bd81f36bb4023 +size 57275 diff --git a/MTDDH/images/mtddh_be18815d_000117.png b/MTDDH/images/mtddh_be18815d_000117.png new file mode 100644 index 0000000000000000000000000000000000000000..4bf26be60b21695ef008773bb47b42b36ea5cb6a --- /dev/null +++ b/MTDDH/images/mtddh_be18815d_000117.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f95b36110a0870cdb5e1bc5e45e905c0bc47dca455a800c10bdfcd5ae1a7e311 +size 61242 diff --git a/MTDDH/images/mtddh_befc247d_000038.png b/MTDDH/images/mtddh_befc247d_000038.png new file mode 100644 index 0000000000000000000000000000000000000000..1f1e6f94547cbeebc28c257b43180568fa3390f9 --- /dev/null +++ b/MTDDH/images/mtddh_befc247d_000038.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b034c07e05d12d9d12649ce9ac170c6da15bbdc09cc036b92a7b1d9b623f6d2 +size 55123 diff --git a/MTDDH/images/mtddh_bf4d9583_000621.png b/MTDDH/images/mtddh_bf4d9583_000621.png new file mode 100644 index 0000000000000000000000000000000000000000..fa15bb599da4f70ff7d2b8ad1acc65758271e3c2 --- /dev/null +++ b/MTDDH/images/mtddh_bf4d9583_000621.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44cc4c408fefa54cb1751817a17517f604e402841a4a46db9c2a401821287a66 +size 69767 diff --git a/MTDDH/images/mtddh_bf7702af_000499.png b/MTDDH/images/mtddh_bf7702af_000499.png new file mode 100644 index 0000000000000000000000000000000000000000..4d52b12bb6c9aa92945305406f5e17c2d8d39a09 --- /dev/null +++ b/MTDDH/images/mtddh_bf7702af_000499.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:628da18c286019dde3fdab66cc4f22d0d50045c9bc979ed720f2d41379036963 +size 57330 diff --git a/MTDDH/images/mtddh_bfe01e6a_000470.png b/MTDDH/images/mtddh_bfe01e6a_000470.png new file mode 100644 index 0000000000000000000000000000000000000000..9c9d2444ad27af4030c6566ee1b0e7ee7877eee8 --- /dev/null +++ b/MTDDH/images/mtddh_bfe01e6a_000470.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b32869671924c4ac34dec7a7e59961a59ec3fb392aa5d41254f8b27db2984f3 +size 58505 diff --git a/MTDDH/images/mtddh_c00a1220_000265.png b/MTDDH/images/mtddh_c00a1220_000265.png new file mode 100644 index 0000000000000000000000000000000000000000..9336cf15d18c7f2e3475a194d1a040382e5ecb59 --- /dev/null +++ b/MTDDH/images/mtddh_c00a1220_000265.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f135c16ae71aeeefc5a01a05976577ce8ee18a35a9e54bcb2a4448c99375d7e0 +size 49073 diff --git a/MTDDH/images/mtddh_c014cb20_000765.png b/MTDDH/images/mtddh_c014cb20_000765.png new file mode 100644 index 0000000000000000000000000000000000000000..dc59223992db700172acd38bfac9e749bdd19578 --- /dev/null +++ b/MTDDH/images/mtddh_c014cb20_000765.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fa9788dbb975863ace3af99f36cf24b79fce09c62318fbad4b8f61ae00f1459 +size 50234 diff --git a/MTDDH/images/mtddh_c015f993_000421.png b/MTDDH/images/mtddh_c015f993_000421.png new file mode 100644 index 0000000000000000000000000000000000000000..c7bf91e69635d2036c5e3aa6081e81401cfb8ea0 --- /dev/null +++ b/MTDDH/images/mtddh_c015f993_000421.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:459a0bd61539e227840913a7e4262399ec171f66a180bd01be68ee85f2869182 +size 56590 diff --git a/MTDDH/images/mtddh_c036c8ea_000401.png b/MTDDH/images/mtddh_c036c8ea_000401.png new file mode 100644 index 0000000000000000000000000000000000000000..91af6b75ce4a920d62fcc0741344a36f371da84e --- /dev/null +++ b/MTDDH/images/mtddh_c036c8ea_000401.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45caca03c80ba5d501ae93fbfdbca4702e6f85e62bbbcfe2043878bc82bb2632 +size 48508 diff --git a/MTDDH/images/mtddh_c0b15082_000359.png b/MTDDH/images/mtddh_c0b15082_000359.png new file mode 100644 index 0000000000000000000000000000000000000000..e7dad733fb9b638c6750024825f31655bd79e256 --- /dev/null +++ b/MTDDH/images/mtddh_c0b15082_000359.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33403389f0dee4fda860f46a5723765823fb5010a8b15e385f85c57e3c242e5d +size 49821 diff --git a/MTDDH/images/mtddh_c0c3b764_000229.png b/MTDDH/images/mtddh_c0c3b764_000229.png new file mode 100644 index 0000000000000000000000000000000000000000..e53b66ace69dacf30904ed3271603cbe75dae4cf --- /dev/null +++ b/MTDDH/images/mtddh_c0c3b764_000229.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28ac5de137d866896ae92a7858554434b75c1f46adfe492d4389f4d2cd32127d +size 55210 diff --git a/MTDDH/images/mtddh_c0e6d782_000476.png b/MTDDH/images/mtddh_c0e6d782_000476.png new file mode 100644 index 0000000000000000000000000000000000000000..4520027d37625ad6f7afd891397e26cd313bdee9 --- /dev/null +++ b/MTDDH/images/mtddh_c0e6d782_000476.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dad98a5f52bfc05ce3d937dc832f2802f3b9e21933f1631ee6160e9d59d20ac3 +size 61863 diff --git a/MTDDH/images/mtddh_c159d761_000173.png b/MTDDH/images/mtddh_c159d761_000173.png new file mode 100644 index 0000000000000000000000000000000000000000..d0064d27037394d0dad7322238778a08808fb6d8 --- /dev/null +++ b/MTDDH/images/mtddh_c159d761_000173.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68660b772998dd4487b6b288ec7b165cbf3f24311cf91daa788707311e6ed0f5 +size 65086 diff --git a/MTDDH/images/mtddh_c22d3309_000341.png b/MTDDH/images/mtddh_c22d3309_000341.png new file mode 100644 index 0000000000000000000000000000000000000000..a66dfc7585b8e19b531ff0d4714578c0a12965eb --- /dev/null +++ b/MTDDH/images/mtddh_c22d3309_000341.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a96095ef8bcd575361efc3f0cb6d65ba497dbf376832e0b5ae41b1a38fa99bed +size 44370 diff --git a/MTDDH/images/mtddh_c23e9c3d_000308.png b/MTDDH/images/mtddh_c23e9c3d_000308.png new file mode 100644 index 0000000000000000000000000000000000000000..4c04c0a677f684b5b50ea7ad48ec962eaa06114e --- /dev/null +++ b/MTDDH/images/mtddh_c23e9c3d_000308.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4f908de0f650c557c9cf4858ae190ebf6d164b46d2f9c32a6dc879a186ed0de +size 43874 diff --git a/MTDDH/images/mtddh_c31f0371_000227.png b/MTDDH/images/mtddh_c31f0371_000227.png new file mode 100644 index 0000000000000000000000000000000000000000..9c41811fae0175bc97283115fdc7aa73b2ec1f56 --- /dev/null +++ b/MTDDH/images/mtddh_c31f0371_000227.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1b886eda8e35944e002a6b32cdab4ad07ac50626d8acd4dedf8718bb0aee117 +size 65334 diff --git a/MTDDH/images/mtddh_c32c2525_000528.png b/MTDDH/images/mtddh_c32c2525_000528.png new file mode 100644 index 0000000000000000000000000000000000000000..e2847219f18d9a36b68693b936e1e21e62226b11 --- /dev/null +++ b/MTDDH/images/mtddh_c32c2525_000528.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5763f5513398d375b02e5c1d1c652be54ba26eea4770465451159e8fe959923c +size 53543 diff --git a/MTDDH/images/mtddh_c35048b8_000657.png b/MTDDH/images/mtddh_c35048b8_000657.png new file mode 100644 index 0000000000000000000000000000000000000000..06b797361cfa2f96913b61290a7c363f707a46f8 --- /dev/null +++ b/MTDDH/images/mtddh_c35048b8_000657.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca61f97f7898d9401c41c3ce52df52e3eedfd16bdf0d8cf5271cda2c7906657e +size 65340 diff --git a/MTDDH/images/mtddh_c39d813a_000551.png b/MTDDH/images/mtddh_c39d813a_000551.png new file mode 100644 index 0000000000000000000000000000000000000000..2d4d73ae879a98583790ff740b9cc08c135d1efa --- /dev/null +++ b/MTDDH/images/mtddh_c39d813a_000551.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aad32134e8f4bcd9e4a5d47cb19db07bbceec9b47a383c1db97031b4a2bfcf6d +size 42942 diff --git a/MTDDH/images/mtddh_c4423cd9_000693.png b/MTDDH/images/mtddh_c4423cd9_000693.png new file mode 100644 index 0000000000000000000000000000000000000000..0e525aa11958b57c8cd3c651daaedbd94fafc2e2 --- /dev/null +++ b/MTDDH/images/mtddh_c4423cd9_000693.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0cc6827e8731d026aa0a517ff0e66e8a03143d8a51f72193c700e04340863cf +size 67597 diff --git a/MTDDH/images/mtddh_c45cac1a_000309.png b/MTDDH/images/mtddh_c45cac1a_000309.png new file mode 100644 index 0000000000000000000000000000000000000000..ef4e9250a43cdd0ef39e6a5ae5792cee778cc5a4 --- /dev/null +++ b/MTDDH/images/mtddh_c45cac1a_000309.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d15df5dd798b9cba87f2d86a9dfd4ec046bcfc04063846805250a6773e1f1a1 +size 48286 diff --git a/MTDDH/images/mtddh_c45de49c_000720.png b/MTDDH/images/mtddh_c45de49c_000720.png new file mode 100644 index 0000000000000000000000000000000000000000..3b8bcd20b782f0bd2acbef932fd64ce79778d06f --- /dev/null +++ b/MTDDH/images/mtddh_c45de49c_000720.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:802f36f409844d53943ab03cac55d815883da25b790b69427b27530f744b0f26 +size 45513 diff --git a/MTDDH/images/mtddh_c48b353b_000342.png b/MTDDH/images/mtddh_c48b353b_000342.png new file mode 100644 index 0000000000000000000000000000000000000000..3bdc3db4de869efb1d2c211384d540b209b194a5 --- /dev/null +++ b/MTDDH/images/mtddh_c48b353b_000342.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e43faa11745bae480af056a179b7706d9321cea223ee5f4cd9d14b762f0152f2 +size 67206 diff --git a/MTDDH/images/mtddh_c4a86874_000310.png b/MTDDH/images/mtddh_c4a86874_000310.png new file mode 100644 index 0000000000000000000000000000000000000000..18420d176e6d689c195eed38e4db129a607455f3 --- /dev/null +++ b/MTDDH/images/mtddh_c4a86874_000310.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:322203cb31bba1ae0dda1e0c0ff0d007ece6dec6860d622af9e5a0e58bc37961 +size 43353 diff --git a/MTDDH/images/mtddh_c4f4dfe0_000529.png b/MTDDH/images/mtddh_c4f4dfe0_000529.png new file mode 100644 index 0000000000000000000000000000000000000000..2b2d44c2d2a7e3f354bee1379ee98769090f1e11 --- /dev/null +++ b/MTDDH/images/mtddh_c4f4dfe0_000529.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a76bd16366f069584678b6440b7467243809dd0b9eaab9d71da704f23f791f1f +size 52849 diff --git a/MTDDH/images/mtddh_c5119b74_000053.png b/MTDDH/images/mtddh_c5119b74_000053.png new file mode 100644 index 0000000000000000000000000000000000000000..0bd69789c6ae4202243c3c86b14d5b76546bcf35 --- /dev/null +++ b/MTDDH/images/mtddh_c5119b74_000053.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9240fb28d27e9b9275e496672b8e1e2ae48e851d0856979a5e9a79339a732914 +size 59765 diff --git a/MTDDH/images/mtddh_c5b3a56e_000828.png b/MTDDH/images/mtddh_c5b3a56e_000828.png new file mode 100644 index 0000000000000000000000000000000000000000..d04b3db6044e04436960e155ec65d2cab06cd971 --- /dev/null +++ b/MTDDH/images/mtddh_c5b3a56e_000828.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:381d6f7d66d24404c8e41594fbc2229b59d1a06779bfd840ed5648815b96be73 +size 46390 diff --git a/MTDDH/images/mtddh_c5b5d2eb_000247.png b/MTDDH/images/mtddh_c5b5d2eb_000247.png new file mode 100644 index 0000000000000000000000000000000000000000..964ab0e31738772a48e71c534c173290af8515fc --- /dev/null +++ b/MTDDH/images/mtddh_c5b5d2eb_000247.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2e78ef09b72509f399cf80076d544132482dd12853c0612b469f2cedbceec95 +size 50620 diff --git a/MTDDH/images/mtddh_c5e04553_000694.png b/MTDDH/images/mtddh_c5e04553_000694.png new file mode 100644 index 0000000000000000000000000000000000000000..f7ddaa3d97a4f855ad3cc8d0413316a8dfeaae00 --- /dev/null +++ b/MTDDH/images/mtddh_c5e04553_000694.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0df166ee4bed028e313efb5df3e86e25518015781484a2b9c5795fb4707348c +size 51819 diff --git a/MTDDH/images/mtddh_c5e7c42f_000360.png b/MTDDH/images/mtddh_c5e7c42f_000360.png new file mode 100644 index 0000000000000000000000000000000000000000..6de9f999f2c274e80c550f0cdf882a917fdd0d05 --- /dev/null +++ b/MTDDH/images/mtddh_c5e7c42f_000360.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7e306f9077a4e30aec4dde694e421db5a349df6a21414b8265faa9f4b940999 +size 58917 diff --git a/MTDDH/images/mtddh_c69aa19d_000067.png b/MTDDH/images/mtddh_c69aa19d_000067.png new file mode 100644 index 0000000000000000000000000000000000000000..1151379a8e1488b51d0a3424045611af61a36bd7 --- /dev/null +++ b/MTDDH/images/mtddh_c69aa19d_000067.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ced0c116048683ec0703690109d2ea50def9cfbc8f55f561c17b56a04dd5d473 +size 58697 diff --git a/MTDDH/images/mtddh_c6cc914e_000446.png b/MTDDH/images/mtddh_c6cc914e_000446.png new file mode 100644 index 0000000000000000000000000000000000000000..3d1fc9a94f5edb27b9a2758c27cd1121ebaa18e7 --- /dev/null +++ b/MTDDH/images/mtddh_c6cc914e_000446.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfe984fbb81f04a999355a14c780617afd396bd5e0cea0239953fd2f5681a2f2 +size 80662 diff --git a/MTDDH/images/mtddh_c705934e_000574.png b/MTDDH/images/mtddh_c705934e_000574.png new file mode 100644 index 0000000000000000000000000000000000000000..725d56d8e2bc6333c629647d5bdbebc7f95eaf86 --- /dev/null +++ b/MTDDH/images/mtddh_c705934e_000574.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffa38382cb9b6b401b1e40dd2e69f952db68059b8d1b7a7f7404d5bc584efbc1 +size 50020 diff --git a/MTDDH/images/mtddh_c742da39_000343.png b/MTDDH/images/mtddh_c742da39_000343.png new file mode 100644 index 0000000000000000000000000000000000000000..0651c71152fa9de0f709f508888908c87935d5a8 --- /dev/null +++ b/MTDDH/images/mtddh_c742da39_000343.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e40514632ee58fbd307865e9a5188d56aa647fa9084ea938a3b7d37964f5535 +size 56929 diff --git a/MTDDH/images/mtddh_c773988e_000622.png b/MTDDH/images/mtddh_c773988e_000622.png new file mode 100644 index 0000000000000000000000000000000000000000..be72a90279971fa079178699623903849e7a9f14 --- /dev/null +++ b/MTDDH/images/mtddh_c773988e_000622.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3667b2d8cb46cf4293e5e737d49dd20a2f53e0ad5337a6d71bafaf0ecd37fda1 +size 63830 diff --git a/MTDDH/images/mtddh_c77bc56a_000022.png b/MTDDH/images/mtddh_c77bc56a_000022.png new file mode 100644 index 0000000000000000000000000000000000000000..8223a83e710d587d8e7c6be9c91a3f7eed5d2aad --- /dev/null +++ b/MTDDH/images/mtddh_c77bc56a_000022.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:363037bfe51f90036e6aead9d7889b5975570460060d8220dd00088bc9d5a22f +size 58406 diff --git a/MTDDH/images/mtddh_c7a1977b_000256.png b/MTDDH/images/mtddh_c7a1977b_000256.png new file mode 100644 index 0000000000000000000000000000000000000000..12977075c6cd95964357e85edd26cfc2c615f48c --- /dev/null +++ b/MTDDH/images/mtddh_c7a1977b_000256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcc3b0027ef206cd6954d29bcc8c8fa9e6d2d374214209e905de8e21efacd67a +size 62415 diff --git a/MTDDH/images/mtddh_c7f6f877_000616.png b/MTDDH/images/mtddh_c7f6f877_000616.png new file mode 100644 index 0000000000000000000000000000000000000000..0138ba601ba4940e589a3a9a47a25a6cbadce378 --- /dev/null +++ b/MTDDH/images/mtddh_c7f6f877_000616.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7373d6cf902d4cd0ffbc477429c3b1112a49538eba4cb12f8da2a1e7ee67b285 +size 56032 diff --git a/MTDDH/images/mtddh_c856a2c0_000530.png b/MTDDH/images/mtddh_c856a2c0_000530.png new file mode 100644 index 0000000000000000000000000000000000000000..c2e0abecdf110a5719d09e42006bab3de7ac9369 --- /dev/null +++ b/MTDDH/images/mtddh_c856a2c0_000530.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34782cd0f832ce4d37def41a2b5d4474dc3db4177b3e155a9683c9903c361a5f +size 60912 diff --git a/MTDDH/images/mtddh_c8e2c56d_000311.png b/MTDDH/images/mtddh_c8e2c56d_000311.png new file mode 100644 index 0000000000000000000000000000000000000000..2d0b724156316ea67b9a06133dc022a2c8cbd50f --- /dev/null +++ b/MTDDH/images/mtddh_c8e2c56d_000311.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b46f561afcae1cf47fa6c68d32f268275f890faf56dfaed177663e68433b9cb +size 56881 diff --git a/MTDDH/images/mtddh_c98e8003_000167.png b/MTDDH/images/mtddh_c98e8003_000167.png new file mode 100644 index 0000000000000000000000000000000000000000..2b14ab60adf89f26b973a74b509d5ba48e6d60ad --- /dev/null +++ b/MTDDH/images/mtddh_c98e8003_000167.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6086d2bc501e444f30dc275ba4f1c449fe1d3b80aff3150ae0ef8a537b46ef75 +size 47553 diff --git a/MTDDH/images/mtddh_c9aa79c7_000206.png b/MTDDH/images/mtddh_c9aa79c7_000206.png new file mode 100644 index 0000000000000000000000000000000000000000..882384dcba429237a10908695235361fc82f196e --- /dev/null +++ b/MTDDH/images/mtddh_c9aa79c7_000206.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b96b7a016842335c800cef7a2787992c553d4fe716cb954a4079d308312d704a +size 51239 diff --git a/MTDDH/images/mtddh_ca40b8bf_000312.png b/MTDDH/images/mtddh_ca40b8bf_000312.png new file mode 100644 index 0000000000000000000000000000000000000000..fc35907d70cee947528a544aed36b5ed4db9a140 --- /dev/null +++ b/MTDDH/images/mtddh_ca40b8bf_000312.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1ead1b122ff4417f06157c763bd15d00f19e7e1d54d26a3cb6c3b14e35a3e19 +size 40843 diff --git a/MTDDH/images/mtddh_ca4a87f7_000057.png b/MTDDH/images/mtddh_ca4a87f7_000057.png new file mode 100644 index 0000000000000000000000000000000000000000..950f2ddd7f7b3b3667481f78bd539104b461a3c5 --- /dev/null +++ b/MTDDH/images/mtddh_ca4a87f7_000057.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f5e4cb7bdcf77436dc3ac7a30809f6b3bc294a6c0ddb227a5dae254550ca617 +size 59740 diff --git a/MTDDH/images/mtddh_caaf6584_000575.png b/MTDDH/images/mtddh_caaf6584_000575.png new file mode 100644 index 0000000000000000000000000000000000000000..36f0866826b1d8aade15a4f61750c5fb2088add4 --- /dev/null +++ b/MTDDH/images/mtddh_caaf6584_000575.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90a23bdc45afd4c07051636d4650050201913fc8311268506530d365021d99c5 +size 43228 diff --git a/MTDDH/images/mtddh_cad1e30b_000590.png b/MTDDH/images/mtddh_cad1e30b_000590.png new file mode 100644 index 0000000000000000000000000000000000000000..736784af742650f89deb507e4308367d66d2c6da --- /dev/null +++ b/MTDDH/images/mtddh_cad1e30b_000590.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c4a4996605cc9b7bd0c0f0c305452b73c40a03ed2972dccf2d56b2edfcceb17 +size 73143 diff --git a/MTDDH/images/mtddh_cb3b3c52_000010.png b/MTDDH/images/mtddh_cb3b3c52_000010.png new file mode 100644 index 0000000000000000000000000000000000000000..87f8437893c2920409f95ecaa5a80f029fc2a531 --- /dev/null +++ b/MTDDH/images/mtddh_cb3b3c52_000010.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ddabfbd379de00e6b2da7e09bb862e26fda37c279bbf767698b92c3b2c97dfc +size 61079 diff --git a/MTDDH/images/mtddh_cbdf0a35_000313.png b/MTDDH/images/mtddh_cbdf0a35_000313.png new file mode 100644 index 0000000000000000000000000000000000000000..3630432f3c3d1357ffca7a273741e7e892a67b1d --- /dev/null +++ b/MTDDH/images/mtddh_cbdf0a35_000313.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:559645a1dade79397c837f90089a2bba51baa90adbecff226f04456f1d36627a +size 60428 diff --git a/MTDDH/images/mtddh_cc318903_000344.png b/MTDDH/images/mtddh_cc318903_000344.png new file mode 100644 index 0000000000000000000000000000000000000000..038fb08bb22ca07ccf609d7001c8278b566ed1bd --- /dev/null +++ b/MTDDH/images/mtddh_cc318903_000344.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7319257f4ed7272856244752f04c0dac972c178ce7cbdac70d81822311351a6 +size 56460 diff --git a/MTDDH/images/mtddh_cc6ab4ad_000202.png b/MTDDH/images/mtddh_cc6ab4ad_000202.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae94cde9d0d034ba3f9d62d7a8b34850b3544bf --- /dev/null +++ b/MTDDH/images/mtddh_cc6ab4ad_000202.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4369e200b7a5b883d2c3ffa7e0544b0f99a51bf3af721a4b6c3da1cc4ce3e794 +size 55023 diff --git a/MTDDH/images/mtddh_cd34f4ea_000079.png b/MTDDH/images/mtddh_cd34f4ea_000079.png new file mode 100644 index 0000000000000000000000000000000000000000..d6091a1ee563e6a0f22040c14c0ce8240438cd4a --- /dev/null +++ b/MTDDH/images/mtddh_cd34f4ea_000079.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdc5e3a9f63d6f2f8475097cc8ea57ecadaf322ae4f0bfb59d2988a3eb76a642 +size 57407 diff --git a/MTDDH/images/mtddh_cd89ccd4_000655.png b/MTDDH/images/mtddh_cd89ccd4_000655.png new file mode 100644 index 0000000000000000000000000000000000000000..f2ac6777217ef26199363ee2db9e656f0f615d14 --- /dev/null +++ b/MTDDH/images/mtddh_cd89ccd4_000655.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0667b3460b106122fda8631dd5189505bfa3523ee0564e26c8782a492a216582 +size 66283 diff --git a/MTDDH/images/mtddh_cda92ebc_000477.png b/MTDDH/images/mtddh_cda92ebc_000477.png new file mode 100644 index 0000000000000000000000000000000000000000..44387295c6fb09a38a4a7269dd7829a9e1985220 --- /dev/null +++ b/MTDDH/images/mtddh_cda92ebc_000477.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a011db0ea983375fe72d46d42441f142e29098db9b4290ef1bd3ed5e3d23829 +size 70669 diff --git a/MTDDH/images/mtddh_ce362643_000617.png b/MTDDH/images/mtddh_ce362643_000617.png new file mode 100644 index 0000000000000000000000000000000000000000..eecc4fa8ead3fffd277766925cd067c10d9c3c76 --- /dev/null +++ b/MTDDH/images/mtddh_ce362643_000617.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdcc8802abbc1e6dabaed60813d1ad8036ec58bfef11d3f0a67414aaf35ad002 +size 73548 diff --git a/MTDDH/images/mtddh_ce470996_000623.png b/MTDDH/images/mtddh_ce470996_000623.png new file mode 100644 index 0000000000000000000000000000000000000000..a476a93c2cc28ef45d9d8af9014cba8d46294e15 --- /dev/null +++ b/MTDDH/images/mtddh_ce470996_000623.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ba4f0a32dd76eb42584a58e0ceb728ab8cd1c2e0b5add715b88ab6d8b6c6335 +size 54528 diff --git a/MTDDH/images/mtddh_ce8be2bf_000647.png b/MTDDH/images/mtddh_ce8be2bf_000647.png new file mode 100644 index 0000000000000000000000000000000000000000..80e7d134dbe58c584444109b9bfd8f50e6067d3f --- /dev/null +++ b/MTDDH/images/mtddh_ce8be2bf_000647.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:349270fd0e3998a1ad2fe9d86e5cfb17345ad2fc7954fc8ec731f0c279b4f78e +size 56375 diff --git a/MTDDH/images/mtddh_ce9aba87_000314.png b/MTDDH/images/mtddh_ce9aba87_000314.png new file mode 100644 index 0000000000000000000000000000000000000000..92b628728fdf239e3e80ab3b896537e8d6267f2f --- /dev/null +++ b/MTDDH/images/mtddh_ce9aba87_000314.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eaf2aef540cdfe42a96ebd88fbbae8a8d0e4abcfd99b896329b8920fbbdb098 +size 70148 diff --git a/MTDDH/images/mtddh_cecbb083_000012.png b/MTDDH/images/mtddh_cecbb083_000012.png new file mode 100644 index 0000000000000000000000000000000000000000..bec967eddf20faac7aa4f3f419b3a531be49e862 --- /dev/null +++ b/MTDDH/images/mtddh_cecbb083_000012.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78c4bf433d60064964bc2da98abae386dc900d450d2c8f4ae2fcd2371e01b2eb +size 56182 diff --git a/MTDDH/images/mtddh_cedc3aa6_000447.png b/MTDDH/images/mtddh_cedc3aa6_000447.png new file mode 100644 index 0000000000000000000000000000000000000000..d9e8a1a5ea664473f698c9c8ea26d5c0d300932e --- /dev/null +++ b/MTDDH/images/mtddh_cedc3aa6_000447.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af46398c72a3073a263a1334dafb2752f695c6893375174fe59af5631c34ba5b +size 64216 diff --git a/MTDDH/images/mtddh_cedd3ce5_000842.png b/MTDDH/images/mtddh_cedd3ce5_000842.png new file mode 100644 index 0000000000000000000000000000000000000000..be9490a13bdf0de7f7a4e5f7d4b53185da5014db --- /dev/null +++ b/MTDDH/images/mtddh_cedd3ce5_000842.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df3593fe9d83c4ca7ae034a26dcae25e6082f987e0097b41a105c93c69c8aa03 +size 72570 diff --git a/MTDDH/images/mtddh_cf7349a9_000180.png b/MTDDH/images/mtddh_cf7349a9_000180.png new file mode 100644 index 0000000000000000000000000000000000000000..6d9b82c53ca08266ef63f1c6b6967e820f917358 --- /dev/null +++ b/MTDDH/images/mtddh_cf7349a9_000180.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:586275df0954f614266928eebb34b39525095ae16d886d35a9a0b04f5e6c7fc2 +size 45081 diff --git a/MTDDH/images/mtddh_cf7758e3_000017.png b/MTDDH/images/mtddh_cf7758e3_000017.png new file mode 100644 index 0000000000000000000000000000000000000000..8a5c4931a9630f36315cc822b8cfe863bfdab926 --- /dev/null +++ b/MTDDH/images/mtddh_cf7758e3_000017.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3fe03ebca1034824ce55edd1844366a080a59ae4f48b7740e4ac00509cd2539 +size 47942 diff --git a/MTDDH/images/mtddh_cfca4e21_000649.png b/MTDDH/images/mtddh_cfca4e21_000649.png new file mode 100644 index 0000000000000000000000000000000000000000..7b62a1af74a69253de6cacb4edca432372480c56 --- /dev/null +++ b/MTDDH/images/mtddh_cfca4e21_000649.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27015b0ab55a08aba3470cd4b600e3771586629bff360cc1c84d8902d81f782d +size 59698 diff --git a/MTDDH/images/mtddh_d00609de_000757.png b/MTDDH/images/mtddh_d00609de_000757.png new file mode 100644 index 0000000000000000000000000000000000000000..7d713d27c5d70c3123330da5f450891842f6e7e6 --- /dev/null +++ b/MTDDH/images/mtddh_d00609de_000757.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcefb6ee689c5e417e7d768d08f5af300c06549af766d29ae1135c16167c0981 +size 76167 diff --git a/MTDDH/images/mtddh_d0aaf6e5_000138.png b/MTDDH/images/mtddh_d0aaf6e5_000138.png new file mode 100644 index 0000000000000000000000000000000000000000..27fa427207b3e730d60772b19cbca02726b8b501 --- /dev/null +++ b/MTDDH/images/mtddh_d0aaf6e5_000138.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0179a7690ee36c09b25d6228a2f196168617478bdf56ab7849723fa8dc42079f +size 57629 diff --git a/MTDDH/images/mtddh_d0ba29d8_000697.png b/MTDDH/images/mtddh_d0ba29d8_000697.png new file mode 100644 index 0000000000000000000000000000000000000000..d7a44a707d3499f795792e285f5f912923f14a7b --- /dev/null +++ b/MTDDH/images/mtddh_d0ba29d8_000697.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cac20f5d944817de2e23545af383302230e9ee574b5825d999c7765f96ceb3be +size 52801 diff --git a/MTDDH/images/mtddh_d1399417_000602.png b/MTDDH/images/mtddh_d1399417_000602.png new file mode 100644 index 0000000000000000000000000000000000000000..faf694543fce0319c8f204eb09277b47fbddda3d --- /dev/null +++ b/MTDDH/images/mtddh_d1399417_000602.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfa9d507becd4e1db7463e68dca8ba1fe191bd956c959482de7b3fed7df01137 +size 62907 diff --git a/MTDDH/images/mtddh_d18dc97d_000610.png b/MTDDH/images/mtddh_d18dc97d_000610.png new file mode 100644 index 0000000000000000000000000000000000000000..0b9d63b7f1892c2672548376a16be3c0c3ad77b9 --- /dev/null +++ b/MTDDH/images/mtddh_d18dc97d_000610.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d9da3477a12db74890f70e3d38c9273351b2a66aaa6f47b66f876c9b9ef0299 +size 56440 diff --git a/MTDDH/images/mtddh_d1a8a362_000500.png b/MTDDH/images/mtddh_d1a8a362_000500.png new file mode 100644 index 0000000000000000000000000000000000000000..d89d1d7a9408d166efd828ed56b964475e3c7409 --- /dev/null +++ b/MTDDH/images/mtddh_d1a8a362_000500.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d7028718a2ac83bcd2304576066c61c686f4f1ac92b3957ca4ce30ab8180994 +size 52067 diff --git a/MTDDH/images/mtddh_d1d02eef_000345.png b/MTDDH/images/mtddh_d1d02eef_000345.png new file mode 100644 index 0000000000000000000000000000000000000000..71e413eb0b64325c8cbba42ee186d6af4edbd088 --- /dev/null +++ b/MTDDH/images/mtddh_d1d02eef_000345.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8a6897e678bf157119d5c19fc96a1bac8351b948c45542defaf58387daba822 +size 51392 diff --git a/MTDDH/images/mtddh_d1e1609a_000687.png b/MTDDH/images/mtddh_d1e1609a_000687.png new file mode 100644 index 0000000000000000000000000000000000000000..ff2800251ac7723668cc9882839120b88078b0a8 --- /dev/null +++ b/MTDDH/images/mtddh_d1e1609a_000687.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f95dd941099125e39858609f63f9680dc2815de51c089e8ed569b94e067e0edb +size 80002 diff --git a/MTDDH/images/mtddh_d1f97002_000078.png b/MTDDH/images/mtddh_d1f97002_000078.png new file mode 100644 index 0000000000000000000000000000000000000000..5fd8a5659972421cd41599c05d141910c2c80137 --- /dev/null +++ b/MTDDH/images/mtddh_d1f97002_000078.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09d0b0f44a9067f855c11726d4cd9717f6f252a3ddaba8f23e98281abdc60a39 +size 45215 diff --git a/MTDDH/images/mtddh_d2579da3_000676.png b/MTDDH/images/mtddh_d2579da3_000676.png new file mode 100644 index 0000000000000000000000000000000000000000..3991e558b6e00eac4cbe94b08234cf37af751ccf --- /dev/null +++ b/MTDDH/images/mtddh_d2579da3_000676.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9db53a13b03a88d977244fcd7c0fde745bb5d545d5d8f5998d68b15c2d46e0e1 +size 50634 diff --git a/MTDDH/images/mtddh_d26d60c5_000130.png b/MTDDH/images/mtddh_d26d60c5_000130.png new file mode 100644 index 0000000000000000000000000000000000000000..8bf11189bd58399a3a7296236702241aad97dc89 --- /dev/null +++ b/MTDDH/images/mtddh_d26d60c5_000130.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29394df2baed6fdc4595a065d2d77b7eeaeea9ee7221a4d697ebd592f11b88a2 +size 53814 diff --git a/MTDDH/images/mtddh_d27d428f_000361.png b/MTDDH/images/mtddh_d27d428f_000361.png new file mode 100644 index 0000000000000000000000000000000000000000..56ce11bf4843b4d8f4270d2aea30ce312a8d2b9e --- /dev/null +++ b/MTDDH/images/mtddh_d27d428f_000361.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:439e4354e72d62bb8ae715fc72097ab69992b5658bb5d334169cf5965e1a5768 +size 54213 diff --git a/MTDDH/images/mtddh_d2a19828_000188.png b/MTDDH/images/mtddh_d2a19828_000188.png new file mode 100644 index 0000000000000000000000000000000000000000..6688091a75ff06f53147adf27f9acee51fd53224 --- /dev/null +++ b/MTDDH/images/mtddh_d2a19828_000188.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:634d3a6cda9dda0f4e6235d9d2ea495a4da3ef887e507a5fd08f9b51a8cc1c55 +size 50569 diff --git a/MTDDH/images/mtddh_d2de66bb_000722.png b/MTDDH/images/mtddh_d2de66bb_000722.png new file mode 100644 index 0000000000000000000000000000000000000000..b2714121ac42c2a41742a556cff7d4ee30a662a9 --- /dev/null +++ b/MTDDH/images/mtddh_d2de66bb_000722.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8be88f29a54ffb0c59220cffd358f0066e073267684b528a9c502f0db9642e53 +size 50487 diff --git a/MTDDH/images/mtddh_d35113c8_000402.png b/MTDDH/images/mtddh_d35113c8_000402.png new file mode 100644 index 0000000000000000000000000000000000000000..35fdf88e25bc3b87b9c98b8b8d9a2811c5b33108 --- /dev/null +++ b/MTDDH/images/mtddh_d35113c8_000402.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70d7d1464a71339b85595bf61117ef37eaba7b5e27f9568a8fca02b4a26756bc +size 59132 diff --git a/MTDDH/images/mtddh_d3d608ad_000703.png b/MTDDH/images/mtddh_d3d608ad_000703.png new file mode 100644 index 0000000000000000000000000000000000000000..ce0baab1b60bb176b142dbe4cc6c853f069b6a14 --- /dev/null +++ b/MTDDH/images/mtddh_d3d608ad_000703.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f86b8802101111874992f51478356fbe886be4fcb9226a0eb45f27b02cb42c6 +size 80474 diff --git a/MTDDH/images/mtddh_d3e24247_000121.png b/MTDDH/images/mtddh_d3e24247_000121.png new file mode 100644 index 0000000000000000000000000000000000000000..2abb38ba8b54adffa08e2fc4e6523ff96f3d8079 --- /dev/null +++ b/MTDDH/images/mtddh_d3e24247_000121.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae4247e9c8857c3d9d2ea908d1b51fb3df5774e756c778b295abda761fddc776 +size 37955 diff --git a/MTDDH/images/mtddh_d3f94eb8_000471.png b/MTDDH/images/mtddh_d3f94eb8_000471.png new file mode 100644 index 0000000000000000000000000000000000000000..1c8174d6f82d6cebb7c24577b41809be0d6a66fc --- /dev/null +++ b/MTDDH/images/mtddh_d3f94eb8_000471.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12e493ea7af760a3273063c2df277ab9196de6cfb698d4e07664ccf9e25f526b +size 67248 diff --git a/MTDDH/images/mtddh_d40d0eaa_000084.png b/MTDDH/images/mtddh_d40d0eaa_000084.png new file mode 100644 index 0000000000000000000000000000000000000000..abdea2cd6a96edb42e17bb1b735357b15355e26c --- /dev/null +++ b/MTDDH/images/mtddh_d40d0eaa_000084.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6178f1301932556b9b4b776c2c7056d8e064c4b6fa07cb4047e94385c1e2417 +size 59649 diff --git a/MTDDH/images/mtddh_d42a39a8_000665.png b/MTDDH/images/mtddh_d42a39a8_000665.png new file mode 100644 index 0000000000000000000000000000000000000000..2dd25f8269fbbc08c55cc25d4211233dc05ae00f --- /dev/null +++ b/MTDDH/images/mtddh_d42a39a8_000665.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6727143d383003f14296062e1ffb6bc996f3f0a24932272204095fc098206495 +size 60831 diff --git a/MTDDH/images/mtddh_d454a754_000634.png b/MTDDH/images/mtddh_d454a754_000634.png new file mode 100644 index 0000000000000000000000000000000000000000..2ad3ea7b43df3d2969849c6d5f7cadf0083ddd85 --- /dev/null +++ b/MTDDH/images/mtddh_d454a754_000634.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b17a9a17283fcdc46eb361753e01f066c343b6a1ca9049ac3284e28c88e089a +size 62502 diff --git a/MTDDH/images/mtddh_d497cdb5_000683.png b/MTDDH/images/mtddh_d497cdb5_000683.png new file mode 100644 index 0000000000000000000000000000000000000000..3efec02d73bc53418f835b86ef75c9164802a9b3 --- /dev/null +++ b/MTDDH/images/mtddh_d497cdb5_000683.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f5fc969d4120b8314ab20565efb9d6d90a3a83a12b5cee8170d01cfa38ddd14 +size 62709 diff --git a/MTDDH/images/mtddh_d4a2365b_000403.png b/MTDDH/images/mtddh_d4a2365b_000403.png new file mode 100644 index 0000000000000000000000000000000000000000..334cbfee04f16cb9861a9f9c823faa2c09540fed --- /dev/null +++ b/MTDDH/images/mtddh_d4a2365b_000403.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:322053ec0e5b659ba680dc2bcd45b103c6a7de2bf2a1e654ab805025f12ff456 +size 52600 diff --git a/MTDDH/images/mtddh_d52b08ff_000642.png b/MTDDH/images/mtddh_d52b08ff_000642.png new file mode 100644 index 0000000000000000000000000000000000000000..e79cb03531846a231ae810ad23a6eeae831439ee --- /dev/null +++ b/MTDDH/images/mtddh_d52b08ff_000642.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04a85f3cb1e61ec8769c83510c683ce20841c6740b051fc5ce28fdc710b02fa6 +size 76470 diff --git a/MTDDH/images/mtddh_d56863d7_000624.png b/MTDDH/images/mtddh_d56863d7_000624.png new file mode 100644 index 0000000000000000000000000000000000000000..22c89cab94398784deb0e929d1469df967ba31c0 --- /dev/null +++ b/MTDDH/images/mtddh_d56863d7_000624.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:467f80ddf5044f28aeba94333797ead597df65548a46a686e033814587c272d0 +size 56037 diff --git a/MTDDH/images/mtddh_d587fe1a_000155.png b/MTDDH/images/mtddh_d587fe1a_000155.png new file mode 100644 index 0000000000000000000000000000000000000000..eb622b8f2b59e16defe3afb89cf376b99bd5595c --- /dev/null +++ b/MTDDH/images/mtddh_d587fe1a_000155.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aaf5f75455682615dad805574f86be24d84dca72598f4a839aabdf5385da80c +size 55691 diff --git a/MTDDH/images/mtddh_d5afd657_000065.png b/MTDDH/images/mtddh_d5afd657_000065.png new file mode 100644 index 0000000000000000000000000000000000000000..884fa88a801339359e58e35a831d47f21349f794 --- /dev/null +++ b/MTDDH/images/mtddh_d5afd657_000065.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c90c2e5e8a3710d71d0a973b8abe2f45184142927ff16fdee3d3a3358629af0 +size 62065 diff --git a/MTDDH/images/mtddh_d5cc16e5_000081.png b/MTDDH/images/mtddh_d5cc16e5_000081.png new file mode 100644 index 0000000000000000000000000000000000000000..958295599d1083b983bda2c8529b77ede7914162 --- /dev/null +++ b/MTDDH/images/mtddh_d5cc16e5_000081.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e2b5d72bec1510a82f76c2c0fa7962c21be848002748ca11b0d0a6c976ee0e8 +size 54942 diff --git a/MTDDH/images/mtddh_d610d765_000346.png b/MTDDH/images/mtddh_d610d765_000346.png new file mode 100644 index 0000000000000000000000000000000000000000..21e82bbb16806a8dee1e491def7b13806a2a5363 --- /dev/null +++ b/MTDDH/images/mtddh_d610d765_000346.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5f1229ac4f6d387c0abdcc3bbe396ad2604ad71a376b6b51fe8695dcd5de9bb +size 58054 diff --git a/MTDDH/images/mtddh_d656c43f_000404.png b/MTDDH/images/mtddh_d656c43f_000404.png new file mode 100644 index 0000000000000000000000000000000000000000..91466041e5f560e79422331cc70a7dbb7972f6b2 --- /dev/null +++ b/MTDDH/images/mtddh_d656c43f_000404.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3ab964c398777704c3acb60bedf1be182dc2e00c45cb5ff25591b465cacc60d +size 55886 diff --git a/MTDDH/images/mtddh_d6a92121_000044.png b/MTDDH/images/mtddh_d6a92121_000044.png new file mode 100644 index 0000000000000000000000000000000000000000..672e4bb35a71a0e4e35f10f685cc4b2677125ec1 --- /dev/null +++ b/MTDDH/images/mtddh_d6a92121_000044.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7525b89f727f34544d0212155e591b587d5fe87170b1886f2a0f633e416d6532 +size 50241 diff --git a/MTDDH/images/mtddh_d6aa2cd7_000716.png b/MTDDH/images/mtddh_d6aa2cd7_000716.png new file mode 100644 index 0000000000000000000000000000000000000000..00a1c2e4becc5a6798f9824997ab02db6c0f2645 --- /dev/null +++ b/MTDDH/images/mtddh_d6aa2cd7_000716.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23cc6e63342614f25ef5d3b4c15b471c40d0ccd087cf3bc20c5908ff47b05e9c +size 53300 diff --git a/MTDDH/images/mtddh_d6bd3962_000538.png b/MTDDH/images/mtddh_d6bd3962_000538.png new file mode 100644 index 0000000000000000000000000000000000000000..322390f19c67b2645bbd08accbabd7060b59a581 --- /dev/null +++ b/MTDDH/images/mtddh_d6bd3962_000538.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03f73b4677f4d297f69422914d591a8b8eae0b68e2e38463a2896c6e2c4300b6 +size 73072 diff --git a/MTDDH/images/mtddh_d7121c99_000739.png b/MTDDH/images/mtddh_d7121c99_000739.png new file mode 100644 index 0000000000000000000000000000000000000000..7bcbe85d986ef6ee94e090a0c4a85eafb84a1db3 --- /dev/null +++ b/MTDDH/images/mtddh_d7121c99_000739.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92cd0dbbaf34484f9e3097e0810776b5a741cfdfd84562ef8621aacce3326538 +size 51682 diff --git a/MTDDH/images/mtddh_d7dbbfd3_000478.png b/MTDDH/images/mtddh_d7dbbfd3_000478.png new file mode 100644 index 0000000000000000000000000000000000000000..b2232c1d3d4d624095ff0e0f2bc2eae281543cec --- /dev/null +++ b/MTDDH/images/mtddh_d7dbbfd3_000478.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ef897283aed276d05069900133b9002a53e80508faf964dc5ed1541451a1c75 +size 62843 diff --git a/MTDDH/images/mtddh_d82bc9dd_000552.png b/MTDDH/images/mtddh_d82bc9dd_000552.png new file mode 100644 index 0000000000000000000000000000000000000000..23b1be54844d3d23811873be39652da73189349f --- /dev/null +++ b/MTDDH/images/mtddh_d82bc9dd_000552.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12be0a191db084fe230d7c5e869092b09764e0b1abd5eb70c986cced6bda42c8 +size 64662 diff --git a/MTDDH/images/mtddh_d84f3d67_000193.png b/MTDDH/images/mtddh_d84f3d67_000193.png new file mode 100644 index 0000000000000000000000000000000000000000..2dc29d764acaa4d148dc1428817ddc77b3540ea5 --- /dev/null +++ b/MTDDH/images/mtddh_d84f3d67_000193.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a193526c7aec4bc40383d76465a64776bbd1cb9d4a7276b557313536dd3e1aa +size 68236 diff --git a/MTDDH/images/mtddh_d87492d6_000181.png b/MTDDH/images/mtddh_d87492d6_000181.png new file mode 100644 index 0000000000000000000000000000000000000000..fe4f74e4bb5f1acfd545e696df6e15df02ce090b --- /dev/null +++ b/MTDDH/images/mtddh_d87492d6_000181.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60b5f80d246d210c12d077307e0e332b0bc03f71d8bbc9b8e5102163fad20e1c +size 53964 diff --git a/MTDDH/images/mtddh_d883abd4_000448.png b/MTDDH/images/mtddh_d883abd4_000448.png new file mode 100644 index 0000000000000000000000000000000000000000..dc1063ffb14e0c00e8e23dca9e402774f2e38f83 --- /dev/null +++ b/MTDDH/images/mtddh_d883abd4_000448.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f99df1a9cc7ab6b7e3408bbba38d617ca855a03422e151aeb0363318abffa973 +size 50447 diff --git a/MTDDH/images/mtddh_d89b0942_000151.png b/MTDDH/images/mtddh_d89b0942_000151.png new file mode 100644 index 0000000000000000000000000000000000000000..daee4f082f84a90f0b135975bad4ab795222c69d --- /dev/null +++ b/MTDDH/images/mtddh_d89b0942_000151.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ded2c03cdc71f2359868493a498735b3d644ebea283d5703f64e76776dcc15f3 +size 47008 diff --git a/MTDDH/images/mtddh_d9529f14_000315.png b/MTDDH/images/mtddh_d9529f14_000315.png new file mode 100644 index 0000000000000000000000000000000000000000..6e8c2b6703c6d3b5031409a5eb50a426a4ed2cea --- /dev/null +++ b/MTDDH/images/mtddh_d9529f14_000315.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3c34e715ae44d4eb968addfbd5e7e9dd52815febc6a6b90e318bd1ed1e2c566 +size 48110 diff --git a/MTDDH/images/mtddh_d9969850_000068.png b/MTDDH/images/mtddh_d9969850_000068.png new file mode 100644 index 0000000000000000000000000000000000000000..c0918ed8da21f24eafdb9677dc7b6862782f8fd5 --- /dev/null +++ b/MTDDH/images/mtddh_d9969850_000068.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf34cced9fcd17e6e4953bd55d3e15ec4a54a4eb5af140efcf02d0ff03cf6905 +size 64147 diff --git a/MTDDH/images/mtddh_d9cb07c0_000680.png b/MTDDH/images/mtddh_d9cb07c0_000680.png new file mode 100644 index 0000000000000000000000000000000000000000..906cf68c13eca884ed741cf551edc6a69b37f723 --- /dev/null +++ b/MTDDH/images/mtddh_d9cb07c0_000680.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d144139efe8f62db3ac331460f9d678f3d4369fa2d706cb13418e16af269a3fb +size 58541 diff --git a/MTDDH/images/mtddh_d9cc0088_000003.png b/MTDDH/images/mtddh_d9cc0088_000003.png new file mode 100644 index 0000000000000000000000000000000000000000..f350e5accabe847afd3b429caf5f2ce0d6b921a7 --- /dev/null +++ b/MTDDH/images/mtddh_d9cc0088_000003.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8972e7af5dab2839a4daeef46a1f41d7fd5d47047c56f99c49b7a3e4c71f93c3 +size 63316 diff --git a/MTDDH/images/mtddh_d9db55ee_000099.png b/MTDDH/images/mtddh_d9db55ee_000099.png new file mode 100644 index 0000000000000000000000000000000000000000..dbaf56df1580211702337ce3f925d79372ec9c56 --- /dev/null +++ b/MTDDH/images/mtddh_d9db55ee_000099.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32f96cbe450462294f6eacc6faa232190ff2eece2a4b30d85f30daec28b40cc8 +size 63349 diff --git a/MTDDH/images/mtddh_d9eb50e3_000235.png b/MTDDH/images/mtddh_d9eb50e3_000235.png new file mode 100644 index 0000000000000000000000000000000000000000..61b24d85d66a8ea5e335d7cdb1f29813653cccd7 --- /dev/null +++ b/MTDDH/images/mtddh_d9eb50e3_000235.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f8f45dbac102cd608f32da01e7c4546de56161a810fe4708d62c14cabe6eb4d +size 54912 diff --git a/MTDDH/images/mtddh_da367880_000062.png b/MTDDH/images/mtddh_da367880_000062.png new file mode 100644 index 0000000000000000000000000000000000000000..0c497646092199c3db77cd2ac2b55f79cc258b81 --- /dev/null +++ b/MTDDH/images/mtddh_da367880_000062.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e7d2e16dd3c0aa23972a1b6322df20065de9378e909c88b07d54e8fa5baeb6f +size 62754 diff --git a/MTDDH/images/mtddh_da58ce97_000472.png b/MTDDH/images/mtddh_da58ce97_000472.png new file mode 100644 index 0000000000000000000000000000000000000000..041948c2b1bb2b0ad190b3cf349efc326072004f --- /dev/null +++ b/MTDDH/images/mtddh_da58ce97_000472.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81aabf01813868fb402eb6e5ae9163da2753c91f949b3804335ef42f2b7aab00 +size 58698 diff --git a/MTDDH/images/mtddh_da8e4e30_000531.png b/MTDDH/images/mtddh_da8e4e30_000531.png new file mode 100644 index 0000000000000000000000000000000000000000..6f0927bd22a02daedf144ae36fc1491bc094db55 --- /dev/null +++ b/MTDDH/images/mtddh_da8e4e30_000531.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:597e127ad77cb490b94f8e1747e768802abfadb098e19ee1ab1d45b499bfdb30 +size 61628 diff --git a/MTDDH/images/mtddh_daca9024_000732.png b/MTDDH/images/mtddh_daca9024_000732.png new file mode 100644 index 0000000000000000000000000000000000000000..ef703785f7f6fc896a582dd5a2ae17be118a74ca --- /dev/null +++ b/MTDDH/images/mtddh_daca9024_000732.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62f68c01bc3279c26fe0064ffd1d5186b82e6a0c82ad738feceffd8979472c54 +size 45000 diff --git a/MTDDH/images/mtddh_db6b23d5_000644.png b/MTDDH/images/mtddh_db6b23d5_000644.png new file mode 100644 index 0000000000000000000000000000000000000000..7cfbf9901a32ca07d730cf21dd26699e0d0b15be --- /dev/null +++ b/MTDDH/images/mtddh_db6b23d5_000644.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50faa1f22fdb498a7724f274b0d8f0de37dd430b773e6d47612c8e33485aeec4 +size 55509 diff --git a/MTDDH/images/mtddh_db8ae623_000196.png b/MTDDH/images/mtddh_db8ae623_000196.png new file mode 100644 index 0000000000000000000000000000000000000000..3326a03119141fc5c30306f2fe85295a424a7781 --- /dev/null +++ b/MTDDH/images/mtddh_db8ae623_000196.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ad01907791def3c67bb8cc6fa1fb87d8aa215dd203c4216d167cc3cfc9dab02 +size 65414 diff --git a/MTDDH/images/mtddh_dc34e02f_000591.png b/MTDDH/images/mtddh_dc34e02f_000591.png new file mode 100644 index 0000000000000000000000000000000000000000..bc1542789562d885e7e01d3dc780c74b64f3a9bb --- /dev/null +++ b/MTDDH/images/mtddh_dc34e02f_000591.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b21c15adaef3e0308cfccda28a9a808bd4e4dc5557aaf9e5ce06767ce938bde9 +size 70136 diff --git a/MTDDH/images/mtddh_dc38e80d_000199.png b/MTDDH/images/mtddh_dc38e80d_000199.png new file mode 100644 index 0000000000000000000000000000000000000000..01116cede74ef174e1e8d078023155397e538669 --- /dev/null +++ b/MTDDH/images/mtddh_dc38e80d_000199.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc6badd971d789d5f7a00889216ff72090ab42556b0a28245ca74703508ec3c0 +size 57013 diff --git a/MTDDH/images/mtddh_dcd2a519_000635.png b/MTDDH/images/mtddh_dcd2a519_000635.png new file mode 100644 index 0000000000000000000000000000000000000000..3c1b2f80bcc9f24281234bb0d531ce676663787a --- /dev/null +++ b/MTDDH/images/mtddh_dcd2a519_000635.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edad7c200408161868e5fbdb393696f20554ea9a83fcae0fecb220e74a9629b2 +size 52567 diff --git a/MTDDH/images/mtddh_dd0e4cfb_000093.png b/MTDDH/images/mtddh_dd0e4cfb_000093.png new file mode 100644 index 0000000000000000000000000000000000000000..6e03709391fb90e37faf03fa6b20c6b052db2fd5 --- /dev/null +++ b/MTDDH/images/mtddh_dd0e4cfb_000093.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2076eaff337b6bb0a3fe67518f368a6eccf96c624b0e6654477d5f7758c19603 +size 58599 diff --git a/MTDDH/images/mtddh_dd5c7c9e_000539.png b/MTDDH/images/mtddh_dd5c7c9e_000539.png new file mode 100644 index 0000000000000000000000000000000000000000..61e2a0c6502a3f3cf81d7156c29e0a3a83d9cc78 --- /dev/null +++ b/MTDDH/images/mtddh_dd5c7c9e_000539.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b82b4b31aff5ac48d9af1c33cc62c34e42600d0f30bcb207b4c0d79f2a11d5e2 +size 67900 diff --git a/MTDDH/images/mtddh_dd5f0fca_000316.png b/MTDDH/images/mtddh_dd5f0fca_000316.png new file mode 100644 index 0000000000000000000000000000000000000000..c3f97bb5a50d9872aecd00cc79da2ee4a7ce54c2 --- /dev/null +++ b/MTDDH/images/mtddh_dd5f0fca_000316.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aef03aa46b71cfb607b5a9908f36ad0adfa1fc257017de8c7b560ea8453f60e5 +size 52605 diff --git a/MTDDH/images/mtddh_dd771c5e_000279.png b/MTDDH/images/mtddh_dd771c5e_000279.png new file mode 100644 index 0000000000000000000000000000000000000000..f48b05cb5ca9a3c400d5e50a0310e2651cee549f --- /dev/null +++ b/MTDDH/images/mtddh_dd771c5e_000279.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f714486d179ad4abaf37057b2eec2fc559ab7b61e0d3663059b4eef7ea01961e +size 74556 diff --git a/MTDDH/images/mtddh_dd7a650d_000625.png b/MTDDH/images/mtddh_dd7a650d_000625.png new file mode 100644 index 0000000000000000000000000000000000000000..66b15f31be37efb25cd21881a25d7899f844e96f --- /dev/null +++ b/MTDDH/images/mtddh_dd7a650d_000625.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bfa921544646a67901d8ee9d15fa6ba3d8853de83d2dfdb5e94fb90c28228da +size 51666 diff --git a/MTDDH/images/mtddh_dd7f3025_000422.png b/MTDDH/images/mtddh_dd7f3025_000422.png new file mode 100644 index 0000000000000000000000000000000000000000..013821d3a85cc1e0aa793230b7293b50251c348f --- /dev/null +++ b/MTDDH/images/mtddh_dd7f3025_000422.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee99bc8717e9203a83a1f89df468367ab3b6635af82e2f0dcd0861cff8404dfc +size 42745 diff --git a/MTDDH/images/mtddh_dde94395_000133.png b/MTDDH/images/mtddh_dde94395_000133.png new file mode 100644 index 0000000000000000000000000000000000000000..ba8666f8e0a0595c3d4857bc0f809b175a8f4e6c --- /dev/null +++ b/MTDDH/images/mtddh_dde94395_000133.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:508628cc56bab3f84653c6ab9cef86c92011ea511c80e10d6da28056f05f6de7 +size 42901 diff --git a/MTDDH/images/mtddh_de42bb2b_000091.png b/MTDDH/images/mtddh_de42bb2b_000091.png new file mode 100644 index 0000000000000000000000000000000000000000..0629c8bd8f4b60f18d7f6afd03227b7375635315 --- /dev/null +++ b/MTDDH/images/mtddh_de42bb2b_000091.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f770a0144909df89c53e2bef778883ac0e5e209376554c4d2ae7fe21c56665a +size 74217 diff --git a/MTDDH/images/mtddh_deed1dc5_000122.png b/MTDDH/images/mtddh_deed1dc5_000122.png new file mode 100644 index 0000000000000000000000000000000000000000..571a2314f23205fc2747d2541ab73245de2bd97b --- /dev/null +++ b/MTDDH/images/mtddh_deed1dc5_000122.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4267ddeddaec96328a6b31cff0f66c60261db55b2e2cf178887d777cd2791da +size 52978 diff --git a/MTDDH/images/mtddh_df83ca85_000611.png b/MTDDH/images/mtddh_df83ca85_000611.png new file mode 100644 index 0000000000000000000000000000000000000000..d886561d23a58cd2222eb6dbbe543249574b3954 --- /dev/null +++ b/MTDDH/images/mtddh_df83ca85_000611.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27e48158a7e08bacff18b686e67a0586f2ef2042b5aeed3793ac9415432a9b1a +size 75820 diff --git a/MTDDH/images/mtddh_dfe2f8e4_000075.png b/MTDDH/images/mtddh_dfe2f8e4_000075.png new file mode 100644 index 0000000000000000000000000000000000000000..1716e544259fc5a56e9d23823e88f7b1ff860512 --- /dev/null +++ b/MTDDH/images/mtddh_dfe2f8e4_000075.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cea8b07a38a59582d79b349de3b7f92fe6cd5e962125940918eb69fbf906dc7 +size 57741 diff --git a/MTDDH/images/mtddh_e05f28c8_000648.png b/MTDDH/images/mtddh_e05f28c8_000648.png new file mode 100644 index 0000000000000000000000000000000000000000..4f95114f13c97dfdc7e73ca73f20c1610b63a842 --- /dev/null +++ b/MTDDH/images/mtddh_e05f28c8_000648.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a41efb2e02150f3cebc1c8db71acd842699eb536f5ebc716779116666103ab17 +size 43183 diff --git a/MTDDH/images/mtddh_e0bd7cbd_000282.png b/MTDDH/images/mtddh_e0bd7cbd_000282.png new file mode 100644 index 0000000000000000000000000000000000000000..c22b3d6d92a9a85399c5ec59c1add66ac267468b --- /dev/null +++ b/MTDDH/images/mtddh_e0bd7cbd_000282.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13d96afea5b3ad0130b5dcb7c8993c668312a7dfa3b7acb0dca658972f82d44c +size 73266 diff --git a/MTDDH/images/mtddh_e0bd7cbd_000283.png b/MTDDH/images/mtddh_e0bd7cbd_000283.png new file mode 100644 index 0000000000000000000000000000000000000000..80e2a231a2acd861dba9e1ef91a00e31716c8401 --- /dev/null +++ b/MTDDH/images/mtddh_e0bd7cbd_000283.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8107c4ba8c8a2e328aebdfa5743d98abb86efa2076a6d2576bb881cca2839a9 +size 67500 diff --git a/MTDDH/images/mtddh_e0c57958_000479.png b/MTDDH/images/mtddh_e0c57958_000479.png new file mode 100644 index 0000000000000000000000000000000000000000..e93c899a013abbdbf0aeac0a98f5347be71d1eed --- /dev/null +++ b/MTDDH/images/mtddh_e0c57958_000479.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e8d179569cd01c3f91cb8fd804dcc2f61e51142cb1759cdbc795c3b5f28a84e +size 56384 diff --git a/MTDDH/images/mtddh_e1113b6b_000672.png b/MTDDH/images/mtddh_e1113b6b_000672.png new file mode 100644 index 0000000000000000000000000000000000000000..f8f74f1ab4cd1beb0f57e37add8373f8b2790b02 --- /dev/null +++ b/MTDDH/images/mtddh_e1113b6b_000672.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0334f7c46c28dd81888c77b20a0a551811b8cccf5f0749b05206c37caab17bbe +size 58219 diff --git a/MTDDH/images/mtddh_e14dea2d_000532.png b/MTDDH/images/mtddh_e14dea2d_000532.png new file mode 100644 index 0000000000000000000000000000000000000000..980f0380214675549d7125ff27f494566126707f --- /dev/null +++ b/MTDDH/images/mtddh_e14dea2d_000532.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18357c612e1cf71a30db9009cb0b278d3769bd78d33dd0dd022a3f4678596d4c +size 51539 diff --git a/MTDDH/images/mtddh_e163a8a1_000728.png b/MTDDH/images/mtddh_e163a8a1_000728.png new file mode 100644 index 0000000000000000000000000000000000000000..e593f0f42f907ac7f91ea7b18220a9a666de97c1 --- /dev/null +++ b/MTDDH/images/mtddh_e163a8a1_000728.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d209853a830237ec70955b3da0c64d87df9f005d07c5253a4e0ad34ab22e1573 +size 50780 diff --git a/MTDDH/images/mtddh_e1700933_000423.png b/MTDDH/images/mtddh_e1700933_000423.png new file mode 100644 index 0000000000000000000000000000000000000000..38f1c9f56d06d3af016424a6aa55ad8c9fda9986 --- /dev/null +++ b/MTDDH/images/mtddh_e1700933_000423.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17be866653798e9257056f2e3503b0785a9d4f5c077db30ce78508d40530f7e7 +size 57459 diff --git a/MTDDH/images/mtddh_e1e8b013_000362.png b/MTDDH/images/mtddh_e1e8b013_000362.png new file mode 100644 index 0000000000000000000000000000000000000000..f2ae0ae32ab02c141a98c12a2aebdd7fe960ee22 --- /dev/null +++ b/MTDDH/images/mtddh_e1e8b013_000362.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e9a909a51016af6f38dda2f11bceb5927cb2e0afc934eb712b6460c6d80f883 +size 62712 diff --git a/MTDDH/images/mtddh_e1f01bdb_000727.png b/MTDDH/images/mtddh_e1f01bdb_000727.png new file mode 100644 index 0000000000000000000000000000000000000000..29c90f224fd7b221dda89cb0f889ca8e30450733 --- /dev/null +++ b/MTDDH/images/mtddh_e1f01bdb_000727.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62a64e18e6fcd81eac7f9088fd50b4cf876a3a1b8f182a06ac47046d61e93d88 +size 55739 diff --git a/MTDDH/images/mtddh_e22b6ebf_000317.png b/MTDDH/images/mtddh_e22b6ebf_000317.png new file mode 100644 index 0000000000000000000000000000000000000000..3569f75790f92b838494c97dcf3602df059f3588 --- /dev/null +++ b/MTDDH/images/mtddh_e22b6ebf_000317.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6b262e2462b915fe16382a7a2b3d0bb2f57d8a53340cd925879a0cd0454bef2 +size 46973 diff --git a/MTDDH/images/mtddh_e2bc90fd_000695.png b/MTDDH/images/mtddh_e2bc90fd_000695.png new file mode 100644 index 0000000000000000000000000000000000000000..6e3ce8d548415301deb4803aac2d270afde5d94c --- /dev/null +++ b/MTDDH/images/mtddh_e2bc90fd_000695.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08741968423a003cb255f962337633be5a7ce603512e884e0e0bd12727dddde0 +size 57707 diff --git a/MTDDH/images/mtddh_e2f7a083_000749.png b/MTDDH/images/mtddh_e2f7a083_000749.png new file mode 100644 index 0000000000000000000000000000000000000000..9939058daae534c614ca72794a76d76ad61b62ce --- /dev/null +++ b/MTDDH/images/mtddh_e2f7a083_000749.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9de6b3a799fe606a656c620f35875d4debf5378f0a30a8077661898195fe218b +size 63321 diff --git a/MTDDH/images/mtddh_e30f2b7a_000405.png b/MTDDH/images/mtddh_e30f2b7a_000405.png new file mode 100644 index 0000000000000000000000000000000000000000..a81a4aa5332bc7256ac4c02978148458fe99f242 --- /dev/null +++ b/MTDDH/images/mtddh_e30f2b7a_000405.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baf7d58b852b8aa40957fc3b1005ee8190d90f2e8e6f1efb4ad286736fb76daa +size 52586 diff --git a/MTDDH/images/mtddh_e382d29d_000154.png b/MTDDH/images/mtddh_e382d29d_000154.png new file mode 100644 index 0000000000000000000000000000000000000000..3b7a0505e13b9c95b81357fce350cba6528996c1 --- /dev/null +++ b/MTDDH/images/mtddh_e382d29d_000154.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b21f3425103bd69858296990182e05564a7e59c97a6635b0c5f4ef108271b684 +size 59472 diff --git a/MTDDH/images/mtddh_e38717bf_000717.png b/MTDDH/images/mtddh_e38717bf_000717.png new file mode 100644 index 0000000000000000000000000000000000000000..f226709e16b752aa1fccf2ddd57cfef76c140553 --- /dev/null +++ b/MTDDH/images/mtddh_e38717bf_000717.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aafcc4c126a3383ded375849b776dc36571ea44b5141e168bb1601f6c6528ab +size 45443 diff --git a/MTDDH/images/mtddh_e392b534_000168.png b/MTDDH/images/mtddh_e392b534_000168.png new file mode 100644 index 0000000000000000000000000000000000000000..5d1d7b3bdfa2aa9355370569a29294b236d7a89f --- /dev/null +++ b/MTDDH/images/mtddh_e392b534_000168.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7b11fc84e08bbd1cfb93790dc543822d1d80a1fb9be4489fcb210354189be25 +size 51415 diff --git a/MTDDH/images/mtddh_e3ecf853_000501.png b/MTDDH/images/mtddh_e3ecf853_000501.png new file mode 100644 index 0000000000000000000000000000000000000000..fa137f3dfc390f9f02a12ad8e04972d7bd277326 --- /dev/null +++ b/MTDDH/images/mtddh_e3ecf853_000501.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47bdaa8bc1e6399c316c3571c7e8deda8fd02040587f56a20ead8eef7207f26f +size 52119 diff --git a/MTDDH/images/mtddh_e4321c06_000502.png b/MTDDH/images/mtddh_e4321c06_000502.png new file mode 100644 index 0000000000000000000000000000000000000000..b21028de33e9ca0fd9e5fd8dc6a72beec29ed980 --- /dev/null +++ b/MTDDH/images/mtddh_e4321c06_000502.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52f223d831e3b8a4a076ff2e8c12b88ee609e792ae340d4970139e7557560b55 +size 49841 diff --git a/MTDDH/images/mtddh_e4c45f20_000258.png b/MTDDH/images/mtddh_e4c45f20_000258.png new file mode 100644 index 0000000000000000000000000000000000000000..d5d94b59ed83694100e9d72cae7af229e119a228 --- /dev/null +++ b/MTDDH/images/mtddh_e4c45f20_000258.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45dd0e5df5c23db456b0ef3884940e325e7517bc7f9b93fa7299b31f33437f78 +size 63237 diff --git a/MTDDH/images/mtddh_e5075e60_000618.png b/MTDDH/images/mtddh_e5075e60_000618.png new file mode 100644 index 0000000000000000000000000000000000000000..411aa683c1e14fa1ea112b494831754af2003a57 --- /dev/null +++ b/MTDDH/images/mtddh_e5075e60_000618.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:915b22f9f661e9f4fd999db3a36d7271feaca2c941f7e0794501b050b6c9a80d +size 70512 diff --git a/MTDDH/images/mtddh_e59e71a7_000480.png b/MTDDH/images/mtddh_e59e71a7_000480.png new file mode 100644 index 0000000000000000000000000000000000000000..c338d4b86e9eea515d43d67fb3a8cdecb85565d0 --- /dev/null +++ b/MTDDH/images/mtddh_e59e71a7_000480.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9913cc850cc2c8a5fa2e811757f5fbcd8434221da28e7c4bd0e59e0c1ec9f1e9 +size 83402 diff --git a/MTDDH/images/mtddh_e6d72b87_000144.png b/MTDDH/images/mtddh_e6d72b87_000144.png new file mode 100644 index 0000000000000000000000000000000000000000..071a02721497f29020d9879da2b1fb58dccd8c06 --- /dev/null +++ b/MTDDH/images/mtddh_e6d72b87_000144.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e631857550fd66ab943121a0b86de1ffd04e2bd5253955d64a83e79ec03bf2c7 +size 61206 diff --git a/MTDDH/images/mtddh_e7012d2e_000189.png b/MTDDH/images/mtddh_e7012d2e_000189.png new file mode 100644 index 0000000000000000000000000000000000000000..f8a178ae70cda70bdb714ac1d47417ef57b4c869 --- /dev/null +++ b/MTDDH/images/mtddh_e7012d2e_000189.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fcf8e0829f97da4a1377813a51c3104d58446640c8e353dbd4ffc68879b62aa +size 52889 diff --git a/MTDDH/images/mtddh_e714758d_000141.png b/MTDDH/images/mtddh_e714758d_000141.png new file mode 100644 index 0000000000000000000000000000000000000000..89e899dfc9a0017c97be90e7ca03365445fe2606 --- /dev/null +++ b/MTDDH/images/mtddh_e714758d_000141.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9fba64f54fb1304220543c1b01628b84f79564763b0c5474ca773341def5b8f +size 62276 diff --git a/MTDDH/images/mtddh_e72cd6ad_000424.png b/MTDDH/images/mtddh_e72cd6ad_000424.png new file mode 100644 index 0000000000000000000000000000000000000000..b7fdf0d9f40f06c332c1349b1936c10d4a6f36e0 --- /dev/null +++ b/MTDDH/images/mtddh_e72cd6ad_000424.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0e2074be044307826873a4b3a1f4760eb11916b28c48892724d0cb7b96f3ac2 +size 55356 diff --git a/MTDDH/images/mtddh_e73643f8_000825.png b/MTDDH/images/mtddh_e73643f8_000825.png new file mode 100644 index 0000000000000000000000000000000000000000..31aad34021b223900219d779944019054628e677 --- /dev/null +++ b/MTDDH/images/mtddh_e73643f8_000825.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b01b42ab7c5a886decc8f28e4b9a9f1943e29a9faa0423b35d22ebaba3f0106 +size 63986 diff --git a/MTDDH/images/mtddh_e78b7708_000241.png b/MTDDH/images/mtddh_e78b7708_000241.png new file mode 100644 index 0000000000000000000000000000000000000000..1c51d43f0ab0992f193350232e314bd97ec1b85b --- /dev/null +++ b/MTDDH/images/mtddh_e78b7708_000241.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2a4a18e9bc5e320de72fa9b9a7e3c48cde5a9bd81af982ef5497fb6bc61ef27 +size 54435 diff --git a/MTDDH/images/mtddh_e7be0eac_000670.png b/MTDDH/images/mtddh_e7be0eac_000670.png new file mode 100644 index 0000000000000000000000000000000000000000..8f014256a0e49f7d4c3367b0696a7356ad434799 --- /dev/null +++ b/MTDDH/images/mtddh_e7be0eac_000670.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93ba4b3ea9b56976e4da3d75ee996100eca978fb8069825a325142498c134aa7 +size 67817 diff --git a/MTDDH/images/mtddh_e828f0f6_000603.png b/MTDDH/images/mtddh_e828f0f6_000603.png new file mode 100644 index 0000000000000000000000000000000000000000..d5e32ffee9e8e8e47f4611c0369d755b59825819 --- /dev/null +++ b/MTDDH/images/mtddh_e828f0f6_000603.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a206f47e3545bf9f62befb10a50a9937343a39cc3a2e5d863a3bd22a383cd7ed +size 58882 diff --git a/MTDDH/images/mtddh_e829a34f_000851.png b/MTDDH/images/mtddh_e829a34f_000851.png new file mode 100644 index 0000000000000000000000000000000000000000..164858db3f3a0d2ef02da030c219fe4300474335 --- /dev/null +++ b/MTDDH/images/mtddh_e829a34f_000851.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffdd0643919fc5fc06663c8f342eb324dd704b009cb5dfc26e8663b7afd7c3fd +size 72938 diff --git a/MTDDH/images/mtddh_e84f0fb8_000699.png b/MTDDH/images/mtddh_e84f0fb8_000699.png new file mode 100644 index 0000000000000000000000000000000000000000..fe7a4881e2c0a11964223043e408f2e55586f69e --- /dev/null +++ b/MTDDH/images/mtddh_e84f0fb8_000699.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcf38c7be54a2a7a624a09f418591872e4982aeeab9e6a29777f63ed761ba41c +size 59885 diff --git a/MTDDH/images/mtddh_e879ed68_000553.png b/MTDDH/images/mtddh_e879ed68_000553.png new file mode 100644 index 0000000000000000000000000000000000000000..a704b4069f76e75e513d630c76077df362c80db2 --- /dev/null +++ b/MTDDH/images/mtddh_e879ed68_000553.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6adfea7b629855f3b465624bda6a37ef27a22ed254ae1d9928a62832dbd31b79 +size 50536 diff --git a/MTDDH/images/mtddh_e88e17eb_000018.png b/MTDDH/images/mtddh_e88e17eb_000018.png new file mode 100644 index 0000000000000000000000000000000000000000..6c60b9de19524fd512715fca9edca06e7a14b1e6 --- /dev/null +++ b/MTDDH/images/mtddh_e88e17eb_000018.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3a4d3d3c123c4386943afd96866d8475ddedebc19376998267a4040eb0cc275 +size 42822 diff --git a/MTDDH/images/mtddh_e8e9de52_000604.png b/MTDDH/images/mtddh_e8e9de52_000604.png new file mode 100644 index 0000000000000000000000000000000000000000..dd96e199245008cc9c660bdceb2dd7d54f5ddce7 --- /dev/null +++ b/MTDDH/images/mtddh_e8e9de52_000604.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:331ff3832ea05f51057ff20e566c95458acdf8189f1791ca888b88117c019e4e +size 40711 diff --git a/MTDDH/images/mtddh_e90459a3_000533.png b/MTDDH/images/mtddh_e90459a3_000533.png new file mode 100644 index 0000000000000000000000000000000000000000..b6cbbe734fd210acb3c3ffb5ad6f895e293f2f46 --- /dev/null +++ b/MTDDH/images/mtddh_e90459a3_000533.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bff0b7ba0f784447583b3dc6adc5c1f1aed541e33eb5eb3f526643acdb4bd56d +size 45127 diff --git a/MTDDH/images/mtddh_e9a19793_000001.png b/MTDDH/images/mtddh_e9a19793_000001.png new file mode 100644 index 0000000000000000000000000000000000000000..767cf14059af3a1d46ce3bd4b95c6dd5e51b0cb0 --- /dev/null +++ b/MTDDH/images/mtddh_e9a19793_000001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a739efc23345df2a09de1f81d7811c2eb6101e1ef5bc3d3d08bb6df6529c70e6 +size 63561 diff --git a/MTDDH/images/mtddh_e9ddab7d_000318.png b/MTDDH/images/mtddh_e9ddab7d_000318.png new file mode 100644 index 0000000000000000000000000000000000000000..49c3f5278c034441349976f87892e7f35a96950f --- /dev/null +++ b/MTDDH/images/mtddh_e9ddab7d_000318.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16322a6b5afdf301ab13c0bdc8bfd4a53bbbff911cf84a06fc85edda68f46198 +size 36064 diff --git a/MTDDH/images/mtddh_e9fd10e7_000449.png b/MTDDH/images/mtddh_e9fd10e7_000449.png new file mode 100644 index 0000000000000000000000000000000000000000..361c133b082dc32f91fab06c718e9edc83689562 --- /dev/null +++ b/MTDDH/images/mtddh_e9fd10e7_000449.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de8488fc1cea379c8516bb9796b19384f2905b19506cc7f5063a6ef5875194f2 +size 44769 diff --git a/MTDDH/images/mtddh_ea1a9d11_000626.png b/MTDDH/images/mtddh_ea1a9d11_000626.png new file mode 100644 index 0000000000000000000000000000000000000000..8d67363c155fe440039fb76898119c979b2e4c35 --- /dev/null +++ b/MTDDH/images/mtddh_ea1a9d11_000626.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcc89814c429e1cde7f390be058c8f7e87d6fefeb2bef2812d03c579192785cb +size 58162 diff --git a/MTDDH/images/mtddh_ea2f1361_000222.png b/MTDDH/images/mtddh_ea2f1361_000222.png new file mode 100644 index 0000000000000000000000000000000000000000..8ffceeee3157a49e48452fa271454c13a9953c37 --- /dev/null +++ b/MTDDH/images/mtddh_ea2f1361_000222.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d34709deb1a83a5f9672e8bb009c30a55d413ea46b3068ee16448344b021310 +size 66162 diff --git a/MTDDH/images/mtddh_ead38128_000503.png b/MTDDH/images/mtddh_ead38128_000503.png new file mode 100644 index 0000000000000000000000000000000000000000..62b725273ef57f592f351d380e608ec1e148444b --- /dev/null +++ b/MTDDH/images/mtddh_ead38128_000503.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcb2e9980ba3036b58716885a95e7fc13a21af1273dd46b95057d9b955318485 +size 48064 diff --git a/MTDDH/images/mtddh_eaee1faf_000243.png b/MTDDH/images/mtddh_eaee1faf_000243.png new file mode 100644 index 0000000000000000000000000000000000000000..281a49d04d2fe3922051d881b61fef2b6afd07e6 --- /dev/null +++ b/MTDDH/images/mtddh_eaee1faf_000243.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c51bcb654a5bf6d49b04923193e9dd7a7c42c8f50ead3af4123112df1f70648 +size 53064 diff --git a/MTDDH/images/mtddh_eaee6240_000319.png b/MTDDH/images/mtddh_eaee6240_000319.png new file mode 100644 index 0000000000000000000000000000000000000000..7caf99e4dc6cdfd35f6be3cedce6714705e68bb7 --- /dev/null +++ b/MTDDH/images/mtddh_eaee6240_000319.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00ba35396b83c360aa43740b5e0e706bb96e8480bd31b408c43d3233a30b51c7 +size 51126 diff --git a/MTDDH/images/mtddh_eb0b5e8f_000164.png b/MTDDH/images/mtddh_eb0b5e8f_000164.png new file mode 100644 index 0000000000000000000000000000000000000000..8f6e7e1086c8ea49403dc696a2cd69967d8276d3 --- /dev/null +++ b/MTDDH/images/mtddh_eb0b5e8f_000164.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1333df2a654fe35b4e98a4de99330af8cd24a1edd9c0fe9db0d8473fab6da18 +size 60954 diff --git a/MTDDH/images/mtddh_eb161336_000320.png b/MTDDH/images/mtddh_eb161336_000320.png new file mode 100644 index 0000000000000000000000000000000000000000..4ff61ef1a8aa761714b885a886118b992b7882ff --- /dev/null +++ b/MTDDH/images/mtddh_eb161336_000320.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1576620767c61f42cfdd4d7fbdc53fe0b46d7d2a9770607243c0ed62acde206e +size 48558 diff --git a/MTDDH/images/mtddh_eb5fa874_000704.png b/MTDDH/images/mtddh_eb5fa874_000704.png new file mode 100644 index 0000000000000000000000000000000000000000..b98e84e145215d125e48f7d7c13806b6aa9df528 --- /dev/null +++ b/MTDDH/images/mtddh_eb5fa874_000704.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fec7d88272fe55147e61b1b746a51d94b0f2584462c46565bf29bae9ce1f1227 +size 63281 diff --git a/MTDDH/images/mtddh_eb7c0649_000450.png b/MTDDH/images/mtddh_eb7c0649_000450.png new file mode 100644 index 0000000000000000000000000000000000000000..85bbc4ff1bd4a00cfd526e0fd76803f4e6bdb5f9 --- /dev/null +++ b/MTDDH/images/mtddh_eb7c0649_000450.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f447b7173200f1ac3e8588c23b4a4438ca219a8505db04027b87471137d71894 +size 56391 diff --git a/MTDDH/images/mtddh_eb88747b_000835.png b/MTDDH/images/mtddh_eb88747b_000835.png new file mode 100644 index 0000000000000000000000000000000000000000..9acc0f2300e7dd965e4cb91e936948e2277b786d --- /dev/null +++ b/MTDDH/images/mtddh_eb88747b_000835.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1409fd691d87944fec7158f7f2e977d7f14daa837ae7d18ef962d8a365ce9229 +size 57664 diff --git a/MTDDH/images/mtddh_ec37848a_000363.png b/MTDDH/images/mtddh_ec37848a_000363.png new file mode 100644 index 0000000000000000000000000000000000000000..f65e1edd4841bd4b5e8ff29d9184d3e22bc5e99c --- /dev/null +++ b/MTDDH/images/mtddh_ec37848a_000363.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a3af035c36c46e8fa0dd73bd3a0e078d278f8033b418da05d0f5f7fa941bffe +size 46316 diff --git a/MTDDH/images/mtddh_ec54a33e_000576.png b/MTDDH/images/mtddh_ec54a33e_000576.png new file mode 100644 index 0000000000000000000000000000000000000000..7b2649ef02e0fdabba2d3fbd3f437fb77c55f3d6 --- /dev/null +++ b/MTDDH/images/mtddh_ec54a33e_000576.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd58f3cef342a6a632fc7ec9b137e5e6a8c0e11ff8e9fab3f9001f3a9310fc95 +size 52545 diff --git a/MTDDH/images/mtddh_ec6d6c37_000592.png b/MTDDH/images/mtddh_ec6d6c37_000592.png new file mode 100644 index 0000000000000000000000000000000000000000..2ba04feaee1382dadb1f87f75aee63c5c31d693c --- /dev/null +++ b/MTDDH/images/mtddh_ec6d6c37_000592.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cdabf0e46089b017763742b167e1ce221e35e2d648200ce7ac6813de04bb216 +size 74872 diff --git a/MTDDH/images/mtddh_ec7865a5_000451.png b/MTDDH/images/mtddh_ec7865a5_000451.png new file mode 100644 index 0000000000000000000000000000000000000000..c5e2015916b94a2c49989acaeb8e095a87566b71 --- /dev/null +++ b/MTDDH/images/mtddh_ec7865a5_000451.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e9a28f3e3c655c4cd2f0a86cb5ccd52455706b6138a298df790d40860e0bffd +size 45395 diff --git a/MTDDH/images/mtddh_eda18543_000425.png b/MTDDH/images/mtddh_eda18543_000425.png new file mode 100644 index 0000000000000000000000000000000000000000..b9000eddb47a7bf648715f4340fbedd75ae5324d --- /dev/null +++ b/MTDDH/images/mtddh_eda18543_000425.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:920781224a8eb9831e3d9ef801b407118a594940dfa36c6d2cd47372e05714df +size 62869 diff --git a/MTDDH/images/mtddh_edaa2fef_000004.png b/MTDDH/images/mtddh_edaa2fef_000004.png new file mode 100644 index 0000000000000000000000000000000000000000..ac8ce4de73c989f71b23512bcfdcb8cc24251cb9 --- /dev/null +++ b/MTDDH/images/mtddh_edaa2fef_000004.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a12ab43854db619f409cf47a6b7f5f7061ebaa33902ecd80e7e8d62f0fbe1efb +size 53601 diff --git a/MTDDH/images/mtddh_ee1e7c92_000684.png b/MTDDH/images/mtddh_ee1e7c92_000684.png new file mode 100644 index 0000000000000000000000000000000000000000..29b9ca0f53abda49e65a016779f26d4d8da4ae1a --- /dev/null +++ b/MTDDH/images/mtddh_ee1e7c92_000684.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa8ebf1bfa5552d7725f5269bab819346e07b3c88cbaee8937e4955b01dda817 +size 62350 diff --git a/MTDDH/images/mtddh_eee3e390_000323.png b/MTDDH/images/mtddh_eee3e390_000323.png new file mode 100644 index 0000000000000000000000000000000000000000..7abe631140adcea56ff49827a990a06378bdf1d8 --- /dev/null +++ b/MTDDH/images/mtddh_eee3e390_000323.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6927ccb2e179818d2c8928dfe7dfc5c199e5549f29d5642d2bc755d03f627f6 +size 50541 diff --git a/MTDDH/images/mtddh_ef004979_000135.png b/MTDDH/images/mtddh_ef004979_000135.png new file mode 100644 index 0000000000000000000000000000000000000000..0991183d88d86f76a3644c92ff9b21c195c9a99d --- /dev/null +++ b/MTDDH/images/mtddh_ef004979_000135.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20e0ea85064f1434a6f1b1739853fcaa0394114848dcc460e5d57effe44dd7d8 +size 64362 diff --git a/MTDDH/images/mtddh_ef67fa00_000724.png b/MTDDH/images/mtddh_ef67fa00_000724.png new file mode 100644 index 0000000000000000000000000000000000000000..fefb8e5e08ca47678b6b2be2db9d56342a35e441 --- /dev/null +++ b/MTDDH/images/mtddh_ef67fa00_000724.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d3527a12fb8c66c33db7a8cbf578676bfd4e3c2831a5f4417d95f73f015cf41 +size 70598 diff --git a/MTDDH/images/mtddh_efa2f70a_000347.png b/MTDDH/images/mtddh_efa2f70a_000347.png new file mode 100644 index 0000000000000000000000000000000000000000..2302755f00d46bc34d897ed33507aef7d0f9a259 --- /dev/null +++ b/MTDDH/images/mtddh_efa2f70a_000347.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14735f711177524931ef9b228db50ec1bdd53381ed1c0fbbb5cce916c742bbad +size 64585 diff --git a/MTDDH/images/mtddh_efaf948b_000364.png b/MTDDH/images/mtddh_efaf948b_000364.png new file mode 100644 index 0000000000000000000000000000000000000000..a5cc05f971a401015967f9de11df6ada66f38f38 --- /dev/null +++ b/MTDDH/images/mtddh_efaf948b_000364.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99967988c79fde300a85d19999919f5b34846ee343dc99136ee04fb7faa2c324 +size 58439 diff --git a/MTDDH/images/mtddh_f05736c9_000365.png b/MTDDH/images/mtddh_f05736c9_000365.png new file mode 100644 index 0000000000000000000000000000000000000000..6d1b042bcd62775c949f8e0bfc1fc398951c7920 --- /dev/null +++ b/MTDDH/images/mtddh_f05736c9_000365.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:448577f8ae9af71099cc6758aedb722c398184499bd72152aea0b1c549aad82a +size 58814 diff --git a/MTDDH/images/mtddh_f0ab3efc_000481.png b/MTDDH/images/mtddh_f0ab3efc_000481.png new file mode 100644 index 0000000000000000000000000000000000000000..4e9b102f829b67d2a088a944298d0dfc971e04eb --- /dev/null +++ b/MTDDH/images/mtddh_f0ab3efc_000481.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:219e792e1710dc5e5752a6d48c11f65b9bae687f5d09b4a7993e1d159eb52a74 +size 67761 diff --git a/MTDDH/images/mtddh_f0b388f9_000678.png b/MTDDH/images/mtddh_f0b388f9_000678.png new file mode 100644 index 0000000000000000000000000000000000000000..da268ceb3919dada7d3d8dee7f3902221e8b2b88 --- /dev/null +++ b/MTDDH/images/mtddh_f0b388f9_000678.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9c0941c86e1bc5a2e2a7f8dd7734eb2cb969cbebfc02bbea5c9df70f409fcf4 +size 64535 diff --git a/MTDDH/images/mtddh_f0ef5904_000599.png b/MTDDH/images/mtddh_f0ef5904_000599.png new file mode 100644 index 0000000000000000000000000000000000000000..0ec634e7cd3bbaee85cb87fd4d9d66a0cc84a174 --- /dev/null +++ b/MTDDH/images/mtddh_f0ef5904_000599.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcde2fb2b72e16705208b801d3fa89e96d313880deb4a6c1bc2e242b209c1139 +size 61615 diff --git a/MTDDH/images/mtddh_f1b3c8ed_000504.png b/MTDDH/images/mtddh_f1b3c8ed_000504.png new file mode 100644 index 0000000000000000000000000000000000000000..872641711ebe1b5524aa243abff37d07401e9422 --- /dev/null +++ b/MTDDH/images/mtddh_f1b3c8ed_000504.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e152850880db94de44de9d875c472ad73b56e04caa8a8be92a817c5304708899 +size 56113 diff --git a/MTDDH/images/mtddh_f1cacc5c_000366.png b/MTDDH/images/mtddh_f1cacc5c_000366.png new file mode 100644 index 0000000000000000000000000000000000000000..33ca81f043ee055399e08edeb73de3b4e4a0a276 --- /dev/null +++ b/MTDDH/images/mtddh_f1cacc5c_000366.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b65997c673e627700d1629d8f699919403c1e8fccab4824cffaf3af6855c46b6 +size 65582 diff --git a/MTDDH/images/mtddh_f2152eb3_000452.png b/MTDDH/images/mtddh_f2152eb3_000452.png new file mode 100644 index 0000000000000000000000000000000000000000..92a3f3bbf52bd2725abb41bd69cfdb1775885bb6 --- /dev/null +++ b/MTDDH/images/mtddh_f2152eb3_000452.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1a323e645ac29b86c03ed66c6a325eb968beb346642294048e34c64a6f343e6 +size 65159 diff --git a/MTDDH/images/mtddh_f3359a2a_000453.png b/MTDDH/images/mtddh_f3359a2a_000453.png new file mode 100644 index 0000000000000000000000000000000000000000..38c0bd94192e88357eb06c66b1faa0ce0496d133 --- /dev/null +++ b/MTDDH/images/mtddh_f3359a2a_000453.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5baf825fe301717431c560b8d95a848d6ccecbacc4d7a14505edc1a8ccdb2653 +size 59125 diff --git a/MTDDH/images/mtddh_f33e99c1_000723.png b/MTDDH/images/mtddh_f33e99c1_000723.png new file mode 100644 index 0000000000000000000000000000000000000000..1c7d8ed1ba707a4f4a99f67f4b01cf9b13cdb27e --- /dev/null +++ b/MTDDH/images/mtddh_f33e99c1_000723.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b04c26caa5115b33d7d6fbb888ecdaf05b32fdc7361434a8d9f907f636111ae +size 61467 diff --git a/MTDDH/images/mtddh_f3429e16_000321.png b/MTDDH/images/mtddh_f3429e16_000321.png new file mode 100644 index 0000000000000000000000000000000000000000..0c212037c432f17600b6223d0b3a115240e785bf --- /dev/null +++ b/MTDDH/images/mtddh_f3429e16_000321.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50a2610deb0a7d4c6599532684d09b118035c0ac3e35190d1117e84afb9e158a +size 54156 diff --git a/MTDDH/images/mtddh_f35c1133_000600.png b/MTDDH/images/mtddh_f35c1133_000600.png new file mode 100644 index 0000000000000000000000000000000000000000..09ba5a3a6ae287775fa2ec93059b07dbd8adfb6d --- /dev/null +++ b/MTDDH/images/mtddh_f35c1133_000600.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4119e3684e3cc660d0dd659f897ddb5336e9479b45727a890e26f3510d05795d +size 58844 diff --git a/MTDDH/images/mtddh_f37e2294_000577.png b/MTDDH/images/mtddh_f37e2294_000577.png new file mode 100644 index 0000000000000000000000000000000000000000..34952bb7a72f151ba7dbf4653fd412cf984c4193 --- /dev/null +++ b/MTDDH/images/mtddh_f37e2294_000577.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8df1cc68931e4d8ba448bd615f22c50b3a0908f3b1d2688fea499de1af1cd9dc +size 52538 diff --git a/MTDDH/images/mtddh_f391c091_000406.png b/MTDDH/images/mtddh_f391c091_000406.png new file mode 100644 index 0000000000000000000000000000000000000000..5fa7b8d8cdbee5e6c485d8b84ace37e0eb03bde2 --- /dev/null +++ b/MTDDH/images/mtddh_f391c091_000406.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ae8a2c05f0644bb2812d9f424f6b6c706ae20a97ca8c5179118b1827c883f0e +size 70399 diff --git a/MTDDH/images/mtddh_f3b7335a_000367.png b/MTDDH/images/mtddh_f3b7335a_000367.png new file mode 100644 index 0000000000000000000000000000000000000000..8fde60782dc8a6c8880b4d85fd4800c908219f6d --- /dev/null +++ b/MTDDH/images/mtddh_f3b7335a_000367.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca271c1e84f1595245c157e39e4138eed7b5a26abb9c1e95beb0a3a18a5d63ba +size 51622 diff --git a/MTDDH/images/mtddh_f3befc86_000758.png b/MTDDH/images/mtddh_f3befc86_000758.png new file mode 100644 index 0000000000000000000000000000000000000000..404a7af11965e5d386d1dcbd4b4db1f254f21703 --- /dev/null +++ b/MTDDH/images/mtddh_f3befc86_000758.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f78baed86bea740e3876f1b069d3edd1929165db5ab13ba95c5867a6608c39d2 +size 37318 diff --git a/MTDDH/images/mtddh_f3c93ae3_000325.png b/MTDDH/images/mtddh_f3c93ae3_000325.png new file mode 100644 index 0000000000000000000000000000000000000000..b854ce3c79b87179699e117f8d00345c15fa8fdb --- /dev/null +++ b/MTDDH/images/mtddh_f3c93ae3_000325.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:107879957494a99fadfdc1166df77040f2a19f66d04bf617783d5a6ad21ab716 +size 49911 diff --git a/MTDDH/images/mtddh_f3e8f7f8_000766.png b/MTDDH/images/mtddh_f3e8f7f8_000766.png new file mode 100644 index 0000000000000000000000000000000000000000..e3873d6acf58013247b0f676cf06c41fb4f4bfa9 --- /dev/null +++ b/MTDDH/images/mtddh_f3e8f7f8_000766.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:069014cdad95ea1fb34fc44c9d14f705c0bddbed2eb2f7316d5748c115839977 +size 54322 diff --git a/MTDDH/images/mtddh_f4315a51_000250.png b/MTDDH/images/mtddh_f4315a51_000250.png new file mode 100644 index 0000000000000000000000000000000000000000..8206c9713ebe0a88557925299035f8454a133515 --- /dev/null +++ b/MTDDH/images/mtddh_f4315a51_000250.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:414476978b3322b5308239c34a1ad0c315ee728f3a4cb5f2e39b1fe81a8a62b1 +size 50528 diff --git a/MTDDH/images/mtddh_f45a6409_000023.png b/MTDDH/images/mtddh_f45a6409_000023.png new file mode 100644 index 0000000000000000000000000000000000000000..0ee5fb1dbf5c9b86a2290425eaa09a057c579cc4 --- /dev/null +++ b/MTDDH/images/mtddh_f45a6409_000023.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ac569aac9824a442d4b537868610ad27da52d5a93092e71668d250620692258 +size 68683 diff --git a/MTDDH/images/mtddh_f45f09aa_000750.png b/MTDDH/images/mtddh_f45f09aa_000750.png new file mode 100644 index 0000000000000000000000000000000000000000..a6c42807651e32a43b3837bf03ce0f68f583af45 --- /dev/null +++ b/MTDDH/images/mtddh_f45f09aa_000750.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:024b30b7458071d911375239b45634f696f435e0f8944683333f51054889c14c +size 58106 diff --git a/MTDDH/images/mtddh_f4de7543_000831.png b/MTDDH/images/mtddh_f4de7543_000831.png new file mode 100644 index 0000000000000000000000000000000000000000..b32ee737d6c8b1794f8c4752e7f0bcc711a9f1e0 --- /dev/null +++ b/MTDDH/images/mtddh_f4de7543_000831.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1b893ba7e3b3799564e80732de1ffde37c8c2f9b0ff78a4692ebbfb074107d4 +size 64331 diff --git a/MTDDH/images/mtddh_f4de7543_000832.png b/MTDDH/images/mtddh_f4de7543_000832.png new file mode 100644 index 0000000000000000000000000000000000000000..725211399e3d286eba0ff198d35f738b88cfe352 --- /dev/null +++ b/MTDDH/images/mtddh_f4de7543_000832.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63e785a457c7d5747a91136a4b6d41e7ff84271ed471570450756e60b0019451 +size 56971 diff --git a/MTDDH/images/mtddh_f55cc1e5_000619.png b/MTDDH/images/mtddh_f55cc1e5_000619.png new file mode 100644 index 0000000000000000000000000000000000000000..927ab4cfb210134f87e3e1abc079d5dea5b6bac0 --- /dev/null +++ b/MTDDH/images/mtddh_f55cc1e5_000619.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73cb67a810a84fe48bb9a3cea2d63b0efaee65ff223933d7c8083c07a50fa50f +size 61376 diff --git a/MTDDH/images/mtddh_f56b8afa_000628.png b/MTDDH/images/mtddh_f56b8afa_000628.png new file mode 100644 index 0000000000000000000000000000000000000000..935ac59f68249be548af032a3dd732523184ba31 --- /dev/null +++ b/MTDDH/images/mtddh_f56b8afa_000628.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0947cf71085e5aaf018830571f1ffbd782b3a568964134e5d240820ced9b52a2 +size 69052 diff --git a/MTDDH/images/mtddh_f5ce932e_000847.png b/MTDDH/images/mtddh_f5ce932e_000847.png new file mode 100644 index 0000000000000000000000000000000000000000..a796decc1cba4bf1bea20f13078feb90a2893f30 --- /dev/null +++ b/MTDDH/images/mtddh_f5ce932e_000847.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b10af639d77123d2d052ba447a82e1dc65f6d491994ef130689a82f5d1ff3b44 +size 55349 diff --git a/MTDDH/images/mtddh_f6029ba3_000601.png b/MTDDH/images/mtddh_f6029ba3_000601.png new file mode 100644 index 0000000000000000000000000000000000000000..f26f59b858b7d38af7d4574d789f8de852198d30 --- /dev/null +++ b/MTDDH/images/mtddh_f6029ba3_000601.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0c65923e6f1f34391947f887b0225d9b854019d22a192b96aa58916d73aadc2 +size 53818 diff --git a/MTDDH/images/mtddh_f60b4289_000815.png b/MTDDH/images/mtddh_f60b4289_000815.png new file mode 100644 index 0000000000000000000000000000000000000000..1623b1000737d384e094788867eb9da95bb0994f --- /dev/null +++ b/MTDDH/images/mtddh_f60b4289_000815.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c99d965897a3518f535929b6ba8bf962541a0952b552c180dd7bd29f55fce76 +size 53627 diff --git a/MTDDH/images/mtddh_f68ab7a6_000612.png b/MTDDH/images/mtddh_f68ab7a6_000612.png new file mode 100644 index 0000000000000000000000000000000000000000..7a573b2ab7be33f1759ae1fc16304e5832911c76 --- /dev/null +++ b/MTDDH/images/mtddh_f68ab7a6_000612.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dc583f338ed14f860856583334bb53efc674f37e8702da097e241bccbf6502a +size 59355 diff --git a/MTDDH/images/mtddh_f8c5b154_000407.png b/MTDDH/images/mtddh_f8c5b154_000407.png new file mode 100644 index 0000000000000000000000000000000000000000..d03b725ca887371ebfc070266c8abd324e4ff699 --- /dev/null +++ b/MTDDH/images/mtddh_f8c5b154_000407.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7f15409de62b9f20ffbf5ea0642f9d61a0e99454965ae9988c7cf59144b6ca7 +size 49786 diff --git a/MTDDH/images/mtddh_f8d609b5_000454.png b/MTDDH/images/mtddh_f8d609b5_000454.png new file mode 100644 index 0000000000000000000000000000000000000000..0e21bb01b712a8e354c577a6d6a4c97c8dabcad3 --- /dev/null +++ b/MTDDH/images/mtddh_f8d609b5_000454.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c03925c43f0e2e1f1f18486d4a82fda308dcf8f8179275daed7359734ede3b9 +size 52807 diff --git a/MTDDH/images/mtddh_f8f66674_000019.png b/MTDDH/images/mtddh_f8f66674_000019.png new file mode 100644 index 0000000000000000000000000000000000000000..94e07e508f643f7eb3533f5b9cd4b563b0e82014 --- /dev/null +++ b/MTDDH/images/mtddh_f8f66674_000019.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fac033ec3ab08ac236c0e6c42ad61713e991955f092666eb4c0fa10539925e40 +size 70302 diff --git a/MTDDH/images/mtddh_f93b87df_000540.png b/MTDDH/images/mtddh_f93b87df_000540.png new file mode 100644 index 0000000000000000000000000000000000000000..88c4cc231c9b7f6901dc666d215dae3894d3a4d6 --- /dev/null +++ b/MTDDH/images/mtddh_f93b87df_000540.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87f91a6f2579470f0e609a0660121c76d32de71f7b4a978116e97d62ff5884c2 +size 57668 diff --git a/MTDDH/images/mtddh_f93c9d97_000473.png b/MTDDH/images/mtddh_f93c9d97_000473.png new file mode 100644 index 0000000000000000000000000000000000000000..fd2e8e52277b76963ceb14dd6cdd31ccade05567 --- /dev/null +++ b/MTDDH/images/mtddh_f93c9d97_000473.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5682442290668541ba1b0d6af2294da26e08ac3efc65e71dabb0b5b90bbdb33f +size 58451 diff --git a/MTDDH/images/mtddh_f93e57f5_000007.png b/MTDDH/images/mtddh_f93e57f5_000007.png new file mode 100644 index 0000000000000000000000000000000000000000..3bc6474dfe2573f5b680fdb79bd93b9c3e8f6120 --- /dev/null +++ b/MTDDH/images/mtddh_f93e57f5_000007.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9f499b1b08a52cacf14b69de13ed36adfac9bb796eed95a29e636c15e2a34fc +size 54637 diff --git a/MTDDH/images/mtddh_f96caa60_000689.png b/MTDDH/images/mtddh_f96caa60_000689.png new file mode 100644 index 0000000000000000000000000000000000000000..cc23adcad4e212bd689b008e52d64123e87cd718 --- /dev/null +++ b/MTDDH/images/mtddh_f96caa60_000689.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d88705e8a5bc3123b53db063d0571d9f6e440f92b6dbd1c906a14c8d5965dbfc +size 62711 diff --git a/MTDDH/images/mtddh_f99f50dd_000554.png b/MTDDH/images/mtddh_f99f50dd_000554.png new file mode 100644 index 0000000000000000000000000000000000000000..d4c108749a1bfa99a60eb44fc042d31a95153e01 --- /dev/null +++ b/MTDDH/images/mtddh_f99f50dd_000554.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17542e09da4fb93f2e4a1af4ffbbbae2dee94af6f840b2273cf3bf8aa2435d21 +size 65265 diff --git a/MTDDH/images/mtddh_f9bfdf37_000740.png b/MTDDH/images/mtddh_f9bfdf37_000740.png new file mode 100644 index 0000000000000000000000000000000000000000..a4219bb18f149dbe9328b261879a3b34b5c1958a --- /dev/null +++ b/MTDDH/images/mtddh_f9bfdf37_000740.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f26ca3afe22b625b4bd5c12d7554f3c316e0e36a0079ea34e7249563c7afa08 +size 52929 diff --git a/MTDDH/images/mtddh_f9e1dc15_000119.png b/MTDDH/images/mtddh_f9e1dc15_000119.png new file mode 100644 index 0000000000000000000000000000000000000000..8627626d92628ab71abc42c876a18d41e5b5966a --- /dev/null +++ b/MTDDH/images/mtddh_f9e1dc15_000119.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83d15280bf6f97cfe3f04cb12efe8784b23c63beb3a737f1c9172c263ed4872a +size 64734 diff --git a/MTDDH/images/mtddh_f9f6be13_000011.png b/MTDDH/images/mtddh_f9f6be13_000011.png new file mode 100644 index 0000000000000000000000000000000000000000..8679dd42ba4b1f54b903e2a8f5b48be9b6160b5d --- /dev/null +++ b/MTDDH/images/mtddh_f9f6be13_000011.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d168f331241acc829524f327eac2f703c634a536c69a09fdb153d0fad5a4c0f +size 45083 diff --git a/MTDDH/images/mtddh_fa23e64e_000541.png b/MTDDH/images/mtddh_fa23e64e_000541.png new file mode 100644 index 0000000000000000000000000000000000000000..0bbfdacc8aaa4472971f1aa108d1f56880a83c2f --- /dev/null +++ b/MTDDH/images/mtddh_fa23e64e_000541.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d1e620d6ff04a1415ec39e29b60f8ae68abeedf2a3b9e5f6172e6cc13db30ae +size 57491 diff --git a/MTDDH/images/mtddh_fae963d8_000426.png b/MTDDH/images/mtddh_fae963d8_000426.png new file mode 100644 index 0000000000000000000000000000000000000000..3715b00a0b8a4b415a49e6d895095480a570f198 --- /dev/null +++ b/MTDDH/images/mtddh_fae963d8_000426.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dab1b28ae40bc73af1d117189998686f35ef448f46cceae200f33332a731f275 +size 50347 diff --git a/MTDDH/images/mtddh_fb33aed2_000249.png b/MTDDH/images/mtddh_fb33aed2_000249.png new file mode 100644 index 0000000000000000000000000000000000000000..124c38cf875675a86b4334373b164c61f91a3892 --- /dev/null +++ b/MTDDH/images/mtddh_fb33aed2_000249.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbe5b93b9bed1e67f2e155a9889c092410726b959ed52015ec2bb29ae5d00220 +size 60913 diff --git a/MTDDH/images/mtddh_fb5e5f18_000673.png b/MTDDH/images/mtddh_fb5e5f18_000673.png new file mode 100644 index 0000000000000000000000000000000000000000..f284d649be31469cc019d7fc9242100284efa748 --- /dev/null +++ b/MTDDH/images/mtddh_fb5e5f18_000673.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e58d89311da1b5d91730dc394886d9171486f8e70d05b6d68badbdb3b17b8588 +size 56785 diff --git a/MTDDH/images/mtddh_fb92eb0a_000169.png b/MTDDH/images/mtddh_fb92eb0a_000169.png new file mode 100644 index 0000000000000000000000000000000000000000..f3d022364a0324186c95ab1b971ace0ab34dcf7f --- /dev/null +++ b/MTDDH/images/mtddh_fb92eb0a_000169.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eceada07aa179474a15559bc0af880e1d165119533da809a37be4a442014fe4f +size 67128 diff --git a/MTDDH/images/mtddh_fbb0fc9b_000427.png b/MTDDH/images/mtddh_fbb0fc9b_000427.png new file mode 100644 index 0000000000000000000000000000000000000000..42a4901bf30dd08c7076fbfbdc3567417ef636b6 --- /dev/null +++ b/MTDDH/images/mtddh_fbb0fc9b_000427.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a52f5a556084854c9c3435ac5c0a9d9835e2ce223efae3d7c96749a23f3c4ce2 +size 50298 diff --git a/MTDDH/images/mtddh_fbdae91f_000690.png b/MTDDH/images/mtddh_fbdae91f_000690.png new file mode 100644 index 0000000000000000000000000000000000000000..1cc91e88d64f935904cb40cb43127b0a28d1d9a2 --- /dev/null +++ b/MTDDH/images/mtddh_fbdae91f_000690.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:166cc5a2865c9c0f33191e919f250132ecba94770ccc4378d72d5864fe5b4910 +size 62085 diff --git a/MTDDH/images/mtddh_fc017d07_000605.png b/MTDDH/images/mtddh_fc017d07_000605.png new file mode 100644 index 0000000000000000000000000000000000000000..159e411c7d9c4c288c28105e0d9c1edf4ae05043 --- /dev/null +++ b/MTDDH/images/mtddh_fc017d07_000605.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d3a9e5d8b83505571e1b6387cb20078cf443477048e4afd569fecdd53cd740e +size 46897 diff --git a/MTDDH/images/mtddh_fd045d84_000236.png b/MTDDH/images/mtddh_fd045d84_000236.png new file mode 100644 index 0000000000000000000000000000000000000000..581a003599b43bfc0a2c0ed6a862cc54a5ac81b4 --- /dev/null +++ b/MTDDH/images/mtddh_fd045d84_000236.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10fac29a3281e122146d2025c1bcc8b62c21130f180e1e6725f62d5938ae6b75 +size 45470 diff --git a/MTDDH/images/mtddh_fe1fda5f_000408.png b/MTDDH/images/mtddh_fe1fda5f_000408.png new file mode 100644 index 0000000000000000000000000000000000000000..f2cc9a18b1e5943ff132946ff4e175366ce45a9f --- /dev/null +++ b/MTDDH/images/mtddh_fe1fda5f_000408.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:468918cbac15feb384ee9f62f7c6b224e84f414ff537560082173ffb4d3abde8 +size 40142 diff --git a/MTDDH/images/mtddh_fe2ea2dc_000050.png b/MTDDH/images/mtddh_fe2ea2dc_000050.png new file mode 100644 index 0000000000000000000000000000000000000000..d9b487cab43f891e96a16295fc1b1d06ea2e5d91 --- /dev/null +++ b/MTDDH/images/mtddh_fe2ea2dc_000050.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3eb3c0b42dfecdc56cc8080c5b03ae7c1f2bfa32d8371683f4f1b79f1f066f1 +size 58879 diff --git a/MTDDH/images/mtddh_fe4178c3_000569.png b/MTDDH/images/mtddh_fe4178c3_000569.png new file mode 100644 index 0000000000000000000000000000000000000000..9d7fc70e3361732dfa40a436cf54c643da581210 --- /dev/null +++ b/MTDDH/images/mtddh_fe4178c3_000569.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ef05175b7d15e37e55088bb72ecd380c5be0238a68f41f2c9abf7377c4a7d14 +size 46715 diff --git a/MTDDH/images/mtddh_ff37111a_000578.png b/MTDDH/images/mtddh_ff37111a_000578.png new file mode 100644 index 0000000000000000000000000000000000000000..2a9a1c4a7fc6a6504eab0414e6d2ad8e39ac4dc5 --- /dev/null +++ b/MTDDH/images/mtddh_ff37111a_000578.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d3dd6f92bc8b5165123c331fa2344d012425f7306c9510018f10fe5c81ea7af +size 54836 diff --git a/MTDDH/images/mtddh_ff9ed8a6_000691.png b/MTDDH/images/mtddh_ff9ed8a6_000691.png new file mode 100644 index 0000000000000000000000000000000000000000..4d7e0496b2b0354738f3b768fd799de42bb10c8f --- /dev/null +++ b/MTDDH/images/mtddh_ff9ed8a6_000691.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec34034b1c59a757413002cd7ec0cf5c3d1e945545079ff5be89f4571b4e8ddf +size 63697 diff --git a/MTDDH/images/mtddh_fffcf548_000428.png b/MTDDH/images/mtddh_fffcf548_000428.png new file mode 100644 index 0000000000000000000000000000000000000000..e64fb2f77e9869959172e064585fbf79cd0eb0c8 --- /dev/null +++ b/MTDDH/images/mtddh_fffcf548_000428.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f27985c241fea7ea4f4c90988e6b2734e24df754855b6a647f02b485dfaf30e6 +size 54097 diff --git a/MTDDH/labels/mtddh_00124348_000768.npy b/MTDDH/labels/mtddh_00124348_000768.npy new file mode 100644 index 0000000000000000000000000000000000000000..2355ddc08364445c5d30b9c0b0a9a835d444f8df --- /dev/null +++ b/MTDDH/labels/mtddh_00124348_000768.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:132936c7e4ec80fcc303eadac46ab4ee5f549aa60145dc5a7ce59dd50680636c +size 393344 diff --git a/MTDDH/labels/mtddh_007aedbb_000593.npy b/MTDDH/labels/mtddh_007aedbb_000593.npy new file mode 100644 index 0000000000000000000000000000000000000000..b5590c110707a00c82d68335b22b3173c46782f2 --- /dev/null +++ b/MTDDH/labels/mtddh_007aedbb_000593.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa0e814e57f0f4c16024652abf1866433438809b82f77b9e88e055c88b962ef8 +size 393344 diff --git a/MTDDH/labels/mtddh_00cdf4a2_000429.npy b/MTDDH/labels/mtddh_00cdf4a2_000429.npy new file mode 100644 index 0000000000000000000000000000000000000000..3688ffae008f1473bc294c707c18d14f28067b76 --- /dev/null +++ b/MTDDH/labels/mtddh_00cdf4a2_000429.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d2f1ec824928311852031a98ed0d8f8d479e12bc8822bf45b534545ec97c71b +size 393344 diff --git a/MTDDH/labels/mtddh_0125091c_000152.npy b/MTDDH/labels/mtddh_0125091c_000152.npy new file mode 100644 index 0000000000000000000000000000000000000000..8f338ec3681b9af1db094dd2912e2ec0dc33dfe6 --- /dev/null +++ b/MTDDH/labels/mtddh_0125091c_000152.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ff600d6137843670f4158ea7e6d2e03592e312bb5eb57a377bea4a765d4490e +size 393344 diff --git a/MTDDH/labels/mtddh_0148c0b5_000280.npy b/MTDDH/labels/mtddh_0148c0b5_000280.npy new file mode 100644 index 0000000000000000000000000000000000000000..547be830bd6280c383aaf07e74449ffd2b740002 --- /dev/null +++ b/MTDDH/labels/mtddh_0148c0b5_000280.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5218a28c4c54ea75230c4bf814e7348818bca3933b1fede3c768b0fe80d8209f +size 393344 diff --git a/MTDDH/labels/mtddh_015baf52_000025.npy b/MTDDH/labels/mtddh_015baf52_000025.npy new file mode 100644 index 0000000000000000000000000000000000000000..eab3497b4c13401a62ad05d03f092bc3587792e5 --- /dev/null +++ b/MTDDH/labels/mtddh_015baf52_000025.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e1de15fe1771d1e45fb67a46511f31624d3f70109bcc04c20dda67b5cfce890 +size 393344 diff --git a/MTDDH/labels/mtddh_01782ec4_000801.npy b/MTDDH/labels/mtddh_01782ec4_000801.npy new file mode 100644 index 0000000000000000000000000000000000000000..f3504a9a65d2d70d020f8c9f51008b39d21d4215 --- /dev/null +++ b/MTDDH/labels/mtddh_01782ec4_000801.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fddc088c537f6aca1f1c44e722f2bbb31e12682178d973acb2909821b0f95dfc +size 393344 diff --git a/MTDDH/labels/mtddh_01f808db_000095.npy b/MTDDH/labels/mtddh_01f808db_000095.npy new file mode 100644 index 0000000000000000000000000000000000000000..e75348e7f36417b42b17244d31f7760d40df59a8 --- /dev/null +++ b/MTDDH/labels/mtddh_01f808db_000095.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1805ce4e3445a33184156ae11287e373aac060c931e4f9744c22e4a74e463231 +size 393344 diff --git a/MTDDH/labels/mtddh_028b23c8_000348.npy b/MTDDH/labels/mtddh_028b23c8_000348.npy new file mode 100644 index 0000000000000000000000000000000000000000..f7c1647d721df95f39803c95a732944fcf3fb1e9 --- /dev/null +++ b/MTDDH/labels/mtddh_028b23c8_000348.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bcbb33a2cc72473d6c6e32b93f038c824e78ccb9b42ddfe91d6d21ed54ca3b7 +size 393344 diff --git a/MTDDH/labels/mtddh_02e05929_000769.npy b/MTDDH/labels/mtddh_02e05929_000769.npy new file mode 100644 index 0000000000000000000000000000000000000000..2216b8c0bc2ca8a0231b9bd4457d03127f2b468a --- /dev/null +++ b/MTDDH/labels/mtddh_02e05929_000769.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:868ff08ad8292bcf04167d9601881d8537ff785b32cb30a53bc966c8b15562fd +size 393344 diff --git a/MTDDH/labels/mtddh_03673458_000505.npy b/MTDDH/labels/mtddh_03673458_000505.npy new file mode 100644 index 0000000000000000000000000000000000000000..3b51279f50053ef8bbb852a757e82556aea73cc4 --- /dev/null +++ b/MTDDH/labels/mtddh_03673458_000505.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a078796da20d09a4a2e2b4f38258411877efc9ab9cdfcbcf45987d73c91e7aaa +size 393344 diff --git a/MTDDH/labels/mtddh_043c4a38_000770.npy b/MTDDH/labels/mtddh_043c4a38_000770.npy new file mode 100644 index 0000000000000000000000000000000000000000..4b7c814c297703584b6655b6e8556b1202182f24 --- /dev/null +++ b/MTDDH/labels/mtddh_043c4a38_000770.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:842660afc018b4b3b21d8d0620323ea8f1f587883d41ea9b7de46e270f04cd35 +size 393344 diff --git a/MTDDH/labels/mtddh_0461839c_000741.npy b/MTDDH/labels/mtddh_0461839c_000741.npy new file mode 100644 index 0000000000000000000000000000000000000000..0758a9a205630703504bca98aa92021ff8401758 --- /dev/null +++ b/MTDDH/labels/mtddh_0461839c_000741.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c44bdbbf2ec5d0301704d09543d731944a4355546e72409c14cbcc394dbec73 +size 393344 diff --git a/MTDDH/labels/mtddh_049d0208_000261.npy b/MTDDH/labels/mtddh_049d0208_000261.npy new file mode 100644 index 0000000000000000000000000000000000000000..1c235051e88f59279a3557786210eb1b2290b707 --- /dev/null +++ b/MTDDH/labels/mtddh_049d0208_000261.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cd0e21b7b712063632d451cbdd7413b57069358aed674f2bbc3a21a5772c70d +size 393344 diff --git a/MTDDH/labels/mtddh_04d654f9_000764.npy b/MTDDH/labels/mtddh_04d654f9_000764.npy new file mode 100644 index 0000000000000000000000000000000000000000..f4eb499028684dd51626a0df90be73fc5d704ee9 --- /dev/null +++ b/MTDDH/labels/mtddh_04d654f9_000764.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d07edcb7a3277bdff857e10bf6d90b08639cd6889e4f6819496655c77edfa3c +size 393344 diff --git a/MTDDH/labels/mtddh_0554a964_000368.npy b/MTDDH/labels/mtddh_0554a964_000368.npy new file mode 100644 index 0000000000000000000000000000000000000000..628bc364344ba12c9e261fc07dd2b56eb3229aed --- /dev/null +++ b/MTDDH/labels/mtddh_0554a964_000368.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3af6642b408b478f5ae82a41cb254c3210629c5aaeaaaa583d6a15ee1a0f188 +size 393344 diff --git a/MTDDH/labels/mtddh_0577df7a_000849.npy b/MTDDH/labels/mtddh_0577df7a_000849.npy new file mode 100644 index 0000000000000000000000000000000000000000..e43d07da9c5d8cd9e7adf2aba7526a27b6af0027 --- /dev/null +++ b/MTDDH/labels/mtddh_0577df7a_000849.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d75335c4565835fcbb6eac206afca4d5c763894a256e3992086ab96f46f5991 +size 393344 diff --git a/MTDDH/labels/mtddh_0596411d_000246.npy b/MTDDH/labels/mtddh_0596411d_000246.npy new file mode 100644 index 0000000000000000000000000000000000000000..02aaf1a9c6c7a5a6641002472c8e455983050705 --- /dev/null +++ b/MTDDH/labels/mtddh_0596411d_000246.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a3f4bb3f9abb51c8608d8e52a5922426d4e11d5d892b81895f648b40d371e25 +size 393344 diff --git a/MTDDH/labels/mtddh_05ab2c2b_000178.npy b/MTDDH/labels/mtddh_05ab2c2b_000178.npy new file mode 100644 index 0000000000000000000000000000000000000000..9ff36f21a6ad5ccbb942c543d8b240039f66a678 --- /dev/null +++ b/MTDDH/labels/mtddh_05ab2c2b_000178.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32220dd314350be587a81e33abe24e0aecddcecadb21e97377e5b6c3d1ac5612 +size 393344 diff --git a/MTDDH/labels/mtddh_05f7ac8f_000036.npy b/MTDDH/labels/mtddh_05f7ac8f_000036.npy new file mode 100644 index 0000000000000000000000000000000000000000..f77e1851670895dc72445e3a415c5c3513ea023f --- /dev/null +++ b/MTDDH/labels/mtddh_05f7ac8f_000036.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d87e9fdaf36342f78b0b5dde0e953e297b095975ced0305152b116f7b7899e9 +size 393344 diff --git a/MTDDH/labels/mtddh_06255595_000326.npy b/MTDDH/labels/mtddh_06255595_000326.npy new file mode 100644 index 0000000000000000000000000000000000000000..3e8ec0b80ecb4866b8bf4010ddf9dcac4e8203f7 --- /dev/null +++ b/MTDDH/labels/mtddh_06255595_000326.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6456efe05ab2288568f1b8d5a9b791edb1ba37a36b758783c0f6152b9aa25e09 +size 393344 diff --git a/MTDDH/labels/mtddh_0635baea_000802.npy b/MTDDH/labels/mtddh_0635baea_000802.npy new file mode 100644 index 0000000000000000000000000000000000000000..a16b87da8758772e57d0415bc681264c27674ec8 --- /dev/null +++ b/MTDDH/labels/mtddh_0635baea_000802.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e1c66ec0242f6e28234e8b71f20725d1839d5f6e541f7e465d8ee80a9e8b3a9 +size 393344 diff --git a/MTDDH/labels/mtddh_06379117_000224.npy b/MTDDH/labels/mtddh_06379117_000224.npy new file mode 100644 index 0000000000000000000000000000000000000000..04e81057db97f144caa4fb0488f1d75a65d163da --- /dev/null +++ b/MTDDH/labels/mtddh_06379117_000224.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d59f1842ae495b9842b213b9390ac93ded9f0639ce30b8e9bf62ec81800e8a2 +size 393344 diff --git a/MTDDH/labels/mtddh_064f840c_000237.npy b/MTDDH/labels/mtddh_064f840c_000237.npy new file mode 100644 index 0000000000000000000000000000000000000000..f5850932ecd5d8ebf09ce40237b859c7a11cd2ed --- /dev/null +++ b/MTDDH/labels/mtddh_064f840c_000237.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d56f6e71af77fec34512777e42e5f3fc360b6f4f487f78de7f50d81d67411461 +size 393344 diff --git a/MTDDH/labels/mtddh_065e308a_000759.npy b/MTDDH/labels/mtddh_065e308a_000759.npy new file mode 100644 index 0000000000000000000000000000000000000000..6a76eaae2d4a3f53d69dc9c09940e84999d320c4 --- /dev/null +++ b/MTDDH/labels/mtddh_065e308a_000759.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90748efc01cd7d030449d110e874b2c9b3649cac702e977e09130637726d9986 +size 393344 diff --git a/MTDDH/labels/mtddh_06981e7a_000606.npy b/MTDDH/labels/mtddh_06981e7a_000606.npy new file mode 100644 index 0000000000000000000000000000000000000000..02d0a3f9f9ceb6ac8b84a758c760bb0df2e06c2b --- /dev/null +++ b/MTDDH/labels/mtddh_06981e7a_000606.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f80af34981096ff81b22507552792cb331018773a7920121af667f864a4da94 +size 393344 diff --git a/MTDDH/labels/mtddh_06c17c17_000148.npy b/MTDDH/labels/mtddh_06c17c17_000148.npy new file mode 100644 index 0000000000000000000000000000000000000000..e5e20933166c119686ef071d32032546d8b3ff6c --- /dev/null +++ b/MTDDH/labels/mtddh_06c17c17_000148.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e4dff171fda81b63d987683104edf865fb4bd6a835e3a45087f0a33d1fb42a3 +size 393344 diff --git a/MTDDH/labels/mtddh_06f91251_000228.npy b/MTDDH/labels/mtddh_06f91251_000228.npy new file mode 100644 index 0000000000000000000000000000000000000000..990a4a8bd6c0b9f709f67c92fd864c3dbcabe024 --- /dev/null +++ b/MTDDH/labels/mtddh_06f91251_000228.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ff59492fa1da29516751436d99e0e077d54362275fc754d29f904cd8ab49f39 +size 393344 diff --git a/MTDDH/labels/mtddh_070bb21f_000555.npy b/MTDDH/labels/mtddh_070bb21f_000555.npy new file mode 100644 index 0000000000000000000000000000000000000000..8951bec0ed110b46da2107d2ee1356e87dfa0a79 --- /dev/null +++ b/MTDDH/labels/mtddh_070bb21f_000555.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96ab03588e6de67a8e0aec00687bb234bcffb277d78d08752574c9ac83e9f766 +size 393344 diff --git a/MTDDH/labels/mtddh_0737e301_000813.npy b/MTDDH/labels/mtddh_0737e301_000813.npy new file mode 100644 index 0000000000000000000000000000000000000000..ae239c7651758a48f524d69882fd2a3ef2bd254d --- /dev/null +++ b/MTDDH/labels/mtddh_0737e301_000813.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2c4643342c5364258eb853b9e37d3c1e125724bf43f9ec3c027434e652bf9bd +size 393344 diff --git a/MTDDH/labels/mtddh_097c7a41_000771.npy b/MTDDH/labels/mtddh_097c7a41_000771.npy new file mode 100644 index 0000000000000000000000000000000000000000..1cc6110d7d64b6ce53bc64b0bf3598b02aee808e --- /dev/null +++ b/MTDDH/labels/mtddh_097c7a41_000771.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9d4d3bb058181c8af2d4f8dfc5ab57295b07e52a38ba165ccf0e0ef6f081a30 +size 393344 diff --git a/MTDDH/labels/mtddh_09c16aa6_000826.npy b/MTDDH/labels/mtddh_09c16aa6_000826.npy new file mode 100644 index 0000000000000000000000000000000000000000..56fcc5f35558e3a95a9cb72f689f72679701fb3f --- /dev/null +++ b/MTDDH/labels/mtddh_09c16aa6_000826.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cee6642af90782db1ba7d41e12186d789176ea08ce30b44bedf4a2bb0a2e2b1 +size 393344 diff --git a/MTDDH/labels/mtddh_0a1b39a6_000369.npy b/MTDDH/labels/mtddh_0a1b39a6_000369.npy new file mode 100644 index 0000000000000000000000000000000000000000..6ebbfd408bbd3c76f94effd908ed88441519dd5f --- /dev/null +++ b/MTDDH/labels/mtddh_0a1b39a6_000369.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45721b942abf5207966efd7f04e278ffe607a3b21a69765166329722c02ad1ae +size 393344 diff --git a/MTDDH/labels/mtddh_0a33008e_000482.npy b/MTDDH/labels/mtddh_0a33008e_000482.npy new file mode 100644 index 0000000000000000000000000000000000000000..0cbab77986c2f4d6fe18e7d1aa1ebe79c76527eb --- /dev/null +++ b/MTDDH/labels/mtddh_0a33008e_000482.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a7bc8613099f7ccd6386543269be410d9924c9eb8475f8a5f25f31af3a293e6 +size 393344 diff --git a/MTDDH/labels/mtddh_0b18d258_000370.npy b/MTDDH/labels/mtddh_0b18d258_000370.npy new file mode 100644 index 0000000000000000000000000000000000000000..3fd3f5f4b348d128d119f88a153dc2321626afe5 --- /dev/null +++ b/MTDDH/labels/mtddh_0b18d258_000370.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f020588b27045b922ab84da53000d2b06a1ad5aefdd2f843c09fa4a4c23efd5 +size 393344 diff --git a/MTDDH/labels/mtddh_0b3e7de8_000371.npy b/MTDDH/labels/mtddh_0b3e7de8_000371.npy new file mode 100644 index 0000000000000000000000000000000000000000..1b0cb9faffb6110e0e4b01b9f94b1a9ff53b195c --- /dev/null +++ b/MTDDH/labels/mtddh_0b3e7de8_000371.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87423b39f0d05e396d47c38fe007289b2b4072810b4f7a79011b3795ec55aba6 +size 393344 diff --git a/MTDDH/labels/mtddh_0b7d21a1_000816.npy b/MTDDH/labels/mtddh_0b7d21a1_000816.npy new file mode 100644 index 0000000000000000000000000000000000000000..a4bb44dda1bdfc3d37a0127fb617e406221aad98 --- /dev/null +++ b/MTDDH/labels/mtddh_0b7d21a1_000816.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbcbc22185bd429025dd805cc0cb8c65bb063d152ed361918e41ab42b5b92838 +size 393344 diff --git a/MTDDH/labels/mtddh_0c674fa7_000430.npy b/MTDDH/labels/mtddh_0c674fa7_000430.npy new file mode 100644 index 0000000000000000000000000000000000000000..d85664c220fb008d8049ddab145368ee48905d63 --- /dev/null +++ b/MTDDH/labels/mtddh_0c674fa7_000430.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8b9685dbac827b0424e4c2b7d015c5d6bff11a3b9b59ea39f756fcd0315ccc6 +size 393344 diff --git a/MTDDH/labels/mtddh_0d2ccd96_000744.npy b/MTDDH/labels/mtddh_0d2ccd96_000744.npy new file mode 100644 index 0000000000000000000000000000000000000000..affa2e259115e44400af17a763a477822560eafb --- /dev/null +++ b/MTDDH/labels/mtddh_0d2ccd96_000744.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcaf7f857d93c02654769901f8c33d3b17c505eeda7623e1972165c481751cde +size 393344 diff --git a/MTDDH/labels/mtddh_0d8ca9fa_000324.npy b/MTDDH/labels/mtddh_0d8ca9fa_000324.npy new file mode 100644 index 0000000000000000000000000000000000000000..cb1922854ba4f0d053355e85e4efb77490687679 --- /dev/null +++ b/MTDDH/labels/mtddh_0d8ca9fa_000324.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caddfc8b185d308e7772cf9c4bc194f9320f13d2a138612d97606540eb438580 +size 393344 diff --git a/MTDDH/labels/mtddh_0e030d4e_000506.npy b/MTDDH/labels/mtddh_0e030d4e_000506.npy new file mode 100644 index 0000000000000000000000000000000000000000..c8cab0032ffabe18b7d9c6e525904e3a3a63893e --- /dev/null +++ b/MTDDH/labels/mtddh_0e030d4e_000506.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62e61d4894dc0e1f66d50dfaa47137c8efd9fe85c3390ba21fa28dbc85dc6daf +size 393344 diff --git a/MTDDH/labels/mtddh_0e135fe5_000772.npy b/MTDDH/labels/mtddh_0e135fe5_000772.npy new file mode 100644 index 0000000000000000000000000000000000000000..827e3ed6fb6ffc06dfd45cccd4f6176670cf2fa5 --- /dev/null +++ b/MTDDH/labels/mtddh_0e135fe5_000772.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e32e14449377f02da6bc4dddeabdc90a5ba77c432a42bc29f8efe39fb0cfb95 +size 393344 diff --git a/MTDDH/labels/mtddh_0e6645d2_000773.npy b/MTDDH/labels/mtddh_0e6645d2_000773.npy new file mode 100644 index 0000000000000000000000000000000000000000..cd07fcbc94e7f202b7e3e37d302223ae6a8490ce --- /dev/null +++ b/MTDDH/labels/mtddh_0e6645d2_000773.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e66b1e28004498ac825e308cd72f8328c6991276bc6f15a9e59bb3bfe33f7bbc +size 393344 diff --git a/MTDDH/labels/mtddh_0ecbe79a_000774.npy b/MTDDH/labels/mtddh_0ecbe79a_000774.npy new file mode 100644 index 0000000000000000000000000000000000000000..613ef1563bb113cb9f2c2653ac2e8cdfef4e4783 --- /dev/null +++ b/MTDDH/labels/mtddh_0ecbe79a_000774.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebf686398deeb30c836337cce0a617adfc32c7841b226e2b4e646d7f1d824439 +size 393344 diff --git a/MTDDH/labels/mtddh_0f051acf_000775.npy b/MTDDH/labels/mtddh_0f051acf_000775.npy new file mode 100644 index 0000000000000000000000000000000000000000..9577e92d1ea9abf7598d56537991029dd1a00716 --- /dev/null +++ b/MTDDH/labels/mtddh_0f051acf_000775.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d671d392a7870310d3d724ffe1df86316ef0ac5642b1e3fe840a572d0a7aeade +size 393344 diff --git a/MTDDH/labels/mtddh_0f2aa10d_000455.npy b/MTDDH/labels/mtddh_0f2aa10d_000455.npy new file mode 100644 index 0000000000000000000000000000000000000000..99b3009e8e1ca91a399a98bcc5592440f6e0e66a --- /dev/null +++ b/MTDDH/labels/mtddh_0f2aa10d_000455.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c67f4ff659d4c4c4687e9b185db36a9caf0607b56846dc37f7938ee6daa0fe98 +size 393344 diff --git a/MTDDH/labels/mtddh_0f3482ea_000008.npy b/MTDDH/labels/mtddh_0f3482ea_000008.npy new file mode 100644 index 0000000000000000000000000000000000000000..65e195e8b6cb7012f35f37d525a5c01d9d622077 --- /dev/null +++ b/MTDDH/labels/mtddh_0f3482ea_000008.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bb3e876e2e928628507b77d67ed7b1125ac622e2d5c0a1f81afe7e684389948 +size 393344 diff --git a/MTDDH/labels/mtddh_0fb4a926_000776.npy b/MTDDH/labels/mtddh_0fb4a926_000776.npy new file mode 100644 index 0000000000000000000000000000000000000000..c2ed86d5ba630c20fdb5317fe55a610c7a1b1647 --- /dev/null +++ b/MTDDH/labels/mtddh_0fb4a926_000776.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad38e2ef18d55014a866d6e2a8e578e85f60ad786984e97f8cf08705fe6def00 +size 393344 diff --git a/MTDDH/labels/mtddh_0fb721c2_000034.npy b/MTDDH/labels/mtddh_0fb721c2_000034.npy new file mode 100644 index 0000000000000000000000000000000000000000..94ffb1df668f4a71c0d7347b2e02aa91b92dd248 --- /dev/null +++ b/MTDDH/labels/mtddh_0fb721c2_000034.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0da459476235403ce918ef63051b4c57f7afd5bd79721606c5007aea7f144d89 +size 393344 diff --git a/MTDDH/labels/mtddh_1018511d_000507.npy b/MTDDH/labels/mtddh_1018511d_000507.npy new file mode 100644 index 0000000000000000000000000000000000000000..0457bb74c7b191ed800cda5f54465ee6323b52d1 --- /dev/null +++ b/MTDDH/labels/mtddh_1018511d_000507.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e1abcbc8d5c3b2643d2e584fff6a5717a36ae8640bc4d191fa1315a75452af6 +size 393344 diff --git a/MTDDH/labels/mtddh_106e2c50_000020.npy b/MTDDH/labels/mtddh_106e2c50_000020.npy new file mode 100644 index 0000000000000000000000000000000000000000..99ff1da9f5cd8d8ddf877b979dfa44fdabbfa097 --- /dev/null +++ b/MTDDH/labels/mtddh_106e2c50_000020.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03ee62ea099823dcad91a73f7f012b26473d188524f3593df8c9f2734028eb0c +size 393344 diff --git a/MTDDH/labels/mtddh_1131e15b_000579.npy b/MTDDH/labels/mtddh_1131e15b_000579.npy new file mode 100644 index 0000000000000000000000000000000000000000..3618c1f16d800e626ce5af93064fe0dcb2f28b5d --- /dev/null +++ b/MTDDH/labels/mtddh_1131e15b_000579.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:682654e8f5cc823209b1063357905034ab609f3eded6266d666f41d2c7c90093 +size 393344 diff --git a/MTDDH/labels/mtddh_11ae1e28_000806.npy b/MTDDH/labels/mtddh_11ae1e28_000806.npy new file mode 100644 index 0000000000000000000000000000000000000000..504f156986c02babe534cb38b0ecb7d852946202 --- /dev/null +++ b/MTDDH/labels/mtddh_11ae1e28_000806.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8f2558de921940cef88b48217177198c9d949b530dac078230440c7ccbfc6a6 +size 393344 diff --git a/MTDDH/labels/mtddh_11df0d36_000005.npy b/MTDDH/labels/mtddh_11df0d36_000005.npy new file mode 100644 index 0000000000000000000000000000000000000000..78da759d3bc8327c3166712420bb466822e5cc70 --- /dev/null +++ b/MTDDH/labels/mtddh_11df0d36_000005.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15cd3e7ead1984dcf0ed819c508445c271c7a1897e1b79a5ef71383a20898b27 +size 393344 diff --git a/MTDDH/labels/mtddh_11fbe849_000456.npy b/MTDDH/labels/mtddh_11fbe849_000456.npy new file mode 100644 index 0000000000000000000000000000000000000000..37c6d12169855c15752b6b1153e03fd55e81a957 --- /dev/null +++ b/MTDDH/labels/mtddh_11fbe849_000456.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06bafce2bf3fd3ecc3830dbbcc0decb9c43c71c85ffa7173e1727eff0e47dc30 +size 393344 diff --git a/MTDDH/labels/mtddh_12240dcd_000076.npy b/MTDDH/labels/mtddh_12240dcd_000076.npy new file mode 100644 index 0000000000000000000000000000000000000000..efa00eb3b2850909f956c71b3550e0cd55e3a810 --- /dev/null +++ b/MTDDH/labels/mtddh_12240dcd_000076.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d451d02bad117c9c3e699d46ce5a3812f95545ad4c8e7937d21de9ffa4807b20 +size 393344 diff --git a/MTDDH/labels/mtddh_1265abfc_000751.npy b/MTDDH/labels/mtddh_1265abfc_000751.npy new file mode 100644 index 0000000000000000000000000000000000000000..cfaa656e9a70b1f035b36a142aa51d7f4154c56c --- /dev/null +++ b/MTDDH/labels/mtddh_1265abfc_000751.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faed5dbdb36f9bcf179a3e0cca21ba48ce8572d133d962cfc2fec18f93100c2b +size 393344 diff --git a/MTDDH/labels/mtddh_12ec7ffa_000643.npy b/MTDDH/labels/mtddh_12ec7ffa_000643.npy new file mode 100644 index 0000000000000000000000000000000000000000..e1789d63987cc680cd402161387f3071fa9c9884 --- /dev/null +++ b/MTDDH/labels/mtddh_12ec7ffa_000643.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:712d6c228b8724dd7424296cad72b455f35e85d70018645b12c8c3f5eb65cd92 +size 393344 diff --git a/MTDDH/labels/mtddh_12edac0f_000843.npy b/MTDDH/labels/mtddh_12edac0f_000843.npy new file mode 100644 index 0000000000000000000000000000000000000000..3ff8f14dacdf542a803f535bb7ad62242ce6511b --- /dev/null +++ b/MTDDH/labels/mtddh_12edac0f_000843.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a1de166834e9d66c4beea75b1a2e16ca62d517e0f467c45ec37542732f07cc5 +size 393344 diff --git a/MTDDH/labels/mtddh_134e61a5_000580.npy b/MTDDH/labels/mtddh_134e61a5_000580.npy new file mode 100644 index 0000000000000000000000000000000000000000..9cc3ce718319b024e91214265a97b85ebf63a2f2 --- /dev/null +++ b/MTDDH/labels/mtddh_134e61a5_000580.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71e24b3ee46ff708eaf8d3140bac74180154ad4a38b9202d2e98e8751f5e69b8 +size 393344 diff --git a/MTDDH/labels/mtddh_1381d018_000854.npy b/MTDDH/labels/mtddh_1381d018_000854.npy new file mode 100644 index 0000000000000000000000000000000000000000..57f7043e85c258004c8ffdda3b6148e2134a32e8 --- /dev/null +++ b/MTDDH/labels/mtddh_1381d018_000854.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b708c7b364e33ddbd8305fc2b6951bbdeb01dd8a0bda66108e3b1cc40fb45d9 +size 393344 diff --git a/MTDDH/labels/mtddh_14ef7a49_000542.npy b/MTDDH/labels/mtddh_14ef7a49_000542.npy new file mode 100644 index 0000000000000000000000000000000000000000..848fc2a81e7d854ccdc3d345ba5f16d7af6de914 --- /dev/null +++ b/MTDDH/labels/mtddh_14ef7a49_000542.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81ce7f4799a5ac063234f4813edca65ea037808b89394576940001e09e23ea4e +size 393344 diff --git a/MTDDH/labels/mtddh_150a5599_000508.npy b/MTDDH/labels/mtddh_150a5599_000508.npy new file mode 100644 index 0000000000000000000000000000000000000000..e1caf9193c6a533fd418e965769a034689cf0f20 --- /dev/null +++ b/MTDDH/labels/mtddh_150a5599_000508.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:204647e8dd26a2efb3397b5610ffe1ecabef71fa0e29ab926ccc85d050a57f36 +size 393344 diff --git a/MTDDH/labels/mtddh_15335cfa_000509.npy b/MTDDH/labels/mtddh_15335cfa_000509.npy new file mode 100644 index 0000000000000000000000000000000000000000..b99a06e6a069040ca2b45851a35c5ae682fbd1db --- /dev/null +++ b/MTDDH/labels/mtddh_15335cfa_000509.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb5e341b22453d17b7ece868ea1649b9d271862299e579f086441e829a558262 +size 393344 diff --git a/MTDDH/labels/mtddh_160603f3_000127.npy b/MTDDH/labels/mtddh_160603f3_000127.npy new file mode 100644 index 0000000000000000000000000000000000000000..de90fc61ecd980107e5952deaf5e4213c6f249dc --- /dev/null +++ b/MTDDH/labels/mtddh_160603f3_000127.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a151cfd9e60c798fd56754f2f94b9f3aa161b928e2236cfd51227544109fa5e6 +size 393344 diff --git a/MTDDH/labels/mtddh_1656c54a_000483.npy b/MTDDH/labels/mtddh_1656c54a_000483.npy new file mode 100644 index 0000000000000000000000000000000000000000..bfbbca3edfa1091893dea6b1ae92cba38d6651dd --- /dev/null +++ b/MTDDH/labels/mtddh_1656c54a_000483.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1134d0af2ba3e0269c4855b19995f546c12ab2490b65d0902dbc22ba765eb76 +size 393344 diff --git a/MTDDH/labels/mtddh_167f23c0_000645.npy b/MTDDH/labels/mtddh_167f23c0_000645.npy new file mode 100644 index 0000000000000000000000000000000000000000..70650b24f85f84aabd44910d743b4b00b51251a0 --- /dev/null +++ b/MTDDH/labels/mtddh_167f23c0_000645.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d21f0a1c822d846de7f07cf68bbcc1f920684017ce83d1245dc9ab1a3060f21b +size 393344 diff --git a/MTDDH/labels/mtddh_16ba464d_000821.npy b/MTDDH/labels/mtddh_16ba464d_000821.npy new file mode 100644 index 0000000000000000000000000000000000000000..8906aa8438e5e227fca97adfc9c5e78a30aa44d0 --- /dev/null +++ b/MTDDH/labels/mtddh_16ba464d_000821.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:019e3a8095bacad1b45ad5a4a43d482993ba1911577005be48fe71f7a65d977c +size 393344 diff --git a/MTDDH/labels/mtddh_174243e5_000784.npy b/MTDDH/labels/mtddh_174243e5_000784.npy new file mode 100644 index 0000000000000000000000000000000000000000..399e08cf163b9cdf6899d026ff8b7b33de08fdad --- /dev/null +++ b/MTDDH/labels/mtddh_174243e5_000784.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e7837c840ee2242ded0fae416f12debde480761421181884b594738b09c3c67 +size 393344 diff --git a/MTDDH/labels/mtddh_176c9135_000262.npy b/MTDDH/labels/mtddh_176c9135_000262.npy new file mode 100644 index 0000000000000000000000000000000000000000..50dea259dd13faa9a2dc7a3d7cb178bde967c4a1 --- /dev/null +++ b/MTDDH/labels/mtddh_176c9135_000262.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6dc9558c9344093bdb8b94f95825d8d55400d00d73e3c376e53d3cb24d49aca +size 393344 diff --git a/MTDDH/labels/mtddh_17bd2c20_000752.npy b/MTDDH/labels/mtddh_17bd2c20_000752.npy new file mode 100644 index 0000000000000000000000000000000000000000..5a4f71cee4e4cf6370544bfc2324dd19b2d551ea --- /dev/null +++ b/MTDDH/labels/mtddh_17bd2c20_000752.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3a53aec7002c3c7d5b51871fd5892e2adb863e05f0e1f181a52b60bfc20a341 +size 393344 diff --git a/MTDDH/labels/mtddh_17c1b130_000735.npy b/MTDDH/labels/mtddh_17c1b130_000735.npy new file mode 100644 index 0000000000000000000000000000000000000000..ae191c48f0a64db3aa98811ebbf8a907c11300ca --- /dev/null +++ b/MTDDH/labels/mtddh_17c1b130_000735.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cb91c2d8f98be4382836a0d0cbafa651a26edc955af7e90d77f85b9f7f2ebf3 +size 393344 diff --git a/MTDDH/labels/mtddh_17fc55d4_000195.npy b/MTDDH/labels/mtddh_17fc55d4_000195.npy new file mode 100644 index 0000000000000000000000000000000000000000..ee3c95d3e07d67892df02986cc85d12501521963 --- /dev/null +++ b/MTDDH/labels/mtddh_17fc55d4_000195.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b51e29e90ca9b0223ebf27b42a596d64831a25499c04a2ed02ce9a276eed21b +size 393344 diff --git a/MTDDH/labels/mtddh_186700c5_000071.npy b/MTDDH/labels/mtddh_186700c5_000071.npy new file mode 100644 index 0000000000000000000000000000000000000000..27a7534e9b9fe0c13c75ca9a63e827d6dfc2f7c3 --- /dev/null +++ b/MTDDH/labels/mtddh_186700c5_000071.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2e60b85b373bf18a7aac1f3ba5fa062b59d3e6bf1f10a84b84c4692904b816c +size 393344 diff --git a/MTDDH/labels/mtddh_186bd80a_000276.npy b/MTDDH/labels/mtddh_186bd80a_000276.npy new file mode 100644 index 0000000000000000000000000000000000000000..5d789b0c03a67b20745659a605e5be17b0daf916 --- /dev/null +++ b/MTDDH/labels/mtddh_186bd80a_000276.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bb65be3c271bd4773f26159467506bec397803f2fe97494f5fcf7c5d4eb61be +size 393344 diff --git a/MTDDH/labels/mtddh_18a86373_000901.npy b/MTDDH/labels/mtddh_18a86373_000901.npy new file mode 100644 index 0000000000000000000000000000000000000000..fb812303d8b4ab5a72de25255f2ace919bbce043 --- /dev/null +++ b/MTDDH/labels/mtddh_18a86373_000901.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e37ae33b4df2a7fe72ea3fe1dd1a6673e6ac11ad2160ee6b376b327143fe01f4 +size 393344 diff --git a/MTDDH/labels/mtddh_18cd0afa_000104.npy b/MTDDH/labels/mtddh_18cd0afa_000104.npy new file mode 100644 index 0000000000000000000000000000000000000000..fdd6f82aec21c08a6024c7d96ee3b7efcce8ffbd --- /dev/null +++ b/MTDDH/labels/mtddh_18cd0afa_000104.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4dd92892eedcd7d5cf1a90a9a9c85d061cbe5d70150e0377b561b2d1ad56f8a +size 393344 diff --git a/MTDDH/labels/mtddh_18cda989_000254.npy b/MTDDH/labels/mtddh_18cda989_000254.npy new file mode 100644 index 0000000000000000000000000000000000000000..e1724ae7021929ab4579f6c5c636b4232156c6bd --- /dev/null +++ b/MTDDH/labels/mtddh_18cda989_000254.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a47dec145d0a8ad58da197207a8ced702863a358b3387794bc01a47935aee1ac +size 393344 diff --git a/MTDDH/labels/mtddh_19a2174a_000671.npy b/MTDDH/labels/mtddh_19a2174a_000671.npy new file mode 100644 index 0000000000000000000000000000000000000000..9954ad815f1151740498801701a171a611f917e2 --- /dev/null +++ b/MTDDH/labels/mtddh_19a2174a_000671.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bbe9a2698b4364d8f53e326854e7fb49e1ad93fb589f3a21560bd55998c28ee +size 393344 diff --git a/MTDDH/labels/mtddh_19d0ae17_000510.npy b/MTDDH/labels/mtddh_19d0ae17_000510.npy new file mode 100644 index 0000000000000000000000000000000000000000..38974187f68f87855afa10a2c4dcba9303132fe3 --- /dev/null +++ b/MTDDH/labels/mtddh_19d0ae17_000510.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2324218286e4f18355585ad7d83f3d99fd4088e0107d845c71d8175e889956ea +size 393344 diff --git a/MTDDH/labels/mtddh_1a150bc5_000203.npy b/MTDDH/labels/mtddh_1a150bc5_000203.npy new file mode 100644 index 0000000000000000000000000000000000000000..908def25dc31c2707d112f11fb980e8e92e26f9a --- /dev/null +++ b/MTDDH/labels/mtddh_1a150bc5_000203.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db1c9f4a8cfde383bccf122cdf0b23b8cd484cd754ab7ad5b02568f91663d700 +size 393344 diff --git a/MTDDH/labels/mtddh_1a30461e_000147.npy b/MTDDH/labels/mtddh_1a30461e_000147.npy new file mode 100644 index 0000000000000000000000000000000000000000..3b6ff6007b937c8d30124600267998b011f8dbb8 --- /dev/null +++ b/MTDDH/labels/mtddh_1a30461e_000147.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30e558bc9cbbc924e7995e8e1c41397d243c0399e15f4b58a723e56434b77143 +size 393344 diff --git a/MTDDH/labels/mtddh_1a34e7eb_000785.npy b/MTDDH/labels/mtddh_1a34e7eb_000785.npy new file mode 100644 index 0000000000000000000000000000000000000000..f20e4182e18cd9aecbfb8a4db7fc264a29ac5aba --- /dev/null +++ b/MTDDH/labels/mtddh_1a34e7eb_000785.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b15d582c3bbd2351439f1a096a1d32be1a8eead5e3b1b3ed4735d73365daed64 +size 393344 diff --git a/MTDDH/labels/mtddh_1a7f3067_000372.npy b/MTDDH/labels/mtddh_1a7f3067_000372.npy new file mode 100644 index 0000000000000000000000000000000000000000..f2f49fb02dcf1368aadf7e6be6dbe7790e9fcdb0 --- /dev/null +++ b/MTDDH/labels/mtddh_1a7f3067_000372.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6ecf0a6b3c72cc0af235adb8092a9701724b73f96ebc0af209ecb80fe5cb836 +size 393344 diff --git a/MTDDH/labels/mtddh_1accbf80_000484.npy b/MTDDH/labels/mtddh_1accbf80_000484.npy new file mode 100644 index 0000000000000000000000000000000000000000..39b2f5d80b7eecca3ce133847e6dde9a4a76ae65 --- /dev/null +++ b/MTDDH/labels/mtddh_1accbf80_000484.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bb9584dda87842db1009af71c281ad0a5ef289b67c3e65117c755c9ecb431ea +size 393344 diff --git a/MTDDH/labels/mtddh_1b0b8f5f_000275.npy b/MTDDH/labels/mtddh_1b0b8f5f_000275.npy new file mode 100644 index 0000000000000000000000000000000000000000..5bd40d22f1ae47e8d9f72fe0c6263934cc0f4fc6 --- /dev/null +++ b/MTDDH/labels/mtddh_1b0b8f5f_000275.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4efee252453fb0d9f198572e040fb978334065572e45f7d986970120b3629689 +size 393344 diff --git a/MTDDH/labels/mtddh_1c045fdd_000777.npy b/MTDDH/labels/mtddh_1c045fdd_000777.npy new file mode 100644 index 0000000000000000000000000000000000000000..374776b1eb4d25637ab50a99c285c41e0e614cc4 --- /dev/null +++ b/MTDDH/labels/mtddh_1c045fdd_000777.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65357cc5f0e502d327dac0ca8573d76dd168833d81cc49a2bec2e15a50a7c0f6 +size 393344 diff --git a/MTDDH/labels/mtddh_1c0a099b_000102.npy b/MTDDH/labels/mtddh_1c0a099b_000102.npy new file mode 100644 index 0000000000000000000000000000000000000000..be3b0280c791cb96d967ec67da29735a328b425b --- /dev/null +++ b/MTDDH/labels/mtddh_1c0a099b_000102.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5abeac4c795da2a91fd75d2305501e165851c418f5f09f8c234dc73fc6a1d6cf +size 393344 diff --git a/MTDDH/labels/mtddh_1c6ca357_000778.npy b/MTDDH/labels/mtddh_1c6ca357_000778.npy new file mode 100644 index 0000000000000000000000000000000000000000..13d6152307b027b91514586ec6f3984fa39e7a2c --- /dev/null +++ b/MTDDH/labels/mtddh_1c6ca357_000778.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ded438adda5ca1fa040323c4cb15687f8023a61c5d91a8086d422b0f887350f +size 393344 diff --git a/MTDDH/labels/mtddh_1cebc06d_000742.npy b/MTDDH/labels/mtddh_1cebc06d_000742.npy new file mode 100644 index 0000000000000000000000000000000000000000..abe72020d9a0601959918642edb548a0d3172db9 --- /dev/null +++ b/MTDDH/labels/mtddh_1cebc06d_000742.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97bae1e72d481783c0f0ef1cc98fc3c8855aa453726b3ea9d0933febb4232a86 +size 393344 diff --git a/MTDDH/labels/mtddh_1d424131_000219.npy b/MTDDH/labels/mtddh_1d424131_000219.npy new file mode 100644 index 0000000000000000000000000000000000000000..0882f08c4641cfd86f7a8ee2fb9d09e78397cbcd --- /dev/null +++ b/MTDDH/labels/mtddh_1d424131_000219.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:067a928bd11ebafd8b82db9a98dfc3ff2f8eb8fd412ad57f8cee773b152c49ad +size 393344 diff --git a/MTDDH/labels/mtddh_1d9ae359_000636.npy b/MTDDH/labels/mtddh_1d9ae359_000636.npy new file mode 100644 index 0000000000000000000000000000000000000000..f38d93d408b197572560d1cccdf6f606f9c79084 --- /dev/null +++ b/MTDDH/labels/mtddh_1d9ae359_000636.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:255a0a517e92d2180b7ea7a42428898681da6b834ee6f573a59d2f91d597b25c +size 393344 diff --git a/MTDDH/labels/mtddh_1d9e13f8_000322.npy b/MTDDH/labels/mtddh_1d9e13f8_000322.npy new file mode 100644 index 0000000000000000000000000000000000000000..9c11f98161ea89349e8574e0a39c8a847b1f94a5 --- /dev/null +++ b/MTDDH/labels/mtddh_1d9e13f8_000322.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29cb494f39e054c4d65a5a412b9a6f7915d7f52414f075481544562fcf14b275 +size 393344 diff --git a/MTDDH/labels/mtddh_1dc91b9b_000373.npy b/MTDDH/labels/mtddh_1dc91b9b_000373.npy new file mode 100644 index 0000000000000000000000000000000000000000..31c8beccc0fd60c9a39d37e4c66865c6e67496e6 --- /dev/null +++ b/MTDDH/labels/mtddh_1dc91b9b_000373.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:728af44a3391cb1a4a511a86f5c0e63bad21d3b5ba76efc59297fffb3e7867c6 +size 393344 diff --git a/MTDDH/labels/mtddh_1e544f92_000836.npy b/MTDDH/labels/mtddh_1e544f92_000836.npy new file mode 100644 index 0000000000000000000000000000000000000000..7a709403139cd3a232612ba1314a574a0dbddbac --- /dev/null +++ b/MTDDH/labels/mtddh_1e544f92_000836.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c47ddd9e1bc9778291dbe4f4560a356f36bed8dcd6e62a2e9f3aeab3d3b5a51 +size 393344 diff --git a/MTDDH/labels/mtddh_1e5697e6_000822.npy b/MTDDH/labels/mtddh_1e5697e6_000822.npy new file mode 100644 index 0000000000000000000000000000000000000000..59a0b8658444485fbb0379432329fd02b1b5dfd6 --- /dev/null +++ b/MTDDH/labels/mtddh_1e5697e6_000822.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c004a75b9172e9faeb87b451c28ee6b22bc4b3763344c712b669cc02a82389ea +size 393344 diff --git a/MTDDH/labels/mtddh_1e81a787_000485.npy b/MTDDH/labels/mtddh_1e81a787_000485.npy new file mode 100644 index 0000000000000000000000000000000000000000..b103da155fd5bbab113ca1b66d2a7548f05fe145 --- /dev/null +++ b/MTDDH/labels/mtddh_1e81a787_000485.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b769378776947bc80e7e6f2e3215e8afc617b1d1a935c08e2aa055c400a8ff57 +size 393344 diff --git a/MTDDH/labels/mtddh_1eacf05f_000156.npy b/MTDDH/labels/mtddh_1eacf05f_000156.npy new file mode 100644 index 0000000000000000000000000000000000000000..31b86c4fd12fd3fc930cd6b9925c0328d047bc8b --- /dev/null +++ b/MTDDH/labels/mtddh_1eacf05f_000156.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c93496921604a4823d0a1d9aefcabe51b11c2457d083170ca3c1957075f73ca +size 393344 diff --git a/MTDDH/labels/mtddh_1eb488fe_000096.npy b/MTDDH/labels/mtddh_1eb488fe_000096.npy new file mode 100644 index 0000000000000000000000000000000000000000..f21e2099414e69a5d47f0d5eb36053118aff59cf --- /dev/null +++ b/MTDDH/labels/mtddh_1eb488fe_000096.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b65e48d3d346e4b91d97669d7a27e118b26a49ec7e6b53095df30586d300e555 +size 393344 diff --git a/MTDDH/labels/mtddh_1ec88fb8_000807.npy b/MTDDH/labels/mtddh_1ec88fb8_000807.npy new file mode 100644 index 0000000000000000000000000000000000000000..28312480e6606cf7275abaf56df3766d95d806d5 --- /dev/null +++ b/MTDDH/labels/mtddh_1ec88fb8_000807.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eca830d04a515c69d4e81e856ea46e6a0acb6c764693636b7bb4765229ab0e3 +size 393344 diff --git a/MTDDH/labels/mtddh_1fa5c1dc_000779.npy b/MTDDH/labels/mtddh_1fa5c1dc_000779.npy new file mode 100644 index 0000000000000000000000000000000000000000..a2c983c1b3c2800b156af5c4dac3dd4f31c7d6ae --- /dev/null +++ b/MTDDH/labels/mtddh_1fa5c1dc_000779.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cabaf1723d0699dc547d794e0ffab06cc7a2de17e266d8940be607dbc9054c8 +size 393344 diff --git a/MTDDH/labels/mtddh_1faff997_000902.npy b/MTDDH/labels/mtddh_1faff997_000902.npy new file mode 100644 index 0000000000000000000000000000000000000000..e616444c78d6afac7bd98002304c9e75605febd9 --- /dev/null +++ b/MTDDH/labels/mtddh_1faff997_000902.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b7836804fe1211197489a722c4ead759ae00247ccdac9eb88f8d521a67d7a65 +size 393344 diff --git a/MTDDH/labels/mtddh_1fd6790b_000149.npy b/MTDDH/labels/mtddh_1fd6790b_000149.npy new file mode 100644 index 0000000000000000000000000000000000000000..2700c74188bc31968331d6d54755813f881ea125 --- /dev/null +++ b/MTDDH/labels/mtddh_1fd6790b_000149.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8a7dc1006cefad4f58335923e119bb9fc11fd046f5b21ab8e70db10932bd9de +size 393344 diff --git a/MTDDH/labels/mtddh_206d5eb5_000115.npy b/MTDDH/labels/mtddh_206d5eb5_000115.npy new file mode 100644 index 0000000000000000000000000000000000000000..09a935a7492b1be7f06777d293af6e9537b937e3 --- /dev/null +++ b/MTDDH/labels/mtddh_206d5eb5_000115.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:820531fb140b64b7b0d8c4ad13eb4535e7213f9488bd39f7e3d768a8684f7eeb +size 393344 diff --git a/MTDDH/labels/mtddh_208d64d6_000285.npy b/MTDDH/labels/mtddh_208d64d6_000285.npy new file mode 100644 index 0000000000000000000000000000000000000000..af960056a44048f07794e43916b1d1d2c39359d5 --- /dev/null +++ b/MTDDH/labels/mtddh_208d64d6_000285.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd22bf8958c91f78bd6fc45a4c039bcbf0c9e31cb54e7181293b2562f121de2b +size 393344 diff --git a/MTDDH/labels/mtddh_2114326b_000101.npy b/MTDDH/labels/mtddh_2114326b_000101.npy new file mode 100644 index 0000000000000000000000000000000000000000..0520c34ca57bea281e04765ff21634238ea55d6f --- /dev/null +++ b/MTDDH/labels/mtddh_2114326b_000101.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4e68d3b684ba998b81d3fe4813f113f89995f894e7bf766b88b473625ea18c2 +size 393344 diff --git a/MTDDH/labels/mtddh_21645511_000786.npy b/MTDDH/labels/mtddh_21645511_000786.npy new file mode 100644 index 0000000000000000000000000000000000000000..bcceeeb1f4d6beb1143552dbb0c3616f5fd53a71 --- /dev/null +++ b/MTDDH/labels/mtddh_21645511_000786.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c90f36b45271b9e06de06db78b3cf0fceb98fd1d881ef69d3d92d23f9c9f77bd +size 393344 diff --git a/MTDDH/labels/mtddh_218d2527_000556.npy b/MTDDH/labels/mtddh_218d2527_000556.npy new file mode 100644 index 0000000000000000000000000000000000000000..024aaa847df4318a888986d24d39255ddc6b9b6d --- /dev/null +++ b/MTDDH/labels/mtddh_218d2527_000556.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d871ce70860154b0f55dcc992bd45dde887b8ecc7583216cb544acd9aa75dad +size 393344 diff --git a/MTDDH/labels/mtddh_219c2eba_000263.npy b/MTDDH/labels/mtddh_219c2eba_000263.npy new file mode 100644 index 0000000000000000000000000000000000000000..21c099edb306884b5c0c7e0c9937d57c0a48761b --- /dev/null +++ b/MTDDH/labels/mtddh_219c2eba_000263.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23f021a463c72bc4704ed702e79c66487a7907124c42377b3b68e2ca88229164 +size 393344 diff --git a/MTDDH/labels/mtddh_21bc256b_000486.npy b/MTDDH/labels/mtddh_21bc256b_000486.npy new file mode 100644 index 0000000000000000000000000000000000000000..12956f6339c71e7706d43e281d44f2341675f08c --- /dev/null +++ b/MTDDH/labels/mtddh_21bc256b_000486.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f95db8350c678b06b3e0a043a8d6895b683d55987339d81dc87ad0ca55b0dc38 +size 393344 diff --git a/MTDDH/labels/mtddh_21fd7f1c_000760.npy b/MTDDH/labels/mtddh_21fd7f1c_000760.npy new file mode 100644 index 0000000000000000000000000000000000000000..8344b3e0b67332ff750dd0e3ab1ff4d9d0a182ab --- /dev/null +++ b/MTDDH/labels/mtddh_21fd7f1c_000760.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:469ebb9168729c534d0929d985479c3a5316a29bc8c4ef873f69505af289f496 +size 393344 diff --git a/MTDDH/labels/mtddh_22614f0d_000719.npy b/MTDDH/labels/mtddh_22614f0d_000719.npy new file mode 100644 index 0000000000000000000000000000000000000000..8f00702fe3f648bee27e97517cd922b74cceab4e --- /dev/null +++ b/MTDDH/labels/mtddh_22614f0d_000719.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0489c34d048b3880493f101ac210e7554c15f381cdbe46a94ec1958a78ec883 +size 393344 diff --git a/MTDDH/labels/mtddh_226f5a4b_000457.npy b/MTDDH/labels/mtddh_226f5a4b_000457.npy new file mode 100644 index 0000000000000000000000000000000000000000..aa588e0115fdddd6c70b04c6a83ccf18c5a47de2 --- /dev/null +++ b/MTDDH/labels/mtddh_226f5a4b_000457.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9955969099fc277703941eb87e228bc670739c0b4080ec2042cf4d6deb5da288 +size 393344 diff --git a/MTDDH/labels/mtddh_226f7855_000026.npy b/MTDDH/labels/mtddh_226f7855_000026.npy new file mode 100644 index 0000000000000000000000000000000000000000..4f6bb8adec9ca92f223c9acf623b6c90045dbb24 --- /dev/null +++ b/MTDDH/labels/mtddh_226f7855_000026.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba6de3cfec601e66cfb7b9f7e8ab7c7dd232a3cdf772bca5431594a6f107e4cc +size 393344 diff --git a/MTDDH/labels/mtddh_2297ba9c_000808.npy b/MTDDH/labels/mtddh_2297ba9c_000808.npy new file mode 100644 index 0000000000000000000000000000000000000000..64f7909b877317e74eb75abf6be95a91a8423e68 --- /dev/null +++ b/MTDDH/labels/mtddh_2297ba9c_000808.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcb46e8d8d00eebf248d999dbfcdcc5e0215053dc25adeac547551815d69e316 +size 393344 diff --git a/MTDDH/labels/mtddh_22e73fad_000543.npy b/MTDDH/labels/mtddh_22e73fad_000543.npy new file mode 100644 index 0000000000000000000000000000000000000000..5c6d7ee6207c92adc5eec15794645ced05c4e4f8 --- /dev/null +++ b/MTDDH/labels/mtddh_22e73fad_000543.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a2799cad617550729aa25cb9387844a10b96d1c0519d608632db69b3b68ef34 +size 393344 diff --git a/MTDDH/labels/mtddh_22e79d45_000040.npy b/MTDDH/labels/mtddh_22e79d45_000040.npy new file mode 100644 index 0000000000000000000000000000000000000000..309a5666cde727bbbaafdb26f9f63f466eb46d29 --- /dev/null +++ b/MTDDH/labels/mtddh_22e79d45_000040.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cbe9dac277412569e04f626b55e609fe474b0c9b0dc824a08a5f550237c3a6a +size 393344 diff --git a/MTDDH/labels/mtddh_235c39fc_000458.npy b/MTDDH/labels/mtddh_235c39fc_000458.npy new file mode 100644 index 0000000000000000000000000000000000000000..fdb8b56633e3d1768b72bc0a43d7e643c1079af6 --- /dev/null +++ b/MTDDH/labels/mtddh_235c39fc_000458.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57a9adbc15f491dfed742f1b2f696ee248dd18dcb2b417c4084a62ca3855ce40 +size 393344 diff --git a/MTDDH/labels/mtddh_23b14ee8_000137.npy b/MTDDH/labels/mtddh_23b14ee8_000137.npy new file mode 100644 index 0000000000000000000000000000000000000000..92e3571bd7ecd8bb1562aa2a3649829ccf3313a8 --- /dev/null +++ b/MTDDH/labels/mtddh_23b14ee8_000137.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09c3f6982e05f0785cdd8e3ac4ee061320ad96fbd91b8ee81b9671971738edeb +size 393344 diff --git a/MTDDH/labels/mtddh_23c41a02_000072.npy b/MTDDH/labels/mtddh_23c41a02_000072.npy new file mode 100644 index 0000000000000000000000000000000000000000..66709b12bcdb6bd7e61c553b39ac283f3fb921e3 --- /dev/null +++ b/MTDDH/labels/mtddh_23c41a02_000072.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41bbd7bdeb5718b6b8150f1b2da0496e69f6ce3fb468026658aed87dec7648df +size 393344 diff --git a/MTDDH/labels/mtddh_24504f0a_000459.npy b/MTDDH/labels/mtddh_24504f0a_000459.npy new file mode 100644 index 0000000000000000000000000000000000000000..75d3fd831fe83e8d5c335aef26399c6cc9d75de9 --- /dev/null +++ b/MTDDH/labels/mtddh_24504f0a_000459.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:075ce83249fee6985afe52f7a9ecb300c27e03d2d012538e2004df07e0755f61 +size 393344 diff --git a/MTDDH/labels/mtddh_24584ba1_000809.npy b/MTDDH/labels/mtddh_24584ba1_000809.npy new file mode 100644 index 0000000000000000000000000000000000000000..f3319bc224767b9a96a12d0c79c5df32f25625a2 --- /dev/null +++ b/MTDDH/labels/mtddh_24584ba1_000809.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a20d0dc89e72151c5a74304f958fc8b93f0000159a1aa5695521dd564150e0fb +size 393344 diff --git a/MTDDH/labels/mtddh_2474e38e_000793.npy b/MTDDH/labels/mtddh_2474e38e_000793.npy new file mode 100644 index 0000000000000000000000000000000000000000..5521a3830c662acdb7aa8f5940a96030b976a8a2 --- /dev/null +++ b/MTDDH/labels/mtddh_2474e38e_000793.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3be36ec6f4cc0600b36e14fabec9b47acfd97d813f48d96bb1bf2518a2660a8 +size 393344 diff --git a/MTDDH/labels/mtddh_24beb0bc_000787.npy b/MTDDH/labels/mtddh_24beb0bc_000787.npy new file mode 100644 index 0000000000000000000000000000000000000000..0323650153361882c5a6f56df60e13427c63db1d --- /dev/null +++ b/MTDDH/labels/mtddh_24beb0bc_000787.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57458f3b6ad934afa6959ae233461da418b19dbf1ba2cd70380636854c8791f4 +size 393344 diff --git a/MTDDH/labels/mtddh_2596f8be_000460.npy b/MTDDH/labels/mtddh_2596f8be_000460.npy new file mode 100644 index 0000000000000000000000000000000000000000..585f0741424ed43048169112f54459e0e87c47e0 --- /dev/null +++ b/MTDDH/labels/mtddh_2596f8be_000460.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b1c2df9f99bbc2d0a8178a292cd21f96678ace0aac990d02e0741ac76fd5b75 +size 393344 diff --git a/MTDDH/labels/mtddh_25b151b4_000002.npy b/MTDDH/labels/mtddh_25b151b4_000002.npy new file mode 100644 index 0000000000000000000000000000000000000000..628bd6bde1217465cf124ec6b1de1eae94115675 --- /dev/null +++ b/MTDDH/labels/mtddh_25b151b4_000002.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b15ec1eea1bafa460667a758e7f5c9c9b3b9ae1451f80d537747719bad6e0ca7 +size 393344 diff --git a/MTDDH/labels/mtddh_25b7351b_000349.npy b/MTDDH/labels/mtddh_25b7351b_000349.npy new file mode 100644 index 0000000000000000000000000000000000000000..32a2dcc8d4d135e28ee18879e689089082474fdd --- /dev/null +++ b/MTDDH/labels/mtddh_25b7351b_000349.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cf0e5e0efe44b02db468512833a8ce7f4ba5dcaba60c2477751471cddae3925 +size 393344 diff --git a/MTDDH/labels/mtddh_25bfa975_000327.npy b/MTDDH/labels/mtddh_25bfa975_000327.npy new file mode 100644 index 0000000000000000000000000000000000000000..b2c3ee8882f4207fdc25c4945b4dcc616572409e --- /dev/null +++ b/MTDDH/labels/mtddh_25bfa975_000327.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ed1b0c320ff2d3d628ea21e5bb0e2097db95b5a3cbde774edff456a308a59b0 +size 393344 diff --git a/MTDDH/labels/mtddh_25d4eb07_000667.npy b/MTDDH/labels/mtddh_25d4eb07_000667.npy new file mode 100644 index 0000000000000000000000000000000000000000..3b516cea26778a649d00df14b2a4f86a881920a1 --- /dev/null +++ b/MTDDH/labels/mtddh_25d4eb07_000667.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:433eeb1135525cd8bfae1d36b0161c9cd0ebe173ec5c7995cf7c392e618b23df +size 393344 diff --git a/MTDDH/labels/mtddh_26687b0c_000328.npy b/MTDDH/labels/mtddh_26687b0c_000328.npy new file mode 100644 index 0000000000000000000000000000000000000000..cdd5f37ea6c50cd4351f30ad97bbf088f270bcd2 --- /dev/null +++ b/MTDDH/labels/mtddh_26687b0c_000328.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d86047392ccd7b2d84d11478b7646aef0e35bc275b2fb59198861f7e7761d31 +size 393344 diff --git a/MTDDH/labels/mtddh_2687f5e7_000794.npy b/MTDDH/labels/mtddh_2687f5e7_000794.npy new file mode 100644 index 0000000000000000000000000000000000000000..b0c30f73c0881d4137b7228b69871ba9d888deba --- /dev/null +++ b/MTDDH/labels/mtddh_2687f5e7_000794.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd5a76415d9f22868f434f7d757d82aed8ec2532ab289df915effdb343db19f8 +size 393344 diff --git a/MTDDH/labels/mtddh_26984367_000048.npy b/MTDDH/labels/mtddh_26984367_000048.npy new file mode 100644 index 0000000000000000000000000000000000000000..5d2cc73a60a8055730788d80939523606c94b1e4 --- /dev/null +++ b/MTDDH/labels/mtddh_26984367_000048.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52641e5646db5acd01cb3324cb8fabfbfe62199e564a88e85bfca0564ba00300 +size 393344 diff --git a/MTDDH/labels/mtddh_26cdf7db_000111.npy b/MTDDH/labels/mtddh_26cdf7db_000111.npy new file mode 100644 index 0000000000000000000000000000000000000000..f4aa4374e1dfba9b29b76e6bf13149dceffc5246 --- /dev/null +++ b/MTDDH/labels/mtddh_26cdf7db_000111.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5272c456c8052ea297c642d38d46578cffc8d3f2649b1029ae96ac3b0032d592 +size 393344 diff --git a/MTDDH/labels/mtddh_271af5cf_000374.npy b/MTDDH/labels/mtddh_271af5cf_000374.npy new file mode 100644 index 0000000000000000000000000000000000000000..b10e0a17caa9caa863d16e7b2540146288151143 --- /dev/null +++ b/MTDDH/labels/mtddh_271af5cf_000374.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a58c1f2accb0783e1384e20a9fe620b50395e3a2ec9f549984b9941addb0450c +size 393344 diff --git a/MTDDH/labels/mtddh_27325246_000375.npy b/MTDDH/labels/mtddh_27325246_000375.npy new file mode 100644 index 0000000000000000000000000000000000000000..bf46905abdf5a3b210071081e69ddf4b875efc64 --- /dev/null +++ b/MTDDH/labels/mtddh_27325246_000375.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea3a46e0df42f9892bc31ddd2e7cf1ebad9b6f385dfd12f4c8604fe4a8657a09 +size 393344 diff --git a/MTDDH/labels/mtddh_27664361_000788.npy b/MTDDH/labels/mtddh_27664361_000788.npy new file mode 100644 index 0000000000000000000000000000000000000000..5c086b84e9f4685e60eb1b74793f7e2ba412bb97 --- /dev/null +++ b/MTDDH/labels/mtddh_27664361_000788.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d84a2ba5a554282e09393ba5ec3775dfad4fa477c2440c6a60086d2b00bfc5d5 +size 393344 diff --git a/MTDDH/labels/mtddh_27916f03_000278.npy b/MTDDH/labels/mtddh_27916f03_000278.npy new file mode 100644 index 0000000000000000000000000000000000000000..69492ddaef1aea69cb8180368126753fa7bbb8af --- /dev/null +++ b/MTDDH/labels/mtddh_27916f03_000278.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e521b5b2e9c5be4ec776459e35c88dde0ed81a40e855ad222569a15304a43a37 +size 393344 diff --git a/MTDDH/labels/mtddh_2799a91d_000461.npy b/MTDDH/labels/mtddh_2799a91d_000461.npy new file mode 100644 index 0000000000000000000000000000000000000000..c2d94061ca0be256efa4e3b1c8d341701ef4e8ab --- /dev/null +++ b/MTDDH/labels/mtddh_2799a91d_000461.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbf287d31954c7fcca19a177d0d692b508623da19d5226e91bcb36f227f9f00c +size 393344 diff --git a/MTDDH/labels/mtddh_27e81578_000544.npy b/MTDDH/labels/mtddh_27e81578_000544.npy new file mode 100644 index 0000000000000000000000000000000000000000..eea131b6a5a1405bd29364e62fa0ea49aea4cff5 --- /dev/null +++ b/MTDDH/labels/mtddh_27e81578_000544.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7853feb329114810d2b5d3f8a2c3c6ed197e2fa7f2ec0f3edd4b60356851743 +size 393344 diff --git a/MTDDH/labels/mtddh_280d90b5_000820.npy b/MTDDH/labels/mtddh_280d90b5_000820.npy new file mode 100644 index 0000000000000000000000000000000000000000..c3f1aad97ed8976878c7a289698027781c08ab13 --- /dev/null +++ b/MTDDH/labels/mtddh_280d90b5_000820.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1477bec41e9933958f967e310e9a2d1b99712e9ea43b311595375348e40d262b +size 393344 diff --git a/MTDDH/labels/mtddh_2854aaeb_000823.npy b/MTDDH/labels/mtddh_2854aaeb_000823.npy new file mode 100644 index 0000000000000000000000000000000000000000..78f1aa69b229af187bbb20883f046d2e56297e2b --- /dev/null +++ b/MTDDH/labels/mtddh_2854aaeb_000823.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a86e3e620ddd164a0c27efef31681430e2f666d3c19b7c4a563baea66b8346b4 +size 393344 diff --git a/MTDDH/labels/mtddh_28f73a7b_000239.npy b/MTDDH/labels/mtddh_28f73a7b_000239.npy new file mode 100644 index 0000000000000000000000000000000000000000..ccaccaae0fe3287a0393bdf9c93facd82a75bab5 --- /dev/null +++ b/MTDDH/labels/mtddh_28f73a7b_000239.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2689fb737dc6c0c00074a83780c5a615f11233fbedc588659bfc912aa84d9fa6 +size 393344 diff --git a/MTDDH/labels/mtddh_2a317f2a_000431.npy b/MTDDH/labels/mtddh_2a317f2a_000431.npy new file mode 100644 index 0000000000000000000000000000000000000000..c8b5c363c4a7d79b7851b6ebfb5df10b7d00b77c --- /dev/null +++ b/MTDDH/labels/mtddh_2a317f2a_000431.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c425bbf3e23a08b90168304f22288b9e4caf37882cbe98312c33e0c901e3f7c7 +size 393344 diff --git a/MTDDH/labels/mtddh_2b25d4bf_000893.npy b/MTDDH/labels/mtddh_2b25d4bf_000893.npy new file mode 100644 index 0000000000000000000000000000000000000000..29d9be515248eeae72a01f557cd4c02ccea1fb41 --- /dev/null +++ b/MTDDH/labels/mtddh_2b25d4bf_000893.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20ac7962e309bcb2b44dbc1026e91b505e0d05a86072335be18caa2913b462fd +size 393344 diff --git a/MTDDH/labels/mtddh_2b295261_000710.npy b/MTDDH/labels/mtddh_2b295261_000710.npy new file mode 100644 index 0000000000000000000000000000000000000000..0512977a817211fb15c6bf3b08dd3b4506cf26ac --- /dev/null +++ b/MTDDH/labels/mtddh_2b295261_000710.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb2071a5b9e73506a7afca57d744850d6c5bcc65aff2d58afa11b4d9756792cc +size 393344 diff --git a/MTDDH/labels/mtddh_2b49adda_000376.npy b/MTDDH/labels/mtddh_2b49adda_000376.npy new file mode 100644 index 0000000000000000000000000000000000000000..ef78052e1ef21cfafcacaf77d3899c61bd2ca1f2 --- /dev/null +++ b/MTDDH/labels/mtddh_2b49adda_000376.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51410c83f437dafd0765bfd08fe5cf166db4af6cf1d15f95840d2bd7c61c42c5 +size 393344 diff --git a/MTDDH/labels/mtddh_2b90424f_000200.npy b/MTDDH/labels/mtddh_2b90424f_000200.npy new file mode 100644 index 0000000000000000000000000000000000000000..15a83989d1e3b06fca600bcacded7abd62fc147e --- /dev/null +++ b/MTDDH/labels/mtddh_2b90424f_000200.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f39c3c55d72e4d6a94f52dcbec866d1e6105c84fb008c318e63d8975cae4f5e2 +size 393344 diff --git a/MTDDH/labels/mtddh_2c5b4d30_000432.npy b/MTDDH/labels/mtddh_2c5b4d30_000432.npy new file mode 100644 index 0000000000000000000000000000000000000000..200e09a343ca6653f1970fa152d99e3fd2615047 --- /dev/null +++ b/MTDDH/labels/mtddh_2c5b4d30_000432.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9499f168064568df877ea9631c143f4a686e293bd3e49cf7dbbb5321db7ef262 +size 393344 diff --git a/MTDDH/labels/mtddh_2c959c6a_000780.npy b/MTDDH/labels/mtddh_2c959c6a_000780.npy new file mode 100644 index 0000000000000000000000000000000000000000..4928308ea6563ad48a91dc366f6db97dfe55b595 --- /dev/null +++ b/MTDDH/labels/mtddh_2c959c6a_000780.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96af0269cc5515b5c6a8aaaeff38d2d7e7cac85dfe13cc7718a2be1f6a62df5b +size 393344 diff --git a/MTDDH/labels/mtddh_2cace064_000179.npy b/MTDDH/labels/mtddh_2cace064_000179.npy new file mode 100644 index 0000000000000000000000000000000000000000..b592b7ddbbd9fa6c288cc83b051e2ec3565c3fec --- /dev/null +++ b/MTDDH/labels/mtddh_2cace064_000179.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:563d7ed5b9d8a59d89e84f56a19239e1f5f49bcb0278f1e3f421064078489f38 +size 393344 diff --git a/MTDDH/labels/mtddh_2cf2dfca_000146.npy b/MTDDH/labels/mtddh_2cf2dfca_000146.npy new file mode 100644 index 0000000000000000000000000000000000000000..615df503f174a3ed54c1aee76f17319f1a16350a --- /dev/null +++ b/MTDDH/labels/mtddh_2cf2dfca_000146.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69e448b2be6673a77667fc75af1fda578b33ecca461a8d8da5c493265de93560 +size 393344 diff --git a/MTDDH/labels/mtddh_2cf74ceb_000545.npy b/MTDDH/labels/mtddh_2cf74ceb_000545.npy new file mode 100644 index 0000000000000000000000000000000000000000..0924d47d2cae3dcd4e66ec4154dcdfa4d3e2efa2 --- /dev/null +++ b/MTDDH/labels/mtddh_2cf74ceb_000545.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5c3971df58c4de5cc0f8c0c570d580c7deeabfde53c686cf2ac2806ad7d4f60 +size 393344 diff --git a/MTDDH/labels/mtddh_2d0c66a6_000781.npy b/MTDDH/labels/mtddh_2d0c66a6_000781.npy new file mode 100644 index 0000000000000000000000000000000000000000..1e730e7a708edd291fb2e2be00a355d32d9ca12e --- /dev/null +++ b/MTDDH/labels/mtddh_2d0c66a6_000781.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee02511bfdeee19f8ced4f753253cf83b2969ca4f21c15167117887dde9aa9a7 +size 393344 diff --git a/MTDDH/labels/mtddh_2d2fb87f_000027.npy b/MTDDH/labels/mtddh_2d2fb87f_000027.npy new file mode 100644 index 0000000000000000000000000000000000000000..bb973c4432dd62f50b7feb20e909a9156392fd8e --- /dev/null +++ b/MTDDH/labels/mtddh_2d2fb87f_000027.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9afbe11fdefa8fef1ce987db53cfc033ed4cbd52eebb90b4db4b7f0644a14b71 +size 393344 diff --git a/MTDDH/labels/mtddh_2d3badde_000207.npy b/MTDDH/labels/mtddh_2d3badde_000207.npy new file mode 100644 index 0000000000000000000000000000000000000000..a48adf287987d06fa0873b3ea689d96da4690273 --- /dev/null +++ b/MTDDH/labels/mtddh_2d3badde_000207.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4882bd41fe51e9f5a8f367bc25688dc77c21bcd7f6e7fb60032f8f5682f2f0a +size 393344 diff --git a/MTDDH/labels/mtddh_2d3d1aba_000581.npy b/MTDDH/labels/mtddh_2d3d1aba_000581.npy new file mode 100644 index 0000000000000000000000000000000000000000..a2b87631ae5fa9f13943f3040979a828aa6f291a --- /dev/null +++ b/MTDDH/labels/mtddh_2d3d1aba_000581.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f17434060cd0cdc4b93a657e95e21b96d6cdf09595fec0ba87c400c46c12528f +size 393344 diff --git a/MTDDH/labels/mtddh_2d6d6ab4_000637.npy b/MTDDH/labels/mtddh_2d6d6ab4_000637.npy new file mode 100644 index 0000000000000000000000000000000000000000..e491cf7d4fb0550bfb63448a094d68c62cfda36f --- /dev/null +++ b/MTDDH/labels/mtddh_2d6d6ab4_000637.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08dfacadea1c775476474db2a81dba556274b2c1907f2298b33020b233bef3b6 +size 393344 diff --git a/MTDDH/labels/mtddh_2dbb8211_000782.npy b/MTDDH/labels/mtddh_2dbb8211_000782.npy new file mode 100644 index 0000000000000000000000000000000000000000..81924f45864088811e39a6ca6979a0b585d4d7bb --- /dev/null +++ b/MTDDH/labels/mtddh_2dbb8211_000782.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:487aa4c147aa0f63da2e6662409776418b6c47ac06a9df85a848b12625dcfb85 +size 393344 diff --git a/MTDDH/labels/mtddh_2e855909_000803.npy b/MTDDH/labels/mtddh_2e855909_000803.npy new file mode 100644 index 0000000000000000000000000000000000000000..7179624f0f6d3e8eaee0bf17226590cfad91ae76 --- /dev/null +++ b/MTDDH/labels/mtddh_2e855909_000803.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffabbc192d73a663c072303f43b3c86277b31df80c866f7f65ef9f9840270b42 +size 393344 diff --git a/MTDDH/labels/mtddh_2f0eb287_000783.npy b/MTDDH/labels/mtddh_2f0eb287_000783.npy new file mode 100644 index 0000000000000000000000000000000000000000..f85c6d1bfdfd63a9a4a1daa7310a51d21f7fc160 --- /dev/null +++ b/MTDDH/labels/mtddh_2f0eb287_000783.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68a5c7a79c5cf5ca8ae22da520a35c2ab926632e30cc0a140674980c4ada5144 +size 393344 diff --git a/MTDDH/labels/mtddh_2f5142d6_000795.npy b/MTDDH/labels/mtddh_2f5142d6_000795.npy new file mode 100644 index 0000000000000000000000000000000000000000..62325416f7407dddd51a00e75095f3d74e94b2da --- /dev/null +++ b/MTDDH/labels/mtddh_2f5142d6_000795.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3cab219425d517faa5ac25c76aa626b792965589744108542b0f85606ad345f +size 393344 diff --git a/MTDDH/labels/mtddh_2f99670f_000582.npy b/MTDDH/labels/mtddh_2f99670f_000582.npy new file mode 100644 index 0000000000000000000000000000000000000000..7c7691757062cf21c427e9538d8aa06340e82774 --- /dev/null +++ b/MTDDH/labels/mtddh_2f99670f_000582.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6a13a789dbebfa16385f61ff87dbbcc3877109d262f273973ad8506986e176e +size 393344 diff --git a/MTDDH/labels/mtddh_2fc2b458_000377.npy b/MTDDH/labels/mtddh_2fc2b458_000377.npy new file mode 100644 index 0000000000000000000000000000000000000000..fa9d361f94ae8a4ec95494c0bd9e919651524f5a --- /dev/null +++ b/MTDDH/labels/mtddh_2fc2b458_000377.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe768d4c38ba1ac2facd3709a15720f8c9ed490b31b739ba29c76059a7689dae +size 393344 diff --git a/MTDDH/labels/mtddh_3056bb2a_000789.npy b/MTDDH/labels/mtddh_3056bb2a_000789.npy new file mode 100644 index 0000000000000000000000000000000000000000..5743b87edd15c203881e9b9205448d2fab380dad --- /dev/null +++ b/MTDDH/labels/mtddh_3056bb2a_000789.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6b5dd0d87892ef74f7ea66346140d7b95c529d29df6d15459211e072be001e7 +size 393344 diff --git a/MTDDH/labels/mtddh_306feb9a_000462.npy b/MTDDH/labels/mtddh_306feb9a_000462.npy new file mode 100644 index 0000000000000000000000000000000000000000..f7b5e935ecfd968660741ab79eed5af59eb93092 --- /dev/null +++ b/MTDDH/labels/mtddh_306feb9a_000462.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a77900e03cc8162896923dc7b10669b7c536734bd5aebee0a2c93c10f1ceb2b +size 393344 diff --git a/MTDDH/labels/mtddh_30bef8f1_000557.npy b/MTDDH/labels/mtddh_30bef8f1_000557.npy new file mode 100644 index 0000000000000000000000000000000000000000..08dc50e93f9223b1f99af7f4b70d4b8a1578a780 --- /dev/null +++ b/MTDDH/labels/mtddh_30bef8f1_000557.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bc0aa62f9501f3c64d83dd854707916168344033475c7d99d11b23973fbd52c +size 393344 diff --git a/MTDDH/labels/mtddh_318a1858_000124.npy b/MTDDH/labels/mtddh_318a1858_000124.npy new file mode 100644 index 0000000000000000000000000000000000000000..c9f69e56052b27f421b3450eeaef85333d427e28 --- /dev/null +++ b/MTDDH/labels/mtddh_318a1858_000124.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f21f3871df338b3b6be21d5067fe67e135dbb0ac9e27604b0c2244499ba63b6 +size 393344 diff --git a/MTDDH/labels/mtddh_31fda21d_000796.npy b/MTDDH/labels/mtddh_31fda21d_000796.npy new file mode 100644 index 0000000000000000000000000000000000000000..7000953d3bca881dea5d5bb754df61364da7868a --- /dev/null +++ b/MTDDH/labels/mtddh_31fda21d_000796.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fe090868aac6a4fa887b4642bf6ab9bf5466799f87007e9aab82b930f53f180 +size 393344 diff --git a/MTDDH/labels/mtddh_32602235_000613.npy b/MTDDH/labels/mtddh_32602235_000613.npy new file mode 100644 index 0000000000000000000000000000000000000000..0e71db952846fc7b9b3f6ab4ffb0b2269e05886e --- /dev/null +++ b/MTDDH/labels/mtddh_32602235_000613.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35a09e995fadd5607fb0df3a2f4763a8d6535131dd431a7b9a5e5c46da075198 +size 393344 diff --git a/MTDDH/labels/mtddh_3269889d_000629.npy b/MTDDH/labels/mtddh_3269889d_000629.npy new file mode 100644 index 0000000000000000000000000000000000000000..77ea3b0a611f7f2531b3b6d846843917135cd53a --- /dev/null +++ b/MTDDH/labels/mtddh_3269889d_000629.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e056adae3633c024a0b6d2d4db505683ead8f690d79b5b55450bb698901e680 +size 393344 diff --git a/MTDDH/labels/mtddh_32af8a70_000810.npy b/MTDDH/labels/mtddh_32af8a70_000810.npy new file mode 100644 index 0000000000000000000000000000000000000000..17b0adb1f1d360bc5f0794fd8d78c7af7fb6b6db --- /dev/null +++ b/MTDDH/labels/mtddh_32af8a70_000810.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ada8eaf867474cb96b7522ebc4d2a3d465590b0f356ecc411e00e0b78e412875 +size 393344 diff --git a/MTDDH/labels/mtddh_3363d08d_000904.npy b/MTDDH/labels/mtddh_3363d08d_000904.npy new file mode 100644 index 0000000000000000000000000000000000000000..b56ff627684dcd22f387eafe1d1c59f63e23c4e3 --- /dev/null +++ b/MTDDH/labels/mtddh_3363d08d_000904.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e170415f451745f0c8495c2cdec0858fbd4fb8494b6603ba2873880fa9ef9a36 +size 393344 diff --git a/MTDDH/labels/mtddh_338c6830_000837.npy b/MTDDH/labels/mtddh_338c6830_000837.npy new file mode 100644 index 0000000000000000000000000000000000000000..f3e873813cd7b9a931750c122743b28c4082e201 --- /dev/null +++ b/MTDDH/labels/mtddh_338c6830_000837.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e20667de0dd05480fd9fc89a19815491fdfbe9c8b83e379072d2f29466e26a79 +size 393344 diff --git a/MTDDH/labels/mtddh_3415d946_000729.npy b/MTDDH/labels/mtddh_3415d946_000729.npy new file mode 100644 index 0000000000000000000000000000000000000000..4669be260edb35fc159d75d10145e30dbc4f64f1 --- /dev/null +++ b/MTDDH/labels/mtddh_3415d946_000729.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df7e887eec7f954bf049e34d468da5fe1903e0d44ec3a7318ddf52110f9c0262 +size 393344 diff --git a/MTDDH/labels/mtddh_34717e77_000818.npy b/MTDDH/labels/mtddh_34717e77_000818.npy new file mode 100644 index 0000000000000000000000000000000000000000..a38081ab71136ed7efde1ec5f64e2753681d0ede --- /dev/null +++ b/MTDDH/labels/mtddh_34717e77_000818.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17daa90e4e19f49db65243db8e57acbb8a6b2e152bd1601fa117c23b6348a816 +size 393344 diff --git a/MTDDH/labels/mtddh_348fffab_000558.npy b/MTDDH/labels/mtddh_348fffab_000558.npy new file mode 100644 index 0000000000000000000000000000000000000000..87b5e5ea85e612fbf65b29e74b9c8a91972669fd --- /dev/null +++ b/MTDDH/labels/mtddh_348fffab_000558.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ddda8f2dfa31abf726f869c685335a6bd67a0a210013dd6f2c55e636cfaf534 +size 393344 diff --git a/MTDDH/labels/mtddh_34a71f92_000857.npy b/MTDDH/labels/mtddh_34a71f92_000857.npy new file mode 100644 index 0000000000000000000000000000000000000000..efe42114da434db756c874e92b6d06ec12cb265a --- /dev/null +++ b/MTDDH/labels/mtddh_34a71f92_000857.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c522d163f9a09b7a8f8c990ce60911ca86389f8c04dbbe45e964c35899dfd7f4 +size 393344 diff --git a/MTDDH/labels/mtddh_35193235_000511.npy b/MTDDH/labels/mtddh_35193235_000511.npy new file mode 100644 index 0000000000000000000000000000000000000000..7bc688fb6b1224f3040bd6ff5dd7814974d1d24c --- /dev/null +++ b/MTDDH/labels/mtddh_35193235_000511.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5b586bda53cbaef8517804b2f4d33d2a19cfed7ef94d8aadb16172fcb0e2fd8 +size 393344 diff --git a/MTDDH/labels/mtddh_36071fb3_000546.npy b/MTDDH/labels/mtddh_36071fb3_000546.npy new file mode 100644 index 0000000000000000000000000000000000000000..f55f37dc554fedbae172998a3ad68c2450aff7b1 --- /dev/null +++ b/MTDDH/labels/mtddh_36071fb3_000546.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f13d40813b8739f7de44f4c20997c74c4a987b916997d6d0c303787d51c02060 +size 393344 diff --git a/MTDDH/labels/mtddh_36fe1e45_000512.npy b/MTDDH/labels/mtddh_36fe1e45_000512.npy new file mode 100644 index 0000000000000000000000000000000000000000..20d53c970d0ee4794b754e8faa44a3be334475da --- /dev/null +++ b/MTDDH/labels/mtddh_36fe1e45_000512.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f3673fb81f0f9579dcc3a8e395d0782b4b8f678fda892a7bee980edf0158763 +size 393344 diff --git a/MTDDH/labels/mtddh_372545a1_000433.npy b/MTDDH/labels/mtddh_372545a1_000433.npy new file mode 100644 index 0000000000000000000000000000000000000000..453164aa4f00f7f28d6021af089b2399f83564e3 --- /dev/null +++ b/MTDDH/labels/mtddh_372545a1_000433.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd2b780cae4bd9ade8015f8cf2263852cdeb67fc69001c40a5cfde2c9e3cdb46 +size 393344 diff --git a/MTDDH/labels/mtddh_3790f0df_000434.npy b/MTDDH/labels/mtddh_3790f0df_000434.npy new file mode 100644 index 0000000000000000000000000000000000000000..cbbb4c2f6477c8275e58ec235f576de536ff5f49 --- /dev/null +++ b/MTDDH/labels/mtddh_3790f0df_000434.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6098d944fce1e4da384b4be2c9eabc7e209c214e9f158063386213a7aa50058f +size 393344 diff --git a/MTDDH/labels/mtddh_37943ffa_000858.npy b/MTDDH/labels/mtddh_37943ffa_000858.npy new file mode 100644 index 0000000000000000000000000000000000000000..b5cd94ad88037d2a8a28c26b41132fef935ba8fb --- /dev/null +++ b/MTDDH/labels/mtddh_37943ffa_000858.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9932d14690cd0d35fba669f444012164db71e38d5ba416219f74929332de5c2 +size 393344 diff --git a/MTDDH/labels/mtddh_37f44a0c_000692.npy b/MTDDH/labels/mtddh_37f44a0c_000692.npy new file mode 100644 index 0000000000000000000000000000000000000000..63fecb30bd1ff7043f55b376160977ec3de92e56 --- /dev/null +++ b/MTDDH/labels/mtddh_37f44a0c_000692.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8f3450dd3886fe50bf4b4db3ca8106195d546ec6d80ef7e416212ff71556b62 +size 393344 diff --git a/MTDDH/labels/mtddh_3808274e_000686.npy b/MTDDH/labels/mtddh_3808274e_000686.npy new file mode 100644 index 0000000000000000000000000000000000000000..0e05f81ec60d567d4a8355ab96fa167913a42836 --- /dev/null +++ b/MTDDH/labels/mtddh_3808274e_000686.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1359e2bc7a90ffa99d1275d79b1e429d504fb78da38994d296a616096ca85539 +size 393344 diff --git a/MTDDH/labels/mtddh_3822237b_000894.npy b/MTDDH/labels/mtddh_3822237b_000894.npy new file mode 100644 index 0000000000000000000000000000000000000000..f96294c39bc0927b1c06373aaa3b367f9468c9ea --- /dev/null +++ b/MTDDH/labels/mtddh_3822237b_000894.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63b1228b7df80bc21e485bb7ede8f3d9a2724f25b8f2dc86e853a8e6d7998bc7 +size 393344 diff --git a/MTDDH/labels/mtddh_38a47871_000277.npy b/MTDDH/labels/mtddh_38a47871_000277.npy new file mode 100644 index 0000000000000000000000000000000000000000..29b4fabecf34c19569ed9fac0ea17150de86384c --- /dev/null +++ b/MTDDH/labels/mtddh_38a47871_000277.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:984e621ff00408f54daa8088f1fdcd944780106007652ed229226564db402160 +size 393344 diff --git a/MTDDH/labels/mtddh_38d44fcc_000006.npy b/MTDDH/labels/mtddh_38d44fcc_000006.npy new file mode 100644 index 0000000000000000000000000000000000000000..648cf0ea660e67acc317cffca86d7eef71b18900 --- /dev/null +++ b/MTDDH/labels/mtddh_38d44fcc_000006.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dbe737148d0f94f54fd2dd5a9056621d26c460e440b23fa8e04f9d8eb47b6f3 +size 393344 diff --git a/MTDDH/labels/mtddh_38d7a848_000804.npy b/MTDDH/labels/mtddh_38d7a848_000804.npy new file mode 100644 index 0000000000000000000000000000000000000000..c58b751ca0a8dc5a70ba4e226b1cb74d4cbcaa2b --- /dev/null +++ b/MTDDH/labels/mtddh_38d7a848_000804.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3f20ca89ef6249426f55b7e635522652b42f7101839cbb027528b3e6dd88c79 +size 393344 diff --git a/MTDDH/labels/mtddh_395546f1_000736.npy b/MTDDH/labels/mtddh_395546f1_000736.npy new file mode 100644 index 0000000000000000000000000000000000000000..c7902da8a8c19af97e62077c90b3b2ee5de7324e --- /dev/null +++ b/MTDDH/labels/mtddh_395546f1_000736.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:945ed34ba63bf4fd095690036d33ed877ea03aae617d91c9f6e885a32344c3cb +size 393344 diff --git a/MTDDH/labels/mtddh_399424eb_000487.npy b/MTDDH/labels/mtddh_399424eb_000487.npy new file mode 100644 index 0000000000000000000000000000000000000000..729ca0482ff95a2827fbbf881f6e105059f67629 --- /dev/null +++ b/MTDDH/labels/mtddh_399424eb_000487.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a843ccf146e17c06862089af02e94b39efde42957e2a4920eef233d01b4dd8d +size 393344 diff --git a/MTDDH/labels/mtddh_39c52896_000271.npy b/MTDDH/labels/mtddh_39c52896_000271.npy new file mode 100644 index 0000000000000000000000000000000000000000..5a4ab2041587669824c101a050b3efdb9daa509c --- /dev/null +++ b/MTDDH/labels/mtddh_39c52896_000271.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eed166a0ef3d5f2d6022ed0643773b5dfcad25c02341479189ad05b7ef54bfb +size 393344 diff --git a/MTDDH/labels/mtddh_39d9c430_000859.npy b/MTDDH/labels/mtddh_39d9c430_000859.npy new file mode 100644 index 0000000000000000000000000000000000000000..493b4870aff80ee2cfffbeebd82b2c4d9c26ef4e --- /dev/null +++ b/MTDDH/labels/mtddh_39d9c430_000859.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09a71393f1b7970c99726c02121df38582991bad21a4f418ce02f28478a9e612 +size 393344 diff --git a/MTDDH/labels/mtddh_39f9ead5_000089.npy b/MTDDH/labels/mtddh_39f9ead5_000089.npy new file mode 100644 index 0000000000000000000000000000000000000000..8c694d1166f4d20129cc1dc2da367bbbee2deff1 --- /dev/null +++ b/MTDDH/labels/mtddh_39f9ead5_000089.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf87e4fc1d709a3e5a2b75174ab22f003107072e1309a06d797bc93e7538526e +size 393344 diff --git a/MTDDH/labels/mtddh_3a113e4c_000814.npy b/MTDDH/labels/mtddh_3a113e4c_000814.npy new file mode 100644 index 0000000000000000000000000000000000000000..a92e4676b20687850a5e102ca0a2e5777e7dd596 --- /dev/null +++ b/MTDDH/labels/mtddh_3a113e4c_000814.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76c8d096e57d5710b25dc9b53a3f548072358bd08ec1c795cedf6eb58ed4d54c +size 393344 diff --git a/MTDDH/labels/mtddh_3abd9dc0_000378.npy b/MTDDH/labels/mtddh_3abd9dc0_000378.npy new file mode 100644 index 0000000000000000000000000000000000000000..0885e7141291f25b6f0f53e186a1646a1dbd8ae6 --- /dev/null +++ b/MTDDH/labels/mtddh_3abd9dc0_000378.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:130c483029a3413267493b454107fcc3af43fc50cef3e85ecc1c4c1376ad3986 +size 393344 diff --git a/MTDDH/labels/mtddh_3b50b29d_000790.npy b/MTDDH/labels/mtddh_3b50b29d_000790.npy new file mode 100644 index 0000000000000000000000000000000000000000..ea00a752b4a0236fd401a06582026f7cbab1aad6 --- /dev/null +++ b/MTDDH/labels/mtddh_3b50b29d_000790.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b215dd61c22bac338686ea638a140ae55f09e8e76b48825b2d7d188e096164bc +size 393344 diff --git a/MTDDH/labels/mtddh_3b771824_000013.npy b/MTDDH/labels/mtddh_3b771824_000013.npy new file mode 100644 index 0000000000000000000000000000000000000000..d864e70d0a15ef66f3cea2ffb8f3b86c36a1f4c3 --- /dev/null +++ b/MTDDH/labels/mtddh_3b771824_000013.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83a8cb7d7cd94d33a880c5bba27fe916bbf53f6b84c1621f3eebd22247db0b68 +size 393344 diff --git a/MTDDH/labels/mtddh_3b83f198_000513.npy b/MTDDH/labels/mtddh_3b83f198_000513.npy new file mode 100644 index 0000000000000000000000000000000000000000..64b9484273c4fb3fff0e96590599b4d841b6d97e --- /dev/null +++ b/MTDDH/labels/mtddh_3b83f198_000513.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82fa4117d1c5a1ff2a4f5e4278c2b6e7376e1fb0f307abab5b8287c600bf83e9 +size 393344 diff --git a/MTDDH/labels/mtddh_3b931635_000698.npy b/MTDDH/labels/mtddh_3b931635_000698.npy new file mode 100644 index 0000000000000000000000000000000000000000..8a8164e60937f99111e19e806ce97e4a11ce8ea8 --- /dev/null +++ b/MTDDH/labels/mtddh_3b931635_000698.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94699d64d73f448f2d0cdaf340aa025163f33c8063e668b6ec00e11b2b44ea7d +size 393344 diff --git a/MTDDH/labels/mtddh_3be986e2_000797.npy b/MTDDH/labels/mtddh_3be986e2_000797.npy new file mode 100644 index 0000000000000000000000000000000000000000..cb2f264519962bb8feffa2a5f4074437c8d5009e --- /dev/null +++ b/MTDDH/labels/mtddh_3be986e2_000797.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73022cabfead074c038aa4c89396aaa9c859f4de92a2bd21099688b5e0463f2c +size 393344 diff --git a/MTDDH/labels/mtddh_3c2250cb_000860.npy b/MTDDH/labels/mtddh_3c2250cb_000860.npy new file mode 100644 index 0000000000000000000000000000000000000000..29803a9e8356761de09a43c44f34a10a539a66c8 --- /dev/null +++ b/MTDDH/labels/mtddh_3c2250cb_000860.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8799a805752511b28fc8f0c512add1ac98d21be0b65c19c0557f9779942a233 +size 393344 diff --git a/MTDDH/labels/mtddh_3c96598d_000791.npy b/MTDDH/labels/mtddh_3c96598d_000791.npy new file mode 100644 index 0000000000000000000000000000000000000000..0a00cf87ad4e09c47de20bb48b24b0b39d165c19 --- /dev/null +++ b/MTDDH/labels/mtddh_3c96598d_000791.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e5ef305d279883ff7a2da3543e289e77203e4527eeb7960056ad989b7777ccb +size 393344 diff --git a/MTDDH/labels/mtddh_3cb6e879_000707.npy b/MTDDH/labels/mtddh_3cb6e879_000707.npy new file mode 100644 index 0000000000000000000000000000000000000000..07425051bba82432cda0323c7bb893416ce5a209 --- /dev/null +++ b/MTDDH/labels/mtddh_3cb6e879_000707.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d55ba23b48609c4e4c33128e36e26eb4504f240fcbe4bbccbd9f72d00b90bc23 +size 393344 diff --git a/MTDDH/labels/mtddh_3d01e505_000107.npy b/MTDDH/labels/mtddh_3d01e505_000107.npy new file mode 100644 index 0000000000000000000000000000000000000000..4ba74c7600730cbc41b03eb9d85fbf0adde88ca0 --- /dev/null +++ b/MTDDH/labels/mtddh_3d01e505_000107.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:799b9f6ed19893b8b3e37fadacfb51af5c6291666ab62e0dc94222b99cfc2156 +size 393344 diff --git a/MTDDH/labels/mtddh_3d35b65a_000650.npy b/MTDDH/labels/mtddh_3d35b65a_000650.npy new file mode 100644 index 0000000000000000000000000000000000000000..b58ee5275fdbca785ced4fa4b7647da6c153f1a2 --- /dev/null +++ b/MTDDH/labels/mtddh_3d35b65a_000650.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52d23ff283da0f050728ce68ecc88dbbfdec7b39bb18cf2beb44782353331446 +size 393344 diff --git a/MTDDH/labels/mtddh_3d8d4d79_000281.npy b/MTDDH/labels/mtddh_3d8d4d79_000281.npy new file mode 100644 index 0000000000000000000000000000000000000000..22d2337fb7cb53dd9d70c93e47b79828295a6c96 --- /dev/null +++ b/MTDDH/labels/mtddh_3d8d4d79_000281.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a463e2f97d6e7464aec6f68e1479d5576600aafe3e49d5a795edce3b3180276 +size 393344 diff --git a/MTDDH/labels/mtddh_3de888bd_000861.npy b/MTDDH/labels/mtddh_3de888bd_000861.npy new file mode 100644 index 0000000000000000000000000000000000000000..166b0e68bc50f5f7cd5d888c9910f6a50b3e1aa2 --- /dev/null +++ b/MTDDH/labels/mtddh_3de888bd_000861.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9e5ac7221966580db2d98b232ae398e7de01132623d3cd836dc5a18e56e36d1 +size 393344 diff --git a/MTDDH/labels/mtddh_3e8563b6_000028.npy b/MTDDH/labels/mtddh_3e8563b6_000028.npy new file mode 100644 index 0000000000000000000000000000000000000000..e21825ed145929bf9bc2eb44e6c99fd230c354be --- /dev/null +++ b/MTDDH/labels/mtddh_3e8563b6_000028.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0003004fbfdacb7d45ba362be6a35ab45a270bd87b2568162017c1921851fea2 +size 393344 diff --git a/MTDDH/labels/mtddh_3eab957f_000073.npy b/MTDDH/labels/mtddh_3eab957f_000073.npy new file mode 100644 index 0000000000000000000000000000000000000000..d5a92c01f5fd70d84240846361b9831fba14d0fb --- /dev/null +++ b/MTDDH/labels/mtddh_3eab957f_000073.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfed85298155a86878d7f85fa9e03e5dfb5bf2854ae5257405dc7d4cb5c9f39d +size 393344 diff --git a/MTDDH/labels/mtddh_3f09bbd0_000696.npy b/MTDDH/labels/mtddh_3f09bbd0_000696.npy new file mode 100644 index 0000000000000000000000000000000000000000..8e7264f7221fe6509d79ded0ab73a46d5daebbf9 --- /dev/null +++ b/MTDDH/labels/mtddh_3f09bbd0_000696.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ee928df4bd17abf24d60a3c8586e3a4c93c853616949076ed9936795956a592 +size 393344 diff --git a/MTDDH/labels/mtddh_3f3905b6_000190.npy b/MTDDH/labels/mtddh_3f3905b6_000190.npy new file mode 100644 index 0000000000000000000000000000000000000000..dce4363a1cd4a260ff22d7f147a753d00deed043 --- /dev/null +++ b/MTDDH/labels/mtddh_3f3905b6_000190.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62b3dc5d71b0eb647652411092e685837b54e7c6e4eb40cccba15dfd09f8f6f3 +size 393344 diff --git a/MTDDH/labels/mtddh_3f56be3d_000212.npy b/MTDDH/labels/mtddh_3f56be3d_000212.npy new file mode 100644 index 0000000000000000000000000000000000000000..7b7b64da56fc003f13150f48e7783d0fb7e193c2 --- /dev/null +++ b/MTDDH/labels/mtddh_3f56be3d_000212.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62ffcff7d78d20659349fb15ed006c9e4d0016e0a81c82f999d5bb43901d9276 +size 393344 diff --git a/MTDDH/labels/mtddh_3fb86e51_000838.npy b/MTDDH/labels/mtddh_3fb86e51_000838.npy new file mode 100644 index 0000000000000000000000000000000000000000..e6da2d18d254a74333cfde25d6b68ea89254a96c --- /dev/null +++ b/MTDDH/labels/mtddh_3fb86e51_000838.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f48f0b17427a8cebe604c98f77c5d2bff066b7f2f147ec7f2fa7251a02d5072 +size 393344 diff --git a/MTDDH/labels/mtddh_3fd59524_000197.npy b/MTDDH/labels/mtddh_3fd59524_000197.npy new file mode 100644 index 0000000000000000000000000000000000000000..72d82f0be891fa75a6433ffac7128b1f9fb3e820 --- /dev/null +++ b/MTDDH/labels/mtddh_3fd59524_000197.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f18e8887a01df2cf845f752b2aa21ed1d9ea52e3503821e1e73011068c0fc635 +size 393344 diff --git a/MTDDH/labels/mtddh_3fdceeaf_000819.npy b/MTDDH/labels/mtddh_3fdceeaf_000819.npy new file mode 100644 index 0000000000000000000000000000000000000000..093699b459bb9deeed56ff030080c98b53faf8b9 --- /dev/null +++ b/MTDDH/labels/mtddh_3fdceeaf_000819.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22f8b8a7dcf8e5edfd1241453d19940d85a76ddc3edd142dec9fcafffc4446d1 +size 393344 diff --git a/MTDDH/labels/mtddh_3ff8582f_000225.npy b/MTDDH/labels/mtddh_3ff8582f_000225.npy new file mode 100644 index 0000000000000000000000000000000000000000..ec4a3e984b356d090b02624ce8ce8c131b66fa41 --- /dev/null +++ b/MTDDH/labels/mtddh_3ff8582f_000225.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19b328a5bf53492088add182d5aab69b533771102bd4e97d9606c5e7a6c23736 +size 393344 diff --git a/MTDDH/labels/mtddh_406564f1_000895.npy b/MTDDH/labels/mtddh_406564f1_000895.npy new file mode 100644 index 0000000000000000000000000000000000000000..3b65e93f920c266b7fc656ac0d7b8313005cb917 --- /dev/null +++ b/MTDDH/labels/mtddh_406564f1_000895.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fa803886abcb1258d85f6e53bcb9b0589107f1ac9c73f6819b8dc69f8419ff9 +size 393344 diff --git a/MTDDH/labels/mtddh_4077e03e_000681.npy b/MTDDH/labels/mtddh_4077e03e_000681.npy new file mode 100644 index 0000000000000000000000000000000000000000..3a80e93f2b2fc7c3b90e7a612a6ad5f1361ed983 --- /dev/null +++ b/MTDDH/labels/mtddh_4077e03e_000681.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:136f9848c34768ed5ca89326493da7fd192d1afa87d98e7d197aeb64637bb39a +size 393344 diff --git a/MTDDH/labels/mtddh_41100769_000738.npy b/MTDDH/labels/mtddh_41100769_000738.npy new file mode 100644 index 0000000000000000000000000000000000000000..a3e1d5caf9e86cfd634f64f3db94eed484e7ac2c --- /dev/null +++ b/MTDDH/labels/mtddh_41100769_000738.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1187c938e436499e639651a7aed74ba7ee0fe69ab68460aa0d739fef1f61b33 +size 393344 diff --git a/MTDDH/labels/mtddh_41b6030b_000811.npy b/MTDDH/labels/mtddh_41b6030b_000811.npy new file mode 100644 index 0000000000000000000000000000000000000000..530d1fb8e10497eb138224a90f5d1d2888a7e039 --- /dev/null +++ b/MTDDH/labels/mtddh_41b6030b_000811.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2abb106d5eaf6513fa7e3d8c72c859e00b04bba55c031d6eea672f3dc2f2ea7 +size 393344 diff --git a/MTDDH/labels/mtddh_41e8c93f_000350.npy b/MTDDH/labels/mtddh_41e8c93f_000350.npy new file mode 100644 index 0000000000000000000000000000000000000000..a595b7010dcaa1b16f54a14513a33f8464404c55 --- /dev/null +++ b/MTDDH/labels/mtddh_41e8c93f_000350.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:689c1c3e275821d06938b22438638d0e0733116bb819bbfd5406fabd8ae082d8 +size 393344 diff --git a/MTDDH/labels/mtddh_41e8d599_000614.npy b/MTDDH/labels/mtddh_41e8d599_000614.npy new file mode 100644 index 0000000000000000000000000000000000000000..8283626a508a3eb3f7f9af4689ac73f7b177930f --- /dev/null +++ b/MTDDH/labels/mtddh_41e8d599_000614.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ad89427f926a9197d2fa75b0f9a7a4815894777adbd2c909553e3c189b20969 +size 393344 diff --git a/MTDDH/labels/mtddh_42a61270_000827.npy b/MTDDH/labels/mtddh_42a61270_000827.npy new file mode 100644 index 0000000000000000000000000000000000000000..cee98ff7cde55f1222f97f75c314b43b8c4a040c --- /dev/null +++ b/MTDDH/labels/mtddh_42a61270_000827.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80ae4f3a0eb0b9df30d0400e7bf4eb654227dfd127248a82e5a2d0df953b8cd3 +size 393344 diff --git a/MTDDH/labels/mtddh_42a883a5_000329.npy b/MTDDH/labels/mtddh_42a883a5_000329.npy new file mode 100644 index 0000000000000000000000000000000000000000..cc8a80ca4065047e24785ae102b94fc206e37492 --- /dev/null +++ b/MTDDH/labels/mtddh_42a883a5_000329.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5985ad435b6a818d09043a1d27e4036a46f9a03c1b0b132c7f9463e1c5a73214 +size 393344 diff --git a/MTDDH/labels/mtddh_4369dc86_000862.npy b/MTDDH/labels/mtddh_4369dc86_000862.npy new file mode 100644 index 0000000000000000000000000000000000000000..8ce6f7701327506f6db5024155fd709bc79f112d --- /dev/null +++ b/MTDDH/labels/mtddh_4369dc86_000862.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c74ff25b8390550784f9a4c3c4236d7245a8b520c6352b76d4c30d18dcbdde3 +size 393344 diff --git a/MTDDH/labels/mtddh_4377ea37_000659.npy b/MTDDH/labels/mtddh_4377ea37_000659.npy new file mode 100644 index 0000000000000000000000000000000000000000..b17e301d9017206e09f6499ed9f606915a460abb --- /dev/null +++ b/MTDDH/labels/mtddh_4377ea37_000659.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c17ecca64651f6701cb8e329eaad8a8b79f3c9b913b264463a4e8a2da1c90da6 +size 393344 diff --git a/MTDDH/labels/mtddh_4384f9df_000014.npy b/MTDDH/labels/mtddh_4384f9df_000014.npy new file mode 100644 index 0000000000000000000000000000000000000000..29dcda76610af89f7561459f7008dbceb4e1be60 --- /dev/null +++ b/MTDDH/labels/mtddh_4384f9df_000014.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:137c3027b16af811edfec3905a022a07cd64d1e54c493e970173e4b8eb3d0fbb +size 393344 diff --git a/MTDDH/labels/mtddh_438a37a5_000488.npy b/MTDDH/labels/mtddh_438a37a5_000488.npy new file mode 100644 index 0000000000000000000000000000000000000000..2819ded3b73a9b272a8c07a91a33bdec578ae9ba --- /dev/null +++ b/MTDDH/labels/mtddh_438a37a5_000488.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d44987bbdd112c64b816c2a078fcf0517302f2a5250be6b32c6cfde62a925d9 +size 393344 diff --git a/MTDDH/labels/mtddh_438bc3b1_000489.npy b/MTDDH/labels/mtddh_438bc3b1_000489.npy new file mode 100644 index 0000000000000000000000000000000000000000..1ee5fa965a0d428b6cdedae17e275831c856af1e --- /dev/null +++ b/MTDDH/labels/mtddh_438bc3b1_000489.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dfacc82ad578f3f390c6f4755ce9b45a806c3d4391c23f0f059cc609b2950fd +size 393344 diff --git a/MTDDH/labels/mtddh_43e243d8_000763.npy b/MTDDH/labels/mtddh_43e243d8_000763.npy new file mode 100644 index 0000000000000000000000000000000000000000..c466075a582af16652ea12f6ebf9bfdd69add0fd --- /dev/null +++ b/MTDDH/labels/mtddh_43e243d8_000763.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2968f38775086abaee23a652ffcf8caaf9e8890e000c3f1a6624f37d049e6b2f +size 393344 diff --git a/MTDDH/labels/mtddh_445c9a3f_000463.npy b/MTDDH/labels/mtddh_445c9a3f_000463.npy new file mode 100644 index 0000000000000000000000000000000000000000..fce3afe9919f761e651af51c3dccffdd93a5b5b7 --- /dev/null +++ b/MTDDH/labels/mtddh_445c9a3f_000463.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20a01f3ef26d4955e252d6ddac5c4f0b328b11fef7810e3461ccec28f6c42c7d +size 393344 diff --git a/MTDDH/labels/mtddh_449d428f_000208.npy b/MTDDH/labels/mtddh_449d428f_000208.npy new file mode 100644 index 0000000000000000000000000000000000000000..7fd70ed37ec8716235bfaebfd0bd593a0751ceb4 --- /dev/null +++ b/MTDDH/labels/mtddh_449d428f_000208.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef5d9c36581bfd44fc4ea40ae44b91e2ef520269c2c79cc55346ca9112d7325a +size 393344 diff --git a/MTDDH/labels/mtddh_44d2c271_000863.npy b/MTDDH/labels/mtddh_44d2c271_000863.npy new file mode 100644 index 0000000000000000000000000000000000000000..6f48ab4124abe104d1fe08dd308999b2147d2e71 --- /dev/null +++ b/MTDDH/labels/mtddh_44d2c271_000863.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8025f2d9d7702295dece233b47664bbd1325dd931288b587209b6e3296f07f8 +size 393344 diff --git a/MTDDH/labels/mtddh_45208679_000547.npy b/MTDDH/labels/mtddh_45208679_000547.npy new file mode 100644 index 0000000000000000000000000000000000000000..a68846550177b43b5dc64096af0a29d20089c9ec --- /dev/null +++ b/MTDDH/labels/mtddh_45208679_000547.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7a3821f38745895526d9247b17dd6f09c8434e610dfb35a6b24ea466d5c028c +size 393344 diff --git a/MTDDH/labels/mtddh_457c5a47_000269.npy b/MTDDH/labels/mtddh_457c5a47_000269.npy new file mode 100644 index 0000000000000000000000000000000000000000..f7adf074127dca850f18ee58f493139cdcb4553e --- /dev/null +++ b/MTDDH/labels/mtddh_457c5a47_000269.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbaf4dd6bb16115e23a23418f400b36910d9cb09e2f7302ed1d491a551899b70 +size 393344 diff --git a/MTDDH/labels/mtddh_45aa76e0_000792.npy b/MTDDH/labels/mtddh_45aa76e0_000792.npy new file mode 100644 index 0000000000000000000000000000000000000000..e799be10d2a48c70015bab0b90b3ed869cada90c --- /dev/null +++ b/MTDDH/labels/mtddh_45aa76e0_000792.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23c0606d25d8bb06e5fdbe669e77ae9c475b8d2ef30f05d9d4adb5c1dc9c1728 +size 393344 diff --git a/MTDDH/labels/mtddh_45d2d694_000534.npy b/MTDDH/labels/mtddh_45d2d694_000534.npy new file mode 100644 index 0000000000000000000000000000000000000000..ae3677552821998f872fc61539a492929aa124a1 --- /dev/null +++ b/MTDDH/labels/mtddh_45d2d694_000534.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99dfc075be96d200c22859052f8d33bcd0c2ff0eed90ed49706bd128be3e4a68 +size 393344 diff --git a/MTDDH/labels/mtddh_45d635d4_000087.npy b/MTDDH/labels/mtddh_45d635d4_000087.npy new file mode 100644 index 0000000000000000000000000000000000000000..39c0d27cbd7299c707e3fb86c3a83758b728dcfe --- /dev/null +++ b/MTDDH/labels/mtddh_45d635d4_000087.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:518011c1eb82ea3c7504b2abfef2964b2665679a30832f797b8adf93eae77247 +size 393344 diff --git a/MTDDH/labels/mtddh_45fa36bd_000713.npy b/MTDDH/labels/mtddh_45fa36bd_000713.npy new file mode 100644 index 0000000000000000000000000000000000000000..dd58d810f141935d8878e94f6f2baefe791c23fc --- /dev/null +++ b/MTDDH/labels/mtddh_45fa36bd_000713.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7671781089f3fd3561edc55d2886f668c0cb584c52ce8c2f574703161d622b5a +size 393344 diff --git a/MTDDH/labels/mtddh_46281482_000864.npy b/MTDDH/labels/mtddh_46281482_000864.npy new file mode 100644 index 0000000000000000000000000000000000000000..da3d4a7b1097514660f41915edcea58f35fa1a4d --- /dev/null +++ b/MTDDH/labels/mtddh_46281482_000864.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91201b3e419d9cd52ecfbaf73c1d113d60c4eb4eb0e8c4e10a3faaf82c1e6f21 +size 393344 diff --git a/MTDDH/labels/mtddh_464e5766_000548.npy b/MTDDH/labels/mtddh_464e5766_000548.npy new file mode 100644 index 0000000000000000000000000000000000000000..4daba88c0c8f42381c80a5ccac469875e8d14170 --- /dev/null +++ b/MTDDH/labels/mtddh_464e5766_000548.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bef0474827066ced6554eed3e6c44daba65dd89a11ecb5ac8db0e6324d72cb12 +size 393344 diff --git a/MTDDH/labels/mtddh_46ce4847_000745.npy b/MTDDH/labels/mtddh_46ce4847_000745.npy new file mode 100644 index 0000000000000000000000000000000000000000..b955091639676bf1375cd6832da34819b3c1f307 --- /dev/null +++ b/MTDDH/labels/mtddh_46ce4847_000745.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c27d6a0c58007a34e4e27f85701ee7971f52e6dd6eee931e0910f761be3bdc9b +size 393344 diff --git a/MTDDH/labels/mtddh_475e7e01_000351.npy b/MTDDH/labels/mtddh_475e7e01_000351.npy new file mode 100644 index 0000000000000000000000000000000000000000..3629cf49bb5222b8888a870c9fd1731b64fb0c57 --- /dev/null +++ b/MTDDH/labels/mtddh_475e7e01_000351.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47f58fdb0c431fd1e0e71dfeeffe65fb6d9c7a8244775322adc65fa3391eee7b +size 393344 diff --git a/MTDDH/labels/mtddh_47b74016_000379.npy b/MTDDH/labels/mtddh_47b74016_000379.npy new file mode 100644 index 0000000000000000000000000000000000000000..9e4aea65229a4048761ea49f244193ab7f1e187b --- /dev/null +++ b/MTDDH/labels/mtddh_47b74016_000379.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a19132a51acd9797b63c31647852b65c74d686f3b5cfb145e5699fcd66386a0d +size 393344 diff --git a/MTDDH/labels/mtddh_47e016de_000272.npy b/MTDDH/labels/mtddh_47e016de_000272.npy new file mode 100644 index 0000000000000000000000000000000000000000..56cefa50e15751a422835f1938d880580743ab9b --- /dev/null +++ b/MTDDH/labels/mtddh_47e016de_000272.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5f1e12836e0b2ab4a2b83cdb3cf6e7fae8ec5a4ea6af18068fb4d7f0e5c0f62 +size 393344 diff --git a/MTDDH/labels/mtddh_4878cb97_000257.npy b/MTDDH/labels/mtddh_4878cb97_000257.npy new file mode 100644 index 0000000000000000000000000000000000000000..45cc467f2b90d20060c5d5d29462b2201b849c87 --- /dev/null +++ b/MTDDH/labels/mtddh_4878cb97_000257.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e3b4eecf62a91a4e0470c38700851937a4894b727d9e8f0821703ad219db36e +size 393344 diff --git a/MTDDH/labels/mtddh_489ccc88_000162.npy b/MTDDH/labels/mtddh_489ccc88_000162.npy new file mode 100644 index 0000000000000000000000000000000000000000..6d18643c68a56f01fce21e61b113153ae83119e4 --- /dev/null +++ b/MTDDH/labels/mtddh_489ccc88_000162.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bba8b95c56c999c05e9227f001b6c76312ab00054e85e6c9af391080f1b7d528 +size 393344 diff --git a/MTDDH/labels/mtddh_49845a7a_000855.npy b/MTDDH/labels/mtddh_49845a7a_000855.npy new file mode 100644 index 0000000000000000000000000000000000000000..bc029cc32e79cf94d56a10311d28151e71b74a38 --- /dev/null +++ b/MTDDH/labels/mtddh_49845a7a_000855.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9da5fb56d4bd8280082f74f096d054d9aa8e66580a8fad45003ffbe28175c562 +size 393344 diff --git a/MTDDH/labels/mtddh_4984cad2_000549.npy b/MTDDH/labels/mtddh_4984cad2_000549.npy new file mode 100644 index 0000000000000000000000000000000000000000..88e585412cf0f81094f71c5742be1ab78170bfaa --- /dev/null +++ b/MTDDH/labels/mtddh_4984cad2_000549.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1023ec1488f58bd18cc4d73af2997b40fbaf0ed2ce723229bd410e5bb952d961 +size 393344 diff --git a/MTDDH/labels/mtddh_4a9b2701_000170.npy b/MTDDH/labels/mtddh_4a9b2701_000170.npy new file mode 100644 index 0000000000000000000000000000000000000000..ab3d729d95ac244786d3971764be7e6944829f10 --- /dev/null +++ b/MTDDH/labels/mtddh_4a9b2701_000170.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fea134552371c43e02d2248d14d2deab6e1541064d298291d621d00d94ad5c47 +size 393344 diff --git a/MTDDH/labels/mtddh_4ab46f79_000131.npy b/MTDDH/labels/mtddh_4ab46f79_000131.npy new file mode 100644 index 0000000000000000000000000000000000000000..0d10433907aa95c16dfc8f3498661f4915655d24 --- /dev/null +++ b/MTDDH/labels/mtddh_4ab46f79_000131.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4018b25f6574de43f6c53a6df966421a9bc9f8eda5b0ecf96b57129a4ea2df8f +size 393344 diff --git a/MTDDH/labels/mtddh_4abf2ba6_000216.npy b/MTDDH/labels/mtddh_4abf2ba6_000216.npy new file mode 100644 index 0000000000000000000000000000000000000000..2b3a80e86f29c149b3560e37729e95d54ad3cf2c --- /dev/null +++ b/MTDDH/labels/mtddh_4abf2ba6_000216.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7048d63b795959d8120ac5ae4d8227006d97c97fd35cbf14c2fdcf248c0d5937 +size 393344 diff --git a/MTDDH/labels/mtddh_4b32ed8e_000464.npy b/MTDDH/labels/mtddh_4b32ed8e_000464.npy new file mode 100644 index 0000000000000000000000000000000000000000..60a47f1434d398318bc73da1b383769b9f736ccf --- /dev/null +++ b/MTDDH/labels/mtddh_4b32ed8e_000464.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e0d0ad3376f44a0eb9adc03407a78f8d4f20dfeaa2ea5620f51c3324a47692b +size 393344 diff --git a/MTDDH/labels/mtddh_4b4073c9_000630.npy b/MTDDH/labels/mtddh_4b4073c9_000630.npy new file mode 100644 index 0000000000000000000000000000000000000000..fa1cbc67da40b0f42e65add5469e7ff97f39fea4 --- /dev/null +++ b/MTDDH/labels/mtddh_4b4073c9_000630.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5f247729212aebd6bd7513a3b2b7c6b6440b357818a43f14df4831486b3e8ec +size 393344 diff --git a/MTDDH/labels/mtddh_4b927d43_000083.npy b/MTDDH/labels/mtddh_4b927d43_000083.npy new file mode 100644 index 0000000000000000000000000000000000000000..6142a2bc9c4d8a4ee89857ec4c7fa38b6b1de7dc --- /dev/null +++ b/MTDDH/labels/mtddh_4b927d43_000083.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ca7b0d0e221789640b3f9315498211c49d9953c74cd65e1ec5c83d2c77ebf46 +size 393344 diff --git a/MTDDH/labels/mtddh_4b9f6db9_000238.npy b/MTDDH/labels/mtddh_4b9f6db9_000238.npy new file mode 100644 index 0000000000000000000000000000000000000000..aff4e38b5b05d2f19c7cebd1b96b6fef70533256 --- /dev/null +++ b/MTDDH/labels/mtddh_4b9f6db9_000238.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5451aa5ba92c5ba9ad99a4576f0b7f416341ff10bd8aeb9a905a293a7d5bf893 +size 393344 diff --git a/MTDDH/labels/mtddh_4bf03a52_000380.npy b/MTDDH/labels/mtddh_4bf03a52_000380.npy new file mode 100644 index 0000000000000000000000000000000000000000..5517f47f2dfcc98d00525c20ba47c67d8f2e1d1f --- /dev/null +++ b/MTDDH/labels/mtddh_4bf03a52_000380.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:545dead0a2228d5c6bbcd55d97656ccad37367a06ee4538cdfbdb6b3a09cbc20 +size 393344 diff --git a/MTDDH/labels/mtddh_4c01d38c_000177.npy b/MTDDH/labels/mtddh_4c01d38c_000177.npy new file mode 100644 index 0000000000000000000000000000000000000000..34c4149376ce21d24dea11ae5bb8191f9502cc35 --- /dev/null +++ b/MTDDH/labels/mtddh_4c01d38c_000177.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a2bb25a49578246f85d499b9a0613ecdf5f8823ca441c452dccdf6f4af13b34 +size 393344 diff --git a/MTDDH/labels/mtddh_4c190b1e_000184.npy b/MTDDH/labels/mtddh_4c190b1e_000184.npy new file mode 100644 index 0000000000000000000000000000000000000000..e3f0aeeda722009902e6d19d951f7c980f7efeb5 --- /dev/null +++ b/MTDDH/labels/mtddh_4c190b1e_000184.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68df921e27981aa9f98710d83ef90f0c3e91de8e4ec2e9ca174db6a0efe54c47 +size 393344 diff --git a/MTDDH/labels/mtddh_4c3a7464_000706.npy b/MTDDH/labels/mtddh_4c3a7464_000706.npy new file mode 100644 index 0000000000000000000000000000000000000000..76f302947d80275deb034f553bd856af261d47ad --- /dev/null +++ b/MTDDH/labels/mtddh_4c3a7464_000706.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c024ac53764413c3525fd681db883d71ff07184f9b7e5d40f1840aba4f92bd0 +size 393344 diff --git a/MTDDH/labels/mtddh_4c46a52e_000906.npy b/MTDDH/labels/mtddh_4c46a52e_000906.npy new file mode 100644 index 0000000000000000000000000000000000000000..10572d6dab357503c3b6cb4a7bacebe9d1b2260c --- /dev/null +++ b/MTDDH/labels/mtddh_4c46a52e_000906.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:316a005a3c9158cbf9f0f86b9deff442ff002d2b6e7d8941b24afa1889aae3ba +size 393344 diff --git a/MTDDH/labels/mtddh_4c7fda6e_000204.npy b/MTDDH/labels/mtddh_4c7fda6e_000204.npy new file mode 100644 index 0000000000000000000000000000000000000000..8bd2acf5968664e8ab08fb603ca3bcb482a90dfd --- /dev/null +++ b/MTDDH/labels/mtddh_4c7fda6e_000204.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:421a5d9aef0964503361d871af1e23fbc1fce25507b9a4180c90e637cb831c2a +size 393344 diff --git a/MTDDH/labels/mtddh_4cdfad5b_000054.npy b/MTDDH/labels/mtddh_4cdfad5b_000054.npy new file mode 100644 index 0000000000000000000000000000000000000000..ca2d194f4afec60c3e1c1a2d3bb5125b7ac3daf1 --- /dev/null +++ b/MTDDH/labels/mtddh_4cdfad5b_000054.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4bce62a4447a293b76ee0b992e4f9e573c0ed2c4f23e318c06c7f18fcc3aae8 +size 393344 diff --git a/MTDDH/labels/mtddh_4d234745_000873.npy b/MTDDH/labels/mtddh_4d234745_000873.npy new file mode 100644 index 0000000000000000000000000000000000000000..d6bc068e300392e079fe638f31820b99b3184104 --- /dev/null +++ b/MTDDH/labels/mtddh_4d234745_000873.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e370fb45a6705b8b1226cf971be735bfc990b015abd85a9f5e6cbad9c2f9d9a +size 393344 diff --git a/MTDDH/labels/mtddh_4d291f4d_000352.npy b/MTDDH/labels/mtddh_4d291f4d_000352.npy new file mode 100644 index 0000000000000000000000000000000000000000..9bc68c613f650e76835cf08f37fe335e26e8a0b9 --- /dev/null +++ b/MTDDH/labels/mtddh_4d291f4d_000352.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a13ff61610b388a66917261a9819b8a535caec68ee4ce8433ef97b020e06a1c6 +size 393344 diff --git a/MTDDH/labels/mtddh_4d432a71_000381.npy b/MTDDH/labels/mtddh_4d432a71_000381.npy new file mode 100644 index 0000000000000000000000000000000000000000..cdfc568371cad08cc5bb98de45667aad56524652 --- /dev/null +++ b/MTDDH/labels/mtddh_4d432a71_000381.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afc5d795fb5de1dc304bc6e2ea0574835790c94f71a674e20b5933ea92051c96 +size 393344 diff --git a/MTDDH/labels/mtddh_4d782729_000714.npy b/MTDDH/labels/mtddh_4d782729_000714.npy new file mode 100644 index 0000000000000000000000000000000000000000..f268f1274179b4d75a1442f33a33ba65b1f2d7c9 --- /dev/null +++ b/MTDDH/labels/mtddh_4d782729_000714.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46e826144a4ef380d1c1f337353446cdbc1b42c331009c90a2e5eaa3ab98d13a +size 393344 diff --git a/MTDDH/labels/mtddh_4e23d366_000100.npy b/MTDDH/labels/mtddh_4e23d366_000100.npy new file mode 100644 index 0000000000000000000000000000000000000000..1914d23099eafd0a14ab319e28b00b2c0094a7c3 --- /dev/null +++ b/MTDDH/labels/mtddh_4e23d366_000100.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:081206d628df346f96ab8cb3ce423fd5d476212d099149ad03c95fa3b854f13a +size 393344 diff --git a/MTDDH/labels/mtddh_4f2eb21e_000865.npy b/MTDDH/labels/mtddh_4f2eb21e_000865.npy new file mode 100644 index 0000000000000000000000000000000000000000..1b94598f9fdf03eaa479d7989d4bc87b6436d852 --- /dev/null +++ b/MTDDH/labels/mtddh_4f2eb21e_000865.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce843cf6c6e1de4107c1ef7399614f3060c504a13b1f47a5a904e26833ee095b +size 393344 diff --git a/MTDDH/labels/mtddh_4f3223e1_000134.npy b/MTDDH/labels/mtddh_4f3223e1_000134.npy new file mode 100644 index 0000000000000000000000000000000000000000..7b2099a621c5c6200c2de6202e4976986cd3726c --- /dev/null +++ b/MTDDH/labels/mtddh_4f3223e1_000134.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26cde68af94c254bf5618c2587412c0096d96af17b0fee5eadf534a7f42b0fce +size 393344 diff --git a/MTDDH/labels/mtddh_4f7f2819_000856.npy b/MTDDH/labels/mtddh_4f7f2819_000856.npy new file mode 100644 index 0000000000000000000000000000000000000000..198b16e985c13972b2c3188995b4d63f2a261e56 --- /dev/null +++ b/MTDDH/labels/mtddh_4f7f2819_000856.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d34bb2c51a2569c39360f73f9fe8b07dcca070cf019219fe765fb0d88605cf4 +size 393344 diff --git a/MTDDH/labels/mtddh_4fa0a1a8_000330.npy b/MTDDH/labels/mtddh_4fa0a1a8_000330.npy new file mode 100644 index 0000000000000000000000000000000000000000..0a13c3cea3ea47caf9e4935fecb83b45cc797a30 --- /dev/null +++ b/MTDDH/labels/mtddh_4fa0a1a8_000330.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab7bb5b10da911ecbfe6915f896a66720abb9dfb42124195358ebc81dcf227da +size 393344 diff --git a/MTDDH/labels/mtddh_4fa36415_000874.npy b/MTDDH/labels/mtddh_4fa36415_000874.npy new file mode 100644 index 0000000000000000000000000000000000000000..e4c61f5b849d0fbefabd747f858753c5c81b6da6 --- /dev/null +++ b/MTDDH/labels/mtddh_4fa36415_000874.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:955392b359899f5111ffd58d647913c9949388d835733646b7a57132d9376298 +size 393344 diff --git a/MTDDH/labels/mtddh_4fb8052a_000514.npy b/MTDDH/labels/mtddh_4fb8052a_000514.npy new file mode 100644 index 0000000000000000000000000000000000000000..99dccf22dbabe5f6250f5c928fbf9d3599331f1c --- /dev/null +++ b/MTDDH/labels/mtddh_4fb8052a_000514.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f1d56c11b3453a2cd37518859cf8c7d70bebf3509d3daa1d7ee9c5cfdc42a28 +size 393344 diff --git a/MTDDH/labels/mtddh_5090b962_000331.npy b/MTDDH/labels/mtddh_5090b962_000331.npy new file mode 100644 index 0000000000000000000000000000000000000000..b3a83b9706e764f77223dab076517ccb6dc02bd9 --- /dev/null +++ b/MTDDH/labels/mtddh_5090b962_000331.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa00d1265b188f8656876e2485335511a320bdd0ca2acf54fd4e6141b3db5813 +size 393344 diff --git a/MTDDH/labels/mtddh_511a776c_000382.npy b/MTDDH/labels/mtddh_511a776c_000382.npy new file mode 100644 index 0000000000000000000000000000000000000000..501b4cb0e86577b0d8d295e2e65759f9e117a731 --- /dev/null +++ b/MTDDH/labels/mtddh_511a776c_000382.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be004870c18ff3fcc0131837d0b28d29f411f830a259a1d81bff35792456ab0b +size 393344 diff --git a/MTDDH/labels/mtddh_512c19ed_000631.npy b/MTDDH/labels/mtddh_512c19ed_000631.npy new file mode 100644 index 0000000000000000000000000000000000000000..78402055bf256499afbd104c173ea822c0121b26 --- /dev/null +++ b/MTDDH/labels/mtddh_512c19ed_000631.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdf94d89b45d383801723f812e920b5af8091f0c0dbf3f0efae3b32d3906a810 +size 393344 diff --git a/MTDDH/labels/mtddh_51500e28_000332.npy b/MTDDH/labels/mtddh_51500e28_000332.npy new file mode 100644 index 0000000000000000000000000000000000000000..e99a4eb697354e0915bae73cf522c37240f48ff6 --- /dev/null +++ b/MTDDH/labels/mtddh_51500e28_000332.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:444c1581039bf6f7e073889b183bc18eaa81214391349235fa9252bf5eb91e12 +size 393344 diff --git a/MTDDH/labels/mtddh_51e436ea_000490.npy b/MTDDH/labels/mtddh_51e436ea_000490.npy new file mode 100644 index 0000000000000000000000000000000000000000..d7233a6a004ab96e028afd170bc6191c84a6b7f3 --- /dev/null +++ b/MTDDH/labels/mtddh_51e436ea_000490.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eef5ae3f1982b6088714fb948e4caf4d4c8ffb21c627765a3311bad16134b5c +size 393344 diff --git a/MTDDH/labels/mtddh_51ec016e_000638.npy b/MTDDH/labels/mtddh_51ec016e_000638.npy new file mode 100644 index 0000000000000000000000000000000000000000..ea9d0a34a1f4fef33e9d1d74faa24f490319b1f1 --- /dev/null +++ b/MTDDH/labels/mtddh_51ec016e_000638.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fb93ae479d58b9c23afc5a7dec6267035e2e29a575072a64cc8485606bfb7d5 +size 393344 diff --git a/MTDDH/labels/mtddh_51ef83c8_000435.npy b/MTDDH/labels/mtddh_51ef83c8_000435.npy new file mode 100644 index 0000000000000000000000000000000000000000..a98792555f497ee23d4ca5f7942612b7f73b4f1b --- /dev/null +++ b/MTDDH/labels/mtddh_51ef83c8_000435.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8da33accddb5992cbd6f4b3d29476ccfe794643ed8c1411d3b616a153ae9344f +size 393344 diff --git a/MTDDH/labels/mtddh_52089a55_000866.npy b/MTDDH/labels/mtddh_52089a55_000866.npy new file mode 100644 index 0000000000000000000000000000000000000000..970f88891346945fd35941161753f3aa191399cf --- /dev/null +++ b/MTDDH/labels/mtddh_52089a55_000866.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9e475dbc38cf2f512e2c921577c6d37376369fb7ef7b4ff60080395046ad5fc +size 393344 diff --git a/MTDDH/labels/mtddh_5219efa1_000353.npy b/MTDDH/labels/mtddh_5219efa1_000353.npy new file mode 100644 index 0000000000000000000000000000000000000000..1289ed974f46dbc33357b1bbab2da860b281a024 --- /dev/null +++ b/MTDDH/labels/mtddh_5219efa1_000353.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f1e1da89e071af6a4af2fc860b6a419d880edb588532230fe6f72b7b551b7aa +size 393344 diff --git a/MTDDH/labels/mtddh_5249505a_000709.npy b/MTDDH/labels/mtddh_5249505a_000709.npy new file mode 100644 index 0000000000000000000000000000000000000000..55d71670ddbf02a77018c0f3548c27a5f3710736 --- /dev/null +++ b/MTDDH/labels/mtddh_5249505a_000709.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:439b4bf1cdc919e8b466c363ca1c682cb5d8f9ff7b18eb9e74e9961818843c39 +size 393344 diff --git a/MTDDH/labels/mtddh_525301fa_000721.npy b/MTDDH/labels/mtddh_525301fa_000721.npy new file mode 100644 index 0000000000000000000000000000000000000000..b6e5eb4ee992d149236cbf514e20219d925c96b5 --- /dev/null +++ b/MTDDH/labels/mtddh_525301fa_000721.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b46437e1875dcb9b5539fb948c46110a7fe124a800c566a543d9537771382e86 +size 393344 diff --git a/MTDDH/labels/mtddh_54058131_000798.npy b/MTDDH/labels/mtddh_54058131_000798.npy new file mode 100644 index 0000000000000000000000000000000000000000..df2fe2252dff5ea397a622a7c278b19aff7282e6 --- /dev/null +++ b/MTDDH/labels/mtddh_54058131_000798.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74f812a9ca5cdde6ac11c99c73fec7c81b500758f0fd91e8dcc9bb19612b0976 +size 393344 diff --git a/MTDDH/labels/mtddh_54a6fcd4_000594.npy b/MTDDH/labels/mtddh_54a6fcd4_000594.npy new file mode 100644 index 0000000000000000000000000000000000000000..633112cc8da6e53159ca541b27c645901c1e70d8 --- /dev/null +++ b/MTDDH/labels/mtddh_54a6fcd4_000594.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0678ba2b686c5986aa4cdac9e86070081430be9f4f4ba4d2492382f139331f7a +size 393344 diff --git a/MTDDH/labels/mtddh_54e95304_000875.npy b/MTDDH/labels/mtddh_54e95304_000875.npy new file mode 100644 index 0000000000000000000000000000000000000000..2984d875ee0893f45612394a6735b5dae6c9f823 --- /dev/null +++ b/MTDDH/labels/mtddh_54e95304_000875.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a19658526918111b6b68e36891829c48eb3908eae8f4631f7f0f37c6b9bc4f9f +size 393344 diff --git a/MTDDH/labels/mtddh_556ef4ce_000220.npy b/MTDDH/labels/mtddh_556ef4ce_000220.npy new file mode 100644 index 0000000000000000000000000000000000000000..580e816c71e4abe5d76564e8c43af83ddbf7401d --- /dev/null +++ b/MTDDH/labels/mtddh_556ef4ce_000220.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cd0928660a61b8890aa3352adb75e223c40e691d00ed2d6cf5c2420d9957a41 +size 393344 diff --git a/MTDDH/labels/mtddh_55ad9220_000185.npy b/MTDDH/labels/mtddh_55ad9220_000185.npy new file mode 100644 index 0000000000000000000000000000000000000000..9be9ef3606addc399e7fcdaec19d7d8bda66cbd9 --- /dev/null +++ b/MTDDH/labels/mtddh_55ad9220_000185.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bd5dc778a6939645c695ddd856923d45919b2740ca972c3e730cf8540010c0c +size 393344 diff --git a/MTDDH/labels/mtddh_56112c87_000033.npy b/MTDDH/labels/mtddh_56112c87_000033.npy new file mode 100644 index 0000000000000000000000000000000000000000..68617b8b4d1c6c3194859dcb4428dc31ac198675 --- /dev/null +++ b/MTDDH/labels/mtddh_56112c87_000033.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d863cdd47d87bc26b262792771ac1fb226445ed4e1645c5974debd673c5c610e +size 393344 diff --git a/MTDDH/labels/mtddh_56139d55_000767.npy b/MTDDH/labels/mtddh_56139d55_000767.npy new file mode 100644 index 0000000000000000000000000000000000000000..a5b777948169aff8e23d852822fda884a2249652 --- /dev/null +++ b/MTDDH/labels/mtddh_56139d55_000767.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8598900885dba9df6a6124c1181880ab34e2d70918f60f1117ce184215cc1ae7 +size 393344 diff --git a/MTDDH/labels/mtddh_5650c079_000799.npy b/MTDDH/labels/mtddh_5650c079_000799.npy new file mode 100644 index 0000000000000000000000000000000000000000..5b9b5626b668f6a42fd73a2addc756b090b6ad8b --- /dev/null +++ b/MTDDH/labels/mtddh_5650c079_000799.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d55d9d4ab3c5a23d0f8e4cb14334c9f406c88a8851cc0a2f436ff48d3b457486 +size 393344 diff --git a/MTDDH/labels/mtddh_56952ee1_000118.npy b/MTDDH/labels/mtddh_56952ee1_000118.npy new file mode 100644 index 0000000000000000000000000000000000000000..a6c3398d420020110c1c84b7629f4b7655e500a3 --- /dev/null +++ b/MTDDH/labels/mtddh_56952ee1_000118.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:848f712813145f45aa0f3674215165a3cab3419fdceb3291aae27300b27eb358 +size 393344 diff --git a/MTDDH/labels/mtddh_56bda9d2_000632.npy b/MTDDH/labels/mtddh_56bda9d2_000632.npy new file mode 100644 index 0000000000000000000000000000000000000000..d426d26393995f7e1e5ad23e011a7420d340c7d7 --- /dev/null +++ b/MTDDH/labels/mtddh_56bda9d2_000632.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b655134b3ce07d4af7bd0dbb25e99b45bf29a5539dbaa12b3118696fa8d6cae +size 393344 diff --git a/MTDDH/labels/mtddh_5717dd66_000867.npy b/MTDDH/labels/mtddh_5717dd66_000867.npy new file mode 100644 index 0000000000000000000000000000000000000000..7abbdcd1fd06a2f4678b8be65c41cb2ab111d7ac --- /dev/null +++ b/MTDDH/labels/mtddh_5717dd66_000867.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1c48fa365310458943a4f6f7f021f43041c830d2fc168cccef8e615354d82b5 +size 393344 diff --git a/MTDDH/labels/mtddh_5731de9b_000157.npy b/MTDDH/labels/mtddh_5731de9b_000157.npy new file mode 100644 index 0000000000000000000000000000000000000000..08ef349b934f3cfae8dcf25bd388e5690c5115cd --- /dev/null +++ b/MTDDH/labels/mtddh_5731de9b_000157.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb6c52f6b2e60f0463cb587fb5982ae5ef88480c3a519ca5990c708e65340e81 +size 393344 diff --git a/MTDDH/labels/mtddh_581792d2_000383.npy b/MTDDH/labels/mtddh_581792d2_000383.npy new file mode 100644 index 0000000000000000000000000000000000000000..c42892ad91e663fa9eccbe8074dea05643aa2292 --- /dev/null +++ b/MTDDH/labels/mtddh_581792d2_000383.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f59b35f1dcc1273d89c16c9f157eeb898de59db9c93dff085813559c389ed8d7 +size 393344 diff --git a/MTDDH/labels/mtddh_5820070d_000712.npy b/MTDDH/labels/mtddh_5820070d_000712.npy new file mode 100644 index 0000000000000000000000000000000000000000..959ff1fb2099ad562c8768c8cfb0fa14736f1137 --- /dev/null +++ b/MTDDH/labels/mtddh_5820070d_000712.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03852de0cb6940c379856c3836094f2742ef55bca57c67615534c6e7394dcbb7 +size 393344 diff --git a/MTDDH/labels/mtddh_59511c0a_000029.npy b/MTDDH/labels/mtddh_59511c0a_000029.npy new file mode 100644 index 0000000000000000000000000000000000000000..d9379ecdf0f634c7fa768ccd9a8c5ae82a165d86 --- /dev/null +++ b/MTDDH/labels/mtddh_59511c0a_000029.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97bdf05bf51f8c2e6aa6fc32c17a1daacc964007a4279348bd81dd35a5911865 +size 393344 diff --git a/MTDDH/labels/mtddh_5995c71f_000123.npy b/MTDDH/labels/mtddh_5995c71f_000123.npy new file mode 100644 index 0000000000000000000000000000000000000000..9c4f9b8e15ecf656afebe482a9db718a46cef584 --- /dev/null +++ b/MTDDH/labels/mtddh_5995c71f_000123.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8033effdabbb257686f79c285e6b0fb444bb1d683dfa78c0c281b37568b0f7a +size 393344 diff --git a/MTDDH/labels/mtddh_59f76f35_000583.npy b/MTDDH/labels/mtddh_59f76f35_000583.npy new file mode 100644 index 0000000000000000000000000000000000000000..5dffc436fec7f26ca8a0dba38164cad61c34da4d --- /dev/null +++ b/MTDDH/labels/mtddh_59f76f35_000583.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e450f96b6c2e6a0c7d4242600ce833739e929b1274e6d471ed5d775851a59557 +size 393344 diff --git a/MTDDH/labels/mtddh_5ade2b06_000900.npy b/MTDDH/labels/mtddh_5ade2b06_000900.npy new file mode 100644 index 0000000000000000000000000000000000000000..47edcd8a86658fae4860597a6620bfaeac8332f5 --- /dev/null +++ b/MTDDH/labels/mtddh_5ade2b06_000900.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e7876befcc5626ba9abcaff4711e3cebf9e1b8d77f310ad71e70481a8ca5cc5 +size 393344 diff --git a/MTDDH/labels/mtddh_5afa9f4e_000354.npy b/MTDDH/labels/mtddh_5afa9f4e_000354.npy new file mode 100644 index 0000000000000000000000000000000000000000..68f1530f73a9a098a02fd4540e0a014eb183b7de --- /dev/null +++ b/MTDDH/labels/mtddh_5afa9f4e_000354.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6be082e68e7417db288c3bab3ef3d8f8a830ae8871a4228c524545488720f68e +size 393344 diff --git a/MTDDH/labels/mtddh_5b0a4389_000907.npy b/MTDDH/labels/mtddh_5b0a4389_000907.npy new file mode 100644 index 0000000000000000000000000000000000000000..eed40a23cf47b67f1b2d6d43bc28003b4d39f619 --- /dev/null +++ b/MTDDH/labels/mtddh_5b0a4389_000907.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3bd79d965ea40170aa9567767a518dbf8050f25e8eb67f116b762153d66f91c +size 393344 diff --git a/MTDDH/labels/mtddh_5b281927_000559.npy b/MTDDH/labels/mtddh_5b281927_000559.npy new file mode 100644 index 0000000000000000000000000000000000000000..c08a61d0ff4a9c175b765d1e6466922fcf61f089 --- /dev/null +++ b/MTDDH/labels/mtddh_5b281927_000559.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e6eea906aaa8959040d374e89c6c6edea3d31eb5c84cc8f22a78bf1439c3a81 +size 393344 diff --git a/MTDDH/labels/mtddh_5b9e889f_000833.npy b/MTDDH/labels/mtddh_5b9e889f_000833.npy new file mode 100644 index 0000000000000000000000000000000000000000..1096c37f55c35f72b23410fb7cd5b5ee3b8d904c --- /dev/null +++ b/MTDDH/labels/mtddh_5b9e889f_000833.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c26e814dc354c8202a1aeba9656d07ed753ba8cebcf5fdbde5aaa336c69793ba +size 393344 diff --git a/MTDDH/labels/mtddh_5bb4943f_000436.npy b/MTDDH/labels/mtddh_5bb4943f_000436.npy new file mode 100644 index 0000000000000000000000000000000000000000..4688bb544e95f39f9983ae2a68665876c5c3f739 --- /dev/null +++ b/MTDDH/labels/mtddh_5bb4943f_000436.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea90c96d07a80e979a6d8845ad97f2d84288f1a9b0aa715a573919ddf4a44dcd +size 393344 diff --git a/MTDDH/labels/mtddh_5bb7f180_000800.npy b/MTDDH/labels/mtddh_5bb7f180_000800.npy new file mode 100644 index 0000000000000000000000000000000000000000..f2b529fe2b3f0afe371259799cd1460e4ad94241 --- /dev/null +++ b/MTDDH/labels/mtddh_5bb7f180_000800.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c53d5715f3e0f018ec37a6d284ff423cc549683a892a85db9c33cf42423a22b +size 393344 diff --git a/MTDDH/labels/mtddh_5c3c5612_000194.npy b/MTDDH/labels/mtddh_5c3c5612_000194.npy new file mode 100644 index 0000000000000000000000000000000000000000..c4ef87a23e066393e52dc95b11ff5f45dd660400 --- /dev/null +++ b/MTDDH/labels/mtddh_5c3c5612_000194.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f14e5a93025f6342c81bfda24b0b2b8b99f8078b243d91bece2af23132cfee8b +size 393344 diff --git a/MTDDH/labels/mtddh_5c802d81_000726.npy b/MTDDH/labels/mtddh_5c802d81_000726.npy new file mode 100644 index 0000000000000000000000000000000000000000..af37ac187ebd7c8a4c17931a4aec056def60ee8e --- /dev/null +++ b/MTDDH/labels/mtddh_5c802d81_000726.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f9484e8a33abb6e5a8f91ac59affe2650595985f033ce18d1dc68c4b817bd1d +size 393344 diff --git a/MTDDH/labels/mtddh_5cd26353_000805.npy b/MTDDH/labels/mtddh_5cd26353_000805.npy new file mode 100644 index 0000000000000000000000000000000000000000..e4eafbe20ae280dd9baf5f907f43e677a99e9842 --- /dev/null +++ b/MTDDH/labels/mtddh_5cd26353_000805.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4544de0671c05cbdfa8c7d8d6ae6379932b49b5fd3a3971c834a77b5ef9bd900 +size 393344 diff --git a/MTDDH/labels/mtddh_5ce3e1b5_000437.npy b/MTDDH/labels/mtddh_5ce3e1b5_000437.npy new file mode 100644 index 0000000000000000000000000000000000000000..1747b3a2c75797b76bb30beff49c1d633724e87b --- /dev/null +++ b/MTDDH/labels/mtddh_5ce3e1b5_000437.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd572188dff51db132d7462a20da4fc4e9721eb00677d2cebfbafaadd88abee7 +size 393344 diff --git a/MTDDH/labels/mtddh_5cf2ca3e_000174.npy b/MTDDH/labels/mtddh_5cf2ca3e_000174.npy new file mode 100644 index 0000000000000000000000000000000000000000..db40f49176595c98bb218b83f40f8889f36833f3 --- /dev/null +++ b/MTDDH/labels/mtddh_5cf2ca3e_000174.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:619b52dec8d5e4b38d02c849f89d764fd91bff8919265adffbfb6b2cf2fea63f +size 393344 diff --git a/MTDDH/labels/mtddh_5d28ccea_000384.npy b/MTDDH/labels/mtddh_5d28ccea_000384.npy new file mode 100644 index 0000000000000000000000000000000000000000..2ab6f066cceee97e07ad5cfda7378621785ad3d1 --- /dev/null +++ b/MTDDH/labels/mtddh_5d28ccea_000384.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18f47b2e2cb88171832cf354b68007377ee7f61e3d9a4af2a043c14892695577 +size 393344 diff --git a/MTDDH/labels/mtddh_5dbd2453_000069.npy b/MTDDH/labels/mtddh_5dbd2453_000069.npy new file mode 100644 index 0000000000000000000000000000000000000000..ae2376fbfb69734b4ab5afbd76ac504904d6eebb --- /dev/null +++ b/MTDDH/labels/mtddh_5dbd2453_000069.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fffbb89e75cf05c1e46daf252250bd62e106a651a1a9fa65e326242a1719dd6d +size 393344 diff --git a/MTDDH/labels/mtddh_5dfd11da_000733.npy b/MTDDH/labels/mtddh_5dfd11da_000733.npy new file mode 100644 index 0000000000000000000000000000000000000000..709f74aaafe2a68c3e374b744de17931e35c2e37 --- /dev/null +++ b/MTDDH/labels/mtddh_5dfd11da_000733.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd6cc76195b7bc722eb04fa2f86d5624865b63b100cca93e8101db56a81fcb2f +size 393344 diff --git a/MTDDH/labels/mtddh_5e4dc72f_000209.npy b/MTDDH/labels/mtddh_5e4dc72f_000209.npy new file mode 100644 index 0000000000000000000000000000000000000000..2aa5e0b65f640fcba7fb1914594ca189bafb4389 --- /dev/null +++ b/MTDDH/labels/mtddh_5e4dc72f_000209.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d91bc02a91a80d272f6e88b670aae2e2c8a48c404b3c8da983dfd2db3431a563 +size 393344 diff --git a/MTDDH/labels/mtddh_5e62059a_000252.npy b/MTDDH/labels/mtddh_5e62059a_000252.npy new file mode 100644 index 0000000000000000000000000000000000000000..155dc4ae810d483fe1d1f82bc109b86dcec82e8f --- /dev/null +++ b/MTDDH/labels/mtddh_5e62059a_000252.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da4ce333122942656fdd9704e72c7e57634d9a8b7780a9a4204ed4450644a0a0 +size 393344 diff --git a/MTDDH/labels/mtddh_5eda5e05_000217.npy b/MTDDH/labels/mtddh_5eda5e05_000217.npy new file mode 100644 index 0000000000000000000000000000000000000000..d384ea19acd2310408df81e714ab09535dfbad95 --- /dev/null +++ b/MTDDH/labels/mtddh_5eda5e05_000217.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f080a93973f1b14b1e0e02fc0040cdbbd4871483e5d4d9801ecd1204f48202c0 +size 393344 diff --git a/MTDDH/labels/mtddh_5eeccd82_000753.npy b/MTDDH/labels/mtddh_5eeccd82_000753.npy new file mode 100644 index 0000000000000000000000000000000000000000..91a70a50dcd8dc96178418e208a8c852696b0d57 --- /dev/null +++ b/MTDDH/labels/mtddh_5eeccd82_000753.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37b1e63b0af6e9980f7392025056d301ee41365c949b01e293dea681fe779735 +size 393344 diff --git a/MTDDH/labels/mtddh_5f065e24_000105.npy b/MTDDH/labels/mtddh_5f065e24_000105.npy new file mode 100644 index 0000000000000000000000000000000000000000..29b044202286ba75d48fa1965afb3eef1f80368f --- /dev/null +++ b/MTDDH/labels/mtddh_5f065e24_000105.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5c51acd06e4015d4e1e6d072adfd1245fe87b500dab102eb4f3572e2109e82c +size 393344 diff --git a/MTDDH/labels/mtddh_5f274d8c_000852.npy b/MTDDH/labels/mtddh_5f274d8c_000852.npy new file mode 100644 index 0000000000000000000000000000000000000000..7eb249bd72a551747f2563359785a50843234077 --- /dev/null +++ b/MTDDH/labels/mtddh_5f274d8c_000852.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77c7a7dbc744dd141568b4399246d3e1f7b7850a521af985cf0a2daf40e7c517 +size 393344 diff --git a/MTDDH/labels/mtddh_5f54d938_000876.npy b/MTDDH/labels/mtddh_5f54d938_000876.npy new file mode 100644 index 0000000000000000000000000000000000000000..60d03c7f2ffcdb07831063cd2b7159260afbc4d6 --- /dev/null +++ b/MTDDH/labels/mtddh_5f54d938_000876.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2b1251d31db45a7b1fcb835d613249918a956fe74dca05a080061c05d39d473 +size 393344 diff --git a/MTDDH/labels/mtddh_5fb46e46_000868.npy b/MTDDH/labels/mtddh_5fb46e46_000868.npy new file mode 100644 index 0000000000000000000000000000000000000000..33c4c1c3e26dcdf38f98aaf4e2193e32d13d1f88 --- /dev/null +++ b/MTDDH/labels/mtddh_5fb46e46_000868.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1deca7cb273e5b7623c0cfd446162b7b5a39455d062a5c1a772cac834babea8f +size 393344 diff --git a/MTDDH/labels/mtddh_5ff2ea7c_000903.npy b/MTDDH/labels/mtddh_5ff2ea7c_000903.npy new file mode 100644 index 0000000000000000000000000000000000000000..ead60ecfface0a5632fcc1eb37f305afdfb1cd68 --- /dev/null +++ b/MTDDH/labels/mtddh_5ff2ea7c_000903.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ddf2e6cf538b1e7287e65e0dbbac8939f17e2c5333636c75daee596ee7757c1 +size 393344 diff --git a/MTDDH/labels/mtddh_605b9a20_000055.npy b/MTDDH/labels/mtddh_605b9a20_000055.npy new file mode 100644 index 0000000000000000000000000000000000000000..54654cc93fb7f82ee856279c40817564c88e91f6 --- /dev/null +++ b/MTDDH/labels/mtddh_605b9a20_000055.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d345744b0f0bd0ce34f737095731c8e4f58fcb844d643e825c93b8fa61fedc44 +size 393344 diff --git a/MTDDH/labels/mtddh_608802fb_000158.npy b/MTDDH/labels/mtddh_608802fb_000158.npy new file mode 100644 index 0000000000000000000000000000000000000000..395475d835f31ccee939a5a94ed692c539f59f2f --- /dev/null +++ b/MTDDH/labels/mtddh_608802fb_000158.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c00b9f5dd8b4068e02e619ff1ff35878f4ef7655674295a8f1210aaced07bb18 +size 393344 diff --git a/MTDDH/labels/mtddh_61699752_000560.npy b/MTDDH/labels/mtddh_61699752_000560.npy new file mode 100644 index 0000000000000000000000000000000000000000..ec2bd7c13ef31a92de375407f66c046329917535 --- /dev/null +++ b/MTDDH/labels/mtddh_61699752_000560.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4190a4a29d131e35fb5b76835ca0660ed3d5ff8f28b50387b9a79bd73b78d531 +size 393344 diff --git a/MTDDH/labels/mtddh_62507f6a_000869.npy b/MTDDH/labels/mtddh_62507f6a_000869.npy new file mode 100644 index 0000000000000000000000000000000000000000..d744b60e10563cb4e005a7011e5fe1b7ef4e9071 --- /dev/null +++ b/MTDDH/labels/mtddh_62507f6a_000869.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c31cbf60ee0e2aed2eb0ce69dccc05d49b9e5b8f70e50a762c9ad001d7eb9fe5 +size 393344 diff --git a/MTDDH/labels/mtddh_626d4b37_000333.npy b/MTDDH/labels/mtddh_626d4b37_000333.npy new file mode 100644 index 0000000000000000000000000000000000000000..157a775e8e181ddfb803049756a69a6662e47f5f --- /dev/null +++ b/MTDDH/labels/mtddh_626d4b37_000333.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dee5e91e136bfdbdacaee976becd8170d4f4082bccc7ca66d364066ffc8108c6 +size 393344 diff --git a/MTDDH/labels/mtddh_6287a4e0_000334.npy b/MTDDH/labels/mtddh_6287a4e0_000334.npy new file mode 100644 index 0000000000000000000000000000000000000000..4330b1645adf8b2af5b2baf66b4121994e6f2631 --- /dev/null +++ b/MTDDH/labels/mtddh_6287a4e0_000334.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fd40ade44e619e983091614499f435b65e905b3d8f72b3295fc1e1d7ef9dc06 +size 393344 diff --git a/MTDDH/labels/mtddh_6311dd77_000853.npy b/MTDDH/labels/mtddh_6311dd77_000853.npy new file mode 100644 index 0000000000000000000000000000000000000000..70f2db99f37b9a25e301a1eb4698165bafb32853 --- /dev/null +++ b/MTDDH/labels/mtddh_6311dd77_000853.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23c2b6314ec0711ec4e5f4b7bc0aef8d035e1873d2a5cbcec5226bfbe672d424 +size 393344 diff --git a/MTDDH/labels/mtddh_634cf120_000515.npy b/MTDDH/labels/mtddh_634cf120_000515.npy new file mode 100644 index 0000000000000000000000000000000000000000..b29d22144eb1c76c7b42e70867bdfc2303377487 --- /dev/null +++ b/MTDDH/labels/mtddh_634cf120_000515.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1871ec36ac99121179077d79ed61bd2a23b4c890ea78c8dd6de91d1d992a1ef +size 393344 diff --git a/MTDDH/labels/mtddh_63546de8_000465.npy b/MTDDH/labels/mtddh_63546de8_000465.npy new file mode 100644 index 0000000000000000000000000000000000000000..f3f7a327c6889063140ce4ef4b66d6e8fdd44294 --- /dev/null +++ b/MTDDH/labels/mtddh_63546de8_000465.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a55711d81daab5ee1d6d09600877e12a4668ce75472e9b8323fead60901057e +size 393344 diff --git a/MTDDH/labels/mtddh_638ebe30_000870.npy b/MTDDH/labels/mtddh_638ebe30_000870.npy new file mode 100644 index 0000000000000000000000000000000000000000..8feaae6a027a8d1893f2ce65002a6f931c5909ca --- /dev/null +++ b/MTDDH/labels/mtddh_638ebe30_000870.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b0c3f2b42a1fb8c7da8fadcaa7e7097af836f9e3a24b736d2a5671e531c0fd1 +size 393344 diff --git a/MTDDH/labels/mtddh_63e107b5_000848.npy b/MTDDH/labels/mtddh_63e107b5_000848.npy new file mode 100644 index 0000000000000000000000000000000000000000..134937f1e1b4cde42cf048309d3f4b0e370f8ec8 --- /dev/null +++ b/MTDDH/labels/mtddh_63e107b5_000848.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21f87561732355b572d350b902e6cfc0b22d51a58ab73dd162e300552e3d8b70 +size 393344 diff --git a/MTDDH/labels/mtddh_6449bb8d_000661.npy b/MTDDH/labels/mtddh_6449bb8d_000661.npy new file mode 100644 index 0000000000000000000000000000000000000000..6492e86d1da19711aa6d24e456300eb753fb9c0b --- /dev/null +++ b/MTDDH/labels/mtddh_6449bb8d_000661.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:169850ef3cfb6f497e81a8c505928eede52ae05cc5368a3948ad3cc5deb1081f +size 393344 diff --git a/MTDDH/labels/mtddh_645f5525_000171.npy b/MTDDH/labels/mtddh_645f5525_000171.npy new file mode 100644 index 0000000000000000000000000000000000000000..388aa45a9d78f399c0e0c760e1d4d1534080a49e --- /dev/null +++ b/MTDDH/labels/mtddh_645f5525_000171.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:763fc1ebe0fcd77cd7cc837a0a33576508d89c32be69bc6284ce0fffad49451d +size 393344 diff --git a/MTDDH/labels/mtddh_64816f94_000871.npy b/MTDDH/labels/mtddh_64816f94_000871.npy new file mode 100644 index 0000000000000000000000000000000000000000..a6b4c1418ba83fcb9005cc6f5f53bf1d5492b5b1 --- /dev/null +++ b/MTDDH/labels/mtddh_64816f94_000871.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6f0d2329a612d066289cc2396b4216e70d92faede46c7c66fead2d84c31d4f1 +size 393344 diff --git a/MTDDH/labels/mtddh_64eebf9c_000251.npy b/MTDDH/labels/mtddh_64eebf9c_000251.npy new file mode 100644 index 0000000000000000000000000000000000000000..ca33ad989d419c23177ee9baa9807b1f13d4f0ef --- /dev/null +++ b/MTDDH/labels/mtddh_64eebf9c_000251.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:533242407577d39e0723a772f0c3de0b198e0c5808e7e71e6a734ad3ed904c35 +size 393344 diff --git a/MTDDH/labels/mtddh_6561d632_000059.npy b/MTDDH/labels/mtddh_6561d632_000059.npy new file mode 100644 index 0000000000000000000000000000000000000000..181bcaabfcf17799e1a8860ae5c02d4c288531bf --- /dev/null +++ b/MTDDH/labels/mtddh_6561d632_000059.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0f7a4ce368312d306149e6d36f93533453ddcac03e6b4e8f062046eb5327eff +size 393344 diff --git a/MTDDH/labels/mtddh_6565bcf4_000066.npy b/MTDDH/labels/mtddh_6565bcf4_000066.npy new file mode 100644 index 0000000000000000000000000000000000000000..b01a1f6adc31fb3df0cfb5681e4a24278b1cbbe9 --- /dev/null +++ b/MTDDH/labels/mtddh_6565bcf4_000066.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c428e4c7f12ae3cfaea975a9669d0178e183941cb9497c49fe5079de7bfa5755 +size 393344 diff --git a/MTDDH/labels/mtddh_658a4e31_000385.npy b/MTDDH/labels/mtddh_658a4e31_000385.npy new file mode 100644 index 0000000000000000000000000000000000000000..41f9441a0e60258c745302e0d8bff1b5eb722a2d --- /dev/null +++ b/MTDDH/labels/mtddh_658a4e31_000385.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9e68c6fbb06f5311f57bff5fab8bc70f5ae00b98c2dde2c96f356a8c34a9760 +size 393344 diff --git a/MTDDH/labels/mtddh_65abe201_000355.npy b/MTDDH/labels/mtddh_65abe201_000355.npy new file mode 100644 index 0000000000000000000000000000000000000000..e68806691e5815b243402c5ba8805a0e08f911cf --- /dev/null +++ b/MTDDH/labels/mtddh_65abe201_000355.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c800f9190b68257a0d3dc312bcede2b62b42704e2e2187873ae608d3669300ca +size 393344 diff --git a/MTDDH/labels/mtddh_65af3b68_000491.npy b/MTDDH/labels/mtddh_65af3b68_000491.npy new file mode 100644 index 0000000000000000000000000000000000000000..a5ffb6c16af57ecd93e057617e06f04a0711ee50 --- /dev/null +++ b/MTDDH/labels/mtddh_65af3b68_000491.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f31725cc72bdc38234e3682f76dbd2edabf264c0d717001a2c28a3d1ff011eed +size 393344 diff --git a/MTDDH/labels/mtddh_661c1b88_000746.npy b/MTDDH/labels/mtddh_661c1b88_000746.npy new file mode 100644 index 0000000000000000000000000000000000000000..cf3e2f14659459f48bc52e8ae310939efa6dd60f --- /dev/null +++ b/MTDDH/labels/mtddh_661c1b88_000746.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:808c2fb79f6bc15bf047664d8b4c02093d5f64c1a710b2771a12ed500ad389bc +size 393344 diff --git a/MTDDH/labels/mtddh_6634624a_000356.npy b/MTDDH/labels/mtddh_6634624a_000356.npy new file mode 100644 index 0000000000000000000000000000000000000000..895c7ae6ef8fc5905469ab91f5ac881bd77eb772 --- /dev/null +++ b/MTDDH/labels/mtddh_6634624a_000356.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f47457a550c43a3bc1db04b933a8224a39cc82fc35d6e7074abc8de5976c868 +size 393344 diff --git a/MTDDH/labels/mtddh_6699e7c7_000213.npy b/MTDDH/labels/mtddh_6699e7c7_000213.npy new file mode 100644 index 0000000000000000000000000000000000000000..829510efd8b07e8765adb8a6154c0a2e5ac71ae8 --- /dev/null +++ b/MTDDH/labels/mtddh_6699e7c7_000213.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20e9657901fc677cd74053addd751fc26379efbb3a54db6bbb1b12770e68772b +size 393344 diff --git a/MTDDH/labels/mtddh_66a7a7fd_000145.npy b/MTDDH/labels/mtddh_66a7a7fd_000145.npy new file mode 100644 index 0000000000000000000000000000000000000000..23be27ee5c312a8e0c0f6781dc7208c51d03e91e --- /dev/null +++ b/MTDDH/labels/mtddh_66a7a7fd_000145.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a39f6700de1511ce7bc134d138ffbad9edf90645b4cae42c4980dcdb288e14b1 +size 393344 diff --git a/MTDDH/labels/mtddh_66f87cfd_000754.npy b/MTDDH/labels/mtddh_66f87cfd_000754.npy new file mode 100644 index 0000000000000000000000000000000000000000..1e0bd7834da66f348da44b6094bbcb8cec28b617 --- /dev/null +++ b/MTDDH/labels/mtddh_66f87cfd_000754.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:716de368b3322d7435793747542045e46f13588e8ab0eea644b1a047da5ccb32 +size 393344 diff --git a/MTDDH/labels/mtddh_66fc8275_000037.npy b/MTDDH/labels/mtddh_66fc8275_000037.npy new file mode 100644 index 0000000000000000000000000000000000000000..6de3169ca41bacd80377458c949dd0c0a81cd23f --- /dev/null +++ b/MTDDH/labels/mtddh_66fc8275_000037.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a0a29c3306b8e9184f420a3c9ccdae526128a0883740d0ec3f2a3383dd11833 +size 393344 diff --git a/MTDDH/labels/mtddh_6731cb32_000335.npy b/MTDDH/labels/mtddh_6731cb32_000335.npy new file mode 100644 index 0000000000000000000000000000000000000000..3b3bf289eef052ab5ba875819346e28dc756c803 --- /dev/null +++ b/MTDDH/labels/mtddh_6731cb32_000335.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:657ab26c0b6c6add14a174de2e35c35c99e93e1bca08c2635bb7adaf5372bdae +size 393344 diff --git a/MTDDH/labels/mtddh_67625edf_000270.npy b/MTDDH/labels/mtddh_67625edf_000270.npy new file mode 100644 index 0000000000000000000000000000000000000000..3fe780549d8452040fadf9c5b74b0e1dcfc6c9f1 --- /dev/null +++ b/MTDDH/labels/mtddh_67625edf_000270.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3645fcd10e224c746a82cefd790beb6228a206e3ef949280d1c71db7e6a6219 +size 393344 diff --git a/MTDDH/labels/mtddh_6765511e_000112.npy b/MTDDH/labels/mtddh_6765511e_000112.npy new file mode 100644 index 0000000000000000000000000000000000000000..d14e8f2292a4f967a3c930fbc019b3a1e2d1b49f --- /dev/null +++ b/MTDDH/labels/mtddh_6765511e_000112.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec9cd1b3b0813beb7fc23a6457156d8da0ac3e229f697cde0ab47975f2bad2c2 +size 393344 diff --git a/MTDDH/labels/mtddh_67669725_000877.npy b/MTDDH/labels/mtddh_67669725_000877.npy new file mode 100644 index 0000000000000000000000000000000000000000..b4f36bba0d727d41401312d071323bcf96a4552b --- /dev/null +++ b/MTDDH/labels/mtddh_67669725_000877.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2869a4015e64b0f2c71e37e58c835b89bd048916fad25f4f0081e5034a749de +size 393344 diff --git a/MTDDH/labels/mtddh_67be7280_000386.npy b/MTDDH/labels/mtddh_67be7280_000386.npy new file mode 100644 index 0000000000000000000000000000000000000000..51f113f1d10710463859fce6e4781900b9bb1be3 --- /dev/null +++ b/MTDDH/labels/mtddh_67be7280_000386.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:573f609bf0eff3e4e6c5ac39ce7d92b12fe240331f6c4770cc8d70c77ad1d27d +size 393344 diff --git a/MTDDH/labels/mtddh_67d08ad1_000116.npy b/MTDDH/labels/mtddh_67d08ad1_000116.npy new file mode 100644 index 0000000000000000000000000000000000000000..c9918d5d9769b30dd4be1646e2286eaf96573263 --- /dev/null +++ b/MTDDH/labels/mtddh_67d08ad1_000116.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb4d399ef1268455504d202ed896e6d4e606be657f2df00be634debb97378bcd +size 393344 diff --git a/MTDDH/labels/mtddh_6845dac9_000850.npy b/MTDDH/labels/mtddh_6845dac9_000850.npy new file mode 100644 index 0000000000000000000000000000000000000000..3f5aa7b6e05802606fb2f487cb1296fe2a1b9167 --- /dev/null +++ b/MTDDH/labels/mtddh_6845dac9_000850.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5026f0fe28290ea7296342ef6460b36887ca8623d490f5b65289691e2292d62 +size 393344 diff --git a/MTDDH/labels/mtddh_6857fa2a_000336.npy b/MTDDH/labels/mtddh_6857fa2a_000336.npy new file mode 100644 index 0000000000000000000000000000000000000000..99940bb8c1198c4aad205f7d956a5ba0384e02c9 --- /dev/null +++ b/MTDDH/labels/mtddh_6857fa2a_000336.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b0b82ee5b9c34a7d6c056b418bdc1630c9e9d1330b6710a85eb8aa01c29f233 +size 393344 diff --git a/MTDDH/labels/mtddh_68c5b0e7_000584.npy b/MTDDH/labels/mtddh_68c5b0e7_000584.npy new file mode 100644 index 0000000000000000000000000000000000000000..e5de0c48339e1e91cde34e3854b3c1f704f8d520 --- /dev/null +++ b/MTDDH/labels/mtddh_68c5b0e7_000584.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd06b22e44e28f467c1c08e4b993d371a495a625ba0bf575f7ae91fa776cc8ed +size 393344 diff --git a/MTDDH/labels/mtddh_68c61e7e_000284.npy b/MTDDH/labels/mtddh_68c61e7e_000284.npy new file mode 100644 index 0000000000000000000000000000000000000000..3d1804602a47aafef14dbe0bf909345050c146e1 --- /dev/null +++ b/MTDDH/labels/mtddh_68c61e7e_000284.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f2799fa5dcf0fbaf53f7c2b68a6373647e9c2947a6b5cc6b705db035c57ec81 +size 393344 diff --git a/MTDDH/labels/mtddh_68ce2b69_000747.npy b/MTDDH/labels/mtddh_68ce2b69_000747.npy new file mode 100644 index 0000000000000000000000000000000000000000..970ef29d93966e6ff8beca24620ddd5c3ec4de36 --- /dev/null +++ b/MTDDH/labels/mtddh_68ce2b69_000747.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04874e3e7ed4cc28572e6dd84810a81ca048de2dea6bb0440b593b0c70a9fb98 +size 393344 diff --git a/MTDDH/labels/mtddh_6925bd1a_000878.npy b/MTDDH/labels/mtddh_6925bd1a_000878.npy new file mode 100644 index 0000000000000000000000000000000000000000..90fa0582289c5083a1c141f1ca23627e66c9465e --- /dev/null +++ b/MTDDH/labels/mtddh_6925bd1a_000878.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d52a32ebb65cb3498655e8dbce2906e495794828112eaf467a80af652b3178b6 +size 393344 diff --git a/MTDDH/labels/mtddh_6a72d162_000108.npy b/MTDDH/labels/mtddh_6a72d162_000108.npy new file mode 100644 index 0000000000000000000000000000000000000000..9a6c44d70fec6e4c6a4c44bc576f6b498923636e --- /dev/null +++ b/MTDDH/labels/mtddh_6a72d162_000108.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d77477c7cc7b95ce769ea1c2ee699b661419944247d11928352307f0f00dc55f +size 393344 diff --git a/MTDDH/labels/mtddh_6b00fcb9_000561.npy b/MTDDH/labels/mtddh_6b00fcb9_000561.npy new file mode 100644 index 0000000000000000000000000000000000000000..1ef5c8a6f888e37e98aaaee4a6087d4c3231e7e5 --- /dev/null +++ b/MTDDH/labels/mtddh_6b00fcb9_000561.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:418a9fc44be0f17d949ff7c03be0ffc865580ca542f1dc44afba342aef137b42 +size 393344 diff --git a/MTDDH/labels/mtddh_6b8489fb_000839.npy b/MTDDH/labels/mtddh_6b8489fb_000839.npy new file mode 100644 index 0000000000000000000000000000000000000000..b4aa3499414df6b6bd0693ecf6c1759c2fd3ceb2 --- /dev/null +++ b/MTDDH/labels/mtddh_6b8489fb_000839.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eefbae758a0ae3e801c16438affde9b69557c00e92e32b203752a0a78a95b347 +size 393344 diff --git a/MTDDH/labels/mtddh_6b8b2988_000882.npy b/MTDDH/labels/mtddh_6b8b2988_000882.npy new file mode 100644 index 0000000000000000000000000000000000000000..c46741a70d50ca99f5adc8109ed242be01face7f --- /dev/null +++ b/MTDDH/labels/mtddh_6b8b2988_000882.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d14c0be040775f45ddc9648682d7ad0a4bc4e172d0962e379a3b8e594de1985 +size 393344 diff --git a/MTDDH/labels/mtddh_6bcc1e97_000150.npy b/MTDDH/labels/mtddh_6bcc1e97_000150.npy new file mode 100644 index 0000000000000000000000000000000000000000..9e8aeb9bb16fc4f47dfc17e64bf388b8ba0c1032 --- /dev/null +++ b/MTDDH/labels/mtddh_6bcc1e97_000150.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:338f4a3c0c91fe83ffdc5f26e719c18dc049de17f4fa1ce7a218b0ddca72bef9 +size 393344 diff --git a/MTDDH/labels/mtddh_6c0d514f_000492.npy b/MTDDH/labels/mtddh_6c0d514f_000492.npy new file mode 100644 index 0000000000000000000000000000000000000000..5b8fd131ee45f85d2c84099810cda694718ea69d --- /dev/null +++ b/MTDDH/labels/mtddh_6c0d514f_000492.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d60d3d785f19e9a60715d10d21549e3b6fba0feadcfeb707a420241620cc4e0 +size 393344 diff --git a/MTDDH/labels/mtddh_6c996c8e_000120.npy b/MTDDH/labels/mtddh_6c996c8e_000120.npy new file mode 100644 index 0000000000000000000000000000000000000000..6197eb395e8b28251862d0f5a40ffa2d23638221 --- /dev/null +++ b/MTDDH/labels/mtddh_6c996c8e_000120.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64f4b9ecaf9ac9d737b40f919a515814c056e378e244b7b8351fb1c29667105c +size 393344 diff --git a/MTDDH/labels/mtddh_6cf24097_000045.npy b/MTDDH/labels/mtddh_6cf24097_000045.npy new file mode 100644 index 0000000000000000000000000000000000000000..5a5b21996933dc413d0b41deded522f5ba74f394 --- /dev/null +++ b/MTDDH/labels/mtddh_6cf24097_000045.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:883969cddeb68d719b97a7f6af0d56d1005a059aa7e103d040d18e894c826a58 +size 393344 diff --git a/MTDDH/labels/mtddh_6d4ff308_000607.npy b/MTDDH/labels/mtddh_6d4ff308_000607.npy new file mode 100644 index 0000000000000000000000000000000000000000..7888bd7eda9bd4315a834cad1e36fbbb9e8d2843 --- /dev/null +++ b/MTDDH/labels/mtddh_6d4ff308_000607.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff5e90b1a2335f09d705b8a0d5d4bad1b0eaa55b78410761d62e5d7f5d873101 +size 393344 diff --git a/MTDDH/labels/mtddh_6db862bc_000182.npy b/MTDDH/labels/mtddh_6db862bc_000182.npy new file mode 100644 index 0000000000000000000000000000000000000000..5d3dba587ddecb7f81473b0c63a959cd1e163122 --- /dev/null +++ b/MTDDH/labels/mtddh_6db862bc_000182.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8260c0c95bb834b9a4b238b7883c9ca145dc6c4351356c879af4b37e24177cc6 +size 393344 diff --git a/MTDDH/labels/mtddh_6dbac99a_000218.npy b/MTDDH/labels/mtddh_6dbac99a_000218.npy new file mode 100644 index 0000000000000000000000000000000000000000..14937c4d9b3540f9137f68b34b67c24a5990244e --- /dev/null +++ b/MTDDH/labels/mtddh_6dbac99a_000218.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00f97fcbd7dd27733d24176172ca181331aa442d839225809cdc70f1a6012c7e +size 393344 diff --git a/MTDDH/labels/mtddh_6e4934ee_000021.npy b/MTDDH/labels/mtddh_6e4934ee_000021.npy new file mode 100644 index 0000000000000000000000000000000000000000..94a24fc0fb310d3f2152cd15293aa1ec9f4ee0e9 --- /dev/null +++ b/MTDDH/labels/mtddh_6e4934ee_000021.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63b2e9a2181562e19a8a1382beb4f58df0b6185e27b75c9165a99ea255c2eba1 +size 393344 diff --git a/MTDDH/labels/mtddh_6e5102ac_000466.npy b/MTDDH/labels/mtddh_6e5102ac_000466.npy new file mode 100644 index 0000000000000000000000000000000000000000..499221e0cd9b0f9850f75bde863458005c3ffbe2 --- /dev/null +++ b/MTDDH/labels/mtddh_6e5102ac_000466.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0a6092af449be2d15cd4a0fbd188394929391210e384db89e8bf19b9798cdfa +size 393344 diff --git a/MTDDH/labels/mtddh_6e5ccdcf_000562.npy b/MTDDH/labels/mtddh_6e5ccdcf_000562.npy new file mode 100644 index 0000000000000000000000000000000000000000..2f0642a198a9dbb19c9c14df060d502fa10d5633 --- /dev/null +++ b/MTDDH/labels/mtddh_6e5ccdcf_000562.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8483ad9b95729a5e9db215f47296f0b2962d15fa56d4fcce32ac43519385ddb +size 393344 diff --git a/MTDDH/labels/mtddh_6e720890_000253.npy b/MTDDH/labels/mtddh_6e720890_000253.npy new file mode 100644 index 0000000000000000000000000000000000000000..0ec14c567918090877558160e607a0ee567bd540 --- /dev/null +++ b/MTDDH/labels/mtddh_6e720890_000253.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4c2621b5f9c553969580e0ba7a15f79bef7d331fafc56314f494ce096bcda98 +size 393344 diff --git a/MTDDH/labels/mtddh_6ef20033_000563.npy b/MTDDH/labels/mtddh_6ef20033_000563.npy new file mode 100644 index 0000000000000000000000000000000000000000..3a5caf70587cc5d7be2e1a653a02c2ea71c02da5 --- /dev/null +++ b/MTDDH/labels/mtddh_6ef20033_000563.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21ccf42f5585d738a36c27e085ffa7ad0b15b1c598930a256f3a57c8350d4e4b +size 393344 diff --git a/MTDDH/labels/mtddh_6f07e4a9_000438.npy b/MTDDH/labels/mtddh_6f07e4a9_000438.npy new file mode 100644 index 0000000000000000000000000000000000000000..080f69eddef876414732b44445190db8061ed80b --- /dev/null +++ b/MTDDH/labels/mtddh_6f07e4a9_000438.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec9127d290a468eb7dc4b444519b9468d27332b45d6fdb7dffc275d3388a59e1 +size 393344 diff --git a/MTDDH/labels/mtddh_6f1020b7_000387.npy b/MTDDH/labels/mtddh_6f1020b7_000387.npy new file mode 100644 index 0000000000000000000000000000000000000000..201b02f8c9ed0e73de43535937a27657388a00e5 --- /dev/null +++ b/MTDDH/labels/mtddh_6f1020b7_000387.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b86b77683fcbb8091e7f8c0436be53e024ed3eff50dee74c070188d96b7dad2 +size 393344 diff --git a/MTDDH/labels/mtddh_6f1d5d84_000872.npy b/MTDDH/labels/mtddh_6f1d5d84_000872.npy new file mode 100644 index 0000000000000000000000000000000000000000..d60ad060130bf531dbb477a756ff7b0b2ce1a3d3 --- /dev/null +++ b/MTDDH/labels/mtddh_6f1d5d84_000872.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f41895f5daf125335ae047a1fc707775396398fa8f3961d17e013bf16c957fe8 +size 393344 diff --git a/MTDDH/labels/mtddh_6fea4821_000564.npy b/MTDDH/labels/mtddh_6fea4821_000564.npy new file mode 100644 index 0000000000000000000000000000000000000000..ebce8ea32ea36644b15eb87f8f95f31be22d2e26 --- /dev/null +++ b/MTDDH/labels/mtddh_6fea4821_000564.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:983c2e92111228db2fae9d5c4189c3c1e4e1d4d90940085c1a38919f3163033b +size 393344 diff --git a/MTDDH/labels/mtddh_707eab25_000439.npy b/MTDDH/labels/mtddh_707eab25_000439.npy new file mode 100644 index 0000000000000000000000000000000000000000..c6f69852d6d49074a69bba52cb1e8339807eaac6 --- /dev/null +++ b/MTDDH/labels/mtddh_707eab25_000439.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32d7c7f82aeaa0e0de8a4ec80b2a0bcb3b823994b91a21cad1b85a40a78fbf3a +size 393344 diff --git a/MTDDH/labels/mtddh_709ecb25_000812.npy b/MTDDH/labels/mtddh_709ecb25_000812.npy new file mode 100644 index 0000000000000000000000000000000000000000..fd9c128a70c7c11b83c0c061c64978469bea3cb6 --- /dev/null +++ b/MTDDH/labels/mtddh_709ecb25_000812.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c15661f2ddc8a65735aee9caec06f6cb20c886be3dd0d162e072a64aa09f18df +size 393344 diff --git a/MTDDH/labels/mtddh_70a43688_000140.npy b/MTDDH/labels/mtddh_70a43688_000140.npy new file mode 100644 index 0000000000000000000000000000000000000000..8eddd69518296f2bb5abb87f2e087f667f677e23 --- /dev/null +++ b/MTDDH/labels/mtddh_70a43688_000140.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49b6bc099853c9ad56e3fd3d41f827a3c173fbacf6cd2a8f9964a41b705cde70 +size 393344 diff --git a/MTDDH/labels/mtddh_71576dc8_000748.npy b/MTDDH/labels/mtddh_71576dc8_000748.npy new file mode 100644 index 0000000000000000000000000000000000000000..a12083dc2d33c08fc14843c7393eac71b53741f5 --- /dev/null +++ b/MTDDH/labels/mtddh_71576dc8_000748.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c4247b01366bc6edb762eb8ac7e33da022615661a9f47fa2d180a203bc69b57 +size 393344 diff --git a/MTDDH/labels/mtddh_71a1ab0c_000000.npy b/MTDDH/labels/mtddh_71a1ab0c_000000.npy new file mode 100644 index 0000000000000000000000000000000000000000..e03fd0dbd432f770c4604b688d8e0e3dc4cd253e --- /dev/null +++ b/MTDDH/labels/mtddh_71a1ab0c_000000.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02b083dc288141108a049c044b8d3539bfcda705d447a79ce2f1bc21c14f39d8 +size 393344 diff --git a/MTDDH/labels/mtddh_71ad8e2f_000388.npy b/MTDDH/labels/mtddh_71ad8e2f_000388.npy new file mode 100644 index 0000000000000000000000000000000000000000..e6d00ca8ce78df2dc560e1b29d8f1616bc7b5705 --- /dev/null +++ b/MTDDH/labels/mtddh_71ad8e2f_000388.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0996ec01062f200114a60d5bd1cbe8d30b4ad40a52d5b066c366330f8544203 +size 393344 diff --git a/MTDDH/labels/mtddh_71eeae45_000389.npy b/MTDDH/labels/mtddh_71eeae45_000389.npy new file mode 100644 index 0000000000000000000000000000000000000000..412158547c9238c57425c96661738628eb2dce3a --- /dev/null +++ b/MTDDH/labels/mtddh_71eeae45_000389.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:980a099e070def2411d8002adf92f56f29dc7dc8c42441c987eb67332cd9651d +size 393344 diff --git a/MTDDH/labels/mtddh_720cbda7_000077.npy b/MTDDH/labels/mtddh_720cbda7_000077.npy new file mode 100644 index 0000000000000000000000000000000000000000..7f5e197c8338f0c13eedd9211af8aa39fadc254f --- /dev/null +++ b/MTDDH/labels/mtddh_720cbda7_000077.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dafc82c0121cb47bd1e97ec09e1c936119278a5c05794132a9eecc2bdaba6fb +size 393344 diff --git a/MTDDH/labels/mtddh_7240784f_000286.npy b/MTDDH/labels/mtddh_7240784f_000286.npy new file mode 100644 index 0000000000000000000000000000000000000000..31f5c1ed4fd7728ed8bff217c738bd1c2c4e945b --- /dev/null +++ b/MTDDH/labels/mtddh_7240784f_000286.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f06f91f287916b08171f6597c8641c95a6165cebc0678a58bf0acb75c852f2dc +size 393344 diff --git a/MTDDH/labels/mtddh_72656b2f_000390.npy b/MTDDH/labels/mtddh_72656b2f_000390.npy new file mode 100644 index 0000000000000000000000000000000000000000..851ebb7ca3c20d58000b5d9f5f6f42589a63ec1f --- /dev/null +++ b/MTDDH/labels/mtddh_72656b2f_000390.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:531ec612870d5fc903c6a7c43eac2bef5d97038ab43594c975760916673c9cdd +size 393344 diff --git a/MTDDH/labels/mtddh_726594af_000287.npy b/MTDDH/labels/mtddh_726594af_000287.npy new file mode 100644 index 0000000000000000000000000000000000000000..cd01380c51c2da9078fff86c90c69347cf82bac4 --- /dev/null +++ b/MTDDH/labels/mtddh_726594af_000287.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8317d5fa39c892832b421d001cdfc33a6a6ba0f666941fb5bd69ec83df6b79c9 +size 393344 diff --git a/MTDDH/labels/mtddh_731437db_000032.npy b/MTDDH/labels/mtddh_731437db_000032.npy new file mode 100644 index 0000000000000000000000000000000000000000..03cfefd0fb17bb26f29aeff8fc8d565c5fd96ad7 --- /dev/null +++ b/MTDDH/labels/mtddh_731437db_000032.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dfac25cb862e69e4b838ba8b61e8324f08798286479f2947083dba753d2a21f +size 393344 diff --git a/MTDDH/labels/mtddh_737ef49c_000467.npy b/MTDDH/labels/mtddh_737ef49c_000467.npy new file mode 100644 index 0000000000000000000000000000000000000000..d139d7836cae0d785ad95e3492cf91191e3743fd --- /dev/null +++ b/MTDDH/labels/mtddh_737ef49c_000467.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f9a4437d6ad40cfc12c2c612a948a1046e698ea74e669a279bf6fcd2c39a6e9 +size 393344 diff --git a/MTDDH/labels/mtddh_73b93761_000039.npy b/MTDDH/labels/mtddh_73b93761_000039.npy new file mode 100644 index 0000000000000000000000000000000000000000..744fe719eaa774852ac1ee1120207a2c747497ce --- /dev/null +++ b/MTDDH/labels/mtddh_73b93761_000039.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:664ea6e5d85e897ebd97be6ace07d8dab802afd9d20e5ed2656f0901808f5d0e +size 393344 diff --git a/MTDDH/labels/mtddh_73f1ade6_000210.npy b/MTDDH/labels/mtddh_73f1ade6_000210.npy new file mode 100644 index 0000000000000000000000000000000000000000..751d07dce4465ce3cc425e982811bfe6dd2c4040 --- /dev/null +++ b/MTDDH/labels/mtddh_73f1ade6_000210.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0406981929d7f33a709996c354c07c26bdea41d25685f1199fccba186704efc +size 393344 diff --git a/MTDDH/labels/mtddh_744f95b8_000883.npy b/MTDDH/labels/mtddh_744f95b8_000883.npy new file mode 100644 index 0000000000000000000000000000000000000000..49eff92f4a0de7951536b986cca08be6da8ddc89 --- /dev/null +++ b/MTDDH/labels/mtddh_744f95b8_000883.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c249cd87bf759e2a158b9c667df8ae319959e8e69de9d49eb61bbfccfcd766e +size 393344 diff --git a/MTDDH/labels/mtddh_747c37a8_000897.npy b/MTDDH/labels/mtddh_747c37a8_000897.npy new file mode 100644 index 0000000000000000000000000000000000000000..f6c1ca6a57b050d99d36a5ab630372e3513f8e82 --- /dev/null +++ b/MTDDH/labels/mtddh_747c37a8_000897.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e61507940eff54256d28cf04a9cd0029b92d2bd6af391b9f2d499b25b6a6292 +size 393344 diff --git a/MTDDH/labels/mtddh_7494eadf_000391.npy b/MTDDH/labels/mtddh_7494eadf_000391.npy new file mode 100644 index 0000000000000000000000000000000000000000..ccb5ccf3f059c486450ed467ae77e53ca4dde337 --- /dev/null +++ b/MTDDH/labels/mtddh_7494eadf_000391.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:409d91077d725d16673e87559471f5ba6836a2a52bc53d8a86c39fb980e0b6b1 +size 393344 diff --git a/MTDDH/labels/mtddh_74b14ada_000516.npy b/MTDDH/labels/mtddh_74b14ada_000516.npy new file mode 100644 index 0000000000000000000000000000000000000000..28c2ea19aedd0dd7a1205d664b87c86a66a30d0f --- /dev/null +++ b/MTDDH/labels/mtddh_74b14ada_000516.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a86eed620b37b204ee3268527137cf09e1326180e12bd6f5bc0d22c8294f26cd +size 393344 diff --git a/MTDDH/labels/mtddh_74c3aa07_000711.npy b/MTDDH/labels/mtddh_74c3aa07_000711.npy new file mode 100644 index 0000000000000000000000000000000000000000..374f0493ff4d7acdda0d9689f9e89669f5bb837e --- /dev/null +++ b/MTDDH/labels/mtddh_74c3aa07_000711.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e221b0f99f07030eb6d0a320f6f29d99fd599b0225455a2390820045f85aebe +size 393344 diff --git a/MTDDH/labels/mtddh_753af5fc_000092.npy b/MTDDH/labels/mtddh_753af5fc_000092.npy new file mode 100644 index 0000000000000000000000000000000000000000..3a0d8e03f3577004bfa3cf309c9978f159440de1 --- /dev/null +++ b/MTDDH/labels/mtddh_753af5fc_000092.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d32522cab27e4ec998776e0743114ef1d4f391f07bf3090f89c1647456b47bcb +size 393344 diff --git a/MTDDH/labels/mtddh_760784d0_000641.npy b/MTDDH/labels/mtddh_760784d0_000641.npy new file mode 100644 index 0000000000000000000000000000000000000000..8b404f4717dea62e61bd5663e3e52bde97d97dba --- /dev/null +++ b/MTDDH/labels/mtddh_760784d0_000641.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:816fa448ca9200de30907227a2584ce7f712b63ace9bc0b64cd0ce81b47f615f +size 393344 diff --git a/MTDDH/labels/mtddh_766de68c_000829.npy b/MTDDH/labels/mtddh_766de68c_000829.npy new file mode 100644 index 0000000000000000000000000000000000000000..26346196bec12a1fc6565d774cccf4622cd26215 --- /dev/null +++ b/MTDDH/labels/mtddh_766de68c_000829.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cfca1ca0b925f7bd6fa881e73aed24b379860f7e536a2512af9c5919277c088 +size 393344 diff --git a/MTDDH/labels/mtddh_76922036_000186.npy b/MTDDH/labels/mtddh_76922036_000186.npy new file mode 100644 index 0000000000000000000000000000000000000000..152b7d9fc0081622534618ac43d21084b995584a --- /dev/null +++ b/MTDDH/labels/mtddh_76922036_000186.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98a9b418a60411181d64ac31b2f7743d6c1af88e6435a171e5683b28d3e31466 +size 393344 diff --git a/MTDDH/labels/mtddh_76aec341_000440.npy b/MTDDH/labels/mtddh_76aec341_000440.npy new file mode 100644 index 0000000000000000000000000000000000000000..d5e68095448fc37f734ce18aa8a71b0f1891f8bf --- /dev/null +++ b/MTDDH/labels/mtddh_76aec341_000440.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60ff8bd84b298fb9123986d7231aebfc5837a988a4d6e83d900dfbea85ec5205 +size 393344 diff --git a/MTDDH/labels/mtddh_76b81eeb_000517.npy b/MTDDH/labels/mtddh_76b81eeb_000517.npy new file mode 100644 index 0000000000000000000000000000000000000000..27a1c673611f853c9cf1ce9cda5a7d9f1762c458 --- /dev/null +++ b/MTDDH/labels/mtddh_76b81eeb_000517.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:963779224c5130d748ef6d5dd5eca7ec0b5bc39db9314840409aa3ecfcf4d154 +size 393344 diff --git a/MTDDH/labels/mtddh_780710b2_000051.npy b/MTDDH/labels/mtddh_780710b2_000051.npy new file mode 100644 index 0000000000000000000000000000000000000000..8520dd8f2e9cb1242ae6275c1d9c90b8bb44ce3a --- /dev/null +++ b/MTDDH/labels/mtddh_780710b2_000051.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7d2f1af9bac2c9090fcecf7128c4ac1e56b7815851f09f86f8965995791034b +size 393344 diff --git a/MTDDH/labels/mtddh_7810001b_000646.npy b/MTDDH/labels/mtddh_7810001b_000646.npy new file mode 100644 index 0000000000000000000000000000000000000000..b201f379f9fa278aa5d13d41d2b30c99165aa078 --- /dev/null +++ b/MTDDH/labels/mtddh_7810001b_000646.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a06d0c6dd408f929df8dbec50c32abd9fc2a4c87120f38b544c3a079e5bf4a92 +size 393344 diff --git a/MTDDH/labels/mtddh_7863380a_000125.npy b/MTDDH/labels/mtddh_7863380a_000125.npy new file mode 100644 index 0000000000000000000000000000000000000000..142856f3a19c21cad1e18ffb2198b7ce153d2cb4 --- /dev/null +++ b/MTDDH/labels/mtddh_7863380a_000125.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44dc89713e66efd2e279de7ee9456bddab7a56cb6a33b07cc046c99dce7d2d0c +size 393344 diff --git a/MTDDH/labels/mtddh_787d74e1_000565.npy b/MTDDH/labels/mtddh_787d74e1_000565.npy new file mode 100644 index 0000000000000000000000000000000000000000..17679479496ce568142958203e9b051cc7eacf41 --- /dev/null +++ b/MTDDH/labels/mtddh_787d74e1_000565.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c70632921530477024e8bfb821cc41918c47e3037e1c71dfa60f9ce5f77e2c37 +size 393344 diff --git a/MTDDH/labels/mtddh_792b5594_000879.npy b/MTDDH/labels/mtddh_792b5594_000879.npy new file mode 100644 index 0000000000000000000000000000000000000000..29c612b958aa6e6c7efb5453677e8ba092d8fb53 --- /dev/null +++ b/MTDDH/labels/mtddh_792b5594_000879.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b3afd0e9258b9bb57a7a2559ab535434a26f4cb3a8b35fe2d1c7dddd2387a78 +size 393344 diff --git a/MTDDH/labels/mtddh_79f0712e_000700.npy b/MTDDH/labels/mtddh_79f0712e_000700.npy new file mode 100644 index 0000000000000000000000000000000000000000..bcce2babf6139a49523c690cc9e148355273a59a --- /dev/null +++ b/MTDDH/labels/mtddh_79f0712e_000700.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efc18a312f83062f997ffb188538ef73ac96a5f0a8c9b54dcd3a26775e76c16a +size 393344 diff --git a/MTDDH/labels/mtddh_7b031ac9_000668.npy b/MTDDH/labels/mtddh_7b031ac9_000668.npy new file mode 100644 index 0000000000000000000000000000000000000000..d5121ed0f811fe65c5d2d867b73634cdbf94ed41 --- /dev/null +++ b/MTDDH/labels/mtddh_7b031ac9_000668.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44df89f454c9c6a886a25057d47c98f47539b09fb47d87d1b3ac132bccc0e7bc +size 393344 diff --git a/MTDDH/labels/mtddh_7b96c239_000653.npy b/MTDDH/labels/mtddh_7b96c239_000653.npy new file mode 100644 index 0000000000000000000000000000000000000000..481d06fff77c86c7aca129683e4bcd569ba2f3d0 --- /dev/null +++ b/MTDDH/labels/mtddh_7b96c239_000653.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c8cd165ead108c412f9180d616003e5ceb9120635bbd1df3058ad79c0df000e +size 393344 diff --git a/MTDDH/labels/mtddh_7c6afb72_000518.npy b/MTDDH/labels/mtddh_7c6afb72_000518.npy new file mode 100644 index 0000000000000000000000000000000000000000..9d46bb66d2b9b6ab67d15303cd8fcf871accf2d8 --- /dev/null +++ b/MTDDH/labels/mtddh_7c6afb72_000518.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b62b0b03f535b3e39652fcf49abb988d9b6b65882d7c1121250337d5dde6be5b +size 393344 diff --git a/MTDDH/labels/mtddh_7d065d22_000633.npy b/MTDDH/labels/mtddh_7d065d22_000633.npy new file mode 100644 index 0000000000000000000000000000000000000000..4eaba6e99f24f6ff2021de6d0c341c46cdcf313a --- /dev/null +++ b/MTDDH/labels/mtddh_7d065d22_000633.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:747a16134606344728b28387f505d33ffb65ea95771f4b80f1e976f5f408e4c5 +size 393344 diff --git a/MTDDH/labels/mtddh_7d2b652d_000880.npy b/MTDDH/labels/mtddh_7d2b652d_000880.npy new file mode 100644 index 0000000000000000000000000000000000000000..9e1d1e9bd4224b0e9e6d34040c54fb830fc8f832 --- /dev/null +++ b/MTDDH/labels/mtddh_7d2b652d_000880.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2ef03b91d1ace2f255cf863ef956748965c2027a69362780ac06f780633d1eb +size 393344 diff --git a/MTDDH/labels/mtddh_7e259152_000264.npy b/MTDDH/labels/mtddh_7e259152_000264.npy new file mode 100644 index 0000000000000000000000000000000000000000..103e69c7361d8eb8310aa7daf845b2199cb0b457 --- /dev/null +++ b/MTDDH/labels/mtddh_7e259152_000264.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:000d5ad8ebe1e0b43706df9b18dba980db747bb074f4d5197e14f9444914c81e +size 393344 diff --git a/MTDDH/labels/mtddh_7e8c72c0_000041.npy b/MTDDH/labels/mtddh_7e8c72c0_000041.npy new file mode 100644 index 0000000000000000000000000000000000000000..4ffb2ff37df8b4d3140ea1ec6134d1379b53b8f2 --- /dev/null +++ b/MTDDH/labels/mtddh_7e8c72c0_000041.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad1744d41a05b232cc7232045759b2acd4c7725c28ddf6fc82565fa7799b853b +size 393344 diff --git a/MTDDH/labels/mtddh_7f1b35bb_000109.npy b/MTDDH/labels/mtddh_7f1b35bb_000109.npy new file mode 100644 index 0000000000000000000000000000000000000000..4d99b4df21896652f08be2971b25f51fe4784874 --- /dev/null +++ b/MTDDH/labels/mtddh_7f1b35bb_000109.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b932279f2d28282d1f1d4fbb601ecb39ebce08a380f132e7d70e47731b5465e +size 393344 diff --git a/MTDDH/labels/mtddh_7f652669_000682.npy b/MTDDH/labels/mtddh_7f652669_000682.npy new file mode 100644 index 0000000000000000000000000000000000000000..5e2b5f179b0e7fd03e8739389675d773cb50c628 --- /dev/null +++ b/MTDDH/labels/mtddh_7f652669_000682.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f30b98e88d4cfbeb7750f0de21a3a294b2a67bf8917ffd782ab822c6ed60a475 +size 393344 diff --git a/MTDDH/labels/mtddh_7fa1dd2d_000201.npy b/MTDDH/labels/mtddh_7fa1dd2d_000201.npy new file mode 100644 index 0000000000000000000000000000000000000000..999414e8c02d7d33dfd42f53206f659b213ec7db --- /dev/null +++ b/MTDDH/labels/mtddh_7fa1dd2d_000201.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb87555b699719293c85b257a8c195e51d7928c03d0d925261ad1f92c898bf09 +size 393344 diff --git a/MTDDH/labels/mtddh_7fcad340_000817.npy b/MTDDH/labels/mtddh_7fcad340_000817.npy new file mode 100644 index 0000000000000000000000000000000000000000..bbfbd084b5f3efb7830d535f5b29b16e9a231854 --- /dev/null +++ b/MTDDH/labels/mtddh_7fcad340_000817.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d970c049c867597d6952a3f00096168c110ed10f6d0dca7f90450aa1b11e97e9 +size 393344 diff --git a/MTDDH/labels/mtddh_80481fe6_000080.npy b/MTDDH/labels/mtddh_80481fe6_000080.npy new file mode 100644 index 0000000000000000000000000000000000000000..7738aabbb9f0f1aac46172b3ba395679470e7918 --- /dev/null +++ b/MTDDH/labels/mtddh_80481fe6_000080.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b15a485ad4074779702e53fde101d7e2a2df6cfd069b9728ea2656d52e9eb4de +size 393344 diff --git a/MTDDH/labels/mtddh_805e59bf_000009.npy b/MTDDH/labels/mtddh_805e59bf_000009.npy new file mode 100644 index 0000000000000000000000000000000000000000..56238d73cd495e5fa41590f173d046d140a8fe8b --- /dev/null +++ b/MTDDH/labels/mtddh_805e59bf_000009.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a2b55528fb43e59419ae6712b57359bf677b2444a21e1fd3ffa4b6d1f204b3a +size 393344 diff --git a/MTDDH/labels/mtddh_80afbceb_000585.npy b/MTDDH/labels/mtddh_80afbceb_000585.npy new file mode 100644 index 0000000000000000000000000000000000000000..550984a5d17101267b675279eee8449be7dd1d7a --- /dev/null +++ b/MTDDH/labels/mtddh_80afbceb_000585.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c6534fffc18f4e124e9a7a959483ddb938823cc583a7d316f2df154b903fb6f +size 393344 diff --git a/MTDDH/labels/mtddh_80f6d815_000519.npy b/MTDDH/labels/mtddh_80f6d815_000519.npy new file mode 100644 index 0000000000000000000000000000000000000000..318b4c4b077f3a9b734d353544266daa7bde4e62 --- /dev/null +++ b/MTDDH/labels/mtddh_80f6d815_000519.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f9f17dd0f84455369c21255b09a546d4376328491f9cf6e33774034b834f78a +size 393344 diff --git a/MTDDH/labels/mtddh_8150f298_000824.npy b/MTDDH/labels/mtddh_8150f298_000824.npy new file mode 100644 index 0000000000000000000000000000000000000000..9846b44612be6676a182276662f674b5f736faa9 --- /dev/null +++ b/MTDDH/labels/mtddh_8150f298_000824.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae33e4022c9dc75d7d0395795f9f0a80827998a1dd6258e90da1aa1d76d1f0bd +size 393344 diff --git a/MTDDH/labels/mtddh_816e10e9_000221.npy b/MTDDH/labels/mtddh_816e10e9_000221.npy new file mode 100644 index 0000000000000000000000000000000000000000..2728d0b1996864c1b4a7c2bd03f27690ac9bec99 --- /dev/null +++ b/MTDDH/labels/mtddh_816e10e9_000221.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc93b8b930bed91644cbfcf5f9541732dfd101fc875d0b6b7634c596ea4e3604 +size 393344 diff --git a/MTDDH/labels/mtddh_81c6ad44_000106.npy b/MTDDH/labels/mtddh_81c6ad44_000106.npy new file mode 100644 index 0000000000000000000000000000000000000000..ea05ff333f968eac8f528aa6f17392f50b67691c --- /dev/null +++ b/MTDDH/labels/mtddh_81c6ad44_000106.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb3fd723caccb2abc0aafd04b43135e1d125ce80d135dada281e481ec11d3601 +size 393344 diff --git a/MTDDH/labels/mtddh_81f7c2b1_000159.npy b/MTDDH/labels/mtddh_81f7c2b1_000159.npy new file mode 100644 index 0000000000000000000000000000000000000000..d1b9b259269f6cd130b3ae18e1649d69c70f0901 --- /dev/null +++ b/MTDDH/labels/mtddh_81f7c2b1_000159.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13e774e364bdf3d2bbf01360ddc8f453134511d4d2cd61d16e933616b7d700d0 +size 393344 diff --git a/MTDDH/labels/mtddh_82054221_000128.npy b/MTDDH/labels/mtddh_82054221_000128.npy new file mode 100644 index 0000000000000000000000000000000000000000..892c4870ea44245a58092da97fead5aa21bb336b --- /dev/null +++ b/MTDDH/labels/mtddh_82054221_000128.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07b76d5b759059e3a7ff2ed616999588611a015e32f0c937f16c3dfac325dfc8 +size 393344 diff --git a/MTDDH/labels/mtddh_82b2385f_000830.npy b/MTDDH/labels/mtddh_82b2385f_000830.npy new file mode 100644 index 0000000000000000000000000000000000000000..2f11b36776d148af8a84a3115db8f3b166fe047b --- /dev/null +++ b/MTDDH/labels/mtddh_82b2385f_000830.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1812260302dc677c3686fa2dbd3b0f9b8312b95a809ae2d3e3d0378c8ba4b310 +size 393344 diff --git a/MTDDH/labels/mtddh_82dc12ee_000615.npy b/MTDDH/labels/mtddh_82dc12ee_000615.npy new file mode 100644 index 0000000000000000000000000000000000000000..31fdbfdc53843c1f5ba4ac75b046265fab3a711d --- /dev/null +++ b/MTDDH/labels/mtddh_82dc12ee_000615.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8789c0470e19d73e162f43e5359c3f6180a65b378680088deae462ac1ae439c3 +size 393344 diff --git a/MTDDH/labels/mtddh_8331c1e1_000595.npy b/MTDDH/labels/mtddh_8331c1e1_000595.npy new file mode 100644 index 0000000000000000000000000000000000000000..e3435d45a5951be1fd084c4efcd5fac0ab32dad9 --- /dev/null +++ b/MTDDH/labels/mtddh_8331c1e1_000595.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b05f4073a20875c08e8acb32dbb69cd8440591bd4fe3eb5cdf0272c22b54bf8 +size 393344 diff --git a/MTDDH/labels/mtddh_83d0e80f_000755.npy b/MTDDH/labels/mtddh_83d0e80f_000755.npy new file mode 100644 index 0000000000000000000000000000000000000000..d6038053a6a8348ae43ac7cd53af979c4a9d9d87 --- /dev/null +++ b/MTDDH/labels/mtddh_83d0e80f_000755.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2a19abbfb7cb2c3280d25ff87f4b73e3e342f97de2d3b8bd90a82f433c5a645 +size 393344 diff --git a/MTDDH/labels/mtddh_83f0f6a5_000888.npy b/MTDDH/labels/mtddh_83f0f6a5_000888.npy new file mode 100644 index 0000000000000000000000000000000000000000..98368426b219efb6c497815bb9473428ad330fac --- /dev/null +++ b/MTDDH/labels/mtddh_83f0f6a5_000888.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:220f59a433fef9b8bf8dc79e5efc8e856afb151bb1f2e49be18fed3533180011 +size 393344 diff --git a/MTDDH/labels/mtddh_846de068_000520.npy b/MTDDH/labels/mtddh_846de068_000520.npy new file mode 100644 index 0000000000000000000000000000000000000000..300a69ee6e977c20f3548f3c3b8389c8341e3d4b --- /dev/null +++ b/MTDDH/labels/mtddh_846de068_000520.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41dbc39faa2da6fbfec16b8cc493fb9fca9fbd97fa112e03c672000e462609af +size 393344 diff --git a/MTDDH/labels/mtddh_85184b2a_000889.npy b/MTDDH/labels/mtddh_85184b2a_000889.npy new file mode 100644 index 0000000000000000000000000000000000000000..ef8000cc0904f0e5ba33cb3d5eab7647e1e45b29 --- /dev/null +++ b/MTDDH/labels/mtddh_85184b2a_000889.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecfea329787a0ff4e19e84ce1070c6ad007906c159d371bd6e7c257b64b01e6a +size 393344 diff --git a/MTDDH/labels/mtddh_8546a80d_000183.npy b/MTDDH/labels/mtddh_8546a80d_000183.npy new file mode 100644 index 0000000000000000000000000000000000000000..02fe089e6ef4efc2fce3c03dd1a685160434d1d3 --- /dev/null +++ b/MTDDH/labels/mtddh_8546a80d_000183.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b890ccf1ec8249cfa28d173546b22d2fce7999f750fcf41422d61b75825003ac +size 393344 diff --git a/MTDDH/labels/mtddh_85bf80df_000288.npy b/MTDDH/labels/mtddh_85bf80df_000288.npy new file mode 100644 index 0000000000000000000000000000000000000000..b49669ad5aa588b1e14eb4d7969221f52462f573 --- /dev/null +++ b/MTDDH/labels/mtddh_85bf80df_000288.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aa62240d8d96b18a629545dbe998c712eaf1d6ab8cd354b8a158335881e47dc +size 393344 diff --git a/MTDDH/labels/mtddh_8663c01f_000289.npy b/MTDDH/labels/mtddh_8663c01f_000289.npy new file mode 100644 index 0000000000000000000000000000000000000000..73f2ebb4d806ae1f7d3c6b1da81e8aa5e96f6ce3 --- /dev/null +++ b/MTDDH/labels/mtddh_8663c01f_000289.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:777d39a44471c2210dfec88935d6395c0e16716583babb07de1570904a687a59 +size 393344 diff --git a/MTDDH/labels/mtddh_869bf2ba_000163.npy b/MTDDH/labels/mtddh_869bf2ba_000163.npy new file mode 100644 index 0000000000000000000000000000000000000000..8728186d9f93ec649ba8deab9e28dcd7013790bc --- /dev/null +++ b/MTDDH/labels/mtddh_869bf2ba_000163.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b28f6dd253cc95adbb53647c38a0fb3e3f34b5be9eb868d0d42e4548e37c89a2 +size 393344 diff --git a/MTDDH/labels/mtddh_8733d80e_000834.npy b/MTDDH/labels/mtddh_8733d80e_000834.npy new file mode 100644 index 0000000000000000000000000000000000000000..f0af95095ccae51ac3e05a52bce3c8f14b770587 --- /dev/null +++ b/MTDDH/labels/mtddh_8733d80e_000834.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6175632adce03a2d76534e3767f2d831ac6053501cf5d62d382edaa6cf7bec29 +size 393344 diff --git a/MTDDH/labels/mtddh_87447a63_000761.npy b/MTDDH/labels/mtddh_87447a63_000761.npy new file mode 100644 index 0000000000000000000000000000000000000000..6631ad4c625b01aed6e41ae960f3e30f2cfd2edc --- /dev/null +++ b/MTDDH/labels/mtddh_87447a63_000761.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a78e9328bd81429c2d7e4822b9a958391c4edbe0ea7a15ec572df1cb1411e1b9 +size 393344 diff --git a/MTDDH/labels/mtddh_87585f78_000884.npy b/MTDDH/labels/mtddh_87585f78_000884.npy new file mode 100644 index 0000000000000000000000000000000000000000..1ff51bbeb7ef17e7cce0809ac31497be676b1e9e --- /dev/null +++ b/MTDDH/labels/mtddh_87585f78_000884.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:957c24e15451ea8fc88e9ea3b04913ad6944b5cccba8a833cd02a8722193dd68 +size 393344 diff --git a/MTDDH/labels/mtddh_88171b79_000885.npy b/MTDDH/labels/mtddh_88171b79_000885.npy new file mode 100644 index 0000000000000000000000000000000000000000..5506e7fbba5b5095b05a4e505d6fdc7bd88d86e6 --- /dev/null +++ b/MTDDH/labels/mtddh_88171b79_000885.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6520a673a8d27e3b320c023df425d518fa3d2e3c520a39bd28dc8d2af62cbf0c +size 393344 diff --git a/MTDDH/labels/mtddh_8853e74b_000056.npy b/MTDDH/labels/mtddh_8853e74b_000056.npy new file mode 100644 index 0000000000000000000000000000000000000000..ce30e1a180152f65f8cc24aaf6ea32548baa46bc --- /dev/null +++ b/MTDDH/labels/mtddh_8853e74b_000056.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b0b677c773d14c24848aab2ef9c4d606765aa0508458ee5c48151aea3605bcd +size 393344 diff --git a/MTDDH/labels/mtddh_8908cffa_000230.npy b/MTDDH/labels/mtddh_8908cffa_000230.npy new file mode 100644 index 0000000000000000000000000000000000000000..7d2b49a60d6b9d7d30bd7dd6fcc90cd48536779e --- /dev/null +++ b/MTDDH/labels/mtddh_8908cffa_000230.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a92ff462b48223bd1596130a9423da5a75d2d9083abb10f183042a504ba4bfdf +size 393344 diff --git a/MTDDH/labels/mtddh_893064f3_000886.npy b/MTDDH/labels/mtddh_893064f3_000886.npy new file mode 100644 index 0000000000000000000000000000000000000000..b9b1195c548f2e09a37d46e6d09a3e906ca1a10a --- /dev/null +++ b/MTDDH/labels/mtddh_893064f3_000886.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4310e18ae38a554b0ab2a436a1a9c79bd9992904547ff0905c9233b3d32222e +size 393344 diff --git a/MTDDH/labels/mtddh_8931528a_000468.npy b/MTDDH/labels/mtddh_8931528a_000468.npy new file mode 100644 index 0000000000000000000000000000000000000000..d626251a815c4a30b5d4f4cf7db77c3ad4cd5688 --- /dev/null +++ b/MTDDH/labels/mtddh_8931528a_000468.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fdb4f70097637d392084481a416d2d150e25f9d7ba21d2846bf2c18fd1bf168 +size 393344 diff --git a/MTDDH/labels/mtddh_89754431_000521.npy b/MTDDH/labels/mtddh_89754431_000521.npy new file mode 100644 index 0000000000000000000000000000000000000000..4912c0a26d76783cb4e6fc2c44a1a5986c7383c0 --- /dev/null +++ b/MTDDH/labels/mtddh_89754431_000521.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:568b12fa88c2f391a66a5cb9f07aec7d07640defe837dfc369064a663be2d867 +size 393344 diff --git a/MTDDH/labels/mtddh_8a33fa71_000290.npy b/MTDDH/labels/mtddh_8a33fa71_000290.npy new file mode 100644 index 0000000000000000000000000000000000000000..73f4e9ba8240e451063c7871663681bebb3244cc --- /dev/null +++ b/MTDDH/labels/mtddh_8a33fa71_000290.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca6f9a9d123fbe2c3597088ae9643f253f0fb81721b7bdd3c18a198799866be5 +size 393344 diff --git a/MTDDH/labels/mtddh_8a7aecb0_000142.npy b/MTDDH/labels/mtddh_8a7aecb0_000142.npy new file mode 100644 index 0000000000000000000000000000000000000000..19ced678b64ced8430b25b4a5046123bfe33595a --- /dev/null +++ b/MTDDH/labels/mtddh_8a7aecb0_000142.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b265788876c9a66d5db52f01185490c8296c3ff8efe79e9ef37afd479c55b6c +size 393344 diff --git a/MTDDH/labels/mtddh_8a9803b6_000291.npy b/MTDDH/labels/mtddh_8a9803b6_000291.npy new file mode 100644 index 0000000000000000000000000000000000000000..ea71b82863d43ea20d357b3d675984bbbcaaebd6 --- /dev/null +++ b/MTDDH/labels/mtddh_8a9803b6_000291.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4ae6ba6c45d042c0516a0c6f519494eff60b3beeddcd4289cf4d8ce5b11963d +size 393344 diff --git a/MTDDH/labels/mtddh_8ab30c44_000881.npy b/MTDDH/labels/mtddh_8ab30c44_000881.npy new file mode 100644 index 0000000000000000000000000000000000000000..1dcfc80a556b8404209fff81a9e3dec066a0a795 --- /dev/null +++ b/MTDDH/labels/mtddh_8ab30c44_000881.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b54bfa3b8d234d6ddf7d5fabf8ab634252b7aebf83211b1a1c0a6d377621bfeb +size 393344 diff --git a/MTDDH/labels/mtddh_8ae7d37e_000441.npy b/MTDDH/labels/mtddh_8ae7d37e_000441.npy new file mode 100644 index 0000000000000000000000000000000000000000..e1a3a7b7c96ff283f16f57e49d6a0f6869f2ec00 --- /dev/null +++ b/MTDDH/labels/mtddh_8ae7d37e_000441.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a5abbbe4e9d3b045df2d4998f083e743411f01f164f5742c6668284959dd84a +size 393344 diff --git a/MTDDH/labels/mtddh_8b0c1f18_000442.npy b/MTDDH/labels/mtddh_8b0c1f18_000442.npy new file mode 100644 index 0000000000000000000000000000000000000000..440399d0b05663016267753fea42d0a7eec969fc --- /dev/null +++ b/MTDDH/labels/mtddh_8b0c1f18_000442.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fa6d49b37363109a44a3225ccdaa41158e12778ea1675dc0306115fe878e9ee +size 393344 diff --git a/MTDDH/labels/mtddh_8b0fd8b7_000411.npy b/MTDDH/labels/mtddh_8b0fd8b7_000411.npy new file mode 100644 index 0000000000000000000000000000000000000000..598ef7a6ae57b653a54ddfdda5ff5864c4ef515c --- /dev/null +++ b/MTDDH/labels/mtddh_8b0fd8b7_000411.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6ef7c4a4abf7d249416c08707998f59e7a04e6e1d7617899fb6e62bc1d7e1f4 +size 393344 diff --git a/MTDDH/labels/mtddh_8b18cf24_000660.npy b/MTDDH/labels/mtddh_8b18cf24_000660.npy new file mode 100644 index 0000000000000000000000000000000000000000..0c8931007dff64a1fab69e8edeb505a2f93b9ac9 --- /dev/null +++ b/MTDDH/labels/mtddh_8b18cf24_000660.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48a1d08e84340aec47859992f41f45abc510651ad0a5775bdf07955a02b6b90c +size 393344 diff --git a/MTDDH/labels/mtddh_8b1e3233_000052.npy b/MTDDH/labels/mtddh_8b1e3233_000052.npy new file mode 100644 index 0000000000000000000000000000000000000000..9f092c58c2cfeae16901ececca910583f44f3669 --- /dev/null +++ b/MTDDH/labels/mtddh_8b1e3233_000052.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5d7e482ac8e780c5ead0c24d24164883bc99e209862c310fa6a8ccaaae6548f +size 393344 diff --git a/MTDDH/labels/mtddh_8b559415_000685.npy b/MTDDH/labels/mtddh_8b559415_000685.npy new file mode 100644 index 0000000000000000000000000000000000000000..551c4a43733a1205cfe1fa8e85f6c373370121cf --- /dev/null +++ b/MTDDH/labels/mtddh_8b559415_000685.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2a7a575a657222a725519fe8031b6e656a8c9d49fdafe95c3107536a7bae9c5 +size 393344 diff --git a/MTDDH/labels/mtddh_8b72bb01_000015.npy b/MTDDH/labels/mtddh_8b72bb01_000015.npy new file mode 100644 index 0000000000000000000000000000000000000000..1779b2b0bc429544a41305daaa104fb591672ae8 --- /dev/null +++ b/MTDDH/labels/mtddh_8b72bb01_000015.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d74c06844be562d345541774f4d44f41a6bb4cd93847ce8518fa4d4dfe48182b +size 393344 diff --git a/MTDDH/labels/mtddh_8b8c1b00_000654.npy b/MTDDH/labels/mtddh_8b8c1b00_000654.npy new file mode 100644 index 0000000000000000000000000000000000000000..83e1d521890ffa6b8d4626287e627defc7c1362c --- /dev/null +++ b/MTDDH/labels/mtddh_8b8c1b00_000654.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30342e969836895bb066011aa65a6715bf788a463bef97b6aa6aad836046d7ef +size 393344 diff --git a/MTDDH/labels/mtddh_8ba76c3e_000608.npy b/MTDDH/labels/mtddh_8ba76c3e_000608.npy new file mode 100644 index 0000000000000000000000000000000000000000..0705dd6bef4a4e1108b90f1f9c604fd1a617f2a5 --- /dev/null +++ b/MTDDH/labels/mtddh_8ba76c3e_000608.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b554c3970534f94a098e1d10803bfc5d209760b71f7e146455f46ce6cc13e98d +size 393344 diff --git a/MTDDH/labels/mtddh_8be637e3_000896.npy b/MTDDH/labels/mtddh_8be637e3_000896.npy new file mode 100644 index 0000000000000000000000000000000000000000..03b6a1d3210e652df49ae4fc10924e30bb59a616 --- /dev/null +++ b/MTDDH/labels/mtddh_8be637e3_000896.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7747e25700a2dd8946c505ae3a35cfff32e651ed71aaa0c1bc946cd4897062bc +size 393344 diff --git a/MTDDH/labels/mtddh_8c05003f_000292.npy b/MTDDH/labels/mtddh_8c05003f_000292.npy new file mode 100644 index 0000000000000000000000000000000000000000..38a9167ced5f3824990a309f1b28d58b7a6d8830 --- /dev/null +++ b/MTDDH/labels/mtddh_8c05003f_000292.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ed7172450426fc1e57cd1ce485690aa60403d0d6d837785a75123c944d753ba +size 393344 diff --git a/MTDDH/labels/mtddh_8c07aac2_000493.npy b/MTDDH/labels/mtddh_8c07aac2_000493.npy new file mode 100644 index 0000000000000000000000000000000000000000..402779bf455b8aa4c60adaf38cf47db38e6f79b6 --- /dev/null +++ b/MTDDH/labels/mtddh_8c07aac2_000493.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:847d3f2e23279259ed3d03356aecbf095b4bae9b0acfca474ccd35d42f1f5bdd +size 393344 diff --git a/MTDDH/labels/mtddh_8c3dfb67_000675.npy b/MTDDH/labels/mtddh_8c3dfb67_000675.npy new file mode 100644 index 0000000000000000000000000000000000000000..a37b81a50ecab5e0f3c0e559a0394a17ec4c7bea --- /dev/null +++ b/MTDDH/labels/mtddh_8c3dfb67_000675.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b585d74cb64bf1920e670c8dd69e8e504862e268ba250338b4cdfeffa9e6e9dc +size 393344 diff --git a/MTDDH/labels/mtddh_8c4e6877_000090.npy b/MTDDH/labels/mtddh_8c4e6877_000090.npy new file mode 100644 index 0000000000000000000000000000000000000000..7156f0b24c78ec157f3c1cd9c07d3b7427e99fe9 --- /dev/null +++ b/MTDDH/labels/mtddh_8c4e6877_000090.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed04efbc0fcc6de2f30f23b823f9e34f6f421412f817f38056c26f88fe262275 +size 393344 diff --git a/MTDDH/labels/mtddh_8c721683_000725.npy b/MTDDH/labels/mtddh_8c721683_000725.npy new file mode 100644 index 0000000000000000000000000000000000000000..6c31e11c1a8f1d6031bff0e04bdcc1bedd467ca5 --- /dev/null +++ b/MTDDH/labels/mtddh_8c721683_000725.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10a5396ea5252a23bd1585166e61cfc837f047926f9f4065fac6c354899f924a +size 393344 diff --git a/MTDDH/labels/mtddh_8cbc31c0_000085.npy b/MTDDH/labels/mtddh_8cbc31c0_000085.npy new file mode 100644 index 0000000000000000000000000000000000000000..3e46e221151b497f82747bec4c415075da555f72 --- /dev/null +++ b/MTDDH/labels/mtddh_8cbc31c0_000085.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:210665b1f32dd4d2b8b1282169a2ec493633df85e5b6444d03237f9b015d50ad +size 393344 diff --git a/MTDDH/labels/mtddh_8ce19a5b_000060.npy b/MTDDH/labels/mtddh_8ce19a5b_000060.npy new file mode 100644 index 0000000000000000000000000000000000000000..b82521d9f78dd8b45c1dabea4a15abee426e161a --- /dev/null +++ b/MTDDH/labels/mtddh_8ce19a5b_000060.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99734d1b50c3bcab6e19ce5ae9b404fc0a3eb797d7cd829ac8f12fd547ed74b1 +size 393344 diff --git a/MTDDH/labels/mtddh_8ce479f7_000734.npy b/MTDDH/labels/mtddh_8ce479f7_000734.npy new file mode 100644 index 0000000000000000000000000000000000000000..5f94da869346c23e023a6ba4824ad6f3c9c93dda --- /dev/null +++ b/MTDDH/labels/mtddh_8ce479f7_000734.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f556545c447a65b6ddeef7aecee4bd24497789fbbe5ace067a0e0bb3f959bfdf +size 393344 diff --git a/MTDDH/labels/mtddh_8d107a2d_000293.npy b/MTDDH/labels/mtddh_8d107a2d_000293.npy new file mode 100644 index 0000000000000000000000000000000000000000..c81eec4185dc1bda5c6cd6a37d9f7616c02d2cc6 --- /dev/null +++ b/MTDDH/labels/mtddh_8d107a2d_000293.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b9751709c06177ba0f09358611afa54671e51360eb8d23a420233016416f1e8 +size 393344 diff --git a/MTDDH/labels/mtddh_8d10dd4b_000443.npy b/MTDDH/labels/mtddh_8d10dd4b_000443.npy new file mode 100644 index 0000000000000000000000000000000000000000..ae03df70c81e098a140a5eac842ebfb0fab4f687 --- /dev/null +++ b/MTDDH/labels/mtddh_8d10dd4b_000443.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ad6048406c399e467bd1576c6e58f8e386be912bcbb1f505fa5d5724d388cdb +size 393344 diff --git a/MTDDH/labels/mtddh_8d5f3b8a_000392.npy b/MTDDH/labels/mtddh_8d5f3b8a_000392.npy new file mode 100644 index 0000000000000000000000000000000000000000..5c97fc60e5d7a60ec899aa61b67781e7f33cd261 --- /dev/null +++ b/MTDDH/labels/mtddh_8d5f3b8a_000392.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e589234392299661ba18f495cf1585512cabd548149b9a06738c72632d92a202 +size 393344 diff --git a/MTDDH/labels/mtddh_8d693019_000205.npy b/MTDDH/labels/mtddh_8d693019_000205.npy new file mode 100644 index 0000000000000000000000000000000000000000..3b0ae55e43a3cf933309c9da1e06f49325358b13 --- /dev/null +++ b/MTDDH/labels/mtddh_8d693019_000205.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77c627c328c2228d6160fd26529c2afd1b1b5c0987c289ef3b58e940a1fb0a9f +size 393344 diff --git a/MTDDH/labels/mtddh_8dd741ed_000596.npy b/MTDDH/labels/mtddh_8dd741ed_000596.npy new file mode 100644 index 0000000000000000000000000000000000000000..f1d44af491f1780840d7d93cb7098905cc54f139 --- /dev/null +++ b/MTDDH/labels/mtddh_8dd741ed_000596.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2051c9587834799c0fd657dca37fed4e0102f878d8e077d0ee2d8f5ed661c816 +size 393344 diff --git a/MTDDH/labels/mtddh_8e07cbc1_000357.npy b/MTDDH/labels/mtddh_8e07cbc1_000357.npy new file mode 100644 index 0000000000000000000000000000000000000000..55f4ee76477d638cbe0d90988ff985292a57f490 --- /dev/null +++ b/MTDDH/labels/mtddh_8e07cbc1_000357.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6383591ca0d216b745e5681493d586e535ccba0cc9633ce902fdaeed0777067 +size 393344 diff --git a/MTDDH/labels/mtddh_8f09e041_000705.npy b/MTDDH/labels/mtddh_8f09e041_000705.npy new file mode 100644 index 0000000000000000000000000000000000000000..7f43532c1212a88445b26271137e9b991d213ce8 --- /dev/null +++ b/MTDDH/labels/mtddh_8f09e041_000705.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d941fd43c67ffe5b65fe450ddc59ede10f3562049f4095f97dd55566c044e48b +size 393344 diff --git a/MTDDH/labels/mtddh_8fa6f656_000677.npy b/MTDDH/labels/mtddh_8fa6f656_000677.npy new file mode 100644 index 0000000000000000000000000000000000000000..5594918a0f0793f37bb6b617a7cd9fedb46952f0 --- /dev/null +++ b/MTDDH/labels/mtddh_8fa6f656_000677.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6fab64aa918616d45e670c024ba45f4d404a5bb619f61c7307e192a457eb821 +size 393344 diff --git a/MTDDH/labels/mtddh_8fd994ae_000522.npy b/MTDDH/labels/mtddh_8fd994ae_000522.npy new file mode 100644 index 0000000000000000000000000000000000000000..3aac177c7c99ad39cd66a80851bf80015a0099b7 --- /dev/null +++ b/MTDDH/labels/mtddh_8fd994ae_000522.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a92e36ccde77573257ef24ab24b21def43df97f766027678fd282509c2fb826c +size 393344 diff --git a/MTDDH/labels/mtddh_8ffc7819_000046.npy b/MTDDH/labels/mtddh_8ffc7819_000046.npy new file mode 100644 index 0000000000000000000000000000000000000000..d9927798adf320d06bc70ff6e5f993884feb1b72 --- /dev/null +++ b/MTDDH/labels/mtddh_8ffc7819_000046.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8ea6b71402380b24e4229d07383e01a906e14f37dfa1f7734cc6cd827882bcc +size 393344 diff --git a/MTDDH/labels/mtddh_9009f786_000409.npy b/MTDDH/labels/mtddh_9009f786_000409.npy new file mode 100644 index 0000000000000000000000000000000000000000..eea3763150b7a5191375ad56a9b95e30cb008fa9 --- /dev/null +++ b/MTDDH/labels/mtddh_9009f786_000409.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b961fc190edfa07c7774c5bfb5e5e2db1e3413e63009423df119cdc4f415622f +size 393344 diff --git a/MTDDH/labels/mtddh_90d3b732_000743.npy b/MTDDH/labels/mtddh_90d3b732_000743.npy new file mode 100644 index 0000000000000000000000000000000000000000..0711bb931e5fd69641e51bd274c326d5cc439926 --- /dev/null +++ b/MTDDH/labels/mtddh_90d3b732_000743.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d2b795a47356872975fbde305ac978043085ed528b4f03eebf8afb8cf88e5b3 +size 393344 diff --git a/MTDDH/labels/mtddh_90d75cba_000730.npy b/MTDDH/labels/mtddh_90d75cba_000730.npy new file mode 100644 index 0000000000000000000000000000000000000000..0341a2d44b67d2fcd5a62d5d82fe0a9df661d783 --- /dev/null +++ b/MTDDH/labels/mtddh_90d75cba_000730.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ffe6d6d872fcbdc680c82d14b5cdad42a4592f58411b59a320278421185217f +size 393344 diff --git a/MTDDH/labels/mtddh_90d9e26b_000651.npy b/MTDDH/labels/mtddh_90d9e26b_000651.npy new file mode 100644 index 0000000000000000000000000000000000000000..70a964850a63f664e88240a6d17e60e769699add --- /dev/null +++ b/MTDDH/labels/mtddh_90d9e26b_000651.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdbc805a8e0c830217c45c1fa66755cfc11f80b4929369a4260d23c5dcac455f +size 393344 diff --git a/MTDDH/labels/mtddh_9143f3ea_000890.npy b/MTDDH/labels/mtddh_9143f3ea_000890.npy new file mode 100644 index 0000000000000000000000000000000000000000..7c85d1279c108fdeb06831645c95828d769c4a14 --- /dev/null +++ b/MTDDH/labels/mtddh_9143f3ea_000890.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0d83ec48e57a5c9a0bb75cc1964c5a4ff26e1f0cfed88ce2c6d533e703be88b +size 393344 diff --git a/MTDDH/labels/mtddh_9184498d_000294.npy b/MTDDH/labels/mtddh_9184498d_000294.npy new file mode 100644 index 0000000000000000000000000000000000000000..04a9badcc2293799797adc44f5b1be9d9c59dda5 --- /dev/null +++ b/MTDDH/labels/mtddh_9184498d_000294.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80684355a7b7c2384861ca6279503e762e031fee189d23f20128d2aae5b09674 +size 393344 diff --git a/MTDDH/labels/mtddh_9190ec2b_000097.npy b/MTDDH/labels/mtddh_9190ec2b_000097.npy new file mode 100644 index 0000000000000000000000000000000000000000..9b5e739a60dc897a86b413c69f3a6351c2fa565f --- /dev/null +++ b/MTDDH/labels/mtddh_9190ec2b_000097.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52d012bb70ff1f7031749b0a6239cbe11691edf6cb8841b35d9454c2a2348940 +size 393344 diff --git a/MTDDH/labels/mtddh_91e97938_000358.npy b/MTDDH/labels/mtddh_91e97938_000358.npy new file mode 100644 index 0000000000000000000000000000000000000000..cadbddfec95fdeeb6d784f8df6a8cc42534cea70 --- /dev/null +++ b/MTDDH/labels/mtddh_91e97938_000358.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5658faa6cce4e9bcf61f366fc1bd90e283fe01f495580f9f92ca81acc7f67a1e +size 393344 diff --git a/MTDDH/labels/mtddh_922a84c3_000273.npy b/MTDDH/labels/mtddh_922a84c3_000273.npy new file mode 100644 index 0000000000000000000000000000000000000000..48004f25ad0c90a0481259430dae6ac6fc9ed674 --- /dev/null +++ b/MTDDH/labels/mtddh_922a84c3_000273.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b45a2ed0ac4c4fa770e42460563a23f470acffe3d79e309905d9cf77b2a3caae +size 393344 diff --git a/MTDDH/labels/mtddh_9238c772_000410.npy b/MTDDH/labels/mtddh_9238c772_000410.npy new file mode 100644 index 0000000000000000000000000000000000000000..ee97ad8cea11711c6dd141bb62c8a0d3aa739ae1 --- /dev/null +++ b/MTDDH/labels/mtddh_9238c772_000410.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:005a59064f34990a54345c864020df4020d3519e37f0d9ab645e6afb0b24787f +size 393344 diff --git a/MTDDH/labels/mtddh_9248b357_000295.npy b/MTDDH/labels/mtddh_9248b357_000295.npy new file mode 100644 index 0000000000000000000000000000000000000000..f8247bbca3d5f85aa9dbc462d8faa39e7df987fa --- /dev/null +++ b/MTDDH/labels/mtddh_9248b357_000295.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c31e84683fd1efd8b3cf2ab212184ae7e0b0cb6215ae272eab2d233d4e02b2b4 +size 393344 diff --git a/MTDDH/labels/mtddh_92f04ffa_000049.npy b/MTDDH/labels/mtddh_92f04ffa_000049.npy new file mode 100644 index 0000000000000000000000000000000000000000..1d8d34d5bfcb76ffe8cbd27866904fa6a64ed337 --- /dev/null +++ b/MTDDH/labels/mtddh_92f04ffa_000049.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:529b1548b5d35748eefd6c4959bb08c5eaed9643536a5682268ee53381d7f6d9 +size 393344 diff --git a/MTDDH/labels/mtddh_92f12b4f_000139.npy b/MTDDH/labels/mtddh_92f12b4f_000139.npy new file mode 100644 index 0000000000000000000000000000000000000000..ce3bf093c9b7aaa5d0cf8d223723814c9be624d0 --- /dev/null +++ b/MTDDH/labels/mtddh_92f12b4f_000139.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01f3c3e0791f45f1e326e17982e7c6e61e877fe13ed8350284e5ac2c64201bee +size 393344 diff --git a/MTDDH/labels/mtddh_93d74687_000905.npy b/MTDDH/labels/mtddh_93d74687_000905.npy new file mode 100644 index 0000000000000000000000000000000000000000..e2c72b22ec00ca8fc7758f4997701de0ef2ce9b0 --- /dev/null +++ b/MTDDH/labels/mtddh_93d74687_000905.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd6b0d66b9000287b44ec2fc0541f465d839b2121c5949c40e28a77335b8a23c +size 393344 diff --git a/MTDDH/labels/mtddh_93fa531c_000494.npy b/MTDDH/labels/mtddh_93fa531c_000494.npy new file mode 100644 index 0000000000000000000000000000000000000000..189c256530a87cb3f5e703d23be214c3bac31c3e --- /dev/null +++ b/MTDDH/labels/mtddh_93fa531c_000494.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cad5dbc8046d45672519efc7e241dc8e1a4e0c8e08a0a12ae3dd7066bafd7dfb +size 393344 diff --git a/MTDDH/labels/mtddh_941766cd_000244.npy b/MTDDH/labels/mtddh_941766cd_000244.npy new file mode 100644 index 0000000000000000000000000000000000000000..2b4a2e53d78136e8e78affe6631eae45e23a981d --- /dev/null +++ b/MTDDH/labels/mtddh_941766cd_000244.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e15a18524b8560833c2e60f78e427b9bfb92c8cf611a92657380e2293ebdc4af +size 393344 diff --git a/MTDDH/labels/mtddh_9461a9ba_000669.npy b/MTDDH/labels/mtddh_9461a9ba_000669.npy new file mode 100644 index 0000000000000000000000000000000000000000..59209843a4ca01fd7103aa186a24b953c6961873 --- /dev/null +++ b/MTDDH/labels/mtddh_9461a9ba_000669.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ff298e0c04d010cbd7a01fee805c7cd7d8aa79d3c3c129be44435174fa6b0b7 +size 393344 diff --git a/MTDDH/labels/mtddh_948c2cb9_000523.npy b/MTDDH/labels/mtddh_948c2cb9_000523.npy new file mode 100644 index 0000000000000000000000000000000000000000..848c87fcf75c02da802ff94c84ee60797b72e7c5 --- /dev/null +++ b/MTDDH/labels/mtddh_948c2cb9_000523.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcc6f220f811c71253336defa46f8a5f19eafd3ab6a0c38157a2b66837b9dc36 +size 393344 diff --git a/MTDDH/labels/mtddh_94a27ab3_000160.npy b/MTDDH/labels/mtddh_94a27ab3_000160.npy new file mode 100644 index 0000000000000000000000000000000000000000..ae0f96d6b16278f2a4f8fdde1de69a9156823fc6 --- /dev/null +++ b/MTDDH/labels/mtddh_94a27ab3_000160.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00bc2f8f9aae8fd175e5780db66f732341d0ebb755101b56fe0b675aafb17d3a +size 393344 diff --git a/MTDDH/labels/mtddh_94ddfa81_000296.npy b/MTDDH/labels/mtddh_94ddfa81_000296.npy new file mode 100644 index 0000000000000000000000000000000000000000..25d2d9780f68b9031a89ae6701e33caf5a615c56 --- /dev/null +++ b/MTDDH/labels/mtddh_94ddfa81_000296.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1f35308b54b3387587348a2fa8b89e2afa51b2c3aa6454e502f4e86b3b7420c +size 393344 diff --git a/MTDDH/labels/mtddh_95481ad2_000524.npy b/MTDDH/labels/mtddh_95481ad2_000524.npy new file mode 100644 index 0000000000000000000000000000000000000000..716e5a8538f70e5053f508b4c9772b8d03efa637 --- /dev/null +++ b/MTDDH/labels/mtddh_95481ad2_000524.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f70886854ee2fc593722e68ef2080b7d8fd423328f96d737e9cf482b8d865152 +size 393344 diff --git a/MTDDH/labels/mtddh_958e0f55_000891.npy b/MTDDH/labels/mtddh_958e0f55_000891.npy new file mode 100644 index 0000000000000000000000000000000000000000..cef59604d62db681d05de8ea6f32fba806167cae --- /dev/null +++ b/MTDDH/labels/mtddh_958e0f55_000891.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a0617cd2da6c50c39d39a34632297064962aa15c2c381adc86456289f295fb2 +size 393344 diff --git a/MTDDH/labels/mtddh_95e2acbd_000887.npy b/MTDDH/labels/mtddh_95e2acbd_000887.npy new file mode 100644 index 0000000000000000000000000000000000000000..6d1cfe2ccf6d52e8675c5b108f0c44e69777c470 --- /dev/null +++ b/MTDDH/labels/mtddh_95e2acbd_000887.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dd0a22730d07f2deea6e70d6ed5e048d5633aa9f3fac5f7eb1c9ceec67eaca6 +size 393344 diff --git a/MTDDH/labels/mtddh_9637eead_000061.npy b/MTDDH/labels/mtddh_9637eead_000061.npy new file mode 100644 index 0000000000000000000000000000000000000000..97ec75c4bbe41995b70924d7a525d97106db8782 --- /dev/null +++ b/MTDDH/labels/mtddh_9637eead_000061.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:663f59d4a67d92113d7a7f2edf0f4a6ae97653858244a3799ba89bae12de554b +size 393344 diff --git a/MTDDH/labels/mtddh_96529f4d_000566.npy b/MTDDH/labels/mtddh_96529f4d_000566.npy new file mode 100644 index 0000000000000000000000000000000000000000..217b3519d83a0f74b46d47734149c5460fdab7d0 --- /dev/null +++ b/MTDDH/labels/mtddh_96529f4d_000566.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28423c97b1e7da94a34593bb3589d04f1d3a26af6da4f9873587635877018d0a +size 393344 diff --git a/MTDDH/labels/mtddh_97945f91_000211.npy b/MTDDH/labels/mtddh_97945f91_000211.npy new file mode 100644 index 0000000000000000000000000000000000000000..b427c4213bacf65730547cbf0948288f1312053d --- /dev/null +++ b/MTDDH/labels/mtddh_97945f91_000211.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1666ea518f06a68f1a421432e8e46ef4943e9c1d22833a071c2ab0aad94e5b7 +size 393344 diff --git a/MTDDH/labels/mtddh_97952508_000639.npy b/MTDDH/labels/mtddh_97952508_000639.npy new file mode 100644 index 0000000000000000000000000000000000000000..98ed6ccdb10a10232e163cb0ea1aafa59bd4e75f --- /dev/null +++ b/MTDDH/labels/mtddh_97952508_000639.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80597ea8e75835b154500eaf32f53701ea574bfbbaf4c0edbcbb7eec6a569e89 +size 393344 diff --git a/MTDDH/labels/mtddh_97bbdbd8_000718.npy b/MTDDH/labels/mtddh_97bbdbd8_000718.npy new file mode 100644 index 0000000000000000000000000000000000000000..ff22188335245094ad4e5fa31d846633878434ca --- /dev/null +++ b/MTDDH/labels/mtddh_97bbdbd8_000718.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac665abc61c4429dc922b6029fe8f56bfabdd0a4a335ad2ec7d0db9b8333ad8b +size 393344 diff --git a/MTDDH/labels/mtddh_97bf2f38_000255.npy b/MTDDH/labels/mtddh_97bf2f38_000255.npy new file mode 100644 index 0000000000000000000000000000000000000000..0635e85ba6a0ae236e058320b8fad8ecd6baddc7 --- /dev/null +++ b/MTDDH/labels/mtddh_97bf2f38_000255.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a2eac33709fd05bb8a45c2b79fff835e37ffbfffb74909a827eb621d33b4f89 +size 393344 diff --git a/MTDDH/labels/mtddh_98247641_000586.npy b/MTDDH/labels/mtddh_98247641_000586.npy new file mode 100644 index 0000000000000000000000000000000000000000..a17c3102cd5e9a8fd9692f0b2719b2021be678f0 --- /dev/null +++ b/MTDDH/labels/mtddh_98247641_000586.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c1ffae158b0f91df0d2ddac984670882502919c6ad8e13485bf85cc90ed6ad1 +size 393344 diff --git a/MTDDH/labels/mtddh_98255f38_000234.npy b/MTDDH/labels/mtddh_98255f38_000234.npy new file mode 100644 index 0000000000000000000000000000000000000000..219704d378b8d005de9e968422ad52a9111d128e --- /dev/null +++ b/MTDDH/labels/mtddh_98255f38_000234.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:542befbd9df7ff4827171a8493be5eca1bae15f77b2b7045d055c4a936b36250 +size 393344 diff --git a/MTDDH/labels/mtddh_9830136d_000259.npy b/MTDDH/labels/mtddh_9830136d_000259.npy new file mode 100644 index 0000000000000000000000000000000000000000..42d7520bab926cc79c5982fc901980c01fddfe54 --- /dev/null +++ b/MTDDH/labels/mtddh_9830136d_000259.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:336046c782f8528238ce2bbbd704a5e34308582d95d9d78215d2c43e4826fa06 +size 393344 diff --git a/MTDDH/labels/mtddh_98478b3e_000030.npy b/MTDDH/labels/mtddh_98478b3e_000030.npy new file mode 100644 index 0000000000000000000000000000000000000000..bab635e4da28f443704130eed9c1da19fb461ad8 --- /dev/null +++ b/MTDDH/labels/mtddh_98478b3e_000030.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da907f9cbf334de9fa9fb9c00aabd427beb1d5bed6b0996329bda20ceeb186e4 +size 393344 diff --git a/MTDDH/labels/mtddh_998634b0_000098.npy b/MTDDH/labels/mtddh_998634b0_000098.npy new file mode 100644 index 0000000000000000000000000000000000000000..ccfc73e64bae5e7206a417eb18a3cb074e6fdbe7 --- /dev/null +++ b/MTDDH/labels/mtddh_998634b0_000098.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6714c88bef3aa480928b89860d41a70eeea28d1604b7c0ccd7397ee9720a827 +size 393344 diff --git a/MTDDH/labels/mtddh_99a779e3_000297.npy b/MTDDH/labels/mtddh_99a779e3_000297.npy new file mode 100644 index 0000000000000000000000000000000000000000..b544c49ee43cded985b6cce42bed27e01d019013 --- /dev/null +++ b/MTDDH/labels/mtddh_99a779e3_000297.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d04fe274523291f855ff6f56ef469810a5aef2ebf329a0af24655c72a66cb96c +size 393344 diff --git a/MTDDH/labels/mtddh_9a0bde43_000715.npy b/MTDDH/labels/mtddh_9a0bde43_000715.npy new file mode 100644 index 0000000000000000000000000000000000000000..b1d0ec4a8c6d6c24ed7597ea103dbff003e1bfad --- /dev/null +++ b/MTDDH/labels/mtddh_9a0bde43_000715.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aa37dc4fddabc0c68dbf7d59468951793195dcded4195b804b9a8bcc0aa06c3 +size 393344 diff --git a/MTDDH/labels/mtddh_9a3e4c49_000088.npy b/MTDDH/labels/mtddh_9a3e4c49_000088.npy new file mode 100644 index 0000000000000000000000000000000000000000..644e983b37a93cc1a01565955008cb1406ce0d6f --- /dev/null +++ b/MTDDH/labels/mtddh_9a3e4c49_000088.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff2a76d1be9a709670c8d43f89d2582af74e4f685901b0a241049579916f79ae +size 393344 diff --git a/MTDDH/labels/mtddh_9a8f5e44_000298.npy b/MTDDH/labels/mtddh_9a8f5e44_000298.npy new file mode 100644 index 0000000000000000000000000000000000000000..02778c3337efb5be2f01ac276f12c2bbcc2e4110 --- /dev/null +++ b/MTDDH/labels/mtddh_9a8f5e44_000298.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:154f6fca5c6c516d9e3ddbacc01b3968c2244db3bc8a8294c71d1fbc6ce73889 +size 393344 diff --git a/MTDDH/labels/mtddh_9ac83763_000525.npy b/MTDDH/labels/mtddh_9ac83763_000525.npy new file mode 100644 index 0000000000000000000000000000000000000000..cf6676bd12a0e8b5c461aa025d29c5105bc3f91c --- /dev/null +++ b/MTDDH/labels/mtddh_9ac83763_000525.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1990051b4966aa1f3d0192d63d79fa56de91e7e7c750e70d9587c5070ff75047 +size 393344 diff --git a/MTDDH/labels/mtddh_9af2fc44_000609.npy b/MTDDH/labels/mtddh_9af2fc44_000609.npy new file mode 100644 index 0000000000000000000000000000000000000000..64b88907b569eeb96157ef26741cba0c61ec4968 --- /dev/null +++ b/MTDDH/labels/mtddh_9af2fc44_000609.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17b9d6a5a88bec6ee2ad24f35502b0e3402644324188e2f078edf415c53f448b +size 393344 diff --git a/MTDDH/labels/mtddh_9af62970_000232.npy b/MTDDH/labels/mtddh_9af62970_000232.npy new file mode 100644 index 0000000000000000000000000000000000000000..e6a1c9997432a307294d43ec8a28db1aa57d1208 --- /dev/null +++ b/MTDDH/labels/mtddh_9af62970_000232.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3ceb17334f64cef68f62cdbafaebb591f75eba27ad88add7f9fadf595a5528d +size 393344 diff --git a/MTDDH/labels/mtddh_9b065cf3_000136.npy b/MTDDH/labels/mtddh_9b065cf3_000136.npy new file mode 100644 index 0000000000000000000000000000000000000000..900a9028856555473106842bf495f6f0d8a41393 --- /dev/null +++ b/MTDDH/labels/mtddh_9b065cf3_000136.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b11b8df235297cc688179047c277c3800a4cfa6b746df7d61369b1f0ab7c7c14 +size 393344 diff --git a/MTDDH/labels/mtddh_9b4b2e94_000223.npy b/MTDDH/labels/mtddh_9b4b2e94_000223.npy new file mode 100644 index 0000000000000000000000000000000000000000..7e7fa67ce18d0a447ca76ae569a82186103f7a87 --- /dev/null +++ b/MTDDH/labels/mtddh_9b4b2e94_000223.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b61093774ea65c5a7e960ea5ddfed112fbb93db75782dc3f87820e5db3d31970 +size 393344 diff --git a/MTDDH/labels/mtddh_9c751fc1_000267.npy b/MTDDH/labels/mtddh_9c751fc1_000267.npy new file mode 100644 index 0000000000000000000000000000000000000000..af58b03f33a4cd5f33452c6f76c1bc6fc1c4e6ac --- /dev/null +++ b/MTDDH/labels/mtddh_9c751fc1_000267.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee7cd5cfde6fe0e0b1185289717f70aa613f9a72c7b4f4e1bd8cf31e62771bdb +size 393344 diff --git a/MTDDH/labels/mtddh_9cb21b11_000892.npy b/MTDDH/labels/mtddh_9cb21b11_000892.npy new file mode 100644 index 0000000000000000000000000000000000000000..d9c2fdf677996c504ca980a2c5e747f71bd102b0 --- /dev/null +++ b/MTDDH/labels/mtddh_9cb21b11_000892.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0366376fe3f785bb48e60a74d28b90c5b6be05ef836d4d1ceebe4d6552c7951 +size 393344 diff --git a/MTDDH/labels/mtddh_9cfaeddb_000042.npy b/MTDDH/labels/mtddh_9cfaeddb_000042.npy new file mode 100644 index 0000000000000000000000000000000000000000..74a77c313b537a4c1a9a052da401b0309c897d0b --- /dev/null +++ b/MTDDH/labels/mtddh_9cfaeddb_000042.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dd47579d9475ff18ab619bc86baf47ac23b0abd80fcb4e4f5af6f4fe2b365c5 +size 393344 diff --git a/MTDDH/labels/mtddh_9d1423e5_000597.npy b/MTDDH/labels/mtddh_9d1423e5_000597.npy new file mode 100644 index 0000000000000000000000000000000000000000..30a2829d50de4f44790e7443e2f1048cf565d5e1 --- /dev/null +++ b/MTDDH/labels/mtddh_9d1423e5_000597.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd2be33e1a9779a1440095d2a501f4fc2ddf633fb06cd657fbf10cd37b323ad7 +size 393344 diff --git a/MTDDH/labels/mtddh_9d3dbf10_000412.npy b/MTDDH/labels/mtddh_9d3dbf10_000412.npy new file mode 100644 index 0000000000000000000000000000000000000000..db595de72aceadfd4dc9fa7fbefdc2b3a006fe99 --- /dev/null +++ b/MTDDH/labels/mtddh_9d3dbf10_000412.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f939b2a15cac842533a4029acf022953145fb21b1d68ccbae313183406e969fc +size 393344 diff --git a/MTDDH/labels/mtddh_9d6f28e5_000413.npy b/MTDDH/labels/mtddh_9d6f28e5_000413.npy new file mode 100644 index 0000000000000000000000000000000000000000..af26dc89b24a6d4b1306fef3d2e206d32648316c --- /dev/null +++ b/MTDDH/labels/mtddh_9d6f28e5_000413.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3eac2015b4c538b8d5124f2c19ffce188aa4ce2d84650c7498ff78c07f2a23a +size 393344 diff --git a/MTDDH/labels/mtddh_9d7d199a_000666.npy b/MTDDH/labels/mtddh_9d7d199a_000666.npy new file mode 100644 index 0000000000000000000000000000000000000000..5d0a05d0eb7f00340f7ed3191f0912c756ea0802 --- /dev/null +++ b/MTDDH/labels/mtddh_9d7d199a_000666.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8423f32ce9711b54d08a7c1869d18a5cc18ec11fc7c34c49fb7281863a48db2f +size 393344 diff --git a/MTDDH/labels/mtddh_9db60ade_000898.npy b/MTDDH/labels/mtddh_9db60ade_000898.npy new file mode 100644 index 0000000000000000000000000000000000000000..528084f886b31c557b481cb97ec491c08860470a --- /dev/null +++ b/MTDDH/labels/mtddh_9db60ade_000898.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bafc26a20ba425a57f5fe12dd90077b188d9f325a08e15f7c12dd4f64c25ce91 +size 393344 diff --git a/MTDDH/labels/mtddh_9e0c368d_000299.npy b/MTDDH/labels/mtddh_9e0c368d_000299.npy new file mode 100644 index 0000000000000000000000000000000000000000..100417f50dd4e01719d3bf4f4813d33877bddf7c --- /dev/null +++ b/MTDDH/labels/mtddh_9e0c368d_000299.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94d21fe5d756355755cb5df13dcdb1a4ac5a9e2f7bf5362e3a4199cfa50f5bfe +size 393344 diff --git a/MTDDH/labels/mtddh_9e65177c_000172.npy b/MTDDH/labels/mtddh_9e65177c_000172.npy new file mode 100644 index 0000000000000000000000000000000000000000..06e5e4b0920d1731849496c2255398e47d272bf0 --- /dev/null +++ b/MTDDH/labels/mtddh_9e65177c_000172.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cbbc2c35b9c7a639378314c6968ca3e128e9752c1d4bef6c7af4560df3a2605 +size 393344 diff --git a/MTDDH/labels/mtddh_9e88c4e4_000495.npy b/MTDDH/labels/mtddh_9e88c4e4_000495.npy new file mode 100644 index 0000000000000000000000000000000000000000..7a7157d6747619dd8dea9ed3b4fdb34235d15cf3 --- /dev/null +++ b/MTDDH/labels/mtddh_9e88c4e4_000495.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc174b2bb066c89448d2d39a35ce59fb9707301efb7aa55f04c5c7295f3a95a8 +size 393344 diff --git a/MTDDH/labels/mtddh_9f191d86_000231.npy b/MTDDH/labels/mtddh_9f191d86_000231.npy new file mode 100644 index 0000000000000000000000000000000000000000..c25a9ffde27bc84cd8fbd053169ec421a0e8e45e --- /dev/null +++ b/MTDDH/labels/mtddh_9f191d86_000231.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:795ae0d6d0b2c71584f7ace03dc3f5a3b0d4b722f3f0a0d60ac8a19029bed175 +size 393344 diff --git a/MTDDH/labels/mtddh_a01d146d_000070.npy b/MTDDH/labels/mtddh_a01d146d_000070.npy new file mode 100644 index 0000000000000000000000000000000000000000..5ccbbcfa0f0a9edf4c31e71849343ea867db415d --- /dev/null +++ b/MTDDH/labels/mtddh_a01d146d_000070.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b9330acd9a42fa51592da2e1de6c7c763d2e3723fe2e763b6289293796f5272 +size 393344 diff --git a/MTDDH/labels/mtddh_a0273115_000086.npy b/MTDDH/labels/mtddh_a0273115_000086.npy new file mode 100644 index 0000000000000000000000000000000000000000..8601ccf8c49c8227109e06afa65bf3ae22d1c3c8 --- /dev/null +++ b/MTDDH/labels/mtddh_a0273115_000086.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f312d054d798037c56ac107cd5237a3e5a2a8e705e0a889afb3738ad5623c553 +size 393344 diff --git a/MTDDH/labels/mtddh_a02ce1f9_000414.npy b/MTDDH/labels/mtddh_a02ce1f9_000414.npy new file mode 100644 index 0000000000000000000000000000000000000000..47bb7ca01ca6c3102ce3f97d2a82eeb21435e7a5 --- /dev/null +++ b/MTDDH/labels/mtddh_a02ce1f9_000414.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fea35e7b699065ffb1a9f2a501a6ee49a27364959bad61e0dafd86f365b8852 +size 393344 diff --git a/MTDDH/labels/mtddh_a038ecfd_000674.npy b/MTDDH/labels/mtddh_a038ecfd_000674.npy new file mode 100644 index 0000000000000000000000000000000000000000..8f5ddc8c49d98bc386753339f67fa10c8cf89445 --- /dev/null +++ b/MTDDH/labels/mtddh_a038ecfd_000674.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4250dcca3eda90e08a901559b76cbaa027d05723c20b96a695b14e5348ae3ce +size 393344 diff --git a/MTDDH/labels/mtddh_a06862bb_000300.npy b/MTDDH/labels/mtddh_a06862bb_000300.npy new file mode 100644 index 0000000000000000000000000000000000000000..15b1125249663e95d0f5a54dc75a74fc51f826ba --- /dev/null +++ b/MTDDH/labels/mtddh_a06862bb_000300.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cdb0d00c97dac939ab7c302c654fb8a228f46bc3adb3140e9de807fdb2fe13e +size 393344 diff --git a/MTDDH/labels/mtddh_a0ac8a2b_000082.npy b/MTDDH/labels/mtddh_a0ac8a2b_000082.npy new file mode 100644 index 0000000000000000000000000000000000000000..37bcde503f9b0b2d8bd95c526f134c11b2fab75c --- /dev/null +++ b/MTDDH/labels/mtddh_a0ac8a2b_000082.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:accdd3ecae95987a61e130c3fb91f2a2c5937b72e0cba5773fcc6745a68957c2 +size 393344 diff --git a/MTDDH/labels/mtddh_a0b9ccb4_000701.npy b/MTDDH/labels/mtddh_a0b9ccb4_000701.npy new file mode 100644 index 0000000000000000000000000000000000000000..1ec99c701c3eef2375ceefb441305f2f24f1be0b --- /dev/null +++ b/MTDDH/labels/mtddh_a0b9ccb4_000701.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b3b693bc45cf0cfd614fffec24e6101a0d5c67d2dec047e323761243532cb62 +size 393344 diff --git a/MTDDH/labels/mtddh_a0e3eff0_000570.npy b/MTDDH/labels/mtddh_a0e3eff0_000570.npy new file mode 100644 index 0000000000000000000000000000000000000000..9aee3073dcfd48ae515e74113bc88817082efea1 --- /dev/null +++ b/MTDDH/labels/mtddh_a0e3eff0_000570.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dab047aad1a231cb4205546d380c64caf026566895e1ff9a6ab1e8ad1c55e8f5 +size 393344 diff --git a/MTDDH/labels/mtddh_a17014ce_000132.npy b/MTDDH/labels/mtddh_a17014ce_000132.npy new file mode 100644 index 0000000000000000000000000000000000000000..bca9edd606fefbef09e5236ae68188a0722efec7 --- /dev/null +++ b/MTDDH/labels/mtddh_a17014ce_000132.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e960f0df1d248fd57c35f0f5da1fc716785247f108b74fc1a13332da04d83a55 +size 393344 diff --git a/MTDDH/labels/mtddh_a18cb49f_000192.npy b/MTDDH/labels/mtddh_a18cb49f_000192.npy new file mode 100644 index 0000000000000000000000000000000000000000..132d815ea934d143dbbf06bbf83de8796f7ba59e --- /dev/null +++ b/MTDDH/labels/mtddh_a18cb49f_000192.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ab96900a845622b90a69655a29d10b5560d64809bfbe127b46a7420e4d3a676 +size 393344 diff --git a/MTDDH/labels/mtddh_a229cc39_000840.npy b/MTDDH/labels/mtddh_a229cc39_000840.npy new file mode 100644 index 0000000000000000000000000000000000000000..2e3ab22b5a7e31d1617a81cebdb6f5f2724c6711 --- /dev/null +++ b/MTDDH/labels/mtddh_a229cc39_000840.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5be998543e1d86d58e3eabe79bd67d830448431d8003c15c660dcb29df9181c4 +size 393344 diff --git a/MTDDH/labels/mtddh_a2332dba_000415.npy b/MTDDH/labels/mtddh_a2332dba_000415.npy new file mode 100644 index 0000000000000000000000000000000000000000..9709a8d28802e1105b09f5356cf85640893a752b --- /dev/null +++ b/MTDDH/labels/mtddh_a2332dba_000415.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:825c36e306be0d6bbf020a82ecc66abf2b30d7e9863844a0394ceb8cfa34ce8a +size 393344 diff --git a/MTDDH/labels/mtddh_a278b019_000103.npy b/MTDDH/labels/mtddh_a278b019_000103.npy new file mode 100644 index 0000000000000000000000000000000000000000..ee549b6a4144675bacae86f28fe4491d8a9adec4 --- /dev/null +++ b/MTDDH/labels/mtddh_a278b019_000103.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19e7c996b0b61ca82e933b630dc1e754271531d3e6dbdf4866508bd3c73b102d +size 393344 diff --git a/MTDDH/labels/mtddh_a4109deb_000110.npy b/MTDDH/labels/mtddh_a4109deb_000110.npy new file mode 100644 index 0000000000000000000000000000000000000000..523d527a8856114ff5ce275212cb69e2e9b78b49 --- /dev/null +++ b/MTDDH/labels/mtddh_a4109deb_000110.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0290560584474be577ee2b7cfe2bb0644477dc47bacb438275a6c9c259dabd0 +size 393344 diff --git a/MTDDH/labels/mtddh_a4cd2187_000756.npy b/MTDDH/labels/mtddh_a4cd2187_000756.npy new file mode 100644 index 0000000000000000000000000000000000000000..da57e934ac21a9664d393f512e551f0409239dbb --- /dev/null +++ b/MTDDH/labels/mtddh_a4cd2187_000756.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3dc37079446a66acf071f4ece1965595de036939ee0d50c891b0785fe8a757b +size 393344 diff --git a/MTDDH/labels/mtddh_a4dbd10f_000043.npy b/MTDDH/labels/mtddh_a4dbd10f_000043.npy new file mode 100644 index 0000000000000000000000000000000000000000..b257530544240e8d1e7706771a9cd7f46cb76317 --- /dev/null +++ b/MTDDH/labels/mtddh_a4dbd10f_000043.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1911e876f3199f32d95844ba7574876d84ef0584126b44361a82385d8f9886f2 +size 393344 diff --git a/MTDDH/labels/mtddh_a4e18505_000393.npy b/MTDDH/labels/mtddh_a4e18505_000393.npy new file mode 100644 index 0000000000000000000000000000000000000000..7230638d27674bdfa8a76162a51e12e66f448489 --- /dev/null +++ b/MTDDH/labels/mtddh_a4e18505_000393.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c725c36e5a4e8a9c3480e50b354566cf6b52bf5fce0e99184b3fd5815bf85b89 +size 393344 diff --git a/MTDDH/labels/mtddh_a5034143_000274.npy b/MTDDH/labels/mtddh_a5034143_000274.npy new file mode 100644 index 0000000000000000000000000000000000000000..583e99026b82ec35e002e550acfb7ede125a0797 --- /dev/null +++ b/MTDDH/labels/mtddh_a5034143_000274.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:701897a8054cee0534de4d99c5960b25cc1cc58599e6f8e033ca07b18ccc871b +size 393344 diff --git a/MTDDH/labels/mtddh_a51f32b5_000337.npy b/MTDDH/labels/mtddh_a51f32b5_000337.npy new file mode 100644 index 0000000000000000000000000000000000000000..24259bba1d865c229811551dfeb82c005703dd5e --- /dev/null +++ b/MTDDH/labels/mtddh_a51f32b5_000337.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02580d7fe8e8699bddd7f44f8d527ff33e44de748c0ff178ab91ceed1875671a +size 393344 diff --git a/MTDDH/labels/mtddh_a558a14f_000214.npy b/MTDDH/labels/mtddh_a558a14f_000214.npy new file mode 100644 index 0000000000000000000000000000000000000000..e9ebc5382431706db55514cc03ca535044222d11 --- /dev/null +++ b/MTDDH/labels/mtddh_a558a14f_000214.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a866cdd77e06d547601da1bc493575e31b57ca8831531feed14bc150fc3fdd7e +size 393344 diff --git a/MTDDH/labels/mtddh_a56c083d_000074.npy b/MTDDH/labels/mtddh_a56c083d_000074.npy new file mode 100644 index 0000000000000000000000000000000000000000..f1f3214a075b2ef8bb6cf45505e5ea09fe1520df --- /dev/null +++ b/MTDDH/labels/mtddh_a56c083d_000074.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb3630e199f6d4f6c63e44d112e76c3b1afaf4dd211ebd3c5e291f1be8aba94e +size 393344 diff --git a/MTDDH/labels/mtddh_a56fdf52_000652.npy b/MTDDH/labels/mtddh_a56fdf52_000652.npy new file mode 100644 index 0000000000000000000000000000000000000000..648a3c12ff2153851d55fb4222fae0ca3f5f0b4b --- /dev/null +++ b/MTDDH/labels/mtddh_a56fdf52_000652.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15ba181dd14ef25540e53930042e9c7ddf8bbd03c777206e9f39d72eda4e0123 +size 393344 diff --git a/MTDDH/labels/mtddh_a57a6a94_000708.npy b/MTDDH/labels/mtddh_a57a6a94_000708.npy new file mode 100644 index 0000000000000000000000000000000000000000..30181816c0e65eb061bb9c3e784c847da8ac44ac --- /dev/null +++ b/MTDDH/labels/mtddh_a57a6a94_000708.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53c81f120c35517e3b6a84f19f2a4fb3b32d72b4a99880e820fb6483927ccaf2 +size 393344 diff --git a/MTDDH/labels/mtddh_a5a6e01b_000663.npy b/MTDDH/labels/mtddh_a5a6e01b_000663.npy new file mode 100644 index 0000000000000000000000000000000000000000..6c47cc418ec50432aefa2f8629e4320f9498177f --- /dev/null +++ b/MTDDH/labels/mtddh_a5a6e01b_000663.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:917db6038d1106acbccd5ea7440837895cc563ec9a620ec58e46d2dc0423181c +size 393344 diff --git a/MTDDH/labels/mtddh_a5ac2f7d_000035.npy b/MTDDH/labels/mtddh_a5ac2f7d_000035.npy new file mode 100644 index 0000000000000000000000000000000000000000..f69f335f481dc24d6e4410a9951badef4e5a5744 --- /dev/null +++ b/MTDDH/labels/mtddh_a5ac2f7d_000035.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b58d1f35c780beaeb7c03ec0b961e56cc345719ae6c8e5527713ea5daece27ac +size 393344 diff --git a/MTDDH/labels/mtddh_a5c2ef52_000394.npy b/MTDDH/labels/mtddh_a5c2ef52_000394.npy new file mode 100644 index 0000000000000000000000000000000000000000..55905337c9bead7991fa753fc0252e6081bf1907 --- /dev/null +++ b/MTDDH/labels/mtddh_a5c2ef52_000394.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37ab93ef18a4622e9ae3b5126cc60fd7d035713094f142f726aa7fa08cf7c101 +size 393344 diff --git a/MTDDH/labels/mtddh_a5e47609_000240.npy b/MTDDH/labels/mtddh_a5e47609_000240.npy new file mode 100644 index 0000000000000000000000000000000000000000..ef7bef63ed6b33c84867b641795626b42f77a24d --- /dev/null +++ b/MTDDH/labels/mtddh_a5e47609_000240.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10d7da5c0a4fbed0abd3324cb24fb7095e6554eede1b96c84d98e2a7fa69d554 +size 393344 diff --git a/MTDDH/labels/mtddh_a61961f0_000094.npy b/MTDDH/labels/mtddh_a61961f0_000094.npy new file mode 100644 index 0000000000000000000000000000000000000000..fb0ca51ed71a710242f185a4b9f26a463cb13330 --- /dev/null +++ b/MTDDH/labels/mtddh_a61961f0_000094.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0c782d777901a2e27dc72984ad07d5e92445ec952f9a98c297d8d9147e3ab5c +size 393344 diff --git a/MTDDH/labels/mtddh_a65d6106_000474.npy b/MTDDH/labels/mtddh_a65d6106_000474.npy new file mode 100644 index 0000000000000000000000000000000000000000..b2cd1dd3d1635cc1c6166a413053b6892ed7f9ad --- /dev/null +++ b/MTDDH/labels/mtddh_a65d6106_000474.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97a7427531d7fd3869cd354fe56c9d0aa190fd08d026546ff0badc0ac57da8da +size 393344 diff --git a/MTDDH/labels/mtddh_a67182f9_000702.npy b/MTDDH/labels/mtddh_a67182f9_000702.npy new file mode 100644 index 0000000000000000000000000000000000000000..7eeb777a8c44ac0a77c20ef9cabdea30bd38ff5c --- /dev/null +++ b/MTDDH/labels/mtddh_a67182f9_000702.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7cf6bc46f8ef693b013cb50b2b16f2685ad9acf4187ddac9f004e4c21f41445 +size 393344 diff --git a/MTDDH/labels/mtddh_a75f9a8a_000496.npy b/MTDDH/labels/mtddh_a75f9a8a_000496.npy new file mode 100644 index 0000000000000000000000000000000000000000..b8829e44bd1dc8e759b6c25cf969e0bdf923135d --- /dev/null +++ b/MTDDH/labels/mtddh_a75f9a8a_000496.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4072c49595795145484c1cea9b6a63a8c732f387fbf0daa45eaae902076cd8a3 +size 393344 diff --git a/MTDDH/labels/mtddh_a8779b8e_000395.npy b/MTDDH/labels/mtddh_a8779b8e_000395.npy new file mode 100644 index 0000000000000000000000000000000000000000..eff5ffc3709eaae9fc5cbe7b3194a243278becc8 --- /dev/null +++ b/MTDDH/labels/mtddh_a8779b8e_000395.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeb6296a7b6756aee216b6153c29ecd2fd7e2e3807ac8a2615443f8e7f0371e0 +size 393344 diff --git a/MTDDH/labels/mtddh_a8bab0e3_000126.npy b/MTDDH/labels/mtddh_a8bab0e3_000126.npy new file mode 100644 index 0000000000000000000000000000000000000000..7677229b0a061637df44c3f1bc3772e8e211b5c3 --- /dev/null +++ b/MTDDH/labels/mtddh_a8bab0e3_000126.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df96fe1f337a38ad1c61b40ce18f7f80fccdea47c99db1d9ca5dbd1c9cd0904c +size 393344 diff --git a/MTDDH/labels/mtddh_a8c782b3_000338.npy b/MTDDH/labels/mtddh_a8c782b3_000338.npy new file mode 100644 index 0000000000000000000000000000000000000000..3b79341f01d5af1e7d4f395a23667523820a4458 --- /dev/null +++ b/MTDDH/labels/mtddh_a8c782b3_000338.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ca8e40329399622b4b43a1e13c1ce11d2e9ef013dca7c58fd726b184472d131 +size 393344 diff --git a/MTDDH/labels/mtddh_a8d15316_000301.npy b/MTDDH/labels/mtddh_a8d15316_000301.npy new file mode 100644 index 0000000000000000000000000000000000000000..ec029386ecaf0acbb3779b6d3057f7d74d79b872 --- /dev/null +++ b/MTDDH/labels/mtddh_a8d15316_000301.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dba7afe77f97c4a952e968833b8b857fa9e4b36c0f3836284d5d832bcfa003cc +size 393344 diff --git a/MTDDH/labels/mtddh_a908931c_000260.npy b/MTDDH/labels/mtddh_a908931c_000260.npy new file mode 100644 index 0000000000000000000000000000000000000000..5fa1cd92235b291eaa48694e7df042e31705c5cd --- /dev/null +++ b/MTDDH/labels/mtddh_a908931c_000260.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e65fb7659d89fe148955534d20aadbbcb100c08e948580dc68a96fed748781f +size 393344 diff --git a/MTDDH/labels/mtddh_a96de5f6_000664.npy b/MTDDH/labels/mtddh_a96de5f6_000664.npy new file mode 100644 index 0000000000000000000000000000000000000000..947a063e61d3b6046ad61f98185e69e1777da1c7 --- /dev/null +++ b/MTDDH/labels/mtddh_a96de5f6_000664.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f8730138c1a87e98b3c0536b11feeb26783567e949c9e595e77826e9cff9c20 +size 393344 diff --git a/MTDDH/labels/mtddh_a98a5083_000535.npy b/MTDDH/labels/mtddh_a98a5083_000535.npy new file mode 100644 index 0000000000000000000000000000000000000000..13aadf8edd1608266b2b2ba49851f3322eb3ed20 --- /dev/null +++ b/MTDDH/labels/mtddh_a98a5083_000535.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:808da162d558d1ed268156f805969bd859b1bf076dd259420808884435244f25 +size 393344 diff --git a/MTDDH/labels/mtddh_a991890c_000187.npy b/MTDDH/labels/mtddh_a991890c_000187.npy new file mode 100644 index 0000000000000000000000000000000000000000..e2a8eea9c2706dc88b90e92a613b545a7c790148 --- /dev/null +++ b/MTDDH/labels/mtddh_a991890c_000187.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a610d9dfc4f72ded9bec4b20c92c01b8a68809ad8ea783d5d60eb5f144e008af +size 393344 diff --git a/MTDDH/labels/mtddh_aa2ce2e7_000047.npy b/MTDDH/labels/mtddh_aa2ce2e7_000047.npy new file mode 100644 index 0000000000000000000000000000000000000000..a75c4b9fc9d7ecd98cc5fb2cc3b06db80d0adfed --- /dev/null +++ b/MTDDH/labels/mtddh_aa2ce2e7_000047.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8b868d5d2aa19dbe2b73747a3ae02754f3b3ba7a77cffd788076144f7b77ee2 +size 393344 diff --git a/MTDDH/labels/mtddh_aa86769f_000113.npy b/MTDDH/labels/mtddh_aa86769f_000113.npy new file mode 100644 index 0000000000000000000000000000000000000000..66cc703ccd2d20b78299bb1343caca43d985bb6c --- /dev/null +++ b/MTDDH/labels/mtddh_aa86769f_000113.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42b3e684d9ab865d5747959c70800861e6d6335a7fd1aadf2e72aa6ce85ba950 +size 393344 diff --git a/MTDDH/labels/mtddh_aaa493b7_000416.npy b/MTDDH/labels/mtddh_aaa493b7_000416.npy new file mode 100644 index 0000000000000000000000000000000000000000..5806ad636d41efb4bab2aac0b1a6b50b937a813c --- /dev/null +++ b/MTDDH/labels/mtddh_aaa493b7_000416.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2152ae19e28d4593648fadfda6f8edc08c3a5a2fb4c4e1e5a02b39ea812407a9 +size 393344 diff --git a/MTDDH/labels/mtddh_aaf95839_000475.npy b/MTDDH/labels/mtddh_aaf95839_000475.npy new file mode 100644 index 0000000000000000000000000000000000000000..c5ea181833df401ea1501c3814fc50d8f43e8323 --- /dev/null +++ b/MTDDH/labels/mtddh_aaf95839_000475.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fe97f288fb0e57778acf471ce95d36afc0b885299cd6a3cf45f4ef1244c54dd +size 393344 diff --git a/MTDDH/labels/mtddh_ab551c93_000396.npy b/MTDDH/labels/mtddh_ab551c93_000396.npy new file mode 100644 index 0000000000000000000000000000000000000000..3908adbb759aa5288c64ef17adceb4649b110961 --- /dev/null +++ b/MTDDH/labels/mtddh_ab551c93_000396.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cac80becf69765f8bc09b22aa1fd4bc97ed6f9dea8c366530867fc652b315db6 +size 393344 diff --git a/MTDDH/labels/mtddh_ab773a58_000165.npy b/MTDDH/labels/mtddh_ab773a58_000165.npy new file mode 100644 index 0000000000000000000000000000000000000000..ef7dc2b2506a3c1787988baa1fed40bc797c7b3e --- /dev/null +++ b/MTDDH/labels/mtddh_ab773a58_000165.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a4fb83c53a6753a31b88c7682d5f5994bb8be0ac4b36ca2232b7d97e74c0e83 +size 393344 diff --git a/MTDDH/labels/mtddh_ab7fbef6_000550.npy b/MTDDH/labels/mtddh_ab7fbef6_000550.npy new file mode 100644 index 0000000000000000000000000000000000000000..29c68bf1521446329a679a47170518ef164efc94 --- /dev/null +++ b/MTDDH/labels/mtddh_ab7fbef6_000550.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79d2a58891f39dfa95c75f6889c73f29ebafecf117b4dd6a4b961f6fae629bb8 +size 393344 diff --git a/MTDDH/labels/mtddh_abd9dba3_000662.npy b/MTDDH/labels/mtddh_abd9dba3_000662.npy new file mode 100644 index 0000000000000000000000000000000000000000..dc7bb1a3f6d81d927f44141f45529e32b3ad75a8 --- /dev/null +++ b/MTDDH/labels/mtddh_abd9dba3_000662.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00e15b8cede3c2f91c2e35bff8de0df5fd269951582b7addc68aa73160aef070 +size 393344 diff --git a/MTDDH/labels/mtddh_ac476443_000640.npy b/MTDDH/labels/mtddh_ac476443_000640.npy new file mode 100644 index 0000000000000000000000000000000000000000..6f0759b4208c0d90dd758a104f5f36294db25acb --- /dev/null +++ b/MTDDH/labels/mtddh_ac476443_000640.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f145f95083a7711fe712daa38bd27e5677b0f9a9d8506b006d3b03fb939cd45 +size 393344 diff --git a/MTDDH/labels/mtddh_ac48538f_000526.npy b/MTDDH/labels/mtddh_ac48538f_000526.npy new file mode 100644 index 0000000000000000000000000000000000000000..723cbf32d01650d6a39983750f69e1a1e37e3695 --- /dev/null +++ b/MTDDH/labels/mtddh_ac48538f_000526.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0f5136e05cb4c6ee19a8a1ad4ce302221bc072e2b849eb663c03e747bef6d82 +size 393344 diff --git a/MTDDH/labels/mtddh_ac52a722_000153.npy b/MTDDH/labels/mtddh_ac52a722_000153.npy new file mode 100644 index 0000000000000000000000000000000000000000..7bb3a1409618ac4fa5b9fc673fbe9c23ef5651c9 --- /dev/null +++ b/MTDDH/labels/mtddh_ac52a722_000153.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62090b2863500e02161c7c57c79dcbd6739d3f17beafe2194e0ccb8842014bc1 +size 393344 diff --git a/MTDDH/labels/mtddh_acc17a51_000397.npy b/MTDDH/labels/mtddh_acc17a51_000397.npy new file mode 100644 index 0000000000000000000000000000000000000000..61528aae308ad0e9eb479f49b2f752896e93db21 --- /dev/null +++ b/MTDDH/labels/mtddh_acc17a51_000397.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83deb08fe6584932911a8a478289aa862592d97dfc76c5c29a0c0a0adf157347 +size 393344 diff --git a/MTDDH/labels/mtddh_ace3fabb_000024.npy b/MTDDH/labels/mtddh_ace3fabb_000024.npy new file mode 100644 index 0000000000000000000000000000000000000000..a2291c61c330220ff5a0454d2717625ef8469e65 --- /dev/null +++ b/MTDDH/labels/mtddh_ace3fabb_000024.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:807919f609f84bb258403b4ea2a4c72775e41e386eff849e4119ee319dd1783c +size 393344 diff --git a/MTDDH/labels/mtddh_ad004631_000302.npy b/MTDDH/labels/mtddh_ad004631_000302.npy new file mode 100644 index 0000000000000000000000000000000000000000..b66454d0b9850192bcb397c7edad26e974bd9d24 --- /dev/null +++ b/MTDDH/labels/mtddh_ad004631_000302.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:195717391ac7b0b9dea5bacbcb9f8e2e044ca83b7960108a5c15b8944e840899 +size 393344 diff --git a/MTDDH/labels/mtddh_adbeef18_000731.npy b/MTDDH/labels/mtddh_adbeef18_000731.npy new file mode 100644 index 0000000000000000000000000000000000000000..4097c13b546ceee008ce92cbb59c0a10e7e7cfb9 --- /dev/null +++ b/MTDDH/labels/mtddh_adbeef18_000731.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:562962e5fac5cbd45ea10d3a5de4621ae016b837637e8c20179e3350dbee7040 +size 393344 diff --git a/MTDDH/labels/mtddh_ae062239_000175.npy b/MTDDH/labels/mtddh_ae062239_000175.npy new file mode 100644 index 0000000000000000000000000000000000000000..bc8f10aba7cc65ff50754114fe81ed3fc164a88c --- /dev/null +++ b/MTDDH/labels/mtddh_ae062239_000175.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa4b704fed216dcbefc94a63a23c254a17ceb02e979dc37ec8cc25ba859c4f4c +size 393344 diff --git a/MTDDH/labels/mtddh_ae46e7ff_000620.npy b/MTDDH/labels/mtddh_ae46e7ff_000620.npy new file mode 100644 index 0000000000000000000000000000000000000000..d8c29c5f88ea37152a0a4420a91e7036ad96f224 --- /dev/null +++ b/MTDDH/labels/mtddh_ae46e7ff_000620.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:911b5228a9de8911e5afe60cebf617f49a8c6a79764c0e9e4c216a44236d01ef +size 393344 diff --git a/MTDDH/labels/mtddh_ae906ab5_000587.npy b/MTDDH/labels/mtddh_ae906ab5_000587.npy new file mode 100644 index 0000000000000000000000000000000000000000..a4cee1f614221f2f7643a38d17a015aa06020231 --- /dev/null +++ b/MTDDH/labels/mtddh_ae906ab5_000587.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eacf4baadfe0d6685bad9f0335f4c5c3724b15c057a051cd2e9bda55315eb56 +size 393344 diff --git a/MTDDH/labels/mtddh_aeacc4a1_000303.npy b/MTDDH/labels/mtddh_aeacc4a1_000303.npy new file mode 100644 index 0000000000000000000000000000000000000000..4efa8c7246f5fd0cfb336ca3ff8b494fe04e5c29 --- /dev/null +++ b/MTDDH/labels/mtddh_aeacc4a1_000303.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:021d76d1b0918e2e80d1783636e13d81bc499772f5615b7279f624c2b402a00c +size 393344 diff --git a/MTDDH/labels/mtddh_aeca0d14_000497.npy b/MTDDH/labels/mtddh_aeca0d14_000497.npy new file mode 100644 index 0000000000000000000000000000000000000000..e315355fb10060f0645c7c988f39eab2bc762d23 --- /dev/null +++ b/MTDDH/labels/mtddh_aeca0d14_000497.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee9b2e2aaf84d27d6c0d1a1d14f4cc128285752009408061021ebfbc41621fae +size 393344 diff --git a/MTDDH/labels/mtddh_aecbeb0b_000571.npy b/MTDDH/labels/mtddh_aecbeb0b_000571.npy new file mode 100644 index 0000000000000000000000000000000000000000..6e27f5d9b305ddd129a6105211404583eff63cb2 --- /dev/null +++ b/MTDDH/labels/mtddh_aecbeb0b_000571.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a548ca1eec565c967fdb7c1f24707f8d506ef37711cce59b43de5f3fc5ff1fa +size 393344 diff --git a/MTDDH/labels/mtddh_aed9e4be_000737.npy b/MTDDH/labels/mtddh_aed9e4be_000737.npy new file mode 100644 index 0000000000000000000000000000000000000000..ca13098468dc73e4065900205a04ff1f0aa13d06 --- /dev/null +++ b/MTDDH/labels/mtddh_aed9e4be_000737.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62c73a3106c351a88f752c147ef73873a37b372a74b06bf53add00eff953a317 +size 393344 diff --git a/MTDDH/labels/mtddh_aedd258f_000536.npy b/MTDDH/labels/mtddh_aedd258f_000536.npy new file mode 100644 index 0000000000000000000000000000000000000000..f1a0ea54f0a95534cb1fb7760de4599947768a06 --- /dev/null +++ b/MTDDH/labels/mtddh_aedd258f_000536.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d8b4c01bcf9438d27d211d76513159c17930ec705b4a07025c91eac6213391a +size 393344 diff --git a/MTDDH/labels/mtddh_af7fb2e1_000191.npy b/MTDDH/labels/mtddh_af7fb2e1_000191.npy new file mode 100644 index 0000000000000000000000000000000000000000..f94d3571f4425b613da85346f88ff0eacd1983a2 --- /dev/null +++ b/MTDDH/labels/mtddh_af7fb2e1_000191.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e4ecd153de45cb9498ba7b646d2bc921bca73e96e171b3276688dc3988f10e0 +size 393344 diff --git a/MTDDH/labels/mtddh_afad2614_000444.npy b/MTDDH/labels/mtddh_afad2614_000444.npy new file mode 100644 index 0000000000000000000000000000000000000000..84ecb776fbb8b7f26f1b158f25c4591267307c9a --- /dev/null +++ b/MTDDH/labels/mtddh_afad2614_000444.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf740429013d9e70610b1fbd3395b128cafd22bbd2b0a3f15442862029c5c2b6 +size 393344 diff --git a/MTDDH/labels/mtddh_b000eea6_000627.npy b/MTDDH/labels/mtddh_b000eea6_000627.npy new file mode 100644 index 0000000000000000000000000000000000000000..3f09f8e5aa4772a5b081c7356774eccbd3b17af4 --- /dev/null +++ b/MTDDH/labels/mtddh_b000eea6_000627.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54e31397c5bc700b34be80deff8a4a4f6439dcd6b0052defc09cfd6d25851b99 +size 393344 diff --git a/MTDDH/labels/mtddh_b013e893_000588.npy b/MTDDH/labels/mtddh_b013e893_000588.npy new file mode 100644 index 0000000000000000000000000000000000000000..4b3abcee8e663acce37b491b19a6ae2b83e58ea7 --- /dev/null +++ b/MTDDH/labels/mtddh_b013e893_000588.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2166c898e6b6376a1855bda97731474179d19cd49c0225ad7e6a4c28098a37b8 +size 393344 diff --git a/MTDDH/labels/mtddh_b05ef2d0_000268.npy b/MTDDH/labels/mtddh_b05ef2d0_000268.npy new file mode 100644 index 0000000000000000000000000000000000000000..48c0b60d3d3b44c6e5d26c9fb146070ce167ffea --- /dev/null +++ b/MTDDH/labels/mtddh_b05ef2d0_000268.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:614b6abfc48d98f18f420d8cbeeb7b0c501aaa819c81cfff9ad7e78395bc8f6d +size 393344 diff --git a/MTDDH/labels/mtddh_b0825428_000143.npy b/MTDDH/labels/mtddh_b0825428_000143.npy new file mode 100644 index 0000000000000000000000000000000000000000..a7225761087d6231d63e193570821b1f69c5060e --- /dev/null +++ b/MTDDH/labels/mtddh_b0825428_000143.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6977513b91fd3463107a4a702de331e27c2ae2165de5a190522154b1b12f399 +size 393344 diff --git a/MTDDH/labels/mtddh_b10a38eb_000498.npy b/MTDDH/labels/mtddh_b10a38eb_000498.npy new file mode 100644 index 0000000000000000000000000000000000000000..3be2956c39339acd5bfe84cb46c7e46e9a89923e --- /dev/null +++ b/MTDDH/labels/mtddh_b10a38eb_000498.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9b7d61a8697cd7adc9d642042ed0d737ccd6b83fd7d01c120491c1b4c49f280 +size 393344 diff --git a/MTDDH/labels/mtddh_b16bc1f4_000129.npy b/MTDDH/labels/mtddh_b16bc1f4_000129.npy new file mode 100644 index 0000000000000000000000000000000000000000..46c372243a13b924dcb84f0ed686934d90e4f7e4 --- /dev/null +++ b/MTDDH/labels/mtddh_b16bc1f4_000129.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb5c47f476d502904464df9829b00969023467899b620d4bf71958c409ce9d67 +size 393344 diff --git a/MTDDH/labels/mtddh_b1a59afc_000417.npy b/MTDDH/labels/mtddh_b1a59afc_000417.npy new file mode 100644 index 0000000000000000000000000000000000000000..8f3e97754ee408f90e6b760a5d9d84e25e1e6a34 --- /dev/null +++ b/MTDDH/labels/mtddh_b1a59afc_000417.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:429373e488b51f1459e6953ca550782bc15585faa7a6b5ab626f9bdbfbb49ae8 +size 393344 diff --git a/MTDDH/labels/mtddh_b1e52fc5_000176.npy b/MTDDH/labels/mtddh_b1e52fc5_000176.npy new file mode 100644 index 0000000000000000000000000000000000000000..3d9e24da2b4f7f229213a9aa52818ce8adbabbaa --- /dev/null +++ b/MTDDH/labels/mtddh_b1e52fc5_000176.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb55727c8554bd59104164bea0c167569cb61a4589767664608ab627fccafa02 +size 393344 diff --git a/MTDDH/labels/mtddh_b1e6c43b_000339.npy b/MTDDH/labels/mtddh_b1e6c43b_000339.npy new file mode 100644 index 0000000000000000000000000000000000000000..dd5bbbdb3bf7c63518061f6465584cd11923d157 --- /dev/null +++ b/MTDDH/labels/mtddh_b1e6c43b_000339.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec0bae8a939ae0abfe62ff9da0f0342a6fd5d2b96a2db86ceb38f0ecb22a7066 +size 393344 diff --git a/MTDDH/labels/mtddh_b20e2247_000031.npy b/MTDDH/labels/mtddh_b20e2247_000031.npy new file mode 100644 index 0000000000000000000000000000000000000000..c4c3a1c52e18c0bc77eafa30c494b40347975d19 --- /dev/null +++ b/MTDDH/labels/mtddh_b20e2247_000031.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc78ad82b4fcae53820f48ec850875a1c1fceec0a15290af4f0bb20104aae826 +size 393344 diff --git a/MTDDH/labels/mtddh_b28e0247_000469.npy b/MTDDH/labels/mtddh_b28e0247_000469.npy new file mode 100644 index 0000000000000000000000000000000000000000..c6e1639734834cc71a38ee595d8c98ae493e2029 --- /dev/null +++ b/MTDDH/labels/mtddh_b28e0247_000469.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98270230f973a210eeb193d98d18a58a8ba5f9cff2f5cb4effdb7ebe1e9b0e97 +size 393344 diff --git a/MTDDH/labels/mtddh_b2a559c0_000589.npy b/MTDDH/labels/mtddh_b2a559c0_000589.npy new file mode 100644 index 0000000000000000000000000000000000000000..0a9511bd097d28aafb849876d564bfe94cb6dda6 --- /dev/null +++ b/MTDDH/labels/mtddh_b2a559c0_000589.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a76861ef85c5c352252154771119e099167e031fdf327761d1ca1cd4877e7a1 +size 393344 diff --git a/MTDDH/labels/mtddh_b2e0d733_000304.npy b/MTDDH/labels/mtddh_b2e0d733_000304.npy new file mode 100644 index 0000000000000000000000000000000000000000..4cb90a4183d4cf101c566f90fba16dcfb3c195f2 --- /dev/null +++ b/MTDDH/labels/mtddh_b2e0d733_000304.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c88574fc5391b0292696b01b1688518a6ee295377137fefb15da3108f48372df +size 393344 diff --git a/MTDDH/labels/mtddh_b3093c4f_000841.npy b/MTDDH/labels/mtddh_b3093c4f_000841.npy new file mode 100644 index 0000000000000000000000000000000000000000..58b4b799268bd38e0c4582669deca3136f5dbfef --- /dev/null +++ b/MTDDH/labels/mtddh_b3093c4f_000841.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0c6abeb0532cf47953352f1c3ca3078e15d5dd59a0fbe0576461fbacfe63320 +size 393344 diff --git a/MTDDH/labels/mtddh_b3134b3b_000527.npy b/MTDDH/labels/mtddh_b3134b3b_000527.npy new file mode 100644 index 0000000000000000000000000000000000000000..8b4e1898bbbcc004aafb288a5b7e94b9e6b57cf8 --- /dev/null +++ b/MTDDH/labels/mtddh_b3134b3b_000527.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12642be8dade6975fea6120c8b4dd767b00da6e62ba6676e7a2048cccadc2f90 +size 393344 diff --git a/MTDDH/labels/mtddh_b3390e59_000572.npy b/MTDDH/labels/mtddh_b3390e59_000572.npy new file mode 100644 index 0000000000000000000000000000000000000000..63ffa83a108ef8209a0d3ed078e9447d1c6841ee --- /dev/null +++ b/MTDDH/labels/mtddh_b3390e59_000572.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:065d6c171df1dcb1d53d86c700e9fc5e0cb4b3420d12fc493458ee15b9c3eb5c +size 393344 diff --git a/MTDDH/labels/mtddh_b38c0994_000233.npy b/MTDDH/labels/mtddh_b38c0994_000233.npy new file mode 100644 index 0000000000000000000000000000000000000000..756ff2ae1c59084732aad0bf6a531da2f8f3b288 --- /dev/null +++ b/MTDDH/labels/mtddh_b38c0994_000233.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5877b6a28196fcfb3aea2c51a12633e07cda8343895d4563140b3592c188acb +size 393344 diff --git a/MTDDH/labels/mtddh_b38ce9fc_000398.npy b/MTDDH/labels/mtddh_b38ce9fc_000398.npy new file mode 100644 index 0000000000000000000000000000000000000000..899f6dfff112a5d43612d64565af5bf922a223fc --- /dev/null +++ b/MTDDH/labels/mtddh_b38ce9fc_000398.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fcbcf59738b3012fe8c790029e9d3ab45a0801ea903e2449a5b9a2cba3d1004 +size 393344 diff --git a/MTDDH/labels/mtddh_b4b8e3ae_000399.npy b/MTDDH/labels/mtddh_b4b8e3ae_000399.npy new file mode 100644 index 0000000000000000000000000000000000000000..ae0921d04af31cf87e6210b5c1877dc4d3fe5c25 --- /dev/null +++ b/MTDDH/labels/mtddh_b4b8e3ae_000399.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2181e882671ad2dbbfaf1253d602781af93b5168ce81c3e4b9050f264499a177 +size 393344 diff --git a/MTDDH/labels/mtddh_b4c34991_000215.npy b/MTDDH/labels/mtddh_b4c34991_000215.npy new file mode 100644 index 0000000000000000000000000000000000000000..b16f4263e189daadbc1664064bba2cdfbbbfda5c --- /dev/null +++ b/MTDDH/labels/mtddh_b4c34991_000215.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a13484e4c66fb171254acc3d6464c6e372b38a6943188d380023ea0b6fd63b8b +size 393344 diff --git a/MTDDH/labels/mtddh_b4d41008_000418.npy b/MTDDH/labels/mtddh_b4d41008_000418.npy new file mode 100644 index 0000000000000000000000000000000000000000..be79af85a3a0d708ec3b46c9d4b035c2aaaeec45 --- /dev/null +++ b/MTDDH/labels/mtddh_b4d41008_000418.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f666a75e42e34b882b94858a1daa65592ef4ec207358199c74e6327c7393316f +size 393344 diff --git a/MTDDH/labels/mtddh_b5a72f25_000679.npy b/MTDDH/labels/mtddh_b5a72f25_000679.npy new file mode 100644 index 0000000000000000000000000000000000000000..3f291fc468ab61a97bd1f58af714a02a8c82b19a --- /dev/null +++ b/MTDDH/labels/mtddh_b5a72f25_000679.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3087366fa2868225b6fff0fb34a61be35162c11bee1594b66f56f470053c21c +size 393344 diff --git a/MTDDH/labels/mtddh_b63c8fb1_000419.npy b/MTDDH/labels/mtddh_b63c8fb1_000419.npy new file mode 100644 index 0000000000000000000000000000000000000000..7b15e660f1da077a44a3aefbb6892969c26cdf06 --- /dev/null +++ b/MTDDH/labels/mtddh_b63c8fb1_000419.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:568fede5cac97346bd622527b66cf6b4027f8346b63600a39ccce8ed3ea515b2 +size 393344 diff --git a/MTDDH/labels/mtddh_b67c3a4d_000656.npy b/MTDDH/labels/mtddh_b67c3a4d_000656.npy new file mode 100644 index 0000000000000000000000000000000000000000..632d428de13ef48e68ad34dfd5b29c038d312372 --- /dev/null +++ b/MTDDH/labels/mtddh_b67c3a4d_000656.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de6f2cdc8a7639fa9ec3ca4b5ea77f7cdd68c0008de7a19fc1b87381e39f549b +size 393344 diff --git a/MTDDH/labels/mtddh_b733d1db_000114.npy b/MTDDH/labels/mtddh_b733d1db_000114.npy new file mode 100644 index 0000000000000000000000000000000000000000..e2d15cfffbf3e455580d16104d007fade20bd09c --- /dev/null +++ b/MTDDH/labels/mtddh_b733d1db_000114.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9db9199c129bebdce6a923b15816da88a929548d64b253bd9fe6dd2b7c7047a +size 393344 diff --git a/MTDDH/labels/mtddh_b7cceee5_000245.npy b/MTDDH/labels/mtddh_b7cceee5_000245.npy new file mode 100644 index 0000000000000000000000000000000000000000..9ac905dc869a8ccd60d05a89c9e95a1c9ed89e9b --- /dev/null +++ b/MTDDH/labels/mtddh_b7cceee5_000245.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45926e05e4ca03a12089139909aa9c90b95db53f7cbaa3a741b6d387f998533f +size 393344 diff --git a/MTDDH/labels/mtddh_b7db1c51_000844.npy b/MTDDH/labels/mtddh_b7db1c51_000844.npy new file mode 100644 index 0000000000000000000000000000000000000000..46f5e1300abd85d6be3f9b4c82c5949a9ccf1b95 --- /dev/null +++ b/MTDDH/labels/mtddh_b7db1c51_000844.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f90c6cff47b41210e7e9f7b01185f7f7caa9529447442290ecdc2a446961b7b +size 393344 diff --git a/MTDDH/labels/mtddh_b805506b_000420.npy b/MTDDH/labels/mtddh_b805506b_000420.npy new file mode 100644 index 0000000000000000000000000000000000000000..245e1b872a14bf3b27412a5c216530e1541f1ae5 --- /dev/null +++ b/MTDDH/labels/mtddh_b805506b_000420.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aba29b4724ecfa2c82d2c4d6832b6dc3c99f186a07a5bff712d51e6469d875c +size 393344 diff --git a/MTDDH/labels/mtddh_b858fd46_000248.npy b/MTDDH/labels/mtddh_b858fd46_000248.npy new file mode 100644 index 0000000000000000000000000000000000000000..5839556c822dc7f1cf8f10ca879794bdc1a93467 --- /dev/null +++ b/MTDDH/labels/mtddh_b858fd46_000248.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8cd9197b23bf4882a0458662371a37112b48a8821536bf038dab8eb0ba900bf +size 393344 diff --git a/MTDDH/labels/mtddh_b85e1ad9_000305.npy b/MTDDH/labels/mtddh_b85e1ad9_000305.npy new file mode 100644 index 0000000000000000000000000000000000000000..4c27977927582f24cbf211e68f850e53b892928d --- /dev/null +++ b/MTDDH/labels/mtddh_b85e1ad9_000305.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbc97e7ba756db464cf34edb820e1ca2b8fd4e61376f50f8805bc7136eed7116 +size 393344 diff --git a/MTDDH/labels/mtddh_b87999bc_000598.npy b/MTDDH/labels/mtddh_b87999bc_000598.npy new file mode 100644 index 0000000000000000000000000000000000000000..26eefe901941776af87dbc514f7d143e9e45e933 --- /dev/null +++ b/MTDDH/labels/mtddh_b87999bc_000598.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58d399549d4c11cc7d67c1c3176b01f93367e02ca54e8c222247cbbdcd859b88 +size 393344 diff --git a/MTDDH/labels/mtddh_b8a1a6bc_000306.npy b/MTDDH/labels/mtddh_b8a1a6bc_000306.npy new file mode 100644 index 0000000000000000000000000000000000000000..2a95eb691c9f3c64a9c2e00000f5f20675fdf118 --- /dev/null +++ b/MTDDH/labels/mtddh_b8a1a6bc_000306.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1329583b95ad62c0096c801e1617075508052d344119a608656132b30724dfc4 +size 393344 diff --git a/MTDDH/labels/mtddh_b8bb8db5_000016.npy b/MTDDH/labels/mtddh_b8bb8db5_000016.npy new file mode 100644 index 0000000000000000000000000000000000000000..cea4b53b2874d096220ed2107c37512dc2ba7c26 --- /dev/null +++ b/MTDDH/labels/mtddh_b8bb8db5_000016.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffadeae024ac900dfdc135350804efb710d26ee5aa20686aa4bb54fe8e9edb39 +size 393344 diff --git a/MTDDH/labels/mtddh_b8ef8f0e_000340.npy b/MTDDH/labels/mtddh_b8ef8f0e_000340.npy new file mode 100644 index 0000000000000000000000000000000000000000..7521dcbd84785882df9c0c5cfce0b9b6528958d8 --- /dev/null +++ b/MTDDH/labels/mtddh_b8ef8f0e_000340.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57347eba98d484a23e58fadf4ed0908bbfabc76c2e44df6ed2b0bc319a35a571 +size 393344 diff --git a/MTDDH/labels/mtddh_b8f6dade_000567.npy b/MTDDH/labels/mtddh_b8f6dade_000567.npy new file mode 100644 index 0000000000000000000000000000000000000000..aba230fab0c4abd062dd2dbabae0f1e551da885e --- /dev/null +++ b/MTDDH/labels/mtddh_b8f6dade_000567.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:241538a390d573ebd6ca7996cdddd67b419dde19059fd0f4169790870e445e03 +size 393344 diff --git a/MTDDH/labels/mtddh_b929f7a7_000445.npy b/MTDDH/labels/mtddh_b929f7a7_000445.npy new file mode 100644 index 0000000000000000000000000000000000000000..abf8cbd1d52ee8b3f4c778aa0f033e67827d12f0 --- /dev/null +++ b/MTDDH/labels/mtddh_b929f7a7_000445.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:033a2aa1dbe9ae960cdc657a143cd04f795fc4525282b97530580de10f908c24 +size 393344 diff --git a/MTDDH/labels/mtddh_b94eb547_000537.npy b/MTDDH/labels/mtddh_b94eb547_000537.npy new file mode 100644 index 0000000000000000000000000000000000000000..5316e937c10f05e0b467b2ae0c09b40dcdc1928f --- /dev/null +++ b/MTDDH/labels/mtddh_b94eb547_000537.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c0e142ef5d61616ad841180f2ba1b98f3f2d0b59a220cfd91408222035a0378 +size 393344 diff --git a/MTDDH/labels/mtddh_b952dde6_000899.npy b/MTDDH/labels/mtddh_b952dde6_000899.npy new file mode 100644 index 0000000000000000000000000000000000000000..12174542cc56a8661e5a0a1da1b9b5308725ab5a --- /dev/null +++ b/MTDDH/labels/mtddh_b952dde6_000899.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5b9beaa629d284b1b25d70a81784619bdff44030feac79bac066de043452e16 +size 393344 diff --git a/MTDDH/labels/mtddh_ba0137ca_000064.npy b/MTDDH/labels/mtddh_ba0137ca_000064.npy new file mode 100644 index 0000000000000000000000000000000000000000..4f922180287f0022789cac6c0298e54bbe2f245a --- /dev/null +++ b/MTDDH/labels/mtddh_ba0137ca_000064.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e11f819ca987277087e1f270c5d35c1f835386b2f1988d02e21f4d072f4fa180 +size 393344 diff --git a/MTDDH/labels/mtddh_ba2b832e_000166.npy b/MTDDH/labels/mtddh_ba2b832e_000166.npy new file mode 100644 index 0000000000000000000000000000000000000000..5fef1d21cb6ab0d4b6bd4958d96165ce0256db8e --- /dev/null +++ b/MTDDH/labels/mtddh_ba2b832e_000166.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55cb5815d318e87d56fe879b86f8e03c11fcb07a2feecf79f560a456edbffd9d +size 393344 diff --git a/MTDDH/labels/mtddh_ba4c3ebb_000226.npy b/MTDDH/labels/mtddh_ba4c3ebb_000226.npy new file mode 100644 index 0000000000000000000000000000000000000000..2a953d8ffdd61dd2853bb09f572cd28b788c4862 --- /dev/null +++ b/MTDDH/labels/mtddh_ba4c3ebb_000226.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34728d555afba22bf1a20a0e9136b18fd57ffa86c539af46a4ba852ffefdcfb9 +size 393344 diff --git a/MTDDH/labels/mtddh_bafe66ac_000845.npy b/MTDDH/labels/mtddh_bafe66ac_000845.npy new file mode 100644 index 0000000000000000000000000000000000000000..48e49997e934abd0ad0c525486d613b9b4c95066 --- /dev/null +++ b/MTDDH/labels/mtddh_bafe66ac_000845.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dda495d62d2c8c9ebe80fdab9200501cc1838c981bed0bb60195658203b5e49 +size 393344 diff --git a/MTDDH/labels/mtddh_bb14579e_000242.npy b/MTDDH/labels/mtddh_bb14579e_000242.npy new file mode 100644 index 0000000000000000000000000000000000000000..2cf7e444271670c4ee66c0859800d49ddc71b7ee --- /dev/null +++ b/MTDDH/labels/mtddh_bb14579e_000242.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d76fbea423568d8d5051ed5e9335704402410b9413a83ed3662f0a72708d318c +size 393344 diff --git a/MTDDH/labels/mtddh_bb3c4c70_000762.npy b/MTDDH/labels/mtddh_bb3c4c70_000762.npy new file mode 100644 index 0000000000000000000000000000000000000000..df6004cbc0dc32ecb417ec609dc862cf23546a94 --- /dev/null +++ b/MTDDH/labels/mtddh_bb3c4c70_000762.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ff7470b557930d9fd1365ffc63d3029e138d7585f2799336333978a14f27cad +size 393344 diff --git a/MTDDH/labels/mtddh_bb494edc_000400.npy b/MTDDH/labels/mtddh_bb494edc_000400.npy new file mode 100644 index 0000000000000000000000000000000000000000..71dbebd217bb2365d24793270f6f0e819cd3840c --- /dev/null +++ b/MTDDH/labels/mtddh_bb494edc_000400.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9840f2f7474cc3f2069726cf8aa5c874e3c4be9c4f0b9aeb7cf6f9e0813e832 +size 393344 diff --git a/MTDDH/labels/mtddh_bb4a4446_000573.npy b/MTDDH/labels/mtddh_bb4a4446_000573.npy new file mode 100644 index 0000000000000000000000000000000000000000..b1dae48707294e168946ea0c406523faffc1dc3c --- /dev/null +++ b/MTDDH/labels/mtddh_bb4a4446_000573.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dd16d84d0f83993b97103345fe8e1dd7a302c724573bae143d1ecefee18c3aa +size 393344 diff --git a/MTDDH/labels/mtddh_bc228b72_000161.npy b/MTDDH/labels/mtddh_bc228b72_000161.npy new file mode 100644 index 0000000000000000000000000000000000000000..d1eb067d3991217e409645eb337135289c1f6803 --- /dev/null +++ b/MTDDH/labels/mtddh_bc228b72_000161.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83a7480e2be31c0ec42025f94ea465a3b2a2dfd7b6b61e72362cf3fc3d47363d +size 393344 diff --git a/MTDDH/labels/mtddh_bcbec32d_000568.npy b/MTDDH/labels/mtddh_bcbec32d_000568.npy new file mode 100644 index 0000000000000000000000000000000000000000..4f7e11a2c20535439f787c417cea2da2cff943b6 --- /dev/null +++ b/MTDDH/labels/mtddh_bcbec32d_000568.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83682cf2ee662647704b79b87be63e497923cec191acb62fd866c7a2c83f8dbd +size 393344 diff --git a/MTDDH/labels/mtddh_bcd66431_000307.npy b/MTDDH/labels/mtddh_bcd66431_000307.npy new file mode 100644 index 0000000000000000000000000000000000000000..ac43399927b316cde33c4530c8f4eb84c3951f8e --- /dev/null +++ b/MTDDH/labels/mtddh_bcd66431_000307.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a434d952cab3a76c309ba60c1afcb65ac6b543f1634e658888f77d7288bd394 +size 393344 diff --git a/MTDDH/labels/mtddh_bd240696_000266.npy b/MTDDH/labels/mtddh_bd240696_000266.npy new file mode 100644 index 0000000000000000000000000000000000000000..8a37801ccada97db3776d3d608c2a8a7d29abb13 --- /dev/null +++ b/MTDDH/labels/mtddh_bd240696_000266.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0989f66da0f35815e9f70192a89a13cb0c37b19b8d0cb96c2db0febd7600968c +size 393344 diff --git a/MTDDH/labels/mtddh_bd6bf02a_000846.npy b/MTDDH/labels/mtddh_bd6bf02a_000846.npy new file mode 100644 index 0000000000000000000000000000000000000000..164ec185f8fce76e8df1d85bdb30393be88632b1 --- /dev/null +++ b/MTDDH/labels/mtddh_bd6bf02a_000846.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c94a350033ffc37d61b0238a27289e0857b9bbc2731a8a79d9240c0a580a136 +size 393344 diff --git a/MTDDH/labels/mtddh_bdbae06d_000198.npy b/MTDDH/labels/mtddh_bdbae06d_000198.npy new file mode 100644 index 0000000000000000000000000000000000000000..81ae3e82a595894dabb4c4d6f45dcb49addaef30 --- /dev/null +++ b/MTDDH/labels/mtddh_bdbae06d_000198.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f243f1266b5e33df7af86f44564ae6209061dba5d54eb61299e66b8f19ba4324 +size 393344 diff --git a/MTDDH/labels/mtddh_bde286b2_000058.npy b/MTDDH/labels/mtddh_bde286b2_000058.npy new file mode 100644 index 0000000000000000000000000000000000000000..0d3ef81366580b25509b8db11049fd101539376f --- /dev/null +++ b/MTDDH/labels/mtddh_bde286b2_000058.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42c78c1b3007bcd2a9019ebcab3f1b6df79f993bc36ba7f6316f60c32de84924 +size 393344 diff --git a/MTDDH/labels/mtddh_be18815d_000117.npy b/MTDDH/labels/mtddh_be18815d_000117.npy new file mode 100644 index 0000000000000000000000000000000000000000..aa528fa1287e3e8bdc641553860d17c7e4ab5ff7 --- /dev/null +++ b/MTDDH/labels/mtddh_be18815d_000117.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30cfef6142c6e4f6bde87edf9e559fcb0e3737f563d654e6d45f3a1c8523f015 +size 393344 diff --git a/MTDDH/labels/mtddh_befc247d_000038.npy b/MTDDH/labels/mtddh_befc247d_000038.npy new file mode 100644 index 0000000000000000000000000000000000000000..abf994672bb7d9b4c0da8b04bd7f07062fac8876 --- /dev/null +++ b/MTDDH/labels/mtddh_befc247d_000038.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4cd105cc03ec63db90482d70e01b7d71765bcb7a8e50583403398c93455c34a +size 393344 diff --git a/MTDDH/labels/mtddh_bf4d9583_000621.npy b/MTDDH/labels/mtddh_bf4d9583_000621.npy new file mode 100644 index 0000000000000000000000000000000000000000..0f89cac7b4682ad789ca0be41e5a91eca678ecb1 --- /dev/null +++ b/MTDDH/labels/mtddh_bf4d9583_000621.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:832b2ac3289ade57e1d8486daa98afcebaaafb4334b3e6ae0b23c73da7290a74 +size 393344 diff --git a/MTDDH/labels/mtddh_bf7702af_000499.npy b/MTDDH/labels/mtddh_bf7702af_000499.npy new file mode 100644 index 0000000000000000000000000000000000000000..0233f00c721526c263e828e488672bb4b530167d --- /dev/null +++ b/MTDDH/labels/mtddh_bf7702af_000499.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76ec0425b2baa9229422d67e5fb292298327a36e2d990b09af3eac08a840a6ad +size 393344 diff --git a/MTDDH/labels/mtddh_bfe01e6a_000470.npy b/MTDDH/labels/mtddh_bfe01e6a_000470.npy new file mode 100644 index 0000000000000000000000000000000000000000..4a0b7ad505debead002125226332157de448c81d --- /dev/null +++ b/MTDDH/labels/mtddh_bfe01e6a_000470.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afd21cbfc0326de20ab4c3766a5e0ac080fe4e29eb1a14ed31c62b60f42dd3e2 +size 393344 diff --git a/MTDDH/labels/mtddh_c00a1220_000265.npy b/MTDDH/labels/mtddh_c00a1220_000265.npy new file mode 100644 index 0000000000000000000000000000000000000000..01897c3416d969252a1a31f20f5d293bcb9477dd --- /dev/null +++ b/MTDDH/labels/mtddh_c00a1220_000265.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfad1cbfbe1b2584a02304a86b2ea0696fb2d2fa026825bafaedd94522f86a90 +size 393344 diff --git a/MTDDH/labels/mtddh_c014cb20_000765.npy b/MTDDH/labels/mtddh_c014cb20_000765.npy new file mode 100644 index 0000000000000000000000000000000000000000..48456816053656bd57cd3b77e771d9389eeea3ac --- /dev/null +++ b/MTDDH/labels/mtddh_c014cb20_000765.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cdb073918614b09e06c8cbca1adcb77a298eaa2ad6fcc2a7550e8a562471262 +size 393344 diff --git a/MTDDH/labels/mtddh_c015f993_000421.npy b/MTDDH/labels/mtddh_c015f993_000421.npy new file mode 100644 index 0000000000000000000000000000000000000000..a22eccd19e83d025ee673e079bb0e0359cbe6cb8 --- /dev/null +++ b/MTDDH/labels/mtddh_c015f993_000421.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:050164b74fafa116f5b89bd9a6ea6bebd0ac2a07ef08be3ac4c567b3932d1e53 +size 393344 diff --git a/MTDDH/labels/mtddh_c036c8ea_000401.npy b/MTDDH/labels/mtddh_c036c8ea_000401.npy new file mode 100644 index 0000000000000000000000000000000000000000..2de45f53d6f7a82ac46f70500c3bd032d226f117 --- /dev/null +++ b/MTDDH/labels/mtddh_c036c8ea_000401.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8933a57aa71fdc3000aa454d0b27e28775dedb45b594a01f79d82b017f631084 +size 393344 diff --git a/MTDDH/labels/mtddh_c0b15082_000359.npy b/MTDDH/labels/mtddh_c0b15082_000359.npy new file mode 100644 index 0000000000000000000000000000000000000000..4f4cf6070c0aa04e748648e2bfa98f4f7489281b --- /dev/null +++ b/MTDDH/labels/mtddh_c0b15082_000359.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ce55fdbbeb80cfde476406e182f0270714acffaa63765b12c4977e3dfe51fa5 +size 393344 diff --git a/MTDDH/labels/mtddh_c0c3b764_000229.npy b/MTDDH/labels/mtddh_c0c3b764_000229.npy new file mode 100644 index 0000000000000000000000000000000000000000..7a6be1cfb7c195e3544650e7374d43792f788ff3 --- /dev/null +++ b/MTDDH/labels/mtddh_c0c3b764_000229.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18c8656c4b2e4d20140794e648439f3f24741cb8ca842945f715479e14c82c4f +size 393344 diff --git a/MTDDH/labels/mtddh_c0e6d782_000476.npy b/MTDDH/labels/mtddh_c0e6d782_000476.npy new file mode 100644 index 0000000000000000000000000000000000000000..ee21b30ade170ad2567331a804c79f61fc3c3854 --- /dev/null +++ b/MTDDH/labels/mtddh_c0e6d782_000476.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f7d4fe390c037499feabcc77ed26b6c03f67ac3a416102ea8ad9b41ba04014f +size 393344 diff --git a/MTDDH/labels/mtddh_c159d761_000173.npy b/MTDDH/labels/mtddh_c159d761_000173.npy new file mode 100644 index 0000000000000000000000000000000000000000..e902371e820a8d41fa683aef36d5fb1af9c1ddd9 --- /dev/null +++ b/MTDDH/labels/mtddh_c159d761_000173.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b82f7d40009aa88ff58022498fd72619f9beba650e4e2ca3a1c0776604cde08e +size 393344 diff --git a/MTDDH/labels/mtddh_c22d3309_000341.npy b/MTDDH/labels/mtddh_c22d3309_000341.npy new file mode 100644 index 0000000000000000000000000000000000000000..7c7209931b5889ddda6e7af360ae2bc7caaf427e --- /dev/null +++ b/MTDDH/labels/mtddh_c22d3309_000341.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a6f0d2f49ed62dfdd2fb03b25de34f32dcbde88dbc15bb746548d94395ba244 +size 393344 diff --git a/MTDDH/labels/mtddh_c23e9c3d_000308.npy b/MTDDH/labels/mtddh_c23e9c3d_000308.npy new file mode 100644 index 0000000000000000000000000000000000000000..87c8765e187d7379c033c097c45b39a021628fca --- /dev/null +++ b/MTDDH/labels/mtddh_c23e9c3d_000308.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96143c6ad98d85e62cc9801e23effa30565506dadb0583bdba6b10ab322a36f6 +size 393344 diff --git a/MTDDH/labels/mtddh_c31f0371_000227.npy b/MTDDH/labels/mtddh_c31f0371_000227.npy new file mode 100644 index 0000000000000000000000000000000000000000..e8afa2111ffa15dfa2bc4cb3252d148e889ba474 --- /dev/null +++ b/MTDDH/labels/mtddh_c31f0371_000227.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eee57173088b87b868d1f8fe2f6ceb68eddfd85f35e701e95826694e0996e845 +size 393344 diff --git a/MTDDH/labels/mtddh_c32c2525_000528.npy b/MTDDH/labels/mtddh_c32c2525_000528.npy new file mode 100644 index 0000000000000000000000000000000000000000..308ec9fa8e22078595f12db8098d287a1ba59e36 --- /dev/null +++ b/MTDDH/labels/mtddh_c32c2525_000528.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c39cedfc49013e8f6967dc61cee6c747c34505abaea77c9e2035144f5ab32cf5 +size 393344 diff --git a/MTDDH/labels/mtddh_c35048b8_000657.npy b/MTDDH/labels/mtddh_c35048b8_000657.npy new file mode 100644 index 0000000000000000000000000000000000000000..d6505c425878556d7d7232175b621f1b9a1287a0 --- /dev/null +++ b/MTDDH/labels/mtddh_c35048b8_000657.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e08062a9736aa02f25fd5cca483810a11fb031140b101d788f399497db74bef5 +size 393344 diff --git a/MTDDH/labels/mtddh_c39d813a_000551.npy b/MTDDH/labels/mtddh_c39d813a_000551.npy new file mode 100644 index 0000000000000000000000000000000000000000..898715ea5d2128297905e8ea9931225b27ded610 --- /dev/null +++ b/MTDDH/labels/mtddh_c39d813a_000551.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:410c5c1cab0df21cf99528e7620c31dd52c8574e82f6c01ffaf0b96a441e492a +size 393344 diff --git a/MTDDH/labels/mtddh_c4423cd9_000693.npy b/MTDDH/labels/mtddh_c4423cd9_000693.npy new file mode 100644 index 0000000000000000000000000000000000000000..58e644dd2b5cfff70b530c74380c63b7bedc58de --- /dev/null +++ b/MTDDH/labels/mtddh_c4423cd9_000693.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfe76b1c9278f50b54664112ab693c8a5ef03b601394cd8b0ae43857f771c90d +size 393344 diff --git a/MTDDH/labels/mtddh_c45cac1a_000309.npy b/MTDDH/labels/mtddh_c45cac1a_000309.npy new file mode 100644 index 0000000000000000000000000000000000000000..a9824231a8788d9e2e3b17fb0c2b35ee6093e8a5 --- /dev/null +++ b/MTDDH/labels/mtddh_c45cac1a_000309.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c919f7a768fd90a2ecee70149bd71db5262542efad4f18de2acdfa696c419eb8 +size 393344 diff --git a/MTDDH/labels/mtddh_c45de49c_000720.npy b/MTDDH/labels/mtddh_c45de49c_000720.npy new file mode 100644 index 0000000000000000000000000000000000000000..42f79819a5bfbba145da92eb09e1959237c09c2a --- /dev/null +++ b/MTDDH/labels/mtddh_c45de49c_000720.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d2933bfbf6e5d1830463d203880a08b64b45ee89e0b99910f0447a6f5472a50 +size 393344 diff --git a/MTDDH/labels/mtddh_c48b353b_000342.npy b/MTDDH/labels/mtddh_c48b353b_000342.npy new file mode 100644 index 0000000000000000000000000000000000000000..a4a8f4d9e051b33706cce7bd2112ede2324d9874 --- /dev/null +++ b/MTDDH/labels/mtddh_c48b353b_000342.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b30f68e15ca60687982c3c6cc8fd273f2f81ed46f295e3042ab8b9686c0903f3 +size 393344 diff --git a/MTDDH/labels/mtddh_c4a86874_000310.npy b/MTDDH/labels/mtddh_c4a86874_000310.npy new file mode 100644 index 0000000000000000000000000000000000000000..2f77e9aacde57b14e02f5f921483eade9eecaf07 --- /dev/null +++ b/MTDDH/labels/mtddh_c4a86874_000310.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c8f95b7afa09e9d23d3005e433275c2d2eff626775eae9788d0c53e22d885dd +size 393344 diff --git a/MTDDH/labels/mtddh_c4f4dfe0_000529.npy b/MTDDH/labels/mtddh_c4f4dfe0_000529.npy new file mode 100644 index 0000000000000000000000000000000000000000..8efecb3fdf7cb0aafee643207c39804c57a11a2e --- /dev/null +++ b/MTDDH/labels/mtddh_c4f4dfe0_000529.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8d79e475f43a5b99885a4467aaf415ed91a99571753c38d45c2ce94dd0efbfa +size 393344 diff --git a/MTDDH/labels/mtddh_c5119b74_000053.npy b/MTDDH/labels/mtddh_c5119b74_000053.npy new file mode 100644 index 0000000000000000000000000000000000000000..039588a53849aae6822d4927ed645cde1918d9ed --- /dev/null +++ b/MTDDH/labels/mtddh_c5119b74_000053.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f69cded1893e189ff62b56fe9ad4f9121b1998934f56a8368982fef16f81f311 +size 393344 diff --git a/MTDDH/labels/mtddh_c5b3a56e_000828.npy b/MTDDH/labels/mtddh_c5b3a56e_000828.npy new file mode 100644 index 0000000000000000000000000000000000000000..c5f80e0f4478d7776d203398317f7e1ecee82247 --- /dev/null +++ b/MTDDH/labels/mtddh_c5b3a56e_000828.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb875b65eccc4da02b40daab76e14c884ffee327465aa1a3bf2b6d37d7e5e789 +size 393344 diff --git a/MTDDH/labels/mtddh_c5b5d2eb_000247.npy b/MTDDH/labels/mtddh_c5b5d2eb_000247.npy new file mode 100644 index 0000000000000000000000000000000000000000..3ec228452531c5c0edc2ecca1dc87a8c7157fc74 --- /dev/null +++ b/MTDDH/labels/mtddh_c5b5d2eb_000247.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d05fada7e7078c91b70d2f3fea631283412191418f50e362514f970fa4a1a542 +size 393344 diff --git a/MTDDH/labels/mtddh_c5e04553_000694.npy b/MTDDH/labels/mtddh_c5e04553_000694.npy new file mode 100644 index 0000000000000000000000000000000000000000..e997a385a94b089161f7ee3a61434e67637437bc --- /dev/null +++ b/MTDDH/labels/mtddh_c5e04553_000694.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08fdd2486d0122b969a0e8d9368ed8cc843d94762ca1d7ccd6390c3a9dd66ddb +size 393344 diff --git a/MTDDH/labels/mtddh_c5e7c42f_000360.npy b/MTDDH/labels/mtddh_c5e7c42f_000360.npy new file mode 100644 index 0000000000000000000000000000000000000000..feb04d0f59ab1b9071a683910c4660bc641e405a --- /dev/null +++ b/MTDDH/labels/mtddh_c5e7c42f_000360.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39f301e8bb1862c4e0f095d1d12ad8872bc578cb2b35b5108936f7d59a432e69 +size 393344 diff --git a/MTDDH/labels/mtddh_c69aa19d_000067.npy b/MTDDH/labels/mtddh_c69aa19d_000067.npy new file mode 100644 index 0000000000000000000000000000000000000000..4e7a633fab2bd0f58cc4cedadea94712bad194a8 --- /dev/null +++ b/MTDDH/labels/mtddh_c69aa19d_000067.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aff2101964964f3e2b249a1f535faed7f35b1c5c683524b8208cf6cdd2dea50d +size 393344 diff --git a/MTDDH/labels/mtddh_c6cc914e_000446.npy b/MTDDH/labels/mtddh_c6cc914e_000446.npy new file mode 100644 index 0000000000000000000000000000000000000000..be5bb6dd98f0cf63b1a279f14c0e76b1e279effa --- /dev/null +++ b/MTDDH/labels/mtddh_c6cc914e_000446.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebc2b5c77968a99856efe7d2af80d613aca9f5683c13a557d7e0454cc6303192 +size 393344 diff --git a/MTDDH/labels/mtddh_c705934e_000574.npy b/MTDDH/labels/mtddh_c705934e_000574.npy new file mode 100644 index 0000000000000000000000000000000000000000..fbbdf58c34baf334f548829fb03ac3bafd880f25 --- /dev/null +++ b/MTDDH/labels/mtddh_c705934e_000574.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf0be1d8fcbbf9d36fd482dcdd6a46ee9cc010bb665c98c4d9a27345d6cd4d0c +size 393344 diff --git a/MTDDH/labels/mtddh_c742da39_000343.npy b/MTDDH/labels/mtddh_c742da39_000343.npy new file mode 100644 index 0000000000000000000000000000000000000000..a76623e47d863e5c5f1b1a370dd49c666f7fe598 --- /dev/null +++ b/MTDDH/labels/mtddh_c742da39_000343.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ced6f63ef6eafc5f8d839f25b0b108785531878d0ea7efac70875d1d5c46fd24 +size 393344 diff --git a/MTDDH/labels/mtddh_c773988e_000622.npy b/MTDDH/labels/mtddh_c773988e_000622.npy new file mode 100644 index 0000000000000000000000000000000000000000..c7eca6728215e683c362a417c6dd5ff73268fe23 --- /dev/null +++ b/MTDDH/labels/mtddh_c773988e_000622.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3a1ebfbd67e0b21841a7160a6a7a813a3ac1500791f28612f2d2942df94fc21 +size 393344 diff --git a/MTDDH/labels/mtddh_c77bc56a_000022.npy b/MTDDH/labels/mtddh_c77bc56a_000022.npy new file mode 100644 index 0000000000000000000000000000000000000000..8fd9fe43ad06f3a6cb13c78d74e06ee8ded46838 --- /dev/null +++ b/MTDDH/labels/mtddh_c77bc56a_000022.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7835a634f7c53b22600843b5958f8e8e449d5d122e7fbd41ccc9427eb03849d3 +size 393344 diff --git a/MTDDH/labels/mtddh_c7a1977b_000256.npy b/MTDDH/labels/mtddh_c7a1977b_000256.npy new file mode 100644 index 0000000000000000000000000000000000000000..5fa7693c740ec5dec537625f6bad798f2225913b --- /dev/null +++ b/MTDDH/labels/mtddh_c7a1977b_000256.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84ff63c12e1fd57f101b53c0b25907c399d59b75d2eea4e91462a280eb820613 +size 393344 diff --git a/MTDDH/labels/mtddh_c7f6f877_000616.npy b/MTDDH/labels/mtddh_c7f6f877_000616.npy new file mode 100644 index 0000000000000000000000000000000000000000..e87aea83e22942228f77ef8d5202b4c1468351a0 --- /dev/null +++ b/MTDDH/labels/mtddh_c7f6f877_000616.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f8142c15926ad975447eaed4a0f3d206998a46db7557fd68a828f8773593b2e +size 393344 diff --git a/MTDDH/labels/mtddh_c856a2c0_000530.npy b/MTDDH/labels/mtddh_c856a2c0_000530.npy new file mode 100644 index 0000000000000000000000000000000000000000..3b1308d1945b2924edaa350424d2940d3f7e1f66 --- /dev/null +++ b/MTDDH/labels/mtddh_c856a2c0_000530.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e99065bede88aff5ef85fb7b3317655166e40fad96c40287820f4d367e3c107d +size 393344 diff --git a/MTDDH/labels/mtddh_c8e2c56d_000311.npy b/MTDDH/labels/mtddh_c8e2c56d_000311.npy new file mode 100644 index 0000000000000000000000000000000000000000..a6411eeb8c2c56900d5273923d4ed9c3df6e45ad --- /dev/null +++ b/MTDDH/labels/mtddh_c8e2c56d_000311.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65225df3fce245ac1158512bd88b726d3a20d5f76e07d8ad2bffa7cbf98231c3 +size 393344 diff --git a/MTDDH/labels/mtddh_c98e8003_000167.npy b/MTDDH/labels/mtddh_c98e8003_000167.npy new file mode 100644 index 0000000000000000000000000000000000000000..eec91242155e4ec14aaeeb92a14de8aff1c0b7d1 --- /dev/null +++ b/MTDDH/labels/mtddh_c98e8003_000167.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ee243b203bdda3b573742b80770cb3d478ce35fa7198a6ec3adcd86248fc5d7 +size 393344 diff --git a/MTDDH/labels/mtddh_c9aa79c7_000206.npy b/MTDDH/labels/mtddh_c9aa79c7_000206.npy new file mode 100644 index 0000000000000000000000000000000000000000..1446e2f7d8421aef981e0c0f54070bceaccd6fc1 --- /dev/null +++ b/MTDDH/labels/mtddh_c9aa79c7_000206.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40d956126ba4ee83261f54ddcc57be528c1f1b82314cd42e035238736e8da298 +size 393344 diff --git a/MTDDH/labels/mtddh_ca40b8bf_000312.npy b/MTDDH/labels/mtddh_ca40b8bf_000312.npy new file mode 100644 index 0000000000000000000000000000000000000000..b5ace23e1d2bb6b69e73ba818691179b3eb521b7 --- /dev/null +++ b/MTDDH/labels/mtddh_ca40b8bf_000312.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9b71d17a965f561d60aa19217a27e62dc49ad5871ca700a791cdaf65d01b759 +size 393344 diff --git a/MTDDH/labels/mtddh_ca4a87f7_000057.npy b/MTDDH/labels/mtddh_ca4a87f7_000057.npy new file mode 100644 index 0000000000000000000000000000000000000000..66b1bdf63fdafb3f4b27d16e4876ddeb50313301 --- /dev/null +++ b/MTDDH/labels/mtddh_ca4a87f7_000057.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8472f5175e923dccb814191c68bc03284773bba140019345ae6ba7b2f5b05fd6 +size 393344 diff --git a/MTDDH/labels/mtddh_caaf6584_000575.npy b/MTDDH/labels/mtddh_caaf6584_000575.npy new file mode 100644 index 0000000000000000000000000000000000000000..250faa5c018a196c96b227c8518fa2aad26fec93 --- /dev/null +++ b/MTDDH/labels/mtddh_caaf6584_000575.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68627e636dc8daa108eec7005c4e9681d20010001b21a5196aeaf34024d00afd +size 393344 diff --git a/MTDDH/labels/mtddh_cad1e30b_000590.npy b/MTDDH/labels/mtddh_cad1e30b_000590.npy new file mode 100644 index 0000000000000000000000000000000000000000..6fcbec6dbc0a3c17a1a1c19fe54931be499d1117 --- /dev/null +++ b/MTDDH/labels/mtddh_cad1e30b_000590.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0644cdd96a859237033f7d1cedd1cf1514d5acc161b490d8a82b1462bf832cd7 +size 393344 diff --git a/MTDDH/labels/mtddh_cb3b3c52_000010.npy b/MTDDH/labels/mtddh_cb3b3c52_000010.npy new file mode 100644 index 0000000000000000000000000000000000000000..4765ce115154852d8e181f59b0ccd19e73e1de45 --- /dev/null +++ b/MTDDH/labels/mtddh_cb3b3c52_000010.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cd5542089bb81a62e31f9897750d33075eb4af495bcf0c05b81b8e769d51140 +size 393344 diff --git a/MTDDH/labels/mtddh_cbdf0a35_000313.npy b/MTDDH/labels/mtddh_cbdf0a35_000313.npy new file mode 100644 index 0000000000000000000000000000000000000000..c895fdc86ab12d81633a6e667fa13840d60a3f8e --- /dev/null +++ b/MTDDH/labels/mtddh_cbdf0a35_000313.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9db09c8badd7cc729bec9be1ba2216991eb2bd9c2729d178ed3e9d8d2de9cae3 +size 393344 diff --git a/MTDDH/labels/mtddh_cc318903_000344.npy b/MTDDH/labels/mtddh_cc318903_000344.npy new file mode 100644 index 0000000000000000000000000000000000000000..a3550555d71a699416bb77295b226ccd4d530883 --- /dev/null +++ b/MTDDH/labels/mtddh_cc318903_000344.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e72782626ad1b393de53afb5e4666d601851d1d4c8f8d513321a797ffc03f389 +size 393344 diff --git a/MTDDH/labels/mtddh_cc6ab4ad_000202.npy b/MTDDH/labels/mtddh_cc6ab4ad_000202.npy new file mode 100644 index 0000000000000000000000000000000000000000..e242fd3542d42624a2c15c952447b21387170964 --- /dev/null +++ b/MTDDH/labels/mtddh_cc6ab4ad_000202.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6f4a316de8d871b8126c8704c9027e1e94a872c4be1fcdb23f3a6e69e2e200c +size 393344 diff --git a/MTDDH/labels/mtddh_cd34f4ea_000079.npy b/MTDDH/labels/mtddh_cd34f4ea_000079.npy new file mode 100644 index 0000000000000000000000000000000000000000..4231e90f4b88b370d356a115224688a6d3c96af4 --- /dev/null +++ b/MTDDH/labels/mtddh_cd34f4ea_000079.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeb84a28a79aab397cf158d7f3e857291f0152bb53c7987d87f5b68309e39588 +size 393344 diff --git a/MTDDH/labels/mtddh_cd89ccd4_000655.npy b/MTDDH/labels/mtddh_cd89ccd4_000655.npy new file mode 100644 index 0000000000000000000000000000000000000000..8840b506a168ad9de71ea3c11e7892863ba959be --- /dev/null +++ b/MTDDH/labels/mtddh_cd89ccd4_000655.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b6de25874a6177dc6fadf621a0993583bdabd6f1ca3fffcca7c874950e84468 +size 393344 diff --git a/MTDDH/labels/mtddh_cda92ebc_000477.npy b/MTDDH/labels/mtddh_cda92ebc_000477.npy new file mode 100644 index 0000000000000000000000000000000000000000..d66051b5e5c25cfaba7ec7016ca28c4080ff246f --- /dev/null +++ b/MTDDH/labels/mtddh_cda92ebc_000477.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a40388b1cd67a2419029d3dea155dad305925832ef3c244561947fa4b219b55 +size 393344 diff --git a/MTDDH/labels/mtddh_ce362643_000617.npy b/MTDDH/labels/mtddh_ce362643_000617.npy new file mode 100644 index 0000000000000000000000000000000000000000..393c781342b710c92cca88e0bc0fb0466e331757 --- /dev/null +++ b/MTDDH/labels/mtddh_ce362643_000617.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cad64ea72158e24b5382ce5f76dad83d279079b13c1cc8918506c0b4c6f81f4e +size 393344 diff --git a/MTDDH/labels/mtddh_ce470996_000623.npy b/MTDDH/labels/mtddh_ce470996_000623.npy new file mode 100644 index 0000000000000000000000000000000000000000..a33978ef2dfbabd2f2c110670fd71c722755bb5d --- /dev/null +++ b/MTDDH/labels/mtddh_ce470996_000623.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6cc8a0da1750e789345b35f973001b7daea44eb528d175a4662b80d543a385d +size 393344 diff --git a/MTDDH/labels/mtddh_ce8be2bf_000647.npy b/MTDDH/labels/mtddh_ce8be2bf_000647.npy new file mode 100644 index 0000000000000000000000000000000000000000..ac02b09590907b1b1d41114fdfb90662a9918dcd --- /dev/null +++ b/MTDDH/labels/mtddh_ce8be2bf_000647.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84039253a15ac694c291212750f4ea19ceb10cc3f1034f4cc8f6e61eaa761243 +size 393344 diff --git a/MTDDH/labels/mtddh_ce9aba87_000314.npy b/MTDDH/labels/mtddh_ce9aba87_000314.npy new file mode 100644 index 0000000000000000000000000000000000000000..a04f626bd2a9f714463a965133b1a3c21a0dbf2f --- /dev/null +++ b/MTDDH/labels/mtddh_ce9aba87_000314.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afb2343f673af147d0fc95f36d0d59c9ddf5c0d42718894921bffa474b7fc830 +size 393344 diff --git a/MTDDH/labels/mtddh_cecbb083_000012.npy b/MTDDH/labels/mtddh_cecbb083_000012.npy new file mode 100644 index 0000000000000000000000000000000000000000..f43158b5daf9c1135c6c77c7032122ed1e34ad8d --- /dev/null +++ b/MTDDH/labels/mtddh_cecbb083_000012.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48b109fe7f370ed6487a42ac9553c81bd3bcb49caccfac31e7af5d039cc05c7f +size 393344 diff --git a/MTDDH/labels/mtddh_cedc3aa6_000447.npy b/MTDDH/labels/mtddh_cedc3aa6_000447.npy new file mode 100644 index 0000000000000000000000000000000000000000..6aafe5ce8ce7212fb28eb350d5d426ff92f10e23 --- /dev/null +++ b/MTDDH/labels/mtddh_cedc3aa6_000447.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0625271ee1243ff135c897123ed22d6899dfd61424f0880d8c52c6e01f7bfc6 +size 393344 diff --git a/MTDDH/labels/mtddh_cedd3ce5_000842.npy b/MTDDH/labels/mtddh_cedd3ce5_000842.npy new file mode 100644 index 0000000000000000000000000000000000000000..7dd386905f1cc209c21080aaccf6d1bfd8c69c1a --- /dev/null +++ b/MTDDH/labels/mtddh_cedd3ce5_000842.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f9a849d333cd7ff408357fa97ea4c644caee03fcd37134c3fc2699d677b3cb3 +size 393344 diff --git a/MTDDH/labels/mtddh_cf7349a9_000180.npy b/MTDDH/labels/mtddh_cf7349a9_000180.npy new file mode 100644 index 0000000000000000000000000000000000000000..2b9299be90c2bac08fe6cebb2cc879724b253734 --- /dev/null +++ b/MTDDH/labels/mtddh_cf7349a9_000180.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bb60f0da2315d40e6bf5eec67a9dc4564330fa6ed6e206d504907a501f18a04 +size 393344 diff --git a/MTDDH/labels/mtddh_cf7758e3_000017.npy b/MTDDH/labels/mtddh_cf7758e3_000017.npy new file mode 100644 index 0000000000000000000000000000000000000000..2aec13a0f268fab3a95a9cf4b16b7d89f8e1828d --- /dev/null +++ b/MTDDH/labels/mtddh_cf7758e3_000017.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddb8d2e463a4d2a93b1bed8755b05ec2805ed086b63d7870ac7b9fe133284092 +size 393344 diff --git a/MTDDH/labels/mtddh_cfca4e21_000649.npy b/MTDDH/labels/mtddh_cfca4e21_000649.npy new file mode 100644 index 0000000000000000000000000000000000000000..d87d4c38fe33c5954ceec80b30871cdc927c28d5 --- /dev/null +++ b/MTDDH/labels/mtddh_cfca4e21_000649.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1e89d24d58aadeb5c37a5374a02d17fc22eebe47e233162feffcfeb40e56f25 +size 393344 diff --git a/MTDDH/labels/mtddh_d00609de_000757.npy b/MTDDH/labels/mtddh_d00609de_000757.npy new file mode 100644 index 0000000000000000000000000000000000000000..f4c7608a954751eada29079e4b16017cf9f41632 --- /dev/null +++ b/MTDDH/labels/mtddh_d00609de_000757.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0266bdac79cf2dcdc0b81b5cde9d3f6db42565e67dbb0d7d4ffb09285f190475 +size 393344 diff --git a/MTDDH/labels/mtddh_d0aaf6e5_000138.npy b/MTDDH/labels/mtddh_d0aaf6e5_000138.npy new file mode 100644 index 0000000000000000000000000000000000000000..ed9616051c03e2dd061bdc696f55d4e60269b0df --- /dev/null +++ b/MTDDH/labels/mtddh_d0aaf6e5_000138.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6182f5e54d3714e8eb57d0b2196dd240035278a75db701a442a4a65977b915db +size 393344 diff --git a/MTDDH/labels/mtddh_d0ba29d8_000697.npy b/MTDDH/labels/mtddh_d0ba29d8_000697.npy new file mode 100644 index 0000000000000000000000000000000000000000..87108d7812a95d711a6d92a0afa3450663e8ab47 --- /dev/null +++ b/MTDDH/labels/mtddh_d0ba29d8_000697.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cfaef2496aaacb8a57e7c99ab6fbe29754259cd4d32424d8db4b8b1c50e66d4 +size 393344 diff --git a/MTDDH/labels/mtddh_d1399417_000602.npy b/MTDDH/labels/mtddh_d1399417_000602.npy new file mode 100644 index 0000000000000000000000000000000000000000..565ff67ab679126af7a2fd2babdfaf02b0bd71db --- /dev/null +++ b/MTDDH/labels/mtddh_d1399417_000602.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e66d56e3138ab99ee273753ec0dd311231bdd97075650b25d6f893a0cb47f0da +size 393344 diff --git a/MTDDH/labels/mtddh_d18dc97d_000610.npy b/MTDDH/labels/mtddh_d18dc97d_000610.npy new file mode 100644 index 0000000000000000000000000000000000000000..edd15ca4e1d990b3176220df59a58c681dc64aa6 --- /dev/null +++ b/MTDDH/labels/mtddh_d18dc97d_000610.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df3b0f61e2cf66dbf52e7e8e1fa8ee03a30e9651652761eaba3a408cd0b4a375 +size 393344 diff --git a/MTDDH/labels/mtddh_d1a8a362_000500.npy b/MTDDH/labels/mtddh_d1a8a362_000500.npy new file mode 100644 index 0000000000000000000000000000000000000000..6a9758fbdd91c3888cd3e156e4f59fe5c9b3918c --- /dev/null +++ b/MTDDH/labels/mtddh_d1a8a362_000500.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ebc768adda9d82aa7011668e8a865b7fe1e9f5975d79dffeed5682b6c9249dd +size 393344 diff --git a/MTDDH/labels/mtddh_d1d02eef_000345.npy b/MTDDH/labels/mtddh_d1d02eef_000345.npy new file mode 100644 index 0000000000000000000000000000000000000000..3730e4e079f89d7435cbad4523e99dfa73ed48d7 --- /dev/null +++ b/MTDDH/labels/mtddh_d1d02eef_000345.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffd58d4968339269c7fd3562a344ffbc9f8b7b0753262f84e35a86c89a97b015 +size 393344 diff --git a/MTDDH/labels/mtddh_d1e1609a_000687.npy b/MTDDH/labels/mtddh_d1e1609a_000687.npy new file mode 100644 index 0000000000000000000000000000000000000000..e3cc0a43fe54ae4ea0b403ee2084bbe0926f3c4b --- /dev/null +++ b/MTDDH/labels/mtddh_d1e1609a_000687.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed2545a1fce42a571582cd2bcb28791dc457e40f3c0d47347f30f00daf2f71fc +size 393344 diff --git a/MTDDH/labels/mtddh_d1f97002_000078.npy b/MTDDH/labels/mtddh_d1f97002_000078.npy new file mode 100644 index 0000000000000000000000000000000000000000..37b2f91a0b02be83d4bf319fe0a28c0fbe5c5aab --- /dev/null +++ b/MTDDH/labels/mtddh_d1f97002_000078.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f4c55865a7da7757b6691516448ac4cfc8005e4adea5a8cd287ad7b2a52e158 +size 393344 diff --git a/MTDDH/labels/mtddh_d2579da3_000676.npy b/MTDDH/labels/mtddh_d2579da3_000676.npy new file mode 100644 index 0000000000000000000000000000000000000000..c7fa3835589263f73ba5e234a2a9270823b72c68 --- /dev/null +++ b/MTDDH/labels/mtddh_d2579da3_000676.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db938d2b6d8df7b89387a801863e79d1dbdc3259b48de46d7aabb279b6f1e4f7 +size 393344 diff --git a/MTDDH/labels/mtddh_d26d60c5_000130.npy b/MTDDH/labels/mtddh_d26d60c5_000130.npy new file mode 100644 index 0000000000000000000000000000000000000000..def72b99557682298b96cabb6c7fc0390e230758 --- /dev/null +++ b/MTDDH/labels/mtddh_d26d60c5_000130.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86c93bdea8e8d4c4b21d4960f29ef53a23a08a644938742b92ad9590b0fdcabd +size 393344 diff --git a/MTDDH/labels/mtddh_d27d428f_000361.npy b/MTDDH/labels/mtddh_d27d428f_000361.npy new file mode 100644 index 0000000000000000000000000000000000000000..6ac6bc2d8f28f4e67113880dfa4269dc6ff6df5b --- /dev/null +++ b/MTDDH/labels/mtddh_d27d428f_000361.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e01a3ad1051183ac57fcd35ec08b0cd12f52101d6a16a6d0210444b7a63e4fb8 +size 393344 diff --git a/MTDDH/labels/mtddh_d2a19828_000188.npy b/MTDDH/labels/mtddh_d2a19828_000188.npy new file mode 100644 index 0000000000000000000000000000000000000000..145f4daf42251a961763dd58b4a67f9dea58711d --- /dev/null +++ b/MTDDH/labels/mtddh_d2a19828_000188.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23a1c95b57fa36fd2c2229a0fa8d99e9169bf84acd627c09c856e0e5f0747517 +size 393344 diff --git a/MTDDH/labels/mtddh_d2de66bb_000722.npy b/MTDDH/labels/mtddh_d2de66bb_000722.npy new file mode 100644 index 0000000000000000000000000000000000000000..36472c4f320f85a115ff0cfcef40535f6f8dc770 --- /dev/null +++ b/MTDDH/labels/mtddh_d2de66bb_000722.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c680e2580781c87f924628f87bf350e2a3037e2571e6b0a672481cd8416f6c38 +size 393344 diff --git a/MTDDH/labels/mtddh_d35113c8_000402.npy b/MTDDH/labels/mtddh_d35113c8_000402.npy new file mode 100644 index 0000000000000000000000000000000000000000..b34e2780386393e4e8157a81f4ae3ec0b5e346ff --- /dev/null +++ b/MTDDH/labels/mtddh_d35113c8_000402.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8ed0ea3e98fa81586b5ddc12bd6792b6a353e725b6a92abb9d0d680630a6a33 +size 393344 diff --git a/MTDDH/labels/mtddh_d3d608ad_000703.npy b/MTDDH/labels/mtddh_d3d608ad_000703.npy new file mode 100644 index 0000000000000000000000000000000000000000..acc9eb65124986737f08d434ba41dc31cec5d327 --- /dev/null +++ b/MTDDH/labels/mtddh_d3d608ad_000703.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02c4322a4623f26f177482fd40655fd8fc598981dfcf412547434253edeb3392 +size 393344 diff --git a/MTDDH/labels/mtddh_d3e24247_000121.npy b/MTDDH/labels/mtddh_d3e24247_000121.npy new file mode 100644 index 0000000000000000000000000000000000000000..ed84c82b1327d7dfe3037dcb76f8ae854785bc1c --- /dev/null +++ b/MTDDH/labels/mtddh_d3e24247_000121.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b884e72736f82044334c386f3a2c3208605f95bd207a48b521d44a6dd28bfe3 +size 393344 diff --git a/MTDDH/labels/mtddh_d3f94eb8_000471.npy b/MTDDH/labels/mtddh_d3f94eb8_000471.npy new file mode 100644 index 0000000000000000000000000000000000000000..4c16373aa9ce1cb288e8741ecd16ec621733847e --- /dev/null +++ b/MTDDH/labels/mtddh_d3f94eb8_000471.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb81fe88ad7f317a6151c22d102a10465c605ca81d5774a20caafe147b086e32 +size 393344 diff --git a/MTDDH/labels/mtddh_d40d0eaa_000084.npy b/MTDDH/labels/mtddh_d40d0eaa_000084.npy new file mode 100644 index 0000000000000000000000000000000000000000..380601f8bdcb684e11e08f9e5a0727333fcae9bd --- /dev/null +++ b/MTDDH/labels/mtddh_d40d0eaa_000084.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3393c68ab73322294c6f8be9278c218375f6ad4b1705d0651a4c6817ebbf46f3 +size 393344 diff --git a/MTDDH/labels/mtddh_d42a39a8_000665.npy b/MTDDH/labels/mtddh_d42a39a8_000665.npy new file mode 100644 index 0000000000000000000000000000000000000000..56389645cef33b65426143c55fed0bd5e26ba94d --- /dev/null +++ b/MTDDH/labels/mtddh_d42a39a8_000665.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:370e92d84255da3e1411c3998b9b662e980cb74ce8d8842e5a47a6412ae13108 +size 393344 diff --git a/MTDDH/labels/mtddh_d454a754_000634.npy b/MTDDH/labels/mtddh_d454a754_000634.npy new file mode 100644 index 0000000000000000000000000000000000000000..a5e83885c304b621ec8bcf4517a80aa3fb84930b --- /dev/null +++ b/MTDDH/labels/mtddh_d454a754_000634.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7e7596767786fb35382ac667d440f9206af89b085d4dd268f62b9568b8c0730 +size 393344 diff --git a/MTDDH/labels/mtddh_d497cdb5_000683.npy b/MTDDH/labels/mtddh_d497cdb5_000683.npy new file mode 100644 index 0000000000000000000000000000000000000000..7d69149853f804c87c004f239d6dc37e0091b16f --- /dev/null +++ b/MTDDH/labels/mtddh_d497cdb5_000683.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f084d43f79221e892a9b2a68cc1291cd2da3f5bcb9c4f0fe5aa53f4bff43ce7 +size 393344 diff --git a/MTDDH/labels/mtddh_d4a2365b_000403.npy b/MTDDH/labels/mtddh_d4a2365b_000403.npy new file mode 100644 index 0000000000000000000000000000000000000000..9315cdf6e6ac96a688b00e757ea43411b0e2a274 --- /dev/null +++ b/MTDDH/labels/mtddh_d4a2365b_000403.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b997efb5a9994c42e352ab48bc49d3dc1049469802dc20ca6e746c937646f5a +size 393344 diff --git a/MTDDH/labels/mtddh_d52b08ff_000642.npy b/MTDDH/labels/mtddh_d52b08ff_000642.npy new file mode 100644 index 0000000000000000000000000000000000000000..8076fc7efb799afe64848ab1be7b783a5060aed9 --- /dev/null +++ b/MTDDH/labels/mtddh_d52b08ff_000642.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f83ad89ed23edfb74dc45dccd276bad544a99d8de374c2a2a16a17cd427f7953 +size 393344 diff --git a/MTDDH/labels/mtddh_d56863d7_000624.npy b/MTDDH/labels/mtddh_d56863d7_000624.npy new file mode 100644 index 0000000000000000000000000000000000000000..b6a575ec34855e185fc929b78b5506d25836ad30 --- /dev/null +++ b/MTDDH/labels/mtddh_d56863d7_000624.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3234a28b5a7032cc3a51fceaa1493f7f94a059978d9bab8d96f93a993e11d5b2 +size 393344 diff --git a/MTDDH/labels/mtddh_d587fe1a_000155.npy b/MTDDH/labels/mtddh_d587fe1a_000155.npy new file mode 100644 index 0000000000000000000000000000000000000000..05d75e30707cedb0b13c87818a191b32b3948634 --- /dev/null +++ b/MTDDH/labels/mtddh_d587fe1a_000155.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61af8dc12f7c4c2dcb6f18fb3226355f06c33b67c7650405cd3409ff356fe379 +size 393344 diff --git a/MTDDH/labels/mtddh_d5afd657_000065.npy b/MTDDH/labels/mtddh_d5afd657_000065.npy new file mode 100644 index 0000000000000000000000000000000000000000..474c76209d699f56543ad841592d1c93b3adfb14 --- /dev/null +++ b/MTDDH/labels/mtddh_d5afd657_000065.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:524856888c385d9a2ed04b2da068384eae0580930868e4b1a8533d0cd59c8629 +size 393344 diff --git a/MTDDH/labels/mtddh_d5cc16e5_000081.npy b/MTDDH/labels/mtddh_d5cc16e5_000081.npy new file mode 100644 index 0000000000000000000000000000000000000000..4fbd9595ed8205e031139b659af58a2c0709a4c4 --- /dev/null +++ b/MTDDH/labels/mtddh_d5cc16e5_000081.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8d86f0e62f2d6a04b60ca9aa9a6eaeab26ba0e73fd3667803e90980a7621e1b +size 393344 diff --git a/MTDDH/labels/mtddh_d610d765_000346.npy b/MTDDH/labels/mtddh_d610d765_000346.npy new file mode 100644 index 0000000000000000000000000000000000000000..2f726f14b9d1949bc51f95de799b2855cadc0fb9 --- /dev/null +++ b/MTDDH/labels/mtddh_d610d765_000346.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eceda38dd873b0bd3579dd76f3e605bf9dc6000b0f8dacb5aea31e1da7c137b +size 393344 diff --git a/MTDDH/labels/mtddh_d656c43f_000404.npy b/MTDDH/labels/mtddh_d656c43f_000404.npy new file mode 100644 index 0000000000000000000000000000000000000000..5f99e02f0756767fca30d587c9b3807a69cd9809 --- /dev/null +++ b/MTDDH/labels/mtddh_d656c43f_000404.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:951177b5f45adaef6f4d14720f7c7cb5488cfcd47751ce8a241a2e1ee3b19915 +size 393344 diff --git a/MTDDH/labels/mtddh_d6a92121_000044.npy b/MTDDH/labels/mtddh_d6a92121_000044.npy new file mode 100644 index 0000000000000000000000000000000000000000..b2fb3bf9cccd417eb5d13b93af5c99bd35bac380 --- /dev/null +++ b/MTDDH/labels/mtddh_d6a92121_000044.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44c1bd9dac66afca2158d285b7e5a3ff2bc6afb4a2b43fe5adb0208ec827bac3 +size 393344 diff --git a/MTDDH/labels/mtddh_d6aa2cd7_000716.npy b/MTDDH/labels/mtddh_d6aa2cd7_000716.npy new file mode 100644 index 0000000000000000000000000000000000000000..0e1720a35c02688ed5b80a7da398946c7b143c46 --- /dev/null +++ b/MTDDH/labels/mtddh_d6aa2cd7_000716.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:722489fbfb00980921234ec9091bc9b972fe96b4b741e73b19d39295f143d369 +size 393344 diff --git a/MTDDH/labels/mtddh_d6bd3962_000538.npy b/MTDDH/labels/mtddh_d6bd3962_000538.npy new file mode 100644 index 0000000000000000000000000000000000000000..46bcf2c05aa6fb67ed2e626a60f2adf07ccf7b42 --- /dev/null +++ b/MTDDH/labels/mtddh_d6bd3962_000538.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab629a8683785fb9f6c76239bea2424d97a6fbb237b91e0d816647aeefd3ec4f +size 393344 diff --git a/MTDDH/labels/mtddh_d7121c99_000739.npy b/MTDDH/labels/mtddh_d7121c99_000739.npy new file mode 100644 index 0000000000000000000000000000000000000000..4a4988508df01e0fdb555a5e816bd1110ab0b4d4 --- /dev/null +++ b/MTDDH/labels/mtddh_d7121c99_000739.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc8fd3ed5d244124d4da4c5d8dd79a2d853fa715e0b14488e2cdd3412e62aafa +size 393344 diff --git a/MTDDH/labels/mtddh_d7dbbfd3_000478.npy b/MTDDH/labels/mtddh_d7dbbfd3_000478.npy new file mode 100644 index 0000000000000000000000000000000000000000..c189845452c5ae71921c500be23d929fc4054745 --- /dev/null +++ b/MTDDH/labels/mtddh_d7dbbfd3_000478.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a660b4b1bdc6f7fd94b8c83ebba87975dd61b6c9f71dd3a6e754dfe2e05cb93 +size 393344 diff --git a/MTDDH/labels/mtddh_d82bc9dd_000552.npy b/MTDDH/labels/mtddh_d82bc9dd_000552.npy new file mode 100644 index 0000000000000000000000000000000000000000..5cbf4fb9c3af1030a36b4e40d23bad5b306a7749 --- /dev/null +++ b/MTDDH/labels/mtddh_d82bc9dd_000552.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84f3ed9f4d9c5a2fdfe1f0dc62f70b057f4ea687a882a12a8ed07173167f7381 +size 393344 diff --git a/MTDDH/labels/mtddh_d84f3d67_000193.npy b/MTDDH/labels/mtddh_d84f3d67_000193.npy new file mode 100644 index 0000000000000000000000000000000000000000..03ff38427cc3347e0fb49adac4117efbf89373d3 --- /dev/null +++ b/MTDDH/labels/mtddh_d84f3d67_000193.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bee5992686bb5c1794004b1e8e912c6df852afcbad9874af7fedb0edf6a5d388 +size 393344 diff --git a/MTDDH/labels/mtddh_d87492d6_000181.npy b/MTDDH/labels/mtddh_d87492d6_000181.npy new file mode 100644 index 0000000000000000000000000000000000000000..3f630169af890884ba7357c0988b882f12be8a07 --- /dev/null +++ b/MTDDH/labels/mtddh_d87492d6_000181.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:095a12cfad851ace894d8ff5eddfd33d6032c1577c56e5c0d68639f2da43b546 +size 393344 diff --git a/MTDDH/labels/mtddh_d883abd4_000448.npy b/MTDDH/labels/mtddh_d883abd4_000448.npy new file mode 100644 index 0000000000000000000000000000000000000000..bbf6db922ff097174efa9d4befdd1623f6bc9237 --- /dev/null +++ b/MTDDH/labels/mtddh_d883abd4_000448.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e0b0859023dac8348671f1902e82a8ff8227a91a0716cdc26e9dff937917881 +size 393344 diff --git a/MTDDH/labels/mtddh_d89b0942_000151.npy b/MTDDH/labels/mtddh_d89b0942_000151.npy new file mode 100644 index 0000000000000000000000000000000000000000..2dde69d09c66b34451af2997c19debf18b4f8bcb --- /dev/null +++ b/MTDDH/labels/mtddh_d89b0942_000151.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48d0fc61e8e113b81731f4bc540ce614a8a50bc7c753f9efefe7013f98cb2d73 +size 393344 diff --git a/MTDDH/labels/mtddh_d9529f14_000315.npy b/MTDDH/labels/mtddh_d9529f14_000315.npy new file mode 100644 index 0000000000000000000000000000000000000000..ae4b37666babcde2a89dd9e9b0c0654b78a8b8c4 --- /dev/null +++ b/MTDDH/labels/mtddh_d9529f14_000315.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4b5e385df171b4a22bc5b6f90ff007a68084c4810cecd08669ee855c145b5e4 +size 393344 diff --git a/MTDDH/labels/mtddh_d9969850_000068.npy b/MTDDH/labels/mtddh_d9969850_000068.npy new file mode 100644 index 0000000000000000000000000000000000000000..9e2d5eb3a8314d61e1caf2823e7558dfc467a136 --- /dev/null +++ b/MTDDH/labels/mtddh_d9969850_000068.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd0478e27474f5cac0f997c89e743d02a63e15a5cf360ac234b9cc4136b82e58 +size 393344 diff --git a/MTDDH/labels/mtddh_d9cb07c0_000680.npy b/MTDDH/labels/mtddh_d9cb07c0_000680.npy new file mode 100644 index 0000000000000000000000000000000000000000..a7b91d5d3fda639b2358fc9ee8fe1c7a2dc5fb79 --- /dev/null +++ b/MTDDH/labels/mtddh_d9cb07c0_000680.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b49769cd741c1d9948b7ae163439d8ce06384a07ba0b39aa4eb7c08701bf62b +size 393344 diff --git a/MTDDH/labels/mtddh_d9cc0088_000003.npy b/MTDDH/labels/mtddh_d9cc0088_000003.npy new file mode 100644 index 0000000000000000000000000000000000000000..cdcdd4fa25fd76db20c724e49312d6513b75fea8 --- /dev/null +++ b/MTDDH/labels/mtddh_d9cc0088_000003.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72294ff8f5a5e02c56e9db4414bf6f3b2d5f7e007494e8a725801ef428c80c8f +size 393344 diff --git a/MTDDH/labels/mtddh_d9db55ee_000099.npy b/MTDDH/labels/mtddh_d9db55ee_000099.npy new file mode 100644 index 0000000000000000000000000000000000000000..94a6ff78c870e0af1f02838766d1be6aeb918943 --- /dev/null +++ b/MTDDH/labels/mtddh_d9db55ee_000099.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2f36df333625d1f59732831c24d159992f7d7188dfe4c41153f9c30137a069f +size 393344 diff --git a/MTDDH/labels/mtddh_d9eb50e3_000235.npy b/MTDDH/labels/mtddh_d9eb50e3_000235.npy new file mode 100644 index 0000000000000000000000000000000000000000..b29d90d7f0b4b0e11be596521d90a4b853af58ad --- /dev/null +++ b/MTDDH/labels/mtddh_d9eb50e3_000235.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d79a39921f77bcf175982af4c7139342391303a7da6463e874f3393eb64edb5a +size 393344 diff --git a/MTDDH/labels/mtddh_da367880_000062.npy b/MTDDH/labels/mtddh_da367880_000062.npy new file mode 100644 index 0000000000000000000000000000000000000000..c31f6a3d1bc13f9a5092b757792802a12c70ec8b --- /dev/null +++ b/MTDDH/labels/mtddh_da367880_000062.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c2123aad17dddd8781db60894d4c42c0acaf2349cb5c220b9953ee134895eeb +size 393344 diff --git a/MTDDH/labels/mtddh_da58ce97_000472.npy b/MTDDH/labels/mtddh_da58ce97_000472.npy new file mode 100644 index 0000000000000000000000000000000000000000..a78d83ecf72d9c930587e1418491b36852ea4b03 --- /dev/null +++ b/MTDDH/labels/mtddh_da58ce97_000472.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fa81fa705262f8f9d6cb1d67e564e888d44aeb2dd60c34467d3de35726002ec +size 393344 diff --git a/MTDDH/labels/mtddh_da8e4e30_000531.npy b/MTDDH/labels/mtddh_da8e4e30_000531.npy new file mode 100644 index 0000000000000000000000000000000000000000..f29c182be7a70359da3b35269f86b06629c3dea7 --- /dev/null +++ b/MTDDH/labels/mtddh_da8e4e30_000531.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bebc10251c7d22b0ac70b0eb685d7fb6ef4baf2e3f32cc1a032f94e61f1d590e +size 393344 diff --git a/MTDDH/labels/mtddh_daca9024_000732.npy b/MTDDH/labels/mtddh_daca9024_000732.npy new file mode 100644 index 0000000000000000000000000000000000000000..0ba165eafac760738d61d58295fc31ece476c541 --- /dev/null +++ b/MTDDH/labels/mtddh_daca9024_000732.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6561e24c0a929294f464112ec5e5ae8fcaf97f5f0b952e7dcb646c0d6687506 +size 393344 diff --git a/MTDDH/labels/mtddh_db6b23d5_000644.npy b/MTDDH/labels/mtddh_db6b23d5_000644.npy new file mode 100644 index 0000000000000000000000000000000000000000..e2a597ab41eadbf8ad372df82d35590f2fe041b7 --- /dev/null +++ b/MTDDH/labels/mtddh_db6b23d5_000644.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fc3955e0d4b67fc6fc9ca67181249923c5401d7bb688baa5f4663dfe3848f21 +size 393344 diff --git a/MTDDH/labels/mtddh_db8ae623_000196.npy b/MTDDH/labels/mtddh_db8ae623_000196.npy new file mode 100644 index 0000000000000000000000000000000000000000..ab303e93dc77043cfc21c6782e57b638d298f853 --- /dev/null +++ b/MTDDH/labels/mtddh_db8ae623_000196.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c94e425286ddbf4947d1519cd4f7c40f748d5a3c8148198bd00b0bbdda2aeea2 +size 393344 diff --git a/MTDDH/labels/mtddh_dc34e02f_000591.npy b/MTDDH/labels/mtddh_dc34e02f_000591.npy new file mode 100644 index 0000000000000000000000000000000000000000..2ec33725bfc63a0635c14cbb8be4ceda31b31356 --- /dev/null +++ b/MTDDH/labels/mtddh_dc34e02f_000591.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a4067f0e0bd8935e84186cccf9eedd16284a038bab3b099bd5735825df98eb3 +size 393344 diff --git a/MTDDH/labels/mtddh_dc38e80d_000199.npy b/MTDDH/labels/mtddh_dc38e80d_000199.npy new file mode 100644 index 0000000000000000000000000000000000000000..83aee7789c2205239550d9657f2df1f4240f9928 --- /dev/null +++ b/MTDDH/labels/mtddh_dc38e80d_000199.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0e149d38ec0032d93f7fade1943b9d390a283d62761f87eb596248fdfb6c486 +size 393344 diff --git a/MTDDH/labels/mtddh_dcd2a519_000635.npy b/MTDDH/labels/mtddh_dcd2a519_000635.npy new file mode 100644 index 0000000000000000000000000000000000000000..f5616fb8e9b430e502fde80af2ec39a5c2a3c991 --- /dev/null +++ b/MTDDH/labels/mtddh_dcd2a519_000635.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5f13d31307291190578aac0b10a2a06809b3a0b6a2ef3b5c1d1d0f312678925 +size 393344 diff --git a/MTDDH/labels/mtddh_dd0e4cfb_000093.npy b/MTDDH/labels/mtddh_dd0e4cfb_000093.npy new file mode 100644 index 0000000000000000000000000000000000000000..384bf3222c604a31f7c575e2432b3efdb220726b --- /dev/null +++ b/MTDDH/labels/mtddh_dd0e4cfb_000093.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb4ddf7c6e45f1881e1162318507654a34c380e69c79739ff652695441217d3c +size 393344 diff --git a/MTDDH/labels/mtddh_dd5c7c9e_000539.npy b/MTDDH/labels/mtddh_dd5c7c9e_000539.npy new file mode 100644 index 0000000000000000000000000000000000000000..a6195221b8af58ed981a18c5eb9629831f9c9348 --- /dev/null +++ b/MTDDH/labels/mtddh_dd5c7c9e_000539.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc6e7063ebd112e694817a0decc9ee89bf907d74f94b0ff8720adc43b81359fa +size 393344 diff --git a/MTDDH/labels/mtddh_dd5f0fca_000316.npy b/MTDDH/labels/mtddh_dd5f0fca_000316.npy new file mode 100644 index 0000000000000000000000000000000000000000..46e47dc78936534bdf75fc9705185c436649421d --- /dev/null +++ b/MTDDH/labels/mtddh_dd5f0fca_000316.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17686ef0c76971a6d4c1252ca4039ee677f643c1ade9bd8f4c8310ffe5c744e4 +size 393344 diff --git a/MTDDH/labels/mtddh_dd771c5e_000279.npy b/MTDDH/labels/mtddh_dd771c5e_000279.npy new file mode 100644 index 0000000000000000000000000000000000000000..fb7807ec56bc650434fe7f7be7eec716119b97e3 --- /dev/null +++ b/MTDDH/labels/mtddh_dd771c5e_000279.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95286f98e99f83515bdbf028992e1e1be3b8d361ec131e1370c5bdb5992ca6ce +size 393344 diff --git a/MTDDH/labels/mtddh_dd7a650d_000625.npy b/MTDDH/labels/mtddh_dd7a650d_000625.npy new file mode 100644 index 0000000000000000000000000000000000000000..25419a8e27505723769fbb7fc5c45ea2c90af5b4 --- /dev/null +++ b/MTDDH/labels/mtddh_dd7a650d_000625.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:687fa1ed1f9ba1914d38288ff7412ace8afee442698886cb59e3d9b5d89ac2b0 +size 393344 diff --git a/MTDDH/labels/mtddh_dd7f3025_000422.npy b/MTDDH/labels/mtddh_dd7f3025_000422.npy new file mode 100644 index 0000000000000000000000000000000000000000..ece01bebd4a3eb3e04d6c787eaa4c15315a542c9 --- /dev/null +++ b/MTDDH/labels/mtddh_dd7f3025_000422.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8164d89772006db2effa69a6b0ce602eea1d3fb9f33a4a402bfed344980dd6dd +size 393344 diff --git a/MTDDH/labels/mtddh_dde94395_000133.npy b/MTDDH/labels/mtddh_dde94395_000133.npy new file mode 100644 index 0000000000000000000000000000000000000000..82418d5aeae3fb626fe4d364f161b9dc6679cae2 --- /dev/null +++ b/MTDDH/labels/mtddh_dde94395_000133.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8acdbf6b847f06eefc335e1a3e1126221216a5135f96a0df9dfe01d19c82bc4 +size 393344 diff --git a/MTDDH/labels/mtddh_de42bb2b_000091.npy b/MTDDH/labels/mtddh_de42bb2b_000091.npy new file mode 100644 index 0000000000000000000000000000000000000000..6d1277b6eea57a71fbdafe60366856521b1b640a --- /dev/null +++ b/MTDDH/labels/mtddh_de42bb2b_000091.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:481601125d686f7520f61f5530251d717aa6da446781b03c2a8721f99e975920 +size 393344 diff --git a/MTDDH/labels/mtddh_deed1dc5_000122.npy b/MTDDH/labels/mtddh_deed1dc5_000122.npy new file mode 100644 index 0000000000000000000000000000000000000000..4bca95d47ef2c9599cb828e6557f8e110141cb7c --- /dev/null +++ b/MTDDH/labels/mtddh_deed1dc5_000122.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7be84ac08d98959c2c9a6ee3582903f28c7846c0217168b372f12f11ab940157 +size 393344 diff --git a/MTDDH/labels/mtddh_df83ca85_000611.npy b/MTDDH/labels/mtddh_df83ca85_000611.npy new file mode 100644 index 0000000000000000000000000000000000000000..99c792cd7e44af017d0b8bcf5fce33805ef42788 --- /dev/null +++ b/MTDDH/labels/mtddh_df83ca85_000611.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:347cbcc4194c8303a5ec62cec4e21228d294ce1c8395789202c0a623ed45447f +size 393344 diff --git a/MTDDH/labels/mtddh_dfe2f8e4_000075.npy b/MTDDH/labels/mtddh_dfe2f8e4_000075.npy new file mode 100644 index 0000000000000000000000000000000000000000..12a45bbf1673921536c4a71e6294ff5eb6d9faf8 --- /dev/null +++ b/MTDDH/labels/mtddh_dfe2f8e4_000075.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c566ed8a0e5d561a7a4f5f3afd8399f57b40b735f15b6b5747ed7d2a1228c123 +size 393344 diff --git a/MTDDH/labels/mtddh_e05f28c8_000648.npy b/MTDDH/labels/mtddh_e05f28c8_000648.npy new file mode 100644 index 0000000000000000000000000000000000000000..087560c1b48e4ea5b443a3509a5f914e96296dfd --- /dev/null +++ b/MTDDH/labels/mtddh_e05f28c8_000648.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f247099fc7dbd5c4d5fb4219c01adf91c1c1d1a3288943b630422576e04c2470 +size 393344 diff --git a/MTDDH/labels/mtddh_e0bd7cbd_000282.npy b/MTDDH/labels/mtddh_e0bd7cbd_000282.npy new file mode 100644 index 0000000000000000000000000000000000000000..6a18e4859897595f99bc5e65f42359782867877e --- /dev/null +++ b/MTDDH/labels/mtddh_e0bd7cbd_000282.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75dc4b95b0ce1da8ccfb4a9f1feb531b4f08f706faab7194ee453e9429db8f54 +size 393344 diff --git a/MTDDH/labels/mtddh_e0bd7cbd_000283.npy b/MTDDH/labels/mtddh_e0bd7cbd_000283.npy new file mode 100644 index 0000000000000000000000000000000000000000..9588f7a80b54af18d0d60485f1c81761e9c96b77 --- /dev/null +++ b/MTDDH/labels/mtddh_e0bd7cbd_000283.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0eee8c654764a43d3699819241b0847b8c72137652c7f21fd9968bf38388a80 +size 393344 diff --git a/MTDDH/labels/mtddh_e0c57958_000479.npy b/MTDDH/labels/mtddh_e0c57958_000479.npy new file mode 100644 index 0000000000000000000000000000000000000000..37bc6c43543e3928076ca4182bff1ab7969b25c4 --- /dev/null +++ b/MTDDH/labels/mtddh_e0c57958_000479.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32ee22f4d75988f7de47957f603a4e74293c9c2f01567009675651b2b0a49af9 +size 393344 diff --git a/MTDDH/labels/mtddh_e1113b6b_000672.npy b/MTDDH/labels/mtddh_e1113b6b_000672.npy new file mode 100644 index 0000000000000000000000000000000000000000..1197ca8ea3936e19b405d316a7544a35c6aa2034 --- /dev/null +++ b/MTDDH/labels/mtddh_e1113b6b_000672.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc5df33d7b1ab01ffea33ad72c900e4bdaeca50887e26013c08b6e0e9a446c09 +size 393344 diff --git a/MTDDH/labels/mtddh_e14dea2d_000532.npy b/MTDDH/labels/mtddh_e14dea2d_000532.npy new file mode 100644 index 0000000000000000000000000000000000000000..5a4204ab61f92aeb1fa787b5b6bff9303ab022b3 --- /dev/null +++ b/MTDDH/labels/mtddh_e14dea2d_000532.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dbb22f63e553dcaf5acd535d8b3827f8e48cac4e0f27f6e6061b6058187ebbb +size 393344 diff --git a/MTDDH/labels/mtddh_e163a8a1_000728.npy b/MTDDH/labels/mtddh_e163a8a1_000728.npy new file mode 100644 index 0000000000000000000000000000000000000000..ec89712bbacc4e7609f3804dbddf561f9cbe82dc --- /dev/null +++ b/MTDDH/labels/mtddh_e163a8a1_000728.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d55a8276ab1d353770241eccbe557d8ca36c074937dc952c9b6e495e5aa80d5 +size 393344 diff --git a/MTDDH/labels/mtddh_e1700933_000423.npy b/MTDDH/labels/mtddh_e1700933_000423.npy new file mode 100644 index 0000000000000000000000000000000000000000..73e8d73f5aa6245ca5fa5833eb4f08bd0d320bc4 --- /dev/null +++ b/MTDDH/labels/mtddh_e1700933_000423.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fad6a45d060f762d57a5677e85139a7551847eaf22beb405b0aa4460291a629 +size 393344 diff --git a/MTDDH/labels/mtddh_e1e8b013_000362.npy b/MTDDH/labels/mtddh_e1e8b013_000362.npy new file mode 100644 index 0000000000000000000000000000000000000000..1b9861e94486d39cb53b84e4adfadd26effaebd2 --- /dev/null +++ b/MTDDH/labels/mtddh_e1e8b013_000362.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d14da062ddafee3b62ad5ee28aaf8860f5ebe7f56773e9433201c1ac7fe2f20b +size 393344 diff --git a/MTDDH/labels/mtddh_e1f01bdb_000727.npy b/MTDDH/labels/mtddh_e1f01bdb_000727.npy new file mode 100644 index 0000000000000000000000000000000000000000..a08d99ae044255dcf2edc09fc6f450c9803ebd31 --- /dev/null +++ b/MTDDH/labels/mtddh_e1f01bdb_000727.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b64f0f5ceb69de78367f8088cac6c9dfb9e86cb4157b78676a681edda2935cc +size 393344 diff --git a/MTDDH/labels/mtddh_e22b6ebf_000317.npy b/MTDDH/labels/mtddh_e22b6ebf_000317.npy new file mode 100644 index 0000000000000000000000000000000000000000..5013dbfe5c0fb0ad4cd5bc4d85bf4f5952924acf --- /dev/null +++ b/MTDDH/labels/mtddh_e22b6ebf_000317.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83c2ee493fe4a3274d2241d3c5ed2bd7fef83f2b4866d26c2bb91bb20685a56d +size 393344 diff --git a/MTDDH/labels/mtddh_e2bc90fd_000695.npy b/MTDDH/labels/mtddh_e2bc90fd_000695.npy new file mode 100644 index 0000000000000000000000000000000000000000..657943662c37430c80a99d5456df2690d1248ec7 --- /dev/null +++ b/MTDDH/labels/mtddh_e2bc90fd_000695.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:498dbc2949c683219cb67deb321ef43722da39fba5c0da732b595de614874bdc +size 393344 diff --git a/MTDDH/labels/mtddh_e2f7a083_000749.npy b/MTDDH/labels/mtddh_e2f7a083_000749.npy new file mode 100644 index 0000000000000000000000000000000000000000..ff85714a85bcf54099e35bd4a743014093ab5a65 --- /dev/null +++ b/MTDDH/labels/mtddh_e2f7a083_000749.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ad865d9d0e5ce738588062356f6c8326b7d298ada156caf3361bf331df851c9 +size 393344 diff --git a/MTDDH/labels/mtddh_e30f2b7a_000405.npy b/MTDDH/labels/mtddh_e30f2b7a_000405.npy new file mode 100644 index 0000000000000000000000000000000000000000..b33cc8d3671702f94f202891c382aee2fb6c530d --- /dev/null +++ b/MTDDH/labels/mtddh_e30f2b7a_000405.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4038ba2d6050e9ab50af5d78bd202980045fec0c29d4c951c95fe983e0b6a218 +size 393344 diff --git a/MTDDH/labels/mtddh_e382d29d_000154.npy b/MTDDH/labels/mtddh_e382d29d_000154.npy new file mode 100644 index 0000000000000000000000000000000000000000..7a501fbc26eda8d50b8edf5b91a48e63598a8fd5 --- /dev/null +++ b/MTDDH/labels/mtddh_e382d29d_000154.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df5a083b029f69467dbf0c384e2512cd587c20a73eade7dbd8a5b2c9e283f28a +size 393344 diff --git a/MTDDH/labels/mtddh_e38717bf_000717.npy b/MTDDH/labels/mtddh_e38717bf_000717.npy new file mode 100644 index 0000000000000000000000000000000000000000..55effaa7eeb5ff6c73631ee40dae7a741181f952 --- /dev/null +++ b/MTDDH/labels/mtddh_e38717bf_000717.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d78f1d4d84576752b8e6a1fd643f83f464ccb7e4f5abc695e4b8940391c4afe +size 393344 diff --git a/MTDDH/labels/mtddh_e392b534_000168.npy b/MTDDH/labels/mtddh_e392b534_000168.npy new file mode 100644 index 0000000000000000000000000000000000000000..2617f485f82981d3d2c054f5012c6ba11e401807 --- /dev/null +++ b/MTDDH/labels/mtddh_e392b534_000168.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6562318881017297c0461ee7b0eaa571ab78bb1b6cc1fcddba44a0cdcf91ba8 +size 393344 diff --git a/MTDDH/labels/mtddh_e3ecf853_000501.npy b/MTDDH/labels/mtddh_e3ecf853_000501.npy new file mode 100644 index 0000000000000000000000000000000000000000..3ad10c8d6dff313b2e1fe6cc832de094904111fe --- /dev/null +++ b/MTDDH/labels/mtddh_e3ecf853_000501.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67efdb33e09c83a26d7ff44f80932a274d2d5d13677800e7c5ea5ef9797e6d72 +size 393344 diff --git a/MTDDH/labels/mtddh_e4321c06_000502.npy b/MTDDH/labels/mtddh_e4321c06_000502.npy new file mode 100644 index 0000000000000000000000000000000000000000..d86e53f79424ccc6e25625f05de5c74a018ae65b --- /dev/null +++ b/MTDDH/labels/mtddh_e4321c06_000502.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fb9e40312191b941a5b08c3b8a1a5b094365f3480de325f1523828074c57375 +size 393344 diff --git a/MTDDH/labels/mtddh_e4c45f20_000258.npy b/MTDDH/labels/mtddh_e4c45f20_000258.npy new file mode 100644 index 0000000000000000000000000000000000000000..5de1c37c694eec5ca909cd454aedd4ffc012567c --- /dev/null +++ b/MTDDH/labels/mtddh_e4c45f20_000258.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc61f9c375cd387fcd0a3f40fa3cd78cdc849982f7f814e7054c0f455ad9b218 +size 393344 diff --git a/MTDDH/labels/mtddh_e5075e60_000618.npy b/MTDDH/labels/mtddh_e5075e60_000618.npy new file mode 100644 index 0000000000000000000000000000000000000000..b7d49b4b844dbcb2f0e6a4b367ae548bca8a9c27 --- /dev/null +++ b/MTDDH/labels/mtddh_e5075e60_000618.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b4713920f83a899edba876324133e931883f155e92bebed7c48a1ffff4db52d +size 393344 diff --git a/MTDDH/labels/mtddh_e59e71a7_000480.npy b/MTDDH/labels/mtddh_e59e71a7_000480.npy new file mode 100644 index 0000000000000000000000000000000000000000..afd92bd6049bdbcd156bcd65626dbd0118e6b563 --- /dev/null +++ b/MTDDH/labels/mtddh_e59e71a7_000480.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e98eeda09b04d3f3d3ba4f43caef3cbedfa67d405f6812eb14aff0e643e356cd +size 393344 diff --git a/MTDDH/labels/mtddh_e6d72b87_000144.npy b/MTDDH/labels/mtddh_e6d72b87_000144.npy new file mode 100644 index 0000000000000000000000000000000000000000..8bda7b0dacdc4afb00fe28c4d9b0653d25ad7ab7 --- /dev/null +++ b/MTDDH/labels/mtddh_e6d72b87_000144.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:649474019ebfaf623e018f5fdad543b5ea4968718e4925b996c5d64b1a8e541e +size 393344 diff --git a/MTDDH/labels/mtddh_e7012d2e_000189.npy b/MTDDH/labels/mtddh_e7012d2e_000189.npy new file mode 100644 index 0000000000000000000000000000000000000000..a2ada5b795532b66ce0bf9255cacc27990e67a7c --- /dev/null +++ b/MTDDH/labels/mtddh_e7012d2e_000189.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c29ca0e4ee8d466e5b7bcd24a334b41cac3d3477eba501b74432d09ec627c94c +size 393344 diff --git a/MTDDH/labels/mtddh_e714758d_000141.npy b/MTDDH/labels/mtddh_e714758d_000141.npy new file mode 100644 index 0000000000000000000000000000000000000000..4c4b32df89b6ef95bf28f63a8ca05e39d3cbeb50 --- /dev/null +++ b/MTDDH/labels/mtddh_e714758d_000141.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dd101f0432b94d1165c40a84a55ae357dce8030ca993adba4600fe7e2e46bac +size 393344 diff --git a/MTDDH/labels/mtddh_e72cd6ad_000424.npy b/MTDDH/labels/mtddh_e72cd6ad_000424.npy new file mode 100644 index 0000000000000000000000000000000000000000..230d5ab8d3ffd7d95c2c0fe28a0193b46a6d62fb --- /dev/null +++ b/MTDDH/labels/mtddh_e72cd6ad_000424.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:542a71a11107692df074c3ff6d31e534db04f2a6064ed90d56595fa5ecd6a0d3 +size 393344 diff --git a/MTDDH/labels/mtddh_e73643f8_000825.npy b/MTDDH/labels/mtddh_e73643f8_000825.npy new file mode 100644 index 0000000000000000000000000000000000000000..8df3eb3234cfe7d6f4f0277844cadc0318875fe0 --- /dev/null +++ b/MTDDH/labels/mtddh_e73643f8_000825.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d757d640084616b4ac3925af561dfd3bd4b0aa24f2f81d5bac79dfecf98e7183 +size 393344 diff --git a/MTDDH/labels/mtddh_e78b7708_000241.npy b/MTDDH/labels/mtddh_e78b7708_000241.npy new file mode 100644 index 0000000000000000000000000000000000000000..17235c2d27902f60b352822a1a717719a3aa2543 --- /dev/null +++ b/MTDDH/labels/mtddh_e78b7708_000241.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca951a07de0dfea462baa1af6c78173c5ee066e8a79ed1f294a041a02e0dedd9 +size 393344 diff --git a/MTDDH/labels/mtddh_e7be0eac_000670.npy b/MTDDH/labels/mtddh_e7be0eac_000670.npy new file mode 100644 index 0000000000000000000000000000000000000000..6f9deb05ae8ca5539134c2fbbbf844155c4ec58b --- /dev/null +++ b/MTDDH/labels/mtddh_e7be0eac_000670.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d5740fe06871d814d550b89493a7c9f22f2d492c64a974f1460755dff603e1f +size 393344 diff --git a/MTDDH/labels/mtddh_e828f0f6_000603.npy b/MTDDH/labels/mtddh_e828f0f6_000603.npy new file mode 100644 index 0000000000000000000000000000000000000000..850378f312dfb04f4e5b8fb39d7d372627090846 --- /dev/null +++ b/MTDDH/labels/mtddh_e828f0f6_000603.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b67397b0808c1c10858e5117432f38802e445a18bd9b332af22c5a4b412c108a +size 393344 diff --git a/MTDDH/labels/mtddh_e829a34f_000851.npy b/MTDDH/labels/mtddh_e829a34f_000851.npy new file mode 100644 index 0000000000000000000000000000000000000000..2f45e1f374b92fcfd9e23664b206b068b71e5830 --- /dev/null +++ b/MTDDH/labels/mtddh_e829a34f_000851.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8efa9b9a8095b089826f7fd56a39b99051c43b76df6df34b06c5fdaf51196d01 +size 393344 diff --git a/MTDDH/labels/mtddh_e84f0fb8_000699.npy b/MTDDH/labels/mtddh_e84f0fb8_000699.npy new file mode 100644 index 0000000000000000000000000000000000000000..7d85d89d38d33f99128d06f5990498c051e8bfcf --- /dev/null +++ b/MTDDH/labels/mtddh_e84f0fb8_000699.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd54760640434dd2f88c18bc4e745de5e5702f7949e6adea3776ed14fff75651 +size 393344 diff --git a/MTDDH/labels/mtddh_e879ed68_000553.npy b/MTDDH/labels/mtddh_e879ed68_000553.npy new file mode 100644 index 0000000000000000000000000000000000000000..f1b5fe339ab021e68f8d988286c11397977fb1b5 --- /dev/null +++ b/MTDDH/labels/mtddh_e879ed68_000553.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96dfac035eb5e9926a6c31513cbb54a7d42b2354be457ff4aee0f5037f995848 +size 393344 diff --git a/MTDDH/labels/mtddh_e88e17eb_000018.npy b/MTDDH/labels/mtddh_e88e17eb_000018.npy new file mode 100644 index 0000000000000000000000000000000000000000..f9701b4126d971344e4803dd40bf396c30c7c4b2 --- /dev/null +++ b/MTDDH/labels/mtddh_e88e17eb_000018.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:617aa10856f4c8ad16e39ce248b231b9b6df38b73e72d60a195dae3b5c498ce0 +size 393344 diff --git a/MTDDH/labels/mtddh_e8e9de52_000604.npy b/MTDDH/labels/mtddh_e8e9de52_000604.npy new file mode 100644 index 0000000000000000000000000000000000000000..40d909211f2d7f596da32b0096268d2ebb44935c --- /dev/null +++ b/MTDDH/labels/mtddh_e8e9de52_000604.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2df1683ae05a089384ce2c576bb37733b92d90e008e27186ecb156e4a1b95554 +size 393344 diff --git a/MTDDH/labels/mtddh_e90459a3_000533.npy b/MTDDH/labels/mtddh_e90459a3_000533.npy new file mode 100644 index 0000000000000000000000000000000000000000..72cdaef3e2734f654751f73799354dea77ff77cd --- /dev/null +++ b/MTDDH/labels/mtddh_e90459a3_000533.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6fa2ce0358639f7d0bc3718e72f4811255122bc4de101c5c75d3e7454d39bdf +size 393344 diff --git a/MTDDH/labels/mtddh_e9a19793_000001.npy b/MTDDH/labels/mtddh_e9a19793_000001.npy new file mode 100644 index 0000000000000000000000000000000000000000..d111d472e4bb98219be9455ac0f35035e70fe591 --- /dev/null +++ b/MTDDH/labels/mtddh_e9a19793_000001.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1c4dd2eb9f9fb170fc6a90b9274bac07fd36054b6649d820740493138ee8faf +size 393344 diff --git a/MTDDH/labels/mtddh_e9ddab7d_000318.npy b/MTDDH/labels/mtddh_e9ddab7d_000318.npy new file mode 100644 index 0000000000000000000000000000000000000000..76492eb130fc7bd902fe176e1844d29f245a55d1 --- /dev/null +++ b/MTDDH/labels/mtddh_e9ddab7d_000318.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57fd4147590d0b1cd66133e125cb81cd3b421c176cd2d8e5f014d0946272c2b4 +size 393344 diff --git a/MTDDH/labels/mtddh_e9fd10e7_000449.npy b/MTDDH/labels/mtddh_e9fd10e7_000449.npy new file mode 100644 index 0000000000000000000000000000000000000000..b4fedbf017f4e1ce6c5b78ed53ab9e5165ef263c --- /dev/null +++ b/MTDDH/labels/mtddh_e9fd10e7_000449.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:616d974facd6e2291386591df3a17f0af132d9420ccf667b539bfb96beeb9c9a +size 393344 diff --git a/MTDDH/labels/mtddh_ea1a9d11_000626.npy b/MTDDH/labels/mtddh_ea1a9d11_000626.npy new file mode 100644 index 0000000000000000000000000000000000000000..9f9748a23f6dd32ee2627bfc453c8d7c4c0d9962 --- /dev/null +++ b/MTDDH/labels/mtddh_ea1a9d11_000626.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a4e5df4a437a1d331279729feeae705b919157bf8cbd3b59347fb41a88a5296 +size 393344 diff --git a/MTDDH/labels/mtddh_ea2f1361_000222.npy b/MTDDH/labels/mtddh_ea2f1361_000222.npy new file mode 100644 index 0000000000000000000000000000000000000000..88b89631052aa31d471190099b15009d0f858d6b --- /dev/null +++ b/MTDDH/labels/mtddh_ea2f1361_000222.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b162da1562d0d96fc686521184f42cd4aef9af6d84e1eff042a4276e0e5aef63 +size 393344 diff --git a/MTDDH/labels/mtddh_ead38128_000503.npy b/MTDDH/labels/mtddh_ead38128_000503.npy new file mode 100644 index 0000000000000000000000000000000000000000..b42e66d4eed0802427776c0709dd88b8ff28c473 --- /dev/null +++ b/MTDDH/labels/mtddh_ead38128_000503.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a63b0b25b67443dd522faeeeaaaaf1a3e1c9fa1a454a5a466e8f4eec1b05e101 +size 393344 diff --git a/MTDDH/labels/mtddh_eaee1faf_000243.npy b/MTDDH/labels/mtddh_eaee1faf_000243.npy new file mode 100644 index 0000000000000000000000000000000000000000..db95baae5963f72ddbb3c1ef8c46695dc08670f3 --- /dev/null +++ b/MTDDH/labels/mtddh_eaee1faf_000243.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27d8ceffe85ba6664a0972f6c1ed50c55593976ade8fc4e9bdc9dadf4b7bb8d6 +size 393344 diff --git a/MTDDH/labels/mtddh_eaee6240_000319.npy b/MTDDH/labels/mtddh_eaee6240_000319.npy new file mode 100644 index 0000000000000000000000000000000000000000..c3009d71826021967701f65f0a3097318ea07f5f --- /dev/null +++ b/MTDDH/labels/mtddh_eaee6240_000319.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fcfaa8c44cd3cf76b187d5b9efb5af1320c286cbeee8cff2015c3133e87e67e +size 393344 diff --git a/MTDDH/labels/mtddh_eb0b5e8f_000164.npy b/MTDDH/labels/mtddh_eb0b5e8f_000164.npy new file mode 100644 index 0000000000000000000000000000000000000000..c1e88ec8c4de2d6b8c36bf55680b582135cd2b7a --- /dev/null +++ b/MTDDH/labels/mtddh_eb0b5e8f_000164.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fda5abfdda1316d0003683ffb686b7bbf93ebfb96ecda41ac77c846698aa0c23 +size 393344 diff --git a/MTDDH/labels/mtddh_eb161336_000320.npy b/MTDDH/labels/mtddh_eb161336_000320.npy new file mode 100644 index 0000000000000000000000000000000000000000..b4e81433e698dc51535efea0758645256c2838be --- /dev/null +++ b/MTDDH/labels/mtddh_eb161336_000320.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3753b28a4cef790234e9835c09066b574c6e2f67f305c65a1c8b0fee7bc05276 +size 393344 diff --git a/MTDDH/labels/mtddh_eb5fa874_000704.npy b/MTDDH/labels/mtddh_eb5fa874_000704.npy new file mode 100644 index 0000000000000000000000000000000000000000..c7833ebd3eed5c6c56699bd9e1a996206a099a55 --- /dev/null +++ b/MTDDH/labels/mtddh_eb5fa874_000704.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:882eceb717f4977eff9731479e691ffd20f78fa716f7067d06ef2c349617d05f +size 393344 diff --git a/MTDDH/labels/mtddh_eb7c0649_000450.npy b/MTDDH/labels/mtddh_eb7c0649_000450.npy new file mode 100644 index 0000000000000000000000000000000000000000..c56ba02afd8451957824245e298c432343f094b2 --- /dev/null +++ b/MTDDH/labels/mtddh_eb7c0649_000450.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45df41ab76ef8fd9668ced103db000425e8c7e93c34bc305d40552622586d1d6 +size 393344 diff --git a/MTDDH/labels/mtddh_eb88747b_000835.npy b/MTDDH/labels/mtddh_eb88747b_000835.npy new file mode 100644 index 0000000000000000000000000000000000000000..3a148f12e40b57bb4ea803b34588afbed781b7a2 --- /dev/null +++ b/MTDDH/labels/mtddh_eb88747b_000835.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4493fca24bae20e18fb18613cc41970344163dffa6d3192971414ab5e62bc0ad +size 393344 diff --git a/MTDDH/labels/mtddh_ec37848a_000363.npy b/MTDDH/labels/mtddh_ec37848a_000363.npy new file mode 100644 index 0000000000000000000000000000000000000000..8205c24a5607072d0f924d027f31c700cf0cc2f5 --- /dev/null +++ b/MTDDH/labels/mtddh_ec37848a_000363.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ffb5a82bdcb41f1c20b94d74d64cd4da7cd35f92508a6495f4ac167a96fc95f +size 393344 diff --git a/MTDDH/labels/mtddh_ec54a33e_000576.npy b/MTDDH/labels/mtddh_ec54a33e_000576.npy new file mode 100644 index 0000000000000000000000000000000000000000..447aef56ad80b93da4cb6e4f9761d33b9dac9679 --- /dev/null +++ b/MTDDH/labels/mtddh_ec54a33e_000576.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98e6ad5acee3f5da118f1ca467abad598ef3831acc2b754637018ab37919e610 +size 393344 diff --git a/MTDDH/labels/mtddh_ec6d6c37_000592.npy b/MTDDH/labels/mtddh_ec6d6c37_000592.npy new file mode 100644 index 0000000000000000000000000000000000000000..5b020f16edd1d26a020562a74dece6f304e9b055 --- /dev/null +++ b/MTDDH/labels/mtddh_ec6d6c37_000592.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b96383217b974b2a80b81461f44c45f14d5f954d99047339b8d1ae1fc0992024 +size 393344 diff --git a/MTDDH/labels/mtddh_ec7865a5_000451.npy b/MTDDH/labels/mtddh_ec7865a5_000451.npy new file mode 100644 index 0000000000000000000000000000000000000000..c62d5906f3dec062f507e8cbdd4eb650ae449c94 --- /dev/null +++ b/MTDDH/labels/mtddh_ec7865a5_000451.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c091e2abbeae5b2c771924c8c18f34df6ecaf1012e21afd1bd51e09e3e9ab01d +size 393344 diff --git a/MTDDH/labels/mtddh_eda18543_000425.npy b/MTDDH/labels/mtddh_eda18543_000425.npy new file mode 100644 index 0000000000000000000000000000000000000000..9e1810b96915082cd26dd27b86e1c0cfab70d1af --- /dev/null +++ b/MTDDH/labels/mtddh_eda18543_000425.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:321b4f8c3ef84f495d6f46fc87b4e29920e7c04f9229c25038f3a027446db70c +size 393344 diff --git a/MTDDH/labels/mtddh_edaa2fef_000004.npy b/MTDDH/labels/mtddh_edaa2fef_000004.npy new file mode 100644 index 0000000000000000000000000000000000000000..0a632dd2fcbcf50626aba2d70374aba33d085e63 --- /dev/null +++ b/MTDDH/labels/mtddh_edaa2fef_000004.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f61f03cb384dc9ac4887f65d3f2a293037276fce529082466af35de356bc831f +size 393344 diff --git a/MTDDH/labels/mtddh_ee1e7c92_000684.npy b/MTDDH/labels/mtddh_ee1e7c92_000684.npy new file mode 100644 index 0000000000000000000000000000000000000000..50491a7a7adc98a4db28e5ba3cc9295352d1355e --- /dev/null +++ b/MTDDH/labels/mtddh_ee1e7c92_000684.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd6306261c3e5ce49dc590c76362c6dd4b3be74a792bb2264bda94970b1b1cfd +size 393344 diff --git a/MTDDH/labels/mtddh_eee3e390_000323.npy b/MTDDH/labels/mtddh_eee3e390_000323.npy new file mode 100644 index 0000000000000000000000000000000000000000..3244f67018e2ecddb3a8f6241d80d0acc6720540 --- /dev/null +++ b/MTDDH/labels/mtddh_eee3e390_000323.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4f06ed9dbc8cb71be314e44cca15b3b3c4ffe3371b7bac2c4e0273f501cb300 +size 393344 diff --git a/MTDDH/labels/mtddh_ef004979_000135.npy b/MTDDH/labels/mtddh_ef004979_000135.npy new file mode 100644 index 0000000000000000000000000000000000000000..db047a07a5c9a151100350b1fb389ebf34c6d9dc --- /dev/null +++ b/MTDDH/labels/mtddh_ef004979_000135.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc1b7deef6999983c05608ee3e94c52ee97cb904a2e62fc6690c72bb978a2dcc +size 393344 diff --git a/MTDDH/labels/mtddh_ef67fa00_000724.npy b/MTDDH/labels/mtddh_ef67fa00_000724.npy new file mode 100644 index 0000000000000000000000000000000000000000..f9f4391c7c944ccab13581f218ab1001221fd80d --- /dev/null +++ b/MTDDH/labels/mtddh_ef67fa00_000724.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17c057820890ffe47150ac8d80d7967efe3f40f8841494513f4b16c9bf7c7f06 +size 393344 diff --git a/MTDDH/labels/mtddh_efa2f70a_000347.npy b/MTDDH/labels/mtddh_efa2f70a_000347.npy new file mode 100644 index 0000000000000000000000000000000000000000..53b80ca96ec7ff12dc2331ec5e6e9c76d84aed4a --- /dev/null +++ b/MTDDH/labels/mtddh_efa2f70a_000347.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94091210dc311200c36ad593c7f2c4c59e6d286d09ea195d29af5bcb28a9a731 +size 393344 diff --git a/MTDDH/labels/mtddh_efaf948b_000364.npy b/MTDDH/labels/mtddh_efaf948b_000364.npy new file mode 100644 index 0000000000000000000000000000000000000000..78adc6ac1aa2cb5c88afc8be131fc2ec0d8946b2 --- /dev/null +++ b/MTDDH/labels/mtddh_efaf948b_000364.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baea44aafcf121a09dc1ab9cb8fa09e135fa3c82d593b4923029a34b7bdfeb6d +size 393344 diff --git a/MTDDH/labels/mtddh_f05736c9_000365.npy b/MTDDH/labels/mtddh_f05736c9_000365.npy new file mode 100644 index 0000000000000000000000000000000000000000..48acf314d78f5453ee4788259f033199da22b759 --- /dev/null +++ b/MTDDH/labels/mtddh_f05736c9_000365.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0a5d67fe529206b5a9813366202e5c9c45753a5ba3b2b8d737f4d4fece80d16 +size 393344 diff --git a/MTDDH/labels/mtddh_f0ab3efc_000481.npy b/MTDDH/labels/mtddh_f0ab3efc_000481.npy new file mode 100644 index 0000000000000000000000000000000000000000..bf2829f2c1d608422118e8da8721d542cfe6417b --- /dev/null +++ b/MTDDH/labels/mtddh_f0ab3efc_000481.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9197a2ad8cd83541fc05bffc4e9e4d55cab38f3da227e78b485ae94ad046ed91 +size 393344 diff --git a/MTDDH/labels/mtddh_f0b388f9_000678.npy b/MTDDH/labels/mtddh_f0b388f9_000678.npy new file mode 100644 index 0000000000000000000000000000000000000000..4cbefbf20537d97eb59cd8ba4d282c89106f6654 --- /dev/null +++ b/MTDDH/labels/mtddh_f0b388f9_000678.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c65d65b96e78d68aa9caf286e63366e09f804726addb8eb170c57e3bd7db755 +size 393344 diff --git a/MTDDH/labels/mtddh_f0ef5904_000599.npy b/MTDDH/labels/mtddh_f0ef5904_000599.npy new file mode 100644 index 0000000000000000000000000000000000000000..ad160cc59b4cf055f36bce6ac40e90bd5c5a23d6 --- /dev/null +++ b/MTDDH/labels/mtddh_f0ef5904_000599.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f67ac31973c7bdcaf32acbdb250918e5b63654655616253ea0d30fa94035cd7d +size 393344 diff --git a/MTDDH/labels/mtddh_f1b3c8ed_000504.npy b/MTDDH/labels/mtddh_f1b3c8ed_000504.npy new file mode 100644 index 0000000000000000000000000000000000000000..9f919acf01e3314d8d06e75e6c36089c9f25d786 --- /dev/null +++ b/MTDDH/labels/mtddh_f1b3c8ed_000504.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6151f9e540044e70a348fa327225047f18a1d74c9022b4c66dc14febafd3cf42 +size 393344 diff --git a/MTDDH/labels/mtddh_f1cacc5c_000366.npy b/MTDDH/labels/mtddh_f1cacc5c_000366.npy new file mode 100644 index 0000000000000000000000000000000000000000..75307abad80bd9ca89ab821dcfd6789b7f776d05 --- /dev/null +++ b/MTDDH/labels/mtddh_f1cacc5c_000366.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd01a7054026fb445071e668a089a6caf515e0280d67afbcd2b2ce01dd3123ad +size 393344 diff --git a/MTDDH/labels/mtddh_f2152eb3_000452.npy b/MTDDH/labels/mtddh_f2152eb3_000452.npy new file mode 100644 index 0000000000000000000000000000000000000000..5f437e3f2af7787d4359b761496cfeb801fcd003 --- /dev/null +++ b/MTDDH/labels/mtddh_f2152eb3_000452.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:743a141ee5ec8437e7981081cdc27eec7b4af878f96713854a426e2723a96c81 +size 393344 diff --git a/MTDDH/labels/mtddh_f3359a2a_000453.npy b/MTDDH/labels/mtddh_f3359a2a_000453.npy new file mode 100644 index 0000000000000000000000000000000000000000..69e19ee1903d0a37ec8fbf3a3ebf11eafab1f98f --- /dev/null +++ b/MTDDH/labels/mtddh_f3359a2a_000453.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3853dad4c2020f2bed25306cc97d3682535b62ef26b68580adbb80f95f7560a +size 393344 diff --git a/MTDDH/labels/mtddh_f33e99c1_000723.npy b/MTDDH/labels/mtddh_f33e99c1_000723.npy new file mode 100644 index 0000000000000000000000000000000000000000..0e83fc5e5a20d393e9d431931af8dc0ff5caeaba --- /dev/null +++ b/MTDDH/labels/mtddh_f33e99c1_000723.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46afcf83943e3981055a310b2decb45b4543144818b08fcfe0f8626c3d5b51db +size 393344 diff --git a/MTDDH/labels/mtddh_f3429e16_000321.npy b/MTDDH/labels/mtddh_f3429e16_000321.npy new file mode 100644 index 0000000000000000000000000000000000000000..c43be40b315662ce3e97435fadf5028cb6a6f180 --- /dev/null +++ b/MTDDH/labels/mtddh_f3429e16_000321.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d08a8763b3fb7e021a83cd8b5dfb536158f6119708fced60800952c4c3af9ed7 +size 393344 diff --git a/MTDDH/labels/mtddh_f35c1133_000600.npy b/MTDDH/labels/mtddh_f35c1133_000600.npy new file mode 100644 index 0000000000000000000000000000000000000000..a51ad67d2ee159dc90ae89ebe2c61cdae5093818 --- /dev/null +++ b/MTDDH/labels/mtddh_f35c1133_000600.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e5da2144ccb06a135082f8bea3e606b37af00e3b3a1168ad5a13112b34434f3 +size 393344 diff --git a/MTDDH/labels/mtddh_f37e2294_000577.npy b/MTDDH/labels/mtddh_f37e2294_000577.npy new file mode 100644 index 0000000000000000000000000000000000000000..513d483255759d4fadb62b69471d11805e590c6b --- /dev/null +++ b/MTDDH/labels/mtddh_f37e2294_000577.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:242f19735b3a85e6c811476af833e954a5ba0631d1f001fd19fdab0c4264e533 +size 393344 diff --git a/MTDDH/labels/mtddh_f391c091_000406.npy b/MTDDH/labels/mtddh_f391c091_000406.npy new file mode 100644 index 0000000000000000000000000000000000000000..b92327c026c78c99b20578b910e40eca61db8154 --- /dev/null +++ b/MTDDH/labels/mtddh_f391c091_000406.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbc1644fdb31c0b2d54f5551d13c1c5387590603ee81227e1b0779ef19c53c94 +size 393344 diff --git a/MTDDH/labels/mtddh_f3b7335a_000367.npy b/MTDDH/labels/mtddh_f3b7335a_000367.npy new file mode 100644 index 0000000000000000000000000000000000000000..87a4dda1e72a5c46ea34a0ecc9327d076769bcff --- /dev/null +++ b/MTDDH/labels/mtddh_f3b7335a_000367.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a7aefbc53c29110eef6af04234afe98054432919d4136357c31dcc2a69b92a4 +size 393344 diff --git a/MTDDH/labels/mtddh_f3befc86_000758.npy b/MTDDH/labels/mtddh_f3befc86_000758.npy new file mode 100644 index 0000000000000000000000000000000000000000..ba72c5351b1fe2b708f610033bb33e9d44e1af19 --- /dev/null +++ b/MTDDH/labels/mtddh_f3befc86_000758.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f64f4eb8aa19b173a40299f56536271fdc525d7b2f20c67914d4bdf757bf8129 +size 393344 diff --git a/MTDDH/labels/mtddh_f3c93ae3_000325.npy b/MTDDH/labels/mtddh_f3c93ae3_000325.npy new file mode 100644 index 0000000000000000000000000000000000000000..9bfec33cf818290798bbeed59bb27d80802cbf18 --- /dev/null +++ b/MTDDH/labels/mtddh_f3c93ae3_000325.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfb5e2a760700169609394daf5e487d0e37fc49a4b25eeacd3f97b8ac6ecbf06 +size 393344 diff --git a/MTDDH/labels/mtddh_f3e8f7f8_000766.npy b/MTDDH/labels/mtddh_f3e8f7f8_000766.npy new file mode 100644 index 0000000000000000000000000000000000000000..abf69f038ac61555310d99a483870a8dbdf99a81 --- /dev/null +++ b/MTDDH/labels/mtddh_f3e8f7f8_000766.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc21b851e007435df0c964fdc9f7cb0f18de68f48c477b50793380b4d2973780 +size 393344 diff --git a/MTDDH/labels/mtddh_f4315a51_000250.npy b/MTDDH/labels/mtddh_f4315a51_000250.npy new file mode 100644 index 0000000000000000000000000000000000000000..c8e666345653fef99fb4ae9354badc754738c0aa --- /dev/null +++ b/MTDDH/labels/mtddh_f4315a51_000250.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:818400fe93731b4035f079eb9f2ff21859a0759e9d4e876b9ec901a948339856 +size 393344 diff --git a/MTDDH/labels/mtddh_f45a6409_000023.npy b/MTDDH/labels/mtddh_f45a6409_000023.npy new file mode 100644 index 0000000000000000000000000000000000000000..8d772a455d9093cdcde8d308405fdbedd8e0d059 --- /dev/null +++ b/MTDDH/labels/mtddh_f45a6409_000023.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b99fd0756eaefe296b31b1ea601a041decfecacbdc0aa4301dcc91fe84ac613 +size 393344 diff --git a/MTDDH/labels/mtddh_f45f09aa_000750.npy b/MTDDH/labels/mtddh_f45f09aa_000750.npy new file mode 100644 index 0000000000000000000000000000000000000000..79b2956c7fdb4994231cbacfe5d3e7cdddaa5766 --- /dev/null +++ b/MTDDH/labels/mtddh_f45f09aa_000750.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7e1d56865ca7bde5e604d4540b0c312f21ecd84bcf3430012218beca7daeb68 +size 393344 diff --git a/MTDDH/labels/mtddh_f4de7543_000831.npy b/MTDDH/labels/mtddh_f4de7543_000831.npy new file mode 100644 index 0000000000000000000000000000000000000000..b4962353f9ff3dbaca7dd07c23aa069893cc732e --- /dev/null +++ b/MTDDH/labels/mtddh_f4de7543_000831.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:850cf680bfa929ba5c26e64a6ab8e2230a0e8482adf35963edd646dcfe11544a +size 393344 diff --git a/MTDDH/labels/mtddh_f4de7543_000832.npy b/MTDDH/labels/mtddh_f4de7543_000832.npy new file mode 100644 index 0000000000000000000000000000000000000000..ec90f1e78dc16d9d55f05a147f03c63025b64d55 --- /dev/null +++ b/MTDDH/labels/mtddh_f4de7543_000832.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eecb8dfc258d85a49c20e9d4c6d6ba9b1ea4176db9d20a4b0ba31e5ec5cd9ed +size 393344 diff --git a/MTDDH/labels/mtddh_f55cc1e5_000619.npy b/MTDDH/labels/mtddh_f55cc1e5_000619.npy new file mode 100644 index 0000000000000000000000000000000000000000..6512263a3424bd677fd874f66e2359cef69342fa --- /dev/null +++ b/MTDDH/labels/mtddh_f55cc1e5_000619.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74b8e8b23ed65fc9e411bfd68d9360d39ddfb1bff30efca8609e6ba43afd9b01 +size 393344 diff --git a/MTDDH/labels/mtddh_f56b8afa_000628.npy b/MTDDH/labels/mtddh_f56b8afa_000628.npy new file mode 100644 index 0000000000000000000000000000000000000000..5f0eb81f62bb94bb1855de2fbc234627b337fee7 --- /dev/null +++ b/MTDDH/labels/mtddh_f56b8afa_000628.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a894a71af9092fad1e5dc660333a032288c3c6fc7caccfbe7cc65484724bb38 +size 393344 diff --git a/MTDDH/labels/mtddh_f5ce932e_000847.npy b/MTDDH/labels/mtddh_f5ce932e_000847.npy new file mode 100644 index 0000000000000000000000000000000000000000..bd873a1a52b88eff74c2b3cbd502b74c65a939e9 --- /dev/null +++ b/MTDDH/labels/mtddh_f5ce932e_000847.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d61c16683a932316cb2880a692d756677970c9bad66c3b44bafd27ee932bd8a6 +size 393344 diff --git a/MTDDH/labels/mtddh_f6029ba3_000601.npy b/MTDDH/labels/mtddh_f6029ba3_000601.npy new file mode 100644 index 0000000000000000000000000000000000000000..7aa9f2cae258e56bec016e3c7c36a5ff450255ef --- /dev/null +++ b/MTDDH/labels/mtddh_f6029ba3_000601.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8d5142715ebfe06c2afd015af60005afa917ba6eeba88699dc9d3664d3a08f6 +size 393344 diff --git a/MTDDH/labels/mtddh_f60b4289_000815.npy b/MTDDH/labels/mtddh_f60b4289_000815.npy new file mode 100644 index 0000000000000000000000000000000000000000..54ac0372bcd6d04bf509526eb929de4d753d5f20 --- /dev/null +++ b/MTDDH/labels/mtddh_f60b4289_000815.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dce8505690087c1c5511d9ac3e1fd7b155a91759a7ccbb1f580200d345893ac +size 393344 diff --git a/MTDDH/labels/mtddh_f68ab7a6_000612.npy b/MTDDH/labels/mtddh_f68ab7a6_000612.npy new file mode 100644 index 0000000000000000000000000000000000000000..9a861a0161df80a33543d3de21f3d94811832786 --- /dev/null +++ b/MTDDH/labels/mtddh_f68ab7a6_000612.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdb36ac8ecd78a8956015c5bffae4b79175bc080895ac0557be1daeea58b9468 +size 393344 diff --git a/MTDDH/labels/mtddh_f8c5b154_000407.npy b/MTDDH/labels/mtddh_f8c5b154_000407.npy new file mode 100644 index 0000000000000000000000000000000000000000..c1cc2d1b6adc5d1debe1c5d62fc862009a870f26 --- /dev/null +++ b/MTDDH/labels/mtddh_f8c5b154_000407.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60097f1f63d3ce260b2c7afe0095d1d977aba94e24747713dea1e68653da8398 +size 393344 diff --git a/MTDDH/labels/mtddh_f8d609b5_000454.npy b/MTDDH/labels/mtddh_f8d609b5_000454.npy new file mode 100644 index 0000000000000000000000000000000000000000..c04b19bf9f4673b10cecae4667dada4f28c596d6 --- /dev/null +++ b/MTDDH/labels/mtddh_f8d609b5_000454.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:949f649a029921daaa52f1e2d456ed499bd807c9d1d20a1b12d7898df976d89a +size 393344 diff --git a/MTDDH/labels/mtddh_f8f66674_000019.npy b/MTDDH/labels/mtddh_f8f66674_000019.npy new file mode 100644 index 0000000000000000000000000000000000000000..2700f04d78361739f6ddc672d8b3d3902b4aa278 --- /dev/null +++ b/MTDDH/labels/mtddh_f8f66674_000019.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93984173ce25e4ce9d9856cad9350eb3ecf3492d1701af51e9607bf2463e2537 +size 393344 diff --git a/MTDDH/labels/mtddh_f93b87df_000540.npy b/MTDDH/labels/mtddh_f93b87df_000540.npy new file mode 100644 index 0000000000000000000000000000000000000000..22f45f973b98eb8f38e76b3a4375e3f6537f9588 --- /dev/null +++ b/MTDDH/labels/mtddh_f93b87df_000540.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1607c6ad0da4d2b22148c4f842ba4c33d719b473332905135035dbf2d2660fcd +size 393344 diff --git a/MTDDH/labels/mtddh_f93c9d97_000473.npy b/MTDDH/labels/mtddh_f93c9d97_000473.npy new file mode 100644 index 0000000000000000000000000000000000000000..01c44a55fad4b6b59f9e75dcdc37d02809b72bae --- /dev/null +++ b/MTDDH/labels/mtddh_f93c9d97_000473.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:896791091af15d76b9c43fba64c02569891cfb55af9b91961330488136b5fcdb +size 393344 diff --git a/MTDDH/labels/mtddh_f93e57f5_000007.npy b/MTDDH/labels/mtddh_f93e57f5_000007.npy new file mode 100644 index 0000000000000000000000000000000000000000..8526edc49bcbf9b5ce5dcfb4e85158eaaf297e9d --- /dev/null +++ b/MTDDH/labels/mtddh_f93e57f5_000007.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db760d847cc76b6851b9ca1688df0b4a62a496160caaeb836e970726ef0c1c05 +size 393344 diff --git a/MTDDH/labels/mtddh_f96caa60_000689.npy b/MTDDH/labels/mtddh_f96caa60_000689.npy new file mode 100644 index 0000000000000000000000000000000000000000..f45a068d188778a2457a56d320c6f54469d119bf --- /dev/null +++ b/MTDDH/labels/mtddh_f96caa60_000689.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:408a44a5b0b06c40821e154dce34f8f54d4cc1819ebba350ccc3dfac9f568a10 +size 393344 diff --git a/MTDDH/labels/mtddh_f99f50dd_000554.npy b/MTDDH/labels/mtddh_f99f50dd_000554.npy new file mode 100644 index 0000000000000000000000000000000000000000..a25710d4659fef519dae1df71d1d2aae7d572709 --- /dev/null +++ b/MTDDH/labels/mtddh_f99f50dd_000554.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b721c5abec411a0866d1e530f71b728ad1b581dd8de5afcc74b2eba1fdf7b40 +size 393344 diff --git a/MTDDH/labels/mtddh_f9bfdf37_000740.npy b/MTDDH/labels/mtddh_f9bfdf37_000740.npy new file mode 100644 index 0000000000000000000000000000000000000000..716a14d9547b75ce2c6e0797fc18d4d5b9520236 --- /dev/null +++ b/MTDDH/labels/mtddh_f9bfdf37_000740.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3657e40ab53372726911f064006354400a5458c16bc3e165cbe37b276be48804 +size 393344 diff --git a/MTDDH/labels/mtddh_f9e1dc15_000119.npy b/MTDDH/labels/mtddh_f9e1dc15_000119.npy new file mode 100644 index 0000000000000000000000000000000000000000..95e9b00e14416dd323241624314b3ab05c590ce9 --- /dev/null +++ b/MTDDH/labels/mtddh_f9e1dc15_000119.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22d06200687c3d79921a9477a48d5531e16a5d0b2a70860738d61ac56e0cd2a4 +size 393344 diff --git a/MTDDH/labels/mtddh_f9f6be13_000011.npy b/MTDDH/labels/mtddh_f9f6be13_000011.npy new file mode 100644 index 0000000000000000000000000000000000000000..8c4d1fd2cd6ba50c9389a6c4b6a7966b15f281fd --- /dev/null +++ b/MTDDH/labels/mtddh_f9f6be13_000011.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e6796ecfd9e6a1a4d5569c3b20dc505db2607f05ecdffc1a8d57cbb74cf5e33 +size 393344 diff --git a/MTDDH/labels/mtddh_fa23e64e_000541.npy b/MTDDH/labels/mtddh_fa23e64e_000541.npy new file mode 100644 index 0000000000000000000000000000000000000000..9a849066852fdecc0daa48dba6519f8da9a92928 --- /dev/null +++ b/MTDDH/labels/mtddh_fa23e64e_000541.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:930d6858ef570025f4348efda4c28471a94f9b4139724f12c27887e347c83c76 +size 393344 diff --git a/MTDDH/labels/mtddh_fae963d8_000426.npy b/MTDDH/labels/mtddh_fae963d8_000426.npy new file mode 100644 index 0000000000000000000000000000000000000000..364b562945512d097032d9236147df2a7cd08dea --- /dev/null +++ b/MTDDH/labels/mtddh_fae963d8_000426.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae2dc9d226d4784d8c6d97816039320f34b3414117a55085353926e67cc20f14 +size 393344 diff --git a/MTDDH/labels/mtddh_fb33aed2_000249.npy b/MTDDH/labels/mtddh_fb33aed2_000249.npy new file mode 100644 index 0000000000000000000000000000000000000000..435081f483bd8d1d2992ae1dab95474bb9eb949d --- /dev/null +++ b/MTDDH/labels/mtddh_fb33aed2_000249.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa3322fd5db48e958b3291a50b0cf9b94ce1ead9eaa4ca6fffc6b2a5bf933dfc +size 393344 diff --git a/MTDDH/labels/mtddh_fb5e5f18_000673.npy b/MTDDH/labels/mtddh_fb5e5f18_000673.npy new file mode 100644 index 0000000000000000000000000000000000000000..196687ba8216f735fadee1cf351bfcd996624afe --- /dev/null +++ b/MTDDH/labels/mtddh_fb5e5f18_000673.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec7061dd75f8db66642b7c13ae738b221d6b19e8e0fcaf9838c4a91c035a4974 +size 393344 diff --git a/MTDDH/labels/mtddh_fb92eb0a_000169.npy b/MTDDH/labels/mtddh_fb92eb0a_000169.npy new file mode 100644 index 0000000000000000000000000000000000000000..7fead67c7ac54e006c7aacd184fb9babacb80eba --- /dev/null +++ b/MTDDH/labels/mtddh_fb92eb0a_000169.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a56ca57531b94d8a961258f4c064ebf8b09b8431dffb2f58c0ca03c01021689c +size 393344 diff --git a/MTDDH/labels/mtddh_fbb0fc9b_000427.npy b/MTDDH/labels/mtddh_fbb0fc9b_000427.npy new file mode 100644 index 0000000000000000000000000000000000000000..ada4d5315dfd84ebee6cb2dbe411205a17a9cda9 --- /dev/null +++ b/MTDDH/labels/mtddh_fbb0fc9b_000427.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:796a786f21ea43958c32f44355396e4e28c0f7f1b8f716bd6d5f3716a57382ff +size 393344 diff --git a/MTDDH/labels/mtddh_fbdae91f_000690.npy b/MTDDH/labels/mtddh_fbdae91f_000690.npy new file mode 100644 index 0000000000000000000000000000000000000000..047b5c9be6ef04f1bb2273a873ac67075c9a9cf4 --- /dev/null +++ b/MTDDH/labels/mtddh_fbdae91f_000690.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4c4fa5710acc80c0cf1b75361ddf245ce2363db041deeaf0a4ada0b3561e223 +size 393344 diff --git a/MTDDH/labels/mtddh_fc017d07_000605.npy b/MTDDH/labels/mtddh_fc017d07_000605.npy new file mode 100644 index 0000000000000000000000000000000000000000..191d2fdba15a3ca4640c25b40ce9e8e3e740218a --- /dev/null +++ b/MTDDH/labels/mtddh_fc017d07_000605.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:101d3c924a71ed020e4a550843b30c52c99b9cdf62d64ed9f5afba95f59fe2cb +size 393344 diff --git a/MTDDH/labels/mtddh_fd045d84_000236.npy b/MTDDH/labels/mtddh_fd045d84_000236.npy new file mode 100644 index 0000000000000000000000000000000000000000..121acf4bc31484abe32a5ac741848058a7c799ae --- /dev/null +++ b/MTDDH/labels/mtddh_fd045d84_000236.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7f9d73bcdde94c51098c9dff0700c76a9e52f4ccb66f35ea09e0615e38e1c53 +size 393344 diff --git a/MTDDH/labels/mtddh_fe1fda5f_000408.npy b/MTDDH/labels/mtddh_fe1fda5f_000408.npy new file mode 100644 index 0000000000000000000000000000000000000000..4c6e3a35aea4c4b7c5e815fcd497159044ae0cec --- /dev/null +++ b/MTDDH/labels/mtddh_fe1fda5f_000408.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bf2f9db78e89e587d26cdccda9ac525998e89a01047696386ab0d3e05e744cb +size 393344 diff --git a/MTDDH/labels/mtddh_fe2ea2dc_000050.npy b/MTDDH/labels/mtddh_fe2ea2dc_000050.npy new file mode 100644 index 0000000000000000000000000000000000000000..2d6e6fc41b8699e7572d5d5d4a1d2f9184b02c8c --- /dev/null +++ b/MTDDH/labels/mtddh_fe2ea2dc_000050.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a09fb4c5b050901bec0ee46d9f3cefa4965d407867932f554db7242795cd4063 +size 393344 diff --git a/MTDDH/labels/mtddh_fe4178c3_000569.npy b/MTDDH/labels/mtddh_fe4178c3_000569.npy new file mode 100644 index 0000000000000000000000000000000000000000..74e8054d386583c08a3375c72ea5723fc45ec0ca --- /dev/null +++ b/MTDDH/labels/mtddh_fe4178c3_000569.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72800ac837fe3c80e34a5129797363133937799f644739c222816f3d9dd9c79c +size 393344 diff --git a/MTDDH/labels/mtddh_ff37111a_000578.npy b/MTDDH/labels/mtddh_ff37111a_000578.npy new file mode 100644 index 0000000000000000000000000000000000000000..ae1fec7461689e637c6669926cfa91ad63be3a1f --- /dev/null +++ b/MTDDH/labels/mtddh_ff37111a_000578.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07e2cc17b574cf8215f511db3cc658b46d704746ceb100d34714d1fa05b5864e +size 393344 diff --git a/MTDDH/labels/mtddh_ff9ed8a6_000691.npy b/MTDDH/labels/mtddh_ff9ed8a6_000691.npy new file mode 100644 index 0000000000000000000000000000000000000000..274580b95aeebafdc1ce23dcbf3227feccb2e2ec --- /dev/null +++ b/MTDDH/labels/mtddh_ff9ed8a6_000691.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:325cd2d73635db17d0e8b45d659e64962d6a1ecb9c599dcfbda66fe58d972826 +size 393344 diff --git a/MTDDH/labels/mtddh_fffcf548_000428.npy b/MTDDH/labels/mtddh_fffcf548_000428.npy new file mode 100644 index 0000000000000000000000000000000000000000..21decf4866f27f364fb52c90e7123fcfe55f5684 --- /dev/null +++ b/MTDDH/labels/mtddh_fffcf548_000428.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0abb160280e5b3d7943ab4fd073cdba0f0dceb837c807ad45ac46f2edbfd8591 +size 393344 diff --git a/MendeleyCXR/LICENSE b/MendeleyCXR/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..565b3cc319078a3f021dd37c0e72776e929625b6 --- /dev/null +++ b/MendeleyCXR/LICENSE @@ -0,0 +1,5 @@ +CC BY 4.0 +https://creativecommons.org/licenses/by/4.0/ + +Derived from: https://data.mendeley.com/datasets/8gf9vpkhgy/ +Attribution: Danilov, V. et al. Chest X-ray dataset for lung segmentation. Mendeley Data (2022). doi:10.17632/8gf9vpkhgy diff --git a/MendeleyCXR/README.md b/MendeleyCXR/README.md new file mode 100644 index 0000000000000000000000000000000000000000..b7f4927e824e15fcb4a335e717aa563150bb6546 --- /dev/null +++ b/MendeleyCXR/README.md @@ -0,0 +1,31 @@ +# MendeleyCXR (chest radiographs with lung masks) + +Part of the FleXray data release. Repackaged from the original distribution at +https://data.mendeley.com/datasets/8gf9vpkhgy/ under CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/). + +**Citation:** Danilov, V. et al. Chest X-ray dataset for lung segmentation. Mendeley Data (2022). doi:10.17632/8gf9vpkhgy + +## Contents + +- 6696 samples (test: 974, train: 4681, val: 1041); one image and one label per sample. +- `images/*.png`: 16-bit grayscale PNG, intensities in [0, 65535] map linearly to [0, 1]. +- `labels/`: dense index map (PNG). Label ids/channels: +- `0`: background +- `1`: lungs +- `dataset.yml`: `fxr-dataset` manifest (schema version 1). Splits are the + ones used in the FleXray paper; `metadata.original_shape` is the source image shape. + +## Preprocessing + +Every image was min-max normalized to [0, 1] per image, padded to a square with zeros +(centered) and resized to 256 x 256 (area interpolation for images, nearest for labels). Labels were remapped from the +source annotation to the dataset-native names listed above; the FleXray package maps +those names into its label protocol at training time. + +## Usage + +```bash +pip install flexray +fxr-dataset validate dataset.yml +fxr-dataset pack dataset.yml /data/flexray/MendeleyCXR +``` diff --git a/MendeleyCXR/dataset.yml b/MendeleyCXR/dataset.yml new file mode 100644 index 0000000000000000000000000000000000000000..1de913d41fc5798a5962e8e279148bd5890f6c44 --- /dev/null +++ b/MendeleyCXR/dataset.yml @@ -0,0 +1,60271 @@ +schema_version: 1 +dataset_name: MendeleyCXR +dataset_type: xray-seg +stored_labels: + 0: background + 1: lungs +samples: +- sample_id: Darwin_00000265_nCoV-Snohomish-20382862_web1_M1-Lungs-EDH-200201-640x300@2x + subject_id: Darwin_00000265_nCoV-Snohomish-20382862_web1_M1-Lungs-EDH-200201-640x300@2x + split: train + image: images/Darwin_00000265_nCoV-Snohomish-20382862_web1_M1-Lungs-EDH-200201-640x300@2x.png + label: labels/Darwin_00000265_nCoV-Snohomish-20382862_web1_M1-Lungs-EDH-200201-640x300@2x.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000301_person88_virus_164 + subject_id: person88 + split: train + image: images/Darwin_00000301_person88_virus_164.png + label: labels/Darwin_00000301_person88_virus_164.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000302_person88_virus_165 + subject_id: person88 + split: train + image: images/Darwin_00000302_person88_virus_165.png + label: labels/Darwin_00000302_person88_virus_165.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000303_person88_virus_166 + subject_id: person88 + split: train + image: images/Darwin_00000303_person88_virus_166.png + label: labels/Darwin_00000303_person88_virus_166.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000304_person88_virus_167 + subject_id: person88 + split: train + image: images/Darwin_00000304_person88_virus_167.png + label: labels/Darwin_00000304_person88_virus_167.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000305_person89_virus_168 + subject_id: person89 + split: train + image: images/Darwin_00000305_person89_virus_168.png + label: labels/Darwin_00000305_person89_virus_168.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000306_person90_virus_169 + subject_id: person90 + split: train + image: images/Darwin_00000306_person90_virus_169.png + label: labels/Darwin_00000306_person90_virus_169.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000307_person90_virus_170 + subject_id: person90 + split: train + image: images/Darwin_00000307_person90_virus_170.png + label: labels/Darwin_00000307_person90_virus_170.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000308_person92_virus_174 + subject_id: person92 + split: train + image: images/Darwin_00000308_person92_virus_174.png + label: labels/Darwin_00000308_person92_virus_174.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000309_person93_virus_175 + subject_id: person93 + split: train + image: images/Darwin_00000309_person93_virus_175.png + label: labels/Darwin_00000309_person93_virus_175.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000310_person94_virus_176 + subject_id: person94 + split: train + image: images/Darwin_00000310_person94_virus_176.png + label: labels/Darwin_00000310_person94_virus_176.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000311_person95_virus_177 + subject_id: person95 + split: test + image: images/Darwin_00000311_person95_virus_177.png + label: labels/Darwin_00000311_person95_virus_177.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000312_person96_virus_178 + subject_id: person96 + split: train + image: images/Darwin_00000312_person96_virus_178.png + label: labels/Darwin_00000312_person96_virus_178.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000313_person96_virus_179 + subject_id: person96 + split: train + image: images/Darwin_00000313_person96_virus_179.png + label: labels/Darwin_00000313_person96_virus_179.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000314_person97_virus_180 + subject_id: person97 + split: train + image: images/Darwin_00000314_person97_virus_180.png + label: labels/Darwin_00000314_person97_virus_180.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000315_person97_virus_181 + subject_id: person97 + split: train + image: images/Darwin_00000315_person97_virus_181.png + label: labels/Darwin_00000315_person97_virus_181.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000316_person98_virus_182 + subject_id: person98 + split: train + image: images/Darwin_00000316_person98_virus_182.png + label: labels/Darwin_00000316_person98_virus_182.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000317_person99_virus_183 + subject_id: person99 + split: train + image: images/Darwin_00000317_person99_virus_183.png + label: labels/Darwin_00000317_person99_virus_183.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000318_person890_virus_1540 + subject_id: person890 + split: train + image: images/Darwin_00000318_person890_virus_1540.png + label: labels/Darwin_00000318_person890_virus_1540.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000319_person891_virus_1541 + subject_id: person891 + split: val + image: images/Darwin_00000319_person891_virus_1541.png + label: labels/Darwin_00000319_person891_virus_1541.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000320_person894_virus_1546 + subject_id: person894 + split: test + image: images/Darwin_00000320_person894_virus_1546.png + label: labels/Darwin_00000320_person894_virus_1546.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000321_person895_virus_1547 + subject_id: person895 + split: test + image: images/Darwin_00000321_person895_virus_1547.png + label: labels/Darwin_00000321_person895_virus_1547.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000322_person896_virus_1548 + subject_id: person896 + split: train + image: images/Darwin_00000322_person896_virus_1548.png + label: labels/Darwin_00000322_person896_virus_1548.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000323_person898_virus_1552 + subject_id: person898 + split: train + image: images/Darwin_00000323_person898_virus_1552.png + label: labels/Darwin_00000323_person898_virus_1552.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000324_person899_virus_1553 + subject_id: person899 + split: train + image: images/Darwin_00000324_person899_virus_1553.png + label: labels/Darwin_00000324_person899_virus_1553.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000325_person900_virus_1554 + subject_id: person900 + split: train + image: images/Darwin_00000325_person900_virus_1554.png + label: labels/Darwin_00000325_person900_virus_1554.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000326_person901_virus_1555 + subject_id: person901 + split: train + image: images/Darwin_00000326_person901_virus_1555.png + label: labels/Darwin_00000326_person901_virus_1555.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000327_person905_virus_1561 + subject_id: person905 + split: train + image: images/Darwin_00000327_person905_virus_1561.png + label: labels/Darwin_00000327_person905_virus_1561.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000329_person907_virus_1563 + subject_id: person907 + split: train + image: images/Darwin_00000329_person907_virus_1563.png + label: labels/Darwin_00000329_person907_virus_1563.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000330_person908_virus_1564 + subject_id: person908 + split: train + image: images/Darwin_00000330_person908_virus_1564.png + label: labels/Darwin_00000330_person908_virus_1564.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000332_person911_virus_1567 + subject_id: person911 + split: train + image: images/Darwin_00000332_person911_virus_1567.png + label: labels/Darwin_00000332_person911_virus_1567.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000333_person913_virus_1570 + subject_id: person913 + split: train + image: images/Darwin_00000333_person913_virus_1570.png + label: labels/Darwin_00000333_person913_virus_1570.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000334_person914_virus_1571 + subject_id: person914 + split: train + image: images/Darwin_00000334_person914_virus_1571.png + label: labels/Darwin_00000334_person914_virus_1571.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000335_person915_virus_1572 + subject_id: person915 + split: val + image: images/Darwin_00000335_person915_virus_1572.png + label: labels/Darwin_00000335_person915_virus_1572.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000337_person919_virus_1576 + subject_id: person919 + split: train + image: images/Darwin_00000337_person919_virus_1576.png + label: labels/Darwin_00000337_person919_virus_1576.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000338_person920_virus_1577 + subject_id: person920 + split: val + image: images/Darwin_00000338_person920_virus_1577.png + label: labels/Darwin_00000338_person920_virus_1577.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000340_person924_virus_1581 + subject_id: person924 + split: train + image: images/Darwin_00000340_person924_virus_1581.png + label: labels/Darwin_00000340_person924_virus_1581.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000341_person925_virus_1582 + subject_id: person925 + split: test + image: images/Darwin_00000341_person925_virus_1582.png + label: labels/Darwin_00000341_person925_virus_1582.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000342_person926_virus_1583 + subject_id: person926 + split: train + image: images/Darwin_00000342_person926_virus_1583.png + label: labels/Darwin_00000342_person926_virus_1583.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000343_person927_virus_1584 + subject_id: person927 + split: train + image: images/Darwin_00000343_person927_virus_1584.png + label: labels/Darwin_00000343_person927_virus_1584.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000344_person928_virus_1586 + subject_id: person928 + split: train + image: images/Darwin_00000344_person928_virus_1586.png + label: labels/Darwin_00000344_person928_virus_1586.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000345_person929_virus_1588 + subject_id: person929 + split: train + image: images/Darwin_00000345_person929_virus_1588.png + label: labels/Darwin_00000345_person929_virus_1588.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000346_person929_virus_1589 + subject_id: person929 + split: train + image: images/Darwin_00000346_person929_virus_1589.png + label: labels/Darwin_00000346_person929_virus_1589.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000347_person931_virus_1592 + subject_id: person931 + split: test + image: images/Darwin_00000347_person931_virus_1592.png + label: labels/Darwin_00000347_person931_virus_1592.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000348_person932_virus_1593 + subject_id: person932 + split: test + image: images/Darwin_00000348_person932_virus_1593.png + label: labels/Darwin_00000348_person932_virus_1593.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000349_person933_virus_1594 + subject_id: person933 + split: train + image: images/Darwin_00000349_person933_virus_1594.png + label: labels/Darwin_00000349_person933_virus_1594.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000351_person935_virus_1597 + subject_id: person935 + split: val + image: images/Darwin_00000351_person935_virus_1597.png + label: labels/Darwin_00000351_person935_virus_1597.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000352_person936_virus_1598 + subject_id: person936 + split: train + image: images/Darwin_00000352_person936_virus_1598.png + label: labels/Darwin_00000352_person936_virus_1598.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000353_person937_virus_1599 + subject_id: person937 + split: train + image: images/Darwin_00000353_person937_virus_1599.png + label: labels/Darwin_00000353_person937_virus_1599.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000355_person940_virus_1602 + subject_id: person940 + split: train + image: images/Darwin_00000355_person940_virus_1602.png + label: labels/Darwin_00000355_person940_virus_1602.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000356_person940_virus_1604 + subject_id: person940 + split: train + image: images/Darwin_00000356_person940_virus_1604.png + label: labels/Darwin_00000356_person940_virus_1604.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000357_person940_virus_1605 + subject_id: person940 + split: train + image: images/Darwin_00000357_person940_virus_1605.png + label: labels/Darwin_00000357_person940_virus_1605.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000358_person940_virus_1607 + subject_id: person940 + split: train + image: images/Darwin_00000358_person940_virus_1607.png + label: labels/Darwin_00000358_person940_virus_1607.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000359_person940_virus_1609 + subject_id: person940 + split: train + image: images/Darwin_00000359_person940_virus_1609.png + label: labels/Darwin_00000359_person940_virus_1609.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000360_person941_virus_1610 + subject_id: person941 + split: train + image: images/Darwin_00000360_person941_virus_1610.png + label: labels/Darwin_00000360_person941_virus_1610.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000361_person942_virus_1611 + subject_id: person942 + split: test + image: images/Darwin_00000361_person942_virus_1611.png + label: labels/Darwin_00000361_person942_virus_1611.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000362_person945_virus_1616 + subject_id: person945 + split: train + image: images/Darwin_00000362_person945_virus_1616.png + label: labels/Darwin_00000362_person945_virus_1616.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000363_person947_virus_1618 + subject_id: person947 + split: train + image: images/Darwin_00000363_person947_virus_1618.png + label: labels/Darwin_00000363_person947_virus_1618.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000364_person949_virus_1620 + subject_id: person949 + split: train + image: images/Darwin_00000364_person949_virus_1620.png + label: labels/Darwin_00000364_person949_virus_1620.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000365_person950_virus_1621 + subject_id: person950 + split: train + image: images/Darwin_00000365_person950_virus_1621.png + label: labels/Darwin_00000365_person950_virus_1621.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000366_person951_virus_1622 + subject_id: person951 + split: train + image: images/Darwin_00000366_person951_virus_1622.png + label: labels/Darwin_00000366_person951_virus_1622.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000368_person954_virus_1626 + subject_id: person954 + split: train + image: images/Darwin_00000368_person954_virus_1626.png + label: labels/Darwin_00000368_person954_virus_1626.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000369_person955_virus_1627 + subject_id: person955 + split: train + image: images/Darwin_00000369_person955_virus_1627.png + label: labels/Darwin_00000369_person955_virus_1627.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000370_person956_virus_1628 + subject_id: person956 + split: train + image: images/Darwin_00000370_person956_virus_1628.png + label: labels/Darwin_00000370_person956_virus_1628.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000371_person957_virus_1629 + subject_id: person957 + split: val + image: images/Darwin_00000371_person957_virus_1629.png + label: labels/Darwin_00000371_person957_virus_1629.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000372_person958_virus_1630 + subject_id: person958 + split: train + image: images/Darwin_00000372_person958_virus_1630.png + label: labels/Darwin_00000372_person958_virus_1630.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000373_person960_virus_1633 + subject_id: person960 + split: test + image: images/Darwin_00000373_person960_virus_1633.png + label: labels/Darwin_00000373_person960_virus_1633.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000374_person961_virus_1634 + subject_id: person961 + split: train + image: images/Darwin_00000374_person961_virus_1634.png + label: labels/Darwin_00000374_person961_virus_1634.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000375_person962_virus_1635 + subject_id: person962 + split: train + image: images/Darwin_00000375_person962_virus_1635.png + label: labels/Darwin_00000375_person962_virus_1635.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000376_person963_virus_1636 + subject_id: person963 + split: val + image: images/Darwin_00000376_person963_virus_1636.png + label: labels/Darwin_00000376_person963_virus_1636.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000377_person964_virus_1637 + subject_id: person964 + split: val + image: images/Darwin_00000377_person964_virus_1637.png + label: labels/Darwin_00000377_person964_virus_1637.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000378_person965_virus_1638 + subject_id: person965 + split: test + image: images/Darwin_00000378_person965_virus_1638.png + label: labels/Darwin_00000378_person965_virus_1638.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000379_person966_virus_1639 + subject_id: person966 + split: train + image: images/Darwin_00000379_person966_virus_1639.png + label: labels/Darwin_00000379_person966_virus_1639.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000380_person967_virus_1640 + subject_id: person967 + split: train + image: images/Darwin_00000380_person967_virus_1640.png + label: labels/Darwin_00000380_person967_virus_1640.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000381_person968_virus_1642 + subject_id: person968 + split: train + image: images/Darwin_00000381_person968_virus_1642.png + label: labels/Darwin_00000381_person968_virus_1642.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000382_person969_virus_1643 + subject_id: person969 + split: train + image: images/Darwin_00000382_person969_virus_1643.png + label: labels/Darwin_00000382_person969_virus_1643.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000383_person970_virus_1644 + subject_id: person970 + split: train + image: images/Darwin_00000383_person970_virus_1644.png + label: labels/Darwin_00000383_person970_virus_1644.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000384_person972_virus_1646 + subject_id: person972 + split: train + image: images/Darwin_00000384_person972_virus_1646.png + label: labels/Darwin_00000384_person972_virus_1646.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000385_person973_virus_1647 + subject_id: person973 + split: train + image: images/Darwin_00000385_person973_virus_1647.png + label: labels/Darwin_00000385_person973_virus_1647.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000386_person974_virus_1649 + subject_id: person974 + split: train + image: images/Darwin_00000386_person974_virus_1649.png + label: labels/Darwin_00000386_person974_virus_1649.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000387_person975_virus_1650 + subject_id: person975 + split: train + image: images/Darwin_00000387_person975_virus_1650.png + label: labels/Darwin_00000387_person975_virus_1650.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000388_person976_virus_1651 + subject_id: person976 + split: train + image: images/Darwin_00000388_person976_virus_1651.png + label: labels/Darwin_00000388_person976_virus_1651.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000389_person977_virus_1652 + subject_id: person977 + split: val + image: images/Darwin_00000389_person977_virus_1652.png + label: labels/Darwin_00000389_person977_virus_1652.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000390_person978_virus_1653 + subject_id: person978 + split: test + image: images/Darwin_00000390_person978_virus_1653.png + label: labels/Darwin_00000390_person978_virus_1653.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000391_person979_virus_1654 + subject_id: person979 + split: train + image: images/Darwin_00000391_person979_virus_1654.png + label: labels/Darwin_00000391_person979_virus_1654.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000393_person981_virus_1657 + subject_id: person981 + split: val + image: images/Darwin_00000393_person981_virus_1657.png + label: labels/Darwin_00000393_person981_virus_1657.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000394_person982_virus_1658 + subject_id: person982 + split: val + image: images/Darwin_00000394_person982_virus_1658.png + label: labels/Darwin_00000394_person982_virus_1658.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000395_person983_virus_1660 + subject_id: person983 + split: train + image: images/Darwin_00000395_person983_virus_1660.png + label: labels/Darwin_00000395_person983_virus_1660.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000396_person988_virus_1666 + subject_id: person988 + split: train + image: images/Darwin_00000396_person988_virus_1666.png + label: labels/Darwin_00000396_person988_virus_1666.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000397_person989_virus_1667 + subject_id: person989 + split: train + image: images/Darwin_00000397_person989_virus_1667.png + label: labels/Darwin_00000397_person989_virus_1667.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000398_person991_virus_1669 + subject_id: person991 + split: train + image: images/Darwin_00000398_person991_virus_1669.png + label: labels/Darwin_00000398_person991_virus_1669.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000399_person992_virus_1670 + subject_id: person992 + split: train + image: images/Darwin_00000399_person992_virus_1670.png + label: labels/Darwin_00000399_person992_virus_1670.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000400_person993_virus_1671 + subject_id: person993 + split: test + image: images/Darwin_00000400_person993_virus_1671.png + label: labels/Darwin_00000400_person993_virus_1671.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000402_person995_virus_1676 + subject_id: person995 + split: val + image: images/Darwin_00000402_person995_virus_1676.png + label: labels/Darwin_00000402_person995_virus_1676.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000404_person997_virus_1678 + subject_id: person997 + split: train + image: images/Darwin_00000404_person997_virus_1678.png + label: labels/Darwin_00000404_person997_virus_1678.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000405_person80_virus_150 + subject_id: person80 + split: val + image: images/Darwin_00000405_person80_virus_150.png + label: labels/Darwin_00000405_person80_virus_150.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000406_person81_virus_152 + subject_id: person81 + split: train + image: images/Darwin_00000406_person81_virus_152.png + label: labels/Darwin_00000406_person81_virus_152.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000407_person81_virus_153 + subject_id: person81 + split: train + image: images/Darwin_00000407_person81_virus_153.png + label: labels/Darwin_00000407_person81_virus_153.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000408_person82_virus_154 + subject_id: person82 + split: val + image: images/Darwin_00000408_person82_virus_154.png + label: labels/Darwin_00000408_person82_virus_154.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000409_person82_virus_155 + subject_id: person82 + split: val + image: images/Darwin_00000409_person82_virus_155.png + label: labels/Darwin_00000409_person82_virus_155.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000410_person83_virus_156 + subject_id: person83 + split: train + image: images/Darwin_00000410_person83_virus_156.png + label: labels/Darwin_00000410_person83_virus_156.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000411_person84_virus_157 + subject_id: person84 + split: val + image: images/Darwin_00000411_person84_virus_157.png + label: labels/Darwin_00000411_person84_virus_157.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000412_person86_virus_159 + subject_id: person86 + split: test + image: images/Darwin_00000412_person86_virus_159.png + label: labels/Darwin_00000412_person86_virus_159.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000413_person87_virus_160 + subject_id: person87 + split: train + image: images/Darwin_00000413_person87_virus_160.png + label: labels/Darwin_00000413_person87_virus_160.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000414_person88_virus_161 + subject_id: person88 + split: train + image: images/Darwin_00000414_person88_virus_161.png + label: labels/Darwin_00000414_person88_virus_161.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000415_person88_virus_163 + subject_id: person88 + split: train + image: images/Darwin_00000415_person88_virus_163.png + label: labels/Darwin_00000415_person88_virus_163.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000416_person730_virus_1351 + subject_id: person730 + split: train + image: images/Darwin_00000416_person730_virus_1351.png + label: labels/Darwin_00000416_person730_virus_1351.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000417_person731_virus_1352 + subject_id: person731 + split: train + image: images/Darwin_00000417_person731_virus_1352.png + label: labels/Darwin_00000417_person731_virus_1352.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000418_person732_virus_1353 + subject_id: person732 + split: train + image: images/Darwin_00000418_person732_virus_1353.png + label: labels/Darwin_00000418_person732_virus_1353.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000419_person734_virus_1355 + subject_id: person734 + split: val + image: images/Darwin_00000419_person734_virus_1355.png + label: labels/Darwin_00000419_person734_virus_1355.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000420_person735_virus_1356 + subject_id: person735 + split: train + image: images/Darwin_00000420_person735_virus_1356.png + label: labels/Darwin_00000420_person735_virus_1356.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000421_person736_virus_1358 + subject_id: person736 + split: train + image: images/Darwin_00000421_person736_virus_1358.png + label: labels/Darwin_00000421_person736_virus_1358.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000422_person738_virus_1360 + subject_id: person738 + split: train + image: images/Darwin_00000422_person738_virus_1360.png + label: labels/Darwin_00000422_person738_virus_1360.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000423_person739_virus_1361 + subject_id: person739 + split: train + image: images/Darwin_00000423_person739_virus_1361.png + label: labels/Darwin_00000423_person739_virus_1361.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000425_person740_virus_1363 + subject_id: person740 + split: train + image: images/Darwin_00000425_person740_virus_1363.png + label: labels/Darwin_00000425_person740_virus_1363.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000426_person741_virus_1364 + subject_id: person741 + split: val + image: images/Darwin_00000426_person741_virus_1364.png + label: labels/Darwin_00000426_person741_virus_1364.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000428_person743_virus_1366 + subject_id: person743 + split: train + image: images/Darwin_00000428_person743_virus_1366.png + label: labels/Darwin_00000428_person743_virus_1366.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000429_person744_virus_1367 + subject_id: person744 + split: train + image: images/Darwin_00000429_person744_virus_1367.png + label: labels/Darwin_00000429_person744_virus_1367.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000430_person745_virus_1368 + subject_id: person745 + split: train + image: images/Darwin_00000430_person745_virus_1368.png + label: labels/Darwin_00000430_person745_virus_1368.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000431_person746_virus_1369 + subject_id: person746 + split: val + image: images/Darwin_00000431_person746_virus_1369.png + label: labels/Darwin_00000431_person746_virus_1369.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000432_person747_virus_1370 + subject_id: person747 + split: train + image: images/Darwin_00000432_person747_virus_1370.png + label: labels/Darwin_00000432_person747_virus_1370.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000433_person747_virus_1372 + subject_id: person747 + split: train + image: images/Darwin_00000433_person747_virus_1372.png + label: labels/Darwin_00000433_person747_virus_1372.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000434_person748_virus_1373 + subject_id: person748 + split: train + image: images/Darwin_00000434_person748_virus_1373.png + label: labels/Darwin_00000434_person748_virus_1373.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000435_person749_virus_1374 + subject_id: person749 + split: train + image: images/Darwin_00000435_person749_virus_1374.png + label: labels/Darwin_00000435_person749_virus_1374.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000436_person752_virus_1377 + subject_id: person752 + split: train + image: images/Darwin_00000436_person752_virus_1377.png + label: labels/Darwin_00000436_person752_virus_1377.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000437_person753_virus_1378 + subject_id: person753 + split: train + image: images/Darwin_00000437_person753_virus_1378.png + label: labels/Darwin_00000437_person753_virus_1378.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000438_person754_virus_1379 + subject_id: person754 + split: train + image: images/Darwin_00000438_person754_virus_1379.png + label: labels/Darwin_00000438_person754_virus_1379.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000439_person755_virus_1380 + subject_id: person755 + split: train + image: images/Darwin_00000439_person755_virus_1380.png + label: labels/Darwin_00000439_person755_virus_1380.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000440_person755_virus_1382 + subject_id: person755 + split: train + image: images/Darwin_00000440_person755_virus_1382.png + label: labels/Darwin_00000440_person755_virus_1382.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000441_person757_virus_1385 + subject_id: person757 + split: train + image: images/Darwin_00000441_person757_virus_1385.png + label: labels/Darwin_00000441_person757_virus_1385.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000442_person759_virus_1387 + subject_id: person759 + split: train + image: images/Darwin_00000442_person759_virus_1387.png + label: labels/Darwin_00000442_person759_virus_1387.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000443_person760_virus_1388 + subject_id: person760 + split: val + image: images/Darwin_00000443_person760_virus_1388.png + label: labels/Darwin_00000443_person760_virus_1388.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000444_person761_virus_1389 + subject_id: person761 + split: train + image: images/Darwin_00000444_person761_virus_1389.png + label: labels/Darwin_00000444_person761_virus_1389.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000445_person762_virus_1390 + subject_id: person762 + split: train + image: images/Darwin_00000445_person762_virus_1390.png + label: labels/Darwin_00000445_person762_virus_1390.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000446_person763_virus_1391 + subject_id: person763 + split: train + image: images/Darwin_00000446_person763_virus_1391.png + label: labels/Darwin_00000446_person763_virus_1391.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000448_person765_virus_1393 + subject_id: person765 + split: train + image: images/Darwin_00000448_person765_virus_1393.png + label: labels/Darwin_00000448_person765_virus_1393.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000449_person768_virus_1396 + subject_id: person768 + split: test + image: images/Darwin_00000449_person768_virus_1396.png + label: labels/Darwin_00000449_person768_virus_1396.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000451_person771_virus_1399 + subject_id: person771 + split: train + image: images/Darwin_00000451_person771_virus_1399.png + label: labels/Darwin_00000451_person771_virus_1399.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000452_person772_virus_1401 + subject_id: person772 + split: train + image: images/Darwin_00000452_person772_virus_1401.png + label: labels/Darwin_00000452_person772_virus_1401.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000454_person774_virus_1403 + subject_id: person774 + split: train + image: images/Darwin_00000454_person774_virus_1403.png + label: labels/Darwin_00000454_person774_virus_1403.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000455_person775_virus_1404 + subject_id: person775 + split: test + image: images/Darwin_00000455_person775_virus_1404.png + label: labels/Darwin_00000455_person775_virus_1404.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000456_person776_virus_1405 + subject_id: person776 + split: train + image: images/Darwin_00000456_person776_virus_1405.png + label: labels/Darwin_00000456_person776_virus_1405.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000457_person778_virus_1408 + subject_id: person778 + split: train + image: images/Darwin_00000457_person778_virus_1408.png + label: labels/Darwin_00000457_person778_virus_1408.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000458_person779_virus_1409 + subject_id: person779 + split: train + image: images/Darwin_00000458_person779_virus_1409.png + label: labels/Darwin_00000458_person779_virus_1409.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000459_person779_virus_1410 + subject_id: person779 + split: train + image: images/Darwin_00000459_person779_virus_1410.png + label: labels/Darwin_00000459_person779_virus_1410.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000460_person780_virus_1411 + subject_id: person780 + split: train + image: images/Darwin_00000460_person780_virus_1411.png + label: labels/Darwin_00000460_person780_virus_1411.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000461_person781_virus_1412 + subject_id: person781 + split: train + image: images/Darwin_00000461_person781_virus_1412.png + label: labels/Darwin_00000461_person781_virus_1412.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000462_person783_virus_1414 + subject_id: person783 + split: train + image: images/Darwin_00000462_person783_virus_1414.png + label: labels/Darwin_00000462_person783_virus_1414.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000463_person788_virus_1419 + subject_id: person788 + split: train + image: images/Darwin_00000463_person788_virus_1419.png + label: labels/Darwin_00000463_person788_virus_1419.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000464_person789_virus_1420 + subject_id: person789 + split: train + image: images/Darwin_00000464_person789_virus_1420.png + label: labels/Darwin_00000464_person789_virus_1420.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000465_person790_virus_1421 + subject_id: person790 + split: train + image: images/Darwin_00000465_person790_virus_1421.png + label: labels/Darwin_00000465_person790_virus_1421.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000466_person791_virus_1422 + subject_id: person791 + split: train + image: images/Darwin_00000466_person791_virus_1422.png + label: labels/Darwin_00000466_person791_virus_1422.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000467_person793_virus_1424 + subject_id: person793 + split: test + image: images/Darwin_00000467_person793_virus_1424.png + label: labels/Darwin_00000467_person793_virus_1424.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000468_person795_virus_1427 + subject_id: person795 + split: train + image: images/Darwin_00000468_person795_virus_1427.png + label: labels/Darwin_00000468_person795_virus_1427.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000469_person796_virus_1428 + subject_id: person796 + split: train + image: images/Darwin_00000469_person796_virus_1428.png + label: labels/Darwin_00000469_person796_virus_1428.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000470_person797_virus_1429 + subject_id: person797 + split: val + image: images/Darwin_00000470_person797_virus_1429.png + label: labels/Darwin_00000470_person797_virus_1429.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000471_person798_virus_1430 + subject_id: person798 + split: train + image: images/Darwin_00000471_person798_virus_1430.png + label: labels/Darwin_00000471_person798_virus_1430.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000472_person799_virus_1431 + subject_id: person799 + split: test + image: images/Darwin_00000472_person799_virus_1431.png + label: labels/Darwin_00000472_person799_virus_1431.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000473_person801_virus_1434 + subject_id: person801 + split: train + image: images/Darwin_00000473_person801_virus_1434.png + label: labels/Darwin_00000473_person801_virus_1434.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000474_person803_virus_1436 + subject_id: person803 + split: test + image: images/Darwin_00000474_person803_virus_1436.png + label: labels/Darwin_00000474_person803_virus_1436.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000475_person806_virus_1439 + subject_id: person806 + split: train + image: images/Darwin_00000475_person806_virus_1439.png + label: labels/Darwin_00000475_person806_virus_1439.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000476_person806_virus_1440 + subject_id: person806 + split: train + image: images/Darwin_00000476_person806_virus_1440.png + label: labels/Darwin_00000476_person806_virus_1440.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000477_person807_virus_1441 + subject_id: person807 + split: train + image: images/Darwin_00000477_person807_virus_1441.png + label: labels/Darwin_00000477_person807_virus_1441.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000478_person808_virus_1442 + subject_id: person808 + split: train + image: images/Darwin_00000478_person808_virus_1442.png + label: labels/Darwin_00000478_person808_virus_1442.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000479_person810_virus_1445 + subject_id: person810 + split: train + image: images/Darwin_00000479_person810_virus_1445.png + label: labels/Darwin_00000479_person810_virus_1445.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000480_person810_virus_1446 + subject_id: person810 + split: train + image: images/Darwin_00000480_person810_virus_1446.png + label: labels/Darwin_00000480_person810_virus_1446.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000481_person811_virus_1447 + subject_id: person811 + split: train + image: images/Darwin_00000481_person811_virus_1447.png + label: labels/Darwin_00000481_person811_virus_1447.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000482_person813_virus_1449 + subject_id: person813 + split: train + image: images/Darwin_00000482_person813_virus_1449.png + label: labels/Darwin_00000482_person813_virus_1449.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000483_person819_virus_1455 + subject_id: person819 + split: train + image: images/Darwin_00000483_person819_virus_1455.png + label: labels/Darwin_00000483_person819_virus_1455.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000484_person820_virus_1456 + subject_id: person820 + split: train + image: images/Darwin_00000484_person820_virus_1456.png + label: labels/Darwin_00000484_person820_virus_1456.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000487_person830_virus_1466 + subject_id: person830 + split: test + image: images/Darwin_00000487_person830_virus_1466.png + label: labels/Darwin_00000487_person830_virus_1466.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000488_person832_virus_1468 + subject_id: person832 + split: train + image: images/Darwin_00000488_person832_virus_1468.png + label: labels/Darwin_00000488_person832_virus_1468.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000489_person833_virus_1469 + subject_id: person833 + split: train + image: images/Darwin_00000489_person833_virus_1469.png + label: labels/Darwin_00000489_person833_virus_1469.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000490_person835_virus_1472 + subject_id: person835 + split: val + image: images/Darwin_00000490_person835_virus_1472.png + label: labels/Darwin_00000490_person835_virus_1472.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000491_person836_virus_1473 + subject_id: person836 + split: train + image: images/Darwin_00000491_person836_virus_1473.png + label: labels/Darwin_00000491_person836_virus_1473.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000492_person837_virus_1475 + subject_id: person837 + split: train + image: images/Darwin_00000492_person837_virus_1475.png + label: labels/Darwin_00000492_person837_virus_1475.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000493_person838_virus_1476 + subject_id: person838 + split: train + image: images/Darwin_00000493_person838_virus_1476.png + label: labels/Darwin_00000493_person838_virus_1476.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000494_person841_virus_1481 + subject_id: person841 + split: train + image: images/Darwin_00000494_person841_virus_1481.png + label: labels/Darwin_00000494_person841_virus_1481.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000495_person842_virus_1483 + subject_id: person842 + split: test + image: images/Darwin_00000495_person842_virus_1483.png + label: labels/Darwin_00000495_person842_virus_1483.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000496_person843_virus_1485 + subject_id: person843 + split: test + image: images/Darwin_00000496_person843_virus_1485.png + label: labels/Darwin_00000496_person843_virus_1485.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000497_person844_virus_1487 + subject_id: person844 + split: train + image: images/Darwin_00000497_person844_virus_1487.png + label: labels/Darwin_00000497_person844_virus_1487.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000498_person845_virus_1489 + subject_id: person845 + split: train + image: images/Darwin_00000498_person845_virus_1489.png + label: labels/Darwin_00000498_person845_virus_1489.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000499_person846_virus_1491 + subject_id: person846 + split: train + image: images/Darwin_00000499_person846_virus_1491.png + label: labels/Darwin_00000499_person846_virus_1491.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000500_person847_virus_1492 + subject_id: person847 + split: train + image: images/Darwin_00000500_person847_virus_1492.png + label: labels/Darwin_00000500_person847_virus_1492.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000501_person848_virus_1493 + subject_id: person848 + split: train + image: images/Darwin_00000501_person848_virus_1493.png + label: labels/Darwin_00000501_person848_virus_1493.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000502_person849_virus_1494 + subject_id: person849 + split: train + image: images/Darwin_00000502_person849_virus_1494.png + label: labels/Darwin_00000502_person849_virus_1494.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000503_person851_virus_1496 + subject_id: person851 + split: train + image: images/Darwin_00000503_person851_virus_1496.png + label: labels/Darwin_00000503_person851_virus_1496.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000504_person852_virus_1497 + subject_id: person852 + split: train + image: images/Darwin_00000504_person852_virus_1497.png + label: labels/Darwin_00000504_person852_virus_1497.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000505_person853_virus_1498 + subject_id: person853 + split: train + image: images/Darwin_00000505_person853_virus_1498.png + label: labels/Darwin_00000505_person853_virus_1498.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000506_person855_virus_1500 + subject_id: person855 + split: val + image: images/Darwin_00000506_person855_virus_1500.png + label: labels/Darwin_00000506_person855_virus_1500.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000507_person859_virus_1504 + subject_id: person859 + split: train + image: images/Darwin_00000507_person859_virus_1504.png + label: labels/Darwin_00000507_person859_virus_1504.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000508_person860_virus_1505 + subject_id: person860 + split: train + image: images/Darwin_00000508_person860_virus_1505.png + label: labels/Darwin_00000508_person860_virus_1505.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000509_person861_virus_1506 + subject_id: person861 + split: train + image: images/Darwin_00000509_person861_virus_1506.png + label: labels/Darwin_00000509_person861_virus_1506.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000510_person862_virus_1507 + subject_id: person862 + split: val + image: images/Darwin_00000510_person862_virus_1507.png + label: labels/Darwin_00000510_person862_virus_1507.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000511_person863_virus_1508 + subject_id: person863 + split: test + image: images/Darwin_00000511_person863_virus_1508.png + label: labels/Darwin_00000511_person863_virus_1508.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000512_person864_virus_1509 + subject_id: person864 + split: train + image: images/Darwin_00000512_person864_virus_1509.png + label: labels/Darwin_00000512_person864_virus_1509.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000513_person866_virus_1511 + subject_id: person866 + split: train + image: images/Darwin_00000513_person866_virus_1511.png + label: labels/Darwin_00000513_person866_virus_1511.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000514_person867_virus_1512 + subject_id: person867 + split: train + image: images/Darwin_00000514_person867_virus_1512.png + label: labels/Darwin_00000514_person867_virus_1512.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000515_person868_virus_1513 + subject_id: person868 + split: train + image: images/Darwin_00000515_person868_virus_1513.png + label: labels/Darwin_00000515_person868_virus_1513.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000516_person868_virus_1514 + subject_id: person868 + split: train + image: images/Darwin_00000516_person868_virus_1514.png + label: labels/Darwin_00000516_person868_virus_1514.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000517_person870_virus_1516 + subject_id: person870 + split: val + image: images/Darwin_00000517_person870_virus_1516.png + label: labels/Darwin_00000517_person870_virus_1516.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000518_person871_virus_1517 + subject_id: person871 + split: train + image: images/Darwin_00000518_person871_virus_1517.png + label: labels/Darwin_00000518_person871_virus_1517.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000519_person877_virus_1525 + subject_id: person877 + split: test + image: images/Darwin_00000519_person877_virus_1525.png + label: labels/Darwin_00000519_person877_virus_1525.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000520_person878_virus_1526 + subject_id: person878 + split: train + image: images/Darwin_00000520_person878_virus_1526.png + label: labels/Darwin_00000520_person878_virus_1526.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000521_person880_virus_1529 + subject_id: person880 + split: train + image: images/Darwin_00000521_person880_virus_1529.png + label: labels/Darwin_00000521_person880_virus_1529.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000522_person881_virus_1531 + subject_id: person881 + split: val + image: images/Darwin_00000522_person881_virus_1531.png + label: labels/Darwin_00000522_person881_virus_1531.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000523_person883_virus_1533 + subject_id: person883 + split: train + image: images/Darwin_00000523_person883_virus_1533.png + label: labels/Darwin_00000523_person883_virus_1533.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000524_person884_virus_1534 + subject_id: person884 + split: train + image: images/Darwin_00000524_person884_virus_1534.png + label: labels/Darwin_00000524_person884_virus_1534.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000525_person886_virus_1536 + subject_id: person886 + split: val + image: images/Darwin_00000525_person886_virus_1536.png + label: labels/Darwin_00000525_person886_virus_1536.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000526_person888_virus_1538 + subject_id: person888 + split: train + image: images/Darwin_00000526_person888_virus_1538.png + label: labels/Darwin_00000526_person888_virus_1538.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000527_person603_virus_1164 + subject_id: person603 + split: test + image: images/Darwin_00000527_person603_virus_1164.png + label: labels/Darwin_00000527_person603_virus_1164.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000528_person604_virus_1165 + subject_id: person604 + split: train + image: images/Darwin_00000528_person604_virus_1165.png + label: labels/Darwin_00000528_person604_virus_1165.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000529_person605_virus_1166 + subject_id: person605 + split: val + image: images/Darwin_00000529_person605_virus_1166.png + label: labels/Darwin_00000529_person605_virus_1166.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000530_person605_virus_1169 + subject_id: person605 + split: val + image: images/Darwin_00000530_person605_virus_1169.png + label: labels/Darwin_00000530_person605_virus_1169.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000531_person607_virus_1173 + subject_id: person607 + split: train + image: images/Darwin_00000531_person607_virus_1173.png + label: labels/Darwin_00000531_person607_virus_1173.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000532_person608_virus_1175 + subject_id: person608 + split: train + image: images/Darwin_00000532_person608_virus_1175.png + label: labels/Darwin_00000532_person608_virus_1175.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000533_person609_virus_1176 + subject_id: person609 + split: train + image: images/Darwin_00000533_person609_virus_1176.png + label: labels/Darwin_00000533_person609_virus_1176.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000534_person610_virus_1177 + subject_id: person610 + split: train + image: images/Darwin_00000534_person610_virus_1177.png + label: labels/Darwin_00000534_person610_virus_1177.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000535_person612_virus_1179 + subject_id: person612 + split: test + image: images/Darwin_00000535_person612_virus_1179.png + label: labels/Darwin_00000535_person612_virus_1179.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000536_person613_virus_1181 + subject_id: person613 + split: test + image: images/Darwin_00000536_person613_virus_1181.png + label: labels/Darwin_00000536_person613_virus_1181.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000537_person614_virus_1183 + subject_id: person614 + split: train + image: images/Darwin_00000537_person614_virus_1183.png + label: labels/Darwin_00000537_person614_virus_1183.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000538_person615_virus_1184 + subject_id: person615 + split: train + image: images/Darwin_00000538_person615_virus_1184.png + label: labels/Darwin_00000538_person615_virus_1184.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000539_person616_virus_1186 + subject_id: person616 + split: train + image: images/Darwin_00000539_person616_virus_1186.png + label: labels/Darwin_00000539_person616_virus_1186.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000540_person617_virus_1187 + subject_id: person617 + split: test + image: images/Darwin_00000540_person617_virus_1187.png + label: labels/Darwin_00000540_person617_virus_1187.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000541_person618_virus_1189 + subject_id: person618 + split: train + image: images/Darwin_00000541_person618_virus_1189.png + label: labels/Darwin_00000541_person618_virus_1189.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000542_person619_virus_1190 + subject_id: person619 + split: val + image: images/Darwin_00000542_person619_virus_1190.png + label: labels/Darwin_00000542_person619_virus_1190.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000543_person620_virus_1191 + subject_id: person620 + split: test + image: images/Darwin_00000543_person620_virus_1191.png + label: labels/Darwin_00000543_person620_virus_1191.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000544_person620_virus_1192 + subject_id: person620 + split: test + image: images/Darwin_00000544_person620_virus_1192.png + label: labels/Darwin_00000544_person620_virus_1192.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000545_person621_virus_1194 + subject_id: person621 + split: train + image: images/Darwin_00000545_person621_virus_1194.png + label: labels/Darwin_00000545_person621_virus_1194.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000546_person621_virus_1195 + subject_id: person621 + split: train + image: images/Darwin_00000546_person621_virus_1195.png + label: labels/Darwin_00000546_person621_virus_1195.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000547_person622_virus_1196 + subject_id: person622 + split: train + image: images/Darwin_00000547_person622_virus_1196.png + label: labels/Darwin_00000547_person622_virus_1196.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000548_person623_virus_1197 + subject_id: person623 + split: train + image: images/Darwin_00000548_person623_virus_1197.png + label: labels/Darwin_00000548_person623_virus_1197.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000549_person624_virus_1198 + subject_id: person624 + split: train + image: images/Darwin_00000549_person624_virus_1198.png + label: labels/Darwin_00000549_person624_virus_1198.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000550_person625_virus_1199 + subject_id: person625 + split: train + image: images/Darwin_00000550_person625_virus_1199.png + label: labels/Darwin_00000550_person625_virus_1199.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000551_person626_virus_1202 + subject_id: person626 + split: train + image: images/Darwin_00000551_person626_virus_1202.png + label: labels/Darwin_00000551_person626_virus_1202.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000552_person627_virus_1204 + subject_id: person627 + split: train + image: images/Darwin_00000552_person627_virus_1204.png + label: labels/Darwin_00000552_person627_virus_1204.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000553_person628_virus_1206 + subject_id: person628 + split: val + image: images/Darwin_00000553_person628_virus_1206.png + label: labels/Darwin_00000553_person628_virus_1206.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000554_person629_virus_1207 + subject_id: person629 + split: test + image: images/Darwin_00000554_person629_virus_1207.png + label: labels/Darwin_00000554_person629_virus_1207.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000555_person630_virus_1209 + subject_id: person630 + split: val + image: images/Darwin_00000555_person630_virus_1209.png + label: labels/Darwin_00000555_person630_virus_1209.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000556_person632_virus_1211 + subject_id: person632 + split: train + image: images/Darwin_00000556_person632_virus_1211.png + label: labels/Darwin_00000556_person632_virus_1211.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000557_person633_virus_1213 + subject_id: person633 + split: train + image: images/Darwin_00000557_person633_virus_1213.png + label: labels/Darwin_00000557_person633_virus_1213.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000558_person636_virus_1217 + subject_id: person636 + split: train + image: images/Darwin_00000558_person636_virus_1217.png + label: labels/Darwin_00000558_person636_virus_1217.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000559_person637_virus_1218 + subject_id: person637 + split: val + image: images/Darwin_00000559_person637_virus_1218.png + label: labels/Darwin_00000559_person637_virus_1218.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000560_person639_virus_1220 + subject_id: person639 + split: train + image: images/Darwin_00000560_person639_virus_1220.png + label: labels/Darwin_00000560_person639_virus_1220.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000561_person640_virus_1221 + subject_id: person640 + split: train + image: images/Darwin_00000561_person640_virus_1221.png + label: labels/Darwin_00000561_person640_virus_1221.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000562_person641_virus_1222 + subject_id: person641 + split: train + image: images/Darwin_00000562_person641_virus_1222.png + label: labels/Darwin_00000562_person641_virus_1222.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000563_person642_virus_1223 + subject_id: person642 + split: train + image: images/Darwin_00000563_person642_virus_1223.png + label: labels/Darwin_00000563_person642_virus_1223.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000564_person644_virus_1225 + subject_id: person644 + split: val + image: images/Darwin_00000564_person644_virus_1225.png + label: labels/Darwin_00000564_person644_virus_1225.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000565_person645_virus_1226 + subject_id: person645 + split: val + image: images/Darwin_00000565_person645_virus_1226.png + label: labels/Darwin_00000565_person645_virus_1226.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000566_person646_virus_1227 + subject_id: person646 + split: train + image: images/Darwin_00000566_person646_virus_1227.png + label: labels/Darwin_00000566_person646_virus_1227.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000567_person647_virus_1228 + subject_id: person647 + split: train + image: images/Darwin_00000567_person647_virus_1228.png + label: labels/Darwin_00000567_person647_virus_1228.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000568_person647_virus_1229 + subject_id: person647 + split: train + image: images/Darwin_00000568_person647_virus_1229.png + label: labels/Darwin_00000568_person647_virus_1229.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000569_person648_virus_1230 + subject_id: person648 + split: val + image: images/Darwin_00000569_person648_virus_1230.png + label: labels/Darwin_00000569_person648_virus_1230.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000570_person649_virus_1231 + subject_id: person649 + split: val + image: images/Darwin_00000570_person649_virus_1231.png + label: labels/Darwin_00000570_person649_virus_1231.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000571_person650_virus_1232 + subject_id: person650 + split: train + image: images/Darwin_00000571_person650_virus_1232.png + label: labels/Darwin_00000571_person650_virus_1232.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000572_person652_virus_1234 + subject_id: person652 + split: test + image: images/Darwin_00000572_person652_virus_1234.png + label: labels/Darwin_00000572_person652_virus_1234.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000573_person653_virus_1235 + subject_id: person653 + split: val + image: images/Darwin_00000573_person653_virus_1235.png + label: labels/Darwin_00000573_person653_virus_1235.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000574_person656_virus_1238 + subject_id: person656 + split: train + image: images/Darwin_00000574_person656_virus_1238.png + label: labels/Darwin_00000574_person656_virus_1238.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000575_person657_virus_1240 + subject_id: person657 + split: train + image: images/Darwin_00000575_person657_virus_1240.png + label: labels/Darwin_00000575_person657_virus_1240.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000576_person658_virus_1241 + subject_id: person658 + split: val + image: images/Darwin_00000576_person658_virus_1241.png + label: labels/Darwin_00000576_person658_virus_1241.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000577_person659_virus_1243 + subject_id: person659 + split: train + image: images/Darwin_00000577_person659_virus_1243.png + label: labels/Darwin_00000577_person659_virus_1243.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000578_person660_virus_1244 + subject_id: person660 + split: train + image: images/Darwin_00000578_person660_virus_1244.png + label: labels/Darwin_00000578_person660_virus_1244.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000579_person661_virus_1245 + subject_id: person661 + split: train + image: images/Darwin_00000579_person661_virus_1245.png + label: labels/Darwin_00000579_person661_virus_1245.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000580_person662_virus_1246 + subject_id: person662 + split: test + image: images/Darwin_00000580_person662_virus_1246.png + label: labels/Darwin_00000580_person662_virus_1246.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000581_person663_virus_1247 + subject_id: person663 + split: train + image: images/Darwin_00000581_person663_virus_1247.png + label: labels/Darwin_00000581_person663_virus_1247.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000582_person663_virus_1248 + subject_id: person663 + split: train + image: images/Darwin_00000582_person663_virus_1248.png + label: labels/Darwin_00000582_person663_virus_1248.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000583_person664_virus_1249 + subject_id: person664 + split: train + image: images/Darwin_00000583_person664_virus_1249.png + label: labels/Darwin_00000583_person664_virus_1249.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000584_person665_virus_1250 + subject_id: person665 + split: train + image: images/Darwin_00000584_person665_virus_1250.png + label: labels/Darwin_00000584_person665_virus_1250.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000585_person666_virus_1251 + subject_id: person666 + split: test + image: images/Darwin_00000585_person666_virus_1251.png + label: labels/Darwin_00000585_person666_virus_1251.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000586_person667_virus_1252 + subject_id: person667 + split: train + image: images/Darwin_00000586_person667_virus_1252.png + label: labels/Darwin_00000586_person667_virus_1252.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000587_person667_virus_1253 + subject_id: person667 + split: train + image: images/Darwin_00000587_person667_virus_1253.png + label: labels/Darwin_00000587_person667_virus_1253.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000589_person670_virus_1256 + subject_id: person670 + split: train + image: images/Darwin_00000589_person670_virus_1256.png + label: labels/Darwin_00000589_person670_virus_1256.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000591_person671_virus_1260 + subject_id: person671 + split: val + image: images/Darwin_00000591_person671_virus_1260.png + label: labels/Darwin_00000591_person671_virus_1260.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000592_person672_virus_1261 + subject_id: person672 + split: train + image: images/Darwin_00000592_person672_virus_1261.png + label: labels/Darwin_00000592_person672_virus_1261.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000593_person673_virus_1263 + subject_id: person673 + split: train + image: images/Darwin_00000593_person673_virus_1263.png + label: labels/Darwin_00000593_person673_virus_1263.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000594_person677_virus_1268 + subject_id: person677 + split: train + image: images/Darwin_00000594_person677_virus_1268.png + label: labels/Darwin_00000594_person677_virus_1268.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000595_person679_virus_1270 + subject_id: person679 + split: val + image: images/Darwin_00000595_person679_virus_1270.png + label: labels/Darwin_00000595_person679_virus_1270.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000596_person681_virus_1272 + subject_id: person681 + split: val + image: images/Darwin_00000596_person681_virus_1272.png + label: labels/Darwin_00000596_person681_virus_1272.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000597_person682_virus_1273 + subject_id: person682 + split: train + image: images/Darwin_00000597_person682_virus_1273.png + label: labels/Darwin_00000597_person682_virus_1273.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000598_person684_virus_1275 + subject_id: person684 + split: train + image: images/Darwin_00000598_person684_virus_1275.png + label: labels/Darwin_00000598_person684_virus_1275.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000599_person688_virus_1281 + subject_id: person688 + split: val + image: images/Darwin_00000599_person688_virus_1281.png + label: labels/Darwin_00000599_person688_virus_1281.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000601_person692_virus_1286 + subject_id: person692 + split: train + image: images/Darwin_00000601_person692_virus_1286.png + label: labels/Darwin_00000601_person692_virus_1286.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000602_person698_virus_1294 + subject_id: person698 + split: train + image: images/Darwin_00000602_person698_virus_1294.png + label: labels/Darwin_00000602_person698_virus_1294.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000603_person699_virus_1295 + subject_id: person699 + split: train + image: images/Darwin_00000603_person699_virus_1295.png + label: labels/Darwin_00000603_person699_virus_1295.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000604_person701_virus_1297 + subject_id: person701 + split: val + image: images/Darwin_00000604_person701_virus_1297.png + label: labels/Darwin_00000604_person701_virus_1297.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000605_person702_virus_1299 + subject_id: person702 + split: train + image: images/Darwin_00000605_person702_virus_1299.png + label: labels/Darwin_00000605_person702_virus_1299.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000606_person703_virus_1300 + subject_id: person703 + split: train + image: images/Darwin_00000606_person703_virus_1300.png + label: labels/Darwin_00000606_person703_virus_1300.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000607_person704_virus_1301 + subject_id: person704 + split: val + image: images/Darwin_00000607_person704_virus_1301.png + label: labels/Darwin_00000607_person704_virus_1301.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000608_person705_virus_1302 + subject_id: person705 + split: test + image: images/Darwin_00000608_person705_virus_1302.png + label: labels/Darwin_00000608_person705_virus_1302.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000609_person705_virus_1303 + subject_id: person705 + split: test + image: images/Darwin_00000609_person705_virus_1303.png + label: labels/Darwin_00000609_person705_virus_1303.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000610_person706_virus_1304 + subject_id: person706 + split: test + image: images/Darwin_00000610_person706_virus_1304.png + label: labels/Darwin_00000610_person706_virus_1304.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000611_person707_virus_1305 + subject_id: person707 + split: train + image: images/Darwin_00000611_person707_virus_1305.png + label: labels/Darwin_00000611_person707_virus_1305.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000612_person710_virus_1308 + subject_id: person710 + split: val + image: images/Darwin_00000612_person710_virus_1308.png + label: labels/Darwin_00000612_person710_virus_1308.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000613_person711_virus_1309 + subject_id: person711 + split: train + image: images/Darwin_00000613_person711_virus_1309.png + label: labels/Darwin_00000613_person711_virus_1309.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000615_person716_virus_1314 + subject_id: person716 + split: train + image: images/Darwin_00000615_person716_virus_1314.png + label: labels/Darwin_00000615_person716_virus_1314.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000618_person720_virus_1339 + subject_id: person720 + split: train + image: images/Darwin_00000618_person720_virus_1339.png + label: labels/Darwin_00000618_person720_virus_1339.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000619_person721_virus_1340 + subject_id: person721 + split: train + image: images/Darwin_00000619_person721_virus_1340.png + label: labels/Darwin_00000619_person721_virus_1340.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000620_person722_virus_1341 + subject_id: person722 + split: train + image: images/Darwin_00000620_person722_virus_1341.png + label: labels/Darwin_00000620_person722_virus_1341.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000621_person723_virus_1342 + subject_id: person723 + split: train + image: images/Darwin_00000621_person723_virus_1342.png + label: labels/Darwin_00000621_person723_virus_1342.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000622_person724_virus_1343 + subject_id: person724 + split: train + image: images/Darwin_00000622_person724_virus_1343.png + label: labels/Darwin_00000622_person724_virus_1343.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000623_person724_virus_1344 + subject_id: person724 + split: train + image: images/Darwin_00000623_person724_virus_1344.png + label: labels/Darwin_00000623_person724_virus_1344.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000624_person727_virus_1347 + subject_id: person727 + split: train + image: images/Darwin_00000624_person727_virus_1347.png + label: labels/Darwin_00000624_person727_virus_1347.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000625_person525_virus_1046 + subject_id: person525 + split: test + image: images/Darwin_00000625_person525_virus_1046.png + label: labels/Darwin_00000625_person525_virus_1046.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000626_person527_virus_1048 + subject_id: person527 + split: train + image: images/Darwin_00000626_person527_virus_1048.png + label: labels/Darwin_00000626_person527_virus_1048.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000627_person528_virus_1049 + subject_id: person528 + split: train + image: images/Darwin_00000627_person528_virus_1049.png + label: labels/Darwin_00000627_person528_virus_1049.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000628_person529_virus_1050 + subject_id: person529 + split: val + image: images/Darwin_00000628_person529_virus_1050.png + label: labels/Darwin_00000628_person529_virus_1050.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000629_person530_virus_1052 + subject_id: person530 + split: val + image: images/Darwin_00000629_person530_virus_1052.png + label: labels/Darwin_00000629_person530_virus_1052.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000630_person531_virus_1053 + subject_id: person531 + split: train + image: images/Darwin_00000630_person531_virus_1053.png + label: labels/Darwin_00000630_person531_virus_1053.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000631_person532_virus_1054 + subject_id: person532 + split: train + image: images/Darwin_00000631_person532_virus_1054.png + label: labels/Darwin_00000631_person532_virus_1054.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000632_person533_virus_1055 + subject_id: person533 + split: train + image: images/Darwin_00000632_person533_virus_1055.png + label: labels/Darwin_00000632_person533_virus_1055.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000633_person534_virus_1061 + subject_id: person534 + split: test + image: images/Darwin_00000633_person534_virus_1061.png + label: labels/Darwin_00000633_person534_virus_1061.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000634_person535_virus_1062 + subject_id: person535 + split: test + image: images/Darwin_00000634_person535_virus_1062.png + label: labels/Darwin_00000634_person535_virus_1062.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000635_person536_virus_1064 + subject_id: person536 + split: train + image: images/Darwin_00000635_person536_virus_1064.png + label: labels/Darwin_00000635_person536_virus_1064.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000636_person536_virus_1065 + subject_id: person536 + split: train + image: images/Darwin_00000636_person536_virus_1065.png + label: labels/Darwin_00000636_person536_virus_1065.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000637_person537_virus_1067 + subject_id: person537 + split: train + image: images/Darwin_00000637_person537_virus_1067.png + label: labels/Darwin_00000637_person537_virus_1067.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000639_person539_virus_1069 + subject_id: person539 + split: train + image: images/Darwin_00000639_person539_virus_1069.png + label: labels/Darwin_00000639_person539_virus_1069.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000640_person540_virus_1070 + subject_id: person540 + split: test + image: images/Darwin_00000640_person540_virus_1070.png + label: labels/Darwin_00000640_person540_virus_1070.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000641_person541_virus_1071 + subject_id: person541 + split: train + image: images/Darwin_00000641_person541_virus_1071.png + label: labels/Darwin_00000641_person541_virus_1071.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000642_person542_virus_1072 + subject_id: person542 + split: val + image: images/Darwin_00000642_person542_virus_1072.png + label: labels/Darwin_00000642_person542_virus_1072.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000643_person543_virus_1073 + subject_id: person543 + split: val + image: images/Darwin_00000643_person543_virus_1073.png + label: labels/Darwin_00000643_person543_virus_1073.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000644_person544_virus_1074 + subject_id: person544 + split: train + image: images/Darwin_00000644_person544_virus_1074.png + label: labels/Darwin_00000644_person544_virus_1074.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000645_person544_virus_1075 + subject_id: person544 + split: train + image: images/Darwin_00000645_person544_virus_1075.png + label: labels/Darwin_00000645_person544_virus_1075.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000646_person544_virus_1076 + subject_id: person544 + split: train + image: images/Darwin_00000646_person544_virus_1076.png + label: labels/Darwin_00000646_person544_virus_1076.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000647_person544_virus_1078 + subject_id: person544 + split: train + image: images/Darwin_00000647_person544_virus_1078.png + label: labels/Darwin_00000647_person544_virus_1078.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000648_person544_virus_1079 + subject_id: person544 + split: train + image: images/Darwin_00000648_person544_virus_1079.png + label: labels/Darwin_00000648_person544_virus_1079.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000649_person544_virus_1080 + subject_id: person544 + split: train + image: images/Darwin_00000649_person544_virus_1080.png + label: labels/Darwin_00000649_person544_virus_1080.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000650_person545_virus_1081 + subject_id: person545 + split: train + image: images/Darwin_00000650_person545_virus_1081.png + label: labels/Darwin_00000650_person545_virus_1081.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000651_person546_virus_1085 + subject_id: person546 + split: train + image: images/Darwin_00000651_person546_virus_1085.png + label: labels/Darwin_00000651_person546_virus_1085.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000652_person547_virus_1086 + subject_id: person547 + split: train + image: images/Darwin_00000652_person547_virus_1086.png + label: labels/Darwin_00000652_person547_virus_1086.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000653_person548_virus_1088 + subject_id: person548 + split: train + image: images/Darwin_00000653_person548_virus_1088.png + label: labels/Darwin_00000653_person548_virus_1088.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000654_person549_virus_1089 + subject_id: person549 + split: train + image: images/Darwin_00000654_person549_virus_1089.png + label: labels/Darwin_00000654_person549_virus_1089.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000655_person550_virus_1090 + subject_id: person550 + split: val + image: images/Darwin_00000655_person550_virus_1090.png + label: labels/Darwin_00000655_person550_virus_1090.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000656_person551_virus_1091 + subject_id: person551 + split: train + image: images/Darwin_00000656_person551_virus_1091.png + label: labels/Darwin_00000656_person551_virus_1091.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000657_person552_virus_1092 + subject_id: person552 + split: test + image: images/Darwin_00000657_person552_virus_1092.png + label: labels/Darwin_00000657_person552_virus_1092.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000658_person553_virus_1093 + subject_id: person553 + split: train + image: images/Darwin_00000658_person553_virus_1093.png + label: labels/Darwin_00000658_person553_virus_1093.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000659_person554_virus_1094 + subject_id: person554 + split: train + image: images/Darwin_00000659_person554_virus_1094.png + label: labels/Darwin_00000659_person554_virus_1094.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000660_person556_virus_1096 + subject_id: person556 + split: val + image: images/Darwin_00000660_person556_virus_1096.png + label: labels/Darwin_00000660_person556_virus_1096.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000661_person557_virus_1097 + subject_id: person557 + split: train + image: images/Darwin_00000661_person557_virus_1097.png + label: labels/Darwin_00000661_person557_virus_1097.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000662_person558_virus_1098 + subject_id: person558 + split: train + image: images/Darwin_00000662_person558_virus_1098.png + label: labels/Darwin_00000662_person558_virus_1098.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000663_person559_virus_1099 + subject_id: person559 + split: train + image: images/Darwin_00000663_person559_virus_1099.png + label: labels/Darwin_00000663_person559_virus_1099.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000664_person562_virus_1102 + subject_id: person562 + split: train + image: images/Darwin_00000664_person562_virus_1102.png + label: labels/Darwin_00000664_person562_virus_1102.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000665_person563_virus_1103 + subject_id: person563 + split: train + image: images/Darwin_00000665_person563_virus_1103.png + label: labels/Darwin_00000665_person563_virus_1103.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000666_person564_virus_1104 + subject_id: person564 + split: train + image: images/Darwin_00000666_person564_virus_1104.png + label: labels/Darwin_00000666_person564_virus_1104.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000667_person565_virus_1105 + subject_id: person565 + split: test + image: images/Darwin_00000667_person565_virus_1105.png + label: labels/Darwin_00000667_person565_virus_1105.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000668_person566_virus_1106 + subject_id: person566 + split: train + image: images/Darwin_00000668_person566_virus_1106.png + label: labels/Darwin_00000668_person566_virus_1106.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000669_person567_virus_1107 + subject_id: person567 + split: train + image: images/Darwin_00000669_person567_virus_1107.png + label: labels/Darwin_00000669_person567_virus_1107.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000670_person569_virus_1110 + subject_id: person569 + split: train + image: images/Darwin_00000670_person569_virus_1110.png + label: labels/Darwin_00000670_person569_virus_1110.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000671_person570_virus_1112 + subject_id: person570 + split: train + image: images/Darwin_00000671_person570_virus_1112.png + label: labels/Darwin_00000671_person570_virus_1112.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000673_person573_virus_1116 + subject_id: person573 + split: train + image: images/Darwin_00000673_person573_virus_1116.png + label: labels/Darwin_00000673_person573_virus_1116.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000674_person574_virus_1118 + subject_id: person574 + split: train + image: images/Darwin_00000674_person574_virus_1118.png + label: labels/Darwin_00000674_person574_virus_1118.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000675_person575_virus_1119 + subject_id: person575 + split: train + image: images/Darwin_00000675_person575_virus_1119.png + label: labels/Darwin_00000675_person575_virus_1119.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000676_person576_virus_1120 + subject_id: person576 + split: train + image: images/Darwin_00000676_person576_virus_1120.png + label: labels/Darwin_00000676_person576_virus_1120.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000677_person577_virus_1121 + subject_id: person577 + split: train + image: images/Darwin_00000677_person577_virus_1121.png + label: labels/Darwin_00000677_person577_virus_1121.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000678_person578_virus_1122 + subject_id: person578 + split: val + image: images/Darwin_00000678_person578_virus_1122.png + label: labels/Darwin_00000678_person578_virus_1122.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000679_person579_virus_1123 + subject_id: person579 + split: test + image: images/Darwin_00000679_person579_virus_1123.png + label: labels/Darwin_00000679_person579_virus_1123.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000680_person581_virus_1125 + subject_id: person581 + split: train + image: images/Darwin_00000680_person581_virus_1125.png + label: labels/Darwin_00000680_person581_virus_1125.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000681_person583_virus_1127 + subject_id: person583 + split: train + image: images/Darwin_00000681_person583_virus_1127.png + label: labels/Darwin_00000681_person583_virus_1127.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000682_person584_virus_1128 + subject_id: person584 + split: train + image: images/Darwin_00000682_person584_virus_1128.png + label: labels/Darwin_00000682_person584_virus_1128.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000683_person585_virus_1129 + subject_id: person585 + split: train + image: images/Darwin_00000683_person585_virus_1129.png + label: labels/Darwin_00000683_person585_virus_1129.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000684_person586_virus_1130 + subject_id: person586 + split: train + image: images/Darwin_00000684_person586_virus_1130.png + label: labels/Darwin_00000684_person586_virus_1130.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000685_person588_virus_1134 + subject_id: person588 + split: train + image: images/Darwin_00000685_person588_virus_1134.png + label: labels/Darwin_00000685_person588_virus_1134.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000686_person588_virus_1135 + subject_id: person588 + split: train + image: images/Darwin_00000686_person588_virus_1135.png + label: labels/Darwin_00000686_person588_virus_1135.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000687_person590_virus_1138 + subject_id: person590 + split: train + image: images/Darwin_00000687_person590_virus_1138.png + label: labels/Darwin_00000687_person590_virus_1138.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000688_person591_virus_1139 + subject_id: person591 + split: train + image: images/Darwin_00000688_person591_virus_1139.png + label: labels/Darwin_00000688_person591_virus_1139.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000689_person592_virus_1141 + subject_id: person592 + split: train + image: images/Darwin_00000689_person592_virus_1141.png + label: labels/Darwin_00000689_person592_virus_1141.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000690_person593_virus_1142 + subject_id: person593 + split: train + image: images/Darwin_00000690_person593_virus_1142.png + label: labels/Darwin_00000690_person593_virus_1142.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000691_person594_virus_1145 + subject_id: person594 + split: train + image: images/Darwin_00000691_person594_virus_1145.png + label: labels/Darwin_00000691_person594_virus_1145.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000692_person595_virus_1147 + subject_id: person595 + split: train + image: images/Darwin_00000692_person595_virus_1147.png + label: labels/Darwin_00000692_person595_virus_1147.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000693_person596_virus_1149 + subject_id: person596 + split: train + image: images/Darwin_00000693_person596_virus_1149.png + label: labels/Darwin_00000693_person596_virus_1149.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000694_person597_virus_1150 + subject_id: person597 + split: val + image: images/Darwin_00000694_person597_virus_1150.png + label: labels/Darwin_00000694_person597_virus_1150.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000695_person598_virus_1151 + subject_id: person598 + split: val + image: images/Darwin_00000695_person598_virus_1151.png + label: labels/Darwin_00000695_person598_virus_1151.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000696_person598_virus_1153 + subject_id: person598 + split: val + image: images/Darwin_00000696_person598_virus_1153.png + label: labels/Darwin_00000696_person598_virus_1153.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000697_person598_virus_1154 + subject_id: person598 + split: val + image: images/Darwin_00000697_person598_virus_1154.png + label: labels/Darwin_00000697_person598_virus_1154.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000698_person599_virus_1155 + subject_id: person599 + split: test + image: images/Darwin_00000698_person599_virus_1155.png + label: labels/Darwin_00000698_person599_virus_1155.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000699_person600_virus_1156 + subject_id: person600 + split: val + image: images/Darwin_00000699_person600_virus_1156.png + label: labels/Darwin_00000699_person600_virus_1156.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000700_person459_virus_947 + subject_id: person459 + split: train + image: images/Darwin_00000700_person459_virus_947.png + label: labels/Darwin_00000700_person459_virus_947.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000701_person460_virus_948 + subject_id: person460 + split: train + image: images/Darwin_00000701_person460_virus_948.png + label: labels/Darwin_00000701_person460_virus_948.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000702_person461_virus_949 + subject_id: person461 + split: val + image: images/Darwin_00000702_person461_virus_949.png + label: labels/Darwin_00000702_person461_virus_949.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000703_person461_virus_950 + subject_id: person461 + split: val + image: images/Darwin_00000703_person461_virus_950.png + label: labels/Darwin_00000703_person461_virus_950.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000704_person462_virus_951 + subject_id: person462 + split: train + image: images/Darwin_00000704_person462_virus_951.png + label: labels/Darwin_00000704_person462_virus_951.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000705_person463_virus_952 + subject_id: person463 + split: train + image: images/Darwin_00000705_person463_virus_952.png + label: labels/Darwin_00000705_person463_virus_952.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000706_person463_virus_953 + subject_id: person463 + split: train + image: images/Darwin_00000706_person463_virus_953.png + label: labels/Darwin_00000706_person463_virus_953.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000707_person464_virus_954 + subject_id: person464 + split: val + image: images/Darwin_00000707_person464_virus_954.png + label: labels/Darwin_00000707_person464_virus_954.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000708_person464_virus_956 + subject_id: person464 + split: val + image: images/Darwin_00000708_person464_virus_956.png + label: labels/Darwin_00000708_person464_virus_956.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000709_person465_virus_957 + subject_id: person465 + split: train + image: images/Darwin_00000709_person465_virus_957.png + label: labels/Darwin_00000709_person465_virus_957.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000710_person466_virus_960 + subject_id: person466 + split: train + image: images/Darwin_00000710_person466_virus_960.png + label: labels/Darwin_00000710_person466_virus_960.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000711_person467_virus_961 + subject_id: person467 + split: train + image: images/Darwin_00000711_person467_virus_961.png + label: labels/Darwin_00000711_person467_virus_961.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000712_person468_virus_963 + subject_id: person468 + split: train + image: images/Darwin_00000712_person468_virus_963.png + label: labels/Darwin_00000712_person468_virus_963.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000713_person469_virus_965 + subject_id: person469 + split: test + image: images/Darwin_00000713_person469_virus_965.png + label: labels/Darwin_00000713_person469_virus_965.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000714_person470_virus_966 + subject_id: person470 + split: train + image: images/Darwin_00000714_person470_virus_966.png + label: labels/Darwin_00000714_person470_virus_966.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000715_person471_virus_967 + subject_id: person471 + split: train + image: images/Darwin_00000715_person471_virus_967.png + label: labels/Darwin_00000715_person471_virus_967.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000716_person471_virus_968 + subject_id: person471 + split: train + image: images/Darwin_00000716_person471_virus_968.png + label: labels/Darwin_00000716_person471_virus_968.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000717_person472_virus_969 + subject_id: person472 + split: train + image: images/Darwin_00000717_person472_virus_969.png + label: labels/Darwin_00000717_person472_virus_969.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000718_person474_virus_971 + subject_id: person474 + split: train + image: images/Darwin_00000718_person474_virus_971.png + label: labels/Darwin_00000718_person474_virus_971.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000719_person475_virus_972 + subject_id: person475 + split: val + image: images/Darwin_00000719_person475_virus_972.png + label: labels/Darwin_00000719_person475_virus_972.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000720_person476_virus_973 + subject_id: person476 + split: train + image: images/Darwin_00000720_person476_virus_973.png + label: labels/Darwin_00000720_person476_virus_973.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000721_person478_virus_975 + subject_id: person478 + split: train + image: images/Darwin_00000721_person478_virus_975.png + label: labels/Darwin_00000721_person478_virus_975.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000722_person479_virus_978 + subject_id: person479 + split: train + image: images/Darwin_00000722_person479_virus_978.png + label: labels/Darwin_00000722_person479_virus_978.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000725_person481_virus_983 + subject_id: person481 + split: train + image: images/Darwin_00000725_person481_virus_983.png + label: labels/Darwin_00000725_person481_virus_983.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000726_person482_virus_984 + subject_id: person482 + split: train + image: images/Darwin_00000726_person482_virus_984.png + label: labels/Darwin_00000726_person482_virus_984.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000727_person483_virus_985 + subject_id: person483 + split: train + image: images/Darwin_00000727_person483_virus_985.png + label: labels/Darwin_00000727_person483_virus_985.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000728_person484_virus_986 + subject_id: person484 + split: train + image: images/Darwin_00000728_person484_virus_986.png + label: labels/Darwin_00000728_person484_virus_986.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000729_person485_virus_988 + subject_id: person485 + split: train + image: images/Darwin_00000729_person485_virus_988.png + label: labels/Darwin_00000729_person485_virus_988.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000730_person486_virus_990 + subject_id: person486 + split: train + image: images/Darwin_00000730_person486_virus_990.png + label: labels/Darwin_00000730_person486_virus_990.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000731_person487_virus_991 + subject_id: person487 + split: train + image: images/Darwin_00000731_person487_virus_991.png + label: labels/Darwin_00000731_person487_virus_991.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000732_person488_virus_992 + subject_id: person488 + split: train + image: images/Darwin_00000732_person488_virus_992.png + label: labels/Darwin_00000732_person488_virus_992.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000733_person489_virus_994 + subject_id: person489 + split: train + image: images/Darwin_00000733_person489_virus_994.png + label: labels/Darwin_00000733_person489_virus_994.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000735_person490_virus_996 + subject_id: person490 + split: train + image: images/Darwin_00000735_person490_virus_996.png + label: labels/Darwin_00000735_person490_virus_996.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000737_person492_virus_998 + subject_id: person492 + split: train + image: images/Darwin_00000737_person492_virus_998.png + label: labels/Darwin_00000737_person492_virus_998.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000738_person493_virus_999 + subject_id: person493 + split: train + image: images/Darwin_00000738_person493_virus_999.png + label: labels/Darwin_00000738_person493_virus_999.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000739_person494_virus_1000 + subject_id: person494 + split: train + image: images/Darwin_00000739_person494_virus_1000.png + label: labels/Darwin_00000739_person494_virus_1000.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000740_person495_virus_1001 + subject_id: person495 + split: train + image: images/Darwin_00000740_person495_virus_1001.png + label: labels/Darwin_00000740_person495_virus_1001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000741_person496_virus_1003 + subject_id: person496 + split: train + image: images/Darwin_00000741_person496_virus_1003.png + label: labels/Darwin_00000741_person496_virus_1003.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000742_person497_virus_1005 + subject_id: person497 + split: train + image: images/Darwin_00000742_person497_virus_1005.png + label: labels/Darwin_00000742_person497_virus_1005.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000743_person498_virus_1007 + subject_id: person498 + split: val + image: images/Darwin_00000743_person498_virus_1007.png + label: labels/Darwin_00000743_person498_virus_1007.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000744_person499_virus_1008 + subject_id: person499 + split: train + image: images/Darwin_00000744_person499_virus_1008.png + label: labels/Darwin_00000744_person499_virus_1008.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000745_person500_virus_1009 + subject_id: person500 + split: val + image: images/Darwin_00000745_person500_virus_1009.png + label: labels/Darwin_00000745_person500_virus_1009.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000746_person501_virus_1010 + subject_id: person501 + split: train + image: images/Darwin_00000746_person501_virus_1010.png + label: labels/Darwin_00000746_person501_virus_1010.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000749_person503_virus_1013 + subject_id: person503 + split: train + image: images/Darwin_00000749_person503_virus_1013.png + label: labels/Darwin_00000749_person503_virus_1013.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000750_person505_virus_1017 + subject_id: person505 + split: train + image: images/Darwin_00000750_person505_virus_1017.png + label: labels/Darwin_00000750_person505_virus_1017.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000751_person506_virus_1018 + subject_id: person506 + split: train + image: images/Darwin_00000751_person506_virus_1018.png + label: labels/Darwin_00000751_person506_virus_1018.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000752_person507_virus_1019 + subject_id: person507 + split: train + image: images/Darwin_00000752_person507_virus_1019.png + label: labels/Darwin_00000752_person507_virus_1019.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000753_person508_virus_1020 + subject_id: person508 + split: train + image: images/Darwin_00000753_person508_virus_1020.png + label: labels/Darwin_00000753_person508_virus_1020.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000754_person508_virus_1021 + subject_id: person508 + split: train + image: images/Darwin_00000754_person508_virus_1021.png + label: labels/Darwin_00000754_person508_virus_1021.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000755_person509_virus_1024 + subject_id: person509 + split: train + image: images/Darwin_00000755_person509_virus_1024.png + label: labels/Darwin_00000755_person509_virus_1024.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000756_person509_virus_1025 + subject_id: person509 + split: train + image: images/Darwin_00000756_person509_virus_1025.png + label: labels/Darwin_00000756_person509_virus_1025.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000757_person510_virus_1026 + subject_id: person510 + split: test + image: images/Darwin_00000757_person510_virus_1026.png + label: labels/Darwin_00000757_person510_virus_1026.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000759_person512_virus_1029 + subject_id: person512 + split: train + image: images/Darwin_00000759_person512_virus_1029.png + label: labels/Darwin_00000759_person512_virus_1029.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000760_person513_virus_1030 + subject_id: person513 + split: test + image: images/Darwin_00000760_person513_virus_1030.png + label: labels/Darwin_00000760_person513_virus_1030.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000762_person515_virus_1032 + subject_id: person515 + split: train + image: images/Darwin_00000762_person515_virus_1032.png + label: labels/Darwin_00000762_person515_virus_1032.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000763_person516_virus_1033 + subject_id: person516 + split: train + image: images/Darwin_00000763_person516_virus_1033.png + label: labels/Darwin_00000763_person516_virus_1033.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000764_person517_virus_1034 + subject_id: person517 + split: train + image: images/Darwin_00000764_person517_virus_1034.png + label: labels/Darwin_00000764_person517_virus_1034.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000765_person517_virus_1035 + subject_id: person517 + split: train + image: images/Darwin_00000765_person517_virus_1035.png + label: labels/Darwin_00000765_person517_virus_1035.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000766_person518_virus_1036 + subject_id: person518 + split: test + image: images/Darwin_00000766_person518_virus_1036.png + label: labels/Darwin_00000766_person518_virus_1036.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000767_person519_virus_1038 + subject_id: person519 + split: val + image: images/Darwin_00000767_person519_virus_1038.png + label: labels/Darwin_00000767_person519_virus_1038.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000768_person520_virus_1039 + subject_id: person520 + split: train + image: images/Darwin_00000768_person520_virus_1039.png + label: labels/Darwin_00000768_person520_virus_1039.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000769_person521_virus_1040 + subject_id: person521 + split: train + image: images/Darwin_00000769_person521_virus_1040.png + label: labels/Darwin_00000769_person521_virus_1040.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000770_person522_virus_1041 + subject_id: person522 + split: train + image: images/Darwin_00000770_person522_virus_1041.png + label: labels/Darwin_00000770_person522_virus_1041.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000771_person523_virus_1043 + subject_id: person523 + split: val + image: images/Darwin_00000771_person523_virus_1043.png + label: labels/Darwin_00000771_person523_virus_1043.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000772_person524_virus_1045 + subject_id: person524 + split: train + image: images/Darwin_00000772_person524_virus_1045.png + label: labels/Darwin_00000772_person524_virus_1045.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000773_person394_virus_786 + subject_id: person394 + split: train + image: images/Darwin_00000773_person394_virus_786.png + label: labels/Darwin_00000773_person394_virus_786.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000774_person395_virus_788 + subject_id: person395 + split: train + image: images/Darwin_00000774_person395_virus_788.png + label: labels/Darwin_00000774_person395_virus_788.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000775_person396_virus_789 + subject_id: person396 + split: test + image: images/Darwin_00000775_person396_virus_789.png + label: labels/Darwin_00000775_person396_virus_789.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000776_person397_virus_790 + subject_id: person397 + split: train + image: images/Darwin_00000776_person397_virus_790.png + label: labels/Darwin_00000776_person397_virus_790.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000777_person399_virus_793 + subject_id: person399 + split: train + image: images/Darwin_00000777_person399_virus_793.png + label: labels/Darwin_00000777_person399_virus_793.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000778_person400_virus_794 + subject_id: person400 + split: test + image: images/Darwin_00000778_person400_virus_794.png + label: labels/Darwin_00000778_person400_virus_794.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000779_person401_virus_795 + subject_id: person401 + split: val + image: images/Darwin_00000779_person401_virus_795.png + label: labels/Darwin_00000779_person401_virus_795.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000780_person401_virus_797 + subject_id: person401 + split: val + image: images/Darwin_00000780_person401_virus_797.png + label: labels/Darwin_00000780_person401_virus_797.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000782_person402_virus_799 + subject_id: person402 + split: val + image: images/Darwin_00000782_person402_virus_799.png + label: labels/Darwin_00000782_person402_virus_799.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000783_person402_virus_801 + subject_id: person402 + split: val + image: images/Darwin_00000783_person402_virus_801.png + label: labels/Darwin_00000783_person402_virus_801.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000785_person405_virus_805 + subject_id: person405 + split: train + image: images/Darwin_00000785_person405_virus_805.png + label: labels/Darwin_00000785_person405_virus_805.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000789_person408_virus_815 + subject_id: person408 + split: train + image: images/Darwin_00000789_person408_virus_815.png + label: labels/Darwin_00000789_person408_virus_815.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000790_person409_virus_816 + subject_id: person409 + split: test + image: images/Darwin_00000790_person409_virus_816.png + label: labels/Darwin_00000790_person409_virus_816.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000791_person409_virus_818 + subject_id: person409 + split: test + image: images/Darwin_00000791_person409_virus_818.png + label: labels/Darwin_00000791_person409_virus_818.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000792_person409_virus_820 + subject_id: person409 + split: test + image: images/Darwin_00000792_person409_virus_820.png + label: labels/Darwin_00000792_person409_virus_820.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000793_person410_virus_821 + subject_id: person410 + split: train + image: images/Darwin_00000793_person410_virus_821.png + label: labels/Darwin_00000793_person410_virus_821.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000794_person413_virus_844 + subject_id: person413 + split: train + image: images/Darwin_00000794_person413_virus_844.png + label: labels/Darwin_00000794_person413_virus_844.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000796_person415_virus_847 + subject_id: person415 + split: train + image: images/Darwin_00000796_person415_virus_847.png + label: labels/Darwin_00000796_person415_virus_847.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000797_person416_virus_849 + subject_id: person416 + split: train + image: images/Darwin_00000797_person416_virus_849.png + label: labels/Darwin_00000797_person416_virus_849.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000798_person417_virus_850 + subject_id: person417 + split: val + image: images/Darwin_00000798_person417_virus_850.png + label: labels/Darwin_00000798_person417_virus_850.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000799_person418_virus_852 + subject_id: person418 + split: train + image: images/Darwin_00000799_person418_virus_852.png + label: labels/Darwin_00000799_person418_virus_852.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000800_person419_virus_855 + subject_id: person419 + split: val + image: images/Darwin_00000800_person419_virus_855.png + label: labels/Darwin_00000800_person419_virus_855.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000801_person419_virus_857 + subject_id: person419 + split: val + image: images/Darwin_00000801_person419_virus_857.png + label: labels/Darwin_00000801_person419_virus_857.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000802_person419_virus_859 + subject_id: person419 + split: val + image: images/Darwin_00000802_person419_virus_859.png + label: labels/Darwin_00000802_person419_virus_859.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000803_person419_virus_861 + subject_id: person419 + split: val + image: images/Darwin_00000803_person419_virus_861.png + label: labels/Darwin_00000803_person419_virus_861.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000807_person423_virus_869 + subject_id: person423 + split: test + image: images/Darwin_00000807_person423_virus_869.png + label: labels/Darwin_00000807_person423_virus_869.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000808_person425_virus_871 + subject_id: person425 + split: train + image: images/Darwin_00000808_person425_virus_871.png + label: labels/Darwin_00000808_person425_virus_871.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000810_person427_virus_875 + subject_id: person427 + split: train + image: images/Darwin_00000810_person427_virus_875.png + label: labels/Darwin_00000810_person427_virus_875.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000811_person428_virus_876 + subject_id: person428 + split: train + image: images/Darwin_00000811_person428_virus_876.png + label: labels/Darwin_00000811_person428_virus_876.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000812_person429_virus_877 + subject_id: person429 + split: test + image: images/Darwin_00000812_person429_virus_877.png + label: labels/Darwin_00000812_person429_virus_877.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000813_person430_virus_879 + subject_id: person430 + split: train + image: images/Darwin_00000813_person430_virus_879.png + label: labels/Darwin_00000813_person430_virus_879.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000814_person431_virus_880 + subject_id: person431 + split: train + image: images/Darwin_00000814_person431_virus_880.png + label: labels/Darwin_00000814_person431_virus_880.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000815_person432_virus_881 + subject_id: person432 + split: test + image: images/Darwin_00000815_person432_virus_881.png + label: labels/Darwin_00000815_person432_virus_881.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000816_person433_virus_882 + subject_id: person433 + split: train + image: images/Darwin_00000816_person433_virus_882.png + label: labels/Darwin_00000816_person433_virus_882.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000817_person434_virus_883 + subject_id: person434 + split: train + image: images/Darwin_00000817_person434_virus_883.png + label: labels/Darwin_00000817_person434_virus_883.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000818_person434_virus_884 + subject_id: person434 + split: train + image: images/Darwin_00000818_person434_virus_884.png + label: labels/Darwin_00000818_person434_virus_884.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000819_person435_virus_885 + subject_id: person435 + split: test + image: images/Darwin_00000819_person435_virus_885.png + label: labels/Darwin_00000819_person435_virus_885.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000820_person436_virus_886 + subject_id: person436 + split: train + image: images/Darwin_00000820_person436_virus_886.png + label: labels/Darwin_00000820_person436_virus_886.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000821_person437_virus_888 + subject_id: person437 + split: train + image: images/Darwin_00000821_person437_virus_888.png + label: labels/Darwin_00000821_person437_virus_888.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000822_person438_virus_889 + subject_id: person438 + split: train + image: images/Darwin_00000822_person438_virus_889.png + label: labels/Darwin_00000822_person438_virus_889.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000823_person439_virus_890 + subject_id: person439 + split: train + image: images/Darwin_00000823_person439_virus_890.png + label: labels/Darwin_00000823_person439_virus_890.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000824_person439_virus_891 + subject_id: person439 + split: train + image: images/Darwin_00000824_person439_virus_891.png + label: labels/Darwin_00000824_person439_virus_891.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000825_person440_virus_893 + subject_id: person440 + split: train + image: images/Darwin_00000825_person440_virus_893.png + label: labels/Darwin_00000825_person440_virus_893.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000826_person441_virus_894 + subject_id: person441 + split: train + image: images/Darwin_00000826_person441_virus_894.png + label: labels/Darwin_00000826_person441_virus_894.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000827_person441_virus_895 + subject_id: person441 + split: train + image: images/Darwin_00000827_person441_virus_895.png + label: labels/Darwin_00000827_person441_virus_895.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000828_person441_virus_896 + subject_id: person441 + split: train + image: images/Darwin_00000828_person441_virus_896.png + label: labels/Darwin_00000828_person441_virus_896.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000829_person441_virus_897 + subject_id: person441 + split: train + image: images/Darwin_00000829_person441_virus_897.png + label: labels/Darwin_00000829_person441_virus_897.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000830_person442_virus_898 + subject_id: person442 + split: train + image: images/Darwin_00000830_person442_virus_898.png + label: labels/Darwin_00000830_person442_virus_898.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000831_person442_virus_899 + subject_id: person442 + split: train + image: images/Darwin_00000831_person442_virus_899.png + label: labels/Darwin_00000831_person442_virus_899.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000832_person442_virus_900 + subject_id: person442 + split: train + image: images/Darwin_00000832_person442_virus_900.png + label: labels/Darwin_00000832_person442_virus_900.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000833_person442_virus_901 + subject_id: person442 + split: train + image: images/Darwin_00000833_person442_virus_901.png + label: labels/Darwin_00000833_person442_virus_901.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000834_person442_virus_902 + subject_id: person442 + split: train + image: images/Darwin_00000834_person442_virus_902.png + label: labels/Darwin_00000834_person442_virus_902.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000835_person442_virus_903 + subject_id: person442 + split: train + image: images/Darwin_00000835_person442_virus_903.png + label: labels/Darwin_00000835_person442_virus_903.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000836_person442_virus_904 + subject_id: person442 + split: train + image: images/Darwin_00000836_person442_virus_904.png + label: labels/Darwin_00000836_person442_virus_904.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000837_person442_virus_905 + subject_id: person442 + split: train + image: images/Darwin_00000837_person442_virus_905.png + label: labels/Darwin_00000837_person442_virus_905.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000838_person442_virus_906 + subject_id: person442 + split: train + image: images/Darwin_00000838_person442_virus_906.png + label: labels/Darwin_00000838_person442_virus_906.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000839_person443_virus_908 + subject_id: person443 + split: val + image: images/Darwin_00000839_person443_virus_908.png + label: labels/Darwin_00000839_person443_virus_908.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000840_person444_virus_911 + subject_id: person444 + split: train + image: images/Darwin_00000840_person444_virus_911.png + label: labels/Darwin_00000840_person444_virus_911.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000841_person445_virus_912 + subject_id: person445 + split: train + image: images/Darwin_00000841_person445_virus_912.png + label: labels/Darwin_00000841_person445_virus_912.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000842_person445_virus_913 + subject_id: person445 + split: train + image: images/Darwin_00000842_person445_virus_913.png + label: labels/Darwin_00000842_person445_virus_913.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000843_person445_virus_914 + subject_id: person445 + split: train + image: images/Darwin_00000843_person445_virus_914.png + label: labels/Darwin_00000843_person445_virus_914.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000844_person445_virus_915 + subject_id: person445 + split: train + image: images/Darwin_00000844_person445_virus_915.png + label: labels/Darwin_00000844_person445_virus_915.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000845_person445_virus_916 + subject_id: person445 + split: train + image: images/Darwin_00000845_person445_virus_916.png + label: labels/Darwin_00000845_person445_virus_916.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000846_person445_virus_917 + subject_id: person445 + split: train + image: images/Darwin_00000846_person445_virus_917.png + label: labels/Darwin_00000846_person445_virus_917.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000847_person445_virus_918 + subject_id: person445 + split: train + image: images/Darwin_00000847_person445_virus_918.png + label: labels/Darwin_00000847_person445_virus_918.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000848_person445_virus_919 + subject_id: person445 + split: train + image: images/Darwin_00000848_person445_virus_919.png + label: labels/Darwin_00000848_person445_virus_919.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000849_person446_virus_920 + subject_id: person446 + split: val + image: images/Darwin_00000849_person446_virus_920.png + label: labels/Darwin_00000849_person446_virus_920.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000850_person447_virus_921_1 + subject_id: person447 + split: train + image: images/Darwin_00000850_person447_virus_921_1.png + label: labels/Darwin_00000850_person447_virus_921_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000851_person447_virus_921 + subject_id: person447 + split: train + image: images/Darwin_00000851_person447_virus_921.png + label: labels/Darwin_00000851_person447_virus_921.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000852_person448_virus_922 + subject_id: person448 + split: train + image: images/Darwin_00000852_person448_virus_922.png + label: labels/Darwin_00000852_person448_virus_922.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000853_person450_virus_931 + subject_id: person450 + split: train + image: images/Darwin_00000853_person450_virus_931.png + label: labels/Darwin_00000853_person450_virus_931.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000854_person451_virus_932 + subject_id: person451 + split: val + image: images/Darwin_00000854_person451_virus_932.png + label: labels/Darwin_00000854_person451_virus_932.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000855_person453_virus_935 + subject_id: person453 + split: train + image: images/Darwin_00000855_person453_virus_935.png + label: labels/Darwin_00000855_person453_virus_935.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000856_person453_virus_936 + subject_id: person453 + split: train + image: images/Darwin_00000856_person453_virus_936.png + label: labels/Darwin_00000856_person453_virus_936.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000857_person454_virus_938 + subject_id: person454 + split: test + image: images/Darwin_00000857_person454_virus_938.png + label: labels/Darwin_00000857_person454_virus_938.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000858_person456_virus_943 + subject_id: person456 + split: test + image: images/Darwin_00000858_person456_virus_943.png + label: labels/Darwin_00000858_person456_virus_943.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000859_person457_virus_944 + subject_id: person457 + split: val + image: images/Darwin_00000859_person457_virus_944.png + label: labels/Darwin_00000859_person457_virus_944.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000860_person458_virus_945 + subject_id: person458 + split: train + image: images/Darwin_00000860_person458_virus_945.png + label: labels/Darwin_00000860_person458_virus_945.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000861_person327_virus_679 + subject_id: person327 + split: train + image: images/Darwin_00000861_person327_virus_679.png + label: labels/Darwin_00000861_person327_virus_679.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000862_person328_virus_681 + subject_id: person328 + split: val + image: images/Darwin_00000862_person328_virus_681.png + label: labels/Darwin_00000862_person328_virus_681.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000864_person330_virus_683 + subject_id: person330 + split: test + image: images/Darwin_00000864_person330_virus_683.png + label: labels/Darwin_00000864_person330_virus_683.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000865_person331_virus_684 + subject_id: person331 + split: train + image: images/Darwin_00000865_person331_virus_684.png + label: labels/Darwin_00000865_person331_virus_684.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000867_person333_virus_688 + subject_id: person333 + split: test + image: images/Darwin_00000867_person333_virus_688.png + label: labels/Darwin_00000867_person333_virus_688.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000869_person335_virus_690 + subject_id: person335 + split: train + image: images/Darwin_00000869_person335_virus_690.png + label: labels/Darwin_00000869_person335_virus_690.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000871_person339_virus_695 + subject_id: person339 + split: train + image: images/Darwin_00000871_person339_virus_695.png + label: labels/Darwin_00000871_person339_virus_695.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000872_person340_virus_698 + subject_id: person340 + split: val + image: images/Darwin_00000872_person340_virus_698.png + label: labels/Darwin_00000872_person340_virus_698.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000873_person341_virus_699 + subject_id: person341 + split: test + image: images/Darwin_00000873_person341_virus_699.png + label: labels/Darwin_00000873_person341_virus_699.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000877_person344_virus_705 + subject_id: person344 + split: train + image: images/Darwin_00000877_person344_virus_705.png + label: labels/Darwin_00000877_person344_virus_705.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000878_person346_virus_708 + subject_id: person346 + split: train + image: images/Darwin_00000878_person346_virus_708.png + label: labels/Darwin_00000878_person346_virus_708.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000879_person346_virus_709 + subject_id: person346 + split: train + image: images/Darwin_00000879_person346_virus_709.png + label: labels/Darwin_00000879_person346_virus_709.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000880_person348_virus_711 + subject_id: person348 + split: val + image: images/Darwin_00000880_person348_virus_711.png + label: labels/Darwin_00000880_person348_virus_711.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000881_person348_virus_714 + subject_id: person348 + split: val + image: images/Darwin_00000881_person348_virus_714.png + label: labels/Darwin_00000881_person348_virus_714.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000882_person348_virus_715 + subject_id: person348 + split: val + image: images/Darwin_00000882_person348_virus_715.png + label: labels/Darwin_00000882_person348_virus_715.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000883_person348_virus_716 + subject_id: person348 + split: val + image: images/Darwin_00000883_person348_virus_716.png + label: labels/Darwin_00000883_person348_virus_716.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000884_person348_virus_717 + subject_id: person348 + split: val + image: images/Darwin_00000884_person348_virus_717.png + label: labels/Darwin_00000884_person348_virus_717.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000885_person348_virus_719 + subject_id: person348 + split: val + image: images/Darwin_00000885_person348_virus_719.png + label: labels/Darwin_00000885_person348_virus_719.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000886_person348_virus_720 + subject_id: person348 + split: val + image: images/Darwin_00000886_person348_virus_720.png + label: labels/Darwin_00000886_person348_virus_720.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000887_person348_virus_721 + subject_id: person348 + split: val + image: images/Darwin_00000887_person348_virus_721.png + label: labels/Darwin_00000887_person348_virus_721.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000888_person348_virus_723 + subject_id: person348 + split: val + image: images/Darwin_00000888_person348_virus_723.png + label: labels/Darwin_00000888_person348_virus_723.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000889_person349_virus_724 + subject_id: person349 + split: train + image: images/Darwin_00000889_person349_virus_724.png + label: labels/Darwin_00000889_person349_virus_724.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000890_person350_virus_725 + subject_id: person350 + split: train + image: images/Darwin_00000890_person350_virus_725.png + label: labels/Darwin_00000890_person350_virus_725.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000891_person351_virus_726 + subject_id: person351 + split: test + image: images/Darwin_00000891_person351_virus_726.png + label: labels/Darwin_00000891_person351_virus_726.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000892_person353_virus_728 + subject_id: person353 + split: val + image: images/Darwin_00000892_person353_virus_728.png + label: labels/Darwin_00000892_person353_virus_728.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000893_person354_virus_729 + subject_id: person354 + split: train + image: images/Darwin_00000893_person354_virus_729.png + label: labels/Darwin_00000893_person354_virus_729.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000896_person356_virus_733 + subject_id: person356 + split: test + image: images/Darwin_00000896_person356_virus_733.png + label: labels/Darwin_00000896_person356_virus_733.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000897_person357_virus_734 + subject_id: person357 + split: test + image: images/Darwin_00000897_person357_virus_734.png + label: labels/Darwin_00000897_person357_virus_734.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000899_person357_virus_736 + subject_id: person357 + split: test + image: images/Darwin_00000899_person357_virus_736.png + label: labels/Darwin_00000899_person357_virus_736.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000900_person358_virus_737 + subject_id: person358 + split: train + image: images/Darwin_00000900_person358_virus_737.png + label: labels/Darwin_00000900_person358_virus_737.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000901_person359_virus_738 + subject_id: person359 + split: test + image: images/Darwin_00000901_person359_virus_738.png + label: labels/Darwin_00000901_person359_virus_738.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000902_person360_virus_739 + subject_id: person360 + split: train + image: images/Darwin_00000902_person360_virus_739.png + label: labels/Darwin_00000902_person360_virus_739.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000903_person361_virus_740 + subject_id: person361 + split: val + image: images/Darwin_00000903_person361_virus_740.png + label: labels/Darwin_00000903_person361_virus_740.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000904_person362_virus_741 + subject_id: person362 + split: train + image: images/Darwin_00000904_person362_virus_741.png + label: labels/Darwin_00000904_person362_virus_741.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000905_person363_virus_742 + subject_id: person363 + split: train + image: images/Darwin_00000905_person363_virus_742.png + label: labels/Darwin_00000905_person363_virus_742.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000906_person364_virus_743 + subject_id: person364 + split: val + image: images/Darwin_00000906_person364_virus_743.png + label: labels/Darwin_00000906_person364_virus_743.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000908_person366_virus_746 + subject_id: person366 + split: test + image: images/Darwin_00000908_person366_virus_746.png + label: labels/Darwin_00000908_person366_virus_746.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000909_person367_virus_747 + subject_id: person367 + split: train + image: images/Darwin_00000909_person367_virus_747.png + label: labels/Darwin_00000909_person367_virus_747.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000910_person368_virus_748 + subject_id: person368 + split: train + image: images/Darwin_00000910_person368_virus_748.png + label: labels/Darwin_00000910_person368_virus_748.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000911_person369_virus_750 + subject_id: person369 + split: train + image: images/Darwin_00000911_person369_virus_750.png + label: labels/Darwin_00000911_person369_virus_750.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000912_person370_virus_752 + subject_id: person370 + split: train + image: images/Darwin_00000912_person370_virus_752.png + label: labels/Darwin_00000912_person370_virus_752.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000913_person370_virus_753 + subject_id: person370 + split: train + image: images/Darwin_00000913_person370_virus_753.png + label: labels/Darwin_00000913_person370_virus_753.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000914_person371_virus_754 + subject_id: person371 + split: train + image: images/Darwin_00000914_person371_virus_754.png + label: labels/Darwin_00000914_person371_virus_754.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000915_person372_virus_755 + subject_id: person372 + split: train + image: images/Darwin_00000915_person372_virus_755.png + label: labels/Darwin_00000915_person372_virus_755.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000916_person373_virus_756 + subject_id: person373 + split: train + image: images/Darwin_00000916_person373_virus_756.png + label: labels/Darwin_00000916_person373_virus_756.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000917_person374_virus_757 + subject_id: person374 + split: val + image: images/Darwin_00000917_person374_virus_757.png + label: labels/Darwin_00000917_person374_virus_757.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000918_person375_virus_758 + subject_id: person375 + split: train + image: images/Darwin_00000918_person375_virus_758.png + label: labels/Darwin_00000918_person375_virus_758.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000919_person376_virus_759 + subject_id: person376 + split: train + image: images/Darwin_00000919_person376_virus_759.png + label: labels/Darwin_00000919_person376_virus_759.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000920_person377_virus_760 + subject_id: person377 + split: train + image: images/Darwin_00000920_person377_virus_760.png + label: labels/Darwin_00000920_person377_virus_760.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000921_person378_virus_761 + subject_id: person378 + split: test + image: images/Darwin_00000921_person378_virus_761.png + label: labels/Darwin_00000921_person378_virus_761.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000922_person379_virus_762 + subject_id: person379 + split: val + image: images/Darwin_00000922_person379_virus_762.png + label: labels/Darwin_00000922_person379_virus_762.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000923_person380_virus_763 + subject_id: person380 + split: train + image: images/Darwin_00000923_person380_virus_763.png + label: labels/Darwin_00000923_person380_virus_763.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000924_person383_virus_767 + subject_id: person383 + split: val + image: images/Darwin_00000924_person383_virus_767.png + label: labels/Darwin_00000924_person383_virus_767.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000925_person384_virus_769 + subject_id: person384 + split: train + image: images/Darwin_00000925_person384_virus_769.png + label: labels/Darwin_00000925_person384_virus_769.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000926_person385_virus_770 + subject_id: person385 + split: train + image: images/Darwin_00000926_person385_virus_770.png + label: labels/Darwin_00000926_person385_virus_770.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000927_person386_virus_771 + subject_id: person386 + split: test + image: images/Darwin_00000927_person386_virus_771.png + label: labels/Darwin_00000927_person386_virus_771.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000928_person387_virus_772 + subject_id: person387 + split: test + image: images/Darwin_00000928_person387_virus_772.png + label: labels/Darwin_00000928_person387_virus_772.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000930_person388_virus_777 + subject_id: person388 + split: train + image: images/Darwin_00000930_person388_virus_777.png + label: labels/Darwin_00000930_person388_virus_777.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000931_person389_virus_778 + subject_id: person389 + split: val + image: images/Darwin_00000931_person389_virus_778.png + label: labels/Darwin_00000931_person389_virus_778.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000932_person391_virus_781 + subject_id: person391 + split: train + image: images/Darwin_00000932_person391_virus_781.png + label: labels/Darwin_00000932_person391_virus_781.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000933_person392_virus_782 + subject_id: person392 + split: train + image: images/Darwin_00000933_person392_virus_782.png + label: labels/Darwin_00000933_person392_virus_782.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000934_person393_virus_784 + subject_id: person393 + split: train + image: images/Darwin_00000934_person393_virus_784.png + label: labels/Darwin_00000934_person393_virus_784.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000936_person277_virus_571 + subject_id: person277 + split: train + image: images/Darwin_00000936_person277_virus_571.png + label: labels/Darwin_00000936_person277_virus_571.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000937_person278_virus_572 + subject_id: person278 + split: train + image: images/Darwin_00000937_person278_virus_572.png + label: labels/Darwin_00000937_person278_virus_572.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000938_person278_virus_573 + subject_id: person278 + split: train + image: images/Darwin_00000938_person278_virus_573.png + label: labels/Darwin_00000938_person278_virus_573.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000939_person278_virus_574 + subject_id: person278 + split: train + image: images/Darwin_00000939_person278_virus_574.png + label: labels/Darwin_00000939_person278_virus_574.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000940_person278_virus_575 + subject_id: person278 + split: train + image: images/Darwin_00000940_person278_virus_575.png + label: labels/Darwin_00000940_person278_virus_575.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000941_person279_virus_576 + subject_id: person279 + split: train + image: images/Darwin_00000941_person279_virus_576.png + label: labels/Darwin_00000941_person279_virus_576.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000942_person280_virus_577 + subject_id: person280 + split: train + image: images/Darwin_00000942_person280_virus_577.png + label: labels/Darwin_00000942_person280_virus_577.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000945_person284_virus_582 + subject_id: person284 + split: train + image: images/Darwin_00000945_person284_virus_582.png + label: labels/Darwin_00000945_person284_virus_582.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000946_person286_virus_585 + subject_id: person286 + split: test + image: images/Darwin_00000946_person286_virus_585.png + label: labels/Darwin_00000946_person286_virus_585.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000947_person287_virus_586 + subject_id: person287 + split: train + image: images/Darwin_00000947_person287_virus_586.png + label: labels/Darwin_00000947_person287_virus_586.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000948_person288_virus_587 + subject_id: person288 + split: train + image: images/Darwin_00000948_person288_virus_587.png + label: labels/Darwin_00000948_person288_virus_587.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000949_person289_virus_593 + subject_id: person289 + split: train + image: images/Darwin_00000949_person289_virus_593.png + label: labels/Darwin_00000949_person289_virus_593.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000950_person290_virus_594 + subject_id: person290 + split: train + image: images/Darwin_00000950_person290_virus_594.png + label: labels/Darwin_00000950_person290_virus_594.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000952_person292_virus_597 + subject_id: person292 + split: train + image: images/Darwin_00000952_person292_virus_597.png + label: labels/Darwin_00000952_person292_virus_597.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000953_person292_virus_598 + subject_id: person292 + split: train + image: images/Darwin_00000953_person292_virus_598.png + label: labels/Darwin_00000953_person292_virus_598.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000954_person292_virus_599 + subject_id: person292 + split: train + image: images/Darwin_00000954_person292_virus_599.png + label: labels/Darwin_00000954_person292_virus_599.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000955_person292_virus_600 + subject_id: person292 + split: train + image: images/Darwin_00000955_person292_virus_600.png + label: labels/Darwin_00000955_person292_virus_600.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000956_person292_virus_602 + subject_id: person292 + split: train + image: images/Darwin_00000956_person292_virus_602.png + label: labels/Darwin_00000956_person292_virus_602.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000958_person293_virus_605 + subject_id: person293 + split: val + image: images/Darwin_00000958_person293_virus_605.png + label: labels/Darwin_00000958_person293_virus_605.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000959_person294_virus_606 + subject_id: person294 + split: train + image: images/Darwin_00000959_person294_virus_606.png + label: labels/Darwin_00000959_person294_virus_606.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000960_person294_virus_610 + subject_id: person294 + split: train + image: images/Darwin_00000960_person294_virus_610.png + label: labels/Darwin_00000960_person294_virus_610.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000961_person294_virus_611 + subject_id: person294 + split: train + image: images/Darwin_00000961_person294_virus_611.png + label: labels/Darwin_00000961_person294_virus_611.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000962_person295_virus_612 + subject_id: person295 + split: train + image: images/Darwin_00000962_person295_virus_612.png + label: labels/Darwin_00000962_person295_virus_612.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000964_person297_virus_614 + subject_id: person297 + split: test + image: images/Darwin_00000964_person297_virus_614.png + label: labels/Darwin_00000964_person297_virus_614.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000965_person298_virus_617 + subject_id: person298 + split: train + image: images/Darwin_00000965_person298_virus_617.png + label: labels/Darwin_00000965_person298_virus_617.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000966_person298_virus_618 + subject_id: person298 + split: train + image: images/Darwin_00000966_person298_virus_618.png + label: labels/Darwin_00000966_person298_virus_618.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000967_person299_virus_620 + subject_id: person299 + split: train + image: images/Darwin_00000967_person299_virus_620.png + label: labels/Darwin_00000967_person299_virus_620.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000968_person300_virus_621 + subject_id: person300 + split: test + image: images/Darwin_00000968_person300_virus_621.png + label: labels/Darwin_00000968_person300_virus_621.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000969_person301_virus_622 + subject_id: person301 + split: train + image: images/Darwin_00000969_person301_virus_622.png + label: labels/Darwin_00000969_person301_virus_622.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000970_person302_virus_623 + subject_id: person302 + split: train + image: images/Darwin_00000970_person302_virus_623.png + label: labels/Darwin_00000970_person302_virus_623.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000971_person303_virus_624 + subject_id: person303 + split: train + image: images/Darwin_00000971_person303_virus_624.png + label: labels/Darwin_00000971_person303_virus_624.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000972_person304_virus_625 + subject_id: person304 + split: train + image: images/Darwin_00000972_person304_virus_625.png + label: labels/Darwin_00000972_person304_virus_625.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000973_person305_virus_627 + subject_id: person305 + split: train + image: images/Darwin_00000973_person305_virus_627.png + label: labels/Darwin_00000973_person305_virus_627.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000975_person307_virus_629 + subject_id: person307 + split: test + image: images/Darwin_00000975_person307_virus_629.png + label: labels/Darwin_00000975_person307_virus_629.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000976_person308_virus_630 + subject_id: person308 + split: train + image: images/Darwin_00000976_person308_virus_630.png + label: labels/Darwin_00000976_person308_virus_630.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000978_person309_virus_632 + subject_id: person309 + split: test + image: images/Darwin_00000978_person309_virus_632.png + label: labels/Darwin_00000978_person309_virus_632.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000979_person310_virus_633 + subject_id: person310 + split: train + image: images/Darwin_00000979_person310_virus_633.png + label: labels/Darwin_00000979_person310_virus_633.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000980_person311_virus_634 + subject_id: person311 + split: train + image: images/Darwin_00000980_person311_virus_634.png + label: labels/Darwin_00000980_person311_virus_634.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000981_person312_virus_635 + subject_id: person312 + split: train + image: images/Darwin_00000981_person312_virus_635.png + label: labels/Darwin_00000981_person312_virus_635.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000982_person313_virus_637 + subject_id: person313 + split: train + image: images/Darwin_00000982_person313_virus_637.png + label: labels/Darwin_00000982_person313_virus_637.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000983_person314_virus_639 + subject_id: person314 + split: val + image: images/Darwin_00000983_person314_virus_639.png + label: labels/Darwin_00000983_person314_virus_639.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000985_person317_virus_643 + subject_id: person317 + split: train + image: images/Darwin_00000985_person317_virus_643.png + label: labels/Darwin_00000985_person317_virus_643.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000986_person318_virus_644 + subject_id: person318 + split: val + image: images/Darwin_00000986_person318_virus_644.png + label: labels/Darwin_00000986_person318_virus_644.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000987_person319_virus_645 + subject_id: person319 + split: train + image: images/Darwin_00000987_person319_virus_645.png + label: labels/Darwin_00000987_person319_virus_645.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000988_person319_virus_646 + subject_id: person319 + split: train + image: images/Darwin_00000988_person319_virus_646.png + label: labels/Darwin_00000988_person319_virus_646.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000990_person321_virus_648 + subject_id: person321 + split: train + image: images/Darwin_00000990_person321_virus_648.png + label: labels/Darwin_00000990_person321_virus_648.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000991_person322_virus_655 + subject_id: person322 + split: train + image: images/Darwin_00000991_person322_virus_655.png + label: labels/Darwin_00000991_person322_virus_655.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000992_person323_virus_656 + subject_id: person323 + split: train + image: images/Darwin_00000992_person323_virus_656.png + label: labels/Darwin_00000992_person323_virus_656.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000993_person324_virus_658 + subject_id: person324 + split: train + image: images/Darwin_00000993_person324_virus_658.png + label: labels/Darwin_00000993_person324_virus_658.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00000999_person326_virus_666 + subject_id: person326 + split: train + image: images/Darwin_00000999_person326_virus_666.png + label: labels/Darwin_00000999_person326_virus_666.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001000_person326_virus_668 + subject_id: person326 + split: train + image: images/Darwin_00001000_person326_virus_668.png + label: labels/Darwin_00001000_person326_virus_668.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001002_person326_virus_672 + subject_id: person326 + split: train + image: images/Darwin_00001002_person326_virus_672.png + label: labels/Darwin_00001002_person326_virus_672.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001003_person326_virus_673 + subject_id: person326 + split: train + image: images/Darwin_00001003_person326_virus_673.png + label: labels/Darwin_00001003_person326_virus_673.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001004_person326_virus_675 + subject_id: person326 + split: train + image: images/Darwin_00001004_person326_virus_675.png + label: labels/Darwin_00001004_person326_virus_675.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001005_person326_virus_677 + subject_id: person326 + split: train + image: images/Darwin_00001005_person326_virus_677.png + label: labels/Darwin_00001005_person326_virus_677.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001006_person255_virus_531 + subject_id: person255 + split: train + image: images/Darwin_00001006_person255_virus_531.png + label: labels/Darwin_00001006_person255_virus_531.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001007_person256_virus_537 + subject_id: person256 + split: val + image: images/Darwin_00001007_person256_virus_537.png + label: labels/Darwin_00001007_person256_virus_537.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001008_person257_virus_538 + subject_id: person257 + split: train + image: images/Darwin_00001008_person257_virus_538.png + label: labels/Darwin_00001008_person257_virus_538.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001009_person258_virus_539 + subject_id: person258 + split: val + image: images/Darwin_00001009_person258_virus_539.png + label: labels/Darwin_00001009_person258_virus_539.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001010_person259_virus_540 + subject_id: person259 + split: train + image: images/Darwin_00001010_person259_virus_540.png + label: labels/Darwin_00001010_person259_virus_540.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001011_person260_virus_541 + subject_id: person260 + split: test + image: images/Darwin_00001011_person260_virus_541.png + label: labels/Darwin_00001011_person260_virus_541.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001012_person261_virus_543 + subject_id: person261 + split: val + image: images/Darwin_00001012_person261_virus_543.png + label: labels/Darwin_00001012_person261_virus_543.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001013_person262_virus_544 + subject_id: person262 + split: train + image: images/Darwin_00001013_person262_virus_544.png + label: labels/Darwin_00001013_person262_virus_544.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001014_person262_virus_545 + subject_id: person262 + split: train + image: images/Darwin_00001014_person262_virus_545.png + label: labels/Darwin_00001014_person262_virus_545.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001015_person263_virus_546 + subject_id: person263 + split: train + image: images/Darwin_00001015_person263_virus_546.png + label: labels/Darwin_00001015_person263_virus_546.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001016_person264_virus_547 + subject_id: person264 + split: train + image: images/Darwin_00001016_person264_virus_547.png + label: labels/Darwin_00001016_person264_virus_547.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001017_person265_virus_548 + subject_id: person265 + split: train + image: images/Darwin_00001017_person265_virus_548.png + label: labels/Darwin_00001017_person265_virus_548.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001018_person266_virus_549 + subject_id: person266 + split: train + image: images/Darwin_00001018_person266_virus_549.png + label: labels/Darwin_00001018_person266_virus_549.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001019_person267_virus_552 + subject_id: person267 + split: val + image: images/Darwin_00001019_person267_virus_552.png + label: labels/Darwin_00001019_person267_virus_552.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001020_person268_virus_553 + subject_id: person268 + split: train + image: images/Darwin_00001020_person268_virus_553.png + label: labels/Darwin_00001020_person268_virus_553.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001021_person269_virus_554 + subject_id: person269 + split: train + image: images/Darwin_00001021_person269_virus_554.png + label: labels/Darwin_00001021_person269_virus_554.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001022_person270_virus_555 + subject_id: person270 + split: train + image: images/Darwin_00001022_person270_virus_555.png + label: labels/Darwin_00001022_person270_virus_555.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001023_person271_virus_556 + subject_id: person271 + split: train + image: images/Darwin_00001023_person271_virus_556.png + label: labels/Darwin_00001023_person271_virus_556.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001024_person272_virus_559 + subject_id: person272 + split: train + image: images/Darwin_00001024_person272_virus_559.png + label: labels/Darwin_00001024_person272_virus_559.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001025_person273_virus_561 + subject_id: person273 + split: val + image: images/Darwin_00001025_person273_virus_561.png + label: labels/Darwin_00001025_person273_virus_561.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001026_person273_virus_562 + subject_id: person273 + split: val + image: images/Darwin_00001026_person273_virus_562.png + label: labels/Darwin_00001026_person273_virus_562.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001028_person275_virus_565 + subject_id: person275 + split: train + image: images/Darwin_00001028_person275_virus_565.png + label: labels/Darwin_00001028_person275_virus_565.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001029_person160_virus_316 + subject_id: person160 + split: train + image: images/Darwin_00001029_person160_virus_316.png + label: labels/Darwin_00001029_person160_virus_316.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001030_person161_virus_317 + subject_id: person161 + split: train + image: images/Darwin_00001030_person161_virus_317.png + label: labels/Darwin_00001030_person161_virus_317.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001031_person162_virus_319 + subject_id: person162 + split: train + image: images/Darwin_00001031_person162_virus_319.png + label: labels/Darwin_00001031_person162_virus_319.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001032_person162_virus_320 + subject_id: person162 + split: train + image: images/Darwin_00001032_person162_virus_320.png + label: labels/Darwin_00001032_person162_virus_320.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001033_person162_virus_321 + subject_id: person162 + split: train + image: images/Darwin_00001033_person162_virus_321.png + label: labels/Darwin_00001033_person162_virus_321.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001035_person1600_virus_2777 + subject_id: person1600 + split: train + image: images/Darwin_00001035_person1600_virus_2777.png + label: labels/Darwin_00001035_person1600_virus_2777.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001036_person1602_virus_2780 + subject_id: person1602 + split: train + image: images/Darwin_00001036_person1602_virus_2780.png + label: labels/Darwin_00001036_person1602_virus_2780.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001037_person1603_virus_2781 + subject_id: person1603 + split: test + image: images/Darwin_00001037_person1603_virus_2781.png + label: labels/Darwin_00001037_person1603_virus_2781.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001038_person1604_virus_2782 + subject_id: person1604 + split: train + image: images/Darwin_00001038_person1604_virus_2782.png + label: labels/Darwin_00001038_person1604_virus_2782.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001039_person1607_virus_2785 + subject_id: person1607 + split: test + image: images/Darwin_00001039_person1607_virus_2785.png + label: labels/Darwin_00001039_person1607_virus_2785.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001040_person1609_virus_2790 + subject_id: person1609 + split: val + image: images/Darwin_00001040_person1609_virus_2790.png + label: labels/Darwin_00001040_person1609_virus_2790.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001041_person1609_virus_2791 + subject_id: person1609 + split: val + image: images/Darwin_00001041_person1609_virus_2791.png + label: labels/Darwin_00001041_person1609_virus_2791.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001042_person151_virus_301 + subject_id: person151 + split: train + image: images/Darwin_00001042_person151_virus_301.png + label: labels/Darwin_00001042_person151_virus_301.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001043_person151_virus_302 + subject_id: person151 + split: train + image: images/Darwin_00001043_person151_virus_302.png + label: labels/Darwin_00001043_person151_virus_302.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001044_person152_virus_303 + subject_id: person152 + split: train + image: images/Darwin_00001044_person152_virus_303.png + label: labels/Darwin_00001044_person152_virus_303.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001045_person153_virus_304 + subject_id: person153 + split: train + image: images/Darwin_00001045_person153_virus_304.png + label: labels/Darwin_00001045_person153_virus_304.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001046_person154_virus_305 + subject_id: person154 + split: train + image: images/Darwin_00001046_person154_virus_305.png + label: labels/Darwin_00001046_person154_virus_305.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001047_person154_virus_306 + subject_id: person154 + split: train + image: images/Darwin_00001047_person154_virus_306.png + label: labels/Darwin_00001047_person154_virus_306.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001048_person155_virus_307 + subject_id: person155 + split: val + image: images/Darwin_00001048_person155_virus_307.png + label: labels/Darwin_00001048_person155_virus_307.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001049_person156_virus_308 + subject_id: person156 + split: train + image: images/Darwin_00001049_person156_virus_308.png + label: labels/Darwin_00001049_person156_virus_308.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001050_person157_virus_311 + subject_id: person157 + split: train + image: images/Darwin_00001050_person157_virus_311.png + label: labels/Darwin_00001050_person157_virus_311.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001051_person158_virus_312 + subject_id: person158 + split: train + image: images/Darwin_00001051_person158_virus_312.png + label: labels/Darwin_00001051_person158_virus_312.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001052_person1516_virus_2643 + subject_id: person1516 + split: train + image: images/Darwin_00001052_person1516_virus_2643.png + label: labels/Darwin_00001052_person1516_virus_2643.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001053_person1517_virus_2644 + subject_id: person1517 + split: train + image: images/Darwin_00001053_person1517_virus_2644.png + label: labels/Darwin_00001053_person1517_virus_2644.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001054_person1518_virus_2645 + subject_id: person1518 + split: train + image: images/Darwin_00001054_person1518_virus_2645.png + label: labels/Darwin_00001054_person1518_virus_2645.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001055_person1519_virus_2646 + subject_id: person1519 + split: test + image: images/Darwin_00001055_person1519_virus_2646.png + label: labels/Darwin_00001055_person1519_virus_2646.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001056_person1520_virus_2647 + subject_id: person1520 + split: test + image: images/Darwin_00001056_person1520_virus_2647.png + label: labels/Darwin_00001056_person1520_virus_2647.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001057_person1521_virus_2649 + subject_id: person1521 + split: test + image: images/Darwin_00001057_person1521_virus_2649.png + label: labels/Darwin_00001057_person1521_virus_2649.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001058_person1522_virus_2651 + subject_id: person1522 + split: val + image: images/Darwin_00001058_person1522_virus_2651.png + label: labels/Darwin_00001058_person1522_virus_2651.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001059_person1524_virus_2658 + subject_id: person1524 + split: train + image: images/Darwin_00001059_person1524_virus_2658.png + label: labels/Darwin_00001059_person1524_virus_2658.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001060_person1525_virus_2659 + subject_id: person1525 + split: train + image: images/Darwin_00001060_person1525_virus_2659.png + label: labels/Darwin_00001060_person1525_virus_2659.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001061_person1526_virus_2660 + subject_id: person1526 + split: train + image: images/Darwin_00001061_person1526_virus_2660.png + label: labels/Darwin_00001061_person1526_virus_2660.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001062_person1527_virus_2661 + subject_id: person1527 + split: train + image: images/Darwin_00001062_person1527_virus_2661.png + label: labels/Darwin_00001062_person1527_virus_2661.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001063_person1528_virus_2662 + subject_id: person1528 + split: test + image: images/Darwin_00001063_person1528_virus_2662.png + label: labels/Darwin_00001063_person1528_virus_2662.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001064_person1529_virus_2663 + subject_id: person1529 + split: train + image: images/Darwin_00001064_person1529_virus_2663.png + label: labels/Darwin_00001064_person1529_virus_2663.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001065_person1530_virus_2664 + subject_id: person1530 + split: train + image: images/Darwin_00001065_person1530_virus_2664.png + label: labels/Darwin_00001065_person1530_virus_2664.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001066_person1531_virus_2666 + subject_id: person1531 + split: train + image: images/Darwin_00001066_person1531_virus_2666.png + label: labels/Darwin_00001066_person1531_virus_2666.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001067_person1532_virus_2667 + subject_id: person1532 + split: train + image: images/Darwin_00001067_person1532_virus_2667.png + label: labels/Darwin_00001067_person1532_virus_2667.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001068_person1534_virus_2670 + subject_id: person1534 + split: train + image: images/Darwin_00001068_person1534_virus_2670.png + label: labels/Darwin_00001068_person1534_virus_2670.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001069_person1535_virus_2672 + subject_id: person1535 + split: test + image: images/Darwin_00001069_person1535_virus_2672.png + label: labels/Darwin_00001069_person1535_virus_2672.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001071_person1537_virus_2674 + subject_id: person1537 + split: train + image: images/Darwin_00001071_person1537_virus_2674.png + label: labels/Darwin_00001071_person1537_virus_2674.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001072_person1539_virus_2678 + subject_id: person1539 + split: train + image: images/Darwin_00001072_person1539_virus_2678.png + label: labels/Darwin_00001072_person1539_virus_2678.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001073_person1539_virus_2679 + subject_id: person1539 + split: train + image: images/Darwin_00001073_person1539_virus_2679.png + label: labels/Darwin_00001073_person1539_virus_2679.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001074_person1540_virus_2680 + subject_id: person1540 + split: train + image: images/Darwin_00001074_person1540_virus_2680.png + label: labels/Darwin_00001074_person1540_virus_2680.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001075_person1541_virus_2681 + subject_id: person1541 + split: val + image: images/Darwin_00001075_person1541_virus_2681.png + label: labels/Darwin_00001075_person1541_virus_2681.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001076_person1542_virus_2683 + subject_id: person1542 + split: train + image: images/Darwin_00001076_person1542_virus_2683.png + label: labels/Darwin_00001076_person1542_virus_2683.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001077_person1543_virus_2684 + subject_id: person1543 + split: train + image: images/Darwin_00001077_person1543_virus_2684.png + label: labels/Darwin_00001077_person1543_virus_2684.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001078_person1544_virus_2685 + subject_id: person1544 + split: train + image: images/Darwin_00001078_person1544_virus_2685.png + label: labels/Darwin_00001078_person1544_virus_2685.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001080_person1547_virus_2688 + subject_id: person1547 + split: train + image: images/Darwin_00001080_person1547_virus_2688.png + label: labels/Darwin_00001080_person1547_virus_2688.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001081_person1548_virus_2689 + subject_id: person1548 + split: train + image: images/Darwin_00001081_person1548_virus_2689.png + label: labels/Darwin_00001081_person1548_virus_2689.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001082_person1549_virus_2690 + subject_id: person1549 + split: train + image: images/Darwin_00001082_person1549_virus_2690.png + label: labels/Darwin_00001082_person1549_virus_2690.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001083_person1550_virus_2691 + subject_id: person1550 + split: val + image: images/Darwin_00001083_person1550_virus_2691.png + label: labels/Darwin_00001083_person1550_virus_2691.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001084_person1551_virus_2692 + subject_id: person1551 + split: train + image: images/Darwin_00001084_person1551_virus_2692.png + label: labels/Darwin_00001084_person1551_virus_2692.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001085_person1554_virus_2696 + subject_id: person1554 + split: val + image: images/Darwin_00001085_person1554_virus_2696.png + label: labels/Darwin_00001085_person1554_virus_2696.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001086_person1556_virus_2699 + subject_id: person1556 + split: train + image: images/Darwin_00001086_person1556_virus_2699.png + label: labels/Darwin_00001086_person1556_virus_2699.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001087_person1564_virus_2719 + subject_id: person1564 + split: train + image: images/Darwin_00001087_person1564_virus_2719.png + label: labels/Darwin_00001087_person1564_virus_2719.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001088_person1567_virus_2722 + subject_id: person1567 + split: train + image: images/Darwin_00001088_person1567_virus_2722.png + label: labels/Darwin_00001088_person1567_virus_2722.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001089_person1568_virus_2723 + subject_id: person1568 + split: train + image: images/Darwin_00001089_person1568_virus_2723.png + label: labels/Darwin_00001089_person1568_virus_2723.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001090_person1571_virus_2728 + subject_id: person1571 + split: train + image: images/Darwin_00001090_person1571_virus_2728.png + label: labels/Darwin_00001090_person1571_virus_2728.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001092_person1577_virus_2735 + subject_id: person1577 + split: train + image: images/Darwin_00001092_person1577_virus_2735.png + label: labels/Darwin_00001092_person1577_virus_2735.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001093_person1580_virus_2739 + subject_id: person1580 + split: test + image: images/Darwin_00001093_person1580_virus_2739.png + label: labels/Darwin_00001093_person1580_virus_2739.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001094_person1581_virus_2741 + subject_id: person1581 + split: test + image: images/Darwin_00001094_person1581_virus_2741.png + label: labels/Darwin_00001094_person1581_virus_2741.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001095_person1588_virus_2762 + subject_id: person1588 + split: val + image: images/Darwin_00001095_person1588_virus_2762.png + label: labels/Darwin_00001095_person1588_virus_2762.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001096_person1589_virus_2763 + subject_id: person1589 + split: train + image: images/Darwin_00001096_person1589_virus_2763.png + label: labels/Darwin_00001096_person1589_virus_2763.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001097_person1590_virus_2764 + subject_id: person1590 + split: val + image: images/Darwin_00001097_person1590_virus_2764.png + label: labels/Darwin_00001097_person1590_virus_2764.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001098_person1591_virus_2765 + subject_id: person1591 + split: val + image: images/Darwin_00001098_person1591_virus_2765.png + label: labels/Darwin_00001098_person1591_virus_2765.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001099_person1592_virus_2766 + subject_id: person1592 + split: train + image: images/Darwin_00001099_person1592_virus_2766.png + label: labels/Darwin_00001099_person1592_virus_2766.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001100_person1593_virus_2767 + subject_id: person1593 + split: train + image: images/Darwin_00001100_person1593_virus_2767.png + label: labels/Darwin_00001100_person1593_virus_2767.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001101_person1594_virus_2768 + subject_id: person1594 + split: train + image: images/Darwin_00001101_person1594_virus_2768.png + label: labels/Darwin_00001101_person1594_virus_2768.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001102_person1595_virus_2771 + subject_id: person1595 + split: train + image: images/Darwin_00001102_person1595_virus_2771.png + label: labels/Darwin_00001102_person1595_virus_2771.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001103_person1599_virus_2775 + subject_id: person1599 + split: train + image: images/Darwin_00001103_person1599_virus_2775.png + label: labels/Darwin_00001103_person1599_virus_2775.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001104_person1599_virus_2776 + subject_id: person1599 + split: train + image: images/Darwin_00001104_person1599_virus_2776.png + label: labels/Darwin_00001104_person1599_virus_2776.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001105_person145_virus_294 + subject_id: person145 + split: test + image: images/Darwin_00001105_person145_virus_294.png + label: labels/Darwin_00001105_person145_virus_294.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001106_person145_virus_295 + subject_id: person145 + split: test + image: images/Darwin_00001106_person145_virus_295.png + label: labels/Darwin_00001106_person145_virus_295.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001107_person146_virus_296 + subject_id: person146 + split: train + image: images/Darwin_00001107_person146_virus_296.png + label: labels/Darwin_00001107_person146_virus_296.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001108_person147_virus_297 + subject_id: person147 + split: val + image: images/Darwin_00001108_person147_virus_297.png + label: labels/Darwin_00001108_person147_virus_297.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001109_person148_virus_298 + subject_id: person148 + split: train + image: images/Darwin_00001109_person148_virus_298.png + label: labels/Darwin_00001109_person148_virus_298.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001110_person149_virus_299 + subject_id: person149 + split: test + image: images/Darwin_00001110_person149_virus_299.png + label: labels/Darwin_00001110_person149_virus_299.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001111_person1448_virus_2468 + subject_id: person1448 + split: test + image: images/Darwin_00001111_person1448_virus_2468.png + label: labels/Darwin_00001111_person1448_virus_2468.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001112_person1449_virus_2474 + subject_id: person1449 + split: test + image: images/Darwin_00001112_person1449_virus_2474.png + label: labels/Darwin_00001112_person1449_virus_2474.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001113_person1449_virus_2476 + subject_id: person1449 + split: test + image: images/Darwin_00001113_person1449_virus_2476.png + label: labels/Darwin_00001113_person1449_virus_2476.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001114_person1451_virus_2479 + subject_id: person1451 + split: train + image: images/Darwin_00001114_person1451_virus_2479.png + label: labels/Darwin_00001114_person1451_virus_2479.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001115_person1451_virus_2480 + subject_id: person1451 + split: train + image: images/Darwin_00001115_person1451_virus_2480.png + label: labels/Darwin_00001115_person1451_virus_2480.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001116_person1451_virus_2482 + subject_id: person1451 + split: train + image: images/Darwin_00001116_person1451_virus_2482.png + label: labels/Darwin_00001116_person1451_virus_2482.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001117_person1452_virus_2484 + subject_id: person1452 + split: val + image: images/Darwin_00001117_person1452_virus_2484.png + label: labels/Darwin_00001117_person1452_virus_2484.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001118_person1453_virus_2485 + subject_id: person1453 + split: train + image: images/Darwin_00001118_person1453_virus_2485.png + label: labels/Darwin_00001118_person1453_virus_2485.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001119_person1454_virus_2486 + subject_id: person1454 + split: train + image: images/Darwin_00001119_person1454_virus_2486.png + label: labels/Darwin_00001119_person1454_virus_2486.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001120_person1455_virus_2487 + subject_id: person1455 + split: train + image: images/Darwin_00001120_person1455_virus_2487.png + label: labels/Darwin_00001120_person1455_virus_2487.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001121_person1455_virus_2488 + subject_id: person1455 + split: train + image: images/Darwin_00001121_person1455_virus_2488.png + label: labels/Darwin_00001121_person1455_virus_2488.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001123_person1455_virus_2490 + subject_id: person1455 + split: train + image: images/Darwin_00001123_person1455_virus_2490.png + label: labels/Darwin_00001123_person1455_virus_2490.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001124_person1455_virus_2492 + subject_id: person1455 + split: train + image: images/Darwin_00001124_person1455_virus_2492.png + label: labels/Darwin_00001124_person1455_virus_2492.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001125_person1455_virus_2496 + subject_id: person1455 + split: train + image: images/Darwin_00001125_person1455_virus_2496.png + label: labels/Darwin_00001125_person1455_virus_2496.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001126_person1457_virus_2498 + subject_id: person1457 + split: train + image: images/Darwin_00001126_person1457_virus_2498.png + label: labels/Darwin_00001126_person1457_virus_2498.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001127_person1458_virus_2501 + subject_id: person1458 + split: val + image: images/Darwin_00001127_person1458_virus_2501.png + label: labels/Darwin_00001127_person1458_virus_2501.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001128_person1458_virus_2502 + subject_id: person1458 + split: val + image: images/Darwin_00001128_person1458_virus_2502.png + label: labels/Darwin_00001128_person1458_virus_2502.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001129_person1458_virus_2503 + subject_id: person1458 + split: val + image: images/Darwin_00001129_person1458_virus_2503.png + label: labels/Darwin_00001129_person1458_virus_2503.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001130_person1459_virus_2506 + subject_id: person1459 + split: train + image: images/Darwin_00001130_person1459_virus_2506.png + label: labels/Darwin_00001130_person1459_virus_2506.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001131_person1460_virus_2507 + subject_id: person1460 + split: train + image: images/Darwin_00001131_person1460_virus_2507.png + label: labels/Darwin_00001131_person1460_virus_2507.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001132_person1460_virus_2509 + subject_id: person1460 + split: train + image: images/Darwin_00001132_person1460_virus_2509.png + label: labels/Darwin_00001132_person1460_virus_2509.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001133_person1461_virus_2510 + subject_id: person1461 + split: train + image: images/Darwin_00001133_person1461_virus_2510.png + label: labels/Darwin_00001133_person1461_virus_2510.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001134_person1462_virus_2512 + subject_id: person1462 + split: train + image: images/Darwin_00001134_person1462_virus_2512.png + label: labels/Darwin_00001134_person1462_virus_2512.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001135_person1463_virus_2516 + subject_id: person1463 + split: train + image: images/Darwin_00001135_person1463_virus_2516.png + label: labels/Darwin_00001135_person1463_virus_2516.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001136_person1465_virus_2530 + subject_id: person1465 + split: test + image: images/Darwin_00001136_person1465_virus_2530.png + label: labels/Darwin_00001136_person1465_virus_2530.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001137_person1465_virus_2531 + subject_id: person1465 + split: test + image: images/Darwin_00001137_person1465_virus_2531.png + label: labels/Darwin_00001137_person1465_virus_2531.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001138_person1465_virus_2532 + subject_id: person1465 + split: test + image: images/Darwin_00001138_person1465_virus_2532.png + label: labels/Darwin_00001138_person1465_virus_2532.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001139_person1465_virus_2537 + subject_id: person1465 + split: test + image: images/Darwin_00001139_person1465_virus_2537.png + label: labels/Darwin_00001139_person1465_virus_2537.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001140_person1466_virus_2541 + subject_id: person1466 + split: val + image: images/Darwin_00001140_person1466_virus_2541.png + label: labels/Darwin_00001140_person1466_virus_2541.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001141_person1466_virus_2542 + subject_id: person1466 + split: val + image: images/Darwin_00001141_person1466_virus_2542.png + label: labels/Darwin_00001141_person1466_virus_2542.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001142_person1466_virus_2543 + subject_id: person1466 + split: val + image: images/Darwin_00001142_person1466_virus_2543.png + label: labels/Darwin_00001142_person1466_virus_2543.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001143_person1467_virus_2544 + subject_id: person1467 + split: train + image: images/Darwin_00001143_person1467_virus_2544.png + label: labels/Darwin_00001143_person1467_virus_2544.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001144_person1468_virus_2545 + subject_id: person1468 + split: train + image: images/Darwin_00001144_person1468_virus_2545.png + label: labels/Darwin_00001144_person1468_virus_2545.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001145_person1468_virus_2546 + subject_id: person1468 + split: train + image: images/Darwin_00001145_person1468_virus_2546.png + label: labels/Darwin_00001145_person1468_virus_2546.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001146_person1469_virus_2547 + subject_id: person1469 + split: val + image: images/Darwin_00001146_person1469_virus_2547.png + label: labels/Darwin_00001146_person1469_virus_2547.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001147_person1471_virus_2549 + subject_id: person1471 + split: train + image: images/Darwin_00001147_person1471_virus_2549.png + label: labels/Darwin_00001147_person1471_virus_2549.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001148_person1472_virus_2550 + subject_id: person1472 + split: train + image: images/Darwin_00001148_person1472_virus_2550.png + label: labels/Darwin_00001148_person1472_virus_2550.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001149_person1473_virus_2551 + subject_id: person1473 + split: train + image: images/Darwin_00001149_person1473_virus_2551.png + label: labels/Darwin_00001149_person1473_virus_2551.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001150_person1473_virus_2553 + subject_id: person1473 + split: train + image: images/Darwin_00001150_person1473_virus_2553.png + label: labels/Darwin_00001150_person1473_virus_2553.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001151_person1474_virus_2556 + subject_id: person1474 + split: train + image: images/Darwin_00001151_person1474_virus_2556.png + label: labels/Darwin_00001151_person1474_virus_2556.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001152_person1474_virus_2557 + subject_id: person1474 + split: train + image: images/Darwin_00001152_person1474_virus_2557.png + label: labels/Darwin_00001152_person1474_virus_2557.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001153_person1475_virus_2558 + subject_id: person1475 + split: train + image: images/Darwin_00001153_person1475_virus_2558.png + label: labels/Darwin_00001153_person1475_virus_2558.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001154_person1476_virus_2560 + subject_id: person1476 + split: train + image: images/Darwin_00001154_person1476_virus_2560.png + label: labels/Darwin_00001154_person1476_virus_2560.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001155_person1477_virus_2561 + subject_id: person1477 + split: train + image: images/Darwin_00001155_person1477_virus_2561.png + label: labels/Darwin_00001155_person1477_virus_2561.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001156_person1480_virus_2566 + subject_id: person1480 + split: train + image: images/Darwin_00001156_person1480_virus_2566.png + label: labels/Darwin_00001156_person1480_virus_2566.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001157_person1481_virus_2567 + subject_id: person1481 + split: train + image: images/Darwin_00001157_person1481_virus_2567.png + label: labels/Darwin_00001157_person1481_virus_2567.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001158_person1482_virus_2569 + subject_id: person1482 + split: train + image: images/Darwin_00001158_person1482_virus_2569.png + label: labels/Darwin_00001158_person1482_virus_2569.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001159_person1482_virus_2570 + subject_id: person1482 + split: train + image: images/Darwin_00001159_person1482_virus_2570.png + label: labels/Darwin_00001159_person1482_virus_2570.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001160_person1482_virus_2571 + subject_id: person1482 + split: train + image: images/Darwin_00001160_person1482_virus_2571.png + label: labels/Darwin_00001160_person1482_virus_2571.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001161_person1482_virus_2572 + subject_id: person1482 + split: train + image: images/Darwin_00001161_person1482_virus_2572.png + label: labels/Darwin_00001161_person1482_virus_2572.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001162_person1482_virus_2573 + subject_id: person1482 + split: train + image: images/Darwin_00001162_person1482_virus_2573.png + label: labels/Darwin_00001162_person1482_virus_2573.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001163_person1483_virus_2574 + subject_id: person1483 + split: train + image: images/Darwin_00001163_person1483_virus_2574.png + label: labels/Darwin_00001163_person1483_virus_2574.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001164_person1484_virus_2576 + subject_id: person1484 + split: train + image: images/Darwin_00001164_person1484_virus_2576.png + label: labels/Darwin_00001164_person1484_virus_2576.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001165_person1484_virus_2577 + subject_id: person1484 + split: train + image: images/Darwin_00001165_person1484_virus_2577.png + label: labels/Darwin_00001165_person1484_virus_2577.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001166_person1486_virus_2580 + subject_id: person1486 + split: test + image: images/Darwin_00001166_person1486_virus_2580.png + label: labels/Darwin_00001166_person1486_virus_2580.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001167_person1488_virus_2585 + subject_id: person1488 + split: test + image: images/Darwin_00001167_person1488_virus_2585.png + label: labels/Darwin_00001167_person1488_virus_2585.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001168_person1488_virus_2587 + subject_id: person1488 + split: test + image: images/Darwin_00001168_person1488_virus_2587.png + label: labels/Darwin_00001168_person1488_virus_2587.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001169_person1488_virus_2589 + subject_id: person1488 + split: test + image: images/Darwin_00001169_person1488_virus_2589.png + label: labels/Darwin_00001169_person1488_virus_2589.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001170_person1488_virus_2592 + subject_id: person1488 + split: test + image: images/Darwin_00001170_person1488_virus_2592.png + label: labels/Darwin_00001170_person1488_virus_2592.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001171_person1488_virus_2593 + subject_id: person1488 + split: test + image: images/Darwin_00001171_person1488_virus_2593.png + label: labels/Darwin_00001171_person1488_virus_2593.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001172_person1489_virus_2594 + subject_id: person1489 + split: train + image: images/Darwin_00001172_person1489_virus_2594.png + label: labels/Darwin_00001172_person1489_virus_2594.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001173_person1490_virus_2596 + subject_id: person1490 + split: train + image: images/Darwin_00001173_person1490_virus_2596.png + label: labels/Darwin_00001173_person1490_virus_2596.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001174_person1491_virus_2597 + subject_id: person1491 + split: train + image: images/Darwin_00001174_person1491_virus_2597.png + label: labels/Darwin_00001174_person1491_virus_2597.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001175_person1492_virus_2599 + subject_id: person1492 + split: test + image: images/Darwin_00001175_person1492_virus_2599.png + label: labels/Darwin_00001175_person1492_virus_2599.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001176_person1494_virus_2601 + subject_id: person1494 + split: test + image: images/Darwin_00001176_person1494_virus_2601.png + label: labels/Darwin_00001176_person1494_virus_2601.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001177_person1495_virus_2603 + subject_id: person1495 + split: test + image: images/Darwin_00001177_person1495_virus_2603.png + label: labels/Darwin_00001177_person1495_virus_2603.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001178_person1496_virus_2605 + subject_id: person1496 + split: train + image: images/Darwin_00001178_person1496_virus_2605.png + label: labels/Darwin_00001178_person1496_virus_2605.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001179_person1496_virus_2606 + subject_id: person1496 + split: train + image: images/Darwin_00001179_person1496_virus_2606.png + label: labels/Darwin_00001179_person1496_virus_2606.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001180_person1497_virus_2607 + subject_id: person1497 + split: train + image: images/Darwin_00001180_person1497_virus_2607.png + label: labels/Darwin_00001180_person1497_virus_2607.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001181_person1499_virus_2609 + subject_id: person1499 + split: train + image: images/Darwin_00001181_person1499_virus_2609.png + label: labels/Darwin_00001181_person1499_virus_2609.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001182_person1500_virus_2610 + subject_id: person1500 + split: train + image: images/Darwin_00001182_person1500_virus_2610.png + label: labels/Darwin_00001182_person1500_virus_2610.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001183_person1501_virus_2611 + subject_id: person1501 + split: train + image: images/Darwin_00001183_person1501_virus_2611.png + label: labels/Darwin_00001183_person1501_virus_2611.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001184_person1502_virus_2612 + subject_id: person1502 + split: train + image: images/Darwin_00001184_person1502_virus_2612.png + label: labels/Darwin_00001184_person1502_virus_2612.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001185_person1503_virus_2613 + subject_id: person1503 + split: train + image: images/Darwin_00001185_person1503_virus_2613.png + label: labels/Darwin_00001185_person1503_virus_2613.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001186_person1504_virus_2614 + subject_id: person1504 + split: val + image: images/Darwin_00001186_person1504_virus_2614.png + label: labels/Darwin_00001186_person1504_virus_2614.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001187_person1505_virus_2615 + subject_id: person1505 + split: test + image: images/Darwin_00001187_person1505_virus_2615.png + label: labels/Darwin_00001187_person1505_virus_2615.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001188_person1506_virus_2616 + subject_id: person1506 + split: test + image: images/Darwin_00001188_person1506_virus_2616.png + label: labels/Darwin_00001188_person1506_virus_2616.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001189_person1509_virus_2621 + subject_id: person1509 + split: train + image: images/Darwin_00001189_person1509_virus_2621.png + label: labels/Darwin_00001189_person1509_virus_2621.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001190_person1510_virus_2628 + subject_id: person1510 + split: train + image: images/Darwin_00001190_person1510_virus_2628.png + label: labels/Darwin_00001190_person1510_virus_2628.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001191_person1510_virus_2629 + subject_id: person1510 + split: train + image: images/Darwin_00001191_person1510_virus_2629.png + label: labels/Darwin_00001191_person1510_virus_2629.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001192_person1512_virus_2631 + subject_id: person1512 + split: train + image: images/Darwin_00001192_person1512_virus_2631.png + label: labels/Darwin_00001192_person1512_virus_2631.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001193_person1513_virus_2632 + subject_id: person1513 + split: train + image: images/Darwin_00001193_person1513_virus_2632.png + label: labels/Darwin_00001193_person1513_virus_2632.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001194_person1514_virus_2633 + subject_id: person1514 + split: val + image: images/Darwin_00001194_person1514_virus_2633.png + label: labels/Darwin_00001194_person1514_virus_2633.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001195_person135_virus_270 + subject_id: person135 + split: val + image: images/Darwin_00001195_person135_virus_270.png + label: labels/Darwin_00001195_person135_virus_270.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001196_person135_virus_271 + subject_id: person135 + split: val + image: images/Darwin_00001196_person135_virus_271.png + label: labels/Darwin_00001196_person135_virus_271.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001197_person137_virus_281 + subject_id: person137 + split: train + image: images/Darwin_00001197_person137_virus_281.png + label: labels/Darwin_00001197_person137_virus_281.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001199_person139_virus_283 + subject_id: person139 + split: train + image: images/Darwin_00001199_person139_virus_283.png + label: labels/Darwin_00001199_person139_virus_283.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001200_person140_virus_284 + subject_id: person140 + split: train + image: images/Darwin_00001200_person140_virus_284.png + label: labels/Darwin_00001200_person140_virus_284.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001201_person140_virus_285 + subject_id: person140 + split: train + image: images/Darwin_00001201_person140_virus_285.png + label: labels/Darwin_00001201_person140_virus_285.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001202_person141_virus_287 + subject_id: person141 + split: train + image: images/Darwin_00001202_person141_virus_287.png + label: labels/Darwin_00001202_person141_virus_287.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001203_person142_virus_288 + subject_id: person142 + split: test + image: images/Darwin_00001203_person142_virus_288.png + label: labels/Darwin_00001203_person142_virus_288.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001204_person143_virus_289 + subject_id: person143 + split: test + image: images/Darwin_00001204_person143_virus_289.png + label: labels/Darwin_00001204_person143_virus_289.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001205_person1358_virus_2339 + subject_id: person1358 + split: train + image: images/Darwin_00001205_person1358_virus_2339.png + label: labels/Darwin_00001205_person1358_virus_2339.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001206_person1359_virus_2340 + subject_id: person1359 + split: train + image: images/Darwin_00001206_person1359_virus_2340.png + label: labels/Darwin_00001206_person1359_virus_2340.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001207_person1360_virus_2341 + subject_id: person1360 + split: train + image: images/Darwin_00001207_person1360_virus_2341.png + label: labels/Darwin_00001207_person1360_virus_2341.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001208_person1361_virus_2342 + subject_id: person1361 + split: test + image: images/Darwin_00001208_person1361_virus_2342.png + label: labels/Darwin_00001208_person1361_virus_2342.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001209_person1361_virus_2344 + subject_id: person1361 + split: test + image: images/Darwin_00001209_person1361_virus_2344.png + label: labels/Darwin_00001209_person1361_virus_2344.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001210_person1362_virus_2345 + subject_id: person1362 + split: train + image: images/Darwin_00001210_person1362_virus_2345.png + label: labels/Darwin_00001210_person1362_virus_2345.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001211_person1363_virus_2346 + subject_id: person1363 + split: train + image: images/Darwin_00001211_person1363_virus_2346.png + label: labels/Darwin_00001211_person1363_virus_2346.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001212_person1365_virus_2348 + subject_id: person1365 + split: test + image: images/Darwin_00001212_person1365_virus_2348.png + label: labels/Darwin_00001212_person1365_virus_2348.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001213_person1366_virus_2349 + subject_id: person1366 + split: test + image: images/Darwin_00001213_person1366_virus_2349.png + label: labels/Darwin_00001213_person1366_virus_2349.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001214_person1367_virus_2351 + subject_id: person1367 + split: val + image: images/Darwin_00001214_person1367_virus_2351.png + label: labels/Darwin_00001214_person1367_virus_2351.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001215_person1368_virus_2352 + subject_id: person1368 + split: train + image: images/Darwin_00001215_person1368_virus_2352.png + label: labels/Darwin_00001215_person1368_virus_2352.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001216_person1368_virus_2353 + subject_id: person1368 + split: train + image: images/Darwin_00001216_person1368_virus_2353.png + label: labels/Darwin_00001216_person1368_virus_2353.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001217_person1368_virus_2354 + subject_id: person1368 + split: train + image: images/Darwin_00001217_person1368_virus_2354.png + label: labels/Darwin_00001217_person1368_virus_2354.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001220_person1371_virus_2361 + subject_id: person1371 + split: train + image: images/Darwin_00001220_person1371_virus_2361.png + label: labels/Darwin_00001220_person1371_virus_2361.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001221_person1371_virus_2362 + subject_id: person1371 + split: train + image: images/Darwin_00001221_person1371_virus_2362.png + label: labels/Darwin_00001221_person1371_virus_2362.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001222_person1374_virus_2365 + subject_id: person1374 + split: train + image: images/Darwin_00001222_person1374_virus_2365.png + label: labels/Darwin_00001222_person1374_virus_2365.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001223_person1375_virus_2366 + subject_id: person1375 + split: train + image: images/Darwin_00001223_person1375_virus_2366.png + label: labels/Darwin_00001223_person1375_virus_2366.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001224_person1376_virus_2367 + subject_id: person1376 + split: train + image: images/Darwin_00001224_person1376_virus_2367.png + label: labels/Darwin_00001224_person1376_virus_2367.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001225_person1377_virus_2369 + subject_id: person1377 + split: train + image: images/Darwin_00001225_person1377_virus_2369.png + label: labels/Darwin_00001225_person1377_virus_2369.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001226_person1381_virus_2375 + subject_id: person1381 + split: train + image: images/Darwin_00001226_person1381_virus_2375.png + label: labels/Darwin_00001226_person1381_virus_2375.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001227_person1383_virus_2377 + subject_id: person1383 + split: train + image: images/Darwin_00001227_person1383_virus_2377.png + label: labels/Darwin_00001227_person1383_virus_2377.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001228_person1385_virus_2380 + subject_id: person1385 + split: train + image: images/Darwin_00001228_person1385_virus_2380.png + label: labels/Darwin_00001228_person1385_virus_2380.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001229_person1387_virus_2382 + subject_id: person1387 + split: train + image: images/Darwin_00001229_person1387_virus_2382.png + label: labels/Darwin_00001229_person1387_virus_2382.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001230_person1389_virus_2387 + subject_id: person1389 + split: train + image: images/Darwin_00001230_person1389_virus_2387.png + label: labels/Darwin_00001230_person1389_virus_2387.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001231_person1393_virus_2396 + subject_id: person1393 + split: test + image: images/Darwin_00001231_person1393_virus_2396.png + label: labels/Darwin_00001231_person1393_virus_2396.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001232_person1394_virus_2397 + subject_id: person1394 + split: train + image: images/Darwin_00001232_person1394_virus_2397.png + label: labels/Darwin_00001232_person1394_virus_2397.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001233_person1395_virus_2398 + subject_id: person1395 + split: val + image: images/Darwin_00001233_person1395_virus_2398.png + label: labels/Darwin_00001233_person1395_virus_2398.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001234_person1396_virus_2399 + subject_id: person1396 + split: train + image: images/Darwin_00001234_person1396_virus_2399.png + label: labels/Darwin_00001234_person1396_virus_2399.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001235_person1397_virus_2400 + subject_id: person1397 + split: test + image: images/Darwin_00001235_person1397_virus_2400.png + label: labels/Darwin_00001235_person1397_virus_2400.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001236_person1398_virus_2401 + subject_id: person1398 + split: val + image: images/Darwin_00001236_person1398_virus_2401.png + label: labels/Darwin_00001236_person1398_virus_2401.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001237_person1399_virus_2402 + subject_id: person1399 + split: train + image: images/Darwin_00001237_person1399_virus_2402.png + label: labels/Darwin_00001237_person1399_virus_2402.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001238_person1402_virus_2405 + subject_id: person1402 + split: test + image: images/Darwin_00001238_person1402_virus_2405.png + label: labels/Darwin_00001238_person1402_virus_2405.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001239_person1403_virus_2406 + subject_id: person1403 + split: val + image: images/Darwin_00001239_person1403_virus_2406.png + label: labels/Darwin_00001239_person1403_virus_2406.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001240_person1405_virus_2408 + subject_id: person1405 + split: train + image: images/Darwin_00001240_person1405_virus_2408.png + label: labels/Darwin_00001240_person1405_virus_2408.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001241_person1406_virus_2409 + subject_id: person1406 + split: train + image: images/Darwin_00001241_person1406_virus_2409.png + label: labels/Darwin_00001241_person1406_virus_2409.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001242_person1407_virus_2410 + subject_id: person1407 + split: train + image: images/Darwin_00001242_person1407_virus_2410.png + label: labels/Darwin_00001242_person1407_virus_2410.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001243_person1408_virus_2411 + subject_id: person1408 + split: train + image: images/Darwin_00001243_person1408_virus_2411.png + label: labels/Darwin_00001243_person1408_virus_2411.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001244_person1409_virus_2413 + subject_id: person1409 + split: train + image: images/Darwin_00001244_person1409_virus_2413.png + label: labels/Darwin_00001244_person1409_virus_2413.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001245_person1411_virus_2415 + subject_id: person1411 + split: train + image: images/Darwin_00001245_person1411_virus_2415.png + label: labels/Darwin_00001245_person1411_virus_2415.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001246_person1413_virus_2422 + subject_id: person1413 + split: train + image: images/Darwin_00001246_person1413_virus_2422.png + label: labels/Darwin_00001246_person1413_virus_2422.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001247_person1413_virus_2423 + subject_id: person1413 + split: train + image: images/Darwin_00001247_person1413_virus_2423.png + label: labels/Darwin_00001247_person1413_virus_2423.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001248_person1414_virus_2424 + subject_id: person1414 + split: test + image: images/Darwin_00001248_person1414_virus_2424.png + label: labels/Darwin_00001248_person1414_virus_2424.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001249_person1415_virus_2425 + subject_id: person1415 + split: val + image: images/Darwin_00001249_person1415_virus_2425.png + label: labels/Darwin_00001249_person1415_virus_2425.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001250_person1416_virus_2427 + subject_id: person1416 + split: train + image: images/Darwin_00001250_person1416_virus_2427.png + label: labels/Darwin_00001250_person1416_virus_2427.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001251_person1418_virus_2429 + subject_id: person1418 + split: train + image: images/Darwin_00001251_person1418_virus_2429.png + label: labels/Darwin_00001251_person1418_virus_2429.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001252_person1420_virus_2431 + subject_id: person1420 + split: train + image: images/Darwin_00001252_person1420_virus_2431.png + label: labels/Darwin_00001252_person1420_virus_2431.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001253_person1422_virus_2434 + subject_id: person1422 + split: test + image: images/Darwin_00001253_person1422_virus_2434.png + label: labels/Darwin_00001253_person1422_virus_2434.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001254_person1424_virus_2437 + subject_id: person1424 + split: test + image: images/Darwin_00001254_person1424_virus_2437.png + label: labels/Darwin_00001254_person1424_virus_2437.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001256_person1426_virus_2439 + subject_id: person1426 + split: val + image: images/Darwin_00001256_person1426_virus_2439.png + label: labels/Darwin_00001256_person1426_virus_2439.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001257_person1427_virus_2441 + subject_id: person1427 + split: train + image: images/Darwin_00001257_person1427_virus_2441.png + label: labels/Darwin_00001257_person1427_virus_2441.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001258_person1428_virus_2442 + subject_id: person1428 + split: val + image: images/Darwin_00001258_person1428_virus_2442.png + label: labels/Darwin_00001258_person1428_virus_2442.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001259_person1429_virus_2443 + subject_id: person1429 + split: train + image: images/Darwin_00001259_person1429_virus_2443.png + label: labels/Darwin_00001259_person1429_virus_2443.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001260_person1430_virus_2444 + subject_id: person1430 + split: val + image: images/Darwin_00001260_person1430_virus_2444.png + label: labels/Darwin_00001260_person1430_virus_2444.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001261_person1433_virus_2447 + subject_id: person1433 + split: train + image: images/Darwin_00001261_person1433_virus_2447.png + label: labels/Darwin_00001261_person1433_virus_2447.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001262_person1438_virus_2452 + subject_id: person1438 + split: val + image: images/Darwin_00001262_person1438_virus_2452.png + label: labels/Darwin_00001262_person1438_virus_2452.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001263_person1439_virus_2453 + subject_id: person1439 + split: val + image: images/Darwin_00001263_person1439_virus_2453.png + label: labels/Darwin_00001263_person1439_virus_2453.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001264_person1441_virus_2454 + subject_id: person1441 + split: train + image: images/Darwin_00001264_person1441_virus_2454.png + label: labels/Darwin_00001264_person1441_virus_2454.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001265_person1441_virus_2457 + subject_id: person1441 + split: train + image: images/Darwin_00001265_person1441_virus_2457.png + label: labels/Darwin_00001265_person1441_virus_2457.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001266_person126_virus_255 + subject_id: person126 + split: train + image: images/Darwin_00001266_person126_virus_255.png + label: labels/Darwin_00001266_person126_virus_255.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001267_person128_virus_261 + subject_id: person128 + split: train + image: images/Darwin_00001267_person128_virus_261.png + label: labels/Darwin_00001267_person128_virus_261.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001268_person130_virus_263 + subject_id: person130 + split: train + image: images/Darwin_00001268_person130_virus_263.png + label: labels/Darwin_00001268_person130_virus_263.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001269_person131_virus_265 + subject_id: person131 + split: val + image: images/Darwin_00001269_person131_virus_265.png + label: labels/Darwin_00001269_person131_virus_265.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001270_person132_virus_266 + subject_id: person132 + split: train + image: images/Darwin_00001270_person132_virus_266.png + label: labels/Darwin_00001270_person132_virus_266.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001271_person133_virus_267 + subject_id: person133 + split: train + image: images/Darwin_00001271_person133_virus_267.png + label: labels/Darwin_00001271_person133_virus_267.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001272_person134_virus_268 + subject_id: person134 + split: val + image: images/Darwin_00001272_person134_virus_268.png + label: labels/Darwin_00001272_person134_virus_268.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001273_person1268_virus_2161 + subject_id: person1268 + split: train + image: images/Darwin_00001273_person1268_virus_2161.png + label: labels/Darwin_00001273_person1268_virus_2161.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001274_person1269_virus_2162 + subject_id: person1269 + split: train + image: images/Darwin_00001274_person1269_virus_2162.png + label: labels/Darwin_00001274_person1269_virus_2162.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001275_person1270_virus_2163 + subject_id: person1270 + split: test + image: images/Darwin_00001275_person1270_virus_2163.png + label: labels/Darwin_00001275_person1270_virus_2163.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001276_person1271_virus_2164 + subject_id: person1271 + split: train + image: images/Darwin_00001276_person1271_virus_2164.png + label: labels/Darwin_00001276_person1271_virus_2164.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001277_person1272_virus_2190 + subject_id: person1272 + split: train + image: images/Darwin_00001277_person1272_virus_2190.png + label: labels/Darwin_00001277_person1272_virus_2190.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001278_person1273_virus_2191 + subject_id: person1273 + split: train + image: images/Darwin_00001278_person1273_virus_2191.png + label: labels/Darwin_00001278_person1273_virus_2191.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001279_person1274_virus_2193 + subject_id: person1274 + split: train + image: images/Darwin_00001279_person1274_virus_2193.png + label: labels/Darwin_00001279_person1274_virus_2193.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001280_person1276_virus_2198 + subject_id: person1276 + split: val + image: images/Darwin_00001280_person1276_virus_2198.png + label: labels/Darwin_00001280_person1276_virus_2198.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001281_person1278_virus_2201 + subject_id: person1278 + split: train + image: images/Darwin_00001281_person1278_virus_2201.png + label: labels/Darwin_00001281_person1278_virus_2201.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001282_person1281_virus_2204 + subject_id: person1281 + split: train + image: images/Darwin_00001282_person1281_virus_2204.png + label: labels/Darwin_00001282_person1281_virus_2204.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001283_person1283_virus_2206 + subject_id: person1283 + split: train + image: images/Darwin_00001283_person1283_virus_2206.png + label: labels/Darwin_00001283_person1283_virus_2206.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001284_person1284_virus_2207 + subject_id: person1284 + split: train + image: images/Darwin_00001284_person1284_virus_2207.png + label: labels/Darwin_00001284_person1284_virus_2207.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001285_person1285_virus_2208 + subject_id: person1285 + split: test + image: images/Darwin_00001285_person1285_virus_2208.png + label: labels/Darwin_00001285_person1285_virus_2208.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001286_person1286_virus_2209 + subject_id: person1286 + split: val + image: images/Darwin_00001286_person1286_virus_2209.png + label: labels/Darwin_00001286_person1286_virus_2209.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001287_person1287_virus_2210 + subject_id: person1287 + split: train + image: images/Darwin_00001287_person1287_virus_2210.png + label: labels/Darwin_00001287_person1287_virus_2210.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001288_person1288_virus_2211 + subject_id: person1288 + split: test + image: images/Darwin_00001288_person1288_virus_2211.png + label: labels/Darwin_00001288_person1288_virus_2211.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001289_person1290_virus_2215 + subject_id: person1290 + split: train + image: images/Darwin_00001289_person1290_virus_2215.png + label: labels/Darwin_00001289_person1290_virus_2215.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001290_person1290_virus_2216 + subject_id: person1290 + split: train + image: images/Darwin_00001290_person1290_virus_2216.png + label: labels/Darwin_00001290_person1290_virus_2216.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001291_person1291_virus_2217 + subject_id: person1291 + split: train + image: images/Darwin_00001291_person1291_virus_2217.png + label: labels/Darwin_00001291_person1291_virus_2217.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001292_person1292_virus_2218 + subject_id: person1292 + split: train + image: images/Darwin_00001292_person1292_virus_2218.png + label: labels/Darwin_00001292_person1292_virus_2218.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001293_person1293_virus_2219 + subject_id: person1293 + split: train + image: images/Darwin_00001293_person1293_virus_2219.png + label: labels/Darwin_00001293_person1293_virus_2219.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001294_person1294_virus_2221 + subject_id: person1294 + split: train + image: images/Darwin_00001294_person1294_virus_2221.png + label: labels/Darwin_00001294_person1294_virus_2221.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001295_person1294_virus_2222 + subject_id: person1294 + split: train + image: images/Darwin_00001295_person1294_virus_2222.png + label: labels/Darwin_00001295_person1294_virus_2222.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001296_person1295_virus_2223 + subject_id: person1295 + split: test + image: images/Darwin_00001296_person1295_virus_2223.png + label: labels/Darwin_00001296_person1295_virus_2223.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001297_person1296_virus_2224 + subject_id: person1296 + split: train + image: images/Darwin_00001297_person1296_virus_2224.png + label: labels/Darwin_00001297_person1296_virus_2224.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001298_person1298_virus_2226 + subject_id: person1298 + split: train + image: images/Darwin_00001298_person1298_virus_2226.png + label: labels/Darwin_00001298_person1298_virus_2226.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001300_person1300_virus_2240 + subject_id: person1300 + split: val + image: images/Darwin_00001300_person1300_virus_2240.png + label: labels/Darwin_00001300_person1300_virus_2240.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001301_person1301_virus_2241 + subject_id: person1301 + split: train + image: images/Darwin_00001301_person1301_virus_2241.png + label: labels/Darwin_00001301_person1301_virus_2241.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001302_person1303_virus_2243 + subject_id: person1303 + split: train + image: images/Darwin_00001302_person1303_virus_2243.png + label: labels/Darwin_00001302_person1303_virus_2243.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001303_person1306_virus_2249 + subject_id: person1306 + split: train + image: images/Darwin_00001303_person1306_virus_2249.png + label: labels/Darwin_00001303_person1306_virus_2249.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001304_person1307_virus_2251 + subject_id: person1307 + split: val + image: images/Darwin_00001304_person1307_virus_2251.png + label: labels/Darwin_00001304_person1307_virus_2251.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001306_person1308_virus_2253 + subject_id: person1308 + split: train + image: images/Darwin_00001306_person1308_virus_2253.png + label: labels/Darwin_00001306_person1308_virus_2253.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001307_person1309_virus_2254 + subject_id: person1309 + split: train + image: images/Darwin_00001307_person1309_virus_2254.png + label: labels/Darwin_00001307_person1309_virus_2254.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001308_person1310_virus_2255 + subject_id: person1310 + split: test + image: images/Darwin_00001308_person1310_virus_2255.png + label: labels/Darwin_00001308_person1310_virus_2255.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001309_person1311_virus_2257 + subject_id: person1311 + split: train + image: images/Darwin_00001309_person1311_virus_2257.png + label: labels/Darwin_00001309_person1311_virus_2257.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001310_person1311_virus_2259 + subject_id: person1311 + split: train + image: images/Darwin_00001310_person1311_virus_2259.png + label: labels/Darwin_00001310_person1311_virus_2259.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001311_person1312_virus_2261 + subject_id: person1312 + split: train + image: images/Darwin_00001311_person1312_virus_2261.png + label: labels/Darwin_00001311_person1312_virus_2261.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001312_person1313_virus_2264 + subject_id: person1313 + split: train + image: images/Darwin_00001312_person1313_virus_2264.png + label: labels/Darwin_00001312_person1313_virus_2264.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001313_person1314_virus_2266 + subject_id: person1314 + split: val + image: images/Darwin_00001313_person1314_virus_2266.png + label: labels/Darwin_00001313_person1314_virus_2266.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001314_person1314_virus_2268 + subject_id: person1314 + split: val + image: images/Darwin_00001314_person1314_virus_2268.png + label: labels/Darwin_00001314_person1314_virus_2268.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001315_person1314_virus_2269 + subject_id: person1314 + split: val + image: images/Darwin_00001315_person1314_virus_2269.png + label: labels/Darwin_00001315_person1314_virus_2269.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001316_person1315_virus_2270 + subject_id: person1315 + split: train + image: images/Darwin_00001316_person1315_virus_2270.png + label: labels/Darwin_00001316_person1315_virus_2270.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001317_person1316_virus_2271 + subject_id: person1316 + split: train + image: images/Darwin_00001317_person1316_virus_2271.png + label: labels/Darwin_00001317_person1316_virus_2271.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001318_person1317_virus_2273 + subject_id: person1317 + split: train + image: images/Darwin_00001318_person1317_virus_2273.png + label: labels/Darwin_00001318_person1317_virus_2273.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001319_person1318_virus_2274 + subject_id: person1318 + split: train + image: images/Darwin_00001319_person1318_virus_2274.png + label: labels/Darwin_00001319_person1318_virus_2274.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001320_person1319_virus_2276 + subject_id: person1319 + split: train + image: images/Darwin_00001320_person1319_virus_2276.png + label: labels/Darwin_00001320_person1319_virus_2276.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001321_person1320_virus_2277 + subject_id: person1320 + split: train + image: images/Darwin_00001321_person1320_virus_2277.png + label: labels/Darwin_00001321_person1320_virus_2277.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001322_person1321_virus_2279 + subject_id: person1321 + split: test + image: images/Darwin_00001322_person1321_virus_2279.png + label: labels/Darwin_00001322_person1321_virus_2279.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001323_person1323_virus_2282 + subject_id: person1323 + split: val + image: images/Darwin_00001323_person1323_virus_2282.png + label: labels/Darwin_00001323_person1323_virus_2282.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001324_person1323_virus_2283 + subject_id: person1323 + split: val + image: images/Darwin_00001324_person1323_virus_2283.png + label: labels/Darwin_00001324_person1323_virus_2283.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001325_person1324_virus_2284 + subject_id: person1324 + split: train + image: images/Darwin_00001325_person1324_virus_2284.png + label: labels/Darwin_00001325_person1324_virus_2284.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001326_person1324_virus_2285 + subject_id: person1324 + split: train + image: images/Darwin_00001326_person1324_virus_2285.png + label: labels/Darwin_00001326_person1324_virus_2285.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001327_person1325_virus_2287 + subject_id: person1325 + split: train + image: images/Darwin_00001327_person1325_virus_2287.png + label: labels/Darwin_00001327_person1325_virus_2287.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001328_person1328_virus_2293 + subject_id: person1328 + split: train + image: images/Darwin_00001328_person1328_virus_2293.png + label: labels/Darwin_00001328_person1328_virus_2293.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001329_person1328_virus_2294 + subject_id: person1328 + split: train + image: images/Darwin_00001329_person1328_virus_2294.png + label: labels/Darwin_00001329_person1328_virus_2294.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001330_person1328_virus_2295 + subject_id: person1328 + split: train + image: images/Darwin_00001330_person1328_virus_2295.png + label: labels/Darwin_00001330_person1328_virus_2295.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001331_person1331_virus_2299 + subject_id: person1331 + split: train + image: images/Darwin_00001331_person1331_virus_2299.png + label: labels/Darwin_00001331_person1331_virus_2299.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001332_person1332_virus_2300 + subject_id: person1332 + split: train + image: images/Darwin_00001332_person1332_virus_2300.png + label: labels/Darwin_00001332_person1332_virus_2300.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001333_person1333_virus_2301 + subject_id: person1333 + split: train + image: images/Darwin_00001333_person1333_virus_2301.png + label: labels/Darwin_00001333_person1333_virus_2301.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001334_person1336_virus_2306 + subject_id: person1336 + split: test + image: images/Darwin_00001334_person1336_virus_2306.png + label: labels/Darwin_00001334_person1336_virus_2306.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001335_person1337_virus_2307 + subject_id: person1337 + split: val + image: images/Darwin_00001335_person1337_virus_2307.png + label: labels/Darwin_00001335_person1337_virus_2307.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001337_person1340_virus_2311 + subject_id: person1340 + split: train + image: images/Darwin_00001337_person1340_virus_2311.png + label: labels/Darwin_00001337_person1340_virus_2311.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001338_person1340_virus_2312 + subject_id: person1340 + split: train + image: images/Darwin_00001338_person1340_virus_2312.png + label: labels/Darwin_00001338_person1340_virus_2312.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001339_person1341_virus_2313 + subject_id: person1341 + split: train + image: images/Darwin_00001339_person1341_virus_2313.png + label: labels/Darwin_00001339_person1341_virus_2313.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001340_person1342_virus_2315 + subject_id: person1342 + split: test + image: images/Darwin_00001340_person1342_virus_2315.png + label: labels/Darwin_00001340_person1342_virus_2315.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001341_person1343_virus_2316 + subject_id: person1343 + split: train + image: images/Darwin_00001341_person1343_virus_2316.png + label: labels/Darwin_00001341_person1343_virus_2316.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001342_person1343_virus_2317 + subject_id: person1343 + split: train + image: images/Darwin_00001342_person1343_virus_2317.png + label: labels/Darwin_00001342_person1343_virus_2317.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001343_person1344_virus_2319 + subject_id: person1344 + split: train + image: images/Darwin_00001343_person1344_virus_2319.png + label: labels/Darwin_00001343_person1344_virus_2319.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001344_person1344_virus_2320 + subject_id: person1344 + split: train + image: images/Darwin_00001344_person1344_virus_2320.png + label: labels/Darwin_00001344_person1344_virus_2320.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001345_person1345_virus_2321 + subject_id: person1345 + split: train + image: images/Darwin_00001345_person1345_virus_2321.png + label: labels/Darwin_00001345_person1345_virus_2321.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001346_person1346_virus_2322 + subject_id: person1346 + split: train + image: images/Darwin_00001346_person1346_virus_2322.png + label: labels/Darwin_00001346_person1346_virus_2322.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001347_person1347_virus_2323 + subject_id: person1347 + split: test + image: images/Darwin_00001347_person1347_virus_2323.png + label: labels/Darwin_00001347_person1347_virus_2323.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001348_person1348_virus_2324 + subject_id: person1348 + split: train + image: images/Darwin_00001348_person1348_virus_2324.png + label: labels/Darwin_00001348_person1348_virus_2324.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001349_person1348_virus_2326 + subject_id: person1348 + split: train + image: images/Darwin_00001349_person1348_virus_2326.png + label: labels/Darwin_00001349_person1348_virus_2326.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001350_person1350_virus_2329 + subject_id: person1350 + split: train + image: images/Darwin_00001350_person1350_virus_2329.png + label: labels/Darwin_00001350_person1350_virus_2329.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001351_person1351_virus_2330 + subject_id: person1351 + split: val + image: images/Darwin_00001351_person1351_virus_2330.png + label: labels/Darwin_00001351_person1351_virus_2330.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001352_person1353_virus_2333 + subject_id: person1353 + split: test + image: images/Darwin_00001352_person1353_virus_2333.png + label: labels/Darwin_00001352_person1353_virus_2333.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001353_person1355_virus_2336 + subject_id: person1355 + split: train + image: images/Darwin_00001353_person1355_virus_2336.png + label: labels/Darwin_00001353_person1355_virus_2336.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001354_person1356_virus_2337 + subject_id: person1356 + split: train + image: images/Darwin_00001354_person1356_virus_2337.png + label: labels/Darwin_00001354_person1356_virus_2337.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001355_person1357_virus_2338 + subject_id: person1357 + split: val + image: images/Darwin_00001355_person1357_virus_2338.png + label: labels/Darwin_00001355_person1357_virus_2338.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001356_person115_virus_218 + subject_id: person115 + split: train + image: images/Darwin_00001356_person115_virus_218.png + label: labels/Darwin_00001356_person115_virus_218.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001357_person115_virus_219 + subject_id: person115 + split: train + image: images/Darwin_00001357_person115_virus_219.png + label: labels/Darwin_00001357_person115_virus_219.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001358_person116_virus_221 + subject_id: person116 + split: train + image: images/Darwin_00001358_person116_virus_221.png + label: labels/Darwin_00001358_person116_virus_221.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001359_person117_virus_223 + subject_id: person117 + split: train + image: images/Darwin_00001359_person117_virus_223.png + label: labels/Darwin_00001359_person117_virus_223.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001360_person118_virus_224 + subject_id: person118 + split: test + image: images/Darwin_00001360_person118_virus_224.png + label: labels/Darwin_00001360_person118_virus_224.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001361_person119_virus_225 + subject_id: person119 + split: val + image: images/Darwin_00001361_person119_virus_225.png + label: labels/Darwin_00001361_person119_virus_225.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001362_person120_virus_226 + subject_id: person120 + split: train + image: images/Darwin_00001362_person120_virus_226.png + label: labels/Darwin_00001362_person120_virus_226.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001363_person122_virus_229 + subject_id: person122 + split: train + image: images/Darwin_00001363_person122_virus_229.png + label: labels/Darwin_00001363_person122_virus_229.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001364_person123_virus_230 + subject_id: person123 + split: val + image: images/Darwin_00001364_person123_virus_230.png + label: labels/Darwin_00001364_person123_virus_230.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001365_person124_virus_231 + subject_id: person124 + split: train + image: images/Darwin_00001365_person124_virus_231.png + label: labels/Darwin_00001365_person124_virus_231.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001366_person124_virus_233 + subject_id: person124 + split: train + image: images/Darwin_00001366_person124_virus_233.png + label: labels/Darwin_00001366_person124_virus_233.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001367_person124_virus_234 + subject_id: person124 + split: train + image: images/Darwin_00001367_person124_virus_234.png + label: labels/Darwin_00001367_person124_virus_234.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001368_person124_virus_236 + subject_id: person124 + split: train + image: images/Darwin_00001368_person124_virus_236.png + label: labels/Darwin_00001368_person124_virus_236.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001369_person124_virus_237 + subject_id: person124 + split: train + image: images/Darwin_00001369_person124_virus_237.png + label: labels/Darwin_00001369_person124_virus_237.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001370_person124_virus_238 + subject_id: person124 + split: train + image: images/Darwin_00001370_person124_virus_238.png + label: labels/Darwin_00001370_person124_virus_238.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001371_person124_virus_239 + subject_id: person124 + split: train + image: images/Darwin_00001371_person124_virus_239.png + label: labels/Darwin_00001371_person124_virus_239.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001372_person124_virus_240 + subject_id: person124 + split: train + image: images/Darwin_00001372_person124_virus_240.png + label: labels/Darwin_00001372_person124_virus_240.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001373_person124_virus_242 + subject_id: person124 + split: train + image: images/Darwin_00001373_person124_virus_242.png + label: labels/Darwin_00001373_person124_virus_242.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001374_person124_virus_244 + subject_id: person124 + split: train + image: images/Darwin_00001374_person124_virus_244.png + label: labels/Darwin_00001374_person124_virus_244.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001375_person124_virus_245 + subject_id: person124 + split: train + image: images/Darwin_00001375_person124_virus_245.png + label: labels/Darwin_00001375_person124_virus_245.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001376_person124_virus_246 + subject_id: person124 + split: train + image: images/Darwin_00001376_person124_virus_246.png + label: labels/Darwin_00001376_person124_virus_246.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001378_person124_virus_249 + subject_id: person124 + split: train + image: images/Darwin_00001378_person124_virus_249.png + label: labels/Darwin_00001378_person124_virus_249.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001379_person124_virus_250 + subject_id: person124 + split: train + image: images/Darwin_00001379_person124_virus_250.png + label: labels/Darwin_00001379_person124_virus_250.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001380_person124_virus_251 + subject_id: person124 + split: train + image: images/Darwin_00001380_person124_virus_251.png + label: labels/Darwin_00001380_person124_virus_251.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001381_person125_virus_254 + subject_id: person125 + split: val + image: images/Darwin_00001381_person125_virus_254.png + label: labels/Darwin_00001381_person125_virus_254.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001382_person1159_virus_1945 + subject_id: person1159 + split: train + image: images/Darwin_00001382_person1159_virus_1945.png + label: labels/Darwin_00001382_person1159_virus_1945.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001384_person1160_virus_1947 + subject_id: person1160 + split: test + image: images/Darwin_00001384_person1160_virus_1947.png + label: labels/Darwin_00001384_person1160_virus_1947.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001385_person1161_virus_1948 + subject_id: person1161 + split: train + image: images/Darwin_00001385_person1161_virus_1948.png + label: labels/Darwin_00001385_person1161_virus_1948.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001386_person1162_virus_1949 + subject_id: person1162 + split: train + image: images/Darwin_00001386_person1162_virus_1949.png + label: labels/Darwin_00001386_person1162_virus_1949.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001387_person1162_virus_1950 + subject_id: person1162 + split: train + image: images/Darwin_00001387_person1162_virus_1950.png + label: labels/Darwin_00001387_person1162_virus_1950.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001388_person1163_virus_1951 + subject_id: person1163 + split: train + image: images/Darwin_00001388_person1163_virus_1951.png + label: labels/Darwin_00001388_person1163_virus_1951.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001389_person1164_virus_1952 + subject_id: person1164 + split: train + image: images/Darwin_00001389_person1164_virus_1952.png + label: labels/Darwin_00001389_person1164_virus_1952.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001390_person1164_virus_1955 + subject_id: person1164 + split: train + image: images/Darwin_00001390_person1164_virus_1955.png + label: labels/Darwin_00001390_person1164_virus_1955.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001391_person1164_virus_1956 + subject_id: person1164 + split: train + image: images/Darwin_00001391_person1164_virus_1956.png + label: labels/Darwin_00001391_person1164_virus_1956.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001392_person1164_virus_1957 + subject_id: person1164 + split: train + image: images/Darwin_00001392_person1164_virus_1957.png + label: labels/Darwin_00001392_person1164_virus_1957.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001393_person1164_virus_1958 + subject_id: person1164 + split: train + image: images/Darwin_00001393_person1164_virus_1958.png + label: labels/Darwin_00001393_person1164_virus_1958.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001394_person1165_virus_1959 + subject_id: person1165 + split: train + image: images/Darwin_00001394_person1165_virus_1959.png + label: labels/Darwin_00001394_person1165_virus_1959.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001395_person1168_virus_1965 + subject_id: person1168 + split: train + image: images/Darwin_00001395_person1168_virus_1965.png + label: labels/Darwin_00001395_person1168_virus_1965.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001396_person1168_virus_1966 + subject_id: person1168 + split: train + image: images/Darwin_00001396_person1168_virus_1966.png + label: labels/Darwin_00001396_person1168_virus_1966.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001397_person1169_virus_1968 + subject_id: person1169 + split: train + image: images/Darwin_00001397_person1169_virus_1968.png + label: labels/Darwin_00001397_person1169_virus_1968.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001398_person1170_virus_1969 + subject_id: person1170 + split: train + image: images/Darwin_00001398_person1170_virus_1969.png + label: labels/Darwin_00001398_person1170_virus_1969.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001399_person1170_virus_1970 + subject_id: person1170 + split: train + image: images/Darwin_00001399_person1170_virus_1970.png + label: labels/Darwin_00001399_person1170_virus_1970.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001400_person1172_virus_1977 + subject_id: person1172 + split: train + image: images/Darwin_00001400_person1172_virus_1977.png + label: labels/Darwin_00001400_person1172_virus_1977.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001401_person1173_virus_1978 + subject_id: person1173 + split: train + image: images/Darwin_00001401_person1173_virus_1978.png + label: labels/Darwin_00001401_person1173_virus_1978.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001402_person1174_virus_1980 + subject_id: person1174 + split: val + image: images/Darwin_00001402_person1174_virus_1980.png + label: labels/Darwin_00001402_person1174_virus_1980.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001403_person1175_virus_1981 + subject_id: person1175 + split: val + image: images/Darwin_00001403_person1175_virus_1981.png + label: labels/Darwin_00001403_person1175_virus_1981.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001404_person1176_virus_1996 + subject_id: person1176 + split: val + image: images/Darwin_00001404_person1176_virus_1996.png + label: labels/Darwin_00001404_person1176_virus_1996.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001405_person1176_virus_1997 + subject_id: person1176 + split: val + image: images/Darwin_00001405_person1176_virus_1997.png + label: labels/Darwin_00001405_person1176_virus_1997.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001406_person1176_virus_1998 + subject_id: person1176 + split: val + image: images/Darwin_00001406_person1176_virus_1998.png + label: labels/Darwin_00001406_person1176_virus_1998.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001408_person1177_virus_2000 + subject_id: person1177 + split: test + image: images/Darwin_00001408_person1177_virus_2000.png + label: labels/Darwin_00001408_person1177_virus_2000.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001409_person1177_virus_2001 + subject_id: person1177 + split: test + image: images/Darwin_00001409_person1177_virus_2001.png + label: labels/Darwin_00001409_person1177_virus_2001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001411_person1178_virus_2004 + subject_id: person1178 + split: test + image: images/Darwin_00001411_person1178_virus_2004.png + label: labels/Darwin_00001411_person1178_virus_2004.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001412_person1179_virus_2006 + subject_id: person1179 + split: train + image: images/Darwin_00001412_person1179_virus_2006.png + label: labels/Darwin_00001412_person1179_virus_2006.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001413_person1180_virus_2007 + subject_id: person1180 + split: train + image: images/Darwin_00001413_person1180_virus_2007.png + label: labels/Darwin_00001413_person1180_virus_2007.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001414_person1180_virus_2008 + subject_id: person1180 + split: train + image: images/Darwin_00001414_person1180_virus_2008.png + label: labels/Darwin_00001414_person1180_virus_2008.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001415_person1180_virus_2009 + subject_id: person1180 + split: train + image: images/Darwin_00001415_person1180_virus_2009.png + label: labels/Darwin_00001415_person1180_virus_2009.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001416_person1180_virus_2010 + subject_id: person1180 + split: train + image: images/Darwin_00001416_person1180_virus_2010.png + label: labels/Darwin_00001416_person1180_virus_2010.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001417_person1180_virus_2011 + subject_id: person1180 + split: train + image: images/Darwin_00001417_person1180_virus_2011.png + label: labels/Darwin_00001417_person1180_virus_2011.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001418_person1180_virus_2012 + subject_id: person1180 + split: train + image: images/Darwin_00001418_person1180_virus_2012.png + label: labels/Darwin_00001418_person1180_virus_2012.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001419_person1180_virus_2013 + subject_id: person1180 + split: train + image: images/Darwin_00001419_person1180_virus_2013.png + label: labels/Darwin_00001419_person1180_virus_2013.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001420_person1180_virus_2014 + subject_id: person1180 + split: train + image: images/Darwin_00001420_person1180_virus_2014.png + label: labels/Darwin_00001420_person1180_virus_2014.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001421_person1180_virus_2015 + subject_id: person1180 + split: train + image: images/Darwin_00001421_person1180_virus_2015.png + label: labels/Darwin_00001421_person1180_virus_2015.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001422_person1181_virus_2016 + subject_id: person1181 + split: train + image: images/Darwin_00001422_person1181_virus_2016.png + label: labels/Darwin_00001422_person1181_virus_2016.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001423_person1182_virus_2017 + subject_id: person1182 + split: train + image: images/Darwin_00001423_person1182_virus_2017.png + label: labels/Darwin_00001423_person1182_virus_2017.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001424_person1183_virus_2018 + subject_id: person1183 + split: test + image: images/Darwin_00001424_person1183_virus_2018.png + label: labels/Darwin_00001424_person1183_virus_2018.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001425_person1184_virus_2019 + subject_id: person1184 + split: val + image: images/Darwin_00001425_person1184_virus_2019.png + label: labels/Darwin_00001425_person1184_virus_2019.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001426_person1186_virus_2021 + subject_id: person1186 + split: train + image: images/Darwin_00001426_person1186_virus_2021.png + label: labels/Darwin_00001426_person1186_virus_2021.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001427_person1186_virus_2022 + subject_id: person1186 + split: train + image: images/Darwin_00001427_person1186_virus_2022.png + label: labels/Darwin_00001427_person1186_virus_2022.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001428_person1187_virus_2023 + subject_id: person1187 + split: test + image: images/Darwin_00001428_person1187_virus_2023.png + label: labels/Darwin_00001428_person1187_virus_2023.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001429_person1188_virus_2024 + subject_id: person1188 + split: train + image: images/Darwin_00001429_person1188_virus_2024.png + label: labels/Darwin_00001429_person1188_virus_2024.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001430_person1190_virus_2031 + subject_id: person1190 + split: train + image: images/Darwin_00001430_person1190_virus_2031.png + label: labels/Darwin_00001430_person1190_virus_2031.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001431_person1191_virus_2032 + subject_id: person1191 + split: test + image: images/Darwin_00001431_person1191_virus_2032.png + label: labels/Darwin_00001431_person1191_virus_2032.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001432_person1193_virus_2034 + subject_id: person1193 + split: train + image: images/Darwin_00001432_person1193_virus_2034.png + label: labels/Darwin_00001432_person1193_virus_2034.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001433_person1197_virus_2039 + subject_id: person1197 + split: train + image: images/Darwin_00001433_person1197_virus_2039.png + label: labels/Darwin_00001433_person1197_virus_2039.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001434_person1200_virus_2042 + subject_id: person1200 + split: train + image: images/Darwin_00001434_person1200_virus_2042.png + label: labels/Darwin_00001434_person1200_virus_2042.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001435_person1202_virus_2045 + subject_id: person1202 + split: val + image: images/Darwin_00001435_person1202_virus_2045.png + label: labels/Darwin_00001435_person1202_virus_2045.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001436_person1206_virus_2051 + subject_id: person1206 + split: train + image: images/Darwin_00001436_person1206_virus_2051.png + label: labels/Darwin_00001436_person1206_virus_2051.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001437_person1211_virus_2056 + subject_id: person1211 + split: train + image: images/Darwin_00001437_person1211_virus_2056.png + label: labels/Darwin_00001437_person1211_virus_2056.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001438_person1212_virus_2057 + subject_id: person1212 + split: train + image: images/Darwin_00001438_person1212_virus_2057.png + label: labels/Darwin_00001438_person1212_virus_2057.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001439_person1213_virus_2058 + subject_id: person1213 + split: train + image: images/Darwin_00001439_person1213_virus_2058.png + label: labels/Darwin_00001439_person1213_virus_2058.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001440_person1214_virus_2059 + subject_id: person1214 + split: test + image: images/Darwin_00001440_person1214_virus_2059.png + label: labels/Darwin_00001440_person1214_virus_2059.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001441_person1216_virus_2062 + subject_id: person1216 + split: train + image: images/Darwin_00001441_person1216_virus_2062.png + label: labels/Darwin_00001441_person1216_virus_2062.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001442_person1217_virus_2063 + subject_id: person1217 + split: train + image: images/Darwin_00001442_person1217_virus_2063.png + label: labels/Darwin_00001442_person1217_virus_2063.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001443_person1218_virus_2066 + subject_id: person1218 + split: val + image: images/Darwin_00001443_person1218_virus_2066.png + label: labels/Darwin_00001443_person1218_virus_2066.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001444_person1219_virus_2067 + subject_id: person1219 + split: train + image: images/Darwin_00001444_person1219_virus_2067.png + label: labels/Darwin_00001444_person1219_virus_2067.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001445_person1220_virus_2068 + subject_id: person1220 + split: val + image: images/Darwin_00001445_person1220_virus_2068.png + label: labels/Darwin_00001445_person1220_virus_2068.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001446_person1222_virus_2071 + subject_id: person1222 + split: test + image: images/Darwin_00001446_person1222_virus_2071.png + label: labels/Darwin_00001446_person1222_virus_2071.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001447_person1223_virus_2073 + subject_id: person1223 + split: test + image: images/Darwin_00001447_person1223_virus_2073.png + label: labels/Darwin_00001447_person1223_virus_2073.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001448_person1224_virus_2074 + subject_id: person1224 + split: train + image: images/Darwin_00001448_person1224_virus_2074.png + label: labels/Darwin_00001448_person1224_virus_2074.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001449_person1225_virus_2076 + subject_id: person1225 + split: test + image: images/Darwin_00001449_person1225_virus_2076.png + label: labels/Darwin_00001449_person1225_virus_2076.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001450_person1226_virus_2077 + subject_id: person1226 + split: train + image: images/Darwin_00001450_person1226_virus_2077.png + label: labels/Darwin_00001450_person1226_virus_2077.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001451_person1227_virus_2078 + subject_id: person1227 + split: test + image: images/Darwin_00001451_person1227_virus_2078.png + label: labels/Darwin_00001451_person1227_virus_2078.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001452_person1228_virus_2079 + subject_id: person1228 + split: test + image: images/Darwin_00001452_person1228_virus_2079.png + label: labels/Darwin_00001452_person1228_virus_2079.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001453_person1229_virus_2080 + subject_id: person1229 + split: train + image: images/Darwin_00001453_person1229_virus_2080.png + label: labels/Darwin_00001453_person1229_virus_2080.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001454_person1230_virus_2081 + subject_id: person1230 + split: train + image: images/Darwin_00001454_person1230_virus_2081.png + label: labels/Darwin_00001454_person1230_virus_2081.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001455_person1231_virus_2088 + subject_id: person1231 + split: train + image: images/Darwin_00001455_person1231_virus_2088.png + label: labels/Darwin_00001455_person1231_virus_2088.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001456_person1232_virus_2089 + subject_id: person1232 + split: train + image: images/Darwin_00001456_person1232_virus_2089.png + label: labels/Darwin_00001456_person1232_virus_2089.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001457_person1233_virus_2090 + subject_id: person1233 + split: train + image: images/Darwin_00001457_person1233_virus_2090.png + label: labels/Darwin_00001457_person1233_virus_2090.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001458_person1234_virus_2093 + subject_id: person1234 + split: train + image: images/Darwin_00001458_person1234_virus_2093.png + label: labels/Darwin_00001458_person1234_virus_2093.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001459_person1235_virus_2095 + subject_id: person1235 + split: val + image: images/Darwin_00001459_person1235_virus_2095.png + label: labels/Darwin_00001459_person1235_virus_2095.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001460_person1236_virus_2096 + subject_id: person1236 + split: train + image: images/Darwin_00001460_person1236_virus_2096.png + label: labels/Darwin_00001460_person1236_virus_2096.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001461_person1237_virus_2097 + subject_id: person1237 + split: train + image: images/Darwin_00001461_person1237_virus_2097.png + label: labels/Darwin_00001461_person1237_virus_2097.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001462_person1238_virus_2098 + subject_id: person1238 + split: test + image: images/Darwin_00001462_person1238_virus_2098.png + label: labels/Darwin_00001462_person1238_virus_2098.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001463_person1239_virus_2099 + subject_id: person1239 + split: train + image: images/Darwin_00001463_person1239_virus_2099.png + label: labels/Darwin_00001463_person1239_virus_2099.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001464_person1241_virus_2106 + subject_id: person1241 + split: train + image: images/Darwin_00001464_person1241_virus_2106.png + label: labels/Darwin_00001464_person1241_virus_2106.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001465_person1242_virus_2108 + subject_id: person1242 + split: val + image: images/Darwin_00001465_person1242_virus_2108.png + label: labels/Darwin_00001465_person1242_virus_2108.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001466_person1242_virus_2109 + subject_id: person1242 + split: val + image: images/Darwin_00001466_person1242_virus_2109.png + label: labels/Darwin_00001466_person1242_virus_2109.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001467_person1243_virus_2110 + subject_id: person1243 + split: train + image: images/Darwin_00001467_person1243_virus_2110.png + label: labels/Darwin_00001467_person1243_virus_2110.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001468_person1244_virus_2111 + subject_id: person1244 + split: train + image: images/Darwin_00001468_person1244_virus_2111.png + label: labels/Darwin_00001468_person1244_virus_2111.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001469_person1247_virus_2115 + subject_id: person1247 + split: train + image: images/Darwin_00001469_person1247_virus_2115.png + label: labels/Darwin_00001469_person1247_virus_2115.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001470_person1248_virus_2117 + subject_id: person1248 + split: train + image: images/Darwin_00001470_person1248_virus_2117.png + label: labels/Darwin_00001470_person1248_virus_2117.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001471_person1249_virus_2118 + subject_id: person1249 + split: train + image: images/Darwin_00001471_person1249_virus_2118.png + label: labels/Darwin_00001471_person1249_virus_2118.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001472_person1252_virus_2124 + subject_id: person1252 + split: train + image: images/Darwin_00001472_person1252_virus_2124.png + label: labels/Darwin_00001472_person1252_virus_2124.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001473_person1253_virus_2129 + subject_id: person1253 + split: train + image: images/Darwin_00001473_person1253_virus_2129.png + label: labels/Darwin_00001473_person1253_virus_2129.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001474_person1254_virus_2130 + subject_id: person1254 + split: val + image: images/Darwin_00001474_person1254_virus_2130.png + label: labels/Darwin_00001474_person1254_virus_2130.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001475_person1255_virus_2132 + subject_id: person1255 + split: train + image: images/Darwin_00001475_person1255_virus_2132.png + label: labels/Darwin_00001475_person1255_virus_2132.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001476_person1258_virus_2138 + subject_id: person1258 + split: train + image: images/Darwin_00001476_person1258_virus_2138.png + label: labels/Darwin_00001476_person1258_virus_2138.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001477_person1259_virus_2139 + subject_id: person1259 + split: val + image: images/Darwin_00001477_person1259_virus_2139.png + label: labels/Darwin_00001477_person1259_virus_2139.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001478_person1260_virus_2140 + subject_id: person1260 + split: train + image: images/Darwin_00001478_person1260_virus_2140.png + label: labels/Darwin_00001478_person1260_virus_2140.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001479_person1261_virus_2145 + subject_id: person1261 + split: train + image: images/Darwin_00001479_person1261_virus_2145.png + label: labels/Darwin_00001479_person1261_virus_2145.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001480_person1261_virus_2147 + subject_id: person1261 + split: train + image: images/Darwin_00001480_person1261_virus_2147.png + label: labels/Darwin_00001480_person1261_virus_2147.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001482_person1264_virus_2155 + subject_id: person1264 + split: train + image: images/Darwin_00001482_person1264_virus_2155.png + label: labels/Darwin_00001482_person1264_virus_2155.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001483_person1265_virus_2156 + subject_id: person1265 + split: train + image: images/Darwin_00001483_person1265_virus_2156.png + label: labels/Darwin_00001483_person1265_virus_2156.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001484_person1266_virus_2158 + subject_id: person1266 + split: train + image: images/Darwin_00001484_person1266_virus_2158.png + label: labels/Darwin_00001484_person1266_virus_2158.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001485_person1267_virus_2160 + subject_id: person1267 + split: train + image: images/Darwin_00001485_person1267_virus_2160.png + label: labels/Darwin_00001485_person1267_virus_2160.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001486_person102_virus_189 + subject_id: person102 + split: train + image: images/Darwin_00001486_person102_virus_189.png + label: labels/Darwin_00001486_person102_virus_189.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001487_person103_virus_190 + subject_id: person103 + split: train + image: images/Darwin_00001487_person103_virus_190.png + label: labels/Darwin_00001487_person103_virus_190.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001488_person104_virus_191 + subject_id: person104 + split: train + image: images/Darwin_00001488_person104_virus_191.png + label: labels/Darwin_00001488_person104_virus_191.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001489_person105_virus_192 + subject_id: person105 + split: val + image: images/Darwin_00001489_person105_virus_192.png + label: labels/Darwin_00001489_person105_virus_192.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001490_person105_virus_193 + subject_id: person105 + split: val + image: images/Darwin_00001490_person105_virus_193.png + label: labels/Darwin_00001490_person105_virus_193.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001491_person106_virus_194 + subject_id: person106 + split: train + image: images/Darwin_00001491_person106_virus_194.png + label: labels/Darwin_00001491_person106_virus_194.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001492_person107_virus_197 + subject_id: person107 + split: train + image: images/Darwin_00001492_person107_virus_197.png + label: labels/Darwin_00001492_person107_virus_197.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001493_person108_virus_199 + subject_id: person108 + split: train + image: images/Darwin_00001493_person108_virus_199.png + label: labels/Darwin_00001493_person108_virus_199.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001494_person108_virus_200 + subject_id: person108 + split: train + image: images/Darwin_00001494_person108_virus_200.png + label: labels/Darwin_00001494_person108_virus_200.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001495_person108_virus_201 + subject_id: person108 + split: train + image: images/Darwin_00001495_person108_virus_201.png + label: labels/Darwin_00001495_person108_virus_201.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001496_person109_virus_203 + subject_id: person109 + split: train + image: images/Darwin_00001496_person109_virus_203.png + label: labels/Darwin_00001496_person109_virus_203.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001497_person110_virus_205 + subject_id: person110 + split: train + image: images/Darwin_00001497_person110_virus_205.png + label: labels/Darwin_00001497_person110_virus_205.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001498_person110_virus_206 + subject_id: person110 + split: train + image: images/Darwin_00001498_person110_virus_206.png + label: labels/Darwin_00001498_person110_virus_206.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001499_person110_virus_207 + subject_id: person110 + split: train + image: images/Darwin_00001499_person110_virus_207.png + label: labels/Darwin_00001499_person110_virus_207.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001500_person110_virus_208 + subject_id: person110 + split: train + image: images/Darwin_00001500_person110_virus_208.png + label: labels/Darwin_00001500_person110_virus_208.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001501_person111_virus_209 + subject_id: person111 + split: train + image: images/Darwin_00001501_person111_virus_209.png + label: labels/Darwin_00001501_person111_virus_209.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001502_person111_virus_210 + subject_id: person111 + split: train + image: images/Darwin_00001502_person111_virus_210.png + label: labels/Darwin_00001502_person111_virus_210.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001503_person111_virus_212 + subject_id: person111 + split: train + image: images/Darwin_00001503_person111_virus_212.png + label: labels/Darwin_00001503_person111_virus_212.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001504_person112_virus_213 + subject_id: person112 + split: train + image: images/Darwin_00001504_person112_virus_213.png + label: labels/Darwin_00001504_person112_virus_213.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001505_person113_virus_215 + subject_id: person113 + split: test + image: images/Darwin_00001505_person113_virus_215.png + label: labels/Darwin_00001505_person113_virus_215.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001506_person113_virus_216 + subject_id: person113 + split: test + image: images/Darwin_00001506_person113_virus_216.png + label: labels/Darwin_00001506_person113_virus_216.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001507_person114_virus_217 + subject_id: person114 + split: train + image: images/Darwin_00001507_person114_virus_217.png + label: labels/Darwin_00001507_person114_virus_217.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001508_person1020_virus_1710 + subject_id: person1020 + split: test + image: images/Darwin_00001508_person1020_virus_1710.png + label: labels/Darwin_00001508_person1020_virus_1710.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001509_person1021_virus_1711 + subject_id: person1021 + split: test + image: images/Darwin_00001509_person1021_virus_1711.png + label: labels/Darwin_00001509_person1021_virus_1711.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001510_person1022_virus_1712 + subject_id: person1022 + split: test + image: images/Darwin_00001510_person1022_virus_1712.png + label: labels/Darwin_00001510_person1022_virus_1712.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001511_person1023_virus_1714 + subject_id: person1023 + split: test + image: images/Darwin_00001511_person1023_virus_1714.png + label: labels/Darwin_00001511_person1023_virus_1714.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001512_person1024_virus_1716 + subject_id: person1024 + split: train + image: images/Darwin_00001512_person1024_virus_1716.png + label: labels/Darwin_00001512_person1024_virus_1716.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001513_person1026_virus_1718 + subject_id: person1026 + split: train + image: images/Darwin_00001513_person1026_virus_1718.png + label: labels/Darwin_00001513_person1026_virus_1718.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001514_person1029_virus_1721 + subject_id: person1029 + split: train + image: images/Darwin_00001514_person1029_virus_1721.png + label: labels/Darwin_00001514_person1029_virus_1721.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001515_person1030_virus_1722 + subject_id: person1030 + split: train + image: images/Darwin_00001515_person1030_virus_1722.png + label: labels/Darwin_00001515_person1030_virus_1722.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001516_person1031_virus_1723 + subject_id: person1031 + split: train + image: images/Darwin_00001516_person1031_virus_1723.png + label: labels/Darwin_00001516_person1031_virus_1723.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001517_person1034_virus_1728 + subject_id: person1034 + split: train + image: images/Darwin_00001517_person1034_virus_1728.png + label: labels/Darwin_00001517_person1034_virus_1728.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001518_person1035_virus_1729 + subject_id: person1035 + split: train + image: images/Darwin_00001518_person1035_virus_1729.png + label: labels/Darwin_00001518_person1035_virus_1729.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001519_person1036_virus_1730 + subject_id: person1036 + split: val + image: images/Darwin_00001519_person1036_virus_1730.png + label: labels/Darwin_00001519_person1036_virus_1730.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001520_person1038_virus_1733 + subject_id: person1038 + split: train + image: images/Darwin_00001520_person1038_virus_1733.png + label: labels/Darwin_00001520_person1038_virus_1733.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001521_person1040_virus_1735 + subject_id: person1040 + split: train + image: images/Darwin_00001521_person1040_virus_1735.png + label: labels/Darwin_00001521_person1040_virus_1735.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001522_person1041_virus_1736 + subject_id: person1041 + split: train + image: images/Darwin_00001522_person1041_virus_1736.png + label: labels/Darwin_00001522_person1041_virus_1736.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001523_person1042_virus_1737 + subject_id: person1042 + split: test + image: images/Darwin_00001523_person1042_virus_1737.png + label: labels/Darwin_00001523_person1042_virus_1737.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001524_person1043_virus_1738 + subject_id: person1043 + split: train + image: images/Darwin_00001524_person1043_virus_1738.png + label: labels/Darwin_00001524_person1043_virus_1738.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001525_person1044_virus_1740 + subject_id: person1044 + split: train + image: images/Darwin_00001525_person1044_virus_1740.png + label: labels/Darwin_00001525_person1044_virus_1740.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001526_person1045_virus_1741 + subject_id: person1045 + split: train + image: images/Darwin_00001526_person1045_virus_1741.png + label: labels/Darwin_00001526_person1045_virus_1741.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001527_person1046_virus_1742 + subject_id: person1046 + split: train + image: images/Darwin_00001527_person1046_virus_1742.png + label: labels/Darwin_00001527_person1046_virus_1742.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001528_person1048_virus_1744 + subject_id: person1048 + split: train + image: images/Darwin_00001528_person1048_virus_1744.png + label: labels/Darwin_00001528_person1048_virus_1744.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001529_person1049_virus_1746 + subject_id: person1049 + split: train + image: images/Darwin_00001529_person1049_virus_1746.png + label: labels/Darwin_00001529_person1049_virus_1746.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001530_person1051_virus_1750 + subject_id: person1051 + split: val + image: images/Darwin_00001530_person1051_virus_1750.png + label: labels/Darwin_00001530_person1051_virus_1750.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001531_person1052_virus_1751 + subject_id: person1052 + split: train + image: images/Darwin_00001531_person1052_virus_1751.png + label: labels/Darwin_00001531_person1052_virus_1751.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001532_person1056_virus_1755 + subject_id: person1056 + split: train + image: images/Darwin_00001532_person1056_virus_1755.png + label: labels/Darwin_00001532_person1056_virus_1755.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001533_person1057_virus_1756 + subject_id: person1057 + split: train + image: images/Darwin_00001533_person1057_virus_1756.png + label: labels/Darwin_00001533_person1057_virus_1756.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001534_person1058_virus_1757 + subject_id: person1058 + split: val + image: images/Darwin_00001534_person1058_virus_1757.png + label: labels/Darwin_00001534_person1058_virus_1757.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001535_person1059_virus_1758 + subject_id: person1059 + split: train + image: images/Darwin_00001535_person1059_virus_1758.png + label: labels/Darwin_00001535_person1059_virus_1758.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001536_person1060_virus_1760 + subject_id: person1060 + split: train + image: images/Darwin_00001536_person1060_virus_1760.png + label: labels/Darwin_00001536_person1060_virus_1760.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001537_person1062_virus_1762 + subject_id: person1062 + split: test + image: images/Darwin_00001537_person1062_virus_1762.png + label: labels/Darwin_00001537_person1062_virus_1762.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001538_person1063_virus_1765 + subject_id: person1063 + split: train + image: images/Darwin_00001538_person1063_virus_1765.png + label: labels/Darwin_00001538_person1063_virus_1765.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001539_person1065_virus_1768 + subject_id: person1065 + split: train + image: images/Darwin_00001539_person1065_virus_1768.png + label: labels/Darwin_00001539_person1065_virus_1768.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001540_person1066_virus_1769 + subject_id: person1066 + split: val + image: images/Darwin_00001540_person1066_virus_1769.png + label: labels/Darwin_00001540_person1066_virus_1769.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001541_person1067_virus_1770 + subject_id: person1067 + split: train + image: images/Darwin_00001541_person1067_virus_1770.png + label: labels/Darwin_00001541_person1067_virus_1770.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001542_person1068_virus_1771 + subject_id: person1068 + split: train + image: images/Darwin_00001542_person1068_virus_1771.png + label: labels/Darwin_00001542_person1068_virus_1771.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001543_person1069_virus_1772 + subject_id: person1069 + split: train + image: images/Darwin_00001543_person1069_virus_1772.png + label: labels/Darwin_00001543_person1069_virus_1772.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001544_person1070_virus_1773 + subject_id: person1070 + split: val + image: images/Darwin_00001544_person1070_virus_1773.png + label: labels/Darwin_00001544_person1070_virus_1773.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001545_person1071_virus_1774 + subject_id: person1071 + split: train + image: images/Darwin_00001545_person1071_virus_1774.png + label: labels/Darwin_00001545_person1071_virus_1774.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001546_person1072_virus_1775 + subject_id: person1072 + split: train + image: images/Darwin_00001546_person1072_virus_1775.png + label: labels/Darwin_00001546_person1072_virus_1775.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001547_person1073_virus_1776 + subject_id: person1073 + split: train + image: images/Darwin_00001547_person1073_virus_1776.png + label: labels/Darwin_00001547_person1073_virus_1776.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001548_person1077_virus_1787 + subject_id: person1077 + split: train + image: images/Darwin_00001548_person1077_virus_1787.png + label: labels/Darwin_00001548_person1077_virus_1787.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001549_person1078_virus_1788 + subject_id: person1078 + split: train + image: images/Darwin_00001549_person1078_virus_1788.png + label: labels/Darwin_00001549_person1078_virus_1788.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001550_person1079_virus_1789 + subject_id: person1079 + split: val + image: images/Darwin_00001550_person1079_virus_1789.png + label: labels/Darwin_00001550_person1079_virus_1789.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001551_person1080_virus_1791 + subject_id: person1080 + split: test + image: images/Darwin_00001551_person1080_virus_1791.png + label: labels/Darwin_00001551_person1080_virus_1791.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001552_person1081_virus_1793 + subject_id: person1081 + split: val + image: images/Darwin_00001552_person1081_virus_1793.png + label: labels/Darwin_00001552_person1081_virus_1793.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001553_person1082_virus_1794 + subject_id: person1082 + split: train + image: images/Darwin_00001553_person1082_virus_1794.png + label: labels/Darwin_00001553_person1082_virus_1794.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001554_person1083_virus_1795 + subject_id: person1083 + split: train + image: images/Darwin_00001554_person1083_virus_1795.png + label: labels/Darwin_00001554_person1083_virus_1795.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001555_person1084_virus_1796 + subject_id: person1084 + split: train + image: images/Darwin_00001555_person1084_virus_1796.png + label: labels/Darwin_00001555_person1084_virus_1796.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001556_person1085_virus_1797 + subject_id: person1085 + split: train + image: images/Darwin_00001556_person1085_virus_1797.png + label: labels/Darwin_00001556_person1085_virus_1797.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001557_person1086_virus_1798 + subject_id: person1086 + split: train + image: images/Darwin_00001557_person1086_virus_1798.png + label: labels/Darwin_00001557_person1086_virus_1798.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001559_person1088_virus_1800 + subject_id: person1088 + split: val + image: images/Darwin_00001559_person1088_virus_1800.png + label: labels/Darwin_00001559_person1088_virus_1800.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001560_person1089_virus_1808 + subject_id: person1089 + split: val + image: images/Darwin_00001560_person1089_virus_1808.png + label: labels/Darwin_00001560_person1089_virus_1808.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001561_person1090_virus_1809 + subject_id: person1090 + split: train + image: images/Darwin_00001561_person1090_virus_1809.png + label: labels/Darwin_00001561_person1090_virus_1809.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001562_person1091_virus_1810 + subject_id: person1091 + split: train + image: images/Darwin_00001562_person1091_virus_1810.png + label: labels/Darwin_00001562_person1091_virus_1810.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001563_person1092_virus_1811 + subject_id: person1092 + split: train + image: images/Darwin_00001563_person1092_virus_1811.png + label: labels/Darwin_00001563_person1092_virus_1811.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001564_person1094_virus_1814 + subject_id: person1094 + split: train + image: images/Darwin_00001564_person1094_virus_1814.png + label: labels/Darwin_00001564_person1094_virus_1814.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001565_person1095_virus_1815 + subject_id: person1095 + split: train + image: images/Darwin_00001565_person1095_virus_1815.png + label: labels/Darwin_00001565_person1095_virus_1815.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001566_person1096_virus_1816 + subject_id: person1096 + split: train + image: images/Darwin_00001566_person1096_virus_1816.png + label: labels/Darwin_00001566_person1096_virus_1816.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001567_person1097_virus_1817 + subject_id: person1097 + split: val + image: images/Darwin_00001567_person1097_virus_1817.png + label: labels/Darwin_00001567_person1097_virus_1817.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001570_person1100_virus_1820 + subject_id: person1100 + split: train + image: images/Darwin_00001570_person1100_virus_1820.png + label: labels/Darwin_00001570_person1100_virus_1820.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001571_person1102_virus_1822 + subject_id: person1102 + split: train + image: images/Darwin_00001571_person1102_virus_1822.png + label: labels/Darwin_00001571_person1102_virus_1822.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001572_person1103_virus_1825 + subject_id: person1103 + split: train + image: images/Darwin_00001572_person1103_virus_1825.png + label: labels/Darwin_00001572_person1103_virus_1825.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001573_person1104_virus_1826 + subject_id: person1104 + split: train + image: images/Darwin_00001573_person1104_virus_1826.png + label: labels/Darwin_00001573_person1104_virus_1826.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001574_person1106_virus_1829 + subject_id: person1106 + split: train + image: images/Darwin_00001574_person1106_virus_1829.png + label: labels/Darwin_00001574_person1106_virus_1829.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001575_person1107_virus_1831 + subject_id: person1107 + split: train + image: images/Darwin_00001575_person1107_virus_1831.png + label: labels/Darwin_00001575_person1107_virus_1831.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001576_person1107_virus_1832 + subject_id: person1107 + split: train + image: images/Darwin_00001576_person1107_virus_1832.png + label: labels/Darwin_00001576_person1107_virus_1832.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001577_person1108_virus_1833 + subject_id: person1108 + split: train + image: images/Darwin_00001577_person1108_virus_1833.png + label: labels/Darwin_00001577_person1108_virus_1833.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001578_person1110_virus_1835 + subject_id: person1110 + split: train + image: images/Darwin_00001578_person1110_virus_1835.png + label: labels/Darwin_00001578_person1110_virus_1835.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001579_person1111_virus_1836 + subject_id: person1111 + split: train + image: images/Darwin_00001579_person1111_virus_1836.png + label: labels/Darwin_00001579_person1111_virus_1836.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001580_person1112_virus_1837 + subject_id: person1112 + split: train + image: images/Darwin_00001580_person1112_virus_1837.png + label: labels/Darwin_00001580_person1112_virus_1837.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001581_person1113_virus_1838 + subject_id: person1113 + split: train + image: images/Darwin_00001581_person1113_virus_1838.png + label: labels/Darwin_00001581_person1113_virus_1838.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001582_person1115_virus_1840 + subject_id: person1115 + split: train + image: images/Darwin_00001582_person1115_virus_1840.png + label: labels/Darwin_00001582_person1115_virus_1840.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001583_person1116_virus_1841 + subject_id: person1116 + split: test + image: images/Darwin_00001583_person1116_virus_1841.png + label: labels/Darwin_00001583_person1116_virus_1841.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001584_person1119_virus_1844 + subject_id: person1119 + split: train + image: images/Darwin_00001584_person1119_virus_1844.png + label: labels/Darwin_00001584_person1119_virus_1844.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001585_person1120_virus_1845 + subject_id: person1120 + split: test + image: images/Darwin_00001585_person1120_virus_1845.png + label: labels/Darwin_00001585_person1120_virus_1845.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001586_person1121_virus_1846 + subject_id: person1121 + split: train + image: images/Darwin_00001586_person1121_virus_1846.png + label: labels/Darwin_00001586_person1121_virus_1846.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001587_person1122_virus_1847 + subject_id: person1122 + split: train + image: images/Darwin_00001587_person1122_virus_1847.png + label: labels/Darwin_00001587_person1122_virus_1847.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001588_person1123_virus_1848 + subject_id: person1123 + split: train + image: images/Darwin_00001588_person1123_virus_1848.png + label: labels/Darwin_00001588_person1123_virus_1848.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001589_person1124_virus_1851 + subject_id: person1124 + split: train + image: images/Darwin_00001589_person1124_virus_1851.png + label: labels/Darwin_00001589_person1124_virus_1851.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001590_person1125_virus_1852 + subject_id: person1125 + split: train + image: images/Darwin_00001590_person1125_virus_1852.png + label: labels/Darwin_00001590_person1125_virus_1852.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001591_person1126_virus_1853 + subject_id: person1126 + split: train + image: images/Darwin_00001591_person1126_virus_1853.png + label: labels/Darwin_00001591_person1126_virus_1853.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001592_person1127_virus_1854 + subject_id: person1127 + split: train + image: images/Darwin_00001592_person1127_virus_1854.png + label: labels/Darwin_00001592_person1127_virus_1854.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001593_person1129_virus_1857 + subject_id: person1129 + split: train + image: images/Darwin_00001593_person1129_virus_1857.png + label: labels/Darwin_00001593_person1129_virus_1857.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001597_person1137_virus_1876 + subject_id: person1137 + split: train + image: images/Darwin_00001597_person1137_virus_1876.png + label: labels/Darwin_00001597_person1137_virus_1876.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001598_person1138_virus_1877 + subject_id: person1138 + split: train + image: images/Darwin_00001598_person1138_virus_1877.png + label: labels/Darwin_00001598_person1138_virus_1877.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001599_person1138_virus_1879 + subject_id: person1138 + split: train + image: images/Darwin_00001599_person1138_virus_1879.png + label: labels/Darwin_00001599_person1138_virus_1879.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001600_person1139_virus_1882 + subject_id: person1139 + split: test + image: images/Darwin_00001600_person1139_virus_1882.png + label: labels/Darwin_00001600_person1139_virus_1882.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001601_person1140_virus_1885 + subject_id: person1140 + split: train + image: images/Darwin_00001601_person1140_virus_1885.png + label: labels/Darwin_00001601_person1140_virus_1885.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001602_person1141_virus_1886 + subject_id: person1141 + split: test + image: images/Darwin_00001602_person1141_virus_1886.png + label: labels/Darwin_00001602_person1141_virus_1886.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001603_person1141_virus_1890 + subject_id: person1141 + split: test + image: images/Darwin_00001603_person1141_virus_1890.png + label: labels/Darwin_00001603_person1141_virus_1890.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001604_person1142_virus_1892 + subject_id: person1142 + split: train + image: images/Darwin_00001604_person1142_virus_1892.png + label: labels/Darwin_00001604_person1142_virus_1892.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001605_person1143_virus_1896 + subject_id: person1143 + split: train + image: images/Darwin_00001605_person1143_virus_1896.png + label: labels/Darwin_00001605_person1143_virus_1896.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001606_person1143_virus_1897 + subject_id: person1143 + split: train + image: images/Darwin_00001606_person1143_virus_1897.png + label: labels/Darwin_00001606_person1143_virus_1897.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001607_person1145_virus_1902 + subject_id: person1145 + split: train + image: images/Darwin_00001607_person1145_virus_1902.png + label: labels/Darwin_00001607_person1145_virus_1902.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001608_person1145_virus_1905 + subject_id: person1145 + split: train + image: images/Darwin_00001608_person1145_virus_1905.png + label: labels/Darwin_00001608_person1145_virus_1905.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001609_person1145_virus_1906 + subject_id: person1145 + split: train + image: images/Darwin_00001609_person1145_virus_1906.png + label: labels/Darwin_00001609_person1145_virus_1906.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001610_person1147_virus_1917 + subject_id: person1147 + split: train + image: images/Darwin_00001610_person1147_virus_1917.png + label: labels/Darwin_00001610_person1147_virus_1917.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001611_person1147_virus_1919 + subject_id: person1147 + split: train + image: images/Darwin_00001611_person1147_virus_1919.png + label: labels/Darwin_00001611_person1147_virus_1919.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001612_person1147_virus_1920 + subject_id: person1147 + split: train + image: images/Darwin_00001612_person1147_virus_1920.png + label: labels/Darwin_00001612_person1147_virus_1920.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001613_person1149_virus_1924 + subject_id: person1149 + split: train + image: images/Darwin_00001613_person1149_virus_1924.png + label: labels/Darwin_00001613_person1149_virus_1924.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001614_person1149_virus_1925 + subject_id: person1149 + split: train + image: images/Darwin_00001614_person1149_virus_1925.png + label: labels/Darwin_00001614_person1149_virus_1925.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001615_person1151_virus_1928 + subject_id: person1151 + split: val + image: images/Darwin_00001615_person1151_virus_1928.png + label: labels/Darwin_00001615_person1151_virus_1928.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001616_person1152_virus_1930 + subject_id: person1152 + split: val + image: images/Darwin_00001616_person1152_virus_1930.png + label: labels/Darwin_00001616_person1152_virus_1930.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001617_person1153_virus_1932 + subject_id: person1153 + split: val + image: images/Darwin_00001617_person1153_virus_1932.png + label: labels/Darwin_00001617_person1153_virus_1932.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001618_person1154_virus_1933 + subject_id: person1154 + split: train + image: images/Darwin_00001618_person1154_virus_1933.png + label: labels/Darwin_00001618_person1154_virus_1933.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001619_person1155_virus_1934 + subject_id: person1155 + split: train + image: images/Darwin_00001619_person1155_virus_1934.png + label: labels/Darwin_00001619_person1155_virus_1934.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001620_person1156_virus_1935 + subject_id: person1156 + split: test + image: images/Darwin_00001620_person1156_virus_1935.png + label: labels/Darwin_00001620_person1156_virus_1935.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001621_person1156_virus_1936 + subject_id: person1156 + split: test + image: images/Darwin_00001621_person1156_virus_1936.png + label: labels/Darwin_00001621_person1156_virus_1936.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001622_person1157_virus_1937 + subject_id: person1157 + split: train + image: images/Darwin_00001622_person1157_virus_1937.png + label: labels/Darwin_00001622_person1157_virus_1937.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001623_person1158_virus_1938 + subject_id: person1158 + split: train + image: images/Darwin_00001623_person1158_virus_1938.png + label: labels/Darwin_00001623_person1158_virus_1938.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001624_person1158_virus_1940 + subject_id: person1158 + split: train + image: images/Darwin_00001624_person1158_virus_1940.png + label: labels/Darwin_00001624_person1158_virus_1940.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001625_person1158_virus_1941 + subject_id: person1158 + split: train + image: images/Darwin_00001625_person1158_virus_1941.png + label: labels/Darwin_00001625_person1158_virus_1941.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001626_person1158_virus_1942 + subject_id: person1158 + split: train + image: images/Darwin_00001626_person1158_virus_1942.png + label: labels/Darwin_00001626_person1158_virus_1942.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001627_person1158_virus_1943 + subject_id: person1158 + split: train + image: images/Darwin_00001627_person1158_virus_1943.png + label: labels/Darwin_00001627_person1158_virus_1943.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001629_person100_virus_184 + subject_id: person100 + split: train + image: images/Darwin_00001629_person100_virus_184.png + label: labels/Darwin_00001629_person100_virus_184.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001630_person101_virus_187 + subject_id: person101 + split: train + image: images/Darwin_00001630_person101_virus_187.png + label: labels/Darwin_00001630_person101_virus_187.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001631_person101_virus_188 + subject_id: person101 + split: train + image: images/Darwin_00001631_person101_virus_188.png + label: labels/Darwin_00001631_person101_virus_188.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001632_person1000_virus_1681 + subject_id: person1000 + split: train + image: images/Darwin_00001632_person1000_virus_1681.png + label: labels/Darwin_00001632_person1000_virus_1681.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001633_person1003_virus_1685 + subject_id: person1003 + split: test + image: images/Darwin_00001633_person1003_virus_1685.png + label: labels/Darwin_00001633_person1003_virus_1685.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001635_person1005_virus_1688 + subject_id: person1005 + split: val + image: images/Darwin_00001635_person1005_virus_1688.png + label: labels/Darwin_00001635_person1005_virus_1688.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001636_person1007_virus_1690 + subject_id: person1007 + split: val + image: images/Darwin_00001636_person1007_virus_1690.png + label: labels/Darwin_00001636_person1007_virus_1690.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001637_person1008_virus_1691 + subject_id: person1008 + split: train + image: images/Darwin_00001637_person1008_virus_1691.png + label: labels/Darwin_00001637_person1008_virus_1691.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001638_person1009_virus_1694 + subject_id: person1009 + split: train + image: images/Darwin_00001638_person1009_virus_1694.png + label: labels/Darwin_00001638_person1009_virus_1694.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001640_person1015_virus_1701 + subject_id: person1015 + split: val + image: images/Darwin_00001640_person1015_virus_1701.png + label: labels/Darwin_00001640_person1015_virus_1701.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001641_person1015_virus_1702 + subject_id: person1015 + split: val + image: images/Darwin_00001641_person1015_virus_1702.png + label: labels/Darwin_00001641_person1015_virus_1702.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001642_person1016_virus_1704 + subject_id: person1016 + split: train + image: images/Darwin_00001642_person1016_virus_1704.png + label: labels/Darwin_00001642_person1016_virus_1704.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001643_person1018_virus_1706 + subject_id: person1018 + split: train + image: images/Darwin_00001643_person1018_virus_1706.png + label: labels/Darwin_00001643_person1018_virus_1706.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001644_person1019_virus_1707 + subject_id: person1019 + split: train + image: images/Darwin_00001644_person1019_virus_1707.png + label: labels/Darwin_00001644_person1019_virus_1707.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001645_person1019_virus_1708 + subject_id: person1019 + split: train + image: images/Darwin_00001645_person1019_virus_1708.png + label: labels/Darwin_00001645_person1019_virus_1708.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001919_person8_bacteria_37 + subject_id: person8 + split: val + image: images/Darwin_00001919_person8_bacteria_37.png + label: labels/Darwin_00001919_person8_bacteria_37.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001920_person9_bacteria_38 + subject_id: person9 + split: test + image: images/Darwin_00001920_person9_bacteria_38.png + label: labels/Darwin_00001920_person9_bacteria_38.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001921_person9_bacteria_39 + subject_id: person9 + split: test + image: images/Darwin_00001921_person9_bacteria_39.png + label: labels/Darwin_00001921_person9_bacteria_39.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001922_person9_bacteria_40 + subject_id: person9 + split: test + image: images/Darwin_00001922_person9_bacteria_40.png + label: labels/Darwin_00001922_person9_bacteria_40.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001923_person9_bacteria_41 + subject_id: person9 + split: test + image: images/Darwin_00001923_person9_bacteria_41.png + label: labels/Darwin_00001923_person9_bacteria_41.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001924_person890_bacteria_2814 + subject_id: person890 + split: train + image: images/Darwin_00001924_person890_bacteria_2814.png + label: labels/Darwin_00001924_person890_bacteria_2814.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001925_person892_bacteria_2817 + subject_id: person892 + split: train + image: images/Darwin_00001925_person892_bacteria_2817.png + label: labels/Darwin_00001925_person892_bacteria_2817.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001926_person893_bacteria_2818 + subject_id: person893 + split: test + image: images/Darwin_00001926_person893_bacteria_2818.png + label: labels/Darwin_00001926_person893_bacteria_2818.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001928_person895_bacteria_2820 + subject_id: person895 + split: test + image: images/Darwin_00001928_person895_bacteria_2820.png + label: labels/Darwin_00001928_person895_bacteria_2820.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001929_person896_bacteria_2821 + subject_id: person896 + split: train + image: images/Darwin_00001929_person896_bacteria_2821.png + label: labels/Darwin_00001929_person896_bacteria_2821.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001930_person897_bacteria_2822 + subject_id: person897 + split: train + image: images/Darwin_00001930_person897_bacteria_2822.png + label: labels/Darwin_00001930_person897_bacteria_2822.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001931_person898_bacteria_2823 + subject_id: person898 + split: train + image: images/Darwin_00001931_person898_bacteria_2823.png + label: labels/Darwin_00001931_person898_bacteria_2823.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001932_person902_bacteria_2827 + subject_id: person902 + split: train + image: images/Darwin_00001932_person902_bacteria_2827.png + label: labels/Darwin_00001932_person902_bacteria_2827.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001933_person903_bacteria_2828 + subject_id: person903 + split: train + image: images/Darwin_00001933_person903_bacteria_2828.png + label: labels/Darwin_00001933_person903_bacteria_2828.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001936_person906_bacteria_2831 + subject_id: person906 + split: train + image: images/Darwin_00001936_person906_bacteria_2831.png + label: labels/Darwin_00001936_person906_bacteria_2831.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001937_person907_bacteria_2832 + subject_id: person907 + split: train + image: images/Darwin_00001937_person907_bacteria_2832.png + label: labels/Darwin_00001937_person907_bacteria_2832.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001938_person909_bacteria_2834 + subject_id: person909 + split: train + image: images/Darwin_00001938_person909_bacteria_2834.png + label: labels/Darwin_00001938_person909_bacteria_2834.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001939_person911_bacteria_2836 + subject_id: person911 + split: train + image: images/Darwin_00001939_person911_bacteria_2836.png + label: labels/Darwin_00001939_person911_bacteria_2836.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001940_person912_bacteria_2837 + subject_id: person912 + split: val + image: images/Darwin_00001940_person912_bacteria_2837.png + label: labels/Darwin_00001940_person912_bacteria_2837.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001942_person914_bacteria_2839 + subject_id: person914 + split: train + image: images/Darwin_00001942_person914_bacteria_2839.png + label: labels/Darwin_00001942_person914_bacteria_2839.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001943_person916_bacteria_2841 + subject_id: person916 + split: train + image: images/Darwin_00001943_person916_bacteria_2841.png + label: labels/Darwin_00001943_person916_bacteria_2841.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001944_person917_bacteria_2842 + subject_id: person917 + split: train + image: images/Darwin_00001944_person917_bacteria_2842.png + label: labels/Darwin_00001944_person917_bacteria_2842.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001945_person918_bacteria_2843 + subject_id: person918 + split: train + image: images/Darwin_00001945_person918_bacteria_2843.png + label: labels/Darwin_00001945_person918_bacteria_2843.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001946_person919_bacteria_2844 + subject_id: person919 + split: train + image: images/Darwin_00001946_person919_bacteria_2844.png + label: labels/Darwin_00001946_person919_bacteria_2844.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001947_person920_bacteria_2845 + subject_id: person920 + split: val + image: images/Darwin_00001947_person920_bacteria_2845.png + label: labels/Darwin_00001947_person920_bacteria_2845.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001948_person921_bacteria_2846 + subject_id: person921 + split: val + image: images/Darwin_00001948_person921_bacteria_2846.png + label: labels/Darwin_00001948_person921_bacteria_2846.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001949_person922_bacteria_2847 + subject_id: person922 + split: train + image: images/Darwin_00001949_person922_bacteria_2847.png + label: labels/Darwin_00001949_person922_bacteria_2847.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001951_person924_bacteria_2849 + subject_id: person924 + split: train + image: images/Darwin_00001951_person924_bacteria_2849.png + label: labels/Darwin_00001951_person924_bacteria_2849.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001952_person925_bacteria_2850 + subject_id: person925 + split: test + image: images/Darwin_00001952_person925_bacteria_2850.png + label: labels/Darwin_00001952_person925_bacteria_2850.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001953_person927_bacteria_2852 + subject_id: person927 + split: train + image: images/Darwin_00001953_person927_bacteria_2852.png + label: labels/Darwin_00001953_person927_bacteria_2852.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001954_person929_bacteria_2854 + subject_id: person929 + split: train + image: images/Darwin_00001954_person929_bacteria_2854.png + label: labels/Darwin_00001954_person929_bacteria_2854.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001955_person930_bacteria_2855 + subject_id: person930 + split: train + image: images/Darwin_00001955_person930_bacteria_2855.png + label: labels/Darwin_00001955_person930_bacteria_2855.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001956_person931_bacteria_2856 + subject_id: person931 + split: test + image: images/Darwin_00001956_person931_bacteria_2856.png + label: labels/Darwin_00001956_person931_bacteria_2856.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001957_person933_bacteria_2858 + subject_id: person933 + split: train + image: images/Darwin_00001957_person933_bacteria_2858.png + label: labels/Darwin_00001957_person933_bacteria_2858.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001958_person934_bacteria_2859 + subject_id: person934 + split: train + image: images/Darwin_00001958_person934_bacteria_2859.png + label: labels/Darwin_00001958_person934_bacteria_2859.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001959_person936_bacteria_2861 + subject_id: person936 + split: train + image: images/Darwin_00001959_person936_bacteria_2861.png + label: labels/Darwin_00001959_person936_bacteria_2861.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001960_person937_bacteria_2862 + subject_id: person937 + split: train + image: images/Darwin_00001960_person937_bacteria_2862.png + label: labels/Darwin_00001960_person937_bacteria_2862.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001961_person938_bacteria_2863 + subject_id: person938 + split: val + image: images/Darwin_00001961_person938_bacteria_2863.png + label: labels/Darwin_00001961_person938_bacteria_2863.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001962_person939_bacteria_2864 + subject_id: person939 + split: train + image: images/Darwin_00001962_person939_bacteria_2864.png + label: labels/Darwin_00001962_person939_bacteria_2864.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001963_person940_bacteria_2865 + subject_id: person940 + split: train + image: images/Darwin_00001963_person940_bacteria_2865.png + label: labels/Darwin_00001963_person940_bacteria_2865.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001965_person943_bacteria_2868 + subject_id: person943 + split: train + image: images/Darwin_00001965_person943_bacteria_2868.png + label: labels/Darwin_00001965_person943_bacteria_2868.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001966_person944_bacteria_2869 + subject_id: person944 + split: test + image: images/Darwin_00001966_person944_bacteria_2869.png + label: labels/Darwin_00001966_person944_bacteria_2869.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001967_person945_bacteria_2870 + subject_id: person945 + split: train + image: images/Darwin_00001967_person945_bacteria_2870.png + label: labels/Darwin_00001967_person945_bacteria_2870.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001968_person946_bacteria_2871 + subject_id: person946 + split: val + image: images/Darwin_00001968_person946_bacteria_2871.png + label: labels/Darwin_00001968_person946_bacteria_2871.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001969_person947_bacteria_2872 + subject_id: person947 + split: train + image: images/Darwin_00001969_person947_bacteria_2872.png + label: labels/Darwin_00001969_person947_bacteria_2872.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001970_person949_bacteria_2874 + subject_id: person949 + split: train + image: images/Darwin_00001970_person949_bacteria_2874.png + label: labels/Darwin_00001970_person949_bacteria_2874.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001971_person951_bacteria_2876 + subject_id: person951 + split: train + image: images/Darwin_00001971_person951_bacteria_2876.png + label: labels/Darwin_00001971_person951_bacteria_2876.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001972_person952_bacteria_2877 + subject_id: person952 + split: test + image: images/Darwin_00001972_person952_bacteria_2877.png + label: labels/Darwin_00001972_person952_bacteria_2877.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001973_person953_bacteria_2878 + subject_id: person953 + split: train + image: images/Darwin_00001973_person953_bacteria_2878.png + label: labels/Darwin_00001973_person953_bacteria_2878.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001974_person954_bacteria_2879 + subject_id: person954 + split: train + image: images/Darwin_00001974_person954_bacteria_2879.png + label: labels/Darwin_00001974_person954_bacteria_2879.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001975_person955_bacteria_2880 + subject_id: person955 + split: train + image: images/Darwin_00001975_person955_bacteria_2880.png + label: labels/Darwin_00001975_person955_bacteria_2880.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001976_person956_bacteria_2881 + subject_id: person956 + split: train + image: images/Darwin_00001976_person956_bacteria_2881.png + label: labels/Darwin_00001976_person956_bacteria_2881.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001977_person957_bacteria_2882 + subject_id: person957 + split: val + image: images/Darwin_00001977_person957_bacteria_2882.png + label: labels/Darwin_00001977_person957_bacteria_2882.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001978_person958_bacteria_2883 + subject_id: person958 + split: train + image: images/Darwin_00001978_person958_bacteria_2883.png + label: labels/Darwin_00001978_person958_bacteria_2883.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001979_person959_bacteria_2884 + subject_id: person959 + split: train + image: images/Darwin_00001979_person959_bacteria_2884.png + label: labels/Darwin_00001979_person959_bacteria_2884.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001980_person960_bacteria_2885 + subject_id: person960 + split: test + image: images/Darwin_00001980_person960_bacteria_2885.png + label: labels/Darwin_00001980_person960_bacteria_2885.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001981_person961_bacteria_2886 + subject_id: person961 + split: train + image: images/Darwin_00001981_person961_bacteria_2886.png + label: labels/Darwin_00001981_person961_bacteria_2886.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001982_person962_bacteria_2887 + subject_id: person962 + split: train + image: images/Darwin_00001982_person962_bacteria_2887.png + label: labels/Darwin_00001982_person962_bacteria_2887.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001983_person963_bacteria_2888 + subject_id: person963 + split: val + image: images/Darwin_00001983_person963_bacteria_2888.png + label: labels/Darwin_00001983_person963_bacteria_2888.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001985_person965_bacteria_2890 + subject_id: person965 + split: test + image: images/Darwin_00001985_person965_bacteria_2890.png + label: labels/Darwin_00001985_person965_bacteria_2890.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001987_person967_bacteria_2892 + subject_id: person967 + split: train + image: images/Darwin_00001987_person967_bacteria_2892.png + label: labels/Darwin_00001987_person967_bacteria_2892.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001988_person968_bacteria_2893 + subject_id: person968 + split: train + image: images/Darwin_00001988_person968_bacteria_2893.png + label: labels/Darwin_00001988_person968_bacteria_2893.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001989_person969_bacteria_2894 + subject_id: person969 + split: train + image: images/Darwin_00001989_person969_bacteria_2894.png + label: labels/Darwin_00001989_person969_bacteria_2894.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001990_person970_bacteria_2895 + subject_id: person970 + split: train + image: images/Darwin_00001990_person970_bacteria_2895.png + label: labels/Darwin_00001990_person970_bacteria_2895.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001991_person971_bacteria_2896 + subject_id: person971 + split: train + image: images/Darwin_00001991_person971_bacteria_2896.png + label: labels/Darwin_00001991_person971_bacteria_2896.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001992_person972_bacteria_2897 + subject_id: person972 + split: train + image: images/Darwin_00001992_person972_bacteria_2897.png + label: labels/Darwin_00001992_person972_bacteria_2897.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001993_person974_bacteria_2899 + subject_id: person974 + split: train + image: images/Darwin_00001993_person974_bacteria_2899.png + label: labels/Darwin_00001993_person974_bacteria_2899.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001994_person976_bacteria_2901 + subject_id: person976 + split: train + image: images/Darwin_00001994_person976_bacteria_2901.png + label: labels/Darwin_00001994_person976_bacteria_2901.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001995_person977_bacteria_2902 + subject_id: person977 + split: val + image: images/Darwin_00001995_person977_bacteria_2902.png + label: labels/Darwin_00001995_person977_bacteria_2902.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001996_person978_bacteria_2904 + subject_id: person978 + split: test + image: images/Darwin_00001996_person978_bacteria_2904.png + label: labels/Darwin_00001996_person978_bacteria_2904.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001997_person979_bacteria_2905 + subject_id: person979 + split: train + image: images/Darwin_00001997_person979_bacteria_2905.png + label: labels/Darwin_00001997_person979_bacteria_2905.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001998_person980_bacteria_2906 + subject_id: person980 + split: train + image: images/Darwin_00001998_person980_bacteria_2906.png + label: labels/Darwin_00001998_person980_bacteria_2906.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00001999_person981_bacteria_2907 + subject_id: person981 + split: val + image: images/Darwin_00001999_person981_bacteria_2907.png + label: labels/Darwin_00001999_person981_bacteria_2907.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002000_person981_bacteria_2908 + subject_id: person981 + split: val + image: images/Darwin_00002000_person981_bacteria_2908.png + label: labels/Darwin_00002000_person981_bacteria_2908.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002001_person982_bacteria_2909 + subject_id: person982 + split: val + image: images/Darwin_00002001_person982_bacteria_2909.png + label: labels/Darwin_00002001_person982_bacteria_2909.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002002_person983_bacteria_2910 + subject_id: person983 + split: train + image: images/Darwin_00002002_person983_bacteria_2910.png + label: labels/Darwin_00002002_person983_bacteria_2910.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002003_person984_bacteria_2911 + subject_id: person984 + split: train + image: images/Darwin_00002003_person984_bacteria_2911.png + label: labels/Darwin_00002003_person984_bacteria_2911.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002004_person985_bacteria_2912 + subject_id: person985 + split: test + image: images/Darwin_00002004_person985_bacteria_2912.png + label: labels/Darwin_00002004_person985_bacteria_2912.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002005_person986_bacteria_2913 + subject_id: person986 + split: train + image: images/Darwin_00002005_person986_bacteria_2913.png + label: labels/Darwin_00002005_person986_bacteria_2913.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002006_person987_bacteria_2914 + subject_id: person987 + split: train + image: images/Darwin_00002006_person987_bacteria_2914.png + label: labels/Darwin_00002006_person987_bacteria_2914.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002007_person988_bacteria_2915 + subject_id: person988 + split: train + image: images/Darwin_00002007_person988_bacteria_2915.png + label: labels/Darwin_00002007_person988_bacteria_2915.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002008_person990_bacteria_2917 + subject_id: person990 + split: train + image: images/Darwin_00002008_person990_bacteria_2917.png + label: labels/Darwin_00002008_person990_bacteria_2917.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002009_person991_bacteria_2918 + subject_id: person991 + split: train + image: images/Darwin_00002009_person991_bacteria_2918.png + label: labels/Darwin_00002009_person991_bacteria_2918.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002010_person992_bacteria_2919 + subject_id: person992 + split: train + image: images/Darwin_00002010_person992_bacteria_2919.png + label: labels/Darwin_00002010_person992_bacteria_2919.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002012_person993_bacteria_2921 + subject_id: person993 + split: test + image: images/Darwin_00002012_person993_bacteria_2921.png + label: labels/Darwin_00002012_person993_bacteria_2921.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002013_person994_bacteria_2922 + subject_id: person994 + split: val + image: images/Darwin_00002013_person994_bacteria_2922.png + label: labels/Darwin_00002013_person994_bacteria_2922.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002014_person995_bacteria_2923 + subject_id: person995 + split: val + image: images/Darwin_00002014_person995_bacteria_2923.png + label: labels/Darwin_00002014_person995_bacteria_2923.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002015_person996_bacteria_2924 + subject_id: person996 + split: train + image: images/Darwin_00002015_person996_bacteria_2924.png + label: labels/Darwin_00002015_person996_bacteria_2924.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002016_person997_bacteria_2926 + subject_id: person997 + split: train + image: images/Darwin_00002016_person997_bacteria_2926.png + label: labels/Darwin_00002016_person997_bacteria_2926.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002017_person998_bacteria_2927 + subject_id: person998 + split: test + image: images/Darwin_00002017_person998_bacteria_2927.png + label: labels/Darwin_00002017_person998_bacteria_2927.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002018_person998_bacteria_2928 + subject_id: person998 + split: test + image: images/Darwin_00002018_person998_bacteria_2928.png + label: labels/Darwin_00002018_person998_bacteria_2928.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002019_person7_bacteria_24 + subject_id: person7 + split: test + image: images/Darwin_00002019_person7_bacteria_24.png + label: labels/Darwin_00002019_person7_bacteria_24.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002020_person7_bacteria_25 + subject_id: person7 + split: test + image: images/Darwin_00002020_person7_bacteria_25.png + label: labels/Darwin_00002020_person7_bacteria_25.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002021_person7_bacteria_28 + subject_id: person7 + split: test + image: images/Darwin_00002021_person7_bacteria_28.png + label: labels/Darwin_00002021_person7_bacteria_28.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002022_person7_bacteria_29 + subject_id: person7 + split: test + image: images/Darwin_00002022_person7_bacteria_29.png + label: labels/Darwin_00002022_person7_bacteria_29.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002023_person72_bacteria_353 + subject_id: person72 + split: train + image: images/Darwin_00002023_person72_bacteria_353.png + label: labels/Darwin_00002023_person72_bacteria_353.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002024_person72_bacteria_354 + subject_id: person72 + split: train + image: images/Darwin_00002024_person72_bacteria_354.png + label: labels/Darwin_00002024_person72_bacteria_354.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002025_person73_bacteria_355 + subject_id: person73 + split: train + image: images/Darwin_00002025_person73_bacteria_355.png + label: labels/Darwin_00002025_person73_bacteria_355.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002026_person73_bacteria_356 + subject_id: person73 + split: train + image: images/Darwin_00002026_person73_bacteria_356.png + label: labels/Darwin_00002026_person73_bacteria_356.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002027_person73_bacteria_357 + subject_id: person73 + split: train + image: images/Darwin_00002027_person73_bacteria_357.png + label: labels/Darwin_00002027_person73_bacteria_357.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002028_person73_bacteria_358 + subject_id: person73 + split: train + image: images/Darwin_00002028_person73_bacteria_358.png + label: labels/Darwin_00002028_person73_bacteria_358.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002029_person73_bacteria_359 + subject_id: person73 + split: train + image: images/Darwin_00002029_person73_bacteria_359.png + label: labels/Darwin_00002029_person73_bacteria_359.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002030_person73_bacteria_360 + subject_id: person73 + split: train + image: images/Darwin_00002030_person73_bacteria_360.png + label: labels/Darwin_00002030_person73_bacteria_360.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002031_person74_bacteria_361 + subject_id: person74 + split: train + image: images/Darwin_00002031_person74_bacteria_361.png + label: labels/Darwin_00002031_person74_bacteria_361.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002032_person74_bacteria_362 + subject_id: person74 + split: train + image: images/Darwin_00002032_person74_bacteria_362.png + label: labels/Darwin_00002032_person74_bacteria_362.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002033_person74_bacteria_363 + subject_id: person74 + split: train + image: images/Darwin_00002033_person74_bacteria_363.png + label: labels/Darwin_00002033_person74_bacteria_363.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002034_person75_bacteria_364 + subject_id: person75 + split: val + image: images/Darwin_00002034_person75_bacteria_364.png + label: labels/Darwin_00002034_person75_bacteria_364.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002035_person75_bacteria_365 + subject_id: person75 + split: val + image: images/Darwin_00002035_person75_bacteria_365.png + label: labels/Darwin_00002035_person75_bacteria_365.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002036_person75_bacteria_366 + subject_id: person75 + split: val + image: images/Darwin_00002036_person75_bacteria_366.png + label: labels/Darwin_00002036_person75_bacteria_366.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002037_person75_bacteria_367 + subject_id: person75 + split: val + image: images/Darwin_00002037_person75_bacteria_367.png + label: labels/Darwin_00002037_person75_bacteria_367.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002038_person75_bacteria_368 + subject_id: person75 + split: val + image: images/Darwin_00002038_person75_bacteria_368.png + label: labels/Darwin_00002038_person75_bacteria_368.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002039_person75_bacteria_369 + subject_id: person75 + split: val + image: images/Darwin_00002039_person75_bacteria_369.png + label: labels/Darwin_00002039_person75_bacteria_369.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002040_person76_bacteria_370 + subject_id: person76 + split: val + image: images/Darwin_00002040_person76_bacteria_370.png + label: labels/Darwin_00002040_person76_bacteria_370.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002041_person76_bacteria_371 + subject_id: person76 + split: val + image: images/Darwin_00002041_person76_bacteria_371.png + label: labels/Darwin_00002041_person76_bacteria_371.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002042_person76_bacteria_372 + subject_id: person76 + split: val + image: images/Darwin_00002042_person76_bacteria_372.png + label: labels/Darwin_00002042_person76_bacteria_372.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002043_person77_bacteria_374 + subject_id: person77 + split: train + image: images/Darwin_00002043_person77_bacteria_374.png + label: labels/Darwin_00002043_person77_bacteria_374.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002044_person77_bacteria_375 + subject_id: person77 + split: train + image: images/Darwin_00002044_person77_bacteria_375.png + label: labels/Darwin_00002044_person77_bacteria_375.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002045_person77_bacteria_376 + subject_id: person77 + split: train + image: images/Darwin_00002045_person77_bacteria_376.png + label: labels/Darwin_00002045_person77_bacteria_376.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002046_person77_bacteria_377 + subject_id: person77 + split: train + image: images/Darwin_00002046_person77_bacteria_377.png + label: labels/Darwin_00002046_person77_bacteria_377.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002047_person730_bacteria_2632 + subject_id: person730 + split: train + image: images/Darwin_00002047_person730_bacteria_2632.png + label: labels/Darwin_00002047_person730_bacteria_2632.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002048_person731_bacteria_2633 + subject_id: person731 + split: train + image: images/Darwin_00002048_person731_bacteria_2633.png + label: labels/Darwin_00002048_person731_bacteria_2633.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002049_person732_bacteria_2634 + subject_id: person732 + split: train + image: images/Darwin_00002049_person732_bacteria_2634.png + label: labels/Darwin_00002049_person732_bacteria_2634.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002050_person733_bacteria_2635 + subject_id: person733 + split: train + image: images/Darwin_00002050_person733_bacteria_2635.png + label: labels/Darwin_00002050_person733_bacteria_2635.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002051_person734_bacteria_2637 + subject_id: person734 + split: val + image: images/Darwin_00002051_person734_bacteria_2637.png + label: labels/Darwin_00002051_person734_bacteria_2637.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002052_person735_bacteria_2638 + subject_id: person735 + split: train + image: images/Darwin_00002052_person735_bacteria_2638.png + label: labels/Darwin_00002052_person735_bacteria_2638.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002053_person736_bacteria_2639 + subject_id: person736 + split: train + image: images/Darwin_00002053_person736_bacteria_2639.png + label: labels/Darwin_00002053_person736_bacteria_2639.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002054_person737_bacteria_2640 + subject_id: person737 + split: train + image: images/Darwin_00002054_person737_bacteria_2640.png + label: labels/Darwin_00002054_person737_bacteria_2640.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002055_person738_bacteria_2641 + subject_id: person738 + split: train + image: images/Darwin_00002055_person738_bacteria_2641.png + label: labels/Darwin_00002055_person738_bacteria_2641.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002056_person739_bacteria_2642 + subject_id: person739 + split: train + image: images/Darwin_00002056_person739_bacteria_2642.png + label: labels/Darwin_00002056_person739_bacteria_2642.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002058_person741_bacteria_2644 + subject_id: person741 + split: val + image: images/Darwin_00002058_person741_bacteria_2644.png + label: labels/Darwin_00002058_person741_bacteria_2644.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002059_person743_bacteria_2646 + subject_id: person743 + split: train + image: images/Darwin_00002059_person743_bacteria_2646.png + label: labels/Darwin_00002059_person743_bacteria_2646.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002060_person744_bacteria_2647 + subject_id: person744 + split: train + image: images/Darwin_00002060_person744_bacteria_2647.png + label: labels/Darwin_00002060_person744_bacteria_2647.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002061_person745_bacteria_2648 + subject_id: person745 + split: train + image: images/Darwin_00002061_person745_bacteria_2648.png + label: labels/Darwin_00002061_person745_bacteria_2648.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002062_person746_bacteria_2649 + subject_id: person746 + split: val + image: images/Darwin_00002062_person746_bacteria_2649.png + label: labels/Darwin_00002062_person746_bacteria_2649.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002063_person747_bacteria_2650 + subject_id: person747 + split: train + image: images/Darwin_00002063_person747_bacteria_2650.png + label: labels/Darwin_00002063_person747_bacteria_2650.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002064_person749_bacteria_2652 + subject_id: person749 + split: train + image: images/Darwin_00002064_person749_bacteria_2652.png + label: labels/Darwin_00002064_person749_bacteria_2652.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002065_person750_bacteria_2653 + subject_id: person750 + split: val + image: images/Darwin_00002065_person750_bacteria_2653.png + label: labels/Darwin_00002065_person750_bacteria_2653.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002066_person751_bacteria_2654 + subject_id: person751 + split: test + image: images/Darwin_00002066_person751_bacteria_2654.png + label: labels/Darwin_00002066_person751_bacteria_2654.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002067_person753_bacteria_2656 + subject_id: person753 + split: train + image: images/Darwin_00002067_person753_bacteria_2656.png + label: labels/Darwin_00002067_person753_bacteria_2656.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002068_person755_bacteria_2659 + subject_id: person755 + split: train + image: images/Darwin_00002068_person755_bacteria_2659.png + label: labels/Darwin_00002068_person755_bacteria_2659.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002069_person756_bacteria_2660 + subject_id: person756 + split: train + image: images/Darwin_00002069_person756_bacteria_2660.png + label: labels/Darwin_00002069_person756_bacteria_2660.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002070_person757_bacteria_2661 + subject_id: person757 + split: train + image: images/Darwin_00002070_person757_bacteria_2661.png + label: labels/Darwin_00002070_person757_bacteria_2661.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002071_person758_bacteria_2662 + subject_id: person758 + split: train + image: images/Darwin_00002071_person758_bacteria_2662.png + label: labels/Darwin_00002071_person758_bacteria_2662.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002072_person759_bacteria_2663 + subject_id: person759 + split: train + image: images/Darwin_00002072_person759_bacteria_2663.png + label: labels/Darwin_00002072_person759_bacteria_2663.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002073_person760_bacteria_2664 + subject_id: person760 + split: val + image: images/Darwin_00002073_person760_bacteria_2664.png + label: labels/Darwin_00002073_person760_bacteria_2664.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002074_person761_bacteria_2665 + subject_id: person761 + split: train + image: images/Darwin_00002074_person761_bacteria_2665.png + label: labels/Darwin_00002074_person761_bacteria_2665.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002075_person763_bacteria_2667 + subject_id: person763 + split: train + image: images/Darwin_00002075_person763_bacteria_2667.png + label: labels/Darwin_00002075_person763_bacteria_2667.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002076_person764_bacteria_2668 + subject_id: person764 + split: train + image: images/Darwin_00002076_person764_bacteria_2668.png + label: labels/Darwin_00002076_person764_bacteria_2668.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002077_person765_bacteria_2669 + subject_id: person765 + split: train + image: images/Darwin_00002077_person765_bacteria_2669.png + label: labels/Darwin_00002077_person765_bacteria_2669.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002078_person766_bacteria_2670 + subject_id: person766 + split: val + image: images/Darwin_00002078_person766_bacteria_2670.png + label: labels/Darwin_00002078_person766_bacteria_2670.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002079_person767_bacteria_2671 + subject_id: person767 + split: train + image: images/Darwin_00002079_person767_bacteria_2671.png + label: labels/Darwin_00002079_person767_bacteria_2671.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002080_person768_bacteria_2672 + subject_id: person768 + split: test + image: images/Darwin_00002080_person768_bacteria_2672.png + label: labels/Darwin_00002080_person768_bacteria_2672.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002081_person769_bacteria_2673 + subject_id: person769 + split: train + image: images/Darwin_00002081_person769_bacteria_2673.png + label: labels/Darwin_00002081_person769_bacteria_2673.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002082_person770_bacteria_2674 + subject_id: person770 + split: train + image: images/Darwin_00002082_person770_bacteria_2674.png + label: labels/Darwin_00002082_person770_bacteria_2674.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002083_person771_bacteria_2675 + subject_id: person771 + split: train + image: images/Darwin_00002083_person771_bacteria_2675.png + label: labels/Darwin_00002083_person771_bacteria_2675.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002084_person774_bacteria_2678 + subject_id: person774 + split: train + image: images/Darwin_00002084_person774_bacteria_2678.png + label: labels/Darwin_00002084_person774_bacteria_2678.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002085_person775_bacteria_2679 + subject_id: person775 + split: test + image: images/Darwin_00002085_person775_bacteria_2679.png + label: labels/Darwin_00002085_person775_bacteria_2679.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002086_person776_bacteria_2680 + subject_id: person776 + split: train + image: images/Darwin_00002086_person776_bacteria_2680.png + label: labels/Darwin_00002086_person776_bacteria_2680.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002087_person778_bacteria_2682 + subject_id: person778 + split: train + image: images/Darwin_00002087_person778_bacteria_2682.png + label: labels/Darwin_00002087_person778_bacteria_2682.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002088_person779_bacteria_2683 + subject_id: person779 + split: train + image: images/Darwin_00002088_person779_bacteria_2683.png + label: labels/Darwin_00002088_person779_bacteria_2683.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002089_person780_bacteria_2684 + subject_id: person780 + split: train + image: images/Darwin_00002089_person780_bacteria_2684.png + label: labels/Darwin_00002089_person780_bacteria_2684.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002090_person782_bacteria_2686 + subject_id: person782 + split: train + image: images/Darwin_00002090_person782_bacteria_2686.png + label: labels/Darwin_00002090_person782_bacteria_2686.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002091_person783_bacteria_2687 + subject_id: person783 + split: train + image: images/Darwin_00002091_person783_bacteria_2687.png + label: labels/Darwin_00002091_person783_bacteria_2687.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002092_person785_bacteria_2689 + subject_id: person785 + split: val + image: images/Darwin_00002092_person785_bacteria_2689.png + label: labels/Darwin_00002092_person785_bacteria_2689.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002093_person786_bacteria_2690 + subject_id: person786 + split: train + image: images/Darwin_00002093_person786_bacteria_2690.png + label: labels/Darwin_00002093_person786_bacteria_2690.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002094_person787_bacteria_2691 + subject_id: person787 + split: val + image: images/Darwin_00002094_person787_bacteria_2691.png + label: labels/Darwin_00002094_person787_bacteria_2691.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002095_person789_bacteria_2694 + subject_id: person789 + split: train + image: images/Darwin_00002095_person789_bacteria_2694.png + label: labels/Darwin_00002095_person789_bacteria_2694.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002096_person794_bacteria_2700 + subject_id: person794 + split: train + image: images/Darwin_00002096_person794_bacteria_2700.png + label: labels/Darwin_00002096_person794_bacteria_2700.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002097_person796_bacteria_2702 + subject_id: person796 + split: train + image: images/Darwin_00002097_person796_bacteria_2702.png + label: labels/Darwin_00002097_person796_bacteria_2702.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002098_person799_bacteria_2705 + subject_id: person799 + split: test + image: images/Darwin_00002098_person799_bacteria_2705.png + label: labels/Darwin_00002098_person799_bacteria_2705.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002099_person800_bacteria_2706 + subject_id: person800 + split: train + image: images/Darwin_00002099_person800_bacteria_2706.png + label: labels/Darwin_00002099_person800_bacteria_2706.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002100_person802_bacteria_2708 + subject_id: person802 + split: train + image: images/Darwin_00002100_person802_bacteria_2708.png + label: labels/Darwin_00002100_person802_bacteria_2708.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002103_person805_bacteria_2712 + subject_id: person805 + split: test + image: images/Darwin_00002103_person805_bacteria_2712.png + label: labels/Darwin_00002103_person805_bacteria_2712.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002104_person808_bacteria_2716 + subject_id: person808 + split: train + image: images/Darwin_00002104_person808_bacteria_2716.png + label: labels/Darwin_00002104_person808_bacteria_2716.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002105_person809_bacteria_2717 + subject_id: person809 + split: train + image: images/Darwin_00002105_person809_bacteria_2717.png + label: labels/Darwin_00002105_person809_bacteria_2717.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002106_person809_bacteria_2718 + subject_id: person809 + split: train + image: images/Darwin_00002106_person809_bacteria_2718.png + label: labels/Darwin_00002106_person809_bacteria_2718.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002107_person810_bacteria_2719 + subject_id: person810 + split: train + image: images/Darwin_00002107_person810_bacteria_2719.png + label: labels/Darwin_00002107_person810_bacteria_2719.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002108_person811_bacteria_2721 + subject_id: person811 + split: train + image: images/Darwin_00002108_person811_bacteria_2721.png + label: labels/Darwin_00002108_person811_bacteria_2721.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002110_person813_bacteria_2724 + subject_id: person813 + split: train + image: images/Darwin_00002110_person813_bacteria_2724.png + label: labels/Darwin_00002110_person813_bacteria_2724.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002111_person814_bacteria_2725 + subject_id: person814 + split: val + image: images/Darwin_00002111_person814_bacteria_2725.png + label: labels/Darwin_00002111_person814_bacteria_2725.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002112_person815_bacteria_2726 + subject_id: person815 + split: train + image: images/Darwin_00002112_person815_bacteria_2726.png + label: labels/Darwin_00002112_person815_bacteria_2726.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002113_person816_bacteria_2727 + subject_id: person816 + split: test + image: images/Darwin_00002113_person816_bacteria_2727.png + label: labels/Darwin_00002113_person816_bacteria_2727.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002115_person818_bacteria_2729 + subject_id: person818 + split: val + image: images/Darwin_00002115_person818_bacteria_2729.png + label: labels/Darwin_00002115_person818_bacteria_2729.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002116_person819_bacteria_2730 + subject_id: person819 + split: train + image: images/Darwin_00002116_person819_bacteria_2730.png + label: labels/Darwin_00002116_person819_bacteria_2730.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002117_person820_bacteria_2731 + subject_id: person820 + split: train + image: images/Darwin_00002117_person820_bacteria_2731.png + label: labels/Darwin_00002117_person820_bacteria_2731.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002119_person826_bacteria_2737 + subject_id: person826 + split: train + image: images/Darwin_00002119_person826_bacteria_2737.png + label: labels/Darwin_00002119_person826_bacteria_2737.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002120_person827_bacteria_2738 + subject_id: person827 + split: train + image: images/Darwin_00002120_person827_bacteria_2738.png + label: labels/Darwin_00002120_person827_bacteria_2738.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002121_person829_bacteria_2740 + subject_id: person829 + split: val + image: images/Darwin_00002121_person829_bacteria_2740.png + label: labels/Darwin_00002121_person829_bacteria_2740.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002122_person830_bacteria_2741 + subject_id: person830 + split: test + image: images/Darwin_00002122_person830_bacteria_2741.png + label: labels/Darwin_00002122_person830_bacteria_2741.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002123_person831_bacteria_2742 + subject_id: person831 + split: test + image: images/Darwin_00002123_person831_bacteria_2742.png + label: labels/Darwin_00002123_person831_bacteria_2742.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002124_person832_bacteria_2743 + subject_id: person832 + split: train + image: images/Darwin_00002124_person832_bacteria_2743.png + label: labels/Darwin_00002124_person832_bacteria_2743.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002125_person834_bacteria_2747 + subject_id: person834 + split: train + image: images/Darwin_00002125_person834_bacteria_2747.png + label: labels/Darwin_00002125_person834_bacteria_2747.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002129_person836_bacteria_2752 + subject_id: person836 + split: train + image: images/Darwin_00002129_person836_bacteria_2752.png + label: labels/Darwin_00002129_person836_bacteria_2752.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002130_person837_bacteria_2753 + subject_id: person837 + split: train + image: images/Darwin_00002130_person837_bacteria_2753.png + label: labels/Darwin_00002130_person837_bacteria_2753.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002131_person837_bacteria_2754 + subject_id: person837 + split: train + image: images/Darwin_00002131_person837_bacteria_2754.png + label: labels/Darwin_00002131_person837_bacteria_2754.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002133_person840_bacteria_2758 + subject_id: person840 + split: train + image: images/Darwin_00002133_person840_bacteria_2758.png + label: labels/Darwin_00002133_person840_bacteria_2758.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002134_person840_bacteria_2759 + subject_id: person840 + split: train + image: images/Darwin_00002134_person840_bacteria_2759.png + label: labels/Darwin_00002134_person840_bacteria_2759.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002135_person841_bacteria_2760 + subject_id: person841 + split: train + image: images/Darwin_00002135_person841_bacteria_2760.png + label: labels/Darwin_00002135_person841_bacteria_2760.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002136_person841_bacteria_2761 + subject_id: person841 + split: train + image: images/Darwin_00002136_person841_bacteria_2761.png + label: labels/Darwin_00002136_person841_bacteria_2761.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002137_person842_bacteria_2762 + subject_id: person842 + split: test + image: images/Darwin_00002137_person842_bacteria_2762.png + label: labels/Darwin_00002137_person842_bacteria_2762.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002138_person843_bacteria_2763 + subject_id: person843 + split: test + image: images/Darwin_00002138_person843_bacteria_2763.png + label: labels/Darwin_00002138_person843_bacteria_2763.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002140_person847_bacteria_2767 + subject_id: person847 + split: train + image: images/Darwin_00002140_person847_bacteria_2767.png + label: labels/Darwin_00002140_person847_bacteria_2767.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002141_person848_bacteria_2769 + subject_id: person848 + split: train + image: images/Darwin_00002141_person848_bacteria_2769.png + label: labels/Darwin_00002141_person848_bacteria_2769.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002142_person849_bacteria_2770 + subject_id: person849 + split: train + image: images/Darwin_00002142_person849_bacteria_2770.png + label: labels/Darwin_00002142_person849_bacteria_2770.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002143_person850_bacteria_2771 + subject_id: person850 + split: train + image: images/Darwin_00002143_person850_bacteria_2771.png + label: labels/Darwin_00002143_person850_bacteria_2771.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002144_person853_bacteria_2774 + subject_id: person853 + split: train + image: images/Darwin_00002144_person853_bacteria_2774.png + label: labels/Darwin_00002144_person853_bacteria_2774.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002145_person853_bacteria_2775 + subject_id: person853 + split: train + image: images/Darwin_00002145_person853_bacteria_2775.png + label: labels/Darwin_00002145_person853_bacteria_2775.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002146_person854_bacteria_2776 + subject_id: person854 + split: train + image: images/Darwin_00002146_person854_bacteria_2776.png + label: labels/Darwin_00002146_person854_bacteria_2776.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002147_person855_bacteria_2777 + subject_id: person855 + split: val + image: images/Darwin_00002147_person855_bacteria_2777.png + label: labels/Darwin_00002147_person855_bacteria_2777.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002148_person858_bacteria_2780 + subject_id: person858 + split: val + image: images/Darwin_00002148_person858_bacteria_2780.png + label: labels/Darwin_00002148_person858_bacteria_2780.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002149_person862_bacteria_2784 + subject_id: person862 + split: val + image: images/Darwin_00002149_person862_bacteria_2784.png + label: labels/Darwin_00002149_person862_bacteria_2784.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002150_person863_bacteria_2785 + subject_id: person863 + split: test + image: images/Darwin_00002150_person863_bacteria_2785.png + label: labels/Darwin_00002150_person863_bacteria_2785.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002151_person866_bacteria_2788 + subject_id: person866 + split: train + image: images/Darwin_00002151_person866_bacteria_2788.png + label: labels/Darwin_00002151_person866_bacteria_2788.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002152_person867_bacteria_2789 + subject_id: person867 + split: train + image: images/Darwin_00002152_person867_bacteria_2789.png + label: labels/Darwin_00002152_person867_bacteria_2789.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002153_person870_bacteria_2792 + subject_id: person870 + split: val + image: images/Darwin_00002153_person870_bacteria_2792.png + label: labels/Darwin_00002153_person870_bacteria_2792.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002154_person871_bacteria_2793 + subject_id: person871 + split: train + image: images/Darwin_00002154_person871_bacteria_2793.png + label: labels/Darwin_00002154_person871_bacteria_2793.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002155_person872_bacteria_2795 + subject_id: person872 + split: train + image: images/Darwin_00002155_person872_bacteria_2795.png + label: labels/Darwin_00002155_person872_bacteria_2795.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002156_person873_bacteria_2796 + subject_id: person873 + split: train + image: images/Darwin_00002156_person873_bacteria_2796.png + label: labels/Darwin_00002156_person873_bacteria_2796.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002157_person874_bacteria_2797 + subject_id: person874 + split: train + image: images/Darwin_00002157_person874_bacteria_2797.png + label: labels/Darwin_00002157_person874_bacteria_2797.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002158_person875_bacteria_2798 + subject_id: person875 + split: test + image: images/Darwin_00002158_person875_bacteria_2798.png + label: labels/Darwin_00002158_person875_bacteria_2798.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002159_person876_bacteria_2799 + subject_id: person876 + split: train + image: images/Darwin_00002159_person876_bacteria_2799.png + label: labels/Darwin_00002159_person876_bacteria_2799.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002160_person877_bacteria_2800 + subject_id: person877 + split: test + image: images/Darwin_00002160_person877_bacteria_2800.png + label: labels/Darwin_00002160_person877_bacteria_2800.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002161_person878_bacteria_2801 + subject_id: person878 + split: train + image: images/Darwin_00002161_person878_bacteria_2801.png + label: labels/Darwin_00002161_person878_bacteria_2801.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002162_person880_bacteria_2804 + subject_id: person880 + split: train + image: images/Darwin_00002162_person880_bacteria_2804.png + label: labels/Darwin_00002162_person880_bacteria_2804.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002163_person881_bacteria_2805 + subject_id: person881 + split: val + image: images/Darwin_00002163_person881_bacteria_2805.png + label: labels/Darwin_00002163_person881_bacteria_2805.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002164_person882_bacteria_2806 + subject_id: person882 + split: train + image: images/Darwin_00002164_person882_bacteria_2806.png + label: labels/Darwin_00002164_person882_bacteria_2806.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002165_person883_bacteria_2807 + subject_id: person883 + split: train + image: images/Darwin_00002165_person883_bacteria_2807.png + label: labels/Darwin_00002165_person883_bacteria_2807.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002166_person884_bacteria_2808 + subject_id: person884 + split: train + image: images/Darwin_00002166_person884_bacteria_2808.png + label: labels/Darwin_00002166_person884_bacteria_2808.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002167_person885_bacteria_2809 + subject_id: person885 + split: train + image: images/Darwin_00002167_person885_bacteria_2809.png + label: labels/Darwin_00002167_person885_bacteria_2809.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002168_person886_bacteria_2810 + subject_id: person886 + split: val + image: images/Darwin_00002168_person886_bacteria_2810.png + label: labels/Darwin_00002168_person886_bacteria_2810.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002169_person887_bacteria_2811 + subject_id: person887 + split: train + image: images/Darwin_00002169_person887_bacteria_2811.png + label: labels/Darwin_00002169_person887_bacteria_2811.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002171_person889_bacteria_2813 + subject_id: person889 + split: test + image: images/Darwin_00002171_person889_bacteria_2813.png + label: labels/Darwin_00002171_person889_bacteria_2813.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002172_person6_bacteria_22 + subject_id: person6 + split: train + image: images/Darwin_00002172_person6_bacteria_22.png + label: labels/Darwin_00002172_person6_bacteria_22.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002173_person60_bacteria_285 + subject_id: person60 + split: train + image: images/Darwin_00002173_person60_bacteria_285.png + label: labels/Darwin_00002173_person60_bacteria_285.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002174_person60_bacteria_286 + subject_id: person60 + split: train + image: images/Darwin_00002174_person60_bacteria_286.png + label: labels/Darwin_00002174_person60_bacteria_286.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002175_person60_bacteria_287 + subject_id: person60 + split: train + image: images/Darwin_00002175_person60_bacteria_287.png + label: labels/Darwin_00002175_person60_bacteria_287.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002176_person61_bacteria_288 + subject_id: person61 + split: val + image: images/Darwin_00002176_person61_bacteria_288.png + label: labels/Darwin_00002176_person61_bacteria_288.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002177_person61_bacteria_289 + subject_id: person61 + split: val + image: images/Darwin_00002177_person61_bacteria_289.png + label: labels/Darwin_00002177_person61_bacteria_289.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002178_person61_bacteria_290 + subject_id: person61 + split: val + image: images/Darwin_00002178_person61_bacteria_290.png + label: labels/Darwin_00002178_person61_bacteria_290.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002179_person61_bacteria_291 + subject_id: person61 + split: val + image: images/Darwin_00002179_person61_bacteria_291.png + label: labels/Darwin_00002179_person61_bacteria_291.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002180_person61_bacteria_292 + subject_id: person61 + split: val + image: images/Darwin_00002180_person61_bacteria_292.png + label: labels/Darwin_00002180_person61_bacteria_292.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002181_person61_bacteria_293 + subject_id: person61 + split: val + image: images/Darwin_00002181_person61_bacteria_293.png + label: labels/Darwin_00002181_person61_bacteria_293.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002182_person61_bacteria_294 + subject_id: person61 + split: val + image: images/Darwin_00002182_person61_bacteria_294.png + label: labels/Darwin_00002182_person61_bacteria_294.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002183_person61_bacteria_295 + subject_id: person61 + split: val + image: images/Darwin_00002183_person61_bacteria_295.png + label: labels/Darwin_00002183_person61_bacteria_295.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002184_person61_bacteria_296 + subject_id: person61 + split: val + image: images/Darwin_00002184_person61_bacteria_296.png + label: labels/Darwin_00002184_person61_bacteria_296.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002185_person61_bacteria_297 + subject_id: person61 + split: val + image: images/Darwin_00002185_person61_bacteria_297.png + label: labels/Darwin_00002185_person61_bacteria_297.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002186_person62_bacteria_298 + subject_id: person62 + split: train + image: images/Darwin_00002186_person62_bacteria_298.png + label: labels/Darwin_00002186_person62_bacteria_298.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002187_person62_bacteria_299 + subject_id: person62 + split: train + image: images/Darwin_00002187_person62_bacteria_299.png + label: labels/Darwin_00002187_person62_bacteria_299.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002188_person62_bacteria_300 + subject_id: person62 + split: train + image: images/Darwin_00002188_person62_bacteria_300.png + label: labels/Darwin_00002188_person62_bacteria_300.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002189_person62_bacteria_301 + subject_id: person62 + split: train + image: images/Darwin_00002189_person62_bacteria_301.png + label: labels/Darwin_00002189_person62_bacteria_301.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002190_person62_bacteria_302 + subject_id: person62 + split: train + image: images/Darwin_00002190_person62_bacteria_302.png + label: labels/Darwin_00002190_person62_bacteria_302.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002191_person62_bacteria_303 + subject_id: person62 + split: train + image: images/Darwin_00002191_person62_bacteria_303.png + label: labels/Darwin_00002191_person62_bacteria_303.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002192_person63_bacteria_306 + subject_id: person63 + split: train + image: images/Darwin_00002192_person63_bacteria_306.png + label: labels/Darwin_00002192_person63_bacteria_306.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002195_person64_bacteria_316 + subject_id: person64 + split: test + image: images/Darwin_00002195_person64_bacteria_316.png + label: labels/Darwin_00002195_person64_bacteria_316.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002198_person64_bacteria_319 + subject_id: person64 + split: test + image: images/Darwin_00002198_person64_bacteria_319.png + label: labels/Darwin_00002198_person64_bacteria_319.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002199_person64_bacteria_320 + subject_id: person64 + split: test + image: images/Darwin_00002199_person64_bacteria_320.png + label: labels/Darwin_00002199_person64_bacteria_320.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002200_person65_bacteria_322 + subject_id: person65 + split: train + image: images/Darwin_00002200_person65_bacteria_322.png + label: labels/Darwin_00002200_person65_bacteria_322.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002201_person66_bacteria_323 + subject_id: person66 + split: train + image: images/Darwin_00002201_person66_bacteria_323.png + label: labels/Darwin_00002201_person66_bacteria_323.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002202_person66_bacteria_324 + subject_id: person66 + split: train + image: images/Darwin_00002202_person66_bacteria_324.png + label: labels/Darwin_00002202_person66_bacteria_324.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002203_person66_bacteria_325 + subject_id: person66 + split: train + image: images/Darwin_00002203_person66_bacteria_325.png + label: labels/Darwin_00002203_person66_bacteria_325.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002204_person66_bacteria_326 + subject_id: person66 + split: train + image: images/Darwin_00002204_person66_bacteria_326.png + label: labels/Darwin_00002204_person66_bacteria_326.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002208_person67_bacteria_331 + subject_id: person67 + split: val + image: images/Darwin_00002208_person67_bacteria_331.png + label: labels/Darwin_00002208_person67_bacteria_331.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002211_person67_bacteria_334 + subject_id: person67 + split: val + image: images/Darwin_00002211_person67_bacteria_334.png + label: labels/Darwin_00002211_person67_bacteria_334.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002212_person68_bacteria_335 + subject_id: person68 + split: train + image: images/Darwin_00002212_person68_bacteria_335.png + label: labels/Darwin_00002212_person68_bacteria_335.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002213_person68_bacteria_336 + subject_id: person68 + split: train + image: images/Darwin_00002213_person68_bacteria_336.png + label: labels/Darwin_00002213_person68_bacteria_336.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002214_person68_bacteria_337 + subject_id: person68 + split: train + image: images/Darwin_00002214_person68_bacteria_337.png + label: labels/Darwin_00002214_person68_bacteria_337.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002215_person69_bacteria_338 + subject_id: person69 + split: train + image: images/Darwin_00002215_person69_bacteria_338.png + label: labels/Darwin_00002215_person69_bacteria_338.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002216_person70_bacteria_341 + subject_id: person70 + split: train + image: images/Darwin_00002216_person70_bacteria_341.png + label: labels/Darwin_00002216_person70_bacteria_341.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002217_person70_bacteria_342 + subject_id: person70 + split: train + image: images/Darwin_00002217_person70_bacteria_342.png + label: labels/Darwin_00002217_person70_bacteria_342.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002218_person70_bacteria_343 + subject_id: person70 + split: train + image: images/Darwin_00002218_person70_bacteria_343.png + label: labels/Darwin_00002218_person70_bacteria_343.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002220_person70_bacteria_345 + subject_id: person70 + split: train + image: images/Darwin_00002220_person70_bacteria_345.png + label: labels/Darwin_00002220_person70_bacteria_345.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002221_person70_bacteria_346 + subject_id: person70 + split: train + image: images/Darwin_00002221_person70_bacteria_346.png + label: labels/Darwin_00002221_person70_bacteria_346.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002222_person71_bacteria_347 + subject_id: person71 + split: test + image: images/Darwin_00002222_person71_bacteria_347.png + label: labels/Darwin_00002222_person71_bacteria_347.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002223_person71_bacteria_348 + subject_id: person71 + split: test + image: images/Darwin_00002223_person71_bacteria_348.png + label: labels/Darwin_00002223_person71_bacteria_348.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002224_person71_bacteria_349 + subject_id: person71 + split: test + image: images/Darwin_00002224_person71_bacteria_349.png + label: labels/Darwin_00002224_person71_bacteria_349.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002225_person71_bacteria_350 + subject_id: person71 + split: test + image: images/Darwin_00002225_person71_bacteria_350.png + label: labels/Darwin_00002225_person71_bacteria_350.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002226_person71_bacteria_351 + subject_id: person71 + split: test + image: images/Darwin_00002226_person71_bacteria_351.png + label: labels/Darwin_00002226_person71_bacteria_351.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002227_person72_bacteria_352 + subject_id: person72 + split: train + image: images/Darwin_00002227_person72_bacteria_352.png + label: labels/Darwin_00002227_person72_bacteria_352.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002228_person602_bacteria_2460 + subject_id: person602 + split: train + image: images/Darwin_00002228_person602_bacteria_2460.png + label: labels/Darwin_00002228_person602_bacteria_2460.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002229_person603_bacteria_2461 + subject_id: person603 + split: test + image: images/Darwin_00002229_person603_bacteria_2461.png + label: labels/Darwin_00002229_person603_bacteria_2461.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002230_person604_bacteria_2462 + subject_id: person604 + split: train + image: images/Darwin_00002230_person604_bacteria_2462.png + label: labels/Darwin_00002230_person604_bacteria_2462.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002231_person604_bacteria_2463 + subject_id: person604 + split: train + image: images/Darwin_00002231_person604_bacteria_2463.png + label: labels/Darwin_00002231_person604_bacteria_2463.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002232_person605_bacteria_2464 + subject_id: person605 + split: val + image: images/Darwin_00002232_person605_bacteria_2464.png + label: labels/Darwin_00002232_person605_bacteria_2464.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002233_person605_bacteria_2465 + subject_id: person605 + split: val + image: images/Darwin_00002233_person605_bacteria_2465.png + label: labels/Darwin_00002233_person605_bacteria_2465.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002234_person605_bacteria_2466 + subject_id: person605 + split: val + image: images/Darwin_00002234_person605_bacteria_2466.png + label: labels/Darwin_00002234_person605_bacteria_2466.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002236_person605_bacteria_2468 + subject_id: person605 + split: val + image: images/Darwin_00002236_person605_bacteria_2468.png + label: labels/Darwin_00002236_person605_bacteria_2468.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002237_person606_bacteria_2469 + subject_id: person606 + split: test + image: images/Darwin_00002237_person606_bacteria_2469.png + label: labels/Darwin_00002237_person606_bacteria_2469.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002238_person607_bacteria_2470 + subject_id: person607 + split: train + image: images/Darwin_00002238_person607_bacteria_2470.png + label: labels/Darwin_00002238_person607_bacteria_2470.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002244_person611_bacteria_2476 + subject_id: person611 + split: val + image: images/Darwin_00002244_person611_bacteria_2476.png + label: labels/Darwin_00002244_person611_bacteria_2476.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002246_person612_bacteria_2478 + subject_id: person612 + split: test + image: images/Darwin_00002246_person612_bacteria_2478.png + label: labels/Darwin_00002246_person612_bacteria_2478.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002247_person613_bacteria_2479 + subject_id: person613 + split: test + image: images/Darwin_00002247_person613_bacteria_2479.png + label: labels/Darwin_00002247_person613_bacteria_2479.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002248_person614_bacteria_2480 + subject_id: person614 + split: train + image: images/Darwin_00002248_person614_bacteria_2480.png + label: labels/Darwin_00002248_person614_bacteria_2480.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002249_person614_bacteria_2481 + subject_id: person614 + split: train + image: images/Darwin_00002249_person614_bacteria_2481.png + label: labels/Darwin_00002249_person614_bacteria_2481.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002250_person614_bacteria_2483 + subject_id: person614 + split: train + image: images/Darwin_00002250_person614_bacteria_2483.png + label: labels/Darwin_00002250_person614_bacteria_2483.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002251_person616_bacteria_2487 + subject_id: person616 + split: train + image: images/Darwin_00002251_person616_bacteria_2487.png + label: labels/Darwin_00002251_person616_bacteria_2487.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002252_person617_bacteria_2488 + subject_id: person617 + split: test + image: images/Darwin_00002252_person617_bacteria_2488.png + label: labels/Darwin_00002252_person617_bacteria_2488.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002253_person618_bacteria_2489 + subject_id: person618 + split: train + image: images/Darwin_00002253_person618_bacteria_2489.png + label: labels/Darwin_00002253_person618_bacteria_2489.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002254_person619_bacteria_2490 + subject_id: person619 + split: val + image: images/Darwin_00002254_person619_bacteria_2490.png + label: labels/Darwin_00002254_person619_bacteria_2490.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002255_person619_bacteria_2491 + subject_id: person619 + split: val + image: images/Darwin_00002255_person619_bacteria_2491.png + label: labels/Darwin_00002255_person619_bacteria_2491.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002256_person620_bacteria_2492 + subject_id: person620 + split: test + image: images/Darwin_00002256_person620_bacteria_2492.png + label: labels/Darwin_00002256_person620_bacteria_2492.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002257_person622_bacteria_2494 + subject_id: person622 + split: train + image: images/Darwin_00002257_person622_bacteria_2494.png + label: labels/Darwin_00002257_person622_bacteria_2494.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002258_person623_bacteria_2495 + subject_id: person623 + split: train + image: images/Darwin_00002258_person623_bacteria_2495.png + label: labels/Darwin_00002258_person623_bacteria_2495.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002259_person623_bacteria_2496 + subject_id: person623 + split: train + image: images/Darwin_00002259_person623_bacteria_2496.png + label: labels/Darwin_00002259_person623_bacteria_2496.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002260_person624_bacteria_2497 + subject_id: person624 + split: train + image: images/Darwin_00002260_person624_bacteria_2497.png + label: labels/Darwin_00002260_person624_bacteria_2497.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002261_person625_bacteria_2499 + subject_id: person625 + split: train + image: images/Darwin_00002261_person625_bacteria_2499.png + label: labels/Darwin_00002261_person625_bacteria_2499.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002262_person625_bacteria_2500 + subject_id: person625 + split: train + image: images/Darwin_00002262_person625_bacteria_2500.png + label: labels/Darwin_00002262_person625_bacteria_2500.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002264_person628_bacteria_2505 + subject_id: person628 + split: val + image: images/Darwin_00002264_person628_bacteria_2505.png + label: labels/Darwin_00002264_person628_bacteria_2505.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002265_person629_bacteria_2506 + subject_id: person629 + split: test + image: images/Darwin_00002265_person629_bacteria_2506.png + label: labels/Darwin_00002265_person629_bacteria_2506.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002266_person629_bacteria_2507 + subject_id: person629 + split: test + image: images/Darwin_00002266_person629_bacteria_2507.png + label: labels/Darwin_00002266_person629_bacteria_2507.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002267_person629_bacteria_2508 + subject_id: person629 + split: test + image: images/Darwin_00002267_person629_bacteria_2508.png + label: labels/Darwin_00002267_person629_bacteria_2508.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002268_person629_bacteria_2509 + subject_id: person629 + split: test + image: images/Darwin_00002268_person629_bacteria_2509.png + label: labels/Darwin_00002268_person629_bacteria_2509.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002269_person629_bacteria_2510 + subject_id: person629 + split: test + image: images/Darwin_00002269_person629_bacteria_2510.png + label: labels/Darwin_00002269_person629_bacteria_2510.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002270_person630_bacteria_2512 + subject_id: person630 + split: val + image: images/Darwin_00002270_person630_bacteria_2512.png + label: labels/Darwin_00002270_person630_bacteria_2512.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002271_person630_bacteria_2513 + subject_id: person630 + split: val + image: images/Darwin_00002271_person630_bacteria_2513.png + label: labels/Darwin_00002271_person630_bacteria_2513.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002272_person630_bacteria_2514 + subject_id: person630 + split: val + image: images/Darwin_00002272_person630_bacteria_2514.png + label: labels/Darwin_00002272_person630_bacteria_2514.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002273_person630_bacteria_2515 + subject_id: person630 + split: val + image: images/Darwin_00002273_person630_bacteria_2515.png + label: labels/Darwin_00002273_person630_bacteria_2515.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002274_person630_bacteria_2516 + subject_id: person630 + split: val + image: images/Darwin_00002274_person630_bacteria_2516.png + label: labels/Darwin_00002274_person630_bacteria_2516.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002275_person632_bacteria_2520 + subject_id: person632 + split: train + image: images/Darwin_00002275_person632_bacteria_2520.png + label: labels/Darwin_00002275_person632_bacteria_2520.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002276_person632_bacteria_2521 + subject_id: person632 + split: train + image: images/Darwin_00002276_person632_bacteria_2521.png + label: labels/Darwin_00002276_person632_bacteria_2521.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002277_person633_bacteria_2522 + subject_id: person633 + split: train + image: images/Darwin_00002277_person633_bacteria_2522.png + label: labels/Darwin_00002277_person633_bacteria_2522.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002278_person634_bacteria_2525 + subject_id: person634 + split: train + image: images/Darwin_00002278_person634_bacteria_2525.png + label: labels/Darwin_00002278_person634_bacteria_2525.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002279_person635_bacteria_2526 + subject_id: person635 + split: train + image: images/Darwin_00002279_person635_bacteria_2526.png + label: labels/Darwin_00002279_person635_bacteria_2526.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002283_person640_bacteria_2532 + subject_id: person640 + split: train + image: images/Darwin_00002283_person640_bacteria_2532.png + label: labels/Darwin_00002283_person640_bacteria_2532.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002284_person641_bacteria_2533 + subject_id: person641 + split: train + image: images/Darwin_00002284_person641_bacteria_2533.png + label: labels/Darwin_00002284_person641_bacteria_2533.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002285_person643_bacteria_2534 + subject_id: person643 + split: train + image: images/Darwin_00002285_person643_bacteria_2534.png + label: labels/Darwin_00002285_person643_bacteria_2534.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002286_person644_bacteria_2536 + subject_id: person644 + split: val + image: images/Darwin_00002286_person644_bacteria_2536.png + label: labels/Darwin_00002286_person644_bacteria_2536.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002287_person645_bacteria_2537 + subject_id: person645 + split: val + image: images/Darwin_00002287_person645_bacteria_2537.png + label: labels/Darwin_00002287_person645_bacteria_2537.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002288_person646_bacteria_2538 + subject_id: person646 + split: train + image: images/Darwin_00002288_person646_bacteria_2538.png + label: labels/Darwin_00002288_person646_bacteria_2538.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002289_person647_bacteria_2539 + subject_id: person647 + split: train + image: images/Darwin_00002289_person647_bacteria_2539.png + label: labels/Darwin_00002289_person647_bacteria_2539.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002290_person648_bacteria_2540 + subject_id: person648 + split: val + image: images/Darwin_00002290_person648_bacteria_2540.png + label: labels/Darwin_00002290_person648_bacteria_2540.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002291_person649_bacteria_2541 + subject_id: person649 + split: val + image: images/Darwin_00002291_person649_bacteria_2541.png + label: labels/Darwin_00002291_person649_bacteria_2541.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002292_person650_bacteria_2542 + subject_id: person650 + split: train + image: images/Darwin_00002292_person650_bacteria_2542.png + label: labels/Darwin_00002292_person650_bacteria_2542.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002293_person651_bacteria_2543 + subject_id: person651 + split: train + image: images/Darwin_00002293_person651_bacteria_2543.png + label: labels/Darwin_00002293_person651_bacteria_2543.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002294_person652_bacteria_2544 + subject_id: person652 + split: test + image: images/Darwin_00002294_person652_bacteria_2544.png + label: labels/Darwin_00002294_person652_bacteria_2544.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002295_person653_bacteria_2545 + subject_id: person653 + split: val + image: images/Darwin_00002295_person653_bacteria_2545.png + label: labels/Darwin_00002295_person653_bacteria_2545.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002296_person654_bacteria_2546 + subject_id: person654 + split: train + image: images/Darwin_00002296_person654_bacteria_2546.png + label: labels/Darwin_00002296_person654_bacteria_2546.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002297_person655_bacteria_2547 + subject_id: person655 + split: train + image: images/Darwin_00002297_person655_bacteria_2547.png + label: labels/Darwin_00002297_person655_bacteria_2547.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002298_person656_bacteria_2548 + subject_id: person656 + split: train + image: images/Darwin_00002298_person656_bacteria_2548.png + label: labels/Darwin_00002298_person656_bacteria_2548.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002299_person657_bacteria_2549 + subject_id: person657 + split: train + image: images/Darwin_00002299_person657_bacteria_2549.png + label: labels/Darwin_00002299_person657_bacteria_2549.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002300_person658_bacteria_2550 + subject_id: person658 + split: val + image: images/Darwin_00002300_person658_bacteria_2550.png + label: labels/Darwin_00002300_person658_bacteria_2550.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002301_person659_bacteria_2551 + subject_id: person659 + split: train + image: images/Darwin_00002301_person659_bacteria_2551.png + label: labels/Darwin_00002301_person659_bacteria_2551.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002302_person660_bacteria_2552 + subject_id: person660 + split: train + image: images/Darwin_00002302_person660_bacteria_2552.png + label: labels/Darwin_00002302_person660_bacteria_2552.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002304_person662_bacteria_2554 + subject_id: person662 + split: test + image: images/Darwin_00002304_person662_bacteria_2554.png + label: labels/Darwin_00002304_person662_bacteria_2554.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002305_person663_bacteria_2555 + subject_id: person663 + split: train + image: images/Darwin_00002305_person663_bacteria_2555.png + label: labels/Darwin_00002305_person663_bacteria_2555.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002306_person665_bacteria_2557 + subject_id: person665 + split: train + image: images/Darwin_00002306_person665_bacteria_2557.png + label: labels/Darwin_00002306_person665_bacteria_2557.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002307_person666_bacteria_2558 + subject_id: person666 + split: test + image: images/Darwin_00002307_person666_bacteria_2558.png + label: labels/Darwin_00002307_person666_bacteria_2558.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002308_person669_bacteria_2561 + subject_id: person669 + split: train + image: images/Darwin_00002308_person669_bacteria_2561.png + label: labels/Darwin_00002308_person669_bacteria_2561.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002309_person669_bacteria_2562 + subject_id: person669 + split: train + image: images/Darwin_00002309_person669_bacteria_2562.png + label: labels/Darwin_00002309_person669_bacteria_2562.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002310_person670_bacteria_2563 + subject_id: person670 + split: train + image: images/Darwin_00002310_person670_bacteria_2563.png + label: labels/Darwin_00002310_person670_bacteria_2563.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002311_person671_bacteria_2564 + subject_id: person671 + split: val + image: images/Darwin_00002311_person671_bacteria_2564.png + label: labels/Darwin_00002311_person671_bacteria_2564.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002312_person672_bacteria_2565 + subject_id: person672 + split: train + image: images/Darwin_00002312_person672_bacteria_2565.png + label: labels/Darwin_00002312_person672_bacteria_2565.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002313_person673_bacteria_2566 + subject_id: person673 + split: train + image: images/Darwin_00002313_person673_bacteria_2566.png + label: labels/Darwin_00002313_person673_bacteria_2566.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002314_person674_bacteria_2568 + subject_id: person674 + split: train + image: images/Darwin_00002314_person674_bacteria_2568.png + label: labels/Darwin_00002314_person674_bacteria_2568.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002316_person677_bacteria_2571 + subject_id: person677 + split: train + image: images/Darwin_00002316_person677_bacteria_2571.png + label: labels/Darwin_00002316_person677_bacteria_2571.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002317_person678_bacteria_2572 + subject_id: person678 + split: train + image: images/Darwin_00002317_person678_bacteria_2572.png + label: labels/Darwin_00002317_person678_bacteria_2572.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002319_person681_bacteria_2576 + subject_id: person681 + split: val + image: images/Darwin_00002319_person681_bacteria_2576.png + label: labels/Darwin_00002319_person681_bacteria_2576.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002320_person683_bacteria_2578 + subject_id: person683 + split: train + image: images/Darwin_00002320_person683_bacteria_2578.png + label: labels/Darwin_00002320_person683_bacteria_2578.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002321_person684_bacteria_2580 + subject_id: person684 + split: train + image: images/Darwin_00002321_person684_bacteria_2580.png + label: labels/Darwin_00002321_person684_bacteria_2580.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002322_person685_bacteria_2581 + subject_id: person685 + split: train + image: images/Darwin_00002322_person685_bacteria_2581.png + label: labels/Darwin_00002322_person685_bacteria_2581.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002323_person687_bacteria_2583 + subject_id: person687 + split: train + image: images/Darwin_00002323_person687_bacteria_2583.png + label: labels/Darwin_00002323_person687_bacteria_2583.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002324_person688_bacteria_2584 + subject_id: person688 + split: val + image: images/Darwin_00002324_person688_bacteria_2584.png + label: labels/Darwin_00002324_person688_bacteria_2584.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002325_person689_bacteria_2585 + subject_id: person689 + split: train + image: images/Darwin_00002325_person689_bacteria_2585.png + label: labels/Darwin_00002325_person689_bacteria_2585.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002326_person689_bacteria_2586 + subject_id: person689 + split: train + image: images/Darwin_00002326_person689_bacteria_2586.png + label: labels/Darwin_00002326_person689_bacteria_2586.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002327_person690_bacteria_2587 + subject_id: person690 + split: train + image: images/Darwin_00002327_person690_bacteria_2587.png + label: labels/Darwin_00002327_person690_bacteria_2587.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002328_person691_bacteria_2588 + subject_id: person691 + split: test + image: images/Darwin_00002328_person691_bacteria_2588.png + label: labels/Darwin_00002328_person691_bacteria_2588.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002329_person692_bacteria_2589 + subject_id: person692 + split: train + image: images/Darwin_00002329_person692_bacteria_2589.png + label: labels/Darwin_00002329_person692_bacteria_2589.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002330_person693_bacteria_2590 + subject_id: person693 + split: train + image: images/Darwin_00002330_person693_bacteria_2590.png + label: labels/Darwin_00002330_person693_bacteria_2590.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002332_person699_bacteria_2598 + subject_id: person699 + split: train + image: images/Darwin_00002332_person699_bacteria_2598.png + label: labels/Darwin_00002332_person699_bacteria_2598.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002333_person700_bacteria_2599 + subject_id: person700 + split: test + image: images/Darwin_00002333_person700_bacteria_2599.png + label: labels/Darwin_00002333_person700_bacteria_2599.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002334_person701_bacteria_2600 + subject_id: person701 + split: val + image: images/Darwin_00002334_person701_bacteria_2600.png + label: labels/Darwin_00002334_person701_bacteria_2600.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002335_person702_bacteria_2601 + subject_id: person702 + split: train + image: images/Darwin_00002335_person702_bacteria_2601.png + label: labels/Darwin_00002335_person702_bacteria_2601.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002336_person703_bacteria_2602 + subject_id: person703 + split: train + image: images/Darwin_00002336_person703_bacteria_2602.png + label: labels/Darwin_00002336_person703_bacteria_2602.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002337_person704_bacteria_2603 + subject_id: person704 + split: val + image: images/Darwin_00002337_person704_bacteria_2603.png + label: labels/Darwin_00002337_person704_bacteria_2603.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002338_person707_bacteria_2606 + subject_id: person707 + split: train + image: images/Darwin_00002338_person707_bacteria_2606.png + label: labels/Darwin_00002338_person707_bacteria_2606.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002339_person709_bacteria_2608 + subject_id: person709 + split: train + image: images/Darwin_00002339_person709_bacteria_2608.png + label: labels/Darwin_00002339_person709_bacteria_2608.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002340_person710_bacteria_2611 + subject_id: person710 + split: val + image: images/Darwin_00002340_person710_bacteria_2611.png + label: labels/Darwin_00002340_person710_bacteria_2611.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002341_person711_bacteria_2612 + subject_id: person711 + split: train + image: images/Darwin_00002341_person711_bacteria_2612.png + label: labels/Darwin_00002341_person711_bacteria_2612.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002342_person712_bacteria_2613 + subject_id: person712 + split: train + image: images/Darwin_00002342_person712_bacteria_2613.png + label: labels/Darwin_00002342_person712_bacteria_2613.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002343_person713_bacteria_2614 + subject_id: person713 + split: train + image: images/Darwin_00002343_person713_bacteria_2614.png + label: labels/Darwin_00002343_person713_bacteria_2614.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002344_person714_bacteria_2615 + subject_id: person714 + split: train + image: images/Darwin_00002344_person714_bacteria_2615.png + label: labels/Darwin_00002344_person714_bacteria_2615.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002345_person716_bacteria_2617 + subject_id: person716 + split: train + image: images/Darwin_00002345_person716_bacteria_2617.png + label: labels/Darwin_00002345_person716_bacteria_2617.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002346_person717_bacteria_2618 + subject_id: person717 + split: train + image: images/Darwin_00002346_person717_bacteria_2618.png + label: labels/Darwin_00002346_person717_bacteria_2618.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002347_person718_bacteria_2620 + subject_id: person718 + split: train + image: images/Darwin_00002347_person718_bacteria_2620.png + label: labels/Darwin_00002347_person718_bacteria_2620.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002348_person719_bacteria_2621 + subject_id: person719 + split: test + image: images/Darwin_00002348_person719_bacteria_2621.png + label: labels/Darwin_00002348_person719_bacteria_2621.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002349_person720_bacteria_2622 + subject_id: person720 + split: train + image: images/Darwin_00002349_person720_bacteria_2622.png + label: labels/Darwin_00002349_person720_bacteria_2622.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002350_person721_bacteria_2623 + subject_id: person721 + split: train + image: images/Darwin_00002350_person721_bacteria_2623.png + label: labels/Darwin_00002350_person721_bacteria_2623.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002351_person723_bacteria_2625 + subject_id: person723 + split: train + image: images/Darwin_00002351_person723_bacteria_2625.png + label: labels/Darwin_00002351_person723_bacteria_2625.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002352_person724_bacteria_2626 + subject_id: person724 + split: train + image: images/Darwin_00002352_person724_bacteria_2626.png + label: labels/Darwin_00002352_person724_bacteria_2626.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002353_person725_bacteria_2627 + subject_id: person725 + split: train + image: images/Darwin_00002353_person725_bacteria_2627.png + label: labels/Darwin_00002353_person725_bacteria_2627.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002355_person727_bacteria_2629 + subject_id: person727 + split: train + image: images/Darwin_00002355_person727_bacteria_2629.png + label: labels/Darwin_00002355_person727_bacteria_2629.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002356_person728_bacteria_2630 + subject_id: person728 + split: train + image: images/Darwin_00002356_person728_bacteria_2630.png + label: labels/Darwin_00002356_person728_bacteria_2630.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002357_person5_bacteria_15 + subject_id: person5 + split: val + image: images/Darwin_00002357_person5_bacteria_15.png + label: labels/Darwin_00002357_person5_bacteria_15.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002358_person5_bacteria_16 + subject_id: person5 + split: val + image: images/Darwin_00002358_person5_bacteria_16.png + label: labels/Darwin_00002358_person5_bacteria_16.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002359_person5_bacteria_17 + subject_id: person5 + split: val + image: images/Darwin_00002359_person5_bacteria_17.png + label: labels/Darwin_00002359_person5_bacteria_17.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002360_person5_bacteria_19 + subject_id: person5 + split: val + image: images/Darwin_00002360_person5_bacteria_19.png + label: labels/Darwin_00002360_person5_bacteria_19.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002361_person52_bacteria_249 + subject_id: person52 + split: train + image: images/Darwin_00002361_person52_bacteria_249.png + label: labels/Darwin_00002361_person52_bacteria_249.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002362_person52_bacteria_251 + subject_id: person52 + split: train + image: images/Darwin_00002362_person52_bacteria_251.png + label: labels/Darwin_00002362_person52_bacteria_251.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002363_person53_bacteria_252 + subject_id: person53 + split: train + image: images/Darwin_00002363_person53_bacteria_252.png + label: labels/Darwin_00002363_person53_bacteria_252.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002364_person53_bacteria_253 + subject_id: person53 + split: train + image: images/Darwin_00002364_person53_bacteria_253.png + label: labels/Darwin_00002364_person53_bacteria_253.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002365_person53_bacteria_254 + subject_id: person53 + split: train + image: images/Darwin_00002365_person53_bacteria_254.png + label: labels/Darwin_00002365_person53_bacteria_254.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002366_person53_bacteria_255 + subject_id: person53 + split: train + image: images/Darwin_00002366_person53_bacteria_255.png + label: labels/Darwin_00002366_person53_bacteria_255.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002367_person54_bacteria_257 + subject_id: person54 + split: train + image: images/Darwin_00002367_person54_bacteria_257.png + label: labels/Darwin_00002367_person54_bacteria_257.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002368_person54_bacteria_258 + subject_id: person54 + split: train + image: images/Darwin_00002368_person54_bacteria_258.png + label: labels/Darwin_00002368_person54_bacteria_258.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002369_person55_bacteria_260 + subject_id: person55 + split: train + image: images/Darwin_00002369_person55_bacteria_260.png + label: labels/Darwin_00002369_person55_bacteria_260.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002370_person55_bacteria_261 + subject_id: person55 + split: train + image: images/Darwin_00002370_person55_bacteria_261.png + label: labels/Darwin_00002370_person55_bacteria_261.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002371_person55_bacteria_262 + subject_id: person55 + split: train + image: images/Darwin_00002371_person55_bacteria_262.png + label: labels/Darwin_00002371_person55_bacteria_262.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002372_person55_bacteria_263 + subject_id: person55 + split: train + image: images/Darwin_00002372_person55_bacteria_263.png + label: labels/Darwin_00002372_person55_bacteria_263.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002373_person55_bacteria_264 + subject_id: person55 + split: train + image: images/Darwin_00002373_person55_bacteria_264.png + label: labels/Darwin_00002373_person55_bacteria_264.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002374_person55_bacteria_265 + subject_id: person55 + split: train + image: images/Darwin_00002374_person55_bacteria_265.png + label: labels/Darwin_00002374_person55_bacteria_265.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002375_person55_bacteria_266 + subject_id: person55 + split: train + image: images/Darwin_00002375_person55_bacteria_266.png + label: labels/Darwin_00002375_person55_bacteria_266.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002376_person56_bacteria_267 + subject_id: person56 + split: test + image: images/Darwin_00002376_person56_bacteria_267.png + label: labels/Darwin_00002376_person56_bacteria_267.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002377_person56_bacteria_268 + subject_id: person56 + split: test + image: images/Darwin_00002377_person56_bacteria_268.png + label: labels/Darwin_00002377_person56_bacteria_268.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002378_person56_bacteria_269 + subject_id: person56 + split: test + image: images/Darwin_00002378_person56_bacteria_269.png + label: labels/Darwin_00002378_person56_bacteria_269.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002379_person57_bacteria_270 + subject_id: person57 + split: train + image: images/Darwin_00002379_person57_bacteria_270.png + label: labels/Darwin_00002379_person57_bacteria_270.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002380_person57_bacteria_271 + subject_id: person57 + split: train + image: images/Darwin_00002380_person57_bacteria_271.png + label: labels/Darwin_00002380_person57_bacteria_271.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002381_person58_bacteria_272 + subject_id: person58 + split: test + image: images/Darwin_00002381_person58_bacteria_272.png + label: labels/Darwin_00002381_person58_bacteria_272.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002382_person58_bacteria_273 + subject_id: person58 + split: test + image: images/Darwin_00002382_person58_bacteria_273.png + label: labels/Darwin_00002382_person58_bacteria_273.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002384_person58_bacteria_275 + subject_id: person58 + split: test + image: images/Darwin_00002384_person58_bacteria_275.png + label: labels/Darwin_00002384_person58_bacteria_275.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002385_person58_bacteria_276 + subject_id: person58 + split: test + image: images/Darwin_00002385_person58_bacteria_276.png + label: labels/Darwin_00002385_person58_bacteria_276.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002386_person58_bacteria_277 + subject_id: person58 + split: test + image: images/Darwin_00002386_person58_bacteria_277.png + label: labels/Darwin_00002386_person58_bacteria_277.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002387_person58_bacteria_278 + subject_id: person58 + split: test + image: images/Darwin_00002387_person58_bacteria_278.png + label: labels/Darwin_00002387_person58_bacteria_278.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002390_person59_bacteria_281 + subject_id: person59 + split: train + image: images/Darwin_00002390_person59_bacteria_281.png + label: labels/Darwin_00002390_person59_bacteria_281.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002393_person59_bacteria_284 + subject_id: person59 + split: train + image: images/Darwin_00002393_person59_bacteria_284.png + label: labels/Darwin_00002393_person59_bacteria_284.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002394_person526_bacteria_2221 + subject_id: person526 + split: train + image: images/Darwin_00002394_person526_bacteria_2221.png + label: labels/Darwin_00002394_person526_bacteria_2221.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002395_person527_bacteria_2225 + subject_id: person527 + split: train + image: images/Darwin_00002395_person527_bacteria_2225.png + label: labels/Darwin_00002395_person527_bacteria_2225.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002396_person527_bacteria_2226 + subject_id: person527 + split: train + image: images/Darwin_00002396_person527_bacteria_2226.png + label: labels/Darwin_00002396_person527_bacteria_2226.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002397_person528_bacteria_2227 + subject_id: person528 + split: train + image: images/Darwin_00002397_person528_bacteria_2227.png + label: labels/Darwin_00002397_person528_bacteria_2227.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002398_person529_bacteria_2228 + subject_id: person529 + split: val + image: images/Darwin_00002398_person529_bacteria_2228.png + label: labels/Darwin_00002398_person529_bacteria_2228.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002399_person529_bacteria_2229 + subject_id: person529 + split: val + image: images/Darwin_00002399_person529_bacteria_2229.png + label: labels/Darwin_00002399_person529_bacteria_2229.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002400_person529_bacteria_2230 + subject_id: person529 + split: val + image: images/Darwin_00002400_person529_bacteria_2230.png + label: labels/Darwin_00002400_person529_bacteria_2230.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002401_person530_bacteria_2231 + subject_id: person530 + split: val + image: images/Darwin_00002401_person530_bacteria_2231.png + label: labels/Darwin_00002401_person530_bacteria_2231.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002402_person530_bacteria_2233 + subject_id: person530 + split: val + image: images/Darwin_00002402_person530_bacteria_2233.png + label: labels/Darwin_00002402_person530_bacteria_2233.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002403_person531_bacteria_2235 + subject_id: person531 + split: train + image: images/Darwin_00002403_person531_bacteria_2235.png + label: labels/Darwin_00002403_person531_bacteria_2235.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002404_person531_bacteria_2236 + subject_id: person531 + split: train + image: images/Darwin_00002404_person531_bacteria_2236.png + label: labels/Darwin_00002404_person531_bacteria_2236.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002405_person531_bacteria_2237 + subject_id: person531 + split: train + image: images/Darwin_00002405_person531_bacteria_2237.png + label: labels/Darwin_00002405_person531_bacteria_2237.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002406_person531_bacteria_2238 + subject_id: person531 + split: train + image: images/Darwin_00002406_person531_bacteria_2238.png + label: labels/Darwin_00002406_person531_bacteria_2238.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002407_person531_bacteria_2239 + subject_id: person531 + split: train + image: images/Darwin_00002407_person531_bacteria_2239.png + label: labels/Darwin_00002407_person531_bacteria_2239.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002408_person531_bacteria_2240 + subject_id: person531 + split: train + image: images/Darwin_00002408_person531_bacteria_2240.png + label: labels/Darwin_00002408_person531_bacteria_2240.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002409_person531_bacteria_2241 + subject_id: person531 + split: train + image: images/Darwin_00002409_person531_bacteria_2241.png + label: labels/Darwin_00002409_person531_bacteria_2241.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002410_person531_bacteria_2242 + subject_id: person531 + split: train + image: images/Darwin_00002410_person531_bacteria_2242.png + label: labels/Darwin_00002410_person531_bacteria_2242.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002411_person533_bacteria_2245 + subject_id: person533 + split: train + image: images/Darwin_00002411_person533_bacteria_2245.png + label: labels/Darwin_00002411_person533_bacteria_2245.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002412_person533_bacteria_2250 + subject_id: person533 + split: train + image: images/Darwin_00002412_person533_bacteria_2250.png + label: labels/Darwin_00002412_person533_bacteria_2250.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002413_person534_bacteria_2251 + subject_id: person534 + split: test + image: images/Darwin_00002413_person534_bacteria_2251.png + label: labels/Darwin_00002413_person534_bacteria_2251.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002414_person534_bacteria_2252 + subject_id: person534 + split: test + image: images/Darwin_00002414_person534_bacteria_2252.png + label: labels/Darwin_00002414_person534_bacteria_2252.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002415_person534_bacteria_2253 + subject_id: person534 + split: test + image: images/Darwin_00002415_person534_bacteria_2253.png + label: labels/Darwin_00002415_person534_bacteria_2253.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002416_person534_bacteria_2254 + subject_id: person534 + split: test + image: images/Darwin_00002416_person534_bacteria_2254.png + label: labels/Darwin_00002416_person534_bacteria_2254.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002417_person535_bacteria_2255 + subject_id: person535 + split: test + image: images/Darwin_00002417_person535_bacteria_2255.png + label: labels/Darwin_00002417_person535_bacteria_2255.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002418_person535_bacteria_2256 + subject_id: person535 + split: test + image: images/Darwin_00002418_person535_bacteria_2256.png + label: labels/Darwin_00002418_person535_bacteria_2256.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002419_person536_bacteria_2257 + subject_id: person536 + split: train + image: images/Darwin_00002419_person536_bacteria_2257.png + label: labels/Darwin_00002419_person536_bacteria_2257.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002420_person536_bacteria_2258 + subject_id: person536 + split: train + image: images/Darwin_00002420_person536_bacteria_2258.png + label: labels/Darwin_00002420_person536_bacteria_2258.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002421_person536_bacteria_2259 + subject_id: person536 + split: train + image: images/Darwin_00002421_person536_bacteria_2259.png + label: labels/Darwin_00002421_person536_bacteria_2259.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002422_person536_bacteria_2260 + subject_id: person536 + split: train + image: images/Darwin_00002422_person536_bacteria_2260.png + label: labels/Darwin_00002422_person536_bacteria_2260.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002423_person537_bacteria_2261 + subject_id: person537 + split: train + image: images/Darwin_00002423_person537_bacteria_2261.png + label: labels/Darwin_00002423_person537_bacteria_2261.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002424_person537_bacteria_2262 + subject_id: person537 + split: train + image: images/Darwin_00002424_person537_bacteria_2262.png + label: labels/Darwin_00002424_person537_bacteria_2262.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002425_person537_bacteria_2263 + subject_id: person537 + split: train + image: images/Darwin_00002425_person537_bacteria_2263.png + label: labels/Darwin_00002425_person537_bacteria_2263.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002426_person537_bacteria_2264 + subject_id: person537 + split: train + image: images/Darwin_00002426_person537_bacteria_2264.png + label: labels/Darwin_00002426_person537_bacteria_2264.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002427_person537_bacteria_2265 + subject_id: person537 + split: train + image: images/Darwin_00002427_person537_bacteria_2265.png + label: labels/Darwin_00002427_person537_bacteria_2265.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002428_person537_bacteria_2266 + subject_id: person537 + split: train + image: images/Darwin_00002428_person537_bacteria_2266.png + label: labels/Darwin_00002428_person537_bacteria_2266.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002429_person538_bacteria_2268 + subject_id: person538 + split: train + image: images/Darwin_00002429_person538_bacteria_2268.png + label: labels/Darwin_00002429_person538_bacteria_2268.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002430_person539_bacteria_2269 + subject_id: person539 + split: train + image: images/Darwin_00002430_person539_bacteria_2269.png + label: labels/Darwin_00002430_person539_bacteria_2269.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002431_person539_bacteria_2270 + subject_id: person539 + split: train + image: images/Darwin_00002431_person539_bacteria_2270.png + label: labels/Darwin_00002431_person539_bacteria_2270.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002432_person540_bacteria_2271 + subject_id: person540 + split: test + image: images/Darwin_00002432_person540_bacteria_2271.png + label: labels/Darwin_00002432_person540_bacteria_2271.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002433_person540_bacteria_2272 + subject_id: person540 + split: test + image: images/Darwin_00002433_person540_bacteria_2272.png + label: labels/Darwin_00002433_person540_bacteria_2272.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002434_person540_bacteria_2273 + subject_id: person540 + split: test + image: images/Darwin_00002434_person540_bacteria_2273.png + label: labels/Darwin_00002434_person540_bacteria_2273.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002435_person541_bacteria_2274 + subject_id: person541 + split: train + image: images/Darwin_00002435_person541_bacteria_2274.png + label: labels/Darwin_00002435_person541_bacteria_2274.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002436_person541_bacteria_2275 + subject_id: person541 + split: train + image: images/Darwin_00002436_person541_bacteria_2275.png + label: labels/Darwin_00002436_person541_bacteria_2275.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002438_person543_bacteria_2279 + subject_id: person543 + split: val + image: images/Darwin_00002438_person543_bacteria_2279.png + label: labels/Darwin_00002438_person543_bacteria_2279.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002439_person543_bacteria_2280 + subject_id: person543 + split: val + image: images/Darwin_00002439_person543_bacteria_2280.png + label: labels/Darwin_00002439_person543_bacteria_2280.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002440_person543_bacteria_2281 + subject_id: person543 + split: val + image: images/Darwin_00002440_person543_bacteria_2281.png + label: labels/Darwin_00002440_person543_bacteria_2281.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002441_person543_bacteria_2282 + subject_id: person543 + split: val + image: images/Darwin_00002441_person543_bacteria_2282.png + label: labels/Darwin_00002441_person543_bacteria_2282.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002443_person543_bacteria_2284 + subject_id: person543 + split: val + image: images/Darwin_00002443_person543_bacteria_2284.png + label: labels/Darwin_00002443_person543_bacteria_2284.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002444_person544_bacteria_2286 + subject_id: person544 + split: train + image: images/Darwin_00002444_person544_bacteria_2286.png + label: labels/Darwin_00002444_person544_bacteria_2286.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002445_person545_bacteria_2287 + subject_id: person545 + split: train + image: images/Darwin_00002445_person545_bacteria_2287.png + label: labels/Darwin_00002445_person545_bacteria_2287.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002446_person545_bacteria_2288 + subject_id: person545 + split: train + image: images/Darwin_00002446_person545_bacteria_2288.png + label: labels/Darwin_00002446_person545_bacteria_2288.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002447_person545_bacteria_2289 + subject_id: person545 + split: train + image: images/Darwin_00002447_person545_bacteria_2289.png + label: labels/Darwin_00002447_person545_bacteria_2289.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002448_person545_bacteria_2290 + subject_id: person545 + split: train + image: images/Darwin_00002448_person545_bacteria_2290.png + label: labels/Darwin_00002448_person545_bacteria_2290.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002450_person547_bacteria_2294 + subject_id: person547 + split: train + image: images/Darwin_00002450_person547_bacteria_2294.png + label: labels/Darwin_00002450_person547_bacteria_2294.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002452_person548_bacteria_2297 + subject_id: person548 + split: train + image: images/Darwin_00002452_person548_bacteria_2297.png + label: labels/Darwin_00002452_person548_bacteria_2297.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002453_person548_bacteria_2298 + subject_id: person548 + split: train + image: images/Darwin_00002453_person548_bacteria_2298.png + label: labels/Darwin_00002453_person548_bacteria_2298.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002454_person548_bacteria_2299 + subject_id: person548 + split: train + image: images/Darwin_00002454_person548_bacteria_2299.png + label: labels/Darwin_00002454_person548_bacteria_2299.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002455_person548_bacteria_2300 + subject_id: person548 + split: train + image: images/Darwin_00002455_person548_bacteria_2300.png + label: labels/Darwin_00002455_person548_bacteria_2300.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002456_person548_bacteria_2301 + subject_id: person548 + split: train + image: images/Darwin_00002456_person548_bacteria_2301.png + label: labels/Darwin_00002456_person548_bacteria_2301.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002457_person548_bacteria_2302 + subject_id: person548 + split: train + image: images/Darwin_00002457_person548_bacteria_2302.png + label: labels/Darwin_00002457_person548_bacteria_2302.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002458_person549_bacteria_2303 + subject_id: person549 + split: train + image: images/Darwin_00002458_person549_bacteria_2303.png + label: labels/Darwin_00002458_person549_bacteria_2303.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002459_person549_bacteria_2304 + subject_id: person549 + split: train + image: images/Darwin_00002459_person549_bacteria_2304.png + label: labels/Darwin_00002459_person549_bacteria_2304.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002460_person549_bacteria_2305 + subject_id: person549 + split: train + image: images/Darwin_00002460_person549_bacteria_2305.png + label: labels/Darwin_00002460_person549_bacteria_2305.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002461_person549_bacteria_2306 + subject_id: person549 + split: train + image: images/Darwin_00002461_person549_bacteria_2306.png + label: labels/Darwin_00002461_person549_bacteria_2306.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002462_person549_bacteria_2307 + subject_id: person549 + split: train + image: images/Darwin_00002462_person549_bacteria_2307.png + label: labels/Darwin_00002462_person549_bacteria_2307.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002463_person550_bacteria_2308 + subject_id: person550 + split: val + image: images/Darwin_00002463_person550_bacteria_2308.png + label: labels/Darwin_00002463_person550_bacteria_2308.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002464_person550_bacteria_2309 + subject_id: person550 + split: val + image: images/Darwin_00002464_person550_bacteria_2309.png + label: labels/Darwin_00002464_person550_bacteria_2309.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002465_person551_bacteria_2310 + subject_id: person551 + split: train + image: images/Darwin_00002465_person551_bacteria_2310.png + label: labels/Darwin_00002465_person551_bacteria_2310.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002466_person551_bacteria_2311 + subject_id: person551 + split: train + image: images/Darwin_00002466_person551_bacteria_2311.png + label: labels/Darwin_00002466_person551_bacteria_2311.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002467_person552_bacteria_2313 + subject_id: person552 + split: test + image: images/Darwin_00002467_person552_bacteria_2313.png + label: labels/Darwin_00002467_person552_bacteria_2313.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002468_person552_bacteria_2315 + subject_id: person552 + split: test + image: images/Darwin_00002468_person552_bacteria_2315.png + label: labels/Darwin_00002468_person552_bacteria_2315.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002469_person553_bacteria_2316 + subject_id: person553 + split: train + image: images/Darwin_00002469_person553_bacteria_2316.png + label: labels/Darwin_00002469_person553_bacteria_2316.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002470_person553_bacteria_2317 + subject_id: person553 + split: train + image: images/Darwin_00002470_person553_bacteria_2317.png + label: labels/Darwin_00002470_person553_bacteria_2317.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002471_person554_bacteria_2320 + subject_id: person554 + split: train + image: images/Darwin_00002471_person554_bacteria_2320.png + label: labels/Darwin_00002471_person554_bacteria_2320.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002472_person554_bacteria_2321 + subject_id: person554 + split: train + image: images/Darwin_00002472_person554_bacteria_2321.png + label: labels/Darwin_00002472_person554_bacteria_2321.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002473_person554_bacteria_2322 + subject_id: person554 + split: train + image: images/Darwin_00002473_person554_bacteria_2322.png + label: labels/Darwin_00002473_person554_bacteria_2322.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002474_person554_bacteria_2323 + subject_id: person554 + split: train + image: images/Darwin_00002474_person554_bacteria_2323.png + label: labels/Darwin_00002474_person554_bacteria_2323.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002475_person555_bacteria_2325 + subject_id: person555 + split: train + image: images/Darwin_00002475_person555_bacteria_2325.png + label: labels/Darwin_00002475_person555_bacteria_2325.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002476_person556_bacteria_2326 + subject_id: person556 + split: val + image: images/Darwin_00002476_person556_bacteria_2326.png + label: labels/Darwin_00002476_person556_bacteria_2326.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002477_person557_bacteria_2327 + subject_id: person557 + split: train + image: images/Darwin_00002477_person557_bacteria_2327.png + label: labels/Darwin_00002477_person557_bacteria_2327.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002478_person558_bacteria_2328 + subject_id: person558 + split: train + image: images/Darwin_00002478_person558_bacteria_2328.png + label: labels/Darwin_00002478_person558_bacteria_2328.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002479_person559_bacteria_2329 + subject_id: person559 + split: train + image: images/Darwin_00002479_person559_bacteria_2329.png + label: labels/Darwin_00002479_person559_bacteria_2329.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002480_person560_bacteria_2330 + subject_id: person560 + split: test + image: images/Darwin_00002480_person560_bacteria_2330.png + label: labels/Darwin_00002480_person560_bacteria_2330.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002481_person561_bacteria_2331 + subject_id: person561 + split: test + image: images/Darwin_00002481_person561_bacteria_2331.png + label: labels/Darwin_00002481_person561_bacteria_2331.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002482_person562_bacteria_2332 + subject_id: person562 + split: train + image: images/Darwin_00002482_person562_bacteria_2332.png + label: labels/Darwin_00002482_person562_bacteria_2332.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002484_person563_bacteria_2334 + subject_id: person563 + split: train + image: images/Darwin_00002484_person563_bacteria_2334.png + label: labels/Darwin_00002484_person563_bacteria_2334.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002485_person563_bacteria_2335 + subject_id: person563 + split: train + image: images/Darwin_00002485_person563_bacteria_2335.png + label: labels/Darwin_00002485_person563_bacteria_2335.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002486_person563_bacteria_2336 + subject_id: person563 + split: train + image: images/Darwin_00002486_person563_bacteria_2336.png + label: labels/Darwin_00002486_person563_bacteria_2336.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002487_person563_bacteria_2337 + subject_id: person563 + split: train + image: images/Darwin_00002487_person563_bacteria_2337.png + label: labels/Darwin_00002487_person563_bacteria_2337.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002488_person563_bacteria_2338 + subject_id: person563 + split: train + image: images/Darwin_00002488_person563_bacteria_2338.png + label: labels/Darwin_00002488_person563_bacteria_2338.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002489_person563_bacteria_2339 + subject_id: person563 + split: train + image: images/Darwin_00002489_person563_bacteria_2339.png + label: labels/Darwin_00002489_person563_bacteria_2339.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002490_person563_bacteria_2340 + subject_id: person563 + split: train + image: images/Darwin_00002490_person563_bacteria_2340.png + label: labels/Darwin_00002490_person563_bacteria_2340.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002491_person564_bacteria_2342 + subject_id: person564 + split: train + image: images/Darwin_00002491_person564_bacteria_2342.png + label: labels/Darwin_00002491_person564_bacteria_2342.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002492_person564_bacteria_2343 + subject_id: person564 + split: train + image: images/Darwin_00002492_person564_bacteria_2343.png + label: labels/Darwin_00002492_person564_bacteria_2343.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002493_person564_bacteria_2344 + subject_id: person564 + split: train + image: images/Darwin_00002493_person564_bacteria_2344.png + label: labels/Darwin_00002493_person564_bacteria_2344.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002494_person564_bacteria_2345 + subject_id: person564 + split: train + image: images/Darwin_00002494_person564_bacteria_2345.png + label: labels/Darwin_00002494_person564_bacteria_2345.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002495_person564_bacteria_2346 + subject_id: person564 + split: train + image: images/Darwin_00002495_person564_bacteria_2346.png + label: labels/Darwin_00002495_person564_bacteria_2346.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002496_person564_bacteria_2347 + subject_id: person564 + split: train + image: images/Darwin_00002496_person564_bacteria_2347.png + label: labels/Darwin_00002496_person564_bacteria_2347.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002498_person566_bacteria_2351 + subject_id: person566 + split: train + image: images/Darwin_00002498_person566_bacteria_2351.png + label: labels/Darwin_00002498_person566_bacteria_2351.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002499_person567_bacteria_2352 + subject_id: person567 + split: train + image: images/Darwin_00002499_person567_bacteria_2352.png + label: labels/Darwin_00002499_person567_bacteria_2352.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002500_person567_bacteria_2353 + subject_id: person567 + split: train + image: images/Darwin_00002500_person567_bacteria_2353.png + label: labels/Darwin_00002500_person567_bacteria_2353.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002501_person567_bacteria_2354 + subject_id: person567 + split: train + image: images/Darwin_00002501_person567_bacteria_2354.png + label: labels/Darwin_00002501_person567_bacteria_2354.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002502_person568_bacteria_2358 + subject_id: person568 + split: train + image: images/Darwin_00002502_person568_bacteria_2358.png + label: labels/Darwin_00002502_person568_bacteria_2358.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002503_person568_bacteria_2359 + subject_id: person568 + split: train + image: images/Darwin_00002503_person568_bacteria_2359.png + label: labels/Darwin_00002503_person568_bacteria_2359.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002505_person569_bacteria_2362 + subject_id: person569 + split: train + image: images/Darwin_00002505_person569_bacteria_2362.png + label: labels/Darwin_00002505_person569_bacteria_2362.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002506_person569_bacteria_2363 + subject_id: person569 + split: train + image: images/Darwin_00002506_person569_bacteria_2363.png + label: labels/Darwin_00002506_person569_bacteria_2363.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002507_person569_bacteria_2364 + subject_id: person569 + split: train + image: images/Darwin_00002507_person569_bacteria_2364.png + label: labels/Darwin_00002507_person569_bacteria_2364.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002508_person570_bacteria_2365 + subject_id: person570 + split: train + image: images/Darwin_00002508_person570_bacteria_2365.png + label: labels/Darwin_00002508_person570_bacteria_2365.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002509_person571_bacteria_2367 + subject_id: person571 + split: train + image: images/Darwin_00002509_person571_bacteria_2367.png + label: labels/Darwin_00002509_person571_bacteria_2367.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002510_person572_bacteria_2368 + subject_id: person572 + split: train + image: images/Darwin_00002510_person572_bacteria_2368.png + label: labels/Darwin_00002510_person572_bacteria_2368.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002511_person573_bacteria_2369 + subject_id: person573 + split: train + image: images/Darwin_00002511_person573_bacteria_2369.png + label: labels/Darwin_00002511_person573_bacteria_2369.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002512_person574_bacteria_2370 + subject_id: person574 + split: train + image: images/Darwin_00002512_person574_bacteria_2370.png + label: labels/Darwin_00002512_person574_bacteria_2370.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002513_person574_bacteria_2371 + subject_id: person574 + split: train + image: images/Darwin_00002513_person574_bacteria_2371.png + label: labels/Darwin_00002513_person574_bacteria_2371.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002514_person574_bacteria_2372 + subject_id: person574 + split: train + image: images/Darwin_00002514_person574_bacteria_2372.png + label: labels/Darwin_00002514_person574_bacteria_2372.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002515_person574_bacteria_2373 + subject_id: person574 + split: train + image: images/Darwin_00002515_person574_bacteria_2373.png + label: labels/Darwin_00002515_person574_bacteria_2373.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002516_person575_bacteria_2374 + subject_id: person575 + split: train + image: images/Darwin_00002516_person575_bacteria_2374.png + label: labels/Darwin_00002516_person575_bacteria_2374.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002517_person576_bacteria_2375 + subject_id: person576 + split: train + image: images/Darwin_00002517_person576_bacteria_2375.png + label: labels/Darwin_00002517_person576_bacteria_2375.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002518_person576_bacteria_2376 + subject_id: person576 + split: train + image: images/Darwin_00002518_person576_bacteria_2376.png + label: labels/Darwin_00002518_person576_bacteria_2376.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002519_person577_bacteria_2378 + subject_id: person577 + split: train + image: images/Darwin_00002519_person577_bacteria_2378.png + label: labels/Darwin_00002519_person577_bacteria_2378.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002520_person578_bacteria_2379 + subject_id: person578 + split: val + image: images/Darwin_00002520_person578_bacteria_2379.png + label: labels/Darwin_00002520_person578_bacteria_2379.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002521_person579_bacteria_2381 + subject_id: person579 + split: test + image: images/Darwin_00002521_person579_bacteria_2381.png + label: labels/Darwin_00002521_person579_bacteria_2381.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002523_person579_bacteria_2383 + subject_id: person579 + split: test + image: images/Darwin_00002523_person579_bacteria_2383.png + label: labels/Darwin_00002523_person579_bacteria_2383.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002526_person580_bacteria_2387 + subject_id: person580 + split: train + image: images/Darwin_00002526_person580_bacteria_2387.png + label: labels/Darwin_00002526_person580_bacteria_2387.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002527_person580_bacteria_2388 + subject_id: person580 + split: train + image: images/Darwin_00002527_person580_bacteria_2388.png + label: labels/Darwin_00002527_person580_bacteria_2388.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002528_person580_bacteria_2389 + subject_id: person580 + split: train + image: images/Darwin_00002528_person580_bacteria_2389.png + label: labels/Darwin_00002528_person580_bacteria_2389.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002529_person581_bacteria_2390 + subject_id: person581 + split: train + image: images/Darwin_00002529_person581_bacteria_2390.png + label: labels/Darwin_00002529_person581_bacteria_2390.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002530_person581_bacteria_2392 + subject_id: person581 + split: train + image: images/Darwin_00002530_person581_bacteria_2392.png + label: labels/Darwin_00002530_person581_bacteria_2392.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002531_person581_bacteria_2393 + subject_id: person581 + split: train + image: images/Darwin_00002531_person581_bacteria_2393.png + label: labels/Darwin_00002531_person581_bacteria_2393.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002532_person581_bacteria_2394 + subject_id: person581 + split: train + image: images/Darwin_00002532_person581_bacteria_2394.png + label: labels/Darwin_00002532_person581_bacteria_2394.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002533_person581_bacteria_2395 + subject_id: person581 + split: train + image: images/Darwin_00002533_person581_bacteria_2395.png + label: labels/Darwin_00002533_person581_bacteria_2395.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002534_person581_bacteria_2400 + subject_id: person581 + split: train + image: images/Darwin_00002534_person581_bacteria_2400.png + label: labels/Darwin_00002534_person581_bacteria_2400.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002535_person582_bacteria_2403 + subject_id: person582 + split: train + image: images/Darwin_00002535_person582_bacteria_2403.png + label: labels/Darwin_00002535_person582_bacteria_2403.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002536_person582_bacteria_2404 + subject_id: person582 + split: train + image: images/Darwin_00002536_person582_bacteria_2404.png + label: labels/Darwin_00002536_person582_bacteria_2404.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002537_person582_bacteria_2405 + subject_id: person582 + split: train + image: images/Darwin_00002537_person582_bacteria_2405.png + label: labels/Darwin_00002537_person582_bacteria_2405.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002538_person583_bacteria_2406 + subject_id: person583 + split: train + image: images/Darwin_00002538_person583_bacteria_2406.png + label: labels/Darwin_00002538_person583_bacteria_2406.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002539_person583_bacteria_2408 + subject_id: person583 + split: train + image: images/Darwin_00002539_person583_bacteria_2408.png + label: labels/Darwin_00002539_person583_bacteria_2408.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002540_person583_bacteria_2409 + subject_id: person583 + split: train + image: images/Darwin_00002540_person583_bacteria_2409.png + label: labels/Darwin_00002540_person583_bacteria_2409.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002541_person585_bacteria_2411 + subject_id: person585 + split: train + image: images/Darwin_00002541_person585_bacteria_2411.png + label: labels/Darwin_00002541_person585_bacteria_2411.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002542_person585_bacteria_2412 + subject_id: person585 + split: train + image: images/Darwin_00002542_person585_bacteria_2412.png + label: labels/Darwin_00002542_person585_bacteria_2412.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002543_person585_bacteria_2413 + subject_id: person585 + split: train + image: images/Darwin_00002543_person585_bacteria_2413.png + label: labels/Darwin_00002543_person585_bacteria_2413.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002544_person585_bacteria_2414 + subject_id: person585 + split: train + image: images/Darwin_00002544_person585_bacteria_2414.png + label: labels/Darwin_00002544_person585_bacteria_2414.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002545_person585_bacteria_2415 + subject_id: person585 + split: train + image: images/Darwin_00002545_person585_bacteria_2415.png + label: labels/Darwin_00002545_person585_bacteria_2415.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002546_person585_bacteria_2416 + subject_id: person585 + split: train + image: images/Darwin_00002546_person585_bacteria_2416.png + label: labels/Darwin_00002546_person585_bacteria_2416.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002547_person586_bacteria_2417 + subject_id: person586 + split: train + image: images/Darwin_00002547_person586_bacteria_2417.png + label: labels/Darwin_00002547_person586_bacteria_2417.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002548_person586_bacteria_2418 + subject_id: person586 + split: train + image: images/Darwin_00002548_person586_bacteria_2418.png + label: labels/Darwin_00002548_person586_bacteria_2418.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002549_person586_bacteria_2420 + subject_id: person586 + split: train + image: images/Darwin_00002549_person586_bacteria_2420.png + label: labels/Darwin_00002549_person586_bacteria_2420.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002550_person587_bacteria_2421 + subject_id: person587 + split: test + image: images/Darwin_00002550_person587_bacteria_2421.png + label: labels/Darwin_00002550_person587_bacteria_2421.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002551_person588_bacteria_2422 + subject_id: person588 + split: train + image: images/Darwin_00002551_person588_bacteria_2422.png + label: labels/Darwin_00002551_person588_bacteria_2422.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002552_person588_bacteria_2423 + subject_id: person588 + split: train + image: images/Darwin_00002552_person588_bacteria_2423.png + label: labels/Darwin_00002552_person588_bacteria_2423.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002553_person589_bacteria_2424 + subject_id: person589 + split: val + image: images/Darwin_00002553_person589_bacteria_2424.png + label: labels/Darwin_00002553_person589_bacteria_2424.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002555_person590_bacteria_2428 + subject_id: person590 + split: train + image: images/Darwin_00002555_person590_bacteria_2428.png + label: labels/Darwin_00002555_person590_bacteria_2428.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002556_person591_bacteria_2429 + subject_id: person591 + split: train + image: images/Darwin_00002556_person591_bacteria_2429.png + label: labels/Darwin_00002556_person591_bacteria_2429.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002557_person592_bacteria_2431 + subject_id: person592 + split: train + image: images/Darwin_00002557_person592_bacteria_2431.png + label: labels/Darwin_00002557_person592_bacteria_2431.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002559_person593_bacteria_2435 + subject_id: person593 + split: train + image: images/Darwin_00002559_person593_bacteria_2435.png + label: labels/Darwin_00002559_person593_bacteria_2435.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002560_person594_bacteria_2436 + subject_id: person594 + split: train + image: images/Darwin_00002560_person594_bacteria_2436.png + label: labels/Darwin_00002560_person594_bacteria_2436.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002561_person595_bacteria_2438 + subject_id: person595 + split: train + image: images/Darwin_00002561_person595_bacteria_2438.png + label: labels/Darwin_00002561_person595_bacteria_2438.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002562_person596_bacteria_2440 + subject_id: person596 + split: train + image: images/Darwin_00002562_person596_bacteria_2440.png + label: labels/Darwin_00002562_person596_bacteria_2440.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002563_person596_bacteria_2441 + subject_id: person596 + split: train + image: images/Darwin_00002563_person596_bacteria_2441.png + label: labels/Darwin_00002563_person596_bacteria_2441.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002564_person596_bacteria_2443 + subject_id: person596 + split: train + image: images/Darwin_00002564_person596_bacteria_2443.png + label: labels/Darwin_00002564_person596_bacteria_2443.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002565_person596_bacteria_2444 + subject_id: person596 + split: train + image: images/Darwin_00002565_person596_bacteria_2444.png + label: labels/Darwin_00002565_person596_bacteria_2444.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002566_person596_bacteria_2445 + subject_id: person596 + split: train + image: images/Darwin_00002566_person596_bacteria_2445.png + label: labels/Darwin_00002566_person596_bacteria_2445.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002567_person596_bacteria_2446 + subject_id: person596 + split: train + image: images/Darwin_00002567_person596_bacteria_2446.png + label: labels/Darwin_00002567_person596_bacteria_2446.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002568_person596_bacteria_2447 + subject_id: person596 + split: train + image: images/Darwin_00002568_person596_bacteria_2447.png + label: labels/Darwin_00002568_person596_bacteria_2447.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002569_person596_bacteria_2449 + subject_id: person596 + split: train + image: images/Darwin_00002569_person596_bacteria_2449.png + label: labels/Darwin_00002569_person596_bacteria_2449.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002570_person597_bacteria_2450 + subject_id: person597 + split: val + image: images/Darwin_00002570_person597_bacteria_2450.png + label: labels/Darwin_00002570_person597_bacteria_2450.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002571_person597_bacteria_2451 + subject_id: person597 + split: val + image: images/Darwin_00002571_person597_bacteria_2451.png + label: labels/Darwin_00002571_person597_bacteria_2451.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002574_person599_bacteria_2455 + subject_id: person599 + split: test + image: images/Darwin_00002574_person599_bacteria_2455.png + label: labels/Darwin_00002574_person599_bacteria_2455.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002575_person600_bacteria_2456 + subject_id: person600 + split: val + image: images/Darwin_00002575_person600_bacteria_2456.png + label: labels/Darwin_00002575_person600_bacteria_2456.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002576_person600_bacteria_2457 + subject_id: person600 + split: val + image: images/Darwin_00002576_person600_bacteria_2457.png + label: labels/Darwin_00002576_person600_bacteria_2457.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002577_person600_bacteria_2458 + subject_id: person600 + split: val + image: images/Darwin_00002577_person600_bacteria_2458.png + label: labels/Darwin_00002577_person600_bacteria_2458.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002578_person601_bacteria_2459 + subject_id: person601 + split: train + image: images/Darwin_00002578_person601_bacteria_2459.png + label: labels/Darwin_00002578_person601_bacteria_2459.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002579_person4_bacteria_14 + subject_id: person4 + split: test + image: images/Darwin_00002579_person4_bacteria_14.png + label: labels/Darwin_00002579_person4_bacteria_14.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002582_person45_bacteria_222 + subject_id: person45 + split: train + image: images/Darwin_00002582_person45_bacteria_222.png + label: labels/Darwin_00002582_person45_bacteria_222.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002583_person46_bacteria_224 + subject_id: person46 + split: train + image: images/Darwin_00002583_person46_bacteria_224.png + label: labels/Darwin_00002583_person46_bacteria_224.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002584_person46_bacteria_225 + subject_id: person46 + split: train + image: images/Darwin_00002584_person46_bacteria_225.png + label: labels/Darwin_00002584_person46_bacteria_225.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002585_person47_bacteria_229 + subject_id: person47 + split: test + image: images/Darwin_00002585_person47_bacteria_229.png + label: labels/Darwin_00002585_person47_bacteria_229.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002586_person48_bacteria_230 + subject_id: person48 + split: test + image: images/Darwin_00002586_person48_bacteria_230.png + label: labels/Darwin_00002586_person48_bacteria_230.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002587_person48_bacteria_231 + subject_id: person48 + split: test + image: images/Darwin_00002587_person48_bacteria_231.png + label: labels/Darwin_00002587_person48_bacteria_231.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002588_person48_bacteria_232 + subject_id: person48 + split: test + image: images/Darwin_00002588_person48_bacteria_232.png + label: labels/Darwin_00002588_person48_bacteria_232.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002589_person48_bacteria_233 + subject_id: person48 + split: test + image: images/Darwin_00002589_person48_bacteria_233.png + label: labels/Darwin_00002589_person48_bacteria_233.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002590_person49_bacteria_235 + subject_id: person49 + split: train + image: images/Darwin_00002590_person49_bacteria_235.png + label: labels/Darwin_00002590_person49_bacteria_235.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002591_person49_bacteria_236 + subject_id: person49 + split: train + image: images/Darwin_00002591_person49_bacteria_236.png + label: labels/Darwin_00002591_person49_bacteria_236.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002592_person49_bacteria_237 + subject_id: person49 + split: train + image: images/Darwin_00002592_person49_bacteria_237.png + label: labels/Darwin_00002592_person49_bacteria_237.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002593_person50_bacteria_238 + subject_id: person50 + split: test + image: images/Darwin_00002593_person50_bacteria_238.png + label: labels/Darwin_00002593_person50_bacteria_238.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002594_person51_bacteria_239 + subject_id: person51 + split: train + image: images/Darwin_00002594_person51_bacteria_239.png + label: labels/Darwin_00002594_person51_bacteria_239.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002595_person51_bacteria_240 + subject_id: person51 + split: train + image: images/Darwin_00002595_person51_bacteria_240.png + label: labels/Darwin_00002595_person51_bacteria_240.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002596_person51_bacteria_241 + subject_id: person51 + split: train + image: images/Darwin_00002596_person51_bacteria_241.png + label: labels/Darwin_00002596_person51_bacteria_241.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002597_person51_bacteria_242 + subject_id: person51 + split: train + image: images/Darwin_00002597_person51_bacteria_242.png + label: labels/Darwin_00002597_person51_bacteria_242.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002598_person51_bacteria_243 + subject_id: person51 + split: train + image: images/Darwin_00002598_person51_bacteria_243.png + label: labels/Darwin_00002598_person51_bacteria_243.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002599_person51_bacteria_244 + subject_id: person51 + split: train + image: images/Darwin_00002599_person51_bacteria_244.png + label: labels/Darwin_00002599_person51_bacteria_244.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002600_person51_bacteria_245 + subject_id: person51 + split: train + image: images/Darwin_00002600_person51_bacteria_245.png + label: labels/Darwin_00002600_person51_bacteria_245.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002601_person51_bacteria_246 + subject_id: person51 + split: train + image: images/Darwin_00002601_person51_bacteria_246.png + label: labels/Darwin_00002601_person51_bacteria_246.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002602_person51_bacteria_247 + subject_id: person51 + split: train + image: images/Darwin_00002602_person51_bacteria_247.png + label: labels/Darwin_00002602_person51_bacteria_247.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002603_person51_bacteria_248 + subject_id: person51 + split: train + image: images/Darwin_00002603_person51_bacteria_248.png + label: labels/Darwin_00002603_person51_bacteria_248.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002604_person460_bacteria_1958 + subject_id: person460 + split: train + image: images/Darwin_00002604_person460_bacteria_1958.png + label: labels/Darwin_00002604_person460_bacteria_1958.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002605_person461_bacteria_1960 + subject_id: person461 + split: val + image: images/Darwin_00002605_person461_bacteria_1960.png + label: labels/Darwin_00002605_person461_bacteria_1960.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002606_person462_bacteria_1961 + subject_id: person462 + split: train + image: images/Darwin_00002606_person462_bacteria_1961.png + label: labels/Darwin_00002606_person462_bacteria_1961.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002607_person462_bacteria_1963 + subject_id: person462 + split: train + image: images/Darwin_00002607_person462_bacteria_1963.png + label: labels/Darwin_00002607_person462_bacteria_1963.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002608_person462_bacteria_1967 + subject_id: person462 + split: train + image: images/Darwin_00002608_person462_bacteria_1967.png + label: labels/Darwin_00002608_person462_bacteria_1967.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002609_person462_bacteria_1968 + subject_id: person462 + split: train + image: images/Darwin_00002609_person462_bacteria_1968.png + label: labels/Darwin_00002609_person462_bacteria_1968.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002610_person463_bacteria_1971 + subject_id: person463 + split: train + image: images/Darwin_00002610_person463_bacteria_1971.png + label: labels/Darwin_00002610_person463_bacteria_1971.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002611_person464_bacteria_1974 + subject_id: person464 + split: val + image: images/Darwin_00002611_person464_bacteria_1974.png + label: labels/Darwin_00002611_person464_bacteria_1974.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002612_person464_bacteria_1975 + subject_id: person464 + split: val + image: images/Darwin_00002612_person464_bacteria_1975.png + label: labels/Darwin_00002612_person464_bacteria_1975.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002613_person465_bacteria_1976 + subject_id: person465 + split: train + image: images/Darwin_00002613_person465_bacteria_1976.png + label: labels/Darwin_00002613_person465_bacteria_1976.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002614_person465_bacteria_1977 + subject_id: person465 + split: train + image: images/Darwin_00002614_person465_bacteria_1977.png + label: labels/Darwin_00002614_person465_bacteria_1977.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002615_person465_bacteria_1979 + subject_id: person465 + split: train + image: images/Darwin_00002615_person465_bacteria_1979.png + label: labels/Darwin_00002615_person465_bacteria_1979.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002616_person465_bacteria_1980 + subject_id: person465 + split: train + image: images/Darwin_00002616_person465_bacteria_1980.png + label: labels/Darwin_00002616_person465_bacteria_1980.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002617_person465_bacteria_1981 + subject_id: person465 + split: train + image: images/Darwin_00002617_person465_bacteria_1981.png + label: labels/Darwin_00002617_person465_bacteria_1981.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002618_person465_bacteria_1982 + subject_id: person465 + split: train + image: images/Darwin_00002618_person465_bacteria_1982.png + label: labels/Darwin_00002618_person465_bacteria_1982.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002621_person466_bacteria_1986 + subject_id: person466 + split: train + image: images/Darwin_00002621_person466_bacteria_1986.png + label: labels/Darwin_00002621_person466_bacteria_1986.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002622_person466_bacteria_1987 + subject_id: person466 + split: train + image: images/Darwin_00002622_person466_bacteria_1987.png + label: labels/Darwin_00002622_person466_bacteria_1987.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002623_person467_bacteria_1988 + subject_id: person467 + split: train + image: images/Darwin_00002623_person467_bacteria_1988.png + label: labels/Darwin_00002623_person467_bacteria_1988.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002624_person467_bacteria_1989 + subject_id: person467 + split: train + image: images/Darwin_00002624_person467_bacteria_1989.png + label: labels/Darwin_00002624_person467_bacteria_1989.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002625_person468_bacteria_1990 + subject_id: person468 + split: train + image: images/Darwin_00002625_person468_bacteria_1990.png + label: labels/Darwin_00002625_person468_bacteria_1990.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002626_person468_bacteria_1991 + subject_id: person468 + split: train + image: images/Darwin_00002626_person468_bacteria_1991.png + label: labels/Darwin_00002626_person468_bacteria_1991.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002627_person469_bacteria_1992 + subject_id: person469 + split: test + image: images/Darwin_00002627_person469_bacteria_1992.png + label: labels/Darwin_00002627_person469_bacteria_1992.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002628_person469_bacteria_1993 + subject_id: person469 + split: test + image: images/Darwin_00002628_person469_bacteria_1993.png + label: labels/Darwin_00002628_person469_bacteria_1993.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002629_person469_bacteria_1994 + subject_id: person469 + split: test + image: images/Darwin_00002629_person469_bacteria_1994.png + label: labels/Darwin_00002629_person469_bacteria_1994.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002630_person469_bacteria_1995 + subject_id: person469 + split: test + image: images/Darwin_00002630_person469_bacteria_1995.png + label: labels/Darwin_00002630_person469_bacteria_1995.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002631_person470_bacteria_1996 + subject_id: person470 + split: train + image: images/Darwin_00002631_person470_bacteria_1996.png + label: labels/Darwin_00002631_person470_bacteria_1996.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002632_person470_bacteria_1998 + subject_id: person470 + split: train + image: images/Darwin_00002632_person470_bacteria_1998.png + label: labels/Darwin_00002632_person470_bacteria_1998.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002633_person470_bacteria_1999 + subject_id: person470 + split: train + image: images/Darwin_00002633_person470_bacteria_1999.png + label: labels/Darwin_00002633_person470_bacteria_1999.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002634_person470_bacteria_2000 + subject_id: person470 + split: train + image: images/Darwin_00002634_person470_bacteria_2000.png + label: labels/Darwin_00002634_person470_bacteria_2000.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002635_person470_bacteria_2001 + subject_id: person470 + split: train + image: images/Darwin_00002635_person470_bacteria_2001.png + label: labels/Darwin_00002635_person470_bacteria_2001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002636_person470_bacteria_2002 + subject_id: person470 + split: train + image: images/Darwin_00002636_person470_bacteria_2002.png + label: labels/Darwin_00002636_person470_bacteria_2002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002637_person470_bacteria_2003 + subject_id: person470 + split: train + image: images/Darwin_00002637_person470_bacteria_2003.png + label: labels/Darwin_00002637_person470_bacteria_2003.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002638_person471_bacteria_2004 + subject_id: person471 + split: train + image: images/Darwin_00002638_person471_bacteria_2004.png + label: labels/Darwin_00002638_person471_bacteria_2004.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002639_person471_bacteria_2005 + subject_id: person471 + split: train + image: images/Darwin_00002639_person471_bacteria_2005.png + label: labels/Darwin_00002639_person471_bacteria_2005.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002640_person471_bacteria_2006 + subject_id: person471 + split: train + image: images/Darwin_00002640_person471_bacteria_2006.png + label: labels/Darwin_00002640_person471_bacteria_2006.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002641_person472_bacteria_2007 + subject_id: person472 + split: train + image: images/Darwin_00002641_person472_bacteria_2007.png + label: labels/Darwin_00002641_person472_bacteria_2007.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002642_person472_bacteria_2008 + subject_id: person472 + split: train + image: images/Darwin_00002642_person472_bacteria_2008.png + label: labels/Darwin_00002642_person472_bacteria_2008.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002643_person472_bacteria_2010 + subject_id: person472 + split: train + image: images/Darwin_00002643_person472_bacteria_2010.png + label: labels/Darwin_00002643_person472_bacteria_2010.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002644_person472_bacteria_2014 + subject_id: person472 + split: train + image: images/Darwin_00002644_person472_bacteria_2014.png + label: labels/Darwin_00002644_person472_bacteria_2014.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002645_person472_bacteria_2015 + subject_id: person472 + split: train + image: images/Darwin_00002645_person472_bacteria_2015.png + label: labels/Darwin_00002645_person472_bacteria_2015.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002646_person473_bacteria_2018 + subject_id: person473 + split: train + image: images/Darwin_00002646_person473_bacteria_2018.png + label: labels/Darwin_00002646_person473_bacteria_2018.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002647_person475_bacteria_2020 + subject_id: person475 + split: val + image: images/Darwin_00002647_person475_bacteria_2020.png + label: labels/Darwin_00002647_person475_bacteria_2020.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002648_person475_bacteria_2021 + subject_id: person475 + split: val + image: images/Darwin_00002648_person475_bacteria_2021.png + label: labels/Darwin_00002648_person475_bacteria_2021.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002649_person475_bacteria_2022 + subject_id: person475 + split: val + image: images/Darwin_00002649_person475_bacteria_2022.png + label: labels/Darwin_00002649_person475_bacteria_2022.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002650_person475_bacteria_2023 + subject_id: person475 + split: val + image: images/Darwin_00002650_person475_bacteria_2023.png + label: labels/Darwin_00002650_person475_bacteria_2023.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002651_person475_bacteria_2024 + subject_id: person475 + split: val + image: images/Darwin_00002651_person475_bacteria_2024.png + label: labels/Darwin_00002651_person475_bacteria_2024.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002652_person475_bacteria_2025 + subject_id: person475 + split: val + image: images/Darwin_00002652_person475_bacteria_2025.png + label: labels/Darwin_00002652_person475_bacteria_2025.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002653_person476_bacteria_2026 + subject_id: person476 + split: train + image: images/Darwin_00002653_person476_bacteria_2026.png + label: labels/Darwin_00002653_person476_bacteria_2026.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002654_person477_bacteria_2028 + subject_id: person477 + split: train + image: images/Darwin_00002654_person477_bacteria_2028.png + label: labels/Darwin_00002654_person477_bacteria_2028.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002655_person477_bacteria_2029 + subject_id: person477 + split: train + image: images/Darwin_00002655_person477_bacteria_2029.png + label: labels/Darwin_00002655_person477_bacteria_2029.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002656_person477_bacteria_2030 + subject_id: person477 + split: train + image: images/Darwin_00002656_person477_bacteria_2030.png + label: labels/Darwin_00002656_person477_bacteria_2030.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002657_person477_bacteria_2031 + subject_id: person477 + split: train + image: images/Darwin_00002657_person477_bacteria_2031.png + label: labels/Darwin_00002657_person477_bacteria_2031.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002658_person478_bacteria_2032 + subject_id: person478 + split: train + image: images/Darwin_00002658_person478_bacteria_2032.png + label: labels/Darwin_00002658_person478_bacteria_2032.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002659_person478_bacteria_2035 + subject_id: person478 + split: train + image: images/Darwin_00002659_person478_bacteria_2035.png + label: labels/Darwin_00002659_person478_bacteria_2035.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002660_person480_bacteria_2038 + subject_id: person480 + split: train + image: images/Darwin_00002660_person480_bacteria_2038.png + label: labels/Darwin_00002660_person480_bacteria_2038.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002661_person480_bacteria_2039 + subject_id: person480 + split: train + image: images/Darwin_00002661_person480_bacteria_2039.png + label: labels/Darwin_00002661_person480_bacteria_2039.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002662_person480_bacteria_2040 + subject_id: person480 + split: train + image: images/Darwin_00002662_person480_bacteria_2040.png + label: labels/Darwin_00002662_person480_bacteria_2040.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002663_person481_bacteria_2041 + subject_id: person481 + split: train + image: images/Darwin_00002663_person481_bacteria_2041.png + label: labels/Darwin_00002663_person481_bacteria_2041.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002664_person481_bacteria_2042 + subject_id: person481 + split: train + image: images/Darwin_00002664_person481_bacteria_2042.png + label: labels/Darwin_00002664_person481_bacteria_2042.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002665_person482_bacteria_2043 + subject_id: person482 + split: train + image: images/Darwin_00002665_person482_bacteria_2043.png + label: labels/Darwin_00002665_person482_bacteria_2043.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002666_person482_bacteria_2044 + subject_id: person482 + split: train + image: images/Darwin_00002666_person482_bacteria_2044.png + label: labels/Darwin_00002666_person482_bacteria_2044.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002667_person482_bacteria_2045 + subject_id: person482 + split: train + image: images/Darwin_00002667_person482_bacteria_2045.png + label: labels/Darwin_00002667_person482_bacteria_2045.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002668_person483_bacteria_2046 + subject_id: person483 + split: train + image: images/Darwin_00002668_person483_bacteria_2046.png + label: labels/Darwin_00002668_person483_bacteria_2046.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002669_person485_bacteria_2049 + subject_id: person485 + split: train + image: images/Darwin_00002669_person485_bacteria_2049.png + label: labels/Darwin_00002669_person485_bacteria_2049.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002670_person486_bacteria_2051 + subject_id: person486 + split: train + image: images/Darwin_00002670_person486_bacteria_2051.png + label: labels/Darwin_00002670_person486_bacteria_2051.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002671_person486_bacteria_2052 + subject_id: person486 + split: train + image: images/Darwin_00002671_person486_bacteria_2052.png + label: labels/Darwin_00002671_person486_bacteria_2052.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002672_person486_bacteria_2053 + subject_id: person486 + split: train + image: images/Darwin_00002672_person486_bacteria_2053.png + label: labels/Darwin_00002672_person486_bacteria_2053.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002673_person486_bacteria_2054 + subject_id: person486 + split: train + image: images/Darwin_00002673_person486_bacteria_2054.png + label: labels/Darwin_00002673_person486_bacteria_2054.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002674_person487_bacteria_2055 + subject_id: person487 + split: train + image: images/Darwin_00002674_person487_bacteria_2055.png + label: labels/Darwin_00002674_person487_bacteria_2055.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002675_person487_bacteria_2056 + subject_id: person487 + split: train + image: images/Darwin_00002675_person487_bacteria_2056.png + label: labels/Darwin_00002675_person487_bacteria_2056.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002676_person487_bacteria_2057 + subject_id: person487 + split: train + image: images/Darwin_00002676_person487_bacteria_2057.png + label: labels/Darwin_00002676_person487_bacteria_2057.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002677_person487_bacteria_2058 + subject_id: person487 + split: train + image: images/Darwin_00002677_person487_bacteria_2058.png + label: labels/Darwin_00002677_person487_bacteria_2058.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002678_person487_bacteria_2059 + subject_id: person487 + split: train + image: images/Darwin_00002678_person487_bacteria_2059.png + label: labels/Darwin_00002678_person487_bacteria_2059.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002679_person487_bacteria_2060 + subject_id: person487 + split: train + image: images/Darwin_00002679_person487_bacteria_2060.png + label: labels/Darwin_00002679_person487_bacteria_2060.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002680_person488_bacteria_2061 + subject_id: person488 + split: train + image: images/Darwin_00002680_person488_bacteria_2061.png + label: labels/Darwin_00002680_person488_bacteria_2061.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002681_person488_bacteria_2062 + subject_id: person488 + split: train + image: images/Darwin_00002681_person488_bacteria_2062.png + label: labels/Darwin_00002681_person488_bacteria_2062.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002682_person489_bacteria_2063 + subject_id: person489 + split: train + image: images/Darwin_00002682_person489_bacteria_2063.png + label: labels/Darwin_00002682_person489_bacteria_2063.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002683_person489_bacteria_2064 + subject_id: person489 + split: train + image: images/Darwin_00002683_person489_bacteria_2064.png + label: labels/Darwin_00002683_person489_bacteria_2064.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002684_person489_bacteria_2065 + subject_id: person489 + split: train + image: images/Darwin_00002684_person489_bacteria_2065.png + label: labels/Darwin_00002684_person489_bacteria_2065.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002685_person489_bacteria_2066 + subject_id: person489 + split: train + image: images/Darwin_00002685_person489_bacteria_2066.png + label: labels/Darwin_00002685_person489_bacteria_2066.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002686_person489_bacteria_2067 + subject_id: person489 + split: train + image: images/Darwin_00002686_person489_bacteria_2067.png + label: labels/Darwin_00002686_person489_bacteria_2067.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002687_person490_bacteria_2068 + subject_id: person490 + split: train + image: images/Darwin_00002687_person490_bacteria_2068.png + label: labels/Darwin_00002687_person490_bacteria_2068.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002688_person490_bacteria_2069 + subject_id: person490 + split: train + image: images/Darwin_00002688_person490_bacteria_2069.png + label: labels/Darwin_00002688_person490_bacteria_2069.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002689_person490_bacteria_2070 + subject_id: person490 + split: train + image: images/Darwin_00002689_person490_bacteria_2070.png + label: labels/Darwin_00002689_person490_bacteria_2070.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002690_person491_bacteria_2071 + subject_id: person491 + split: train + image: images/Darwin_00002690_person491_bacteria_2071.png + label: labels/Darwin_00002690_person491_bacteria_2071.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002691_person491_bacteria_2073 + subject_id: person491 + split: train + image: images/Darwin_00002691_person491_bacteria_2073.png + label: labels/Darwin_00002691_person491_bacteria_2073.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002692_person491_bacteria_2075 + subject_id: person491 + split: train + image: images/Darwin_00002692_person491_bacteria_2075.png + label: labels/Darwin_00002692_person491_bacteria_2075.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002693_person491_bacteria_2080 + subject_id: person491 + split: train + image: images/Darwin_00002693_person491_bacteria_2080.png + label: labels/Darwin_00002693_person491_bacteria_2080.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002694_person491_bacteria_2081 + subject_id: person491 + split: train + image: images/Darwin_00002694_person491_bacteria_2081.png + label: labels/Darwin_00002694_person491_bacteria_2081.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002695_person491_bacteria_2082 + subject_id: person491 + split: train + image: images/Darwin_00002695_person491_bacteria_2082.png + label: labels/Darwin_00002695_person491_bacteria_2082.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002696_person492_bacteria_2083 + subject_id: person492 + split: train + image: images/Darwin_00002696_person492_bacteria_2083.png + label: labels/Darwin_00002696_person492_bacteria_2083.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002697_person492_bacteria_2084 + subject_id: person492 + split: train + image: images/Darwin_00002697_person492_bacteria_2084.png + label: labels/Darwin_00002697_person492_bacteria_2084.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002698_person492_bacteria_2085 + subject_id: person492 + split: train + image: images/Darwin_00002698_person492_bacteria_2085.png + label: labels/Darwin_00002698_person492_bacteria_2085.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002699_person493_bacteria_2086 + subject_id: person493 + split: train + image: images/Darwin_00002699_person493_bacteria_2086.png + label: labels/Darwin_00002699_person493_bacteria_2086.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002700_person493_bacteria_2087 + subject_id: person493 + split: train + image: images/Darwin_00002700_person493_bacteria_2087.png + label: labels/Darwin_00002700_person493_bacteria_2087.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002701_person494_bacteria_2088 + subject_id: person494 + split: train + image: images/Darwin_00002701_person494_bacteria_2088.png + label: labels/Darwin_00002701_person494_bacteria_2088.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002702_person494_bacteria_2089 + subject_id: person494 + split: train + image: images/Darwin_00002702_person494_bacteria_2089.png + label: labels/Darwin_00002702_person494_bacteria_2089.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002703_person494_bacteria_2090 + subject_id: person494 + split: train + image: images/Darwin_00002703_person494_bacteria_2090.png + label: labels/Darwin_00002703_person494_bacteria_2090.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002705_person496_bacteria_2095 + subject_id: person496 + split: train + image: images/Darwin_00002705_person496_bacteria_2095.png + label: labels/Darwin_00002705_person496_bacteria_2095.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002706_person498_bacteria_2100 + subject_id: person498 + split: val + image: images/Darwin_00002706_person498_bacteria_2100.png + label: labels/Darwin_00002706_person498_bacteria_2100.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002707_person498_bacteria_2101 + subject_id: person498 + split: val + image: images/Darwin_00002707_person498_bacteria_2101.png + label: labels/Darwin_00002707_person498_bacteria_2101.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002708_person498_bacteria_2102 + subject_id: person498 + split: val + image: images/Darwin_00002708_person498_bacteria_2102.png + label: labels/Darwin_00002708_person498_bacteria_2102.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002709_person499_bacteria_2103 + subject_id: person499 + split: train + image: images/Darwin_00002709_person499_bacteria_2103.png + label: labels/Darwin_00002709_person499_bacteria_2103.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002710_person499_bacteria_2104 + subject_id: person499 + split: train + image: images/Darwin_00002710_person499_bacteria_2104.png + label: labels/Darwin_00002710_person499_bacteria_2104.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002711_person500_bacteria_2105 + subject_id: person500 + split: val + image: images/Darwin_00002711_person500_bacteria_2105.png + label: labels/Darwin_00002711_person500_bacteria_2105.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002712_person500_bacteria_2106 + subject_id: person500 + split: val + image: images/Darwin_00002712_person500_bacteria_2106.png + label: labels/Darwin_00002712_person500_bacteria_2106.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002714_person500_bacteria_2108 + subject_id: person500 + split: val + image: images/Darwin_00002714_person500_bacteria_2108.png + label: labels/Darwin_00002714_person500_bacteria_2108.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002715_person500_bacteria_2109 + subject_id: person500 + split: val + image: images/Darwin_00002715_person500_bacteria_2109.png + label: labels/Darwin_00002715_person500_bacteria_2109.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002716_person500_bacteria_2110 + subject_id: person500 + split: val + image: images/Darwin_00002716_person500_bacteria_2110.png + label: labels/Darwin_00002716_person500_bacteria_2110.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002717_person500_bacteria_2111 + subject_id: person500 + split: val + image: images/Darwin_00002717_person500_bacteria_2111.png + label: labels/Darwin_00002717_person500_bacteria_2111.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002718_person501_bacteria_2112 + subject_id: person501 + split: train + image: images/Darwin_00002718_person501_bacteria_2112.png + label: labels/Darwin_00002718_person501_bacteria_2112.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002719_person501_bacteria_2113 + subject_id: person501 + split: train + image: images/Darwin_00002719_person501_bacteria_2113.png + label: labels/Darwin_00002719_person501_bacteria_2113.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002720_person501_bacteria_2114 + subject_id: person501 + split: train + image: images/Darwin_00002720_person501_bacteria_2114.png + label: labels/Darwin_00002720_person501_bacteria_2114.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002721_person501_bacteria_2115 + subject_id: person501 + split: train + image: images/Darwin_00002721_person501_bacteria_2115.png + label: labels/Darwin_00002721_person501_bacteria_2115.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002722_person501_bacteria_2116 + subject_id: person501 + split: train + image: images/Darwin_00002722_person501_bacteria_2116.png + label: labels/Darwin_00002722_person501_bacteria_2116.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002723_person502_bacteria_2117 + subject_id: person502 + split: train + image: images/Darwin_00002723_person502_bacteria_2117.png + label: labels/Darwin_00002723_person502_bacteria_2117.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002724_person502_bacteria_2118 + subject_id: person502 + split: train + image: images/Darwin_00002724_person502_bacteria_2118.png + label: labels/Darwin_00002724_person502_bacteria_2118.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002725_person502_bacteria_2119 + subject_id: person502 + split: train + image: images/Darwin_00002725_person502_bacteria_2119.png + label: labels/Darwin_00002725_person502_bacteria_2119.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002726_person502_bacteria_2120 + subject_id: person502 + split: train + image: images/Darwin_00002726_person502_bacteria_2120.png + label: labels/Darwin_00002726_person502_bacteria_2120.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002727_person502_bacteria_2121 + subject_id: person502 + split: train + image: images/Darwin_00002727_person502_bacteria_2121.png + label: labels/Darwin_00002727_person502_bacteria_2121.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002728_person502_bacteria_2122 + subject_id: person502 + split: train + image: images/Darwin_00002728_person502_bacteria_2122.png + label: labels/Darwin_00002728_person502_bacteria_2122.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002729_person502_bacteria_2123 + subject_id: person502 + split: train + image: images/Darwin_00002729_person502_bacteria_2123.png + label: labels/Darwin_00002729_person502_bacteria_2123.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002730_person503_bacteria_2125 + subject_id: person503 + split: train + image: images/Darwin_00002730_person503_bacteria_2125.png + label: labels/Darwin_00002730_person503_bacteria_2125.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002731_person503_bacteria_2126 + subject_id: person503 + split: train + image: images/Darwin_00002731_person503_bacteria_2126.png + label: labels/Darwin_00002731_person503_bacteria_2126.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002732_person504_bacteria_2127 + subject_id: person504 + split: test + image: images/Darwin_00002732_person504_bacteria_2127.png + label: labels/Darwin_00002732_person504_bacteria_2127.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002733_person504_bacteria_2129 + subject_id: person504 + split: test + image: images/Darwin_00002733_person504_bacteria_2129.png + label: labels/Darwin_00002733_person504_bacteria_2129.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002734_person504_bacteria_2130 + subject_id: person504 + split: test + image: images/Darwin_00002734_person504_bacteria_2130.png + label: labels/Darwin_00002734_person504_bacteria_2130.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002735_person504_bacteria_2132 + subject_id: person504 + split: test + image: images/Darwin_00002735_person504_bacteria_2132.png + label: labels/Darwin_00002735_person504_bacteria_2132.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002736_person504_bacteria_2133 + subject_id: person504 + split: test + image: images/Darwin_00002736_person504_bacteria_2133.png + label: labels/Darwin_00002736_person504_bacteria_2133.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002737_person505_bacteria_2135 + subject_id: person505 + split: train + image: images/Darwin_00002737_person505_bacteria_2135.png + label: labels/Darwin_00002737_person505_bacteria_2135.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002738_person506_bacteria_2136 + subject_id: person506 + split: train + image: images/Darwin_00002738_person506_bacteria_2136.png + label: labels/Darwin_00002738_person506_bacteria_2136.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002739_person506_bacteria_2138 + subject_id: person506 + split: train + image: images/Darwin_00002739_person506_bacteria_2138.png + label: labels/Darwin_00002739_person506_bacteria_2138.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002740_person507_bacteria_2139 + subject_id: person507 + split: train + image: images/Darwin_00002740_person507_bacteria_2139.png + label: labels/Darwin_00002740_person507_bacteria_2139.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002741_person507_bacteria_2140 + subject_id: person507 + split: train + image: images/Darwin_00002741_person507_bacteria_2140.png + label: labels/Darwin_00002741_person507_bacteria_2140.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002742_person507_bacteria_2141 + subject_id: person507 + split: train + image: images/Darwin_00002742_person507_bacteria_2141.png + label: labels/Darwin_00002742_person507_bacteria_2141.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002743_person508_bacteria_2142 + subject_id: person508 + split: train + image: images/Darwin_00002743_person508_bacteria_2142.png + label: labels/Darwin_00002743_person508_bacteria_2142.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002744_person508_bacteria_2143 + subject_id: person508 + split: train + image: images/Darwin_00002744_person508_bacteria_2143.png + label: labels/Darwin_00002744_person508_bacteria_2143.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002745_person508_bacteria_2144 + subject_id: person508 + split: train + image: images/Darwin_00002745_person508_bacteria_2144.png + label: labels/Darwin_00002745_person508_bacteria_2144.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002746_person509_bacteria_2145 + subject_id: person509 + split: train + image: images/Darwin_00002746_person509_bacteria_2145.png + label: labels/Darwin_00002746_person509_bacteria_2145.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002747_person509_bacteria_2146 + subject_id: person509 + split: train + image: images/Darwin_00002747_person509_bacteria_2146.png + label: labels/Darwin_00002747_person509_bacteria_2146.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002748_person510_bacteria_2147 + subject_id: person510 + split: test + image: images/Darwin_00002748_person510_bacteria_2147.png + label: labels/Darwin_00002748_person510_bacteria_2147.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002749_person510_bacteria_2148 + subject_id: person510 + split: test + image: images/Darwin_00002749_person510_bacteria_2148.png + label: labels/Darwin_00002749_person510_bacteria_2148.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002750_person510_bacteria_2149 + subject_id: person510 + split: test + image: images/Darwin_00002750_person510_bacteria_2149.png + label: labels/Darwin_00002750_person510_bacteria_2149.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002751_person510_bacteria_2150 + subject_id: person510 + split: test + image: images/Darwin_00002751_person510_bacteria_2150.png + label: labels/Darwin_00002751_person510_bacteria_2150.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002752_person511_bacteria_2152 + subject_id: person511 + split: train + image: images/Darwin_00002752_person511_bacteria_2152.png + label: labels/Darwin_00002752_person511_bacteria_2152.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002753_person511_bacteria_2153 + subject_id: person511 + split: train + image: images/Darwin_00002753_person511_bacteria_2153.png + label: labels/Darwin_00002753_person511_bacteria_2153.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002754_person512_bacteria_2154 + subject_id: person512 + split: train + image: images/Darwin_00002754_person512_bacteria_2154.png + label: labels/Darwin_00002754_person512_bacteria_2154.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002755_person512_bacteria_2155 + subject_id: person512 + split: train + image: images/Darwin_00002755_person512_bacteria_2155.png + label: labels/Darwin_00002755_person512_bacteria_2155.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002756_person514_bacteria_2184 + subject_id: person514 + split: test + image: images/Darwin_00002756_person514_bacteria_2184.png + label: labels/Darwin_00002756_person514_bacteria_2184.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002757_person515_bacteria_2185 + subject_id: person515 + split: train + image: images/Darwin_00002757_person515_bacteria_2185.png + label: labels/Darwin_00002757_person515_bacteria_2185.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002758_person515_bacteria_2186 + subject_id: person515 + split: train + image: images/Darwin_00002758_person515_bacteria_2186.png + label: labels/Darwin_00002758_person515_bacteria_2186.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002759_person515_bacteria_2187 + subject_id: person515 + split: train + image: images/Darwin_00002759_person515_bacteria_2187.png + label: labels/Darwin_00002759_person515_bacteria_2187.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002760_person515_bacteria_2188 + subject_id: person515 + split: train + image: images/Darwin_00002760_person515_bacteria_2188.png + label: labels/Darwin_00002760_person515_bacteria_2188.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002761_person515_bacteria_2189 + subject_id: person515 + split: train + image: images/Darwin_00002761_person515_bacteria_2189.png + label: labels/Darwin_00002761_person515_bacteria_2189.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002762_person515_bacteria_2190 + subject_id: person515 + split: train + image: images/Darwin_00002762_person515_bacteria_2190.png + label: labels/Darwin_00002762_person515_bacteria_2190.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002765_person517_bacteria_2196 + subject_id: person517 + split: train + image: images/Darwin_00002765_person517_bacteria_2196.png + label: labels/Darwin_00002765_person517_bacteria_2196.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002766_person518_bacteria_2197 + subject_id: person518 + split: test + image: images/Darwin_00002766_person518_bacteria_2197.png + label: labels/Darwin_00002766_person518_bacteria_2197.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002767_person518_bacteria_2198 + subject_id: person518 + split: test + image: images/Darwin_00002767_person518_bacteria_2198.png + label: labels/Darwin_00002767_person518_bacteria_2198.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002768_person518_bacteria_2199 + subject_id: person518 + split: test + image: images/Darwin_00002768_person518_bacteria_2199.png + label: labels/Darwin_00002768_person518_bacteria_2199.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002769_person518_bacteria_2200 + subject_id: person518 + split: test + image: images/Darwin_00002769_person518_bacteria_2200.png + label: labels/Darwin_00002769_person518_bacteria_2200.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002770_person520_bacteria_2203 + subject_id: person520 + split: train + image: images/Darwin_00002770_person520_bacteria_2203.png + label: labels/Darwin_00002770_person520_bacteria_2203.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002771_person520_bacteria_2204 + subject_id: person520 + split: train + image: images/Darwin_00002771_person520_bacteria_2204.png + label: labels/Darwin_00002771_person520_bacteria_2204.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002772_person520_bacteria_2205 + subject_id: person520 + split: train + image: images/Darwin_00002772_person520_bacteria_2205.png + label: labels/Darwin_00002772_person520_bacteria_2205.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002773_person522_bacteria_2210 + subject_id: person522 + split: train + image: images/Darwin_00002773_person522_bacteria_2210.png + label: labels/Darwin_00002773_person522_bacteria_2210.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002774_person522_bacteria_2211 + subject_id: person522 + split: train + image: images/Darwin_00002774_person522_bacteria_2211.png + label: labels/Darwin_00002774_person522_bacteria_2211.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002776_person525_bacteria_2217 + subject_id: person525 + split: test + image: images/Darwin_00002776_person525_bacteria_2217.png + label: labels/Darwin_00002776_person525_bacteria_2217.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002777_person525_bacteria_2218 + subject_id: person525 + split: test + image: images/Darwin_00002777_person525_bacteria_2218.png + label: labels/Darwin_00002777_person525_bacteria_2218.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002778_person525_bacteria_2220 + subject_id: person525 + split: test + image: images/Darwin_00002778_person525_bacteria_2220.png + label: labels/Darwin_00002778_person525_bacteria_2220.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002779_person3_bacteria_10 + subject_id: person3 + split: test + image: images/Darwin_00002779_person3_bacteria_10.png + label: labels/Darwin_00002779_person3_bacteria_10.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002780_person3_bacteria_11 + subject_id: person3 + split: test + image: images/Darwin_00002780_person3_bacteria_11.png + label: labels/Darwin_00002780_person3_bacteria_11.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002781_person3_bacteria_12 + subject_id: person3 + split: test + image: images/Darwin_00002781_person3_bacteria_12.png + label: labels/Darwin_00002781_person3_bacteria_12.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002782_person3_bacteria_13 + subject_id: person3 + split: test + image: images/Darwin_00002782_person3_bacteria_13.png + label: labels/Darwin_00002782_person3_bacteria_13.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002783_person39_bacteria_198 + subject_id: person39 + split: val + image: images/Darwin_00002783_person39_bacteria_198.png + label: labels/Darwin_00002783_person39_bacteria_198.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002784_person39_bacteria_200 + subject_id: person39 + split: val + image: images/Darwin_00002784_person39_bacteria_200.png + label: labels/Darwin_00002784_person39_bacteria_200.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002785_person40_bacteria_202 + subject_id: person40 + split: test + image: images/Darwin_00002785_person40_bacteria_202.png + label: labels/Darwin_00002785_person40_bacteria_202.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002786_person40_bacteria_203 + subject_id: person40 + split: test + image: images/Darwin_00002786_person40_bacteria_203.png + label: labels/Darwin_00002786_person40_bacteria_203.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002787_person40_bacteria_204 + subject_id: person40 + split: test + image: images/Darwin_00002787_person40_bacteria_204.png + label: labels/Darwin_00002787_person40_bacteria_204.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002788_person40_bacteria_205 + subject_id: person40 + split: test + image: images/Darwin_00002788_person40_bacteria_205.png + label: labels/Darwin_00002788_person40_bacteria_205.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002789_person41_bacteria_206 + subject_id: person41 + split: val + image: images/Darwin_00002789_person41_bacteria_206.png + label: labels/Darwin_00002789_person41_bacteria_206.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002790_person41_bacteria_207 + subject_id: person41 + split: val + image: images/Darwin_00002790_person41_bacteria_207.png + label: labels/Darwin_00002790_person41_bacteria_207.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002791_person41_bacteria_208 + subject_id: person41 + split: val + image: images/Darwin_00002791_person41_bacteria_208.png + label: labels/Darwin_00002791_person41_bacteria_208.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002792_person41_bacteria_209 + subject_id: person41 + split: val + image: images/Darwin_00002792_person41_bacteria_209.png + label: labels/Darwin_00002792_person41_bacteria_209.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002793_person41_bacteria_210 + subject_id: person41 + split: val + image: images/Darwin_00002793_person41_bacteria_210.png + label: labels/Darwin_00002793_person41_bacteria_210.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002794_person41_bacteria_211 + subject_id: person41 + split: val + image: images/Darwin_00002794_person41_bacteria_211.png + label: labels/Darwin_00002794_person41_bacteria_211.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002795_person43_bacteria_213 + subject_id: person43 + split: train + image: images/Darwin_00002795_person43_bacteria_213.png + label: labels/Darwin_00002795_person43_bacteria_213.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002796_person43_bacteria_216 + subject_id: person43 + split: train + image: images/Darwin_00002796_person43_bacteria_216.png + label: labels/Darwin_00002796_person43_bacteria_216.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002797_person44_bacteria_218 + subject_id: person44 + split: test + image: images/Darwin_00002797_person44_bacteria_218.png + label: labels/Darwin_00002797_person44_bacteria_218.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002798_person44_bacteria_219 + subject_id: person44 + split: test + image: images/Darwin_00002798_person44_bacteria_219.png + label: labels/Darwin_00002798_person44_bacteria_219.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002799_person394_bacteria_1792 + subject_id: person394 + split: train + image: images/Darwin_00002799_person394_bacteria_1792.png + label: labels/Darwin_00002799_person394_bacteria_1792.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002800_person395_bacteria_1794 + subject_id: person395 + split: train + image: images/Darwin_00002800_person395_bacteria_1794.png + label: labels/Darwin_00002800_person395_bacteria_1794.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002801_person395_bacteria_1795 + subject_id: person395 + split: train + image: images/Darwin_00002801_person395_bacteria_1795.png + label: labels/Darwin_00002801_person395_bacteria_1795.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002802_person396_bacteria_1796 + subject_id: person396 + split: test + image: images/Darwin_00002802_person396_bacteria_1796.png + label: labels/Darwin_00002802_person396_bacteria_1796.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002803_person397_bacteria_1797 + subject_id: person397 + split: train + image: images/Darwin_00002803_person397_bacteria_1797.png + label: labels/Darwin_00002803_person397_bacteria_1797.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002804_person398_bacteria_1799 + subject_id: person398 + split: train + image: images/Darwin_00002804_person398_bacteria_1799.png + label: labels/Darwin_00002804_person398_bacteria_1799.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002805_person398_bacteria_1801 + subject_id: person398 + split: train + image: images/Darwin_00002805_person398_bacteria_1801.png + label: labels/Darwin_00002805_person398_bacteria_1801.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002806_person399_bacteria_1804 + subject_id: person399 + split: train + image: images/Darwin_00002806_person399_bacteria_1804.png + label: labels/Darwin_00002806_person399_bacteria_1804.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002807_person399_bacteria_1805 + subject_id: person399 + split: train + image: images/Darwin_00002807_person399_bacteria_1805.png + label: labels/Darwin_00002807_person399_bacteria_1805.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002808_person399_bacteria_1806 + subject_id: person399 + split: train + image: images/Darwin_00002808_person399_bacteria_1806.png + label: labels/Darwin_00002808_person399_bacteria_1806.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002809_person400_bacteria_1807 + subject_id: person400 + split: test + image: images/Darwin_00002809_person400_bacteria_1807.png + label: labels/Darwin_00002809_person400_bacteria_1807.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002810_person401_bacteria_1808 + subject_id: person401 + split: val + image: images/Darwin_00002810_person401_bacteria_1808.png + label: labels/Darwin_00002810_person401_bacteria_1808.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002812_person402_bacteria_1810 + subject_id: person402 + split: val + image: images/Darwin_00002812_person402_bacteria_1810.png + label: labels/Darwin_00002812_person402_bacteria_1810.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002813_person402_bacteria_1811 + subject_id: person402 + split: val + image: images/Darwin_00002813_person402_bacteria_1811.png + label: labels/Darwin_00002813_person402_bacteria_1811.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002814_person402_bacteria_1812 + subject_id: person402 + split: val + image: images/Darwin_00002814_person402_bacteria_1812.png + label: labels/Darwin_00002814_person402_bacteria_1812.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002816_person403_bacteria_1814 + subject_id: person403 + split: train + image: images/Darwin_00002816_person403_bacteria_1814.png + label: labels/Darwin_00002816_person403_bacteria_1814.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002817_person405_bacteria_1817 + subject_id: person405 + split: train + image: images/Darwin_00002817_person405_bacteria_1817.png + label: labels/Darwin_00002817_person405_bacteria_1817.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002818_person406_bacteria_1818 + subject_id: person406 + split: train + image: images/Darwin_00002818_person406_bacteria_1818.png + label: labels/Darwin_00002818_person406_bacteria_1818.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002819_person406_bacteria_1819 + subject_id: person406 + split: train + image: images/Darwin_00002819_person406_bacteria_1819.png + label: labels/Darwin_00002819_person406_bacteria_1819.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002820_person406_bacteria_1820 + subject_id: person406 + split: train + image: images/Darwin_00002820_person406_bacteria_1820.png + label: labels/Darwin_00002820_person406_bacteria_1820.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002821_person407_bacteria_1822 + subject_id: person407 + split: test + image: images/Darwin_00002821_person407_bacteria_1822.png + label: labels/Darwin_00002821_person407_bacteria_1822.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002822_person408_bacteria_1823 + subject_id: person408 + split: train + image: images/Darwin_00002822_person408_bacteria_1823.png + label: labels/Darwin_00002822_person408_bacteria_1823.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002823_person409_bacteria_1824 + subject_id: person409 + split: test + image: images/Darwin_00002823_person409_bacteria_1824.png + label: labels/Darwin_00002823_person409_bacteria_1824.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002824_person410_bacteria_1825 + subject_id: person410 + split: train + image: images/Darwin_00002824_person410_bacteria_1825.png + label: labels/Darwin_00002824_person410_bacteria_1825.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002825_person411_bacteria_1826 + subject_id: person411 + split: train + image: images/Darwin_00002825_person411_bacteria_1826.png + label: labels/Darwin_00002825_person411_bacteria_1826.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002826_person412_bacteria_1827 + subject_id: person412 + split: train + image: images/Darwin_00002826_person412_bacteria_1827.png + label: labels/Darwin_00002826_person412_bacteria_1827.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002827_person413_bacteria_1828 + subject_id: person413 + split: train + image: images/Darwin_00002827_person413_bacteria_1828.png + label: labels/Darwin_00002827_person413_bacteria_1828.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002828_person413_bacteria_1829 + subject_id: person413 + split: train + image: images/Darwin_00002828_person413_bacteria_1829.png + label: labels/Darwin_00002828_person413_bacteria_1829.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002829_person413_bacteria_1830 + subject_id: person413 + split: train + image: images/Darwin_00002829_person413_bacteria_1830.png + label: labels/Darwin_00002829_person413_bacteria_1830.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002830_person413_bacteria_1831 + subject_id: person413 + split: train + image: images/Darwin_00002830_person413_bacteria_1831.png + label: labels/Darwin_00002830_person413_bacteria_1831.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002831_person413_bacteria_1832 + subject_id: person413 + split: train + image: images/Darwin_00002831_person413_bacteria_1832.png + label: labels/Darwin_00002831_person413_bacteria_1832.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002832_person413_bacteria_1833 + subject_id: person413 + split: train + image: images/Darwin_00002832_person413_bacteria_1833.png + label: labels/Darwin_00002832_person413_bacteria_1833.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002833_person413_bacteria_1834 + subject_id: person413 + split: train + image: images/Darwin_00002833_person413_bacteria_1834.png + label: labels/Darwin_00002833_person413_bacteria_1834.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002834_person414_bacteria_1835 + subject_id: person414 + split: train + image: images/Darwin_00002834_person414_bacteria_1835.png + label: labels/Darwin_00002834_person414_bacteria_1835.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002835_person415_bacteria_1837 + subject_id: person415 + split: train + image: images/Darwin_00002835_person415_bacteria_1837.png + label: labels/Darwin_00002835_person415_bacteria_1837.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002837_person415_bacteria_1839 + subject_id: person415 + split: train + image: images/Darwin_00002837_person415_bacteria_1839.png + label: labels/Darwin_00002837_person415_bacteria_1839.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002838_person416_bacteria_1840 + subject_id: person416 + split: train + image: images/Darwin_00002838_person416_bacteria_1840.png + label: labels/Darwin_00002838_person416_bacteria_1840.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002839_person417_bacteria_1841 + subject_id: person417 + split: val + image: images/Darwin_00002839_person417_bacteria_1841.png + label: labels/Darwin_00002839_person417_bacteria_1841.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002840_person417_bacteria_1842 + subject_id: person417 + split: val + image: images/Darwin_00002840_person417_bacteria_1842.png + label: labels/Darwin_00002840_person417_bacteria_1842.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002841_person418_bacteria_1843 + subject_id: person418 + split: train + image: images/Darwin_00002841_person418_bacteria_1843.png + label: labels/Darwin_00002841_person418_bacteria_1843.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002842_person419_bacteria_1844 + subject_id: person419 + split: val + image: images/Darwin_00002842_person419_bacteria_1844.png + label: labels/Darwin_00002842_person419_bacteria_1844.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002843_person419_bacteria_1845 + subject_id: person419 + split: val + image: images/Darwin_00002843_person419_bacteria_1845.png + label: labels/Darwin_00002843_person419_bacteria_1845.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002844_person420_bacteria_1847 + subject_id: person420 + split: test + image: images/Darwin_00002844_person420_bacteria_1847.png + label: labels/Darwin_00002844_person420_bacteria_1847.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002845_person420_bacteria_1848 + subject_id: person420 + split: test + image: images/Darwin_00002845_person420_bacteria_1848.png + label: labels/Darwin_00002845_person420_bacteria_1848.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002846_person420_bacteria_1849 + subject_id: person420 + split: test + image: images/Darwin_00002846_person420_bacteria_1849.png + label: labels/Darwin_00002846_person420_bacteria_1849.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002847_person420_bacteria_1850 + subject_id: person420 + split: test + image: images/Darwin_00002847_person420_bacteria_1850.png + label: labels/Darwin_00002847_person420_bacteria_1850.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002848_person420_bacteria_1851 + subject_id: person420 + split: test + image: images/Darwin_00002848_person420_bacteria_1851.png + label: labels/Darwin_00002848_person420_bacteria_1851.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002849_person421_bacteria_1852 + subject_id: person421 + split: train + image: images/Darwin_00002849_person421_bacteria_1852.png + label: labels/Darwin_00002849_person421_bacteria_1852.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002850_person422_bacteria_1853 + subject_id: person422 + split: val + image: images/Darwin_00002850_person422_bacteria_1853.png + label: labels/Darwin_00002850_person422_bacteria_1853.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002851_person423_bacteria_1854 + subject_id: person423 + split: test + image: images/Darwin_00002851_person423_bacteria_1854.png + label: labels/Darwin_00002851_person423_bacteria_1854.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002852_person423_bacteria_1855 + subject_id: person423 + split: test + image: images/Darwin_00002852_person423_bacteria_1855.png + label: labels/Darwin_00002852_person423_bacteria_1855.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002853_person423_bacteria_1856 + subject_id: person423 + split: test + image: images/Darwin_00002853_person423_bacteria_1856.png + label: labels/Darwin_00002853_person423_bacteria_1856.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002854_person423_bacteria_1857 + subject_id: person423 + split: test + image: images/Darwin_00002854_person423_bacteria_1857.png + label: labels/Darwin_00002854_person423_bacteria_1857.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002855_person423_bacteria_1858 + subject_id: person423 + split: test + image: images/Darwin_00002855_person423_bacteria_1858.png + label: labels/Darwin_00002855_person423_bacteria_1858.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002856_person424_bacteria_1859 + subject_id: person424 + split: train + image: images/Darwin_00002856_person424_bacteria_1859.png + label: labels/Darwin_00002856_person424_bacteria_1859.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002857_person425_bacteria_1860 + subject_id: person425 + split: train + image: images/Darwin_00002857_person425_bacteria_1860.png + label: labels/Darwin_00002857_person425_bacteria_1860.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002858_person426_bacteria_1861 + subject_id: person426 + split: train + image: images/Darwin_00002858_person426_bacteria_1861.png + label: labels/Darwin_00002858_person426_bacteria_1861.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002859_person426_bacteria_1862 + subject_id: person426 + split: train + image: images/Darwin_00002859_person426_bacteria_1862.png + label: labels/Darwin_00002859_person426_bacteria_1862.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002860_person426_bacteria_1863 + subject_id: person426 + split: train + image: images/Darwin_00002860_person426_bacteria_1863.png + label: labels/Darwin_00002860_person426_bacteria_1863.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002861_person427_bacteria_1864 + subject_id: person427 + split: train + image: images/Darwin_00002861_person427_bacteria_1864.png + label: labels/Darwin_00002861_person427_bacteria_1864.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002862_person427_bacteria_1865 + subject_id: person427 + split: train + image: images/Darwin_00002862_person427_bacteria_1865.png + label: labels/Darwin_00002862_person427_bacteria_1865.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002863_person427_bacteria_1866 + subject_id: person427 + split: train + image: images/Darwin_00002863_person427_bacteria_1866.png + label: labels/Darwin_00002863_person427_bacteria_1866.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002864_person427_bacteria_1867 + subject_id: person427 + split: train + image: images/Darwin_00002864_person427_bacteria_1867.png + label: labels/Darwin_00002864_person427_bacteria_1867.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002865_person427_bacteria_1868 + subject_id: person427 + split: train + image: images/Darwin_00002865_person427_bacteria_1868.png + label: labels/Darwin_00002865_person427_bacteria_1868.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002866_person428_bacteria_1869 + subject_id: person428 + split: train + image: images/Darwin_00002866_person428_bacteria_1869.png + label: labels/Darwin_00002866_person428_bacteria_1869.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002867_person429_bacteria_1870 + subject_id: person429 + split: test + image: images/Darwin_00002867_person429_bacteria_1870.png + label: labels/Darwin_00002867_person429_bacteria_1870.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002868_person430_bacteria_1871 + subject_id: person430 + split: train + image: images/Darwin_00002868_person430_bacteria_1871.png + label: labels/Darwin_00002868_person430_bacteria_1871.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002869_person431_bacteria_1872 + subject_id: person431 + split: train + image: images/Darwin_00002869_person431_bacteria_1872.png + label: labels/Darwin_00002869_person431_bacteria_1872.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002870_person433_bacteria_1874 + subject_id: person433 + split: train + image: images/Darwin_00002870_person433_bacteria_1874.png + label: labels/Darwin_00002870_person433_bacteria_1874.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002871_person433_bacteria_1875 + subject_id: person433 + split: train + image: images/Darwin_00002871_person433_bacteria_1875.png + label: labels/Darwin_00002871_person433_bacteria_1875.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002872_person433_bacteria_1876 + subject_id: person433 + split: train + image: images/Darwin_00002872_person433_bacteria_1876.png + label: labels/Darwin_00002872_person433_bacteria_1876.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002873_person434_bacteria_1877 + subject_id: person434 + split: train + image: images/Darwin_00002873_person434_bacteria_1877.png + label: labels/Darwin_00002873_person434_bacteria_1877.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002874_person435_bacteria_1879 + subject_id: person435 + split: test + image: images/Darwin_00002874_person435_bacteria_1879.png + label: labels/Darwin_00002874_person435_bacteria_1879.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002875_person436_bacteria_1883 + subject_id: person436 + split: train + image: images/Darwin_00002875_person436_bacteria_1883.png + label: labels/Darwin_00002875_person436_bacteria_1883.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002876_person437_bacteria_1884 + subject_id: person437 + split: train + image: images/Darwin_00002876_person437_bacteria_1884.png + label: labels/Darwin_00002876_person437_bacteria_1884.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002877_person437_bacteria_1885 + subject_id: person437 + split: train + image: images/Darwin_00002877_person437_bacteria_1885.png + label: labels/Darwin_00002877_person437_bacteria_1885.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002878_person437_bacteria_1886 + subject_id: person437 + split: train + image: images/Darwin_00002878_person437_bacteria_1886.png + label: labels/Darwin_00002878_person437_bacteria_1886.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002879_person437_bacteria_1887 + subject_id: person437 + split: train + image: images/Darwin_00002879_person437_bacteria_1887.png + label: labels/Darwin_00002879_person437_bacteria_1887.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002880_person437_bacteria_1888 + subject_id: person437 + split: train + image: images/Darwin_00002880_person437_bacteria_1888.png + label: labels/Darwin_00002880_person437_bacteria_1888.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002881_person438_bacteria_1889 + subject_id: person438 + split: train + image: images/Darwin_00002881_person438_bacteria_1889.png + label: labels/Darwin_00002881_person438_bacteria_1889.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002882_person438_bacteria_1890 + subject_id: person438 + split: train + image: images/Darwin_00002882_person438_bacteria_1890.png + label: labels/Darwin_00002882_person438_bacteria_1890.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002883_person438_bacteria_1891 + subject_id: person438 + split: train + image: images/Darwin_00002883_person438_bacteria_1891.png + label: labels/Darwin_00002883_person438_bacteria_1891.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002884_person438_bacteria_1892 + subject_id: person438 + split: train + image: images/Darwin_00002884_person438_bacteria_1892.png + label: labels/Darwin_00002884_person438_bacteria_1892.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002885_person438_bacteria_1893 + subject_id: person438 + split: train + image: images/Darwin_00002885_person438_bacteria_1893.png + label: labels/Darwin_00002885_person438_bacteria_1893.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002886_person439_bacteria_1895 + subject_id: person439 + split: train + image: images/Darwin_00002886_person439_bacteria_1895.png + label: labels/Darwin_00002886_person439_bacteria_1895.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002887_person440_bacteria_1897 + subject_id: person440 + split: train + image: images/Darwin_00002887_person440_bacteria_1897.png + label: labels/Darwin_00002887_person440_bacteria_1897.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002888_person440_bacteria_1898 + subject_id: person440 + split: train + image: images/Darwin_00002888_person440_bacteria_1898.png + label: labels/Darwin_00002888_person440_bacteria_1898.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002889_person441_bacteria_1900 + subject_id: person441 + split: train + image: images/Darwin_00002889_person441_bacteria_1900.png + label: labels/Darwin_00002889_person441_bacteria_1900.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002890_person441_bacteria_1902 + subject_id: person441 + split: train + image: images/Darwin_00002890_person441_bacteria_1902.png + label: labels/Darwin_00002890_person441_bacteria_1902.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002891_person441_bacteria_1903 + subject_id: person441 + split: train + image: images/Darwin_00002891_person441_bacteria_1903.png + label: labels/Darwin_00002891_person441_bacteria_1903.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002892_person441_bacteria_1904 + subject_id: person441 + split: train + image: images/Darwin_00002892_person441_bacteria_1904.png + label: labels/Darwin_00002892_person441_bacteria_1904.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002893_person441_bacteria_1905 + subject_id: person441 + split: train + image: images/Darwin_00002893_person441_bacteria_1905.png + label: labels/Darwin_00002893_person441_bacteria_1905.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002894_person441_bacteria_1907 + subject_id: person441 + split: train + image: images/Darwin_00002894_person441_bacteria_1907.png + label: labels/Darwin_00002894_person441_bacteria_1907.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002895_person441_bacteria_1910 + subject_id: person441 + split: train + image: images/Darwin_00002895_person441_bacteria_1910.png + label: labels/Darwin_00002895_person441_bacteria_1910.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002896_person441_bacteria_1911 + subject_id: person441 + split: train + image: images/Darwin_00002896_person441_bacteria_1911.png + label: labels/Darwin_00002896_person441_bacteria_1911.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002897_person441_bacteria_1912 + subject_id: person441 + split: train + image: images/Darwin_00002897_person441_bacteria_1912.png + label: labels/Darwin_00002897_person441_bacteria_1912.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002898_person441_bacteria_1914 + subject_id: person441 + split: train + image: images/Darwin_00002898_person441_bacteria_1914.png + label: labels/Darwin_00002898_person441_bacteria_1914.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002899_person441_bacteria_1915 + subject_id: person441 + split: train + image: images/Darwin_00002899_person441_bacteria_1915.png + label: labels/Darwin_00002899_person441_bacteria_1915.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002900_person441_bacteria_1916 + subject_id: person441 + split: train + image: images/Darwin_00002900_person441_bacteria_1916.png + label: labels/Darwin_00002900_person441_bacteria_1916.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002901_person441_bacteria_1917 + subject_id: person441 + split: train + image: images/Darwin_00002901_person441_bacteria_1917.png + label: labels/Darwin_00002901_person441_bacteria_1917.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002902_person441_bacteria_1918 + subject_id: person441 + split: train + image: images/Darwin_00002902_person441_bacteria_1918.png + label: labels/Darwin_00002902_person441_bacteria_1918.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002903_person443_bacteria_1923 + subject_id: person443 + split: val + image: images/Darwin_00002903_person443_bacteria_1923.png + label: labels/Darwin_00002903_person443_bacteria_1923.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002904_person443_bacteria_1924 + subject_id: person443 + split: val + image: images/Darwin_00002904_person443_bacteria_1924.png + label: labels/Darwin_00002904_person443_bacteria_1924.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002905_person443_bacteria_1926 + subject_id: person443 + split: val + image: images/Darwin_00002905_person443_bacteria_1926.png + label: labels/Darwin_00002905_person443_bacteria_1926.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002906_person444_bacteria_1927 + subject_id: person444 + split: train + image: images/Darwin_00002906_person444_bacteria_1927.png + label: labels/Darwin_00002906_person444_bacteria_1927.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002908_person445_bacteria_1929 + subject_id: person445 + split: train + image: images/Darwin_00002908_person445_bacteria_1929.png + label: labels/Darwin_00002908_person445_bacteria_1929.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002909_person445_bacteria_1930 + subject_id: person445 + split: train + image: images/Darwin_00002909_person445_bacteria_1930.png + label: labels/Darwin_00002909_person445_bacteria_1930.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002910_person446_bacteria_1931 + subject_id: person446 + split: val + image: images/Darwin_00002910_person446_bacteria_1931.png + label: labels/Darwin_00002910_person446_bacteria_1931.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002911_person447_bacteria_1932 + subject_id: person447 + split: train + image: images/Darwin_00002911_person447_bacteria_1932.png + label: labels/Darwin_00002911_person447_bacteria_1932.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002912_person448_bacteria_1933 + subject_id: person448 + split: train + image: images/Darwin_00002912_person448_bacteria_1933.png + label: labels/Darwin_00002912_person448_bacteria_1933.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002913_person448_bacteria_1934 + subject_id: person448 + split: train + image: images/Darwin_00002913_person448_bacteria_1934.png + label: labels/Darwin_00002913_person448_bacteria_1934.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002914_person448_bacteria_1935 + subject_id: person448 + split: train + image: images/Darwin_00002914_person448_bacteria_1935.png + label: labels/Darwin_00002914_person448_bacteria_1935.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002915_person448_bacteria_1936 + subject_id: person448 + split: train + image: images/Darwin_00002915_person448_bacteria_1936.png + label: labels/Darwin_00002915_person448_bacteria_1936.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002916_person448_bacteria_1937 + subject_id: person448 + split: train + image: images/Darwin_00002916_person448_bacteria_1937.png + label: labels/Darwin_00002916_person448_bacteria_1937.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002917_person449_bacteria_1938 + subject_id: person449 + split: train + image: images/Darwin_00002917_person449_bacteria_1938.png + label: labels/Darwin_00002917_person449_bacteria_1938.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002918_person449_bacteria_1939 + subject_id: person449 + split: train + image: images/Darwin_00002918_person449_bacteria_1939.png + label: labels/Darwin_00002918_person449_bacteria_1939.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002919_person449_bacteria_1940 + subject_id: person449 + split: train + image: images/Darwin_00002919_person449_bacteria_1940.png + label: labels/Darwin_00002919_person449_bacteria_1940.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002920_person450_bacteria_1941 + subject_id: person450 + split: train + image: images/Darwin_00002920_person450_bacteria_1941.png + label: labels/Darwin_00002920_person450_bacteria_1941.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002921_person451_bacteria_1942 + subject_id: person451 + split: val + image: images/Darwin_00002921_person451_bacteria_1942.png + label: labels/Darwin_00002921_person451_bacteria_1942.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002922_person452_bacteria_1943 + subject_id: person452 + split: test + image: images/Darwin_00002922_person452_bacteria_1943.png + label: labels/Darwin_00002922_person452_bacteria_1943.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002923_person454_bacteria_1945 + subject_id: person454 + split: test + image: images/Darwin_00002923_person454_bacteria_1945.png + label: labels/Darwin_00002923_person454_bacteria_1945.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002924_person455_bacteria_1947 + subject_id: person455 + split: train + image: images/Darwin_00002924_person455_bacteria_1947.png + label: labels/Darwin_00002924_person455_bacteria_1947.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002925_person456_bacteria_1948 + subject_id: person456 + split: test + image: images/Darwin_00002925_person456_bacteria_1948.png + label: labels/Darwin_00002925_person456_bacteria_1948.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002926_person457_bacteria_1949 + subject_id: person457 + split: val + image: images/Darwin_00002926_person457_bacteria_1949.png + label: labels/Darwin_00002926_person457_bacteria_1949.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002927_person458_bacteria_1950 + subject_id: person458 + split: train + image: images/Darwin_00002927_person458_bacteria_1950.png + label: labels/Darwin_00002927_person458_bacteria_1950.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002928_person458_bacteria_1951 + subject_id: person458 + split: train + image: images/Darwin_00002928_person458_bacteria_1951.png + label: labels/Darwin_00002928_person458_bacteria_1951.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002929_person458_bacteria_1952 + subject_id: person458 + split: train + image: images/Darwin_00002929_person458_bacteria_1952.png + label: labels/Darwin_00002929_person458_bacteria_1952.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002930_person458_bacteria_1953 + subject_id: person458 + split: train + image: images/Darwin_00002930_person458_bacteria_1953.png + label: labels/Darwin_00002930_person458_bacteria_1953.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002931_person458_bacteria_1954 + subject_id: person458 + split: train + image: images/Darwin_00002931_person458_bacteria_1954.png + label: labels/Darwin_00002931_person458_bacteria_1954.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002933_person459_bacteria_1956 + subject_id: person459 + split: train + image: images/Darwin_00002933_person459_bacteria_1956.png + label: labels/Darwin_00002933_person459_bacteria_1956.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002934_person459_bacteria_1957 + subject_id: person459 + split: train + image: images/Darwin_00002934_person459_bacteria_1957.png + label: labels/Darwin_00002934_person459_bacteria_1957.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002935_person32_bacteria_165 + subject_id: person32 + split: train + image: images/Darwin_00002935_person32_bacteria_165.png + label: labels/Darwin_00002935_person32_bacteria_165.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002936_person32_bacteria_166 + subject_id: person32 + split: train + image: images/Darwin_00002936_person32_bacteria_166.png + label: labels/Darwin_00002936_person32_bacteria_166.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002937_person33_bacteria_169 + subject_id: person33 + split: train + image: images/Darwin_00002937_person33_bacteria_169.png + label: labels/Darwin_00002937_person33_bacteria_169.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002938_person33_bacteria_172 + subject_id: person33 + split: train + image: images/Darwin_00002938_person33_bacteria_172.png + label: labels/Darwin_00002938_person33_bacteria_172.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002939_person33_bacteria_173 + subject_id: person33 + split: train + image: images/Darwin_00002939_person33_bacteria_173.png + label: labels/Darwin_00002939_person33_bacteria_173.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002940_person33_bacteria_174 + subject_id: person33 + split: train + image: images/Darwin_00002940_person33_bacteria_174.png + label: labels/Darwin_00002940_person33_bacteria_174.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002941_person33_bacteria_175 + subject_id: person33 + split: train + image: images/Darwin_00002941_person33_bacteria_175.png + label: labels/Darwin_00002941_person33_bacteria_175.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002942_person34_bacteria_176 + subject_id: person34 + split: train + image: images/Darwin_00002942_person34_bacteria_176.png + label: labels/Darwin_00002942_person34_bacteria_176.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002943_person35_bacteria_178 + subject_id: person35 + split: train + image: images/Darwin_00002943_person35_bacteria_178.png + label: labels/Darwin_00002943_person35_bacteria_178.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002944_person35_bacteria_180 + subject_id: person35 + split: train + image: images/Darwin_00002944_person35_bacteria_180.png + label: labels/Darwin_00002944_person35_bacteria_180.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002945_person35_bacteria_181 + subject_id: person35 + split: train + image: images/Darwin_00002945_person35_bacteria_181.png + label: labels/Darwin_00002945_person35_bacteria_181.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002946_person36_bacteria_182 + subject_id: person36 + split: val + image: images/Darwin_00002946_person36_bacteria_182.png + label: labels/Darwin_00002946_person36_bacteria_182.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002947_person36_bacteria_183 + subject_id: person36 + split: val + image: images/Darwin_00002947_person36_bacteria_183.png + label: labels/Darwin_00002947_person36_bacteria_183.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002948_person36_bacteria_184 + subject_id: person36 + split: val + image: images/Darwin_00002948_person36_bacteria_184.png + label: labels/Darwin_00002948_person36_bacteria_184.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002949_person36_bacteria_185 + subject_id: person36 + split: val + image: images/Darwin_00002949_person36_bacteria_185.png + label: labels/Darwin_00002949_person36_bacteria_185.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002950_person37_bacteria_186 + subject_id: person37 + split: test + image: images/Darwin_00002950_person37_bacteria_186.png + label: labels/Darwin_00002950_person37_bacteria_186.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002951_person37_bacteria_187 + subject_id: person37 + split: test + image: images/Darwin_00002951_person37_bacteria_187.png + label: labels/Darwin_00002951_person37_bacteria_187.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002952_person37_bacteria_188 + subject_id: person37 + split: test + image: images/Darwin_00002952_person37_bacteria_188.png + label: labels/Darwin_00002952_person37_bacteria_188.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002953_person37_bacteria_189 + subject_id: person37 + split: test + image: images/Darwin_00002953_person37_bacteria_189.png + label: labels/Darwin_00002953_person37_bacteria_189.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002954_person38_bacteria_190 + subject_id: person38 + split: test + image: images/Darwin_00002954_person38_bacteria_190.png + label: labels/Darwin_00002954_person38_bacteria_190.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002955_person38_bacteria_191 + subject_id: person38 + split: test + image: images/Darwin_00002955_person38_bacteria_191.png + label: labels/Darwin_00002955_person38_bacteria_191.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002956_person38_bacteria_192 + subject_id: person38 + split: test + image: images/Darwin_00002956_person38_bacteria_192.png + label: labels/Darwin_00002956_person38_bacteria_192.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002957_person38_bacteria_193 + subject_id: person38 + split: test + image: images/Darwin_00002957_person38_bacteria_193.png + label: labels/Darwin_00002957_person38_bacteria_193.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002958_person38_bacteria_194 + subject_id: person38 + split: test + image: images/Darwin_00002958_person38_bacteria_194.png + label: labels/Darwin_00002958_person38_bacteria_194.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002959_person38_bacteria_195 + subject_id: person38 + split: test + image: images/Darwin_00002959_person38_bacteria_195.png + label: labels/Darwin_00002959_person38_bacteria_195.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002960_person38_bacteria_196 + subject_id: person38 + split: test + image: images/Darwin_00002960_person38_bacteria_196.png + label: labels/Darwin_00002960_person38_bacteria_196.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002961_person327_bacteria_1508 + subject_id: person327 + split: train + image: images/Darwin_00002961_person327_bacteria_1508.png + label: labels/Darwin_00002961_person327_bacteria_1508.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002962_person327_bacteria_1509 + subject_id: person327 + split: train + image: images/Darwin_00002962_person327_bacteria_1509.png + label: labels/Darwin_00002962_person327_bacteria_1509.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002963_person328_bacteria_1510 + subject_id: person328 + split: val + image: images/Darwin_00002963_person328_bacteria_1510.png + label: labels/Darwin_00002963_person328_bacteria_1510.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002964_person328_bacteria_1511 + subject_id: person328 + split: val + image: images/Darwin_00002964_person328_bacteria_1511.png + label: labels/Darwin_00002964_person328_bacteria_1511.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002965_person328_bacteria_1512 + subject_id: person328 + split: val + image: images/Darwin_00002965_person328_bacteria_1512.png + label: labels/Darwin_00002965_person328_bacteria_1512.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002966_person328_bacteria_1513 + subject_id: person328 + split: val + image: images/Darwin_00002966_person328_bacteria_1513.png + label: labels/Darwin_00002966_person328_bacteria_1513.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002967_person328_bacteria_1514 + subject_id: person328 + split: val + image: images/Darwin_00002967_person328_bacteria_1514.png + label: labels/Darwin_00002967_person328_bacteria_1514.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002968_person328_bacteria_1515 + subject_id: person328 + split: val + image: images/Darwin_00002968_person328_bacteria_1515.png + label: labels/Darwin_00002968_person328_bacteria_1515.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002969_person331_bacteria_1526 + subject_id: person331 + split: train + image: images/Darwin_00002969_person331_bacteria_1526.png + label: labels/Darwin_00002969_person331_bacteria_1526.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002970_person331_bacteria_1527 + subject_id: person331 + split: train + image: images/Darwin_00002970_person331_bacteria_1527.png + label: labels/Darwin_00002970_person331_bacteria_1527.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002971_person331_bacteria_1528 + subject_id: person331 + split: train + image: images/Darwin_00002971_person331_bacteria_1528.png + label: labels/Darwin_00002971_person331_bacteria_1528.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002972_person331_bacteria_1529 + subject_id: person331 + split: train + image: images/Darwin_00002972_person331_bacteria_1529.png + label: labels/Darwin_00002972_person331_bacteria_1529.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002973_person331_bacteria_1530 + subject_id: person331 + split: train + image: images/Darwin_00002973_person331_bacteria_1530.png + label: labels/Darwin_00002973_person331_bacteria_1530.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002974_person332_bacteria_1531 + subject_id: person332 + split: train + image: images/Darwin_00002974_person332_bacteria_1531.png + label: labels/Darwin_00002974_person332_bacteria_1531.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002975_person332_bacteria_1533 + subject_id: person332 + split: train + image: images/Darwin_00002975_person332_bacteria_1533.png + label: labels/Darwin_00002975_person332_bacteria_1533.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002976_person332_bacteria_1534 + subject_id: person332 + split: train + image: images/Darwin_00002976_person332_bacteria_1534.png + label: labels/Darwin_00002976_person332_bacteria_1534.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002977_person332_bacteria_1535 + subject_id: person332 + split: train + image: images/Darwin_00002977_person332_bacteria_1535.png + label: labels/Darwin_00002977_person332_bacteria_1535.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002978_person332_bacteria_1536 + subject_id: person332 + split: train + image: images/Darwin_00002978_person332_bacteria_1536.png + label: labels/Darwin_00002978_person332_bacteria_1536.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002979_person332_bacteria_1537 + subject_id: person332 + split: train + image: images/Darwin_00002979_person332_bacteria_1537.png + label: labels/Darwin_00002979_person332_bacteria_1537.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002980_person332_bacteria_1538 + subject_id: person332 + split: train + image: images/Darwin_00002980_person332_bacteria_1538.png + label: labels/Darwin_00002980_person332_bacteria_1538.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002981_person333_bacteria_1539 + subject_id: person333 + split: test + image: images/Darwin_00002981_person333_bacteria_1539.png + label: labels/Darwin_00002981_person333_bacteria_1539.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002982_person333_bacteria_1540 + subject_id: person333 + split: test + image: images/Darwin_00002982_person333_bacteria_1540.png + label: labels/Darwin_00002982_person333_bacteria_1540.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002983_person334_bacteria_1541 + subject_id: person334 + split: train + image: images/Darwin_00002983_person334_bacteria_1541.png + label: labels/Darwin_00002983_person334_bacteria_1541.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002984_person334_bacteria_1542 + subject_id: person334 + split: train + image: images/Darwin_00002984_person334_bacteria_1542.png + label: labels/Darwin_00002984_person334_bacteria_1542.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002985_person334_bacteria_1544 + subject_id: person334 + split: train + image: images/Darwin_00002985_person334_bacteria_1544.png + label: labels/Darwin_00002985_person334_bacteria_1544.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002986_person334_bacteria_1545 + subject_id: person334 + split: train + image: images/Darwin_00002986_person334_bacteria_1545.png + label: labels/Darwin_00002986_person334_bacteria_1545.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002987_person336_bacteria_1548 + subject_id: person336 + split: test + image: images/Darwin_00002987_person336_bacteria_1548.png + label: labels/Darwin_00002987_person336_bacteria_1548.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002988_person336_bacteria_1549 + subject_id: person336 + split: test + image: images/Darwin_00002988_person336_bacteria_1549.png + label: labels/Darwin_00002988_person336_bacteria_1549.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002989_person336_bacteria_1550 + subject_id: person336 + split: test + image: images/Darwin_00002989_person336_bacteria_1550.png + label: labels/Darwin_00002989_person336_bacteria_1550.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002990_person336_bacteria_1551 + subject_id: person336 + split: test + image: images/Darwin_00002990_person336_bacteria_1551.png + label: labels/Darwin_00002990_person336_bacteria_1551.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002991_person336_bacteria_1552 + subject_id: person336 + split: test + image: images/Darwin_00002991_person336_bacteria_1552.png + label: labels/Darwin_00002991_person336_bacteria_1552.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002992_person336_bacteria_1553 + subject_id: person336 + split: test + image: images/Darwin_00002992_person336_bacteria_1553.png + label: labels/Darwin_00002992_person336_bacteria_1553.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002993_person337_bacteria_1554 + subject_id: person337 + split: train + image: images/Darwin_00002993_person337_bacteria_1554.png + label: labels/Darwin_00002993_person337_bacteria_1554.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002994_person337_bacteria_1557 + subject_id: person337 + split: train + image: images/Darwin_00002994_person337_bacteria_1557.png + label: labels/Darwin_00002994_person337_bacteria_1557.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002995_person337_bacteria_1558 + subject_id: person337 + split: train + image: images/Darwin_00002995_person337_bacteria_1558.png + label: labels/Darwin_00002995_person337_bacteria_1558.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002996_person337_bacteria_1560 + subject_id: person337 + split: train + image: images/Darwin_00002996_person337_bacteria_1560.png + label: labels/Darwin_00002996_person337_bacteria_1560.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002997_person337_bacteria_1561 + subject_id: person337 + split: train + image: images/Darwin_00002997_person337_bacteria_1561.png + label: labels/Darwin_00002997_person337_bacteria_1561.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002998_person337_bacteria_1562 + subject_id: person337 + split: train + image: images/Darwin_00002998_person337_bacteria_1562.png + label: labels/Darwin_00002998_person337_bacteria_1562.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00002999_person337_bacteria_1563 + subject_id: person337 + split: train + image: images/Darwin_00002999_person337_bacteria_1563.png + label: labels/Darwin_00002999_person337_bacteria_1563.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003000_person337_bacteria_1564 + subject_id: person337 + split: train + image: images/Darwin_00003000_person337_bacteria_1564.png + label: labels/Darwin_00003000_person337_bacteria_1564.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003001_person337_bacteria_1565 + subject_id: person337 + split: train + image: images/Darwin_00003001_person337_bacteria_1565.png + label: labels/Darwin_00003001_person337_bacteria_1565.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003002_person337_bacteria_1566 + subject_id: person337 + split: train + image: images/Darwin_00003002_person337_bacteria_1566.png + label: labels/Darwin_00003002_person337_bacteria_1566.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003003_person338_bacteria_1567 + subject_id: person338 + split: train + image: images/Darwin_00003003_person338_bacteria_1567.png + label: labels/Darwin_00003003_person338_bacteria_1567.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003004_person338_bacteria_1568 + subject_id: person338 + split: train + image: images/Darwin_00003004_person338_bacteria_1568.png + label: labels/Darwin_00003004_person338_bacteria_1568.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003005_person339_bacteria_1572 + subject_id: person339 + split: train + image: images/Darwin_00003005_person339_bacteria_1572.png + label: labels/Darwin_00003005_person339_bacteria_1572.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003006_person339_bacteria_1573 + subject_id: person339 + split: train + image: images/Darwin_00003006_person339_bacteria_1573.png + label: labels/Darwin_00003006_person339_bacteria_1573.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003007_person339_bacteria_1574 + subject_id: person339 + split: train + image: images/Darwin_00003007_person339_bacteria_1574.png + label: labels/Darwin_00003007_person339_bacteria_1574.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003008_person340_bacteria_1575 + subject_id: person340 + split: val + image: images/Darwin_00003008_person340_bacteria_1575.png + label: labels/Darwin_00003008_person340_bacteria_1575.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003009_person341_bacteria_1577 + subject_id: person341 + split: test + image: images/Darwin_00003009_person341_bacteria_1577.png + label: labels/Darwin_00003009_person341_bacteria_1577.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003010_person343_bacteria_1583 + subject_id: person343 + split: train + image: images/Darwin_00003010_person343_bacteria_1583.png + label: labels/Darwin_00003010_person343_bacteria_1583.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003011_person343_bacteria_1584 + subject_id: person343 + split: train + image: images/Darwin_00003011_person343_bacteria_1584.png + label: labels/Darwin_00003011_person343_bacteria_1584.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003012_person344_bacteria_1585 + subject_id: person344 + split: train + image: images/Darwin_00003012_person344_bacteria_1585.png + label: labels/Darwin_00003012_person344_bacteria_1585.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003013_person346_bacteria_1590 + subject_id: person346 + split: train + image: images/Darwin_00003013_person346_bacteria_1590.png + label: labels/Darwin_00003013_person346_bacteria_1590.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003014_person347_bacteria_1594 + subject_id: person347 + split: val + image: images/Darwin_00003014_person347_bacteria_1594.png + label: labels/Darwin_00003014_person347_bacteria_1594.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003015_person347_bacteria_1595 + subject_id: person347 + split: val + image: images/Darwin_00003015_person347_bacteria_1595.png + label: labels/Darwin_00003015_person347_bacteria_1595.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003016_person347_bacteria_1597 + subject_id: person347 + split: val + image: images/Darwin_00003016_person347_bacteria_1597.png + label: labels/Darwin_00003016_person347_bacteria_1597.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003017_person347_bacteria_1599 + subject_id: person347 + split: val + image: images/Darwin_00003017_person347_bacteria_1599.png + label: labels/Darwin_00003017_person347_bacteria_1599.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003018_person348_bacteria_1601 + subject_id: person348 + split: val + image: images/Darwin_00003018_person348_bacteria_1601.png + label: labels/Darwin_00003018_person348_bacteria_1601.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003019_person348_bacteria_1602 + subject_id: person348 + split: val + image: images/Darwin_00003019_person348_bacteria_1602.png + label: labels/Darwin_00003019_person348_bacteria_1602.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003020_person348_bacteria_1603 + subject_id: person348 + split: val + image: images/Darwin_00003020_person348_bacteria_1603.png + label: labels/Darwin_00003020_person348_bacteria_1603.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003021_person348_bacteria_1604 + subject_id: person348 + split: val + image: images/Darwin_00003021_person348_bacteria_1604.png + label: labels/Darwin_00003021_person348_bacteria_1604.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003022_person349_bacteria_1605 + subject_id: person349 + split: train + image: images/Darwin_00003022_person349_bacteria_1605.png + label: labels/Darwin_00003022_person349_bacteria_1605.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003023_person349_bacteria_1606 + subject_id: person349 + split: train + image: images/Darwin_00003023_person349_bacteria_1606.png + label: labels/Darwin_00003023_person349_bacteria_1606.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003024_person349_bacteria_1607 + subject_id: person349 + split: train + image: images/Darwin_00003024_person349_bacteria_1607.png + label: labels/Darwin_00003024_person349_bacteria_1607.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003025_person351_bacteria_1617 + subject_id: person351 + split: test + image: images/Darwin_00003025_person351_bacteria_1617.png + label: labels/Darwin_00003025_person351_bacteria_1617.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003026_person351_bacteria_1619 + subject_id: person351 + split: test + image: images/Darwin_00003026_person351_bacteria_1619.png + label: labels/Darwin_00003026_person351_bacteria_1619.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003027_person351_bacteria_1620 + subject_id: person351 + split: test + image: images/Darwin_00003027_person351_bacteria_1620.png + label: labels/Darwin_00003027_person351_bacteria_1620.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003028_person351_bacteria_1621 + subject_id: person351 + split: test + image: images/Darwin_00003028_person351_bacteria_1621.png + label: labels/Darwin_00003028_person351_bacteria_1621.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003029_person351_bacteria_1622 + subject_id: person351 + split: test + image: images/Darwin_00003029_person351_bacteria_1622.png + label: labels/Darwin_00003029_person351_bacteria_1622.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003030_person351_bacteria_1623 + subject_id: person351 + split: test + image: images/Darwin_00003030_person351_bacteria_1623.png + label: labels/Darwin_00003030_person351_bacteria_1623.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003031_person351_bacteria_1624 + subject_id: person351 + split: test + image: images/Darwin_00003031_person351_bacteria_1624.png + label: labels/Darwin_00003031_person351_bacteria_1624.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003032_person352_bacteria_1625 + subject_id: person352 + split: train + image: images/Darwin_00003032_person352_bacteria_1625.png + label: labels/Darwin_00003032_person352_bacteria_1625.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003033_person353_bacteria_1626 + subject_id: person353 + split: val + image: images/Darwin_00003033_person353_bacteria_1626.png + label: labels/Darwin_00003033_person353_bacteria_1626.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003034_person353_bacteria_1628 + subject_id: person353 + split: val + image: images/Darwin_00003034_person353_bacteria_1628.png + label: labels/Darwin_00003034_person353_bacteria_1628.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003037_person354_bacteria_1634 + subject_id: person354 + split: train + image: images/Darwin_00003037_person354_bacteria_1634.png + label: labels/Darwin_00003037_person354_bacteria_1634.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003039_person355_bacteria_1637 + subject_id: person355 + split: train + image: images/Darwin_00003039_person355_bacteria_1637.png + label: labels/Darwin_00003039_person355_bacteria_1637.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003040_person356_bacteria_1638 + subject_id: person356 + split: test + image: images/Darwin_00003040_person356_bacteria_1638.png + label: labels/Darwin_00003040_person356_bacteria_1638.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003041_person357_bacteria_1639 + subject_id: person357 + split: test + image: images/Darwin_00003041_person357_bacteria_1639.png + label: labels/Darwin_00003041_person357_bacteria_1639.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003042_person357_bacteria_1640 + subject_id: person357 + split: test + image: images/Darwin_00003042_person357_bacteria_1640.png + label: labels/Darwin_00003042_person357_bacteria_1640.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003043_person359_bacteria_1642 + subject_id: person359 + split: test + image: images/Darwin_00003043_person359_bacteria_1642.png + label: labels/Darwin_00003043_person359_bacteria_1642.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003044_person359_bacteria_1643 + subject_id: person359 + split: test + image: images/Darwin_00003044_person359_bacteria_1643.png + label: labels/Darwin_00003044_person359_bacteria_1643.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003045_person359_bacteria_1644 + subject_id: person359 + split: test + image: images/Darwin_00003045_person359_bacteria_1644.png + label: labels/Darwin_00003045_person359_bacteria_1644.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003046_person359_bacteria_1645 + subject_id: person359 + split: test + image: images/Darwin_00003046_person359_bacteria_1645.png + label: labels/Darwin_00003046_person359_bacteria_1645.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003047_person359_bacteria_1646 + subject_id: person359 + split: test + image: images/Darwin_00003047_person359_bacteria_1646.png + label: labels/Darwin_00003047_person359_bacteria_1646.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003048_person360_bacteria_1647 + subject_id: person360 + split: train + image: images/Darwin_00003048_person360_bacteria_1647.png + label: labels/Darwin_00003048_person360_bacteria_1647.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003049_person361_bacteria_1651 + subject_id: person361 + split: val + image: images/Darwin_00003049_person361_bacteria_1651.png + label: labels/Darwin_00003049_person361_bacteria_1651.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003050_person362_bacteria_1652 + subject_id: person362 + split: train + image: images/Darwin_00003050_person362_bacteria_1652.png + label: labels/Darwin_00003050_person362_bacteria_1652.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003051_person363_bacteria_1653 + subject_id: person363 + split: train + image: images/Darwin_00003051_person363_bacteria_1653.png + label: labels/Darwin_00003051_person363_bacteria_1653.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003052_person363_bacteria_1654 + subject_id: person363 + split: train + image: images/Darwin_00003052_person363_bacteria_1654.png + label: labels/Darwin_00003052_person363_bacteria_1654.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003053_person363_bacteria_1655 + subject_id: person363 + split: train + image: images/Darwin_00003053_person363_bacteria_1655.png + label: labels/Darwin_00003053_person363_bacteria_1655.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003054_person364_bacteria_1656 + subject_id: person364 + split: val + image: images/Darwin_00003054_person364_bacteria_1656.png + label: labels/Darwin_00003054_person364_bacteria_1656.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003055_person364_bacteria_1657 + subject_id: person364 + split: val + image: images/Darwin_00003055_person364_bacteria_1657.png + label: labels/Darwin_00003055_person364_bacteria_1657.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003056_person364_bacteria_1658 + subject_id: person364 + split: val + image: images/Darwin_00003056_person364_bacteria_1658.png + label: labels/Darwin_00003056_person364_bacteria_1658.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003057_person364_bacteria_1659 + subject_id: person364 + split: val + image: images/Darwin_00003057_person364_bacteria_1659.png + label: labels/Darwin_00003057_person364_bacteria_1659.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003058_person364_bacteria_1660 + subject_id: person364 + split: val + image: images/Darwin_00003058_person364_bacteria_1660.png + label: labels/Darwin_00003058_person364_bacteria_1660.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003059_person366_bacteria_1664 + subject_id: person366 + split: test + image: images/Darwin_00003059_person366_bacteria_1664.png + label: labels/Darwin_00003059_person366_bacteria_1664.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003060_person367_bacteria_1665 + subject_id: person367 + split: train + image: images/Darwin_00003060_person367_bacteria_1665.png + label: labels/Darwin_00003060_person367_bacteria_1665.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003061_person368_bacteria_1666 + subject_id: person368 + split: train + image: images/Darwin_00003061_person368_bacteria_1666.png + label: labels/Darwin_00003061_person368_bacteria_1666.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003063_person368_bacteria_1668 + subject_id: person368 + split: train + image: images/Darwin_00003063_person368_bacteria_1668.png + label: labels/Darwin_00003063_person368_bacteria_1668.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003064_person368_bacteria_1672 + subject_id: person368 + split: train + image: images/Darwin_00003064_person368_bacteria_1672.png + label: labels/Darwin_00003064_person368_bacteria_1672.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003065_person368_bacteria_1678 + subject_id: person368 + split: train + image: images/Darwin_00003065_person368_bacteria_1678.png + label: labels/Darwin_00003065_person368_bacteria_1678.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003067_person370_bacteria_1687 + subject_id: person370 + split: train + image: images/Darwin_00003067_person370_bacteria_1687.png + label: labels/Darwin_00003067_person370_bacteria_1687.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003068_person370_bacteria_1688 + subject_id: person370 + split: train + image: images/Darwin_00003068_person370_bacteria_1688.png + label: labels/Darwin_00003068_person370_bacteria_1688.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003069_person370_bacteria_1689 + subject_id: person370 + split: train + image: images/Darwin_00003069_person370_bacteria_1689.png + label: labels/Darwin_00003069_person370_bacteria_1689.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003070_person370_bacteria_1690 + subject_id: person370 + split: train + image: images/Darwin_00003070_person370_bacteria_1690.png + label: labels/Darwin_00003070_person370_bacteria_1690.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003071_person370_bacteria_1691 + subject_id: person370 + split: train + image: images/Darwin_00003071_person370_bacteria_1691.png + label: labels/Darwin_00003071_person370_bacteria_1691.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003072_person370_bacteria_1692 + subject_id: person370 + split: train + image: images/Darwin_00003072_person370_bacteria_1692.png + label: labels/Darwin_00003072_person370_bacteria_1692.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003073_person371_bacteria_1694 + subject_id: person371 + split: train + image: images/Darwin_00003073_person371_bacteria_1694.png + label: labels/Darwin_00003073_person371_bacteria_1694.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003074_person371_bacteria_1695 + subject_id: person371 + split: train + image: images/Darwin_00003074_person371_bacteria_1695.png + label: labels/Darwin_00003074_person371_bacteria_1695.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003075_person371_bacteria_1696 + subject_id: person371 + split: train + image: images/Darwin_00003075_person371_bacteria_1696.png + label: labels/Darwin_00003075_person371_bacteria_1696.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003076_person371_bacteria_1698 + subject_id: person371 + split: train + image: images/Darwin_00003076_person371_bacteria_1698.png + label: labels/Darwin_00003076_person371_bacteria_1698.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003077_person371_bacteria_1699 + subject_id: person371 + split: train + image: images/Darwin_00003077_person371_bacteria_1699.png + label: labels/Darwin_00003077_person371_bacteria_1699.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003078_person371_bacteria_1700 + subject_id: person371 + split: train + image: images/Darwin_00003078_person371_bacteria_1700.png + label: labels/Darwin_00003078_person371_bacteria_1700.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003079_person371_bacteria_1701 + subject_id: person371 + split: train + image: images/Darwin_00003079_person371_bacteria_1701.png + label: labels/Darwin_00003079_person371_bacteria_1701.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003080_person371_bacteria_1702 + subject_id: person371 + split: train + image: images/Darwin_00003080_person371_bacteria_1702.png + label: labels/Darwin_00003080_person371_bacteria_1702.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003081_person371_bacteria_1703 + subject_id: person371 + split: train + image: images/Darwin_00003081_person371_bacteria_1703.png + label: labels/Darwin_00003081_person371_bacteria_1703.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003082_person372_bacteria_1704 + subject_id: person372 + split: train + image: images/Darwin_00003082_person372_bacteria_1704.png + label: labels/Darwin_00003082_person372_bacteria_1704.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003083_person372_bacteria_1705 + subject_id: person372 + split: train + image: images/Darwin_00003083_person372_bacteria_1705.png + label: labels/Darwin_00003083_person372_bacteria_1705.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003084_person372_bacteria_1706 + subject_id: person372 + split: train + image: images/Darwin_00003084_person372_bacteria_1706.png + label: labels/Darwin_00003084_person372_bacteria_1706.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003085_person373_bacteria_1707 + subject_id: person373 + split: train + image: images/Darwin_00003085_person373_bacteria_1707.png + label: labels/Darwin_00003085_person373_bacteria_1707.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003086_person373_bacteria_1708 + subject_id: person373 + split: train + image: images/Darwin_00003086_person373_bacteria_1708.png + label: labels/Darwin_00003086_person373_bacteria_1708.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003087_person373_bacteria_1709 + subject_id: person373 + split: train + image: images/Darwin_00003087_person373_bacteria_1709.png + label: labels/Darwin_00003087_person373_bacteria_1709.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003089_person374_bacteria_1711 + subject_id: person374 + split: val + image: images/Darwin_00003089_person374_bacteria_1711.png + label: labels/Darwin_00003089_person374_bacteria_1711.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003090_person374_bacteria_1712 + subject_id: person374 + split: val + image: images/Darwin_00003090_person374_bacteria_1712.png + label: labels/Darwin_00003090_person374_bacteria_1712.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003091_person375_bacteria_1713 + subject_id: person375 + split: train + image: images/Darwin_00003091_person375_bacteria_1713.png + label: labels/Darwin_00003091_person375_bacteria_1713.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003092_person376_bacteria_1715 + subject_id: person376 + split: train + image: images/Darwin_00003092_person376_bacteria_1715.png + label: labels/Darwin_00003092_person376_bacteria_1715.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003093_person376_bacteria_1716 + subject_id: person376 + split: train + image: images/Darwin_00003093_person376_bacteria_1716.png + label: labels/Darwin_00003093_person376_bacteria_1716.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003094_person377_bacteria_1717 + subject_id: person377 + split: train + image: images/Darwin_00003094_person377_bacteria_1717.png + label: labels/Darwin_00003094_person377_bacteria_1717.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003095_person377_bacteria_1718 + subject_id: person377 + split: train + image: images/Darwin_00003095_person377_bacteria_1718.png + label: labels/Darwin_00003095_person377_bacteria_1718.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003096_person379_bacteria_1721 + subject_id: person379 + split: val + image: images/Darwin_00003096_person379_bacteria_1721.png + label: labels/Darwin_00003096_person379_bacteria_1721.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003097_person379_bacteria_1722 + subject_id: person379 + split: val + image: images/Darwin_00003097_person379_bacteria_1722.png + label: labels/Darwin_00003097_person379_bacteria_1722.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003098_person381_bacteria_1730 + subject_id: person381 + split: test + image: images/Darwin_00003098_person381_bacteria_1730.png + label: labels/Darwin_00003098_person381_bacteria_1730.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003099_person381_bacteria_1731 + subject_id: person381 + split: test + image: images/Darwin_00003099_person381_bacteria_1731.png + label: labels/Darwin_00003099_person381_bacteria_1731.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003100_person382_bacteria_1737 + subject_id: person382 + split: train + image: images/Darwin_00003100_person382_bacteria_1737.png + label: labels/Darwin_00003100_person382_bacteria_1737.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003101_person382_bacteria_1738 + subject_id: person382 + split: train + image: images/Darwin_00003101_person382_bacteria_1738.png + label: labels/Darwin_00003101_person382_bacteria_1738.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003102_person382_bacteria_1739 + subject_id: person382 + split: train + image: images/Darwin_00003102_person382_bacteria_1739.png + label: labels/Darwin_00003102_person382_bacteria_1739.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003103_person382_bacteria_1740 + subject_id: person382 + split: train + image: images/Darwin_00003103_person382_bacteria_1740.png + label: labels/Darwin_00003103_person382_bacteria_1740.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003104_person382_bacteria_1741 + subject_id: person382 + split: train + image: images/Darwin_00003104_person382_bacteria_1741.png + label: labels/Darwin_00003104_person382_bacteria_1741.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003105_person382_bacteria_1742 + subject_id: person382 + split: train + image: images/Darwin_00003105_person382_bacteria_1742.png + label: labels/Darwin_00003105_person382_bacteria_1742.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003106_person382_bacteria_1745 + subject_id: person382 + split: train + image: images/Darwin_00003106_person382_bacteria_1745.png + label: labels/Darwin_00003106_person382_bacteria_1745.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003107_person382_bacteria_1746 + subject_id: person382 + split: train + image: images/Darwin_00003107_person382_bacteria_1746.png + label: labels/Darwin_00003107_person382_bacteria_1746.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003108_person383_bacteria_1747 + subject_id: person383 + split: val + image: images/Darwin_00003108_person383_bacteria_1747.png + label: labels/Darwin_00003108_person383_bacteria_1747.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003109_person383_bacteria_1748 + subject_id: person383 + split: val + image: images/Darwin_00003109_person383_bacteria_1748.png + label: labels/Darwin_00003109_person383_bacteria_1748.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003110_person383_bacteria_1749 + subject_id: person383 + split: val + image: images/Darwin_00003110_person383_bacteria_1749.png + label: labels/Darwin_00003110_person383_bacteria_1749.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003111_person383_bacteria_1750 + subject_id: person383 + split: val + image: images/Darwin_00003111_person383_bacteria_1750.png + label: labels/Darwin_00003111_person383_bacteria_1750.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003112_person383_bacteria_1751 + subject_id: person383 + split: val + image: images/Darwin_00003112_person383_bacteria_1751.png + label: labels/Darwin_00003112_person383_bacteria_1751.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003113_person383_bacteria_1752 + subject_id: person383 + split: val + image: images/Darwin_00003113_person383_bacteria_1752.png + label: labels/Darwin_00003113_person383_bacteria_1752.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003114_person383_bacteria_1753 + subject_id: person383 + split: val + image: images/Darwin_00003114_person383_bacteria_1753.png + label: labels/Darwin_00003114_person383_bacteria_1753.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003115_person383_bacteria_1754 + subject_id: person383 + split: val + image: images/Darwin_00003115_person383_bacteria_1754.png + label: labels/Darwin_00003115_person383_bacteria_1754.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003116_person384_bacteria_1755 + subject_id: person384 + split: train + image: images/Darwin_00003116_person384_bacteria_1755.png + label: labels/Darwin_00003116_person384_bacteria_1755.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003117_person385_bacteria_1765 + subject_id: person385 + split: train + image: images/Darwin_00003117_person385_bacteria_1765.png + label: labels/Darwin_00003117_person385_bacteria_1765.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003118_person385_bacteria_1766 + subject_id: person385 + split: train + image: images/Darwin_00003118_person385_bacteria_1766.png + label: labels/Darwin_00003118_person385_bacteria_1766.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003119_person387_bacteria_1769 + subject_id: person387 + split: test + image: images/Darwin_00003119_person387_bacteria_1769.png + label: labels/Darwin_00003119_person387_bacteria_1769.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003122_person389_bacteria_1778 + subject_id: person389 + split: val + image: images/Darwin_00003122_person389_bacteria_1778.png + label: labels/Darwin_00003122_person389_bacteria_1778.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003123_person389_bacteria_1780 + subject_id: person389 + split: val + image: images/Darwin_00003123_person389_bacteria_1780.png + label: labels/Darwin_00003123_person389_bacteria_1780.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003124_person390_bacteria_1781 + subject_id: person390 + split: train + image: images/Darwin_00003124_person390_bacteria_1781.png + label: labels/Darwin_00003124_person390_bacteria_1781.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003125_person391_bacteria_1782 + subject_id: person391 + split: train + image: images/Darwin_00003125_person391_bacteria_1782.png + label: labels/Darwin_00003125_person391_bacteria_1782.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003126_person392_bacteria_1783 + subject_id: person392 + split: train + image: images/Darwin_00003126_person392_bacteria_1783.png + label: labels/Darwin_00003126_person392_bacteria_1783.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003127_person392_bacteria_1784 + subject_id: person392 + split: train + image: images/Darwin_00003127_person392_bacteria_1784.png + label: labels/Darwin_00003127_person392_bacteria_1784.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003128_person392_bacteria_1785 + subject_id: person392 + split: train + image: images/Darwin_00003128_person392_bacteria_1785.png + label: labels/Darwin_00003128_person392_bacteria_1785.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003129_person392_bacteria_1786 + subject_id: person392 + split: train + image: images/Darwin_00003129_person392_bacteria_1786.png + label: labels/Darwin_00003129_person392_bacteria_1786.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003130_person392_bacteria_1787 + subject_id: person392 + split: train + image: images/Darwin_00003130_person392_bacteria_1787.png + label: labels/Darwin_00003130_person392_bacteria_1787.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003131_person393_bacteria_1789 + subject_id: person393 + split: train + image: images/Darwin_00003131_person393_bacteria_1789.png + label: labels/Darwin_00003131_person393_bacteria_1789.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003132_person394_bacteria_1791 + subject_id: person394 + split: train + image: images/Darwin_00003132_person394_bacteria_1791.png + label: labels/Darwin_00003132_person394_bacteria_1791.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003133_person2_bacteria_3 + subject_id: person2 + split: test + image: images/Darwin_00003133_person2_bacteria_3.png + label: labels/Darwin_00003133_person2_bacteria_3.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003134_person2_bacteria_4 + subject_id: person2 + split: test + image: images/Darwin_00003134_person2_bacteria_4.png + label: labels/Darwin_00003134_person2_bacteria_4.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003135_person27_bacteria_135 + subject_id: person27 + split: train + image: images/Darwin_00003135_person27_bacteria_135.png + label: labels/Darwin_00003135_person27_bacteria_135.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003136_person27_bacteria_136 + subject_id: person27 + split: train + image: images/Darwin_00003136_person27_bacteria_136.png + label: labels/Darwin_00003136_person27_bacteria_136.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003137_person27_bacteria_137 + subject_id: person27 + split: train + image: images/Darwin_00003137_person27_bacteria_137.png + label: labels/Darwin_00003137_person27_bacteria_137.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003138_person27_bacteria_138 + subject_id: person27 + split: train + image: images/Darwin_00003138_person27_bacteria_138.png + label: labels/Darwin_00003138_person27_bacteria_138.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003139_person28_bacteria_139 + subject_id: person28 + split: val + image: images/Darwin_00003139_person28_bacteria_139.png + label: labels/Darwin_00003139_person28_bacteria_139.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003140_person28_bacteria_141 + subject_id: person28 + split: val + image: images/Darwin_00003140_person28_bacteria_141.png + label: labels/Darwin_00003140_person28_bacteria_141.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003141_person28_bacteria_142 + subject_id: person28 + split: val + image: images/Darwin_00003141_person28_bacteria_142.png + label: labels/Darwin_00003141_person28_bacteria_142.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003142_person28_bacteria_143 + subject_id: person28 + split: val + image: images/Darwin_00003142_person28_bacteria_143.png + label: labels/Darwin_00003142_person28_bacteria_143.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003143_person29_bacteria_144 + subject_id: person29 + split: train + image: images/Darwin_00003143_person29_bacteria_144.png + label: labels/Darwin_00003143_person29_bacteria_144.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003144_person30_bacteria_145 + subject_id: person30 + split: val + image: images/Darwin_00003144_person30_bacteria_145.png + label: labels/Darwin_00003144_person30_bacteria_145.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003145_person30_bacteria_146 + subject_id: person30 + split: val + image: images/Darwin_00003145_person30_bacteria_146.png + label: labels/Darwin_00003145_person30_bacteria_146.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003146_person30_bacteria_147 + subject_id: person30 + split: val + image: images/Darwin_00003146_person30_bacteria_147.png + label: labels/Darwin_00003146_person30_bacteria_147.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003147_person30_bacteria_148 + subject_id: person30 + split: val + image: images/Darwin_00003147_person30_bacteria_148.png + label: labels/Darwin_00003147_person30_bacteria_148.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003148_person30_bacteria_149 + subject_id: person30 + split: val + image: images/Darwin_00003148_person30_bacteria_149.png + label: labels/Darwin_00003148_person30_bacteria_149.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003149_person30_bacteria_150 + subject_id: person30 + split: val + image: images/Darwin_00003149_person30_bacteria_150.png + label: labels/Darwin_00003149_person30_bacteria_150.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003150_person30_bacteria_151 + subject_id: person30 + split: val + image: images/Darwin_00003150_person30_bacteria_151.png + label: labels/Darwin_00003150_person30_bacteria_151.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003151_person30_bacteria_152 + subject_id: person30 + split: val + image: images/Darwin_00003151_person30_bacteria_152.png + label: labels/Darwin_00003151_person30_bacteria_152.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003152_person30_bacteria_153 + subject_id: person30 + split: val + image: images/Darwin_00003152_person30_bacteria_153.png + label: labels/Darwin_00003152_person30_bacteria_153.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003153_person30_bacteria_154 + subject_id: person30 + split: val + image: images/Darwin_00003153_person30_bacteria_154.png + label: labels/Darwin_00003153_person30_bacteria_154.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003154_person30_bacteria_155 + subject_id: person30 + split: val + image: images/Darwin_00003154_person30_bacteria_155.png + label: labels/Darwin_00003154_person30_bacteria_155.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003155_person30_bacteria_156 + subject_id: person30 + split: val + image: images/Darwin_00003155_person30_bacteria_156.png + label: labels/Darwin_00003155_person30_bacteria_156.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003157_person30_bacteria_158 + subject_id: person30 + split: val + image: images/Darwin_00003157_person30_bacteria_158.png + label: labels/Darwin_00003157_person30_bacteria_158.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003158_person31_bacteria_160 + subject_id: person31 + split: train + image: images/Darwin_00003158_person31_bacteria_160.png + label: labels/Darwin_00003158_person31_bacteria_160.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003159_person31_bacteria_161 + subject_id: person31 + split: train + image: images/Darwin_00003159_person31_bacteria_161.png + label: labels/Darwin_00003159_person31_bacteria_161.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003161_person31_bacteria_163 + subject_id: person31 + split: train + image: images/Darwin_00003161_person31_bacteria_163.png + label: labels/Darwin_00003161_person31_bacteria_163.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003162_person31_bacteria_164 + subject_id: person31 + split: train + image: images/Darwin_00003162_person31_bacteria_164.png + label: labels/Darwin_00003162_person31_bacteria_164.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003163_person276_bacteria_1295 + subject_id: person276 + split: train + image: images/Darwin_00003163_person276_bacteria_1295.png + label: labels/Darwin_00003163_person276_bacteria_1295.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003164_person276_bacteria_1296 + subject_id: person276 + split: train + image: images/Darwin_00003164_person276_bacteria_1296.png + label: labels/Darwin_00003164_person276_bacteria_1296.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003165_person276_bacteria_1297 + subject_id: person276 + split: train + image: images/Darwin_00003165_person276_bacteria_1297.png + label: labels/Darwin_00003165_person276_bacteria_1297.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003166_person276_bacteria_1298 + subject_id: person276 + split: train + image: images/Darwin_00003166_person276_bacteria_1298.png + label: labels/Darwin_00003166_person276_bacteria_1298.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003167_person276_bacteria_1299 + subject_id: person276 + split: train + image: images/Darwin_00003167_person276_bacteria_1299.png + label: labels/Darwin_00003167_person276_bacteria_1299.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003170_person277_bacteria_1302 + subject_id: person277 + split: train + image: images/Darwin_00003170_person277_bacteria_1302.png + label: labels/Darwin_00003170_person277_bacteria_1302.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003171_person277_bacteria_1303 + subject_id: person277 + split: train + image: images/Darwin_00003171_person277_bacteria_1303.png + label: labels/Darwin_00003171_person277_bacteria_1303.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003172_person277_bacteria_1304 + subject_id: person277 + split: train + image: images/Darwin_00003172_person277_bacteria_1304.png + label: labels/Darwin_00003172_person277_bacteria_1304.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003173_person277_bacteria_1305 + subject_id: person277 + split: train + image: images/Darwin_00003173_person277_bacteria_1305.png + label: labels/Darwin_00003173_person277_bacteria_1305.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003174_person277_bacteria_1306 + subject_id: person277 + split: train + image: images/Darwin_00003174_person277_bacteria_1306.png + label: labels/Darwin_00003174_person277_bacteria_1306.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003175_person277_bacteria_1307 + subject_id: person277 + split: train + image: images/Darwin_00003175_person277_bacteria_1307.png + label: labels/Darwin_00003175_person277_bacteria_1307.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003176_person278_bacteria_1309 + subject_id: person278 + split: train + image: images/Darwin_00003176_person278_bacteria_1309.png + label: labels/Darwin_00003176_person278_bacteria_1309.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003177_person278_bacteria_1311 + subject_id: person278 + split: train + image: images/Darwin_00003177_person278_bacteria_1311.png + label: labels/Darwin_00003177_person278_bacteria_1311.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003178_person278_bacteria_1313 + subject_id: person278 + split: train + image: images/Darwin_00003178_person278_bacteria_1313.png + label: labels/Darwin_00003178_person278_bacteria_1313.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003179_person278_bacteria_1314 + subject_id: person278 + split: train + image: images/Darwin_00003179_person278_bacteria_1314.png + label: labels/Darwin_00003179_person278_bacteria_1314.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003180_person279_bacteria_1315 + subject_id: person279 + split: train + image: images/Darwin_00003180_person279_bacteria_1315.png + label: labels/Darwin_00003180_person279_bacteria_1315.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003181_person279_bacteria_1316 + subject_id: person279 + split: train + image: images/Darwin_00003181_person279_bacteria_1316.png + label: labels/Darwin_00003181_person279_bacteria_1316.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003182_person280_bacteria_1318 + subject_id: person280 + split: train + image: images/Darwin_00003182_person280_bacteria_1318.png + label: labels/Darwin_00003182_person280_bacteria_1318.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003183_person280_bacteria_1320 + subject_id: person280 + split: train + image: images/Darwin_00003183_person280_bacteria_1320.png + label: labels/Darwin_00003183_person280_bacteria_1320.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003184_person280_bacteria_1321 + subject_id: person280 + split: train + image: images/Darwin_00003184_person280_bacteria_1321.png + label: labels/Darwin_00003184_person280_bacteria_1321.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003185_person280_bacteria_1322 + subject_id: person280 + split: train + image: images/Darwin_00003185_person280_bacteria_1322.png + label: labels/Darwin_00003185_person280_bacteria_1322.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003186_person281_bacteria_1323 + subject_id: person281 + split: train + image: images/Darwin_00003186_person281_bacteria_1323.png + label: labels/Darwin_00003186_person281_bacteria_1323.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003187_person281_bacteria_1324 + subject_id: person281 + split: train + image: images/Darwin_00003187_person281_bacteria_1324.png + label: labels/Darwin_00003187_person281_bacteria_1324.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003188_person281_bacteria_1325 + subject_id: person281 + split: train + image: images/Darwin_00003188_person281_bacteria_1325.png + label: labels/Darwin_00003188_person281_bacteria_1325.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003189_person281_bacteria_1326 + subject_id: person281 + split: train + image: images/Darwin_00003189_person281_bacteria_1326.png + label: labels/Darwin_00003189_person281_bacteria_1326.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003190_person281_bacteria_1327 + subject_id: person281 + split: train + image: images/Darwin_00003190_person281_bacteria_1327.png + label: labels/Darwin_00003190_person281_bacteria_1327.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003191_person281_bacteria_1328 + subject_id: person281 + split: train + image: images/Darwin_00003191_person281_bacteria_1328.png + label: labels/Darwin_00003191_person281_bacteria_1328.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003192_person281_bacteria_1329 + subject_id: person281 + split: train + image: images/Darwin_00003192_person281_bacteria_1329.png + label: labels/Darwin_00003192_person281_bacteria_1329.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003193_person281_bacteria_1330 + subject_id: person281 + split: train + image: images/Darwin_00003193_person281_bacteria_1330.png + label: labels/Darwin_00003193_person281_bacteria_1330.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003194_person281_bacteria_1331 + subject_id: person281 + split: train + image: images/Darwin_00003194_person281_bacteria_1331.png + label: labels/Darwin_00003194_person281_bacteria_1331.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003195_person281_bacteria_1332 + subject_id: person281 + split: train + image: images/Darwin_00003195_person281_bacteria_1332.png + label: labels/Darwin_00003195_person281_bacteria_1332.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003196_person281_bacteria_1333 + subject_id: person281 + split: train + image: images/Darwin_00003196_person281_bacteria_1333.png + label: labels/Darwin_00003196_person281_bacteria_1333.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003197_person287_bacteria_1354 + subject_id: person287 + split: train + image: images/Darwin_00003197_person287_bacteria_1354.png + label: labels/Darwin_00003197_person287_bacteria_1354.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003198_person287_bacteria_1355 + subject_id: person287 + split: train + image: images/Darwin_00003198_person287_bacteria_1355.png + label: labels/Darwin_00003198_person287_bacteria_1355.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003199_person290_bacteria_1372 + subject_id: person290 + split: train + image: images/Darwin_00003199_person290_bacteria_1372.png + label: labels/Darwin_00003199_person290_bacteria_1372.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003200_person291_bacteria_1374 + subject_id: person291 + split: test + image: images/Darwin_00003200_person291_bacteria_1374.png + label: labels/Darwin_00003200_person291_bacteria_1374.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003201_person291_bacteria_1376 + subject_id: person291 + split: test + image: images/Darwin_00003201_person291_bacteria_1376.png + label: labels/Darwin_00003201_person291_bacteria_1376.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003202_person291_bacteria_1377 + subject_id: person291 + split: test + image: images/Darwin_00003202_person291_bacteria_1377.png + label: labels/Darwin_00003202_person291_bacteria_1377.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003203_person292_bacteria_1378 + subject_id: person292 + split: train + image: images/Darwin_00003203_person292_bacteria_1378.png + label: labels/Darwin_00003203_person292_bacteria_1378.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003204_person293_bacteria_1379 + subject_id: person293 + split: val + image: images/Darwin_00003204_person293_bacteria_1379.png + label: labels/Darwin_00003204_person293_bacteria_1379.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003205_person294_bacteria_1380 + subject_id: person294 + split: train + image: images/Darwin_00003205_person294_bacteria_1380.png + label: labels/Darwin_00003205_person294_bacteria_1380.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003206_person294_bacteria_1381 + subject_id: person294 + split: train + image: images/Darwin_00003206_person294_bacteria_1381.png + label: labels/Darwin_00003206_person294_bacteria_1381.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003207_person294_bacteria_1382 + subject_id: person294 + split: train + image: images/Darwin_00003207_person294_bacteria_1382.png + label: labels/Darwin_00003207_person294_bacteria_1382.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003208_person294_bacteria_1383 + subject_id: person294 + split: train + image: images/Darwin_00003208_person294_bacteria_1383.png + label: labels/Darwin_00003208_person294_bacteria_1383.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003209_person294_bacteria_1384 + subject_id: person294 + split: train + image: images/Darwin_00003209_person294_bacteria_1384.png + label: labels/Darwin_00003209_person294_bacteria_1384.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003210_person294_bacteria_1385 + subject_id: person294 + split: train + image: images/Darwin_00003210_person294_bacteria_1385.png + label: labels/Darwin_00003210_person294_bacteria_1385.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003211_person294_bacteria_1386 + subject_id: person294 + split: train + image: images/Darwin_00003211_person294_bacteria_1386.png + label: labels/Darwin_00003211_person294_bacteria_1386.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003212_person294_bacteria_1388 + subject_id: person294 + split: train + image: images/Darwin_00003212_person294_bacteria_1388.png + label: labels/Darwin_00003212_person294_bacteria_1388.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003213_person295_bacteria_1389 + subject_id: person295 + split: train + image: images/Darwin_00003213_person295_bacteria_1389.png + label: labels/Darwin_00003213_person295_bacteria_1389.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003214_person295_bacteria_1390 + subject_id: person295 + split: train + image: images/Darwin_00003214_person295_bacteria_1390.png + label: labels/Darwin_00003214_person295_bacteria_1390.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003215_person296_bacteria_1391 + subject_id: person296 + split: train + image: images/Darwin_00003215_person296_bacteria_1391.png + label: labels/Darwin_00003215_person296_bacteria_1391.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003216_person296_bacteria_1392 + subject_id: person296 + split: train + image: images/Darwin_00003216_person296_bacteria_1392.png + label: labels/Darwin_00003216_person296_bacteria_1392.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003217_person296_bacteria_1393 + subject_id: person296 + split: train + image: images/Darwin_00003217_person296_bacteria_1393.png + label: labels/Darwin_00003217_person296_bacteria_1393.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003218_person296_bacteria_1394 + subject_id: person296 + split: train + image: images/Darwin_00003218_person296_bacteria_1394.png + label: labels/Darwin_00003218_person296_bacteria_1394.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003219_person296_bacteria_1395 + subject_id: person296 + split: train + image: images/Darwin_00003219_person296_bacteria_1395.png + label: labels/Darwin_00003219_person296_bacteria_1395.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003220_person296_bacteria_1396 + subject_id: person296 + split: train + image: images/Darwin_00003220_person296_bacteria_1396.png + label: labels/Darwin_00003220_person296_bacteria_1396.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003221_person296_bacteria_1397 + subject_id: person296 + split: train + image: images/Darwin_00003221_person296_bacteria_1397.png + label: labels/Darwin_00003221_person296_bacteria_1397.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003222_person297_bacteria_1400 + subject_id: person297 + split: test + image: images/Darwin_00003222_person297_bacteria_1400.png + label: labels/Darwin_00003222_person297_bacteria_1400.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003224_person298_bacteria_1408 + subject_id: person298 + split: train + image: images/Darwin_00003224_person298_bacteria_1408.png + label: labels/Darwin_00003224_person298_bacteria_1408.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003225_person298_bacteria_1409 + subject_id: person298 + split: train + image: images/Darwin_00003225_person298_bacteria_1409.png + label: labels/Darwin_00003225_person298_bacteria_1409.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003226_person298_bacteria_1410 + subject_id: person298 + split: train + image: images/Darwin_00003226_person298_bacteria_1410.png + label: labels/Darwin_00003226_person298_bacteria_1410.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003227_person298_bacteria_1411 + subject_id: person298 + split: train + image: images/Darwin_00003227_person298_bacteria_1411.png + label: labels/Darwin_00003227_person298_bacteria_1411.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003228_person298_bacteria_1412 + subject_id: person298 + split: train + image: images/Darwin_00003228_person298_bacteria_1412.png + label: labels/Darwin_00003228_person298_bacteria_1412.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003229_person298_bacteria_1413 + subject_id: person298 + split: train + image: images/Darwin_00003229_person298_bacteria_1413.png + label: labels/Darwin_00003229_person298_bacteria_1413.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003230_person299_bacteria_1414 + subject_id: person299 + split: train + image: images/Darwin_00003230_person299_bacteria_1414.png + label: labels/Darwin_00003230_person299_bacteria_1414.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003231_person299_bacteria_1416 + subject_id: person299 + split: train + image: images/Darwin_00003231_person299_bacteria_1416.png + label: labels/Darwin_00003231_person299_bacteria_1416.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003232_person299_bacteria_1417 + subject_id: person299 + split: train + image: images/Darwin_00003232_person299_bacteria_1417.png + label: labels/Darwin_00003232_person299_bacteria_1417.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003233_person299_bacteria_1418 + subject_id: person299 + split: train + image: images/Darwin_00003233_person299_bacteria_1418.png + label: labels/Darwin_00003233_person299_bacteria_1418.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003234_person299_bacteria_1419 + subject_id: person299 + split: train + image: images/Darwin_00003234_person299_bacteria_1419.png + label: labels/Darwin_00003234_person299_bacteria_1419.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003235_person300_bacteria_1421 + subject_id: person300 + split: test + image: images/Darwin_00003235_person300_bacteria_1421.png + label: labels/Darwin_00003235_person300_bacteria_1421.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003236_person300_bacteria_1422 + subject_id: person300 + split: test + image: images/Darwin_00003236_person300_bacteria_1422.png + label: labels/Darwin_00003236_person300_bacteria_1422.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003237_person300_bacteria_1423 + subject_id: person300 + split: test + image: images/Darwin_00003237_person300_bacteria_1423.png + label: labels/Darwin_00003237_person300_bacteria_1423.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003238_person301_bacteria_1424 + subject_id: person301 + split: train + image: images/Darwin_00003238_person301_bacteria_1424.png + label: labels/Darwin_00003238_person301_bacteria_1424.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003239_person301_bacteria_1427 + subject_id: person301 + split: train + image: images/Darwin_00003239_person301_bacteria_1427.png + label: labels/Darwin_00003239_person301_bacteria_1427.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003240_person301_bacteria_1428 + subject_id: person301 + split: train + image: images/Darwin_00003240_person301_bacteria_1428.png + label: labels/Darwin_00003240_person301_bacteria_1428.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003241_person301_bacteria_1429 + subject_id: person301 + split: train + image: images/Darwin_00003241_person301_bacteria_1429.png + label: labels/Darwin_00003241_person301_bacteria_1429.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003242_person302_bacteria_1430 + subject_id: person302 + split: train + image: images/Darwin_00003242_person302_bacteria_1430.png + label: labels/Darwin_00003242_person302_bacteria_1430.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003243_person303_bacteria_1431 + subject_id: person303 + split: train + image: images/Darwin_00003243_person303_bacteria_1431.png + label: labels/Darwin_00003243_person303_bacteria_1431.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003245_person305_bacteria_1436 + subject_id: person305 + split: train + image: images/Darwin_00003245_person305_bacteria_1436.png + label: labels/Darwin_00003245_person305_bacteria_1436.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003246_person305_bacteria_1437 + subject_id: person305 + split: train + image: images/Darwin_00003246_person305_bacteria_1437.png + label: labels/Darwin_00003246_person305_bacteria_1437.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003247_person306_bacteria_1439 + subject_id: person306 + split: train + image: images/Darwin_00003247_person306_bacteria_1439.png + label: labels/Darwin_00003247_person306_bacteria_1439.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003248_person306_bacteria_1440 + subject_id: person306 + split: train + image: images/Darwin_00003248_person306_bacteria_1440.png + label: labels/Darwin_00003248_person306_bacteria_1440.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003249_person307_bacteria_1441 + subject_id: person307 + split: test + image: images/Darwin_00003249_person307_bacteria_1441.png + label: labels/Darwin_00003249_person307_bacteria_1441.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003250_person307_bacteria_1442 + subject_id: person307 + split: test + image: images/Darwin_00003250_person307_bacteria_1442.png + label: labels/Darwin_00003250_person307_bacteria_1442.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003251_person308_bacteria_1443 + subject_id: person308 + split: train + image: images/Darwin_00003251_person308_bacteria_1443.png + label: labels/Darwin_00003251_person308_bacteria_1443.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003252_person308_bacteria_1445 + subject_id: person308 + split: train + image: images/Darwin_00003252_person308_bacteria_1445.png + label: labels/Darwin_00003252_person308_bacteria_1445.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003253_person309_bacteria_1447 + subject_id: person309 + split: test + image: images/Darwin_00003253_person309_bacteria_1447.png + label: labels/Darwin_00003253_person309_bacteria_1447.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003254_person309_bacteria_1449 + subject_id: person309 + split: test + image: images/Darwin_00003254_person309_bacteria_1449.png + label: labels/Darwin_00003254_person309_bacteria_1449.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003255_person310_bacteria_1450 + subject_id: person310 + split: train + image: images/Darwin_00003255_person310_bacteria_1450.png + label: labels/Darwin_00003255_person310_bacteria_1450.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003256_person310_bacteria_1451 + subject_id: person310 + split: train + image: images/Darwin_00003256_person310_bacteria_1451.png + label: labels/Darwin_00003256_person310_bacteria_1451.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003257_person311_bacteria_1452 + subject_id: person311 + split: train + image: images/Darwin_00003257_person311_bacteria_1452.png + label: labels/Darwin_00003257_person311_bacteria_1452.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003258_person311_bacteria_1453 + subject_id: person311 + split: train + image: images/Darwin_00003258_person311_bacteria_1453.png + label: labels/Darwin_00003258_person311_bacteria_1453.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003259_person312_bacteria_1454 + subject_id: person312 + split: train + image: images/Darwin_00003259_person312_bacteria_1454.png + label: labels/Darwin_00003259_person312_bacteria_1454.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003260_person312_bacteria_1455 + subject_id: person312 + split: train + image: images/Darwin_00003260_person312_bacteria_1455.png + label: labels/Darwin_00003260_person312_bacteria_1455.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003261_person312_bacteria_1456 + subject_id: person312 + split: train + image: images/Darwin_00003261_person312_bacteria_1456.png + label: labels/Darwin_00003261_person312_bacteria_1456.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003262_person313_bacteria_1457 + subject_id: person313 + split: train + image: images/Darwin_00003262_person313_bacteria_1457.png + label: labels/Darwin_00003262_person313_bacteria_1457.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003263_person313_bacteria_1458 + subject_id: person313 + split: train + image: images/Darwin_00003263_person313_bacteria_1458.png + label: labels/Darwin_00003263_person313_bacteria_1458.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003264_person313_bacteria_1459 + subject_id: person313 + split: train + image: images/Darwin_00003264_person313_bacteria_1459.png + label: labels/Darwin_00003264_person313_bacteria_1459.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003265_person313_bacteria_1460 + subject_id: person313 + split: train + image: images/Darwin_00003265_person313_bacteria_1460.png + label: labels/Darwin_00003265_person313_bacteria_1460.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003266_person314_bacteria_1461 + subject_id: person314 + split: val + image: images/Darwin_00003266_person314_bacteria_1461.png + label: labels/Darwin_00003266_person314_bacteria_1461.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003267_person314_bacteria_1462 + subject_id: person314 + split: val + image: images/Darwin_00003267_person314_bacteria_1462.png + label: labels/Darwin_00003267_person314_bacteria_1462.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003268_person315_bacteria_1464 + subject_id: person315 + split: val + image: images/Darwin_00003268_person315_bacteria_1464.png + label: labels/Darwin_00003268_person315_bacteria_1464.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003269_person315_bacteria_1465 + subject_id: person315 + split: val + image: images/Darwin_00003269_person315_bacteria_1465.png + label: labels/Darwin_00003269_person315_bacteria_1465.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003270_person315_bacteria_1466 + subject_id: person315 + split: val + image: images/Darwin_00003270_person315_bacteria_1466.png + label: labels/Darwin_00003270_person315_bacteria_1466.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003272_person315_bacteria_1468 + subject_id: person315 + split: val + image: images/Darwin_00003272_person315_bacteria_1468.png + label: labels/Darwin_00003272_person315_bacteria_1468.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003273_person316_bacteria_1469 + subject_id: person316 + split: test + image: images/Darwin_00003273_person316_bacteria_1469.png + label: labels/Darwin_00003273_person316_bacteria_1469.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003274_person316_bacteria_1470 + subject_id: person316 + split: test + image: images/Darwin_00003274_person316_bacteria_1470.png + label: labels/Darwin_00003274_person316_bacteria_1470.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003275_person317_bacteria_1471 + subject_id: person317 + split: train + image: images/Darwin_00003275_person317_bacteria_1471.png + label: labels/Darwin_00003275_person317_bacteria_1471.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003276_person317_bacteria_1473 + subject_id: person317 + split: train + image: images/Darwin_00003276_person317_bacteria_1473.png + label: labels/Darwin_00003276_person317_bacteria_1473.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003277_person318_bacteria_1474 + subject_id: person318 + split: val + image: images/Darwin_00003277_person318_bacteria_1474.png + label: labels/Darwin_00003277_person318_bacteria_1474.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003278_person319_bacteria_1475 + subject_id: person319 + split: train + image: images/Darwin_00003278_person319_bacteria_1475.png + label: labels/Darwin_00003278_person319_bacteria_1475.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003279_person319_bacteria_1476 + subject_id: person319 + split: train + image: images/Darwin_00003279_person319_bacteria_1476.png + label: labels/Darwin_00003279_person319_bacteria_1476.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003280_person319_bacteria_1477 + subject_id: person319 + split: train + image: images/Darwin_00003280_person319_bacteria_1477.png + label: labels/Darwin_00003280_person319_bacteria_1477.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003281_person319_bacteria_1478 + subject_id: person319 + split: train + image: images/Darwin_00003281_person319_bacteria_1478.png + label: labels/Darwin_00003281_person319_bacteria_1478.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003282_person319_bacteria_1479 + subject_id: person319 + split: train + image: images/Darwin_00003282_person319_bacteria_1479.png + label: labels/Darwin_00003282_person319_bacteria_1479.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003283_person319_bacteria_1480 + subject_id: person319 + split: train + image: images/Darwin_00003283_person319_bacteria_1480.png + label: labels/Darwin_00003283_person319_bacteria_1480.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003284_person321_bacteria_1483 + subject_id: person321 + split: train + image: images/Darwin_00003284_person321_bacteria_1483.png + label: labels/Darwin_00003284_person321_bacteria_1483.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003285_person321_bacteria_1484 + subject_id: person321 + split: train + image: images/Darwin_00003285_person321_bacteria_1484.png + label: labels/Darwin_00003285_person321_bacteria_1484.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003286_person321_bacteria_1485 + subject_id: person321 + split: train + image: images/Darwin_00003286_person321_bacteria_1485.png + label: labels/Darwin_00003286_person321_bacteria_1485.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003287_person321_bacteria_1486 + subject_id: person321 + split: train + image: images/Darwin_00003287_person321_bacteria_1486.png + label: labels/Darwin_00003287_person321_bacteria_1486.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003288_person321_bacteria_1487 + subject_id: person321 + split: train + image: images/Darwin_00003288_person321_bacteria_1487.png + label: labels/Darwin_00003288_person321_bacteria_1487.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003289_person321_bacteria_1488 + subject_id: person321 + split: train + image: images/Darwin_00003289_person321_bacteria_1488.png + label: labels/Darwin_00003289_person321_bacteria_1488.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003290_person321_bacteria_1489 + subject_id: person321 + split: train + image: images/Darwin_00003290_person321_bacteria_1489.png + label: labels/Darwin_00003290_person321_bacteria_1489.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003291_person322_bacteria_1494 + subject_id: person322 + split: train + image: images/Darwin_00003291_person322_bacteria_1494.png + label: labels/Darwin_00003291_person322_bacteria_1494.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003292_person325_bacteria_1497 + subject_id: person325 + split: train + image: images/Darwin_00003292_person325_bacteria_1497.png + label: labels/Darwin_00003292_person325_bacteria_1497.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003293_person325_bacteria_1498 + subject_id: person325 + split: train + image: images/Darwin_00003293_person325_bacteria_1498.png + label: labels/Darwin_00003293_person325_bacteria_1498.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003294_person325_bacteria_1500 + subject_id: person325 + split: train + image: images/Darwin_00003294_person325_bacteria_1500.png + label: labels/Darwin_00003294_person325_bacteria_1500.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003295_person325_bacteria_1501 + subject_id: person325 + split: train + image: images/Darwin_00003295_person325_bacteria_1501.png + label: labels/Darwin_00003295_person325_bacteria_1501.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003296_person325_bacteria_1502 + subject_id: person325 + split: train + image: images/Darwin_00003296_person325_bacteria_1502.png + label: labels/Darwin_00003296_person325_bacteria_1502.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003297_person326_bacteria_1503 + subject_id: person326 + split: train + image: images/Darwin_00003297_person326_bacteria_1503.png + label: labels/Darwin_00003297_person326_bacteria_1503.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003298_person326_bacteria_1504 + subject_id: person326 + split: train + image: images/Darwin_00003298_person326_bacteria_1504.png + label: labels/Darwin_00003298_person326_bacteria_1504.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003299_person326_bacteria_1505 + subject_id: person326 + split: train + image: images/Darwin_00003299_person326_bacteria_1505.png + label: labels/Darwin_00003299_person326_bacteria_1505.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003300_person326_bacteria_1506 + subject_id: person326 + split: train + image: images/Darwin_00003300_person326_bacteria_1506.png + label: labels/Darwin_00003300_person326_bacteria_1506.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003301_person326_bacteria_1507 + subject_id: person326 + split: train + image: images/Darwin_00003301_person326_bacteria_1507.png + label: labels/Darwin_00003301_person326_bacteria_1507.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003303_person1_bacteria_2 + subject_id: person1 + split: train + image: images/Darwin_00003303_person1_bacteria_2.png + label: labels/Darwin_00003303_person1_bacteria_2.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003304_person18_bacteria_57 + subject_id: person18 + split: train + image: images/Darwin_00003304_person18_bacteria_57.png + label: labels/Darwin_00003304_person18_bacteria_57.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003306_person19_bacteria_59 + subject_id: person19 + split: train + image: images/Darwin_00003306_person19_bacteria_59.png + label: labels/Darwin_00003306_person19_bacteria_59.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003307_person19_bacteria_60 + subject_id: person19 + split: train + image: images/Darwin_00003307_person19_bacteria_60.png + label: labels/Darwin_00003307_person19_bacteria_60.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003309_person19_bacteria_62 + subject_id: person19 + split: train + image: images/Darwin_00003309_person19_bacteria_62.png + label: labels/Darwin_00003309_person19_bacteria_62.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003310_person19_bacteria_63 + subject_id: person19 + split: train + image: images/Darwin_00003310_person19_bacteria_63.png + label: labels/Darwin_00003310_person19_bacteria_63.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003311_person20_bacteria_64 + subject_id: person20 + split: train + image: images/Darwin_00003311_person20_bacteria_64.png + label: labels/Darwin_00003311_person20_bacteria_64.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003312_person20_bacteria_66 + subject_id: person20 + split: train + image: images/Darwin_00003312_person20_bacteria_66.png + label: labels/Darwin_00003312_person20_bacteria_66.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003313_person20_bacteria_67 + subject_id: person20 + split: train + image: images/Darwin_00003313_person20_bacteria_67.png + label: labels/Darwin_00003313_person20_bacteria_67.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003314_person20_bacteria_69 + subject_id: person20 + split: train + image: images/Darwin_00003314_person20_bacteria_69.png + label: labels/Darwin_00003314_person20_bacteria_69.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003316_person21_bacteria_72 + subject_id: person21 + split: train + image: images/Darwin_00003316_person21_bacteria_72.png + label: labels/Darwin_00003316_person21_bacteria_72.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003317_person21_bacteria_73 + subject_id: person21 + split: train + image: images/Darwin_00003317_person21_bacteria_73.png + label: labels/Darwin_00003317_person21_bacteria_73.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003318_person22_bacteria_74 + subject_id: person22 + split: train + image: images/Darwin_00003318_person22_bacteria_74.png + label: labels/Darwin_00003318_person22_bacteria_74.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003319_person22_bacteria_76 + subject_id: person22 + split: train + image: images/Darwin_00003319_person22_bacteria_76.png + label: labels/Darwin_00003319_person22_bacteria_76.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003320_person22_bacteria_77 + subject_id: person22 + split: train + image: images/Darwin_00003320_person22_bacteria_77.png + label: labels/Darwin_00003320_person22_bacteria_77.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003321_person23_bacteria_78 + subject_id: person23 + split: val + image: images/Darwin_00003321_person23_bacteria_78.png + label: labels/Darwin_00003321_person23_bacteria_78.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003322_person23_bacteria_79 + subject_id: person23 + split: val + image: images/Darwin_00003322_person23_bacteria_79.png + label: labels/Darwin_00003322_person23_bacteria_79.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003323_person23_bacteria_80 + subject_id: person23 + split: val + image: images/Darwin_00003323_person23_bacteria_80.png + label: labels/Darwin_00003323_person23_bacteria_80.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003324_person23_bacteria_81 + subject_id: person23 + split: val + image: images/Darwin_00003324_person23_bacteria_81.png + label: labels/Darwin_00003324_person23_bacteria_81.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003325_person23_bacteria_82 + subject_id: person23 + split: val + image: images/Darwin_00003325_person23_bacteria_82.png + label: labels/Darwin_00003325_person23_bacteria_82.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003326_person23_bacteria_83 + subject_id: person23 + split: val + image: images/Darwin_00003326_person23_bacteria_83.png + label: labels/Darwin_00003326_person23_bacteria_83.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003327_person23_bacteria_84 + subject_id: person23 + split: val + image: images/Darwin_00003327_person23_bacteria_84.png + label: labels/Darwin_00003327_person23_bacteria_84.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003328_person23_bacteria_85 + subject_id: person23 + split: val + image: images/Darwin_00003328_person23_bacteria_85.png + label: labels/Darwin_00003328_person23_bacteria_85.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003329_person23_bacteria_86 + subject_id: person23 + split: val + image: images/Darwin_00003329_person23_bacteria_86.png + label: labels/Darwin_00003329_person23_bacteria_86.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003330_person23_bacteria_87 + subject_id: person23 + split: val + image: images/Darwin_00003330_person23_bacteria_87.png + label: labels/Darwin_00003330_person23_bacteria_87.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003331_person23_bacteria_88 + subject_id: person23 + split: val + image: images/Darwin_00003331_person23_bacteria_88.png + label: labels/Darwin_00003331_person23_bacteria_88.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003332_person23_bacteria_89 + subject_id: person23 + split: val + image: images/Darwin_00003332_person23_bacteria_89.png + label: labels/Darwin_00003332_person23_bacteria_89.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003333_person23_bacteria_90 + subject_id: person23 + split: val + image: images/Darwin_00003333_person23_bacteria_90.png + label: labels/Darwin_00003333_person23_bacteria_90.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003334_person23_bacteria_91 + subject_id: person23 + split: val + image: images/Darwin_00003334_person23_bacteria_91.png + label: labels/Darwin_00003334_person23_bacteria_91.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003335_person23_bacteria_92 + subject_id: person23 + split: val + image: images/Darwin_00003335_person23_bacteria_92.png + label: labels/Darwin_00003335_person23_bacteria_92.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003336_person23_bacteria_93 + subject_id: person23 + split: val + image: images/Darwin_00003336_person23_bacteria_93.png + label: labels/Darwin_00003336_person23_bacteria_93.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003337_person23_bacteria_94 + subject_id: person23 + split: val + image: images/Darwin_00003337_person23_bacteria_94.png + label: labels/Darwin_00003337_person23_bacteria_94.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003338_person23_bacteria_95 + subject_id: person23 + split: val + image: images/Darwin_00003338_person23_bacteria_95.png + label: labels/Darwin_00003338_person23_bacteria_95.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003339_person23_bacteria_96 + subject_id: person23 + split: val + image: images/Darwin_00003339_person23_bacteria_96.png + label: labels/Darwin_00003339_person23_bacteria_96.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003340_person23_bacteria_97 + subject_id: person23 + split: val + image: images/Darwin_00003340_person23_bacteria_97.png + label: labels/Darwin_00003340_person23_bacteria_97.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003341_person23_bacteria_98 + subject_id: person23 + split: val + image: images/Darwin_00003341_person23_bacteria_98.png + label: labels/Darwin_00003341_person23_bacteria_98.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003342_person23_bacteria_99 + subject_id: person23 + split: val + image: images/Darwin_00003342_person23_bacteria_99.png + label: labels/Darwin_00003342_person23_bacteria_99.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003343_person23_bacteria_100 + subject_id: person23 + split: val + image: images/Darwin_00003343_person23_bacteria_100.png + label: labels/Darwin_00003343_person23_bacteria_100.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003344_person23_bacteria_101 + subject_id: person23 + split: val + image: images/Darwin_00003344_person23_bacteria_101.png + label: labels/Darwin_00003344_person23_bacteria_101.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003345_person23_bacteria_102 + subject_id: person23 + split: val + image: images/Darwin_00003345_person23_bacteria_102.png + label: labels/Darwin_00003345_person23_bacteria_102.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003346_person23_bacteria_103 + subject_id: person23 + split: val + image: images/Darwin_00003346_person23_bacteria_103.png + label: labels/Darwin_00003346_person23_bacteria_103.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003347_person23_bacteria_104 + subject_id: person23 + split: val + image: images/Darwin_00003347_person23_bacteria_104.png + label: labels/Darwin_00003347_person23_bacteria_104.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003348_person23_bacteria_105 + subject_id: person23 + split: val + image: images/Darwin_00003348_person23_bacteria_105.png + label: labels/Darwin_00003348_person23_bacteria_105.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003349_person23_bacteria_106 + subject_id: person23 + split: val + image: images/Darwin_00003349_person23_bacteria_106.png + label: labels/Darwin_00003349_person23_bacteria_106.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003350_person23_bacteria_107 + subject_id: person23 + split: val + image: images/Darwin_00003350_person23_bacteria_107.png + label: labels/Darwin_00003350_person23_bacteria_107.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003351_person24_bacteria_108 + subject_id: person24 + split: train + image: images/Darwin_00003351_person24_bacteria_108.png + label: labels/Darwin_00003351_person24_bacteria_108.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003352_person24_bacteria_109 + subject_id: person24 + split: train + image: images/Darwin_00003352_person24_bacteria_109.png + label: labels/Darwin_00003352_person24_bacteria_109.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003353_person24_bacteria_110 + subject_id: person24 + split: train + image: images/Darwin_00003353_person24_bacteria_110.png + label: labels/Darwin_00003353_person24_bacteria_110.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003354_person24_bacteria_111 + subject_id: person24 + split: train + image: images/Darwin_00003354_person24_bacteria_111.png + label: labels/Darwin_00003354_person24_bacteria_111.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003355_person24_bacteria_112 + subject_id: person24 + split: train + image: images/Darwin_00003355_person24_bacteria_112.png + label: labels/Darwin_00003355_person24_bacteria_112.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003356_person25_bacteria_113 + subject_id: person25 + split: train + image: images/Darwin_00003356_person25_bacteria_113.png + label: labels/Darwin_00003356_person25_bacteria_113.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003357_person25_bacteria_114 + subject_id: person25 + split: train + image: images/Darwin_00003357_person25_bacteria_114.png + label: labels/Darwin_00003357_person25_bacteria_114.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003358_person25_bacteria_115 + subject_id: person25 + split: train + image: images/Darwin_00003358_person25_bacteria_115.png + label: labels/Darwin_00003358_person25_bacteria_115.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003359_person25_bacteria_116 + subject_id: person25 + split: train + image: images/Darwin_00003359_person25_bacteria_116.png + label: labels/Darwin_00003359_person25_bacteria_116.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003360_person25_bacteria_117 + subject_id: person25 + split: train + image: images/Darwin_00003360_person25_bacteria_117.png + label: labels/Darwin_00003360_person25_bacteria_117.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003361_person25_bacteria_118 + subject_id: person25 + split: train + image: images/Darwin_00003361_person25_bacteria_118.png + label: labels/Darwin_00003361_person25_bacteria_118.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003362_person25_bacteria_119 + subject_id: person25 + split: train + image: images/Darwin_00003362_person25_bacteria_119.png + label: labels/Darwin_00003362_person25_bacteria_119.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003363_person25_bacteria_120 + subject_id: person25 + split: train + image: images/Darwin_00003363_person25_bacteria_120.png + label: labels/Darwin_00003363_person25_bacteria_120.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003364_person25_bacteria_121 + subject_id: person25 + split: train + image: images/Darwin_00003364_person25_bacteria_121.png + label: labels/Darwin_00003364_person25_bacteria_121.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003365_person26_bacteria_122 + subject_id: person26 + split: test + image: images/Darwin_00003365_person26_bacteria_122.png + label: labels/Darwin_00003365_person26_bacteria_122.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003366_person26_bacteria_123 + subject_id: person26 + split: test + image: images/Darwin_00003366_person26_bacteria_123.png + label: labels/Darwin_00003366_person26_bacteria_123.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003367_person26_bacteria_124 + subject_id: person26 + split: test + image: images/Darwin_00003367_person26_bacteria_124.png + label: labels/Darwin_00003367_person26_bacteria_124.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003368_person26_bacteria_126 + subject_id: person26 + split: test + image: images/Darwin_00003368_person26_bacteria_126.png + label: labels/Darwin_00003368_person26_bacteria_126.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003369_person26_bacteria_127 + subject_id: person26 + split: test + image: images/Darwin_00003369_person26_bacteria_127.png + label: labels/Darwin_00003369_person26_bacteria_127.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003370_person26_bacteria_128 + subject_id: person26 + split: test + image: images/Darwin_00003370_person26_bacteria_128.png + label: labels/Darwin_00003370_person26_bacteria_128.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003371_person26_bacteria_129 + subject_id: person26 + split: test + image: images/Darwin_00003371_person26_bacteria_129.png + label: labels/Darwin_00003371_person26_bacteria_129.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003372_person26_bacteria_130 + subject_id: person26 + split: test + image: images/Darwin_00003372_person26_bacteria_130.png + label: labels/Darwin_00003372_person26_bacteria_130.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003373_person26_bacteria_131 + subject_id: person26 + split: test + image: images/Darwin_00003373_person26_bacteria_131.png + label: labels/Darwin_00003373_person26_bacteria_131.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003374_person26_bacteria_132 + subject_id: person26 + split: test + image: images/Darwin_00003374_person26_bacteria_132.png + label: labels/Darwin_00003374_person26_bacteria_132.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003375_person26_bacteria_133 + subject_id: person26 + split: test + image: images/Darwin_00003375_person26_bacteria_133.png + label: labels/Darwin_00003375_person26_bacteria_133.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003376_person253_bacteria_1152 + subject_id: person253 + split: train + image: images/Darwin_00003376_person253_bacteria_1152.png + label: labels/Darwin_00003376_person253_bacteria_1152.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003377_person253_bacteria_1153 + subject_id: person253 + split: train + image: images/Darwin_00003377_person253_bacteria_1153.png + label: labels/Darwin_00003377_person253_bacteria_1153.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003378_person253_bacteria_1154 + subject_id: person253 + split: train + image: images/Darwin_00003378_person253_bacteria_1154.png + label: labels/Darwin_00003378_person253_bacteria_1154.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003379_person253_bacteria_1155 + subject_id: person253 + split: train + image: images/Darwin_00003379_person253_bacteria_1155.png + label: labels/Darwin_00003379_person253_bacteria_1155.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003380_person253_bacteria_1156 + subject_id: person253 + split: train + image: images/Darwin_00003380_person253_bacteria_1156.png + label: labels/Darwin_00003380_person253_bacteria_1156.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003381_person253_bacteria_1157 + subject_id: person253 + split: train + image: images/Darwin_00003381_person253_bacteria_1157.png + label: labels/Darwin_00003381_person253_bacteria_1157.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003382_person255_bacteria_1160 + subject_id: person255 + split: train + image: images/Darwin_00003382_person255_bacteria_1160.png + label: labels/Darwin_00003382_person255_bacteria_1160.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003383_person255_bacteria_1161 + subject_id: person255 + split: train + image: images/Darwin_00003383_person255_bacteria_1161.png + label: labels/Darwin_00003383_person255_bacteria_1161.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003384_person255_bacteria_1162 + subject_id: person255 + split: train + image: images/Darwin_00003384_person255_bacteria_1162.png + label: labels/Darwin_00003384_person255_bacteria_1162.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003385_person255_bacteria_1165 + subject_id: person255 + split: train + image: images/Darwin_00003385_person255_bacteria_1165.png + label: labels/Darwin_00003385_person255_bacteria_1165.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003386_person255_bacteria_1175 + subject_id: person255 + split: train + image: images/Darwin_00003386_person255_bacteria_1175.png + label: labels/Darwin_00003386_person255_bacteria_1175.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003387_person255_bacteria_1182 + subject_id: person255 + split: train + image: images/Darwin_00003387_person255_bacteria_1182.png + label: labels/Darwin_00003387_person255_bacteria_1182.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003388_person255_bacteria_1188 + subject_id: person255 + split: train + image: images/Darwin_00003388_person255_bacteria_1188.png + label: labels/Darwin_00003388_person255_bacteria_1188.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003389_person256_bacteria_1189 + subject_id: person256 + split: val + image: images/Darwin_00003389_person256_bacteria_1189.png + label: labels/Darwin_00003389_person256_bacteria_1189.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003390_person257_bacteria_1191 + subject_id: person257 + split: train + image: images/Darwin_00003390_person257_bacteria_1191.png + label: labels/Darwin_00003390_person257_bacteria_1191.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003391_person257_bacteria_1193 + subject_id: person257 + split: train + image: images/Darwin_00003391_person257_bacteria_1193.png + label: labels/Darwin_00003391_person257_bacteria_1193.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003392_person257_bacteria_1194 + subject_id: person257 + split: train + image: images/Darwin_00003392_person257_bacteria_1194.png + label: labels/Darwin_00003392_person257_bacteria_1194.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003393_person257_bacteria_1195 + subject_id: person257 + split: train + image: images/Darwin_00003393_person257_bacteria_1195.png + label: labels/Darwin_00003393_person257_bacteria_1195.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003394_person257_bacteria_1196 + subject_id: person257 + split: train + image: images/Darwin_00003394_person257_bacteria_1196.png + label: labels/Darwin_00003394_person257_bacteria_1196.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003395_person257_bacteria_1197 + subject_id: person257 + split: train + image: images/Darwin_00003395_person257_bacteria_1197.png + label: labels/Darwin_00003395_person257_bacteria_1197.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003396_person257_bacteria_1199 + subject_id: person257 + split: train + image: images/Darwin_00003396_person257_bacteria_1199.png + label: labels/Darwin_00003396_person257_bacteria_1199.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003397_person257_bacteria_1200 + subject_id: person257 + split: train + image: images/Darwin_00003397_person257_bacteria_1200.png + label: labels/Darwin_00003397_person257_bacteria_1200.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003398_person258_bacteria_1205 + subject_id: person258 + split: val + image: images/Darwin_00003398_person258_bacteria_1205.png + label: labels/Darwin_00003398_person258_bacteria_1205.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003399_person258_bacteria_1206 + subject_id: person258 + split: val + image: images/Darwin_00003399_person258_bacteria_1206.png + label: labels/Darwin_00003399_person258_bacteria_1206.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003400_person258_bacteria_1207 + subject_id: person258 + split: val + image: images/Darwin_00003400_person258_bacteria_1207.png + label: labels/Darwin_00003400_person258_bacteria_1207.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003403_person258_bacteria_1210 + subject_id: person258 + split: val + image: images/Darwin_00003403_person258_bacteria_1210.png + label: labels/Darwin_00003403_person258_bacteria_1210.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003404_person258_bacteria_1212 + subject_id: person258 + split: val + image: images/Darwin_00003404_person258_bacteria_1212.png + label: labels/Darwin_00003404_person258_bacteria_1212.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003405_person258_bacteria_1214 + subject_id: person258 + split: val + image: images/Darwin_00003405_person258_bacteria_1214.png + label: labels/Darwin_00003405_person258_bacteria_1214.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003406_person258_bacteria_1215 + subject_id: person258 + split: val + image: images/Darwin_00003406_person258_bacteria_1215.png + label: labels/Darwin_00003406_person258_bacteria_1215.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003407_person258_bacteria_1216 + subject_id: person258 + split: val + image: images/Darwin_00003407_person258_bacteria_1216.png + label: labels/Darwin_00003407_person258_bacteria_1216.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003409_person259_bacteria_1219 + subject_id: person259 + split: train + image: images/Darwin_00003409_person259_bacteria_1219.png + label: labels/Darwin_00003409_person259_bacteria_1219.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003411_person260_bacteria_1222 + subject_id: person260 + split: test + image: images/Darwin_00003411_person260_bacteria_1222.png + label: labels/Darwin_00003411_person260_bacteria_1222.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003412_person260_bacteria_1223 + subject_id: person260 + split: test + image: images/Darwin_00003412_person260_bacteria_1223.png + label: labels/Darwin_00003412_person260_bacteria_1223.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003413_person260_bacteria_1224 + subject_id: person260 + split: test + image: images/Darwin_00003413_person260_bacteria_1224.png + label: labels/Darwin_00003413_person260_bacteria_1224.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003414_person261_bacteria_1225 + subject_id: person261 + split: val + image: images/Darwin_00003414_person261_bacteria_1225.png + label: labels/Darwin_00003414_person261_bacteria_1225.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003415_person262_bacteria_1226 + subject_id: person262 + split: train + image: images/Darwin_00003415_person262_bacteria_1226.png + label: labels/Darwin_00003415_person262_bacteria_1226.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003416_person263_bacteria_1227 + subject_id: person263 + split: train + image: images/Darwin_00003416_person263_bacteria_1227.png + label: labels/Darwin_00003416_person263_bacteria_1227.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003417_person264_bacteria_1228 + subject_id: person264 + split: train + image: images/Darwin_00003417_person264_bacteria_1228.png + label: labels/Darwin_00003417_person264_bacteria_1228.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003418_person264_bacteria_1229 + subject_id: person264 + split: train + image: images/Darwin_00003418_person264_bacteria_1229.png + label: labels/Darwin_00003418_person264_bacteria_1229.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003419_person264_bacteria_1230 + subject_id: person264 + split: train + image: images/Darwin_00003419_person264_bacteria_1230.png + label: labels/Darwin_00003419_person264_bacteria_1230.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003421_person264_bacteria_1232 + subject_id: person264 + split: train + image: images/Darwin_00003421_person264_bacteria_1232.png + label: labels/Darwin_00003421_person264_bacteria_1232.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003422_person264_bacteria_1233 + subject_id: person264 + split: train + image: images/Darwin_00003422_person264_bacteria_1233.png + label: labels/Darwin_00003422_person264_bacteria_1233.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003423_person264_bacteria_1234 + subject_id: person264 + split: train + image: images/Darwin_00003423_person264_bacteria_1234.png + label: labels/Darwin_00003423_person264_bacteria_1234.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003424_person265_bacteria_1235 + subject_id: person265 + split: train + image: images/Darwin_00003424_person265_bacteria_1235.png + label: labels/Darwin_00003424_person265_bacteria_1235.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003425_person265_bacteria_1236 + subject_id: person265 + split: train + image: images/Darwin_00003425_person265_bacteria_1236.png + label: labels/Darwin_00003425_person265_bacteria_1236.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003426_person266_bacteria_1237 + subject_id: person266 + split: train + image: images/Darwin_00003426_person266_bacteria_1237.png + label: labels/Darwin_00003426_person266_bacteria_1237.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003428_person266_bacteria_1239 + subject_id: person266 + split: train + image: images/Darwin_00003428_person266_bacteria_1239.png + label: labels/Darwin_00003428_person266_bacteria_1239.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003429_person266_bacteria_1240 + subject_id: person266 + split: train + image: images/Darwin_00003429_person266_bacteria_1240.png + label: labels/Darwin_00003429_person266_bacteria_1240.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003430_person266_bacteria_1241 + subject_id: person266 + split: train + image: images/Darwin_00003430_person266_bacteria_1241.png + label: labels/Darwin_00003430_person266_bacteria_1241.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003431_person266_bacteria_1242 + subject_id: person266 + split: train + image: images/Darwin_00003431_person266_bacteria_1242.png + label: labels/Darwin_00003431_person266_bacteria_1242.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003432_person266_bacteria_1244 + subject_id: person266 + split: train + image: images/Darwin_00003432_person266_bacteria_1244.png + label: labels/Darwin_00003432_person266_bacteria_1244.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003433_person266_bacteria_1245 + subject_id: person266 + split: train + image: images/Darwin_00003433_person266_bacteria_1245.png + label: labels/Darwin_00003433_person266_bacteria_1245.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003434_person266_bacteria_1247 + subject_id: person266 + split: train + image: images/Darwin_00003434_person266_bacteria_1247.png + label: labels/Darwin_00003434_person266_bacteria_1247.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003435_person266_bacteria_1248 + subject_id: person266 + split: train + image: images/Darwin_00003435_person266_bacteria_1248.png + label: labels/Darwin_00003435_person266_bacteria_1248.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003436_person266_bacteria_1249 + subject_id: person266 + split: train + image: images/Darwin_00003436_person266_bacteria_1249.png + label: labels/Darwin_00003436_person266_bacteria_1249.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003437_person267_bacteria_1250 + subject_id: person267 + split: val + image: images/Darwin_00003437_person267_bacteria_1250.png + label: labels/Darwin_00003437_person267_bacteria_1250.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003438_person267_bacteria_1251 + subject_id: person267 + split: val + image: images/Darwin_00003438_person267_bacteria_1251.png + label: labels/Darwin_00003438_person267_bacteria_1251.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003439_person267_bacteria_1252 + subject_id: person267 + split: val + image: images/Darwin_00003439_person267_bacteria_1252.png + label: labels/Darwin_00003439_person267_bacteria_1252.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003440_person267_bacteria_1253 + subject_id: person267 + split: val + image: images/Darwin_00003440_person267_bacteria_1253.png + label: labels/Darwin_00003440_person267_bacteria_1253.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003441_person274_bacteria_1288 + subject_id: person274 + split: train + image: images/Darwin_00003441_person274_bacteria_1288.png + label: labels/Darwin_00003441_person274_bacteria_1288.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003442_person274_bacteria_1289 + subject_id: person274 + split: train + image: images/Darwin_00003442_person274_bacteria_1289.png + label: labels/Darwin_00003442_person274_bacteria_1289.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003443_person274_bacteria_1290 + subject_id: person274 + split: train + image: images/Darwin_00003443_person274_bacteria_1290.png + label: labels/Darwin_00003443_person274_bacteria_1290.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003444_person275_bacteria_1291 + subject_id: person275 + split: train + image: images/Darwin_00003444_person275_bacteria_1291.png + label: labels/Darwin_00003444_person275_bacteria_1291.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003445_person275_bacteria_1293 + subject_id: person275 + split: train + image: images/Darwin_00003445_person275_bacteria_1293.png + label: labels/Darwin_00003445_person275_bacteria_1293.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003446_person275_bacteria_1294 + subject_id: person275 + split: train + image: images/Darwin_00003446_person275_bacteria_1294.png + label: labels/Darwin_00003446_person275_bacteria_1294.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003447_person1814_bacteria_4669 + subject_id: person1814 + split: test + image: images/Darwin_00003447_person1814_bacteria_4669.png + label: labels/Darwin_00003447_person1814_bacteria_4669.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003448_person1816_bacteria_4673 + subject_id: person1816 + split: test + image: images/Darwin_00003448_person1816_bacteria_4673.png + label: labels/Darwin_00003448_person1816_bacteria_4673.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003449_person1816_bacteria_4674 + subject_id: person1816 + split: test + image: images/Darwin_00003449_person1816_bacteria_4674.png + label: labels/Darwin_00003449_person1816_bacteria_4674.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003450_person1817_bacteria_4675 + subject_id: person1817 + split: train + image: images/Darwin_00003450_person1817_bacteria_4675.png + label: labels/Darwin_00003450_person1817_bacteria_4675.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003451_person1818_bacteria_4676 + subject_id: person1818 + split: val + image: images/Darwin_00003451_person1818_bacteria_4676.png + label: labels/Darwin_00003451_person1818_bacteria_4676.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003452_person1819_bacteria_4677 + subject_id: person1819 + split: train + image: images/Darwin_00003452_person1819_bacteria_4677.png + label: labels/Darwin_00003452_person1819_bacteria_4677.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003453_person1823_bacteria_4682 + subject_id: person1823 + split: train + image: images/Darwin_00003453_person1823_bacteria_4682.png + label: labels/Darwin_00003453_person1823_bacteria_4682.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003454_person1830_bacteria_4693 + subject_id: person1830 + split: train + image: images/Darwin_00003454_person1830_bacteria_4693.png + label: labels/Darwin_00003454_person1830_bacteria_4693.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003455_person1835_bacteria_4699 + subject_id: person1835 + split: train + image: images/Darwin_00003455_person1835_bacteria_4699.png + label: labels/Darwin_00003455_person1835_bacteria_4699.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003456_person1838_bacteria_4703 + subject_id: person1838 + split: train + image: images/Darwin_00003456_person1838_bacteria_4703.png + label: labels/Darwin_00003456_person1838_bacteria_4703.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003457_person1839_bacteria_4705 + subject_id: person1839 + split: train + image: images/Darwin_00003457_person1839_bacteria_4705.png + label: labels/Darwin_00003457_person1839_bacteria_4705.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003458_person1841_bacteria_4708 + subject_id: person1841 + split: train + image: images/Darwin_00003458_person1841_bacteria_4708.png + label: labels/Darwin_00003458_person1841_bacteria_4708.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003459_person1843_bacteria_4710 + subject_id: person1843 + split: val + image: images/Darwin_00003459_person1843_bacteria_4710.png + label: labels/Darwin_00003459_person1843_bacteria_4710.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003460_person1847_bacteria_4716 + subject_id: person1847 + split: train + image: images/Darwin_00003460_person1847_bacteria_4716.png + label: labels/Darwin_00003460_person1847_bacteria_4716.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003461_person1848_bacteria_4719 + subject_id: person1848 + split: train + image: images/Darwin_00003461_person1848_bacteria_4719.png + label: labels/Darwin_00003461_person1848_bacteria_4719.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003462_person1850_bacteria_4721 + subject_id: person1850 + split: train + image: images/Darwin_00003462_person1850_bacteria_4721.png + label: labels/Darwin_00003462_person1850_bacteria_4721.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003463_person1851_bacteria_4722 + subject_id: person1851 + split: train + image: images/Darwin_00003463_person1851_bacteria_4722.png + label: labels/Darwin_00003463_person1851_bacteria_4722.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003464_person1852_bacteria_4724 + subject_id: person1852 + split: train + image: images/Darwin_00003464_person1852_bacteria_4724.png + label: labels/Darwin_00003464_person1852_bacteria_4724.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003465_person1855_bacteria_4727 + subject_id: person1855 + split: train + image: images/Darwin_00003465_person1855_bacteria_4727.png + label: labels/Darwin_00003465_person1855_bacteria_4727.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003466_person1857_bacteria_4729 + subject_id: person1857 + split: train + image: images/Darwin_00003466_person1857_bacteria_4729.png + label: labels/Darwin_00003466_person1857_bacteria_4729.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003467_person1858_bacteria_4730 + subject_id: person1858 + split: train + image: images/Darwin_00003467_person1858_bacteria_4730.png + label: labels/Darwin_00003467_person1858_bacteria_4730.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003468_person1859_bacteria_4731 + subject_id: person1859 + split: train + image: images/Darwin_00003468_person1859_bacteria_4731.png + label: labels/Darwin_00003468_person1859_bacteria_4731.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003469_person1860_bacteria_4732 + subject_id: person1860 + split: train + image: images/Darwin_00003469_person1860_bacteria_4732.png + label: labels/Darwin_00003469_person1860_bacteria_4732.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003470_person1863_bacteria_4735 + subject_id: person1863 + split: train + image: images/Darwin_00003470_person1863_bacteria_4735.png + label: labels/Darwin_00003470_person1863_bacteria_4735.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003471_person1864_bacteria_4736 + subject_id: person1864 + split: train + image: images/Darwin_00003471_person1864_bacteria_4736.png + label: labels/Darwin_00003471_person1864_bacteria_4736.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003472_person1865_bacteria_4737 + subject_id: person1865 + split: train + image: images/Darwin_00003472_person1865_bacteria_4737.png + label: labels/Darwin_00003472_person1865_bacteria_4737.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003473_person1865_bacteria_4739 + subject_id: person1865 + split: train + image: images/Darwin_00003473_person1865_bacteria_4739.png + label: labels/Darwin_00003473_person1865_bacteria_4739.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003474_person1866_bacteria_4740 + subject_id: person1866 + split: train + image: images/Darwin_00003474_person1866_bacteria_4740.png + label: labels/Darwin_00003474_person1866_bacteria_4740.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003475_person1867_bacteria_4741 + subject_id: person1867 + split: train + image: images/Darwin_00003475_person1867_bacteria_4741.png + label: labels/Darwin_00003475_person1867_bacteria_4741.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003477_person1869_bacteria_4745 + subject_id: person1869 + split: train + image: images/Darwin_00003477_person1869_bacteria_4745.png + label: labels/Darwin_00003477_person1869_bacteria_4745.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003478_person1872_bacteria_4750 + subject_id: person1872 + split: test + image: images/Darwin_00003478_person1872_bacteria_4750.png + label: labels/Darwin_00003478_person1872_bacteria_4750.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003479_person1872_bacteria_4751 + subject_id: person1872 + split: test + image: images/Darwin_00003479_person1872_bacteria_4751.png + label: labels/Darwin_00003479_person1872_bacteria_4751.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003480_person1875_bacteria_4756 + subject_id: person1875 + split: train + image: images/Darwin_00003480_person1875_bacteria_4756.png + label: labels/Darwin_00003480_person1875_bacteria_4756.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003481_person1876_bacteria_4760 + subject_id: person1876 + split: train + image: images/Darwin_00003481_person1876_bacteria_4760.png + label: labels/Darwin_00003481_person1876_bacteria_4760.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003482_person1877_bacteria_4761 + subject_id: person1877 + split: train + image: images/Darwin_00003482_person1877_bacteria_4761.png + label: labels/Darwin_00003482_person1877_bacteria_4761.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003483_person1879_bacteria_4764 + subject_id: person1879 + split: test + image: images/Darwin_00003483_person1879_bacteria_4764.png + label: labels/Darwin_00003483_person1879_bacteria_4764.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003484_person1880_bacteria_4765 + subject_id: person1880 + split: train + image: images/Darwin_00003484_person1880_bacteria_4765.png + label: labels/Darwin_00003484_person1880_bacteria_4765.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003485_person1881_bacteria_4767 + subject_id: person1881 + split: test + image: images/Darwin_00003485_person1881_bacteria_4767.png + label: labels/Darwin_00003485_person1881_bacteria_4767.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003486_person1883_bacteria_4769 + subject_id: person1883 + split: train + image: images/Darwin_00003486_person1883_bacteria_4769.png + label: labels/Darwin_00003486_person1883_bacteria_4769.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003487_person1884_bacteria_4771 + subject_id: person1884 + split: train + image: images/Darwin_00003487_person1884_bacteria_4771.png + label: labels/Darwin_00003487_person1884_bacteria_4771.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003488_person1885_bacteria_4772 + subject_id: person1885 + split: train + image: images/Darwin_00003488_person1885_bacteria_4772.png + label: labels/Darwin_00003488_person1885_bacteria_4772.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003489_person1886_bacteria_4773 + subject_id: person1886 + split: train + image: images/Darwin_00003489_person1886_bacteria_4773.png + label: labels/Darwin_00003489_person1886_bacteria_4773.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003490_person1888_bacteria_4775 + subject_id: person1888 + split: train + image: images/Darwin_00003490_person1888_bacteria_4775.png + label: labels/Darwin_00003490_person1888_bacteria_4775.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003491_person1893_bacteria_4781 + subject_id: person1893 + split: train + image: images/Darwin_00003491_person1893_bacteria_4781.png + label: labels/Darwin_00003491_person1893_bacteria_4781.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003492_person1896_bacteria_4788 + subject_id: person1896 + split: train + image: images/Darwin_00003492_person1896_bacteria_4788.png + label: labels/Darwin_00003492_person1896_bacteria_4788.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003493_person1897_bacteria_4789 + subject_id: person1897 + split: train + image: images/Darwin_00003493_person1897_bacteria_4789.png + label: labels/Darwin_00003493_person1897_bacteria_4789.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003494_person1901_bacteria_4795 + subject_id: person1901 + split: val + image: images/Darwin_00003494_person1901_bacteria_4795.png + label: labels/Darwin_00003494_person1901_bacteria_4795.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003495_person1903_bacteria_4797 + subject_id: person1903 + split: test + image: images/Darwin_00003495_person1903_bacteria_4797.png + label: labels/Darwin_00003495_person1903_bacteria_4797.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003496_person1904_bacteria_4798 + subject_id: person1904 + split: val + image: images/Darwin_00003496_person1904_bacteria_4798.png + label: labels/Darwin_00003496_person1904_bacteria_4798.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003497_person1905_bacteria_4801 + subject_id: person1905 + split: train + image: images/Darwin_00003497_person1905_bacteria_4801.png + label: labels/Darwin_00003497_person1905_bacteria_4801.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003498_person1906_bacteria_4803 + subject_id: person1906 + split: train + image: images/Darwin_00003498_person1906_bacteria_4803.png + label: labels/Darwin_00003498_person1906_bacteria_4803.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003499_person1907_bacteria_4806 + subject_id: person1907 + split: train + image: images/Darwin_00003499_person1907_bacteria_4806.png + label: labels/Darwin_00003499_person1907_bacteria_4806.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003500_person1908_bacteria_4811 + subject_id: person1908 + split: train + image: images/Darwin_00003500_person1908_bacteria_4811.png + label: labels/Darwin_00003500_person1908_bacteria_4811.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003501_person1910_bacteria_4814 + subject_id: person1910 + split: train + image: images/Darwin_00003501_person1910_bacteria_4814.png + label: labels/Darwin_00003501_person1910_bacteria_4814.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003502_person1911_bacteria_4815 + subject_id: person1911 + split: val + image: images/Darwin_00003502_person1911_bacteria_4815.png + label: labels/Darwin_00003502_person1911_bacteria_4815.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003503_person1912_bacteria_4816 + subject_id: person1912 + split: train + image: images/Darwin_00003503_person1912_bacteria_4816.png + label: labels/Darwin_00003503_person1912_bacteria_4816.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003504_person1912_bacteria_4817 + subject_id: person1912 + split: train + image: images/Darwin_00003504_person1912_bacteria_4817.png + label: labels/Darwin_00003504_person1912_bacteria_4817.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003505_person1916_bacteria_4821 + subject_id: person1916 + split: train + image: images/Darwin_00003505_person1916_bacteria_4821.png + label: labels/Darwin_00003505_person1916_bacteria_4821.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003506_person1917_bacteria_4823 + subject_id: person1917 + split: val + image: images/Darwin_00003506_person1917_bacteria_4823.png + label: labels/Darwin_00003506_person1917_bacteria_4823.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003507_person1918_bacteria_4825 + subject_id: person1918 + split: train + image: images/Darwin_00003507_person1918_bacteria_4825.png + label: labels/Darwin_00003507_person1918_bacteria_4825.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003508_person1921_bacteria_4828 + subject_id: person1921 + split: train + image: images/Darwin_00003508_person1921_bacteria_4828.png + label: labels/Darwin_00003508_person1921_bacteria_4828.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003509_person1922_bacteria_4830 + subject_id: person1922 + split: val + image: images/Darwin_00003509_person1922_bacteria_4830.png + label: labels/Darwin_00003509_person1922_bacteria_4830.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003510_person1923_bacteria_4831 + subject_id: person1923 + split: test + image: images/Darwin_00003510_person1923_bacteria_4831.png + label: labels/Darwin_00003510_person1923_bacteria_4831.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003511_person1924_bacteria_4832 + subject_id: person1924 + split: train + image: images/Darwin_00003511_person1924_bacteria_4832.png + label: labels/Darwin_00003511_person1924_bacteria_4832.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003512_person1924_bacteria_4833 + subject_id: person1924 + split: train + image: images/Darwin_00003512_person1924_bacteria_4833.png + label: labels/Darwin_00003512_person1924_bacteria_4833.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003513_person1926_bacteria_4835 + subject_id: person1926 + split: test + image: images/Darwin_00003513_person1926_bacteria_4835.png + label: labels/Darwin_00003513_person1926_bacteria_4835.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003514_person1927_bacteria_4836 + subject_id: person1927 + split: val + image: images/Darwin_00003514_person1927_bacteria_4836.png + label: labels/Darwin_00003514_person1927_bacteria_4836.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003515_person1927_bacteria_4837 + subject_id: person1927 + split: val + image: images/Darwin_00003515_person1927_bacteria_4837.png + label: labels/Darwin_00003515_person1927_bacteria_4837.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003516_person1929_bacteria_4839 + subject_id: person1929 + split: train + image: images/Darwin_00003516_person1929_bacteria_4839.png + label: labels/Darwin_00003516_person1929_bacteria_4839.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003517_person1930_bacteria_4841 + subject_id: person1930 + split: train + image: images/Darwin_00003517_person1930_bacteria_4841.png + label: labels/Darwin_00003517_person1930_bacteria_4841.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003518_person1931_bacteria_4842 + subject_id: person1931 + split: train + image: images/Darwin_00003518_person1931_bacteria_4842.png + label: labels/Darwin_00003518_person1931_bacteria_4842.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003519_person1932_bacteria_4843 + subject_id: person1932 + split: train + image: images/Darwin_00003519_person1932_bacteria_4843.png + label: labels/Darwin_00003519_person1932_bacteria_4843.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003520_person1933_bacteria_4844 + subject_id: person1933 + split: train + image: images/Darwin_00003520_person1933_bacteria_4844.png + label: labels/Darwin_00003520_person1933_bacteria_4844.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003521_person1934_bacteria_4846 + subject_id: person1934 + split: train + image: images/Darwin_00003521_person1934_bacteria_4846.png + label: labels/Darwin_00003521_person1934_bacteria_4846.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003522_person1935_bacteria_4847 + subject_id: person1935 + split: train + image: images/Darwin_00003522_person1935_bacteria_4847.png + label: labels/Darwin_00003522_person1935_bacteria_4847.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003523_person1935_bacteria_4848 + subject_id: person1935 + split: train + image: images/Darwin_00003523_person1935_bacteria_4848.png + label: labels/Darwin_00003523_person1935_bacteria_4848.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003524_person1935_bacteria_4849 + subject_id: person1935 + split: train + image: images/Darwin_00003524_person1935_bacteria_4849.png + label: labels/Darwin_00003524_person1935_bacteria_4849.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003525_person1935_bacteria_4850 + subject_id: person1935 + split: train + image: images/Darwin_00003525_person1935_bacteria_4850.png + label: labels/Darwin_00003525_person1935_bacteria_4850.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003526_person1936_bacteria_4852 + subject_id: person1936 + split: train + image: images/Darwin_00003526_person1936_bacteria_4852.png + label: labels/Darwin_00003526_person1936_bacteria_4852.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003527_person1937_bacteria_4853 + subject_id: person1937 + split: train + image: images/Darwin_00003527_person1937_bacteria_4853.png + label: labels/Darwin_00003527_person1937_bacteria_4853.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003528_person1938_bacteria_4854 + subject_id: person1938 + split: train + image: images/Darwin_00003528_person1938_bacteria_4854.png + label: labels/Darwin_00003528_person1938_bacteria_4854.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003529_person1940_bacteria_4859 + subject_id: person1940 + split: test + image: images/Darwin_00003529_person1940_bacteria_4859.png + label: labels/Darwin_00003529_person1940_bacteria_4859.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003530_person1940_bacteria_4861 + subject_id: person1940 + split: test + image: images/Darwin_00003530_person1940_bacteria_4861.png + label: labels/Darwin_00003530_person1940_bacteria_4861.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003531_person1940_bacteria_4862 + subject_id: person1940 + split: test + image: images/Darwin_00003531_person1940_bacteria_4862.png + label: labels/Darwin_00003531_person1940_bacteria_4862.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003532_person1941_bacteria_4863 + subject_id: person1941 + split: test + image: images/Darwin_00003532_person1941_bacteria_4863.png + label: labels/Darwin_00003532_person1941_bacteria_4863.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003533_person1942_bacteria_4865 + subject_id: person1942 + split: val + image: images/Darwin_00003533_person1942_bacteria_4865.png + label: labels/Darwin_00003533_person1942_bacteria_4865.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003534_person1943_bacteria_4868 + subject_id: person1943 + split: train + image: images/Darwin_00003534_person1943_bacteria_4868.png + label: labels/Darwin_00003534_person1943_bacteria_4868.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003535_person1944_bacteria_4869 + subject_id: person1944 + split: test + image: images/Darwin_00003535_person1944_bacteria_4869.png + label: labels/Darwin_00003535_person1944_bacteria_4869.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003536_person1945_bacteria_4872 + subject_id: person1945 + split: train + image: images/Darwin_00003536_person1945_bacteria_4872.png + label: labels/Darwin_00003536_person1945_bacteria_4872.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003537_person15_bacteria_52 + subject_id: person15 + split: train + image: images/Darwin_00003537_person15_bacteria_52.png + label: labels/Darwin_00003537_person15_bacteria_52.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003538_person16_bacteria_53 + subject_id: person16 + split: test + image: images/Darwin_00003538_person16_bacteria_53.png + label: labels/Darwin_00003538_person16_bacteria_53.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003539_person16_bacteria_54 + subject_id: person16 + split: test + image: images/Darwin_00003539_person16_bacteria_54.png + label: labels/Darwin_00003539_person16_bacteria_54.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003540_person16_bacteria_55 + subject_id: person16 + split: test + image: images/Darwin_00003540_person16_bacteria_55.png + label: labels/Darwin_00003540_person16_bacteria_55.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003541_person17_bacteria_56 + subject_id: person17 + split: train + image: images/Darwin_00003541_person17_bacteria_56.png + label: labels/Darwin_00003541_person17_bacteria_56.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003542_person1600_bacteria_4202 + subject_id: person1600 + split: train + image: images/Darwin_00003542_person1600_bacteria_4202.png + label: labels/Darwin_00003542_person1600_bacteria_4202.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003543_person1601_bacteria_4209 + subject_id: person1601 + split: val + image: images/Darwin_00003543_person1601_bacteria_4209.png + label: labels/Darwin_00003543_person1601_bacteria_4209.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003544_person1601_bacteria_4212 + subject_id: person1601 + split: val + image: images/Darwin_00003544_person1601_bacteria_4212.png + label: labels/Darwin_00003544_person1601_bacteria_4212.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003545_person1602_bacteria_4218 + subject_id: person1602 + split: train + image: images/Darwin_00003545_person1602_bacteria_4218.png + label: labels/Darwin_00003545_person1602_bacteria_4218.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003546_person1605_bacteria_4226 + subject_id: person1605 + split: train + image: images/Darwin_00003546_person1605_bacteria_4226.png + label: labels/Darwin_00003546_person1605_bacteria_4226.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003547_person1607_bacteria_4232 + subject_id: person1607 + split: test + image: images/Darwin_00003547_person1607_bacteria_4232.png + label: labels/Darwin_00003547_person1607_bacteria_4232.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003548_person1608_bacteria_4235 + subject_id: person1608 + split: train + image: images/Darwin_00003548_person1608_bacteria_4235.png + label: labels/Darwin_00003548_person1608_bacteria_4235.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003549_person1609_bacteria_4236 + subject_id: person1609 + split: val + image: images/Darwin_00003549_person1609_bacteria_4236.png + label: labels/Darwin_00003549_person1609_bacteria_4236.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003550_person1609_bacteria_4237 + subject_id: person1609 + split: val + image: images/Darwin_00003550_person1609_bacteria_4237.png + label: labels/Darwin_00003550_person1609_bacteria_4237.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003551_person1609_bacteria_4239 + subject_id: person1609 + split: val + image: images/Darwin_00003551_person1609_bacteria_4239.png + label: labels/Darwin_00003551_person1609_bacteria_4239.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003552_person1610_bacteria_4240 + subject_id: person1610 + split: train + image: images/Darwin_00003552_person1610_bacteria_4240.png + label: labels/Darwin_00003552_person1610_bacteria_4240.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003553_person1611_bacteria_4241 + subject_id: person1611 + split: train + image: images/Darwin_00003553_person1611_bacteria_4241.png + label: labels/Darwin_00003553_person1611_bacteria_4241.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003554_person1613_bacteria_4247 + subject_id: person1613 + split: train + image: images/Darwin_00003554_person1613_bacteria_4247.png + label: labels/Darwin_00003554_person1613_bacteria_4247.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003555_person1614_bacteria_4248 + subject_id: person1614 + split: train + image: images/Darwin_00003555_person1614_bacteria_4248.png + label: labels/Darwin_00003555_person1614_bacteria_4248.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003556_person1615_bacteria_4249 + subject_id: person1615 + split: test + image: images/Darwin_00003556_person1615_bacteria_4249.png + label: labels/Darwin_00003556_person1615_bacteria_4249.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003557_person1616_bacteria_4251 + subject_id: person1616 + split: train + image: images/Darwin_00003557_person1616_bacteria_4251.png + label: labels/Darwin_00003557_person1616_bacteria_4251.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003560_person1617_bacteria_4256 + subject_id: person1617 + split: train + image: images/Darwin_00003560_person1617_bacteria_4256.png + label: labels/Darwin_00003560_person1617_bacteria_4256.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003561_person1618_bacteria_4258 + subject_id: person1618 + split: val + image: images/Darwin_00003561_person1618_bacteria_4258.png + label: labels/Darwin_00003561_person1618_bacteria_4258.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003562_person1619_bacteria_4261 + subject_id: person1619 + split: val + image: images/Darwin_00003562_person1619_bacteria_4261.png + label: labels/Darwin_00003562_person1619_bacteria_4261.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003563_person1619_bacteria_4262 + subject_id: person1619 + split: val + image: images/Darwin_00003563_person1619_bacteria_4262.png + label: labels/Darwin_00003563_person1619_bacteria_4262.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003564_person1619_bacteria_4266 + subject_id: person1619 + split: val + image: images/Darwin_00003564_person1619_bacteria_4266.png + label: labels/Darwin_00003564_person1619_bacteria_4266.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003565_person1619_bacteria_4267 + subject_id: person1619 + split: val + image: images/Darwin_00003565_person1619_bacteria_4267.png + label: labels/Darwin_00003565_person1619_bacteria_4267.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003567_person1619_bacteria_4269 + subject_id: person1619 + split: val + image: images/Darwin_00003567_person1619_bacteria_4269.png + label: labels/Darwin_00003567_person1619_bacteria_4269.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003568_person1619_bacteria_4270 + subject_id: person1619 + split: val + image: images/Darwin_00003568_person1619_bacteria_4270.png + label: labels/Darwin_00003568_person1619_bacteria_4270.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003569_person1619_bacteria_4271 + subject_id: person1619 + split: val + image: images/Darwin_00003569_person1619_bacteria_4271.png + label: labels/Darwin_00003569_person1619_bacteria_4271.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003570_person1620_bacteria_4272 + subject_id: person1620 + split: train + image: images/Darwin_00003570_person1620_bacteria_4272.png + label: labels/Darwin_00003570_person1620_bacteria_4272.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003571_person1625_bacteria_4290 + subject_id: person1625 + split: train + image: images/Darwin_00003571_person1625_bacteria_4290.png + label: labels/Darwin_00003571_person1625_bacteria_4290.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003572_person1626_bacteria_4291 + subject_id: person1626 + split: test + image: images/Darwin_00003572_person1626_bacteria_4291.png + label: labels/Darwin_00003572_person1626_bacteria_4291.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003573_person1628_bacteria_4293 + subject_id: person1628 + split: train + image: images/Darwin_00003573_person1628_bacteria_4293.png + label: labels/Darwin_00003573_person1628_bacteria_4293.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003574_person1628_bacteria_4294 + subject_id: person1628 + split: train + image: images/Darwin_00003574_person1628_bacteria_4294.png + label: labels/Darwin_00003574_person1628_bacteria_4294.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003575_person1628_bacteria_4295 + subject_id: person1628 + split: train + image: images/Darwin_00003575_person1628_bacteria_4295.png + label: labels/Darwin_00003575_person1628_bacteria_4295.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003576_person1628_bacteria_4296 + subject_id: person1628 + split: train + image: images/Darwin_00003576_person1628_bacteria_4296.png + label: labels/Darwin_00003576_person1628_bacteria_4296.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003577_person1628_bacteria_4297 + subject_id: person1628 + split: train + image: images/Darwin_00003577_person1628_bacteria_4297.png + label: labels/Darwin_00003577_person1628_bacteria_4297.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003579_person1629_bacteria_4299 + subject_id: person1629 + split: val + image: images/Darwin_00003579_person1629_bacteria_4299.png + label: labels/Darwin_00003579_person1629_bacteria_4299.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003580_person1630_bacteria_4303 + subject_id: person1630 + split: train + image: images/Darwin_00003580_person1630_bacteria_4303.png + label: labels/Darwin_00003580_person1630_bacteria_4303.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003581_person1630_bacteria_4304 + subject_id: person1630 + split: train + image: images/Darwin_00003581_person1630_bacteria_4304.png + label: labels/Darwin_00003581_person1630_bacteria_4304.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003582_person1634_bacteria_4326 + subject_id: person1634 + split: train + image: images/Darwin_00003582_person1634_bacteria_4326.png + label: labels/Darwin_00003582_person1634_bacteria_4326.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003583_person1634_bacteria_4331 + subject_id: person1634 + split: train + image: images/Darwin_00003583_person1634_bacteria_4331.png + label: labels/Darwin_00003583_person1634_bacteria_4331.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003584_person1634_bacteria_4334 + subject_id: person1634 + split: train + image: images/Darwin_00003584_person1634_bacteria_4334.png + label: labels/Darwin_00003584_person1634_bacteria_4334.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003585_person1635_bacteria_4335 + subject_id: person1635 + split: train + image: images/Darwin_00003585_person1635_bacteria_4335.png + label: labels/Darwin_00003585_person1635_bacteria_4335.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003586_person1636_bacteria_4337 + subject_id: person1636 + split: train + image: images/Darwin_00003586_person1636_bacteria_4337.png + label: labels/Darwin_00003586_person1636_bacteria_4337.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003587_person1636_bacteria_4338 + subject_id: person1636 + split: train + image: images/Darwin_00003587_person1636_bacteria_4338.png + label: labels/Darwin_00003587_person1636_bacteria_4338.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003588_person1637_bacteria_4339 + subject_id: person1637 + split: train + image: images/Darwin_00003588_person1637_bacteria_4339.png + label: labels/Darwin_00003588_person1637_bacteria_4339.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003589_person1638_bacteria_4340 + subject_id: person1638 + split: train + image: images/Darwin_00003589_person1638_bacteria_4340.png + label: labels/Darwin_00003589_person1638_bacteria_4340.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003590_person1638_bacteria_4341 + subject_id: person1638 + split: train + image: images/Darwin_00003590_person1638_bacteria_4341.png + label: labels/Darwin_00003590_person1638_bacteria_4341.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003591_person1638_bacteria_4342 + subject_id: person1638 + split: train + image: images/Darwin_00003591_person1638_bacteria_4342.png + label: labels/Darwin_00003591_person1638_bacteria_4342.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003592_person1639_bacteria_4343 + subject_id: person1639 + split: train + image: images/Darwin_00003592_person1639_bacteria_4343.png + label: labels/Darwin_00003592_person1639_bacteria_4343.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003593_person1639_bacteria_4344 + subject_id: person1639 + split: train + image: images/Darwin_00003593_person1639_bacteria_4344.png + label: labels/Darwin_00003593_person1639_bacteria_4344.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003597_person1641_bacteria_4350 + subject_id: person1641 + split: train + image: images/Darwin_00003597_person1641_bacteria_4350.png + label: labels/Darwin_00003597_person1641_bacteria_4350.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003600_person1643_bacteria_4354 + subject_id: person1643 + split: train + image: images/Darwin_00003600_person1643_bacteria_4354.png + label: labels/Darwin_00003600_person1643_bacteria_4354.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003603_person1644_bacteria_4358 + subject_id: person1644 + split: train + image: images/Darwin_00003603_person1644_bacteria_4358.png + label: labels/Darwin_00003603_person1644_bacteria_4358.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003606_person1644_bacteria_4362 + subject_id: person1644 + split: train + image: images/Darwin_00003606_person1644_bacteria_4362.png + label: labels/Darwin_00003606_person1644_bacteria_4362.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003607_person1645_bacteria_4363 + subject_id: person1645 + split: train + image: images/Darwin_00003607_person1645_bacteria_4363.png + label: labels/Darwin_00003607_person1645_bacteria_4363.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003608_person1646_bacteria_4368 + subject_id: person1646 + split: train + image: images/Darwin_00003608_person1646_bacteria_4368.png + label: labels/Darwin_00003608_person1646_bacteria_4368.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003609_person1647_bacteria_4372 + subject_id: person1647 + split: test + image: images/Darwin_00003609_person1647_bacteria_4372.png + label: labels/Darwin_00003609_person1647_bacteria_4372.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003610_person1648_bacteria_4373 + subject_id: person1648 + split: val + image: images/Darwin_00003610_person1648_bacteria_4373.png + label: labels/Darwin_00003610_person1648_bacteria_4373.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003611_person1648_bacteria_4375 + subject_id: person1648 + split: val + image: images/Darwin_00003611_person1648_bacteria_4375.png + label: labels/Darwin_00003611_person1648_bacteria_4375.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003612_person1648_bacteria_4376 + subject_id: person1648 + split: val + image: images/Darwin_00003612_person1648_bacteria_4376.png + label: labels/Darwin_00003612_person1648_bacteria_4376.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003613_person1649_bacteria_4377 + subject_id: person1649 + split: train + image: images/Darwin_00003613_person1649_bacteria_4377.png + label: labels/Darwin_00003613_person1649_bacteria_4377.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003614_person1649_bacteria_4378 + subject_id: person1649 + split: train + image: images/Darwin_00003614_person1649_bacteria_4378.png + label: labels/Darwin_00003614_person1649_bacteria_4378.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003615_person1649_bacteria_4379 + subject_id: person1649 + split: train + image: images/Darwin_00003615_person1649_bacteria_4379.png + label: labels/Darwin_00003615_person1649_bacteria_4379.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003616_person1651_bacteria_4381 + subject_id: person1651 + split: val + image: images/Darwin_00003616_person1651_bacteria_4381.png + label: labels/Darwin_00003616_person1651_bacteria_4381.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003617_person1652_bacteria_4383 + subject_id: person1652 + split: train + image: images/Darwin_00003617_person1652_bacteria_4383.png + label: labels/Darwin_00003617_person1652_bacteria_4383.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003618_person1657_bacteria_4398 + subject_id: person1657 + split: test + image: images/Darwin_00003618_person1657_bacteria_4398.png + label: labels/Darwin_00003618_person1657_bacteria_4398.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003619_person1657_bacteria_4399 + subject_id: person1657 + split: test + image: images/Darwin_00003619_person1657_bacteria_4399.png + label: labels/Darwin_00003619_person1657_bacteria_4399.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003620_person1657_bacteria_4400 + subject_id: person1657 + split: test + image: images/Darwin_00003620_person1657_bacteria_4400.png + label: labels/Darwin_00003620_person1657_bacteria_4400.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003621_person1658_bacteria_4402 + subject_id: person1658 + split: train + image: images/Darwin_00003621_person1658_bacteria_4402.png + label: labels/Darwin_00003621_person1658_bacteria_4402.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003622_person1660_bacteria_4404 + subject_id: person1660 + split: val + image: images/Darwin_00003622_person1660_bacteria_4404.png + label: labels/Darwin_00003622_person1660_bacteria_4404.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003624_person1663_bacteria_4411 + subject_id: person1663 + split: train + image: images/Darwin_00003624_person1663_bacteria_4411.png + label: labels/Darwin_00003624_person1663_bacteria_4411.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003625_person1663_bacteria_4412 + subject_id: person1663 + split: train + image: images/Darwin_00003625_person1663_bacteria_4412.png + label: labels/Darwin_00003625_person1663_bacteria_4412.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003626_person1665_bacteria_4415 + subject_id: person1665 + split: val + image: images/Darwin_00003626_person1665_bacteria_4415.png + label: labels/Darwin_00003626_person1665_bacteria_4415.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003627_person1666_bacteria_4416 + subject_id: person1666 + split: train + image: images/Darwin_00003627_person1666_bacteria_4416.png + label: labels/Darwin_00003627_person1666_bacteria_4416.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003628_person1667_bacteria_4417 + subject_id: person1667 + split: train + image: images/Darwin_00003628_person1667_bacteria_4417.png + label: labels/Darwin_00003628_person1667_bacteria_4417.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003629_person1667_bacteria_4418 + subject_id: person1667 + split: train + image: images/Darwin_00003629_person1667_bacteria_4418.png + label: labels/Darwin_00003629_person1667_bacteria_4418.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003633_person1669_bacteria_4423 + subject_id: person1669 + split: train + image: images/Darwin_00003633_person1669_bacteria_4423.png + label: labels/Darwin_00003633_person1669_bacteria_4423.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003634_person1669_bacteria_4424 + subject_id: person1669 + split: train + image: images/Darwin_00003634_person1669_bacteria_4424.png + label: labels/Darwin_00003634_person1669_bacteria_4424.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003635_person1670_bacteria_4425 + subject_id: person1670 + split: train + image: images/Darwin_00003635_person1670_bacteria_4425.png + label: labels/Darwin_00003635_person1670_bacteria_4425.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003637_person1670_bacteria_4427 + subject_id: person1670 + split: train + image: images/Darwin_00003637_person1670_bacteria_4427.png + label: labels/Darwin_00003637_person1670_bacteria_4427.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003638_person1670_bacteria_4428 + subject_id: person1670 + split: train + image: images/Darwin_00003638_person1670_bacteria_4428.png + label: labels/Darwin_00003638_person1670_bacteria_4428.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003639_person1670_bacteria_4429 + subject_id: person1670 + split: train + image: images/Darwin_00003639_person1670_bacteria_4429.png + label: labels/Darwin_00003639_person1670_bacteria_4429.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003640_person1670_bacteria_4430 + subject_id: person1670 + split: train + image: images/Darwin_00003640_person1670_bacteria_4430.png + label: labels/Darwin_00003640_person1670_bacteria_4430.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003641_person1670_bacteria_4431 + subject_id: person1670 + split: train + image: images/Darwin_00003641_person1670_bacteria_4431.png + label: labels/Darwin_00003641_person1670_bacteria_4431.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003642_person1671_bacteria_4432 + subject_id: person1671 + split: train + image: images/Darwin_00003642_person1671_bacteria_4432.png + label: labels/Darwin_00003642_person1671_bacteria_4432.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003643_person1673_bacteria_4434 + subject_id: person1673 + split: train + image: images/Darwin_00003643_person1673_bacteria_4434.png + label: labels/Darwin_00003643_person1673_bacteria_4434.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003644_person1674_bacteria_4437 + subject_id: person1674 + split: train + image: images/Darwin_00003644_person1674_bacteria_4437.png + label: labels/Darwin_00003644_person1674_bacteria_4437.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003648_person1678_bacteria_4446 + subject_id: person1678 + split: train + image: images/Darwin_00003648_person1678_bacteria_4446.png + label: labels/Darwin_00003648_person1678_bacteria_4446.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003652_person1679_bacteria_4452 + subject_id: person1679 + split: train + image: images/Darwin_00003652_person1679_bacteria_4452.png + label: labels/Darwin_00003652_person1679_bacteria_4452.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003653_person1679_bacteria_4453 + subject_id: person1679 + split: train + image: images/Darwin_00003653_person1679_bacteria_4453.png + label: labels/Darwin_00003653_person1679_bacteria_4453.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003654_person1680_bacteria_4455 + subject_id: person1680 + split: val + image: images/Darwin_00003654_person1680_bacteria_4455.png + label: labels/Darwin_00003654_person1680_bacteria_4455.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003655_person1682_bacteria_4459 + subject_id: person1682 + split: train + image: images/Darwin_00003655_person1682_bacteria_4459.png + label: labels/Darwin_00003655_person1682_bacteria_4459.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003656_person1683_bacteria_4460 + subject_id: person1683 + split: test + image: images/Darwin_00003656_person1683_bacteria_4460.png + label: labels/Darwin_00003656_person1683_bacteria_4460.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003659_person1684_bacteria_4463 + subject_id: person1684 + split: val + image: images/Darwin_00003659_person1684_bacteria_4463.png + label: labels/Darwin_00003659_person1684_bacteria_4463.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003660_person1685_bacteria_4465 + subject_id: person1685 + split: train + image: images/Darwin_00003660_person1685_bacteria_4465.png + label: labels/Darwin_00003660_person1685_bacteria_4465.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003662_person1687_bacteria_4468 + subject_id: person1687 + split: train + image: images/Darwin_00003662_person1687_bacteria_4468.png + label: labels/Darwin_00003662_person1687_bacteria_4468.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003663_person1689_bacteria_4472 + subject_id: person1689 + split: train + image: images/Darwin_00003663_person1689_bacteria_4472.png + label: labels/Darwin_00003663_person1689_bacteria_4472.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003666_person1690_bacteria_4475 + subject_id: person1690 + split: train + image: images/Darwin_00003666_person1690_bacteria_4475.png + label: labels/Darwin_00003666_person1690_bacteria_4475.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003667_person1691_bacteria_4479 + subject_id: person1691 + split: train + image: images/Darwin_00003667_person1691_bacteria_4479.png + label: labels/Darwin_00003667_person1691_bacteria_4479.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003668_person1691_bacteria_4481 + subject_id: person1691 + split: train + image: images/Darwin_00003668_person1691_bacteria_4481.png + label: labels/Darwin_00003668_person1691_bacteria_4481.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003670_person1695_bacteria_4492 + subject_id: person1695 + split: test + image: images/Darwin_00003670_person1695_bacteria_4492.png + label: labels/Darwin_00003670_person1695_bacteria_4492.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003671_person1696_bacteria_4495 + subject_id: person1696 + split: train + image: images/Darwin_00003671_person1696_bacteria_4495.png + label: labels/Darwin_00003671_person1696_bacteria_4495.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003672_person1697_bacteria_4496 + subject_id: person1697 + split: train + image: images/Darwin_00003672_person1697_bacteria_4496.png + label: labels/Darwin_00003672_person1697_bacteria_4496.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003673_person1698_bacteria_4497 + subject_id: person1698 + split: train + image: images/Darwin_00003673_person1698_bacteria_4497.png + label: labels/Darwin_00003673_person1698_bacteria_4497.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003674_person1699_bacteria_4498 + subject_id: person1699 + split: train + image: images/Darwin_00003674_person1699_bacteria_4498.png + label: labels/Darwin_00003674_person1699_bacteria_4498.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003675_person1700_bacteria_4500 + subject_id: person1700 + split: train + image: images/Darwin_00003675_person1700_bacteria_4500.png + label: labels/Darwin_00003675_person1700_bacteria_4500.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003677_person1701_bacteria_4504 + subject_id: person1701 + split: val + image: images/Darwin_00003677_person1701_bacteria_4504.png + label: labels/Darwin_00003677_person1701_bacteria_4504.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003679_person1702_bacteria_4508 + subject_id: person1702 + split: val + image: images/Darwin_00003679_person1702_bacteria_4508.png + label: labels/Darwin_00003679_person1702_bacteria_4508.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003680_person1702_bacteria_4509 + subject_id: person1702 + split: val + image: images/Darwin_00003680_person1702_bacteria_4509.png + label: labels/Darwin_00003680_person1702_bacteria_4509.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003681_person1702_bacteria_4510 + subject_id: person1702 + split: val + image: images/Darwin_00003681_person1702_bacteria_4510.png + label: labels/Darwin_00003681_person1702_bacteria_4510.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003682_person1702_bacteria_4511 + subject_id: person1702 + split: val + image: images/Darwin_00003682_person1702_bacteria_4511.png + label: labels/Darwin_00003682_person1702_bacteria_4511.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003686_person1708_bacteria_4521 + subject_id: person1708 + split: test + image: images/Darwin_00003686_person1708_bacteria_4521.png + label: labels/Darwin_00003686_person1708_bacteria_4521.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003687_person1709_bacteria_4522 + subject_id: person1709 + split: train + image: images/Darwin_00003687_person1709_bacteria_4522.png + label: labels/Darwin_00003687_person1709_bacteria_4522.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003689_person1709_bacteria_4524 + subject_id: person1709 + split: train + image: images/Darwin_00003689_person1709_bacteria_4524.png + label: labels/Darwin_00003689_person1709_bacteria_4524.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003690_person1710_bacteria_4525 + subject_id: person1710 + split: train + image: images/Darwin_00003690_person1710_bacteria_4525.png + label: labels/Darwin_00003690_person1710_bacteria_4525.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003692_person1711_bacteria_4527 + subject_id: person1711 + split: val + image: images/Darwin_00003692_person1711_bacteria_4527.png + label: labels/Darwin_00003692_person1711_bacteria_4527.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003693_person1712_bacteria_4529 + subject_id: person1712 + split: train + image: images/Darwin_00003693_person1712_bacteria_4529.png + label: labels/Darwin_00003693_person1712_bacteria_4529.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003694_person1713_bacteria_4530 + subject_id: person1713 + split: val + image: images/Darwin_00003694_person1713_bacteria_4530.png + label: labels/Darwin_00003694_person1713_bacteria_4530.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003695_person1715_bacteria_4532 + subject_id: person1715 + split: val + image: images/Darwin_00003695_person1715_bacteria_4532.png + label: labels/Darwin_00003695_person1715_bacteria_4532.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003697_person1717_bacteria_4534 + subject_id: person1717 + split: train + image: images/Darwin_00003697_person1717_bacteria_4534.png + label: labels/Darwin_00003697_person1717_bacteria_4534.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003698_person1717_bacteria_4536 + subject_id: person1717 + split: train + image: images/Darwin_00003698_person1717_bacteria_4536.png + label: labels/Darwin_00003698_person1717_bacteria_4536.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003699_person1718_bacteria_4538 + subject_id: person1718 + split: train + image: images/Darwin_00003699_person1718_bacteria_4538.png + label: labels/Darwin_00003699_person1718_bacteria_4538.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003700_person1718_bacteria_4540 + subject_id: person1718 + split: train + image: images/Darwin_00003700_person1718_bacteria_4540.png + label: labels/Darwin_00003700_person1718_bacteria_4540.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003704_person1720_bacteria_4545 + subject_id: person1720 + split: train + image: images/Darwin_00003704_person1720_bacteria_4545.png + label: labels/Darwin_00003704_person1720_bacteria_4545.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003705_person1721_bacteria_4546 + subject_id: person1721 + split: train + image: images/Darwin_00003705_person1721_bacteria_4546.png + label: labels/Darwin_00003705_person1721_bacteria_4546.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003708_person1724_bacteria_4549 + subject_id: person1724 + split: train + image: images/Darwin_00003708_person1724_bacteria_4549.png + label: labels/Darwin_00003708_person1724_bacteria_4549.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003711_person1726_bacteria_4552 + subject_id: person1726 + split: train + image: images/Darwin_00003711_person1726_bacteria_4552.png + label: labels/Darwin_00003711_person1726_bacteria_4552.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003714_person1729_bacteria_4557 + subject_id: person1729 + split: train + image: images/Darwin_00003714_person1729_bacteria_4557.png + label: labels/Darwin_00003714_person1729_bacteria_4557.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003715_person1730_bacteria_4558 + subject_id: person1730 + split: train + image: images/Darwin_00003715_person1730_bacteria_4558.png + label: labels/Darwin_00003715_person1730_bacteria_4558.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003716_person1730_bacteria_4559 + subject_id: person1730 + split: train + image: images/Darwin_00003716_person1730_bacteria_4559.png + label: labels/Darwin_00003716_person1730_bacteria_4559.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003717_person1731_bacteria_4563 + subject_id: person1731 + split: train + image: images/Darwin_00003717_person1731_bacteria_4563.png + label: labels/Darwin_00003717_person1731_bacteria_4563.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003720_person1735_bacteria_4570 + subject_id: person1735 + split: train + image: images/Darwin_00003720_person1735_bacteria_4570.png + label: labels/Darwin_00003720_person1735_bacteria_4570.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003721_person1737_bacteria_4573 + subject_id: person1737 + split: train + image: images/Darwin_00003721_person1737_bacteria_4573.png + label: labels/Darwin_00003721_person1737_bacteria_4573.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003722_person1739_bacteria_4576 + subject_id: person1739 + split: train + image: images/Darwin_00003722_person1739_bacteria_4576.png + label: labels/Darwin_00003722_person1739_bacteria_4576.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003723_person1740_bacteria_4579 + subject_id: person1740 + split: train + image: images/Darwin_00003723_person1740_bacteria_4579.png + label: labels/Darwin_00003723_person1740_bacteria_4579.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003724_person1744_bacteria_4583 + subject_id: person1744 + split: train + image: images/Darwin_00003724_person1744_bacteria_4583.png + label: labels/Darwin_00003724_person1744_bacteria_4583.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003725_person1745_bacteria_4584 + subject_id: person1745 + split: train + image: images/Darwin_00003725_person1745_bacteria_4584.png + label: labels/Darwin_00003725_person1745_bacteria_4584.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003726_person1746_bacteria_4585 + subject_id: person1746 + split: train + image: images/Darwin_00003726_person1746_bacteria_4585.png + label: labels/Darwin_00003726_person1746_bacteria_4585.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003727_person1748_bacteria_4588 + subject_id: person1748 + split: train + image: images/Darwin_00003727_person1748_bacteria_4588.png + label: labels/Darwin_00003727_person1748_bacteria_4588.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003730_person1753_bacteria_4594 + subject_id: person1753 + split: train + image: images/Darwin_00003730_person1753_bacteria_4594.png + label: labels/Darwin_00003730_person1753_bacteria_4594.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003731_person1756_bacteria_4598 + subject_id: person1756 + split: test + image: images/Darwin_00003731_person1756_bacteria_4598.png + label: labels/Darwin_00003731_person1756_bacteria_4598.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003732_person1757_bacteria_4599 + subject_id: person1757 + split: test + image: images/Darwin_00003732_person1757_bacteria_4599.png + label: labels/Darwin_00003732_person1757_bacteria_4599.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003733_person1758_bacteria_4600 + subject_id: person1758 + split: train + image: images/Darwin_00003733_person1758_bacteria_4600.png + label: labels/Darwin_00003733_person1758_bacteria_4600.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003734_person1760_bacteria_4602 + subject_id: person1760 + split: train + image: images/Darwin_00003734_person1760_bacteria_4602.png + label: labels/Darwin_00003734_person1760_bacteria_4602.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003737_person1764_bacteria_4607 + subject_id: person1764 + split: test + image: images/Darwin_00003737_person1764_bacteria_4607.png + label: labels/Darwin_00003737_person1764_bacteria_4607.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003738_person1765_bacteria_4608 + subject_id: person1765 + split: val + image: images/Darwin_00003738_person1765_bacteria_4608.png + label: labels/Darwin_00003738_person1765_bacteria_4608.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003739_person1770_bacteria_4613 + subject_id: person1770 + split: train + image: images/Darwin_00003739_person1770_bacteria_4613.png + label: labels/Darwin_00003739_person1770_bacteria_4613.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003741_person1771_bacteria_4615 + subject_id: person1771 + split: train + image: images/Darwin_00003741_person1771_bacteria_4615.png + label: labels/Darwin_00003741_person1771_bacteria_4615.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003742_person1777_bacteria_4622 + subject_id: person1777 + split: train + image: images/Darwin_00003742_person1777_bacteria_4622.png + label: labels/Darwin_00003742_person1777_bacteria_4622.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003743_person1779_bacteria_4626 + subject_id: person1779 + split: val + image: images/Darwin_00003743_person1779_bacteria_4626.png + label: labels/Darwin_00003743_person1779_bacteria_4626.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003744_person1784_bacteria_4631 + subject_id: person1784 + split: test + image: images/Darwin_00003744_person1784_bacteria_4631.png + label: labels/Darwin_00003744_person1784_bacteria_4631.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003745_person1787_bacteria_4634 + subject_id: person1787 + split: val + image: images/Darwin_00003745_person1787_bacteria_4634.png + label: labels/Darwin_00003745_person1787_bacteria_4634.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003746_person1790_bacteria_4638 + subject_id: person1790 + split: val + image: images/Darwin_00003746_person1790_bacteria_4638.png + label: labels/Darwin_00003746_person1790_bacteria_4638.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003747_person1796_bacteria_4644 + subject_id: person1796 + split: train + image: images/Darwin_00003747_person1796_bacteria_4644.png + label: labels/Darwin_00003747_person1796_bacteria_4644.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003748_person1799_bacteria_4647 + subject_id: person1799 + split: train + image: images/Darwin_00003748_person1799_bacteria_4647.png + label: labels/Darwin_00003748_person1799_bacteria_4647.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003749_person1803_bacteria_4651 + subject_id: person1803 + split: train + image: images/Darwin_00003749_person1803_bacteria_4651.png + label: labels/Darwin_00003749_person1803_bacteria_4651.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003750_person1803_bacteria_4652 + subject_id: person1803 + split: train + image: images/Darwin_00003750_person1803_bacteria_4652.png + label: labels/Darwin_00003750_person1803_bacteria_4652.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003751_person1810_bacteria_4664 + subject_id: person1810 + split: train + image: images/Darwin_00003751_person1810_bacteria_4664.png + label: labels/Darwin_00003751_person1810_bacteria_4664.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003752_person1812_bacteria_4667 + subject_id: person1812 + split: train + image: images/Darwin_00003752_person1812_bacteria_4667.png + label: labels/Darwin_00003752_person1812_bacteria_4667.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003753_person1517_bacteria_3968 + subject_id: person1517 + split: train + image: images/Darwin_00003753_person1517_bacteria_3968.png + label: labels/Darwin_00003753_person1517_bacteria_3968.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003754_person1518_bacteria_3969 + subject_id: person1518 + split: train + image: images/Darwin_00003754_person1518_bacteria_3969.png + label: labels/Darwin_00003754_person1518_bacteria_3969.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003755_person1519_bacteria_3970 + subject_id: person1519 + split: test + image: images/Darwin_00003755_person1519_bacteria_3970.png + label: labels/Darwin_00003755_person1519_bacteria_3970.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003756_person1520_bacteria_3971 + subject_id: person1520 + split: test + image: images/Darwin_00003756_person1520_bacteria_3971.png + label: labels/Darwin_00003756_person1520_bacteria_3971.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003757_person1522_bacteria_3977 + subject_id: person1522 + split: val + image: images/Darwin_00003757_person1522_bacteria_3977.png + label: labels/Darwin_00003757_person1522_bacteria_3977.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003758_person1523_bacteria_3979 + subject_id: person1523 + split: train + image: images/Darwin_00003758_person1523_bacteria_3979.png + label: labels/Darwin_00003758_person1523_bacteria_3979.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003759_person1523_bacteria_3980 + subject_id: person1523 + split: train + image: images/Darwin_00003759_person1523_bacteria_3980.png + label: labels/Darwin_00003759_person1523_bacteria_3980.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003760_person1524_bacteria_3983 + subject_id: person1524 + split: train + image: images/Darwin_00003760_person1524_bacteria_3983.png + label: labels/Darwin_00003760_person1524_bacteria_3983.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003761_person1524_bacteria_3984 + subject_id: person1524 + split: train + image: images/Darwin_00003761_person1524_bacteria_3984.png + label: labels/Darwin_00003761_person1524_bacteria_3984.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003762_person1525_bacteria_3985 + subject_id: person1525 + split: train + image: images/Darwin_00003762_person1525_bacteria_3985.png + label: labels/Darwin_00003762_person1525_bacteria_3985.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003763_person1526_bacteria_3986 + subject_id: person1526 + split: train + image: images/Darwin_00003763_person1526_bacteria_3986.png + label: labels/Darwin_00003763_person1526_bacteria_3986.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003764_person1527_bacteria_3988 + subject_id: person1527 + split: train + image: images/Darwin_00003764_person1527_bacteria_3988.png + label: labels/Darwin_00003764_person1527_bacteria_3988.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003765_person1527_bacteria_3989 + subject_id: person1527 + split: train + image: images/Darwin_00003765_person1527_bacteria_3989.png + label: labels/Darwin_00003765_person1527_bacteria_3989.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003766_person1527_bacteria_3990 + subject_id: person1527 + split: train + image: images/Darwin_00003766_person1527_bacteria_3990.png + label: labels/Darwin_00003766_person1527_bacteria_3990.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003767_person1528_bacteria_3991 + subject_id: person1528 + split: test + image: images/Darwin_00003767_person1528_bacteria_3991.png + label: labels/Darwin_00003767_person1528_bacteria_3991.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003768_person1528_bacteria_3996 + subject_id: person1528 + split: test + image: images/Darwin_00003768_person1528_bacteria_3996.png + label: labels/Darwin_00003768_person1528_bacteria_3996.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003769_person1530_bacteria_4000 + subject_id: person1530 + split: train + image: images/Darwin_00003769_person1530_bacteria_4000.png + label: labels/Darwin_00003769_person1530_bacteria_4000.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003770_person1531_bacteria_4003 + subject_id: person1531 + split: train + image: images/Darwin_00003770_person1531_bacteria_4003.png + label: labels/Darwin_00003770_person1531_bacteria_4003.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003771_person1535_bacteria_4015 + subject_id: person1535 + split: test + image: images/Darwin_00003771_person1535_bacteria_4015.png + label: labels/Darwin_00003771_person1535_bacteria_4015.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003772_person1535_bacteria_4016 + subject_id: person1535 + split: test + image: images/Darwin_00003772_person1535_bacteria_4016.png + label: labels/Darwin_00003772_person1535_bacteria_4016.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003773_person1535_bacteria_4017 + subject_id: person1535 + split: test + image: images/Darwin_00003773_person1535_bacteria_4017.png + label: labels/Darwin_00003773_person1535_bacteria_4017.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003774_person1536_bacteria_4018 + subject_id: person1536 + split: train + image: images/Darwin_00003774_person1536_bacteria_4018.png + label: labels/Darwin_00003774_person1536_bacteria_4018.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003775_person1537_bacteria_4019 + subject_id: person1537 + split: train + image: images/Darwin_00003775_person1537_bacteria_4019.png + label: labels/Darwin_00003775_person1537_bacteria_4019.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003776_person1537_bacteria_4020 + subject_id: person1537 + split: train + image: images/Darwin_00003776_person1537_bacteria_4020.png + label: labels/Darwin_00003776_person1537_bacteria_4020.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003777_person1538_bacteria_4021 + subject_id: person1538 + split: train + image: images/Darwin_00003777_person1538_bacteria_4021.png + label: labels/Darwin_00003777_person1538_bacteria_4021.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003778_person1539_bacteria_4022 + subject_id: person1539 + split: train + image: images/Darwin_00003778_person1539_bacteria_4022.png + label: labels/Darwin_00003778_person1539_bacteria_4022.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003779_person1540_bacteria_4023 + subject_id: person1540 + split: train + image: images/Darwin_00003779_person1540_bacteria_4023.png + label: labels/Darwin_00003779_person1540_bacteria_4023.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003780_person1542_bacteria_4029 + subject_id: person1542 + split: train + image: images/Darwin_00003780_person1542_bacteria_4029.png + label: labels/Darwin_00003780_person1542_bacteria_4029.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003781_person1544_bacteria_4033 + subject_id: person1544 + split: train + image: images/Darwin_00003781_person1544_bacteria_4033.png + label: labels/Darwin_00003781_person1544_bacteria_4033.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003782_person1544_bacteria_4035 + subject_id: person1544 + split: train + image: images/Darwin_00003782_person1544_bacteria_4035.png + label: labels/Darwin_00003782_person1544_bacteria_4035.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003783_person1544_bacteria_4037 + subject_id: person1544 + split: train + image: images/Darwin_00003783_person1544_bacteria_4037.png + label: labels/Darwin_00003783_person1544_bacteria_4037.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003784_person1544_bacteria_4038 + subject_id: person1544 + split: train + image: images/Darwin_00003784_person1544_bacteria_4038.png + label: labels/Darwin_00003784_person1544_bacteria_4038.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003785_person1545_bacteria_4041 + subject_id: person1545 + split: train + image: images/Darwin_00003785_person1545_bacteria_4041.png + label: labels/Darwin_00003785_person1545_bacteria_4041.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003786_person1545_bacteria_4042 + subject_id: person1545 + split: train + image: images/Darwin_00003786_person1545_bacteria_4042.png + label: labels/Darwin_00003786_person1545_bacteria_4042.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003787_person1546_bacteria_4044 + subject_id: person1546 + split: train + image: images/Darwin_00003787_person1546_bacteria_4044.png + label: labels/Darwin_00003787_person1546_bacteria_4044.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003788_person1546_bacteria_4045 + subject_id: person1546 + split: train + image: images/Darwin_00003788_person1546_bacteria_4045.png + label: labels/Darwin_00003788_person1546_bacteria_4045.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003789_person1548_bacteria_4048 + subject_id: person1548 + split: train + image: images/Darwin_00003789_person1548_bacteria_4048.png + label: labels/Darwin_00003789_person1548_bacteria_4048.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003790_person1549_bacteria_4050 + subject_id: person1549 + split: train + image: images/Darwin_00003790_person1549_bacteria_4050.png + label: labels/Darwin_00003790_person1549_bacteria_4050.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003791_person1550_bacteria_4051 + subject_id: person1550 + split: val + image: images/Darwin_00003791_person1550_bacteria_4051.png + label: labels/Darwin_00003791_person1550_bacteria_4051.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003792_person1551_bacteria_4053 + subject_id: person1551 + split: train + image: images/Darwin_00003792_person1551_bacteria_4053.png + label: labels/Darwin_00003792_person1551_bacteria_4053.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003793_person1551_bacteria_4054 + subject_id: person1551 + split: train + image: images/Darwin_00003793_person1551_bacteria_4054.png + label: labels/Darwin_00003793_person1551_bacteria_4054.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003794_person1552_bacteria_4055 + subject_id: person1552 + split: train + image: images/Darwin_00003794_person1552_bacteria_4055.png + label: labels/Darwin_00003794_person1552_bacteria_4055.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003795_person1554_bacteria_4057 + subject_id: person1554 + split: val + image: images/Darwin_00003795_person1554_bacteria_4057.png + label: labels/Darwin_00003795_person1554_bacteria_4057.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003796_person1555_bacteria_4058 + subject_id: person1555 + split: train + image: images/Darwin_00003796_person1555_bacteria_4058.png + label: labels/Darwin_00003796_person1555_bacteria_4058.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003797_person1555_bacteria_4059 + subject_id: person1555 + split: train + image: images/Darwin_00003797_person1555_bacteria_4059.png + label: labels/Darwin_00003797_person1555_bacteria_4059.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003798_person1555_bacteria_4060 + subject_id: person1555 + split: train + image: images/Darwin_00003798_person1555_bacteria_4060.png + label: labels/Darwin_00003798_person1555_bacteria_4060.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003799_person1556_bacteria_4061 + subject_id: person1556 + split: train + image: images/Darwin_00003799_person1556_bacteria_4061.png + label: labels/Darwin_00003799_person1556_bacteria_4061.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003800_person1556_bacteria_4062 + subject_id: person1556 + split: train + image: images/Darwin_00003800_person1556_bacteria_4062.png + label: labels/Darwin_00003800_person1556_bacteria_4062.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003801_person1557_bacteria_4063 + subject_id: person1557 + split: val + image: images/Darwin_00003801_person1557_bacteria_4063.png + label: labels/Darwin_00003801_person1557_bacteria_4063.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003802_person1557_bacteria_4065 + subject_id: person1557 + split: val + image: images/Darwin_00003802_person1557_bacteria_4065.png + label: labels/Darwin_00003802_person1557_bacteria_4065.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003803_person1558_bacteria_4066 + subject_id: person1558 + split: test + image: images/Darwin_00003803_person1558_bacteria_4066.png + label: labels/Darwin_00003803_person1558_bacteria_4066.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003804_person1559_bacteria_4067 + subject_id: person1559 + split: train + image: images/Darwin_00003804_person1559_bacteria_4067.png + label: labels/Darwin_00003804_person1559_bacteria_4067.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003805_person1561_bacteria_4077 + subject_id: person1561 + split: train + image: images/Darwin_00003805_person1561_bacteria_4077.png + label: labels/Darwin_00003805_person1561_bacteria_4077.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003806_person1562_bacteria_4078 + subject_id: person1562 + split: train + image: images/Darwin_00003806_person1562_bacteria_4078.png + label: labels/Darwin_00003806_person1562_bacteria_4078.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003807_person1562_bacteria_4081 + subject_id: person1562 + split: train + image: images/Darwin_00003807_person1562_bacteria_4081.png + label: labels/Darwin_00003807_person1562_bacteria_4081.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003808_person1562_bacteria_4087 + subject_id: person1562 + split: train + image: images/Darwin_00003808_person1562_bacteria_4087.png + label: labels/Darwin_00003808_person1562_bacteria_4087.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003809_person1562_bacteria_4089 + subject_id: person1562 + split: train + image: images/Darwin_00003809_person1562_bacteria_4089.png + label: labels/Darwin_00003809_person1562_bacteria_4089.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003810_person1563_bacteria_4092 + subject_id: person1563 + split: train + image: images/Darwin_00003810_person1563_bacteria_4092.png + label: labels/Darwin_00003810_person1563_bacteria_4092.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003811_person1564_bacteria_4094 + subject_id: person1564 + split: train + image: images/Darwin_00003811_person1564_bacteria_4094.png + label: labels/Darwin_00003811_person1564_bacteria_4094.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003812_person1565_bacteria_4095 + subject_id: person1565 + split: val + image: images/Darwin_00003812_person1565_bacteria_4095.png + label: labels/Darwin_00003812_person1565_bacteria_4095.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003814_person1567_bacteria_4100 + subject_id: person1567 + split: train + image: images/Darwin_00003814_person1567_bacteria_4100.png + label: labels/Darwin_00003814_person1567_bacteria_4100.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003815_person1571_bacteria_4108 + subject_id: person1571 + split: train + image: images/Darwin_00003815_person1571_bacteria_4108.png + label: labels/Darwin_00003815_person1571_bacteria_4108.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003816_person1571_bacteria_4110 + subject_id: person1571 + split: train + image: images/Darwin_00003816_person1571_bacteria_4110.png + label: labels/Darwin_00003816_person1571_bacteria_4110.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003817_person1574_bacteria_4118 + subject_id: person1574 + split: train + image: images/Darwin_00003817_person1574_bacteria_4118.png + label: labels/Darwin_00003817_person1574_bacteria_4118.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003818_person1575_bacteria_4119 + subject_id: person1575 + split: train + image: images/Darwin_00003818_person1575_bacteria_4119.png + label: labels/Darwin_00003818_person1575_bacteria_4119.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003819_person1576_bacteria_4120 + subject_id: person1576 + split: train + image: images/Darwin_00003819_person1576_bacteria_4120.png + label: labels/Darwin_00003819_person1576_bacteria_4120.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003820_person1576_bacteria_4121 + subject_id: person1576 + split: train + image: images/Darwin_00003820_person1576_bacteria_4121.png + label: labels/Darwin_00003820_person1576_bacteria_4121.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003821_person1576_bacteria_4122 + subject_id: person1576 + split: train + image: images/Darwin_00003821_person1576_bacteria_4122.png + label: labels/Darwin_00003821_person1576_bacteria_4122.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003822_person1576_bacteria_4124 + subject_id: person1576 + split: train + image: images/Darwin_00003822_person1576_bacteria_4124.png + label: labels/Darwin_00003822_person1576_bacteria_4124.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003823_person1576_bacteria_4126 + subject_id: person1576 + split: train + image: images/Darwin_00003823_person1576_bacteria_4126.png + label: labels/Darwin_00003823_person1576_bacteria_4126.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003824_person1576_bacteria_4127 + subject_id: person1576 + split: train + image: images/Darwin_00003824_person1576_bacteria_4127.png + label: labels/Darwin_00003824_person1576_bacteria_4127.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003825_person1576_bacteria_4128 + subject_id: person1576 + split: train + image: images/Darwin_00003825_person1576_bacteria_4128.png + label: labels/Darwin_00003825_person1576_bacteria_4128.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003826_person1576_bacteria_4129 + subject_id: person1576 + split: train + image: images/Darwin_00003826_person1576_bacteria_4129.png + label: labels/Darwin_00003826_person1576_bacteria_4129.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003827_person1579_bacteria_4133 + subject_id: person1579 + split: train + image: images/Darwin_00003827_person1579_bacteria_4133.png + label: labels/Darwin_00003827_person1579_bacteria_4133.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003828_person1581_bacteria_4135 + subject_id: person1581 + split: test + image: images/Darwin_00003828_person1581_bacteria_4135.png + label: labels/Darwin_00003828_person1581_bacteria_4135.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003829_person1582_bacteria_4136 + subject_id: person1582 + split: train + image: images/Darwin_00003829_person1582_bacteria_4136.png + label: labels/Darwin_00003829_person1582_bacteria_4136.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003830_person1582_bacteria_4137 + subject_id: person1582 + split: train + image: images/Darwin_00003830_person1582_bacteria_4137.png + label: labels/Darwin_00003830_person1582_bacteria_4137.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003831_person1582_bacteria_4140 + subject_id: person1582 + split: train + image: images/Darwin_00003831_person1582_bacteria_4140.png + label: labels/Darwin_00003831_person1582_bacteria_4140.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003832_person1582_bacteria_4142 + subject_id: person1582 + split: train + image: images/Darwin_00003832_person1582_bacteria_4142.png + label: labels/Darwin_00003832_person1582_bacteria_4142.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003833_person1582_bacteria_4143 + subject_id: person1582 + split: train + image: images/Darwin_00003833_person1582_bacteria_4143.png + label: labels/Darwin_00003833_person1582_bacteria_4143.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003834_person1583_bacteria_4144 + subject_id: person1583 + split: val + image: images/Darwin_00003834_person1583_bacteria_4144.png + label: labels/Darwin_00003834_person1583_bacteria_4144.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003835_person1584_bacteria_4146 + subject_id: person1584 + split: test + image: images/Darwin_00003835_person1584_bacteria_4146.png + label: labels/Darwin_00003835_person1584_bacteria_4146.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003836_person1584_bacteria_4148 + subject_id: person1584 + split: test + image: images/Darwin_00003836_person1584_bacteria_4148.png + label: labels/Darwin_00003836_person1584_bacteria_4148.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003837_person1585_bacteria_4149 + subject_id: person1585 + split: val + image: images/Darwin_00003837_person1585_bacteria_4149.png + label: labels/Darwin_00003837_person1585_bacteria_4149.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003838_person1585_bacteria_4151 + subject_id: person1585 + split: val + image: images/Darwin_00003838_person1585_bacteria_4151.png + label: labels/Darwin_00003838_person1585_bacteria_4151.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003839_person1585_bacteria_4155 + subject_id: person1585 + split: val + image: images/Darwin_00003839_person1585_bacteria_4155.png + label: labels/Darwin_00003839_person1585_bacteria_4155.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003840_person1589_bacteria_4171 + subject_id: person1589 + split: train + image: images/Darwin_00003840_person1589_bacteria_4171.png + label: labels/Darwin_00003840_person1589_bacteria_4171.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003841_person1589_bacteria_4172 + subject_id: person1589 + split: train + image: images/Darwin_00003841_person1589_bacteria_4172.png + label: labels/Darwin_00003841_person1589_bacteria_4172.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003842_person1590_bacteria_4174 + subject_id: person1590 + split: val + image: images/Darwin_00003842_person1590_bacteria_4174.png + label: labels/Darwin_00003842_person1590_bacteria_4174.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003843_person1590_bacteria_4175 + subject_id: person1590 + split: val + image: images/Darwin_00003843_person1590_bacteria_4175.png + label: labels/Darwin_00003843_person1590_bacteria_4175.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003844_person1590_bacteria_4176 + subject_id: person1590 + split: val + image: images/Darwin_00003844_person1590_bacteria_4176.png + label: labels/Darwin_00003844_person1590_bacteria_4176.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003845_person1591_bacteria_4177 + subject_id: person1591 + split: val + image: images/Darwin_00003845_person1591_bacteria_4177.png + label: labels/Darwin_00003845_person1591_bacteria_4177.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003846_person1592_bacteria_4178 + subject_id: person1592 + split: train + image: images/Darwin_00003846_person1592_bacteria_4178.png + label: labels/Darwin_00003846_person1592_bacteria_4178.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003847_person1594_bacteria_4182 + subject_id: person1594 + split: train + image: images/Darwin_00003847_person1594_bacteria_4182.png + label: labels/Darwin_00003847_person1594_bacteria_4182.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003848_person1595_bacteria_4183 + subject_id: person1595 + split: train + image: images/Darwin_00003848_person1595_bacteria_4183.png + label: labels/Darwin_00003848_person1595_bacteria_4183.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003849_person1596_bacteria_4184 + subject_id: person1596 + split: test + image: images/Darwin_00003849_person1596_bacteria_4184.png + label: labels/Darwin_00003849_person1596_bacteria_4184.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003850_person1597_bacteria_4187 + subject_id: person1597 + split: test + image: images/Darwin_00003850_person1597_bacteria_4187.png + label: labels/Darwin_00003850_person1597_bacteria_4187.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003851_person1597_bacteria_4188 + subject_id: person1597 + split: test + image: images/Darwin_00003851_person1597_bacteria_4188.png + label: labels/Darwin_00003851_person1597_bacteria_4188.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003852_person1597_bacteria_4189 + subject_id: person1597 + split: test + image: images/Darwin_00003852_person1597_bacteria_4189.png + label: labels/Darwin_00003852_person1597_bacteria_4189.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003853_person1597_bacteria_4190 + subject_id: person1597 + split: test + image: images/Darwin_00003853_person1597_bacteria_4190.png + label: labels/Darwin_00003853_person1597_bacteria_4190.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003854_person1597_bacteria_4191 + subject_id: person1597 + split: test + image: images/Darwin_00003854_person1597_bacteria_4191.png + label: labels/Darwin_00003854_person1597_bacteria_4191.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003855_person1597_bacteria_4192 + subject_id: person1597 + split: test + image: images/Darwin_00003855_person1597_bacteria_4192.png + label: labels/Darwin_00003855_person1597_bacteria_4192.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003856_person1597_bacteria_4193 + subject_id: person1597 + split: test + image: images/Darwin_00003856_person1597_bacteria_4193.png + label: labels/Darwin_00003856_person1597_bacteria_4193.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003857_person1597_bacteria_4194 + subject_id: person1597 + split: test + image: images/Darwin_00003857_person1597_bacteria_4194.png + label: labels/Darwin_00003857_person1597_bacteria_4194.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003858_person1598_bacteria_4195 + subject_id: person1598 + split: train + image: images/Darwin_00003858_person1598_bacteria_4195.png + label: labels/Darwin_00003858_person1598_bacteria_4195.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003859_person1598_bacteria_4197 + subject_id: person1598 + split: train + image: images/Darwin_00003859_person1598_bacteria_4197.png + label: labels/Darwin_00003859_person1598_bacteria_4197.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003860_person1598_bacteria_4198 + subject_id: person1598 + split: train + image: images/Darwin_00003860_person1598_bacteria_4198.png + label: labels/Darwin_00003860_person1598_bacteria_4198.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003861_person1599_bacteria_4200 + subject_id: person1599 + split: train + image: images/Darwin_00003861_person1599_bacteria_4200.png + label: labels/Darwin_00003861_person1599_bacteria_4200.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003862_person1599_bacteria_4201 + subject_id: person1599 + split: train + image: images/Darwin_00003862_person1599_bacteria_4201.png + label: labels/Darwin_00003862_person1599_bacteria_4201.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003863_person14_bacteria_51 + subject_id: person14 + split: train + image: images/Darwin_00003863_person14_bacteria_51.png + label: labels/Darwin_00003863_person14_bacteria_51.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003864_person1442_bacteria_3726 + subject_id: person1442 + split: train + image: images/Darwin_00003864_person1442_bacteria_3726.png + label: labels/Darwin_00003864_person1442_bacteria_3726.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003865_person1444_bacteria_3732 + subject_id: person1444 + split: test + image: images/Darwin_00003865_person1444_bacteria_3732.png + label: labels/Darwin_00003865_person1444_bacteria_3732.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003866_person1445_bacteria_3734 + subject_id: person1445 + split: test + image: images/Darwin_00003866_person1445_bacteria_3734.png + label: labels/Darwin_00003866_person1445_bacteria_3734.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003867_person1445_bacteria_3735 + subject_id: person1445 + split: test + image: images/Darwin_00003867_person1445_bacteria_3735.png + label: labels/Darwin_00003867_person1445_bacteria_3735.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003868_person1446_bacteria_3737 + subject_id: person1446 + split: train + image: images/Darwin_00003868_person1446_bacteria_3737.png + label: labels/Darwin_00003868_person1446_bacteria_3737.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003869_person1446_bacteria_3739 + subject_id: person1446 + split: train + image: images/Darwin_00003869_person1446_bacteria_3739.png + label: labels/Darwin_00003869_person1446_bacteria_3739.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003870_person1446_bacteria_3740 + subject_id: person1446 + split: train + image: images/Darwin_00003870_person1446_bacteria_3740.png + label: labels/Darwin_00003870_person1446_bacteria_3740.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003871_person1447_bacteria_3741 + subject_id: person1447 + split: train + image: images/Darwin_00003871_person1447_bacteria_3741.png + label: labels/Darwin_00003871_person1447_bacteria_3741.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003872_person1449_bacteria_3743 + subject_id: person1449 + split: test + image: images/Darwin_00003872_person1449_bacteria_3743.png + label: labels/Darwin_00003872_person1449_bacteria_3743.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003873_person1449_bacteria_3745 + subject_id: person1449 + split: test + image: images/Darwin_00003873_person1449_bacteria_3745.png + label: labels/Darwin_00003873_person1449_bacteria_3745.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003874_person1449_bacteria_3746 + subject_id: person1449 + split: test + image: images/Darwin_00003874_person1449_bacteria_3746.png + label: labels/Darwin_00003874_person1449_bacteria_3746.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003875_person1449_bacteria_3747 + subject_id: person1449 + split: test + image: images/Darwin_00003875_person1449_bacteria_3747.png + label: labels/Darwin_00003875_person1449_bacteria_3747.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003876_person1450_bacteria_3753 + subject_id: person1450 + split: val + image: images/Darwin_00003876_person1450_bacteria_3753.png + label: labels/Darwin_00003876_person1450_bacteria_3753.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003877_person1453_bacteria_3770 + subject_id: person1453 + split: train + image: images/Darwin_00003877_person1453_bacteria_3770.png + label: labels/Darwin_00003877_person1453_bacteria_3770.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003878_person1453_bacteria_3771 + subject_id: person1453 + split: train + image: images/Darwin_00003878_person1453_bacteria_3771.png + label: labels/Darwin_00003878_person1453_bacteria_3771.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003879_person1453_bacteria_3772 + subject_id: person1453 + split: train + image: images/Darwin_00003879_person1453_bacteria_3772.png + label: labels/Darwin_00003879_person1453_bacteria_3772.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003880_person1454_bacteria_3774 + subject_id: person1454 + split: train + image: images/Darwin_00003880_person1454_bacteria_3774.png + label: labels/Darwin_00003880_person1454_bacteria_3774.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003881_person1454_bacteria_3778 + subject_id: person1454 + split: train + image: images/Darwin_00003881_person1454_bacteria_3778.png + label: labels/Darwin_00003881_person1454_bacteria_3778.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003882_person1454_bacteria_3779 + subject_id: person1454 + split: train + image: images/Darwin_00003882_person1454_bacteria_3779.png + label: labels/Darwin_00003882_person1454_bacteria_3779.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003883_person1454_bacteria_3780 + subject_id: person1454 + split: train + image: images/Darwin_00003883_person1454_bacteria_3780.png + label: labels/Darwin_00003883_person1454_bacteria_3780.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003884_person1454_bacteria_3781 + subject_id: person1454 + split: train + image: images/Darwin_00003884_person1454_bacteria_3781.png + label: labels/Darwin_00003884_person1454_bacteria_3781.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003885_person1454_bacteria_3782 + subject_id: person1454 + split: train + image: images/Darwin_00003885_person1454_bacteria_3782.png + label: labels/Darwin_00003885_person1454_bacteria_3782.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003887_person1459_bacteria_3796 + subject_id: person1459 + split: train + image: images/Darwin_00003887_person1459_bacteria_3796.png + label: labels/Darwin_00003887_person1459_bacteria_3796.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003888_person1459_bacteria_3797 + subject_id: person1459 + split: train + image: images/Darwin_00003888_person1459_bacteria_3797.png + label: labels/Darwin_00003888_person1459_bacteria_3797.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003889_person1460_bacteria_3801 + subject_id: person1460 + split: train + image: images/Darwin_00003889_person1460_bacteria_3801.png + label: labels/Darwin_00003889_person1460_bacteria_3801.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003890_person1460_bacteria_3805 + subject_id: person1460 + split: train + image: images/Darwin_00003890_person1460_bacteria_3805.png + label: labels/Darwin_00003890_person1460_bacteria_3805.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003891_person1463_bacteria_3808 + subject_id: person1463 + split: train + image: images/Darwin_00003891_person1463_bacteria_3808.png + label: labels/Darwin_00003891_person1463_bacteria_3808.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003892_person1463_bacteria_3809 + subject_id: person1463 + split: train + image: images/Darwin_00003892_person1463_bacteria_3809.png + label: labels/Darwin_00003892_person1463_bacteria_3809.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003893_person1463_bacteria_3811 + subject_id: person1463 + split: train + image: images/Darwin_00003893_person1463_bacteria_3811.png + label: labels/Darwin_00003893_person1463_bacteria_3811.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003894_person1468_bacteria_3822 + subject_id: person1468 + split: train + image: images/Darwin_00003894_person1468_bacteria_3822.png + label: labels/Darwin_00003894_person1468_bacteria_3822.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003895_person1469_bacteria_3824 + subject_id: person1469 + split: val + image: images/Darwin_00003895_person1469_bacteria_3824.png + label: labels/Darwin_00003895_person1469_bacteria_3824.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003896_person1469_bacteria_3827 + subject_id: person1469 + split: val + image: images/Darwin_00003896_person1469_bacteria_3827.png + label: labels/Darwin_00003896_person1469_bacteria_3827.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003897_person1470_bacteria_3829 + subject_id: person1470 + split: train + image: images/Darwin_00003897_person1470_bacteria_3829.png + label: labels/Darwin_00003897_person1470_bacteria_3829.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003898_person1470_bacteria_3830 + subject_id: person1470 + split: train + image: images/Darwin_00003898_person1470_bacteria_3830.png + label: labels/Darwin_00003898_person1470_bacteria_3830.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003899_person1471_bacteria_3831 + subject_id: person1471 + split: train + image: images/Darwin_00003899_person1471_bacteria_3831.png + label: labels/Darwin_00003899_person1471_bacteria_3831.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003900_person1472_bacteria_3833 + subject_id: person1472 + split: train + image: images/Darwin_00003900_person1472_bacteria_3833.png + label: labels/Darwin_00003900_person1472_bacteria_3833.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003901_person1472_bacteria_3834 + subject_id: person1472 + split: train + image: images/Darwin_00003901_person1472_bacteria_3834.png + label: labels/Darwin_00003901_person1472_bacteria_3834.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003902_person1473_bacteria_3836 + subject_id: person1473 + split: train + image: images/Darwin_00003902_person1473_bacteria_3836.png + label: labels/Darwin_00003902_person1473_bacteria_3836.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003903_person1474_bacteria_3837 + subject_id: person1474 + split: train + image: images/Darwin_00003903_person1474_bacteria_3837.png + label: labels/Darwin_00003903_person1474_bacteria_3837.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003904_person1476_bacteria_3842 + subject_id: person1476 + split: train + image: images/Darwin_00003904_person1476_bacteria_3842.png + label: labels/Darwin_00003904_person1476_bacteria_3842.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003905_person1476_bacteria_3843 + subject_id: person1476 + split: train + image: images/Darwin_00003905_person1476_bacteria_3843.png + label: labels/Darwin_00003905_person1476_bacteria_3843.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003907_person1480_bacteria_3858 + subject_id: person1480 + split: train + image: images/Darwin_00003907_person1480_bacteria_3858.png + label: labels/Darwin_00003907_person1480_bacteria_3858.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003908_person1480_bacteria_3859 + subject_id: person1480 + split: train + image: images/Darwin_00003908_person1480_bacteria_3859.png + label: labels/Darwin_00003908_person1480_bacteria_3859.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003909_person1481_bacteria_3862 + subject_id: person1481 + split: train + image: images/Darwin_00003909_person1481_bacteria_3862.png + label: labels/Darwin_00003909_person1481_bacteria_3862.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003911_person1481_bacteria_3864 + subject_id: person1481 + split: train + image: images/Darwin_00003911_person1481_bacteria_3864.png + label: labels/Darwin_00003911_person1481_bacteria_3864.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003913_person1481_bacteria_3866 + subject_id: person1481 + split: train + image: images/Darwin_00003913_person1481_bacteria_3866.png + label: labels/Darwin_00003913_person1481_bacteria_3866.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003915_person1481_bacteria_3868 + subject_id: person1481 + split: train + image: images/Darwin_00003915_person1481_bacteria_3868.png + label: labels/Darwin_00003915_person1481_bacteria_3868.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003917_person1482_bacteria_3874 + subject_id: person1482 + split: train + image: images/Darwin_00003917_person1482_bacteria_3874.png + label: labels/Darwin_00003917_person1482_bacteria_3874.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003918_person1483_bacteria_3876 + subject_id: person1483 + split: train + image: images/Darwin_00003918_person1483_bacteria_3876.png + label: labels/Darwin_00003918_person1483_bacteria_3876.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003919_person1484_bacteria_3878 + subject_id: person1484 + split: train + image: images/Darwin_00003919_person1484_bacteria_3878.png + label: labels/Darwin_00003919_person1484_bacteria_3878.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003920_person1486_bacteria_3881 + subject_id: person1486 + split: test + image: images/Darwin_00003920_person1486_bacteria_3881.png + label: labels/Darwin_00003920_person1486_bacteria_3881.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003921_person1486_bacteria_3883 + subject_id: person1486 + split: test + image: images/Darwin_00003921_person1486_bacteria_3883.png + label: labels/Darwin_00003921_person1486_bacteria_3883.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003923_person1486_bacteria_3885 + subject_id: person1486 + split: test + image: images/Darwin_00003923_person1486_bacteria_3885.png + label: labels/Darwin_00003923_person1486_bacteria_3885.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003924_person1488_bacteria_3887 + subject_id: person1488 + split: test + image: images/Darwin_00003924_person1488_bacteria_3887.png + label: labels/Darwin_00003924_person1488_bacteria_3887.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003925_person1489_bacteria_3889 + subject_id: person1489 + split: train + image: images/Darwin_00003925_person1489_bacteria_3889.png + label: labels/Darwin_00003925_person1489_bacteria_3889.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003926_person1490_bacteria_3891 + subject_id: person1490 + split: train + image: images/Darwin_00003926_person1490_bacteria_3891.png + label: labels/Darwin_00003926_person1490_bacteria_3891.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003927_person1491_bacteria_3892 + subject_id: person1491 + split: train + image: images/Darwin_00003927_person1491_bacteria_3892.png + label: labels/Darwin_00003927_person1491_bacteria_3892.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003928_person1491_bacteria_3893 + subject_id: person1491 + split: train + image: images/Darwin_00003928_person1491_bacteria_3893.png + label: labels/Darwin_00003928_person1491_bacteria_3893.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003929_person1492_bacteria_3894 + subject_id: person1492 + split: test + image: images/Darwin_00003929_person1492_bacteria_3894.png + label: labels/Darwin_00003929_person1492_bacteria_3894.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003930_person1493_bacteria_3895 + subject_id: person1493 + split: test + image: images/Darwin_00003930_person1493_bacteria_3895.png + label: labels/Darwin_00003930_person1493_bacteria_3895.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003931_person1493_bacteria_3896 + subject_id: person1493 + split: test + image: images/Darwin_00003931_person1493_bacteria_3896.png + label: labels/Darwin_00003931_person1493_bacteria_3896.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003932_person1493_bacteria_3897 + subject_id: person1493 + split: test + image: images/Darwin_00003932_person1493_bacteria_3897.png + label: labels/Darwin_00003932_person1493_bacteria_3897.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003933_person1493_bacteria_3898 + subject_id: person1493 + split: test + image: images/Darwin_00003933_person1493_bacteria_3898.png + label: labels/Darwin_00003933_person1493_bacteria_3898.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003934_person1493_bacteria_3899 + subject_id: person1493 + split: test + image: images/Darwin_00003934_person1493_bacteria_3899.png + label: labels/Darwin_00003934_person1493_bacteria_3899.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003935_person1494_bacteria_3901 + subject_id: person1494 + split: test + image: images/Darwin_00003935_person1494_bacteria_3901.png + label: labels/Darwin_00003935_person1494_bacteria_3901.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003936_person1496_bacteria_3905 + subject_id: person1496 + split: train + image: images/Darwin_00003936_person1496_bacteria_3905.png + label: labels/Darwin_00003936_person1496_bacteria_3905.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003937_person1496_bacteria_3906 + subject_id: person1496 + split: train + image: images/Darwin_00003937_person1496_bacteria_3906.png + label: labels/Darwin_00003937_person1496_bacteria_3906.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003938_person1496_bacteria_3907 + subject_id: person1496 + split: train + image: images/Darwin_00003938_person1496_bacteria_3907.png + label: labels/Darwin_00003938_person1496_bacteria_3907.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003939_person1496_bacteria_3908 + subject_id: person1496 + split: train + image: images/Darwin_00003939_person1496_bacteria_3908.png + label: labels/Darwin_00003939_person1496_bacteria_3908.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003940_person1496_bacteria_3909 + subject_id: person1496 + split: train + image: images/Darwin_00003940_person1496_bacteria_3909.png + label: labels/Darwin_00003940_person1496_bacteria_3909.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003942_person1496_bacteria_3911 + subject_id: person1496 + split: train + image: images/Darwin_00003942_person1496_bacteria_3911.png + label: labels/Darwin_00003942_person1496_bacteria_3911.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003944_person1499_bacteria_3915 + subject_id: person1499 + split: train + image: images/Darwin_00003944_person1499_bacteria_3915.png + label: labels/Darwin_00003944_person1499_bacteria_3915.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003945_person1500_bacteria_3916 + subject_id: person1500 + split: train + image: images/Darwin_00003945_person1500_bacteria_3916.png + label: labels/Darwin_00003945_person1500_bacteria_3916.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003946_person1502_bacteria_3922 + subject_id: person1502 + split: train + image: images/Darwin_00003946_person1502_bacteria_3922.png + label: labels/Darwin_00003946_person1502_bacteria_3922.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003947_person1502_bacteria_3923 + subject_id: person1502 + split: train + image: images/Darwin_00003947_person1502_bacteria_3923.png + label: labels/Darwin_00003947_person1502_bacteria_3923.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003948_person1502_bacteria_3924 + subject_id: person1502 + split: train + image: images/Darwin_00003948_person1502_bacteria_3924.png + label: labels/Darwin_00003948_person1502_bacteria_3924.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003949_person1502_bacteria_3925 + subject_id: person1502 + split: train + image: images/Darwin_00003949_person1502_bacteria_3925.png + label: labels/Darwin_00003949_person1502_bacteria_3925.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003950_person1502_bacteria_3927 + subject_id: person1502 + split: train + image: images/Darwin_00003950_person1502_bacteria_3927.png + label: labels/Darwin_00003950_person1502_bacteria_3927.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003951_person1502_bacteria_3928 + subject_id: person1502 + split: train + image: images/Darwin_00003951_person1502_bacteria_3928.png + label: labels/Darwin_00003951_person1502_bacteria_3928.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003952_person1502_bacteria_3929 + subject_id: person1502 + split: train + image: images/Darwin_00003952_person1502_bacteria_3929.png + label: labels/Darwin_00003952_person1502_bacteria_3929.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003953_person1504_bacteria_3931 + subject_id: person1504 + split: val + image: images/Darwin_00003953_person1504_bacteria_3931.png + label: labels/Darwin_00003953_person1504_bacteria_3931.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003954_person1506_bacteria_3933 + subject_id: person1506 + split: test + image: images/Darwin_00003954_person1506_bacteria_3933.png + label: labels/Darwin_00003954_person1506_bacteria_3933.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003955_person1507_bacteria_3935 + subject_id: person1507 + split: test + image: images/Darwin_00003955_person1507_bacteria_3935.png + label: labels/Darwin_00003955_person1507_bacteria_3935.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003956_person1507_bacteria_3942 + subject_id: person1507 + split: test + image: images/Darwin_00003956_person1507_bacteria_3942.png + label: labels/Darwin_00003956_person1507_bacteria_3942.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003957_person1507_bacteria_3943 + subject_id: person1507 + split: test + image: images/Darwin_00003957_person1507_bacteria_3943.png + label: labels/Darwin_00003957_person1507_bacteria_3943.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003958_person1507_bacteria_3944 + subject_id: person1507 + split: test + image: images/Darwin_00003958_person1507_bacteria_3944.png + label: labels/Darwin_00003958_person1507_bacteria_3944.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003959_person1507_bacteria_3945 + subject_id: person1507 + split: test + image: images/Darwin_00003959_person1507_bacteria_3945.png + label: labels/Darwin_00003959_person1507_bacteria_3945.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003960_person1507_bacteria_3946 + subject_id: person1507 + split: test + image: images/Darwin_00003960_person1507_bacteria_3946.png + label: labels/Darwin_00003960_person1507_bacteria_3946.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003961_person1507_bacteria_3947 + subject_id: person1507 + split: test + image: images/Darwin_00003961_person1507_bacteria_3947.png + label: labels/Darwin_00003961_person1507_bacteria_3947.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003962_person1507_bacteria_3948 + subject_id: person1507 + split: test + image: images/Darwin_00003962_person1507_bacteria_3948.png + label: labels/Darwin_00003962_person1507_bacteria_3948.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003963_person1508_bacteria_3949 + subject_id: person1508 + split: train + image: images/Darwin_00003963_person1508_bacteria_3949.png + label: labels/Darwin_00003963_person1508_bacteria_3949.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003964_person1509_bacteria_3951 + subject_id: person1509 + split: train + image: images/Darwin_00003964_person1509_bacteria_3951.png + label: labels/Darwin_00003964_person1509_bacteria_3951.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003965_person1511_bacteria_3955 + subject_id: person1511 + split: train + image: images/Darwin_00003965_person1511_bacteria_3955.png + label: labels/Darwin_00003965_person1511_bacteria_3955.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003966_person1512_bacteria_3958 + subject_id: person1512 + split: train + image: images/Darwin_00003966_person1512_bacteria_3958.png + label: labels/Darwin_00003966_person1512_bacteria_3958.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003967_person1513_bacteria_3962 + subject_id: person1513 + split: train + image: images/Darwin_00003967_person1513_bacteria_3962.png + label: labels/Darwin_00003967_person1513_bacteria_3962.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003968_person1514_bacteria_3964 + subject_id: person1514 + split: val + image: images/Darwin_00003968_person1514_bacteria_3964.png + label: labels/Darwin_00003968_person1514_bacteria_3964.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003969_person13_bacteria_49 + subject_id: person13 + split: train + image: images/Darwin_00003969_person13_bacteria_49.png + label: labels/Darwin_00003969_person13_bacteria_49.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003970_person13_bacteria_50 + subject_id: person13 + split: train + image: images/Darwin_00003970_person13_bacteria_50.png + label: labels/Darwin_00003970_person13_bacteria_50.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003971_person1358_bacteria_3463 + subject_id: person1358 + split: train + image: images/Darwin_00003971_person1358_bacteria_3463.png + label: labels/Darwin_00003971_person1358_bacteria_3463.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003972_person1358_bacteria_3465 + subject_id: person1358 + split: train + image: images/Darwin_00003972_person1358_bacteria_3465.png + label: labels/Darwin_00003972_person1358_bacteria_3465.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003973_person1361_bacteria_3476 + subject_id: person1361 + split: test + image: images/Darwin_00003973_person1361_bacteria_3476.png + label: labels/Darwin_00003973_person1361_bacteria_3476.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003974_person1361_bacteria_3477 + subject_id: person1361 + split: test + image: images/Darwin_00003974_person1361_bacteria_3477.png + label: labels/Darwin_00003974_person1361_bacteria_3477.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003975_person1363_bacteria_3483 + subject_id: person1363 + split: train + image: images/Darwin_00003975_person1363_bacteria_3483.png + label: labels/Darwin_00003975_person1363_bacteria_3483.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003976_person1363_bacteria_3484 + subject_id: person1363 + split: train + image: images/Darwin_00003976_person1363_bacteria_3484.png + label: labels/Darwin_00003976_person1363_bacteria_3484.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003977_person1365_bacteria_3489 + subject_id: person1365 + split: test + image: images/Darwin_00003977_person1365_bacteria_3489.png + label: labels/Darwin_00003977_person1365_bacteria_3489.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003978_person1366_bacteria_3490 + subject_id: person1366 + split: test + image: images/Darwin_00003978_person1366_bacteria_3490.png + label: labels/Darwin_00003978_person1366_bacteria_3490.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003979_person1372_bacteria_3498 + subject_id: person1372 + split: test + image: images/Darwin_00003979_person1372_bacteria_3498.png + label: labels/Darwin_00003979_person1372_bacteria_3498.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003980_person1372_bacteria_3499 + subject_id: person1372 + split: test + image: images/Darwin_00003980_person1372_bacteria_3499.png + label: labels/Darwin_00003980_person1372_bacteria_3499.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003981_person1372_bacteria_3500 + subject_id: person1372 + split: test + image: images/Darwin_00003981_person1372_bacteria_3500.png + label: labels/Darwin_00003981_person1372_bacteria_3500.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003982_person1372_bacteria_3501 + subject_id: person1372 + split: test + image: images/Darwin_00003982_person1372_bacteria_3501.png + label: labels/Darwin_00003982_person1372_bacteria_3501.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003985_person1374_bacteria_3506 + subject_id: person1374 + split: train + image: images/Darwin_00003985_person1374_bacteria_3506.png + label: labels/Darwin_00003985_person1374_bacteria_3506.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003986_person1374_bacteria_3507 + subject_id: person1374 + split: train + image: images/Darwin_00003986_person1374_bacteria_3507.png + label: labels/Darwin_00003986_person1374_bacteria_3507.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003987_person1375_bacteria_3509 + subject_id: person1375 + split: train + image: images/Darwin_00003987_person1375_bacteria_3509.png + label: labels/Darwin_00003987_person1375_bacteria_3509.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003988_person1375_bacteria_3510 + subject_id: person1375 + split: train + image: images/Darwin_00003988_person1375_bacteria_3510.png + label: labels/Darwin_00003988_person1375_bacteria_3510.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003989_person1376_bacteria_3511 + subject_id: person1376 + split: train + image: images/Darwin_00003989_person1376_bacteria_3511.png + label: labels/Darwin_00003989_person1376_bacteria_3511.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003990_person1377_bacteria_3512 + subject_id: person1377 + split: train + image: images/Darwin_00003990_person1377_bacteria_3512.png + label: labels/Darwin_00003990_person1377_bacteria_3512.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003992_person1379_bacteria_3514 + subject_id: person1379 + split: train + image: images/Darwin_00003992_person1379_bacteria_3514.png + label: labels/Darwin_00003992_person1379_bacteria_3514.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003993_person1380_bacteria_3515 + subject_id: person1380 + split: train + image: images/Darwin_00003993_person1380_bacteria_3515.png + label: labels/Darwin_00003993_person1380_bacteria_3515.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003994_person1381_bacteria_3516 + subject_id: person1381 + split: train + image: images/Darwin_00003994_person1381_bacteria_3516.png + label: labels/Darwin_00003994_person1381_bacteria_3516.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003995_person1381_bacteria_3517 + subject_id: person1381 + split: train + image: images/Darwin_00003995_person1381_bacteria_3517.png + label: labels/Darwin_00003995_person1381_bacteria_3517.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003996_person1383_bacteria_3521 + subject_id: person1383 + split: train + image: images/Darwin_00003996_person1383_bacteria_3521.png + label: labels/Darwin_00003996_person1383_bacteria_3521.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003997_person1384_bacteria_3522 + subject_id: person1384 + split: train + image: images/Darwin_00003997_person1384_bacteria_3522.png + label: labels/Darwin_00003997_person1384_bacteria_3522.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003998_person1385_bacteria_3524 + subject_id: person1385 + split: train + image: images/Darwin_00003998_person1385_bacteria_3524.png + label: labels/Darwin_00003998_person1385_bacteria_3524.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00003999_person1388_bacteria_3529 + subject_id: person1388 + split: train + image: images/Darwin_00003999_person1388_bacteria_3529.png + label: labels/Darwin_00003999_person1388_bacteria_3529.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004000_person1389_bacteria_3531 + subject_id: person1389 + split: train + image: images/Darwin_00004000_person1389_bacteria_3531.png + label: labels/Darwin_00004000_person1389_bacteria_3531.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004001_person1390_bacteria_3534 + subject_id: person1390 + split: val + image: images/Darwin_00004001_person1390_bacteria_3534.png + label: labels/Darwin_00004001_person1390_bacteria_3534.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004002_person1390_bacteria_3535 + subject_id: person1390 + split: val + image: images/Darwin_00004002_person1390_bacteria_3535.png + label: labels/Darwin_00004002_person1390_bacteria_3535.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004003_person1391_bacteria_3536 + subject_id: person1391 + split: train + image: images/Darwin_00004003_person1391_bacteria_3536.png + label: labels/Darwin_00004003_person1391_bacteria_3536.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004004_person1391_bacteria_3537 + subject_id: person1391 + split: train + image: images/Darwin_00004004_person1391_bacteria_3537.png + label: labels/Darwin_00004004_person1391_bacteria_3537.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004005_person1392_bacteria_3538 + subject_id: person1392 + split: train + image: images/Darwin_00004005_person1392_bacteria_3538.png + label: labels/Darwin_00004005_person1392_bacteria_3538.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004006_person1395_bacteria_3544 + subject_id: person1395 + split: val + image: images/Darwin_00004006_person1395_bacteria_3544.png + label: labels/Darwin_00004006_person1395_bacteria_3544.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004007_person1396_bacteria_3545 + subject_id: person1396 + split: train + image: images/Darwin_00004007_person1396_bacteria_3545.png + label: labels/Darwin_00004007_person1396_bacteria_3545.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004008_person1398_bacteria_3548 + subject_id: person1398 + split: val + image: images/Darwin_00004008_person1398_bacteria_3548.png + label: labels/Darwin_00004008_person1398_bacteria_3548.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004009_person1399_bacteria_3549 + subject_id: person1399 + split: train + image: images/Darwin_00004009_person1399_bacteria_3549.png + label: labels/Darwin_00004009_person1399_bacteria_3549.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004010_person1400_bacteria_3550 + subject_id: person1400 + split: train + image: images/Darwin_00004010_person1400_bacteria_3550.png + label: labels/Darwin_00004010_person1400_bacteria_3550.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004011_person1400_bacteria_3551 + subject_id: person1400 + split: train + image: images/Darwin_00004011_person1400_bacteria_3551.png + label: labels/Darwin_00004011_person1400_bacteria_3551.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004012_person1400_bacteria_3553 + subject_id: person1400 + split: train + image: images/Darwin_00004012_person1400_bacteria_3553.png + label: labels/Darwin_00004012_person1400_bacteria_3553.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004013_person1400_bacteria_3554 + subject_id: person1400 + split: train + image: images/Darwin_00004013_person1400_bacteria_3554.png + label: labels/Darwin_00004013_person1400_bacteria_3554.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004014_person1401_bacteria_3555 + subject_id: person1401 + split: train + image: images/Darwin_00004014_person1401_bacteria_3555.png + label: labels/Darwin_00004014_person1401_bacteria_3555.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004015_person1403_bacteria_3557 + subject_id: person1403 + split: val + image: images/Darwin_00004015_person1403_bacteria_3557.png + label: labels/Darwin_00004015_person1403_bacteria_3557.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004016_person1403_bacteria_3559 + subject_id: person1403 + split: val + image: images/Darwin_00004016_person1403_bacteria_3559.png + label: labels/Darwin_00004016_person1403_bacteria_3559.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004017_person1404_bacteria_3561 + subject_id: person1404 + split: train + image: images/Darwin_00004017_person1404_bacteria_3561.png + label: labels/Darwin_00004017_person1404_bacteria_3561.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004018_person1405_bacteria_3564 + subject_id: person1405 + split: train + image: images/Darwin_00004018_person1405_bacteria_3564.png + label: labels/Darwin_00004018_person1405_bacteria_3564.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004019_person1405_bacteria_3566 + subject_id: person1405 + split: train + image: images/Darwin_00004019_person1405_bacteria_3566.png + label: labels/Darwin_00004019_person1405_bacteria_3566.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004020_person1405_bacteria_3567 + subject_id: person1405 + split: train + image: images/Darwin_00004020_person1405_bacteria_3567.png + label: labels/Darwin_00004020_person1405_bacteria_3567.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004021_person1405_bacteria_3571 + subject_id: person1405 + split: train + image: images/Darwin_00004021_person1405_bacteria_3571.png + label: labels/Darwin_00004021_person1405_bacteria_3571.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004022_person1405_bacteria_3573 + subject_id: person1405 + split: train + image: images/Darwin_00004022_person1405_bacteria_3573.png + label: labels/Darwin_00004022_person1405_bacteria_3573.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004023_person1406_bacteria_3574 + subject_id: person1406 + split: train + image: images/Darwin_00004023_person1406_bacteria_3574.png + label: labels/Darwin_00004023_person1406_bacteria_3574.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004024_person1406_bacteria_3575 + subject_id: person1406 + split: train + image: images/Darwin_00004024_person1406_bacteria_3575.png + label: labels/Darwin_00004024_person1406_bacteria_3575.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004025_person1408_bacteria_3579 + subject_id: person1408 + split: train + image: images/Darwin_00004025_person1408_bacteria_3579.png + label: labels/Darwin_00004025_person1408_bacteria_3579.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004026_person1408_bacteria_3581 + subject_id: person1408 + split: train + image: images/Darwin_00004026_person1408_bacteria_3581.png + label: labels/Darwin_00004026_person1408_bacteria_3581.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004027_person1409_bacteria_3583 + subject_id: person1409 + split: train + image: images/Darwin_00004027_person1409_bacteria_3583.png + label: labels/Darwin_00004027_person1409_bacteria_3583.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004028_person1409_bacteria_3585 + subject_id: person1409 + split: train + image: images/Darwin_00004028_person1409_bacteria_3585.png + label: labels/Darwin_00004028_person1409_bacteria_3585.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004029_person1411_bacteria_3591 + subject_id: person1411 + split: train + image: images/Darwin_00004029_person1411_bacteria_3591.png + label: labels/Darwin_00004029_person1411_bacteria_3591.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004030_person1411_bacteria_3593 + subject_id: person1411 + split: train + image: images/Darwin_00004030_person1411_bacteria_3593.png + label: labels/Darwin_00004030_person1411_bacteria_3593.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004031_person1411_bacteria_3598 + subject_id: person1411 + split: train + image: images/Darwin_00004031_person1411_bacteria_3598.png + label: labels/Darwin_00004031_person1411_bacteria_3598.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004032_person1411_bacteria_3599 + subject_id: person1411 + split: train + image: images/Darwin_00004032_person1411_bacteria_3599.png + label: labels/Darwin_00004032_person1411_bacteria_3599.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004033_person1411_bacteria_3601 + subject_id: person1411 + split: train + image: images/Darwin_00004033_person1411_bacteria_3601.png + label: labels/Darwin_00004033_person1411_bacteria_3601.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004034_person1411_bacteria_3602 + subject_id: person1411 + split: train + image: images/Darwin_00004034_person1411_bacteria_3602.png + label: labels/Darwin_00004034_person1411_bacteria_3602.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004035_person1411_bacteria_3603 + subject_id: person1411 + split: train + image: images/Darwin_00004035_person1411_bacteria_3603.png + label: labels/Darwin_00004035_person1411_bacteria_3603.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004036_person1411_bacteria_3604 + subject_id: person1411 + split: train + image: images/Darwin_00004036_person1411_bacteria_3604.png + label: labels/Darwin_00004036_person1411_bacteria_3604.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004037_person1411_bacteria_3607 + subject_id: person1411 + split: train + image: images/Darwin_00004037_person1411_bacteria_3607.png + label: labels/Darwin_00004037_person1411_bacteria_3607.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004038_person1411_bacteria_3609 + subject_id: person1411 + split: train + image: images/Darwin_00004038_person1411_bacteria_3609.png + label: labels/Darwin_00004038_person1411_bacteria_3609.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004039_person1411_bacteria_3610 + subject_id: person1411 + split: train + image: images/Darwin_00004039_person1411_bacteria_3610.png + label: labels/Darwin_00004039_person1411_bacteria_3610.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004040_person1412_bacteria_3612 + subject_id: person1412 + split: train + image: images/Darwin_00004040_person1412_bacteria_3612.png + label: labels/Darwin_00004040_person1412_bacteria_3612.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004041_person1413_bacteria_3613 + subject_id: person1413 + split: train + image: images/Darwin_00004041_person1413_bacteria_3613.png + label: labels/Darwin_00004041_person1413_bacteria_3613.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004042_person1413_bacteria_3615 + subject_id: person1413 + split: train + image: images/Darwin_00004042_person1413_bacteria_3615.png + label: labels/Darwin_00004042_person1413_bacteria_3615.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004043_person1413_bacteria_3617 + subject_id: person1413 + split: train + image: images/Darwin_00004043_person1413_bacteria_3617.png + label: labels/Darwin_00004043_person1413_bacteria_3617.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004044_person1413_bacteria_3620 + subject_id: person1413 + split: train + image: images/Darwin_00004044_person1413_bacteria_3620.png + label: labels/Darwin_00004044_person1413_bacteria_3620.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004045_person1414_bacteria_3627 + subject_id: person1414 + split: test + image: images/Darwin_00004045_person1414_bacteria_3627.png + label: labels/Darwin_00004045_person1414_bacteria_3627.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004046_person1414_bacteria_3628 + subject_id: person1414 + split: test + image: images/Darwin_00004046_person1414_bacteria_3628.png + label: labels/Darwin_00004046_person1414_bacteria_3628.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004047_person1415_bacteria_3629 + subject_id: person1415 + split: val + image: images/Darwin_00004047_person1415_bacteria_3629.png + label: labels/Darwin_00004047_person1415_bacteria_3629.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004048_person1417_bacteria_3635 + subject_id: person1417 + split: train + image: images/Darwin_00004048_person1417_bacteria_3635.png + label: labels/Darwin_00004048_person1417_bacteria_3635.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004049_person1418_bacteria_3636 + subject_id: person1418 + split: train + image: images/Darwin_00004049_person1418_bacteria_3636.png + label: labels/Darwin_00004049_person1418_bacteria_3636.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004050_person1418_bacteria_3637 + subject_id: person1418 + split: train + image: images/Darwin_00004050_person1418_bacteria_3637.png + label: labels/Darwin_00004050_person1418_bacteria_3637.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004051_person1418_bacteria_3638 + subject_id: person1418 + split: train + image: images/Darwin_00004051_person1418_bacteria_3638.png + label: labels/Darwin_00004051_person1418_bacteria_3638.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004052_person1418_bacteria_3639 + subject_id: person1418 + split: train + image: images/Darwin_00004052_person1418_bacteria_3639.png + label: labels/Darwin_00004052_person1418_bacteria_3639.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004053_person1418_bacteria_3643 + subject_id: person1418 + split: train + image: images/Darwin_00004053_person1418_bacteria_3643.png + label: labels/Darwin_00004053_person1418_bacteria_3643.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004054_person1419_bacteria_3645 + subject_id: person1419 + split: val + image: images/Darwin_00004054_person1419_bacteria_3645.png + label: labels/Darwin_00004054_person1419_bacteria_3645.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004055_person1420_bacteria_3647 + subject_id: person1420 + split: train + image: images/Darwin_00004055_person1420_bacteria_3647.png + label: labels/Darwin_00004055_person1420_bacteria_3647.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004057_person1423_bacteria_3650 + subject_id: person1423 + split: test + image: images/Darwin_00004057_person1423_bacteria_3650.png + label: labels/Darwin_00004057_person1423_bacteria_3650.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004058_person1424_bacteria_3651 + subject_id: person1424 + split: test + image: images/Darwin_00004058_person1424_bacteria_3651.png + label: labels/Darwin_00004058_person1424_bacteria_3651.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004059_person1426_bacteria_3667 + subject_id: person1426 + split: val + image: images/Darwin_00004059_person1426_bacteria_3667.png + label: labels/Darwin_00004059_person1426_bacteria_3667.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004060_person1426_bacteria_3668 + subject_id: person1426 + split: val + image: images/Darwin_00004060_person1426_bacteria_3668.png + label: labels/Darwin_00004060_person1426_bacteria_3668.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004061_person1429_bacteria_3688 + subject_id: person1429 + split: train + image: images/Darwin_00004061_person1429_bacteria_3688.png + label: labels/Darwin_00004061_person1429_bacteria_3688.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004062_person1429_bacteria_3690 + subject_id: person1429 + split: train + image: images/Darwin_00004062_person1429_bacteria_3690.png + label: labels/Darwin_00004062_person1429_bacteria_3690.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004063_person1429_bacteria_3691 + subject_id: person1429 + split: train + image: images/Darwin_00004063_person1429_bacteria_3691.png + label: labels/Darwin_00004063_person1429_bacteria_3691.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004064_person1430_bacteria_3693 + subject_id: person1430 + split: val + image: images/Darwin_00004064_person1430_bacteria_3693.png + label: labels/Darwin_00004064_person1430_bacteria_3693.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004065_person1430_bacteria_3694 + subject_id: person1430 + split: val + image: images/Darwin_00004065_person1430_bacteria_3694.png + label: labels/Darwin_00004065_person1430_bacteria_3694.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004066_person1430_bacteria_3695 + subject_id: person1430 + split: val + image: images/Darwin_00004066_person1430_bacteria_3695.png + label: labels/Darwin_00004066_person1430_bacteria_3695.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004068_person1430_bacteria_3697 + subject_id: person1430 + split: val + image: images/Darwin_00004068_person1430_bacteria_3697.png + label: labels/Darwin_00004068_person1430_bacteria_3697.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004069_person1431_bacteria_3698 + subject_id: person1431 + split: test + image: images/Darwin_00004069_person1431_bacteria_3698.png + label: labels/Darwin_00004069_person1431_bacteria_3698.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004070_person1432_bacteria_3699 + subject_id: person1432 + split: train + image: images/Darwin_00004070_person1432_bacteria_3699.png + label: labels/Darwin_00004070_person1432_bacteria_3699.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004071_person1433_bacteria_3701 + subject_id: person1433 + split: train + image: images/Darwin_00004071_person1433_bacteria_3701.png + label: labels/Darwin_00004071_person1433_bacteria_3701.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004072_person1433_bacteria_3704 + subject_id: person1433 + split: train + image: images/Darwin_00004072_person1433_bacteria_3704.png + label: labels/Darwin_00004072_person1433_bacteria_3704.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004073_person1433_bacteria_3705 + subject_id: person1433 + split: train + image: images/Darwin_00004073_person1433_bacteria_3705.png + label: labels/Darwin_00004073_person1433_bacteria_3705.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004074_person1436_bacteria_3711 + subject_id: person1436 + split: val + image: images/Darwin_00004074_person1436_bacteria_3711.png + label: labels/Darwin_00004074_person1436_bacteria_3711.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004075_person1436_bacteria_3712 + subject_id: person1436 + split: val + image: images/Darwin_00004075_person1436_bacteria_3712.png + label: labels/Darwin_00004075_person1436_bacteria_3712.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004076_person1438_bacteria_3715 + subject_id: person1438 + split: val + image: images/Darwin_00004076_person1438_bacteria_3715.png + label: labels/Darwin_00004076_person1438_bacteria_3715.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004077_person1438_bacteria_3718 + subject_id: person1438 + split: val + image: images/Darwin_00004077_person1438_bacteria_3718.png + label: labels/Darwin_00004077_person1438_bacteria_3718.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004078_person1438_bacteria_3721 + subject_id: person1438 + split: val + image: images/Darwin_00004078_person1438_bacteria_3721.png + label: labels/Darwin_00004078_person1438_bacteria_3721.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004079_person1439_bacteria_3722 + subject_id: person1439 + split: val + image: images/Darwin_00004079_person1439_bacteria_3722.png + label: labels/Darwin_00004079_person1439_bacteria_3722.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004080_person1440_bacteria_3723 + subject_id: person1440 + split: val + image: images/Darwin_00004080_person1440_bacteria_3723.png + label: labels/Darwin_00004080_person1440_bacteria_3723.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004081_person1441_bacteria_3724 + subject_id: person1441 + split: train + image: images/Darwin_00004081_person1441_bacteria_3724.png + label: labels/Darwin_00004081_person1441_bacteria_3724.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004082_person12_bacteria_46 + subject_id: person12 + split: test + image: images/Darwin_00004082_person12_bacteria_46.png + label: labels/Darwin_00004082_person12_bacteria_46.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004083_person12_bacteria_47 + subject_id: person12 + split: test + image: images/Darwin_00004083_person12_bacteria_47.png + label: labels/Darwin_00004083_person12_bacteria_47.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004084_person12_bacteria_48 + subject_id: person12 + split: test + image: images/Darwin_00004084_person12_bacteria_48.png + label: labels/Darwin_00004084_person12_bacteria_48.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004085_person1268_bacteria_3228 + subject_id: person1268 + split: train + image: images/Darwin_00004085_person1268_bacteria_3228.png + label: labels/Darwin_00004085_person1268_bacteria_3228.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004086_person1269_bacteria_3229 + subject_id: person1269 + split: train + image: images/Darwin_00004086_person1269_bacteria_3229.png + label: labels/Darwin_00004086_person1269_bacteria_3229.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004087_person1270_bacteria_3230 + subject_id: person1270 + split: test + image: images/Darwin_00004087_person1270_bacteria_3230.png + label: labels/Darwin_00004087_person1270_bacteria_3230.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004088_person1271_bacteria_3231 + subject_id: person1271 + split: train + image: images/Darwin_00004088_person1271_bacteria_3231.png + label: labels/Darwin_00004088_person1271_bacteria_3231.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004089_person1272_bacteria_3232 + subject_id: person1272 + split: train + image: images/Darwin_00004089_person1272_bacteria_3232.png + label: labels/Darwin_00004089_person1272_bacteria_3232.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004090_person1273_bacteria_3233 + subject_id: person1273 + split: train + image: images/Darwin_00004090_person1273_bacteria_3233.png + label: labels/Darwin_00004090_person1273_bacteria_3233.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004091_person1273_bacteria_3234 + subject_id: person1273 + split: train + image: images/Darwin_00004091_person1273_bacteria_3234.png + label: labels/Darwin_00004091_person1273_bacteria_3234.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004092_person1274_bacteria_3235 + subject_id: person1274 + split: train + image: images/Darwin_00004092_person1274_bacteria_3235.png + label: labels/Darwin_00004092_person1274_bacteria_3235.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004093_person1274_bacteria_3236 + subject_id: person1274 + split: train + image: images/Darwin_00004093_person1274_bacteria_3236.png + label: labels/Darwin_00004093_person1274_bacteria_3236.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004094_person1275_bacteria_3237 + subject_id: person1275 + split: train + image: images/Darwin_00004094_person1275_bacteria_3237.png + label: labels/Darwin_00004094_person1275_bacteria_3237.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004095_person1276_bacteria_3239 + subject_id: person1276 + split: val + image: images/Darwin_00004095_person1276_bacteria_3239.png + label: labels/Darwin_00004095_person1276_bacteria_3239.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004096_person1277_bacteria_3240 + subject_id: person1277 + split: test + image: images/Darwin_00004096_person1277_bacteria_3240.png + label: labels/Darwin_00004096_person1277_bacteria_3240.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004097_person1279_bacteria_3242 + subject_id: person1279 + split: train + image: images/Darwin_00004097_person1279_bacteria_3242.png + label: labels/Darwin_00004097_person1279_bacteria_3242.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004098_person1280_bacteria_3243 + subject_id: person1280 + split: test + image: images/Darwin_00004098_person1280_bacteria_3243.png + label: labels/Darwin_00004098_person1280_bacteria_3243.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004099_person1281_bacteria_3244 + subject_id: person1281 + split: train + image: images/Darwin_00004099_person1281_bacteria_3244.png + label: labels/Darwin_00004099_person1281_bacteria_3244.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004100_person1282_bacteria_3245 + subject_id: person1282 + split: val + image: images/Darwin_00004100_person1282_bacteria_3245.png + label: labels/Darwin_00004100_person1282_bacteria_3245.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004101_person1283_bacteria_3246 + subject_id: person1283 + split: train + image: images/Darwin_00004101_person1283_bacteria_3246.png + label: labels/Darwin_00004101_person1283_bacteria_3246.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004102_person1284_bacteria_3247 + subject_id: person1284 + split: train + image: images/Darwin_00004102_person1284_bacteria_3247.png + label: labels/Darwin_00004102_person1284_bacteria_3247.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004105_person1288_bacteria_3251 + subject_id: person1288 + split: test + image: images/Darwin_00004105_person1288_bacteria_3251.png + label: labels/Darwin_00004105_person1288_bacteria_3251.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004106_person1289_bacteria_3252 + subject_id: person1289 + split: train + image: images/Darwin_00004106_person1289_bacteria_3252.png + label: labels/Darwin_00004106_person1289_bacteria_3252.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004107_person1290_bacteria_3253 + subject_id: person1290 + split: train + image: images/Darwin_00004107_person1290_bacteria_3253.png + label: labels/Darwin_00004107_person1290_bacteria_3253.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004108_person1292_bacteria_3255 + subject_id: person1292 + split: train + image: images/Darwin_00004108_person1292_bacteria_3255.png + label: labels/Darwin_00004108_person1292_bacteria_3255.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004109_person1294_bacteria_3257 + subject_id: person1294 + split: train + image: images/Darwin_00004109_person1294_bacteria_3257.png + label: labels/Darwin_00004109_person1294_bacteria_3257.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004110_person1295_bacteria_3258 + subject_id: person1295 + split: test + image: images/Darwin_00004110_person1295_bacteria_3258.png + label: labels/Darwin_00004110_person1295_bacteria_3258.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004111_person1297_bacteria_3260 + subject_id: person1297 + split: train + image: images/Darwin_00004111_person1297_bacteria_3260.png + label: labels/Darwin_00004111_person1297_bacteria_3260.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004112_person1298_bacteria_3261 + subject_id: person1298 + split: train + image: images/Darwin_00004112_person1298_bacteria_3261.png + label: labels/Darwin_00004112_person1298_bacteria_3261.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004113_person1300_bacteria_3264 + subject_id: person1300 + split: val + image: images/Darwin_00004113_person1300_bacteria_3264.png + label: labels/Darwin_00004113_person1300_bacteria_3264.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004114_person1302_bacteria_3266 + subject_id: person1302 + split: train + image: images/Darwin_00004114_person1302_bacteria_3266.png + label: labels/Darwin_00004114_person1302_bacteria_3266.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004116_person1304_bacteria_3269 + subject_id: person1304 + split: train + image: images/Darwin_00004116_person1304_bacteria_3269.png + label: labels/Darwin_00004116_person1304_bacteria_3269.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004117_person1305_bacteria_3271 + subject_id: person1305 + split: val + image: images/Darwin_00004117_person1305_bacteria_3271.png + label: labels/Darwin_00004117_person1305_bacteria_3271.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004118_person1306_bacteria_3272 + subject_id: person1306 + split: train + image: images/Darwin_00004118_person1306_bacteria_3272.png + label: labels/Darwin_00004118_person1306_bacteria_3272.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004119_person1306_bacteria_3274 + subject_id: person1306 + split: train + image: images/Darwin_00004119_person1306_bacteria_3274.png + label: labels/Darwin_00004119_person1306_bacteria_3274.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004120_person1306_bacteria_3275 + subject_id: person1306 + split: train + image: images/Darwin_00004120_person1306_bacteria_3275.png + label: labels/Darwin_00004120_person1306_bacteria_3275.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004121_person1306_bacteria_3276 + subject_id: person1306 + split: train + image: images/Darwin_00004121_person1306_bacteria_3276.png + label: labels/Darwin_00004121_person1306_bacteria_3276.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004122_person1306_bacteria_3277 + subject_id: person1306 + split: train + image: images/Darwin_00004122_person1306_bacteria_3277.png + label: labels/Darwin_00004122_person1306_bacteria_3277.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004123_person1307_bacteria_3278 + subject_id: person1307 + split: val + image: images/Darwin_00004123_person1307_bacteria_3278.png + label: labels/Darwin_00004123_person1307_bacteria_3278.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004124_person1308_bacteria_3280 + subject_id: person1308 + split: train + image: images/Darwin_00004124_person1308_bacteria_3280.png + label: labels/Darwin_00004124_person1308_bacteria_3280.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004125_person1308_bacteria_3283 + subject_id: person1308 + split: train + image: images/Darwin_00004125_person1308_bacteria_3283.png + label: labels/Darwin_00004125_person1308_bacteria_3283.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004126_person1308_bacteria_3285 + subject_id: person1308 + split: train + image: images/Darwin_00004126_person1308_bacteria_3285.png + label: labels/Darwin_00004126_person1308_bacteria_3285.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004127_person1308_bacteria_3286 + subject_id: person1308 + split: train + image: images/Darwin_00004127_person1308_bacteria_3286.png + label: labels/Darwin_00004127_person1308_bacteria_3286.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004128_person1308_bacteria_3288 + subject_id: person1308 + split: train + image: images/Darwin_00004128_person1308_bacteria_3288.png + label: labels/Darwin_00004128_person1308_bacteria_3288.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004129_person1308_bacteria_3290 + subject_id: person1308 + split: train + image: images/Darwin_00004129_person1308_bacteria_3290.png + label: labels/Darwin_00004129_person1308_bacteria_3290.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004131_person1309_bacteria_3294 + subject_id: person1309 + split: train + image: images/Darwin_00004131_person1309_bacteria_3294.png + label: labels/Darwin_00004131_person1309_bacteria_3294.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004132_person1310_bacteria_3295 + subject_id: person1310 + split: test + image: images/Darwin_00004132_person1310_bacteria_3295.png + label: labels/Darwin_00004132_person1310_bacteria_3295.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004133_person1310_bacteria_3297 + subject_id: person1310 + split: test + image: images/Darwin_00004133_person1310_bacteria_3297.png + label: labels/Darwin_00004133_person1310_bacteria_3297.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004134_person1310_bacteria_3300 + subject_id: person1310 + split: test + image: images/Darwin_00004134_person1310_bacteria_3300.png + label: labels/Darwin_00004134_person1310_bacteria_3300.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004135_person1310_bacteria_3301 + subject_id: person1310 + split: test + image: images/Darwin_00004135_person1310_bacteria_3301.png + label: labels/Darwin_00004135_person1310_bacteria_3301.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004136_person1310_bacteria_3302 + subject_id: person1310 + split: test + image: images/Darwin_00004136_person1310_bacteria_3302.png + label: labels/Darwin_00004136_person1310_bacteria_3302.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004137_person1310_bacteria_3304 + subject_id: person1310 + split: test + image: images/Darwin_00004137_person1310_bacteria_3304.png + label: labels/Darwin_00004137_person1310_bacteria_3304.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004139_person1312_bacteria_3313 + subject_id: person1312 + split: train + image: images/Darwin_00004139_person1312_bacteria_3313.png + label: labels/Darwin_00004139_person1312_bacteria_3313.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004140_person1312_bacteria_3314 + subject_id: person1312 + split: train + image: images/Darwin_00004140_person1312_bacteria_3314.png + label: labels/Darwin_00004140_person1312_bacteria_3314.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004141_person1312_bacteria_3316 + subject_id: person1312 + split: train + image: images/Darwin_00004141_person1312_bacteria_3316.png + label: labels/Darwin_00004141_person1312_bacteria_3316.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004142_person1312_bacteria_3317 + subject_id: person1312 + split: train + image: images/Darwin_00004142_person1312_bacteria_3317.png + label: labels/Darwin_00004142_person1312_bacteria_3317.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004144_person1312_bacteria_3319 + subject_id: person1312 + split: train + image: images/Darwin_00004144_person1312_bacteria_3319.png + label: labels/Darwin_00004144_person1312_bacteria_3319.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004145_person1313_bacteria_3320 + subject_id: person1313 + split: train + image: images/Darwin_00004145_person1313_bacteria_3320.png + label: labels/Darwin_00004145_person1313_bacteria_3320.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004146_person1315_bacteria_3322 + subject_id: person1315 + split: train + image: images/Darwin_00004146_person1315_bacteria_3322.png + label: labels/Darwin_00004146_person1315_bacteria_3322.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004147_person1316_bacteria_3326 + subject_id: person1316 + split: train + image: images/Darwin_00004147_person1316_bacteria_3326.png + label: labels/Darwin_00004147_person1316_bacteria_3326.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004148_person1317_bacteria_3332 + subject_id: person1317 + split: train + image: images/Darwin_00004148_person1317_bacteria_3332.png + label: labels/Darwin_00004148_person1317_bacteria_3332.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004149_person1318_bacteria_3334 + subject_id: person1318 + split: train + image: images/Darwin_00004149_person1318_bacteria_3334.png + label: labels/Darwin_00004149_person1318_bacteria_3334.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004150_person1318_bacteria_3335 + subject_id: person1318 + split: train + image: images/Darwin_00004150_person1318_bacteria_3335.png + label: labels/Darwin_00004150_person1318_bacteria_3335.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004151_person1320_bacteria_3339 + subject_id: person1320 + split: train + image: images/Darwin_00004151_person1320_bacteria_3339.png + label: labels/Darwin_00004151_person1320_bacteria_3339.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004152_person1320_bacteria_3340 + subject_id: person1320 + split: train + image: images/Darwin_00004152_person1320_bacteria_3340.png + label: labels/Darwin_00004152_person1320_bacteria_3340.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004153_person1320_bacteria_3342 + subject_id: person1320 + split: train + image: images/Darwin_00004153_person1320_bacteria_3342.png + label: labels/Darwin_00004153_person1320_bacteria_3342.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004154_person1320_bacteria_3344 + subject_id: person1320 + split: train + image: images/Darwin_00004154_person1320_bacteria_3344.png + label: labels/Darwin_00004154_person1320_bacteria_3344.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004155_person1320_bacteria_3345 + subject_id: person1320 + split: train + image: images/Darwin_00004155_person1320_bacteria_3345.png + label: labels/Darwin_00004155_person1320_bacteria_3345.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004156_person1320_bacteria_3346 + subject_id: person1320 + split: train + image: images/Darwin_00004156_person1320_bacteria_3346.png + label: labels/Darwin_00004156_person1320_bacteria_3346.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004157_person1320_bacteria_3347 + subject_id: person1320 + split: train + image: images/Darwin_00004157_person1320_bacteria_3347.png + label: labels/Darwin_00004157_person1320_bacteria_3347.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004158_person1320_bacteria_3348 + subject_id: person1320 + split: train + image: images/Darwin_00004158_person1320_bacteria_3348.png + label: labels/Darwin_00004158_person1320_bacteria_3348.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004159_person1320_bacteria_3350 + subject_id: person1320 + split: train + image: images/Darwin_00004159_person1320_bacteria_3350.png + label: labels/Darwin_00004159_person1320_bacteria_3350.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004160_person1320_bacteria_3351 + subject_id: person1320 + split: train + image: images/Darwin_00004160_person1320_bacteria_3351.png + label: labels/Darwin_00004160_person1320_bacteria_3351.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004161_person1320_bacteria_3352 + subject_id: person1320 + split: train + image: images/Darwin_00004161_person1320_bacteria_3352.png + label: labels/Darwin_00004161_person1320_bacteria_3352.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004162_person1320_bacteria_3353 + subject_id: person1320 + split: train + image: images/Darwin_00004162_person1320_bacteria_3353.png + label: labels/Darwin_00004162_person1320_bacteria_3353.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004163_person1320_bacteria_3355 + subject_id: person1320 + split: train + image: images/Darwin_00004163_person1320_bacteria_3355.png + label: labels/Darwin_00004163_person1320_bacteria_3355.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004164_person1321_bacteria_3358 + subject_id: person1321 + split: test + image: images/Darwin_00004164_person1321_bacteria_3358.png + label: labels/Darwin_00004164_person1321_bacteria_3358.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004165_person1321_bacteria_3359 + subject_id: person1321 + split: test + image: images/Darwin_00004165_person1321_bacteria_3359.png + label: labels/Darwin_00004165_person1321_bacteria_3359.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004167_person1323_bacteria_3361 + subject_id: person1323 + split: val + image: images/Darwin_00004167_person1323_bacteria_3361.png + label: labels/Darwin_00004167_person1323_bacteria_3361.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004168_person1323_bacteria_3362 + subject_id: person1323 + split: val + image: images/Darwin_00004168_person1323_bacteria_3362.png + label: labels/Darwin_00004168_person1323_bacteria_3362.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004169_person1323_bacteria_3363 + subject_id: person1323 + split: val + image: images/Darwin_00004169_person1323_bacteria_3363.png + label: labels/Darwin_00004169_person1323_bacteria_3363.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004171_person1326_bacteria_3372 + subject_id: person1326 + split: train + image: images/Darwin_00004171_person1326_bacteria_3372.png + label: labels/Darwin_00004171_person1326_bacteria_3372.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004172_person1327_bacteria_3373 + subject_id: person1327 + split: train + image: images/Darwin_00004172_person1327_bacteria_3373.png + label: labels/Darwin_00004172_person1327_bacteria_3373.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004173_person1327_bacteria_3374 + subject_id: person1327 + split: train + image: images/Darwin_00004173_person1327_bacteria_3374.png + label: labels/Darwin_00004173_person1327_bacteria_3374.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004174_person1328_bacteria_3376 + subject_id: person1328 + split: train + image: images/Darwin_00004174_person1328_bacteria_3376.png + label: labels/Darwin_00004174_person1328_bacteria_3376.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004175_person1329_bacteria_3377 + subject_id: person1329 + split: train + image: images/Darwin_00004175_person1329_bacteria_3377.png + label: labels/Darwin_00004175_person1329_bacteria_3377.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004176_person1331_bacteria_3380 + subject_id: person1331 + split: train + image: images/Darwin_00004176_person1331_bacteria_3380.png + label: labels/Darwin_00004176_person1331_bacteria_3380.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004177_person1333_bacteria_3383 + subject_id: person1333 + split: train + image: images/Darwin_00004177_person1333_bacteria_3383.png + label: labels/Darwin_00004177_person1333_bacteria_3383.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004178_person1333_bacteria_3384 + subject_id: person1333 + split: train + image: images/Darwin_00004178_person1333_bacteria_3384.png + label: labels/Darwin_00004178_person1333_bacteria_3384.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004179_person1333_bacteria_3385 + subject_id: person1333 + split: train + image: images/Darwin_00004179_person1333_bacteria_3385.png + label: labels/Darwin_00004179_person1333_bacteria_3385.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004180_person1333_bacteria_3386 + subject_id: person1333 + split: train + image: images/Darwin_00004180_person1333_bacteria_3386.png + label: labels/Darwin_00004180_person1333_bacteria_3386.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004181_person1338_bacteria_3394 + subject_id: person1338 + split: train + image: images/Darwin_00004181_person1338_bacteria_3394.png + label: labels/Darwin_00004181_person1338_bacteria_3394.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004182_person1338_bacteria_3395 + subject_id: person1338 + split: train + image: images/Darwin_00004182_person1338_bacteria_3395.png + label: labels/Darwin_00004182_person1338_bacteria_3395.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004183_person1338_bacteria_3397 + subject_id: person1338 + split: train + image: images/Darwin_00004183_person1338_bacteria_3397.png + label: labels/Darwin_00004183_person1338_bacteria_3397.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004184_person1339_bacteria_3399 + subject_id: person1339 + split: train + image: images/Darwin_00004184_person1339_bacteria_3399.png + label: labels/Darwin_00004184_person1339_bacteria_3399.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004185_person1339_bacteria_3402 + subject_id: person1339 + split: train + image: images/Darwin_00004185_person1339_bacteria_3402.png + label: labels/Darwin_00004185_person1339_bacteria_3402.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004186_person1340_bacteria_3405 + subject_id: person1340 + split: train + image: images/Darwin_00004186_person1340_bacteria_3405.png + label: labels/Darwin_00004186_person1340_bacteria_3405.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004187_person1341_bacteria_3406 + subject_id: person1341 + split: train + image: images/Darwin_00004187_person1341_bacteria_3406.png + label: labels/Darwin_00004187_person1341_bacteria_3406.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004188_person1342_bacteria_3407 + subject_id: person1342 + split: test + image: images/Darwin_00004188_person1342_bacteria_3407.png + label: labels/Darwin_00004188_person1342_bacteria_3407.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004189_person1343_bacteria_3409 + subject_id: person1343 + split: train + image: images/Darwin_00004189_person1343_bacteria_3409.png + label: labels/Darwin_00004189_person1343_bacteria_3409.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004190_person1343_bacteria_3411 + subject_id: person1343 + split: train + image: images/Darwin_00004190_person1343_bacteria_3411.png + label: labels/Darwin_00004190_person1343_bacteria_3411.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004191_person1343_bacteria_3413 + subject_id: person1343 + split: train + image: images/Darwin_00004191_person1343_bacteria_3413.png + label: labels/Darwin_00004191_person1343_bacteria_3413.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004193_person1343_bacteria_3415 + subject_id: person1343 + split: train + image: images/Darwin_00004193_person1343_bacteria_3415.png + label: labels/Darwin_00004193_person1343_bacteria_3415.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004194_person1343_bacteria_3416 + subject_id: person1343 + split: train + image: images/Darwin_00004194_person1343_bacteria_3416.png + label: labels/Darwin_00004194_person1343_bacteria_3416.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004195_person1343_bacteria_3417 + subject_id: person1343 + split: train + image: images/Darwin_00004195_person1343_bacteria_3417.png + label: labels/Darwin_00004195_person1343_bacteria_3417.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004196_person1343_bacteria_3418 + subject_id: person1343 + split: train + image: images/Darwin_00004196_person1343_bacteria_3418.png + label: labels/Darwin_00004196_person1343_bacteria_3418.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004197_person1343_bacteria_3419 + subject_id: person1343 + split: train + image: images/Darwin_00004197_person1343_bacteria_3419.png + label: labels/Darwin_00004197_person1343_bacteria_3419.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004198_person1344_bacteria_3421 + subject_id: person1344 + split: train + image: images/Darwin_00004198_person1344_bacteria_3421.png + label: labels/Darwin_00004198_person1344_bacteria_3421.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004199_person1345_bacteria_3422 + subject_id: person1345 + split: train + image: images/Darwin_00004199_person1345_bacteria_3422.png + label: labels/Darwin_00004199_person1345_bacteria_3422.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004200_person1345_bacteria_3424 + subject_id: person1345 + split: train + image: images/Darwin_00004200_person1345_bacteria_3424.png + label: labels/Darwin_00004200_person1345_bacteria_3424.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004201_person1345_bacteria_3425 + subject_id: person1345 + split: train + image: images/Darwin_00004201_person1345_bacteria_3425.png + label: labels/Darwin_00004201_person1345_bacteria_3425.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004202_person1345_bacteria_3426 + subject_id: person1345 + split: train + image: images/Darwin_00004202_person1345_bacteria_3426.png + label: labels/Darwin_00004202_person1345_bacteria_3426.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004203_person1345_bacteria_3427 + subject_id: person1345 + split: train + image: images/Darwin_00004203_person1345_bacteria_3427.png + label: labels/Darwin_00004203_person1345_bacteria_3427.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004204_person1345_bacteria_3428 + subject_id: person1345 + split: train + image: images/Darwin_00004204_person1345_bacteria_3428.png + label: labels/Darwin_00004204_person1345_bacteria_3428.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004205_person1346_bacteria_3430 + subject_id: person1346 + split: train + image: images/Darwin_00004205_person1346_bacteria_3430.png + label: labels/Darwin_00004205_person1346_bacteria_3430.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004206_person1349_bacteria_3434 + subject_id: person1349 + split: train + image: images/Darwin_00004206_person1349_bacteria_3434.png + label: labels/Darwin_00004206_person1349_bacteria_3434.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004207_person1349_bacteria_3436 + subject_id: person1349 + split: train + image: images/Darwin_00004207_person1349_bacteria_3436.png + label: labels/Darwin_00004207_person1349_bacteria_3436.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004209_person1349_bacteria_3438 + subject_id: person1349 + split: train + image: images/Darwin_00004209_person1349_bacteria_3438.png + label: labels/Darwin_00004209_person1349_bacteria_3438.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004210_person1349_bacteria_3439 + subject_id: person1349 + split: train + image: images/Darwin_00004210_person1349_bacteria_3439.png + label: labels/Darwin_00004210_person1349_bacteria_3439.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004211_person1351_bacteria_3441 + subject_id: person1351 + split: val + image: images/Darwin_00004211_person1351_bacteria_3441.png + label: labels/Darwin_00004211_person1351_bacteria_3441.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004212_person1352_bacteria_3442 + subject_id: person1352 + split: train + image: images/Darwin_00004212_person1352_bacteria_3442.png + label: labels/Darwin_00004212_person1352_bacteria_3442.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004213_person1352_bacteria_3443 + subject_id: person1352 + split: train + image: images/Darwin_00004213_person1352_bacteria_3443.png + label: labels/Darwin_00004213_person1352_bacteria_3443.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004214_person1352_bacteria_3444 + subject_id: person1352 + split: train + image: images/Darwin_00004214_person1352_bacteria_3444.png + label: labels/Darwin_00004214_person1352_bacteria_3444.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004215_person1352_bacteria_3445 + subject_id: person1352 + split: train + image: images/Darwin_00004215_person1352_bacteria_3445.png + label: labels/Darwin_00004215_person1352_bacteria_3445.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004216_person1353_bacteria_3446 + subject_id: person1353 + split: test + image: images/Darwin_00004216_person1353_bacteria_3446.png + label: labels/Darwin_00004216_person1353_bacteria_3446.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004217_person1354_bacteria_3448 + subject_id: person1354 + split: train + image: images/Darwin_00004217_person1354_bacteria_3448.png + label: labels/Darwin_00004217_person1354_bacteria_3448.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004218_person1355_bacteria_3449 + subject_id: person1355 + split: train + image: images/Darwin_00004218_person1355_bacteria_3449.png + label: labels/Darwin_00004218_person1355_bacteria_3449.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004222_person1162_bacteria_3107 + subject_id: person1162 + split: train + image: images/Darwin_00004222_person1162_bacteria_3107.png + label: labels/Darwin_00004222_person1162_bacteria_3107.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004223_person1164_bacteria_3110 + subject_id: person1164 + split: train + image: images/Darwin_00004223_person1164_bacteria_3110.png + label: labels/Darwin_00004223_person1164_bacteria_3110.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004224_person1165_bacteria_3111 + subject_id: person1165 + split: train + image: images/Darwin_00004224_person1165_bacteria_3111.png + label: labels/Darwin_00004224_person1165_bacteria_3111.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004225_person1167_bacteria_3113 + subject_id: person1167 + split: train + image: images/Darwin_00004225_person1167_bacteria_3113.png + label: labels/Darwin_00004225_person1167_bacteria_3113.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004226_person1168_bacteria_3114 + subject_id: person1168 + split: train + image: images/Darwin_00004226_person1168_bacteria_3114.png + label: labels/Darwin_00004226_person1168_bacteria_3114.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004227_person1168_bacteria_3115 + subject_id: person1168 + split: train + image: images/Darwin_00004227_person1168_bacteria_3115.png + label: labels/Darwin_00004227_person1168_bacteria_3115.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004228_person1170_bacteria_3117 + subject_id: person1170 + split: train + image: images/Darwin_00004228_person1170_bacteria_3117.png + label: labels/Darwin_00004228_person1170_bacteria_3117.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004229_person1171_bacteria_3118 + subject_id: person1171 + split: train + image: images/Darwin_00004229_person1171_bacteria_3118.png + label: labels/Darwin_00004229_person1171_bacteria_3118.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004230_person1172_bacteria_3119 + subject_id: person1172 + split: train + image: images/Darwin_00004230_person1172_bacteria_3119.png + label: labels/Darwin_00004230_person1172_bacteria_3119.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004231_person1175_bacteria_3122 + subject_id: person1175 + split: val + image: images/Darwin_00004231_person1175_bacteria_3122.png + label: labels/Darwin_00004231_person1175_bacteria_3122.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004232_person1176_bacteria_3123 + subject_id: person1176 + split: val + image: images/Darwin_00004232_person1176_bacteria_3123.png + label: labels/Darwin_00004232_person1176_bacteria_3123.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004233_person1176_bacteria_3124 + subject_id: person1176 + split: val + image: images/Darwin_00004233_person1176_bacteria_3124.png + label: labels/Darwin_00004233_person1176_bacteria_3124.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004234_person1177_bacteria_3125 + subject_id: person1177 + split: test + image: images/Darwin_00004234_person1177_bacteria_3125.png + label: labels/Darwin_00004234_person1177_bacteria_3125.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004235_person1178_bacteria_3126 + subject_id: person1178 + split: test + image: images/Darwin_00004235_person1178_bacteria_3126.png + label: labels/Darwin_00004235_person1178_bacteria_3126.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004236_person1179_bacteria_3127 + subject_id: person1179 + split: train + image: images/Darwin_00004236_person1179_bacteria_3127.png + label: labels/Darwin_00004236_person1179_bacteria_3127.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004237_person1180_bacteria_3128 + subject_id: person1180 + split: train + image: images/Darwin_00004237_person1180_bacteria_3128.png + label: labels/Darwin_00004237_person1180_bacteria_3128.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004238_person1181_bacteria_3129 + subject_id: person1181 + split: train + image: images/Darwin_00004238_person1181_bacteria_3129.png + label: labels/Darwin_00004238_person1181_bacteria_3129.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004239_person1183_bacteria_3131 + subject_id: person1183 + split: test + image: images/Darwin_00004239_person1183_bacteria_3131.png + label: labels/Darwin_00004239_person1183_bacteria_3131.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004240_person1184_bacteria_3132 + subject_id: person1184 + split: val + image: images/Darwin_00004240_person1184_bacteria_3132.png + label: labels/Darwin_00004240_person1184_bacteria_3132.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004241_person1185_bacteria_3133 + subject_id: person1185 + split: train + image: images/Darwin_00004241_person1185_bacteria_3133.png + label: labels/Darwin_00004241_person1185_bacteria_3133.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004242_person1186_bacteria_3134 + subject_id: person1186 + split: train + image: images/Darwin_00004242_person1186_bacteria_3134.png + label: labels/Darwin_00004242_person1186_bacteria_3134.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004243_person1186_bacteria_3135 + subject_id: person1186 + split: train + image: images/Darwin_00004243_person1186_bacteria_3135.png + label: labels/Darwin_00004243_person1186_bacteria_3135.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004244_person1187_bacteria_3136 + subject_id: person1187 + split: test + image: images/Darwin_00004244_person1187_bacteria_3136.png + label: labels/Darwin_00004244_person1187_bacteria_3136.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004245_person1188_bacteria_3137 + subject_id: person1188 + split: train + image: images/Darwin_00004245_person1188_bacteria_3137.png + label: labels/Darwin_00004245_person1188_bacteria_3137.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004246_person1192_bacteria_3141 + subject_id: person1192 + split: train + image: images/Darwin_00004246_person1192_bacteria_3141.png + label: labels/Darwin_00004246_person1192_bacteria_3141.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004247_person1194_bacteria_3143 + subject_id: person1194 + split: train + image: images/Darwin_00004247_person1194_bacteria_3143.png + label: labels/Darwin_00004247_person1194_bacteria_3143.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004248_person1195_bacteria_3144 + subject_id: person1195 + split: train + image: images/Darwin_00004248_person1195_bacteria_3144.png + label: labels/Darwin_00004248_person1195_bacteria_3144.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004249_person1196_bacteria_3146 + subject_id: person1196 + split: val + image: images/Darwin_00004249_person1196_bacteria_3146.png + label: labels/Darwin_00004249_person1196_bacteria_3146.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004250_person1197_bacteria_3147 + subject_id: person1197 + split: train + image: images/Darwin_00004250_person1197_bacteria_3147.png + label: labels/Darwin_00004250_person1197_bacteria_3147.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004251_person1198_bacteria_3148 + subject_id: person1198 + split: train + image: images/Darwin_00004251_person1198_bacteria_3148.png + label: labels/Darwin_00004251_person1198_bacteria_3148.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004252_person1199_bacteria_3149 + subject_id: person1199 + split: train + image: images/Darwin_00004252_person1199_bacteria_3149.png + label: labels/Darwin_00004252_person1199_bacteria_3149.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004253_person1201_bacteria_3151 + subject_id: person1201 + split: train + image: images/Darwin_00004253_person1201_bacteria_3151.png + label: labels/Darwin_00004253_person1201_bacteria_3151.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004254_person1202_bacteria_3152 + subject_id: person1202 + split: val + image: images/Darwin_00004254_person1202_bacteria_3152.png + label: labels/Darwin_00004254_person1202_bacteria_3152.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004255_person1202_bacteria_3153 + subject_id: person1202 + split: val + image: images/Darwin_00004255_person1202_bacteria_3153.png + label: labels/Darwin_00004255_person1202_bacteria_3153.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004256_person1203_bacteria_3154 + subject_id: person1203 + split: train + image: images/Darwin_00004256_person1203_bacteria_3154.png + label: labels/Darwin_00004256_person1203_bacteria_3154.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004258_person1204_bacteria_3156 + subject_id: person1204 + split: val + image: images/Darwin_00004258_person1204_bacteria_3156.png + label: labels/Darwin_00004258_person1204_bacteria_3156.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004259_person1205_bacteria_3157 + subject_id: person1205 + split: train + image: images/Darwin_00004259_person1205_bacteria_3157.png + label: labels/Darwin_00004259_person1205_bacteria_3157.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004260_person1206_bacteria_3158 + subject_id: person1206 + split: train + image: images/Darwin_00004260_person1206_bacteria_3158.png + label: labels/Darwin_00004260_person1206_bacteria_3158.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004261_person1207_bacteria_3159 + subject_id: person1207 + split: train + image: images/Darwin_00004261_person1207_bacteria_3159.png + label: labels/Darwin_00004261_person1207_bacteria_3159.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004262_person1208_bacteria_3160 + subject_id: person1208 + split: test + image: images/Darwin_00004262_person1208_bacteria_3160.png + label: labels/Darwin_00004262_person1208_bacteria_3160.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004263_person1209_bacteria_3161 + subject_id: person1209 + split: test + image: images/Darwin_00004263_person1209_bacteria_3161.png + label: labels/Darwin_00004263_person1209_bacteria_3161.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004264_person1211_bacteria_3163 + subject_id: person1211 + split: train + image: images/Darwin_00004264_person1211_bacteria_3163.png + label: labels/Darwin_00004264_person1211_bacteria_3163.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004265_person1212_bacteria_3164 + subject_id: person1212 + split: train + image: images/Darwin_00004265_person1212_bacteria_3164.png + label: labels/Darwin_00004265_person1212_bacteria_3164.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004266_person1214_bacteria_3166 + subject_id: person1214 + split: test + image: images/Darwin_00004266_person1214_bacteria_3166.png + label: labels/Darwin_00004266_person1214_bacteria_3166.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004267_person1215_bacteria_3167 + subject_id: person1215 + split: test + image: images/Darwin_00004267_person1215_bacteria_3167.png + label: labels/Darwin_00004267_person1215_bacteria_3167.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004268_person1216_bacteria_3168 + subject_id: person1216 + split: train + image: images/Darwin_00004268_person1216_bacteria_3168.png + label: labels/Darwin_00004268_person1216_bacteria_3168.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004269_person1217_bacteria_3169 + subject_id: person1217 + split: train + image: images/Darwin_00004269_person1217_bacteria_3169.png + label: labels/Darwin_00004269_person1217_bacteria_3169.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004270_person1218_bacteria_3171 + subject_id: person1218 + split: val + image: images/Darwin_00004270_person1218_bacteria_3171.png + label: labels/Darwin_00004270_person1218_bacteria_3171.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004271_person1219_bacteria_3172 + subject_id: person1219 + split: train + image: images/Darwin_00004271_person1219_bacteria_3172.png + label: labels/Darwin_00004271_person1219_bacteria_3172.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004272_person1220_bacteria_3173 + subject_id: person1220 + split: val + image: images/Darwin_00004272_person1220_bacteria_3173.png + label: labels/Darwin_00004272_person1220_bacteria_3173.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004273_person1220_bacteria_3174 + subject_id: person1220 + split: val + image: images/Darwin_00004273_person1220_bacteria_3174.png + label: labels/Darwin_00004273_person1220_bacteria_3174.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004274_person1222_bacteria_3177 + subject_id: person1222 + split: test + image: images/Darwin_00004274_person1222_bacteria_3177.png + label: labels/Darwin_00004274_person1222_bacteria_3177.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004275_person1223_bacteria_3178 + subject_id: person1223 + split: test + image: images/Darwin_00004275_person1223_bacteria_3178.png + label: labels/Darwin_00004275_person1223_bacteria_3178.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004276_person1225_bacteria_3180 + subject_id: person1225 + split: test + image: images/Darwin_00004276_person1225_bacteria_3180.png + label: labels/Darwin_00004276_person1225_bacteria_3180.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004277_person1227_bacteria_3182 + subject_id: person1227 + split: test + image: images/Darwin_00004277_person1227_bacteria_3182.png + label: labels/Darwin_00004277_person1227_bacteria_3182.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004278_person1228_bacteria_3183 + subject_id: person1228 + split: test + image: images/Darwin_00004278_person1228_bacteria_3183.png + label: labels/Darwin_00004278_person1228_bacteria_3183.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004279_person1230_bacteria_3185 + subject_id: person1230 + split: train + image: images/Darwin_00004279_person1230_bacteria_3185.png + label: labels/Darwin_00004279_person1230_bacteria_3185.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004280_person1231_bacteria_3186 + subject_id: person1231 + split: train + image: images/Darwin_00004280_person1231_bacteria_3186.png + label: labels/Darwin_00004280_person1231_bacteria_3186.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004281_person1233_bacteria_3188 + subject_id: person1233 + split: train + image: images/Darwin_00004281_person1233_bacteria_3188.png + label: labels/Darwin_00004281_person1233_bacteria_3188.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004282_person1234_bacteria_3189 + subject_id: person1234 + split: train + image: images/Darwin_00004282_person1234_bacteria_3189.png + label: labels/Darwin_00004282_person1234_bacteria_3189.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004283_person1234_bacteria_3190 + subject_id: person1234 + split: train + image: images/Darwin_00004283_person1234_bacteria_3190.png + label: labels/Darwin_00004283_person1234_bacteria_3190.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004284_person1235_bacteria_3191 + subject_id: person1235 + split: val + image: images/Darwin_00004284_person1235_bacteria_3191.png + label: labels/Darwin_00004284_person1235_bacteria_3191.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004285_person1236_bacteria_3192 + subject_id: person1236 + split: train + image: images/Darwin_00004285_person1236_bacteria_3192.png + label: labels/Darwin_00004285_person1236_bacteria_3192.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004286_person1237_bacteria_3193 + subject_id: person1237 + split: train + image: images/Darwin_00004286_person1237_bacteria_3193.png + label: labels/Darwin_00004286_person1237_bacteria_3193.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004287_person1238_bacteria_3194 + subject_id: person1238 + split: test + image: images/Darwin_00004287_person1238_bacteria_3194.png + label: labels/Darwin_00004287_person1238_bacteria_3194.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004288_person1239_bacteria_3195 + subject_id: person1239 + split: train + image: images/Darwin_00004288_person1239_bacteria_3195.png + label: labels/Darwin_00004288_person1239_bacteria_3195.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004289_person1240_bacteria_3196 + subject_id: person1240 + split: train + image: images/Darwin_00004289_person1240_bacteria_3196.png + label: labels/Darwin_00004289_person1240_bacteria_3196.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004290_person1241_bacteria_3197 + subject_id: person1241 + split: train + image: images/Darwin_00004290_person1241_bacteria_3197.png + label: labels/Darwin_00004290_person1241_bacteria_3197.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004291_person1242_bacteria_3198 + subject_id: person1242 + split: val + image: images/Darwin_00004291_person1242_bacteria_3198.png + label: labels/Darwin_00004291_person1242_bacteria_3198.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004292_person1243_bacteria_3199 + subject_id: person1243 + split: train + image: images/Darwin_00004292_person1243_bacteria_3199.png + label: labels/Darwin_00004292_person1243_bacteria_3199.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004293_person1244_bacteria_3200 + subject_id: person1244 + split: train + image: images/Darwin_00004293_person1244_bacteria_3200.png + label: labels/Darwin_00004293_person1244_bacteria_3200.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004294_person1246_bacteria_3202 + subject_id: person1246 + split: val + image: images/Darwin_00004294_person1246_bacteria_3202.png + label: labels/Darwin_00004294_person1246_bacteria_3202.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004295_person1247_bacteria_3203 + subject_id: person1247 + split: train + image: images/Darwin_00004295_person1247_bacteria_3203.png + label: labels/Darwin_00004295_person1247_bacteria_3203.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004296_person1248_bacteria_3204 + subject_id: person1248 + split: train + image: images/Darwin_00004296_person1248_bacteria_3204.png + label: labels/Darwin_00004296_person1248_bacteria_3204.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004297_person1249_bacteria_3205 + subject_id: person1249 + split: train + image: images/Darwin_00004297_person1249_bacteria_3205.png + label: labels/Darwin_00004297_person1249_bacteria_3205.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004299_person1251_bacteria_3208 + subject_id: person1251 + split: train + image: images/Darwin_00004299_person1251_bacteria_3208.png + label: labels/Darwin_00004299_person1251_bacteria_3208.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004300_person1252_bacteria_3209 + subject_id: person1252 + split: train + image: images/Darwin_00004300_person1252_bacteria_3209.png + label: labels/Darwin_00004300_person1252_bacteria_3209.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004301_person1253_bacteria_3211 + subject_id: person1253 + split: train + image: images/Darwin_00004301_person1253_bacteria_3211.png + label: labels/Darwin_00004301_person1253_bacteria_3211.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004302_person1256_bacteria_3214 + subject_id: person1256 + split: train + image: images/Darwin_00004302_person1256_bacteria_3214.png + label: labels/Darwin_00004302_person1256_bacteria_3214.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004303_person1257_bacteria_3215 + subject_id: person1257 + split: train + image: images/Darwin_00004303_person1257_bacteria_3215.png + label: labels/Darwin_00004303_person1257_bacteria_3215.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004304_person1258_bacteria_3216 + subject_id: person1258 + split: train + image: images/Darwin_00004304_person1258_bacteria_3216.png + label: labels/Darwin_00004304_person1258_bacteria_3216.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004305_person1259_bacteria_3217 + subject_id: person1259 + split: val + image: images/Darwin_00004305_person1259_bacteria_3217.png + label: labels/Darwin_00004305_person1259_bacteria_3217.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004306_person1260_bacteria_3218 + subject_id: person1260 + split: train + image: images/Darwin_00004306_person1260_bacteria_3218.png + label: labels/Darwin_00004306_person1260_bacteria_3218.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004307_person1261_bacteria_3219 + subject_id: person1261 + split: train + image: images/Darwin_00004307_person1261_bacteria_3219.png + label: labels/Darwin_00004307_person1261_bacteria_3219.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004308_person1262_bacteria_3220 + subject_id: person1262 + split: train + image: images/Darwin_00004308_person1262_bacteria_3220.png + label: labels/Darwin_00004308_person1262_bacteria_3220.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004310_person1264_bacteria_3222 + subject_id: person1264 + split: train + image: images/Darwin_00004310_person1264_bacteria_3222.png + label: labels/Darwin_00004310_person1264_bacteria_3222.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004312_person1266_bacteria_3224 + subject_id: person1266 + split: train + image: images/Darwin_00004312_person1266_bacteria_3224.png + label: labels/Darwin_00004312_person1266_bacteria_3224.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004314_person1267_bacteria_3226 + subject_id: person1267 + split: train + image: images/Darwin_00004314_person1267_bacteria_3226.png + label: labels/Darwin_00004314_person1267_bacteria_3226.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004315_person1268_bacteria_3227 + subject_id: person1268 + split: train + image: images/Darwin_00004315_person1268_bacteria_3227.png + label: labels/Darwin_00004315_person1268_bacteria_3227.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004316_person10_bacteria_43 + subject_id: person10 + split: train + image: images/Darwin_00004316_person10_bacteria_43.png + label: labels/Darwin_00004316_person10_bacteria_43.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004317_person1020_bacteria_2951 + subject_id: person1020 + split: test + image: images/Darwin_00004317_person1020_bacteria_2951.png + label: labels/Darwin_00004317_person1020_bacteria_2951.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004318_person1022_bacteria_2953 + subject_id: person1022 + split: test + image: images/Darwin_00004318_person1022_bacteria_2953.png + label: labels/Darwin_00004318_person1022_bacteria_2953.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004319_person1023_bacteria_2954 + subject_id: person1023 + split: test + image: images/Darwin_00004319_person1023_bacteria_2954.png + label: labels/Darwin_00004319_person1023_bacteria_2954.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004320_person1024_bacteria_2955 + subject_id: person1024 + split: train + image: images/Darwin_00004320_person1024_bacteria_2955.png + label: labels/Darwin_00004320_person1024_bacteria_2955.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004321_person1026_bacteria_2957 + subject_id: person1026 + split: train + image: images/Darwin_00004321_person1026_bacteria_2957.png + label: labels/Darwin_00004321_person1026_bacteria_2957.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004322_person1028_bacteria_2959 + subject_id: person1028 + split: train + image: images/Darwin_00004322_person1028_bacteria_2959.png + label: labels/Darwin_00004322_person1028_bacteria_2959.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004324_person1029_bacteria_2961 + subject_id: person1029 + split: train + image: images/Darwin_00004324_person1029_bacteria_2961.png + label: labels/Darwin_00004324_person1029_bacteria_2961.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004325_person1031_bacteria_2963 + subject_id: person1031 + split: train + image: images/Darwin_00004325_person1031_bacteria_2963.png + label: labels/Darwin_00004325_person1031_bacteria_2963.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004326_person1031_bacteria_2964 + subject_id: person1031 + split: train + image: images/Darwin_00004326_person1031_bacteria_2964.png + label: labels/Darwin_00004326_person1031_bacteria_2964.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004327_person1033_bacteria_2966 + subject_id: person1033 + split: val + image: images/Darwin_00004327_person1033_bacteria_2966.png + label: labels/Darwin_00004327_person1033_bacteria_2966.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004328_person1034_bacteria_2968 + subject_id: person1034 + split: train + image: images/Darwin_00004328_person1034_bacteria_2968.png + label: labels/Darwin_00004328_person1034_bacteria_2968.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004330_person1036_bacteria_2970 + subject_id: person1036 + split: val + image: images/Darwin_00004330_person1036_bacteria_2970.png + label: labels/Darwin_00004330_person1036_bacteria_2970.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004331_person1037_bacteria_2971 + subject_id: person1037 + split: test + image: images/Darwin_00004331_person1037_bacteria_2971.png + label: labels/Darwin_00004331_person1037_bacteria_2971.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004332_person1038_bacteria_2972 + subject_id: person1038 + split: train + image: images/Darwin_00004332_person1038_bacteria_2972.png + label: labels/Darwin_00004332_person1038_bacteria_2972.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004333_person1039_bacteria_2973 + subject_id: person1039 + split: train + image: images/Darwin_00004333_person1039_bacteria_2973.png + label: labels/Darwin_00004333_person1039_bacteria_2973.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004334_person1040_bacteria_2974 + subject_id: person1040 + split: train + image: images/Darwin_00004334_person1040_bacteria_2974.png + label: labels/Darwin_00004334_person1040_bacteria_2974.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004335_person1041_bacteria_2975 + subject_id: person1041 + split: train + image: images/Darwin_00004335_person1041_bacteria_2975.png + label: labels/Darwin_00004335_person1041_bacteria_2975.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004336_person1043_bacteria_2977 + subject_id: person1043 + split: train + image: images/Darwin_00004336_person1043_bacteria_2977.png + label: labels/Darwin_00004336_person1043_bacteria_2977.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004337_person1044_bacteria_2978 + subject_id: person1044 + split: train + image: images/Darwin_00004337_person1044_bacteria_2978.png + label: labels/Darwin_00004337_person1044_bacteria_2978.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004338_person1045_bacteria_2979 + subject_id: person1045 + split: train + image: images/Darwin_00004338_person1045_bacteria_2979.png + label: labels/Darwin_00004338_person1045_bacteria_2979.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004339_person1046_bacteria_2980 + subject_id: person1046 + split: train + image: images/Darwin_00004339_person1046_bacteria_2980.png + label: labels/Darwin_00004339_person1046_bacteria_2980.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004340_person1048_bacteria_2982 + subject_id: person1048 + split: train + image: images/Darwin_00004340_person1048_bacteria_2982.png + label: labels/Darwin_00004340_person1048_bacteria_2982.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004341_person1049_bacteria_2983 + subject_id: person1049 + split: train + image: images/Darwin_00004341_person1049_bacteria_2983.png + label: labels/Darwin_00004341_person1049_bacteria_2983.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004342_person1050_bacteria_2984 + subject_id: person1050 + split: train + image: images/Darwin_00004342_person1050_bacteria_2984.png + label: labels/Darwin_00004342_person1050_bacteria_2984.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004343_person1051_bacteria_2985 + subject_id: person1051 + split: val + image: images/Darwin_00004343_person1051_bacteria_2985.png + label: labels/Darwin_00004343_person1051_bacteria_2985.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004344_person1052_bacteria_2986 + subject_id: person1052 + split: train + image: images/Darwin_00004344_person1052_bacteria_2986.png + label: labels/Darwin_00004344_person1052_bacteria_2986.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004345_person1053_bacteria_2987 + subject_id: person1053 + split: train + image: images/Darwin_00004345_person1053_bacteria_2987.png + label: labels/Darwin_00004345_person1053_bacteria_2987.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004346_person1054_bacteria_2988 + subject_id: person1054 + split: train + image: images/Darwin_00004346_person1054_bacteria_2988.png + label: labels/Darwin_00004346_person1054_bacteria_2988.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004347_person1055_bacteria_2989 + subject_id: person1055 + split: train + image: images/Darwin_00004347_person1055_bacteria_2989.png + label: labels/Darwin_00004347_person1055_bacteria_2989.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004348_person1056_bacteria_2990 + subject_id: person1056 + split: train + image: images/Darwin_00004348_person1056_bacteria_2990.png + label: labels/Darwin_00004348_person1056_bacteria_2990.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004349_person1057_bacteria_2991 + subject_id: person1057 + split: train + image: images/Darwin_00004349_person1057_bacteria_2991.png + label: labels/Darwin_00004349_person1057_bacteria_2991.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004350_person1058_bacteria_2992 + subject_id: person1058 + split: val + image: images/Darwin_00004350_person1058_bacteria_2992.png + label: labels/Darwin_00004350_person1058_bacteria_2992.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004351_person1059_bacteria_2993 + subject_id: person1059 + split: train + image: images/Darwin_00004351_person1059_bacteria_2993.png + label: labels/Darwin_00004351_person1059_bacteria_2993.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004352_person1062_bacteria_2996 + subject_id: person1062 + split: test + image: images/Darwin_00004352_person1062_bacteria_2996.png + label: labels/Darwin_00004352_person1062_bacteria_2996.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004353_person1063_bacteria_2997 + subject_id: person1063 + split: train + image: images/Darwin_00004353_person1063_bacteria_2997.png + label: labels/Darwin_00004353_person1063_bacteria_2997.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004354_person1065_bacteria_2999 + subject_id: person1065 + split: train + image: images/Darwin_00004354_person1065_bacteria_2999.png + label: labels/Darwin_00004354_person1065_bacteria_2999.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004355_person1066_bacteria_3000 + subject_id: person1066 + split: val + image: images/Darwin_00004355_person1066_bacteria_3000.png + label: labels/Darwin_00004355_person1066_bacteria_3000.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004356_person1067_bacteria_3001 + subject_id: person1067 + split: train + image: images/Darwin_00004356_person1067_bacteria_3001.png + label: labels/Darwin_00004356_person1067_bacteria_3001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004357_person1068_bacteria_3002 + subject_id: person1068 + split: train + image: images/Darwin_00004357_person1068_bacteria_3002.png + label: labels/Darwin_00004357_person1068_bacteria_3002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004358_person1069_bacteria_3003 + subject_id: person1069 + split: train + image: images/Darwin_00004358_person1069_bacteria_3003.png + label: labels/Darwin_00004358_person1069_bacteria_3003.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004359_person1071_bacteria_3005 + subject_id: person1071 + split: train + image: images/Darwin_00004359_person1071_bacteria_3005.png + label: labels/Darwin_00004359_person1071_bacteria_3005.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004360_person1072_bacteria_3006 + subject_id: person1072 + split: train + image: images/Darwin_00004360_person1072_bacteria_3006.png + label: labels/Darwin_00004360_person1072_bacteria_3006.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004361_person1072_bacteria_3007 + subject_id: person1072 + split: train + image: images/Darwin_00004361_person1072_bacteria_3007.png + label: labels/Darwin_00004361_person1072_bacteria_3007.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004362_person1073_bacteria_3008 + subject_id: person1073 + split: train + image: images/Darwin_00004362_person1073_bacteria_3008.png + label: labels/Darwin_00004362_person1073_bacteria_3008.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004363_person1073_bacteria_3011 + subject_id: person1073 + split: train + image: images/Darwin_00004363_person1073_bacteria_3011.png + label: labels/Darwin_00004363_person1073_bacteria_3011.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004364_person1074_bacteria_3012 + subject_id: person1074 + split: train + image: images/Darwin_00004364_person1074_bacteria_3012.png + label: labels/Darwin_00004364_person1074_bacteria_3012.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004365_person1074_bacteria_3014 + subject_id: person1074 + split: train + image: images/Darwin_00004365_person1074_bacteria_3014.png + label: labels/Darwin_00004365_person1074_bacteria_3014.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004366_person1075_bacteria_3015 + subject_id: person1075 + split: test + image: images/Darwin_00004366_person1075_bacteria_3015.png + label: labels/Darwin_00004366_person1075_bacteria_3015.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004367_person1076_bacteria_3016 + subject_id: person1076 + split: train + image: images/Darwin_00004367_person1076_bacteria_3016.png + label: labels/Darwin_00004367_person1076_bacteria_3016.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004368_person1077_bacteria_3017 + subject_id: person1077 + split: train + image: images/Darwin_00004368_person1077_bacteria_3017.png + label: labels/Darwin_00004368_person1077_bacteria_3017.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004369_person1078_bacteria_3018 + subject_id: person1078 + split: train + image: images/Darwin_00004369_person1078_bacteria_3018.png + label: labels/Darwin_00004369_person1078_bacteria_3018.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004370_person1079_bacteria_3019 + subject_id: person1079 + split: val + image: images/Darwin_00004370_person1079_bacteria_3019.png + label: labels/Darwin_00004370_person1079_bacteria_3019.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004371_person1080_bacteria_3020 + subject_id: person1080 + split: test + image: images/Darwin_00004371_person1080_bacteria_3020.png + label: labels/Darwin_00004371_person1080_bacteria_3020.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004372_person1081_bacteria_3021 + subject_id: person1081 + split: val + image: images/Darwin_00004372_person1081_bacteria_3021.png + label: labels/Darwin_00004372_person1081_bacteria_3021.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004373_person1082_bacteria_3022 + subject_id: person1082 + split: train + image: images/Darwin_00004373_person1082_bacteria_3022.png + label: labels/Darwin_00004373_person1082_bacteria_3022.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004374_person1083_bacteria_3023 + subject_id: person1083 + split: train + image: images/Darwin_00004374_person1083_bacteria_3023.png + label: labels/Darwin_00004374_person1083_bacteria_3023.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004375_person1084_bacteria_3024 + subject_id: person1084 + split: train + image: images/Darwin_00004375_person1084_bacteria_3024.png + label: labels/Darwin_00004375_person1084_bacteria_3024.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004376_person1085_bacteria_3025 + subject_id: person1085 + split: train + image: images/Darwin_00004376_person1085_bacteria_3025.png + label: labels/Darwin_00004376_person1085_bacteria_3025.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004377_person1086_bacteria_3026 + subject_id: person1086 + split: train + image: images/Darwin_00004377_person1086_bacteria_3026.png + label: labels/Darwin_00004377_person1086_bacteria_3026.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004378_person1087_bacteria_3027 + subject_id: person1087 + split: train + image: images/Darwin_00004378_person1087_bacteria_3027.png + label: labels/Darwin_00004378_person1087_bacteria_3027.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004379_person1088_bacteria_3028 + subject_id: person1088 + split: val + image: images/Darwin_00004379_person1088_bacteria_3028.png + label: labels/Darwin_00004379_person1088_bacteria_3028.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004380_person1089_bacteria_3029 + subject_id: person1089 + split: val + image: images/Darwin_00004380_person1089_bacteria_3029.png + label: labels/Darwin_00004380_person1089_bacteria_3029.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004381_person1091_bacteria_3031 + subject_id: person1091 + split: train + image: images/Darwin_00004381_person1091_bacteria_3031.png + label: labels/Darwin_00004381_person1091_bacteria_3031.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004382_person1092_bacteria_3032 + subject_id: person1092 + split: train + image: images/Darwin_00004382_person1092_bacteria_3032.png + label: labels/Darwin_00004382_person1092_bacteria_3032.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004383_person1093_bacteria_3033 + subject_id: person1093 + split: train + image: images/Darwin_00004383_person1093_bacteria_3033.png + label: labels/Darwin_00004383_person1093_bacteria_3033.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004384_person1096_bacteria_3037 + subject_id: person1096 + split: train + image: images/Darwin_00004384_person1096_bacteria_3037.png + label: labels/Darwin_00004384_person1096_bacteria_3037.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004385_person1097_bacteria_3038 + subject_id: person1097 + split: val + image: images/Darwin_00004385_person1097_bacteria_3038.png + label: labels/Darwin_00004385_person1097_bacteria_3038.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004386_person1098_bacteria_3039 + subject_id: person1098 + split: val + image: images/Darwin_00004386_person1098_bacteria_3039.png + label: labels/Darwin_00004386_person1098_bacteria_3039.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004387_person1099_bacteria_3040 + subject_id: person1099 + split: train + image: images/Darwin_00004387_person1099_bacteria_3040.png + label: labels/Darwin_00004387_person1099_bacteria_3040.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004388_person1100_bacteria_3041 + subject_id: person1100 + split: train + image: images/Darwin_00004388_person1100_bacteria_3041.png + label: labels/Darwin_00004388_person1100_bacteria_3041.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004389_person1101_bacteria_3042 + subject_id: person1101 + split: val + image: images/Darwin_00004389_person1101_bacteria_3042.png + label: labels/Darwin_00004389_person1101_bacteria_3042.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004390_person1102_bacteria_3043 + subject_id: person1102 + split: train + image: images/Darwin_00004390_person1102_bacteria_3043.png + label: labels/Darwin_00004390_person1102_bacteria_3043.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004391_person1103_bacteria_3044 + subject_id: person1103 + split: train + image: images/Darwin_00004391_person1103_bacteria_3044.png + label: labels/Darwin_00004391_person1103_bacteria_3044.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004392_person1105_bacteria_3046 + subject_id: person1105 + split: test + image: images/Darwin_00004392_person1105_bacteria_3046.png + label: labels/Darwin_00004392_person1105_bacteria_3046.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004393_person1107_bacteria_3048 + subject_id: person1107 + split: train + image: images/Darwin_00004393_person1107_bacteria_3048.png + label: labels/Darwin_00004393_person1107_bacteria_3048.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004394_person1108_bacteria_3049 + subject_id: person1108 + split: train + image: images/Darwin_00004394_person1108_bacteria_3049.png + label: labels/Darwin_00004394_person1108_bacteria_3049.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004395_person1109_bacteria_3050 + subject_id: person1109 + split: val + image: images/Darwin_00004395_person1109_bacteria_3050.png + label: labels/Darwin_00004395_person1109_bacteria_3050.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004396_person1110_bacteria_3051 + subject_id: person1110 + split: train + image: images/Darwin_00004396_person1110_bacteria_3051.png + label: labels/Darwin_00004396_person1110_bacteria_3051.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004397_person1111_bacteria_3052 + subject_id: person1111 + split: train + image: images/Darwin_00004397_person1111_bacteria_3052.png + label: labels/Darwin_00004397_person1111_bacteria_3052.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004398_person1112_bacteria_3053 + subject_id: person1112 + split: train + image: images/Darwin_00004398_person1112_bacteria_3053.png + label: labels/Darwin_00004398_person1112_bacteria_3053.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004399_person1114_bacteria_3055 + subject_id: person1114 + split: train + image: images/Darwin_00004399_person1114_bacteria_3055.png + label: labels/Darwin_00004399_person1114_bacteria_3055.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004400_person1115_bacteria_3056 + subject_id: person1115 + split: train + image: images/Darwin_00004400_person1115_bacteria_3056.png + label: labels/Darwin_00004400_person1115_bacteria_3056.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004401_person1118_bacteria_3059 + subject_id: person1118 + split: train + image: images/Darwin_00004401_person1118_bacteria_3059.png + label: labels/Darwin_00004401_person1118_bacteria_3059.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004402_person1122_bacteria_3063 + subject_id: person1122 + split: train + image: images/Darwin_00004402_person1122_bacteria_3063.png + label: labels/Darwin_00004402_person1122_bacteria_3063.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004403_person1124_bacteria_3065 + subject_id: person1124 + split: train + image: images/Darwin_00004403_person1124_bacteria_3065.png + label: labels/Darwin_00004403_person1124_bacteria_3065.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004404_person1125_bacteria_3066 + subject_id: person1125 + split: train + image: images/Darwin_00004404_person1125_bacteria_3066.png + label: labels/Darwin_00004404_person1125_bacteria_3066.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004405_person1127_bacteria_3068 + subject_id: person1127 + split: train + image: images/Darwin_00004405_person1127_bacteria_3068.png + label: labels/Darwin_00004405_person1127_bacteria_3068.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004406_person1128_bacteria_3069 + subject_id: person1128 + split: train + image: images/Darwin_00004406_person1128_bacteria_3069.png + label: labels/Darwin_00004406_person1128_bacteria_3069.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004407_person1129_bacteria_3070 + subject_id: person1129 + split: train + image: images/Darwin_00004407_person1129_bacteria_3070.png + label: labels/Darwin_00004407_person1129_bacteria_3070.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004408_person1130_bacteria_3072 + subject_id: person1130 + split: train + image: images/Darwin_00004408_person1130_bacteria_3072.png + label: labels/Darwin_00004408_person1130_bacteria_3072.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004410_person1133_bacteria_3075 + subject_id: person1133 + split: train + image: images/Darwin_00004410_person1133_bacteria_3075.png + label: labels/Darwin_00004410_person1133_bacteria_3075.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004411_person1134_bacteria_3076 + subject_id: person1134 + split: test + image: images/Darwin_00004411_person1134_bacteria_3076.png + label: labels/Darwin_00004411_person1134_bacteria_3076.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004412_person1135_bacteria_3077 + subject_id: person1135 + split: train + image: images/Darwin_00004412_person1135_bacteria_3077.png + label: labels/Darwin_00004412_person1135_bacteria_3077.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004413_person1136_bacteria_3078 + subject_id: person1136 + split: val + image: images/Darwin_00004413_person1136_bacteria_3078.png + label: labels/Darwin_00004413_person1136_bacteria_3078.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004414_person1138_bacteria_3080 + subject_id: person1138 + split: train + image: images/Darwin_00004414_person1138_bacteria_3080.png + label: labels/Darwin_00004414_person1138_bacteria_3080.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004415_person1139_bacteria_3081 + subject_id: person1139 + split: test + image: images/Darwin_00004415_person1139_bacteria_3081.png + label: labels/Darwin_00004415_person1139_bacteria_3081.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004416_person1139_bacteria_3082 + subject_id: person1139 + split: test + image: images/Darwin_00004416_person1139_bacteria_3082.png + label: labels/Darwin_00004416_person1139_bacteria_3082.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004417_person1140_bacteria_3083 + subject_id: person1140 + split: train + image: images/Darwin_00004417_person1140_bacteria_3083.png + label: labels/Darwin_00004417_person1140_bacteria_3083.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004418_person1141_bacteria_3084 + subject_id: person1141 + split: test + image: images/Darwin_00004418_person1141_bacteria_3084.png + label: labels/Darwin_00004418_person1141_bacteria_3084.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004420_person1142_bacteria_3086 + subject_id: person1142 + split: train + image: images/Darwin_00004420_person1142_bacteria_3086.png + label: labels/Darwin_00004420_person1142_bacteria_3086.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004422_person1145_bacteria_3090 + subject_id: person1145 + split: train + image: images/Darwin_00004422_person1145_bacteria_3090.png + label: labels/Darwin_00004422_person1145_bacteria_3090.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004423_person1146_bacteria_3091 + subject_id: person1146 + split: test + image: images/Darwin_00004423_person1146_bacteria_3091.png + label: labels/Darwin_00004423_person1146_bacteria_3091.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004424_person1149_bacteria_3094 + subject_id: person1149 + split: train + image: images/Darwin_00004424_person1149_bacteria_3094.png + label: labels/Darwin_00004424_person1149_bacteria_3094.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004425_person1150_bacteria_3095 + subject_id: person1150 + split: val + image: images/Darwin_00004425_person1150_bacteria_3095.png + label: labels/Darwin_00004425_person1150_bacteria_3095.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004426_person1154_bacteria_3099 + subject_id: person1154 + split: train + image: images/Darwin_00004426_person1154_bacteria_3099.png + label: labels/Darwin_00004426_person1154_bacteria_3099.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004427_person1155_bacteria_3100 + subject_id: person1155 + split: train + image: images/Darwin_00004427_person1155_bacteria_3100.png + label: labels/Darwin_00004427_person1155_bacteria_3100.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004428_person1156_bacteria_3101 + subject_id: person1156 + split: test + image: images/Darwin_00004428_person1156_bacteria_3101.png + label: labels/Darwin_00004428_person1156_bacteria_3101.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004429_person1157_bacteria_3102 + subject_id: person1157 + split: train + image: images/Darwin_00004429_person1157_bacteria_3102.png + label: labels/Darwin_00004429_person1157_bacteria_3102.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004430_person1158_bacteria_3103 + subject_id: person1158 + split: train + image: images/Darwin_00004430_person1158_bacteria_3103.png + label: labels/Darwin_00004430_person1158_bacteria_3103.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004431_person1159_bacteria_3104 + subject_id: person1159 + split: train + image: images/Darwin_00004431_person1159_bacteria_3104.png + label: labels/Darwin_00004431_person1159_bacteria_3104.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004432_person1000_bacteria_2931 + subject_id: person1000 + split: train + image: images/Darwin_00004432_person1000_bacteria_2931.png + label: labels/Darwin_00004432_person1000_bacteria_2931.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004433_person1001_bacteria_2932 + subject_id: person1001 + split: val + image: images/Darwin_00004433_person1001_bacteria_2932.png + label: labels/Darwin_00004433_person1001_bacteria_2932.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004434_person1002_bacteria_2933 + subject_id: person1002 + split: train + image: images/Darwin_00004434_person1002_bacteria_2933.png + label: labels/Darwin_00004434_person1002_bacteria_2933.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004435_person1003_bacteria_2934 + subject_id: person1003 + split: test + image: images/Darwin_00004435_person1003_bacteria_2934.png + label: labels/Darwin_00004435_person1003_bacteria_2934.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004436_person1004_bacteria_2935 + subject_id: person1004 + split: train + image: images/Darwin_00004436_person1004_bacteria_2935.png + label: labels/Darwin_00004436_person1004_bacteria_2935.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004437_person1005_bacteria_2936 + subject_id: person1005 + split: val + image: images/Darwin_00004437_person1005_bacteria_2936.png + label: labels/Darwin_00004437_person1005_bacteria_2936.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004438_person1006_bacteria_2937 + subject_id: person1006 + split: val + image: images/Darwin_00004438_person1006_bacteria_2937.png + label: labels/Darwin_00004438_person1006_bacteria_2937.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004439_person1007_bacteria_2938 + subject_id: person1007 + split: val + image: images/Darwin_00004439_person1007_bacteria_2938.png + label: labels/Darwin_00004439_person1007_bacteria_2938.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004440_person1008_bacteria_2939 + subject_id: person1008 + split: train + image: images/Darwin_00004440_person1008_bacteria_2939.png + label: labels/Darwin_00004440_person1008_bacteria_2939.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004441_person1010_bacteria_2941 + subject_id: person1010 + split: train + image: images/Darwin_00004441_person1010_bacteria_2941.png + label: labels/Darwin_00004441_person1010_bacteria_2941.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004442_person1011_bacteria_2942 + subject_id: person1011 + split: test + image: images/Darwin_00004442_person1011_bacteria_2942.png + label: labels/Darwin_00004442_person1011_bacteria_2942.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004443_person1012_bacteria_2943 + subject_id: person1012 + split: train + image: images/Darwin_00004443_person1012_bacteria_2943.png + label: labels/Darwin_00004443_person1012_bacteria_2943.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004444_person1014_bacteria_2945 + subject_id: person1014 + split: train + image: images/Darwin_00004444_person1014_bacteria_2945.png + label: labels/Darwin_00004444_person1014_bacteria_2945.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004445_person1016_bacteria_2947 + subject_id: person1016 + split: train + image: images/Darwin_00004445_person1016_bacteria_2947.png + label: labels/Darwin_00004445_person1016_bacteria_2947.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004446_person1017_bacteria_2948 + subject_id: person1017 + split: train + image: images/Darwin_00004446_person1017_bacteria_2948.png + label: labels/Darwin_00004446_person1017_bacteria_2948.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004447_person1018_bacteria_2949 + subject_id: person1018 + split: train + image: images/Darwin_00004447_person1018_bacteria_2949.png + label: labels/Darwin_00004447_person1018_bacteria_2949.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004448_person1019_bacteria_2950 + subject_id: person1019 + split: train + image: images/Darwin_00004448_person1019_bacteria_2950.png + label: labels/Darwin_00004448_person1019_bacteria_2950.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004449_NORMAL2-IM-1330-0001 + subject_id: Darwin_00004449_NORMAL2-IM-1330-0001 + split: train + image: images/Darwin_00004449_NORMAL2-IM-1330-0001.png + label: labels/Darwin_00004449_NORMAL2-IM-1330-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004450_NORMAL2-IM-1332-0001 + subject_id: Darwin_00004450_NORMAL2-IM-1332-0001 + split: train + image: images/Darwin_00004450_NORMAL2-IM-1332-0001.png + label: labels/Darwin_00004450_NORMAL2-IM-1332-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004451_NORMAL2-IM-1333-0001 + subject_id: Darwin_00004451_NORMAL2-IM-1333-0001 + split: train + image: images/Darwin_00004451_NORMAL2-IM-1333-0001.png + label: labels/Darwin_00004451_NORMAL2-IM-1333-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004452_NORMAL2-IM-1334-0001 + subject_id: Darwin_00004452_NORMAL2-IM-1334-0001 + split: train + image: images/Darwin_00004452_NORMAL2-IM-1334-0001.png + label: labels/Darwin_00004452_NORMAL2-IM-1334-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004453_NORMAL2-IM-1335-0001 + subject_id: Darwin_00004453_NORMAL2-IM-1335-0001 + split: val + image: images/Darwin_00004453_NORMAL2-IM-1335-0001.png + label: labels/Darwin_00004453_NORMAL2-IM-1335-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004454_NORMAL2-IM-1336-0001 + subject_id: Darwin_00004454_NORMAL2-IM-1336-0001 + split: train + image: images/Darwin_00004454_NORMAL2-IM-1336-0001.png + label: labels/Darwin_00004454_NORMAL2-IM-1336-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004455_NORMAL2-IM-1337-0001 + subject_id: Darwin_00004455_NORMAL2-IM-1337-0001 + split: train + image: images/Darwin_00004455_NORMAL2-IM-1337-0001.png + label: labels/Darwin_00004455_NORMAL2-IM-1337-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004456_NORMAL2-IM-1338-0001 + subject_id: Darwin_00004456_NORMAL2-IM-1338-0001 + split: train + image: images/Darwin_00004456_NORMAL2-IM-1338-0001.png + label: labels/Darwin_00004456_NORMAL2-IM-1338-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004457_NORMAL2-IM-1341-0001 + subject_id: Darwin_00004457_NORMAL2-IM-1341-0001 + split: train + image: images/Darwin_00004457_NORMAL2-IM-1341-0001.png + label: labels/Darwin_00004457_NORMAL2-IM-1341-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004458_NORMAL2-IM-1342-0001 + subject_id: Darwin_00004458_NORMAL2-IM-1342-0001 + split: test + image: images/Darwin_00004458_NORMAL2-IM-1342-0001.png + label: labels/Darwin_00004458_NORMAL2-IM-1342-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004459_NORMAL2-IM-1343-0001 + subject_id: Darwin_00004459_NORMAL2-IM-1343-0001 + split: train + image: images/Darwin_00004459_NORMAL2-IM-1343-0001.png + label: labels/Darwin_00004459_NORMAL2-IM-1343-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004460_NORMAL2-IM-1344-0001 + subject_id: Darwin_00004460_NORMAL2-IM-1344-0001 + split: train + image: images/Darwin_00004460_NORMAL2-IM-1344-0001.png + label: labels/Darwin_00004460_NORMAL2-IM-1344-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004461_NORMAL2-IM-1345-0001-0001 + subject_id: Darwin_00004461_NORMAL2-IM-1345-0001-0001 + split: train + image: images/Darwin_00004461_NORMAL2-IM-1345-0001-0001.png + label: labels/Darwin_00004461_NORMAL2-IM-1345-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004462_NORMAL2-IM-1345-0001-0002 + subject_id: Darwin_00004462_NORMAL2-IM-1345-0001-0002 + split: train + image: images/Darwin_00004462_NORMAL2-IM-1345-0001-0002.png + label: labels/Darwin_00004462_NORMAL2-IM-1345-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004463_NORMAL2-IM-1345-0001 + subject_id: Darwin_00004463_NORMAL2-IM-1345-0001 + split: test + image: images/Darwin_00004463_NORMAL2-IM-1345-0001.png + label: labels/Darwin_00004463_NORMAL2-IM-1345-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004464_NORMAL2-IM-1346-0001 + subject_id: Darwin_00004464_NORMAL2-IM-1346-0001 + split: train + image: images/Darwin_00004464_NORMAL2-IM-1346-0001.png + label: labels/Darwin_00004464_NORMAL2-IM-1346-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004465_NORMAL2-IM-1347-0001 + subject_id: Darwin_00004465_NORMAL2-IM-1347-0001 + split: train + image: images/Darwin_00004465_NORMAL2-IM-1347-0001.png + label: labels/Darwin_00004465_NORMAL2-IM-1347-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004466_NORMAL2-IM-1348-0001 + subject_id: Darwin_00004466_NORMAL2-IM-1348-0001 + split: train + image: images/Darwin_00004466_NORMAL2-IM-1348-0001.png + label: labels/Darwin_00004466_NORMAL2-IM-1348-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004467_NORMAL2-IM-1349-0001 + subject_id: Darwin_00004467_NORMAL2-IM-1349-0001 + split: train + image: images/Darwin_00004467_NORMAL2-IM-1349-0001.png + label: labels/Darwin_00004467_NORMAL2-IM-1349-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004468_NORMAL2-IM-1350-0001 + subject_id: Darwin_00004468_NORMAL2-IM-1350-0001 + split: val + image: images/Darwin_00004468_NORMAL2-IM-1350-0001.png + label: labels/Darwin_00004468_NORMAL2-IM-1350-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004469_NORMAL2-IM-1351-0001 + subject_id: Darwin_00004469_NORMAL2-IM-1351-0001 + split: train + image: images/Darwin_00004469_NORMAL2-IM-1351-0001.png + label: labels/Darwin_00004469_NORMAL2-IM-1351-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004470_NORMAL2-IM-1356-0001 + subject_id: Darwin_00004470_NORMAL2-IM-1356-0001 + split: train + image: images/Darwin_00004470_NORMAL2-IM-1356-0001.png + label: labels/Darwin_00004470_NORMAL2-IM-1356-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004471_NORMAL2-IM-1357-0001 + subject_id: Darwin_00004471_NORMAL2-IM-1357-0001 + split: val + image: images/Darwin_00004471_NORMAL2-IM-1357-0001.png + label: labels/Darwin_00004471_NORMAL2-IM-1357-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004472_NORMAL2-IM-1360-0001 + subject_id: Darwin_00004472_NORMAL2-IM-1360-0001 + split: train + image: images/Darwin_00004472_NORMAL2-IM-1360-0001.png + label: labels/Darwin_00004472_NORMAL2-IM-1360-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004473_NORMAL2-IM-1362-0001 + subject_id: Darwin_00004473_NORMAL2-IM-1362-0001 + split: test + image: images/Darwin_00004473_NORMAL2-IM-1362-0001.png + label: labels/Darwin_00004473_NORMAL2-IM-1362-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004474_NORMAL2-IM-1365-0001 + subject_id: Darwin_00004474_NORMAL2-IM-1365-0001 + split: test + image: images/Darwin_00004474_NORMAL2-IM-1365-0001.png + label: labels/Darwin_00004474_NORMAL2-IM-1365-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004475_NORMAL2-IM-1371-0001 + subject_id: Darwin_00004475_NORMAL2-IM-1371-0001 + split: test + image: images/Darwin_00004475_NORMAL2-IM-1371-0001.png + label: labels/Darwin_00004475_NORMAL2-IM-1371-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004476_NORMAL2-IM-1376-0001 + subject_id: Darwin_00004476_NORMAL2-IM-1376-0001 + split: train + image: images/Darwin_00004476_NORMAL2-IM-1376-0001.png + label: labels/Darwin_00004476_NORMAL2-IM-1376-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004477_NORMAL2-IM-1379-0001 + subject_id: Darwin_00004477_NORMAL2-IM-1379-0001 + split: train + image: images/Darwin_00004477_NORMAL2-IM-1379-0001.png + label: labels/Darwin_00004477_NORMAL2-IM-1379-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004478_NORMAL2-IM-1385-0001 + subject_id: Darwin_00004478_NORMAL2-IM-1385-0001 + split: train + image: images/Darwin_00004478_NORMAL2-IM-1385-0001.png + label: labels/Darwin_00004478_NORMAL2-IM-1385-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004479_NORMAL2-IM-1396-0001 + subject_id: Darwin_00004479_NORMAL2-IM-1396-0001 + split: train + image: images/Darwin_00004479_NORMAL2-IM-1396-0001.png + label: labels/Darwin_00004479_NORMAL2-IM-1396-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004480_NORMAL2-IM-1400-0001 + subject_id: Darwin_00004480_NORMAL2-IM-1400-0001 + split: train + image: images/Darwin_00004480_NORMAL2-IM-1400-0001.png + label: labels/Darwin_00004480_NORMAL2-IM-1400-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004481_NORMAL2-IM-1401-0001 + subject_id: Darwin_00004481_NORMAL2-IM-1401-0001 + split: train + image: images/Darwin_00004481_NORMAL2-IM-1401-0001.png + label: labels/Darwin_00004481_NORMAL2-IM-1401-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004482_NORMAL2-IM-1406-0001 + subject_id: Darwin_00004482_NORMAL2-IM-1406-0001 + split: val + image: images/Darwin_00004482_NORMAL2-IM-1406-0001.png + label: labels/Darwin_00004482_NORMAL2-IM-1406-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004483_NORMAL2-IM-1412-0001 + subject_id: Darwin_00004483_NORMAL2-IM-1412-0001 + split: test + image: images/Darwin_00004483_NORMAL2-IM-1412-0001.png + label: labels/Darwin_00004483_NORMAL2-IM-1412-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004484_NORMAL2-IM-1419-0001 + subject_id: Darwin_00004484_NORMAL2-IM-1419-0001 + split: train + image: images/Darwin_00004484_NORMAL2-IM-1419-0001.png + label: labels/Darwin_00004484_NORMAL2-IM-1419-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004485_NORMAL2-IM-1422-0001 + subject_id: Darwin_00004485_NORMAL2-IM-1422-0001 + split: val + image: images/Darwin_00004485_NORMAL2-IM-1422-0001.png + label: labels/Darwin_00004485_NORMAL2-IM-1422-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004486_NORMAL2-IM-1423-0001 + subject_id: Darwin_00004486_NORMAL2-IM-1423-0001 + split: train + image: images/Darwin_00004486_NORMAL2-IM-1423-0001.png + label: labels/Darwin_00004486_NORMAL2-IM-1423-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004487_NORMAL2-IM-1293-0001 + subject_id: Darwin_00004487_NORMAL2-IM-1293-0001 + split: train + image: images/Darwin_00004487_NORMAL2-IM-1293-0001.png + label: labels/Darwin_00004487_NORMAL2-IM-1293-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004488_NORMAL2-IM-1294-0001-0001 + subject_id: Darwin_00004488_NORMAL2-IM-1294-0001-0001 + split: train + image: images/Darwin_00004488_NORMAL2-IM-1294-0001-0001.png + label: labels/Darwin_00004488_NORMAL2-IM-1294-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004489_NORMAL2-IM-1294-0001-0002 + subject_id: Darwin_00004489_NORMAL2-IM-1294-0001-0002 + split: train + image: images/Darwin_00004489_NORMAL2-IM-1294-0001-0002.png + label: labels/Darwin_00004489_NORMAL2-IM-1294-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004490_NORMAL2-IM-1294-0001 + subject_id: Darwin_00004490_NORMAL2-IM-1294-0001 + split: train + image: images/Darwin_00004490_NORMAL2-IM-1294-0001.png + label: labels/Darwin_00004490_NORMAL2-IM-1294-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004491_NORMAL2-IM-1295-0001 + subject_id: Darwin_00004491_NORMAL2-IM-1295-0001 + split: val + image: images/Darwin_00004491_NORMAL2-IM-1295-0001.png + label: labels/Darwin_00004491_NORMAL2-IM-1295-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004492_NORMAL2-IM-1296-0001 + subject_id: Darwin_00004492_NORMAL2-IM-1296-0001 + split: train + image: images/Darwin_00004492_NORMAL2-IM-1296-0001.png + label: labels/Darwin_00004492_NORMAL2-IM-1296-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004493_NORMAL2-IM-1300-0001 + subject_id: Darwin_00004493_NORMAL2-IM-1300-0001 + split: train + image: images/Darwin_00004493_NORMAL2-IM-1300-0001.png + label: labels/Darwin_00004493_NORMAL2-IM-1300-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004494_NORMAL2-IM-1301-0001 + subject_id: Darwin_00004494_NORMAL2-IM-1301-0001 + split: train + image: images/Darwin_00004494_NORMAL2-IM-1301-0001.png + label: labels/Darwin_00004494_NORMAL2-IM-1301-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004495_NORMAL2-IM-1302-0001 + subject_id: Darwin_00004495_NORMAL2-IM-1302-0001 + split: val + image: images/Darwin_00004495_NORMAL2-IM-1302-0001.png + label: labels/Darwin_00004495_NORMAL2-IM-1302-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004496_NORMAL2-IM-1303-0001 + subject_id: Darwin_00004496_NORMAL2-IM-1303-0001 + split: train + image: images/Darwin_00004496_NORMAL2-IM-1303-0001.png + label: labels/Darwin_00004496_NORMAL2-IM-1303-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004497_NORMAL2-IM-1304-0001 + subject_id: Darwin_00004497_NORMAL2-IM-1304-0001 + split: val + image: images/Darwin_00004497_NORMAL2-IM-1304-0001.png + label: labels/Darwin_00004497_NORMAL2-IM-1304-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004498_NORMAL2-IM-1305-0001 + subject_id: Darwin_00004498_NORMAL2-IM-1305-0001 + split: train + image: images/Darwin_00004498_NORMAL2-IM-1305-0001.png + label: labels/Darwin_00004498_NORMAL2-IM-1305-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004499_NORMAL2-IM-1306-0001 + subject_id: Darwin_00004499_NORMAL2-IM-1306-0001 + split: test + image: images/Darwin_00004499_NORMAL2-IM-1306-0001.png + label: labels/Darwin_00004499_NORMAL2-IM-1306-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004500_NORMAL2-IM-1307-0001 + subject_id: Darwin_00004500_NORMAL2-IM-1307-0001 + split: train + image: images/Darwin_00004500_NORMAL2-IM-1307-0001.png + label: labels/Darwin_00004500_NORMAL2-IM-1307-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004501_NORMAL2-IM-1308-0001 + subject_id: Darwin_00004501_NORMAL2-IM-1308-0001 + split: train + image: images/Darwin_00004501_NORMAL2-IM-1308-0001.png + label: labels/Darwin_00004501_NORMAL2-IM-1308-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004502_NORMAL2-IM-1310-0001 + subject_id: Darwin_00004502_NORMAL2-IM-1310-0001 + split: val + image: images/Darwin_00004502_NORMAL2-IM-1310-0001.png + label: labels/Darwin_00004502_NORMAL2-IM-1310-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004503_NORMAL2-IM-1311-0001 + subject_id: Darwin_00004503_NORMAL2-IM-1311-0001 + split: val + image: images/Darwin_00004503_NORMAL2-IM-1311-0001.png + label: labels/Darwin_00004503_NORMAL2-IM-1311-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004504_NORMAL2-IM-1314-0001 + subject_id: Darwin_00004504_NORMAL2-IM-1314-0001 + split: test + image: images/Darwin_00004504_NORMAL2-IM-1314-0001.png + label: labels/Darwin_00004504_NORMAL2-IM-1314-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004505_NORMAL2-IM-1315-0001 + subject_id: Darwin_00004505_NORMAL2-IM-1315-0001 + split: val + image: images/Darwin_00004505_NORMAL2-IM-1315-0001.png + label: labels/Darwin_00004505_NORMAL2-IM-1315-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004506_NORMAL2-IM-1316-0001 + subject_id: Darwin_00004506_NORMAL2-IM-1316-0001 + split: train + image: images/Darwin_00004506_NORMAL2-IM-1316-0001.png + label: labels/Darwin_00004506_NORMAL2-IM-1316-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004507_NORMAL2-IM-1317-0001 + subject_id: Darwin_00004507_NORMAL2-IM-1317-0001 + split: test + image: images/Darwin_00004507_NORMAL2-IM-1317-0001.png + label: labels/Darwin_00004507_NORMAL2-IM-1317-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004508_NORMAL2-IM-1318-0001 + subject_id: Darwin_00004508_NORMAL2-IM-1318-0001 + split: train + image: images/Darwin_00004508_NORMAL2-IM-1318-0001.png + label: labels/Darwin_00004508_NORMAL2-IM-1318-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004509_NORMAL2-IM-1319-0001 + subject_id: Darwin_00004509_NORMAL2-IM-1319-0001 + split: train + image: images/Darwin_00004509_NORMAL2-IM-1319-0001.png + label: labels/Darwin_00004509_NORMAL2-IM-1319-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004510_NORMAL2-IM-1320-0001 + subject_id: Darwin_00004510_NORMAL2-IM-1320-0001 + split: train + image: images/Darwin_00004510_NORMAL2-IM-1320-0001.png + label: labels/Darwin_00004510_NORMAL2-IM-1320-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004511_NORMAL2-IM-1321-0001 + subject_id: Darwin_00004511_NORMAL2-IM-1321-0001 + split: train + image: images/Darwin_00004511_NORMAL2-IM-1321-0001.png + label: labels/Darwin_00004511_NORMAL2-IM-1321-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004512_NORMAL2-IM-1322-0001 + subject_id: Darwin_00004512_NORMAL2-IM-1322-0001 + split: train + image: images/Darwin_00004512_NORMAL2-IM-1322-0001.png + label: labels/Darwin_00004512_NORMAL2-IM-1322-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004513_NORMAL2-IM-1323-0001 + subject_id: Darwin_00004513_NORMAL2-IM-1323-0001 + split: train + image: images/Darwin_00004513_NORMAL2-IM-1323-0001.png + label: labels/Darwin_00004513_NORMAL2-IM-1323-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004514_NORMAL2-IM-1326-0001 + subject_id: Darwin_00004514_NORMAL2-IM-1326-0001 + split: test + image: images/Darwin_00004514_NORMAL2-IM-1326-0001.png + label: labels/Darwin_00004514_NORMAL2-IM-1326-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004515_NORMAL2-IM-1327-0001 + subject_id: Darwin_00004515_NORMAL2-IM-1327-0001 + split: train + image: images/Darwin_00004515_NORMAL2-IM-1327-0001.png + label: labels/Darwin_00004515_NORMAL2-IM-1327-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004516_NORMAL2-IM-1328-0001 + subject_id: Darwin_00004516_NORMAL2-IM-1328-0001 + split: test + image: images/Darwin_00004516_NORMAL2-IM-1328-0001.png + label: labels/Darwin_00004516_NORMAL2-IM-1328-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004517_NORMAL2-IM-1329-0001 + subject_id: Darwin_00004517_NORMAL2-IM-1329-0001 + split: train + image: images/Darwin_00004517_NORMAL2-IM-1329-0001.png + label: labels/Darwin_00004517_NORMAL2-IM-1329-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004518_NORMAL2-IM-1262-0001 + subject_id: Darwin_00004518_NORMAL2-IM-1262-0001 + split: val + image: images/Darwin_00004518_NORMAL2-IM-1262-0001.png + label: labels/Darwin_00004518_NORMAL2-IM-1262-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004519_NORMAL2-IM-1264-0001 + subject_id: Darwin_00004519_NORMAL2-IM-1264-0001 + split: val + image: images/Darwin_00004519_NORMAL2-IM-1264-0001.png + label: labels/Darwin_00004519_NORMAL2-IM-1264-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004520_NORMAL2-IM-1266-0001-0001 + subject_id: Darwin_00004520_NORMAL2-IM-1266-0001-0001 + split: test + image: images/Darwin_00004520_NORMAL2-IM-1266-0001-0001.png + label: labels/Darwin_00004520_NORMAL2-IM-1266-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004521_NORMAL2-IM-1266-0001-0002 + subject_id: Darwin_00004521_NORMAL2-IM-1266-0001-0002 + split: val + image: images/Darwin_00004521_NORMAL2-IM-1266-0001-0002.png + label: labels/Darwin_00004521_NORMAL2-IM-1266-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004522_NORMAL2-IM-1266-0001 + subject_id: Darwin_00004522_NORMAL2-IM-1266-0001 + split: val + image: images/Darwin_00004522_NORMAL2-IM-1266-0001.png + label: labels/Darwin_00004522_NORMAL2-IM-1266-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004523_NORMAL2-IM-1267-0001 + subject_id: Darwin_00004523_NORMAL2-IM-1267-0001 + split: train + image: images/Darwin_00004523_NORMAL2-IM-1267-0001.png + label: labels/Darwin_00004523_NORMAL2-IM-1267-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004524_NORMAL2-IM-1269-0001-0001 + subject_id: Darwin_00004524_NORMAL2-IM-1269-0001-0001 + split: train + image: images/Darwin_00004524_NORMAL2-IM-1269-0001-0001.png + label: labels/Darwin_00004524_NORMAL2-IM-1269-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004525_NORMAL2-IM-1269-0001-0002 + subject_id: Darwin_00004525_NORMAL2-IM-1269-0001-0002 + split: train + image: images/Darwin_00004525_NORMAL2-IM-1269-0001-0002.png + label: labels/Darwin_00004525_NORMAL2-IM-1269-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004526_NORMAL2-IM-1269-0001 + subject_id: Darwin_00004526_NORMAL2-IM-1269-0001 + split: train + image: images/Darwin_00004526_NORMAL2-IM-1269-0001.png + label: labels/Darwin_00004526_NORMAL2-IM-1269-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004527_NORMAL2-IM-1270-0001 + subject_id: Darwin_00004527_NORMAL2-IM-1270-0001 + split: train + image: images/Darwin_00004527_NORMAL2-IM-1270-0001.png + label: labels/Darwin_00004527_NORMAL2-IM-1270-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004528_NORMAL2-IM-1271-0001 + subject_id: Darwin_00004528_NORMAL2-IM-1271-0001 + split: train + image: images/Darwin_00004528_NORMAL2-IM-1271-0001.png + label: labels/Darwin_00004528_NORMAL2-IM-1271-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004529_NORMAL2-IM-1272-0001 + subject_id: Darwin_00004529_NORMAL2-IM-1272-0001 + split: val + image: images/Darwin_00004529_NORMAL2-IM-1272-0001.png + label: labels/Darwin_00004529_NORMAL2-IM-1272-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004530_NORMAL2-IM-1273-0001 + subject_id: Darwin_00004530_NORMAL2-IM-1273-0001 + split: train + image: images/Darwin_00004530_NORMAL2-IM-1273-0001.png + label: labels/Darwin_00004530_NORMAL2-IM-1273-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004531_NORMAL2-IM-1274-0001 + subject_id: Darwin_00004531_NORMAL2-IM-1274-0001 + split: train + image: images/Darwin_00004531_NORMAL2-IM-1274-0001.png + label: labels/Darwin_00004531_NORMAL2-IM-1274-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004532_NORMAL2-IM-1275-0001 + subject_id: Darwin_00004532_NORMAL2-IM-1275-0001 + split: test + image: images/Darwin_00004532_NORMAL2-IM-1275-0001.png + label: labels/Darwin_00004532_NORMAL2-IM-1275-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004533_NORMAL2-IM-1276-0001 + subject_id: Darwin_00004533_NORMAL2-IM-1276-0001 + split: train + image: images/Darwin_00004533_NORMAL2-IM-1276-0001.png + label: labels/Darwin_00004533_NORMAL2-IM-1276-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004534_NORMAL2-IM-1277-0001-0001 + subject_id: Darwin_00004534_NORMAL2-IM-1277-0001-0001 + split: val + image: images/Darwin_00004534_NORMAL2-IM-1277-0001-0001.png + label: labels/Darwin_00004534_NORMAL2-IM-1277-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004535_NORMAL2-IM-1277-0001-0002 + subject_id: Darwin_00004535_NORMAL2-IM-1277-0001-0002 + split: train + image: images/Darwin_00004535_NORMAL2-IM-1277-0001-0002.png + label: labels/Darwin_00004535_NORMAL2-IM-1277-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004536_NORMAL2-IM-1277-0001 + subject_id: Darwin_00004536_NORMAL2-IM-1277-0001 + split: train + image: images/Darwin_00004536_NORMAL2-IM-1277-0001.png + label: labels/Darwin_00004536_NORMAL2-IM-1277-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004537_NORMAL2-IM-1278-0001 + subject_id: Darwin_00004537_NORMAL2-IM-1278-0001 + split: train + image: images/Darwin_00004537_NORMAL2-IM-1278-0001.png + label: labels/Darwin_00004537_NORMAL2-IM-1278-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004538_NORMAL2-IM-1279-0001 + subject_id: Darwin_00004538_NORMAL2-IM-1279-0001 + split: train + image: images/Darwin_00004538_NORMAL2-IM-1279-0001.png + label: labels/Darwin_00004538_NORMAL2-IM-1279-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004539_NORMAL2-IM-1280-0001 + subject_id: Darwin_00004539_NORMAL2-IM-1280-0001 + split: train + image: images/Darwin_00004539_NORMAL2-IM-1280-0001.png + label: labels/Darwin_00004539_NORMAL2-IM-1280-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004540_NORMAL2-IM-1281-0001 + subject_id: Darwin_00004540_NORMAL2-IM-1281-0001 + split: train + image: images/Darwin_00004540_NORMAL2-IM-1281-0001.png + label: labels/Darwin_00004540_NORMAL2-IM-1281-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004541_NORMAL2-IM-1282-0001 + subject_id: Darwin_00004541_NORMAL2-IM-1282-0001 + split: train + image: images/Darwin_00004541_NORMAL2-IM-1282-0001.png + label: labels/Darwin_00004541_NORMAL2-IM-1282-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004542_NORMAL2-IM-1285-0001 + subject_id: Darwin_00004542_NORMAL2-IM-1285-0001 + split: train + image: images/Darwin_00004542_NORMAL2-IM-1285-0001.png + label: labels/Darwin_00004542_NORMAL2-IM-1285-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004543_NORMAL2-IM-1286-0001 + subject_id: Darwin_00004543_NORMAL2-IM-1286-0001 + split: train + image: images/Darwin_00004543_NORMAL2-IM-1286-0001.png + label: labels/Darwin_00004543_NORMAL2-IM-1286-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004544_NORMAL2-IM-1287-0001 + subject_id: Darwin_00004544_NORMAL2-IM-1287-0001 + split: val + image: images/Darwin_00004544_NORMAL2-IM-1287-0001.png + label: labels/Darwin_00004544_NORMAL2-IM-1287-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004545_NORMAL2-IM-1288-0001 + subject_id: Darwin_00004545_NORMAL2-IM-1288-0001 + split: train + image: images/Darwin_00004545_NORMAL2-IM-1288-0001.png + label: labels/Darwin_00004545_NORMAL2-IM-1288-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004546_NORMAL2-IM-1289-0001 + subject_id: Darwin_00004546_NORMAL2-IM-1289-0001 + split: val + image: images/Darwin_00004546_NORMAL2-IM-1289-0001.png + label: labels/Darwin_00004546_NORMAL2-IM-1289-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004547_NORMAL2-IM-1290-0001 + subject_id: Darwin_00004547_NORMAL2-IM-1290-0001 + split: train + image: images/Darwin_00004547_NORMAL2-IM-1290-0001.png + label: labels/Darwin_00004547_NORMAL2-IM-1290-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004548_NORMAL2-IM-1291-0001 + subject_id: Darwin_00004548_NORMAL2-IM-1291-0001 + split: test + image: images/Darwin_00004548_NORMAL2-IM-1291-0001.png + label: labels/Darwin_00004548_NORMAL2-IM-1291-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004549_NORMAL2-IM-1292-0001 + subject_id: Darwin_00004549_NORMAL2-IM-1292-0001 + split: val + image: images/Darwin_00004549_NORMAL2-IM-1292-0001.png + label: labels/Darwin_00004549_NORMAL2-IM-1292-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004550_NORMAL2-IM-1222-0001 + subject_id: Darwin_00004550_NORMAL2-IM-1222-0001 + split: train + image: images/Darwin_00004550_NORMAL2-IM-1222-0001.png + label: labels/Darwin_00004550_NORMAL2-IM-1222-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004551_NORMAL2-IM-1223-0001 + subject_id: Darwin_00004551_NORMAL2-IM-1223-0001 + split: train + image: images/Darwin_00004551_NORMAL2-IM-1223-0001.png + label: labels/Darwin_00004551_NORMAL2-IM-1223-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004552_NORMAL2-IM-1224-0001 + subject_id: Darwin_00004552_NORMAL2-IM-1224-0001 + split: train + image: images/Darwin_00004552_NORMAL2-IM-1224-0001.png + label: labels/Darwin_00004552_NORMAL2-IM-1224-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004553_NORMAL2-IM-1225-0001 + subject_id: Darwin_00004553_NORMAL2-IM-1225-0001 + split: train + image: images/Darwin_00004553_NORMAL2-IM-1225-0001.png + label: labels/Darwin_00004553_NORMAL2-IM-1225-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004554_NORMAL2-IM-1226-0001 + subject_id: Darwin_00004554_NORMAL2-IM-1226-0001 + split: train + image: images/Darwin_00004554_NORMAL2-IM-1226-0001.png + label: labels/Darwin_00004554_NORMAL2-IM-1226-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004555_NORMAL2-IM-1227-0001 + subject_id: Darwin_00004555_NORMAL2-IM-1227-0001 + split: train + image: images/Darwin_00004555_NORMAL2-IM-1227-0001.png + label: labels/Darwin_00004555_NORMAL2-IM-1227-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004556_NORMAL2-IM-1228-0001 + subject_id: Darwin_00004556_NORMAL2-IM-1228-0001 + split: train + image: images/Darwin_00004556_NORMAL2-IM-1228-0001.png + label: labels/Darwin_00004556_NORMAL2-IM-1228-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004557_NORMAL2-IM-1231-0001 + subject_id: Darwin_00004557_NORMAL2-IM-1231-0001 + split: train + image: images/Darwin_00004557_NORMAL2-IM-1231-0001.png + label: labels/Darwin_00004557_NORMAL2-IM-1231-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004558_NORMAL2-IM-1232-0001 + subject_id: Darwin_00004558_NORMAL2-IM-1232-0001 + split: train + image: images/Darwin_00004558_NORMAL2-IM-1232-0001.png + label: labels/Darwin_00004558_NORMAL2-IM-1232-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004559_NORMAL2-IM-1234-0001 + subject_id: Darwin_00004559_NORMAL2-IM-1234-0001 + split: train + image: images/Darwin_00004559_NORMAL2-IM-1234-0001.png + label: labels/Darwin_00004559_NORMAL2-IM-1234-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004560_NORMAL2-IM-1236-0001 + subject_id: Darwin_00004560_NORMAL2-IM-1236-0001 + split: train + image: images/Darwin_00004560_NORMAL2-IM-1236-0001.png + label: labels/Darwin_00004560_NORMAL2-IM-1236-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004561_NORMAL2-IM-1237-0001 + subject_id: Darwin_00004561_NORMAL2-IM-1237-0001 + split: train + image: images/Darwin_00004561_NORMAL2-IM-1237-0001.png + label: labels/Darwin_00004561_NORMAL2-IM-1237-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004562_NORMAL2-IM-1240-0001 + subject_id: Darwin_00004562_NORMAL2-IM-1240-0001 + split: train + image: images/Darwin_00004562_NORMAL2-IM-1240-0001.png + label: labels/Darwin_00004562_NORMAL2-IM-1240-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004563_NORMAL2-IM-1241-0001 + subject_id: Darwin_00004563_NORMAL2-IM-1241-0001 + split: train + image: images/Darwin_00004563_NORMAL2-IM-1241-0001.png + label: labels/Darwin_00004563_NORMAL2-IM-1241-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004564_NORMAL2-IM-1242-0001 + subject_id: Darwin_00004564_NORMAL2-IM-1242-0001 + split: train + image: images/Darwin_00004564_NORMAL2-IM-1242-0001.png + label: labels/Darwin_00004564_NORMAL2-IM-1242-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004565_NORMAL2-IM-1243-0001 + subject_id: Darwin_00004565_NORMAL2-IM-1243-0001 + split: train + image: images/Darwin_00004565_NORMAL2-IM-1243-0001.png + label: labels/Darwin_00004565_NORMAL2-IM-1243-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004566_NORMAL2-IM-1244-0001 + subject_id: Darwin_00004566_NORMAL2-IM-1244-0001 + split: train + image: images/Darwin_00004566_NORMAL2-IM-1244-0001.png + label: labels/Darwin_00004566_NORMAL2-IM-1244-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004567_NORMAL2-IM-1245-0001 + subject_id: Darwin_00004567_NORMAL2-IM-1245-0001 + split: val + image: images/Darwin_00004567_NORMAL2-IM-1245-0001.png + label: labels/Darwin_00004567_NORMAL2-IM-1245-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004568_NORMAL2-IM-1247-0001 + subject_id: Darwin_00004568_NORMAL2-IM-1247-0001 + split: train + image: images/Darwin_00004568_NORMAL2-IM-1247-0001.png + label: labels/Darwin_00004568_NORMAL2-IM-1247-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004569_NORMAL2-IM-1250-0001 + subject_id: Darwin_00004569_NORMAL2-IM-1250-0001 + split: train + image: images/Darwin_00004569_NORMAL2-IM-1250-0001.png + label: labels/Darwin_00004569_NORMAL2-IM-1250-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004570_NORMAL2-IM-1252-0001 + subject_id: Darwin_00004570_NORMAL2-IM-1252-0001 + split: train + image: images/Darwin_00004570_NORMAL2-IM-1252-0001.png + label: labels/Darwin_00004570_NORMAL2-IM-1252-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004571_NORMAL2-IM-1253-0001 + subject_id: Darwin_00004571_NORMAL2-IM-1253-0001 + split: train + image: images/Darwin_00004571_NORMAL2-IM-1253-0001.png + label: labels/Darwin_00004571_NORMAL2-IM-1253-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004572_NORMAL2-IM-1254-0001 + subject_id: Darwin_00004572_NORMAL2-IM-1254-0001 + split: train + image: images/Darwin_00004572_NORMAL2-IM-1254-0001.png + label: labels/Darwin_00004572_NORMAL2-IM-1254-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004573_NORMAL2-IM-1256-0001 + subject_id: Darwin_00004573_NORMAL2-IM-1256-0001 + split: val + image: images/Darwin_00004573_NORMAL2-IM-1256-0001.png + label: labels/Darwin_00004573_NORMAL2-IM-1256-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004574_NORMAL2-IM-1257-0001 + subject_id: Darwin_00004574_NORMAL2-IM-1257-0001 + split: train + image: images/Darwin_00004574_NORMAL2-IM-1257-0001.png + label: labels/Darwin_00004574_NORMAL2-IM-1257-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004575_NORMAL2-IM-1258-0001-0001 + subject_id: Darwin_00004575_NORMAL2-IM-1258-0001-0001 + split: train + image: images/Darwin_00004575_NORMAL2-IM-1258-0001-0001.png + label: labels/Darwin_00004575_NORMAL2-IM-1258-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004576_NORMAL2-IM-1258-0001-0002 + subject_id: Darwin_00004576_NORMAL2-IM-1258-0001-0002 + split: train + image: images/Darwin_00004576_NORMAL2-IM-1258-0001-0002.png + label: labels/Darwin_00004576_NORMAL2-IM-1258-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004577_NORMAL2-IM-1258-0001 + subject_id: Darwin_00004577_NORMAL2-IM-1258-0001 + split: val + image: images/Darwin_00004577_NORMAL2-IM-1258-0001.png + label: labels/Darwin_00004577_NORMAL2-IM-1258-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004578_NORMAL2-IM-1260-0001 + subject_id: Darwin_00004578_NORMAL2-IM-1260-0001 + split: train + image: images/Darwin_00004578_NORMAL2-IM-1260-0001.png + label: labels/Darwin_00004578_NORMAL2-IM-1260-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004579_NORMAL2-IM-1261-0001 + subject_id: Darwin_00004579_NORMAL2-IM-1261-0001 + split: train + image: images/Darwin_00004579_NORMAL2-IM-1261-0001.png + label: labels/Darwin_00004579_NORMAL2-IM-1261-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004580_NORMAL2-IM-1176-0001 + subject_id: Darwin_00004580_NORMAL2-IM-1176-0001 + split: train + image: images/Darwin_00004580_NORMAL2-IM-1176-0001.png + label: labels/Darwin_00004580_NORMAL2-IM-1176-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004581_NORMAL2-IM-1177-0001 + subject_id: Darwin_00004581_NORMAL2-IM-1177-0001 + split: train + image: images/Darwin_00004581_NORMAL2-IM-1177-0001.png + label: labels/Darwin_00004581_NORMAL2-IM-1177-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004582_NORMAL2-IM-1178-0001 + subject_id: Darwin_00004582_NORMAL2-IM-1178-0001 + split: train + image: images/Darwin_00004582_NORMAL2-IM-1178-0001.png + label: labels/Darwin_00004582_NORMAL2-IM-1178-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004583_NORMAL2-IM-1179-0001 + subject_id: Darwin_00004583_NORMAL2-IM-1179-0001 + split: train + image: images/Darwin_00004583_NORMAL2-IM-1179-0001.png + label: labels/Darwin_00004583_NORMAL2-IM-1179-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004584_NORMAL2-IM-1180-0001 + subject_id: Darwin_00004584_NORMAL2-IM-1180-0001 + split: train + image: images/Darwin_00004584_NORMAL2-IM-1180-0001.png + label: labels/Darwin_00004584_NORMAL2-IM-1180-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004585_NORMAL2-IM-1181-0001 + subject_id: Darwin_00004585_NORMAL2-IM-1181-0001 + split: train + image: images/Darwin_00004585_NORMAL2-IM-1181-0001.png + label: labels/Darwin_00004585_NORMAL2-IM-1181-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004586_NORMAL2-IM-1182-0001 + subject_id: Darwin_00004586_NORMAL2-IM-1182-0001 + split: val + image: images/Darwin_00004586_NORMAL2-IM-1182-0001.png + label: labels/Darwin_00004586_NORMAL2-IM-1182-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004587_NORMAL2-IM-1183-0001 + subject_id: Darwin_00004587_NORMAL2-IM-1183-0001 + split: train + image: images/Darwin_00004587_NORMAL2-IM-1183-0001.png + label: labels/Darwin_00004587_NORMAL2-IM-1183-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004588_NORMAL2-IM-1184-0001 + subject_id: Darwin_00004588_NORMAL2-IM-1184-0001 + split: train + image: images/Darwin_00004588_NORMAL2-IM-1184-0001.png + label: labels/Darwin_00004588_NORMAL2-IM-1184-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004589_NORMAL2-IM-1185-0001 + subject_id: Darwin_00004589_NORMAL2-IM-1185-0001 + split: train + image: images/Darwin_00004589_NORMAL2-IM-1185-0001.png + label: labels/Darwin_00004589_NORMAL2-IM-1185-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004590_NORMAL2-IM-1187-0001 + subject_id: Darwin_00004590_NORMAL2-IM-1187-0001 + split: train + image: images/Darwin_00004590_NORMAL2-IM-1187-0001.png + label: labels/Darwin_00004590_NORMAL2-IM-1187-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004591_NORMAL2-IM-1188-0001 + subject_id: Darwin_00004591_NORMAL2-IM-1188-0001 + split: val + image: images/Darwin_00004591_NORMAL2-IM-1188-0001.png + label: labels/Darwin_00004591_NORMAL2-IM-1188-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004592_NORMAL2-IM-1189-0001 + subject_id: Darwin_00004592_NORMAL2-IM-1189-0001 + split: train + image: images/Darwin_00004592_NORMAL2-IM-1189-0001.png + label: labels/Darwin_00004592_NORMAL2-IM-1189-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004593_NORMAL2-IM-1190-0001 + subject_id: Darwin_00004593_NORMAL2-IM-1190-0001 + split: test + image: images/Darwin_00004593_NORMAL2-IM-1190-0001.png + label: labels/Darwin_00004593_NORMAL2-IM-1190-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004594_NORMAL2-IM-1191-0001 + subject_id: Darwin_00004594_NORMAL2-IM-1191-0001 + split: train + image: images/Darwin_00004594_NORMAL2-IM-1191-0001.png + label: labels/Darwin_00004594_NORMAL2-IM-1191-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004595_NORMAL2-IM-1192-0001 + subject_id: Darwin_00004595_NORMAL2-IM-1192-0001 + split: train + image: images/Darwin_00004595_NORMAL2-IM-1192-0001.png + label: labels/Darwin_00004595_NORMAL2-IM-1192-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004596_NORMAL2-IM-1194-0001 + subject_id: Darwin_00004596_NORMAL2-IM-1194-0001 + split: train + image: images/Darwin_00004596_NORMAL2-IM-1194-0001.png + label: labels/Darwin_00004596_NORMAL2-IM-1194-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004597_NORMAL2-IM-1196-0001 + subject_id: Darwin_00004597_NORMAL2-IM-1196-0001 + split: train + image: images/Darwin_00004597_NORMAL2-IM-1196-0001.png + label: labels/Darwin_00004597_NORMAL2-IM-1196-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004598_NORMAL2-IM-1197-0001 + subject_id: Darwin_00004598_NORMAL2-IM-1197-0001 + split: train + image: images/Darwin_00004598_NORMAL2-IM-1197-0001.png + label: labels/Darwin_00004598_NORMAL2-IM-1197-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004599_NORMAL2-IM-1198-0001 + subject_id: Darwin_00004599_NORMAL2-IM-1198-0001 + split: train + image: images/Darwin_00004599_NORMAL2-IM-1198-0001.png + label: labels/Darwin_00004599_NORMAL2-IM-1198-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004600_NORMAL2-IM-1200-0001 + subject_id: Darwin_00004600_NORMAL2-IM-1200-0001 + split: train + image: images/Darwin_00004600_NORMAL2-IM-1200-0001.png + label: labels/Darwin_00004600_NORMAL2-IM-1200-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004601_NORMAL2-IM-1201-0001 + subject_id: Darwin_00004601_NORMAL2-IM-1201-0001 + split: test + image: images/Darwin_00004601_NORMAL2-IM-1201-0001.png + label: labels/Darwin_00004601_NORMAL2-IM-1201-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004602_NORMAL2-IM-1202-0001 + subject_id: Darwin_00004602_NORMAL2-IM-1202-0001 + split: val + image: images/Darwin_00004602_NORMAL2-IM-1202-0001.png + label: labels/Darwin_00004602_NORMAL2-IM-1202-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004603_NORMAL2-IM-1203-0001 + subject_id: Darwin_00004603_NORMAL2-IM-1203-0001 + split: train + image: images/Darwin_00004603_NORMAL2-IM-1203-0001.png + label: labels/Darwin_00004603_NORMAL2-IM-1203-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004604_NORMAL2-IM-1204-0001 + subject_id: Darwin_00004604_NORMAL2-IM-1204-0001 + split: test + image: images/Darwin_00004604_NORMAL2-IM-1204-0001.png + label: labels/Darwin_00004604_NORMAL2-IM-1204-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004605_NORMAL2-IM-1205-0001 + subject_id: Darwin_00004605_NORMAL2-IM-1205-0001 + split: train + image: images/Darwin_00004605_NORMAL2-IM-1205-0001.png + label: labels/Darwin_00004605_NORMAL2-IM-1205-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004606_NORMAL2-IM-1206-0001 + subject_id: Darwin_00004606_NORMAL2-IM-1206-0001 + split: test + image: images/Darwin_00004606_NORMAL2-IM-1206-0001.png + label: labels/Darwin_00004606_NORMAL2-IM-1206-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004607_NORMAL2-IM-1209-0001 + subject_id: Darwin_00004607_NORMAL2-IM-1209-0001 + split: train + image: images/Darwin_00004607_NORMAL2-IM-1209-0001.png + label: labels/Darwin_00004607_NORMAL2-IM-1209-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004608_NORMAL2-IM-1214-0001 + subject_id: Darwin_00004608_NORMAL2-IM-1214-0001 + split: train + image: images/Darwin_00004608_NORMAL2-IM-1214-0001.png + label: labels/Darwin_00004608_NORMAL2-IM-1214-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004609_NORMAL2-IM-1218-0001 + subject_id: Darwin_00004609_NORMAL2-IM-1218-0001 + split: train + image: images/Darwin_00004609_NORMAL2-IM-1218-0001.png + label: labels/Darwin_00004609_NORMAL2-IM-1218-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004610_NORMAL2-IM-1219-0001 + subject_id: Darwin_00004610_NORMAL2-IM-1219-0001 + split: test + image: images/Darwin_00004610_NORMAL2-IM-1219-0001.png + label: labels/Darwin_00004610_NORMAL2-IM-1219-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004611_NORMAL2-IM-1220-0001 + subject_id: Darwin_00004611_NORMAL2-IM-1220-0001 + split: train + image: images/Darwin_00004611_NORMAL2-IM-1220-0001.png + label: labels/Darwin_00004611_NORMAL2-IM-1220-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004612_NORMAL2-IM-1221-0001 + subject_id: Darwin_00004612_NORMAL2-IM-1221-0001 + split: train + image: images/Darwin_00004612_NORMAL2-IM-1221-0001.png + label: labels/Darwin_00004612_NORMAL2-IM-1221-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004613_NORMAL2-IM-1142-0001-0002 + subject_id: Darwin_00004613_NORMAL2-IM-1142-0001-0002 + split: train + image: images/Darwin_00004613_NORMAL2-IM-1142-0001-0002.png + label: labels/Darwin_00004613_NORMAL2-IM-1142-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004614_NORMAL2-IM-1142-0001 + subject_id: Darwin_00004614_NORMAL2-IM-1142-0001 + split: test + image: images/Darwin_00004614_NORMAL2-IM-1142-0001.png + label: labels/Darwin_00004614_NORMAL2-IM-1142-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004615_NORMAL2-IM-1144-0001 + subject_id: Darwin_00004615_NORMAL2-IM-1144-0001 + split: train + image: images/Darwin_00004615_NORMAL2-IM-1144-0001.png + label: labels/Darwin_00004615_NORMAL2-IM-1144-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004616_NORMAL2-IM-1145-0001 + subject_id: Darwin_00004616_NORMAL2-IM-1145-0001 + split: test + image: images/Darwin_00004616_NORMAL2-IM-1145-0001.png + label: labels/Darwin_00004616_NORMAL2-IM-1145-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004617_NORMAL2-IM-1147-0001 + subject_id: Darwin_00004617_NORMAL2-IM-1147-0001 + split: test + image: images/Darwin_00004617_NORMAL2-IM-1147-0001.png + label: labels/Darwin_00004617_NORMAL2-IM-1147-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004618_NORMAL2-IM-1148-0001 + subject_id: Darwin_00004618_NORMAL2-IM-1148-0001 + split: test + image: images/Darwin_00004618_NORMAL2-IM-1148-0001.png + label: labels/Darwin_00004618_NORMAL2-IM-1148-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004619_NORMAL2-IM-1149-0001 + subject_id: Darwin_00004619_NORMAL2-IM-1149-0001 + split: test + image: images/Darwin_00004619_NORMAL2-IM-1149-0001.png + label: labels/Darwin_00004619_NORMAL2-IM-1149-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004620_NORMAL2-IM-1150-0001 + subject_id: Darwin_00004620_NORMAL2-IM-1150-0001 + split: test + image: images/Darwin_00004620_NORMAL2-IM-1150-0001.png + label: labels/Darwin_00004620_NORMAL2-IM-1150-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004621_NORMAL2-IM-1151-0001 + subject_id: Darwin_00004621_NORMAL2-IM-1151-0001 + split: test + image: images/Darwin_00004621_NORMAL2-IM-1151-0001.png + label: labels/Darwin_00004621_NORMAL2-IM-1151-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004622_NORMAL2-IM-1152-0001-0001 + subject_id: Darwin_00004622_NORMAL2-IM-1152-0001-0001 + split: train + image: images/Darwin_00004622_NORMAL2-IM-1152-0001-0001.png + label: labels/Darwin_00004622_NORMAL2-IM-1152-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004623_NORMAL2-IM-1152-0001-0002 + subject_id: Darwin_00004623_NORMAL2-IM-1152-0001-0002 + split: train + image: images/Darwin_00004623_NORMAL2-IM-1152-0001-0002.png + label: labels/Darwin_00004623_NORMAL2-IM-1152-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004624_NORMAL2-IM-1152-0001 + subject_id: Darwin_00004624_NORMAL2-IM-1152-0001 + split: train + image: images/Darwin_00004624_NORMAL2-IM-1152-0001.png + label: labels/Darwin_00004624_NORMAL2-IM-1152-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004625_NORMAL2-IM-1153-0001 + subject_id: Darwin_00004625_NORMAL2-IM-1153-0001 + split: train + image: images/Darwin_00004625_NORMAL2-IM-1153-0001.png + label: labels/Darwin_00004625_NORMAL2-IM-1153-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004626_NORMAL2-IM-1154-0001-0001 + subject_id: Darwin_00004626_NORMAL2-IM-1154-0001-0001 + split: train + image: images/Darwin_00004626_NORMAL2-IM-1154-0001-0001.png + label: labels/Darwin_00004626_NORMAL2-IM-1154-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004627_NORMAL2-IM-1154-0001-0002 + subject_id: Darwin_00004627_NORMAL2-IM-1154-0001-0002 + split: train + image: images/Darwin_00004627_NORMAL2-IM-1154-0001-0002.png + label: labels/Darwin_00004627_NORMAL2-IM-1154-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004628_NORMAL2-IM-1154-0001 + subject_id: Darwin_00004628_NORMAL2-IM-1154-0001 + split: train + image: images/Darwin_00004628_NORMAL2-IM-1154-0001.png + label: labels/Darwin_00004628_NORMAL2-IM-1154-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004629_NORMAL2-IM-1155-0001 + subject_id: Darwin_00004629_NORMAL2-IM-1155-0001 + split: train + image: images/Darwin_00004629_NORMAL2-IM-1155-0001.png + label: labels/Darwin_00004629_NORMAL2-IM-1155-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004630_NORMAL2-IM-1156-0001 + subject_id: Darwin_00004630_NORMAL2-IM-1156-0001 + split: train + image: images/Darwin_00004630_NORMAL2-IM-1156-0001.png + label: labels/Darwin_00004630_NORMAL2-IM-1156-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004631_NORMAL2-IM-1157-0001 + subject_id: Darwin_00004631_NORMAL2-IM-1157-0001 + split: train + image: images/Darwin_00004631_NORMAL2-IM-1157-0001.png + label: labels/Darwin_00004631_NORMAL2-IM-1157-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004632_NORMAL2-IM-1158-0001 + subject_id: Darwin_00004632_NORMAL2-IM-1158-0001 + split: train + image: images/Darwin_00004632_NORMAL2-IM-1158-0001.png + label: labels/Darwin_00004632_NORMAL2-IM-1158-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004633_NORMAL2-IM-1160-0001 + subject_id: Darwin_00004633_NORMAL2-IM-1160-0001 + split: train + image: images/Darwin_00004633_NORMAL2-IM-1160-0001.png + label: labels/Darwin_00004633_NORMAL2-IM-1160-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004634_NORMAL2-IM-1161-0001 + subject_id: Darwin_00004634_NORMAL2-IM-1161-0001 + split: train + image: images/Darwin_00004634_NORMAL2-IM-1161-0001.png + label: labels/Darwin_00004634_NORMAL2-IM-1161-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004635_NORMAL2-IM-1162-0001 + subject_id: Darwin_00004635_NORMAL2-IM-1162-0001 + split: test + image: images/Darwin_00004635_NORMAL2-IM-1162-0001.png + label: labels/Darwin_00004635_NORMAL2-IM-1162-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004636_NORMAL2-IM-1163-0001 + subject_id: Darwin_00004636_NORMAL2-IM-1163-0001 + split: train + image: images/Darwin_00004636_NORMAL2-IM-1163-0001.png + label: labels/Darwin_00004636_NORMAL2-IM-1163-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004637_NORMAL2-IM-1164-0001 + subject_id: Darwin_00004637_NORMAL2-IM-1164-0001 + split: train + image: images/Darwin_00004637_NORMAL2-IM-1164-0001.png + label: labels/Darwin_00004637_NORMAL2-IM-1164-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004638_NORMAL2-IM-1167-0001 + subject_id: Darwin_00004638_NORMAL2-IM-1167-0001 + split: train + image: images/Darwin_00004638_NORMAL2-IM-1167-0001.png + label: labels/Darwin_00004638_NORMAL2-IM-1167-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004639_NORMAL2-IM-1168-0001 + subject_id: Darwin_00004639_NORMAL2-IM-1168-0001 + split: train + image: images/Darwin_00004639_NORMAL2-IM-1168-0001.png + label: labels/Darwin_00004639_NORMAL2-IM-1168-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004640_NORMAL2-IM-1169-0001 + subject_id: Darwin_00004640_NORMAL2-IM-1169-0001 + split: val + image: images/Darwin_00004640_NORMAL2-IM-1169-0001.png + label: labels/Darwin_00004640_NORMAL2-IM-1169-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004641_NORMAL2-IM-1170-0001 + subject_id: Darwin_00004641_NORMAL2-IM-1170-0001 + split: train + image: images/Darwin_00004641_NORMAL2-IM-1170-0001.png + label: labels/Darwin_00004641_NORMAL2-IM-1170-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004642_NORMAL2-IM-1171-0001 + subject_id: Darwin_00004642_NORMAL2-IM-1171-0001 + split: test + image: images/Darwin_00004642_NORMAL2-IM-1171-0001.png + label: labels/Darwin_00004642_NORMAL2-IM-1171-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004643_NORMAL2-IM-1173-0001 + subject_id: Darwin_00004643_NORMAL2-IM-1173-0001 + split: val + image: images/Darwin_00004643_NORMAL2-IM-1173-0001.png + label: labels/Darwin_00004643_NORMAL2-IM-1173-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004644_NORMAL2-IM-1174-0001 + subject_id: Darwin_00004644_NORMAL2-IM-1174-0001 + split: val + image: images/Darwin_00004644_NORMAL2-IM-1174-0001.png + label: labels/Darwin_00004644_NORMAL2-IM-1174-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004645_NORMAL2-IM-1175-0001 + subject_id: Darwin_00004645_NORMAL2-IM-1175-0001 + split: test + image: images/Darwin_00004645_NORMAL2-IM-1175-0001.png + label: labels/Darwin_00004645_NORMAL2-IM-1175-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004646_NORMAL2-IM-1105-0001 + subject_id: Darwin_00004646_NORMAL2-IM-1105-0001 + split: val + image: images/Darwin_00004646_NORMAL2-IM-1105-0001.png + label: labels/Darwin_00004646_NORMAL2-IM-1105-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004647_NORMAL2-IM-1106-0001 + subject_id: Darwin_00004647_NORMAL2-IM-1106-0001 + split: val + image: images/Darwin_00004647_NORMAL2-IM-1106-0001.png + label: labels/Darwin_00004647_NORMAL2-IM-1106-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004648_NORMAL2-IM-1108-0001 + subject_id: Darwin_00004648_NORMAL2-IM-1108-0001 + split: train + image: images/Darwin_00004648_NORMAL2-IM-1108-0001.png + label: labels/Darwin_00004648_NORMAL2-IM-1108-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004649_NORMAL2-IM-1109-0001 + subject_id: Darwin_00004649_NORMAL2-IM-1109-0001 + split: train + image: images/Darwin_00004649_NORMAL2-IM-1109-0001.png + label: labels/Darwin_00004649_NORMAL2-IM-1109-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004650_NORMAL2-IM-1110-0001 + subject_id: Darwin_00004650_NORMAL2-IM-1110-0001 + split: train + image: images/Darwin_00004650_NORMAL2-IM-1110-0001.png + label: labels/Darwin_00004650_NORMAL2-IM-1110-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004651_NORMAL2-IM-1111-0001 + subject_id: Darwin_00004651_NORMAL2-IM-1111-0001 + split: train + image: images/Darwin_00004651_NORMAL2-IM-1111-0001.png + label: labels/Darwin_00004651_NORMAL2-IM-1111-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004652_NORMAL2-IM-1112-0001 + subject_id: Darwin_00004652_NORMAL2-IM-1112-0001 + split: val + image: images/Darwin_00004652_NORMAL2-IM-1112-0001.png + label: labels/Darwin_00004652_NORMAL2-IM-1112-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004653_NORMAL2-IM-1113-0001 + subject_id: Darwin_00004653_NORMAL2-IM-1113-0001 + split: train + image: images/Darwin_00004653_NORMAL2-IM-1113-0001.png + label: labels/Darwin_00004653_NORMAL2-IM-1113-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004654_NORMAL2-IM-1114-0001 + subject_id: Darwin_00004654_NORMAL2-IM-1114-0001 + split: train + image: images/Darwin_00004654_NORMAL2-IM-1114-0001.png + label: labels/Darwin_00004654_NORMAL2-IM-1114-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004655_NORMAL2-IM-1116-0001-0001 + subject_id: Darwin_00004655_NORMAL2-IM-1116-0001-0001 + split: train + image: images/Darwin_00004655_NORMAL2-IM-1116-0001-0001.png + label: labels/Darwin_00004655_NORMAL2-IM-1116-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004656_NORMAL2-IM-1116-0001-0002 + subject_id: Darwin_00004656_NORMAL2-IM-1116-0001-0002 + split: train + image: images/Darwin_00004656_NORMAL2-IM-1116-0001-0002.png + label: labels/Darwin_00004656_NORMAL2-IM-1116-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004657_NORMAL2-IM-1116-0001 + subject_id: Darwin_00004657_NORMAL2-IM-1116-0001 + split: train + image: images/Darwin_00004657_NORMAL2-IM-1116-0001.png + label: labels/Darwin_00004657_NORMAL2-IM-1116-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004658_NORMAL2-IM-1117-0001 + subject_id: Darwin_00004658_NORMAL2-IM-1117-0001 + split: train + image: images/Darwin_00004658_NORMAL2-IM-1117-0001.png + label: labels/Darwin_00004658_NORMAL2-IM-1117-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004659_NORMAL2-IM-1118-0001 + subject_id: Darwin_00004659_NORMAL2-IM-1118-0001 + split: val + image: images/Darwin_00004659_NORMAL2-IM-1118-0001.png + label: labels/Darwin_00004659_NORMAL2-IM-1118-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004660_NORMAL2-IM-1120-0001 + subject_id: Darwin_00004660_NORMAL2-IM-1120-0001 + split: train + image: images/Darwin_00004660_NORMAL2-IM-1120-0001.png + label: labels/Darwin_00004660_NORMAL2-IM-1120-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004661_NORMAL2-IM-1122-0001 + subject_id: Darwin_00004661_NORMAL2-IM-1122-0001 + split: test + image: images/Darwin_00004661_NORMAL2-IM-1122-0001.png + label: labels/Darwin_00004661_NORMAL2-IM-1122-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004662_NORMAL2-IM-1123-0001 + subject_id: Darwin_00004662_NORMAL2-IM-1123-0001 + split: test + image: images/Darwin_00004662_NORMAL2-IM-1123-0001.png + label: labels/Darwin_00004662_NORMAL2-IM-1123-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004663_NORMAL2-IM-1124-0001 + subject_id: Darwin_00004663_NORMAL2-IM-1124-0001 + split: val + image: images/Darwin_00004663_NORMAL2-IM-1124-0001.png + label: labels/Darwin_00004663_NORMAL2-IM-1124-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004664_NORMAL2-IM-1125-0001 + subject_id: Darwin_00004664_NORMAL2-IM-1125-0001 + split: train + image: images/Darwin_00004664_NORMAL2-IM-1125-0001.png + label: labels/Darwin_00004664_NORMAL2-IM-1125-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004665_NORMAL2-IM-1126-0001 + subject_id: Darwin_00004665_NORMAL2-IM-1126-0001 + split: train + image: images/Darwin_00004665_NORMAL2-IM-1126-0001.png + label: labels/Darwin_00004665_NORMAL2-IM-1126-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004666_NORMAL2-IM-1127-0001 + subject_id: Darwin_00004666_NORMAL2-IM-1127-0001 + split: test + image: images/Darwin_00004666_NORMAL2-IM-1127-0001.png + label: labels/Darwin_00004666_NORMAL2-IM-1127-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004667_NORMAL2-IM-1128-0001-0001 + subject_id: Darwin_00004667_NORMAL2-IM-1128-0001-0001 + split: test + image: images/Darwin_00004667_NORMAL2-IM-1128-0001-0001.png + label: labels/Darwin_00004667_NORMAL2-IM-1128-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004668_NORMAL2-IM-1128-0001-0002 + subject_id: Darwin_00004668_NORMAL2-IM-1128-0001-0002 + split: train + image: images/Darwin_00004668_NORMAL2-IM-1128-0001-0002.png + label: labels/Darwin_00004668_NORMAL2-IM-1128-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004669_NORMAL2-IM-1128-0001 + subject_id: Darwin_00004669_NORMAL2-IM-1128-0001 + split: val + image: images/Darwin_00004669_NORMAL2-IM-1128-0001.png + label: labels/Darwin_00004669_NORMAL2-IM-1128-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004670_NORMAL2-IM-1130-0001 + subject_id: Darwin_00004670_NORMAL2-IM-1130-0001 + split: train + image: images/Darwin_00004670_NORMAL2-IM-1130-0001.png + label: labels/Darwin_00004670_NORMAL2-IM-1130-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004671_NORMAL2-IM-1131-0001 + subject_id: Darwin_00004671_NORMAL2-IM-1131-0001 + split: train + image: images/Darwin_00004671_NORMAL2-IM-1131-0001.png + label: labels/Darwin_00004671_NORMAL2-IM-1131-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004672_NORMAL2-IM-1132-0001 + subject_id: Darwin_00004672_NORMAL2-IM-1132-0001 + split: train + image: images/Darwin_00004672_NORMAL2-IM-1132-0001.png + label: labels/Darwin_00004672_NORMAL2-IM-1132-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004673_NORMAL2-IM-1134-0001 + subject_id: Darwin_00004673_NORMAL2-IM-1134-0001 + split: train + image: images/Darwin_00004673_NORMAL2-IM-1134-0001.png + label: labels/Darwin_00004673_NORMAL2-IM-1134-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004674_NORMAL2-IM-1135-0001 + subject_id: Darwin_00004674_NORMAL2-IM-1135-0001 + split: test + image: images/Darwin_00004674_NORMAL2-IM-1135-0001.png + label: labels/Darwin_00004674_NORMAL2-IM-1135-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004675_NORMAL2-IM-1136-0001 + subject_id: Darwin_00004675_NORMAL2-IM-1136-0001 + split: train + image: images/Darwin_00004675_NORMAL2-IM-1136-0001.png + label: labels/Darwin_00004675_NORMAL2-IM-1136-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004676_NORMAL2-IM-1138-0001 + subject_id: Darwin_00004676_NORMAL2-IM-1138-0001 + split: test + image: images/Darwin_00004676_NORMAL2-IM-1138-0001.png + label: labels/Darwin_00004676_NORMAL2-IM-1138-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004677_NORMAL2-IM-1141-0001 + subject_id: Darwin_00004677_NORMAL2-IM-1141-0001 + split: test + image: images/Darwin_00004677_NORMAL2-IM-1141-0001.png + label: labels/Darwin_00004677_NORMAL2-IM-1141-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004678_NORMAL2-IM-1142-0001-0001 + subject_id: Darwin_00004678_NORMAL2-IM-1142-0001-0001 + split: train + image: images/Darwin_00004678_NORMAL2-IM-1142-0001-0001.png + label: labels/Darwin_00004678_NORMAL2-IM-1142-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004679_NORMAL2-IM-1053-0001 + subject_id: Darwin_00004679_NORMAL2-IM-1053-0001 + split: train + image: images/Darwin_00004679_NORMAL2-IM-1053-0001.png + label: labels/Darwin_00004679_NORMAL2-IM-1053-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004680_NORMAL2-IM-1054-0001 + subject_id: Darwin_00004680_NORMAL2-IM-1054-0001 + split: train + image: images/Darwin_00004680_NORMAL2-IM-1054-0001.png + label: labels/Darwin_00004680_NORMAL2-IM-1054-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004681_NORMAL2-IM-1055-0001 + subject_id: Darwin_00004681_NORMAL2-IM-1055-0001 + split: train + image: images/Darwin_00004681_NORMAL2-IM-1055-0001.png + label: labels/Darwin_00004681_NORMAL2-IM-1055-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004682_NORMAL2-IM-1056-0001 + subject_id: Darwin_00004682_NORMAL2-IM-1056-0001 + split: train + image: images/Darwin_00004682_NORMAL2-IM-1056-0001.png + label: labels/Darwin_00004682_NORMAL2-IM-1056-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004683_NORMAL2-IM-1058-0001 + subject_id: Darwin_00004683_NORMAL2-IM-1058-0001 + split: test + image: images/Darwin_00004683_NORMAL2-IM-1058-0001.png + label: labels/Darwin_00004683_NORMAL2-IM-1058-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004684_NORMAL2-IM-1059-0001 + subject_id: Darwin_00004684_NORMAL2-IM-1059-0001 + split: val + image: images/Darwin_00004684_NORMAL2-IM-1059-0001.png + label: labels/Darwin_00004684_NORMAL2-IM-1059-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004685_NORMAL2-IM-1060-0001 + subject_id: Darwin_00004685_NORMAL2-IM-1060-0001 + split: train + image: images/Darwin_00004685_NORMAL2-IM-1060-0001.png + label: labels/Darwin_00004685_NORMAL2-IM-1060-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004686_NORMAL2-IM-1062-0001 + subject_id: Darwin_00004686_NORMAL2-IM-1062-0001 + split: train + image: images/Darwin_00004686_NORMAL2-IM-1062-0001.png + label: labels/Darwin_00004686_NORMAL2-IM-1062-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004687_NORMAL2-IM-1064-0001 + subject_id: Darwin_00004687_NORMAL2-IM-1064-0001 + split: val + image: images/Darwin_00004687_NORMAL2-IM-1064-0001.png + label: labels/Darwin_00004687_NORMAL2-IM-1064-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004688_NORMAL2-IM-1067-0001-0001 + subject_id: Darwin_00004688_NORMAL2-IM-1067-0001-0001 + split: train + image: images/Darwin_00004688_NORMAL2-IM-1067-0001-0001.png + label: labels/Darwin_00004688_NORMAL2-IM-1067-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004689_NORMAL2-IM-1067-0001 + subject_id: Darwin_00004689_NORMAL2-IM-1067-0001 + split: train + image: images/Darwin_00004689_NORMAL2-IM-1067-0001.png + label: labels/Darwin_00004689_NORMAL2-IM-1067-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004690_NORMAL2-IM-1073-0001 + subject_id: Darwin_00004690_NORMAL2-IM-1073-0001 + split: test + image: images/Darwin_00004690_NORMAL2-IM-1073-0001.png + label: labels/Darwin_00004690_NORMAL2-IM-1073-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004691_NORMAL2-IM-1084-0001 + subject_id: Darwin_00004691_NORMAL2-IM-1084-0001 + split: train + image: images/Darwin_00004691_NORMAL2-IM-1084-0001.png + label: labels/Darwin_00004691_NORMAL2-IM-1084-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004692_NORMAL2-IM-1086-0001 + subject_id: Darwin_00004692_NORMAL2-IM-1086-0001 + split: val + image: images/Darwin_00004692_NORMAL2-IM-1086-0001.png + label: labels/Darwin_00004692_NORMAL2-IM-1086-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004693_NORMAL2-IM-1088-0001 + subject_id: Darwin_00004693_NORMAL2-IM-1088-0001 + split: train + image: images/Darwin_00004693_NORMAL2-IM-1088-0001.png + label: labels/Darwin_00004693_NORMAL2-IM-1088-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004694_NORMAL2-IM-1089-0001 + subject_id: Darwin_00004694_NORMAL2-IM-1089-0001 + split: train + image: images/Darwin_00004694_NORMAL2-IM-1089-0001.png + label: labels/Darwin_00004694_NORMAL2-IM-1089-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004695_NORMAL2-IM-1090-0001 + subject_id: Darwin_00004695_NORMAL2-IM-1090-0001 + split: train + image: images/Darwin_00004695_NORMAL2-IM-1090-0001.png + label: labels/Darwin_00004695_NORMAL2-IM-1090-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004696_NORMAL2-IM-1091-0001 + subject_id: Darwin_00004696_NORMAL2-IM-1091-0001 + split: train + image: images/Darwin_00004696_NORMAL2-IM-1091-0001.png + label: labels/Darwin_00004696_NORMAL2-IM-1091-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004697_NORMAL2-IM-1093-0001 + subject_id: Darwin_00004697_NORMAL2-IM-1093-0001 + split: val + image: images/Darwin_00004697_NORMAL2-IM-1093-0001.png + label: labels/Darwin_00004697_NORMAL2-IM-1093-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004698_NORMAL2-IM-1094-0001-0001 + subject_id: Darwin_00004698_NORMAL2-IM-1094-0001-0001 + split: test + image: images/Darwin_00004698_NORMAL2-IM-1094-0001-0001.png + label: labels/Darwin_00004698_NORMAL2-IM-1094-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004699_NORMAL2-IM-1094-0001-0002 + subject_id: Darwin_00004699_NORMAL2-IM-1094-0001-0002 + split: train + image: images/Darwin_00004699_NORMAL2-IM-1094-0001-0002.png + label: labels/Darwin_00004699_NORMAL2-IM-1094-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004700_NORMAL2-IM-1094-0001 + subject_id: Darwin_00004700_NORMAL2-IM-1094-0001 + split: train + image: images/Darwin_00004700_NORMAL2-IM-1094-0001.png + label: labels/Darwin_00004700_NORMAL2-IM-1094-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004701_NORMAL2-IM-1096-0001-0001 + subject_id: Darwin_00004701_NORMAL2-IM-1096-0001-0001 + split: train + image: images/Darwin_00004701_NORMAL2-IM-1096-0001-0001.png + label: labels/Darwin_00004701_NORMAL2-IM-1096-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004702_NORMAL2-IM-1096-0001-0003 + subject_id: Darwin_00004702_NORMAL2-IM-1096-0001-0003 + split: train + image: images/Darwin_00004702_NORMAL2-IM-1096-0001-0003.png + label: labels/Darwin_00004702_NORMAL2-IM-1096-0001-0003.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004703_NORMAL2-IM-1096-0001 + subject_id: Darwin_00004703_NORMAL2-IM-1096-0001 + split: val + image: images/Darwin_00004703_NORMAL2-IM-1096-0001.png + label: labels/Darwin_00004703_NORMAL2-IM-1096-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004704_NORMAL2-IM-1098-0001 + subject_id: Darwin_00004704_NORMAL2-IM-1098-0001 + split: train + image: images/Darwin_00004704_NORMAL2-IM-1098-0001.png + label: labels/Darwin_00004704_NORMAL2-IM-1098-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004705_NORMAL2-IM-1100-0001 + subject_id: Darwin_00004705_NORMAL2-IM-1100-0001 + split: train + image: images/Darwin_00004705_NORMAL2-IM-1100-0001.png + label: labels/Darwin_00004705_NORMAL2-IM-1100-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004706_NORMAL2-IM-1102-0001-0001 + subject_id: Darwin_00004706_NORMAL2-IM-1102-0001-0001 + split: train + image: images/Darwin_00004706_NORMAL2-IM-1102-0001-0001.png + label: labels/Darwin_00004706_NORMAL2-IM-1102-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004707_NORMAL2-IM-1102-0001-0002 + subject_id: Darwin_00004707_NORMAL2-IM-1102-0001-0002 + split: train + image: images/Darwin_00004707_NORMAL2-IM-1102-0001-0002.png + label: labels/Darwin_00004707_NORMAL2-IM-1102-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004708_NORMAL2-IM-1102-0001 + subject_id: Darwin_00004708_NORMAL2-IM-1102-0001 + split: test + image: images/Darwin_00004708_NORMAL2-IM-1102-0001.png + label: labels/Darwin_00004708_NORMAL2-IM-1102-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004709_NORMAL2-IM-1103-0001-0001 + subject_id: Darwin_00004709_NORMAL2-IM-1103-0001-0001 + split: train + image: images/Darwin_00004709_NORMAL2-IM-1103-0001-0001.png + label: labels/Darwin_00004709_NORMAL2-IM-1103-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004710_NORMAL2-IM-1104-0001 + subject_id: Darwin_00004710_NORMAL2-IM-1104-0001 + split: val + image: images/Darwin_00004710_NORMAL2-IM-1104-0001.png + label: labels/Darwin_00004710_NORMAL2-IM-1104-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004711_NORMAL2-IM-1019-0001 + subject_id: Darwin_00004711_NORMAL2-IM-1019-0001 + split: test + image: images/Darwin_00004711_NORMAL2-IM-1019-0001.png + label: labels/Darwin_00004711_NORMAL2-IM-1019-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004712_NORMAL2-IM-1020-0001-0001 + subject_id: Darwin_00004712_NORMAL2-IM-1020-0001-0001 + split: train + image: images/Darwin_00004712_NORMAL2-IM-1020-0001-0001.png + label: labels/Darwin_00004712_NORMAL2-IM-1020-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004713_NORMAL2-IM-1020-0001-0002 + subject_id: Darwin_00004713_NORMAL2-IM-1020-0001-0002 + split: train + image: images/Darwin_00004713_NORMAL2-IM-1020-0001-0002.png + label: labels/Darwin_00004713_NORMAL2-IM-1020-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004714_NORMAL2-IM-1020-0001 + subject_id: Darwin_00004714_NORMAL2-IM-1020-0001 + split: train + image: images/Darwin_00004714_NORMAL2-IM-1020-0001.png + label: labels/Darwin_00004714_NORMAL2-IM-1020-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004715_NORMAL2-IM-1022-0001 + subject_id: Darwin_00004715_NORMAL2-IM-1022-0001 + split: train + image: images/Darwin_00004715_NORMAL2-IM-1022-0001.png + label: labels/Darwin_00004715_NORMAL2-IM-1022-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004716_NORMAL2-IM-1023-0001 + subject_id: Darwin_00004716_NORMAL2-IM-1023-0001 + split: train + image: images/Darwin_00004716_NORMAL2-IM-1023-0001.png + label: labels/Darwin_00004716_NORMAL2-IM-1023-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004717_NORMAL2-IM-1024-0001 + subject_id: Darwin_00004717_NORMAL2-IM-1024-0001 + split: train + image: images/Darwin_00004717_NORMAL2-IM-1024-0001.png + label: labels/Darwin_00004717_NORMAL2-IM-1024-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004718_NORMAL2-IM-1025-0001 + subject_id: Darwin_00004718_NORMAL2-IM-1025-0001 + split: train + image: images/Darwin_00004718_NORMAL2-IM-1025-0001.png + label: labels/Darwin_00004718_NORMAL2-IM-1025-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004719_NORMAL2-IM-1026-0001 + subject_id: Darwin_00004719_NORMAL2-IM-1026-0001 + split: val + image: images/Darwin_00004719_NORMAL2-IM-1026-0001.png + label: labels/Darwin_00004719_NORMAL2-IM-1026-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004720_NORMAL2-IM-1027-0001 + subject_id: Darwin_00004720_NORMAL2-IM-1027-0001 + split: train + image: images/Darwin_00004720_NORMAL2-IM-1027-0001.png + label: labels/Darwin_00004720_NORMAL2-IM-1027-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004721_NORMAL2-IM-1028-0001 + subject_id: Darwin_00004721_NORMAL2-IM-1028-0001 + split: train + image: images/Darwin_00004721_NORMAL2-IM-1028-0001.png + label: labels/Darwin_00004721_NORMAL2-IM-1028-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004722_NORMAL2-IM-1030-0001 + subject_id: Darwin_00004722_NORMAL2-IM-1030-0001 + split: train + image: images/Darwin_00004722_NORMAL2-IM-1030-0001.png + label: labels/Darwin_00004722_NORMAL2-IM-1030-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004723_NORMAL2-IM-1033-0001 + subject_id: Darwin_00004723_NORMAL2-IM-1033-0001 + split: train + image: images/Darwin_00004723_NORMAL2-IM-1033-0001.png + label: labels/Darwin_00004723_NORMAL2-IM-1033-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004724_NORMAL2-IM-1035-0001 + subject_id: Darwin_00004724_NORMAL2-IM-1035-0001 + split: val + image: images/Darwin_00004724_NORMAL2-IM-1035-0001.png + label: labels/Darwin_00004724_NORMAL2-IM-1035-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004725_NORMAL2-IM-1037-0001 + subject_id: Darwin_00004725_NORMAL2-IM-1037-0001 + split: train + image: images/Darwin_00004725_NORMAL2-IM-1037-0001.png + label: labels/Darwin_00004725_NORMAL2-IM-1037-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004726_NORMAL2-IM-1038-0001 + subject_id: Darwin_00004726_NORMAL2-IM-1038-0001 + split: train + image: images/Darwin_00004726_NORMAL2-IM-1038-0001.png + label: labels/Darwin_00004726_NORMAL2-IM-1038-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004727_NORMAL2-IM-1039-0001 + subject_id: Darwin_00004727_NORMAL2-IM-1039-0001 + split: train + image: images/Darwin_00004727_NORMAL2-IM-1039-0001.png + label: labels/Darwin_00004727_NORMAL2-IM-1039-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004728_NORMAL2-IM-1040-0001 + subject_id: Darwin_00004728_NORMAL2-IM-1040-0001 + split: train + image: images/Darwin_00004728_NORMAL2-IM-1040-0001.png + label: labels/Darwin_00004728_NORMAL2-IM-1040-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004729_NORMAL2-IM-1041-0001 + subject_id: Darwin_00004729_NORMAL2-IM-1041-0001 + split: train + image: images/Darwin_00004729_NORMAL2-IM-1041-0001.png + label: labels/Darwin_00004729_NORMAL2-IM-1041-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004730_NORMAL2-IM-1043-0001 + subject_id: Darwin_00004730_NORMAL2-IM-1043-0001 + split: train + image: images/Darwin_00004730_NORMAL2-IM-1043-0001.png + label: labels/Darwin_00004730_NORMAL2-IM-1043-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004731_NORMAL2-IM-1044-0001 + subject_id: Darwin_00004731_NORMAL2-IM-1044-0001 + split: test + image: images/Darwin_00004731_NORMAL2-IM-1044-0001.png + label: labels/Darwin_00004731_NORMAL2-IM-1044-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004732_NORMAL2-IM-1045-0001 + subject_id: Darwin_00004732_NORMAL2-IM-1045-0001 + split: test + image: images/Darwin_00004732_NORMAL2-IM-1045-0001.png + label: labels/Darwin_00004732_NORMAL2-IM-1045-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004733_NORMAL2-IM-1046-0001 + subject_id: Darwin_00004733_NORMAL2-IM-1046-0001 + split: train + image: images/Darwin_00004733_NORMAL2-IM-1046-0001.png + label: labels/Darwin_00004733_NORMAL2-IM-1046-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004734_NORMAL2-IM-1047-0001 + subject_id: Darwin_00004734_NORMAL2-IM-1047-0001 + split: train + image: images/Darwin_00004734_NORMAL2-IM-1047-0001.png + label: labels/Darwin_00004734_NORMAL2-IM-1047-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004735_NORMAL2-IM-1048-0001 + subject_id: Darwin_00004735_NORMAL2-IM-1048-0001 + split: train + image: images/Darwin_00004735_NORMAL2-IM-1048-0001.png + label: labels/Darwin_00004735_NORMAL2-IM-1048-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004736_NORMAL2-IM-1049-0001 + subject_id: Darwin_00004736_NORMAL2-IM-1049-0001 + split: train + image: images/Darwin_00004736_NORMAL2-IM-1049-0001.png + label: labels/Darwin_00004736_NORMAL2-IM-1049-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004737_NORMAL2-IM-1050-0001 + subject_id: Darwin_00004737_NORMAL2-IM-1050-0001 + split: train + image: images/Darwin_00004737_NORMAL2-IM-1050-0001.png + label: labels/Darwin_00004737_NORMAL2-IM-1050-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004738_NORMAL2-IM-1051-0001 + subject_id: Darwin_00004738_NORMAL2-IM-1051-0001 + split: train + image: images/Darwin_00004738_NORMAL2-IM-1051-0001.png + label: labels/Darwin_00004738_NORMAL2-IM-1051-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004739_NORMAL2-IM-1052-0001 + subject_id: Darwin_00004739_NORMAL2-IM-1052-0001 + split: test + image: images/Darwin_00004739_NORMAL2-IM-1052-0001.png + label: labels/Darwin_00004739_NORMAL2-IM-1052-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004740_NORMAL2-IM-0983-0001-0001 + subject_id: Darwin_00004740_NORMAL2-IM-0983-0001-0001 + split: test + image: images/Darwin_00004740_NORMAL2-IM-0983-0001-0001.png + label: labels/Darwin_00004740_NORMAL2-IM-0983-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004741_NORMAL2-IM-0983-0001-0002 + subject_id: Darwin_00004741_NORMAL2-IM-0983-0001-0002 + split: test + image: images/Darwin_00004741_NORMAL2-IM-0983-0001-0002.png + label: labels/Darwin_00004741_NORMAL2-IM-0983-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004742_NORMAL2-IM-0983-0001 + subject_id: Darwin_00004742_NORMAL2-IM-0983-0001 + split: train + image: images/Darwin_00004742_NORMAL2-IM-0983-0001.png + label: labels/Darwin_00004742_NORMAL2-IM-0983-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004743_NORMAL2-IM-0986-0001 + subject_id: Darwin_00004743_NORMAL2-IM-0986-0001 + split: train + image: images/Darwin_00004743_NORMAL2-IM-0986-0001.png + label: labels/Darwin_00004743_NORMAL2-IM-0986-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004744_NORMAL2-IM-0987-0001 + subject_id: Darwin_00004744_NORMAL2-IM-0987-0001 + split: test + image: images/Darwin_00004744_NORMAL2-IM-0987-0001.png + label: labels/Darwin_00004744_NORMAL2-IM-0987-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004745_NORMAL2-IM-0988-0001 + subject_id: Darwin_00004745_NORMAL2-IM-0988-0001 + split: train + image: images/Darwin_00004745_NORMAL2-IM-0988-0001.png + label: labels/Darwin_00004745_NORMAL2-IM-0988-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004746_NORMAL2-IM-0989-0001 + subject_id: Darwin_00004746_NORMAL2-IM-0989-0001 + split: train + image: images/Darwin_00004746_NORMAL2-IM-0989-0001.png + label: labels/Darwin_00004746_NORMAL2-IM-0989-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004747_NORMAL2-IM-0992-0001 + subject_id: Darwin_00004747_NORMAL2-IM-0992-0001 + split: test + image: images/Darwin_00004747_NORMAL2-IM-0992-0001.png + label: labels/Darwin_00004747_NORMAL2-IM-0992-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004748_NORMAL2-IM-0993-0001 + subject_id: Darwin_00004748_NORMAL2-IM-0993-0001 + split: train + image: images/Darwin_00004748_NORMAL2-IM-0993-0001.png + label: labels/Darwin_00004748_NORMAL2-IM-0993-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004749_NORMAL2-IM-0994-0001 + subject_id: Darwin_00004749_NORMAL2-IM-0994-0001 + split: train + image: images/Darwin_00004749_NORMAL2-IM-0994-0001.png + label: labels/Darwin_00004749_NORMAL2-IM-0994-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004750_NORMAL2-IM-0995-0001-0001 + subject_id: Darwin_00004750_NORMAL2-IM-0995-0001-0001 + split: train + image: images/Darwin_00004750_NORMAL2-IM-0995-0001-0001.png + label: labels/Darwin_00004750_NORMAL2-IM-0995-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004751_NORMAL2-IM-0995-0001-0002 + subject_id: Darwin_00004751_NORMAL2-IM-0995-0001-0002 + split: test + image: images/Darwin_00004751_NORMAL2-IM-0995-0001-0002.png + label: labels/Darwin_00004751_NORMAL2-IM-0995-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004752_NORMAL2-IM-0995-0001 + subject_id: Darwin_00004752_NORMAL2-IM-0995-0001 + split: test + image: images/Darwin_00004752_NORMAL2-IM-0995-0001.png + label: labels/Darwin_00004752_NORMAL2-IM-0995-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004753_NORMAL2-IM-0997-0001 + subject_id: Darwin_00004753_NORMAL2-IM-0997-0001 + split: train + image: images/Darwin_00004753_NORMAL2-IM-0997-0001.png + label: labels/Darwin_00004753_NORMAL2-IM-0997-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004754_NORMAL2-IM-0998-0001 + subject_id: Darwin_00004754_NORMAL2-IM-0998-0001 + split: train + image: images/Darwin_00004754_NORMAL2-IM-0998-0001.png + label: labels/Darwin_00004754_NORMAL2-IM-0998-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004755_NORMAL2-IM-0999-0001 + subject_id: Darwin_00004755_NORMAL2-IM-0999-0001 + split: train + image: images/Darwin_00004755_NORMAL2-IM-0999-0001.png + label: labels/Darwin_00004755_NORMAL2-IM-0999-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004756_NORMAL2-IM-1001-0001 + subject_id: Darwin_00004756_NORMAL2-IM-1001-0001 + split: train + image: images/Darwin_00004756_NORMAL2-IM-1001-0001.png + label: labels/Darwin_00004756_NORMAL2-IM-1001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004757_NORMAL2-IM-1002-0001 + subject_id: Darwin_00004757_NORMAL2-IM-1002-0001 + split: val + image: images/Darwin_00004757_NORMAL2-IM-1002-0001.png + label: labels/Darwin_00004757_NORMAL2-IM-1002-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004758_NORMAL2-IM-1004-0001 + subject_id: Darwin_00004758_NORMAL2-IM-1004-0001 + split: train + image: images/Darwin_00004758_NORMAL2-IM-1004-0001.png + label: labels/Darwin_00004758_NORMAL2-IM-1004-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004759_NORMAL2-IM-1005-0001 + subject_id: Darwin_00004759_NORMAL2-IM-1005-0001 + split: val + image: images/Darwin_00004759_NORMAL2-IM-1005-0001.png + label: labels/Darwin_00004759_NORMAL2-IM-1005-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004760_NORMAL2-IM-1006-0001 + subject_id: Darwin_00004760_NORMAL2-IM-1006-0001 + split: test + image: images/Darwin_00004760_NORMAL2-IM-1006-0001.png + label: labels/Darwin_00004760_NORMAL2-IM-1006-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004761_NORMAL2-IM-1008-0001 + subject_id: Darwin_00004761_NORMAL2-IM-1008-0001 + split: test + image: images/Darwin_00004761_NORMAL2-IM-1008-0001.png + label: labels/Darwin_00004761_NORMAL2-IM-1008-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004762_NORMAL2-IM-1010-0001 + subject_id: Darwin_00004762_NORMAL2-IM-1010-0001 + split: test + image: images/Darwin_00004762_NORMAL2-IM-1010-0001.png + label: labels/Darwin_00004762_NORMAL2-IM-1010-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004763_NORMAL2-IM-1011-0001 + subject_id: Darwin_00004763_NORMAL2-IM-1011-0001 + split: train + image: images/Darwin_00004763_NORMAL2-IM-1011-0001.png + label: labels/Darwin_00004763_NORMAL2-IM-1011-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004764_NORMAL2-IM-1014-0001 + subject_id: Darwin_00004764_NORMAL2-IM-1014-0001 + split: train + image: images/Darwin_00004764_NORMAL2-IM-1014-0001.png + label: labels/Darwin_00004764_NORMAL2-IM-1014-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004765_NORMAL2-IM-1015-0001 + subject_id: Darwin_00004765_NORMAL2-IM-1015-0001 + split: test + image: images/Darwin_00004765_NORMAL2-IM-1015-0001.png + label: labels/Darwin_00004765_NORMAL2-IM-1015-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004766_NORMAL2-IM-1016-0001 + subject_id: Darwin_00004766_NORMAL2-IM-1016-0001 + split: val + image: images/Darwin_00004766_NORMAL2-IM-1016-0001.png + label: labels/Darwin_00004766_NORMAL2-IM-1016-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004767_NORMAL2-IM-1017-0001 + subject_id: Darwin_00004767_NORMAL2-IM-1017-0001 + split: train + image: images/Darwin_00004767_NORMAL2-IM-1017-0001.png + label: labels/Darwin_00004767_NORMAL2-IM-1017-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004768_NORMAL2-IM-1018-0001 + subject_id: Darwin_00004768_NORMAL2-IM-1018-0001 + split: test + image: images/Darwin_00004768_NORMAL2-IM-1018-0001.png + label: labels/Darwin_00004768_NORMAL2-IM-1018-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004769_NORMAL2-IM-0942-0001 + subject_id: Darwin_00004769_NORMAL2-IM-0942-0001 + split: val + image: images/Darwin_00004769_NORMAL2-IM-0942-0001.png + label: labels/Darwin_00004769_NORMAL2-IM-0942-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004770_NORMAL2-IM-0944-0001 + subject_id: Darwin_00004770_NORMAL2-IM-0944-0001 + split: train + image: images/Darwin_00004770_NORMAL2-IM-0944-0001.png + label: labels/Darwin_00004770_NORMAL2-IM-0944-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004771_NORMAL2-IM-0945-0001 + subject_id: Darwin_00004771_NORMAL2-IM-0945-0001 + split: val + image: images/Darwin_00004771_NORMAL2-IM-0945-0001.png + label: labels/Darwin_00004771_NORMAL2-IM-0945-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004772_NORMAL2-IM-0946-0001 + subject_id: Darwin_00004772_NORMAL2-IM-0946-0001 + split: train + image: images/Darwin_00004772_NORMAL2-IM-0946-0001.png + label: labels/Darwin_00004772_NORMAL2-IM-0946-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004773_NORMAL2-IM-0947-0001 + subject_id: Darwin_00004773_NORMAL2-IM-0947-0001 + split: train + image: images/Darwin_00004773_NORMAL2-IM-0947-0001.png + label: labels/Darwin_00004773_NORMAL2-IM-0947-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004774_NORMAL2-IM-0948-0001 + subject_id: Darwin_00004774_NORMAL2-IM-0948-0001 + split: train + image: images/Darwin_00004774_NORMAL2-IM-0948-0001.png + label: labels/Darwin_00004774_NORMAL2-IM-0948-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004775_NORMAL2-IM-0949-0001 + subject_id: Darwin_00004775_NORMAL2-IM-0949-0001 + split: train + image: images/Darwin_00004775_NORMAL2-IM-0949-0001.png + label: labels/Darwin_00004775_NORMAL2-IM-0949-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004776_NORMAL2-IM-0950-0001 + subject_id: Darwin_00004776_NORMAL2-IM-0950-0001 + split: train + image: images/Darwin_00004776_NORMAL2-IM-0950-0001.png + label: labels/Darwin_00004776_NORMAL2-IM-0950-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004777_NORMAL2-IM-0951-0001 + subject_id: Darwin_00004777_NORMAL2-IM-0951-0001 + split: train + image: images/Darwin_00004777_NORMAL2-IM-0951-0001.png + label: labels/Darwin_00004777_NORMAL2-IM-0951-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004778_NORMAL2-IM-0952-0001 + subject_id: Darwin_00004778_NORMAL2-IM-0952-0001 + split: train + image: images/Darwin_00004778_NORMAL2-IM-0952-0001.png + label: labels/Darwin_00004778_NORMAL2-IM-0952-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004779_NORMAL2-IM-0954-0001 + subject_id: Darwin_00004779_NORMAL2-IM-0954-0001 + split: train + image: images/Darwin_00004779_NORMAL2-IM-0954-0001.png + label: labels/Darwin_00004779_NORMAL2-IM-0954-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004780_NORMAL2-IM-0955-0001 + subject_id: Darwin_00004780_NORMAL2-IM-0955-0001 + split: test + image: images/Darwin_00004780_NORMAL2-IM-0955-0001.png + label: labels/Darwin_00004780_NORMAL2-IM-0955-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004781_NORMAL2-IM-0956-0001 + subject_id: Darwin_00004781_NORMAL2-IM-0956-0001 + split: train + image: images/Darwin_00004781_NORMAL2-IM-0956-0001.png + label: labels/Darwin_00004781_NORMAL2-IM-0956-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004782_NORMAL2-IM-0957-0001 + subject_id: Darwin_00004782_NORMAL2-IM-0957-0001 + split: train + image: images/Darwin_00004782_NORMAL2-IM-0957-0001.png + label: labels/Darwin_00004782_NORMAL2-IM-0957-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004783_NORMAL2-IM-0959-0001 + subject_id: Darwin_00004783_NORMAL2-IM-0959-0001 + split: train + image: images/Darwin_00004783_NORMAL2-IM-0959-0001.png + label: labels/Darwin_00004783_NORMAL2-IM-0959-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004784_NORMAL2-IM-0960-0001 + subject_id: Darwin_00004784_NORMAL2-IM-0960-0001 + split: test + image: images/Darwin_00004784_NORMAL2-IM-0960-0001.png + label: labels/Darwin_00004784_NORMAL2-IM-0960-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004785_NORMAL2-IM-0961-0001 + subject_id: Darwin_00004785_NORMAL2-IM-0961-0001 + split: train + image: images/Darwin_00004785_NORMAL2-IM-0961-0001.png + label: labels/Darwin_00004785_NORMAL2-IM-0961-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004786_NORMAL2-IM-0962-0001 + subject_id: Darwin_00004786_NORMAL2-IM-0962-0001 + split: train + image: images/Darwin_00004786_NORMAL2-IM-0962-0001.png + label: labels/Darwin_00004786_NORMAL2-IM-0962-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004787_NORMAL2-IM-0965-0001 + subject_id: Darwin_00004787_NORMAL2-IM-0965-0001 + split: train + image: images/Darwin_00004787_NORMAL2-IM-0965-0001.png + label: labels/Darwin_00004787_NORMAL2-IM-0965-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004788_NORMAL2-IM-0966-0001 + subject_id: Darwin_00004788_NORMAL2-IM-0966-0001 + split: train + image: images/Darwin_00004788_NORMAL2-IM-0966-0001.png + label: labels/Darwin_00004788_NORMAL2-IM-0966-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004789_NORMAL2-IM-0967-0001 + subject_id: Darwin_00004789_NORMAL2-IM-0967-0001 + split: test + image: images/Darwin_00004789_NORMAL2-IM-0967-0001.png + label: labels/Darwin_00004789_NORMAL2-IM-0967-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004790_NORMAL2-IM-0969-0001 + subject_id: Darwin_00004790_NORMAL2-IM-0969-0001 + split: val + image: images/Darwin_00004790_NORMAL2-IM-0969-0001.png + label: labels/Darwin_00004790_NORMAL2-IM-0969-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004791_NORMAL2-IM-0970-0001 + subject_id: Darwin_00004791_NORMAL2-IM-0970-0001 + split: train + image: images/Darwin_00004791_NORMAL2-IM-0970-0001.png + label: labels/Darwin_00004791_NORMAL2-IM-0970-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004792_NORMAL2-IM-0971-0001-0001 + subject_id: Darwin_00004792_NORMAL2-IM-0971-0001-0001 + split: train + image: images/Darwin_00004792_NORMAL2-IM-0971-0001-0001.png + label: labels/Darwin_00004792_NORMAL2-IM-0971-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004793_NORMAL2-IM-0971-0001-0002 + subject_id: Darwin_00004793_NORMAL2-IM-0971-0001-0002 + split: train + image: images/Darwin_00004793_NORMAL2-IM-0971-0001-0002.png + label: labels/Darwin_00004793_NORMAL2-IM-0971-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004794_NORMAL2-IM-0974-0001 + subject_id: Darwin_00004794_NORMAL2-IM-0974-0001 + split: test + image: images/Darwin_00004794_NORMAL2-IM-0974-0001.png + label: labels/Darwin_00004794_NORMAL2-IM-0974-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004795_NORMAL2-IM-0975-0001 + subject_id: Darwin_00004795_NORMAL2-IM-0975-0001 + split: train + image: images/Darwin_00004795_NORMAL2-IM-0975-0001.png + label: labels/Darwin_00004795_NORMAL2-IM-0975-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004796_NORMAL2-IM-0976-0001 + subject_id: Darwin_00004796_NORMAL2-IM-0976-0001 + split: train + image: images/Darwin_00004796_NORMAL2-IM-0976-0001.png + label: labels/Darwin_00004796_NORMAL2-IM-0976-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004797_NORMAL2-IM-0977-0001 + subject_id: Darwin_00004797_NORMAL2-IM-0977-0001 + split: train + image: images/Darwin_00004797_NORMAL2-IM-0977-0001.png + label: labels/Darwin_00004797_NORMAL2-IM-0977-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004798_NORMAL2-IM-0978-0001 + subject_id: Darwin_00004798_NORMAL2-IM-0978-0001 + split: train + image: images/Darwin_00004798_NORMAL2-IM-0978-0001.png + label: labels/Darwin_00004798_NORMAL2-IM-0978-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004799_NORMAL2-IM-0979-0001 + subject_id: Darwin_00004799_NORMAL2-IM-0979-0001 + split: val + image: images/Darwin_00004799_NORMAL2-IM-0979-0001.png + label: labels/Darwin_00004799_NORMAL2-IM-0979-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004800_NORMAL2-IM-0980-0001 + subject_id: Darwin_00004800_NORMAL2-IM-0980-0001 + split: train + image: images/Darwin_00004800_NORMAL2-IM-0980-0001.png + label: labels/Darwin_00004800_NORMAL2-IM-0980-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004801_NORMAL2-IM-0981-0001 + subject_id: Darwin_00004801_NORMAL2-IM-0981-0001 + split: train + image: images/Darwin_00004801_NORMAL2-IM-0981-0001.png + label: labels/Darwin_00004801_NORMAL2-IM-0981-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004802_NORMAL2-IM-0909-0001 + subject_id: Darwin_00004802_NORMAL2-IM-0909-0001 + split: train + image: images/Darwin_00004802_NORMAL2-IM-0909-0001.png + label: labels/Darwin_00004802_NORMAL2-IM-0909-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004803_NORMAL2-IM-0910-0001 + subject_id: Darwin_00004803_NORMAL2-IM-0910-0001 + split: train + image: images/Darwin_00004803_NORMAL2-IM-0910-0001.png + label: labels/Darwin_00004803_NORMAL2-IM-0910-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004804_NORMAL2-IM-0911-0001 + subject_id: Darwin_00004804_NORMAL2-IM-0911-0001 + split: test + image: images/Darwin_00004804_NORMAL2-IM-0911-0001.png + label: labels/Darwin_00004804_NORMAL2-IM-0911-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004805_NORMAL2-IM-0912-0001 + subject_id: Darwin_00004805_NORMAL2-IM-0912-0001 + split: train + image: images/Darwin_00004805_NORMAL2-IM-0912-0001.png + label: labels/Darwin_00004805_NORMAL2-IM-0912-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004806_NORMAL2-IM-0913-0001 + subject_id: Darwin_00004806_NORMAL2-IM-0913-0001 + split: train + image: images/Darwin_00004806_NORMAL2-IM-0913-0001.png + label: labels/Darwin_00004806_NORMAL2-IM-0913-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004807_NORMAL2-IM-0914-0001 + subject_id: Darwin_00004807_NORMAL2-IM-0914-0001 + split: val + image: images/Darwin_00004807_NORMAL2-IM-0914-0001.png + label: labels/Darwin_00004807_NORMAL2-IM-0914-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004808_NORMAL2-IM-0915-0001 + subject_id: Darwin_00004808_NORMAL2-IM-0915-0001 + split: train + image: images/Darwin_00004808_NORMAL2-IM-0915-0001.png + label: labels/Darwin_00004808_NORMAL2-IM-0915-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004809_NORMAL2-IM-0917-0001 + subject_id: Darwin_00004809_NORMAL2-IM-0917-0001 + split: train + image: images/Darwin_00004809_NORMAL2-IM-0917-0001.png + label: labels/Darwin_00004809_NORMAL2-IM-0917-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004810_NORMAL2-IM-0918-0001 + subject_id: Darwin_00004810_NORMAL2-IM-0918-0001 + split: val + image: images/Darwin_00004810_NORMAL2-IM-0918-0001.png + label: labels/Darwin_00004810_NORMAL2-IM-0918-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004811_NORMAL2-IM-0919-0001 + subject_id: Darwin_00004811_NORMAL2-IM-0919-0001 + split: test + image: images/Darwin_00004811_NORMAL2-IM-0919-0001.png + label: labels/Darwin_00004811_NORMAL2-IM-0919-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004812_NORMAL2-IM-0922-0001 + subject_id: Darwin_00004812_NORMAL2-IM-0922-0001 + split: test + image: images/Darwin_00004812_NORMAL2-IM-0922-0001.png + label: labels/Darwin_00004812_NORMAL2-IM-0922-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004813_NORMAL2-IM-0923-0001 + subject_id: Darwin_00004813_NORMAL2-IM-0923-0001 + split: train + image: images/Darwin_00004813_NORMAL2-IM-0923-0001.png + label: labels/Darwin_00004813_NORMAL2-IM-0923-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004814_NORMAL2-IM-0924-0001 + subject_id: Darwin_00004814_NORMAL2-IM-0924-0001 + split: train + image: images/Darwin_00004814_NORMAL2-IM-0924-0001.png + label: labels/Darwin_00004814_NORMAL2-IM-0924-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004815_NORMAL2-IM-0925-0001 + subject_id: Darwin_00004815_NORMAL2-IM-0925-0001 + split: train + image: images/Darwin_00004815_NORMAL2-IM-0925-0001.png + label: labels/Darwin_00004815_NORMAL2-IM-0925-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004816_NORMAL2-IM-0926-0001 + subject_id: Darwin_00004816_NORMAL2-IM-0926-0001 + split: train + image: images/Darwin_00004816_NORMAL2-IM-0926-0001.png + label: labels/Darwin_00004816_NORMAL2-IM-0926-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004817_NORMAL2-IM-0927-0001 + subject_id: Darwin_00004817_NORMAL2-IM-0927-0001 + split: train + image: images/Darwin_00004817_NORMAL2-IM-0927-0001.png + label: labels/Darwin_00004817_NORMAL2-IM-0927-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004818_NORMAL2-IM-0929-0001 + subject_id: Darwin_00004818_NORMAL2-IM-0929-0001 + split: train + image: images/Darwin_00004818_NORMAL2-IM-0929-0001.png + label: labels/Darwin_00004818_NORMAL2-IM-0929-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004819_NORMAL2-IM-0930-0001 + subject_id: Darwin_00004819_NORMAL2-IM-0930-0001 + split: train + image: images/Darwin_00004819_NORMAL2-IM-0930-0001.png + label: labels/Darwin_00004819_NORMAL2-IM-0930-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004820_NORMAL2-IM-0931-0001 + subject_id: Darwin_00004820_NORMAL2-IM-0931-0001 + split: train + image: images/Darwin_00004820_NORMAL2-IM-0931-0001.png + label: labels/Darwin_00004820_NORMAL2-IM-0931-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004821_NORMAL2-IM-0932-0001 + subject_id: Darwin_00004821_NORMAL2-IM-0932-0001 + split: train + image: images/Darwin_00004821_NORMAL2-IM-0932-0001.png + label: labels/Darwin_00004821_NORMAL2-IM-0932-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004822_NORMAL2-IM-0933-0001 + subject_id: Darwin_00004822_NORMAL2-IM-0933-0001 + split: val + image: images/Darwin_00004822_NORMAL2-IM-0933-0001.png + label: labels/Darwin_00004822_NORMAL2-IM-0933-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004823_NORMAL2-IM-0934-0001 + subject_id: Darwin_00004823_NORMAL2-IM-0934-0001 + split: train + image: images/Darwin_00004823_NORMAL2-IM-0934-0001.png + label: labels/Darwin_00004823_NORMAL2-IM-0934-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004824_NORMAL2-IM-0935-0001 + subject_id: Darwin_00004824_NORMAL2-IM-0935-0001 + split: train + image: images/Darwin_00004824_NORMAL2-IM-0935-0001.png + label: labels/Darwin_00004824_NORMAL2-IM-0935-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004825_NORMAL2-IM-0936-0001 + subject_id: Darwin_00004825_NORMAL2-IM-0936-0001 + split: train + image: images/Darwin_00004825_NORMAL2-IM-0936-0001.png + label: labels/Darwin_00004825_NORMAL2-IM-0936-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004826_NORMAL2-IM-0937-0001 + subject_id: Darwin_00004826_NORMAL2-IM-0937-0001 + split: train + image: images/Darwin_00004826_NORMAL2-IM-0937-0001.png + label: labels/Darwin_00004826_NORMAL2-IM-0937-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004827_NORMAL2-IM-0939-0001 + subject_id: Darwin_00004827_NORMAL2-IM-0939-0001 + split: test + image: images/Darwin_00004827_NORMAL2-IM-0939-0001.png + label: labels/Darwin_00004827_NORMAL2-IM-0939-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004828_NORMAL2-IM-0941-0001 + subject_id: Darwin_00004828_NORMAL2-IM-0941-0001 + split: val + image: images/Darwin_00004828_NORMAL2-IM-0941-0001.png + label: labels/Darwin_00004828_NORMAL2-IM-0941-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004829_NORMAL2-IM-0874-0001 + subject_id: Darwin_00004829_NORMAL2-IM-0874-0001 + split: test + image: images/Darwin_00004829_NORMAL2-IM-0874-0001.png + label: labels/Darwin_00004829_NORMAL2-IM-0874-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004830_NORMAL2-IM-0875-0001 + subject_id: Darwin_00004830_NORMAL2-IM-0875-0001 + split: train + image: images/Darwin_00004830_NORMAL2-IM-0875-0001.png + label: labels/Darwin_00004830_NORMAL2-IM-0875-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004831_NORMAL2-IM-0876-0001 + subject_id: Darwin_00004831_NORMAL2-IM-0876-0001 + split: train + image: images/Darwin_00004831_NORMAL2-IM-0876-0001.png + label: labels/Darwin_00004831_NORMAL2-IM-0876-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004832_NORMAL2-IM-0877-0001 + subject_id: Darwin_00004832_NORMAL2-IM-0877-0001 + split: val + image: images/Darwin_00004832_NORMAL2-IM-0877-0001.png + label: labels/Darwin_00004832_NORMAL2-IM-0877-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004833_NORMAL2-IM-0879-0001 + subject_id: Darwin_00004833_NORMAL2-IM-0879-0001 + split: train + image: images/Darwin_00004833_NORMAL2-IM-0879-0001.png + label: labels/Darwin_00004833_NORMAL2-IM-0879-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004834_NORMAL2-IM-0880-0001 + subject_id: Darwin_00004834_NORMAL2-IM-0880-0001 + split: val + image: images/Darwin_00004834_NORMAL2-IM-0880-0001.png + label: labels/Darwin_00004834_NORMAL2-IM-0880-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004835_NORMAL2-IM-0881-0001 + subject_id: Darwin_00004835_NORMAL2-IM-0881-0001 + split: train + image: images/Darwin_00004835_NORMAL2-IM-0881-0001.png + label: labels/Darwin_00004835_NORMAL2-IM-0881-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004836_NORMAL2-IM-0882-0001 + subject_id: Darwin_00004836_NORMAL2-IM-0882-0001 + split: train + image: images/Darwin_00004836_NORMAL2-IM-0882-0001.png + label: labels/Darwin_00004836_NORMAL2-IM-0882-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004837_NORMAL2-IM-0885-0001 + subject_id: Darwin_00004837_NORMAL2-IM-0885-0001 + split: train + image: images/Darwin_00004837_NORMAL2-IM-0885-0001.png + label: labels/Darwin_00004837_NORMAL2-IM-0885-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004838_NORMAL2-IM-0886-0001 + subject_id: Darwin_00004838_NORMAL2-IM-0886-0001 + split: train + image: images/Darwin_00004838_NORMAL2-IM-0886-0001.png + label: labels/Darwin_00004838_NORMAL2-IM-0886-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004839_NORMAL2-IM-0887-0001 + subject_id: Darwin_00004839_NORMAL2-IM-0887-0001 + split: train + image: images/Darwin_00004839_NORMAL2-IM-0887-0001.png + label: labels/Darwin_00004839_NORMAL2-IM-0887-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004840_NORMAL2-IM-0888-0001 + subject_id: Darwin_00004840_NORMAL2-IM-0888-0001 + split: train + image: images/Darwin_00004840_NORMAL2-IM-0888-0001.png + label: labels/Darwin_00004840_NORMAL2-IM-0888-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004841_NORMAL2-IM-0890-0001 + subject_id: Darwin_00004841_NORMAL2-IM-0890-0001 + split: train + image: images/Darwin_00004841_NORMAL2-IM-0890-0001.png + label: labels/Darwin_00004841_NORMAL2-IM-0890-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004842_NORMAL2-IM-0892-0001 + subject_id: Darwin_00004842_NORMAL2-IM-0892-0001 + split: train + image: images/Darwin_00004842_NORMAL2-IM-0892-0001.png + label: labels/Darwin_00004842_NORMAL2-IM-0892-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004843_NORMAL2-IM-0893-0001 + subject_id: Darwin_00004843_NORMAL2-IM-0893-0001 + split: train + image: images/Darwin_00004843_NORMAL2-IM-0893-0001.png + label: labels/Darwin_00004843_NORMAL2-IM-0893-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004844_NORMAL2-IM-0894-0001 + subject_id: Darwin_00004844_NORMAL2-IM-0894-0001 + split: train + image: images/Darwin_00004844_NORMAL2-IM-0894-0001.png + label: labels/Darwin_00004844_NORMAL2-IM-0894-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004845_NORMAL2-IM-0895-0001 + subject_id: Darwin_00004845_NORMAL2-IM-0895-0001 + split: train + image: images/Darwin_00004845_NORMAL2-IM-0895-0001.png + label: labels/Darwin_00004845_NORMAL2-IM-0895-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004846_NORMAL2-IM-0896-0001 + subject_id: Darwin_00004846_NORMAL2-IM-0896-0001 + split: test + image: images/Darwin_00004846_NORMAL2-IM-0896-0001.png + label: labels/Darwin_00004846_NORMAL2-IM-0896-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004847_NORMAL2-IM-0897-0001 + subject_id: Darwin_00004847_NORMAL2-IM-0897-0001 + split: val + image: images/Darwin_00004847_NORMAL2-IM-0897-0001.png + label: labels/Darwin_00004847_NORMAL2-IM-0897-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004848_NORMAL2-IM-0898-0001 + subject_id: Darwin_00004848_NORMAL2-IM-0898-0001 + split: train + image: images/Darwin_00004848_NORMAL2-IM-0898-0001.png + label: labels/Darwin_00004848_NORMAL2-IM-0898-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004849_NORMAL2-IM-0899-0001 + subject_id: Darwin_00004849_NORMAL2-IM-0899-0001 + split: train + image: images/Darwin_00004849_NORMAL2-IM-0899-0001.png + label: labels/Darwin_00004849_NORMAL2-IM-0899-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004850_NORMAL2-IM-0900-0001 + subject_id: Darwin_00004850_NORMAL2-IM-0900-0001 + split: train + image: images/Darwin_00004850_NORMAL2-IM-0900-0001.png + label: labels/Darwin_00004850_NORMAL2-IM-0900-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004851_NORMAL2-IM-0903-0001 + subject_id: Darwin_00004851_NORMAL2-IM-0903-0001 + split: train + image: images/Darwin_00004851_NORMAL2-IM-0903-0001.png + label: labels/Darwin_00004851_NORMAL2-IM-0903-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004852_NORMAL2-IM-0904-0001 + subject_id: Darwin_00004852_NORMAL2-IM-0904-0001 + split: train + image: images/Darwin_00004852_NORMAL2-IM-0904-0001.png + label: labels/Darwin_00004852_NORMAL2-IM-0904-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004853_NORMAL2-IM-0905-0001 + subject_id: Darwin_00004853_NORMAL2-IM-0905-0001 + split: train + image: images/Darwin_00004853_NORMAL2-IM-0905-0001.png + label: labels/Darwin_00004853_NORMAL2-IM-0905-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004854_NORMAL2-IM-0906-0001 + subject_id: Darwin_00004854_NORMAL2-IM-0906-0001 + split: train + image: images/Darwin_00004854_NORMAL2-IM-0906-0001.png + label: labels/Darwin_00004854_NORMAL2-IM-0906-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004855_NORMAL2-IM-0907-0001 + subject_id: Darwin_00004855_NORMAL2-IM-0907-0001 + split: train + image: images/Darwin_00004855_NORMAL2-IM-0907-0001.png + label: labels/Darwin_00004855_NORMAL2-IM-0907-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004856_NORMAL2-IM-0908-0001 + subject_id: Darwin_00004856_NORMAL2-IM-0908-0001 + split: train + image: images/Darwin_00004856_NORMAL2-IM-0908-0001.png + label: labels/Darwin_00004856_NORMAL2-IM-0908-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004857_NORMAL2-IM-0839-0001 + subject_id: Darwin_00004857_NORMAL2-IM-0839-0001 + split: train + image: images/Darwin_00004857_NORMAL2-IM-0839-0001.png + label: labels/Darwin_00004857_NORMAL2-IM-0839-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004858_NORMAL2-IM-0840-0001 + subject_id: Darwin_00004858_NORMAL2-IM-0840-0001 + split: train + image: images/Darwin_00004858_NORMAL2-IM-0840-0001.png + label: labels/Darwin_00004858_NORMAL2-IM-0840-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004859_NORMAL2-IM-0841-0001 + subject_id: Darwin_00004859_NORMAL2-IM-0841-0001 + split: val + image: images/Darwin_00004859_NORMAL2-IM-0841-0001.png + label: labels/Darwin_00004859_NORMAL2-IM-0841-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004860_NORMAL2-IM-0842-0001 + subject_id: Darwin_00004860_NORMAL2-IM-0842-0001 + split: train + image: images/Darwin_00004860_NORMAL2-IM-0842-0001.png + label: labels/Darwin_00004860_NORMAL2-IM-0842-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004861_NORMAL2-IM-0843-0001 + subject_id: Darwin_00004861_NORMAL2-IM-0843-0001 + split: train + image: images/Darwin_00004861_NORMAL2-IM-0843-0001.png + label: labels/Darwin_00004861_NORMAL2-IM-0843-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004862_NORMAL2-IM-0845-0001 + subject_id: Darwin_00004862_NORMAL2-IM-0845-0001 + split: train + image: images/Darwin_00004862_NORMAL2-IM-0845-0001.png + label: labels/Darwin_00004862_NORMAL2-IM-0845-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004863_NORMAL2-IM-0846-0001 + subject_id: Darwin_00004863_NORMAL2-IM-0846-0001 + split: test + image: images/Darwin_00004863_NORMAL2-IM-0846-0001.png + label: labels/Darwin_00004863_NORMAL2-IM-0846-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004864_NORMAL2-IM-0847-0001 + subject_id: Darwin_00004864_NORMAL2-IM-0847-0001 + split: test + image: images/Darwin_00004864_NORMAL2-IM-0847-0001.png + label: labels/Darwin_00004864_NORMAL2-IM-0847-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004865_NORMAL2-IM-0848-0001 + subject_id: Darwin_00004865_NORMAL2-IM-0848-0001 + split: train + image: images/Darwin_00004865_NORMAL2-IM-0848-0001.png + label: labels/Darwin_00004865_NORMAL2-IM-0848-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004866_NORMAL2-IM-0849-0001 + subject_id: Darwin_00004866_NORMAL2-IM-0849-0001 + split: test + image: images/Darwin_00004866_NORMAL2-IM-0849-0001.png + label: labels/Darwin_00004866_NORMAL2-IM-0849-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004867_NORMAL2-IM-0851-0001-0001 + subject_id: Darwin_00004867_NORMAL2-IM-0851-0001-0001 + split: train + image: images/Darwin_00004867_NORMAL2-IM-0851-0001-0001.png + label: labels/Darwin_00004867_NORMAL2-IM-0851-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004868_NORMAL2-IM-0851-0001-0002 + subject_id: Darwin_00004868_NORMAL2-IM-0851-0001-0002 + split: test + image: images/Darwin_00004868_NORMAL2-IM-0851-0001-0002.png + label: labels/Darwin_00004868_NORMAL2-IM-0851-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004869_NORMAL2-IM-0851-0001 + subject_id: Darwin_00004869_NORMAL2-IM-0851-0001 + split: train + image: images/Darwin_00004869_NORMAL2-IM-0851-0001.png + label: labels/Darwin_00004869_NORMAL2-IM-0851-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004870_NORMAL2-IM-0852-0001 + subject_id: Darwin_00004870_NORMAL2-IM-0852-0001 + split: val + image: images/Darwin_00004870_NORMAL2-IM-0852-0001.png + label: labels/Darwin_00004870_NORMAL2-IM-0852-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004871_NORMAL2-IM-0853-0001 + subject_id: Darwin_00004871_NORMAL2-IM-0853-0001 + split: test + image: images/Darwin_00004871_NORMAL2-IM-0853-0001.png + label: labels/Darwin_00004871_NORMAL2-IM-0853-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004872_NORMAL2-IM-0854-0001 + subject_id: Darwin_00004872_NORMAL2-IM-0854-0001 + split: train + image: images/Darwin_00004872_NORMAL2-IM-0854-0001.png + label: labels/Darwin_00004872_NORMAL2-IM-0854-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004873_NORMAL2-IM-0855-0001 + subject_id: Darwin_00004873_NORMAL2-IM-0855-0001 + split: val + image: images/Darwin_00004873_NORMAL2-IM-0855-0001.png + label: labels/Darwin_00004873_NORMAL2-IM-0855-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004874_NORMAL2-IM-0856-0001 + subject_id: Darwin_00004874_NORMAL2-IM-0856-0001 + split: train + image: images/Darwin_00004874_NORMAL2-IM-0856-0001.png + label: labels/Darwin_00004874_NORMAL2-IM-0856-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004875_NORMAL2-IM-0857-0001 + subject_id: Darwin_00004875_NORMAL2-IM-0857-0001 + split: test + image: images/Darwin_00004875_NORMAL2-IM-0857-0001.png + label: labels/Darwin_00004875_NORMAL2-IM-0857-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004876_NORMAL2-IM-0858-0001 + subject_id: Darwin_00004876_NORMAL2-IM-0858-0001 + split: train + image: images/Darwin_00004876_NORMAL2-IM-0858-0001.png + label: labels/Darwin_00004876_NORMAL2-IM-0858-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004877_NORMAL2-IM-0859-0001 + subject_id: Darwin_00004877_NORMAL2-IM-0859-0001 + split: train + image: images/Darwin_00004877_NORMAL2-IM-0859-0001.png + label: labels/Darwin_00004877_NORMAL2-IM-0859-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004878_NORMAL2-IM-0860-0001 + subject_id: Darwin_00004878_NORMAL2-IM-0860-0001 + split: train + image: images/Darwin_00004878_NORMAL2-IM-0860-0001.png + label: labels/Darwin_00004878_NORMAL2-IM-0860-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004879_NORMAL2-IM-0862-0001 + subject_id: Darwin_00004879_NORMAL2-IM-0862-0001 + split: train + image: images/Darwin_00004879_NORMAL2-IM-0862-0001.png + label: labels/Darwin_00004879_NORMAL2-IM-0862-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004880_NORMAL2-IM-0863-0001 + subject_id: Darwin_00004880_NORMAL2-IM-0863-0001 + split: train + image: images/Darwin_00004880_NORMAL2-IM-0863-0001.png + label: labels/Darwin_00004880_NORMAL2-IM-0863-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004881_NORMAL2-IM-0865-0001 + subject_id: Darwin_00004881_NORMAL2-IM-0865-0001 + split: train + image: images/Darwin_00004881_NORMAL2-IM-0865-0001.png + label: labels/Darwin_00004881_NORMAL2-IM-0865-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004882_NORMAL2-IM-0866-0001 + subject_id: Darwin_00004882_NORMAL2-IM-0866-0001 + split: train + image: images/Darwin_00004882_NORMAL2-IM-0866-0001.png + label: labels/Darwin_00004882_NORMAL2-IM-0866-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004883_NORMAL2-IM-0867-0001 + subject_id: Darwin_00004883_NORMAL2-IM-0867-0001 + split: train + image: images/Darwin_00004883_NORMAL2-IM-0867-0001.png + label: labels/Darwin_00004883_NORMAL2-IM-0867-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004884_NORMAL2-IM-0868-0001 + subject_id: Darwin_00004884_NORMAL2-IM-0868-0001 + split: train + image: images/Darwin_00004884_NORMAL2-IM-0868-0001.png + label: labels/Darwin_00004884_NORMAL2-IM-0868-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004885_NORMAL2-IM-0869-0001 + subject_id: Darwin_00004885_NORMAL2-IM-0869-0001 + split: val + image: images/Darwin_00004885_NORMAL2-IM-0869-0001.png + label: labels/Darwin_00004885_NORMAL2-IM-0869-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004886_NORMAL2-IM-0870-0001 + subject_id: Darwin_00004886_NORMAL2-IM-0870-0001 + split: train + image: images/Darwin_00004886_NORMAL2-IM-0870-0001.png + label: labels/Darwin_00004886_NORMAL2-IM-0870-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004887_NORMAL2-IM-0871-0001 + subject_id: Darwin_00004887_NORMAL2-IM-0871-0001 + split: train + image: images/Darwin_00004887_NORMAL2-IM-0871-0001.png + label: labels/Darwin_00004887_NORMAL2-IM-0871-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004888_NORMAL2-IM-0872-0001 + subject_id: Darwin_00004888_NORMAL2-IM-0872-0001 + split: train + image: images/Darwin_00004888_NORMAL2-IM-0872-0001.png + label: labels/Darwin_00004888_NORMAL2-IM-0872-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004889_NORMAL2-IM-0873-0001 + subject_id: Darwin_00004889_NORMAL2-IM-0873-0001 + split: train + image: images/Darwin_00004889_NORMAL2-IM-0873-0001.png + label: labels/Darwin_00004889_NORMAL2-IM-0873-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004890_NORMAL2-IM-0806-0001 + subject_id: Darwin_00004890_NORMAL2-IM-0806-0001 + split: train + image: images/Darwin_00004890_NORMAL2-IM-0806-0001.png + label: labels/Darwin_00004890_NORMAL2-IM-0806-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004891_NORMAL2-IM-0807-0001 + subject_id: Darwin_00004891_NORMAL2-IM-0807-0001 + split: train + image: images/Darwin_00004891_NORMAL2-IM-0807-0001.png + label: labels/Darwin_00004891_NORMAL2-IM-0807-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004892_NORMAL2-IM-0808-0001 + subject_id: Darwin_00004892_NORMAL2-IM-0808-0001 + split: test + image: images/Darwin_00004892_NORMAL2-IM-0808-0001.png + label: labels/Darwin_00004892_NORMAL2-IM-0808-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004893_NORMAL2-IM-0809-0001 + subject_id: Darwin_00004893_NORMAL2-IM-0809-0001 + split: val + image: images/Darwin_00004893_NORMAL2-IM-0809-0001.png + label: labels/Darwin_00004893_NORMAL2-IM-0809-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004894_NORMAL2-IM-0810-0001 + subject_id: Darwin_00004894_NORMAL2-IM-0810-0001 + split: val + image: images/Darwin_00004894_NORMAL2-IM-0810-0001.png + label: labels/Darwin_00004894_NORMAL2-IM-0810-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004895_NORMAL2-IM-0811-0001 + subject_id: Darwin_00004895_NORMAL2-IM-0811-0001 + split: val + image: images/Darwin_00004895_NORMAL2-IM-0811-0001.png + label: labels/Darwin_00004895_NORMAL2-IM-0811-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004896_NORMAL2-IM-0812-0001 + subject_id: Darwin_00004896_NORMAL2-IM-0812-0001 + split: train + image: images/Darwin_00004896_NORMAL2-IM-0812-0001.png + label: labels/Darwin_00004896_NORMAL2-IM-0812-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004897_NORMAL2-IM-0814-0001 + subject_id: Darwin_00004897_NORMAL2-IM-0814-0001 + split: train + image: images/Darwin_00004897_NORMAL2-IM-0814-0001.png + label: labels/Darwin_00004897_NORMAL2-IM-0814-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004898_NORMAL2-IM-0815-0001 + subject_id: Darwin_00004898_NORMAL2-IM-0815-0001 + split: train + image: images/Darwin_00004898_NORMAL2-IM-0815-0001.png + label: labels/Darwin_00004898_NORMAL2-IM-0815-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004899_NORMAL2-IM-0816-0001 + subject_id: Darwin_00004899_NORMAL2-IM-0816-0001 + split: train + image: images/Darwin_00004899_NORMAL2-IM-0816-0001.png + label: labels/Darwin_00004899_NORMAL2-IM-0816-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004900_NORMAL2-IM-0818-0001-0002 + subject_id: Darwin_00004900_NORMAL2-IM-0818-0001-0002 + split: train + image: images/Darwin_00004900_NORMAL2-IM-0818-0001-0002.png + label: labels/Darwin_00004900_NORMAL2-IM-0818-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004901_NORMAL2-IM-0818-0001 + subject_id: Darwin_00004901_NORMAL2-IM-0818-0001 + split: train + image: images/Darwin_00004901_NORMAL2-IM-0818-0001.png + label: labels/Darwin_00004901_NORMAL2-IM-0818-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004902_NORMAL2-IM-0819-0001 + subject_id: Darwin_00004902_NORMAL2-IM-0819-0001 + split: train + image: images/Darwin_00004902_NORMAL2-IM-0819-0001.png + label: labels/Darwin_00004902_NORMAL2-IM-0819-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004903_NORMAL2-IM-0820-0001 + subject_id: Darwin_00004903_NORMAL2-IM-0820-0001 + split: train + image: images/Darwin_00004903_NORMAL2-IM-0820-0001.png + label: labels/Darwin_00004903_NORMAL2-IM-0820-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004904_NORMAL2-IM-0821-0001 + subject_id: Darwin_00004904_NORMAL2-IM-0821-0001 + split: train + image: images/Darwin_00004904_NORMAL2-IM-0821-0001.png + label: labels/Darwin_00004904_NORMAL2-IM-0821-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004905_NORMAL2-IM-0822-0001 + subject_id: Darwin_00004905_NORMAL2-IM-0822-0001 + split: test + image: images/Darwin_00004905_NORMAL2-IM-0822-0001.png + label: labels/Darwin_00004905_NORMAL2-IM-0822-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004906_NORMAL2-IM-0824-0001 + subject_id: Darwin_00004906_NORMAL2-IM-0824-0001 + split: train + image: images/Darwin_00004906_NORMAL2-IM-0824-0001.png + label: labels/Darwin_00004906_NORMAL2-IM-0824-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004907_NORMAL2-IM-0825-0001 + subject_id: Darwin_00004907_NORMAL2-IM-0825-0001 + split: test + image: images/Darwin_00004907_NORMAL2-IM-0825-0001.png + label: labels/Darwin_00004907_NORMAL2-IM-0825-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004908_NORMAL2-IM-0826-0001 + subject_id: Darwin_00004908_NORMAL2-IM-0826-0001 + split: test + image: images/Darwin_00004908_NORMAL2-IM-0826-0001.png + label: labels/Darwin_00004908_NORMAL2-IM-0826-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004909_NORMAL2-IM-0827-0001 + subject_id: Darwin_00004909_NORMAL2-IM-0827-0001 + split: train + image: images/Darwin_00004909_NORMAL2-IM-0827-0001.png + label: labels/Darwin_00004909_NORMAL2-IM-0827-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004910_NORMAL2-IM-0828-0001 + subject_id: Darwin_00004910_NORMAL2-IM-0828-0001 + split: train + image: images/Darwin_00004910_NORMAL2-IM-0828-0001.png + label: labels/Darwin_00004910_NORMAL2-IM-0828-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004911_NORMAL2-IM-0829-0001 + subject_id: Darwin_00004911_NORMAL2-IM-0829-0001 + split: train + image: images/Darwin_00004911_NORMAL2-IM-0829-0001.png + label: labels/Darwin_00004911_NORMAL2-IM-0829-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004912_NORMAL2-IM-0830-0001 + subject_id: Darwin_00004912_NORMAL2-IM-0830-0001 + split: train + image: images/Darwin_00004912_NORMAL2-IM-0830-0001.png + label: labels/Darwin_00004912_NORMAL2-IM-0830-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004913_NORMAL2-IM-0831-0001 + subject_id: Darwin_00004913_NORMAL2-IM-0831-0001 + split: train + image: images/Darwin_00004913_NORMAL2-IM-0831-0001.png + label: labels/Darwin_00004913_NORMAL2-IM-0831-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004914_NORMAL2-IM-0832-0001-0001 + subject_id: Darwin_00004914_NORMAL2-IM-0832-0001-0001 + split: train + image: images/Darwin_00004914_NORMAL2-IM-0832-0001-0001.png + label: labels/Darwin_00004914_NORMAL2-IM-0832-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004915_NORMAL2-IM-0832-0001-0002 + subject_id: Darwin_00004915_NORMAL2-IM-0832-0001-0002 + split: train + image: images/Darwin_00004915_NORMAL2-IM-0832-0001-0002.png + label: labels/Darwin_00004915_NORMAL2-IM-0832-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004916_NORMAL2-IM-0832-0001 + subject_id: Darwin_00004916_NORMAL2-IM-0832-0001 + split: train + image: images/Darwin_00004916_NORMAL2-IM-0832-0001.png + label: labels/Darwin_00004916_NORMAL2-IM-0832-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004917_NORMAL2-IM-0833-0001 + subject_id: Darwin_00004917_NORMAL2-IM-0833-0001 + split: test + image: images/Darwin_00004917_NORMAL2-IM-0833-0001.png + label: labels/Darwin_00004917_NORMAL2-IM-0833-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004918_NORMAL2-IM-0834-0001 + subject_id: Darwin_00004918_NORMAL2-IM-0834-0001 + split: val + image: images/Darwin_00004918_NORMAL2-IM-0834-0001.png + label: labels/Darwin_00004918_NORMAL2-IM-0834-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004919_NORMAL2-IM-0836-0001 + subject_id: Darwin_00004919_NORMAL2-IM-0836-0001 + split: train + image: images/Darwin_00004919_NORMAL2-IM-0836-0001.png + label: labels/Darwin_00004919_NORMAL2-IM-0836-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004920_NORMAL2-IM-0837-0001 + subject_id: Darwin_00004920_NORMAL2-IM-0837-0001 + split: test + image: images/Darwin_00004920_NORMAL2-IM-0837-0001.png + label: labels/Darwin_00004920_NORMAL2-IM-0837-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004921_NORMAL2-IM-0838-0001 + subject_id: Darwin_00004921_NORMAL2-IM-0838-0001 + split: train + image: images/Darwin_00004921_NORMAL2-IM-0838-0001.png + label: labels/Darwin_00004921_NORMAL2-IM-0838-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004922_NORMAL2-IM-0694-0001 + subject_id: Darwin_00004922_NORMAL2-IM-0694-0001 + split: test + image: images/Darwin_00004922_NORMAL2-IM-0694-0001.png + label: labels/Darwin_00004922_NORMAL2-IM-0694-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004923_NORMAL2-IM-0695-0001 + subject_id: Darwin_00004923_NORMAL2-IM-0695-0001 + split: train + image: images/Darwin_00004923_NORMAL2-IM-0695-0001.png + label: labels/Darwin_00004923_NORMAL2-IM-0695-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004924_NORMAL2-IM-0696-0001 + subject_id: Darwin_00004924_NORMAL2-IM-0696-0001 + split: train + image: images/Darwin_00004924_NORMAL2-IM-0696-0001.png + label: labels/Darwin_00004924_NORMAL2-IM-0696-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004925_NORMAL2-IM-0698-0001 + subject_id: Darwin_00004925_NORMAL2-IM-0698-0001 + split: train + image: images/Darwin_00004925_NORMAL2-IM-0698-0001.png + label: labels/Darwin_00004925_NORMAL2-IM-0698-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004926_NORMAL2-IM-0699-0001 + subject_id: Darwin_00004926_NORMAL2-IM-0699-0001 + split: val + image: images/Darwin_00004926_NORMAL2-IM-0699-0001.png + label: labels/Darwin_00004926_NORMAL2-IM-0699-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004927_NORMAL2-IM-0700-0001 + subject_id: Darwin_00004927_NORMAL2-IM-0700-0001 + split: train + image: images/Darwin_00004927_NORMAL2-IM-0700-0001.png + label: labels/Darwin_00004927_NORMAL2-IM-0700-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004928_NORMAL2-IM-0702-0001 + subject_id: Darwin_00004928_NORMAL2-IM-0702-0001 + split: train + image: images/Darwin_00004928_NORMAL2-IM-0702-0001.png + label: labels/Darwin_00004928_NORMAL2-IM-0702-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004929_NORMAL2-IM-0705-0001 + subject_id: Darwin_00004929_NORMAL2-IM-0705-0001 + split: train + image: images/Darwin_00004929_NORMAL2-IM-0705-0001.png + label: labels/Darwin_00004929_NORMAL2-IM-0705-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004930_NORMAL2-IM-0707-0001 + subject_id: Darwin_00004930_NORMAL2-IM-0707-0001 + split: train + image: images/Darwin_00004930_NORMAL2-IM-0707-0001.png + label: labels/Darwin_00004930_NORMAL2-IM-0707-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004931_NORMAL2-IM-0718-0001 + subject_id: Darwin_00004931_NORMAL2-IM-0718-0001 + split: train + image: images/Darwin_00004931_NORMAL2-IM-0718-0001.png + label: labels/Darwin_00004931_NORMAL2-IM-0718-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004932_NORMAL2-IM-0719-0001 + subject_id: Darwin_00004932_NORMAL2-IM-0719-0001 + split: train + image: images/Darwin_00004932_NORMAL2-IM-0719-0001.png + label: labels/Darwin_00004932_NORMAL2-IM-0719-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004933_NORMAL2-IM-0723-0001 + subject_id: Darwin_00004933_NORMAL2-IM-0723-0001 + split: train + image: images/Darwin_00004933_NORMAL2-IM-0723-0001.png + label: labels/Darwin_00004933_NORMAL2-IM-0723-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004934_NORMAL2-IM-0725-0001 + subject_id: Darwin_00004934_NORMAL2-IM-0725-0001 + split: val + image: images/Darwin_00004934_NORMAL2-IM-0725-0001.png + label: labels/Darwin_00004934_NORMAL2-IM-0725-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004935_NORMAL2-IM-0727-0001 + subject_id: Darwin_00004935_NORMAL2-IM-0727-0001 + split: train + image: images/Darwin_00004935_NORMAL2-IM-0727-0001.png + label: labels/Darwin_00004935_NORMAL2-IM-0727-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004936_NORMAL2-IM-0730-0001 + subject_id: Darwin_00004936_NORMAL2-IM-0730-0001 + split: val + image: images/Darwin_00004936_NORMAL2-IM-0730-0001.png + label: labels/Darwin_00004936_NORMAL2-IM-0730-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004937_NORMAL2-IM-0736-0001 + subject_id: Darwin_00004937_NORMAL2-IM-0736-0001 + split: train + image: images/Darwin_00004937_NORMAL2-IM-0736-0001.png + label: labels/Darwin_00004937_NORMAL2-IM-0736-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004938_NORMAL2-IM-0741-0001 + subject_id: Darwin_00004938_NORMAL2-IM-0741-0001 + split: train + image: images/Darwin_00004938_NORMAL2-IM-0741-0001.png + label: labels/Darwin_00004938_NORMAL2-IM-0741-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004939_NORMAL2-IM-0744-0001 + subject_id: Darwin_00004939_NORMAL2-IM-0744-0001 + split: train + image: images/Darwin_00004939_NORMAL2-IM-0744-0001.png + label: labels/Darwin_00004939_NORMAL2-IM-0744-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004940_NORMAL2-IM-0746-0001 + subject_id: Darwin_00004940_NORMAL2-IM-0746-0001 + split: val + image: images/Darwin_00004940_NORMAL2-IM-0746-0001.png + label: labels/Darwin_00004940_NORMAL2-IM-0746-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004941_NORMAL2-IM-0749-0001 + subject_id: Darwin_00004941_NORMAL2-IM-0749-0001 + split: test + image: images/Darwin_00004941_NORMAL2-IM-0749-0001.png + label: labels/Darwin_00004941_NORMAL2-IM-0749-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004942_NORMAL2-IM-0753-0001 + subject_id: Darwin_00004942_NORMAL2-IM-0753-0001 + split: val + image: images/Darwin_00004942_NORMAL2-IM-0753-0001.png + label: labels/Darwin_00004942_NORMAL2-IM-0753-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004943_NORMAL2-IM-0757-0001 + subject_id: Darwin_00004943_NORMAL2-IM-0757-0001 + split: train + image: images/Darwin_00004943_NORMAL2-IM-0757-0001.png + label: labels/Darwin_00004943_NORMAL2-IM-0757-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004944_NORMAL2-IM-0765-0001 + subject_id: Darwin_00004944_NORMAL2-IM-0765-0001 + split: train + image: images/Darwin_00004944_NORMAL2-IM-0765-0001.png + label: labels/Darwin_00004944_NORMAL2-IM-0765-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004945_NORMAL2-IM-0771-0001 + subject_id: Darwin_00004945_NORMAL2-IM-0771-0001 + split: val + image: images/Darwin_00004945_NORMAL2-IM-0771-0001.png + label: labels/Darwin_00004945_NORMAL2-IM-0771-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004946_NORMAL2-IM-0772-0001 + subject_id: Darwin_00004946_NORMAL2-IM-0772-0001 + split: train + image: images/Darwin_00004946_NORMAL2-IM-0772-0001.png + label: labels/Darwin_00004946_NORMAL2-IM-0772-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004947_NORMAL2-IM-0774-0001 + subject_id: Darwin_00004947_NORMAL2-IM-0774-0001 + split: train + image: images/Darwin_00004947_NORMAL2-IM-0774-0001.png + label: labels/Darwin_00004947_NORMAL2-IM-0774-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004948_NORMAL2-IM-0775-0001 + subject_id: Darwin_00004948_NORMAL2-IM-0775-0001 + split: train + image: images/Darwin_00004948_NORMAL2-IM-0775-0001.png + label: labels/Darwin_00004948_NORMAL2-IM-0775-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004949_NORMAL2-IM-0776-0001 + subject_id: Darwin_00004949_NORMAL2-IM-0776-0001 + split: train + image: images/Darwin_00004949_NORMAL2-IM-0776-0001.png + label: labels/Darwin_00004949_NORMAL2-IM-0776-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004950_NORMAL2-IM-0777-0001 + subject_id: Darwin_00004950_NORMAL2-IM-0777-0001 + split: train + image: images/Darwin_00004950_NORMAL2-IM-0777-0001.png + label: labels/Darwin_00004950_NORMAL2-IM-0777-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004951_NORMAL2-IM-0780-0001 + subject_id: Darwin_00004951_NORMAL2-IM-0780-0001 + split: test + image: images/Darwin_00004951_NORMAL2-IM-0780-0001.png + label: labels/Darwin_00004951_NORMAL2-IM-0780-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004952_NORMAL2-IM-0781-0001 + subject_id: Darwin_00004952_NORMAL2-IM-0781-0001 + split: train + image: images/Darwin_00004952_NORMAL2-IM-0781-0001.png + label: labels/Darwin_00004952_NORMAL2-IM-0781-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004953_NORMAL2-IM-0790-0001 + subject_id: Darwin_00004953_NORMAL2-IM-0790-0001 + split: train + image: images/Darwin_00004953_NORMAL2-IM-0790-0001.png + label: labels/Darwin_00004953_NORMAL2-IM-0790-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004954_NORMAL2-IM-0793-0001 + subject_id: Darwin_00004954_NORMAL2-IM-0793-0001 + split: train + image: images/Darwin_00004954_NORMAL2-IM-0793-0001.png + label: labels/Darwin_00004954_NORMAL2-IM-0793-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004955_NORMAL2-IM-0796-0001 + subject_id: Darwin_00004955_NORMAL2-IM-0796-0001 + split: test + image: images/Darwin_00004955_NORMAL2-IM-0796-0001.png + label: labels/Darwin_00004955_NORMAL2-IM-0796-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004956_NORMAL2-IM-0797-0001 + subject_id: Darwin_00004956_NORMAL2-IM-0797-0001 + split: val + image: images/Darwin_00004956_NORMAL2-IM-0797-0001.png + label: labels/Darwin_00004956_NORMAL2-IM-0797-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004957_NORMAL2-IM-0798-0001 + subject_id: Darwin_00004957_NORMAL2-IM-0798-0001 + split: val + image: images/Darwin_00004957_NORMAL2-IM-0798-0001.png + label: labels/Darwin_00004957_NORMAL2-IM-0798-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004958_NORMAL2-IM-0799-0001 + subject_id: Darwin_00004958_NORMAL2-IM-0799-0001 + split: train + image: images/Darwin_00004958_NORMAL2-IM-0799-0001.png + label: labels/Darwin_00004958_NORMAL2-IM-0799-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004959_NORMAL2-IM-0803-0001 + subject_id: Darwin_00004959_NORMAL2-IM-0803-0001 + split: train + image: images/Darwin_00004959_NORMAL2-IM-0803-0001.png + label: labels/Darwin_00004959_NORMAL2-IM-0803-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004960_NORMAL2-IM-0804-0001 + subject_id: Darwin_00004960_NORMAL2-IM-0804-0001 + split: val + image: images/Darwin_00004960_NORMAL2-IM-0804-0001.png + label: labels/Darwin_00004960_NORMAL2-IM-0804-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004961_NORMAL2-IM-0651-0004 + subject_id: Darwin_00004961_NORMAL2-IM-0651-0004 + split: test + image: images/Darwin_00004961_NORMAL2-IM-0651-0004.png + label: labels/Darwin_00004961_NORMAL2-IM-0651-0004.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004962_NORMAL2-IM-0652-0001 + subject_id: Darwin_00004962_NORMAL2-IM-0652-0001 + split: train + image: images/Darwin_00004962_NORMAL2-IM-0652-0001.png + label: labels/Darwin_00004962_NORMAL2-IM-0652-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004963_NORMAL2-IM-0653-0001 + subject_id: Darwin_00004963_NORMAL2-IM-0653-0001 + split: train + image: images/Darwin_00004963_NORMAL2-IM-0653-0001.png + label: labels/Darwin_00004963_NORMAL2-IM-0653-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004964_NORMAL2-IM-0654-0001 + subject_id: Darwin_00004964_NORMAL2-IM-0654-0001 + split: train + image: images/Darwin_00004964_NORMAL2-IM-0654-0001.png + label: labels/Darwin_00004964_NORMAL2-IM-0654-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004965_NORMAL2-IM-0655-0001 + subject_id: Darwin_00004965_NORMAL2-IM-0655-0001 + split: train + image: images/Darwin_00004965_NORMAL2-IM-0655-0001.png + label: labels/Darwin_00004965_NORMAL2-IM-0655-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004966_NORMAL2-IM-0657-0001 + subject_id: Darwin_00004966_NORMAL2-IM-0657-0001 + split: val + image: images/Darwin_00004966_NORMAL2-IM-0657-0001.png + label: labels/Darwin_00004966_NORMAL2-IM-0657-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004967_NORMAL2-IM-0659-0001 + subject_id: Darwin_00004967_NORMAL2-IM-0659-0001 + split: test + image: images/Darwin_00004967_NORMAL2-IM-0659-0001.png + label: labels/Darwin_00004967_NORMAL2-IM-0659-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004968_NORMAL2-IM-0660-0001 + subject_id: Darwin_00004968_NORMAL2-IM-0660-0001 + split: test + image: images/Darwin_00004968_NORMAL2-IM-0660-0001.png + label: labels/Darwin_00004968_NORMAL2-IM-0660-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004969_NORMAL2-IM-0661-0001 + subject_id: Darwin_00004969_NORMAL2-IM-0661-0001 + split: val + image: images/Darwin_00004969_NORMAL2-IM-0661-0001.png + label: labels/Darwin_00004969_NORMAL2-IM-0661-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004970_NORMAL2-IM-0662-0001 + subject_id: Darwin_00004970_NORMAL2-IM-0662-0001 + split: test + image: images/Darwin_00004970_NORMAL2-IM-0662-0001.png + label: labels/Darwin_00004970_NORMAL2-IM-0662-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004971_NORMAL2-IM-0663-0001 + subject_id: Darwin_00004971_NORMAL2-IM-0663-0001 + split: train + image: images/Darwin_00004971_NORMAL2-IM-0663-0001.png + label: labels/Darwin_00004971_NORMAL2-IM-0663-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004972_NORMAL2-IM-0664-0001 + subject_id: Darwin_00004972_NORMAL2-IM-0664-0001 + split: train + image: images/Darwin_00004972_NORMAL2-IM-0664-0001.png + label: labels/Darwin_00004972_NORMAL2-IM-0664-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004973_NORMAL2-IM-0665-0001 + subject_id: Darwin_00004973_NORMAL2-IM-0665-0001 + split: test + image: images/Darwin_00004973_NORMAL2-IM-0665-0001.png + label: labels/Darwin_00004973_NORMAL2-IM-0665-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004974_NORMAL2-IM-0666-0001 + subject_id: Darwin_00004974_NORMAL2-IM-0666-0001 + split: test + image: images/Darwin_00004974_NORMAL2-IM-0666-0001.png + label: labels/Darwin_00004974_NORMAL2-IM-0666-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004975_NORMAL2-IM-0667-0001 + subject_id: Darwin_00004975_NORMAL2-IM-0667-0001 + split: test + image: images/Darwin_00004975_NORMAL2-IM-0667-0001.png + label: labels/Darwin_00004975_NORMAL2-IM-0667-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004976_NORMAL2-IM-0668-0001 + subject_id: Darwin_00004976_NORMAL2-IM-0668-0001 + split: train + image: images/Darwin_00004976_NORMAL2-IM-0668-0001.png + label: labels/Darwin_00004976_NORMAL2-IM-0668-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004977_NORMAL2-IM-0669-0001 + subject_id: Darwin_00004977_NORMAL2-IM-0669-0001 + split: train + image: images/Darwin_00004977_NORMAL2-IM-0669-0001.png + label: labels/Darwin_00004977_NORMAL2-IM-0669-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004978_NORMAL2-IM-0671-0001 + subject_id: Darwin_00004978_NORMAL2-IM-0671-0001 + split: test + image: images/Darwin_00004978_NORMAL2-IM-0671-0001.png + label: labels/Darwin_00004978_NORMAL2-IM-0671-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004979_NORMAL2-IM-0672-0001 + subject_id: Darwin_00004979_NORMAL2-IM-0672-0001 + split: train + image: images/Darwin_00004979_NORMAL2-IM-0672-0001.png + label: labels/Darwin_00004979_NORMAL2-IM-0672-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004980_NORMAL2-IM-0673-0001 + subject_id: Darwin_00004980_NORMAL2-IM-0673-0001 + split: train + image: images/Darwin_00004980_NORMAL2-IM-0673-0001.png + label: labels/Darwin_00004980_NORMAL2-IM-0673-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004981_NORMAL2-IM-0675-0001 + subject_id: Darwin_00004981_NORMAL2-IM-0675-0001 + split: val + image: images/Darwin_00004981_NORMAL2-IM-0675-0001.png + label: labels/Darwin_00004981_NORMAL2-IM-0675-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004982_NORMAL2-IM-0678-0001 + subject_id: Darwin_00004982_NORMAL2-IM-0678-0001 + split: val + image: images/Darwin_00004982_NORMAL2-IM-0678-0001.png + label: labels/Darwin_00004982_NORMAL2-IM-0678-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004983_NORMAL2-IM-0680-0001 + subject_id: Darwin_00004983_NORMAL2-IM-0680-0001 + split: train + image: images/Darwin_00004983_NORMAL2-IM-0680-0001.png + label: labels/Darwin_00004983_NORMAL2-IM-0680-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004984_NORMAL2-IM-0682-0001 + subject_id: Darwin_00004984_NORMAL2-IM-0682-0001 + split: train + image: images/Darwin_00004984_NORMAL2-IM-0682-0001.png + label: labels/Darwin_00004984_NORMAL2-IM-0682-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004985_NORMAL2-IM-0683-0001 + subject_id: Darwin_00004985_NORMAL2-IM-0683-0001 + split: train + image: images/Darwin_00004985_NORMAL2-IM-0683-0001.png + label: labels/Darwin_00004985_NORMAL2-IM-0683-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004986_NORMAL2-IM-0684-0001-0001 + subject_id: Darwin_00004986_NORMAL2-IM-0684-0001-0001 + split: train + image: images/Darwin_00004986_NORMAL2-IM-0684-0001-0001.png + label: labels/Darwin_00004986_NORMAL2-IM-0684-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004987_NORMAL2-IM-0686-0001 + subject_id: Darwin_00004987_NORMAL2-IM-0686-0001 + split: val + image: images/Darwin_00004987_NORMAL2-IM-0686-0001.png + label: labels/Darwin_00004987_NORMAL2-IM-0686-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004988_NORMAL2-IM-0687-0001 + subject_id: Darwin_00004988_NORMAL2-IM-0687-0001 + split: train + image: images/Darwin_00004988_NORMAL2-IM-0687-0001.png + label: labels/Darwin_00004988_NORMAL2-IM-0687-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004989_NORMAL2-IM-0689-0001 + subject_id: Darwin_00004989_NORMAL2-IM-0689-0001 + split: val + image: images/Darwin_00004989_NORMAL2-IM-0689-0001.png + label: labels/Darwin_00004989_NORMAL2-IM-0689-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004990_NORMAL2-IM-0690-0001 + subject_id: Darwin_00004990_NORMAL2-IM-0690-0001 + split: train + image: images/Darwin_00004990_NORMAL2-IM-0690-0001.png + label: labels/Darwin_00004990_NORMAL2-IM-0690-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004991_NORMAL2-IM-0692-0001 + subject_id: Darwin_00004991_NORMAL2-IM-0692-0001 + split: test + image: images/Darwin_00004991_NORMAL2-IM-0692-0001.png + label: labels/Darwin_00004991_NORMAL2-IM-0692-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004992_NORMAL2-IM-0693-0001 + subject_id: Darwin_00004992_NORMAL2-IM-0693-0001 + split: val + image: images/Darwin_00004992_NORMAL2-IM-0693-0001.png + label: labels/Darwin_00004992_NORMAL2-IM-0693-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004993_NORMAL2-IM-0604-0001 + subject_id: Darwin_00004993_NORMAL2-IM-0604-0001 + split: train + image: images/Darwin_00004993_NORMAL2-IM-0604-0001.png + label: labels/Darwin_00004993_NORMAL2-IM-0604-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004994_NORMAL2-IM-0609-0001 + subject_id: Darwin_00004994_NORMAL2-IM-0609-0001 + split: train + image: images/Darwin_00004994_NORMAL2-IM-0609-0001.png + label: labels/Darwin_00004994_NORMAL2-IM-0609-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004995_NORMAL2-IM-0611-0001 + subject_id: Darwin_00004995_NORMAL2-IM-0611-0001 + split: test + image: images/Darwin_00004995_NORMAL2-IM-0611-0001.png + label: labels/Darwin_00004995_NORMAL2-IM-0611-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004996_NORMAL2-IM-0616-0001 + subject_id: Darwin_00004996_NORMAL2-IM-0616-0001 + split: train + image: images/Darwin_00004996_NORMAL2-IM-0616-0001.png + label: labels/Darwin_00004996_NORMAL2-IM-0616-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004997_NORMAL2-IM-0617-0001 + subject_id: Darwin_00004997_NORMAL2-IM-0617-0001 + split: train + image: images/Darwin_00004997_NORMAL2-IM-0617-0001.png + label: labels/Darwin_00004997_NORMAL2-IM-0617-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004998_NORMAL2-IM-0618-0001 + subject_id: Darwin_00004998_NORMAL2-IM-0618-0001 + split: val + image: images/Darwin_00004998_NORMAL2-IM-0618-0001.png + label: labels/Darwin_00004998_NORMAL2-IM-0618-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00004999_NORMAL2-IM-0619-0001 + subject_id: Darwin_00004999_NORMAL2-IM-0619-0001 + split: train + image: images/Darwin_00004999_NORMAL2-IM-0619-0001.png + label: labels/Darwin_00004999_NORMAL2-IM-0619-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005000_NORMAL2-IM-0620-0001 + subject_id: Darwin_00005000_NORMAL2-IM-0620-0001 + split: train + image: images/Darwin_00005000_NORMAL2-IM-0620-0001.png + label: labels/Darwin_00005000_NORMAL2-IM-0620-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005001_NORMAL2-IM-0621-0001 + subject_id: Darwin_00005001_NORMAL2-IM-0621-0001 + split: train + image: images/Darwin_00005001_NORMAL2-IM-0621-0001.png + label: labels/Darwin_00005001_NORMAL2-IM-0621-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005002_NORMAL2-IM-0622-0001 + subject_id: Darwin_00005002_NORMAL2-IM-0622-0001 + split: train + image: images/Darwin_00005002_NORMAL2-IM-0622-0001.png + label: labels/Darwin_00005002_NORMAL2-IM-0622-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005003_NORMAL2-IM-0623-0001 + subject_id: Darwin_00005003_NORMAL2-IM-0623-0001 + split: train + image: images/Darwin_00005003_NORMAL2-IM-0623-0001.png + label: labels/Darwin_00005003_NORMAL2-IM-0623-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005004_NORMAL2-IM-0626-0001 + subject_id: Darwin_00005004_NORMAL2-IM-0626-0001 + split: val + image: images/Darwin_00005004_NORMAL2-IM-0626-0001.png + label: labels/Darwin_00005004_NORMAL2-IM-0626-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005005_NORMAL2-IM-0627-0001 + subject_id: Darwin_00005005_NORMAL2-IM-0627-0001 + split: val + image: images/Darwin_00005005_NORMAL2-IM-0627-0001.png + label: labels/Darwin_00005005_NORMAL2-IM-0627-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005006_NORMAL2-IM-0629-0001 + subject_id: Darwin_00005006_NORMAL2-IM-0629-0001 + split: train + image: images/Darwin_00005006_NORMAL2-IM-0629-0001.png + label: labels/Darwin_00005006_NORMAL2-IM-0629-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005007_NORMAL2-IM-0630-0001 + subject_id: Darwin_00005007_NORMAL2-IM-0630-0001 + split: train + image: images/Darwin_00005007_NORMAL2-IM-0630-0001.png + label: labels/Darwin_00005007_NORMAL2-IM-0630-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005008_NORMAL2-IM-0633-0001 + subject_id: Darwin_00005008_NORMAL2-IM-0633-0001 + split: train + image: images/Darwin_00005008_NORMAL2-IM-0633-0001.png + label: labels/Darwin_00005008_NORMAL2-IM-0633-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005009_NORMAL2-IM-0634-0001 + subject_id: Darwin_00005009_NORMAL2-IM-0634-0001 + split: val + image: images/Darwin_00005009_NORMAL2-IM-0634-0001.png + label: labels/Darwin_00005009_NORMAL2-IM-0634-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005010_NORMAL2-IM-0635-0001 + subject_id: Darwin_00005010_NORMAL2-IM-0635-0001 + split: val + image: images/Darwin_00005010_NORMAL2-IM-0635-0001.png + label: labels/Darwin_00005010_NORMAL2-IM-0635-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005011_NORMAL2-IM-0636-0001 + subject_id: Darwin_00005011_NORMAL2-IM-0636-0001 + split: val + image: images/Darwin_00005011_NORMAL2-IM-0636-0001.png + label: labels/Darwin_00005011_NORMAL2-IM-0636-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005012_NORMAL2-IM-0637-0001 + subject_id: Darwin_00005012_NORMAL2-IM-0637-0001 + split: val + image: images/Darwin_00005012_NORMAL2-IM-0637-0001.png + label: labels/Darwin_00005012_NORMAL2-IM-0637-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005013_NORMAL2-IM-0640-0001 + subject_id: Darwin_00005013_NORMAL2-IM-0640-0001 + split: test + image: images/Darwin_00005013_NORMAL2-IM-0640-0001.png + label: labels/Darwin_00005013_NORMAL2-IM-0640-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005014_NORMAL2-IM-0641-0001 + subject_id: Darwin_00005014_NORMAL2-IM-0641-0001 + split: train + image: images/Darwin_00005014_NORMAL2-IM-0641-0001.png + label: labels/Darwin_00005014_NORMAL2-IM-0641-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005015_NORMAL2-IM-0642-0001 + subject_id: Darwin_00005015_NORMAL2-IM-0642-0001 + split: val + image: images/Darwin_00005015_NORMAL2-IM-0642-0001.png + label: labels/Darwin_00005015_NORMAL2-IM-0642-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005016_NORMAL2-IM-0643-0001 + subject_id: Darwin_00005016_NORMAL2-IM-0643-0001 + split: train + image: images/Darwin_00005016_NORMAL2-IM-0643-0001.png + label: labels/Darwin_00005016_NORMAL2-IM-0643-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005017_NORMAL2-IM-0645-0001 + subject_id: Darwin_00005017_NORMAL2-IM-0645-0001 + split: train + image: images/Darwin_00005017_NORMAL2-IM-0645-0001.png + label: labels/Darwin_00005017_NORMAL2-IM-0645-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005018_NORMAL2-IM-0647-0001 + subject_id: Darwin_00005018_NORMAL2-IM-0647-0001 + split: test + image: images/Darwin_00005018_NORMAL2-IM-0647-0001.png + label: labels/Darwin_00005018_NORMAL2-IM-0647-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005019_NORMAL2-IM-0648-0001 + subject_id: Darwin_00005019_NORMAL2-IM-0648-0001 + split: train + image: images/Darwin_00005019_NORMAL2-IM-0648-0001.png + label: labels/Darwin_00005019_NORMAL2-IM-0648-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005020_NORMAL2-IM-0649-0001 + subject_id: Darwin_00005020_NORMAL2-IM-0649-0001 + split: train + image: images/Darwin_00005020_NORMAL2-IM-0649-0001.png + label: labels/Darwin_00005020_NORMAL2-IM-0649-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005021_NORMAL2-IM-0650-0001 + subject_id: Darwin_00005021_NORMAL2-IM-0650-0001 + split: train + image: images/Darwin_00005021_NORMAL2-IM-0650-0001.png + label: labels/Darwin_00005021_NORMAL2-IM-0650-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005022_NORMAL2-IM-0651-0001 + subject_id: Darwin_00005022_NORMAL2-IM-0651-0001 + split: train + image: images/Darwin_00005022_NORMAL2-IM-0651-0001.png + label: labels/Darwin_00005022_NORMAL2-IM-0651-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005023_NORMAL2-IM-0573-0001 + subject_id: Darwin_00005023_NORMAL2-IM-0573-0001 + split: train + image: images/Darwin_00005023_NORMAL2-IM-0573-0001.png + label: labels/Darwin_00005023_NORMAL2-IM-0573-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005024_NORMAL2-IM-0575-0001 + subject_id: Darwin_00005024_NORMAL2-IM-0575-0001 + split: train + image: images/Darwin_00005024_NORMAL2-IM-0575-0001.png + label: labels/Darwin_00005024_NORMAL2-IM-0575-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005025_NORMAL2-IM-0576-0001 + subject_id: Darwin_00005025_NORMAL2-IM-0576-0001 + split: train + image: images/Darwin_00005025_NORMAL2-IM-0576-0001.png + label: labels/Darwin_00005025_NORMAL2-IM-0576-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005026_NORMAL2-IM-0577-0001 + subject_id: Darwin_00005026_NORMAL2-IM-0577-0001 + split: train + image: images/Darwin_00005026_NORMAL2-IM-0577-0001.png + label: labels/Darwin_00005026_NORMAL2-IM-0577-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005027_NORMAL2-IM-0578-0001 + subject_id: Darwin_00005027_NORMAL2-IM-0578-0001 + split: train + image: images/Darwin_00005027_NORMAL2-IM-0578-0001.png + label: labels/Darwin_00005027_NORMAL2-IM-0578-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005028_NORMAL2-IM-0579-0001 + subject_id: Darwin_00005028_NORMAL2-IM-0579-0001 + split: train + image: images/Darwin_00005028_NORMAL2-IM-0579-0001.png + label: labels/Darwin_00005028_NORMAL2-IM-0579-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005029_NORMAL2-IM-0580-0001 + subject_id: Darwin_00005029_NORMAL2-IM-0580-0001 + split: train + image: images/Darwin_00005029_NORMAL2-IM-0580-0001.png + label: labels/Darwin_00005029_NORMAL2-IM-0580-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005030_NORMAL2-IM-0582-0001 + subject_id: Darwin_00005030_NORMAL2-IM-0582-0001 + split: train + image: images/Darwin_00005030_NORMAL2-IM-0582-0001.png + label: labels/Darwin_00005030_NORMAL2-IM-0582-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005031_NORMAL2-IM-0583-0001 + subject_id: Darwin_00005031_NORMAL2-IM-0583-0001 + split: train + image: images/Darwin_00005031_NORMAL2-IM-0583-0001.png + label: labels/Darwin_00005031_NORMAL2-IM-0583-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005032_NORMAL2-IM-0585-0001 + subject_id: Darwin_00005032_NORMAL2-IM-0585-0001 + split: train + image: images/Darwin_00005032_NORMAL2-IM-0585-0001.png + label: labels/Darwin_00005032_NORMAL2-IM-0585-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005033_NORMAL2-IM-0587-0001-0001 + subject_id: Darwin_00005033_NORMAL2-IM-0587-0001-0001 + split: val + image: images/Darwin_00005033_NORMAL2-IM-0587-0001-0001.png + label: labels/Darwin_00005033_NORMAL2-IM-0587-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005035_NORMAL2-IM-0587-0001 + subject_id: Darwin_00005035_NORMAL2-IM-0587-0001 + split: train + image: images/Darwin_00005035_NORMAL2-IM-0587-0001.png + label: labels/Darwin_00005035_NORMAL2-IM-0587-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005036_NORMAL2-IM-0588-0001 + subject_id: Darwin_00005036_NORMAL2-IM-0588-0001 + split: train + image: images/Darwin_00005036_NORMAL2-IM-0588-0001.png + label: labels/Darwin_00005036_NORMAL2-IM-0588-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005037_NORMAL2-IM-0589-0001 + subject_id: Darwin_00005037_NORMAL2-IM-0589-0001 + split: train + image: images/Darwin_00005037_NORMAL2-IM-0589-0001.png + label: labels/Darwin_00005037_NORMAL2-IM-0589-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005038_NORMAL2-IM-0592-0001 + subject_id: Darwin_00005038_NORMAL2-IM-0592-0001 + split: test + image: images/Darwin_00005038_NORMAL2-IM-0592-0001.png + label: labels/Darwin_00005038_NORMAL2-IM-0592-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005039_NORMAL2-IM-0594-0001 + subject_id: Darwin_00005039_NORMAL2-IM-0594-0001 + split: train + image: images/Darwin_00005039_NORMAL2-IM-0594-0001.png + label: labels/Darwin_00005039_NORMAL2-IM-0594-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005040_NORMAL2-IM-0595-0001 + subject_id: Darwin_00005040_NORMAL2-IM-0595-0001 + split: train + image: images/Darwin_00005040_NORMAL2-IM-0595-0001.png + label: labels/Darwin_00005040_NORMAL2-IM-0595-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005041_NORMAL2-IM-0596-0001 + subject_id: Darwin_00005041_NORMAL2-IM-0596-0001 + split: train + image: images/Darwin_00005041_NORMAL2-IM-0596-0001.png + label: labels/Darwin_00005041_NORMAL2-IM-0596-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005042_NORMAL2-IM-0599-0001 + subject_id: Darwin_00005042_NORMAL2-IM-0599-0001 + split: test + image: images/Darwin_00005042_NORMAL2-IM-0599-0001.png + label: labels/Darwin_00005042_NORMAL2-IM-0599-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005043_NORMAL2-IM-0600-0001 + subject_id: Darwin_00005043_NORMAL2-IM-0600-0001 + split: train + image: images/Darwin_00005043_NORMAL2-IM-0600-0001.png + label: labels/Darwin_00005043_NORMAL2-IM-0600-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005044_NORMAL2-IM-0601-0001 + subject_id: Darwin_00005044_NORMAL2-IM-0601-0001 + split: train + image: images/Darwin_00005044_NORMAL2-IM-0601-0001.png + label: labels/Darwin_00005044_NORMAL2-IM-0601-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005045_NORMAL2-IM-0602-0001 + subject_id: Darwin_00005045_NORMAL2-IM-0602-0001 + split: train + image: images/Darwin_00005045_NORMAL2-IM-0602-0001.png + label: labels/Darwin_00005045_NORMAL2-IM-0602-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005046_NORMAL2-IM-0603-0001 + subject_id: Darwin_00005046_NORMAL2-IM-0603-0001 + split: train + image: images/Darwin_00005046_NORMAL2-IM-0603-0001.png + label: labels/Darwin_00005046_NORMAL2-IM-0603-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005047_NORMAL2-IM-0535-0001-0002 + subject_id: Darwin_00005047_NORMAL2-IM-0535-0001-0002 + split: train + image: images/Darwin_00005047_NORMAL2-IM-0535-0001-0002.png + label: labels/Darwin_00005047_NORMAL2-IM-0535-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005048_NORMAL2-IM-0535-0001 + subject_id: Darwin_00005048_NORMAL2-IM-0535-0001 + split: train + image: images/Darwin_00005048_NORMAL2-IM-0535-0001.png + label: labels/Darwin_00005048_NORMAL2-IM-0535-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005049_NORMAL2-IM-0536-0001 + subject_id: Darwin_00005049_NORMAL2-IM-0536-0001 + split: test + image: images/Darwin_00005049_NORMAL2-IM-0536-0001.png + label: labels/Darwin_00005049_NORMAL2-IM-0536-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005050_NORMAL2-IM-0537-0001 + subject_id: Darwin_00005050_NORMAL2-IM-0537-0001 + split: train + image: images/Darwin_00005050_NORMAL2-IM-0537-0001.png + label: labels/Darwin_00005050_NORMAL2-IM-0537-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005051_NORMAL2-IM-0539-0001 + subject_id: Darwin_00005051_NORMAL2-IM-0539-0001 + split: train + image: images/Darwin_00005051_NORMAL2-IM-0539-0001.png + label: labels/Darwin_00005051_NORMAL2-IM-0539-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005052_NORMAL2-IM-0540-0001 + subject_id: Darwin_00005052_NORMAL2-IM-0540-0001 + split: train + image: images/Darwin_00005052_NORMAL2-IM-0540-0001.png + label: labels/Darwin_00005052_NORMAL2-IM-0540-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005053_NORMAL2-IM-0541-0001 + subject_id: Darwin_00005053_NORMAL2-IM-0541-0001 + split: train + image: images/Darwin_00005053_NORMAL2-IM-0541-0001.png + label: labels/Darwin_00005053_NORMAL2-IM-0541-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005054_NORMAL2-IM-0543-0001 + subject_id: Darwin_00005054_NORMAL2-IM-0543-0001 + split: train + image: images/Darwin_00005054_NORMAL2-IM-0543-0001.png + label: labels/Darwin_00005054_NORMAL2-IM-0543-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005055_NORMAL2-IM-0545-0001 + subject_id: Darwin_00005055_NORMAL2-IM-0545-0001 + split: train + image: images/Darwin_00005055_NORMAL2-IM-0545-0001.png + label: labels/Darwin_00005055_NORMAL2-IM-0545-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005056_NORMAL2-IM-0547-0001 + subject_id: Darwin_00005056_NORMAL2-IM-0547-0001 + split: train + image: images/Darwin_00005056_NORMAL2-IM-0547-0001.png + label: labels/Darwin_00005056_NORMAL2-IM-0547-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005057_NORMAL2-IM-0550-0001 + subject_id: Darwin_00005057_NORMAL2-IM-0550-0001 + split: train + image: images/Darwin_00005057_NORMAL2-IM-0550-0001.png + label: labels/Darwin_00005057_NORMAL2-IM-0550-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005058_NORMAL2-IM-0551-0001 + subject_id: Darwin_00005058_NORMAL2-IM-0551-0001 + split: train + image: images/Darwin_00005058_NORMAL2-IM-0551-0001.png + label: labels/Darwin_00005058_NORMAL2-IM-0551-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005059_NORMAL2-IM-0552-0001 + subject_id: Darwin_00005059_NORMAL2-IM-0552-0001 + split: val + image: images/Darwin_00005059_NORMAL2-IM-0552-0001.png + label: labels/Darwin_00005059_NORMAL2-IM-0552-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005060_NORMAL2-IM-0553-0001 + subject_id: Darwin_00005060_NORMAL2-IM-0553-0001 + split: test + image: images/Darwin_00005060_NORMAL2-IM-0553-0001.png + label: labels/Darwin_00005060_NORMAL2-IM-0553-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005061_NORMAL2-IM-0554-0001 + subject_id: Darwin_00005061_NORMAL2-IM-0554-0001 + split: train + image: images/Darwin_00005061_NORMAL2-IM-0554-0001.png + label: labels/Darwin_00005061_NORMAL2-IM-0554-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005062_NORMAL2-IM-0555-0001-0001 + subject_id: Darwin_00005062_NORMAL2-IM-0555-0001-0001 + split: train + image: images/Darwin_00005062_NORMAL2-IM-0555-0001-0001.png + label: labels/Darwin_00005062_NORMAL2-IM-0555-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005063_NORMAL2-IM-0555-0001-0002 + subject_id: Darwin_00005063_NORMAL2-IM-0555-0001-0002 + split: train + image: images/Darwin_00005063_NORMAL2-IM-0555-0001-0002.png + label: labels/Darwin_00005063_NORMAL2-IM-0555-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005064_NORMAL2-IM-0555-0001 + subject_id: Darwin_00005064_NORMAL2-IM-0555-0001 + split: train + image: images/Darwin_00005064_NORMAL2-IM-0555-0001.png + label: labels/Darwin_00005064_NORMAL2-IM-0555-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005065_NORMAL2-IM-0557-0001 + subject_id: Darwin_00005065_NORMAL2-IM-0557-0001 + split: train + image: images/Darwin_00005065_NORMAL2-IM-0557-0001.png + label: labels/Darwin_00005065_NORMAL2-IM-0557-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005066_NORMAL2-IM-0558-0001 + subject_id: Darwin_00005066_NORMAL2-IM-0558-0001 + split: train + image: images/Darwin_00005066_NORMAL2-IM-0558-0001.png + label: labels/Darwin_00005066_NORMAL2-IM-0558-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005067_NORMAL2-IM-0559-0001 + subject_id: Darwin_00005067_NORMAL2-IM-0559-0001 + split: train + image: images/Darwin_00005067_NORMAL2-IM-0559-0001.png + label: labels/Darwin_00005067_NORMAL2-IM-0559-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005068_NORMAL2-IM-0561-0001 + subject_id: Darwin_00005068_NORMAL2-IM-0561-0001 + split: train + image: images/Darwin_00005068_NORMAL2-IM-0561-0001.png + label: labels/Darwin_00005068_NORMAL2-IM-0561-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005069_NORMAL2-IM-0563-0001 + subject_id: Darwin_00005069_NORMAL2-IM-0563-0001 + split: test + image: images/Darwin_00005069_NORMAL2-IM-0563-0001.png + label: labels/Darwin_00005069_NORMAL2-IM-0563-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005070_NORMAL2-IM-0564-0001 + subject_id: Darwin_00005070_NORMAL2-IM-0564-0001 + split: train + image: images/Darwin_00005070_NORMAL2-IM-0564-0001.png + label: labels/Darwin_00005070_NORMAL2-IM-0564-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005071_NORMAL2-IM-0566-0001 + subject_id: Darwin_00005071_NORMAL2-IM-0566-0001 + split: test + image: images/Darwin_00005071_NORMAL2-IM-0566-0001.png + label: labels/Darwin_00005071_NORMAL2-IM-0566-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005072_NORMAL2-IM-0567-0001 + subject_id: Darwin_00005072_NORMAL2-IM-0567-0001 + split: test + image: images/Darwin_00005072_NORMAL2-IM-0567-0001.png + label: labels/Darwin_00005072_NORMAL2-IM-0567-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005073_NORMAL2-IM-0568-0001 + subject_id: Darwin_00005073_NORMAL2-IM-0568-0001 + split: val + image: images/Darwin_00005073_NORMAL2-IM-0568-0001.png + label: labels/Darwin_00005073_NORMAL2-IM-0568-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005074_NORMAL2-IM-0569-0001 + subject_id: Darwin_00005074_NORMAL2-IM-0569-0001 + split: train + image: images/Darwin_00005074_NORMAL2-IM-0569-0001.png + label: labels/Darwin_00005074_NORMAL2-IM-0569-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005075_NORMAL2-IM-0571-0001 + subject_id: Darwin_00005075_NORMAL2-IM-0571-0001 + split: train + image: images/Darwin_00005075_NORMAL2-IM-0571-0001.png + label: labels/Darwin_00005075_NORMAL2-IM-0571-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005076_NORMAL2-IM-0572-0001 + subject_id: Darwin_00005076_NORMAL2-IM-0572-0001 + split: test + image: images/Darwin_00005076_NORMAL2-IM-0572-0001.png + label: labels/Darwin_00005076_NORMAL2-IM-0572-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005077_NORMAL2-IM-0490-0001 + subject_id: Darwin_00005077_NORMAL2-IM-0490-0001 + split: test + image: images/Darwin_00005077_NORMAL2-IM-0490-0001.png + label: labels/Darwin_00005077_NORMAL2-IM-0490-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005078_NORMAL2-IM-0491-0001 + subject_id: Darwin_00005078_NORMAL2-IM-0491-0001 + split: train + image: images/Darwin_00005078_NORMAL2-IM-0491-0001.png + label: labels/Darwin_00005078_NORMAL2-IM-0491-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005079_NORMAL2-IM-0493-0001 + subject_id: Darwin_00005079_NORMAL2-IM-0493-0001 + split: train + image: images/Darwin_00005079_NORMAL2-IM-0493-0001.png + label: labels/Darwin_00005079_NORMAL2-IM-0493-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005080_NORMAL2-IM-0496-0001 + subject_id: Darwin_00005080_NORMAL2-IM-0496-0001 + split: train + image: images/Darwin_00005080_NORMAL2-IM-0496-0001.png + label: labels/Darwin_00005080_NORMAL2-IM-0496-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005081_NORMAL2-IM-0497-0001 + subject_id: Darwin_00005081_NORMAL2-IM-0497-0001 + split: train + image: images/Darwin_00005081_NORMAL2-IM-0497-0001.png + label: labels/Darwin_00005081_NORMAL2-IM-0497-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005082_NORMAL2-IM-0499-0001 + subject_id: Darwin_00005082_NORMAL2-IM-0499-0001 + split: train + image: images/Darwin_00005082_NORMAL2-IM-0499-0001.png + label: labels/Darwin_00005082_NORMAL2-IM-0499-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005083_NORMAL2-IM-0500-0001 + subject_id: Darwin_00005083_NORMAL2-IM-0500-0001 + split: train + image: images/Darwin_00005083_NORMAL2-IM-0500-0001.png + label: labels/Darwin_00005083_NORMAL2-IM-0500-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005084_NORMAL2-IM-0501-0001 + subject_id: Darwin_00005084_NORMAL2-IM-0501-0001 + split: train + image: images/Darwin_00005084_NORMAL2-IM-0501-0001.png + label: labels/Darwin_00005084_NORMAL2-IM-0501-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005085_NORMAL2-IM-0502-0001 + subject_id: Darwin_00005085_NORMAL2-IM-0502-0001 + split: val + image: images/Darwin_00005085_NORMAL2-IM-0502-0001.png + label: labels/Darwin_00005085_NORMAL2-IM-0502-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005086_NORMAL2-IM-0503-0001 + subject_id: Darwin_00005086_NORMAL2-IM-0503-0001 + split: train + image: images/Darwin_00005086_NORMAL2-IM-0503-0001.png + label: labels/Darwin_00005086_NORMAL2-IM-0503-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005087_NORMAL2-IM-0506-0001 + subject_id: Darwin_00005087_NORMAL2-IM-0506-0001 + split: train + image: images/Darwin_00005087_NORMAL2-IM-0506-0001.png + label: labels/Darwin_00005087_NORMAL2-IM-0506-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005088_NORMAL2-IM-0507-0001 + subject_id: Darwin_00005088_NORMAL2-IM-0507-0001 + split: train + image: images/Darwin_00005088_NORMAL2-IM-0507-0001.png + label: labels/Darwin_00005088_NORMAL2-IM-0507-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005089_NORMAL2-IM-0508-0001 + subject_id: Darwin_00005089_NORMAL2-IM-0508-0001 + split: train + image: images/Darwin_00005089_NORMAL2-IM-0508-0001.png + label: labels/Darwin_00005089_NORMAL2-IM-0508-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005090_NORMAL2-IM-0509-0001 + subject_id: Darwin_00005090_NORMAL2-IM-0509-0001 + split: train + image: images/Darwin_00005090_NORMAL2-IM-0509-0001.png + label: labels/Darwin_00005090_NORMAL2-IM-0509-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005091_NORMAL2-IM-0511-0001 + subject_id: Darwin_00005091_NORMAL2-IM-0511-0001 + split: train + image: images/Darwin_00005091_NORMAL2-IM-0511-0001.png + label: labels/Darwin_00005091_NORMAL2-IM-0511-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005092_NORMAL2-IM-0512-0001 + subject_id: Darwin_00005092_NORMAL2-IM-0512-0001 + split: train + image: images/Darwin_00005092_NORMAL2-IM-0512-0001.png + label: labels/Darwin_00005092_NORMAL2-IM-0512-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005093_NORMAL2-IM-0513-0001 + subject_id: Darwin_00005093_NORMAL2-IM-0513-0001 + split: train + image: images/Darwin_00005093_NORMAL2-IM-0513-0001.png + label: labels/Darwin_00005093_NORMAL2-IM-0513-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005094_NORMAL2-IM-0515-0001 + subject_id: Darwin_00005094_NORMAL2-IM-0515-0001 + split: train + image: images/Darwin_00005094_NORMAL2-IM-0515-0001.png + label: labels/Darwin_00005094_NORMAL2-IM-0515-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005095_NORMAL2-IM-0516-0001 + subject_id: Darwin_00005095_NORMAL2-IM-0516-0001 + split: train + image: images/Darwin_00005095_NORMAL2-IM-0516-0001.png + label: labels/Darwin_00005095_NORMAL2-IM-0516-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005096_NORMAL2-IM-0517-0001 + subject_id: Darwin_00005096_NORMAL2-IM-0517-0001 + split: train + image: images/Darwin_00005096_NORMAL2-IM-0517-0001.png + label: labels/Darwin_00005096_NORMAL2-IM-0517-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005097_NORMAL2-IM-0518-0001 + subject_id: Darwin_00005097_NORMAL2-IM-0518-0001 + split: train + image: images/Darwin_00005097_NORMAL2-IM-0518-0001.png + label: labels/Darwin_00005097_NORMAL2-IM-0518-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005098_NORMAL2-IM-0520-0001 + subject_id: Darwin_00005098_NORMAL2-IM-0520-0001 + split: val + image: images/Darwin_00005098_NORMAL2-IM-0520-0001.png + label: labels/Darwin_00005098_NORMAL2-IM-0520-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005099_NORMAL2-IM-0521-0001 + subject_id: Darwin_00005099_NORMAL2-IM-0521-0001 + split: test + image: images/Darwin_00005099_NORMAL2-IM-0521-0001.png + label: labels/Darwin_00005099_NORMAL2-IM-0521-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005100_NORMAL2-IM-0522-0001 + subject_id: Darwin_00005100_NORMAL2-IM-0522-0001 + split: train + image: images/Darwin_00005100_NORMAL2-IM-0522-0001.png + label: labels/Darwin_00005100_NORMAL2-IM-0522-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005101_NORMAL2-IM-0523-0001 + subject_id: Darwin_00005101_NORMAL2-IM-0523-0001 + split: test + image: images/Darwin_00005101_NORMAL2-IM-0523-0001.png + label: labels/Darwin_00005101_NORMAL2-IM-0523-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005102_NORMAL2-IM-0525-0001 + subject_id: Darwin_00005102_NORMAL2-IM-0525-0001 + split: test + image: images/Darwin_00005102_NORMAL2-IM-0525-0001.png + label: labels/Darwin_00005102_NORMAL2-IM-0525-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005103_NORMAL2-IM-0526-0001 + subject_id: Darwin_00005103_NORMAL2-IM-0526-0001 + split: val + image: images/Darwin_00005103_NORMAL2-IM-0526-0001.png + label: labels/Darwin_00005103_NORMAL2-IM-0526-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005104_NORMAL2-IM-0528-0001 + subject_id: Darwin_00005104_NORMAL2-IM-0528-0001 + split: train + image: images/Darwin_00005104_NORMAL2-IM-0528-0001.png + label: labels/Darwin_00005104_NORMAL2-IM-0528-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005105_NORMAL2-IM-0529-0001 + subject_id: Darwin_00005105_NORMAL2-IM-0529-0001 + split: train + image: images/Darwin_00005105_NORMAL2-IM-0529-0001.png + label: labels/Darwin_00005105_NORMAL2-IM-0529-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005106_NORMAL2-IM-0530-0001 + subject_id: Darwin_00005106_NORMAL2-IM-0530-0001 + split: train + image: images/Darwin_00005106_NORMAL2-IM-0530-0001.png + label: labels/Darwin_00005106_NORMAL2-IM-0530-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005107_NORMAL2-IM-0531-0001 + subject_id: Darwin_00005107_NORMAL2-IM-0531-0001 + split: val + image: images/Darwin_00005107_NORMAL2-IM-0531-0001.png + label: labels/Darwin_00005107_NORMAL2-IM-0531-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005108_NORMAL2-IM-0533-0001 + subject_id: Darwin_00005108_NORMAL2-IM-0533-0001 + split: train + image: images/Darwin_00005108_NORMAL2-IM-0533-0001.png + label: labels/Darwin_00005108_NORMAL2-IM-0533-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005109_NORMAL2-IM-0443-0001 + subject_id: Darwin_00005109_NORMAL2-IM-0443-0001 + split: train + image: images/Darwin_00005109_NORMAL2-IM-0443-0001.png + label: labels/Darwin_00005109_NORMAL2-IM-0443-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005110_NORMAL2-IM-0445-0001 + subject_id: Darwin_00005110_NORMAL2-IM-0445-0001 + split: train + image: images/Darwin_00005110_NORMAL2-IM-0445-0001.png + label: labels/Darwin_00005110_NORMAL2-IM-0445-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005111_NORMAL2-IM-0447-0001 + subject_id: Darwin_00005111_NORMAL2-IM-0447-0001 + split: train + image: images/Darwin_00005111_NORMAL2-IM-0447-0001.png + label: labels/Darwin_00005111_NORMAL2-IM-0447-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005112_NORMAL2-IM-0448-0001 + subject_id: Darwin_00005112_NORMAL2-IM-0448-0001 + split: train + image: images/Darwin_00005112_NORMAL2-IM-0448-0001.png + label: labels/Darwin_00005112_NORMAL2-IM-0448-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005113_NORMAL2-IM-0449-0001 + subject_id: Darwin_00005113_NORMAL2-IM-0449-0001 + split: test + image: images/Darwin_00005113_NORMAL2-IM-0449-0001.png + label: labels/Darwin_00005113_NORMAL2-IM-0449-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005114_NORMAL2-IM-0450-0001 + subject_id: Darwin_00005114_NORMAL2-IM-0450-0001 + split: test + image: images/Darwin_00005114_NORMAL2-IM-0450-0001.png + label: labels/Darwin_00005114_NORMAL2-IM-0450-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005115_NORMAL2-IM-0451-0001 + subject_id: Darwin_00005115_NORMAL2-IM-0451-0001 + split: train + image: images/Darwin_00005115_NORMAL2-IM-0451-0001.png + label: labels/Darwin_00005115_NORMAL2-IM-0451-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005116_NORMAL2-IM-0452-0001 + subject_id: Darwin_00005116_NORMAL2-IM-0452-0001 + split: train + image: images/Darwin_00005116_NORMAL2-IM-0452-0001.png + label: labels/Darwin_00005116_NORMAL2-IM-0452-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005117_NORMAL2-IM-0453-0001 + subject_id: Darwin_00005117_NORMAL2-IM-0453-0001 + split: train + image: images/Darwin_00005117_NORMAL2-IM-0453-0001.png + label: labels/Darwin_00005117_NORMAL2-IM-0453-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005118_NORMAL2-IM-0454-0001 + subject_id: Darwin_00005118_NORMAL2-IM-0454-0001 + split: train + image: images/Darwin_00005118_NORMAL2-IM-0454-0001.png + label: labels/Darwin_00005118_NORMAL2-IM-0454-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005119_NORMAL2-IM-0455-0001 + subject_id: Darwin_00005119_NORMAL2-IM-0455-0001 + split: train + image: images/Darwin_00005119_NORMAL2-IM-0455-0001.png + label: labels/Darwin_00005119_NORMAL2-IM-0455-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005120_NORMAL2-IM-0456-0001 + subject_id: Darwin_00005120_NORMAL2-IM-0456-0001 + split: val + image: images/Darwin_00005120_NORMAL2-IM-0456-0001.png + label: labels/Darwin_00005120_NORMAL2-IM-0456-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005121_NORMAL2-IM-0458-0001 + subject_id: Darwin_00005121_NORMAL2-IM-0458-0001 + split: train + image: images/Darwin_00005121_NORMAL2-IM-0458-0001.png + label: labels/Darwin_00005121_NORMAL2-IM-0458-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005122_NORMAL2-IM-0460-0001 + subject_id: Darwin_00005122_NORMAL2-IM-0460-0001 + split: val + image: images/Darwin_00005122_NORMAL2-IM-0460-0001.png + label: labels/Darwin_00005122_NORMAL2-IM-0460-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005123_NORMAL2-IM-0462-0001 + subject_id: Darwin_00005123_NORMAL2-IM-0462-0001 + split: train + image: images/Darwin_00005123_NORMAL2-IM-0462-0001.png + label: labels/Darwin_00005123_NORMAL2-IM-0462-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005124_NORMAL2-IM-0463-0001 + subject_id: Darwin_00005124_NORMAL2-IM-0463-0001 + split: train + image: images/Darwin_00005124_NORMAL2-IM-0463-0001.png + label: labels/Darwin_00005124_NORMAL2-IM-0463-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005125_NORMAL2-IM-0464-0001 + subject_id: Darwin_00005125_NORMAL2-IM-0464-0001 + split: train + image: images/Darwin_00005125_NORMAL2-IM-0464-0001.png + label: labels/Darwin_00005125_NORMAL2-IM-0464-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005126_NORMAL2-IM-0465-0001 + subject_id: Darwin_00005126_NORMAL2-IM-0465-0001 + split: train + image: images/Darwin_00005126_NORMAL2-IM-0465-0001.png + label: labels/Darwin_00005126_NORMAL2-IM-0465-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005127_NORMAL2-IM-0466-0001 + subject_id: Darwin_00005127_NORMAL2-IM-0466-0001 + split: train + image: images/Darwin_00005127_NORMAL2-IM-0466-0001.png + label: labels/Darwin_00005127_NORMAL2-IM-0466-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005128_NORMAL2-IM-0468-0001 + subject_id: Darwin_00005128_NORMAL2-IM-0468-0001 + split: train + image: images/Darwin_00005128_NORMAL2-IM-0468-0001.png + label: labels/Darwin_00005128_NORMAL2-IM-0468-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005129_NORMAL2-IM-0472-0001 + subject_id: Darwin_00005129_NORMAL2-IM-0472-0001 + split: val + image: images/Darwin_00005129_NORMAL2-IM-0472-0001.png + label: labels/Darwin_00005129_NORMAL2-IM-0472-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005130_NORMAL2-IM-0473-0001 + subject_id: Darwin_00005130_NORMAL2-IM-0473-0001 + split: test + image: images/Darwin_00005130_NORMAL2-IM-0473-0001.png + label: labels/Darwin_00005130_NORMAL2-IM-0473-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005131_NORMAL2-IM-0474-0001 + subject_id: Darwin_00005131_NORMAL2-IM-0474-0001 + split: train + image: images/Darwin_00005131_NORMAL2-IM-0474-0001.png + label: labels/Darwin_00005131_NORMAL2-IM-0474-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005132_NORMAL2-IM-0475-0001 + subject_id: Darwin_00005132_NORMAL2-IM-0475-0001 + split: train + image: images/Darwin_00005132_NORMAL2-IM-0475-0001.png + label: labels/Darwin_00005132_NORMAL2-IM-0475-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005133_NORMAL2-IM-0476-0001 + subject_id: Darwin_00005133_NORMAL2-IM-0476-0001 + split: train + image: images/Darwin_00005133_NORMAL2-IM-0476-0001.png + label: labels/Darwin_00005133_NORMAL2-IM-0476-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005134_NORMAL2-IM-0478-0001 + subject_id: Darwin_00005134_NORMAL2-IM-0478-0001 + split: train + image: images/Darwin_00005134_NORMAL2-IM-0478-0001.png + label: labels/Darwin_00005134_NORMAL2-IM-0478-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005135_NORMAL2-IM-0479-0001 + subject_id: Darwin_00005135_NORMAL2-IM-0479-0001 + split: train + image: images/Darwin_00005135_NORMAL2-IM-0479-0001.png + label: labels/Darwin_00005135_NORMAL2-IM-0479-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005136_NORMAL2-IM-0480-0001 + subject_id: Darwin_00005136_NORMAL2-IM-0480-0001 + split: test + image: images/Darwin_00005136_NORMAL2-IM-0480-0001.png + label: labels/Darwin_00005136_NORMAL2-IM-0480-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005137_NORMAL2-IM-0481-0001 + subject_id: Darwin_00005137_NORMAL2-IM-0481-0001 + split: train + image: images/Darwin_00005137_NORMAL2-IM-0481-0001.png + label: labels/Darwin_00005137_NORMAL2-IM-0481-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005138_NORMAL2-IM-0482-0001 + subject_id: Darwin_00005138_NORMAL2-IM-0482-0001 + split: train + image: images/Darwin_00005138_NORMAL2-IM-0482-0001.png + label: labels/Darwin_00005138_NORMAL2-IM-0482-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005139_NORMAL2-IM-0485-0001 + subject_id: Darwin_00005139_NORMAL2-IM-0485-0001 + split: train + image: images/Darwin_00005139_NORMAL2-IM-0485-0001.png + label: labels/Darwin_00005139_NORMAL2-IM-0485-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005140_NORMAL2-IM-0486-0001 + subject_id: Darwin_00005140_NORMAL2-IM-0486-0001 + split: train + image: images/Darwin_00005140_NORMAL2-IM-0486-0001.png + label: labels/Darwin_00005140_NORMAL2-IM-0486-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005141_NORMAL2-IM-0487-0001 + subject_id: Darwin_00005141_NORMAL2-IM-0487-0001 + split: train + image: images/Darwin_00005141_NORMAL2-IM-0487-0001.png + label: labels/Darwin_00005141_NORMAL2-IM-0487-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005142_NORMAL2-IM-0488-0001 + subject_id: Darwin_00005142_NORMAL2-IM-0488-0001 + split: train + image: images/Darwin_00005142_NORMAL2-IM-0488-0001.png + label: labels/Darwin_00005142_NORMAL2-IM-0488-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005143_NORMAL2-IM-0489-0001 + subject_id: Darwin_00005143_NORMAL2-IM-0489-0001 + split: test + image: images/Darwin_00005143_NORMAL2-IM-0489-0001.png + label: labels/Darwin_00005143_NORMAL2-IM-0489-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005144_NORMAL2-IM-0407-0001 + subject_id: Darwin_00005144_NORMAL2-IM-0407-0001 + split: train + image: images/Darwin_00005144_NORMAL2-IM-0407-0001.png + label: labels/Darwin_00005144_NORMAL2-IM-0407-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005145_NORMAL2-IM-0408-0001 + subject_id: Darwin_00005145_NORMAL2-IM-0408-0001 + split: train + image: images/Darwin_00005145_NORMAL2-IM-0408-0001.png + label: labels/Darwin_00005145_NORMAL2-IM-0408-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005146_NORMAL2-IM-0409-0001 + subject_id: Darwin_00005146_NORMAL2-IM-0409-0001 + split: train + image: images/Darwin_00005146_NORMAL2-IM-0409-0001.png + label: labels/Darwin_00005146_NORMAL2-IM-0409-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005147_NORMAL2-IM-0410-0001 + subject_id: Darwin_00005147_NORMAL2-IM-0410-0001 + split: train + image: images/Darwin_00005147_NORMAL2-IM-0410-0001.png + label: labels/Darwin_00005147_NORMAL2-IM-0410-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005148_NORMAL2-IM-0412-0001 + subject_id: Darwin_00005148_NORMAL2-IM-0412-0001 + split: train + image: images/Darwin_00005148_NORMAL2-IM-0412-0001.png + label: labels/Darwin_00005148_NORMAL2-IM-0412-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005149_NORMAL2-IM-0413-0001 + subject_id: Darwin_00005149_NORMAL2-IM-0413-0001 + split: train + image: images/Darwin_00005149_NORMAL2-IM-0413-0001.png + label: labels/Darwin_00005149_NORMAL2-IM-0413-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005150_NORMAL2-IM-0414-0001 + subject_id: Darwin_00005150_NORMAL2-IM-0414-0001 + split: train + image: images/Darwin_00005150_NORMAL2-IM-0414-0001.png + label: labels/Darwin_00005150_NORMAL2-IM-0414-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005151_NORMAL2-IM-0415-0001 + subject_id: Darwin_00005151_NORMAL2-IM-0415-0001 + split: train + image: images/Darwin_00005151_NORMAL2-IM-0415-0001.png + label: labels/Darwin_00005151_NORMAL2-IM-0415-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005152_NORMAL2-IM-0416-0001-0001 + subject_id: Darwin_00005152_NORMAL2-IM-0416-0001-0001 + split: val + image: images/Darwin_00005152_NORMAL2-IM-0416-0001-0001.png + label: labels/Darwin_00005152_NORMAL2-IM-0416-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005153_NORMAL2-IM-0416-0001-0002 + subject_id: Darwin_00005153_NORMAL2-IM-0416-0001-0002 + split: train + image: images/Darwin_00005153_NORMAL2-IM-0416-0001-0002.png + label: labels/Darwin_00005153_NORMAL2-IM-0416-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005154_NORMAL2-IM-0416-0001 + subject_id: Darwin_00005154_NORMAL2-IM-0416-0001 + split: train + image: images/Darwin_00005154_NORMAL2-IM-0416-0001.png + label: labels/Darwin_00005154_NORMAL2-IM-0416-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005155_NORMAL2-IM-0417-0001 + subject_id: Darwin_00005155_NORMAL2-IM-0417-0001 + split: train + image: images/Darwin_00005155_NORMAL2-IM-0417-0001.png + label: labels/Darwin_00005155_NORMAL2-IM-0417-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005156_NORMAL2-IM-0418-0001 + subject_id: Darwin_00005156_NORMAL2-IM-0418-0001 + split: train + image: images/Darwin_00005156_NORMAL2-IM-0418-0001.png + label: labels/Darwin_00005156_NORMAL2-IM-0418-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005157_NORMAL2-IM-0419-0001 + subject_id: Darwin_00005157_NORMAL2-IM-0419-0001 + split: train + image: images/Darwin_00005157_NORMAL2-IM-0419-0001.png + label: labels/Darwin_00005157_NORMAL2-IM-0419-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005158_NORMAL2-IM-0421-0001 + subject_id: Darwin_00005158_NORMAL2-IM-0421-0001 + split: train + image: images/Darwin_00005158_NORMAL2-IM-0421-0001.png + label: labels/Darwin_00005158_NORMAL2-IM-0421-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005159_NORMAL2-IM-0423-0001 + subject_id: Darwin_00005159_NORMAL2-IM-0423-0001 + split: train + image: images/Darwin_00005159_NORMAL2-IM-0423-0001.png + label: labels/Darwin_00005159_NORMAL2-IM-0423-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005160_NORMAL2-IM-0424-0001 + subject_id: Darwin_00005160_NORMAL2-IM-0424-0001 + split: train + image: images/Darwin_00005160_NORMAL2-IM-0424-0001.png + label: labels/Darwin_00005160_NORMAL2-IM-0424-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005161_NORMAL2-IM-0425-0001 + subject_id: Darwin_00005161_NORMAL2-IM-0425-0001 + split: train + image: images/Darwin_00005161_NORMAL2-IM-0425-0001.png + label: labels/Darwin_00005161_NORMAL2-IM-0425-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005162_NORMAL2-IM-0427-0001 + subject_id: Darwin_00005162_NORMAL2-IM-0427-0001 + split: train + image: images/Darwin_00005162_NORMAL2-IM-0427-0001.png + label: labels/Darwin_00005162_NORMAL2-IM-0427-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005163_NORMAL2-IM-0428-0001 + subject_id: Darwin_00005163_NORMAL2-IM-0428-0001 + split: train + image: images/Darwin_00005163_NORMAL2-IM-0428-0001.png + label: labels/Darwin_00005163_NORMAL2-IM-0428-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005164_NORMAL2-IM-0429-0001 + subject_id: Darwin_00005164_NORMAL2-IM-0429-0001 + split: train + image: images/Darwin_00005164_NORMAL2-IM-0429-0001.png + label: labels/Darwin_00005164_NORMAL2-IM-0429-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005165_NORMAL2-IM-0433-0001 + subject_id: Darwin_00005165_NORMAL2-IM-0433-0001 + split: train + image: images/Darwin_00005165_NORMAL2-IM-0433-0001.png + label: labels/Darwin_00005165_NORMAL2-IM-0433-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005166_NORMAL2-IM-0435-0001 + subject_id: Darwin_00005166_NORMAL2-IM-0435-0001 + split: train + image: images/Darwin_00005166_NORMAL2-IM-0435-0001.png + label: labels/Darwin_00005166_NORMAL2-IM-0435-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005167_NORMAL2-IM-0437-0001 + subject_id: Darwin_00005167_NORMAL2-IM-0437-0001 + split: train + image: images/Darwin_00005167_NORMAL2-IM-0437-0001.png + label: labels/Darwin_00005167_NORMAL2-IM-0437-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005168_NORMAL2-IM-0439-0001 + subject_id: Darwin_00005168_NORMAL2-IM-0439-0001 + split: train + image: images/Darwin_00005168_NORMAL2-IM-0439-0001.png + label: labels/Darwin_00005168_NORMAL2-IM-0439-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005169_NORMAL2-IM-0440-0001 + subject_id: Darwin_00005169_NORMAL2-IM-0440-0001 + split: train + image: images/Darwin_00005169_NORMAL2-IM-0440-0001.png + label: labels/Darwin_00005169_NORMAL2-IM-0440-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005170_NORMAL2-IM-0441-0001 + subject_id: Darwin_00005170_NORMAL2-IM-0441-0001 + split: test + image: images/Darwin_00005170_NORMAL2-IM-0441-0001.png + label: labels/Darwin_00005170_NORMAL2-IM-0441-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005171_IM-0741-0001 + subject_id: Darwin_00005171_IM-0741-0001 + split: train + image: images/Darwin_00005171_IM-0741-0001.png + label: labels/Darwin_00005171_IM-0741-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005172_IM-0742-0001 + subject_id: Darwin_00005172_IM-0742-0001 + split: val + image: images/Darwin_00005172_IM-0742-0001.png + label: labels/Darwin_00005172_IM-0742-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005173_IM-0746-0001 + subject_id: Darwin_00005173_IM-0746-0001 + split: train + image: images/Darwin_00005173_IM-0746-0001.png + label: labels/Darwin_00005173_IM-0746-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005174_IM-0747-0001 + subject_id: Darwin_00005174_IM-0747-0001 + split: train + image: images/Darwin_00005174_IM-0747-0001.png + label: labels/Darwin_00005174_IM-0747-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005175_IM-0748-0001 + subject_id: Darwin_00005175_IM-0748-0001 + split: test + image: images/Darwin_00005175_IM-0748-0001.png + label: labels/Darwin_00005175_IM-0748-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005176_IM-0750-0001 + subject_id: Darwin_00005176_IM-0750-0001 + split: test + image: images/Darwin_00005176_IM-0750-0001.png + label: labels/Darwin_00005176_IM-0750-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005177_IM-0751-0001 + subject_id: Darwin_00005177_IM-0751-0001 + split: train + image: images/Darwin_00005177_IM-0751-0001.png + label: labels/Darwin_00005177_IM-0751-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005178_IM-0752-0001 + subject_id: Darwin_00005178_IM-0752-0001 + split: train + image: images/Darwin_00005178_IM-0752-0001.png + label: labels/Darwin_00005178_IM-0752-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005179_IM-0753-0001 + subject_id: Darwin_00005179_IM-0753-0001 + split: train + image: images/Darwin_00005179_IM-0753-0001.png + label: labels/Darwin_00005179_IM-0753-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005180_IM-0754-0001 + subject_id: Darwin_00005180_IM-0754-0001 + split: train + image: images/Darwin_00005180_IM-0754-0001.png + label: labels/Darwin_00005180_IM-0754-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005181_IM-0755-0001 + subject_id: Darwin_00005181_IM-0755-0001 + split: test + image: images/Darwin_00005181_IM-0755-0001.png + label: labels/Darwin_00005181_IM-0755-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005182_IM-0757-0001 + subject_id: Darwin_00005182_IM-0757-0001 + split: train + image: images/Darwin_00005182_IM-0757-0001.png + label: labels/Darwin_00005182_IM-0757-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005183_IM-0761-0001 + subject_id: Darwin_00005183_IM-0761-0001 + split: test + image: images/Darwin_00005183_IM-0761-0001.png + label: labels/Darwin_00005183_IM-0761-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005184_IM-0764-0001 + subject_id: Darwin_00005184_IM-0764-0001 + split: train + image: images/Darwin_00005184_IM-0764-0001.png + label: labels/Darwin_00005184_IM-0764-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005185_IM-0766-0001 + subject_id: Darwin_00005185_IM-0766-0001 + split: train + image: images/Darwin_00005185_IM-0766-0001.png + label: labels/Darwin_00005185_IM-0766-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005186_NORMAL2-IM-0383-0001 + subject_id: Darwin_00005186_NORMAL2-IM-0383-0001 + split: train + image: images/Darwin_00005186_NORMAL2-IM-0383-0001.png + label: labels/Darwin_00005186_NORMAL2-IM-0383-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005187_NORMAL2-IM-0384-0001 + subject_id: Darwin_00005187_NORMAL2-IM-0384-0001 + split: train + image: images/Darwin_00005187_NORMAL2-IM-0384-0001.png + label: labels/Darwin_00005187_NORMAL2-IM-0384-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005188_NORMAL2-IM-0385-0001 + subject_id: Darwin_00005188_NORMAL2-IM-0385-0001 + split: train + image: images/Darwin_00005188_NORMAL2-IM-0385-0001.png + label: labels/Darwin_00005188_NORMAL2-IM-0385-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005189_NORMAL2-IM-0386-0001 + subject_id: Darwin_00005189_NORMAL2-IM-0386-0001 + split: train + image: images/Darwin_00005189_NORMAL2-IM-0386-0001.png + label: labels/Darwin_00005189_NORMAL2-IM-0386-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005190_NORMAL2-IM-0388-0001 + subject_id: Darwin_00005190_NORMAL2-IM-0388-0001 + split: train + image: images/Darwin_00005190_NORMAL2-IM-0388-0001.png + label: labels/Darwin_00005190_NORMAL2-IM-0388-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005191_NORMAL2-IM-0389-0001 + subject_id: Darwin_00005191_NORMAL2-IM-0389-0001 + split: train + image: images/Darwin_00005191_NORMAL2-IM-0389-0001.png + label: labels/Darwin_00005191_NORMAL2-IM-0389-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005192_NORMAL2-IM-0390-0001 + subject_id: Darwin_00005192_NORMAL2-IM-0390-0001 + split: val + image: images/Darwin_00005192_NORMAL2-IM-0390-0001.png + label: labels/Darwin_00005192_NORMAL2-IM-0390-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005193_NORMAL2-IM-0391-0001 + subject_id: Darwin_00005193_NORMAL2-IM-0391-0001 + split: test + image: images/Darwin_00005193_NORMAL2-IM-0391-0001.png + label: labels/Darwin_00005193_NORMAL2-IM-0391-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005194_NORMAL2-IM-0392-0001 + subject_id: Darwin_00005194_NORMAL2-IM-0392-0001 + split: val + image: images/Darwin_00005194_NORMAL2-IM-0392-0001.png + label: labels/Darwin_00005194_NORMAL2-IM-0392-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005195_NORMAL2-IM-0393-0001 + subject_id: Darwin_00005195_NORMAL2-IM-0393-0001 + split: train + image: images/Darwin_00005195_NORMAL2-IM-0393-0001.png + label: labels/Darwin_00005195_NORMAL2-IM-0393-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005196_NORMAL2-IM-0394-0001 + subject_id: Darwin_00005196_NORMAL2-IM-0394-0001 + split: val + image: images/Darwin_00005196_NORMAL2-IM-0394-0001.png + label: labels/Darwin_00005196_NORMAL2-IM-0394-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005197_NORMAL2-IM-0395-0001-0001 + subject_id: Darwin_00005197_NORMAL2-IM-0395-0001-0001 + split: train + image: images/Darwin_00005197_NORMAL2-IM-0395-0001-0001.png + label: labels/Darwin_00005197_NORMAL2-IM-0395-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005198_NORMAL2-IM-0395-0001-0002 + subject_id: Darwin_00005198_NORMAL2-IM-0395-0001-0002 + split: train + image: images/Darwin_00005198_NORMAL2-IM-0395-0001-0002.png + label: labels/Darwin_00005198_NORMAL2-IM-0395-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005199_NORMAL2-IM-0395-0001 + subject_id: Darwin_00005199_NORMAL2-IM-0395-0001 + split: train + image: images/Darwin_00005199_NORMAL2-IM-0395-0001.png + label: labels/Darwin_00005199_NORMAL2-IM-0395-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005200_NORMAL2-IM-0396-0001 + subject_id: Darwin_00005200_NORMAL2-IM-0396-0001 + split: train + image: images/Darwin_00005200_NORMAL2-IM-0396-0001.png + label: labels/Darwin_00005200_NORMAL2-IM-0396-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005201_NORMAL2-IM-0397-0001 + subject_id: Darwin_00005201_NORMAL2-IM-0397-0001 + split: val + image: images/Darwin_00005201_NORMAL2-IM-0397-0001.png + label: labels/Darwin_00005201_NORMAL2-IM-0397-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005202_NORMAL2-IM-0399-0001 + subject_id: Darwin_00005202_NORMAL2-IM-0399-0001 + split: train + image: images/Darwin_00005202_NORMAL2-IM-0399-0001.png + label: labels/Darwin_00005202_NORMAL2-IM-0399-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005203_NORMAL2-IM-0401-0001 + subject_id: Darwin_00005203_NORMAL2-IM-0401-0001 + split: train + image: images/Darwin_00005203_NORMAL2-IM-0401-0001.png + label: labels/Darwin_00005203_NORMAL2-IM-0401-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005204_NORMAL2-IM-0402-0001 + subject_id: Darwin_00005204_NORMAL2-IM-0402-0001 + split: val + image: images/Darwin_00005204_NORMAL2-IM-0402-0001.png + label: labels/Darwin_00005204_NORMAL2-IM-0402-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005205_NORMAL2-IM-0403-0001 + subject_id: Darwin_00005205_NORMAL2-IM-0403-0001 + split: train + image: images/Darwin_00005205_NORMAL2-IM-0403-0001.png + label: labels/Darwin_00005205_NORMAL2-IM-0403-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005206_NORMAL2-IM-0404-0001 + subject_id: Darwin_00005206_NORMAL2-IM-0404-0001 + split: train + image: images/Darwin_00005206_NORMAL2-IM-0404-0001.png + label: labels/Darwin_00005206_NORMAL2-IM-0404-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005207_NORMAL2-IM-0406-0001 + subject_id: Darwin_00005207_NORMAL2-IM-0406-0001 + split: val + image: images/Darwin_00005207_NORMAL2-IM-0406-0001.png + label: labels/Darwin_00005207_NORMAL2-IM-0406-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005208_IM-0700-0001 + subject_id: Darwin_00005208_IM-0700-0001 + split: val + image: images/Darwin_00005208_IM-0700-0001.png + label: labels/Darwin_00005208_IM-0700-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005209_IM-0701-0001 + subject_id: Darwin_00005209_IM-0701-0001 + split: val + image: images/Darwin_00005209_IM-0701-0001.png + label: labels/Darwin_00005209_IM-0701-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005210_IM-0702-0001 + subject_id: Darwin_00005210_IM-0702-0001 + split: train + image: images/Darwin_00005210_IM-0702-0001.png + label: labels/Darwin_00005210_IM-0702-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005211_IM-0703-0001 + subject_id: Darwin_00005211_IM-0703-0001 + split: train + image: images/Darwin_00005211_IM-0703-0001.png + label: labels/Darwin_00005211_IM-0703-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005212_IM-0704-0001 + subject_id: Darwin_00005212_IM-0704-0001 + split: train + image: images/Darwin_00005212_IM-0704-0001.png + label: labels/Darwin_00005212_IM-0704-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005213_IM-0705-0001 + subject_id: Darwin_00005213_IM-0705-0001 + split: train + image: images/Darwin_00005213_IM-0705-0001.png + label: labels/Darwin_00005213_IM-0705-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005214_IM-0706-0001 + subject_id: Darwin_00005214_IM-0706-0001 + split: train + image: images/Darwin_00005214_IM-0706-0001.png + label: labels/Darwin_00005214_IM-0706-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005215_IM-0707-0001 + subject_id: Darwin_00005215_IM-0707-0001 + split: train + image: images/Darwin_00005215_IM-0707-0001.png + label: labels/Darwin_00005215_IM-0707-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005216_IM-0709-0001 + subject_id: Darwin_00005216_IM-0709-0001 + split: val + image: images/Darwin_00005216_IM-0709-0001.png + label: labels/Darwin_00005216_IM-0709-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005217_IM-0710-0001 + subject_id: Darwin_00005217_IM-0710-0001 + split: train + image: images/Darwin_00005217_IM-0710-0001.png + label: labels/Darwin_00005217_IM-0710-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005218_IM-0711-0001 + subject_id: Darwin_00005218_IM-0711-0001 + split: test + image: images/Darwin_00005218_IM-0711-0001.png + label: labels/Darwin_00005218_IM-0711-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005219_IM-0712-0001 + subject_id: Darwin_00005219_IM-0712-0001 + split: val + image: images/Darwin_00005219_IM-0712-0001.png + label: labels/Darwin_00005219_IM-0712-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005220_IM-0713-0001 + subject_id: Darwin_00005220_IM-0713-0001 + split: train + image: images/Darwin_00005220_IM-0713-0001.png + label: labels/Darwin_00005220_IM-0713-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005221_IM-0714-0001 + subject_id: Darwin_00005221_IM-0714-0001 + split: train + image: images/Darwin_00005221_IM-0714-0001.png + label: labels/Darwin_00005221_IM-0714-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005222_IM-0715-0001 + subject_id: Darwin_00005222_IM-0715-0001 + split: val + image: images/Darwin_00005222_IM-0715-0001.png + label: labels/Darwin_00005222_IM-0715-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005223_IM-0716-0001 + subject_id: Darwin_00005223_IM-0716-0001 + split: val + image: images/Darwin_00005223_IM-0716-0001.png + label: labels/Darwin_00005223_IM-0716-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005224_IM-0717-0001 + subject_id: Darwin_00005224_IM-0717-0001 + split: train + image: images/Darwin_00005224_IM-0717-0001.png + label: labels/Darwin_00005224_IM-0717-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005225_IM-0718-0001 + subject_id: Darwin_00005225_IM-0718-0001 + split: train + image: images/Darwin_00005225_IM-0718-0001.png + label: labels/Darwin_00005225_IM-0718-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005226_IM-0719-0001 + subject_id: Darwin_00005226_IM-0719-0001 + split: test + image: images/Darwin_00005226_IM-0719-0001.png + label: labels/Darwin_00005226_IM-0719-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005227_IM-0721-0001 + subject_id: Darwin_00005227_IM-0721-0001 + split: train + image: images/Darwin_00005227_IM-0721-0001.png + label: labels/Darwin_00005227_IM-0721-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005228_IM-0722-0001 + subject_id: Darwin_00005228_IM-0722-0001 + split: train + image: images/Darwin_00005228_IM-0722-0001.png + label: labels/Darwin_00005228_IM-0722-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005229_IM-0724-0001 + subject_id: Darwin_00005229_IM-0724-0001 + split: train + image: images/Darwin_00005229_IM-0724-0001.png + label: labels/Darwin_00005229_IM-0724-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005230_IM-0727-0001 + subject_id: Darwin_00005230_IM-0727-0001 + split: train + image: images/Darwin_00005230_IM-0727-0001.png + label: labels/Darwin_00005230_IM-0727-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005231_IM-0728-0001 + subject_id: Darwin_00005231_IM-0728-0001 + split: val + image: images/Darwin_00005231_IM-0728-0001.png + label: labels/Darwin_00005231_IM-0728-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005232_IM-0729-0001 + subject_id: Darwin_00005232_IM-0729-0001 + split: train + image: images/Darwin_00005232_IM-0729-0001.png + label: labels/Darwin_00005232_IM-0729-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005233_IM-0730-0001 + subject_id: Darwin_00005233_IM-0730-0001 + split: train + image: images/Darwin_00005233_IM-0730-0001.png + label: labels/Darwin_00005233_IM-0730-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005234_IM-0732-0001 + subject_id: Darwin_00005234_IM-0732-0001 + split: train + image: images/Darwin_00005234_IM-0732-0001.png + label: labels/Darwin_00005234_IM-0732-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005235_IM-0733-0001 + subject_id: Darwin_00005235_IM-0733-0001 + split: train + image: images/Darwin_00005235_IM-0733-0001.png + label: labels/Darwin_00005235_IM-0733-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005236_IM-0734-0001 + subject_id: Darwin_00005236_IM-0734-0001 + split: val + image: images/Darwin_00005236_IM-0734-0001.png + label: labels/Darwin_00005236_IM-0734-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005237_IM-0735-0001 + subject_id: Darwin_00005237_IM-0735-0001 + split: test + image: images/Darwin_00005237_IM-0735-0001.png + label: labels/Darwin_00005237_IM-0735-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005238_IM-0736-0001 + subject_id: Darwin_00005238_IM-0736-0001 + split: train + image: images/Darwin_00005238_IM-0736-0001.png + label: labels/Darwin_00005238_IM-0736-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005239_IM-0737-0001 + subject_id: Darwin_00005239_IM-0737-0001 + split: val + image: images/Darwin_00005239_IM-0737-0001.png + label: labels/Darwin_00005239_IM-0737-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005240_IM-0738-0001 + subject_id: Darwin_00005240_IM-0738-0001 + split: train + image: images/Darwin_00005240_IM-0738-0001.png + label: labels/Darwin_00005240_IM-0738-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005241_IM-0739-0001 + subject_id: Darwin_00005241_IM-0739-0001 + split: train + image: images/Darwin_00005241_IM-0739-0001.png + label: labels/Darwin_00005241_IM-0739-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005242_IM-0740-0001 + subject_id: Darwin_00005242_IM-0740-0001 + split: train + image: images/Darwin_00005242_IM-0740-0001.png + label: labels/Darwin_00005242_IM-0740-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005243_IM-0666-0001 + subject_id: Darwin_00005243_IM-0666-0001 + split: train + image: images/Darwin_00005243_IM-0666-0001.png + label: labels/Darwin_00005243_IM-0666-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005244_IM-0667-0001 + subject_id: Darwin_00005244_IM-0667-0001 + split: val + image: images/Darwin_00005244_IM-0667-0001.png + label: labels/Darwin_00005244_IM-0667-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005245_IM-0668-0001 + subject_id: Darwin_00005245_IM-0668-0001 + split: train + image: images/Darwin_00005245_IM-0668-0001.png + label: labels/Darwin_00005245_IM-0668-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005246_IM-0669-0001 + subject_id: Darwin_00005246_IM-0669-0001 + split: test + image: images/Darwin_00005246_IM-0669-0001.png + label: labels/Darwin_00005246_IM-0669-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005247_IM-0670-0001 + subject_id: Darwin_00005247_IM-0670-0001 + split: test + image: images/Darwin_00005247_IM-0670-0001.png + label: labels/Darwin_00005247_IM-0670-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005248_IM-0671-0001 + subject_id: Darwin_00005248_IM-0671-0001 + split: train + image: images/Darwin_00005248_IM-0671-0001.png + label: labels/Darwin_00005248_IM-0671-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005249_IM-0672-0001 + subject_id: Darwin_00005249_IM-0672-0001 + split: test + image: images/Darwin_00005249_IM-0672-0001.png + label: labels/Darwin_00005249_IM-0672-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005250_IM-0673-0001 + subject_id: Darwin_00005250_IM-0673-0001 + split: train + image: images/Darwin_00005250_IM-0673-0001.png + label: labels/Darwin_00005250_IM-0673-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005251_IM-0674-0001 + subject_id: Darwin_00005251_IM-0674-0001 + split: train + image: images/Darwin_00005251_IM-0674-0001.png + label: labels/Darwin_00005251_IM-0674-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005252_IM-0675-0001 + subject_id: Darwin_00005252_IM-0675-0001 + split: val + image: images/Darwin_00005252_IM-0675-0001.png + label: labels/Darwin_00005252_IM-0675-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005253_IM-0676-0001 + subject_id: Darwin_00005253_IM-0676-0001 + split: train + image: images/Darwin_00005253_IM-0676-0001.png + label: labels/Darwin_00005253_IM-0676-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005254_IM-0677-0001 + subject_id: Darwin_00005254_IM-0677-0001 + split: train + image: images/Darwin_00005254_IM-0677-0001.png + label: labels/Darwin_00005254_IM-0677-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005255_IM-0678-0001 + subject_id: Darwin_00005255_IM-0678-0001 + split: val + image: images/Darwin_00005255_IM-0678-0001.png + label: labels/Darwin_00005255_IM-0678-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005256_IM-0679-0001 + subject_id: Darwin_00005256_IM-0679-0001 + split: test + image: images/Darwin_00005256_IM-0679-0001.png + label: labels/Darwin_00005256_IM-0679-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005257_IM-0680-0001 + subject_id: Darwin_00005257_IM-0680-0001 + split: val + image: images/Darwin_00005257_IM-0680-0001.png + label: labels/Darwin_00005257_IM-0680-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005258_IM-0681-0001 + subject_id: Darwin_00005258_IM-0681-0001 + split: train + image: images/Darwin_00005258_IM-0681-0001.png + label: labels/Darwin_00005258_IM-0681-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005259_IM-0682-0001 + subject_id: Darwin_00005259_IM-0682-0001 + split: train + image: images/Darwin_00005259_IM-0682-0001.png + label: labels/Darwin_00005259_IM-0682-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005260_IM-0683-0001 + subject_id: Darwin_00005260_IM-0683-0001 + split: test + image: images/Darwin_00005260_IM-0683-0001.png + label: labels/Darwin_00005260_IM-0683-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005261_IM-0684-0001 + subject_id: Darwin_00005261_IM-0684-0001 + split: val + image: images/Darwin_00005261_IM-0684-0001.png + label: labels/Darwin_00005261_IM-0684-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005262_IM-0685-0001 + subject_id: Darwin_00005262_IM-0685-0001 + split: val + image: images/Darwin_00005262_IM-0685-0001.png + label: labels/Darwin_00005262_IM-0685-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005263_IM-0686-0001 + subject_id: Darwin_00005263_IM-0686-0001 + split: test + image: images/Darwin_00005263_IM-0686-0001.png + label: labels/Darwin_00005263_IM-0686-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005264_IM-0687-0001 + subject_id: Darwin_00005264_IM-0687-0001 + split: test + image: images/Darwin_00005264_IM-0687-0001.png + label: labels/Darwin_00005264_IM-0687-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005265_IM-0688-0001 + subject_id: Darwin_00005265_IM-0688-0001 + split: val + image: images/Darwin_00005265_IM-0688-0001.png + label: labels/Darwin_00005265_IM-0688-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005266_IM-0689-0001 + subject_id: Darwin_00005266_IM-0689-0001 + split: train + image: images/Darwin_00005266_IM-0689-0001.png + label: labels/Darwin_00005266_IM-0689-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005267_IM-0691-0001 + subject_id: Darwin_00005267_IM-0691-0001 + split: train + image: images/Darwin_00005267_IM-0691-0001.png + label: labels/Darwin_00005267_IM-0691-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005268_IM-0692-0001 + subject_id: Darwin_00005268_IM-0692-0001 + split: train + image: images/Darwin_00005268_IM-0692-0001.png + label: labels/Darwin_00005268_IM-0692-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005269_IM-0693-0001 + subject_id: Darwin_00005269_IM-0693-0001 + split: train + image: images/Darwin_00005269_IM-0693-0001.png + label: labels/Darwin_00005269_IM-0693-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005270_IM-0694-0001 + subject_id: Darwin_00005270_IM-0694-0001 + split: train + image: images/Darwin_00005270_IM-0694-0001.png + label: labels/Darwin_00005270_IM-0694-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005271_IM-0695-0001 + subject_id: Darwin_00005271_IM-0695-0001 + split: train + image: images/Darwin_00005271_IM-0695-0001.png + label: labels/Darwin_00005271_IM-0695-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005272_IM-0696-0001 + subject_id: Darwin_00005272_IM-0696-0001 + split: val + image: images/Darwin_00005272_IM-0696-0001.png + label: labels/Darwin_00005272_IM-0696-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005273_IM-0697-0001 + subject_id: Darwin_00005273_IM-0697-0001 + split: val + image: images/Darwin_00005273_IM-0697-0001.png + label: labels/Darwin_00005273_IM-0697-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005274_IM-0698-0001 + subject_id: Darwin_00005274_IM-0698-0001 + split: train + image: images/Darwin_00005274_IM-0698-0001.png + label: labels/Darwin_00005274_IM-0698-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005275_IM-0642-0001 + subject_id: Darwin_00005275_IM-0642-0001 + split: train + image: images/Darwin_00005275_IM-0642-0001.png + label: labels/Darwin_00005275_IM-0642-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005276_IM-0643-0001 + subject_id: Darwin_00005276_IM-0643-0001 + split: val + image: images/Darwin_00005276_IM-0643-0001.png + label: labels/Darwin_00005276_IM-0643-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005277_IM-0644-0001-0001 + subject_id: Darwin_00005277_IM-0644-0001-0001 + split: test + image: images/Darwin_00005277_IM-0644-0001-0001.png + label: labels/Darwin_00005277_IM-0644-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005278_IM-0644-0001-0002 + subject_id: Darwin_00005278_IM-0644-0001-0002 + split: train + image: images/Darwin_00005278_IM-0644-0001-0002.png + label: labels/Darwin_00005278_IM-0644-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005279_IM-0644-0001 + subject_id: Darwin_00005279_IM-0644-0001 + split: train + image: images/Darwin_00005279_IM-0644-0001.png + label: labels/Darwin_00005279_IM-0644-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005280_IM-0645-0001 + subject_id: Darwin_00005280_IM-0645-0001 + split: train + image: images/Darwin_00005280_IM-0645-0001.png + label: labels/Darwin_00005280_IM-0645-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005281_IM-0646-0001 + subject_id: Darwin_00005281_IM-0646-0001 + split: test + image: images/Darwin_00005281_IM-0646-0001.png + label: labels/Darwin_00005281_IM-0646-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005282_IM-0647-0001 + subject_id: Darwin_00005282_IM-0647-0001 + split: val + image: images/Darwin_00005282_IM-0647-0001.png + label: labels/Darwin_00005282_IM-0647-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005283_IM-0648-0001 + subject_id: Darwin_00005283_IM-0648-0001 + split: train + image: images/Darwin_00005283_IM-0648-0001.png + label: labels/Darwin_00005283_IM-0648-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005284_IM-0649-0001 + subject_id: Darwin_00005284_IM-0649-0001 + split: train + image: images/Darwin_00005284_IM-0649-0001.png + label: labels/Darwin_00005284_IM-0649-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005285_IM-0650-0001-0001 + subject_id: Darwin_00005285_IM-0650-0001-0001 + split: train + image: images/Darwin_00005285_IM-0650-0001-0001.png + label: labels/Darwin_00005285_IM-0650-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005286_IM-0650-0001-0002 + subject_id: Darwin_00005286_IM-0650-0001-0002 + split: train + image: images/Darwin_00005286_IM-0650-0001-0002.png + label: labels/Darwin_00005286_IM-0650-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005287_IM-0650-0001 + subject_id: Darwin_00005287_IM-0650-0001 + split: train + image: images/Darwin_00005287_IM-0650-0001.png + label: labels/Darwin_00005287_IM-0650-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005288_IM-0651-0001 + subject_id: Darwin_00005288_IM-0651-0001 + split: test + image: images/Darwin_00005288_IM-0651-0001.png + label: labels/Darwin_00005288_IM-0651-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005289_IM-0652-0001-0002 + subject_id: Darwin_00005289_IM-0652-0001-0002 + split: train + image: images/Darwin_00005289_IM-0652-0001-0002.png + label: labels/Darwin_00005289_IM-0652-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005290_IM-0652-0001 + subject_id: Darwin_00005290_IM-0652-0001 + split: train + image: images/Darwin_00005290_IM-0652-0001.png + label: labels/Darwin_00005290_IM-0652-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005291_IM-0654-0001 + subject_id: Darwin_00005291_IM-0654-0001 + split: val + image: images/Darwin_00005291_IM-0654-0001.png + label: labels/Darwin_00005291_IM-0654-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005292_IM-0655-0001 + subject_id: Darwin_00005292_IM-0655-0001 + split: train + image: images/Darwin_00005292_IM-0655-0001.png + label: labels/Darwin_00005292_IM-0655-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005293_IM-0656-0001-0001 + subject_id: Darwin_00005293_IM-0656-0001-0001 + split: train + image: images/Darwin_00005293_IM-0656-0001-0001.png + label: labels/Darwin_00005293_IM-0656-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005294_IM-0656-0001-0002 + subject_id: Darwin_00005294_IM-0656-0001-0002 + split: test + image: images/Darwin_00005294_IM-0656-0001-0002.png + label: labels/Darwin_00005294_IM-0656-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005295_IM-0656-0001 + subject_id: Darwin_00005295_IM-0656-0001 + split: train + image: images/Darwin_00005295_IM-0656-0001.png + label: labels/Darwin_00005295_IM-0656-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005296_IM-0657-0001 + subject_id: Darwin_00005296_IM-0657-0001 + split: train + image: images/Darwin_00005296_IM-0657-0001.png + label: labels/Darwin_00005296_IM-0657-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005297_IM-0658-0001 + subject_id: Darwin_00005297_IM-0658-0001 + split: train + image: images/Darwin_00005297_IM-0658-0001.png + label: labels/Darwin_00005297_IM-0658-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005298_IM-0659-0001 + subject_id: Darwin_00005298_IM-0659-0001 + split: train + image: images/Darwin_00005298_IM-0659-0001.png + label: labels/Darwin_00005298_IM-0659-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005299_IM-0660-0001-0001 + subject_id: Darwin_00005299_IM-0660-0001-0001 + split: train + image: images/Darwin_00005299_IM-0660-0001-0001.png + label: labels/Darwin_00005299_IM-0660-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005300_IM-0660-0001-0002 + subject_id: Darwin_00005300_IM-0660-0001-0002 + split: test + image: images/Darwin_00005300_IM-0660-0001-0002.png + label: labels/Darwin_00005300_IM-0660-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005301_IM-0660-0001 + subject_id: Darwin_00005301_IM-0660-0001 + split: train + image: images/Darwin_00005301_IM-0660-0001.png + label: labels/Darwin_00005301_IM-0660-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005302_IM-0661-0001 + subject_id: Darwin_00005302_IM-0661-0001 + split: train + image: images/Darwin_00005302_IM-0661-0001.png + label: labels/Darwin_00005302_IM-0661-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005303_IM-0662-0001 + subject_id: Darwin_00005303_IM-0662-0001 + split: test + image: images/Darwin_00005303_IM-0662-0001.png + label: labels/Darwin_00005303_IM-0662-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005304_IM-0663-0001 + subject_id: Darwin_00005304_IM-0663-0001 + split: train + image: images/Darwin_00005304_IM-0663-0001.png + label: labels/Darwin_00005304_IM-0663-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005305_IM-0664-0001 + subject_id: Darwin_00005305_IM-0664-0001 + split: train + image: images/Darwin_00005305_IM-0664-0001.png + label: labels/Darwin_00005305_IM-0664-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005306_IM-0665-0001 + subject_id: Darwin_00005306_IM-0665-0001 + split: val + image: images/Darwin_00005306_IM-0665-0001.png + label: labels/Darwin_00005306_IM-0665-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005307_IM-0666-0001-0001 + subject_id: Darwin_00005307_IM-0666-0001-0001 + split: train + image: images/Darwin_00005307_IM-0666-0001-0001.png + label: labels/Darwin_00005307_IM-0666-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005308_IM-0666-0001-0002 + subject_id: Darwin_00005308_IM-0666-0001-0002 + split: train + image: images/Darwin_00005308_IM-0666-0001-0002.png + label: labels/Darwin_00005308_IM-0666-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005309_IM-0619-0001 + subject_id: Darwin_00005309_IM-0619-0001 + split: train + image: images/Darwin_00005309_IM-0619-0001.png + label: labels/Darwin_00005309_IM-0619-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005310_IM-0620-0001-0001 + subject_id: Darwin_00005310_IM-0620-0001-0001 + split: train + image: images/Darwin_00005310_IM-0620-0001-0001.png + label: labels/Darwin_00005310_IM-0620-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005311_IM-0620-0001-0002 + subject_id: Darwin_00005311_IM-0620-0001-0002 + split: train + image: images/Darwin_00005311_IM-0620-0001-0002.png + label: labels/Darwin_00005311_IM-0620-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005312_IM-0620-0001 + subject_id: Darwin_00005312_IM-0620-0001 + split: train + image: images/Darwin_00005312_IM-0620-0001.png + label: labels/Darwin_00005312_IM-0620-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005313_IM-0621-0001 + subject_id: Darwin_00005313_IM-0621-0001 + split: train + image: images/Darwin_00005313_IM-0621-0001.png + label: labels/Darwin_00005313_IM-0621-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005314_IM-0622-0001-0001 + subject_id: Darwin_00005314_IM-0622-0001-0001 + split: train + image: images/Darwin_00005314_IM-0622-0001-0001.png + label: labels/Darwin_00005314_IM-0622-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005315_IM-0622-0001-0002 + subject_id: Darwin_00005315_IM-0622-0001-0002 + split: val + image: images/Darwin_00005315_IM-0622-0001-0002.png + label: labels/Darwin_00005315_IM-0622-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005316_IM-0622-0001 + subject_id: Darwin_00005316_IM-0622-0001 + split: test + image: images/Darwin_00005316_IM-0622-0001.png + label: labels/Darwin_00005316_IM-0622-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005317_IM-0623-0001 + subject_id: Darwin_00005317_IM-0623-0001 + split: train + image: images/Darwin_00005317_IM-0623-0001.png + label: labels/Darwin_00005317_IM-0623-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005318_IM-0624-0001-0002 + subject_id: Darwin_00005318_IM-0624-0001-0002 + split: train + image: images/Darwin_00005318_IM-0624-0001-0002.png + label: labels/Darwin_00005318_IM-0624-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005319_IM-0624-0001 + subject_id: Darwin_00005319_IM-0624-0001 + split: val + image: images/Darwin_00005319_IM-0624-0001.png + label: labels/Darwin_00005319_IM-0624-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005320_IM-0625-0001 + subject_id: Darwin_00005320_IM-0625-0001 + split: train + image: images/Darwin_00005320_IM-0625-0001.png + label: labels/Darwin_00005320_IM-0625-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005321_IM-0626-0001-0001 + subject_id: Darwin_00005321_IM-0626-0001-0001 + split: train + image: images/Darwin_00005321_IM-0626-0001-0001.png + label: labels/Darwin_00005321_IM-0626-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005322_IM-0626-0001-0002 + subject_id: Darwin_00005322_IM-0626-0001-0002 + split: train + image: images/Darwin_00005322_IM-0626-0001-0002.png + label: labels/Darwin_00005322_IM-0626-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005323_IM-0627-0001 + subject_id: Darwin_00005323_IM-0627-0001 + split: val + image: images/Darwin_00005323_IM-0627-0001.png + label: labels/Darwin_00005323_IM-0627-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005324_IM-0628-0001 + subject_id: Darwin_00005324_IM-0628-0001 + split: val + image: images/Darwin_00005324_IM-0628-0001.png + label: labels/Darwin_00005324_IM-0628-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005325_IM-0629-0001-0001 + subject_id: Darwin_00005325_IM-0629-0001-0001 + split: train + image: images/Darwin_00005325_IM-0629-0001-0001.png + label: labels/Darwin_00005325_IM-0629-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005326_IM-0629-0001-0002 + subject_id: Darwin_00005326_IM-0629-0001-0002 + split: test + image: images/Darwin_00005326_IM-0629-0001-0002.png + label: labels/Darwin_00005326_IM-0629-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005327_IM-0629-0001-0003 + subject_id: Darwin_00005327_IM-0629-0001-0003 + split: train + image: images/Darwin_00005327_IM-0629-0001-0003.png + label: labels/Darwin_00005327_IM-0629-0001-0003.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005328_IM-0629-0001 + subject_id: Darwin_00005328_IM-0629-0001 + split: val + image: images/Darwin_00005328_IM-0629-0001.png + label: labels/Darwin_00005328_IM-0629-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005329_IM-0630-0001 + subject_id: Darwin_00005329_IM-0630-0001 + split: train + image: images/Darwin_00005329_IM-0630-0001.png + label: labels/Darwin_00005329_IM-0630-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005330_IM-0631-0001-0001 + subject_id: Darwin_00005330_IM-0631-0001-0001 + split: train + image: images/Darwin_00005330_IM-0631-0001-0001.png + label: labels/Darwin_00005330_IM-0631-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005331_IM-0631-0001-0002 + subject_id: Darwin_00005331_IM-0631-0001-0002 + split: train + image: images/Darwin_00005331_IM-0631-0001-0002.png + label: labels/Darwin_00005331_IM-0631-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005332_IM-0631-0001 + subject_id: Darwin_00005332_IM-0631-0001 + split: train + image: images/Darwin_00005332_IM-0631-0001.png + label: labels/Darwin_00005332_IM-0631-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005333_IM-0632-0001 + subject_id: Darwin_00005333_IM-0632-0001 + split: test + image: images/Darwin_00005333_IM-0632-0001.png + label: labels/Darwin_00005333_IM-0632-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005334_IM-0633-0001 + subject_id: Darwin_00005334_IM-0633-0001 + split: train + image: images/Darwin_00005334_IM-0633-0001.png + label: labels/Darwin_00005334_IM-0633-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005335_IM-0634-0001 + subject_id: Darwin_00005335_IM-0634-0001 + split: train + image: images/Darwin_00005335_IM-0634-0001.png + label: labels/Darwin_00005335_IM-0634-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005336_IM-0635-0001 + subject_id: Darwin_00005336_IM-0635-0001 + split: test + image: images/Darwin_00005336_IM-0635-0001.png + label: labels/Darwin_00005336_IM-0635-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005337_IM-0636-0001 + subject_id: Darwin_00005337_IM-0636-0001 + split: train + image: images/Darwin_00005337_IM-0636-0001.png + label: labels/Darwin_00005337_IM-0636-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005338_IM-0637-0001 + subject_id: Darwin_00005338_IM-0637-0001 + split: train + image: images/Darwin_00005338_IM-0637-0001.png + label: labels/Darwin_00005338_IM-0637-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005339_IM-0640-0001-0001 + subject_id: Darwin_00005339_IM-0640-0001-0001 + split: train + image: images/Darwin_00005339_IM-0640-0001-0001.png + label: labels/Darwin_00005339_IM-0640-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005340_IM-0640-0001-0002 + subject_id: Darwin_00005340_IM-0640-0001-0002 + split: train + image: images/Darwin_00005340_IM-0640-0001-0002.png + label: labels/Darwin_00005340_IM-0640-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005341_IM-0640-0001 + subject_id: Darwin_00005341_IM-0640-0001 + split: train + image: images/Darwin_00005341_IM-0640-0001.png + label: labels/Darwin_00005341_IM-0640-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005342_IM-0641-0001 + subject_id: Darwin_00005342_IM-0641-0001 + split: val + image: images/Darwin_00005342_IM-0641-0001.png + label: labels/Darwin_00005342_IM-0641-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005343_IM-0582-0001 + subject_id: Darwin_00005343_IM-0582-0001 + split: train + image: images/Darwin_00005343_IM-0582-0001.png + label: labels/Darwin_00005343_IM-0582-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005344_IM-0583-0001 + subject_id: Darwin_00005344_IM-0583-0001 + split: train + image: images/Darwin_00005344_IM-0583-0001.png + label: labels/Darwin_00005344_IM-0583-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005345_IM-0584-0001 + subject_id: Darwin_00005345_IM-0584-0001 + split: val + image: images/Darwin_00005345_IM-0584-0001.png + label: labels/Darwin_00005345_IM-0584-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005346_IM-0586-0001 + subject_id: Darwin_00005346_IM-0586-0001 + split: train + image: images/Darwin_00005346_IM-0586-0001.png + label: labels/Darwin_00005346_IM-0586-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005347_IM-0588-0001 + subject_id: Darwin_00005347_IM-0588-0001 + split: val + image: images/Darwin_00005347_IM-0588-0001.png + label: labels/Darwin_00005347_IM-0588-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005348_IM-0590-0001 + subject_id: Darwin_00005348_IM-0590-0001 + split: train + image: images/Darwin_00005348_IM-0590-0001.png + label: labels/Darwin_00005348_IM-0590-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005349_IM-0591-0001 + subject_id: Darwin_00005349_IM-0591-0001 + split: train + image: images/Darwin_00005349_IM-0591-0001.png + label: labels/Darwin_00005349_IM-0591-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005350_IM-0592-0001 + subject_id: Darwin_00005350_IM-0592-0001 + split: train + image: images/Darwin_00005350_IM-0592-0001.png + label: labels/Darwin_00005350_IM-0592-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005351_IM-0593-0001 + subject_id: Darwin_00005351_IM-0593-0001 + split: train + image: images/Darwin_00005351_IM-0593-0001.png + label: labels/Darwin_00005351_IM-0593-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005352_IM-0595-0001 + subject_id: Darwin_00005352_IM-0595-0001 + split: val + image: images/Darwin_00005352_IM-0595-0001.png + label: labels/Darwin_00005352_IM-0595-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005353_IM-0596-0001 + subject_id: Darwin_00005353_IM-0596-0001 + split: train + image: images/Darwin_00005353_IM-0596-0001.png + label: labels/Darwin_00005353_IM-0596-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005354_IM-0598-0001 + subject_id: Darwin_00005354_IM-0598-0001 + split: test + image: images/Darwin_00005354_IM-0598-0001.png + label: labels/Darwin_00005354_IM-0598-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005355_IM-0599-0001 + subject_id: Darwin_00005355_IM-0599-0001 + split: train + image: images/Darwin_00005355_IM-0599-0001.png + label: labels/Darwin_00005355_IM-0599-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005356_IM-0600-0001 + subject_id: Darwin_00005356_IM-0600-0001 + split: train + image: images/Darwin_00005356_IM-0600-0001.png + label: labels/Darwin_00005356_IM-0600-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005357_IM-0601-0001 + subject_id: Darwin_00005357_IM-0601-0001 + split: train + image: images/Darwin_00005357_IM-0601-0001.png + label: labels/Darwin_00005357_IM-0601-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005358_IM-0602-0001 + subject_id: Darwin_00005358_IM-0602-0001 + split: train + image: images/Darwin_00005358_IM-0602-0001.png + label: labels/Darwin_00005358_IM-0602-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005359_IM-0604-0001 + subject_id: Darwin_00005359_IM-0604-0001 + split: val + image: images/Darwin_00005359_IM-0604-0001.png + label: labels/Darwin_00005359_IM-0604-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005360_IM-0605-0001 + subject_id: Darwin_00005360_IM-0605-0001 + split: train + image: images/Darwin_00005360_IM-0605-0001.png + label: labels/Darwin_00005360_IM-0605-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005361_IM-0606-0001 + subject_id: Darwin_00005361_IM-0606-0001 + split: train + image: images/Darwin_00005361_IM-0606-0001.png + label: labels/Darwin_00005361_IM-0606-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005362_IM-0607-0001 + subject_id: Darwin_00005362_IM-0607-0001 + split: train + image: images/Darwin_00005362_IM-0607-0001.png + label: labels/Darwin_00005362_IM-0607-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005363_IM-0608-0001-0001 + subject_id: Darwin_00005363_IM-0608-0001-0001 + split: test + image: images/Darwin_00005363_IM-0608-0001-0001.png + label: labels/Darwin_00005363_IM-0608-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005364_IM-0608-0001-0002 + subject_id: Darwin_00005364_IM-0608-0001-0002 + split: val + image: images/Darwin_00005364_IM-0608-0001-0002.png + label: labels/Darwin_00005364_IM-0608-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005365_IM-0608-0001 + subject_id: Darwin_00005365_IM-0608-0001 + split: train + image: images/Darwin_00005365_IM-0608-0001.png + label: labels/Darwin_00005365_IM-0608-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005366_IM-0609-0001 + subject_id: Darwin_00005366_IM-0609-0001 + split: train + image: images/Darwin_00005366_IM-0609-0001.png + label: labels/Darwin_00005366_IM-0609-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005367_IM-0612-0001-0001 + subject_id: Darwin_00005367_IM-0612-0001-0001 + split: train + image: images/Darwin_00005367_IM-0612-0001-0001.png + label: labels/Darwin_00005367_IM-0612-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005368_IM-0612-0001-0002 + subject_id: Darwin_00005368_IM-0612-0001-0002 + split: test + image: images/Darwin_00005368_IM-0612-0001-0002.png + label: labels/Darwin_00005368_IM-0612-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005369_IM-0612-0001 + subject_id: Darwin_00005369_IM-0612-0001 + split: train + image: images/Darwin_00005369_IM-0612-0001.png + label: labels/Darwin_00005369_IM-0612-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005370_IM-0613-0001 + subject_id: Darwin_00005370_IM-0613-0001 + split: val + image: images/Darwin_00005370_IM-0613-0001.png + label: labels/Darwin_00005370_IM-0613-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005371_IM-0614-0001 + subject_id: Darwin_00005371_IM-0614-0001 + split: train + image: images/Darwin_00005371_IM-0614-0001.png + label: labels/Darwin_00005371_IM-0614-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005372_IM-0615-0001 + subject_id: Darwin_00005372_IM-0615-0001 + split: train + image: images/Darwin_00005372_IM-0615-0001.png + label: labels/Darwin_00005372_IM-0615-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005373_IM-0616-0001 + subject_id: Darwin_00005373_IM-0616-0001 + split: train + image: images/Darwin_00005373_IM-0616-0001.png + label: labels/Darwin_00005373_IM-0616-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005374_IM-0617-0001 + subject_id: Darwin_00005374_IM-0617-0001 + split: train + image: images/Darwin_00005374_IM-0617-0001.png + label: labels/Darwin_00005374_IM-0617-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005375_IM-0618-0001-0001 + subject_id: Darwin_00005375_IM-0618-0001-0001 + split: test + image: images/Darwin_00005375_IM-0618-0001-0001.png + label: labels/Darwin_00005375_IM-0618-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005376_IM-0618-0001-0002 + subject_id: Darwin_00005376_IM-0618-0001-0002 + split: train + image: images/Darwin_00005376_IM-0618-0001-0002.png + label: labels/Darwin_00005376_IM-0618-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005377_IM-0618-0001 + subject_id: Darwin_00005377_IM-0618-0001 + split: train + image: images/Darwin_00005377_IM-0618-0001.png + label: labels/Darwin_00005377_IM-0618-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005378_IM-0551-0001-0002 + subject_id: Darwin_00005378_IM-0551-0001-0002 + split: train + image: images/Darwin_00005378_IM-0551-0001-0002.png + label: labels/Darwin_00005378_IM-0551-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005379_IM-0551-0001 + subject_id: Darwin_00005379_IM-0551-0001 + split: val + image: images/Darwin_00005379_IM-0551-0001.png + label: labels/Darwin_00005379_IM-0551-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005380_IM-0552-0001 + subject_id: Darwin_00005380_IM-0552-0001 + split: train + image: images/Darwin_00005380_IM-0552-0001.png + label: labels/Darwin_00005380_IM-0552-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005381_IM-0553-0001-0001 + subject_id: Darwin_00005381_IM-0553-0001-0001 + split: train + image: images/Darwin_00005381_IM-0553-0001-0001.png + label: labels/Darwin_00005381_IM-0553-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005382_IM-0553-0001-0002 + subject_id: Darwin_00005382_IM-0553-0001-0002 + split: train + image: images/Darwin_00005382_IM-0553-0001-0002.png + label: labels/Darwin_00005382_IM-0553-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005383_IM-0553-0001-0003 + subject_id: Darwin_00005383_IM-0553-0001-0003 + split: train + image: images/Darwin_00005383_IM-0553-0001-0003.png + label: labels/Darwin_00005383_IM-0553-0001-0003.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005384_IM-0553-0001 + subject_id: Darwin_00005384_IM-0553-0001 + split: train + image: images/Darwin_00005384_IM-0553-0001.png + label: labels/Darwin_00005384_IM-0553-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005385_IM-0554-0001 + subject_id: Darwin_00005385_IM-0554-0001 + split: val + image: images/Darwin_00005385_IM-0554-0001.png + label: labels/Darwin_00005385_IM-0554-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005386_IM-0555-0001-0001 + subject_id: Darwin_00005386_IM-0555-0001-0001 + split: val + image: images/Darwin_00005386_IM-0555-0001-0001.png + label: labels/Darwin_00005386_IM-0555-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005387_IM-0555-0001-0002 + subject_id: Darwin_00005387_IM-0555-0001-0002 + split: train + image: images/Darwin_00005387_IM-0555-0001-0002.png + label: labels/Darwin_00005387_IM-0555-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005388_IM-0555-0001 + subject_id: Darwin_00005388_IM-0555-0001 + split: train + image: images/Darwin_00005388_IM-0555-0001.png + label: labels/Darwin_00005388_IM-0555-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005389_IM-0556-0001 + subject_id: Darwin_00005389_IM-0556-0001 + split: train + image: images/Darwin_00005389_IM-0556-0001.png + label: labels/Darwin_00005389_IM-0556-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005390_IM-0557-0001 + subject_id: Darwin_00005390_IM-0557-0001 + split: train + image: images/Darwin_00005390_IM-0557-0001.png + label: labels/Darwin_00005390_IM-0557-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005391_IM-0559-0001 + subject_id: Darwin_00005391_IM-0559-0001 + split: train + image: images/Darwin_00005391_IM-0559-0001.png + label: labels/Darwin_00005391_IM-0559-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005392_IM-0560-0001 + subject_id: Darwin_00005392_IM-0560-0001 + split: train + image: images/Darwin_00005392_IM-0560-0001.png + label: labels/Darwin_00005392_IM-0560-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005393_IM-0561-0001 + subject_id: Darwin_00005393_IM-0561-0001 + split: train + image: images/Darwin_00005393_IM-0561-0001.png + label: labels/Darwin_00005393_IM-0561-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005394_IM-0562-0001 + subject_id: Darwin_00005394_IM-0562-0001 + split: train + image: images/Darwin_00005394_IM-0562-0001.png + label: labels/Darwin_00005394_IM-0562-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005395_IM-0563-0001 + subject_id: Darwin_00005395_IM-0563-0001 + split: train + image: images/Darwin_00005395_IM-0563-0001.png + label: labels/Darwin_00005395_IM-0563-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005396_IM-0564-0001 + subject_id: Darwin_00005396_IM-0564-0001 + split: train + image: images/Darwin_00005396_IM-0564-0001.png + label: labels/Darwin_00005396_IM-0564-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005397_IM-0565-0001 + subject_id: Darwin_00005397_IM-0565-0001 + split: train + image: images/Darwin_00005397_IM-0565-0001.png + label: labels/Darwin_00005397_IM-0565-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005398_IM-0566-0001 + subject_id: Darwin_00005398_IM-0566-0001 + split: train + image: images/Darwin_00005398_IM-0566-0001.png + label: labels/Darwin_00005398_IM-0566-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005399_IM-0568-0001 + subject_id: Darwin_00005399_IM-0568-0001 + split: train + image: images/Darwin_00005399_IM-0568-0001.png + label: labels/Darwin_00005399_IM-0568-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005400_IM-0569-0001 + subject_id: Darwin_00005400_IM-0569-0001 + split: train + image: images/Darwin_00005400_IM-0569-0001.png + label: labels/Darwin_00005400_IM-0569-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005401_IM-0570-0001 + subject_id: Darwin_00005401_IM-0570-0001 + split: train + image: images/Darwin_00005401_IM-0570-0001.png + label: labels/Darwin_00005401_IM-0570-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005402_IM-0571-0001 + subject_id: Darwin_00005402_IM-0571-0001 + split: train + image: images/Darwin_00005402_IM-0571-0001.png + label: labels/Darwin_00005402_IM-0571-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005403_IM-0574-0001 + subject_id: Darwin_00005403_IM-0574-0001 + split: train + image: images/Darwin_00005403_IM-0574-0001.png + label: labels/Darwin_00005403_IM-0574-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005404_IM-0575-0001 + subject_id: Darwin_00005404_IM-0575-0001 + split: train + image: images/Darwin_00005404_IM-0575-0001.png + label: labels/Darwin_00005404_IM-0575-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005405_IM-0577-0001 + subject_id: Darwin_00005405_IM-0577-0001 + split: train + image: images/Darwin_00005405_IM-0577-0001.png + label: labels/Darwin_00005405_IM-0577-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005406_IM-0578-0001 + subject_id: Darwin_00005406_IM-0578-0001 + split: val + image: images/Darwin_00005406_IM-0578-0001.png + label: labels/Darwin_00005406_IM-0578-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005407_IM-0579-0001 + subject_id: Darwin_00005407_IM-0579-0001 + split: train + image: images/Darwin_00005407_IM-0579-0001.png + label: labels/Darwin_00005407_IM-0579-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005408_IM-0580-0001 + subject_id: Darwin_00005408_IM-0580-0001 + split: train + image: images/Darwin_00005408_IM-0580-0001.png + label: labels/Darwin_00005408_IM-0580-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005409_IM-0581-0001 + subject_id: Darwin_00005409_IM-0581-0001 + split: train + image: images/Darwin_00005409_IM-0581-0001.png + label: labels/Darwin_00005409_IM-0581-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005410_IM-0528-0001 + subject_id: Darwin_00005410_IM-0528-0001 + split: train + image: images/Darwin_00005410_IM-0528-0001.png + label: labels/Darwin_00005410_IM-0528-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005411_IM-0529-0001 + subject_id: Darwin_00005411_IM-0529-0001 + split: train + image: images/Darwin_00005411_IM-0529-0001.png + label: labels/Darwin_00005411_IM-0529-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005412_IM-0530-0001 + subject_id: Darwin_00005412_IM-0530-0001 + split: train + image: images/Darwin_00005412_IM-0530-0001.png + label: labels/Darwin_00005412_IM-0530-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005413_IM-0531-0001-0001 + subject_id: Darwin_00005413_IM-0531-0001-0001 + split: train + image: images/Darwin_00005413_IM-0531-0001-0001.png + label: labels/Darwin_00005413_IM-0531-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005414_IM-0531-0001 + subject_id: Darwin_00005414_IM-0531-0001 + split: train + image: images/Darwin_00005414_IM-0531-0001.png + label: labels/Darwin_00005414_IM-0531-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005415_IM-0532-0001 + subject_id: Darwin_00005415_IM-0532-0001 + split: train + image: images/Darwin_00005415_IM-0532-0001.png + label: labels/Darwin_00005415_IM-0532-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005416_IM-0533-0001-0001 + subject_id: Darwin_00005416_IM-0533-0001-0001 + split: test + image: images/Darwin_00005416_IM-0533-0001-0001.png + label: labels/Darwin_00005416_IM-0533-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005417_IM-0533-0001-0002 + subject_id: Darwin_00005417_IM-0533-0001-0002 + split: val + image: images/Darwin_00005417_IM-0533-0001-0002.png + label: labels/Darwin_00005417_IM-0533-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005418_IM-0533-0001 + subject_id: Darwin_00005418_IM-0533-0001 + split: train + image: images/Darwin_00005418_IM-0533-0001.png + label: labels/Darwin_00005418_IM-0533-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005419_IM-0534-0001 + subject_id: Darwin_00005419_IM-0534-0001 + split: train + image: images/Darwin_00005419_IM-0534-0001.png + label: labels/Darwin_00005419_IM-0534-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005420_IM-0535-0001 + subject_id: Darwin_00005420_IM-0535-0001 + split: train + image: images/Darwin_00005420_IM-0535-0001.png + label: labels/Darwin_00005420_IM-0535-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005421_IM-0536-0001 + subject_id: Darwin_00005421_IM-0536-0001 + split: train + image: images/Darwin_00005421_IM-0536-0001.png + label: labels/Darwin_00005421_IM-0536-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005422_IM-0537-0001 + subject_id: Darwin_00005422_IM-0537-0001 + split: train + image: images/Darwin_00005422_IM-0537-0001.png + label: labels/Darwin_00005422_IM-0537-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005423_IM-0538-0001 + subject_id: Darwin_00005423_IM-0538-0001 + split: test + image: images/Darwin_00005423_IM-0538-0001.png + label: labels/Darwin_00005423_IM-0538-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005424_IM-0539-0001-0001 + subject_id: Darwin_00005424_IM-0539-0001-0001 + split: train + image: images/Darwin_00005424_IM-0539-0001-0001.png + label: labels/Darwin_00005424_IM-0539-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005425_IM-0539-0001-0002 + subject_id: Darwin_00005425_IM-0539-0001-0002 + split: train + image: images/Darwin_00005425_IM-0539-0001-0002.png + label: labels/Darwin_00005425_IM-0539-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005426_IM-0539-0001 + subject_id: Darwin_00005426_IM-0539-0001 + split: test + image: images/Darwin_00005426_IM-0539-0001.png + label: labels/Darwin_00005426_IM-0539-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005427_IM-0540-0001 + subject_id: Darwin_00005427_IM-0540-0001 + split: test + image: images/Darwin_00005427_IM-0540-0001.png + label: labels/Darwin_00005427_IM-0540-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005428_IM-0541-0001 + subject_id: Darwin_00005428_IM-0541-0001 + split: val + image: images/Darwin_00005428_IM-0541-0001.png + label: labels/Darwin_00005428_IM-0541-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005429_IM-0542-0001 + subject_id: Darwin_00005429_IM-0542-0001 + split: test + image: images/Darwin_00005429_IM-0542-0001.png + label: labels/Darwin_00005429_IM-0542-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005430_IM-0543-0001-0002 + subject_id: Darwin_00005430_IM-0543-0001-0002 + split: train + image: images/Darwin_00005430_IM-0543-0001-0002.png + label: labels/Darwin_00005430_IM-0543-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005431_IM-0543-0001 + subject_id: Darwin_00005431_IM-0543-0001 + split: test + image: images/Darwin_00005431_IM-0543-0001.png + label: labels/Darwin_00005431_IM-0543-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005432_IM-0544-0001 + subject_id: Darwin_00005432_IM-0544-0001 + split: train + image: images/Darwin_00005432_IM-0544-0001.png + label: labels/Darwin_00005432_IM-0544-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005433_IM-0545-0001-0001 + subject_id: Darwin_00005433_IM-0545-0001-0001 + split: val + image: images/Darwin_00005433_IM-0545-0001-0001.png + label: labels/Darwin_00005433_IM-0545-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005434_IM-0545-0001-0002 + subject_id: Darwin_00005434_IM-0545-0001-0002 + split: train + image: images/Darwin_00005434_IM-0545-0001-0002.png + label: labels/Darwin_00005434_IM-0545-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005435_IM-0545-0001 + subject_id: Darwin_00005435_IM-0545-0001 + split: test + image: images/Darwin_00005435_IM-0545-0001.png + label: labels/Darwin_00005435_IM-0545-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005436_IM-0546-0001 + subject_id: Darwin_00005436_IM-0546-0001 + split: train + image: images/Darwin_00005436_IM-0546-0001.png + label: labels/Darwin_00005436_IM-0546-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005437_IM-0547-0001 + subject_id: Darwin_00005437_IM-0547-0001 + split: train + image: images/Darwin_00005437_IM-0547-0001.png + label: labels/Darwin_00005437_IM-0547-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005438_IM-0548-0001 + subject_id: Darwin_00005438_IM-0548-0001 + split: test + image: images/Darwin_00005438_IM-0548-0001.png + label: labels/Darwin_00005438_IM-0548-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005439_IM-0549-0001-0001 + subject_id: Darwin_00005439_IM-0549-0001-0001 + split: train + image: images/Darwin_00005439_IM-0549-0001-0001.png + label: labels/Darwin_00005439_IM-0549-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005440_IM-0549-0001-0002 + subject_id: Darwin_00005440_IM-0549-0001-0002 + split: train + image: images/Darwin_00005440_IM-0549-0001-0002.png + label: labels/Darwin_00005440_IM-0549-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005441_IM-0549-0001 + subject_id: Darwin_00005441_IM-0549-0001 + split: train + image: images/Darwin_00005441_IM-0549-0001.png + label: labels/Darwin_00005441_IM-0549-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005442_IM-0551-0001-0001 + subject_id: Darwin_00005442_IM-0551-0001-0001 + split: train + image: images/Darwin_00005442_IM-0551-0001-0001.png + label: labels/Darwin_00005442_IM-0551-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005443_IM-0506-0001 + subject_id: Darwin_00005443_IM-0506-0001 + split: train + image: images/Darwin_00005443_IM-0506-0001.png + label: labels/Darwin_00005443_IM-0506-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005444_IM-0507-0001 + subject_id: Darwin_00005444_IM-0507-0001 + split: train + image: images/Darwin_00005444_IM-0507-0001.png + label: labels/Darwin_00005444_IM-0507-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005445_IM-0508-0001 + subject_id: Darwin_00005445_IM-0508-0001 + split: train + image: images/Darwin_00005445_IM-0508-0001.png + label: labels/Darwin_00005445_IM-0508-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005446_IM-0509-0001-0001 + subject_id: Darwin_00005446_IM-0509-0001-0001 + split: train + image: images/Darwin_00005446_IM-0509-0001-0001.png + label: labels/Darwin_00005446_IM-0509-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005447_IM-0509-0001-0002 + subject_id: Darwin_00005447_IM-0509-0001-0002 + split: train + image: images/Darwin_00005447_IM-0509-0001-0002.png + label: labels/Darwin_00005447_IM-0509-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005448_IM-0509-0001 + subject_id: Darwin_00005448_IM-0509-0001 + split: train + image: images/Darwin_00005448_IM-0509-0001.png + label: labels/Darwin_00005448_IM-0509-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005449_IM-0510-0001 + subject_id: Darwin_00005449_IM-0510-0001 + split: train + image: images/Darwin_00005449_IM-0510-0001.png + label: labels/Darwin_00005449_IM-0510-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005450_IM-0511-0001-0001 + subject_id: Darwin_00005450_IM-0511-0001-0001 + split: train + image: images/Darwin_00005450_IM-0511-0001-0001.png + label: labels/Darwin_00005450_IM-0511-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005451_IM-0511-0001-0002 + subject_id: Darwin_00005451_IM-0511-0001-0002 + split: train + image: images/Darwin_00005451_IM-0511-0001-0002.png + label: labels/Darwin_00005451_IM-0511-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005452_IM-0511-0001 + subject_id: Darwin_00005452_IM-0511-0001 + split: train + image: images/Darwin_00005452_IM-0511-0001.png + label: labels/Darwin_00005452_IM-0511-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005453_IM-0512-0001 + subject_id: Darwin_00005453_IM-0512-0001 + split: train + image: images/Darwin_00005453_IM-0512-0001.png + label: labels/Darwin_00005453_IM-0512-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005454_IM-0513-0001 + subject_id: Darwin_00005454_IM-0513-0001 + split: val + image: images/Darwin_00005454_IM-0513-0001.png + label: labels/Darwin_00005454_IM-0513-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005455_IM-0514-0001 + subject_id: Darwin_00005455_IM-0514-0001 + split: val + image: images/Darwin_00005455_IM-0514-0001.png + label: labels/Darwin_00005455_IM-0514-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005456_IM-0515-0001 + subject_id: Darwin_00005456_IM-0515-0001 + split: test + image: images/Darwin_00005456_IM-0515-0001.png + label: labels/Darwin_00005456_IM-0515-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005457_IM-0516-0001 + subject_id: Darwin_00005457_IM-0516-0001 + split: train + image: images/Darwin_00005457_IM-0516-0001.png + label: labels/Darwin_00005457_IM-0516-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005458_IM-0517-0001-0001 + subject_id: Darwin_00005458_IM-0517-0001-0001 + split: val + image: images/Darwin_00005458_IM-0517-0001-0001.png + label: labels/Darwin_00005458_IM-0517-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005459_IM-0517-0001 + subject_id: Darwin_00005459_IM-0517-0001 + split: train + image: images/Darwin_00005459_IM-0517-0001.png + label: labels/Darwin_00005459_IM-0517-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005460_IM-0519-0001-0001 + subject_id: Darwin_00005460_IM-0519-0001-0001 + split: train + image: images/Darwin_00005460_IM-0519-0001-0001.png + label: labels/Darwin_00005460_IM-0519-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005461_IM-0519-0001-0002 + subject_id: Darwin_00005461_IM-0519-0001-0002 + split: test + image: images/Darwin_00005461_IM-0519-0001-0002.png + label: labels/Darwin_00005461_IM-0519-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005462_IM-0519-0001 + subject_id: Darwin_00005462_IM-0519-0001 + split: train + image: images/Darwin_00005462_IM-0519-0001.png + label: labels/Darwin_00005462_IM-0519-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005463_IM-0520-0001 + subject_id: Darwin_00005463_IM-0520-0001 + split: test + image: images/Darwin_00005463_IM-0520-0001.png + label: labels/Darwin_00005463_IM-0520-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005464_IM-0521-0001 + subject_id: Darwin_00005464_IM-0521-0001 + split: train + image: images/Darwin_00005464_IM-0521-0001.png + label: labels/Darwin_00005464_IM-0521-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005465_IM-0522-0001 + subject_id: Darwin_00005465_IM-0522-0001 + split: test + image: images/Darwin_00005465_IM-0522-0001.png + label: labels/Darwin_00005465_IM-0522-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005466_IM-0523-0001-0001 + subject_id: Darwin_00005466_IM-0523-0001-0001 + split: val + image: images/Darwin_00005466_IM-0523-0001-0001.png + label: labels/Darwin_00005466_IM-0523-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005467_IM-0523-0001-0002 + subject_id: Darwin_00005467_IM-0523-0001-0002 + split: train + image: images/Darwin_00005467_IM-0523-0001-0002.png + label: labels/Darwin_00005467_IM-0523-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005468_IM-0523-0001-0003 + subject_id: Darwin_00005468_IM-0523-0001-0003 + split: test + image: images/Darwin_00005468_IM-0523-0001-0003.png + label: labels/Darwin_00005468_IM-0523-0001-0003.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005469_IM-0523-0001 + subject_id: Darwin_00005469_IM-0523-0001 + split: test + image: images/Darwin_00005469_IM-0523-0001.png + label: labels/Darwin_00005469_IM-0523-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005470_IM-0524-0001 + subject_id: Darwin_00005470_IM-0524-0001 + split: train + image: images/Darwin_00005470_IM-0524-0001.png + label: labels/Darwin_00005470_IM-0524-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005471_IM-0525-0001-0001 + subject_id: Darwin_00005471_IM-0525-0001-0001 + split: val + image: images/Darwin_00005471_IM-0525-0001-0001.png + label: labels/Darwin_00005471_IM-0525-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005472_IM-0525-0001-0002 + subject_id: Darwin_00005472_IM-0525-0001-0002 + split: train + image: images/Darwin_00005472_IM-0525-0001-0002.png + label: labels/Darwin_00005472_IM-0525-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005473_IM-0525-0001 + subject_id: Darwin_00005473_IM-0525-0001 + split: train + image: images/Darwin_00005473_IM-0525-0001.png + label: labels/Darwin_00005473_IM-0525-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005474_IM-0526-0001 + subject_id: Darwin_00005474_IM-0526-0001 + split: val + image: images/Darwin_00005474_IM-0526-0001.png + label: labels/Darwin_00005474_IM-0526-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005475_IM-0527-0001 + subject_id: Darwin_00005475_IM-0527-0001 + split: train + image: images/Darwin_00005475_IM-0527-0001.png + label: labels/Darwin_00005475_IM-0527-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005476_IM-0479-0001 + subject_id: Darwin_00005476_IM-0479-0001 + split: train + image: images/Darwin_00005476_IM-0479-0001.png + label: labels/Darwin_00005476_IM-0479-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005477_IM-0480-0001 + subject_id: Darwin_00005477_IM-0480-0001 + split: val + image: images/Darwin_00005477_IM-0480-0001.png + label: labels/Darwin_00005477_IM-0480-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005478_IM-0481-0001 + subject_id: Darwin_00005478_IM-0481-0001 + split: train + image: images/Darwin_00005478_IM-0481-0001.png + label: labels/Darwin_00005478_IM-0481-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005479_IM-0482-0001 + subject_id: Darwin_00005479_IM-0482-0001 + split: val + image: images/Darwin_00005479_IM-0482-0001.png + label: labels/Darwin_00005479_IM-0482-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005480_IM-0483-0001 + subject_id: Darwin_00005480_IM-0483-0001 + split: train + image: images/Darwin_00005480_IM-0483-0001.png + label: labels/Darwin_00005480_IM-0483-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005481_IM-0484-0001 + subject_id: Darwin_00005481_IM-0484-0001 + split: train + image: images/Darwin_00005481_IM-0484-0001.png + label: labels/Darwin_00005481_IM-0484-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005482_IM-0485-0001 + subject_id: Darwin_00005482_IM-0485-0001 + split: train + image: images/Darwin_00005482_IM-0485-0001.png + label: labels/Darwin_00005482_IM-0485-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005483_IM-0486-0001 + subject_id: Darwin_00005483_IM-0486-0001 + split: train + image: images/Darwin_00005483_IM-0486-0001.png + label: labels/Darwin_00005483_IM-0486-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005484_IM-0487-0001 + subject_id: Darwin_00005484_IM-0487-0001 + split: test + image: images/Darwin_00005484_IM-0487-0001.png + label: labels/Darwin_00005484_IM-0487-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005485_IM-0488-0001 + subject_id: Darwin_00005485_IM-0488-0001 + split: val + image: images/Darwin_00005485_IM-0488-0001.png + label: labels/Darwin_00005485_IM-0488-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005486_IM-0489-0001 + subject_id: Darwin_00005486_IM-0489-0001 + split: val + image: images/Darwin_00005486_IM-0489-0001.png + label: labels/Darwin_00005486_IM-0489-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005487_IM-0490-0001 + subject_id: Darwin_00005487_IM-0490-0001 + split: test + image: images/Darwin_00005487_IM-0490-0001.png + label: labels/Darwin_00005487_IM-0490-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005488_IM-0491-0001-0001 + subject_id: Darwin_00005488_IM-0491-0001-0001 + split: train + image: images/Darwin_00005488_IM-0491-0001-0001.png + label: labels/Darwin_00005488_IM-0491-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005489_IM-0491-0001-0002 + subject_id: Darwin_00005489_IM-0491-0001-0002 + split: train + image: images/Darwin_00005489_IM-0491-0001-0002.png + label: labels/Darwin_00005489_IM-0491-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005490_IM-0491-0001 + subject_id: Darwin_00005490_IM-0491-0001 + split: train + image: images/Darwin_00005490_IM-0491-0001.png + label: labels/Darwin_00005490_IM-0491-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005491_IM-0492-0001 + subject_id: Darwin_00005491_IM-0492-0001 + split: test + image: images/Darwin_00005491_IM-0492-0001.png + label: labels/Darwin_00005491_IM-0492-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005492_IM-0493-0001 + subject_id: Darwin_00005492_IM-0493-0001 + split: train + image: images/Darwin_00005492_IM-0493-0001.png + label: labels/Darwin_00005492_IM-0493-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005493_IM-0494-0001 + subject_id: Darwin_00005493_IM-0494-0001 + split: train + image: images/Darwin_00005493_IM-0494-0001.png + label: labels/Darwin_00005493_IM-0494-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005494_IM-0495-0001 + subject_id: Darwin_00005494_IM-0495-0001 + split: test + image: images/Darwin_00005494_IM-0495-0001.png + label: labels/Darwin_00005494_IM-0495-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005495_IM-0496-0001 + subject_id: Darwin_00005495_IM-0496-0001 + split: train + image: images/Darwin_00005495_IM-0496-0001.png + label: labels/Darwin_00005495_IM-0496-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005496_IM-0497-0001-0001 + subject_id: Darwin_00005496_IM-0497-0001-0001 + split: test + image: images/Darwin_00005496_IM-0497-0001-0001.png + label: labels/Darwin_00005496_IM-0497-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005497_IM-0497-0001-0002 + subject_id: Darwin_00005497_IM-0497-0001-0002 + split: test + image: images/Darwin_00005497_IM-0497-0001-0002.png + label: labels/Darwin_00005497_IM-0497-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005498_IM-0497-0001 + subject_id: Darwin_00005498_IM-0497-0001 + split: val + image: images/Darwin_00005498_IM-0497-0001.png + label: labels/Darwin_00005498_IM-0497-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005499_IM-0499-0001-0001 + subject_id: Darwin_00005499_IM-0499-0001-0001 + split: train + image: images/Darwin_00005499_IM-0499-0001-0001.png + label: labels/Darwin_00005499_IM-0499-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005500_IM-0499-0001-0002 + subject_id: Darwin_00005500_IM-0499-0001-0002 + split: train + image: images/Darwin_00005500_IM-0499-0001-0002.png + label: labels/Darwin_00005500_IM-0499-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005501_IM-0499-0001 + subject_id: Darwin_00005501_IM-0499-0001 + split: train + image: images/Darwin_00005501_IM-0499-0001.png + label: labels/Darwin_00005501_IM-0499-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005502_IM-0500-0001 + subject_id: Darwin_00005502_IM-0500-0001 + split: val + image: images/Darwin_00005502_IM-0500-0001.png + label: labels/Darwin_00005502_IM-0500-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005503_IM-0501-0001-0001 + subject_id: Darwin_00005503_IM-0501-0001-0001 + split: train + image: images/Darwin_00005503_IM-0501-0001-0001.png + label: labels/Darwin_00005503_IM-0501-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005504_IM-0501-0001-0002 + subject_id: Darwin_00005504_IM-0501-0001-0002 + split: train + image: images/Darwin_00005504_IM-0501-0001-0002.png + label: labels/Darwin_00005504_IM-0501-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005505_IM-0501-0001 + subject_id: Darwin_00005505_IM-0501-0001 + split: train + image: images/Darwin_00005505_IM-0501-0001.png + label: labels/Darwin_00005505_IM-0501-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005506_IM-0502-0001 + subject_id: Darwin_00005506_IM-0502-0001 + split: train + image: images/Darwin_00005506_IM-0502-0001.png + label: labels/Darwin_00005506_IM-0502-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005507_IM-0503-0001 + subject_id: Darwin_00005507_IM-0503-0001 + split: train + image: images/Darwin_00005507_IM-0503-0001.png + label: labels/Darwin_00005507_IM-0503-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005508_IM-0504-0001 + subject_id: Darwin_00005508_IM-0504-0001 + split: train + image: images/Darwin_00005508_IM-0504-0001.png + label: labels/Darwin_00005508_IM-0504-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005509_IM-0505-0001-0001 + subject_id: Darwin_00005509_IM-0505-0001-0001 + split: train + image: images/Darwin_00005509_IM-0505-0001-0001.png + label: labels/Darwin_00005509_IM-0505-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005510_IM-0505-0001-0002 + subject_id: Darwin_00005510_IM-0505-0001-0002 + split: val + image: images/Darwin_00005510_IM-0505-0001-0002.png + label: labels/Darwin_00005510_IM-0505-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005511_IM-0505-0001 + subject_id: Darwin_00005511_IM-0505-0001 + split: train + image: images/Darwin_00005511_IM-0505-0001.png + label: labels/Darwin_00005511_IM-0505-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005512_IM-0447-0001 + subject_id: Darwin_00005512_IM-0447-0001 + split: train + image: images/Darwin_00005512_IM-0447-0001.png + label: labels/Darwin_00005512_IM-0447-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005513_IM-0448-0001 + subject_id: Darwin_00005513_IM-0448-0001 + split: train + image: images/Darwin_00005513_IM-0448-0001.png + label: labels/Darwin_00005513_IM-0448-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005514_IM-0449-0001 + subject_id: Darwin_00005514_IM-0449-0001 + split: train + image: images/Darwin_00005514_IM-0449-0001.png + label: labels/Darwin_00005514_IM-0449-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005515_IM-0450-0001 + subject_id: Darwin_00005515_IM-0450-0001 + split: test + image: images/Darwin_00005515_IM-0450-0001.png + label: labels/Darwin_00005515_IM-0450-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005516_IM-0451-0001 + subject_id: Darwin_00005516_IM-0451-0001 + split: train + image: images/Darwin_00005516_IM-0451-0001.png + label: labels/Darwin_00005516_IM-0451-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005517_IM-0452-0001 + subject_id: Darwin_00005517_IM-0452-0001 + split: train + image: images/Darwin_00005517_IM-0452-0001.png + label: labels/Darwin_00005517_IM-0452-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005518_IM-0453-0001-0002 + subject_id: Darwin_00005518_IM-0453-0001-0002 + split: test + image: images/Darwin_00005518_IM-0453-0001-0002.png + label: labels/Darwin_00005518_IM-0453-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005519_IM-0453-0001 + subject_id: Darwin_00005519_IM-0453-0001 + split: train + image: images/Darwin_00005519_IM-0453-0001.png + label: labels/Darwin_00005519_IM-0453-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005520_IM-0455-0001 + subject_id: Darwin_00005520_IM-0455-0001 + split: train + image: images/Darwin_00005520_IM-0455-0001.png + label: labels/Darwin_00005520_IM-0455-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005521_IM-0456-0001 + subject_id: Darwin_00005521_IM-0456-0001 + split: test + image: images/Darwin_00005521_IM-0456-0001.png + label: labels/Darwin_00005521_IM-0456-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005522_IM-0457-0001 + subject_id: Darwin_00005522_IM-0457-0001 + split: train + image: images/Darwin_00005522_IM-0457-0001.png + label: labels/Darwin_00005522_IM-0457-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005523_IM-0458-0001 + subject_id: Darwin_00005523_IM-0458-0001 + split: train + image: images/Darwin_00005523_IM-0458-0001.png + label: labels/Darwin_00005523_IM-0458-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005524_IM-0459-0001 + subject_id: Darwin_00005524_IM-0459-0001 + split: train + image: images/Darwin_00005524_IM-0459-0001.png + label: labels/Darwin_00005524_IM-0459-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005525_IM-0460-0001 + subject_id: Darwin_00005525_IM-0460-0001 + split: train + image: images/Darwin_00005525_IM-0460-0001.png + label: labels/Darwin_00005525_IM-0460-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005526_IM-0461-0001 + subject_id: Darwin_00005526_IM-0461-0001 + split: val + image: images/Darwin_00005526_IM-0461-0001.png + label: labels/Darwin_00005526_IM-0461-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005527_IM-0463-0001 + subject_id: Darwin_00005527_IM-0463-0001 + split: val + image: images/Darwin_00005527_IM-0463-0001.png + label: labels/Darwin_00005527_IM-0463-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005528_IM-0464-0001 + subject_id: Darwin_00005528_IM-0464-0001 + split: train + image: images/Darwin_00005528_IM-0464-0001.png + label: labels/Darwin_00005528_IM-0464-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005529_IM-0465-0001 + subject_id: Darwin_00005529_IM-0465-0001 + split: train + image: images/Darwin_00005529_IM-0465-0001.png + label: labels/Darwin_00005529_IM-0465-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005530_IM-0466-0001 + subject_id: Darwin_00005530_IM-0466-0001 + split: train + image: images/Darwin_00005530_IM-0466-0001.png + label: labels/Darwin_00005530_IM-0466-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005531_IM-0467-0001-0001 + subject_id: Darwin_00005531_IM-0467-0001-0001 + split: train + image: images/Darwin_00005531_IM-0467-0001-0001.png + label: labels/Darwin_00005531_IM-0467-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005532_IM-0467-0001-0002 + subject_id: Darwin_00005532_IM-0467-0001-0002 + split: train + image: images/Darwin_00005532_IM-0467-0001-0002.png + label: labels/Darwin_00005532_IM-0467-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005533_IM-0467-0001 + subject_id: Darwin_00005533_IM-0467-0001 + split: train + image: images/Darwin_00005533_IM-0467-0001.png + label: labels/Darwin_00005533_IM-0467-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005534_IM-0469-0001 + subject_id: Darwin_00005534_IM-0469-0001 + split: train + image: images/Darwin_00005534_IM-0469-0001.png + label: labels/Darwin_00005534_IM-0469-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005535_IM-0471-0001 + subject_id: Darwin_00005535_IM-0471-0001 + split: train + image: images/Darwin_00005535_IM-0471-0001.png + label: labels/Darwin_00005535_IM-0471-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005536_IM-0472-0001 + subject_id: Darwin_00005536_IM-0472-0001 + split: val + image: images/Darwin_00005536_IM-0472-0001.png + label: labels/Darwin_00005536_IM-0472-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005537_IM-0473-0001 + subject_id: Darwin_00005537_IM-0473-0001 + split: train + image: images/Darwin_00005537_IM-0473-0001.png + label: labels/Darwin_00005537_IM-0473-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005538_IM-0474-0001 + subject_id: Darwin_00005538_IM-0474-0001 + split: test + image: images/Darwin_00005538_IM-0474-0001.png + label: labels/Darwin_00005538_IM-0474-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005539_IM-0475-0001 + subject_id: Darwin_00005539_IM-0475-0001 + split: train + image: images/Darwin_00005539_IM-0475-0001.png + label: labels/Darwin_00005539_IM-0475-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005540_IM-0476-0001 + subject_id: Darwin_00005540_IM-0476-0001 + split: test + image: images/Darwin_00005540_IM-0476-0001.png + label: labels/Darwin_00005540_IM-0476-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005541_IM-0477-0001 + subject_id: Darwin_00005541_IM-0477-0001 + split: train + image: images/Darwin_00005541_IM-0477-0001.png + label: labels/Darwin_00005541_IM-0477-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005542_IM-0478-0001 + subject_id: Darwin_00005542_IM-0478-0001 + split: train + image: images/Darwin_00005542_IM-0478-0001.png + label: labels/Darwin_00005542_IM-0478-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005543_IM-0416-0001 + subject_id: Darwin_00005543_IM-0416-0001 + split: train + image: images/Darwin_00005543_IM-0416-0001.png + label: labels/Darwin_00005543_IM-0416-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005544_IM-0417-0001 + subject_id: Darwin_00005544_IM-0417-0001 + split: train + image: images/Darwin_00005544_IM-0417-0001.png + label: labels/Darwin_00005544_IM-0417-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005545_IM-0419-0001 + subject_id: Darwin_00005545_IM-0419-0001 + split: train + image: images/Darwin_00005545_IM-0419-0001.png + label: labels/Darwin_00005545_IM-0419-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005546_IM-0420-0001 + subject_id: Darwin_00005546_IM-0420-0001 + split: train + image: images/Darwin_00005546_IM-0420-0001.png + label: labels/Darwin_00005546_IM-0420-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005547_IM-0421-0001 + subject_id: Darwin_00005547_IM-0421-0001 + split: test + image: images/Darwin_00005547_IM-0421-0001.png + label: labels/Darwin_00005547_IM-0421-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005548_IM-0423-0001 + subject_id: Darwin_00005548_IM-0423-0001 + split: train + image: images/Darwin_00005548_IM-0423-0001.png + label: labels/Darwin_00005548_IM-0423-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005549_IM-0424-0001 + subject_id: Darwin_00005549_IM-0424-0001 + split: val + image: images/Darwin_00005549_IM-0424-0001.png + label: labels/Darwin_00005549_IM-0424-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005550_IM-0425-0001 + subject_id: Darwin_00005550_IM-0425-0001 + split: test + image: images/Darwin_00005550_IM-0425-0001.png + label: labels/Darwin_00005550_IM-0425-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005551_IM-0427-0001 + subject_id: Darwin_00005551_IM-0427-0001 + split: train + image: images/Darwin_00005551_IM-0427-0001.png + label: labels/Darwin_00005551_IM-0427-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005552_IM-0428-0001 + subject_id: Darwin_00005552_IM-0428-0001 + split: test + image: images/Darwin_00005552_IM-0428-0001.png + label: labels/Darwin_00005552_IM-0428-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005553_IM-0429-0001-0001 + subject_id: Darwin_00005553_IM-0429-0001-0001 + split: train + image: images/Darwin_00005553_IM-0429-0001-0001.png + label: labels/Darwin_00005553_IM-0429-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005554_IM-0429-0001-0002 + subject_id: Darwin_00005554_IM-0429-0001-0002 + split: train + image: images/Darwin_00005554_IM-0429-0001-0002.png + label: labels/Darwin_00005554_IM-0429-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005555_IM-0429-0001 + subject_id: Darwin_00005555_IM-0429-0001 + split: val + image: images/Darwin_00005555_IM-0429-0001.png + label: labels/Darwin_00005555_IM-0429-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005556_IM-0430-0001 + subject_id: Darwin_00005556_IM-0430-0001 + split: val + image: images/Darwin_00005556_IM-0430-0001.png + label: labels/Darwin_00005556_IM-0430-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005557_IM-0431-0001 + subject_id: Darwin_00005557_IM-0431-0001 + split: train + image: images/Darwin_00005557_IM-0431-0001.png + label: labels/Darwin_00005557_IM-0431-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005558_IM-0432-0001 + subject_id: Darwin_00005558_IM-0432-0001 + split: test + image: images/Darwin_00005558_IM-0432-0001.png + label: labels/Darwin_00005558_IM-0432-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005559_IM-0433-0001 + subject_id: Darwin_00005559_IM-0433-0001 + split: test + image: images/Darwin_00005559_IM-0433-0001.png + label: labels/Darwin_00005559_IM-0433-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005560_IM-0434-0001 + subject_id: Darwin_00005560_IM-0434-0001 + split: train + image: images/Darwin_00005560_IM-0434-0001.png + label: labels/Darwin_00005560_IM-0434-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005561_IM-0435-0001-0001 + subject_id: Darwin_00005561_IM-0435-0001-0001 + split: test + image: images/Darwin_00005561_IM-0435-0001-0001.png + label: labels/Darwin_00005561_IM-0435-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005562_IM-0435-0001 + subject_id: Darwin_00005562_IM-0435-0001 + split: test + image: images/Darwin_00005562_IM-0435-0001.png + label: labels/Darwin_00005562_IM-0435-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005563_IM-0437-0001-0001 + subject_id: Darwin_00005563_IM-0437-0001-0001 + split: train + image: images/Darwin_00005563_IM-0437-0001-0001.png + label: labels/Darwin_00005563_IM-0437-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005564_IM-0437-0001-0002 + subject_id: Darwin_00005564_IM-0437-0001-0002 + split: train + image: images/Darwin_00005564_IM-0437-0001-0002.png + label: labels/Darwin_00005564_IM-0437-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005565_IM-0437-0001 + subject_id: Darwin_00005565_IM-0437-0001 + split: test + image: images/Darwin_00005565_IM-0437-0001.png + label: labels/Darwin_00005565_IM-0437-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005566_IM-0438-0001 + subject_id: Darwin_00005566_IM-0438-0001 + split: val + image: images/Darwin_00005566_IM-0438-0001.png + label: labels/Darwin_00005566_IM-0438-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005567_IM-0439-0001-0001 + subject_id: Darwin_00005567_IM-0439-0001-0001 + split: val + image: images/Darwin_00005567_IM-0439-0001-0001.png + label: labels/Darwin_00005567_IM-0439-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005568_IM-0439-0001-0002 + subject_id: Darwin_00005568_IM-0439-0001-0002 + split: test + image: images/Darwin_00005568_IM-0439-0001-0002.png + label: labels/Darwin_00005568_IM-0439-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005569_IM-0439-0001 + subject_id: Darwin_00005569_IM-0439-0001 + split: train + image: images/Darwin_00005569_IM-0439-0001.png + label: labels/Darwin_00005569_IM-0439-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005570_IM-0440-0001 + subject_id: Darwin_00005570_IM-0440-0001 + split: train + image: images/Darwin_00005570_IM-0440-0001.png + label: labels/Darwin_00005570_IM-0440-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005571_IM-0441-0001 + subject_id: Darwin_00005571_IM-0441-0001 + split: train + image: images/Darwin_00005571_IM-0441-0001.png + label: labels/Darwin_00005571_IM-0441-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005572_IM-0442-0001 + subject_id: Darwin_00005572_IM-0442-0001 + split: train + image: images/Darwin_00005572_IM-0442-0001.png + label: labels/Darwin_00005572_IM-0442-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005573_IM-0444-0001 + subject_id: Darwin_00005573_IM-0444-0001 + split: train + image: images/Darwin_00005573_IM-0444-0001.png + label: labels/Darwin_00005573_IM-0444-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005574_IM-0445-0001 + subject_id: Darwin_00005574_IM-0445-0001 + split: train + image: images/Darwin_00005574_IM-0445-0001.png + label: labels/Darwin_00005574_IM-0445-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005575_IM-0446-0001 + subject_id: Darwin_00005575_IM-0446-0001 + split: val + image: images/Darwin_00005575_IM-0446-0001.png + label: labels/Darwin_00005575_IM-0446-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005576_IM-0372-0001 + subject_id: Darwin_00005576_IM-0372-0001 + split: train + image: images/Darwin_00005576_IM-0372-0001.png + label: labels/Darwin_00005576_IM-0372-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005577_IM-0374-0001 + subject_id: Darwin_00005577_IM-0374-0001 + split: test + image: images/Darwin_00005577_IM-0374-0001.png + label: labels/Darwin_00005577_IM-0374-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005578_IM-0375-0001 + subject_id: Darwin_00005578_IM-0375-0001 + split: test + image: images/Darwin_00005578_IM-0375-0001.png + label: labels/Darwin_00005578_IM-0375-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005579_IM-0377-0001 + subject_id: Darwin_00005579_IM-0377-0001 + split: train + image: images/Darwin_00005579_IM-0377-0001.png + label: labels/Darwin_00005579_IM-0377-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005580_IM-0379-0001 + subject_id: Darwin_00005580_IM-0379-0001 + split: train + image: images/Darwin_00005580_IM-0379-0001.png + label: labels/Darwin_00005580_IM-0379-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005581_IM-0381-0001 + subject_id: Darwin_00005581_IM-0381-0001 + split: val + image: images/Darwin_00005581_IM-0381-0001.png + label: labels/Darwin_00005581_IM-0381-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005582_IM-0382-0001 + subject_id: Darwin_00005582_IM-0382-0001 + split: train + image: images/Darwin_00005582_IM-0382-0001.png + label: labels/Darwin_00005582_IM-0382-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005583_IM-0383-0001 + subject_id: Darwin_00005583_IM-0383-0001 + split: train + image: images/Darwin_00005583_IM-0383-0001.png + label: labels/Darwin_00005583_IM-0383-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005584_IM-0384-0001 + subject_id: Darwin_00005584_IM-0384-0001 + split: val + image: images/Darwin_00005584_IM-0384-0001.png + label: labels/Darwin_00005584_IM-0384-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005585_IM-0385-0001 + subject_id: Darwin_00005585_IM-0385-0001 + split: train + image: images/Darwin_00005585_IM-0385-0001.png + label: labels/Darwin_00005585_IM-0385-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005586_IM-0386-0001 + subject_id: Darwin_00005586_IM-0386-0001 + split: train + image: images/Darwin_00005586_IM-0386-0001.png + label: labels/Darwin_00005586_IM-0386-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005587_IM-0387-0001 + subject_id: Darwin_00005587_IM-0387-0001 + split: train + image: images/Darwin_00005587_IM-0387-0001.png + label: labels/Darwin_00005587_IM-0387-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005588_IM-0388-0001 + subject_id: Darwin_00005588_IM-0388-0001 + split: train + image: images/Darwin_00005588_IM-0388-0001.png + label: labels/Darwin_00005588_IM-0388-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005589_IM-0389-0001 + subject_id: Darwin_00005589_IM-0389-0001 + split: val + image: images/Darwin_00005589_IM-0389-0001.png + label: labels/Darwin_00005589_IM-0389-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005590_IM-0391-0001 + subject_id: Darwin_00005590_IM-0391-0001 + split: test + image: images/Darwin_00005590_IM-0391-0001.png + label: labels/Darwin_00005590_IM-0391-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005591_IM-0392-0001 + subject_id: Darwin_00005591_IM-0392-0001 + split: train + image: images/Darwin_00005591_IM-0392-0001.png + label: labels/Darwin_00005591_IM-0392-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005592_IM-0393-0001 + subject_id: Darwin_00005592_IM-0393-0001 + split: val + image: images/Darwin_00005592_IM-0393-0001.png + label: labels/Darwin_00005592_IM-0393-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005593_IM-0394-0001 + subject_id: Darwin_00005593_IM-0394-0001 + split: train + image: images/Darwin_00005593_IM-0394-0001.png + label: labels/Darwin_00005593_IM-0394-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005594_IM-0395-0001 + subject_id: Darwin_00005594_IM-0395-0001 + split: train + image: images/Darwin_00005594_IM-0395-0001.png + label: labels/Darwin_00005594_IM-0395-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005595_IM-0399-0001 + subject_id: Darwin_00005595_IM-0399-0001 + split: train + image: images/Darwin_00005595_IM-0399-0001.png + label: labels/Darwin_00005595_IM-0399-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005596_IM-0400-0001 + subject_id: Darwin_00005596_IM-0400-0001 + split: test + image: images/Darwin_00005596_IM-0400-0001.png + label: labels/Darwin_00005596_IM-0400-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005597_IM-0401-0001 + subject_id: Darwin_00005597_IM-0401-0001 + split: val + image: images/Darwin_00005597_IM-0401-0001.png + label: labels/Darwin_00005597_IM-0401-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005598_IM-0403-0001 + subject_id: Darwin_00005598_IM-0403-0001 + split: val + image: images/Darwin_00005598_IM-0403-0001.png + label: labels/Darwin_00005598_IM-0403-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005599_IM-0404-0001 + subject_id: Darwin_00005599_IM-0404-0001 + split: train + image: images/Darwin_00005599_IM-0404-0001.png + label: labels/Darwin_00005599_IM-0404-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005600_IM-0405-0001 + subject_id: Darwin_00005600_IM-0405-0001 + split: train + image: images/Darwin_00005600_IM-0405-0001.png + label: labels/Darwin_00005600_IM-0405-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005601_IM-0408-0001 + subject_id: Darwin_00005601_IM-0408-0001 + split: val + image: images/Darwin_00005601_IM-0408-0001.png + label: labels/Darwin_00005601_IM-0408-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005602_IM-0409-0001 + subject_id: Darwin_00005602_IM-0409-0001 + split: val + image: images/Darwin_00005602_IM-0409-0001.png + label: labels/Darwin_00005602_IM-0409-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005603_IM-0410-0001 + subject_id: Darwin_00005603_IM-0410-0001 + split: train + image: images/Darwin_00005603_IM-0410-0001.png + label: labels/Darwin_00005603_IM-0410-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005604_IM-0411-0001 + subject_id: Darwin_00005604_IM-0411-0001 + split: train + image: images/Darwin_00005604_IM-0411-0001.png + label: labels/Darwin_00005604_IM-0411-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005605_IM-0413-0001 + subject_id: Darwin_00005605_IM-0413-0001 + split: train + image: images/Darwin_00005605_IM-0413-0001.png + label: labels/Darwin_00005605_IM-0413-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005606_IM-0414-0001 + subject_id: Darwin_00005606_IM-0414-0001 + split: test + image: images/Darwin_00005606_IM-0414-0001.png + label: labels/Darwin_00005606_IM-0414-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005607_IM-0326-0001 + subject_id: Darwin_00005607_IM-0326-0001 + split: train + image: images/Darwin_00005607_IM-0326-0001.png + label: labels/Darwin_00005607_IM-0326-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005608_IM-0327-0001 + subject_id: Darwin_00005608_IM-0327-0001 + split: test + image: images/Darwin_00005608_IM-0327-0001.png + label: labels/Darwin_00005608_IM-0327-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005609_IM-0329-0001 + subject_id: Darwin_00005609_IM-0329-0001 + split: train + image: images/Darwin_00005609_IM-0329-0001.png + label: labels/Darwin_00005609_IM-0329-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005610_IM-0330-0001 + subject_id: Darwin_00005610_IM-0330-0001 + split: train + image: images/Darwin_00005610_IM-0330-0001.png + label: labels/Darwin_00005610_IM-0330-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005611_IM-0331-0001 + subject_id: Darwin_00005611_IM-0331-0001 + split: val + image: images/Darwin_00005611_IM-0331-0001.png + label: labels/Darwin_00005611_IM-0331-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005612_IM-0332-0001 + subject_id: Darwin_00005612_IM-0332-0001 + split: test + image: images/Darwin_00005612_IM-0332-0001.png + label: labels/Darwin_00005612_IM-0332-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005613_IM-0333-0001 + subject_id: Darwin_00005613_IM-0333-0001 + split: test + image: images/Darwin_00005613_IM-0333-0001.png + label: labels/Darwin_00005613_IM-0333-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005614_IM-0335-0001 + subject_id: Darwin_00005614_IM-0335-0001 + split: val + image: images/Darwin_00005614_IM-0335-0001.png + label: labels/Darwin_00005614_IM-0335-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005615_IM-0337-0001 + subject_id: Darwin_00005615_IM-0337-0001 + split: train + image: images/Darwin_00005615_IM-0337-0001.png + label: labels/Darwin_00005615_IM-0337-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005616_IM-0338-0001 + subject_id: Darwin_00005616_IM-0338-0001 + split: train + image: images/Darwin_00005616_IM-0338-0001.png + label: labels/Darwin_00005616_IM-0338-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005617_IM-0339-0001 + subject_id: Darwin_00005617_IM-0339-0001 + split: train + image: images/Darwin_00005617_IM-0339-0001.png + label: labels/Darwin_00005617_IM-0339-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005618_IM-0340-0001 + subject_id: Darwin_00005618_IM-0340-0001 + split: test + image: images/Darwin_00005618_IM-0340-0001.png + label: labels/Darwin_00005618_IM-0340-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005619_IM-0341-0001 + subject_id: Darwin_00005619_IM-0341-0001 + split: train + image: images/Darwin_00005619_IM-0341-0001.png + label: labels/Darwin_00005619_IM-0341-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005620_IM-0343-0001 + subject_id: Darwin_00005620_IM-0343-0001 + split: train + image: images/Darwin_00005620_IM-0343-0001.png + label: labels/Darwin_00005620_IM-0343-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005621_IM-0345-0001 + subject_id: Darwin_00005621_IM-0345-0001 + split: train + image: images/Darwin_00005621_IM-0345-0001.png + label: labels/Darwin_00005621_IM-0345-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005622_IM-0346-0001 + subject_id: Darwin_00005622_IM-0346-0001 + split: train + image: images/Darwin_00005622_IM-0346-0001.png + label: labels/Darwin_00005622_IM-0346-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005623_IM-0347-0001 + subject_id: Darwin_00005623_IM-0347-0001 + split: train + image: images/Darwin_00005623_IM-0347-0001.png + label: labels/Darwin_00005623_IM-0347-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005624_IM-0348-0001 + subject_id: Darwin_00005624_IM-0348-0001 + split: test + image: images/Darwin_00005624_IM-0348-0001.png + label: labels/Darwin_00005624_IM-0348-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005625_IM-0349-0001 + subject_id: Darwin_00005625_IM-0349-0001 + split: train + image: images/Darwin_00005625_IM-0349-0001.png + label: labels/Darwin_00005625_IM-0349-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005626_IM-0350-0001 + subject_id: Darwin_00005626_IM-0350-0001 + split: train + image: images/Darwin_00005626_IM-0350-0001.png + label: labels/Darwin_00005626_IM-0350-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005627_IM-0351-0001 + subject_id: Darwin_00005627_IM-0351-0001 + split: train + image: images/Darwin_00005627_IM-0351-0001.png + label: labels/Darwin_00005627_IM-0351-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005628_IM-0353-0001 + subject_id: Darwin_00005628_IM-0353-0001 + split: train + image: images/Darwin_00005628_IM-0353-0001.png + label: labels/Darwin_00005628_IM-0353-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005629_IM-0354-0001 + subject_id: Darwin_00005629_IM-0354-0001 + split: train + image: images/Darwin_00005629_IM-0354-0001.png + label: labels/Darwin_00005629_IM-0354-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005630_IM-0355-0001 + subject_id: Darwin_00005630_IM-0355-0001 + split: train + image: images/Darwin_00005630_IM-0355-0001.png + label: labels/Darwin_00005630_IM-0355-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005631_IM-0356-0001 + subject_id: Darwin_00005631_IM-0356-0001 + split: train + image: images/Darwin_00005631_IM-0356-0001.png + label: labels/Darwin_00005631_IM-0356-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005632_IM-0357-0001 + subject_id: Darwin_00005632_IM-0357-0001 + split: train + image: images/Darwin_00005632_IM-0357-0001.png + label: labels/Darwin_00005632_IM-0357-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005633_IM-0358-0001 + subject_id: Darwin_00005633_IM-0358-0001 + split: train + image: images/Darwin_00005633_IM-0358-0001.png + label: labels/Darwin_00005633_IM-0358-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005634_IM-0359-0001 + subject_id: Darwin_00005634_IM-0359-0001 + split: train + image: images/Darwin_00005634_IM-0359-0001.png + label: labels/Darwin_00005634_IM-0359-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005635_IM-0361-0001 + subject_id: Darwin_00005635_IM-0361-0001 + split: train + image: images/Darwin_00005635_IM-0361-0001.png + label: labels/Darwin_00005635_IM-0361-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005636_IM-0362-0001 + subject_id: Darwin_00005636_IM-0362-0001 + split: test + image: images/Darwin_00005636_IM-0362-0001.png + label: labels/Darwin_00005636_IM-0362-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005637_IM-0363-0001 + subject_id: Darwin_00005637_IM-0363-0001 + split: test + image: images/Darwin_00005637_IM-0363-0001.png + label: labels/Darwin_00005637_IM-0363-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005638_IM-0364-0001 + subject_id: Darwin_00005638_IM-0364-0001 + split: test + image: images/Darwin_00005638_IM-0364-0001.png + label: labels/Darwin_00005638_IM-0364-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005639_IM-0365-0001 + subject_id: Darwin_00005639_IM-0365-0001 + split: train + image: images/Darwin_00005639_IM-0365-0001.png + label: labels/Darwin_00005639_IM-0365-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005640_IM-0367-0001 + subject_id: Darwin_00005640_IM-0367-0001 + split: train + image: images/Darwin_00005640_IM-0367-0001.png + label: labels/Darwin_00005640_IM-0367-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005641_IM-0368-0001 + subject_id: Darwin_00005641_IM-0368-0001 + split: test + image: images/Darwin_00005641_IM-0368-0001.png + label: labels/Darwin_00005641_IM-0368-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005642_IM-0369-0001 + subject_id: Darwin_00005642_IM-0369-0001 + split: train + image: images/Darwin_00005642_IM-0369-0001.png + label: labels/Darwin_00005642_IM-0369-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005643_IM-0370-0001 + subject_id: Darwin_00005643_IM-0370-0001 + split: train + image: images/Darwin_00005643_IM-0370-0001.png + label: labels/Darwin_00005643_IM-0370-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005644_IM-0371-0001 + subject_id: Darwin_00005644_IM-0371-0001 + split: train + image: images/Darwin_00005644_IM-0371-0001.png + label: labels/Darwin_00005644_IM-0371-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005645_IM-0286-0001 + subject_id: Darwin_00005645_IM-0286-0001 + split: train + image: images/Darwin_00005645_IM-0286-0001.png + label: labels/Darwin_00005645_IM-0286-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005646_IM-0288-0001 + subject_id: Darwin_00005646_IM-0288-0001 + split: train + image: images/Darwin_00005646_IM-0288-0001.png + label: labels/Darwin_00005646_IM-0288-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005647_IM-0289-0001 + subject_id: Darwin_00005647_IM-0289-0001 + split: train + image: images/Darwin_00005647_IM-0289-0001.png + label: labels/Darwin_00005647_IM-0289-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005648_IM-0290-0001 + subject_id: Darwin_00005648_IM-0290-0001 + split: train + image: images/Darwin_00005648_IM-0290-0001.png + label: labels/Darwin_00005648_IM-0290-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005649_IM-0291-0001 + subject_id: Darwin_00005649_IM-0291-0001 + split: val + image: images/Darwin_00005649_IM-0291-0001.png + label: labels/Darwin_00005649_IM-0291-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005650_IM-0292-0001 + subject_id: Darwin_00005650_IM-0292-0001 + split: val + image: images/Darwin_00005650_IM-0292-0001.png + label: labels/Darwin_00005650_IM-0292-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005651_IM-0293-0001 + subject_id: Darwin_00005651_IM-0293-0001 + split: test + image: images/Darwin_00005651_IM-0293-0001.png + label: labels/Darwin_00005651_IM-0293-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005652_IM-0294-0001 + subject_id: Darwin_00005652_IM-0294-0001 + split: train + image: images/Darwin_00005652_IM-0294-0001.png + label: labels/Darwin_00005652_IM-0294-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005653_IM-0295-0001 + subject_id: Darwin_00005653_IM-0295-0001 + split: train + image: images/Darwin_00005653_IM-0295-0001.png + label: labels/Darwin_00005653_IM-0295-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005654_IM-0297-0001 + subject_id: Darwin_00005654_IM-0297-0001 + split: train + image: images/Darwin_00005654_IM-0297-0001.png + label: labels/Darwin_00005654_IM-0297-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005655_IM-0298-0001 + subject_id: Darwin_00005655_IM-0298-0001 + split: train + image: images/Darwin_00005655_IM-0298-0001.png + label: labels/Darwin_00005655_IM-0298-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005656_IM-0299-0001 + subject_id: Darwin_00005656_IM-0299-0001 + split: train + image: images/Darwin_00005656_IM-0299-0001.png + label: labels/Darwin_00005656_IM-0299-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005657_IM-0300-0001 + subject_id: Darwin_00005657_IM-0300-0001 + split: train + image: images/Darwin_00005657_IM-0300-0001.png + label: labels/Darwin_00005657_IM-0300-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005658_IM-0301-0001 + subject_id: Darwin_00005658_IM-0301-0001 + split: test + image: images/Darwin_00005658_IM-0301-0001.png + label: labels/Darwin_00005658_IM-0301-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005659_IM-0302-0001 + subject_id: Darwin_00005659_IM-0302-0001 + split: val + image: images/Darwin_00005659_IM-0302-0001.png + label: labels/Darwin_00005659_IM-0302-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005660_IM-0303-0001 + subject_id: Darwin_00005660_IM-0303-0001 + split: test + image: images/Darwin_00005660_IM-0303-0001.png + label: labels/Darwin_00005660_IM-0303-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005661_IM-0304-0001 + subject_id: Darwin_00005661_IM-0304-0001 + split: train + image: images/Darwin_00005661_IM-0304-0001.png + label: labels/Darwin_00005661_IM-0304-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005662_IM-0305-0001 + subject_id: Darwin_00005662_IM-0305-0001 + split: test + image: images/Darwin_00005662_IM-0305-0001.png + label: labels/Darwin_00005662_IM-0305-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005663_IM-0306-0001 + subject_id: Darwin_00005663_IM-0306-0001 + split: train + image: images/Darwin_00005663_IM-0306-0001.png + label: labels/Darwin_00005663_IM-0306-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005664_IM-0307-0001 + subject_id: Darwin_00005664_IM-0307-0001 + split: val + image: images/Darwin_00005664_IM-0307-0001.png + label: labels/Darwin_00005664_IM-0307-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005665_IM-0308-0001 + subject_id: Darwin_00005665_IM-0308-0001 + split: val + image: images/Darwin_00005665_IM-0308-0001.png + label: labels/Darwin_00005665_IM-0308-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005666_IM-0309-0001 + subject_id: Darwin_00005666_IM-0309-0001 + split: test + image: images/Darwin_00005666_IM-0309-0001.png + label: labels/Darwin_00005666_IM-0309-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005667_IM-0311-0001 + subject_id: Darwin_00005667_IM-0311-0001 + split: train + image: images/Darwin_00005667_IM-0311-0001.png + label: labels/Darwin_00005667_IM-0311-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005668_IM-0312-0001 + subject_id: Darwin_00005668_IM-0312-0001 + split: train + image: images/Darwin_00005668_IM-0312-0001.png + label: labels/Darwin_00005668_IM-0312-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005669_IM-0313-0001 + subject_id: Darwin_00005669_IM-0313-0001 + split: train + image: images/Darwin_00005669_IM-0313-0001.png + label: labels/Darwin_00005669_IM-0313-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005670_IM-0314-0001 + subject_id: Darwin_00005670_IM-0314-0001 + split: val + image: images/Darwin_00005670_IM-0314-0001.png + label: labels/Darwin_00005670_IM-0314-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005671_IM-0315-0001 + subject_id: Darwin_00005671_IM-0315-0001 + split: train + image: images/Darwin_00005671_IM-0315-0001.png + label: labels/Darwin_00005671_IM-0315-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005672_IM-0316-0001 + subject_id: Darwin_00005672_IM-0316-0001 + split: train + image: images/Darwin_00005672_IM-0316-0001.png + label: labels/Darwin_00005672_IM-0316-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005673_IM-0317-0001 + subject_id: Darwin_00005673_IM-0317-0001 + split: train + image: images/Darwin_00005673_IM-0317-0001.png + label: labels/Darwin_00005673_IM-0317-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005674_IM-0318-0001 + subject_id: Darwin_00005674_IM-0318-0001 + split: train + image: images/Darwin_00005674_IM-0318-0001.png + label: labels/Darwin_00005674_IM-0318-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005675_IM-0319-0001 + subject_id: Darwin_00005675_IM-0319-0001 + split: val + image: images/Darwin_00005675_IM-0319-0001.png + label: labels/Darwin_00005675_IM-0319-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005676_IM-0320-0001 + subject_id: Darwin_00005676_IM-0320-0001 + split: train + image: images/Darwin_00005676_IM-0320-0001.png + label: labels/Darwin_00005676_IM-0320-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005677_IM-0323-0001 + subject_id: Darwin_00005677_IM-0323-0001 + split: val + image: images/Darwin_00005677_IM-0323-0001.png + label: labels/Darwin_00005677_IM-0323-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005678_IM-0324-0001 + subject_id: Darwin_00005678_IM-0324-0001 + split: train + image: images/Darwin_00005678_IM-0324-0001.png + label: labels/Darwin_00005678_IM-0324-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005679_IM-0325-0001 + subject_id: Darwin_00005679_IM-0325-0001 + split: test + image: images/Darwin_00005679_IM-0325-0001.png + label: labels/Darwin_00005679_IM-0325-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005680_IM-0240-0001 + subject_id: Darwin_00005680_IM-0240-0001 + split: train + image: images/Darwin_00005680_IM-0240-0001.png + label: labels/Darwin_00005680_IM-0240-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005681_IM-0241-0001 + subject_id: Darwin_00005681_IM-0241-0001 + split: train + image: images/Darwin_00005681_IM-0241-0001.png + label: labels/Darwin_00005681_IM-0241-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005682_IM-0242-0001 + subject_id: Darwin_00005682_IM-0242-0001 + split: train + image: images/Darwin_00005682_IM-0242-0001.png + label: labels/Darwin_00005682_IM-0242-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005683_IM-0243-0001 + subject_id: Darwin_00005683_IM-0243-0001 + split: train + image: images/Darwin_00005683_IM-0243-0001.png + label: labels/Darwin_00005683_IM-0243-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005684_IM-0244-0001 + subject_id: Darwin_00005684_IM-0244-0001 + split: train + image: images/Darwin_00005684_IM-0244-0001.png + label: labels/Darwin_00005684_IM-0244-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005685_IM-0245-0001 + subject_id: Darwin_00005685_IM-0245-0001 + split: train + image: images/Darwin_00005685_IM-0245-0001.png + label: labels/Darwin_00005685_IM-0245-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005686_IM-0248-0001 + subject_id: Darwin_00005686_IM-0248-0001 + split: train + image: images/Darwin_00005686_IM-0248-0001.png + label: labels/Darwin_00005686_IM-0248-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005687_IM-0249-0001 + subject_id: Darwin_00005687_IM-0249-0001 + split: train + image: images/Darwin_00005687_IM-0249-0001.png + label: labels/Darwin_00005687_IM-0249-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005688_IM-0250-0001 + subject_id: Darwin_00005688_IM-0250-0001 + split: test + image: images/Darwin_00005688_IM-0250-0001.png + label: labels/Darwin_00005688_IM-0250-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005689_IM-0251-0001 + subject_id: Darwin_00005689_IM-0251-0001 + split: train + image: images/Darwin_00005689_IM-0251-0001.png + label: labels/Darwin_00005689_IM-0251-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005690_IM-0253-0001 + subject_id: Darwin_00005690_IM-0253-0001 + split: train + image: images/Darwin_00005690_IM-0253-0001.png + label: labels/Darwin_00005690_IM-0253-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005691_IM-0255-0001 + subject_id: Darwin_00005691_IM-0255-0001 + split: train + image: images/Darwin_00005691_IM-0255-0001.png + label: labels/Darwin_00005691_IM-0255-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005692_IM-0256-0001 + subject_id: Darwin_00005692_IM-0256-0001 + split: train + image: images/Darwin_00005692_IM-0256-0001.png + label: labels/Darwin_00005692_IM-0256-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005693_IM-0257-0001 + subject_id: Darwin_00005693_IM-0257-0001 + split: train + image: images/Darwin_00005693_IM-0257-0001.png + label: labels/Darwin_00005693_IM-0257-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005694_IM-0261-0001 + subject_id: Darwin_00005694_IM-0261-0001 + split: val + image: images/Darwin_00005694_IM-0261-0001.png + label: labels/Darwin_00005694_IM-0261-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005695_IM-0262-0001 + subject_id: Darwin_00005695_IM-0262-0001 + split: val + image: images/Darwin_00005695_IM-0262-0001.png + label: labels/Darwin_00005695_IM-0262-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005696_IM-0264-0001 + subject_id: Darwin_00005696_IM-0264-0001 + split: train + image: images/Darwin_00005696_IM-0264-0001.png + label: labels/Darwin_00005696_IM-0264-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005697_IM-0265-0001 + subject_id: Darwin_00005697_IM-0265-0001 + split: train + image: images/Darwin_00005697_IM-0265-0001.png + label: labels/Darwin_00005697_IM-0265-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005698_IM-0266-0001 + subject_id: Darwin_00005698_IM-0266-0001 + split: train + image: images/Darwin_00005698_IM-0266-0001.png + label: labels/Darwin_00005698_IM-0266-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005699_IM-0268-0001 + subject_id: Darwin_00005699_IM-0268-0001 + split: train + image: images/Darwin_00005699_IM-0268-0001.png + label: labels/Darwin_00005699_IM-0268-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005700_IM-0269-0001 + subject_id: Darwin_00005700_IM-0269-0001 + split: train + image: images/Darwin_00005700_IM-0269-0001.png + label: labels/Darwin_00005700_IM-0269-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005701_IM-0270-0001 + subject_id: Darwin_00005701_IM-0270-0001 + split: train + image: images/Darwin_00005701_IM-0270-0001.png + label: labels/Darwin_00005701_IM-0270-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005702_IM-0272-0001 + subject_id: Darwin_00005702_IM-0272-0001 + split: train + image: images/Darwin_00005702_IM-0272-0001.png + label: labels/Darwin_00005702_IM-0272-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005703_IM-0273-0001 + subject_id: Darwin_00005703_IM-0273-0001 + split: test + image: images/Darwin_00005703_IM-0273-0001.png + label: labels/Darwin_00005703_IM-0273-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005704_IM-0274-0001 + subject_id: Darwin_00005704_IM-0274-0001 + split: train + image: images/Darwin_00005704_IM-0274-0001.png + label: labels/Darwin_00005704_IM-0274-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005705_IM-0275-0001 + subject_id: Darwin_00005705_IM-0275-0001 + split: train + image: images/Darwin_00005705_IM-0275-0001.png + label: labels/Darwin_00005705_IM-0275-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005706_IM-0276-0001 + subject_id: Darwin_00005706_IM-0276-0001 + split: train + image: images/Darwin_00005706_IM-0276-0001.png + label: labels/Darwin_00005706_IM-0276-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005707_IM-0277-0001 + subject_id: Darwin_00005707_IM-0277-0001 + split: test + image: images/Darwin_00005707_IM-0277-0001.png + label: labels/Darwin_00005707_IM-0277-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005708_IM-0278-0001 + subject_id: Darwin_00005708_IM-0278-0001 + split: train + image: images/Darwin_00005708_IM-0278-0001.png + label: labels/Darwin_00005708_IM-0278-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005709_IM-0279-0001 + subject_id: Darwin_00005709_IM-0279-0001 + split: train + image: images/Darwin_00005709_IM-0279-0001.png + label: labels/Darwin_00005709_IM-0279-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005710_IM-0280-0001 + subject_id: Darwin_00005710_IM-0280-0001 + split: train + image: images/Darwin_00005710_IM-0280-0001.png + label: labels/Darwin_00005710_IM-0280-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005711_IM-0282-0001 + subject_id: Darwin_00005711_IM-0282-0001 + split: train + image: images/Darwin_00005711_IM-0282-0001.png + label: labels/Darwin_00005711_IM-0282-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005712_IM-0283-0001 + subject_id: Darwin_00005712_IM-0283-0001 + split: test + image: images/Darwin_00005712_IM-0283-0001.png + label: labels/Darwin_00005712_IM-0283-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005713_IM-0285-0001 + subject_id: Darwin_00005713_IM-0285-0001 + split: train + image: images/Darwin_00005713_IM-0285-0001.png + label: labels/Darwin_00005713_IM-0285-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005714_IM-0191-0001 + subject_id: Darwin_00005714_IM-0191-0001 + split: train + image: images/Darwin_00005714_IM-0191-0001.png + label: labels/Darwin_00005714_IM-0191-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005715_IM-0193-0001 + subject_id: Darwin_00005715_IM-0193-0001 + split: train + image: images/Darwin_00005715_IM-0193-0001.png + label: labels/Darwin_00005715_IM-0193-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005716_IM-0195-0001 + subject_id: Darwin_00005716_IM-0195-0001 + split: train + image: images/Darwin_00005716_IM-0195-0001.png + label: labels/Darwin_00005716_IM-0195-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005717_IM-0199-0001 + subject_id: Darwin_00005717_IM-0199-0001 + split: train + image: images/Darwin_00005717_IM-0199-0001.png + label: labels/Darwin_00005717_IM-0199-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005718_IM-0201-0001 + subject_id: Darwin_00005718_IM-0201-0001 + split: train + image: images/Darwin_00005718_IM-0201-0001.png + label: labels/Darwin_00005718_IM-0201-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005719_IM-0203-0001 + subject_id: Darwin_00005719_IM-0203-0001 + split: train + image: images/Darwin_00005719_IM-0203-0001.png + label: labels/Darwin_00005719_IM-0203-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005720_IM-0205-0001 + subject_id: Darwin_00005720_IM-0205-0001 + split: val + image: images/Darwin_00005720_IM-0205-0001.png + label: labels/Darwin_00005720_IM-0205-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005721_IM-0206-0001 + subject_id: Darwin_00005721_IM-0206-0001 + split: test + image: images/Darwin_00005721_IM-0206-0001.png + label: labels/Darwin_00005721_IM-0206-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005722_IM-0207-0001 + subject_id: Darwin_00005722_IM-0207-0001 + split: train + image: images/Darwin_00005722_IM-0207-0001.png + label: labels/Darwin_00005722_IM-0207-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005723_IM-0209-0001 + subject_id: Darwin_00005723_IM-0209-0001 + split: train + image: images/Darwin_00005723_IM-0209-0001.png + label: labels/Darwin_00005723_IM-0209-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005724_IM-0210-0001 + subject_id: Darwin_00005724_IM-0210-0001 + split: train + image: images/Darwin_00005724_IM-0210-0001.png + label: labels/Darwin_00005724_IM-0210-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005725_IM-0211-0001 + subject_id: Darwin_00005725_IM-0211-0001 + split: train + image: images/Darwin_00005725_IM-0211-0001.png + label: labels/Darwin_00005725_IM-0211-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005726_IM-0213-0001 + subject_id: Darwin_00005726_IM-0213-0001 + split: test + image: images/Darwin_00005726_IM-0213-0001.png + label: labels/Darwin_00005726_IM-0213-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005727_IM-0214-0001 + subject_id: Darwin_00005727_IM-0214-0001 + split: train + image: images/Darwin_00005727_IM-0214-0001.png + label: labels/Darwin_00005727_IM-0214-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005728_IM-0215-0001 + subject_id: Darwin_00005728_IM-0215-0001 + split: train + image: images/Darwin_00005728_IM-0215-0001.png + label: labels/Darwin_00005728_IM-0215-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005729_IM-0216-0001 + subject_id: Darwin_00005729_IM-0216-0001 + split: val + image: images/Darwin_00005729_IM-0216-0001.png + label: labels/Darwin_00005729_IM-0216-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005730_IM-0217-0001 + subject_id: Darwin_00005730_IM-0217-0001 + split: train + image: images/Darwin_00005730_IM-0217-0001.png + label: labels/Darwin_00005730_IM-0217-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005731_IM-0218-0001 + subject_id: Darwin_00005731_IM-0218-0001 + split: val + image: images/Darwin_00005731_IM-0218-0001.png + label: labels/Darwin_00005731_IM-0218-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005732_IM-0219-0001 + subject_id: Darwin_00005732_IM-0219-0001 + split: test + image: images/Darwin_00005732_IM-0219-0001.png + label: labels/Darwin_00005732_IM-0219-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005733_IM-0220-0001 + subject_id: Darwin_00005733_IM-0220-0001 + split: train + image: images/Darwin_00005733_IM-0220-0001.png + label: labels/Darwin_00005733_IM-0220-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005734_IM-0221-0001 + subject_id: Darwin_00005734_IM-0221-0001 + split: train + image: images/Darwin_00005734_IM-0221-0001.png + label: labels/Darwin_00005734_IM-0221-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005735_IM-0222-0001 + subject_id: Darwin_00005735_IM-0222-0001 + split: train + image: images/Darwin_00005735_IM-0222-0001.png + label: labels/Darwin_00005735_IM-0222-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005736_IM-0223-0001 + subject_id: Darwin_00005736_IM-0223-0001 + split: train + image: images/Darwin_00005736_IM-0223-0001.png + label: labels/Darwin_00005736_IM-0223-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005737_IM-0224-0001 + subject_id: Darwin_00005737_IM-0224-0001 + split: test + image: images/Darwin_00005737_IM-0224-0001.png + label: labels/Darwin_00005737_IM-0224-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005738_IM-0225-0001 + subject_id: Darwin_00005738_IM-0225-0001 + split: train + image: images/Darwin_00005738_IM-0225-0001.png + label: labels/Darwin_00005738_IM-0225-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005739_IM-0226-0001 + subject_id: Darwin_00005739_IM-0226-0001 + split: train + image: images/Darwin_00005739_IM-0226-0001.png + label: labels/Darwin_00005739_IM-0226-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005740_IM-0227-0001 + subject_id: Darwin_00005740_IM-0227-0001 + split: train + image: images/Darwin_00005740_IM-0227-0001.png + label: labels/Darwin_00005740_IM-0227-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005741_IM-0228-0001 + subject_id: Darwin_00005741_IM-0228-0001 + split: test + image: images/Darwin_00005741_IM-0228-0001.png + label: labels/Darwin_00005741_IM-0228-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005742_IM-0229-0001 + subject_id: Darwin_00005742_IM-0229-0001 + split: train + image: images/Darwin_00005742_IM-0229-0001.png + label: labels/Darwin_00005742_IM-0229-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005743_IM-0230-0001 + subject_id: Darwin_00005743_IM-0230-0001 + split: train + image: images/Darwin_00005743_IM-0230-0001.png + label: labels/Darwin_00005743_IM-0230-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005744_IM-0231-0001 + subject_id: Darwin_00005744_IM-0231-0001 + split: train + image: images/Darwin_00005744_IM-0231-0001.png + label: labels/Darwin_00005744_IM-0231-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005745_IM-0234-0001 + subject_id: Darwin_00005745_IM-0234-0001 + split: test + image: images/Darwin_00005745_IM-0234-0001.png + label: labels/Darwin_00005745_IM-0234-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005746_IM-0235-0001 + subject_id: Darwin_00005746_IM-0235-0001 + split: train + image: images/Darwin_00005746_IM-0235-0001.png + label: labels/Darwin_00005746_IM-0235-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005747_IM-0236-0001 + subject_id: Darwin_00005747_IM-0236-0001 + split: train + image: images/Darwin_00005747_IM-0236-0001.png + label: labels/Darwin_00005747_IM-0236-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005748_IM-0237-0001 + subject_id: Darwin_00005748_IM-0237-0001 + split: val + image: images/Darwin_00005748_IM-0237-0001.png + label: labels/Darwin_00005748_IM-0237-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005749_IM-0238-0001 + subject_id: Darwin_00005749_IM-0238-0001 + split: train + image: images/Darwin_00005749_IM-0238-0001.png + label: labels/Darwin_00005749_IM-0238-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005750_IM-0239-0001 + subject_id: Darwin_00005750_IM-0239-0001 + split: test + image: images/Darwin_00005750_IM-0239-0001.png + label: labels/Darwin_00005750_IM-0239-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005751_IM-0129-0001 + subject_id: Darwin_00005751_IM-0129-0001 + split: test + image: images/Darwin_00005751_IM-0129-0001.png + label: labels/Darwin_00005751_IM-0129-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005752_IM-0131-0001 + subject_id: Darwin_00005752_IM-0131-0001 + split: train + image: images/Darwin_00005752_IM-0131-0001.png + label: labels/Darwin_00005752_IM-0131-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005753_IM-0133-0001 + subject_id: Darwin_00005753_IM-0133-0001 + split: train + image: images/Darwin_00005753_IM-0133-0001.png + label: labels/Darwin_00005753_IM-0133-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005754_IM-0135-0001 + subject_id: Darwin_00005754_IM-0135-0001 + split: val + image: images/Darwin_00005754_IM-0135-0001.png + label: labels/Darwin_00005754_IM-0135-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005755_IM-0137-0001 + subject_id: Darwin_00005755_IM-0137-0001 + split: train + image: images/Darwin_00005755_IM-0137-0001.png + label: labels/Darwin_00005755_IM-0137-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005756_IM-0140-0001 + subject_id: Darwin_00005756_IM-0140-0001 + split: train + image: images/Darwin_00005756_IM-0140-0001.png + label: labels/Darwin_00005756_IM-0140-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005757_IM-0141-0001 + subject_id: Darwin_00005757_IM-0141-0001 + split: train + image: images/Darwin_00005757_IM-0141-0001.png + label: labels/Darwin_00005757_IM-0141-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005758_IM-0143-0001 + subject_id: Darwin_00005758_IM-0143-0001 + split: train + image: images/Darwin_00005758_IM-0143-0001.png + label: labels/Darwin_00005758_IM-0143-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005759_IM-0145-0001 + subject_id: Darwin_00005759_IM-0145-0001 + split: train + image: images/Darwin_00005759_IM-0145-0001.png + label: labels/Darwin_00005759_IM-0145-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005760_IM-0147-0001 + subject_id: Darwin_00005760_IM-0147-0001 + split: val + image: images/Darwin_00005760_IM-0147-0001.png + label: labels/Darwin_00005760_IM-0147-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005761_IM-0149-0001 + subject_id: Darwin_00005761_IM-0149-0001 + split: train + image: images/Darwin_00005761_IM-0149-0001.png + label: labels/Darwin_00005761_IM-0149-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005762_IM-0151-0001 + subject_id: Darwin_00005762_IM-0151-0001 + split: train + image: images/Darwin_00005762_IM-0151-0001.png + label: labels/Darwin_00005762_IM-0151-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005763_IM-0152-0001 + subject_id: Darwin_00005763_IM-0152-0001 + split: train + image: images/Darwin_00005763_IM-0152-0001.png + label: labels/Darwin_00005763_IM-0152-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005764_IM-0154-0001 + subject_id: Darwin_00005764_IM-0154-0001 + split: test + image: images/Darwin_00005764_IM-0154-0001.png + label: labels/Darwin_00005764_IM-0154-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005765_IM-0156-0001 + subject_id: Darwin_00005765_IM-0156-0001 + split: test + image: images/Darwin_00005765_IM-0156-0001.png + label: labels/Darwin_00005765_IM-0156-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005766_IM-0158-0001 + subject_id: Darwin_00005766_IM-0158-0001 + split: train + image: images/Darwin_00005766_IM-0158-0001.png + label: labels/Darwin_00005766_IM-0158-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005767_IM-0160-0001 + subject_id: Darwin_00005767_IM-0160-0001 + split: test + image: images/Darwin_00005767_IM-0160-0001.png + label: labels/Darwin_00005767_IM-0160-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005768_IM-0162-0001 + subject_id: Darwin_00005768_IM-0162-0001 + split: train + image: images/Darwin_00005768_IM-0162-0001.png + label: labels/Darwin_00005768_IM-0162-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005769_IM-0164-0001 + subject_id: Darwin_00005769_IM-0164-0001 + split: train + image: images/Darwin_00005769_IM-0164-0001.png + label: labels/Darwin_00005769_IM-0164-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005770_IM-0166-0001 + subject_id: Darwin_00005770_IM-0166-0001 + split: train + image: images/Darwin_00005770_IM-0166-0001.png + label: labels/Darwin_00005770_IM-0166-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005771_IM-0168-0001 + subject_id: Darwin_00005771_IM-0168-0001 + split: val + image: images/Darwin_00005771_IM-0168-0001.png + label: labels/Darwin_00005771_IM-0168-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005772_IM-0170-0001 + subject_id: Darwin_00005772_IM-0170-0001 + split: train + image: images/Darwin_00005772_IM-0170-0001.png + label: labels/Darwin_00005772_IM-0170-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005773_IM-0172-0001 + subject_id: Darwin_00005773_IM-0172-0001 + split: train + image: images/Darwin_00005773_IM-0172-0001.png + label: labels/Darwin_00005773_IM-0172-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005774_IM-0176-0001 + subject_id: Darwin_00005774_IM-0176-0001 + split: val + image: images/Darwin_00005774_IM-0176-0001.png + label: labels/Darwin_00005774_IM-0176-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005775_IM-0177-0001 + subject_id: Darwin_00005775_IM-0177-0001 + split: train + image: images/Darwin_00005775_IM-0177-0001.png + label: labels/Darwin_00005775_IM-0177-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005776_IM-0178-0001 + subject_id: Darwin_00005776_IM-0178-0001 + split: train + image: images/Darwin_00005776_IM-0178-0001.png + label: labels/Darwin_00005776_IM-0178-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005777_IM-0180-0001 + subject_id: Darwin_00005777_IM-0180-0001 + split: train + image: images/Darwin_00005777_IM-0180-0001.png + label: labels/Darwin_00005777_IM-0180-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005778_IM-0182-0001 + subject_id: Darwin_00005778_IM-0182-0001 + split: train + image: images/Darwin_00005778_IM-0182-0001.png + label: labels/Darwin_00005778_IM-0182-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005779_IM-0183-0001 + subject_id: Darwin_00005779_IM-0183-0001 + split: train + image: images/Darwin_00005779_IM-0183-0001.png + label: labels/Darwin_00005779_IM-0183-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005780_IM-0185-0001 + subject_id: Darwin_00005780_IM-0185-0001 + split: train + image: images/Darwin_00005780_IM-0185-0001.png + label: labels/Darwin_00005780_IM-0185-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005781_IM-0187-0001 + subject_id: Darwin_00005781_IM-0187-0001 + split: train + image: images/Darwin_00005781_IM-0187-0001.png + label: labels/Darwin_00005781_IM-0187-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005782_IM-0189-0001 + subject_id: Darwin_00005782_IM-0189-0001 + split: train + image: images/Darwin_00005782_IM-0189-0001.png + label: labels/Darwin_00005782_IM-0189-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005783_IM-0115-0001 + subject_id: Darwin_00005783_IM-0115-0001 + split: train + image: images/Darwin_00005783_IM-0115-0001.png + label: labels/Darwin_00005783_IM-0115-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005784_IM-0117-0001 + subject_id: Darwin_00005784_IM-0117-0001 + split: train + image: images/Darwin_00005784_IM-0117-0001.png + label: labels/Darwin_00005784_IM-0117-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005785_IM-0119-0001 + subject_id: Darwin_00005785_IM-0119-0001 + split: train + image: images/Darwin_00005785_IM-0119-0001.png + label: labels/Darwin_00005785_IM-0119-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005786_IM-0122-0001 + subject_id: Darwin_00005786_IM-0122-0001 + split: val + image: images/Darwin_00005786_IM-0122-0001.png + label: labels/Darwin_00005786_IM-0122-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005787_IM-0125-0001 + subject_id: Darwin_00005787_IM-0125-0001 + split: train + image: images/Darwin_00005787_IM-0125-0001.png + label: labels/Darwin_00005787_IM-0125-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005788_IM-0127-0001 + subject_id: Darwin_00005788_IM-0127-0001 + split: train + image: images/Darwin_00005788_IM-0127-0001.png + label: labels/Darwin_00005788_IM-0127-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005789_IM-0128-0001 + subject_id: Darwin_00005789_IM-0128-0001 + split: test + image: images/Darwin_00005789_IM-0128-0001.png + label: labels/Darwin_00005789_IM-0128-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005790_NORMAL2-IM-1427-0001 + subject_id: Darwin_00005790_NORMAL2-IM-1427-0001 + split: train + image: images/Darwin_00005790_NORMAL2-IM-1427-0001.png + label: labels/Darwin_00005790_NORMAL2-IM-1427-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005791_NORMAL2-IM-1430-0001 + subject_id: Darwin_00005791_NORMAL2-IM-1430-0001 + split: train + image: images/Darwin_00005791_NORMAL2-IM-1430-0001.png + label: labels/Darwin_00005791_NORMAL2-IM-1430-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005792_NORMAL2-IM-1431-0001 + subject_id: Darwin_00005792_NORMAL2-IM-1431-0001 + split: train + image: images/Darwin_00005792_NORMAL2-IM-1431-0001.png + label: labels/Darwin_00005792_NORMAL2-IM-1431-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005793_NORMAL2-IM-1436-0001 + subject_id: Darwin_00005793_NORMAL2-IM-1436-0001 + split: train + image: images/Darwin_00005793_NORMAL2-IM-1436-0001.png + label: labels/Darwin_00005793_NORMAL2-IM-1436-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005794_NORMAL2-IM-1437-0001 + subject_id: Darwin_00005794_NORMAL2-IM-1437-0001 + split: val + image: images/Darwin_00005794_NORMAL2-IM-1437-0001.png + label: labels/Darwin_00005794_NORMAL2-IM-1437-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005795_NORMAL2-IM-1438-0001 + subject_id: Darwin_00005795_NORMAL2-IM-1438-0001 + split: val + image: images/Darwin_00005795_NORMAL2-IM-1438-0001.png + label: labels/Darwin_00005795_NORMAL2-IM-1438-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005796_NORMAL2-IM-1440-0001 + subject_id: Darwin_00005796_NORMAL2-IM-1440-0001 + split: train + image: images/Darwin_00005796_NORMAL2-IM-1440-0001.png + label: labels/Darwin_00005796_NORMAL2-IM-1440-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005797_NORMAL2-IM-1442-0001 + subject_id: Darwin_00005797_NORMAL2-IM-1442-0001 + split: train + image: images/Darwin_00005797_NORMAL2-IM-1442-0001.png + label: labels/Darwin_00005797_NORMAL2-IM-1442-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005798_IM-0001-0001 + subject_id: Darwin_00005798_IM-0001-0001 + split: test + image: images/Darwin_00005798_IM-0001-0001.png + label: labels/Darwin_00005798_IM-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005799_IM-0003-0001 + subject_id: Darwin_00005799_IM-0003-0001 + split: test + image: images/Darwin_00005799_IM-0003-0001.png + label: labels/Darwin_00005799_IM-0003-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005800_IM-0005-0001 + subject_id: Darwin_00005800_IM-0005-0001 + split: train + image: images/Darwin_00005800_IM-0005-0001.png + label: labels/Darwin_00005800_IM-0005-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005801_IM-0006-0001 + subject_id: Darwin_00005801_IM-0006-0001 + split: train + image: images/Darwin_00005801_IM-0006-0001.png + label: labels/Darwin_00005801_IM-0006-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005802_IM-0007-0001 + subject_id: Darwin_00005802_IM-0007-0001 + split: val + image: images/Darwin_00005802_IM-0007-0001.png + label: labels/Darwin_00005802_IM-0007-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005803_IM-0009-0001 + subject_id: Darwin_00005803_IM-0009-0001 + split: test + image: images/Darwin_00005803_IM-0009-0001.png + label: labels/Darwin_00005803_IM-0009-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005804_IM-0010-0001 + subject_id: Darwin_00005804_IM-0010-0001 + split: test + image: images/Darwin_00005804_IM-0010-0001.png + label: labels/Darwin_00005804_IM-0010-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005805_IM-0011-0001-0001 + subject_id: Darwin_00005805_IM-0011-0001-0001 + split: train + image: images/Darwin_00005805_IM-0011-0001-0001.png + label: labels/Darwin_00005805_IM-0011-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005806_IM-0011-0001-0002 + subject_id: Darwin_00005806_IM-0011-0001-0002 + split: train + image: images/Darwin_00005806_IM-0011-0001-0002.png + label: labels/Darwin_00005806_IM-0011-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005807_IM-0011-0001 + subject_id: Darwin_00005807_IM-0011-0001 + split: train + image: images/Darwin_00005807_IM-0011-0001.png + label: labels/Darwin_00005807_IM-0011-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005808_IM-0013-0001 + subject_id: Darwin_00005808_IM-0013-0001 + split: train + image: images/Darwin_00005808_IM-0013-0001.png + label: labels/Darwin_00005808_IM-0013-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005809_IM-0015-0001 + subject_id: Darwin_00005809_IM-0015-0001 + split: train + image: images/Darwin_00005809_IM-0015-0001.png + label: labels/Darwin_00005809_IM-0015-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005810_IM-0016-0001 + subject_id: Darwin_00005810_IM-0016-0001 + split: train + image: images/Darwin_00005810_IM-0016-0001.png + label: labels/Darwin_00005810_IM-0016-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005811_IM-0017-0001 + subject_id: Darwin_00005811_IM-0017-0001 + split: train + image: images/Darwin_00005811_IM-0017-0001.png + label: labels/Darwin_00005811_IM-0017-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005812_IM-0019-0001 + subject_id: Darwin_00005812_IM-0019-0001 + split: val + image: images/Darwin_00005812_IM-0019-0001.png + label: labels/Darwin_00005812_IM-0019-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005813_IM-0021-0001 + subject_id: Darwin_00005813_IM-0021-0001 + split: train + image: images/Darwin_00005813_IM-0021-0001.png + label: labels/Darwin_00005813_IM-0021-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005814_IM-0022-0001 + subject_id: Darwin_00005814_IM-0022-0001 + split: val + image: images/Darwin_00005814_IM-0022-0001.png + label: labels/Darwin_00005814_IM-0022-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005815_IM-0023-0001 + subject_id: Darwin_00005815_IM-0023-0001 + split: val + image: images/Darwin_00005815_IM-0023-0001.png + label: labels/Darwin_00005815_IM-0023-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005816_IM-0025-0001 + subject_id: Darwin_00005816_IM-0025-0001 + split: train + image: images/Darwin_00005816_IM-0025-0001.png + label: labels/Darwin_00005816_IM-0025-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005817_IM-0027-0001 + subject_id: Darwin_00005817_IM-0027-0001 + split: train + image: images/Darwin_00005817_IM-0027-0001.png + label: labels/Darwin_00005817_IM-0027-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005818_IM-0028-0001 + subject_id: Darwin_00005818_IM-0028-0001 + split: train + image: images/Darwin_00005818_IM-0028-0001.png + label: labels/Darwin_00005818_IM-0028-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005819_IM-0029-0001 + subject_id: Darwin_00005819_IM-0029-0001 + split: val + image: images/Darwin_00005819_IM-0029-0001.png + label: labels/Darwin_00005819_IM-0029-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005820_IM-0030-0001 + subject_id: Darwin_00005820_IM-0030-0001 + split: test + image: images/Darwin_00005820_IM-0030-0001.png + label: labels/Darwin_00005820_IM-0030-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005821_IM-0031-0001 + subject_id: Darwin_00005821_IM-0031-0001 + split: train + image: images/Darwin_00005821_IM-0031-0001.png + label: labels/Darwin_00005821_IM-0031-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005822_IM-0033-0001-0001 + subject_id: Darwin_00005822_IM-0033-0001-0001 + split: val + image: images/Darwin_00005822_IM-0033-0001-0001.png + label: labels/Darwin_00005822_IM-0033-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005823_IM-0033-0001-0002 + subject_id: Darwin_00005823_IM-0033-0001-0002 + split: val + image: images/Darwin_00005823_IM-0033-0001-0002.png + label: labels/Darwin_00005823_IM-0033-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005824_IM-0033-0001 + subject_id: Darwin_00005824_IM-0033-0001 + split: train + image: images/Darwin_00005824_IM-0033-0001.png + label: labels/Darwin_00005824_IM-0033-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005825_IM-0035-0001 + subject_id: Darwin_00005825_IM-0035-0001 + split: train + image: images/Darwin_00005825_IM-0035-0001.png + label: labels/Darwin_00005825_IM-0035-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005826_IM-0036-0001 + subject_id: Darwin_00005826_IM-0036-0001 + split: val + image: images/Darwin_00005826_IM-0036-0001.png + label: labels/Darwin_00005826_IM-0036-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005827_IM-0037-0001 + subject_id: Darwin_00005827_IM-0037-0001 + split: train + image: images/Darwin_00005827_IM-0037-0001.png + label: labels/Darwin_00005827_IM-0037-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005828_IM-0039-0001 + subject_id: Darwin_00005828_IM-0039-0001 + split: train + image: images/Darwin_00005828_IM-0039-0001.png + label: labels/Darwin_00005828_IM-0039-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005829_IM-0041-0001 + subject_id: Darwin_00005829_IM-0041-0001 + split: test + image: images/Darwin_00005829_IM-0041-0001.png + label: labels/Darwin_00005829_IM-0041-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005830_IM-0043-0001 + subject_id: Darwin_00005830_IM-0043-0001 + split: train + image: images/Darwin_00005830_IM-0043-0001.png + label: labels/Darwin_00005830_IM-0043-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005831_IM-0045-0001 + subject_id: Darwin_00005831_IM-0045-0001 + split: test + image: images/Darwin_00005831_IM-0045-0001.png + label: labels/Darwin_00005831_IM-0045-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005832_IM-0046-0001 + subject_id: Darwin_00005832_IM-0046-0001 + split: train + image: images/Darwin_00005832_IM-0046-0001.png + label: labels/Darwin_00005832_IM-0046-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005833_IM-0049-0001 + subject_id: Darwin_00005833_IM-0049-0001 + split: train + image: images/Darwin_00005833_IM-0049-0001.png + label: labels/Darwin_00005833_IM-0049-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005834_IM-0050-0001 + subject_id: Darwin_00005834_IM-0050-0001 + split: train + image: images/Darwin_00005834_IM-0050-0001.png + label: labels/Darwin_00005834_IM-0050-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005835_IM-0059-0001 + subject_id: Darwin_00005835_IM-0059-0001 + split: train + image: images/Darwin_00005835_IM-0059-0001.png + label: labels/Darwin_00005835_IM-0059-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005836_IM-0061-0001 + subject_id: Darwin_00005836_IM-0061-0001 + split: train + image: images/Darwin_00005836_IM-0061-0001.png + label: labels/Darwin_00005836_IM-0061-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005837_IM-0063-0001 + subject_id: Darwin_00005837_IM-0063-0001 + split: train + image: images/Darwin_00005837_IM-0063-0001.png + label: labels/Darwin_00005837_IM-0063-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005838_IM-0065-0001 + subject_id: Darwin_00005838_IM-0065-0001 + split: train + image: images/Darwin_00005838_IM-0065-0001.png + label: labels/Darwin_00005838_IM-0065-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005839_IM-0067-0001 + subject_id: Darwin_00005839_IM-0067-0001 + split: train + image: images/Darwin_00005839_IM-0067-0001.png + label: labels/Darwin_00005839_IM-0067-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005840_IM-0069-0001 + subject_id: Darwin_00005840_IM-0069-0001 + split: train + image: images/Darwin_00005840_IM-0069-0001.png + label: labels/Darwin_00005840_IM-0069-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005841_IM-0070-0001 + subject_id: Darwin_00005841_IM-0070-0001 + split: train + image: images/Darwin_00005841_IM-0070-0001.png + label: labels/Darwin_00005841_IM-0070-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005842_IM-0071-0001 + subject_id: Darwin_00005842_IM-0071-0001 + split: train + image: images/Darwin_00005842_IM-0071-0001.png + label: labels/Darwin_00005842_IM-0071-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005843_IM-0073-0001 + subject_id: Darwin_00005843_IM-0073-0001 + split: train + image: images/Darwin_00005843_IM-0073-0001.png + label: labels/Darwin_00005843_IM-0073-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005844_IM-0075-0001 + subject_id: Darwin_00005844_IM-0075-0001 + split: train + image: images/Darwin_00005844_IM-0075-0001.png + label: labels/Darwin_00005844_IM-0075-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005845_IM-0077-0001 + subject_id: Darwin_00005845_IM-0077-0001 + split: train + image: images/Darwin_00005845_IM-0077-0001.png + label: labels/Darwin_00005845_IM-0077-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005846_IM-0079-0001 + subject_id: Darwin_00005846_IM-0079-0001 + split: test + image: images/Darwin_00005846_IM-0079-0001.png + label: labels/Darwin_00005846_IM-0079-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005847_IM-0081-0001 + subject_id: Darwin_00005847_IM-0081-0001 + split: train + image: images/Darwin_00005847_IM-0081-0001.png + label: labels/Darwin_00005847_IM-0081-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005848_IM-0083-0001 + subject_id: Darwin_00005848_IM-0083-0001 + split: train + image: images/Darwin_00005848_IM-0083-0001.png + label: labels/Darwin_00005848_IM-0083-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005849_IM-0084-0001 + subject_id: Darwin_00005849_IM-0084-0001 + split: train + image: images/Darwin_00005849_IM-0084-0001.png + label: labels/Darwin_00005849_IM-0084-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005850_IM-0085-0001 + subject_id: Darwin_00005850_IM-0085-0001 + split: test + image: images/Darwin_00005850_IM-0085-0001.png + label: labels/Darwin_00005850_IM-0085-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005851_IM-0086-0001 + subject_id: Darwin_00005851_IM-0086-0001 + split: val + image: images/Darwin_00005851_IM-0086-0001.png + label: labels/Darwin_00005851_IM-0086-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005852_IM-0087-0001 + subject_id: Darwin_00005852_IM-0087-0001 + split: val + image: images/Darwin_00005852_IM-0087-0001.png + label: labels/Darwin_00005852_IM-0087-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005853_IM-0089-0001 + subject_id: Darwin_00005853_IM-0089-0001 + split: train + image: images/Darwin_00005853_IM-0089-0001.png + label: labels/Darwin_00005853_IM-0089-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005854_IM-0091-0001 + subject_id: Darwin_00005854_IM-0091-0001 + split: test + image: images/Darwin_00005854_IM-0091-0001.png + label: labels/Darwin_00005854_IM-0091-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005855_IM-0093-0001 + subject_id: Darwin_00005855_IM-0093-0001 + split: train + image: images/Darwin_00005855_IM-0093-0001.png + label: labels/Darwin_00005855_IM-0093-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005856_IM-0095-0001 + subject_id: Darwin_00005856_IM-0095-0001 + split: val + image: images/Darwin_00005856_IM-0095-0001.png + label: labels/Darwin_00005856_IM-0095-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005857_IM-0097-0001 + subject_id: Darwin_00005857_IM-0097-0001 + split: train + image: images/Darwin_00005857_IM-0097-0001.png + label: labels/Darwin_00005857_IM-0097-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005858_IM-0099-0001 + subject_id: Darwin_00005858_IM-0099-0001 + split: train + image: images/Darwin_00005858_IM-0099-0001.png + label: labels/Darwin_00005858_IM-0099-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005859_IM-0101-0001 + subject_id: Darwin_00005859_IM-0101-0001 + split: val + image: images/Darwin_00005859_IM-0101-0001.png + label: labels/Darwin_00005859_IM-0101-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005860_IM-0102-0001 + subject_id: Darwin_00005860_IM-0102-0001 + split: test + image: images/Darwin_00005860_IM-0102-0001.png + label: labels/Darwin_00005860_IM-0102-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005861_IM-0103-0001 + subject_id: Darwin_00005861_IM-0103-0001 + split: val + image: images/Darwin_00005861_IM-0103-0001.png + label: labels/Darwin_00005861_IM-0103-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005862_IM-0105-0001 + subject_id: Darwin_00005862_IM-0105-0001 + split: train + image: images/Darwin_00005862_IM-0105-0001.png + label: labels/Darwin_00005862_IM-0105-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005863_IM-0107-0001 + subject_id: Darwin_00005863_IM-0107-0001 + split: train + image: images/Darwin_00005863_IM-0107-0001.png + label: labels/Darwin_00005863_IM-0107-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005864_IM-0109-0001 + subject_id: Darwin_00005864_IM-0109-0001 + split: train + image: images/Darwin_00005864_IM-0109-0001.png + label: labels/Darwin_00005864_IM-0109-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005865_IM-0110-0001 + subject_id: Darwin_00005865_IM-0110-0001 + split: train + image: images/Darwin_00005865_IM-0110-0001.png + label: labels/Darwin_00005865_IM-0110-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005866_IM-0111-0001 + subject_id: Darwin_00005866_IM-0111-0001 + split: train + image: images/Darwin_00005866_IM-0111-0001.png + label: labels/Darwin_00005866_IM-0111-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005867_NORMAL2-IM-0007-0001 + subject_id: Darwin_00005867_NORMAL2-IM-0007-0001 + split: train + image: images/Darwin_00005867_NORMAL2-IM-0007-0001.png + label: labels/Darwin_00005867_NORMAL2-IM-0007-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005868_NORMAL2-IM-0012-0001 + subject_id: Darwin_00005868_NORMAL2-IM-0012-0001 + split: test + image: images/Darwin_00005868_NORMAL2-IM-0012-0001.png + label: labels/Darwin_00005868_NORMAL2-IM-0012-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005869_NORMAL2-IM-0013-0001 + subject_id: Darwin_00005869_NORMAL2-IM-0013-0001 + split: train + image: images/Darwin_00005869_NORMAL2-IM-0013-0001.png + label: labels/Darwin_00005869_NORMAL2-IM-0013-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005870_NORMAL2-IM-0019-0001 + subject_id: Darwin_00005870_NORMAL2-IM-0019-0001 + split: train + image: images/Darwin_00005870_NORMAL2-IM-0019-0001.png + label: labels/Darwin_00005870_NORMAL2-IM-0019-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005871_NORMAL2-IM-0023-0001 + subject_id: Darwin_00005871_NORMAL2-IM-0023-0001 + split: train + image: images/Darwin_00005871_NORMAL2-IM-0023-0001.png + label: labels/Darwin_00005871_NORMAL2-IM-0023-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005872_NORMAL2-IM-0027-0001 + subject_id: Darwin_00005872_NORMAL2-IM-0027-0001 + split: train + image: images/Darwin_00005872_NORMAL2-IM-0027-0001.png + label: labels/Darwin_00005872_NORMAL2-IM-0027-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005873_NORMAL2-IM-0028-0001 + subject_id: Darwin_00005873_NORMAL2-IM-0028-0001 + split: train + image: images/Darwin_00005873_NORMAL2-IM-0028-0001.png + label: labels/Darwin_00005873_NORMAL2-IM-0028-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005874_NORMAL2-IM-0029-0001 + subject_id: Darwin_00005874_NORMAL2-IM-0029-0001 + split: train + image: images/Darwin_00005874_NORMAL2-IM-0029-0001.png + label: labels/Darwin_00005874_NORMAL2-IM-0029-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005875_NORMAL2-IM-0030-0001 + subject_id: Darwin_00005875_NORMAL2-IM-0030-0001 + split: train + image: images/Darwin_00005875_NORMAL2-IM-0030-0001.png + label: labels/Darwin_00005875_NORMAL2-IM-0030-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005876_NORMAL2-IM-0033-0001 + subject_id: Darwin_00005876_NORMAL2-IM-0033-0001 + split: test + image: images/Darwin_00005876_NORMAL2-IM-0033-0001.png + label: labels/Darwin_00005876_NORMAL2-IM-0033-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005877_NORMAL2-IM-0035-0001 + subject_id: Darwin_00005877_NORMAL2-IM-0035-0001 + split: train + image: images/Darwin_00005877_NORMAL2-IM-0035-0001.png + label: labels/Darwin_00005877_NORMAL2-IM-0035-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005878_NORMAL2-IM-0041-0001 + subject_id: Darwin_00005878_NORMAL2-IM-0041-0001 + split: test + image: images/Darwin_00005878_NORMAL2-IM-0041-0001.png + label: labels/Darwin_00005878_NORMAL2-IM-0041-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005879_NORMAL2-IM-0045-0001 + subject_id: Darwin_00005879_NORMAL2-IM-0045-0001 + split: train + image: images/Darwin_00005879_NORMAL2-IM-0045-0001.png + label: labels/Darwin_00005879_NORMAL2-IM-0045-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005880_NORMAL2-IM-0051-0001 + subject_id: Darwin_00005880_NORMAL2-IM-0051-0001 + split: train + image: images/Darwin_00005880_NORMAL2-IM-0051-0001.png + label: labels/Darwin_00005880_NORMAL2-IM-0051-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005881_NORMAL2-IM-0052-0001 + subject_id: Darwin_00005881_NORMAL2-IM-0052-0001 + split: test + image: images/Darwin_00005881_NORMAL2-IM-0052-0001.png + label: labels/Darwin_00005881_NORMAL2-IM-0052-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005882_NORMAL2-IM-0058-0001 + subject_id: Darwin_00005882_NORMAL2-IM-0058-0001 + split: train + image: images/Darwin_00005882_NORMAL2-IM-0058-0001.png + label: labels/Darwin_00005882_NORMAL2-IM-0058-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005883_NORMAL2-IM-0059-0001 + subject_id: Darwin_00005883_NORMAL2-IM-0059-0001 + split: train + image: images/Darwin_00005883_NORMAL2-IM-0059-0001.png + label: labels/Darwin_00005883_NORMAL2-IM-0059-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005884_NORMAL2-IM-0060-0001 + subject_id: Darwin_00005884_NORMAL2-IM-0060-0001 + split: train + image: images/Darwin_00005884_NORMAL2-IM-0060-0001.png + label: labels/Darwin_00005884_NORMAL2-IM-0060-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005885_NORMAL2-IM-0066-0001 + subject_id: Darwin_00005885_NORMAL2-IM-0066-0001 + split: val + image: images/Darwin_00005885_NORMAL2-IM-0066-0001.png + label: labels/Darwin_00005885_NORMAL2-IM-0066-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005886_NORMAL2-IM-0072-0001 + subject_id: Darwin_00005886_NORMAL2-IM-0072-0001 + split: train + image: images/Darwin_00005886_NORMAL2-IM-0072-0001.png + label: labels/Darwin_00005886_NORMAL2-IM-0072-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005887_NORMAL2-IM-0073-0001 + subject_id: Darwin_00005887_NORMAL2-IM-0073-0001 + split: train + image: images/Darwin_00005887_NORMAL2-IM-0073-0001.png + label: labels/Darwin_00005887_NORMAL2-IM-0073-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005888_NORMAL2-IM-0079-0001 + subject_id: Darwin_00005888_NORMAL2-IM-0079-0001 + split: train + image: images/Darwin_00005888_NORMAL2-IM-0079-0001.png + label: labels/Darwin_00005888_NORMAL2-IM-0079-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005889_NORMAL2-IM-0081-0001 + subject_id: Darwin_00005889_NORMAL2-IM-0081-0001 + split: train + image: images/Darwin_00005889_NORMAL2-IM-0081-0001.png + label: labels/Darwin_00005889_NORMAL2-IM-0081-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005890_NORMAL2-IM-0086-0001 + subject_id: Darwin_00005890_NORMAL2-IM-0086-0001 + split: test + image: images/Darwin_00005890_NORMAL2-IM-0086-0001.png + label: labels/Darwin_00005890_NORMAL2-IM-0086-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005891_NORMAL2-IM-0092-0001 + subject_id: Darwin_00005891_NORMAL2-IM-0092-0001 + split: train + image: images/Darwin_00005891_NORMAL2-IM-0092-0001.png + label: labels/Darwin_00005891_NORMAL2-IM-0092-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005892_NORMAL2-IM-0095-0001 + subject_id: Darwin_00005892_NORMAL2-IM-0095-0001 + split: train + image: images/Darwin_00005892_NORMAL2-IM-0095-0001.png + label: labels/Darwin_00005892_NORMAL2-IM-0095-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005894_NORMAL2-IM-0098-0001 + subject_id: Darwin_00005894_NORMAL2-IM-0098-0001 + split: test + image: images/Darwin_00005894_NORMAL2-IM-0098-0001.png + label: labels/Darwin_00005894_NORMAL2-IM-0098-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005895_NORMAL2-IM-0102-0001 + subject_id: Darwin_00005895_NORMAL2-IM-0102-0001 + split: train + image: images/Darwin_00005895_NORMAL2-IM-0102-0001.png + label: labels/Darwin_00005895_NORMAL2-IM-0102-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005896_NORMAL2-IM-0105-0001 + subject_id: Darwin_00005896_NORMAL2-IM-0105-0001 + split: test + image: images/Darwin_00005896_NORMAL2-IM-0105-0001.png + label: labels/Darwin_00005896_NORMAL2-IM-0105-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005897_NORMAL2-IM-0107-0001 + subject_id: Darwin_00005897_NORMAL2-IM-0107-0001 + split: train + image: images/Darwin_00005897_NORMAL2-IM-0107-0001.png + label: labels/Darwin_00005897_NORMAL2-IM-0107-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005898_NORMAL2-IM-0110-0001 + subject_id: Darwin_00005898_NORMAL2-IM-0110-0001 + split: val + image: images/Darwin_00005898_NORMAL2-IM-0110-0001.png + label: labels/Darwin_00005898_NORMAL2-IM-0110-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005899_NORMAL2-IM-0111-0001 + subject_id: Darwin_00005899_NORMAL2-IM-0111-0001 + split: train + image: images/Darwin_00005899_NORMAL2-IM-0111-0001.png + label: labels/Darwin_00005899_NORMAL2-IM-0111-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005900_NORMAL2-IM-0112-0001 + subject_id: Darwin_00005900_NORMAL2-IM-0112-0001 + split: test + image: images/Darwin_00005900_NORMAL2-IM-0112-0001.png + label: labels/Darwin_00005900_NORMAL2-IM-0112-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005901_NORMAL2-IM-0117-0001 + subject_id: Darwin_00005901_NORMAL2-IM-0117-0001 + split: val + image: images/Darwin_00005901_NORMAL2-IM-0117-0001.png + label: labels/Darwin_00005901_NORMAL2-IM-0117-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005902_NORMAL2-IM-0120-0001 + subject_id: Darwin_00005902_NORMAL2-IM-0120-0001 + split: val + image: images/Darwin_00005902_NORMAL2-IM-0120-0001.png + label: labels/Darwin_00005902_NORMAL2-IM-0120-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005903_NORMAL2-IM-0123-0001 + subject_id: Darwin_00005903_NORMAL2-IM-0123-0001 + split: val + image: images/Darwin_00005903_NORMAL2-IM-0123-0001.png + label: labels/Darwin_00005903_NORMAL2-IM-0123-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005904_NORMAL2-IM-0129-0001 + subject_id: Darwin_00005904_NORMAL2-IM-0129-0001 + split: test + image: images/Darwin_00005904_NORMAL2-IM-0129-0001.png + label: labels/Darwin_00005904_NORMAL2-IM-0129-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005905_NORMAL2-IM-0130-0001 + subject_id: Darwin_00005905_NORMAL2-IM-0130-0001 + split: train + image: images/Darwin_00005905_NORMAL2-IM-0130-0001.png + label: labels/Darwin_00005905_NORMAL2-IM-0130-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005906_NORMAL2-IM-0131-0001 + subject_id: Darwin_00005906_NORMAL2-IM-0131-0001 + split: train + image: images/Darwin_00005906_NORMAL2-IM-0131-0001.png + label: labels/Darwin_00005906_NORMAL2-IM-0131-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005907_NORMAL2-IM-0132-0001 + subject_id: Darwin_00005907_NORMAL2-IM-0132-0001 + split: train + image: images/Darwin_00005907_NORMAL2-IM-0132-0001.png + label: labels/Darwin_00005907_NORMAL2-IM-0132-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005908_NORMAL2-IM-0135-0001 + subject_id: Darwin_00005908_NORMAL2-IM-0135-0001 + split: val + image: images/Darwin_00005908_NORMAL2-IM-0135-0001.png + label: labels/Darwin_00005908_NORMAL2-IM-0135-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005909_NORMAL2-IM-0139-0001 + subject_id: Darwin_00005909_NORMAL2-IM-0139-0001 + split: train + image: images/Darwin_00005909_NORMAL2-IM-0139-0001.png + label: labels/Darwin_00005909_NORMAL2-IM-0139-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005910_NORMAL2-IM-0141-0001 + subject_id: Darwin_00005910_NORMAL2-IM-0141-0001 + split: train + image: images/Darwin_00005910_NORMAL2-IM-0141-0001.png + label: labels/Darwin_00005910_NORMAL2-IM-0141-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005911_NORMAL2-IM-0145-0001 + subject_id: Darwin_00005911_NORMAL2-IM-0145-0001 + split: test + image: images/Darwin_00005911_NORMAL2-IM-0145-0001.png + label: labels/Darwin_00005911_NORMAL2-IM-0145-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005912_NORMAL2-IM-0146-0001 + subject_id: Darwin_00005912_NORMAL2-IM-0146-0001 + split: train + image: images/Darwin_00005912_NORMAL2-IM-0146-0001.png + label: labels/Darwin_00005912_NORMAL2-IM-0146-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005913_NORMAL2-IM-0150-0001 + subject_id: Darwin_00005913_NORMAL2-IM-0150-0001 + split: train + image: images/Darwin_00005913_NORMAL2-IM-0150-0001.png + label: labels/Darwin_00005913_NORMAL2-IM-0150-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005914_NORMAL2-IM-0171-0001 + subject_id: Darwin_00005914_NORMAL2-IM-0171-0001 + split: train + image: images/Darwin_00005914_NORMAL2-IM-0171-0001.png + label: labels/Darwin_00005914_NORMAL2-IM-0171-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005915_NORMAL2-IM-0173-0001-0001 + subject_id: Darwin_00005915_NORMAL2-IM-0173-0001-0001 + split: val + image: images/Darwin_00005915_NORMAL2-IM-0173-0001-0001.png + label: labels/Darwin_00005915_NORMAL2-IM-0173-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005917_NORMAL2-IM-0195-0001 + subject_id: Darwin_00005917_NORMAL2-IM-0195-0001 + split: train + image: images/Darwin_00005917_NORMAL2-IM-0195-0001.png + label: labels/Darwin_00005917_NORMAL2-IM-0195-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005918_NORMAL2-IM-0196-0001 + subject_id: Darwin_00005918_NORMAL2-IM-0196-0001 + split: test + image: images/Darwin_00005918_NORMAL2-IM-0196-0001.png + label: labels/Darwin_00005918_NORMAL2-IM-0196-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005919_NORMAL2-IM-0198-0001 + subject_id: Darwin_00005919_NORMAL2-IM-0198-0001 + split: val + image: images/Darwin_00005919_NORMAL2-IM-0198-0001.png + label: labels/Darwin_00005919_NORMAL2-IM-0198-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005920_NORMAL2-IM-0199-0001 + subject_id: Darwin_00005920_NORMAL2-IM-0199-0001 + split: val + image: images/Darwin_00005920_NORMAL2-IM-0199-0001.png + label: labels/Darwin_00005920_NORMAL2-IM-0199-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005921_NORMAL2-IM-0201-0001 + subject_id: Darwin_00005921_NORMAL2-IM-0201-0001 + split: train + image: images/Darwin_00005921_NORMAL2-IM-0201-0001.png + label: labels/Darwin_00005921_NORMAL2-IM-0201-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005922_NORMAL2-IM-0206-0001 + subject_id: Darwin_00005922_NORMAL2-IM-0206-0001 + split: train + image: images/Darwin_00005922_NORMAL2-IM-0206-0001.png + label: labels/Darwin_00005922_NORMAL2-IM-0206-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005923_NORMAL2-IM-0207-0001 + subject_id: Darwin_00005923_NORMAL2-IM-0207-0001 + split: train + image: images/Darwin_00005923_NORMAL2-IM-0207-0001.png + label: labels/Darwin_00005923_NORMAL2-IM-0207-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005924_NORMAL2-IM-0210-0001 + subject_id: Darwin_00005924_NORMAL2-IM-0210-0001 + split: train + image: images/Darwin_00005924_NORMAL2-IM-0210-0001.png + label: labels/Darwin_00005924_NORMAL2-IM-0210-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005925_NORMAL2-IM-0213-0001 + subject_id: Darwin_00005925_NORMAL2-IM-0213-0001 + split: train + image: images/Darwin_00005925_NORMAL2-IM-0213-0001.png + label: labels/Darwin_00005925_NORMAL2-IM-0213-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005926_NORMAL2-IM-0217-0001 + subject_id: Darwin_00005926_NORMAL2-IM-0217-0001 + split: test + image: images/Darwin_00005926_NORMAL2-IM-0217-0001.png + label: labels/Darwin_00005926_NORMAL2-IM-0217-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005927_NORMAL2-IM-0219-0001 + subject_id: Darwin_00005927_NORMAL2-IM-0219-0001 + split: val + image: images/Darwin_00005927_NORMAL2-IM-0219-0001.png + label: labels/Darwin_00005927_NORMAL2-IM-0219-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005928_NORMAL2-IM-0221-0001 + subject_id: Darwin_00005928_NORMAL2-IM-0221-0001 + split: train + image: images/Darwin_00005928_NORMAL2-IM-0221-0001.png + label: labels/Darwin_00005928_NORMAL2-IM-0221-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005929_NORMAL2-IM-0222-0001 + subject_id: Darwin_00005929_NORMAL2-IM-0222-0001 + split: train + image: images/Darwin_00005929_NORMAL2-IM-0222-0001.png + label: labels/Darwin_00005929_NORMAL2-IM-0222-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005930_NORMAL2-IM-0229-0001 + subject_id: Darwin_00005930_NORMAL2-IM-0229-0001 + split: train + image: images/Darwin_00005930_NORMAL2-IM-0229-0001.png + label: labels/Darwin_00005930_NORMAL2-IM-0229-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005931_NORMAL2-IM-0232-0001 + subject_id: Darwin_00005931_NORMAL2-IM-0232-0001 + split: train + image: images/Darwin_00005931_NORMAL2-IM-0232-0001.png + label: labels/Darwin_00005931_NORMAL2-IM-0232-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005932_NORMAL2-IM-0233-0001 + subject_id: Darwin_00005932_NORMAL2-IM-0233-0001 + split: train + image: images/Darwin_00005932_NORMAL2-IM-0233-0001.png + label: labels/Darwin_00005932_NORMAL2-IM-0233-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005933_NORMAL2-IM-0237-0001 + subject_id: Darwin_00005933_NORMAL2-IM-0237-0001 + split: test + image: images/Darwin_00005933_NORMAL2-IM-0237-0001.png + label: labels/Darwin_00005933_NORMAL2-IM-0237-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005934_NORMAL2-IM-0238-0001 + subject_id: Darwin_00005934_NORMAL2-IM-0238-0001 + split: test + image: images/Darwin_00005934_NORMAL2-IM-0238-0001.png + label: labels/Darwin_00005934_NORMAL2-IM-0238-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005935_NORMAL2-IM-0241-0001 + subject_id: Darwin_00005935_NORMAL2-IM-0241-0001 + split: test + image: images/Darwin_00005935_NORMAL2-IM-0241-0001.png + label: labels/Darwin_00005935_NORMAL2-IM-0241-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005936_NORMAL2-IM-0246-0001-0001 + subject_id: Darwin_00005936_NORMAL2-IM-0246-0001-0001 + split: train + image: images/Darwin_00005936_NORMAL2-IM-0246-0001-0001.png + label: labels/Darwin_00005936_NORMAL2-IM-0246-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005938_NORMAL2-IM-0246-0001 + subject_id: Darwin_00005938_NORMAL2-IM-0246-0001 + split: train + image: images/Darwin_00005938_NORMAL2-IM-0246-0001.png + label: labels/Darwin_00005938_NORMAL2-IM-0246-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005939_NORMAL2-IM-0249-0001 + subject_id: Darwin_00005939_NORMAL2-IM-0249-0001 + split: train + image: images/Darwin_00005939_NORMAL2-IM-0249-0001.png + label: labels/Darwin_00005939_NORMAL2-IM-0249-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005940_NORMAL2-IM-0251-0001 + subject_id: Darwin_00005940_NORMAL2-IM-0251-0001 + split: train + image: images/Darwin_00005940_NORMAL2-IM-0251-0001.png + label: labels/Darwin_00005940_NORMAL2-IM-0251-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005941_NORMAL2-IM-0252-0001 + subject_id: Darwin_00005941_NORMAL2-IM-0252-0001 + split: val + image: images/Darwin_00005941_NORMAL2-IM-0252-0001.png + label: labels/Darwin_00005941_NORMAL2-IM-0252-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005943_NORMAL2-IM-0259-0001 + subject_id: Darwin_00005943_NORMAL2-IM-0259-0001 + split: val + image: images/Darwin_00005943_NORMAL2-IM-0259-0001.png + label: labels/Darwin_00005943_NORMAL2-IM-0259-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005944_NORMAL2-IM-0267-0001 + subject_id: Darwin_00005944_NORMAL2-IM-0267-0001 + split: train + image: images/Darwin_00005944_NORMAL2-IM-0267-0001.png + label: labels/Darwin_00005944_NORMAL2-IM-0267-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005945_NORMAL2-IM-0271-0001 + subject_id: Darwin_00005945_NORMAL2-IM-0271-0001 + split: test + image: images/Darwin_00005945_NORMAL2-IM-0271-0001.png + label: labels/Darwin_00005945_NORMAL2-IM-0271-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005946_NORMAL2-IM-0272-0001 + subject_id: Darwin_00005946_NORMAL2-IM-0272-0001 + split: train + image: images/Darwin_00005946_NORMAL2-IM-0272-0001.png + label: labels/Darwin_00005946_NORMAL2-IM-0272-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005947_NORMAL2-IM-0273-0001 + subject_id: Darwin_00005947_NORMAL2-IM-0273-0001 + split: train + image: images/Darwin_00005947_NORMAL2-IM-0273-0001.png + label: labels/Darwin_00005947_NORMAL2-IM-0273-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005948_NORMAL2-IM-0274-0001 + subject_id: Darwin_00005948_NORMAL2-IM-0274-0001 + split: train + image: images/Darwin_00005948_NORMAL2-IM-0274-0001.png + label: labels/Darwin_00005948_NORMAL2-IM-0274-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005949_NORMAL2-IM-0275-0001 + subject_id: Darwin_00005949_NORMAL2-IM-0275-0001 + split: train + image: images/Darwin_00005949_NORMAL2-IM-0275-0001.png + label: labels/Darwin_00005949_NORMAL2-IM-0275-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005950_NORMAL2-IM-0276-0001 + subject_id: Darwin_00005950_NORMAL2-IM-0276-0001 + split: train + image: images/Darwin_00005950_NORMAL2-IM-0276-0001.png + label: labels/Darwin_00005950_NORMAL2-IM-0276-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005951_NORMAL2-IM-0277-0001 + subject_id: Darwin_00005951_NORMAL2-IM-0277-0001 + split: val + image: images/Darwin_00005951_NORMAL2-IM-0277-0001.png + label: labels/Darwin_00005951_NORMAL2-IM-0277-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005952_NORMAL2-IM-0278-0001 + subject_id: Darwin_00005952_NORMAL2-IM-0278-0001 + split: train + image: images/Darwin_00005952_NORMAL2-IM-0278-0001.png + label: labels/Darwin_00005952_NORMAL2-IM-0278-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005953_NORMAL2-IM-0279-0001 + subject_id: Darwin_00005953_NORMAL2-IM-0279-0001 + split: train + image: images/Darwin_00005953_NORMAL2-IM-0279-0001.png + label: labels/Darwin_00005953_NORMAL2-IM-0279-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005954_NORMAL2-IM-0280-0001 + subject_id: Darwin_00005954_NORMAL2-IM-0280-0001 + split: train + image: images/Darwin_00005954_NORMAL2-IM-0280-0001.png + label: labels/Darwin_00005954_NORMAL2-IM-0280-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005955_NORMAL2-IM-0281-0001 + subject_id: Darwin_00005955_NORMAL2-IM-0281-0001 + split: test + image: images/Darwin_00005955_NORMAL2-IM-0281-0001.png + label: labels/Darwin_00005955_NORMAL2-IM-0281-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005956_NORMAL2-IM-0282-0001 + subject_id: Darwin_00005956_NORMAL2-IM-0282-0001 + split: train + image: images/Darwin_00005956_NORMAL2-IM-0282-0001.png + label: labels/Darwin_00005956_NORMAL2-IM-0282-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005957_NORMAL2-IM-0283-0001 + subject_id: Darwin_00005957_NORMAL2-IM-0283-0001 + split: train + image: images/Darwin_00005957_NORMAL2-IM-0283-0001.png + label: labels/Darwin_00005957_NORMAL2-IM-0283-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005958_NORMAL2-IM-0285-0001 + subject_id: Darwin_00005958_NORMAL2-IM-0285-0001 + split: test + image: images/Darwin_00005958_NORMAL2-IM-0285-0001.png + label: labels/Darwin_00005958_NORMAL2-IM-0285-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005959_NORMAL2-IM-0286-0001 + subject_id: Darwin_00005959_NORMAL2-IM-0286-0001 + split: train + image: images/Darwin_00005959_NORMAL2-IM-0286-0001.png + label: labels/Darwin_00005959_NORMAL2-IM-0286-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005960_NORMAL2-IM-0287-0001 + subject_id: Darwin_00005960_NORMAL2-IM-0287-0001 + split: train + image: images/Darwin_00005960_NORMAL2-IM-0287-0001.png + label: labels/Darwin_00005960_NORMAL2-IM-0287-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005961_NORMAL2-IM-0288-0001 + subject_id: Darwin_00005961_NORMAL2-IM-0288-0001 + split: train + image: images/Darwin_00005961_NORMAL2-IM-0288-0001.png + label: labels/Darwin_00005961_NORMAL2-IM-0288-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005962_NORMAL2-IM-0289-0001 + subject_id: Darwin_00005962_NORMAL2-IM-0289-0001 + split: train + image: images/Darwin_00005962_NORMAL2-IM-0289-0001.png + label: labels/Darwin_00005962_NORMAL2-IM-0289-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005963_NORMAL2-IM-0290-0001 + subject_id: Darwin_00005963_NORMAL2-IM-0290-0001 + split: train + image: images/Darwin_00005963_NORMAL2-IM-0290-0001.png + label: labels/Darwin_00005963_NORMAL2-IM-0290-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005964_NORMAL2-IM-0292-0001 + subject_id: Darwin_00005964_NORMAL2-IM-0292-0001 + split: train + image: images/Darwin_00005964_NORMAL2-IM-0292-0001.png + label: labels/Darwin_00005964_NORMAL2-IM-0292-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005965_NORMAL2-IM-0294-0001 + subject_id: Darwin_00005965_NORMAL2-IM-0294-0001 + split: train + image: images/Darwin_00005965_NORMAL2-IM-0294-0001.png + label: labels/Darwin_00005965_NORMAL2-IM-0294-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005966_NORMAL2-IM-0297-0001 + subject_id: Darwin_00005966_NORMAL2-IM-0297-0001 + split: train + image: images/Darwin_00005966_NORMAL2-IM-0297-0001.png + label: labels/Darwin_00005966_NORMAL2-IM-0297-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005967_NORMAL2-IM-0300-0001 + subject_id: Darwin_00005967_NORMAL2-IM-0300-0001 + split: val + image: images/Darwin_00005967_NORMAL2-IM-0300-0001.png + label: labels/Darwin_00005967_NORMAL2-IM-0300-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005968_NORMAL2-IM-0301-0001 + subject_id: Darwin_00005968_NORMAL2-IM-0301-0001 + split: train + image: images/Darwin_00005968_NORMAL2-IM-0301-0001.png + label: labels/Darwin_00005968_NORMAL2-IM-0301-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005969_NORMAL2-IM-0302-0001 + subject_id: Darwin_00005969_NORMAL2-IM-0302-0001 + split: train + image: images/Darwin_00005969_NORMAL2-IM-0302-0001.png + label: labels/Darwin_00005969_NORMAL2-IM-0302-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005970_NORMAL2-IM-0303-0001 + subject_id: Darwin_00005970_NORMAL2-IM-0303-0001 + split: test + image: images/Darwin_00005970_NORMAL2-IM-0303-0001.png + label: labels/Darwin_00005970_NORMAL2-IM-0303-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005971_NORMAL2-IM-0304-0001 + subject_id: Darwin_00005971_NORMAL2-IM-0304-0001 + split: train + image: images/Darwin_00005971_NORMAL2-IM-0304-0001.png + label: labels/Darwin_00005971_NORMAL2-IM-0304-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005972_NORMAL2-IM-0305-0001 + subject_id: Darwin_00005972_NORMAL2-IM-0305-0001 + split: train + image: images/Darwin_00005972_NORMAL2-IM-0305-0001.png + label: labels/Darwin_00005972_NORMAL2-IM-0305-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005973_NORMAL2-IM-0307-0001 + subject_id: Darwin_00005973_NORMAL2-IM-0307-0001 + split: val + image: images/Darwin_00005973_NORMAL2-IM-0307-0001.png + label: labels/Darwin_00005973_NORMAL2-IM-0307-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005974_NORMAL2-IM-0309-0001 + subject_id: Darwin_00005974_NORMAL2-IM-0309-0001 + split: train + image: images/Darwin_00005974_NORMAL2-IM-0309-0001.png + label: labels/Darwin_00005974_NORMAL2-IM-0309-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005975_NORMAL2-IM-0310-0001 + subject_id: Darwin_00005975_NORMAL2-IM-0310-0001 + split: test + image: images/Darwin_00005975_NORMAL2-IM-0310-0001.png + label: labels/Darwin_00005975_NORMAL2-IM-0310-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005976_NORMAL2-IM-0311-0001 + subject_id: Darwin_00005976_NORMAL2-IM-0311-0001 + split: train + image: images/Darwin_00005976_NORMAL2-IM-0311-0001.png + label: labels/Darwin_00005976_NORMAL2-IM-0311-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005977_NORMAL2-IM-0312-0001 + subject_id: Darwin_00005977_NORMAL2-IM-0312-0001 + split: train + image: images/Darwin_00005977_NORMAL2-IM-0312-0001.png + label: labels/Darwin_00005977_NORMAL2-IM-0312-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005978_NORMAL2-IM-0313-0001 + subject_id: Darwin_00005978_NORMAL2-IM-0313-0001 + split: train + image: images/Darwin_00005978_NORMAL2-IM-0313-0001.png + label: labels/Darwin_00005978_NORMAL2-IM-0313-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005979_NORMAL2-IM-0315-0001 + subject_id: Darwin_00005979_NORMAL2-IM-0315-0001 + split: train + image: images/Darwin_00005979_NORMAL2-IM-0315-0001.png + label: labels/Darwin_00005979_NORMAL2-IM-0315-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005980_NORMAL2-IM-0316-0001 + subject_id: Darwin_00005980_NORMAL2-IM-0316-0001 + split: val + image: images/Darwin_00005980_NORMAL2-IM-0316-0001.png + label: labels/Darwin_00005980_NORMAL2-IM-0316-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005981_NORMAL2-IM-0317-0001 + subject_id: Darwin_00005981_NORMAL2-IM-0317-0001 + split: val + image: images/Darwin_00005981_NORMAL2-IM-0317-0001.png + label: labels/Darwin_00005981_NORMAL2-IM-0317-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005982_NORMAL2-IM-0319-0001 + subject_id: Darwin_00005982_NORMAL2-IM-0319-0001 + split: test + image: images/Darwin_00005982_NORMAL2-IM-0319-0001.png + label: labels/Darwin_00005982_NORMAL2-IM-0319-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005983_NORMAL2-IM-0321-0001 + subject_id: Darwin_00005983_NORMAL2-IM-0321-0001 + split: train + image: images/Darwin_00005983_NORMAL2-IM-0321-0001.png + label: labels/Darwin_00005983_NORMAL2-IM-0321-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005984_NORMAL2-IM-0322-0001 + subject_id: Darwin_00005984_NORMAL2-IM-0322-0001 + split: train + image: images/Darwin_00005984_NORMAL2-IM-0322-0001.png + label: labels/Darwin_00005984_NORMAL2-IM-0322-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005985_NORMAL2-IM-0323-0001 + subject_id: Darwin_00005985_NORMAL2-IM-0323-0001 + split: train + image: images/Darwin_00005985_NORMAL2-IM-0323-0001.png + label: labels/Darwin_00005985_NORMAL2-IM-0323-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005986_NORMAL2-IM-0325-0001 + subject_id: Darwin_00005986_NORMAL2-IM-0325-0001 + split: val + image: images/Darwin_00005986_NORMAL2-IM-0325-0001.png + label: labels/Darwin_00005986_NORMAL2-IM-0325-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005987_NORMAL2-IM-0326-0001 + subject_id: Darwin_00005987_NORMAL2-IM-0326-0001 + split: train + image: images/Darwin_00005987_NORMAL2-IM-0326-0001.png + label: labels/Darwin_00005987_NORMAL2-IM-0326-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005988_NORMAL2-IM-0327-0001 + subject_id: Darwin_00005988_NORMAL2-IM-0327-0001 + split: train + image: images/Darwin_00005988_NORMAL2-IM-0327-0001.png + label: labels/Darwin_00005988_NORMAL2-IM-0327-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005989_NORMAL2-IM-0328-0001 + subject_id: Darwin_00005989_NORMAL2-IM-0328-0001 + split: test + image: images/Darwin_00005989_NORMAL2-IM-0328-0001.png + label: labels/Darwin_00005989_NORMAL2-IM-0328-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005990_NORMAL2-IM-0329-0001 + subject_id: Darwin_00005990_NORMAL2-IM-0329-0001 + split: test + image: images/Darwin_00005990_NORMAL2-IM-0329-0001.png + label: labels/Darwin_00005990_NORMAL2-IM-0329-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005991_NORMAL2-IM-0330-0001 + subject_id: Darwin_00005991_NORMAL2-IM-0330-0001 + split: val + image: images/Darwin_00005991_NORMAL2-IM-0330-0001.png + label: labels/Darwin_00005991_NORMAL2-IM-0330-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005992_NORMAL2-IM-0331-0001 + subject_id: Darwin_00005992_NORMAL2-IM-0331-0001 + split: train + image: images/Darwin_00005992_NORMAL2-IM-0331-0001.png + label: labels/Darwin_00005992_NORMAL2-IM-0331-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005993_NORMAL2-IM-0332-0001 + subject_id: Darwin_00005993_NORMAL2-IM-0332-0001 + split: train + image: images/Darwin_00005993_NORMAL2-IM-0332-0001.png + label: labels/Darwin_00005993_NORMAL2-IM-0332-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005994_NORMAL2-IM-0333-0001 + subject_id: Darwin_00005994_NORMAL2-IM-0333-0001 + split: train + image: images/Darwin_00005994_NORMAL2-IM-0333-0001.png + label: labels/Darwin_00005994_NORMAL2-IM-0333-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005995_NORMAL2-IM-0335-0001 + subject_id: Darwin_00005995_NORMAL2-IM-0335-0001 + split: test + image: images/Darwin_00005995_NORMAL2-IM-0335-0001.png + label: labels/Darwin_00005995_NORMAL2-IM-0335-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005996_NORMAL2-IM-0336-0001 + subject_id: Darwin_00005996_NORMAL2-IM-0336-0001 + split: train + image: images/Darwin_00005996_NORMAL2-IM-0336-0001.png + label: labels/Darwin_00005996_NORMAL2-IM-0336-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005997_NORMAL2-IM-0337-0001 + subject_id: Darwin_00005997_NORMAL2-IM-0337-0001 + split: train + image: images/Darwin_00005997_NORMAL2-IM-0337-0001.png + label: labels/Darwin_00005997_NORMAL2-IM-0337-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005998_NORMAL2-IM-0338-0001 + subject_id: Darwin_00005998_NORMAL2-IM-0338-0001 + split: test + image: images/Darwin_00005998_NORMAL2-IM-0338-0001.png + label: labels/Darwin_00005998_NORMAL2-IM-0338-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00005999_NORMAL2-IM-0339-0001 + subject_id: Darwin_00005999_NORMAL2-IM-0339-0001 + split: train + image: images/Darwin_00005999_NORMAL2-IM-0339-0001.png + label: labels/Darwin_00005999_NORMAL2-IM-0339-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006000_NORMAL2-IM-0340-0001 + subject_id: Darwin_00006000_NORMAL2-IM-0340-0001 + split: val + image: images/Darwin_00006000_NORMAL2-IM-0340-0001.png + label: labels/Darwin_00006000_NORMAL2-IM-0340-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006001_NORMAL2-IM-0341-0001 + subject_id: Darwin_00006001_NORMAL2-IM-0341-0001 + split: val + image: images/Darwin_00006001_NORMAL2-IM-0341-0001.png + label: labels/Darwin_00006001_NORMAL2-IM-0341-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006002_NORMAL2-IM-0343-0001 + subject_id: Darwin_00006002_NORMAL2-IM-0343-0001 + split: train + image: images/Darwin_00006002_NORMAL2-IM-0343-0001.png + label: labels/Darwin_00006002_NORMAL2-IM-0343-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006003_NORMAL2-IM-0345-0001 + subject_id: Darwin_00006003_NORMAL2-IM-0345-0001 + split: train + image: images/Darwin_00006003_NORMAL2-IM-0345-0001.png + label: labels/Darwin_00006003_NORMAL2-IM-0345-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006004_NORMAL2-IM-0346-0001 + subject_id: Darwin_00006004_NORMAL2-IM-0346-0001 + split: test + image: images/Darwin_00006004_NORMAL2-IM-0346-0001.png + label: labels/Darwin_00006004_NORMAL2-IM-0346-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006005_NORMAL2-IM-0347-0001 + subject_id: Darwin_00006005_NORMAL2-IM-0347-0001 + split: val + image: images/Darwin_00006005_NORMAL2-IM-0347-0001.png + label: labels/Darwin_00006005_NORMAL2-IM-0347-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006006_NORMAL2-IM-0348-0001 + subject_id: Darwin_00006006_NORMAL2-IM-0348-0001 + split: train + image: images/Darwin_00006006_NORMAL2-IM-0348-0001.png + label: labels/Darwin_00006006_NORMAL2-IM-0348-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006007_NORMAL2-IM-0349-0001 + subject_id: Darwin_00006007_NORMAL2-IM-0349-0001 + split: test + image: images/Darwin_00006007_NORMAL2-IM-0349-0001.png + label: labels/Darwin_00006007_NORMAL2-IM-0349-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006008_NORMAL2-IM-0350-0001 + subject_id: Darwin_00006008_NORMAL2-IM-0350-0001 + split: train + image: images/Darwin_00006008_NORMAL2-IM-0350-0001.png + label: labels/Darwin_00006008_NORMAL2-IM-0350-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006009_NORMAL2-IM-0351-0001 + subject_id: Darwin_00006009_NORMAL2-IM-0351-0001 + split: train + image: images/Darwin_00006009_NORMAL2-IM-0351-0001.png + label: labels/Darwin_00006009_NORMAL2-IM-0351-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006010_NORMAL2-IM-0352-0001 + subject_id: Darwin_00006010_NORMAL2-IM-0352-0001 + split: test + image: images/Darwin_00006010_NORMAL2-IM-0352-0001.png + label: labels/Darwin_00006010_NORMAL2-IM-0352-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006011_NORMAL2-IM-0353-0001 + subject_id: Darwin_00006011_NORMAL2-IM-0353-0001 + split: test + image: images/Darwin_00006011_NORMAL2-IM-0353-0001.png + label: labels/Darwin_00006011_NORMAL2-IM-0353-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006012_NORMAL2-IM-0354-0001 + subject_id: Darwin_00006012_NORMAL2-IM-0354-0001 + split: train + image: images/Darwin_00006012_NORMAL2-IM-0354-0001.png + label: labels/Darwin_00006012_NORMAL2-IM-0354-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006013_NORMAL2-IM-0357-0001 + subject_id: Darwin_00006013_NORMAL2-IM-0357-0001 + split: train + image: images/Darwin_00006013_NORMAL2-IM-0357-0001.png + label: labels/Darwin_00006013_NORMAL2-IM-0357-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006014_NORMAL2-IM-0359-0001 + subject_id: Darwin_00006014_NORMAL2-IM-0359-0001 + split: train + image: images/Darwin_00006014_NORMAL2-IM-0359-0001.png + label: labels/Darwin_00006014_NORMAL2-IM-0359-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006015_NORMAL2-IM-0360-0001 + subject_id: Darwin_00006015_NORMAL2-IM-0360-0001 + split: train + image: images/Darwin_00006015_NORMAL2-IM-0360-0001.png + label: labels/Darwin_00006015_NORMAL2-IM-0360-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006016_NORMAL2-IM-0361-0001 + subject_id: Darwin_00006016_NORMAL2-IM-0361-0001 + split: train + image: images/Darwin_00006016_NORMAL2-IM-0361-0001.png + label: labels/Darwin_00006016_NORMAL2-IM-0361-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006017_NORMAL2-IM-0362-0001 + subject_id: Darwin_00006017_NORMAL2-IM-0362-0001 + split: train + image: images/Darwin_00006017_NORMAL2-IM-0362-0001.png + label: labels/Darwin_00006017_NORMAL2-IM-0362-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006018_NORMAL2-IM-0364-0001 + subject_id: Darwin_00006018_NORMAL2-IM-0364-0001 + split: test + image: images/Darwin_00006018_NORMAL2-IM-0364-0001.png + label: labels/Darwin_00006018_NORMAL2-IM-0364-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006019_NORMAL2-IM-0366-0001 + subject_id: Darwin_00006019_NORMAL2-IM-0366-0001 + split: train + image: images/Darwin_00006019_NORMAL2-IM-0366-0001.png + label: labels/Darwin_00006019_NORMAL2-IM-0366-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006020_NORMAL2-IM-0368-0001 + subject_id: Darwin_00006020_NORMAL2-IM-0368-0001 + split: train + image: images/Darwin_00006020_NORMAL2-IM-0368-0001.png + label: labels/Darwin_00006020_NORMAL2-IM-0368-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006021_NORMAL2-IM-0369-0001 + subject_id: Darwin_00006021_NORMAL2-IM-0369-0001 + split: train + image: images/Darwin_00006021_NORMAL2-IM-0369-0001.png + label: labels/Darwin_00006021_NORMAL2-IM-0369-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006022_NORMAL2-IM-0370-0001 + subject_id: Darwin_00006022_NORMAL2-IM-0370-0001 + split: train + image: images/Darwin_00006022_NORMAL2-IM-0370-0001.png + label: labels/Darwin_00006022_NORMAL2-IM-0370-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006023_NORMAL2-IM-0372-0001 + subject_id: Darwin_00006023_NORMAL2-IM-0372-0001 + split: train + image: images/Darwin_00006023_NORMAL2-IM-0372-0001.png + label: labels/Darwin_00006023_NORMAL2-IM-0372-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006024_NORMAL2-IM-0373-0001 + subject_id: Darwin_00006024_NORMAL2-IM-0373-0001 + split: test + image: images/Darwin_00006024_NORMAL2-IM-0373-0001.png + label: labels/Darwin_00006024_NORMAL2-IM-0373-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006025_NORMAL2-IM-0374-0001-0001 + subject_id: Darwin_00006025_NORMAL2-IM-0374-0001-0001 + split: train + image: images/Darwin_00006025_NORMAL2-IM-0374-0001-0001.png + label: labels/Darwin_00006025_NORMAL2-IM-0374-0001-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006026_NORMAL2-IM-0374-0001-0002 + subject_id: Darwin_00006026_NORMAL2-IM-0374-0001-0002 + split: val + image: images/Darwin_00006026_NORMAL2-IM-0374-0001-0002.png + label: labels/Darwin_00006026_NORMAL2-IM-0374-0001-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006027_NORMAL2-IM-0374-0001 + subject_id: Darwin_00006027_NORMAL2-IM-0374-0001 + split: train + image: images/Darwin_00006027_NORMAL2-IM-0374-0001.png + label: labels/Darwin_00006027_NORMAL2-IM-0374-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006028_NORMAL2-IM-0376-0001 + subject_id: Darwin_00006028_NORMAL2-IM-0376-0001 + split: train + image: images/Darwin_00006028_NORMAL2-IM-0376-0001.png + label: labels/Darwin_00006028_NORMAL2-IM-0376-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006029_NORMAL2-IM-0378-0001 + subject_id: Darwin_00006029_NORMAL2-IM-0378-0001 + split: test + image: images/Darwin_00006029_NORMAL2-IM-0378-0001.png + label: labels/Darwin_00006029_NORMAL2-IM-0378-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006030_NORMAL2-IM-0380-0001 + subject_id: Darwin_00006030_NORMAL2-IM-0380-0001 + split: train + image: images/Darwin_00006030_NORMAL2-IM-0380-0001.png + label: labels/Darwin_00006030_NORMAL2-IM-0380-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006031_NORMAL2-IM-0381-0001 + subject_id: Darwin_00006031_NORMAL2-IM-0381-0001 + split: train + image: images/Darwin_00006031_NORMAL2-IM-0381-0001.png + label: labels/Darwin_00006031_NORMAL2-IM-0381-0001.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006032_person1946_bacteria_4874 + subject_id: person1946 + split: train + image: images/Darwin_00006032_person1946_bacteria_4874.png + label: labels/Darwin_00006032_person1946_bacteria_4874.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006033_person1946_bacteria_4875 + subject_id: person1946 + split: train + image: images/Darwin_00006033_person1946_bacteria_4875.png + label: labels/Darwin_00006033_person1946_bacteria_4875.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006034_person1947_bacteria_4876 + subject_id: person1947 + split: train + image: images/Darwin_00006034_person1947_bacteria_4876.png + label: labels/Darwin_00006034_person1947_bacteria_4876.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006035_person1949_bacteria_4880 + subject_id: person1949 + split: val + image: images/Darwin_00006035_person1949_bacteria_4880.png + label: labels/Darwin_00006035_person1949_bacteria_4880.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006036_person1950_bacteria_4881 + subject_id: person1950 + split: val + image: images/Darwin_00006036_person1950_bacteria_4881.png + label: labels/Darwin_00006036_person1950_bacteria_4881.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006037_person1951_bacteria_4882 + subject_id: person1951 + split: test + image: images/Darwin_00006037_person1951_bacteria_4882.png + label: labels/Darwin_00006037_person1951_bacteria_4882.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006038_person1952_bacteria_4883 + subject_id: person1952 + split: test + image: images/Darwin_00006038_person1952_bacteria_4883.png + label: labels/Darwin_00006038_person1952_bacteria_4883.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006039_person1954_bacteria_4886 + subject_id: person1954 + split: val + image: images/Darwin_00006039_person1954_bacteria_4886.png + label: labels/Darwin_00006039_person1954_bacteria_4886.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006042_person78_bacteria_381 + subject_id: person78 + split: train + image: images/Darwin_00006042_person78_bacteria_381.png + label: labels/Darwin_00006042_person78_bacteria_381.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006043_person78_bacteria_382 + subject_id: person78 + split: train + image: images/Darwin_00006043_person78_bacteria_382.png + label: labels/Darwin_00006043_person78_bacteria_382.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006045_person78_bacteria_385 + subject_id: person78 + split: train + image: images/Darwin_00006045_person78_bacteria_385.png + label: labels/Darwin_00006045_person78_bacteria_385.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006047_person78_bacteria_387 + subject_id: person78 + split: train + image: images/Darwin_00006047_person78_bacteria_387.png + label: labels/Darwin_00006047_person78_bacteria_387.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006048_person80_bacteria_389 + subject_id: person80 + split: val + image: images/Darwin_00006048_person80_bacteria_389.png + label: labels/Darwin_00006048_person80_bacteria_389.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006049_person80_bacteria_390 + subject_id: person80 + split: val + image: images/Darwin_00006049_person80_bacteria_390.png + label: labels/Darwin_00006049_person80_bacteria_390.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006050_person80_bacteria_391 + subject_id: person80 + split: val + image: images/Darwin_00006050_person80_bacteria_391.png + label: labels/Darwin_00006050_person80_bacteria_391.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006051_person80_bacteria_392 + subject_id: person80 + split: val + image: images/Darwin_00006051_person80_bacteria_392.png + label: labels/Darwin_00006051_person80_bacteria_392.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006052_person80_bacteria_393 + subject_id: person80 + split: val + image: images/Darwin_00006052_person80_bacteria_393.png + label: labels/Darwin_00006052_person80_bacteria_393.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006053_person81_bacteria_395 + subject_id: person81 + split: train + image: images/Darwin_00006053_person81_bacteria_395.png + label: labels/Darwin_00006053_person81_bacteria_395.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006056_person81_bacteria_398 + subject_id: person81 + split: train + image: images/Darwin_00006056_person81_bacteria_398.png + label: labels/Darwin_00006056_person81_bacteria_398.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006057_person82_bacteria_402 + subject_id: person82 + split: val + image: images/Darwin_00006057_person82_bacteria_402.png + label: labels/Darwin_00006057_person82_bacteria_402.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006060_person82_bacteria_405 + subject_id: person82 + split: val + image: images/Darwin_00006060_person82_bacteria_405.png + label: labels/Darwin_00006060_person82_bacteria_405.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006061_person83_bacteria_407 + subject_id: person83 + split: train + image: images/Darwin_00006061_person83_bacteria_407.png + label: labels/Darwin_00006061_person83_bacteria_407.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006062_person83_bacteria_409 + subject_id: person83 + split: train + image: images/Darwin_00006062_person83_bacteria_409.png + label: labels/Darwin_00006062_person83_bacteria_409.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006063_person83_bacteria_410 + subject_id: person83 + split: train + image: images/Darwin_00006063_person83_bacteria_410.png + label: labels/Darwin_00006063_person83_bacteria_410.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006064_person83_bacteria_411 + subject_id: person83 + split: train + image: images/Darwin_00006064_person83_bacteria_411.png + label: labels/Darwin_00006064_person83_bacteria_411.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006065_person83_bacteria_412 + subject_id: person83 + split: train + image: images/Darwin_00006065_person83_bacteria_412.png + label: labels/Darwin_00006065_person83_bacteria_412.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006066_person83_bacteria_414 + subject_id: person83 + split: train + image: images/Darwin_00006066_person83_bacteria_414.png + label: labels/Darwin_00006066_person83_bacteria_414.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006067_person85_bacteria_417 + subject_id: person85 + split: train + image: images/Darwin_00006067_person85_bacteria_417.png + label: labels/Darwin_00006067_person85_bacteria_417.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006068_person85_bacteria_419 + subject_id: person85 + split: train + image: images/Darwin_00006068_person85_bacteria_419.png + label: labels/Darwin_00006068_person85_bacteria_419.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006069_person85_bacteria_421 + subject_id: person85 + split: train + image: images/Darwin_00006069_person85_bacteria_421.png + label: labels/Darwin_00006069_person85_bacteria_421.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006072_person85_bacteria_424 + subject_id: person85 + split: train + image: images/Darwin_00006072_person85_bacteria_424.png + label: labels/Darwin_00006072_person85_bacteria_424.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006073_person86_bacteria_428 + subject_id: person86 + split: test + image: images/Darwin_00006073_person86_bacteria_428.png + label: labels/Darwin_00006073_person86_bacteria_428.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006074_person86_bacteria_429 + subject_id: person86 + split: test + image: images/Darwin_00006074_person86_bacteria_429.png + label: labels/Darwin_00006074_person86_bacteria_429.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006075_person87_bacteria_433 + subject_id: person87 + split: train + image: images/Darwin_00006075_person87_bacteria_433.png + label: labels/Darwin_00006075_person87_bacteria_433.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006076_person87_bacteria_434 + subject_id: person87 + split: train + image: images/Darwin_00006076_person87_bacteria_434.png + label: labels/Darwin_00006076_person87_bacteria_434.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006077_person88_bacteria_437 + subject_id: person88 + split: train + image: images/Darwin_00006077_person88_bacteria_437.png + label: labels/Darwin_00006077_person88_bacteria_437.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006078_person88_bacteria_438 + subject_id: person88 + split: train + image: images/Darwin_00006078_person88_bacteria_438.png + label: labels/Darwin_00006078_person88_bacteria_438.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006079_person88_bacteria_439 + subject_id: person88 + split: train + image: images/Darwin_00006079_person88_bacteria_439.png + label: labels/Darwin_00006079_person88_bacteria_439.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006080_person89_bacteria_440 + subject_id: person89 + split: train + image: images/Darwin_00006080_person89_bacteria_440.png + label: labels/Darwin_00006080_person89_bacteria_440.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006081_person90_bacteria_442 + subject_id: person90 + split: train + image: images/Darwin_00006081_person90_bacteria_442.png + label: labels/Darwin_00006081_person90_bacteria_442.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006082_person90_bacteria_443 + subject_id: person90 + split: train + image: images/Darwin_00006082_person90_bacteria_443.png + label: labels/Darwin_00006082_person90_bacteria_443.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006083_person91_bacteria_445 + subject_id: person91 + split: train + image: images/Darwin_00006083_person91_bacteria_445.png + label: labels/Darwin_00006083_person91_bacteria_445.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006084_person91_bacteria_446 + subject_id: person91 + split: train + image: images/Darwin_00006084_person91_bacteria_446.png + label: labels/Darwin_00006084_person91_bacteria_446.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006085_person91_bacteria_447 + subject_id: person91 + split: train + image: images/Darwin_00006085_person91_bacteria_447.png + label: labels/Darwin_00006085_person91_bacteria_447.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006086_person91_bacteria_448 + subject_id: person91 + split: train + image: images/Darwin_00006086_person91_bacteria_448.png + label: labels/Darwin_00006086_person91_bacteria_448.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006087_person91_bacteria_449 + subject_id: person91 + split: train + image: images/Darwin_00006087_person91_bacteria_449.png + label: labels/Darwin_00006087_person91_bacteria_449.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006088_person92_bacteria_450 + subject_id: person92 + split: train + image: images/Darwin_00006088_person92_bacteria_450.png + label: labels/Darwin_00006088_person92_bacteria_450.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006089_person92_bacteria_451 + subject_id: person92 + split: train + image: images/Darwin_00006089_person92_bacteria_451.png + label: labels/Darwin_00006089_person92_bacteria_451.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006090_person93_bacteria_453 + subject_id: person93 + split: train + image: images/Darwin_00006090_person93_bacteria_453.png + label: labels/Darwin_00006090_person93_bacteria_453.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006091_person93_bacteria_454 + subject_id: person93 + split: train + image: images/Darwin_00006091_person93_bacteria_454.png + label: labels/Darwin_00006091_person93_bacteria_454.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006092_person94_bacteria_456 + subject_id: person94 + split: train + image: images/Darwin_00006092_person94_bacteria_456.png + label: labels/Darwin_00006092_person94_bacteria_456.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006093_person94_bacteria_457 + subject_id: person94 + split: train + image: images/Darwin_00006093_person94_bacteria_457.png + label: labels/Darwin_00006093_person94_bacteria_457.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006094_person94_bacteria_458 + subject_id: person94 + split: train + image: images/Darwin_00006094_person94_bacteria_458.png + label: labels/Darwin_00006094_person94_bacteria_458.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006095_person95_bacteria_463 + subject_id: person95 + split: test + image: images/Darwin_00006095_person95_bacteria_463.png + label: labels/Darwin_00006095_person95_bacteria_463.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006096_person96_bacteria_464 + subject_id: person96 + split: train + image: images/Darwin_00006096_person96_bacteria_464.png + label: labels/Darwin_00006096_person96_bacteria_464.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006097_person96_bacteria_465 + subject_id: person96 + split: train + image: images/Darwin_00006097_person96_bacteria_465.png + label: labels/Darwin_00006097_person96_bacteria_465.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006098_person96_bacteria_466 + subject_id: person96 + split: train + image: images/Darwin_00006098_person96_bacteria_466.png + label: labels/Darwin_00006098_person96_bacteria_466.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006099_person97_bacteria_468 + subject_id: person97 + split: train + image: images/Darwin_00006099_person97_bacteria_468.png + label: labels/Darwin_00006099_person97_bacteria_468.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006100_person99_bacteria_473 + subject_id: person99 + split: train + image: images/Darwin_00006100_person99_bacteria_473.png + label: labels/Darwin_00006100_person99_bacteria_473.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006101_person99_bacteria_474 + subject_id: person99 + split: train + image: images/Darwin_00006101_person99_bacteria_474.png + label: labels/Darwin_00006101_person99_bacteria_474.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006102_person100_bacteria_475 + subject_id: person100 + split: train + image: images/Darwin_00006102_person100_bacteria_475.png + label: labels/Darwin_00006102_person100_bacteria_475.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006103_person100_bacteria_477 + subject_id: person100 + split: train + image: images/Darwin_00006103_person100_bacteria_477.png + label: labels/Darwin_00006103_person100_bacteria_477.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006104_person100_bacteria_478 + subject_id: person100 + split: train + image: images/Darwin_00006104_person100_bacteria_478.png + label: labels/Darwin_00006104_person100_bacteria_478.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006105_person100_bacteria_479 + subject_id: person100 + split: train + image: images/Darwin_00006105_person100_bacteria_479.png + label: labels/Darwin_00006105_person100_bacteria_479.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006106_person100_bacteria_480 + subject_id: person100 + split: train + image: images/Darwin_00006106_person100_bacteria_480.png + label: labels/Darwin_00006106_person100_bacteria_480.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006107_person100_bacteria_481 + subject_id: person100 + split: train + image: images/Darwin_00006107_person100_bacteria_481.png + label: labels/Darwin_00006107_person100_bacteria_481.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006108_person100_bacteria_482 + subject_id: person100 + split: train + image: images/Darwin_00006108_person100_bacteria_482.png + label: labels/Darwin_00006108_person100_bacteria_482.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006109_person101_bacteria_483 + subject_id: person101 + split: train + image: images/Darwin_00006109_person101_bacteria_483.png + label: labels/Darwin_00006109_person101_bacteria_483.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006110_person101_bacteria_484 + subject_id: person101 + split: train + image: images/Darwin_00006110_person101_bacteria_484.png + label: labels/Darwin_00006110_person101_bacteria_484.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006111_person101_bacteria_485 + subject_id: person101 + split: train + image: images/Darwin_00006111_person101_bacteria_485.png + label: labels/Darwin_00006111_person101_bacteria_485.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006112_person101_bacteria_486 + subject_id: person101 + split: train + image: images/Darwin_00006112_person101_bacteria_486.png + label: labels/Darwin_00006112_person101_bacteria_486.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006113_person102_bacteria_487 + subject_id: person102 + split: train + image: images/Darwin_00006113_person102_bacteria_487.png + label: labels/Darwin_00006113_person102_bacteria_487.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006114_person103_bacteria_488 + subject_id: person103 + split: train + image: images/Darwin_00006114_person103_bacteria_488.png + label: labels/Darwin_00006114_person103_bacteria_488.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006115_person103_bacteria_489 + subject_id: person103 + split: train + image: images/Darwin_00006115_person103_bacteria_489.png + label: labels/Darwin_00006115_person103_bacteria_489.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006116_person103_bacteria_490 + subject_id: person103 + split: train + image: images/Darwin_00006116_person103_bacteria_490.png + label: labels/Darwin_00006116_person103_bacteria_490.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006117_person104_bacteria_491 + subject_id: person104 + split: train + image: images/Darwin_00006117_person104_bacteria_491.png + label: labels/Darwin_00006117_person104_bacteria_491.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006118_person104_bacteria_492 + subject_id: person104 + split: train + image: images/Darwin_00006118_person104_bacteria_492.png + label: labels/Darwin_00006118_person104_bacteria_492.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006119_person108_bacteria_504 + subject_id: person108 + split: train + image: images/Darwin_00006119_person108_bacteria_504.png + label: labels/Darwin_00006119_person108_bacteria_504.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006120_person108_bacteria_506 + subject_id: person108 + split: train + image: images/Darwin_00006120_person108_bacteria_506.png + label: labels/Darwin_00006120_person108_bacteria_506.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006121_person108_bacteria_507 + subject_id: person108 + split: train + image: images/Darwin_00006121_person108_bacteria_507.png + label: labels/Darwin_00006121_person108_bacteria_507.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006122_person108_bacteria_511 + subject_id: person108 + split: train + image: images/Darwin_00006122_person108_bacteria_511.png + label: labels/Darwin_00006122_person108_bacteria_511.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006123_person109_bacteria_512 + subject_id: person109 + split: train + image: images/Darwin_00006123_person109_bacteria_512.png + label: labels/Darwin_00006123_person109_bacteria_512.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006124_person109_bacteria_513 + subject_id: person109 + split: train + image: images/Darwin_00006124_person109_bacteria_513.png + label: labels/Darwin_00006124_person109_bacteria_513.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006125_person109_bacteria_517 + subject_id: person109 + split: train + image: images/Darwin_00006125_person109_bacteria_517.png + label: labels/Darwin_00006125_person109_bacteria_517.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006126_person109_bacteria_519 + subject_id: person109 + split: train + image: images/Darwin_00006126_person109_bacteria_519.png + label: labels/Darwin_00006126_person109_bacteria_519.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006127_person109_bacteria_522 + subject_id: person109 + split: train + image: images/Darwin_00006127_person109_bacteria_522.png + label: labels/Darwin_00006127_person109_bacteria_522.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006128_person109_bacteria_523 + subject_id: person109 + split: train + image: images/Darwin_00006128_person109_bacteria_523.png + label: labels/Darwin_00006128_person109_bacteria_523.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006129_person109_bacteria_526 + subject_id: person109 + split: train + image: images/Darwin_00006129_person109_bacteria_526.png + label: labels/Darwin_00006129_person109_bacteria_526.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006130_person109_bacteria_527 + subject_id: person109 + split: train + image: images/Darwin_00006130_person109_bacteria_527.png + label: labels/Darwin_00006130_person109_bacteria_527.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006131_person109_bacteria_528 + subject_id: person109 + split: train + image: images/Darwin_00006131_person109_bacteria_528.png + label: labels/Darwin_00006131_person109_bacteria_528.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006132_person110_bacteria_531 + subject_id: person110 + split: train + image: images/Darwin_00006132_person110_bacteria_531.png + label: labels/Darwin_00006132_person110_bacteria_531.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006133_person111_bacteria_533 + subject_id: person111 + split: train + image: images/Darwin_00006133_person111_bacteria_533.png + label: labels/Darwin_00006133_person111_bacteria_533.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006134_person111_bacteria_534 + subject_id: person111 + split: train + image: images/Darwin_00006134_person111_bacteria_534.png + label: labels/Darwin_00006134_person111_bacteria_534.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006135_person111_bacteria_535 + subject_id: person111 + split: train + image: images/Darwin_00006135_person111_bacteria_535.png + label: labels/Darwin_00006135_person111_bacteria_535.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006136_person111_bacteria_536 + subject_id: person111 + split: train + image: images/Darwin_00006136_person111_bacteria_536.png + label: labels/Darwin_00006136_person111_bacteria_536.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006137_person111_bacteria_537 + subject_id: person111 + split: train + image: images/Darwin_00006137_person111_bacteria_537.png + label: labels/Darwin_00006137_person111_bacteria_537.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006138_person112_bacteria_538 + subject_id: person112 + split: train + image: images/Darwin_00006138_person112_bacteria_538.png + label: labels/Darwin_00006138_person112_bacteria_538.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006139_person112_bacteria_539 + subject_id: person112 + split: train + image: images/Darwin_00006139_person112_bacteria_539.png + label: labels/Darwin_00006139_person112_bacteria_539.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006140_person113_bacteria_540 + subject_id: person113 + split: test + image: images/Darwin_00006140_person113_bacteria_540.png + label: labels/Darwin_00006140_person113_bacteria_540.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006141_person113_bacteria_541 + subject_id: person113 + split: test + image: images/Darwin_00006141_person113_bacteria_541.png + label: labels/Darwin_00006141_person113_bacteria_541.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006142_person113_bacteria_542 + subject_id: person113 + split: test + image: images/Darwin_00006142_person113_bacteria_542.png + label: labels/Darwin_00006142_person113_bacteria_542.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006143_person113_bacteria_543 + subject_id: person113 + split: test + image: images/Darwin_00006143_person113_bacteria_543.png + label: labels/Darwin_00006143_person113_bacteria_543.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006144_person114_bacteria_544 + subject_id: person114 + split: train + image: images/Darwin_00006144_person114_bacteria_544.png + label: labels/Darwin_00006144_person114_bacteria_544.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006145_person114_bacteria_545 + subject_id: person114 + split: train + image: images/Darwin_00006145_person114_bacteria_545.png + label: labels/Darwin_00006145_person114_bacteria_545.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006146_person114_bacteria_546 + subject_id: person114 + split: train + image: images/Darwin_00006146_person114_bacteria_546.png + label: labels/Darwin_00006146_person114_bacteria_546.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006147_person117_bacteria_553 + subject_id: person117 + split: train + image: images/Darwin_00006147_person117_bacteria_553.png + label: labels/Darwin_00006147_person117_bacteria_553.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006148_person117_bacteria_556 + subject_id: person117 + split: train + image: images/Darwin_00006148_person117_bacteria_556.png + label: labels/Darwin_00006148_person117_bacteria_556.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006149_person117_bacteria_557 + subject_id: person117 + split: train + image: images/Darwin_00006149_person117_bacteria_557.png + label: labels/Darwin_00006149_person117_bacteria_557.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006150_person118_bacteria_559 + subject_id: person118 + split: test + image: images/Darwin_00006150_person118_bacteria_559.png + label: labels/Darwin_00006150_person118_bacteria_559.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006151_person118_bacteria_560 + subject_id: person118 + split: test + image: images/Darwin_00006151_person118_bacteria_560.png + label: labels/Darwin_00006151_person118_bacteria_560.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006152_person119_bacteria_565 + subject_id: person119 + split: val + image: images/Darwin_00006152_person119_bacteria_565.png + label: labels/Darwin_00006152_person119_bacteria_565.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006153_person119_bacteria_566 + subject_id: person119 + split: val + image: images/Darwin_00006153_person119_bacteria_566.png + label: labels/Darwin_00006153_person119_bacteria_566.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006154_person119_bacteria_567 + subject_id: person119 + split: val + image: images/Darwin_00006154_person119_bacteria_567.png + label: labels/Darwin_00006154_person119_bacteria_567.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006155_person119_bacteria_568 + subject_id: person119 + split: val + image: images/Darwin_00006155_person119_bacteria_568.png + label: labels/Darwin_00006155_person119_bacteria_568.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006156_person120_bacteria_570 + subject_id: person120 + split: train + image: images/Darwin_00006156_person120_bacteria_570.png + label: labels/Darwin_00006156_person120_bacteria_570.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006157_person120_bacteria_571 + subject_id: person120 + split: train + image: images/Darwin_00006157_person120_bacteria_571.png + label: labels/Darwin_00006157_person120_bacteria_571.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006158_person120_bacteria_572 + subject_id: person120 + split: train + image: images/Darwin_00006158_person120_bacteria_572.png + label: labels/Darwin_00006158_person120_bacteria_572.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006159_person120_bacteria_573 + subject_id: person120 + split: train + image: images/Darwin_00006159_person120_bacteria_573.png + label: labels/Darwin_00006159_person120_bacteria_573.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006160_person121_bacteria_575 + subject_id: person121 + split: train + image: images/Darwin_00006160_person121_bacteria_575.png + label: labels/Darwin_00006160_person121_bacteria_575.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006161_person121_bacteria_576 + subject_id: person121 + split: train + image: images/Darwin_00006161_person121_bacteria_576.png + label: labels/Darwin_00006161_person121_bacteria_576.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006162_person121_bacteria_578 + subject_id: person121 + split: train + image: images/Darwin_00006162_person121_bacteria_578.png + label: labels/Darwin_00006162_person121_bacteria_578.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006163_person121_bacteria_579 + subject_id: person121 + split: train + image: images/Darwin_00006163_person121_bacteria_579.png + label: labels/Darwin_00006163_person121_bacteria_579.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006164_person121_bacteria_580 + subject_id: person121 + split: train + image: images/Darwin_00006164_person121_bacteria_580.png + label: labels/Darwin_00006164_person121_bacteria_580.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006165_person122_bacteria_581 + subject_id: person122 + split: train + image: images/Darwin_00006165_person122_bacteria_581.png + label: labels/Darwin_00006165_person122_bacteria_581.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006166_person122_bacteria_582 + subject_id: person122 + split: train + image: images/Darwin_00006166_person122_bacteria_582.png + label: labels/Darwin_00006166_person122_bacteria_582.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006167_person122_bacteria_583 + subject_id: person122 + split: train + image: images/Darwin_00006167_person122_bacteria_583.png + label: labels/Darwin_00006167_person122_bacteria_583.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006168_person122_bacteria_584 + subject_id: person122 + split: train + image: images/Darwin_00006168_person122_bacteria_584.png + label: labels/Darwin_00006168_person122_bacteria_584.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006169_person122_bacteria_585 + subject_id: person122 + split: train + image: images/Darwin_00006169_person122_bacteria_585.png + label: labels/Darwin_00006169_person122_bacteria_585.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006171_person123_bacteria_587 + subject_id: person123 + split: val + image: images/Darwin_00006171_person123_bacteria_587.png + label: labels/Darwin_00006171_person123_bacteria_587.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006172_person124_bacteria_589 + subject_id: person124 + split: train + image: images/Darwin_00006172_person124_bacteria_589.png + label: labels/Darwin_00006172_person124_bacteria_589.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006173_person124_bacteria_590 + subject_id: person124 + split: train + image: images/Darwin_00006173_person124_bacteria_590.png + label: labels/Darwin_00006173_person124_bacteria_590.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006174_person124_bacteria_591 + subject_id: person124 + split: train + image: images/Darwin_00006174_person124_bacteria_591.png + label: labels/Darwin_00006174_person124_bacteria_591.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006175_person124_bacteria_592 + subject_id: person124 + split: train + image: images/Darwin_00006175_person124_bacteria_592.png + label: labels/Darwin_00006175_person124_bacteria_592.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006176_person125_bacteria_594 + subject_id: person125 + split: val + image: images/Darwin_00006176_person125_bacteria_594.png + label: labels/Darwin_00006176_person125_bacteria_594.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006177_person125_bacteria_595 + subject_id: person125 + split: val + image: images/Darwin_00006177_person125_bacteria_595.png + label: labels/Darwin_00006177_person125_bacteria_595.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006178_person126_bacteria_598 + subject_id: person126 + split: train + image: images/Darwin_00006178_person126_bacteria_598.png + label: labels/Darwin_00006178_person126_bacteria_598.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006179_person126_bacteria_599 + subject_id: person126 + split: train + image: images/Darwin_00006179_person126_bacteria_599.png + label: labels/Darwin_00006179_person126_bacteria_599.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006180_person126_bacteria_600 + subject_id: person126 + split: train + image: images/Darwin_00006180_person126_bacteria_600.png + label: labels/Darwin_00006180_person126_bacteria_600.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006181_person127_bacteria_602 + subject_id: person127 + split: train + image: images/Darwin_00006181_person127_bacteria_602.png + label: labels/Darwin_00006181_person127_bacteria_602.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006182_person127_bacteria_603 + subject_id: person127 + split: train + image: images/Darwin_00006182_person127_bacteria_603.png + label: labels/Darwin_00006182_person127_bacteria_603.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006183_person127_bacteria_604 + subject_id: person127 + split: train + image: images/Darwin_00006183_person127_bacteria_604.png + label: labels/Darwin_00006183_person127_bacteria_604.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006184_person128_bacteria_605 + subject_id: person128 + split: train + image: images/Darwin_00006184_person128_bacteria_605.png + label: labels/Darwin_00006184_person128_bacteria_605.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006185_person128_bacteria_606 + subject_id: person128 + split: train + image: images/Darwin_00006185_person128_bacteria_606.png + label: labels/Darwin_00006185_person128_bacteria_606.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006187_person128_bacteria_608 + subject_id: person128 + split: train + image: images/Darwin_00006187_person128_bacteria_608.png + label: labels/Darwin_00006187_person128_bacteria_608.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006188_person130_bacteria_623 + subject_id: person130 + split: train + image: images/Darwin_00006188_person130_bacteria_623.png + label: labels/Darwin_00006188_person130_bacteria_623.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006189_person130_bacteria_625 + subject_id: person130 + split: train + image: images/Darwin_00006189_person130_bacteria_625.png + label: labels/Darwin_00006189_person130_bacteria_625.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006190_person130_bacteria_626 + subject_id: person130 + split: train + image: images/Darwin_00006190_person130_bacteria_626.png + label: labels/Darwin_00006190_person130_bacteria_626.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006191_person130_bacteria_627 + subject_id: person130 + split: train + image: images/Darwin_00006191_person130_bacteria_627.png + label: labels/Darwin_00006191_person130_bacteria_627.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006192_person130_bacteria_628 + subject_id: person130 + split: train + image: images/Darwin_00006192_person130_bacteria_628.png + label: labels/Darwin_00006192_person130_bacteria_628.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006193_person131_bacteria_629 + subject_id: person131 + split: val + image: images/Darwin_00006193_person131_bacteria_629.png + label: labels/Darwin_00006193_person131_bacteria_629.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006194_person132_bacteria_632 + subject_id: person132 + split: train + image: images/Darwin_00006194_person132_bacteria_632.png + label: labels/Darwin_00006194_person132_bacteria_632.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006195_person133_bacteria_633 + subject_id: person133 + split: train + image: images/Darwin_00006195_person133_bacteria_633.png + label: labels/Darwin_00006195_person133_bacteria_633.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006196_person133_bacteria_634 + subject_id: person133 + split: train + image: images/Darwin_00006196_person133_bacteria_634.png + label: labels/Darwin_00006196_person133_bacteria_634.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006197_person133_bacteria_635 + subject_id: person133 + split: train + image: images/Darwin_00006197_person133_bacteria_635.png + label: labels/Darwin_00006197_person133_bacteria_635.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006198_person133_bacteria_637 + subject_id: person133 + split: train + image: images/Darwin_00006198_person133_bacteria_637.png + label: labels/Darwin_00006198_person133_bacteria_637.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006199_person133_bacteria_638 + subject_id: person133 + split: train + image: images/Darwin_00006199_person133_bacteria_638.png + label: labels/Darwin_00006199_person133_bacteria_638.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006200_person134_bacteria_640 + subject_id: person134 + split: val + image: images/Darwin_00006200_person134_bacteria_640.png + label: labels/Darwin_00006200_person134_bacteria_640.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006201_person134_bacteria_641 + subject_id: person134 + split: val + image: images/Darwin_00006201_person134_bacteria_641.png + label: labels/Darwin_00006201_person134_bacteria_641.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006202_person134_bacteria_642 + subject_id: person134 + split: val + image: images/Darwin_00006202_person134_bacteria_642.png + label: labels/Darwin_00006202_person134_bacteria_642.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006203_person134_bacteria_643 + subject_id: person134 + split: val + image: images/Darwin_00006203_person134_bacteria_643.png + label: labels/Darwin_00006203_person134_bacteria_643.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006205_person135_bacteria_646 + subject_id: person135 + split: val + image: images/Darwin_00006205_person135_bacteria_646.png + label: labels/Darwin_00006205_person135_bacteria_646.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006206_person135_bacteria_647 + subject_id: person135 + split: val + image: images/Darwin_00006206_person135_bacteria_647.png + label: labels/Darwin_00006206_person135_bacteria_647.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006207_person136_bacteria_648 + subject_id: person136 + split: val + image: images/Darwin_00006207_person136_bacteria_648.png + label: labels/Darwin_00006207_person136_bacteria_648.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006208_person136_bacteria_649 + subject_id: person136 + split: val + image: images/Darwin_00006208_person136_bacteria_649.png + label: labels/Darwin_00006208_person136_bacteria_649.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006209_person136_bacteria_650 + subject_id: person136 + split: val + image: images/Darwin_00006209_person136_bacteria_650.png + label: labels/Darwin_00006209_person136_bacteria_650.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006210_person136_bacteria_652 + subject_id: person136 + split: val + image: images/Darwin_00006210_person136_bacteria_652.png + label: labels/Darwin_00006210_person136_bacteria_652.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006211_person136_bacteria_654 + subject_id: person136 + split: val + image: images/Darwin_00006211_person136_bacteria_654.png + label: labels/Darwin_00006211_person136_bacteria_654.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006212_person137_bacteria_655 + subject_id: person137 + split: train + image: images/Darwin_00006212_person137_bacteria_655.png + label: labels/Darwin_00006212_person137_bacteria_655.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006213_person138_bacteria_657 + subject_id: person138 + split: train + image: images/Darwin_00006213_person138_bacteria_657.png + label: labels/Darwin_00006213_person138_bacteria_657.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006214_person138_bacteria_658 + subject_id: person138 + split: train + image: images/Darwin_00006214_person138_bacteria_658.png + label: labels/Darwin_00006214_person138_bacteria_658.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006215_person138_bacteria_659 + subject_id: person138 + split: train + image: images/Darwin_00006215_person138_bacteria_659.png + label: labels/Darwin_00006215_person138_bacteria_659.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006216_person139_bacteria_661 + subject_id: person139 + split: train + image: images/Darwin_00006216_person139_bacteria_661.png + label: labels/Darwin_00006216_person139_bacteria_661.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006217_person139_bacteria_662 + subject_id: person139 + split: train + image: images/Darwin_00006217_person139_bacteria_662.png + label: labels/Darwin_00006217_person139_bacteria_662.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006218_person139_bacteria_663 + subject_id: person139 + split: train + image: images/Darwin_00006218_person139_bacteria_663.png + label: labels/Darwin_00006218_person139_bacteria_663.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006219_person139_bacteria_664 + subject_id: person139 + split: train + image: images/Darwin_00006219_person139_bacteria_664.png + label: labels/Darwin_00006219_person139_bacteria_664.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006220_person139_bacteria_665 + subject_id: person139 + split: train + image: images/Darwin_00006220_person139_bacteria_665.png + label: labels/Darwin_00006220_person139_bacteria_665.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006221_person139_bacteria_666 + subject_id: person139 + split: train + image: images/Darwin_00006221_person139_bacteria_666.png + label: labels/Darwin_00006221_person139_bacteria_666.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006222_person140_bacteria_667 + subject_id: person140 + split: train + image: images/Darwin_00006222_person140_bacteria_667.png + label: labels/Darwin_00006222_person140_bacteria_667.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006223_person140_bacteria_668 + subject_id: person140 + split: train + image: images/Darwin_00006223_person140_bacteria_668.png + label: labels/Darwin_00006223_person140_bacteria_668.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006224_person141_bacteria_670 + subject_id: person141 + split: train + image: images/Darwin_00006224_person141_bacteria_670.png + label: labels/Darwin_00006224_person141_bacteria_670.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006225_person141_bacteria_676 + subject_id: person141 + split: train + image: images/Darwin_00006225_person141_bacteria_676.png + label: labels/Darwin_00006225_person141_bacteria_676.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006226_person141_bacteria_677 + subject_id: person141 + split: train + image: images/Darwin_00006226_person141_bacteria_677.png + label: labels/Darwin_00006226_person141_bacteria_677.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006227_person141_bacteria_678 + subject_id: person141 + split: train + image: images/Darwin_00006227_person141_bacteria_678.png + label: labels/Darwin_00006227_person141_bacteria_678.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006228_person141_bacteria_681 + subject_id: person141 + split: train + image: images/Darwin_00006228_person141_bacteria_681.png + label: labels/Darwin_00006228_person141_bacteria_681.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006229_person142_bacteria_682 + subject_id: person142 + split: test + image: images/Darwin_00006229_person142_bacteria_682.png + label: labels/Darwin_00006229_person142_bacteria_682.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006230_person142_bacteria_683 + subject_id: person142 + split: test + image: images/Darwin_00006230_person142_bacteria_683.png + label: labels/Darwin_00006230_person142_bacteria_683.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006231_person142_bacteria_684 + subject_id: person142 + split: test + image: images/Darwin_00006231_person142_bacteria_684.png + label: labels/Darwin_00006231_person142_bacteria_684.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006232_person143_bacteria_687 + subject_id: person143 + split: test + image: images/Darwin_00006232_person143_bacteria_687.png + label: labels/Darwin_00006232_person143_bacteria_687.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006233_person143_bacteria_688 + subject_id: person143 + split: test + image: images/Darwin_00006233_person143_bacteria_688.png + label: labels/Darwin_00006233_person143_bacteria_688.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006234_person143_bacteria_689 + subject_id: person143 + split: test + image: images/Darwin_00006234_person143_bacteria_689.png + label: labels/Darwin_00006234_person143_bacteria_689.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006235_person144_bacteria_690 + subject_id: person144 + split: val + image: images/Darwin_00006235_person144_bacteria_690.png + label: labels/Darwin_00006235_person144_bacteria_690.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006236_person145_bacteria_696 + subject_id: person145 + split: test + image: images/Darwin_00006236_person145_bacteria_696.png + label: labels/Darwin_00006236_person145_bacteria_696.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006237_person146_bacteria_700 + subject_id: person146 + split: train + image: images/Darwin_00006237_person146_bacteria_700.png + label: labels/Darwin_00006237_person146_bacteria_700.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006238_person146_bacteria_703 + subject_id: person146 + split: train + image: images/Darwin_00006238_person146_bacteria_703.png + label: labels/Darwin_00006238_person146_bacteria_703.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006239_person146_bacteria_704 + subject_id: person146 + split: train + image: images/Darwin_00006239_person146_bacteria_704.png + label: labels/Darwin_00006239_person146_bacteria_704.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006240_person147_bacteria_705 + subject_id: person147 + split: val + image: images/Darwin_00006240_person147_bacteria_705.png + label: labels/Darwin_00006240_person147_bacteria_705.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006241_person147_bacteria_706 + subject_id: person147 + split: val + image: images/Darwin_00006241_person147_bacteria_706.png + label: labels/Darwin_00006241_person147_bacteria_706.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006242_person147_bacteria_707 + subject_id: person147 + split: val + image: images/Darwin_00006242_person147_bacteria_707.png + label: labels/Darwin_00006242_person147_bacteria_707.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006243_person147_bacteria_711 + subject_id: person147 + split: val + image: images/Darwin_00006243_person147_bacteria_711.png + label: labels/Darwin_00006243_person147_bacteria_711.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006244_person149_bacteria_713 + subject_id: person149 + split: test + image: images/Darwin_00006244_person149_bacteria_713.png + label: labels/Darwin_00006244_person149_bacteria_713.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006245_person150_bacteria_715 + subject_id: person150 + split: val + image: images/Darwin_00006245_person150_bacteria_715.png + label: labels/Darwin_00006245_person150_bacteria_715.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006246_person150_bacteria_716 + subject_id: person150 + split: val + image: images/Darwin_00006246_person150_bacteria_716.png + label: labels/Darwin_00006246_person150_bacteria_716.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006247_person150_bacteria_717 + subject_id: person150 + split: val + image: images/Darwin_00006247_person150_bacteria_717.png + label: labels/Darwin_00006247_person150_bacteria_717.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006249_person152_bacteria_720 + subject_id: person152 + split: train + image: images/Darwin_00006249_person152_bacteria_720.png + label: labels/Darwin_00006249_person152_bacteria_720.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006250_person152_bacteria_721 + subject_id: person152 + split: train + image: images/Darwin_00006250_person152_bacteria_721.png + label: labels/Darwin_00006250_person152_bacteria_721.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006251_person152_bacteria_722 + subject_id: person152 + split: train + image: images/Darwin_00006251_person152_bacteria_722.png + label: labels/Darwin_00006251_person152_bacteria_722.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006252_person152_bacteria_723 + subject_id: person152 + split: train + image: images/Darwin_00006252_person152_bacteria_723.png + label: labels/Darwin_00006252_person152_bacteria_723.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006253_person152_bacteria_724 + subject_id: person152 + split: train + image: images/Darwin_00006253_person152_bacteria_724.png + label: labels/Darwin_00006253_person152_bacteria_724.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006254_person153_bacteria_725 + subject_id: person153 + split: train + image: images/Darwin_00006254_person153_bacteria_725.png + label: labels/Darwin_00006254_person153_bacteria_725.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006255_person153_bacteria_726 + subject_id: person153 + split: train + image: images/Darwin_00006255_person153_bacteria_726.png + label: labels/Darwin_00006255_person153_bacteria_726.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006256_person154_bacteria_728 + subject_id: person154 + split: train + image: images/Darwin_00006256_person154_bacteria_728.png + label: labels/Darwin_00006256_person154_bacteria_728.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006257_person155_bacteria_729 + subject_id: person155 + split: val + image: images/Darwin_00006257_person155_bacteria_729.png + label: labels/Darwin_00006257_person155_bacteria_729.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006258_person155_bacteria_730 + subject_id: person155 + split: val + image: images/Darwin_00006258_person155_bacteria_730.png + label: labels/Darwin_00006258_person155_bacteria_730.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006259_person155_bacteria_731 + subject_id: person155 + split: val + image: images/Darwin_00006259_person155_bacteria_731.png + label: labels/Darwin_00006259_person155_bacteria_731.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006260_person157_bacteria_735 + subject_id: person157 + split: train + image: images/Darwin_00006260_person157_bacteria_735.png + label: labels/Darwin_00006260_person157_bacteria_735.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006261_person157_bacteria_739 + subject_id: person157 + split: train + image: images/Darwin_00006261_person157_bacteria_739.png + label: labels/Darwin_00006261_person157_bacteria_739.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006262_person157_bacteria_740 + subject_id: person157 + split: train + image: images/Darwin_00006262_person157_bacteria_740.png + label: labels/Darwin_00006262_person157_bacteria_740.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006263_person158_bacteria_742 + subject_id: person158 + split: train + image: images/Darwin_00006263_person158_bacteria_742.png + label: labels/Darwin_00006263_person158_bacteria_742.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006264_person158_bacteria_743 + subject_id: person158 + split: train + image: images/Darwin_00006264_person158_bacteria_743.png + label: labels/Darwin_00006264_person158_bacteria_743.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006265_person158_bacteria_744 + subject_id: person158 + split: train + image: images/Darwin_00006265_person158_bacteria_744.png + label: labels/Darwin_00006265_person158_bacteria_744.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006266_person158_bacteria_745 + subject_id: person158 + split: train + image: images/Darwin_00006266_person158_bacteria_745.png + label: labels/Darwin_00006266_person158_bacteria_745.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006267_person159_bacteria_746 + subject_id: person159 + split: train + image: images/Darwin_00006267_person159_bacteria_746.png + label: labels/Darwin_00006267_person159_bacteria_746.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006268_person159_bacteria_747 + subject_id: person159 + split: train + image: images/Darwin_00006268_person159_bacteria_747.png + label: labels/Darwin_00006268_person159_bacteria_747.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006269_person161_bacteria_757 + subject_id: person161 + split: train + image: images/Darwin_00006269_person161_bacteria_757.png + label: labels/Darwin_00006269_person161_bacteria_757.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006271_person161_bacteria_762 + subject_id: person161 + split: train + image: images/Darwin_00006271_person161_bacteria_762.png + label: labels/Darwin_00006271_person161_bacteria_762.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006272_person171_bacteria_826 + subject_id: person171 + split: train + image: images/Darwin_00006272_person171_bacteria_826.png + label: labels/Darwin_00006272_person171_bacteria_826.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006273_person172_bacteria_827 + subject_id: person172 + split: train + image: images/Darwin_00006273_person172_bacteria_827.png + label: labels/Darwin_00006273_person172_bacteria_827.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006274_person172_bacteria_828 + subject_id: person172 + split: train + image: images/Darwin_00006274_person172_bacteria_828.png + label: labels/Darwin_00006274_person172_bacteria_828.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006275_person173_bacteria_829 + subject_id: person173 + split: train + image: images/Darwin_00006275_person173_bacteria_829.png + label: labels/Darwin_00006275_person173_bacteria_829.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006276_person173_bacteria_830 + subject_id: person173 + split: train + image: images/Darwin_00006276_person173_bacteria_830.png + label: labels/Darwin_00006276_person173_bacteria_830.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006277_person173_bacteria_831 + subject_id: person173 + split: train + image: images/Darwin_00006277_person173_bacteria_831.png + label: labels/Darwin_00006277_person173_bacteria_831.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006278_person174_bacteria_832 + subject_id: person174 + split: val + image: images/Darwin_00006278_person174_bacteria_832.png + label: labels/Darwin_00006278_person174_bacteria_832.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006279_person175_bacteria_833 + subject_id: person175 + split: train + image: images/Darwin_00006279_person175_bacteria_833.png + label: labels/Darwin_00006279_person175_bacteria_833.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006280_person175_bacteria_834 + subject_id: person175 + split: train + image: images/Darwin_00006280_person175_bacteria_834.png + label: labels/Darwin_00006280_person175_bacteria_834.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006281_person175_bacteria_835 + subject_id: person175 + split: train + image: images/Darwin_00006281_person175_bacteria_835.png + label: labels/Darwin_00006281_person175_bacteria_835.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006282_person1_virus_6 + subject_id: person1 + split: train + image: images/Darwin_00006282_person1_virus_6.png + label: labels/Darwin_00006282_person1_virus_6.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006283_person1_virus_7 + subject_id: person1 + split: train + image: images/Darwin_00006283_person1_virus_7.png + label: labels/Darwin_00006283_person1_virus_7.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006284_person1_virus_8 + subject_id: person1 + split: train + image: images/Darwin_00006284_person1_virus_8.png + label: labels/Darwin_00006284_person1_virus_8.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006285_person1_virus_9 + subject_id: person1 + split: train + image: images/Darwin_00006285_person1_virus_9.png + label: labels/Darwin_00006285_person1_virus_9.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006286_person1_virus_11 + subject_id: person1 + split: train + image: images/Darwin_00006286_person1_virus_11.png + label: labels/Darwin_00006286_person1_virus_11.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006287_person1_virus_12 + subject_id: person1 + split: train + image: images/Darwin_00006287_person1_virus_12.png + label: labels/Darwin_00006287_person1_virus_12.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006288_person1_virus_13 + subject_id: person1 + split: train + image: images/Darwin_00006288_person1_virus_13.png + label: labels/Darwin_00006288_person1_virus_13.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006289_person3_virus_15 + subject_id: person3 + split: test + image: images/Darwin_00006289_person3_virus_15.png + label: labels/Darwin_00006289_person3_virus_15.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006290_person3_virus_16 + subject_id: person3 + split: test + image: images/Darwin_00006290_person3_virus_16.png + label: labels/Darwin_00006290_person3_virus_16.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006291_person3_virus_17 + subject_id: person3 + split: test + image: images/Darwin_00006291_person3_virus_17.png + label: labels/Darwin_00006291_person3_virus_17.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006292_person8_virus_27 + subject_id: person8 + split: val + image: images/Darwin_00006292_person8_virus_27.png + label: labels/Darwin_00006292_person8_virus_27.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006293_person8_virus_28 + subject_id: person8 + split: val + image: images/Darwin_00006293_person8_virus_28.png + label: labels/Darwin_00006293_person8_virus_28.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006294_person10_virus_35 + subject_id: person10 + split: train + image: images/Darwin_00006294_person10_virus_35.png + label: labels/Darwin_00006294_person10_virus_35.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006295_person11_virus_38 + subject_id: person11 + split: train + image: images/Darwin_00006295_person11_virus_38.png + label: labels/Darwin_00006295_person11_virus_38.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006296_person14_virus_44 + subject_id: person14 + split: train + image: images/Darwin_00006296_person14_virus_44.png + label: labels/Darwin_00006296_person14_virus_44.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006297_person15_virus_46 + subject_id: person15 + split: train + image: images/Darwin_00006297_person15_virus_46.png + label: labels/Darwin_00006297_person15_virus_46.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006298_person16_virus_47 + subject_id: person16 + split: test + image: images/Darwin_00006298_person16_virus_47.png + label: labels/Darwin_00006298_person16_virus_47.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006299_person17_virus_48 + subject_id: person17 + split: train + image: images/Darwin_00006299_person17_virus_48.png + label: labels/Darwin_00006299_person17_virus_48.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006300_person18_virus_49 + subject_id: person18 + split: train + image: images/Darwin_00006300_person18_virus_49.png + label: labels/Darwin_00006300_person18_virus_49.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006301_person19_virus_50 + subject_id: person19 + split: train + image: images/Darwin_00006301_person19_virus_50.png + label: labels/Darwin_00006301_person19_virus_50.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006302_person20_virus_51 + subject_id: person20 + split: train + image: images/Darwin_00006302_person20_virus_51.png + label: labels/Darwin_00006302_person20_virus_51.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006303_person21_virus_52 + subject_id: person21 + split: train + image: images/Darwin_00006303_person21_virus_52.png + label: labels/Darwin_00006303_person21_virus_52.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006304_person21_virus_53 + subject_id: person21 + split: train + image: images/Darwin_00006304_person21_virus_53.png + label: labels/Darwin_00006304_person21_virus_53.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006305_person22_virus_54 + subject_id: person22 + split: train + image: images/Darwin_00006305_person22_virus_54.png + label: labels/Darwin_00006305_person22_virus_54.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006306_person22_virus_55 + subject_id: person22 + split: train + image: images/Darwin_00006306_person22_virus_55.png + label: labels/Darwin_00006306_person22_virus_55.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006307_person23_virus_56 + subject_id: person23 + split: val + image: images/Darwin_00006307_person23_virus_56.png + label: labels/Darwin_00006307_person23_virus_56.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006308_person24_virus_58 + subject_id: person24 + split: train + image: images/Darwin_00006308_person24_virus_58.png + label: labels/Darwin_00006308_person24_virus_58.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006309_person25_virus_59 + subject_id: person25 + split: train + image: images/Darwin_00006309_person25_virus_59.png + label: labels/Darwin_00006309_person25_virus_59.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006310_person26_virus_60 + subject_id: person26 + split: test + image: images/Darwin_00006310_person26_virus_60.png + label: labels/Darwin_00006310_person26_virus_60.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006311_person28_virus_62 + subject_id: person28 + split: val + image: images/Darwin_00006311_person28_virus_62.png + label: labels/Darwin_00006311_person28_virus_62.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006312_person28_virus_63 + subject_id: person28 + split: val + image: images/Darwin_00006312_person28_virus_63.png + label: labels/Darwin_00006312_person28_virus_63.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006313_person29_virus_64 + subject_id: person29 + split: train + image: images/Darwin_00006313_person29_virus_64.png + label: labels/Darwin_00006313_person29_virus_64.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006314_person30_virus_69 + subject_id: person30 + split: val + image: images/Darwin_00006314_person30_virus_69.png + label: labels/Darwin_00006314_person30_virus_69.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006315_person31_virus_70 + subject_id: person31 + split: train + image: images/Darwin_00006315_person31_virus_70.png + label: labels/Darwin_00006315_person31_virus_70.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006316_person32_virus_71 + subject_id: person32 + split: train + image: images/Darwin_00006316_person32_virus_71.png + label: labels/Darwin_00006316_person32_virus_71.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006317_person33_virus_72 + subject_id: person33 + split: train + image: images/Darwin_00006317_person33_virus_72.png + label: labels/Darwin_00006317_person33_virus_72.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006318_person34_virus_76 + subject_id: person34 + split: train + image: images/Darwin_00006318_person34_virus_76.png + label: labels/Darwin_00006318_person34_virus_76.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006319_person35_virus_80 + subject_id: person35 + split: train + image: images/Darwin_00006319_person35_virus_80.png + label: labels/Darwin_00006319_person35_virus_80.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006320_person36_virus_81 + subject_id: person36 + split: val + image: images/Darwin_00006320_person36_virus_81.png + label: labels/Darwin_00006320_person36_virus_81.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006321_person37_virus_82 + subject_id: person37 + split: test + image: images/Darwin_00006321_person37_virus_82.png + label: labels/Darwin_00006321_person37_virus_82.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006322_person38_virus_83 + subject_id: person38 + split: test + image: images/Darwin_00006322_person38_virus_83.png + label: labels/Darwin_00006322_person38_virus_83.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006323_person38_virus_84 + subject_id: person38 + split: test + image: images/Darwin_00006323_person38_virus_84.png + label: labels/Darwin_00006323_person38_virus_84.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006324_person39_virus_85 + subject_id: person39 + split: val + image: images/Darwin_00006324_person39_virus_85.png + label: labels/Darwin_00006324_person39_virus_85.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006325_person40_virus_87 + subject_id: person40 + split: test + image: images/Darwin_00006325_person40_virus_87.png + label: labels/Darwin_00006325_person40_virus_87.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006326_person41_virus_88 + subject_id: person41 + split: val + image: images/Darwin_00006326_person41_virus_88.png + label: labels/Darwin_00006326_person41_virus_88.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006327_person42_virus_89 + subject_id: person42 + split: train + image: images/Darwin_00006327_person42_virus_89.png + label: labels/Darwin_00006327_person42_virus_89.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006328_person43_virus_92 + subject_id: person43 + split: train + image: images/Darwin_00006328_person43_virus_92.png + label: labels/Darwin_00006328_person43_virus_92.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006329_person44_virus_93 + subject_id: person44 + split: test + image: images/Darwin_00006329_person44_virus_93.png + label: labels/Darwin_00006329_person44_virus_93.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006330_person44_virus_94 + subject_id: person44 + split: test + image: images/Darwin_00006330_person44_virus_94.png + label: labels/Darwin_00006330_person44_virus_94.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006331_person45_virus_95 + subject_id: person45 + split: train + image: images/Darwin_00006331_person45_virus_95.png + label: labels/Darwin_00006331_person45_virus_95.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006332_person46_virus_96 + subject_id: person46 + split: train + image: images/Darwin_00006332_person46_virus_96.png + label: labels/Darwin_00006332_person46_virus_96.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006333_person47_virus_99 + subject_id: person47 + split: test + image: images/Darwin_00006333_person47_virus_99.png + label: labels/Darwin_00006333_person47_virus_99.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006334_person48_virus_100 + subject_id: person48 + split: test + image: images/Darwin_00006334_person48_virus_100.png + label: labels/Darwin_00006334_person48_virus_100.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006335_person49_virus_101 + subject_id: person49 + split: train + image: images/Darwin_00006335_person49_virus_101.png + label: labels/Darwin_00006335_person49_virus_101.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006336_person50_virus_102 + subject_id: person50 + split: test + image: images/Darwin_00006336_person50_virus_102.png + label: labels/Darwin_00006336_person50_virus_102.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006337_person51_virus_105 + subject_id: person51 + split: train + image: images/Darwin_00006337_person51_virus_105.png + label: labels/Darwin_00006337_person51_virus_105.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006338_person52_virus_106 + subject_id: person52 + split: train + image: images/Darwin_00006338_person52_virus_106.png + label: labels/Darwin_00006338_person52_virus_106.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006339_person53_virus_107 + subject_id: person53 + split: train + image: images/Darwin_00006339_person53_virus_107.png + label: labels/Darwin_00006339_person53_virus_107.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006340_person53_virus_108 + subject_id: person53 + split: train + image: images/Darwin_00006340_person53_virus_108.png + label: labels/Darwin_00006340_person53_virus_108.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006341_person54_virus_109 + subject_id: person54 + split: train + image: images/Darwin_00006341_person54_virus_109.png + label: labels/Darwin_00006341_person54_virus_109.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006342_person55_virus_110 + subject_id: person55 + split: train + image: images/Darwin_00006342_person55_virus_110.png + label: labels/Darwin_00006342_person55_virus_110.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006343_person56_virus_112 + subject_id: person56 + split: test + image: images/Darwin_00006343_person56_virus_112.png + label: labels/Darwin_00006343_person56_virus_112.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006344_person57_virus_113 + subject_id: person57 + split: train + image: images/Darwin_00006344_person57_virus_113.png + label: labels/Darwin_00006344_person57_virus_113.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006345_person59_virus_116 + subject_id: person59 + split: train + image: images/Darwin_00006345_person59_virus_116.png + label: labels/Darwin_00006345_person59_virus_116.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006346_person60_virus_117 + subject_id: person60 + split: train + image: images/Darwin_00006346_person60_virus_117.png + label: labels/Darwin_00006346_person60_virus_117.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006347_person61_virus_118 + subject_id: person61 + split: val + image: images/Darwin_00006347_person61_virus_118.png + label: labels/Darwin_00006347_person61_virus_118.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006348_person62_virus_119 + subject_id: person62 + split: train + image: images/Darwin_00006348_person62_virus_119.png + label: labels/Darwin_00006348_person62_virus_119.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006349_person63_virus_121 + subject_id: person63 + split: train + image: images/Darwin_00006349_person63_virus_121.png + label: labels/Darwin_00006349_person63_virus_121.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006350_person64_virus_122 + subject_id: person64 + split: test + image: images/Darwin_00006350_person64_virus_122.png + label: labels/Darwin_00006350_person64_virus_122.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006351_person65_virus_123 + subject_id: person65 + split: train + image: images/Darwin_00006351_person65_virus_123.png + label: labels/Darwin_00006351_person65_virus_123.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006352_person66_virus_125 + subject_id: person66 + split: train + image: images/Darwin_00006352_person66_virus_125.png + label: labels/Darwin_00006352_person66_virus_125.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006353_person67_virus_126 + subject_id: person67 + split: val + image: images/Darwin_00006353_person67_virus_126.png + label: labels/Darwin_00006353_person67_virus_126.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006355_person70_virus_130 + subject_id: person70 + split: train + image: images/Darwin_00006355_person70_virus_130.png + label: labels/Darwin_00006355_person70_virus_130.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006356_person71_virus_131 + subject_id: person71 + split: test + image: images/Darwin_00006356_person71_virus_131.png + label: labels/Darwin_00006356_person71_virus_131.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006357_person71_virus_132 + subject_id: person71 + split: test + image: images/Darwin_00006357_person71_virus_132.png + label: labels/Darwin_00006357_person71_virus_132.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006358_person72_virus_133 + subject_id: person72 + split: train + image: images/Darwin_00006358_person72_virus_133.png + label: labels/Darwin_00006358_person72_virus_133.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006359_person74_virus_135 + subject_id: person74 + split: train + image: images/Darwin_00006359_person74_virus_135.png + label: labels/Darwin_00006359_person74_virus_135.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006360_person75_virus_136 + subject_id: person75 + split: val + image: images/Darwin_00006360_person75_virus_136.png + label: labels/Darwin_00006360_person75_virus_136.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006361_person76_virus_138 + subject_id: person76 + split: val + image: images/Darwin_00006361_person76_virus_138.png + label: labels/Darwin_00006361_person76_virus_138.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006362_person77_virus_139 + subject_id: person77 + split: train + image: images/Darwin_00006362_person77_virus_139.png + label: labels/Darwin_00006362_person77_virus_139.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006363_person78_virus_140 + subject_id: person78 + split: train + image: images/Darwin_00006363_person78_virus_140.png + label: labels/Darwin_00006363_person78_virus_140.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006364_person79_virus_148 + subject_id: person79 + split: test + image: images/Darwin_00006364_person79_virus_148.png + label: labels/Darwin_00006364_person79_virus_148.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006365_person1608_virus_2786 + subject_id: person1608 + split: train + image: images/Darwin_00006365_person1608_virus_2786.png + label: labels/Darwin_00006365_person1608_virus_2786.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006366_person1610_virus_2793 + subject_id: person1610 + split: train + image: images/Darwin_00006366_person1610_virus_2793.png + label: labels/Darwin_00006366_person1610_virus_2793.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006368_person1612_virus_2798 + subject_id: person1612 + split: val + image: images/Darwin_00006368_person1612_virus_2798.png + label: labels/Darwin_00006368_person1612_virus_2798.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006369_person1613_virus_2799 + subject_id: person1613 + split: train + image: images/Darwin_00006369_person1613_virus_2799.png + label: labels/Darwin_00006369_person1613_virus_2799.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006370_person1614_virus_2800 + subject_id: person1614 + split: train + image: images/Darwin_00006370_person1614_virus_2800.png + label: labels/Darwin_00006370_person1614_virus_2800.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006371_person1615_virus_2801 + subject_id: person1615 + split: test + image: images/Darwin_00006371_person1615_virus_2801.png + label: labels/Darwin_00006371_person1615_virus_2801.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006372_person1616_virus_2802 + subject_id: person1616 + split: train + image: images/Darwin_00006372_person1616_virus_2802.png + label: labels/Darwin_00006372_person1616_virus_2802.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006373_person1618_virus_2805 + subject_id: person1618 + split: val + image: images/Darwin_00006373_person1618_virus_2805.png + label: labels/Darwin_00006373_person1618_virus_2805.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006374_person1619_virus_2806 + subject_id: person1619 + split: val + image: images/Darwin_00006374_person1619_virus_2806.png + label: labels/Darwin_00006374_person1619_virus_2806.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006375_person1620_virus_2807 + subject_id: person1620 + split: train + image: images/Darwin_00006375_person1620_virus_2807.png + label: labels/Darwin_00006375_person1620_virus_2807.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006376_person1622_virus_2810 + subject_id: person1622 + split: train + image: images/Darwin_00006376_person1622_virus_2810.png + label: labels/Darwin_00006376_person1622_virus_2810.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006377_person1623_virus_2813 + subject_id: person1623 + split: train + image: images/Darwin_00006377_person1623_virus_2813.png + label: labels/Darwin_00006377_person1623_virus_2813.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006378_person1625_virus_2817 + subject_id: person1625 + split: train + image: images/Darwin_00006378_person1625_virus_2817.png + label: labels/Darwin_00006378_person1625_virus_2817.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006379_person1626_virus_2818 + subject_id: person1626 + split: test + image: images/Darwin_00006379_person1626_virus_2818.png + label: labels/Darwin_00006379_person1626_virus_2818.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006381_person1628_virus_2821 + subject_id: person1628 + split: train + image: images/Darwin_00006381_person1628_virus_2821.png + label: labels/Darwin_00006381_person1628_virus_2821.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006383_person1629_virus_2823 + subject_id: person1629 + split: val + image: images/Darwin_00006383_person1629_virus_2823.png + label: labels/Darwin_00006383_person1629_virus_2823.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006384_person1631_virus_2826 + subject_id: person1631 + split: test + image: images/Darwin_00006384_person1631_virus_2826.png + label: labels/Darwin_00006384_person1631_virus_2826.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006385_person1632_virus_2827 + subject_id: person1632 + split: val + image: images/Darwin_00006385_person1632_virus_2827.png + label: labels/Darwin_00006385_person1632_virus_2827.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006386_person1633_virus_2829 + subject_id: person1633 + split: train + image: images/Darwin_00006386_person1633_virus_2829.png + label: labels/Darwin_00006386_person1633_virus_2829.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006387_person1634_virus_2830 + subject_id: person1634 + split: train + image: images/Darwin_00006387_person1634_virus_2830.png + label: labels/Darwin_00006387_person1634_virus_2830.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006388_person1635_virus_2831 + subject_id: person1635 + split: train + image: images/Darwin_00006388_person1635_virus_2831.png + label: labels/Darwin_00006388_person1635_virus_2831.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006389_person1637_virus_2834 + subject_id: person1637 + split: train + image: images/Darwin_00006389_person1637_virus_2834.png + label: labels/Darwin_00006389_person1637_virus_2834.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006390_person1640_virus_2839 + subject_id: person1640 + split: train + image: images/Darwin_00006390_person1640_virus_2839.png + label: labels/Darwin_00006390_person1640_virus_2839.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006391_person1641_virus_2840 + subject_id: person1641 + split: train + image: images/Darwin_00006391_person1641_virus_2840.png + label: labels/Darwin_00006391_person1641_virus_2840.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006392_person1642_virus_2842 + subject_id: person1642 + split: train + image: images/Darwin_00006392_person1642_virus_2842.png + label: labels/Darwin_00006392_person1642_virus_2842.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006393_person1643_virus_2843 + subject_id: person1643 + split: train + image: images/Darwin_00006393_person1643_virus_2843.png + label: labels/Darwin_00006393_person1643_virus_2843.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006394_person1644_virus_2844 + subject_id: person1644 + split: train + image: images/Darwin_00006394_person1644_virus_2844.png + label: labels/Darwin_00006394_person1644_virus_2844.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006395_person1645_virus_2845 + subject_id: person1645 + split: train + image: images/Darwin_00006395_person1645_virus_2845.png + label: labels/Darwin_00006395_person1645_virus_2845.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006396_person1647_virus_2848 + subject_id: person1647 + split: test + image: images/Darwin_00006396_person1647_virus_2848.png + label: labels/Darwin_00006396_person1647_virus_2848.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006397_person1649_virus_2850 + subject_id: person1649 + split: train + image: images/Darwin_00006397_person1649_virus_2850.png + label: labels/Darwin_00006397_person1649_virus_2850.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006398_person1650_virus_2852 + subject_id: person1650 + split: train + image: images/Darwin_00006398_person1650_virus_2852.png + label: labels/Darwin_00006398_person1650_virus_2852.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006399_person1650_virus_2854 + subject_id: person1650 + split: train + image: images/Darwin_00006399_person1650_virus_2854.png + label: labels/Darwin_00006399_person1650_virus_2854.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006401_person1653_virus_2858 + subject_id: person1653 + split: train + image: images/Darwin_00006401_person1653_virus_2858.png + label: labels/Darwin_00006401_person1653_virus_2858.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006402_person1653_virus_2859 + subject_id: person1653 + split: train + image: images/Darwin_00006402_person1653_virus_2859.png + label: labels/Darwin_00006402_person1653_virus_2859.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006403_person1655_virus_2861 + subject_id: person1655 + split: test + image: images/Darwin_00006403_person1655_virus_2861.png + label: labels/Darwin_00006403_person1655_virus_2861.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006404_person1656_virus_2862 + subject_id: person1656 + split: train + image: images/Darwin_00006404_person1656_virus_2862.png + label: labels/Darwin_00006404_person1656_virus_2862.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006405_person1657_virus_2864 + subject_id: person1657 + split: test + image: images/Darwin_00006405_person1657_virus_2864.png + label: labels/Darwin_00006405_person1657_virus_2864.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006406_person1659_virus_2867 + subject_id: person1659 + split: train + image: images/Darwin_00006406_person1659_virus_2867.png + label: labels/Darwin_00006406_person1659_virus_2867.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006407_person1660_virus_2869 + subject_id: person1660 + split: val + image: images/Darwin_00006407_person1660_virus_2869.png + label: labels/Darwin_00006407_person1660_virus_2869.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006408_person1661_virus_2872 + subject_id: person1661 + split: train + image: images/Darwin_00006408_person1661_virus_2872.png + label: labels/Darwin_00006408_person1661_virus_2872.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006410_person1662_virus_2875 + subject_id: person1662 + split: train + image: images/Darwin_00006410_person1662_virus_2875.png + label: labels/Darwin_00006410_person1662_virus_2875.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006411_person1663_virus_2876 + subject_id: person1663 + split: train + image: images/Darwin_00006411_person1663_virus_2876.png + label: labels/Darwin_00006411_person1663_virus_2876.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006412_person1664_virus_2877 + subject_id: person1664 + split: val + image: images/Darwin_00006412_person1664_virus_2877.png + label: labels/Darwin_00006412_person1664_virus_2877.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006413_person1665_virus_2878 + subject_id: person1665 + split: val + image: images/Darwin_00006413_person1665_virus_2878.png + label: labels/Darwin_00006413_person1665_virus_2878.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006414_person1667_virus_2881 + subject_id: person1667 + split: train + image: images/Darwin_00006414_person1667_virus_2881.png + label: labels/Darwin_00006414_person1667_virus_2881.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006415_person1668_virus_2882 + subject_id: person1668 + split: train + image: images/Darwin_00006415_person1668_virus_2882.png + label: labels/Darwin_00006415_person1668_virus_2882.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006416_person1669_virus_2884 + subject_id: person1669 + split: train + image: images/Darwin_00006416_person1669_virus_2884.png + label: labels/Darwin_00006416_person1669_virus_2884.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006417_person1669_virus_2885 + subject_id: person1669 + split: train + image: images/Darwin_00006417_person1669_virus_2885.png + label: labels/Darwin_00006417_person1669_virus_2885.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006418_person1670_virus_2886 + subject_id: person1670 + split: train + image: images/Darwin_00006418_person1670_virus_2886.png + label: labels/Darwin_00006418_person1670_virus_2886.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006419_person1671_virus_2887 + subject_id: person1671 + split: train + image: images/Darwin_00006419_person1671_virus_2887.png + label: labels/Darwin_00006419_person1671_virus_2887.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006420_person1672_virus_2888 + subject_id: person1672 + split: train + image: images/Darwin_00006420_person1672_virus_2888.png + label: labels/Darwin_00006420_person1672_virus_2888.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006421_person1673_virus_2889 + subject_id: person1673 + split: train + image: images/Darwin_00006421_person1673_virus_2889.png + label: labels/Darwin_00006421_person1673_virus_2889.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006422_person1674_virus_2890 + subject_id: person1674 + split: train + image: images/Darwin_00006422_person1674_virus_2890.png + label: labels/Darwin_00006422_person1674_virus_2890.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006423_person1675_virus_2891 + subject_id: person1675 + split: train + image: images/Darwin_00006423_person1675_virus_2891.png + label: labels/Darwin_00006423_person1675_virus_2891.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006424_person1676_virus_2892 + subject_id: person1676 + split: train + image: images/Darwin_00006424_person1676_virus_2892.png + label: labels/Darwin_00006424_person1676_virus_2892.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006425_person1678_virus_2895 + subject_id: person1678 + split: train + image: images/Darwin_00006425_person1678_virus_2895.png + label: labels/Darwin_00006425_person1678_virus_2895.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006426_person1679_virus_2896 + subject_id: person1679 + split: train + image: images/Darwin_00006426_person1679_virus_2896.png + label: labels/Darwin_00006426_person1679_virus_2896.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006427_person1680_virus_2897 + subject_id: person1680 + split: val + image: images/Darwin_00006427_person1680_virus_2897.png + label: labels/Darwin_00006427_person1680_virus_2897.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006428_person1682_virus_2899 + subject_id: person1682 + split: train + image: images/Darwin_00006428_person1682_virus_2899.png + label: labels/Darwin_00006428_person1682_virus_2899.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006429_person1685_virus_2903 + subject_id: person1685 + split: train + image: images/Darwin_00006429_person1685_virus_2903.png + label: labels/Darwin_00006429_person1685_virus_2903.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006431_covid-19-pneumonia-21 + subject_id: Darwin_00006431_covid-19-pneumonia-21 + split: train + image: images/Darwin_00006431_covid-19-pneumonia-21.png + label: labels/Darwin_00006431_covid-19-pneumonia-21.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006432_a-1690x2048 + subject_id: Darwin_00006432_a-1690x2048 + split: train + image: images/Darwin_00006432_a-1690x2048.png + label: labels/Darwin_00006432_a-1690x2048.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006433_c-1-2048x1684 + subject_id: Darwin_00006433_c-1-2048x1684 + split: test + image: images/Darwin_00006433_c-1-2048x1684.png + label: labels/Darwin_00006433_c-1-2048x1684.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006434_0a7faa2a + subject_id: Darwin_00006434_0a7faa2a + split: test + image: images/Darwin_00006434_0a7faa2a.png + label: labels/Darwin_00006434_0a7faa2a.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006435_00cfd1c1 + subject_id: Darwin_00006435_00cfd1c1 + split: train + image: images/Darwin_00006435_00cfd1c1.png + label: labels/Darwin_00006435_00cfd1c1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006436_000001-2 + subject_id: Darwin_00006436_000001-2 + split: train + image: images/Darwin_00006436_000001-2.png + label: labels/Darwin_00006436_000001-2.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006438_000001-6 + subject_id: Darwin_00006438_000001-6 + split: train + image: images/Darwin_00006438_000001-6.png + label: labels/Darwin_00006438_000001-6.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006442_000001-17 + subject_id: Darwin_00006442_000001-17 + split: train + image: images/Darwin_00006442_000001-17.png + label: labels/Darwin_00006442_000001-17.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006443_000001-19 + subject_id: Darwin_00006443_000001-19 + split: train + image: images/Darwin_00006443_000001-19.png + label: labels/Darwin_00006443_000001-19.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006444_000001-24 + subject_id: Darwin_00006444_000001-24 + split: train + image: images/Darwin_00006444_000001-24.png + label: labels/Darwin_00006444_000001-24.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006445_000001-27 + subject_id: Darwin_00006445_000001-27 + split: train + image: images/Darwin_00006445_000001-27.png + label: labels/Darwin_00006445_000001-27.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006446_1-s2.0-S1341321X20301124-gr3_lrg-a + subject_id: Darwin_00006446_1-s2.0-S1341321X20301124-gr3_lrg-a + split: test + image: images/Darwin_00006446_1-s2.0-S1341321X20301124-gr3_lrg-a.png + label: labels/Darwin_00006446_1-s2.0-S1341321X20301124-gr3_lrg-a.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006447_1-s2.0-S1341321X20301124-gr3_lrg-b + subject_id: Darwin_00006447_1-s2.0-S1341321X20301124-gr3_lrg-b + split: train + image: images/Darwin_00006447_1-s2.0-S1341321X20301124-gr3_lrg-b.png + label: labels/Darwin_00006447_1-s2.0-S1341321X20301124-gr3_lrg-b.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006448_1-s2.0-S1341321X20301124-gr3_lrg-c + subject_id: Darwin_00006448_1-s2.0-S1341321X20301124-gr3_lrg-c + split: train + image: images/Darwin_00006448_1-s2.0-S1341321X20301124-gr3_lrg-c.png + label: labels/Darwin_00006448_1-s2.0-S1341321X20301124-gr3_lrg-c.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006449_1-s2.0-S1341321X20301124-gr3_lrg-d + subject_id: Darwin_00006449_1-s2.0-S1341321X20301124-gr3_lrg-d + split: train + image: images/Darwin_00006449_1-s2.0-S1341321X20301124-gr3_lrg-d.png + label: labels/Darwin_00006449_1-s2.0-S1341321X20301124-gr3_lrg-d.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006450_1-s2.0-S1341321X20301124-gr3_lrg-e + subject_id: Darwin_00006450_1-s2.0-S1341321X20301124-gr3_lrg-e + split: train + image: images/Darwin_00006450_1-s2.0-S1341321X20301124-gr3_lrg-e.png + label: labels/Darwin_00006450_1-s2.0-S1341321X20301124-gr3_lrg-e.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006451_1-s2.0-S0085253820303616-gr1_lrg-a + subject_id: Darwin_00006451_1-s2.0-S0085253820303616-gr1_lrg-a + split: val + image: images/Darwin_00006451_1-s2.0-S0085253820303616-gr1_lrg-a.png + label: labels/Darwin_00006451_1-s2.0-S0085253820303616-gr1_lrg-a.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006452_1-s2.0-S0085253820303616-gr1_lrg-b + subject_id: Darwin_00006452_1-s2.0-S0085253820303616-gr1_lrg-b + split: val + image: images/Darwin_00006452_1-s2.0-S0085253820303616-gr1_lrg-b.png + label: labels/Darwin_00006452_1-s2.0-S0085253820303616-gr1_lrg-b.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006453_1-s2.0-S0140673620303706-fx1_lrg + subject_id: Darwin_00006453_1-s2.0-S0140673620303706-fx1_lrg + split: train + image: images/Darwin_00006453_1-s2.0-S0140673620303706-fx1_lrg.png + label: labels/Darwin_00006453_1-s2.0-S0140673620303706-fx1_lrg.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006454_1-s2.0-S0196070920301691-gr3_lrg + subject_id: Darwin_00006454_1-s2.0-S0196070920301691-gr3_lrg + split: val + image: images/Darwin_00006454_1-s2.0-S0196070920301691-gr3_lrg.png + label: labels/Darwin_00006454_1-s2.0-S0196070920301691-gr3_lrg.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006455_1-s2.0-S0735675720302746-gr1_lrg + subject_id: Darwin_00006455_1-s2.0-S0735675720302746-gr1_lrg + split: train + image: images/Darwin_00006455_1-s2.0-S0735675720302746-gr1_lrg.png + label: labels/Darwin_00006455_1-s2.0-S0735675720302746-gr1_lrg.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006456_1-s2.0-S0889159120306851-gr2b_lrg + subject_id: Darwin_00006456_1-s2.0-S0889159120306851-gr2b_lrg + split: train + image: images/Darwin_00006456_1-s2.0-S0889159120306851-gr2b_lrg.png + label: labels/Darwin_00006456_1-s2.0-S0889159120306851-gr2b_lrg.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006457_1-s2.0-S0929664620300449-gr2_lrg-a + subject_id: Darwin_00006457_1-s2.0-S0929664620300449-gr2_lrg-a + split: test + image: images/Darwin_00006457_1-s2.0-S0929664620300449-gr2_lrg-a.png + label: labels/Darwin_00006457_1-s2.0-S0929664620300449-gr2_lrg-a.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006458_1-s2.0-S0929664620300449-gr2_lrg-b + subject_id: Darwin_00006458_1-s2.0-S0929664620300449-gr2_lrg-b + split: train + image: images/Darwin_00006458_1-s2.0-S0929664620300449-gr2_lrg-b.png + label: labels/Darwin_00006458_1-s2.0-S0929664620300449-gr2_lrg-b.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006459_1-s2.0-S0929664620300449-gr2_lrg-c + subject_id: Darwin_00006459_1-s2.0-S0929664620300449-gr2_lrg-c + split: train + image: images/Darwin_00006459_1-s2.0-S0929664620300449-gr2_lrg-c.png + label: labels/Darwin_00006459_1-s2.0-S0929664620300449-gr2_lrg-c.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006460_1-s2.0-S0929664620300449-gr2_lrg-d + subject_id: Darwin_00006460_1-s2.0-S0929664620300449-gr2_lrg-d + split: test + image: images/Darwin_00006460_1-s2.0-S0929664620300449-gr2_lrg-d.png + label: labels/Darwin_00006460_1-s2.0-S0929664620300449-gr2_lrg-d.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006467_1-s2.0-S1521661620303314-gr1_lrg-a + subject_id: Darwin_00006467_1-s2.0-S1521661620303314-gr1_lrg-a + split: train + image: images/Darwin_00006467_1-s2.0-S1521661620303314-gr1_lrg-a.png + label: labels/Darwin_00006467_1-s2.0-S1521661620303314-gr1_lrg-a.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006468_1-s2.0-S1521661620303314-gr1_lrg-b + subject_id: Darwin_00006468_1-s2.0-S1521661620303314-gr1_lrg-b + split: train + image: images/Darwin_00006468_1-s2.0-S1521661620303314-gr1_lrg-b.png + label: labels/Darwin_00006468_1-s2.0-S1521661620303314-gr1_lrg-b.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006469_1-s2.0-S1684118220300372-gr1_lrg-a + subject_id: Darwin_00006469_1-s2.0-S1684118220300372-gr1_lrg-a + split: train + image: images/Darwin_00006469_1-s2.0-S1684118220300372-gr1_lrg-a.png + label: labels/Darwin_00006469_1-s2.0-S1684118220300372-gr1_lrg-a.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006470_1-s2.0-S1684118220300372-gr1_lrg-b + subject_id: Darwin_00006470_1-s2.0-S1684118220300372-gr1_lrg-b + split: train + image: images/Darwin_00006470_1-s2.0-S1684118220300372-gr1_lrg-b.png + label: labels/Darwin_00006470_1-s2.0-S1684118220300372-gr1_lrg-b.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006477_1-s2.0-S1931312820301852-gr1_lrg-a + subject_id: Darwin_00006477_1-s2.0-S1931312820301852-gr1_lrg-a + split: val + image: images/Darwin_00006477_1-s2.0-S1931312820301852-gr1_lrg-a.png + label: labels/Darwin_00006477_1-s2.0-S1931312820301852-gr1_lrg-a.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006478_1-s2.0-S1931312820301852-gr1_lrg-b + subject_id: Darwin_00006478_1-s2.0-S1931312820301852-gr1_lrg-b + split: train + image: images/Darwin_00006478_1-s2.0-S1931312820301852-gr1_lrg-b.png + label: labels/Darwin_00006478_1-s2.0-S1931312820301852-gr1_lrg-b.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006479_1-s2.0-S1931312820301852-gr1_lrg-c + subject_id: Darwin_00006479_1-s2.0-S1931312820301852-gr1_lrg-c + split: test + image: images/Darwin_00006479_1-s2.0-S1931312820301852-gr1_lrg-c.png + label: labels/Darwin_00006479_1-s2.0-S1931312820301852-gr1_lrg-c.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006480_1-s2.0-S2213716520301168-gr1_lrg-a + subject_id: Darwin_00006480_1-s2.0-S2213716520301168-gr1_lrg-a + split: train + image: images/Darwin_00006480_1-s2.0-S2213716520301168-gr1_lrg-a.png + label: labels/Darwin_00006480_1-s2.0-S2213716520301168-gr1_lrg-a.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006481_1-s2.0-S2213716520301168-gr1_lrg-b + subject_id: Darwin_00006481_1-s2.0-S2213716520301168-gr1_lrg-b + split: train + image: images/Darwin_00006481_1-s2.0-S2213716520301168-gr1_lrg-b.png + label: labels/Darwin_00006481_1-s2.0-S2213716520301168-gr1_lrg-b.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006482_1-s2.0-S2213716520301168-gr1_lrg-c + subject_id: Darwin_00006482_1-s2.0-S2213716520301168-gr1_lrg-c + split: train + image: images/Darwin_00006482_1-s2.0-S2213716520301168-gr1_lrg-c.png + label: labels/Darwin_00006482_1-s2.0-S2213716520301168-gr1_lrg-c.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006483_1-s2.0-S2214250920300706-gr1_lrg + subject_id: Darwin_00006483_1-s2.0-S2214250920300706-gr1_lrg + split: train + image: images/Darwin_00006483_1-s2.0-S2214250920300706-gr1_lrg.png + label: labels/Darwin_00006483_1-s2.0-S2214250920300706-gr1_lrg.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006484_1-s2.0-S2214250920300706-gr2_lrg + subject_id: Darwin_00006484_1-s2.0-S2214250920300706-gr2_lrg + split: test + image: images/Darwin_00006484_1-s2.0-S2214250920300706-gr2_lrg.png + label: labels/Darwin_00006484_1-s2.0-S2214250920300706-gr2_lrg.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006485_1-s2.0-S2214250920300706-gr5_lrg + subject_id: Darwin_00006485_1-s2.0-S2214250920300706-gr5_lrg + split: train + image: images/Darwin_00006485_1-s2.0-S2214250920300706-gr5_lrg.png + label: labels/Darwin_00006485_1-s2.0-S2214250920300706-gr5_lrg.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006486_1-s2.0-S2214250920300834-gr1_lrg-b + subject_id: Darwin_00006486_1-s2.0-S2214250920300834-gr1_lrg-b + split: train + image: images/Darwin_00006486_1-s2.0-S2214250920300834-gr1_lrg-b.png + label: labels/Darwin_00006486_1-s2.0-S2214250920300834-gr1_lrg-b.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006487_1-s2.0-S2214250920300834-gr1_lrg-c + subject_id: Darwin_00006487_1-s2.0-S2214250920300834-gr1_lrg-c + split: val + image: images/Darwin_00006487_1-s2.0-S2214250920300834-gr1_lrg-c.png + label: labels/Darwin_00006487_1-s2.0-S2214250920300834-gr1_lrg-c.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006488_1-s2.0-S2214250920300834-gr1_lrg-d + subject_id: Darwin_00006488_1-s2.0-S2214250920300834-gr1_lrg-d + split: train + image: images/Darwin_00006488_1-s2.0-S2214250920300834-gr1_lrg-d.png + label: labels/Darwin_00006488_1-s2.0-S2214250920300834-gr1_lrg-d.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006489_1-s2.0-S2387020620301959-gr3_lrg-a + subject_id: Darwin_00006489_1-s2.0-S2387020620301959-gr3_lrg-a + split: train + image: images/Darwin_00006489_1-s2.0-S2387020620301959-gr3_lrg-a.png + label: labels/Darwin_00006489_1-s2.0-S2387020620301959-gr3_lrg-a.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006494_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-000-fig1a + subject_id: Darwin_00006494_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-000-fig1a + split: train + image: images/Darwin_00006494_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-000-fig1a.png + label: labels/Darwin_00006494_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-000-fig1a.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006496_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-001-fig2a + subject_id: Darwin_00006496_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-001-fig2a + split: val + image: images/Darwin_00006496_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-001-fig2a.png + label: labels/Darwin_00006496_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-001-fig2a.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006498_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-002-fig3a + subject_id: Darwin_00006498_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-002-fig3a + split: train + image: images/Darwin_00006498_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-002-fig3a.png + label: labels/Darwin_00006498_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-002-fig3a.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006499_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-002-fig3b + subject_id: Darwin_00006499_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-002-fig3b + split: train + image: images/Darwin_00006499_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-002-fig3b.png + label: labels/Darwin_00006499_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-002-fig3b.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006500_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-003-fig4a + subject_id: Darwin_00006500_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-003-fig4a + split: train + image: images/Darwin_00006500_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-003-fig4a.png + label: labels/Darwin_00006500_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-003-fig4a.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006501_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-003-fig4b + subject_id: Darwin_00006501_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-003-fig4b + split: test + image: images/Darwin_00006501_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-003-fig4b.png + label: labels/Darwin_00006501_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-003-fig4b.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006503_1B734A89-A1BF-49A8-A1D3-66FAFA4FAC5D + subject_id: Darwin_00006503_1B734A89-A1BF-49A8-A1D3-66FAFA4FAC5D + split: train + image: images/Darwin_00006503_1B734A89-A1BF-49A8-A1D3-66FAFA4FAC5D.png + label: labels/Darwin_00006503_1B734A89-A1BF-49A8-A1D3-66FAFA4FAC5D.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006504_1d435a4b + subject_id: Darwin_00006504_1d435a4b + split: train + image: images/Darwin_00006504_1d435a4b.png + label: labels/Darwin_00006504_1d435a4b.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006505_01E392EE-69F9-4E33-BFCE-E5C968654078 + subject_id: Darwin_00006505_01E392EE-69F9-4E33-BFCE-E5C968654078 + split: test + image: images/Darwin_00006505_01E392EE-69F9-4E33-BFCE-E5C968654078.png + label: labels/Darwin_00006505_01E392EE-69F9-4E33-BFCE-E5C968654078.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006506_1f8a4a54 + subject_id: Darwin_00006506_1f8a4a54 + split: val + image: images/Darwin_00006506_1f8a4a54.png + label: labels/Darwin_00006506_1f8a4a54.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006507_1F6343EE-AFEC-4B7D-97F5-62797EE18767 + subject_id: Darwin_00006507_1F6343EE-AFEC-4B7D-97F5-62797EE18767 + split: train + image: images/Darwin_00006507_1F6343EE-AFEC-4B7D-97F5-62797EE18767.png + label: labels/Darwin_00006507_1F6343EE-AFEC-4B7D-97F5-62797EE18767.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006519_2-chest-filmc + subject_id: Darwin_00006519_2-chest-filmc + split: val + image: images/Darwin_00006519_2-chest-filmc.png + label: labels/Darwin_00006519_2-chest-filmc.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006520_2B8649B2-00C4-4233-85D5-1CE240CF233B + subject_id: Darwin_00006520_2B8649B2-00C4-4233-85D5-1CE240CF233B + split: val + image: images/Darwin_00006520_2B8649B2-00C4-4233-85D5-1CE240CF233B.png + label: labels/Darwin_00006520_2B8649B2-00C4-4233-85D5-1CE240CF233B.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006521_02b76460 + subject_id: Darwin_00006521_02b76460 + split: train + image: images/Darwin_00006521_02b76460.png + label: labels/Darwin_00006521_02b76460.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006522_2C10A413-AABE-4807-8CCE-6A2025594067 + subject_id: Darwin_00006522_2C10A413-AABE-4807-8CCE-6A2025594067 + split: train + image: images/Darwin_00006522_2C10A413-AABE-4807-8CCE-6A2025594067.png + label: labels/Darwin_00006522_2C10A413-AABE-4807-8CCE-6A2025594067.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006523_2C26F453-AF3B-4517-BB9E-802CF2179543 + subject_id: Darwin_00006523_2C26F453-AF3B-4517-BB9E-802CF2179543 + split: train + image: images/Darwin_00006523_2C26F453-AF3B-4517-BB9E-802CF2179543.png + label: labels/Darwin_00006523_2C26F453-AF3B-4517-BB9E-802CF2179543.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006524_2c35005f + subject_id: Darwin_00006524_2c35005f + split: train + image: images/Darwin_00006524_2c35005f.png + label: labels/Darwin_00006524_2c35005f.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006525_2cd63b76 + subject_id: Darwin_00006525_2cd63b76 + split: train + image: images/Darwin_00006525_2cd63b76.png + label: labels/Darwin_00006525_2cd63b76.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006527_3b46de94 + subject_id: Darwin_00006527_3b46de94 + split: train + image: images/Darwin_00006527_3b46de94.png + label: labels/Darwin_00006527_3b46de94.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006528_03BF7561-A9BA-4C3C-B8A0-D3E585F73F3C + subject_id: Darwin_00006528_03BF7561-A9BA-4C3C-B8A0-D3E585F73F3C + split: train + image: images/Darwin_00006528_03BF7561-A9BA-4C3C-B8A0-D3E585F73F3C.png + label: labels/Darwin_00006528_03BF7561-A9BA-4C3C-B8A0-D3E585F73F3C.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006529_3dedeb92 + subject_id: Darwin_00006529_3dedeb92 + split: train + image: images/Darwin_00006529_3dedeb92.png + label: labels/Darwin_00006529_3dedeb92.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006531_3fd337c1 + subject_id: Darwin_00006531_3fd337c1 + split: train + image: images/Darwin_00006531_3fd337c1.png + label: labels/Darwin_00006531_3fd337c1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006533_4ad30bc6-2da0-4f84-bc9b-62acabfd518a.annot.original + subject_id: Darwin_00006533_4ad30bc6-2da0-4f84-bc9b-62acabfd518a.annot.original + split: test + image: images/Darwin_00006533_4ad30bc6-2da0-4f84-bc9b-62acabfd518a.annot.original.png + label: labels/Darwin_00006533_4ad30bc6-2da0-4f84-bc9b-62acabfd518a.annot.original.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006534_4c0fcf57 + subject_id: Darwin_00006534_4c0fcf57 + split: val + image: images/Darwin_00006534_4c0fcf57.png + label: labels/Darwin_00006534_4c0fcf57.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006536_4d98e1de + subject_id: Darwin_00006536_4d98e1de + split: train + image: images/Darwin_00006536_4d98e1de.png + label: labels/Darwin_00006536_4d98e1de.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006537_4e43e48d52c9e2d4c6c1fb9bc1544f_jumbo + subject_id: Darwin_00006537_4e43e48d52c9e2d4c6c1fb9bc1544f_jumbo + split: test + image: images/Darwin_00006537_4e43e48d52c9e2d4c6c1fb9bc1544f_jumbo.png + label: labels/Darwin_00006537_4e43e48d52c9e2d4c6c1fb9bc1544f_jumbo.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006538_4fcafe41 + subject_id: Darwin_00006538_4fcafe41 + split: train + image: images/Darwin_00006538_4fcafe41.png + label: labels/Darwin_00006538_4fcafe41.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006539_4fed5061 + subject_id: Darwin_00006539_4fed5061 + split: train + image: images/Darwin_00006539_4fed5061.png + label: labels/Darwin_00006539_4fed5061.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006540_000005-3 + subject_id: Darwin_00006540_000005-3 + split: val + image: images/Darwin_00006540_000005-3.png + label: labels/Darwin_00006540_000005-3.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006543_5A78BCA9-5B7A-440D-8A4E-AE7710EA6EAD + subject_id: Darwin_00006543_5A78BCA9-5B7A-440D-8A4E-AE7710EA6EAD + split: val + image: images/Darwin_00006543_5A78BCA9-5B7A-440D-8A4E-AE7710EA6EAD.png + label: labels/Darwin_00006543_5A78BCA9-5B7A-440D-8A4E-AE7710EA6EAD.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006544_5acb8ac5 + subject_id: Darwin_00006544_5acb8ac5 + split: val + image: images/Darwin_00006544_5acb8ac5.png + label: labels/Darwin_00006544_5acb8ac5.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006545_5CBC2E94-D358-401E-8928-965CCD965C5C + subject_id: Darwin_00006545_5CBC2E94-D358-401E-8928-965CCD965C5C + split: train + image: images/Darwin_00006545_5CBC2E94-D358-401E-8928-965CCD965C5C.png + label: labels/Darwin_00006545_5CBC2E94-D358-401E-8928-965CCD965C5C.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006546_5e6dd879fde9502400e58b2f + subject_id: Darwin_00006546_5e6dd879fde9502400e58b2f + split: train + image: images/Darwin_00006546_5e6dd879fde9502400e58b2f.png + label: labels/Darwin_00006546_5e6dd879fde9502400e58b2f.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006547_5f619d7e + subject_id: Darwin_00006547_5f619d7e + split: train + image: images/Darwin_00006547_5f619d7e.png + label: labels/Darwin_00006547_5f619d7e.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006548_000006-2 + subject_id: Darwin_00006548_000006-2 + split: train + image: images/Darwin_00006548_000006-2.png + label: labels/Darwin_00006548_000006-2.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006549_000006-12 + subject_id: Darwin_00006549_000006-12 + split: train + image: images/Darwin_00006549_000006-12.png + label: labels/Darwin_00006549_000006-12.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006550_000006-17 + subject_id: Darwin_00006550_000006-17 + split: train + image: images/Darwin_00006550_000006-17.png + label: labels/Darwin_00006550_000006-17.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006553_6b44464d-73a7-4cf3-bbb6-ffe7168300e3.annot.original + subject_id: Darwin_00006553_6b44464d-73a7-4cf3-bbb6-ffe7168300e3.annot.original + split: test + image: images/Darwin_00006553_6b44464d-73a7-4cf3-bbb6-ffe7168300e3.annot.original.png + label: labels/Darwin_00006553_6b44464d-73a7-4cf3-bbb6-ffe7168300e3.annot.original.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006554_6C94A287-C059-46A0-8600-AFB95F4727B7 + subject_id: Darwin_00006554_6C94A287-C059-46A0-8600-AFB95F4727B7 + split: val + image: images/Darwin_00006554_6C94A287-C059-46A0-8600-AFB95F4727B7.png + label: labels/Darwin_00006554_6C94A287-C059-46A0-8600-AFB95F4727B7.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006555_6CB4EFC6-68FA-4CD5-940C-BEFA8DAFE9A7 + subject_id: Darwin_00006555_6CB4EFC6-68FA-4CD5-940C-BEFA8DAFE9A7 + split: train + image: images/Darwin_00006555_6CB4EFC6-68FA-4CD5-940C-BEFA8DAFE9A7.png + label: labels/Darwin_00006555_6CB4EFC6-68FA-4CD5-940C-BEFA8DAFE9A7.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006556_000007-2 + subject_id: Darwin_00006556_000007-2 + split: train + image: images/Darwin_00006556_000007-2.png + label: labels/Darwin_00006556_000007-2.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006557_000007-15 + subject_id: Darwin_00006557_000007-15 + split: train + image: images/Darwin_00006557_000007-15.png + label: labels/Darwin_00006557_000007-15.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006559_7AF6C1AF-D249-4BD2-8C26-449304105D03 + subject_id: Darwin_00006559_7AF6C1AF-D249-4BD2-8C26-449304105D03 + split: train + image: images/Darwin_00006559_7AF6C1AF-D249-4BD2-8C26-449304105D03.png + label: labels/Darwin_00006559_7AF6C1AF-D249-4BD2-8C26-449304105D03.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006560_7afaaccc + subject_id: Darwin_00006560_7afaaccc + split: train + image: images/Darwin_00006560_7afaaccc.png + label: labels/Darwin_00006560_7afaaccc.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006561_7c0d0e1d + subject_id: Darwin_00006561_7c0d0e1d + split: train + image: images/Darwin_00006561_7c0d0e1d.png + label: labels/Darwin_00006561_7c0d0e1d.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006562_7C69C012-7479-493F-8722-ABC29C60A2DD + subject_id: Darwin_00006562_7C69C012-7479-493F-8722-ABC29C60A2DD + split: test + image: images/Darwin_00006562_7C69C012-7479-493F-8722-ABC29C60A2DD.png + label: labels/Darwin_00006562_7C69C012-7479-493F-8722-ABC29C60A2DD.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006563_7D2CF6CE-F529-4470-8356-D33FFAF98600 + subject_id: Darwin_00006563_7D2CF6CE-F529-4470-8356-D33FFAF98600 + split: val + image: images/Darwin_00006563_7D2CF6CE-F529-4470-8356-D33FFAF98600.png + label: labels/Darwin_00006563_7D2CF6CE-F529-4470-8356-D33FFAF98600.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006564_7E335538-2F86-424E-A0AB-6397783A38D0 + subject_id: Darwin_00006564_7E335538-2F86-424E-A0AB-6397783A38D0 + split: train + image: images/Darwin_00006564_7E335538-2F86-424E-A0AB-6397783A38D0.png + label: labels/Darwin_00006564_7E335538-2F86-424E-A0AB-6397783A38D0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006565_7EF28E12-F628-4BEC-A8C5-E6277C2E4F60 + subject_id: Darwin_00006565_7EF28E12-F628-4BEC-A8C5-E6277C2E4F60 + split: val + image: images/Darwin_00006565_7EF28E12-F628-4BEC-A8C5-E6277C2E4F60.png + label: labels/Darwin_00006565_7EF28E12-F628-4BEC-A8C5-E6277C2E4F60.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006567_08d780ae + subject_id: Darwin_00006567_08d780ae + split: train + image: images/Darwin_00006567_08d780ae.png + label: labels/Darwin_00006567_08d780ae.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006568_8da14fff + subject_id: Darwin_00006568_8da14fff + split: train + image: images/Darwin_00006568_8da14fff.png + label: labels/Darwin_00006568_8da14fff.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006569_8fc103ca + subject_id: Darwin_00006569_8fc103ca + split: train + image: images/Darwin_00006569_8fc103ca.png + label: labels/Darwin_00006569_8fc103ca.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006570_8FDE8DBA-CFBD-4B4C-B1A4-6F36A93B7E87 + subject_id: Darwin_00006570_8FDE8DBA-CFBD-4B4C-B1A4-6F36A93B7E87 + split: test + image: images/Darwin_00006570_8FDE8DBA-CFBD-4B4C-B1A4-6F36A93B7E87.png + label: labels/Darwin_00006570_8FDE8DBA-CFBD-4B4C-B1A4-6F36A93B7E87.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006572_9C34AF49-E589-44D5-92D3-168B3B04E4A6 + subject_id: Darwin_00006572_9C34AF49-E589-44D5-92D3-168B3B04E4A6 + split: val + image: images/Darwin_00006572_9C34AF49-E589-44D5-92D3-168B3B04E4A6.png + label: labels/Darwin_00006572_9C34AF49-E589-44D5-92D3-168B3B04E4A6.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006573_9d36404d + subject_id: Darwin_00006573_9d36404d + split: train + image: images/Darwin_00006573_9d36404d.png + label: labels/Darwin_00006573_9d36404d.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006574_9eca9ade + subject_id: Darwin_00006574_9eca9ade + split: train + image: images/Darwin_00006574_9eca9ade.png + label: labels/Darwin_00006574_9eca9ade.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006575_9fdd3c3032296fd04d2cad5d9070d4_jumbo + subject_id: Darwin_00006575_9fdd3c3032296fd04d2cad5d9070d4_jumbo + split: train + image: images/Darwin_00006575_9fdd3c3032296fd04d2cad5d9070d4_jumbo.png + label: labels/Darwin_00006575_9fdd3c3032296fd04d2cad5d9070d4_jumbo.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006576_000010-2 + subject_id: Darwin_00006576_000010-2 + split: val + image: images/Darwin_00006576_000010-2.png + label: labels/Darwin_00006576_000010-2.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006581_10.1016-slash-j.cardfail.2020.04.007-a + subject_id: Darwin_00006581_10.1016-slash-j.cardfail.2020.04.007-a + split: train + image: images/Darwin_00006581_10.1016-slash-j.cardfail.2020.04.007-a.png + label: labels/Darwin_00006581_10.1016-slash-j.cardfail.2020.04.007-a.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006582_10.1016-slash-j.cardfail.2020.04.007-b + subject_id: Darwin_00006582_10.1016-slash-j.cardfail.2020.04.007-b + split: train + image: images/Darwin_00006582_10.1016-slash-j.cardfail.2020.04.007-b.png + label: labels/Darwin_00006582_10.1016-slash-j.cardfail.2020.04.007-b.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006583_10.1016-slash-j.chest.2020.04.024 + subject_id: Darwin_00006583_10.1016-slash-j.chest.2020.04.024 + split: train + image: images/Darwin_00006583_10.1016-slash-j.chest.2020.04.024.png + label: labels/Darwin_00006583_10.1016-slash-j.chest.2020.04.024.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006584_10.1016-slash-j.crad.2020.04.002-a + subject_id: Darwin_00006584_10.1016-slash-j.crad.2020.04.002-a + split: val + image: images/Darwin_00006584_10.1016-slash-j.crad.2020.04.002-a.png + label: labels/Darwin_00006584_10.1016-slash-j.crad.2020.04.002-a.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006585_10.1016-slash-j.crad.2020.04.002-b + subject_id: Darwin_00006585_10.1016-slash-j.crad.2020.04.002-b + split: train + image: images/Darwin_00006585_10.1016-slash-j.crad.2020.04.002-b.png + label: labels/Darwin_00006585_10.1016-slash-j.crad.2020.04.002-b.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006586_10.1016-slash-j.crad.2020.04.002-c + subject_id: Darwin_00006586_10.1016-slash-j.crad.2020.04.002-c + split: train + image: images/Darwin_00006586_10.1016-slash-j.crad.2020.04.002-c.png + label: labels/Darwin_00006586_10.1016-slash-j.crad.2020.04.002-c.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006587_10.1016-slash-j.healun.2020.04.004 + subject_id: Darwin_00006587_10.1016-slash-j.healun.2020.04.004 + split: train + image: images/Darwin_00006587_10.1016-slash-j.healun.2020.04.004.png + label: labels/Darwin_00006587_10.1016-slash-j.healun.2020.04.004.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006588_10.1016-slash-j.hrcr.2020.04.015-a + subject_id: Darwin_00006588_10.1016-slash-j.hrcr.2020.04.015-a + split: test + image: images/Darwin_00006588_10.1016-slash-j.hrcr.2020.04.015-a.png + label: labels/Darwin_00006588_10.1016-slash-j.hrcr.2020.04.015-a.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006589_10.1016-slash-j.hrcr.2020.04.015-b + subject_id: Darwin_00006589_10.1016-slash-j.hrcr.2020.04.015-b + split: train + image: images/Darwin_00006589_10.1016-slash-j.hrcr.2020.04.015-b.png + label: labels/Darwin_00006589_10.1016-slash-j.hrcr.2020.04.015-b.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006590_10.1016-slash-j.hrcr.2020.04.015-fig3-a + subject_id: Darwin_00006590_10.1016-slash-j.hrcr.2020.04.015-fig3-a + split: test + image: images/Darwin_00006590_10.1016-slash-j.hrcr.2020.04.015-fig3-a.png + label: labels/Darwin_00006590_10.1016-slash-j.hrcr.2020.04.015-fig3-a.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006591_10.1016-slash-j.hrcr.2020.04.015-fig3-b + subject_id: Darwin_00006591_10.1016-slash-j.hrcr.2020.04.015-fig3-b + split: train + image: images/Darwin_00006591_10.1016-slash-j.hrcr.2020.04.015-fig3-b.png + label: labels/Darwin_00006591_10.1016-slash-j.hrcr.2020.04.015-fig3-b.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006592_10.1016-slash-j.jhin.2020.03.036 + subject_id: Darwin_00006592_10.1016-slash-j.jhin.2020.03.036 + split: train + image: images/Darwin_00006592_10.1016-slash-j.jhin.2020.03.036.png + label: labels/Darwin_00006592_10.1016-slash-j.jhin.2020.03.036.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006597_19abe1f3 + subject_id: Darwin_00006597_19abe1f3 + split: test + image: images/Darwin_00006597_19abe1f3.png + label: labels/Darwin_00006597_19abe1f3.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006599_23E99E2E-447C-46E5-8EB2-D35D12473C39 + subject_id: Darwin_00006599_23E99E2E-447C-46E5-8EB2-D35D12473C39 + split: test + image: images/Darwin_00006599_23E99E2E-447C-46E5-8EB2-D35D12473C39.png + label: labels/Darwin_00006599_23E99E2E-447C-46E5-8EB2-D35D12473C39.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006602_31BA3780-2323-493F-8AED-62081B9C383B + subject_id: Darwin_00006602_31BA3780-2323-493F-8AED-62081B9C383B + split: train + image: images/Darwin_00006602_31BA3780-2323-493F-8AED-62081B9C383B.png + label: labels/Darwin_00006602_31BA3780-2323-493F-8AED-62081B9C383B.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006604_35b446ce + subject_id: Darwin_00006604_35b446ce + split: val + image: images/Darwin_00006604_35b446ce.png + label: labels/Darwin_00006604_35b446ce.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006605_39EE8E69-5801-48DE-B6E3-BE7D1BCF3092 + subject_id: Darwin_00006605_39EE8E69-5801-48DE-B6E3-BE7D1BCF3092 + split: test + image: images/Darwin_00006605_39EE8E69-5801-48DE-B6E3-BE7D1BCF3092.png + label: labels/Darwin_00006605_39EE8E69-5801-48DE-B6E3-BE7D1BCF3092.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006607_48c4542c + subject_id: Darwin_00006607_48c4542c + split: val + image: images/Darwin_00006607_48c4542c.png + label: labels/Darwin_00006607_48c4542c.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006608_53c9be49 + subject_id: Darwin_00006608_53c9be49 + split: test + image: images/Darwin_00006608_53c9be49.png + label: labels/Darwin_00006608_53c9be49.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006609_53EC07C9-5CC6-4BE4-9B6F-D7B0D72AAA7E + subject_id: Darwin_00006609_53EC07C9-5CC6-4BE4-9B6F-D7B0D72AAA7E + split: train + image: images/Darwin_00006609_53EC07C9-5CC6-4BE4-9B6F-D7B0D72AAA7E.png + label: labels/Darwin_00006609_53EC07C9-5CC6-4BE4-9B6F-D7B0D72AAA7E.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006610_58cb9263f16e94305c730685358e4e_jumbo + subject_id: Darwin_00006610_58cb9263f16e94305c730685358e4e_jumbo + split: val + image: images/Darwin_00006610_58cb9263f16e94305c730685358e4e_jumbo.png + label: labels/Darwin_00006610_58cb9263f16e94305c730685358e4e_jumbo.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006611_61bc50d1 + subject_id: Darwin_00006611_61bc50d1 + split: test + image: images/Darwin_00006611_61bc50d1.png + label: labels/Darwin_00006611_61bc50d1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006612_67d668e570c242404ba82c7cbe2ca8f2-05be-0 + subject_id: Darwin_00006612_67d668e570c242404ba82c7cbe2ca8f2-05be-0 + split: train + image: images/Darwin_00006612_67d668e570c242404ba82c7cbe2ca8f2-05be-0.png + label: labels/Darwin_00006612_67d668e570c242404ba82c7cbe2ca8f2-05be-0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006613_67d668e570c242404ba82c7cbe2ca8f2-0015-0 + subject_id: Darwin_00006613_67d668e570c242404ba82c7cbe2ca8f2-0015-0 + split: test + image: images/Darwin_00006613_67d668e570c242404ba82c7cbe2ca8f2-0015-0.png + label: labels/Darwin_00006613_67d668e570c242404ba82c7cbe2ca8f2-0015-0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006614_68_2020_1364_Fig1_HTML-a + subject_id: Darwin_00006614_68_2020_1364_Fig1_HTML-a + split: train + image: images/Darwin_00006614_68_2020_1364_Fig1_HTML-a.png + label: labels/Darwin_00006614_68_2020_1364_Fig1_HTML-a.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006616_68_2020_1364_Fig1_HTML-c + subject_id: Darwin_00006616_68_2020_1364_Fig1_HTML-c + split: train + image: images/Darwin_00006616_68_2020_1364_Fig1_HTML-c.png + label: labels/Darwin_00006616_68_2020_1364_Fig1_HTML-c.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006617_80b5f00f + subject_id: Darwin_00006617_80b5f00f + split: train + image: images/Darwin_00006617_80b5f00f.png + label: labels/Darwin_00006617_80b5f00f.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006618_82a78c13 + subject_id: Darwin_00006618_82a78c13 + split: train + image: images/Darwin_00006618_82a78c13.png + label: labels/Darwin_00006618_82a78c13.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006619_85E52EB3-56E9-4D67-82DA-DEA247C82886 + subject_id: Darwin_00006619_85E52EB3-56E9-4D67-82DA-DEA247C82886 + split: train + image: images/Darwin_00006619_85E52EB3-56E9-4D67-82DA-DEA247C82886.png + label: labels/Darwin_00006619_85E52EB3-56E9-4D67-82DA-DEA247C82886.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006620_86d19bba + subject_id: Darwin_00006620_86d19bba + split: train + image: images/Darwin_00006620_86d19bba.png + label: labels/Darwin_00006620_86d19bba.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006621_87d50e40 + subject_id: Darwin_00006621_87d50e40 + split: val + image: images/Darwin_00006621_87d50e40.png + label: labels/Darwin_00006621_87d50e40.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006622_88de9d8c39e946abd495b37cd07d89e5-2ee6-0 + subject_id: Darwin_00006622_88de9d8c39e946abd495b37cd07d89e5-2ee6-0 + split: train + image: images/Darwin_00006622_88de9d8c39e946abd495b37cd07d89e5-2ee6-0.png + label: labels/Darwin_00006622_88de9d8c39e946abd495b37cd07d89e5-2ee6-0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006623_88de9d8c39e946abd495b37cd07d89e5-0666-0 + subject_id: Darwin_00006623_88de9d8c39e946abd495b37cd07d89e5-0666-0 + split: train + image: images/Darwin_00006623_88de9d8c39e946abd495b37cd07d89e5-0666-0.png + label: labels/Darwin_00006623_88de9d8c39e946abd495b37cd07d89e5-0666-0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006624_88de9d8c39e946abd495b37cd07d89e5-6531-0 + subject_id: Darwin_00006624_88de9d8c39e946abd495b37cd07d89e5-6531-0 + split: train + image: images/Darwin_00006624_88de9d8c39e946abd495b37cd07d89e5-6531-0.png + label: labels/Darwin_00006624_88de9d8c39e946abd495b37cd07d89e5-6531-0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006625_93FE0BB1-022D-4F24-9727-987A07975FFB + subject_id: Darwin_00006625_93FE0BB1-022D-4F24-9727-987A07975FFB + split: train + image: images/Darwin_00006625_93FE0BB1-022D-4F24-9727-987A07975FFB.png + label: labels/Darwin_00006625_93FE0BB1-022D-4F24-9727-987A07975FFB.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006626_171CB377-62FF-4B76-906C-F3787A01CB2E + subject_id: Darwin_00006626_171CB377-62FF-4B76-906C-F3787A01CB2E + split: train + image: images/Darwin_00006626_171CB377-62FF-4B76-906C-F3787A01CB2E.png + label: labels/Darwin_00006626_171CB377-62FF-4B76-906C-F3787A01CB2E.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006629_262a70ca + subject_id: Darwin_00006629_262a70ca + split: train + image: images/Darwin_00006629_262a70ca.png + label: labels/Darwin_00006629_262a70ca.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006630_270_2020_2470_Fig1_HTML-a + subject_id: Darwin_00006630_270_2020_2470_Fig1_HTML-a + split: train + image: images/Darwin_00006630_270_2020_2470_Fig1_HTML-a.png + label: labels/Darwin_00006630_270_2020_2470_Fig1_HTML-a.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006631_270_2020_2470_Fig1_HTML-b + subject_id: Darwin_00006631_270_2020_2470_Fig1_HTML-b + split: test + image: images/Darwin_00006631_270_2020_2470_Fig1_HTML-b.png + label: labels/Darwin_00006631_270_2020_2470_Fig1_HTML-b.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006632_289cb15b + subject_id: Darwin_00006632_289cb15b + split: test + image: images/Darwin_00006632_289cb15b.png + label: labels/Darwin_00006632_289cb15b.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006633_296_2020_4584_Fig2_HTML-a + subject_id: Darwin_00006633_296_2020_4584_Fig2_HTML-a + split: train + image: images/Darwin_00006633_296_2020_4584_Fig2_HTML-a.png + label: labels/Darwin_00006633_296_2020_4584_Fig2_HTML-a.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006634_296_2020_4584_Fig2_HTML-b + subject_id: Darwin_00006634_296_2020_4584_Fig2_HTML-b + split: train + image: images/Darwin_00006634_296_2020_4584_Fig2_HTML-b.png + label: labels/Darwin_00006634_296_2020_4584_Fig2_HTML-b.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006635_296_2020_4584_Fig2_HTML-c + subject_id: Darwin_00006635_296_2020_4584_Fig2_HTML-c + split: train + image: images/Darwin_00006635_296_2020_4584_Fig2_HTML-c.png + label: labels/Darwin_00006635_296_2020_4584_Fig2_HTML-c.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006637_436a6348 + subject_id: Darwin_00006637_436a6348 + split: train + image: images/Darwin_00006637_436a6348.png + label: labels/Darwin_00006637_436a6348.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006638_441c9cdd + subject_id: Darwin_00006638_441c9cdd + split: train + image: images/Darwin_00006638_441c9cdd.png + label: labels/Darwin_00006638_441c9cdd.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006639_446B2CB6-B572-40AB-B01F-1910CA07086A + subject_id: Darwin_00006639_446B2CB6-B572-40AB-B01F-1910CA07086A + split: train + image: images/Darwin_00006639_446B2CB6-B572-40AB-B01F-1910CA07086A.png + label: labels/Darwin_00006639_446B2CB6-B572-40AB-B01F-1910CA07086A.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006640_483f2ad8 + subject_id: Darwin_00006640_483f2ad8 + split: val + image: images/Darwin_00006640_483f2ad8.png + label: labels/Darwin_00006640_483f2ad8.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006641_701_2020_4374_Fig2_HTML + subject_id: Darwin_00006641_701_2020_4374_Fig2_HTML + split: train + image: images/Darwin_00006641_701_2020_4374_Fig2_HTML.png + label: labels/Darwin_00006641_701_2020_4374_Fig2_HTML.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006642_730a0b8f + subject_id: Darwin_00006642_730a0b8f + split: val + image: images/Darwin_00006642_730a0b8f.png + label: labels/Darwin_00006642_730a0b8f.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006643_00870a9c + subject_id: Darwin_00006643_00870a9c + split: train + image: images/Darwin_00006643_00870a9c.png + label: labels/Darwin_00006643_00870a9c.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006644_887db78f + subject_id: Darwin_00006644_887db78f + split: train + image: images/Darwin_00006644_887db78f.png + label: labels/Darwin_00006644_887db78f.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006645_1052b0fe + subject_id: Darwin_00006645_1052b0fe + split: train + image: images/Darwin_00006645_1052b0fe.png + label: labels/Darwin_00006645_1052b0fe.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006646_1312A392-67A3-4EBF-9319-810CF6DA5EF6 + subject_id: Darwin_00006646_1312A392-67A3-4EBF-9319-810CF6DA5EF6 + split: train + image: images/Darwin_00006646_1312A392-67A3-4EBF-9319-810CF6DA5EF6.png + label: labels/Darwin_00006646_1312A392-67A3-4EBF-9319-810CF6DA5EF6.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006647_1663b242 + subject_id: Darwin_00006647_1663b242 + split: val + image: images/Darwin_00006647_1663b242.png + label: labels/Darwin_00006647_1663b242.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006648_1880e301 + subject_id: Darwin_00006648_1880e301 + split: val + image: images/Darwin_00006648_1880e301.png + label: labels/Darwin_00006648_1880e301.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006649_2168a917 + subject_id: Darwin_00006649_2168a917 + split: train + image: images/Darwin_00006649_2168a917.png + label: labels/Darwin_00006649_2168a917.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006650_3248cc61 + subject_id: Darwin_00006650_3248cc61 + split: train + image: images/Darwin_00006650_3248cc61.png + label: labels/Darwin_00006650_3248cc61.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006652_5782ae15 + subject_id: Darwin_00006652_5782ae15 + split: train + image: images/Darwin_00006652_5782ae15.png + label: labels/Darwin_00006652_5782ae15.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006653_5931B64A-7B97-485D-BE60-3F1EA76BC4F0 + subject_id: Darwin_00006653_5931B64A-7B97-485D-BE60-3F1EA76BC4F0 + split: train + image: images/Darwin_00006653_5931B64A-7B97-485D-BE60-3F1EA76BC4F0.png + label: labels/Darwin_00006653_5931B64A-7B97-485D-BE60-3F1EA76BC4F0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006654_11547_2020_1200_Fig2_HTML-a + subject_id: Darwin_00006654_11547_2020_1200_Fig2_HTML-a + split: val + image: images/Darwin_00006654_11547_2020_1200_Fig2_HTML-a.png + label: labels/Darwin_00006654_11547_2020_1200_Fig2_HTML-a.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006655_11547_2020_1200_Fig2_HTML-b + subject_id: Darwin_00006655_11547_2020_1200_Fig2_HTML-b + split: train + image: images/Darwin_00006655_11547_2020_1200_Fig2_HTML-b.png + label: labels/Darwin_00006655_11547_2020_1200_Fig2_HTML-b.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006656_11547_2020_1200_Fig3_HTML-a + subject_id: Darwin_00006656_11547_2020_1200_Fig3_HTML-a + split: train + image: images/Darwin_00006656_11547_2020_1200_Fig3_HTML-a.png + label: labels/Darwin_00006656_11547_2020_1200_Fig3_HTML-a.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006657_11547_2020_1200_Fig3_HTML-b + subject_id: Darwin_00006657_11547_2020_1200_Fig3_HTML-b + split: train + image: images/Darwin_00006657_11547_2020_1200_Fig3_HTML-b.png + label: labels/Darwin_00006657_11547_2020_1200_Fig3_HTML-b.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006658_11547_2020_1200_Fig3_HTML-c + subject_id: Darwin_00006658_11547_2020_1200_Fig3_HTML-c + split: val + image: images/Darwin_00006658_11547_2020_1200_Fig3_HTML-c.png + label: labels/Darwin_00006658_11547_2020_1200_Fig3_HTML-c.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006659_11547_2020_1202_Fig1_HTML-a + subject_id: Darwin_00006659_11547_2020_1202_Fig1_HTML-a + split: test + image: images/Darwin_00006659_11547_2020_1202_Fig1_HTML-a.png + label: labels/Darwin_00006659_11547_2020_1202_Fig1_HTML-a.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006660_11547_2020_1202_Fig1_HTML-b + subject_id: Darwin_00006660_11547_2020_1202_Fig1_HTML-b + split: train + image: images/Darwin_00006660_11547_2020_1202_Fig1_HTML-b.png + label: labels/Darwin_00006660_11547_2020_1202_Fig1_HTML-b.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006661_11547_2020_1203_Fig1_HTML-a + subject_id: Darwin_00006661_11547_2020_1203_Fig1_HTML-a + split: train + image: images/Darwin_00006661_11547_2020_1203_Fig1_HTML-a.png + label: labels/Darwin_00006661_11547_2020_1203_Fig1_HTML-a.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006662_11547_2020_1203_Fig1_HTML-b + subject_id: Darwin_00006662_11547_2020_1203_Fig1_HTML-b + split: val + image: images/Darwin_00006662_11547_2020_1203_Fig1_HTML-b.png + label: labels/Darwin_00006662_11547_2020_1203_Fig1_HTML-b.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006663_11547_2020_1203_Fig1_HTML-c + subject_id: Darwin_00006663_11547_2020_1203_Fig1_HTML-c + split: test + image: images/Darwin_00006663_11547_2020_1203_Fig1_HTML-c.png + label: labels/Darwin_00006663_11547_2020_1203_Fig1_HTML-c.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006664_11547_2020_1203_Fig1_HTML-d + subject_id: Darwin_00006664_11547_2020_1203_Fig1_HTML-d + split: train + image: images/Darwin_00006664_11547_2020_1203_Fig1_HTML-d.png + label: labels/Darwin_00006664_11547_2020_1203_Fig1_HTML-d.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006669_12941_2020_358_Fig1_HTML + subject_id: Darwin_00006669_12941_2020_358_Fig1_HTML + split: val + image: images/Darwin_00006669_12941_2020_358_Fig1_HTML.png + label: labels/Darwin_00006669_12941_2020_358_Fig1_HTML.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006670_16583_1_1 + subject_id: Darwin_00006670_16583_1_1 + split: train + image: images/Darwin_00006670_16583_1_1.png + label: labels/Darwin_00006670_16583_1_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006671_16583_3_1 + subject_id: Darwin_00006671_16583_3_1 + split: train + image: images/Darwin_00006671_16583_3_1.png + label: labels/Darwin_00006671_16583_3_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006683_16646_1_1 + subject_id: Darwin_00006683_16646_1_1 + split: train + image: images/Darwin_00006683_16646_1_1.png + label: labels/Darwin_00006683_16646_1_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006685_16654_1_1 + subject_id: Darwin_00006685_16654_1_1 + split: val + image: images/Darwin_00006685_16654_1_1.png + label: labels/Darwin_00006685_16654_1_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006686_16654_2_1 + subject_id: Darwin_00006686_16654_2_1 + split: val + image: images/Darwin_00006686_16654_2_1.png + label: labels/Darwin_00006686_16654_2_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006687_16654_4_1 + subject_id: Darwin_00006687_16654_4_1 + split: train + image: images/Darwin_00006687_16654_4_1.png + label: labels/Darwin_00006687_16654_4_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006688_16660_1_1 + subject_id: Darwin_00006688_16660_1_1 + split: train + image: images/Darwin_00006688_16660_1_1.png + label: labels/Darwin_00006688_16660_1_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006689_16660_2_1 + subject_id: Darwin_00006689_16660_2_1 + split: train + image: images/Darwin_00006689_16660_2_1.png + label: labels/Darwin_00006689_16660_2_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006690_16660_3_1 + subject_id: Darwin_00006690_16660_3_1 + split: test + image: images/Darwin_00006690_16660_3_1.png + label: labels/Darwin_00006690_16660_3_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006691_16660_4_1 + subject_id: Darwin_00006691_16660_4_1 + split: train + image: images/Darwin_00006691_16660_4_1.png + label: labels/Darwin_00006691_16660_4_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006692_16660_5_1 + subject_id: Darwin_00006692_16660_5_1 + split: train + image: images/Darwin_00006692_16660_5_1.png + label: labels/Darwin_00006692_16660_5_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006693_16663_1_1 + subject_id: Darwin_00006693_16663_1_1 + split: train + image: images/Darwin_00006693_16663_1_1.png + label: labels/Darwin_00006693_16663_1_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006695_16664_1_1 + subject_id: Darwin_00006695_16664_1_1 + split: train + image: images/Darwin_00006695_16664_1_1.png + label: labels/Darwin_00006695_16664_1_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006697_16669_1_1 + subject_id: Darwin_00006697_16669_1_1 + split: train + image: images/Darwin_00006697_16669_1_1.png + label: labels/Darwin_00006697_16669_1_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006698_16669_3_1 + subject_id: Darwin_00006698_16669_3_1 + split: train + image: images/Darwin_00006698_16669_3_1.png + label: labels/Darwin_00006698_16669_3_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006699_16672_1_1 + subject_id: Darwin_00006699_16672_1_1 + split: train + image: images/Darwin_00006699_16672_1_1.png + label: labels/Darwin_00006699_16672_1_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006700_16673_2_1 + subject_id: Darwin_00006700_16673_2_1 + split: train + image: images/Darwin_00006700_16673_2_1.png + label: labels/Darwin_00006700_16673_2_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006701_16674_1_1 + subject_id: Darwin_00006701_16674_1_1 + split: val + image: images/Darwin_00006701_16674_1_1.png + label: labels/Darwin_00006701_16674_1_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006709_16691_1_1 + subject_id: Darwin_00006709_16691_1_1 + split: test + image: images/Darwin_00006709_16691_1_1.png + label: labels/Darwin_00006709_16691_1_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006710_16706_1_1 + subject_id: Darwin_00006710_16706_1_1 + split: train + image: images/Darwin_00006710_16706_1_1.png + label: labels/Darwin_00006710_16706_1_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006711_16708_1_1 + subject_id: Darwin_00006711_16708_1_1 + split: train + image: images/Darwin_00006711_16708_1_1.png + label: labels/Darwin_00006711_16708_1_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006712_16708_4_1 + subject_id: Darwin_00006712_16708_4_1 + split: train + image: images/Darwin_00006712_16708_4_1.png + label: labels/Darwin_00006712_16708_4_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006713_16708_5_1 + subject_id: Darwin_00006713_16708_5_1 + split: train + image: images/Darwin_00006713_16708_5_1.png + label: labels/Darwin_00006713_16708_5_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006714_16724_1_1 + subject_id: Darwin_00006714_16724_1_1 + split: train + image: images/Darwin_00006714_16724_1_1.png + label: labels/Darwin_00006714_16724_1_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006715_16744_1_1 + subject_id: Darwin_00006715_16744_1_1 + split: test + image: images/Darwin_00006715_16744_1_1.png + label: labels/Darwin_00006715_16744_1_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006720_16745_2_1 + subject_id: Darwin_00006720_16745_2_1 + split: train + image: images/Darwin_00006720_16745_2_1.png + label: labels/Darwin_00006720_16745_2_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006723_16745_3_1 + subject_id: Darwin_00006723_16745_3_1 + split: train + image: images/Darwin_00006723_16745_3_1.png + label: labels/Darwin_00006723_16745_3_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006728_16745_5_1 + subject_id: Darwin_00006728_16745_5_1 + split: val + image: images/Darwin_00006728_16745_5_1.png + label: labels/Darwin_00006728_16745_5_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006731_16745_6_1 + subject_id: Darwin_00006731_16745_6_1 + split: train + image: images/Darwin_00006731_16745_6_1.png + label: labels/Darwin_00006731_16745_6_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006734_16745_7_1 + subject_id: Darwin_00006734_16745_7_1 + split: train + image: images/Darwin_00006734_16745_7_1.png + label: labels/Darwin_00006734_16745_7_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006738_16745_7_5 + subject_id: Darwin_00006738_16745_7_5 + split: train + image: images/Darwin_00006738_16745_7_5.png + label: labels/Darwin_00006738_16745_7_5.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006739_16747_1_1 + subject_id: Darwin_00006739_16747_1_1 + split: train + image: images/Darwin_00006739_16747_1_1.png + label: labels/Darwin_00006739_16747_1_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006740_16747_2_1 + subject_id: Darwin_00006740_16747_2_1 + split: train + image: images/Darwin_00006740_16747_2_1.png + label: labels/Darwin_00006740_16747_2_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006741_16747_3_1 + subject_id: Darwin_00006741_16747_3_1 + split: val + image: images/Darwin_00006741_16747_3_1.png + label: labels/Darwin_00006741_16747_3_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006747_19073f37 + subject_id: Darwin_00006747_19073f37 + split: train + image: images/Darwin_00006747_19073f37.png + label: labels/Darwin_00006747_19073f37.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006748_24035bda + subject_id: Darwin_00006748_24035bda + split: test + image: images/Darwin_00006748_24035bda.png + label: labels/Darwin_00006748_24035bda.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006750_41182_2020_203_Fig3_HTML + subject_id: Darwin_00006750_41182_2020_203_Fig3_HTML + split: train + image: images/Darwin_00006750_41182_2020_203_Fig3_HTML.png + label: labels/Darwin_00006750_41182_2020_203_Fig3_HTML.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006751_41182_2020_203_Fig4_HTML + subject_id: Darwin_00006751_41182_2020_203_Fig4_HTML + split: train + image: images/Darwin_00006751_41182_2020_203_Fig4_HTML.png + label: labels/Darwin_00006751_41182_2020_203_Fig4_HTML.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006752_41182_2020_203_Fig5_HTML + subject_id: Darwin_00006752_41182_2020_203_Fig5_HTML + split: train + image: images/Darwin_00006752_41182_2020_203_Fig5_HTML.png + label: labels/Darwin_00006752_41182_2020_203_Fig5_HTML.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006758_90070cbc + subject_id: Darwin_00006758_90070cbc + split: train + image: images/Darwin_00006758_90070cbc.png + label: labels/Darwin_00006758_90070cbc.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006759_90986ce4 + subject_id: Darwin_00006759_90986ce4 + split: val + image: images/Darwin_00006759_90986ce4.png + label: labels/Darwin_00006759_90986ce4.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006760_333932bd + subject_id: Darwin_00006760_333932bd + split: train + image: images/Darwin_00006760_333932bd.png + label: labels/Darwin_00006760_333932bd.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006761_353889E0-A1E8-4F9E-A0B8-F24F36BCFBFB + subject_id: Darwin_00006761_353889E0-A1E8-4F9E-A0B8-F24F36BCFBFB + split: train + image: images/Darwin_00006761_353889E0-A1E8-4F9E-A0B8-F24F36BCFBFB.png + label: labels/Darwin_00006761_353889E0-A1E8-4F9E-A0B8-F24F36BCFBFB.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006762_527321ee + subject_id: Darwin_00006762_527321ee + split: val + image: images/Darwin_00006762_527321ee.png + label: labels/Darwin_00006762_527321ee.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006763_865336ed + subject_id: Darwin_00006763_865336ed + split: train + image: images/Darwin_00006763_865336ed.png + label: labels/Darwin_00006763_865336ed.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006765_2966893D-5DDF-4B68-9E2B-4979D5956C8E + subject_id: Darwin_00006765_2966893D-5DDF-4B68-9E2B-4979D5956C8E + split: val + image: images/Darwin_00006765_2966893D-5DDF-4B68-9E2B-4979D5956C8E.png + label: labels/Darwin_00006765_2966893D-5DDF-4B68-9E2B-4979D5956C8E.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006766_21982772 + subject_id: Darwin_00006766_21982772 + split: test + image: images/Darwin_00006766_21982772.png + label: labels/Darwin_00006766_21982772.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006767_80446565-E090-4187-A031-9D3CEAA586C8 + subject_id: Darwin_00006767_80446565-E090-4187-A031-9D3CEAA586C8 + split: test + image: images/Darwin_00006767_80446565-E090-4187-A031-9D3CEAA586C8.png + label: labels/Darwin_00006767_80446565-E090-4187-A031-9D3CEAA586C8.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006769_a2eba651 + subject_id: Darwin_00006769_a2eba651 + split: train + image: images/Darwin_00006769_a2eba651.png + label: labels/Darwin_00006769_a2eba651.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006770_A7E260CE-8A00-4C5F-A7F5-27336527A981 + subject_id: Darwin_00006770_A7E260CE-8A00-4C5F-A7F5-27336527A981 + split: train + image: images/Darwin_00006770_A7E260CE-8A00-4C5F-A7F5-27336527A981.png + label: labels/Darwin_00006770_A7E260CE-8A00-4C5F-A7F5-27336527A981.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006771_a8ac1969 + subject_id: Darwin_00006771_a8ac1969 + split: train + image: images/Darwin_00006771_a8ac1969.png + label: labels/Darwin_00006771_a8ac1969.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006772_a38e1877 + subject_id: Darwin_00006772_a38e1877 + split: val + image: images/Darwin_00006772_a38e1877.png + label: labels/Darwin_00006772_a38e1877.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006773_a47dc73e + subject_id: Darwin_00006773_a47dc73e + split: train + image: images/Darwin_00006773_a47dc73e.png + label: labels/Darwin_00006773_a47dc73e.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006774_a361d7b7 + subject_id: Darwin_00006774_a361d7b7 + split: train + image: images/Darwin_00006774_a361d7b7.png + label: labels/Darwin_00006774_a361d7b7.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006775_a4318ac9 + subject_id: Darwin_00006775_a4318ac9 + split: train + image: images/Darwin_00006775_a4318ac9.png + label: labels/Darwin_00006775_a4318ac9.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006776_ac4f6e4e + subject_id: Darwin_00006776_ac4f6e4e + split: val + image: images/Darwin_00006776_ac4f6e4e.png + label: labels/Darwin_00006776_ac4f6e4e.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006777_acute-respiratory-distress-syndrome-ards-1 + subject_id: Darwin_00006777_acute-respiratory-distress-syndrome-ards-1 + split: train + image: images/Darwin_00006777_acute-respiratory-distress-syndrome-ards-1.png + label: labels/Darwin_00006777_acute-respiratory-distress-syndrome-ards-1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006778_acute-respiratory-distress-syndrome-ards + subject_id: Darwin_00006778_acute-respiratory-distress-syndrome-ards + split: train + image: images/Darwin_00006778_acute-respiratory-distress-syndrome-ards.png + label: labels/Darwin_00006778_acute-respiratory-distress-syndrome-ards.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006779_ada8c494 + subject_id: Darwin_00006779_ada8c494 + split: train + image: images/Darwin_00006779_ada8c494.png + label: labels/Darwin_00006779_ada8c494.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006784_all14238-fig-0001-m-b + subject_id: Darwin_00006784_all14238-fig-0001-m-b + split: train + image: images/Darwin_00006784_all14238-fig-0001-m-b.png + label: labels/Darwin_00006784_all14238-fig-0001-m-b.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006785_all14238-fig-0001-m-c + subject_id: Darwin_00006785_all14238-fig-0001-m-c + split: train + image: images/Darwin_00006785_all14238-fig-0001-m-c.png + label: labels/Darwin_00006785_all14238-fig-0001-m-c.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006786_all14238-fig-0002-m-d + subject_id: Darwin_00006786_all14238-fig-0002-m-d + split: train + image: images/Darwin_00006786_all14238-fig-0002-m-d.png + label: labels/Darwin_00006786_all14238-fig-0002-m-d.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006787_all14238-fig-0002-m-e + subject_id: Darwin_00006787_all14238-fig-0002-m-e + split: train + image: images/Darwin_00006787_all14238-fig-0002-m-e.png + label: labels/Darwin_00006787_all14238-fig-0002-m-e.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006788_all14238-fig-0002-m-f + subject_id: Darwin_00006788_all14238-fig-0002-m-f + split: train + image: images/Darwin_00006788_all14238-fig-0002-m-f.png + label: labels/Darwin_00006788_all14238-fig-0002-m-f.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006797_ards-secondary-to-tiger-snake-bite + subject_id: Darwin_00006797_ards-secondary-to-tiger-snake-bite + split: train + image: images/Darwin_00006797_ards-secondary-to-tiger-snake-bite.png + label: labels/Darwin_00006797_ards-secondary-to-tiger-snake-bite.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006798_ARDSSevere + subject_id: Darwin_00006798_ARDSSevere + split: train + image: images/Darwin_00006798_ARDSSevere.png + label: labels/Darwin_00006798_ARDSSevere.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006799_article_river_1a00a3c07ea311eab70491c6fb93d336-figure-2 + subject_id: Darwin_00006799_article_river_1a00a3c07ea311eab70491c6fb93d336-figure-2 + split: train + image: images/Darwin_00006799_article_river_1a00a3c07ea311eab70491c6fb93d336-figure-2.png + label: labels/Darwin_00006799_article_river_1a00a3c07ea311eab70491c6fb93d336-figure-2.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006800_article_river_2a361d607ea311ea95dbcf0c95d13492-figure-4 + subject_id: Darwin_00006800_article_river_2a361d607ea311ea95dbcf0c95d13492-figure-4 + split: val + image: images/Darwin_00006800_article_river_2a361d607ea311ea95dbcf0c95d13492-figure-4.png + label: labels/Darwin_00006800_article_river_2a361d607ea311ea95dbcf0c95d13492-figure-4.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006801_article_river_c79329e06dff11eab69c95940c7c0d00-CXR-D1-COVID19 + subject_id: Darwin_00006801_article_river_c79329e06dff11eab69c95940c7c0d00-CXR-D1-COVID19 + split: train + image: images/Darwin_00006801_article_river_c79329e06dff11eab69c95940c7c0d00-CXR-D1-COVID19.png + label: labels/Darwin_00006801_article_river_c79329e06dff11eab69c95940c7c0d00-CXR-D1-COVID19.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006802_article_river_de7471906e0011eabe5f9363acaf45c4-covid-cxr-2 + subject_id: Darwin_00006802_article_river_de7471906e0011eabe5f9363acaf45c4-covid-cxr-2 + split: train + image: images/Darwin_00006802_article_river_de7471906e0011eabe5f9363acaf45c4-covid-cxr-2.png + label: labels/Darwin_00006802_article_river_de7471906e0011eabe5f9363acaf45c4-covid-cxr-2.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006803_article_river_e4d185c06e3511eaa2321d8ab357a1de-c1mn + subject_id: Darwin_00006803_article_river_e4d185c06e3511eaa2321d8ab357a1de-c1mn + split: train + image: images/Darwin_00006803_article_river_e4d185c06e3511eaa2321d8ab357a1de-c1mn.png + label: labels/Darwin_00006803_article_river_e4d185c06e3511eaa2321d8ab357a1de-c1mn.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006804_aspiration-pneumonia-5-day0 + subject_id: Darwin_00006804_aspiration-pneumonia-5-day0 + split: train + image: images/Darwin_00006804_aspiration-pneumonia-5-day0.png + label: labels/Darwin_00006804_aspiration-pneumonia-5-day0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006805_aspiration-pneumonia-5-day3 + subject_id: Darwin_00006805_aspiration-pneumonia-5-day3 + split: train + image: images/Darwin_00006805_aspiration-pneumonia-5-day3.png + label: labels/Darwin_00006805_aspiration-pneumonia-5-day3.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006806_aspiration-pneumonia-5-day10 + subject_id: Darwin_00006806_aspiration-pneumonia-5-day10 + split: val + image: images/Darwin_00006806_aspiration-pneumonia-5-day10.png + label: labels/Darwin_00006806_aspiration-pneumonia-5-day10.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006807_aspiration-pneumonia-5-day27 + subject_id: Darwin_00006807_aspiration-pneumonia-5-day27 + split: train + image: images/Darwin_00006807_aspiration-pneumonia-5-day27.png + label: labels/Darwin_00006807_aspiration-pneumonia-5-day27.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006809_auntminnie-a-2020_01_28_23_51_6665_2020_01_28_Vietnam_coronavirus + subject_id: Darwin_00006809_auntminnie-a-2020_01_28_23_51_6665_2020_01_28_Vietnam_coronavirus + split: train + image: images/Darwin_00006809_auntminnie-a-2020_01_28_23_51_6665_2020_01_28_Vietnam_coronavirus.png + label: labels/Darwin_00006809_auntminnie-a-2020_01_28_23_51_6665_2020_01_28_Vietnam_coronavirus.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006810_auntminnie-b-2020_01_28_23_51_6665_2020_01_28_Vietnam_coronavirus + subject_id: Darwin_00006810_auntminnie-b-2020_01_28_23_51_6665_2020_01_28_Vietnam_coronavirus + split: train + image: images/Darwin_00006810_auntminnie-b-2020_01_28_23_51_6665_2020_01_28_Vietnam_coronavirus.png + label: labels/Darwin_00006810_auntminnie-b-2020_01_28_23_51_6665_2020_01_28_Vietnam_coronavirus.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006811_auntminnie-c-2020_01_28_23_51_6665_2020_01_28_Vietnam_coronavirus + subject_id: Darwin_00006811_auntminnie-c-2020_01_28_23_51_6665_2020_01_28_Vietnam_coronavirus + split: train + image: images/Darwin_00006811_auntminnie-c-2020_01_28_23_51_6665_2020_01_28_Vietnam_coronavirus.png + label: labels/Darwin_00006811_auntminnie-c-2020_01_28_23_51_6665_2020_01_28_Vietnam_coronavirus.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006812_auntminnie-d-2020_01_28_23_51_6665_2020_01_28_Vietnam_coronavirus + subject_id: Darwin_00006812_auntminnie-d-2020_01_28_23_51_6665_2020_01_28_Vietnam_coronavirus + split: train + image: images/Darwin_00006812_auntminnie-d-2020_01_28_23_51_6665_2020_01_28_Vietnam_coronavirus.png + label: labels/Darwin_00006812_auntminnie-d-2020_01_28_23_51_6665_2020_01_28_Vietnam_coronavirus.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006813_B2D20576-00B7-4519-A415-72DE29C90C34 + subject_id: Darwin_00006813_B2D20576-00B7-4519-A415-72DE29C90C34 + split: test + image: images/Darwin_00006813_B2D20576-00B7-4519-A415-72DE29C90C34.png + label: labels/Darwin_00006813_B2D20576-00B7-4519-A415-72DE29C90C34.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006814_b39f5cf9 + subject_id: Darwin_00006814_b39f5cf9 + split: train + image: images/Darwin_00006814_b39f5cf9.png + label: labels/Darwin_00006814_b39f5cf9.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006815_B59DD164-51D5-40DF-A926-6A42DD52EBE8 + subject_id: Darwin_00006815_B59DD164-51D5-40DF-A926-6A42DD52EBE8 + split: test + image: images/Darwin_00006815_B59DD164-51D5-40DF-A926-6A42DD52EBE8.png + label: labels/Darwin_00006815_B59DD164-51D5-40DF-A926-6A42DD52EBE8.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006816_b343e657 + subject_id: Darwin_00006816_b343e657 + split: val + image: images/Darwin_00006816_b343e657.png + label: labels/Darwin_00006816_b343e657.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006817_b9673e89 + subject_id: Darwin_00006817_b9673e89 + split: train + image: images/Darwin_00006817_b9673e89.png + label: labels/Darwin_00006817_b9673e89.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006818_bb0e626a + subject_id: Darwin_00006818_bb0e626a + split: train + image: images/Darwin_00006818_bb0e626a.png + label: labels/Darwin_00006818_bb0e626a.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006819_bd3ceeb6 + subject_id: Darwin_00006819_bd3ceeb6 + split: val + image: images/Darwin_00006819_bd3ceeb6.png + label: labels/Darwin_00006819_bd3ceeb6.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006820_bd10d5e2 + subject_id: Darwin_00006820_bd10d5e2 + split: train + image: images/Darwin_00006820_bd10d5e2.png + label: labels/Darwin_00006820_bd10d5e2.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006821_bfefde5d + subject_id: Darwin_00006821_bfefde5d + split: train + image: images/Darwin_00006821_bfefde5d.png + label: labels/Darwin_00006821_bfefde5d.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006823_c0f74558 + subject_id: Darwin_00006823_c0f74558 + split: test + image: images/Darwin_00006823_c0f74558.png + label: labels/Darwin_00006823_c0f74558.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006824_C6EA0BE5-B01E-4113-B194-18D956675E25 + subject_id: Darwin_00006824_C6EA0BE5-B01E-4113-B194-18D956675E25 + split: train + image: images/Darwin_00006824_C6EA0BE5-B01E-4113-B194-18D956675E25.png + label: labels/Darwin_00006824_C6EA0BE5-B01E-4113-B194-18D956675E25.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006825_c601f50d + subject_id: Darwin_00006825_c601f50d + split: train + image: images/Darwin_00006825_c601f50d.png + label: labels/Darwin_00006825_c601f50d.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006826_c828e894 + subject_id: Darwin_00006826_c828e894 + split: train + image: images/Darwin_00006826_c828e894.png + label: labels/Darwin_00006826_c828e894.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006827_c3829ecb + subject_id: Darwin_00006827_c3829ecb + split: train + image: images/Darwin_00006827_c3829ecb.png + label: labels/Darwin_00006827_c3829ecb.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006828_cae2c0a9 + subject_id: Darwin_00006828_cae2c0a9 + split: train + image: images/Darwin_00006828_cae2c0a9.png + label: labels/Darwin_00006828_cae2c0a9.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006829_case_71_figura1 + subject_id: Darwin_00006829_case_71_figura1 + split: val + image: images/Darwin_00006829_case_71_figura1.png + label: labels/Darwin_00006829_case_71_figura1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006831_case_76_1-3 + subject_id: Darwin_00006831_case_76_1-3 + split: train + image: images/Darwin_00006831_case_76_1-3.png + label: labels/Darwin_00006831_case_76_1-3.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006833_cavitating-pneumonia-4-day0-PA + subject_id: Darwin_00006833_cavitating-pneumonia-4-day0-PA + split: train + image: images/Darwin_00006833_cavitating-pneumonia-4-day0-PA.png + label: labels/Darwin_00006833_cavitating-pneumonia-4-day0-PA.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006835_cavitating-pneumonia-4-day28-PA + subject_id: Darwin_00006835_cavitating-pneumonia-4-day28-PA + split: train + image: images/Darwin_00006835_cavitating-pneumonia-4-day28-PA.png + label: labels/Darwin_00006835_cavitating-pneumonia-4-day28-PA.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006836_cb706009 + subject_id: Darwin_00006836_cb706009 + split: train + image: images/Darwin_00006836_cb706009.png + label: labels/Darwin_00006836_cb706009.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006837_CD50BA96-6982-4C80-AE7B-5F67ACDBFA56 + subject_id: Darwin_00006837_CD50BA96-6982-4C80-AE7B-5F67ACDBFA56 + split: train + image: images/Darwin_00006837_CD50BA96-6982-4C80-AE7B-5F67ACDBFA56.png + label: labels/Darwin_00006837_CD50BA96-6982-4C80-AE7B-5F67ACDBFA56.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006839_chlamydia-pneumonia-PA + subject_id: Darwin_00006839_chlamydia-pneumonia-PA + split: train + image: images/Darwin_00006839_chlamydia-pneumonia-PA.png + label: labels/Darwin_00006839_chlamydia-pneumonia-PA.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006844_covid-19-caso-70-1-PA + subject_id: Darwin_00006844_covid-19-caso-70-1-PA + split: val + image: images/Darwin_00006844_covid-19-caso-70-1-PA.png + label: labels/Darwin_00006844_covid-19-caso-70-1-PA.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006845_covid-19-caso-70-2-APS + subject_id: Darwin_00006845_covid-19-caso-70-2-APS + split: train + image: images/Darwin_00006845_covid-19-caso-70-2-APS.png + label: labels/Darwin_00006845_covid-19-caso-70-2-APS.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006847_covid-19-caso-85-1-9 + subject_id: Darwin_00006847_covid-19-caso-85-1-9 + split: val + image: images/Darwin_00006847_covid-19-caso-85-1-9.png + label: labels/Darwin_00006847_covid-19-caso-85-1-9.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006848_covid-19-caso-85-4-6 + subject_id: Darwin_00006848_covid-19-caso-85-4-6 + split: train + image: images/Darwin_00006848_covid-19-caso-85-4-6.png + label: labels/Darwin_00006848_covid-19-caso-85-4-6.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006849_covid-19-caso-85-5-4 + subject_id: Darwin_00006849_covid-19-caso-85-5-4 + split: train + image: images/Darwin_00006849_covid-19-caso-85-5-4.png + label: labels/Darwin_00006849_covid-19-caso-85-5-4.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006850_covid-19-caso-86-Rx-torace-1 + subject_id: Darwin_00006850_covid-19-caso-86-Rx-torace-1 + split: test + image: images/Darwin_00006850_covid-19-caso-86-Rx-torace-1.png + label: labels/Darwin_00006850_covid-19-caso-86-Rx-torace-1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006851_covid-19-caso-86-RX-Torace-2 + subject_id: Darwin_00006851_covid-19-caso-86-RX-Torace-2 + split: train + image: images/Darwin_00006851_covid-19-caso-86-RX-Torace-2.png + label: labels/Darwin_00006851_covid-19-caso-86-RX-Torace-2.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006852_covid-19-caso-91-1-12 + subject_id: Darwin_00006852_covid-19-caso-91-1-12 + split: train + image: images/Darwin_00006852_covid-19-caso-91-1-12.png + label: labels/Darwin_00006852_covid-19-caso-91-1-12.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006854_covid-19-caso-94-1-14 + subject_id: Darwin_00006854_covid-19-caso-94-1-14 + split: train + image: images/Darwin_00006854_covid-19-caso-94-1-14.png + label: labels/Darwin_00006854_covid-19-caso-94-1-14.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006855_covid-19-caso-95-1-15 + subject_id: Darwin_00006855_covid-19-caso-95-1-15 + split: train + image: images/Darwin_00006855_covid-19-caso-95-1-15.png + label: labels/Darwin_00006855_covid-19-caso-95-1-15.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006857_covid-19-caso-95-3-14 + subject_id: Darwin_00006857_covid-19-caso-95-3-14 + split: train + image: images/Darwin_00006857_covid-19-caso-95-3-14.png + label: labels/Darwin_00006857_covid-19-caso-95-3-14.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006859_covid-19-caso-99-1-19 + subject_id: Darwin_00006859_covid-19-caso-99-1-19 + split: train + image: images/Darwin_00006859_covid-19-caso-99-1-19.png + label: labels/Darwin_00006859_covid-19-caso-99-1-19.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006860_covid-19-caso-111-1-21 + subject_id: Darwin_00006860_covid-19-caso-111-1-21 + split: train + image: images/Darwin_00006860_covid-19-caso-111-1-21.png + label: labels/Darwin_00006860_covid-19-caso-111-1-21.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006862_covid-19-infection-exclusive-gastrointestinal-symptoms-pa + subject_id: Darwin_00006862_covid-19-infection-exclusive-gastrointestinal-symptoms-pa + split: train + image: images/Darwin_00006862_covid-19-infection-exclusive-gastrointestinal-symptoms-pa.png + label: labels/Darwin_00006862_covid-19-infection-exclusive-gastrointestinal-symptoms-pa.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006863_covid-19-pneumonia-2 + subject_id: Darwin_00006863_covid-19-pneumonia-2 + split: val + image: images/Darwin_00006863_covid-19-pneumonia-2.png + label: labels/Darwin_00006863_covid-19-pneumonia-2.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006865_covid-19-pneumonia-7-PA + subject_id: Darwin_00006865_covid-19-pneumonia-7-PA + split: test + image: images/Darwin_00006865_covid-19-pneumonia-7-PA.png + label: labels/Darwin_00006865_covid-19-pneumonia-7-PA.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006866_covid-19-pneumonia-8 + subject_id: Darwin_00006866_covid-19-pneumonia-8 + split: train + image: images/Darwin_00006866_covid-19-pneumonia-8.png + label: labels/Darwin_00006866_covid-19-pneumonia-8.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006867_covid-19-pneumonia-12 + subject_id: Darwin_00006867_covid-19-pneumonia-12 + split: train + image: images/Darwin_00006867_covid-19-pneumonia-12.png + label: labels/Darwin_00006867_covid-19-pneumonia-12.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006869_covid-19-pneumonia-14-PA + subject_id: Darwin_00006869_covid-19-pneumonia-14-PA + split: train + image: images/Darwin_00006869_covid-19-pneumonia-14-PA.png + label: labels/Darwin_00006869_covid-19-pneumonia-14-PA.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006871_covid-19-pneumonia-15-PA + subject_id: Darwin_00006871_covid-19-pneumonia-15-PA + split: test + image: images/Darwin_00006871_covid-19-pneumonia-15-PA.png + label: labels/Darwin_00006871_covid-19-pneumonia-15-PA.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006872_covid-19-pneumonia-19 + subject_id: Darwin_00006872_covid-19-pneumonia-19 + split: train + image: images/Darwin_00006872_covid-19-pneumonia-19.png + label: labels/Darwin_00006872_covid-19-pneumonia-19.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006874_covid-19-pneumonia-20-pa-on-admission + subject_id: Darwin_00006874_covid-19-pneumonia-20-pa-on-admission + split: val + image: images/Darwin_00006874_covid-19-pneumonia-20-pa-on-admission.png + label: labels/Darwin_00006874_covid-19-pneumonia-20-pa-on-admission.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006875_covid-19-pneumonia-20 + subject_id: Darwin_00006875_covid-19-pneumonia-20 + split: train + image: images/Darwin_00006875_covid-19-pneumonia-20.png + label: labels/Darwin_00006875_covid-19-pneumonia-20.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006877_covid-19-pneumonia-22-day1-pa + subject_id: Darwin_00006877_covid-19-pneumonia-22-day1-pa + split: train + image: images/Darwin_00006877_covid-19-pneumonia-22-day1-pa.png + label: labels/Darwin_00006877_covid-19-pneumonia-22-day1-pa.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006878_covid-19-pneumonia-22-day2-pa + subject_id: Darwin_00006878_covid-19-pneumonia-22-day2-pa + split: train + image: images/Darwin_00006878_covid-19-pneumonia-22-day2-pa.png + label: labels/Darwin_00006878_covid-19-pneumonia-22-day2-pa.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006879_covid-19-pneumonia-23-day1 + subject_id: Darwin_00006879_covid-19-pneumonia-23-day1 + split: test + image: images/Darwin_00006879_covid-19-pneumonia-23-day1.png + label: labels/Darwin_00006879_covid-19-pneumonia-23-day1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006880_covid-19-pneumonia-23-day3 + subject_id: Darwin_00006880_covid-19-pneumonia-23-day3 + split: train + image: images/Darwin_00006880_covid-19-pneumonia-23-day3.png + label: labels/Darwin_00006880_covid-19-pneumonia-23-day3.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006881_covid-19-pneumonia-23-day9 + subject_id: Darwin_00006881_covid-19-pneumonia-23-day9 + split: train + image: images/Darwin_00006881_covid-19-pneumonia-23-day9.png + label: labels/Darwin_00006881_covid-19-pneumonia-23-day9.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006882_covid-19-pneumonia-24-day6 + subject_id: Darwin_00006882_covid-19-pneumonia-24-day6 + split: train + image: images/Darwin_00006882_covid-19-pneumonia-24-day6.png + label: labels/Darwin_00006882_covid-19-pneumonia-24-day6.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006883_covid-19-pneumonia-24-day7 + subject_id: Darwin_00006883_covid-19-pneumonia-24-day7 + split: val + image: images/Darwin_00006883_covid-19-pneumonia-24-day7.png + label: labels/Darwin_00006883_covid-19-pneumonia-24-day7.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006884_covid-19-pneumonia-24-day12 + subject_id: Darwin_00006884_covid-19-pneumonia-24-day12 + split: val + image: images/Darwin_00006884_covid-19-pneumonia-24-day12.png + label: labels/Darwin_00006884_covid-19-pneumonia-24-day12.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006885_covid-19-pneumonia-28 + subject_id: Darwin_00006885_covid-19-pneumonia-28 + split: train + image: images/Darwin_00006885_covid-19-pneumonia-28.png + label: labels/Darwin_00006885_covid-19-pneumonia-28.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006887_covid-19-pneumonia-30-PA + subject_id: Darwin_00006887_covid-19-pneumonia-30-PA + split: train + image: images/Darwin_00006887_covid-19-pneumonia-30-PA.png + label: labels/Darwin_00006887_covid-19-pneumonia-30-PA.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006888_covid-19-pneumonia-34 + subject_id: Darwin_00006888_covid-19-pneumonia-34 + split: test + image: images/Darwin_00006888_covid-19-pneumonia-34.png + label: labels/Darwin_00006888_covid-19-pneumonia-34.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006889_covid-19-pneumonia-35-1 + subject_id: Darwin_00006889_covid-19-pneumonia-35-1 + split: train + image: images/Darwin_00006889_covid-19-pneumonia-35-1.png + label: labels/Darwin_00006889_covid-19-pneumonia-35-1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006890_covid-19-pneumonia-35-2 + subject_id: Darwin_00006890_covid-19-pneumonia-35-2 + split: val + image: images/Darwin_00006890_covid-19-pneumonia-35-2.png + label: labels/Darwin_00006890_covid-19-pneumonia-35-2.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006892_covid-19-pneumonia-38-pa + subject_id: Darwin_00006892_covid-19-pneumonia-38-pa + split: test + image: images/Darwin_00006892_covid-19-pneumonia-38-pa.png + label: labels/Darwin_00006892_covid-19-pneumonia-38-pa.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006893_covid-19-pneumonia-40 + subject_id: Darwin_00006893_covid-19-pneumonia-40 + split: val + image: images/Darwin_00006893_covid-19-pneumonia-40.png + label: labels/Darwin_00006893_covid-19-pneumonia-40.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006894_covid-19-pneumonia-41-day-0 + subject_id: Darwin_00006894_covid-19-pneumonia-41-day-0 + split: train + image: images/Darwin_00006894_covid-19-pneumonia-41-day-0.png + label: labels/Darwin_00006894_covid-19-pneumonia-41-day-0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006895_covid-19-pneumonia-41-day-2 + subject_id: Darwin_00006895_covid-19-pneumonia-41-day-2 + split: val + image: images/Darwin_00006895_covid-19-pneumonia-41-day-2.png + label: labels/Darwin_00006895_covid-19-pneumonia-41-day-2.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006896_covid-19-pneumonia-42 + subject_id: Darwin_00006896_covid-19-pneumonia-42 + split: val + image: images/Darwin_00006896_covid-19-pneumonia-42.png + label: labels/Darwin_00006896_covid-19-pneumonia-42.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006897_covid-19-pneumonia-43-day0 + subject_id: Darwin_00006897_covid-19-pneumonia-43-day0 + split: val + image: images/Darwin_00006897_covid-19-pneumonia-43-day0.png + label: labels/Darwin_00006897_covid-19-pneumonia-43-day0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006898_covid-19-pneumonia-43-day2 + subject_id: Darwin_00006898_covid-19-pneumonia-43-day2 + split: train + image: images/Darwin_00006898_covid-19-pneumonia-43-day2.png + label: labels/Darwin_00006898_covid-19-pneumonia-43-day2.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006899_covid-19-pneumonia-44-day-0 + subject_id: Darwin_00006899_covid-19-pneumonia-44-day-0 + split: train + image: images/Darwin_00006899_covid-19-pneumonia-44-day-0.png + label: labels/Darwin_00006899_covid-19-pneumonia-44-day-0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006900_covid-19-pneumonia-44-day-8 + subject_id: Darwin_00006900_covid-19-pneumonia-44-day-8 + split: train + image: images/Darwin_00006900_covid-19-pneumonia-44-day-8.png + label: labels/Darwin_00006900_covid-19-pneumonia-44-day-8.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006901_covid-19-pneumonia-49-day4 + subject_id: Darwin_00006901_covid-19-pneumonia-49-day4 + split: train + image: images/Darwin_00006901_covid-19-pneumonia-49-day4.png + label: labels/Darwin_00006901_covid-19-pneumonia-49-day4.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006902_covid-19-pneumonia-49-day8 + subject_id: Darwin_00006902_covid-19-pneumonia-49-day8 + split: train + image: images/Darwin_00006902_covid-19-pneumonia-49-day8.png + label: labels/Darwin_00006902_covid-19-pneumonia-49-day8.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006903_covid-19-pneumonia-53 + subject_id: Darwin_00006903_covid-19-pneumonia-53 + split: val + image: images/Darwin_00006903_covid-19-pneumonia-53.png + label: labels/Darwin_00006903_covid-19-pneumonia-53.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006904_covid-19-pneumonia-58-day-3 + subject_id: Darwin_00006904_covid-19-pneumonia-58-day-3 + split: train + image: images/Darwin_00006904_covid-19-pneumonia-58-day-3.png + label: labels/Darwin_00006904_covid-19-pneumonia-58-day-3.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006905_covid-19-pneumonia-58-day-7 + subject_id: Darwin_00006905_covid-19-pneumonia-58-day-7 + split: train + image: images/Darwin_00006905_covid-19-pneumonia-58-day-7.png + label: labels/Darwin_00006905_covid-19-pneumonia-58-day-7.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006906_covid-19-pneumonia-58-day-9 + subject_id: Darwin_00006906_covid-19-pneumonia-58-day-9 + split: val + image: images/Darwin_00006906_covid-19-pneumonia-58-day-9.png + label: labels/Darwin_00006906_covid-19-pneumonia-58-day-9.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006907_covid-19-pneumonia-58-day-10 + subject_id: Darwin_00006907_covid-19-pneumonia-58-day-10 + split: train + image: images/Darwin_00006907_covid-19-pneumonia-58-day-10.png + label: labels/Darwin_00006907_covid-19-pneumonia-58-day-10.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006908_covid-19-pneumonia-58-prior + subject_id: Darwin_00006908_covid-19-pneumonia-58-prior + split: val + image: images/Darwin_00006908_covid-19-pneumonia-58-prior.png + label: labels/Darwin_00006908_covid-19-pneumonia-58-prior.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006910_covid-19-pneumonia-93 + subject_id: Darwin_00006910_covid-19-pneumonia-93 + split: train + image: images/Darwin_00006910_covid-19-pneumonia-93.png + label: labels/Darwin_00006910_covid-19-pneumonia-93.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006911_covid-19-pneumonia-101 + subject_id: Darwin_00006911_covid-19-pneumonia-101 + split: train + image: images/Darwin_00006911_covid-19-pneumonia-101.png + label: labels/Darwin_00006911_covid-19-pneumonia-101.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006912_covid-19-pneumonia-bilateral + subject_id: Darwin_00006912_covid-19-pneumonia-bilateral + split: train + image: images/Darwin_00006912_covid-19-pneumonia-bilateral.png + label: labels/Darwin_00006912_covid-19-pneumonia-bilateral.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006915_covid-19-pneumonia-evolution-over-a-week-1-day3 + subject_id: Darwin_00006915_covid-19-pneumonia-evolution-over-a-week-1-day3 + split: val + image: images/Darwin_00006915_covid-19-pneumonia-evolution-over-a-week-1-day3.png + label: labels/Darwin_00006915_covid-19-pneumonia-evolution-over-a-week-1-day3.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006916_covid-19-pneumonia-evolution-over-a-week-1-day4 + subject_id: Darwin_00006916_covid-19-pneumonia-evolution-over-a-week-1-day4 + split: train + image: images/Darwin_00006916_covid-19-pneumonia-evolution-over-a-week-1-day4.png + label: labels/Darwin_00006916_covid-19-pneumonia-evolution-over-a-week-1-day4.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006917_covid-19-pneumonia-evolution-over-a-week-1-day6 + subject_id: Darwin_00006917_covid-19-pneumonia-evolution-over-a-week-1-day6 + split: test + image: images/Darwin_00006917_covid-19-pneumonia-evolution-over-a-week-1-day6.png + label: labels/Darwin_00006917_covid-19-pneumonia-evolution-over-a-week-1-day6.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006918_covid-19-pneumonia-mild + subject_id: Darwin_00006918_covid-19-pneumonia-mild + split: train + image: images/Darwin_00006918_covid-19-pneumonia-mild.png + label: labels/Darwin_00006918_covid-19-pneumonia-mild.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006919_covid-19-pneumonia-progression-and-regression-day1 + subject_id: Darwin_00006919_covid-19-pneumonia-progression-and-regression-day1 + split: train + image: images/Darwin_00006919_covid-19-pneumonia-progression-and-regression-day1.png + label: labels/Darwin_00006919_covid-19-pneumonia-progression-and-regression-day1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006920_covid-19-pneumonia-progression-and-regression-day6 + subject_id: Darwin_00006920_covid-19-pneumonia-progression-and-regression-day6 + split: test + image: images/Darwin_00006920_covid-19-pneumonia-progression-and-regression-day6.png + label: labels/Darwin_00006920_covid-19-pneumonia-progression-and-regression-day6.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006921_covid-19-pneumonia-progression-and-regression-day11 + subject_id: Darwin_00006921_covid-19-pneumonia-progression-and-regression-day11 + split: train + image: images/Darwin_00006921_covid-19-pneumonia-progression-and-regression-day11.png + label: labels/Darwin_00006921_covid-19-pneumonia-progression-and-regression-day11.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006922_covid-19-pneumonia-progression-and-regression-day13 + subject_id: Darwin_00006922_covid-19-pneumonia-progression-and-regression-day13 + split: train + image: images/Darwin_00006922_covid-19-pneumonia-progression-and-regression-day13.png + label: labels/Darwin_00006922_covid-19-pneumonia-progression-and-regression-day13.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006923_covid-19-pneumonia-progression-and-regression-day20 + subject_id: Darwin_00006923_covid-19-pneumonia-progression-and-regression-day20 + split: train + image: images/Darwin_00006923_covid-19-pneumonia-progression-and-regression-day20.png + label: labels/Darwin_00006923_covid-19-pneumonia-progression-and-regression-day20.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006924_covid-19-pneumonia-progression-and-regression-day24 + subject_id: Darwin_00006924_covid-19-pneumonia-progression-and-regression-day24 + split: test + image: images/Darwin_00006924_covid-19-pneumonia-progression-and-regression-day24.png + label: labels/Darwin_00006924_covid-19-pneumonia-progression-and-regression-day24.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006925_covid-19-pneumonia-progression-and-regression-day28 + subject_id: Darwin_00006925_covid-19-pneumonia-progression-and-regression-day28 + split: val + image: images/Darwin_00006925_covid-19-pneumonia-progression-and-regression-day28.png + label: labels/Darwin_00006925_covid-19-pneumonia-progression-and-regression-day28.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006926_covid-19-pneumonia-rapidly-progressive-3-days + subject_id: Darwin_00006926_covid-19-pneumonia-rapidly-progressive-3-days + split: train + image: images/Darwin_00006926_covid-19-pneumonia-rapidly-progressive-3-days.png + label: labels/Darwin_00006926_covid-19-pneumonia-rapidly-progressive-3-days.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006927_covid-19-pneumonia-rapidly-progressive-12-hours + subject_id: Darwin_00006927_covid-19-pneumonia-rapidly-progressive-12-hours + split: train + image: images/Darwin_00006927_covid-19-pneumonia-rapidly-progressive-12-hours.png + label: labels/Darwin_00006927_covid-19-pneumonia-rapidly-progressive-12-hours.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006928_covid-19-pneumonia-rapidly-progressive-admission + subject_id: Darwin_00006928_covid-19-pneumonia-rapidly-progressive-admission + split: train + image: images/Darwin_00006928_covid-19-pneumonia-rapidly-progressive-admission.png + label: labels/Darwin_00006928_covid-19-pneumonia-rapidly-progressive-admission.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006929_covid-19-rapidly-progressive-acute-respiratory-distress-syndrome-ards-admission + subject_id: Darwin_00006929_covid-19-rapidly-progressive-acute-respiratory-distress-syndrome-ards-admission + split: train + image: images/Darwin_00006929_covid-19-rapidly-progressive-acute-respiratory-distress-syndrome-ards-admission.png + label: labels/Darwin_00006929_covid-19-rapidly-progressive-acute-respiratory-distress-syndrome-ards-admission.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006930_covid-19-rapidly-progressive-acute-respiratory-distress-syndrome-ards-day-1 + subject_id: Darwin_00006930_covid-19-rapidly-progressive-acute-respiratory-distress-syndrome-ards-day-1 + split: train + image: images/Darwin_00006930_covid-19-rapidly-progressive-acute-respiratory-distress-syndrome-ards-day-1.png + label: labels/Darwin_00006930_covid-19-rapidly-progressive-acute-respiratory-distress-syndrome-ards-day-1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006931_covid-19-rapidly-progressive-acute-respiratory-distress-syndrome-ards-day-2 + subject_id: Darwin_00006931_covid-19-rapidly-progressive-acute-respiratory-distress-syndrome-ards-day-2 + split: train + image: images/Darwin_00006931_covid-19-rapidly-progressive-acute-respiratory-distress-syndrome-ards-day-2.png + label: labels/Darwin_00006931_covid-19-rapidly-progressive-acute-respiratory-distress-syndrome-ards-day-2.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006932_covid-19-rapidly-progressive-acute-respiratory-distress-syndrome-ards-day-3 + subject_id: Darwin_00006932_covid-19-rapidly-progressive-acute-respiratory-distress-syndrome-ards-day-3 + split: train + image: images/Darwin_00006932_covid-19-rapidly-progressive-acute-respiratory-distress-syndrome-ards-day-3.png + label: labels/Darwin_00006932_covid-19-rapidly-progressive-acute-respiratory-distress-syndrome-ards-day-3.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006934_D7AF463C-2369-492D-908D-BE1911CCD74C + subject_id: Darwin_00006934_D7AF463C-2369-492D-908D-BE1911CCD74C + split: train + image: images/Darwin_00006934_D7AF463C-2369-492D-908D-BE1911CCD74C.png + label: labels/Darwin_00006934_D7AF463C-2369-492D-908D-BE1911CCD74C.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006935_d7f2ee0f + subject_id: Darwin_00006935_d7f2ee0f + split: test + image: images/Darwin_00006935_d7f2ee0f.png + label: labels/Darwin_00006935_d7f2ee0f.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006936_d9d6ca9a + subject_id: Darwin_00006936_d9d6ca9a + split: train + image: images/Darwin_00006936_d9d6ca9a.png + label: labels/Darwin_00006936_d9d6ca9a.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006937_d009d61f + subject_id: Darwin_00006937_d009d61f + split: train + image: images/Darwin_00006937_d009d61f.png + label: labels/Darwin_00006937_d009d61f.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006938_d6494b39 + subject_id: Darwin_00006938_d6494b39 + split: val + image: images/Darwin_00006938_d6494b39.png + label: labels/Darwin_00006938_d6494b39.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006939_d680397c + subject_id: Darwin_00006939_d680397c + split: train + image: images/Darwin_00006939_d680397c.png + label: labels/Darwin_00006939_d680397c.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006940_da9e9aac-de8c-44c7-ba57-e7cc8e4caaba.annot.original + subject_id: Darwin_00006940_da9e9aac-de8c-44c7-ba57-e7cc8e4caaba.annot.original + split: train + image: images/Darwin_00006940_da9e9aac-de8c-44c7-ba57-e7cc8e4caaba.annot.original.png + label: labels/Darwin_00006940_da9e9aac-de8c-44c7-ba57-e7cc8e4caaba.annot.original.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006941_db96a050 + subject_id: Darwin_00006941_db96a050 + split: val + image: images/Darwin_00006941_db96a050.png + label: labels/Darwin_00006941_db96a050.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006943_e1a4f870 + subject_id: Darwin_00006943_e1a4f870 + split: val + image: images/Darwin_00006943_e1a4f870.png + label: labels/Darwin_00006943_e1a4f870.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006944_e22aa56f + subject_id: Darwin_00006944_e22aa56f + split: test + image: images/Darwin_00006944_e22aa56f.png + label: labels/Darwin_00006944_e22aa56f.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006945_e1446fe8 + subject_id: Darwin_00006945_e1446fe8 + split: train + image: images/Darwin_00006945_e1446fe8.png + label: labels/Darwin_00006945_e1446fe8.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006946_E63574A7-4188-4C8D-8D17-9D67A18A1AFA + subject_id: Darwin_00006946_E63574A7-4188-4C8D-8D17-9D67A18A1AFA + split: train + image: images/Darwin_00006946_E63574A7-4188-4C8D-8D17-9D67A18A1AFA.png + label: labels/Darwin_00006946_E63574A7-4188-4C8D-8D17-9D67A18A1AFA.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006947_E1724330-1866-4581-8CD8-CEC9B8AFEDDE + subject_id: Darwin_00006947_E1724330-1866-4581-8CD8-CEC9B8AFEDDE + split: train + image: images/Darwin_00006947_E1724330-1866-4581-8CD8-CEC9B8AFEDDE.png + label: labels/Darwin_00006947_E1724330-1866-4581-8CD8-CEC9B8AFEDDE.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006948_eb8e8a5b + subject_id: Darwin_00006948_eb8e8a5b + split: train + image: images/Darwin_00006948_eb8e8a5b.png + label: labels/Darwin_00006948_eb8e8a5b.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006949_ec083e35 + subject_id: Darwin_00006949_ec083e35 + split: test + image: images/Darwin_00006949_ec083e35.png + label: labels/Darwin_00006949_ec083e35.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006950_ee2d1bf6 + subject_id: Darwin_00006950_ee2d1bf6 + split: test + image: images/Darwin_00006950_ee2d1bf6.png + label: labels/Darwin_00006950_ee2d1bf6.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006955_F2DE909F-E19C-4900-92F5-8F435B031AC6 + subject_id: Darwin_00006955_F2DE909F-E19C-4900-92F5-8F435B031AC6 + split: train + image: images/Darwin_00006955_F2DE909F-E19C-4900-92F5-8F435B031AC6.png + label: labels/Darwin_00006955_F2DE909F-E19C-4900-92F5-8F435B031AC6.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006956_f6d980a0 + subject_id: Darwin_00006956_f6d980a0 + split: train + image: images/Darwin_00006956_f6d980a0.png + label: labels/Darwin_00006956_f6d980a0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006957_F051E018-DAD1-4506-AD43-BE4CA29E960B + subject_id: Darwin_00006957_F051E018-DAD1-4506-AD43-BE4CA29E960B + split: train + image: images/Darwin_00006957_F051E018-DAD1-4506-AD43-BE4CA29E960B.png + label: labels/Darwin_00006957_F051E018-DAD1-4506-AD43-BE4CA29E960B.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006958_F63AB6CE-1968-4154-A70F-913AF154F53D + subject_id: Darwin_00006958_F63AB6CE-1968-4154-A70F-913AF154F53D + split: val + image: images/Darwin_00006958_F63AB6CE-1968-4154-A70F-913AF154F53D.png + label: labels/Darwin_00006958_F63AB6CE-1968-4154-A70F-913AF154F53D.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006959_f0864aff + subject_id: Darwin_00006959_f0864aff + split: train + image: images/Darwin_00006959_f0864aff.png + label: labels/Darwin_00006959_f0864aff.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006960_F4341CE7-73C9-45C6-99C8-8567A5484B63 + subject_id: Darwin_00006960_F4341CE7-73C9-45C6-99C8-8567A5484B63 + split: test + image: images/Darwin_00006960_F4341CE7-73C9-45C6-99C8-8567A5484B63.png + label: labels/Darwin_00006960_F4341CE7-73C9-45C6-99C8-8567A5484B63.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006961_f64132c8 + subject_id: Darwin_00006961_f64132c8 + split: test + image: images/Darwin_00006961_f64132c8.png + label: labels/Darwin_00006961_f64132c8.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006962_f6575117 + subject_id: Darwin_00006962_f6575117 + split: train + image: images/Darwin_00006962_f6575117.png + label: labels/Darwin_00006962_f6575117.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006963_f8335316 + subject_id: Darwin_00006963_f8335316 + split: test + image: images/Darwin_00006963_f8335316.png + label: labels/Darwin_00006963_f8335316.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006966_FE9F9A5D-2830-46F9-851B-1FF4534959BE + subject_id: Darwin_00006966_FE9F9A5D-2830-46F9-851B-1FF4534959BE + split: train + image: images/Darwin_00006966_FE9F9A5D-2830-46F9-851B-1FF4534959BE.png + label: labels/Darwin_00006966_FE9F9A5D-2830-46F9-851B-1FF4534959BE.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006967_fff49165-b22d-4bb4-b9d1-d5d62c52436c.annot.original + subject_id: Darwin_00006967_fff49165-b22d-4bb4-b9d1-d5d62c52436c.annot.original + split: train + image: images/Darwin_00006967_fff49165-b22d-4bb4-b9d1-d5d62c52436c.annot.original.png + label: labels/Darwin_00006967_fff49165-b22d-4bb4-b9d1-d5d62c52436c.annot.original.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006968_figure1-5e7c1b8d98c29ab001275405-98-later + subject_id: Darwin_00006968_figure1-5e7c1b8d98c29ab001275405-98-later + split: train + image: images/Darwin_00006968_figure1-5e7c1b8d98c29ab001275405-98-later.png + label: labels/Darwin_00006968_figure1-5e7c1b8d98c29ab001275405-98-later.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006969_figure1-5e7c1b8d98c29ab001275405-98 + subject_id: Darwin_00006969_figure1-5e7c1b8d98c29ab001275405-98 + split: test + image: images/Darwin_00006969_figure1-5e7c1b8d98c29ab001275405-98.png + label: labels/Darwin_00006969_figure1-5e7c1b8d98c29ab001275405-98.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006970_figure1-5e71be566aa8714a04de3386-98-left + subject_id: Darwin_00006970_figure1-5e71be566aa8714a04de3386-98-left + split: train + image: images/Darwin_00006970_figure1-5e71be566aa8714a04de3386-98-left.png + label: labels/Darwin_00006970_figure1-5e71be566aa8714a04de3386-98-left.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006971_figure1-5e73d7ae897e27ff066a30cb-98 + subject_id: Darwin_00006971_figure1-5e73d7ae897e27ff066a30cb-98 + split: train + image: images/Darwin_00006971_figure1-5e73d7ae897e27ff066a30cb-98.png + label: labels/Darwin_00006971_figure1-5e73d7ae897e27ff066a30cb-98.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006972_figure1-5e75d0940b71e1b702629659-98-right + subject_id: Darwin_00006972_figure1-5e75d0940b71e1b702629659-98-right + split: test + image: images/Darwin_00006972_figure1-5e75d0940b71e1b702629659-98-right.png + label: labels/Darwin_00006972_figure1-5e75d0940b71e1b702629659-98-right.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006973_fx1_lrg + subject_id: Darwin_00006973_fx1_lrg + split: val + image: images/Darwin_00006973_fx1_lrg.png + label: labels/Darwin_00006973_fx1_lrg.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006974_gr1_lrg-a + subject_id: Darwin_00006974_gr1_lrg-a + split: train + image: images/Darwin_00006974_gr1_lrg-a.png + label: labels/Darwin_00006974_gr1_lrg-a.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006975_gr1_lrg-b + subject_id: Darwin_00006975_gr1_lrg-b + split: train + image: images/Darwin_00006975_gr1_lrg-b.png + label: labels/Darwin_00006975_gr1_lrg-b.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006996_klebsiella-pneumonia-1 + subject_id: Darwin_00006996_klebsiella-pneumonia-1 + split: val + image: images/Darwin_00006996_klebsiella-pneumonia-1.png + label: labels/Darwin_00006996_klebsiella-pneumonia-1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006997_lancet-case2a + subject_id: Darwin_00006997_lancet-case2a + split: train + image: images/Darwin_00006997_lancet-case2a.png + label: labels/Darwin_00006997_lancet-case2a.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006998_lancet-case2b + subject_id: Darwin_00006998_lancet-case2b + split: train + image: images/Darwin_00006998_lancet-case2b.png + label: labels/Darwin_00006998_lancet-case2b.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00006999_legionella-pneumonia-1 + subject_id: Darwin_00006999_legionella-pneumonia-1 + split: train + image: images/Darwin_00006999_legionella-pneumonia-1.png + label: labels/Darwin_00006999_legionella-pneumonia-1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007000_legionella-pneumonia-2 + subject_id: Darwin_00007000_legionella-pneumonia-2 + split: train + image: images/Darwin_00007000_legionella-pneumonia-2.png + label: labels/Darwin_00007000_legionella-pneumonia-2.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007001_lightbox_78f27a80685411ea93cde791fb7cd172-CXR + subject_id: Darwin_00007001_lightbox_78f27a80685411ea93cde791fb7cd172-CXR + split: train + image: images/Darwin_00007001_lightbox_78f27a80685411ea93cde791fb7cd172-CXR.png + label: labels/Darwin_00007001_lightbox_78f27a80685411ea93cde791fb7cd172-CXR.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007003_nCoV-radiol.2020200269.fig1-day7 + subject_id: Darwin_00007003_nCoV-radiol.2020200269.fig1-day7 + split: val + image: images/Darwin_00007003_nCoV-radiol.2020200269.fig1-day7.png + label: labels/Darwin_00007003_nCoV-radiol.2020200269.fig1-day7.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007004_nejmc2001573_f1a + subject_id: Darwin_00007004_nejmc2001573_f1a + split: val + image: images/Darwin_00007004_nejmc2001573_f1a.png + label: labels/Darwin_00007004_nejmc2001573_f1a.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007005_nejmc2001573_f1b + subject_id: Darwin_00007005_nejmc2001573_f1b + split: train + image: images/Darwin_00007005_nejmc2001573_f1b.png + label: labels/Darwin_00007005_nejmc2001573_f1b.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007006_nejmoa2001017_f1-a + subject_id: Darwin_00007006_nejmoa2001017_f1-a + split: val + image: images/Darwin_00007006_nejmoa2001017_f1-a.png + label: labels/Darwin_00007006_nejmoa2001017_f1-a.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007007_nejmoa2001017_f1-b + subject_id: Darwin_00007007_nejmoa2001017_f1-b + split: train + image: images/Darwin_00007007_nejmoa2001017_f1-b.png + label: labels/Darwin_00007007_nejmoa2001017_f1-b.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007009_nejmoa2001191_f1-PA + subject_id: Darwin_00007009_nejmoa2001191_f1-PA + split: train + image: images/Darwin_00007009_nejmoa2001191_f1-PA.png + label: labels/Darwin_00007009_nejmoa2001191_f1-PA.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007011_nejmoa2001191_f3-PA + subject_id: Darwin_00007011_nejmoa2001191_f3-PA + split: test + image: images/Darwin_00007011_nejmoa2001191_f3-PA.png + label: labels/Darwin_00007011_nejmoa2001191_f3-PA.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007012_nejmoa2001191_f4 + subject_id: Darwin_00007012_nejmoa2001191_f4 + split: train + image: images/Darwin_00007012_nejmoa2001191_f4.png + label: labels/Darwin_00007012_nejmoa2001191_f4.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007014_nejmoa2001191_f5-PA + subject_id: Darwin_00007014_nejmoa2001191_f5-PA + split: train + image: images/Darwin_00007014_nejmoa2001191_f5-PA.png + label: labels/Darwin_00007014_nejmoa2001191_f5-PA.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007015_nejmoa2004500_f1-a + subject_id: Darwin_00007015_nejmoa2004500_f1-a + split: train + image: images/Darwin_00007015_nejmoa2004500_f1-a.png + label: labels/Darwin_00007015_nejmoa2004500_f1-a.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007016_nejmoa2004500_f1-b + subject_id: Darwin_00007016_nejmoa2004500_f1-b + split: train + image: images/Darwin_00007016_nejmoa2004500_f1-b.png + label: labels/Darwin_00007016_nejmoa2004500_f1-b.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007018_parapneumonic-effusion-1-PA + subject_id: Darwin_00007018_parapneumonic-effusion-1-PA + split: train + image: images/Darwin_00007018_parapneumonic-effusion-1-PA.png + label: labels/Darwin_00007018_parapneumonic-effusion-1-PA.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007020_pneumococcal-pneumonia-day0 + subject_id: Darwin_00007020_pneumococcal-pneumonia-day0 + split: val + image: images/Darwin_00007020_pneumococcal-pneumonia-day0.png + label: labels/Darwin_00007020_pneumococcal-pneumonia-day0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007021_pneumococcal-pneumonia-day7 + subject_id: Darwin_00007021_pneumococcal-pneumonia-day7 + split: train + image: images/Darwin_00007021_pneumococcal-pneumonia-day7.png + label: labels/Darwin_00007021_pneumococcal-pneumonia-day7.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007022_pneumococcal-pneumonia-day35 + subject_id: Darwin_00007022_pneumococcal-pneumonia-day35 + split: train + image: images/Darwin_00007022_pneumococcal-pneumonia-day35.png + label: labels/Darwin_00007022_pneumococcal-pneumonia-day35.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007025_pneumocystis-jiroveci-pneumonia-2 + subject_id: Darwin_00007025_pneumocystis-jiroveci-pneumonia-2 + split: train + image: images/Darwin_00007025_pneumocystis-jiroveci-pneumonia-2.png + label: labels/Darwin_00007025_pneumocystis-jiroveci-pneumonia-2.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007027_pneumocystis-jiroveci-pneumonia-4-PA + subject_id: Darwin_00007027_pneumocystis-jiroveci-pneumonia-4-PA + split: train + image: images/Darwin_00007027_pneumocystis-jiroveci-pneumonia-4-PA.png + label: labels/Darwin_00007027_pneumocystis-jiroveci-pneumonia-4-PA.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007028_pneumocystis-jirovecii-pneumonia-2 + subject_id: Darwin_00007028_pneumocystis-jirovecii-pneumonia-2 + split: train + image: images/Darwin_00007028_pneumocystis-jirovecii-pneumonia-2.png + label: labels/Darwin_00007028_pneumocystis-jirovecii-pneumonia-2.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007029_pneumocystis-jirovecii-pneumonia-3-1 + subject_id: Darwin_00007029_pneumocystis-jirovecii-pneumonia-3-1 + split: train + image: images/Darwin_00007029_pneumocystis-jirovecii-pneumonia-3-1.png + label: labels/Darwin_00007029_pneumocystis-jirovecii-pneumonia-3-1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007030_pneumocystis-jirovecii-pneumonia-3-2 + subject_id: Darwin_00007030_pneumocystis-jirovecii-pneumonia-3-2 + split: test + image: images/Darwin_00007030_pneumocystis-jirovecii-pneumonia-3-2.png + label: labels/Darwin_00007030_pneumocystis-jirovecii-pneumonia-3-2.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007031_pneumocystis-jirovecii-pneumonia-3-3 + subject_id: Darwin_00007031_pneumocystis-jirovecii-pneumonia-3-3 + split: train + image: images/Darwin_00007031_pneumocystis-jirovecii-pneumonia-3-3.png + label: labels/Darwin_00007031_pneumocystis-jirovecii-pneumonia-3-3.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007032_pneumocystis-pneumonia-1 + subject_id: Darwin_00007032_pneumocystis-pneumonia-1 + split: train + image: images/Darwin_00007032_pneumocystis-pneumonia-1.png + label: labels/Darwin_00007032_pneumocystis-pneumonia-1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007034_pneumocystis-pneumonia-2-PA + subject_id: Darwin_00007034_pneumocystis-pneumonia-2-PA + split: train + image: images/Darwin_00007034_pneumocystis-pneumonia-2-PA.png + label: labels/Darwin_00007034_pneumocystis-pneumonia-2-PA.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007035_pneumocystis-pneumonia-8 + subject_id: Darwin_00007035_pneumocystis-pneumonia-8 + split: train + image: images/Darwin_00007035_pneumocystis-pneumonia-8.png + label: labels/Darwin_00007035_pneumocystis-pneumonia-8.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007036_pneumocystis-pneumonia-12 + subject_id: Darwin_00007036_pneumocystis-pneumonia-12 + split: val + image: images/Darwin_00007036_pneumocystis-pneumonia-12.png + label: labels/Darwin_00007036_pneumocystis-pneumonia-12.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007037_pneumonia-7 + subject_id: Darwin_00007037_pneumonia-7 + split: train + image: images/Darwin_00007037_pneumonia-7.png + label: labels/Darwin_00007037_pneumonia-7.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007038_post-intubuation-pneumomediastium-and-pneumothorax-background-covid-19-pneumonia-day1 + subject_id: Darwin_00007038_post-intubuation-pneumomediastium-and-pneumothorax-background-covid-19-pneumonia-day1 + split: train + image: images/Darwin_00007038_post-intubuation-pneumomediastium-and-pneumothorax-background-covid-19-pneumonia-day1.png + label: labels/Darwin_00007038_post-intubuation-pneumomediastium-and-pneumothorax-background-covid-19-pneumonia-day1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007039_post-intubuation-pneumomediastium-and-pneumothorax-background-covid-19-pneumonia-day6-1 + subject_id: Darwin_00007039_post-intubuation-pneumomediastium-and-pneumothorax-background-covid-19-pneumonia-day6-1 + split: train + image: images/Darwin_00007039_post-intubuation-pneumomediastium-and-pneumothorax-background-covid-19-pneumonia-day6-1.png + label: labels/Darwin_00007039_post-intubuation-pneumomediastium-and-pneumothorax-background-covid-19-pneumonia-day6-1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007040_post-intubuation-pneumomediastium-and-pneumothorax-background-covid-19-pneumonia-day6-2 + subject_id: Darwin_00007040_post-intubuation-pneumomediastium-and-pneumothorax-background-covid-19-pneumonia-day6-2 + split: train + image: images/Darwin_00007040_post-intubuation-pneumomediastium-and-pneumothorax-background-covid-19-pneumonia-day6-2.png + label: labels/Darwin_00007040_post-intubuation-pneumomediastium-and-pneumothorax-background-covid-19-pneumonia-day6-2.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007041_post-intubuation-pneumomediastium-and-pneumothorax-background-covid-19-pneumonia-day7 + subject_id: Darwin_00007041_post-intubuation-pneumomediastium-and-pneumothorax-background-covid-19-pneumonia-day7 + split: train + image: images/Darwin_00007041_post-intubuation-pneumomediastium-and-pneumothorax-background-covid-19-pneumonia-day7.png + label: labels/Darwin_00007041_post-intubuation-pneumomediastium-and-pneumothorax-background-covid-19-pneumonia-day7.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007043_radiol.2020200490.fig3 + subject_id: Darwin_00007043_radiol.2020200490.fig3 + split: train + image: images/Darwin_00007043_radiol.2020200490.fig3.png + label: labels/Darwin_00007043_radiol.2020200490.fig3.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007044_radiol.2020201160.fig2a + subject_id: Darwin_00007044_radiol.2020201160.fig2a + split: test + image: images/Darwin_00007044_radiol.2020201160.fig2a.png + label: labels/Darwin_00007044_radiol.2020201160.fig2a.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007045_radiol.2020201160.fig2b + subject_id: Darwin_00007045_radiol.2020201160.fig2b + split: val + image: images/Darwin_00007045_radiol.2020201160.fig2b.png + label: labels/Darwin_00007045_radiol.2020201160.fig2b.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007046_radiol.2020201160.fig2c + subject_id: Darwin_00007046_radiol.2020201160.fig2c + split: train + image: images/Darwin_00007046_radiol.2020201160.fig2c.png + label: labels/Darwin_00007046_radiol.2020201160.fig2c.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007047_radiol.2020201160.fig2d + subject_id: Darwin_00007047_radiol.2020201160.fig2d + split: train + image: images/Darwin_00007047_radiol.2020201160.fig2d.png + label: labels/Darwin_00007047_radiol.2020201160.fig2d.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007048_radiol.2020201160.fig3a + subject_id: Darwin_00007048_radiol.2020201160.fig3a + split: test + image: images/Darwin_00007048_radiol.2020201160.fig3a.png + label: labels/Darwin_00007048_radiol.2020201160.fig3a.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007049_radiol.2020201160.fig3b + subject_id: Darwin_00007049_radiol.2020201160.fig3b + split: train + image: images/Darwin_00007049_radiol.2020201160.fig3b.png + label: labels/Darwin_00007049_radiol.2020201160.fig3b.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007050_radiol.2020201160.fig3c + subject_id: Darwin_00007050_radiol.2020201160.fig3c + split: test + image: images/Darwin_00007050_radiol.2020201160.fig3c.png + label: labels/Darwin_00007050_radiol.2020201160.fig3c.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007051_radiol.2020201160.fig3d + subject_id: Darwin_00007051_radiol.2020201160.fig3d + split: val + image: images/Darwin_00007051_radiol.2020201160.fig3d.png + label: labels/Darwin_00007051_radiol.2020201160.fig3d.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007052_radiol.2020201160.fig6b + subject_id: Darwin_00007052_radiol.2020201160.fig6b + split: test + image: images/Darwin_00007052_radiol.2020201160.fig6b.png + label: labels/Darwin_00007052_radiol.2020201160.fig6b.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007055_right-upper-lobe-pneumonia-9-PA + subject_id: Darwin_00007055_right-upper-lobe-pneumonia-9-PA + split: train + image: images/Darwin_00007055_right-upper-lobe-pneumonia-9-PA.png + label: labels/Darwin_00007055_right-upper-lobe-pneumonia-9-PA.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007060_ryct.2020200028.fig1a + subject_id: Darwin_00007060_ryct.2020200028.fig1a + split: train + image: images/Darwin_00007060_ryct.2020200028.fig1a.png + label: labels/Darwin_00007060_ryct.2020200028.fig1a.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007061_ryct.2020200034.fig2 + subject_id: Darwin_00007061_ryct.2020200034.fig2 + split: train + image: images/Darwin_00007061_ryct.2020200034.fig2.png + label: labels/Darwin_00007061_ryct.2020200034.fig2.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007062_ryct.2020200034.fig5-day0 + subject_id: Darwin_00007062_ryct.2020200034.fig5-day0 + split: train + image: images/Darwin_00007062_ryct.2020200034.fig5-day0.png + label: labels/Darwin_00007062_ryct.2020200034.fig5-day0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007063_ryct.2020200034.fig5-day4 + subject_id: Darwin_00007063_ryct.2020200034.fig5-day4 + split: val + image: images/Darwin_00007063_ryct.2020200034.fig5-day4.png + label: labels/Darwin_00007063_ryct.2020200034.fig5-day4.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007064_ryct.2020200034.fig5-day7 + subject_id: Darwin_00007064_ryct.2020200034.fig5-day7 + split: train + image: images/Darwin_00007064_ryct.2020200034.fig5-day7.png + label: labels/Darwin_00007064_ryct.2020200034.fig5-day7.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007065_SARS-10.1148rg.242035193-g04mr34g0-Fig8a-day0 + subject_id: Darwin_00007065_SARS-10.1148rg.242035193-g04mr34g0-Fig8a-day0 + split: train + image: images/Darwin_00007065_SARS-10.1148rg.242035193-g04mr34g0-Fig8a-day0.png + label: labels/Darwin_00007065_SARS-10.1148rg.242035193-g04mr34g0-Fig8a-day0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007066_SARS-10.1148rg.242035193-g04mr34g0-Fig8b-day5 + subject_id: Darwin_00007066_SARS-10.1148rg.242035193-g04mr34g0-Fig8b-day5 + split: train + image: images/Darwin_00007066_SARS-10.1148rg.242035193-g04mr34g0-Fig8b-day5.png + label: labels/Darwin_00007066_SARS-10.1148rg.242035193-g04mr34g0-Fig8b-day5.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007067_SARS-10.1148rg.242035193-g04mr34g0-Fig8c-day10 + subject_id: Darwin_00007067_SARS-10.1148rg.242035193-g04mr34g0-Fig8c-day10 + split: train + image: images/Darwin_00007067_SARS-10.1148rg.242035193-g04mr34g0-Fig8c-day10.png + label: labels/Darwin_00007067_SARS-10.1148rg.242035193-g04mr34g0-Fig8c-day10.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007068_SARS-10.1148rg.242035193-g04mr34g04a-Fig4a-day7 + subject_id: Darwin_00007068_SARS-10.1148rg.242035193-g04mr34g04a-Fig4a-day7 + split: test + image: images/Darwin_00007068_SARS-10.1148rg.242035193-g04mr34g04a-Fig4a-day7.png + label: labels/Darwin_00007068_SARS-10.1148rg.242035193-g04mr34g04a-Fig4a-day7.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007069_SARS-10.1148rg.242035193-g04mr34g04b-Fig4b-day12 + subject_id: Darwin_00007069_SARS-10.1148rg.242035193-g04mr34g04b-Fig4b-day12 + split: train + image: images/Darwin_00007069_SARS-10.1148rg.242035193-g04mr34g04b-Fig4b-day12.png + label: labels/Darwin_00007069_SARS-10.1148rg.242035193-g04mr34g04b-Fig4b-day12.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007070_SARS-10.1148rg.242035193-g04mr34g05x-Fig5-day9 + subject_id: Darwin_00007070_SARS-10.1148rg.242035193-g04mr34g05x-Fig5-day9 + split: test + image: images/Darwin_00007070_SARS-10.1148rg.242035193-g04mr34g05x-Fig5-day9.png + label: labels/Darwin_00007070_SARS-10.1148rg.242035193-g04mr34g05x-Fig5-day9.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007071_SARS-10.1148rg.242035193-g04mr34g07a-Fig7a-day5 + subject_id: Darwin_00007071_SARS-10.1148rg.242035193-g04mr34g07a-Fig7a-day5 + split: train + image: images/Darwin_00007071_SARS-10.1148rg.242035193-g04mr34g07a-Fig7a-day5.png + label: labels/Darwin_00007071_SARS-10.1148rg.242035193-g04mr34g07a-Fig7a-day5.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007072_SARS-10.1148rg.242035193-g04mr34g07b-Fig7b-day12 + subject_id: Darwin_00007072_SARS-10.1148rg.242035193-g04mr34g07b-Fig7b-day12 + split: train + image: images/Darwin_00007072_SARS-10.1148rg.242035193-g04mr34g07b-Fig7b-day12.png + label: labels/Darwin_00007072_SARS-10.1148rg.242035193-g04mr34g07b-Fig7b-day12.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007073_SARS-10.1148rg.242035193-g04mr34g09a-Fig9a-day17 + subject_id: Darwin_00007073_SARS-10.1148rg.242035193-g04mr34g09a-Fig9a-day17 + split: val + image: images/Darwin_00007073_SARS-10.1148rg.242035193-g04mr34g09a-Fig9a-day17.png + label: labels/Darwin_00007073_SARS-10.1148rg.242035193-g04mr34g09a-Fig9a-day17.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007074_SARS-10.1148rg.242035193-g04mr34g09b-Fig9b-day19 + subject_id: Darwin_00007074_SARS-10.1148rg.242035193-g04mr34g09b-Fig9b-day19 + split: train + image: images/Darwin_00007074_SARS-10.1148rg.242035193-g04mr34g09b-Fig9b-day19.png + label: labels/Darwin_00007074_SARS-10.1148rg.242035193-g04mr34g09b-Fig9b-day19.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007075_SARS-10.1148rg.242035193-g04mr34g09c-Fig9c-day27 + subject_id: Darwin_00007075_SARS-10.1148rg.242035193-g04mr34g09c-Fig9c-day27 + split: train + image: images/Darwin_00007075_SARS-10.1148rg.242035193-g04mr34g09c-Fig9c-day27.png + label: labels/Darwin_00007075_SARS-10.1148rg.242035193-g04mr34g09c-Fig9c-day27.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007076_streptococcus-pneumoniae-pneumonia-1 + subject_id: Darwin_00007076_streptococcus-pneumoniae-pneumonia-1 + split: train + image: images/Darwin_00007076_streptococcus-pneumoniae-pneumonia-1.png + label: labels/Darwin_00007076_streptococcus-pneumoniae-pneumonia-1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007077_streptococcus-pneumoniae-pneumonia-temporal-evolution-1-day0 + subject_id: Darwin_00007077_streptococcus-pneumoniae-pneumonia-temporal-evolution-1-day0 + split: val + image: images/Darwin_00007077_streptococcus-pneumoniae-pneumonia-temporal-evolution-1-day0.png + label: labels/Darwin_00007077_streptococcus-pneumoniae-pneumonia-temporal-evolution-1-day0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007078_streptococcus-pneumoniae-pneumonia-temporal-evolution-1-day1 + subject_id: Darwin_00007078_streptococcus-pneumoniae-pneumonia-temporal-evolution-1-day1 + split: train + image: images/Darwin_00007078_streptococcus-pneumoniae-pneumonia-temporal-evolution-1-day1.png + label: labels/Darwin_00007078_streptococcus-pneumoniae-pneumonia-temporal-evolution-1-day1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007079_streptococcus-pneumoniae-pneumonia-temporal-evolution-1-day2 + subject_id: Darwin_00007079_streptococcus-pneumoniae-pneumonia-temporal-evolution-1-day2 + split: train + image: images/Darwin_00007079_streptococcus-pneumoniae-pneumonia-temporal-evolution-1-day2.png + label: labels/Darwin_00007079_streptococcus-pneumoniae-pneumonia-temporal-evolution-1-day2.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007080_streptococcus-pneumoniae-pneumonia-temporal-evolution-1-day3 + subject_id: Darwin_00007080_streptococcus-pneumoniae-pneumonia-temporal-evolution-1-day3 + split: val + image: images/Darwin_00007080_streptococcus-pneumoniae-pneumonia-temporal-evolution-1-day3.png + label: labels/Darwin_00007080_streptococcus-pneumoniae-pneumonia-temporal-evolution-1-day3.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007082_tpmd200203f2-a + subject_id: Darwin_00007082_tpmd200203f2-a + split: val + image: images/Darwin_00007082_tpmd200203f2-a.png + label: labels/Darwin_00007082_tpmd200203f2-a.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007083_tpmd200203f2-b + subject_id: Darwin_00007083_tpmd200203f2-b + split: test + image: images/Darwin_00007083_tpmd200203f2-b.png + label: labels/Darwin_00007083_tpmd200203f2-b.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007084_tpmd200203f2-c + subject_id: Darwin_00007084_tpmd200203f2-c + split: test + image: images/Darwin_00007084_tpmd200203f2-c.png + label: labels/Darwin_00007084_tpmd200203f2-c.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007086_wong-0002 + subject_id: Darwin_00007086_wong-0002 + split: train + image: images/Darwin_00007086_wong-0002.png + label: labels/Darwin_00007086_wong-0002.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007087_wong-0003 + subject_id: Darwin_00007087_wong-0003 + split: train + image: images/Darwin_00007087_wong-0003.png + label: labels/Darwin_00007087_wong-0003.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007088_wong-0004 + subject_id: Darwin_00007088_wong-0004 + split: train + image: images/Darwin_00007088_wong-0004.png + label: labels/Darwin_00007088_wong-0004.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Darwin_00007090_X-ray_of_cyst_in_pneumocystis_pneumonia_1 + subject_id: Darwin_00007090_X-ray_of_cyst_in_pneumocystis_pneumonia_1 + split: train + image: images/Darwin_00007090_X-ray_of_cyst_in_pneumocystis_pneumonia_1.png + label: labels/Darwin_00007090_X-ray_of_cyst_in_pneumocystis_pneumonia_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0001_0 + subject_id: Montgomery_MCUCXR_0001_0 + split: train + image: images/Montgomery_MCUCXR_0001_0.png + label: labels/Montgomery_MCUCXR_0001_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0002_0 + subject_id: Montgomery_MCUCXR_0002_0 + split: train + image: images/Montgomery_MCUCXR_0002_0.png + label: labels/Montgomery_MCUCXR_0002_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0003_0 + subject_id: Montgomery_MCUCXR_0003_0 + split: val + image: images/Montgomery_MCUCXR_0003_0.png + label: labels/Montgomery_MCUCXR_0003_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0004_0 + subject_id: Montgomery_MCUCXR_0004_0 + split: train + image: images/Montgomery_MCUCXR_0004_0.png + label: labels/Montgomery_MCUCXR_0004_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0005_0 + subject_id: Montgomery_MCUCXR_0005_0 + split: train + image: images/Montgomery_MCUCXR_0005_0.png + label: labels/Montgomery_MCUCXR_0005_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0006_0 + subject_id: Montgomery_MCUCXR_0006_0 + split: train + image: images/Montgomery_MCUCXR_0006_0.png + label: labels/Montgomery_MCUCXR_0006_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0008_0 + subject_id: Montgomery_MCUCXR_0008_0 + split: train + image: images/Montgomery_MCUCXR_0008_0.png + label: labels/Montgomery_MCUCXR_0008_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0011_0 + subject_id: Montgomery_MCUCXR_0011_0 + split: train + image: images/Montgomery_MCUCXR_0011_0.png + label: labels/Montgomery_MCUCXR_0011_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0013_0 + subject_id: Montgomery_MCUCXR_0013_0 + split: test + image: images/Montgomery_MCUCXR_0013_0.png + label: labels/Montgomery_MCUCXR_0013_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0015_0 + subject_id: Montgomery_MCUCXR_0015_0 + split: test + image: images/Montgomery_MCUCXR_0015_0.png + label: labels/Montgomery_MCUCXR_0015_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0016_0 + subject_id: Montgomery_MCUCXR_0016_0 + split: test + image: images/Montgomery_MCUCXR_0016_0.png + label: labels/Montgomery_MCUCXR_0016_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0017_0 + subject_id: Montgomery_MCUCXR_0017_0 + split: test + image: images/Montgomery_MCUCXR_0017_0.png + label: labels/Montgomery_MCUCXR_0017_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0019_0 + subject_id: Montgomery_MCUCXR_0019_0 + split: train + image: images/Montgomery_MCUCXR_0019_0.png + label: labels/Montgomery_MCUCXR_0019_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0020_0 + subject_id: Montgomery_MCUCXR_0020_0 + split: train + image: images/Montgomery_MCUCXR_0020_0.png + label: labels/Montgomery_MCUCXR_0020_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0021_0 + subject_id: Montgomery_MCUCXR_0021_0 + split: test + image: images/Montgomery_MCUCXR_0021_0.png + label: labels/Montgomery_MCUCXR_0021_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0022_0 + subject_id: Montgomery_MCUCXR_0022_0 + split: val + image: images/Montgomery_MCUCXR_0022_0.png + label: labels/Montgomery_MCUCXR_0022_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0023_0 + subject_id: Montgomery_MCUCXR_0023_0 + split: train + image: images/Montgomery_MCUCXR_0023_0.png + label: labels/Montgomery_MCUCXR_0023_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0024_0 + subject_id: Montgomery_MCUCXR_0024_0 + split: train + image: images/Montgomery_MCUCXR_0024_0.png + label: labels/Montgomery_MCUCXR_0024_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0026_0 + subject_id: Montgomery_MCUCXR_0026_0 + split: train + image: images/Montgomery_MCUCXR_0026_0.png + label: labels/Montgomery_MCUCXR_0026_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0027_0 + subject_id: Montgomery_MCUCXR_0027_0 + split: val + image: images/Montgomery_MCUCXR_0027_0.png + label: labels/Montgomery_MCUCXR_0027_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0028_0 + subject_id: Montgomery_MCUCXR_0028_0 + split: train + image: images/Montgomery_MCUCXR_0028_0.png + label: labels/Montgomery_MCUCXR_0028_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0029_0 + subject_id: Montgomery_MCUCXR_0029_0 + split: train + image: images/Montgomery_MCUCXR_0029_0.png + label: labels/Montgomery_MCUCXR_0029_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0030_0 + subject_id: Montgomery_MCUCXR_0030_0 + split: train + image: images/Montgomery_MCUCXR_0030_0.png + label: labels/Montgomery_MCUCXR_0030_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0031_0 + subject_id: Montgomery_MCUCXR_0031_0 + split: train + image: images/Montgomery_MCUCXR_0031_0.png + label: labels/Montgomery_MCUCXR_0031_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0035_0 + subject_id: Montgomery_MCUCXR_0035_0 + split: train + image: images/Montgomery_MCUCXR_0035_0.png + label: labels/Montgomery_MCUCXR_0035_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0038_0 + subject_id: Montgomery_MCUCXR_0038_0 + split: train + image: images/Montgomery_MCUCXR_0038_0.png + label: labels/Montgomery_MCUCXR_0038_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0040_0 + subject_id: Montgomery_MCUCXR_0040_0 + split: train + image: images/Montgomery_MCUCXR_0040_0.png + label: labels/Montgomery_MCUCXR_0040_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0041_0 + subject_id: Montgomery_MCUCXR_0041_0 + split: test + image: images/Montgomery_MCUCXR_0041_0.png + label: labels/Montgomery_MCUCXR_0041_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0042_0 + subject_id: Montgomery_MCUCXR_0042_0 + split: train + image: images/Montgomery_MCUCXR_0042_0.png + label: labels/Montgomery_MCUCXR_0042_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0043_0 + subject_id: Montgomery_MCUCXR_0043_0 + split: train + image: images/Montgomery_MCUCXR_0043_0.png + label: labels/Montgomery_MCUCXR_0043_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0044_0 + subject_id: Montgomery_MCUCXR_0044_0 + split: val + image: images/Montgomery_MCUCXR_0044_0.png + label: labels/Montgomery_MCUCXR_0044_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0045_0 + subject_id: Montgomery_MCUCXR_0045_0 + split: train + image: images/Montgomery_MCUCXR_0045_0.png + label: labels/Montgomery_MCUCXR_0045_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0046_0 + subject_id: Montgomery_MCUCXR_0046_0 + split: train + image: images/Montgomery_MCUCXR_0046_0.png + label: labels/Montgomery_MCUCXR_0046_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0047_0 + subject_id: Montgomery_MCUCXR_0047_0 + split: train + image: images/Montgomery_MCUCXR_0047_0.png + label: labels/Montgomery_MCUCXR_0047_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0048_0 + subject_id: Montgomery_MCUCXR_0048_0 + split: train + image: images/Montgomery_MCUCXR_0048_0.png + label: labels/Montgomery_MCUCXR_0048_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0049_0 + subject_id: Montgomery_MCUCXR_0049_0 + split: train + image: images/Montgomery_MCUCXR_0049_0.png + label: labels/Montgomery_MCUCXR_0049_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0051_0 + subject_id: Montgomery_MCUCXR_0051_0 + split: train + image: images/Montgomery_MCUCXR_0051_0.png + label: labels/Montgomery_MCUCXR_0051_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0052_0 + subject_id: Montgomery_MCUCXR_0052_0 + split: train + image: images/Montgomery_MCUCXR_0052_0.png + label: labels/Montgomery_MCUCXR_0052_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0053_0 + subject_id: Montgomery_MCUCXR_0053_0 + split: train + image: images/Montgomery_MCUCXR_0053_0.png + label: labels/Montgomery_MCUCXR_0053_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0054_0 + subject_id: Montgomery_MCUCXR_0054_0 + split: train + image: images/Montgomery_MCUCXR_0054_0.png + label: labels/Montgomery_MCUCXR_0054_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0055_0 + subject_id: Montgomery_MCUCXR_0055_0 + split: train + image: images/Montgomery_MCUCXR_0055_0.png + label: labels/Montgomery_MCUCXR_0055_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0056_0 + subject_id: Montgomery_MCUCXR_0056_0 + split: test + image: images/Montgomery_MCUCXR_0056_0.png + label: labels/Montgomery_MCUCXR_0056_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0057_0 + subject_id: Montgomery_MCUCXR_0057_0 + split: train + image: images/Montgomery_MCUCXR_0057_0.png + label: labels/Montgomery_MCUCXR_0057_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0058_0 + subject_id: Montgomery_MCUCXR_0058_0 + split: test + image: images/Montgomery_MCUCXR_0058_0.png + label: labels/Montgomery_MCUCXR_0058_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0059_0 + subject_id: Montgomery_MCUCXR_0059_0 + split: train + image: images/Montgomery_MCUCXR_0059_0.png + label: labels/Montgomery_MCUCXR_0059_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0060_0 + subject_id: Montgomery_MCUCXR_0060_0 + split: train + image: images/Montgomery_MCUCXR_0060_0.png + label: labels/Montgomery_MCUCXR_0060_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0061_0 + subject_id: Montgomery_MCUCXR_0061_0 + split: train + image: images/Montgomery_MCUCXR_0061_0.png + label: labels/Montgomery_MCUCXR_0061_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0062_0 + subject_id: Montgomery_MCUCXR_0062_0 + split: train + image: images/Montgomery_MCUCXR_0062_0.png + label: labels/Montgomery_MCUCXR_0062_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0063_0 + subject_id: Montgomery_MCUCXR_0063_0 + split: train + image: images/Montgomery_MCUCXR_0063_0.png + label: labels/Montgomery_MCUCXR_0063_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0064_0 + subject_id: Montgomery_MCUCXR_0064_0 + split: train + image: images/Montgomery_MCUCXR_0064_0.png + label: labels/Montgomery_MCUCXR_0064_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0068_0 + subject_id: Montgomery_MCUCXR_0068_0 + split: test + image: images/Montgomery_MCUCXR_0068_0.png + label: labels/Montgomery_MCUCXR_0068_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0069_0 + subject_id: Montgomery_MCUCXR_0069_0 + split: train + image: images/Montgomery_MCUCXR_0069_0.png + label: labels/Montgomery_MCUCXR_0069_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0070_0 + subject_id: Montgomery_MCUCXR_0070_0 + split: train + image: images/Montgomery_MCUCXR_0070_0.png + label: labels/Montgomery_MCUCXR_0070_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0071_0 + subject_id: Montgomery_MCUCXR_0071_0 + split: val + image: images/Montgomery_MCUCXR_0071_0.png + label: labels/Montgomery_MCUCXR_0071_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0072_0 + subject_id: Montgomery_MCUCXR_0072_0 + split: train + image: images/Montgomery_MCUCXR_0072_0.png + label: labels/Montgomery_MCUCXR_0072_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0074_0 + subject_id: Montgomery_MCUCXR_0074_0 + split: train + image: images/Montgomery_MCUCXR_0074_0.png + label: labels/Montgomery_MCUCXR_0074_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0075_0 + subject_id: Montgomery_MCUCXR_0075_0 + split: train + image: images/Montgomery_MCUCXR_0075_0.png + label: labels/Montgomery_MCUCXR_0075_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0077_0 + subject_id: Montgomery_MCUCXR_0077_0 + split: train + image: images/Montgomery_MCUCXR_0077_0.png + label: labels/Montgomery_MCUCXR_0077_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0079_0 + subject_id: Montgomery_MCUCXR_0079_0 + split: train + image: images/Montgomery_MCUCXR_0079_0.png + label: labels/Montgomery_MCUCXR_0079_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0080_0 + subject_id: Montgomery_MCUCXR_0080_0 + split: train + image: images/Montgomery_MCUCXR_0080_0.png + label: labels/Montgomery_MCUCXR_0080_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0081_0 + subject_id: Montgomery_MCUCXR_0081_0 + split: val + image: images/Montgomery_MCUCXR_0081_0.png + label: labels/Montgomery_MCUCXR_0081_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0082_0 + subject_id: Montgomery_MCUCXR_0082_0 + split: test + image: images/Montgomery_MCUCXR_0082_0.png + label: labels/Montgomery_MCUCXR_0082_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0083_0 + subject_id: Montgomery_MCUCXR_0083_0 + split: train + image: images/Montgomery_MCUCXR_0083_0.png + label: labels/Montgomery_MCUCXR_0083_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0084_0 + subject_id: Montgomery_MCUCXR_0084_0 + split: train + image: images/Montgomery_MCUCXR_0084_0.png + label: labels/Montgomery_MCUCXR_0084_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0085_0 + subject_id: Montgomery_MCUCXR_0085_0 + split: val + image: images/Montgomery_MCUCXR_0085_0.png + label: labels/Montgomery_MCUCXR_0085_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0086_0 + subject_id: Montgomery_MCUCXR_0086_0 + split: val + image: images/Montgomery_MCUCXR_0086_0.png + label: labels/Montgomery_MCUCXR_0086_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0087_0 + subject_id: Montgomery_MCUCXR_0087_0 + split: train + image: images/Montgomery_MCUCXR_0087_0.png + label: labels/Montgomery_MCUCXR_0087_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0089_0 + subject_id: Montgomery_MCUCXR_0089_0 + split: test + image: images/Montgomery_MCUCXR_0089_0.png + label: labels/Montgomery_MCUCXR_0089_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0090_0 + subject_id: Montgomery_MCUCXR_0090_0 + split: test + image: images/Montgomery_MCUCXR_0090_0.png + label: labels/Montgomery_MCUCXR_0090_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0091_0 + subject_id: Montgomery_MCUCXR_0091_0 + split: train + image: images/Montgomery_MCUCXR_0091_0.png + label: labels/Montgomery_MCUCXR_0091_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0092_0 + subject_id: Montgomery_MCUCXR_0092_0 + split: val + image: images/Montgomery_MCUCXR_0092_0.png + label: labels/Montgomery_MCUCXR_0092_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0094_0 + subject_id: Montgomery_MCUCXR_0094_0 + split: val + image: images/Montgomery_MCUCXR_0094_0.png + label: labels/Montgomery_MCUCXR_0094_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0095_0 + subject_id: Montgomery_MCUCXR_0095_0 + split: train + image: images/Montgomery_MCUCXR_0095_0.png + label: labels/Montgomery_MCUCXR_0095_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0096_0 + subject_id: Montgomery_MCUCXR_0096_0 + split: train + image: images/Montgomery_MCUCXR_0096_0.png + label: labels/Montgomery_MCUCXR_0096_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0097_0 + subject_id: Montgomery_MCUCXR_0097_0 + split: train + image: images/Montgomery_MCUCXR_0097_0.png + label: labels/Montgomery_MCUCXR_0097_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0099_0 + subject_id: Montgomery_MCUCXR_0099_0 + split: train + image: images/Montgomery_MCUCXR_0099_0.png + label: labels/Montgomery_MCUCXR_0099_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0100_0 + subject_id: Montgomery_MCUCXR_0100_0 + split: train + image: images/Montgomery_MCUCXR_0100_0.png + label: labels/Montgomery_MCUCXR_0100_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0101_0 + subject_id: Montgomery_MCUCXR_0101_0 + split: train + image: images/Montgomery_MCUCXR_0101_0.png + label: labels/Montgomery_MCUCXR_0101_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0102_0 + subject_id: Montgomery_MCUCXR_0102_0 + split: train + image: images/Montgomery_MCUCXR_0102_0.png + label: labels/Montgomery_MCUCXR_0102_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0103_0 + subject_id: Montgomery_MCUCXR_0103_0 + split: test + image: images/Montgomery_MCUCXR_0103_0.png + label: labels/Montgomery_MCUCXR_0103_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0104_1 + subject_id: Montgomery_MCUCXR_0104_1 + split: train + image: images/Montgomery_MCUCXR_0104_1.png + label: labels/Montgomery_MCUCXR_0104_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0108_1 + subject_id: Montgomery_MCUCXR_0108_1 + split: train + image: images/Montgomery_MCUCXR_0108_1.png + label: labels/Montgomery_MCUCXR_0108_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0113_1 + subject_id: Montgomery_MCUCXR_0113_1 + split: train + image: images/Montgomery_MCUCXR_0113_1.png + label: labels/Montgomery_MCUCXR_0113_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0117_1 + subject_id: Montgomery_MCUCXR_0117_1 + split: train + image: images/Montgomery_MCUCXR_0117_1.png + label: labels/Montgomery_MCUCXR_0117_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0126_1 + subject_id: Montgomery_MCUCXR_0126_1 + split: test + image: images/Montgomery_MCUCXR_0126_1.png + label: labels/Montgomery_MCUCXR_0126_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0140_1 + subject_id: Montgomery_MCUCXR_0140_1 + split: train + image: images/Montgomery_MCUCXR_0140_1.png + label: labels/Montgomery_MCUCXR_0140_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0141_1 + subject_id: Montgomery_MCUCXR_0141_1 + split: train + image: images/Montgomery_MCUCXR_0141_1.png + label: labels/Montgomery_MCUCXR_0141_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0142_1 + subject_id: Montgomery_MCUCXR_0142_1 + split: train + image: images/Montgomery_MCUCXR_0142_1.png + label: labels/Montgomery_MCUCXR_0142_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0144_1 + subject_id: Montgomery_MCUCXR_0144_1 + split: train + image: images/Montgomery_MCUCXR_0144_1.png + label: labels/Montgomery_MCUCXR_0144_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0150_1 + subject_id: Montgomery_MCUCXR_0150_1 + split: val + image: images/Montgomery_MCUCXR_0150_1.png + label: labels/Montgomery_MCUCXR_0150_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0162_1 + subject_id: Montgomery_MCUCXR_0162_1 + split: test + image: images/Montgomery_MCUCXR_0162_1.png + label: labels/Montgomery_MCUCXR_0162_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0166_1 + subject_id: Montgomery_MCUCXR_0166_1 + split: train + image: images/Montgomery_MCUCXR_0166_1.png + label: labels/Montgomery_MCUCXR_0166_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0170_1 + subject_id: Montgomery_MCUCXR_0170_1 + split: test + image: images/Montgomery_MCUCXR_0170_1.png + label: labels/Montgomery_MCUCXR_0170_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0173_1 + subject_id: Montgomery_MCUCXR_0173_1 + split: test + image: images/Montgomery_MCUCXR_0173_1.png + label: labels/Montgomery_MCUCXR_0173_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0182_1 + subject_id: Montgomery_MCUCXR_0182_1 + split: train + image: images/Montgomery_MCUCXR_0182_1.png + label: labels/Montgomery_MCUCXR_0182_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0188_1 + subject_id: Montgomery_MCUCXR_0188_1 + split: train + image: images/Montgomery_MCUCXR_0188_1.png + label: labels/Montgomery_MCUCXR_0188_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0194_1 + subject_id: Montgomery_MCUCXR_0194_1 + split: train + image: images/Montgomery_MCUCXR_0194_1.png + label: labels/Montgomery_MCUCXR_0194_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0195_1 + subject_id: Montgomery_MCUCXR_0195_1 + split: train + image: images/Montgomery_MCUCXR_0195_1.png + label: labels/Montgomery_MCUCXR_0195_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0196_1 + subject_id: Montgomery_MCUCXR_0196_1 + split: train + image: images/Montgomery_MCUCXR_0196_1.png + label: labels/Montgomery_MCUCXR_0196_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0203_1 + subject_id: Montgomery_MCUCXR_0203_1 + split: train + image: images/Montgomery_MCUCXR_0203_1.png + label: labels/Montgomery_MCUCXR_0203_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0213_1 + subject_id: Montgomery_MCUCXR_0213_1 + split: val + image: images/Montgomery_MCUCXR_0213_1.png + label: labels/Montgomery_MCUCXR_0213_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0218_1 + subject_id: Montgomery_MCUCXR_0218_1 + split: train + image: images/Montgomery_MCUCXR_0218_1.png + label: labels/Montgomery_MCUCXR_0218_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0223_1 + subject_id: Montgomery_MCUCXR_0223_1 + split: train + image: images/Montgomery_MCUCXR_0223_1.png + label: labels/Montgomery_MCUCXR_0223_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0228_1 + subject_id: Montgomery_MCUCXR_0228_1 + split: train + image: images/Montgomery_MCUCXR_0228_1.png + label: labels/Montgomery_MCUCXR_0228_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0243_1 + subject_id: Montgomery_MCUCXR_0243_1 + split: train + image: images/Montgomery_MCUCXR_0243_1.png + label: labels/Montgomery_MCUCXR_0243_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0251_1 + subject_id: Montgomery_MCUCXR_0251_1 + split: train + image: images/Montgomery_MCUCXR_0251_1.png + label: labels/Montgomery_MCUCXR_0251_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0253_1 + subject_id: Montgomery_MCUCXR_0253_1 + split: train + image: images/Montgomery_MCUCXR_0253_1.png + label: labels/Montgomery_MCUCXR_0253_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0254_1 + subject_id: Montgomery_MCUCXR_0254_1 + split: train + image: images/Montgomery_MCUCXR_0254_1.png + label: labels/Montgomery_MCUCXR_0254_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0255_1 + subject_id: Montgomery_MCUCXR_0255_1 + split: train + image: images/Montgomery_MCUCXR_0255_1.png + label: labels/Montgomery_MCUCXR_0255_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0258_1 + subject_id: Montgomery_MCUCXR_0258_1 + split: val + image: images/Montgomery_MCUCXR_0258_1.png + label: labels/Montgomery_MCUCXR_0258_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0264_1 + subject_id: Montgomery_MCUCXR_0264_1 + split: train + image: images/Montgomery_MCUCXR_0264_1.png + label: labels/Montgomery_MCUCXR_0264_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0266_1 + subject_id: Montgomery_MCUCXR_0266_1 + split: val + image: images/Montgomery_MCUCXR_0266_1.png + label: labels/Montgomery_MCUCXR_0266_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0275_1 + subject_id: Montgomery_MCUCXR_0275_1 + split: train + image: images/Montgomery_MCUCXR_0275_1.png + label: labels/Montgomery_MCUCXR_0275_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0282_1 + subject_id: Montgomery_MCUCXR_0282_1 + split: test + image: images/Montgomery_MCUCXR_0282_1.png + label: labels/Montgomery_MCUCXR_0282_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0289_1 + subject_id: Montgomery_MCUCXR_0289_1 + split: test + image: images/Montgomery_MCUCXR_0289_1.png + label: labels/Montgomery_MCUCXR_0289_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0294_1 + subject_id: Montgomery_MCUCXR_0294_1 + split: train + image: images/Montgomery_MCUCXR_0294_1.png + label: labels/Montgomery_MCUCXR_0294_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0301_1 + subject_id: Montgomery_MCUCXR_0301_1 + split: val + image: images/Montgomery_MCUCXR_0301_1.png + label: labels/Montgomery_MCUCXR_0301_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0309_1 + subject_id: Montgomery_MCUCXR_0309_1 + split: train + image: images/Montgomery_MCUCXR_0309_1.png + label: labels/Montgomery_MCUCXR_0309_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0311_1 + subject_id: Montgomery_MCUCXR_0311_1 + split: test + image: images/Montgomery_MCUCXR_0311_1.png + label: labels/Montgomery_MCUCXR_0311_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0313_1 + subject_id: Montgomery_MCUCXR_0313_1 + split: train + image: images/Montgomery_MCUCXR_0313_1.png + label: labels/Montgomery_MCUCXR_0313_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0316_1 + subject_id: Montgomery_MCUCXR_0316_1 + split: train + image: images/Montgomery_MCUCXR_0316_1.png + label: labels/Montgomery_MCUCXR_0316_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0331_1 + subject_id: Montgomery_MCUCXR_0331_1 + split: train + image: images/Montgomery_MCUCXR_0331_1.png + label: labels/Montgomery_MCUCXR_0331_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0334_1 + subject_id: Montgomery_MCUCXR_0334_1 + split: train + image: images/Montgomery_MCUCXR_0334_1.png + label: labels/Montgomery_MCUCXR_0334_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0338_1 + subject_id: Montgomery_MCUCXR_0338_1 + split: train + image: images/Montgomery_MCUCXR_0338_1.png + label: labels/Montgomery_MCUCXR_0338_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0348_1 + subject_id: Montgomery_MCUCXR_0348_1 + split: val + image: images/Montgomery_MCUCXR_0348_1.png + label: labels/Montgomery_MCUCXR_0348_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0350_1 + subject_id: Montgomery_MCUCXR_0350_1 + split: train + image: images/Montgomery_MCUCXR_0350_1.png + label: labels/Montgomery_MCUCXR_0350_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0352_1 + subject_id: Montgomery_MCUCXR_0352_1 + split: train + image: images/Montgomery_MCUCXR_0352_1.png + label: labels/Montgomery_MCUCXR_0352_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0354_1 + subject_id: Montgomery_MCUCXR_0354_1 + split: val + image: images/Montgomery_MCUCXR_0354_1.png + label: labels/Montgomery_MCUCXR_0354_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0362_1 + subject_id: Montgomery_MCUCXR_0362_1 + split: test + image: images/Montgomery_MCUCXR_0362_1.png + label: labels/Montgomery_MCUCXR_0362_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0367_1 + subject_id: Montgomery_MCUCXR_0367_1 + split: train + image: images/Montgomery_MCUCXR_0367_1.png + label: labels/Montgomery_MCUCXR_0367_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0369_1 + subject_id: Montgomery_MCUCXR_0369_1 + split: train + image: images/Montgomery_MCUCXR_0369_1.png + label: labels/Montgomery_MCUCXR_0369_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0372_1 + subject_id: Montgomery_MCUCXR_0372_1 + split: train + image: images/Montgomery_MCUCXR_0372_1.png + label: labels/Montgomery_MCUCXR_0372_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0375_1 + subject_id: Montgomery_MCUCXR_0375_1 + split: val + image: images/Montgomery_MCUCXR_0375_1.png + label: labels/Montgomery_MCUCXR_0375_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0383_1 + subject_id: Montgomery_MCUCXR_0383_1 + split: train + image: images/Montgomery_MCUCXR_0383_1.png + label: labels/Montgomery_MCUCXR_0383_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0387_1 + subject_id: Montgomery_MCUCXR_0387_1 + split: train + image: images/Montgomery_MCUCXR_0387_1.png + label: labels/Montgomery_MCUCXR_0387_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0390_1 + subject_id: Montgomery_MCUCXR_0390_1 + split: test + image: images/Montgomery_MCUCXR_0390_1.png + label: labels/Montgomery_MCUCXR_0390_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0393_1 + subject_id: Montgomery_MCUCXR_0393_1 + split: train + image: images/Montgomery_MCUCXR_0393_1.png + label: labels/Montgomery_MCUCXR_0393_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Montgomery_MCUCXR_0399_1 + subject_id: Montgomery_MCUCXR_0399_1 + split: train + image: images/Montgomery_MCUCXR_0399_1.png + label: labels/Montgomery_MCUCXR_0399_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0001_0 + subject_id: Shenzhen_CHNCXR_0001_0 + split: train + image: images/Shenzhen_CHNCXR_0001_0.png + label: labels/Shenzhen_CHNCXR_0001_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0002_0 + subject_id: Shenzhen_CHNCXR_0002_0 + split: train + image: images/Shenzhen_CHNCXR_0002_0.png + label: labels/Shenzhen_CHNCXR_0002_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0003_0 + subject_id: Shenzhen_CHNCXR_0003_0 + split: train + image: images/Shenzhen_CHNCXR_0003_0.png + label: labels/Shenzhen_CHNCXR_0003_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0004_0 + subject_id: Shenzhen_CHNCXR_0004_0 + split: test + image: images/Shenzhen_CHNCXR_0004_0.png + label: labels/Shenzhen_CHNCXR_0004_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0005_0 + subject_id: Shenzhen_CHNCXR_0005_0 + split: val + image: images/Shenzhen_CHNCXR_0005_0.png + label: labels/Shenzhen_CHNCXR_0005_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0006_0 + subject_id: Shenzhen_CHNCXR_0006_0 + split: train + image: images/Shenzhen_CHNCXR_0006_0.png + label: labels/Shenzhen_CHNCXR_0006_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0007_0 + subject_id: Shenzhen_CHNCXR_0007_0 + split: train + image: images/Shenzhen_CHNCXR_0007_0.png + label: labels/Shenzhen_CHNCXR_0007_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0008_0 + subject_id: Shenzhen_CHNCXR_0008_0 + split: train + image: images/Shenzhen_CHNCXR_0008_0.png + label: labels/Shenzhen_CHNCXR_0008_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0009_0 + subject_id: Shenzhen_CHNCXR_0009_0 + split: test + image: images/Shenzhen_CHNCXR_0009_0.png + label: labels/Shenzhen_CHNCXR_0009_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0010_0 + subject_id: Shenzhen_CHNCXR_0010_0 + split: train + image: images/Shenzhen_CHNCXR_0010_0.png + label: labels/Shenzhen_CHNCXR_0010_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0011_0 + subject_id: Shenzhen_CHNCXR_0011_0 + split: test + image: images/Shenzhen_CHNCXR_0011_0.png + label: labels/Shenzhen_CHNCXR_0011_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0012_0 + subject_id: Shenzhen_CHNCXR_0012_0 + split: train + image: images/Shenzhen_CHNCXR_0012_0.png + label: labels/Shenzhen_CHNCXR_0012_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0013_0 + subject_id: Shenzhen_CHNCXR_0013_0 + split: train + image: images/Shenzhen_CHNCXR_0013_0.png + label: labels/Shenzhen_CHNCXR_0013_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0014_0 + subject_id: Shenzhen_CHNCXR_0014_0 + split: train + image: images/Shenzhen_CHNCXR_0014_0.png + label: labels/Shenzhen_CHNCXR_0014_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0015_0 + subject_id: Shenzhen_CHNCXR_0015_0 + split: val + image: images/Shenzhen_CHNCXR_0015_0.png + label: labels/Shenzhen_CHNCXR_0015_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0016_0 + subject_id: Shenzhen_CHNCXR_0016_0 + split: train + image: images/Shenzhen_CHNCXR_0016_0.png + label: labels/Shenzhen_CHNCXR_0016_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0017_0 + subject_id: Shenzhen_CHNCXR_0017_0 + split: train + image: images/Shenzhen_CHNCXR_0017_0.png + label: labels/Shenzhen_CHNCXR_0017_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0018_0 + subject_id: Shenzhen_CHNCXR_0018_0 + split: train + image: images/Shenzhen_CHNCXR_0018_0.png + label: labels/Shenzhen_CHNCXR_0018_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0019_0 + subject_id: Shenzhen_CHNCXR_0019_0 + split: train + image: images/Shenzhen_CHNCXR_0019_0.png + label: labels/Shenzhen_CHNCXR_0019_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0020_0 + subject_id: Shenzhen_CHNCXR_0020_0 + split: train + image: images/Shenzhen_CHNCXR_0020_0.png + label: labels/Shenzhen_CHNCXR_0020_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0021_0 + subject_id: Shenzhen_CHNCXR_0021_0 + split: train + image: images/Shenzhen_CHNCXR_0021_0.png + label: labels/Shenzhen_CHNCXR_0021_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0022_0 + subject_id: Shenzhen_CHNCXR_0022_0 + split: train + image: images/Shenzhen_CHNCXR_0022_0.png + label: labels/Shenzhen_CHNCXR_0022_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0023_0 + subject_id: Shenzhen_CHNCXR_0023_0 + split: train + image: images/Shenzhen_CHNCXR_0023_0.png + label: labels/Shenzhen_CHNCXR_0023_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0024_0 + subject_id: Shenzhen_CHNCXR_0024_0 + split: val + image: images/Shenzhen_CHNCXR_0024_0.png + label: labels/Shenzhen_CHNCXR_0024_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0026_0 + subject_id: Shenzhen_CHNCXR_0026_0 + split: train + image: images/Shenzhen_CHNCXR_0026_0.png + label: labels/Shenzhen_CHNCXR_0026_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0027_0 + subject_id: Shenzhen_CHNCXR_0027_0 + split: train + image: images/Shenzhen_CHNCXR_0027_0.png + label: labels/Shenzhen_CHNCXR_0027_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0028_0 + subject_id: Shenzhen_CHNCXR_0028_0 + split: test + image: images/Shenzhen_CHNCXR_0028_0.png + label: labels/Shenzhen_CHNCXR_0028_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0029_0 + subject_id: Shenzhen_CHNCXR_0029_0 + split: train + image: images/Shenzhen_CHNCXR_0029_0.png + label: labels/Shenzhen_CHNCXR_0029_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0030_0 + subject_id: Shenzhen_CHNCXR_0030_0 + split: train + image: images/Shenzhen_CHNCXR_0030_0.png + label: labels/Shenzhen_CHNCXR_0030_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0031_0 + subject_id: Shenzhen_CHNCXR_0031_0 + split: train + image: images/Shenzhen_CHNCXR_0031_0.png + label: labels/Shenzhen_CHNCXR_0031_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0032_0 + subject_id: Shenzhen_CHNCXR_0032_0 + split: train + image: images/Shenzhen_CHNCXR_0032_0.png + label: labels/Shenzhen_CHNCXR_0032_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0033_0 + subject_id: Shenzhen_CHNCXR_0033_0 + split: train + image: images/Shenzhen_CHNCXR_0033_0.png + label: labels/Shenzhen_CHNCXR_0033_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0034_0 + subject_id: Shenzhen_CHNCXR_0034_0 + split: train + image: images/Shenzhen_CHNCXR_0034_0.png + label: labels/Shenzhen_CHNCXR_0034_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0035_0 + subject_id: Shenzhen_CHNCXR_0035_0 + split: train + image: images/Shenzhen_CHNCXR_0035_0.png + label: labels/Shenzhen_CHNCXR_0035_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0041_0 + subject_id: Shenzhen_CHNCXR_0041_0 + split: train + image: images/Shenzhen_CHNCXR_0041_0.png + label: labels/Shenzhen_CHNCXR_0041_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0042_0 + subject_id: Shenzhen_CHNCXR_0042_0 + split: val + image: images/Shenzhen_CHNCXR_0042_0.png + label: labels/Shenzhen_CHNCXR_0042_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0043_0 + subject_id: Shenzhen_CHNCXR_0043_0 + split: val + image: images/Shenzhen_CHNCXR_0043_0.png + label: labels/Shenzhen_CHNCXR_0043_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0044_0 + subject_id: Shenzhen_CHNCXR_0044_0 + split: train + image: images/Shenzhen_CHNCXR_0044_0.png + label: labels/Shenzhen_CHNCXR_0044_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0045_0 + subject_id: Shenzhen_CHNCXR_0045_0 + split: train + image: images/Shenzhen_CHNCXR_0045_0.png + label: labels/Shenzhen_CHNCXR_0045_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0046_0 + subject_id: Shenzhen_CHNCXR_0046_0 + split: val + image: images/Shenzhen_CHNCXR_0046_0.png + label: labels/Shenzhen_CHNCXR_0046_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0047_0 + subject_id: Shenzhen_CHNCXR_0047_0 + split: train + image: images/Shenzhen_CHNCXR_0047_0.png + label: labels/Shenzhen_CHNCXR_0047_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0048_0 + subject_id: Shenzhen_CHNCXR_0048_0 + split: train + image: images/Shenzhen_CHNCXR_0048_0.png + label: labels/Shenzhen_CHNCXR_0048_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0049_0 + subject_id: Shenzhen_CHNCXR_0049_0 + split: train + image: images/Shenzhen_CHNCXR_0049_0.png + label: labels/Shenzhen_CHNCXR_0049_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0050_0 + subject_id: Shenzhen_CHNCXR_0050_0 + split: train + image: images/Shenzhen_CHNCXR_0050_0.png + label: labels/Shenzhen_CHNCXR_0050_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0051_0 + subject_id: Shenzhen_CHNCXR_0051_0 + split: train + image: images/Shenzhen_CHNCXR_0051_0.png + label: labels/Shenzhen_CHNCXR_0051_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0052_0 + subject_id: Shenzhen_CHNCXR_0052_0 + split: train + image: images/Shenzhen_CHNCXR_0052_0.png + label: labels/Shenzhen_CHNCXR_0052_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0053_0 + subject_id: Shenzhen_CHNCXR_0053_0 + split: val + image: images/Shenzhen_CHNCXR_0053_0.png + label: labels/Shenzhen_CHNCXR_0053_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0054_0 + subject_id: Shenzhen_CHNCXR_0054_0 + split: test + image: images/Shenzhen_CHNCXR_0054_0.png + label: labels/Shenzhen_CHNCXR_0054_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0055_0 + subject_id: Shenzhen_CHNCXR_0055_0 + split: train + image: images/Shenzhen_CHNCXR_0055_0.png + label: labels/Shenzhen_CHNCXR_0055_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0056_0 + subject_id: Shenzhen_CHNCXR_0056_0 + split: train + image: images/Shenzhen_CHNCXR_0056_0.png + label: labels/Shenzhen_CHNCXR_0056_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0057_0 + subject_id: Shenzhen_CHNCXR_0057_0 + split: train + image: images/Shenzhen_CHNCXR_0057_0.png + label: labels/Shenzhen_CHNCXR_0057_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0058_0 + subject_id: Shenzhen_CHNCXR_0058_0 + split: train + image: images/Shenzhen_CHNCXR_0058_0.png + label: labels/Shenzhen_CHNCXR_0058_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0059_0 + subject_id: Shenzhen_CHNCXR_0059_0 + split: train + image: images/Shenzhen_CHNCXR_0059_0.png + label: labels/Shenzhen_CHNCXR_0059_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0060_0 + subject_id: Shenzhen_CHNCXR_0060_0 + split: val + image: images/Shenzhen_CHNCXR_0060_0.png + label: labels/Shenzhen_CHNCXR_0060_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0061_0 + subject_id: Shenzhen_CHNCXR_0061_0 + split: train + image: images/Shenzhen_CHNCXR_0061_0.png + label: labels/Shenzhen_CHNCXR_0061_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0062_0 + subject_id: Shenzhen_CHNCXR_0062_0 + split: train + image: images/Shenzhen_CHNCXR_0062_0.png + label: labels/Shenzhen_CHNCXR_0062_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0063_0 + subject_id: Shenzhen_CHNCXR_0063_0 + split: train + image: images/Shenzhen_CHNCXR_0063_0.png + label: labels/Shenzhen_CHNCXR_0063_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0064_0 + subject_id: Shenzhen_CHNCXR_0064_0 + split: train + image: images/Shenzhen_CHNCXR_0064_0.png + label: labels/Shenzhen_CHNCXR_0064_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0066_0 + subject_id: Shenzhen_CHNCXR_0066_0 + split: train + image: images/Shenzhen_CHNCXR_0066_0.png + label: labels/Shenzhen_CHNCXR_0066_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0067_0 + subject_id: Shenzhen_CHNCXR_0067_0 + split: test + image: images/Shenzhen_CHNCXR_0067_0.png + label: labels/Shenzhen_CHNCXR_0067_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0068_0 + subject_id: Shenzhen_CHNCXR_0068_0 + split: train + image: images/Shenzhen_CHNCXR_0068_0.png + label: labels/Shenzhen_CHNCXR_0068_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0069_0 + subject_id: Shenzhen_CHNCXR_0069_0 + split: val + image: images/Shenzhen_CHNCXR_0069_0.png + label: labels/Shenzhen_CHNCXR_0069_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0070_0 + subject_id: Shenzhen_CHNCXR_0070_0 + split: train + image: images/Shenzhen_CHNCXR_0070_0.png + label: labels/Shenzhen_CHNCXR_0070_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0071_0 + subject_id: Shenzhen_CHNCXR_0071_0 + split: train + image: images/Shenzhen_CHNCXR_0071_0.png + label: labels/Shenzhen_CHNCXR_0071_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0072_0 + subject_id: Shenzhen_CHNCXR_0072_0 + split: train + image: images/Shenzhen_CHNCXR_0072_0.png + label: labels/Shenzhen_CHNCXR_0072_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0073_0 + subject_id: Shenzhen_CHNCXR_0073_0 + split: train + image: images/Shenzhen_CHNCXR_0073_0.png + label: labels/Shenzhen_CHNCXR_0073_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0074_0 + subject_id: Shenzhen_CHNCXR_0074_0 + split: train + image: images/Shenzhen_CHNCXR_0074_0.png + label: labels/Shenzhen_CHNCXR_0074_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0075_0 + subject_id: Shenzhen_CHNCXR_0075_0 + split: train + image: images/Shenzhen_CHNCXR_0075_0.png + label: labels/Shenzhen_CHNCXR_0075_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0076_0 + subject_id: Shenzhen_CHNCXR_0076_0 + split: train + image: images/Shenzhen_CHNCXR_0076_0.png + label: labels/Shenzhen_CHNCXR_0076_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0077_0 + subject_id: Shenzhen_CHNCXR_0077_0 + split: train + image: images/Shenzhen_CHNCXR_0077_0.png + label: labels/Shenzhen_CHNCXR_0077_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0078_0 + subject_id: Shenzhen_CHNCXR_0078_0 + split: train + image: images/Shenzhen_CHNCXR_0078_0.png + label: labels/Shenzhen_CHNCXR_0078_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0079_0 + subject_id: Shenzhen_CHNCXR_0079_0 + split: train + image: images/Shenzhen_CHNCXR_0079_0.png + label: labels/Shenzhen_CHNCXR_0079_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0080_0 + subject_id: Shenzhen_CHNCXR_0080_0 + split: train + image: images/Shenzhen_CHNCXR_0080_0.png + label: labels/Shenzhen_CHNCXR_0080_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0081_0 + subject_id: Shenzhen_CHNCXR_0081_0 + split: val + image: images/Shenzhen_CHNCXR_0081_0.png + label: labels/Shenzhen_CHNCXR_0081_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0082_0 + subject_id: Shenzhen_CHNCXR_0082_0 + split: train + image: images/Shenzhen_CHNCXR_0082_0.png + label: labels/Shenzhen_CHNCXR_0082_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0083_0 + subject_id: Shenzhen_CHNCXR_0083_0 + split: train + image: images/Shenzhen_CHNCXR_0083_0.png + label: labels/Shenzhen_CHNCXR_0083_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0084_0 + subject_id: Shenzhen_CHNCXR_0084_0 + split: train + image: images/Shenzhen_CHNCXR_0084_0.png + label: labels/Shenzhen_CHNCXR_0084_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0085_0 + subject_id: Shenzhen_CHNCXR_0085_0 + split: train + image: images/Shenzhen_CHNCXR_0085_0.png + label: labels/Shenzhen_CHNCXR_0085_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0086_0 + subject_id: Shenzhen_CHNCXR_0086_0 + split: train + image: images/Shenzhen_CHNCXR_0086_0.png + label: labels/Shenzhen_CHNCXR_0086_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0087_0 + subject_id: Shenzhen_CHNCXR_0087_0 + split: train + image: images/Shenzhen_CHNCXR_0087_0.png + label: labels/Shenzhen_CHNCXR_0087_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0088_0 + subject_id: Shenzhen_CHNCXR_0088_0 + split: val + image: images/Shenzhen_CHNCXR_0088_0.png + label: labels/Shenzhen_CHNCXR_0088_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0089_0 + subject_id: Shenzhen_CHNCXR_0089_0 + split: train + image: images/Shenzhen_CHNCXR_0089_0.png + label: labels/Shenzhen_CHNCXR_0089_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0090_0 + subject_id: Shenzhen_CHNCXR_0090_0 + split: train + image: images/Shenzhen_CHNCXR_0090_0.png + label: labels/Shenzhen_CHNCXR_0090_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0091_0 + subject_id: Shenzhen_CHNCXR_0091_0 + split: train + image: images/Shenzhen_CHNCXR_0091_0.png + label: labels/Shenzhen_CHNCXR_0091_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0092_0 + subject_id: Shenzhen_CHNCXR_0092_0 + split: train + image: images/Shenzhen_CHNCXR_0092_0.png + label: labels/Shenzhen_CHNCXR_0092_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0093_0 + subject_id: Shenzhen_CHNCXR_0093_0 + split: train + image: images/Shenzhen_CHNCXR_0093_0.png + label: labels/Shenzhen_CHNCXR_0093_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0094_0 + subject_id: Shenzhen_CHNCXR_0094_0 + split: train + image: images/Shenzhen_CHNCXR_0094_0.png + label: labels/Shenzhen_CHNCXR_0094_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0095_0 + subject_id: Shenzhen_CHNCXR_0095_0 + split: train + image: images/Shenzhen_CHNCXR_0095_0.png + label: labels/Shenzhen_CHNCXR_0095_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0096_0 + subject_id: Shenzhen_CHNCXR_0096_0 + split: train + image: images/Shenzhen_CHNCXR_0096_0.png + label: labels/Shenzhen_CHNCXR_0096_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0097_0 + subject_id: Shenzhen_CHNCXR_0097_0 + split: train + image: images/Shenzhen_CHNCXR_0097_0.png + label: labels/Shenzhen_CHNCXR_0097_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0098_0 + subject_id: Shenzhen_CHNCXR_0098_0 + split: train + image: images/Shenzhen_CHNCXR_0098_0.png + label: labels/Shenzhen_CHNCXR_0098_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0099_0 + subject_id: Shenzhen_CHNCXR_0099_0 + split: train + image: images/Shenzhen_CHNCXR_0099_0.png + label: labels/Shenzhen_CHNCXR_0099_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0100_0 + subject_id: Shenzhen_CHNCXR_0100_0 + split: test + image: images/Shenzhen_CHNCXR_0100_0.png + label: labels/Shenzhen_CHNCXR_0100_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0101_0 + subject_id: Shenzhen_CHNCXR_0101_0 + split: val + image: images/Shenzhen_CHNCXR_0101_0.png + label: labels/Shenzhen_CHNCXR_0101_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0102_0 + subject_id: Shenzhen_CHNCXR_0102_0 + split: val + image: images/Shenzhen_CHNCXR_0102_0.png + label: labels/Shenzhen_CHNCXR_0102_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0103_0 + subject_id: Shenzhen_CHNCXR_0103_0 + split: train + image: images/Shenzhen_CHNCXR_0103_0.png + label: labels/Shenzhen_CHNCXR_0103_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0104_0 + subject_id: Shenzhen_CHNCXR_0104_0 + split: train + image: images/Shenzhen_CHNCXR_0104_0.png + label: labels/Shenzhen_CHNCXR_0104_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0105_0 + subject_id: Shenzhen_CHNCXR_0105_0 + split: test + image: images/Shenzhen_CHNCXR_0105_0.png + label: labels/Shenzhen_CHNCXR_0105_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0106_0 + subject_id: Shenzhen_CHNCXR_0106_0 + split: train + image: images/Shenzhen_CHNCXR_0106_0.png + label: labels/Shenzhen_CHNCXR_0106_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0107_0 + subject_id: Shenzhen_CHNCXR_0107_0 + split: train + image: images/Shenzhen_CHNCXR_0107_0.png + label: labels/Shenzhen_CHNCXR_0107_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0108_0 + subject_id: Shenzhen_CHNCXR_0108_0 + split: train + image: images/Shenzhen_CHNCXR_0108_0.png + label: labels/Shenzhen_CHNCXR_0108_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0109_0 + subject_id: Shenzhen_CHNCXR_0109_0 + split: train + image: images/Shenzhen_CHNCXR_0109_0.png + label: labels/Shenzhen_CHNCXR_0109_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0110_0 + subject_id: Shenzhen_CHNCXR_0110_0 + split: train + image: images/Shenzhen_CHNCXR_0110_0.png + label: labels/Shenzhen_CHNCXR_0110_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0111_0 + subject_id: Shenzhen_CHNCXR_0111_0 + split: train + image: images/Shenzhen_CHNCXR_0111_0.png + label: labels/Shenzhen_CHNCXR_0111_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0112_0 + subject_id: Shenzhen_CHNCXR_0112_0 + split: train + image: images/Shenzhen_CHNCXR_0112_0.png + label: labels/Shenzhen_CHNCXR_0112_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0113_0 + subject_id: Shenzhen_CHNCXR_0113_0 + split: train + image: images/Shenzhen_CHNCXR_0113_0.png + label: labels/Shenzhen_CHNCXR_0113_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0114_0 + subject_id: Shenzhen_CHNCXR_0114_0 + split: train + image: images/Shenzhen_CHNCXR_0114_0.png + label: labels/Shenzhen_CHNCXR_0114_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0115_0 + subject_id: Shenzhen_CHNCXR_0115_0 + split: test + image: images/Shenzhen_CHNCXR_0115_0.png + label: labels/Shenzhen_CHNCXR_0115_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0116_0 + subject_id: Shenzhen_CHNCXR_0116_0 + split: train + image: images/Shenzhen_CHNCXR_0116_0.png + label: labels/Shenzhen_CHNCXR_0116_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0117_0 + subject_id: Shenzhen_CHNCXR_0117_0 + split: train + image: images/Shenzhen_CHNCXR_0117_0.png + label: labels/Shenzhen_CHNCXR_0117_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0118_0 + subject_id: Shenzhen_CHNCXR_0118_0 + split: val + image: images/Shenzhen_CHNCXR_0118_0.png + label: labels/Shenzhen_CHNCXR_0118_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0119_0 + subject_id: Shenzhen_CHNCXR_0119_0 + split: test + image: images/Shenzhen_CHNCXR_0119_0.png + label: labels/Shenzhen_CHNCXR_0119_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0120_0 + subject_id: Shenzhen_CHNCXR_0120_0 + split: val + image: images/Shenzhen_CHNCXR_0120_0.png + label: labels/Shenzhen_CHNCXR_0120_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0121_0 + subject_id: Shenzhen_CHNCXR_0121_0 + split: val + image: images/Shenzhen_CHNCXR_0121_0.png + label: labels/Shenzhen_CHNCXR_0121_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0122_0 + subject_id: Shenzhen_CHNCXR_0122_0 + split: test + image: images/Shenzhen_CHNCXR_0122_0.png + label: labels/Shenzhen_CHNCXR_0122_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0123_0 + subject_id: Shenzhen_CHNCXR_0123_0 + split: train + image: images/Shenzhen_CHNCXR_0123_0.png + label: labels/Shenzhen_CHNCXR_0123_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0124_0 + subject_id: Shenzhen_CHNCXR_0124_0 + split: train + image: images/Shenzhen_CHNCXR_0124_0.png + label: labels/Shenzhen_CHNCXR_0124_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0125_0 + subject_id: Shenzhen_CHNCXR_0125_0 + split: test + image: images/Shenzhen_CHNCXR_0125_0.png + label: labels/Shenzhen_CHNCXR_0125_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0126_0 + subject_id: Shenzhen_CHNCXR_0126_0 + split: train + image: images/Shenzhen_CHNCXR_0126_0.png + label: labels/Shenzhen_CHNCXR_0126_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0127_0 + subject_id: Shenzhen_CHNCXR_0127_0 + split: train + image: images/Shenzhen_CHNCXR_0127_0.png + label: labels/Shenzhen_CHNCXR_0127_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0128_0 + subject_id: Shenzhen_CHNCXR_0128_0 + split: train + image: images/Shenzhen_CHNCXR_0128_0.png + label: labels/Shenzhen_CHNCXR_0128_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0129_0 + subject_id: Shenzhen_CHNCXR_0129_0 + split: train + image: images/Shenzhen_CHNCXR_0129_0.png + label: labels/Shenzhen_CHNCXR_0129_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0130_0 + subject_id: Shenzhen_CHNCXR_0130_0 + split: train + image: images/Shenzhen_CHNCXR_0130_0.png + label: labels/Shenzhen_CHNCXR_0130_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0131_0 + subject_id: Shenzhen_CHNCXR_0131_0 + split: train + image: images/Shenzhen_CHNCXR_0131_0.png + label: labels/Shenzhen_CHNCXR_0131_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0132_0 + subject_id: Shenzhen_CHNCXR_0132_0 + split: test + image: images/Shenzhen_CHNCXR_0132_0.png + label: labels/Shenzhen_CHNCXR_0132_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0133_0 + subject_id: Shenzhen_CHNCXR_0133_0 + split: train + image: images/Shenzhen_CHNCXR_0133_0.png + label: labels/Shenzhen_CHNCXR_0133_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0134_0 + subject_id: Shenzhen_CHNCXR_0134_0 + split: val + image: images/Shenzhen_CHNCXR_0134_0.png + label: labels/Shenzhen_CHNCXR_0134_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0135_0 + subject_id: Shenzhen_CHNCXR_0135_0 + split: val + image: images/Shenzhen_CHNCXR_0135_0.png + label: labels/Shenzhen_CHNCXR_0135_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0136_0 + subject_id: Shenzhen_CHNCXR_0136_0 + split: val + image: images/Shenzhen_CHNCXR_0136_0.png + label: labels/Shenzhen_CHNCXR_0136_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0137_0 + subject_id: Shenzhen_CHNCXR_0137_0 + split: test + image: images/Shenzhen_CHNCXR_0137_0.png + label: labels/Shenzhen_CHNCXR_0137_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0138_0 + subject_id: Shenzhen_CHNCXR_0138_0 + split: train + image: images/Shenzhen_CHNCXR_0138_0.png + label: labels/Shenzhen_CHNCXR_0138_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0139_0 + subject_id: Shenzhen_CHNCXR_0139_0 + split: train + image: images/Shenzhen_CHNCXR_0139_0.png + label: labels/Shenzhen_CHNCXR_0139_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0140_0 + subject_id: Shenzhen_CHNCXR_0140_0 + split: test + image: images/Shenzhen_CHNCXR_0140_0.png + label: labels/Shenzhen_CHNCXR_0140_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0141_0 + subject_id: Shenzhen_CHNCXR_0141_0 + split: val + image: images/Shenzhen_CHNCXR_0141_0.png + label: labels/Shenzhen_CHNCXR_0141_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0142_0 + subject_id: Shenzhen_CHNCXR_0142_0 + split: test + image: images/Shenzhen_CHNCXR_0142_0.png + label: labels/Shenzhen_CHNCXR_0142_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0143_0 + subject_id: Shenzhen_CHNCXR_0143_0 + split: train + image: images/Shenzhen_CHNCXR_0143_0.png + label: labels/Shenzhen_CHNCXR_0143_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0144_0 + subject_id: Shenzhen_CHNCXR_0144_0 + split: test + image: images/Shenzhen_CHNCXR_0144_0.png + label: labels/Shenzhen_CHNCXR_0144_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0145_0 + subject_id: Shenzhen_CHNCXR_0145_0 + split: test + image: images/Shenzhen_CHNCXR_0145_0.png + label: labels/Shenzhen_CHNCXR_0145_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0146_0 + subject_id: Shenzhen_CHNCXR_0146_0 + split: train + image: images/Shenzhen_CHNCXR_0146_0.png + label: labels/Shenzhen_CHNCXR_0146_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0147_0 + subject_id: Shenzhen_CHNCXR_0147_0 + split: train + image: images/Shenzhen_CHNCXR_0147_0.png + label: labels/Shenzhen_CHNCXR_0147_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0148_0 + subject_id: Shenzhen_CHNCXR_0148_0 + split: train + image: images/Shenzhen_CHNCXR_0148_0.png + label: labels/Shenzhen_CHNCXR_0148_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0149_0 + subject_id: Shenzhen_CHNCXR_0149_0 + split: train + image: images/Shenzhen_CHNCXR_0149_0.png + label: labels/Shenzhen_CHNCXR_0149_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0150_0 + subject_id: Shenzhen_CHNCXR_0150_0 + split: train + image: images/Shenzhen_CHNCXR_0150_0.png + label: labels/Shenzhen_CHNCXR_0150_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0151_0 + subject_id: Shenzhen_CHNCXR_0151_0 + split: train + image: images/Shenzhen_CHNCXR_0151_0.png + label: labels/Shenzhen_CHNCXR_0151_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0152_0 + subject_id: Shenzhen_CHNCXR_0152_0 + split: train + image: images/Shenzhen_CHNCXR_0152_0.png + label: labels/Shenzhen_CHNCXR_0152_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0153_0 + subject_id: Shenzhen_CHNCXR_0153_0 + split: train + image: images/Shenzhen_CHNCXR_0153_0.png + label: labels/Shenzhen_CHNCXR_0153_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0154_0 + subject_id: Shenzhen_CHNCXR_0154_0 + split: train + image: images/Shenzhen_CHNCXR_0154_0.png + label: labels/Shenzhen_CHNCXR_0154_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0155_0 + subject_id: Shenzhen_CHNCXR_0155_0 + split: train + image: images/Shenzhen_CHNCXR_0155_0.png + label: labels/Shenzhen_CHNCXR_0155_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0156_0 + subject_id: Shenzhen_CHNCXR_0156_0 + split: train + image: images/Shenzhen_CHNCXR_0156_0.png + label: labels/Shenzhen_CHNCXR_0156_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0157_0 + subject_id: Shenzhen_CHNCXR_0157_0 + split: val + image: images/Shenzhen_CHNCXR_0157_0.png + label: labels/Shenzhen_CHNCXR_0157_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0158_0 + subject_id: Shenzhen_CHNCXR_0158_0 + split: train + image: images/Shenzhen_CHNCXR_0158_0.png + label: labels/Shenzhen_CHNCXR_0158_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0159_0 + subject_id: Shenzhen_CHNCXR_0159_0 + split: train + image: images/Shenzhen_CHNCXR_0159_0.png + label: labels/Shenzhen_CHNCXR_0159_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0160_0 + subject_id: Shenzhen_CHNCXR_0160_0 + split: train + image: images/Shenzhen_CHNCXR_0160_0.png + label: labels/Shenzhen_CHNCXR_0160_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0161_0 + subject_id: Shenzhen_CHNCXR_0161_0 + split: train + image: images/Shenzhen_CHNCXR_0161_0.png + label: labels/Shenzhen_CHNCXR_0161_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0162_0 + subject_id: Shenzhen_CHNCXR_0162_0 + split: train + image: images/Shenzhen_CHNCXR_0162_0.png + label: labels/Shenzhen_CHNCXR_0162_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0163_0 + subject_id: Shenzhen_CHNCXR_0163_0 + split: test + image: images/Shenzhen_CHNCXR_0163_0.png + label: labels/Shenzhen_CHNCXR_0163_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0164_0 + subject_id: Shenzhen_CHNCXR_0164_0 + split: test + image: images/Shenzhen_CHNCXR_0164_0.png + label: labels/Shenzhen_CHNCXR_0164_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0165_0 + subject_id: Shenzhen_CHNCXR_0165_0 + split: val + image: images/Shenzhen_CHNCXR_0165_0.png + label: labels/Shenzhen_CHNCXR_0165_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0166_0 + subject_id: Shenzhen_CHNCXR_0166_0 + split: train + image: images/Shenzhen_CHNCXR_0166_0.png + label: labels/Shenzhen_CHNCXR_0166_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0167_0 + subject_id: Shenzhen_CHNCXR_0167_0 + split: train + image: images/Shenzhen_CHNCXR_0167_0.png + label: labels/Shenzhen_CHNCXR_0167_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0168_0 + subject_id: Shenzhen_CHNCXR_0168_0 + split: train + image: images/Shenzhen_CHNCXR_0168_0.png + label: labels/Shenzhen_CHNCXR_0168_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0169_0 + subject_id: Shenzhen_CHNCXR_0169_0 + split: train + image: images/Shenzhen_CHNCXR_0169_0.png + label: labels/Shenzhen_CHNCXR_0169_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0170_0 + subject_id: Shenzhen_CHNCXR_0170_0 + split: train + image: images/Shenzhen_CHNCXR_0170_0.png + label: labels/Shenzhen_CHNCXR_0170_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0171_0 + subject_id: Shenzhen_CHNCXR_0171_0 + split: test + image: images/Shenzhen_CHNCXR_0171_0.png + label: labels/Shenzhen_CHNCXR_0171_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0172_0 + subject_id: Shenzhen_CHNCXR_0172_0 + split: train + image: images/Shenzhen_CHNCXR_0172_0.png + label: labels/Shenzhen_CHNCXR_0172_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0173_0 + subject_id: Shenzhen_CHNCXR_0173_0 + split: test + image: images/Shenzhen_CHNCXR_0173_0.png + label: labels/Shenzhen_CHNCXR_0173_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0174_0 + subject_id: Shenzhen_CHNCXR_0174_0 + split: train + image: images/Shenzhen_CHNCXR_0174_0.png + label: labels/Shenzhen_CHNCXR_0174_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0175_0 + subject_id: Shenzhen_CHNCXR_0175_0 + split: train + image: images/Shenzhen_CHNCXR_0175_0.png + label: labels/Shenzhen_CHNCXR_0175_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0176_0 + subject_id: Shenzhen_CHNCXR_0176_0 + split: test + image: images/Shenzhen_CHNCXR_0176_0.png + label: labels/Shenzhen_CHNCXR_0176_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0177_0 + subject_id: Shenzhen_CHNCXR_0177_0 + split: train + image: images/Shenzhen_CHNCXR_0177_0.png + label: labels/Shenzhen_CHNCXR_0177_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0178_0 + subject_id: Shenzhen_CHNCXR_0178_0 + split: train + image: images/Shenzhen_CHNCXR_0178_0.png + label: labels/Shenzhen_CHNCXR_0178_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0179_0 + subject_id: Shenzhen_CHNCXR_0179_0 + split: train + image: images/Shenzhen_CHNCXR_0179_0.png + label: labels/Shenzhen_CHNCXR_0179_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0180_0 + subject_id: Shenzhen_CHNCXR_0180_0 + split: train + image: images/Shenzhen_CHNCXR_0180_0.png + label: labels/Shenzhen_CHNCXR_0180_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0221_0 + subject_id: Shenzhen_CHNCXR_0221_0 + split: val + image: images/Shenzhen_CHNCXR_0221_0.png + label: labels/Shenzhen_CHNCXR_0221_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0222_0 + subject_id: Shenzhen_CHNCXR_0222_0 + split: train + image: images/Shenzhen_CHNCXR_0222_0.png + label: labels/Shenzhen_CHNCXR_0222_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0223_0 + subject_id: Shenzhen_CHNCXR_0223_0 + split: train + image: images/Shenzhen_CHNCXR_0223_0.png + label: labels/Shenzhen_CHNCXR_0223_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0224_0 + subject_id: Shenzhen_CHNCXR_0224_0 + split: val + image: images/Shenzhen_CHNCXR_0224_0.png + label: labels/Shenzhen_CHNCXR_0224_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0225_0 + subject_id: Shenzhen_CHNCXR_0225_0 + split: train + image: images/Shenzhen_CHNCXR_0225_0.png + label: labels/Shenzhen_CHNCXR_0225_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0226_0 + subject_id: Shenzhen_CHNCXR_0226_0 + split: train + image: images/Shenzhen_CHNCXR_0226_0.png + label: labels/Shenzhen_CHNCXR_0226_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0227_0 + subject_id: Shenzhen_CHNCXR_0227_0 + split: train + image: images/Shenzhen_CHNCXR_0227_0.png + label: labels/Shenzhen_CHNCXR_0227_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0228_0 + subject_id: Shenzhen_CHNCXR_0228_0 + split: val + image: images/Shenzhen_CHNCXR_0228_0.png + label: labels/Shenzhen_CHNCXR_0228_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0229_0 + subject_id: Shenzhen_CHNCXR_0229_0 + split: train + image: images/Shenzhen_CHNCXR_0229_0.png + label: labels/Shenzhen_CHNCXR_0229_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0230_0 + subject_id: Shenzhen_CHNCXR_0230_0 + split: train + image: images/Shenzhen_CHNCXR_0230_0.png + label: labels/Shenzhen_CHNCXR_0230_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0231_0 + subject_id: Shenzhen_CHNCXR_0231_0 + split: train + image: images/Shenzhen_CHNCXR_0231_0.png + label: labels/Shenzhen_CHNCXR_0231_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0232_0 + subject_id: Shenzhen_CHNCXR_0232_0 + split: train + image: images/Shenzhen_CHNCXR_0232_0.png + label: labels/Shenzhen_CHNCXR_0232_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0233_0 + subject_id: Shenzhen_CHNCXR_0233_0 + split: train + image: images/Shenzhen_CHNCXR_0233_0.png + label: labels/Shenzhen_CHNCXR_0233_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0234_0 + subject_id: Shenzhen_CHNCXR_0234_0 + split: train + image: images/Shenzhen_CHNCXR_0234_0.png + label: labels/Shenzhen_CHNCXR_0234_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0235_0 + subject_id: Shenzhen_CHNCXR_0235_0 + split: train + image: images/Shenzhen_CHNCXR_0235_0.png + label: labels/Shenzhen_CHNCXR_0235_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0236_0 + subject_id: Shenzhen_CHNCXR_0236_0 + split: train + image: images/Shenzhen_CHNCXR_0236_0.png + label: labels/Shenzhen_CHNCXR_0236_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0237_0 + subject_id: Shenzhen_CHNCXR_0237_0 + split: train + image: images/Shenzhen_CHNCXR_0237_0.png + label: labels/Shenzhen_CHNCXR_0237_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0238_0 + subject_id: Shenzhen_CHNCXR_0238_0 + split: train + image: images/Shenzhen_CHNCXR_0238_0.png + label: labels/Shenzhen_CHNCXR_0238_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0239_0 + subject_id: Shenzhen_CHNCXR_0239_0 + split: test + image: images/Shenzhen_CHNCXR_0239_0.png + label: labels/Shenzhen_CHNCXR_0239_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0240_0 + subject_id: Shenzhen_CHNCXR_0240_0 + split: train + image: images/Shenzhen_CHNCXR_0240_0.png + label: labels/Shenzhen_CHNCXR_0240_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0241_0 + subject_id: Shenzhen_CHNCXR_0241_0 + split: train + image: images/Shenzhen_CHNCXR_0241_0.png + label: labels/Shenzhen_CHNCXR_0241_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0242_0 + subject_id: Shenzhen_CHNCXR_0242_0 + split: test + image: images/Shenzhen_CHNCXR_0242_0.png + label: labels/Shenzhen_CHNCXR_0242_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0243_0 + subject_id: Shenzhen_CHNCXR_0243_0 + split: train + image: images/Shenzhen_CHNCXR_0243_0.png + label: labels/Shenzhen_CHNCXR_0243_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0244_0 + subject_id: Shenzhen_CHNCXR_0244_0 + split: train + image: images/Shenzhen_CHNCXR_0244_0.png + label: labels/Shenzhen_CHNCXR_0244_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0245_0 + subject_id: Shenzhen_CHNCXR_0245_0 + split: test + image: images/Shenzhen_CHNCXR_0245_0.png + label: labels/Shenzhen_CHNCXR_0245_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0246_0 + subject_id: Shenzhen_CHNCXR_0246_0 + split: train + image: images/Shenzhen_CHNCXR_0246_0.png + label: labels/Shenzhen_CHNCXR_0246_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0247_0 + subject_id: Shenzhen_CHNCXR_0247_0 + split: test + image: images/Shenzhen_CHNCXR_0247_0.png + label: labels/Shenzhen_CHNCXR_0247_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0248_0 + subject_id: Shenzhen_CHNCXR_0248_0 + split: train + image: images/Shenzhen_CHNCXR_0248_0.png + label: labels/Shenzhen_CHNCXR_0248_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0249_0 + subject_id: Shenzhen_CHNCXR_0249_0 + split: train + image: images/Shenzhen_CHNCXR_0249_0.png + label: labels/Shenzhen_CHNCXR_0249_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0250_0 + subject_id: Shenzhen_CHNCXR_0250_0 + split: train + image: images/Shenzhen_CHNCXR_0250_0.png + label: labels/Shenzhen_CHNCXR_0250_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0251_0 + subject_id: Shenzhen_CHNCXR_0251_0 + split: train + image: images/Shenzhen_CHNCXR_0251_0.png + label: labels/Shenzhen_CHNCXR_0251_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0252_0 + subject_id: Shenzhen_CHNCXR_0252_0 + split: train + image: images/Shenzhen_CHNCXR_0252_0.png + label: labels/Shenzhen_CHNCXR_0252_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0253_0 + subject_id: Shenzhen_CHNCXR_0253_0 + split: train + image: images/Shenzhen_CHNCXR_0253_0.png + label: labels/Shenzhen_CHNCXR_0253_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0254_0 + subject_id: Shenzhen_CHNCXR_0254_0 + split: train + image: images/Shenzhen_CHNCXR_0254_0.png + label: labels/Shenzhen_CHNCXR_0254_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0255_0 + subject_id: Shenzhen_CHNCXR_0255_0 + split: train + image: images/Shenzhen_CHNCXR_0255_0.png + label: labels/Shenzhen_CHNCXR_0255_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0256_0 + subject_id: Shenzhen_CHNCXR_0256_0 + split: val + image: images/Shenzhen_CHNCXR_0256_0.png + label: labels/Shenzhen_CHNCXR_0256_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0257_0 + subject_id: Shenzhen_CHNCXR_0257_0 + split: train + image: images/Shenzhen_CHNCXR_0257_0.png + label: labels/Shenzhen_CHNCXR_0257_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0258_0 + subject_id: Shenzhen_CHNCXR_0258_0 + split: train + image: images/Shenzhen_CHNCXR_0258_0.png + label: labels/Shenzhen_CHNCXR_0258_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0259_0 + subject_id: Shenzhen_CHNCXR_0259_0 + split: test + image: images/Shenzhen_CHNCXR_0259_0.png + label: labels/Shenzhen_CHNCXR_0259_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0260_0 + subject_id: Shenzhen_CHNCXR_0260_0 + split: val + image: images/Shenzhen_CHNCXR_0260_0.png + label: labels/Shenzhen_CHNCXR_0260_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0261_0 + subject_id: Shenzhen_CHNCXR_0261_0 + split: train + image: images/Shenzhen_CHNCXR_0261_0.png + label: labels/Shenzhen_CHNCXR_0261_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0262_0 + subject_id: Shenzhen_CHNCXR_0262_0 + split: train + image: images/Shenzhen_CHNCXR_0262_0.png + label: labels/Shenzhen_CHNCXR_0262_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0263_0 + subject_id: Shenzhen_CHNCXR_0263_0 + split: train + image: images/Shenzhen_CHNCXR_0263_0.png + label: labels/Shenzhen_CHNCXR_0263_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0264_0 + subject_id: Shenzhen_CHNCXR_0264_0 + split: train + image: images/Shenzhen_CHNCXR_0264_0.png + label: labels/Shenzhen_CHNCXR_0264_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0265_0 + subject_id: Shenzhen_CHNCXR_0265_0 + split: train + image: images/Shenzhen_CHNCXR_0265_0.png + label: labels/Shenzhen_CHNCXR_0265_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0266_0 + subject_id: Shenzhen_CHNCXR_0266_0 + split: train + image: images/Shenzhen_CHNCXR_0266_0.png + label: labels/Shenzhen_CHNCXR_0266_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0267_0 + subject_id: Shenzhen_CHNCXR_0267_0 + split: train + image: images/Shenzhen_CHNCXR_0267_0.png + label: labels/Shenzhen_CHNCXR_0267_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0268_0 + subject_id: Shenzhen_CHNCXR_0268_0 + split: train + image: images/Shenzhen_CHNCXR_0268_0.png + label: labels/Shenzhen_CHNCXR_0268_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0269_0 + subject_id: Shenzhen_CHNCXR_0269_0 + split: val + image: images/Shenzhen_CHNCXR_0269_0.png + label: labels/Shenzhen_CHNCXR_0269_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0270_0 + subject_id: Shenzhen_CHNCXR_0270_0 + split: val + image: images/Shenzhen_CHNCXR_0270_0.png + label: labels/Shenzhen_CHNCXR_0270_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0271_0 + subject_id: Shenzhen_CHNCXR_0271_0 + split: train + image: images/Shenzhen_CHNCXR_0271_0.png + label: labels/Shenzhen_CHNCXR_0271_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0272_0 + subject_id: Shenzhen_CHNCXR_0272_0 + split: train + image: images/Shenzhen_CHNCXR_0272_0.png + label: labels/Shenzhen_CHNCXR_0272_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0273_0 + subject_id: Shenzhen_CHNCXR_0273_0 + split: val + image: images/Shenzhen_CHNCXR_0273_0.png + label: labels/Shenzhen_CHNCXR_0273_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0274_0 + subject_id: Shenzhen_CHNCXR_0274_0 + split: train + image: images/Shenzhen_CHNCXR_0274_0.png + label: labels/Shenzhen_CHNCXR_0274_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0275_0 + subject_id: Shenzhen_CHNCXR_0275_0 + split: train + image: images/Shenzhen_CHNCXR_0275_0.png + label: labels/Shenzhen_CHNCXR_0275_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0276_0 + subject_id: Shenzhen_CHNCXR_0276_0 + split: train + image: images/Shenzhen_CHNCXR_0276_0.png + label: labels/Shenzhen_CHNCXR_0276_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0277_0 + subject_id: Shenzhen_CHNCXR_0277_0 + split: train + image: images/Shenzhen_CHNCXR_0277_0.png + label: labels/Shenzhen_CHNCXR_0277_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0278_0 + subject_id: Shenzhen_CHNCXR_0278_0 + split: train + image: images/Shenzhen_CHNCXR_0278_0.png + label: labels/Shenzhen_CHNCXR_0278_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0279_0 + subject_id: Shenzhen_CHNCXR_0279_0 + split: train + image: images/Shenzhen_CHNCXR_0279_0.png + label: labels/Shenzhen_CHNCXR_0279_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0280_0 + subject_id: Shenzhen_CHNCXR_0280_0 + split: val + image: images/Shenzhen_CHNCXR_0280_0.png + label: labels/Shenzhen_CHNCXR_0280_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0281_0 + subject_id: Shenzhen_CHNCXR_0281_0 + split: train + image: images/Shenzhen_CHNCXR_0281_0.png + label: labels/Shenzhen_CHNCXR_0281_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0282_0 + subject_id: Shenzhen_CHNCXR_0282_0 + split: train + image: images/Shenzhen_CHNCXR_0282_0.png + label: labels/Shenzhen_CHNCXR_0282_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0283_0 + subject_id: Shenzhen_CHNCXR_0283_0 + split: val + image: images/Shenzhen_CHNCXR_0283_0.png + label: labels/Shenzhen_CHNCXR_0283_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0284_0 + subject_id: Shenzhen_CHNCXR_0284_0 + split: train + image: images/Shenzhen_CHNCXR_0284_0.png + label: labels/Shenzhen_CHNCXR_0284_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0285_0 + subject_id: Shenzhen_CHNCXR_0285_0 + split: train + image: images/Shenzhen_CHNCXR_0285_0.png + label: labels/Shenzhen_CHNCXR_0285_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0286_0 + subject_id: Shenzhen_CHNCXR_0286_0 + split: train + image: images/Shenzhen_CHNCXR_0286_0.png + label: labels/Shenzhen_CHNCXR_0286_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0287_0 + subject_id: Shenzhen_CHNCXR_0287_0 + split: train + image: images/Shenzhen_CHNCXR_0287_0.png + label: labels/Shenzhen_CHNCXR_0287_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0288_0 + subject_id: Shenzhen_CHNCXR_0288_0 + split: train + image: images/Shenzhen_CHNCXR_0288_0.png + label: labels/Shenzhen_CHNCXR_0288_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0289_0 + subject_id: Shenzhen_CHNCXR_0289_0 + split: train + image: images/Shenzhen_CHNCXR_0289_0.png + label: labels/Shenzhen_CHNCXR_0289_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0290_0 + subject_id: Shenzhen_CHNCXR_0290_0 + split: train + image: images/Shenzhen_CHNCXR_0290_0.png + label: labels/Shenzhen_CHNCXR_0290_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0291_0 + subject_id: Shenzhen_CHNCXR_0291_0 + split: test + image: images/Shenzhen_CHNCXR_0291_0.png + label: labels/Shenzhen_CHNCXR_0291_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0292_0 + subject_id: Shenzhen_CHNCXR_0292_0 + split: train + image: images/Shenzhen_CHNCXR_0292_0.png + label: labels/Shenzhen_CHNCXR_0292_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0293_0 + subject_id: Shenzhen_CHNCXR_0293_0 + split: train + image: images/Shenzhen_CHNCXR_0293_0.png + label: labels/Shenzhen_CHNCXR_0293_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0294_0 + subject_id: Shenzhen_CHNCXR_0294_0 + split: test + image: images/Shenzhen_CHNCXR_0294_0.png + label: labels/Shenzhen_CHNCXR_0294_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0295_0 + subject_id: Shenzhen_CHNCXR_0295_0 + split: train + image: images/Shenzhen_CHNCXR_0295_0.png + label: labels/Shenzhen_CHNCXR_0295_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0296_0 + subject_id: Shenzhen_CHNCXR_0296_0 + split: train + image: images/Shenzhen_CHNCXR_0296_0.png + label: labels/Shenzhen_CHNCXR_0296_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0297_0 + subject_id: Shenzhen_CHNCXR_0297_0 + split: train + image: images/Shenzhen_CHNCXR_0297_0.png + label: labels/Shenzhen_CHNCXR_0297_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0298_0 + subject_id: Shenzhen_CHNCXR_0298_0 + split: test + image: images/Shenzhen_CHNCXR_0298_0.png + label: labels/Shenzhen_CHNCXR_0298_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0299_0 + subject_id: Shenzhen_CHNCXR_0299_0 + split: val + image: images/Shenzhen_CHNCXR_0299_0.png + label: labels/Shenzhen_CHNCXR_0299_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0300_0 + subject_id: Shenzhen_CHNCXR_0300_0 + split: test + image: images/Shenzhen_CHNCXR_0300_0.png + label: labels/Shenzhen_CHNCXR_0300_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0301_0 + subject_id: Shenzhen_CHNCXR_0301_0 + split: test + image: images/Shenzhen_CHNCXR_0301_0.png + label: labels/Shenzhen_CHNCXR_0301_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0302_0 + subject_id: Shenzhen_CHNCXR_0302_0 + split: train + image: images/Shenzhen_CHNCXR_0302_0.png + label: labels/Shenzhen_CHNCXR_0302_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0303_0 + subject_id: Shenzhen_CHNCXR_0303_0 + split: train + image: images/Shenzhen_CHNCXR_0303_0.png + label: labels/Shenzhen_CHNCXR_0303_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0304_0 + subject_id: Shenzhen_CHNCXR_0304_0 + split: train + image: images/Shenzhen_CHNCXR_0304_0.png + label: labels/Shenzhen_CHNCXR_0304_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0305_0 + subject_id: Shenzhen_CHNCXR_0305_0 + split: train + image: images/Shenzhen_CHNCXR_0305_0.png + label: labels/Shenzhen_CHNCXR_0305_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0306_0 + subject_id: Shenzhen_CHNCXR_0306_0 + split: train + image: images/Shenzhen_CHNCXR_0306_0.png + label: labels/Shenzhen_CHNCXR_0306_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0307_0 + subject_id: Shenzhen_CHNCXR_0307_0 + split: test + image: images/Shenzhen_CHNCXR_0307_0.png + label: labels/Shenzhen_CHNCXR_0307_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0308_0 + subject_id: Shenzhen_CHNCXR_0308_0 + split: train + image: images/Shenzhen_CHNCXR_0308_0.png + label: labels/Shenzhen_CHNCXR_0308_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0309_0 + subject_id: Shenzhen_CHNCXR_0309_0 + split: train + image: images/Shenzhen_CHNCXR_0309_0.png + label: labels/Shenzhen_CHNCXR_0309_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0310_0 + subject_id: Shenzhen_CHNCXR_0310_0 + split: train + image: images/Shenzhen_CHNCXR_0310_0.png + label: labels/Shenzhen_CHNCXR_0310_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0311_0 + subject_id: Shenzhen_CHNCXR_0311_0 + split: val + image: images/Shenzhen_CHNCXR_0311_0.png + label: labels/Shenzhen_CHNCXR_0311_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0312_0 + subject_id: Shenzhen_CHNCXR_0312_0 + split: test + image: images/Shenzhen_CHNCXR_0312_0.png + label: labels/Shenzhen_CHNCXR_0312_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0313_0 + subject_id: Shenzhen_CHNCXR_0313_0 + split: train + image: images/Shenzhen_CHNCXR_0313_0.png + label: labels/Shenzhen_CHNCXR_0313_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0314_0 + subject_id: Shenzhen_CHNCXR_0314_0 + split: test + image: images/Shenzhen_CHNCXR_0314_0.png + label: labels/Shenzhen_CHNCXR_0314_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0315_0 + subject_id: Shenzhen_CHNCXR_0315_0 + split: train + image: images/Shenzhen_CHNCXR_0315_0.png + label: labels/Shenzhen_CHNCXR_0315_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0316_0 + subject_id: Shenzhen_CHNCXR_0316_0 + split: val + image: images/Shenzhen_CHNCXR_0316_0.png + label: labels/Shenzhen_CHNCXR_0316_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0317_0 + subject_id: Shenzhen_CHNCXR_0317_0 + split: train + image: images/Shenzhen_CHNCXR_0317_0.png + label: labels/Shenzhen_CHNCXR_0317_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0318_0 + subject_id: Shenzhen_CHNCXR_0318_0 + split: val + image: images/Shenzhen_CHNCXR_0318_0.png + label: labels/Shenzhen_CHNCXR_0318_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0319_0 + subject_id: Shenzhen_CHNCXR_0319_0 + split: train + image: images/Shenzhen_CHNCXR_0319_0.png + label: labels/Shenzhen_CHNCXR_0319_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0320_0 + subject_id: Shenzhen_CHNCXR_0320_0 + split: test + image: images/Shenzhen_CHNCXR_0320_0.png + label: labels/Shenzhen_CHNCXR_0320_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0321_0 + subject_id: Shenzhen_CHNCXR_0321_0 + split: train + image: images/Shenzhen_CHNCXR_0321_0.png + label: labels/Shenzhen_CHNCXR_0321_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0322_0 + subject_id: Shenzhen_CHNCXR_0322_0 + split: test + image: images/Shenzhen_CHNCXR_0322_0.png + label: labels/Shenzhen_CHNCXR_0322_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0323_0 + subject_id: Shenzhen_CHNCXR_0323_0 + split: train + image: images/Shenzhen_CHNCXR_0323_0.png + label: labels/Shenzhen_CHNCXR_0323_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0324_0 + subject_id: Shenzhen_CHNCXR_0324_0 + split: train + image: images/Shenzhen_CHNCXR_0324_0.png + label: labels/Shenzhen_CHNCXR_0324_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0325_0 + subject_id: Shenzhen_CHNCXR_0325_0 + split: val + image: images/Shenzhen_CHNCXR_0325_0.png + label: labels/Shenzhen_CHNCXR_0325_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0326_0 + subject_id: Shenzhen_CHNCXR_0326_0 + split: val + image: images/Shenzhen_CHNCXR_0326_0.png + label: labels/Shenzhen_CHNCXR_0326_0.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0327_1 + subject_id: Shenzhen_CHNCXR_0327_1 + split: train + image: images/Shenzhen_CHNCXR_0327_1.png + label: labels/Shenzhen_CHNCXR_0327_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0328_1 + subject_id: Shenzhen_CHNCXR_0328_1 + split: train + image: images/Shenzhen_CHNCXR_0328_1.png + label: labels/Shenzhen_CHNCXR_0328_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0329_1 + subject_id: Shenzhen_CHNCXR_0329_1 + split: test + image: images/Shenzhen_CHNCXR_0329_1.png + label: labels/Shenzhen_CHNCXR_0329_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0330_1 + subject_id: Shenzhen_CHNCXR_0330_1 + split: train + image: images/Shenzhen_CHNCXR_0330_1.png + label: labels/Shenzhen_CHNCXR_0330_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0331_1 + subject_id: Shenzhen_CHNCXR_0331_1 + split: train + image: images/Shenzhen_CHNCXR_0331_1.png + label: labels/Shenzhen_CHNCXR_0331_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0332_1 + subject_id: Shenzhen_CHNCXR_0332_1 + split: train + image: images/Shenzhen_CHNCXR_0332_1.png + label: labels/Shenzhen_CHNCXR_0332_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0333_1 + subject_id: Shenzhen_CHNCXR_0333_1 + split: train + image: images/Shenzhen_CHNCXR_0333_1.png + label: labels/Shenzhen_CHNCXR_0333_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0334_1 + subject_id: Shenzhen_CHNCXR_0334_1 + split: train + image: images/Shenzhen_CHNCXR_0334_1.png + label: labels/Shenzhen_CHNCXR_0334_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0335_1 + subject_id: Shenzhen_CHNCXR_0335_1 + split: train + image: images/Shenzhen_CHNCXR_0335_1.png + label: labels/Shenzhen_CHNCXR_0335_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0337_1 + subject_id: Shenzhen_CHNCXR_0337_1 + split: val + image: images/Shenzhen_CHNCXR_0337_1.png + label: labels/Shenzhen_CHNCXR_0337_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0338_1 + subject_id: Shenzhen_CHNCXR_0338_1 + split: val + image: images/Shenzhen_CHNCXR_0338_1.png + label: labels/Shenzhen_CHNCXR_0338_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0339_1 + subject_id: Shenzhen_CHNCXR_0339_1 + split: train + image: images/Shenzhen_CHNCXR_0339_1.png + label: labels/Shenzhen_CHNCXR_0339_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0340_1 + subject_id: Shenzhen_CHNCXR_0340_1 + split: train + image: images/Shenzhen_CHNCXR_0340_1.png + label: labels/Shenzhen_CHNCXR_0340_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0361_1 + subject_id: Shenzhen_CHNCXR_0361_1 + split: train + image: images/Shenzhen_CHNCXR_0361_1.png + label: labels/Shenzhen_CHNCXR_0361_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0362_1 + subject_id: Shenzhen_CHNCXR_0362_1 + split: train + image: images/Shenzhen_CHNCXR_0362_1.png + label: labels/Shenzhen_CHNCXR_0362_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0363_1 + subject_id: Shenzhen_CHNCXR_0363_1 + split: train + image: images/Shenzhen_CHNCXR_0363_1.png + label: labels/Shenzhen_CHNCXR_0363_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0364_1 + subject_id: Shenzhen_CHNCXR_0364_1 + split: train + image: images/Shenzhen_CHNCXR_0364_1.png + label: labels/Shenzhen_CHNCXR_0364_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0365_1 + subject_id: Shenzhen_CHNCXR_0365_1 + split: train + image: images/Shenzhen_CHNCXR_0365_1.png + label: labels/Shenzhen_CHNCXR_0365_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0366_1 + subject_id: Shenzhen_CHNCXR_0366_1 + split: train + image: images/Shenzhen_CHNCXR_0366_1.png + label: labels/Shenzhen_CHNCXR_0366_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0367_1 + subject_id: Shenzhen_CHNCXR_0367_1 + split: train + image: images/Shenzhen_CHNCXR_0367_1.png + label: labels/Shenzhen_CHNCXR_0367_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0368_1 + subject_id: Shenzhen_CHNCXR_0368_1 + split: train + image: images/Shenzhen_CHNCXR_0368_1.png + label: labels/Shenzhen_CHNCXR_0368_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0369_1 + subject_id: Shenzhen_CHNCXR_0369_1 + split: train + image: images/Shenzhen_CHNCXR_0369_1.png + label: labels/Shenzhen_CHNCXR_0369_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0370_1 + subject_id: Shenzhen_CHNCXR_0370_1 + split: test + image: images/Shenzhen_CHNCXR_0370_1.png + label: labels/Shenzhen_CHNCXR_0370_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0371_1 + subject_id: Shenzhen_CHNCXR_0371_1 + split: train + image: images/Shenzhen_CHNCXR_0371_1.png + label: labels/Shenzhen_CHNCXR_0371_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0372_1 + subject_id: Shenzhen_CHNCXR_0372_1 + split: train + image: images/Shenzhen_CHNCXR_0372_1.png + label: labels/Shenzhen_CHNCXR_0372_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0373_1 + subject_id: Shenzhen_CHNCXR_0373_1 + split: train + image: images/Shenzhen_CHNCXR_0373_1.png + label: labels/Shenzhen_CHNCXR_0373_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0374_1 + subject_id: Shenzhen_CHNCXR_0374_1 + split: train + image: images/Shenzhen_CHNCXR_0374_1.png + label: labels/Shenzhen_CHNCXR_0374_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0375_1 + subject_id: Shenzhen_CHNCXR_0375_1 + split: train + image: images/Shenzhen_CHNCXR_0375_1.png + label: labels/Shenzhen_CHNCXR_0375_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0376_1 + subject_id: Shenzhen_CHNCXR_0376_1 + split: val + image: images/Shenzhen_CHNCXR_0376_1.png + label: labels/Shenzhen_CHNCXR_0376_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0377_1 + subject_id: Shenzhen_CHNCXR_0377_1 + split: train + image: images/Shenzhen_CHNCXR_0377_1.png + label: labels/Shenzhen_CHNCXR_0377_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0378_1 + subject_id: Shenzhen_CHNCXR_0378_1 + split: train + image: images/Shenzhen_CHNCXR_0378_1.png + label: labels/Shenzhen_CHNCXR_0378_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0379_1 + subject_id: Shenzhen_CHNCXR_0379_1 + split: train + image: images/Shenzhen_CHNCXR_0379_1.png + label: labels/Shenzhen_CHNCXR_0379_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0380_1 + subject_id: Shenzhen_CHNCXR_0380_1 + split: train + image: images/Shenzhen_CHNCXR_0380_1.png + label: labels/Shenzhen_CHNCXR_0380_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0381_1 + subject_id: Shenzhen_CHNCXR_0381_1 + split: val + image: images/Shenzhen_CHNCXR_0381_1.png + label: labels/Shenzhen_CHNCXR_0381_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0382_1 + subject_id: Shenzhen_CHNCXR_0382_1 + split: train + image: images/Shenzhen_CHNCXR_0382_1.png + label: labels/Shenzhen_CHNCXR_0382_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0383_1 + subject_id: Shenzhen_CHNCXR_0383_1 + split: train + image: images/Shenzhen_CHNCXR_0383_1.png + label: labels/Shenzhen_CHNCXR_0383_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0384_1 + subject_id: Shenzhen_CHNCXR_0384_1 + split: train + image: images/Shenzhen_CHNCXR_0384_1.png + label: labels/Shenzhen_CHNCXR_0384_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0385_1 + subject_id: Shenzhen_CHNCXR_0385_1 + split: train + image: images/Shenzhen_CHNCXR_0385_1.png + label: labels/Shenzhen_CHNCXR_0385_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0386_1 + subject_id: Shenzhen_CHNCXR_0386_1 + split: train + image: images/Shenzhen_CHNCXR_0386_1.png + label: labels/Shenzhen_CHNCXR_0386_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0387_1 + subject_id: Shenzhen_CHNCXR_0387_1 + split: train + image: images/Shenzhen_CHNCXR_0387_1.png + label: labels/Shenzhen_CHNCXR_0387_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0388_1 + subject_id: Shenzhen_CHNCXR_0388_1 + split: train + image: images/Shenzhen_CHNCXR_0388_1.png + label: labels/Shenzhen_CHNCXR_0388_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0389_1 + subject_id: Shenzhen_CHNCXR_0389_1 + split: train + image: images/Shenzhen_CHNCXR_0389_1.png + label: labels/Shenzhen_CHNCXR_0389_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0390_1 + subject_id: Shenzhen_CHNCXR_0390_1 + split: val + image: images/Shenzhen_CHNCXR_0390_1.png + label: labels/Shenzhen_CHNCXR_0390_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0391_1 + subject_id: Shenzhen_CHNCXR_0391_1 + split: train + image: images/Shenzhen_CHNCXR_0391_1.png + label: labels/Shenzhen_CHNCXR_0391_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0392_1 + subject_id: Shenzhen_CHNCXR_0392_1 + split: train + image: images/Shenzhen_CHNCXR_0392_1.png + label: labels/Shenzhen_CHNCXR_0392_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0393_1 + subject_id: Shenzhen_CHNCXR_0393_1 + split: train + image: images/Shenzhen_CHNCXR_0393_1.png + label: labels/Shenzhen_CHNCXR_0393_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0394_1 + subject_id: Shenzhen_CHNCXR_0394_1 + split: train + image: images/Shenzhen_CHNCXR_0394_1.png + label: labels/Shenzhen_CHNCXR_0394_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0395_1 + subject_id: Shenzhen_CHNCXR_0395_1 + split: test + image: images/Shenzhen_CHNCXR_0395_1.png + label: labels/Shenzhen_CHNCXR_0395_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0396_1 + subject_id: Shenzhen_CHNCXR_0396_1 + split: val + image: images/Shenzhen_CHNCXR_0396_1.png + label: labels/Shenzhen_CHNCXR_0396_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0397_1 + subject_id: Shenzhen_CHNCXR_0397_1 + split: test + image: images/Shenzhen_CHNCXR_0397_1.png + label: labels/Shenzhen_CHNCXR_0397_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0398_1 + subject_id: Shenzhen_CHNCXR_0398_1 + split: train + image: images/Shenzhen_CHNCXR_0398_1.png + label: labels/Shenzhen_CHNCXR_0398_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0399_1 + subject_id: Shenzhen_CHNCXR_0399_1 + split: test + image: images/Shenzhen_CHNCXR_0399_1.png + label: labels/Shenzhen_CHNCXR_0399_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0400_1 + subject_id: Shenzhen_CHNCXR_0400_1 + split: val + image: images/Shenzhen_CHNCXR_0400_1.png + label: labels/Shenzhen_CHNCXR_0400_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0401_1 + subject_id: Shenzhen_CHNCXR_0401_1 + split: train + image: images/Shenzhen_CHNCXR_0401_1.png + label: labels/Shenzhen_CHNCXR_0401_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0402_1 + subject_id: Shenzhen_CHNCXR_0402_1 + split: val + image: images/Shenzhen_CHNCXR_0402_1.png + label: labels/Shenzhen_CHNCXR_0402_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0403_1 + subject_id: Shenzhen_CHNCXR_0403_1 + split: train + image: images/Shenzhen_CHNCXR_0403_1.png + label: labels/Shenzhen_CHNCXR_0403_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0404_1 + subject_id: Shenzhen_CHNCXR_0404_1 + split: train + image: images/Shenzhen_CHNCXR_0404_1.png + label: labels/Shenzhen_CHNCXR_0404_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0405_1 + subject_id: Shenzhen_CHNCXR_0405_1 + split: test + image: images/Shenzhen_CHNCXR_0405_1.png + label: labels/Shenzhen_CHNCXR_0405_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0406_1 + subject_id: Shenzhen_CHNCXR_0406_1 + split: train + image: images/Shenzhen_CHNCXR_0406_1.png + label: labels/Shenzhen_CHNCXR_0406_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0407_1 + subject_id: Shenzhen_CHNCXR_0407_1 + split: train + image: images/Shenzhen_CHNCXR_0407_1.png + label: labels/Shenzhen_CHNCXR_0407_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0408_1 + subject_id: Shenzhen_CHNCXR_0408_1 + split: train + image: images/Shenzhen_CHNCXR_0408_1.png + label: labels/Shenzhen_CHNCXR_0408_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0409_1 + subject_id: Shenzhen_CHNCXR_0409_1 + split: train + image: images/Shenzhen_CHNCXR_0409_1.png + label: labels/Shenzhen_CHNCXR_0409_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0410_1 + subject_id: Shenzhen_CHNCXR_0410_1 + split: test + image: images/Shenzhen_CHNCXR_0410_1.png + label: labels/Shenzhen_CHNCXR_0410_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0411_1 + subject_id: Shenzhen_CHNCXR_0411_1 + split: val + image: images/Shenzhen_CHNCXR_0411_1.png + label: labels/Shenzhen_CHNCXR_0411_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0412_1 + subject_id: Shenzhen_CHNCXR_0412_1 + split: train + image: images/Shenzhen_CHNCXR_0412_1.png + label: labels/Shenzhen_CHNCXR_0412_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0413_1 + subject_id: Shenzhen_CHNCXR_0413_1 + split: train + image: images/Shenzhen_CHNCXR_0413_1.png + label: labels/Shenzhen_CHNCXR_0413_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0414_1 + subject_id: Shenzhen_CHNCXR_0414_1 + split: train + image: images/Shenzhen_CHNCXR_0414_1.png + label: labels/Shenzhen_CHNCXR_0414_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0415_1 + subject_id: Shenzhen_CHNCXR_0415_1 + split: train + image: images/Shenzhen_CHNCXR_0415_1.png + label: labels/Shenzhen_CHNCXR_0415_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0416_1 + subject_id: Shenzhen_CHNCXR_0416_1 + split: train + image: images/Shenzhen_CHNCXR_0416_1.png + label: labels/Shenzhen_CHNCXR_0416_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0417_1 + subject_id: Shenzhen_CHNCXR_0417_1 + split: train + image: images/Shenzhen_CHNCXR_0417_1.png + label: labels/Shenzhen_CHNCXR_0417_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0418_1 + subject_id: Shenzhen_CHNCXR_0418_1 + split: val + image: images/Shenzhen_CHNCXR_0418_1.png + label: labels/Shenzhen_CHNCXR_0418_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0419_1 + subject_id: Shenzhen_CHNCXR_0419_1 + split: test + image: images/Shenzhen_CHNCXR_0419_1.png + label: labels/Shenzhen_CHNCXR_0419_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0420_1 + subject_id: Shenzhen_CHNCXR_0420_1 + split: train + image: images/Shenzhen_CHNCXR_0420_1.png + label: labels/Shenzhen_CHNCXR_0420_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0421_1 + subject_id: Shenzhen_CHNCXR_0421_1 + split: val + image: images/Shenzhen_CHNCXR_0421_1.png + label: labels/Shenzhen_CHNCXR_0421_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0422_1 + subject_id: Shenzhen_CHNCXR_0422_1 + split: train + image: images/Shenzhen_CHNCXR_0422_1.png + label: labels/Shenzhen_CHNCXR_0422_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0423_1 + subject_id: Shenzhen_CHNCXR_0423_1 + split: test + image: images/Shenzhen_CHNCXR_0423_1.png + label: labels/Shenzhen_CHNCXR_0423_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0424_1 + subject_id: Shenzhen_CHNCXR_0424_1 + split: train + image: images/Shenzhen_CHNCXR_0424_1.png + label: labels/Shenzhen_CHNCXR_0424_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0425_1 + subject_id: Shenzhen_CHNCXR_0425_1 + split: train + image: images/Shenzhen_CHNCXR_0425_1.png + label: labels/Shenzhen_CHNCXR_0425_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0426_1 + subject_id: Shenzhen_CHNCXR_0426_1 + split: train + image: images/Shenzhen_CHNCXR_0426_1.png + label: labels/Shenzhen_CHNCXR_0426_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0427_1 + subject_id: Shenzhen_CHNCXR_0427_1 + split: train + image: images/Shenzhen_CHNCXR_0427_1.png + label: labels/Shenzhen_CHNCXR_0427_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0428_1 + subject_id: Shenzhen_CHNCXR_0428_1 + split: train + image: images/Shenzhen_CHNCXR_0428_1.png + label: labels/Shenzhen_CHNCXR_0428_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0429_1 + subject_id: Shenzhen_CHNCXR_0429_1 + split: train + image: images/Shenzhen_CHNCXR_0429_1.png + label: labels/Shenzhen_CHNCXR_0429_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0430_1 + subject_id: Shenzhen_CHNCXR_0430_1 + split: train + image: images/Shenzhen_CHNCXR_0430_1.png + label: labels/Shenzhen_CHNCXR_0430_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0431_1 + subject_id: Shenzhen_CHNCXR_0431_1 + split: train + image: images/Shenzhen_CHNCXR_0431_1.png + label: labels/Shenzhen_CHNCXR_0431_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0432_1 + subject_id: Shenzhen_CHNCXR_0432_1 + split: train + image: images/Shenzhen_CHNCXR_0432_1.png + label: labels/Shenzhen_CHNCXR_0432_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0433_1 + subject_id: Shenzhen_CHNCXR_0433_1 + split: train + image: images/Shenzhen_CHNCXR_0433_1.png + label: labels/Shenzhen_CHNCXR_0433_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0434_1 + subject_id: Shenzhen_CHNCXR_0434_1 + split: train + image: images/Shenzhen_CHNCXR_0434_1.png + label: labels/Shenzhen_CHNCXR_0434_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0435_1 + subject_id: Shenzhen_CHNCXR_0435_1 + split: train + image: images/Shenzhen_CHNCXR_0435_1.png + label: labels/Shenzhen_CHNCXR_0435_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0436_1 + subject_id: Shenzhen_CHNCXR_0436_1 + split: val + image: images/Shenzhen_CHNCXR_0436_1.png + label: labels/Shenzhen_CHNCXR_0436_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0437_1 + subject_id: Shenzhen_CHNCXR_0437_1 + split: train + image: images/Shenzhen_CHNCXR_0437_1.png + label: labels/Shenzhen_CHNCXR_0437_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0438_1 + subject_id: Shenzhen_CHNCXR_0438_1 + split: train + image: images/Shenzhen_CHNCXR_0438_1.png + label: labels/Shenzhen_CHNCXR_0438_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0439_1 + subject_id: Shenzhen_CHNCXR_0439_1 + split: train + image: images/Shenzhen_CHNCXR_0439_1.png + label: labels/Shenzhen_CHNCXR_0439_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0440_1 + subject_id: Shenzhen_CHNCXR_0440_1 + split: train + image: images/Shenzhen_CHNCXR_0440_1.png + label: labels/Shenzhen_CHNCXR_0440_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0441_1 + subject_id: Shenzhen_CHNCXR_0441_1 + split: train + image: images/Shenzhen_CHNCXR_0441_1.png + label: labels/Shenzhen_CHNCXR_0441_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0442_1 + subject_id: Shenzhen_CHNCXR_0442_1 + split: train + image: images/Shenzhen_CHNCXR_0442_1.png + label: labels/Shenzhen_CHNCXR_0442_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0443_1 + subject_id: Shenzhen_CHNCXR_0443_1 + split: train + image: images/Shenzhen_CHNCXR_0443_1.png + label: labels/Shenzhen_CHNCXR_0443_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0444_1 + subject_id: Shenzhen_CHNCXR_0444_1 + split: train + image: images/Shenzhen_CHNCXR_0444_1.png + label: labels/Shenzhen_CHNCXR_0444_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0445_1 + subject_id: Shenzhen_CHNCXR_0445_1 + split: train + image: images/Shenzhen_CHNCXR_0445_1.png + label: labels/Shenzhen_CHNCXR_0445_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0446_1 + subject_id: Shenzhen_CHNCXR_0446_1 + split: val + image: images/Shenzhen_CHNCXR_0446_1.png + label: labels/Shenzhen_CHNCXR_0446_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0447_1 + subject_id: Shenzhen_CHNCXR_0447_1 + split: test + image: images/Shenzhen_CHNCXR_0447_1.png + label: labels/Shenzhen_CHNCXR_0447_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0448_1 + subject_id: Shenzhen_CHNCXR_0448_1 + split: train + image: images/Shenzhen_CHNCXR_0448_1.png + label: labels/Shenzhen_CHNCXR_0448_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0449_1 + subject_id: Shenzhen_CHNCXR_0449_1 + split: test + image: images/Shenzhen_CHNCXR_0449_1.png + label: labels/Shenzhen_CHNCXR_0449_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0450_1 + subject_id: Shenzhen_CHNCXR_0450_1 + split: train + image: images/Shenzhen_CHNCXR_0450_1.png + label: labels/Shenzhen_CHNCXR_0450_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0451_1 + subject_id: Shenzhen_CHNCXR_0451_1 + split: train + image: images/Shenzhen_CHNCXR_0451_1.png + label: labels/Shenzhen_CHNCXR_0451_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0452_1 + subject_id: Shenzhen_CHNCXR_0452_1 + split: train + image: images/Shenzhen_CHNCXR_0452_1.png + label: labels/Shenzhen_CHNCXR_0452_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0453_1 + subject_id: Shenzhen_CHNCXR_0453_1 + split: train + image: images/Shenzhen_CHNCXR_0453_1.png + label: labels/Shenzhen_CHNCXR_0453_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0454_1 + subject_id: Shenzhen_CHNCXR_0454_1 + split: val + image: images/Shenzhen_CHNCXR_0454_1.png + label: labels/Shenzhen_CHNCXR_0454_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0455_1 + subject_id: Shenzhen_CHNCXR_0455_1 + split: val + image: images/Shenzhen_CHNCXR_0455_1.png + label: labels/Shenzhen_CHNCXR_0455_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0456_1 + subject_id: Shenzhen_CHNCXR_0456_1 + split: train + image: images/Shenzhen_CHNCXR_0456_1.png + label: labels/Shenzhen_CHNCXR_0456_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0457_1 + subject_id: Shenzhen_CHNCXR_0457_1 + split: train + image: images/Shenzhen_CHNCXR_0457_1.png + label: labels/Shenzhen_CHNCXR_0457_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0458_1 + subject_id: Shenzhen_CHNCXR_0458_1 + split: test + image: images/Shenzhen_CHNCXR_0458_1.png + label: labels/Shenzhen_CHNCXR_0458_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0459_1 + subject_id: Shenzhen_CHNCXR_0459_1 + split: train + image: images/Shenzhen_CHNCXR_0459_1.png + label: labels/Shenzhen_CHNCXR_0459_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0460_1 + subject_id: Shenzhen_CHNCXR_0460_1 + split: train + image: images/Shenzhen_CHNCXR_0460_1.png + label: labels/Shenzhen_CHNCXR_0460_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0461_1 + subject_id: Shenzhen_CHNCXR_0461_1 + split: train + image: images/Shenzhen_CHNCXR_0461_1.png + label: labels/Shenzhen_CHNCXR_0461_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0462_1 + subject_id: Shenzhen_CHNCXR_0462_1 + split: test + image: images/Shenzhen_CHNCXR_0462_1.png + label: labels/Shenzhen_CHNCXR_0462_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0463_1 + subject_id: Shenzhen_CHNCXR_0463_1 + split: train + image: images/Shenzhen_CHNCXR_0463_1.png + label: labels/Shenzhen_CHNCXR_0463_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0464_1 + subject_id: Shenzhen_CHNCXR_0464_1 + split: train + image: images/Shenzhen_CHNCXR_0464_1.png + label: labels/Shenzhen_CHNCXR_0464_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0465_1 + subject_id: Shenzhen_CHNCXR_0465_1 + split: train + image: images/Shenzhen_CHNCXR_0465_1.png + label: labels/Shenzhen_CHNCXR_0465_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0466_1 + subject_id: Shenzhen_CHNCXR_0466_1 + split: val + image: images/Shenzhen_CHNCXR_0466_1.png + label: labels/Shenzhen_CHNCXR_0466_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0467_1 + subject_id: Shenzhen_CHNCXR_0467_1 + split: train + image: images/Shenzhen_CHNCXR_0467_1.png + label: labels/Shenzhen_CHNCXR_0467_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0468_1 + subject_id: Shenzhen_CHNCXR_0468_1 + split: train + image: images/Shenzhen_CHNCXR_0468_1.png + label: labels/Shenzhen_CHNCXR_0468_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0469_1 + subject_id: Shenzhen_CHNCXR_0469_1 + split: train + image: images/Shenzhen_CHNCXR_0469_1.png + label: labels/Shenzhen_CHNCXR_0469_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0470_1 + subject_id: Shenzhen_CHNCXR_0470_1 + split: train + image: images/Shenzhen_CHNCXR_0470_1.png + label: labels/Shenzhen_CHNCXR_0470_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0471_1 + subject_id: Shenzhen_CHNCXR_0471_1 + split: train + image: images/Shenzhen_CHNCXR_0471_1.png + label: labels/Shenzhen_CHNCXR_0471_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0472_1 + subject_id: Shenzhen_CHNCXR_0472_1 + split: train + image: images/Shenzhen_CHNCXR_0472_1.png + label: labels/Shenzhen_CHNCXR_0472_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0473_1 + subject_id: Shenzhen_CHNCXR_0473_1 + split: train + image: images/Shenzhen_CHNCXR_0473_1.png + label: labels/Shenzhen_CHNCXR_0473_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0474_1 + subject_id: Shenzhen_CHNCXR_0474_1 + split: train + image: images/Shenzhen_CHNCXR_0474_1.png + label: labels/Shenzhen_CHNCXR_0474_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0475_1 + subject_id: Shenzhen_CHNCXR_0475_1 + split: val + image: images/Shenzhen_CHNCXR_0475_1.png + label: labels/Shenzhen_CHNCXR_0475_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0476_1 + subject_id: Shenzhen_CHNCXR_0476_1 + split: train + image: images/Shenzhen_CHNCXR_0476_1.png + label: labels/Shenzhen_CHNCXR_0476_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0477_1 + subject_id: Shenzhen_CHNCXR_0477_1 + split: train + image: images/Shenzhen_CHNCXR_0477_1.png + label: labels/Shenzhen_CHNCXR_0477_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0478_1 + subject_id: Shenzhen_CHNCXR_0478_1 + split: train + image: images/Shenzhen_CHNCXR_0478_1.png + label: labels/Shenzhen_CHNCXR_0478_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0479_1 + subject_id: Shenzhen_CHNCXR_0479_1 + split: val + image: images/Shenzhen_CHNCXR_0479_1.png + label: labels/Shenzhen_CHNCXR_0479_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0480_1 + subject_id: Shenzhen_CHNCXR_0480_1 + split: train + image: images/Shenzhen_CHNCXR_0480_1.png + label: labels/Shenzhen_CHNCXR_0480_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0501_1 + subject_id: Shenzhen_CHNCXR_0501_1 + split: test + image: images/Shenzhen_CHNCXR_0501_1.png + label: labels/Shenzhen_CHNCXR_0501_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0503_1 + subject_id: Shenzhen_CHNCXR_0503_1 + split: train + image: images/Shenzhen_CHNCXR_0503_1.png + label: labels/Shenzhen_CHNCXR_0503_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0504_1 + subject_id: Shenzhen_CHNCXR_0504_1 + split: train + image: images/Shenzhen_CHNCXR_0504_1.png + label: labels/Shenzhen_CHNCXR_0504_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0506_1 + subject_id: Shenzhen_CHNCXR_0506_1 + split: train + image: images/Shenzhen_CHNCXR_0506_1.png + label: labels/Shenzhen_CHNCXR_0506_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0507_1 + subject_id: Shenzhen_CHNCXR_0507_1 + split: train + image: images/Shenzhen_CHNCXR_0507_1.png + label: labels/Shenzhen_CHNCXR_0507_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0508_1 + subject_id: Shenzhen_CHNCXR_0508_1 + split: train + image: images/Shenzhen_CHNCXR_0508_1.png + label: labels/Shenzhen_CHNCXR_0508_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0509_1 + subject_id: Shenzhen_CHNCXR_0509_1 + split: val + image: images/Shenzhen_CHNCXR_0509_1.png + label: labels/Shenzhen_CHNCXR_0509_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0510_1 + subject_id: Shenzhen_CHNCXR_0510_1 + split: test + image: images/Shenzhen_CHNCXR_0510_1.png + label: labels/Shenzhen_CHNCXR_0510_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0511_1 + subject_id: Shenzhen_CHNCXR_0511_1 + split: train + image: images/Shenzhen_CHNCXR_0511_1.png + label: labels/Shenzhen_CHNCXR_0511_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0512_1 + subject_id: Shenzhen_CHNCXR_0512_1 + split: train + image: images/Shenzhen_CHNCXR_0512_1.png + label: labels/Shenzhen_CHNCXR_0512_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0513_1 + subject_id: Shenzhen_CHNCXR_0513_1 + split: val + image: images/Shenzhen_CHNCXR_0513_1.png + label: labels/Shenzhen_CHNCXR_0513_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0514_1 + subject_id: Shenzhen_CHNCXR_0514_1 + split: val + image: images/Shenzhen_CHNCXR_0514_1.png + label: labels/Shenzhen_CHNCXR_0514_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0515_1 + subject_id: Shenzhen_CHNCXR_0515_1 + split: val + image: images/Shenzhen_CHNCXR_0515_1.png + label: labels/Shenzhen_CHNCXR_0515_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0516_1 + subject_id: Shenzhen_CHNCXR_0516_1 + split: train + image: images/Shenzhen_CHNCXR_0516_1.png + label: labels/Shenzhen_CHNCXR_0516_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0517_1 + subject_id: Shenzhen_CHNCXR_0517_1 + split: test + image: images/Shenzhen_CHNCXR_0517_1.png + label: labels/Shenzhen_CHNCXR_0517_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0518_1 + subject_id: Shenzhen_CHNCXR_0518_1 + split: test + image: images/Shenzhen_CHNCXR_0518_1.png + label: labels/Shenzhen_CHNCXR_0518_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0519_1 + subject_id: Shenzhen_CHNCXR_0519_1 + split: train + image: images/Shenzhen_CHNCXR_0519_1.png + label: labels/Shenzhen_CHNCXR_0519_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0520_1 + subject_id: Shenzhen_CHNCXR_0520_1 + split: val + image: images/Shenzhen_CHNCXR_0520_1.png + label: labels/Shenzhen_CHNCXR_0520_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0521_1 + subject_id: Shenzhen_CHNCXR_0521_1 + split: test + image: images/Shenzhen_CHNCXR_0521_1.png + label: labels/Shenzhen_CHNCXR_0521_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0522_1 + subject_id: Shenzhen_CHNCXR_0522_1 + split: train + image: images/Shenzhen_CHNCXR_0522_1.png + label: labels/Shenzhen_CHNCXR_0522_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0523_1 + subject_id: Shenzhen_CHNCXR_0523_1 + split: train + image: images/Shenzhen_CHNCXR_0523_1.png + label: labels/Shenzhen_CHNCXR_0523_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0524_1 + subject_id: Shenzhen_CHNCXR_0524_1 + split: train + image: images/Shenzhen_CHNCXR_0524_1.png + label: labels/Shenzhen_CHNCXR_0524_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0525_1 + subject_id: Shenzhen_CHNCXR_0525_1 + split: val + image: images/Shenzhen_CHNCXR_0525_1.png + label: labels/Shenzhen_CHNCXR_0525_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0526_1 + subject_id: Shenzhen_CHNCXR_0526_1 + split: train + image: images/Shenzhen_CHNCXR_0526_1.png + label: labels/Shenzhen_CHNCXR_0526_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0527_1 + subject_id: Shenzhen_CHNCXR_0527_1 + split: train + image: images/Shenzhen_CHNCXR_0527_1.png + label: labels/Shenzhen_CHNCXR_0527_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0528_1 + subject_id: Shenzhen_CHNCXR_0528_1 + split: train + image: images/Shenzhen_CHNCXR_0528_1.png + label: labels/Shenzhen_CHNCXR_0528_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0529_1 + subject_id: Shenzhen_CHNCXR_0529_1 + split: val + image: images/Shenzhen_CHNCXR_0529_1.png + label: labels/Shenzhen_CHNCXR_0529_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0530_1 + subject_id: Shenzhen_CHNCXR_0530_1 + split: val + image: images/Shenzhen_CHNCXR_0530_1.png + label: labels/Shenzhen_CHNCXR_0530_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0531_1 + subject_id: Shenzhen_CHNCXR_0531_1 + split: train + image: images/Shenzhen_CHNCXR_0531_1.png + label: labels/Shenzhen_CHNCXR_0531_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0532_1 + subject_id: Shenzhen_CHNCXR_0532_1 + split: train + image: images/Shenzhen_CHNCXR_0532_1.png + label: labels/Shenzhen_CHNCXR_0532_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0533_1 + subject_id: Shenzhen_CHNCXR_0533_1 + split: train + image: images/Shenzhen_CHNCXR_0533_1.png + label: labels/Shenzhen_CHNCXR_0533_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0534_1 + subject_id: Shenzhen_CHNCXR_0534_1 + split: train + image: images/Shenzhen_CHNCXR_0534_1.png + label: labels/Shenzhen_CHNCXR_0534_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0535_1 + subject_id: Shenzhen_CHNCXR_0535_1 + split: train + image: images/Shenzhen_CHNCXR_0535_1.png + label: labels/Shenzhen_CHNCXR_0535_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0536_1 + subject_id: Shenzhen_CHNCXR_0536_1 + split: val + image: images/Shenzhen_CHNCXR_0536_1.png + label: labels/Shenzhen_CHNCXR_0536_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0537_1 + subject_id: Shenzhen_CHNCXR_0537_1 + split: train + image: images/Shenzhen_CHNCXR_0537_1.png + label: labels/Shenzhen_CHNCXR_0537_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0538_1 + subject_id: Shenzhen_CHNCXR_0538_1 + split: train + image: images/Shenzhen_CHNCXR_0538_1.png + label: labels/Shenzhen_CHNCXR_0538_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0539_1 + subject_id: Shenzhen_CHNCXR_0539_1 + split: test + image: images/Shenzhen_CHNCXR_0539_1.png + label: labels/Shenzhen_CHNCXR_0539_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0540_1 + subject_id: Shenzhen_CHNCXR_0540_1 + split: train + image: images/Shenzhen_CHNCXR_0540_1.png + label: labels/Shenzhen_CHNCXR_0540_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0541_1 + subject_id: Shenzhen_CHNCXR_0541_1 + split: train + image: images/Shenzhen_CHNCXR_0541_1.png + label: labels/Shenzhen_CHNCXR_0541_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0542_1 + subject_id: Shenzhen_CHNCXR_0542_1 + split: test + image: images/Shenzhen_CHNCXR_0542_1.png + label: labels/Shenzhen_CHNCXR_0542_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0543_1 + subject_id: Shenzhen_CHNCXR_0543_1 + split: val + image: images/Shenzhen_CHNCXR_0543_1.png + label: labels/Shenzhen_CHNCXR_0543_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0544_1 + subject_id: Shenzhen_CHNCXR_0544_1 + split: val + image: images/Shenzhen_CHNCXR_0544_1.png + label: labels/Shenzhen_CHNCXR_0544_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0545_1 + subject_id: Shenzhen_CHNCXR_0545_1 + split: train + image: images/Shenzhen_CHNCXR_0545_1.png + label: labels/Shenzhen_CHNCXR_0545_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0546_1 + subject_id: Shenzhen_CHNCXR_0546_1 + split: train + image: images/Shenzhen_CHNCXR_0546_1.png + label: labels/Shenzhen_CHNCXR_0546_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0547_1 + subject_id: Shenzhen_CHNCXR_0547_1 + split: train + image: images/Shenzhen_CHNCXR_0547_1.png + label: labels/Shenzhen_CHNCXR_0547_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0548_1 + subject_id: Shenzhen_CHNCXR_0548_1 + split: train + image: images/Shenzhen_CHNCXR_0548_1.png + label: labels/Shenzhen_CHNCXR_0548_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0549_1 + subject_id: Shenzhen_CHNCXR_0549_1 + split: train + image: images/Shenzhen_CHNCXR_0549_1.png + label: labels/Shenzhen_CHNCXR_0549_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0550_1 + subject_id: Shenzhen_CHNCXR_0550_1 + split: test + image: images/Shenzhen_CHNCXR_0550_1.png + label: labels/Shenzhen_CHNCXR_0550_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0551_1 + subject_id: Shenzhen_CHNCXR_0551_1 + split: train + image: images/Shenzhen_CHNCXR_0551_1.png + label: labels/Shenzhen_CHNCXR_0551_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0552_1 + subject_id: Shenzhen_CHNCXR_0552_1 + split: train + image: images/Shenzhen_CHNCXR_0552_1.png + label: labels/Shenzhen_CHNCXR_0552_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0553_1 + subject_id: Shenzhen_CHNCXR_0553_1 + split: val + image: images/Shenzhen_CHNCXR_0553_1.png + label: labels/Shenzhen_CHNCXR_0553_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0554_1 + subject_id: Shenzhen_CHNCXR_0554_1 + split: val + image: images/Shenzhen_CHNCXR_0554_1.png + label: labels/Shenzhen_CHNCXR_0554_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0555_1 + subject_id: Shenzhen_CHNCXR_0555_1 + split: train + image: images/Shenzhen_CHNCXR_0555_1.png + label: labels/Shenzhen_CHNCXR_0555_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0556_1 + subject_id: Shenzhen_CHNCXR_0556_1 + split: train + image: images/Shenzhen_CHNCXR_0556_1.png + label: labels/Shenzhen_CHNCXR_0556_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0557_1 + subject_id: Shenzhen_CHNCXR_0557_1 + split: train + image: images/Shenzhen_CHNCXR_0557_1.png + label: labels/Shenzhen_CHNCXR_0557_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0558_1 + subject_id: Shenzhen_CHNCXR_0558_1 + split: train + image: images/Shenzhen_CHNCXR_0558_1.png + label: labels/Shenzhen_CHNCXR_0558_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0559_1 + subject_id: Shenzhen_CHNCXR_0559_1 + split: test + image: images/Shenzhen_CHNCXR_0559_1.png + label: labels/Shenzhen_CHNCXR_0559_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0566_1 + subject_id: Shenzhen_CHNCXR_0566_1 + split: val + image: images/Shenzhen_CHNCXR_0566_1.png + label: labels/Shenzhen_CHNCXR_0566_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0567_1 + subject_id: Shenzhen_CHNCXR_0567_1 + split: train + image: images/Shenzhen_CHNCXR_0567_1.png + label: labels/Shenzhen_CHNCXR_0567_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0568_1 + subject_id: Shenzhen_CHNCXR_0568_1 + split: train + image: images/Shenzhen_CHNCXR_0568_1.png + label: labels/Shenzhen_CHNCXR_0568_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0569_1 + subject_id: Shenzhen_CHNCXR_0569_1 + split: test + image: images/Shenzhen_CHNCXR_0569_1.png + label: labels/Shenzhen_CHNCXR_0569_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0570_1 + subject_id: Shenzhen_CHNCXR_0570_1 + split: train + image: images/Shenzhen_CHNCXR_0570_1.png + label: labels/Shenzhen_CHNCXR_0570_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0571_1 + subject_id: Shenzhen_CHNCXR_0571_1 + split: train + image: images/Shenzhen_CHNCXR_0571_1.png + label: labels/Shenzhen_CHNCXR_0571_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0572_1 + subject_id: Shenzhen_CHNCXR_0572_1 + split: train + image: images/Shenzhen_CHNCXR_0572_1.png + label: labels/Shenzhen_CHNCXR_0572_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0573_1 + subject_id: Shenzhen_CHNCXR_0573_1 + split: train + image: images/Shenzhen_CHNCXR_0573_1.png + label: labels/Shenzhen_CHNCXR_0573_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0574_1 + subject_id: Shenzhen_CHNCXR_0574_1 + split: train + image: images/Shenzhen_CHNCXR_0574_1.png + label: labels/Shenzhen_CHNCXR_0574_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0575_1 + subject_id: Shenzhen_CHNCXR_0575_1 + split: train + image: images/Shenzhen_CHNCXR_0575_1.png + label: labels/Shenzhen_CHNCXR_0575_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0576_1 + subject_id: Shenzhen_CHNCXR_0576_1 + split: val + image: images/Shenzhen_CHNCXR_0576_1.png + label: labels/Shenzhen_CHNCXR_0576_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0577_1 + subject_id: Shenzhen_CHNCXR_0577_1 + split: train + image: images/Shenzhen_CHNCXR_0577_1.png + label: labels/Shenzhen_CHNCXR_0577_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0578_1 + subject_id: Shenzhen_CHNCXR_0578_1 + split: train + image: images/Shenzhen_CHNCXR_0578_1.png + label: labels/Shenzhen_CHNCXR_0578_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0579_1 + subject_id: Shenzhen_CHNCXR_0579_1 + split: test + image: images/Shenzhen_CHNCXR_0579_1.png + label: labels/Shenzhen_CHNCXR_0579_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0580_1 + subject_id: Shenzhen_CHNCXR_0580_1 + split: test + image: images/Shenzhen_CHNCXR_0580_1.png + label: labels/Shenzhen_CHNCXR_0580_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0581_1 + subject_id: Shenzhen_CHNCXR_0581_1 + split: train + image: images/Shenzhen_CHNCXR_0581_1.png + label: labels/Shenzhen_CHNCXR_0581_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0582_1 + subject_id: Shenzhen_CHNCXR_0582_1 + split: test + image: images/Shenzhen_CHNCXR_0582_1.png + label: labels/Shenzhen_CHNCXR_0582_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0583_1 + subject_id: Shenzhen_CHNCXR_0583_1 + split: train + image: images/Shenzhen_CHNCXR_0583_1.png + label: labels/Shenzhen_CHNCXR_0583_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0584_1 + subject_id: Shenzhen_CHNCXR_0584_1 + split: val + image: images/Shenzhen_CHNCXR_0584_1.png + label: labels/Shenzhen_CHNCXR_0584_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0585_1 + subject_id: Shenzhen_CHNCXR_0585_1 + split: train + image: images/Shenzhen_CHNCXR_0585_1.png + label: labels/Shenzhen_CHNCXR_0585_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0586_1 + subject_id: Shenzhen_CHNCXR_0586_1 + split: train + image: images/Shenzhen_CHNCXR_0586_1.png + label: labels/Shenzhen_CHNCXR_0586_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0587_1 + subject_id: Shenzhen_CHNCXR_0587_1 + split: train + image: images/Shenzhen_CHNCXR_0587_1.png + label: labels/Shenzhen_CHNCXR_0587_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0588_1 + subject_id: Shenzhen_CHNCXR_0588_1 + split: test + image: images/Shenzhen_CHNCXR_0588_1.png + label: labels/Shenzhen_CHNCXR_0588_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0589_1 + subject_id: Shenzhen_CHNCXR_0589_1 + split: train + image: images/Shenzhen_CHNCXR_0589_1.png + label: labels/Shenzhen_CHNCXR_0589_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0590_1 + subject_id: Shenzhen_CHNCXR_0590_1 + split: val + image: images/Shenzhen_CHNCXR_0590_1.png + label: labels/Shenzhen_CHNCXR_0590_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0591_1 + subject_id: Shenzhen_CHNCXR_0591_1 + split: train + image: images/Shenzhen_CHNCXR_0591_1.png + label: labels/Shenzhen_CHNCXR_0591_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0592_1 + subject_id: Shenzhen_CHNCXR_0592_1 + split: test + image: images/Shenzhen_CHNCXR_0592_1.png + label: labels/Shenzhen_CHNCXR_0592_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0593_1 + subject_id: Shenzhen_CHNCXR_0593_1 + split: train + image: images/Shenzhen_CHNCXR_0593_1.png + label: labels/Shenzhen_CHNCXR_0593_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0594_1 + subject_id: Shenzhen_CHNCXR_0594_1 + split: train + image: images/Shenzhen_CHNCXR_0594_1.png + label: labels/Shenzhen_CHNCXR_0594_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0595_1 + subject_id: Shenzhen_CHNCXR_0595_1 + split: train + image: images/Shenzhen_CHNCXR_0595_1.png + label: labels/Shenzhen_CHNCXR_0595_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0596_1 + subject_id: Shenzhen_CHNCXR_0596_1 + split: train + image: images/Shenzhen_CHNCXR_0596_1.png + label: labels/Shenzhen_CHNCXR_0596_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0597_1 + subject_id: Shenzhen_CHNCXR_0597_1 + split: test + image: images/Shenzhen_CHNCXR_0597_1.png + label: labels/Shenzhen_CHNCXR_0597_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0598_1 + subject_id: Shenzhen_CHNCXR_0598_1 + split: train + image: images/Shenzhen_CHNCXR_0598_1.png + label: labels/Shenzhen_CHNCXR_0598_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0599_1 + subject_id: Shenzhen_CHNCXR_0599_1 + split: train + image: images/Shenzhen_CHNCXR_0599_1.png + label: labels/Shenzhen_CHNCXR_0599_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0600_1 + subject_id: Shenzhen_CHNCXR_0600_1 + split: train + image: images/Shenzhen_CHNCXR_0600_1.png + label: labels/Shenzhen_CHNCXR_0600_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0601_1 + subject_id: Shenzhen_CHNCXR_0601_1 + split: train + image: images/Shenzhen_CHNCXR_0601_1.png + label: labels/Shenzhen_CHNCXR_0601_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0602_1 + subject_id: Shenzhen_CHNCXR_0602_1 + split: train + image: images/Shenzhen_CHNCXR_0602_1.png + label: labels/Shenzhen_CHNCXR_0602_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0603_1 + subject_id: Shenzhen_CHNCXR_0603_1 + split: train + image: images/Shenzhen_CHNCXR_0603_1.png + label: labels/Shenzhen_CHNCXR_0603_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0604_1 + subject_id: Shenzhen_CHNCXR_0604_1 + split: train + image: images/Shenzhen_CHNCXR_0604_1.png + label: labels/Shenzhen_CHNCXR_0604_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0605_1 + subject_id: Shenzhen_CHNCXR_0605_1 + split: train + image: images/Shenzhen_CHNCXR_0605_1.png + label: labels/Shenzhen_CHNCXR_0605_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0606_1 + subject_id: Shenzhen_CHNCXR_0606_1 + split: train + image: images/Shenzhen_CHNCXR_0606_1.png + label: labels/Shenzhen_CHNCXR_0606_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0607_1 + subject_id: Shenzhen_CHNCXR_0607_1 + split: train + image: images/Shenzhen_CHNCXR_0607_1.png + label: labels/Shenzhen_CHNCXR_0607_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0608_1 + subject_id: Shenzhen_CHNCXR_0608_1 + split: test + image: images/Shenzhen_CHNCXR_0608_1.png + label: labels/Shenzhen_CHNCXR_0608_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0609_1 + subject_id: Shenzhen_CHNCXR_0609_1 + split: train + image: images/Shenzhen_CHNCXR_0609_1.png + label: labels/Shenzhen_CHNCXR_0609_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0610_1 + subject_id: Shenzhen_CHNCXR_0610_1 + split: train + image: images/Shenzhen_CHNCXR_0610_1.png + label: labels/Shenzhen_CHNCXR_0610_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0611_1 + subject_id: Shenzhen_CHNCXR_0611_1 + split: train + image: images/Shenzhen_CHNCXR_0611_1.png + label: labels/Shenzhen_CHNCXR_0611_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0612_1 + subject_id: Shenzhen_CHNCXR_0612_1 + split: train + image: images/Shenzhen_CHNCXR_0612_1.png + label: labels/Shenzhen_CHNCXR_0612_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0613_1 + subject_id: Shenzhen_CHNCXR_0613_1 + split: train + image: images/Shenzhen_CHNCXR_0613_1.png + label: labels/Shenzhen_CHNCXR_0613_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0614_1 + subject_id: Shenzhen_CHNCXR_0614_1 + split: train + image: images/Shenzhen_CHNCXR_0614_1.png + label: labels/Shenzhen_CHNCXR_0614_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0615_1 + subject_id: Shenzhen_CHNCXR_0615_1 + split: train + image: images/Shenzhen_CHNCXR_0615_1.png + label: labels/Shenzhen_CHNCXR_0615_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0616_1 + subject_id: Shenzhen_CHNCXR_0616_1 + split: test + image: images/Shenzhen_CHNCXR_0616_1.png + label: labels/Shenzhen_CHNCXR_0616_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0617_1 + subject_id: Shenzhen_CHNCXR_0617_1 + split: test + image: images/Shenzhen_CHNCXR_0617_1.png + label: labels/Shenzhen_CHNCXR_0617_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0618_1 + subject_id: Shenzhen_CHNCXR_0618_1 + split: train + image: images/Shenzhen_CHNCXR_0618_1.png + label: labels/Shenzhen_CHNCXR_0618_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0619_1 + subject_id: Shenzhen_CHNCXR_0619_1 + split: train + image: images/Shenzhen_CHNCXR_0619_1.png + label: labels/Shenzhen_CHNCXR_0619_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0620_1 + subject_id: Shenzhen_CHNCXR_0620_1 + split: train + image: images/Shenzhen_CHNCXR_0620_1.png + label: labels/Shenzhen_CHNCXR_0620_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0621_1 + subject_id: Shenzhen_CHNCXR_0621_1 + split: train + image: images/Shenzhen_CHNCXR_0621_1.png + label: labels/Shenzhen_CHNCXR_0621_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0622_1 + subject_id: Shenzhen_CHNCXR_0622_1 + split: train + image: images/Shenzhen_CHNCXR_0622_1.png + label: labels/Shenzhen_CHNCXR_0622_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0623_1 + subject_id: Shenzhen_CHNCXR_0623_1 + split: test + image: images/Shenzhen_CHNCXR_0623_1.png + label: labels/Shenzhen_CHNCXR_0623_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0624_1 + subject_id: Shenzhen_CHNCXR_0624_1 + split: train + image: images/Shenzhen_CHNCXR_0624_1.png + label: labels/Shenzhen_CHNCXR_0624_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0625_1 + subject_id: Shenzhen_CHNCXR_0625_1 + split: test + image: images/Shenzhen_CHNCXR_0625_1.png + label: labels/Shenzhen_CHNCXR_0625_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0626_1 + subject_id: Shenzhen_CHNCXR_0626_1 + split: train + image: images/Shenzhen_CHNCXR_0626_1.png + label: labels/Shenzhen_CHNCXR_0626_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0627_1 + subject_id: Shenzhen_CHNCXR_0627_1 + split: train + image: images/Shenzhen_CHNCXR_0627_1.png + label: labels/Shenzhen_CHNCXR_0627_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0628_1 + subject_id: Shenzhen_CHNCXR_0628_1 + split: val + image: images/Shenzhen_CHNCXR_0628_1.png + label: labels/Shenzhen_CHNCXR_0628_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0629_1 + subject_id: Shenzhen_CHNCXR_0629_1 + split: train + image: images/Shenzhen_CHNCXR_0629_1.png + label: labels/Shenzhen_CHNCXR_0629_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0630_1 + subject_id: Shenzhen_CHNCXR_0630_1 + split: train + image: images/Shenzhen_CHNCXR_0630_1.png + label: labels/Shenzhen_CHNCXR_0630_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0631_1 + subject_id: Shenzhen_CHNCXR_0631_1 + split: train + image: images/Shenzhen_CHNCXR_0631_1.png + label: labels/Shenzhen_CHNCXR_0631_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0632_1 + subject_id: Shenzhen_CHNCXR_0632_1 + split: test + image: images/Shenzhen_CHNCXR_0632_1.png + label: labels/Shenzhen_CHNCXR_0632_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0633_1 + subject_id: Shenzhen_CHNCXR_0633_1 + split: train + image: images/Shenzhen_CHNCXR_0633_1.png + label: labels/Shenzhen_CHNCXR_0633_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0634_1 + subject_id: Shenzhen_CHNCXR_0634_1 + split: test + image: images/Shenzhen_CHNCXR_0634_1.png + label: labels/Shenzhen_CHNCXR_0634_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0635_1 + subject_id: Shenzhen_CHNCXR_0635_1 + split: train + image: images/Shenzhen_CHNCXR_0635_1.png + label: labels/Shenzhen_CHNCXR_0635_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0636_1 + subject_id: Shenzhen_CHNCXR_0636_1 + split: test + image: images/Shenzhen_CHNCXR_0636_1.png + label: labels/Shenzhen_CHNCXR_0636_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0637_1 + subject_id: Shenzhen_CHNCXR_0637_1 + split: train + image: images/Shenzhen_CHNCXR_0637_1.png + label: labels/Shenzhen_CHNCXR_0637_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0638_1 + subject_id: Shenzhen_CHNCXR_0638_1 + split: test + image: images/Shenzhen_CHNCXR_0638_1.png + label: labels/Shenzhen_CHNCXR_0638_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0639_1 + subject_id: Shenzhen_CHNCXR_0639_1 + split: train + image: images/Shenzhen_CHNCXR_0639_1.png + label: labels/Shenzhen_CHNCXR_0639_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0640_1 + subject_id: Shenzhen_CHNCXR_0640_1 + split: test + image: images/Shenzhen_CHNCXR_0640_1.png + label: labels/Shenzhen_CHNCXR_0640_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0641_1 + subject_id: Shenzhen_CHNCXR_0641_1 + split: train + image: images/Shenzhen_CHNCXR_0641_1.png + label: labels/Shenzhen_CHNCXR_0641_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0642_1 + subject_id: Shenzhen_CHNCXR_0642_1 + split: train + image: images/Shenzhen_CHNCXR_0642_1.png + label: labels/Shenzhen_CHNCXR_0642_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0643_1 + subject_id: Shenzhen_CHNCXR_0643_1 + split: train + image: images/Shenzhen_CHNCXR_0643_1.png + label: labels/Shenzhen_CHNCXR_0643_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0644_1 + subject_id: Shenzhen_CHNCXR_0644_1 + split: train + image: images/Shenzhen_CHNCXR_0644_1.png + label: labels/Shenzhen_CHNCXR_0644_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0645_1 + subject_id: Shenzhen_CHNCXR_0645_1 + split: train + image: images/Shenzhen_CHNCXR_0645_1.png + label: labels/Shenzhen_CHNCXR_0645_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0646_1 + subject_id: Shenzhen_CHNCXR_0646_1 + split: test + image: images/Shenzhen_CHNCXR_0646_1.png + label: labels/Shenzhen_CHNCXR_0646_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0647_1 + subject_id: Shenzhen_CHNCXR_0647_1 + split: train + image: images/Shenzhen_CHNCXR_0647_1.png + label: labels/Shenzhen_CHNCXR_0647_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0648_1 + subject_id: Shenzhen_CHNCXR_0648_1 + split: train + image: images/Shenzhen_CHNCXR_0648_1.png + label: labels/Shenzhen_CHNCXR_0648_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0649_1 + subject_id: Shenzhen_CHNCXR_0649_1 + split: train + image: images/Shenzhen_CHNCXR_0649_1.png + label: labels/Shenzhen_CHNCXR_0649_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0650_1 + subject_id: Shenzhen_CHNCXR_0650_1 + split: train + image: images/Shenzhen_CHNCXR_0650_1.png + label: labels/Shenzhen_CHNCXR_0650_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0651_1 + subject_id: Shenzhen_CHNCXR_0651_1 + split: test + image: images/Shenzhen_CHNCXR_0651_1.png + label: labels/Shenzhen_CHNCXR_0651_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0652_1 + subject_id: Shenzhen_CHNCXR_0652_1 + split: train + image: images/Shenzhen_CHNCXR_0652_1.png + label: labels/Shenzhen_CHNCXR_0652_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0653_1 + subject_id: Shenzhen_CHNCXR_0653_1 + split: test + image: images/Shenzhen_CHNCXR_0653_1.png + label: labels/Shenzhen_CHNCXR_0653_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0654_1 + subject_id: Shenzhen_CHNCXR_0654_1 + split: test + image: images/Shenzhen_CHNCXR_0654_1.png + label: labels/Shenzhen_CHNCXR_0654_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0655_1 + subject_id: Shenzhen_CHNCXR_0655_1 + split: train + image: images/Shenzhen_CHNCXR_0655_1.png + label: labels/Shenzhen_CHNCXR_0655_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0656_1 + subject_id: Shenzhen_CHNCXR_0656_1 + split: train + image: images/Shenzhen_CHNCXR_0656_1.png + label: labels/Shenzhen_CHNCXR_0656_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0657_1 + subject_id: Shenzhen_CHNCXR_0657_1 + split: train + image: images/Shenzhen_CHNCXR_0657_1.png + label: labels/Shenzhen_CHNCXR_0657_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0658_1 + subject_id: Shenzhen_CHNCXR_0658_1 + split: val + image: images/Shenzhen_CHNCXR_0658_1.png + label: labels/Shenzhen_CHNCXR_0658_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0659_1 + subject_id: Shenzhen_CHNCXR_0659_1 + split: train + image: images/Shenzhen_CHNCXR_0659_1.png + label: labels/Shenzhen_CHNCXR_0659_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0660_1 + subject_id: Shenzhen_CHNCXR_0660_1 + split: train + image: images/Shenzhen_CHNCXR_0660_1.png + label: labels/Shenzhen_CHNCXR_0660_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0661_1 + subject_id: Shenzhen_CHNCXR_0661_1 + split: train + image: images/Shenzhen_CHNCXR_0661_1.png + label: labels/Shenzhen_CHNCXR_0661_1.png + metadata: + original_shape: + - 512 + - 512 +- sample_id: Shenzhen_CHNCXR_0662_1 + subject_id: Shenzhen_CHNCXR_0662_1 + split: train + image: images/Shenzhen_CHNCXR_0662_1.png + label: labels/Shenzhen_CHNCXR_0662_1.png + metadata: + original_shape: + - 512 + - 512 diff --git a/MendeleyCXR/images/Darwin_00000265_nCoV-Snohomish-20382862_web1_M1-Lungs-EDH-200201-640x300@2x.png b/MendeleyCXR/images/Darwin_00000265_nCoV-Snohomish-20382862_web1_M1-Lungs-EDH-200201-640x300@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..150061a07897ed9443c468d62cded8e5abea2cb1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000265_nCoV-Snohomish-20382862_web1_M1-Lungs-EDH-200201-640x300@2x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd7142b43ab63c1d003af84e059faa68172401d81c5e094daeb1719b1d329dd0 +size 80051 diff --git a/MendeleyCXR/images/Darwin_00000301_person88_virus_164.png b/MendeleyCXR/images/Darwin_00000301_person88_virus_164.png new file mode 100644 index 0000000000000000000000000000000000000000..f0550417010a15d7ff8c7a79793bbfc1d5bfbe82 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000301_person88_virus_164.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:343cd43ce7c21368182e094231bfaa39a663f24bd80a18c88fff00ae22080ed8 +size 74408 diff --git a/MendeleyCXR/images/Darwin_00000302_person88_virus_165.png b/MendeleyCXR/images/Darwin_00000302_person88_virus_165.png new file mode 100644 index 0000000000000000000000000000000000000000..5e83cd5828a8b93852855f56e0d4fee5e9222bd9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000302_person88_virus_165.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0653bcaae30d7686bde37b5ab0fd2614535414a5ce4f7d5599d620e2f064cbda +size 66280 diff --git a/MendeleyCXR/images/Darwin_00000303_person88_virus_166.png b/MendeleyCXR/images/Darwin_00000303_person88_virus_166.png new file mode 100644 index 0000000000000000000000000000000000000000..b25242e69f4bd5dc24ccdb46e7ffb7cf61bf163a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000303_person88_virus_166.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:168664d07128f63d04bcb10a9e1cf24f2efa5b4511577791e34efe71c25cc56b +size 70666 diff --git a/MendeleyCXR/images/Darwin_00000304_person88_virus_167.png b/MendeleyCXR/images/Darwin_00000304_person88_virus_167.png new file mode 100644 index 0000000000000000000000000000000000000000..5d3fdcb908eafdc29fdab976998e951d3a668d85 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000304_person88_virus_167.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2ac82ce088f37f6f346f3540460a4008b055207fa3492c1eadf6a58b30cf0d5 +size 76189 diff --git a/MendeleyCXR/images/Darwin_00000305_person89_virus_168.png b/MendeleyCXR/images/Darwin_00000305_person89_virus_168.png new file mode 100644 index 0000000000000000000000000000000000000000..83ddbf22d8b0d10edf723cf5e0f1c94fe33353c2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000305_person89_virus_168.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b07bea05e25eacd7fc21fe1023f7fdb7b4563867754d621464413e5b685a83a +size 78992 diff --git a/MendeleyCXR/images/Darwin_00000306_person90_virus_169.png b/MendeleyCXR/images/Darwin_00000306_person90_virus_169.png new file mode 100644 index 0000000000000000000000000000000000000000..bbf9d4954319845e8b58555811aea035e24eaade --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000306_person90_virus_169.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cae9f06c9e7f063ccacf9ecb741e3689888a2c99e21dc2e76466dca915021781 +size 75114 diff --git a/MendeleyCXR/images/Darwin_00000307_person90_virus_170.png b/MendeleyCXR/images/Darwin_00000307_person90_virus_170.png new file mode 100644 index 0000000000000000000000000000000000000000..04b4a8a8c5117888513ee5c8e7b2de6e7bed78e6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000307_person90_virus_170.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0330bb600832635f3bd49dbdb12e12fbd9f9e1433afd28b5b7eab8487ad634de +size 80057 diff --git a/MendeleyCXR/images/Darwin_00000308_person92_virus_174.png b/MendeleyCXR/images/Darwin_00000308_person92_virus_174.png new file mode 100644 index 0000000000000000000000000000000000000000..10e175c4800ca857cc2d080a2c35b776f4d8aeb5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000308_person92_virus_174.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faa11cdbbea61fa610c3ffa28831eb403dcc88cca323dd8f8cf0f60f7d921f82 +size 69048 diff --git a/MendeleyCXR/images/Darwin_00000309_person93_virus_175.png b/MendeleyCXR/images/Darwin_00000309_person93_virus_175.png new file mode 100644 index 0000000000000000000000000000000000000000..f2ed3a0186a26baa4616720c480c476cf27ec469 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000309_person93_virus_175.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9524e82a906310b12b8923b4c0886a3466ddf4942f9251ae929a4bd95264cb5 +size 70131 diff --git a/MendeleyCXR/images/Darwin_00000310_person94_virus_176.png b/MendeleyCXR/images/Darwin_00000310_person94_virus_176.png new file mode 100644 index 0000000000000000000000000000000000000000..3fdabec85dc2d9061be39f09a38e09c8149d7b84 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000310_person94_virus_176.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b05516214eb1bcda9bff97fde3afab75af971fc4fe86f74e3d242f8891021000 +size 77281 diff --git a/MendeleyCXR/images/Darwin_00000311_person95_virus_177.png b/MendeleyCXR/images/Darwin_00000311_person95_virus_177.png new file mode 100644 index 0000000000000000000000000000000000000000..83d12a94ac9eaab8c47efcd6589c1c9b3fd69158 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000311_person95_virus_177.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c988c1a06f3fc79e93c61e29122d530db90fc7419c555e81216c3145cd8f637 +size 74346 diff --git a/MendeleyCXR/images/Darwin_00000312_person96_virus_178.png b/MendeleyCXR/images/Darwin_00000312_person96_virus_178.png new file mode 100644 index 0000000000000000000000000000000000000000..f440216bded04f3e6227a651ed5a9f6c74f5d5d8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000312_person96_virus_178.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2640b3b145f35e876c01a69826b6d60a6db5ccd47eac756584f96414af44c11d +size 67365 diff --git a/MendeleyCXR/images/Darwin_00000313_person96_virus_179.png b/MendeleyCXR/images/Darwin_00000313_person96_virus_179.png new file mode 100644 index 0000000000000000000000000000000000000000..b014a15210c3769c891a58038cdb47e0bf2ddf4a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000313_person96_virus_179.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3dc12d652376b44080d017356d67784b45ec9dec0733318a56335dbedfad8de +size 66067 diff --git a/MendeleyCXR/images/Darwin_00000314_person97_virus_180.png b/MendeleyCXR/images/Darwin_00000314_person97_virus_180.png new file mode 100644 index 0000000000000000000000000000000000000000..1183f8034dba7f05bc1b61ea443fec6598e035b4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000314_person97_virus_180.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc0ce72c554c84a7fd85a2802a171c56dbbaea1a918a1a5cc2a36b1e7e5f0851 +size 74762 diff --git a/MendeleyCXR/images/Darwin_00000315_person97_virus_181.png b/MendeleyCXR/images/Darwin_00000315_person97_virus_181.png new file mode 100644 index 0000000000000000000000000000000000000000..de5d74176ae26020d068af4737472b4883f45e77 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000315_person97_virus_181.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c707013372bf5325adb48fef5fef4add92ac94f43574932a56b358681f61a459 +size 67490 diff --git a/MendeleyCXR/images/Darwin_00000316_person98_virus_182.png b/MendeleyCXR/images/Darwin_00000316_person98_virus_182.png new file mode 100644 index 0000000000000000000000000000000000000000..024ecb77a78165865c047a6f845fb061f35b4f38 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000316_person98_virus_182.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:639ca1598d96e410264b7d21624b6c9be45474120219a8bfe0daff2e12e3817a +size 74663 diff --git a/MendeleyCXR/images/Darwin_00000317_person99_virus_183.png b/MendeleyCXR/images/Darwin_00000317_person99_virus_183.png new file mode 100644 index 0000000000000000000000000000000000000000..7c4f362cb1e3c2a95bf9a83f9d0163e26ce407db --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000317_person99_virus_183.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c063bb978508c331fb7bac5e874b94256d5c65daf7dbd77fce5b2c1ead78bb32 +size 72967 diff --git a/MendeleyCXR/images/Darwin_00000318_person890_virus_1540.png b/MendeleyCXR/images/Darwin_00000318_person890_virus_1540.png new file mode 100644 index 0000000000000000000000000000000000000000..6ea4d6236fe2135e362466093acf78cb49cc8231 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000318_person890_virus_1540.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:191f46e12e39f2c5211422cc0e11a04b565f6366f77042e85cff75c142718068 +size 65085 diff --git a/MendeleyCXR/images/Darwin_00000319_person891_virus_1541.png b/MendeleyCXR/images/Darwin_00000319_person891_virus_1541.png new file mode 100644 index 0000000000000000000000000000000000000000..6b4534640337d9ee82e4503aa7bcbf68b0bb1bb3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000319_person891_virus_1541.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:805181d936aa0c43573316391d18a5b290f6ac5783d0a7e285f6ede9e9681f62 +size 69301 diff --git a/MendeleyCXR/images/Darwin_00000320_person894_virus_1546.png b/MendeleyCXR/images/Darwin_00000320_person894_virus_1546.png new file mode 100644 index 0000000000000000000000000000000000000000..27c401c0bb17bb39ec7bca31362a3a653d516279 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000320_person894_virus_1546.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6bd295c4591980f0b5c8859ed1b98cc04b134afa8d21e39240cb211a97fbcdf +size 64889 diff --git a/MendeleyCXR/images/Darwin_00000321_person895_virus_1547.png b/MendeleyCXR/images/Darwin_00000321_person895_virus_1547.png new file mode 100644 index 0000000000000000000000000000000000000000..66b55d5dfc8ea9d36f690bd3aa9fc03a818acca0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000321_person895_virus_1547.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e4e29484a57a0da2132b5a30ecf39a761ebf1f771b8370a1924bbfb68b9cc7f +size 70626 diff --git a/MendeleyCXR/images/Darwin_00000322_person896_virus_1548.png b/MendeleyCXR/images/Darwin_00000322_person896_virus_1548.png new file mode 100644 index 0000000000000000000000000000000000000000..faf7774c1539f6d3493d477a650903d35cf9e831 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000322_person896_virus_1548.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab1412364728d36954b1b6025bd76d771085ca6cdbf11f13257053e01e35fc0e +size 66190 diff --git a/MendeleyCXR/images/Darwin_00000323_person898_virus_1552.png b/MendeleyCXR/images/Darwin_00000323_person898_virus_1552.png new file mode 100644 index 0000000000000000000000000000000000000000..768527b3d45ae7f6dc8e865ceac44a1b9467aeff --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000323_person898_virus_1552.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6b380f22423ca5039c1196eb3a4998a94bb600ec1a4e0ab176d1818abc9ffb7 +size 72195 diff --git a/MendeleyCXR/images/Darwin_00000324_person899_virus_1553.png b/MendeleyCXR/images/Darwin_00000324_person899_virus_1553.png new file mode 100644 index 0000000000000000000000000000000000000000..f334634fdb7757026b139906eec03e3149eafd37 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000324_person899_virus_1553.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:343ab82f8e87baa25093f626bdf858ec5ec99f33dd4967aa4cfc06402d0945f5 +size 70157 diff --git a/MendeleyCXR/images/Darwin_00000325_person900_virus_1554.png b/MendeleyCXR/images/Darwin_00000325_person900_virus_1554.png new file mode 100644 index 0000000000000000000000000000000000000000..089e24dd476c4770095e8ad720af6d0acff0d3e9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000325_person900_virus_1554.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efb26e6c917587e59f54d3e03c4c6a4344388dfa6579078577943aed57c9dc6d +size 69213 diff --git a/MendeleyCXR/images/Darwin_00000326_person901_virus_1555.png b/MendeleyCXR/images/Darwin_00000326_person901_virus_1555.png new file mode 100644 index 0000000000000000000000000000000000000000..22346ff4225133bfc4e9a1a1f3e18c2016414acb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000326_person901_virus_1555.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:244e2ce0c5d636195dc2b983b41f563670020b88b1a895e2d8526bfee744ea73 +size 65228 diff --git a/MendeleyCXR/images/Darwin_00000327_person905_virus_1561.png b/MendeleyCXR/images/Darwin_00000327_person905_virus_1561.png new file mode 100644 index 0000000000000000000000000000000000000000..c50b7b79518e13b4677294918238f9d31c9100b7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000327_person905_virus_1561.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b165ebb956f0ab71aec7cd9efc373d3082af8d400f86294b712ea47d15208295 +size 68852 diff --git a/MendeleyCXR/images/Darwin_00000329_person907_virus_1563.png b/MendeleyCXR/images/Darwin_00000329_person907_virus_1563.png new file mode 100644 index 0000000000000000000000000000000000000000..36d40d3f887729f8a73fc72ca6619881cd57329f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000329_person907_virus_1563.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d98540825de8672964298e3813c0b9d8a57bae9aa33745c1c1e137b99abd05cf +size 70823 diff --git a/MendeleyCXR/images/Darwin_00000330_person908_virus_1564.png b/MendeleyCXR/images/Darwin_00000330_person908_virus_1564.png new file mode 100644 index 0000000000000000000000000000000000000000..969131a7e4c13c5389051128d8f4a31ed5d3104f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000330_person908_virus_1564.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a71e56d6161c77792e8cffd6804f0503cd4dd205b51f279f64405201539bed19 +size 68965 diff --git a/MendeleyCXR/images/Darwin_00000332_person911_virus_1567.png b/MendeleyCXR/images/Darwin_00000332_person911_virus_1567.png new file mode 100644 index 0000000000000000000000000000000000000000..522adf634c7ba5aede0e674564e7ccf69102f26b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000332_person911_virus_1567.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6dcd81c62db2d72f70d56ca5be0f84b642da856c506465ef8694a1f1b60d565 +size 66249 diff --git a/MendeleyCXR/images/Darwin_00000333_person913_virus_1570.png b/MendeleyCXR/images/Darwin_00000333_person913_virus_1570.png new file mode 100644 index 0000000000000000000000000000000000000000..3c0881f127de5c2ea96f95b880d048b91d340326 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000333_person913_virus_1570.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a571e4d857a673ac1e0fd3b5e5e9c5beb0f368b41a95e887b4782b663257b0a +size 66108 diff --git a/MendeleyCXR/images/Darwin_00000334_person914_virus_1571.png b/MendeleyCXR/images/Darwin_00000334_person914_virus_1571.png new file mode 100644 index 0000000000000000000000000000000000000000..1ebf89045d3bbe5488ee1ecdbab557e016c6103e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000334_person914_virus_1571.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d18a90effd824b74ed40f1632de6edcaf7e973a22f6e0d6955da27e80157ada6 +size 69911 diff --git a/MendeleyCXR/images/Darwin_00000335_person915_virus_1572.png b/MendeleyCXR/images/Darwin_00000335_person915_virus_1572.png new file mode 100644 index 0000000000000000000000000000000000000000..3d34696970c172312c1af9ded58a605a22579a3d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000335_person915_virus_1572.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b83a9c4f2ef2c13a4a66733993007b85cb401287deac8850f7c837d3768dc82 +size 67884 diff --git a/MendeleyCXR/images/Darwin_00000337_person919_virus_1576.png b/MendeleyCXR/images/Darwin_00000337_person919_virus_1576.png new file mode 100644 index 0000000000000000000000000000000000000000..6f4a7ac1d2fb071935c4af40a0b7fa136fadb0f4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000337_person919_virus_1576.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79bc7c5d6f8d3594e3aaefbb946cb20804cb835f13a485611ea54f9edb1285c0 +size 61430 diff --git a/MendeleyCXR/images/Darwin_00000338_person920_virus_1577.png b/MendeleyCXR/images/Darwin_00000338_person920_virus_1577.png new file mode 100644 index 0000000000000000000000000000000000000000..40bc4be9d00e566ab889e280ede8aa7369429090 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000338_person920_virus_1577.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b210227cb2488a120f5e92a9e32043f813d7c56e4032b70d92b4b9b33cdb810b +size 81900 diff --git a/MendeleyCXR/images/Darwin_00000340_person924_virus_1581.png b/MendeleyCXR/images/Darwin_00000340_person924_virus_1581.png new file mode 100644 index 0000000000000000000000000000000000000000..d006c30078f2880627830be1176de052c49fcf6c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000340_person924_virus_1581.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:837b88ab10931b9ac00d5e6a122d931ffa3c767af5298f934680c559f675b2fd +size 56373 diff --git a/MendeleyCXR/images/Darwin_00000341_person925_virus_1582.png b/MendeleyCXR/images/Darwin_00000341_person925_virus_1582.png new file mode 100644 index 0000000000000000000000000000000000000000..9ccd8b4cc2c233375eeaa6764da6485ecf0be658 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000341_person925_virus_1582.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa6f7108f8bcce20fcd906aa7949346750b32d61a66bb7bb78b291d1196f8c40 +size 67854 diff --git a/MendeleyCXR/images/Darwin_00000342_person926_virus_1583.png b/MendeleyCXR/images/Darwin_00000342_person926_virus_1583.png new file mode 100644 index 0000000000000000000000000000000000000000..ea88a243e45db4c52d753a97638d5e0375cd9b70 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000342_person926_virus_1583.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aa54e63c82d8149607903bafdd86c96398118c37ab6e4338044c1d2a756933d +size 73614 diff --git a/MendeleyCXR/images/Darwin_00000343_person927_virus_1584.png b/MendeleyCXR/images/Darwin_00000343_person927_virus_1584.png new file mode 100644 index 0000000000000000000000000000000000000000..942e1d999e08396df960938df4d1e08e5dd8f18c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000343_person927_virus_1584.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:037bc233b0680637a0ae6ba61c64bf7402486460fa0aa3cab4cdd61a771d1ce7 +size 70397 diff --git a/MendeleyCXR/images/Darwin_00000344_person928_virus_1586.png b/MendeleyCXR/images/Darwin_00000344_person928_virus_1586.png new file mode 100644 index 0000000000000000000000000000000000000000..a02a59bb3e1a7b1d4cd47244a1e5a86aaa842cb2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000344_person928_virus_1586.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f6e7183ee79ca9f9fc518286f783508b1fb3a726f37ae922a33bf2d32f11b44 +size 72414 diff --git a/MendeleyCXR/images/Darwin_00000345_person929_virus_1588.png b/MendeleyCXR/images/Darwin_00000345_person929_virus_1588.png new file mode 100644 index 0000000000000000000000000000000000000000..398bf57c8c712fd0d4ad5aec743a85fe80895413 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000345_person929_virus_1588.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4e37cd42bd1618fc00a862d4f163903d8b32bb92e8ae4484a42c7d31d51725f +size 69658 diff --git a/MendeleyCXR/images/Darwin_00000346_person929_virus_1589.png b/MendeleyCXR/images/Darwin_00000346_person929_virus_1589.png new file mode 100644 index 0000000000000000000000000000000000000000..7ed48a01df4c159b53c0d2eabaea0e7e25315c40 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000346_person929_virus_1589.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4f0a24a0d6bdd0dbe9c980c094a50dbdc74908bdaf5fe914991414b1ed69c88 +size 70000 diff --git a/MendeleyCXR/images/Darwin_00000347_person931_virus_1592.png b/MendeleyCXR/images/Darwin_00000347_person931_virus_1592.png new file mode 100644 index 0000000000000000000000000000000000000000..99c41a302d78f7ab0fe35689d18a944a1ac92168 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000347_person931_virus_1592.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea36b4e26cc0aa4239f45e9bac73744ccf3bed819df2adbc786063f94dcca400 +size 70749 diff --git a/MendeleyCXR/images/Darwin_00000348_person932_virus_1593.png b/MendeleyCXR/images/Darwin_00000348_person932_virus_1593.png new file mode 100644 index 0000000000000000000000000000000000000000..c48c1d0f17db1bb557eeb9ba8efde96dab105186 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000348_person932_virus_1593.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f50ae70e5d467baff066ac0983e502cea9f8a3d6cf22ef483728a24bbb8a453 +size 70128 diff --git a/MendeleyCXR/images/Darwin_00000349_person933_virus_1594.png b/MendeleyCXR/images/Darwin_00000349_person933_virus_1594.png new file mode 100644 index 0000000000000000000000000000000000000000..4df314a68513cf1683547e7e8e951df1e723e079 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000349_person933_virus_1594.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6a56a11fd620ff7047e53b99822637831b3aed695f258af44084d33a7e4d696 +size 68164 diff --git a/MendeleyCXR/images/Darwin_00000351_person935_virus_1597.png b/MendeleyCXR/images/Darwin_00000351_person935_virus_1597.png new file mode 100644 index 0000000000000000000000000000000000000000..5739f48b7a54a0e954007fda5ec86ed06fb0f342 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000351_person935_virus_1597.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84a25784191baa9f3b7423c69ef1673ab35e6c0016ec75f7ef020ac2cbc89754 +size 75038 diff --git a/MendeleyCXR/images/Darwin_00000352_person936_virus_1598.png b/MendeleyCXR/images/Darwin_00000352_person936_virus_1598.png new file mode 100644 index 0000000000000000000000000000000000000000..8c5142a3eb21f4dcedebb3f267a1ae09ce23347a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000352_person936_virus_1598.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03235069fd07e831f16e38001ec57db77aa325b88345db14369c2d9753354ab7 +size 67923 diff --git a/MendeleyCXR/images/Darwin_00000353_person937_virus_1599.png b/MendeleyCXR/images/Darwin_00000353_person937_virus_1599.png new file mode 100644 index 0000000000000000000000000000000000000000..5b7ae84088cb4f31a0f5fd30071b6b5731361bd0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000353_person937_virus_1599.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5912a4e1b177e93f70c2e9b6ef355b4239d0fe4cadd4a4e3ec769a6befb01d7c +size 70456 diff --git a/MendeleyCXR/images/Darwin_00000355_person940_virus_1602.png b/MendeleyCXR/images/Darwin_00000355_person940_virus_1602.png new file mode 100644 index 0000000000000000000000000000000000000000..50ae4529ebdb7a3a2623c135c10931339c5ebef5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000355_person940_virus_1602.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa996038e66f82348160820050782402dbb0222ff1e6b85233cb44b830ac2ace +size 74467 diff --git a/MendeleyCXR/images/Darwin_00000356_person940_virus_1604.png b/MendeleyCXR/images/Darwin_00000356_person940_virus_1604.png new file mode 100644 index 0000000000000000000000000000000000000000..96419715d76f743e43da5f04eeff297b71cb0e72 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000356_person940_virus_1604.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fc9727a81fc53033d90df3b2a0beab26d50972ba9a19abb1c3b2d9618cb50af +size 80389 diff --git a/MendeleyCXR/images/Darwin_00000357_person940_virus_1605.png b/MendeleyCXR/images/Darwin_00000357_person940_virus_1605.png new file mode 100644 index 0000000000000000000000000000000000000000..74b5a1286ec5ec6aa3ddc82c4cd78db135d7d1c8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000357_person940_virus_1605.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:306e72476dc69e2e4e998a92cd0b2dba562bebfd441e7d06f73ccc444d6491fc +size 71967 diff --git a/MendeleyCXR/images/Darwin_00000358_person940_virus_1607.png b/MendeleyCXR/images/Darwin_00000358_person940_virus_1607.png new file mode 100644 index 0000000000000000000000000000000000000000..0f92f179caa69c755f0240a9678b68495f10b174 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000358_person940_virus_1607.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88907bc9d715661fdc548e2a1c087a98d78b3395f53b7211851f2326d3e1b84c +size 68577 diff --git a/MendeleyCXR/images/Darwin_00000359_person940_virus_1609.png b/MendeleyCXR/images/Darwin_00000359_person940_virus_1609.png new file mode 100644 index 0000000000000000000000000000000000000000..93efbbd12162d089b84adca052316821e070dca7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000359_person940_virus_1609.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15ecd6261a0cc488c08e9a17156124ad2ebe829cef4152c9106154a584a3663d +size 81986 diff --git a/MendeleyCXR/images/Darwin_00000360_person941_virus_1610.png b/MendeleyCXR/images/Darwin_00000360_person941_virus_1610.png new file mode 100644 index 0000000000000000000000000000000000000000..5dab152cea5ae59dffacff490aac5468a4310a4b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000360_person941_virus_1610.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74fe52443aec1bdef3f536cd29b2c8997efddf4ed9e865677f9a20b162443a37 +size 66811 diff --git a/MendeleyCXR/images/Darwin_00000361_person942_virus_1611.png b/MendeleyCXR/images/Darwin_00000361_person942_virus_1611.png new file mode 100644 index 0000000000000000000000000000000000000000..00a85767c7d7d77072e4dd74271a5a8abea73531 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000361_person942_virus_1611.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27f763a2b8a075c89b2451b5a14e4a616339c7075e7f20b0805d9968b0e79b54 +size 68646 diff --git a/MendeleyCXR/images/Darwin_00000362_person945_virus_1616.png b/MendeleyCXR/images/Darwin_00000362_person945_virus_1616.png new file mode 100644 index 0000000000000000000000000000000000000000..bc4b823f7013f76a6ec0a0566ecb892b129d75b9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000362_person945_virus_1616.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:839fdd19c08606255f678469d4bbcf6b8281c0fb8d71fe9fbda2d83e69e1e3b2 +size 63908 diff --git a/MendeleyCXR/images/Darwin_00000363_person947_virus_1618.png b/MendeleyCXR/images/Darwin_00000363_person947_virus_1618.png new file mode 100644 index 0000000000000000000000000000000000000000..e6af4f59f5d82df4f8b60c170fd2cbe17a5175e9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000363_person947_virus_1618.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:677c11b735a15e1d95c59566eb701e89e9122014b5edf8fdc3a3b83771502694 +size 74478 diff --git a/MendeleyCXR/images/Darwin_00000364_person949_virus_1620.png b/MendeleyCXR/images/Darwin_00000364_person949_virus_1620.png new file mode 100644 index 0000000000000000000000000000000000000000..0c9b4f657a2444d919ea9b6c82d35dbf094e4895 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000364_person949_virus_1620.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ca499a82839e5a3f26fd0686c598e5fdcc833ae9963d403149a309c49422fe4 +size 73363 diff --git a/MendeleyCXR/images/Darwin_00000365_person950_virus_1621.png b/MendeleyCXR/images/Darwin_00000365_person950_virus_1621.png new file mode 100644 index 0000000000000000000000000000000000000000..35758a90550a3efd9647cdf11fa3eac7698205d0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000365_person950_virus_1621.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:692cb7d4489824f0dbeebace778c581f8adabb1e09883acf9648509db522eec6 +size 64640 diff --git a/MendeleyCXR/images/Darwin_00000366_person951_virus_1622.png b/MendeleyCXR/images/Darwin_00000366_person951_virus_1622.png new file mode 100644 index 0000000000000000000000000000000000000000..de407ab57539f3b1354d0bac8c5becf5f2641ae9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000366_person951_virus_1622.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82586765d9d6cad4c7507b8305d3fc3e0db1c168792cb25e774787e91c6abe62 +size 71549 diff --git a/MendeleyCXR/images/Darwin_00000368_person954_virus_1626.png b/MendeleyCXR/images/Darwin_00000368_person954_virus_1626.png new file mode 100644 index 0000000000000000000000000000000000000000..999a893a13efa1f27f5682db5cf1cef7b24f09bd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000368_person954_virus_1626.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c20f0400638f2888e9de0989160f7a1981a1a726e75c4aa6a82086aa2412a24 +size 79341 diff --git a/MendeleyCXR/images/Darwin_00000369_person955_virus_1627.png b/MendeleyCXR/images/Darwin_00000369_person955_virus_1627.png new file mode 100644 index 0000000000000000000000000000000000000000..9770c7afa796d72304eb942967cb5930102eafda --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000369_person955_virus_1627.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b869fdb0421c09836cf7cd1eb392165144c965440dee76040ae1d054ddf3a896 +size 63504 diff --git a/MendeleyCXR/images/Darwin_00000370_person956_virus_1628.png b/MendeleyCXR/images/Darwin_00000370_person956_virus_1628.png new file mode 100644 index 0000000000000000000000000000000000000000..4e345e8551b218332bd2b29ec55516e08a2b1861 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000370_person956_virus_1628.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0ebe3deff02bfc35c9d818a842200ddfe587268aa545b26e6e435f78f56afb2 +size 68185 diff --git a/MendeleyCXR/images/Darwin_00000371_person957_virus_1629.png b/MendeleyCXR/images/Darwin_00000371_person957_virus_1629.png new file mode 100644 index 0000000000000000000000000000000000000000..c77364a8962679dd3dbb5e84005fd914126b826a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000371_person957_virus_1629.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:322832cc626123e428a4e73f2a9aa5fb7f204b0a3d19c2c3958b6055e43fe215 +size 78444 diff --git a/MendeleyCXR/images/Darwin_00000372_person958_virus_1630.png b/MendeleyCXR/images/Darwin_00000372_person958_virus_1630.png new file mode 100644 index 0000000000000000000000000000000000000000..1a6770e865c74cc332517d92f498a92e76e69619 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000372_person958_virus_1630.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d66517d935f5ea4f8cd0cdf4e034c38a3d76c88c69cbf0fa37d66f5a112eb93a +size 71543 diff --git a/MendeleyCXR/images/Darwin_00000373_person960_virus_1633.png b/MendeleyCXR/images/Darwin_00000373_person960_virus_1633.png new file mode 100644 index 0000000000000000000000000000000000000000..e9f3ee39e688888834f78d5808f32d5ca7dc4965 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000373_person960_virus_1633.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbb80aff22baed815d01933b43cc05f2317e87f15269c6d6f682823ba1a1c69a +size 73541 diff --git a/MendeleyCXR/images/Darwin_00000374_person961_virus_1634.png b/MendeleyCXR/images/Darwin_00000374_person961_virus_1634.png new file mode 100644 index 0000000000000000000000000000000000000000..d319639faeeb29750733e4bdbb153d4e1b21e438 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000374_person961_virus_1634.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad3bfa27a92bf1dae9fd08b66cec6869e2ad6a3b1f81eabdf4a96580c1d78215 +size 76236 diff --git a/MendeleyCXR/images/Darwin_00000375_person962_virus_1635.png b/MendeleyCXR/images/Darwin_00000375_person962_virus_1635.png new file mode 100644 index 0000000000000000000000000000000000000000..2cb51f1e4bfd2ae488a4ff6c24ba687986d04d1d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000375_person962_virus_1635.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e657ae42f464a70978e1090dff0a9a9daf8a9ad8b68273cf9dc3af4fdf307315 +size 60818 diff --git a/MendeleyCXR/images/Darwin_00000376_person963_virus_1636.png b/MendeleyCXR/images/Darwin_00000376_person963_virus_1636.png new file mode 100644 index 0000000000000000000000000000000000000000..492ad0249b097f582090d428ccf799623a1c5bc9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000376_person963_virus_1636.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f859f4ef8a156f246b1bbdaff7a5b20f22d4526318da8caf509f1a2cdf22c451 +size 78432 diff --git a/MendeleyCXR/images/Darwin_00000377_person964_virus_1637.png b/MendeleyCXR/images/Darwin_00000377_person964_virus_1637.png new file mode 100644 index 0000000000000000000000000000000000000000..6e53467c4c764d2a1bbe81ba9b5b43fccab9c586 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000377_person964_virus_1637.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f20e6ad81fc8a577c542fe7527d1775a2814797fc5791911bb0a777ef3d3e328 +size 60368 diff --git a/MendeleyCXR/images/Darwin_00000378_person965_virus_1638.png b/MendeleyCXR/images/Darwin_00000378_person965_virus_1638.png new file mode 100644 index 0000000000000000000000000000000000000000..4927d7785855f5b6d58f71b60118c449d042ca8f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000378_person965_virus_1638.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a660fc95d80a02a4ab6dca4d8784c7d5fc002a820f029a7a4436949113d6e978 +size 74256 diff --git a/MendeleyCXR/images/Darwin_00000379_person966_virus_1639.png b/MendeleyCXR/images/Darwin_00000379_person966_virus_1639.png new file mode 100644 index 0000000000000000000000000000000000000000..d73e1b678062bed68e2719ffe94ae9466881d5ef --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000379_person966_virus_1639.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ca8375f0be77fe25b94970c44df64ae4b18ce683494b88d729fe10c1ef3694b +size 74123 diff --git a/MendeleyCXR/images/Darwin_00000380_person967_virus_1640.png b/MendeleyCXR/images/Darwin_00000380_person967_virus_1640.png new file mode 100644 index 0000000000000000000000000000000000000000..6e2f8010c8d0a39003435ca64b653d2130c0acdb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000380_person967_virus_1640.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a734fd1e0d28c0bab3716ce09fe708c3de115080a26477be92aa75d33b6e5f4e +size 68125 diff --git a/MendeleyCXR/images/Darwin_00000381_person968_virus_1642.png b/MendeleyCXR/images/Darwin_00000381_person968_virus_1642.png new file mode 100644 index 0000000000000000000000000000000000000000..54bd77da81405afa2e288ce9ca2769fb944e4755 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000381_person968_virus_1642.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f6c8d79933a98415f126ebf2287fc68fc8797fa49df8a59d3c2a00a08d30e2f +size 68245 diff --git a/MendeleyCXR/images/Darwin_00000382_person969_virus_1643.png b/MendeleyCXR/images/Darwin_00000382_person969_virus_1643.png new file mode 100644 index 0000000000000000000000000000000000000000..5cdd5b1c3a410d1b0d0fef9471adbced1f3b4042 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000382_person969_virus_1643.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e365de03939515e05f0fc63f44c9071ed899f5d41ab21291ac8b7fac6f6129e +size 65572 diff --git a/MendeleyCXR/images/Darwin_00000383_person970_virus_1644.png b/MendeleyCXR/images/Darwin_00000383_person970_virus_1644.png new file mode 100644 index 0000000000000000000000000000000000000000..f2b9ae776789d115a816d12b83f3589f22db10d2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000383_person970_virus_1644.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c95d2bef6486b53cd95e987bb59efb23e33b74f74d722df038c0a9b297f319a4 +size 70376 diff --git a/MendeleyCXR/images/Darwin_00000384_person972_virus_1646.png b/MendeleyCXR/images/Darwin_00000384_person972_virus_1646.png new file mode 100644 index 0000000000000000000000000000000000000000..cd9a6ae54b79f5bf30f4ed792e0811c3b7d00bf5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000384_person972_virus_1646.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e257878517fe2610a4875059bcda8b9100f93b48c4e48e471e25da55ed160eef +size 67858 diff --git a/MendeleyCXR/images/Darwin_00000385_person973_virus_1647.png b/MendeleyCXR/images/Darwin_00000385_person973_virus_1647.png new file mode 100644 index 0000000000000000000000000000000000000000..3d7cf242b5fca464063e24db2655c9f4b02fff24 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000385_person973_virus_1647.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39c48951e2aaf15b65b14377f317c1c73c38cd509335f4316361ae85823a8434 +size 74695 diff --git a/MendeleyCXR/images/Darwin_00000386_person974_virus_1649.png b/MendeleyCXR/images/Darwin_00000386_person974_virus_1649.png new file mode 100644 index 0000000000000000000000000000000000000000..3b93181a27355246ca9b239d393b2e250369d8eb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000386_person974_virus_1649.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6e65fdca5da71e697d60914da663aba82051c400925b8ca9b5dab4a5280f9a5 +size 73607 diff --git a/MendeleyCXR/images/Darwin_00000387_person975_virus_1650.png b/MendeleyCXR/images/Darwin_00000387_person975_virus_1650.png new file mode 100644 index 0000000000000000000000000000000000000000..d2a13942426e0ce75d5a83ad7b4102c25be5d777 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000387_person975_virus_1650.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:598436fbe96d956e0ce595d7f2409d64ff6871e35e89b2b3bed49ac6d4e0f86d +size 72603 diff --git a/MendeleyCXR/images/Darwin_00000388_person976_virus_1651.png b/MendeleyCXR/images/Darwin_00000388_person976_virus_1651.png new file mode 100644 index 0000000000000000000000000000000000000000..2a2e222c550f11934e533685f1ad9a467f7263af --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000388_person976_virus_1651.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5c7c2f3793ec30d694b0fd6aec9f161ef2f4f1b1c6eb2ac73d5b16b1acef598 +size 70615 diff --git a/MendeleyCXR/images/Darwin_00000389_person977_virus_1652.png b/MendeleyCXR/images/Darwin_00000389_person977_virus_1652.png new file mode 100644 index 0000000000000000000000000000000000000000..0660e48e407b6779c15a45b06ab41a37f42e75ed --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000389_person977_virus_1652.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5829ce4ae82c37f98c62171c247e3e72c47c31ce8ca2a2811e306523db70882 +size 81574 diff --git a/MendeleyCXR/images/Darwin_00000390_person978_virus_1653.png b/MendeleyCXR/images/Darwin_00000390_person978_virus_1653.png new file mode 100644 index 0000000000000000000000000000000000000000..2ab4a8ad7e676a269c8b108ace181b5abb2ea0a4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000390_person978_virus_1653.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cade3c2d1bb11325cffb703af4005178f54a41acad32ed716b78c248615ca7c +size 65460 diff --git a/MendeleyCXR/images/Darwin_00000391_person979_virus_1654.png b/MendeleyCXR/images/Darwin_00000391_person979_virus_1654.png new file mode 100644 index 0000000000000000000000000000000000000000..5e3b015f535f655510a85352658b4a6242669ac7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000391_person979_virus_1654.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aabda9177a501af2b0b679db8200ccf98be1018f8534973ba8efb2ded908d6a1 +size 73001 diff --git a/MendeleyCXR/images/Darwin_00000393_person981_virus_1657.png b/MendeleyCXR/images/Darwin_00000393_person981_virus_1657.png new file mode 100644 index 0000000000000000000000000000000000000000..85bb28d7c93e78d61af57164d3195fa3b583115e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000393_person981_virus_1657.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:258b4ede32db5f6c23721eb7557d328299ed788c8d21c0da8007a6e1ecfade20 +size 72375 diff --git a/MendeleyCXR/images/Darwin_00000394_person982_virus_1658.png b/MendeleyCXR/images/Darwin_00000394_person982_virus_1658.png new file mode 100644 index 0000000000000000000000000000000000000000..cdaec64fd8a86c41f9e89cbef4d97e70e19783a6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000394_person982_virus_1658.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c429c3f1d71cf1ec7060d40638f6099b37da850da62b1153252e2f2eb8e3bfb7 +size 71920 diff --git a/MendeleyCXR/images/Darwin_00000395_person983_virus_1660.png b/MendeleyCXR/images/Darwin_00000395_person983_virus_1660.png new file mode 100644 index 0000000000000000000000000000000000000000..4ab92c4b86b0eb2986a5b0465e81249867face58 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000395_person983_virus_1660.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d14d2ff696d3d10cfa860c6efed447ae71fdda740e47dbc732c48287f2920920 +size 69413 diff --git a/MendeleyCXR/images/Darwin_00000396_person988_virus_1666.png b/MendeleyCXR/images/Darwin_00000396_person988_virus_1666.png new file mode 100644 index 0000000000000000000000000000000000000000..e56340505d395c7782b83614c4effa7f1f422ed0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000396_person988_virus_1666.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7374d7a8f8d89c4655da2c53233ac3eee17d7e787263d86eabf2d7e7e964b03 +size 68425 diff --git a/MendeleyCXR/images/Darwin_00000397_person989_virus_1667.png b/MendeleyCXR/images/Darwin_00000397_person989_virus_1667.png new file mode 100644 index 0000000000000000000000000000000000000000..ba87c7fcca2ed950c973b11ebbf648321c4737a9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000397_person989_virus_1667.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff77e34052c22745fa227a5e652ac91229519814f29da7e63a242ebcdc5ea8d3 +size 69077 diff --git a/MendeleyCXR/images/Darwin_00000398_person991_virus_1669.png b/MendeleyCXR/images/Darwin_00000398_person991_virus_1669.png new file mode 100644 index 0000000000000000000000000000000000000000..b7764409ae6f1cfd3a202ea27b3f7e9e836a23f4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000398_person991_virus_1669.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb5e8e2149134684255e084a9715bf1c6706a56d206d4836e44c87cf0d761312 +size 70677 diff --git a/MendeleyCXR/images/Darwin_00000399_person992_virus_1670.png b/MendeleyCXR/images/Darwin_00000399_person992_virus_1670.png new file mode 100644 index 0000000000000000000000000000000000000000..ab06bb047cb14eb320a6fab01b70fb829ef18d33 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000399_person992_virus_1670.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d27d7c644df72ad3fabafe523ded34d90e795e194a08e4d936c4dd4da3ae39a +size 56432 diff --git a/MendeleyCXR/images/Darwin_00000400_person993_virus_1671.png b/MendeleyCXR/images/Darwin_00000400_person993_virus_1671.png new file mode 100644 index 0000000000000000000000000000000000000000..06b910cf650d99c00b94ffead15264379ecee2ef --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000400_person993_virus_1671.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:596a055309af299fbda0180262ece3c565efcf06318b1ca800aca79eba6da6ba +size 66131 diff --git a/MendeleyCXR/images/Darwin_00000402_person995_virus_1676.png b/MendeleyCXR/images/Darwin_00000402_person995_virus_1676.png new file mode 100644 index 0000000000000000000000000000000000000000..8e62f82ace3a8b22e72ccea5da7fc0389323ce9e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000402_person995_virus_1676.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:140b1bb885fb9aab71573c1ca867c393c7aaa997bcc828f02377b575655575d2 +size 68707 diff --git a/MendeleyCXR/images/Darwin_00000404_person997_virus_1678.png b/MendeleyCXR/images/Darwin_00000404_person997_virus_1678.png new file mode 100644 index 0000000000000000000000000000000000000000..544a7a2cebeccc54b1d175a9beab57969e4f4a7d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000404_person997_virus_1678.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:394229283e8d79987c7f49a4c18d05517d4c163d943e4ff36d4b5ed139d4d6b5 +size 65022 diff --git a/MendeleyCXR/images/Darwin_00000405_person80_virus_150.png b/MendeleyCXR/images/Darwin_00000405_person80_virus_150.png new file mode 100644 index 0000000000000000000000000000000000000000..5278ec36358d35602a310a8228ead1c0f14b7c5b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000405_person80_virus_150.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a7abafbd990e4241fd615b79d7baca522fc68e23b490de513e6b37041f82a12 +size 71211 diff --git a/MendeleyCXR/images/Darwin_00000406_person81_virus_152.png b/MendeleyCXR/images/Darwin_00000406_person81_virus_152.png new file mode 100644 index 0000000000000000000000000000000000000000..0616704c1608c06eea8bfc5167f3b27b37630942 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000406_person81_virus_152.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:334e9ad50a73008dd956816741cd49c439f556418a56b01d50d3f12353c62f05 +size 67229 diff --git a/MendeleyCXR/images/Darwin_00000407_person81_virus_153.png b/MendeleyCXR/images/Darwin_00000407_person81_virus_153.png new file mode 100644 index 0000000000000000000000000000000000000000..aca83da432f5c329f085d3734d04daa3020e50ca --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000407_person81_virus_153.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26b0377ca22c9eb064d64b12c0f080286e9e612797f53d7367a19fa14c00c3f3 +size 70951 diff --git a/MendeleyCXR/images/Darwin_00000408_person82_virus_154.png b/MendeleyCXR/images/Darwin_00000408_person82_virus_154.png new file mode 100644 index 0000000000000000000000000000000000000000..1222db2def2bd67736ef35cc013388ea8b943672 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000408_person82_virus_154.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2c1323a260db39767680e6ef826968f3feed496bf4a57d810ba6dba277e29af +size 67219 diff --git a/MendeleyCXR/images/Darwin_00000409_person82_virus_155.png b/MendeleyCXR/images/Darwin_00000409_person82_virus_155.png new file mode 100644 index 0000000000000000000000000000000000000000..42619700ada253e10855b40560e6d0acbb5241a7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000409_person82_virus_155.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47ff1ae18f2ff9dd7a9fdb508fda89c883c142b99a8f7f3472191260d2fff8ec +size 72158 diff --git a/MendeleyCXR/images/Darwin_00000410_person83_virus_156.png b/MendeleyCXR/images/Darwin_00000410_person83_virus_156.png new file mode 100644 index 0000000000000000000000000000000000000000..2d2bf7b3d4e64d786207ac5d60b83e047d5ee9d9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000410_person83_virus_156.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:228c834f7706054f89be1aa90e55572a1e5cbcef6daf29f6a3cc6168362be837 +size 66648 diff --git a/MendeleyCXR/images/Darwin_00000411_person84_virus_157.png b/MendeleyCXR/images/Darwin_00000411_person84_virus_157.png new file mode 100644 index 0000000000000000000000000000000000000000..15894eace1a95cd26e53c640dac5eb6d2b619175 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000411_person84_virus_157.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bdaec49675750c273c9629ab0d704634a8e4c31904ca1692be053ab8111279c +size 76601 diff --git a/MendeleyCXR/images/Darwin_00000412_person86_virus_159.png b/MendeleyCXR/images/Darwin_00000412_person86_virus_159.png new file mode 100644 index 0000000000000000000000000000000000000000..f642b63abf96ddfcef92ad7a4d6fdf9a2bbfc5aa --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000412_person86_virus_159.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5b93800cd22fe698a0b6a9f02d3c5276b8d9b1acb8dce59427da2e78201bbff +size 73564 diff --git a/MendeleyCXR/images/Darwin_00000413_person87_virus_160.png b/MendeleyCXR/images/Darwin_00000413_person87_virus_160.png new file mode 100644 index 0000000000000000000000000000000000000000..58355ab7b1f442a05dac3e76f2ea4ff41872031b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000413_person87_virus_160.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4605062a9dd3fe7bb6d84a0e59a4a866bca55c7bbc85ac549a4ba753943c1034 +size 84359 diff --git a/MendeleyCXR/images/Darwin_00000414_person88_virus_161.png b/MendeleyCXR/images/Darwin_00000414_person88_virus_161.png new file mode 100644 index 0000000000000000000000000000000000000000..8cce60671db5bde7fbf73e652ca59e2be5c962f8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000414_person88_virus_161.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7269939a2df730ece69384a67a68be6304de36cb5c79099593df790d9e31cf8 +size 71987 diff --git a/MendeleyCXR/images/Darwin_00000415_person88_virus_163.png b/MendeleyCXR/images/Darwin_00000415_person88_virus_163.png new file mode 100644 index 0000000000000000000000000000000000000000..db2c7259e52cc0feafe8f63087fc0d93950df569 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000415_person88_virus_163.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1d707421659be9d54bea1998fe21d086432ec405a69644bc5cb1a3c4f4fe97b +size 78590 diff --git a/MendeleyCXR/images/Darwin_00000416_person730_virus_1351.png b/MendeleyCXR/images/Darwin_00000416_person730_virus_1351.png new file mode 100644 index 0000000000000000000000000000000000000000..05b1cf8ae93fe5a070ca0f2fcba55e215ada5da9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000416_person730_virus_1351.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48b1a69596cd470b2a9b4ea9583abb7935c6884fff7dba252f45943cb54be729 +size 72810 diff --git a/MendeleyCXR/images/Darwin_00000417_person731_virus_1352.png b/MendeleyCXR/images/Darwin_00000417_person731_virus_1352.png new file mode 100644 index 0000000000000000000000000000000000000000..6a63819452ee637a8a76f23da5986e99c81becf2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000417_person731_virus_1352.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b9d77e9d32a6429c3b1da93dd45dec776b1f4003f74d0b2bfdd4f1357d338fa +size 67581 diff --git a/MendeleyCXR/images/Darwin_00000418_person732_virus_1353.png b/MendeleyCXR/images/Darwin_00000418_person732_virus_1353.png new file mode 100644 index 0000000000000000000000000000000000000000..68ecda712e1565f21f06cc898782e4dc780847af --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000418_person732_virus_1353.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cee3571755b84ec892dcd32db2935c268b58cbaf673e0c941d92af75c10a3e3 +size 78977 diff --git a/MendeleyCXR/images/Darwin_00000419_person734_virus_1355.png b/MendeleyCXR/images/Darwin_00000419_person734_virus_1355.png new file mode 100644 index 0000000000000000000000000000000000000000..aad98989ddee5d922f15e0078fbb047be756e4fe --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000419_person734_virus_1355.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81815aa32ff003bc9646a0b430684998174a4a8ffbebff10e65e83699ecc5424 +size 74938 diff --git a/MendeleyCXR/images/Darwin_00000420_person735_virus_1356.png b/MendeleyCXR/images/Darwin_00000420_person735_virus_1356.png new file mode 100644 index 0000000000000000000000000000000000000000..b3b2755e076709fadde547ab389270a3a24cf026 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000420_person735_virus_1356.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92a4be8d2f170c16f89cb58034dd1c0f73ead18113c9555e3c07efc26392a52a +size 73562 diff --git a/MendeleyCXR/images/Darwin_00000421_person736_virus_1358.png b/MendeleyCXR/images/Darwin_00000421_person736_virus_1358.png new file mode 100644 index 0000000000000000000000000000000000000000..8b0616f5ded27636c9511c029091e00bc5c3ced7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000421_person736_virus_1358.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3624c29d4fbfede07fdbb08ef67ee7520b4cdc8f2d9348527f7d42d7d62f75c8 +size 74042 diff --git a/MendeleyCXR/images/Darwin_00000422_person738_virus_1360.png b/MendeleyCXR/images/Darwin_00000422_person738_virus_1360.png new file mode 100644 index 0000000000000000000000000000000000000000..1d05fc5ae014a79f83e27a284623dafe8d389ee6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000422_person738_virus_1360.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25a96d0b17178a061f532458e12ae39ccc8a4e1206ff6fb13d11b1be74511e1a +size 78906 diff --git a/MendeleyCXR/images/Darwin_00000423_person739_virus_1361.png b/MendeleyCXR/images/Darwin_00000423_person739_virus_1361.png new file mode 100644 index 0000000000000000000000000000000000000000..e92f09e5dd3ba1e5f20a6b5961fbd5b551bdaf66 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000423_person739_virus_1361.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70d20d5ee1193ae571386a194a55e6d795fb862c65855b28a817bf05355d1bc6 +size 75373 diff --git a/MendeleyCXR/images/Darwin_00000425_person740_virus_1363.png b/MendeleyCXR/images/Darwin_00000425_person740_virus_1363.png new file mode 100644 index 0000000000000000000000000000000000000000..95da965e1647a4d948f83860e58942fdf906f8e9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000425_person740_virus_1363.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9891504f6d9c605afe5fa951f8f8775f85d13a48d59a8ac8fd2f81d40a0908be +size 68183 diff --git a/MendeleyCXR/images/Darwin_00000426_person741_virus_1364.png b/MendeleyCXR/images/Darwin_00000426_person741_virus_1364.png new file mode 100644 index 0000000000000000000000000000000000000000..40fa41ca5ec360444697dfaa04680128e9e7ff26 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000426_person741_virus_1364.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f58fdf8a0dd92a16f7cbe11c6927510b84ee5616592a75430674795c5628e81c +size 69457 diff --git a/MendeleyCXR/images/Darwin_00000428_person743_virus_1366.png b/MendeleyCXR/images/Darwin_00000428_person743_virus_1366.png new file mode 100644 index 0000000000000000000000000000000000000000..9614822cc053781eb998f3e39703446c6427a42e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000428_person743_virus_1366.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3abd37809956db2208c589e989ae75175b1c36b3729da1cc3b6226e477e6a20e +size 72605 diff --git a/MendeleyCXR/images/Darwin_00000429_person744_virus_1367.png b/MendeleyCXR/images/Darwin_00000429_person744_virus_1367.png new file mode 100644 index 0000000000000000000000000000000000000000..62be076d76d232281646e517e702eafc187dac6f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000429_person744_virus_1367.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf2b2320ec01ce1c63beab1d5c744bd8e7ef16e326ccba2039df1bebd964cc9e +size 75363 diff --git a/MendeleyCXR/images/Darwin_00000430_person745_virus_1368.png b/MendeleyCXR/images/Darwin_00000430_person745_virus_1368.png new file mode 100644 index 0000000000000000000000000000000000000000..c5d190db4fcddf455e1f8b592e242c30d53c870f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000430_person745_virus_1368.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76cf644812251dea7d03c09dfe155e6b7f49cafdcf43a89120401f4e05cb648e +size 75207 diff --git a/MendeleyCXR/images/Darwin_00000431_person746_virus_1369.png b/MendeleyCXR/images/Darwin_00000431_person746_virus_1369.png new file mode 100644 index 0000000000000000000000000000000000000000..1b0012c6595867ecf1026d62db6974fcf955ba85 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000431_person746_virus_1369.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:344b785d95d58fb603d0e97684e1cfe7574ba7bea044d65f9fd8047dce82f32a +size 74408 diff --git a/MendeleyCXR/images/Darwin_00000432_person747_virus_1370.png b/MendeleyCXR/images/Darwin_00000432_person747_virus_1370.png new file mode 100644 index 0000000000000000000000000000000000000000..987096b8eeaacbc9c004397fa0249cf10b1aaae1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000432_person747_virus_1370.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cefeba450d53a102798eb07368a2231ee3ab1ea7c7ac61f9fc1996249023abab +size 70483 diff --git a/MendeleyCXR/images/Darwin_00000433_person747_virus_1372.png b/MendeleyCXR/images/Darwin_00000433_person747_virus_1372.png new file mode 100644 index 0000000000000000000000000000000000000000..98312a659db71ce3780769f0f76d0645a2658705 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000433_person747_virus_1372.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:807930067a278743487fbdfc87360f51285586541995f58489271e93290eba9c +size 68941 diff --git a/MendeleyCXR/images/Darwin_00000434_person748_virus_1373.png b/MendeleyCXR/images/Darwin_00000434_person748_virus_1373.png new file mode 100644 index 0000000000000000000000000000000000000000..e75a699f9f53335dd575303a580f0519222cea19 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000434_person748_virus_1373.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccd9e65d4827bda23a359b1d83dbc5a61e199d10084da5824eb216e9d891c699 +size 72427 diff --git a/MendeleyCXR/images/Darwin_00000435_person749_virus_1374.png b/MendeleyCXR/images/Darwin_00000435_person749_virus_1374.png new file mode 100644 index 0000000000000000000000000000000000000000..8ed1589d202c1771f37d2c7a3a7553cbd1a79566 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000435_person749_virus_1374.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bd651b35dc8b78e4a15740e24d26b89b415f1e603a67af069132ceea7f42572 +size 71210 diff --git a/MendeleyCXR/images/Darwin_00000436_person752_virus_1377.png b/MendeleyCXR/images/Darwin_00000436_person752_virus_1377.png new file mode 100644 index 0000000000000000000000000000000000000000..0ba1fc4dd6c315ce85e6be6bdef3f5b8292a6093 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000436_person752_virus_1377.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8daad742eae4478b6928979475008849b1b915314e04120978405ad251ff01b +size 67459 diff --git a/MendeleyCXR/images/Darwin_00000437_person753_virus_1378.png b/MendeleyCXR/images/Darwin_00000437_person753_virus_1378.png new file mode 100644 index 0000000000000000000000000000000000000000..7af24d73a199d8f7f28b711913b5e865da564aaf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000437_person753_virus_1378.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52ec050f0545bad6fa4d6dce9c527d01b55bed8cabf6e0299dc1b7714785aba9 +size 74286 diff --git a/MendeleyCXR/images/Darwin_00000438_person754_virus_1379.png b/MendeleyCXR/images/Darwin_00000438_person754_virus_1379.png new file mode 100644 index 0000000000000000000000000000000000000000..ffafac31a4d5a201a7b2da0f030909d6a899248d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000438_person754_virus_1379.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c49840b8d1feb49a775706595f6160be73fdd2a1d087d537fa6be4446ecddb4d +size 70384 diff --git a/MendeleyCXR/images/Darwin_00000439_person755_virus_1380.png b/MendeleyCXR/images/Darwin_00000439_person755_virus_1380.png new file mode 100644 index 0000000000000000000000000000000000000000..c58b8c149c0a7e57afcfd04eb0aa6584646f4e25 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000439_person755_virus_1380.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28bbd3363898ed1be6afb2bca6201d6759185a30dceb58101469429d7d23b425 +size 82823 diff --git a/MendeleyCXR/images/Darwin_00000440_person755_virus_1382.png b/MendeleyCXR/images/Darwin_00000440_person755_virus_1382.png new file mode 100644 index 0000000000000000000000000000000000000000..2e4b635a28a70e1f8e57b80dc865e26289a5a83f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000440_person755_virus_1382.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:586a01ff4a600dcabe8a4a67ec4afc25bc369ef4bc29946e96a7f8e10a1501b5 +size 71086 diff --git a/MendeleyCXR/images/Darwin_00000441_person757_virus_1385.png b/MendeleyCXR/images/Darwin_00000441_person757_virus_1385.png new file mode 100644 index 0000000000000000000000000000000000000000..3e5ff32e70f37b056d4fd79aff88a63206f61fba --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000441_person757_virus_1385.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dfddf6d113b6be786c6ebb75b36ff0bbf6a90b3dfda1c5529138b7c30de11fc +size 78558 diff --git a/MendeleyCXR/images/Darwin_00000442_person759_virus_1387.png b/MendeleyCXR/images/Darwin_00000442_person759_virus_1387.png new file mode 100644 index 0000000000000000000000000000000000000000..afdf8866d448b205b9c247afe165eca55f6bd799 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000442_person759_virus_1387.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28b9041c66b63286553ecdd1316112af439a4903a887e6a7b43402fe9d6b3475 +size 69443 diff --git a/MendeleyCXR/images/Darwin_00000443_person760_virus_1388.png b/MendeleyCXR/images/Darwin_00000443_person760_virus_1388.png new file mode 100644 index 0000000000000000000000000000000000000000..9713f66df7b44ad5302a10c28ec78d8755e0c500 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000443_person760_virus_1388.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80c3e309dfe5e2a8542ac09186f031e72885e25067f4a25b0aa69a853fd80664 +size 79062 diff --git a/MendeleyCXR/images/Darwin_00000444_person761_virus_1389.png b/MendeleyCXR/images/Darwin_00000444_person761_virus_1389.png new file mode 100644 index 0000000000000000000000000000000000000000..0ba72fd48bede48795029d89d5705323f0224ab3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000444_person761_virus_1389.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec5d1756db3616726a074dbaea14404fcfe483b145ddb80e9cc1b605307ced72 +size 76984 diff --git a/MendeleyCXR/images/Darwin_00000445_person762_virus_1390.png b/MendeleyCXR/images/Darwin_00000445_person762_virus_1390.png new file mode 100644 index 0000000000000000000000000000000000000000..056f5b354d6dcffc09468068896d9a70e570c5ef --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000445_person762_virus_1390.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92adc4dc47ad2c10b92dafcc839a774153b4a5337d80591a80e5edaafe7839bf +size 72646 diff --git a/MendeleyCXR/images/Darwin_00000446_person763_virus_1391.png b/MendeleyCXR/images/Darwin_00000446_person763_virus_1391.png new file mode 100644 index 0000000000000000000000000000000000000000..2acc61c04e81ec69b5641ed53d7cb031e118b153 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000446_person763_virus_1391.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8288dc6d36d486b04b85fef75dac0fec4cb6d941cc0f9f09eed13535e9c0b376 +size 74780 diff --git a/MendeleyCXR/images/Darwin_00000448_person765_virus_1393.png b/MendeleyCXR/images/Darwin_00000448_person765_virus_1393.png new file mode 100644 index 0000000000000000000000000000000000000000..1f715b33e3399a08c59203c731cbc13b4d7d79fc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000448_person765_virus_1393.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fa4b9d7b7f14e735ee5a0490ebef254b1f4d1c95b21f1b34b38094bd44f41b0 +size 59503 diff --git a/MendeleyCXR/images/Darwin_00000449_person768_virus_1396.png b/MendeleyCXR/images/Darwin_00000449_person768_virus_1396.png new file mode 100644 index 0000000000000000000000000000000000000000..9ea1394ee3cbde09cbe32bae22de9c2dbe56bdf2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000449_person768_virus_1396.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8b7a21ea6710c700018b286d6aed35a6f85a70969586f154ad426a3bfc32c08 +size 74061 diff --git a/MendeleyCXR/images/Darwin_00000451_person771_virus_1399.png b/MendeleyCXR/images/Darwin_00000451_person771_virus_1399.png new file mode 100644 index 0000000000000000000000000000000000000000..2eb3fb36e5a5250010395a73daac6ad4c1b44304 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000451_person771_virus_1399.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bed42be45f05851abadab4f88674f410837c46695874b206cd9ce5d95e62894c +size 66280 diff --git a/MendeleyCXR/images/Darwin_00000452_person772_virus_1401.png b/MendeleyCXR/images/Darwin_00000452_person772_virus_1401.png new file mode 100644 index 0000000000000000000000000000000000000000..26a9167e42e9e8f6be3ce6d9c419590dfd8f183e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000452_person772_virus_1401.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57b17c16ec3d588b0c0c2b3de3b5ba72ecaefe2b1d3bb15ddc1234343e9b5e4b +size 67917 diff --git a/MendeleyCXR/images/Darwin_00000454_person774_virus_1403.png b/MendeleyCXR/images/Darwin_00000454_person774_virus_1403.png new file mode 100644 index 0000000000000000000000000000000000000000..1801054d2a0cf88eb1ed1fae684282c950dac3a1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000454_person774_virus_1403.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:654c7c3e89570a734585c02a3bd3052598f9166990b111e4eef9a459e49481cf +size 65209 diff --git a/MendeleyCXR/images/Darwin_00000455_person775_virus_1404.png b/MendeleyCXR/images/Darwin_00000455_person775_virus_1404.png new file mode 100644 index 0000000000000000000000000000000000000000..d10b3f46c6ce597ec394c18452d6defc44e165ea --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000455_person775_virus_1404.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a99287ebab4ac8be9f0a3a2b1f2aed4f93b77f67cc5d21546650826bc8d146c7 +size 62882 diff --git a/MendeleyCXR/images/Darwin_00000456_person776_virus_1405.png b/MendeleyCXR/images/Darwin_00000456_person776_virus_1405.png new file mode 100644 index 0000000000000000000000000000000000000000..f27bd77110844ff2e87c8c9bbedfaa9f78e243b4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000456_person776_virus_1405.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0954d717754e9743fc24a8503d2c56a82cce716a5558623760a07b5fe17c52d +size 67405 diff --git a/MendeleyCXR/images/Darwin_00000457_person778_virus_1408.png b/MendeleyCXR/images/Darwin_00000457_person778_virus_1408.png new file mode 100644 index 0000000000000000000000000000000000000000..9e7295236974f8121d9482798665b8c74013dbb9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000457_person778_virus_1408.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfd067828251dfc035192b4019cbd02db3d888b00aa093f7bf0268390e1ffb27 +size 65914 diff --git a/MendeleyCXR/images/Darwin_00000458_person779_virus_1409.png b/MendeleyCXR/images/Darwin_00000458_person779_virus_1409.png new file mode 100644 index 0000000000000000000000000000000000000000..87cd793a944e01b0d00eb7284ae5dc322c9ec4f5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000458_person779_virus_1409.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41a26e21b03f21bffa9ee6ac91c8add00e85c26ae7152de20070b7ef35dab24c +size 79532 diff --git a/MendeleyCXR/images/Darwin_00000459_person779_virus_1410.png b/MendeleyCXR/images/Darwin_00000459_person779_virus_1410.png new file mode 100644 index 0000000000000000000000000000000000000000..c8291a3ad0689b886970601e79eba0cf8ebaf718 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000459_person779_virus_1410.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e555d1dd5ddc539d58db8d7aaf943be06cc9f70ce300e97d49faa9f0fa2b8ae9 +size 71385 diff --git a/MendeleyCXR/images/Darwin_00000460_person780_virus_1411.png b/MendeleyCXR/images/Darwin_00000460_person780_virus_1411.png new file mode 100644 index 0000000000000000000000000000000000000000..9731a0ebb011ae83e139e6439ee433d1df917422 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000460_person780_virus_1411.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5125b4f18737436bdd9954572e21594e2227972b4d3da85ecf340040c98356c3 +size 63741 diff --git a/MendeleyCXR/images/Darwin_00000461_person781_virus_1412.png b/MendeleyCXR/images/Darwin_00000461_person781_virus_1412.png new file mode 100644 index 0000000000000000000000000000000000000000..c031bbb81b2d55affd38954469a80a3cd352a7ff --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000461_person781_virus_1412.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fa9304655e5b3e608e7dca019de20177c5f15795418c7a5a51966b205fe3548 +size 78414 diff --git a/MendeleyCXR/images/Darwin_00000462_person783_virus_1414.png b/MendeleyCXR/images/Darwin_00000462_person783_virus_1414.png new file mode 100644 index 0000000000000000000000000000000000000000..c17ba3dc52a91a80c9326754e8ce1cd118daaaa3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000462_person783_virus_1414.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f913f3245a12a9f931fb773f8ac03c341a9d95b1cd1d9c580dfaaf1edab1962c +size 64771 diff --git a/MendeleyCXR/images/Darwin_00000463_person788_virus_1419.png b/MendeleyCXR/images/Darwin_00000463_person788_virus_1419.png new file mode 100644 index 0000000000000000000000000000000000000000..824c2140cd9d36946881c62615d4f56294dd0140 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000463_person788_virus_1419.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16964946347b9042afc355fdd0c4937ddea312bf84a55addf2e7575ea47f3c99 +size 82415 diff --git a/MendeleyCXR/images/Darwin_00000464_person789_virus_1420.png b/MendeleyCXR/images/Darwin_00000464_person789_virus_1420.png new file mode 100644 index 0000000000000000000000000000000000000000..2728d8a9d9e6949fbc7eff7cf398650764d29be7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000464_person789_virus_1420.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78fa2e3dce24b51de9c3daccdfc812a468675619c176ce48f948037d1da30ebc +size 65384 diff --git a/MendeleyCXR/images/Darwin_00000465_person790_virus_1421.png b/MendeleyCXR/images/Darwin_00000465_person790_virus_1421.png new file mode 100644 index 0000000000000000000000000000000000000000..b0813aad6f3eab416eb4906f22c925d5d0617830 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000465_person790_virus_1421.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee4857d24ddf9664dd9a45b141f02072128773cf6af6c6537820b773261b9dc9 +size 72282 diff --git a/MendeleyCXR/images/Darwin_00000466_person791_virus_1422.png b/MendeleyCXR/images/Darwin_00000466_person791_virus_1422.png new file mode 100644 index 0000000000000000000000000000000000000000..26ced8a1ed0237e59474807033e97061fc36227b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000466_person791_virus_1422.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe77293cc1d7584f1bd855e80fadec1ad07ec0821e1a68b9be2c0d8943f36467 +size 77342 diff --git a/MendeleyCXR/images/Darwin_00000467_person793_virus_1424.png b/MendeleyCXR/images/Darwin_00000467_person793_virus_1424.png new file mode 100644 index 0000000000000000000000000000000000000000..27f5f0ea16b1d21218810461711482b54bc25200 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000467_person793_virus_1424.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e363acc4a29ce855d491d26d168d1463ae9fb762d5feaf887a8f4c6621d90f0c +size 69641 diff --git a/MendeleyCXR/images/Darwin_00000468_person795_virus_1427.png b/MendeleyCXR/images/Darwin_00000468_person795_virus_1427.png new file mode 100644 index 0000000000000000000000000000000000000000..6b68c5b1eb7cfe51791fee3004cfac665f1a555d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000468_person795_virus_1427.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8f780dcf3e92644b52c4abab1195e8f2e94606f49a2e9ba6be6cdda3e3fca55 +size 77418 diff --git a/MendeleyCXR/images/Darwin_00000469_person796_virus_1428.png b/MendeleyCXR/images/Darwin_00000469_person796_virus_1428.png new file mode 100644 index 0000000000000000000000000000000000000000..5a114d283cbd2d4d26fca46ba0e4a966b7ff0f22 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000469_person796_virus_1428.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b778b84021b4c80b3b522130be065e4f2bba3aed42f7dd9fef39fa45c0867b8c +size 70771 diff --git a/MendeleyCXR/images/Darwin_00000470_person797_virus_1429.png b/MendeleyCXR/images/Darwin_00000470_person797_virus_1429.png new file mode 100644 index 0000000000000000000000000000000000000000..42e596fd65beb4c9d9d6267e88872c738f00462a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000470_person797_virus_1429.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8561429a0069ae6602b598a2476d9db0fe7f4a26585543748608cabc94e08960 +size 66236 diff --git a/MendeleyCXR/images/Darwin_00000471_person798_virus_1430.png b/MendeleyCXR/images/Darwin_00000471_person798_virus_1430.png new file mode 100644 index 0000000000000000000000000000000000000000..f6c03ecf8bbaacd8ed43292ec6529ccbddb77329 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000471_person798_virus_1430.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8294fd6010ef7502ed68fbf2260bce59989ceb6f1599048af1bf619da7d87e1 +size 74741 diff --git a/MendeleyCXR/images/Darwin_00000472_person799_virus_1431.png b/MendeleyCXR/images/Darwin_00000472_person799_virus_1431.png new file mode 100644 index 0000000000000000000000000000000000000000..757d6726b925e8ad1d2ec408c75eb7af6f1e7f5c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000472_person799_virus_1431.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c00c980b4e2b86149d8fbde47e4b5f8f363a45c52df3fc38a62ff580782d24de +size 72398 diff --git a/MendeleyCXR/images/Darwin_00000473_person801_virus_1434.png b/MendeleyCXR/images/Darwin_00000473_person801_virus_1434.png new file mode 100644 index 0000000000000000000000000000000000000000..6ebe3a16b8dfeb227cebf37a31b5dabce19e9cd0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000473_person801_virus_1434.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ca7676f4d494151a0da80db5de279ac1587ca2a0fa8071d7fbdbc55be54711a +size 74960 diff --git a/MendeleyCXR/images/Darwin_00000474_person803_virus_1436.png b/MendeleyCXR/images/Darwin_00000474_person803_virus_1436.png new file mode 100644 index 0000000000000000000000000000000000000000..708d37019d1a81722679fda2d26747bd6723166b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000474_person803_virus_1436.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:895b710469671c52aa80da82cc428b1d222202fcf1bcf73e8c1c8ca3b79e3425 +size 69538 diff --git a/MendeleyCXR/images/Darwin_00000475_person806_virus_1439.png b/MendeleyCXR/images/Darwin_00000475_person806_virus_1439.png new file mode 100644 index 0000000000000000000000000000000000000000..d43cd597135d750b7e0896451c5153ebf58995f7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000475_person806_virus_1439.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12a590aa31be7ac9ebd035636fe8e664fba199788642e67efabed3f36fea05c4 +size 71705 diff --git a/MendeleyCXR/images/Darwin_00000476_person806_virus_1440.png b/MendeleyCXR/images/Darwin_00000476_person806_virus_1440.png new file mode 100644 index 0000000000000000000000000000000000000000..f9972ad9ba879bc59d1f6b487ad67f24a37794a7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000476_person806_virus_1440.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c1fbeeb089ab5d55f5279e21e095ce3331470c8dcf47d172ff02cc33dc1f018 +size 68200 diff --git a/MendeleyCXR/images/Darwin_00000477_person807_virus_1441.png b/MendeleyCXR/images/Darwin_00000477_person807_virus_1441.png new file mode 100644 index 0000000000000000000000000000000000000000..e9e8da051a6b02dd6aa7dc67d743a39b44fb08f8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000477_person807_virus_1441.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f22e59bf1720b74c11739335dbcaa38706b36504e07bd7cb18304a6114a59f7 +size 74973 diff --git a/MendeleyCXR/images/Darwin_00000478_person808_virus_1442.png b/MendeleyCXR/images/Darwin_00000478_person808_virus_1442.png new file mode 100644 index 0000000000000000000000000000000000000000..9d2ea4d18a0b91e38dbf39bdcb4cc2d2ba5d5696 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000478_person808_virus_1442.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a2ddd8ee41e02a3e82562d4f3273a5e969dc5976a15478ae6a226c5e5d7c1b7 +size 72136 diff --git a/MendeleyCXR/images/Darwin_00000479_person810_virus_1445.png b/MendeleyCXR/images/Darwin_00000479_person810_virus_1445.png new file mode 100644 index 0000000000000000000000000000000000000000..bca565bae3d681efc49278a3e8400998eaed6d34 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000479_person810_virus_1445.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7308c3577728f0f90100efa01504053f33bcc47b8e74402e6c12ec4b97b2977 +size 78554 diff --git a/MendeleyCXR/images/Darwin_00000480_person810_virus_1446.png b/MendeleyCXR/images/Darwin_00000480_person810_virus_1446.png new file mode 100644 index 0000000000000000000000000000000000000000..81e4db39c8ade561cfec974a84daee44cd894815 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000480_person810_virus_1446.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98ce68160cb1e931494ba43de135f137b23a8b0aa98ff955dd1aa3133116b611 +size 75333 diff --git a/MendeleyCXR/images/Darwin_00000481_person811_virus_1447.png b/MendeleyCXR/images/Darwin_00000481_person811_virus_1447.png new file mode 100644 index 0000000000000000000000000000000000000000..eafacf8d0fe1cd7769356c0129ab562116371a3b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000481_person811_virus_1447.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dea90737f0848c0fbaee278b360f256e7c90195386a35fefd1b885622c7f8e00 +size 71290 diff --git a/MendeleyCXR/images/Darwin_00000482_person813_virus_1449.png b/MendeleyCXR/images/Darwin_00000482_person813_virus_1449.png new file mode 100644 index 0000000000000000000000000000000000000000..5000e25dcbed665b0d9dd77a22af8bbb73e34a80 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000482_person813_virus_1449.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a876f0082aeb1d6c86fe51974cb0ea0b573a6c42c5aabf7fb9c8f78155a45980 +size 91729 diff --git a/MendeleyCXR/images/Darwin_00000483_person819_virus_1455.png b/MendeleyCXR/images/Darwin_00000483_person819_virus_1455.png new file mode 100644 index 0000000000000000000000000000000000000000..3e4bc7c39e7c571968ab128de7600c946e80d695 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000483_person819_virus_1455.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b09a17278e25eaa73b5c5f0846a7d48946fff299cd5bf9b91b95cf088ebc3655 +size 69462 diff --git a/MendeleyCXR/images/Darwin_00000484_person820_virus_1456.png b/MendeleyCXR/images/Darwin_00000484_person820_virus_1456.png new file mode 100644 index 0000000000000000000000000000000000000000..20d7bfc80f770a75cd2842593281bc67f9e4a7ba --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000484_person820_virus_1456.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6531202942adb6217dff50016b0afa7b8077827ec9e4ffab2b01f3d97c63a1ec +size 82066 diff --git a/MendeleyCXR/images/Darwin_00000487_person830_virus_1466.png b/MendeleyCXR/images/Darwin_00000487_person830_virus_1466.png new file mode 100644 index 0000000000000000000000000000000000000000..a3dde346f0e2ce6609fce15bb59267c3be521550 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000487_person830_virus_1466.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75a6c4b2d89ac2d7b9a1e74f9e622095a865cfe293e2570f2a19588e036679d9 +size 69344 diff --git a/MendeleyCXR/images/Darwin_00000488_person832_virus_1468.png b/MendeleyCXR/images/Darwin_00000488_person832_virus_1468.png new file mode 100644 index 0000000000000000000000000000000000000000..be41bd901555edacc0ac5de495ed1adaf9cc033f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000488_person832_virus_1468.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42cacaf413b5d495323e92e7d19d41dcf0707f639830f22f54894c1ea52f55a2 +size 70609 diff --git a/MendeleyCXR/images/Darwin_00000489_person833_virus_1469.png b/MendeleyCXR/images/Darwin_00000489_person833_virus_1469.png new file mode 100644 index 0000000000000000000000000000000000000000..8cfe6768c3354d3b5f8db60ccc9c746c08a1822b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000489_person833_virus_1469.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:063bd462e137fffde414833ac12c293c6d54c43dca95ee22e64f95ce6d61aad1 +size 78596 diff --git a/MendeleyCXR/images/Darwin_00000490_person835_virus_1472.png b/MendeleyCXR/images/Darwin_00000490_person835_virus_1472.png new file mode 100644 index 0000000000000000000000000000000000000000..bd76f6d4a30d603c4355ddfb27949fe55c9936ba --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000490_person835_virus_1472.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:073ed2506414883763ebc03452ce2937256d7d39661a3ee30d144170a43116e5 +size 74621 diff --git a/MendeleyCXR/images/Darwin_00000491_person836_virus_1473.png b/MendeleyCXR/images/Darwin_00000491_person836_virus_1473.png new file mode 100644 index 0000000000000000000000000000000000000000..20d16861ae88e33457c0ac1914c9f0926013c953 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000491_person836_virus_1473.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d18ccf392749175b22f524bcdc90afaa0093c87c2596ac780e0e6a95c368bee3 +size 62057 diff --git a/MendeleyCXR/images/Darwin_00000492_person837_virus_1475.png b/MendeleyCXR/images/Darwin_00000492_person837_virus_1475.png new file mode 100644 index 0000000000000000000000000000000000000000..48ce2b8eece8eb45fd2f8705c7a83d3a0024c076 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000492_person837_virus_1475.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fa8ec9ec67d77cef46ce8b44b4c76e700d7e6d3fbd7eef7429f614a5e5f7dfe +size 63956 diff --git a/MendeleyCXR/images/Darwin_00000493_person838_virus_1476.png b/MendeleyCXR/images/Darwin_00000493_person838_virus_1476.png new file mode 100644 index 0000000000000000000000000000000000000000..c50f5059aad93dfa36ffae2ba041520eec0f085e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000493_person838_virus_1476.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3ade80109968cf9d09b8e060ac874176a1ac4fc81f100e59ca84a931e236b80 +size 64382 diff --git a/MendeleyCXR/images/Darwin_00000494_person841_virus_1481.png b/MendeleyCXR/images/Darwin_00000494_person841_virus_1481.png new file mode 100644 index 0000000000000000000000000000000000000000..9be58a376771b38751e9233ad98bbe978bd65aca --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000494_person841_virus_1481.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14a52f8d58b7c5d25ed9d61189f543f04b464129dfd0ecb8a995cff660d61fc9 +size 80322 diff --git a/MendeleyCXR/images/Darwin_00000495_person842_virus_1483.png b/MendeleyCXR/images/Darwin_00000495_person842_virus_1483.png new file mode 100644 index 0000000000000000000000000000000000000000..1a3999df8809f46d25b1582e71ae6a40d6e96529 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000495_person842_virus_1483.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b21af971da44e01d8e3306c3367e5a0c147304cedb8d382c602b48bfba68efe +size 69000 diff --git a/MendeleyCXR/images/Darwin_00000496_person843_virus_1485.png b/MendeleyCXR/images/Darwin_00000496_person843_virus_1485.png new file mode 100644 index 0000000000000000000000000000000000000000..2ef7b3dd59ed9d6a40af5a15f6790e8c2526a8d0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000496_person843_virus_1485.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c76803ce77043fec5a53dcd590b0ed80c0a1584aed76deb37a0fdf8d63f6ddd +size 63289 diff --git a/MendeleyCXR/images/Darwin_00000497_person844_virus_1487.png b/MendeleyCXR/images/Darwin_00000497_person844_virus_1487.png new file mode 100644 index 0000000000000000000000000000000000000000..f8fe2ec494346414c2390f3c0c8544366034848d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000497_person844_virus_1487.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:490f935743060f17dcd5d0351c7c9c7b3d3d81fa07efcc91f1076b00d49db6f4 +size 74016 diff --git a/MendeleyCXR/images/Darwin_00000498_person845_virus_1489.png b/MendeleyCXR/images/Darwin_00000498_person845_virus_1489.png new file mode 100644 index 0000000000000000000000000000000000000000..a5eb31cc555ffd485e0609c2634bab9b510c0a21 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000498_person845_virus_1489.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7836f5442921c4e988654669b0012a759abe7c206ff03ddb59a1a60df71564fc +size 73792 diff --git a/MendeleyCXR/images/Darwin_00000499_person846_virus_1491.png b/MendeleyCXR/images/Darwin_00000499_person846_virus_1491.png new file mode 100644 index 0000000000000000000000000000000000000000..6c4ddc4806fcdf967166965524c3e4450bf1940b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000499_person846_virus_1491.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16288b1a271469fd78c97a9ed16ddc8d15b940a78bc8df9985c5a1ee64f8caa9 +size 72866 diff --git a/MendeleyCXR/images/Darwin_00000500_person847_virus_1492.png b/MendeleyCXR/images/Darwin_00000500_person847_virus_1492.png new file mode 100644 index 0000000000000000000000000000000000000000..78baf35d7a03359ff13bbf3f6833946d78837efa --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000500_person847_virus_1492.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a7f019aebc2a8b56eb4ece544cebb80ce498f572c8c9d987ae873acbf92806c +size 68621 diff --git a/MendeleyCXR/images/Darwin_00000501_person848_virus_1493.png b/MendeleyCXR/images/Darwin_00000501_person848_virus_1493.png new file mode 100644 index 0000000000000000000000000000000000000000..ec2392822d84ed17064c4b8fdeddafec336ef935 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000501_person848_virus_1493.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46fcdf8ba6f8f886d70c9a3d82b46476dc6a521025279f91b8749e5c639dc1a2 +size 65304 diff --git a/MendeleyCXR/images/Darwin_00000502_person849_virus_1494.png b/MendeleyCXR/images/Darwin_00000502_person849_virus_1494.png new file mode 100644 index 0000000000000000000000000000000000000000..3cab0342d974cb0c046d1d812694eb5dab460c5c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000502_person849_virus_1494.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce7767d46bb8e474d285a848ad4368cf2a920834a16a8280b066b3e2731bfb55 +size 59808 diff --git a/MendeleyCXR/images/Darwin_00000503_person851_virus_1496.png b/MendeleyCXR/images/Darwin_00000503_person851_virus_1496.png new file mode 100644 index 0000000000000000000000000000000000000000..1d572bcd5ef734e06ce8107e3b3d6a14d79016d8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000503_person851_virus_1496.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7a044885992405577accc24f4383daef9dce2c090e43aba2bb165f282103751 +size 72084 diff --git a/MendeleyCXR/images/Darwin_00000504_person852_virus_1497.png b/MendeleyCXR/images/Darwin_00000504_person852_virus_1497.png new file mode 100644 index 0000000000000000000000000000000000000000..3c3792cfdadf4256cbd7d2d4db78c0e763ab01a8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000504_person852_virus_1497.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1c31cc6a495418d0c90b6e7df8924fe6390396a62aec05bad9b3c1bab8b0853 +size 69504 diff --git a/MendeleyCXR/images/Darwin_00000505_person853_virus_1498.png b/MendeleyCXR/images/Darwin_00000505_person853_virus_1498.png new file mode 100644 index 0000000000000000000000000000000000000000..818e2bbc0d7d28e4cc741ef95c9f23efc0afd4b2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000505_person853_virus_1498.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:303baf56baadac3b62198eeab6ed3e66887dcfa3b9af05a774c41e1a4f3076f0 +size 72445 diff --git a/MendeleyCXR/images/Darwin_00000506_person855_virus_1500.png b/MendeleyCXR/images/Darwin_00000506_person855_virus_1500.png new file mode 100644 index 0000000000000000000000000000000000000000..4035c2a9345eeac864bffdb8709b7cd34f26b494 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000506_person855_virus_1500.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09b5312467f2ebf390b7688d659baad6a0e0406e22d0c596d942f113ab911c84 +size 74441 diff --git a/MendeleyCXR/images/Darwin_00000507_person859_virus_1504.png b/MendeleyCXR/images/Darwin_00000507_person859_virus_1504.png new file mode 100644 index 0000000000000000000000000000000000000000..6cfbea90d81106e86920ebb94f1d1575de544eea --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000507_person859_virus_1504.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3125ad5aa912c3b88ee9c8e426019c4306ee40c34a583aa0d130798d73da22ba +size 68064 diff --git a/MendeleyCXR/images/Darwin_00000508_person860_virus_1505.png b/MendeleyCXR/images/Darwin_00000508_person860_virus_1505.png new file mode 100644 index 0000000000000000000000000000000000000000..e765ea0d96cde33ac49770922f9cdf7e01743101 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000508_person860_virus_1505.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9076218516c12338eb54c8a5c61415bdc49ad7a665d232f573fd537cde4db331 +size 63977 diff --git a/MendeleyCXR/images/Darwin_00000509_person861_virus_1506.png b/MendeleyCXR/images/Darwin_00000509_person861_virus_1506.png new file mode 100644 index 0000000000000000000000000000000000000000..307c556221badac634b558ca2db5259a7b65918a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000509_person861_virus_1506.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57f271cbce8fe6f2904c214aa46cb6d3fb1093175c5dfc865fbbae7879809fdb +size 62376 diff --git a/MendeleyCXR/images/Darwin_00000510_person862_virus_1507.png b/MendeleyCXR/images/Darwin_00000510_person862_virus_1507.png new file mode 100644 index 0000000000000000000000000000000000000000..e5d95ff1a95c16223210bd563e6f1caf68a834fb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000510_person862_virus_1507.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d376ea4541f685271a978038e9a52099a213666147386b0b4c01fcbff8a5d62 +size 68463 diff --git a/MendeleyCXR/images/Darwin_00000511_person863_virus_1508.png b/MendeleyCXR/images/Darwin_00000511_person863_virus_1508.png new file mode 100644 index 0000000000000000000000000000000000000000..6e90a94ae1b0a571f84438c653ec8efe43c58999 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000511_person863_virus_1508.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6547422358d5b867e26a15b422b57b0183fcfa329522603da6ce42f9e005d43f +size 69436 diff --git a/MendeleyCXR/images/Darwin_00000512_person864_virus_1509.png b/MendeleyCXR/images/Darwin_00000512_person864_virus_1509.png new file mode 100644 index 0000000000000000000000000000000000000000..aa78835cb73972ff28696bdcc6f2b6c34682147e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000512_person864_virus_1509.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54e9181520272abdbecb88dad20da716ecbb015baa98947ec63a2b1b34dddeb7 +size 68989 diff --git a/MendeleyCXR/images/Darwin_00000513_person866_virus_1511.png b/MendeleyCXR/images/Darwin_00000513_person866_virus_1511.png new file mode 100644 index 0000000000000000000000000000000000000000..420ab63ee426b3897c82bd5252223765cda711ce --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000513_person866_virus_1511.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c77c98bf33275d5b890617e50977ebda92b4cec5e1d6f755e8618b3bcb436bc +size 74104 diff --git a/MendeleyCXR/images/Darwin_00000514_person867_virus_1512.png b/MendeleyCXR/images/Darwin_00000514_person867_virus_1512.png new file mode 100644 index 0000000000000000000000000000000000000000..3795cf9ec0415905909687017654b0e4238fd1ea --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000514_person867_virus_1512.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40836e5d5869c83b530266f8a78c6006486e03c9e40ceb6b46d3a6f2457da29f +size 68911 diff --git a/MendeleyCXR/images/Darwin_00000515_person868_virus_1513.png b/MendeleyCXR/images/Darwin_00000515_person868_virus_1513.png new file mode 100644 index 0000000000000000000000000000000000000000..85268cd9015bcd6e7d18243638ec7d472ed96994 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000515_person868_virus_1513.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3207457c8778ce81dd3e8b61d8e229483cbc85f26332c76e166757d5ddebd66c +size 72838 diff --git a/MendeleyCXR/images/Darwin_00000516_person868_virus_1514.png b/MendeleyCXR/images/Darwin_00000516_person868_virus_1514.png new file mode 100644 index 0000000000000000000000000000000000000000..0523d5e55e16a9b74d93ac3306c6d029d9e0733a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000516_person868_virus_1514.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f2be71b50c8d1ac9bef799468e693ca6b3437ea93e8bdadc3b4eb921477c8aa +size 74355 diff --git a/MendeleyCXR/images/Darwin_00000517_person870_virus_1516.png b/MendeleyCXR/images/Darwin_00000517_person870_virus_1516.png new file mode 100644 index 0000000000000000000000000000000000000000..4f6ce31727601de03624cfbaf6ffb21ffc535b43 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000517_person870_virus_1516.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56fa43557d803e1d136a822e001dd531d4ada47925f3869cfc61f3c893210108 +size 63139 diff --git a/MendeleyCXR/images/Darwin_00000518_person871_virus_1517.png b/MendeleyCXR/images/Darwin_00000518_person871_virus_1517.png new file mode 100644 index 0000000000000000000000000000000000000000..7e424ff7dd8a1e3b48539a926b268af09be2cb3c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000518_person871_virus_1517.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ec88bdccf16f35689d8a7b849846bece27b02c58afb3c58dcbb7caae9b3f393 +size 64566 diff --git a/MendeleyCXR/images/Darwin_00000519_person877_virus_1525.png b/MendeleyCXR/images/Darwin_00000519_person877_virus_1525.png new file mode 100644 index 0000000000000000000000000000000000000000..2f0ed40bd2f0164b9e6bf454b4108d3d9fffaf49 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000519_person877_virus_1525.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5159621423239f255df58c11110a2bafb0dadd5eee28ab25a38b32d8cc43906b +size 67543 diff --git a/MendeleyCXR/images/Darwin_00000520_person878_virus_1526.png b/MendeleyCXR/images/Darwin_00000520_person878_virus_1526.png new file mode 100644 index 0000000000000000000000000000000000000000..889e666538c9e9b23fdfe51398411bfb82b2649a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000520_person878_virus_1526.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5767a067a996972e365a61fb49a757110f4c956c05aa6a1c990e2df1f317206 +size 60338 diff --git a/MendeleyCXR/images/Darwin_00000521_person880_virus_1529.png b/MendeleyCXR/images/Darwin_00000521_person880_virus_1529.png new file mode 100644 index 0000000000000000000000000000000000000000..905d9cc12ef489c1a2b1bb004950f2e0b13d3d46 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000521_person880_virus_1529.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a77e4d3ff3cdc264fb4f6283b32cb3cf9da8c915172e2745401381c4979bba1 +size 76723 diff --git a/MendeleyCXR/images/Darwin_00000522_person881_virus_1531.png b/MendeleyCXR/images/Darwin_00000522_person881_virus_1531.png new file mode 100644 index 0000000000000000000000000000000000000000..a9be6a083fb5e3f7b7d3b3fb90cef1196cc6d768 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000522_person881_virus_1531.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:620a92ef36269a25ed445b28fcae3f4d8e5b7b339fce81c559406cdb1cc9f5bf +size 64098 diff --git a/MendeleyCXR/images/Darwin_00000523_person883_virus_1533.png b/MendeleyCXR/images/Darwin_00000523_person883_virus_1533.png new file mode 100644 index 0000000000000000000000000000000000000000..fd0e131ecc991c02db38a06e6625a3c38817598d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000523_person883_virus_1533.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55ec2d5da03a9a638d980bca0ba1d1cffd58012bba97f8e12d59679bd742af0e +size 64293 diff --git a/MendeleyCXR/images/Darwin_00000524_person884_virus_1534.png b/MendeleyCXR/images/Darwin_00000524_person884_virus_1534.png new file mode 100644 index 0000000000000000000000000000000000000000..98d18c838930502cf129486b08199e5617365fcd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000524_person884_virus_1534.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e4158c8fef1ce20b4892ff46e1c621e214154a2305cd08b00fc01e5a9c61a67 +size 64301 diff --git a/MendeleyCXR/images/Darwin_00000525_person886_virus_1536.png b/MendeleyCXR/images/Darwin_00000525_person886_virus_1536.png new file mode 100644 index 0000000000000000000000000000000000000000..754b4351ba89e0f9b91566e228c0258d480cbecd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000525_person886_virus_1536.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4beba103898a1010550a723f53f56dbea6cc76ce3168932cdf51381ad04b2ef6 +size 74446 diff --git a/MendeleyCXR/images/Darwin_00000526_person888_virus_1538.png b/MendeleyCXR/images/Darwin_00000526_person888_virus_1538.png new file mode 100644 index 0000000000000000000000000000000000000000..476aceeb2b4adbecc07fe0893691c5cfbc2af3a6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000526_person888_virus_1538.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:641614a055a27259491761a3c7afb57032d417a70ecf06967f59185643914ca7 +size 63986 diff --git a/MendeleyCXR/images/Darwin_00000527_person603_virus_1164.png b/MendeleyCXR/images/Darwin_00000527_person603_virus_1164.png new file mode 100644 index 0000000000000000000000000000000000000000..0fb703c9f0116c74cb75f4b21aab87bf6733b6a9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000527_person603_virus_1164.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac38f45ae0cdab1586e94a1e8196d4db66874f928ed2437578e28636d3487a68 +size 71667 diff --git a/MendeleyCXR/images/Darwin_00000528_person604_virus_1165.png b/MendeleyCXR/images/Darwin_00000528_person604_virus_1165.png new file mode 100644 index 0000000000000000000000000000000000000000..39f2aa3cd512d0f76fad027b4f75154533b2582f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000528_person604_virus_1165.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c5b2e1b93e4ce82cc6ddbe5b52ed297cf149914d86fb537f73006d39afdf03f +size 66254 diff --git a/MendeleyCXR/images/Darwin_00000529_person605_virus_1166.png b/MendeleyCXR/images/Darwin_00000529_person605_virus_1166.png new file mode 100644 index 0000000000000000000000000000000000000000..6d01f8949330c7b39e6e253a7685f8735a7aaf0f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000529_person605_virus_1166.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8f405b05a2df6c354f9b5936c0d1c82d687259905c8112f422edbd7b124ff9f +size 75209 diff --git a/MendeleyCXR/images/Darwin_00000530_person605_virus_1169.png b/MendeleyCXR/images/Darwin_00000530_person605_virus_1169.png new file mode 100644 index 0000000000000000000000000000000000000000..a6fc36d76efda23b160eb6a08cf57b41208e2fe4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000530_person605_virus_1169.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97d74376c0a23ebb8852e23b19dcc2597e62b8cd96114e19c1dd25962f2685f4 +size 76585 diff --git a/MendeleyCXR/images/Darwin_00000531_person607_virus_1173.png b/MendeleyCXR/images/Darwin_00000531_person607_virus_1173.png new file mode 100644 index 0000000000000000000000000000000000000000..9dc27609b6200a0f364095cd965dc2b4375b6ff6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000531_person607_virus_1173.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2764cff9b154c97fcf045ff48050072bf447979fb9d60c3dd1793d3f0139c47 +size 73567 diff --git a/MendeleyCXR/images/Darwin_00000532_person608_virus_1175.png b/MendeleyCXR/images/Darwin_00000532_person608_virus_1175.png new file mode 100644 index 0000000000000000000000000000000000000000..da4168bb8a0494e478c5318a4cf85a251eb72483 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000532_person608_virus_1175.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e4c364689c592ec3156b93ce3f775ddd5eec9ec5cce7925b340da00f36662bf +size 71066 diff --git a/MendeleyCXR/images/Darwin_00000533_person609_virus_1176.png b/MendeleyCXR/images/Darwin_00000533_person609_virus_1176.png new file mode 100644 index 0000000000000000000000000000000000000000..13c92c4f8ecc12cefd7adc7e89866e81251fd19c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000533_person609_virus_1176.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd1ee43fa08f5d986b2b17912a7b6968340f679f403ed83fae4c55283a5027bd +size 67222 diff --git a/MendeleyCXR/images/Darwin_00000534_person610_virus_1177.png b/MendeleyCXR/images/Darwin_00000534_person610_virus_1177.png new file mode 100644 index 0000000000000000000000000000000000000000..0432a0622024cf556b83c7708647a76fa9e4d707 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000534_person610_virus_1177.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8436d9a18bdb3cb3431502c7feb1050525d150ac74fadbafafd83faa43617c89 +size 70960 diff --git a/MendeleyCXR/images/Darwin_00000535_person612_virus_1179.png b/MendeleyCXR/images/Darwin_00000535_person612_virus_1179.png new file mode 100644 index 0000000000000000000000000000000000000000..cf0d95cdf0518e3b7fb597017e7e74775a03624b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000535_person612_virus_1179.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba649c79ddbc1c287e332f2b1cfbdf8de15d87c56e1541c87d5b4eb449a11cd8 +size 68037 diff --git a/MendeleyCXR/images/Darwin_00000536_person613_virus_1181.png b/MendeleyCXR/images/Darwin_00000536_person613_virus_1181.png new file mode 100644 index 0000000000000000000000000000000000000000..fac52559649c85c9a467af5146deb28d358aa423 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000536_person613_virus_1181.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47bb93e61848f40956332e1bd0473d4592a28684a7949e7de1056455e626b4af +size 71440 diff --git a/MendeleyCXR/images/Darwin_00000537_person614_virus_1183.png b/MendeleyCXR/images/Darwin_00000537_person614_virus_1183.png new file mode 100644 index 0000000000000000000000000000000000000000..d3c4702deb609b09f8e6ef9e19664c44d038fa71 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000537_person614_virus_1183.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de0885759b167b280a1dcf44e0cdcf3a7a4f14361220c80c43900a8040e68acd +size 67246 diff --git a/MendeleyCXR/images/Darwin_00000538_person615_virus_1184.png b/MendeleyCXR/images/Darwin_00000538_person615_virus_1184.png new file mode 100644 index 0000000000000000000000000000000000000000..2cf836edcf3a3f2eecbd0508c3611178ff7b165a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000538_person615_virus_1184.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:701b219125bc1dfc67391c845eac1a759d5b7b27ae43145d84af8120d7b13f0c +size 71100 diff --git a/MendeleyCXR/images/Darwin_00000539_person616_virus_1186.png b/MendeleyCXR/images/Darwin_00000539_person616_virus_1186.png new file mode 100644 index 0000000000000000000000000000000000000000..f0609d2d50268eb84a4182c0242eef0dc73db312 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000539_person616_virus_1186.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50b46c074c68415df2d5e08eaaa1db27b1bb479ce8730b381b959a8e0fbf5342 +size 57310 diff --git a/MendeleyCXR/images/Darwin_00000540_person617_virus_1187.png b/MendeleyCXR/images/Darwin_00000540_person617_virus_1187.png new file mode 100644 index 0000000000000000000000000000000000000000..c8a27dc48b7c8203c55b89b5607adae8273668a9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000540_person617_virus_1187.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8fccece0a6db557c73f427ee998591c48d5d2937ff0d325d222083b3a4dd6f2 +size 67540 diff --git a/MendeleyCXR/images/Darwin_00000541_person618_virus_1189.png b/MendeleyCXR/images/Darwin_00000541_person618_virus_1189.png new file mode 100644 index 0000000000000000000000000000000000000000..0daabcd778d6a5d641ee6de396b4f343d124147b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000541_person618_virus_1189.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b4c933bb91cb9ecfa1cfca3dab9b85995314de1b430dfbf990828677a6c9738 +size 67533 diff --git a/MendeleyCXR/images/Darwin_00000542_person619_virus_1190.png b/MendeleyCXR/images/Darwin_00000542_person619_virus_1190.png new file mode 100644 index 0000000000000000000000000000000000000000..fc2f9d8468374f1e14ba9c3fefa79282346b9485 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000542_person619_virus_1190.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92db0f89b00ee1475b97edfab0b41f1698e14c156c6186783e1823af9de0ec7e +size 68322 diff --git a/MendeleyCXR/images/Darwin_00000543_person620_virus_1191.png b/MendeleyCXR/images/Darwin_00000543_person620_virus_1191.png new file mode 100644 index 0000000000000000000000000000000000000000..7db29ee168e1f77177ea4424cfaff76dbb0c2a56 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000543_person620_virus_1191.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2a604be77a63e19e1ed60597b81a26201becd19d2ec3246dc3201de12dd7212 +size 72828 diff --git a/MendeleyCXR/images/Darwin_00000544_person620_virus_1192.png b/MendeleyCXR/images/Darwin_00000544_person620_virus_1192.png new file mode 100644 index 0000000000000000000000000000000000000000..715976e2548a73a0a576e9b7807d1770928e7ac6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000544_person620_virus_1192.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e802c171ad48ae318f2156e287df3e5feb9c48c3081420477421e2db2e9f5232 +size 70205 diff --git a/MendeleyCXR/images/Darwin_00000545_person621_virus_1194.png b/MendeleyCXR/images/Darwin_00000545_person621_virus_1194.png new file mode 100644 index 0000000000000000000000000000000000000000..dd8a54e577b860da9aab8846a1c7bf09356c58ca --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000545_person621_virus_1194.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2e11448844baba0801efcc56f3127d576741ce9ef8888657da76325e9cc3ba8 +size 76909 diff --git a/MendeleyCXR/images/Darwin_00000546_person621_virus_1195.png b/MendeleyCXR/images/Darwin_00000546_person621_virus_1195.png new file mode 100644 index 0000000000000000000000000000000000000000..f4a7b03d3140da73c5d1a97a58eaf4444c924fc9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000546_person621_virus_1195.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c4df2ccc12e5f295ef8d16a49763bcf3654b33738ef986bba3326260a5b14ad +size 72142 diff --git a/MendeleyCXR/images/Darwin_00000547_person622_virus_1196.png b/MendeleyCXR/images/Darwin_00000547_person622_virus_1196.png new file mode 100644 index 0000000000000000000000000000000000000000..b511457eb900afc5a438df4502185a0330490999 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000547_person622_virus_1196.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5fa4ae2159541a57233afc9509e1d73fa261a8891228c71b978cc3f7c07545c +size 72914 diff --git a/MendeleyCXR/images/Darwin_00000548_person623_virus_1197.png b/MendeleyCXR/images/Darwin_00000548_person623_virus_1197.png new file mode 100644 index 0000000000000000000000000000000000000000..b554199cea4c4f7329376c75b43896e5a80c7bc2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000548_person623_virus_1197.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:435046bd827c7bf32edbb1301b8832026197f5f0d54f6204ec15b84c358c808f +size 71859 diff --git a/MendeleyCXR/images/Darwin_00000549_person624_virus_1198.png b/MendeleyCXR/images/Darwin_00000549_person624_virus_1198.png new file mode 100644 index 0000000000000000000000000000000000000000..f8b03013e760c7e8751bc9aadfc840a9db9c259f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000549_person624_virus_1198.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9970f8f2ed52ff841cd8a86286259a9b544695b32e72bd8c70da5ddcd49c7e4d +size 70490 diff --git a/MendeleyCXR/images/Darwin_00000550_person625_virus_1199.png b/MendeleyCXR/images/Darwin_00000550_person625_virus_1199.png new file mode 100644 index 0000000000000000000000000000000000000000..e9375f80c24a16225551d021894c5a493d0eb115 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000550_person625_virus_1199.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b103bb19f5de34b98966ba80f6742677c146a7d340d9043295961bbd3a33ba27 +size 72526 diff --git a/MendeleyCXR/images/Darwin_00000551_person626_virus_1202.png b/MendeleyCXR/images/Darwin_00000551_person626_virus_1202.png new file mode 100644 index 0000000000000000000000000000000000000000..17af00ba89b53fc935f462153781b6ace1ec338f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000551_person626_virus_1202.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba333124fc9a7003f83a3ca4935abc002adab0ef7f3db8a92c6c4f49b027f331 +size 71439 diff --git a/MendeleyCXR/images/Darwin_00000552_person627_virus_1204.png b/MendeleyCXR/images/Darwin_00000552_person627_virus_1204.png new file mode 100644 index 0000000000000000000000000000000000000000..eeabfec1163d90ffb824de8e74d8db966ea90ca7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000552_person627_virus_1204.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d41504e52c0d34709a1a968fc4bb631ba37ca650c3b6fcfee54bb2dc2cd2d0e8 +size 71842 diff --git a/MendeleyCXR/images/Darwin_00000553_person628_virus_1206.png b/MendeleyCXR/images/Darwin_00000553_person628_virus_1206.png new file mode 100644 index 0000000000000000000000000000000000000000..22872aee2e3b6786cf34e2fd418fb3e8646b2074 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000553_person628_virus_1206.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:102e2dcd4d9dd947f37c60f762da1e757b0a78d0655e6b90b7bbea43b49ae2b0 +size 71477 diff --git a/MendeleyCXR/images/Darwin_00000554_person629_virus_1207.png b/MendeleyCXR/images/Darwin_00000554_person629_virus_1207.png new file mode 100644 index 0000000000000000000000000000000000000000..fe58c0b2d703955d840c764bf6fa105cb22506d4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000554_person629_virus_1207.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bc507e08f5bf0cd6045017556dd918283274e6a356cbacc9100be081ac91b8e +size 65386 diff --git a/MendeleyCXR/images/Darwin_00000555_person630_virus_1209.png b/MendeleyCXR/images/Darwin_00000555_person630_virus_1209.png new file mode 100644 index 0000000000000000000000000000000000000000..37e0b025559aeab3bf434ba7cdda6bc8f104525b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000555_person630_virus_1209.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da9f0c0e8f0674c754dfe52d94d7d18f035aaee4e4cc4be8a18bb7d70dc06534 +size 77889 diff --git a/MendeleyCXR/images/Darwin_00000556_person632_virus_1211.png b/MendeleyCXR/images/Darwin_00000556_person632_virus_1211.png new file mode 100644 index 0000000000000000000000000000000000000000..a283beba2f687001f15d5d53b85c488ce9e7defb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000556_person632_virus_1211.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7da2489b8fc1df41acae4a8dafb9c5372708779ddf7ac5bd7f30f8133b289415 +size 76883 diff --git a/MendeleyCXR/images/Darwin_00000557_person633_virus_1213.png b/MendeleyCXR/images/Darwin_00000557_person633_virus_1213.png new file mode 100644 index 0000000000000000000000000000000000000000..ae5512b0c72059a1268b3c8671b8dd3431a5c875 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000557_person633_virus_1213.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:483c766c93aed8c30049f1ed77477ce514c3dcc3b7d5c8aca8743a03a4b53a45 +size 71476 diff --git a/MendeleyCXR/images/Darwin_00000558_person636_virus_1217.png b/MendeleyCXR/images/Darwin_00000558_person636_virus_1217.png new file mode 100644 index 0000000000000000000000000000000000000000..e67d98649dd7448083e0f8b4d57afc1f6004dabe --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000558_person636_virus_1217.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:248b511c4d13f5d446a82d3db66fa5ca9382b2ac4111de462035d41068ce178e +size 69101 diff --git a/MendeleyCXR/images/Darwin_00000559_person637_virus_1218.png b/MendeleyCXR/images/Darwin_00000559_person637_virus_1218.png new file mode 100644 index 0000000000000000000000000000000000000000..175a7de5134b2d9d176b33529d042ec13e169a8a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000559_person637_virus_1218.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7cb693e7a58372dd44aa0845969654bf523c7e36e655d7b7deba44e38cf573c +size 76386 diff --git a/MendeleyCXR/images/Darwin_00000560_person639_virus_1220.png b/MendeleyCXR/images/Darwin_00000560_person639_virus_1220.png new file mode 100644 index 0000000000000000000000000000000000000000..d2a9d4d8d9f78827db42a1e1663a8137e3a7ddf7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000560_person639_virus_1220.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c5a287d47894a808d216048bac524e324c24d68a73898b572e22abbcbcc00d7 +size 72866 diff --git a/MendeleyCXR/images/Darwin_00000561_person640_virus_1221.png b/MendeleyCXR/images/Darwin_00000561_person640_virus_1221.png new file mode 100644 index 0000000000000000000000000000000000000000..cfcbc3ff3b603c7f66db969a19197f0b478051bf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000561_person640_virus_1221.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae06460ab42aff753ffbce8a3b2d7a4e179d26ae9b8d24a13ffe1120c2413d62 +size 68478 diff --git a/MendeleyCXR/images/Darwin_00000562_person641_virus_1222.png b/MendeleyCXR/images/Darwin_00000562_person641_virus_1222.png new file mode 100644 index 0000000000000000000000000000000000000000..a8029a90de43e423d56601c529a4fda269aa94c1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000562_person641_virus_1222.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06e1ef71a9dd56261319c193a45e38d581f752ec7db3013d09cc06498fb2ff02 +size 66271 diff --git a/MendeleyCXR/images/Darwin_00000563_person642_virus_1223.png b/MendeleyCXR/images/Darwin_00000563_person642_virus_1223.png new file mode 100644 index 0000000000000000000000000000000000000000..ae4ae4b950363938f0eabb58e89348dc421584a0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000563_person642_virus_1223.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d93707323e58a72bcd34a335148615695fb4c1351741b06c9cae0ff7f2f33d5f +size 70565 diff --git a/MendeleyCXR/images/Darwin_00000564_person644_virus_1225.png b/MendeleyCXR/images/Darwin_00000564_person644_virus_1225.png new file mode 100644 index 0000000000000000000000000000000000000000..68f59b83ea8f1020effd9a0f08d400aa02f7f269 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000564_person644_virus_1225.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6e8a0219ea6169651fd83a5ab1ec2b355c1ef89f7b49800d350c4161cf22d50 +size 70516 diff --git a/MendeleyCXR/images/Darwin_00000565_person645_virus_1226.png b/MendeleyCXR/images/Darwin_00000565_person645_virus_1226.png new file mode 100644 index 0000000000000000000000000000000000000000..6786b5b3487d76a3e77d70344f8e694fdf04c909 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000565_person645_virus_1226.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f4ccd717d44aafa1d41582dab8bb2a835d6c46091b9ce00b8c560135011f85b +size 62181 diff --git a/MendeleyCXR/images/Darwin_00000566_person646_virus_1227.png b/MendeleyCXR/images/Darwin_00000566_person646_virus_1227.png new file mode 100644 index 0000000000000000000000000000000000000000..3c669913621fc849a28f82084e06ebd93863d798 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000566_person646_virus_1227.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5a7af0181b055f4b774e8f57eec0d0142e248105b1a616f2fce7710fba6a928 +size 56520 diff --git a/MendeleyCXR/images/Darwin_00000567_person647_virus_1228.png b/MendeleyCXR/images/Darwin_00000567_person647_virus_1228.png new file mode 100644 index 0000000000000000000000000000000000000000..cc0250f2a75c7d665f204346cd3c62d82f12efbd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000567_person647_virus_1228.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5de57cf677df11fde9f7ced0ff432199361ce4b2b0498ef744d160e570b92662 +size 72586 diff --git a/MendeleyCXR/images/Darwin_00000568_person647_virus_1229.png b/MendeleyCXR/images/Darwin_00000568_person647_virus_1229.png new file mode 100644 index 0000000000000000000000000000000000000000..59550f1738ce0144ea348b1cab44f0a94d160785 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000568_person647_virus_1229.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0febd536c53ae003ea36c1d96bbd1ee4e76f38d7c79cd668467d5522dbda8c31 +size 67696 diff --git a/MendeleyCXR/images/Darwin_00000569_person648_virus_1230.png b/MendeleyCXR/images/Darwin_00000569_person648_virus_1230.png new file mode 100644 index 0000000000000000000000000000000000000000..5cfa3a0ee8e0eae0a2f00160116480c7b00d3e25 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000569_person648_virus_1230.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fab86863df389065554504740ed8ee0483533f4e6753dcdcc1935aea56edfc22 +size 68217 diff --git a/MendeleyCXR/images/Darwin_00000570_person649_virus_1231.png b/MendeleyCXR/images/Darwin_00000570_person649_virus_1231.png new file mode 100644 index 0000000000000000000000000000000000000000..1de4bd744e220837da40c408bf479a87ac71b926 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000570_person649_virus_1231.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c36ddd675f282e35c3af32c9709c8ef3880098663b35019ff5b323d2fb12684 +size 72432 diff --git a/MendeleyCXR/images/Darwin_00000571_person650_virus_1232.png b/MendeleyCXR/images/Darwin_00000571_person650_virus_1232.png new file mode 100644 index 0000000000000000000000000000000000000000..e3107c2f3651ebed22f5f18a67de5237cf946ebc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000571_person650_virus_1232.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:768b20bcf7f67538ab2c44bfe8b53c06a87dc32f58ddec6bfe66f7626629b22c +size 61505 diff --git a/MendeleyCXR/images/Darwin_00000572_person652_virus_1234.png b/MendeleyCXR/images/Darwin_00000572_person652_virus_1234.png new file mode 100644 index 0000000000000000000000000000000000000000..a4ab02d794648b7bd7a106f0c839a66d70171b0a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000572_person652_virus_1234.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed662449930bfc4cc3274eba7afdec2aeb6a5a7c24689db0f9643ec5df5e9ed2 +size 65870 diff --git a/MendeleyCXR/images/Darwin_00000573_person653_virus_1235.png b/MendeleyCXR/images/Darwin_00000573_person653_virus_1235.png new file mode 100644 index 0000000000000000000000000000000000000000..53c7b5849569e68c58bbcdbd84a97c3e4decd8b1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000573_person653_virus_1235.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7685261324fd0459dcfd08542431a795f6303a478e3f506b23dc8725c0e76b72 +size 64825 diff --git a/MendeleyCXR/images/Darwin_00000574_person656_virus_1238.png b/MendeleyCXR/images/Darwin_00000574_person656_virus_1238.png new file mode 100644 index 0000000000000000000000000000000000000000..7d571ff6ddc010131ba74af1800c3cbef904881d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000574_person656_virus_1238.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c644bcc0cff09a1318ce74a93b348c69ceb894304408e825f7c004b6194fa0d +size 73293 diff --git a/MendeleyCXR/images/Darwin_00000575_person657_virus_1240.png b/MendeleyCXR/images/Darwin_00000575_person657_virus_1240.png new file mode 100644 index 0000000000000000000000000000000000000000..e0af0f505fe1c0b6a9fc61aa320def6e91a6692f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000575_person657_virus_1240.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58bb41dd50981489390a637e59fd0a26c9124f0924ee1e77f3826aedda811704 +size 65322 diff --git a/MendeleyCXR/images/Darwin_00000576_person658_virus_1241.png b/MendeleyCXR/images/Darwin_00000576_person658_virus_1241.png new file mode 100644 index 0000000000000000000000000000000000000000..59b41c155864b6f0fdb9994f148f3555a8d85e7c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000576_person658_virus_1241.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58475ed676a5d3515dae77d3f63d9dfea3ebeadecfe49e5cccdb0666d2993e1e +size 67492 diff --git a/MendeleyCXR/images/Darwin_00000577_person659_virus_1243.png b/MendeleyCXR/images/Darwin_00000577_person659_virus_1243.png new file mode 100644 index 0000000000000000000000000000000000000000..31bcb75806531c41280b40f0f43ca78519aa0d99 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000577_person659_virus_1243.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e81d704da45d71626b26311625eaa2b1c2591e4d4a4bbad76fbbefde263b5bc1 +size 71043 diff --git a/MendeleyCXR/images/Darwin_00000578_person660_virus_1244.png b/MendeleyCXR/images/Darwin_00000578_person660_virus_1244.png new file mode 100644 index 0000000000000000000000000000000000000000..61326181642bc65608a2d9689c05f5963116c2b5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000578_person660_virus_1244.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9ef12f8920cf46818031318266f50c11da95b149699b5849776005f21dcb065 +size 66129 diff --git a/MendeleyCXR/images/Darwin_00000579_person661_virus_1245.png b/MendeleyCXR/images/Darwin_00000579_person661_virus_1245.png new file mode 100644 index 0000000000000000000000000000000000000000..9a8cbdae4b66dbe4c6b3cc2f4f177ed9aabb266a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000579_person661_virus_1245.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4908d672cbf3a5815ed9da6eccb7a3fb127508455429129551b9ec1279ac4f0c +size 73009 diff --git a/MendeleyCXR/images/Darwin_00000580_person662_virus_1246.png b/MendeleyCXR/images/Darwin_00000580_person662_virus_1246.png new file mode 100644 index 0000000000000000000000000000000000000000..9c66eeeb3e8e0e9292454efca90ce281205b3836 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000580_person662_virus_1246.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:756b9d4766b6824cd7a559818fccf72cd9ebb970601f0676d883b08e7c474e1e +size 71981 diff --git a/MendeleyCXR/images/Darwin_00000581_person663_virus_1247.png b/MendeleyCXR/images/Darwin_00000581_person663_virus_1247.png new file mode 100644 index 0000000000000000000000000000000000000000..005c9a84fa25244e6ba663bf245ee6696c3f4b0e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000581_person663_virus_1247.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e2ce499407e2181a112101f9e1d3cca397ca94762c846eed8db262665010c6a +size 67697 diff --git a/MendeleyCXR/images/Darwin_00000582_person663_virus_1248.png b/MendeleyCXR/images/Darwin_00000582_person663_virus_1248.png new file mode 100644 index 0000000000000000000000000000000000000000..396c8a09884d015517527c39faab48dcd64f73d9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000582_person663_virus_1248.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b02291cf7af3be00eee7231b580c79c3cc36e654b095fc46ca230ab2751c855 +size 71297 diff --git a/MendeleyCXR/images/Darwin_00000583_person664_virus_1249.png b/MendeleyCXR/images/Darwin_00000583_person664_virus_1249.png new file mode 100644 index 0000000000000000000000000000000000000000..da09f6febe09e373c89e9b9702de8860c35052a6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000583_person664_virus_1249.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c1ebb6fb2cdf152c95c2b1cf35414aced0f23ce229c726c953483d65e298982 +size 72038 diff --git a/MendeleyCXR/images/Darwin_00000584_person665_virus_1250.png b/MendeleyCXR/images/Darwin_00000584_person665_virus_1250.png new file mode 100644 index 0000000000000000000000000000000000000000..71ec4363f5517bb2a430e73565f6500cd1f9e1a7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000584_person665_virus_1250.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a115d39db11c5cc3c67467fd23e7a3af6c4a6f83943ab357f457a847f07c33f5 +size 63469 diff --git a/MendeleyCXR/images/Darwin_00000585_person666_virus_1251.png b/MendeleyCXR/images/Darwin_00000585_person666_virus_1251.png new file mode 100644 index 0000000000000000000000000000000000000000..d04ca80f2bf85886adbaf2c8df35c2cba41800e7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000585_person666_virus_1251.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81fe2121cb1656002137b21720f5c3997bcc100138ce4c6a63c85b8f6fbb2700 +size 69456 diff --git a/MendeleyCXR/images/Darwin_00000586_person667_virus_1252.png b/MendeleyCXR/images/Darwin_00000586_person667_virus_1252.png new file mode 100644 index 0000000000000000000000000000000000000000..067a6e9304e0fea4fed7e2be94b53adfc2d497ee --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000586_person667_virus_1252.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1304f366f5662b906e0ddbb72b5ad4b85d72c4d29da61b048a72eaf7e73466cf +size 70913 diff --git a/MendeleyCXR/images/Darwin_00000587_person667_virus_1253.png b/MendeleyCXR/images/Darwin_00000587_person667_virus_1253.png new file mode 100644 index 0000000000000000000000000000000000000000..b789a514d7893996ef628d3db2963f3f45b7a73e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000587_person667_virus_1253.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:225aebae034aa543720a3108a0d53275022047e5e6462b61b4bc7a66782d6047 +size 72497 diff --git a/MendeleyCXR/images/Darwin_00000589_person670_virus_1256.png b/MendeleyCXR/images/Darwin_00000589_person670_virus_1256.png new file mode 100644 index 0000000000000000000000000000000000000000..c11fe58210b07134c6aa97e8aef6973a7b15188f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000589_person670_virus_1256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:558e6a34dfd881cb0430272cdde5a2c59f2db22ea8aef2fb708982540fa7268b +size 81580 diff --git a/MendeleyCXR/images/Darwin_00000591_person671_virus_1260.png b/MendeleyCXR/images/Darwin_00000591_person671_virus_1260.png new file mode 100644 index 0000000000000000000000000000000000000000..8235bfef64463881da2e9c11f8f3a2054eb92583 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000591_person671_virus_1260.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d7a4c8df0a22ec74a038027bfdb2145928774b577f34bd7e1c69b2cfd579179 +size 75039 diff --git a/MendeleyCXR/images/Darwin_00000592_person672_virus_1261.png b/MendeleyCXR/images/Darwin_00000592_person672_virus_1261.png new file mode 100644 index 0000000000000000000000000000000000000000..9ba06d18b42c124d5364bb3862e89997f6f2d674 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000592_person672_virus_1261.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c337f1eafa901cfbd4b9c31cc2855d74947c1d20ca500f0441410b2e1ca6cd8 +size 69729 diff --git a/MendeleyCXR/images/Darwin_00000593_person673_virus_1263.png b/MendeleyCXR/images/Darwin_00000593_person673_virus_1263.png new file mode 100644 index 0000000000000000000000000000000000000000..2ea1696510c027883a169853d526ee640cccdbc9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000593_person673_virus_1263.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40fc3eee697026fcc843a333cb1b53658af461a7d1ac2db5fc06bc50325097ed +size 71781 diff --git a/MendeleyCXR/images/Darwin_00000594_person677_virus_1268.png b/MendeleyCXR/images/Darwin_00000594_person677_virus_1268.png new file mode 100644 index 0000000000000000000000000000000000000000..3e851e5ec639c5fd74bf77fd8ba7bc642a9c2794 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000594_person677_virus_1268.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bb322524eeb853c3c8b90c1c73802d62c45a7ae645c0fe8adbc029e404e91b7 +size 60569 diff --git a/MendeleyCXR/images/Darwin_00000595_person679_virus_1270.png b/MendeleyCXR/images/Darwin_00000595_person679_virus_1270.png new file mode 100644 index 0000000000000000000000000000000000000000..4a7e07637478248cc1e011bbd48df334fa560a6c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000595_person679_virus_1270.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:002ab79cdf5030f1c1e2af829781358772cef369264a9ae55e75af9abed51010 +size 71131 diff --git a/MendeleyCXR/images/Darwin_00000596_person681_virus_1272.png b/MendeleyCXR/images/Darwin_00000596_person681_virus_1272.png new file mode 100644 index 0000000000000000000000000000000000000000..61a7610eca14889339a36ab22757e3bb1455d82a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000596_person681_virus_1272.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38191d100d2c0a4fb962e92bf740fa011cb409d1a5cb28aad477a05da5484fec +size 72389 diff --git a/MendeleyCXR/images/Darwin_00000597_person682_virus_1273.png b/MendeleyCXR/images/Darwin_00000597_person682_virus_1273.png new file mode 100644 index 0000000000000000000000000000000000000000..aad7e5c9c4b99865947bfcdf7d9f82db8b6baafd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000597_person682_virus_1273.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25772585eb87f65bd207d2a7ba14df823f2baac27a651dbcf474ba1b97ebdaf2 +size 71969 diff --git a/MendeleyCXR/images/Darwin_00000598_person684_virus_1275.png b/MendeleyCXR/images/Darwin_00000598_person684_virus_1275.png new file mode 100644 index 0000000000000000000000000000000000000000..561b54b702090212d9f311c2acc8e793ce2af29c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000598_person684_virus_1275.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:267e373e5c36330e918ae21dcb67db1aeb080a3b57895732dd44046ea571c592 +size 69010 diff --git a/MendeleyCXR/images/Darwin_00000599_person688_virus_1281.png b/MendeleyCXR/images/Darwin_00000599_person688_virus_1281.png new file mode 100644 index 0000000000000000000000000000000000000000..e8f5bf8786732be3750da56dd8163832727752b8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000599_person688_virus_1281.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25a31bbe2be1114a8847a8f83ab0258ed0545ab3f4bb26b9537268c7771872ad +size 66954 diff --git a/MendeleyCXR/images/Darwin_00000601_person692_virus_1286.png b/MendeleyCXR/images/Darwin_00000601_person692_virus_1286.png new file mode 100644 index 0000000000000000000000000000000000000000..1f86172aaf432167b318a04b113e570c23cab77c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000601_person692_virus_1286.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8c619a7171d201eefa514d02375b8499286f650ff4e870ef4f5fcbe7ca90527 +size 73933 diff --git a/MendeleyCXR/images/Darwin_00000602_person698_virus_1294.png b/MendeleyCXR/images/Darwin_00000602_person698_virus_1294.png new file mode 100644 index 0000000000000000000000000000000000000000..1c0b4c0337649cc7392c68eaf94fc0a5a7da918f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000602_person698_virus_1294.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75dedf790a4419564a61d046432ad082b724dd2f1335c1c0b5b1162c5b7a2a59 +size 69599 diff --git a/MendeleyCXR/images/Darwin_00000603_person699_virus_1295.png b/MendeleyCXR/images/Darwin_00000603_person699_virus_1295.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8c504296ff81ccef62d8fd7318772427bcb691 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000603_person699_virus_1295.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2922ff5d07cb74dd972b762fd1f511ff871a15a9aec0802ea3edb0bababc1adf +size 70802 diff --git a/MendeleyCXR/images/Darwin_00000604_person701_virus_1297.png b/MendeleyCXR/images/Darwin_00000604_person701_virus_1297.png new file mode 100644 index 0000000000000000000000000000000000000000..63fa6f0bf279855d6c479e8228f5301de41c6235 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000604_person701_virus_1297.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb4ca9106856b7e1e242f2f7de341a07f69712c63cd3ffd792dcd31436e7e9b0 +size 70213 diff --git a/MendeleyCXR/images/Darwin_00000605_person702_virus_1299.png b/MendeleyCXR/images/Darwin_00000605_person702_virus_1299.png new file mode 100644 index 0000000000000000000000000000000000000000..b66e778c5ad635eb8b3dc3e2857cb30dac9e90a1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000605_person702_virus_1299.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f83468b108d815ef3de33073615efe7cc17261f6833f0bb3df6d2183ebb19168 +size 76484 diff --git a/MendeleyCXR/images/Darwin_00000606_person703_virus_1300.png b/MendeleyCXR/images/Darwin_00000606_person703_virus_1300.png new file mode 100644 index 0000000000000000000000000000000000000000..026b73945f5310e79dd59f36511d86afd4e1db96 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000606_person703_virus_1300.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f91b600e03af3e5abbb5a2c6c18c5a78403afbeea4a73bec281f8617c600a526 +size 78878 diff --git a/MendeleyCXR/images/Darwin_00000607_person704_virus_1301.png b/MendeleyCXR/images/Darwin_00000607_person704_virus_1301.png new file mode 100644 index 0000000000000000000000000000000000000000..4ca58ed5a2e8a68b012faaa1e24af598ff091f2d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000607_person704_virus_1301.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37c9328b35c683dd5ba7ed9759811b3ae1316fa620ca2544f9a17a96633cd65b +size 70511 diff --git a/MendeleyCXR/images/Darwin_00000608_person705_virus_1302.png b/MendeleyCXR/images/Darwin_00000608_person705_virus_1302.png new file mode 100644 index 0000000000000000000000000000000000000000..c41eec912802bd11cfdfb73f89363a716b7f42e8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000608_person705_virus_1302.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eab49e3dbc885a50c574036554d90bd8345d0abf8002b17f732215f31351cc4 +size 76165 diff --git a/MendeleyCXR/images/Darwin_00000609_person705_virus_1303.png b/MendeleyCXR/images/Darwin_00000609_person705_virus_1303.png new file mode 100644 index 0000000000000000000000000000000000000000..b93238777beecc6098542313edb0c4bdd8624ffd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000609_person705_virus_1303.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:564562fd57f1b3e6fb52b77c1659732bf5144b0573b73850ca389f75b2682b32 +size 74493 diff --git a/MendeleyCXR/images/Darwin_00000610_person706_virus_1304.png b/MendeleyCXR/images/Darwin_00000610_person706_virus_1304.png new file mode 100644 index 0000000000000000000000000000000000000000..690f87ef2e0091c55bf7fe3c32362a4a94b33dce --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000610_person706_virus_1304.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acce26df2a5b469abc3b6571c72439ee05b8759a3cd25a03af0fdc9a28288528 +size 68012 diff --git a/MendeleyCXR/images/Darwin_00000611_person707_virus_1305.png b/MendeleyCXR/images/Darwin_00000611_person707_virus_1305.png new file mode 100644 index 0000000000000000000000000000000000000000..118e9b002d180f9be32b0f5c3a45b1385ae4aa0c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000611_person707_virus_1305.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47b33a3aa002711b50e1ba64a915abfb67a865a1b3f38e4ef1a508f1aaab84af +size 68848 diff --git a/MendeleyCXR/images/Darwin_00000612_person710_virus_1308.png b/MendeleyCXR/images/Darwin_00000612_person710_virus_1308.png new file mode 100644 index 0000000000000000000000000000000000000000..9cc5e67202b612e1f3170f65ca04386b738e45d1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000612_person710_virus_1308.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d622917c10876ea812c7f29dcb2e10773d54a92535aca8b321510abce0a6a13a +size 72134 diff --git a/MendeleyCXR/images/Darwin_00000613_person711_virus_1309.png b/MendeleyCXR/images/Darwin_00000613_person711_virus_1309.png new file mode 100644 index 0000000000000000000000000000000000000000..e94e8defb226c64e0abf3c0d32d236d5d7b2f289 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000613_person711_virus_1309.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3b3efc477f39687a1be35648147d81d76de46802c452092993cbbfd4a4c8b12 +size 73095 diff --git a/MendeleyCXR/images/Darwin_00000615_person716_virus_1314.png b/MendeleyCXR/images/Darwin_00000615_person716_virus_1314.png new file mode 100644 index 0000000000000000000000000000000000000000..53477c16f657241c526aa62dfa90177ea400c4f5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000615_person716_virus_1314.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76c9efde6b9d983d09d04617da744fe8cf5599ff9e08f2c31d0ea7a8bf37ceb7 +size 72000 diff --git a/MendeleyCXR/images/Darwin_00000618_person720_virus_1339.png b/MendeleyCXR/images/Darwin_00000618_person720_virus_1339.png new file mode 100644 index 0000000000000000000000000000000000000000..41c2423febabe84c1d82c7ddae32c0b30e663e0b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000618_person720_virus_1339.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:811fc9b086508f2a27c6b889c8a102d0e1ed1332d467aec348ee0cb51167d4b5 +size 64255 diff --git a/MendeleyCXR/images/Darwin_00000619_person721_virus_1340.png b/MendeleyCXR/images/Darwin_00000619_person721_virus_1340.png new file mode 100644 index 0000000000000000000000000000000000000000..d4f918fd29622ac30d79a19708743be584e58e7a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000619_person721_virus_1340.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dd85fc7d998e6a2b5c582fb0413c87862c6b8febeea6294431cd24b916c33f1 +size 77440 diff --git a/MendeleyCXR/images/Darwin_00000620_person722_virus_1341.png b/MendeleyCXR/images/Darwin_00000620_person722_virus_1341.png new file mode 100644 index 0000000000000000000000000000000000000000..bffca8f4b906e4e8e3383956d4092b3426995326 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000620_person722_virus_1341.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5485834f725aaa4100d73a4e3a2f81b1fafdd720ac625953e907a4857bbe0ba0 +size 76082 diff --git a/MendeleyCXR/images/Darwin_00000621_person723_virus_1342.png b/MendeleyCXR/images/Darwin_00000621_person723_virus_1342.png new file mode 100644 index 0000000000000000000000000000000000000000..fe5198deecb87275c266c9a26416645fc3042a7e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000621_person723_virus_1342.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fb05ffca7cba5e410d7a57f8853ce9a289c2437379a2c77901372715e89a6f1 +size 67349 diff --git a/MendeleyCXR/images/Darwin_00000622_person724_virus_1343.png b/MendeleyCXR/images/Darwin_00000622_person724_virus_1343.png new file mode 100644 index 0000000000000000000000000000000000000000..23e75045a1249a5b0a392d34329b00802a864178 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000622_person724_virus_1343.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28259583d6edd2328da57ef22f941d5d7773ef4ca05045e6c8502b7715572b16 +size 70424 diff --git a/MendeleyCXR/images/Darwin_00000623_person724_virus_1344.png b/MendeleyCXR/images/Darwin_00000623_person724_virus_1344.png new file mode 100644 index 0000000000000000000000000000000000000000..a8db972f04b60c87b8bed7d7cce9e5cb5c81478c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000623_person724_virus_1344.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0660e4e2615918d31f9a760c00027415b84cc06e3c49c4e1c6c9569c9504f65d +size 70269 diff --git a/MendeleyCXR/images/Darwin_00000624_person727_virus_1347.png b/MendeleyCXR/images/Darwin_00000624_person727_virus_1347.png new file mode 100644 index 0000000000000000000000000000000000000000..434eba02fad41823c82813e98ab646c2969a9a33 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000624_person727_virus_1347.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:543017c2f7af3d6366d5d4b7a240cb550a92fe44aa16475601141b8764ceeef9 +size 76554 diff --git a/MendeleyCXR/images/Darwin_00000625_person525_virus_1046.png b/MendeleyCXR/images/Darwin_00000625_person525_virus_1046.png new file mode 100644 index 0000000000000000000000000000000000000000..fae93c55f03682b05de00f06212671a2f09255a3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000625_person525_virus_1046.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3af23e19aafb423ad4506badabf1c0058d32ca978e0b2a0f0f3a8a7b4173983 +size 67853 diff --git a/MendeleyCXR/images/Darwin_00000626_person527_virus_1048.png b/MendeleyCXR/images/Darwin_00000626_person527_virus_1048.png new file mode 100644 index 0000000000000000000000000000000000000000..ab2729c91590fca7fdeaed62a09f6a4c8a2c303c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000626_person527_virus_1048.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1baaf5d1e34284ec30e1168489239e027c7efb14e9ad7d7d76265256907c0e1c +size 72149 diff --git a/MendeleyCXR/images/Darwin_00000627_person528_virus_1049.png b/MendeleyCXR/images/Darwin_00000627_person528_virus_1049.png new file mode 100644 index 0000000000000000000000000000000000000000..a820adb402c8da5fa515a1b2152111f21ed136cc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000627_person528_virus_1049.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f8222288e662abb54ce0c8d3b1f48fab6ae5f36980a66c73ba1be235ab07616 +size 71402 diff --git a/MendeleyCXR/images/Darwin_00000628_person529_virus_1050.png b/MendeleyCXR/images/Darwin_00000628_person529_virus_1050.png new file mode 100644 index 0000000000000000000000000000000000000000..e66d97b416cd63d565d7acf415a2b0ccf42ad2f9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000628_person529_virus_1050.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7ff95e0e68b68a6edbc31cad39e26043ad104e2dedd297948f4a4c3333a603f +size 73386 diff --git a/MendeleyCXR/images/Darwin_00000629_person530_virus_1052.png b/MendeleyCXR/images/Darwin_00000629_person530_virus_1052.png new file mode 100644 index 0000000000000000000000000000000000000000..53644248e7ad1ec71e6efe2c5bac8777487bd8f2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000629_person530_virus_1052.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b2f974265bbe1cd4353dfbc3addff13f30eb06a6a7f54da98a2994b2d47aadb +size 71390 diff --git a/MendeleyCXR/images/Darwin_00000630_person531_virus_1053.png b/MendeleyCXR/images/Darwin_00000630_person531_virus_1053.png new file mode 100644 index 0000000000000000000000000000000000000000..61561969133c5fdde5ec7f9190d6a838250d18ce --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000630_person531_virus_1053.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d32bfd0ef8a45a7984b373fa1031a20cb17249606509f0b7a58a7d651aca7360 +size 66340 diff --git a/MendeleyCXR/images/Darwin_00000631_person532_virus_1054.png b/MendeleyCXR/images/Darwin_00000631_person532_virus_1054.png new file mode 100644 index 0000000000000000000000000000000000000000..6a7e515eb0a6e8a4c785ffdaf183f174caaa9feb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000631_person532_virus_1054.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d82968cebb824c962ac46e294b9b16a21710d581d26dacbc9a2f78ef4695cd8 +size 77726 diff --git a/MendeleyCXR/images/Darwin_00000632_person533_virus_1055.png b/MendeleyCXR/images/Darwin_00000632_person533_virus_1055.png new file mode 100644 index 0000000000000000000000000000000000000000..e48a47e0e2449ea92240bd52562ebd956fe1c33e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000632_person533_virus_1055.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f111bd1f763a5adcc467fde3793066e254b5f4327c3c55a14fdc6a2e12b82aa +size 61360 diff --git a/MendeleyCXR/images/Darwin_00000633_person534_virus_1061.png b/MendeleyCXR/images/Darwin_00000633_person534_virus_1061.png new file mode 100644 index 0000000000000000000000000000000000000000..d0e703554f340b0309a8a63c549c268d649dc909 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000633_person534_virus_1061.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4c692106a5ddb1b1c30c6d8dfbd0c938d93717f4b10fef2cb64e83729e9d0eb +size 67624 diff --git a/MendeleyCXR/images/Darwin_00000634_person535_virus_1062.png b/MendeleyCXR/images/Darwin_00000634_person535_virus_1062.png new file mode 100644 index 0000000000000000000000000000000000000000..91c7382d24197de0fbab369d6c2aee3b7e73eaee --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000634_person535_virus_1062.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd4d447d1fe0d1f6724d1a31d788e20a91f692e8c39bc800341061d4f89be1a1 +size 63788 diff --git a/MendeleyCXR/images/Darwin_00000635_person536_virus_1064.png b/MendeleyCXR/images/Darwin_00000635_person536_virus_1064.png new file mode 100644 index 0000000000000000000000000000000000000000..ed8b9572902cbfdcabedf66b5e9bb59cdd31fdb9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000635_person536_virus_1064.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f549efea4cc5c7df448911474543e260f5b0bf8b7c0a37158e39c2e8f589807b +size 74305 diff --git a/MendeleyCXR/images/Darwin_00000636_person536_virus_1065.png b/MendeleyCXR/images/Darwin_00000636_person536_virus_1065.png new file mode 100644 index 0000000000000000000000000000000000000000..70d0e41351b6af2144f22f9f10b93dc5eb7c0c03 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000636_person536_virus_1065.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf98f4e9dc167b01c6b1012a335586c29fea8156f5a62a40b14225e3d1371b6a +size 86719 diff --git a/MendeleyCXR/images/Darwin_00000637_person537_virus_1067.png b/MendeleyCXR/images/Darwin_00000637_person537_virus_1067.png new file mode 100644 index 0000000000000000000000000000000000000000..4f28593392ac64ba1fdb5f01be5a43122952282c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000637_person537_virus_1067.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4083afd9cfef21f815a58e0817e520e839ad5048611ffce39a51ba1751dfc6d4 +size 65298 diff --git a/MendeleyCXR/images/Darwin_00000639_person539_virus_1069.png b/MendeleyCXR/images/Darwin_00000639_person539_virus_1069.png new file mode 100644 index 0000000000000000000000000000000000000000..7513d4d92834218b3abbb4a3d834613b4ac7253b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000639_person539_virus_1069.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86a99da60ceb4fd0451c0d6ce23f7d676e0ed0685d04a68203170c23a5b9417a +size 70081 diff --git a/MendeleyCXR/images/Darwin_00000640_person540_virus_1070.png b/MendeleyCXR/images/Darwin_00000640_person540_virus_1070.png new file mode 100644 index 0000000000000000000000000000000000000000..24248a4c882ef7a37c9203d0a8ae1777fee36434 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000640_person540_virus_1070.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47c950ef84e107c370482b3f092f5eebcadfab5f014126f7e68f025f781222fa +size 70711 diff --git a/MendeleyCXR/images/Darwin_00000641_person541_virus_1071.png b/MendeleyCXR/images/Darwin_00000641_person541_virus_1071.png new file mode 100644 index 0000000000000000000000000000000000000000..2984b3c76e6157b0fa406385344f3d0887445c1b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000641_person541_virus_1071.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1909f91977bfc0e5b9e8df4319d573499ee622f3ae7b068ad7dbfafb8249c64d +size 76947 diff --git a/MendeleyCXR/images/Darwin_00000642_person542_virus_1072.png b/MendeleyCXR/images/Darwin_00000642_person542_virus_1072.png new file mode 100644 index 0000000000000000000000000000000000000000..e1d67930bc5d41e21b7d5ac5a465c12835eefe96 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000642_person542_virus_1072.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc6e5f9f511543a227b3f484390bc53ca3f90a3a750c3c14002ec76a56e7aab4 +size 71157 diff --git a/MendeleyCXR/images/Darwin_00000643_person543_virus_1073.png b/MendeleyCXR/images/Darwin_00000643_person543_virus_1073.png new file mode 100644 index 0000000000000000000000000000000000000000..f61d603c2677dbb1856d1d3b6344ea1c5823d718 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000643_person543_virus_1073.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60883611da622947b324ab9fa3ba4dcc61ed911516c734a357b339aa209e8252 +size 67139 diff --git a/MendeleyCXR/images/Darwin_00000644_person544_virus_1074.png b/MendeleyCXR/images/Darwin_00000644_person544_virus_1074.png new file mode 100644 index 0000000000000000000000000000000000000000..e5da293741873b3187eceb56c81018765d9f8cb4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000644_person544_virus_1074.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f46b20a7f3e19c49df274b3718f6134e46c547fd41ffd13831a7d280ed8d61e +size 71785 diff --git a/MendeleyCXR/images/Darwin_00000645_person544_virus_1075.png b/MendeleyCXR/images/Darwin_00000645_person544_virus_1075.png new file mode 100644 index 0000000000000000000000000000000000000000..7de838b3414ab014bae2de4e803120b7671f7ab1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000645_person544_virus_1075.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f43bb86c3c960b71307da6e6c819e727fb7f6a72da6cac6954464c5fc99fcb7b +size 69741 diff --git a/MendeleyCXR/images/Darwin_00000646_person544_virus_1076.png b/MendeleyCXR/images/Darwin_00000646_person544_virus_1076.png new file mode 100644 index 0000000000000000000000000000000000000000..fd74d921366e32d1fcf4d96c4efa7083e3bad49f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000646_person544_virus_1076.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c04fcf9609e7569cf08d0e124e2d5b95423d6557eb74b34c46ef8b40d96df3e8 +size 69183 diff --git a/MendeleyCXR/images/Darwin_00000647_person544_virus_1078.png b/MendeleyCXR/images/Darwin_00000647_person544_virus_1078.png new file mode 100644 index 0000000000000000000000000000000000000000..c355b9107a732b975882af382b41ec729fa5a4f7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000647_person544_virus_1078.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f67b351227cc7d1146ead62fbed6a0b81864a6d1734cb1f0edcad174c16a7640 +size 70342 diff --git a/MendeleyCXR/images/Darwin_00000648_person544_virus_1079.png b/MendeleyCXR/images/Darwin_00000648_person544_virus_1079.png new file mode 100644 index 0000000000000000000000000000000000000000..ae823001d46f57738317601263ac4e531b32dfd2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000648_person544_virus_1079.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:063d5ab147ae6bf3106fb3a602c3af9960fa6d09b218fea63bec8ac293205923 +size 75843 diff --git a/MendeleyCXR/images/Darwin_00000649_person544_virus_1080.png b/MendeleyCXR/images/Darwin_00000649_person544_virus_1080.png new file mode 100644 index 0000000000000000000000000000000000000000..69453f30969236bc6db478b795c808992c68a21d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000649_person544_virus_1080.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3776dea1d66a1278e88195eab22cbb0fa85857c880d4b23df4980c7dcf73581 +size 77075 diff --git a/MendeleyCXR/images/Darwin_00000650_person545_virus_1081.png b/MendeleyCXR/images/Darwin_00000650_person545_virus_1081.png new file mode 100644 index 0000000000000000000000000000000000000000..1bdfafe84f89c67c21046ed06e3e6adf1c4801de --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000650_person545_virus_1081.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b579ca2bd26b1bd02b54d453c15489ecb407f6e347cd4257377fde6c80d3644 +size 79040 diff --git a/MendeleyCXR/images/Darwin_00000651_person546_virus_1085.png b/MendeleyCXR/images/Darwin_00000651_person546_virus_1085.png new file mode 100644 index 0000000000000000000000000000000000000000..8992572248958417ca4e2acc8c2fdea2f2f1aae9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000651_person546_virus_1085.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dffb572b63282946a17fe7273156ef6264ed0d9bb5dd1df2fc9770edf18b24f +size 76690 diff --git a/MendeleyCXR/images/Darwin_00000652_person547_virus_1086.png b/MendeleyCXR/images/Darwin_00000652_person547_virus_1086.png new file mode 100644 index 0000000000000000000000000000000000000000..b738026bdc87ac615d3f6d43631603c492b82f93 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000652_person547_virus_1086.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3918b7e45a19184d0a966b774f7fdee31c1b32156689e04c63c7c84566498a1d +size 66152 diff --git a/MendeleyCXR/images/Darwin_00000653_person548_virus_1088.png b/MendeleyCXR/images/Darwin_00000653_person548_virus_1088.png new file mode 100644 index 0000000000000000000000000000000000000000..83955023c72ace310a11c7d57b3866e6b4cf2905 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000653_person548_virus_1088.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2efcc885f704dc409d2032d421c498b4670c19cae25cd3670fb83b8f41a8a914 +size 72223 diff --git a/MendeleyCXR/images/Darwin_00000654_person549_virus_1089.png b/MendeleyCXR/images/Darwin_00000654_person549_virus_1089.png new file mode 100644 index 0000000000000000000000000000000000000000..ed27736bd21c6ae5798e73f88e48a9f726734a24 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000654_person549_virus_1089.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cc3f604fe91157175953c8520c8aa9f8732c9b9cdf83ea82a4e6e9bd89561a7 +size 63609 diff --git a/MendeleyCXR/images/Darwin_00000655_person550_virus_1090.png b/MendeleyCXR/images/Darwin_00000655_person550_virus_1090.png new file mode 100644 index 0000000000000000000000000000000000000000..cb4b90c612d0acfa6a5f960dba7017f9d42344ea --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000655_person550_virus_1090.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d959d900411885e5a83fbcca99f323a20d99b784b3ba9d48479c72ff20ffd39 +size 70651 diff --git a/MendeleyCXR/images/Darwin_00000656_person551_virus_1091.png b/MendeleyCXR/images/Darwin_00000656_person551_virus_1091.png new file mode 100644 index 0000000000000000000000000000000000000000..adba7fe996aadb3c509a71e2bcc20045a0060c14 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000656_person551_virus_1091.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06326ae479b2cdc3bef9695932fe1d53a1bf2168ac72cc4cb12bcd4b1975ee17 +size 72336 diff --git a/MendeleyCXR/images/Darwin_00000657_person552_virus_1092.png b/MendeleyCXR/images/Darwin_00000657_person552_virus_1092.png new file mode 100644 index 0000000000000000000000000000000000000000..590dba181b74151296c2d59fd563e7f58e404282 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000657_person552_virus_1092.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:966ac8b193845390c565950805677edc998765219220df929f775e59d4799a17 +size 68386 diff --git a/MendeleyCXR/images/Darwin_00000658_person553_virus_1093.png b/MendeleyCXR/images/Darwin_00000658_person553_virus_1093.png new file mode 100644 index 0000000000000000000000000000000000000000..f72d36641885e66446f6e9ad577233910aad541f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000658_person553_virus_1093.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b34fd79c1fb50122e3598169b5a9166af617c33f33a87926b9c8ce579d37f413 +size 69743 diff --git a/MendeleyCXR/images/Darwin_00000659_person554_virus_1094.png b/MendeleyCXR/images/Darwin_00000659_person554_virus_1094.png new file mode 100644 index 0000000000000000000000000000000000000000..0ac3382b24fc19b6e3e3db043a7691e7e9ab545f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000659_person554_virus_1094.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25205b6379028d78fc32e5e5f31c3a0e44f303bf67d72847e32b9c17659b2730 +size 67621 diff --git a/MendeleyCXR/images/Darwin_00000660_person556_virus_1096.png b/MendeleyCXR/images/Darwin_00000660_person556_virus_1096.png new file mode 100644 index 0000000000000000000000000000000000000000..c16564ab62b225ba814350c25bf897787d6941dc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000660_person556_virus_1096.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f720e00b0b17a861ed672ed7eb91962fed026dd04b2f95a4177a8510704a21bc +size 70761 diff --git a/MendeleyCXR/images/Darwin_00000661_person557_virus_1097.png b/MendeleyCXR/images/Darwin_00000661_person557_virus_1097.png new file mode 100644 index 0000000000000000000000000000000000000000..ecd6985e2f2670fa8be57426e432c80b1b497954 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000661_person557_virus_1097.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec1b59ae1338f54379381d1be3075bec93c89e7338df3c2f7fd0ad0a1dc1ceb8 +size 72116 diff --git a/MendeleyCXR/images/Darwin_00000662_person558_virus_1098.png b/MendeleyCXR/images/Darwin_00000662_person558_virus_1098.png new file mode 100644 index 0000000000000000000000000000000000000000..21e3417cff28992a9c8f0714fe2bfe64ce631528 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000662_person558_virus_1098.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f25c90fb4231c89befa75b10101ef884fc2933e620b8f6ab41f4836bf53cf9b +size 75726 diff --git a/MendeleyCXR/images/Darwin_00000663_person559_virus_1099.png b/MendeleyCXR/images/Darwin_00000663_person559_virus_1099.png new file mode 100644 index 0000000000000000000000000000000000000000..791e7231150cf9a69301370fc209f94dbb411b78 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000663_person559_virus_1099.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e7056bb1a504c1c11447ec5d5d31e53b49523bd18dc29a742147e843d573667 +size 71636 diff --git a/MendeleyCXR/images/Darwin_00000664_person562_virus_1102.png b/MendeleyCXR/images/Darwin_00000664_person562_virus_1102.png new file mode 100644 index 0000000000000000000000000000000000000000..1ee44071d347bb6f7900f1ea08df31aa7877aff8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000664_person562_virus_1102.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d7b3938359a795a42b3987427e83f908bcf54090cc336726377b777d47d9e2a +size 75337 diff --git a/MendeleyCXR/images/Darwin_00000665_person563_virus_1103.png b/MendeleyCXR/images/Darwin_00000665_person563_virus_1103.png new file mode 100644 index 0000000000000000000000000000000000000000..355c3cb42aea49543f0b44e5c5435070c886ff6e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000665_person563_virus_1103.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf03e861dc06e0e9af14e4a484342a7457a4bb55fd8aec91fa4c9f546a9c8e4c +size 75816 diff --git a/MendeleyCXR/images/Darwin_00000666_person564_virus_1104.png b/MendeleyCXR/images/Darwin_00000666_person564_virus_1104.png new file mode 100644 index 0000000000000000000000000000000000000000..0a04c8a502411e2e7247f0ea35c78ea7b03a99ea --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000666_person564_virus_1104.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6979a82f452e664b7b21bb7f62a00899138891aa5bd8910a68112382e333af5 +size 70028 diff --git a/MendeleyCXR/images/Darwin_00000667_person565_virus_1105.png b/MendeleyCXR/images/Darwin_00000667_person565_virus_1105.png new file mode 100644 index 0000000000000000000000000000000000000000..b0877e72260adf745f4cc19cb2e2e4b6dd02b7b8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000667_person565_virus_1105.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52eee341ca4aab299d0cc3374c94f3149ee953c9950346b6ddd3ff00cfaa71bc +size 66533 diff --git a/MendeleyCXR/images/Darwin_00000668_person566_virus_1106.png b/MendeleyCXR/images/Darwin_00000668_person566_virus_1106.png new file mode 100644 index 0000000000000000000000000000000000000000..83a57fb9cad9f1b9a37a82f5f21842c31a7e7480 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000668_person566_virus_1106.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9bc9a535e1cdb1252cc896f751f9be3e865f756452add5037992de893bb4af7 +size 63934 diff --git a/MendeleyCXR/images/Darwin_00000669_person567_virus_1107.png b/MendeleyCXR/images/Darwin_00000669_person567_virus_1107.png new file mode 100644 index 0000000000000000000000000000000000000000..c5e10288cba3289bc642363254ee01aa27af1bea --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000669_person567_virus_1107.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1530cecb168fe302024e084e14a05f4d2eaac0ea160d18c3a44972c087b7ea4b +size 66921 diff --git a/MendeleyCXR/images/Darwin_00000670_person569_virus_1110.png b/MendeleyCXR/images/Darwin_00000670_person569_virus_1110.png new file mode 100644 index 0000000000000000000000000000000000000000..0708c34d84fc52c37d14a8a049ab929ae876727f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000670_person569_virus_1110.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49e99e99ac100f9246e543e4d4a29eddcd97e394fc646bb340407fda3500406a +size 72899 diff --git a/MendeleyCXR/images/Darwin_00000671_person570_virus_1112.png b/MendeleyCXR/images/Darwin_00000671_person570_virus_1112.png new file mode 100644 index 0000000000000000000000000000000000000000..36de0c222d6e9c630cb59296f09869de6d20ab45 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000671_person570_virus_1112.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89c244d6eadbd6a770aaf32f9f8e229bfb0941a0673705f23353819ae98bff2f +size 72132 diff --git a/MendeleyCXR/images/Darwin_00000673_person573_virus_1116.png b/MendeleyCXR/images/Darwin_00000673_person573_virus_1116.png new file mode 100644 index 0000000000000000000000000000000000000000..2dd9eede15889a81202b55f624044b14c15fec8c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000673_person573_virus_1116.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67dd3c68780b539558a375c5d5506fbfa36d674f4f5d12f68ad40ff89c412732 +size 63971 diff --git a/MendeleyCXR/images/Darwin_00000674_person574_virus_1118.png b/MendeleyCXR/images/Darwin_00000674_person574_virus_1118.png new file mode 100644 index 0000000000000000000000000000000000000000..da179ea033930b426692cfe3d539a7dc358ad89c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000674_person574_virus_1118.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74daf10ac1e5f911845c4768654b6b7dee18ab2a9914f39aec7b5c81fe7842c8 +size 66949 diff --git a/MendeleyCXR/images/Darwin_00000675_person575_virus_1119.png b/MendeleyCXR/images/Darwin_00000675_person575_virus_1119.png new file mode 100644 index 0000000000000000000000000000000000000000..8d6ecd8a13f74dc18e69c30ae0ba9c5a5677b600 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000675_person575_virus_1119.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:696b139db0e08d2ceb139c0aedd3f95a296001f515680d92caf5979c9fb55ce4 +size 70556 diff --git a/MendeleyCXR/images/Darwin_00000676_person576_virus_1120.png b/MendeleyCXR/images/Darwin_00000676_person576_virus_1120.png new file mode 100644 index 0000000000000000000000000000000000000000..96c548bd1e82ace9af00057958db8e18b85a1fbf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000676_person576_virus_1120.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5eba7508427493a510183353b6a1b81fc06ce60117d083697678becfa6a8425 +size 69816 diff --git a/MendeleyCXR/images/Darwin_00000677_person577_virus_1121.png b/MendeleyCXR/images/Darwin_00000677_person577_virus_1121.png new file mode 100644 index 0000000000000000000000000000000000000000..847497af34c97de9b56d16ce4a48afabaef26e6a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000677_person577_virus_1121.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e7b5cef1d13f2e5b6bbb86e1706ec1d79b63d77d7d96f560fdbd595389721f4 +size 71499 diff --git a/MendeleyCXR/images/Darwin_00000678_person578_virus_1122.png b/MendeleyCXR/images/Darwin_00000678_person578_virus_1122.png new file mode 100644 index 0000000000000000000000000000000000000000..1972683d14932e5dce1db72bc718feeb5ab594dc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000678_person578_virus_1122.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12add665568dd81daa445a96d69e6e412bdc0123d4bfb1565abb08ce19f0103b +size 68451 diff --git a/MendeleyCXR/images/Darwin_00000679_person579_virus_1123.png b/MendeleyCXR/images/Darwin_00000679_person579_virus_1123.png new file mode 100644 index 0000000000000000000000000000000000000000..e7f5a21d6187b8aa4c387477b68340d26c9bede3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000679_person579_virus_1123.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b277fb3b4c44937f9f3780b3c7b14d3f82386ae48023ad866c6f5e8a487d623c +size 75522 diff --git a/MendeleyCXR/images/Darwin_00000680_person581_virus_1125.png b/MendeleyCXR/images/Darwin_00000680_person581_virus_1125.png new file mode 100644 index 0000000000000000000000000000000000000000..75477eae50b4bf8b8f4d92432f50dcc48c922ffd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000680_person581_virus_1125.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54438e023724a841d2c0d3faefc2eb3d7be27b2210660f7e8e0e3412d3712932 +size 74167 diff --git a/MendeleyCXR/images/Darwin_00000681_person583_virus_1127.png b/MendeleyCXR/images/Darwin_00000681_person583_virus_1127.png new file mode 100644 index 0000000000000000000000000000000000000000..b16f031d6cdc08a48c868d59a40c5d3bbb398fa7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000681_person583_virus_1127.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb8ee158180c0521c5fedee54ca718e6e633a790c5071ee98bc8d9454fdf98f3 +size 66134 diff --git a/MendeleyCXR/images/Darwin_00000682_person584_virus_1128.png b/MendeleyCXR/images/Darwin_00000682_person584_virus_1128.png new file mode 100644 index 0000000000000000000000000000000000000000..1fc578db473f32fee2c8b4e42bfbdc78a4ac4195 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000682_person584_virus_1128.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37d25f5f0edac614942a9f5ebbb01bbdd36356e0d1ac2e383e0442fefbb65def +size 66236 diff --git a/MendeleyCXR/images/Darwin_00000683_person585_virus_1129.png b/MendeleyCXR/images/Darwin_00000683_person585_virus_1129.png new file mode 100644 index 0000000000000000000000000000000000000000..31c161970ce49749bf85533547ddf50c05dfac0b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000683_person585_virus_1129.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2d1fd3f489c69990c913a50a357c8eed3f9543af6ed9faa0f113854dff3d8a3 +size 70186 diff --git a/MendeleyCXR/images/Darwin_00000684_person586_virus_1130.png b/MendeleyCXR/images/Darwin_00000684_person586_virus_1130.png new file mode 100644 index 0000000000000000000000000000000000000000..f7f9b375c6a12e793487d1af2dc702115dd752e3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000684_person586_virus_1130.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:858a98f657db8126bd0d1679781db2d8e800715de31306864946ddc21c939ac9 +size 74389 diff --git a/MendeleyCXR/images/Darwin_00000685_person588_virus_1134.png b/MendeleyCXR/images/Darwin_00000685_person588_virus_1134.png new file mode 100644 index 0000000000000000000000000000000000000000..e6d11a20a82101dddbc900e29c1faf291f606dc7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000685_person588_virus_1134.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4768a24c1e6ead3ffd4acea617aede6fe94a19e2dc31758dc2d20c5d35751de9 +size 69597 diff --git a/MendeleyCXR/images/Darwin_00000686_person588_virus_1135.png b/MendeleyCXR/images/Darwin_00000686_person588_virus_1135.png new file mode 100644 index 0000000000000000000000000000000000000000..a81f3bf513b8836300b05685909f8254ab0a0d98 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000686_person588_virus_1135.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:499dc9ea24e8123aebba8d8e5f7ab88665e89f8c7f23ea025ead9ec852634dc4 +size 67882 diff --git a/MendeleyCXR/images/Darwin_00000687_person590_virus_1138.png b/MendeleyCXR/images/Darwin_00000687_person590_virus_1138.png new file mode 100644 index 0000000000000000000000000000000000000000..4dd3d00e569beb18448485e8dcab8214773b73bf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000687_person590_virus_1138.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21c599f56579a7c274bbf3735929a54f93576b1a80a0e7f477bbd3ba89726947 +size 76046 diff --git a/MendeleyCXR/images/Darwin_00000688_person591_virus_1139.png b/MendeleyCXR/images/Darwin_00000688_person591_virus_1139.png new file mode 100644 index 0000000000000000000000000000000000000000..1b621ddaea8430565ab0bdedc6fb3cce7636897d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000688_person591_virus_1139.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70757fae90d5ba92ad682d2360606628cd43924ea6506a192354fd8bce9ef820 +size 68745 diff --git a/MendeleyCXR/images/Darwin_00000689_person592_virus_1141.png b/MendeleyCXR/images/Darwin_00000689_person592_virus_1141.png new file mode 100644 index 0000000000000000000000000000000000000000..02c7a3c635076a0d483be68ee6a41e1e637d0f91 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000689_person592_virus_1141.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:700571a8ba51960ec91a4c6dae247982da2ba0487d832b9a34e5d21173822319 +size 69545 diff --git a/MendeleyCXR/images/Darwin_00000690_person593_virus_1142.png b/MendeleyCXR/images/Darwin_00000690_person593_virus_1142.png new file mode 100644 index 0000000000000000000000000000000000000000..6e16359cc4bb64fbe80cae6f19a304d3e247f015 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000690_person593_virus_1142.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00c5ab7eeb4cbc9277d5a6cdf303fec2f1d4a07bcdd081d9267799418145837e +size 67045 diff --git a/MendeleyCXR/images/Darwin_00000691_person594_virus_1145.png b/MendeleyCXR/images/Darwin_00000691_person594_virus_1145.png new file mode 100644 index 0000000000000000000000000000000000000000..9db5c94a5f4e83ada6567d67d17e4cc2f8f10937 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000691_person594_virus_1145.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf1f29534715002d289ca1f4a64bcc61576664390f49fbb7088127736b1ec00c +size 71545 diff --git a/MendeleyCXR/images/Darwin_00000692_person595_virus_1147.png b/MendeleyCXR/images/Darwin_00000692_person595_virus_1147.png new file mode 100644 index 0000000000000000000000000000000000000000..844ea00289ad0a93ce20f076db842a2478ef3817 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000692_person595_virus_1147.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80e42125f6297ae6969c8a8ae38744c97de795590cf28d16d9baebe43481668e +size 70275 diff --git a/MendeleyCXR/images/Darwin_00000693_person596_virus_1149.png b/MendeleyCXR/images/Darwin_00000693_person596_virus_1149.png new file mode 100644 index 0000000000000000000000000000000000000000..5f5f430f67db91ddf38844543894604c6407ff4b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000693_person596_virus_1149.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1425b277e65016d4e4321c1f2967339a80cfad5391c7e580bd76fc67fda53e4 +size 70024 diff --git a/MendeleyCXR/images/Darwin_00000694_person597_virus_1150.png b/MendeleyCXR/images/Darwin_00000694_person597_virus_1150.png new file mode 100644 index 0000000000000000000000000000000000000000..d6daac9a01374f72709df8e4196b885aea01a656 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000694_person597_virus_1150.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38999596e672e72869aa390daa0f028aaad25ce92c8e03d1db7045b418b9d311 +size 68123 diff --git a/MendeleyCXR/images/Darwin_00000695_person598_virus_1151.png b/MendeleyCXR/images/Darwin_00000695_person598_virus_1151.png new file mode 100644 index 0000000000000000000000000000000000000000..f3f7363e96eedd030cf150261113cf802afd48d8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000695_person598_virus_1151.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37aef59f23f93e94dcd4eb64c30c266d87ae51c9139afe750564e53701d45ddc +size 81295 diff --git a/MendeleyCXR/images/Darwin_00000696_person598_virus_1153.png b/MendeleyCXR/images/Darwin_00000696_person598_virus_1153.png new file mode 100644 index 0000000000000000000000000000000000000000..269bbafd8bd02a8ab1341169b1ec283c3637420d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000696_person598_virus_1153.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:764146efa2db713a41d331e54dc9f60190a389b44e18dbfe21f4972baebb99be +size 76507 diff --git a/MendeleyCXR/images/Darwin_00000697_person598_virus_1154.png b/MendeleyCXR/images/Darwin_00000697_person598_virus_1154.png new file mode 100644 index 0000000000000000000000000000000000000000..955f9b5e2e5ab435d6d66f081292cde30cbf81d6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000697_person598_virus_1154.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6957ea608e485bbb02b353fe5fca97d4e709609e61aa8e995342afa5e27dc5c8 +size 79494 diff --git a/MendeleyCXR/images/Darwin_00000698_person599_virus_1155.png b/MendeleyCXR/images/Darwin_00000698_person599_virus_1155.png new file mode 100644 index 0000000000000000000000000000000000000000..768eb2168956268ed4a9569eef0cca4535ebb1c5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000698_person599_virus_1155.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04222ce86ae87fb2d2c5b46937abb5f5d2fc68b347c51c18fcfcd51392d08d67 +size 71954 diff --git a/MendeleyCXR/images/Darwin_00000699_person600_virus_1156.png b/MendeleyCXR/images/Darwin_00000699_person600_virus_1156.png new file mode 100644 index 0000000000000000000000000000000000000000..82e72a773bd1d855d6d2f68dac71177d6c1aa943 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000699_person600_virus_1156.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea5cc72f519ba08b84b80426ecdd159e8f6f952bbb8eca6e00fd879adf07baca +size 72651 diff --git a/MendeleyCXR/images/Darwin_00000700_person459_virus_947.png b/MendeleyCXR/images/Darwin_00000700_person459_virus_947.png new file mode 100644 index 0000000000000000000000000000000000000000..3b9b62a12a3c36b1e0e2b1b532f5bedea11710a3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000700_person459_virus_947.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:824d017d7df1582fcc9ec447ea94beb818721d372b70eae67258091ec6491503 +size 72213 diff --git a/MendeleyCXR/images/Darwin_00000701_person460_virus_948.png b/MendeleyCXR/images/Darwin_00000701_person460_virus_948.png new file mode 100644 index 0000000000000000000000000000000000000000..302aaef97284d361dc1a593e756a4fd42b726c45 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000701_person460_virus_948.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:629f007868422554dc391e08db4a6e871d8d668e5340b9233854fb19250da1cb +size 74118 diff --git a/MendeleyCXR/images/Darwin_00000702_person461_virus_949.png b/MendeleyCXR/images/Darwin_00000702_person461_virus_949.png new file mode 100644 index 0000000000000000000000000000000000000000..b2a9c0e57fece50eaa10a95f6a2b846f18224fc5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000702_person461_virus_949.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e391010878e172571d924fc5a62ee1ce47849ec04bb1ae8406f77019a4fe038 +size 73671 diff --git a/MendeleyCXR/images/Darwin_00000703_person461_virus_950.png b/MendeleyCXR/images/Darwin_00000703_person461_virus_950.png new file mode 100644 index 0000000000000000000000000000000000000000..615b9439fb63d2a6a7ac5ce31865bc4d9d12d562 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000703_person461_virus_950.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a4257abb753ecbc6460ac32d8d6ef480e53797fd1312beb8eb5b3b694feb2a9 +size 69403 diff --git a/MendeleyCXR/images/Darwin_00000704_person462_virus_951.png b/MendeleyCXR/images/Darwin_00000704_person462_virus_951.png new file mode 100644 index 0000000000000000000000000000000000000000..0f92d94d7d805b0a9c140a28060360d45c272b4f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000704_person462_virus_951.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35d8c70d2196ebf4d79c0bcfa3da1159d9785954f6cc5114db7b2fd8b17644e8 +size 71149 diff --git a/MendeleyCXR/images/Darwin_00000705_person463_virus_952.png b/MendeleyCXR/images/Darwin_00000705_person463_virus_952.png new file mode 100644 index 0000000000000000000000000000000000000000..d8680b6e2530029c15cd982e0a477912438b1b50 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000705_person463_virus_952.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:defbb7fbbda024aadbf72060f18348ae39a28d8335e76342f0006f5c61442895 +size 70646 diff --git a/MendeleyCXR/images/Darwin_00000706_person463_virus_953.png b/MendeleyCXR/images/Darwin_00000706_person463_virus_953.png new file mode 100644 index 0000000000000000000000000000000000000000..e172a9b6574f05340a19c336d7dccfaceeb4f4b8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000706_person463_virus_953.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fed5eac5f5740fc01c3d45e5b98ba9001b52a5f2f8fd614c00ea92e8846fb96 +size 75069 diff --git a/MendeleyCXR/images/Darwin_00000707_person464_virus_954.png b/MendeleyCXR/images/Darwin_00000707_person464_virus_954.png new file mode 100644 index 0000000000000000000000000000000000000000..754e00fc4755d514c27c0716b08e3212ff200899 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000707_person464_virus_954.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2732eda9bf0d89da17f0a4d0728fa4ab9795e0ddf23e336488881010c4b4108e +size 72974 diff --git a/MendeleyCXR/images/Darwin_00000708_person464_virus_956.png b/MendeleyCXR/images/Darwin_00000708_person464_virus_956.png new file mode 100644 index 0000000000000000000000000000000000000000..c897786efadc1ee835c7f6a92695f8b4fbc7e30e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000708_person464_virus_956.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dddfd4aedb90ae68a2612b56a65f630c9fac870035e0750720efbfa63eb4c195 +size 70476 diff --git a/MendeleyCXR/images/Darwin_00000709_person465_virus_957.png b/MendeleyCXR/images/Darwin_00000709_person465_virus_957.png new file mode 100644 index 0000000000000000000000000000000000000000..d1c4da521de895642ef7ff30c83b57eb59125dfb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000709_person465_virus_957.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e657cd084481738da7fb7495ad04d0ecd5be35be9d9d124be58df671d957b775 +size 70740 diff --git a/MendeleyCXR/images/Darwin_00000710_person466_virus_960.png b/MendeleyCXR/images/Darwin_00000710_person466_virus_960.png new file mode 100644 index 0000000000000000000000000000000000000000..b563245e4c67042dab2c09f6d71e5bbeffe9f439 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000710_person466_virus_960.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee92cb1c18b326c211ef7c103f06310d4e5397cda35430f979d5d36737de1b02 +size 80649 diff --git a/MendeleyCXR/images/Darwin_00000711_person467_virus_961.png b/MendeleyCXR/images/Darwin_00000711_person467_virus_961.png new file mode 100644 index 0000000000000000000000000000000000000000..973d2c0479e41cc21c2066ecebacafd733fccb99 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000711_person467_virus_961.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74b8323e081ee82c657161fdadcac1887987e9878d830083de0d86bed88ded13 +size 70082 diff --git a/MendeleyCXR/images/Darwin_00000712_person468_virus_963.png b/MendeleyCXR/images/Darwin_00000712_person468_virus_963.png new file mode 100644 index 0000000000000000000000000000000000000000..3a17d3bd93a2201c116046acd3e8953752ecfffb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000712_person468_virus_963.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c15c3433cc1733b0d1d1d4d7b8aa317a9135b7cb4b518b1789c8e8e63c09b434 +size 80070 diff --git a/MendeleyCXR/images/Darwin_00000713_person469_virus_965.png b/MendeleyCXR/images/Darwin_00000713_person469_virus_965.png new file mode 100644 index 0000000000000000000000000000000000000000..98b6c565e19360ffa9e1716bd6454583ecaf3bca --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000713_person469_virus_965.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc2a34a6d7c8f336847563cfdcad635cfa031a04ce0ed13a05625951455329b7 +size 84272 diff --git a/MendeleyCXR/images/Darwin_00000714_person470_virus_966.png b/MendeleyCXR/images/Darwin_00000714_person470_virus_966.png new file mode 100644 index 0000000000000000000000000000000000000000..6b30eb640aadf6093f66ceb2f6898c1beeb8ff7e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000714_person470_virus_966.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b7e4240d7a51a2bf5c587eaf6f13e81ddd144f968bd015315f31b51b5aae80d +size 80628 diff --git a/MendeleyCXR/images/Darwin_00000715_person471_virus_967.png b/MendeleyCXR/images/Darwin_00000715_person471_virus_967.png new file mode 100644 index 0000000000000000000000000000000000000000..3cb0b749d1715b57d7404bc5118e95ec75770896 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000715_person471_virus_967.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8106627815f59d4c8c1c4bfcccf614a23836d0eda6fcf239c15fc6826448b3bd +size 76851 diff --git a/MendeleyCXR/images/Darwin_00000716_person471_virus_968.png b/MendeleyCXR/images/Darwin_00000716_person471_virus_968.png new file mode 100644 index 0000000000000000000000000000000000000000..0ef31860ea0626647feed9b504287430701ba97e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000716_person471_virus_968.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0854ed2933b4c5e6e1f84a1ed1c62cb52133be28db84b6447582931029e84e79 +size 77451 diff --git a/MendeleyCXR/images/Darwin_00000717_person472_virus_969.png b/MendeleyCXR/images/Darwin_00000717_person472_virus_969.png new file mode 100644 index 0000000000000000000000000000000000000000..af261b220eecc61333088dae02016825eec1d24c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000717_person472_virus_969.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aa72e818d08e0d39d145b54d6df7628476acc0764972bcb5e6deaab06735035 +size 71134 diff --git a/MendeleyCXR/images/Darwin_00000718_person474_virus_971.png b/MendeleyCXR/images/Darwin_00000718_person474_virus_971.png new file mode 100644 index 0000000000000000000000000000000000000000..1adba724c20222fcece6733b6c057eb82d1bfd0b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000718_person474_virus_971.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98a724fc852adcd47cc880142256b8e67d7942f001164786d421d50d03013a14 +size 70440 diff --git a/MendeleyCXR/images/Darwin_00000719_person475_virus_972.png b/MendeleyCXR/images/Darwin_00000719_person475_virus_972.png new file mode 100644 index 0000000000000000000000000000000000000000..773f48e7294f8cc5b956093e0b0bbcea32011242 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000719_person475_virus_972.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a728f32bedd1719afe6aabeccb6351d2a3177edbdb0d88b56c88b283f87acd4 +size 72447 diff --git a/MendeleyCXR/images/Darwin_00000720_person476_virus_973.png b/MendeleyCXR/images/Darwin_00000720_person476_virus_973.png new file mode 100644 index 0000000000000000000000000000000000000000..c97e8c309f78c4269f3e432a297e0882d133a635 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000720_person476_virus_973.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78b7ce9ab6b55f94826f40ca66adeaccf160f08a8741afde52bb78eeaa4cc7cc +size 63692 diff --git a/MendeleyCXR/images/Darwin_00000721_person478_virus_975.png b/MendeleyCXR/images/Darwin_00000721_person478_virus_975.png new file mode 100644 index 0000000000000000000000000000000000000000..8afaaf8ad129fc52d16a79b9e637565502babbe8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000721_person478_virus_975.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6f3cd24fd96b149d2eaf28ead7ad76f88a9b1c8f2d4fdfdb92901ba02130832 +size 71792 diff --git a/MendeleyCXR/images/Darwin_00000722_person479_virus_978.png b/MendeleyCXR/images/Darwin_00000722_person479_virus_978.png new file mode 100644 index 0000000000000000000000000000000000000000..ef42014415dacf15d19d91ad91da2c414582632a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000722_person479_virus_978.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3a0d4d93b68e7449c20ba13f855bf1ec9e7e9979713da43c120577096be82d9 +size 70380 diff --git a/MendeleyCXR/images/Darwin_00000725_person481_virus_983.png b/MendeleyCXR/images/Darwin_00000725_person481_virus_983.png new file mode 100644 index 0000000000000000000000000000000000000000..0b7d7153912ef00f883f7ad59376bc9769a36ecc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000725_person481_virus_983.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:915a84d669337b701a7693595ebba292110dfa8862c3877b8bce95a73f3543a3 +size 68243 diff --git a/MendeleyCXR/images/Darwin_00000726_person482_virus_984.png b/MendeleyCXR/images/Darwin_00000726_person482_virus_984.png new file mode 100644 index 0000000000000000000000000000000000000000..630c8095515e5a00a46ba9fd9f7865ac606f0b61 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000726_person482_virus_984.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a1017929a739111890359ab4264a680c20cfe5cf29efba231331e7dc16837e8 +size 72006 diff --git a/MendeleyCXR/images/Darwin_00000727_person483_virus_985.png b/MendeleyCXR/images/Darwin_00000727_person483_virus_985.png new file mode 100644 index 0000000000000000000000000000000000000000..addfcb03d2efa9d71d65132d2575a2ac5e7f587a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000727_person483_virus_985.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71f4b165f3878e2ba4760dada30ec8ad822d0115a025ccf00e6779b7b4b9d18c +size 67171 diff --git a/MendeleyCXR/images/Darwin_00000728_person484_virus_986.png b/MendeleyCXR/images/Darwin_00000728_person484_virus_986.png new file mode 100644 index 0000000000000000000000000000000000000000..e9c11ecc5c2a4a0b3a65d4d4d91a9fa2131764c6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000728_person484_virus_986.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76285a149944c0b3e274ef3fdcba648757419336825e4517e1badb08e9667c43 +size 72680 diff --git a/MendeleyCXR/images/Darwin_00000729_person485_virus_988.png b/MendeleyCXR/images/Darwin_00000729_person485_virus_988.png new file mode 100644 index 0000000000000000000000000000000000000000..046b5b8a4e5939fadbe3112f73fce709367b4aac --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000729_person485_virus_988.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d69684ce2578a0767875d6734750e17751f2a80fc4555ecbdb50f13ac8adcce1 +size 73468 diff --git a/MendeleyCXR/images/Darwin_00000730_person486_virus_990.png b/MendeleyCXR/images/Darwin_00000730_person486_virus_990.png new file mode 100644 index 0000000000000000000000000000000000000000..ecfa6a81370b40e7b132ce92a230933179161739 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000730_person486_virus_990.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31682683c2986e6b7a341c11b2d6ba2c955cd23d4df918e981e990aed2e46f46 +size 72006 diff --git a/MendeleyCXR/images/Darwin_00000731_person487_virus_991.png b/MendeleyCXR/images/Darwin_00000731_person487_virus_991.png new file mode 100644 index 0000000000000000000000000000000000000000..c5435d8a1a3b3c15a906c12a6f09753e0d07b11a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000731_person487_virus_991.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:001fb629a09732ba47374c3cc6cf7efa9481e361f86a18b5930d0279773416d3 +size 64337 diff --git a/MendeleyCXR/images/Darwin_00000732_person488_virus_992.png b/MendeleyCXR/images/Darwin_00000732_person488_virus_992.png new file mode 100644 index 0000000000000000000000000000000000000000..37a5a29e0bb5ce8cdf3436ef5c44ffa7e53a8301 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000732_person488_virus_992.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:982709860d44573d074f250a1238302c10065b61f05c7329284f659cfe345e12 +size 68352 diff --git a/MendeleyCXR/images/Darwin_00000733_person489_virus_994.png b/MendeleyCXR/images/Darwin_00000733_person489_virus_994.png new file mode 100644 index 0000000000000000000000000000000000000000..91c303d1d5658b04c5453e67ade190e0eaab7dbc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000733_person489_virus_994.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27e08ea9ff413cf7baa9a50c4023d9217f2a43b28d7fee4a76f58dd9471a2bcb +size 83969 diff --git a/MendeleyCXR/images/Darwin_00000735_person490_virus_996.png b/MendeleyCXR/images/Darwin_00000735_person490_virus_996.png new file mode 100644 index 0000000000000000000000000000000000000000..38df205156dfd866ae6bb4017b34688465813f01 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000735_person490_virus_996.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:846508bb85882a77897121776fc50f2fb175f9c4260a785d72c9210355ad10fb +size 63015 diff --git a/MendeleyCXR/images/Darwin_00000737_person492_virus_998.png b/MendeleyCXR/images/Darwin_00000737_person492_virus_998.png new file mode 100644 index 0000000000000000000000000000000000000000..4f952b963d6b779cd5d911ca4a2ab7afe78c389b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000737_person492_virus_998.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a262c2bdefca1f28ea5e36113ec33132ee1fa30435b6adc2a2d4596f617ff947 +size 72297 diff --git a/MendeleyCXR/images/Darwin_00000738_person493_virus_999.png b/MendeleyCXR/images/Darwin_00000738_person493_virus_999.png new file mode 100644 index 0000000000000000000000000000000000000000..b2bb057b51380b7e756715a4e47a8ec87a4199cd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000738_person493_virus_999.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7af11d8a759eb57e14d6aeb75e7f8058920c8b5b648c41005e572654ff9134e0 +size 72090 diff --git a/MendeleyCXR/images/Darwin_00000739_person494_virus_1000.png b/MendeleyCXR/images/Darwin_00000739_person494_virus_1000.png new file mode 100644 index 0000000000000000000000000000000000000000..f8e8da36dbb1ff08ed3baa0a15e0c98f43260111 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000739_person494_virus_1000.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25ce217b6fafac1182a9ea3cdc5e67d856f1afb013228d49ff8c904782ab2b87 +size 69964 diff --git a/MendeleyCXR/images/Darwin_00000740_person495_virus_1001.png b/MendeleyCXR/images/Darwin_00000740_person495_virus_1001.png new file mode 100644 index 0000000000000000000000000000000000000000..bc045304794dd36cf46172166e06d4d6b0c63439 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000740_person495_virus_1001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30bf81029bb67e83dbd657fc10ce0a939c7417ff0832a0ca19b49c866841cd51 +size 63579 diff --git a/MendeleyCXR/images/Darwin_00000741_person496_virus_1003.png b/MendeleyCXR/images/Darwin_00000741_person496_virus_1003.png new file mode 100644 index 0000000000000000000000000000000000000000..6bf388153c69e45f63455f4f7abda4539d098230 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000741_person496_virus_1003.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fb64e50e1a4edee6881a8f29398c57f7ff2e5cac478c4d43c5cf95496d90369 +size 73546 diff --git a/MendeleyCXR/images/Darwin_00000742_person497_virus_1005.png b/MendeleyCXR/images/Darwin_00000742_person497_virus_1005.png new file mode 100644 index 0000000000000000000000000000000000000000..41168724450f2840b389b119221572999dabbd74 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000742_person497_virus_1005.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22eb7ed7c6e089f52665b70c56c0cf2069423ce15c76262b5c07faed2804cffc +size 72431 diff --git a/MendeleyCXR/images/Darwin_00000743_person498_virus_1007.png b/MendeleyCXR/images/Darwin_00000743_person498_virus_1007.png new file mode 100644 index 0000000000000000000000000000000000000000..6f2356e5084ea49a288f8ef1d8cd5d2853b8e41b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000743_person498_virus_1007.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58409785fdcfc09a24a8d23fa1113ef09cb29563f215cbe509b1f7f7566e884e +size 63702 diff --git a/MendeleyCXR/images/Darwin_00000744_person499_virus_1008.png b/MendeleyCXR/images/Darwin_00000744_person499_virus_1008.png new file mode 100644 index 0000000000000000000000000000000000000000..1a02c084af2d26e93a114f3d3c832a18a46d80ae --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000744_person499_virus_1008.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2112e0ee34b6b6ed8cde132b951fb724c2eaf2af1276318d7ede1ac5fd9ac9a8 +size 67685 diff --git a/MendeleyCXR/images/Darwin_00000745_person500_virus_1009.png b/MendeleyCXR/images/Darwin_00000745_person500_virus_1009.png new file mode 100644 index 0000000000000000000000000000000000000000..e6e37eb4bb4860062b656ec4fc53520f9134d02c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000745_person500_virus_1009.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:128c2374e9c263edde536cd32bd6be14d14ee540279902f03554228d6cdb9604 +size 70821 diff --git a/MendeleyCXR/images/Darwin_00000746_person501_virus_1010.png b/MendeleyCXR/images/Darwin_00000746_person501_virus_1010.png new file mode 100644 index 0000000000000000000000000000000000000000..09f216533014ba0baa3c93fd349b84e79cb2d073 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000746_person501_virus_1010.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bf2397ac7e0f38d71b89ddd3b77ef14b9954327c04d610b34bbc196b025f7f5 +size 68559 diff --git a/MendeleyCXR/images/Darwin_00000749_person503_virus_1013.png b/MendeleyCXR/images/Darwin_00000749_person503_virus_1013.png new file mode 100644 index 0000000000000000000000000000000000000000..7c6ef186f4381df1497cdfc44f9a827745d364a9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000749_person503_virus_1013.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daa005a8631231295585e0c3a556e6f8af67904555786e1418ad7b3a3d2d1f21 +size 71865 diff --git a/MendeleyCXR/images/Darwin_00000750_person505_virus_1017.png b/MendeleyCXR/images/Darwin_00000750_person505_virus_1017.png new file mode 100644 index 0000000000000000000000000000000000000000..9a5b7673841082dcdeea3bd51b33a0a683ecb434 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000750_person505_virus_1017.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bec7419d35b8e306ef0bf9b08cc25430fe4691d12963c32a8c7eb3da7e054546 +size 71108 diff --git a/MendeleyCXR/images/Darwin_00000751_person506_virus_1018.png b/MendeleyCXR/images/Darwin_00000751_person506_virus_1018.png new file mode 100644 index 0000000000000000000000000000000000000000..7711a88d64738016298bc5abca5e59f32286dae7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000751_person506_virus_1018.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:321c49fbc9666fb898a41be7ff2aaae77e7ddb165e5fee2f30223e8c7d1e118a +size 70145 diff --git a/MendeleyCXR/images/Darwin_00000752_person507_virus_1019.png b/MendeleyCXR/images/Darwin_00000752_person507_virus_1019.png new file mode 100644 index 0000000000000000000000000000000000000000..5feb8d1b23f68bda320b485d9d43f4a77c388372 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000752_person507_virus_1019.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf41452fd76e77497fa04dbc782845125de62cd23522fa37223fff51916b422e +size 68281 diff --git a/MendeleyCXR/images/Darwin_00000753_person508_virus_1020.png b/MendeleyCXR/images/Darwin_00000753_person508_virus_1020.png new file mode 100644 index 0000000000000000000000000000000000000000..830487738a58200104f5a061815177f371a0af0f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000753_person508_virus_1020.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cabc08334c7e42a06eb252d0714c601e58fa9fbadde8da3dbe610d1ad31ff7eb +size 71147 diff --git a/MendeleyCXR/images/Darwin_00000754_person508_virus_1021.png b/MendeleyCXR/images/Darwin_00000754_person508_virus_1021.png new file mode 100644 index 0000000000000000000000000000000000000000..2c4979953ab61cb19ffe56fce391ecc373bea128 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000754_person508_virus_1021.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f98b5791decff6b8c72d08df84518a63fe817b5bb5d4b6a13e6bc099afda2083 +size 79611 diff --git a/MendeleyCXR/images/Darwin_00000755_person509_virus_1024.png b/MendeleyCXR/images/Darwin_00000755_person509_virus_1024.png new file mode 100644 index 0000000000000000000000000000000000000000..70845bed42f47a813276cfd1715b7b7e7f4d6855 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000755_person509_virus_1024.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6382fceb6afe0d10443c97c25a49b09db34610e302c4e3ee748fbd1f13a58f09 +size 77807 diff --git a/MendeleyCXR/images/Darwin_00000756_person509_virus_1025.png b/MendeleyCXR/images/Darwin_00000756_person509_virus_1025.png new file mode 100644 index 0000000000000000000000000000000000000000..3bf370a44d3d90b32e10fb4a826349481b3899e3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000756_person509_virus_1025.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28ffb10cd1c9326899c7700ac64ae64ffca1009ca96397f33146057b7be1b6ef +size 74518 diff --git a/MendeleyCXR/images/Darwin_00000757_person510_virus_1026.png b/MendeleyCXR/images/Darwin_00000757_person510_virus_1026.png new file mode 100644 index 0000000000000000000000000000000000000000..0fafb17375d1f03b18a9b6efe04f636a36d39a59 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000757_person510_virus_1026.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53d2b93e645e71a4090b87ddbfa1e8f77b4dffa9924b1b36f6d3b21158d185f1 +size 65312 diff --git a/MendeleyCXR/images/Darwin_00000759_person512_virus_1029.png b/MendeleyCXR/images/Darwin_00000759_person512_virus_1029.png new file mode 100644 index 0000000000000000000000000000000000000000..9e247ada968932e57bb5cec12e87210b5752f073 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000759_person512_virus_1029.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4223a9892327386c2b892265748b6c51e513733e55644bc8558b94f94475d6ce +size 66750 diff --git a/MendeleyCXR/images/Darwin_00000760_person513_virus_1030.png b/MendeleyCXR/images/Darwin_00000760_person513_virus_1030.png new file mode 100644 index 0000000000000000000000000000000000000000..104d5a554bca60cf1d32b030bbfc8c0e92180ab3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000760_person513_virus_1030.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcdada6592516dc68e3bdf993f882d2cfbcbde7f83cd78849dbe0fd9f952e103 +size 77576 diff --git a/MendeleyCXR/images/Darwin_00000762_person515_virus_1032.png b/MendeleyCXR/images/Darwin_00000762_person515_virus_1032.png new file mode 100644 index 0000000000000000000000000000000000000000..f33c932a66eb794c7fab30c33ec17a0f339c0261 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000762_person515_virus_1032.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4988c011627042b1803f62fbc6c0f51256d04966e8c023544b1c9935befbbff9 +size 68538 diff --git a/MendeleyCXR/images/Darwin_00000763_person516_virus_1033.png b/MendeleyCXR/images/Darwin_00000763_person516_virus_1033.png new file mode 100644 index 0000000000000000000000000000000000000000..fcdcb64b17f04394fac3f4ce0543ea65880b23e7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000763_person516_virus_1033.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11249d7938f471d34f72d30eacc99a8b1217217bae29b3a7087f0fa935a8654c +size 72003 diff --git a/MendeleyCXR/images/Darwin_00000764_person517_virus_1034.png b/MendeleyCXR/images/Darwin_00000764_person517_virus_1034.png new file mode 100644 index 0000000000000000000000000000000000000000..51470b3abf97fdb8ab86b8ab2ffc2dafc9252df2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000764_person517_virus_1034.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cccc9ef2a88fd26cfaabb9d02d331f3682ee1e0a09def49f0131ba53c22d1622 +size 69268 diff --git a/MendeleyCXR/images/Darwin_00000765_person517_virus_1035.png b/MendeleyCXR/images/Darwin_00000765_person517_virus_1035.png new file mode 100644 index 0000000000000000000000000000000000000000..595f8412d5266f1eb80809416a6c2a01ec00b519 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000765_person517_virus_1035.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65b84cf674324f1bf921c61da6d0005ebd1195ec3fbcc402c00ed4050f9e62f7 +size 70538 diff --git a/MendeleyCXR/images/Darwin_00000766_person518_virus_1036.png b/MendeleyCXR/images/Darwin_00000766_person518_virus_1036.png new file mode 100644 index 0000000000000000000000000000000000000000..af4f3bc2c4324d413ff4078b8f21767db97b60f5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000766_person518_virus_1036.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e10042043f8e87cd585d72c0fa244018fb01a7aff273871862a4db6c11a7e957 +size 72765 diff --git a/MendeleyCXR/images/Darwin_00000767_person519_virus_1038.png b/MendeleyCXR/images/Darwin_00000767_person519_virus_1038.png new file mode 100644 index 0000000000000000000000000000000000000000..893d2c907c74aa01a06b2f77ad12ce7e3580da6b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000767_person519_virus_1038.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a37f8e7ea379622b1861ece71e420bfc360afd87d2819ae71a80b1c236582cc +size 65956 diff --git a/MendeleyCXR/images/Darwin_00000768_person520_virus_1039.png b/MendeleyCXR/images/Darwin_00000768_person520_virus_1039.png new file mode 100644 index 0000000000000000000000000000000000000000..ec955d5a6f3dc6e71c75d1f1481c4829799019e2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000768_person520_virus_1039.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d2a1b0d6528c60a5d9a5fd47553fcf95c62472b4bcda3eab28a6d72a25ef233 +size 74426 diff --git a/MendeleyCXR/images/Darwin_00000769_person521_virus_1040.png b/MendeleyCXR/images/Darwin_00000769_person521_virus_1040.png new file mode 100644 index 0000000000000000000000000000000000000000..c63629b67808627dbde793427d7e0ca3df1ec27b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000769_person521_virus_1040.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e44908eafc9adbdcdba50818be456d5102ca095d63826ae6e335c97cf27d19c +size 72993 diff --git a/MendeleyCXR/images/Darwin_00000770_person522_virus_1041.png b/MendeleyCXR/images/Darwin_00000770_person522_virus_1041.png new file mode 100644 index 0000000000000000000000000000000000000000..f95f7c31e1475d77e55a415e5bda896e14e18103 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000770_person522_virus_1041.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28ab2722d2c1d6ed9347af6c96f763b91d6f46296d2033e9da4c1bd2327562e1 +size 73367 diff --git a/MendeleyCXR/images/Darwin_00000771_person523_virus_1043.png b/MendeleyCXR/images/Darwin_00000771_person523_virus_1043.png new file mode 100644 index 0000000000000000000000000000000000000000..bf7d8be53aa5b9be0db6b79bb253195ad2dd538b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000771_person523_virus_1043.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c96e7097432edadfff0aff2fc7615d9876d865b02bfe9f91e2b7ed5037cbe5d +size 70654 diff --git a/MendeleyCXR/images/Darwin_00000772_person524_virus_1045.png b/MendeleyCXR/images/Darwin_00000772_person524_virus_1045.png new file mode 100644 index 0000000000000000000000000000000000000000..777c4e7afbb6b43bc10a3fa518b16feb9237cc54 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000772_person524_virus_1045.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03c043876745ec4c0b3003ee33b32fd711fff99f6855edb9b0d65210ea5ae907 +size 72438 diff --git a/MendeleyCXR/images/Darwin_00000773_person394_virus_786.png b/MendeleyCXR/images/Darwin_00000773_person394_virus_786.png new file mode 100644 index 0000000000000000000000000000000000000000..f1d296532521e91e13366d08e9a125b3ad6fd9f7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000773_person394_virus_786.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fb67a8d9b9467e58683b191d05f528fdf201d062b2a9d9eb47ed03cf6cb1dcb +size 67940 diff --git a/MendeleyCXR/images/Darwin_00000774_person395_virus_788.png b/MendeleyCXR/images/Darwin_00000774_person395_virus_788.png new file mode 100644 index 0000000000000000000000000000000000000000..9b71a00853190f5348e20defe331bcb0b87f78aa --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000774_person395_virus_788.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dc79b0ee81947a5c8e7a1bd53e0851f93a8673a1e7351be791e1c24819f1cd6 +size 71069 diff --git a/MendeleyCXR/images/Darwin_00000775_person396_virus_789.png b/MendeleyCXR/images/Darwin_00000775_person396_virus_789.png new file mode 100644 index 0000000000000000000000000000000000000000..657c1fedd410a31ac90ccdd1f25869cd897f219b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000775_person396_virus_789.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1f9cfe70ce8416e320521201c80c9d022936790389d2adbc6d38833f704c376 +size 67714 diff --git a/MendeleyCXR/images/Darwin_00000776_person397_virus_790.png b/MendeleyCXR/images/Darwin_00000776_person397_virus_790.png new file mode 100644 index 0000000000000000000000000000000000000000..b2c2fd9327d0c5aa7ac35ace12bb546f1d7a4142 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000776_person397_virus_790.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82d9d24896762ee7d888451f6fb0165bf27d7c9da1b2c7fd63ba486bad55aa24 +size 73850 diff --git a/MendeleyCXR/images/Darwin_00000777_person399_virus_793.png b/MendeleyCXR/images/Darwin_00000777_person399_virus_793.png new file mode 100644 index 0000000000000000000000000000000000000000..901d7522b53462713b033cbbc402ba4c8c30e220 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000777_person399_virus_793.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28bd6b5f012196e1fdfb8a9ebdc0c8ed5483e15009eebec61c062d9c20f8ec41 +size 65516 diff --git a/MendeleyCXR/images/Darwin_00000778_person400_virus_794.png b/MendeleyCXR/images/Darwin_00000778_person400_virus_794.png new file mode 100644 index 0000000000000000000000000000000000000000..abf070d8357ac90635b4cd63c01db145d734931b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000778_person400_virus_794.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:914d69779bfe5354411274f2ee595edc15265a795c2fb2e7b50ab68e1fa3dc9f +size 62669 diff --git a/MendeleyCXR/images/Darwin_00000779_person401_virus_795.png b/MendeleyCXR/images/Darwin_00000779_person401_virus_795.png new file mode 100644 index 0000000000000000000000000000000000000000..4c81964f95935ea791d56443f8c3ffc8f297bb53 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000779_person401_virus_795.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5ee3635dbda89dfa4f63d37b0553d6eed85fb2fba7f5a2ca9bd894e9cc4579a +size 65705 diff --git a/MendeleyCXR/images/Darwin_00000780_person401_virus_797.png b/MendeleyCXR/images/Darwin_00000780_person401_virus_797.png new file mode 100644 index 0000000000000000000000000000000000000000..2afb742b44145014b13b263b6abba96dd7626089 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000780_person401_virus_797.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6d53094959a7f03019ef68b284e0d3a1208d38b583a60cf2f5eb1eb980cf6a4 +size 74993 diff --git a/MendeleyCXR/images/Darwin_00000782_person402_virus_799.png b/MendeleyCXR/images/Darwin_00000782_person402_virus_799.png new file mode 100644 index 0000000000000000000000000000000000000000..df67eda0766f13ff4fa232b79b89d055cc6ed777 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000782_person402_virus_799.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da6a88e37fac4148b308eb6db7b8959010d35e13adee8b05ec918c4d0b1bb61c +size 75657 diff --git a/MendeleyCXR/images/Darwin_00000783_person402_virus_801.png b/MendeleyCXR/images/Darwin_00000783_person402_virus_801.png new file mode 100644 index 0000000000000000000000000000000000000000..a3006210b6e9c5a8f3b52b2b136779c114e7f8f6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000783_person402_virus_801.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a774af8a971182135265602e95d0c5871cccc7385ac5b4016d46bef7fbb139d +size 71784 diff --git a/MendeleyCXR/images/Darwin_00000785_person405_virus_805.png b/MendeleyCXR/images/Darwin_00000785_person405_virus_805.png new file mode 100644 index 0000000000000000000000000000000000000000..67ea8e6b62b51ccb1506d6717bb4ee3a61eb161d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000785_person405_virus_805.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74859148322988c355f68f01cc8bc6b90033bccb709d622d62c8e8c7c75830e4 +size 64962 diff --git a/MendeleyCXR/images/Darwin_00000789_person408_virus_815.png b/MendeleyCXR/images/Darwin_00000789_person408_virus_815.png new file mode 100644 index 0000000000000000000000000000000000000000..9818bc3089f9ff6d0a4b2aa02ea8862682ab1d53 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000789_person408_virus_815.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f059f0f8e49ca4c1114681ebc7315af521dedee271b487a1a63eed7a41eeed1 +size 76071 diff --git a/MendeleyCXR/images/Darwin_00000790_person409_virus_816.png b/MendeleyCXR/images/Darwin_00000790_person409_virus_816.png new file mode 100644 index 0000000000000000000000000000000000000000..41e27515c1d3952a968ab454409b4064a4802d2a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000790_person409_virus_816.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbbc3dad278eefa82911fc952daaba0c57d5d4530da34ca2e23615f9af8c61d6 +size 71592 diff --git a/MendeleyCXR/images/Darwin_00000791_person409_virus_818.png b/MendeleyCXR/images/Darwin_00000791_person409_virus_818.png new file mode 100644 index 0000000000000000000000000000000000000000..6d5830d5d8d21413ec484459a120e8fe4505c125 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000791_person409_virus_818.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1a6034b321545cb7cc4dd780a59919513dd4d022b0faa60ebcd0b4fef8dd2d4 +size 68929 diff --git a/MendeleyCXR/images/Darwin_00000792_person409_virus_820.png b/MendeleyCXR/images/Darwin_00000792_person409_virus_820.png new file mode 100644 index 0000000000000000000000000000000000000000..e72451719d96f63681fc6d3d44115ea43549ea11 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000792_person409_virus_820.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f0d36bc803efe92bceb45f8ce13ebdc62550be2468016cc529af08f910b9578 +size 74772 diff --git a/MendeleyCXR/images/Darwin_00000793_person410_virus_821.png b/MendeleyCXR/images/Darwin_00000793_person410_virus_821.png new file mode 100644 index 0000000000000000000000000000000000000000..51ef7fb4cabe99fe03fa9c450bb903102d8e0071 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000793_person410_virus_821.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c680fbbd98788aa5526d907e7ae8893a88ea87e10c3cf7d1ab7a75b91ee27d23 +size 73343 diff --git a/MendeleyCXR/images/Darwin_00000794_person413_virus_844.png b/MendeleyCXR/images/Darwin_00000794_person413_virus_844.png new file mode 100644 index 0000000000000000000000000000000000000000..f7b6218b7ab2fceff8afa437dd44d4394f75b89a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000794_person413_virus_844.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bd75d112b0642e084c95235c84d84df06e50d8003487a691a7494e7573e43ed +size 72447 diff --git a/MendeleyCXR/images/Darwin_00000796_person415_virus_847.png b/MendeleyCXR/images/Darwin_00000796_person415_virus_847.png new file mode 100644 index 0000000000000000000000000000000000000000..70bd349c2ec5465d22950777468251f9e5deb389 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000796_person415_virus_847.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f94a210705345a4a59ef63114b5c9fe3b43c8c592461944acc7c96015eda07c +size 70976 diff --git a/MendeleyCXR/images/Darwin_00000797_person416_virus_849.png b/MendeleyCXR/images/Darwin_00000797_person416_virus_849.png new file mode 100644 index 0000000000000000000000000000000000000000..22c03598a33bb1b1a4e84cb9b7401c9756057030 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000797_person416_virus_849.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d37c108e5c95cf4313f3ce38bfdc02975eceab8b46f1f0db62a83e47d94187e4 +size 74071 diff --git a/MendeleyCXR/images/Darwin_00000798_person417_virus_850.png b/MendeleyCXR/images/Darwin_00000798_person417_virus_850.png new file mode 100644 index 0000000000000000000000000000000000000000..da63ffa7b098c91c7d467fc5e96330e91bebdd52 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000798_person417_virus_850.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e425ed3925bb1af4370fcb712a66ce5283ececf2afaa88c2f0af6fd727042114 +size 75965 diff --git a/MendeleyCXR/images/Darwin_00000799_person418_virus_852.png b/MendeleyCXR/images/Darwin_00000799_person418_virus_852.png new file mode 100644 index 0000000000000000000000000000000000000000..6ce19b68db3ddab6746b79f78e9560ee585f7585 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000799_person418_virus_852.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bc3aa486e5b8ab413ecfce66f36ed0139626af8c10da4a001c6899c164531e4 +size 81313 diff --git a/MendeleyCXR/images/Darwin_00000800_person419_virus_855.png b/MendeleyCXR/images/Darwin_00000800_person419_virus_855.png new file mode 100644 index 0000000000000000000000000000000000000000..2691479ddfba3f1909a6a6be3adcf3bd2bce55e9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000800_person419_virus_855.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:260b0d94b2332891c590dd4ddfdb2507e61360b430d548f9a1c4c3c9739d2c78 +size 83645 diff --git a/MendeleyCXR/images/Darwin_00000801_person419_virus_857.png b/MendeleyCXR/images/Darwin_00000801_person419_virus_857.png new file mode 100644 index 0000000000000000000000000000000000000000..20f050a72228f6ab00625e546d77ccce136d482f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000801_person419_virus_857.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ad369694fefcc3cfa43d0bb23c21ac024da52ec273259e731a0f47371a8b41c +size 73870 diff --git a/MendeleyCXR/images/Darwin_00000802_person419_virus_859.png b/MendeleyCXR/images/Darwin_00000802_person419_virus_859.png new file mode 100644 index 0000000000000000000000000000000000000000..078b0702e48dbe975ac4d101dece6dfe7e1972cb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000802_person419_virus_859.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e130e88acbdbed66b566e88040659ae366b5829f3ffb357205c501ca8b7d0d0 +size 65565 diff --git a/MendeleyCXR/images/Darwin_00000803_person419_virus_861.png b/MendeleyCXR/images/Darwin_00000803_person419_virus_861.png new file mode 100644 index 0000000000000000000000000000000000000000..036fcccb7531ba6854ccb2fd6aa1dc60bde59378 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000803_person419_virus_861.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65d27111a0c6771f96d9b2e0ab8969d8a5fdca2a339b45fc0c4a457e59a19f5b +size 76326 diff --git a/MendeleyCXR/images/Darwin_00000807_person423_virus_869.png b/MendeleyCXR/images/Darwin_00000807_person423_virus_869.png new file mode 100644 index 0000000000000000000000000000000000000000..850531a91a9307f1189cac73e5b9f02ed7b88692 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000807_person423_virus_869.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aa22f36bb43d04194ce4e7a92048c6be75f089ab3575df9f479ecf69752b45a +size 73893 diff --git a/MendeleyCXR/images/Darwin_00000808_person425_virus_871.png b/MendeleyCXR/images/Darwin_00000808_person425_virus_871.png new file mode 100644 index 0000000000000000000000000000000000000000..c5386d786f1c81f8387f7e9af0565b5b29cc1bf0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000808_person425_virus_871.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:975ffc33981a5302dbb6cbe4887f2bd7ae29fdfcacb986c4072ef7f92346f8d5 +size 70958 diff --git a/MendeleyCXR/images/Darwin_00000810_person427_virus_875.png b/MendeleyCXR/images/Darwin_00000810_person427_virus_875.png new file mode 100644 index 0000000000000000000000000000000000000000..29db9dce34bcd1bea35e2b3c8782513a3e76f2f0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000810_person427_virus_875.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c504897fd0789c96cd92ff036f499a678e39f8bb922ca9d7254e6ac53edafd7 +size 74974 diff --git a/MendeleyCXR/images/Darwin_00000811_person428_virus_876.png b/MendeleyCXR/images/Darwin_00000811_person428_virus_876.png new file mode 100644 index 0000000000000000000000000000000000000000..c85acb7c4a3287e1713b2b2efc419611a674369e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000811_person428_virus_876.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:086bb01ed2ac656d9a98705f5df9fd9cf9bac1e55a348c32a853e0bc4966ee49 +size 75901 diff --git a/MendeleyCXR/images/Darwin_00000812_person429_virus_877.png b/MendeleyCXR/images/Darwin_00000812_person429_virus_877.png new file mode 100644 index 0000000000000000000000000000000000000000..44518af1aa6f236189dc2dcd7ef5d76dca336255 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000812_person429_virus_877.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ba7bfec2234a2a64ea64085551402edc6408fdbce317917ecf6eae402aca93c +size 63389 diff --git a/MendeleyCXR/images/Darwin_00000813_person430_virus_879.png b/MendeleyCXR/images/Darwin_00000813_person430_virus_879.png new file mode 100644 index 0000000000000000000000000000000000000000..44f198218cefba71ff3d8647324017a199c1a692 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000813_person430_virus_879.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05396e26980a02d23b5b17a74758725225b50cc4809352f28b91aeb06cb10a44 +size 80670 diff --git a/MendeleyCXR/images/Darwin_00000814_person431_virus_880.png b/MendeleyCXR/images/Darwin_00000814_person431_virus_880.png new file mode 100644 index 0000000000000000000000000000000000000000..1067468baee13a78c5fa806c4670771ef4aed067 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000814_person431_virus_880.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4984be70172ff5c60a7e3242a88a59272e43d36a5eba9f2f2e1a86381cbb3bc2 +size 73460 diff --git a/MendeleyCXR/images/Darwin_00000815_person432_virus_881.png b/MendeleyCXR/images/Darwin_00000815_person432_virus_881.png new file mode 100644 index 0000000000000000000000000000000000000000..fd9be2eeff0972f2f8ad3e248734df1d874bc1a2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000815_person432_virus_881.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c05dc9a779bba75baf67afa1e3962679dec35ed3fa76149feb12c757d05a685 +size 75232 diff --git a/MendeleyCXR/images/Darwin_00000816_person433_virus_882.png b/MendeleyCXR/images/Darwin_00000816_person433_virus_882.png new file mode 100644 index 0000000000000000000000000000000000000000..ff681bcfc9b2c6dbea0982156c1fa22e2d295d9b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000816_person433_virus_882.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45f9fb137f4364c3ff695039cfba6b5db60ad8e622fe9db8d39faf951a54040c +size 78683 diff --git a/MendeleyCXR/images/Darwin_00000817_person434_virus_883.png b/MendeleyCXR/images/Darwin_00000817_person434_virus_883.png new file mode 100644 index 0000000000000000000000000000000000000000..c6f78922e4da674702f82ca0d6cc903b9efc30bb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000817_person434_virus_883.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:251a89da71d3bc2a8d783e2e14ce46b3b3c7f05efc480857ea395a6c00c57b07 +size 76878 diff --git a/MendeleyCXR/images/Darwin_00000818_person434_virus_884.png b/MendeleyCXR/images/Darwin_00000818_person434_virus_884.png new file mode 100644 index 0000000000000000000000000000000000000000..75755283ec85b52b47a1fb1075d48558abe1bc07 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000818_person434_virus_884.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:963f1059edcdab86fd103b67174b6eb55c678da47bceb5d8147adb65a2f2f988 +size 76575 diff --git a/MendeleyCXR/images/Darwin_00000819_person435_virus_885.png b/MendeleyCXR/images/Darwin_00000819_person435_virus_885.png new file mode 100644 index 0000000000000000000000000000000000000000..980c4fc553cb501e7513e0d2d0d08d703de50a8e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000819_person435_virus_885.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:664b31c189d91110fc41cfca3f9f0f7594d8b1aa443cbe4bbc790b938ac79b02 +size 74287 diff --git a/MendeleyCXR/images/Darwin_00000820_person436_virus_886.png b/MendeleyCXR/images/Darwin_00000820_person436_virus_886.png new file mode 100644 index 0000000000000000000000000000000000000000..f88e6c2958e1910a8bbfc0bd7d2ac832803643b3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000820_person436_virus_886.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cae2ecf9806387db3054767231dabf3631ffcc23c897d54c0ec64e9c903bfd79 +size 71101 diff --git a/MendeleyCXR/images/Darwin_00000821_person437_virus_888.png b/MendeleyCXR/images/Darwin_00000821_person437_virus_888.png new file mode 100644 index 0000000000000000000000000000000000000000..51480ca9e28737cb7a0851d4f475ab4f88957fa2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000821_person437_virus_888.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f88d6c0b3c9a6606a2e32a56fbf7104d76f9bea41a040195e3df70f2146a60b0 +size 82952 diff --git a/MendeleyCXR/images/Darwin_00000822_person438_virus_889.png b/MendeleyCXR/images/Darwin_00000822_person438_virus_889.png new file mode 100644 index 0000000000000000000000000000000000000000..f489ca77ed44485b43a7aee8761802232314df53 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000822_person438_virus_889.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:356c399e92f637eab9af6434cd9bdbec4f3a8092d7aff4d9c14f0603686e9676 +size 64512 diff --git a/MendeleyCXR/images/Darwin_00000823_person439_virus_890.png b/MendeleyCXR/images/Darwin_00000823_person439_virus_890.png new file mode 100644 index 0000000000000000000000000000000000000000..c9024ead33215fd76ed3441a4d56a61ee55f17f4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000823_person439_virus_890.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0f5f9b0e13ba6e10c2871514183b56ff05cf7c41412629fbbc122999ae889d9 +size 68413 diff --git a/MendeleyCXR/images/Darwin_00000824_person439_virus_891.png b/MendeleyCXR/images/Darwin_00000824_person439_virus_891.png new file mode 100644 index 0000000000000000000000000000000000000000..882b178115c69a507afde73174d975d35ddaf84f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000824_person439_virus_891.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:423f515d93507458e8b989c2334b534dacbd447b2962f0900958017028ffe502 +size 73899 diff --git a/MendeleyCXR/images/Darwin_00000825_person440_virus_893.png b/MendeleyCXR/images/Darwin_00000825_person440_virus_893.png new file mode 100644 index 0000000000000000000000000000000000000000..08f40493aaf8ca62f6b328a746fb45b90e8592f8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000825_person440_virus_893.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d46cb9dc6bf165e80ec1e8d6d52cd72569323f6d9fa215c3a343ea1c81317b1 +size 71438 diff --git a/MendeleyCXR/images/Darwin_00000826_person441_virus_894.png b/MendeleyCXR/images/Darwin_00000826_person441_virus_894.png new file mode 100644 index 0000000000000000000000000000000000000000..1fb22f81bf069e81182d14f2b7be7933dc67ebbc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000826_person441_virus_894.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efe955ddabca0d9f85701ad796eff97ba0322ab251b13e3c3b45e31f8c3c67f0 +size 71600 diff --git a/MendeleyCXR/images/Darwin_00000827_person441_virus_895.png b/MendeleyCXR/images/Darwin_00000827_person441_virus_895.png new file mode 100644 index 0000000000000000000000000000000000000000..14b910b644a562d056a68558d6a48fa9929a5b69 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000827_person441_virus_895.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7ab7b35a3e30d9addf2cb8ad947ce84d77e1c8155552c1a9d2b92eb06d85592 +size 65885 diff --git a/MendeleyCXR/images/Darwin_00000828_person441_virus_896.png b/MendeleyCXR/images/Darwin_00000828_person441_virus_896.png new file mode 100644 index 0000000000000000000000000000000000000000..209fcf409ddf923b89fa0cb83e9da398e5552733 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000828_person441_virus_896.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63dde2ce5cf00c91e623981b52b90cda2fe9b9e9b1c1f7bd229d10d055ffb49a +size 70551 diff --git a/MendeleyCXR/images/Darwin_00000829_person441_virus_897.png b/MendeleyCXR/images/Darwin_00000829_person441_virus_897.png new file mode 100644 index 0000000000000000000000000000000000000000..352fe47ec9d78b4bd5749d9e5dd467c99b5fed4e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000829_person441_virus_897.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e75c89a0c7acb8c90054f4b91f2ce3d31abe605149b9114a83b99c9c50fafd88 +size 80580 diff --git a/MendeleyCXR/images/Darwin_00000830_person442_virus_898.png b/MendeleyCXR/images/Darwin_00000830_person442_virus_898.png new file mode 100644 index 0000000000000000000000000000000000000000..b2ed448c2f7784a25cbe953960020041619341f3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000830_person442_virus_898.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ff51e415d3bfc995ccead32264dc60f1be4010c258e0dec53bbf3d004e43797 +size 68280 diff --git a/MendeleyCXR/images/Darwin_00000831_person442_virus_899.png b/MendeleyCXR/images/Darwin_00000831_person442_virus_899.png new file mode 100644 index 0000000000000000000000000000000000000000..860efebf7d7ecd431ff6674e4b75bd96be7a51fb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000831_person442_virus_899.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2f0f02e2c011402a7e969b56e9bca27d65401ee356060c3e617e34809af167e +size 73978 diff --git a/MendeleyCXR/images/Darwin_00000832_person442_virus_900.png b/MendeleyCXR/images/Darwin_00000832_person442_virus_900.png new file mode 100644 index 0000000000000000000000000000000000000000..157af91a83f3233b09d82abfd1c00ec0fc16b53a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000832_person442_virus_900.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88c3cf67e0e132aca3fe220ebba55485644d12e5cadb0bae591f69df5f5b4819 +size 71527 diff --git a/MendeleyCXR/images/Darwin_00000833_person442_virus_901.png b/MendeleyCXR/images/Darwin_00000833_person442_virus_901.png new file mode 100644 index 0000000000000000000000000000000000000000..a8d58d8e49ea8ff32cd635933cf56da26b6da72b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000833_person442_virus_901.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28073136a77157497766a03e05e10bfc1dae074eb4f4964fd7cea5d49630b994 +size 65112 diff --git a/MendeleyCXR/images/Darwin_00000834_person442_virus_902.png b/MendeleyCXR/images/Darwin_00000834_person442_virus_902.png new file mode 100644 index 0000000000000000000000000000000000000000..e44b13e9d05ca926d680eca7eae7d6ae696bf174 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000834_person442_virus_902.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:410871e8e4c0667c5bb965b5af649669d9a030de38b110986a329ef0c3323adb +size 67460 diff --git a/MendeleyCXR/images/Darwin_00000835_person442_virus_903.png b/MendeleyCXR/images/Darwin_00000835_person442_virus_903.png new file mode 100644 index 0000000000000000000000000000000000000000..387097f9ad9c70a6d2e2f33c7c824df8cdb1bba9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000835_person442_virus_903.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bc3cf1231a70ad56e1cf40647193fc1f332e3ec6e0735c32db998791fa227f6 +size 65027 diff --git a/MendeleyCXR/images/Darwin_00000836_person442_virus_904.png b/MendeleyCXR/images/Darwin_00000836_person442_virus_904.png new file mode 100644 index 0000000000000000000000000000000000000000..19d29a4eb5ccb48aec368df7e39186e5d686011b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000836_person442_virus_904.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d60bc6ede51bd69f11ca38ce63474ee679ef99458d8b666cdfb5357b5d7829d +size 65220 diff --git a/MendeleyCXR/images/Darwin_00000837_person442_virus_905.png b/MendeleyCXR/images/Darwin_00000837_person442_virus_905.png new file mode 100644 index 0000000000000000000000000000000000000000..7421c6238959f85bcfc4908fa5c4edcf1f258f40 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000837_person442_virus_905.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfbb9a8aa3430f6eb620d838acbe310adc067f0ab59a56e2db5f34063e097b36 +size 70696 diff --git a/MendeleyCXR/images/Darwin_00000838_person442_virus_906.png b/MendeleyCXR/images/Darwin_00000838_person442_virus_906.png new file mode 100644 index 0000000000000000000000000000000000000000..ca527d35e5d731b19acb6d4491fb10d06a1e589b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000838_person442_virus_906.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bebe4ea2efaaf628a14c1621fd37e360a8b3f7e3813a61aa5271ab7fc035a5c8 +size 66352 diff --git a/MendeleyCXR/images/Darwin_00000839_person443_virus_908.png b/MendeleyCXR/images/Darwin_00000839_person443_virus_908.png new file mode 100644 index 0000000000000000000000000000000000000000..255b07c4275266f077d850612a2b3d7bcef12d82 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000839_person443_virus_908.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ad03504fb6b78bcd01d4516f4de08b98b5da669743444c50f14007ad96a1ddb +size 73045 diff --git a/MendeleyCXR/images/Darwin_00000840_person444_virus_911.png b/MendeleyCXR/images/Darwin_00000840_person444_virus_911.png new file mode 100644 index 0000000000000000000000000000000000000000..92f06cc0c8ca3e066a02b333aa5c78c212139450 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000840_person444_virus_911.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46b032eb3f3e791ac7330bb1192a1f21c18163c7fe6bb41ea22c7138d01c55f4 +size 74609 diff --git a/MendeleyCXR/images/Darwin_00000841_person445_virus_912.png b/MendeleyCXR/images/Darwin_00000841_person445_virus_912.png new file mode 100644 index 0000000000000000000000000000000000000000..bf255ff474c16371bf2c284242704b5de8fd1169 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000841_person445_virus_912.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1cb39f22dcf7d7e433f421b7c9f337af56da01126e9f0e7a497fd64fb03922e +size 82982 diff --git a/MendeleyCXR/images/Darwin_00000842_person445_virus_913.png b/MendeleyCXR/images/Darwin_00000842_person445_virus_913.png new file mode 100644 index 0000000000000000000000000000000000000000..2a86a42353cfc407e90ebd36ace4fbc737d8cce3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000842_person445_virus_913.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:623aded0e7fd7d9bca86a5a69fedad5f69cdbbe8443c46b7fc082aedfa2de2b9 +size 72802 diff --git a/MendeleyCXR/images/Darwin_00000843_person445_virus_914.png b/MendeleyCXR/images/Darwin_00000843_person445_virus_914.png new file mode 100644 index 0000000000000000000000000000000000000000..4934958c6953c0587e53220c8b8f03970d103a5b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000843_person445_virus_914.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:946f1846fc04d053b602b4150cf50771a3a8fb4dc17fcc5eedb71b31683360c4 +size 66917 diff --git a/MendeleyCXR/images/Darwin_00000844_person445_virus_915.png b/MendeleyCXR/images/Darwin_00000844_person445_virus_915.png new file mode 100644 index 0000000000000000000000000000000000000000..2833b719b9e0c6af70ee42fe1bdf5c81518670a2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000844_person445_virus_915.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f2e297d584819270ca20b111f56fb97b791e4266762f7b803737d2f564ae088 +size 70522 diff --git a/MendeleyCXR/images/Darwin_00000845_person445_virus_916.png b/MendeleyCXR/images/Darwin_00000845_person445_virus_916.png new file mode 100644 index 0000000000000000000000000000000000000000..5f09ffd8c0e2dddae24cf1ecd949e8c19ad4b56f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000845_person445_virus_916.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9c88351c80875d369ab4b1151d3a96bcd11f1c652e0036bdd325905dfb56389 +size 73584 diff --git a/MendeleyCXR/images/Darwin_00000846_person445_virus_917.png b/MendeleyCXR/images/Darwin_00000846_person445_virus_917.png new file mode 100644 index 0000000000000000000000000000000000000000..347cbc817ed4073ac0ab627dcec4da2662fcc5b5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000846_person445_virus_917.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd71ca4d1e4656ddacd7130ee42cd8dac8b968a0b15c2e2df323668dca4508ca +size 68872 diff --git a/MendeleyCXR/images/Darwin_00000847_person445_virus_918.png b/MendeleyCXR/images/Darwin_00000847_person445_virus_918.png new file mode 100644 index 0000000000000000000000000000000000000000..0609de685a1bec81b5738c5ccf90bcd3c855aa3a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000847_person445_virus_918.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13b2719b16e8032bf3c64cb752332c932fe7a0290da4a86a35cdd07fc94c1019 +size 72766 diff --git a/MendeleyCXR/images/Darwin_00000848_person445_virus_919.png b/MendeleyCXR/images/Darwin_00000848_person445_virus_919.png new file mode 100644 index 0000000000000000000000000000000000000000..e99bf1bc7ccf5e11dc9ae03792c9a23d0688f851 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000848_person445_virus_919.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62d8412dce9d6ec716d457479b67c9dbf50ee9ea5fb7cc160b2ddf82518ae891 +size 68681 diff --git a/MendeleyCXR/images/Darwin_00000849_person446_virus_920.png b/MendeleyCXR/images/Darwin_00000849_person446_virus_920.png new file mode 100644 index 0000000000000000000000000000000000000000..93b30a1ef1c35204fba68debbbd69e89df57db54 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000849_person446_virus_920.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e7cb21c7768ff2000cae40971f50c97eb0298e9e8f913a13ad8edec259de5f6 +size 74308 diff --git a/MendeleyCXR/images/Darwin_00000850_person447_virus_921_1.png b/MendeleyCXR/images/Darwin_00000850_person447_virus_921_1.png new file mode 100644 index 0000000000000000000000000000000000000000..6aa6c3e570036311f04367668f0c55759b5a16b8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000850_person447_virus_921_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16c948a50560376b2a504c7cf7a8e37c9527c880817e6b59ae7c492568eb3455 +size 70675 diff --git a/MendeleyCXR/images/Darwin_00000851_person447_virus_921.png b/MendeleyCXR/images/Darwin_00000851_person447_virus_921.png new file mode 100644 index 0000000000000000000000000000000000000000..b656e951af54756cc8471279768915a5442ce147 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000851_person447_virus_921.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae9d6b145d9930827dfd12c20439d7cce011058b0b8cc1c9e85844d5b3234d1a +size 68752 diff --git a/MendeleyCXR/images/Darwin_00000852_person448_virus_922.png b/MendeleyCXR/images/Darwin_00000852_person448_virus_922.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b308b00ad10ae97913d2684711399fa8809cb4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000852_person448_virus_922.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b265aac0cde4c512089562db8c9d0484d8d9f7c156334c99c828be26b5ca428 +size 75642 diff --git a/MendeleyCXR/images/Darwin_00000853_person450_virus_931.png b/MendeleyCXR/images/Darwin_00000853_person450_virus_931.png new file mode 100644 index 0000000000000000000000000000000000000000..88a1b97620f312cfa16dfdd4712eab20f9cef613 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000853_person450_virus_931.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90faa3f7d6e34bc958fb01e1b43478e5406a48ca9133fe2fe4b378ad405c9243 +size 78698 diff --git a/MendeleyCXR/images/Darwin_00000854_person451_virus_932.png b/MendeleyCXR/images/Darwin_00000854_person451_virus_932.png new file mode 100644 index 0000000000000000000000000000000000000000..b88fe7b065a99ff0b024de165057a48c8c16f1b2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000854_person451_virus_932.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec00ad4b910bf253e57ab4f999f3001a914bbe364324f170ae163bf1ad24f226 +size 73288 diff --git a/MendeleyCXR/images/Darwin_00000855_person453_virus_935.png b/MendeleyCXR/images/Darwin_00000855_person453_virus_935.png new file mode 100644 index 0000000000000000000000000000000000000000..7b03d8e315b88f56a7ea3f7655b266709d78de31 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000855_person453_virus_935.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbee2f317391a48e528194ffb77d61249b2886c70559c3ee0938e28ac55e3a48 +size 59654 diff --git a/MendeleyCXR/images/Darwin_00000856_person453_virus_936.png b/MendeleyCXR/images/Darwin_00000856_person453_virus_936.png new file mode 100644 index 0000000000000000000000000000000000000000..8f930f59fed89f54fda2bbcc77bd81331558b582 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000856_person453_virus_936.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f8c0b76a2a6e5e371a5ee89c77dd336eec811a0fd5d4402ececd4a705943191 +size 71909 diff --git a/MendeleyCXR/images/Darwin_00000857_person454_virus_938.png b/MendeleyCXR/images/Darwin_00000857_person454_virus_938.png new file mode 100644 index 0000000000000000000000000000000000000000..5c6f8d95c3aad8f1ebcbd48f5b85a2f328f76aab --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000857_person454_virus_938.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb3bd1f3dd1742bdc3c2e097ecc31ab68814246e229e0c41c21fe34af85c0b2a +size 83541 diff --git a/MendeleyCXR/images/Darwin_00000858_person456_virus_943.png b/MendeleyCXR/images/Darwin_00000858_person456_virus_943.png new file mode 100644 index 0000000000000000000000000000000000000000..0d3acd05b6aa261450b19c1955e263fc75921f15 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000858_person456_virus_943.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c78893203277b0ae1885e8c1ad130dcf6ab9ac96a828798338618ef562aa1d4 +size 70053 diff --git a/MendeleyCXR/images/Darwin_00000859_person457_virus_944.png b/MendeleyCXR/images/Darwin_00000859_person457_virus_944.png new file mode 100644 index 0000000000000000000000000000000000000000..ec4c6a996bbda0eef1eb008da9c05361c30c528f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000859_person457_virus_944.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26e96f4e2d2c7768acd498367dae00e3d92593a9f0c537ecd622bcc63f83a4b2 +size 85705 diff --git a/MendeleyCXR/images/Darwin_00000860_person458_virus_945.png b/MendeleyCXR/images/Darwin_00000860_person458_virus_945.png new file mode 100644 index 0000000000000000000000000000000000000000..e955528165d4c6ca7aeb6b21cbbaf62e6c552ee9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000860_person458_virus_945.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f338759fc9f929eddc98b0091c41af925be5e52345e940b8f748e2c8543abc2c +size 82573 diff --git a/MendeleyCXR/images/Darwin_00000861_person327_virus_679.png b/MendeleyCXR/images/Darwin_00000861_person327_virus_679.png new file mode 100644 index 0000000000000000000000000000000000000000..7b57928886dd7af479e9c2299550f9e73d25f36f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000861_person327_virus_679.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb7572273cdc3a07536b06e611d6f68e4d529aebb836fa96f8857e4c586861a6 +size 65897 diff --git a/MendeleyCXR/images/Darwin_00000862_person328_virus_681.png b/MendeleyCXR/images/Darwin_00000862_person328_virus_681.png new file mode 100644 index 0000000000000000000000000000000000000000..4f9797c9e4f5b15aa683ea5d75ad9c86ecd0337e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000862_person328_virus_681.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a1bc44b0b82411934369109b86d51483a65d3a623b41b9e2a18e396a3e9e158 +size 73116 diff --git a/MendeleyCXR/images/Darwin_00000864_person330_virus_683.png b/MendeleyCXR/images/Darwin_00000864_person330_virus_683.png new file mode 100644 index 0000000000000000000000000000000000000000..a394f1501bd1acf0c9152a0ec9ed45fe8fd581dc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000864_person330_virus_683.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b99586c44f4247f694f821d902177848e145293bd402a362b12332271bad9121 +size 75705 diff --git a/MendeleyCXR/images/Darwin_00000865_person331_virus_684.png b/MendeleyCXR/images/Darwin_00000865_person331_virus_684.png new file mode 100644 index 0000000000000000000000000000000000000000..d7189028e7d6b514bb615d41c7b7e14e039b8df2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000865_person331_virus_684.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acda6313744a11a2e201641e8dd45ddc6dbb6c4156ec81359ef783b3ccf0830a +size 72635 diff --git a/MendeleyCXR/images/Darwin_00000867_person333_virus_688.png b/MendeleyCXR/images/Darwin_00000867_person333_virus_688.png new file mode 100644 index 0000000000000000000000000000000000000000..08e96fd958797d12036bc59b573e5eb90a4f3832 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000867_person333_virus_688.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dc69022282fd95633c3edd3b0144f45a48beceddcf48d7306a9a3c2ebcd701e +size 64641 diff --git a/MendeleyCXR/images/Darwin_00000869_person335_virus_690.png b/MendeleyCXR/images/Darwin_00000869_person335_virus_690.png new file mode 100644 index 0000000000000000000000000000000000000000..bfcf5e591009518f887cf188b538e52f94137ad7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000869_person335_virus_690.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:799103e49563b7db9668f4567460b972e1d710e691e0cb940a67f0abc9f491ee +size 72282 diff --git a/MendeleyCXR/images/Darwin_00000871_person339_virus_695.png b/MendeleyCXR/images/Darwin_00000871_person339_virus_695.png new file mode 100644 index 0000000000000000000000000000000000000000..44ca5c19744461c232545c98c633625142a17968 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000871_person339_virus_695.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6f6c1132f14a4375d0fc8207175798a5e8c6afa5d5309fdcb253f145328a143 +size 72773 diff --git a/MendeleyCXR/images/Darwin_00000872_person340_virus_698.png b/MendeleyCXR/images/Darwin_00000872_person340_virus_698.png new file mode 100644 index 0000000000000000000000000000000000000000..576d03dd2196d2a4c7090f0d0aca66805d77f90a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000872_person340_virus_698.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3255cbefbca31ba0bb4b0cbf7682d479a53e886d2b1590321e48a569eb7e4851 +size 72617 diff --git a/MendeleyCXR/images/Darwin_00000873_person341_virus_699.png b/MendeleyCXR/images/Darwin_00000873_person341_virus_699.png new file mode 100644 index 0000000000000000000000000000000000000000..01fd6d36a83524c70e5644d499404801ef359f51 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000873_person341_virus_699.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a15021e6542a9b79c080d34b5d4978be3d896b0496aad26370acc3354f8928f +size 71321 diff --git a/MendeleyCXR/images/Darwin_00000877_person344_virus_705.png b/MendeleyCXR/images/Darwin_00000877_person344_virus_705.png new file mode 100644 index 0000000000000000000000000000000000000000..142d76f5f8a137a1bd6cf26d18de6f4c1312296e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000877_person344_virus_705.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b963eccc8eb0da050b1fd2a0c2e5b145c943f7a2e3aff53a46b88e8d885f6b54 +size 67014 diff --git a/MendeleyCXR/images/Darwin_00000878_person346_virus_708.png b/MendeleyCXR/images/Darwin_00000878_person346_virus_708.png new file mode 100644 index 0000000000000000000000000000000000000000..5a9520945680ac87f7b5f9928f41c8c80abd191c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000878_person346_virus_708.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f6ed1e10e2f0733f421a20c090abef4a0eff1e01ce9343fbfead4cea540e857 +size 67260 diff --git a/MendeleyCXR/images/Darwin_00000879_person346_virus_709.png b/MendeleyCXR/images/Darwin_00000879_person346_virus_709.png new file mode 100644 index 0000000000000000000000000000000000000000..f81e041ff4618470bfb10f434a0be9c50ccf2143 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000879_person346_virus_709.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fd250b553f43b35bf7e1860017fd7cd160d92f7f949b4c59bd6aeb175f3ab55 +size 67573 diff --git a/MendeleyCXR/images/Darwin_00000880_person348_virus_711.png b/MendeleyCXR/images/Darwin_00000880_person348_virus_711.png new file mode 100644 index 0000000000000000000000000000000000000000..047a39e68bccd5c090365a09327e9d49a9b944a6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000880_person348_virus_711.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89a6164b07f03ebbf33c19d4ae8a5b8d907a4757cab331b1cc1b55c11b08a81a +size 69161 diff --git a/MendeleyCXR/images/Darwin_00000881_person348_virus_714.png b/MendeleyCXR/images/Darwin_00000881_person348_virus_714.png new file mode 100644 index 0000000000000000000000000000000000000000..56eebb846d5c2142bd7e0abd9ddb58c79a6d6f2d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000881_person348_virus_714.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8252390cb383bbdb6d21f9bf8f6409e1ac00fc6031b2645dc74d14886b542407 +size 66929 diff --git a/MendeleyCXR/images/Darwin_00000882_person348_virus_715.png b/MendeleyCXR/images/Darwin_00000882_person348_virus_715.png new file mode 100644 index 0000000000000000000000000000000000000000..13e14ffe77ff350fb145fbbd246d1f0254deb7ca --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000882_person348_virus_715.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afabfb0330ff281f8a06d7a708bacac556d14fd903e4670eb5c40a96e207bd4a +size 71766 diff --git a/MendeleyCXR/images/Darwin_00000883_person348_virus_716.png b/MendeleyCXR/images/Darwin_00000883_person348_virus_716.png new file mode 100644 index 0000000000000000000000000000000000000000..14e0af9b3f463ddd6c3c1d32a251e963f3f470e9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000883_person348_virus_716.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c38211f68762b4b3ff90deb3b1bdef9237951d4e10dc041ffaedc61e889b319 +size 75304 diff --git a/MendeleyCXR/images/Darwin_00000884_person348_virus_717.png b/MendeleyCXR/images/Darwin_00000884_person348_virus_717.png new file mode 100644 index 0000000000000000000000000000000000000000..7fb70eb2c99780d28f5e8e2ffc07899f19ef9380 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000884_person348_virus_717.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8573510ba1b85e38c1609754c948b0d5059afc0ce6fa982cd3280d665e5fc0db +size 73927 diff --git a/MendeleyCXR/images/Darwin_00000885_person348_virus_719.png b/MendeleyCXR/images/Darwin_00000885_person348_virus_719.png new file mode 100644 index 0000000000000000000000000000000000000000..862680bb7a06008d23cf118032b99453fea916d3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000885_person348_virus_719.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e72d667e4d6c827784921dc41c6c9ecdf655789fd5e8efa35ba760bf9fcf95bd +size 74673 diff --git a/MendeleyCXR/images/Darwin_00000886_person348_virus_720.png b/MendeleyCXR/images/Darwin_00000886_person348_virus_720.png new file mode 100644 index 0000000000000000000000000000000000000000..9cf2c48451d4cb4ff05f7bc16f799b5672882ad3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000886_person348_virus_720.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02baa7cc517a5f692a4ca26d374f796c9c9cf929af542b42b531887a58b6390e +size 73279 diff --git a/MendeleyCXR/images/Darwin_00000887_person348_virus_721.png b/MendeleyCXR/images/Darwin_00000887_person348_virus_721.png new file mode 100644 index 0000000000000000000000000000000000000000..e2980593a38ed9b46f9ec487fbc41d0adff68a35 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000887_person348_virus_721.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7a2a534e0b9f90a9f3b72ef9c0a34847d9c417b60e6cebcbb3cbee7c844bfcf +size 71969 diff --git a/MendeleyCXR/images/Darwin_00000888_person348_virus_723.png b/MendeleyCXR/images/Darwin_00000888_person348_virus_723.png new file mode 100644 index 0000000000000000000000000000000000000000..54a8ef3c4d4c90181b9341b48a0b5712fa462f48 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000888_person348_virus_723.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a45071aa59f9aada262e6644b22d4f21e68eb66543c553caa019beef9cf4e3ca +size 66242 diff --git a/MendeleyCXR/images/Darwin_00000889_person349_virus_724.png b/MendeleyCXR/images/Darwin_00000889_person349_virus_724.png new file mode 100644 index 0000000000000000000000000000000000000000..b08316bc51205567c3fee1f60b352f9728a6c80b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000889_person349_virus_724.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:496fd157d9463007720ed6e406f8dc2172756f3af5282ca529dfaff6cc03bc88 +size 69275 diff --git a/MendeleyCXR/images/Darwin_00000890_person350_virus_725.png b/MendeleyCXR/images/Darwin_00000890_person350_virus_725.png new file mode 100644 index 0000000000000000000000000000000000000000..91a81d01515eddceea77a47fd4ce19c6e905f8fe --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000890_person350_virus_725.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55fa93075cb4214ac55ad8023499d2ecc408665e705d973a13f0812653f934df +size 72022 diff --git a/MendeleyCXR/images/Darwin_00000891_person351_virus_726.png b/MendeleyCXR/images/Darwin_00000891_person351_virus_726.png new file mode 100644 index 0000000000000000000000000000000000000000..a6da79e7a7768ac41319f7862b80d93c36970230 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000891_person351_virus_726.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c92971b545d4f54adb1a93c363255c090e5dfca47ddaf19860bb8c74ad835882 +size 63841 diff --git a/MendeleyCXR/images/Darwin_00000892_person353_virus_728.png b/MendeleyCXR/images/Darwin_00000892_person353_virus_728.png new file mode 100644 index 0000000000000000000000000000000000000000..3ae9233c8f4e9de2034e56af2ff54ee1c82af87a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000892_person353_virus_728.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6e13d19a315f8597f4dee452792990b9a649426ec0e07aa0ddd1d69719b435e +size 70769 diff --git a/MendeleyCXR/images/Darwin_00000893_person354_virus_729.png b/MendeleyCXR/images/Darwin_00000893_person354_virus_729.png new file mode 100644 index 0000000000000000000000000000000000000000..0fa3a8d904c98c48c8ab7f6c4fca18b96a8455b2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000893_person354_virus_729.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2826614896aa3d13e8e8d4dd0f59d92b8151000ac7c304b829c5279ef32d2b62 +size 75613 diff --git a/MendeleyCXR/images/Darwin_00000896_person356_virus_733.png b/MendeleyCXR/images/Darwin_00000896_person356_virus_733.png new file mode 100644 index 0000000000000000000000000000000000000000..8d9ac9a0484db30d843c0882335197630e9b7177 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000896_person356_virus_733.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d01e9753cf15ec7e667076cea47a4538d6a1d8a0a14c6fe383eb20fce6c39aa +size 73727 diff --git a/MendeleyCXR/images/Darwin_00000897_person357_virus_734.png b/MendeleyCXR/images/Darwin_00000897_person357_virus_734.png new file mode 100644 index 0000000000000000000000000000000000000000..b84d98fd5830ac39ddc7cbfd5d45624ce7b5699a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000897_person357_virus_734.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93f070467c77e6b60cb9233322a01ed3f59e1b6442b8e0605d19289ffd1a2e6f +size 67526 diff --git a/MendeleyCXR/images/Darwin_00000899_person357_virus_736.png b/MendeleyCXR/images/Darwin_00000899_person357_virus_736.png new file mode 100644 index 0000000000000000000000000000000000000000..e33cdbcd112d223cf375e897ec97ab7ba42a4271 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000899_person357_virus_736.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bd8de27416cab62a53c5b46fbb0f4f065aaf05ce6be9a17cfb9ef325221fece +size 68411 diff --git a/MendeleyCXR/images/Darwin_00000900_person358_virus_737.png b/MendeleyCXR/images/Darwin_00000900_person358_virus_737.png new file mode 100644 index 0000000000000000000000000000000000000000..8dab12d4dc2044470ab81ade4a9dc4659edefeb3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000900_person358_virus_737.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4bc15157f2fc4b34ddfc87b9194b6212c7818552740237f2f77e9c963bdd609 +size 67270 diff --git a/MendeleyCXR/images/Darwin_00000901_person359_virus_738.png b/MendeleyCXR/images/Darwin_00000901_person359_virus_738.png new file mode 100644 index 0000000000000000000000000000000000000000..28c552c66000272976ae9e72f6afbf43060e765b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000901_person359_virus_738.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75448bb87c28ec7169aca5ea16e2c8df7f38705ccd847f6926f67bc781088bee +size 70559 diff --git a/MendeleyCXR/images/Darwin_00000902_person360_virus_739.png b/MendeleyCXR/images/Darwin_00000902_person360_virus_739.png new file mode 100644 index 0000000000000000000000000000000000000000..bc539ecca6f13e14a4ede7039e991ed9cde71394 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000902_person360_virus_739.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8738c3f9dd906b2248b48986f406acb24072ebda56e4709613d1d2663a66367 +size 66844 diff --git a/MendeleyCXR/images/Darwin_00000903_person361_virus_740.png b/MendeleyCXR/images/Darwin_00000903_person361_virus_740.png new file mode 100644 index 0000000000000000000000000000000000000000..d64ac27e2b5ce1f8eba691784505b00eb26488ee --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000903_person361_virus_740.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf650e80e9902a544572845a5fb91159c459444d55e6d4a3b00b37a855db809c +size 66222 diff --git a/MendeleyCXR/images/Darwin_00000904_person362_virus_741.png b/MendeleyCXR/images/Darwin_00000904_person362_virus_741.png new file mode 100644 index 0000000000000000000000000000000000000000..e48fd87c399690a52bd1f763cd6e3e06097f7c9b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000904_person362_virus_741.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a1d2db96d83ca6bd0616a69e98abf485d49956f24599af7879fb1db751cd2a0 +size 70793 diff --git a/MendeleyCXR/images/Darwin_00000905_person363_virus_742.png b/MendeleyCXR/images/Darwin_00000905_person363_virus_742.png new file mode 100644 index 0000000000000000000000000000000000000000..db9fd812b8af189068a49b07cad36eb8ecf2c776 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000905_person363_virus_742.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5592b354331a1edaa239ba28024822fcd8d3592354a3b4736cbfa64946e7a77 +size 67489 diff --git a/MendeleyCXR/images/Darwin_00000906_person364_virus_743.png b/MendeleyCXR/images/Darwin_00000906_person364_virus_743.png new file mode 100644 index 0000000000000000000000000000000000000000..b95a0d8a6c1c0c3572fe1cabf010140739e81270 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000906_person364_virus_743.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2908f5da1ce8a24f149f19558975f91220a8d0f803822e482f1c0bfc30eef0b +size 75416 diff --git a/MendeleyCXR/images/Darwin_00000908_person366_virus_746.png b/MendeleyCXR/images/Darwin_00000908_person366_virus_746.png new file mode 100644 index 0000000000000000000000000000000000000000..b482139b8f56808f33e7f066639c6924beb45591 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000908_person366_virus_746.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:779cd0de5e85eb0f35b0b40c23dca64a513907a29af2e554636fd857176477ed +size 64756 diff --git a/MendeleyCXR/images/Darwin_00000909_person367_virus_747.png b/MendeleyCXR/images/Darwin_00000909_person367_virus_747.png new file mode 100644 index 0000000000000000000000000000000000000000..2e84b1d690697e632ca2bce311751a1dd98ab41e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000909_person367_virus_747.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58f72785b2b7a593dc92329ec78514308bfbff342fc9f4871777ee99587fa0ba +size 74512 diff --git a/MendeleyCXR/images/Darwin_00000910_person368_virus_748.png b/MendeleyCXR/images/Darwin_00000910_person368_virus_748.png new file mode 100644 index 0000000000000000000000000000000000000000..782e8ada099dcb789925774037b81bb15d828916 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000910_person368_virus_748.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35fda4a06c69434a2bb19c19ebaca41552d93997df9da46af4a47da2cdfbcbda +size 73800 diff --git a/MendeleyCXR/images/Darwin_00000911_person369_virus_750.png b/MendeleyCXR/images/Darwin_00000911_person369_virus_750.png new file mode 100644 index 0000000000000000000000000000000000000000..bef439d321fbbddca2a78ddc3c56c8a96db1ab19 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000911_person369_virus_750.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7263748fc50cd8884117fc2d1a4406608c22f308e10a8a31254dd616fb8ad2c5 +size 65416 diff --git a/MendeleyCXR/images/Darwin_00000912_person370_virus_752.png b/MendeleyCXR/images/Darwin_00000912_person370_virus_752.png new file mode 100644 index 0000000000000000000000000000000000000000..52a9da85eec7b447906a025846c055d053022e38 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000912_person370_virus_752.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85a3abe37479815e97294a7b66c1ee9c00737f3df2bd3f3608564dcbb87d556b +size 69639 diff --git a/MendeleyCXR/images/Darwin_00000913_person370_virus_753.png b/MendeleyCXR/images/Darwin_00000913_person370_virus_753.png new file mode 100644 index 0000000000000000000000000000000000000000..aa3fa92bbc015a4f916c8207d4082464c5a7573a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000913_person370_virus_753.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43835da2558d86e3a4925260d15405a14923eb77896ede215c4dfb4d374995ba +size 69553 diff --git a/MendeleyCXR/images/Darwin_00000914_person371_virus_754.png b/MendeleyCXR/images/Darwin_00000914_person371_virus_754.png new file mode 100644 index 0000000000000000000000000000000000000000..13ff087f9230e5f4cbfeb8005622e561dbae920d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000914_person371_virus_754.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3451776d4fc109f2b6440db451fd95f72120d24b7eaaae99453b47cc227062d1 +size 65557 diff --git a/MendeleyCXR/images/Darwin_00000915_person372_virus_755.png b/MendeleyCXR/images/Darwin_00000915_person372_virus_755.png new file mode 100644 index 0000000000000000000000000000000000000000..59364f3233861077267858bb9192dad2bb455e93 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000915_person372_virus_755.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf907fd78eb002cfb514c764301b03d63ca1db7dcafdf7ebf751f11e71e61708 +size 73278 diff --git a/MendeleyCXR/images/Darwin_00000916_person373_virus_756.png b/MendeleyCXR/images/Darwin_00000916_person373_virus_756.png new file mode 100644 index 0000000000000000000000000000000000000000..00f981ecb38920762952d801b495412343f6ec30 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000916_person373_virus_756.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a59a546ffe876204d1d9f3125bdd0083c697cc21379dceea48ab30e12163be1 +size 72168 diff --git a/MendeleyCXR/images/Darwin_00000917_person374_virus_757.png b/MendeleyCXR/images/Darwin_00000917_person374_virus_757.png new file mode 100644 index 0000000000000000000000000000000000000000..fb60eeecb312c6dc1332fe616cc4d78487bbd98d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000917_person374_virus_757.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:319da7826dc03dda559cc3f77f6c673d56e69eacdcac5ac4b8393196cbcf9643 +size 77021 diff --git a/MendeleyCXR/images/Darwin_00000918_person375_virus_758.png b/MendeleyCXR/images/Darwin_00000918_person375_virus_758.png new file mode 100644 index 0000000000000000000000000000000000000000..74d603c2cbad95e62d67fde6561920c068c5bbe7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000918_person375_virus_758.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6075f83838cb733fa31ed595cfd85557d1d260e8ef9fc3f754ebf19a0f6dac64 +size 64261 diff --git a/MendeleyCXR/images/Darwin_00000919_person376_virus_759.png b/MendeleyCXR/images/Darwin_00000919_person376_virus_759.png new file mode 100644 index 0000000000000000000000000000000000000000..bd51c8b94ba4f0775b8846fe650f6d6814e833de --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000919_person376_virus_759.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0c0ca94c9410847f8b51ddce9fa1ac6008adf28e2cb31af043bec3346125f3a +size 65716 diff --git a/MendeleyCXR/images/Darwin_00000920_person377_virus_760.png b/MendeleyCXR/images/Darwin_00000920_person377_virus_760.png new file mode 100644 index 0000000000000000000000000000000000000000..c6e91ea733c0bfdb8e77767079793f83cae40c73 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000920_person377_virus_760.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c94a4c48ad5444709d4162ae5eb252149ded88b5647d489540f2e470bd594a2b +size 71415 diff --git a/MendeleyCXR/images/Darwin_00000921_person378_virus_761.png b/MendeleyCXR/images/Darwin_00000921_person378_virus_761.png new file mode 100644 index 0000000000000000000000000000000000000000..eeeff3afb809b4e51a81c42bedb2c631196e210a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000921_person378_virus_761.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc7dbea746b66b7de1ed528129c8b92c04f8cc79329afca3b9217c0099cf9d0b +size 70683 diff --git a/MendeleyCXR/images/Darwin_00000922_person379_virus_762.png b/MendeleyCXR/images/Darwin_00000922_person379_virus_762.png new file mode 100644 index 0000000000000000000000000000000000000000..59823de6152539b460d4a853a02ba78bff6a3c79 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000922_person379_virus_762.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aae25231b3c501981ba170b65e1fcbb6a5c2a3091f8113b80c421b146eab9a6 +size 68207 diff --git a/MendeleyCXR/images/Darwin_00000923_person380_virus_763.png b/MendeleyCXR/images/Darwin_00000923_person380_virus_763.png new file mode 100644 index 0000000000000000000000000000000000000000..a61f6b22881c24d2930b71922a2debe0cf0013e2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000923_person380_virus_763.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63bef6f0885aadd7b629fc7992f6dd714f674bb5b526e97cb75a7b941b21cf23 +size 66419 diff --git a/MendeleyCXR/images/Darwin_00000924_person383_virus_767.png b/MendeleyCXR/images/Darwin_00000924_person383_virus_767.png new file mode 100644 index 0000000000000000000000000000000000000000..e3286e46d70aa403569dbbf2ab03f0ef84f44b23 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000924_person383_virus_767.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9795ac403e2e654ef338003c171e8540055e7b9a3c131aebf20b233193baf7b +size 70485 diff --git a/MendeleyCXR/images/Darwin_00000925_person384_virus_769.png b/MendeleyCXR/images/Darwin_00000925_person384_virus_769.png new file mode 100644 index 0000000000000000000000000000000000000000..f2ec8fef7fc7a2de6eaef6cd365e6b0825ca0843 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000925_person384_virus_769.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecd8adda198d43f31813f4910c61e0a7029700567aecc2d86825b16b04c9d404 +size 71003 diff --git a/MendeleyCXR/images/Darwin_00000926_person385_virus_770.png b/MendeleyCXR/images/Darwin_00000926_person385_virus_770.png new file mode 100644 index 0000000000000000000000000000000000000000..03b96697db1af36f383810c0a16eb8d8fc626975 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000926_person385_virus_770.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05758d48e40545b6374b35f350a980a6ca38feac1ba38bb683a31fb902c3deb8 +size 71480 diff --git a/MendeleyCXR/images/Darwin_00000927_person386_virus_771.png b/MendeleyCXR/images/Darwin_00000927_person386_virus_771.png new file mode 100644 index 0000000000000000000000000000000000000000..5329b97ed63c0fb0d803cb4bc22c72701709c665 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000927_person386_virus_771.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88363506ef51c6e3779e420a30064586590379e428551adbb85464f32637667a +size 70166 diff --git a/MendeleyCXR/images/Darwin_00000928_person387_virus_772.png b/MendeleyCXR/images/Darwin_00000928_person387_virus_772.png new file mode 100644 index 0000000000000000000000000000000000000000..9ccf9785d12699a55ac6d774f85646b3bdc966ed --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000928_person387_virus_772.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b606aa91876c96195f07f7e422681275268a7637a48af48022f42229659f0b0b +size 73197 diff --git a/MendeleyCXR/images/Darwin_00000930_person388_virus_777.png b/MendeleyCXR/images/Darwin_00000930_person388_virus_777.png new file mode 100644 index 0000000000000000000000000000000000000000..77bd771a3e6c273d084e042112b9dd71208ac1ad --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000930_person388_virus_777.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6152c3c5741cd2c12f4a8eccbfba003e8a1f5b1ad03ce65e40bf12103d34ab0 +size 78510 diff --git a/MendeleyCXR/images/Darwin_00000931_person389_virus_778.png b/MendeleyCXR/images/Darwin_00000931_person389_virus_778.png new file mode 100644 index 0000000000000000000000000000000000000000..ce3a5eb610e2bc7dc4587c1edf763516c967de54 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000931_person389_virus_778.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d1e929beaf2ffcfe44a18128c79cd0eb6cac1213432f7e3edcf8abc02fada35 +size 69377 diff --git a/MendeleyCXR/images/Darwin_00000932_person391_virus_781.png b/MendeleyCXR/images/Darwin_00000932_person391_virus_781.png new file mode 100644 index 0000000000000000000000000000000000000000..e152c0b816aeb411bdcb615075e990e8400e0164 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000932_person391_virus_781.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:127d606206b1e84b6590dbf48927a08002d77817136ee58dea67a413f3fe0fc2 +size 66955 diff --git a/MendeleyCXR/images/Darwin_00000933_person392_virus_782.png b/MendeleyCXR/images/Darwin_00000933_person392_virus_782.png new file mode 100644 index 0000000000000000000000000000000000000000..df47cba6277103aeab78cb1948ce03444a2af179 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000933_person392_virus_782.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b762d3ba508e9adaf4ef75b9a8007bdb9ca10060efb913e9198a87014cc7748b +size 65059 diff --git a/MendeleyCXR/images/Darwin_00000934_person393_virus_784.png b/MendeleyCXR/images/Darwin_00000934_person393_virus_784.png new file mode 100644 index 0000000000000000000000000000000000000000..fbc2469fd105602ff78552a081282c2cbb9457ee --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000934_person393_virus_784.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7de5941b13f21503888410fae87b4e48648bc1f171b4662bf8e9c8052e758cc +size 73242 diff --git a/MendeleyCXR/images/Darwin_00000936_person277_virus_571.png b/MendeleyCXR/images/Darwin_00000936_person277_virus_571.png new file mode 100644 index 0000000000000000000000000000000000000000..6b2e38d39993ad53aed6582f1d5eedf9976c8cf5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000936_person277_virus_571.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ae89f5845faec31914d312ff15c093c7b3fdd8cfee2b1e92c83ee522d5d51ee +size 75078 diff --git a/MendeleyCXR/images/Darwin_00000937_person278_virus_572.png b/MendeleyCXR/images/Darwin_00000937_person278_virus_572.png new file mode 100644 index 0000000000000000000000000000000000000000..51c16bb72c994baa3914b4e6ffc06ba8a2fa86a8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000937_person278_virus_572.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b327f3173930e87bf4e7e665c51d4e4a6143ec1465ab3ad04b802edf4adb8ce +size 74375 diff --git a/MendeleyCXR/images/Darwin_00000938_person278_virus_573.png b/MendeleyCXR/images/Darwin_00000938_person278_virus_573.png new file mode 100644 index 0000000000000000000000000000000000000000..6f1b59f49c415815d628f5f3f26e5551b4a20db1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000938_person278_virus_573.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7fc22c4a205f83358ee257d1f4dfa5b887a21d5857ef17b503f3a7f48940b0a +size 68117 diff --git a/MendeleyCXR/images/Darwin_00000939_person278_virus_574.png b/MendeleyCXR/images/Darwin_00000939_person278_virus_574.png new file mode 100644 index 0000000000000000000000000000000000000000..3d4be8194e7c8be8c91765d9f2d4fab42530ad9c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000939_person278_virus_574.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ea5fc4e725001d3878c9a122be1215d50f3f63e176c183542d87eec3b1982c9 +size 79159 diff --git a/MendeleyCXR/images/Darwin_00000940_person278_virus_575.png b/MendeleyCXR/images/Darwin_00000940_person278_virus_575.png new file mode 100644 index 0000000000000000000000000000000000000000..d289b52974d8d131588b019a180ce01d55acf5bf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000940_person278_virus_575.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53299985ea41e4a66b078138748e7ce861398e56510224ae1ac8cc9eec2cfed5 +size 67039 diff --git a/MendeleyCXR/images/Darwin_00000941_person279_virus_576.png b/MendeleyCXR/images/Darwin_00000941_person279_virus_576.png new file mode 100644 index 0000000000000000000000000000000000000000..c7c20721773ad615a71186fedcd650425f2dd116 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000941_person279_virus_576.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7652fcb115dc9a3e42b38bea0e59020b428789008589987a5cb0b5bf0a5c7717 +size 77893 diff --git a/MendeleyCXR/images/Darwin_00000942_person280_virus_577.png b/MendeleyCXR/images/Darwin_00000942_person280_virus_577.png new file mode 100644 index 0000000000000000000000000000000000000000..c36f0bfdebab9919a632e91f808c8d2ac2c77a7f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000942_person280_virus_577.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd34301b76b9df101089ee82fcc3e92a009908f76cef5ce78f354be52f195d4f +size 80079 diff --git a/MendeleyCXR/images/Darwin_00000945_person284_virus_582.png b/MendeleyCXR/images/Darwin_00000945_person284_virus_582.png new file mode 100644 index 0000000000000000000000000000000000000000..f55593874b3cac3da4072d9dd284043faf924e7b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000945_person284_virus_582.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fa34fae10e13e1cbe6c457726044bfacdbc50a10442614bd88e222a2e3ad51f +size 79405 diff --git a/MendeleyCXR/images/Darwin_00000946_person286_virus_585.png b/MendeleyCXR/images/Darwin_00000946_person286_virus_585.png new file mode 100644 index 0000000000000000000000000000000000000000..d254cd76d810f910e8345933bff45ee7907cc7f3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000946_person286_virus_585.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3852fe69c46d3ab4a3861a74f39d3d2b9657a2381cacb80d3be3db28cdc223b5 +size 77927 diff --git a/MendeleyCXR/images/Darwin_00000947_person287_virus_586.png b/MendeleyCXR/images/Darwin_00000947_person287_virus_586.png new file mode 100644 index 0000000000000000000000000000000000000000..4bc3f0f5bbd3ba057eed43d3e92a30ba1959b003 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000947_person287_virus_586.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72c2e93525e89b35987eaa35f837f0e0803ebb255e7bbef4ab0060271b7529d4 +size 77023 diff --git a/MendeleyCXR/images/Darwin_00000948_person288_virus_587.png b/MendeleyCXR/images/Darwin_00000948_person288_virus_587.png new file mode 100644 index 0000000000000000000000000000000000000000..2a1d1ad69c06503e094157945c5add885d9bba68 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000948_person288_virus_587.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42acfaf3418f2169b10e3cfdb118ad23a9507327a21f3d585ca5adc06283cf87 +size 64559 diff --git a/MendeleyCXR/images/Darwin_00000949_person289_virus_593.png b/MendeleyCXR/images/Darwin_00000949_person289_virus_593.png new file mode 100644 index 0000000000000000000000000000000000000000..59cdc6db3bc0f4162371f97d8d8081e5d6c1e9ec --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000949_person289_virus_593.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d44dbfce75c42871283105827d2d7b9d3e19d6f14a7e6c542c84ab9a0bb9c776 +size 76804 diff --git a/MendeleyCXR/images/Darwin_00000950_person290_virus_594.png b/MendeleyCXR/images/Darwin_00000950_person290_virus_594.png new file mode 100644 index 0000000000000000000000000000000000000000..8567a062b1790cfb2b4e51548ca33c2dd865d51e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000950_person290_virus_594.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8520cf660635e899d172084e5fef65d6e8a3177176b86a1e9720f65d9df3cde +size 72607 diff --git a/MendeleyCXR/images/Darwin_00000952_person292_virus_597.png b/MendeleyCXR/images/Darwin_00000952_person292_virus_597.png new file mode 100644 index 0000000000000000000000000000000000000000..87a35d30af553bee160d16debcc85fff95423b8d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000952_person292_virus_597.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68431a21a3c10ea7eb126a9d76c536956cc09464af6246d45f56abf5fbcb3023 +size 73546 diff --git a/MendeleyCXR/images/Darwin_00000953_person292_virus_598.png b/MendeleyCXR/images/Darwin_00000953_person292_virus_598.png new file mode 100644 index 0000000000000000000000000000000000000000..1bc5d181671f960dd2560f9a37c6b8f641b01212 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000953_person292_virus_598.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f739a7df713d265743db4c6a7ede51ba76a6fefe1af5a42b82f4bf9161dc869a +size 78249 diff --git a/MendeleyCXR/images/Darwin_00000954_person292_virus_599.png b/MendeleyCXR/images/Darwin_00000954_person292_virus_599.png new file mode 100644 index 0000000000000000000000000000000000000000..567f91a87d5f7176d05ac3cf891f1705abdaba3d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000954_person292_virus_599.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e46ece0dcd3d55157035da0374942866b6526a7082079c884752b1a68e10ea3a +size 76267 diff --git a/MendeleyCXR/images/Darwin_00000955_person292_virus_600.png b/MendeleyCXR/images/Darwin_00000955_person292_virus_600.png new file mode 100644 index 0000000000000000000000000000000000000000..4dd7f24f8240001971a67f18a790f8943431b977 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000955_person292_virus_600.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6cc3841822973d73c7a3784b522040390b77ec1d38647907b02d545127c68cd +size 74266 diff --git a/MendeleyCXR/images/Darwin_00000956_person292_virus_602.png b/MendeleyCXR/images/Darwin_00000956_person292_virus_602.png new file mode 100644 index 0000000000000000000000000000000000000000..e85fbb63c4245c5fcc8b7127f7c6febd593fa94e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000956_person292_virus_602.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac78c2d01efa65a81a0be74e5fff2767c81a55d75c60130c00fa4b194a514deb +size 76163 diff --git a/MendeleyCXR/images/Darwin_00000958_person293_virus_605.png b/MendeleyCXR/images/Darwin_00000958_person293_virus_605.png new file mode 100644 index 0000000000000000000000000000000000000000..ecd948d07cc056ee46c343143d29901e7764a339 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000958_person293_virus_605.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9aeb3325bb06b0b63fc4eb2adb8115cde017bb68699084495b76c2a63dbc388 +size 69816 diff --git a/MendeleyCXR/images/Darwin_00000959_person294_virus_606.png b/MendeleyCXR/images/Darwin_00000959_person294_virus_606.png new file mode 100644 index 0000000000000000000000000000000000000000..b05bacabf1921204bd529b0b6a186b2b66fd8681 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000959_person294_virus_606.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:307a58a5a404c3aafb9073b5d6ee12d4c7f0967a40e1186c593c16080985e819 +size 77431 diff --git a/MendeleyCXR/images/Darwin_00000960_person294_virus_610.png b/MendeleyCXR/images/Darwin_00000960_person294_virus_610.png new file mode 100644 index 0000000000000000000000000000000000000000..317e7064ef9f2d821504a7f0ae175e49098fa759 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000960_person294_virus_610.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f686c3347201d93f2e9682b1468834b50cc53f56de408e760443dacedfce02fb +size 72221 diff --git a/MendeleyCXR/images/Darwin_00000961_person294_virus_611.png b/MendeleyCXR/images/Darwin_00000961_person294_virus_611.png new file mode 100644 index 0000000000000000000000000000000000000000..fedd1d1c863e9cfb99fb62d595957fa123df0f88 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000961_person294_virus_611.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e87c42adbfe06b644678e290453a5090a36724e4b04612807a2354dd3c964f7 +size 66707 diff --git a/MendeleyCXR/images/Darwin_00000962_person295_virus_612.png b/MendeleyCXR/images/Darwin_00000962_person295_virus_612.png new file mode 100644 index 0000000000000000000000000000000000000000..1f168fdf4e1d5e1e1e4b3e43c23a30751600bff5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000962_person295_virus_612.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9b550f7502f8b1550cc62a56d40c0cca0a7e62bb899a3acf28e5342163b7c87 +size 83165 diff --git a/MendeleyCXR/images/Darwin_00000964_person297_virus_614.png b/MendeleyCXR/images/Darwin_00000964_person297_virus_614.png new file mode 100644 index 0000000000000000000000000000000000000000..8b9cdb6890bff25ab0244dfb37d51b7a76fd557c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000964_person297_virus_614.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:418e1998b789157ffcd11190065eb2e5e19f7251fa1577c43cd686c6e8a79e8f +size 71892 diff --git a/MendeleyCXR/images/Darwin_00000965_person298_virus_617.png b/MendeleyCXR/images/Darwin_00000965_person298_virus_617.png new file mode 100644 index 0000000000000000000000000000000000000000..1a2b6cc732307c14bae801496143bc2e29ca8498 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000965_person298_virus_617.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8efe073d197879d66ece5b774c11cf5bdf7a13bbf3a2099aa711b8a31c1cf009 +size 73018 diff --git a/MendeleyCXR/images/Darwin_00000966_person298_virus_618.png b/MendeleyCXR/images/Darwin_00000966_person298_virus_618.png new file mode 100644 index 0000000000000000000000000000000000000000..0e13333a0ca457fb645c722577b14c59443aa79f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000966_person298_virus_618.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb4b8f60eedd8c0b2bff52dd826ef34cd85bd59acf7675b6124aa70801146338 +size 75788 diff --git a/MendeleyCXR/images/Darwin_00000967_person299_virus_620.png b/MendeleyCXR/images/Darwin_00000967_person299_virus_620.png new file mode 100644 index 0000000000000000000000000000000000000000..ec1d4125b2146ec755e4441b0be19be9ec971325 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000967_person299_virus_620.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9772b8c98cb31d0e0b12e192b64a816154481332b8c436d10e487f45a0e6ef91 +size 77904 diff --git a/MendeleyCXR/images/Darwin_00000968_person300_virus_621.png b/MendeleyCXR/images/Darwin_00000968_person300_virus_621.png new file mode 100644 index 0000000000000000000000000000000000000000..998974897cce42539c6b7733396c4285cf1c173f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000968_person300_virus_621.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca26f4c9966a6414b70eb20d9d6a411431284d4957d863be365e032c1816670f +size 84587 diff --git a/MendeleyCXR/images/Darwin_00000969_person301_virus_622.png b/MendeleyCXR/images/Darwin_00000969_person301_virus_622.png new file mode 100644 index 0000000000000000000000000000000000000000..b335cb46e96a684a41b758ce3f4f38c1b8e6fb48 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000969_person301_virus_622.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51c643f0d8e120e8ab570b89e4793e0127aeca455c180ac31eaae25c45efb076 +size 71192 diff --git a/MendeleyCXR/images/Darwin_00000970_person302_virus_623.png b/MendeleyCXR/images/Darwin_00000970_person302_virus_623.png new file mode 100644 index 0000000000000000000000000000000000000000..2d4d9b8b27d307ee4a8996fd1c5d2ef1bca67e5b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000970_person302_virus_623.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7e88d110c7efd30ed911f0bab2d0bf43eeaa2170e28cd5a3f8f00ccb0b796d8 +size 75723 diff --git a/MendeleyCXR/images/Darwin_00000971_person303_virus_624.png b/MendeleyCXR/images/Darwin_00000971_person303_virus_624.png new file mode 100644 index 0000000000000000000000000000000000000000..70c563a70fc0b59f15409c86fa3823c4eafc2af0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000971_person303_virus_624.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2102cbe3775d6678ff00c18e1db57b49c34b22b46e68a6b518afd263ba63c98a +size 73135 diff --git a/MendeleyCXR/images/Darwin_00000972_person304_virus_625.png b/MendeleyCXR/images/Darwin_00000972_person304_virus_625.png new file mode 100644 index 0000000000000000000000000000000000000000..66979cb1b1d60db2d6a8f252fbf8f0ea31b3df0f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000972_person304_virus_625.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1df79386a9e967627a6baf72a79278978f2e4f0451fb08ec536bfebea4936571 +size 67920 diff --git a/MendeleyCXR/images/Darwin_00000973_person305_virus_627.png b/MendeleyCXR/images/Darwin_00000973_person305_virus_627.png new file mode 100644 index 0000000000000000000000000000000000000000..b70b9328d7e311488d5aa90a09ef8933ac4a2932 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000973_person305_virus_627.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec08a1ddeeb73a7e98f17c2dab6c38acf2919173d0e727b76f4d312106b81e07 +size 69929 diff --git a/MendeleyCXR/images/Darwin_00000975_person307_virus_629.png b/MendeleyCXR/images/Darwin_00000975_person307_virus_629.png new file mode 100644 index 0000000000000000000000000000000000000000..f9748da6fd6d4811bbe2e7f53ac57da640f85b99 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000975_person307_virus_629.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61fe9bd9cd43090b01652ae10b2b9f5ff6a1cd50264ec2a884cb27c27a83e4f5 +size 64110 diff --git a/MendeleyCXR/images/Darwin_00000976_person308_virus_630.png b/MendeleyCXR/images/Darwin_00000976_person308_virus_630.png new file mode 100644 index 0000000000000000000000000000000000000000..84d4c69055d0b57812395803947f781eeb2ac55b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000976_person308_virus_630.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e8cfab9dd7b11aeca23c0d9475dc0cfd7421ada6549805dc1811920210acc77 +size 64406 diff --git a/MendeleyCXR/images/Darwin_00000978_person309_virus_632.png b/MendeleyCXR/images/Darwin_00000978_person309_virus_632.png new file mode 100644 index 0000000000000000000000000000000000000000..e3d3ad288a229d2eb1e240a32cd3d9a904b4d9bf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000978_person309_virus_632.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:087e11f7bafad47984fd919dacb388bbb9bd600e50b8c532835a13b8a4b57549 +size 65720 diff --git a/MendeleyCXR/images/Darwin_00000979_person310_virus_633.png b/MendeleyCXR/images/Darwin_00000979_person310_virus_633.png new file mode 100644 index 0000000000000000000000000000000000000000..1b363ba1b515b1ff0e7eaa7a8482d34834659608 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000979_person310_virus_633.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d66f3f7e2a0882cf32d7ad301efbd164e8272be94e1ce4a8eab41af2e9978b4 +size 72783 diff --git a/MendeleyCXR/images/Darwin_00000980_person311_virus_634.png b/MendeleyCXR/images/Darwin_00000980_person311_virus_634.png new file mode 100644 index 0000000000000000000000000000000000000000..95088fafb918ad9dc5124c21912bfc355c99e717 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000980_person311_virus_634.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1695f1887c2c56d9049dc5e0d954ac1d3e4d05ea24c34aaa22ddb8a4be87ed74 +size 63510 diff --git a/MendeleyCXR/images/Darwin_00000981_person312_virus_635.png b/MendeleyCXR/images/Darwin_00000981_person312_virus_635.png new file mode 100644 index 0000000000000000000000000000000000000000..ca50afad9acc759395bae6ee526c5e9538fa4ea7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000981_person312_virus_635.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f866101defac02f732e306fe6dee6c0b02e104741a40dd0658eac62c6c7f4851 +size 68097 diff --git a/MendeleyCXR/images/Darwin_00000982_person313_virus_637.png b/MendeleyCXR/images/Darwin_00000982_person313_virus_637.png new file mode 100644 index 0000000000000000000000000000000000000000..30ca79c8a696665d5da0ba0f5de2150db576eafb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000982_person313_virus_637.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:167a5ffdf265c7f9aba1bafbebac0f2f143e9cded88e7176755d5aab83b3a3ff +size 74424 diff --git a/MendeleyCXR/images/Darwin_00000983_person314_virus_639.png b/MendeleyCXR/images/Darwin_00000983_person314_virus_639.png new file mode 100644 index 0000000000000000000000000000000000000000..76641f84515755fe63087ee7e3d8c382864edf4f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000983_person314_virus_639.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcff577750519e4e4f5ec68d9a46efa1b3e862ced1cc4566ff4385923aff73a1 +size 74991 diff --git a/MendeleyCXR/images/Darwin_00000985_person317_virus_643.png b/MendeleyCXR/images/Darwin_00000985_person317_virus_643.png new file mode 100644 index 0000000000000000000000000000000000000000..5652f0cd26001bdd872ba65310e80235a4145b7a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000985_person317_virus_643.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3533e33a63ac4e44155b91bc88929c6fc2fad0283b5b3f76a397d4e6f649de76 +size 71478 diff --git a/MendeleyCXR/images/Darwin_00000986_person318_virus_644.png b/MendeleyCXR/images/Darwin_00000986_person318_virus_644.png new file mode 100644 index 0000000000000000000000000000000000000000..ec82c8dc5167c4eba7957e1731b298efe4d0a2c7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000986_person318_virus_644.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9ba1c5f74a72b70188c485744316846681b2e70ec9b1275b84a575547629118 +size 69274 diff --git a/MendeleyCXR/images/Darwin_00000987_person319_virus_645.png b/MendeleyCXR/images/Darwin_00000987_person319_virus_645.png new file mode 100644 index 0000000000000000000000000000000000000000..e7dc9cf643640cbe7898e9d300096019b9edc7e2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000987_person319_virus_645.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d77aecadbaf792023ccaa0f2e7773ba4db01a891668d33c1da7e160fe4fcbccc +size 60427 diff --git a/MendeleyCXR/images/Darwin_00000988_person319_virus_646.png b/MendeleyCXR/images/Darwin_00000988_person319_virus_646.png new file mode 100644 index 0000000000000000000000000000000000000000..b6a9e0b56f3fcbd1c03384df49f4573144cb940c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000988_person319_virus_646.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:240c53acdfc799a20934a44a58aebd1c9c0b0c5757379343e012ec1c9e043b02 +size 61646 diff --git a/MendeleyCXR/images/Darwin_00000990_person321_virus_648.png b/MendeleyCXR/images/Darwin_00000990_person321_virus_648.png new file mode 100644 index 0000000000000000000000000000000000000000..57abfb2fc865b47a12334ca3c2a2c8860ff103d4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000990_person321_virus_648.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39ef7933b99727013eb61aa950d5dda2745def414be3906d663ae41398942da8 +size 70777 diff --git a/MendeleyCXR/images/Darwin_00000991_person322_virus_655.png b/MendeleyCXR/images/Darwin_00000991_person322_virus_655.png new file mode 100644 index 0000000000000000000000000000000000000000..0baa4d8293b219b4fdb39a2c152161759a1c4b98 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000991_person322_virus_655.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2c0b4a78a5dc193cbf367f64d6355bda095de13fb25afbc127d97c735f6cfbb +size 75077 diff --git a/MendeleyCXR/images/Darwin_00000992_person323_virus_656.png b/MendeleyCXR/images/Darwin_00000992_person323_virus_656.png new file mode 100644 index 0000000000000000000000000000000000000000..e034a3d9b52521b36c4eb1b15c991b79f8aa1f6c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000992_person323_virus_656.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ff17fad12374bbbe9929c26dc2c9e37d592e435105b69e77e8a838131c8da1f +size 68906 diff --git a/MendeleyCXR/images/Darwin_00000993_person324_virus_658.png b/MendeleyCXR/images/Darwin_00000993_person324_virus_658.png new file mode 100644 index 0000000000000000000000000000000000000000..6a8e3cb41dbe193c7ecaa74aa8e28098a27ec4a6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000993_person324_virus_658.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dace071c5863dc0978445cd1500ff63784723e58c59aa008b7ad269809d786dd +size 72556 diff --git a/MendeleyCXR/images/Darwin_00000999_person326_virus_666.png b/MendeleyCXR/images/Darwin_00000999_person326_virus_666.png new file mode 100644 index 0000000000000000000000000000000000000000..af570f6d0f6430979fa9a534561a564cc753e133 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00000999_person326_virus_666.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:349df5d359ee20135b29379c4e516c191f8d033122c285657ae917331d9bd213 +size 75101 diff --git a/MendeleyCXR/images/Darwin_00001000_person326_virus_668.png b/MendeleyCXR/images/Darwin_00001000_person326_virus_668.png new file mode 100644 index 0000000000000000000000000000000000000000..e6ed42395c26a628e4bb1498bf4c827a48182100 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001000_person326_virus_668.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e04abd78bbe897e812c3bd8a8a0677b886b1dc6cf0cf73590ed61be2c3556893 +size 72248 diff --git a/MendeleyCXR/images/Darwin_00001002_person326_virus_672.png b/MendeleyCXR/images/Darwin_00001002_person326_virus_672.png new file mode 100644 index 0000000000000000000000000000000000000000..34212a1d279fb02a5f251e0d9689e15550fd0949 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001002_person326_virus_672.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6012b515558376ce78cebd791a55455ac9fe940e2ded1838a36fb7d48439ba7a +size 74474 diff --git a/MendeleyCXR/images/Darwin_00001003_person326_virus_673.png b/MendeleyCXR/images/Darwin_00001003_person326_virus_673.png new file mode 100644 index 0000000000000000000000000000000000000000..cf549208381b1cc220695f95812090f4e157a273 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001003_person326_virus_673.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cddc07759a15d5378a50e98f2cc676b94ab282943241b02f5608ba5829eacf1 +size 72073 diff --git a/MendeleyCXR/images/Darwin_00001004_person326_virus_675.png b/MendeleyCXR/images/Darwin_00001004_person326_virus_675.png new file mode 100644 index 0000000000000000000000000000000000000000..2dcc4ecdc6f98ea050fa417001c3ea434dc848d4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001004_person326_virus_675.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a73b8b7af6ebb2d11e4fbcae695b6bff2b364a58b2b55fe75ef72a17b2f56d27 +size 70642 diff --git a/MendeleyCXR/images/Darwin_00001005_person326_virus_677.png b/MendeleyCXR/images/Darwin_00001005_person326_virus_677.png new file mode 100644 index 0000000000000000000000000000000000000000..933d234129c900b467fd0c9fdf17fee2787075fd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001005_person326_virus_677.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69353d5ac133c8684cc21149a0732ec4b69f84078a382159009d85df34e0e53f +size 68652 diff --git a/MendeleyCXR/images/Darwin_00001006_person255_virus_531.png b/MendeleyCXR/images/Darwin_00001006_person255_virus_531.png new file mode 100644 index 0000000000000000000000000000000000000000..02d050cbd8ba72a67469abe6a0f2698ea11b9dd8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001006_person255_virus_531.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b108f5915cf56e5f81d052cc3c2407027355c32b91cb87aa38992bca8b689e7a +size 66619 diff --git a/MendeleyCXR/images/Darwin_00001007_person256_virus_537.png b/MendeleyCXR/images/Darwin_00001007_person256_virus_537.png new file mode 100644 index 0000000000000000000000000000000000000000..543e30b978dea5e1365ee029695fff87d2d0dcc7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001007_person256_virus_537.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdc165cdf9bf3b0719f9821739f32e55e17fadad443167e458a0a74e7bef7b46 +size 73932 diff --git a/MendeleyCXR/images/Darwin_00001008_person257_virus_538.png b/MendeleyCXR/images/Darwin_00001008_person257_virus_538.png new file mode 100644 index 0000000000000000000000000000000000000000..7b4b7fb7210782d2c58d40f896193e536292c6ab --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001008_person257_virus_538.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a83a429bd90f2adfec8180ede6dd41fcd779612005d7b1ab42eb99b2c719fa1f +size 74213 diff --git a/MendeleyCXR/images/Darwin_00001009_person258_virus_539.png b/MendeleyCXR/images/Darwin_00001009_person258_virus_539.png new file mode 100644 index 0000000000000000000000000000000000000000..39e02b4f4c9fba8d1009978308ac7da451b893dd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001009_person258_virus_539.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8f2797bb706b3ede8a9136bb93cb33fddc5f4aee7b8cd4034a6456c73fe3366 +size 72832 diff --git a/MendeleyCXR/images/Darwin_00001010_person259_virus_540.png b/MendeleyCXR/images/Darwin_00001010_person259_virus_540.png new file mode 100644 index 0000000000000000000000000000000000000000..92f93354df127d03549b79dc38e66b562beb8012 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001010_person259_virus_540.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5153cbdf71bed1174042e2dfb8f585bfc28895b20615c9c7e1c6dc28910ceb9 +size 71623 diff --git a/MendeleyCXR/images/Darwin_00001011_person260_virus_541.png b/MendeleyCXR/images/Darwin_00001011_person260_virus_541.png new file mode 100644 index 0000000000000000000000000000000000000000..51fa12d49b9b0f4993a476a7d7be2cbf7d1bcd8f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001011_person260_virus_541.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21a5d7b72acb83beea226586a938ed272909366b7f75dfc230c30e020335a510 +size 69235 diff --git a/MendeleyCXR/images/Darwin_00001012_person261_virus_543.png b/MendeleyCXR/images/Darwin_00001012_person261_virus_543.png new file mode 100644 index 0000000000000000000000000000000000000000..eb70bc434c0e53a2fae54aeab7b64ffaeef2eb09 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001012_person261_virus_543.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c31c8539e6e7dcd90bd0605c8933e0589c45c810a8e147976256ea6c6fc90d55 +size 70242 diff --git a/MendeleyCXR/images/Darwin_00001013_person262_virus_544.png b/MendeleyCXR/images/Darwin_00001013_person262_virus_544.png new file mode 100644 index 0000000000000000000000000000000000000000..67bfdfcc6fcfab3f7ff21ee882b5b3bdae5339f6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001013_person262_virus_544.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfebbd669cf48bd9695bd27983ec6e45160642a9568ccd853e16f1a370da6e5a +size 74443 diff --git a/MendeleyCXR/images/Darwin_00001014_person262_virus_545.png b/MendeleyCXR/images/Darwin_00001014_person262_virus_545.png new file mode 100644 index 0000000000000000000000000000000000000000..5f088cd508f18be1103db799893ad20d4e8ac1ff --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001014_person262_virus_545.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:580142b49960ed9a944f95568f63935d4ea01d91f296ca1b1c8ad6138cecfa43 +size 75129 diff --git a/MendeleyCXR/images/Darwin_00001015_person263_virus_546.png b/MendeleyCXR/images/Darwin_00001015_person263_virus_546.png new file mode 100644 index 0000000000000000000000000000000000000000..3e4300c50b7e03ef9be65187870df0a5ec0b1379 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001015_person263_virus_546.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95a805ca42598d2f826dfb93a435ee0942d09c91ba2ee60cad4dc97311dc3043 +size 69306 diff --git a/MendeleyCXR/images/Darwin_00001016_person264_virus_547.png b/MendeleyCXR/images/Darwin_00001016_person264_virus_547.png new file mode 100644 index 0000000000000000000000000000000000000000..f72da5e442a9f7644a20c98429eee755b1f8d26e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001016_person264_virus_547.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7ae144a6b0b5e90cfeb25bb14bd94331df5d78d4c32972e7b868ae77269614b +size 70946 diff --git a/MendeleyCXR/images/Darwin_00001017_person265_virus_548.png b/MendeleyCXR/images/Darwin_00001017_person265_virus_548.png new file mode 100644 index 0000000000000000000000000000000000000000..556390b17c7dba820efbc80ca5e5d1dacf35771d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001017_person265_virus_548.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc843e475e80b9fbf8d6f93c55d5cd1ad8a73ef8e7a6fb1c3a8d1f6e48e70122 +size 76265 diff --git a/MendeleyCXR/images/Darwin_00001018_person266_virus_549.png b/MendeleyCXR/images/Darwin_00001018_person266_virus_549.png new file mode 100644 index 0000000000000000000000000000000000000000..4fe2b223fef2cd9c39bac6cd5742807f77fb75ef --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001018_person266_virus_549.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1e603cb9fb540abc0ba655f637493c24a4bbf670da6f6e62d11795e16bf1cc5 +size 60849 diff --git a/MendeleyCXR/images/Darwin_00001019_person267_virus_552.png b/MendeleyCXR/images/Darwin_00001019_person267_virus_552.png new file mode 100644 index 0000000000000000000000000000000000000000..a89369f46ee47d68ae54c50115f8b311845331e0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001019_person267_virus_552.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c22a912052e6b4db237cc4fa9684f802b472b8a5e3282737af4bbffb563a27f +size 63496 diff --git a/MendeleyCXR/images/Darwin_00001020_person268_virus_553.png b/MendeleyCXR/images/Darwin_00001020_person268_virus_553.png new file mode 100644 index 0000000000000000000000000000000000000000..b60dcad0384fb3ab8edb5335562318b37e54de46 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001020_person268_virus_553.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:905199e7a2400a0de4473a4b18c81f49bc7360abb2103842eec963216053d92a +size 72686 diff --git a/MendeleyCXR/images/Darwin_00001021_person269_virus_554.png b/MendeleyCXR/images/Darwin_00001021_person269_virus_554.png new file mode 100644 index 0000000000000000000000000000000000000000..bd75be997a14bf92bc51bb7b0a07a9f6ee37dd28 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001021_person269_virus_554.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17762d2c430a3eff850f0b31885122084c3843e335757ee42efeb79dcb8f51ad +size 74292 diff --git a/MendeleyCXR/images/Darwin_00001022_person270_virus_555.png b/MendeleyCXR/images/Darwin_00001022_person270_virus_555.png new file mode 100644 index 0000000000000000000000000000000000000000..75824fdb63f5199c3b6750dc6df733b6065dccef --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001022_person270_virus_555.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de63f3194e55234c01f7bc77a913f8da5bdae024562cb1c355d55e0e339be659 +size 70215 diff --git a/MendeleyCXR/images/Darwin_00001023_person271_virus_556.png b/MendeleyCXR/images/Darwin_00001023_person271_virus_556.png new file mode 100644 index 0000000000000000000000000000000000000000..077a213f5ffbc3dcc4b574e2fb3fd9602fff9f7e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001023_person271_virus_556.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f32ce50e84f384aef46c1e5c6de3150dc3aa70172710a6b8ca38cdc674073bac +size 70862 diff --git a/MendeleyCXR/images/Darwin_00001024_person272_virus_559.png b/MendeleyCXR/images/Darwin_00001024_person272_virus_559.png new file mode 100644 index 0000000000000000000000000000000000000000..86460b58f66c668f68c3b0b015e885d40a93c87f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001024_person272_virus_559.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33675ad3c6dff0709e56f8edfa30dbd7bdf64acd811e0f8b27ed40afc644c1ac +size 66217 diff --git a/MendeleyCXR/images/Darwin_00001025_person273_virus_561.png b/MendeleyCXR/images/Darwin_00001025_person273_virus_561.png new file mode 100644 index 0000000000000000000000000000000000000000..dcea485ea8a28b23e3f018fcef436d022c77068d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001025_person273_virus_561.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d1e327631aa590940e1d7beccaeaa1f2e005ca8cdf2635faa05de0f53097d38 +size 76540 diff --git a/MendeleyCXR/images/Darwin_00001026_person273_virus_562.png b/MendeleyCXR/images/Darwin_00001026_person273_virus_562.png new file mode 100644 index 0000000000000000000000000000000000000000..c6bac020ff8729d2a15042746d4c7c3c37651a35 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001026_person273_virus_562.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fcffa057d14ac79c82e2bb15fd45a1f5c606fab35f3ab3a226b5c01f1185fcc +size 69173 diff --git a/MendeleyCXR/images/Darwin_00001028_person275_virus_565.png b/MendeleyCXR/images/Darwin_00001028_person275_virus_565.png new file mode 100644 index 0000000000000000000000000000000000000000..5050b706a2c9938a76ed65ee24e645ac6ac5452e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001028_person275_virus_565.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0785d71292b540596d227cb29c1ffde8fb9846b3fb6bd77df2aac124bfe40e55 +size 78452 diff --git a/MendeleyCXR/images/Darwin_00001029_person160_virus_316.png b/MendeleyCXR/images/Darwin_00001029_person160_virus_316.png new file mode 100644 index 0000000000000000000000000000000000000000..8fde59bc53dba15069c915f0885abba0f607989d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001029_person160_virus_316.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5d1a5618bec66afe3861066a407c61cffae6aa310987e08b073adb0f53b32ad +size 71777 diff --git a/MendeleyCXR/images/Darwin_00001030_person161_virus_317.png b/MendeleyCXR/images/Darwin_00001030_person161_virus_317.png new file mode 100644 index 0000000000000000000000000000000000000000..a1fd8e28a6447287323f7347b34d421f2bfe9e7e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001030_person161_virus_317.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28d47ab4cc6e110735cc3af623ae26ba1f4ca21febf50ccb34df838a932d9155 +size 69250 diff --git a/MendeleyCXR/images/Darwin_00001031_person162_virus_319.png b/MendeleyCXR/images/Darwin_00001031_person162_virus_319.png new file mode 100644 index 0000000000000000000000000000000000000000..8900f21bef676c705d0ff44e9520b179f6884309 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001031_person162_virus_319.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0050ec76bce9453fb74439cd388a3783237a24157bf12721dcf9cb368c2540e +size 69187 diff --git a/MendeleyCXR/images/Darwin_00001032_person162_virus_320.png b/MendeleyCXR/images/Darwin_00001032_person162_virus_320.png new file mode 100644 index 0000000000000000000000000000000000000000..4ce66b58e6827f4e4b64d1b80dc967c79e0d636f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001032_person162_virus_320.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:839738620578fbc24eb10e86e7397f8b07a276bc4541a12524700591c6c46ffb +size 60959 diff --git a/MendeleyCXR/images/Darwin_00001033_person162_virus_321.png b/MendeleyCXR/images/Darwin_00001033_person162_virus_321.png new file mode 100644 index 0000000000000000000000000000000000000000..57a837b6b744ec901302caf155ef864f5720fbe6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001033_person162_virus_321.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0735b1771b868e6b811778507a409b1b97428ce83a71995b220d7372b5cf4769 +size 73354 diff --git a/MendeleyCXR/images/Darwin_00001035_person1600_virus_2777.png b/MendeleyCXR/images/Darwin_00001035_person1600_virus_2777.png new file mode 100644 index 0000000000000000000000000000000000000000..273fbf1e4e5dd06110c3caa0f37c544b0a2a9fb5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001035_person1600_virus_2777.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:368ed9174fe2e76da972f5fd3339636b6004f0b9a1d2369b0fd74a9c9b9acf05 +size 69817 diff --git a/MendeleyCXR/images/Darwin_00001036_person1602_virus_2780.png b/MendeleyCXR/images/Darwin_00001036_person1602_virus_2780.png new file mode 100644 index 0000000000000000000000000000000000000000..4d2a4f01aa0a023b5129ccdfda24200ba35f512d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001036_person1602_virus_2780.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2a49ce05e0a62a8aaf3e06d79e905dd0d1ac6ef8878bce0b377214347a2be15 +size 71160 diff --git a/MendeleyCXR/images/Darwin_00001037_person1603_virus_2781.png b/MendeleyCXR/images/Darwin_00001037_person1603_virus_2781.png new file mode 100644 index 0000000000000000000000000000000000000000..8f78f0589d4a32767d0c1841e1aa5935595287ec --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001037_person1603_virus_2781.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2c147d9cba9025a77a9094374422e54da9f1fc5359cd6d3ffa9a60a9f28bf4f +size 74037 diff --git a/MendeleyCXR/images/Darwin_00001038_person1604_virus_2782.png b/MendeleyCXR/images/Darwin_00001038_person1604_virus_2782.png new file mode 100644 index 0000000000000000000000000000000000000000..4e449598f6821873baadb371e3f9a4f5c0a11598 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001038_person1604_virus_2782.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0269f1aa6f1b30863f495f1fc3e1735778019a0c343f17746749e5849d64885a +size 70600 diff --git a/MendeleyCXR/images/Darwin_00001039_person1607_virus_2785.png b/MendeleyCXR/images/Darwin_00001039_person1607_virus_2785.png new file mode 100644 index 0000000000000000000000000000000000000000..074a394e587617a2948d4d7cdddcc08ce5df2faf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001039_person1607_virus_2785.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7872226427d45b5ba0b7179cc4080799394f4cace032cd2dc19b4b42dda0949d +size 61465 diff --git a/MendeleyCXR/images/Darwin_00001040_person1609_virus_2790.png b/MendeleyCXR/images/Darwin_00001040_person1609_virus_2790.png new file mode 100644 index 0000000000000000000000000000000000000000..615dc5d2f094e07f4fb3f264ac0f51e792488e41 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001040_person1609_virus_2790.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40ddcd8b325063109d354ab8d77f236d1bf54850129a59eccf1d5b523951dd3b +size 63741 diff --git a/MendeleyCXR/images/Darwin_00001041_person1609_virus_2791.png b/MendeleyCXR/images/Darwin_00001041_person1609_virus_2791.png new file mode 100644 index 0000000000000000000000000000000000000000..a8371e6ae736e10feb0d2fb37f0d405e7cd37183 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001041_person1609_virus_2791.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c353e36dc2407ef309ed5b28d01142e22d5ecadd26aa95e9e9cb07ece849db5 +size 66340 diff --git a/MendeleyCXR/images/Darwin_00001042_person151_virus_301.png b/MendeleyCXR/images/Darwin_00001042_person151_virus_301.png new file mode 100644 index 0000000000000000000000000000000000000000..42399838b2718c0d77fd241d0bf412dbe664d3ad --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001042_person151_virus_301.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d072d935fb870023a68982bcd796ea78712fb5bcb242eceaf0492e16ebc86c3e +size 66493 diff --git a/MendeleyCXR/images/Darwin_00001043_person151_virus_302.png b/MendeleyCXR/images/Darwin_00001043_person151_virus_302.png new file mode 100644 index 0000000000000000000000000000000000000000..e4438d56785bb4e1cc60e46eff6ea07fb2a95e81 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001043_person151_virus_302.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:344eb42828ff9b12a2ee2526aa81709865a1b9ac057262734a9a97103e2e71b3 +size 68060 diff --git a/MendeleyCXR/images/Darwin_00001044_person152_virus_303.png b/MendeleyCXR/images/Darwin_00001044_person152_virus_303.png new file mode 100644 index 0000000000000000000000000000000000000000..4d03d099cbb67da6c063a7a80ffda399ebbd79ac --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001044_person152_virus_303.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4572cf898961bad305afb8fcd76cd555d1aa5ee3963df6763d3033965c49c842 +size 68374 diff --git a/MendeleyCXR/images/Darwin_00001045_person153_virus_304.png b/MendeleyCXR/images/Darwin_00001045_person153_virus_304.png new file mode 100644 index 0000000000000000000000000000000000000000..ecc732810ccecd55fdfc2975ab391af6ca49e355 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001045_person153_virus_304.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:930faefab7ecd3649a6ce27439703fa9dcbf3e0defe1611285ee79ec77cc9963 +size 63547 diff --git a/MendeleyCXR/images/Darwin_00001046_person154_virus_305.png b/MendeleyCXR/images/Darwin_00001046_person154_virus_305.png new file mode 100644 index 0000000000000000000000000000000000000000..b71e256629297238cd3dec1fa7803f5d2fab20eb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001046_person154_virus_305.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb73d660ac4336290eaee87ac7d36f84b9f6b4646d990c606ffb9858c8187608 +size 65150 diff --git a/MendeleyCXR/images/Darwin_00001047_person154_virus_306.png b/MendeleyCXR/images/Darwin_00001047_person154_virus_306.png new file mode 100644 index 0000000000000000000000000000000000000000..b52a3d7ccf0c1650f1ff40ae90d74b80d5eead73 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001047_person154_virus_306.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6c0ee9be6672c01d5cb188e0805c2d02fc2ea167ceb0b533ce9c91c6dd70782 +size 67969 diff --git a/MendeleyCXR/images/Darwin_00001048_person155_virus_307.png b/MendeleyCXR/images/Darwin_00001048_person155_virus_307.png new file mode 100644 index 0000000000000000000000000000000000000000..5d0b45188db982e77bb7d81485a5e4a77a1537a3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001048_person155_virus_307.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3ccc5baaef2d682598db438a8890fc657c059d45bbd62f63d2152aaccd7ee50 +size 69733 diff --git a/MendeleyCXR/images/Darwin_00001049_person156_virus_308.png b/MendeleyCXR/images/Darwin_00001049_person156_virus_308.png new file mode 100644 index 0000000000000000000000000000000000000000..41716844201df3f3b03b9e3eb07f9d902f00f31c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001049_person156_virus_308.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7dc36b3b8e5d9d6fe0feb8cf8c1009399360901dca05a2f12e768ec112ebb83 +size 70701 diff --git a/MendeleyCXR/images/Darwin_00001050_person157_virus_311.png b/MendeleyCXR/images/Darwin_00001050_person157_virus_311.png new file mode 100644 index 0000000000000000000000000000000000000000..0246474c86579894ca5e214acaf5233e19f01064 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001050_person157_virus_311.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c69e72be3b05cc02c4afa4aec2a01cb936b8fc2a73ac2907e8407b4d3bcfd7a +size 69393 diff --git a/MendeleyCXR/images/Darwin_00001051_person158_virus_312.png b/MendeleyCXR/images/Darwin_00001051_person158_virus_312.png new file mode 100644 index 0000000000000000000000000000000000000000..d2bcc063c449a804113b36618175f9f08cd06464 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001051_person158_virus_312.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b24b8bf3710ada12b21eb54725523f78a9cc15aeaeab8e8cda3ad99544518d76 +size 76237 diff --git a/MendeleyCXR/images/Darwin_00001052_person1516_virus_2643.png b/MendeleyCXR/images/Darwin_00001052_person1516_virus_2643.png new file mode 100644 index 0000000000000000000000000000000000000000..4bc8bbc21e427bee53caca208ec296e907026c06 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001052_person1516_virus_2643.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c211f355b8ca1a22ae425f06ee2b3c7cd8b9f8dbc2a183002665877b2cce5e18 +size 79779 diff --git a/MendeleyCXR/images/Darwin_00001053_person1517_virus_2644.png b/MendeleyCXR/images/Darwin_00001053_person1517_virus_2644.png new file mode 100644 index 0000000000000000000000000000000000000000..ff59c8f131e92aac6c0d1b4bd375cc701f90dd2f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001053_person1517_virus_2644.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5884c83494c448be09bc20b04f66982cf0b1ec847e43ebf1b62db765072526ea +size 70809 diff --git a/MendeleyCXR/images/Darwin_00001054_person1518_virus_2645.png b/MendeleyCXR/images/Darwin_00001054_person1518_virus_2645.png new file mode 100644 index 0000000000000000000000000000000000000000..283aea9def0cda68557acec6ccdd89287d02aa73 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001054_person1518_virus_2645.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b8ecc37554872f3b5bb487b720232ad1e923546b1943a8f76f49e01ce039cad +size 72767 diff --git a/MendeleyCXR/images/Darwin_00001055_person1519_virus_2646.png b/MendeleyCXR/images/Darwin_00001055_person1519_virus_2646.png new file mode 100644 index 0000000000000000000000000000000000000000..224f079b4fa5df8365e3ad90c42b4b9dddffde2e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001055_person1519_virus_2646.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d3566c6111c07e7837004b381c5bf7849c055aced52d82bb959db021830252e +size 65799 diff --git a/MendeleyCXR/images/Darwin_00001056_person1520_virus_2647.png b/MendeleyCXR/images/Darwin_00001056_person1520_virus_2647.png new file mode 100644 index 0000000000000000000000000000000000000000..11967fc511953a1f69cad85b49b4b905cf478b05 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001056_person1520_virus_2647.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:972e7a93b4ab5de7ea75f8d2be7f0312225e32e7b92c5a1de0b621545952bf81 +size 69294 diff --git a/MendeleyCXR/images/Darwin_00001057_person1521_virus_2649.png b/MendeleyCXR/images/Darwin_00001057_person1521_virus_2649.png new file mode 100644 index 0000000000000000000000000000000000000000..3e846a091461510870b22fec726428cd48018377 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001057_person1521_virus_2649.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ab9e296c02f2dedba6e1f7693c267b046c154c8cad2c5666a9ddd75a691460d +size 69309 diff --git a/MendeleyCXR/images/Darwin_00001058_person1522_virus_2651.png b/MendeleyCXR/images/Darwin_00001058_person1522_virus_2651.png new file mode 100644 index 0000000000000000000000000000000000000000..1343c45f4c2aa68dadb4ed30be7f7d2ca524701b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001058_person1522_virus_2651.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c15ee8bc0135d7511a17a1bd7228476a90e6ae598d2621e2b7ae49936c41a9a9 +size 76715 diff --git a/MendeleyCXR/images/Darwin_00001059_person1524_virus_2658.png b/MendeleyCXR/images/Darwin_00001059_person1524_virus_2658.png new file mode 100644 index 0000000000000000000000000000000000000000..fb864f823c58ee0d0c5e374b8ae07d40423c7fb2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001059_person1524_virus_2658.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5792cb4b1b8502b764205d831c1e3815d1e50eebca2a92d1e41d1ace8229c86c +size 72565 diff --git a/MendeleyCXR/images/Darwin_00001060_person1525_virus_2659.png b/MendeleyCXR/images/Darwin_00001060_person1525_virus_2659.png new file mode 100644 index 0000000000000000000000000000000000000000..540035510b91376f50f42fafa2ff889261a04fe4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001060_person1525_virus_2659.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00f97577105341f29f4e4905c21f68fdd8c63b358e9de261b019180938400485 +size 69658 diff --git a/MendeleyCXR/images/Darwin_00001061_person1526_virus_2660.png b/MendeleyCXR/images/Darwin_00001061_person1526_virus_2660.png new file mode 100644 index 0000000000000000000000000000000000000000..5269080f1a924bd77b9875c2ba4906fdb91dd62f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001061_person1526_virus_2660.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eb9dbc43b2f80120957fee1e8a70bee1c3415c1543304c9c65ef60d298bd1a4 +size 73145 diff --git a/MendeleyCXR/images/Darwin_00001062_person1527_virus_2661.png b/MendeleyCXR/images/Darwin_00001062_person1527_virus_2661.png new file mode 100644 index 0000000000000000000000000000000000000000..05480aa7b462e7d7faee6b5c70cf047033d17e7f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001062_person1527_virus_2661.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f021912442b06f32ad6df1a51bb29a5c89d3fb511bcc9931af02b44c269b34c3 +size 69489 diff --git a/MendeleyCXR/images/Darwin_00001063_person1528_virus_2662.png b/MendeleyCXR/images/Darwin_00001063_person1528_virus_2662.png new file mode 100644 index 0000000000000000000000000000000000000000..e04c70228c9b54d3fb0f4f1443d7b02af624f13b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001063_person1528_virus_2662.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7dfc7c2cfe83a7aff4c573411e53a78d37a9677a4b1b97b16180f16701bf9a1 +size 66958 diff --git a/MendeleyCXR/images/Darwin_00001064_person1529_virus_2663.png b/MendeleyCXR/images/Darwin_00001064_person1529_virus_2663.png new file mode 100644 index 0000000000000000000000000000000000000000..02e866f9e03bc7861fed379058cac61412f46028 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001064_person1529_virus_2663.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36eddc9c950d9bebdadfb2990052628999c8542c8b6032344302ac3d9a43ad6c +size 71904 diff --git a/MendeleyCXR/images/Darwin_00001065_person1530_virus_2664.png b/MendeleyCXR/images/Darwin_00001065_person1530_virus_2664.png new file mode 100644 index 0000000000000000000000000000000000000000..3c0d3b7d8e0a8e27bf043d5a9db5225e7b7b7d03 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001065_person1530_virus_2664.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c224d066328934c990f9e32b2fce3f49f9a1c63daf782b39ab15d2265d33e866 +size 67323 diff --git a/MendeleyCXR/images/Darwin_00001066_person1531_virus_2666.png b/MendeleyCXR/images/Darwin_00001066_person1531_virus_2666.png new file mode 100644 index 0000000000000000000000000000000000000000..0d19bbf1a86e223f223d7ed0afeb4e03b7a02b64 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001066_person1531_virus_2666.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e375317420c9d946e1b47dddee6571c4a3d60ad2cac34991f0ff8dd258824059 +size 72790 diff --git a/MendeleyCXR/images/Darwin_00001067_person1532_virus_2667.png b/MendeleyCXR/images/Darwin_00001067_person1532_virus_2667.png new file mode 100644 index 0000000000000000000000000000000000000000..ced5855b41e98374accfbf73c37d2c9baa3dc7ff --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001067_person1532_virus_2667.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2c078913ebfb8d26f7a9d3cfbddf41662c4a06554d55b40d79f5a9d152e1369 +size 71481 diff --git a/MendeleyCXR/images/Darwin_00001068_person1534_virus_2670.png b/MendeleyCXR/images/Darwin_00001068_person1534_virus_2670.png new file mode 100644 index 0000000000000000000000000000000000000000..1e6e6477f882788f2ed02e385d9df22ef19c7490 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001068_person1534_virus_2670.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66a8c1ca3f8606fc6f0812bbf8a66d17665f96620344612cbcd730f2fd349b91 +size 67488 diff --git a/MendeleyCXR/images/Darwin_00001069_person1535_virus_2672.png b/MendeleyCXR/images/Darwin_00001069_person1535_virus_2672.png new file mode 100644 index 0000000000000000000000000000000000000000..b4ee7bc8554988a285214ea516ef59cea67a1c4d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001069_person1535_virus_2672.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01116456c964ebdcdb934b86262e0d9f14bf46a01983fc14386391cf5e73d75a +size 69452 diff --git a/MendeleyCXR/images/Darwin_00001071_person1537_virus_2674.png b/MendeleyCXR/images/Darwin_00001071_person1537_virus_2674.png new file mode 100644 index 0000000000000000000000000000000000000000..29c367eb39a0c0e8d2cddb7be3369a7f885a6c6f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001071_person1537_virus_2674.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5a6025419968a675612514b24014b1301ebc01b9887e1809a9fd33ad391b15b +size 77067 diff --git a/MendeleyCXR/images/Darwin_00001072_person1539_virus_2678.png b/MendeleyCXR/images/Darwin_00001072_person1539_virus_2678.png new file mode 100644 index 0000000000000000000000000000000000000000..84880cae0fe17e1be334e730be2e9d5ab047211b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001072_person1539_virus_2678.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4cdc7f1d1dc9f76feba2465e1e9d27408c9c3a77ecc83a700a6852c2fdff5b2 +size 70794 diff --git a/MendeleyCXR/images/Darwin_00001073_person1539_virus_2679.png b/MendeleyCXR/images/Darwin_00001073_person1539_virus_2679.png new file mode 100644 index 0000000000000000000000000000000000000000..ff4e9d693db307d165c47e0069cf9607c0bb8ef9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001073_person1539_virus_2679.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f17c71506fd7c0971c6e01c44197ae75303ed8fd6ba55c96299a98daae5a84ed +size 65018 diff --git a/MendeleyCXR/images/Darwin_00001074_person1540_virus_2680.png b/MendeleyCXR/images/Darwin_00001074_person1540_virus_2680.png new file mode 100644 index 0000000000000000000000000000000000000000..ca6701af4d1ee07b378e8136554bdcdb7279036a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001074_person1540_virus_2680.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:140977b8415b9188d68cc3975db32f4445ec3f223ebd681ea0b4ae4895c0375d +size 71834 diff --git a/MendeleyCXR/images/Darwin_00001075_person1541_virus_2681.png b/MendeleyCXR/images/Darwin_00001075_person1541_virus_2681.png new file mode 100644 index 0000000000000000000000000000000000000000..a6eb789a40a0637073393854e01b04a5a952bfb2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001075_person1541_virus_2681.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57ff266f5fd63d2c2d3f414fd46411e765c3429a11b0a8dfd17b43f7a3169015 +size 67650 diff --git a/MendeleyCXR/images/Darwin_00001076_person1542_virus_2683.png b/MendeleyCXR/images/Darwin_00001076_person1542_virus_2683.png new file mode 100644 index 0000000000000000000000000000000000000000..3b1998b94be784eb1c483feff9458e1129061351 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001076_person1542_virus_2683.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16466bba231240a77ecaee0b47a5170c8fe5a1307e9c975943ef6ed285e8daee +size 70899 diff --git a/MendeleyCXR/images/Darwin_00001077_person1543_virus_2684.png b/MendeleyCXR/images/Darwin_00001077_person1543_virus_2684.png new file mode 100644 index 0000000000000000000000000000000000000000..f84b319ce2e58c6e6a51d11f3041b46deba75bdc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001077_person1543_virus_2684.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ba29d26a12b03122090d8fe19e486a3d7fa7a6c5f4dbcc5de3610431112aa88 +size 65750 diff --git a/MendeleyCXR/images/Darwin_00001078_person1544_virus_2685.png b/MendeleyCXR/images/Darwin_00001078_person1544_virus_2685.png new file mode 100644 index 0000000000000000000000000000000000000000..87fa14eb227802c9003001ad90aad21f5f92c3c8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001078_person1544_virus_2685.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cf63b1bd4c7c80141aa2e82d81017cd15688ce49c6ee7f323085fdc9044667a +size 71588 diff --git a/MendeleyCXR/images/Darwin_00001080_person1547_virus_2688.png b/MendeleyCXR/images/Darwin_00001080_person1547_virus_2688.png new file mode 100644 index 0000000000000000000000000000000000000000..007edb98fdf69fd5ad118a400e0234b07bb91440 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001080_person1547_virus_2688.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b507d86b3483432447fac0b38aa2dbcffd20a19a40258ecbda84b5157f6c2b0f +size 70717 diff --git a/MendeleyCXR/images/Darwin_00001081_person1548_virus_2689.png b/MendeleyCXR/images/Darwin_00001081_person1548_virus_2689.png new file mode 100644 index 0000000000000000000000000000000000000000..6ccbe7fd1a420c1cf05415666d764f6b3b23b9a9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001081_person1548_virus_2689.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d591d74fe66966482e79b4bfda62326340a30924fdcae7badd7d7009baaf91c4 +size 66632 diff --git a/MendeleyCXR/images/Darwin_00001082_person1549_virus_2690.png b/MendeleyCXR/images/Darwin_00001082_person1549_virus_2690.png new file mode 100644 index 0000000000000000000000000000000000000000..48b4f41171d8294bae3e0abfa4ad9b1feada5824 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001082_person1549_virus_2690.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8722e511c1e28ca07c830671aa6207652e48b0cc0c88b91ba187e41a01cc6abf +size 68105 diff --git a/MendeleyCXR/images/Darwin_00001083_person1550_virus_2691.png b/MendeleyCXR/images/Darwin_00001083_person1550_virus_2691.png new file mode 100644 index 0000000000000000000000000000000000000000..22853c6cdac387c86a9acb9aac12abc9980fd09f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001083_person1550_virus_2691.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7608dc553e65dd4ab141a35aeb1e00f055d3aa1eea8ead774c625cd91181803f +size 65146 diff --git a/MendeleyCXR/images/Darwin_00001084_person1551_virus_2692.png b/MendeleyCXR/images/Darwin_00001084_person1551_virus_2692.png new file mode 100644 index 0000000000000000000000000000000000000000..ac0ddd96d870d394fd369d102de14e84071cb53d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001084_person1551_virus_2692.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fff249e1d27baa6a451a73f169b26b9ba788e277affaa41f1c03b58d75f797c2 +size 71425 diff --git a/MendeleyCXR/images/Darwin_00001085_person1554_virus_2696.png b/MendeleyCXR/images/Darwin_00001085_person1554_virus_2696.png new file mode 100644 index 0000000000000000000000000000000000000000..d6e20c10c2f61d14067b87f012063048861635c4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001085_person1554_virus_2696.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15a5c7115410cf0173ecc9207936310f439fe705b2620e312dd1f3448a7488a6 +size 75149 diff --git a/MendeleyCXR/images/Darwin_00001086_person1556_virus_2699.png b/MendeleyCXR/images/Darwin_00001086_person1556_virus_2699.png new file mode 100644 index 0000000000000000000000000000000000000000..dc7629a91cbb41cca4c0c55dd421ca6e52eff8b0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001086_person1556_virus_2699.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70dfc1af464dbb9deacecf02d29cc1b742dacca48e642bac09a1e53873906d7d +size 73055 diff --git a/MendeleyCXR/images/Darwin_00001087_person1564_virus_2719.png b/MendeleyCXR/images/Darwin_00001087_person1564_virus_2719.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2e07892aaaac40ae6cc3d7e3da85b6ca0b8e7b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001087_person1564_virus_2719.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a627d3a347354c6aa760f93864163eed157222269685c69d07bbc0419d4e7af +size 71727 diff --git a/MendeleyCXR/images/Darwin_00001088_person1567_virus_2722.png b/MendeleyCXR/images/Darwin_00001088_person1567_virus_2722.png new file mode 100644 index 0000000000000000000000000000000000000000..ecaab5d4935ceb26416b361f0713d9f764847f43 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001088_person1567_virus_2722.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a107a80d6162d62f098535d4e1651cc51f8688c1016e06ad9d43065d36d78e22 +size 75348 diff --git a/MendeleyCXR/images/Darwin_00001089_person1568_virus_2723.png b/MendeleyCXR/images/Darwin_00001089_person1568_virus_2723.png new file mode 100644 index 0000000000000000000000000000000000000000..8186b28bf29a337c3775e7910ee97ee7a179ce29 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001089_person1568_virus_2723.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c2022cb1af4d966e8280138289145537754ae82989afc7f2b1a1cda3082449c +size 76443 diff --git a/MendeleyCXR/images/Darwin_00001090_person1571_virus_2728.png b/MendeleyCXR/images/Darwin_00001090_person1571_virus_2728.png new file mode 100644 index 0000000000000000000000000000000000000000..91576cec873e8ceb62b208d25963150b7cebfe30 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001090_person1571_virus_2728.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af01edfb31c8a96c059b927a46e314878fcde12cd64ed4c8ac3f020225313705 +size 68420 diff --git a/MendeleyCXR/images/Darwin_00001092_person1577_virus_2735.png b/MendeleyCXR/images/Darwin_00001092_person1577_virus_2735.png new file mode 100644 index 0000000000000000000000000000000000000000..05413756f206d1b1ef2d59634374f9f1be71c53d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001092_person1577_virus_2735.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dcd695dbab31609a684f16565394e4685b38a48ae90403e26f195c9032c0a73 +size 70413 diff --git a/MendeleyCXR/images/Darwin_00001093_person1580_virus_2739.png b/MendeleyCXR/images/Darwin_00001093_person1580_virus_2739.png new file mode 100644 index 0000000000000000000000000000000000000000..751c08294f2e0a2d35e0dbd61d71224650c9c0bf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001093_person1580_virus_2739.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:108c4fc4a16b2f24dae1e3286cd7aa63fd828a78e5bcda321946f29a63f1f793 +size 71857 diff --git a/MendeleyCXR/images/Darwin_00001094_person1581_virus_2741.png b/MendeleyCXR/images/Darwin_00001094_person1581_virus_2741.png new file mode 100644 index 0000000000000000000000000000000000000000..4a3e85c56a5714ab63c8297ea2e11013f9e4c31a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001094_person1581_virus_2741.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f08675026ca8a0cfcece4aba663f63be3a0ce08e3adbaadb9cf2588bb9fdb38 +size 70178 diff --git a/MendeleyCXR/images/Darwin_00001095_person1588_virus_2762.png b/MendeleyCXR/images/Darwin_00001095_person1588_virus_2762.png new file mode 100644 index 0000000000000000000000000000000000000000..6d60bdec3126f035e1c2161a8c448ef13d004016 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001095_person1588_virus_2762.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:632d2362c933d958c30dbd762c38d9c15e02bedc5af94ad75b1ca203694343b6 +size 74115 diff --git a/MendeleyCXR/images/Darwin_00001096_person1589_virus_2763.png b/MendeleyCXR/images/Darwin_00001096_person1589_virus_2763.png new file mode 100644 index 0000000000000000000000000000000000000000..327063c3dce2ce22b111e7f449ac0184931e183b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001096_person1589_virus_2763.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63283fc2828c245160d0c9b8422b90c577dfb278edb9ac9f576cafd07954cb11 +size 71341 diff --git a/MendeleyCXR/images/Darwin_00001097_person1590_virus_2764.png b/MendeleyCXR/images/Darwin_00001097_person1590_virus_2764.png new file mode 100644 index 0000000000000000000000000000000000000000..82190224bbf41559ba6d04f5fd0dd760c70a301f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001097_person1590_virus_2764.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55935c2fb8b1cae6a259b56caea8ede3929f7fe0861489a9855ab3ccc52871bb +size 72132 diff --git a/MendeleyCXR/images/Darwin_00001098_person1591_virus_2765.png b/MendeleyCXR/images/Darwin_00001098_person1591_virus_2765.png new file mode 100644 index 0000000000000000000000000000000000000000..94f97f7c647ca634faab11fcca9bdf263e03c4f7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001098_person1591_virus_2765.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24c0fd1ef7d5ccb41c6cccc8fa2a71635a274187541f2d1f813ae9dd68e79fe1 +size 73767 diff --git a/MendeleyCXR/images/Darwin_00001099_person1592_virus_2766.png b/MendeleyCXR/images/Darwin_00001099_person1592_virus_2766.png new file mode 100644 index 0000000000000000000000000000000000000000..85a459ac3bfd67459e782ae397f73271486f318e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001099_person1592_virus_2766.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bc8425eaa412956307c0bb96f01059f6afeb0b2198a98b46fe811ed3d07c1b2 +size 78087 diff --git a/MendeleyCXR/images/Darwin_00001100_person1593_virus_2767.png b/MendeleyCXR/images/Darwin_00001100_person1593_virus_2767.png new file mode 100644 index 0000000000000000000000000000000000000000..53dc292b3b49502afab3dc192a8226c4ff8f94a6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001100_person1593_virus_2767.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85bb34c6f304fc2ddcf5a48c39fbe2466698242b0fffdcb96156ffa982a11bbb +size 72264 diff --git a/MendeleyCXR/images/Darwin_00001101_person1594_virus_2768.png b/MendeleyCXR/images/Darwin_00001101_person1594_virus_2768.png new file mode 100644 index 0000000000000000000000000000000000000000..dc3c979bc20ba7985df9e3f3ac4987f379b9e289 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001101_person1594_virus_2768.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fcfdb4194168fc502aea977158e6b426d9578c7c55a4db78ffe6946ee5f5ef2 +size 71151 diff --git a/MendeleyCXR/images/Darwin_00001102_person1595_virus_2771.png b/MendeleyCXR/images/Darwin_00001102_person1595_virus_2771.png new file mode 100644 index 0000000000000000000000000000000000000000..29748a0ae3f1a04554ea6a6a42d42ffc8ddb9aef --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001102_person1595_virus_2771.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fff8f80b47032d255c5d19e5ac27eb6c96eba3e926eebbba4ce7779a764ae4c +size 69965 diff --git a/MendeleyCXR/images/Darwin_00001103_person1599_virus_2775.png b/MendeleyCXR/images/Darwin_00001103_person1599_virus_2775.png new file mode 100644 index 0000000000000000000000000000000000000000..d6119211fa4fda03a39694c2e3a69230ccc07afe --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001103_person1599_virus_2775.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2058bac65ee2340c549f7ccdda7764f7b1594eeacbc168830318b23dedf42855 +size 74824 diff --git a/MendeleyCXR/images/Darwin_00001104_person1599_virus_2776.png b/MendeleyCXR/images/Darwin_00001104_person1599_virus_2776.png new file mode 100644 index 0000000000000000000000000000000000000000..d499ac8da93e1ec617677e3536b8c9fc2ba4975f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001104_person1599_virus_2776.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47ab5285444e917c300bd2e08214c21c5d287f680a2bb4bf135404af6195d6b4 +size 73383 diff --git a/MendeleyCXR/images/Darwin_00001105_person145_virus_294.png b/MendeleyCXR/images/Darwin_00001105_person145_virus_294.png new file mode 100644 index 0000000000000000000000000000000000000000..ae2fd19bd11e8daeeeb1843cde86b1e318ba688d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001105_person145_virus_294.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0c3f9a964230b952e5fdef4076ff0533d2a49d193e8780ecdf9a5c1edbf8917 +size 71969 diff --git a/MendeleyCXR/images/Darwin_00001106_person145_virus_295.png b/MendeleyCXR/images/Darwin_00001106_person145_virus_295.png new file mode 100644 index 0000000000000000000000000000000000000000..ba66594e969c00c20f2d46e0051baa307b574ce7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001106_person145_virus_295.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:309875f3b80ef88983124e1f741d135311dabcd0803cfa410a2cbad7e9e9f1c3 +size 67652 diff --git a/MendeleyCXR/images/Darwin_00001107_person146_virus_296.png b/MendeleyCXR/images/Darwin_00001107_person146_virus_296.png new file mode 100644 index 0000000000000000000000000000000000000000..7a9a38b1501cb560f3d76a119576a0eca4997b5d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001107_person146_virus_296.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65cbf58bc27a8eba4e5f28f5d38bc1f22c3047b5977627d049e11ffc9db4a485 +size 72485 diff --git a/MendeleyCXR/images/Darwin_00001108_person147_virus_297.png b/MendeleyCXR/images/Darwin_00001108_person147_virus_297.png new file mode 100644 index 0000000000000000000000000000000000000000..4db125f8b152f61230f50de176b9462cc3df164a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001108_person147_virus_297.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b24e3558cf7dabb17d84281af10975a798dc7e44cdd553c7e344bd731447687e +size 67798 diff --git a/MendeleyCXR/images/Darwin_00001109_person148_virus_298.png b/MendeleyCXR/images/Darwin_00001109_person148_virus_298.png new file mode 100644 index 0000000000000000000000000000000000000000..1599c4589816ecb5eb418957bf356cc52f689a94 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001109_person148_virus_298.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:689551dafedc2d9d32efca95e6748eb60b76468e14f8b30751abfbda0bdf92e8 +size 75410 diff --git a/MendeleyCXR/images/Darwin_00001110_person149_virus_299.png b/MendeleyCXR/images/Darwin_00001110_person149_virus_299.png new file mode 100644 index 0000000000000000000000000000000000000000..efeb3a7f2871db1635bdf99d7fd0821a0a754067 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001110_person149_virus_299.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60760b7d2f92dc643e31bd388e91642fac9fb7f23d763f27ace0e22f5e221adc +size 68168 diff --git a/MendeleyCXR/images/Darwin_00001111_person1448_virus_2468.png b/MendeleyCXR/images/Darwin_00001111_person1448_virus_2468.png new file mode 100644 index 0000000000000000000000000000000000000000..1c9ac04367a61baa0a7a311a4a62de5215552711 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001111_person1448_virus_2468.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74609a3cd4e433ea692e47c8582d0a8fc8ee1b1056315008a83c4e04b636f2f9 +size 70969 diff --git a/MendeleyCXR/images/Darwin_00001112_person1449_virus_2474.png b/MendeleyCXR/images/Darwin_00001112_person1449_virus_2474.png new file mode 100644 index 0000000000000000000000000000000000000000..2f507f18d733da53630bf343e31254c780549e6e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001112_person1449_virus_2474.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21c5bd498188a8b784eda2c5ed7b21da6c75c575621eb10d22bc25b0d63404f8 +size 66622 diff --git a/MendeleyCXR/images/Darwin_00001113_person1449_virus_2476.png b/MendeleyCXR/images/Darwin_00001113_person1449_virus_2476.png new file mode 100644 index 0000000000000000000000000000000000000000..4744120c3bdb30f16916be86eda7f7e89af26050 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001113_person1449_virus_2476.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7645009d4f51a5b05bfd7253861edaf8befa11a133056d830fd165f3f453666c +size 77131 diff --git a/MendeleyCXR/images/Darwin_00001114_person1451_virus_2479.png b/MendeleyCXR/images/Darwin_00001114_person1451_virus_2479.png new file mode 100644 index 0000000000000000000000000000000000000000..09356c4cfea89c6e07ec5ad82ffb332e7a775b88 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001114_person1451_virus_2479.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bea23ec801c12dc0c7aee5167fd777fe6d6d2e1514caa556b07f3dcc5204345 +size 70313 diff --git a/MendeleyCXR/images/Darwin_00001115_person1451_virus_2480.png b/MendeleyCXR/images/Darwin_00001115_person1451_virus_2480.png new file mode 100644 index 0000000000000000000000000000000000000000..21843b7d7304900855131e0a113d824ff2ebcefb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001115_person1451_virus_2480.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c01df9985399b3bebb9c8f93d3058e9a22467525944d3fb48e712f76e70367a +size 83328 diff --git a/MendeleyCXR/images/Darwin_00001116_person1451_virus_2482.png b/MendeleyCXR/images/Darwin_00001116_person1451_virus_2482.png new file mode 100644 index 0000000000000000000000000000000000000000..440c0e3f0c4931121fe9a12b1c3586779fae6805 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001116_person1451_virus_2482.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9180ced7f7e456c51c09eed00a3c87af98c708bd6a48eae591e41e0b5935565c +size 67978 diff --git a/MendeleyCXR/images/Darwin_00001117_person1452_virus_2484.png b/MendeleyCXR/images/Darwin_00001117_person1452_virus_2484.png new file mode 100644 index 0000000000000000000000000000000000000000..3cbca117ab1605874ef7c9c61c7162f18cc35439 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001117_person1452_virus_2484.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da388b90449498acc22b858f96387a8df638a26a50902a78861d002a422ba55c +size 73234 diff --git a/MendeleyCXR/images/Darwin_00001118_person1453_virus_2485.png b/MendeleyCXR/images/Darwin_00001118_person1453_virus_2485.png new file mode 100644 index 0000000000000000000000000000000000000000..aa8a22d8e7e82d5585fecfb4925068ba4121597c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001118_person1453_virus_2485.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfc32bd183099da8a73fd761415b7e267e9e7b4ffa0cb0dd09351445efc1142b +size 69860 diff --git a/MendeleyCXR/images/Darwin_00001119_person1454_virus_2486.png b/MendeleyCXR/images/Darwin_00001119_person1454_virus_2486.png new file mode 100644 index 0000000000000000000000000000000000000000..335e8f3f7cc1c65c57d7356bcc5b4b984cef0374 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001119_person1454_virus_2486.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50e395c789ff7bd5e8ce34d6c7e672da92f48ba016946c554de6725a1a10d617 +size 70577 diff --git a/MendeleyCXR/images/Darwin_00001120_person1455_virus_2487.png b/MendeleyCXR/images/Darwin_00001120_person1455_virus_2487.png new file mode 100644 index 0000000000000000000000000000000000000000..80ef558733b2cf40839a042d9e1759127637c062 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001120_person1455_virus_2487.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a438d5814803d8f938dcd6f45df2568a9d6ae1c19ba4eefcc9c2735a965e7d01 +size 65322 diff --git a/MendeleyCXR/images/Darwin_00001121_person1455_virus_2488.png b/MendeleyCXR/images/Darwin_00001121_person1455_virus_2488.png new file mode 100644 index 0000000000000000000000000000000000000000..5972e0f77da528e10356564cc04c710a76fef790 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001121_person1455_virus_2488.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf949560ac3e43311ef1d5c5b0485c94a8cf4b28b23137e9dce002e5b0f35fbf +size 68756 diff --git a/MendeleyCXR/images/Darwin_00001123_person1455_virus_2490.png b/MendeleyCXR/images/Darwin_00001123_person1455_virus_2490.png new file mode 100644 index 0000000000000000000000000000000000000000..a3fe35d5933a1e06ba2b7375a040c290fa722c1a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001123_person1455_virus_2490.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f53cb38da5bdc60f1e9b31e8daff2413130ea6297b9c91019dbcbf4bebece8f4 +size 64433 diff --git a/MendeleyCXR/images/Darwin_00001124_person1455_virus_2492.png b/MendeleyCXR/images/Darwin_00001124_person1455_virus_2492.png new file mode 100644 index 0000000000000000000000000000000000000000..739b2244bae1a5ff5c26a79a6c1113f338cf690c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001124_person1455_virus_2492.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de592e877de5b29aad84a5f186c0fd33859ead5f1c27c445092550d23c68d78b +size 67140 diff --git a/MendeleyCXR/images/Darwin_00001125_person1455_virus_2496.png b/MendeleyCXR/images/Darwin_00001125_person1455_virus_2496.png new file mode 100644 index 0000000000000000000000000000000000000000..2622edb99797689e647a6f90d3d3c605d8664d42 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001125_person1455_virus_2496.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61fa6fa87d006a13c19325940ccef97eff676e1162b63e42aca34368f4a397d2 +size 71851 diff --git a/MendeleyCXR/images/Darwin_00001126_person1457_virus_2498.png b/MendeleyCXR/images/Darwin_00001126_person1457_virus_2498.png new file mode 100644 index 0000000000000000000000000000000000000000..bc7136c7a23c73e232a106d65bf16d85da1a91ba --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001126_person1457_virus_2498.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c0d54fe0caa5628df4dcd6d2fb90fe7ca6b8daaae34a59bdd5c6ed6d4ed4b8c +size 72241 diff --git a/MendeleyCXR/images/Darwin_00001127_person1458_virus_2501.png b/MendeleyCXR/images/Darwin_00001127_person1458_virus_2501.png new file mode 100644 index 0000000000000000000000000000000000000000..097f05573f2b7b7086deef8244340a74a2183bf9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001127_person1458_virus_2501.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb7b394558ac080a49fe401d684dbcb7807874ea8b70ebfaaf8e8a4a4e061049 +size 73976 diff --git a/MendeleyCXR/images/Darwin_00001128_person1458_virus_2502.png b/MendeleyCXR/images/Darwin_00001128_person1458_virus_2502.png new file mode 100644 index 0000000000000000000000000000000000000000..eb3f49050f676cb2d26a1380f5235e29194bae07 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001128_person1458_virus_2502.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06cc74fe239739bb789d0ea36746b71bfa0d0fec414e43eec87b454db699a641 +size 69206 diff --git a/MendeleyCXR/images/Darwin_00001129_person1458_virus_2503.png b/MendeleyCXR/images/Darwin_00001129_person1458_virus_2503.png new file mode 100644 index 0000000000000000000000000000000000000000..55d2811742b655786a54e6530ab3168960be4a5b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001129_person1458_virus_2503.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd2c87d36f0199b6b3878fb8a75d6e694c5dff4a323c05c0852a251a29d614d8 +size 73074 diff --git a/MendeleyCXR/images/Darwin_00001130_person1459_virus_2506.png b/MendeleyCXR/images/Darwin_00001130_person1459_virus_2506.png new file mode 100644 index 0000000000000000000000000000000000000000..6b4497cd6854494e73d184dc02be20d9d92149c6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001130_person1459_virus_2506.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d976f85d59a57b6466dbb8ee4b9bca62c9d098eae7c57d9f3d465956e5933e74 +size 74013 diff --git a/MendeleyCXR/images/Darwin_00001131_person1460_virus_2507.png b/MendeleyCXR/images/Darwin_00001131_person1460_virus_2507.png new file mode 100644 index 0000000000000000000000000000000000000000..4fa9308424e144efe9a815cbaa6cfb32dac06e2d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001131_person1460_virus_2507.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66c982425294f14a59228c8cb8cddbaaa28963ea7446ff3cbbbf98d6e1b007b3 +size 69033 diff --git a/MendeleyCXR/images/Darwin_00001132_person1460_virus_2509.png b/MendeleyCXR/images/Darwin_00001132_person1460_virus_2509.png new file mode 100644 index 0000000000000000000000000000000000000000..6836e6ba9170f54c84ab98d7ce9ff6552d00ccfe --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001132_person1460_virus_2509.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b33158fe64d99ffeebba4dc97dc53223f8a44843d8e76b4571011fc687a20c38 +size 79206 diff --git a/MendeleyCXR/images/Darwin_00001133_person1461_virus_2510.png b/MendeleyCXR/images/Darwin_00001133_person1461_virus_2510.png new file mode 100644 index 0000000000000000000000000000000000000000..9bb1c62d6c38eeaf22ba03790dafa93b0b5d5700 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001133_person1461_virus_2510.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fdaf1e852915d6f3210e02eb4743d70ba9fcfdc91f411857ac738e8266a3d03 +size 81094 diff --git a/MendeleyCXR/images/Darwin_00001134_person1462_virus_2512.png b/MendeleyCXR/images/Darwin_00001134_person1462_virus_2512.png new file mode 100644 index 0000000000000000000000000000000000000000..c0d6c4ec65e24c2628a1232dd7b9979439bfe342 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001134_person1462_virus_2512.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8592a0fd1e3a53750ea5653d08f033872f1791fe1ddbe543a3309e6d08ea74b5 +size 86265 diff --git a/MendeleyCXR/images/Darwin_00001135_person1463_virus_2516.png b/MendeleyCXR/images/Darwin_00001135_person1463_virus_2516.png new file mode 100644 index 0000000000000000000000000000000000000000..14b7a9d7fb64e2b164ac5d3e6d800bc278a53500 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001135_person1463_virus_2516.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d28984d6fa6562e948e47450e05a415aa64488ccb72200c74b03ba5694a8921 +size 65738 diff --git a/MendeleyCXR/images/Darwin_00001136_person1465_virus_2530.png b/MendeleyCXR/images/Darwin_00001136_person1465_virus_2530.png new file mode 100644 index 0000000000000000000000000000000000000000..f88000f4f3f66df19dfd7ce93f93c2026f130912 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001136_person1465_virus_2530.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3630f6a552b10d0f71db2765d906e942827e6d6608b2000e3ce1c2fb4ec66547 +size 74463 diff --git a/MendeleyCXR/images/Darwin_00001137_person1465_virus_2531.png b/MendeleyCXR/images/Darwin_00001137_person1465_virus_2531.png new file mode 100644 index 0000000000000000000000000000000000000000..30483c87bea6b30f12c103ad20225788594db444 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001137_person1465_virus_2531.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1540f91ad3cd3f6ee8ca9e0fc85ff11d4ba10a2783ebd2b64fa07eed00f753bb +size 75733 diff --git a/MendeleyCXR/images/Darwin_00001138_person1465_virus_2532.png b/MendeleyCXR/images/Darwin_00001138_person1465_virus_2532.png new file mode 100644 index 0000000000000000000000000000000000000000..916cfd50c24bbbab825e7618155e446550979bc1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001138_person1465_virus_2532.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc1e5414307f75ee85876958e086c6cd38e8f62a7a22d53741d24cd186756379 +size 69146 diff --git a/MendeleyCXR/images/Darwin_00001139_person1465_virus_2537.png b/MendeleyCXR/images/Darwin_00001139_person1465_virus_2537.png new file mode 100644 index 0000000000000000000000000000000000000000..591e30134c2c730fe95feec2e442148c23138266 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001139_person1465_virus_2537.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc410369332bef837c43ee13596851313cf1e6deaf91cf3724adc93149ebebec +size 74316 diff --git a/MendeleyCXR/images/Darwin_00001140_person1466_virus_2541.png b/MendeleyCXR/images/Darwin_00001140_person1466_virus_2541.png new file mode 100644 index 0000000000000000000000000000000000000000..afb27916841679d5a06970c71e894e0225352bc5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001140_person1466_virus_2541.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12f1aeae9931cd86af7a894900421cd2dc6e2598fa4775701e15780cde50c253 +size 65478 diff --git a/MendeleyCXR/images/Darwin_00001141_person1466_virus_2542.png b/MendeleyCXR/images/Darwin_00001141_person1466_virus_2542.png new file mode 100644 index 0000000000000000000000000000000000000000..a64073f59b8abdbd9f5e8e5b81160d0dee4176cb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001141_person1466_virus_2542.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e0c4b067c2ee65db85c1ac9e4ecf7834b449398cb37a957a36561f588eb4b96 +size 68638 diff --git a/MendeleyCXR/images/Darwin_00001142_person1466_virus_2543.png b/MendeleyCXR/images/Darwin_00001142_person1466_virus_2543.png new file mode 100644 index 0000000000000000000000000000000000000000..8cc5cd0682413dd096240ced9102e508c009c9ba --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001142_person1466_virus_2543.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f95568b705796e3a6012450dde091dc80dabceec90c4c8902229a510a122a40 +size 75397 diff --git a/MendeleyCXR/images/Darwin_00001143_person1467_virus_2544.png b/MendeleyCXR/images/Darwin_00001143_person1467_virus_2544.png new file mode 100644 index 0000000000000000000000000000000000000000..91b94580f3bcee19fb5664a3806a64425690693f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001143_person1467_virus_2544.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8191c474caac3c901f0f20f908c7bb479ffa8cc428c51399437cca6a574739d4 +size 69445 diff --git a/MendeleyCXR/images/Darwin_00001144_person1468_virus_2545.png b/MendeleyCXR/images/Darwin_00001144_person1468_virus_2545.png new file mode 100644 index 0000000000000000000000000000000000000000..3f4b20a51470abf548270d6585edd50b067b8b0d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001144_person1468_virus_2545.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12bc91542148ccf3484fa936201356ed6ef7a322ea7f781f3b2dc48323c6fc2f +size 72820 diff --git a/MendeleyCXR/images/Darwin_00001145_person1468_virus_2546.png b/MendeleyCXR/images/Darwin_00001145_person1468_virus_2546.png new file mode 100644 index 0000000000000000000000000000000000000000..2b506dc61e10ba0d77e72b8d9cf21a5f2e89f106 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001145_person1468_virus_2546.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a53157bdf38c2a1816611e6321ae1591ee045a8989b7f2f49c0e103802fc007 +size 77426 diff --git a/MendeleyCXR/images/Darwin_00001146_person1469_virus_2547.png b/MendeleyCXR/images/Darwin_00001146_person1469_virus_2547.png new file mode 100644 index 0000000000000000000000000000000000000000..d3a2284deb204a80d003b036762037f2316c28f2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001146_person1469_virus_2547.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4d7bb6f7b292d3eda935da26c216014a78b2c6e7a217eb45dfc847e869e346e +size 78734 diff --git a/MendeleyCXR/images/Darwin_00001147_person1471_virus_2549.png b/MendeleyCXR/images/Darwin_00001147_person1471_virus_2549.png new file mode 100644 index 0000000000000000000000000000000000000000..d830307696a78a6164310842d6d456cb7df2f7a4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001147_person1471_virus_2549.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:277925d6163296500a625861a3dc8dc36972c68f58398356b7620c7e21066b54 +size 70827 diff --git a/MendeleyCXR/images/Darwin_00001148_person1472_virus_2550.png b/MendeleyCXR/images/Darwin_00001148_person1472_virus_2550.png new file mode 100644 index 0000000000000000000000000000000000000000..33bc665de59aeac6aa008b52fc0731637e59d327 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001148_person1472_virus_2550.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bdf16e3c2bbc7a6f7b0ab30c1d15c82346fbaea3842632200401682ea98fd2b +size 73626 diff --git a/MendeleyCXR/images/Darwin_00001149_person1473_virus_2551.png b/MendeleyCXR/images/Darwin_00001149_person1473_virus_2551.png new file mode 100644 index 0000000000000000000000000000000000000000..5b28cbce126dd479106168a38f28d9e3971ecdd6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001149_person1473_virus_2551.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d12cd5167dfa9847c4a0feda3f70cc411910002fe65de6436e665de216ba415 +size 74853 diff --git a/MendeleyCXR/images/Darwin_00001150_person1473_virus_2553.png b/MendeleyCXR/images/Darwin_00001150_person1473_virus_2553.png new file mode 100644 index 0000000000000000000000000000000000000000..e549ca29963e0f42084dbf6f7d29107888567bc9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001150_person1473_virus_2553.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37971d1be08adb0e1fbc4561bbabefb972bb2244aea52e6f6ca24f0e7612d1af +size 67392 diff --git a/MendeleyCXR/images/Darwin_00001151_person1474_virus_2556.png b/MendeleyCXR/images/Darwin_00001151_person1474_virus_2556.png new file mode 100644 index 0000000000000000000000000000000000000000..304cd9f9728951f6fb9c472d0abf836ccc3eaad4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001151_person1474_virus_2556.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2319ff3a4fa789bc239fcf8e941bc65b06bc62855d2bfa1afe72555d3594c999 +size 74121 diff --git a/MendeleyCXR/images/Darwin_00001152_person1474_virus_2557.png b/MendeleyCXR/images/Darwin_00001152_person1474_virus_2557.png new file mode 100644 index 0000000000000000000000000000000000000000..6c565692367afa6bf1aa69cabcc7117fca8c1540 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001152_person1474_virus_2557.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:548d56c2132e554f1f1ab11768cc90389df3dd8c221a6c4e7cc69b29a19f0687 +size 68612 diff --git a/MendeleyCXR/images/Darwin_00001153_person1475_virus_2558.png b/MendeleyCXR/images/Darwin_00001153_person1475_virus_2558.png new file mode 100644 index 0000000000000000000000000000000000000000..e7c41aba17b7a7346cfd74e47f4fed17f8e26c08 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001153_person1475_virus_2558.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14fa618c3d646c6d23e6d1e6eb3426cc2fb93b869b728a8e6b03e12474e60cb7 +size 75879 diff --git a/MendeleyCXR/images/Darwin_00001154_person1476_virus_2560.png b/MendeleyCXR/images/Darwin_00001154_person1476_virus_2560.png new file mode 100644 index 0000000000000000000000000000000000000000..9e4d9542c016e972717acd1b7f458d743cb65a1d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001154_person1476_virus_2560.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:296adeb443151c3401982598a7c9833a7bc744473663c03b78162c7225566e00 +size 77213 diff --git a/MendeleyCXR/images/Darwin_00001155_person1477_virus_2561.png b/MendeleyCXR/images/Darwin_00001155_person1477_virus_2561.png new file mode 100644 index 0000000000000000000000000000000000000000..9b3989e94674fbf283c6b59af7da0e6ba068e832 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001155_person1477_virus_2561.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78789ee6c0fb923ab80e8c3f0636d8e2a747ab76496925dad47deb71197ed7df +size 77849 diff --git a/MendeleyCXR/images/Darwin_00001156_person1480_virus_2566.png b/MendeleyCXR/images/Darwin_00001156_person1480_virus_2566.png new file mode 100644 index 0000000000000000000000000000000000000000..51807745852d84bb51fb751dc9ff30110dff674b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001156_person1480_virus_2566.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbff84f393c675913e5c75c26fe994f78aa8cb1cba382cdc931be8193bf739f4 +size 74660 diff --git a/MendeleyCXR/images/Darwin_00001157_person1481_virus_2567.png b/MendeleyCXR/images/Darwin_00001157_person1481_virus_2567.png new file mode 100644 index 0000000000000000000000000000000000000000..69d433ec7c7465b7f5b6fab9f94c9f3a178677a1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001157_person1481_virus_2567.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22ef66d60d3f901751d481d0365eefdf594054bf90a609fbeed736b431fa34ee +size 78649 diff --git a/MendeleyCXR/images/Darwin_00001158_person1482_virus_2569.png b/MendeleyCXR/images/Darwin_00001158_person1482_virus_2569.png new file mode 100644 index 0000000000000000000000000000000000000000..5dc7e0deefdfd7423ee849d2373f2960fca67759 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001158_person1482_virus_2569.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fac33aed209953027c09bc0be89fbc29f209aa5e3b82bb9b13e8930dc16ae08 +size 69775 diff --git a/MendeleyCXR/images/Darwin_00001159_person1482_virus_2570.png b/MendeleyCXR/images/Darwin_00001159_person1482_virus_2570.png new file mode 100644 index 0000000000000000000000000000000000000000..e51ff6dd302744528110ceeb9c25821daab05c19 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001159_person1482_virus_2570.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a4535c3b9db1af3e81cb026c9635d5f65e6561cf3589a46f07c145d9bcec423 +size 67434 diff --git a/MendeleyCXR/images/Darwin_00001160_person1482_virus_2571.png b/MendeleyCXR/images/Darwin_00001160_person1482_virus_2571.png new file mode 100644 index 0000000000000000000000000000000000000000..e2945b3066c59fd3a51ab4791df4bc8b2abb7f4a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001160_person1482_virus_2571.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da050557e6a336a516097f27abcae19a5eb4ab8a4529c0d2381fe814268e2980 +size 66362 diff --git a/MendeleyCXR/images/Darwin_00001161_person1482_virus_2572.png b/MendeleyCXR/images/Darwin_00001161_person1482_virus_2572.png new file mode 100644 index 0000000000000000000000000000000000000000..87ada7553fe7035284d66663aacf802b5edb2ed1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001161_person1482_virus_2572.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0e18f85f13d603715464d0d2a085604b01a992b913986c425053194e8a53dab +size 67924 diff --git a/MendeleyCXR/images/Darwin_00001162_person1482_virus_2573.png b/MendeleyCXR/images/Darwin_00001162_person1482_virus_2573.png new file mode 100644 index 0000000000000000000000000000000000000000..e6a68f5753711e7b724d81dcec160416de9f808c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001162_person1482_virus_2573.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da3e5b52656637a53111f88e9e88344ba35dcacb2166b0d8355fac927325bf21 +size 72315 diff --git a/MendeleyCXR/images/Darwin_00001163_person1483_virus_2574.png b/MendeleyCXR/images/Darwin_00001163_person1483_virus_2574.png new file mode 100644 index 0000000000000000000000000000000000000000..0e4e2e1954c79c3e092ef9a9b9c2277e8468d9ba --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001163_person1483_virus_2574.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf357d71724aaab414bf69c94e5f1e6c7cae1203d6c62f4ee0accda158227372 +size 77133 diff --git a/MendeleyCXR/images/Darwin_00001164_person1484_virus_2576.png b/MendeleyCXR/images/Darwin_00001164_person1484_virus_2576.png new file mode 100644 index 0000000000000000000000000000000000000000..877c73da820528ab31387278ea6cd324fafc4f76 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001164_person1484_virus_2576.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78472bec5ee614ea6a208b3e6137ddc8bcfb47cba451c67d96a559f1ff5e6b30 +size 73041 diff --git a/MendeleyCXR/images/Darwin_00001165_person1484_virus_2577.png b/MendeleyCXR/images/Darwin_00001165_person1484_virus_2577.png new file mode 100644 index 0000000000000000000000000000000000000000..c193d70fe36200d17496f61820fd18d84b9e61c4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001165_person1484_virus_2577.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5671fe17d87b0d0059d8ddd16a1ff0b74dfc8e6b0ae182382ac28c3b3bc8c844 +size 73891 diff --git a/MendeleyCXR/images/Darwin_00001166_person1486_virus_2580.png b/MendeleyCXR/images/Darwin_00001166_person1486_virus_2580.png new file mode 100644 index 0000000000000000000000000000000000000000..6e36267b296c06d9ec3b11b9833827ea4f88c448 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001166_person1486_virus_2580.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e99c253353a221300317fd460ea95a290ed7716030985d21bb360a8a2adfe3a +size 70659 diff --git a/MendeleyCXR/images/Darwin_00001167_person1488_virus_2585.png b/MendeleyCXR/images/Darwin_00001167_person1488_virus_2585.png new file mode 100644 index 0000000000000000000000000000000000000000..4582ff3961b99a6661180d8b409f214b9a93fd7a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001167_person1488_virus_2585.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f54052556be62cca87df85c4e506bd9f53c703caf37f5bb160c027bb021d51c +size 73982 diff --git a/MendeleyCXR/images/Darwin_00001168_person1488_virus_2587.png b/MendeleyCXR/images/Darwin_00001168_person1488_virus_2587.png new file mode 100644 index 0000000000000000000000000000000000000000..12d0ebe61b25fa5a9a3c9d8037b88ea8feb2c2b8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001168_person1488_virus_2587.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a830dcdde277fe72a3e068c3991ee1633e740da3ea6dc082087b366755cd341 +size 74819 diff --git a/MendeleyCXR/images/Darwin_00001169_person1488_virus_2589.png b/MendeleyCXR/images/Darwin_00001169_person1488_virus_2589.png new file mode 100644 index 0000000000000000000000000000000000000000..9fb2b1053ba5410f6f46d52713c6572b267eb1ee --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001169_person1488_virus_2589.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:924afdaf3ebc3dd2781370e9eddc7b4414d2b02dd6e915566fe2e7fd985075d9 +size 76498 diff --git a/MendeleyCXR/images/Darwin_00001170_person1488_virus_2592.png b/MendeleyCXR/images/Darwin_00001170_person1488_virus_2592.png new file mode 100644 index 0000000000000000000000000000000000000000..403fa53f74d6092be59ced8ab5615afd4e8e0921 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001170_person1488_virus_2592.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17945a62dc79c21687fc7529c288beacedaeecbc6a4749312d340bef596306be +size 71679 diff --git a/MendeleyCXR/images/Darwin_00001171_person1488_virus_2593.png b/MendeleyCXR/images/Darwin_00001171_person1488_virus_2593.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb83f757b4400ab2afd67eef420f3489612fe85 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001171_person1488_virus_2593.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51e9d5d37eff91165cb7a0a729d029348c58a2d900b1bd8d867413b155cace17 +size 76473 diff --git a/MendeleyCXR/images/Darwin_00001172_person1489_virus_2594.png b/MendeleyCXR/images/Darwin_00001172_person1489_virus_2594.png new file mode 100644 index 0000000000000000000000000000000000000000..5f11d49f5571eaa940c0ecc8a7c08dc63dbf7b28 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001172_person1489_virus_2594.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:451f5290bd2c86107d759658209909ee5dcca882d2a0595a1ef0ac6fe6f92ef6 +size 74989 diff --git a/MendeleyCXR/images/Darwin_00001173_person1490_virus_2596.png b/MendeleyCXR/images/Darwin_00001173_person1490_virus_2596.png new file mode 100644 index 0000000000000000000000000000000000000000..306d1c374953cb053b658b5bc7107aa88e504d79 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001173_person1490_virus_2596.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:761631e22fb22e5fccbe9bb66e51f65156f1b29318f4536f143732b22b904e8e +size 77898 diff --git a/MendeleyCXR/images/Darwin_00001174_person1491_virus_2597.png b/MendeleyCXR/images/Darwin_00001174_person1491_virus_2597.png new file mode 100644 index 0000000000000000000000000000000000000000..8b7c7b2ccda6a9e2c8310be52db431540fe21a8a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001174_person1491_virus_2597.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc5da2aa70cb48c2a09a12676ae3d9f2936deec432da33d1a95c13941dd5cc9d +size 75332 diff --git a/MendeleyCXR/images/Darwin_00001175_person1492_virus_2599.png b/MendeleyCXR/images/Darwin_00001175_person1492_virus_2599.png new file mode 100644 index 0000000000000000000000000000000000000000..a18e6672de9027ff52c2ab471e133cdb06ab377b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001175_person1492_virus_2599.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60ed72787b98b1426a6f92cf7a3eb3af15abe8614490ab59e7fe60c5067ff3d8 +size 74086 diff --git a/MendeleyCXR/images/Darwin_00001176_person1494_virus_2601.png b/MendeleyCXR/images/Darwin_00001176_person1494_virus_2601.png new file mode 100644 index 0000000000000000000000000000000000000000..3e3bfced1ad01161e3740308e577cbb10e00bf63 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001176_person1494_virus_2601.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3759f74ff5e33d98267bde29170a4102508884138caea0f586a709f3655cc082 +size 75326 diff --git a/MendeleyCXR/images/Darwin_00001177_person1495_virus_2603.png b/MendeleyCXR/images/Darwin_00001177_person1495_virus_2603.png new file mode 100644 index 0000000000000000000000000000000000000000..d8658d081a21f25739493b7f4a5a48807279321b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001177_person1495_virus_2603.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57672d2c9c11014d5ac56e7c94389738f9c14f770e5b4ae646463a83f4483d6e +size 64407 diff --git a/MendeleyCXR/images/Darwin_00001178_person1496_virus_2605.png b/MendeleyCXR/images/Darwin_00001178_person1496_virus_2605.png new file mode 100644 index 0000000000000000000000000000000000000000..e1ebd70936b905a1238900e4ac5cc9ac3f38a5db --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001178_person1496_virus_2605.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8be14da5ef4f1d032e5431cd50202878798a722295ce242dc9d19745a0f31a4d +size 67614 diff --git a/MendeleyCXR/images/Darwin_00001179_person1496_virus_2606.png b/MendeleyCXR/images/Darwin_00001179_person1496_virus_2606.png new file mode 100644 index 0000000000000000000000000000000000000000..b0639b98a3d36e5a57b11ab5f8c99aec44860d33 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001179_person1496_virus_2606.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5785389a764bf126c7cc9fb60aa6f0cd1f289f4e2390eb34de526f2d4d1209e +size 68717 diff --git a/MendeleyCXR/images/Darwin_00001180_person1497_virus_2607.png b/MendeleyCXR/images/Darwin_00001180_person1497_virus_2607.png new file mode 100644 index 0000000000000000000000000000000000000000..6c581aef35b7012c3eb6b13372902a133309dd2d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001180_person1497_virus_2607.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf93f9af3196d592d21ffacc743ffe46ecf397ea099efa98d0115c274bdde4ed +size 76744 diff --git a/MendeleyCXR/images/Darwin_00001181_person1499_virus_2609.png b/MendeleyCXR/images/Darwin_00001181_person1499_virus_2609.png new file mode 100644 index 0000000000000000000000000000000000000000..ef493d2fe9f59dc57b1b3812e959e27361a04bb2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001181_person1499_virus_2609.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbb83eb452f905c3f76098a70ea7a2cae7240fb95728b6124313992ff3973d25 +size 76198 diff --git a/MendeleyCXR/images/Darwin_00001182_person1500_virus_2610.png b/MendeleyCXR/images/Darwin_00001182_person1500_virus_2610.png new file mode 100644 index 0000000000000000000000000000000000000000..8350143fc9e64cc3077d576cb81ab39fbc846b48 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001182_person1500_virus_2610.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3805ddadda92d6d45b3beac7399953727c000a862715ee92cf86f1d12362300 +size 71603 diff --git a/MendeleyCXR/images/Darwin_00001183_person1501_virus_2611.png b/MendeleyCXR/images/Darwin_00001183_person1501_virus_2611.png new file mode 100644 index 0000000000000000000000000000000000000000..b9beca0f9fb675f1184618ee9d188183fbf86dcb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001183_person1501_virus_2611.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17a69e2319ee37b3713323b8454d31cc4cbb00df651ce2261e6463903a71ffbf +size 74083 diff --git a/MendeleyCXR/images/Darwin_00001184_person1502_virus_2612.png b/MendeleyCXR/images/Darwin_00001184_person1502_virus_2612.png new file mode 100644 index 0000000000000000000000000000000000000000..56e882bd96a181bc38de47f0ff921b73d1854df4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001184_person1502_virus_2612.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56033bb1e0095d3947a732d1e61c7f89a2689c462ff1cf6fef5f51c02d6fbbb5 +size 72716 diff --git a/MendeleyCXR/images/Darwin_00001185_person1503_virus_2613.png b/MendeleyCXR/images/Darwin_00001185_person1503_virus_2613.png new file mode 100644 index 0000000000000000000000000000000000000000..2f60b538547e006656e569563fdadde40fa64fca --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001185_person1503_virus_2613.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d5c67eb3ff197252b43e2f519fcfc56219eea77990f10fa0c04c904b7b76bdc +size 74507 diff --git a/MendeleyCXR/images/Darwin_00001186_person1504_virus_2614.png b/MendeleyCXR/images/Darwin_00001186_person1504_virus_2614.png new file mode 100644 index 0000000000000000000000000000000000000000..e46ad23c60933dab6aad75027678a221c3d608d6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001186_person1504_virus_2614.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21beba5d9049446e4b6e2a378a1856cf7d26acf0042b79d63569d6cc32e13440 +size 72612 diff --git a/MendeleyCXR/images/Darwin_00001187_person1505_virus_2615.png b/MendeleyCXR/images/Darwin_00001187_person1505_virus_2615.png new file mode 100644 index 0000000000000000000000000000000000000000..c86b6f2838cc68f48f7efdc437b72a1d329facb4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001187_person1505_virus_2615.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d37da077600195f45f894226424225e1f2ec769462795726afdff4ab8a9b7c15 +size 73650 diff --git a/MendeleyCXR/images/Darwin_00001188_person1506_virus_2616.png b/MendeleyCXR/images/Darwin_00001188_person1506_virus_2616.png new file mode 100644 index 0000000000000000000000000000000000000000..b6cb464b6726ff983fa503caf67375aa33177102 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001188_person1506_virus_2616.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d69fc061a90b0e7bbdefaecd1e6b473967250038dd6c8f6aaf745f3d2cfe34be +size 75701 diff --git a/MendeleyCXR/images/Darwin_00001189_person1509_virus_2621.png b/MendeleyCXR/images/Darwin_00001189_person1509_virus_2621.png new file mode 100644 index 0000000000000000000000000000000000000000..fbe191ae6cefc53524357ef96e506bb88cfbeb99 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001189_person1509_virus_2621.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7304bf53fa337c68163aebe6cab0c84045556cfc520175d98b4116665ac34241 +size 73925 diff --git a/MendeleyCXR/images/Darwin_00001190_person1510_virus_2628.png b/MendeleyCXR/images/Darwin_00001190_person1510_virus_2628.png new file mode 100644 index 0000000000000000000000000000000000000000..82250d20590d01a59285c6952917b725481c1e87 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001190_person1510_virus_2628.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a72cd6f9c64e2319d045d6bbaffe8c150ce93f4031dde10d3e56b0c7c08f9ce +size 67950 diff --git a/MendeleyCXR/images/Darwin_00001191_person1510_virus_2629.png b/MendeleyCXR/images/Darwin_00001191_person1510_virus_2629.png new file mode 100644 index 0000000000000000000000000000000000000000..1b5a0a26c88393793cb7c1dd4efddd30be382354 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001191_person1510_virus_2629.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e1b2cc819c52bfb7c8916e1ba596110429f7d2164e0e85cedf32b6836c659c8 +size 71677 diff --git a/MendeleyCXR/images/Darwin_00001192_person1512_virus_2631.png b/MendeleyCXR/images/Darwin_00001192_person1512_virus_2631.png new file mode 100644 index 0000000000000000000000000000000000000000..6194d9276978638a8211a39dd1359caa116b3d87 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001192_person1512_virus_2631.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87605a26565c69ed2c40d16804d7831ad16a73a2d31b388c524a51e07674076e +size 71747 diff --git a/MendeleyCXR/images/Darwin_00001193_person1513_virus_2632.png b/MendeleyCXR/images/Darwin_00001193_person1513_virus_2632.png new file mode 100644 index 0000000000000000000000000000000000000000..798772c8bd16eef629bba65b88e64f18a5d03dd3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001193_person1513_virus_2632.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20fbeef4ad93be0c9a7dcec6e0c4ff57894bf5cd3cfd26fd73f9c4a53fb6d8d9 +size 75512 diff --git a/MendeleyCXR/images/Darwin_00001194_person1514_virus_2633.png b/MendeleyCXR/images/Darwin_00001194_person1514_virus_2633.png new file mode 100644 index 0000000000000000000000000000000000000000..1295b446252b0984028047234b7d72afb62d2b26 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001194_person1514_virus_2633.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52e1ad559bb3e60050cdf1c294dedfa81e50db4ffa132458c5d5097e4b0db1c5 +size 70785 diff --git a/MendeleyCXR/images/Darwin_00001195_person135_virus_270.png b/MendeleyCXR/images/Darwin_00001195_person135_virus_270.png new file mode 100644 index 0000000000000000000000000000000000000000..1dc9cc9020b368faae2aa3ae624aa0f87e3a6199 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001195_person135_virus_270.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbbb4d1b999222f4ae5aa152555266c20b4c21748b08012b32da6a968c25b291 +size 71131 diff --git a/MendeleyCXR/images/Darwin_00001196_person135_virus_271.png b/MendeleyCXR/images/Darwin_00001196_person135_virus_271.png new file mode 100644 index 0000000000000000000000000000000000000000..26c0b72595c5105d816a854889f81b75468c22b4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001196_person135_virus_271.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d39b61dadab5e7aa68f42bdd299dcb30fc72e84d7412232c036cfacafe87ef5a +size 68043 diff --git a/MendeleyCXR/images/Darwin_00001197_person137_virus_281.png b/MendeleyCXR/images/Darwin_00001197_person137_virus_281.png new file mode 100644 index 0000000000000000000000000000000000000000..9b88277c1dd5b05cf2d95f4028980b5cad87143f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001197_person137_virus_281.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b57fa6ecb56292e3d8ef6ccb63937bae9d5530c52948377d2660f0f2b7595c4f +size 73955 diff --git a/MendeleyCXR/images/Darwin_00001199_person139_virus_283.png b/MendeleyCXR/images/Darwin_00001199_person139_virus_283.png new file mode 100644 index 0000000000000000000000000000000000000000..04787545c97b0d45f49287048fd6dacb05baae7a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001199_person139_virus_283.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67df299886616bd6069f1fae34a2b0ed04f5c767f94f8f968fe95090e669f227 +size 69072 diff --git a/MendeleyCXR/images/Darwin_00001200_person140_virus_284.png b/MendeleyCXR/images/Darwin_00001200_person140_virus_284.png new file mode 100644 index 0000000000000000000000000000000000000000..5c2235d7f4cfe5ef3b98e92de7632e32500f7d87 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001200_person140_virus_284.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07fe9444476e0c7d8548d6d6d288016910eef5094f8b8e1f9adb316a060d46c6 +size 69469 diff --git a/MendeleyCXR/images/Darwin_00001201_person140_virus_285.png b/MendeleyCXR/images/Darwin_00001201_person140_virus_285.png new file mode 100644 index 0000000000000000000000000000000000000000..b034bcb4cee1633bd69f18e8a18eea575e2987f7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001201_person140_virus_285.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0e4d92733f205e258c4b6dfbe8842a1a29c21f7a1cff04fc96e37c12168f948 +size 65427 diff --git a/MendeleyCXR/images/Darwin_00001202_person141_virus_287.png b/MendeleyCXR/images/Darwin_00001202_person141_virus_287.png new file mode 100644 index 0000000000000000000000000000000000000000..524e173ec85c8f85c54c76325ca97040105df790 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001202_person141_virus_287.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0978036e5c3d2cc581ccfad6f49a5f81a5cf747a3679ce5def0fb899141cccfb +size 69188 diff --git a/MendeleyCXR/images/Darwin_00001203_person142_virus_288.png b/MendeleyCXR/images/Darwin_00001203_person142_virus_288.png new file mode 100644 index 0000000000000000000000000000000000000000..aa4a78245d5bfded6a939fe674b1fa43cb5a00df --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001203_person142_virus_288.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33a32d0b3309577c81b41b81d458777d3e2c2acdc0f0b1f3b13d7cd9b97459fd +size 73213 diff --git a/MendeleyCXR/images/Darwin_00001204_person143_virus_289.png b/MendeleyCXR/images/Darwin_00001204_person143_virus_289.png new file mode 100644 index 0000000000000000000000000000000000000000..c167ef19bd67c806468891e91f17dcb9741e4576 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001204_person143_virus_289.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81d38d2ce794ba776da1981ec5be20e22d4fc17dde33e3e738c1e8052ba549ef +size 75062 diff --git a/MendeleyCXR/images/Darwin_00001205_person1358_virus_2339.png b/MendeleyCXR/images/Darwin_00001205_person1358_virus_2339.png new file mode 100644 index 0000000000000000000000000000000000000000..c4cab8cc5f26851938d217377d1f5e8c4852ed97 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001205_person1358_virus_2339.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fe86a9ddeadc44f4c7545b7f17b042984b06b3acf6dd3e488e82a12593dbc73 +size 74877 diff --git a/MendeleyCXR/images/Darwin_00001206_person1359_virus_2340.png b/MendeleyCXR/images/Darwin_00001206_person1359_virus_2340.png new file mode 100644 index 0000000000000000000000000000000000000000..6bb0b9176ef9dca32fe3ea47855eceed627f33b2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001206_person1359_virus_2340.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acc442411e756a4a7410426db43485bde3bef2eac36475cf9f4dc084c741038e +size 74730 diff --git a/MendeleyCXR/images/Darwin_00001207_person1360_virus_2341.png b/MendeleyCXR/images/Darwin_00001207_person1360_virus_2341.png new file mode 100644 index 0000000000000000000000000000000000000000..d5fb5ba39b6b61c70ca4c5a6d55d2bbcb3d9f88a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001207_person1360_virus_2341.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c07be522ad4b951e985740266e7d2a8f14d4a2f9e2414403bb383f23b022d95 +size 73792 diff --git a/MendeleyCXR/images/Darwin_00001208_person1361_virus_2342.png b/MendeleyCXR/images/Darwin_00001208_person1361_virus_2342.png new file mode 100644 index 0000000000000000000000000000000000000000..194d24ab345a1124b2905e5e84a48a50a7e0e30b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001208_person1361_virus_2342.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79d4bcc62eb61480ccc7f4e44f4193c2064de0e92e2a1c590ed9a45ef88da026 +size 66987 diff --git a/MendeleyCXR/images/Darwin_00001209_person1361_virus_2344.png b/MendeleyCXR/images/Darwin_00001209_person1361_virus_2344.png new file mode 100644 index 0000000000000000000000000000000000000000..a7c13478c986ab85516c17b81889ae468fad28cb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001209_person1361_virus_2344.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2671677c154a18dc14c7a049084f4559dedaa49d49502bc7b4ef50e11e536a0d +size 64665 diff --git a/MendeleyCXR/images/Darwin_00001210_person1362_virus_2345.png b/MendeleyCXR/images/Darwin_00001210_person1362_virus_2345.png new file mode 100644 index 0000000000000000000000000000000000000000..97eb0acdb3b375168c53dc2234a51a85bdfda74a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001210_person1362_virus_2345.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3237d55ba76efdd64508ca4ccf0079a8ab614a8ce45a0c3cde3d1fa3681b844b +size 74714 diff --git a/MendeleyCXR/images/Darwin_00001211_person1363_virus_2346.png b/MendeleyCXR/images/Darwin_00001211_person1363_virus_2346.png new file mode 100644 index 0000000000000000000000000000000000000000..1c3c3cc20e29866c7f6a65333b8551d0ee608b0f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001211_person1363_virus_2346.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84cc6a5390c37dc78475478573d834131dde8f87e139f840fcaba34e0ab5ec87 +size 76987 diff --git a/MendeleyCXR/images/Darwin_00001212_person1365_virus_2348.png b/MendeleyCXR/images/Darwin_00001212_person1365_virus_2348.png new file mode 100644 index 0000000000000000000000000000000000000000..0db052cc0490afa51aba3edd944bd7bffcdc651c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001212_person1365_virus_2348.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a81ae31e7e7bcf9334e2e1044927fc367dcbe0c51de16a92a1585ae5ad7a9ed2 +size 75211 diff --git a/MendeleyCXR/images/Darwin_00001213_person1366_virus_2349.png b/MendeleyCXR/images/Darwin_00001213_person1366_virus_2349.png new file mode 100644 index 0000000000000000000000000000000000000000..63379c76812494ab29f85967bf25e632a600a32f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001213_person1366_virus_2349.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:052a076641115c3f869230b742f170f45362fa9de9d7b33c0182bf5e52f44ab1 +size 62422 diff --git a/MendeleyCXR/images/Darwin_00001214_person1367_virus_2351.png b/MendeleyCXR/images/Darwin_00001214_person1367_virus_2351.png new file mode 100644 index 0000000000000000000000000000000000000000..9546f54e416c5cd83ef7a7a3c85539339491e111 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001214_person1367_virus_2351.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b1ac45ccb20816de822478aa48b6a04a85ec30e951b8012f7cbdcfa1577cddb +size 66335 diff --git a/MendeleyCXR/images/Darwin_00001215_person1368_virus_2352.png b/MendeleyCXR/images/Darwin_00001215_person1368_virus_2352.png new file mode 100644 index 0000000000000000000000000000000000000000..f3c96c2b11cb056851413709ede8ee607774aa5d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001215_person1368_virus_2352.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b09c077ed8480ddf35a2748d2f8e74ab23afe53809ab3db8a33de6e70adb8b3c +size 75757 diff --git a/MendeleyCXR/images/Darwin_00001216_person1368_virus_2353.png b/MendeleyCXR/images/Darwin_00001216_person1368_virus_2353.png new file mode 100644 index 0000000000000000000000000000000000000000..20bea4408cfd0d970e7ae279c792b185e5f5b921 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001216_person1368_virus_2353.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d83e950a02dcc3222b8ef6f2246b024da9e3adc4847a8c5fd82b1994ee88af0 +size 77395 diff --git a/MendeleyCXR/images/Darwin_00001217_person1368_virus_2354.png b/MendeleyCXR/images/Darwin_00001217_person1368_virus_2354.png new file mode 100644 index 0000000000000000000000000000000000000000..fab48f9b94111a2376f30f9bbc62a72940be56f7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001217_person1368_virus_2354.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74875fbd814e76653dabd1e6547a1f2a666d7cec8416e90b1917042505828f5d +size 72700 diff --git a/MendeleyCXR/images/Darwin_00001220_person1371_virus_2361.png b/MendeleyCXR/images/Darwin_00001220_person1371_virus_2361.png new file mode 100644 index 0000000000000000000000000000000000000000..4035a5bb992a7d25548b742309935f5ee612f352 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001220_person1371_virus_2361.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acb7a35baa09e01c3de44a5720be62189a2e5d39250356706c9239f52285a232 +size 68469 diff --git a/MendeleyCXR/images/Darwin_00001221_person1371_virus_2362.png b/MendeleyCXR/images/Darwin_00001221_person1371_virus_2362.png new file mode 100644 index 0000000000000000000000000000000000000000..9f50ab488bb3c4e74a5f50aabd1aebafd49caab8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001221_person1371_virus_2362.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b15476b6e0345acf0360799554eb0fc74bc71b471f6e4e79e1d952abad059534 +size 67895 diff --git a/MendeleyCXR/images/Darwin_00001222_person1374_virus_2365.png b/MendeleyCXR/images/Darwin_00001222_person1374_virus_2365.png new file mode 100644 index 0000000000000000000000000000000000000000..48516783845bd1c649a478559cbdd483d2a33deb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001222_person1374_virus_2365.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e797afc3fe5eab3b3d7b9c59d438fe16b2213f01ba61205cd1dcbfa96b8dd9a8 +size 66239 diff --git a/MendeleyCXR/images/Darwin_00001223_person1375_virus_2366.png b/MendeleyCXR/images/Darwin_00001223_person1375_virus_2366.png new file mode 100644 index 0000000000000000000000000000000000000000..9818797b283eaa2fc4d954f3a3de07fe2e87f9e4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001223_person1375_virus_2366.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84ffccd0acc2a67435f4e3d8edfda4a6f9f127627aceb12d70d756e9d8889f53 +size 68607 diff --git a/MendeleyCXR/images/Darwin_00001224_person1376_virus_2367.png b/MendeleyCXR/images/Darwin_00001224_person1376_virus_2367.png new file mode 100644 index 0000000000000000000000000000000000000000..c011a97c9ac172356ff16dc2777ad55562a7a1bf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001224_person1376_virus_2367.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:519983a7106f7f862d118cf82a012ef5ee68c4143d5d63176f388c42d047c4af +size 71802 diff --git a/MendeleyCXR/images/Darwin_00001225_person1377_virus_2369.png b/MendeleyCXR/images/Darwin_00001225_person1377_virus_2369.png new file mode 100644 index 0000000000000000000000000000000000000000..393eebf3062e11da596cca65ce1035bab6bf5cdf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001225_person1377_virus_2369.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4937ffc8b52c261e25fce6e821939a7e0eb98fbad84f540743a6ba2ad46b6a3f +size 56115 diff --git a/MendeleyCXR/images/Darwin_00001226_person1381_virus_2375.png b/MendeleyCXR/images/Darwin_00001226_person1381_virus_2375.png new file mode 100644 index 0000000000000000000000000000000000000000..510d4e2396f2b34414a6fc7bde9af1806d7385de --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001226_person1381_virus_2375.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adeb0948edee5792551268a3d41f16ff2a9eeb7b282285b1124e11ac571f8b92 +size 72024 diff --git a/MendeleyCXR/images/Darwin_00001227_person1383_virus_2377.png b/MendeleyCXR/images/Darwin_00001227_person1383_virus_2377.png new file mode 100644 index 0000000000000000000000000000000000000000..83eefebd4ee9664a975e9f1767b802697e614b20 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001227_person1383_virus_2377.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65a05cb61867ff759c39aa71b5e2a87c80e9f7326e0ae6ab235e717553f4c1ee +size 64373 diff --git a/MendeleyCXR/images/Darwin_00001228_person1385_virus_2380.png b/MendeleyCXR/images/Darwin_00001228_person1385_virus_2380.png new file mode 100644 index 0000000000000000000000000000000000000000..48b78105c2ea1df3ac04d50715c7395e387fab65 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001228_person1385_virus_2380.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2264e545acf264f3b10e5f9856659286b25a5681b9b4071135137f565833dc66 +size 64979 diff --git a/MendeleyCXR/images/Darwin_00001229_person1387_virus_2382.png b/MendeleyCXR/images/Darwin_00001229_person1387_virus_2382.png new file mode 100644 index 0000000000000000000000000000000000000000..3c3f4e3ad9c77836fc58a7c6bd3643de542a92f8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001229_person1387_virus_2382.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa8092a7ce4171fe29c533aa94d68b4a4bef1109f5aacc6944792a43282c2137 +size 63853 diff --git a/MendeleyCXR/images/Darwin_00001230_person1389_virus_2387.png b/MendeleyCXR/images/Darwin_00001230_person1389_virus_2387.png new file mode 100644 index 0000000000000000000000000000000000000000..4c43926c98b16265bd857ff4d8693f7ce011872f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001230_person1389_virus_2387.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a6132319cf8cd041b8885d6567a46a10a16530ec6a9e6659371c49b0f81c985 +size 69540 diff --git a/MendeleyCXR/images/Darwin_00001231_person1393_virus_2396.png b/MendeleyCXR/images/Darwin_00001231_person1393_virus_2396.png new file mode 100644 index 0000000000000000000000000000000000000000..20c87ac3e64a591eb30445cc4c77bdbc73ce5dcf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001231_person1393_virus_2396.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee94b128209a24c4d1711dfbaa8c7aa37738c045d2e68adeba49a2fbb838a6c8 +size 70180 diff --git a/MendeleyCXR/images/Darwin_00001232_person1394_virus_2397.png b/MendeleyCXR/images/Darwin_00001232_person1394_virus_2397.png new file mode 100644 index 0000000000000000000000000000000000000000..567dd6000dbb9725dd877d9cdb66117180bd5bb4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001232_person1394_virus_2397.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c92c33e017f7997c2a4abffc40b0b3a70c464539c84bc25adf8091454b715569 +size 60297 diff --git a/MendeleyCXR/images/Darwin_00001233_person1395_virus_2398.png b/MendeleyCXR/images/Darwin_00001233_person1395_virus_2398.png new file mode 100644 index 0000000000000000000000000000000000000000..f165165b1285017d097417c4cc265f545957e712 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001233_person1395_virus_2398.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f57e074e63bfd022cf517e50a623a5220bcf688050a8cd00ef80b95faea8668 +size 68931 diff --git a/MendeleyCXR/images/Darwin_00001234_person1396_virus_2399.png b/MendeleyCXR/images/Darwin_00001234_person1396_virus_2399.png new file mode 100644 index 0000000000000000000000000000000000000000..31d30580ddd37cf44c0f903aa2c5ccad789b3064 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001234_person1396_virus_2399.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85f4e416541a42d21e7cde392efbbd837f973477ee85734b3db557e71cd6c952 +size 73239 diff --git a/MendeleyCXR/images/Darwin_00001235_person1397_virus_2400.png b/MendeleyCXR/images/Darwin_00001235_person1397_virus_2400.png new file mode 100644 index 0000000000000000000000000000000000000000..64331d1875bcd70ecf478ad434f2e0a98bf25419 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001235_person1397_virus_2400.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f98d600ffc5b4111e0dc52a428125926a69e01aadeab05fa254ef5e912952a25 +size 78705 diff --git a/MendeleyCXR/images/Darwin_00001236_person1398_virus_2401.png b/MendeleyCXR/images/Darwin_00001236_person1398_virus_2401.png new file mode 100644 index 0000000000000000000000000000000000000000..74ffe91de8742fc1597accfe742552edb5b88290 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001236_person1398_virus_2401.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6d14dee627090b7b625a9a75c0c7dcd4689b777262050432b444bb12f565778 +size 62571 diff --git a/MendeleyCXR/images/Darwin_00001237_person1399_virus_2402.png b/MendeleyCXR/images/Darwin_00001237_person1399_virus_2402.png new file mode 100644 index 0000000000000000000000000000000000000000..7d6ca0b1e4d231ee4d4d3fed545f674cc2b499e2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001237_person1399_virus_2402.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab1bffaff0c3bbe45559f9ec45e2f27bb2d66637f644805e7e0ffbc6355b5f5a +size 71263 diff --git a/MendeleyCXR/images/Darwin_00001238_person1402_virus_2405.png b/MendeleyCXR/images/Darwin_00001238_person1402_virus_2405.png new file mode 100644 index 0000000000000000000000000000000000000000..21056fcbada7e9c5c929d970b22755cec7a0c1ab --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001238_person1402_virus_2405.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4abde19605b16644031114a0014996a42a0c19ca060bbe964c8adfdf75b0527c +size 59395 diff --git a/MendeleyCXR/images/Darwin_00001239_person1403_virus_2406.png b/MendeleyCXR/images/Darwin_00001239_person1403_virus_2406.png new file mode 100644 index 0000000000000000000000000000000000000000..1b2c3851535206c84eefbf1561fff32d005e0aba --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001239_person1403_virus_2406.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9afa89d0cb5d5ad76f8d9ff4e8df056d198a4411941ccc63ba4fba7080807f8 +size 65325 diff --git a/MendeleyCXR/images/Darwin_00001240_person1405_virus_2408.png b/MendeleyCXR/images/Darwin_00001240_person1405_virus_2408.png new file mode 100644 index 0000000000000000000000000000000000000000..22056ef12997697fc8fdfa2e33250be573f7f3f4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001240_person1405_virus_2408.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:216ac8ab0da13262232e538aa1520a9d3921d80d95c58282374c3adff7544b7e +size 65713 diff --git a/MendeleyCXR/images/Darwin_00001241_person1406_virus_2409.png b/MendeleyCXR/images/Darwin_00001241_person1406_virus_2409.png new file mode 100644 index 0000000000000000000000000000000000000000..ba81db47ca20472fe4f88d4e09cc5c874be76adf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001241_person1406_virus_2409.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc182dfea4a804480636c25af8a5720954ae1018dac350bfc0bf657d22717785 +size 64065 diff --git a/MendeleyCXR/images/Darwin_00001242_person1407_virus_2410.png b/MendeleyCXR/images/Darwin_00001242_person1407_virus_2410.png new file mode 100644 index 0000000000000000000000000000000000000000..a4df46ed647b51d5c7a77d48083a46e32d0a14ee --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001242_person1407_virus_2410.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf1462ebd2ccc3d8a4fde0d2f52185212a978afd082211cd5ec7145a10a201cf +size 68828 diff --git a/MendeleyCXR/images/Darwin_00001243_person1408_virus_2411.png b/MendeleyCXR/images/Darwin_00001243_person1408_virus_2411.png new file mode 100644 index 0000000000000000000000000000000000000000..cdd74a00d558e503c1e2d09e74de500188d87d2d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001243_person1408_virus_2411.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a8027f359e4e82669bac36905bcd718a5f4d3f8e5dbbeccf997a534825934cf +size 66638 diff --git a/MendeleyCXR/images/Darwin_00001244_person1409_virus_2413.png b/MendeleyCXR/images/Darwin_00001244_person1409_virus_2413.png new file mode 100644 index 0000000000000000000000000000000000000000..5abf4bb92ad89078de1c5ee88424eef84a8ba663 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001244_person1409_virus_2413.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:193f9a68891055c81b3c865f85bd23082da84123df3832435590d3de7e707d31 +size 75009 diff --git a/MendeleyCXR/images/Darwin_00001245_person1411_virus_2415.png b/MendeleyCXR/images/Darwin_00001245_person1411_virus_2415.png new file mode 100644 index 0000000000000000000000000000000000000000..ce5894f0a98bca832fabdf0dbacaa8042e032896 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001245_person1411_virus_2415.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cefe7ec0ed75845393f529478223c4ef6c59c48bc3520ab696d5b9ab1c0dbce +size 71272 diff --git a/MendeleyCXR/images/Darwin_00001246_person1413_virus_2422.png b/MendeleyCXR/images/Darwin_00001246_person1413_virus_2422.png new file mode 100644 index 0000000000000000000000000000000000000000..6c95e3e4eeb3d5a13284560fcf2cf7afe07ac495 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001246_person1413_virus_2422.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b2a5cc5331291184c611e08fe2d37bea64f53107fd3794017fad10711df840d +size 80053 diff --git a/MendeleyCXR/images/Darwin_00001247_person1413_virus_2423.png b/MendeleyCXR/images/Darwin_00001247_person1413_virus_2423.png new file mode 100644 index 0000000000000000000000000000000000000000..d00b0cdfbaa268147d4bb161d4568ffcc0963ea1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001247_person1413_virus_2423.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d605baeb2071ceb1d4579a2590180cca604e1f17da0cd726b02face2010531f +size 67306 diff --git a/MendeleyCXR/images/Darwin_00001248_person1414_virus_2424.png b/MendeleyCXR/images/Darwin_00001248_person1414_virus_2424.png new file mode 100644 index 0000000000000000000000000000000000000000..22bf5270b9d742f3329e52dae205176a9fcd60df --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001248_person1414_virus_2424.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:955866e697fba688a2580e1f7dbfef074b637509f63b90dc0398ec04d8b4e903 +size 63759 diff --git a/MendeleyCXR/images/Darwin_00001249_person1415_virus_2425.png b/MendeleyCXR/images/Darwin_00001249_person1415_virus_2425.png new file mode 100644 index 0000000000000000000000000000000000000000..34903289296b8dcf0802e29f818c960771c15fa8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001249_person1415_virus_2425.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea039532d465f020f40571d7be8cae24584f692ab4c654a67a098b0efe8cd6a7 +size 72519 diff --git a/MendeleyCXR/images/Darwin_00001250_person1416_virus_2427.png b/MendeleyCXR/images/Darwin_00001250_person1416_virus_2427.png new file mode 100644 index 0000000000000000000000000000000000000000..9180316b14fc62fee98e6cd411d845184fd06ed4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001250_person1416_virus_2427.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:066c74e8375b74515e40bb631d6deb14fa6c67c1f41ba75f3a7a9e6c11d94294 +size 68934 diff --git a/MendeleyCXR/images/Darwin_00001251_person1418_virus_2429.png b/MendeleyCXR/images/Darwin_00001251_person1418_virus_2429.png new file mode 100644 index 0000000000000000000000000000000000000000..2e1530f73a6f69b5da8df413569be6f567be6487 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001251_person1418_virus_2429.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee7898ccdbe4906a415284c7aa525e9173e7f66f64d1fd8b52d0d3cfe8cb6967 +size 70382 diff --git a/MendeleyCXR/images/Darwin_00001252_person1420_virus_2431.png b/MendeleyCXR/images/Darwin_00001252_person1420_virus_2431.png new file mode 100644 index 0000000000000000000000000000000000000000..ef93ea8d38af36df95e6977500667c1000f37e4a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001252_person1420_virus_2431.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb4998ff588a92c2be2b103457e125f9aeefc206c9955bd84e34407bd7a0b61c +size 70536 diff --git a/MendeleyCXR/images/Darwin_00001253_person1422_virus_2434.png b/MendeleyCXR/images/Darwin_00001253_person1422_virus_2434.png new file mode 100644 index 0000000000000000000000000000000000000000..3b77476bba049c22c2dfabdc7a84c4cee7f04c7c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001253_person1422_virus_2434.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04c2e934d2e9fb6791327319e13a24a8224cc7fbef36f5fca5a45a864c0ed403 +size 64225 diff --git a/MendeleyCXR/images/Darwin_00001254_person1424_virus_2437.png b/MendeleyCXR/images/Darwin_00001254_person1424_virus_2437.png new file mode 100644 index 0000000000000000000000000000000000000000..44c4400a51427496cff1dc3ec16e94f08c7e6855 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001254_person1424_virus_2437.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d27592e004ac64e237dd5852a311cb412077c3d281597f57dd3e40613d80ed44 +size 67840 diff --git a/MendeleyCXR/images/Darwin_00001256_person1426_virus_2439.png b/MendeleyCXR/images/Darwin_00001256_person1426_virus_2439.png new file mode 100644 index 0000000000000000000000000000000000000000..ae6b747e8402fc9e75b444db4ea252fadf1a0519 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001256_person1426_virus_2439.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7db6e3b8f320dd40669e9d5f941ffebbc62e6b8352668f34ec065ac8043f13f +size 73004 diff --git a/MendeleyCXR/images/Darwin_00001257_person1427_virus_2441.png b/MendeleyCXR/images/Darwin_00001257_person1427_virus_2441.png new file mode 100644 index 0000000000000000000000000000000000000000..fd7f2bc7fe172159b8921dcc38dc48db034a82dd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001257_person1427_virus_2441.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84bb15db364a2b08c6d6373df9ee58760389aff7d2aa273edcc4060fec057755 +size 67346 diff --git a/MendeleyCXR/images/Darwin_00001258_person1428_virus_2442.png b/MendeleyCXR/images/Darwin_00001258_person1428_virus_2442.png new file mode 100644 index 0000000000000000000000000000000000000000..aaef44d4f9a6c492a1b598ca4ba5d571923fa598 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001258_person1428_virus_2442.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65ff0c762730b2ed3060a9673f7a8203b57ed81f4685e2a3baded11eea6a6471 +size 68293 diff --git a/MendeleyCXR/images/Darwin_00001259_person1429_virus_2443.png b/MendeleyCXR/images/Darwin_00001259_person1429_virus_2443.png new file mode 100644 index 0000000000000000000000000000000000000000..24072f99bf178228f4e2e32b23e00c7e91e84bce --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001259_person1429_virus_2443.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a196529fedbf41bf523f0cf31ef61e9ae9891b5559e7ec761b7c1923e0d8a58 +size 69167 diff --git a/MendeleyCXR/images/Darwin_00001260_person1430_virus_2444.png b/MendeleyCXR/images/Darwin_00001260_person1430_virus_2444.png new file mode 100644 index 0000000000000000000000000000000000000000..5ac4eae0ae348c9a0949505568379080c21cb38d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001260_person1430_virus_2444.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6a0bfdfc3b15caf642626cb62802fd25f2257a459627c6003ccf591d22936f1 +size 69981 diff --git a/MendeleyCXR/images/Darwin_00001261_person1433_virus_2447.png b/MendeleyCXR/images/Darwin_00001261_person1433_virus_2447.png new file mode 100644 index 0000000000000000000000000000000000000000..c3d4996008a5a4c62a17fccd2a7476b7651e6859 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001261_person1433_virus_2447.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:089c4668800dff60c6680a615362ed1517f3d393d96d9b2d2ea71d205c090024 +size 55827 diff --git a/MendeleyCXR/images/Darwin_00001262_person1438_virus_2452.png b/MendeleyCXR/images/Darwin_00001262_person1438_virus_2452.png new file mode 100644 index 0000000000000000000000000000000000000000..120a006b2077ae7c8e109a8089e2e69fa58ef13b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001262_person1438_virus_2452.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:565285913273959d16d78fcf63bf752c122ec34a08b9b3805aea47568adc3f59 +size 63112 diff --git a/MendeleyCXR/images/Darwin_00001263_person1439_virus_2453.png b/MendeleyCXR/images/Darwin_00001263_person1439_virus_2453.png new file mode 100644 index 0000000000000000000000000000000000000000..f428279d29584b5dcb92c86215f9b27907fa5705 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001263_person1439_virus_2453.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8336b9654893cdfc333001a964852f685771d5c466df3ca0939938dc6a160d3 +size 70388 diff --git a/MendeleyCXR/images/Darwin_00001264_person1441_virus_2454.png b/MendeleyCXR/images/Darwin_00001264_person1441_virus_2454.png new file mode 100644 index 0000000000000000000000000000000000000000..6d3bb6960d234f2fe956c2953142ad79712b4592 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001264_person1441_virus_2454.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8980150ad299b5846aa1221feb251f7321bf6d228da89ff236ca215a4ab30c4 +size 78827 diff --git a/MendeleyCXR/images/Darwin_00001265_person1441_virus_2457.png b/MendeleyCXR/images/Darwin_00001265_person1441_virus_2457.png new file mode 100644 index 0000000000000000000000000000000000000000..ac1f84054a1c25db65fda262d57bbd0e1d6e749f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001265_person1441_virus_2457.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7667b9251cfb43ba5e22d3b8c9424d228506a89859ae96075dc3241d5627ee4 +size 77235 diff --git a/MendeleyCXR/images/Darwin_00001266_person126_virus_255.png b/MendeleyCXR/images/Darwin_00001266_person126_virus_255.png new file mode 100644 index 0000000000000000000000000000000000000000..1ab0d91add65c006e1e6d9b9d399540120d22a58 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001266_person126_virus_255.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6dc7af5a2a47f57b7e407d22adff0fbb526226e16dc919885d96cf7c5372a8b +size 75554 diff --git a/MendeleyCXR/images/Darwin_00001267_person128_virus_261.png b/MendeleyCXR/images/Darwin_00001267_person128_virus_261.png new file mode 100644 index 0000000000000000000000000000000000000000..74335e59f1f00b07e7c73bf05aed2649dc696919 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001267_person128_virus_261.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99423f124a50f9ea4df042142bcf43f6dfeed660406eba2ccf6916cc73e89982 +size 73395 diff --git a/MendeleyCXR/images/Darwin_00001268_person130_virus_263.png b/MendeleyCXR/images/Darwin_00001268_person130_virus_263.png new file mode 100644 index 0000000000000000000000000000000000000000..c65bb14814f8c5efcc9422fbe60f60962a134b59 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001268_person130_virus_263.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df525cabc60a58c47b835ee33d0f4d2c7efda89d3baa22dd93ee15a3f040ec31 +size 75152 diff --git a/MendeleyCXR/images/Darwin_00001269_person131_virus_265.png b/MendeleyCXR/images/Darwin_00001269_person131_virus_265.png new file mode 100644 index 0000000000000000000000000000000000000000..47ad10f0075225c0ffa278c1c447bea4b10c22dc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001269_person131_virus_265.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9880f36c265157fc2f4463c0d643b90c6e1ea6d911c266945362c06340f0eb3 +size 65466 diff --git a/MendeleyCXR/images/Darwin_00001270_person132_virus_266.png b/MendeleyCXR/images/Darwin_00001270_person132_virus_266.png new file mode 100644 index 0000000000000000000000000000000000000000..b9ff6904b62215fd7c148d63bd71cf01300c07c0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001270_person132_virus_266.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36720fcae1db8ec18e4afb4aa20dd9b35e7cd1962145ed5bd0f31dd7afee768f +size 65342 diff --git a/MendeleyCXR/images/Darwin_00001271_person133_virus_267.png b/MendeleyCXR/images/Darwin_00001271_person133_virus_267.png new file mode 100644 index 0000000000000000000000000000000000000000..e7a2166eaa75df546a3f090b636d70c42922405c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001271_person133_virus_267.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bea699cd1fb3d857c75898316cc58b6b4a17573fe02ba842b679411a9d48d26c +size 70482 diff --git a/MendeleyCXR/images/Darwin_00001272_person134_virus_268.png b/MendeleyCXR/images/Darwin_00001272_person134_virus_268.png new file mode 100644 index 0000000000000000000000000000000000000000..1bc938acca13bcadeaa1cd68bd8fba2ea61cdec2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001272_person134_virus_268.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f870eecb401bc766ddc6bdaf82cd378ac1e873646370810616624c6da99afe8 +size 74024 diff --git a/MendeleyCXR/images/Darwin_00001273_person1268_virus_2161.png b/MendeleyCXR/images/Darwin_00001273_person1268_virus_2161.png new file mode 100644 index 0000000000000000000000000000000000000000..ce278a5953fa4dd78103e6470e8040120e025f78 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001273_person1268_virus_2161.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddf26d3328bd80a20268c720dcb1400eed82c2e45000a62b46ea4880ce5d92a0 +size 75168 diff --git a/MendeleyCXR/images/Darwin_00001274_person1269_virus_2162.png b/MendeleyCXR/images/Darwin_00001274_person1269_virus_2162.png new file mode 100644 index 0000000000000000000000000000000000000000..36dd0aa67ec1194cdf3eb787bf19a4ef51f74ad6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001274_person1269_virus_2162.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:224579b26e8461cffcbade791b4bdf6957e0017f6b1e197b726c9524405c8703 +size 74007 diff --git a/MendeleyCXR/images/Darwin_00001275_person1270_virus_2163.png b/MendeleyCXR/images/Darwin_00001275_person1270_virus_2163.png new file mode 100644 index 0000000000000000000000000000000000000000..8b1ef7ac8dcd696ce08acdbd36b2f0ba1c44b71a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001275_person1270_virus_2163.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f934bb0ea95e7adcca17e35af275ba148cc75fe4aab715ebdd036ee37d76c04 +size 71565 diff --git a/MendeleyCXR/images/Darwin_00001276_person1271_virus_2164.png b/MendeleyCXR/images/Darwin_00001276_person1271_virus_2164.png new file mode 100644 index 0000000000000000000000000000000000000000..3078c2eee91ac22952f1ce68ad577435e1ac6a17 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001276_person1271_virus_2164.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a6207132493e112394e3ee2c7fe0287b025fe7f975061927fb74024454eeddd +size 75931 diff --git a/MendeleyCXR/images/Darwin_00001277_person1272_virus_2190.png b/MendeleyCXR/images/Darwin_00001277_person1272_virus_2190.png new file mode 100644 index 0000000000000000000000000000000000000000..1612d54c261f84333196529d63bd5d6cb636bee9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001277_person1272_virus_2190.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eaf06a78a563fda12131c5e8d2a66c41403fec02f42b3f8751a0da2c689f330 +size 72859 diff --git a/MendeleyCXR/images/Darwin_00001278_person1273_virus_2191.png b/MendeleyCXR/images/Darwin_00001278_person1273_virus_2191.png new file mode 100644 index 0000000000000000000000000000000000000000..9251b21cb8b8af803edfb589d5e04fd9750854d0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001278_person1273_virus_2191.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d981f7a7e5d726df0e14d503cdbd7de468b4e6a6639a0fbf0fd5d969cee26cc +size 76354 diff --git a/MendeleyCXR/images/Darwin_00001279_person1274_virus_2193.png b/MendeleyCXR/images/Darwin_00001279_person1274_virus_2193.png new file mode 100644 index 0000000000000000000000000000000000000000..9ecd6b42e2ba2621c47284e2f412db57817bd65e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001279_person1274_virus_2193.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:658ea75ad73179c4793ced4dd594bfa5f271d3cd00e10fe33da8f5c635a8a82d +size 65877 diff --git a/MendeleyCXR/images/Darwin_00001280_person1276_virus_2198.png b/MendeleyCXR/images/Darwin_00001280_person1276_virus_2198.png new file mode 100644 index 0000000000000000000000000000000000000000..33d5f9284a6539eb253c13361b97ef2e42ef605e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001280_person1276_virus_2198.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5df3694fd29ecc17cee70c04e5137a8d50645c7cf41c2b0c1dd4282c3582833 +size 76559 diff --git a/MendeleyCXR/images/Darwin_00001281_person1278_virus_2201.png b/MendeleyCXR/images/Darwin_00001281_person1278_virus_2201.png new file mode 100644 index 0000000000000000000000000000000000000000..f2647357617f663dbab7fa893f2a799f21af11a4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001281_person1278_virus_2201.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f22c2d401559f7394e9f54c2a695428a7c00f9392d734adc6da6dfadda43952 +size 69349 diff --git a/MendeleyCXR/images/Darwin_00001282_person1281_virus_2204.png b/MendeleyCXR/images/Darwin_00001282_person1281_virus_2204.png new file mode 100644 index 0000000000000000000000000000000000000000..4d259f1a708671a7919beb16ad1db8c8b16dcab0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001282_person1281_virus_2204.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34513cdeba2193a222e2b7b0e3fec7d590e780bca8f7da1ca08a86b3eab30025 +size 75058 diff --git a/MendeleyCXR/images/Darwin_00001283_person1283_virus_2206.png b/MendeleyCXR/images/Darwin_00001283_person1283_virus_2206.png new file mode 100644 index 0000000000000000000000000000000000000000..b48a147c93713cc574da69bd9b834b4dea5a9886 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001283_person1283_virus_2206.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebb09f0f5180fe3049b3be0b8224fc9ab6549767056454d52bdcbdc1cc1b6041 +size 71032 diff --git a/MendeleyCXR/images/Darwin_00001284_person1284_virus_2207.png b/MendeleyCXR/images/Darwin_00001284_person1284_virus_2207.png new file mode 100644 index 0000000000000000000000000000000000000000..5dacaed9254a1e7cad663469f868ae37a670d158 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001284_person1284_virus_2207.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e48a2da9c6739f857249f3bfe368f6f106b69d0991bcf79d9c3dfb67b5a91fff +size 70159 diff --git a/MendeleyCXR/images/Darwin_00001285_person1285_virus_2208.png b/MendeleyCXR/images/Darwin_00001285_person1285_virus_2208.png new file mode 100644 index 0000000000000000000000000000000000000000..87fc2a46da3503abfdd96e32ec940492bfebb7d7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001285_person1285_virus_2208.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beef0c58ef41956e0ed72918b6c136b609a4e0cf310cbe07ee5480a4719bd171 +size 72112 diff --git a/MendeleyCXR/images/Darwin_00001286_person1286_virus_2209.png b/MendeleyCXR/images/Darwin_00001286_person1286_virus_2209.png new file mode 100644 index 0000000000000000000000000000000000000000..f4e75abc1c52c489b07458024788f8d898bf2752 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001286_person1286_virus_2209.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4447aede44d104fe4c0c26baeeb726cefe056e6c01251fcb03616ad09aad236d +size 75295 diff --git a/MendeleyCXR/images/Darwin_00001287_person1287_virus_2210.png b/MendeleyCXR/images/Darwin_00001287_person1287_virus_2210.png new file mode 100644 index 0000000000000000000000000000000000000000..4b7ecbbffb81207fc46a11e7a338646716b0a0c5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001287_person1287_virus_2210.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbb9cc8ae79f6dd8e10377ae2e561b97204090649b1f4e58dd5e735a0b5041e4 +size 77027 diff --git a/MendeleyCXR/images/Darwin_00001288_person1288_virus_2211.png b/MendeleyCXR/images/Darwin_00001288_person1288_virus_2211.png new file mode 100644 index 0000000000000000000000000000000000000000..50c623f3255579ef426818866b91afb373175f08 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001288_person1288_virus_2211.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e1d5d8c82d1d8548cf7124468e8c0dc25818ed81597b5f8ab18123c56e4fdd6 +size 65826 diff --git a/MendeleyCXR/images/Darwin_00001289_person1290_virus_2215.png b/MendeleyCXR/images/Darwin_00001289_person1290_virus_2215.png new file mode 100644 index 0000000000000000000000000000000000000000..3f2ba3ed5d614124a563fed2422ed28a6aec10d5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001289_person1290_virus_2215.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91ec256233ac195c83110941935cd0910f8cefdf1aa40b2264e9e1bfdc85cf8b +size 71470 diff --git a/MendeleyCXR/images/Darwin_00001290_person1290_virus_2216.png b/MendeleyCXR/images/Darwin_00001290_person1290_virus_2216.png new file mode 100644 index 0000000000000000000000000000000000000000..5d940dece117f41be7d1b3e30a1d5ea31373dd5f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001290_person1290_virus_2216.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8466b9aeaf732c1449d1ef040cb527a07c6c325342a82e5e800b74438242d77 +size 74334 diff --git a/MendeleyCXR/images/Darwin_00001291_person1291_virus_2217.png b/MendeleyCXR/images/Darwin_00001291_person1291_virus_2217.png new file mode 100644 index 0000000000000000000000000000000000000000..6fe36e80886a2d2aa0db4f00f314b2326f348009 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001291_person1291_virus_2217.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb837f4591a9839a4b4c1c7e2213bad0d25bd036fcc513ce24026fb9891aed42 +size 70984 diff --git a/MendeleyCXR/images/Darwin_00001292_person1292_virus_2218.png b/MendeleyCXR/images/Darwin_00001292_person1292_virus_2218.png new file mode 100644 index 0000000000000000000000000000000000000000..7e1743cb3a6eb8440acb61b4db15e2c5a99d6ed6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001292_person1292_virus_2218.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19f5f872cd0c9a2d42d982d6b465b28912c36897b48fb0b80212eef3edb53d0f +size 71875 diff --git a/MendeleyCXR/images/Darwin_00001293_person1293_virus_2219.png b/MendeleyCXR/images/Darwin_00001293_person1293_virus_2219.png new file mode 100644 index 0000000000000000000000000000000000000000..2802b315cb9a2dd2f699a3b67f9bd159640eb5fc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001293_person1293_virus_2219.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77bfbaa105ac1b039bb4da1023f6cc4db35f59be16d1150781ff09ad190f1232 +size 75175 diff --git a/MendeleyCXR/images/Darwin_00001294_person1294_virus_2221.png b/MendeleyCXR/images/Darwin_00001294_person1294_virus_2221.png new file mode 100644 index 0000000000000000000000000000000000000000..2ec231d05038f7ca42f5843db7d9f51cb1eda37f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001294_person1294_virus_2221.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ef57f9c2a1484695f1dc9a0cd8c6b15bdc730c66d0a242dd9397ce2fa22ddc9 +size 68543 diff --git a/MendeleyCXR/images/Darwin_00001295_person1294_virus_2222.png b/MendeleyCXR/images/Darwin_00001295_person1294_virus_2222.png new file mode 100644 index 0000000000000000000000000000000000000000..8e8007b10a2d481d39a3834ef200a7f0d6696901 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001295_person1294_virus_2222.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c6a86d5ed61cd0d19f1c7434ed234f6e243a09732e9a155ed33b4b63231c7e8 +size 67813 diff --git a/MendeleyCXR/images/Darwin_00001296_person1295_virus_2223.png b/MendeleyCXR/images/Darwin_00001296_person1295_virus_2223.png new file mode 100644 index 0000000000000000000000000000000000000000..f1af54cf2855bd985142454dd9ade2901831b6a5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001296_person1295_virus_2223.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0563be9019a3b9d5bf5fb30e0b33cfbc7a4c51a5bcc2ecaa17b5a527e15d1af +size 72250 diff --git a/MendeleyCXR/images/Darwin_00001297_person1296_virus_2224.png b/MendeleyCXR/images/Darwin_00001297_person1296_virus_2224.png new file mode 100644 index 0000000000000000000000000000000000000000..7b633c404c029e37ac5a050a2317f08fd4cfa327 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001297_person1296_virus_2224.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ed5db291876c659ff13144b47d07eb3c3a3e6aa59eb45df9853029ce27e1090 +size 65405 diff --git a/MendeleyCXR/images/Darwin_00001298_person1298_virus_2226.png b/MendeleyCXR/images/Darwin_00001298_person1298_virus_2226.png new file mode 100644 index 0000000000000000000000000000000000000000..6226f0f6525c7ff916c821e410c29f95e0764cbd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001298_person1298_virus_2226.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3297b195f1db35e839bfd7124ac19a5269becaa0e4937478dd43fafc4f2a2e0d +size 68476 diff --git a/MendeleyCXR/images/Darwin_00001300_person1300_virus_2240.png b/MendeleyCXR/images/Darwin_00001300_person1300_virus_2240.png new file mode 100644 index 0000000000000000000000000000000000000000..a5136d16981b4c4fd56f8afa84fa7b923a0f6721 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001300_person1300_virus_2240.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0610c4b7986cffcd5f2adc0f1478201db93dcffbfc16e7d04c37205e05b4ff1 +size 73136 diff --git a/MendeleyCXR/images/Darwin_00001301_person1301_virus_2241.png b/MendeleyCXR/images/Darwin_00001301_person1301_virus_2241.png new file mode 100644 index 0000000000000000000000000000000000000000..64a920a5e2fc584bcae09dca08095c2243137c5f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001301_person1301_virus_2241.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8b114f4576c5a44d8c0e904b448b0e873cc5f27602c419d6d8b21bde4d49b3c +size 73904 diff --git a/MendeleyCXR/images/Darwin_00001302_person1303_virus_2243.png b/MendeleyCXR/images/Darwin_00001302_person1303_virus_2243.png new file mode 100644 index 0000000000000000000000000000000000000000..3ee68b4ddaa6a3a1b48e82b2260025e8e7b51410 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001302_person1303_virus_2243.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7baa3a7e810b5e47e8c2dc6d19c6543679af1f898621f728466fd8441735448 +size 80421 diff --git a/MendeleyCXR/images/Darwin_00001303_person1306_virus_2249.png b/MendeleyCXR/images/Darwin_00001303_person1306_virus_2249.png new file mode 100644 index 0000000000000000000000000000000000000000..f677f0afc5abaecfdf2dfe1a5cc1ed1e32bf1c18 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001303_person1306_virus_2249.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eedd1d19760d54d773e6edfc37fe9b6d2c48cce52ddd42e9f6d681f39854097 +size 67460 diff --git a/MendeleyCXR/images/Darwin_00001304_person1307_virus_2251.png b/MendeleyCXR/images/Darwin_00001304_person1307_virus_2251.png new file mode 100644 index 0000000000000000000000000000000000000000..b7cc94641ab9b4f69d73e3c3f44df1f8bc28e600 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001304_person1307_virus_2251.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa9ee2f09b6413646c211fd6f678519cab13b9deb5a30938371d7c633244cb4e +size 72191 diff --git a/MendeleyCXR/images/Darwin_00001306_person1308_virus_2253.png b/MendeleyCXR/images/Darwin_00001306_person1308_virus_2253.png new file mode 100644 index 0000000000000000000000000000000000000000..3fac2f521e388515147ca939799f572c4a8e5e0a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001306_person1308_virus_2253.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0e187d31d640197c69e0d9b214d0f14ee6d6cc6cdf62b0154effd064b106014 +size 68423 diff --git a/MendeleyCXR/images/Darwin_00001307_person1309_virus_2254.png b/MendeleyCXR/images/Darwin_00001307_person1309_virus_2254.png new file mode 100644 index 0000000000000000000000000000000000000000..f4f6eba359348d09de20744fce0d31f32d9503d0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001307_person1309_virus_2254.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:825b6c0fb965378854db4245c8e1d20aac4e0966ddacebea55f8dd4454656804 +size 71997 diff --git a/MendeleyCXR/images/Darwin_00001308_person1310_virus_2255.png b/MendeleyCXR/images/Darwin_00001308_person1310_virus_2255.png new file mode 100644 index 0000000000000000000000000000000000000000..f0b87b918fa0f2cd108b6a1fd234853298416367 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001308_person1310_virus_2255.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c504580add9637686915fe3f31b4b85b5a2c09240064c528479998120d8011e1 +size 69941 diff --git a/MendeleyCXR/images/Darwin_00001309_person1311_virus_2257.png b/MendeleyCXR/images/Darwin_00001309_person1311_virus_2257.png new file mode 100644 index 0000000000000000000000000000000000000000..0e1e1393ca7e4b2774ba425a0293c1eb69007ef0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001309_person1311_virus_2257.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd7399c90530bcfba65546aadde9e050bd5a9ba8afc55bf81c6fa128d29beea8 +size 70978 diff --git a/MendeleyCXR/images/Darwin_00001310_person1311_virus_2259.png b/MendeleyCXR/images/Darwin_00001310_person1311_virus_2259.png new file mode 100644 index 0000000000000000000000000000000000000000..b23f9c4eafc62b5464e4fe270f869a8911cff01a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001310_person1311_virus_2259.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de15d151fa94b8bcb9c1bdc8c381dc09dd8010d5fc66b62c30ffcf0d391f0a42 +size 76786 diff --git a/MendeleyCXR/images/Darwin_00001311_person1312_virus_2261.png b/MendeleyCXR/images/Darwin_00001311_person1312_virus_2261.png new file mode 100644 index 0000000000000000000000000000000000000000..cbdfc1f3d411b0f5ccb13844ad279b5d4984800a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001311_person1312_virus_2261.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9774238b908909d72b66d4b6f4743b28cc84e5890962e1adf221413e21bceea5 +size 71866 diff --git a/MendeleyCXR/images/Darwin_00001312_person1313_virus_2264.png b/MendeleyCXR/images/Darwin_00001312_person1313_virus_2264.png new file mode 100644 index 0000000000000000000000000000000000000000..3208d16a82555ca276c91bf78074adc81f997013 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001312_person1313_virus_2264.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f5c877eea44ddbd8db228b980a409eaa8474596378d9952890aacf8334cbe43 +size 74701 diff --git a/MendeleyCXR/images/Darwin_00001313_person1314_virus_2266.png b/MendeleyCXR/images/Darwin_00001313_person1314_virus_2266.png new file mode 100644 index 0000000000000000000000000000000000000000..20f348a60f530f9e587becae4ce1ccf5d22f7e71 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001313_person1314_virus_2266.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c52f63212791c6baebfb00d20e95b3284681103afc352850acb062fb1a8bfe3f +size 67281 diff --git a/MendeleyCXR/images/Darwin_00001314_person1314_virus_2268.png b/MendeleyCXR/images/Darwin_00001314_person1314_virus_2268.png new file mode 100644 index 0000000000000000000000000000000000000000..3d058f53725b9087fcb1751d038646e1f51250a1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001314_person1314_virus_2268.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c5850145021cafa5c459e5a10cddc32fd9f2a122c370b7f938be6e9dd7ffde4 +size 65298 diff --git a/MendeleyCXR/images/Darwin_00001315_person1314_virus_2269.png b/MendeleyCXR/images/Darwin_00001315_person1314_virus_2269.png new file mode 100644 index 0000000000000000000000000000000000000000..7c39450fd92d7a1eb6ee34c1c565a17e85f15fbc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001315_person1314_virus_2269.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78a3ce793d28e847f1235b51deef1fb531b173f6636ce05ef786e81eca976513 +size 67297 diff --git a/MendeleyCXR/images/Darwin_00001316_person1315_virus_2270.png b/MendeleyCXR/images/Darwin_00001316_person1315_virus_2270.png new file mode 100644 index 0000000000000000000000000000000000000000..b3786f70d9ca4d1d9cc674edfc1de15c1bb8cc4e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001316_person1315_virus_2270.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:874db016c803793c38cc34a92c204124f7df5d76570bd7a9c4685d340505928f +size 70267 diff --git a/MendeleyCXR/images/Darwin_00001317_person1316_virus_2271.png b/MendeleyCXR/images/Darwin_00001317_person1316_virus_2271.png new file mode 100644 index 0000000000000000000000000000000000000000..522857d5eabed5e4b5f0197131e0e2a6bd5fe11a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001317_person1316_virus_2271.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8cf92e8b28e00488bace8d71eb7ec7b339192c02e15e94be1791fb209179a95 +size 74831 diff --git a/MendeleyCXR/images/Darwin_00001318_person1317_virus_2273.png b/MendeleyCXR/images/Darwin_00001318_person1317_virus_2273.png new file mode 100644 index 0000000000000000000000000000000000000000..65608a858ecb2917ed3f0496f084c7cae9d749f5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001318_person1317_virus_2273.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8567e49d15846ed1b04fdafe0b3d1c44655dd0c5201cd9a17cc34d7e37a9524c +size 73093 diff --git a/MendeleyCXR/images/Darwin_00001319_person1318_virus_2274.png b/MendeleyCXR/images/Darwin_00001319_person1318_virus_2274.png new file mode 100644 index 0000000000000000000000000000000000000000..b105efedc53627597fdd36e1f0c8b195e678916b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001319_person1318_virus_2274.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95e9d23ea24036b877cbf02343f8ea718902b8eb649333765a423138c2af7278 +size 74946 diff --git a/MendeleyCXR/images/Darwin_00001320_person1319_virus_2276.png b/MendeleyCXR/images/Darwin_00001320_person1319_virus_2276.png new file mode 100644 index 0000000000000000000000000000000000000000..f40ba0e5d0d2479937ffb87fd11c81b583b364d9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001320_person1319_virus_2276.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cc9d8d3c7e731dd16b3f839f02462438646a35c8191cb5d2ec720a7ac32c00e +size 67522 diff --git a/MendeleyCXR/images/Darwin_00001321_person1320_virus_2277.png b/MendeleyCXR/images/Darwin_00001321_person1320_virus_2277.png new file mode 100644 index 0000000000000000000000000000000000000000..36a4350b0b85a609ad520bc0bc4943f41e060bc0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001321_person1320_virus_2277.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c3ec883056d7ee22596e470f36306cc0246d7148ad9b85eb712404c9d17a0b7 +size 63105 diff --git a/MendeleyCXR/images/Darwin_00001322_person1321_virus_2279.png b/MendeleyCXR/images/Darwin_00001322_person1321_virus_2279.png new file mode 100644 index 0000000000000000000000000000000000000000..3a0e906976c8e0dd66cdc4be0ae0df63ef94fd2f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001322_person1321_virus_2279.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:668c80840b0adf1577f2e2a22dcc1bbcee7182db8b5456a6c70d3a4eb6cb17a4 +size 74361 diff --git a/MendeleyCXR/images/Darwin_00001323_person1323_virus_2282.png b/MendeleyCXR/images/Darwin_00001323_person1323_virus_2282.png new file mode 100644 index 0000000000000000000000000000000000000000..61124f06ef9fc7f50340ef75adef40474f01db37 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001323_person1323_virus_2282.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5892a138de0ea4053b5658c2d97cc4b8b34cd05f464f165693f4af2ebd80d0f8 +size 67672 diff --git a/MendeleyCXR/images/Darwin_00001324_person1323_virus_2283.png b/MendeleyCXR/images/Darwin_00001324_person1323_virus_2283.png new file mode 100644 index 0000000000000000000000000000000000000000..c48dd757831efc1b872439a4e481750f26a81267 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001324_person1323_virus_2283.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:600dce0939c1d2c9dc6f9db729259c79159fc49b91a559a13500f4dd4efef8d1 +size 68689 diff --git a/MendeleyCXR/images/Darwin_00001325_person1324_virus_2284.png b/MendeleyCXR/images/Darwin_00001325_person1324_virus_2284.png new file mode 100644 index 0000000000000000000000000000000000000000..5b220588db451d8cd8d5592b82ca3701988a6df3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001325_person1324_virus_2284.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7d4d1814aec0538e102d4855cb993362d703c5261c97a3f686bceeddab63f0c +size 76022 diff --git a/MendeleyCXR/images/Darwin_00001326_person1324_virus_2285.png b/MendeleyCXR/images/Darwin_00001326_person1324_virus_2285.png new file mode 100644 index 0000000000000000000000000000000000000000..b39f240a8c654d149e17852f7e0daacc726609c1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001326_person1324_virus_2285.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab2f50e02af38da7e4d4b1471a4dc60c80ea91ea4169c362b3f83abdc4f00ee8 +size 67630 diff --git a/MendeleyCXR/images/Darwin_00001327_person1325_virus_2287.png b/MendeleyCXR/images/Darwin_00001327_person1325_virus_2287.png new file mode 100644 index 0000000000000000000000000000000000000000..7ff9210aced2cbf176bdba3ae74ee1772d561aa2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001327_person1325_virus_2287.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06df88b4f687ba683b9e1bb8053160eb8e8e1c38fb199315a5c5f275771484c0 +size 65900 diff --git a/MendeleyCXR/images/Darwin_00001328_person1328_virus_2293.png b/MendeleyCXR/images/Darwin_00001328_person1328_virus_2293.png new file mode 100644 index 0000000000000000000000000000000000000000..32c1e9eed31080a65d393373f246da92df3da0c6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001328_person1328_virus_2293.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0357d8b0f70b6c50f61f989513e6b120768604d40b463afb2e391eea29360d7b +size 65824 diff --git a/MendeleyCXR/images/Darwin_00001329_person1328_virus_2294.png b/MendeleyCXR/images/Darwin_00001329_person1328_virus_2294.png new file mode 100644 index 0000000000000000000000000000000000000000..89a25f813e2868b57536be656bbfdc73cdbe8607 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001329_person1328_virus_2294.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4192c7da2f3b5c42d68a3ca1ba77df3c5ad5ec5b2e89e0074da58de9b1acccd8 +size 81452 diff --git a/MendeleyCXR/images/Darwin_00001330_person1328_virus_2295.png b/MendeleyCXR/images/Darwin_00001330_person1328_virus_2295.png new file mode 100644 index 0000000000000000000000000000000000000000..e70fdf5dadb813a4c465afd6c97268a89b9238d8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001330_person1328_virus_2295.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b34c1f43b14ede580a01e6add2ea210a73c67cb847be79d73e32e5451c5f8375 +size 68310 diff --git a/MendeleyCXR/images/Darwin_00001331_person1331_virus_2299.png b/MendeleyCXR/images/Darwin_00001331_person1331_virus_2299.png new file mode 100644 index 0000000000000000000000000000000000000000..98876ee146544909d7f18bbbf698457dda73219b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001331_person1331_virus_2299.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:199dc4aab6499dd1e8271605a7d0042a9a54b2eecd9d4efa24c4c8e50cc91543 +size 72851 diff --git a/MendeleyCXR/images/Darwin_00001332_person1332_virus_2300.png b/MendeleyCXR/images/Darwin_00001332_person1332_virus_2300.png new file mode 100644 index 0000000000000000000000000000000000000000..fe2f8537a27142e59ab559c296f37ad30da1a0f9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001332_person1332_virus_2300.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:692de48a7c2e35a9ef31919a666cd99ab7552b5973fd710937658ce0acd8f1b7 +size 72872 diff --git a/MendeleyCXR/images/Darwin_00001333_person1333_virus_2301.png b/MendeleyCXR/images/Darwin_00001333_person1333_virus_2301.png new file mode 100644 index 0000000000000000000000000000000000000000..199081128ddfa8daaa59c279803983857194c38b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001333_person1333_virus_2301.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d7e962bbcd64bb8cde5b93df93048ed7605bf327c3d079c1ae6be05fe5d8d8d +size 72624 diff --git a/MendeleyCXR/images/Darwin_00001334_person1336_virus_2306.png b/MendeleyCXR/images/Darwin_00001334_person1336_virus_2306.png new file mode 100644 index 0000000000000000000000000000000000000000..d68030ecfdf63ad712e460fbff38222065efa89c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001334_person1336_virus_2306.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:225fbb796a141b69465cbf7654351f5ce127ecb0a4cc2d7ccfe165f2c583d467 +size 58340 diff --git a/MendeleyCXR/images/Darwin_00001335_person1337_virus_2307.png b/MendeleyCXR/images/Darwin_00001335_person1337_virus_2307.png new file mode 100644 index 0000000000000000000000000000000000000000..832565661c46e96b10d0860aeb180b6743cb3e69 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001335_person1337_virus_2307.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f99bbc3f7fff3f6cfbd36bc2b0de30f9f03205c5eae396293beb68cbc5895e1 +size 73076 diff --git a/MendeleyCXR/images/Darwin_00001337_person1340_virus_2311.png b/MendeleyCXR/images/Darwin_00001337_person1340_virus_2311.png new file mode 100644 index 0000000000000000000000000000000000000000..cd38df359655d4a49b68908d42f348cad3de53ab --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001337_person1340_virus_2311.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb5cc6b9b1314bb451fc999bceb209d89e625c1166a85d6e14bb9d2c1c6cedb4 +size 72525 diff --git a/MendeleyCXR/images/Darwin_00001338_person1340_virus_2312.png b/MendeleyCXR/images/Darwin_00001338_person1340_virus_2312.png new file mode 100644 index 0000000000000000000000000000000000000000..e6ddf49aa3a6a0f0074e9bb491d7c8db0abccd48 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001338_person1340_virus_2312.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec5ecd41dbf15b7d652daf31b2f9e59df1e53e5e786d379b1f8c72f19a775b51 +size 75044 diff --git a/MendeleyCXR/images/Darwin_00001339_person1341_virus_2313.png b/MendeleyCXR/images/Darwin_00001339_person1341_virus_2313.png new file mode 100644 index 0000000000000000000000000000000000000000..412908e642abe9a3d264dc67aa9d2a6a8c854a4a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001339_person1341_virus_2313.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f84cf289bdf47e55cbaa0934759b5711c306d864860ffcdbfb919c408004510b +size 66707 diff --git a/MendeleyCXR/images/Darwin_00001340_person1342_virus_2315.png b/MendeleyCXR/images/Darwin_00001340_person1342_virus_2315.png new file mode 100644 index 0000000000000000000000000000000000000000..fe38a760acd5ff6dbaa68f2d366d72c89f5437a9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001340_person1342_virus_2315.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:384f483241227ee319d69fc1603deb76cf710c5efe4e98ee7e9cb5cf6a7ed63f +size 71555 diff --git a/MendeleyCXR/images/Darwin_00001341_person1343_virus_2316.png b/MendeleyCXR/images/Darwin_00001341_person1343_virus_2316.png new file mode 100644 index 0000000000000000000000000000000000000000..8085855f7e4b0b25fce6f4ae051df1b388413d5c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001341_person1343_virus_2316.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7e14cf7760d3fc8144e77691f3e4ad083f8372b34b6d4a8609c214c65be3257 +size 74481 diff --git a/MendeleyCXR/images/Darwin_00001342_person1343_virus_2317.png b/MendeleyCXR/images/Darwin_00001342_person1343_virus_2317.png new file mode 100644 index 0000000000000000000000000000000000000000..ec62366997f675afe327eb9a5c1fb0885ac93d60 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001342_person1343_virus_2317.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:864a0f49f8bc33f6efb6fa5b89ec1e6cdab5eaab0dae873aea84305ed4f44eb3 +size 72302 diff --git a/MendeleyCXR/images/Darwin_00001343_person1344_virus_2319.png b/MendeleyCXR/images/Darwin_00001343_person1344_virus_2319.png new file mode 100644 index 0000000000000000000000000000000000000000..cf9e1c0e8cbcb1186febf8da0b5a97e196a9d107 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001343_person1344_virus_2319.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6e07b0fba6a2199d37cd039e099ca1a96bc61142d2248695cacfda7879fa9d8 +size 66636 diff --git a/MendeleyCXR/images/Darwin_00001344_person1344_virus_2320.png b/MendeleyCXR/images/Darwin_00001344_person1344_virus_2320.png new file mode 100644 index 0000000000000000000000000000000000000000..0825b08f684b319ae416c4a60ccd99a84ea11b46 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001344_person1344_virus_2320.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dd76bd9d416e9230a6e06dcbd548ab8876377e7eb33b1de0e354f77f5712354 +size 63107 diff --git a/MendeleyCXR/images/Darwin_00001345_person1345_virus_2321.png b/MendeleyCXR/images/Darwin_00001345_person1345_virus_2321.png new file mode 100644 index 0000000000000000000000000000000000000000..905598670f7f6e8ad6f5940e898160680b07d20f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001345_person1345_virus_2321.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4496fb5a07b6e7c7ed2b4343ea3b9263932d7cecc818757aca1edbcf718d545d +size 71354 diff --git a/MendeleyCXR/images/Darwin_00001346_person1346_virus_2322.png b/MendeleyCXR/images/Darwin_00001346_person1346_virus_2322.png new file mode 100644 index 0000000000000000000000000000000000000000..5c2081e57c1600608baea9b18036c226540ef7af --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001346_person1346_virus_2322.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d24e8df45d44ab2be5493104dc9ebecf2aae73cf2b74b13f2fc0098e6670a6a +size 77091 diff --git a/MendeleyCXR/images/Darwin_00001347_person1347_virus_2323.png b/MendeleyCXR/images/Darwin_00001347_person1347_virus_2323.png new file mode 100644 index 0000000000000000000000000000000000000000..d35ffc62eb088848c7697d9f908ffe952f67e1e7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001347_person1347_virus_2323.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7e29f603d958f93a9874a781b59d26f03cf98ee77d75af3d2a342ebaee55a28 +size 73754 diff --git a/MendeleyCXR/images/Darwin_00001348_person1348_virus_2324.png b/MendeleyCXR/images/Darwin_00001348_person1348_virus_2324.png new file mode 100644 index 0000000000000000000000000000000000000000..6d4080bbf446d12969adf869003c942a6769b0b6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001348_person1348_virus_2324.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:362e91ef26a8503f4a16e7ebc8edd34b46abf9d33c82c8f98bdac8a0187f232a +size 64611 diff --git a/MendeleyCXR/images/Darwin_00001349_person1348_virus_2326.png b/MendeleyCXR/images/Darwin_00001349_person1348_virus_2326.png new file mode 100644 index 0000000000000000000000000000000000000000..d22d68afa1391eb5c557b73e5e206767307ddaf7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001349_person1348_virus_2326.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d230c9c0ac0b256d673a70c81df6f7f1ff5539631f567c158002933dd293207 +size 67074 diff --git a/MendeleyCXR/images/Darwin_00001350_person1350_virus_2329.png b/MendeleyCXR/images/Darwin_00001350_person1350_virus_2329.png new file mode 100644 index 0000000000000000000000000000000000000000..8ade6a5cf0a1802bf4d2dd1dcf7c6d9f7df855da --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001350_person1350_virus_2329.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:825a54b346571b5d48565cccc3252ccb872c1aa6da11fd8f810bf725278b5948 +size 73737 diff --git a/MendeleyCXR/images/Darwin_00001351_person1351_virus_2330.png b/MendeleyCXR/images/Darwin_00001351_person1351_virus_2330.png new file mode 100644 index 0000000000000000000000000000000000000000..460cadeef0df53fad02ff13afcec99784b9aa9c3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001351_person1351_virus_2330.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d2d2c4f5ab4b1d0ca7be6adea444a63ae9858c039d5282a050576212d499c29 +size 73995 diff --git a/MendeleyCXR/images/Darwin_00001352_person1353_virus_2333.png b/MendeleyCXR/images/Darwin_00001352_person1353_virus_2333.png new file mode 100644 index 0000000000000000000000000000000000000000..6d1e911113c4db0f7080cb05c24972d555479de4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001352_person1353_virus_2333.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:486cdee34ef50acd6d9baf1e44b5333ca90bfc637a53aefec713ba8b1fef639c +size 73761 diff --git a/MendeleyCXR/images/Darwin_00001353_person1355_virus_2336.png b/MendeleyCXR/images/Darwin_00001353_person1355_virus_2336.png new file mode 100644 index 0000000000000000000000000000000000000000..7a7ef53b9fc78c1237ea0afd6162bde4d86795de --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001353_person1355_virus_2336.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf8de9d1418232057a135b6dbe57ae7b06c629bd08e194e4e31e1953ba6f8aa6 +size 76291 diff --git a/MendeleyCXR/images/Darwin_00001354_person1356_virus_2337.png b/MendeleyCXR/images/Darwin_00001354_person1356_virus_2337.png new file mode 100644 index 0000000000000000000000000000000000000000..a53f77d18c05224092b1199be1f3149190481979 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001354_person1356_virus_2337.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0d26ddffe7634cd64cff85513edb7480d4b986265a7b4749751f761b97c3c59 +size 75838 diff --git a/MendeleyCXR/images/Darwin_00001355_person1357_virus_2338.png b/MendeleyCXR/images/Darwin_00001355_person1357_virus_2338.png new file mode 100644 index 0000000000000000000000000000000000000000..2386d5d146209577ff5b8ca2bf249ea624ccb009 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001355_person1357_virus_2338.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17ed216375d9e44c1e630013bb015c13cab7fec29029da9bda5212898c90ed55 +size 76963 diff --git a/MendeleyCXR/images/Darwin_00001356_person115_virus_218.png b/MendeleyCXR/images/Darwin_00001356_person115_virus_218.png new file mode 100644 index 0000000000000000000000000000000000000000..90a96df67118e9a9bb405d06af32913ff1cc20df --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001356_person115_virus_218.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:625bbea4f420f8a04851738c633ece3d99e9f64c810b4b66acf1122871f779cd +size 74889 diff --git a/MendeleyCXR/images/Darwin_00001357_person115_virus_219.png b/MendeleyCXR/images/Darwin_00001357_person115_virus_219.png new file mode 100644 index 0000000000000000000000000000000000000000..8a97f716b088c0bffe01207d93c8f244530b915d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001357_person115_virus_219.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44445c88e8f1e8bff0d00d2cf9524139c0f1d18eace5334fd01975271c255685 +size 72329 diff --git a/MendeleyCXR/images/Darwin_00001358_person116_virus_221.png b/MendeleyCXR/images/Darwin_00001358_person116_virus_221.png new file mode 100644 index 0000000000000000000000000000000000000000..d577ed2fd267cae939a832caf8b8c184d854dc9b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001358_person116_virus_221.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63fb8e100941658bbf042d6c67589f21bb0f5affd8f55948f49709e00719fd8e +size 73268 diff --git a/MendeleyCXR/images/Darwin_00001359_person117_virus_223.png b/MendeleyCXR/images/Darwin_00001359_person117_virus_223.png new file mode 100644 index 0000000000000000000000000000000000000000..892168b719b9ffe985d8db1c71d56ed23b9ca8e1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001359_person117_virus_223.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f7c88a1d86651c10fc1e3e0b4a24117e01042d7f2b1e288b7d3b5723c4b6a41 +size 69281 diff --git a/MendeleyCXR/images/Darwin_00001360_person118_virus_224.png b/MendeleyCXR/images/Darwin_00001360_person118_virus_224.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d0dbc66212386c076d20ebcdd67e1914d0fb3c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001360_person118_virus_224.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e249f293f23d9eb32832f628c14be763f792b8309f0cf3313b1291f7f38d931b +size 70688 diff --git a/MendeleyCXR/images/Darwin_00001361_person119_virus_225.png b/MendeleyCXR/images/Darwin_00001361_person119_virus_225.png new file mode 100644 index 0000000000000000000000000000000000000000..3c92605a6d3a8f1e6e2c64b32bb3ba8f295078d3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001361_person119_virus_225.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4be49d4768cb6bc538abe08e90ae127c264c82943942cf0d19de3502749be77f +size 73871 diff --git a/MendeleyCXR/images/Darwin_00001362_person120_virus_226.png b/MendeleyCXR/images/Darwin_00001362_person120_virus_226.png new file mode 100644 index 0000000000000000000000000000000000000000..068c520355736219002ea5e61b6b78b1130179eb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001362_person120_virus_226.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eca4b4e0bd8addf5e05554d0463815e6bb5f0f57d62c9d2005febef311c8681 +size 72316 diff --git a/MendeleyCXR/images/Darwin_00001363_person122_virus_229.png b/MendeleyCXR/images/Darwin_00001363_person122_virus_229.png new file mode 100644 index 0000000000000000000000000000000000000000..682848b865b2e676319a03e26fd74ce3378628e5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001363_person122_virus_229.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9bb34b06f507d11be4ce6fdade6569f1c0deee9cae629b40256467d14aad307 +size 73059 diff --git a/MendeleyCXR/images/Darwin_00001364_person123_virus_230.png b/MendeleyCXR/images/Darwin_00001364_person123_virus_230.png new file mode 100644 index 0000000000000000000000000000000000000000..a5d8bd649c5f2e7a02e8dda6a4da631f894192e1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001364_person123_virus_230.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c32975e252154e843df54b0b93b8360af9b0eae36e114e335cd4ee6c63db72f +size 68887 diff --git a/MendeleyCXR/images/Darwin_00001365_person124_virus_231.png b/MendeleyCXR/images/Darwin_00001365_person124_virus_231.png new file mode 100644 index 0000000000000000000000000000000000000000..c2a64cced0e526c681f3a9a54a31a5d004bbccb4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001365_person124_virus_231.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b0d551b4ac1b4337fea5ab033b7dcbbee9e947c8477f63cfa827cd8b87ff3b1 +size 68464 diff --git a/MendeleyCXR/images/Darwin_00001366_person124_virus_233.png b/MendeleyCXR/images/Darwin_00001366_person124_virus_233.png new file mode 100644 index 0000000000000000000000000000000000000000..565604f565042d01d517a939c036937e9877bd76 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001366_person124_virus_233.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa546887d3709de5a0d441072d3ca5bdfa3965fd346060d6f1c2716351aa38f1 +size 69273 diff --git a/MendeleyCXR/images/Darwin_00001367_person124_virus_234.png b/MendeleyCXR/images/Darwin_00001367_person124_virus_234.png new file mode 100644 index 0000000000000000000000000000000000000000..d351959945058aa11eb8a1f96ebeb04b2c8ed4f2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001367_person124_virus_234.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9980fc0400b3d296c2cf8b01bbe5ab3da316051c10d25dd36e87c864cb0148c +size 71207 diff --git a/MendeleyCXR/images/Darwin_00001368_person124_virus_236.png b/MendeleyCXR/images/Darwin_00001368_person124_virus_236.png new file mode 100644 index 0000000000000000000000000000000000000000..2936833ef2fd860572ac3b5ba37d23ddc7f939f6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001368_person124_virus_236.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4edc2149bfbcd61e0751675915570e681d5c2132dc54b702982364f5441a01a5 +size 73939 diff --git a/MendeleyCXR/images/Darwin_00001369_person124_virus_237.png b/MendeleyCXR/images/Darwin_00001369_person124_virus_237.png new file mode 100644 index 0000000000000000000000000000000000000000..c8f9cd4f2655849a203b1c8eef4a434f71701630 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001369_person124_virus_237.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09b5bb648fa9ad22e17429dbf18b98080ace87702eeeee08e78dff285111a834 +size 72234 diff --git a/MendeleyCXR/images/Darwin_00001370_person124_virus_238.png b/MendeleyCXR/images/Darwin_00001370_person124_virus_238.png new file mode 100644 index 0000000000000000000000000000000000000000..c83d5fbc3592fe4b36498a500231d5c026978fe7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001370_person124_virus_238.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e7998fc75ee1bc0a7cdbc2d1795f2f55e6129065e4e4be8c6a1d84dcb7ff4d0 +size 64553 diff --git a/MendeleyCXR/images/Darwin_00001371_person124_virus_239.png b/MendeleyCXR/images/Darwin_00001371_person124_virus_239.png new file mode 100644 index 0000000000000000000000000000000000000000..1a98192e4fbc78feab0d4ea9e3d36f089e0a0f1f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001371_person124_virus_239.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b03a1df21ed20a3cc5c41cd238c70fdc93913c9868e5b22042eb071d0b076b4 +size 73547 diff --git a/MendeleyCXR/images/Darwin_00001372_person124_virus_240.png b/MendeleyCXR/images/Darwin_00001372_person124_virus_240.png new file mode 100644 index 0000000000000000000000000000000000000000..254a5651d30f3ba3745fd39197bcd75d2ae475b8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001372_person124_virus_240.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5c80e6d73a126969c3123be62e32bed1b2fb8a3969e0b5d0b4ca2df27d8c59a +size 72922 diff --git a/MendeleyCXR/images/Darwin_00001373_person124_virus_242.png b/MendeleyCXR/images/Darwin_00001373_person124_virus_242.png new file mode 100644 index 0000000000000000000000000000000000000000..f050ab0eea3068217bb56011733a0bab944c6648 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001373_person124_virus_242.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b2ae6d1271262965c57d986117427df8f81386e480137087d457f7587fd051b +size 73168 diff --git a/MendeleyCXR/images/Darwin_00001374_person124_virus_244.png b/MendeleyCXR/images/Darwin_00001374_person124_virus_244.png new file mode 100644 index 0000000000000000000000000000000000000000..48f14865bc229577475f16c5bf2432b838904b91 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001374_person124_virus_244.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70b034fa5ee21b3637191a40e73873d7c0d88ce4b2bf1446e6649c9046c85a46 +size 74147 diff --git a/MendeleyCXR/images/Darwin_00001375_person124_virus_245.png b/MendeleyCXR/images/Darwin_00001375_person124_virus_245.png new file mode 100644 index 0000000000000000000000000000000000000000..327d4b922bb4de6fa28c4eeaa57dfe2baea32038 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001375_person124_virus_245.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73e1063cb2e07749af6a3f57f26d3159b49aa038c3ae8cb780f5d72216845d8a +size 73730 diff --git a/MendeleyCXR/images/Darwin_00001376_person124_virus_246.png b/MendeleyCXR/images/Darwin_00001376_person124_virus_246.png new file mode 100644 index 0000000000000000000000000000000000000000..677e29b5b1905c36f819d91d935b7531314d1fd3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001376_person124_virus_246.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9495bf8e997d5dd74a9d383bc8cf7a422d039bab7472b00395593d67767b7377 +size 74524 diff --git a/MendeleyCXR/images/Darwin_00001378_person124_virus_249.png b/MendeleyCXR/images/Darwin_00001378_person124_virus_249.png new file mode 100644 index 0000000000000000000000000000000000000000..a187febd16a89b56a779e55918d07d01c33d6578 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001378_person124_virus_249.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:337bf9f9ddae17593b64f730e769a55102eb8e55076cc2d7c4faab6f74632597 +size 76349 diff --git a/MendeleyCXR/images/Darwin_00001379_person124_virus_250.png b/MendeleyCXR/images/Darwin_00001379_person124_virus_250.png new file mode 100644 index 0000000000000000000000000000000000000000..8d8d4f01c5511129dc7eadde0c9aee2ca003d60e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001379_person124_virus_250.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4adf23fffdc7226d9ed9c018daded320ff6d33dbc0c57c95e34363b0b1ff7a2 +size 73604 diff --git a/MendeleyCXR/images/Darwin_00001380_person124_virus_251.png b/MendeleyCXR/images/Darwin_00001380_person124_virus_251.png new file mode 100644 index 0000000000000000000000000000000000000000..94292bb58b3214c25420558854b10416fbd05668 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001380_person124_virus_251.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:932c9cc983581cffa5382c407a1d66d169741639ee376e0a6be70d95990ef75f +size 66357 diff --git a/MendeleyCXR/images/Darwin_00001381_person125_virus_254.png b/MendeleyCXR/images/Darwin_00001381_person125_virus_254.png new file mode 100644 index 0000000000000000000000000000000000000000..bb7508ea53b173e561447edcacd4388661806a19 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001381_person125_virus_254.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e556a7131d3b69599db4ea6fe05d4f5d809d600978300fbbe59bee8d0d4262e +size 73565 diff --git a/MendeleyCXR/images/Darwin_00001382_person1159_virus_1945.png b/MendeleyCXR/images/Darwin_00001382_person1159_virus_1945.png new file mode 100644 index 0000000000000000000000000000000000000000..f6f295b54666b3097d326d1186dfc60a1a995d7e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001382_person1159_virus_1945.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b9588a98376666372561ecc8104da973ae4725e4fbab560324df5f958756428 +size 68193 diff --git a/MendeleyCXR/images/Darwin_00001384_person1160_virus_1947.png b/MendeleyCXR/images/Darwin_00001384_person1160_virus_1947.png new file mode 100644 index 0000000000000000000000000000000000000000..43c1689b188922749eda8b133af96503c2f65203 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001384_person1160_virus_1947.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32039ca48dc7c73d1aaf8160ecd69d6a1bc45d615d1a8a149f3c4e35ff6a6b5e +size 72806 diff --git a/MendeleyCXR/images/Darwin_00001385_person1161_virus_1948.png b/MendeleyCXR/images/Darwin_00001385_person1161_virus_1948.png new file mode 100644 index 0000000000000000000000000000000000000000..bbdf2304af4586e504bf850f979b962685a985ac --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001385_person1161_virus_1948.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b84bed7b99deb3d9d508394f7040a7b7d3e2d07b6942a105a4dbe2f1af40eb10 +size 73337 diff --git a/MendeleyCXR/images/Darwin_00001386_person1162_virus_1949.png b/MendeleyCXR/images/Darwin_00001386_person1162_virus_1949.png new file mode 100644 index 0000000000000000000000000000000000000000..12ff17bce10e9d87db791948950c6715c729f6bf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001386_person1162_virus_1949.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5faedaefe2598aa877e9c342ae23f83dbee98f27ac192a4bef141f3dfb8a319b +size 74161 diff --git a/MendeleyCXR/images/Darwin_00001387_person1162_virus_1950.png b/MendeleyCXR/images/Darwin_00001387_person1162_virus_1950.png new file mode 100644 index 0000000000000000000000000000000000000000..e9b5124639b6e9b62a2bb56de882704c41ba7e80 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001387_person1162_virus_1950.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dba782b6cc97192d346a0ce2f33717c401ac61d38d9b46284c1312b7baec20c +size 80224 diff --git a/MendeleyCXR/images/Darwin_00001388_person1163_virus_1951.png b/MendeleyCXR/images/Darwin_00001388_person1163_virus_1951.png new file mode 100644 index 0000000000000000000000000000000000000000..89f3d74e2ae8858972bb27a741e1f300cf34c7d3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001388_person1163_virus_1951.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7cd3ab5bfe9fc7d1c63670b26a2d5517b4936eb3b1d2eb603ffe97ac38438e3 +size 74117 diff --git a/MendeleyCXR/images/Darwin_00001389_person1164_virus_1952.png b/MendeleyCXR/images/Darwin_00001389_person1164_virus_1952.png new file mode 100644 index 0000000000000000000000000000000000000000..cb53012b60fd085c001698bf6653600b291d7521 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001389_person1164_virus_1952.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eca987e3199cf998bbca475897cdf48438f048345b7c57765c305b61eab152f3 +size 71769 diff --git a/MendeleyCXR/images/Darwin_00001390_person1164_virus_1955.png b/MendeleyCXR/images/Darwin_00001390_person1164_virus_1955.png new file mode 100644 index 0000000000000000000000000000000000000000..0a9fdc5b9b7fbc25da8662e7c7f67e21ce6864d7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001390_person1164_virus_1955.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2929adff9ab31560e4e22be6d541731483c034e4ba7bd96cd98aef40456bc2de +size 73617 diff --git a/MendeleyCXR/images/Darwin_00001391_person1164_virus_1956.png b/MendeleyCXR/images/Darwin_00001391_person1164_virus_1956.png new file mode 100644 index 0000000000000000000000000000000000000000..b7060559cf557e77b4063ff7eddf03a2cbd4bac0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001391_person1164_virus_1956.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1495051321282d189de0f5c8781ad21288fb0650c3570d76e0db952de156645 +size 68481 diff --git a/MendeleyCXR/images/Darwin_00001392_person1164_virus_1957.png b/MendeleyCXR/images/Darwin_00001392_person1164_virus_1957.png new file mode 100644 index 0000000000000000000000000000000000000000..d5d4b3e359c0d57a87b76ff31fb6f76d3b481c68 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001392_person1164_virus_1957.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf8533de34ad65ca009e1ca02bd3bb314a805dcada0c7d3cd8a121a1258bb7bb +size 71062 diff --git a/MendeleyCXR/images/Darwin_00001393_person1164_virus_1958.png b/MendeleyCXR/images/Darwin_00001393_person1164_virus_1958.png new file mode 100644 index 0000000000000000000000000000000000000000..8b95936f91efaa0911efbe42e1f92f472dca46ab --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001393_person1164_virus_1958.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78b72abbbf95a191b3c108b38e554d0c62e7245e18009891b4fa8e8ab4ba89c2 +size 75017 diff --git a/MendeleyCXR/images/Darwin_00001394_person1165_virus_1959.png b/MendeleyCXR/images/Darwin_00001394_person1165_virus_1959.png new file mode 100644 index 0000000000000000000000000000000000000000..52fef615683a76a881727b9cb5a7735827e19910 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001394_person1165_virus_1959.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aac844755460c2ce96ccbf4d21ed617c1987f66dde2c53e9f56b527722adbc14 +size 73401 diff --git a/MendeleyCXR/images/Darwin_00001395_person1168_virus_1965.png b/MendeleyCXR/images/Darwin_00001395_person1168_virus_1965.png new file mode 100644 index 0000000000000000000000000000000000000000..49fa504beec5ebe16f01c0924a5cb2f10bf07494 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001395_person1168_virus_1965.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81a7511e4a01c0633837adcad99e72a681074eb5f6d20afe7b563de459e55e23 +size 76583 diff --git a/MendeleyCXR/images/Darwin_00001396_person1168_virus_1966.png b/MendeleyCXR/images/Darwin_00001396_person1168_virus_1966.png new file mode 100644 index 0000000000000000000000000000000000000000..1d3fb83193ac137413faf7a29a2ed3c53617ccbe --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001396_person1168_virus_1966.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cddcee9fbe3dd81e999e24045d27df53439b8cb64e164ab9907923c4cace763b +size 71791 diff --git a/MendeleyCXR/images/Darwin_00001397_person1169_virus_1968.png b/MendeleyCXR/images/Darwin_00001397_person1169_virus_1968.png new file mode 100644 index 0000000000000000000000000000000000000000..3a95c514c51c0c021fe3721314b6a4c0dbf14b7f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001397_person1169_virus_1968.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b8d8db697d648706da969bbe560cbbec6f7aab5f99dcf9d79f53daba0f5ccf8 +size 68985 diff --git a/MendeleyCXR/images/Darwin_00001398_person1170_virus_1969.png b/MendeleyCXR/images/Darwin_00001398_person1170_virus_1969.png new file mode 100644 index 0000000000000000000000000000000000000000..c9ce4f13eb4ac37aeb2993303a1f32af439a176b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001398_person1170_virus_1969.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4923e289d27b472d214481f6d2044fd281ee645c425be6a473c2f01b4b86efde +size 78764 diff --git a/MendeleyCXR/images/Darwin_00001399_person1170_virus_1970.png b/MendeleyCXR/images/Darwin_00001399_person1170_virus_1970.png new file mode 100644 index 0000000000000000000000000000000000000000..f8dd7d172239b6e7ee7a5b41649d5431c797dc47 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001399_person1170_virus_1970.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:956e09613522f2adb7668a9e9198c838057b0f49e36392b3b27a0473f8c777e8 +size 78010 diff --git a/MendeleyCXR/images/Darwin_00001400_person1172_virus_1977.png b/MendeleyCXR/images/Darwin_00001400_person1172_virus_1977.png new file mode 100644 index 0000000000000000000000000000000000000000..b61502c6703bb4aae06f998d740791b88fb30da9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001400_person1172_virus_1977.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f593b8096772a3bfdfe28c9f9f58fd0ff50ec4c4c8f27b1bdf57fe41d22099e8 +size 77777 diff --git a/MendeleyCXR/images/Darwin_00001401_person1173_virus_1978.png b/MendeleyCXR/images/Darwin_00001401_person1173_virus_1978.png new file mode 100644 index 0000000000000000000000000000000000000000..0816fca22544888c94ee21a2e7c1f5baafae1b67 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001401_person1173_virus_1978.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:688e809eafb98caaf636564f7da2f1a8a36eef4221dbe4773ae875b6bad04b36 +size 71485 diff --git a/MendeleyCXR/images/Darwin_00001402_person1174_virus_1980.png b/MendeleyCXR/images/Darwin_00001402_person1174_virus_1980.png new file mode 100644 index 0000000000000000000000000000000000000000..366ee5955c6996d93005a8e520fc01f9fd5aeed2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001402_person1174_virus_1980.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11e406647f0f2d7e52f76015398f546a7862c02ccd4997ebf5363c5a921308a6 +size 79711 diff --git a/MendeleyCXR/images/Darwin_00001403_person1175_virus_1981.png b/MendeleyCXR/images/Darwin_00001403_person1175_virus_1981.png new file mode 100644 index 0000000000000000000000000000000000000000..eeb4b6943327fdbc6fc4ce464b5e897f618ca468 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001403_person1175_virus_1981.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fed5de83a3382272859ed3c049aede8c092ff9d5c7dc3c7f269c67451764c278 +size 74322 diff --git a/MendeleyCXR/images/Darwin_00001404_person1176_virus_1996.png b/MendeleyCXR/images/Darwin_00001404_person1176_virus_1996.png new file mode 100644 index 0000000000000000000000000000000000000000..2554dc99d0b6a85a1446145d9bf6731ffd02c796 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001404_person1176_virus_1996.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c41f34518fd619ca0075d37c626c3d803843f135f9a38ec8333e1af28cb9ec39 +size 68517 diff --git a/MendeleyCXR/images/Darwin_00001405_person1176_virus_1997.png b/MendeleyCXR/images/Darwin_00001405_person1176_virus_1997.png new file mode 100644 index 0000000000000000000000000000000000000000..a8ad7fd8ce03c6b005a84fd4312c3de1d42b74b7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001405_person1176_virus_1997.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea0822476473f636eab545419fb8105e20442deb618a6d7673ebb86c6768ed84 +size 68511 diff --git a/MendeleyCXR/images/Darwin_00001406_person1176_virus_1998.png b/MendeleyCXR/images/Darwin_00001406_person1176_virus_1998.png new file mode 100644 index 0000000000000000000000000000000000000000..985b7d7d287285e2128c431583946fb024bfd4f0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001406_person1176_virus_1998.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50a7b469765457645af7254117b0fd57ada851671ec97dbfeb11047ac58cda75 +size 72898 diff --git a/MendeleyCXR/images/Darwin_00001408_person1177_virus_2000.png b/MendeleyCXR/images/Darwin_00001408_person1177_virus_2000.png new file mode 100644 index 0000000000000000000000000000000000000000..e013e777afc8fdcff1f2c027ef8c209ef3291d9d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001408_person1177_virus_2000.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11396c15fb45ea40e3117b4a3e8f2ad533c3c6b39cbc7298cf9e9eb9297f227b +size 77444 diff --git a/MendeleyCXR/images/Darwin_00001409_person1177_virus_2001.png b/MendeleyCXR/images/Darwin_00001409_person1177_virus_2001.png new file mode 100644 index 0000000000000000000000000000000000000000..6a25be5fffdb06b0ce936ad08309f467e0131263 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001409_person1177_virus_2001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9e8dd8a9a8fa25163fb1ab3cc8c727b2e2f45c19845529f05b862b99c84dd24 +size 78750 diff --git a/MendeleyCXR/images/Darwin_00001411_person1178_virus_2004.png b/MendeleyCXR/images/Darwin_00001411_person1178_virus_2004.png new file mode 100644 index 0000000000000000000000000000000000000000..53b354c847b2b7b964b1d7572f0966a6ad40aa65 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001411_person1178_virus_2004.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aba3051d32f526678a375b6e7051bf15f11df57f48959c8b7fdf154218cdeb3a +size 76115 diff --git a/MendeleyCXR/images/Darwin_00001412_person1179_virus_2006.png b/MendeleyCXR/images/Darwin_00001412_person1179_virus_2006.png new file mode 100644 index 0000000000000000000000000000000000000000..f0b6edfffc25a9dae77b77a57ec3fc6247c3060a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001412_person1179_virus_2006.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:970a39f0816917ac2d834b192b387121255fc25f456fba91ef5555a6421d5703 +size 77683 diff --git a/MendeleyCXR/images/Darwin_00001413_person1180_virus_2007.png b/MendeleyCXR/images/Darwin_00001413_person1180_virus_2007.png new file mode 100644 index 0000000000000000000000000000000000000000..19a7257e26e29a33221fbf1a94a1c620a438b53f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001413_person1180_virus_2007.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40d0de88339713e1851c0b22ba8237b2e10ae59da38e9b97260514b919b53ef6 +size 73355 diff --git a/MendeleyCXR/images/Darwin_00001414_person1180_virus_2008.png b/MendeleyCXR/images/Darwin_00001414_person1180_virus_2008.png new file mode 100644 index 0000000000000000000000000000000000000000..722f71e727671d2f72878995840f01e4d8e31f17 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001414_person1180_virus_2008.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32d3f569ab3858f6e972883f83a846dd711c89a81d9b2d2df5e1ec7dbe5add89 +size 74027 diff --git a/MendeleyCXR/images/Darwin_00001415_person1180_virus_2009.png b/MendeleyCXR/images/Darwin_00001415_person1180_virus_2009.png new file mode 100644 index 0000000000000000000000000000000000000000..e87f520caa630fd42d6de0747268de02c919f8e4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001415_person1180_virus_2009.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed795c818c1fc8cd32208e4a55422babb682cfc398f33a3d2caa341e80644cc0 +size 69852 diff --git a/MendeleyCXR/images/Darwin_00001416_person1180_virus_2010.png b/MendeleyCXR/images/Darwin_00001416_person1180_virus_2010.png new file mode 100644 index 0000000000000000000000000000000000000000..1265848a1b0855b621cbf6dd63494a7eb473ead9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001416_person1180_virus_2010.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25d1fe82b00cb5dc8ed93b8f024c5468856bbbe62edf1eb884c52be3e6ed9ab1 +size 76276 diff --git a/MendeleyCXR/images/Darwin_00001417_person1180_virus_2011.png b/MendeleyCXR/images/Darwin_00001417_person1180_virus_2011.png new file mode 100644 index 0000000000000000000000000000000000000000..26500d0a00e15c08aa493f0a74460ad7070c08c3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001417_person1180_virus_2011.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:095633e63e6b79068653891a6554542020012e7566c4fd2ec3539dd9f0f86b17 +size 74639 diff --git a/MendeleyCXR/images/Darwin_00001418_person1180_virus_2012.png b/MendeleyCXR/images/Darwin_00001418_person1180_virus_2012.png new file mode 100644 index 0000000000000000000000000000000000000000..7d5bfeec3dc74a7f1c334342fe76ce7834d786bc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001418_person1180_virus_2012.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f055e47e09ecab816cd29bf973ab5d3d286e9bac7bfe04488c4f14c7736d9cdb +size 72716 diff --git a/MendeleyCXR/images/Darwin_00001419_person1180_virus_2013.png b/MendeleyCXR/images/Darwin_00001419_person1180_virus_2013.png new file mode 100644 index 0000000000000000000000000000000000000000..8fe87f3e6b660031f1b026ce81598ef9413c4285 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001419_person1180_virus_2013.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc1702349591de38ffa72f75ce59be982d22e83e00a801a1b95f92f160c06192 +size 71142 diff --git a/MendeleyCXR/images/Darwin_00001420_person1180_virus_2014.png b/MendeleyCXR/images/Darwin_00001420_person1180_virus_2014.png new file mode 100644 index 0000000000000000000000000000000000000000..95ab9d65d9d273c962b490e7ea6252e0be0d7bc3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001420_person1180_virus_2014.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49e46dd4fc459b7506531381aa991c40fa26803e1395d0065877ce3d68e24453 +size 68783 diff --git a/MendeleyCXR/images/Darwin_00001421_person1180_virus_2015.png b/MendeleyCXR/images/Darwin_00001421_person1180_virus_2015.png new file mode 100644 index 0000000000000000000000000000000000000000..4ac969ff1e15c55a5745619c22d3afdfd0365925 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001421_person1180_virus_2015.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce8aa0f02911b58e7c4b9847e9b9677d3771cb3c9eae956b98f80881b435df83 +size 80372 diff --git a/MendeleyCXR/images/Darwin_00001422_person1181_virus_2016.png b/MendeleyCXR/images/Darwin_00001422_person1181_virus_2016.png new file mode 100644 index 0000000000000000000000000000000000000000..ad5643f19d8fc029a7ae40c708d04312069efaf8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001422_person1181_virus_2016.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c1c3e37fa2d16abe6fc55bb1909c56e9682c73e0d8b1edb86bb2a7abca95ede +size 68520 diff --git a/MendeleyCXR/images/Darwin_00001423_person1182_virus_2017.png b/MendeleyCXR/images/Darwin_00001423_person1182_virus_2017.png new file mode 100644 index 0000000000000000000000000000000000000000..6051d49f37c546be883d5a3fd9f0fe983e3c576a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001423_person1182_virus_2017.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30255f3f3482808092ddc47205d60ff27f56dd4bc9ad8a2e285a18ae37a61fc9 +size 76988 diff --git a/MendeleyCXR/images/Darwin_00001424_person1183_virus_2018.png b/MendeleyCXR/images/Darwin_00001424_person1183_virus_2018.png new file mode 100644 index 0000000000000000000000000000000000000000..37d148a715b858a73fba9868fca1936840b0212b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001424_person1183_virus_2018.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec9f131581a3894c8a391aa0e11e23466b32b973cb011e63d2a7115b126ab101 +size 80862 diff --git a/MendeleyCXR/images/Darwin_00001425_person1184_virus_2019.png b/MendeleyCXR/images/Darwin_00001425_person1184_virus_2019.png new file mode 100644 index 0000000000000000000000000000000000000000..eb1b84a0950aaa6516905016dd878f827c602f27 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001425_person1184_virus_2019.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94f960cf1b37af6cd6a6b6106e6805363b02dd6d99178d5d728cafa34e7e46f1 +size 84129 diff --git a/MendeleyCXR/images/Darwin_00001426_person1186_virus_2021.png b/MendeleyCXR/images/Darwin_00001426_person1186_virus_2021.png new file mode 100644 index 0000000000000000000000000000000000000000..276d1e692bf47e1c5921e4e1ce48a8da569f3ea2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001426_person1186_virus_2021.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe08314bb78990985bcf2465eeb917f20bc664c64a77f68d17e9fcf5db152ba4 +size 78064 diff --git a/MendeleyCXR/images/Darwin_00001427_person1186_virus_2022.png b/MendeleyCXR/images/Darwin_00001427_person1186_virus_2022.png new file mode 100644 index 0000000000000000000000000000000000000000..169e0b0b8e903562bcabd04f1146ee51c82ee8c8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001427_person1186_virus_2022.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a8cceeeb094b8899d45fa6facd8d5ef45924c40ffbce0f1d99d8f1b274f5fc5 +size 66009 diff --git a/MendeleyCXR/images/Darwin_00001428_person1187_virus_2023.png b/MendeleyCXR/images/Darwin_00001428_person1187_virus_2023.png new file mode 100644 index 0000000000000000000000000000000000000000..7a4eca4aea2467b877c24efa152fa41804c6a55c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001428_person1187_virus_2023.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30244e1c0249a964dd05fa608acfa288f04debd92152f07e845cce6212ccd9c2 +size 72064 diff --git a/MendeleyCXR/images/Darwin_00001429_person1188_virus_2024.png b/MendeleyCXR/images/Darwin_00001429_person1188_virus_2024.png new file mode 100644 index 0000000000000000000000000000000000000000..d58de4d5e7f22c28c3973e5139ce687518881469 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001429_person1188_virus_2024.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0d9a305f2b3888ebab5751cf84b15c7170b33d7d623a2315b157df1a2fe84b7 +size 69735 diff --git a/MendeleyCXR/images/Darwin_00001430_person1190_virus_2031.png b/MendeleyCXR/images/Darwin_00001430_person1190_virus_2031.png new file mode 100644 index 0000000000000000000000000000000000000000..c5abf7bd009f47147ecc258dd244634ac0e76ffb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001430_person1190_virus_2031.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3319035ea16857adc5c7eb8e192e7da7995e1c93342ed5c0cd18a8d0e62134f4 +size 76975 diff --git a/MendeleyCXR/images/Darwin_00001431_person1191_virus_2032.png b/MendeleyCXR/images/Darwin_00001431_person1191_virus_2032.png new file mode 100644 index 0000000000000000000000000000000000000000..02bcdd167c32f59d18b0ecbfc37c74515e9f6bad --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001431_person1191_virus_2032.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70de0ff6baaeca1fc103537f75b4e9e44ed6408086f0f7788ae7f29c59a60cb9 +size 79004 diff --git a/MendeleyCXR/images/Darwin_00001432_person1193_virus_2034.png b/MendeleyCXR/images/Darwin_00001432_person1193_virus_2034.png new file mode 100644 index 0000000000000000000000000000000000000000..5dbbd46b76d693b6df3ec56e5f4e9f9995424089 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001432_person1193_virus_2034.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5a79ec93a07cb76d5f6e185f21e0c5fd1de361bfab3b06e66a052711c852c8e +size 74456 diff --git a/MendeleyCXR/images/Darwin_00001433_person1197_virus_2039.png b/MendeleyCXR/images/Darwin_00001433_person1197_virus_2039.png new file mode 100644 index 0000000000000000000000000000000000000000..97c2b91aca873c10e4eb255e51245d87b3772e32 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001433_person1197_virus_2039.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04da55af1cba35f40c75761ab8cd096a2a32c351d3f0806e705f32ee0d01adda +size 73236 diff --git a/MendeleyCXR/images/Darwin_00001434_person1200_virus_2042.png b/MendeleyCXR/images/Darwin_00001434_person1200_virus_2042.png new file mode 100644 index 0000000000000000000000000000000000000000..a222b579301f7ad52beb6a089f4d0c6bbffdbf89 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001434_person1200_virus_2042.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:525bc36cf49ec01a663e637f3fef1d1329ab94f8f59412fccfb212c6976f255d +size 63960 diff --git a/MendeleyCXR/images/Darwin_00001435_person1202_virus_2045.png b/MendeleyCXR/images/Darwin_00001435_person1202_virus_2045.png new file mode 100644 index 0000000000000000000000000000000000000000..2e3067523647e6be3b3c4df9278c0df7fbc685d8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001435_person1202_virus_2045.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5cd2f5a9f227e171d94f6848452cc9b2c3fe4ea354914ab25112a7092bf78c0 +size 71643 diff --git a/MendeleyCXR/images/Darwin_00001436_person1206_virus_2051.png b/MendeleyCXR/images/Darwin_00001436_person1206_virus_2051.png new file mode 100644 index 0000000000000000000000000000000000000000..db0d57d5e91e516baf8611c7e5576711fdb5ed24 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001436_person1206_virus_2051.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf2051cdf58584e747ae3a24b128b5242553eed105667767ba9e40c4913c1ebd +size 69023 diff --git a/MendeleyCXR/images/Darwin_00001437_person1211_virus_2056.png b/MendeleyCXR/images/Darwin_00001437_person1211_virus_2056.png new file mode 100644 index 0000000000000000000000000000000000000000..3dc28da6fb54bfe8dd63087eacb93bb331036e6f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001437_person1211_virus_2056.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e32d1963789b01ca745246a6210413e353c64fc09d6717cbc6e7dd109a76d324 +size 65418 diff --git a/MendeleyCXR/images/Darwin_00001438_person1212_virus_2057.png b/MendeleyCXR/images/Darwin_00001438_person1212_virus_2057.png new file mode 100644 index 0000000000000000000000000000000000000000..908d81d50dfd8254a166691c75b430850170825b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001438_person1212_virus_2057.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b558cfd147a40a6c078e302869affaed8fc75f72e13b5a43bb21faaa6f1598ef +size 64412 diff --git a/MendeleyCXR/images/Darwin_00001439_person1213_virus_2058.png b/MendeleyCXR/images/Darwin_00001439_person1213_virus_2058.png new file mode 100644 index 0000000000000000000000000000000000000000..ebd11744fee6cf47662023e967d4fd605304a9aa --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001439_person1213_virus_2058.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34338c69db6966d49f91d9ca8d020394458945ad765d0bcf01158d0b871b46fa +size 71004 diff --git a/MendeleyCXR/images/Darwin_00001440_person1214_virus_2059.png b/MendeleyCXR/images/Darwin_00001440_person1214_virus_2059.png new file mode 100644 index 0000000000000000000000000000000000000000..bf2ea7ebd3472b838afc3757c76408a982c8954c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001440_person1214_virus_2059.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c0f21c257d88cccc0f3b75d78159c97185b2c4f6ebfbde3bffae67eb4062bcd +size 68099 diff --git a/MendeleyCXR/images/Darwin_00001441_person1216_virus_2062.png b/MendeleyCXR/images/Darwin_00001441_person1216_virus_2062.png new file mode 100644 index 0000000000000000000000000000000000000000..824a5355f3075ffe5c5d75b72bf6b76eea2f4a88 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001441_person1216_virus_2062.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d105fe27c75006c0b6893b0a551e200b077aee3f533cafbc34334a5b3487c761 +size 72700 diff --git a/MendeleyCXR/images/Darwin_00001442_person1217_virus_2063.png b/MendeleyCXR/images/Darwin_00001442_person1217_virus_2063.png new file mode 100644 index 0000000000000000000000000000000000000000..1641a42eccfc67e0f1a03a3b182fb6bc5c91e5b7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001442_person1217_virus_2063.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6305b3eab2b53f326de3d6f4b588e1fe2b89c6efcab54e91f957391dfa834aad +size 71947 diff --git a/MendeleyCXR/images/Darwin_00001443_person1218_virus_2066.png b/MendeleyCXR/images/Darwin_00001443_person1218_virus_2066.png new file mode 100644 index 0000000000000000000000000000000000000000..7f80ac81c98c7eabb1b34005db5d10484b71b8f7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001443_person1218_virus_2066.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4388bc7585ffd674f973bd8df1ed4aa7bc9485a156c917cd5a0370e2e3c1b5ff +size 72357 diff --git a/MendeleyCXR/images/Darwin_00001444_person1219_virus_2067.png b/MendeleyCXR/images/Darwin_00001444_person1219_virus_2067.png new file mode 100644 index 0000000000000000000000000000000000000000..aa34b7591657a444cf6ebb472a072d3340c52c6b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001444_person1219_virus_2067.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f416941850fb489f07086bf0dfc2c9e4ee0fe0784786f6f02d2c911d9e88813f +size 74622 diff --git a/MendeleyCXR/images/Darwin_00001445_person1220_virus_2068.png b/MendeleyCXR/images/Darwin_00001445_person1220_virus_2068.png new file mode 100644 index 0000000000000000000000000000000000000000..ce57685bbaabe1136a44dc72c4084fccae8d97fe --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001445_person1220_virus_2068.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af9335bad01046ebdfd5a8af39d5dc705230db544416ff6523a79fc62eeda661 +size 71512 diff --git a/MendeleyCXR/images/Darwin_00001446_person1222_virus_2071.png b/MendeleyCXR/images/Darwin_00001446_person1222_virus_2071.png new file mode 100644 index 0000000000000000000000000000000000000000..ecc85b430bdb9443d2902dacf60536e4c6134ded --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001446_person1222_virus_2071.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6c3bb83d740b5719a97f4194cdd355889434d5f363e742f2fcd664f59aa9177 +size 74543 diff --git a/MendeleyCXR/images/Darwin_00001447_person1223_virus_2073.png b/MendeleyCXR/images/Darwin_00001447_person1223_virus_2073.png new file mode 100644 index 0000000000000000000000000000000000000000..506886dda75f8550e3c44afab289fd34eed5f8dc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001447_person1223_virus_2073.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa428bf76b481e486f9b021ff47757c9dc1c8950c59cfeecb0c035658c04a0bd +size 66570 diff --git a/MendeleyCXR/images/Darwin_00001448_person1224_virus_2074.png b/MendeleyCXR/images/Darwin_00001448_person1224_virus_2074.png new file mode 100644 index 0000000000000000000000000000000000000000..0ca37ee44b433ae5e6440031dff39797aa87f23e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001448_person1224_virus_2074.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:290b38f3764622b875f47b017d5214e3b1b585e670a4f2bda30b186871fae7e5 +size 67296 diff --git a/MendeleyCXR/images/Darwin_00001449_person1225_virus_2076.png b/MendeleyCXR/images/Darwin_00001449_person1225_virus_2076.png new file mode 100644 index 0000000000000000000000000000000000000000..5f7631461c39014e74c07e6874a56c76dd4c5007 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001449_person1225_virus_2076.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1dc519b68f83c9938937ddacbf45c613d846234791ee3c7dcfcb3ac70454569 +size 73651 diff --git a/MendeleyCXR/images/Darwin_00001450_person1226_virus_2077.png b/MendeleyCXR/images/Darwin_00001450_person1226_virus_2077.png new file mode 100644 index 0000000000000000000000000000000000000000..17e7ef7c207c7ac212a3788cb9f49b50d8444bab --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001450_person1226_virus_2077.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:853b3ea97255f9373a96cc022538bfdac5646687c150d5ba88abd9eb485d1d3e +size 63793 diff --git a/MendeleyCXR/images/Darwin_00001451_person1227_virus_2078.png b/MendeleyCXR/images/Darwin_00001451_person1227_virus_2078.png new file mode 100644 index 0000000000000000000000000000000000000000..ed935e652253e363f0c174719d34c0fe88cb0d05 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001451_person1227_virus_2078.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b189278fdb3bf8297e09ed03470ac4cefaa4b93a931fdb6614a3730825cea42 +size 78894 diff --git a/MendeleyCXR/images/Darwin_00001452_person1228_virus_2079.png b/MendeleyCXR/images/Darwin_00001452_person1228_virus_2079.png new file mode 100644 index 0000000000000000000000000000000000000000..3c05be440827fb6a3af5770d52cd11efa559ae6e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001452_person1228_virus_2079.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0580e3f6ab52d6917089793f7a982408399c8e290e1a59afac384391640eaeaa +size 71810 diff --git a/MendeleyCXR/images/Darwin_00001453_person1229_virus_2080.png b/MendeleyCXR/images/Darwin_00001453_person1229_virus_2080.png new file mode 100644 index 0000000000000000000000000000000000000000..d0bf4263f0a5c44fd491c74c37170e774f123d1f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001453_person1229_virus_2080.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:062254d665c809d12195cb0a581d6a3d92fa84dafee96b25de76bbc6eab477af +size 70904 diff --git a/MendeleyCXR/images/Darwin_00001454_person1230_virus_2081.png b/MendeleyCXR/images/Darwin_00001454_person1230_virus_2081.png new file mode 100644 index 0000000000000000000000000000000000000000..8e9c4797b9c419cf0ee73f92e5283df9a513fc83 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001454_person1230_virus_2081.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87c8f23535bb16647897b6ca88ca0f25ddc5bf67ff3d52efc1701abedec0660b +size 75276 diff --git a/MendeleyCXR/images/Darwin_00001455_person1231_virus_2088.png b/MendeleyCXR/images/Darwin_00001455_person1231_virus_2088.png new file mode 100644 index 0000000000000000000000000000000000000000..8b0d91a86b6fe1b8133f637229d8e0105371c787 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001455_person1231_virus_2088.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ffa4c015a643d180cdeab91c4adbfcb044e348d324da82554e41c79faaaeacc +size 76904 diff --git a/MendeleyCXR/images/Darwin_00001456_person1232_virus_2089.png b/MendeleyCXR/images/Darwin_00001456_person1232_virus_2089.png new file mode 100644 index 0000000000000000000000000000000000000000..b9289c5c1badcc5bc7e28e92bfcb32a931007bf0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001456_person1232_virus_2089.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e75e18363bbd0414565b62dcdb6b444f6e3089a45b2e45c61d3d9d2cc57a3a96 +size 71036 diff --git a/MendeleyCXR/images/Darwin_00001457_person1233_virus_2090.png b/MendeleyCXR/images/Darwin_00001457_person1233_virus_2090.png new file mode 100644 index 0000000000000000000000000000000000000000..3c6979229e52534f3790d2b584062961e3874da3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001457_person1233_virus_2090.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cab7124e0115b2804fd4b1eb9dba49a24dbbbf3c37f6e14e85cb7b7500e82ce3 +size 69674 diff --git a/MendeleyCXR/images/Darwin_00001458_person1234_virus_2093.png b/MendeleyCXR/images/Darwin_00001458_person1234_virus_2093.png new file mode 100644 index 0000000000000000000000000000000000000000..bc7d32aab2dac95d098aa8b84a45b1595b32e19b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001458_person1234_virus_2093.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcbe74f984ac15200adbc376b54f8320ec0fcee3d14fdf8e39dc28c879a77a52 +size 71399 diff --git a/MendeleyCXR/images/Darwin_00001459_person1235_virus_2095.png b/MendeleyCXR/images/Darwin_00001459_person1235_virus_2095.png new file mode 100644 index 0000000000000000000000000000000000000000..7b78d45f93fa01101579144b29a9bc1ab8061c98 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001459_person1235_virus_2095.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34960a6068c4d9d40dd71734754ad5c9e1cc5c17d646d62b1768742d54c7ab58 +size 67874 diff --git a/MendeleyCXR/images/Darwin_00001460_person1236_virus_2096.png b/MendeleyCXR/images/Darwin_00001460_person1236_virus_2096.png new file mode 100644 index 0000000000000000000000000000000000000000..7dcecae993c09bf91ef5a279dfe225a6f2cb72a7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001460_person1236_virus_2096.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70869cc087d4863cf0cdd49b66af1a9ea862ce8940a4ba7feeafc7131289ccd8 +size 73172 diff --git a/MendeleyCXR/images/Darwin_00001461_person1237_virus_2097.png b/MendeleyCXR/images/Darwin_00001461_person1237_virus_2097.png new file mode 100644 index 0000000000000000000000000000000000000000..87e4bc03f2eaaca610d3a937a642c87518d83f4a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001461_person1237_virus_2097.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:451b198cebdff0a3aa54ff361106d1247dfb3a1df64d25b5b65aeb5180b6bb31 +size 69857 diff --git a/MendeleyCXR/images/Darwin_00001462_person1238_virus_2098.png b/MendeleyCXR/images/Darwin_00001462_person1238_virus_2098.png new file mode 100644 index 0000000000000000000000000000000000000000..6a3493dec9d6b51025cf50a660f3c20df334496f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001462_person1238_virus_2098.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c91967457666c9dfc3ef46972830a00bcfe1e52c918a08d70bab4d87b590dd24 +size 68544 diff --git a/MendeleyCXR/images/Darwin_00001463_person1239_virus_2099.png b/MendeleyCXR/images/Darwin_00001463_person1239_virus_2099.png new file mode 100644 index 0000000000000000000000000000000000000000..d869efec92c64c090bccc3a97a8419488a687b8e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001463_person1239_virus_2099.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39fb4efdf866ff91c6c89a02aa249a178ae687d0003eed7ebd0d2cb956d907a1 +size 74328 diff --git a/MendeleyCXR/images/Darwin_00001464_person1241_virus_2106.png b/MendeleyCXR/images/Darwin_00001464_person1241_virus_2106.png new file mode 100644 index 0000000000000000000000000000000000000000..5c0ced7e0f1032b59d77d0e88d1681e9bfacc2bb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001464_person1241_virus_2106.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3955f0be9296649aea16b68953fe447ed3dd3ccb3d4942c9e137fcb45db218d7 +size 74180 diff --git a/MendeleyCXR/images/Darwin_00001465_person1242_virus_2108.png b/MendeleyCXR/images/Darwin_00001465_person1242_virus_2108.png new file mode 100644 index 0000000000000000000000000000000000000000..7f9e64201e4c9ddcf3d48047d16d2eaa8b21239c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001465_person1242_virus_2108.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed0ef4f50f6aa902e8d0a45590529e641a17505d3a30c104edf50c1e9e16c599 +size 63377 diff --git a/MendeleyCXR/images/Darwin_00001466_person1242_virus_2109.png b/MendeleyCXR/images/Darwin_00001466_person1242_virus_2109.png new file mode 100644 index 0000000000000000000000000000000000000000..0c4035364854d3f0569c328a17d8ca4c40561551 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001466_person1242_virus_2109.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e95b491430b2f854b27e50e84b1bd98e5da7d85819b8fa06554aa98fd062b8c8 +size 69128 diff --git a/MendeleyCXR/images/Darwin_00001467_person1243_virus_2110.png b/MendeleyCXR/images/Darwin_00001467_person1243_virus_2110.png new file mode 100644 index 0000000000000000000000000000000000000000..cb2e7012cf911435b004afeed170db34d63b8564 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001467_person1243_virus_2110.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bac16a43197a4fd12b218e1630c3a98814253ecdf83bb8b6a73fc60d9b396b7 +size 71827 diff --git a/MendeleyCXR/images/Darwin_00001468_person1244_virus_2111.png b/MendeleyCXR/images/Darwin_00001468_person1244_virus_2111.png new file mode 100644 index 0000000000000000000000000000000000000000..548a453d137e8211c87e45496ddf5eff1de38337 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001468_person1244_virus_2111.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7102f79a0e26462a08fde33001e18b830389fb7ba6db015bd6a741a6c52fd76f +size 69610 diff --git a/MendeleyCXR/images/Darwin_00001469_person1247_virus_2115.png b/MendeleyCXR/images/Darwin_00001469_person1247_virus_2115.png new file mode 100644 index 0000000000000000000000000000000000000000..5c65795fb20cc92e1033e91d93479d5f3c123ca0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001469_person1247_virus_2115.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f1f0213c8c407cd16c862ebad2227694bf79e9ac13b6e43d5178e43cd5140f4 +size 73840 diff --git a/MendeleyCXR/images/Darwin_00001470_person1248_virus_2117.png b/MendeleyCXR/images/Darwin_00001470_person1248_virus_2117.png new file mode 100644 index 0000000000000000000000000000000000000000..776017527a9fda9de6f543d475d35f20df8266d3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001470_person1248_virus_2117.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddaa5f100b4d5485cfe5af87139e74e9c8f94f481f07f7f32b5f9e7bfd0019f2 +size 73831 diff --git a/MendeleyCXR/images/Darwin_00001471_person1249_virus_2118.png b/MendeleyCXR/images/Darwin_00001471_person1249_virus_2118.png new file mode 100644 index 0000000000000000000000000000000000000000..d1dda7e89d72af9d1047f503acb883ab6b5c5ee9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001471_person1249_virus_2118.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99f6c6458a7b1e7a58d859bd2e77ab84f3eb1c16daae043a32d38e3a6cce4eb1 +size 72941 diff --git a/MendeleyCXR/images/Darwin_00001472_person1252_virus_2124.png b/MendeleyCXR/images/Darwin_00001472_person1252_virus_2124.png new file mode 100644 index 0000000000000000000000000000000000000000..4ea67f141fb49784ef9d84b8eca937c6145fd45c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001472_person1252_virus_2124.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ff6267eb42d6063b81c3731ec3153cde13a2298e3d518e499d3769524ad59ed +size 72319 diff --git a/MendeleyCXR/images/Darwin_00001473_person1253_virus_2129.png b/MendeleyCXR/images/Darwin_00001473_person1253_virus_2129.png new file mode 100644 index 0000000000000000000000000000000000000000..1675f2fd820d688317d4bd59baa57bf603082234 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001473_person1253_virus_2129.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76ba182d117612de41df10ae7838324d516fbbb7b59d8e861bd6bb35b689fd03 +size 69925 diff --git a/MendeleyCXR/images/Darwin_00001474_person1254_virus_2130.png b/MendeleyCXR/images/Darwin_00001474_person1254_virus_2130.png new file mode 100644 index 0000000000000000000000000000000000000000..9e7e20bf8281a7c8c5e27125c61364acc6bfce0b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001474_person1254_virus_2130.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1ff6a1d06d1c93af4062c65f5f01d66bb2ef765793800bfe63a9fcea46ab4cd +size 74975 diff --git a/MendeleyCXR/images/Darwin_00001475_person1255_virus_2132.png b/MendeleyCXR/images/Darwin_00001475_person1255_virus_2132.png new file mode 100644 index 0000000000000000000000000000000000000000..736b171f44709297dd0ae8e120f34d620f85bc3a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001475_person1255_virus_2132.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22a50193acf7c17e21203b82f523a8786ddeaaa06c0fec09334f29a1b2ce276a +size 61989 diff --git a/MendeleyCXR/images/Darwin_00001476_person1258_virus_2138.png b/MendeleyCXR/images/Darwin_00001476_person1258_virus_2138.png new file mode 100644 index 0000000000000000000000000000000000000000..666c46420dd7e43b49a7e431cab1fcc2bc63676c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001476_person1258_virus_2138.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:289a3cb2485ee85030fe4da295afe6a1d0935785f09406a8afff689e99befaf0 +size 76734 diff --git a/MendeleyCXR/images/Darwin_00001477_person1259_virus_2139.png b/MendeleyCXR/images/Darwin_00001477_person1259_virus_2139.png new file mode 100644 index 0000000000000000000000000000000000000000..0b61572e4d9bfa785213c7eabdc828ef479b30eb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001477_person1259_virus_2139.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05c43feaf5a9211740fe428e7012278a083a9f3693174739cb2f41d7ff1e8a9a +size 71726 diff --git a/MendeleyCXR/images/Darwin_00001478_person1260_virus_2140.png b/MendeleyCXR/images/Darwin_00001478_person1260_virus_2140.png new file mode 100644 index 0000000000000000000000000000000000000000..9b5d8f02fa4cd7da5056ffa40c96bf7a80d5e52c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001478_person1260_virus_2140.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48679d5d8a0ab82b0623559a988d43b9dce47b5a9d06d6a80312c6b03e6adfed +size 69966 diff --git a/MendeleyCXR/images/Darwin_00001479_person1261_virus_2145.png b/MendeleyCXR/images/Darwin_00001479_person1261_virus_2145.png new file mode 100644 index 0000000000000000000000000000000000000000..0685fe3058b656e383b084a888560394e79e06f7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001479_person1261_virus_2145.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b904ba89517c5b35d06db1cef8b464aa69a28e22a806c1d5841062a45702881 +size 62547 diff --git a/MendeleyCXR/images/Darwin_00001480_person1261_virus_2147.png b/MendeleyCXR/images/Darwin_00001480_person1261_virus_2147.png new file mode 100644 index 0000000000000000000000000000000000000000..3860109185cbf6775a9d1ff829bc6d3913139a0e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001480_person1261_virus_2147.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b3c6e38abf654c79ca2cf358616a5977195e38ce7194130de24ba458059acac +size 73105 diff --git a/MendeleyCXR/images/Darwin_00001482_person1264_virus_2155.png b/MendeleyCXR/images/Darwin_00001482_person1264_virus_2155.png new file mode 100644 index 0000000000000000000000000000000000000000..953306a56d23a9313e48bc89f3f2adb526e832ad --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001482_person1264_virus_2155.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81cb579f70585249f7ed61428d6084e1ec2a38c2b2c6951cca2e1236d2105c51 +size 65507 diff --git a/MendeleyCXR/images/Darwin_00001483_person1265_virus_2156.png b/MendeleyCXR/images/Darwin_00001483_person1265_virus_2156.png new file mode 100644 index 0000000000000000000000000000000000000000..90c03cb1167c09b3a1dc01bfb9636a820d20feb1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001483_person1265_virus_2156.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fff429e9a5285d22c242d03a5a4ea69b4913c579742ac81ebbf901c6576bd0b1 +size 71023 diff --git a/MendeleyCXR/images/Darwin_00001484_person1266_virus_2158.png b/MendeleyCXR/images/Darwin_00001484_person1266_virus_2158.png new file mode 100644 index 0000000000000000000000000000000000000000..18b2afcd3c93c452b7a242975f40c3701b173c86 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001484_person1266_virus_2158.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6104c70cf6dc973e95d6d4eb014f95e1e3b702d2708b10f82449d7d7ddd9d7a2 +size 76767 diff --git a/MendeleyCXR/images/Darwin_00001485_person1267_virus_2160.png b/MendeleyCXR/images/Darwin_00001485_person1267_virus_2160.png new file mode 100644 index 0000000000000000000000000000000000000000..a46b80cf3b10d7959c82f92aab51095e2adaca5b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001485_person1267_virus_2160.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36cf3959b024d728d837c02c9b355b07fe6f828213b3a78ebf3441b50fd229b5 +size 71569 diff --git a/MendeleyCXR/images/Darwin_00001486_person102_virus_189.png b/MendeleyCXR/images/Darwin_00001486_person102_virus_189.png new file mode 100644 index 0000000000000000000000000000000000000000..583a896746cf239005e5702af87bff4fff5e2190 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001486_person102_virus_189.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0b1313426ec33747ae3fd5ed6c75b4ef88d0327942271ff641175c81b60b2a8 +size 72170 diff --git a/MendeleyCXR/images/Darwin_00001487_person103_virus_190.png b/MendeleyCXR/images/Darwin_00001487_person103_virus_190.png new file mode 100644 index 0000000000000000000000000000000000000000..427d6eb65591268fc6bc0c6c1facc54ecf7a0022 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001487_person103_virus_190.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07a52af92de9e6f6e399e4bec3c76659c0a52ad90eb1207d7ee75b7e9a7a80f5 +size 72692 diff --git a/MendeleyCXR/images/Darwin_00001488_person104_virus_191.png b/MendeleyCXR/images/Darwin_00001488_person104_virus_191.png new file mode 100644 index 0000000000000000000000000000000000000000..ab1175ca09f73a96564c49ef2a10c891610db9b6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001488_person104_virus_191.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d9405d52f24ed711d6d7ed5829586a222086674e419a578653e358895353b7b +size 80467 diff --git a/MendeleyCXR/images/Darwin_00001489_person105_virus_192.png b/MendeleyCXR/images/Darwin_00001489_person105_virus_192.png new file mode 100644 index 0000000000000000000000000000000000000000..ee8056dd24864281c7583fca1c9906616996a58c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001489_person105_virus_192.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd2b5dbef0b61c6e94d7701637bc60a19a2c7aec66dc15e01b016ce24268f5a2 +size 75070 diff --git a/MendeleyCXR/images/Darwin_00001490_person105_virus_193.png b/MendeleyCXR/images/Darwin_00001490_person105_virus_193.png new file mode 100644 index 0000000000000000000000000000000000000000..ea860977d6ecb74c072a3a46211584a5f5a4957f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001490_person105_virus_193.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f1b88170bdbe47cdf70b23226208d8186b5323d183ebdfd6fe90104141217df +size 83620 diff --git a/MendeleyCXR/images/Darwin_00001491_person106_virus_194.png b/MendeleyCXR/images/Darwin_00001491_person106_virus_194.png new file mode 100644 index 0000000000000000000000000000000000000000..ab7a09d83b59b8748d4ffd063aac5c125eee0e3c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001491_person106_virus_194.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e773d3d4a0d8095825eeda6b0fc62e798c1071893a8eb6913abde36c424b4cdc +size 77645 diff --git a/MendeleyCXR/images/Darwin_00001492_person107_virus_197.png b/MendeleyCXR/images/Darwin_00001492_person107_virus_197.png new file mode 100644 index 0000000000000000000000000000000000000000..5f37134d6d25a8fa7b168c9deefdc84f2dfd12ab --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001492_person107_virus_197.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e832e2b6f35381ec2eff57d4811cecebb0fc83ae317a443e7c7eef6d61244dd +size 66058 diff --git a/MendeleyCXR/images/Darwin_00001493_person108_virus_199.png b/MendeleyCXR/images/Darwin_00001493_person108_virus_199.png new file mode 100644 index 0000000000000000000000000000000000000000..ef8a9b7043c0d4f24b9adb631f03f60a9f4cd99f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001493_person108_virus_199.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:216288b56d4827d196fc7fb347f53f62330ac071a99ab2304f28ee397d47272f +size 59261 diff --git a/MendeleyCXR/images/Darwin_00001494_person108_virus_200.png b/MendeleyCXR/images/Darwin_00001494_person108_virus_200.png new file mode 100644 index 0000000000000000000000000000000000000000..9367afd53e5411f5f332699ab47e4f524cfb250c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001494_person108_virus_200.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb693902c484e042a5b79970aa888e3395e0b29d2204593fb9ed0e38978ca914 +size 64856 diff --git a/MendeleyCXR/images/Darwin_00001495_person108_virus_201.png b/MendeleyCXR/images/Darwin_00001495_person108_virus_201.png new file mode 100644 index 0000000000000000000000000000000000000000..593e04e2443b67fa33262b3d7539924409db6453 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001495_person108_virus_201.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:677b2823daa54330a726be278d41bb1f0356a3aebe90d353130f9a8d906eca5e +size 61227 diff --git a/MendeleyCXR/images/Darwin_00001496_person109_virus_203.png b/MendeleyCXR/images/Darwin_00001496_person109_virus_203.png new file mode 100644 index 0000000000000000000000000000000000000000..9953c6a0ed6bfc4be9144f113fdcaa7d86e4875d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001496_person109_virus_203.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:254012c8abe20151edc62fde12ea73fc29ebb31ec868ddf7835acaf27c7e8965 +size 69912 diff --git a/MendeleyCXR/images/Darwin_00001497_person110_virus_205.png b/MendeleyCXR/images/Darwin_00001497_person110_virus_205.png new file mode 100644 index 0000000000000000000000000000000000000000..7c980134053da83f642d05ca85f1f7d06de1a015 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001497_person110_virus_205.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f15e4a0a72ccfd23bff00380e181823f5ebd2bf59ca3a27514cca7f3c4904b0e +size 74244 diff --git a/MendeleyCXR/images/Darwin_00001498_person110_virus_206.png b/MendeleyCXR/images/Darwin_00001498_person110_virus_206.png new file mode 100644 index 0000000000000000000000000000000000000000..3b29eaa1b8fc8c577a8b78c7a818eab35ff21bab --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001498_person110_virus_206.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b93ce3b7c36b9d4e698028b66aefbb4704614cc4af5d6a264921923b6aecc9a2 +size 73788 diff --git a/MendeleyCXR/images/Darwin_00001499_person110_virus_207.png b/MendeleyCXR/images/Darwin_00001499_person110_virus_207.png new file mode 100644 index 0000000000000000000000000000000000000000..7c969cae0400dc496f146735b8a3aa42a96317f8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001499_person110_virus_207.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69f8a461759341ccae534127b446891492e659acdc2f261f98498ce3c86d3c06 +size 69497 diff --git a/MendeleyCXR/images/Darwin_00001500_person110_virus_208.png b/MendeleyCXR/images/Darwin_00001500_person110_virus_208.png new file mode 100644 index 0000000000000000000000000000000000000000..b034b8fab3a243f2745360cda3a3a9158c7c66c1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001500_person110_virus_208.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e891a06c97d256fbeb9c6dfa14fb195fc19cb540849da2df01a9588129887583 +size 78025 diff --git a/MendeleyCXR/images/Darwin_00001501_person111_virus_209.png b/MendeleyCXR/images/Darwin_00001501_person111_virus_209.png new file mode 100644 index 0000000000000000000000000000000000000000..a1eb543c05644806a046346b10218d01a35c5be7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001501_person111_virus_209.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43883951128f277d43a96bef9be8f8846d63d4c1880afca4ecfc045806e17a3f +size 69286 diff --git a/MendeleyCXR/images/Darwin_00001502_person111_virus_210.png b/MendeleyCXR/images/Darwin_00001502_person111_virus_210.png new file mode 100644 index 0000000000000000000000000000000000000000..4953ef2ad17f0335aac530a3774cb70203958bd4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001502_person111_virus_210.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:830c5853aaa191f9edf6d5cceb5dfb3bb0dd30cf01d7456d9e638368c3992f57 +size 77174 diff --git a/MendeleyCXR/images/Darwin_00001503_person111_virus_212.png b/MendeleyCXR/images/Darwin_00001503_person111_virus_212.png new file mode 100644 index 0000000000000000000000000000000000000000..eb036e60775ce56b4279364d74e85830b33afa1c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001503_person111_virus_212.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afb07af7a0a8c9dd7df6c14ea8bb045f72ee77f61bbd8584211b8386e118359d +size 82172 diff --git a/MendeleyCXR/images/Darwin_00001504_person112_virus_213.png b/MendeleyCXR/images/Darwin_00001504_person112_virus_213.png new file mode 100644 index 0000000000000000000000000000000000000000..bb8c055ca4c5edfd36d73c6080a0c4d1c37c25d7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001504_person112_virus_213.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eb685aef55cbe88a9b6fc4a6ebe34af8c423e31940aa13cf8b8f54b763f0252 +size 76700 diff --git a/MendeleyCXR/images/Darwin_00001505_person113_virus_215.png b/MendeleyCXR/images/Darwin_00001505_person113_virus_215.png new file mode 100644 index 0000000000000000000000000000000000000000..80634ce19bf1cdbbcf721774d96bd92ae3aafdcd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001505_person113_virus_215.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c9a68cca30fcd7f55b1626039a9c2c195f9082464207c481da6d524263b8778 +size 73141 diff --git a/MendeleyCXR/images/Darwin_00001506_person113_virus_216.png b/MendeleyCXR/images/Darwin_00001506_person113_virus_216.png new file mode 100644 index 0000000000000000000000000000000000000000..4d586fe34510ffd50b3174e36d954d434aac9898 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001506_person113_virus_216.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55cab2553d2ec1f646d88b1760d13f75d8c8b5c3eb74e6cbf824690197bcea36 +size 71229 diff --git a/MendeleyCXR/images/Darwin_00001507_person114_virus_217.png b/MendeleyCXR/images/Darwin_00001507_person114_virus_217.png new file mode 100644 index 0000000000000000000000000000000000000000..533e43e3a4587b525890fb9362485e12996a26fe --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001507_person114_virus_217.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1562105dba694172ed61c8308295c757ff138fa1efc891c9293d6f187296b05d +size 67042 diff --git a/MendeleyCXR/images/Darwin_00001508_person1020_virus_1710.png b/MendeleyCXR/images/Darwin_00001508_person1020_virus_1710.png new file mode 100644 index 0000000000000000000000000000000000000000..16141431c3716036cc505b15bcd77e9148a4edff --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001508_person1020_virus_1710.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bec14b672500d2df4bdc401176b4f346f17390f0807c02c338ef47bc76f37dcc +size 66542 diff --git a/MendeleyCXR/images/Darwin_00001509_person1021_virus_1711.png b/MendeleyCXR/images/Darwin_00001509_person1021_virus_1711.png new file mode 100644 index 0000000000000000000000000000000000000000..fe733435b59cc5bbaef806e9530a8db0b66caf9e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001509_person1021_virus_1711.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b0f12f20cf2e79daa23e3c474e9ab4765de537ea7253c142ea99da1abcb2ed1 +size 69185 diff --git a/MendeleyCXR/images/Darwin_00001510_person1022_virus_1712.png b/MendeleyCXR/images/Darwin_00001510_person1022_virus_1712.png new file mode 100644 index 0000000000000000000000000000000000000000..cdf6c67464bdc04cb945e2124d76f7bfdef2decc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001510_person1022_virus_1712.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cd4383c760a9d8d73134fb688bb6fef96465de03895cdb624e55b2deebe79d8 +size 73741 diff --git a/MendeleyCXR/images/Darwin_00001511_person1023_virus_1714.png b/MendeleyCXR/images/Darwin_00001511_person1023_virus_1714.png new file mode 100644 index 0000000000000000000000000000000000000000..2a1b1393fc160ff3fbe1f9b62f1629d51d90543a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001511_person1023_virus_1714.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2730461f4e26382b4b418c46365ef4446144622736d7d23cadb1a63cf7bd41c6 +size 67284 diff --git a/MendeleyCXR/images/Darwin_00001512_person1024_virus_1716.png b/MendeleyCXR/images/Darwin_00001512_person1024_virus_1716.png new file mode 100644 index 0000000000000000000000000000000000000000..ac92831443581982cdbbf27cc98b315c0ef9a8a2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001512_person1024_virus_1716.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f56db4e0e33b891b3b60c0fd8aa95357675d068dc972b3f4390d028c7dc90184 +size 66565 diff --git a/MendeleyCXR/images/Darwin_00001513_person1026_virus_1718.png b/MendeleyCXR/images/Darwin_00001513_person1026_virus_1718.png new file mode 100644 index 0000000000000000000000000000000000000000..b9130edc43b06c3aae10f33583b8716f31a1849f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001513_person1026_virus_1718.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:232857763da5057570f16452e03f7883f7b19ea5efde0d90fa6871d40cb1961b +size 76466 diff --git a/MendeleyCXR/images/Darwin_00001514_person1029_virus_1721.png b/MendeleyCXR/images/Darwin_00001514_person1029_virus_1721.png new file mode 100644 index 0000000000000000000000000000000000000000..e7bee26392a85ab18135ddeb7c42f8a3b6c6ffa2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001514_person1029_virus_1721.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e2e0e05f126d220ae708182e75bcc088a6dec857bcce7a74b48bd1898bfa6a7 +size 66030 diff --git a/MendeleyCXR/images/Darwin_00001515_person1030_virus_1722.png b/MendeleyCXR/images/Darwin_00001515_person1030_virus_1722.png new file mode 100644 index 0000000000000000000000000000000000000000..937eef15eec5e3f2d8167f1dd9977abad23a3b31 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001515_person1030_virus_1722.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f54a5e276edfe86a7efed398dc41f5061e473f7429360463e699d61d00228c4c +size 73804 diff --git a/MendeleyCXR/images/Darwin_00001516_person1031_virus_1723.png b/MendeleyCXR/images/Darwin_00001516_person1031_virus_1723.png new file mode 100644 index 0000000000000000000000000000000000000000..80c1291e03bf03deca7f567fce5cd520300ec494 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001516_person1031_virus_1723.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:740cd75ac96c8ee749cb5cd671a32cfab64ce01981e40bc6bd621acf60939689 +size 70479 diff --git a/MendeleyCXR/images/Darwin_00001517_person1034_virus_1728.png b/MendeleyCXR/images/Darwin_00001517_person1034_virus_1728.png new file mode 100644 index 0000000000000000000000000000000000000000..c5996dd77cc77cbd711d3bba68fcd404d58222f3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001517_person1034_virus_1728.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cff701167fc575a2a4a0e12ef7f087e6a011ac9e54443e901dd0e837ef1bb547 +size 73074 diff --git a/MendeleyCXR/images/Darwin_00001518_person1035_virus_1729.png b/MendeleyCXR/images/Darwin_00001518_person1035_virus_1729.png new file mode 100644 index 0000000000000000000000000000000000000000..b532ab396353a980a21e46e73dd34f449f28e1f7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001518_person1035_virus_1729.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c7ccc33af09d6f2d3a587ec7ed8ea92da4f6b71c1977befe0c0dffc6b0afe39 +size 79251 diff --git a/MendeleyCXR/images/Darwin_00001519_person1036_virus_1730.png b/MendeleyCXR/images/Darwin_00001519_person1036_virus_1730.png new file mode 100644 index 0000000000000000000000000000000000000000..9141db1104667cbe16013edbff099ceb0406df59 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001519_person1036_virus_1730.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6221ef67650c7d5b61f39bd853ae0ddc64c1728ccbdafd37bc4031bb1939522a +size 72690 diff --git a/MendeleyCXR/images/Darwin_00001520_person1038_virus_1733.png b/MendeleyCXR/images/Darwin_00001520_person1038_virus_1733.png new file mode 100644 index 0000000000000000000000000000000000000000..e704904f750bb2a87d64e0a118bc65a772a54a05 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001520_person1038_virus_1733.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d8e7c4ce857535bab3fb7a67b7cf8be8d6cd822fb92eaeabc06f087a9515a9e +size 70432 diff --git a/MendeleyCXR/images/Darwin_00001521_person1040_virus_1735.png b/MendeleyCXR/images/Darwin_00001521_person1040_virus_1735.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae3b819bd0c80a54b1ba1af8b60fb3a08e4e502 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001521_person1040_virus_1735.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fde4ce031459ede9ed3d37aa7bf658680ea0bad1196588f8c9d36c48dcd4c16 +size 68473 diff --git a/MendeleyCXR/images/Darwin_00001522_person1041_virus_1736.png b/MendeleyCXR/images/Darwin_00001522_person1041_virus_1736.png new file mode 100644 index 0000000000000000000000000000000000000000..e4bae5649f6bf88d4e20485a1bf28f8fd1137629 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001522_person1041_virus_1736.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50c1c8cc57b711bc548649cde97efd0decac3b70bf4056c73e7cc1d2b2e75229 +size 63229 diff --git a/MendeleyCXR/images/Darwin_00001523_person1042_virus_1737.png b/MendeleyCXR/images/Darwin_00001523_person1042_virus_1737.png new file mode 100644 index 0000000000000000000000000000000000000000..09631aa1efc8c7c19a940c8da2e2c789121100cd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001523_person1042_virus_1737.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3613ec33f527948f6b86697ca9053969cd85039c82dd3d8f37e90de9850df93e +size 74406 diff --git a/MendeleyCXR/images/Darwin_00001524_person1043_virus_1738.png b/MendeleyCXR/images/Darwin_00001524_person1043_virus_1738.png new file mode 100644 index 0000000000000000000000000000000000000000..4d19a4145f2e0560c428d2337b9b772689cd0e32 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001524_person1043_virus_1738.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86ccead64a06e6b81fea5e732ce88e1108169d2008ff3f9fa52b4b0d50dc6286 +size 63847 diff --git a/MendeleyCXR/images/Darwin_00001525_person1044_virus_1740.png b/MendeleyCXR/images/Darwin_00001525_person1044_virus_1740.png new file mode 100644 index 0000000000000000000000000000000000000000..841795f57cd6a5306963fbbf975b92536d188526 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001525_person1044_virus_1740.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd4f5dc65ef4e27d246520764b77ea27f24f778a0c767df2a06b82bb5582954d +size 71192 diff --git a/MendeleyCXR/images/Darwin_00001526_person1045_virus_1741.png b/MendeleyCXR/images/Darwin_00001526_person1045_virus_1741.png new file mode 100644 index 0000000000000000000000000000000000000000..6af7e9589beaa469c9a9b282cd5545e71d59e8cd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001526_person1045_virus_1741.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6d6bbb7b514abeb66f0b16409a6a0b5d0fc41deb6203e9948df4b6cff6c32c2 +size 70371 diff --git a/MendeleyCXR/images/Darwin_00001527_person1046_virus_1742.png b/MendeleyCXR/images/Darwin_00001527_person1046_virus_1742.png new file mode 100644 index 0000000000000000000000000000000000000000..2364f7398ee95f02debc330371d1a786ddc092cc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001527_person1046_virus_1742.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5e676c42145540d793ccf96299e4a8dabe2e264bbb196449b75f3265d763308 +size 65999 diff --git a/MendeleyCXR/images/Darwin_00001528_person1048_virus_1744.png b/MendeleyCXR/images/Darwin_00001528_person1048_virus_1744.png new file mode 100644 index 0000000000000000000000000000000000000000..8feb306f3217f518eb4b9382efaca3a160480d78 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001528_person1048_virus_1744.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f5acec976aa6e39d7934f3f9a1cf67bcb74f74271161653f5e07add4443e3b1 +size 67771 diff --git a/MendeleyCXR/images/Darwin_00001529_person1049_virus_1746.png b/MendeleyCXR/images/Darwin_00001529_person1049_virus_1746.png new file mode 100644 index 0000000000000000000000000000000000000000..7c34b6c048dc0de04b84e9b0106786a66f97d1f3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001529_person1049_virus_1746.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b984fd13484a98823011343117b851143511403d643541d0d158119d2e0f89d1 +size 69554 diff --git a/MendeleyCXR/images/Darwin_00001530_person1051_virus_1750.png b/MendeleyCXR/images/Darwin_00001530_person1051_virus_1750.png new file mode 100644 index 0000000000000000000000000000000000000000..2ad4cf5676f6afc998a2dd02ce9339e547ebd66e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001530_person1051_virus_1750.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16e885a71d831d9861359eccbabebb1c5716d69c3058b16e87cb805772e694c4 +size 76592 diff --git a/MendeleyCXR/images/Darwin_00001531_person1052_virus_1751.png b/MendeleyCXR/images/Darwin_00001531_person1052_virus_1751.png new file mode 100644 index 0000000000000000000000000000000000000000..8ba8038ce30d8fe93774f980d67882ed448b6cf2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001531_person1052_virus_1751.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cbae5ed21baa2e0a281948c4658a2447083992d0d0dffac87a013f22880e54a +size 74251 diff --git a/MendeleyCXR/images/Darwin_00001532_person1056_virus_1755.png b/MendeleyCXR/images/Darwin_00001532_person1056_virus_1755.png new file mode 100644 index 0000000000000000000000000000000000000000..0f536d985c92a6f82edc7bed76e97d99205d5190 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001532_person1056_virus_1755.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e6f83fca975a2b376d1bb1c96845c674e505f8c3c41672818ae1760c384ada4 +size 68848 diff --git a/MendeleyCXR/images/Darwin_00001533_person1057_virus_1756.png b/MendeleyCXR/images/Darwin_00001533_person1057_virus_1756.png new file mode 100644 index 0000000000000000000000000000000000000000..aef2c535faf9e84418f577cea272f83e8ad8acd3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001533_person1057_virus_1756.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45b109add77c5f4af89a0ff6f07291e3fe118a9642716d4d13c8d614abd3fa1e +size 72758 diff --git a/MendeleyCXR/images/Darwin_00001534_person1058_virus_1757.png b/MendeleyCXR/images/Darwin_00001534_person1058_virus_1757.png new file mode 100644 index 0000000000000000000000000000000000000000..3b248630dc89643e43757b6e2375f40d1daceba5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001534_person1058_virus_1757.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d15e338eb66bdd725d8a217b40805a8510351792755ffef4aaf889fdd7e3e28 +size 70683 diff --git a/MendeleyCXR/images/Darwin_00001535_person1059_virus_1758.png b/MendeleyCXR/images/Darwin_00001535_person1059_virus_1758.png new file mode 100644 index 0000000000000000000000000000000000000000..2a861e49b69af06fce44c09ac434f311eeda05f8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001535_person1059_virus_1758.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae1f862ca0f0059930841daa94fca233a9988af57876c28226ac4dfdf032cf23 +size 69298 diff --git a/MendeleyCXR/images/Darwin_00001536_person1060_virus_1760.png b/MendeleyCXR/images/Darwin_00001536_person1060_virus_1760.png new file mode 100644 index 0000000000000000000000000000000000000000..aadb1bf26bbea5b3fba2487f824e5a60fa113507 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001536_person1060_virus_1760.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba98220bfbe947d563b9192f8d4a71c3d20a36507ea11da77f19d68a41e312e4 +size 65473 diff --git a/MendeleyCXR/images/Darwin_00001537_person1062_virus_1762.png b/MendeleyCXR/images/Darwin_00001537_person1062_virus_1762.png new file mode 100644 index 0000000000000000000000000000000000000000..2bb9cda41486ad4fd33a51e69cefc79aae729486 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001537_person1062_virus_1762.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:673ee2d74b89db0a20c01c7b4cb48c232e90a994f5c7354cd7231c717498f8b0 +size 70394 diff --git a/MendeleyCXR/images/Darwin_00001538_person1063_virus_1765.png b/MendeleyCXR/images/Darwin_00001538_person1063_virus_1765.png new file mode 100644 index 0000000000000000000000000000000000000000..5c4a088fdd693ce051f9d9fba8335cbd89051e44 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001538_person1063_virus_1765.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be7a0ad5343b00ce20dca251107df02d29256136a2ed33dd896999463279275c +size 75212 diff --git a/MendeleyCXR/images/Darwin_00001539_person1065_virus_1768.png b/MendeleyCXR/images/Darwin_00001539_person1065_virus_1768.png new file mode 100644 index 0000000000000000000000000000000000000000..0e09421d247f35473c18921e07c2f3273186bb1c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001539_person1065_virus_1768.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7327468348da914d4f6d80338d76236e85d25772d3307dfa5e9318ebbaa0c1f1 +size 73498 diff --git a/MendeleyCXR/images/Darwin_00001540_person1066_virus_1769.png b/MendeleyCXR/images/Darwin_00001540_person1066_virus_1769.png new file mode 100644 index 0000000000000000000000000000000000000000..fa4cbaf7bf991285fb0113b6ccc20f1e3d12fbd0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001540_person1066_virus_1769.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a2904d40feeafc7617154613ea56346eaac827d6c38555631c9f3998fb7ff52 +size 70450 diff --git a/MendeleyCXR/images/Darwin_00001541_person1067_virus_1770.png b/MendeleyCXR/images/Darwin_00001541_person1067_virus_1770.png new file mode 100644 index 0000000000000000000000000000000000000000..97b8edc7bf4f0493c789187950914341aae549f2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001541_person1067_virus_1770.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8d599f2e2575b9d9e4525ee591da0f56d9f7df5eeb511bb76becbcb6f6ac7a9 +size 73888 diff --git a/MendeleyCXR/images/Darwin_00001542_person1068_virus_1771.png b/MendeleyCXR/images/Darwin_00001542_person1068_virus_1771.png new file mode 100644 index 0000000000000000000000000000000000000000..70caf70c3454d93efd9bde83a13df23bb951c091 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001542_person1068_virus_1771.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db7c04437f47abf105b142371516d60fb62b2efaf6b50404a777cc937937764e +size 68041 diff --git a/MendeleyCXR/images/Darwin_00001543_person1069_virus_1772.png b/MendeleyCXR/images/Darwin_00001543_person1069_virus_1772.png new file mode 100644 index 0000000000000000000000000000000000000000..715c05ba41340f85cf7319c33b32a06b8fc582bf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001543_person1069_virus_1772.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b48c3b3c63c7505703e979c83b313c718e02238ce115c0c6251650229db287ae +size 64757 diff --git a/MendeleyCXR/images/Darwin_00001544_person1070_virus_1773.png b/MendeleyCXR/images/Darwin_00001544_person1070_virus_1773.png new file mode 100644 index 0000000000000000000000000000000000000000..2a8573a384851d2bb34a0d9eb8756c6dbaf8640d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001544_person1070_virus_1773.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90bbfd404c6739a533ade16df889d50665ed8efce7c76042984f8894e8e4d184 +size 64980 diff --git a/MendeleyCXR/images/Darwin_00001545_person1071_virus_1774.png b/MendeleyCXR/images/Darwin_00001545_person1071_virus_1774.png new file mode 100644 index 0000000000000000000000000000000000000000..2117bcba6bbc1fddf95062bd41cd35e0179803c5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001545_person1071_virus_1774.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fccfe63c972cfbbf9a0479a58931c6eaacb239867e3e3471d9153cead23a84e +size 68379 diff --git a/MendeleyCXR/images/Darwin_00001546_person1072_virus_1775.png b/MendeleyCXR/images/Darwin_00001546_person1072_virus_1775.png new file mode 100644 index 0000000000000000000000000000000000000000..1d930ef2bfca2e7d5b1ee66313d00c32be1bade1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001546_person1072_virus_1775.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d6481e51bef0f57d6fd87763b94b85b2afef1415feb2c2faf5c124b99cac596 +size 56723 diff --git a/MendeleyCXR/images/Darwin_00001547_person1073_virus_1776.png b/MendeleyCXR/images/Darwin_00001547_person1073_virus_1776.png new file mode 100644 index 0000000000000000000000000000000000000000..528f36434837a55a9e4330115d4b85a6cef90d81 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001547_person1073_virus_1776.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8da828836d65fb839ebe3bf084977032f5a8a640f313a8b2a33f24b98aba17b7 +size 61910 diff --git a/MendeleyCXR/images/Darwin_00001548_person1077_virus_1787.png b/MendeleyCXR/images/Darwin_00001548_person1077_virus_1787.png new file mode 100644 index 0000000000000000000000000000000000000000..1a502c1fa0a4b0d844702fd962f18234e2c54900 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001548_person1077_virus_1787.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8570890bc0bcc14e72fd2484e703984e1279c4736fdae915ffa8cbd098b1985 +size 69021 diff --git a/MendeleyCXR/images/Darwin_00001549_person1078_virus_1788.png b/MendeleyCXR/images/Darwin_00001549_person1078_virus_1788.png new file mode 100644 index 0000000000000000000000000000000000000000..8569de86361ee0a03257f3b1c7ba53ac3042971e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001549_person1078_virus_1788.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2afb6e2615679bc344fa0ab7d5de8cdb2e48ad5374d6f9da3c17a4ae2b45310a +size 66097 diff --git a/MendeleyCXR/images/Darwin_00001550_person1079_virus_1789.png b/MendeleyCXR/images/Darwin_00001550_person1079_virus_1789.png new file mode 100644 index 0000000000000000000000000000000000000000..c30128ccf1ece0570bc3c2a938199628d3b147f7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001550_person1079_virus_1789.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9638d7bf6ce8491b4bf44556ff4129f07dbc342ecc05b0adb011e792a8773c4e +size 72793 diff --git a/MendeleyCXR/images/Darwin_00001551_person1080_virus_1791.png b/MendeleyCXR/images/Darwin_00001551_person1080_virus_1791.png new file mode 100644 index 0000000000000000000000000000000000000000..661ac7e4fda789cf937e1a9a63add88900d3d9a5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001551_person1080_virus_1791.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf2341a0acd8a52a0783e22c12e7f36b96ec566dc7838483b03b3088839c9adf +size 63483 diff --git a/MendeleyCXR/images/Darwin_00001552_person1081_virus_1793.png b/MendeleyCXR/images/Darwin_00001552_person1081_virus_1793.png new file mode 100644 index 0000000000000000000000000000000000000000..d1dd0b01b802c434fadac39b02977d3b6dbacb8e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001552_person1081_virus_1793.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6b2710d14be13f904286354650163539ef557e23eb1300b5d68635abf2b5644 +size 67373 diff --git a/MendeleyCXR/images/Darwin_00001553_person1082_virus_1794.png b/MendeleyCXR/images/Darwin_00001553_person1082_virus_1794.png new file mode 100644 index 0000000000000000000000000000000000000000..a18b56dabfa75f1ec23265d4011ef897e8d1b031 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001553_person1082_virus_1794.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eab03194dadb6ac8b8414feec5eb70446c1c4d9fc6ae9e134d025470d8a1c816 +size 64700 diff --git a/MendeleyCXR/images/Darwin_00001554_person1083_virus_1795.png b/MendeleyCXR/images/Darwin_00001554_person1083_virus_1795.png new file mode 100644 index 0000000000000000000000000000000000000000..bf68c0432c21e5d5c29c940c613ed4e1bc5cf736 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001554_person1083_virus_1795.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cd6dee01b9d8ccf7e2fe52fec308f929a9b9702d94b51ce99ddbe0dcd3167d6 +size 70711 diff --git a/MendeleyCXR/images/Darwin_00001555_person1084_virus_1796.png b/MendeleyCXR/images/Darwin_00001555_person1084_virus_1796.png new file mode 100644 index 0000000000000000000000000000000000000000..4789db0089542795157629231f295ecfcc7093cf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001555_person1084_virus_1796.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89f018c5a397d2a03049526dbe0300aa64f2b852be87935b42f9800ab4d50e3b +size 72136 diff --git a/MendeleyCXR/images/Darwin_00001556_person1085_virus_1797.png b/MendeleyCXR/images/Darwin_00001556_person1085_virus_1797.png new file mode 100644 index 0000000000000000000000000000000000000000..ee105c23725e0d7ee4deb44450c063cab9ea9423 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001556_person1085_virus_1797.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d72e6364e5523c49f5d745c0ea2bcb9c5a9586e14bcdfadd3840d955b025bb65 +size 70421 diff --git a/MendeleyCXR/images/Darwin_00001557_person1086_virus_1798.png b/MendeleyCXR/images/Darwin_00001557_person1086_virus_1798.png new file mode 100644 index 0000000000000000000000000000000000000000..6c82cbcb91683d470f8e3ffda1a8da74f134d265 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001557_person1086_virus_1798.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6634768aac2fb1703e43f106596895335f249862d1c64dcf36d64b51e75c1b4c +size 71273 diff --git a/MendeleyCXR/images/Darwin_00001559_person1088_virus_1800.png b/MendeleyCXR/images/Darwin_00001559_person1088_virus_1800.png new file mode 100644 index 0000000000000000000000000000000000000000..13ea53d753404a1d5b7d6475c494d205eff08b47 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001559_person1088_virus_1800.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5730bb8c9e4fd87c992598c0532a4a3151a1c6504613b0a874653dafa94f64bf +size 67252 diff --git a/MendeleyCXR/images/Darwin_00001560_person1089_virus_1808.png b/MendeleyCXR/images/Darwin_00001560_person1089_virus_1808.png new file mode 100644 index 0000000000000000000000000000000000000000..3c6e03968660546c79ec718393a163795e1710ce --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001560_person1089_virus_1808.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10db5d754eb39bc247f77a7ad01438cf37ba28d267549f5d982ac055ded1c208 +size 64907 diff --git a/MendeleyCXR/images/Darwin_00001561_person1090_virus_1809.png b/MendeleyCXR/images/Darwin_00001561_person1090_virus_1809.png new file mode 100644 index 0000000000000000000000000000000000000000..14116e832854392e28a84f1549885e905d8cf998 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001561_person1090_virus_1809.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:783115285754cd8ca552a6ac9acca1e8fc8ca9f32322fd724b8dfc122e72d02f +size 70137 diff --git a/MendeleyCXR/images/Darwin_00001562_person1091_virus_1810.png b/MendeleyCXR/images/Darwin_00001562_person1091_virus_1810.png new file mode 100644 index 0000000000000000000000000000000000000000..8288e09526cd232cb474c82a331261cb6da4b7cd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001562_person1091_virus_1810.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb3f129eaeb1afa87bb7ff197bbd269f7e0ebb554ccebef54ef1bce22dbd756e +size 68146 diff --git a/MendeleyCXR/images/Darwin_00001563_person1092_virus_1811.png b/MendeleyCXR/images/Darwin_00001563_person1092_virus_1811.png new file mode 100644 index 0000000000000000000000000000000000000000..9c546378766bb487646246d5b32368847b1a1986 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001563_person1092_virus_1811.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e35c2bbc4b72bb0015e290a94895fbb302eff2d49c8033ca95691e2a27a7dd2 +size 70214 diff --git a/MendeleyCXR/images/Darwin_00001564_person1094_virus_1814.png b/MendeleyCXR/images/Darwin_00001564_person1094_virus_1814.png new file mode 100644 index 0000000000000000000000000000000000000000..71f3863bacd018ef5c57f222a7ab1ca3d14ebcc6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001564_person1094_virus_1814.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d4a7b26618799abc6d1e3e82ec7ef82bb343a60a03f58df1aea6b8d721b3ef3 +size 70951 diff --git a/MendeleyCXR/images/Darwin_00001565_person1095_virus_1815.png b/MendeleyCXR/images/Darwin_00001565_person1095_virus_1815.png new file mode 100644 index 0000000000000000000000000000000000000000..79927563c4cf25aafca9814527384599044ccbbd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001565_person1095_virus_1815.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd471dbcb6dd33fac7d97030cd04365a387abc1f590451360f7e8bc3837624aa +size 66973 diff --git a/MendeleyCXR/images/Darwin_00001566_person1096_virus_1816.png b/MendeleyCXR/images/Darwin_00001566_person1096_virus_1816.png new file mode 100644 index 0000000000000000000000000000000000000000..0b5ac84b7ddc2d05e49ee43e5869087c29c497ab --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001566_person1096_virus_1816.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c01d93924076059bd26c54b7fdcf1ff2661258ac25c09f7dfe3d5014f0da685b +size 68662 diff --git a/MendeleyCXR/images/Darwin_00001567_person1097_virus_1817.png b/MendeleyCXR/images/Darwin_00001567_person1097_virus_1817.png new file mode 100644 index 0000000000000000000000000000000000000000..3bbb370a84955b07598cd5351aa3b10546156fda --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001567_person1097_virus_1817.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94cf2123b6cbe5596d8bfae3037b4ba76d2101485b1a28cb95dbf94159d48f5d +size 68063 diff --git a/MendeleyCXR/images/Darwin_00001570_person1100_virus_1820.png b/MendeleyCXR/images/Darwin_00001570_person1100_virus_1820.png new file mode 100644 index 0000000000000000000000000000000000000000..8f5dc5278c5cc49d7f40804bc5eb69b1fba134c2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001570_person1100_virus_1820.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d16d97a9501b27d4704310b203ad8355195e8bfa1d008fae79afceb3075d02d +size 75283 diff --git a/MendeleyCXR/images/Darwin_00001571_person1102_virus_1822.png b/MendeleyCXR/images/Darwin_00001571_person1102_virus_1822.png new file mode 100644 index 0000000000000000000000000000000000000000..0df062254e47cdf2cb8e55fc9ada0e52fa354c33 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001571_person1102_virus_1822.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5535030f2b7e39bebb2034617d0333fd4fa795454f1db4a2240c21b0f6220eb +size 61365 diff --git a/MendeleyCXR/images/Darwin_00001572_person1103_virus_1825.png b/MendeleyCXR/images/Darwin_00001572_person1103_virus_1825.png new file mode 100644 index 0000000000000000000000000000000000000000..a69451dcd1dc4e40638d707c10f5942f4fe51068 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001572_person1103_virus_1825.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ec451774ee452fe964b7c054a29a12a49b4e6196fc684abbeddf2c0c7dad078 +size 60118 diff --git a/MendeleyCXR/images/Darwin_00001573_person1104_virus_1826.png b/MendeleyCXR/images/Darwin_00001573_person1104_virus_1826.png new file mode 100644 index 0000000000000000000000000000000000000000..073f1199d9854427927f6e0c2222d23e3e91fca4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001573_person1104_virus_1826.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84b9e63deb771a0e532ac6ce2f450c690ac6b89c60ba7a387e089014794d98c7 +size 72089 diff --git a/MendeleyCXR/images/Darwin_00001574_person1106_virus_1829.png b/MendeleyCXR/images/Darwin_00001574_person1106_virus_1829.png new file mode 100644 index 0000000000000000000000000000000000000000..07441b3dfca4be74787f43ad72e4b2c5317eea4f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001574_person1106_virus_1829.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fd61c12b9e026e42f8f60cb8a84b706525f13c4f2963819a7a857c0d089c976 +size 73877 diff --git a/MendeleyCXR/images/Darwin_00001575_person1107_virus_1831.png b/MendeleyCXR/images/Darwin_00001575_person1107_virus_1831.png new file mode 100644 index 0000000000000000000000000000000000000000..c5d1bf14a59235f92c25d067bea28695b632aa09 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001575_person1107_virus_1831.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d701263a8a11c97e2d0499f7d2e2380278288fee95dcfbebfa172f977d3e6094 +size 71155 diff --git a/MendeleyCXR/images/Darwin_00001576_person1107_virus_1832.png b/MendeleyCXR/images/Darwin_00001576_person1107_virus_1832.png new file mode 100644 index 0000000000000000000000000000000000000000..c6ba12aa85e0c8b7e8051cf6c261de6e252bb085 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001576_person1107_virus_1832.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8acb6ebc329f8adf78e37d03120735f9fca5dfe93487c92b6ab0c3441bf005ad +size 56967 diff --git a/MendeleyCXR/images/Darwin_00001577_person1108_virus_1833.png b/MendeleyCXR/images/Darwin_00001577_person1108_virus_1833.png new file mode 100644 index 0000000000000000000000000000000000000000..290586fb46b845628c306dc090a2377c2312ea98 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001577_person1108_virus_1833.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82d98f4b3f7649be6abd8746491342acf917c5f1cc79cf58e288bb081866613e +size 86015 diff --git a/MendeleyCXR/images/Darwin_00001578_person1110_virus_1835.png b/MendeleyCXR/images/Darwin_00001578_person1110_virus_1835.png new file mode 100644 index 0000000000000000000000000000000000000000..a0d06d77183a41ea1f037fca402d48685b66efd6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001578_person1110_virus_1835.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b4250cd7f982da9abf26507c3311083db458506eb9b367c01ae348c49403302 +size 67618 diff --git a/MendeleyCXR/images/Darwin_00001579_person1111_virus_1836.png b/MendeleyCXR/images/Darwin_00001579_person1111_virus_1836.png new file mode 100644 index 0000000000000000000000000000000000000000..254420aa6e21da25ef0989cba20c8d5f66671892 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001579_person1111_virus_1836.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f669ddde4bcc14a6cf376139061d4a00f300665e84fb86ca5a99d58c1287d20 +size 67229 diff --git a/MendeleyCXR/images/Darwin_00001580_person1112_virus_1837.png b/MendeleyCXR/images/Darwin_00001580_person1112_virus_1837.png new file mode 100644 index 0000000000000000000000000000000000000000..d410804c89f8d7d050ba2ea67770b100754b32fc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001580_person1112_virus_1837.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5798274cd44b811e44e2164805335cb4de95531ce565c149a0b3d60c1afea3a +size 67744 diff --git a/MendeleyCXR/images/Darwin_00001581_person1113_virus_1838.png b/MendeleyCXR/images/Darwin_00001581_person1113_virus_1838.png new file mode 100644 index 0000000000000000000000000000000000000000..b82a2dd4757591bf906d025d81db948be130c1a1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001581_person1113_virus_1838.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cd23885bba3d5b94f640a17f24e720aed158846d91d9abb480cf4dd680cba18 +size 63378 diff --git a/MendeleyCXR/images/Darwin_00001582_person1115_virus_1840.png b/MendeleyCXR/images/Darwin_00001582_person1115_virus_1840.png new file mode 100644 index 0000000000000000000000000000000000000000..345db8693858ddf2ded1046e685f7d47d2585464 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001582_person1115_virus_1840.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a3ebd40299a793230e7b627b68002db172cc6d080db0f1218acba98a86d5238 +size 68662 diff --git a/MendeleyCXR/images/Darwin_00001583_person1116_virus_1841.png b/MendeleyCXR/images/Darwin_00001583_person1116_virus_1841.png new file mode 100644 index 0000000000000000000000000000000000000000..f6fbcdf83324b04378ea6317a4e149d29b15f75e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001583_person1116_virus_1841.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b092fc55584bbb16fb4f9643b6a4dea57e38c6a50103359a6de16e9d122217c9 +size 65514 diff --git a/MendeleyCXR/images/Darwin_00001584_person1119_virus_1844.png b/MendeleyCXR/images/Darwin_00001584_person1119_virus_1844.png new file mode 100644 index 0000000000000000000000000000000000000000..58136d69c16cc7b554de3f95a7444dda5486e527 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001584_person1119_virus_1844.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fa00d698df383cf34ca0a09c7854e62825d8b28e1af8f3ce75dc510102e5bb8 +size 67684 diff --git a/MendeleyCXR/images/Darwin_00001585_person1120_virus_1845.png b/MendeleyCXR/images/Darwin_00001585_person1120_virus_1845.png new file mode 100644 index 0000000000000000000000000000000000000000..63b3651341044ac83214dcf5c1dedcc64cd85edd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001585_person1120_virus_1845.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeddc834e6e85ffacad247629bf886c19f09469c5ddb53655f7f02674abdd196 +size 62081 diff --git a/MendeleyCXR/images/Darwin_00001586_person1121_virus_1846.png b/MendeleyCXR/images/Darwin_00001586_person1121_virus_1846.png new file mode 100644 index 0000000000000000000000000000000000000000..c4b8e97f1b4f704b355d43f15e8811a3082ef706 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001586_person1121_virus_1846.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10868d5570bedf359cc61ce29f5808181f9adbbc1de4d96e9dbdb4c13f44a834 +size 69517 diff --git a/MendeleyCXR/images/Darwin_00001587_person1122_virus_1847.png b/MendeleyCXR/images/Darwin_00001587_person1122_virus_1847.png new file mode 100644 index 0000000000000000000000000000000000000000..125e3a76a218219bba7f1176f0dc4d8ac54a9e46 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001587_person1122_virus_1847.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55e9a75e34af91cba40d16befe43160c93718ce5b7ced38a0b09434e79efbc53 +size 74352 diff --git a/MendeleyCXR/images/Darwin_00001588_person1123_virus_1848.png b/MendeleyCXR/images/Darwin_00001588_person1123_virus_1848.png new file mode 100644 index 0000000000000000000000000000000000000000..5d4706f732b62810c61a3f2247b2d7b00ca2029a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001588_person1123_virus_1848.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2960c132699c7a7455f31128b1c72af80cf4c228ba445a92a09aab21a97e718f +size 68756 diff --git a/MendeleyCXR/images/Darwin_00001589_person1124_virus_1851.png b/MendeleyCXR/images/Darwin_00001589_person1124_virus_1851.png new file mode 100644 index 0000000000000000000000000000000000000000..c52bf0957f1258353673227d1ae3325a3089d5b7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001589_person1124_virus_1851.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:208b951970ef5310f852bbbde9b9dd6a403aa99835f40605172f2dbfe5145773 +size 67685 diff --git a/MendeleyCXR/images/Darwin_00001590_person1125_virus_1852.png b/MendeleyCXR/images/Darwin_00001590_person1125_virus_1852.png new file mode 100644 index 0000000000000000000000000000000000000000..b2f21747f59d17f051013c54467dae6874ee0e76 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001590_person1125_virus_1852.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28d3058cb917e8f043f5c923a47f875e7249613668ef4fec627d4e22d95fdf1c +size 72827 diff --git a/MendeleyCXR/images/Darwin_00001591_person1126_virus_1853.png b/MendeleyCXR/images/Darwin_00001591_person1126_virus_1853.png new file mode 100644 index 0000000000000000000000000000000000000000..9f1e2679b37aec2a7cdc487021f7ba2898430aee --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001591_person1126_virus_1853.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0ca44b8535601bb7b317213d0972e07e05032bec2d683aebd95d8afca6f0abe +size 68742 diff --git a/MendeleyCXR/images/Darwin_00001592_person1127_virus_1854.png b/MendeleyCXR/images/Darwin_00001592_person1127_virus_1854.png new file mode 100644 index 0000000000000000000000000000000000000000..ab27c338eef97d939d00c9f4faf6f99d1080c04b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001592_person1127_virus_1854.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:731688a39a26abf6063fe115d62a09e96f45c848b98cf00751cf61a8cef3d0a1 +size 66613 diff --git a/MendeleyCXR/images/Darwin_00001593_person1129_virus_1857.png b/MendeleyCXR/images/Darwin_00001593_person1129_virus_1857.png new file mode 100644 index 0000000000000000000000000000000000000000..523f44cff8de0a6eeda487ae141a09cb34207b1a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001593_person1129_virus_1857.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5710d198ca2bcfe094fe8924c5b35e2c19da6a5b6553cfd34b817ef98abe801 +size 82578 diff --git a/MendeleyCXR/images/Darwin_00001597_person1137_virus_1876.png b/MendeleyCXR/images/Darwin_00001597_person1137_virus_1876.png new file mode 100644 index 0000000000000000000000000000000000000000..7338a31ff326c5af84b21e4a414c4a12a2023db7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001597_person1137_virus_1876.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cab24bd17c16f5d63236e92cea24ec7f0f33910f39c6e037268dcd358df0e90 +size 73640 diff --git a/MendeleyCXR/images/Darwin_00001598_person1138_virus_1877.png b/MendeleyCXR/images/Darwin_00001598_person1138_virus_1877.png new file mode 100644 index 0000000000000000000000000000000000000000..e89b42dfb9289c7ad04c58aeb38d6a5dfc9fa6b0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001598_person1138_virus_1877.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57bb288b59127a4ca84245a2481f33e85f5baa638642244db26306d101b87274 +size 71417 diff --git a/MendeleyCXR/images/Darwin_00001599_person1138_virus_1879.png b/MendeleyCXR/images/Darwin_00001599_person1138_virus_1879.png new file mode 100644 index 0000000000000000000000000000000000000000..ddd1fedc97312393d58200625a6027bc8cbd5931 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001599_person1138_virus_1879.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d01f7857c2cefc5881016bc81a9c7122b3c42b0b69db037de7d6aa5047dc682 +size 64566 diff --git a/MendeleyCXR/images/Darwin_00001600_person1139_virus_1882.png b/MendeleyCXR/images/Darwin_00001600_person1139_virus_1882.png new file mode 100644 index 0000000000000000000000000000000000000000..5ca7b337df70241eec409f46566598a80066be72 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001600_person1139_virus_1882.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d81ef74b063282838882b9a9dc7aecba674bca53cd1a93480c3abaf9cb48dce +size 78079 diff --git a/MendeleyCXR/images/Darwin_00001601_person1140_virus_1885.png b/MendeleyCXR/images/Darwin_00001601_person1140_virus_1885.png new file mode 100644 index 0000000000000000000000000000000000000000..8640a350cd0cd7e374af9c54506e6ee5187e8782 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001601_person1140_virus_1885.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb7c4fb5558efcb9665b4f473e13033bd96286c3d7abd1f92d74bce67ffb1312 +size 78176 diff --git a/MendeleyCXR/images/Darwin_00001602_person1141_virus_1886.png b/MendeleyCXR/images/Darwin_00001602_person1141_virus_1886.png new file mode 100644 index 0000000000000000000000000000000000000000..3c6ff86c6f12dc30645e17241e57fb74b1fe95ae --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001602_person1141_virus_1886.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1e0b9768d0e940a44596ffc2c2e7342ad5b16d16cf05f85342336c4c7287e21 +size 70202 diff --git a/MendeleyCXR/images/Darwin_00001603_person1141_virus_1890.png b/MendeleyCXR/images/Darwin_00001603_person1141_virus_1890.png new file mode 100644 index 0000000000000000000000000000000000000000..b0118593ec57f418d7390e1b1ac20bfc0d879b27 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001603_person1141_virus_1890.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7e14d765a7081a2854e4266ecaea5e250e88e6147f1efa49acd53f929978264 +size 79415 diff --git a/MendeleyCXR/images/Darwin_00001604_person1142_virus_1892.png b/MendeleyCXR/images/Darwin_00001604_person1142_virus_1892.png new file mode 100644 index 0000000000000000000000000000000000000000..9f3bc74f99dd83a312afb1eab98f4f53c7b13b72 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001604_person1142_virus_1892.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25222924d399ff1c0f088530cdc037d8f1945580a6c0a23c061e3253b16bb0a2 +size 76407 diff --git a/MendeleyCXR/images/Darwin_00001605_person1143_virus_1896.png b/MendeleyCXR/images/Darwin_00001605_person1143_virus_1896.png new file mode 100644 index 0000000000000000000000000000000000000000..ce18a8a0450804fb4730879fbc298341441c2146 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001605_person1143_virus_1896.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:830c804a51148669745a82ea5936129484aaa40c5c2441713ed2dc0ea7944c22 +size 68386 diff --git a/MendeleyCXR/images/Darwin_00001606_person1143_virus_1897.png b/MendeleyCXR/images/Darwin_00001606_person1143_virus_1897.png new file mode 100644 index 0000000000000000000000000000000000000000..d49aa1233399fb9228ff11975e8fa2e8428b7ca0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001606_person1143_virus_1897.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d7339e851971804c5d9f7b2f8c7fcdaac2939a5b23901b9c61accfb3f505e71 +size 72891 diff --git a/MendeleyCXR/images/Darwin_00001607_person1145_virus_1902.png b/MendeleyCXR/images/Darwin_00001607_person1145_virus_1902.png new file mode 100644 index 0000000000000000000000000000000000000000..52147b1e38d23dfdd6cb550f9d84b7adcd0ad489 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001607_person1145_virus_1902.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba50f4346665bdff0887a29f733a997565fe6245749eec6dade3e4215f4cc0f5 +size 67604 diff --git a/MendeleyCXR/images/Darwin_00001608_person1145_virus_1905.png b/MendeleyCXR/images/Darwin_00001608_person1145_virus_1905.png new file mode 100644 index 0000000000000000000000000000000000000000..7a5b89c930ec6ef132c30fb632975e5d2163f72d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001608_person1145_virus_1905.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85be9910b8fe1fb960bbc45d3d2ef8768cbd3cfcc046d0296694692eb1dc4f6a +size 66868 diff --git a/MendeleyCXR/images/Darwin_00001609_person1145_virus_1906.png b/MendeleyCXR/images/Darwin_00001609_person1145_virus_1906.png new file mode 100644 index 0000000000000000000000000000000000000000..b20588d31783e6547b50e71be52ba4f957cf1996 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001609_person1145_virus_1906.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59571fec482d9338a983f140ef0cd7f8d1068d1f2991124a4269189f1053f02d +size 68779 diff --git a/MendeleyCXR/images/Darwin_00001610_person1147_virus_1917.png b/MendeleyCXR/images/Darwin_00001610_person1147_virus_1917.png new file mode 100644 index 0000000000000000000000000000000000000000..21eaa051b3e325e440630de3d8aaf9ea6d55f0fb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001610_person1147_virus_1917.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9c774d63ac071e4ba1a8eb7f31e9f30985e43fe22871f2a389026806975e4ce +size 69663 diff --git a/MendeleyCXR/images/Darwin_00001611_person1147_virus_1919.png b/MendeleyCXR/images/Darwin_00001611_person1147_virus_1919.png new file mode 100644 index 0000000000000000000000000000000000000000..865221f739d86a1f0c3d1c71df6c269d6f76365b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001611_person1147_virus_1919.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f09de52326229985836ee39aa49b922fa247533ac9a93e6a67e59c589092b73 +size 70947 diff --git a/MendeleyCXR/images/Darwin_00001612_person1147_virus_1920.png b/MendeleyCXR/images/Darwin_00001612_person1147_virus_1920.png new file mode 100644 index 0000000000000000000000000000000000000000..7876784c16decdc175ce05a30543d3b14eef661e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001612_person1147_virus_1920.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfcbdade3dc208dbcb84bf1059be281882d0c6ad95f0a7a773608964e4a38bfe +size 69919 diff --git a/MendeleyCXR/images/Darwin_00001613_person1149_virus_1924.png b/MendeleyCXR/images/Darwin_00001613_person1149_virus_1924.png new file mode 100644 index 0000000000000000000000000000000000000000..825ee3fc38a0735c55805b1b6ac21ac3b379511e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001613_person1149_virus_1924.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fc5e53e61312d68192e33d1410102787f93cdb838b291ec68deb07fb0fa1385 +size 63886 diff --git a/MendeleyCXR/images/Darwin_00001614_person1149_virus_1925.png b/MendeleyCXR/images/Darwin_00001614_person1149_virus_1925.png new file mode 100644 index 0000000000000000000000000000000000000000..7f72f1533a9347e91af9396b959dcfb9be4a8312 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001614_person1149_virus_1925.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93a3b10f6c7223b2b94c4dce9fca39e61e3cca60a5e54eddacba0554f3263ad2 +size 85837 diff --git a/MendeleyCXR/images/Darwin_00001615_person1151_virus_1928.png b/MendeleyCXR/images/Darwin_00001615_person1151_virus_1928.png new file mode 100644 index 0000000000000000000000000000000000000000..f20e74b0a0c1323af7d3ba462e8e8f563c34ac0a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001615_person1151_virus_1928.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d80b5f4de62a4d493c485847b4955978ed0bfddc64d2f1eaec90d6bd8776aed +size 79664 diff --git a/MendeleyCXR/images/Darwin_00001616_person1152_virus_1930.png b/MendeleyCXR/images/Darwin_00001616_person1152_virus_1930.png new file mode 100644 index 0000000000000000000000000000000000000000..41a28291be706f13cbd3ab71a89fade2351f2d92 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001616_person1152_virus_1930.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aa04bc340f253433b363a5f3e65db9cef3598f73d119895d93997b870c0d50a +size 78945 diff --git a/MendeleyCXR/images/Darwin_00001617_person1153_virus_1932.png b/MendeleyCXR/images/Darwin_00001617_person1153_virus_1932.png new file mode 100644 index 0000000000000000000000000000000000000000..dfc9c6d66a6bfeaa6278c92e3bec0ef2cfb0a9e9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001617_person1153_virus_1932.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cee9607710d55538747212cc56d19ca9e71ec247dca6d5e36cdf15c7b1b4228 +size 73407 diff --git a/MendeleyCXR/images/Darwin_00001618_person1154_virus_1933.png b/MendeleyCXR/images/Darwin_00001618_person1154_virus_1933.png new file mode 100644 index 0000000000000000000000000000000000000000..f8dcc357365cdbcb4f54d95a143fa1dc028f606b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001618_person1154_virus_1933.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:549fd8612471109e15458e40b00794a67a044f54c63b60519f14941997579dd9 +size 76930 diff --git a/MendeleyCXR/images/Darwin_00001619_person1155_virus_1934.png b/MendeleyCXR/images/Darwin_00001619_person1155_virus_1934.png new file mode 100644 index 0000000000000000000000000000000000000000..f9d73f6f66069e9dcd5f4ed34fc6c83aceda1cfc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001619_person1155_virus_1934.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b5d5e9b8c3196ea1bb945595f3680c187e090135e00ce1b6436694d0f4475f2 +size 73946 diff --git a/MendeleyCXR/images/Darwin_00001620_person1156_virus_1935.png b/MendeleyCXR/images/Darwin_00001620_person1156_virus_1935.png new file mode 100644 index 0000000000000000000000000000000000000000..be7cc087dae84c652d65e67ae16ace67524ee931 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001620_person1156_virus_1935.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5e509f139e8f775ba73b193ba71f7e34bf824ebf07326575f877018d3b62053 +size 77189 diff --git a/MendeleyCXR/images/Darwin_00001621_person1156_virus_1936.png b/MendeleyCXR/images/Darwin_00001621_person1156_virus_1936.png new file mode 100644 index 0000000000000000000000000000000000000000..678695f749dac3ac7cc2c3e3893a0128515a4f9d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001621_person1156_virus_1936.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d873f0ddde622a8472da20302aa41ec0d020b3849c3aa7b19a5112a8d4f8c495 +size 77520 diff --git a/MendeleyCXR/images/Darwin_00001622_person1157_virus_1937.png b/MendeleyCXR/images/Darwin_00001622_person1157_virus_1937.png new file mode 100644 index 0000000000000000000000000000000000000000..738699016aa76ff59cdcf345a12752e6423252bf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001622_person1157_virus_1937.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf144882cf07cb620fca89465e2ab41868e2ad599b41a51702516fd392a0244b +size 66094 diff --git a/MendeleyCXR/images/Darwin_00001623_person1158_virus_1938.png b/MendeleyCXR/images/Darwin_00001623_person1158_virus_1938.png new file mode 100644 index 0000000000000000000000000000000000000000..c8564234d0245499cd436b2b7360ae8f0ca50588 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001623_person1158_virus_1938.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57584b6c4d40835c2ad5f903d1416f7f151955feed1282c1e5f833eed41cc714 +size 73413 diff --git a/MendeleyCXR/images/Darwin_00001624_person1158_virus_1940.png b/MendeleyCXR/images/Darwin_00001624_person1158_virus_1940.png new file mode 100644 index 0000000000000000000000000000000000000000..d8159894f4eb6deaf75dad704c4e08ad68a44bd1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001624_person1158_virus_1940.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5d47dec15643407ff25ae4780f0d1b977f0aec79d5f65de76c2a78102793a23 +size 69916 diff --git a/MendeleyCXR/images/Darwin_00001625_person1158_virus_1941.png b/MendeleyCXR/images/Darwin_00001625_person1158_virus_1941.png new file mode 100644 index 0000000000000000000000000000000000000000..60e37cb3fed22f92fb79ae98b8444c2eaddf14ff --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001625_person1158_virus_1941.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:657d82a7f58b5f2f2b93bb888410fe7609fb402fb602f69ab1d96dae984f4735 +size 75144 diff --git a/MendeleyCXR/images/Darwin_00001626_person1158_virus_1942.png b/MendeleyCXR/images/Darwin_00001626_person1158_virus_1942.png new file mode 100644 index 0000000000000000000000000000000000000000..c122c78c36da4d3e2c8fc4ff10b022b92954b4f9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001626_person1158_virus_1942.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b56e6d50d0f455904a9a19b3c4cd1fdb92e4fcbdf9fd0cc74a27ed865d01f2ef +size 65147 diff --git a/MendeleyCXR/images/Darwin_00001627_person1158_virus_1943.png b/MendeleyCXR/images/Darwin_00001627_person1158_virus_1943.png new file mode 100644 index 0000000000000000000000000000000000000000..604118d46b4d89c53be649cc72f83eb6be646869 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001627_person1158_virus_1943.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8c9fa323b3630740e8df0f47bdf8ae82f633e48e23c758c7368ac5705824a54 +size 72345 diff --git a/MendeleyCXR/images/Darwin_00001629_person100_virus_184.png b/MendeleyCXR/images/Darwin_00001629_person100_virus_184.png new file mode 100644 index 0000000000000000000000000000000000000000..9c66a34f19e5b87072f93bf21858eafbc9b8958f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001629_person100_virus_184.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:136ab6094f3375fd3048fdeb1d22d1f2e95c42123a287833ec88b1764d630f78 +size 73723 diff --git a/MendeleyCXR/images/Darwin_00001630_person101_virus_187.png b/MendeleyCXR/images/Darwin_00001630_person101_virus_187.png new file mode 100644 index 0000000000000000000000000000000000000000..ba2fbe911e3cd041ff8ddf6f78754464dfec222c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001630_person101_virus_187.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:043474d66616ff69926db1b4f81a54eb6de2255faa42f72799c919bc0049a44a +size 73558 diff --git a/MendeleyCXR/images/Darwin_00001631_person101_virus_188.png b/MendeleyCXR/images/Darwin_00001631_person101_virus_188.png new file mode 100644 index 0000000000000000000000000000000000000000..7979a13e4882a3662f04f392f0dfab50ab438b20 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001631_person101_virus_188.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e91c481494daa1f8f1369655a1b37e69160a00f873923fe9714825b8e8284d22 +size 79863 diff --git a/MendeleyCXR/images/Darwin_00001632_person1000_virus_1681.png b/MendeleyCXR/images/Darwin_00001632_person1000_virus_1681.png new file mode 100644 index 0000000000000000000000000000000000000000..ef4cd1f5792fddb7646ff3149486585177a1ca9a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001632_person1000_virus_1681.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f94af64dc86cda798f3b22ff9f8879590823a9155347d5436dc982ecc90d9be9 +size 70792 diff --git a/MendeleyCXR/images/Darwin_00001633_person1003_virus_1685.png b/MendeleyCXR/images/Darwin_00001633_person1003_virus_1685.png new file mode 100644 index 0000000000000000000000000000000000000000..e2c4c7b6399750ce2c9552d9f0448f9968c2f241 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001633_person1003_virus_1685.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61c406680453abf26dc81eeaa002e0300d4fba3e4f610b786e8908c4b9f8ec7e +size 71371 diff --git a/MendeleyCXR/images/Darwin_00001635_person1005_virus_1688.png b/MendeleyCXR/images/Darwin_00001635_person1005_virus_1688.png new file mode 100644 index 0000000000000000000000000000000000000000..93a0b78c3f880fb83f85b8089509792b03e3bc65 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001635_person1005_virus_1688.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08ef4e5bb1ff255742d7862a3fc170586a3704f921a0c6ef1e132a8fc7cebcf8 +size 69735 diff --git a/MendeleyCXR/images/Darwin_00001636_person1007_virus_1690.png b/MendeleyCXR/images/Darwin_00001636_person1007_virus_1690.png new file mode 100644 index 0000000000000000000000000000000000000000..7caf48dc1769c21106d2d95485ba522679f9366d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001636_person1007_virus_1690.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8803611b83806ece05688d0909fdf93bcccff017d72488f3bccd01378fc6d8e0 +size 71140 diff --git a/MendeleyCXR/images/Darwin_00001637_person1008_virus_1691.png b/MendeleyCXR/images/Darwin_00001637_person1008_virus_1691.png new file mode 100644 index 0000000000000000000000000000000000000000..f035492025deb8e2be3205f9c4b218a17c8c3420 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001637_person1008_virus_1691.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f47970514782292b7807e3984b87c755e9ec0d4b76cf9fae2964daa2c0095c14 +size 73805 diff --git a/MendeleyCXR/images/Darwin_00001638_person1009_virus_1694.png b/MendeleyCXR/images/Darwin_00001638_person1009_virus_1694.png new file mode 100644 index 0000000000000000000000000000000000000000..44c3273ae0982a6a935a10cdf64ce28c56d8f9d2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001638_person1009_virus_1694.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21c5d7841ec7c0406f74a1c1f46a044970aba87ebf5e22c213d3484c0ea1c127 +size 66905 diff --git a/MendeleyCXR/images/Darwin_00001640_person1015_virus_1701.png b/MendeleyCXR/images/Darwin_00001640_person1015_virus_1701.png new file mode 100644 index 0000000000000000000000000000000000000000..c355ac3525be26a3e81d90c0e8281e3929c78126 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001640_person1015_virus_1701.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88d5fe121ba5b3f0ffdd949cdb744de3583d6d4daf61bceca1c381ce3937ff5f +size 70716 diff --git a/MendeleyCXR/images/Darwin_00001641_person1015_virus_1702.png b/MendeleyCXR/images/Darwin_00001641_person1015_virus_1702.png new file mode 100644 index 0000000000000000000000000000000000000000..55bd2109c463949b5235e951d559b792ad359cb0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001641_person1015_virus_1702.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:569a46c47f7620f32e0b974203e6435856e12eb9c3480c8720070081a5ca707d +size 73666 diff --git a/MendeleyCXR/images/Darwin_00001642_person1016_virus_1704.png b/MendeleyCXR/images/Darwin_00001642_person1016_virus_1704.png new file mode 100644 index 0000000000000000000000000000000000000000..0e627603397bbfd92cd4d6b88e878064dd369cb8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001642_person1016_virus_1704.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84805a39ff76a7f246e8bdb7c276ded5d3bbbc2d69845d71a412642513ba0d8e +size 71994 diff --git a/MendeleyCXR/images/Darwin_00001643_person1018_virus_1706.png b/MendeleyCXR/images/Darwin_00001643_person1018_virus_1706.png new file mode 100644 index 0000000000000000000000000000000000000000..c3ea839db97225f30cde81ffdcfa269c2c7ea839 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001643_person1018_virus_1706.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21063f1486139b2f496c3507b1024bce810208fa16f6e7c9f455537e6ba906cd +size 61173 diff --git a/MendeleyCXR/images/Darwin_00001644_person1019_virus_1707.png b/MendeleyCXR/images/Darwin_00001644_person1019_virus_1707.png new file mode 100644 index 0000000000000000000000000000000000000000..2c6e7c120a13254a203fa43648a98c4e46fd4066 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001644_person1019_virus_1707.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d39b466c4198ba25ceb47e9233604f46e31bb923ef6da933b1073e89ecaff5a +size 69854 diff --git a/MendeleyCXR/images/Darwin_00001645_person1019_virus_1708.png b/MendeleyCXR/images/Darwin_00001645_person1019_virus_1708.png new file mode 100644 index 0000000000000000000000000000000000000000..47bcff344606dcc54f0d5a0169f1c3b84bdd303a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001645_person1019_virus_1708.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c626f2dbe6e104d49080d1a53489bdd4c74eba140f3bec01f1983940bc5d9f7a +size 76606 diff --git a/MendeleyCXR/images/Darwin_00001919_person8_bacteria_37.png b/MendeleyCXR/images/Darwin_00001919_person8_bacteria_37.png new file mode 100644 index 0000000000000000000000000000000000000000..be2946babf69eaa8e65a5fd26c35366e38b0d889 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001919_person8_bacteria_37.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d1e811970242e1d112c1fc0eabb40114de486ca9875657ecb421691ea752882 +size 75728 diff --git a/MendeleyCXR/images/Darwin_00001920_person9_bacteria_38.png b/MendeleyCXR/images/Darwin_00001920_person9_bacteria_38.png new file mode 100644 index 0000000000000000000000000000000000000000..085f6b3931a8929a9fe0cbeca315eeb78a9790c5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001920_person9_bacteria_38.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb482bc17c98486dff62f0dd3ae5649ba84819b024d82e703178fef134ca0758 +size 72713 diff --git a/MendeleyCXR/images/Darwin_00001921_person9_bacteria_39.png b/MendeleyCXR/images/Darwin_00001921_person9_bacteria_39.png new file mode 100644 index 0000000000000000000000000000000000000000..c17885dab7a613472e90514a8ad2b96fa4a3b4b1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001921_person9_bacteria_39.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e37703bf96484bf4cc905d41413712e88877eae989d63d2dc48a7e17674795fd +size 71366 diff --git a/MendeleyCXR/images/Darwin_00001922_person9_bacteria_40.png b/MendeleyCXR/images/Darwin_00001922_person9_bacteria_40.png new file mode 100644 index 0000000000000000000000000000000000000000..a66134af0d7f9ce3e61a9c54bdc23904d2c125c6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001922_person9_bacteria_40.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cac74a9c43f1302e4f2213a0f2c037aa8b1112bae4df35e5b0010ad5f6c7de1 +size 70168 diff --git a/MendeleyCXR/images/Darwin_00001923_person9_bacteria_41.png b/MendeleyCXR/images/Darwin_00001923_person9_bacteria_41.png new file mode 100644 index 0000000000000000000000000000000000000000..7fd96020da1e1a991b3eb951698edd280634866f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001923_person9_bacteria_41.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e71937c6ef0095736abaf01c4f0363ba81360e343866051b035588615f6ece65 +size 71049 diff --git a/MendeleyCXR/images/Darwin_00001924_person890_bacteria_2814.png b/MendeleyCXR/images/Darwin_00001924_person890_bacteria_2814.png new file mode 100644 index 0000000000000000000000000000000000000000..dba73ab38267d4e2e55ce95e9ec268f234794dea --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001924_person890_bacteria_2814.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:069a2a44987397a40fc98c952e089cafbec6f35021e2973962a42526e1e05fb9 +size 73135 diff --git a/MendeleyCXR/images/Darwin_00001925_person892_bacteria_2817.png b/MendeleyCXR/images/Darwin_00001925_person892_bacteria_2817.png new file mode 100644 index 0000000000000000000000000000000000000000..9ddf59c528a19884d5655d7586e62fdfb67fcee2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001925_person892_bacteria_2817.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:825c69ee887bfc438cc4f0dce45572384482cb90c67c8922a4cb1ad145bc650d +size 75368 diff --git a/MendeleyCXR/images/Darwin_00001926_person893_bacteria_2818.png b/MendeleyCXR/images/Darwin_00001926_person893_bacteria_2818.png new file mode 100644 index 0000000000000000000000000000000000000000..49c7f8077992c08025bf5ed29cd64ca9b993d3a4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001926_person893_bacteria_2818.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d43865bb9991fc7b130e43d0ef21782b91a524d00b5611e8cc1c6864ad896445 +size 68436 diff --git a/MendeleyCXR/images/Darwin_00001928_person895_bacteria_2820.png b/MendeleyCXR/images/Darwin_00001928_person895_bacteria_2820.png new file mode 100644 index 0000000000000000000000000000000000000000..aa1ff97b549306b9fa909ca1283cde7d9bb04f37 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001928_person895_bacteria_2820.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad93b3c3f9f365ed02e2b98fec63ad882a571ca2a36fa98f060efd74ef393a50 +size 70750 diff --git a/MendeleyCXR/images/Darwin_00001929_person896_bacteria_2821.png b/MendeleyCXR/images/Darwin_00001929_person896_bacteria_2821.png new file mode 100644 index 0000000000000000000000000000000000000000..1e5d433d3e88afe9d9d1455a8139025ef29bc4f9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001929_person896_bacteria_2821.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c34767b0e6c5974b6be295b929816ece3c1e0dabc26fc8556c48e2641eeb6d4d +size 70675 diff --git a/MendeleyCXR/images/Darwin_00001930_person897_bacteria_2822.png b/MendeleyCXR/images/Darwin_00001930_person897_bacteria_2822.png new file mode 100644 index 0000000000000000000000000000000000000000..7113281144ebd819fdc0043ac2ec849d2037791b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001930_person897_bacteria_2822.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a985dc36a9fa0883284ed4902e6e2c62ddb32b0462bd7d664ccfe064375ae47 +size 66207 diff --git a/MendeleyCXR/images/Darwin_00001931_person898_bacteria_2823.png b/MendeleyCXR/images/Darwin_00001931_person898_bacteria_2823.png new file mode 100644 index 0000000000000000000000000000000000000000..f244caf20264744b0075b87d8c5dcf8d6e158e27 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001931_person898_bacteria_2823.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e890d8b0ce30e284813a8eaadc2d6a5e420346752d5fdcf79336e93d9633510 +size 74139 diff --git a/MendeleyCXR/images/Darwin_00001932_person902_bacteria_2827.png b/MendeleyCXR/images/Darwin_00001932_person902_bacteria_2827.png new file mode 100644 index 0000000000000000000000000000000000000000..18ab49188e22cd1c9f5ef27f8be5fec685281367 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001932_person902_bacteria_2827.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:363d8abc1b50400d26eba06bad59bf1710cf74aa828ced2b9e7d71f1b2aab52d +size 75594 diff --git a/MendeleyCXR/images/Darwin_00001933_person903_bacteria_2828.png b/MendeleyCXR/images/Darwin_00001933_person903_bacteria_2828.png new file mode 100644 index 0000000000000000000000000000000000000000..d1d33325d8f74e9b9c7b72b12962d1501c55ec9b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001933_person903_bacteria_2828.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1633977a44e77bdbca1ab7806867f872569e87583b16d95ac01c32e9f7fc29f +size 69692 diff --git a/MendeleyCXR/images/Darwin_00001936_person906_bacteria_2831.png b/MendeleyCXR/images/Darwin_00001936_person906_bacteria_2831.png new file mode 100644 index 0000000000000000000000000000000000000000..9976634de882760fcbbcc18ce34215ec3e545264 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001936_person906_bacteria_2831.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ee04c75266fd26fa336c6f1292a309012beec0bb382731e023084a34836a6c4 +size 73144 diff --git a/MendeleyCXR/images/Darwin_00001937_person907_bacteria_2832.png b/MendeleyCXR/images/Darwin_00001937_person907_bacteria_2832.png new file mode 100644 index 0000000000000000000000000000000000000000..2f24fbca654d3fa6a6bc6c426fca0c6f7b165654 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001937_person907_bacteria_2832.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9ddadded55ac3027645380d5a54a4bd12b7c7d386a48811f28eeb11c8da9685 +size 67902 diff --git a/MendeleyCXR/images/Darwin_00001938_person909_bacteria_2834.png b/MendeleyCXR/images/Darwin_00001938_person909_bacteria_2834.png new file mode 100644 index 0000000000000000000000000000000000000000..ad3ee5e9cfe58932fb5ad6210e95ecf612abdedb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001938_person909_bacteria_2834.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5a0eb97bf8b06ed87512ec8e1d314a70085d457111ab1e44c7aec3667e6006f +size 74783 diff --git a/MendeleyCXR/images/Darwin_00001939_person911_bacteria_2836.png b/MendeleyCXR/images/Darwin_00001939_person911_bacteria_2836.png new file mode 100644 index 0000000000000000000000000000000000000000..9e2d7714e84b9878b117ca5506af98baf15a6d32 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001939_person911_bacteria_2836.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad5ceb987af67d869e16e092e77bc01d9b7bbe35832feb86a89777ad23a38760 +size 72537 diff --git a/MendeleyCXR/images/Darwin_00001940_person912_bacteria_2837.png b/MendeleyCXR/images/Darwin_00001940_person912_bacteria_2837.png new file mode 100644 index 0000000000000000000000000000000000000000..56913d08ba7a0e79e6db3977f56804540e143693 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001940_person912_bacteria_2837.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67d4e7595ef2a31c7870c1c9f5e3c8d2cdbb4b8af771c7aaaab5a8b3524a4390 +size 71428 diff --git a/MendeleyCXR/images/Darwin_00001942_person914_bacteria_2839.png b/MendeleyCXR/images/Darwin_00001942_person914_bacteria_2839.png new file mode 100644 index 0000000000000000000000000000000000000000..0cfa1c8763729161abd97eb0e8d641479971e6ff --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001942_person914_bacteria_2839.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c517a2312ea7577ef2a47a24e4f7efdde2e6c32974a844d1a3f1fa39bdc3bbe1 +size 75545 diff --git a/MendeleyCXR/images/Darwin_00001943_person916_bacteria_2841.png b/MendeleyCXR/images/Darwin_00001943_person916_bacteria_2841.png new file mode 100644 index 0000000000000000000000000000000000000000..0bd37ef574c4de08492a7067fb6341e04fdd3f51 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001943_person916_bacteria_2841.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:357b3121124eb4cf5124bafad6293a521c59785f822cf447424ae390693e1290 +size 72101 diff --git a/MendeleyCXR/images/Darwin_00001944_person917_bacteria_2842.png b/MendeleyCXR/images/Darwin_00001944_person917_bacteria_2842.png new file mode 100644 index 0000000000000000000000000000000000000000..653813ce063e8ca49283bcd43db77a5ff4a22921 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001944_person917_bacteria_2842.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:593ea5ae8dabbeda7b7314457ec91bd40a90b53fd84cdfa3750d07a8b68606eb +size 67193 diff --git a/MendeleyCXR/images/Darwin_00001945_person918_bacteria_2843.png b/MendeleyCXR/images/Darwin_00001945_person918_bacteria_2843.png new file mode 100644 index 0000000000000000000000000000000000000000..bd9833a15b188bde60d5d9050695333014911bbf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001945_person918_bacteria_2843.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdee63d1d8fd1cea0cdff048c313581731391e87588804cc45db135a89ae70a9 +size 75689 diff --git a/MendeleyCXR/images/Darwin_00001946_person919_bacteria_2844.png b/MendeleyCXR/images/Darwin_00001946_person919_bacteria_2844.png new file mode 100644 index 0000000000000000000000000000000000000000..e773cb6a91fff43e6cef4339e6a58c0fae0f2b4e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001946_person919_bacteria_2844.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f5e8247c5851fafc1c81f4c852d944d9522da5361ead1b2e2cb044291a11edc +size 73806 diff --git a/MendeleyCXR/images/Darwin_00001947_person920_bacteria_2845.png b/MendeleyCXR/images/Darwin_00001947_person920_bacteria_2845.png new file mode 100644 index 0000000000000000000000000000000000000000..3ab05d343f1044bf54eeee9deff82f5efc5e3c16 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001947_person920_bacteria_2845.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab4df28244ded60c30167be3a30dee17df6705a0eb039ac4083ac07c46db3b55 +size 77149 diff --git a/MendeleyCXR/images/Darwin_00001948_person921_bacteria_2846.png b/MendeleyCXR/images/Darwin_00001948_person921_bacteria_2846.png new file mode 100644 index 0000000000000000000000000000000000000000..bf2653060b816bfc4fe05f3aa65d202988271981 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001948_person921_bacteria_2846.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43817ba374296ad5b319f9f3fd88f95299853d0728a5326a5c5f9f61722bab57 +size 72365 diff --git a/MendeleyCXR/images/Darwin_00001949_person922_bacteria_2847.png b/MendeleyCXR/images/Darwin_00001949_person922_bacteria_2847.png new file mode 100644 index 0000000000000000000000000000000000000000..90cece3181c3d34e9ef15da4ab7b180c9b8a3ea2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001949_person922_bacteria_2847.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07d0cb090f8259721c15e27c4c99da4d8de42c3ea92584a747a71e40d5f3d7f9 +size 72020 diff --git a/MendeleyCXR/images/Darwin_00001951_person924_bacteria_2849.png b/MendeleyCXR/images/Darwin_00001951_person924_bacteria_2849.png new file mode 100644 index 0000000000000000000000000000000000000000..17b0d999bf6fc805fbca2c49b5a0eb66ffb2e9a2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001951_person924_bacteria_2849.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe486e3ac977b8baa2d94f9281a3c6e0a73c2871e4ac04e7ba1a4dd9c295addc +size 69992 diff --git a/MendeleyCXR/images/Darwin_00001952_person925_bacteria_2850.png b/MendeleyCXR/images/Darwin_00001952_person925_bacteria_2850.png new file mode 100644 index 0000000000000000000000000000000000000000..2404cc12e017705f818c0315b64dfd3260ab53dc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001952_person925_bacteria_2850.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83c5a045659536957183ff6c43204703fdebf1f629ef5a1ea06da826f3531dcc +size 71702 diff --git a/MendeleyCXR/images/Darwin_00001953_person927_bacteria_2852.png b/MendeleyCXR/images/Darwin_00001953_person927_bacteria_2852.png new file mode 100644 index 0000000000000000000000000000000000000000..62f33d2956059fbceb633d200a5665bc68c90e09 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001953_person927_bacteria_2852.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8540e352c6982756083fa440671104163171d7654d0518d88b1a936ec3ac2fad +size 63056 diff --git a/MendeleyCXR/images/Darwin_00001954_person929_bacteria_2854.png b/MendeleyCXR/images/Darwin_00001954_person929_bacteria_2854.png new file mode 100644 index 0000000000000000000000000000000000000000..96feb024218883c1b95163190a9095b600b2ad3d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001954_person929_bacteria_2854.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd235a088ffad71f4e1f0fef7be46b918e251f12e65fc6afa348235a3378ff53 +size 81096 diff --git a/MendeleyCXR/images/Darwin_00001955_person930_bacteria_2855.png b/MendeleyCXR/images/Darwin_00001955_person930_bacteria_2855.png new file mode 100644 index 0000000000000000000000000000000000000000..21d403543a59b918c4e473966716a3df8739d558 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001955_person930_bacteria_2855.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2cf4b08859ab8910f2ec2574b58f06513d2fe1431bb853359207079e77d5f3d +size 68020 diff --git a/MendeleyCXR/images/Darwin_00001956_person931_bacteria_2856.png b/MendeleyCXR/images/Darwin_00001956_person931_bacteria_2856.png new file mode 100644 index 0000000000000000000000000000000000000000..a57112fffa68f2210c1080d3211abcf9e40eb0ac --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001956_person931_bacteria_2856.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32b214a8c16f07dc03165593582338fb69c0fd205b9c0b4e483d3e84bfa7aad4 +size 67283 diff --git a/MendeleyCXR/images/Darwin_00001957_person933_bacteria_2858.png b/MendeleyCXR/images/Darwin_00001957_person933_bacteria_2858.png new file mode 100644 index 0000000000000000000000000000000000000000..ce63bbe04807f09a75d47ea9f047187e9aed2cea --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001957_person933_bacteria_2858.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c97c2c316e29e7e2aef6117fdc6dd1f29b167987cb13ac76b10901e3c586d26 +size 70142 diff --git a/MendeleyCXR/images/Darwin_00001958_person934_bacteria_2859.png b/MendeleyCXR/images/Darwin_00001958_person934_bacteria_2859.png new file mode 100644 index 0000000000000000000000000000000000000000..393762aae735654bd2ed3317fa4df6c5ee373389 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001958_person934_bacteria_2859.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:785ec9ff7eaeca86f6da850e43be3bf244b033de9545e44ec9c43126ea12c4ba +size 62501 diff --git a/MendeleyCXR/images/Darwin_00001959_person936_bacteria_2861.png b/MendeleyCXR/images/Darwin_00001959_person936_bacteria_2861.png new file mode 100644 index 0000000000000000000000000000000000000000..de80d398518f84ff6f5685321cb645a8a9d6d3a4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001959_person936_bacteria_2861.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4810ec48d02d523149c40076c1b15a07c7889b79217afbe84eb85cc2fac193c4 +size 68309 diff --git a/MendeleyCXR/images/Darwin_00001960_person937_bacteria_2862.png b/MendeleyCXR/images/Darwin_00001960_person937_bacteria_2862.png new file mode 100644 index 0000000000000000000000000000000000000000..93e7ec3a030dcd64054976c26a3081b7a8d85773 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001960_person937_bacteria_2862.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a23bfc20c72285ff56947e5b03b856f4156dc6d01a8853eade5979aa820fe7ad +size 67112 diff --git a/MendeleyCXR/images/Darwin_00001961_person938_bacteria_2863.png b/MendeleyCXR/images/Darwin_00001961_person938_bacteria_2863.png new file mode 100644 index 0000000000000000000000000000000000000000..afdd7e6f3b5417f7974366c987ef53496841ae28 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001961_person938_bacteria_2863.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcd74f031949a5969e4154a818c1d243131c1ee445f69aa17e053e8bda76a8fa +size 66137 diff --git a/MendeleyCXR/images/Darwin_00001962_person939_bacteria_2864.png b/MendeleyCXR/images/Darwin_00001962_person939_bacteria_2864.png new file mode 100644 index 0000000000000000000000000000000000000000..c2e9a9f1ee553bdf512bef1e2c38de9dace3c343 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001962_person939_bacteria_2864.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3288f0035bc7ad02b0dfa0488af7516215a55aa3b19921ecd1835ef5e8c7d1b +size 62779 diff --git a/MendeleyCXR/images/Darwin_00001963_person940_bacteria_2865.png b/MendeleyCXR/images/Darwin_00001963_person940_bacteria_2865.png new file mode 100644 index 0000000000000000000000000000000000000000..b6ecd92dece8d09b5d1c4f18b21a70a9253b8266 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001963_person940_bacteria_2865.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:babd0e48908c3b75c1d7703f24ca5a49e8d1788f99aed0a20509a79990cc19a6 +size 64053 diff --git a/MendeleyCXR/images/Darwin_00001965_person943_bacteria_2868.png b/MendeleyCXR/images/Darwin_00001965_person943_bacteria_2868.png new file mode 100644 index 0000000000000000000000000000000000000000..3e7fdcfeda220c552fb17077a682753a8e55fe45 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001965_person943_bacteria_2868.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e3d4ae121014bad6d8936134736e12a247d5b379937adbfa65c63601623b948 +size 69761 diff --git a/MendeleyCXR/images/Darwin_00001966_person944_bacteria_2869.png b/MendeleyCXR/images/Darwin_00001966_person944_bacteria_2869.png new file mode 100644 index 0000000000000000000000000000000000000000..28b93ab145d207a67e4df79fd3ff19b293ee63ad --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001966_person944_bacteria_2869.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b2bc0ea8658b417e1d650c319cc6f4db8fbe9a91d3e95fecd1ebde1b8a6c466 +size 66393 diff --git a/MendeleyCXR/images/Darwin_00001967_person945_bacteria_2870.png b/MendeleyCXR/images/Darwin_00001967_person945_bacteria_2870.png new file mode 100644 index 0000000000000000000000000000000000000000..28730baa827bc8c6d1a183fee96d64e16ed791ee --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001967_person945_bacteria_2870.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b80733cea2050bd80d3b1183ec104c03ea7bdd5011254b7511922f54fc5143e8 +size 62965 diff --git a/MendeleyCXR/images/Darwin_00001968_person946_bacteria_2871.png b/MendeleyCXR/images/Darwin_00001968_person946_bacteria_2871.png new file mode 100644 index 0000000000000000000000000000000000000000..a665d411fcd65bccfcfde34c0fb478638004ce40 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001968_person946_bacteria_2871.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c714f7ca6dd24cee537cad3e607a99a881071a562cba07ab3812eb2a92f6475 +size 71542 diff --git a/MendeleyCXR/images/Darwin_00001969_person947_bacteria_2872.png b/MendeleyCXR/images/Darwin_00001969_person947_bacteria_2872.png new file mode 100644 index 0000000000000000000000000000000000000000..fb591ba90fcd21788b5f459e3a4267360c682b52 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001969_person947_bacteria_2872.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3b02eb4da4aecbd5d33289d39bb8bb004f55d199a900a0938e019e650900880 +size 63591 diff --git a/MendeleyCXR/images/Darwin_00001970_person949_bacteria_2874.png b/MendeleyCXR/images/Darwin_00001970_person949_bacteria_2874.png new file mode 100644 index 0000000000000000000000000000000000000000..27708684ef973fed999bf838ae0c0ad864bf110b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001970_person949_bacteria_2874.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43e4b77506ac2e17316b26c74c019e11606649658823e7c1afb2a0c8166da4d6 +size 66278 diff --git a/MendeleyCXR/images/Darwin_00001971_person951_bacteria_2876.png b/MendeleyCXR/images/Darwin_00001971_person951_bacteria_2876.png new file mode 100644 index 0000000000000000000000000000000000000000..d4a9641da28b9c6b9438396efa7c9964e535277b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001971_person951_bacteria_2876.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:228cc057cb6fcf01360ac5354d5d955e46635cc30523c579cdc89a5a5473ba3a +size 62536 diff --git a/MendeleyCXR/images/Darwin_00001972_person952_bacteria_2877.png b/MendeleyCXR/images/Darwin_00001972_person952_bacteria_2877.png new file mode 100644 index 0000000000000000000000000000000000000000..bad033d7e994e7143a33063c00723ed86f9cd77c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001972_person952_bacteria_2877.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50efbfd4766082b7987e9e0c71d002024ec7ca0f824e1af331c779c05fcd81c5 +size 67086 diff --git a/MendeleyCXR/images/Darwin_00001973_person953_bacteria_2878.png b/MendeleyCXR/images/Darwin_00001973_person953_bacteria_2878.png new file mode 100644 index 0000000000000000000000000000000000000000..d4ee4ec7790b5e7ee5867fa3c75a2574e3675380 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001973_person953_bacteria_2878.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e64d4ae920faeffa1763794fd39d7580279445d858d3e6a16f383ca87b03393 +size 66817 diff --git a/MendeleyCXR/images/Darwin_00001974_person954_bacteria_2879.png b/MendeleyCXR/images/Darwin_00001974_person954_bacteria_2879.png new file mode 100644 index 0000000000000000000000000000000000000000..2d45fd87286b777bc5422b01071cf6a58691db56 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001974_person954_bacteria_2879.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e583ff1d887091a1a108b335623387d59d65972aac53ff50233bf7bddcce640 +size 67653 diff --git a/MendeleyCXR/images/Darwin_00001975_person955_bacteria_2880.png b/MendeleyCXR/images/Darwin_00001975_person955_bacteria_2880.png new file mode 100644 index 0000000000000000000000000000000000000000..f23c9dd6c2d065c8aa0c68bbf764d87d3490eef6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001975_person955_bacteria_2880.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54d005daf578aafca7bc80793bbd9bae0844b6849f63723660e4461429107f10 +size 66745 diff --git a/MendeleyCXR/images/Darwin_00001976_person956_bacteria_2881.png b/MendeleyCXR/images/Darwin_00001976_person956_bacteria_2881.png new file mode 100644 index 0000000000000000000000000000000000000000..a3822644face87710403ef3f93ccaa3056277d2b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001976_person956_bacteria_2881.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19bb557aa00f026dfef4e50188393b2ecbc9e6f796a517236cc8a2160fcf9942 +size 68009 diff --git a/MendeleyCXR/images/Darwin_00001977_person957_bacteria_2882.png b/MendeleyCXR/images/Darwin_00001977_person957_bacteria_2882.png new file mode 100644 index 0000000000000000000000000000000000000000..bf9b76a07f11717d80eef995561171535d0b6107 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001977_person957_bacteria_2882.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6e6757a3d0643ae503327994d51c69b9a54a6f444e7a28bc42c58691f8aa395 +size 73693 diff --git a/MendeleyCXR/images/Darwin_00001978_person958_bacteria_2883.png b/MendeleyCXR/images/Darwin_00001978_person958_bacteria_2883.png new file mode 100644 index 0000000000000000000000000000000000000000..2f07400eb6a273c78aba725381e692db00641e7e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001978_person958_bacteria_2883.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e84e21238faea13703cc99f484d22fcf3d5ceeec81055aab8318dcbb440edb8d +size 67448 diff --git a/MendeleyCXR/images/Darwin_00001979_person959_bacteria_2884.png b/MendeleyCXR/images/Darwin_00001979_person959_bacteria_2884.png new file mode 100644 index 0000000000000000000000000000000000000000..32aa6aa753b082d5be1e1d7c382ce3636aeb58c5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001979_person959_bacteria_2884.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b462c9362e4279fae1168e9819f93c8a6efbaa853224c1a1b45d410fb306c65 +size 81898 diff --git a/MendeleyCXR/images/Darwin_00001980_person960_bacteria_2885.png b/MendeleyCXR/images/Darwin_00001980_person960_bacteria_2885.png new file mode 100644 index 0000000000000000000000000000000000000000..e89c118efa400bce967ead4f9edafb47de9c6b42 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001980_person960_bacteria_2885.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a414860c2ebe8fa7737448785aa475c2a3dadd3a2e48916cbc178dd7185b8617 +size 63927 diff --git a/MendeleyCXR/images/Darwin_00001981_person961_bacteria_2886.png b/MendeleyCXR/images/Darwin_00001981_person961_bacteria_2886.png new file mode 100644 index 0000000000000000000000000000000000000000..701e5c9524e3cea1aacbf49c79e4a6f0d365909e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001981_person961_bacteria_2886.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e468b6c18bd8f532b6d9df7fc2c532a1961b4609217861874770af515a9a9efe +size 71412 diff --git a/MendeleyCXR/images/Darwin_00001982_person962_bacteria_2887.png b/MendeleyCXR/images/Darwin_00001982_person962_bacteria_2887.png new file mode 100644 index 0000000000000000000000000000000000000000..26e0dc1797f5fe12f258e18981bc40844d30d09d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001982_person962_bacteria_2887.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a42cc798ea7ea3f8f49fcce5f378794e534877c9bb0f4d5dd0a461c08900c6eb +size 67958 diff --git a/MendeleyCXR/images/Darwin_00001983_person963_bacteria_2888.png b/MendeleyCXR/images/Darwin_00001983_person963_bacteria_2888.png new file mode 100644 index 0000000000000000000000000000000000000000..a9a6baeac9a809369032d20a52c25298f07eb375 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001983_person963_bacteria_2888.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69eeacb4ccc71c7913f6ccdd51cbd5e04595d9fbcd9927c380b39185857f4fce +size 68701 diff --git a/MendeleyCXR/images/Darwin_00001985_person965_bacteria_2890.png b/MendeleyCXR/images/Darwin_00001985_person965_bacteria_2890.png new file mode 100644 index 0000000000000000000000000000000000000000..4f024153d0cf7a740b8dbce80a3fb30848b14901 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001985_person965_bacteria_2890.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db643387085f4f09b08ff1a4bfc7037a7445a9ac5860c30dc32789a6a3edd096 +size 68867 diff --git a/MendeleyCXR/images/Darwin_00001987_person967_bacteria_2892.png b/MendeleyCXR/images/Darwin_00001987_person967_bacteria_2892.png new file mode 100644 index 0000000000000000000000000000000000000000..ce3a1d733ef3c20640ae9b793ad602649e11f18e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001987_person967_bacteria_2892.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a10e4cfa9c4004507b2bbd82c16e72f986c54c8b2f88be2096550914a1caa5de +size 82078 diff --git a/MendeleyCXR/images/Darwin_00001988_person968_bacteria_2893.png b/MendeleyCXR/images/Darwin_00001988_person968_bacteria_2893.png new file mode 100644 index 0000000000000000000000000000000000000000..9c33dbef0d03f25c31929131bfce8ae1dbce3e0f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001988_person968_bacteria_2893.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bf5f5601a96a24415dbd67d1315a152cf1e677fa4cf43c0b05d9e8246bc7b45 +size 77576 diff --git a/MendeleyCXR/images/Darwin_00001989_person969_bacteria_2894.png b/MendeleyCXR/images/Darwin_00001989_person969_bacteria_2894.png new file mode 100644 index 0000000000000000000000000000000000000000..bea8341ac3004649b80981b05324368c95d25bc1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001989_person969_bacteria_2894.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e89e824de25effc27b7c1c8936176221e8a32f9b6a37057f276c849e02d1439c +size 69188 diff --git a/MendeleyCXR/images/Darwin_00001990_person970_bacteria_2895.png b/MendeleyCXR/images/Darwin_00001990_person970_bacteria_2895.png new file mode 100644 index 0000000000000000000000000000000000000000..e498aee3292d61bda0e4a3bb60ff895c9cdf5c33 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001990_person970_bacteria_2895.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2624557ec9c8e50ea1835542e462cca586505d908fe00593dd159584193f0f1 +size 76348 diff --git a/MendeleyCXR/images/Darwin_00001991_person971_bacteria_2896.png b/MendeleyCXR/images/Darwin_00001991_person971_bacteria_2896.png new file mode 100644 index 0000000000000000000000000000000000000000..a842454401156d276df2b9aee0479ae648bc5e20 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001991_person971_bacteria_2896.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd0903acb3d4145e0244dde36f09e8d6388376823b30d25502e37328e4a5eb17 +size 60157 diff --git a/MendeleyCXR/images/Darwin_00001992_person972_bacteria_2897.png b/MendeleyCXR/images/Darwin_00001992_person972_bacteria_2897.png new file mode 100644 index 0000000000000000000000000000000000000000..60b20a21622ab32b7fde43f4c418407c6dfe0d6d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001992_person972_bacteria_2897.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c1929b1ba573f786c26f6bee014f149d60e22a3035f283124dcd7fd7f9c38b4 +size 59842 diff --git a/MendeleyCXR/images/Darwin_00001993_person974_bacteria_2899.png b/MendeleyCXR/images/Darwin_00001993_person974_bacteria_2899.png new file mode 100644 index 0000000000000000000000000000000000000000..d897eee675fcd15eba2e6263eb003e51618e9381 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001993_person974_bacteria_2899.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d154c20455157677527ab0d25eeb58f2b384de0417f2859d56a18970d1895a2 +size 73935 diff --git a/MendeleyCXR/images/Darwin_00001994_person976_bacteria_2901.png b/MendeleyCXR/images/Darwin_00001994_person976_bacteria_2901.png new file mode 100644 index 0000000000000000000000000000000000000000..f7c3ddfdced05bca994bd0aa0416ac55be527e65 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001994_person976_bacteria_2901.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b9d3d5ef7353b3f35719e4ca8d72fa329a520baaf18a6e708e5a3f37fdc446e +size 72286 diff --git a/MendeleyCXR/images/Darwin_00001995_person977_bacteria_2902.png b/MendeleyCXR/images/Darwin_00001995_person977_bacteria_2902.png new file mode 100644 index 0000000000000000000000000000000000000000..e7be89e28cac5c2385707c983393b3b438e58a3e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001995_person977_bacteria_2902.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86a9602c9c781de7e0f4e1c8bad827a9d99d2e5fb9344fe34e7ed9b45ca77447 +size 70327 diff --git a/MendeleyCXR/images/Darwin_00001996_person978_bacteria_2904.png b/MendeleyCXR/images/Darwin_00001996_person978_bacteria_2904.png new file mode 100644 index 0000000000000000000000000000000000000000..fc633b259c368f1e61d119241e0fcc9463524478 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001996_person978_bacteria_2904.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2bf5dff114337f626fe02c8c695ca8cb316a39d9bb032b192a24b097ba6e039 +size 77063 diff --git a/MendeleyCXR/images/Darwin_00001997_person979_bacteria_2905.png b/MendeleyCXR/images/Darwin_00001997_person979_bacteria_2905.png new file mode 100644 index 0000000000000000000000000000000000000000..a3edbd00918565ddd22114a9f2d07630c5ba78e5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001997_person979_bacteria_2905.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68ba68c806ab222a8a5286c2bb7f93269f530cd24a4b7fabc74750f49fecfebd +size 61492 diff --git a/MendeleyCXR/images/Darwin_00001998_person980_bacteria_2906.png b/MendeleyCXR/images/Darwin_00001998_person980_bacteria_2906.png new file mode 100644 index 0000000000000000000000000000000000000000..c268c61266e33e893ccbfa548c0f1e8e84cad5a8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001998_person980_bacteria_2906.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3feeb2eee51122db32292a2d0c9aba9f103252c48377d9c1596f187901eb0a1 +size 76084 diff --git a/MendeleyCXR/images/Darwin_00001999_person981_bacteria_2907.png b/MendeleyCXR/images/Darwin_00001999_person981_bacteria_2907.png new file mode 100644 index 0000000000000000000000000000000000000000..96ac0703a1650b1869dce83b9e6603c5f6971363 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00001999_person981_bacteria_2907.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87d79f528e521584f743bfaa8687873658db8758c1643e9ab6cb45c3d6d63304 +size 71144 diff --git a/MendeleyCXR/images/Darwin_00002000_person981_bacteria_2908.png b/MendeleyCXR/images/Darwin_00002000_person981_bacteria_2908.png new file mode 100644 index 0000000000000000000000000000000000000000..9c49180d89689813544a16bb17d2732ab5239b2b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002000_person981_bacteria_2908.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a116fa1c69fc10ad4b7dac4bbf1eca8c6136428aad7c9261bbdb3f4fb6261feb +size 70136 diff --git a/MendeleyCXR/images/Darwin_00002001_person982_bacteria_2909.png b/MendeleyCXR/images/Darwin_00002001_person982_bacteria_2909.png new file mode 100644 index 0000000000000000000000000000000000000000..0e383972326f89b382bb23569ecb01c67ad7cb41 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002001_person982_bacteria_2909.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:107227d35552a53696bab6d5344595e5c6dcbbac5fddb52ffe8c96e13203247d +size 67323 diff --git a/MendeleyCXR/images/Darwin_00002002_person983_bacteria_2910.png b/MendeleyCXR/images/Darwin_00002002_person983_bacteria_2910.png new file mode 100644 index 0000000000000000000000000000000000000000..d409971205d7f3338ddf7ccdda3a877544a0483c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002002_person983_bacteria_2910.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d892a3176a99d1125abae735ba8f4b7a0271e2d4a858bd316e9444955e04456d +size 74382 diff --git a/MendeleyCXR/images/Darwin_00002003_person984_bacteria_2911.png b/MendeleyCXR/images/Darwin_00002003_person984_bacteria_2911.png new file mode 100644 index 0000000000000000000000000000000000000000..4e7dc509f5d17668eb274ebcfb61a7517c0f6c22 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002003_person984_bacteria_2911.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5c7d2e4b356880f6d6818d542228124c34c79fd941fd729bbc81f11cf3ac003 +size 71155 diff --git a/MendeleyCXR/images/Darwin_00002004_person985_bacteria_2912.png b/MendeleyCXR/images/Darwin_00002004_person985_bacteria_2912.png new file mode 100644 index 0000000000000000000000000000000000000000..30851117125996c54f1bd0fd5579afca9ad9e8ad --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002004_person985_bacteria_2912.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6657d0bf808d8cb2cceab264d51b7c911db70ab4856697ae8e83dfde2b72c93e +size 70024 diff --git a/MendeleyCXR/images/Darwin_00002005_person986_bacteria_2913.png b/MendeleyCXR/images/Darwin_00002005_person986_bacteria_2913.png new file mode 100644 index 0000000000000000000000000000000000000000..424a23a6c4554d80a80bacbc059301fc476ca73b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002005_person986_bacteria_2913.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bcc3892ead01fe079594e2faf3772ba25029f3c9d45ccebcdc8fe3dfa7fe937 +size 80269 diff --git a/MendeleyCXR/images/Darwin_00002006_person987_bacteria_2914.png b/MendeleyCXR/images/Darwin_00002006_person987_bacteria_2914.png new file mode 100644 index 0000000000000000000000000000000000000000..27f0cc7d149bf21db0dd6f723faf875931e1010e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002006_person987_bacteria_2914.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa620260a2651f30060e4f6424191776a289462568961389de5aa7f3ec385043 +size 66548 diff --git a/MendeleyCXR/images/Darwin_00002007_person988_bacteria_2915.png b/MendeleyCXR/images/Darwin_00002007_person988_bacteria_2915.png new file mode 100644 index 0000000000000000000000000000000000000000..11fb5e9ce9f34638075f63f7a715deec07457a90 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002007_person988_bacteria_2915.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c90c52517767631985bdee225c38ade1a931d075af34d8704506b462a6b4cbd +size 74428 diff --git a/MendeleyCXR/images/Darwin_00002008_person990_bacteria_2917.png b/MendeleyCXR/images/Darwin_00002008_person990_bacteria_2917.png new file mode 100644 index 0000000000000000000000000000000000000000..5788d5d572ce255fb81e4391d30bdbcaaf20c9e7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002008_person990_bacteria_2917.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac14faa6b9a9f49bbb736a1a0ce67d304224047ba778201c761b80dd97479e90 +size 77629 diff --git a/MendeleyCXR/images/Darwin_00002009_person991_bacteria_2918.png b/MendeleyCXR/images/Darwin_00002009_person991_bacteria_2918.png new file mode 100644 index 0000000000000000000000000000000000000000..e7a1c44f9b3e031c68ca7816a43fc5d693dc07d8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002009_person991_bacteria_2918.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38cc9cbd0ce1abf68bb5b8d8e7e0dd41d47c839abf6072ae54361f4e6ce580c0 +size 71194 diff --git a/MendeleyCXR/images/Darwin_00002010_person992_bacteria_2919.png b/MendeleyCXR/images/Darwin_00002010_person992_bacteria_2919.png new file mode 100644 index 0000000000000000000000000000000000000000..2954d2c4b820495403ce13f1f6b3a0f1fcc9728c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002010_person992_bacteria_2919.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df24b0b01594946a84a7fd6b1994e390c68ecc9c9d14e6e31d25314372bc6206 +size 71934 diff --git a/MendeleyCXR/images/Darwin_00002012_person993_bacteria_2921.png b/MendeleyCXR/images/Darwin_00002012_person993_bacteria_2921.png new file mode 100644 index 0000000000000000000000000000000000000000..a584f62615a305709f0c0f7cb0ac9f3bf73e5d4d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002012_person993_bacteria_2921.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03f7161aa534b2ae17e9fae55344da3600e870f0332acc280520044cf1ffa7cf +size 67169 diff --git a/MendeleyCXR/images/Darwin_00002013_person994_bacteria_2922.png b/MendeleyCXR/images/Darwin_00002013_person994_bacteria_2922.png new file mode 100644 index 0000000000000000000000000000000000000000..52cef9cb2287cc2249111640c0418bb3d79a3f23 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002013_person994_bacteria_2922.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28928f3d19fb93370e30cf1b18cc1dce0240b201330ee3015d77c71f40f1d1b8 +size 73222 diff --git a/MendeleyCXR/images/Darwin_00002014_person995_bacteria_2923.png b/MendeleyCXR/images/Darwin_00002014_person995_bacteria_2923.png new file mode 100644 index 0000000000000000000000000000000000000000..da8280ab07334606240351bb42f6f28ee05ad26f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002014_person995_bacteria_2923.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc3c8be2bbf0edd5ec0767e482334f11881f62cfbc1dc88ab555be5f3342633d +size 77217 diff --git a/MendeleyCXR/images/Darwin_00002015_person996_bacteria_2924.png b/MendeleyCXR/images/Darwin_00002015_person996_bacteria_2924.png new file mode 100644 index 0000000000000000000000000000000000000000..15ef8e4deaed1e05c252bb84bc8a7390bd15e219 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002015_person996_bacteria_2924.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f7d191216e5a49a9413e9df7a7fd64e53c10c8783846bd1fa8a7be137a1e869 +size 81236 diff --git a/MendeleyCXR/images/Darwin_00002016_person997_bacteria_2926.png b/MendeleyCXR/images/Darwin_00002016_person997_bacteria_2926.png new file mode 100644 index 0000000000000000000000000000000000000000..06328554adf78f5a7707363f2eef03c3d451a733 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002016_person997_bacteria_2926.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67ac6e3b145530af38887b6b24736587e633559f552aad69c02d0652d28480a1 +size 72769 diff --git a/MendeleyCXR/images/Darwin_00002017_person998_bacteria_2927.png b/MendeleyCXR/images/Darwin_00002017_person998_bacteria_2927.png new file mode 100644 index 0000000000000000000000000000000000000000..f792711ffe9d41ee4123ea3485f53ddf5f1574f6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002017_person998_bacteria_2927.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c55d0cfb938205042e8572fd99392ce1440aeddd05cd0f947574b97d3c6f01f +size 77086 diff --git a/MendeleyCXR/images/Darwin_00002018_person998_bacteria_2928.png b/MendeleyCXR/images/Darwin_00002018_person998_bacteria_2928.png new file mode 100644 index 0000000000000000000000000000000000000000..47390f46b2e893aaccb0ab04b8df006fe55b12f9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002018_person998_bacteria_2928.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1355517cc8f03ea4ffe27ff75ea89b86f906c15f814cf0d69009a1545b8c4c2 +size 76169 diff --git a/MendeleyCXR/images/Darwin_00002019_person7_bacteria_24.png b/MendeleyCXR/images/Darwin_00002019_person7_bacteria_24.png new file mode 100644 index 0000000000000000000000000000000000000000..ecacb48a20835c5a6a16937ee5543b8e484e7afd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002019_person7_bacteria_24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ce3c41a1f04a0394cb2970b23a94fdc2676a9002b7f6b14384d8d78ed54eac3 +size 72923 diff --git a/MendeleyCXR/images/Darwin_00002020_person7_bacteria_25.png b/MendeleyCXR/images/Darwin_00002020_person7_bacteria_25.png new file mode 100644 index 0000000000000000000000000000000000000000..9d1ddb689882255dbb34c0449db056051a699793 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002020_person7_bacteria_25.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1165fff65839e3f7c51db257eb09ae1f08d8bb214ef32fd16492c8108e2fa05c +size 75490 diff --git a/MendeleyCXR/images/Darwin_00002021_person7_bacteria_28.png b/MendeleyCXR/images/Darwin_00002021_person7_bacteria_28.png new file mode 100644 index 0000000000000000000000000000000000000000..10f88c29f27fa67ee39ca765908f9d8dd3059e7d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002021_person7_bacteria_28.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed3a702403ceda223648fcc7bfd824bc02f006f09b89809b678a4b204cbe3bc1 +size 80823 diff --git a/MendeleyCXR/images/Darwin_00002022_person7_bacteria_29.png b/MendeleyCXR/images/Darwin_00002022_person7_bacteria_29.png new file mode 100644 index 0000000000000000000000000000000000000000..cefa3c80a18490b0947856d9ddcdce2d2707e0a9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002022_person7_bacteria_29.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3ca118d4d94c4146806daf024c8c19d91e251386201163ec0931293d6e7c1ee +size 76505 diff --git a/MendeleyCXR/images/Darwin_00002023_person72_bacteria_353.png b/MendeleyCXR/images/Darwin_00002023_person72_bacteria_353.png new file mode 100644 index 0000000000000000000000000000000000000000..483487c57a6ccc06517780aa2d58bb2ff9934c2b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002023_person72_bacteria_353.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ce2475e5b4a33e5c8dfb36a528a28900f21785cbbe01f9aec6255110b52bcda +size 77526 diff --git a/MendeleyCXR/images/Darwin_00002024_person72_bacteria_354.png b/MendeleyCXR/images/Darwin_00002024_person72_bacteria_354.png new file mode 100644 index 0000000000000000000000000000000000000000..ed910c5eb3742606e2506219ee47953e6a562b0b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002024_person72_bacteria_354.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00ee0aefb0fabcaab0eaeed9f3aac69ecd69880abddb3661ad996bc943fe5c11 +size 80721 diff --git a/MendeleyCXR/images/Darwin_00002025_person73_bacteria_355.png b/MendeleyCXR/images/Darwin_00002025_person73_bacteria_355.png new file mode 100644 index 0000000000000000000000000000000000000000..81331cc700ec78f0e0d5d533d7f7aa930192571b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002025_person73_bacteria_355.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faf763911d811977ee745b268f728369b4c8784f58dca06e20295739b256e9d3 +size 69477 diff --git a/MendeleyCXR/images/Darwin_00002026_person73_bacteria_356.png b/MendeleyCXR/images/Darwin_00002026_person73_bacteria_356.png new file mode 100644 index 0000000000000000000000000000000000000000..d03740347e3c2dd02ef26464bca4c3eec8a6f7c0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002026_person73_bacteria_356.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:492e83a329836b6885c7bd1998ba296be067e2681cd4cf7fa1ef39d163304fb6 +size 68861 diff --git a/MendeleyCXR/images/Darwin_00002027_person73_bacteria_357.png b/MendeleyCXR/images/Darwin_00002027_person73_bacteria_357.png new file mode 100644 index 0000000000000000000000000000000000000000..8b641226d3fa8256d6b00c8cbb868b628d5db460 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002027_person73_bacteria_357.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:143ab4ea099092ac1dea61a45fda9decca475c4b5eec3d66680c39bcfb9861ac +size 74113 diff --git a/MendeleyCXR/images/Darwin_00002028_person73_bacteria_358.png b/MendeleyCXR/images/Darwin_00002028_person73_bacteria_358.png new file mode 100644 index 0000000000000000000000000000000000000000..0ef6b3c697a74297015fcd390695f402a705dd3c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002028_person73_bacteria_358.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f24879446a66fa20dc5a92b1862c3ff1d1d402d81a983f518055f128eda97b1 +size 71427 diff --git a/MendeleyCXR/images/Darwin_00002029_person73_bacteria_359.png b/MendeleyCXR/images/Darwin_00002029_person73_bacteria_359.png new file mode 100644 index 0000000000000000000000000000000000000000..b4336266361ab441b3e37776e7faa1994973d858 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002029_person73_bacteria_359.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f5cf92c2f658f78762b6efbff926773566a1fe2ae53bc47b36aa09226725c0f +size 68183 diff --git a/MendeleyCXR/images/Darwin_00002030_person73_bacteria_360.png b/MendeleyCXR/images/Darwin_00002030_person73_bacteria_360.png new file mode 100644 index 0000000000000000000000000000000000000000..ba4690517c1806e299e70aebba98053e0ea70919 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002030_person73_bacteria_360.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b298eb428bac68466f356a84ea755515adcdcfb18d8a596b71626d0f7c66c03 +size 75421 diff --git a/MendeleyCXR/images/Darwin_00002031_person74_bacteria_361.png b/MendeleyCXR/images/Darwin_00002031_person74_bacteria_361.png new file mode 100644 index 0000000000000000000000000000000000000000..1c5f1faaaf6a56e43f99423857b6c786998d28e7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002031_person74_bacteria_361.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beda48f45f638b69ec37ccc035578c4d0f9a75b5277e249042192aea65b15218 +size 80655 diff --git a/MendeleyCXR/images/Darwin_00002032_person74_bacteria_362.png b/MendeleyCXR/images/Darwin_00002032_person74_bacteria_362.png new file mode 100644 index 0000000000000000000000000000000000000000..dea9f7858df3f8e1ef3a7e87ef2c768b820c33b8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002032_person74_bacteria_362.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8197fa084770b948fc2bf27a80c870f565831977e12ed8227f95a9ca0e21a79 +size 72135 diff --git a/MendeleyCXR/images/Darwin_00002033_person74_bacteria_363.png b/MendeleyCXR/images/Darwin_00002033_person74_bacteria_363.png new file mode 100644 index 0000000000000000000000000000000000000000..2ec06a80ce849786776d421869a77f5fc9a2a799 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002033_person74_bacteria_363.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:022692b3410063ad266b1913314eaa4299d01fa46c31b59718fefa526ecb6758 +size 79271 diff --git a/MendeleyCXR/images/Darwin_00002034_person75_bacteria_364.png b/MendeleyCXR/images/Darwin_00002034_person75_bacteria_364.png new file mode 100644 index 0000000000000000000000000000000000000000..ef5cc5ed9ad5bb9eb0f30530100e8b1ebaf9d651 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002034_person75_bacteria_364.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ee332f85d7452f8ee58607245a8fe12064e542aae003b2a3ddcff394dc71c8b +size 69382 diff --git a/MendeleyCXR/images/Darwin_00002035_person75_bacteria_365.png b/MendeleyCXR/images/Darwin_00002035_person75_bacteria_365.png new file mode 100644 index 0000000000000000000000000000000000000000..d64818363220dbd7bdab43653536d9dea745a5d9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002035_person75_bacteria_365.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52dc9661d1fe3eab9bffae7ef46aa6c6cc797c4f1ac1f7d24e803907fb1d8384 +size 77903 diff --git a/MendeleyCXR/images/Darwin_00002036_person75_bacteria_366.png b/MendeleyCXR/images/Darwin_00002036_person75_bacteria_366.png new file mode 100644 index 0000000000000000000000000000000000000000..859f1a645f287db73242648b1fc5f0d2dee4a8a8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002036_person75_bacteria_366.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:473d9e91ea1b28856f9546201891817a61ace4fd1c14ae8d3c19a31668530b4d +size 68380 diff --git a/MendeleyCXR/images/Darwin_00002037_person75_bacteria_367.png b/MendeleyCXR/images/Darwin_00002037_person75_bacteria_367.png new file mode 100644 index 0000000000000000000000000000000000000000..e4c8c13b68d8ad01894fd9afd21809c100c85d5b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002037_person75_bacteria_367.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc404b92be62bbf28f53eb9814cc11521a29855c7fd30e461daffcc59e1632e1 +size 67389 diff --git a/MendeleyCXR/images/Darwin_00002038_person75_bacteria_368.png b/MendeleyCXR/images/Darwin_00002038_person75_bacteria_368.png new file mode 100644 index 0000000000000000000000000000000000000000..80e37561b91437afb5642cabbdd1e1c5156a533b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002038_person75_bacteria_368.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09f573f8c7c551946d0054684bc777eadcf7797ea748367d7503759f5889d07e +size 69529 diff --git a/MendeleyCXR/images/Darwin_00002039_person75_bacteria_369.png b/MendeleyCXR/images/Darwin_00002039_person75_bacteria_369.png new file mode 100644 index 0000000000000000000000000000000000000000..3979637c6c43408aa13b8b9da9d2bb8e713dace7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002039_person75_bacteria_369.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d12ec4d3a1a53e18edf8058a51f0863891fd78425d3af16eada4c9fb3619231 +size 75064 diff --git a/MendeleyCXR/images/Darwin_00002040_person76_bacteria_370.png b/MendeleyCXR/images/Darwin_00002040_person76_bacteria_370.png new file mode 100644 index 0000000000000000000000000000000000000000..7accb2c941398a0a2ae04a726a98532c4398ae42 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002040_person76_bacteria_370.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc0b8f6756247ed5fa70fd87711b1ea83400a9ce4512a0ed3087431113881137 +size 71864 diff --git a/MendeleyCXR/images/Darwin_00002041_person76_bacteria_371.png b/MendeleyCXR/images/Darwin_00002041_person76_bacteria_371.png new file mode 100644 index 0000000000000000000000000000000000000000..4baaea94344b08d5c0d09c4d78e88b0466cc48dc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002041_person76_bacteria_371.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8df71d5ad2b435bd1bbeb97a2ffd8d5818e3b6063d553531651113d5cefaea60 +size 69793 diff --git a/MendeleyCXR/images/Darwin_00002042_person76_bacteria_372.png b/MendeleyCXR/images/Darwin_00002042_person76_bacteria_372.png new file mode 100644 index 0000000000000000000000000000000000000000..943c2c6fd1fadd463366fb0fcfa966b1b7e00658 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002042_person76_bacteria_372.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a05851aafe7411d15bb406b6d18dc6ae908ad22d5a75b6cb631f78604f7a4c8 +size 77356 diff --git a/MendeleyCXR/images/Darwin_00002043_person77_bacteria_374.png b/MendeleyCXR/images/Darwin_00002043_person77_bacteria_374.png new file mode 100644 index 0000000000000000000000000000000000000000..ba63a548bf4a34249b9777fd4d92f62b9df5c1d7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002043_person77_bacteria_374.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f48d2b51878917b5334771224d7f45257f0c802fc3cab3388510f079bf6f2fed +size 70168 diff --git a/MendeleyCXR/images/Darwin_00002044_person77_bacteria_375.png b/MendeleyCXR/images/Darwin_00002044_person77_bacteria_375.png new file mode 100644 index 0000000000000000000000000000000000000000..ee09a49ae315d0d518d9c981c8db927c8f585b26 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002044_person77_bacteria_375.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74a3810b7063e8a24cf30fad2d12e2fefbe5715b61c735e1bd13edfb54e1c1b3 +size 70049 diff --git a/MendeleyCXR/images/Darwin_00002045_person77_bacteria_376.png b/MendeleyCXR/images/Darwin_00002045_person77_bacteria_376.png new file mode 100644 index 0000000000000000000000000000000000000000..dfcc0e459898b807f4e345c269a3bb20896b2bc9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002045_person77_bacteria_376.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa1e179043cc490c329e4d3264ca6bbd26ba9ab09d84f49879b4879cbabb73c0 +size 66140 diff --git a/MendeleyCXR/images/Darwin_00002046_person77_bacteria_377.png b/MendeleyCXR/images/Darwin_00002046_person77_bacteria_377.png new file mode 100644 index 0000000000000000000000000000000000000000..a247191feb301105f7845abd2282bf9062526566 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002046_person77_bacteria_377.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c4896e4587efda75bdcc129341e1b73fb0fb1d527e5c432b3fd7bc8dbf82abd +size 80667 diff --git a/MendeleyCXR/images/Darwin_00002047_person730_bacteria_2632.png b/MendeleyCXR/images/Darwin_00002047_person730_bacteria_2632.png new file mode 100644 index 0000000000000000000000000000000000000000..3a8baa4c17acf96c3e110f207c7d5e5cc792c2e8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002047_person730_bacteria_2632.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38fc86273f576fc11dc20452dd3cb37cbdfac338d39740f6f455f56b44111f7f +size 71997 diff --git a/MendeleyCXR/images/Darwin_00002048_person731_bacteria_2633.png b/MendeleyCXR/images/Darwin_00002048_person731_bacteria_2633.png new file mode 100644 index 0000000000000000000000000000000000000000..44fe574d5e46b581529e1b0a75b396baa9322eb6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002048_person731_bacteria_2633.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61af3501c13a1b33036c9783cf90d57c7524d7276b8b0c519055286146aadbcf +size 71936 diff --git a/MendeleyCXR/images/Darwin_00002049_person732_bacteria_2634.png b/MendeleyCXR/images/Darwin_00002049_person732_bacteria_2634.png new file mode 100644 index 0000000000000000000000000000000000000000..0de398475bae36e2dbd28a3e5dd2f1126be51ff5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002049_person732_bacteria_2634.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3666a1d4b7ef358a96e0a8574754f00a7be11245001a970df7fa97dbcb2fab5d +size 83570 diff --git a/MendeleyCXR/images/Darwin_00002050_person733_bacteria_2635.png b/MendeleyCXR/images/Darwin_00002050_person733_bacteria_2635.png new file mode 100644 index 0000000000000000000000000000000000000000..6ae285dda1b1658ec8a33a1e8b6e2631d47c76ee --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002050_person733_bacteria_2635.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:076e2fdd49609d89717529f270fe3acda89dbad30fe9255502e7bdc72b21c984 +size 76064 diff --git a/MendeleyCXR/images/Darwin_00002051_person734_bacteria_2637.png b/MendeleyCXR/images/Darwin_00002051_person734_bacteria_2637.png new file mode 100644 index 0000000000000000000000000000000000000000..132c9a6fcf3d744642006eb8ae80a139cb5dd3d5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002051_person734_bacteria_2637.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6059ce178d410436fe89bc0d77c0ebd68dbe8c1c85ef7cdbf2d56565c64de838 +size 81631 diff --git a/MendeleyCXR/images/Darwin_00002052_person735_bacteria_2638.png b/MendeleyCXR/images/Darwin_00002052_person735_bacteria_2638.png new file mode 100644 index 0000000000000000000000000000000000000000..e20045fc9c311923da5b235a52a8d62d91cb2438 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002052_person735_bacteria_2638.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8987288444660a904e5f01544804ccf63d1090d428d9e8c58f6f5bd5f1864de +size 63720 diff --git a/MendeleyCXR/images/Darwin_00002053_person736_bacteria_2639.png b/MendeleyCXR/images/Darwin_00002053_person736_bacteria_2639.png new file mode 100644 index 0000000000000000000000000000000000000000..6da6530b88c732baf492059296f3944a822930f6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002053_person736_bacteria_2639.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db3fce5899158f93b0fc4f6d55c2c0217401da218b6a30ae3f1c32de2e63ed9b +size 72957 diff --git a/MendeleyCXR/images/Darwin_00002054_person737_bacteria_2640.png b/MendeleyCXR/images/Darwin_00002054_person737_bacteria_2640.png new file mode 100644 index 0000000000000000000000000000000000000000..478249801246922a472cc0c1dac2337c1c8e2790 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002054_person737_bacteria_2640.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d7bd61a5fbbe6b0e398f3bd81d6c4aba389f55ff7757763fbd7121f6f632c80 +size 67706 diff --git a/MendeleyCXR/images/Darwin_00002055_person738_bacteria_2641.png b/MendeleyCXR/images/Darwin_00002055_person738_bacteria_2641.png new file mode 100644 index 0000000000000000000000000000000000000000..813af1c555eed55eef82ff222cfe74dd31ca5ded --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002055_person738_bacteria_2641.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da15786c712e16cb239a88ac6779c8c2a92e3ae270c9a7abfdf051f4db79ad2d +size 75385 diff --git a/MendeleyCXR/images/Darwin_00002056_person739_bacteria_2642.png b/MendeleyCXR/images/Darwin_00002056_person739_bacteria_2642.png new file mode 100644 index 0000000000000000000000000000000000000000..bb6da20219b6abfb6444c067f8c72934bd4579f5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002056_person739_bacteria_2642.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5b4c3c75491f94bb8da09939d9641d1a87599da13e60f6e96598ca21afd7467 +size 69095 diff --git a/MendeleyCXR/images/Darwin_00002058_person741_bacteria_2644.png b/MendeleyCXR/images/Darwin_00002058_person741_bacteria_2644.png new file mode 100644 index 0000000000000000000000000000000000000000..c101018a4c27582cb3edb2fbf1a237bbd527a7b2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002058_person741_bacteria_2644.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cb1fdd33f3b881f705ac3bbda13acdf12b0afa35d0cb6465d8f74892ae0b870 +size 71357 diff --git a/MendeleyCXR/images/Darwin_00002059_person743_bacteria_2646.png b/MendeleyCXR/images/Darwin_00002059_person743_bacteria_2646.png new file mode 100644 index 0000000000000000000000000000000000000000..903d80db57271e58e80e38997e067ac654b356ca --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002059_person743_bacteria_2646.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e3942393594df556473b7b3806f5152d996a251ff0252277b0cea7948712458 +size 69484 diff --git a/MendeleyCXR/images/Darwin_00002060_person744_bacteria_2647.png b/MendeleyCXR/images/Darwin_00002060_person744_bacteria_2647.png new file mode 100644 index 0000000000000000000000000000000000000000..3282e4bdaec4dcd1463b4d43d07c5bd37a83161a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002060_person744_bacteria_2647.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b31e498addb4355a123f1c2dfcacebc9b46cdcb8346a757f355736d8b59e0fc +size 76611 diff --git a/MendeleyCXR/images/Darwin_00002061_person745_bacteria_2648.png b/MendeleyCXR/images/Darwin_00002061_person745_bacteria_2648.png new file mode 100644 index 0000000000000000000000000000000000000000..15b612decfe9dabcda658eb543f833c3c8a88a9a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002061_person745_bacteria_2648.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3d2707998408c9c1fc75286bcea2443f97dc5592bed01084608653c61fedeae +size 79107 diff --git a/MendeleyCXR/images/Darwin_00002062_person746_bacteria_2649.png b/MendeleyCXR/images/Darwin_00002062_person746_bacteria_2649.png new file mode 100644 index 0000000000000000000000000000000000000000..799a58f12c15463ac2bbc1fbde9bc6d5c5375b60 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002062_person746_bacteria_2649.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ec238a6e9eaded127368627331e2fc027d5cfa68992471c63a53c06802b77dd +size 66616 diff --git a/MendeleyCXR/images/Darwin_00002063_person747_bacteria_2650.png b/MendeleyCXR/images/Darwin_00002063_person747_bacteria_2650.png new file mode 100644 index 0000000000000000000000000000000000000000..0693928c55536825754f26493397eede0507755c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002063_person747_bacteria_2650.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7912286d399f34e06d909bb00a7831ade8414ab093b7feda21a9a66459ce5476 +size 70191 diff --git a/MendeleyCXR/images/Darwin_00002064_person749_bacteria_2652.png b/MendeleyCXR/images/Darwin_00002064_person749_bacteria_2652.png new file mode 100644 index 0000000000000000000000000000000000000000..38c0a2848df3191f5e582d2a78926f6e5c6cafbd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002064_person749_bacteria_2652.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5a64c8f6d0b21c060c9c93c4eb3b300f242b755d84ebb80c2312476b7ac7191 +size 73148 diff --git a/MendeleyCXR/images/Darwin_00002065_person750_bacteria_2653.png b/MendeleyCXR/images/Darwin_00002065_person750_bacteria_2653.png new file mode 100644 index 0000000000000000000000000000000000000000..f64d843b443a2398635c08da95f34adf3093872f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002065_person750_bacteria_2653.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c369009e89c069509be1ddc4045deb20580368fa1e10ab655423d574fcbf5089 +size 70226 diff --git a/MendeleyCXR/images/Darwin_00002066_person751_bacteria_2654.png b/MendeleyCXR/images/Darwin_00002066_person751_bacteria_2654.png new file mode 100644 index 0000000000000000000000000000000000000000..581ebfc3b75b784fbbb731619cee71f82170f9e2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002066_person751_bacteria_2654.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ae1a74130aacad29bbf2da00cef93d14ba37310c1fe5a952c0908011ac74581 +size 80994 diff --git a/MendeleyCXR/images/Darwin_00002067_person753_bacteria_2656.png b/MendeleyCXR/images/Darwin_00002067_person753_bacteria_2656.png new file mode 100644 index 0000000000000000000000000000000000000000..e2e54aaf31ee3d69bf4ffa240bf028c291ee6682 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002067_person753_bacteria_2656.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:947362bcdeeea6e4eee055d1cbdc2a073b1164e21877a4d04d7cbbaa00b5ba3b +size 74197 diff --git a/MendeleyCXR/images/Darwin_00002068_person755_bacteria_2659.png b/MendeleyCXR/images/Darwin_00002068_person755_bacteria_2659.png new file mode 100644 index 0000000000000000000000000000000000000000..818957ecf6fc64b567ed2887b1f5f6bfcef429eb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002068_person755_bacteria_2659.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf1766942c62a846b0ec3a96ca5c4d3e648ea885d6fa95db4c93a813d5009aa5 +size 72515 diff --git a/MendeleyCXR/images/Darwin_00002069_person756_bacteria_2660.png b/MendeleyCXR/images/Darwin_00002069_person756_bacteria_2660.png new file mode 100644 index 0000000000000000000000000000000000000000..f18607cddbb00bde4f317bac54a6f6f287999a53 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002069_person756_bacteria_2660.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fef7c7ff8ddd92270e99560502a729f07570b913d2df4833ab3f2a2419a70494 +size 68311 diff --git a/MendeleyCXR/images/Darwin_00002070_person757_bacteria_2661.png b/MendeleyCXR/images/Darwin_00002070_person757_bacteria_2661.png new file mode 100644 index 0000000000000000000000000000000000000000..ef71c16d83747dc6675c7e692a7051abaa82355e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002070_person757_bacteria_2661.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c42c12711aba270e3f56c4672d8a0aa6a0f0edd26284d0440d39062ccf785bb7 +size 71456 diff --git a/MendeleyCXR/images/Darwin_00002071_person758_bacteria_2662.png b/MendeleyCXR/images/Darwin_00002071_person758_bacteria_2662.png new file mode 100644 index 0000000000000000000000000000000000000000..94ce4eddc9fa845053523d081457eae4b04e3903 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002071_person758_bacteria_2662.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c3dfddf11651e76215264c719100bfc02f8c75b094af94b23fc470b27457168 +size 69952 diff --git a/MendeleyCXR/images/Darwin_00002072_person759_bacteria_2663.png b/MendeleyCXR/images/Darwin_00002072_person759_bacteria_2663.png new file mode 100644 index 0000000000000000000000000000000000000000..6f1c6c085c17f132fb679c78b5c88b1cb3d84f54 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002072_person759_bacteria_2663.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe96c4e90a02cee8561931baa15bb3bd2b596935b47c6db31cef09c440c058ff +size 68407 diff --git a/MendeleyCXR/images/Darwin_00002073_person760_bacteria_2664.png b/MendeleyCXR/images/Darwin_00002073_person760_bacteria_2664.png new file mode 100644 index 0000000000000000000000000000000000000000..1616540a14149c88001d13a0f76e6230e9fcc0c0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002073_person760_bacteria_2664.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbebebbaf9c8cbb9eb08d9174e7180419d940b1f95a7bfd9eb244a739cc8dfb9 +size 72327 diff --git a/MendeleyCXR/images/Darwin_00002074_person761_bacteria_2665.png b/MendeleyCXR/images/Darwin_00002074_person761_bacteria_2665.png new file mode 100644 index 0000000000000000000000000000000000000000..05aa608351ae70a04b95a74fe02420ec30629e1b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002074_person761_bacteria_2665.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9662f52162a6cd8ce05fe6be2f23e3d50dfd94c41c6c13f55b905e342f13e19 +size 68945 diff --git a/MendeleyCXR/images/Darwin_00002075_person763_bacteria_2667.png b/MendeleyCXR/images/Darwin_00002075_person763_bacteria_2667.png new file mode 100644 index 0000000000000000000000000000000000000000..0957943fb836c53d23afe3301330afce518c6d9c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002075_person763_bacteria_2667.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f035ba2f69a4a33145dee35d02d9860b27371affdeab629de6130fd3c32259e6 +size 71274 diff --git a/MendeleyCXR/images/Darwin_00002076_person764_bacteria_2668.png b/MendeleyCXR/images/Darwin_00002076_person764_bacteria_2668.png new file mode 100644 index 0000000000000000000000000000000000000000..81b58747cb6d3fee6fc5292b8b5180575494206e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002076_person764_bacteria_2668.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91c06a63fcf20a88ee1ac296205d72fd056545b5b16ffa26eb002132677160d0 +size 71485 diff --git a/MendeleyCXR/images/Darwin_00002077_person765_bacteria_2669.png b/MendeleyCXR/images/Darwin_00002077_person765_bacteria_2669.png new file mode 100644 index 0000000000000000000000000000000000000000..462306b4af9982f0a0c09f69fa32935924fcac77 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002077_person765_bacteria_2669.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:241defd4c4f48a035ed898f29b49e592207944f719537b1b3d1340c4ef22e646 +size 67733 diff --git a/MendeleyCXR/images/Darwin_00002078_person766_bacteria_2670.png b/MendeleyCXR/images/Darwin_00002078_person766_bacteria_2670.png new file mode 100644 index 0000000000000000000000000000000000000000..ef658878fb850b6b28e42688da382e4a64cde347 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002078_person766_bacteria_2670.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60fb50e2fd25f57456b09079b87b598a272b2b1aa12cc68840d54f919cd26bee +size 72105 diff --git a/MendeleyCXR/images/Darwin_00002079_person767_bacteria_2671.png b/MendeleyCXR/images/Darwin_00002079_person767_bacteria_2671.png new file mode 100644 index 0000000000000000000000000000000000000000..385146dad8a367be69876f1aa66709b72eaaf551 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002079_person767_bacteria_2671.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c793de12be4722960ece9d93dbc73de42f87ab94e4fefd9ec328a08c457cba09 +size 72640 diff --git a/MendeleyCXR/images/Darwin_00002080_person768_bacteria_2672.png b/MendeleyCXR/images/Darwin_00002080_person768_bacteria_2672.png new file mode 100644 index 0000000000000000000000000000000000000000..73fe46e836fff2b4ea1fc010e1cc50ad1627c156 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002080_person768_bacteria_2672.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a412098657a93fc121ce1dc4cd8f6453a9e38985010b72da71ffd652ab63a944 +size 72707 diff --git a/MendeleyCXR/images/Darwin_00002081_person769_bacteria_2673.png b/MendeleyCXR/images/Darwin_00002081_person769_bacteria_2673.png new file mode 100644 index 0000000000000000000000000000000000000000..a13c8a3fa3c1298c1b226e56c82867bad1816195 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002081_person769_bacteria_2673.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c3e491fe78ca867b8b1fff971c2ab91fa71a346878df59c8721793bc99ef2d9 +size 73938 diff --git a/MendeleyCXR/images/Darwin_00002082_person770_bacteria_2674.png b/MendeleyCXR/images/Darwin_00002082_person770_bacteria_2674.png new file mode 100644 index 0000000000000000000000000000000000000000..3a3a35375d0c063aedf98bc9692475defc06c0cd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002082_person770_bacteria_2674.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4cc3dfe6a0880dba3f63d5858d259d93d412048790c98230a37585568b97450 +size 74634 diff --git a/MendeleyCXR/images/Darwin_00002083_person771_bacteria_2675.png b/MendeleyCXR/images/Darwin_00002083_person771_bacteria_2675.png new file mode 100644 index 0000000000000000000000000000000000000000..e1fd3b3d5dbaa80891b4ae79802bc615c5d5d02a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002083_person771_bacteria_2675.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddc33058a6f72ba3b93dccda45ea486e879e3e32999d9f65d3ae977d079fe85d +size 74531 diff --git a/MendeleyCXR/images/Darwin_00002084_person774_bacteria_2678.png b/MendeleyCXR/images/Darwin_00002084_person774_bacteria_2678.png new file mode 100644 index 0000000000000000000000000000000000000000..e614cbe10dd92b862b16f1c5eb8fc50a08daef14 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002084_person774_bacteria_2678.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:547e394cb86c20daa6ed26a511f9fccf2e26a09f8ab0cae89f68e050fd834da2 +size 69759 diff --git a/MendeleyCXR/images/Darwin_00002085_person775_bacteria_2679.png b/MendeleyCXR/images/Darwin_00002085_person775_bacteria_2679.png new file mode 100644 index 0000000000000000000000000000000000000000..a7155b628dadabde11f594bc5fec7b0652e7917f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002085_person775_bacteria_2679.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef70ffabaa7f85d8cf93ddda4f399d17c295f84522567429a8cc3bd6fc8ce64e +size 69220 diff --git a/MendeleyCXR/images/Darwin_00002086_person776_bacteria_2680.png b/MendeleyCXR/images/Darwin_00002086_person776_bacteria_2680.png new file mode 100644 index 0000000000000000000000000000000000000000..cb9158cba958af5343d855bf1fd66541a8e3d6eb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002086_person776_bacteria_2680.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82ec7be9f6bef47c5ad7e2d4be21568a1f0bb0b5842c4837ad82eeb8f40279ba +size 73979 diff --git a/MendeleyCXR/images/Darwin_00002087_person778_bacteria_2682.png b/MendeleyCXR/images/Darwin_00002087_person778_bacteria_2682.png new file mode 100644 index 0000000000000000000000000000000000000000..16082389369bda0a42a26a559ffded83cdc2c739 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002087_person778_bacteria_2682.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b976b2ace25330db088655fb64345dfc7190059cf5ec56dec1dbedf07380ff0 +size 67698 diff --git a/MendeleyCXR/images/Darwin_00002088_person779_bacteria_2683.png b/MendeleyCXR/images/Darwin_00002088_person779_bacteria_2683.png new file mode 100644 index 0000000000000000000000000000000000000000..875cd31a1c193685143d67e68f200dcc0c4cedbc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002088_person779_bacteria_2683.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aafa2e92cceca32055ba92855430b6b527a823b1947325f56065924919e7bfc5 +size 75088 diff --git a/MendeleyCXR/images/Darwin_00002089_person780_bacteria_2684.png b/MendeleyCXR/images/Darwin_00002089_person780_bacteria_2684.png new file mode 100644 index 0000000000000000000000000000000000000000..b6121f820fc6b4aac9ae3b28c7b01cbbc0ca138d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002089_person780_bacteria_2684.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a87fae89885b957124fdab586a6d6a1c7b20cf2e1e1a376150788164c1aa595 +size 64970 diff --git a/MendeleyCXR/images/Darwin_00002090_person782_bacteria_2686.png b/MendeleyCXR/images/Darwin_00002090_person782_bacteria_2686.png new file mode 100644 index 0000000000000000000000000000000000000000..b3b377e764eef5f1e47997e5e8367045942bd2a2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002090_person782_bacteria_2686.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7aafd8008159f6a68ffbb545cc1e617cda803b59dedf2407954e60afadb3c14 +size 72674 diff --git a/MendeleyCXR/images/Darwin_00002091_person783_bacteria_2687.png b/MendeleyCXR/images/Darwin_00002091_person783_bacteria_2687.png new file mode 100644 index 0000000000000000000000000000000000000000..ffc55493fa9b612812a9bb7500287de2b8f77e35 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002091_person783_bacteria_2687.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a92603c6035dc8d8d6bf6161332bf5d8e546681afd191c18f104fd252ddfb1a +size 62807 diff --git a/MendeleyCXR/images/Darwin_00002092_person785_bacteria_2689.png b/MendeleyCXR/images/Darwin_00002092_person785_bacteria_2689.png new file mode 100644 index 0000000000000000000000000000000000000000..68ccdb969d059ab5188df934c527011d87386d79 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002092_person785_bacteria_2689.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f20b05ad22c081e7d3dc6d8038c8d8d102c09184996233d4f59b658315dd3ee2 +size 65557 diff --git a/MendeleyCXR/images/Darwin_00002093_person786_bacteria_2690.png b/MendeleyCXR/images/Darwin_00002093_person786_bacteria_2690.png new file mode 100644 index 0000000000000000000000000000000000000000..b66d5f175edf29f7acb9031a4079ec524fe185d9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002093_person786_bacteria_2690.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97a1657e50cf8b3dc387c260cce49d68dee1b6f426bfc4d08508b08db2333045 +size 68672 diff --git a/MendeleyCXR/images/Darwin_00002094_person787_bacteria_2691.png b/MendeleyCXR/images/Darwin_00002094_person787_bacteria_2691.png new file mode 100644 index 0000000000000000000000000000000000000000..db7fee4be418a0bd2c583c317601ed2bf1bb76c8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002094_person787_bacteria_2691.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13f8a886e4169f91ce3dede8ab72539a34d8d338ed8879182020cbd87e65bc56 +size 60348 diff --git a/MendeleyCXR/images/Darwin_00002095_person789_bacteria_2694.png b/MendeleyCXR/images/Darwin_00002095_person789_bacteria_2694.png new file mode 100644 index 0000000000000000000000000000000000000000..fa226bf03046932f93b23593311f008f10c904ad --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002095_person789_bacteria_2694.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c410d1c987643621aed1119ff23674f7f60dcae1e7f46994d3108e7f5ee8f263 +size 68330 diff --git a/MendeleyCXR/images/Darwin_00002096_person794_bacteria_2700.png b/MendeleyCXR/images/Darwin_00002096_person794_bacteria_2700.png new file mode 100644 index 0000000000000000000000000000000000000000..9079e7d334702ecc2636b4dbb7cff57586139196 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002096_person794_bacteria_2700.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b54afeba279af24e20040b2885b72689ae583d6487cefd8039abbf95b3d91be +size 78572 diff --git a/MendeleyCXR/images/Darwin_00002097_person796_bacteria_2702.png b/MendeleyCXR/images/Darwin_00002097_person796_bacteria_2702.png new file mode 100644 index 0000000000000000000000000000000000000000..78b1b348df4585b10b733fe9c4ef0e1a344f63e0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002097_person796_bacteria_2702.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62deb5aecfb9d781d316de4d2a2e426c99e541aa8a57e434150e2d4d7f8cbab1 +size 70401 diff --git a/MendeleyCXR/images/Darwin_00002098_person799_bacteria_2705.png b/MendeleyCXR/images/Darwin_00002098_person799_bacteria_2705.png new file mode 100644 index 0000000000000000000000000000000000000000..e7391d8a3b0e0073d5dc7b4ae85df6f57366391c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002098_person799_bacteria_2705.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ced06c2910de3b8a00424ddbee2943a243a13962621113b8d808b8f019abc149 +size 73676 diff --git a/MendeleyCXR/images/Darwin_00002099_person800_bacteria_2706.png b/MendeleyCXR/images/Darwin_00002099_person800_bacteria_2706.png new file mode 100644 index 0000000000000000000000000000000000000000..1ab580f9a73aa4e75e92b0ade3f8f4a6fb4b5c61 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002099_person800_bacteria_2706.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b32ec09dd9fb4302cde059c0b10f9249368b3b03b1e0cca260f16c17dba4104c +size 75763 diff --git a/MendeleyCXR/images/Darwin_00002100_person802_bacteria_2708.png b/MendeleyCXR/images/Darwin_00002100_person802_bacteria_2708.png new file mode 100644 index 0000000000000000000000000000000000000000..424724e156b36ce97f64cebb8a2dcee3a2caf8dd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002100_person802_bacteria_2708.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dad35bc9edf4aa138f31701def87312c73d7b92757c7512febad9acbf127b209 +size 75839 diff --git a/MendeleyCXR/images/Darwin_00002103_person805_bacteria_2712.png b/MendeleyCXR/images/Darwin_00002103_person805_bacteria_2712.png new file mode 100644 index 0000000000000000000000000000000000000000..d7fe500bf9b966afe5d91f16e82a678cd13bb53e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002103_person805_bacteria_2712.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06c7cc9a657624e4a608d13d87b889f0c235d2ab6516a11b7043f8a18fb14d32 +size 72401 diff --git a/MendeleyCXR/images/Darwin_00002104_person808_bacteria_2716.png b/MendeleyCXR/images/Darwin_00002104_person808_bacteria_2716.png new file mode 100644 index 0000000000000000000000000000000000000000..cf11c2c1a96449de2b708f89c92c3bd98e0486bf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002104_person808_bacteria_2716.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97ce371bc76ea14ecd56fcd0c99e81ed1b8e165b70a98a875915fdab64273d0a +size 73870 diff --git a/MendeleyCXR/images/Darwin_00002105_person809_bacteria_2717.png b/MendeleyCXR/images/Darwin_00002105_person809_bacteria_2717.png new file mode 100644 index 0000000000000000000000000000000000000000..e1f19bbdcfdce812d7dca1f0dc9729f3767e4715 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002105_person809_bacteria_2717.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:254c943f6a004f53ea053d27e6e08f10e37f3e6b817ccb125b3f40e7089a8292 +size 69023 diff --git a/MendeleyCXR/images/Darwin_00002106_person809_bacteria_2718.png b/MendeleyCXR/images/Darwin_00002106_person809_bacteria_2718.png new file mode 100644 index 0000000000000000000000000000000000000000..2ef3da7eda4bba6654ccd5b6ad514cc37586cff5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002106_person809_bacteria_2718.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb5ca06101836aa365d30d6dea22c45a1e1ce0c2285d8887fcc5e0230f99366b +size 72809 diff --git a/MendeleyCXR/images/Darwin_00002107_person810_bacteria_2719.png b/MendeleyCXR/images/Darwin_00002107_person810_bacteria_2719.png new file mode 100644 index 0000000000000000000000000000000000000000..2ddbfb6361c1adab8e1ee65ed86b1ae0b0298792 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002107_person810_bacteria_2719.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfab04a24041a2a12cc6b0d4a3437e68992594b2d4c79da26e6ed6c647a4b21d +size 71916 diff --git a/MendeleyCXR/images/Darwin_00002108_person811_bacteria_2721.png b/MendeleyCXR/images/Darwin_00002108_person811_bacteria_2721.png new file mode 100644 index 0000000000000000000000000000000000000000..1478d08322295d457d60df705144dfcda2a0a8d5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002108_person811_bacteria_2721.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:883a0121d51eca8aab41c45a229dabb550663f091bc54fbc88785b89297c04df +size 62307 diff --git a/MendeleyCXR/images/Darwin_00002110_person813_bacteria_2724.png b/MendeleyCXR/images/Darwin_00002110_person813_bacteria_2724.png new file mode 100644 index 0000000000000000000000000000000000000000..6e3bdd3555a5518d95586669934edae88064a7c9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002110_person813_bacteria_2724.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dee2f21b2aaa9fafee33156575a2d6445eb957b727bf701889e68ec55321cb4e +size 73423 diff --git a/MendeleyCXR/images/Darwin_00002111_person814_bacteria_2725.png b/MendeleyCXR/images/Darwin_00002111_person814_bacteria_2725.png new file mode 100644 index 0000000000000000000000000000000000000000..97849bd456eb72d4ce73cc7907d58c5dcee3d666 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002111_person814_bacteria_2725.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6b9ee8ebad5cdf2a184e91d9516db58bf852776a939d1e1aa3f2d82c877523e +size 69242 diff --git a/MendeleyCXR/images/Darwin_00002112_person815_bacteria_2726.png b/MendeleyCXR/images/Darwin_00002112_person815_bacteria_2726.png new file mode 100644 index 0000000000000000000000000000000000000000..0b3b1746861fe12328335364b4ca6df7d7121539 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002112_person815_bacteria_2726.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ed551b591450e00ed5d83bfbf5c74cb04ef463f53f307943d42e2cb8591ffd7 +size 73574 diff --git a/MendeleyCXR/images/Darwin_00002113_person816_bacteria_2727.png b/MendeleyCXR/images/Darwin_00002113_person816_bacteria_2727.png new file mode 100644 index 0000000000000000000000000000000000000000..665649e3d03be5a0b88d2477b57a5ccb3d497082 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002113_person816_bacteria_2727.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e51fd224eab6672e81ef4a137607cb992a63e3dc88378ecbd3c4a5b439ac78b +size 73740 diff --git a/MendeleyCXR/images/Darwin_00002115_person818_bacteria_2729.png b/MendeleyCXR/images/Darwin_00002115_person818_bacteria_2729.png new file mode 100644 index 0000000000000000000000000000000000000000..61e7ff458e1bc09c473d668bf880b2d91dee36de --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002115_person818_bacteria_2729.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a4aeaf3fc7a1bbbd35d84496104c1c4cacb65be26b48a53946dadbc945aa025 +size 72458 diff --git a/MendeleyCXR/images/Darwin_00002116_person819_bacteria_2730.png b/MendeleyCXR/images/Darwin_00002116_person819_bacteria_2730.png new file mode 100644 index 0000000000000000000000000000000000000000..5a0d820ae38b8f91787e9fb1e2881e3288c8d4b2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002116_person819_bacteria_2730.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e24291ef4565aaa5402f9f10d5876b526ced62e019dd720152b7c6d0abdae05a +size 77236 diff --git a/MendeleyCXR/images/Darwin_00002117_person820_bacteria_2731.png b/MendeleyCXR/images/Darwin_00002117_person820_bacteria_2731.png new file mode 100644 index 0000000000000000000000000000000000000000..39bebd769e2a7a4425335987ace883e0724ce27e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002117_person820_bacteria_2731.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64e3aaa2ca9014647fefc79c7292c5534448a927cbe7511981ad7ac641ffcf98 +size 74484 diff --git a/MendeleyCXR/images/Darwin_00002119_person826_bacteria_2737.png b/MendeleyCXR/images/Darwin_00002119_person826_bacteria_2737.png new file mode 100644 index 0000000000000000000000000000000000000000..31bdc8d0220bd18f53eefb6fae92031cc1f03ff9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002119_person826_bacteria_2737.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0748e243c708e728b249dccf66478ff37fc7ae35ad1632f0339e2c093eed13d +size 63825 diff --git a/MendeleyCXR/images/Darwin_00002120_person827_bacteria_2738.png b/MendeleyCXR/images/Darwin_00002120_person827_bacteria_2738.png new file mode 100644 index 0000000000000000000000000000000000000000..91d6d643a6f491e43b77adc62652bd850ecc8423 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002120_person827_bacteria_2738.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f448ea7c7aa152d83fe7f6e4b0aa4c452fe1562c64474748e2a94cce644b3b25 +size 72423 diff --git a/MendeleyCXR/images/Darwin_00002121_person829_bacteria_2740.png b/MendeleyCXR/images/Darwin_00002121_person829_bacteria_2740.png new file mode 100644 index 0000000000000000000000000000000000000000..21407545c630ef06c5b1d9e07d034501e345f68b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002121_person829_bacteria_2740.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dbdcf24a9c421ed9b5b1645c7f10b5e775d758ce17985865a2a1b49898cc7a4 +size 70416 diff --git a/MendeleyCXR/images/Darwin_00002122_person830_bacteria_2741.png b/MendeleyCXR/images/Darwin_00002122_person830_bacteria_2741.png new file mode 100644 index 0000000000000000000000000000000000000000..d7e622252e3bbc81787e0221a4f02e6030b1a1cc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002122_person830_bacteria_2741.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e621bbf008dfc1ca2449325cd0fc8cf733223da7a31b4298b69f626280ce38bd +size 72210 diff --git a/MendeleyCXR/images/Darwin_00002123_person831_bacteria_2742.png b/MendeleyCXR/images/Darwin_00002123_person831_bacteria_2742.png new file mode 100644 index 0000000000000000000000000000000000000000..ccffa83f7db86b54ccaa259a01e4a08d0f5ac1a3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002123_person831_bacteria_2742.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b688fe5ea96a62f6dca5f0a52132b68065ad2941054a7bf43d3c482ee60b3557 +size 64978 diff --git a/MendeleyCXR/images/Darwin_00002124_person832_bacteria_2743.png b/MendeleyCXR/images/Darwin_00002124_person832_bacteria_2743.png new file mode 100644 index 0000000000000000000000000000000000000000..11d242d238a13b6443f75d58601c24021c7c7dbe --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002124_person832_bacteria_2743.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8b114b1f8610c2edb7d1af295289d7f5a2d0e7347fc9f87e5c455bf0cd896b1 +size 71124 diff --git a/MendeleyCXR/images/Darwin_00002125_person834_bacteria_2747.png b/MendeleyCXR/images/Darwin_00002125_person834_bacteria_2747.png new file mode 100644 index 0000000000000000000000000000000000000000..ff082d174c73ada48f5a04db965d5a28bc3ce636 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002125_person834_bacteria_2747.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8378e7d323678b7e984240c597c75f8ca398192e9dd7fe9f39d69eba2bf30610 +size 70348 diff --git a/MendeleyCXR/images/Darwin_00002129_person836_bacteria_2752.png b/MendeleyCXR/images/Darwin_00002129_person836_bacteria_2752.png new file mode 100644 index 0000000000000000000000000000000000000000..8b7c0f4e10eebd6ed18808fda1c5e432a690116a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002129_person836_bacteria_2752.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcf5ab579c0718de34cff1f150739d32858dbcdf62affcd9b4bb26ae434d9b0f +size 60223 diff --git a/MendeleyCXR/images/Darwin_00002130_person837_bacteria_2753.png b/MendeleyCXR/images/Darwin_00002130_person837_bacteria_2753.png new file mode 100644 index 0000000000000000000000000000000000000000..68bc0cb2c39b40a23c5754eb22ab7656c714dc30 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002130_person837_bacteria_2753.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0821cc42d0640eec2d89b6ecfcd5312dfa2c7ca0f68ed6447b91de10d2ccb8fc +size 72709 diff --git a/MendeleyCXR/images/Darwin_00002131_person837_bacteria_2754.png b/MendeleyCXR/images/Darwin_00002131_person837_bacteria_2754.png new file mode 100644 index 0000000000000000000000000000000000000000..804fbc1ff045e899b0cd8963653cbb26e11dd89b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002131_person837_bacteria_2754.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e39feac4d14450cfda3540b11c46964998334668d551bb1a851af640144fa114 +size 76575 diff --git a/MendeleyCXR/images/Darwin_00002133_person840_bacteria_2758.png b/MendeleyCXR/images/Darwin_00002133_person840_bacteria_2758.png new file mode 100644 index 0000000000000000000000000000000000000000..76938ab75e57af6f9cb5dc93ffbb7e22f2de89ef --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002133_person840_bacteria_2758.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d0159177561d2a4ecadd7976a911ab814f6302dee4c47a5d370668c38534bcc +size 70482 diff --git a/MendeleyCXR/images/Darwin_00002134_person840_bacteria_2759.png b/MendeleyCXR/images/Darwin_00002134_person840_bacteria_2759.png new file mode 100644 index 0000000000000000000000000000000000000000..ef393b9610351e63510d5b7ffdab2333634b3a78 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002134_person840_bacteria_2759.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:671c84b184a23e70bd473352ad5b59bd117f5ec4ff0b588636b1234583ac6481 +size 66636 diff --git a/MendeleyCXR/images/Darwin_00002135_person841_bacteria_2760.png b/MendeleyCXR/images/Darwin_00002135_person841_bacteria_2760.png new file mode 100644 index 0000000000000000000000000000000000000000..9eacf73d952963c52e05546e7777732c818300eb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002135_person841_bacteria_2760.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc6eb72612582996ddc50ef253f5a947472ba69657c11223addc5be8007f11be +size 69958 diff --git a/MendeleyCXR/images/Darwin_00002136_person841_bacteria_2761.png b/MendeleyCXR/images/Darwin_00002136_person841_bacteria_2761.png new file mode 100644 index 0000000000000000000000000000000000000000..572011317965dc4fa9998ce6a6b00aaccdf39469 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002136_person841_bacteria_2761.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:276aba532d4cc287e446386844fecb8f1968cb66feed9dafc915c04605b76292 +size 75400 diff --git a/MendeleyCXR/images/Darwin_00002137_person842_bacteria_2762.png b/MendeleyCXR/images/Darwin_00002137_person842_bacteria_2762.png new file mode 100644 index 0000000000000000000000000000000000000000..5b577a5bb868059ebe1c61464db636516beb3206 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002137_person842_bacteria_2762.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21038b0cd5e3fbb84dfaadf9442cb6d1c68d86ecd0b33c95de916e08fbc70708 +size 74715 diff --git a/MendeleyCXR/images/Darwin_00002138_person843_bacteria_2763.png b/MendeleyCXR/images/Darwin_00002138_person843_bacteria_2763.png new file mode 100644 index 0000000000000000000000000000000000000000..9c6fe855a09b2724980015606f2fd396936d50dc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002138_person843_bacteria_2763.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33c52008e88e636e00f4906994c0600c5943df78f299c05f2f1df9f551ff05eb +size 71203 diff --git a/MendeleyCXR/images/Darwin_00002140_person847_bacteria_2767.png b/MendeleyCXR/images/Darwin_00002140_person847_bacteria_2767.png new file mode 100644 index 0000000000000000000000000000000000000000..8af20c7d1e32144a007fe8f429583466f5631662 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002140_person847_bacteria_2767.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab59da473c5ca621464c65c3ebd895eb303e48fd69cd2f77eddeeb0bec2a011f +size 63893 diff --git a/MendeleyCXR/images/Darwin_00002141_person848_bacteria_2769.png b/MendeleyCXR/images/Darwin_00002141_person848_bacteria_2769.png new file mode 100644 index 0000000000000000000000000000000000000000..328f5611101ce4eb4d621b88332c6833b8c88b7b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002141_person848_bacteria_2769.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b3ced0dc9f7b14b4b65e1d55c03ee6c73ca5f749c8ea04bb49f5ee224a23409 +size 74446 diff --git a/MendeleyCXR/images/Darwin_00002142_person849_bacteria_2770.png b/MendeleyCXR/images/Darwin_00002142_person849_bacteria_2770.png new file mode 100644 index 0000000000000000000000000000000000000000..76b45c592349c6b48bfe60375f2e10366fdb4932 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002142_person849_bacteria_2770.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:836ae316e354e2cd3c8fd637abb10298dec0a5a3c451b6c69f5f2b655a8802ee +size 66499 diff --git a/MendeleyCXR/images/Darwin_00002143_person850_bacteria_2771.png b/MendeleyCXR/images/Darwin_00002143_person850_bacteria_2771.png new file mode 100644 index 0000000000000000000000000000000000000000..89d10a1b55a148bed94ef8d004961497e4db2499 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002143_person850_bacteria_2771.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c978ea9130c93aa0c5ca4f8a5fb01a14e1738189ca30e882e70a5a6165054ed +size 72833 diff --git a/MendeleyCXR/images/Darwin_00002144_person853_bacteria_2774.png b/MendeleyCXR/images/Darwin_00002144_person853_bacteria_2774.png new file mode 100644 index 0000000000000000000000000000000000000000..6b4dfa6a74af71c2608fe76011f8b2de6575b7ef --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002144_person853_bacteria_2774.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d7d0c38f7f0ab5bfc7251c233cb113b8103290320a7db707c5eebdf691871e0 +size 68932 diff --git a/MendeleyCXR/images/Darwin_00002145_person853_bacteria_2775.png b/MendeleyCXR/images/Darwin_00002145_person853_bacteria_2775.png new file mode 100644 index 0000000000000000000000000000000000000000..4981927e2e4a6cd9c593a7017eb6f2f91bf20c90 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002145_person853_bacteria_2775.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11070d7aa920ebe2024182e3c2e12da98d1197c67a58a6335057a8f9781088ad +size 70282 diff --git a/MendeleyCXR/images/Darwin_00002146_person854_bacteria_2776.png b/MendeleyCXR/images/Darwin_00002146_person854_bacteria_2776.png new file mode 100644 index 0000000000000000000000000000000000000000..6952b02e58078cc469e310dc7d78bce8fda5ff4b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002146_person854_bacteria_2776.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78fd5133278eb3367147674647643ce06cda7c2be513fb11e24ae4e26aa38cdc +size 71776 diff --git a/MendeleyCXR/images/Darwin_00002147_person855_bacteria_2777.png b/MendeleyCXR/images/Darwin_00002147_person855_bacteria_2777.png new file mode 100644 index 0000000000000000000000000000000000000000..d05e0540fc401a877830799633199e2954d989d5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002147_person855_bacteria_2777.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75461fee14f6387f6b749df12e058273cfe4e7b034f994cbc0123db97d61836a +size 62039 diff --git a/MendeleyCXR/images/Darwin_00002148_person858_bacteria_2780.png b/MendeleyCXR/images/Darwin_00002148_person858_bacteria_2780.png new file mode 100644 index 0000000000000000000000000000000000000000..1b952b0f3b88a8fd6c4179d3b69191cd37bda7cb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002148_person858_bacteria_2780.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ab0190c5ddeac4f5a16f011345a17ddc64e01720fd4584ef09f4517b108c4c9 +size 68165 diff --git a/MendeleyCXR/images/Darwin_00002149_person862_bacteria_2784.png b/MendeleyCXR/images/Darwin_00002149_person862_bacteria_2784.png new file mode 100644 index 0000000000000000000000000000000000000000..89ef67b034eeb2f2ded2c36bb31eb7b7af7f542e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002149_person862_bacteria_2784.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7f52af4b220827ed8f17facfd004dbc69d5f909a0ec3c42d7c1328ccdc40ce5 +size 66462 diff --git a/MendeleyCXR/images/Darwin_00002150_person863_bacteria_2785.png b/MendeleyCXR/images/Darwin_00002150_person863_bacteria_2785.png new file mode 100644 index 0000000000000000000000000000000000000000..a28b55cd2d6e76b6d6b62aa91d169bde1650f322 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002150_person863_bacteria_2785.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de9e5e2ce9a7be91d0ecf31067819722d688263fb3d60f9db2558a6b9c2d6df9 +size 63387 diff --git a/MendeleyCXR/images/Darwin_00002151_person866_bacteria_2788.png b/MendeleyCXR/images/Darwin_00002151_person866_bacteria_2788.png new file mode 100644 index 0000000000000000000000000000000000000000..47575cfd1f76731014e6d0245d2a1a33743619d0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002151_person866_bacteria_2788.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fea40f5a6f5d2b1788cdd58c08334ae668f67054a20621f00f8d88e253dff0c +size 68493 diff --git a/MendeleyCXR/images/Darwin_00002152_person867_bacteria_2789.png b/MendeleyCXR/images/Darwin_00002152_person867_bacteria_2789.png new file mode 100644 index 0000000000000000000000000000000000000000..0dec1fc8a0774e63dd10cf842091e81a79a3d276 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002152_person867_bacteria_2789.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8d5475feb792a6ccd2c8cf77af7df6e110f0f90f3c235f0e8cb0abd7eda7f28 +size 70007 diff --git a/MendeleyCXR/images/Darwin_00002153_person870_bacteria_2792.png b/MendeleyCXR/images/Darwin_00002153_person870_bacteria_2792.png new file mode 100644 index 0000000000000000000000000000000000000000..15d45d8efe8cc9374774c9a340b5a91312cb66d3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002153_person870_bacteria_2792.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c0b550c421d75796e5ecb533bd9263293ece9a6b971933451c00a511211c238 +size 69205 diff --git a/MendeleyCXR/images/Darwin_00002154_person871_bacteria_2793.png b/MendeleyCXR/images/Darwin_00002154_person871_bacteria_2793.png new file mode 100644 index 0000000000000000000000000000000000000000..a184e249280071e496f5c30ba4f8b6aa6e3ada12 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002154_person871_bacteria_2793.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d6bbd4703b92ba28ca71c2e74ac22e0cdaf7c3dcf80a223c75e2bc87fdefe3c +size 77452 diff --git a/MendeleyCXR/images/Darwin_00002155_person872_bacteria_2795.png b/MendeleyCXR/images/Darwin_00002155_person872_bacteria_2795.png new file mode 100644 index 0000000000000000000000000000000000000000..9c45a17962b00f49e126ec1e7dc7af770de16e42 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002155_person872_bacteria_2795.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0aa0ceb206c791f2a8773a210349bdbd1c1234770270ed612b30ed14a8934b5 +size 65731 diff --git a/MendeleyCXR/images/Darwin_00002156_person873_bacteria_2796.png b/MendeleyCXR/images/Darwin_00002156_person873_bacteria_2796.png new file mode 100644 index 0000000000000000000000000000000000000000..ee61f4126bd3cd89fdb9561bad6e2963cc576348 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002156_person873_bacteria_2796.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f464c8b3fc2cbc99134449900b37a25eb4db785726af0c84d3a37fdc72f6736b +size 63458 diff --git a/MendeleyCXR/images/Darwin_00002157_person874_bacteria_2797.png b/MendeleyCXR/images/Darwin_00002157_person874_bacteria_2797.png new file mode 100644 index 0000000000000000000000000000000000000000..6c6d1f500aecfe0af431438aa782a145297c53e3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002157_person874_bacteria_2797.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:299798d1ea055461ccb73dfec63da0746d87b6546e54a584ef2d46fe1507a8ba +size 70093 diff --git a/MendeleyCXR/images/Darwin_00002158_person875_bacteria_2798.png b/MendeleyCXR/images/Darwin_00002158_person875_bacteria_2798.png new file mode 100644 index 0000000000000000000000000000000000000000..f62b9dade7cc379136cf5703f1f7fd1c78c176f8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002158_person875_bacteria_2798.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ad43328516bf80a82540d130460b694d7b90cdb1b6467c8ee9bb69eabbc7b8d +size 69172 diff --git a/MendeleyCXR/images/Darwin_00002159_person876_bacteria_2799.png b/MendeleyCXR/images/Darwin_00002159_person876_bacteria_2799.png new file mode 100644 index 0000000000000000000000000000000000000000..dd4905cfff25241ada7052bc204f5f21b26ed455 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002159_person876_bacteria_2799.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfb8723ef8ca3a9f0a9f440ca7d9f295b215ad424a9fd8d97ae99997083d0451 +size 64649 diff --git a/MendeleyCXR/images/Darwin_00002160_person877_bacteria_2800.png b/MendeleyCXR/images/Darwin_00002160_person877_bacteria_2800.png new file mode 100644 index 0000000000000000000000000000000000000000..cdb27d699202689c5047380d0bb35a8509547a6b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002160_person877_bacteria_2800.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a028ed8181297c50387b202cd9207f58b427efe6edadae10a2ea8d625873b1eb +size 67793 diff --git a/MendeleyCXR/images/Darwin_00002161_person878_bacteria_2801.png b/MendeleyCXR/images/Darwin_00002161_person878_bacteria_2801.png new file mode 100644 index 0000000000000000000000000000000000000000..1c6cd9aff5bf289d3f69160054bedc9c81637700 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002161_person878_bacteria_2801.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51c784df5449d92cf23fc6969310380663e3db2cadb03185c3c3af91d853188b +size 77657 diff --git a/MendeleyCXR/images/Darwin_00002162_person880_bacteria_2804.png b/MendeleyCXR/images/Darwin_00002162_person880_bacteria_2804.png new file mode 100644 index 0000000000000000000000000000000000000000..a2ae91133a4048f9c9b445a7df9761e3416973bc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002162_person880_bacteria_2804.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35a162c2061fe00f319d5fd1d2cd81b65f5ecc059c1ace7cb902a2e29c306eab +size 68878 diff --git a/MendeleyCXR/images/Darwin_00002163_person881_bacteria_2805.png b/MendeleyCXR/images/Darwin_00002163_person881_bacteria_2805.png new file mode 100644 index 0000000000000000000000000000000000000000..509c7c0d43c68e99b10618b906fba5007b9a6328 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002163_person881_bacteria_2805.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdfea980b26298322d67b1eb5ac4244b02b26b46b72eb1b04902b4c7d00bde75 +size 70518 diff --git a/MendeleyCXR/images/Darwin_00002164_person882_bacteria_2806.png b/MendeleyCXR/images/Darwin_00002164_person882_bacteria_2806.png new file mode 100644 index 0000000000000000000000000000000000000000..b50e3945e5154b2a166051659854fad8f2d557c1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002164_person882_bacteria_2806.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65ddbe95de3563bc80ec9e64d62b9907108f625069358fa038ec81d413b67272 +size 71065 diff --git a/MendeleyCXR/images/Darwin_00002165_person883_bacteria_2807.png b/MendeleyCXR/images/Darwin_00002165_person883_bacteria_2807.png new file mode 100644 index 0000000000000000000000000000000000000000..6e30dc07ad33e015564e595315a0f35d66b41da9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002165_person883_bacteria_2807.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cae33f296fbec8492f01a6f7ea7b81f8e4c2184dbc04401785d8eee5475655fc +size 70351 diff --git a/MendeleyCXR/images/Darwin_00002166_person884_bacteria_2808.png b/MendeleyCXR/images/Darwin_00002166_person884_bacteria_2808.png new file mode 100644 index 0000000000000000000000000000000000000000..3e00613e8536651efc018e33c3e84d1b67dadadf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002166_person884_bacteria_2808.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:678f047e2a7ab7c48e62fe8879f123ee1f2a10ce7c28ec83284fb757a89d00f4 +size 73465 diff --git a/MendeleyCXR/images/Darwin_00002167_person885_bacteria_2809.png b/MendeleyCXR/images/Darwin_00002167_person885_bacteria_2809.png new file mode 100644 index 0000000000000000000000000000000000000000..6677f9f1f64d95c158029206d0dd8082b9d7f82f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002167_person885_bacteria_2809.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dea2b982efb95d2b5978c116a5fd0d9a4b3109fce5c4d2d7ed332eec94d0c691 +size 75240 diff --git a/MendeleyCXR/images/Darwin_00002168_person886_bacteria_2810.png b/MendeleyCXR/images/Darwin_00002168_person886_bacteria_2810.png new file mode 100644 index 0000000000000000000000000000000000000000..d5b49a9f275ccc6485e892e9d335bb0a932c36a3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002168_person886_bacteria_2810.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7780da7d0798c3439cc259e96bcc056e00d80ad6c402e85c57c15c393d1395a1 +size 75780 diff --git a/MendeleyCXR/images/Darwin_00002169_person887_bacteria_2811.png b/MendeleyCXR/images/Darwin_00002169_person887_bacteria_2811.png new file mode 100644 index 0000000000000000000000000000000000000000..bda6b4648e7a5de93e172f277f8b097b2568f3a5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002169_person887_bacteria_2811.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f427361098721f739b278356b2fb3adae80b9c8ab723d0634cfaa90bd012afa0 +size 73527 diff --git a/MendeleyCXR/images/Darwin_00002171_person889_bacteria_2813.png b/MendeleyCXR/images/Darwin_00002171_person889_bacteria_2813.png new file mode 100644 index 0000000000000000000000000000000000000000..a8cbd5c3c37d371a4787959ad8f93cd141dba2ff --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002171_person889_bacteria_2813.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dd6d271b1c5dd8b95abe3da436e88f4463a85b57f3a691b4f1cdae84c74ae72 +size 65942 diff --git a/MendeleyCXR/images/Darwin_00002172_person6_bacteria_22.png b/MendeleyCXR/images/Darwin_00002172_person6_bacteria_22.png new file mode 100644 index 0000000000000000000000000000000000000000..06fa3d65dd41bf71e3ccec31d19a94e395034c35 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002172_person6_bacteria_22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85ffd74611611654f87fb4471f324e20a158a7ab73e982078052e7a06d8b7c55 +size 73705 diff --git a/MendeleyCXR/images/Darwin_00002173_person60_bacteria_285.png b/MendeleyCXR/images/Darwin_00002173_person60_bacteria_285.png new file mode 100644 index 0000000000000000000000000000000000000000..a9ceb9a0d99d95f20e94d4c09ea496cdb8165f78 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002173_person60_bacteria_285.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca6ecd37633119d1b994067db07c2f923139fba33a561afc2f8d15891782a5b2 +size 66649 diff --git a/MendeleyCXR/images/Darwin_00002174_person60_bacteria_286.png b/MendeleyCXR/images/Darwin_00002174_person60_bacteria_286.png new file mode 100644 index 0000000000000000000000000000000000000000..d4a2bee0e582ffad7c0ef644ba088c39301ccc3a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002174_person60_bacteria_286.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34b8061d7f2d3ee6ef8367b863355e3557dfa76e3fc8721d17acf52fdfe86799 +size 73467 diff --git a/MendeleyCXR/images/Darwin_00002175_person60_bacteria_287.png b/MendeleyCXR/images/Darwin_00002175_person60_bacteria_287.png new file mode 100644 index 0000000000000000000000000000000000000000..fc1e61fca487ad6e5d66945e90f3b9153fe24021 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002175_person60_bacteria_287.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19cf89df625b224b0163c6f93d2c11640ca3eca5a1d0b9158ae67e2315388a36 +size 75712 diff --git a/MendeleyCXR/images/Darwin_00002176_person61_bacteria_288.png b/MendeleyCXR/images/Darwin_00002176_person61_bacteria_288.png new file mode 100644 index 0000000000000000000000000000000000000000..97a9188d2005456aa6b0f8ed5a84214a5fa8c350 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002176_person61_bacteria_288.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfbd033c5507b8fe3893591bb55acb47b25c5634ac8bd11d982229ffcea61883 +size 73923 diff --git a/MendeleyCXR/images/Darwin_00002177_person61_bacteria_289.png b/MendeleyCXR/images/Darwin_00002177_person61_bacteria_289.png new file mode 100644 index 0000000000000000000000000000000000000000..25c65964c9c1783d9c14329a68d84ad06008a4de --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002177_person61_bacteria_289.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:318e6becc43d850cf31e2263e5b4592ce73a99bae5d9d73e11d05dcd48f4b60c +size 68536 diff --git a/MendeleyCXR/images/Darwin_00002178_person61_bacteria_290.png b/MendeleyCXR/images/Darwin_00002178_person61_bacteria_290.png new file mode 100644 index 0000000000000000000000000000000000000000..d82663e7eb11ff5facb3e5c93614be566e85876a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002178_person61_bacteria_290.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42b768f7936901c386b197ed45d713a8088b58c47079179288b07cfec6436232 +size 69795 diff --git a/MendeleyCXR/images/Darwin_00002179_person61_bacteria_291.png b/MendeleyCXR/images/Darwin_00002179_person61_bacteria_291.png new file mode 100644 index 0000000000000000000000000000000000000000..0c2a8f60039b1bd611b1c48e7e4b6f138198db44 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002179_person61_bacteria_291.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f67b1d6fff94ee46fe877e303d7fe8b0983022a8190b0c06380eb404b821527c +size 74264 diff --git a/MendeleyCXR/images/Darwin_00002180_person61_bacteria_292.png b/MendeleyCXR/images/Darwin_00002180_person61_bacteria_292.png new file mode 100644 index 0000000000000000000000000000000000000000..477836b9969f838d93a4a9b20fdaf05636d095c1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002180_person61_bacteria_292.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d95f45d56e84392f945d390cd3c1b0c987f170db9d25b3210e54cdc1df45539c +size 72584 diff --git a/MendeleyCXR/images/Darwin_00002181_person61_bacteria_293.png b/MendeleyCXR/images/Darwin_00002181_person61_bacteria_293.png new file mode 100644 index 0000000000000000000000000000000000000000..0aeab25d38d360db9bad1d9fc908d8f70c871f2a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002181_person61_bacteria_293.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a1e3cfb7512a24dc991ddc036ec0da833325f176929aa20413e04d05a21a3a3 +size 69819 diff --git a/MendeleyCXR/images/Darwin_00002182_person61_bacteria_294.png b/MendeleyCXR/images/Darwin_00002182_person61_bacteria_294.png new file mode 100644 index 0000000000000000000000000000000000000000..e7c620cebb1a319fe60b457632db4e29c7b70368 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002182_person61_bacteria_294.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ca763e4ff2d83e434f8ed60c2033e7c4c4057e4d0b19fedd469744eee797146 +size 71992 diff --git a/MendeleyCXR/images/Darwin_00002183_person61_bacteria_295.png b/MendeleyCXR/images/Darwin_00002183_person61_bacteria_295.png new file mode 100644 index 0000000000000000000000000000000000000000..763b1668064c04685a2278d107c6f03220cded51 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002183_person61_bacteria_295.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c37f03404bdbdc3c81e57e064e4744eb038451054e23ed70bc4997f3df294476 +size 71700 diff --git a/MendeleyCXR/images/Darwin_00002184_person61_bacteria_296.png b/MendeleyCXR/images/Darwin_00002184_person61_bacteria_296.png new file mode 100644 index 0000000000000000000000000000000000000000..19ea8af35d0310d5642a2d3465ccdd4ad6f05c3c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002184_person61_bacteria_296.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec48eea0ba0b6a1b50d2fc7c7447dce64c10602c644ff42cb85043d4d1913612 +size 71076 diff --git a/MendeleyCXR/images/Darwin_00002185_person61_bacteria_297.png b/MendeleyCXR/images/Darwin_00002185_person61_bacteria_297.png new file mode 100644 index 0000000000000000000000000000000000000000..f851f0c56d0db760785075bbc5975a1d9274ecee --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002185_person61_bacteria_297.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a738bb39613cbef6f5c4a0bab5eab0a868e627d811bfb0238efd03bc8d226bee +size 68590 diff --git a/MendeleyCXR/images/Darwin_00002186_person62_bacteria_298.png b/MendeleyCXR/images/Darwin_00002186_person62_bacteria_298.png new file mode 100644 index 0000000000000000000000000000000000000000..63533bcae6cbafab64108fa014cc8d589114ca80 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002186_person62_bacteria_298.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bed40d71521632ef905a59a62cef742fb8b28d8211f1f57c10bb19a8f6cbc97a +size 76817 diff --git a/MendeleyCXR/images/Darwin_00002187_person62_bacteria_299.png b/MendeleyCXR/images/Darwin_00002187_person62_bacteria_299.png new file mode 100644 index 0000000000000000000000000000000000000000..43303578bab7cae50758271a5befa1ddad142eb4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002187_person62_bacteria_299.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12915dbd66316d59967388cd5c1bb7aab0aa5c1676d04fbfba71a08f38819904 +size 70311 diff --git a/MendeleyCXR/images/Darwin_00002188_person62_bacteria_300.png b/MendeleyCXR/images/Darwin_00002188_person62_bacteria_300.png new file mode 100644 index 0000000000000000000000000000000000000000..bf7d134ff4e4ab8adf23d5875976732155dfd397 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002188_person62_bacteria_300.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad83339c953bf7736ea2d715ac12c183f64e24907bef417a90bda0594cdd8480 +size 73453 diff --git a/MendeleyCXR/images/Darwin_00002189_person62_bacteria_301.png b/MendeleyCXR/images/Darwin_00002189_person62_bacteria_301.png new file mode 100644 index 0000000000000000000000000000000000000000..d814258ca61ebeda1493f1f38bdadb2b4de50f8f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002189_person62_bacteria_301.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98d85e2c8a2daf7aac89d0fc8a7ae4c00fefa88406e63b578bf5766ea0401cb2 +size 73831 diff --git a/MendeleyCXR/images/Darwin_00002190_person62_bacteria_302.png b/MendeleyCXR/images/Darwin_00002190_person62_bacteria_302.png new file mode 100644 index 0000000000000000000000000000000000000000..8b896758ea303eb31568ea0e2a5799145063bccc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002190_person62_bacteria_302.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de802a45c6fc1bc8ff2f665a18e60644449766ca380e9e2ccef9322eed5fc02b +size 78037 diff --git a/MendeleyCXR/images/Darwin_00002191_person62_bacteria_303.png b/MendeleyCXR/images/Darwin_00002191_person62_bacteria_303.png new file mode 100644 index 0000000000000000000000000000000000000000..7eb74499d2e77b7e75f52414fdf165fdeb12508c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002191_person62_bacteria_303.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41c3c9cdd691bba100a3bae244e0fb12e3471883e2fb2d3ae318d83f7f2e2c40 +size 78348 diff --git a/MendeleyCXR/images/Darwin_00002192_person63_bacteria_306.png b/MendeleyCXR/images/Darwin_00002192_person63_bacteria_306.png new file mode 100644 index 0000000000000000000000000000000000000000..0d63efb71665aba45e1d917a7cc98e7cb30bba40 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002192_person63_bacteria_306.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62b42d8a5fc60038dcacf1b606acc77c602bf191c348cc34eeb7067237e5fa08 +size 73007 diff --git a/MendeleyCXR/images/Darwin_00002195_person64_bacteria_316.png b/MendeleyCXR/images/Darwin_00002195_person64_bacteria_316.png new file mode 100644 index 0000000000000000000000000000000000000000..9bfd2ef17832b41df1d8f7646f40489bef2e2c24 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002195_person64_bacteria_316.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c0ee3878372b41a328ef779b7cf94468019bdcd4a36569af24a35e89f1dc4f7 +size 69798 diff --git a/MendeleyCXR/images/Darwin_00002198_person64_bacteria_319.png b/MendeleyCXR/images/Darwin_00002198_person64_bacteria_319.png new file mode 100644 index 0000000000000000000000000000000000000000..776068e22445955900bd9a14c0feae76a350beb1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002198_person64_bacteria_319.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:267aa9482b7c1254f0a9faaf9033d2bd59b4c2ffa600f830f3b1e463ca5d7f32 +size 82654 diff --git a/MendeleyCXR/images/Darwin_00002199_person64_bacteria_320.png b/MendeleyCXR/images/Darwin_00002199_person64_bacteria_320.png new file mode 100644 index 0000000000000000000000000000000000000000..ee1d2f0f50d30a3f142d7a7919144f1a8c2825cf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002199_person64_bacteria_320.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:005e6d805eb85fabbe56f3267137d9243b5dd0cdf8d548211209eae98b4ca35d +size 76623 diff --git a/MendeleyCXR/images/Darwin_00002200_person65_bacteria_322.png b/MendeleyCXR/images/Darwin_00002200_person65_bacteria_322.png new file mode 100644 index 0000000000000000000000000000000000000000..9562649b0aadc4b591dd4673a72e992fb0674f5e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002200_person65_bacteria_322.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e93b2cf729fb15ff0cfffcf64b44f8cdb30d7dc469e987d9022f0b7c665d2ff +size 84807 diff --git a/MendeleyCXR/images/Darwin_00002201_person66_bacteria_323.png b/MendeleyCXR/images/Darwin_00002201_person66_bacteria_323.png new file mode 100644 index 0000000000000000000000000000000000000000..fdcea6ccb235cfccd76c80d659a82f462a3a279e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002201_person66_bacteria_323.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e21151f1b999897d99d5ae876088186e7339a349f0fff4c507e95494c74b5c53 +size 70762 diff --git a/MendeleyCXR/images/Darwin_00002202_person66_bacteria_324.png b/MendeleyCXR/images/Darwin_00002202_person66_bacteria_324.png new file mode 100644 index 0000000000000000000000000000000000000000..f527c3de9380522faa39ae108d572a8b73162f8c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002202_person66_bacteria_324.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fd134b62a3a9522e4308a25134b2d51236834d96067c0b286f0e8d4aacb340c +size 74318 diff --git a/MendeleyCXR/images/Darwin_00002203_person66_bacteria_325.png b/MendeleyCXR/images/Darwin_00002203_person66_bacteria_325.png new file mode 100644 index 0000000000000000000000000000000000000000..42ea04fe795c7e98aa802abedcb08eeda673e791 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002203_person66_bacteria_325.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9479223814f83f26607bd49387ed3a8c93112c4aaf0c47661585a7d59f0a907c +size 72157 diff --git a/MendeleyCXR/images/Darwin_00002204_person66_bacteria_326.png b/MendeleyCXR/images/Darwin_00002204_person66_bacteria_326.png new file mode 100644 index 0000000000000000000000000000000000000000..1003953f096b8bc222f61f2be221b89dc5a695b1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002204_person66_bacteria_326.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76e105d5462109928a3d014a00463c604bafa65dad3bc9d1b2c4d2b9cce13d38 +size 75409 diff --git a/MendeleyCXR/images/Darwin_00002208_person67_bacteria_331.png b/MendeleyCXR/images/Darwin_00002208_person67_bacteria_331.png new file mode 100644 index 0000000000000000000000000000000000000000..12826c6753c2209592d81e92cb735912cedec1f4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002208_person67_bacteria_331.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:727b8fcff4d1c02d32e1d1129e7163396d55b5863521b70ed06c4741e8227841 +size 67938 diff --git a/MendeleyCXR/images/Darwin_00002211_person67_bacteria_334.png b/MendeleyCXR/images/Darwin_00002211_person67_bacteria_334.png new file mode 100644 index 0000000000000000000000000000000000000000..ab2b3decc23f64ad4c29f0bc892421932cd29dec --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002211_person67_bacteria_334.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e66a0fd977a8917819a35b1d025aee17205e8158876775aa4fee2d0418dc5f1c +size 70040 diff --git a/MendeleyCXR/images/Darwin_00002212_person68_bacteria_335.png b/MendeleyCXR/images/Darwin_00002212_person68_bacteria_335.png new file mode 100644 index 0000000000000000000000000000000000000000..90128d96974d908815138b15f12676e54f0c7fdd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002212_person68_bacteria_335.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04ec5e241814dca237aab76b5a6da6916aa4813dbc257fa3ed17da5ac012e315 +size 67655 diff --git a/MendeleyCXR/images/Darwin_00002213_person68_bacteria_336.png b/MendeleyCXR/images/Darwin_00002213_person68_bacteria_336.png new file mode 100644 index 0000000000000000000000000000000000000000..05d077209e9bf8bc31675929efc297be5b500ee3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002213_person68_bacteria_336.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2df35c9792dce57fb49da4fbe32f7d2933294987dd87f95197f37fc425c99232 +size 82782 diff --git a/MendeleyCXR/images/Darwin_00002214_person68_bacteria_337.png b/MendeleyCXR/images/Darwin_00002214_person68_bacteria_337.png new file mode 100644 index 0000000000000000000000000000000000000000..2ea4bd4f9f7c6b3a6757e2f3b079acd37cd78a95 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002214_person68_bacteria_337.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b63cec7a694a187dff13468e523d6765c41c8fd7879f8ba197f8bbbaf53a936 +size 75156 diff --git a/MendeleyCXR/images/Darwin_00002215_person69_bacteria_338.png b/MendeleyCXR/images/Darwin_00002215_person69_bacteria_338.png new file mode 100644 index 0000000000000000000000000000000000000000..b5dd986be0ba04d970f4c46fc213a1c54d851f70 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002215_person69_bacteria_338.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5124bf1f8ca5ff9881e9701a180b460c5a15c58c9c886a32de670dcecbd97792 +size 83794 diff --git a/MendeleyCXR/images/Darwin_00002216_person70_bacteria_341.png b/MendeleyCXR/images/Darwin_00002216_person70_bacteria_341.png new file mode 100644 index 0000000000000000000000000000000000000000..fd3728e33218503b0eecf18298860f26faa188a7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002216_person70_bacteria_341.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2f543c5100cbfb7586f458d374e6b9262c3850993deb6b74af50a8552cefd11 +size 72920 diff --git a/MendeleyCXR/images/Darwin_00002217_person70_bacteria_342.png b/MendeleyCXR/images/Darwin_00002217_person70_bacteria_342.png new file mode 100644 index 0000000000000000000000000000000000000000..3ebf42a50695d2d5ed67a970bf03ea939025ed8d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002217_person70_bacteria_342.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fadbd8532fb307a669dc8d2af7e2dfc9a00d6c8128fe3e90e5acfa2c85291198 +size 69606 diff --git a/MendeleyCXR/images/Darwin_00002218_person70_bacteria_343.png b/MendeleyCXR/images/Darwin_00002218_person70_bacteria_343.png new file mode 100644 index 0000000000000000000000000000000000000000..1905d69a914e3bca0704b28025c8a7299f9647cd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002218_person70_bacteria_343.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ff74699ce1402f3d2e074cf1698e785144f94bd666579192228c86f827337eb +size 74746 diff --git a/MendeleyCXR/images/Darwin_00002220_person70_bacteria_345.png b/MendeleyCXR/images/Darwin_00002220_person70_bacteria_345.png new file mode 100644 index 0000000000000000000000000000000000000000..5fedfb7f1719c65380183d6fc253775f8d0113c3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002220_person70_bacteria_345.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dc8434888453469ad550af65c1b0e11966dc4f78077baab347658a89f770bdd +size 71117 diff --git a/MendeleyCXR/images/Darwin_00002221_person70_bacteria_346.png b/MendeleyCXR/images/Darwin_00002221_person70_bacteria_346.png new file mode 100644 index 0000000000000000000000000000000000000000..3003b8f4b75101abc6c38824ea358460a7b434a2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002221_person70_bacteria_346.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd4fcc42a64a71e1ea0567dfda195da0f91963caac301e6d01d3d0643ddd715f +size 74662 diff --git a/MendeleyCXR/images/Darwin_00002222_person71_bacteria_347.png b/MendeleyCXR/images/Darwin_00002222_person71_bacteria_347.png new file mode 100644 index 0000000000000000000000000000000000000000..650483711d2c7f6f941b66daf8b5b2a844f0f0e3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002222_person71_bacteria_347.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c5e3a39c2d8ffe45804145293f02ca9e11db1db36a06f6a438ab6d4f1f86ef0 +size 70154 diff --git a/MendeleyCXR/images/Darwin_00002223_person71_bacteria_348.png b/MendeleyCXR/images/Darwin_00002223_person71_bacteria_348.png new file mode 100644 index 0000000000000000000000000000000000000000..2b92953c71bec314a166b7521157416e3565eeca --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002223_person71_bacteria_348.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e588162a6dc900ef6e83551cd23c70dc0eaf02f3a2df3782615aad654652a2d2 +size 72765 diff --git a/MendeleyCXR/images/Darwin_00002224_person71_bacteria_349.png b/MendeleyCXR/images/Darwin_00002224_person71_bacteria_349.png new file mode 100644 index 0000000000000000000000000000000000000000..f47d92cece637b59e78fc146f94d68a3b8a4ca31 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002224_person71_bacteria_349.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7f0ab16c6a5202abaa3c5c6b7150a7f787d9642920ec753bc6c3ee00ffd0d7b +size 66563 diff --git a/MendeleyCXR/images/Darwin_00002225_person71_bacteria_350.png b/MendeleyCXR/images/Darwin_00002225_person71_bacteria_350.png new file mode 100644 index 0000000000000000000000000000000000000000..e14efeb12346282f5acdd6a33c2e590961037e64 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002225_person71_bacteria_350.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf93379f38fcd187a698935f8982de2a64889d4154cbcf801603ed7795b702f7 +size 75786 diff --git a/MendeleyCXR/images/Darwin_00002226_person71_bacteria_351.png b/MendeleyCXR/images/Darwin_00002226_person71_bacteria_351.png new file mode 100644 index 0000000000000000000000000000000000000000..a2b94bc0325dea064b69f3199fbe603c3ac7deac --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002226_person71_bacteria_351.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:935db2e04a3829017e7f3483ff4055910d3e95af0568351c6d65bd0fb30f7cdb +size 75293 diff --git a/MendeleyCXR/images/Darwin_00002227_person72_bacteria_352.png b/MendeleyCXR/images/Darwin_00002227_person72_bacteria_352.png new file mode 100644 index 0000000000000000000000000000000000000000..0c74c552b1ec3440c20f645bb1ce4748330eeae6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002227_person72_bacteria_352.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd8c162477d8957b62298968109a8ca0530557a3d2574387136b222bd50c6c85 +size 76755 diff --git a/MendeleyCXR/images/Darwin_00002228_person602_bacteria_2460.png b/MendeleyCXR/images/Darwin_00002228_person602_bacteria_2460.png new file mode 100644 index 0000000000000000000000000000000000000000..ab8ae96a98d533d9967eaa9fea197668ec827c0a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002228_person602_bacteria_2460.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1f1ddeff218bca7dd0cd92cab03438f590bdeb4fb096114c8d19e52b1c3e966 +size 78288 diff --git a/MendeleyCXR/images/Darwin_00002229_person603_bacteria_2461.png b/MendeleyCXR/images/Darwin_00002229_person603_bacteria_2461.png new file mode 100644 index 0000000000000000000000000000000000000000..71ff2bf7b037f3af2c9f7037af25d134d27d1a0f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002229_person603_bacteria_2461.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e38b20ebc0720c1539e3c751b05d8295be8c43842f87542110b1908aa0a6dc4 +size 69245 diff --git a/MendeleyCXR/images/Darwin_00002230_person604_bacteria_2462.png b/MendeleyCXR/images/Darwin_00002230_person604_bacteria_2462.png new file mode 100644 index 0000000000000000000000000000000000000000..defe817b839af49d1e9f950904370776cbffd6f1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002230_person604_bacteria_2462.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d55638611600de2285322efbc13d62942facf4ed8a778b07e338fa2089533f81 +size 71483 diff --git a/MendeleyCXR/images/Darwin_00002231_person604_bacteria_2463.png b/MendeleyCXR/images/Darwin_00002231_person604_bacteria_2463.png new file mode 100644 index 0000000000000000000000000000000000000000..77faf97cec24a5ab2926abe5b716efa47574d537 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002231_person604_bacteria_2463.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:613f4c3b8eabb0695410bce0f1bf42da84f7ef5c45caa3caef87b909b06d10d7 +size 65866 diff --git a/MendeleyCXR/images/Darwin_00002232_person605_bacteria_2464.png b/MendeleyCXR/images/Darwin_00002232_person605_bacteria_2464.png new file mode 100644 index 0000000000000000000000000000000000000000..c35be4c5542d3e8e007c4d683845ca5bb023c666 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002232_person605_bacteria_2464.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c84a81045e7e7794397d7a064d18fdc2873a1f014dfc224c6b234785ad1bf65 +size 68936 diff --git a/MendeleyCXR/images/Darwin_00002233_person605_bacteria_2465.png b/MendeleyCXR/images/Darwin_00002233_person605_bacteria_2465.png new file mode 100644 index 0000000000000000000000000000000000000000..9cec8a57a016c913defaa8395f8003f9a3bfea23 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002233_person605_bacteria_2465.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb601d822524394910208a5be05ab9a76fb6ec256c0c2cdb0a0eafcc607c58b2 +size 67841 diff --git a/MendeleyCXR/images/Darwin_00002234_person605_bacteria_2466.png b/MendeleyCXR/images/Darwin_00002234_person605_bacteria_2466.png new file mode 100644 index 0000000000000000000000000000000000000000..b6b4e689b29aaa523d5d1b9ce841a98a37e83748 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002234_person605_bacteria_2466.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9e3a62189d05949b892327002eea4d4567d6e3ea1051656f1a7821d27486a86 +size 66732 diff --git a/MendeleyCXR/images/Darwin_00002236_person605_bacteria_2468.png b/MendeleyCXR/images/Darwin_00002236_person605_bacteria_2468.png new file mode 100644 index 0000000000000000000000000000000000000000..24b2637391ff40f5788f97547ff3c0619865ae86 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002236_person605_bacteria_2468.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c652cec4de3515bf31cce358051d16f9a6bf1320de2b08ca8ada771c37b5623 +size 69910 diff --git a/MendeleyCXR/images/Darwin_00002237_person606_bacteria_2469.png b/MendeleyCXR/images/Darwin_00002237_person606_bacteria_2469.png new file mode 100644 index 0000000000000000000000000000000000000000..19542b33e02b1179cafd9b0209164ce335a84fd2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002237_person606_bacteria_2469.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa67924ced664fd00701ebdf07fcd4e4c614a9bbd9dec1fafe6105181a24b1a7 +size 75742 diff --git a/MendeleyCXR/images/Darwin_00002238_person607_bacteria_2470.png b/MendeleyCXR/images/Darwin_00002238_person607_bacteria_2470.png new file mode 100644 index 0000000000000000000000000000000000000000..2eb1d691c8c191beb6224acc38c4e1eb3a96da8f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002238_person607_bacteria_2470.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5928973965d0f7620ff826eda9fd00030fe2254aa27fbbfacae1371728fc1262 +size 74491 diff --git a/MendeleyCXR/images/Darwin_00002244_person611_bacteria_2476.png b/MendeleyCXR/images/Darwin_00002244_person611_bacteria_2476.png new file mode 100644 index 0000000000000000000000000000000000000000..a53e5b26cc8cd9a888be29ef259d59a95d75ec0c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002244_person611_bacteria_2476.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a53bb2264ada45b7d9204be5fc9f0a19bef848169c2c97d00e6411d21910a165 +size 67107 diff --git a/MendeleyCXR/images/Darwin_00002246_person612_bacteria_2478.png b/MendeleyCXR/images/Darwin_00002246_person612_bacteria_2478.png new file mode 100644 index 0000000000000000000000000000000000000000..64f37bb543073c531313f4b3bed41d83ee031f99 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002246_person612_bacteria_2478.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b44f987e3be48c974b95e858156f60d65a2e548df017426f491793b1e4b6188a +size 75402 diff --git a/MendeleyCXR/images/Darwin_00002247_person613_bacteria_2479.png b/MendeleyCXR/images/Darwin_00002247_person613_bacteria_2479.png new file mode 100644 index 0000000000000000000000000000000000000000..2b1d86455caaa420f1a28202e61eff502a781163 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002247_person613_bacteria_2479.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f2cbdee7f637c49ebdb57d1c215c665d73599a9363bd14651c9e14e96845f17 +size 70237 diff --git a/MendeleyCXR/images/Darwin_00002248_person614_bacteria_2480.png b/MendeleyCXR/images/Darwin_00002248_person614_bacteria_2480.png new file mode 100644 index 0000000000000000000000000000000000000000..895abdc7a277f541b5b845b2f8be4354ccca29c4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002248_person614_bacteria_2480.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fcd125c08b853fb50e7e2b3006d8a636c6323ca2e6af8a71ba2e9c71183679d +size 70739 diff --git a/MendeleyCXR/images/Darwin_00002249_person614_bacteria_2481.png b/MendeleyCXR/images/Darwin_00002249_person614_bacteria_2481.png new file mode 100644 index 0000000000000000000000000000000000000000..cb9c3e7aa7af33107ae4c470aceb390b76d4f177 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002249_person614_bacteria_2481.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76009a6155bb32e286097c66713c1cc1b4606b1af15e0979c9970a7900b4cbf5 +size 66953 diff --git a/MendeleyCXR/images/Darwin_00002250_person614_bacteria_2483.png b/MendeleyCXR/images/Darwin_00002250_person614_bacteria_2483.png new file mode 100644 index 0000000000000000000000000000000000000000..621c277ca25bde7efe39f44018d21f3824da2428 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002250_person614_bacteria_2483.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0001fec14e35905531a649efdb0748b3537214ebc5011038dfa469587c68f93 +size 71942 diff --git a/MendeleyCXR/images/Darwin_00002251_person616_bacteria_2487.png b/MendeleyCXR/images/Darwin_00002251_person616_bacteria_2487.png new file mode 100644 index 0000000000000000000000000000000000000000..61c39a3cbf9e55499845e7b98cfffc4edd23d49b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002251_person616_bacteria_2487.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:284c517f95e509b753c851454b83e919bbd6fad6620d402d9b82e366d1da59da +size 77867 diff --git a/MendeleyCXR/images/Darwin_00002252_person617_bacteria_2488.png b/MendeleyCXR/images/Darwin_00002252_person617_bacteria_2488.png new file mode 100644 index 0000000000000000000000000000000000000000..9f1c146a543e6879806f10f68281f30285e0b555 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002252_person617_bacteria_2488.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aba554dc3ff32eb4165e695a9f0983c6df60b50217a31c44b4f8e6450ea3a748 +size 78398 diff --git a/MendeleyCXR/images/Darwin_00002253_person618_bacteria_2489.png b/MendeleyCXR/images/Darwin_00002253_person618_bacteria_2489.png new file mode 100644 index 0000000000000000000000000000000000000000..ac9fb64ed5a72dad2c3f27f2122fafd1641f89ca --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002253_person618_bacteria_2489.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d31b0060b16bc83597079888ba6a821ccdcff7da307ef360c95952e743a2fcee +size 76807 diff --git a/MendeleyCXR/images/Darwin_00002254_person619_bacteria_2490.png b/MendeleyCXR/images/Darwin_00002254_person619_bacteria_2490.png new file mode 100644 index 0000000000000000000000000000000000000000..5ad9377c53c379d115920938c857e9f20f1a3115 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002254_person619_bacteria_2490.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4ba32434e8d70f2ca540eeedf4de3b7af6ed73d1df6254e7936903381dde39a +size 75897 diff --git a/MendeleyCXR/images/Darwin_00002255_person619_bacteria_2491.png b/MendeleyCXR/images/Darwin_00002255_person619_bacteria_2491.png new file mode 100644 index 0000000000000000000000000000000000000000..bc44a7066bc77bef6cdb12a3874fc57fed2051b0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002255_person619_bacteria_2491.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b985f2604c2bc819737fc4a76da297243fb0442ec3dada0cf001c2d768912bb8 +size 69104 diff --git a/MendeleyCXR/images/Darwin_00002256_person620_bacteria_2492.png b/MendeleyCXR/images/Darwin_00002256_person620_bacteria_2492.png new file mode 100644 index 0000000000000000000000000000000000000000..47126e8a06ba1163185c7ffa6f6e1ff71b93a4e4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002256_person620_bacteria_2492.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c79342dd8d716d152336c3f6f64f3c1fd1cafbda3c960be404098f7ef9a7d36 +size 71943 diff --git a/MendeleyCXR/images/Darwin_00002257_person622_bacteria_2494.png b/MendeleyCXR/images/Darwin_00002257_person622_bacteria_2494.png new file mode 100644 index 0000000000000000000000000000000000000000..80d674e9eaa5a227a280788c6f5ea1c574d3b33a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002257_person622_bacteria_2494.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4778f1afe5e642d68d308d867e0909d9fd84132652e655f4f708668e3328e094 +size 65394 diff --git a/MendeleyCXR/images/Darwin_00002258_person623_bacteria_2495.png b/MendeleyCXR/images/Darwin_00002258_person623_bacteria_2495.png new file mode 100644 index 0000000000000000000000000000000000000000..e8c2c2336adf1caa18222396e6678229732cd212 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002258_person623_bacteria_2495.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b9acb881970c23e3eceb019dff5fd6dc01c7a985df14c443c50e8cf7420879c +size 67810 diff --git a/MendeleyCXR/images/Darwin_00002259_person623_bacteria_2496.png b/MendeleyCXR/images/Darwin_00002259_person623_bacteria_2496.png new file mode 100644 index 0000000000000000000000000000000000000000..f687ac9f57bd5568d086ed91817c79861d029207 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002259_person623_bacteria_2496.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:301b7dc6b0956a010b77fdf9f39e5fb4b545c51ed6f5494acd3500012ecf2655 +size 71853 diff --git a/MendeleyCXR/images/Darwin_00002260_person624_bacteria_2497.png b/MendeleyCXR/images/Darwin_00002260_person624_bacteria_2497.png new file mode 100644 index 0000000000000000000000000000000000000000..f76ab17e617188be9e0644f2c1b5f5a007de81b8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002260_person624_bacteria_2497.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26327e227d4aaafc7d3203212163d9bdf510cbf2818f57bab848760ea71718d9 +size 77318 diff --git a/MendeleyCXR/images/Darwin_00002261_person625_bacteria_2499.png b/MendeleyCXR/images/Darwin_00002261_person625_bacteria_2499.png new file mode 100644 index 0000000000000000000000000000000000000000..064e05bc248016084b52d829c12441ac26d3d76b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002261_person625_bacteria_2499.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16c52c2eb9c0301f338a65e891da4f12910c9e330bc308b148c7c55015e7302e +size 69138 diff --git a/MendeleyCXR/images/Darwin_00002262_person625_bacteria_2500.png b/MendeleyCXR/images/Darwin_00002262_person625_bacteria_2500.png new file mode 100644 index 0000000000000000000000000000000000000000..b6bf9acf353440098d0db97145a33eaab7d4291d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002262_person625_bacteria_2500.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdf39dab4071af54b46635bb8358321a07cdf61d95d333fb08de2b20c2efb4c8 +size 68734 diff --git a/MendeleyCXR/images/Darwin_00002264_person628_bacteria_2505.png b/MendeleyCXR/images/Darwin_00002264_person628_bacteria_2505.png new file mode 100644 index 0000000000000000000000000000000000000000..009642ecfad3b81de69ba1269ddd4953d13f8fd5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002264_person628_bacteria_2505.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8a776d58d59c82add5952ffe5482a4913b74daf5b3eb361638e9f41394aa41e +size 77614 diff --git a/MendeleyCXR/images/Darwin_00002265_person629_bacteria_2506.png b/MendeleyCXR/images/Darwin_00002265_person629_bacteria_2506.png new file mode 100644 index 0000000000000000000000000000000000000000..3b1a64e8e3d007a048ac3ffda55adb7742f9ad5f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002265_person629_bacteria_2506.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79678620b7ed1379f8448fe1d8b47e8aed9c4fb4babb3905106ed5c93535577c +size 67499 diff --git a/MendeleyCXR/images/Darwin_00002266_person629_bacteria_2507.png b/MendeleyCXR/images/Darwin_00002266_person629_bacteria_2507.png new file mode 100644 index 0000000000000000000000000000000000000000..9b22a617d72ba9af2b278a943de0a91249c370da --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002266_person629_bacteria_2507.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39bdeb59e3089efdcd8f7830114ced3171651fbd9ec42712ed76060054686e04 +size 63383 diff --git a/MendeleyCXR/images/Darwin_00002267_person629_bacteria_2508.png b/MendeleyCXR/images/Darwin_00002267_person629_bacteria_2508.png new file mode 100644 index 0000000000000000000000000000000000000000..cb71d7953275540764dfff0479259a4aa0a326ec --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002267_person629_bacteria_2508.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6bae6b7443376cd3d822d9ca658197e22e9ffe538fa43d69714ba3a5aded52a +size 71825 diff --git a/MendeleyCXR/images/Darwin_00002268_person629_bacteria_2509.png b/MendeleyCXR/images/Darwin_00002268_person629_bacteria_2509.png new file mode 100644 index 0000000000000000000000000000000000000000..5c16743c16e020882644df3f7ef7e6471b4cf8e0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002268_person629_bacteria_2509.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16c89c5aea73a0c69c8db019572e5bfbe73a556d69ac163aa0dc26240c5db4ba +size 75400 diff --git a/MendeleyCXR/images/Darwin_00002269_person629_bacteria_2510.png b/MendeleyCXR/images/Darwin_00002269_person629_bacteria_2510.png new file mode 100644 index 0000000000000000000000000000000000000000..52b87c04f4d91a2b2d0806ef6a1f4ba7b2dbcec0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002269_person629_bacteria_2510.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c7ac95b81d752f59b372755968f55f5af6011ae4611de34353d7618024350c3 +size 71313 diff --git a/MendeleyCXR/images/Darwin_00002270_person630_bacteria_2512.png b/MendeleyCXR/images/Darwin_00002270_person630_bacteria_2512.png new file mode 100644 index 0000000000000000000000000000000000000000..ca4edabac1a6bea08ee9f019d9d94e2e7c44b000 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002270_person630_bacteria_2512.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df049056ea7187a3b9f5497861581611d8cbebfe0ee5a77c8eb385a0955801e2 +size 80545 diff --git a/MendeleyCXR/images/Darwin_00002271_person630_bacteria_2513.png b/MendeleyCXR/images/Darwin_00002271_person630_bacteria_2513.png new file mode 100644 index 0000000000000000000000000000000000000000..5a319b1e9de65588b7f3446be39c8109b518b7ae --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002271_person630_bacteria_2513.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fe0f3220853893b3b4c71bde07b0979b0a6efd56a3f5bc69ddb5524a3217a8b +size 73011 diff --git a/MendeleyCXR/images/Darwin_00002272_person630_bacteria_2514.png b/MendeleyCXR/images/Darwin_00002272_person630_bacteria_2514.png new file mode 100644 index 0000000000000000000000000000000000000000..297955b85c29c7a8800d4b6a9a386442c4f013e0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002272_person630_bacteria_2514.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a987a562f9bbaf86f23f89c4cc568f9135020ecc13c203aec4b54b293b1f810c +size 69161 diff --git a/MendeleyCXR/images/Darwin_00002273_person630_bacteria_2515.png b/MendeleyCXR/images/Darwin_00002273_person630_bacteria_2515.png new file mode 100644 index 0000000000000000000000000000000000000000..42689a58807a8bc4dbb4ce35e90ec2f7dd9aaac2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002273_person630_bacteria_2515.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1326ee51ea29a5498f8f7950d4774be10695332d79ae30a5413f6ad2f9666ed3 +size 68264 diff --git a/MendeleyCXR/images/Darwin_00002274_person630_bacteria_2516.png b/MendeleyCXR/images/Darwin_00002274_person630_bacteria_2516.png new file mode 100644 index 0000000000000000000000000000000000000000..bc6b044c200b52941f51f8b93211847dcecd26b9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002274_person630_bacteria_2516.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49a0d970c7861ee9cbe3457b28bff4c440d5747dc57b1dc9d5b6c79801bb1316 +size 71936 diff --git a/MendeleyCXR/images/Darwin_00002275_person632_bacteria_2520.png b/MendeleyCXR/images/Darwin_00002275_person632_bacteria_2520.png new file mode 100644 index 0000000000000000000000000000000000000000..c15a5cd87f46cde885c3472a3dc3c9cabc502175 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002275_person632_bacteria_2520.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d85c57e1ac8599791175f9bbb78a787d5b0630fb12cd0dab075bdc737c84f71 +size 67606 diff --git a/MendeleyCXR/images/Darwin_00002276_person632_bacteria_2521.png b/MendeleyCXR/images/Darwin_00002276_person632_bacteria_2521.png new file mode 100644 index 0000000000000000000000000000000000000000..62d88b337275d8077a70d2bfeaca92fa4b658548 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002276_person632_bacteria_2521.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2c61c3fd8aefe93fe93ba71bb2a8d5fd82192e5dd640c97463254b761e7bca2 +size 63302 diff --git a/MendeleyCXR/images/Darwin_00002277_person633_bacteria_2522.png b/MendeleyCXR/images/Darwin_00002277_person633_bacteria_2522.png new file mode 100644 index 0000000000000000000000000000000000000000..826ac0197cb54c502a67c26fdacb7a7acfb29971 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002277_person633_bacteria_2522.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20f35a9845d81ad9a3a4a5ca2e098f3271d93716cb452f7a43a1847d0db14579 +size 75248 diff --git a/MendeleyCXR/images/Darwin_00002278_person634_bacteria_2525.png b/MendeleyCXR/images/Darwin_00002278_person634_bacteria_2525.png new file mode 100644 index 0000000000000000000000000000000000000000..3690bff0dce8d859c160a3229c119fe6d37bbd6e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002278_person634_bacteria_2525.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9944419346220f55ecc8d87bf19c2e93b25bcedeb1ec3fafdc060b93c6195ac2 +size 71132 diff --git a/MendeleyCXR/images/Darwin_00002279_person635_bacteria_2526.png b/MendeleyCXR/images/Darwin_00002279_person635_bacteria_2526.png new file mode 100644 index 0000000000000000000000000000000000000000..46103c30518e9e5f4752cdc652721a8f53b22d03 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002279_person635_bacteria_2526.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6e501aab15a2b445104e4e610e107e4a9da15aee7d702c12034cec29f1ac0d5 +size 64349 diff --git a/MendeleyCXR/images/Darwin_00002283_person640_bacteria_2532.png b/MendeleyCXR/images/Darwin_00002283_person640_bacteria_2532.png new file mode 100644 index 0000000000000000000000000000000000000000..b903be4714ca9ce36f65a812b721c303cec6c00b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002283_person640_bacteria_2532.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c1f4dec9c260e871cee6cf29405edff29e54f7063a2aebdf34bedd256e9fb9e +size 68799 diff --git a/MendeleyCXR/images/Darwin_00002284_person641_bacteria_2533.png b/MendeleyCXR/images/Darwin_00002284_person641_bacteria_2533.png new file mode 100644 index 0000000000000000000000000000000000000000..691773556b7210cfe33f10f01cf2b4112e729615 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002284_person641_bacteria_2533.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f43242d8c16006546545265804f6869bc7da78edd4974802fc37807bc7f97af7 +size 68670 diff --git a/MendeleyCXR/images/Darwin_00002285_person643_bacteria_2534.png b/MendeleyCXR/images/Darwin_00002285_person643_bacteria_2534.png new file mode 100644 index 0000000000000000000000000000000000000000..d27ac36d165291190085965b4b4d3373e7aa200d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002285_person643_bacteria_2534.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e23cb411a5ada7bbae750c1b51c7682eba53debe820ae6523022e7a3ad163084 +size 73179 diff --git a/MendeleyCXR/images/Darwin_00002286_person644_bacteria_2536.png b/MendeleyCXR/images/Darwin_00002286_person644_bacteria_2536.png new file mode 100644 index 0000000000000000000000000000000000000000..0c61c864bb30869a46d6fb6d75391f0432e7e7d3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002286_person644_bacteria_2536.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7388331b3ac09f1bac3c0b1adcf91b62bc5ca89d7950bf440ab82833c419c377 +size 74316 diff --git a/MendeleyCXR/images/Darwin_00002287_person645_bacteria_2537.png b/MendeleyCXR/images/Darwin_00002287_person645_bacteria_2537.png new file mode 100644 index 0000000000000000000000000000000000000000..3a77321f8ff76bdfb347ecc95654844f4c4bfcee --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002287_person645_bacteria_2537.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ed2e9fcac708451fe8da34812dafa8bc20065b0c884233583c77d8881bb2572 +size 76495 diff --git a/MendeleyCXR/images/Darwin_00002288_person646_bacteria_2538.png b/MendeleyCXR/images/Darwin_00002288_person646_bacteria_2538.png new file mode 100644 index 0000000000000000000000000000000000000000..8968ba7cbcfc30df764f58824a06630f33f1b20f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002288_person646_bacteria_2538.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:371f32b278aa91425cf2ff1d310ed2d5dd9da359aa751b58b4c7e8e4e28a02be +size 78178 diff --git a/MendeleyCXR/images/Darwin_00002289_person647_bacteria_2539.png b/MendeleyCXR/images/Darwin_00002289_person647_bacteria_2539.png new file mode 100644 index 0000000000000000000000000000000000000000..a63102c8083bcb397b76d43f1e145734aeb2992e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002289_person647_bacteria_2539.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ff4aae411a28933b62d19b99f249e698e3a6ead2640d0d0d62fbd2c700abd72 +size 71369 diff --git a/MendeleyCXR/images/Darwin_00002290_person648_bacteria_2540.png b/MendeleyCXR/images/Darwin_00002290_person648_bacteria_2540.png new file mode 100644 index 0000000000000000000000000000000000000000..a7287f561ba334a0d20d2811828fbcf7eee7c090 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002290_person648_bacteria_2540.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c54b7169f4498a1355955652c0b7e02e131f6a400daa7dbd7afcf030d8717407 +size 69042 diff --git a/MendeleyCXR/images/Darwin_00002291_person649_bacteria_2541.png b/MendeleyCXR/images/Darwin_00002291_person649_bacteria_2541.png new file mode 100644 index 0000000000000000000000000000000000000000..4862c13873d11daa8f93abc87e0a48770a75b175 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002291_person649_bacteria_2541.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:017eedbbd22b6904469b9cd41f4f45ba6d01e5dac533722bb93b74e717e6d03c +size 72645 diff --git a/MendeleyCXR/images/Darwin_00002292_person650_bacteria_2542.png b/MendeleyCXR/images/Darwin_00002292_person650_bacteria_2542.png new file mode 100644 index 0000000000000000000000000000000000000000..f47c2a64d678d6c6e95449f3ebe28f853713f95c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002292_person650_bacteria_2542.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6d556cc5162b83f94ee668f0e166629d7c28e2e4541ea3e6dce85877f8de634 +size 68146 diff --git a/MendeleyCXR/images/Darwin_00002293_person651_bacteria_2543.png b/MendeleyCXR/images/Darwin_00002293_person651_bacteria_2543.png new file mode 100644 index 0000000000000000000000000000000000000000..cd6e263aefdac3f242a202a374ca24079ec6da47 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002293_person651_bacteria_2543.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04e6afae61c5a662b8503cd292407a72e6fe7ac4ceb17b42ef1d56e85b681a2f +size 71396 diff --git a/MendeleyCXR/images/Darwin_00002294_person652_bacteria_2544.png b/MendeleyCXR/images/Darwin_00002294_person652_bacteria_2544.png new file mode 100644 index 0000000000000000000000000000000000000000..d4561049f3e2d9c989e5c176c208abfe75bfcec0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002294_person652_bacteria_2544.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cac44a3b3d17d533c8417c8d7564bb14eb1ac2c26dc0e67e0ae785401597d9ae +size 72082 diff --git a/MendeleyCXR/images/Darwin_00002295_person653_bacteria_2545.png b/MendeleyCXR/images/Darwin_00002295_person653_bacteria_2545.png new file mode 100644 index 0000000000000000000000000000000000000000..f361f9365f8b6b4883b174726c198fdd1f5e0830 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002295_person653_bacteria_2545.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b83842682ce671ff2f75c5baa5d6dc4701325fd91bea435c7ba1e47413e8f548 +size 70058 diff --git a/MendeleyCXR/images/Darwin_00002296_person654_bacteria_2546.png b/MendeleyCXR/images/Darwin_00002296_person654_bacteria_2546.png new file mode 100644 index 0000000000000000000000000000000000000000..17b0d6c75ba2a31b6e260ab5df542e3579ac6c59 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002296_person654_bacteria_2546.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:029ec0b113237826501a6209159609bd8a21cca2737e4379214e055741025b8f +size 70022 diff --git a/MendeleyCXR/images/Darwin_00002297_person655_bacteria_2547.png b/MendeleyCXR/images/Darwin_00002297_person655_bacteria_2547.png new file mode 100644 index 0000000000000000000000000000000000000000..290dcfafe2064e351ee6ea6b7500481b3e627cf1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002297_person655_bacteria_2547.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcc4de766ada200c464d5c478e4336b364b592e10a143302bf9ae36038601318 +size 74024 diff --git a/MendeleyCXR/images/Darwin_00002298_person656_bacteria_2548.png b/MendeleyCXR/images/Darwin_00002298_person656_bacteria_2548.png new file mode 100644 index 0000000000000000000000000000000000000000..d27f04ba9bd12cf0941fde909bcbd8bcbf3741d2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002298_person656_bacteria_2548.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:631f65d8f910d242ebf21d98e668ce0e59b93d3e8c43f99dfcd8c457ec0ae581 +size 63887 diff --git a/MendeleyCXR/images/Darwin_00002299_person657_bacteria_2549.png b/MendeleyCXR/images/Darwin_00002299_person657_bacteria_2549.png new file mode 100644 index 0000000000000000000000000000000000000000..4f22c44b9e1e8c798f8d79c81d588705b256cf2e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002299_person657_bacteria_2549.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a581193ddd926c45f0f1c4dca691a9384a111c84ebce21b3e8ed6662573128a +size 69222 diff --git a/MendeleyCXR/images/Darwin_00002300_person658_bacteria_2550.png b/MendeleyCXR/images/Darwin_00002300_person658_bacteria_2550.png new file mode 100644 index 0000000000000000000000000000000000000000..f781a07fd3a478b3b1c8e91c400294d9dae35357 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002300_person658_bacteria_2550.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85f8f3cea2c3c9960e51c651945300d25555fab13ad4e3947a815da7acbea5f7 +size 67798 diff --git a/MendeleyCXR/images/Darwin_00002301_person659_bacteria_2551.png b/MendeleyCXR/images/Darwin_00002301_person659_bacteria_2551.png new file mode 100644 index 0000000000000000000000000000000000000000..90e86694759e4d6f9d06a21b30614b5a2b63e8bb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002301_person659_bacteria_2551.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:570739eb870470709477367040289946be4972b264b765ce250af18202fc9c8d +size 65959 diff --git a/MendeleyCXR/images/Darwin_00002302_person660_bacteria_2552.png b/MendeleyCXR/images/Darwin_00002302_person660_bacteria_2552.png new file mode 100644 index 0000000000000000000000000000000000000000..1aedbff7912ba6f96659be1a696db28e129290b2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002302_person660_bacteria_2552.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb925cdf392b70dfa00941ebff1789694154455020aa466cf606a7b0e30609a4 +size 69185 diff --git a/MendeleyCXR/images/Darwin_00002304_person662_bacteria_2554.png b/MendeleyCXR/images/Darwin_00002304_person662_bacteria_2554.png new file mode 100644 index 0000000000000000000000000000000000000000..c191a9d165949f874eac784d54d287d8dc4f8caf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002304_person662_bacteria_2554.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:770d85674cccc2e5d8de44db7809a5b2e4bef66192f44dd38d364871a1d59b8b +size 67124 diff --git a/MendeleyCXR/images/Darwin_00002305_person663_bacteria_2555.png b/MendeleyCXR/images/Darwin_00002305_person663_bacteria_2555.png new file mode 100644 index 0000000000000000000000000000000000000000..d293cc4912c0cd5ef2321d7bb12896d101a04102 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002305_person663_bacteria_2555.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c4a28863fb4c25f6cc41c21eb2e22156cbeb4ad9d06cb990831d5fd41e0e1a3 +size 77019 diff --git a/MendeleyCXR/images/Darwin_00002306_person665_bacteria_2557.png b/MendeleyCXR/images/Darwin_00002306_person665_bacteria_2557.png new file mode 100644 index 0000000000000000000000000000000000000000..8ed999b5d5306dcda17e80a7defe9b580e5f5b73 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002306_person665_bacteria_2557.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65827bd0507fa094bb5b97af83353660f9fa8e92211b5b17b91534065ed8865f +size 65125 diff --git a/MendeleyCXR/images/Darwin_00002307_person666_bacteria_2558.png b/MendeleyCXR/images/Darwin_00002307_person666_bacteria_2558.png new file mode 100644 index 0000000000000000000000000000000000000000..ed2c1c5eea00f9fefb73a22299f5d4870ab80880 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002307_person666_bacteria_2558.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:691660dd1aee0e75630e96e6f8e3a18f70a57bf50dc3b03f3e3b80442f4d76ae +size 71012 diff --git a/MendeleyCXR/images/Darwin_00002308_person669_bacteria_2561.png b/MendeleyCXR/images/Darwin_00002308_person669_bacteria_2561.png new file mode 100644 index 0000000000000000000000000000000000000000..17fdc947b836f4d03674d7081bcbcee1c8ba96a1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002308_person669_bacteria_2561.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75f07a57eb364110c239e45ac7f56a1c7308b944d41a681e51b839e879fc2f8f +size 65739 diff --git a/MendeleyCXR/images/Darwin_00002309_person669_bacteria_2562.png b/MendeleyCXR/images/Darwin_00002309_person669_bacteria_2562.png new file mode 100644 index 0000000000000000000000000000000000000000..8a289707e0a9b654bdc425cef77c609f06cdcb9a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002309_person669_bacteria_2562.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:487e495fb499dd5500f76058163ed7fe946f989266aebda17379f6fd1c63dfee +size 69758 diff --git a/MendeleyCXR/images/Darwin_00002310_person670_bacteria_2563.png b/MendeleyCXR/images/Darwin_00002310_person670_bacteria_2563.png new file mode 100644 index 0000000000000000000000000000000000000000..cc94644b91d3e34777f76a9d836ed4ee61afecf6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002310_person670_bacteria_2563.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e197261f9eeaf433eab344692bd8958d05092c835fd2f22d62f0f347e8ba6ca3 +size 78096 diff --git a/MendeleyCXR/images/Darwin_00002311_person671_bacteria_2564.png b/MendeleyCXR/images/Darwin_00002311_person671_bacteria_2564.png new file mode 100644 index 0000000000000000000000000000000000000000..04ea6d61d9878d03244bef2be56de9b6cde80ab3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002311_person671_bacteria_2564.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72bfe524a8dba860e9ba934db6f43f1b6587c7f67dace0d81b01fbd82d66d576 +size 70178 diff --git a/MendeleyCXR/images/Darwin_00002312_person672_bacteria_2565.png b/MendeleyCXR/images/Darwin_00002312_person672_bacteria_2565.png new file mode 100644 index 0000000000000000000000000000000000000000..1b7d6bbfb5c7850d91bff60a9ccb4cd990f653a9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002312_person672_bacteria_2565.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5131304c5c16c66076a6f05bb56a6c76614ee55b8a06c88bc6ac537f37495be8 +size 72138 diff --git a/MendeleyCXR/images/Darwin_00002313_person673_bacteria_2566.png b/MendeleyCXR/images/Darwin_00002313_person673_bacteria_2566.png new file mode 100644 index 0000000000000000000000000000000000000000..13eeb7d7210df140addcba214360f0618def7db5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002313_person673_bacteria_2566.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e088770e90d5e49f908f51d343cba09b35d3428f31637017e900a5d71dadecb9 +size 72924 diff --git a/MendeleyCXR/images/Darwin_00002314_person674_bacteria_2568.png b/MendeleyCXR/images/Darwin_00002314_person674_bacteria_2568.png new file mode 100644 index 0000000000000000000000000000000000000000..24fdef39700ebda6797d057ea85e2d6d5abc4c78 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002314_person674_bacteria_2568.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b9e8a99aff80b7c076450cfc566527dfe8d4d64edd59dc50d927b4b195f03f2 +size 69189 diff --git a/MendeleyCXR/images/Darwin_00002316_person677_bacteria_2571.png b/MendeleyCXR/images/Darwin_00002316_person677_bacteria_2571.png new file mode 100644 index 0000000000000000000000000000000000000000..296f26b6ffa69ab7b9380c0c810483c066089d32 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002316_person677_bacteria_2571.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d2231642d54992dfec1ae0d611284d6e4a45729e664fe41e851b91e8550fdd2 +size 66985 diff --git a/MendeleyCXR/images/Darwin_00002317_person678_bacteria_2572.png b/MendeleyCXR/images/Darwin_00002317_person678_bacteria_2572.png new file mode 100644 index 0000000000000000000000000000000000000000..f9ce7cb9f2d7fc47146837a1b3bb87136e4d26e3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002317_person678_bacteria_2572.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a8c4ad0b1d53b4f9058016d7af80b57713d131392f38684f79766f6789c1e8e +size 70750 diff --git a/MendeleyCXR/images/Darwin_00002319_person681_bacteria_2576.png b/MendeleyCXR/images/Darwin_00002319_person681_bacteria_2576.png new file mode 100644 index 0000000000000000000000000000000000000000..a2c9822643fd7adb910b8d330c3cd139e5ad4f14 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002319_person681_bacteria_2576.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a42f8f43af2ba13bd4a1c1c1246ee65cd829c31932a2a223c50d3b56bd501969 +size 72984 diff --git a/MendeleyCXR/images/Darwin_00002320_person683_bacteria_2578.png b/MendeleyCXR/images/Darwin_00002320_person683_bacteria_2578.png new file mode 100644 index 0000000000000000000000000000000000000000..9a63165ff45e9a45922f97442345383a065e5e72 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002320_person683_bacteria_2578.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa2732cc0e0378bd8fe7bd86deb4e0c82f0eea30213f31adad3f16853381c52c +size 69996 diff --git a/MendeleyCXR/images/Darwin_00002321_person684_bacteria_2580.png b/MendeleyCXR/images/Darwin_00002321_person684_bacteria_2580.png new file mode 100644 index 0000000000000000000000000000000000000000..0c2fbb98ee9bb5b6c1641cf4a179aee29e55e90f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002321_person684_bacteria_2580.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fba945661f165beeef87edf12000a1fe28cef567be84813cb4163e80de6770e0 +size 62356 diff --git a/MendeleyCXR/images/Darwin_00002322_person685_bacteria_2581.png b/MendeleyCXR/images/Darwin_00002322_person685_bacteria_2581.png new file mode 100644 index 0000000000000000000000000000000000000000..64fa50a4b0c4484ce7e761e2b0687ed3b0246a87 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002322_person685_bacteria_2581.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05ec9b57417bb880e5871fe74878acedae710d9702a116d68e014b0d95ba93ec +size 68020 diff --git a/MendeleyCXR/images/Darwin_00002323_person687_bacteria_2583.png b/MendeleyCXR/images/Darwin_00002323_person687_bacteria_2583.png new file mode 100644 index 0000000000000000000000000000000000000000..2d06cb7b99b0938dbdf08a4108011dada6740157 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002323_person687_bacteria_2583.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a24ad34b5898e0187270ca1eaba626f6ff3f755b4a5efa2f7e6b0e0c302724ff +size 77203 diff --git a/MendeleyCXR/images/Darwin_00002324_person688_bacteria_2584.png b/MendeleyCXR/images/Darwin_00002324_person688_bacteria_2584.png new file mode 100644 index 0000000000000000000000000000000000000000..d111c2d0c2820ac6ff6f5231812aeb537888cb65 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002324_person688_bacteria_2584.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b99ce4c3c569f5fc83358634977fdf98edf5092120a05109eeb25a83ef23582 +size 67495 diff --git a/MendeleyCXR/images/Darwin_00002325_person689_bacteria_2585.png b/MendeleyCXR/images/Darwin_00002325_person689_bacteria_2585.png new file mode 100644 index 0000000000000000000000000000000000000000..52486616d393557a4ff76d40909ec21a76bf6e37 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002325_person689_bacteria_2585.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f91bf0a57195ef7c21a08b54139312fc5d97e94cbe79b916f993bbb3e95f417 +size 70115 diff --git a/MendeleyCXR/images/Darwin_00002326_person689_bacteria_2586.png b/MendeleyCXR/images/Darwin_00002326_person689_bacteria_2586.png new file mode 100644 index 0000000000000000000000000000000000000000..e3721828e839e1cf04035b19188eba18f51047a0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002326_person689_bacteria_2586.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98e032e4043cfe199f400d7cdaafd321a61378e696ec825139ef123134dd0489 +size 74960 diff --git a/MendeleyCXR/images/Darwin_00002327_person690_bacteria_2587.png b/MendeleyCXR/images/Darwin_00002327_person690_bacteria_2587.png new file mode 100644 index 0000000000000000000000000000000000000000..966ea4389a5dee3b6691039fcec14fbe2d89b0c5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002327_person690_bacteria_2587.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:480ad5c0a835f113f1477f6567c69642d103b97072c8c9bb633e279d4ef8647d +size 68651 diff --git a/MendeleyCXR/images/Darwin_00002328_person691_bacteria_2588.png b/MendeleyCXR/images/Darwin_00002328_person691_bacteria_2588.png new file mode 100644 index 0000000000000000000000000000000000000000..9d1288313cd4e21adedb72af7573d0814a851ca3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002328_person691_bacteria_2588.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aa8d77930b2b207cb9ea111cdf01dc7b9e61eaf45401629fda63c4af15b3b0d +size 62447 diff --git a/MendeleyCXR/images/Darwin_00002329_person692_bacteria_2589.png b/MendeleyCXR/images/Darwin_00002329_person692_bacteria_2589.png new file mode 100644 index 0000000000000000000000000000000000000000..5807f06817ef2e985fd83dec947cb1749d237f52 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002329_person692_bacteria_2589.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dbca42a9b4327713995b1b1059b35a26146d5fface73325c120e8f3a54cadf7 +size 66548 diff --git a/MendeleyCXR/images/Darwin_00002330_person693_bacteria_2590.png b/MendeleyCXR/images/Darwin_00002330_person693_bacteria_2590.png new file mode 100644 index 0000000000000000000000000000000000000000..1d2378ebadda46775b6d94288e7a76921faf3da1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002330_person693_bacteria_2590.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1ee5d58fc0218259ea92807ded28735f4e3d4d4f5a0111f8b9cc7c1dbd52f97 +size 68819 diff --git a/MendeleyCXR/images/Darwin_00002332_person699_bacteria_2598.png b/MendeleyCXR/images/Darwin_00002332_person699_bacteria_2598.png new file mode 100644 index 0000000000000000000000000000000000000000..e620212a2d164ec54018ef17773597848f76afd1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002332_person699_bacteria_2598.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6401519158bede0deecce2e67d7cbbc441cede5fe89aa5e60358bfbc1f07e2e +size 72581 diff --git a/MendeleyCXR/images/Darwin_00002333_person700_bacteria_2599.png b/MendeleyCXR/images/Darwin_00002333_person700_bacteria_2599.png new file mode 100644 index 0000000000000000000000000000000000000000..c57a5e882f24ecf76f9f092a9146f45ae1cf8ff4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002333_person700_bacteria_2599.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1be903fcdaa73ab0e1ae100d1279727914a0c331c435216227c8aafed082a91 +size 71532 diff --git a/MendeleyCXR/images/Darwin_00002334_person701_bacteria_2600.png b/MendeleyCXR/images/Darwin_00002334_person701_bacteria_2600.png new file mode 100644 index 0000000000000000000000000000000000000000..8ff090b6e3640751bf002545fc8ef203c6a9ba9a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002334_person701_bacteria_2600.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:321c4e5146e0b18c60d1af5933a9eac5a07c5781a4109e38e4f2db95e7b0e426 +size 72274 diff --git a/MendeleyCXR/images/Darwin_00002335_person702_bacteria_2601.png b/MendeleyCXR/images/Darwin_00002335_person702_bacteria_2601.png new file mode 100644 index 0000000000000000000000000000000000000000..feb1df9b2efb9f0a2a5f94b507456b89a3ec1df3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002335_person702_bacteria_2601.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a226e48696504332aa20caa183947b5de2fa715c6e41b164086738a642e8d83 +size 74151 diff --git a/MendeleyCXR/images/Darwin_00002336_person703_bacteria_2602.png b/MendeleyCXR/images/Darwin_00002336_person703_bacteria_2602.png new file mode 100644 index 0000000000000000000000000000000000000000..48a68adb13c3b16e2e357b429b457681ef2a82f4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002336_person703_bacteria_2602.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77125e202c18ed86d70b6fb190fa73625997e0183f0e95e06913e3acb273f99b +size 73050 diff --git a/MendeleyCXR/images/Darwin_00002337_person704_bacteria_2603.png b/MendeleyCXR/images/Darwin_00002337_person704_bacteria_2603.png new file mode 100644 index 0000000000000000000000000000000000000000..d8dacf36eea69118e5f8c17fb1c56b6c40f16b25 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002337_person704_bacteria_2603.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9fa4a6a9eb2f3051d6f600cd963431151737e823bb899357f96556500f37afb +size 69994 diff --git a/MendeleyCXR/images/Darwin_00002338_person707_bacteria_2606.png b/MendeleyCXR/images/Darwin_00002338_person707_bacteria_2606.png new file mode 100644 index 0000000000000000000000000000000000000000..b940728a435c7436ca8ea421c76c9239f76d15d1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002338_person707_bacteria_2606.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e9254dcac9187669673354289e1a23c5110b179aeaf6f1d5a81d7857c5db7b8 +size 71552 diff --git a/MendeleyCXR/images/Darwin_00002339_person709_bacteria_2608.png b/MendeleyCXR/images/Darwin_00002339_person709_bacteria_2608.png new file mode 100644 index 0000000000000000000000000000000000000000..2d1a88e44475bcc3cb7ce6b4720475a1e8ed0050 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002339_person709_bacteria_2608.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9845295cfbf2fc868e7394e6a725bf378cf01b276cf91836975ef4536b194f09 +size 75141 diff --git a/MendeleyCXR/images/Darwin_00002340_person710_bacteria_2611.png b/MendeleyCXR/images/Darwin_00002340_person710_bacteria_2611.png new file mode 100644 index 0000000000000000000000000000000000000000..69cdb953faf232f28aa5851ee253b3a316083ebd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002340_person710_bacteria_2611.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2e8848995855b88a66df3543b83c13d46329bbbfaa89a1818580cc8825366e9 +size 78362 diff --git a/MendeleyCXR/images/Darwin_00002341_person711_bacteria_2612.png b/MendeleyCXR/images/Darwin_00002341_person711_bacteria_2612.png new file mode 100644 index 0000000000000000000000000000000000000000..94370afe6f22961eaa2c0fb50d221c73919045f7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002341_person711_bacteria_2612.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d49421069d988bbd643503f89989aeef2c078b6b6888d377df159693bc6648d +size 74569 diff --git a/MendeleyCXR/images/Darwin_00002342_person712_bacteria_2613.png b/MendeleyCXR/images/Darwin_00002342_person712_bacteria_2613.png new file mode 100644 index 0000000000000000000000000000000000000000..a5c59f06c729f5e29abc1eda6f270c6ed163c029 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002342_person712_bacteria_2613.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c98cca3695fe5e19b1af9b36711535a4acf9e7223c15ce995a1983a79995cc76 +size 71202 diff --git a/MendeleyCXR/images/Darwin_00002343_person713_bacteria_2614.png b/MendeleyCXR/images/Darwin_00002343_person713_bacteria_2614.png new file mode 100644 index 0000000000000000000000000000000000000000..cab86e9a4e23a1c5dcd431596713e172b2fe5c3c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002343_person713_bacteria_2614.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f995b5634d0d25b209fb7b7c27a902d897483918a7ba908829ace1ab130be9b +size 72887 diff --git a/MendeleyCXR/images/Darwin_00002344_person714_bacteria_2615.png b/MendeleyCXR/images/Darwin_00002344_person714_bacteria_2615.png new file mode 100644 index 0000000000000000000000000000000000000000..536188d852a2bbdb5a5b2f936712f8e3122fc1d1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002344_person714_bacteria_2615.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31f66a445b7f23e8f5609190aa6e5b0715d8a4ef3b5d215e8f66c5d0dce11811 +size 81709 diff --git a/MendeleyCXR/images/Darwin_00002345_person716_bacteria_2617.png b/MendeleyCXR/images/Darwin_00002345_person716_bacteria_2617.png new file mode 100644 index 0000000000000000000000000000000000000000..2919778bf928adc85604eea77c7d9f21b7faaf42 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002345_person716_bacteria_2617.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4f8b2f7355f732cea3b6cd6799a17521d65f535f1aae01d1a38224deae3c6cb +size 66685 diff --git a/MendeleyCXR/images/Darwin_00002346_person717_bacteria_2618.png b/MendeleyCXR/images/Darwin_00002346_person717_bacteria_2618.png new file mode 100644 index 0000000000000000000000000000000000000000..5b66ea6fb1d704130b2402f6cc06aace01de44d7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002346_person717_bacteria_2618.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a48452058378a6c736d5693f514ff3ba8e170b8dc44bee695968ea5d4dc72f3 +size 66008 diff --git a/MendeleyCXR/images/Darwin_00002347_person718_bacteria_2620.png b/MendeleyCXR/images/Darwin_00002347_person718_bacteria_2620.png new file mode 100644 index 0000000000000000000000000000000000000000..53774a8e33336f700c52b98f7acb72479717bd56 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002347_person718_bacteria_2620.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c88a82e8e8b5834e65a9464e3d9cb36226ba51e0f6ab7e4039f634ade4caa868 +size 76340 diff --git a/MendeleyCXR/images/Darwin_00002348_person719_bacteria_2621.png b/MendeleyCXR/images/Darwin_00002348_person719_bacteria_2621.png new file mode 100644 index 0000000000000000000000000000000000000000..94147fc5c5851372b633805d6afb636ab51d8d69 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002348_person719_bacteria_2621.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba74ac59f14be311bb9884120da29fd75d38da96b399bb639680c25b169d4915 +size 72160 diff --git a/MendeleyCXR/images/Darwin_00002349_person720_bacteria_2622.png b/MendeleyCXR/images/Darwin_00002349_person720_bacteria_2622.png new file mode 100644 index 0000000000000000000000000000000000000000..325b56d36e474ce880cb359f79178b8d5ba45826 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002349_person720_bacteria_2622.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a75d6e07c40664e181270ae36866bada0df8a2cdba759e116df68e78c1a41ea +size 63846 diff --git a/MendeleyCXR/images/Darwin_00002350_person721_bacteria_2623.png b/MendeleyCXR/images/Darwin_00002350_person721_bacteria_2623.png new file mode 100644 index 0000000000000000000000000000000000000000..c4cc4615dc31b1faa968ec169056c8a7709d0a19 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002350_person721_bacteria_2623.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27d68bf41f2ab25ff90a94c4b5b8f3aa652d76f3e4e85cacbfc0b4d088c998c4 +size 72296 diff --git a/MendeleyCXR/images/Darwin_00002351_person723_bacteria_2625.png b/MendeleyCXR/images/Darwin_00002351_person723_bacteria_2625.png new file mode 100644 index 0000000000000000000000000000000000000000..ffeeb7826b397cc4c838838d3f541826d205e3f5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002351_person723_bacteria_2625.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:356758299c24309ee66826822e10729849a3000445ed00164e63f5e35fdaefcb +size 74054 diff --git a/MendeleyCXR/images/Darwin_00002352_person724_bacteria_2626.png b/MendeleyCXR/images/Darwin_00002352_person724_bacteria_2626.png new file mode 100644 index 0000000000000000000000000000000000000000..fe78f6fedafec9ca726b473995bc6e713918f51f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002352_person724_bacteria_2626.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9811a29a0a5a97728177e9e7c04b74f157f885e70d5b137e1851786c2c10bc71 +size 73595 diff --git a/MendeleyCXR/images/Darwin_00002353_person725_bacteria_2627.png b/MendeleyCXR/images/Darwin_00002353_person725_bacteria_2627.png new file mode 100644 index 0000000000000000000000000000000000000000..58a141014ea7f920fdb6b222cfee8571694fbdf0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002353_person725_bacteria_2627.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a71557d6ef249cb8ea0d922d133b8ab3baf7910baa15965827a253c7d4c9c92a +size 75213 diff --git a/MendeleyCXR/images/Darwin_00002355_person727_bacteria_2629.png b/MendeleyCXR/images/Darwin_00002355_person727_bacteria_2629.png new file mode 100644 index 0000000000000000000000000000000000000000..6f82938d63228690ce4a1489a4c5500b3816a865 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002355_person727_bacteria_2629.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c731067dbd6c584a103ad96ea2c83d76cd4a023843f943b2fc454017c4820b77 +size 78649 diff --git a/MendeleyCXR/images/Darwin_00002356_person728_bacteria_2630.png b/MendeleyCXR/images/Darwin_00002356_person728_bacteria_2630.png new file mode 100644 index 0000000000000000000000000000000000000000..3342f83c4228b00e99a4d01ef9dc57e63acc254b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002356_person728_bacteria_2630.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:943987cd4878734d4aca740134f6427dbb79b8fa24ec1ded0898eccaab3c3617 +size 65394 diff --git a/MendeleyCXR/images/Darwin_00002357_person5_bacteria_15.png b/MendeleyCXR/images/Darwin_00002357_person5_bacteria_15.png new file mode 100644 index 0000000000000000000000000000000000000000..d40c1e1b9b32f0b3ab31cf459822624764091785 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002357_person5_bacteria_15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:805e09eaea078fbfcca34ac7425e1a1bee17050bbbd1930b8c36642c409526ce +size 73684 diff --git a/MendeleyCXR/images/Darwin_00002358_person5_bacteria_16.png b/MendeleyCXR/images/Darwin_00002358_person5_bacteria_16.png new file mode 100644 index 0000000000000000000000000000000000000000..75d988849eaa5f4d3dd8391024b08a17dd873730 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002358_person5_bacteria_16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11dee446ddc65c4e4cba5d51fe4e0f90de6458a316db4d0fd0ce2b033e3fb392 +size 72617 diff --git a/MendeleyCXR/images/Darwin_00002359_person5_bacteria_17.png b/MendeleyCXR/images/Darwin_00002359_person5_bacteria_17.png new file mode 100644 index 0000000000000000000000000000000000000000..96d07f8b4884aa5ee8a3e7170c759b922647d7d9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002359_person5_bacteria_17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb9431c9ca016ff484d2b1bde39ad5a2345ef99cc5983a869923c07bcdc71ea1 +size 71802 diff --git a/MendeleyCXR/images/Darwin_00002360_person5_bacteria_19.png b/MendeleyCXR/images/Darwin_00002360_person5_bacteria_19.png new file mode 100644 index 0000000000000000000000000000000000000000..23572b0046e3560ef055d618abc901adf2309e8a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002360_person5_bacteria_19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:158533403f628b5368b2fe6830c3f1e0657bc93be936798b0c4dce4bb51ee497 +size 73045 diff --git a/MendeleyCXR/images/Darwin_00002361_person52_bacteria_249.png b/MendeleyCXR/images/Darwin_00002361_person52_bacteria_249.png new file mode 100644 index 0000000000000000000000000000000000000000..4772e3cb642e664d100deabaa02571153f24d7b5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002361_person52_bacteria_249.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4786214206748ae35c0a73d5802e5fcd3620a2ba0feae1fea56f337d0d69bbb6 +size 67036 diff --git a/MendeleyCXR/images/Darwin_00002362_person52_bacteria_251.png b/MendeleyCXR/images/Darwin_00002362_person52_bacteria_251.png new file mode 100644 index 0000000000000000000000000000000000000000..654b46dedd2af5a2ddd87e16f28856485ce2ab05 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002362_person52_bacteria_251.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32818f9e129c2981b6f399d11f7d52a4baa39fe7f2fa46c74c5dd4b52932813b +size 78286 diff --git a/MendeleyCXR/images/Darwin_00002363_person53_bacteria_252.png b/MendeleyCXR/images/Darwin_00002363_person53_bacteria_252.png new file mode 100644 index 0000000000000000000000000000000000000000..9989a4d6163e84fe5a82e6bbd6196e81cbc64557 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002363_person53_bacteria_252.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a28743b67c54b80a9bc83762ba41ec9093f938c95add69c99d9da0320a8a44c4 +size 76016 diff --git a/MendeleyCXR/images/Darwin_00002364_person53_bacteria_253.png b/MendeleyCXR/images/Darwin_00002364_person53_bacteria_253.png new file mode 100644 index 0000000000000000000000000000000000000000..e3dbdbe705b345214e5f979dbebf09ca5a972c7c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002364_person53_bacteria_253.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63a880f5f39520646e990f380497d8aa21e7a1ebde7a0b8658d5ec004c36ca03 +size 72875 diff --git a/MendeleyCXR/images/Darwin_00002365_person53_bacteria_254.png b/MendeleyCXR/images/Darwin_00002365_person53_bacteria_254.png new file mode 100644 index 0000000000000000000000000000000000000000..00dbe4a30801132e6bf2ddf6c2f881f729dd618d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002365_person53_bacteria_254.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da780507df74509e879bc61d875fb10d8928ead9b9190a434da87d81c81c1948 +size 77049 diff --git a/MendeleyCXR/images/Darwin_00002366_person53_bacteria_255.png b/MendeleyCXR/images/Darwin_00002366_person53_bacteria_255.png new file mode 100644 index 0000000000000000000000000000000000000000..516e9a92aa297fa7942a5f6be67e4c4b2c7e172f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002366_person53_bacteria_255.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a41d45c3decf86002c029be188f52ea264aea17e4c73947706b7f2c9946a63b +size 79623 diff --git a/MendeleyCXR/images/Darwin_00002367_person54_bacteria_257.png b/MendeleyCXR/images/Darwin_00002367_person54_bacteria_257.png new file mode 100644 index 0000000000000000000000000000000000000000..16c36aa83bea61fed99a54cee512e7e06e097607 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002367_person54_bacteria_257.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c455c4762fe25cf4699334b29a962e6a0247a0f0dc5b2e35fd76a851861afeb +size 70106 diff --git a/MendeleyCXR/images/Darwin_00002368_person54_bacteria_258.png b/MendeleyCXR/images/Darwin_00002368_person54_bacteria_258.png new file mode 100644 index 0000000000000000000000000000000000000000..c24457db0e27dc5204d1baedd22c0c31759af7e9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002368_person54_bacteria_258.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9048d6450ea4c7281a25090876ae1b3d7bb7242d41a137b7018a0ef3d4e67e6e +size 72248 diff --git a/MendeleyCXR/images/Darwin_00002369_person55_bacteria_260.png b/MendeleyCXR/images/Darwin_00002369_person55_bacteria_260.png new file mode 100644 index 0000000000000000000000000000000000000000..c433dd97d5dec47d78f558520002e9d1f42a9bc3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002369_person55_bacteria_260.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d30144cc20380c4d02f4cd3e4813fb2d7665ca10ab6097391afa637c165ee844 +size 69795 diff --git a/MendeleyCXR/images/Darwin_00002370_person55_bacteria_261.png b/MendeleyCXR/images/Darwin_00002370_person55_bacteria_261.png new file mode 100644 index 0000000000000000000000000000000000000000..24ba4d9fa01de67510e055e5aaa7fdf7712e92f7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002370_person55_bacteria_261.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab2cfcda34b943153ab7b198bfedb34eebb15fc75c3f55337f5a3b5568ead792 +size 76458 diff --git a/MendeleyCXR/images/Darwin_00002371_person55_bacteria_262.png b/MendeleyCXR/images/Darwin_00002371_person55_bacteria_262.png new file mode 100644 index 0000000000000000000000000000000000000000..58add685ca485ba31a929a4be977ee6631ce8703 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002371_person55_bacteria_262.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2f544894ed8d3b3102a022e876496bbdae37900a652a985e7c987fd3bbc2f60 +size 75893 diff --git a/MendeleyCXR/images/Darwin_00002372_person55_bacteria_263.png b/MendeleyCXR/images/Darwin_00002372_person55_bacteria_263.png new file mode 100644 index 0000000000000000000000000000000000000000..c3feecca4dbfe55cdc1cf377a2add599d14d8a3b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002372_person55_bacteria_263.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17300d01346d65f49d600bea46ceab854a5086f76491205075106464e4197df9 +size 73594 diff --git a/MendeleyCXR/images/Darwin_00002373_person55_bacteria_264.png b/MendeleyCXR/images/Darwin_00002373_person55_bacteria_264.png new file mode 100644 index 0000000000000000000000000000000000000000..3d9d0d3185183e4637eaaec176d0b25c930ef96a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002373_person55_bacteria_264.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b01024ee167651a089557b21bc32e28ea3ab65a6c7f1327dd0da3f68e6e32b6 +size 77117 diff --git a/MendeleyCXR/images/Darwin_00002374_person55_bacteria_265.png b/MendeleyCXR/images/Darwin_00002374_person55_bacteria_265.png new file mode 100644 index 0000000000000000000000000000000000000000..c91ba58c063f03179c1df70bdace2f866c233ff2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002374_person55_bacteria_265.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6474c14dd73b6273c8eaae8206e4c71fc0dd557c2614d5558e2a8a3e769025d6 +size 75281 diff --git a/MendeleyCXR/images/Darwin_00002375_person55_bacteria_266.png b/MendeleyCXR/images/Darwin_00002375_person55_bacteria_266.png new file mode 100644 index 0000000000000000000000000000000000000000..d80aa044f020ef84430d079aa30a788407e6b9c1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002375_person55_bacteria_266.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a9e7ae0f9ddf7c32a8d99d3f8a0a1d8551566fafb9f2526788821615c50b825 +size 69410 diff --git a/MendeleyCXR/images/Darwin_00002376_person56_bacteria_267.png b/MendeleyCXR/images/Darwin_00002376_person56_bacteria_267.png new file mode 100644 index 0000000000000000000000000000000000000000..c776a3579f9a45d2c844744df84e6a9d13cbb52e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002376_person56_bacteria_267.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0d8eb35086d3081fb4117f0fd61af45fc103878c2b7ebc5544da311f63c995d +size 74945 diff --git a/MendeleyCXR/images/Darwin_00002377_person56_bacteria_268.png b/MendeleyCXR/images/Darwin_00002377_person56_bacteria_268.png new file mode 100644 index 0000000000000000000000000000000000000000..cc5e3e55b17207e52604a8d0a8626660a6c907ba --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002377_person56_bacteria_268.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b61ce861436c51cc1d823289926ffb989ec1b1b99cdf7efb800cf0baae8fe1bd +size 66100 diff --git a/MendeleyCXR/images/Darwin_00002378_person56_bacteria_269.png b/MendeleyCXR/images/Darwin_00002378_person56_bacteria_269.png new file mode 100644 index 0000000000000000000000000000000000000000..59cb06eb324b3c9f4e57804594708cfa7158bfc4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002378_person56_bacteria_269.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7869ee1cc98889b94f83fa2a00259861177a1b36c11275db6efd3a33d066bd2d +size 68743 diff --git a/MendeleyCXR/images/Darwin_00002379_person57_bacteria_270.png b/MendeleyCXR/images/Darwin_00002379_person57_bacteria_270.png new file mode 100644 index 0000000000000000000000000000000000000000..8267f5efce4e5288f391a96fdd2f4ba10dd26917 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002379_person57_bacteria_270.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d5988c88e4d6c06f19e3a71e14869792dc5ea71349893403b6ec634daaafeec +size 71717 diff --git a/MendeleyCXR/images/Darwin_00002380_person57_bacteria_271.png b/MendeleyCXR/images/Darwin_00002380_person57_bacteria_271.png new file mode 100644 index 0000000000000000000000000000000000000000..66c38d20f7c768827d5173ba74e3794b1903d924 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002380_person57_bacteria_271.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:062747205a41bfd3edb57d21dc603cf6810f9432d31cc4f4c5ea6c2d186c73d7 +size 78032 diff --git a/MendeleyCXR/images/Darwin_00002381_person58_bacteria_272.png b/MendeleyCXR/images/Darwin_00002381_person58_bacteria_272.png new file mode 100644 index 0000000000000000000000000000000000000000..8457baa0662c2dcb84a7dc52775a091bf75f51b0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002381_person58_bacteria_272.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b231cd472cbc3b1de21d883e55daf7b0fe109f8e474c960798736746d87c2ab5 +size 66958 diff --git a/MendeleyCXR/images/Darwin_00002382_person58_bacteria_273.png b/MendeleyCXR/images/Darwin_00002382_person58_bacteria_273.png new file mode 100644 index 0000000000000000000000000000000000000000..e68d3d2e965105b2108953bc93532e68f16f0597 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002382_person58_bacteria_273.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d358af4ca3f148ad02bb7ae6783fd43a29c77c2d423046e1a7aad977f76e771 +size 65429 diff --git a/MendeleyCXR/images/Darwin_00002384_person58_bacteria_275.png b/MendeleyCXR/images/Darwin_00002384_person58_bacteria_275.png new file mode 100644 index 0000000000000000000000000000000000000000..fd04e2252072d89d06cd67eac1331aa39df96f21 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002384_person58_bacteria_275.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0641a3cb72d7f57d01259b30d455fa7daebd2dde18fea5082a02e81c409a3216 +size 70364 diff --git a/MendeleyCXR/images/Darwin_00002385_person58_bacteria_276.png b/MendeleyCXR/images/Darwin_00002385_person58_bacteria_276.png new file mode 100644 index 0000000000000000000000000000000000000000..3212621a6ef3f20aff65ed9acc0cd8dd7dcbb1ce --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002385_person58_bacteria_276.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d277a55a321b2b3a5e8f893e729c8232f43c9773ec39d3bf5bf68e3d81c7e50 +size 70836 diff --git a/MendeleyCXR/images/Darwin_00002386_person58_bacteria_277.png b/MendeleyCXR/images/Darwin_00002386_person58_bacteria_277.png new file mode 100644 index 0000000000000000000000000000000000000000..ae5cc79e1d4b361df12a08b45602dd967e62869d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002386_person58_bacteria_277.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ede597229982c05bb3f108524f89af5847df9e29ac063dddef83209f2b61347e +size 71313 diff --git a/MendeleyCXR/images/Darwin_00002387_person58_bacteria_278.png b/MendeleyCXR/images/Darwin_00002387_person58_bacteria_278.png new file mode 100644 index 0000000000000000000000000000000000000000..137cef3cfa233473ac18a497a0df2202808fb87c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002387_person58_bacteria_278.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a52ec9dbbe2cc25b9345960c71d4369895f702ef125234166c278eb8a0982398 +size 71100 diff --git a/MendeleyCXR/images/Darwin_00002390_person59_bacteria_281.png b/MendeleyCXR/images/Darwin_00002390_person59_bacteria_281.png new file mode 100644 index 0000000000000000000000000000000000000000..3d07b439665044877ddf195a2a1cbc611f48d849 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002390_person59_bacteria_281.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc92445c0048c45b7f54c6986920261695df78b453ae8ae0045bc2a83f661135 +size 69300 diff --git a/MendeleyCXR/images/Darwin_00002393_person59_bacteria_284.png b/MendeleyCXR/images/Darwin_00002393_person59_bacteria_284.png new file mode 100644 index 0000000000000000000000000000000000000000..a785b837ab00cb8a7824d1fdcc72af36a6c17bef --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002393_person59_bacteria_284.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:207fbba168ada0f16418691718bfa0191f7f2011ef6dd381f9058535dfd37176 +size 70759 diff --git a/MendeleyCXR/images/Darwin_00002394_person526_bacteria_2221.png b/MendeleyCXR/images/Darwin_00002394_person526_bacteria_2221.png new file mode 100644 index 0000000000000000000000000000000000000000..a563c8b64d5e79da6c11a08acd0e1b0050ca74f1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002394_person526_bacteria_2221.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b867941585e705a92479ca916debbff095fe4de30bc09a01eb2d9b3aab80cbd3 +size 72407 diff --git a/MendeleyCXR/images/Darwin_00002395_person527_bacteria_2225.png b/MendeleyCXR/images/Darwin_00002395_person527_bacteria_2225.png new file mode 100644 index 0000000000000000000000000000000000000000..6d9c3a3401a81266f7fb6327101db815de8ddbdf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002395_person527_bacteria_2225.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16e49c2e7263443a9c5681eefea3090765251a37826d4d9e7c3d609c52948ff7 +size 72029 diff --git a/MendeleyCXR/images/Darwin_00002396_person527_bacteria_2226.png b/MendeleyCXR/images/Darwin_00002396_person527_bacteria_2226.png new file mode 100644 index 0000000000000000000000000000000000000000..f36a3822d49febba6ad20a36c3ab59920ac338e5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002396_person527_bacteria_2226.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:625c19af6dccbd7f859988da9606c10a3cd07d35e95695d3d323fd5c1e56011b +size 77412 diff --git a/MendeleyCXR/images/Darwin_00002397_person528_bacteria_2227.png b/MendeleyCXR/images/Darwin_00002397_person528_bacteria_2227.png new file mode 100644 index 0000000000000000000000000000000000000000..8b1240f74950b6f632d0022dc93fdb286e40324d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002397_person528_bacteria_2227.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e753255025d0d9ea9008cda28da17526cbac376101aebf5962814bbfce5c476f +size 73222 diff --git a/MendeleyCXR/images/Darwin_00002398_person529_bacteria_2228.png b/MendeleyCXR/images/Darwin_00002398_person529_bacteria_2228.png new file mode 100644 index 0000000000000000000000000000000000000000..4f0d47b01e2119ea0dcfc83f79d78d541850303d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002398_person529_bacteria_2228.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:043522ae3b7f14ec7cd3e1e8f0d03b847abd0896e141238bff43bde97f84e4a0 +size 66204 diff --git a/MendeleyCXR/images/Darwin_00002399_person529_bacteria_2229.png b/MendeleyCXR/images/Darwin_00002399_person529_bacteria_2229.png new file mode 100644 index 0000000000000000000000000000000000000000..4e5d8246f8ebe66164b7609ce38159af844d8303 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002399_person529_bacteria_2229.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b39741560d125849400a30a3e590a8316723f493948a3400cc7a1df7d2a5b73a +size 70700 diff --git a/MendeleyCXR/images/Darwin_00002400_person529_bacteria_2230.png b/MendeleyCXR/images/Darwin_00002400_person529_bacteria_2230.png new file mode 100644 index 0000000000000000000000000000000000000000..505462444b1605e7c41ad49e8d7bd7f505d79a6c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002400_person529_bacteria_2230.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e712727e350c3173f1088c26918bd28b7a1e25cc3839cab918b8d1be8329ab00 +size 77887 diff --git a/MendeleyCXR/images/Darwin_00002401_person530_bacteria_2231.png b/MendeleyCXR/images/Darwin_00002401_person530_bacteria_2231.png new file mode 100644 index 0000000000000000000000000000000000000000..381c36cd4d09de027494df4db291b8e3026464ae --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002401_person530_bacteria_2231.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8501ed2dd95f7e7b9628729c7b38907b0ed27896b0dca5b912d444e910c50216 +size 72561 diff --git a/MendeleyCXR/images/Darwin_00002402_person530_bacteria_2233.png b/MendeleyCXR/images/Darwin_00002402_person530_bacteria_2233.png new file mode 100644 index 0000000000000000000000000000000000000000..34837cca165816920c31bac33a411b32e98e94e1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002402_person530_bacteria_2233.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b0bfbf2a7b2ca37a91768d3da307c466d945680bebb7f2891f1c8e9b7677e19 +size 68337 diff --git a/MendeleyCXR/images/Darwin_00002403_person531_bacteria_2235.png b/MendeleyCXR/images/Darwin_00002403_person531_bacteria_2235.png new file mode 100644 index 0000000000000000000000000000000000000000..0b786522e807492bb2bebfbad18ef7e618be2ea7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002403_person531_bacteria_2235.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62cbe87a2aa1dfcdba4843bf767e59d7479413e6afbca70b44b93b142f5ae1ac +size 70599 diff --git a/MendeleyCXR/images/Darwin_00002404_person531_bacteria_2236.png b/MendeleyCXR/images/Darwin_00002404_person531_bacteria_2236.png new file mode 100644 index 0000000000000000000000000000000000000000..940e165129f9510f2ca7f7b72c1c1b33ee5accfc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002404_person531_bacteria_2236.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:695faaf4d81af1d818cbed20ec5e4c16640dbc7aadc87d3619c99b108da6f8d1 +size 72118 diff --git a/MendeleyCXR/images/Darwin_00002405_person531_bacteria_2237.png b/MendeleyCXR/images/Darwin_00002405_person531_bacteria_2237.png new file mode 100644 index 0000000000000000000000000000000000000000..b04a7ef8f2e49c0cf40a3ddb1de80ed5839496d8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002405_person531_bacteria_2237.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cad57a149be7f3d44c0de5dfb4eb0a1a9591bacc69d466e237c8033df2b94fc0 +size 71109 diff --git a/MendeleyCXR/images/Darwin_00002406_person531_bacteria_2238.png b/MendeleyCXR/images/Darwin_00002406_person531_bacteria_2238.png new file mode 100644 index 0000000000000000000000000000000000000000..1ecdb6d415d2d50cff5de38281f1465807fae9ad --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002406_person531_bacteria_2238.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d50dbd4c1399b64530937c94d04e07ec59dfeaf1f0289dbecc1ac01138245791 +size 62316 diff --git a/MendeleyCXR/images/Darwin_00002407_person531_bacteria_2239.png b/MendeleyCXR/images/Darwin_00002407_person531_bacteria_2239.png new file mode 100644 index 0000000000000000000000000000000000000000..92db3ca2421c66d94ab45557e60c66c1b96cf2db --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002407_person531_bacteria_2239.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83494820156de5debaa6f70ced614abe0410b54b0c0d96472d9ab613ef49d0d1 +size 71637 diff --git a/MendeleyCXR/images/Darwin_00002408_person531_bacteria_2240.png b/MendeleyCXR/images/Darwin_00002408_person531_bacteria_2240.png new file mode 100644 index 0000000000000000000000000000000000000000..c8b94238c60a31281809bfad65864ef5492e0187 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002408_person531_bacteria_2240.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e829015780afd8538985641f3cd1b422126bd5bf68c318e070b6026e98e4cd0e +size 71249 diff --git a/MendeleyCXR/images/Darwin_00002409_person531_bacteria_2241.png b/MendeleyCXR/images/Darwin_00002409_person531_bacteria_2241.png new file mode 100644 index 0000000000000000000000000000000000000000..48d5910d3c8b26ceff18f1513f8508121e840a70 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002409_person531_bacteria_2241.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de013c8661c23786afe72737d33e4f6f6bb426da1146bc50ee1e2a35398d36ab +size 72346 diff --git a/MendeleyCXR/images/Darwin_00002410_person531_bacteria_2242.png b/MendeleyCXR/images/Darwin_00002410_person531_bacteria_2242.png new file mode 100644 index 0000000000000000000000000000000000000000..1f4d8c6db22529227fc6c8f5b7377ea80b775fe4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002410_person531_bacteria_2242.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42f1565628d23242597f1db10c67e9c811cd29955262b0ac4c8de8cb608ae8f2 +size 74578 diff --git a/MendeleyCXR/images/Darwin_00002411_person533_bacteria_2245.png b/MendeleyCXR/images/Darwin_00002411_person533_bacteria_2245.png new file mode 100644 index 0000000000000000000000000000000000000000..416de7115a02ab12d3cbe3670abb144a6811887c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002411_person533_bacteria_2245.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3268d807d3c382ccb0f105cabdbf8d9730cbfd7cb17f7cb62225c4cd7d74f9b0 +size 62658 diff --git a/MendeleyCXR/images/Darwin_00002412_person533_bacteria_2250.png b/MendeleyCXR/images/Darwin_00002412_person533_bacteria_2250.png new file mode 100644 index 0000000000000000000000000000000000000000..1b35daabcab656a52b66d4233635b11d2cf1d35e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002412_person533_bacteria_2250.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13629ee0d962d48c54888d8d7a73bd6e9042b2b82bce1262d2b898c8f4553b97 +size 68436 diff --git a/MendeleyCXR/images/Darwin_00002413_person534_bacteria_2251.png b/MendeleyCXR/images/Darwin_00002413_person534_bacteria_2251.png new file mode 100644 index 0000000000000000000000000000000000000000..dc34b4b0b228726775f0a3c7068a8e760f92ee00 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002413_person534_bacteria_2251.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c2329299860cd11437cada9d772693fa8c2a087eb0a49d7f41cd09facc5b3e9 +size 77375 diff --git a/MendeleyCXR/images/Darwin_00002414_person534_bacteria_2252.png b/MendeleyCXR/images/Darwin_00002414_person534_bacteria_2252.png new file mode 100644 index 0000000000000000000000000000000000000000..8a4f44412e7428cb3b1258f99b76df3b67b867d1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002414_person534_bacteria_2252.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4d060252ae3b541994cda15f90f9e7ac2a4be397a493d60c7a0796ccc83b7d3 +size 69452 diff --git a/MendeleyCXR/images/Darwin_00002415_person534_bacteria_2253.png b/MendeleyCXR/images/Darwin_00002415_person534_bacteria_2253.png new file mode 100644 index 0000000000000000000000000000000000000000..a44b7b9b7c7354957e971af202c25386d9df5be6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002415_person534_bacteria_2253.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8efad7f2709553966b1099245070d2a0ac860761f656071c0dc8c7cd5ae7f20 +size 76585 diff --git a/MendeleyCXR/images/Darwin_00002416_person534_bacteria_2254.png b/MendeleyCXR/images/Darwin_00002416_person534_bacteria_2254.png new file mode 100644 index 0000000000000000000000000000000000000000..4e6a7647930b4921f16473af26faf55c80d08bf8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002416_person534_bacteria_2254.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a92f5bc713817b67d7d1d146578cfb3fb335a66e8b939acf2944768d56c032a0 +size 78690 diff --git a/MendeleyCXR/images/Darwin_00002417_person535_bacteria_2255.png b/MendeleyCXR/images/Darwin_00002417_person535_bacteria_2255.png new file mode 100644 index 0000000000000000000000000000000000000000..aa20dc75bd4bace2796a6a36c17ed08a6d06df7f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002417_person535_bacteria_2255.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfb6414ab55d73506df75bd0ee8f3c5b0c035dee06510d9820bed3384c05e7dc +size 71315 diff --git a/MendeleyCXR/images/Darwin_00002418_person535_bacteria_2256.png b/MendeleyCXR/images/Darwin_00002418_person535_bacteria_2256.png new file mode 100644 index 0000000000000000000000000000000000000000..48f7ba5f2f096d3c148ad3993abead0d2dd8bd2f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002418_person535_bacteria_2256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:934600cb99b31d763c208331a6aff910e068683f6841d16b1ef5d3f9995f2897 +size 72591 diff --git a/MendeleyCXR/images/Darwin_00002419_person536_bacteria_2257.png b/MendeleyCXR/images/Darwin_00002419_person536_bacteria_2257.png new file mode 100644 index 0000000000000000000000000000000000000000..1aa963403310a8bf31fb7ffc8c65c3d1bec1367f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002419_person536_bacteria_2257.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8762738729299f3cb554496d0b4f062dd18b7a93430803938206969017ed3eac +size 69506 diff --git a/MendeleyCXR/images/Darwin_00002420_person536_bacteria_2258.png b/MendeleyCXR/images/Darwin_00002420_person536_bacteria_2258.png new file mode 100644 index 0000000000000000000000000000000000000000..1ce70bd017e449799462adc0d4306d132a05b515 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002420_person536_bacteria_2258.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f13ae9e48d0fb2fe9272149d8fdfdee55324034785ae20a80e995de8393e5bdd +size 73502 diff --git a/MendeleyCXR/images/Darwin_00002421_person536_bacteria_2259.png b/MendeleyCXR/images/Darwin_00002421_person536_bacteria_2259.png new file mode 100644 index 0000000000000000000000000000000000000000..18fe4587a23497b34bb6f054f67a2db803c048eb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002421_person536_bacteria_2259.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8fe272211a9782ee03d6eb4671b36f69085367715763b4651490f24e7af7f20 +size 73729 diff --git a/MendeleyCXR/images/Darwin_00002422_person536_bacteria_2260.png b/MendeleyCXR/images/Darwin_00002422_person536_bacteria_2260.png new file mode 100644 index 0000000000000000000000000000000000000000..fab410c93a6cbbd2a250bcdc2f6cf34f8c336984 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002422_person536_bacteria_2260.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc98dfea7a11a1d693704c1b671548ddc99589767348ba54d71ae687d5f1a8c9 +size 64018 diff --git a/MendeleyCXR/images/Darwin_00002423_person537_bacteria_2261.png b/MendeleyCXR/images/Darwin_00002423_person537_bacteria_2261.png new file mode 100644 index 0000000000000000000000000000000000000000..b602241ed00e91d1add83bcfc416304ab2f551be --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002423_person537_bacteria_2261.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91dc329c4e8dac84673668aca88f4f2a980d6b343b9a350a04c1fdcb5e8fbc0b +size 74423 diff --git a/MendeleyCXR/images/Darwin_00002424_person537_bacteria_2262.png b/MendeleyCXR/images/Darwin_00002424_person537_bacteria_2262.png new file mode 100644 index 0000000000000000000000000000000000000000..00d29dac882e4c713296460c615a58918fffaef7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002424_person537_bacteria_2262.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1340853289782c7bc79464c4c66122b09698943f37245388b362721e8bceea8e +size 76117 diff --git a/MendeleyCXR/images/Darwin_00002425_person537_bacteria_2263.png b/MendeleyCXR/images/Darwin_00002425_person537_bacteria_2263.png new file mode 100644 index 0000000000000000000000000000000000000000..133329e5367876736056520a3300970651ebbca6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002425_person537_bacteria_2263.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ee63008abb45dcaed435c374ab0bc09a8b285af8ac4bc45ab989244c4a27547 +size 70983 diff --git a/MendeleyCXR/images/Darwin_00002426_person537_bacteria_2264.png b/MendeleyCXR/images/Darwin_00002426_person537_bacteria_2264.png new file mode 100644 index 0000000000000000000000000000000000000000..bf6c6f5301ada05e2aba4cadd2431046d068bccd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002426_person537_bacteria_2264.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb5f71487cb887424ab9097aa34a8e0c343a5143be42f65a2d0d9038133ffa9e +size 74322 diff --git a/MendeleyCXR/images/Darwin_00002427_person537_bacteria_2265.png b/MendeleyCXR/images/Darwin_00002427_person537_bacteria_2265.png new file mode 100644 index 0000000000000000000000000000000000000000..e330e65421cc4c5abbce0db2b0d98b872b3357db --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002427_person537_bacteria_2265.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1fc885156f2e53f25651fdca58d552f96f2488f92f66e768d8e90bee40178bc +size 76482 diff --git a/MendeleyCXR/images/Darwin_00002428_person537_bacteria_2266.png b/MendeleyCXR/images/Darwin_00002428_person537_bacteria_2266.png new file mode 100644 index 0000000000000000000000000000000000000000..30bddd12336826863266a0d1cd13363e1735fbf0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002428_person537_bacteria_2266.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a534ed4b2dcb6d9813838439f691fee0f88a6472cab5416adc05631a14676055 +size 74433 diff --git a/MendeleyCXR/images/Darwin_00002429_person538_bacteria_2268.png b/MendeleyCXR/images/Darwin_00002429_person538_bacteria_2268.png new file mode 100644 index 0000000000000000000000000000000000000000..c454aa6d9f33d947ba6e9fc4116f5d15aa41c760 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002429_person538_bacteria_2268.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ab2530d5266d5925d9df29185780ac5a9504a612bb54d9cfb9401622e879181 +size 73332 diff --git a/MendeleyCXR/images/Darwin_00002430_person539_bacteria_2269.png b/MendeleyCXR/images/Darwin_00002430_person539_bacteria_2269.png new file mode 100644 index 0000000000000000000000000000000000000000..b6508bcd9749a251f2a0586c404606fbc158f8d0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002430_person539_bacteria_2269.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e27c46133929404849fce02c8c06f8ed9aa5d98c77d327eada7a02c660f1410d +size 78196 diff --git a/MendeleyCXR/images/Darwin_00002431_person539_bacteria_2270.png b/MendeleyCXR/images/Darwin_00002431_person539_bacteria_2270.png new file mode 100644 index 0000000000000000000000000000000000000000..959b74dcdc7041385618ba5c0c3560cbea26f1bd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002431_person539_bacteria_2270.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:901edecac9e1e7cd495b8554e644e24622d710d89ac1099bdbf591f9173ada97 +size 63143 diff --git a/MendeleyCXR/images/Darwin_00002432_person540_bacteria_2271.png b/MendeleyCXR/images/Darwin_00002432_person540_bacteria_2271.png new file mode 100644 index 0000000000000000000000000000000000000000..987b94c0555459b22aff548acae77a1e0278fa9c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002432_person540_bacteria_2271.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e242ca767cdf6feece6508bfc81134f600aef31e31f649117b14524b32ddcd6c +size 75831 diff --git a/MendeleyCXR/images/Darwin_00002433_person540_bacteria_2272.png b/MendeleyCXR/images/Darwin_00002433_person540_bacteria_2272.png new file mode 100644 index 0000000000000000000000000000000000000000..f315015d4149aa379200040511b6d0dd0bad6b0b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002433_person540_bacteria_2272.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34f5a871cd43957c9e97e6d06fab7886f2b42875983efab9cfea1b4389485c4d +size 74364 diff --git a/MendeleyCXR/images/Darwin_00002434_person540_bacteria_2273.png b/MendeleyCXR/images/Darwin_00002434_person540_bacteria_2273.png new file mode 100644 index 0000000000000000000000000000000000000000..4c7eb9b709abfe11941819de5c8b5711f4e4ac2b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002434_person540_bacteria_2273.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdac45ff4de0875d47a632626e9ae0e32446d2b9145b2d1cc19ef446eeec55a2 +size 76391 diff --git a/MendeleyCXR/images/Darwin_00002435_person541_bacteria_2274.png b/MendeleyCXR/images/Darwin_00002435_person541_bacteria_2274.png new file mode 100644 index 0000000000000000000000000000000000000000..17cb2c59ffa1ca2c22b2e38aef2b51fe9473fa62 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002435_person541_bacteria_2274.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be39e1f30271cf268b6ec212c79ae80d459ca52f51a8cf7e25bd19f7831970a0 +size 69862 diff --git a/MendeleyCXR/images/Darwin_00002436_person541_bacteria_2275.png b/MendeleyCXR/images/Darwin_00002436_person541_bacteria_2275.png new file mode 100644 index 0000000000000000000000000000000000000000..8000d53ac8551b283103b8b5c5381c5b98d0b28e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002436_person541_bacteria_2275.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b83a8dfc0a59c7f574735bc721de1a4a88b8530256785774c7a4cd519a7682e9 +size 72811 diff --git a/MendeleyCXR/images/Darwin_00002438_person543_bacteria_2279.png b/MendeleyCXR/images/Darwin_00002438_person543_bacteria_2279.png new file mode 100644 index 0000000000000000000000000000000000000000..dd0a1dfb7d825809d0034e4c292b69d8ab421512 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002438_person543_bacteria_2279.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aa345640a563e7aab2056e46ef5af196d84aa4d624e408da7f3d79256ca93b1 +size 70899 diff --git a/MendeleyCXR/images/Darwin_00002439_person543_bacteria_2280.png b/MendeleyCXR/images/Darwin_00002439_person543_bacteria_2280.png new file mode 100644 index 0000000000000000000000000000000000000000..9c16d7b2fd1a66058419e7be15d5c343cd1b50af --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002439_person543_bacteria_2280.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:892555feb466e69be48095589d4e68bce179ee00f38f8392cfdb6039ddda6f70 +size 63554 diff --git a/MendeleyCXR/images/Darwin_00002440_person543_bacteria_2281.png b/MendeleyCXR/images/Darwin_00002440_person543_bacteria_2281.png new file mode 100644 index 0000000000000000000000000000000000000000..73cadf97dafdbce3714bb81b2f1fc5fe8e71fcdb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002440_person543_bacteria_2281.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e4e708e565737adf3b8d35a5acae2b0f6c3ac3cca73e786bf04b1bd485a3538 +size 70871 diff --git a/MendeleyCXR/images/Darwin_00002441_person543_bacteria_2282.png b/MendeleyCXR/images/Darwin_00002441_person543_bacteria_2282.png new file mode 100644 index 0000000000000000000000000000000000000000..76d1dd1e7f0d0adf7db77b07e2a011e44cad45a3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002441_person543_bacteria_2282.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4d789a6d0150b1a8600841e0644dc41599b26ff0e1c145a78d5e857de7eed0a +size 72626 diff --git a/MendeleyCXR/images/Darwin_00002443_person543_bacteria_2284.png b/MendeleyCXR/images/Darwin_00002443_person543_bacteria_2284.png new file mode 100644 index 0000000000000000000000000000000000000000..7a7c678b4af792c9c37f6a45c49c17dfbda260ed --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002443_person543_bacteria_2284.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59a39b193f040d883c3dfcc23ddffcb07d01b0fc2305c68d3ae42c99a865dc91 +size 75785 diff --git a/MendeleyCXR/images/Darwin_00002444_person544_bacteria_2286.png b/MendeleyCXR/images/Darwin_00002444_person544_bacteria_2286.png new file mode 100644 index 0000000000000000000000000000000000000000..b23c3692ad0ddc39e5d9c9eeb98e2003df884c60 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002444_person544_bacteria_2286.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab0bc549b9c404a18994959842a0dd923981c101381afe7c7eee0f0af1e1a534 +size 70557 diff --git a/MendeleyCXR/images/Darwin_00002445_person545_bacteria_2287.png b/MendeleyCXR/images/Darwin_00002445_person545_bacteria_2287.png new file mode 100644 index 0000000000000000000000000000000000000000..e367dc6d5ca7a05a40e0daee769800d7d62d02c2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002445_person545_bacteria_2287.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96ecd26b4ea62346e9c972f78fd66cd3c4ef3bcde1f3e4066dd96a609c4acf48 +size 71647 diff --git a/MendeleyCXR/images/Darwin_00002446_person545_bacteria_2288.png b/MendeleyCXR/images/Darwin_00002446_person545_bacteria_2288.png new file mode 100644 index 0000000000000000000000000000000000000000..f9ac4bf188e62380fe1ca7240d0627498b82ab96 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002446_person545_bacteria_2288.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:388cc976cd9a86ef2bdfef7d8c17c1dee1b3d9247f75a78a4f6ad914ccf9b63f +size 70492 diff --git a/MendeleyCXR/images/Darwin_00002447_person545_bacteria_2289.png b/MendeleyCXR/images/Darwin_00002447_person545_bacteria_2289.png new file mode 100644 index 0000000000000000000000000000000000000000..47de077ebf110325c385162a1ca9fbc40aa319f4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002447_person545_bacteria_2289.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:546a2f77d7f0862acd68dd4ab8d254930ed98ff718bc70d4828bd38ab7d32adc +size 66046 diff --git a/MendeleyCXR/images/Darwin_00002448_person545_bacteria_2290.png b/MendeleyCXR/images/Darwin_00002448_person545_bacteria_2290.png new file mode 100644 index 0000000000000000000000000000000000000000..62e5b3af8517c8c6ee64747d9d73e3e7fe78196a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002448_person545_bacteria_2290.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e94eafbc7ac3ac1611cce3c592381f2022362def3605d54eb2577661767a191e +size 80332 diff --git a/MendeleyCXR/images/Darwin_00002450_person547_bacteria_2294.png b/MendeleyCXR/images/Darwin_00002450_person547_bacteria_2294.png new file mode 100644 index 0000000000000000000000000000000000000000..ee3b0ea42ef12ce857e3232d7bf0e98576fa2bef --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002450_person547_bacteria_2294.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14c6b2fc03de216ba0aa3961a74ad25b90fa28bf6205c84b2e0c61daacd724e1 +size 71492 diff --git a/MendeleyCXR/images/Darwin_00002452_person548_bacteria_2297.png b/MendeleyCXR/images/Darwin_00002452_person548_bacteria_2297.png new file mode 100644 index 0000000000000000000000000000000000000000..225b9c411d72f9fac99ca88f82153f3441fee6aa --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002452_person548_bacteria_2297.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76982b1dd37bae52ea9d9e8a889d2f7ddaef56527871c96d6df960f4e6d050c8 +size 69672 diff --git a/MendeleyCXR/images/Darwin_00002453_person548_bacteria_2298.png b/MendeleyCXR/images/Darwin_00002453_person548_bacteria_2298.png new file mode 100644 index 0000000000000000000000000000000000000000..ac7a7dfd71357238e8add8d6d5159d60829b48b5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002453_person548_bacteria_2298.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f2e69568b3a50c08f3d46796b91966ea81127f99b78fa5dd48a57dc86856365 +size 72239 diff --git a/MendeleyCXR/images/Darwin_00002454_person548_bacteria_2299.png b/MendeleyCXR/images/Darwin_00002454_person548_bacteria_2299.png new file mode 100644 index 0000000000000000000000000000000000000000..74471cbc1564f286920f8d504c63c5a9c4b2027c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002454_person548_bacteria_2299.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a885faa93b3a2e32ecfda440ea244cb666970db5a03380a7f59549981d285d4 +size 66612 diff --git a/MendeleyCXR/images/Darwin_00002455_person548_bacteria_2300.png b/MendeleyCXR/images/Darwin_00002455_person548_bacteria_2300.png new file mode 100644 index 0000000000000000000000000000000000000000..2d37ee01fea76c222e588ee96f012bdd412da4e8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002455_person548_bacteria_2300.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e847548300bda0fe24c69cc8e8e23667b2482ed08c6115521dd51c3a7028c287 +size 68362 diff --git a/MendeleyCXR/images/Darwin_00002456_person548_bacteria_2301.png b/MendeleyCXR/images/Darwin_00002456_person548_bacteria_2301.png new file mode 100644 index 0000000000000000000000000000000000000000..e3ac32da9a16fd55327b62d1de420a1cdd5608d7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002456_person548_bacteria_2301.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c04c65868879f086cb87e2c037a4e898290e4514f3270d8f7c2ea45a27b1fe62 +size 65482 diff --git a/MendeleyCXR/images/Darwin_00002457_person548_bacteria_2302.png b/MendeleyCXR/images/Darwin_00002457_person548_bacteria_2302.png new file mode 100644 index 0000000000000000000000000000000000000000..3cea2e8c6f90ce0c9fd1c9e905f4ec6211ea5c03 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002457_person548_bacteria_2302.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fb3c10fb7cc14ce733ec2ff38aa23ef655a3062edd932388e6705a9897b7056 +size 71667 diff --git a/MendeleyCXR/images/Darwin_00002458_person549_bacteria_2303.png b/MendeleyCXR/images/Darwin_00002458_person549_bacteria_2303.png new file mode 100644 index 0000000000000000000000000000000000000000..4dd74eb3973c5094a7956ebdd47ebcc57ea39338 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002458_person549_bacteria_2303.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aa02b98895cf94beccfd96278ff394d403ad26b26a3707a258be108795248a3 +size 73556 diff --git a/MendeleyCXR/images/Darwin_00002459_person549_bacteria_2304.png b/MendeleyCXR/images/Darwin_00002459_person549_bacteria_2304.png new file mode 100644 index 0000000000000000000000000000000000000000..04255cc592f9ad3bb3757b0ff1851f27cca598f8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002459_person549_bacteria_2304.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39f6991cf51540d0425468e30218e2af147efd6c9a20ec07b494544fc5154d0e +size 66994 diff --git a/MendeleyCXR/images/Darwin_00002460_person549_bacteria_2305.png b/MendeleyCXR/images/Darwin_00002460_person549_bacteria_2305.png new file mode 100644 index 0000000000000000000000000000000000000000..a8a8b43ed52b9e715ded62f11835e1d94cbe60ce --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002460_person549_bacteria_2305.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e658d6e7c7f3b0c49b9bd9386af1cdb460d6337fc6bb63fc7207ea3811e3ea6 +size 71924 diff --git a/MendeleyCXR/images/Darwin_00002461_person549_bacteria_2306.png b/MendeleyCXR/images/Darwin_00002461_person549_bacteria_2306.png new file mode 100644 index 0000000000000000000000000000000000000000..728ddb31ed8f8a093beac0260aefe151510d8d90 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002461_person549_bacteria_2306.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b83f10054a2930bd42e24b39155b733cdd992af0e17ffbfd4d1200ec7af3cd04 +size 63973 diff --git a/MendeleyCXR/images/Darwin_00002462_person549_bacteria_2307.png b/MendeleyCXR/images/Darwin_00002462_person549_bacteria_2307.png new file mode 100644 index 0000000000000000000000000000000000000000..fa6b83a46c672253a35e17136e72a67a11acc30d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002462_person549_bacteria_2307.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92be9a0f65134c385260a493da3a1eb81a48d8b8cf3ff04db6c4a8f2290ea60f +size 76818 diff --git a/MendeleyCXR/images/Darwin_00002463_person550_bacteria_2308.png b/MendeleyCXR/images/Darwin_00002463_person550_bacteria_2308.png new file mode 100644 index 0000000000000000000000000000000000000000..1f0f3e99c5f98b73c8ac3304b3ce1d995c887b5c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002463_person550_bacteria_2308.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56bc94f993d9f4734a432781a94293d66f066c206f230e9bdcd997abe8976968 +size 68964 diff --git a/MendeleyCXR/images/Darwin_00002464_person550_bacteria_2309.png b/MendeleyCXR/images/Darwin_00002464_person550_bacteria_2309.png new file mode 100644 index 0000000000000000000000000000000000000000..a6d4a1411dc09348d0be99b0a0df57a18508e476 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002464_person550_bacteria_2309.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47f66ef38d74f631161d56dd1f2ae1b36d5a61b571c8eefc866f26cc175cd23a +size 72707 diff --git a/MendeleyCXR/images/Darwin_00002465_person551_bacteria_2310.png b/MendeleyCXR/images/Darwin_00002465_person551_bacteria_2310.png new file mode 100644 index 0000000000000000000000000000000000000000..4a68d4b014f3bccd9941bf0bd8ce174f258d1164 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002465_person551_bacteria_2310.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18a0dfeb63a6edc0449347a2a39b2305e05bd2e64c88d55ac202ef9d261e4814 +size 71068 diff --git a/MendeleyCXR/images/Darwin_00002466_person551_bacteria_2311.png b/MendeleyCXR/images/Darwin_00002466_person551_bacteria_2311.png new file mode 100644 index 0000000000000000000000000000000000000000..249b3fb63324980894ad432f52f8c1fd7a44674a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002466_person551_bacteria_2311.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:754eb7d2699f86c669d2b7fae0b8cd35bc83f4e696299e34495158bac7c62013 +size 70078 diff --git a/MendeleyCXR/images/Darwin_00002467_person552_bacteria_2313.png b/MendeleyCXR/images/Darwin_00002467_person552_bacteria_2313.png new file mode 100644 index 0000000000000000000000000000000000000000..e2b1fd57cf43ba26863ec34c89b25c2ee75f75c2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002467_person552_bacteria_2313.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edaf6edbecb459bf9fddf2b121bdeb2917efdcaddb3029c6a9d190d40affff2b +size 73376 diff --git a/MendeleyCXR/images/Darwin_00002468_person552_bacteria_2315.png b/MendeleyCXR/images/Darwin_00002468_person552_bacteria_2315.png new file mode 100644 index 0000000000000000000000000000000000000000..f150d0fae9bb92b83d58c60cadf8f8ab2315bbff --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002468_person552_bacteria_2315.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5569948e5aab765e9110f479a5bfdd90cdc83af419032bfbe8a44569f165bab +size 71829 diff --git a/MendeleyCXR/images/Darwin_00002469_person553_bacteria_2316.png b/MendeleyCXR/images/Darwin_00002469_person553_bacteria_2316.png new file mode 100644 index 0000000000000000000000000000000000000000..d12db49434ea120031e7c52a0e138293a9284978 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002469_person553_bacteria_2316.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:593f02b0dc30ee79d7d7352ca45a461a56e7865e8852f7c9a97e304b400fc662 +size 69846 diff --git a/MendeleyCXR/images/Darwin_00002470_person553_bacteria_2317.png b/MendeleyCXR/images/Darwin_00002470_person553_bacteria_2317.png new file mode 100644 index 0000000000000000000000000000000000000000..1924fe8e2228edcfb007d374e771f0b8d103f64e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002470_person553_bacteria_2317.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46e1d8f9942657fc8920107641f195e3e76559de1aa10745b90779c5ea47c8f3 +size 73195 diff --git a/MendeleyCXR/images/Darwin_00002471_person554_bacteria_2320.png b/MendeleyCXR/images/Darwin_00002471_person554_bacteria_2320.png new file mode 100644 index 0000000000000000000000000000000000000000..bf98eee7dc1cd1f09d8a1e87ba9998a659444194 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002471_person554_bacteria_2320.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86d0b9276cedce4d9302f42e055d1f30d03b475e59b587cec967f87aa856f2d8 +size 74194 diff --git a/MendeleyCXR/images/Darwin_00002472_person554_bacteria_2321.png b/MendeleyCXR/images/Darwin_00002472_person554_bacteria_2321.png new file mode 100644 index 0000000000000000000000000000000000000000..852d6107c361d522d5535a880afa3199a986ef4d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002472_person554_bacteria_2321.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f3e99bfea1d29a6233a32cdff1964affd78319e6d853ac121a9f52f95c47175 +size 69908 diff --git a/MendeleyCXR/images/Darwin_00002473_person554_bacteria_2322.png b/MendeleyCXR/images/Darwin_00002473_person554_bacteria_2322.png new file mode 100644 index 0000000000000000000000000000000000000000..83e469a5f2d2155a582ea72bc6c3743f2dcfb7bb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002473_person554_bacteria_2322.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df902ae4f22a21db1d0537909176ead1ecec39d876e0f4a89e4e9234536b5597 +size 66381 diff --git a/MendeleyCXR/images/Darwin_00002474_person554_bacteria_2323.png b/MendeleyCXR/images/Darwin_00002474_person554_bacteria_2323.png new file mode 100644 index 0000000000000000000000000000000000000000..48e96cf48e2bafef8d99bc0ec3a0ed38215ddec0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002474_person554_bacteria_2323.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a917731002279d4a6989b27eb17684d4e7a480cb28f6e27280a08441536aa6d1 +size 73691 diff --git a/MendeleyCXR/images/Darwin_00002475_person555_bacteria_2325.png b/MendeleyCXR/images/Darwin_00002475_person555_bacteria_2325.png new file mode 100644 index 0000000000000000000000000000000000000000..ea0907e819574d2bd9729c716ae99246b4f418b7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002475_person555_bacteria_2325.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52cd08de0d0f5b73ba5a492b4a8e56aea9c50ed415147adc7f87c6996aa54fd2 +size 65717 diff --git a/MendeleyCXR/images/Darwin_00002476_person556_bacteria_2326.png b/MendeleyCXR/images/Darwin_00002476_person556_bacteria_2326.png new file mode 100644 index 0000000000000000000000000000000000000000..aa3638be5a7199676a7360f827d7eaf5870aa485 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002476_person556_bacteria_2326.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eb5119ec80d9947d58e61662864771078e9526338351954fdcb1faa6cc708ed +size 78895 diff --git a/MendeleyCXR/images/Darwin_00002477_person557_bacteria_2327.png b/MendeleyCXR/images/Darwin_00002477_person557_bacteria_2327.png new file mode 100644 index 0000000000000000000000000000000000000000..8efa181fd545dd203476689fecda8c1073d3f481 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002477_person557_bacteria_2327.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0233599ac401d2dad6e3c76feb151a4eadfc01d397c2b3e14890e263a182138e +size 80314 diff --git a/MendeleyCXR/images/Darwin_00002478_person558_bacteria_2328.png b/MendeleyCXR/images/Darwin_00002478_person558_bacteria_2328.png new file mode 100644 index 0000000000000000000000000000000000000000..a91d0681ce6598e459c0048be0ada80ca75a4839 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002478_person558_bacteria_2328.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6947700de68a31feea24efa6bc76f0d8c551bf90854b61e05bde4e70d495ac4 +size 79833 diff --git a/MendeleyCXR/images/Darwin_00002479_person559_bacteria_2329.png b/MendeleyCXR/images/Darwin_00002479_person559_bacteria_2329.png new file mode 100644 index 0000000000000000000000000000000000000000..7fa5f4dac9e4545b6c936742144bbe442e1868cf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002479_person559_bacteria_2329.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99cbd8ce275a4c9cadd61aebb1becdf22239fb243c3d6875264de6c40dc0a78f +size 78215 diff --git a/MendeleyCXR/images/Darwin_00002480_person560_bacteria_2330.png b/MendeleyCXR/images/Darwin_00002480_person560_bacteria_2330.png new file mode 100644 index 0000000000000000000000000000000000000000..c97b38f7b2b14fbe5fb5f97ab7167f2a0cd669d1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002480_person560_bacteria_2330.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a993f14b80a0693b4c97a3561fa791d4c369be27f2bb421db6aab42bf3b72b78 +size 73680 diff --git a/MendeleyCXR/images/Darwin_00002481_person561_bacteria_2331.png b/MendeleyCXR/images/Darwin_00002481_person561_bacteria_2331.png new file mode 100644 index 0000000000000000000000000000000000000000..9d1264bd49f0eeb2f81e4a7bbb3ac8a1b7c9daa4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002481_person561_bacteria_2331.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cadde4e2efda4e7a8a80be45972ee8f2bce3632a5fd5470df620e8e9018e199 +size 69577 diff --git a/MendeleyCXR/images/Darwin_00002482_person562_bacteria_2332.png b/MendeleyCXR/images/Darwin_00002482_person562_bacteria_2332.png new file mode 100644 index 0000000000000000000000000000000000000000..a56ccc3c7aa4c3d29d0d40e347520842f461a151 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002482_person562_bacteria_2332.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efa1c1ad3342405fe59202a6d085f09b5987b5d7ba6b8ccd725b948f49dfb6d0 +size 79011 diff --git a/MendeleyCXR/images/Darwin_00002484_person563_bacteria_2334.png b/MendeleyCXR/images/Darwin_00002484_person563_bacteria_2334.png new file mode 100644 index 0000000000000000000000000000000000000000..fe6c191b83d6a0be29c61b928d524d363a411297 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002484_person563_bacteria_2334.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52bcff851732149c0e6afb282764e6fa0a2a6c35bc5d450a5b29fc40c69ff948 +size 66617 diff --git a/MendeleyCXR/images/Darwin_00002485_person563_bacteria_2335.png b/MendeleyCXR/images/Darwin_00002485_person563_bacteria_2335.png new file mode 100644 index 0000000000000000000000000000000000000000..c1cc21e0f9f46034bbe0516a483235ad6048b656 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002485_person563_bacteria_2335.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4004d17068e78c0afc50e7d88f9f88cb50f3e9ba7742af706678731b2182ea4 +size 69610 diff --git a/MendeleyCXR/images/Darwin_00002486_person563_bacteria_2336.png b/MendeleyCXR/images/Darwin_00002486_person563_bacteria_2336.png new file mode 100644 index 0000000000000000000000000000000000000000..395b52ccba0ab74dfdc60b460d86f95c29464124 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002486_person563_bacteria_2336.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78492ba2d401b718d11932f7afe7d3bef21492d15ca605f4b218d7cdcb5d8bcc +size 71315 diff --git a/MendeleyCXR/images/Darwin_00002487_person563_bacteria_2337.png b/MendeleyCXR/images/Darwin_00002487_person563_bacteria_2337.png new file mode 100644 index 0000000000000000000000000000000000000000..b240790709bc8a5ddae5873b6fdf8bf50ba27b74 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002487_person563_bacteria_2337.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c7dc7fe6bbc9625c3d542e8261278e24df9430c7238de8ef237426e2ba5cef7 +size 68687 diff --git a/MendeleyCXR/images/Darwin_00002488_person563_bacteria_2338.png b/MendeleyCXR/images/Darwin_00002488_person563_bacteria_2338.png new file mode 100644 index 0000000000000000000000000000000000000000..83bc11e3364351b5badfa73c753826200ee35807 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002488_person563_bacteria_2338.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a646433fdc6ecdc0d45783c18a484ed7ddae2901c4a3c0df4ef1bf829ed294bd +size 73567 diff --git a/MendeleyCXR/images/Darwin_00002489_person563_bacteria_2339.png b/MendeleyCXR/images/Darwin_00002489_person563_bacteria_2339.png new file mode 100644 index 0000000000000000000000000000000000000000..7bf9fa03dca93e15e982321403346732c8e8d118 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002489_person563_bacteria_2339.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c2ccb59980ee566f457224131db0ef51241cd38770ae1d0dc422023c0eb7402 +size 68074 diff --git a/MendeleyCXR/images/Darwin_00002490_person563_bacteria_2340.png b/MendeleyCXR/images/Darwin_00002490_person563_bacteria_2340.png new file mode 100644 index 0000000000000000000000000000000000000000..8c55e769899e5f375ab59f78270ba891d77a3b46 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002490_person563_bacteria_2340.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5d5edd1ff7e03d0a72e6861edbac89474d5ce3a68f0a8e08daf5b2a392eed1d +size 68671 diff --git a/MendeleyCXR/images/Darwin_00002491_person564_bacteria_2342.png b/MendeleyCXR/images/Darwin_00002491_person564_bacteria_2342.png new file mode 100644 index 0000000000000000000000000000000000000000..b4f1bb4d9b4b740397df73320228bf29ce5982c5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002491_person564_bacteria_2342.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0595512550205f003d968594afb9a6d0b96e4ae33141c87df7070a7d4304380 +size 72401 diff --git a/MendeleyCXR/images/Darwin_00002492_person564_bacteria_2343.png b/MendeleyCXR/images/Darwin_00002492_person564_bacteria_2343.png new file mode 100644 index 0000000000000000000000000000000000000000..e53bd715371a257e7997d6e53f56ed7796778cdd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002492_person564_bacteria_2343.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85feb90251b0c34b1f50513310a32968f093074cfa3391e2b7197919ee7295c7 +size 70755 diff --git a/MendeleyCXR/images/Darwin_00002493_person564_bacteria_2344.png b/MendeleyCXR/images/Darwin_00002493_person564_bacteria_2344.png new file mode 100644 index 0000000000000000000000000000000000000000..928f5d625c7af4590e25857383005c4e1b608919 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002493_person564_bacteria_2344.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b34e3f54a8578d042e92fb1d14b32b10ef8b243ee3bd0724a8b06e04b49364f8 +size 71802 diff --git a/MendeleyCXR/images/Darwin_00002494_person564_bacteria_2345.png b/MendeleyCXR/images/Darwin_00002494_person564_bacteria_2345.png new file mode 100644 index 0000000000000000000000000000000000000000..34e1418f944c392cd5ff4e6037e8fed864b2ac7d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002494_person564_bacteria_2345.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3488b1c4438d0c815ed64b69c4fe21fdf0c4240d7e7c4ced67e250ad34b52202 +size 65007 diff --git a/MendeleyCXR/images/Darwin_00002495_person564_bacteria_2346.png b/MendeleyCXR/images/Darwin_00002495_person564_bacteria_2346.png new file mode 100644 index 0000000000000000000000000000000000000000..e59d829310bd5edf1c2a254f18f0214a766b7a2d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002495_person564_bacteria_2346.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e94c5f0d9ad5951e8d79ad1a3dd3bde2291fe815c3b4c0fdf9bea551c657bb39 +size 73581 diff --git a/MendeleyCXR/images/Darwin_00002496_person564_bacteria_2347.png b/MendeleyCXR/images/Darwin_00002496_person564_bacteria_2347.png new file mode 100644 index 0000000000000000000000000000000000000000..4762835929558d02a0b436f3cbecc6a8843aae89 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002496_person564_bacteria_2347.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3afd3db88a46c441dff556db7bb157a469094a55815bb24c7b78ab1d63c3ccff +size 68506 diff --git a/MendeleyCXR/images/Darwin_00002498_person566_bacteria_2351.png b/MendeleyCXR/images/Darwin_00002498_person566_bacteria_2351.png new file mode 100644 index 0000000000000000000000000000000000000000..491be97fedf217cf523e2a86f915126608045d4e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002498_person566_bacteria_2351.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f19499a2ae0946ab6a4a4846decd4f30879c5d18d74754b3eb8cdfc71c572f0d +size 67373 diff --git a/MendeleyCXR/images/Darwin_00002499_person567_bacteria_2352.png b/MendeleyCXR/images/Darwin_00002499_person567_bacteria_2352.png new file mode 100644 index 0000000000000000000000000000000000000000..41abe0dd99368f0281b9bbd20a67d387022e350e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002499_person567_bacteria_2352.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:859e8e6d0f352fe7b5bf7d37bc3b13439d767c94185361f4698be0674d9b8918 +size 67896 diff --git a/MendeleyCXR/images/Darwin_00002500_person567_bacteria_2353.png b/MendeleyCXR/images/Darwin_00002500_person567_bacteria_2353.png new file mode 100644 index 0000000000000000000000000000000000000000..939bd48da538484c3beb044ad22e17e53964790a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002500_person567_bacteria_2353.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7afe703d9f84627f740b5c9b7494bb4e37fdad3742429c62fc7dc916595e102 +size 72714 diff --git a/MendeleyCXR/images/Darwin_00002501_person567_bacteria_2354.png b/MendeleyCXR/images/Darwin_00002501_person567_bacteria_2354.png new file mode 100644 index 0000000000000000000000000000000000000000..a3507b42f5291b578ab1282b91ef4f5c8e915915 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002501_person567_bacteria_2354.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7119067604eff9183186c1a6571a2a662d8cd04807bc6f0c180e9515a67ef454 +size 74460 diff --git a/MendeleyCXR/images/Darwin_00002502_person568_bacteria_2358.png b/MendeleyCXR/images/Darwin_00002502_person568_bacteria_2358.png new file mode 100644 index 0000000000000000000000000000000000000000..71de74f5e2c1d5b14aa89fce545de532314f12c8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002502_person568_bacteria_2358.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:030bc47840e28104cf6186b667bbb24a48a76bc3f2cbbe87eb16997ad25a15ec +size 64225 diff --git a/MendeleyCXR/images/Darwin_00002503_person568_bacteria_2359.png b/MendeleyCXR/images/Darwin_00002503_person568_bacteria_2359.png new file mode 100644 index 0000000000000000000000000000000000000000..8a2495ec77098d752d8047394e666256ac58b83c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002503_person568_bacteria_2359.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a09c548d76440280feed6550b5511b5e5813d33b2d1c0d35ad0ae09a6f79f016 +size 67827 diff --git a/MendeleyCXR/images/Darwin_00002505_person569_bacteria_2362.png b/MendeleyCXR/images/Darwin_00002505_person569_bacteria_2362.png new file mode 100644 index 0000000000000000000000000000000000000000..154b01a557f285d9d72c8a87655fdac8f5e41d46 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002505_person569_bacteria_2362.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94afef81061d8f8f9af07ab6661fce1921cc4ed658802dde6a90da7c272bd00f +size 74762 diff --git a/MendeleyCXR/images/Darwin_00002506_person569_bacteria_2363.png b/MendeleyCXR/images/Darwin_00002506_person569_bacteria_2363.png new file mode 100644 index 0000000000000000000000000000000000000000..0b8a2e046815dca83f8331fd75d541a2beda14f3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002506_person569_bacteria_2363.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bbae1dc39e7ced07f79af319c9d523f399a1a59032d3d80db5dfb7444699393 +size 65358 diff --git a/MendeleyCXR/images/Darwin_00002507_person569_bacteria_2364.png b/MendeleyCXR/images/Darwin_00002507_person569_bacteria_2364.png new file mode 100644 index 0000000000000000000000000000000000000000..608fa2c4049b109069cc50efc9ddb906418ea8b0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002507_person569_bacteria_2364.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d560be27b995e52fd2b184b8cc50d586d52eeec4b68a17aa1d571a05f12d2f37 +size 70306 diff --git a/MendeleyCXR/images/Darwin_00002508_person570_bacteria_2365.png b/MendeleyCXR/images/Darwin_00002508_person570_bacteria_2365.png new file mode 100644 index 0000000000000000000000000000000000000000..84d24bcb3e67093c0fbe01598fefe5281cdd8bc1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002508_person570_bacteria_2365.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f67a5a39cf858e3f76714bb1b1ab1feac77f609a90b4f6860183f20612ad0e8c +size 76692 diff --git a/MendeleyCXR/images/Darwin_00002509_person571_bacteria_2367.png b/MendeleyCXR/images/Darwin_00002509_person571_bacteria_2367.png new file mode 100644 index 0000000000000000000000000000000000000000..daf04118f93bbc35fec4ef567a3e25e4d44dbcad --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002509_person571_bacteria_2367.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac387d0fd1805f95812a0a6ce3ccf6f6b9e2ac6df9190a2821b050db79ec7153 +size 78481 diff --git a/MendeleyCXR/images/Darwin_00002510_person572_bacteria_2368.png b/MendeleyCXR/images/Darwin_00002510_person572_bacteria_2368.png new file mode 100644 index 0000000000000000000000000000000000000000..552fe93b221764fe61486c7b9ae1c9332a49168c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002510_person572_bacteria_2368.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27e15ac7100e2bb3b56cebf3ff186d05a094925e5f8674d72e77b2718c8c30b2 +size 75867 diff --git a/MendeleyCXR/images/Darwin_00002511_person573_bacteria_2369.png b/MendeleyCXR/images/Darwin_00002511_person573_bacteria_2369.png new file mode 100644 index 0000000000000000000000000000000000000000..c1f4e368a4617b205d5eb21b807e7adfc074893c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002511_person573_bacteria_2369.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f07adeeafdef28b8e3d39cea9ebd5be88530e19db03df416980ae7c0f00e859d +size 70939 diff --git a/MendeleyCXR/images/Darwin_00002512_person574_bacteria_2370.png b/MendeleyCXR/images/Darwin_00002512_person574_bacteria_2370.png new file mode 100644 index 0000000000000000000000000000000000000000..770c40dfa6a9ba7e4a3fa49d0cbe074738c0095c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002512_person574_bacteria_2370.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e45b51c4540912539f9b4b483a81d47873aaeafdfe9e8868f6464064035e1b48 +size 67729 diff --git a/MendeleyCXR/images/Darwin_00002513_person574_bacteria_2371.png b/MendeleyCXR/images/Darwin_00002513_person574_bacteria_2371.png new file mode 100644 index 0000000000000000000000000000000000000000..7c8299a484c252adcc31b6af82fba96e99c0db78 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002513_person574_bacteria_2371.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14eb78ebfee38760d0ea55ecaeb89f169c0ab1be6519a3bfd91c2fccd60bbf58 +size 69458 diff --git a/MendeleyCXR/images/Darwin_00002514_person574_bacteria_2372.png b/MendeleyCXR/images/Darwin_00002514_person574_bacteria_2372.png new file mode 100644 index 0000000000000000000000000000000000000000..8881ff7daf87d8ad67273a8a16f2a86591fee447 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002514_person574_bacteria_2372.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adceff4191598259bb2a8b6048cd044cc10fc47eff11bac4f85eb7d42bcd6842 +size 67730 diff --git a/MendeleyCXR/images/Darwin_00002515_person574_bacteria_2373.png b/MendeleyCXR/images/Darwin_00002515_person574_bacteria_2373.png new file mode 100644 index 0000000000000000000000000000000000000000..b6b7e75ffbc42586fb033f078755d188231f6e93 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002515_person574_bacteria_2373.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:281805db2ff68806b2b8f09ee8ebbe84aa3135224b416ef7633dfe0cc044b2cd +size 69836 diff --git a/MendeleyCXR/images/Darwin_00002516_person575_bacteria_2374.png b/MendeleyCXR/images/Darwin_00002516_person575_bacteria_2374.png new file mode 100644 index 0000000000000000000000000000000000000000..69001481ba6bee1f4953a69f2bfeeed9167bd26d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002516_person575_bacteria_2374.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:217a762ee757ce9084185520973f9810056bb19d65a6660b2b9eca346d502d94 +size 75269 diff --git a/MendeleyCXR/images/Darwin_00002517_person576_bacteria_2375.png b/MendeleyCXR/images/Darwin_00002517_person576_bacteria_2375.png new file mode 100644 index 0000000000000000000000000000000000000000..45c8d5ba24f329bd6d72245f551c5fc4dbd2772a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002517_person576_bacteria_2375.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:596d2230bdb718051e8b724e29b7d43f2708fb3a8b83f1fbd0ebb5fe9195be13 +size 73248 diff --git a/MendeleyCXR/images/Darwin_00002518_person576_bacteria_2376.png b/MendeleyCXR/images/Darwin_00002518_person576_bacteria_2376.png new file mode 100644 index 0000000000000000000000000000000000000000..d69fdbeb851ba87993b1baffffc01a5d4f411d92 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002518_person576_bacteria_2376.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d29913fb18a294b33d863c176e1859ee954c4f5d4e4163951c5e9222a286baac +size 72405 diff --git a/MendeleyCXR/images/Darwin_00002519_person577_bacteria_2378.png b/MendeleyCXR/images/Darwin_00002519_person577_bacteria_2378.png new file mode 100644 index 0000000000000000000000000000000000000000..de746c9122c4ec2323014a29e7976ff9b60185c3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002519_person577_bacteria_2378.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2966d670e50a8db4f77d0e2f503bc0391fa22124f17dcea3099c2d189bb2d20d +size 76876 diff --git a/MendeleyCXR/images/Darwin_00002520_person578_bacteria_2379.png b/MendeleyCXR/images/Darwin_00002520_person578_bacteria_2379.png new file mode 100644 index 0000000000000000000000000000000000000000..7ad7952f0f400ad3d6183108712c1d429a26aa83 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002520_person578_bacteria_2379.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d766027b5521ed13544620eca0f1a2b99544a4896a1bb4e5fc4c9ef141f826c9 +size 77730 diff --git a/MendeleyCXR/images/Darwin_00002521_person579_bacteria_2381.png b/MendeleyCXR/images/Darwin_00002521_person579_bacteria_2381.png new file mode 100644 index 0000000000000000000000000000000000000000..99e6bcd9700cb4fb1657bf67705088dd32ce90c1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002521_person579_bacteria_2381.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e78b35374ce1dbab35dc1a2416064071412943210199ee4ad103ae7570b6767 +size 68863 diff --git a/MendeleyCXR/images/Darwin_00002523_person579_bacteria_2383.png b/MendeleyCXR/images/Darwin_00002523_person579_bacteria_2383.png new file mode 100644 index 0000000000000000000000000000000000000000..2be0374680ac59e71c727a26e7d23544cfefbfd9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002523_person579_bacteria_2383.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd96120dfb5ddd025d438dccb58e884d597f5f4f830d33d1c2b0f9cebeb917e1 +size 66799 diff --git a/MendeleyCXR/images/Darwin_00002526_person580_bacteria_2387.png b/MendeleyCXR/images/Darwin_00002526_person580_bacteria_2387.png new file mode 100644 index 0000000000000000000000000000000000000000..d8d1ee1d896ee47f476c2cf5a36b896b17ff7c23 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002526_person580_bacteria_2387.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9e8b026760c9009077429d12cf0245fd6cc1355d9cdb2e33bee80e0b8489714 +size 66438 diff --git a/MendeleyCXR/images/Darwin_00002527_person580_bacteria_2388.png b/MendeleyCXR/images/Darwin_00002527_person580_bacteria_2388.png new file mode 100644 index 0000000000000000000000000000000000000000..180a97da7ddff25dcf28b236f173eb7b97fa067e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002527_person580_bacteria_2388.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38245620b918269db116f4e91010c4d75c8a5132876362634aec4f6e4127a051 +size 65676 diff --git a/MendeleyCXR/images/Darwin_00002528_person580_bacteria_2389.png b/MendeleyCXR/images/Darwin_00002528_person580_bacteria_2389.png new file mode 100644 index 0000000000000000000000000000000000000000..29d49a694b631eec3c2b63d67d9b56602e162788 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002528_person580_bacteria_2389.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc97ff0b9c0d900b7ab20bec327992f992e459f579895f548d7d60788911475a +size 69460 diff --git a/MendeleyCXR/images/Darwin_00002529_person581_bacteria_2390.png b/MendeleyCXR/images/Darwin_00002529_person581_bacteria_2390.png new file mode 100644 index 0000000000000000000000000000000000000000..934cafd2d31ddd01d3a7f01f3f87681799fcb4c5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002529_person581_bacteria_2390.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51e0f29d1f95c53e8d71b679ddf5b5cd4b06b2e5d277c6dd5b66145efa3cae80 +size 70027 diff --git a/MendeleyCXR/images/Darwin_00002530_person581_bacteria_2392.png b/MendeleyCXR/images/Darwin_00002530_person581_bacteria_2392.png new file mode 100644 index 0000000000000000000000000000000000000000..48758cc357bcf28c3911cdaed0bd393db4fb1d75 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002530_person581_bacteria_2392.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33e8f5723c2d7f024776176040995d212eea98656ec2e2f38886ef6b1cc9aed2 +size 73896 diff --git a/MendeleyCXR/images/Darwin_00002531_person581_bacteria_2393.png b/MendeleyCXR/images/Darwin_00002531_person581_bacteria_2393.png new file mode 100644 index 0000000000000000000000000000000000000000..c09990dc693299cf203f2a43e0a6327ddc9fe52e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002531_person581_bacteria_2393.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17e99e656b381fa4a469befd06fa6d1b230343e8fc6089d95d29741ca47de9f9 +size 68848 diff --git a/MendeleyCXR/images/Darwin_00002532_person581_bacteria_2394.png b/MendeleyCXR/images/Darwin_00002532_person581_bacteria_2394.png new file mode 100644 index 0000000000000000000000000000000000000000..528bb1f8a963eefa15e0efed33aa6b99297f361f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002532_person581_bacteria_2394.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d960d7e91f752d54ba537e3937054655a73b5866b5b8814ca24b6af185b0f7c5 +size 74002 diff --git a/MendeleyCXR/images/Darwin_00002533_person581_bacteria_2395.png b/MendeleyCXR/images/Darwin_00002533_person581_bacteria_2395.png new file mode 100644 index 0000000000000000000000000000000000000000..78c4285c603116f6fc4dca4995bfd809703b8de9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002533_person581_bacteria_2395.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29c1762643db589a793719c150e6cdcc7897b6966fa6f1dc656e553c3fce4cfa +size 69262 diff --git a/MendeleyCXR/images/Darwin_00002534_person581_bacteria_2400.png b/MendeleyCXR/images/Darwin_00002534_person581_bacteria_2400.png new file mode 100644 index 0000000000000000000000000000000000000000..e1853001bf1619d4ccc75cf2c75cc2f1926695d8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002534_person581_bacteria_2400.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0296e3c49b5eace4d42dd964e75ecd8db68a0fa424130fc19d27017b3549270d +size 77011 diff --git a/MendeleyCXR/images/Darwin_00002535_person582_bacteria_2403.png b/MendeleyCXR/images/Darwin_00002535_person582_bacteria_2403.png new file mode 100644 index 0000000000000000000000000000000000000000..922f96d5900908c43d82aafeed36d8334224224a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002535_person582_bacteria_2403.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a25293754970d93a02a3087de9198ba2d66e61ca69756cc712e43d276fad797 +size 75281 diff --git a/MendeleyCXR/images/Darwin_00002536_person582_bacteria_2404.png b/MendeleyCXR/images/Darwin_00002536_person582_bacteria_2404.png new file mode 100644 index 0000000000000000000000000000000000000000..39acc9aa73f82430da35b6b60a85a49529150367 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002536_person582_bacteria_2404.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59fda16cd24f8a6d792c84b5b389214036d22f7184e48e0bc2f1847f4e3ed18c +size 79122 diff --git a/MendeleyCXR/images/Darwin_00002537_person582_bacteria_2405.png b/MendeleyCXR/images/Darwin_00002537_person582_bacteria_2405.png new file mode 100644 index 0000000000000000000000000000000000000000..63d90657ba1cac3d6ffdf877970a868f39c338f1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002537_person582_bacteria_2405.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2cf6e9e231d6d3cf7647b016d00d120fe726934f64dd89cf8ce9aff6cc129dc +size 74929 diff --git a/MendeleyCXR/images/Darwin_00002538_person583_bacteria_2406.png b/MendeleyCXR/images/Darwin_00002538_person583_bacteria_2406.png new file mode 100644 index 0000000000000000000000000000000000000000..8527758fa19076adcc35c470e2faa49042a33cec --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002538_person583_bacteria_2406.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6697b37d26188369342c7dd2eb479135a8af7adeb4b4b1d1828d68e7ffdd0b90 +size 66287 diff --git a/MendeleyCXR/images/Darwin_00002539_person583_bacteria_2408.png b/MendeleyCXR/images/Darwin_00002539_person583_bacteria_2408.png new file mode 100644 index 0000000000000000000000000000000000000000..a3883524c0d327a1c8398ab9338cfd56e64da635 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002539_person583_bacteria_2408.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da35a6f087500e78e656b54adb567310002cd28293ab4fedef2d2de52ca0e937 +size 65027 diff --git a/MendeleyCXR/images/Darwin_00002540_person583_bacteria_2409.png b/MendeleyCXR/images/Darwin_00002540_person583_bacteria_2409.png new file mode 100644 index 0000000000000000000000000000000000000000..abcdf21086cdac248177376015604ff60a479924 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002540_person583_bacteria_2409.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:550d034477a01f9e8edc89c02dcf82a208de7556a85e326b5492086d3f4c7bab +size 73138 diff --git a/MendeleyCXR/images/Darwin_00002541_person585_bacteria_2411.png b/MendeleyCXR/images/Darwin_00002541_person585_bacteria_2411.png new file mode 100644 index 0000000000000000000000000000000000000000..10267e46b92da939f48b357106e416b0d02a07d5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002541_person585_bacteria_2411.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e360b23c1c68651de6bc6299795b4e7000ea9a6a7220c2ab8bae69d87c284792 +size 72691 diff --git a/MendeleyCXR/images/Darwin_00002542_person585_bacteria_2412.png b/MendeleyCXR/images/Darwin_00002542_person585_bacteria_2412.png new file mode 100644 index 0000000000000000000000000000000000000000..c78e5d7f7f0dff016d921099bc80ec5c8d097585 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002542_person585_bacteria_2412.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54baf6e49777d2661c1ca5b1b7508b599233bce31e198652c33c62594eda40f6 +size 69774 diff --git a/MendeleyCXR/images/Darwin_00002543_person585_bacteria_2413.png b/MendeleyCXR/images/Darwin_00002543_person585_bacteria_2413.png new file mode 100644 index 0000000000000000000000000000000000000000..3bcfb6d6c26231933709e9be2f70b3e3562893ee --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002543_person585_bacteria_2413.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5545536edacc992ec887180df77ba35901c5564f11b36d4b90a33cdbefb67400 +size 67554 diff --git a/MendeleyCXR/images/Darwin_00002544_person585_bacteria_2414.png b/MendeleyCXR/images/Darwin_00002544_person585_bacteria_2414.png new file mode 100644 index 0000000000000000000000000000000000000000..c3f68c5bc6501f533166f31ae495aeca0d062192 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002544_person585_bacteria_2414.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab108a5d1a4da552ca03885b2954c536dafcc2acde789e38b08a6812a4be8d43 +size 70232 diff --git a/MendeleyCXR/images/Darwin_00002545_person585_bacteria_2415.png b/MendeleyCXR/images/Darwin_00002545_person585_bacteria_2415.png new file mode 100644 index 0000000000000000000000000000000000000000..9101ab7e7c518dddc55f441cec449a56bc3f236d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002545_person585_bacteria_2415.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4fd528578067719034be370e0d9929b7953027b0011936595cd35239d91f78a +size 71763 diff --git a/MendeleyCXR/images/Darwin_00002546_person585_bacteria_2416.png b/MendeleyCXR/images/Darwin_00002546_person585_bacteria_2416.png new file mode 100644 index 0000000000000000000000000000000000000000..edd1e34ba0869018632e2934a744fbd78cf75b59 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002546_person585_bacteria_2416.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26551f5fada1d5a1b3e064dc0268e8fdc93534796caa5a020df2b95ddfd91fa9 +size 68858 diff --git a/MendeleyCXR/images/Darwin_00002547_person586_bacteria_2417.png b/MendeleyCXR/images/Darwin_00002547_person586_bacteria_2417.png new file mode 100644 index 0000000000000000000000000000000000000000..5ac93fff817419dfb759b54c8e47ac2d65efcd2e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002547_person586_bacteria_2417.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:829dd2d12ce34db7b6350b005a992a39bd6be49513ace935563e6445c5846bbd +size 75266 diff --git a/MendeleyCXR/images/Darwin_00002548_person586_bacteria_2418.png b/MendeleyCXR/images/Darwin_00002548_person586_bacteria_2418.png new file mode 100644 index 0000000000000000000000000000000000000000..53036139377b21a2f730f9de01b58ca6536cda83 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002548_person586_bacteria_2418.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a05e1e0ebdea11b9e64525e02373895f26e6b8bc9be8116a4e5de3717e36bfd +size 70113 diff --git a/MendeleyCXR/images/Darwin_00002549_person586_bacteria_2420.png b/MendeleyCXR/images/Darwin_00002549_person586_bacteria_2420.png new file mode 100644 index 0000000000000000000000000000000000000000..166ee4bbe58a6f8174bb8944bda80958c56eec44 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002549_person586_bacteria_2420.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:167f98bb442a9b9f00d5f7fd478da4b01d30a7a377f55771b35ac5dd67be9db4 +size 67163 diff --git a/MendeleyCXR/images/Darwin_00002550_person587_bacteria_2421.png b/MendeleyCXR/images/Darwin_00002550_person587_bacteria_2421.png new file mode 100644 index 0000000000000000000000000000000000000000..df246c2312418602bedcb4936bad0c87abad428c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002550_person587_bacteria_2421.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6da02b4b6d3cafad17751102479698f03f3a7e8adfe37083ca73905cbf149884 +size 74629 diff --git a/MendeleyCXR/images/Darwin_00002551_person588_bacteria_2422.png b/MendeleyCXR/images/Darwin_00002551_person588_bacteria_2422.png new file mode 100644 index 0000000000000000000000000000000000000000..0804ec88a2443f77896840dd0c9143683f720cb3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002551_person588_bacteria_2422.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:386bfbfcde0ab20698901b9f64d7993c9053fcc0ea6982130da9812be0a31301 +size 66514 diff --git a/MendeleyCXR/images/Darwin_00002552_person588_bacteria_2423.png b/MendeleyCXR/images/Darwin_00002552_person588_bacteria_2423.png new file mode 100644 index 0000000000000000000000000000000000000000..57826ab1c116cc16ed65adf25ee91c3ef028a00d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002552_person588_bacteria_2423.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8425a2ebe23cc0bcf681b1da378bed9addb4fa4e5bc5b9aeb049911e100dd589 +size 71147 diff --git a/MendeleyCXR/images/Darwin_00002553_person589_bacteria_2424.png b/MendeleyCXR/images/Darwin_00002553_person589_bacteria_2424.png new file mode 100644 index 0000000000000000000000000000000000000000..b1f956bdb87217c3a84fe84b9fca8e8071d54b60 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002553_person589_bacteria_2424.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3c00a1e87b1942c75d77ac646223c36bce749c47cbcee802598848969a74004 +size 68200 diff --git a/MendeleyCXR/images/Darwin_00002555_person590_bacteria_2428.png b/MendeleyCXR/images/Darwin_00002555_person590_bacteria_2428.png new file mode 100644 index 0000000000000000000000000000000000000000..7fdfb2c1cfc3ab83c6c5675654f51fa6d563a82d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002555_person590_bacteria_2428.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b209d76319422805dea620f30f229f0286e904e7f1ba41070762cade951b641 +size 80037 diff --git a/MendeleyCXR/images/Darwin_00002556_person591_bacteria_2429.png b/MendeleyCXR/images/Darwin_00002556_person591_bacteria_2429.png new file mode 100644 index 0000000000000000000000000000000000000000..652543d3a900d4dde2bd2e9cd012422d78de06f2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002556_person591_bacteria_2429.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb9bc2b67ce80e867175fbabb0e41fe223a67125ae8666a8d7b24acc49ddbaa5 +size 80996 diff --git a/MendeleyCXR/images/Darwin_00002557_person592_bacteria_2431.png b/MendeleyCXR/images/Darwin_00002557_person592_bacteria_2431.png new file mode 100644 index 0000000000000000000000000000000000000000..6212fe4e0211b1eb9a519efa3743458c63e0318d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002557_person592_bacteria_2431.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3ca852262dec1e5410b00af185b58e83ad85003b81e42da45430f986227633f +size 71634 diff --git a/MendeleyCXR/images/Darwin_00002559_person593_bacteria_2435.png b/MendeleyCXR/images/Darwin_00002559_person593_bacteria_2435.png new file mode 100644 index 0000000000000000000000000000000000000000..aa9c072d5cda31ae4109ad8881e4d6e6ce6afa95 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002559_person593_bacteria_2435.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:886ebda0fa7757bcd26170416636805bb43b1de9c437b7a8047a9cf701d78e0d +size 69328 diff --git a/MendeleyCXR/images/Darwin_00002560_person594_bacteria_2436.png b/MendeleyCXR/images/Darwin_00002560_person594_bacteria_2436.png new file mode 100644 index 0000000000000000000000000000000000000000..827be431409008b78d984ac665fbea8c99f7385b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002560_person594_bacteria_2436.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a4a2972aac50c9c69effc0f1759014f0f1c89a68ea4ddbaaa0118d5b2bd64bb +size 65521 diff --git a/MendeleyCXR/images/Darwin_00002561_person595_bacteria_2438.png b/MendeleyCXR/images/Darwin_00002561_person595_bacteria_2438.png new file mode 100644 index 0000000000000000000000000000000000000000..43eaf89cb61f69528b5f8fa7bcc9a5b9e5a8399c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002561_person595_bacteria_2438.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49655c2d9b0a8b0488f00af2f7f4c28d373bb7cad20e5acce42509f33a86f392 +size 74403 diff --git a/MendeleyCXR/images/Darwin_00002562_person596_bacteria_2440.png b/MendeleyCXR/images/Darwin_00002562_person596_bacteria_2440.png new file mode 100644 index 0000000000000000000000000000000000000000..4ecae42e27e6e8f6e6dcf8534c7346144a20ff6f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002562_person596_bacteria_2440.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb64eb3740e3832cf7a83c283f5773eec0a9db903721025a28a26f8f561e1a01 +size 68529 diff --git a/MendeleyCXR/images/Darwin_00002563_person596_bacteria_2441.png b/MendeleyCXR/images/Darwin_00002563_person596_bacteria_2441.png new file mode 100644 index 0000000000000000000000000000000000000000..16d918638da66de9cb24837ee7172157e8686a09 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002563_person596_bacteria_2441.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1960aacbf5a61c9ed454489a2ae4d5d47682630b456683ba4c5e9c418203ec01 +size 70722 diff --git a/MendeleyCXR/images/Darwin_00002564_person596_bacteria_2443.png b/MendeleyCXR/images/Darwin_00002564_person596_bacteria_2443.png new file mode 100644 index 0000000000000000000000000000000000000000..5452027c459ecb84d8dd3bcf775405df01305136 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002564_person596_bacteria_2443.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d461903eb019601cdf3500e453f1ec5dc7baccead138c808f4d137ea215cdb35 +size 68049 diff --git a/MendeleyCXR/images/Darwin_00002565_person596_bacteria_2444.png b/MendeleyCXR/images/Darwin_00002565_person596_bacteria_2444.png new file mode 100644 index 0000000000000000000000000000000000000000..86100d14c9ea6a7e41a666f2d35756baa8deb01f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002565_person596_bacteria_2444.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca4ff8e146df9e912a807289e455101a2fe8856f038c7cf9d43c28f776486e23 +size 71990 diff --git a/MendeleyCXR/images/Darwin_00002566_person596_bacteria_2445.png b/MendeleyCXR/images/Darwin_00002566_person596_bacteria_2445.png new file mode 100644 index 0000000000000000000000000000000000000000..b5550a4e738fc7d0f1dd53f01e6292100cf1e8d2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002566_person596_bacteria_2445.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39435bb521931e40136149276e381ecbcd2a5381bbaed34342427dbb460c36d7 +size 67828 diff --git a/MendeleyCXR/images/Darwin_00002567_person596_bacteria_2446.png b/MendeleyCXR/images/Darwin_00002567_person596_bacteria_2446.png new file mode 100644 index 0000000000000000000000000000000000000000..809d971d42e5cd963da44da3d2e851826cfdcae5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002567_person596_bacteria_2446.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7c4d655d1feb7ec2ea8988873223d90d9f30b6faa14a4dea63fbf51698f72a7 +size 68530 diff --git a/MendeleyCXR/images/Darwin_00002568_person596_bacteria_2447.png b/MendeleyCXR/images/Darwin_00002568_person596_bacteria_2447.png new file mode 100644 index 0000000000000000000000000000000000000000..da2a53670c0438a0c9b914b034a78f5a3bbfbe37 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002568_person596_bacteria_2447.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a1e1ee188a1983e469c5849ac7d3e5f4cf3d3808ab008486a3d8c2463663fc6 +size 67263 diff --git a/MendeleyCXR/images/Darwin_00002569_person596_bacteria_2449.png b/MendeleyCXR/images/Darwin_00002569_person596_bacteria_2449.png new file mode 100644 index 0000000000000000000000000000000000000000..f2e3ef62e202eae5e6cf471652a1c52f3b5010b4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002569_person596_bacteria_2449.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:591aac9a5b18bde4aaf5aea97000f5688845344396af9759a40846e7d130df8c +size 75638 diff --git a/MendeleyCXR/images/Darwin_00002570_person597_bacteria_2450.png b/MendeleyCXR/images/Darwin_00002570_person597_bacteria_2450.png new file mode 100644 index 0000000000000000000000000000000000000000..5e05d53cd628961e39361a4e59af392769393d6e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002570_person597_bacteria_2450.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea0c9e900e22b0168f482f63d25e8fa0a85133654edd00c917340af13ff13daf +size 69277 diff --git a/MendeleyCXR/images/Darwin_00002571_person597_bacteria_2451.png b/MendeleyCXR/images/Darwin_00002571_person597_bacteria_2451.png new file mode 100644 index 0000000000000000000000000000000000000000..ba7b529bdb7955f6ac0a149a2be8755d56c47401 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002571_person597_bacteria_2451.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6f3875c4678222246e32e3b9be7973d66417879881c71ba8b99d72eee196f13 +size 69215 diff --git a/MendeleyCXR/images/Darwin_00002574_person599_bacteria_2455.png b/MendeleyCXR/images/Darwin_00002574_person599_bacteria_2455.png new file mode 100644 index 0000000000000000000000000000000000000000..6ec67244274f8ca90a605cfe95fba80dcab02661 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002574_person599_bacteria_2455.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca813fd7fbfecf70bfec950dbb98403b03be5928e81d1b5a9b4999c8c3b5e234 +size 77591 diff --git a/MendeleyCXR/images/Darwin_00002575_person600_bacteria_2456.png b/MendeleyCXR/images/Darwin_00002575_person600_bacteria_2456.png new file mode 100644 index 0000000000000000000000000000000000000000..2d568c7704aeca55ef552e2cc17015e72b440193 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002575_person600_bacteria_2456.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d735d7834b664a86e6830f847a5f17f196332ca377255f4ef4c3252a4187f23 +size 68828 diff --git a/MendeleyCXR/images/Darwin_00002576_person600_bacteria_2457.png b/MendeleyCXR/images/Darwin_00002576_person600_bacteria_2457.png new file mode 100644 index 0000000000000000000000000000000000000000..a5bd26eadfcd0f84962fc6ff963db045142a2de3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002576_person600_bacteria_2457.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e5a6ed6df9ffaf555541dbb92a52e423dcb79f0d10e46071e829f5dbd1a7fc1 +size 66659 diff --git a/MendeleyCXR/images/Darwin_00002577_person600_bacteria_2458.png b/MendeleyCXR/images/Darwin_00002577_person600_bacteria_2458.png new file mode 100644 index 0000000000000000000000000000000000000000..de0ffb0e2acfc6522e5defe208bd82306687852c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002577_person600_bacteria_2458.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3df75cae9998e1b3dfebb3df07d1e690cc6a9ec14bb229dd412ecb7b0b71a5b1 +size 68615 diff --git a/MendeleyCXR/images/Darwin_00002578_person601_bacteria_2459.png b/MendeleyCXR/images/Darwin_00002578_person601_bacteria_2459.png new file mode 100644 index 0000000000000000000000000000000000000000..25bf2a9e880604198c5c155b6d0a75456bb56aa2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002578_person601_bacteria_2459.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc91638fd94a6f21e238c974d9f383ff23bc925f2ccaedf758725e2dfedc54a9 +size 74763 diff --git a/MendeleyCXR/images/Darwin_00002579_person4_bacteria_14.png b/MendeleyCXR/images/Darwin_00002579_person4_bacteria_14.png new file mode 100644 index 0000000000000000000000000000000000000000..ed055bf89f8a159e398abdbd613ccfb7ef3573c6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002579_person4_bacteria_14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a31043332ccad3ab0d102f34c97608aca4e2fb6c9b8baac7ec102d1f141a7c7 +size 67340 diff --git a/MendeleyCXR/images/Darwin_00002582_person45_bacteria_222.png b/MendeleyCXR/images/Darwin_00002582_person45_bacteria_222.png new file mode 100644 index 0000000000000000000000000000000000000000..3e99746c202254b472545155a8e65da8832437d0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002582_person45_bacteria_222.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e24b6c49d3dab15a839f00341a04a2c6d7fd914aed7cfb7c0f37f230cd143d55 +size 67920 diff --git a/MendeleyCXR/images/Darwin_00002583_person46_bacteria_224.png b/MendeleyCXR/images/Darwin_00002583_person46_bacteria_224.png new file mode 100644 index 0000000000000000000000000000000000000000..4ebcaae63f817ea4f4683a8be8486b4da1c4d188 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002583_person46_bacteria_224.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:025df796d5c652e746943176cb23a63c890b1fdc1009ec1e11413a08f8905b06 +size 69678 diff --git a/MendeleyCXR/images/Darwin_00002584_person46_bacteria_225.png b/MendeleyCXR/images/Darwin_00002584_person46_bacteria_225.png new file mode 100644 index 0000000000000000000000000000000000000000..06837fddb2543d8593388d2bbaad41e376d0ff33 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002584_person46_bacteria_225.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d4b426a5b216e6199ebfee066641e2cff2033c1458129121fca61955bddada6 +size 75610 diff --git a/MendeleyCXR/images/Darwin_00002585_person47_bacteria_229.png b/MendeleyCXR/images/Darwin_00002585_person47_bacteria_229.png new file mode 100644 index 0000000000000000000000000000000000000000..67b5fa4bdae6eba6acf21809252dd903c870ee51 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002585_person47_bacteria_229.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68ec3a00543ad0735dd7d9d3267a17fcef6d9f138e1748a0607839fffb258927 +size 76197 diff --git a/MendeleyCXR/images/Darwin_00002586_person48_bacteria_230.png b/MendeleyCXR/images/Darwin_00002586_person48_bacteria_230.png new file mode 100644 index 0000000000000000000000000000000000000000..84c3b5847c72c7dcf9cebba2450999639d16ff96 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002586_person48_bacteria_230.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1267ee803c8cfe89ec7d3a6228363612b1897f3a8bfd8a2cb31c4a0f8d45f9de +size 74494 diff --git a/MendeleyCXR/images/Darwin_00002587_person48_bacteria_231.png b/MendeleyCXR/images/Darwin_00002587_person48_bacteria_231.png new file mode 100644 index 0000000000000000000000000000000000000000..de46df761e3e68fcf2a6140bffd88da3b120f216 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002587_person48_bacteria_231.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67d21305b444f4406cebba36176e722424f3ec01418c3a4700786bda2116532c +size 74841 diff --git a/MendeleyCXR/images/Darwin_00002588_person48_bacteria_232.png b/MendeleyCXR/images/Darwin_00002588_person48_bacteria_232.png new file mode 100644 index 0000000000000000000000000000000000000000..2ef7d236991093101096e8fae2c38e90cec583bb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002588_person48_bacteria_232.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cb235419ee754e68670608f81826753ea3956d7450a8a8b132fe008e687dcc3 +size 73754 diff --git a/MendeleyCXR/images/Darwin_00002589_person48_bacteria_233.png b/MendeleyCXR/images/Darwin_00002589_person48_bacteria_233.png new file mode 100644 index 0000000000000000000000000000000000000000..b65afb82f2605cce02a9833df220b7ff536f1db7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002589_person48_bacteria_233.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2fedb66c4382f9cee657f8af2d7fbeaabb7676cec1c51283121b0f63c261ee2 +size 85792 diff --git a/MendeleyCXR/images/Darwin_00002590_person49_bacteria_235.png b/MendeleyCXR/images/Darwin_00002590_person49_bacteria_235.png new file mode 100644 index 0000000000000000000000000000000000000000..5e235f6094f2fc4f974ec7c375b330b7f39338aa --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002590_person49_bacteria_235.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b73bb63563206ea104a256e12116e9787b5b17579041af700dd328170c6b2946 +size 73343 diff --git a/MendeleyCXR/images/Darwin_00002591_person49_bacteria_236.png b/MendeleyCXR/images/Darwin_00002591_person49_bacteria_236.png new file mode 100644 index 0000000000000000000000000000000000000000..ba41df570a1a36d7f3a055d5b5fc0a490f6bcf10 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002591_person49_bacteria_236.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71440ccf182c0dd16ed7f267cf350fdff86f48bca3596afd06a89e428db805f0 +size 64675 diff --git a/MendeleyCXR/images/Darwin_00002592_person49_bacteria_237.png b/MendeleyCXR/images/Darwin_00002592_person49_bacteria_237.png new file mode 100644 index 0000000000000000000000000000000000000000..f0059da75c77f4829e0d9d067c3dc486da5a9a94 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002592_person49_bacteria_237.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8f1436a731ae12b98f51bb3b14be55ae5d453fe840b7f07e631907c15e81e28 +size 72626 diff --git a/MendeleyCXR/images/Darwin_00002593_person50_bacteria_238.png b/MendeleyCXR/images/Darwin_00002593_person50_bacteria_238.png new file mode 100644 index 0000000000000000000000000000000000000000..4bad388678df0b22d98fee6a08acd7156c03c9ff --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002593_person50_bacteria_238.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdd2ca2ffd7006750411c4c8085c30eb763fa93387627ed3199e04b311a3b4d5 +size 71454 diff --git a/MendeleyCXR/images/Darwin_00002594_person51_bacteria_239.png b/MendeleyCXR/images/Darwin_00002594_person51_bacteria_239.png new file mode 100644 index 0000000000000000000000000000000000000000..4583f9d1d2a428a0064b93d10cc229acefe55a89 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002594_person51_bacteria_239.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3306aba0e42c49976e928e777d98e74b78aa010e683d19409eb2ed38e4ff024e +size 64432 diff --git a/MendeleyCXR/images/Darwin_00002595_person51_bacteria_240.png b/MendeleyCXR/images/Darwin_00002595_person51_bacteria_240.png new file mode 100644 index 0000000000000000000000000000000000000000..d6d7528ae157ddc5fd7ccc27a23973fed305ba54 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002595_person51_bacteria_240.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b20d8a8d388884d489b5e6794c0f500b3452b9527c4f15a963658b30cec5ca13 +size 74323 diff --git a/MendeleyCXR/images/Darwin_00002596_person51_bacteria_241.png b/MendeleyCXR/images/Darwin_00002596_person51_bacteria_241.png new file mode 100644 index 0000000000000000000000000000000000000000..378357f5edfa65f16bf5f9fec23e1b3c77da3f15 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002596_person51_bacteria_241.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3144289fe28d7cae8a792bbddbd0c3c48490bbd6c31e6d7d5a7c6cbfd68975d6 +size 65306 diff --git a/MendeleyCXR/images/Darwin_00002597_person51_bacteria_242.png b/MendeleyCXR/images/Darwin_00002597_person51_bacteria_242.png new file mode 100644 index 0000000000000000000000000000000000000000..0ed73e4f4bab13b984d614d27172829d9bfed73a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002597_person51_bacteria_242.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f4a138aba3cc7c4ac4a0ad70e36dbd01557e36d75f5da9b39c8d872d38f1cae +size 69787 diff --git a/MendeleyCXR/images/Darwin_00002598_person51_bacteria_243.png b/MendeleyCXR/images/Darwin_00002598_person51_bacteria_243.png new file mode 100644 index 0000000000000000000000000000000000000000..e2c45352782785b622ba6b4dd782acf08c31bd86 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002598_person51_bacteria_243.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89bea6a162274481e7f6e8f86ad8a2bc7c0b6b40c979c275605fd9a536dd4c72 +size 76332 diff --git a/MendeleyCXR/images/Darwin_00002599_person51_bacteria_244.png b/MendeleyCXR/images/Darwin_00002599_person51_bacteria_244.png new file mode 100644 index 0000000000000000000000000000000000000000..4ef4baa3a5faca9ab9a8236177223d907fe5e2ef --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002599_person51_bacteria_244.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:017f07975ca5b303a24fe27ac4cd5d335c95745cfb2a52bd9adbc8710c5bbad1 +size 74829 diff --git a/MendeleyCXR/images/Darwin_00002600_person51_bacteria_245.png b/MendeleyCXR/images/Darwin_00002600_person51_bacteria_245.png new file mode 100644 index 0000000000000000000000000000000000000000..06f4189a5e6b22e8846731055680f3a9313eb431 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002600_person51_bacteria_245.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c253de100dbc82c1b9f92145dec778506f1c459eb19bff3aa86a29e9ce84939 +size 74909 diff --git a/MendeleyCXR/images/Darwin_00002601_person51_bacteria_246.png b/MendeleyCXR/images/Darwin_00002601_person51_bacteria_246.png new file mode 100644 index 0000000000000000000000000000000000000000..6afdeeee3e70d9480e1d9de780d015162fd10c30 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002601_person51_bacteria_246.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c9fac0fd153d9e27c01ad6f2aee17f904bd30a32aca433dbddd7a15da45c30f +size 71480 diff --git a/MendeleyCXR/images/Darwin_00002602_person51_bacteria_247.png b/MendeleyCXR/images/Darwin_00002602_person51_bacteria_247.png new file mode 100644 index 0000000000000000000000000000000000000000..9616366a86ebad19ca14b1f0fdd7f9c02ae6ed38 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002602_person51_bacteria_247.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e2785cc0b00da740ebb3451ebf4e9f81d02894bfc265bc898c826c8c2d9055d +size 77929 diff --git a/MendeleyCXR/images/Darwin_00002603_person51_bacteria_248.png b/MendeleyCXR/images/Darwin_00002603_person51_bacteria_248.png new file mode 100644 index 0000000000000000000000000000000000000000..736ca1e1234a6ea9d7105f350f48fb3cd836cd3e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002603_person51_bacteria_248.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e1a62ec221ba5d6b9df58eb5049509f6cfbe1286c5fc17581f44c734b738570 +size 73561 diff --git a/MendeleyCXR/images/Darwin_00002604_person460_bacteria_1958.png b/MendeleyCXR/images/Darwin_00002604_person460_bacteria_1958.png new file mode 100644 index 0000000000000000000000000000000000000000..e2d705fd8d6e206484caf4ea07c2195dbab018c1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002604_person460_bacteria_1958.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:675a5b567da8830307021bbfcdf6da80d145a13c1695d56214b9c33a35cbb5b8 +size 72284 diff --git a/MendeleyCXR/images/Darwin_00002605_person461_bacteria_1960.png b/MendeleyCXR/images/Darwin_00002605_person461_bacteria_1960.png new file mode 100644 index 0000000000000000000000000000000000000000..607fad1bbf526a4a32a63a28f8df8b87120a8390 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002605_person461_bacteria_1960.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6de7b3778c5d240886466f5a09564bc96e95fb53fb3f979bee2ce3e4f602ddf3 +size 82442 diff --git a/MendeleyCXR/images/Darwin_00002606_person462_bacteria_1961.png b/MendeleyCXR/images/Darwin_00002606_person462_bacteria_1961.png new file mode 100644 index 0000000000000000000000000000000000000000..87fb61e7839f0f6e069dc4dbaf15fceaab050eb5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002606_person462_bacteria_1961.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeb0a5a590c4e24a95d7a10fdc267ee905b8c845b6cf05d3e7de4d232061c2b2 +size 70286 diff --git a/MendeleyCXR/images/Darwin_00002607_person462_bacteria_1963.png b/MendeleyCXR/images/Darwin_00002607_person462_bacteria_1963.png new file mode 100644 index 0000000000000000000000000000000000000000..2081b9669765626e0478fd6d07993ff13d28ce52 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002607_person462_bacteria_1963.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fa341c307558d316d12511e979fb5990637f41e8aed482b01f98718f88e3ec2 +size 65869 diff --git a/MendeleyCXR/images/Darwin_00002608_person462_bacteria_1967.png b/MendeleyCXR/images/Darwin_00002608_person462_bacteria_1967.png new file mode 100644 index 0000000000000000000000000000000000000000..f5abee5887ef4493f8c1c871e8012a3d1e04a151 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002608_person462_bacteria_1967.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9097b2e4ccac86851c82c990c489249b7eb9caa595e33682461936539645f571 +size 72331 diff --git a/MendeleyCXR/images/Darwin_00002609_person462_bacteria_1968.png b/MendeleyCXR/images/Darwin_00002609_person462_bacteria_1968.png new file mode 100644 index 0000000000000000000000000000000000000000..189de300b4b8634e849f1c2cadf4ce0d65cbf99e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002609_person462_bacteria_1968.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d80894f474cccd0480df2b1381de183b9bc42a63a37245a71f8363df0696478 +size 74226 diff --git a/MendeleyCXR/images/Darwin_00002610_person463_bacteria_1971.png b/MendeleyCXR/images/Darwin_00002610_person463_bacteria_1971.png new file mode 100644 index 0000000000000000000000000000000000000000..b7f85b42e78225c0fe842cd1366f626b1922c18e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002610_person463_bacteria_1971.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b84da4f89f988cf6130e282cade547f7a19bc35943bb576db4a940980f3a13f +size 69528 diff --git a/MendeleyCXR/images/Darwin_00002611_person464_bacteria_1974.png b/MendeleyCXR/images/Darwin_00002611_person464_bacteria_1974.png new file mode 100644 index 0000000000000000000000000000000000000000..1084943d17a695944bf7bebd85e41519d7c608b3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002611_person464_bacteria_1974.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:501035c97d97e4c229840d0e38bd763995edcc43c60f275c67a3fb85d835e143 +size 73297 diff --git a/MendeleyCXR/images/Darwin_00002612_person464_bacteria_1975.png b/MendeleyCXR/images/Darwin_00002612_person464_bacteria_1975.png new file mode 100644 index 0000000000000000000000000000000000000000..1e37fc58811c94346bc4779352a53c26f7585007 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002612_person464_bacteria_1975.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b97614412cc7ff5590ada77ea1c13de893ab115d79c2c7782b2a032ce68ecfe +size 86849 diff --git a/MendeleyCXR/images/Darwin_00002613_person465_bacteria_1976.png b/MendeleyCXR/images/Darwin_00002613_person465_bacteria_1976.png new file mode 100644 index 0000000000000000000000000000000000000000..8f75a73f3d627645ddc44bbe8f02b1344d894c5f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002613_person465_bacteria_1976.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58dc89c1738e84d4f457d2276d948149769a02e7c178df09d293c7650ddbf767 +size 70319 diff --git a/MendeleyCXR/images/Darwin_00002614_person465_bacteria_1977.png b/MendeleyCXR/images/Darwin_00002614_person465_bacteria_1977.png new file mode 100644 index 0000000000000000000000000000000000000000..fbdc8a37c4993dc449a36846e775a9bdad4936c0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002614_person465_bacteria_1977.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa6ac891f38bc00908698e3b9447a146f7cdb2767c38598405a04382b220befe +size 68808 diff --git a/MendeleyCXR/images/Darwin_00002615_person465_bacteria_1979.png b/MendeleyCXR/images/Darwin_00002615_person465_bacteria_1979.png new file mode 100644 index 0000000000000000000000000000000000000000..ae914e48101ee820ecafaad9dfa06186761e00db --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002615_person465_bacteria_1979.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67c55b97dc3d2234eb1ee9693964101bac1458b79690d13cb9fe4cbca5f802b1 +size 69132 diff --git a/MendeleyCXR/images/Darwin_00002616_person465_bacteria_1980.png b/MendeleyCXR/images/Darwin_00002616_person465_bacteria_1980.png new file mode 100644 index 0000000000000000000000000000000000000000..843bf139b17e277fc426cd2fb563e8dea1486841 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002616_person465_bacteria_1980.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0daf1cb56e22a35bb5a75a3dca8af9b17c9991b876afd11150c9ea121344083a +size 67909 diff --git a/MendeleyCXR/images/Darwin_00002617_person465_bacteria_1981.png b/MendeleyCXR/images/Darwin_00002617_person465_bacteria_1981.png new file mode 100644 index 0000000000000000000000000000000000000000..a9f84e38c8ca3c08f4fffcd79212b8de9e1065d1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002617_person465_bacteria_1981.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a700231889ca74f302d82fbc478f573235697175e7b41e2cad9b3d257941e65f +size 65956 diff --git a/MendeleyCXR/images/Darwin_00002618_person465_bacteria_1982.png b/MendeleyCXR/images/Darwin_00002618_person465_bacteria_1982.png new file mode 100644 index 0000000000000000000000000000000000000000..435c0fbb3ceef834c9ea0e50f88b7cb1e861ffbf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002618_person465_bacteria_1982.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3860ddf4d916ffbd72dc386dd9edb79bce2e6d5833debcb76dbe25b50a763ed2 +size 81319 diff --git a/MendeleyCXR/images/Darwin_00002621_person466_bacteria_1986.png b/MendeleyCXR/images/Darwin_00002621_person466_bacteria_1986.png new file mode 100644 index 0000000000000000000000000000000000000000..2463fcc082de47d95ded98ee3d411616a5df0794 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002621_person466_bacteria_1986.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1386f2e625f3e3d514cbf856673c42eaed92ab20089ce095bc472f6ab7822f9f +size 66628 diff --git a/MendeleyCXR/images/Darwin_00002622_person466_bacteria_1987.png b/MendeleyCXR/images/Darwin_00002622_person466_bacteria_1987.png new file mode 100644 index 0000000000000000000000000000000000000000..b15aa596da92f413d8820cc2c22fe5f573bb145a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002622_person466_bacteria_1987.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e62890e195a7cacf2516ca84200fef9bcbccedbc8572c68f917cec0330a9773c +size 76738 diff --git a/MendeleyCXR/images/Darwin_00002623_person467_bacteria_1988.png b/MendeleyCXR/images/Darwin_00002623_person467_bacteria_1988.png new file mode 100644 index 0000000000000000000000000000000000000000..f6b913862a9dd088cbc81459c0f01ff3c106d0f3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002623_person467_bacteria_1988.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30932b3aeb37e6b44f87dfbb79f5ec6edc6984f49e55a61380945f6a5fcc5e4c +size 74304 diff --git a/MendeleyCXR/images/Darwin_00002624_person467_bacteria_1989.png b/MendeleyCXR/images/Darwin_00002624_person467_bacteria_1989.png new file mode 100644 index 0000000000000000000000000000000000000000..39ecd011a69fc995770de23f83d81df530246438 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002624_person467_bacteria_1989.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68d9208ace1c6375844a74631cccfdc6a00dd7a370bbd12f27b23ba2fad7f4d5 +size 69527 diff --git a/MendeleyCXR/images/Darwin_00002625_person468_bacteria_1990.png b/MendeleyCXR/images/Darwin_00002625_person468_bacteria_1990.png new file mode 100644 index 0000000000000000000000000000000000000000..9f39cb6cab779373814ab9d1080769aa6eb26e0f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002625_person468_bacteria_1990.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80075669b1f4da23fc56d74888b27bc2891749f382a13ccb45ce0bac2a374701 +size 73538 diff --git a/MendeleyCXR/images/Darwin_00002626_person468_bacteria_1991.png b/MendeleyCXR/images/Darwin_00002626_person468_bacteria_1991.png new file mode 100644 index 0000000000000000000000000000000000000000..28e63fee4ab3d89dbc6d49e45841f134deca2f21 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002626_person468_bacteria_1991.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b873e07f3908273914e7fe02ffad2da84b0a7979086db7f86ca982c668b0bde9 +size 82867 diff --git a/MendeleyCXR/images/Darwin_00002627_person469_bacteria_1992.png b/MendeleyCXR/images/Darwin_00002627_person469_bacteria_1992.png new file mode 100644 index 0000000000000000000000000000000000000000..a9d3afbd7b314096e39dd714f207b26d3fe6aa31 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002627_person469_bacteria_1992.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af90fac74a9486c7d3add8f42f203f473092af4b0fc3a38c6d3227aba0d1aecf +size 75096 diff --git a/MendeleyCXR/images/Darwin_00002628_person469_bacteria_1993.png b/MendeleyCXR/images/Darwin_00002628_person469_bacteria_1993.png new file mode 100644 index 0000000000000000000000000000000000000000..0ad0346a25c3ec633a88e7c754da5e468e68d8a5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002628_person469_bacteria_1993.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bc5976ab66b8a198c38cccbebc31933513d475766122abac4ab75521fd5cdb3 +size 75464 diff --git a/MendeleyCXR/images/Darwin_00002629_person469_bacteria_1994.png b/MendeleyCXR/images/Darwin_00002629_person469_bacteria_1994.png new file mode 100644 index 0000000000000000000000000000000000000000..44a93579c288e58c6754d8733e399d8457e7014c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002629_person469_bacteria_1994.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1400cce8a9098b26276683c39a393760745457932d5bfe2bea51c645428435c8 +size 84076 diff --git a/MendeleyCXR/images/Darwin_00002630_person469_bacteria_1995.png b/MendeleyCXR/images/Darwin_00002630_person469_bacteria_1995.png new file mode 100644 index 0000000000000000000000000000000000000000..c5e8f047f7a0f5d0905fc8448eafdd6e4590492f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002630_person469_bacteria_1995.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19fbad099ad3c61f70987bf9430fefa893ae78980555f23c1ddfa0bee754481e +size 85298 diff --git a/MendeleyCXR/images/Darwin_00002631_person470_bacteria_1996.png b/MendeleyCXR/images/Darwin_00002631_person470_bacteria_1996.png new file mode 100644 index 0000000000000000000000000000000000000000..dbc9a255f427ed32276deaaf3ff9bb0a5fa640b4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002631_person470_bacteria_1996.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02fa7cddc03eca6b4319be30804b4182e62c7615a607395a0f7e286855b21106 +size 66576 diff --git a/MendeleyCXR/images/Darwin_00002632_person470_bacteria_1998.png b/MendeleyCXR/images/Darwin_00002632_person470_bacteria_1998.png new file mode 100644 index 0000000000000000000000000000000000000000..1052c880c52d3f4d5ccf1246076add35f6613103 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002632_person470_bacteria_1998.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d32ad377716160ae166c8c74e46e2dcda1d189739219a07745cbcd2a4bb54c2 +size 71986 diff --git a/MendeleyCXR/images/Darwin_00002633_person470_bacteria_1999.png b/MendeleyCXR/images/Darwin_00002633_person470_bacteria_1999.png new file mode 100644 index 0000000000000000000000000000000000000000..e09c1d59338ec97f47f480511015daa174638a38 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002633_person470_bacteria_1999.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaaaead59753a6fd2b52a3f7b8039a0673d9e41a4041a3cc5a93d64f0531400f +size 70479 diff --git a/MendeleyCXR/images/Darwin_00002634_person470_bacteria_2000.png b/MendeleyCXR/images/Darwin_00002634_person470_bacteria_2000.png new file mode 100644 index 0000000000000000000000000000000000000000..51a7b96a01e431039bb67c74702f8bf4bda257bd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002634_person470_bacteria_2000.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:983301019c62da72906373c4f7be379347f95185d5aa6c03b62fda27fc3703d2 +size 70229 diff --git a/MendeleyCXR/images/Darwin_00002635_person470_bacteria_2001.png b/MendeleyCXR/images/Darwin_00002635_person470_bacteria_2001.png new file mode 100644 index 0000000000000000000000000000000000000000..b109a1e318f1e3cb3c572c2702b2e85d78b35ad0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002635_person470_bacteria_2001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ad06b9b113e13e7e4fe8424af282c6fa35077f4daff8d414315b2c4c66ea0e9 +size 71493 diff --git a/MendeleyCXR/images/Darwin_00002636_person470_bacteria_2002.png b/MendeleyCXR/images/Darwin_00002636_person470_bacteria_2002.png new file mode 100644 index 0000000000000000000000000000000000000000..02f6f12c712d50b799ce73ab5d4d99ac48cce0e9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002636_person470_bacteria_2002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c95c24a50fb78a0ecd57335d64e0f8307abeb0ef9d01d0a05d4b85dee20ebd67 +size 78778 diff --git a/MendeleyCXR/images/Darwin_00002637_person470_bacteria_2003.png b/MendeleyCXR/images/Darwin_00002637_person470_bacteria_2003.png new file mode 100644 index 0000000000000000000000000000000000000000..78093bc1f36250996097a460d6d9164a52fc19fc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002637_person470_bacteria_2003.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ee8785a02d4761c63fab79124de153e2daaa7baf4c39b61d9e381b61b8800ba +size 72764 diff --git a/MendeleyCXR/images/Darwin_00002638_person471_bacteria_2004.png b/MendeleyCXR/images/Darwin_00002638_person471_bacteria_2004.png new file mode 100644 index 0000000000000000000000000000000000000000..576bba267207a3ace60f71f15c85994818652bf5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002638_person471_bacteria_2004.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8ca9f4793f88890ca319517f670cc0229db24eafa8b9cc0b5948361e43bc673 +size 65398 diff --git a/MendeleyCXR/images/Darwin_00002639_person471_bacteria_2005.png b/MendeleyCXR/images/Darwin_00002639_person471_bacteria_2005.png new file mode 100644 index 0000000000000000000000000000000000000000..3f5c4a5990e67e0a14c61883401d43d9b46a77a4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002639_person471_bacteria_2005.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c73b3b6b32056498884ad8ee5bb0b4a56820d97ec9a7e93ed1f4f7fa303142c8 +size 69121 diff --git a/MendeleyCXR/images/Darwin_00002640_person471_bacteria_2006.png b/MendeleyCXR/images/Darwin_00002640_person471_bacteria_2006.png new file mode 100644 index 0000000000000000000000000000000000000000..20961bd0106d002060afdf24f0d69d55ef7b372b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002640_person471_bacteria_2006.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b23f18d9cde7590f2666abeb5c560945ffb751fb248e76ad389d98085cf6e499 +size 84325 diff --git a/MendeleyCXR/images/Darwin_00002641_person472_bacteria_2007.png b/MendeleyCXR/images/Darwin_00002641_person472_bacteria_2007.png new file mode 100644 index 0000000000000000000000000000000000000000..ffa9136d4199fb61e371b698ca081f654c29f2a0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002641_person472_bacteria_2007.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae4d145b84e78cda49ec2aa7bc526d1ec0097555dc1eaf187fbdd9dc9fe41ac3 +size 74660 diff --git a/MendeleyCXR/images/Darwin_00002642_person472_bacteria_2008.png b/MendeleyCXR/images/Darwin_00002642_person472_bacteria_2008.png new file mode 100644 index 0000000000000000000000000000000000000000..f5c3202f2817f2afa9afc7a99fcfeebbe15fca47 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002642_person472_bacteria_2008.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f3ae9da7b1482742147d40d0a7e6b9cd31d663d4d1dbe4540fcc785874a8247 +size 72409 diff --git a/MendeleyCXR/images/Darwin_00002643_person472_bacteria_2010.png b/MendeleyCXR/images/Darwin_00002643_person472_bacteria_2010.png new file mode 100644 index 0000000000000000000000000000000000000000..7be46ce78e8a177996bc2404809671c20ddd8dd2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002643_person472_bacteria_2010.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b64ca9f42fa8bea2c42cea4648b87ac30f360b63c78e702d4985e99776fb569 +size 83866 diff --git a/MendeleyCXR/images/Darwin_00002644_person472_bacteria_2014.png b/MendeleyCXR/images/Darwin_00002644_person472_bacteria_2014.png new file mode 100644 index 0000000000000000000000000000000000000000..b8841d1398dbe85a67ea4616f1febc819bd3acc6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002644_person472_bacteria_2014.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f21da61c6c2e47a554b772be0f5dadae78e7e256d322f107174a33fbba684207 +size 71705 diff --git a/MendeleyCXR/images/Darwin_00002645_person472_bacteria_2015.png b/MendeleyCXR/images/Darwin_00002645_person472_bacteria_2015.png new file mode 100644 index 0000000000000000000000000000000000000000..6661a601cd59b4fc9006f09eab666a7ca0122539 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002645_person472_bacteria_2015.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fa1f9cc572ed19bb963f6517493de6c6b7d81d67a8e8cc5ef38030063ae6ca9 +size 71246 diff --git a/MendeleyCXR/images/Darwin_00002646_person473_bacteria_2018.png b/MendeleyCXR/images/Darwin_00002646_person473_bacteria_2018.png new file mode 100644 index 0000000000000000000000000000000000000000..c034e72de030bed685d85d7337dc7560688d09cb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002646_person473_bacteria_2018.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8936fb7b9c64bc8bfad829ab8d4940b6f581f5b84f5c6d26a589674beba4539 +size 73732 diff --git a/MendeleyCXR/images/Darwin_00002647_person475_bacteria_2020.png b/MendeleyCXR/images/Darwin_00002647_person475_bacteria_2020.png new file mode 100644 index 0000000000000000000000000000000000000000..84e9bb0759928d6e0c6ed6aa7f39f01732a3fe37 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002647_person475_bacteria_2020.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cf383388e04f3ad7dc9488d4f5bc0aa9c045fcb7b66c61547eee743d584cea1 +size 70267 diff --git a/MendeleyCXR/images/Darwin_00002648_person475_bacteria_2021.png b/MendeleyCXR/images/Darwin_00002648_person475_bacteria_2021.png new file mode 100644 index 0000000000000000000000000000000000000000..4aff239e363e9cffe5e6abb45b76ce65c7e0cdb2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002648_person475_bacteria_2021.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6c78014111b4c5ce434a7d8195a8cd0b199cb2863b6675314a0537a614c28d9 +size 67579 diff --git a/MendeleyCXR/images/Darwin_00002649_person475_bacteria_2022.png b/MendeleyCXR/images/Darwin_00002649_person475_bacteria_2022.png new file mode 100644 index 0000000000000000000000000000000000000000..543a2740e7aeb54955c850f4cfcad574609f2763 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002649_person475_bacteria_2022.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89e3655f364408799f340a6b6112b6824af5dca5b9dbfdb173c59883d4db1ba8 +size 65039 diff --git a/MendeleyCXR/images/Darwin_00002650_person475_bacteria_2023.png b/MendeleyCXR/images/Darwin_00002650_person475_bacteria_2023.png new file mode 100644 index 0000000000000000000000000000000000000000..0c5cc09f809ff43b2cb4a78a72835fe4e6980471 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002650_person475_bacteria_2023.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3c0156a7fab4482d73ed0e4a0b33dc9e30753b4403fe9814705d18f87c1f2df +size 66793 diff --git a/MendeleyCXR/images/Darwin_00002651_person475_bacteria_2024.png b/MendeleyCXR/images/Darwin_00002651_person475_bacteria_2024.png new file mode 100644 index 0000000000000000000000000000000000000000..cdfe789c3ad6f6b19ecf14efb84115f14b878a30 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002651_person475_bacteria_2024.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:307f8151e08e311934ade794d9fbd53345789faabf552f2345df3beeb77d1064 +size 72116 diff --git a/MendeleyCXR/images/Darwin_00002652_person475_bacteria_2025.png b/MendeleyCXR/images/Darwin_00002652_person475_bacteria_2025.png new file mode 100644 index 0000000000000000000000000000000000000000..282d5f5553fbe9da50cb4404f3d61b6a00e10b23 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002652_person475_bacteria_2025.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c64720e0a570bd430e46591f8745e8abc3ad50f204de94323af4949f298c4d2 +size 85356 diff --git a/MendeleyCXR/images/Darwin_00002653_person476_bacteria_2026.png b/MendeleyCXR/images/Darwin_00002653_person476_bacteria_2026.png new file mode 100644 index 0000000000000000000000000000000000000000..ae010939cadb1252492fb0789445fb597725f7a1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002653_person476_bacteria_2026.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0509cec22836b6d186e5e69444645c067bf67843129550f9d062ceb0248c546a +size 77454 diff --git a/MendeleyCXR/images/Darwin_00002654_person477_bacteria_2028.png b/MendeleyCXR/images/Darwin_00002654_person477_bacteria_2028.png new file mode 100644 index 0000000000000000000000000000000000000000..0dfded8e0595443f353fe9e3ff30c932437eec54 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002654_person477_bacteria_2028.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:843072eeb5daf6521d833734eff40261c299b50449eb6e9be22fee7c8750b45e +size 78330 diff --git a/MendeleyCXR/images/Darwin_00002655_person477_bacteria_2029.png b/MendeleyCXR/images/Darwin_00002655_person477_bacteria_2029.png new file mode 100644 index 0000000000000000000000000000000000000000..e1653b3152e78d07dd36a28d526388c45ab21542 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002655_person477_bacteria_2029.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:414d0cdc191e578faa12cfeecd2ffb60bd08f53249d4dc9fa33dd61d6cbdc5c3 +size 73135 diff --git a/MendeleyCXR/images/Darwin_00002656_person477_bacteria_2030.png b/MendeleyCXR/images/Darwin_00002656_person477_bacteria_2030.png new file mode 100644 index 0000000000000000000000000000000000000000..e7cd34ecd5c33dc978219c7db983dc40f397478f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002656_person477_bacteria_2030.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc2c5cdad7521e7a6f1facd7206bd64bc80fe6b750425f730e7ffb63d35daf27 +size 76265 diff --git a/MendeleyCXR/images/Darwin_00002657_person477_bacteria_2031.png b/MendeleyCXR/images/Darwin_00002657_person477_bacteria_2031.png new file mode 100644 index 0000000000000000000000000000000000000000..c89a59410500b30692633e23ceccca4d32ff9691 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002657_person477_bacteria_2031.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8918caa61b700c8e78be87e62378b749d412ea8a2ffa262e2cddbcc7e322edd +size 69052 diff --git a/MendeleyCXR/images/Darwin_00002658_person478_bacteria_2032.png b/MendeleyCXR/images/Darwin_00002658_person478_bacteria_2032.png new file mode 100644 index 0000000000000000000000000000000000000000..64cbdb9be689a61c5853d120ecdd47aa9b4d02bf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002658_person478_bacteria_2032.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1274adee8bdad69784cea4eb90f669b8323ee551b96fd4399676e6ccf70a3d95 +size 68366 diff --git a/MendeleyCXR/images/Darwin_00002659_person478_bacteria_2035.png b/MendeleyCXR/images/Darwin_00002659_person478_bacteria_2035.png new file mode 100644 index 0000000000000000000000000000000000000000..5136c971717f8e7d24565b2e1523bc07d2833f4f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002659_person478_bacteria_2035.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f6b7c2d6cebe4f24b23c8a40325a55af21a5938507ebe29cdd1c49e1ecbf2bb +size 76326 diff --git a/MendeleyCXR/images/Darwin_00002660_person480_bacteria_2038.png b/MendeleyCXR/images/Darwin_00002660_person480_bacteria_2038.png new file mode 100644 index 0000000000000000000000000000000000000000..3056e21d6216601b3cc450a6a3502c6c08bc359e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002660_person480_bacteria_2038.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acaf4833b12fef543523ea82ac23ea4306a83ca13cd925e012adb20e09f8fff2 +size 66712 diff --git a/MendeleyCXR/images/Darwin_00002661_person480_bacteria_2039.png b/MendeleyCXR/images/Darwin_00002661_person480_bacteria_2039.png new file mode 100644 index 0000000000000000000000000000000000000000..38d003a0d537b85d2dfa714148e4f3cf364720ad --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002661_person480_bacteria_2039.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c7473a72a2ee06fd26ee899fa2e9e343396f46d7de3b23363b7ac327b7cf28e +size 65817 diff --git a/MendeleyCXR/images/Darwin_00002662_person480_bacteria_2040.png b/MendeleyCXR/images/Darwin_00002662_person480_bacteria_2040.png new file mode 100644 index 0000000000000000000000000000000000000000..413844cefe685f8e59c26c8465fe31969921043e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002662_person480_bacteria_2040.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e5ab373922bea0e4b8ffae466639fe9ccbb935b93354d03214ccfcbe7d430d7 +size 82011 diff --git a/MendeleyCXR/images/Darwin_00002663_person481_bacteria_2041.png b/MendeleyCXR/images/Darwin_00002663_person481_bacteria_2041.png new file mode 100644 index 0000000000000000000000000000000000000000..fa0fd431047edcc773674c6e4f4144b7ad003395 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002663_person481_bacteria_2041.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a582ea1e4f2a699a26cc7cacf77ed0403b8cd9694b4a720a0e9d38df2da7d75d +size 69687 diff --git a/MendeleyCXR/images/Darwin_00002664_person481_bacteria_2042.png b/MendeleyCXR/images/Darwin_00002664_person481_bacteria_2042.png new file mode 100644 index 0000000000000000000000000000000000000000..64f37115e082bf7ba5dfe8305ec23c4e9bceddd2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002664_person481_bacteria_2042.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9df161ac4d4a40f92bed9d3bdecef40cc88a5f4519743090a1f5c40f6faf517a +size 87790 diff --git a/MendeleyCXR/images/Darwin_00002665_person482_bacteria_2043.png b/MendeleyCXR/images/Darwin_00002665_person482_bacteria_2043.png new file mode 100644 index 0000000000000000000000000000000000000000..7cc2a48961dda4177d5795f23a6ac2882df0372b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002665_person482_bacteria_2043.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:132d9daa32758798575b67d8ef050967aec589b8f435e5572a1274c78763cdb6 +size 75658 diff --git a/MendeleyCXR/images/Darwin_00002666_person482_bacteria_2044.png b/MendeleyCXR/images/Darwin_00002666_person482_bacteria_2044.png new file mode 100644 index 0000000000000000000000000000000000000000..ef575a3016da4cdd16f7123211905876142cb01b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002666_person482_bacteria_2044.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4930c3edaecf4dab774b7c4aab5dc83f6c87c0949e23c5b18e114b5526a2ffb9 +size 73832 diff --git a/MendeleyCXR/images/Darwin_00002667_person482_bacteria_2045.png b/MendeleyCXR/images/Darwin_00002667_person482_bacteria_2045.png new file mode 100644 index 0000000000000000000000000000000000000000..763c3574c9e6a3cd1cb7f14d27991f980c90ec3d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002667_person482_bacteria_2045.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89f3ca5d957bc4aacef3db3f92afbf7836c7779f724d7baff947ae92ac09b294 +size 73055 diff --git a/MendeleyCXR/images/Darwin_00002668_person483_bacteria_2046.png b/MendeleyCXR/images/Darwin_00002668_person483_bacteria_2046.png new file mode 100644 index 0000000000000000000000000000000000000000..86f406e96a63a5965c482895101dd623302d5bc2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002668_person483_bacteria_2046.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d3c3c438f0a6ab7cbd43278907b40cee154ba15e16a8ec01db9181a1861a038 +size 68874 diff --git a/MendeleyCXR/images/Darwin_00002669_person485_bacteria_2049.png b/MendeleyCXR/images/Darwin_00002669_person485_bacteria_2049.png new file mode 100644 index 0000000000000000000000000000000000000000..874f81c302d8ba3a7be38d93371f56ff7f4c3178 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002669_person485_bacteria_2049.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00db57f8098914cef3b391f67a71ad690e9339b55d7e657babaded27aa0e26ae +size 81006 diff --git a/MendeleyCXR/images/Darwin_00002670_person486_bacteria_2051.png b/MendeleyCXR/images/Darwin_00002670_person486_bacteria_2051.png new file mode 100644 index 0000000000000000000000000000000000000000..b3b79b2772ee8231ec41ee8fe68a9f529d4e411e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002670_person486_bacteria_2051.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63f5cdcc022e3c531cc3a5b13c4212897009760521cd2403f78d8d90a2b37101 +size 71244 diff --git a/MendeleyCXR/images/Darwin_00002671_person486_bacteria_2052.png b/MendeleyCXR/images/Darwin_00002671_person486_bacteria_2052.png new file mode 100644 index 0000000000000000000000000000000000000000..2fc048b89d8adab7befd67920f1ba61fb6cc0501 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002671_person486_bacteria_2052.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:196e7af3ce6ff42a69260ada22957e6e50baf40b837fd24a2dab09ecda57ee91 +size 66880 diff --git a/MendeleyCXR/images/Darwin_00002672_person486_bacteria_2053.png b/MendeleyCXR/images/Darwin_00002672_person486_bacteria_2053.png new file mode 100644 index 0000000000000000000000000000000000000000..e68253cdd16a12cea83d357053a3971272095aeb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002672_person486_bacteria_2053.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:864cb8c8984af34142e93cd3beb8a8cdb32e6dea085c2454a9c8cc54ea2fa97f +size 77115 diff --git a/MendeleyCXR/images/Darwin_00002673_person486_bacteria_2054.png b/MendeleyCXR/images/Darwin_00002673_person486_bacteria_2054.png new file mode 100644 index 0000000000000000000000000000000000000000..96248329d49a1d85338407818c1d2b72c8cefc51 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002673_person486_bacteria_2054.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9848a1836d2f7eff55cd9e1d6a34dd0a614e658ec75f57cf586ad012ce8fd9ad +size 77637 diff --git a/MendeleyCXR/images/Darwin_00002674_person487_bacteria_2055.png b/MendeleyCXR/images/Darwin_00002674_person487_bacteria_2055.png new file mode 100644 index 0000000000000000000000000000000000000000..b9366439d0cb72e7c9c7bf2af9cdcb475875d3c4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002674_person487_bacteria_2055.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e613ee2a05163892b4d08e6f0f0ca35cd05ad1fd43a786cf6ed2a9dbac2c1f8 +size 68436 diff --git a/MendeleyCXR/images/Darwin_00002675_person487_bacteria_2056.png b/MendeleyCXR/images/Darwin_00002675_person487_bacteria_2056.png new file mode 100644 index 0000000000000000000000000000000000000000..31fb892af804f4f736561e11fe82e30bf9c3d5e3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002675_person487_bacteria_2056.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9a6fed58283921f309251488a6c297a1f9d9a57152519a0e12bdd8a6eb983d4 +size 72211 diff --git a/MendeleyCXR/images/Darwin_00002676_person487_bacteria_2057.png b/MendeleyCXR/images/Darwin_00002676_person487_bacteria_2057.png new file mode 100644 index 0000000000000000000000000000000000000000..f4427c9859982a61b4556046f78f1f13b52797d9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002676_person487_bacteria_2057.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa8af7e496c7bd1a5817e1e1a64a09d0a8d4b0679b43439242e1e233ebf55360 +size 70553 diff --git a/MendeleyCXR/images/Darwin_00002677_person487_bacteria_2058.png b/MendeleyCXR/images/Darwin_00002677_person487_bacteria_2058.png new file mode 100644 index 0000000000000000000000000000000000000000..310472a03b4200c516f19b1d6648e78e5d6ec66e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002677_person487_bacteria_2058.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:038a2fa3a02c6ee6f36344dfaf97dd6e1401804f211a0be8fb50058ded3d9283 +size 74681 diff --git a/MendeleyCXR/images/Darwin_00002678_person487_bacteria_2059.png b/MendeleyCXR/images/Darwin_00002678_person487_bacteria_2059.png new file mode 100644 index 0000000000000000000000000000000000000000..616a76a786f3d9f6890be1ca10e19226aa2a81f3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002678_person487_bacteria_2059.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22ed2da7f336d287123882fadb1b8901f02e3c5b191034a2438af94fbb520752 +size 73152 diff --git a/MendeleyCXR/images/Darwin_00002679_person487_bacteria_2060.png b/MendeleyCXR/images/Darwin_00002679_person487_bacteria_2060.png new file mode 100644 index 0000000000000000000000000000000000000000..e569a54cba2f73ba2544af7b624905187b4c5a03 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002679_person487_bacteria_2060.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:177fcb0f31f212376221bdef5c5e39cc3af06fbb6a8dad214defc071639aa27e +size 78425 diff --git a/MendeleyCXR/images/Darwin_00002680_person488_bacteria_2061.png b/MendeleyCXR/images/Darwin_00002680_person488_bacteria_2061.png new file mode 100644 index 0000000000000000000000000000000000000000..7aabbf3d67a0bfb923959abed2696e1c6bc7fe93 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002680_person488_bacteria_2061.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f974fadf88d8a6151f1adefc4527367f11190d4461b89ac3dd8fe2f96a478f3 +size 72017 diff --git a/MendeleyCXR/images/Darwin_00002681_person488_bacteria_2062.png b/MendeleyCXR/images/Darwin_00002681_person488_bacteria_2062.png new file mode 100644 index 0000000000000000000000000000000000000000..b0b844ce843c0a9f5d10ff5faa66a76df6989c26 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002681_person488_bacteria_2062.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9417811110b22586cee0f4868e0716affe6bc7736a97dc256c4be7f4e5822d3 +size 74030 diff --git a/MendeleyCXR/images/Darwin_00002682_person489_bacteria_2063.png b/MendeleyCXR/images/Darwin_00002682_person489_bacteria_2063.png new file mode 100644 index 0000000000000000000000000000000000000000..b9b0c1190cf23b42a7e073c19f0d82e7884ef02e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002682_person489_bacteria_2063.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e95613c72c581b36bf4bd7d4855eac940540bfbabf94f2bba3d1bd18acff6a16 +size 66410 diff --git a/MendeleyCXR/images/Darwin_00002683_person489_bacteria_2064.png b/MendeleyCXR/images/Darwin_00002683_person489_bacteria_2064.png new file mode 100644 index 0000000000000000000000000000000000000000..8486e64209c5d9904a4e3b52a7575160fbec98ac --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002683_person489_bacteria_2064.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f70244855e43b16a2782e5e4f7385f4ed9b2b4600852b31c962357bfb6aba8bd +size 64042 diff --git a/MendeleyCXR/images/Darwin_00002684_person489_bacteria_2065.png b/MendeleyCXR/images/Darwin_00002684_person489_bacteria_2065.png new file mode 100644 index 0000000000000000000000000000000000000000..6b0793fb9a5b4bce4393b8aabaadf22fdd897828 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002684_person489_bacteria_2065.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c36ab7f2fa6e5ae695886000a561e7e98f6ca56576cc55e7907656f5c9d189cc +size 65586 diff --git a/MendeleyCXR/images/Darwin_00002685_person489_bacteria_2066.png b/MendeleyCXR/images/Darwin_00002685_person489_bacteria_2066.png new file mode 100644 index 0000000000000000000000000000000000000000..43966e6937ce149f6aba8cffb136d6430512fac0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002685_person489_bacteria_2066.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc0eb0282a8b31c52492674f64ed94e11f870fb68c657d5a9e4ec7ddb2b899a4 +size 73870 diff --git a/MendeleyCXR/images/Darwin_00002686_person489_bacteria_2067.png b/MendeleyCXR/images/Darwin_00002686_person489_bacteria_2067.png new file mode 100644 index 0000000000000000000000000000000000000000..49ee4ec44f059dcd096bc8dad5845e9d49e0a3c2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002686_person489_bacteria_2067.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bc30c5c6b74c3c7839c45e1650db8a340dc2fee113e6a720ac8a3f9b0020de2 +size 67952 diff --git a/MendeleyCXR/images/Darwin_00002687_person490_bacteria_2068.png b/MendeleyCXR/images/Darwin_00002687_person490_bacteria_2068.png new file mode 100644 index 0000000000000000000000000000000000000000..a0c7762d427f3de5f30c03fbcc80389688bb0415 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002687_person490_bacteria_2068.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:609f559bfd66eabcd1428d895a30c053971c2de3f753bac3833bb82a950848fd +size 79524 diff --git a/MendeleyCXR/images/Darwin_00002688_person490_bacteria_2069.png b/MendeleyCXR/images/Darwin_00002688_person490_bacteria_2069.png new file mode 100644 index 0000000000000000000000000000000000000000..d18b02b70e42af6a2af31959aa03a4a679d3d74f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002688_person490_bacteria_2069.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67514d30d02441fcb81a18817a938efe223dfdcb072599070540f69a8158cfe4 +size 68554 diff --git a/MendeleyCXR/images/Darwin_00002689_person490_bacteria_2070.png b/MendeleyCXR/images/Darwin_00002689_person490_bacteria_2070.png new file mode 100644 index 0000000000000000000000000000000000000000..afa1e43ae25b6e6bedf9a0da4f88581219e66627 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002689_person490_bacteria_2070.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c367cbfa8fc68a52867064ee47b5cb99d3cfb2ab5dd885d9306fa278b9ffdff +size 68818 diff --git a/MendeleyCXR/images/Darwin_00002690_person491_bacteria_2071.png b/MendeleyCXR/images/Darwin_00002690_person491_bacteria_2071.png new file mode 100644 index 0000000000000000000000000000000000000000..0196d03b8541cff217b5e9ced1094920fe2cc710 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002690_person491_bacteria_2071.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a74aef02adb3e36760c35209804bd33f3c01651ffb526ee8512805596fffb94e +size 76605 diff --git a/MendeleyCXR/images/Darwin_00002691_person491_bacteria_2073.png b/MendeleyCXR/images/Darwin_00002691_person491_bacteria_2073.png new file mode 100644 index 0000000000000000000000000000000000000000..c59b478b6f5165ff3a1f764101ba9cf303df7a6b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002691_person491_bacteria_2073.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f163000a515619f6f743751056cc8e031a412f777a7cda2ce5f04d51089175a9 +size 76014 diff --git a/MendeleyCXR/images/Darwin_00002692_person491_bacteria_2075.png b/MendeleyCXR/images/Darwin_00002692_person491_bacteria_2075.png new file mode 100644 index 0000000000000000000000000000000000000000..59d27202edec20d41312a5bdc973c5605534386d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002692_person491_bacteria_2075.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a21da5156ca67fa6f0d6008c819b495698b8a0c91b50ec337837cc5a6c901668 +size 73163 diff --git a/MendeleyCXR/images/Darwin_00002693_person491_bacteria_2080.png b/MendeleyCXR/images/Darwin_00002693_person491_bacteria_2080.png new file mode 100644 index 0000000000000000000000000000000000000000..0b1e5e9edb95ea2bdd7152d78f7ec9c714bff66e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002693_person491_bacteria_2080.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33b1ee201aec2eebc7584e6d96cbe5891136cb63dca03dc6938ec6252fbc4c45 +size 67911 diff --git a/MendeleyCXR/images/Darwin_00002694_person491_bacteria_2081.png b/MendeleyCXR/images/Darwin_00002694_person491_bacteria_2081.png new file mode 100644 index 0000000000000000000000000000000000000000..0a370795343e1b2912a39a1ecacd9b0726f5cddf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002694_person491_bacteria_2081.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ce3f8875d7b672ab7cf890ade9b5c0ddb29ff7d83a1e112e57b8a7a135e4d7f +size 75522 diff --git a/MendeleyCXR/images/Darwin_00002695_person491_bacteria_2082.png b/MendeleyCXR/images/Darwin_00002695_person491_bacteria_2082.png new file mode 100644 index 0000000000000000000000000000000000000000..ecb1cd207321ec3e32567d1b731c36d06a9bc810 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002695_person491_bacteria_2082.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7a4a416f30961b168a69e76d85074fa3909a390f991e5406a71e13084643901 +size 70258 diff --git a/MendeleyCXR/images/Darwin_00002696_person492_bacteria_2083.png b/MendeleyCXR/images/Darwin_00002696_person492_bacteria_2083.png new file mode 100644 index 0000000000000000000000000000000000000000..3f1b89f6df97412983180d6420e645349a40ef29 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002696_person492_bacteria_2083.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1478b6179db009f8619ccc5cfef5cf43d8871ae6a3072fba53e9bd17c680d2cc +size 73590 diff --git a/MendeleyCXR/images/Darwin_00002697_person492_bacteria_2084.png b/MendeleyCXR/images/Darwin_00002697_person492_bacteria_2084.png new file mode 100644 index 0000000000000000000000000000000000000000..7ee1ced24ef8964efa7917393b17857d15bb78df --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002697_person492_bacteria_2084.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6c0c9eb9eba925037e70158c9ff3dd369b4297aa09632ee058dc701efed2f76 +size 70007 diff --git a/MendeleyCXR/images/Darwin_00002698_person492_bacteria_2085.png b/MendeleyCXR/images/Darwin_00002698_person492_bacteria_2085.png new file mode 100644 index 0000000000000000000000000000000000000000..cc1eb45405837e91d38dbece1fd2e35f02c1471e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002698_person492_bacteria_2085.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b3310a778061b8a89c1333c726b14a3a433f80f8f442aa0443c3fc02b5950fd +size 76274 diff --git a/MendeleyCXR/images/Darwin_00002699_person493_bacteria_2086.png b/MendeleyCXR/images/Darwin_00002699_person493_bacteria_2086.png new file mode 100644 index 0000000000000000000000000000000000000000..809f16ab9e59f5ed4319b374891b49419fc67371 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002699_person493_bacteria_2086.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:374ce49c637ee799c92fcdee6e01a8fac6e563e8c918ba51150a08ee93c7dfe5 +size 68224 diff --git a/MendeleyCXR/images/Darwin_00002700_person493_bacteria_2087.png b/MendeleyCXR/images/Darwin_00002700_person493_bacteria_2087.png new file mode 100644 index 0000000000000000000000000000000000000000..9ff16ca3b4c8d23e2e1c45d9babd1320a3c9e377 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002700_person493_bacteria_2087.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ea1e43bc951e2121ff2ac2180100ac2435de9c56d740c9d796a11bf47e0a30d +size 71339 diff --git a/MendeleyCXR/images/Darwin_00002701_person494_bacteria_2088.png b/MendeleyCXR/images/Darwin_00002701_person494_bacteria_2088.png new file mode 100644 index 0000000000000000000000000000000000000000..f971789f1eee95af520906df0212154cfd915fb1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002701_person494_bacteria_2088.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b266447f53b1a5b21361084dfcd9f7b2f67af1b3c4ffa0809575475ef30eea6 +size 79604 diff --git a/MendeleyCXR/images/Darwin_00002702_person494_bacteria_2089.png b/MendeleyCXR/images/Darwin_00002702_person494_bacteria_2089.png new file mode 100644 index 0000000000000000000000000000000000000000..ffff69491ec0a3c163d61f069b387e67afcd7e1b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002702_person494_bacteria_2089.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ed99f396e1cd2d7376b8d5b5cf38201bd641fc1f5f3a9809cc60901ec3856bc +size 75911 diff --git a/MendeleyCXR/images/Darwin_00002703_person494_bacteria_2090.png b/MendeleyCXR/images/Darwin_00002703_person494_bacteria_2090.png new file mode 100644 index 0000000000000000000000000000000000000000..85d2def52d850966b4ce7ade212019f6cff183b1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002703_person494_bacteria_2090.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b5db0bb69dad0e589692237dedf3c82436ad2e572adaf21f103eebdd8149a19 +size 67670 diff --git a/MendeleyCXR/images/Darwin_00002705_person496_bacteria_2095.png b/MendeleyCXR/images/Darwin_00002705_person496_bacteria_2095.png new file mode 100644 index 0000000000000000000000000000000000000000..38b6526ffc29617d465194d3fa9ab239d383cb2f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002705_person496_bacteria_2095.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29370c3e1fae85d1b778fbd0caf06ce4b4dd9da0da926c45ec48fb6448b03966 +size 81616 diff --git a/MendeleyCXR/images/Darwin_00002706_person498_bacteria_2100.png b/MendeleyCXR/images/Darwin_00002706_person498_bacteria_2100.png new file mode 100644 index 0000000000000000000000000000000000000000..413f568c97a291ff1e8524b317e8079808f3b0d9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002706_person498_bacteria_2100.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:589e227a283f917b566123ca56e3684f6a2abe49fa0f57e19d6c85bfcd69f22a +size 75502 diff --git a/MendeleyCXR/images/Darwin_00002707_person498_bacteria_2101.png b/MendeleyCXR/images/Darwin_00002707_person498_bacteria_2101.png new file mode 100644 index 0000000000000000000000000000000000000000..de3f43920754f502d91a44697965c889e079ad98 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002707_person498_bacteria_2101.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d252961061d9dc72bdaa48ddc219bf4a014aaf2923fad7f9c60f5c25829d144 +size 76430 diff --git a/MendeleyCXR/images/Darwin_00002708_person498_bacteria_2102.png b/MendeleyCXR/images/Darwin_00002708_person498_bacteria_2102.png new file mode 100644 index 0000000000000000000000000000000000000000..86af1d7d0bbc11c964cfca6d10eaf8168c4c58d0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002708_person498_bacteria_2102.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e78ceec4ab75b10b732659e329ebf8148d39f5e52a212611fc28f972d9d9470e +size 76943 diff --git a/MendeleyCXR/images/Darwin_00002709_person499_bacteria_2103.png b/MendeleyCXR/images/Darwin_00002709_person499_bacteria_2103.png new file mode 100644 index 0000000000000000000000000000000000000000..be92bdc1540ef84b65106b83826150c13ad21644 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002709_person499_bacteria_2103.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cdef27b88f12ea66f992d13d427f8d68eef1e97fec4a9115fdb5929158a6f91 +size 68604 diff --git a/MendeleyCXR/images/Darwin_00002710_person499_bacteria_2104.png b/MendeleyCXR/images/Darwin_00002710_person499_bacteria_2104.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca85e91f480c87a74b7b69b9016a16e274f06c8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002710_person499_bacteria_2104.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:091eb643c0f697265fc4f955f95606ccfc475af181322b5d397dfc44b9a8bb01 +size 77085 diff --git a/MendeleyCXR/images/Darwin_00002711_person500_bacteria_2105.png b/MendeleyCXR/images/Darwin_00002711_person500_bacteria_2105.png new file mode 100644 index 0000000000000000000000000000000000000000..956df4aaf4eff21ae794271feef9652d846548fd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002711_person500_bacteria_2105.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:437e3e8b6c4711d6a5b02e4061b83a4662e2760d08a2e38450f89b2b927f9d9c +size 68681 diff --git a/MendeleyCXR/images/Darwin_00002712_person500_bacteria_2106.png b/MendeleyCXR/images/Darwin_00002712_person500_bacteria_2106.png new file mode 100644 index 0000000000000000000000000000000000000000..f9eb8a551094834bae287efe1158c09412432253 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002712_person500_bacteria_2106.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f03aecf3fc40f82a5453b427ef8d2e99ac6d076a510b124264cd9a8b3fedc60 +size 72200 diff --git a/MendeleyCXR/images/Darwin_00002714_person500_bacteria_2108.png b/MendeleyCXR/images/Darwin_00002714_person500_bacteria_2108.png new file mode 100644 index 0000000000000000000000000000000000000000..b850bbd1338470e45139af80450435f6c3e57078 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002714_person500_bacteria_2108.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:477b763531263ec89cc3b27edd1547b476629bce688d7d192550041082217c83 +size 71618 diff --git a/MendeleyCXR/images/Darwin_00002715_person500_bacteria_2109.png b/MendeleyCXR/images/Darwin_00002715_person500_bacteria_2109.png new file mode 100644 index 0000000000000000000000000000000000000000..ab1b92215c88782b5cce4c0193b28ae4c081a610 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002715_person500_bacteria_2109.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8197477ad99e52001aee50f3bb221f960278039080f57e056756edc40485425b +size 64395 diff --git a/MendeleyCXR/images/Darwin_00002716_person500_bacteria_2110.png b/MendeleyCXR/images/Darwin_00002716_person500_bacteria_2110.png new file mode 100644 index 0000000000000000000000000000000000000000..34c45e90e28b194a9f3b07f16ab52ca958a87554 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002716_person500_bacteria_2110.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7acc2b1dd6610557354212f66c9d083fde27e3e2f9942c6be2d7e358fb4ba7fd +size 68818 diff --git a/MendeleyCXR/images/Darwin_00002717_person500_bacteria_2111.png b/MendeleyCXR/images/Darwin_00002717_person500_bacteria_2111.png new file mode 100644 index 0000000000000000000000000000000000000000..a3abe98b79e348571febf216064092e7a4aeb86b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002717_person500_bacteria_2111.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91502ef2a9d5835b9942384125aa4a5901e042e601b1184ab6902a3413afb675 +size 73639 diff --git a/MendeleyCXR/images/Darwin_00002718_person501_bacteria_2112.png b/MendeleyCXR/images/Darwin_00002718_person501_bacteria_2112.png new file mode 100644 index 0000000000000000000000000000000000000000..30856ac7e150f5c05642fedaf552b0837e858b01 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002718_person501_bacteria_2112.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8242b5bc6ccc86009b3b590f55fc16fa29778f1ce39b2e5fea8fecbbc2fd2c4d +size 74657 diff --git a/MendeleyCXR/images/Darwin_00002719_person501_bacteria_2113.png b/MendeleyCXR/images/Darwin_00002719_person501_bacteria_2113.png new file mode 100644 index 0000000000000000000000000000000000000000..ffbf30eb31a412395a861989be69ebc979a06160 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002719_person501_bacteria_2113.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3af02124574b553865b5c494b7c8181be67e2e0b021ffbc4909e0eab23ea2864 +size 77157 diff --git a/MendeleyCXR/images/Darwin_00002720_person501_bacteria_2114.png b/MendeleyCXR/images/Darwin_00002720_person501_bacteria_2114.png new file mode 100644 index 0000000000000000000000000000000000000000..aa485eac6af2681afc27bbfaea8a623a33a516ef --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002720_person501_bacteria_2114.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6df25ae9fabbc9797bd28a49bd6b0b94c1094758d9767e8c96e79366988cde0c +size 74925 diff --git a/MendeleyCXR/images/Darwin_00002721_person501_bacteria_2115.png b/MendeleyCXR/images/Darwin_00002721_person501_bacteria_2115.png new file mode 100644 index 0000000000000000000000000000000000000000..8eef683b555d48c50bd55a0289a55366eac64989 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002721_person501_bacteria_2115.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2b9863bddcd5358575727aa9bb3cbf9573d8be2ea53a45642a34e3f68feca47 +size 73318 diff --git a/MendeleyCXR/images/Darwin_00002722_person501_bacteria_2116.png b/MendeleyCXR/images/Darwin_00002722_person501_bacteria_2116.png new file mode 100644 index 0000000000000000000000000000000000000000..358be24e66566caea9dfcc3fd2b9ae86fe0003ad --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002722_person501_bacteria_2116.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd4ec3e8ff4d3fd523c96b55a6dbccd59b4d79052ef929ed9d124d0ae38da54d +size 75733 diff --git a/MendeleyCXR/images/Darwin_00002723_person502_bacteria_2117.png b/MendeleyCXR/images/Darwin_00002723_person502_bacteria_2117.png new file mode 100644 index 0000000000000000000000000000000000000000..126d69790cc2ad51f420afd2c089050976076cca --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002723_person502_bacteria_2117.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fae52689f51db06d3956cd3b32dfb5b6b28a8c379030c1e3da626a2377890fa7 +size 68576 diff --git a/MendeleyCXR/images/Darwin_00002724_person502_bacteria_2118.png b/MendeleyCXR/images/Darwin_00002724_person502_bacteria_2118.png new file mode 100644 index 0000000000000000000000000000000000000000..80627b5bc372c37d46dae7e8dd2bf79a929f6dda --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002724_person502_bacteria_2118.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9c4c0c61540579b6f10a5306fe0add22cd2c2013d7d0ec99126640df0f86da1 +size 71018 diff --git a/MendeleyCXR/images/Darwin_00002725_person502_bacteria_2119.png b/MendeleyCXR/images/Darwin_00002725_person502_bacteria_2119.png new file mode 100644 index 0000000000000000000000000000000000000000..189893e8ba078b8a16e11937b24d0dea41aa3b10 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002725_person502_bacteria_2119.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:819ce34b54e8f4de8d80581941c8f2095563da7340cff338d824e35e5c559fb8 +size 65329 diff --git a/MendeleyCXR/images/Darwin_00002726_person502_bacteria_2120.png b/MendeleyCXR/images/Darwin_00002726_person502_bacteria_2120.png new file mode 100644 index 0000000000000000000000000000000000000000..db6ae4c4023565e28ff2b57c03b727343c4bcad9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002726_person502_bacteria_2120.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:155f30a14b5e5e0fa7c038f7dece0a99627f3ef21cd07bd87bfdad6078ae6940 +size 66905 diff --git a/MendeleyCXR/images/Darwin_00002727_person502_bacteria_2121.png b/MendeleyCXR/images/Darwin_00002727_person502_bacteria_2121.png new file mode 100644 index 0000000000000000000000000000000000000000..c125d442b2044b8747066f402de93ec4416485b8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002727_person502_bacteria_2121.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8174a544a26220ef90b3304914505352aeb56f7f0b52bec497900c59a86c2a4 +size 73429 diff --git a/MendeleyCXR/images/Darwin_00002728_person502_bacteria_2122.png b/MendeleyCXR/images/Darwin_00002728_person502_bacteria_2122.png new file mode 100644 index 0000000000000000000000000000000000000000..d56cdb527a90a4b51929157fdc438fa03fd16583 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002728_person502_bacteria_2122.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36fe8b3af9bd2909f2340fd139b343626a1e19340768138a1da33f88006ff196 +size 68462 diff --git a/MendeleyCXR/images/Darwin_00002729_person502_bacteria_2123.png b/MendeleyCXR/images/Darwin_00002729_person502_bacteria_2123.png new file mode 100644 index 0000000000000000000000000000000000000000..0554b2e3f7877f807adecfd5b6d735c6d69d7efc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002729_person502_bacteria_2123.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2eb0c982545d76c721682d4bf52bf0cdaa21eb0116651d5e160eb23547b23a8 +size 75472 diff --git a/MendeleyCXR/images/Darwin_00002730_person503_bacteria_2125.png b/MendeleyCXR/images/Darwin_00002730_person503_bacteria_2125.png new file mode 100644 index 0000000000000000000000000000000000000000..7efa6d70d05969d7baef88711ecadb0c2c49ee1e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002730_person503_bacteria_2125.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:146be683c4644c06b064bf38dbccbdaf3f35cb24fb9d889b2b15fcb91838390e +size 72690 diff --git a/MendeleyCXR/images/Darwin_00002731_person503_bacteria_2126.png b/MendeleyCXR/images/Darwin_00002731_person503_bacteria_2126.png new file mode 100644 index 0000000000000000000000000000000000000000..88dee2f0f381901ecc00899e5b660b5e01ca683b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002731_person503_bacteria_2126.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a34126ed46035a902fa3d44bb25a1394d55a56ed8b4a3da748d0a7f0d7ce8afd +size 74786 diff --git a/MendeleyCXR/images/Darwin_00002732_person504_bacteria_2127.png b/MendeleyCXR/images/Darwin_00002732_person504_bacteria_2127.png new file mode 100644 index 0000000000000000000000000000000000000000..e1bcc0f8253852bfe4d80a83232f5a6d943c2089 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002732_person504_bacteria_2127.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d2ecf123e2b31ae526bd4e037b7a98ee3a10a57c11d0d50d51f98b48ba10d2f +size 76986 diff --git a/MendeleyCXR/images/Darwin_00002733_person504_bacteria_2129.png b/MendeleyCXR/images/Darwin_00002733_person504_bacteria_2129.png new file mode 100644 index 0000000000000000000000000000000000000000..0b3dd1e4c8523b8b952f93aac5262968de0bb539 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002733_person504_bacteria_2129.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aff9f47f5491000d44913a14fcd899572dfc2822793108cbdc5b59d7e85b953 +size 68110 diff --git a/MendeleyCXR/images/Darwin_00002734_person504_bacteria_2130.png b/MendeleyCXR/images/Darwin_00002734_person504_bacteria_2130.png new file mode 100644 index 0000000000000000000000000000000000000000..af042216e89f23344960463f3c0ba74173f98119 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002734_person504_bacteria_2130.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:507237cb3f00e79c47188813b76173f87c056f35996c5cf16776582e80baf9c9 +size 66667 diff --git a/MendeleyCXR/images/Darwin_00002735_person504_bacteria_2132.png b/MendeleyCXR/images/Darwin_00002735_person504_bacteria_2132.png new file mode 100644 index 0000000000000000000000000000000000000000..4b917999bd7dce8b2bf10999d74c63b98b724cd8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002735_person504_bacteria_2132.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35b3b8758f89cddec5ac3c72e447d9c55e99e9d11aa35a2f91db0cc34a856fcd +size 75296 diff --git a/MendeleyCXR/images/Darwin_00002736_person504_bacteria_2133.png b/MendeleyCXR/images/Darwin_00002736_person504_bacteria_2133.png new file mode 100644 index 0000000000000000000000000000000000000000..62f72eb9d50ef96408cae2d60802efa6bf023cb7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002736_person504_bacteria_2133.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:462b849ba3689396d02f0dc4a3420c629cfa8f64f046ec0e15f2e68256bbaadb +size 71130 diff --git a/MendeleyCXR/images/Darwin_00002737_person505_bacteria_2135.png b/MendeleyCXR/images/Darwin_00002737_person505_bacteria_2135.png new file mode 100644 index 0000000000000000000000000000000000000000..fdb90400d7f751d74fc911757451bd9941137992 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002737_person505_bacteria_2135.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4e68ffebdafccb0fcfb4cddcc32fa4a44b9c39258cf87d289cea77b1cd32048 +size 72504 diff --git a/MendeleyCXR/images/Darwin_00002738_person506_bacteria_2136.png b/MendeleyCXR/images/Darwin_00002738_person506_bacteria_2136.png new file mode 100644 index 0000000000000000000000000000000000000000..0aba4b9f860ce7fe4bd93f359382db0cd2781ce6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002738_person506_bacteria_2136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b5ea10982b6c3c052aa924f32ae713cb810abacd0f91de509e479a897b84873 +size 66244 diff --git a/MendeleyCXR/images/Darwin_00002739_person506_bacteria_2138.png b/MendeleyCXR/images/Darwin_00002739_person506_bacteria_2138.png new file mode 100644 index 0000000000000000000000000000000000000000..edb7342873053a70efa3b1ed608b91eac5f08221 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002739_person506_bacteria_2138.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a663d04cf5f91bca733b19318d432b06b887fe738fd6c885075d95a33e6ac10 +size 76668 diff --git a/MendeleyCXR/images/Darwin_00002740_person507_bacteria_2139.png b/MendeleyCXR/images/Darwin_00002740_person507_bacteria_2139.png new file mode 100644 index 0000000000000000000000000000000000000000..cc5cbc9efe969b51e19361f2d1c981fbdae8e057 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002740_person507_bacteria_2139.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4f63054c7c4edefd753049fcf915d94954679562e8c59281da495b5f1b26dcb +size 73785 diff --git a/MendeleyCXR/images/Darwin_00002741_person507_bacteria_2140.png b/MendeleyCXR/images/Darwin_00002741_person507_bacteria_2140.png new file mode 100644 index 0000000000000000000000000000000000000000..c000cb3856f69483616dfde273a7c1b45f941996 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002741_person507_bacteria_2140.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2256289483f4ba78a46f600aec8c80f4a4bbeee085307d029cee94292c11e1a +size 70039 diff --git a/MendeleyCXR/images/Darwin_00002742_person507_bacteria_2141.png b/MendeleyCXR/images/Darwin_00002742_person507_bacteria_2141.png new file mode 100644 index 0000000000000000000000000000000000000000..6632b23f20616998e1125647a2ddb9ff17d1812f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002742_person507_bacteria_2141.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:371be391fe33421d2e31a0a1184c9fe6d9a6ca4662604b5ea9d705b0129e68a3 +size 73227 diff --git a/MendeleyCXR/images/Darwin_00002743_person508_bacteria_2142.png b/MendeleyCXR/images/Darwin_00002743_person508_bacteria_2142.png new file mode 100644 index 0000000000000000000000000000000000000000..1cd5cdd556f749c578dcc8f61f1c6c39e96c356b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002743_person508_bacteria_2142.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:745b7363103922631164fe203808ba6fcc15634193bd6f6cb03d48158ae20d8c +size 73432 diff --git a/MendeleyCXR/images/Darwin_00002744_person508_bacteria_2143.png b/MendeleyCXR/images/Darwin_00002744_person508_bacteria_2143.png new file mode 100644 index 0000000000000000000000000000000000000000..01a94a08a0a0e9ea53b6ae95e978b2d50135b8a4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002744_person508_bacteria_2143.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dea2b7cb226d4f0ba0e6a276ccb1868272af320a8146ef271d6b2d0fa705dd53 +size 70770 diff --git a/MendeleyCXR/images/Darwin_00002745_person508_bacteria_2144.png b/MendeleyCXR/images/Darwin_00002745_person508_bacteria_2144.png new file mode 100644 index 0000000000000000000000000000000000000000..9ba281dfa40f7b3cde7b708d02c9265025b13021 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002745_person508_bacteria_2144.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d46f16aa9fee150de4846806551d71ad019cca954ee547240c9066fd3a7b639 +size 75419 diff --git a/MendeleyCXR/images/Darwin_00002746_person509_bacteria_2145.png b/MendeleyCXR/images/Darwin_00002746_person509_bacteria_2145.png new file mode 100644 index 0000000000000000000000000000000000000000..3a0e5eb98c05df85d2f340b4437a35d2a0163cee --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002746_person509_bacteria_2145.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ef3e980d6e27c3cff6413a2cd2e5d7c17e09374e522f166c5d536f5d7fa3f1a +size 74414 diff --git a/MendeleyCXR/images/Darwin_00002747_person509_bacteria_2146.png b/MendeleyCXR/images/Darwin_00002747_person509_bacteria_2146.png new file mode 100644 index 0000000000000000000000000000000000000000..d56c7868abf85d68e51f55960b984dd46c9d8557 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002747_person509_bacteria_2146.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae3b40e5df3ab9a37ea933a0ba3f21416e490cbe44cb920596c54d7d60c40403 +size 73308 diff --git a/MendeleyCXR/images/Darwin_00002748_person510_bacteria_2147.png b/MendeleyCXR/images/Darwin_00002748_person510_bacteria_2147.png new file mode 100644 index 0000000000000000000000000000000000000000..112bdf25d7d86198f39bceddad4b7587e7167a84 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002748_person510_bacteria_2147.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dae0dec44c412a374d5827a8358a137d64c3cda2f3317fb78510d7b15569fb0 +size 70048 diff --git a/MendeleyCXR/images/Darwin_00002749_person510_bacteria_2148.png b/MendeleyCXR/images/Darwin_00002749_person510_bacteria_2148.png new file mode 100644 index 0000000000000000000000000000000000000000..adc2f879c1d8c33ab8c9eb42f70b404edfa8faa1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002749_person510_bacteria_2148.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4ed46b3038944e1f3ebfef1bedcbe5c034daabae12d198335618354a7d61c1c +size 67575 diff --git a/MendeleyCXR/images/Darwin_00002750_person510_bacteria_2149.png b/MendeleyCXR/images/Darwin_00002750_person510_bacteria_2149.png new file mode 100644 index 0000000000000000000000000000000000000000..1e699726689ad8cccbf7c9ebdead483ac3a29b2d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002750_person510_bacteria_2149.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5a52b8485d11c4e93c6ddb5860abda44b0378b66fc00a62d99080e209ebba98 +size 68227 diff --git a/MendeleyCXR/images/Darwin_00002751_person510_bacteria_2150.png b/MendeleyCXR/images/Darwin_00002751_person510_bacteria_2150.png new file mode 100644 index 0000000000000000000000000000000000000000..eec81652b5d23d874144fa4d875e9154e1590c1a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002751_person510_bacteria_2150.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb7ccafd8f17a1a0b3d80de118a675b5426785ff078843d417bd02ea33160510 +size 72605 diff --git a/MendeleyCXR/images/Darwin_00002752_person511_bacteria_2152.png b/MendeleyCXR/images/Darwin_00002752_person511_bacteria_2152.png new file mode 100644 index 0000000000000000000000000000000000000000..097313bd5013fc9ee414fa38d889ca148db3f36e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002752_person511_bacteria_2152.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a31b9581c0b4b5307fc4874f767fca7d01f82d9d45d57cd1195dfabc11a91ebc +size 67287 diff --git a/MendeleyCXR/images/Darwin_00002753_person511_bacteria_2153.png b/MendeleyCXR/images/Darwin_00002753_person511_bacteria_2153.png new file mode 100644 index 0000000000000000000000000000000000000000..40fbd45ceaf98d62a865ec5de3f124bc20981b7d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002753_person511_bacteria_2153.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b4eea8ce110c0f06342af52739b5a5104c4087a0451a295e8583fef144c8f80 +size 70961 diff --git a/MendeleyCXR/images/Darwin_00002754_person512_bacteria_2154.png b/MendeleyCXR/images/Darwin_00002754_person512_bacteria_2154.png new file mode 100644 index 0000000000000000000000000000000000000000..223c39539524b85a8f5ce715ee3bb993a148975a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002754_person512_bacteria_2154.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b183caf039945f19e87a6743137f59f0b5026bcfd107d92dba2e74d79e1eb8e +size 75202 diff --git a/MendeleyCXR/images/Darwin_00002755_person512_bacteria_2155.png b/MendeleyCXR/images/Darwin_00002755_person512_bacteria_2155.png new file mode 100644 index 0000000000000000000000000000000000000000..eb841ccb457e95abf27d0a0a9e6516fbf7dc2ade --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002755_person512_bacteria_2155.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:236236dc4639eb678391c4a40dab0a24ba54ff38e226a9b63ff2275d18d8dc43 +size 68766 diff --git a/MendeleyCXR/images/Darwin_00002756_person514_bacteria_2184.png b/MendeleyCXR/images/Darwin_00002756_person514_bacteria_2184.png new file mode 100644 index 0000000000000000000000000000000000000000..08a566f0ee9a51118444656c9ae84bfa1e2e47d5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002756_person514_bacteria_2184.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:333a01f1edcfcd8fc102227bc74be7bbfe0a14991794ab0b9114d3c896825685 +size 69077 diff --git a/MendeleyCXR/images/Darwin_00002757_person515_bacteria_2185.png b/MendeleyCXR/images/Darwin_00002757_person515_bacteria_2185.png new file mode 100644 index 0000000000000000000000000000000000000000..cf30903377d7cf3f4c65ef815ef1ba47cb1275af --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002757_person515_bacteria_2185.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6121ab57075c3dee08e10869447af50fa726aabce61c978dda0da08df745e515 +size 69856 diff --git a/MendeleyCXR/images/Darwin_00002758_person515_bacteria_2186.png b/MendeleyCXR/images/Darwin_00002758_person515_bacteria_2186.png new file mode 100644 index 0000000000000000000000000000000000000000..dbff9731f037e7677a95e89806ddebad4e436a0d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002758_person515_bacteria_2186.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0172718286dc7e97fda2837109a479a32bfc885e2da1599e9d70e18db658ecb6 +size 70797 diff --git a/MendeleyCXR/images/Darwin_00002759_person515_bacteria_2187.png b/MendeleyCXR/images/Darwin_00002759_person515_bacteria_2187.png new file mode 100644 index 0000000000000000000000000000000000000000..2076d09227b76cf297806e31f4e7dc5bd4cba469 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002759_person515_bacteria_2187.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:204c2dbd4557888d3eb6772af5f31a12016f90c22a0b9f2f3a6e5fdc535e5423 +size 69889 diff --git a/MendeleyCXR/images/Darwin_00002760_person515_bacteria_2188.png b/MendeleyCXR/images/Darwin_00002760_person515_bacteria_2188.png new file mode 100644 index 0000000000000000000000000000000000000000..6213d3ca9d3b25065b5c0749ac24b4f01ad5ecdd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002760_person515_bacteria_2188.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8626b104b377ce11580a052da85525bbe0504fc2002b496c40f62d763dc47a3 +size 65359 diff --git a/MendeleyCXR/images/Darwin_00002761_person515_bacteria_2189.png b/MendeleyCXR/images/Darwin_00002761_person515_bacteria_2189.png new file mode 100644 index 0000000000000000000000000000000000000000..d58c97b029b6b51ed0b1977607664ec467660ac6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002761_person515_bacteria_2189.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82780719e44b9ede036f3d1e4fa86f1f49aff26fe9138e3b370a54e8a23e1e65 +size 65277 diff --git a/MendeleyCXR/images/Darwin_00002762_person515_bacteria_2190.png b/MendeleyCXR/images/Darwin_00002762_person515_bacteria_2190.png new file mode 100644 index 0000000000000000000000000000000000000000..368e487903052137db668688bb0f4ed5c0bb552d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002762_person515_bacteria_2190.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8c54c5fc1547b94414f9643d9b7f3db8379cabdb6e988567c53442798616577 +size 77111 diff --git a/MendeleyCXR/images/Darwin_00002765_person517_bacteria_2196.png b/MendeleyCXR/images/Darwin_00002765_person517_bacteria_2196.png new file mode 100644 index 0000000000000000000000000000000000000000..f3134f0e07b9461c7c578d5d5dd09b36c1c7973d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002765_person517_bacteria_2196.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:439fe9dee16572a7b137d87a3ce194e29b72c77f0e8629c610fc270617f1d5b2 +size 77012 diff --git a/MendeleyCXR/images/Darwin_00002766_person518_bacteria_2197.png b/MendeleyCXR/images/Darwin_00002766_person518_bacteria_2197.png new file mode 100644 index 0000000000000000000000000000000000000000..d5893029fa46d3e89148a49f28d3a2be35302eef --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002766_person518_bacteria_2197.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6112878314ea5271e6292438a31b431431875c5caa7824b628f25a18ffc9adb +size 73785 diff --git a/MendeleyCXR/images/Darwin_00002767_person518_bacteria_2198.png b/MendeleyCXR/images/Darwin_00002767_person518_bacteria_2198.png new file mode 100644 index 0000000000000000000000000000000000000000..ea6e946f6fb3fa3c379c7355cec7c68c8a384398 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002767_person518_bacteria_2198.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f9cf3d18695aae42f2bab06067e961b95880a9a7100ad081e5ada157d6e258c +size 70781 diff --git a/MendeleyCXR/images/Darwin_00002768_person518_bacteria_2199.png b/MendeleyCXR/images/Darwin_00002768_person518_bacteria_2199.png new file mode 100644 index 0000000000000000000000000000000000000000..e6fb856fd3c5bdcd3e39532469a174c1aec02565 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002768_person518_bacteria_2199.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6b2a759efe362e6bdde4d0bfaeda3f6cc41662c20fe3143672118382fdb073d +size 71671 diff --git a/MendeleyCXR/images/Darwin_00002769_person518_bacteria_2200.png b/MendeleyCXR/images/Darwin_00002769_person518_bacteria_2200.png new file mode 100644 index 0000000000000000000000000000000000000000..2bc87657429da9ed41434e3299459972cb0e00f2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002769_person518_bacteria_2200.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2881e9fa8b3f2195b6eaf14af8df52d9b613f64aa81de0c789347505403fda3d +size 75395 diff --git a/MendeleyCXR/images/Darwin_00002770_person520_bacteria_2203.png b/MendeleyCXR/images/Darwin_00002770_person520_bacteria_2203.png new file mode 100644 index 0000000000000000000000000000000000000000..a6360b549b80ed41c4b1b82eedfb302d396750e8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002770_person520_bacteria_2203.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f768814cea1fd187226583f02f899942f629ff22b363010c39a782fdfb5bf40 +size 69493 diff --git a/MendeleyCXR/images/Darwin_00002771_person520_bacteria_2204.png b/MendeleyCXR/images/Darwin_00002771_person520_bacteria_2204.png new file mode 100644 index 0000000000000000000000000000000000000000..c345d9ece4eeaf63ab571dc7346f559c88c76bec --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002771_person520_bacteria_2204.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c90c6b2135e083441ec57d4f74d9544bf77e0ef0d97a81be803b27acbe9f71bf +size 71020 diff --git a/MendeleyCXR/images/Darwin_00002772_person520_bacteria_2205.png b/MendeleyCXR/images/Darwin_00002772_person520_bacteria_2205.png new file mode 100644 index 0000000000000000000000000000000000000000..16c686745786c407990ddb0aac6c5a2fa6485620 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002772_person520_bacteria_2205.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca388c6e62195e69609dffc4d395a94ff111b271d769d15e9ca013b362dd830e +size 74537 diff --git a/MendeleyCXR/images/Darwin_00002773_person522_bacteria_2210.png b/MendeleyCXR/images/Darwin_00002773_person522_bacteria_2210.png new file mode 100644 index 0000000000000000000000000000000000000000..860ada3afe34860e1760f501feca178b39a4f6b7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002773_person522_bacteria_2210.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24a8f45c68e4fa2c4ceaa177e1d8a1f1c4b21b07a5b54030fce38bed03b70172 +size 76603 diff --git a/MendeleyCXR/images/Darwin_00002774_person522_bacteria_2211.png b/MendeleyCXR/images/Darwin_00002774_person522_bacteria_2211.png new file mode 100644 index 0000000000000000000000000000000000000000..68a883e0bce989042c445f0487a5cae47f9bfd24 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002774_person522_bacteria_2211.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eab4571c0187b4bb9159c7a16de4d700829dbcc5761c87b66ae4a57c69c6279 +size 71606 diff --git a/MendeleyCXR/images/Darwin_00002776_person525_bacteria_2217.png b/MendeleyCXR/images/Darwin_00002776_person525_bacteria_2217.png new file mode 100644 index 0000000000000000000000000000000000000000..a76a58cd3fff589cb327de02e9059f6dd88263dc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002776_person525_bacteria_2217.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81f220ba99bf2111b89245410c0664686ac00c468e214aa908e22576eab8e590 +size 71681 diff --git a/MendeleyCXR/images/Darwin_00002777_person525_bacteria_2218.png b/MendeleyCXR/images/Darwin_00002777_person525_bacteria_2218.png new file mode 100644 index 0000000000000000000000000000000000000000..fe415cb8a7208829b9121ecbd70f527f557a1f48 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002777_person525_bacteria_2218.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d06ca053d80ec344a8f773e17ada1a1a9d1721c0a6d5b69176f1df7b7e692731 +size 71012 diff --git a/MendeleyCXR/images/Darwin_00002778_person525_bacteria_2220.png b/MendeleyCXR/images/Darwin_00002778_person525_bacteria_2220.png new file mode 100644 index 0000000000000000000000000000000000000000..6c244e1081a622cbc15bbcae1fb070a195647953 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002778_person525_bacteria_2220.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9cc6d5a571e70f87717a8b87f3280be190bb249083059dc737c112abc79e494 +size 67768 diff --git a/MendeleyCXR/images/Darwin_00002779_person3_bacteria_10.png b/MendeleyCXR/images/Darwin_00002779_person3_bacteria_10.png new file mode 100644 index 0000000000000000000000000000000000000000..199583e5508bd0696630f4844426190637a6788f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002779_person3_bacteria_10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e513cc96ddb015abf9f935684856ad1593401b3434fcaf1203b82348cc33cb3a +size 69913 diff --git a/MendeleyCXR/images/Darwin_00002780_person3_bacteria_11.png b/MendeleyCXR/images/Darwin_00002780_person3_bacteria_11.png new file mode 100644 index 0000000000000000000000000000000000000000..148659e10f324df2e97e524c4315cdf8f5cf155d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002780_person3_bacteria_11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e0ec7894c0034eedc05fe9acc62f635a745bcd8a6bd55aa96c1454b68de2d34 +size 69639 diff --git a/MendeleyCXR/images/Darwin_00002781_person3_bacteria_12.png b/MendeleyCXR/images/Darwin_00002781_person3_bacteria_12.png new file mode 100644 index 0000000000000000000000000000000000000000..714ef7f31d5f3029871c9c9cc19699670e654cff --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002781_person3_bacteria_12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f09fd9c18a998e27f5fbfa20d9b60f964ae4d2602558dc48f0aaccf3b0dcd802 +size 73052 diff --git a/MendeleyCXR/images/Darwin_00002782_person3_bacteria_13.png b/MendeleyCXR/images/Darwin_00002782_person3_bacteria_13.png new file mode 100644 index 0000000000000000000000000000000000000000..1219cdc54aff429d80c2371a7c85fc069f254de6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002782_person3_bacteria_13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77fb0282ce41b60ea3c70cee85436d6718904b77b73cd5e1573910ce09161271 +size 69447 diff --git a/MendeleyCXR/images/Darwin_00002783_person39_bacteria_198.png b/MendeleyCXR/images/Darwin_00002783_person39_bacteria_198.png new file mode 100644 index 0000000000000000000000000000000000000000..b45cac88d4ca7c1e811fdab4fe6dab5fc5245f31 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002783_person39_bacteria_198.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be4836c3f827684190fc0ad4382f0ba7e6c61ea02585c5515bf77f6d0c70401e +size 69054 diff --git a/MendeleyCXR/images/Darwin_00002784_person39_bacteria_200.png b/MendeleyCXR/images/Darwin_00002784_person39_bacteria_200.png new file mode 100644 index 0000000000000000000000000000000000000000..fcc1be4e31fd06198f6633bd0f0aa9b313751f5b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002784_person39_bacteria_200.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:629c57d5bfc85d883cf178b86c63f1706db50ec8af7dd94c33a71bb0900d55e6 +size 68382 diff --git a/MendeleyCXR/images/Darwin_00002785_person40_bacteria_202.png b/MendeleyCXR/images/Darwin_00002785_person40_bacteria_202.png new file mode 100644 index 0000000000000000000000000000000000000000..68d6da66b6332e3b800c540281536adf16b07e5f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002785_person40_bacteria_202.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c50455188abfc89816ffb3383160d1c3e06c0a9dea6835be6d19cbb5c3aa2a36 +size 66888 diff --git a/MendeleyCXR/images/Darwin_00002786_person40_bacteria_203.png b/MendeleyCXR/images/Darwin_00002786_person40_bacteria_203.png new file mode 100644 index 0000000000000000000000000000000000000000..4dc3cc23bbaf2a8e8eb7c23f79d60c2c6e660f27 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002786_person40_bacteria_203.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23a422d7c1590f619db27852b45acbdb225d9e8aa74101065f5df59c4942a482 +size 70898 diff --git a/MendeleyCXR/images/Darwin_00002787_person40_bacteria_204.png b/MendeleyCXR/images/Darwin_00002787_person40_bacteria_204.png new file mode 100644 index 0000000000000000000000000000000000000000..ed31047caf83b4764c867612b68c6f6c85f69d1a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002787_person40_bacteria_204.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c996d9e9f27fa85510a45547fcef7138fd36a78bea83917b27a6d0928b08f7fa +size 67773 diff --git a/MendeleyCXR/images/Darwin_00002788_person40_bacteria_205.png b/MendeleyCXR/images/Darwin_00002788_person40_bacteria_205.png new file mode 100644 index 0000000000000000000000000000000000000000..52a364fb7715924f0a9917865e9abae2232964ec --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002788_person40_bacteria_205.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25b44d836e1412a68f06504e2b42d7ccf2764939c63c0b1109280b882a23472e +size 76492 diff --git a/MendeleyCXR/images/Darwin_00002789_person41_bacteria_206.png b/MendeleyCXR/images/Darwin_00002789_person41_bacteria_206.png new file mode 100644 index 0000000000000000000000000000000000000000..515719168ff4c9c0d3ace12834830ed25863115c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002789_person41_bacteria_206.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f97ee4931b9eb7ddf384e3a2883a59b5b3c4a3c6ba3b6dfe0c1b39dce6c6ca2 +size 67286 diff --git a/MendeleyCXR/images/Darwin_00002790_person41_bacteria_207.png b/MendeleyCXR/images/Darwin_00002790_person41_bacteria_207.png new file mode 100644 index 0000000000000000000000000000000000000000..153ffc29b06ffc215470a4f3a57134534cd25d5c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002790_person41_bacteria_207.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1c3dbb55c9fad287e31c098ffcb60679ea8b27be1210c947bd185b5764008f4 +size 68963 diff --git a/MendeleyCXR/images/Darwin_00002791_person41_bacteria_208.png b/MendeleyCXR/images/Darwin_00002791_person41_bacteria_208.png new file mode 100644 index 0000000000000000000000000000000000000000..6792267b65ad499155de7e27343f7f2fb3e759e9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002791_person41_bacteria_208.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3afe61648acd141b9eba09af65300b8e2bfd0df48e27ee0ffd7d4136b63d3420 +size 71969 diff --git a/MendeleyCXR/images/Darwin_00002792_person41_bacteria_209.png b/MendeleyCXR/images/Darwin_00002792_person41_bacteria_209.png new file mode 100644 index 0000000000000000000000000000000000000000..da4d6898ae581816dd6fc47042761c06bbf14db6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002792_person41_bacteria_209.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b68d637b5ac210224cae3690c5319e449eae948ec30a2f6cfdf58e7924c071ad +size 73030 diff --git a/MendeleyCXR/images/Darwin_00002793_person41_bacteria_210.png b/MendeleyCXR/images/Darwin_00002793_person41_bacteria_210.png new file mode 100644 index 0000000000000000000000000000000000000000..30ccf2ff87252fd114d3967c1d2ff583644aa71d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002793_person41_bacteria_210.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51a397aed65cc23054a3164983145757d9a5511bdf799dab753cc29644ca97e0 +size 68607 diff --git a/MendeleyCXR/images/Darwin_00002794_person41_bacteria_211.png b/MendeleyCXR/images/Darwin_00002794_person41_bacteria_211.png new file mode 100644 index 0000000000000000000000000000000000000000..272f1af22cd6d8c71287c8d43bdbb7eada72fc10 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002794_person41_bacteria_211.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14bc47372ad2aee5e77ef768fa0a74bae8e9d73d592bea5592051c188ac1dc83 +size 66888 diff --git a/MendeleyCXR/images/Darwin_00002795_person43_bacteria_213.png b/MendeleyCXR/images/Darwin_00002795_person43_bacteria_213.png new file mode 100644 index 0000000000000000000000000000000000000000..77a66b84b3ca3b1cccb20af35718d518dc48a414 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002795_person43_bacteria_213.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24dba147e189d0ebcf53301c52bcfe45feb99892e9c3511105fcba3abef35dcc +size 67250 diff --git a/MendeleyCXR/images/Darwin_00002796_person43_bacteria_216.png b/MendeleyCXR/images/Darwin_00002796_person43_bacteria_216.png new file mode 100644 index 0000000000000000000000000000000000000000..f10b32e13525bf5874bc484ba6744c516ff98f59 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002796_person43_bacteria_216.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfc4fda4553048876c764fa047762a4c4d33fa6936a9d3611333532ae5c26d7c +size 71949 diff --git a/MendeleyCXR/images/Darwin_00002797_person44_bacteria_218.png b/MendeleyCXR/images/Darwin_00002797_person44_bacteria_218.png new file mode 100644 index 0000000000000000000000000000000000000000..5ce5a312decdda74ac5f3eef348dffbab7d4ff55 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002797_person44_bacteria_218.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95d485df4a2b31fa4e8bc1888f45f357f9b288b9ef2b4687481e48c8d435ba95 +size 74835 diff --git a/MendeleyCXR/images/Darwin_00002798_person44_bacteria_219.png b/MendeleyCXR/images/Darwin_00002798_person44_bacteria_219.png new file mode 100644 index 0000000000000000000000000000000000000000..c972d23f65181c499c6f952590e5985676c730c4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002798_person44_bacteria_219.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcc0f70167d21528b9c34e1fd547432e19c4b3827ebc46fabe59da92a6a4513d +size 68170 diff --git a/MendeleyCXR/images/Darwin_00002799_person394_bacteria_1792.png b/MendeleyCXR/images/Darwin_00002799_person394_bacteria_1792.png new file mode 100644 index 0000000000000000000000000000000000000000..2a88a91fb804537b5fb7d17749a531cb3a7f41a6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002799_person394_bacteria_1792.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d896b8bf74594de40ab903290e247a24398ffae50aa37350f30140fe95cbdcfb +size 62342 diff --git a/MendeleyCXR/images/Darwin_00002800_person395_bacteria_1794.png b/MendeleyCXR/images/Darwin_00002800_person395_bacteria_1794.png new file mode 100644 index 0000000000000000000000000000000000000000..90362962abe18875a07d4b6a2473ec0d0af46a6d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002800_person395_bacteria_1794.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f8380d29fdbcd6e46d4eb0067003c1eb9866cd6cad9a799d63fe4c7ab75e239 +size 72152 diff --git a/MendeleyCXR/images/Darwin_00002801_person395_bacteria_1795.png b/MendeleyCXR/images/Darwin_00002801_person395_bacteria_1795.png new file mode 100644 index 0000000000000000000000000000000000000000..d67149adb39d1e757aef69b8235b20299d6caf57 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002801_person395_bacteria_1795.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a5fa19f8ef01a774e9ebdc8de999f4225df6f2acf87f1d97be3fae01cfebf8b +size 72147 diff --git a/MendeleyCXR/images/Darwin_00002802_person396_bacteria_1796.png b/MendeleyCXR/images/Darwin_00002802_person396_bacteria_1796.png new file mode 100644 index 0000000000000000000000000000000000000000..11cf658a5e97f88021e9f3130cee5281165b84a7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002802_person396_bacteria_1796.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dfe5aa4ea6d3ecaf10ddf56d11cf696dc6af4b7a3c7613b9ba2e54bb37a3bdf +size 74287 diff --git a/MendeleyCXR/images/Darwin_00002803_person397_bacteria_1797.png b/MendeleyCXR/images/Darwin_00002803_person397_bacteria_1797.png new file mode 100644 index 0000000000000000000000000000000000000000..43a45369cbc9dcb45e057b76f057d8629328951c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002803_person397_bacteria_1797.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dcf386979b202ffcecb0826557c132a40365e80974fe478601979eeaf6794dd +size 71041 diff --git a/MendeleyCXR/images/Darwin_00002804_person398_bacteria_1799.png b/MendeleyCXR/images/Darwin_00002804_person398_bacteria_1799.png new file mode 100644 index 0000000000000000000000000000000000000000..1b7514a8748fab3e98527a9a94f42387cbf5fa22 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002804_person398_bacteria_1799.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9dafd62404e3562106c32766111d561c5f9d773fde9e77e572d07c58bceec8f +size 70341 diff --git a/MendeleyCXR/images/Darwin_00002805_person398_bacteria_1801.png b/MendeleyCXR/images/Darwin_00002805_person398_bacteria_1801.png new file mode 100644 index 0000000000000000000000000000000000000000..acf0bcf9df23c4912989495a907f38238f1ca181 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002805_person398_bacteria_1801.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16f25148f78e10d508b3f6a293a8c10e19050467353da6727a4e52e265c012b6 +size 78049 diff --git a/MendeleyCXR/images/Darwin_00002806_person399_bacteria_1804.png b/MendeleyCXR/images/Darwin_00002806_person399_bacteria_1804.png new file mode 100644 index 0000000000000000000000000000000000000000..34f44edaac8f4d6602e38b4a0eb370a69ffcd731 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002806_person399_bacteria_1804.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:019ac6ef0755092eeeb9908f2979eb03fcd439ae140d3491ece016afb5cfdd6d +size 70373 diff --git a/MendeleyCXR/images/Darwin_00002807_person399_bacteria_1805.png b/MendeleyCXR/images/Darwin_00002807_person399_bacteria_1805.png new file mode 100644 index 0000000000000000000000000000000000000000..58ec34282c9d7a6ad4f6e7ca54d9a1b59f8f0c7c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002807_person399_bacteria_1805.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fd53092403624447898f1d474e8912e94d19e256c768c758e229b578f2b0441 +size 69654 diff --git a/MendeleyCXR/images/Darwin_00002808_person399_bacteria_1806.png b/MendeleyCXR/images/Darwin_00002808_person399_bacteria_1806.png new file mode 100644 index 0000000000000000000000000000000000000000..9ebd9b53227261d3e0ee48c538354ef5367216db --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002808_person399_bacteria_1806.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:136ee0f097fe87038dc1aed79422d909f9125e3c6b169f3da5e04e4a361d1e24 +size 71308 diff --git a/MendeleyCXR/images/Darwin_00002809_person400_bacteria_1807.png b/MendeleyCXR/images/Darwin_00002809_person400_bacteria_1807.png new file mode 100644 index 0000000000000000000000000000000000000000..a95f2645dd9ea6daf6297d9a0458ce286973bba0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002809_person400_bacteria_1807.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d4d69c0260ed1db23d27fc972711d38522c801db8a26359b604308e35694137 +size 71036 diff --git a/MendeleyCXR/images/Darwin_00002810_person401_bacteria_1808.png b/MendeleyCXR/images/Darwin_00002810_person401_bacteria_1808.png new file mode 100644 index 0000000000000000000000000000000000000000..44dcee5db5abca6640f9a96b3a99ea1c42c9bf2f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002810_person401_bacteria_1808.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf7d6d43faeb4819ca3c58ae040ddff7b69a7cec4d0ced31ec8a974355d537d7 +size 74812 diff --git a/MendeleyCXR/images/Darwin_00002812_person402_bacteria_1810.png b/MendeleyCXR/images/Darwin_00002812_person402_bacteria_1810.png new file mode 100644 index 0000000000000000000000000000000000000000..43da86c07f96411961854fbeb5cbaf4041c7176e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002812_person402_bacteria_1810.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e365ad53026ccc1326b3dee0fbd334b0076590e5b1d9f74b1bd2a2387106d3e +size 71622 diff --git a/MendeleyCXR/images/Darwin_00002813_person402_bacteria_1811.png b/MendeleyCXR/images/Darwin_00002813_person402_bacteria_1811.png new file mode 100644 index 0000000000000000000000000000000000000000..cc8eaacff92b8a8f7beba3da556fe1d5a9b06925 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002813_person402_bacteria_1811.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:356bcc635a2471c4ac825831c626cca5eba5eb924f268e967cd281f0c46d3c33 +size 63013 diff --git a/MendeleyCXR/images/Darwin_00002814_person402_bacteria_1812.png b/MendeleyCXR/images/Darwin_00002814_person402_bacteria_1812.png new file mode 100644 index 0000000000000000000000000000000000000000..546b8663c1f87a8a9b5e8d2acd8b919fb8f3bd0f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002814_person402_bacteria_1812.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:349c8e61b17ccab0b03157d4808105529bab3bfcd8f4df6d60531364caf8a463 +size 70803 diff --git a/MendeleyCXR/images/Darwin_00002816_person403_bacteria_1814.png b/MendeleyCXR/images/Darwin_00002816_person403_bacteria_1814.png new file mode 100644 index 0000000000000000000000000000000000000000..4a181972517983371ddb1e1afbfe33d1d1368af1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002816_person403_bacteria_1814.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:713f8a6704eaa55ebad7b3a17192d6b4c37b7bca94a197b812bd80e1e7859bd5 +size 71112 diff --git a/MendeleyCXR/images/Darwin_00002817_person405_bacteria_1817.png b/MendeleyCXR/images/Darwin_00002817_person405_bacteria_1817.png new file mode 100644 index 0000000000000000000000000000000000000000..84efcf0d101583dde4963c377312a21af8285e85 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002817_person405_bacteria_1817.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a66d6555dcb3af69a9479c5f81c9a184757b154527d9660641bc1bfaadfbfa1f +size 78101 diff --git a/MendeleyCXR/images/Darwin_00002818_person406_bacteria_1818.png b/MendeleyCXR/images/Darwin_00002818_person406_bacteria_1818.png new file mode 100644 index 0000000000000000000000000000000000000000..18da271a43ab957991f6158bb409e3d492facfdf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002818_person406_bacteria_1818.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8ebbd9ee1cce03cf804549c3db13cac6a0e4d1bf3137efa93c6ef97f5719890 +size 74531 diff --git a/MendeleyCXR/images/Darwin_00002819_person406_bacteria_1819.png b/MendeleyCXR/images/Darwin_00002819_person406_bacteria_1819.png new file mode 100644 index 0000000000000000000000000000000000000000..3aba5821d661b38028f7e0077c2dcfd5a34a791b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002819_person406_bacteria_1819.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ca7e3fff4043f2f25bf05027ed3789cbe1f8b20e9c7fb5ab16c4f5ac0d89475 +size 74799 diff --git a/MendeleyCXR/images/Darwin_00002820_person406_bacteria_1820.png b/MendeleyCXR/images/Darwin_00002820_person406_bacteria_1820.png new file mode 100644 index 0000000000000000000000000000000000000000..3a4faec713b07bfeb87daa62506376c5d7b9f0d7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002820_person406_bacteria_1820.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ad134db0dec03ab7d5cf96d2f50682d1a1fa2d7ff17e48370bfcc3b2e6f03b4 +size 70761 diff --git a/MendeleyCXR/images/Darwin_00002821_person407_bacteria_1822.png b/MendeleyCXR/images/Darwin_00002821_person407_bacteria_1822.png new file mode 100644 index 0000000000000000000000000000000000000000..e5f8367e3deee9fdf612303f57bd2f312ee6b505 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002821_person407_bacteria_1822.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7144e682c65c627e9974f95bc48c1a7402241b979c73acc45ca37e97da228450 +size 74491 diff --git a/MendeleyCXR/images/Darwin_00002822_person408_bacteria_1823.png b/MendeleyCXR/images/Darwin_00002822_person408_bacteria_1823.png new file mode 100644 index 0000000000000000000000000000000000000000..85818594d1daa94ac63a921819fe9a26b8464f82 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002822_person408_bacteria_1823.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2efe436da4d860cd8313824165053631b643638e4fb50d0ba01b79e7af16518 +size 64372 diff --git a/MendeleyCXR/images/Darwin_00002823_person409_bacteria_1824.png b/MendeleyCXR/images/Darwin_00002823_person409_bacteria_1824.png new file mode 100644 index 0000000000000000000000000000000000000000..e0253e16a789ccf265d594c6a6f227ceb4973128 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002823_person409_bacteria_1824.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1bee8db7e7f72d3b42d5194c468e80674ee0fe83e3aff26d68187b1e4ea4779 +size 70306 diff --git a/MendeleyCXR/images/Darwin_00002824_person410_bacteria_1825.png b/MendeleyCXR/images/Darwin_00002824_person410_bacteria_1825.png new file mode 100644 index 0000000000000000000000000000000000000000..7b1e8b0242218eec6b648a6ef4dc72beb6e18337 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002824_person410_bacteria_1825.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7552e234edcd8f4802b4e859cbd4b9326b112f80d7c95c60048840bebdd96ef5 +size 73367 diff --git a/MendeleyCXR/images/Darwin_00002825_person411_bacteria_1826.png b/MendeleyCXR/images/Darwin_00002825_person411_bacteria_1826.png new file mode 100644 index 0000000000000000000000000000000000000000..92a7fb26b0c351aa1ac6be1774c41ff41e2d46b7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002825_person411_bacteria_1826.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db994d16721a31b271b4eef7f16ed6060987fcb5a8680d740903be7c09de4eee +size 80205 diff --git a/MendeleyCXR/images/Darwin_00002826_person412_bacteria_1827.png b/MendeleyCXR/images/Darwin_00002826_person412_bacteria_1827.png new file mode 100644 index 0000000000000000000000000000000000000000..7979eccb1734d446661cb64289d7a46dc0d969eb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002826_person412_bacteria_1827.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c01b841e7995d18e898e741a92e34381b361e1a21d11308e1be4f26f1c37767 +size 77335 diff --git a/MendeleyCXR/images/Darwin_00002827_person413_bacteria_1828.png b/MendeleyCXR/images/Darwin_00002827_person413_bacteria_1828.png new file mode 100644 index 0000000000000000000000000000000000000000..a2a387206e49c4fde8aaa16ab5c009b437555307 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002827_person413_bacteria_1828.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38b97827259d334401b8207e4d76a5628335da27bb15ff1daa737d00069b5b1b +size 76196 diff --git a/MendeleyCXR/images/Darwin_00002828_person413_bacteria_1829.png b/MendeleyCXR/images/Darwin_00002828_person413_bacteria_1829.png new file mode 100644 index 0000000000000000000000000000000000000000..55b7b886b32948c744fa28b7256611e985123603 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002828_person413_bacteria_1829.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35123aee94f633e62a6532d2363d16df8ab947b9a223cb697813f2093d348091 +size 75504 diff --git a/MendeleyCXR/images/Darwin_00002829_person413_bacteria_1830.png b/MendeleyCXR/images/Darwin_00002829_person413_bacteria_1830.png new file mode 100644 index 0000000000000000000000000000000000000000..6ddb712390ec83d51df4b8b08e08f9d4b8bd6a1f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002829_person413_bacteria_1830.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df2215b378442ac2e79d4ccf72cc3d35b7966cc74b497633c8941ac8fc5b1d9b +size 75147 diff --git a/MendeleyCXR/images/Darwin_00002830_person413_bacteria_1831.png b/MendeleyCXR/images/Darwin_00002830_person413_bacteria_1831.png new file mode 100644 index 0000000000000000000000000000000000000000..0b9e23bf91cec078cedd6f71f8535bde6a9dc097 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002830_person413_bacteria_1831.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df22876e966a6ff4196c7201d9aa83c01be11637c004e97023c5478e69ec6c7e +size 77048 diff --git a/MendeleyCXR/images/Darwin_00002831_person413_bacteria_1832.png b/MendeleyCXR/images/Darwin_00002831_person413_bacteria_1832.png new file mode 100644 index 0000000000000000000000000000000000000000..f70d455feffb55582ccf3943a33476ac45f5bbe9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002831_person413_bacteria_1832.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb85d2f8f60d442665983866082c57269634cee31ffcf2501746a9e39088b8a0 +size 75345 diff --git a/MendeleyCXR/images/Darwin_00002832_person413_bacteria_1833.png b/MendeleyCXR/images/Darwin_00002832_person413_bacteria_1833.png new file mode 100644 index 0000000000000000000000000000000000000000..c33c166cae42541bbbf2fbf4d401ccecf407feaa --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002832_person413_bacteria_1833.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa8d5cdb00bc6e1fac1a194a34ef561160da239013e249a2bff71ee646f3ed53 +size 73229 diff --git a/MendeleyCXR/images/Darwin_00002833_person413_bacteria_1834.png b/MendeleyCXR/images/Darwin_00002833_person413_bacteria_1834.png new file mode 100644 index 0000000000000000000000000000000000000000..ba87528a713714eb2ee729e61fa2b1ee76e9d9c9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002833_person413_bacteria_1834.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:671714dfc6e2a25f2e5bd6645b3baade61becf8d1e74329bfb9510996b68b854 +size 70381 diff --git a/MendeleyCXR/images/Darwin_00002834_person414_bacteria_1835.png b/MendeleyCXR/images/Darwin_00002834_person414_bacteria_1835.png new file mode 100644 index 0000000000000000000000000000000000000000..96df444b12cfc520a7cdd0c79b8fcd6c3114c208 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002834_person414_bacteria_1835.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db52436b07d0d2c52ad0e9c30020581c2bfc2725606ff8219558fd0c95d8acf1 +size 79151 diff --git a/MendeleyCXR/images/Darwin_00002835_person415_bacteria_1837.png b/MendeleyCXR/images/Darwin_00002835_person415_bacteria_1837.png new file mode 100644 index 0000000000000000000000000000000000000000..7ab8e1eadc53ffd26f05ce25d54dbadaa3c8beb9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002835_person415_bacteria_1837.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8123ffd0aab7fd27ae2ab0fe0e742621d7156010617181e9bd84c857fa02760f +size 78530 diff --git a/MendeleyCXR/images/Darwin_00002837_person415_bacteria_1839.png b/MendeleyCXR/images/Darwin_00002837_person415_bacteria_1839.png new file mode 100644 index 0000000000000000000000000000000000000000..3548d7d2afd14aff487cc79251a24b339b5a0ef9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002837_person415_bacteria_1839.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc701710d8f4558d2f9a42b516216c13deffe1836db0190603922f11175a1327 +size 70613 diff --git a/MendeleyCXR/images/Darwin_00002838_person416_bacteria_1840.png b/MendeleyCXR/images/Darwin_00002838_person416_bacteria_1840.png new file mode 100644 index 0000000000000000000000000000000000000000..795df272ee0dc7cb73d360f3aeac74ac773f92ae --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002838_person416_bacteria_1840.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14b9c68e0cf0f693697cab0d3333cb6b33f10d465da9805ace1969127d43a368 +size 79760 diff --git a/MendeleyCXR/images/Darwin_00002839_person417_bacteria_1841.png b/MendeleyCXR/images/Darwin_00002839_person417_bacteria_1841.png new file mode 100644 index 0000000000000000000000000000000000000000..b84bd6bde7ed4a1057c598b2550a2724a1233a4f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002839_person417_bacteria_1841.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20e21aa1a7df84a543174bd48e4bdce32c382abb8d58613805f96419b4df1581 +size 78919 diff --git a/MendeleyCXR/images/Darwin_00002840_person417_bacteria_1842.png b/MendeleyCXR/images/Darwin_00002840_person417_bacteria_1842.png new file mode 100644 index 0000000000000000000000000000000000000000..3c92484727d3321777638c5e6113121d91de06f4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002840_person417_bacteria_1842.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc15f2af64f5098d5e5e52ad8c185e7ef4dc8c4e1d07f3b695703b8872afef3b +size 72463 diff --git a/MendeleyCXR/images/Darwin_00002841_person418_bacteria_1843.png b/MendeleyCXR/images/Darwin_00002841_person418_bacteria_1843.png new file mode 100644 index 0000000000000000000000000000000000000000..f42fb1e05955db5b6f7de2217db6099cb91340f4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002841_person418_bacteria_1843.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82c77080b065c7e0490f8db6561584c6397c89ec3aa04e453ccada2c98bdae79 +size 71948 diff --git a/MendeleyCXR/images/Darwin_00002842_person419_bacteria_1844.png b/MendeleyCXR/images/Darwin_00002842_person419_bacteria_1844.png new file mode 100644 index 0000000000000000000000000000000000000000..f78873b3139ceacce45b1557e9096b68cfb570bf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002842_person419_bacteria_1844.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb0dbbf72d3ffd6feafab60a716429e903f98560451954cb4f9529679d3071d7 +size 66963 diff --git a/MendeleyCXR/images/Darwin_00002843_person419_bacteria_1845.png b/MendeleyCXR/images/Darwin_00002843_person419_bacteria_1845.png new file mode 100644 index 0000000000000000000000000000000000000000..2666ad3bc72d669090bcc3e222ffa325bb1a3d47 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002843_person419_bacteria_1845.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d023dd23e58bdd52f7c1154abfb2fe4f13c441fe214fb6184ab1336e44cd074f +size 69342 diff --git a/MendeleyCXR/images/Darwin_00002844_person420_bacteria_1847.png b/MendeleyCXR/images/Darwin_00002844_person420_bacteria_1847.png new file mode 100644 index 0000000000000000000000000000000000000000..4480654c51283f144968b5784e56cd92465b8f75 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002844_person420_bacteria_1847.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a8416568a0cc35db66feb9f279e84a2afee2090da6d7dd9280367e6751d1779 +size 71343 diff --git a/MendeleyCXR/images/Darwin_00002845_person420_bacteria_1848.png b/MendeleyCXR/images/Darwin_00002845_person420_bacteria_1848.png new file mode 100644 index 0000000000000000000000000000000000000000..529201cf8c8689a024105d26fad69f81a6d0e892 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002845_person420_bacteria_1848.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2badcf6d0272eabcba7e170c496a543a3ced8e7d3e91d8fd482c564af8f3289 +size 71207 diff --git a/MendeleyCXR/images/Darwin_00002846_person420_bacteria_1849.png b/MendeleyCXR/images/Darwin_00002846_person420_bacteria_1849.png new file mode 100644 index 0000000000000000000000000000000000000000..c90d3a68156e591db3d82cb58661a8b19af93c8e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002846_person420_bacteria_1849.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cc0d92e12aab27edce20caf9aabec251422e5f4e272e2c4f231874929ce8cf3 +size 72324 diff --git a/MendeleyCXR/images/Darwin_00002847_person420_bacteria_1850.png b/MendeleyCXR/images/Darwin_00002847_person420_bacteria_1850.png new file mode 100644 index 0000000000000000000000000000000000000000..281a3e7d65bb91807bb34543d77e77497da66417 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002847_person420_bacteria_1850.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d1fedb8576442297b19b6de20ef56afb0e1205f1f211bfec00effa57b74c6e7 +size 70654 diff --git a/MendeleyCXR/images/Darwin_00002848_person420_bacteria_1851.png b/MendeleyCXR/images/Darwin_00002848_person420_bacteria_1851.png new file mode 100644 index 0000000000000000000000000000000000000000..92464eb37ddb55ef9a1949ddc6a38739695d5866 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002848_person420_bacteria_1851.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03dc6a6b1870743b1deea7f393382667794b6de9bbcb8b31b3059053bc5657e5 +size 73590 diff --git a/MendeleyCXR/images/Darwin_00002849_person421_bacteria_1852.png b/MendeleyCXR/images/Darwin_00002849_person421_bacteria_1852.png new file mode 100644 index 0000000000000000000000000000000000000000..386f3aad76e2c06f395f39efde88dbafc6cac9de --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002849_person421_bacteria_1852.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56fd2ccb040d2a42b0c5682dd427848d6939b824a8c6c2d785661dc200e47bee +size 78197 diff --git a/MendeleyCXR/images/Darwin_00002850_person422_bacteria_1853.png b/MendeleyCXR/images/Darwin_00002850_person422_bacteria_1853.png new file mode 100644 index 0000000000000000000000000000000000000000..f58831f552042fb3e1770dd6eebaff27d7ec9c0a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002850_person422_bacteria_1853.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e067cc293cf63ee0dba5f62f57102cc5f3c7c639cacaf18b717b230881a34ef7 +size 76330 diff --git a/MendeleyCXR/images/Darwin_00002851_person423_bacteria_1854.png b/MendeleyCXR/images/Darwin_00002851_person423_bacteria_1854.png new file mode 100644 index 0000000000000000000000000000000000000000..66d602059afb0da573c4583cdd2e1edd28ea3178 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002851_person423_bacteria_1854.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13fad863c9877696d2f66c5e5cbe9576b2e5aeb562e3d75c85841888fbf9d283 +size 73252 diff --git a/MendeleyCXR/images/Darwin_00002852_person423_bacteria_1855.png b/MendeleyCXR/images/Darwin_00002852_person423_bacteria_1855.png new file mode 100644 index 0000000000000000000000000000000000000000..0bffa6ac5ba3158daa3d5b4e347f4beabddc09a9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002852_person423_bacteria_1855.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:875026522ff4d4e66e13221c669a91dfb18f8a3a12392026e11eb9aa1b1a5fc0 +size 71052 diff --git a/MendeleyCXR/images/Darwin_00002853_person423_bacteria_1856.png b/MendeleyCXR/images/Darwin_00002853_person423_bacteria_1856.png new file mode 100644 index 0000000000000000000000000000000000000000..83202409b75241cbda04074630cf6aad85f93dcb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002853_person423_bacteria_1856.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3b9dab035245eeac8a07a4789c5eea80fb4381b3ac9f9d07a9b16adc5d1f1c0 +size 70115 diff --git a/MendeleyCXR/images/Darwin_00002854_person423_bacteria_1857.png b/MendeleyCXR/images/Darwin_00002854_person423_bacteria_1857.png new file mode 100644 index 0000000000000000000000000000000000000000..37c31314903035dc613953fb5bf7691585292d53 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002854_person423_bacteria_1857.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5320051db5568047b7f56d8e2d6a07bdd1344324073cd7afc80c40cc45efd0a1 +size 71091 diff --git a/MendeleyCXR/images/Darwin_00002855_person423_bacteria_1858.png b/MendeleyCXR/images/Darwin_00002855_person423_bacteria_1858.png new file mode 100644 index 0000000000000000000000000000000000000000..144dfea43ab8bb978ebac2efc4a9a58a73f9476b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002855_person423_bacteria_1858.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77f6ed662d122e6709d822937883086519d72bb65f7ebcdb35fdaa8af7307453 +size 71104 diff --git a/MendeleyCXR/images/Darwin_00002856_person424_bacteria_1859.png b/MendeleyCXR/images/Darwin_00002856_person424_bacteria_1859.png new file mode 100644 index 0000000000000000000000000000000000000000..4c8c4c4e56683e94a06a14badbc8bfb6f2b748e1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002856_person424_bacteria_1859.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27f6afd2ebe450eebbb01b0a85364b85e646ebc433af990ff93ccf6ec2f1cd47 +size 70503 diff --git a/MendeleyCXR/images/Darwin_00002857_person425_bacteria_1860.png b/MendeleyCXR/images/Darwin_00002857_person425_bacteria_1860.png new file mode 100644 index 0000000000000000000000000000000000000000..1f221c9844ef626d9120d2ab2b9b93b173405972 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002857_person425_bacteria_1860.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b128438c1c47451fe7d241def330f0c5b4163dc742b9fe4432364dccf375b1a +size 76925 diff --git a/MendeleyCXR/images/Darwin_00002858_person426_bacteria_1861.png b/MendeleyCXR/images/Darwin_00002858_person426_bacteria_1861.png new file mode 100644 index 0000000000000000000000000000000000000000..ebe82a7a9a82e4a4c52887b6a6e616778c531128 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002858_person426_bacteria_1861.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37951a411e2b34b1b091763d7e629cca5ffece245a8b6a46c97a124082eac9f1 +size 69425 diff --git a/MendeleyCXR/images/Darwin_00002859_person426_bacteria_1862.png b/MendeleyCXR/images/Darwin_00002859_person426_bacteria_1862.png new file mode 100644 index 0000000000000000000000000000000000000000..e5c99094c562332e2fa2dee5319c4f8d2a2625d5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002859_person426_bacteria_1862.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc6e9a9499470ed485b07599ddd255ebe19c99a8312279c9d6ec76b2f6fe73bc +size 72600 diff --git a/MendeleyCXR/images/Darwin_00002860_person426_bacteria_1863.png b/MendeleyCXR/images/Darwin_00002860_person426_bacteria_1863.png new file mode 100644 index 0000000000000000000000000000000000000000..d3c38628d63effb90fc487e06e6364796de3b525 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002860_person426_bacteria_1863.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1881b73e6f24745cb67a5eb5576a5609bb6909aab1f2d43b361b64222087346 +size 73336 diff --git a/MendeleyCXR/images/Darwin_00002861_person427_bacteria_1864.png b/MendeleyCXR/images/Darwin_00002861_person427_bacteria_1864.png new file mode 100644 index 0000000000000000000000000000000000000000..91da4d0c2735fb7c6a5aa91ca4d6e8973cf8ee90 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002861_person427_bacteria_1864.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f50363c4f69fcc86fb9776e8a5f3399c1630396c7ec7238311ecc34a5cc7297 +size 71082 diff --git a/MendeleyCXR/images/Darwin_00002862_person427_bacteria_1865.png b/MendeleyCXR/images/Darwin_00002862_person427_bacteria_1865.png new file mode 100644 index 0000000000000000000000000000000000000000..ea3f9ef39e172022968fe46a9257c7f0f5898ed2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002862_person427_bacteria_1865.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ec12b18ec3c0c1244156b9c259d7155bd9769040f78a46ec8f466ef1d828d23 +size 69206 diff --git a/MendeleyCXR/images/Darwin_00002863_person427_bacteria_1866.png b/MendeleyCXR/images/Darwin_00002863_person427_bacteria_1866.png new file mode 100644 index 0000000000000000000000000000000000000000..17885b17b701f7cff0b02f6848cae2c937302aec --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002863_person427_bacteria_1866.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32e142748c9730957b0ba7387ff9243167a970016b3fc7c07e99abec07992fd0 +size 66609 diff --git a/MendeleyCXR/images/Darwin_00002864_person427_bacteria_1867.png b/MendeleyCXR/images/Darwin_00002864_person427_bacteria_1867.png new file mode 100644 index 0000000000000000000000000000000000000000..252665e25e53860a03dfcd8609086ee9a70d20ee --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002864_person427_bacteria_1867.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16fdf56ccf51d2964c5d43c879bd3c0edc3880ba946744667abdd4737ac68058 +size 68131 diff --git a/MendeleyCXR/images/Darwin_00002865_person427_bacteria_1868.png b/MendeleyCXR/images/Darwin_00002865_person427_bacteria_1868.png new file mode 100644 index 0000000000000000000000000000000000000000..30f74c8cf219dce21b1ad9ee7a76a45dfc09e24e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002865_person427_bacteria_1868.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c3de971bdeb983635c339aa7e62a855edbbcff8e01d999a3434f151f06405ef +size 70251 diff --git a/MendeleyCXR/images/Darwin_00002866_person428_bacteria_1869.png b/MendeleyCXR/images/Darwin_00002866_person428_bacteria_1869.png new file mode 100644 index 0000000000000000000000000000000000000000..ecf16fb52745b7a7637c9e3f672211805e8b3239 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002866_person428_bacteria_1869.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:357441913af39bfa8ec7f58f2d92749217f1d0c961607cfa8b03252afa7cc308 +size 75959 diff --git a/MendeleyCXR/images/Darwin_00002867_person429_bacteria_1870.png b/MendeleyCXR/images/Darwin_00002867_person429_bacteria_1870.png new file mode 100644 index 0000000000000000000000000000000000000000..4f94fe9f0fefb73ec528f86f067329f4ef94d2d7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002867_person429_bacteria_1870.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:443218dabc69d08d8dd3f4f862a121314b4e31e58acc694fccea2506de5a7980 +size 73737 diff --git a/MendeleyCXR/images/Darwin_00002868_person430_bacteria_1871.png b/MendeleyCXR/images/Darwin_00002868_person430_bacteria_1871.png new file mode 100644 index 0000000000000000000000000000000000000000..822032153bc776d526ff95f7cb12cdd58d574b97 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002868_person430_bacteria_1871.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcb5ffc8685f449c82f7417878449eb4243d3650b0b2257edfe8b9eeeee8665a +size 76520 diff --git a/MendeleyCXR/images/Darwin_00002869_person431_bacteria_1872.png b/MendeleyCXR/images/Darwin_00002869_person431_bacteria_1872.png new file mode 100644 index 0000000000000000000000000000000000000000..c0e84c928d02cb6d710151d06cb26f77eae23b1e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002869_person431_bacteria_1872.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adc5e3cfcc60b0c6db96e3a328489844aed22bb72ccbc4706bbb9610273f685c +size 67703 diff --git a/MendeleyCXR/images/Darwin_00002870_person433_bacteria_1874.png b/MendeleyCXR/images/Darwin_00002870_person433_bacteria_1874.png new file mode 100644 index 0000000000000000000000000000000000000000..055a25d98d8e6f87be75d821642f30af706434b9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002870_person433_bacteria_1874.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eea26df011be4f7d47de4820a00670a32bae4fa19bbd4147af46ae1bd20a488e +size 67421 diff --git a/MendeleyCXR/images/Darwin_00002871_person433_bacteria_1875.png b/MendeleyCXR/images/Darwin_00002871_person433_bacteria_1875.png new file mode 100644 index 0000000000000000000000000000000000000000..49e789eae768f056971179d80dfde6d2facef1d0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002871_person433_bacteria_1875.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:006d4293ab469d03969df8a3c941f35318e70eb3cc74fbb9c2654d01382c792c +size 70744 diff --git a/MendeleyCXR/images/Darwin_00002872_person433_bacteria_1876.png b/MendeleyCXR/images/Darwin_00002872_person433_bacteria_1876.png new file mode 100644 index 0000000000000000000000000000000000000000..2cc4a8ec5ba4107311658d8ef2b7ae1f88a7a344 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002872_person433_bacteria_1876.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78bc2bea8a6effe9367533173bbddabadcd9535e7c00a0830534e8a62fb61dfa +size 70805 diff --git a/MendeleyCXR/images/Darwin_00002873_person434_bacteria_1877.png b/MendeleyCXR/images/Darwin_00002873_person434_bacteria_1877.png new file mode 100644 index 0000000000000000000000000000000000000000..f4d9470b8088b8a0f7e549b02c6b4f4b9685f254 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002873_person434_bacteria_1877.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9688bb224743caed51e735b9697ae6b571cfc24fe35b20d219e59d97a01c4a9 +size 71307 diff --git a/MendeleyCXR/images/Darwin_00002874_person435_bacteria_1879.png b/MendeleyCXR/images/Darwin_00002874_person435_bacteria_1879.png new file mode 100644 index 0000000000000000000000000000000000000000..b982348a18285ca7b22540b1a71d01a53cd70df7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002874_person435_bacteria_1879.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d5da006e35aead89b8d84d969a854b76c11965de45a3e9977244de30a86c416 +size 66362 diff --git a/MendeleyCXR/images/Darwin_00002875_person436_bacteria_1883.png b/MendeleyCXR/images/Darwin_00002875_person436_bacteria_1883.png new file mode 100644 index 0000000000000000000000000000000000000000..35f71a7217e97229d8407a9588014670202ea58a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002875_person436_bacteria_1883.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5553e344f49775af0f6a779642edd11a70d17f1e165d3c75643299e494a389fe +size 77392 diff --git a/MendeleyCXR/images/Darwin_00002876_person437_bacteria_1884.png b/MendeleyCXR/images/Darwin_00002876_person437_bacteria_1884.png new file mode 100644 index 0000000000000000000000000000000000000000..09500f791cbcab576b4344aa85d8edc74eedce0e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002876_person437_bacteria_1884.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:084c9ab74f73573834beb254d52c1ee8e0a66f2b14d8947fe5fc8ffd7b66669d +size 69191 diff --git a/MendeleyCXR/images/Darwin_00002877_person437_bacteria_1885.png b/MendeleyCXR/images/Darwin_00002877_person437_bacteria_1885.png new file mode 100644 index 0000000000000000000000000000000000000000..469852822366feb7dbd870ccada5538b4e52b5df --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002877_person437_bacteria_1885.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:337b5b45bc8a43a26c61488765f26512dad66007a99ac32c6acf9c0c08c34466 +size 73334 diff --git a/MendeleyCXR/images/Darwin_00002878_person437_bacteria_1886.png b/MendeleyCXR/images/Darwin_00002878_person437_bacteria_1886.png new file mode 100644 index 0000000000000000000000000000000000000000..239b68a446d7c8bd9886b3c88a9889a895137630 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002878_person437_bacteria_1886.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41b553e6ea1f26916233c6c958756c03a7d6d47e22409ca4487f140db413de49 +size 69944 diff --git a/MendeleyCXR/images/Darwin_00002879_person437_bacteria_1887.png b/MendeleyCXR/images/Darwin_00002879_person437_bacteria_1887.png new file mode 100644 index 0000000000000000000000000000000000000000..c98c9317b0369f09a10832fbfb5a88cb4038cbff --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002879_person437_bacteria_1887.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5039386223dc25e96bd7e76bfd3936872ed5fb314d749cbcc55f2c7bb1473cc0 +size 69098 diff --git a/MendeleyCXR/images/Darwin_00002880_person437_bacteria_1888.png b/MendeleyCXR/images/Darwin_00002880_person437_bacteria_1888.png new file mode 100644 index 0000000000000000000000000000000000000000..6fce64f5c3dcaca7391fdc419924e6c60561726e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002880_person437_bacteria_1888.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76a9ea8d449ae355cbeca28a5ec6e873612417bbea7fe6434815b33468ac76dc +size 73272 diff --git a/MendeleyCXR/images/Darwin_00002881_person438_bacteria_1889.png b/MendeleyCXR/images/Darwin_00002881_person438_bacteria_1889.png new file mode 100644 index 0000000000000000000000000000000000000000..735b9b49d7eccf94acdbf5e6970511a342a29500 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002881_person438_bacteria_1889.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6664193d69f8487b7c1d9596eec602bad42130c05abdadf29bca7f299a107494 +size 66810 diff --git a/MendeleyCXR/images/Darwin_00002882_person438_bacteria_1890.png b/MendeleyCXR/images/Darwin_00002882_person438_bacteria_1890.png new file mode 100644 index 0000000000000000000000000000000000000000..591443d7842fbbf422a7ab54e02f6f3d79305e8d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002882_person438_bacteria_1890.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c81e95cf5fb6a4fe34dac0c031a2edea31b45f03acf481ee1749fdbcd93d4f3 +size 64435 diff --git a/MendeleyCXR/images/Darwin_00002883_person438_bacteria_1891.png b/MendeleyCXR/images/Darwin_00002883_person438_bacteria_1891.png new file mode 100644 index 0000000000000000000000000000000000000000..e8769364beebdffa488068061b544634fc437e34 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002883_person438_bacteria_1891.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e04738f812d060987ae88ba4d964962e61d2c9534ca7f3b4b98089e83939443a +size 67257 diff --git a/MendeleyCXR/images/Darwin_00002884_person438_bacteria_1892.png b/MendeleyCXR/images/Darwin_00002884_person438_bacteria_1892.png new file mode 100644 index 0000000000000000000000000000000000000000..7678e9822298a2205790811659a14707de2b9761 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002884_person438_bacteria_1892.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:019e0f2d3d3f6bd1a4530237d6d12083ff8be2e38b0e8e06c2f8dfb0721580bf +size 67544 diff --git a/MendeleyCXR/images/Darwin_00002885_person438_bacteria_1893.png b/MendeleyCXR/images/Darwin_00002885_person438_bacteria_1893.png new file mode 100644 index 0000000000000000000000000000000000000000..288921e6b81bb86db8b93d667655817494f8f644 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002885_person438_bacteria_1893.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f4363c95e82eebf51abd67205cf2709b9a88663b1744b2620ce1222d8b3ce05 +size 69088 diff --git a/MendeleyCXR/images/Darwin_00002886_person439_bacteria_1895.png b/MendeleyCXR/images/Darwin_00002886_person439_bacteria_1895.png new file mode 100644 index 0000000000000000000000000000000000000000..308442246474114377c0ee9882d2aa224f8a34a1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002886_person439_bacteria_1895.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f2961907fee0a252cdb2daa1e90286dea41d63db8e1ae775328d89f28fcb788 +size 72413 diff --git a/MendeleyCXR/images/Darwin_00002887_person440_bacteria_1897.png b/MendeleyCXR/images/Darwin_00002887_person440_bacteria_1897.png new file mode 100644 index 0000000000000000000000000000000000000000..3c28e0da61b19719b73c5d4baba3276ec9d16483 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002887_person440_bacteria_1897.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96e8d66a7a2cf501b4e6089ad8da13d9993196ee48b4f6d1fafae9783ce398ec +size 72083 diff --git a/MendeleyCXR/images/Darwin_00002888_person440_bacteria_1898.png b/MendeleyCXR/images/Darwin_00002888_person440_bacteria_1898.png new file mode 100644 index 0000000000000000000000000000000000000000..e3828b1d33b3c12a91f541387d693a32b8d1845c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002888_person440_bacteria_1898.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:780d727c019407760c22283d12ec4cef99e3324f363e857a445c5429e0d80d12 +size 73335 diff --git a/MendeleyCXR/images/Darwin_00002889_person441_bacteria_1900.png b/MendeleyCXR/images/Darwin_00002889_person441_bacteria_1900.png new file mode 100644 index 0000000000000000000000000000000000000000..7483303db6a8a3a99e7733f49e137e57aafa616f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002889_person441_bacteria_1900.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5bc470c147040f1cfe4e39fadcc1b7a887ce667769a5ee063b89395104845cf +size 75932 diff --git a/MendeleyCXR/images/Darwin_00002890_person441_bacteria_1902.png b/MendeleyCXR/images/Darwin_00002890_person441_bacteria_1902.png new file mode 100644 index 0000000000000000000000000000000000000000..5fb515be1aa268fe41594ab0ceb96dcfbeb2c95e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002890_person441_bacteria_1902.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71fc3c58a7aff216a252ae42b02c86db1c2baf5f672ec271ec58ba42c610d4fd +size 74191 diff --git a/MendeleyCXR/images/Darwin_00002891_person441_bacteria_1903.png b/MendeleyCXR/images/Darwin_00002891_person441_bacteria_1903.png new file mode 100644 index 0000000000000000000000000000000000000000..4ade92615fee8cdcc10e266ceb2081c73b2c7ae1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002891_person441_bacteria_1903.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fd705ce0846b60154ab6df66ea9493b5eb3ef87bf89e2924ec9ffadb5243edd +size 74844 diff --git a/MendeleyCXR/images/Darwin_00002892_person441_bacteria_1904.png b/MendeleyCXR/images/Darwin_00002892_person441_bacteria_1904.png new file mode 100644 index 0000000000000000000000000000000000000000..749ca6f92702ba6bb3621e3fff9d202a5325d912 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002892_person441_bacteria_1904.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25ddbbf6b12f6e5265f4d45ab5540e8eccb87a5d43f8ee2583945c549ca1abda +size 66689 diff --git a/MendeleyCXR/images/Darwin_00002893_person441_bacteria_1905.png b/MendeleyCXR/images/Darwin_00002893_person441_bacteria_1905.png new file mode 100644 index 0000000000000000000000000000000000000000..483ea39a9f066c390b8ed397678a62fcdb1bd067 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002893_person441_bacteria_1905.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:440027086965ded591448d73f15b3eff80386ae23f473d963aadfd9a4c567677 +size 77602 diff --git a/MendeleyCXR/images/Darwin_00002894_person441_bacteria_1907.png b/MendeleyCXR/images/Darwin_00002894_person441_bacteria_1907.png new file mode 100644 index 0000000000000000000000000000000000000000..b0a69c381a6620513730178311562980d6914425 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002894_person441_bacteria_1907.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e273aa3b6aaa683317800d3e1f87dd1159874d3242dee487e938dff3a075784b +size 70986 diff --git a/MendeleyCXR/images/Darwin_00002895_person441_bacteria_1910.png b/MendeleyCXR/images/Darwin_00002895_person441_bacteria_1910.png new file mode 100644 index 0000000000000000000000000000000000000000..d8ff649e67552978a7b21f4eaa508f11a8da077c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002895_person441_bacteria_1910.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:040cf06c422badfd59dfe3bea8ba240afcd073a614ec41d9204d3565b3b812ab +size 68714 diff --git a/MendeleyCXR/images/Darwin_00002896_person441_bacteria_1911.png b/MendeleyCXR/images/Darwin_00002896_person441_bacteria_1911.png new file mode 100644 index 0000000000000000000000000000000000000000..0a92f84db74baf3f3bc27893c8b8766d496fd30e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002896_person441_bacteria_1911.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3d483a301c9e217347c225c455085333e38cfdb32e3ed497064cd0dbf39468a +size 70139 diff --git a/MendeleyCXR/images/Darwin_00002897_person441_bacteria_1912.png b/MendeleyCXR/images/Darwin_00002897_person441_bacteria_1912.png new file mode 100644 index 0000000000000000000000000000000000000000..1bb1564febe9ab8117a6c05ba229efbd311570cb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002897_person441_bacteria_1912.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32ea748f00b434b06c0077180d332c9acc738a30a031a8e281ce7a606836f7d3 +size 73152 diff --git a/MendeleyCXR/images/Darwin_00002898_person441_bacteria_1914.png b/MendeleyCXR/images/Darwin_00002898_person441_bacteria_1914.png new file mode 100644 index 0000000000000000000000000000000000000000..d3d73a0555327c0c08b7c85f0414f710750f9995 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002898_person441_bacteria_1914.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b342ad3e1236629e5e85eea25f18d9b2e440606e4e3e5376dd815ca572cf86b +size 68331 diff --git a/MendeleyCXR/images/Darwin_00002899_person441_bacteria_1915.png b/MendeleyCXR/images/Darwin_00002899_person441_bacteria_1915.png new file mode 100644 index 0000000000000000000000000000000000000000..153c3969a301cccc18f477b703d1a12ee9a09b5f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002899_person441_bacteria_1915.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1487865625aa871b2758dca8e56d08527c0226eea83804b429b717617fa514c6 +size 65533 diff --git a/MendeleyCXR/images/Darwin_00002900_person441_bacteria_1916.png b/MendeleyCXR/images/Darwin_00002900_person441_bacteria_1916.png new file mode 100644 index 0000000000000000000000000000000000000000..36ea875432f096e12c82da718ec7f921e5b32c27 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002900_person441_bacteria_1916.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e283cd92d11f8a23aa9ab6a83c229e1b0b40764d468c5d904f115502d8829d5b +size 71986 diff --git a/MendeleyCXR/images/Darwin_00002901_person441_bacteria_1917.png b/MendeleyCXR/images/Darwin_00002901_person441_bacteria_1917.png new file mode 100644 index 0000000000000000000000000000000000000000..4123bd68d95f76c522518d77f4b0121a28357537 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002901_person441_bacteria_1917.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:947d78b14a4eb5f38dc5048238ecfd0baa4fab12bf070d5fc3cb17dce1b84139 +size 70146 diff --git a/MendeleyCXR/images/Darwin_00002902_person441_bacteria_1918.png b/MendeleyCXR/images/Darwin_00002902_person441_bacteria_1918.png new file mode 100644 index 0000000000000000000000000000000000000000..6c2a64a5a34ff16d8f30a3315bce7e2e05f46855 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002902_person441_bacteria_1918.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1843d82215d70b79d6240410416640263deb1a02e75388b0c8b69030a40297f +size 69314 diff --git a/MendeleyCXR/images/Darwin_00002903_person443_bacteria_1923.png b/MendeleyCXR/images/Darwin_00002903_person443_bacteria_1923.png new file mode 100644 index 0000000000000000000000000000000000000000..170ea193d5b0eba88a40876fa32c1341b79ff3a2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002903_person443_bacteria_1923.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fb7ba029656858b469a9545aa117a44104430737c5cd94ef7b12199cdf4b31b +size 74722 diff --git a/MendeleyCXR/images/Darwin_00002904_person443_bacteria_1924.png b/MendeleyCXR/images/Darwin_00002904_person443_bacteria_1924.png new file mode 100644 index 0000000000000000000000000000000000000000..07d15506e962f3a644b552feaae80d7091f4e79b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002904_person443_bacteria_1924.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c885bdaedcd2470ac3e651edf95854706e6565d9b7c5ce4f977502a806f84c89 +size 73465 diff --git a/MendeleyCXR/images/Darwin_00002905_person443_bacteria_1926.png b/MendeleyCXR/images/Darwin_00002905_person443_bacteria_1926.png new file mode 100644 index 0000000000000000000000000000000000000000..81f4870716cc4466144abc7cdedc64a026b4bbd8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002905_person443_bacteria_1926.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85fc5c6735dbee7d6d12deb7b6ed90328f69dee624c9d5f48dcd36b38125072f +size 67310 diff --git a/MendeleyCXR/images/Darwin_00002906_person444_bacteria_1927.png b/MendeleyCXR/images/Darwin_00002906_person444_bacteria_1927.png new file mode 100644 index 0000000000000000000000000000000000000000..d50dfe59cdf98cf6f92f7ddc9279aa09eabcb3d6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002906_person444_bacteria_1927.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:670966698d9f5f98744a214236fd268954968cd69576609c2685587321322320 +size 82745 diff --git a/MendeleyCXR/images/Darwin_00002908_person445_bacteria_1929.png b/MendeleyCXR/images/Darwin_00002908_person445_bacteria_1929.png new file mode 100644 index 0000000000000000000000000000000000000000..460ee57c133ab971943090cf65832b3408ee007f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002908_person445_bacteria_1929.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a3e1e259cce626d7e4c7c1ee2f658dd6c17a2f5f075ee05b39ef9b92ce2b627 +size 68474 diff --git a/MendeleyCXR/images/Darwin_00002909_person445_bacteria_1930.png b/MendeleyCXR/images/Darwin_00002909_person445_bacteria_1930.png new file mode 100644 index 0000000000000000000000000000000000000000..4acf275f9d73c3e30d14271cef0c170feaae52f0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002909_person445_bacteria_1930.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8803f3d648dec535b745cd801c02eaf95dcca30605eeec6403cea8d1d355d77a +size 68107 diff --git a/MendeleyCXR/images/Darwin_00002910_person446_bacteria_1931.png b/MendeleyCXR/images/Darwin_00002910_person446_bacteria_1931.png new file mode 100644 index 0000000000000000000000000000000000000000..2f41e4f59931ac74d35529aa65ea834817c96731 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002910_person446_bacteria_1931.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70b3a58460ea39a4a54dd909a1a611436e90a59ea07a23c7b5db8487975e8c0b +size 73434 diff --git a/MendeleyCXR/images/Darwin_00002911_person447_bacteria_1932.png b/MendeleyCXR/images/Darwin_00002911_person447_bacteria_1932.png new file mode 100644 index 0000000000000000000000000000000000000000..b914ca8e8193b2095be962380ff2a3bc80157044 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002911_person447_bacteria_1932.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:983ade175e330b4f4c3e3890881b866f4308053cb94ea58bc929407d67831e4a +size 74894 diff --git a/MendeleyCXR/images/Darwin_00002912_person448_bacteria_1933.png b/MendeleyCXR/images/Darwin_00002912_person448_bacteria_1933.png new file mode 100644 index 0000000000000000000000000000000000000000..4c9d9beafd127cd5cb28007979a7ad2c1602a53d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002912_person448_bacteria_1933.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d996c26b388599e0816d981934118e32a1c13b08cdead08d66753c09d6828654 +size 69489 diff --git a/MendeleyCXR/images/Darwin_00002913_person448_bacteria_1934.png b/MendeleyCXR/images/Darwin_00002913_person448_bacteria_1934.png new file mode 100644 index 0000000000000000000000000000000000000000..2d99cf0d8f4b142a24dacd1d6241fdfeb4a53f37 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002913_person448_bacteria_1934.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e26219e6e8db509ba670344ad168602868014e204660e5bafce418400e874d57 +size 66523 diff --git a/MendeleyCXR/images/Darwin_00002914_person448_bacteria_1935.png b/MendeleyCXR/images/Darwin_00002914_person448_bacteria_1935.png new file mode 100644 index 0000000000000000000000000000000000000000..d419e303033bd323a979221df2ddac9e95d75577 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002914_person448_bacteria_1935.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3c7e1b6b247230d2ce58a27887fce03d30220ca78126531b244b8a33b3ac915 +size 73540 diff --git a/MendeleyCXR/images/Darwin_00002915_person448_bacteria_1936.png b/MendeleyCXR/images/Darwin_00002915_person448_bacteria_1936.png new file mode 100644 index 0000000000000000000000000000000000000000..a6ba71b5663c56c0dfb618e791cc9352e2ba65cd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002915_person448_bacteria_1936.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8be230db1725f15e226c7f807173cea7d395a8c5e521c07ea75d5196b3c3f9b +size 69089 diff --git a/MendeleyCXR/images/Darwin_00002916_person448_bacteria_1937.png b/MendeleyCXR/images/Darwin_00002916_person448_bacteria_1937.png new file mode 100644 index 0000000000000000000000000000000000000000..10b30d83b692c9dd44ba28ae2daeb9e9b8744c6f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002916_person448_bacteria_1937.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cea98caead1e4ae605efee79bbc736d3280ed60d6b571ad38dd4de4bfb550aa9 +size 71715 diff --git a/MendeleyCXR/images/Darwin_00002917_person449_bacteria_1938.png b/MendeleyCXR/images/Darwin_00002917_person449_bacteria_1938.png new file mode 100644 index 0000000000000000000000000000000000000000..0ec961be29740d47f574f21572bf29afbcc33d3d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002917_person449_bacteria_1938.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3703e4e8769c50e20b89f8f309d85e1406f6aafa67915e8d407238d8e7656f3 +size 72207 diff --git a/MendeleyCXR/images/Darwin_00002918_person449_bacteria_1939.png b/MendeleyCXR/images/Darwin_00002918_person449_bacteria_1939.png new file mode 100644 index 0000000000000000000000000000000000000000..0d9726a4669a0571a994e19f8cc8617acf1462ec --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002918_person449_bacteria_1939.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:934da4d12553709f69e66fad758a2e537446fb901adb1740092f6e10a3c6a625 +size 76767 diff --git a/MendeleyCXR/images/Darwin_00002919_person449_bacteria_1940.png b/MendeleyCXR/images/Darwin_00002919_person449_bacteria_1940.png new file mode 100644 index 0000000000000000000000000000000000000000..8b987f12d6dea42859c7acb7cb1486ec539f40a5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002919_person449_bacteria_1940.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d532196f03c3b6d210db88a9ab0435ba2a451b09cbba0c18bb829013cdfc263d +size 67793 diff --git a/MendeleyCXR/images/Darwin_00002920_person450_bacteria_1941.png b/MendeleyCXR/images/Darwin_00002920_person450_bacteria_1941.png new file mode 100644 index 0000000000000000000000000000000000000000..88b7f7a428e886b177d85997a04a97bd76618e64 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002920_person450_bacteria_1941.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d89c883d823cab88f48b378397e1092b72e6ed26ad75ab22aa9ce9e10da2057 +size 79905 diff --git a/MendeleyCXR/images/Darwin_00002921_person451_bacteria_1942.png b/MendeleyCXR/images/Darwin_00002921_person451_bacteria_1942.png new file mode 100644 index 0000000000000000000000000000000000000000..31ffc408160139479b28b6b4dc577793ef1e576e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002921_person451_bacteria_1942.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b717a230cf4141bac7b34057d1121cebe2aae2f657b8e33be1482e184d8b8126 +size 74764 diff --git a/MendeleyCXR/images/Darwin_00002922_person452_bacteria_1943.png b/MendeleyCXR/images/Darwin_00002922_person452_bacteria_1943.png new file mode 100644 index 0000000000000000000000000000000000000000..702c542aa2d5888a80a71ea8811e471df36bbed8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002922_person452_bacteria_1943.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c547329ecd3af427c831c640ce672ad47d620e63edfec8abe6a06a26bc3342f +size 67947 diff --git a/MendeleyCXR/images/Darwin_00002923_person454_bacteria_1945.png b/MendeleyCXR/images/Darwin_00002923_person454_bacteria_1945.png new file mode 100644 index 0000000000000000000000000000000000000000..bdc382b956242c7a6115af64cc2bfd9b82c1a449 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002923_person454_bacteria_1945.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3c15884b27381aed2b89fcb84b586a7c4053a5b9de416afa103e49d046cc387 +size 67041 diff --git a/MendeleyCXR/images/Darwin_00002924_person455_bacteria_1947.png b/MendeleyCXR/images/Darwin_00002924_person455_bacteria_1947.png new file mode 100644 index 0000000000000000000000000000000000000000..701da94ee5b640dd4203040a21227dad07405334 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002924_person455_bacteria_1947.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcbfc106b8c3a558622fd80132a93f8f7bcbba0df800d0c8e11caf07d06ccddd +size 70824 diff --git a/MendeleyCXR/images/Darwin_00002925_person456_bacteria_1948.png b/MendeleyCXR/images/Darwin_00002925_person456_bacteria_1948.png new file mode 100644 index 0000000000000000000000000000000000000000..02a08d9b16026433f8922df06be6b1871b4c976a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002925_person456_bacteria_1948.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ef6554df28856c4fc3262240eabe8032f9d9489fdd45f2b6ea430a60b21249b +size 70499 diff --git a/MendeleyCXR/images/Darwin_00002926_person457_bacteria_1949.png b/MendeleyCXR/images/Darwin_00002926_person457_bacteria_1949.png new file mode 100644 index 0000000000000000000000000000000000000000..7444f3c94d22c4a630dc19ec3be3b129c61a6f87 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002926_person457_bacteria_1949.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88478e8b760eba29794f8fd2a90394183db49cfe4d52baec4a65db049bf52d0c +size 65874 diff --git a/MendeleyCXR/images/Darwin_00002927_person458_bacteria_1950.png b/MendeleyCXR/images/Darwin_00002927_person458_bacteria_1950.png new file mode 100644 index 0000000000000000000000000000000000000000..7366294f4b7af3fa7c2fb0a14ecdc17598847aac --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002927_person458_bacteria_1950.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a48b5d28922c15090f557a32293f10a560d54c356cd087f3f7bc40fae9a1529e +size 69863 diff --git a/MendeleyCXR/images/Darwin_00002928_person458_bacteria_1951.png b/MendeleyCXR/images/Darwin_00002928_person458_bacteria_1951.png new file mode 100644 index 0000000000000000000000000000000000000000..40ed5407ef04491502d9cddf2ccc4d7d8ca1a453 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002928_person458_bacteria_1951.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ae8c484a709927bb4786713c77f3aff1ae708d0c001fdf0a788b342c7566d90 +size 69975 diff --git a/MendeleyCXR/images/Darwin_00002929_person458_bacteria_1952.png b/MendeleyCXR/images/Darwin_00002929_person458_bacteria_1952.png new file mode 100644 index 0000000000000000000000000000000000000000..05c5f56deeecf0744cb31ed69cd1d3663e9360e7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002929_person458_bacteria_1952.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20ddbe73a072c247cf73838b6028f4a1c9804dec6155fec672aac21b09fd8df9 +size 67281 diff --git a/MendeleyCXR/images/Darwin_00002930_person458_bacteria_1953.png b/MendeleyCXR/images/Darwin_00002930_person458_bacteria_1953.png new file mode 100644 index 0000000000000000000000000000000000000000..4f9441734e00455a579850aae873bfa65f082af5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002930_person458_bacteria_1953.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e83ad469ed8e73ad124947e61a85fe65a3a5e804ebd212c4486046607c15542 +size 69621 diff --git a/MendeleyCXR/images/Darwin_00002931_person458_bacteria_1954.png b/MendeleyCXR/images/Darwin_00002931_person458_bacteria_1954.png new file mode 100644 index 0000000000000000000000000000000000000000..022c342cfa7768219ae9c29ed894350612dde4fa --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002931_person458_bacteria_1954.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c0362c421c0d2a2c45448e1722f55c9f80291d9aaf15c760cb79d60a5a6e00d +size 68446 diff --git a/MendeleyCXR/images/Darwin_00002933_person459_bacteria_1956.png b/MendeleyCXR/images/Darwin_00002933_person459_bacteria_1956.png new file mode 100644 index 0000000000000000000000000000000000000000..c5e714e8a97566247bcadea872f9a26c60cc8e5f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002933_person459_bacteria_1956.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d93bc3eb13ec76e1c60b976ea1da6918ee02e9c8f4b00324e83d7ffdbb99d8e +size 71494 diff --git a/MendeleyCXR/images/Darwin_00002934_person459_bacteria_1957.png b/MendeleyCXR/images/Darwin_00002934_person459_bacteria_1957.png new file mode 100644 index 0000000000000000000000000000000000000000..fc1c76ecb60bfab42d1b7b506668ea763483e9dd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002934_person459_bacteria_1957.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eccd41cbe99b88bd5a418f3ac09581f6078a58e8b1dfdf92dfc559affb3a70d +size 62465 diff --git a/MendeleyCXR/images/Darwin_00002935_person32_bacteria_165.png b/MendeleyCXR/images/Darwin_00002935_person32_bacteria_165.png new file mode 100644 index 0000000000000000000000000000000000000000..c9ddea5d50414f5db723da6ac39821cae6a82949 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002935_person32_bacteria_165.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:270023086085f7430b585dc17c55c1a9d2c47ace879f92f3d021164ed188f955 +size 72245 diff --git a/MendeleyCXR/images/Darwin_00002936_person32_bacteria_166.png b/MendeleyCXR/images/Darwin_00002936_person32_bacteria_166.png new file mode 100644 index 0000000000000000000000000000000000000000..b47d7e6a70c2920efcae1d19affb421d9e03963b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002936_person32_bacteria_166.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25ac22b03ee244b73d86033195910fd72e405b1f6c6a106b157247c490de41d6 +size 70320 diff --git a/MendeleyCXR/images/Darwin_00002937_person33_bacteria_169.png b/MendeleyCXR/images/Darwin_00002937_person33_bacteria_169.png new file mode 100644 index 0000000000000000000000000000000000000000..e7610ba88fd4137fd750c636b75ae8bc2040b995 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002937_person33_bacteria_169.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e527535f0ea5c73b8a1375c8419e1ae056ba618e3e87ff1064d5ff3bf16953b9 +size 70415 diff --git a/MendeleyCXR/images/Darwin_00002938_person33_bacteria_172.png b/MendeleyCXR/images/Darwin_00002938_person33_bacteria_172.png new file mode 100644 index 0000000000000000000000000000000000000000..ce335b3e41e059bc2a99dd69cdcb5883c23f5b59 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002938_person33_bacteria_172.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1859a4ae5e91b470b0dc574e60a6d6e293820df7abcb4c75f74ff57230788ecf +size 68982 diff --git a/MendeleyCXR/images/Darwin_00002939_person33_bacteria_173.png b/MendeleyCXR/images/Darwin_00002939_person33_bacteria_173.png new file mode 100644 index 0000000000000000000000000000000000000000..2255d38232c3ad7b3abe1c6791163a7a433269ab --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002939_person33_bacteria_173.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:054c853905aa5c0426c98fe37e8d9067bd09a840d4a1ab946fc83c448dd1d8a5 +size 69014 diff --git a/MendeleyCXR/images/Darwin_00002940_person33_bacteria_174.png b/MendeleyCXR/images/Darwin_00002940_person33_bacteria_174.png new file mode 100644 index 0000000000000000000000000000000000000000..e026842f53d3267ec950f8da5f400a2081e3d213 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002940_person33_bacteria_174.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:995203a46587400851066cef5ea4ecbdea1533c2d6142aa05287be2b404bb666 +size 62589 diff --git a/MendeleyCXR/images/Darwin_00002941_person33_bacteria_175.png b/MendeleyCXR/images/Darwin_00002941_person33_bacteria_175.png new file mode 100644 index 0000000000000000000000000000000000000000..fb40280d725ba4bb6e30d7119735df30262a5e2f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002941_person33_bacteria_175.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20770b508306622f1b1946e032ea30f237d255e03e092748de0405c337a642ef +size 77464 diff --git a/MendeleyCXR/images/Darwin_00002942_person34_bacteria_176.png b/MendeleyCXR/images/Darwin_00002942_person34_bacteria_176.png new file mode 100644 index 0000000000000000000000000000000000000000..ea2cf268ff88422ed05e8b3ad7ce27a625d528fe --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002942_person34_bacteria_176.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:972318f46d926b94c155f6e070340cb510245a01ce50b55552d0e2a17fde15d9 +size 62829 diff --git a/MendeleyCXR/images/Darwin_00002943_person35_bacteria_178.png b/MendeleyCXR/images/Darwin_00002943_person35_bacteria_178.png new file mode 100644 index 0000000000000000000000000000000000000000..2bbaf41ed417e298139f8688e54c98ede058e667 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002943_person35_bacteria_178.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:965ed827321fe006278a8f109983fb18243d6792d0adbb810d6d44133aa84b35 +size 77121 diff --git a/MendeleyCXR/images/Darwin_00002944_person35_bacteria_180.png b/MendeleyCXR/images/Darwin_00002944_person35_bacteria_180.png new file mode 100644 index 0000000000000000000000000000000000000000..e343784cade449e54030f9a92155ef2f8b3492ce --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002944_person35_bacteria_180.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b165bf82158a603bf8fd185be1c35846d36144c67224e1274865702cde472dae +size 73007 diff --git a/MendeleyCXR/images/Darwin_00002945_person35_bacteria_181.png b/MendeleyCXR/images/Darwin_00002945_person35_bacteria_181.png new file mode 100644 index 0000000000000000000000000000000000000000..7223d24ac76f5627f2a6a1bbf374821d4a4b4241 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002945_person35_bacteria_181.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2b5e42432d54dc1acc5b9fc780bc2913c7a0401688285470dedcb565d8114d2 +size 68592 diff --git a/MendeleyCXR/images/Darwin_00002946_person36_bacteria_182.png b/MendeleyCXR/images/Darwin_00002946_person36_bacteria_182.png new file mode 100644 index 0000000000000000000000000000000000000000..d3cfbf413b41f791cc6388ec08faa9814895d966 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002946_person36_bacteria_182.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe8ebc937a4e25a7344a20fd820487aac028e345037201f688f5a48d281266a9 +size 72771 diff --git a/MendeleyCXR/images/Darwin_00002947_person36_bacteria_183.png b/MendeleyCXR/images/Darwin_00002947_person36_bacteria_183.png new file mode 100644 index 0000000000000000000000000000000000000000..e8515db71cfdcc19fc8e99d69ee756b4c1dd2d9e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002947_person36_bacteria_183.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85b8b0816997b53d770755a5d01358314c876b6d3c872d1a0b81313031cedd72 +size 68137 diff --git a/MendeleyCXR/images/Darwin_00002948_person36_bacteria_184.png b/MendeleyCXR/images/Darwin_00002948_person36_bacteria_184.png new file mode 100644 index 0000000000000000000000000000000000000000..20b061e4f61e940b19439fa04f629601b0a9d533 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002948_person36_bacteria_184.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41a7f6c5fcf6be9fc2e5072546a73dbfae25c31bab8ada112f553a5ccf9bb648 +size 70154 diff --git a/MendeleyCXR/images/Darwin_00002949_person36_bacteria_185.png b/MendeleyCXR/images/Darwin_00002949_person36_bacteria_185.png new file mode 100644 index 0000000000000000000000000000000000000000..4e055496192b60d259165d74b7508ea0a967058e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002949_person36_bacteria_185.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b75bf4934becab467607d339264306fc688d392609a0bff8af06b3317abe530 +size 72659 diff --git a/MendeleyCXR/images/Darwin_00002950_person37_bacteria_186.png b/MendeleyCXR/images/Darwin_00002950_person37_bacteria_186.png new file mode 100644 index 0000000000000000000000000000000000000000..8f31c2188691531b625be8e8a1d94f400528f6fc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002950_person37_bacteria_186.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0ec57eb8d7341a4864e2e6d1f24bb68bc9b7e8c20380d8d69f40778e1236004 +size 76462 diff --git a/MendeleyCXR/images/Darwin_00002951_person37_bacteria_187.png b/MendeleyCXR/images/Darwin_00002951_person37_bacteria_187.png new file mode 100644 index 0000000000000000000000000000000000000000..219e209066779dfde62211e4bd0b0da520067e95 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002951_person37_bacteria_187.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2f8c307c22f558e81877dd7d97161352f8bb3a5b8d210f8fac0bfdec0888d5c +size 69957 diff --git a/MendeleyCXR/images/Darwin_00002952_person37_bacteria_188.png b/MendeleyCXR/images/Darwin_00002952_person37_bacteria_188.png new file mode 100644 index 0000000000000000000000000000000000000000..d967c5a42c9354e74f3710b4766c399f472015b2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002952_person37_bacteria_188.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe5a50f3fb034f8f607daf828913de881ebb730fc9161db97d63d83fdf092d73 +size 67285 diff --git a/MendeleyCXR/images/Darwin_00002953_person37_bacteria_189.png b/MendeleyCXR/images/Darwin_00002953_person37_bacteria_189.png new file mode 100644 index 0000000000000000000000000000000000000000..22b95d91c8d60b83d0b64648ca15a413cd8eacdc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002953_person37_bacteria_189.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a70598bf7a7c1bf058a3738758be5b89dfa438f7fa9560a4ec5e77fd87556166 +size 74106 diff --git a/MendeleyCXR/images/Darwin_00002954_person38_bacteria_190.png b/MendeleyCXR/images/Darwin_00002954_person38_bacteria_190.png new file mode 100644 index 0000000000000000000000000000000000000000..08556dfe39df365938efe79696b4933cac684560 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002954_person38_bacteria_190.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08278823f7b6d577bae93e47556083bd10f6754e693b2edec2cfda7c805d855e +size 66106 diff --git a/MendeleyCXR/images/Darwin_00002955_person38_bacteria_191.png b/MendeleyCXR/images/Darwin_00002955_person38_bacteria_191.png new file mode 100644 index 0000000000000000000000000000000000000000..7210cf2c4eb7f40e361b0f9d863ca434d256a82b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002955_person38_bacteria_191.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cccb204ef0c74c64fc6c6acb41b9475f41afffe30431645c22922e3318a2271 +size 68911 diff --git a/MendeleyCXR/images/Darwin_00002956_person38_bacteria_192.png b/MendeleyCXR/images/Darwin_00002956_person38_bacteria_192.png new file mode 100644 index 0000000000000000000000000000000000000000..c6787d73955733d0eebcd765d25610bd5d64bd8d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002956_person38_bacteria_192.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b80bf590bc04dd9e5fd1daf65f2717157dea017e84aa6c1e455162dd74d95f37 +size 65901 diff --git a/MendeleyCXR/images/Darwin_00002957_person38_bacteria_193.png b/MendeleyCXR/images/Darwin_00002957_person38_bacteria_193.png new file mode 100644 index 0000000000000000000000000000000000000000..fd097fa6df2abe21b6479fafb6e450885d96e34c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002957_person38_bacteria_193.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e93910de3621ce4aaa9fe37185a79133f41b78199d99e87f868d6d8306efc444 +size 69246 diff --git a/MendeleyCXR/images/Darwin_00002958_person38_bacteria_194.png b/MendeleyCXR/images/Darwin_00002958_person38_bacteria_194.png new file mode 100644 index 0000000000000000000000000000000000000000..72c41b11698dd91625410ddc25c2f8deb4f3299a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002958_person38_bacteria_194.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ef3ada320ef5b478f6fb7b935a4c85a4e42a72611801d2b6b7a389ada7a6644 +size 70980 diff --git a/MendeleyCXR/images/Darwin_00002959_person38_bacteria_195.png b/MendeleyCXR/images/Darwin_00002959_person38_bacteria_195.png new file mode 100644 index 0000000000000000000000000000000000000000..1c883285e3a9756eb4f1999f8284cf7bf6b32042 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002959_person38_bacteria_195.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6edec5110aea9d99c8204ea5d47662245658f2561e8452eef8b81a71088f6fe3 +size 73581 diff --git a/MendeleyCXR/images/Darwin_00002960_person38_bacteria_196.png b/MendeleyCXR/images/Darwin_00002960_person38_bacteria_196.png new file mode 100644 index 0000000000000000000000000000000000000000..3ce5ac2b73be34f41ef8cd1e105342a5552eeecb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002960_person38_bacteria_196.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2068b7098229cef75560397f8cd0f0a71f121bc5310016b4d60ff74b4e032495 +size 78497 diff --git a/MendeleyCXR/images/Darwin_00002961_person327_bacteria_1508.png b/MendeleyCXR/images/Darwin_00002961_person327_bacteria_1508.png new file mode 100644 index 0000000000000000000000000000000000000000..8501f44e1032ecf7ffb226b6a130a1446633b3bb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002961_person327_bacteria_1508.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4e4167047d5e9f3494f13a6c2f9a98ed6bc06173d3749f5ae5d6be099ecd7c9 +size 67019 diff --git a/MendeleyCXR/images/Darwin_00002962_person327_bacteria_1509.png b/MendeleyCXR/images/Darwin_00002962_person327_bacteria_1509.png new file mode 100644 index 0000000000000000000000000000000000000000..e4d0e035168eaae05cec98befd7514934246db78 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002962_person327_bacteria_1509.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a7624bdd9f3e52940d8da9771bf4677e5914704684d94000dda7e07727ae265 +size 78249 diff --git a/MendeleyCXR/images/Darwin_00002963_person328_bacteria_1510.png b/MendeleyCXR/images/Darwin_00002963_person328_bacteria_1510.png new file mode 100644 index 0000000000000000000000000000000000000000..e80d06eb28af511661a459ee3bb159c2ef3db78f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002963_person328_bacteria_1510.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5bb1d6320c7169659199d3127194b28c0a449e3212898725919c865ef32807f +size 80297 diff --git a/MendeleyCXR/images/Darwin_00002964_person328_bacteria_1511.png b/MendeleyCXR/images/Darwin_00002964_person328_bacteria_1511.png new file mode 100644 index 0000000000000000000000000000000000000000..9b9f7050490c00c29e987e096fc72e4465c8d4f2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002964_person328_bacteria_1511.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:718d09ccf1e1cb9143500b477bcb91a12f7b618a0736e40183d06e6b2739022d +size 74765 diff --git a/MendeleyCXR/images/Darwin_00002965_person328_bacteria_1512.png b/MendeleyCXR/images/Darwin_00002965_person328_bacteria_1512.png new file mode 100644 index 0000000000000000000000000000000000000000..c58772149c89a722796c7e985f2d8674b9bdd608 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002965_person328_bacteria_1512.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:104409551ab3226ece17889d4102f99ab199c5fb2d270eefa309850fc5745f01 +size 67720 diff --git a/MendeleyCXR/images/Darwin_00002966_person328_bacteria_1513.png b/MendeleyCXR/images/Darwin_00002966_person328_bacteria_1513.png new file mode 100644 index 0000000000000000000000000000000000000000..c7d5cafe5e36ec161efdd58dd78e7eee15bfc670 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002966_person328_bacteria_1513.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5dae7ac4d40e3273df2fe0ab1cb8623ca0e0761fca7c92ed28f258b4d7d763f +size 74354 diff --git a/MendeleyCXR/images/Darwin_00002967_person328_bacteria_1514.png b/MendeleyCXR/images/Darwin_00002967_person328_bacteria_1514.png new file mode 100644 index 0000000000000000000000000000000000000000..cca03056a9257dd74fdcc4fdbfdb09cd52ab68a2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002967_person328_bacteria_1514.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e36f273715159560ad45f74a5d2f19c80c8be9b1e6277600afe0901312c412b +size 68194 diff --git a/MendeleyCXR/images/Darwin_00002968_person328_bacteria_1515.png b/MendeleyCXR/images/Darwin_00002968_person328_bacteria_1515.png new file mode 100644 index 0000000000000000000000000000000000000000..c127df39db491b410719894fad6ed8f69916cb05 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002968_person328_bacteria_1515.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f508ae43db01b54066b7b05c90f2be84ef4341b9aadd83aec0c4ab95b746f7e +size 83477 diff --git a/MendeleyCXR/images/Darwin_00002969_person331_bacteria_1526.png b/MendeleyCXR/images/Darwin_00002969_person331_bacteria_1526.png new file mode 100644 index 0000000000000000000000000000000000000000..6f0c77125b25957df06a0c79f8d78ec3127ab7ee --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002969_person331_bacteria_1526.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9abea42bc5f2ceddf36755f9a5fdd5eafaa25c33f9cd6e27d9829b7f2f11de1 +size 65107 diff --git a/MendeleyCXR/images/Darwin_00002970_person331_bacteria_1527.png b/MendeleyCXR/images/Darwin_00002970_person331_bacteria_1527.png new file mode 100644 index 0000000000000000000000000000000000000000..5e8b22c335a675a94e55a0763df9a353065d89c1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002970_person331_bacteria_1527.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de02d2b167a78ce1a522a8f88d3734e457b168ec08c62a67cb7f380e2a9d8e17 +size 74535 diff --git a/MendeleyCXR/images/Darwin_00002971_person331_bacteria_1528.png b/MendeleyCXR/images/Darwin_00002971_person331_bacteria_1528.png new file mode 100644 index 0000000000000000000000000000000000000000..69ae6166ce763739715c86f57c3427a22c990f4d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002971_person331_bacteria_1528.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9c281790837bcaa45f7736cf6d43cfcb98b2855171872876d715ac5a3d4c870 +size 72601 diff --git a/MendeleyCXR/images/Darwin_00002972_person331_bacteria_1529.png b/MendeleyCXR/images/Darwin_00002972_person331_bacteria_1529.png new file mode 100644 index 0000000000000000000000000000000000000000..fa0f72577da172a89cac7bc3b7cf2e37a35c0d70 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002972_person331_bacteria_1529.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d885c78b7a0070cf5b9980c8dedc08b24dec7a5b63ad1faa44afdcbe9b55a57 +size 67958 diff --git a/MendeleyCXR/images/Darwin_00002973_person331_bacteria_1530.png b/MendeleyCXR/images/Darwin_00002973_person331_bacteria_1530.png new file mode 100644 index 0000000000000000000000000000000000000000..4326a75488508e19acdae7ee3b0a914af7089902 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002973_person331_bacteria_1530.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39ca9ca0bf038addc31a081c4afff34c7ab3e7746f974f8d5ece8b03b6312f5b +size 68116 diff --git a/MendeleyCXR/images/Darwin_00002974_person332_bacteria_1531.png b/MendeleyCXR/images/Darwin_00002974_person332_bacteria_1531.png new file mode 100644 index 0000000000000000000000000000000000000000..f26bc7d984d41b565442a3d28bff448adb34fd8f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002974_person332_bacteria_1531.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8a3f1ffe4f703b4e31991f3e58b30b5b63e54247427ff00e977811b3ef68fc5 +size 67531 diff --git a/MendeleyCXR/images/Darwin_00002975_person332_bacteria_1533.png b/MendeleyCXR/images/Darwin_00002975_person332_bacteria_1533.png new file mode 100644 index 0000000000000000000000000000000000000000..05aebbc7ae6a83d95cf5e12f67572dce8d6b0c3d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002975_person332_bacteria_1533.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbfa04116830b74737a4e9ceffdb55b8aa86bff2cdcd7da7ad16ca574d602cad +size 68582 diff --git a/MendeleyCXR/images/Darwin_00002976_person332_bacteria_1534.png b/MendeleyCXR/images/Darwin_00002976_person332_bacteria_1534.png new file mode 100644 index 0000000000000000000000000000000000000000..30b3d2372cfc6e46f844f3e20d0e11fab1873463 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002976_person332_bacteria_1534.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7edc58e5a76bfb81e7c466ddb5d4a95375230d53fedb4fd6d231f08968933de7 +size 74809 diff --git a/MendeleyCXR/images/Darwin_00002977_person332_bacteria_1535.png b/MendeleyCXR/images/Darwin_00002977_person332_bacteria_1535.png new file mode 100644 index 0000000000000000000000000000000000000000..153f002d511b866c3d782f8f2c29ace85500b354 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002977_person332_bacteria_1535.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:571e926c3681f2cb762fe09c27636eb1137463d5d2d289b1903a97262b655751 +size 72432 diff --git a/MendeleyCXR/images/Darwin_00002978_person332_bacteria_1536.png b/MendeleyCXR/images/Darwin_00002978_person332_bacteria_1536.png new file mode 100644 index 0000000000000000000000000000000000000000..6458cd7382d93d67ee448428cb9ef2412a097728 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002978_person332_bacteria_1536.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2038593bfed9cd59face8a8302bfd9c32c358f10ba394ef917326e0cb232337 +size 75283 diff --git a/MendeleyCXR/images/Darwin_00002979_person332_bacteria_1537.png b/MendeleyCXR/images/Darwin_00002979_person332_bacteria_1537.png new file mode 100644 index 0000000000000000000000000000000000000000..835cbf518b186526882af79d0c836c747e8a8004 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002979_person332_bacteria_1537.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38cf41089812d5430d70aa30ed0e9543b2e6ee54b24da39e405b32ae1a5e49e0 +size 83567 diff --git a/MendeleyCXR/images/Darwin_00002980_person332_bacteria_1538.png b/MendeleyCXR/images/Darwin_00002980_person332_bacteria_1538.png new file mode 100644 index 0000000000000000000000000000000000000000..80e2a6ab4b97f4291010118674da16b552207e65 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002980_person332_bacteria_1538.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f19a813af47585ce8570bf614799e55546e8a132f7334f6779fb35d80b544e5d +size 79908 diff --git a/MendeleyCXR/images/Darwin_00002981_person333_bacteria_1539.png b/MendeleyCXR/images/Darwin_00002981_person333_bacteria_1539.png new file mode 100644 index 0000000000000000000000000000000000000000..5c410f1297a41f3e2495ead3c940ae1b1d01b4d0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002981_person333_bacteria_1539.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81e9d9565837581c7b4fe1130ce6b49dd27c465d72a23da193314361c3f5051e +size 73599 diff --git a/MendeleyCXR/images/Darwin_00002982_person333_bacteria_1540.png b/MendeleyCXR/images/Darwin_00002982_person333_bacteria_1540.png new file mode 100644 index 0000000000000000000000000000000000000000..35cba2e868781e7d9d09707507885a32564b22dd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002982_person333_bacteria_1540.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ec8f6d7e4d05b5820696bedf325a64524fac21e0f702916d5d88af20beae047 +size 78081 diff --git a/MendeleyCXR/images/Darwin_00002983_person334_bacteria_1541.png b/MendeleyCXR/images/Darwin_00002983_person334_bacteria_1541.png new file mode 100644 index 0000000000000000000000000000000000000000..59cda7ef8d82f1ae6c1f8adf9e63e6a8bf4dd2c9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002983_person334_bacteria_1541.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35d01a76f76037485520dc6287af950a69f79843e3c187be2699645d6a2f5743 +size 68190 diff --git a/MendeleyCXR/images/Darwin_00002984_person334_bacteria_1542.png b/MendeleyCXR/images/Darwin_00002984_person334_bacteria_1542.png new file mode 100644 index 0000000000000000000000000000000000000000..cec3245381e39cb9f9138fdfa3d527271f1fd29c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002984_person334_bacteria_1542.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:513686e15d78abb27f9017867a11e55ab3fd208601e9d1bc791561addcebf305 +size 74931 diff --git a/MendeleyCXR/images/Darwin_00002985_person334_bacteria_1544.png b/MendeleyCXR/images/Darwin_00002985_person334_bacteria_1544.png new file mode 100644 index 0000000000000000000000000000000000000000..c6bcc4cf7a603fc4af219955fd3a20121950af58 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002985_person334_bacteria_1544.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c6f9c89f4fc82ab9848fb1e28f70301005b90196d007526c76eb98a23e95640 +size 74373 diff --git a/MendeleyCXR/images/Darwin_00002986_person334_bacteria_1545.png b/MendeleyCXR/images/Darwin_00002986_person334_bacteria_1545.png new file mode 100644 index 0000000000000000000000000000000000000000..b7724fa84bfeb1fa3f6ecdc05dce96bda462fb5e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002986_person334_bacteria_1545.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6265d56b9dbccff9ec3f3863cd1010e2d008a3243fd8abec91007267556db7d4 +size 85015 diff --git a/MendeleyCXR/images/Darwin_00002987_person336_bacteria_1548.png b/MendeleyCXR/images/Darwin_00002987_person336_bacteria_1548.png new file mode 100644 index 0000000000000000000000000000000000000000..08d37360c49baba2c5f4efaa89551753c569be77 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002987_person336_bacteria_1548.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:843b0e1c8e798ecc08fd06b7e084a6e26da5ae0744ec062e4aa789dd03535fd4 +size 65625 diff --git a/MendeleyCXR/images/Darwin_00002988_person336_bacteria_1549.png b/MendeleyCXR/images/Darwin_00002988_person336_bacteria_1549.png new file mode 100644 index 0000000000000000000000000000000000000000..2ea3a29599a205ad9d13fa4e6c40fc0d38073871 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002988_person336_bacteria_1549.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51fd65d1c286581d19c9722223b3f469556ca81343eaa720bc4fae06335d8593 +size 69801 diff --git a/MendeleyCXR/images/Darwin_00002989_person336_bacteria_1550.png b/MendeleyCXR/images/Darwin_00002989_person336_bacteria_1550.png new file mode 100644 index 0000000000000000000000000000000000000000..b0c72aa54878f04829781248d85c82c78cc9d99c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002989_person336_bacteria_1550.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb323e351db9c988cd9570d70ad642f5506201b364ceb531c7e77bbb0f496efe +size 69955 diff --git a/MendeleyCXR/images/Darwin_00002990_person336_bacteria_1551.png b/MendeleyCXR/images/Darwin_00002990_person336_bacteria_1551.png new file mode 100644 index 0000000000000000000000000000000000000000..ddd9d41b63075905fe658d962884fab0938272b1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002990_person336_bacteria_1551.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e55a8b88ef6e3bb21b3b9777171afc0bbc1f0f164718fd3805175b08bd225d91 +size 68152 diff --git a/MendeleyCXR/images/Darwin_00002991_person336_bacteria_1552.png b/MendeleyCXR/images/Darwin_00002991_person336_bacteria_1552.png new file mode 100644 index 0000000000000000000000000000000000000000..b1c20f5e726aecb843d13565efd786fec5108c31 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002991_person336_bacteria_1552.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad9902c1a86c525dc243b409ba9046747571e1d72892a20db8b843812af3389a +size 69831 diff --git a/MendeleyCXR/images/Darwin_00002992_person336_bacteria_1553.png b/MendeleyCXR/images/Darwin_00002992_person336_bacteria_1553.png new file mode 100644 index 0000000000000000000000000000000000000000..f8cb26b5c5477c9ac1406e26f40e3149b6aba52d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002992_person336_bacteria_1553.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c88f53a1ba23ee68928f2590a19b5dc96004c1de44d0d546cbc7ce875c1dcc0b +size 65184 diff --git a/MendeleyCXR/images/Darwin_00002993_person337_bacteria_1554.png b/MendeleyCXR/images/Darwin_00002993_person337_bacteria_1554.png new file mode 100644 index 0000000000000000000000000000000000000000..f9c5466bbed8f3e296ecae15c8a1fb8d4ab683de --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002993_person337_bacteria_1554.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5545bd3276f0ac1ba97104694c41a4bd80e65e1c586571ce4551da53cd9e8ef5 +size 73023 diff --git a/MendeleyCXR/images/Darwin_00002994_person337_bacteria_1557.png b/MendeleyCXR/images/Darwin_00002994_person337_bacteria_1557.png new file mode 100644 index 0000000000000000000000000000000000000000..a6e2b499abc328a0b4687a0d5449ba0cb73eb3e6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002994_person337_bacteria_1557.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cbdaa26c9f994a7233b9f458b17080e98513dc71c282008b75570416e2ddf17 +size 69692 diff --git a/MendeleyCXR/images/Darwin_00002995_person337_bacteria_1558.png b/MendeleyCXR/images/Darwin_00002995_person337_bacteria_1558.png new file mode 100644 index 0000000000000000000000000000000000000000..4fd0aa141212c4830a7d988941ccb746bb3248be --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002995_person337_bacteria_1558.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d88680e95daba6faecc34cd8b519ba13eb3b37b3ffd0a40ad8128009a0eba14a +size 69881 diff --git a/MendeleyCXR/images/Darwin_00002996_person337_bacteria_1560.png b/MendeleyCXR/images/Darwin_00002996_person337_bacteria_1560.png new file mode 100644 index 0000000000000000000000000000000000000000..de890c39a1ef8447d8cd4a1b7e4a7eed972d0c63 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002996_person337_bacteria_1560.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21597b6d8cc7111a44a6a231dcc517812a8959e30e47d3d82c483814c3094924 +size 68296 diff --git a/MendeleyCXR/images/Darwin_00002997_person337_bacteria_1561.png b/MendeleyCXR/images/Darwin_00002997_person337_bacteria_1561.png new file mode 100644 index 0000000000000000000000000000000000000000..278167be1e2c7ff03fa31acc5b93fcf9d353490d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002997_person337_bacteria_1561.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bde945e62ba749d86296268b8ea6e7685be490d9d2480f703a6826383bc443c9 +size 71025 diff --git a/MendeleyCXR/images/Darwin_00002998_person337_bacteria_1562.png b/MendeleyCXR/images/Darwin_00002998_person337_bacteria_1562.png new file mode 100644 index 0000000000000000000000000000000000000000..85b050be013530cdab054d20c13e0eecbf82ca27 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002998_person337_bacteria_1562.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9067f1aa1991221b7dac60c3946d6ebf324ab4b452476d0eff750cfee7e348c4 +size 68649 diff --git a/MendeleyCXR/images/Darwin_00002999_person337_bacteria_1563.png b/MendeleyCXR/images/Darwin_00002999_person337_bacteria_1563.png new file mode 100644 index 0000000000000000000000000000000000000000..c7e44d7fd192fe860bf948a14c1ad12f586bedc2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00002999_person337_bacteria_1563.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30287cf0056b183cdb3418e7bc0c197f0a33839d990d1e9181723f369aa541a5 +size 64622 diff --git a/MendeleyCXR/images/Darwin_00003000_person337_bacteria_1564.png b/MendeleyCXR/images/Darwin_00003000_person337_bacteria_1564.png new file mode 100644 index 0000000000000000000000000000000000000000..4ea5e8c66056d1a257c806d708f52af8b7722b32 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003000_person337_bacteria_1564.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39f0d41789ca419fe143bd52db9882e3507f232262dbfeec604e66f15410b46d +size 75297 diff --git a/MendeleyCXR/images/Darwin_00003001_person337_bacteria_1565.png b/MendeleyCXR/images/Darwin_00003001_person337_bacteria_1565.png new file mode 100644 index 0000000000000000000000000000000000000000..bff5302b0496727ba287d717ed05e987cfddb904 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003001_person337_bacteria_1565.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ee038074d0ad191559a5c491c36dc1752ce3f7528f39c9a8a3489b1ec52476f +size 74943 diff --git a/MendeleyCXR/images/Darwin_00003002_person337_bacteria_1566.png b/MendeleyCXR/images/Darwin_00003002_person337_bacteria_1566.png new file mode 100644 index 0000000000000000000000000000000000000000..e05150792678d23e744a7476739b175eac6d10ba --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003002_person337_bacteria_1566.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5445491a22baceb298f52c0e2586b024db5acaa85c1d3997ac64a67e66dade65 +size 76997 diff --git a/MendeleyCXR/images/Darwin_00003003_person338_bacteria_1567.png b/MendeleyCXR/images/Darwin_00003003_person338_bacteria_1567.png new file mode 100644 index 0000000000000000000000000000000000000000..4078f2941f2f3aa56ffa3d3938ef96a5f6345ed7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003003_person338_bacteria_1567.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa600d4d206397fc6de4daab46419eeb8656d0c38bda16f18487af39c343a223 +size 71089 diff --git a/MendeleyCXR/images/Darwin_00003004_person338_bacteria_1568.png b/MendeleyCXR/images/Darwin_00003004_person338_bacteria_1568.png new file mode 100644 index 0000000000000000000000000000000000000000..e433ac80882a595a5daba14f2ff86765f836a570 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003004_person338_bacteria_1568.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:399d905b57b1c427577c75c906288a3df4b58d66c916d94f3c80b56aea59565c +size 71028 diff --git a/MendeleyCXR/images/Darwin_00003005_person339_bacteria_1572.png b/MendeleyCXR/images/Darwin_00003005_person339_bacteria_1572.png new file mode 100644 index 0000000000000000000000000000000000000000..4bc7c79c55fe6e04472833785c04c1cadfb32520 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003005_person339_bacteria_1572.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a80d14e14cf915db0ea063174cbc6e5b88a710bce45aace8f7e74cdfdb43d121 +size 66352 diff --git a/MendeleyCXR/images/Darwin_00003006_person339_bacteria_1573.png b/MendeleyCXR/images/Darwin_00003006_person339_bacteria_1573.png new file mode 100644 index 0000000000000000000000000000000000000000..04a904f3b479de2453bb225b28539a31d6237a46 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003006_person339_bacteria_1573.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc40bb3260c9fab77bc2d91a6cc81b63567388dac25099e5cd0efa9418643eb1 +size 72212 diff --git a/MendeleyCXR/images/Darwin_00003007_person339_bacteria_1574.png b/MendeleyCXR/images/Darwin_00003007_person339_bacteria_1574.png new file mode 100644 index 0000000000000000000000000000000000000000..eb066ad0e7162e8ac1c3e1777028c835628fa7dd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003007_person339_bacteria_1574.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:710d77ffe63130eb18c748b1dbd4fe1f25b6ddffce8bb9a6122422001183a9e7 +size 84017 diff --git a/MendeleyCXR/images/Darwin_00003008_person340_bacteria_1575.png b/MendeleyCXR/images/Darwin_00003008_person340_bacteria_1575.png new file mode 100644 index 0000000000000000000000000000000000000000..733e2f1b180512e248bc91aa1ee960ccba9af235 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003008_person340_bacteria_1575.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5928e514f4769742c74aea6da4f9786eaa045473940640e508c8bf6c2d3b8f72 +size 74242 diff --git a/MendeleyCXR/images/Darwin_00003009_person341_bacteria_1577.png b/MendeleyCXR/images/Darwin_00003009_person341_bacteria_1577.png new file mode 100644 index 0000000000000000000000000000000000000000..7d6cb80a3a27e4b7d768a193896b8c9b95022c70 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003009_person341_bacteria_1577.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3c6d6d61df4e92f22320be8668b813102a477d4105dc23b7b154de348710220 +size 78664 diff --git a/MendeleyCXR/images/Darwin_00003010_person343_bacteria_1583.png b/MendeleyCXR/images/Darwin_00003010_person343_bacteria_1583.png new file mode 100644 index 0000000000000000000000000000000000000000..e2c144499b2ef28b14a99acc165d65a1b345567b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003010_person343_bacteria_1583.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09fb363f83f794a256bf4993ceeb9b5f01d1233d7c910dd5c121020717e15222 +size 73269 diff --git a/MendeleyCXR/images/Darwin_00003011_person343_bacteria_1584.png b/MendeleyCXR/images/Darwin_00003011_person343_bacteria_1584.png new file mode 100644 index 0000000000000000000000000000000000000000..308f6fd7f5f6b3a2801d9fad208e2bf87be3ffaf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003011_person343_bacteria_1584.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6515da28511864d4ccf4c609646edb1b16ad904d6813562107877f343395804 +size 79452 diff --git a/MendeleyCXR/images/Darwin_00003012_person344_bacteria_1585.png b/MendeleyCXR/images/Darwin_00003012_person344_bacteria_1585.png new file mode 100644 index 0000000000000000000000000000000000000000..d4ca3505c6c0fe4d28f743364815d7af82342c93 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003012_person344_bacteria_1585.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f84d9151ba38ef1b6785c45ac137e010b6d49f9e0e643aa766221721f8bd554 +size 76943 diff --git a/MendeleyCXR/images/Darwin_00003013_person346_bacteria_1590.png b/MendeleyCXR/images/Darwin_00003013_person346_bacteria_1590.png new file mode 100644 index 0000000000000000000000000000000000000000..8cabd607c85ac8f57dcf9f9427921280b84c789b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003013_person346_bacteria_1590.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7044767768351e44aee3ae871acb437b40b8191fc84c08b54f5751f02a7af4c1 +size 71520 diff --git a/MendeleyCXR/images/Darwin_00003014_person347_bacteria_1594.png b/MendeleyCXR/images/Darwin_00003014_person347_bacteria_1594.png new file mode 100644 index 0000000000000000000000000000000000000000..697dce3ee1274173606c53dd7a00535cf85572bf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003014_person347_bacteria_1594.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2fe7f45ccd08f3a0846e12c6a06d9ba96c42413dcb7a811a44f2486126f03cd +size 74170 diff --git a/MendeleyCXR/images/Darwin_00003015_person347_bacteria_1595.png b/MendeleyCXR/images/Darwin_00003015_person347_bacteria_1595.png new file mode 100644 index 0000000000000000000000000000000000000000..d7f1992a897230a9f19189b973094ef7f6b5c107 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003015_person347_bacteria_1595.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85699bf9f420c01d3f47a344661e45aa04d155ad41dd5b288f308d3fa4d95918 +size 72587 diff --git a/MendeleyCXR/images/Darwin_00003016_person347_bacteria_1597.png b/MendeleyCXR/images/Darwin_00003016_person347_bacteria_1597.png new file mode 100644 index 0000000000000000000000000000000000000000..cf2fc4762ee4e9f50ff8feb0231a70c0a6013ae3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003016_person347_bacteria_1597.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e17117cf94437182106c67ff01aa1039b9ffe3c6acdb0a5e7555aef69c7d2931 +size 76655 diff --git a/MendeleyCXR/images/Darwin_00003017_person347_bacteria_1599.png b/MendeleyCXR/images/Darwin_00003017_person347_bacteria_1599.png new file mode 100644 index 0000000000000000000000000000000000000000..7c032bc7ed1df1545dd1f1a587168b29c0288a6e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003017_person347_bacteria_1599.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eb98c5654a3ee098a7ec6244754eca2a53a94ffb4301bde53282f7fc3243cb4 +size 75409 diff --git a/MendeleyCXR/images/Darwin_00003018_person348_bacteria_1601.png b/MendeleyCXR/images/Darwin_00003018_person348_bacteria_1601.png new file mode 100644 index 0000000000000000000000000000000000000000..108bc025ef2d5ee1e0a37b49b7c4586b41136c1e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003018_person348_bacteria_1601.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f921d28ba687368983d0e6d403e59f1fd850de3936aecb437b912150f6f856ba +size 68192 diff --git a/MendeleyCXR/images/Darwin_00003019_person348_bacteria_1602.png b/MendeleyCXR/images/Darwin_00003019_person348_bacteria_1602.png new file mode 100644 index 0000000000000000000000000000000000000000..df6630df31bb09739ecd8a48abce9f345e3409fe --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003019_person348_bacteria_1602.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b356827f506792a2c96412b4af41e358cf5d6d34ba21a1a022771eec0f4f1a36 +size 70088 diff --git a/MendeleyCXR/images/Darwin_00003020_person348_bacteria_1603.png b/MendeleyCXR/images/Darwin_00003020_person348_bacteria_1603.png new file mode 100644 index 0000000000000000000000000000000000000000..1c817a68f8503d49add11e92da0c0cfc67ca963a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003020_person348_bacteria_1603.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:157a4f3bf7b7b3bd91a0b74ccd4cb5ebd619da15f0f4063bdba41906ece526b0 +size 73712 diff --git a/MendeleyCXR/images/Darwin_00003021_person348_bacteria_1604.png b/MendeleyCXR/images/Darwin_00003021_person348_bacteria_1604.png new file mode 100644 index 0000000000000000000000000000000000000000..ba362f65cde2842e4b982aa0144c88b5ab67e4d3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003021_person348_bacteria_1604.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0c4cb4e55594aa701e8bd83a522df9a1d27907308ca7df5d21e3da2f41dd303 +size 78060 diff --git a/MendeleyCXR/images/Darwin_00003022_person349_bacteria_1605.png b/MendeleyCXR/images/Darwin_00003022_person349_bacteria_1605.png new file mode 100644 index 0000000000000000000000000000000000000000..b10fe39190b0bf24857730fa5eb27a4eec67349e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003022_person349_bacteria_1605.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5684042ec282096de087c347e7579607b69f9cdfd75fd08a658937d1deb62710 +size 70035 diff --git a/MendeleyCXR/images/Darwin_00003023_person349_bacteria_1606.png b/MendeleyCXR/images/Darwin_00003023_person349_bacteria_1606.png new file mode 100644 index 0000000000000000000000000000000000000000..6741737f6272cfa258f848b3828b65253c72783c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003023_person349_bacteria_1606.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aadbd156135d517994de94a372f4b76ab4e312eb9fe4a112a91d484f0d067027 +size 69629 diff --git a/MendeleyCXR/images/Darwin_00003024_person349_bacteria_1607.png b/MendeleyCXR/images/Darwin_00003024_person349_bacteria_1607.png new file mode 100644 index 0000000000000000000000000000000000000000..3b80ab189e09021196da5d5895988eba1a5fa4b5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003024_person349_bacteria_1607.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1c448f5ebbeff877f223bdec7cee346384dae715bcf056b0660398d01735db1 +size 73506 diff --git a/MendeleyCXR/images/Darwin_00003025_person351_bacteria_1617.png b/MendeleyCXR/images/Darwin_00003025_person351_bacteria_1617.png new file mode 100644 index 0000000000000000000000000000000000000000..149c6d9c17538629ce3fa36b81fa24a8fa5b81a1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003025_person351_bacteria_1617.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2feae5b6999bf47aa29b0d428548ca3e9a57787306ca1979e4ce4af05c84ebe1 +size 72515 diff --git a/MendeleyCXR/images/Darwin_00003026_person351_bacteria_1619.png b/MendeleyCXR/images/Darwin_00003026_person351_bacteria_1619.png new file mode 100644 index 0000000000000000000000000000000000000000..b93854a04188c6de66569fd636d5b3f0904470e3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003026_person351_bacteria_1619.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2bd39a2fe9bd4515564df0ca9d60147a8c5eb55f7d68dc4e033c7e04aec753e +size 75149 diff --git a/MendeleyCXR/images/Darwin_00003027_person351_bacteria_1620.png b/MendeleyCXR/images/Darwin_00003027_person351_bacteria_1620.png new file mode 100644 index 0000000000000000000000000000000000000000..26b8a68c34072c8ff6662b24ff631a2d9659eb42 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003027_person351_bacteria_1620.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f3ec38f8947d941f7cec18f7a7bb642aee99b66cad77d8d24e1300e703b06de +size 70091 diff --git a/MendeleyCXR/images/Darwin_00003028_person351_bacteria_1621.png b/MendeleyCXR/images/Darwin_00003028_person351_bacteria_1621.png new file mode 100644 index 0000000000000000000000000000000000000000..933d3a3ac4b4f879b9268f6e650e6ed2097e12ab --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003028_person351_bacteria_1621.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1f9b4f1e5106c557d92a7ffd58b150186f55e12faf828e2b439567ed2d18051 +size 74812 diff --git a/MendeleyCXR/images/Darwin_00003029_person351_bacteria_1622.png b/MendeleyCXR/images/Darwin_00003029_person351_bacteria_1622.png new file mode 100644 index 0000000000000000000000000000000000000000..c0d62ddcd357cbe820c2cfea75048b6ced509bbc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003029_person351_bacteria_1622.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:152138ad2eb82ce7964bc3bb2ddd88abac07182c6cd141b5a75630336f73a7bd +size 72122 diff --git a/MendeleyCXR/images/Darwin_00003030_person351_bacteria_1623.png b/MendeleyCXR/images/Darwin_00003030_person351_bacteria_1623.png new file mode 100644 index 0000000000000000000000000000000000000000..82c335ee347a83a32a6b78d1a49ddb52e07a2510 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003030_person351_bacteria_1623.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:481603b4322e34b6bd81c05a9c592b804f46755d9b65ab618bf806324521238b +size 71506 diff --git a/MendeleyCXR/images/Darwin_00003031_person351_bacteria_1624.png b/MendeleyCXR/images/Darwin_00003031_person351_bacteria_1624.png new file mode 100644 index 0000000000000000000000000000000000000000..843e048f8b8c2aaa05ce5014644b7de8f40f7b12 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003031_person351_bacteria_1624.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b253f70c604d3680f2870d87c5d683f1d47fffa7ca0e65ae272022ea2cb54ac7 +size 67432 diff --git a/MendeleyCXR/images/Darwin_00003032_person352_bacteria_1625.png b/MendeleyCXR/images/Darwin_00003032_person352_bacteria_1625.png new file mode 100644 index 0000000000000000000000000000000000000000..5f5784aa1261ea5988c92c753e63b2b7b985333f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003032_person352_bacteria_1625.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90d8ec80ca52d25a1c0f9d82c7a94de46adf27a1de99cc71c14c826a661fb5d9 +size 67888 diff --git a/MendeleyCXR/images/Darwin_00003033_person353_bacteria_1626.png b/MendeleyCXR/images/Darwin_00003033_person353_bacteria_1626.png new file mode 100644 index 0000000000000000000000000000000000000000..9388b719da733443336ea17d5036fbadb61b2197 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003033_person353_bacteria_1626.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06d290d6a10df38b55eae536dfde9fb8ab77178c4c0407e4a8cc013341f7b311 +size 62464 diff --git a/MendeleyCXR/images/Darwin_00003034_person353_bacteria_1628.png b/MendeleyCXR/images/Darwin_00003034_person353_bacteria_1628.png new file mode 100644 index 0000000000000000000000000000000000000000..9b4433a3d707442a2053706fb92114c00e933c7c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003034_person353_bacteria_1628.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c03590c0fa534f36f5cd6d8fa56de86982b0f0fb9b7d1255149a532a844858bb +size 71244 diff --git a/MendeleyCXR/images/Darwin_00003037_person354_bacteria_1634.png b/MendeleyCXR/images/Darwin_00003037_person354_bacteria_1634.png new file mode 100644 index 0000000000000000000000000000000000000000..21335c625e06bb39ce18cf64a171ae59d96eb6be --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003037_person354_bacteria_1634.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5377968f8484d0b911672d94a2c29f1c2790d105616d120571d1efe69377804f +size 73501 diff --git a/MendeleyCXR/images/Darwin_00003039_person355_bacteria_1637.png b/MendeleyCXR/images/Darwin_00003039_person355_bacteria_1637.png new file mode 100644 index 0000000000000000000000000000000000000000..53184b3f5c7d9be0ce9f6db174468226c7b98514 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003039_person355_bacteria_1637.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76750fcb4bb8ed80a1fb6fe6b3ee429da40e82ca62a94d34a62ffafc3d207784 +size 76959 diff --git a/MendeleyCXR/images/Darwin_00003040_person356_bacteria_1638.png b/MendeleyCXR/images/Darwin_00003040_person356_bacteria_1638.png new file mode 100644 index 0000000000000000000000000000000000000000..cbdef94efc836755d995bae03d9f9ac345367978 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003040_person356_bacteria_1638.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d174a3b7f6fe8413695be534ce48216430eb52495bcae9e5b6bb2af9a92b6619 +size 76533 diff --git a/MendeleyCXR/images/Darwin_00003041_person357_bacteria_1639.png b/MendeleyCXR/images/Darwin_00003041_person357_bacteria_1639.png new file mode 100644 index 0000000000000000000000000000000000000000..69ff1890b714e274c7b5a2929fe9fd2610c70d0d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003041_person357_bacteria_1639.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e132e5646e6ac34b0da27dfe8d94f5c639f3e9476e193a0ad0f606d8036fb740 +size 78530 diff --git a/MendeleyCXR/images/Darwin_00003042_person357_bacteria_1640.png b/MendeleyCXR/images/Darwin_00003042_person357_bacteria_1640.png new file mode 100644 index 0000000000000000000000000000000000000000..24783bf4fd4f011d370c3161c0f54d16eae66f6e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003042_person357_bacteria_1640.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a34e69a389720fa2ed09391356f6112e0624aebb27479e2a112a4a8f87d20f5 +size 71844 diff --git a/MendeleyCXR/images/Darwin_00003043_person359_bacteria_1642.png b/MendeleyCXR/images/Darwin_00003043_person359_bacteria_1642.png new file mode 100644 index 0000000000000000000000000000000000000000..8291a0052163e9529c4d1fed4f4b14a27556e03a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003043_person359_bacteria_1642.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90071ca679635edf47b48a57c78b3f50f7717fdf171d0da605623404916f3fd2 +size 75594 diff --git a/MendeleyCXR/images/Darwin_00003044_person359_bacteria_1643.png b/MendeleyCXR/images/Darwin_00003044_person359_bacteria_1643.png new file mode 100644 index 0000000000000000000000000000000000000000..839182b3307dc0a71b630901d307e830ddffb332 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003044_person359_bacteria_1643.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0845424da3b35a98fde7ee02adcd91fba91f69c81c8e1b291ead0c77612a5f4 +size 72201 diff --git a/MendeleyCXR/images/Darwin_00003045_person359_bacteria_1644.png b/MendeleyCXR/images/Darwin_00003045_person359_bacteria_1644.png new file mode 100644 index 0000000000000000000000000000000000000000..5ef5521c579327edee4ae04a7542b1ed5bb350f5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003045_person359_bacteria_1644.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:786436e285e96cbc1de2dd14d8a88acf7253c1d4cd6aedd0cbf97b623fc9ab1b +size 77749 diff --git a/MendeleyCXR/images/Darwin_00003046_person359_bacteria_1645.png b/MendeleyCXR/images/Darwin_00003046_person359_bacteria_1645.png new file mode 100644 index 0000000000000000000000000000000000000000..85db8aaa249167a8307a85aeb310b9251fee0b9a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003046_person359_bacteria_1645.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df1a4dc540387fd355693cad2e064bb8926d9d4a719a5b14bc339d4914d51abe +size 65207 diff --git a/MendeleyCXR/images/Darwin_00003047_person359_bacteria_1646.png b/MendeleyCXR/images/Darwin_00003047_person359_bacteria_1646.png new file mode 100644 index 0000000000000000000000000000000000000000..435dd6600fba2c2b9a2255722f182a68db16eeda --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003047_person359_bacteria_1646.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aa84270644402e55154c0ae17dbb73b696e3063d6661a8837595dc41e21f45b +size 67924 diff --git a/MendeleyCXR/images/Darwin_00003048_person360_bacteria_1647.png b/MendeleyCXR/images/Darwin_00003048_person360_bacteria_1647.png new file mode 100644 index 0000000000000000000000000000000000000000..d33712fa370c652251ae8cfe775212f33a1bf390 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003048_person360_bacteria_1647.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87b24b7a6a7ed81aeb0804428f5868bbd490b6ec854b18e4edd38a2fab3fe81d +size 72989 diff --git a/MendeleyCXR/images/Darwin_00003049_person361_bacteria_1651.png b/MendeleyCXR/images/Darwin_00003049_person361_bacteria_1651.png new file mode 100644 index 0000000000000000000000000000000000000000..671c4bfec6ff0910f5f2a1fab3f091db22dcb895 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003049_person361_bacteria_1651.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd90e310a4984d2329faf0a4cb0d64d5ff6a41e80b4aec450cbeb09de18cf1dd +size 69248 diff --git a/MendeleyCXR/images/Darwin_00003050_person362_bacteria_1652.png b/MendeleyCXR/images/Darwin_00003050_person362_bacteria_1652.png new file mode 100644 index 0000000000000000000000000000000000000000..22f2bfc4bf6090f02141cb5a3bf970bdb638e661 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003050_person362_bacteria_1652.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe429d9797a14fdd324b696c15b44d9446987d740a3aaf158dedae9da50591f3 +size 77812 diff --git a/MendeleyCXR/images/Darwin_00003051_person363_bacteria_1653.png b/MendeleyCXR/images/Darwin_00003051_person363_bacteria_1653.png new file mode 100644 index 0000000000000000000000000000000000000000..be3f4a1315d8c3b56bddec6257853a4ed9a2f36e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003051_person363_bacteria_1653.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bd6e8bc8ff7f7850d76d84acb5ff8778f151400621e49378052384a5ee732f5 +size 72683 diff --git a/MendeleyCXR/images/Darwin_00003052_person363_bacteria_1654.png b/MendeleyCXR/images/Darwin_00003052_person363_bacteria_1654.png new file mode 100644 index 0000000000000000000000000000000000000000..7288437a629e31ad4cd76d52b8f48b8778c481f4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003052_person363_bacteria_1654.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:129ed49d37f701546439a9f3c72632fbc3358bd011c04d2177d56915fdda0639 +size 83086 diff --git a/MendeleyCXR/images/Darwin_00003053_person363_bacteria_1655.png b/MendeleyCXR/images/Darwin_00003053_person363_bacteria_1655.png new file mode 100644 index 0000000000000000000000000000000000000000..c86106ecb9f54199de1e51829f117b74cd6ca85b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003053_person363_bacteria_1655.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04ab2bec709484e24423613dc56f5e4b4ade37c75cd42ac6c78dc478bed16510 +size 75178 diff --git a/MendeleyCXR/images/Darwin_00003054_person364_bacteria_1656.png b/MendeleyCXR/images/Darwin_00003054_person364_bacteria_1656.png new file mode 100644 index 0000000000000000000000000000000000000000..f8f39171d6709c42033c24c9a477ed7c9aad2fdb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003054_person364_bacteria_1656.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27ce72096013df1e22b19b5e0511dc5dac8ea1e08bcee66d9aaeca4563716fb7 +size 73754 diff --git a/MendeleyCXR/images/Darwin_00003055_person364_bacteria_1657.png b/MendeleyCXR/images/Darwin_00003055_person364_bacteria_1657.png new file mode 100644 index 0000000000000000000000000000000000000000..e0d656c8f5515cc795eda421a832ccda0ef87673 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003055_person364_bacteria_1657.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64e97ffc07d57eb263d9ab9a1dcb50d8854186d0faffe5efdc55ef013b4a4deb +size 67894 diff --git a/MendeleyCXR/images/Darwin_00003056_person364_bacteria_1658.png b/MendeleyCXR/images/Darwin_00003056_person364_bacteria_1658.png new file mode 100644 index 0000000000000000000000000000000000000000..e83d7f0f7d96579afd3a6751d9b3680a9f295375 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003056_person364_bacteria_1658.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:583850f82283509920430b56685b97aff001f0dab261dd9cb35345ce780ff3b4 +size 70004 diff --git a/MendeleyCXR/images/Darwin_00003057_person364_bacteria_1659.png b/MendeleyCXR/images/Darwin_00003057_person364_bacteria_1659.png new file mode 100644 index 0000000000000000000000000000000000000000..e7aebcc1e219bb74cf5b5952f2487b06d6d4537c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003057_person364_bacteria_1659.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e9a928a2b013fd6490d2905a35c13bbed2ebc4d8564469f969b8133f09577a5 +size 73168 diff --git a/MendeleyCXR/images/Darwin_00003058_person364_bacteria_1660.png b/MendeleyCXR/images/Darwin_00003058_person364_bacteria_1660.png new file mode 100644 index 0000000000000000000000000000000000000000..ed61fe30c588beede100e406b4326e35ac961218 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003058_person364_bacteria_1660.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3daf3240275c2eed35b7b542319349bde5583756ad5b43e63eca62b3130d073 +size 69457 diff --git a/MendeleyCXR/images/Darwin_00003059_person366_bacteria_1664.png b/MendeleyCXR/images/Darwin_00003059_person366_bacteria_1664.png new file mode 100644 index 0000000000000000000000000000000000000000..d726e364e3b5a28941365bee35db034310a5e732 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003059_person366_bacteria_1664.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:689ab37738d8ff0889540810b0fbafbea573ce0e22d8a01404bf72b6953229f7 +size 68364 diff --git a/MendeleyCXR/images/Darwin_00003060_person367_bacteria_1665.png b/MendeleyCXR/images/Darwin_00003060_person367_bacteria_1665.png new file mode 100644 index 0000000000000000000000000000000000000000..cc97f3894b6fb175f74eb97e2b5cd8774d0205a0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003060_person367_bacteria_1665.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7518f2e1a10d72d414e77af6ddde96a549b53cd397bc0ecda8eb1bf41029d6a4 +size 77568 diff --git a/MendeleyCXR/images/Darwin_00003061_person368_bacteria_1666.png b/MendeleyCXR/images/Darwin_00003061_person368_bacteria_1666.png new file mode 100644 index 0000000000000000000000000000000000000000..d3570635d52db334dc360d406a43570d71268e4c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003061_person368_bacteria_1666.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd67ecb272ec6e44ba67ff393ddde94b7805fa6794e285313c65603f03ff805c +size 72573 diff --git a/MendeleyCXR/images/Darwin_00003063_person368_bacteria_1668.png b/MendeleyCXR/images/Darwin_00003063_person368_bacteria_1668.png new file mode 100644 index 0000000000000000000000000000000000000000..b80713fe374899e751f7145c7835b02953a9013d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003063_person368_bacteria_1668.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79d8403e27f65058620dcbdbce34dcd8b23ae5c1890b5920a7435f7b8acb106d +size 73281 diff --git a/MendeleyCXR/images/Darwin_00003064_person368_bacteria_1672.png b/MendeleyCXR/images/Darwin_00003064_person368_bacteria_1672.png new file mode 100644 index 0000000000000000000000000000000000000000..d00fdfb6436fb3e0dc5fc3553ae508dc3e7b6fb3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003064_person368_bacteria_1672.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f107dfbcb185328883b94ead60b7e9ca5906b3f264cfdd8b2ab9ee5ea4b205a3 +size 68849 diff --git a/MendeleyCXR/images/Darwin_00003065_person368_bacteria_1678.png b/MendeleyCXR/images/Darwin_00003065_person368_bacteria_1678.png new file mode 100644 index 0000000000000000000000000000000000000000..5ea98abb5cefe3a656b08c337baac88c12f5263f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003065_person368_bacteria_1678.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f9021deb57d5e98c447a2cb6c1026ed42e3e8cd164b5b8c38c8ef38bcc10f56 +size 70665 diff --git a/MendeleyCXR/images/Darwin_00003067_person370_bacteria_1687.png b/MendeleyCXR/images/Darwin_00003067_person370_bacteria_1687.png new file mode 100644 index 0000000000000000000000000000000000000000..023643bf763ea5bedb41549b4811aa57129bb505 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003067_person370_bacteria_1687.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbb07c5a92cde8622314ca01bece6e69b740b665c45a2db08c6b2dbe7133473d +size 69341 diff --git a/MendeleyCXR/images/Darwin_00003068_person370_bacteria_1688.png b/MendeleyCXR/images/Darwin_00003068_person370_bacteria_1688.png new file mode 100644 index 0000000000000000000000000000000000000000..246e357d462804969f5fd336554c475a0107ad9d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003068_person370_bacteria_1688.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e54b4a02b7920594d32030c4c678dfc84389828a73821ab29ce79d4c2021158e +size 65726 diff --git a/MendeleyCXR/images/Darwin_00003069_person370_bacteria_1689.png b/MendeleyCXR/images/Darwin_00003069_person370_bacteria_1689.png new file mode 100644 index 0000000000000000000000000000000000000000..2fc03e2a65474ffffd93c670a482199b68d1919c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003069_person370_bacteria_1689.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b37546eae1dd228b406a81747972f296b1a28e958f6e542821ebb8b0ae57131 +size 71369 diff --git a/MendeleyCXR/images/Darwin_00003070_person370_bacteria_1690.png b/MendeleyCXR/images/Darwin_00003070_person370_bacteria_1690.png new file mode 100644 index 0000000000000000000000000000000000000000..d0653ddf42f9904369f314053e413d7c61b9a304 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003070_person370_bacteria_1690.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71f0e55691e7eb7bfec3e3007a03a34565a0c6cbb5e57f8abb5eb4b7f6f65bb5 +size 66799 diff --git a/MendeleyCXR/images/Darwin_00003071_person370_bacteria_1691.png b/MendeleyCXR/images/Darwin_00003071_person370_bacteria_1691.png new file mode 100644 index 0000000000000000000000000000000000000000..be862899fa4cc52fdf08f0f6eae2f300da4c73d2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003071_person370_bacteria_1691.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10f8d3da4cf839ecd96065302ca9880982842fdf222be774d5fec2cf2dd10cd8 +size 68517 diff --git a/MendeleyCXR/images/Darwin_00003072_person370_bacteria_1692.png b/MendeleyCXR/images/Darwin_00003072_person370_bacteria_1692.png new file mode 100644 index 0000000000000000000000000000000000000000..915542a683cf27044abfe038e1f944dbf117177a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003072_person370_bacteria_1692.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bbb576b42fef2afd0f84224104996c79944074d94317a1756624131da57e97b +size 70759 diff --git a/MendeleyCXR/images/Darwin_00003073_person371_bacteria_1694.png b/MendeleyCXR/images/Darwin_00003073_person371_bacteria_1694.png new file mode 100644 index 0000000000000000000000000000000000000000..7b47d35c04608fdda80e45a4d08c65186e303e06 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003073_person371_bacteria_1694.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85a5d3a77edd7c5818c7032898d2bbeeee53872ae37eaaddcbab412eac9e66c5 +size 69863 diff --git a/MendeleyCXR/images/Darwin_00003074_person371_bacteria_1695.png b/MendeleyCXR/images/Darwin_00003074_person371_bacteria_1695.png new file mode 100644 index 0000000000000000000000000000000000000000..7569044ac09b883162b9667a6bd42f91b9b1e45e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003074_person371_bacteria_1695.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bae3c423ec136ba46903d29b925f1c538b12c29de2500bec0534eded60fff922 +size 60554 diff --git a/MendeleyCXR/images/Darwin_00003075_person371_bacteria_1696.png b/MendeleyCXR/images/Darwin_00003075_person371_bacteria_1696.png new file mode 100644 index 0000000000000000000000000000000000000000..f66f2214d63b8ddf93a925774769d41f7c1a41db --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003075_person371_bacteria_1696.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23f546b9eb74501d469debcf270f69482503dc5f0c6930044bd2d7068f7a6584 +size 68192 diff --git a/MendeleyCXR/images/Darwin_00003076_person371_bacteria_1698.png b/MendeleyCXR/images/Darwin_00003076_person371_bacteria_1698.png new file mode 100644 index 0000000000000000000000000000000000000000..c6f404b7c15e73fa9f9ea5e971e20d8cd4d50f28 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003076_person371_bacteria_1698.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:086a4a941ed082eeecd108ca59afab3283611b685f8f06e8f119f7229107f532 +size 69844 diff --git a/MendeleyCXR/images/Darwin_00003077_person371_bacteria_1699.png b/MendeleyCXR/images/Darwin_00003077_person371_bacteria_1699.png new file mode 100644 index 0000000000000000000000000000000000000000..3b050d60dbbae214be0a0c767cbbb1a0637ad686 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003077_person371_bacteria_1699.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faac34db7997b27749635012310ffd9e54fdf8c90b5d3a119419b385266f0364 +size 67615 diff --git a/MendeleyCXR/images/Darwin_00003078_person371_bacteria_1700.png b/MendeleyCXR/images/Darwin_00003078_person371_bacteria_1700.png new file mode 100644 index 0000000000000000000000000000000000000000..75d8923a24c32d01bc4281bc2c61c23618adc3f6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003078_person371_bacteria_1700.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebff68164e3edaa2b112b634af0536b85598aa30353b7a90e1fdd0aa8bfd51a3 +size 64466 diff --git a/MendeleyCXR/images/Darwin_00003079_person371_bacteria_1701.png b/MendeleyCXR/images/Darwin_00003079_person371_bacteria_1701.png new file mode 100644 index 0000000000000000000000000000000000000000..3425f897c89f663cd8ffb5b0323f4d63d0bf077f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003079_person371_bacteria_1701.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bc14ad8992661bc59caaacea5467dd5b9196a425a876b48efd951807c27c31c +size 69089 diff --git a/MendeleyCXR/images/Darwin_00003080_person371_bacteria_1702.png b/MendeleyCXR/images/Darwin_00003080_person371_bacteria_1702.png new file mode 100644 index 0000000000000000000000000000000000000000..ee14e400eb68eda986566067ebee70532c8be1f2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003080_person371_bacteria_1702.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f405d0cba7881e3d4b3d3539d397911839e3b75336c33d5f0707e75daf727b1 +size 66909 diff --git a/MendeleyCXR/images/Darwin_00003081_person371_bacteria_1703.png b/MendeleyCXR/images/Darwin_00003081_person371_bacteria_1703.png new file mode 100644 index 0000000000000000000000000000000000000000..a5b0a2db2c088154ec0583bd26caccab09547233 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003081_person371_bacteria_1703.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:784549c419cafbc6d51fc69dc6c382935cb516ddf1493ddf7b7b05273d3b22e9 +size 67331 diff --git a/MendeleyCXR/images/Darwin_00003082_person372_bacteria_1704.png b/MendeleyCXR/images/Darwin_00003082_person372_bacteria_1704.png new file mode 100644 index 0000000000000000000000000000000000000000..4b74c038cad698eb5c319e1b4f38149e052cfca3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003082_person372_bacteria_1704.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb1ed2f2a70c6b93eccba89a45d2ee06990dd315ed9567d052993c7a8924ce2a +size 66890 diff --git a/MendeleyCXR/images/Darwin_00003083_person372_bacteria_1705.png b/MendeleyCXR/images/Darwin_00003083_person372_bacteria_1705.png new file mode 100644 index 0000000000000000000000000000000000000000..01408450e60c42a49701e308fc151e6c3123244d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003083_person372_bacteria_1705.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46acc0691e96bfa21f130939a84e490644776e206b114dd4cb6ea3e5f145a14b +size 68464 diff --git a/MendeleyCXR/images/Darwin_00003084_person372_bacteria_1706.png b/MendeleyCXR/images/Darwin_00003084_person372_bacteria_1706.png new file mode 100644 index 0000000000000000000000000000000000000000..e6b27f042d64534453c63d5e5e26be6ef0f0fe4f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003084_person372_bacteria_1706.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74f747defe8b13bc7af35774c5a4a8d66141cfa32a5a9a09732e460aa89b94e0 +size 74129 diff --git a/MendeleyCXR/images/Darwin_00003085_person373_bacteria_1707.png b/MendeleyCXR/images/Darwin_00003085_person373_bacteria_1707.png new file mode 100644 index 0000000000000000000000000000000000000000..36aa2cdad6c51a64013a378b8b20dfb0a28e2f6e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003085_person373_bacteria_1707.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dcd30785e7c499f99640797549a9a2afe3a1c51691b09cbc5437c4188ee46a3 +size 67998 diff --git a/MendeleyCXR/images/Darwin_00003086_person373_bacteria_1708.png b/MendeleyCXR/images/Darwin_00003086_person373_bacteria_1708.png new file mode 100644 index 0000000000000000000000000000000000000000..d17db4838b92e5f980ed564566d113c2dbfa5c9d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003086_person373_bacteria_1708.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dbd5bdf375303e6e5f7757dfd2737bb5e8ee671b97fd13018dbcf12a23ea9ba +size 68135 diff --git a/MendeleyCXR/images/Darwin_00003087_person373_bacteria_1709.png b/MendeleyCXR/images/Darwin_00003087_person373_bacteria_1709.png new file mode 100644 index 0000000000000000000000000000000000000000..0a88d3be1212cee373dcc748fec9d25e2c30db8d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003087_person373_bacteria_1709.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b53269994a2e76c486fc77d76d321326ab73a472e0548f19a85605f4e19052f9 +size 67851 diff --git a/MendeleyCXR/images/Darwin_00003089_person374_bacteria_1711.png b/MendeleyCXR/images/Darwin_00003089_person374_bacteria_1711.png new file mode 100644 index 0000000000000000000000000000000000000000..c0da0524ea1a941fc0b5c984c0583a5e201c832f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003089_person374_bacteria_1711.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e61aba6646e85eb844c8df6a837f4713f894fbe055826efab717d4087a3dcd5 +size 71220 diff --git a/MendeleyCXR/images/Darwin_00003090_person374_bacteria_1712.png b/MendeleyCXR/images/Darwin_00003090_person374_bacteria_1712.png new file mode 100644 index 0000000000000000000000000000000000000000..481c54aefc17b036d528854bb0c529d01e64606c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003090_person374_bacteria_1712.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75a369b0bc35b9c26c13840e4bb8e0f52277ce918b4ac6b3544ae6f18f30994f +size 72212 diff --git a/MendeleyCXR/images/Darwin_00003091_person375_bacteria_1713.png b/MendeleyCXR/images/Darwin_00003091_person375_bacteria_1713.png new file mode 100644 index 0000000000000000000000000000000000000000..3f949c2d02c96fe972a67488df6a1e5b7da73357 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003091_person375_bacteria_1713.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b273730670be3d798c91623a6a08f38da3c82c300937e8b08e8f6cb7cd63d6be +size 66861 diff --git a/MendeleyCXR/images/Darwin_00003092_person376_bacteria_1715.png b/MendeleyCXR/images/Darwin_00003092_person376_bacteria_1715.png new file mode 100644 index 0000000000000000000000000000000000000000..37b3035b5a72333dac281514347c64d1f1b2f7aa --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003092_person376_bacteria_1715.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a492144731507ab3705b7b61dd306c2aff738a97bc5c0efa0409420459efe409 +size 72119 diff --git a/MendeleyCXR/images/Darwin_00003093_person376_bacteria_1716.png b/MendeleyCXR/images/Darwin_00003093_person376_bacteria_1716.png new file mode 100644 index 0000000000000000000000000000000000000000..7a1114f958f01b28e334566ac9bd6aa3164b55dc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003093_person376_bacteria_1716.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18b34070c80e3178346f206f70b6be39626867a3952833580e7cf76cd7c764da +size 67740 diff --git a/MendeleyCXR/images/Darwin_00003094_person377_bacteria_1717.png b/MendeleyCXR/images/Darwin_00003094_person377_bacteria_1717.png new file mode 100644 index 0000000000000000000000000000000000000000..ec6c2b07d475c65ee654f471583ed843b5f0d2f4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003094_person377_bacteria_1717.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:872ec4361b14e05648d59cfe05207a9009ea34955605e29c5a7c107b69316b88 +size 74633 diff --git a/MendeleyCXR/images/Darwin_00003095_person377_bacteria_1718.png b/MendeleyCXR/images/Darwin_00003095_person377_bacteria_1718.png new file mode 100644 index 0000000000000000000000000000000000000000..c96c41f14898fde830fd3d14a8c7f16d4c9ff78d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003095_person377_bacteria_1718.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da6a49ed9c518820c42a9aecbc477931d194af0f2133bfdcb904cece9ce16235 +size 71434 diff --git a/MendeleyCXR/images/Darwin_00003096_person379_bacteria_1721.png b/MendeleyCXR/images/Darwin_00003096_person379_bacteria_1721.png new file mode 100644 index 0000000000000000000000000000000000000000..8dbfcb93c8f52f7bebbd9932bbd3eec9e42a970b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003096_person379_bacteria_1721.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7704d7dad5882a8ad06025c8bc60fc5562a73d7e69e7c64342ea8346aaadd59f +size 69161 diff --git a/MendeleyCXR/images/Darwin_00003097_person379_bacteria_1722.png b/MendeleyCXR/images/Darwin_00003097_person379_bacteria_1722.png new file mode 100644 index 0000000000000000000000000000000000000000..543fb30c7c9d3a19e4116864ee5cec8bdca12837 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003097_person379_bacteria_1722.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70a803250c988400fad87b77d1958b249c7fd68c1976bf0911a65a36c268d0d6 +size 79100 diff --git a/MendeleyCXR/images/Darwin_00003098_person381_bacteria_1730.png b/MendeleyCXR/images/Darwin_00003098_person381_bacteria_1730.png new file mode 100644 index 0000000000000000000000000000000000000000..0d2fdb6958b14ba41eef9d7f4303388d80b132bd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003098_person381_bacteria_1730.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f36ab92cad1eabe677267e1a8b94414cc5d1807f6ff52a8bc718034e04763ce8 +size 69918 diff --git a/MendeleyCXR/images/Darwin_00003099_person381_bacteria_1731.png b/MendeleyCXR/images/Darwin_00003099_person381_bacteria_1731.png new file mode 100644 index 0000000000000000000000000000000000000000..35d570f6951c4de85d5df09b357e081a3e85d3e7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003099_person381_bacteria_1731.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f44aba75fac9ee11644bc3237b1ac420a75d65b47e016f131efc428654251dfc +size 65233 diff --git a/MendeleyCXR/images/Darwin_00003100_person382_bacteria_1737.png b/MendeleyCXR/images/Darwin_00003100_person382_bacteria_1737.png new file mode 100644 index 0000000000000000000000000000000000000000..757742f8c4983acfe9f296acde423b4acc9d471f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003100_person382_bacteria_1737.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31b6c93d4fad398f2eb7f9e9ecf19303b4233ee212cb485f5c53e8a86d5e7b3a +size 69744 diff --git a/MendeleyCXR/images/Darwin_00003101_person382_bacteria_1738.png b/MendeleyCXR/images/Darwin_00003101_person382_bacteria_1738.png new file mode 100644 index 0000000000000000000000000000000000000000..6d307bdb8dbae99dfc6a8fbaf249492790cef5ce --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003101_person382_bacteria_1738.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7caf35d068b8e5f2d82d940efe1c168d7485c28d4b7a208ac4b4e2c591b21de7 +size 73847 diff --git a/MendeleyCXR/images/Darwin_00003102_person382_bacteria_1739.png b/MendeleyCXR/images/Darwin_00003102_person382_bacteria_1739.png new file mode 100644 index 0000000000000000000000000000000000000000..01866f89af26a7cbea65c70f78866742c4159dcb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003102_person382_bacteria_1739.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:768d6b4c946de479af683c507707e6e32f59fbecb0fd1d7423fdc17b0c4493e8 +size 69030 diff --git a/MendeleyCXR/images/Darwin_00003103_person382_bacteria_1740.png b/MendeleyCXR/images/Darwin_00003103_person382_bacteria_1740.png new file mode 100644 index 0000000000000000000000000000000000000000..f61f4bc81cc8f687158c3e1fdccacf1dc1c2b43b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003103_person382_bacteria_1740.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:211611152ee1296d2d617ffc54c2a9569837426e2c845d56b60453c7a9b95fe6 +size 74023 diff --git a/MendeleyCXR/images/Darwin_00003104_person382_bacteria_1741.png b/MendeleyCXR/images/Darwin_00003104_person382_bacteria_1741.png new file mode 100644 index 0000000000000000000000000000000000000000..62ec37b920748eb3eb36601c1c2b3da8eef96c0a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003104_person382_bacteria_1741.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04e9bdb9de14d4ca9850eddc5e8c3e5ac5dab098afdd4ecabf956b80fe2f5d9c +size 73863 diff --git a/MendeleyCXR/images/Darwin_00003105_person382_bacteria_1742.png b/MendeleyCXR/images/Darwin_00003105_person382_bacteria_1742.png new file mode 100644 index 0000000000000000000000000000000000000000..923540d9411e08f13ec3f2ec679bffffb3969bdb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003105_person382_bacteria_1742.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e306c8beb72fe8a7987e1b5f311617080a1009499924428c63400df02f053461 +size 74102 diff --git a/MendeleyCXR/images/Darwin_00003106_person382_bacteria_1745.png b/MendeleyCXR/images/Darwin_00003106_person382_bacteria_1745.png new file mode 100644 index 0000000000000000000000000000000000000000..4465cebab2450487c7de4563866ac39916a3764a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003106_person382_bacteria_1745.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:472dbf9eb25b336b1650055ef29d01a77962c9c9a12a6346e26f46a3c095f59f +size 67767 diff --git a/MendeleyCXR/images/Darwin_00003107_person382_bacteria_1746.png b/MendeleyCXR/images/Darwin_00003107_person382_bacteria_1746.png new file mode 100644 index 0000000000000000000000000000000000000000..e3d9c6de940f2cc7addd5c21d851f3c9da606b9a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003107_person382_bacteria_1746.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a283641501254174e5bc4bb56c9006402733cb565891ad474fc74ad052985780 +size 73104 diff --git a/MendeleyCXR/images/Darwin_00003108_person383_bacteria_1747.png b/MendeleyCXR/images/Darwin_00003108_person383_bacteria_1747.png new file mode 100644 index 0000000000000000000000000000000000000000..26e8c7d67d4509659d187c304d12b883e5a83c69 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003108_person383_bacteria_1747.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee5194725bccfb1e3599d60a762e1ce6fc4256165384465bea4ebead901ef5b8 +size 71774 diff --git a/MendeleyCXR/images/Darwin_00003109_person383_bacteria_1748.png b/MendeleyCXR/images/Darwin_00003109_person383_bacteria_1748.png new file mode 100644 index 0000000000000000000000000000000000000000..3b804aaa710f221418746da1f560afbb39551b0a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003109_person383_bacteria_1748.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ece7dc8616824289e54d141c5468f9419f4ab97d3078871c492dc184c554f08 +size 71544 diff --git a/MendeleyCXR/images/Darwin_00003110_person383_bacteria_1749.png b/MendeleyCXR/images/Darwin_00003110_person383_bacteria_1749.png new file mode 100644 index 0000000000000000000000000000000000000000..f4d16d7ad20cda06a27af05b75b508108cc256ce --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003110_person383_bacteria_1749.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22cf7efb283636bfd6ce81c9d3fca528c568fdd2650d2f68fb6b552de697209e +size 71531 diff --git a/MendeleyCXR/images/Darwin_00003111_person383_bacteria_1750.png b/MendeleyCXR/images/Darwin_00003111_person383_bacteria_1750.png new file mode 100644 index 0000000000000000000000000000000000000000..ae62198f0f0ab1d0e019d950682c0d01c3c7a705 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003111_person383_bacteria_1750.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ded16d65d7c26307dfac13240e25966383ec92252d1922ef9bf9798a6be16f31 +size 66949 diff --git a/MendeleyCXR/images/Darwin_00003112_person383_bacteria_1751.png b/MendeleyCXR/images/Darwin_00003112_person383_bacteria_1751.png new file mode 100644 index 0000000000000000000000000000000000000000..194350d7269a827a603e5e2db1b1f3311cc244e5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003112_person383_bacteria_1751.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a0e0e08fed73659d006089e91fe50b43276862bd16654bcb9d788df5c3403d7 +size 72648 diff --git a/MendeleyCXR/images/Darwin_00003113_person383_bacteria_1752.png b/MendeleyCXR/images/Darwin_00003113_person383_bacteria_1752.png new file mode 100644 index 0000000000000000000000000000000000000000..c4cf4db9f1981f1c83c6fcf4474d58c80a794076 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003113_person383_bacteria_1752.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b7312f72649386050a3ef4e21047edfaac78799b0016b76874b98fc78814bd8 +size 71294 diff --git a/MendeleyCXR/images/Darwin_00003114_person383_bacteria_1753.png b/MendeleyCXR/images/Darwin_00003114_person383_bacteria_1753.png new file mode 100644 index 0000000000000000000000000000000000000000..95d44157b38dbecaf90d8d6972e356b78f190929 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003114_person383_bacteria_1753.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b810d8702d1e395f0b9a67caacbcfa32decef23fa89787e082d20d96d9306f47 +size 71809 diff --git a/MendeleyCXR/images/Darwin_00003115_person383_bacteria_1754.png b/MendeleyCXR/images/Darwin_00003115_person383_bacteria_1754.png new file mode 100644 index 0000000000000000000000000000000000000000..889575d15477f50df42c6fd6a39418a60d1ef884 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003115_person383_bacteria_1754.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dbdf6c2a131f72fee2cab46fd1d97bae6fe2d8f6f88bbd8bbc54d1414b1d47e +size 72062 diff --git a/MendeleyCXR/images/Darwin_00003116_person384_bacteria_1755.png b/MendeleyCXR/images/Darwin_00003116_person384_bacteria_1755.png new file mode 100644 index 0000000000000000000000000000000000000000..abad315361a230e0d183496254feb717102c7713 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003116_person384_bacteria_1755.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28eb157cfbb776644bb6eebd8d769b6a13dbc73697115d432f83d2ad644106ba +size 78234 diff --git a/MendeleyCXR/images/Darwin_00003117_person385_bacteria_1765.png b/MendeleyCXR/images/Darwin_00003117_person385_bacteria_1765.png new file mode 100644 index 0000000000000000000000000000000000000000..3aa38919cafba762db15233b546cb9be9912f34b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003117_person385_bacteria_1765.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7db76e2c8444a178d4a059f9ea2f5a0cc61f3438d54393344936316bd76792ab +size 72122 diff --git a/MendeleyCXR/images/Darwin_00003118_person385_bacteria_1766.png b/MendeleyCXR/images/Darwin_00003118_person385_bacteria_1766.png new file mode 100644 index 0000000000000000000000000000000000000000..0172ffb293f50155701786cfdb06557bea8d66ad --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003118_person385_bacteria_1766.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eb6fdbec4ac923f15128558619ca6e681e4a342de5f9c84628eef6d1d63b275 +size 71068 diff --git a/MendeleyCXR/images/Darwin_00003119_person387_bacteria_1769.png b/MendeleyCXR/images/Darwin_00003119_person387_bacteria_1769.png new file mode 100644 index 0000000000000000000000000000000000000000..e8ef53f54c1442c08b72821412986e9381ba4de2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003119_person387_bacteria_1769.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b216aff4b0094d6178e2929d049f5a5408a8e4dfa09bd9762f8cca5f4d2e8063 +size 70524 diff --git a/MendeleyCXR/images/Darwin_00003122_person389_bacteria_1778.png b/MendeleyCXR/images/Darwin_00003122_person389_bacteria_1778.png new file mode 100644 index 0000000000000000000000000000000000000000..97c35084c4d832bae419d7f30742c6ef5de71a4a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003122_person389_bacteria_1778.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:122a07b1ea0d9994d29a24bb52d638b7c53d3998a512ac4766bdc037b20bf9df +size 68397 diff --git a/MendeleyCXR/images/Darwin_00003123_person389_bacteria_1780.png b/MendeleyCXR/images/Darwin_00003123_person389_bacteria_1780.png new file mode 100644 index 0000000000000000000000000000000000000000..5d25d1dec2aa60042ee2ba4a22474808090ab219 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003123_person389_bacteria_1780.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e61a631333b8b29d0a1cadbe142faf474579fe7be94e59111a521432bec8b534 +size 73282 diff --git a/MendeleyCXR/images/Darwin_00003124_person390_bacteria_1781.png b/MendeleyCXR/images/Darwin_00003124_person390_bacteria_1781.png new file mode 100644 index 0000000000000000000000000000000000000000..671378f6a5eee971ef96a3ce3e196f1b241fbec2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003124_person390_bacteria_1781.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ff6754477e6510ec237d465624372564c150ab385ee0ae6fa00726903199a4d +size 70845 diff --git a/MendeleyCXR/images/Darwin_00003125_person391_bacteria_1782.png b/MendeleyCXR/images/Darwin_00003125_person391_bacteria_1782.png new file mode 100644 index 0000000000000000000000000000000000000000..2952d22c4f50f9eac4b1627307718b56403fc54c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003125_person391_bacteria_1782.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdced9c22b565b7ccc8e4b9cd2ae7b67a6bd50eedac83be7c818e6b9cd3c18b4 +size 77531 diff --git a/MendeleyCXR/images/Darwin_00003126_person392_bacteria_1783.png b/MendeleyCXR/images/Darwin_00003126_person392_bacteria_1783.png new file mode 100644 index 0000000000000000000000000000000000000000..5c53d970b131e1280eae54db531324d327022705 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003126_person392_bacteria_1783.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d70918e841e75b9d7acd46e449191e0f2ce30beaf9759ef0ec1863fbd9507073 +size 67293 diff --git a/MendeleyCXR/images/Darwin_00003127_person392_bacteria_1784.png b/MendeleyCXR/images/Darwin_00003127_person392_bacteria_1784.png new file mode 100644 index 0000000000000000000000000000000000000000..bc8708a740bdcf7a240730a49388736cb14408cc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003127_person392_bacteria_1784.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65651d8180f09254c8f1777d040867327d15a3b3afce2dd76d9329d8ce486282 +size 73537 diff --git a/MendeleyCXR/images/Darwin_00003128_person392_bacteria_1785.png b/MendeleyCXR/images/Darwin_00003128_person392_bacteria_1785.png new file mode 100644 index 0000000000000000000000000000000000000000..bd395cfffe4cfa44cb46d6e1eb4a534b1103ec08 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003128_person392_bacteria_1785.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dd37fc2ba205313b31e394386a289ffa56ed61788e1a3b529c9a684ba90a8a4 +size 70238 diff --git a/MendeleyCXR/images/Darwin_00003129_person392_bacteria_1786.png b/MendeleyCXR/images/Darwin_00003129_person392_bacteria_1786.png new file mode 100644 index 0000000000000000000000000000000000000000..307b65b0e64664b6e6d7cc453bfd1021414fdb8c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003129_person392_bacteria_1786.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7072fbcbdef30770b0055080ac430c4157b6396801ba699d012c9dd391c2cbee +size 69002 diff --git a/MendeleyCXR/images/Darwin_00003130_person392_bacteria_1787.png b/MendeleyCXR/images/Darwin_00003130_person392_bacteria_1787.png new file mode 100644 index 0000000000000000000000000000000000000000..8a867fbe6263a136daabdc1a788eeb08b1a36b42 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003130_person392_bacteria_1787.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87729e1351d70635bdb67a2b20900570f6ef8056636631b32ac8bb2190f86ea0 +size 73287 diff --git a/MendeleyCXR/images/Darwin_00003131_person393_bacteria_1789.png b/MendeleyCXR/images/Darwin_00003131_person393_bacteria_1789.png new file mode 100644 index 0000000000000000000000000000000000000000..6d18414a2c24c31ffc27b8a906c9423a97bc7cd1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003131_person393_bacteria_1789.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4f896d1f6bec3bcef829e58bcdd6171422193ea01a9a32c17e8badc27813f24 +size 67001 diff --git a/MendeleyCXR/images/Darwin_00003132_person394_bacteria_1791.png b/MendeleyCXR/images/Darwin_00003132_person394_bacteria_1791.png new file mode 100644 index 0000000000000000000000000000000000000000..e48bdea9a255ccebfcbbda8be010e5e5ea18c1d8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003132_person394_bacteria_1791.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1e30b5d26f2b97e37d32a94033cc5b6ca842aa9bfc3aff8f2339fcf2f01d398 +size 70181 diff --git a/MendeleyCXR/images/Darwin_00003133_person2_bacteria_3.png b/MendeleyCXR/images/Darwin_00003133_person2_bacteria_3.png new file mode 100644 index 0000000000000000000000000000000000000000..e69025f1b1ed2eb5bfea0ba2547d969867074dcc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003133_person2_bacteria_3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75762139f7178da8159b7342cc861f2ef83d2b10efd7ca1842d61ce151720da1 +size 74519 diff --git a/MendeleyCXR/images/Darwin_00003134_person2_bacteria_4.png b/MendeleyCXR/images/Darwin_00003134_person2_bacteria_4.png new file mode 100644 index 0000000000000000000000000000000000000000..79d1593b2d9f157f473f557de10fc9c267cf2192 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003134_person2_bacteria_4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1116b4dd9dfb396442eb58ae8a455a83499a26ad9d66635d4407db73d72c38ab +size 78023 diff --git a/MendeleyCXR/images/Darwin_00003135_person27_bacteria_135.png b/MendeleyCXR/images/Darwin_00003135_person27_bacteria_135.png new file mode 100644 index 0000000000000000000000000000000000000000..df90cccc5ce83481706e0ad42c90a53bc9268c19 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003135_person27_bacteria_135.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:208950932ac2c3428e6ed2807299b09170867e60886378db5fc18fd51e7b4fdb +size 64442 diff --git a/MendeleyCXR/images/Darwin_00003136_person27_bacteria_136.png b/MendeleyCXR/images/Darwin_00003136_person27_bacteria_136.png new file mode 100644 index 0000000000000000000000000000000000000000..c04e6521c62e1d36e87e4b72308539742f78bdbc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003136_person27_bacteria_136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db611a59c4555a1f90333aeadb2dd6724e954870f889be750188dd3184acd2b5 +size 70590 diff --git a/MendeleyCXR/images/Darwin_00003137_person27_bacteria_137.png b/MendeleyCXR/images/Darwin_00003137_person27_bacteria_137.png new file mode 100644 index 0000000000000000000000000000000000000000..05bab523b8cdc6efcd4da9759a2d3392eadb1cac --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003137_person27_bacteria_137.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1f66888bfadf7b4942c04eea076b3d96f07da248e7f9b7e93765838df3d8fa2 +size 63873 diff --git a/MendeleyCXR/images/Darwin_00003138_person27_bacteria_138.png b/MendeleyCXR/images/Darwin_00003138_person27_bacteria_138.png new file mode 100644 index 0000000000000000000000000000000000000000..a047a54abd180ab4790f542c7ddb768c5513aa55 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003138_person27_bacteria_138.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb4d8ae6e639694e5f7629f41cf64ae94464e2be36d6d9323b89c579547d80e8 +size 73171 diff --git a/MendeleyCXR/images/Darwin_00003139_person28_bacteria_139.png b/MendeleyCXR/images/Darwin_00003139_person28_bacteria_139.png new file mode 100644 index 0000000000000000000000000000000000000000..16d7741616b6679e7d7b44cc5fd1b14fbfb1d691 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003139_person28_bacteria_139.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfa619342eb7cfdf07f7851de4255940d422e0dbb9cc8a272a1d696ffce3134d +size 76360 diff --git a/MendeleyCXR/images/Darwin_00003140_person28_bacteria_141.png b/MendeleyCXR/images/Darwin_00003140_person28_bacteria_141.png new file mode 100644 index 0000000000000000000000000000000000000000..394c421e996684fd04aa2de38d778c4946bca8e9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003140_person28_bacteria_141.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcb4bc4b24f9e8014d323c5eedd5b9024b455cdf839b60408c980c7241716ce2 +size 68881 diff --git a/MendeleyCXR/images/Darwin_00003141_person28_bacteria_142.png b/MendeleyCXR/images/Darwin_00003141_person28_bacteria_142.png new file mode 100644 index 0000000000000000000000000000000000000000..26092f83d1a2a7929ee0fcacb7c10b3564275405 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003141_person28_bacteria_142.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3e9cf487f32cd99e3f14f1e49b2fad24492fd982eb5c4c844f1f28b40499b50 +size 68619 diff --git a/MendeleyCXR/images/Darwin_00003142_person28_bacteria_143.png b/MendeleyCXR/images/Darwin_00003142_person28_bacteria_143.png new file mode 100644 index 0000000000000000000000000000000000000000..50ffa9b3383bd41b08f6bb098f655f2e5a6722ab --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003142_person28_bacteria_143.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccf865eb6d3ae07681b7e04948d7c6430fe7f709b212df94bf436f3fec571786 +size 72247 diff --git a/MendeleyCXR/images/Darwin_00003143_person29_bacteria_144.png b/MendeleyCXR/images/Darwin_00003143_person29_bacteria_144.png new file mode 100644 index 0000000000000000000000000000000000000000..57cf163c1ee79c1871d8842cead4ce3932d47aee --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003143_person29_bacteria_144.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:193907ab2e4e440464f92cc4d86dd83bf85692c913bc390862fffced45bb683b +size 76084 diff --git a/MendeleyCXR/images/Darwin_00003144_person30_bacteria_145.png b/MendeleyCXR/images/Darwin_00003144_person30_bacteria_145.png new file mode 100644 index 0000000000000000000000000000000000000000..c7caef5da7f1da708b0e51abb63936bbab6f3b02 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003144_person30_bacteria_145.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d968f150f5b11fdd21cfd2256d81ca199e815b4f9c36ce2d08816f3a20ca7708 +size 68525 diff --git a/MendeleyCXR/images/Darwin_00003145_person30_bacteria_146.png b/MendeleyCXR/images/Darwin_00003145_person30_bacteria_146.png new file mode 100644 index 0000000000000000000000000000000000000000..cc143e5f5a8e2f5d6c3c7c604a52b1de6b8edaa5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003145_person30_bacteria_146.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15174b1089fb016e279c8ac20f0c5946bd641a96d042487e256cb1678ae63ceb +size 63452 diff --git a/MendeleyCXR/images/Darwin_00003146_person30_bacteria_147.png b/MendeleyCXR/images/Darwin_00003146_person30_bacteria_147.png new file mode 100644 index 0000000000000000000000000000000000000000..52c824c5e93cb33b2a4a46585e90b510f26beac6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003146_person30_bacteria_147.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c281cf4b4f3842ef144b91ce3c7c32bf5d615c4e59b1d3b69fc527757eef11a +size 67443 diff --git a/MendeleyCXR/images/Darwin_00003147_person30_bacteria_148.png b/MendeleyCXR/images/Darwin_00003147_person30_bacteria_148.png new file mode 100644 index 0000000000000000000000000000000000000000..2d89b53d31cbb3d0dc6aa0714785c78acaa74ac3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003147_person30_bacteria_148.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9948c55620427a25623cc72ff7d7d0a4321134f7b684a1f2d0237b52b6741faf +size 66288 diff --git a/MendeleyCXR/images/Darwin_00003148_person30_bacteria_149.png b/MendeleyCXR/images/Darwin_00003148_person30_bacteria_149.png new file mode 100644 index 0000000000000000000000000000000000000000..4686264c104ed4876119573012b1c86d2a3391ef --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003148_person30_bacteria_149.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3c043ddc2e41c8542ba2fe6294275e444095d14cd4c9f2c64cd62fe03814af2 +size 71154 diff --git a/MendeleyCXR/images/Darwin_00003149_person30_bacteria_150.png b/MendeleyCXR/images/Darwin_00003149_person30_bacteria_150.png new file mode 100644 index 0000000000000000000000000000000000000000..d3c9b64d1e32c010f5ba931a8beb30be6f85dfb2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003149_person30_bacteria_150.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:704175587d28b7c2a021f8b4fa7adff8ab857c58e69a499efee614cf0fec0383 +size 69848 diff --git a/MendeleyCXR/images/Darwin_00003150_person30_bacteria_151.png b/MendeleyCXR/images/Darwin_00003150_person30_bacteria_151.png new file mode 100644 index 0000000000000000000000000000000000000000..ec4523421ec3cc2ae93268487199c1b06e9fdbfa --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003150_person30_bacteria_151.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8769bac853fd597b64779fdabfbf9d19419eaf69d1a87289dd29675a2babb296 +size 69674 diff --git a/MendeleyCXR/images/Darwin_00003151_person30_bacteria_152.png b/MendeleyCXR/images/Darwin_00003151_person30_bacteria_152.png new file mode 100644 index 0000000000000000000000000000000000000000..e70042782df605cb66a707d5415fc732e87d834e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003151_person30_bacteria_152.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d1091b0215f35ce670ede8aaefb3576b8449d25d405347003cac9b741b1c1bc +size 68606 diff --git a/MendeleyCXR/images/Darwin_00003152_person30_bacteria_153.png b/MendeleyCXR/images/Darwin_00003152_person30_bacteria_153.png new file mode 100644 index 0000000000000000000000000000000000000000..cde31216fa639bf1ffae8fafd2a9d3e38ee556ef --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003152_person30_bacteria_153.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cdb351ff17ed43c6d7059c266eecfdd0357072ae174b3ebdec5043a6b9a8145 +size 66607 diff --git a/MendeleyCXR/images/Darwin_00003153_person30_bacteria_154.png b/MendeleyCXR/images/Darwin_00003153_person30_bacteria_154.png new file mode 100644 index 0000000000000000000000000000000000000000..276189ddc59c649049b4480461628e267f88b9e3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003153_person30_bacteria_154.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e152ab19161d37fe1869122d4c0c943f03f3d78c3b1584e9a47a3d01618d11d4 +size 67321 diff --git a/MendeleyCXR/images/Darwin_00003154_person30_bacteria_155.png b/MendeleyCXR/images/Darwin_00003154_person30_bacteria_155.png new file mode 100644 index 0000000000000000000000000000000000000000..d1648e2799a3437ad26731c87b3e8780e34713e7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003154_person30_bacteria_155.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8987a8b58a4b1d3f14736c415d217724b8f4a2c2d7e697e5d259fd276a585548 +size 69490 diff --git a/MendeleyCXR/images/Darwin_00003155_person30_bacteria_156.png b/MendeleyCXR/images/Darwin_00003155_person30_bacteria_156.png new file mode 100644 index 0000000000000000000000000000000000000000..b7cf8e56a656cd846e5eceeba6daf418fc80d969 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003155_person30_bacteria_156.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bca54f9d452b8f802b8e6493f3fbfb050be63c5911ee5a78af687230fedd236d +size 70815 diff --git a/MendeleyCXR/images/Darwin_00003157_person30_bacteria_158.png b/MendeleyCXR/images/Darwin_00003157_person30_bacteria_158.png new file mode 100644 index 0000000000000000000000000000000000000000..897f137e517da3c54c00faea9cf6298455f57b6e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003157_person30_bacteria_158.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:420c20e1f57a2da5b2e5877a99ca97217f1dc0510e94d5c8c5794871c88aa3f8 +size 70368 diff --git a/MendeleyCXR/images/Darwin_00003158_person31_bacteria_160.png b/MendeleyCXR/images/Darwin_00003158_person31_bacteria_160.png new file mode 100644 index 0000000000000000000000000000000000000000..0557af171c6eabda9915f8aac2c345f854a7147a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003158_person31_bacteria_160.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:028e2066d4546308ee6966de2ef4798b315dc63895011d2245f0b2e3a8e8ed52 +size 67450 diff --git a/MendeleyCXR/images/Darwin_00003159_person31_bacteria_161.png b/MendeleyCXR/images/Darwin_00003159_person31_bacteria_161.png new file mode 100644 index 0000000000000000000000000000000000000000..d54e8c3d7018c491aef9cdfad13593157656b7c0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003159_person31_bacteria_161.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:023a451ee5d113bc0cf3784bbb818c2493f16c5208ce39a353e8ff0aa3d2bd3f +size 63545 diff --git a/MendeleyCXR/images/Darwin_00003161_person31_bacteria_163.png b/MendeleyCXR/images/Darwin_00003161_person31_bacteria_163.png new file mode 100644 index 0000000000000000000000000000000000000000..58d5327c92e2ebae7f4b4f5331d98d03501c4980 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003161_person31_bacteria_163.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9e89d9d972ceed20190f1f0e177283acf3c3a0bd4e8d6c3818c0b8335b706bb +size 76987 diff --git a/MendeleyCXR/images/Darwin_00003162_person31_bacteria_164.png b/MendeleyCXR/images/Darwin_00003162_person31_bacteria_164.png new file mode 100644 index 0000000000000000000000000000000000000000..9903fd76daea5a4c6d84d1550917a5cfed0e0b26 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003162_person31_bacteria_164.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87b113b0d1eba80592b0458646e6051ebb2ab6be4f6df910068b355cc1668303 +size 74051 diff --git a/MendeleyCXR/images/Darwin_00003163_person276_bacteria_1295.png b/MendeleyCXR/images/Darwin_00003163_person276_bacteria_1295.png new file mode 100644 index 0000000000000000000000000000000000000000..ebdaec1b75db1e0d7e118df0052608bc4a4c19ae --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003163_person276_bacteria_1295.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20c2e4fb1af9d29a929cfafea06a0624a629f4024515998b78a36c19ec1e4a8e +size 68055 diff --git a/MendeleyCXR/images/Darwin_00003164_person276_bacteria_1296.png b/MendeleyCXR/images/Darwin_00003164_person276_bacteria_1296.png new file mode 100644 index 0000000000000000000000000000000000000000..84872db4e64b6ff7e85eea1e833cec0de02aa471 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003164_person276_bacteria_1296.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfae416c0119adc3f385e9b7f94c549aec2998ff518f96c5ade423d1894fa4ee +size 73221 diff --git a/MendeleyCXR/images/Darwin_00003165_person276_bacteria_1297.png b/MendeleyCXR/images/Darwin_00003165_person276_bacteria_1297.png new file mode 100644 index 0000000000000000000000000000000000000000..f184f161956768e9f52cfaf253e5c056593f0b70 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003165_person276_bacteria_1297.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:802bf25ddc8da54fea893a4895db5b8b2afae27b62c3d4d3664aab8539a19962 +size 75770 diff --git a/MendeleyCXR/images/Darwin_00003166_person276_bacteria_1298.png b/MendeleyCXR/images/Darwin_00003166_person276_bacteria_1298.png new file mode 100644 index 0000000000000000000000000000000000000000..7cef3f6709858752966503a6ad56965151b7cfce --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003166_person276_bacteria_1298.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9041e0a9b65a32fba757e28dd895765bfb9f6f3d658b46365cff3b828c596656 +size 70692 diff --git a/MendeleyCXR/images/Darwin_00003167_person276_bacteria_1299.png b/MendeleyCXR/images/Darwin_00003167_person276_bacteria_1299.png new file mode 100644 index 0000000000000000000000000000000000000000..c3bcf10107648659277bcc29d17729e6a8ed269a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003167_person276_bacteria_1299.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e17e41e7d44f91b08d67ff29709d429b88809c6bb4738325cb24b7eb20c185b5 +size 70778 diff --git a/MendeleyCXR/images/Darwin_00003170_person277_bacteria_1302.png b/MendeleyCXR/images/Darwin_00003170_person277_bacteria_1302.png new file mode 100644 index 0000000000000000000000000000000000000000..f63567f27d9c9d06ac1512812ea8585be56545ed --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003170_person277_bacteria_1302.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d225d0e0986f5f136a7fe03e8d82500f30fc713d95ee1ae1670d4e609e23948 +size 76273 diff --git a/MendeleyCXR/images/Darwin_00003171_person277_bacteria_1303.png b/MendeleyCXR/images/Darwin_00003171_person277_bacteria_1303.png new file mode 100644 index 0000000000000000000000000000000000000000..cfe3edfccc8192c7b9b8d4262b54a0f8a40aa0b9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003171_person277_bacteria_1303.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab5329decc9321f36af3a8f4ed56ebffea3ccaa388609e49a39713dabe5651bf +size 71671 diff --git a/MendeleyCXR/images/Darwin_00003172_person277_bacteria_1304.png b/MendeleyCXR/images/Darwin_00003172_person277_bacteria_1304.png new file mode 100644 index 0000000000000000000000000000000000000000..b1e47e999f7f6570af2f2b5316ee9be83a3fe4c4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003172_person277_bacteria_1304.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18917fa5c02501474fecfb83a3eec6638fad09c734e03448cd7e32d0205eccc9 +size 67772 diff --git a/MendeleyCXR/images/Darwin_00003173_person277_bacteria_1305.png b/MendeleyCXR/images/Darwin_00003173_person277_bacteria_1305.png new file mode 100644 index 0000000000000000000000000000000000000000..8b31fd7bd8aad2b8650cd17088d4292d0cd3ddd1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003173_person277_bacteria_1305.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06e5a52847a23dad58e6fc959cc4ff2067d723bc5807fe7d4f3f60d680e414fd +size 64313 diff --git a/MendeleyCXR/images/Darwin_00003174_person277_bacteria_1306.png b/MendeleyCXR/images/Darwin_00003174_person277_bacteria_1306.png new file mode 100644 index 0000000000000000000000000000000000000000..17ab7f5dc1d0af9a7417b94947896c61984b8414 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003174_person277_bacteria_1306.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbf4e1cfd36613ea26dff46d7533d16e433ec27110dd32377ffc6d326fe31b01 +size 70618 diff --git a/MendeleyCXR/images/Darwin_00003175_person277_bacteria_1307.png b/MendeleyCXR/images/Darwin_00003175_person277_bacteria_1307.png new file mode 100644 index 0000000000000000000000000000000000000000..f30106e31fcdec4cc75c479343fd0c9b6d57d8c9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003175_person277_bacteria_1307.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6003d8a1bd9c74ccee8769bc548688fd75f386de702c88b7b22d8ecd035961a4 +size 71813 diff --git a/MendeleyCXR/images/Darwin_00003176_person278_bacteria_1309.png b/MendeleyCXR/images/Darwin_00003176_person278_bacteria_1309.png new file mode 100644 index 0000000000000000000000000000000000000000..b05a57b9b3c03edc03c989f7dcd1c6ebc2828088 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003176_person278_bacteria_1309.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2f645c5be812e3a10b235d8e66bbbe038c05d6442b07220635aad5d39a108ca +size 71611 diff --git a/MendeleyCXR/images/Darwin_00003177_person278_bacteria_1311.png b/MendeleyCXR/images/Darwin_00003177_person278_bacteria_1311.png new file mode 100644 index 0000000000000000000000000000000000000000..90623669396b07641d98e55a6ed5c24a404a5ad8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003177_person278_bacteria_1311.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cb87399ed5796fc22fd7aee9a349d6ea5af4cf539cc5ef3f84a4c954d4991a2 +size 71122 diff --git a/MendeleyCXR/images/Darwin_00003178_person278_bacteria_1313.png b/MendeleyCXR/images/Darwin_00003178_person278_bacteria_1313.png new file mode 100644 index 0000000000000000000000000000000000000000..502e89275d4c3ea7f462e3e55a743a9d88993397 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003178_person278_bacteria_1313.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e23a9767e01bc1676d3e88f28e1a9008517e12b3e4a93f9084c4f9a0f81039c1 +size 68511 diff --git a/MendeleyCXR/images/Darwin_00003179_person278_bacteria_1314.png b/MendeleyCXR/images/Darwin_00003179_person278_bacteria_1314.png new file mode 100644 index 0000000000000000000000000000000000000000..1faebc65ed9e57a6c9050c17440ad2ce3f5067ea --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003179_person278_bacteria_1314.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e240d2df95563afe2312e1d9c897999aadcfefd2fd3babbcce04fcbeda19463 +size 71497 diff --git a/MendeleyCXR/images/Darwin_00003180_person279_bacteria_1315.png b/MendeleyCXR/images/Darwin_00003180_person279_bacteria_1315.png new file mode 100644 index 0000000000000000000000000000000000000000..16405f748f0d90fcfd03c72ac1eba10103a0209d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003180_person279_bacteria_1315.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a12d2d9e57716426fa899166cf9cc4ab73b28afdae50e95f59cc78e33288796 +size 79459 diff --git a/MendeleyCXR/images/Darwin_00003181_person279_bacteria_1316.png b/MendeleyCXR/images/Darwin_00003181_person279_bacteria_1316.png new file mode 100644 index 0000000000000000000000000000000000000000..e8c0d57546984e4a7c6deb0a0151e549b656187a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003181_person279_bacteria_1316.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efd2ff7aff1dc5aa592edd94b1e2c8ba3d8aa50b1710986229d5d77bafc311d6 +size 77335 diff --git a/MendeleyCXR/images/Darwin_00003182_person280_bacteria_1318.png b/MendeleyCXR/images/Darwin_00003182_person280_bacteria_1318.png new file mode 100644 index 0000000000000000000000000000000000000000..1ee82a1930fff63d035e91c4b3f16f3d5ab4a195 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003182_person280_bacteria_1318.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b6ece28b4c702f03802b14423506d6b201b806f2e961d1bdb641a6c2a7af9a2 +size 79517 diff --git a/MendeleyCXR/images/Darwin_00003183_person280_bacteria_1320.png b/MendeleyCXR/images/Darwin_00003183_person280_bacteria_1320.png new file mode 100644 index 0000000000000000000000000000000000000000..d12c7349107794f066c3acf6682bc0e6ff9e57b7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003183_person280_bacteria_1320.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a334fe88c88263f5962461c1deaadab7eb6ea506eebb97e931e3bf2428d8d024 +size 69876 diff --git a/MendeleyCXR/images/Darwin_00003184_person280_bacteria_1321.png b/MendeleyCXR/images/Darwin_00003184_person280_bacteria_1321.png new file mode 100644 index 0000000000000000000000000000000000000000..9ff87e5076b2cdf8365ef3cc2b6b7c4c4387a3c7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003184_person280_bacteria_1321.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ff7b6ff1114dd58a7ac583c2be3c77b65001d5f5a1d996c84026b5c98652f07 +size 73606 diff --git a/MendeleyCXR/images/Darwin_00003185_person280_bacteria_1322.png b/MendeleyCXR/images/Darwin_00003185_person280_bacteria_1322.png new file mode 100644 index 0000000000000000000000000000000000000000..6f246ea3f43329ecc05dd186241b1be28c314cfd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003185_person280_bacteria_1322.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58f3b40970652918c1ceafa4474880f4634a4f2adb70530fe7607aed6c457140 +size 75335 diff --git a/MendeleyCXR/images/Darwin_00003186_person281_bacteria_1323.png b/MendeleyCXR/images/Darwin_00003186_person281_bacteria_1323.png new file mode 100644 index 0000000000000000000000000000000000000000..84ccd4905f753c5a4d0a5021dd9eea1b1103faaf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003186_person281_bacteria_1323.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f77a77479fb3f36cabc5dc977e22717e9d921d507c9157e7bacededd6f61bfa +size 75935 diff --git a/MendeleyCXR/images/Darwin_00003187_person281_bacteria_1324.png b/MendeleyCXR/images/Darwin_00003187_person281_bacteria_1324.png new file mode 100644 index 0000000000000000000000000000000000000000..b8221cf88e6bc96ab44a210a449991bb490e55c4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003187_person281_bacteria_1324.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:891fbe7a592467bc874e8cd9ae1cbbf0142d2325193dbb93477652010da63a88 +size 72301 diff --git a/MendeleyCXR/images/Darwin_00003188_person281_bacteria_1325.png b/MendeleyCXR/images/Darwin_00003188_person281_bacteria_1325.png new file mode 100644 index 0000000000000000000000000000000000000000..4b4fb906f85b18b157d1327322c35dcbb2fb61c9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003188_person281_bacteria_1325.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf6998174d4b265949327ba6598902cbea03948ce2504b25d7c09c0b9ab3482b +size 67621 diff --git a/MendeleyCXR/images/Darwin_00003189_person281_bacteria_1326.png b/MendeleyCXR/images/Darwin_00003189_person281_bacteria_1326.png new file mode 100644 index 0000000000000000000000000000000000000000..ae360054702ed48c38ea7f2f60e3d266f8893f15 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003189_person281_bacteria_1326.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92ba346bd0d5a0e02d7ee34e17bf7d89f0a71dbf754fa6b92243ae8df61e13e0 +size 67126 diff --git a/MendeleyCXR/images/Darwin_00003190_person281_bacteria_1327.png b/MendeleyCXR/images/Darwin_00003190_person281_bacteria_1327.png new file mode 100644 index 0000000000000000000000000000000000000000..f84cd25dff0bb698c325214ba38b5d9554c62c89 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003190_person281_bacteria_1327.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:114e36c5a2de1d32d6d01392902e57783ce34d65c747876682dca193f46df7fa +size 69975 diff --git a/MendeleyCXR/images/Darwin_00003191_person281_bacteria_1328.png b/MendeleyCXR/images/Darwin_00003191_person281_bacteria_1328.png new file mode 100644 index 0000000000000000000000000000000000000000..f1d06197fd2a1c9b70eea54fcb83a60c93e80e1b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003191_person281_bacteria_1328.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd626c0fc167e43d522b4c366d5441f87be4d9808e7b5e86987aeb2a09c2765a +size 70426 diff --git a/MendeleyCXR/images/Darwin_00003192_person281_bacteria_1329.png b/MendeleyCXR/images/Darwin_00003192_person281_bacteria_1329.png new file mode 100644 index 0000000000000000000000000000000000000000..1b1dd010ee383f4534a9c15a11abd1f2e1d47f27 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003192_person281_bacteria_1329.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfdc39cd50978a27d06e7cfc2bf9787a0d480c3ebea993117c0a040558d063a0 +size 68415 diff --git a/MendeleyCXR/images/Darwin_00003193_person281_bacteria_1330.png b/MendeleyCXR/images/Darwin_00003193_person281_bacteria_1330.png new file mode 100644 index 0000000000000000000000000000000000000000..e0c35757616bde5d7be8e37d2fa4d7202778af49 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003193_person281_bacteria_1330.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0c256c874e1edc3c3bd8560e085e407b1ef735e5befc9d1124d97ca68600a51 +size 72768 diff --git a/MendeleyCXR/images/Darwin_00003194_person281_bacteria_1331.png b/MendeleyCXR/images/Darwin_00003194_person281_bacteria_1331.png new file mode 100644 index 0000000000000000000000000000000000000000..167658471199a54f3c16ffca55269a43da95c170 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003194_person281_bacteria_1331.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26c6dedc2cfac319eaf78ae5ef173a7e483f006c9e5c8e18a388af04861728b8 +size 75220 diff --git a/MendeleyCXR/images/Darwin_00003195_person281_bacteria_1332.png b/MendeleyCXR/images/Darwin_00003195_person281_bacteria_1332.png new file mode 100644 index 0000000000000000000000000000000000000000..ab1d8dd69649f02ac5db1208bf66f74c5e5beeb1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003195_person281_bacteria_1332.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94513aa530fbe462d79bdd321f19eb99cc85a60948b500364143c8dc4e681773 +size 66209 diff --git a/MendeleyCXR/images/Darwin_00003196_person281_bacteria_1333.png b/MendeleyCXR/images/Darwin_00003196_person281_bacteria_1333.png new file mode 100644 index 0000000000000000000000000000000000000000..738124a712630a21970316c2d496394c6f46341e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003196_person281_bacteria_1333.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12ca1649def3e02e8e5ba312c6f0d1e2d6c20ced61218e9488986b29533c65f2 +size 70569 diff --git a/MendeleyCXR/images/Darwin_00003197_person287_bacteria_1354.png b/MendeleyCXR/images/Darwin_00003197_person287_bacteria_1354.png new file mode 100644 index 0000000000000000000000000000000000000000..71a036d84c61cf1bffc6f74eaf59f4dcb2a69ebb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003197_person287_bacteria_1354.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa38481571c7225cefc4cde8f89aec78f2bab936f1d686f8cba2975b3434e397 +size 67394 diff --git a/MendeleyCXR/images/Darwin_00003198_person287_bacteria_1355.png b/MendeleyCXR/images/Darwin_00003198_person287_bacteria_1355.png new file mode 100644 index 0000000000000000000000000000000000000000..02eb14b20cbd06b62757e1c88b2ee8e42088d589 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003198_person287_bacteria_1355.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04c9309260c27a4ef40310ddb004070cd21b9f8a02680c8ce22189ec6758e4b8 +size 72000 diff --git a/MendeleyCXR/images/Darwin_00003199_person290_bacteria_1372.png b/MendeleyCXR/images/Darwin_00003199_person290_bacteria_1372.png new file mode 100644 index 0000000000000000000000000000000000000000..706ffeae879d89d378421c07a9f077c399773d14 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003199_person290_bacteria_1372.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dffbbcc723496cd5e294c3a241a495e331bd71b5e28628534a19558648b3f72c +size 71641 diff --git a/MendeleyCXR/images/Darwin_00003200_person291_bacteria_1374.png b/MendeleyCXR/images/Darwin_00003200_person291_bacteria_1374.png new file mode 100644 index 0000000000000000000000000000000000000000..2ca96b03c4f444a6afa103b10d195cb75d38faab --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003200_person291_bacteria_1374.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:174dc94f4cabaefc5be1ad48a69fb7ced862d15e7e2634254b45b528375415ee +size 72969 diff --git a/MendeleyCXR/images/Darwin_00003201_person291_bacteria_1376.png b/MendeleyCXR/images/Darwin_00003201_person291_bacteria_1376.png new file mode 100644 index 0000000000000000000000000000000000000000..808f8eb578804b03a2fe0b52b0b3f5180f381c5e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003201_person291_bacteria_1376.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dd8b4db26112e9bb4007d22a03a2e845c4fd2dd3c05e9e5a5ed5092946e1498 +size 75097 diff --git a/MendeleyCXR/images/Darwin_00003202_person291_bacteria_1377.png b/MendeleyCXR/images/Darwin_00003202_person291_bacteria_1377.png new file mode 100644 index 0000000000000000000000000000000000000000..76ce748db256d3924acadedc371636663111c80d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003202_person291_bacteria_1377.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73cc4683210dd600ba8d2291ece47d6d362f53ac6a314238c86d115366d10c6c +size 76307 diff --git a/MendeleyCXR/images/Darwin_00003203_person292_bacteria_1378.png b/MendeleyCXR/images/Darwin_00003203_person292_bacteria_1378.png new file mode 100644 index 0000000000000000000000000000000000000000..625219d50b88a6d8b53a580a87c7d7747e4108c7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003203_person292_bacteria_1378.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89a9d04a35d2d9adf4839f998d8e8996bd6815a2ca2307329ff4c3f2ec5ad84b +size 74825 diff --git a/MendeleyCXR/images/Darwin_00003204_person293_bacteria_1379.png b/MendeleyCXR/images/Darwin_00003204_person293_bacteria_1379.png new file mode 100644 index 0000000000000000000000000000000000000000..57ddd4551fb66e89c0c03b1e0adedca3cc97152e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003204_person293_bacteria_1379.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a22eec9ff3171c0c58dcdf4aa7bce5cd3dd03cf73d1a9076828aeded88db2d2 +size 78782 diff --git a/MendeleyCXR/images/Darwin_00003205_person294_bacteria_1380.png b/MendeleyCXR/images/Darwin_00003205_person294_bacteria_1380.png new file mode 100644 index 0000000000000000000000000000000000000000..79fbb30610c3540d9dc1fccba0b514c0a43a0f6f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003205_person294_bacteria_1380.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bdc58c1ed921e0257118a435b8b0fe1831c3ac8e7a63b60419a8b17e4d96e5a +size 70877 diff --git a/MendeleyCXR/images/Darwin_00003206_person294_bacteria_1381.png b/MendeleyCXR/images/Darwin_00003206_person294_bacteria_1381.png new file mode 100644 index 0000000000000000000000000000000000000000..d664273ea0fd5006e03a5126250a14f47b0c029d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003206_person294_bacteria_1381.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff7ff0f65049420df01fb26e5f7bccb5b69f17c1aff14f7d5ea25d35261ebea5 +size 70365 diff --git a/MendeleyCXR/images/Darwin_00003207_person294_bacteria_1382.png b/MendeleyCXR/images/Darwin_00003207_person294_bacteria_1382.png new file mode 100644 index 0000000000000000000000000000000000000000..4a930f3e09ce3ed6714960b0c4458bf6ed93c9bd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003207_person294_bacteria_1382.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0ca8c9de96200a2d170fd616c04a9091907af596d10e43983812abc9c82fdf6 +size 71531 diff --git a/MendeleyCXR/images/Darwin_00003208_person294_bacteria_1383.png b/MendeleyCXR/images/Darwin_00003208_person294_bacteria_1383.png new file mode 100644 index 0000000000000000000000000000000000000000..72b76280974da6eb87f33dd60ed4ca0c81594a99 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003208_person294_bacteria_1383.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ffd25a99ae08b65ca2670cbcc3c80dcb474565388f07c7165782394f495a5d0 +size 73351 diff --git a/MendeleyCXR/images/Darwin_00003209_person294_bacteria_1384.png b/MendeleyCXR/images/Darwin_00003209_person294_bacteria_1384.png new file mode 100644 index 0000000000000000000000000000000000000000..7b9b9390577bac25ef69b6cb3d37ae7a51267ad0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003209_person294_bacteria_1384.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41c61817a3a83a892a02610d7999407ff5e4d312255707b0839404728f9675ca +size 66691 diff --git a/MendeleyCXR/images/Darwin_00003210_person294_bacteria_1385.png b/MendeleyCXR/images/Darwin_00003210_person294_bacteria_1385.png new file mode 100644 index 0000000000000000000000000000000000000000..e6985be73683513b1fb552526a250a965cc4c931 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003210_person294_bacteria_1385.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c02cf43d1c31b406f57beec58f5627a62fff4ed756fee4a2acd6ca0e7ddd4d03 +size 69678 diff --git a/MendeleyCXR/images/Darwin_00003211_person294_bacteria_1386.png b/MendeleyCXR/images/Darwin_00003211_person294_bacteria_1386.png new file mode 100644 index 0000000000000000000000000000000000000000..9c7924ddea844e4430e3199c9ceb2030a31a12a9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003211_person294_bacteria_1386.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea24484880418681aac85332634581c0158c18035b4e091172cddbe91ba49316 +size 73780 diff --git a/MendeleyCXR/images/Darwin_00003212_person294_bacteria_1388.png b/MendeleyCXR/images/Darwin_00003212_person294_bacteria_1388.png new file mode 100644 index 0000000000000000000000000000000000000000..86302ca94b78b46c5a5028c7e495e53848a23743 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003212_person294_bacteria_1388.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10c1f7274e1325e3677677e8a6928932c44ef97067454483ffdcc9d78e235407 +size 76871 diff --git a/MendeleyCXR/images/Darwin_00003213_person295_bacteria_1389.png b/MendeleyCXR/images/Darwin_00003213_person295_bacteria_1389.png new file mode 100644 index 0000000000000000000000000000000000000000..730904022426a8d054b7ec56272b88c89418f801 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003213_person295_bacteria_1389.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8293d99bfc200e1eb8744396d3cf0b880a7023463dd3a90b58f05ecbb1bda834 +size 69421 diff --git a/MendeleyCXR/images/Darwin_00003214_person295_bacteria_1390.png b/MendeleyCXR/images/Darwin_00003214_person295_bacteria_1390.png new file mode 100644 index 0000000000000000000000000000000000000000..1b7d35521182ca619cc1ba5372ba1a85f5953c65 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003214_person295_bacteria_1390.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:199e7e246b3064f3ee1b19c1414ab42e16135981957fdda1d4c7da3580ba37bd +size 76340 diff --git a/MendeleyCXR/images/Darwin_00003215_person296_bacteria_1391.png b/MendeleyCXR/images/Darwin_00003215_person296_bacteria_1391.png new file mode 100644 index 0000000000000000000000000000000000000000..904e37e59e9b42d53199495c1d1dc0fbcd76c2db --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003215_person296_bacteria_1391.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:851f0424ac5709a1fa46ba23711afaee9875bc1d95c7580ca01c5b02efbd1bae +size 72345 diff --git a/MendeleyCXR/images/Darwin_00003216_person296_bacteria_1392.png b/MendeleyCXR/images/Darwin_00003216_person296_bacteria_1392.png new file mode 100644 index 0000000000000000000000000000000000000000..c56cded4ea98bf2db62c72337d06659c480cbb61 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003216_person296_bacteria_1392.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:119108ada636ce55e856706cf2d1402a86006eaa61f9706fff6a5a1eb0a378b4 +size 71589 diff --git a/MendeleyCXR/images/Darwin_00003217_person296_bacteria_1393.png b/MendeleyCXR/images/Darwin_00003217_person296_bacteria_1393.png new file mode 100644 index 0000000000000000000000000000000000000000..cfde17440ddbaeeb830a27c8e291a0d297ddab14 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003217_person296_bacteria_1393.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c5c2d4a2565abadffd39f1b38a63bbb94edebc9125a55796de3e3e8cc2d0838 +size 70734 diff --git a/MendeleyCXR/images/Darwin_00003218_person296_bacteria_1394.png b/MendeleyCXR/images/Darwin_00003218_person296_bacteria_1394.png new file mode 100644 index 0000000000000000000000000000000000000000..b62bd6cdea45034b757612944d913ef863472749 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003218_person296_bacteria_1394.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b006ae25351ac57dc5eb9ea8da6f0cca10059f818ff7498b67e27580f884d50b +size 73251 diff --git a/MendeleyCXR/images/Darwin_00003219_person296_bacteria_1395.png b/MendeleyCXR/images/Darwin_00003219_person296_bacteria_1395.png new file mode 100644 index 0000000000000000000000000000000000000000..4093b68efd8999c7119c57b5d36f138ee000239c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003219_person296_bacteria_1395.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:061be6fe9eca69b6914762df0ea8757385da2e07385e0a085bc6d27691fc8533 +size 79035 diff --git a/MendeleyCXR/images/Darwin_00003220_person296_bacteria_1396.png b/MendeleyCXR/images/Darwin_00003220_person296_bacteria_1396.png new file mode 100644 index 0000000000000000000000000000000000000000..2f9abfff96c086fe1f59473e31555741edca863e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003220_person296_bacteria_1396.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46418eb93727848aeda583a474f1c9225dd46b412cc74b7818760506f20b5662 +size 70927 diff --git a/MendeleyCXR/images/Darwin_00003221_person296_bacteria_1397.png b/MendeleyCXR/images/Darwin_00003221_person296_bacteria_1397.png new file mode 100644 index 0000000000000000000000000000000000000000..1aecfcedad5d7df233a6aebc29094e17b91ab655 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003221_person296_bacteria_1397.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a61ed0dc5f011700bed08c2d97ff5e68b05f695a4ecaa6b5978bd400abd2bed6 +size 75213 diff --git a/MendeleyCXR/images/Darwin_00003222_person297_bacteria_1400.png b/MendeleyCXR/images/Darwin_00003222_person297_bacteria_1400.png new file mode 100644 index 0000000000000000000000000000000000000000..29771ae6aa16f914394acc2162c80afed7aaa98d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003222_person297_bacteria_1400.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39a99994b37ae1a35b0534aeba6d4b808814f57518886edbdab4103ef3199079 +size 69705 diff --git a/MendeleyCXR/images/Darwin_00003224_person298_bacteria_1408.png b/MendeleyCXR/images/Darwin_00003224_person298_bacteria_1408.png new file mode 100644 index 0000000000000000000000000000000000000000..cbe63d54c4235c88fd1032daa449ed2af5b49e0f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003224_person298_bacteria_1408.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b0f57b27a02b1b7c70f328e41dca9874743edf0730e43563ceac8a7c18e3fa9 +size 71470 diff --git a/MendeleyCXR/images/Darwin_00003225_person298_bacteria_1409.png b/MendeleyCXR/images/Darwin_00003225_person298_bacteria_1409.png new file mode 100644 index 0000000000000000000000000000000000000000..896b4e07da84dce4c1051d13844e161bc331be16 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003225_person298_bacteria_1409.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5647fbcb505cff96f28f84a20b5108c7bd9020983ff0ee3c4f552785630148e3 +size 73942 diff --git a/MendeleyCXR/images/Darwin_00003226_person298_bacteria_1410.png b/MendeleyCXR/images/Darwin_00003226_person298_bacteria_1410.png new file mode 100644 index 0000000000000000000000000000000000000000..f702bca17d9b1630465aeb2b4332326c258ada51 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003226_person298_bacteria_1410.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8ed73fb2a710bacce3ad6d99a3d4bcbd81bfa1e10ce4bbb93e2c53dd570b5e6 +size 70405 diff --git a/MendeleyCXR/images/Darwin_00003227_person298_bacteria_1411.png b/MendeleyCXR/images/Darwin_00003227_person298_bacteria_1411.png new file mode 100644 index 0000000000000000000000000000000000000000..6b0bffe815b0ab0b0def7cded02a299a5934c67e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003227_person298_bacteria_1411.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:729b4efdcad3e253be53a950080f1894b965e53f3db73c1c26ce719261b3cd5d +size 67554 diff --git a/MendeleyCXR/images/Darwin_00003228_person298_bacteria_1412.png b/MendeleyCXR/images/Darwin_00003228_person298_bacteria_1412.png new file mode 100644 index 0000000000000000000000000000000000000000..eaf9598c041d1c0c586741aea3ae0ca7ef8e1243 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003228_person298_bacteria_1412.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bb5063426d61f560e65cbed3315aaabebe39bccf053bb78d44458ac5e5844a7 +size 66395 diff --git a/MendeleyCXR/images/Darwin_00003229_person298_bacteria_1413.png b/MendeleyCXR/images/Darwin_00003229_person298_bacteria_1413.png new file mode 100644 index 0000000000000000000000000000000000000000..134769b6af970949d0707bec93c12c1dcfb4e20e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003229_person298_bacteria_1413.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff5bc39bc2f2db0a8778ee20129b9c6fb58dfec6e783a34ec557b716b6cf3377 +size 82430 diff --git a/MendeleyCXR/images/Darwin_00003230_person299_bacteria_1414.png b/MendeleyCXR/images/Darwin_00003230_person299_bacteria_1414.png new file mode 100644 index 0000000000000000000000000000000000000000..44825da7991fd7b15e4b9df4ec1fb2860dec5123 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003230_person299_bacteria_1414.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c547156a50416c4bb5befd40d1e0a528cea5a5f3a78693c9fa27445ec62c1d4 +size 65692 diff --git a/MendeleyCXR/images/Darwin_00003231_person299_bacteria_1416.png b/MendeleyCXR/images/Darwin_00003231_person299_bacteria_1416.png new file mode 100644 index 0000000000000000000000000000000000000000..6992df6c16e5a4caa163a78eae00c11113499ace --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003231_person299_bacteria_1416.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4389dc9c4612eac3d81e8478d7515795d99565b9fd4f4bb43182237133b64886 +size 71349 diff --git a/MendeleyCXR/images/Darwin_00003232_person299_bacteria_1417.png b/MendeleyCXR/images/Darwin_00003232_person299_bacteria_1417.png new file mode 100644 index 0000000000000000000000000000000000000000..163091e1b6eae25aae476d075aefa55348e9f02f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003232_person299_bacteria_1417.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7530b17568dbb4348d9a8ec5d65a01b758958fcbf9b6f418fa24e8c0e88bfb76 +size 71179 diff --git a/MendeleyCXR/images/Darwin_00003233_person299_bacteria_1418.png b/MendeleyCXR/images/Darwin_00003233_person299_bacteria_1418.png new file mode 100644 index 0000000000000000000000000000000000000000..af0f1cbd1f61efda843f1ea4ba53de4ab0e7d93a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003233_person299_bacteria_1418.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f0e187b045e245e0f6c4621fafc7740b4226ff98b117e90dc2ccebe55e0993b +size 71838 diff --git a/MendeleyCXR/images/Darwin_00003234_person299_bacteria_1419.png b/MendeleyCXR/images/Darwin_00003234_person299_bacteria_1419.png new file mode 100644 index 0000000000000000000000000000000000000000..9aca311ffa1cf08c8446b5ceb9ac152b451a3d7d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003234_person299_bacteria_1419.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ece0c063cb05f3eba8ad6e70af1f18ed050e05182e0ef017bbccc7b0f7f3f9b +size 71041 diff --git a/MendeleyCXR/images/Darwin_00003235_person300_bacteria_1421.png b/MendeleyCXR/images/Darwin_00003235_person300_bacteria_1421.png new file mode 100644 index 0000000000000000000000000000000000000000..639ea05bdff25e0952a64fcb4ff5846c8b702441 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003235_person300_bacteria_1421.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3a4c0d1414896bc9fa260c45a2e0d6df354848466f059a895e46cb632679c00 +size 74287 diff --git a/MendeleyCXR/images/Darwin_00003236_person300_bacteria_1422.png b/MendeleyCXR/images/Darwin_00003236_person300_bacteria_1422.png new file mode 100644 index 0000000000000000000000000000000000000000..243df49ddb136f98ba05aeac7b91de84d526ee0c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003236_person300_bacteria_1422.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20db2da7241d2a2a52b1a4271c0e06a39e43a27d24230d96aeab1dfaa4f30b39 +size 73452 diff --git a/MendeleyCXR/images/Darwin_00003237_person300_bacteria_1423.png b/MendeleyCXR/images/Darwin_00003237_person300_bacteria_1423.png new file mode 100644 index 0000000000000000000000000000000000000000..915511cb99adef2416e6a55544bb0f949556d925 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003237_person300_bacteria_1423.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a8aae3daac068dc9c382ee0b3ffd21741b10d86b0c8fdadecf4e169c14ce5c5 +size 71679 diff --git a/MendeleyCXR/images/Darwin_00003238_person301_bacteria_1424.png b/MendeleyCXR/images/Darwin_00003238_person301_bacteria_1424.png new file mode 100644 index 0000000000000000000000000000000000000000..4050d929aa8354f0ecca166d14682fae729129ee --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003238_person301_bacteria_1424.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dba25dd08fdf8e151e91634c519215a68245a0cb39379cb1a090c2c9e5d379b +size 70670 diff --git a/MendeleyCXR/images/Darwin_00003239_person301_bacteria_1427.png b/MendeleyCXR/images/Darwin_00003239_person301_bacteria_1427.png new file mode 100644 index 0000000000000000000000000000000000000000..ee16a3f4583ad9c070ba6258c9d4fb0d6aa485d2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003239_person301_bacteria_1427.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25dc58738382cdb8e946fed4e4fa376a002eda8016f750b9f47e80b762f5be25 +size 66869 diff --git a/MendeleyCXR/images/Darwin_00003240_person301_bacteria_1428.png b/MendeleyCXR/images/Darwin_00003240_person301_bacteria_1428.png new file mode 100644 index 0000000000000000000000000000000000000000..3ed4738f385056c374e70278149d4f1ff18a27d5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003240_person301_bacteria_1428.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c3719fb3bb692e6d98f511122fa5eacfbe67d99514c268892b9b39c3c93b2c6 +size 73259 diff --git a/MendeleyCXR/images/Darwin_00003241_person301_bacteria_1429.png b/MendeleyCXR/images/Darwin_00003241_person301_bacteria_1429.png new file mode 100644 index 0000000000000000000000000000000000000000..167adf721c5e13b90784d93bca3d5263cba68d77 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003241_person301_bacteria_1429.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47e4eabc9ecfeb175afcf5d7fc07c72c7415691d955a8183812a52932a12eaaf +size 81910 diff --git a/MendeleyCXR/images/Darwin_00003242_person302_bacteria_1430.png b/MendeleyCXR/images/Darwin_00003242_person302_bacteria_1430.png new file mode 100644 index 0000000000000000000000000000000000000000..a5f4b5a415f59b7db4f4c3174cd4b6087b51b8a1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003242_person302_bacteria_1430.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63cc5f565f70554008f948d3e873050853c7bfb51dc78c774c6c2d4407c89030 +size 83144 diff --git a/MendeleyCXR/images/Darwin_00003243_person303_bacteria_1431.png b/MendeleyCXR/images/Darwin_00003243_person303_bacteria_1431.png new file mode 100644 index 0000000000000000000000000000000000000000..ee0598eefd440acb5db8ab37c3a3f5fae60678cd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003243_person303_bacteria_1431.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56a9ece60ca630efd66570536c20250f97d7a044117474b3e20070f42a3d3c72 +size 87111 diff --git a/MendeleyCXR/images/Darwin_00003245_person305_bacteria_1436.png b/MendeleyCXR/images/Darwin_00003245_person305_bacteria_1436.png new file mode 100644 index 0000000000000000000000000000000000000000..1cd48b89023c3d599b83a927d19b5122e8094835 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003245_person305_bacteria_1436.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cadd9b9df806791af138904dbd07dd3ea87bd62c7beefb038460b69623b9f51 +size 71850 diff --git a/MendeleyCXR/images/Darwin_00003246_person305_bacteria_1437.png b/MendeleyCXR/images/Darwin_00003246_person305_bacteria_1437.png new file mode 100644 index 0000000000000000000000000000000000000000..bf136c9bb7d95461c3e9bb42a8d43d0eb21ded92 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003246_person305_bacteria_1437.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd384e4d9746d1b1e7d213401c13b90d6eb6db874db1a2c84a48851eb2dde76e +size 67430 diff --git a/MendeleyCXR/images/Darwin_00003247_person306_bacteria_1439.png b/MendeleyCXR/images/Darwin_00003247_person306_bacteria_1439.png new file mode 100644 index 0000000000000000000000000000000000000000..e69e1055381ada3898e4320f7df52641f3f68aaf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003247_person306_bacteria_1439.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ccf35461106c8ae6b9fa0acee9e3503b640d9ccdfe590980215ce59d9d028ad +size 74276 diff --git a/MendeleyCXR/images/Darwin_00003248_person306_bacteria_1440.png b/MendeleyCXR/images/Darwin_00003248_person306_bacteria_1440.png new file mode 100644 index 0000000000000000000000000000000000000000..37cf12a7953ec55f6532c5f4056029270a1245cf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003248_person306_bacteria_1440.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58862ef5531d214329c34a07c39cd9d8794a48b246617abb295ea6e3026a85e2 +size 72205 diff --git a/MendeleyCXR/images/Darwin_00003249_person307_bacteria_1441.png b/MendeleyCXR/images/Darwin_00003249_person307_bacteria_1441.png new file mode 100644 index 0000000000000000000000000000000000000000..5e0cc2012cd04e90f30b03b39d23fd850e1ed5ee --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003249_person307_bacteria_1441.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76784f356d41f5694cc5e62402233ef2bb819035e392dbab0e997094ac373b33 +size 75363 diff --git a/MendeleyCXR/images/Darwin_00003250_person307_bacteria_1442.png b/MendeleyCXR/images/Darwin_00003250_person307_bacteria_1442.png new file mode 100644 index 0000000000000000000000000000000000000000..97b26b65436649fff5335b32364ffd5011daa447 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003250_person307_bacteria_1442.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed216ca087dc10cb5d95ceae696742fe796fb552e18e1838bdb38c10246d5a00 +size 79976 diff --git a/MendeleyCXR/images/Darwin_00003251_person308_bacteria_1443.png b/MendeleyCXR/images/Darwin_00003251_person308_bacteria_1443.png new file mode 100644 index 0000000000000000000000000000000000000000..0d9cfe47f55b4886ef34760fb0b1ad38bee8f2c6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003251_person308_bacteria_1443.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:923068184a9a056d6d8325d0639bdd83e3bb37712f8876960ed63e7f5140840f +size 80734 diff --git a/MendeleyCXR/images/Darwin_00003252_person308_bacteria_1445.png b/MendeleyCXR/images/Darwin_00003252_person308_bacteria_1445.png new file mode 100644 index 0000000000000000000000000000000000000000..17b56dfeb5888758737ccd96825524168ea98b73 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003252_person308_bacteria_1445.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:613c034b3570bf917be44a730ac26d9a642b03a718abfd85254a7cdd3198ab5b +size 76129 diff --git a/MendeleyCXR/images/Darwin_00003253_person309_bacteria_1447.png b/MendeleyCXR/images/Darwin_00003253_person309_bacteria_1447.png new file mode 100644 index 0000000000000000000000000000000000000000..c99c8ca4f4fad519a261d8ab1d4e5fcc8d8617b2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003253_person309_bacteria_1447.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0ff1b3eef78df044f72a3d0bccfd519262a2a25279a1e37be752cafe84655bc +size 73992 diff --git a/MendeleyCXR/images/Darwin_00003254_person309_bacteria_1449.png b/MendeleyCXR/images/Darwin_00003254_person309_bacteria_1449.png new file mode 100644 index 0000000000000000000000000000000000000000..52f95ec2c64bfd2cb97de922ebfdaba2f90f63dc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003254_person309_bacteria_1449.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9d272d1f289796b951e9c25569834f11a96dd56b620e090eab7e1aa03b1c523 +size 79262 diff --git a/MendeleyCXR/images/Darwin_00003255_person310_bacteria_1450.png b/MendeleyCXR/images/Darwin_00003255_person310_bacteria_1450.png new file mode 100644 index 0000000000000000000000000000000000000000..59e768986892e44c2120687958e1ebc24947c107 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003255_person310_bacteria_1450.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc2553da210de74e37588c19f639581a2252c44bf691e0c8ff2e3d84c2dde829 +size 74659 diff --git a/MendeleyCXR/images/Darwin_00003256_person310_bacteria_1451.png b/MendeleyCXR/images/Darwin_00003256_person310_bacteria_1451.png new file mode 100644 index 0000000000000000000000000000000000000000..eed22ce305b9bc7fd9460e98b798cda9c121986f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003256_person310_bacteria_1451.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbb0d5a611d0a4c75bc0c498878c1e51d9f3cee85a73dbd9f61b414225b7d3f9 +size 77097 diff --git a/MendeleyCXR/images/Darwin_00003257_person311_bacteria_1452.png b/MendeleyCXR/images/Darwin_00003257_person311_bacteria_1452.png new file mode 100644 index 0000000000000000000000000000000000000000..329a6affd85e37800f29ccc261894074137b02c8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003257_person311_bacteria_1452.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b7af4a1cfc08cbca7985f4b49bed4859eeb204f59ff9378281abcdf3d713d71 +size 70458 diff --git a/MendeleyCXR/images/Darwin_00003258_person311_bacteria_1453.png b/MendeleyCXR/images/Darwin_00003258_person311_bacteria_1453.png new file mode 100644 index 0000000000000000000000000000000000000000..799cddb60aa28125cd141cfc175fe33a441736c1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003258_person311_bacteria_1453.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54f8f0e0a32f96fe81ef2864fda74026a8b4655e765c18c028a74b3d46615753 +size 77909 diff --git a/MendeleyCXR/images/Darwin_00003259_person312_bacteria_1454.png b/MendeleyCXR/images/Darwin_00003259_person312_bacteria_1454.png new file mode 100644 index 0000000000000000000000000000000000000000..eb91ae10277b574285b5e309ae45bb80547f3e89 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003259_person312_bacteria_1454.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c6c552eb4974b6b1e4d26aa70ee83fbb7eabd53f64b84ae8ca5299947c4d568 +size 71761 diff --git a/MendeleyCXR/images/Darwin_00003260_person312_bacteria_1455.png b/MendeleyCXR/images/Darwin_00003260_person312_bacteria_1455.png new file mode 100644 index 0000000000000000000000000000000000000000..70939f9059e1e9db7d3fb8f2dc5d7217b0f98551 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003260_person312_bacteria_1455.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2648949438a743257e2a331932d24ce58479137a9f09cbcd0bd1f2e6916a50c0 +size 72448 diff --git a/MendeleyCXR/images/Darwin_00003261_person312_bacteria_1456.png b/MendeleyCXR/images/Darwin_00003261_person312_bacteria_1456.png new file mode 100644 index 0000000000000000000000000000000000000000..bdc43c8a6d6637401c70cf09073cd45c1096aad5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003261_person312_bacteria_1456.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78a432a15307fedfe4cc370566578f0b7316224a903e561713153b0a74ffb0eb +size 76227 diff --git a/MendeleyCXR/images/Darwin_00003262_person313_bacteria_1457.png b/MendeleyCXR/images/Darwin_00003262_person313_bacteria_1457.png new file mode 100644 index 0000000000000000000000000000000000000000..1ab0b29c105bd56f2133a995bf9387d07556a027 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003262_person313_bacteria_1457.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c93e48b123523e383f2b1d3421076dac9687b4abb53078571510199604b9ebda +size 72118 diff --git a/MendeleyCXR/images/Darwin_00003263_person313_bacteria_1458.png b/MendeleyCXR/images/Darwin_00003263_person313_bacteria_1458.png new file mode 100644 index 0000000000000000000000000000000000000000..83c138ed8fa99783eae286956c8664c65c421952 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003263_person313_bacteria_1458.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43cc9040a9cd48459c34094553429837f180e5c1ecd6fd6ebd02d2d7abe1332d +size 68275 diff --git a/MendeleyCXR/images/Darwin_00003264_person313_bacteria_1459.png b/MendeleyCXR/images/Darwin_00003264_person313_bacteria_1459.png new file mode 100644 index 0000000000000000000000000000000000000000..0a7742540559edc5c205c67ac0df834a52c447a0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003264_person313_bacteria_1459.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6351df86218e57919fa35384cf2b9ac4008fcd90e5a0131a5784f5cb69f0306a +size 71144 diff --git a/MendeleyCXR/images/Darwin_00003265_person313_bacteria_1460.png b/MendeleyCXR/images/Darwin_00003265_person313_bacteria_1460.png new file mode 100644 index 0000000000000000000000000000000000000000..f9b96e2ec70d0dba8b2081a003ea9927d60401cc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003265_person313_bacteria_1460.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fb8f640ee5d6a2959668da66445b781b75cf90008eb2927a169294c8f60cd70 +size 76434 diff --git a/MendeleyCXR/images/Darwin_00003266_person314_bacteria_1461.png b/MendeleyCXR/images/Darwin_00003266_person314_bacteria_1461.png new file mode 100644 index 0000000000000000000000000000000000000000..5d9fcdd2d50ffd3b56b6a7dc9357771f3677f3df --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003266_person314_bacteria_1461.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:699fec167843731543ef38b0402405a2c10ae1a0536031a69b9259aeff979dd1 +size 78828 diff --git a/MendeleyCXR/images/Darwin_00003267_person314_bacteria_1462.png b/MendeleyCXR/images/Darwin_00003267_person314_bacteria_1462.png new file mode 100644 index 0000000000000000000000000000000000000000..80f9bbeb7f53702c9c6399325beed93a94380171 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003267_person314_bacteria_1462.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2d72cb6176e6857b2ed6dfb2e0d900cff6335a094542aae27efd28e47ae50f4 +size 71600 diff --git a/MendeleyCXR/images/Darwin_00003268_person315_bacteria_1464.png b/MendeleyCXR/images/Darwin_00003268_person315_bacteria_1464.png new file mode 100644 index 0000000000000000000000000000000000000000..da7dd5eea33b55b1ee6cb8ae146de7c8092ced59 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003268_person315_bacteria_1464.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b2db4ac72909b1aef6722ffb353fc440b7784fe6530bb7c61a4e1c3d05f634f +size 64285 diff --git a/MendeleyCXR/images/Darwin_00003269_person315_bacteria_1465.png b/MendeleyCXR/images/Darwin_00003269_person315_bacteria_1465.png new file mode 100644 index 0000000000000000000000000000000000000000..bd04a40aaabdee17b1404863513e411abd6f8634 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003269_person315_bacteria_1465.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57c3681de063292641e9241dcf316a68676261cb7832df9bd788c5869327f435 +size 66809 diff --git a/MendeleyCXR/images/Darwin_00003270_person315_bacteria_1466.png b/MendeleyCXR/images/Darwin_00003270_person315_bacteria_1466.png new file mode 100644 index 0000000000000000000000000000000000000000..d5a4541df578f2c0b06ef04acc90fdeeb2736c37 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003270_person315_bacteria_1466.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62f41603b0f39a7b3f068e9899842f68f3edd6efd14a99202f715a1a83478e37 +size 70773 diff --git a/MendeleyCXR/images/Darwin_00003272_person315_bacteria_1468.png b/MendeleyCXR/images/Darwin_00003272_person315_bacteria_1468.png new file mode 100644 index 0000000000000000000000000000000000000000..3bc4b9e628fadcfefad1d3510e74c67d31eacf18 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003272_person315_bacteria_1468.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41617296def684abae29e5a6bd66ed7ee2f0789323e11246be0f98da980ec06e +size 71891 diff --git a/MendeleyCXR/images/Darwin_00003273_person316_bacteria_1469.png b/MendeleyCXR/images/Darwin_00003273_person316_bacteria_1469.png new file mode 100644 index 0000000000000000000000000000000000000000..367e46f4ef95d7a50f2986a1c2e362b06aa7391b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003273_person316_bacteria_1469.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:651b347be813bc23c843480b7a9811dd4904c809c95545c78cf948192d3fed6b +size 68608 diff --git a/MendeleyCXR/images/Darwin_00003274_person316_bacteria_1470.png b/MendeleyCXR/images/Darwin_00003274_person316_bacteria_1470.png new file mode 100644 index 0000000000000000000000000000000000000000..d7bc1409c038b62b3cfc1ffd9a0d2ad78909157c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003274_person316_bacteria_1470.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9254d980bc737b8fa950a5023ce886414f7cf102ae6b2d606db2d729e11d1485 +size 78199 diff --git a/MendeleyCXR/images/Darwin_00003275_person317_bacteria_1471.png b/MendeleyCXR/images/Darwin_00003275_person317_bacteria_1471.png new file mode 100644 index 0000000000000000000000000000000000000000..d447296d1a769305ac5519556782bfea10275723 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003275_person317_bacteria_1471.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:457d6062ef497d1f2cc40a634080dde7aae3135458f558cf4ce535645219112e +size 72823 diff --git a/MendeleyCXR/images/Darwin_00003276_person317_bacteria_1473.png b/MendeleyCXR/images/Darwin_00003276_person317_bacteria_1473.png new file mode 100644 index 0000000000000000000000000000000000000000..6d542cac57404fcee2c6be52b698aa015d5885e3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003276_person317_bacteria_1473.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc1d701335ffba7f69397919fd84e96e470167380e571c3be4010232b8e9e687 +size 77621 diff --git a/MendeleyCXR/images/Darwin_00003277_person318_bacteria_1474.png b/MendeleyCXR/images/Darwin_00003277_person318_bacteria_1474.png new file mode 100644 index 0000000000000000000000000000000000000000..31f8794115f025139748249136fa400ca69b6d97 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003277_person318_bacteria_1474.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edea81c058d964fc40505bfe769022246aa07d58aecd3c0f9355790fb8ec2451 +size 79102 diff --git a/MendeleyCXR/images/Darwin_00003278_person319_bacteria_1475.png b/MendeleyCXR/images/Darwin_00003278_person319_bacteria_1475.png new file mode 100644 index 0000000000000000000000000000000000000000..3af9a65273de01421e694c9de0b50844f365ca27 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003278_person319_bacteria_1475.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00341ccedfd863641b026e19f424c5adc2f7e064e7f6265734b0ff10981fb7bd +size 68073 diff --git a/MendeleyCXR/images/Darwin_00003279_person319_bacteria_1476.png b/MendeleyCXR/images/Darwin_00003279_person319_bacteria_1476.png new file mode 100644 index 0000000000000000000000000000000000000000..a5ab167d8b2332a43564e417af4d2ddb37e84d16 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003279_person319_bacteria_1476.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1cbc44a3b5608bd230e1387da955791451138d24e9726afbfbb2f926c590195 +size 71972 diff --git a/MendeleyCXR/images/Darwin_00003280_person319_bacteria_1477.png b/MendeleyCXR/images/Darwin_00003280_person319_bacteria_1477.png new file mode 100644 index 0000000000000000000000000000000000000000..ae051c0ed8b98a3a4bb7f1b97e34a53b1caa121a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003280_person319_bacteria_1477.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4db5a396fcba6432de8c36fe52d0c9e58d482531107a294e19c4dccecd821717 +size 65336 diff --git a/MendeleyCXR/images/Darwin_00003281_person319_bacteria_1478.png b/MendeleyCXR/images/Darwin_00003281_person319_bacteria_1478.png new file mode 100644 index 0000000000000000000000000000000000000000..5f5665a917e4eef013155932669c5e161751e9b7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003281_person319_bacteria_1478.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b182797ed94933881bed83cace610b151e749701cf4550f6fa937b77c8cad81f +size 67674 diff --git a/MendeleyCXR/images/Darwin_00003282_person319_bacteria_1479.png b/MendeleyCXR/images/Darwin_00003282_person319_bacteria_1479.png new file mode 100644 index 0000000000000000000000000000000000000000..a39109b63ac4e4d8ad7cab3e4800bb7a6f168ccd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003282_person319_bacteria_1479.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a888e5246e445a213b7c70436293e279cf139f60cf82c022d855074ffde058c1 +size 67599 diff --git a/MendeleyCXR/images/Darwin_00003283_person319_bacteria_1480.png b/MendeleyCXR/images/Darwin_00003283_person319_bacteria_1480.png new file mode 100644 index 0000000000000000000000000000000000000000..4195b136c1dd356ee0b5077fa3df2d8a15d12a28 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003283_person319_bacteria_1480.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00c8b0353c1416147afb0039f7825c5f457488f0cd3c12f2f06f56eab98180fc +size 77192 diff --git a/MendeleyCXR/images/Darwin_00003284_person321_bacteria_1483.png b/MendeleyCXR/images/Darwin_00003284_person321_bacteria_1483.png new file mode 100644 index 0000000000000000000000000000000000000000..b1ca92b7a91524294630cff6d33ae2c3dc751c92 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003284_person321_bacteria_1483.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aceec2a19130d637817ddb3072176c5bde48ef8191b39daa30d4ffec25833b9 +size 67767 diff --git a/MendeleyCXR/images/Darwin_00003285_person321_bacteria_1484.png b/MendeleyCXR/images/Darwin_00003285_person321_bacteria_1484.png new file mode 100644 index 0000000000000000000000000000000000000000..f2a2d308c51a7b2cc91ede50407d281a260cd2bf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003285_person321_bacteria_1484.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2638701338906de735d62a28d0aedce0cda8a95ae87fbb8d9a43925c67e2acc +size 72027 diff --git a/MendeleyCXR/images/Darwin_00003286_person321_bacteria_1485.png b/MendeleyCXR/images/Darwin_00003286_person321_bacteria_1485.png new file mode 100644 index 0000000000000000000000000000000000000000..578a0a0677742128ec940ac896f4a45e947d8b9b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003286_person321_bacteria_1485.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76789db68f3b4781ee51247bbccdc4479f65c5be0382ea59089e017b6b851c7a +size 71769 diff --git a/MendeleyCXR/images/Darwin_00003287_person321_bacteria_1486.png b/MendeleyCXR/images/Darwin_00003287_person321_bacteria_1486.png new file mode 100644 index 0000000000000000000000000000000000000000..a6580f2bda665a4577f79afab2c31126abc2ca57 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003287_person321_bacteria_1486.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ee7375ebfe186a7bdf7d231821696085cb302cb71dd91cac95456ec5ff649db +size 73788 diff --git a/MendeleyCXR/images/Darwin_00003288_person321_bacteria_1487.png b/MendeleyCXR/images/Darwin_00003288_person321_bacteria_1487.png new file mode 100644 index 0000000000000000000000000000000000000000..e8059c6dda60a8c238ca85f19ccd93e13206aea0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003288_person321_bacteria_1487.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:890eb303dfee6f59b3daa18e913c9ef47663b42714c5c6ed641bc98209f6155b +size 69717 diff --git a/MendeleyCXR/images/Darwin_00003289_person321_bacteria_1488.png b/MendeleyCXR/images/Darwin_00003289_person321_bacteria_1488.png new file mode 100644 index 0000000000000000000000000000000000000000..57e407bd65b2ada27f4abf121ed24bf1b2c3c303 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003289_person321_bacteria_1488.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:893f56fb3e78a636ebfa8c96c9c2f1af81f93c93bd3699b26cbdd17e11038551 +size 65294 diff --git a/MendeleyCXR/images/Darwin_00003290_person321_bacteria_1489.png b/MendeleyCXR/images/Darwin_00003290_person321_bacteria_1489.png new file mode 100644 index 0000000000000000000000000000000000000000..5d7438137ec0fcc3d202884ba950337b209727c8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003290_person321_bacteria_1489.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:349f9ccada4821ca4eef6c331e1d0914aa0af84e879d4c18a442da93aa5d2bd4 +size 76880 diff --git a/MendeleyCXR/images/Darwin_00003291_person322_bacteria_1494.png b/MendeleyCXR/images/Darwin_00003291_person322_bacteria_1494.png new file mode 100644 index 0000000000000000000000000000000000000000..3a921923f8185716be9cb7f6401bb0ee906c465c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003291_person322_bacteria_1494.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3923a4c2ff14005515e3b4e285ef418279e4bebb1aa824520fc02b07bfc43c9 +size 77822 diff --git a/MendeleyCXR/images/Darwin_00003292_person325_bacteria_1497.png b/MendeleyCXR/images/Darwin_00003292_person325_bacteria_1497.png new file mode 100644 index 0000000000000000000000000000000000000000..40dccb538dab722dc5e83609e6e108f88f38beec --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003292_person325_bacteria_1497.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efaedf978e34b21145b0fc1a738bb11861cb1230c130375b2e0001537ee883d9 +size 70257 diff --git a/MendeleyCXR/images/Darwin_00003293_person325_bacteria_1498.png b/MendeleyCXR/images/Darwin_00003293_person325_bacteria_1498.png new file mode 100644 index 0000000000000000000000000000000000000000..df1677c2038b346049e93aa6efc4cef17db3a7ce --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003293_person325_bacteria_1498.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14481dcc41f2339912ad170d602fcee0b02b48f85cb81e542b5d0f727198ba10 +size 76854 diff --git a/MendeleyCXR/images/Darwin_00003294_person325_bacteria_1500.png b/MendeleyCXR/images/Darwin_00003294_person325_bacteria_1500.png new file mode 100644 index 0000000000000000000000000000000000000000..2dc5b0ec35e7ea3642187ac9bd1f04e5615b10d4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003294_person325_bacteria_1500.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6e422fcde45387a858ea1a7cfe876346a59c26254832147bdd4033cdb053967 +size 72184 diff --git a/MendeleyCXR/images/Darwin_00003295_person325_bacteria_1501.png b/MendeleyCXR/images/Darwin_00003295_person325_bacteria_1501.png new file mode 100644 index 0000000000000000000000000000000000000000..eca66e9dae6631ea37ad55e7dfe1b15ab2ae1270 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003295_person325_bacteria_1501.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87d9e57e127f1c8e7aaaa7e060334f72479520a833238815bae73c79732450f2 +size 74009 diff --git a/MendeleyCXR/images/Darwin_00003296_person325_bacteria_1502.png b/MendeleyCXR/images/Darwin_00003296_person325_bacteria_1502.png new file mode 100644 index 0000000000000000000000000000000000000000..0c2e6342ea3ba3ee27ac36e6f7f07ed7ff6d0cf6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003296_person325_bacteria_1502.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c824f24446602cbd0045647793a1b8d26683a6d68aa8b2bbe09a1e325e772f5 +size 85656 diff --git a/MendeleyCXR/images/Darwin_00003297_person326_bacteria_1503.png b/MendeleyCXR/images/Darwin_00003297_person326_bacteria_1503.png new file mode 100644 index 0000000000000000000000000000000000000000..bfaaed71038d397c61fdb471500dcb269455cfc0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003297_person326_bacteria_1503.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef75d2ad5b9c07b55666965e18a5ec1f23ba9e82726bbcaa445a82b101533b20 +size 70098 diff --git a/MendeleyCXR/images/Darwin_00003298_person326_bacteria_1504.png b/MendeleyCXR/images/Darwin_00003298_person326_bacteria_1504.png new file mode 100644 index 0000000000000000000000000000000000000000..3393ffd7b603be02138bd47f400dabe7f2f8d610 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003298_person326_bacteria_1504.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cd30071ee9bec20cded8e3ca8bb33e4e37241af36c05bc7bc856077736d569d +size 76501 diff --git a/MendeleyCXR/images/Darwin_00003299_person326_bacteria_1505.png b/MendeleyCXR/images/Darwin_00003299_person326_bacteria_1505.png new file mode 100644 index 0000000000000000000000000000000000000000..01eb997b970408c419a178f43b007261ad58f2ec --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003299_person326_bacteria_1505.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8275d6e16ee0f6d242b6f8068b205bd75a4696f83b601f56227574d8280e0985 +size 63910 diff --git a/MendeleyCXR/images/Darwin_00003300_person326_bacteria_1506.png b/MendeleyCXR/images/Darwin_00003300_person326_bacteria_1506.png new file mode 100644 index 0000000000000000000000000000000000000000..606a1bcbc43eacd450b8c523aa86d7d3f73eb197 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003300_person326_bacteria_1506.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:400f321934fafc8e0059c23b91498f3dd7926fddf33d3f42ab064e3f683e7c0d +size 68655 diff --git a/MendeleyCXR/images/Darwin_00003301_person326_bacteria_1507.png b/MendeleyCXR/images/Darwin_00003301_person326_bacteria_1507.png new file mode 100644 index 0000000000000000000000000000000000000000..dfc7dfb7d248910732223d840b3dd83a0d9f45c7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003301_person326_bacteria_1507.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36f07e43a9907c98ced7c80c0debe41beb8bd509bfbbce7e499a18d054aeab6a +size 73049 diff --git a/MendeleyCXR/images/Darwin_00003303_person1_bacteria_2.png b/MendeleyCXR/images/Darwin_00003303_person1_bacteria_2.png new file mode 100644 index 0000000000000000000000000000000000000000..4964938cdee1c36501b6aea68120d1cd8a163b20 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003303_person1_bacteria_2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:538d12bea5b614e3b8306c4eb88e211667cf3f59052e12ca99ffbb2cae63e91b +size 70774 diff --git a/MendeleyCXR/images/Darwin_00003304_person18_bacteria_57.png b/MendeleyCXR/images/Darwin_00003304_person18_bacteria_57.png new file mode 100644 index 0000000000000000000000000000000000000000..a6beadb7f1194826f5b3db225c0cda28aa0fb0fc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003304_person18_bacteria_57.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8229d4b57eec6082efb7e68b54b737d4831ec9a583ef57f1ecbc30e8fd04ec0 +size 75930 diff --git a/MendeleyCXR/images/Darwin_00003306_person19_bacteria_59.png b/MendeleyCXR/images/Darwin_00003306_person19_bacteria_59.png new file mode 100644 index 0000000000000000000000000000000000000000..0f81c4bcb7c8abaa738b478b038a1308e6e9e5db --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003306_person19_bacteria_59.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21b9e4606ce465c3e1b5508aeb231d58a6e3747f2273d20432d5ca7684c15859 +size 77751 diff --git a/MendeleyCXR/images/Darwin_00003307_person19_bacteria_60.png b/MendeleyCXR/images/Darwin_00003307_person19_bacteria_60.png new file mode 100644 index 0000000000000000000000000000000000000000..c094ff3b66efd95d73c735a4d62912bb41f19e3f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003307_person19_bacteria_60.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7519167658023c63e548fef509cc77d0a4621da02dce576fa81873d04a694b49 +size 65896 diff --git a/MendeleyCXR/images/Darwin_00003309_person19_bacteria_62.png b/MendeleyCXR/images/Darwin_00003309_person19_bacteria_62.png new file mode 100644 index 0000000000000000000000000000000000000000..69b600ede38d89250e322612b6db0906a3998d22 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003309_person19_bacteria_62.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18a7a5bb6d1bc4c3b5dad8e05cb857f3247c3d023901904c883752ca1016fe15 +size 64358 diff --git a/MendeleyCXR/images/Darwin_00003310_person19_bacteria_63.png b/MendeleyCXR/images/Darwin_00003310_person19_bacteria_63.png new file mode 100644 index 0000000000000000000000000000000000000000..eb19c403f352d7cf9acca36bc58e94852ebb1f43 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003310_person19_bacteria_63.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a9d5d4b382e18a841e203b88cb8c5160354a7186f98bbc3c6a17fcbf3650294 +size 73533 diff --git a/MendeleyCXR/images/Darwin_00003311_person20_bacteria_64.png b/MendeleyCXR/images/Darwin_00003311_person20_bacteria_64.png new file mode 100644 index 0000000000000000000000000000000000000000..85a91eca4455e18a417def629a81ee20146ba740 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003311_person20_bacteria_64.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faefafff4ccb4c2e90ba678d341773efdd7427ace041d8bfdb05f492817f14b8 +size 66538 diff --git a/MendeleyCXR/images/Darwin_00003312_person20_bacteria_66.png b/MendeleyCXR/images/Darwin_00003312_person20_bacteria_66.png new file mode 100644 index 0000000000000000000000000000000000000000..68cd7b5bc9be0af2d9389a7a93e416509fd77952 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003312_person20_bacteria_66.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c249f8241f2900cdd04545066b79f81f1f95ea1436a8459933e63df341952de1 +size 72751 diff --git a/MendeleyCXR/images/Darwin_00003313_person20_bacteria_67.png b/MendeleyCXR/images/Darwin_00003313_person20_bacteria_67.png new file mode 100644 index 0000000000000000000000000000000000000000..32112ec792352484deb86d923a19d80a66f2ff3f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003313_person20_bacteria_67.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:462f04396dae6c1ddb5be77d5d32659a89cab114f8fb72a0f7d49a8de121d970 +size 70002 diff --git a/MendeleyCXR/images/Darwin_00003314_person20_bacteria_69.png b/MendeleyCXR/images/Darwin_00003314_person20_bacteria_69.png new file mode 100644 index 0000000000000000000000000000000000000000..2a90898cf85e33a62233fec5daae8ad0fcbaa44d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003314_person20_bacteria_69.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbd049cd14e90291c83d62c831e4a9910b0e0e57b75da120f84749d4718bd827 +size 69492 diff --git a/MendeleyCXR/images/Darwin_00003316_person21_bacteria_72.png b/MendeleyCXR/images/Darwin_00003316_person21_bacteria_72.png new file mode 100644 index 0000000000000000000000000000000000000000..2289ad7cc9622b30918151a146ac08d947238329 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003316_person21_bacteria_72.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f38b29e1457c22f063052d8278051b5548fa9957a8ba89ee341912c7768e28d +size 70884 diff --git a/MendeleyCXR/images/Darwin_00003317_person21_bacteria_73.png b/MendeleyCXR/images/Darwin_00003317_person21_bacteria_73.png new file mode 100644 index 0000000000000000000000000000000000000000..26c045169a9254fc0a0205bc6133e3c689c96456 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003317_person21_bacteria_73.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6591ea719770ba188ef32c5b10ebada7b1409395877f4805670c9558fa245398 +size 82249 diff --git a/MendeleyCXR/images/Darwin_00003318_person22_bacteria_74.png b/MendeleyCXR/images/Darwin_00003318_person22_bacteria_74.png new file mode 100644 index 0000000000000000000000000000000000000000..764e2ec266b1d1ec7209848ba8884997ca2cedc2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003318_person22_bacteria_74.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfeb3e8a145205343194a214e9b8d0c21b1c64d8b690d3d419ea040107e46d7d +size 76013 diff --git a/MendeleyCXR/images/Darwin_00003319_person22_bacteria_76.png b/MendeleyCXR/images/Darwin_00003319_person22_bacteria_76.png new file mode 100644 index 0000000000000000000000000000000000000000..b726bdce2ec5d205c60e8482ea272f23650cd18f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003319_person22_bacteria_76.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8494b74cd73dc9200674f99b49bf7562427c48d970cfffc633251168e772bc9a +size 71102 diff --git a/MendeleyCXR/images/Darwin_00003320_person22_bacteria_77.png b/MendeleyCXR/images/Darwin_00003320_person22_bacteria_77.png new file mode 100644 index 0000000000000000000000000000000000000000..6cc4132c4578669b2f32597a0c1f8a53a329618b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003320_person22_bacteria_77.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48c87626280cd748f0c72365f9fc9a817e31d360069ec76df9c2cf6d297e929a +size 71949 diff --git a/MendeleyCXR/images/Darwin_00003321_person23_bacteria_78.png b/MendeleyCXR/images/Darwin_00003321_person23_bacteria_78.png new file mode 100644 index 0000000000000000000000000000000000000000..8bf19bb6c69a67b5a68e855a298661c52f269702 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003321_person23_bacteria_78.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99b828bdc3bc2b55d8602fdc7461e8ca8a84f14b7ca3e928f7a98dbaef4d8a06 +size 74459 diff --git a/MendeleyCXR/images/Darwin_00003322_person23_bacteria_79.png b/MendeleyCXR/images/Darwin_00003322_person23_bacteria_79.png new file mode 100644 index 0000000000000000000000000000000000000000..65ba2c98dcc4ba49eee5f3a649c5c51bfe53b433 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003322_person23_bacteria_79.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8741737890d9aa0b1295c21406967da12f3ca9427be57fa04c6117567932920 +size 68493 diff --git a/MendeleyCXR/images/Darwin_00003323_person23_bacteria_80.png b/MendeleyCXR/images/Darwin_00003323_person23_bacteria_80.png new file mode 100644 index 0000000000000000000000000000000000000000..7190a1b498b9064e0821b61aea5515c155463863 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003323_person23_bacteria_80.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4841d4c6bd2ced8cdc1f47f20ed85cb4a276c655a3f44d97fab6d70daaed521f +size 71762 diff --git a/MendeleyCXR/images/Darwin_00003324_person23_bacteria_81.png b/MendeleyCXR/images/Darwin_00003324_person23_bacteria_81.png new file mode 100644 index 0000000000000000000000000000000000000000..ca086e29db98039dc476dde44ee58f00c57cb918 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003324_person23_bacteria_81.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7ab9123ca9f6e65054b12129b9524edd1edc76c38b6072fb4054cfd2a0daac3 +size 67032 diff --git a/MendeleyCXR/images/Darwin_00003325_person23_bacteria_82.png b/MendeleyCXR/images/Darwin_00003325_person23_bacteria_82.png new file mode 100644 index 0000000000000000000000000000000000000000..a5f3d10327b7f02c993c9faf6303801a45ecdc4a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003325_person23_bacteria_82.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ddd8dd27bd15f970ebb3d550d52b3563bd4c6202f670f9a09a5a49c6c2f6e65 +size 68433 diff --git a/MendeleyCXR/images/Darwin_00003326_person23_bacteria_83.png b/MendeleyCXR/images/Darwin_00003326_person23_bacteria_83.png new file mode 100644 index 0000000000000000000000000000000000000000..8fb695ff50837e695cb1f82059eb8247db8b4e86 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003326_person23_bacteria_83.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18051a27fa0091da2a1d27aded931cad837f3891108e5a1fc37bfa0fad4395bc +size 72803 diff --git a/MendeleyCXR/images/Darwin_00003327_person23_bacteria_84.png b/MendeleyCXR/images/Darwin_00003327_person23_bacteria_84.png new file mode 100644 index 0000000000000000000000000000000000000000..f06b982e06f174619ca4e699eb0e3179246c8532 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003327_person23_bacteria_84.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c18421fbb36c22cd80952b31aae657241cfccca1f200ca5d0bf47256d6e8d29 +size 69132 diff --git a/MendeleyCXR/images/Darwin_00003328_person23_bacteria_85.png b/MendeleyCXR/images/Darwin_00003328_person23_bacteria_85.png new file mode 100644 index 0000000000000000000000000000000000000000..c1d7c6e2e7f2e1172619f66241373b817e62594d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003328_person23_bacteria_85.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9af6cd5695e38bd11b13e05bfd04016c76b2f4d5e5f8e5684ba8ad31b76b08c2 +size 65229 diff --git a/MendeleyCXR/images/Darwin_00003329_person23_bacteria_86.png b/MendeleyCXR/images/Darwin_00003329_person23_bacteria_86.png new file mode 100644 index 0000000000000000000000000000000000000000..149d18b288bb3be9aec3fef0c67b96a6d7f8a0d1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003329_person23_bacteria_86.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aa34343ce6e85eb7457d4a627a16207c81a7922de7edb96c65cba7f49a92a19 +size 75973 diff --git a/MendeleyCXR/images/Darwin_00003330_person23_bacteria_87.png b/MendeleyCXR/images/Darwin_00003330_person23_bacteria_87.png new file mode 100644 index 0000000000000000000000000000000000000000..1cdf43e8683bbd4a0abfae3ea55741157547da04 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003330_person23_bacteria_87.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad08cd3c0e4edbbb2eba9d870f386a1075fde11783634ad58f0c654e1588a855 +size 67172 diff --git a/MendeleyCXR/images/Darwin_00003331_person23_bacteria_88.png b/MendeleyCXR/images/Darwin_00003331_person23_bacteria_88.png new file mode 100644 index 0000000000000000000000000000000000000000..c7ec8fdceafdce9a1a2d2453d9ec35f5c494a2c4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003331_person23_bacteria_88.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4c253daf6a7a47e31a1b1cd52b0b267009a80c952015671d097087a092cdd43 +size 81126 diff --git a/MendeleyCXR/images/Darwin_00003332_person23_bacteria_89.png b/MendeleyCXR/images/Darwin_00003332_person23_bacteria_89.png new file mode 100644 index 0000000000000000000000000000000000000000..c24c9cf1b7fa509c58bf93e9d328c2104fcfb81b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003332_person23_bacteria_89.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4301fde34160676dc11932d81a5c431974e674d79888d0ec90381e031794792 +size 67370 diff --git a/MendeleyCXR/images/Darwin_00003333_person23_bacteria_90.png b/MendeleyCXR/images/Darwin_00003333_person23_bacteria_90.png new file mode 100644 index 0000000000000000000000000000000000000000..923ae73ba0794b97378018e0ae9818dace8417f9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003333_person23_bacteria_90.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a412d255c9aa7588abc94bc9af0037796b950ddd9fa4f4b6695d7e4054db21d4 +size 68477 diff --git a/MendeleyCXR/images/Darwin_00003334_person23_bacteria_91.png b/MendeleyCXR/images/Darwin_00003334_person23_bacteria_91.png new file mode 100644 index 0000000000000000000000000000000000000000..663987c862422ced7414443c15249459f256fba0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003334_person23_bacteria_91.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6cb8712a366785cc5c026c283084ea259fd03bda5b8828aa8b500c0889ee49d +size 68344 diff --git a/MendeleyCXR/images/Darwin_00003335_person23_bacteria_92.png b/MendeleyCXR/images/Darwin_00003335_person23_bacteria_92.png new file mode 100644 index 0000000000000000000000000000000000000000..6ea4cf11744668835491923c49d906e9c27aeab8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003335_person23_bacteria_92.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21f263f16916f9f93f67b8efc23e563fd4c30ec7d3882a88ca73bd542879ead3 +size 65119 diff --git a/MendeleyCXR/images/Darwin_00003336_person23_bacteria_93.png b/MendeleyCXR/images/Darwin_00003336_person23_bacteria_93.png new file mode 100644 index 0000000000000000000000000000000000000000..34e4a3b73212b4c3f63a1343159f48e4a39b4c03 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003336_person23_bacteria_93.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ae889ffd631627e514c81864f9c0159fa315d129cabfa72418ec374c65675dc +size 72942 diff --git a/MendeleyCXR/images/Darwin_00003337_person23_bacteria_94.png b/MendeleyCXR/images/Darwin_00003337_person23_bacteria_94.png new file mode 100644 index 0000000000000000000000000000000000000000..1282ac89a20d459581a8acdbf828b2d387df842a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003337_person23_bacteria_94.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccd67ce150d3f5c1291fc661035d9b739345b444d0c036b128e777c91bb3e5f8 +size 65543 diff --git a/MendeleyCXR/images/Darwin_00003338_person23_bacteria_95.png b/MendeleyCXR/images/Darwin_00003338_person23_bacteria_95.png new file mode 100644 index 0000000000000000000000000000000000000000..cb1695e7dccbff11c998361bba357160c840947d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003338_person23_bacteria_95.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6255d9b99d47a488aeccc0dd910f3430c0ee1eab51f9effe07d02097f3cd9f49 +size 67302 diff --git a/MendeleyCXR/images/Darwin_00003339_person23_bacteria_96.png b/MendeleyCXR/images/Darwin_00003339_person23_bacteria_96.png new file mode 100644 index 0000000000000000000000000000000000000000..4a0e4dc4985171102e1111144bcd360c51af4d21 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003339_person23_bacteria_96.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08805cc83f57e14ecbe400cbc5787bb45b88baff449595ad74902424bfd92618 +size 68887 diff --git a/MendeleyCXR/images/Darwin_00003340_person23_bacteria_97.png b/MendeleyCXR/images/Darwin_00003340_person23_bacteria_97.png new file mode 100644 index 0000000000000000000000000000000000000000..d176a7be8dd493d34cbc2f0fcc4deb5b7433f87e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003340_person23_bacteria_97.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f251a0edab96fdf5a52432dad2330f3c7564edf91421d253c686546e8aa81816 +size 81072 diff --git a/MendeleyCXR/images/Darwin_00003341_person23_bacteria_98.png b/MendeleyCXR/images/Darwin_00003341_person23_bacteria_98.png new file mode 100644 index 0000000000000000000000000000000000000000..4bcae58206491f5249c13d20d7568ac6497642d0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003341_person23_bacteria_98.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2615841bfd5fc58548ffcc6db8e1b13dc2b5c589afdf73069f4b115e264fa785 +size 67036 diff --git a/MendeleyCXR/images/Darwin_00003342_person23_bacteria_99.png b/MendeleyCXR/images/Darwin_00003342_person23_bacteria_99.png new file mode 100644 index 0000000000000000000000000000000000000000..92fbc3446ba97f189e3002133a80009777542903 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003342_person23_bacteria_99.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a61cd339f99d1f1b4744066ab0c7691d02dc82d458afbb5b7b7e90951c8be1ef +size 66752 diff --git a/MendeleyCXR/images/Darwin_00003343_person23_bacteria_100.png b/MendeleyCXR/images/Darwin_00003343_person23_bacteria_100.png new file mode 100644 index 0000000000000000000000000000000000000000..d421db8c942b7241afd493e9cd2ed8952e1485e2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003343_person23_bacteria_100.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7abba73dc65f96b92de8a22e8a1a1533598490d25a5a3e5bf8b631eb3fc5619c +size 72630 diff --git a/MendeleyCXR/images/Darwin_00003344_person23_bacteria_101.png b/MendeleyCXR/images/Darwin_00003344_person23_bacteria_101.png new file mode 100644 index 0000000000000000000000000000000000000000..255583ccd77e5a918d06ed1eb9b18f206c57b2d9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003344_person23_bacteria_101.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74c86d057afe747886967c17a34d8a293fbc880aa9f2c6e84a3681069902bd23 +size 66240 diff --git a/MendeleyCXR/images/Darwin_00003345_person23_bacteria_102.png b/MendeleyCXR/images/Darwin_00003345_person23_bacteria_102.png new file mode 100644 index 0000000000000000000000000000000000000000..4c0b3c2e08244d457b9443301131faa48db3664b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003345_person23_bacteria_102.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:089e145d7c88dc91fa7e7d00e0dc853b76c82a94efd3a898991e9d8ad622a4e6 +size 70726 diff --git a/MendeleyCXR/images/Darwin_00003346_person23_bacteria_103.png b/MendeleyCXR/images/Darwin_00003346_person23_bacteria_103.png new file mode 100644 index 0000000000000000000000000000000000000000..b9d295a9eaf851a169d70d1b22c623d1ffe4c0f7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003346_person23_bacteria_103.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7afa69d8a8541d92188c3f19753ac431e983c8da3d95250178ef71e63a77ca26 +size 66082 diff --git a/MendeleyCXR/images/Darwin_00003347_person23_bacteria_104.png b/MendeleyCXR/images/Darwin_00003347_person23_bacteria_104.png new file mode 100644 index 0000000000000000000000000000000000000000..9579af77590ccb566a6026220649707015284744 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003347_person23_bacteria_104.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c82a27611552374a39ef7d161b51f0dd8aa9e4974a4c9dae2fc43d4d73ea89a +size 70332 diff --git a/MendeleyCXR/images/Darwin_00003348_person23_bacteria_105.png b/MendeleyCXR/images/Darwin_00003348_person23_bacteria_105.png new file mode 100644 index 0000000000000000000000000000000000000000..ef81d7716bd2ecd0a2f091fc8a1bd1dc5425c2b1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003348_person23_bacteria_105.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:055fcaf38862287601ca89d84819a09c242e0858f1e03828312b8bac749aa174 +size 68601 diff --git a/MendeleyCXR/images/Darwin_00003349_person23_bacteria_106.png b/MendeleyCXR/images/Darwin_00003349_person23_bacteria_106.png new file mode 100644 index 0000000000000000000000000000000000000000..7f78c70c81a38805147f3d6898119a6c2883c6cd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003349_person23_bacteria_106.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:876b997b58f4d74127bc90ee07fd63e6c593725c33114ac7b966f6a5e65b0a37 +size 71117 diff --git a/MendeleyCXR/images/Darwin_00003350_person23_bacteria_107.png b/MendeleyCXR/images/Darwin_00003350_person23_bacteria_107.png new file mode 100644 index 0000000000000000000000000000000000000000..37025d012667f77d288ad8ad8cb507dd9b58cdb4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003350_person23_bacteria_107.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7953dd5df1e22fb03bc4832e3d8241ab7ae3c462657e517cf92c25375080a382 +size 70183 diff --git a/MendeleyCXR/images/Darwin_00003351_person24_bacteria_108.png b/MendeleyCXR/images/Darwin_00003351_person24_bacteria_108.png new file mode 100644 index 0000000000000000000000000000000000000000..999cdc4e63032dac71d5631fdf3b5eeb84128a02 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003351_person24_bacteria_108.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ed06eca6a711c125317a14bfaf8e8ee178dc3a04e25acb3bbfe4e96e11bc27b +size 64851 diff --git a/MendeleyCXR/images/Darwin_00003352_person24_bacteria_109.png b/MendeleyCXR/images/Darwin_00003352_person24_bacteria_109.png new file mode 100644 index 0000000000000000000000000000000000000000..30abbca57091812ea73aa072d3f72a18f2e05163 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003352_person24_bacteria_109.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4c6bf8e8869e2a1d97871d910ad7329e6176af7f7d37f9ed0f67b2de3c66adb +size 70020 diff --git a/MendeleyCXR/images/Darwin_00003353_person24_bacteria_110.png b/MendeleyCXR/images/Darwin_00003353_person24_bacteria_110.png new file mode 100644 index 0000000000000000000000000000000000000000..40a5ab91b449690a8aa882b66a5c6d128419fab5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003353_person24_bacteria_110.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37d0d87fb7d30fd57bc7a6b2cc43d01adc50ace9c2900061860102f31abb63ba +size 77543 diff --git a/MendeleyCXR/images/Darwin_00003354_person24_bacteria_111.png b/MendeleyCXR/images/Darwin_00003354_person24_bacteria_111.png new file mode 100644 index 0000000000000000000000000000000000000000..4b9c5dc88e80795d29429f011029403e3e636d12 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003354_person24_bacteria_111.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b300b5b252c77f470872de45d0f396c259286ae545bdccc5169771485e9b2d4 +size 69642 diff --git a/MendeleyCXR/images/Darwin_00003355_person24_bacteria_112.png b/MendeleyCXR/images/Darwin_00003355_person24_bacteria_112.png new file mode 100644 index 0000000000000000000000000000000000000000..22bcb98469200472ca1dfdee68199ec510e37ee5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003355_person24_bacteria_112.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2c62d43a02d874b37f49c6977ecf890b7852cab07e15d84700131532b1ddecd +size 71776 diff --git a/MendeleyCXR/images/Darwin_00003356_person25_bacteria_113.png b/MendeleyCXR/images/Darwin_00003356_person25_bacteria_113.png new file mode 100644 index 0000000000000000000000000000000000000000..965cfe65d338136c3d27459e8c452adb9d4b3491 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003356_person25_bacteria_113.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:337693bf4b37f92c0d09df28ba51a07f5f4ebae54dd1270585017ee99fdc552b +size 64270 diff --git a/MendeleyCXR/images/Darwin_00003357_person25_bacteria_114.png b/MendeleyCXR/images/Darwin_00003357_person25_bacteria_114.png new file mode 100644 index 0000000000000000000000000000000000000000..4614e708bd32fa240c7cfb4a5cfc9eb903dad3f8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003357_person25_bacteria_114.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29137344a9853342f9e5a70cfff8aedeae0d232b9085c12c2f11f881deb9ad2c +size 74547 diff --git a/MendeleyCXR/images/Darwin_00003358_person25_bacteria_115.png b/MendeleyCXR/images/Darwin_00003358_person25_bacteria_115.png new file mode 100644 index 0000000000000000000000000000000000000000..f33b7186a6d3ee154dab1aae3d311a7a08bc4b37 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003358_person25_bacteria_115.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f8889039a6b290fb66fd50dc2f1486c84fce48fe416a63696500190a71d9349 +size 67992 diff --git a/MendeleyCXR/images/Darwin_00003359_person25_bacteria_116.png b/MendeleyCXR/images/Darwin_00003359_person25_bacteria_116.png new file mode 100644 index 0000000000000000000000000000000000000000..b13c59976e46a97d230cf44dffed79814587416e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003359_person25_bacteria_116.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ec716bee069ad6a002fb5fd64a9f9d29de1e446cb90b8c868615c998f1d7555 +size 73235 diff --git a/MendeleyCXR/images/Darwin_00003360_person25_bacteria_117.png b/MendeleyCXR/images/Darwin_00003360_person25_bacteria_117.png new file mode 100644 index 0000000000000000000000000000000000000000..c0fbcd00949aa5009b35966ce16512595ee3e84a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003360_person25_bacteria_117.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa7318950df746b599e8e0c298862726055890735c799ac7e6be69bd3bb8bbd8 +size 74487 diff --git a/MendeleyCXR/images/Darwin_00003361_person25_bacteria_118.png b/MendeleyCXR/images/Darwin_00003361_person25_bacteria_118.png new file mode 100644 index 0000000000000000000000000000000000000000..464148650733f062e19aedb773105b3015ac8cbe --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003361_person25_bacteria_118.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:941b34f45d250c972e2108a625eb482c59ee70c929d555c23dca5b788833f3bb +size 76464 diff --git a/MendeleyCXR/images/Darwin_00003362_person25_bacteria_119.png b/MendeleyCXR/images/Darwin_00003362_person25_bacteria_119.png new file mode 100644 index 0000000000000000000000000000000000000000..87e38023e785e735962d0f18eb5ada4bff379640 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003362_person25_bacteria_119.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:011cfbb04a8d0d544b4fe5322815dc3a59a2e2d6150359cb34b523b0edf8feb5 +size 71802 diff --git a/MendeleyCXR/images/Darwin_00003363_person25_bacteria_120.png b/MendeleyCXR/images/Darwin_00003363_person25_bacteria_120.png new file mode 100644 index 0000000000000000000000000000000000000000..e4dc19a491e960208effa2085265812788f3d3d2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003363_person25_bacteria_120.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1c12eeddd22633b28f2cc565d134dc20bffe7d5d3583b51b82e747a68d41a58 +size 66385 diff --git a/MendeleyCXR/images/Darwin_00003364_person25_bacteria_121.png b/MendeleyCXR/images/Darwin_00003364_person25_bacteria_121.png new file mode 100644 index 0000000000000000000000000000000000000000..f5afd740113dbd789b852057b900000cb1413d6a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003364_person25_bacteria_121.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa4000cb43731c3ca598e589fd90f0dfd91d175b0ee2a4b5bcb7b6a39fabe627 +size 76782 diff --git a/MendeleyCXR/images/Darwin_00003365_person26_bacteria_122.png b/MendeleyCXR/images/Darwin_00003365_person26_bacteria_122.png new file mode 100644 index 0000000000000000000000000000000000000000..c5d985173a7684c0035f3353d6481f4768e41ef2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003365_person26_bacteria_122.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24d9bf041869db13520b8fff98343a81912e1ca4976744a6bf51a20f652aca1a +size 68510 diff --git a/MendeleyCXR/images/Darwin_00003366_person26_bacteria_123.png b/MendeleyCXR/images/Darwin_00003366_person26_bacteria_123.png new file mode 100644 index 0000000000000000000000000000000000000000..45113fbe2bb6faf7ccfe64fefd210731d37b6e89 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003366_person26_bacteria_123.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffde08ce90e6d2692d8cdc40a23f464b7c738f0d35782589581e6dfd490fa1b4 +size 67610 diff --git a/MendeleyCXR/images/Darwin_00003367_person26_bacteria_124.png b/MendeleyCXR/images/Darwin_00003367_person26_bacteria_124.png new file mode 100644 index 0000000000000000000000000000000000000000..b1504867524e9965c0bcdfbd1ebfd16dfedafe37 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003367_person26_bacteria_124.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28e08e40acb8d3f78d004607d4e8551f373986ac5b09435e2b413160a5f7edcb +size 72929 diff --git a/MendeleyCXR/images/Darwin_00003368_person26_bacteria_126.png b/MendeleyCXR/images/Darwin_00003368_person26_bacteria_126.png new file mode 100644 index 0000000000000000000000000000000000000000..6061cf670b9114f1583ee821f334ba671af21ef0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003368_person26_bacteria_126.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:441a9e1b6cc52ba701e4aa3c4257f0b543c6dc5d9ace1c83f97b8acf48a6e52c +size 72349 diff --git a/MendeleyCXR/images/Darwin_00003369_person26_bacteria_127.png b/MendeleyCXR/images/Darwin_00003369_person26_bacteria_127.png new file mode 100644 index 0000000000000000000000000000000000000000..f902a2996c2c84cbc0e118b0bd7d5d2ca65b44b4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003369_person26_bacteria_127.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c40ab56376a22e6e2167fc917dbd9a629c49eb2afc421e1a9037703e03057b59 +size 71253 diff --git a/MendeleyCXR/images/Darwin_00003370_person26_bacteria_128.png b/MendeleyCXR/images/Darwin_00003370_person26_bacteria_128.png new file mode 100644 index 0000000000000000000000000000000000000000..ab1ea679bc395bc81e34addc9bf517e9ecb807cb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003370_person26_bacteria_128.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88a315948d146df0234b4b14b010d1eb5728109bbbc41201590993acf3ffbd61 +size 64987 diff --git a/MendeleyCXR/images/Darwin_00003371_person26_bacteria_129.png b/MendeleyCXR/images/Darwin_00003371_person26_bacteria_129.png new file mode 100644 index 0000000000000000000000000000000000000000..d4ef66ed0330fba1caf53f5de9282a6a801e34d0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003371_person26_bacteria_129.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86448de239c55981a7b1c9ea5515bb3d86412efa21f11356c7b5504d1a8e8f42 +size 64176 diff --git a/MendeleyCXR/images/Darwin_00003372_person26_bacteria_130.png b/MendeleyCXR/images/Darwin_00003372_person26_bacteria_130.png new file mode 100644 index 0000000000000000000000000000000000000000..33c0510ef35d01bc06a64211c5d0cff22c24795f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003372_person26_bacteria_130.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d18f3d43378e1c2ddd0c72e389c766b886390be99d1138a943e8ae29bd98dcb +size 73012 diff --git a/MendeleyCXR/images/Darwin_00003373_person26_bacteria_131.png b/MendeleyCXR/images/Darwin_00003373_person26_bacteria_131.png new file mode 100644 index 0000000000000000000000000000000000000000..bfd2655df85152adc4637b4a17efcfc4654a2460 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003373_person26_bacteria_131.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1c2f22d9a3de76b39639b03efeb182c604f5e1a644350ac11ccc7448e6cd668 +size 62200 diff --git a/MendeleyCXR/images/Darwin_00003374_person26_bacteria_132.png b/MendeleyCXR/images/Darwin_00003374_person26_bacteria_132.png new file mode 100644 index 0000000000000000000000000000000000000000..a4e79ba41e3437c84f7261275763f8707f3738ed --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003374_person26_bacteria_132.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5846473dbf666a2219eed9e398df158844462f424d818e3db2033ee599b98097 +size 74317 diff --git a/MendeleyCXR/images/Darwin_00003375_person26_bacteria_133.png b/MendeleyCXR/images/Darwin_00003375_person26_bacteria_133.png new file mode 100644 index 0000000000000000000000000000000000000000..1e6c89f8c0b914e8d7a79a0a3191c4079705f105 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003375_person26_bacteria_133.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acffff9e009cc467335cf23088e320977db0fab1017841cc45715111dde81774 +size 74834 diff --git a/MendeleyCXR/images/Darwin_00003376_person253_bacteria_1152.png b/MendeleyCXR/images/Darwin_00003376_person253_bacteria_1152.png new file mode 100644 index 0000000000000000000000000000000000000000..df9c741c3653ddb3f4e638bc9f7a2f9284d98fb5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003376_person253_bacteria_1152.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5087699213f2eb3eac41a0b536d30700d18fb0bb1197dabe0e2b51567c98be38 +size 76629 diff --git a/MendeleyCXR/images/Darwin_00003377_person253_bacteria_1153.png b/MendeleyCXR/images/Darwin_00003377_person253_bacteria_1153.png new file mode 100644 index 0000000000000000000000000000000000000000..8539d03e9840b478c96647352157f6d776407a3a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003377_person253_bacteria_1153.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cd3d8ce7a251488de0e530a07b79e0f5e85f625c4ee7fcc7044254251010c5e +size 67355 diff --git a/MendeleyCXR/images/Darwin_00003378_person253_bacteria_1154.png b/MendeleyCXR/images/Darwin_00003378_person253_bacteria_1154.png new file mode 100644 index 0000000000000000000000000000000000000000..69ef20d208134849b778204219e032a079e0e17a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003378_person253_bacteria_1154.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3487e8d301f5c2cd416533bc05b6f2f6625258451226ca8b18c10b1c83e0ac23 +size 73996 diff --git a/MendeleyCXR/images/Darwin_00003379_person253_bacteria_1155.png b/MendeleyCXR/images/Darwin_00003379_person253_bacteria_1155.png new file mode 100644 index 0000000000000000000000000000000000000000..c8884cd25002a126398bcd7e9b8102dd85aeeea0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003379_person253_bacteria_1155.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a814372d51488877fea6e79df04b87aa13e73d3770c466545013286d2cf26b39 +size 68437 diff --git a/MendeleyCXR/images/Darwin_00003380_person253_bacteria_1156.png b/MendeleyCXR/images/Darwin_00003380_person253_bacteria_1156.png new file mode 100644 index 0000000000000000000000000000000000000000..66332939396e6dc2c6635c82374053f1dedbfd2f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003380_person253_bacteria_1156.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b37fd05c62541f9dc0dbdb09d61c5a8a7f1f1be7ce560b19fae6c74c91bc8270 +size 68360 diff --git a/MendeleyCXR/images/Darwin_00003381_person253_bacteria_1157.png b/MendeleyCXR/images/Darwin_00003381_person253_bacteria_1157.png new file mode 100644 index 0000000000000000000000000000000000000000..da8407f8d6f638c6c8c6e02d6e5e4dc9ac00d3ac --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003381_person253_bacteria_1157.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:968ff360f465bf8f47425c59ec5bb3968da6a927dbef47b6986567ee5187bb50 +size 71043 diff --git a/MendeleyCXR/images/Darwin_00003382_person255_bacteria_1160.png b/MendeleyCXR/images/Darwin_00003382_person255_bacteria_1160.png new file mode 100644 index 0000000000000000000000000000000000000000..d6df937f5432a3a35ddf493bff882b387505d1b0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003382_person255_bacteria_1160.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a941da802ed7ddc28fdcbf0bdd5fd9d953bf5314172294066b48871b12e1d9e +size 66883 diff --git a/MendeleyCXR/images/Darwin_00003383_person255_bacteria_1161.png b/MendeleyCXR/images/Darwin_00003383_person255_bacteria_1161.png new file mode 100644 index 0000000000000000000000000000000000000000..95157a2010e2430de358451ec0b0051d6fb670f1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003383_person255_bacteria_1161.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a3ab5b9244710f908dca4dbd4500520f77547268c14e0d009bd6f089410fc29 +size 68668 diff --git a/MendeleyCXR/images/Darwin_00003384_person255_bacteria_1162.png b/MendeleyCXR/images/Darwin_00003384_person255_bacteria_1162.png new file mode 100644 index 0000000000000000000000000000000000000000..419242fc4f98f6754c8e951e680e01afd88826db --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003384_person255_bacteria_1162.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9381605a3de7a0c5b451f9ecc97da88b76e4f41bc1fa2cbc6eaf90ad403e6a0f +size 72304 diff --git a/MendeleyCXR/images/Darwin_00003385_person255_bacteria_1165.png b/MendeleyCXR/images/Darwin_00003385_person255_bacteria_1165.png new file mode 100644 index 0000000000000000000000000000000000000000..2cbcafc2144dac3c77906836577c5ac85e3412aa --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003385_person255_bacteria_1165.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0feb62cdff04806d26b833a90cf9bca4a9bae1001c9ff1a2cb70e452724ecb2b +size 68758 diff --git a/MendeleyCXR/images/Darwin_00003386_person255_bacteria_1175.png b/MendeleyCXR/images/Darwin_00003386_person255_bacteria_1175.png new file mode 100644 index 0000000000000000000000000000000000000000..36e04df9a06d98379a2eb7c7423e0563b0c5ac56 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003386_person255_bacteria_1175.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f66b59cbabf2f82e540c652edf33fdf0a4c4a5e15578ea558640f83c6f8997de +size 71156 diff --git a/MendeleyCXR/images/Darwin_00003387_person255_bacteria_1182.png b/MendeleyCXR/images/Darwin_00003387_person255_bacteria_1182.png new file mode 100644 index 0000000000000000000000000000000000000000..99b32c27b4a1fbf1fcbd505030f7b28093ad7aa8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003387_person255_bacteria_1182.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc7b260ac797778ced4f5e18b427db3b9d59cc6c39a0d12390e0da0a68e574cc +size 70725 diff --git a/MendeleyCXR/images/Darwin_00003388_person255_bacteria_1188.png b/MendeleyCXR/images/Darwin_00003388_person255_bacteria_1188.png new file mode 100644 index 0000000000000000000000000000000000000000..179d813f22f16a603704386ce4662d51e1352f3f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003388_person255_bacteria_1188.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b789eff297b20a168e6e10e26cba9cd73e600c2a38368d7a474f01a1f55d3fbf +size 69063 diff --git a/MendeleyCXR/images/Darwin_00003389_person256_bacteria_1189.png b/MendeleyCXR/images/Darwin_00003389_person256_bacteria_1189.png new file mode 100644 index 0000000000000000000000000000000000000000..28d188cf479a447e0dc5deb005ebda7ab3ef3239 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003389_person256_bacteria_1189.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74b6b2eb2c8965a774cd58f79d4df7f320b50c0606cb7b66fd614fc3fafa6f33 +size 80999 diff --git a/MendeleyCXR/images/Darwin_00003390_person257_bacteria_1191.png b/MendeleyCXR/images/Darwin_00003390_person257_bacteria_1191.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e5e24c32a890f94fd3f477b82fabd3646f59e8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003390_person257_bacteria_1191.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2141f1271c419c5954cee8d3e74392e1883b7bc190a07ccb7c832e2b05eb489b +size 65383 diff --git a/MendeleyCXR/images/Darwin_00003391_person257_bacteria_1193.png b/MendeleyCXR/images/Darwin_00003391_person257_bacteria_1193.png new file mode 100644 index 0000000000000000000000000000000000000000..0c8e4111bc1435a196989b7b96711d07e93064eb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003391_person257_bacteria_1193.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d48a91f971b0821da3b90dc649ab738893aa6ca51313d96d307601ec1aa957b +size 64214 diff --git a/MendeleyCXR/images/Darwin_00003392_person257_bacteria_1194.png b/MendeleyCXR/images/Darwin_00003392_person257_bacteria_1194.png new file mode 100644 index 0000000000000000000000000000000000000000..c9ce796b51559dbd17334cb3f31271df004e565c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003392_person257_bacteria_1194.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dca10a53ce1e2c331a3f26508200c62c56b9768940b09ff81df58c834278df78 +size 71881 diff --git a/MendeleyCXR/images/Darwin_00003393_person257_bacteria_1195.png b/MendeleyCXR/images/Darwin_00003393_person257_bacteria_1195.png new file mode 100644 index 0000000000000000000000000000000000000000..227c0378230d152f56bf6131b7dd608323edf767 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003393_person257_bacteria_1195.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e019823d887dd2cddd4de904f9f475fcb363afc17548222fc177c9537455edb2 +size 64393 diff --git a/MendeleyCXR/images/Darwin_00003394_person257_bacteria_1196.png b/MendeleyCXR/images/Darwin_00003394_person257_bacteria_1196.png new file mode 100644 index 0000000000000000000000000000000000000000..c7c9d5992fbb98db4e6fa5a50ef3ba49852e6830 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003394_person257_bacteria_1196.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f355a42c6f6cd1c40d049752408d3ecba7059adfc1949acc0c18a60a8007caa4 +size 70337 diff --git a/MendeleyCXR/images/Darwin_00003395_person257_bacteria_1197.png b/MendeleyCXR/images/Darwin_00003395_person257_bacteria_1197.png new file mode 100644 index 0000000000000000000000000000000000000000..59e4dc210627b3540d0b10a8fecaf6cc71323aff --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003395_person257_bacteria_1197.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5e4cd1cb271c91f2b9def1a4090b913b1861c459409b4f86ff29e1d371ce9a2 +size 65036 diff --git a/MendeleyCXR/images/Darwin_00003396_person257_bacteria_1199.png b/MendeleyCXR/images/Darwin_00003396_person257_bacteria_1199.png new file mode 100644 index 0000000000000000000000000000000000000000..35e3e8ef2dd4ea35a93a5806e9ae6e6e6e447419 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003396_person257_bacteria_1199.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:298bc85282ce2c8b5c51e4adddbf5de7ec7cc468257721a92d8db168f7e0d15d +size 73342 diff --git a/MendeleyCXR/images/Darwin_00003397_person257_bacteria_1200.png b/MendeleyCXR/images/Darwin_00003397_person257_bacteria_1200.png new file mode 100644 index 0000000000000000000000000000000000000000..dfea26fecb259ede6bd74c1a4eca9745e9a99109 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003397_person257_bacteria_1200.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8020a3f90afa8a3d03e3ad167532ed0a9b17f0cfc05ad314a003d965044e7b2 +size 76253 diff --git a/MendeleyCXR/images/Darwin_00003398_person258_bacteria_1205.png b/MendeleyCXR/images/Darwin_00003398_person258_bacteria_1205.png new file mode 100644 index 0000000000000000000000000000000000000000..2c14bd5047dec1022061e923278fc8160b4321d9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003398_person258_bacteria_1205.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b9ece26aec436b64a6d45731dcb68e0ecd3135d2ddbc486750c72411dd1478b +size 74187 diff --git a/MendeleyCXR/images/Darwin_00003399_person258_bacteria_1206.png b/MendeleyCXR/images/Darwin_00003399_person258_bacteria_1206.png new file mode 100644 index 0000000000000000000000000000000000000000..c8aca4c0814e8fada6f4e6e21c121b8977aa5e8a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003399_person258_bacteria_1206.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:151b9641fa40af88cf17b326f43c75a1657c46b0b064bec0053164940b4ae3e5 +size 71465 diff --git a/MendeleyCXR/images/Darwin_00003400_person258_bacteria_1207.png b/MendeleyCXR/images/Darwin_00003400_person258_bacteria_1207.png new file mode 100644 index 0000000000000000000000000000000000000000..9c4c5ddfd2779dc0efe605c78731d021b8f90b25 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003400_person258_bacteria_1207.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f78a179c0f8a30b22c5b82fd9e69f851f2c760a5622c2e5506d8940c78214f16 +size 78454 diff --git a/MendeleyCXR/images/Darwin_00003403_person258_bacteria_1210.png b/MendeleyCXR/images/Darwin_00003403_person258_bacteria_1210.png new file mode 100644 index 0000000000000000000000000000000000000000..4fca6a41506476fe3fb9c035d5d7410fbd65f452 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003403_person258_bacteria_1210.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3545981c88d2407364a93c04cc44e67b803dfac2d4959448e83399688efbab5d +size 72644 diff --git a/MendeleyCXR/images/Darwin_00003404_person258_bacteria_1212.png b/MendeleyCXR/images/Darwin_00003404_person258_bacteria_1212.png new file mode 100644 index 0000000000000000000000000000000000000000..619aea664d0ad876882799e9f2fcf0f1df741122 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003404_person258_bacteria_1212.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb7d69b77fab443cb5bdb2847a73baa802be0140265d38bfc33409325ae19c2f +size 79170 diff --git a/MendeleyCXR/images/Darwin_00003405_person258_bacteria_1214.png b/MendeleyCXR/images/Darwin_00003405_person258_bacteria_1214.png new file mode 100644 index 0000000000000000000000000000000000000000..fc5018d0159c2b9bc134492ccfd4f33fd77d0078 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003405_person258_bacteria_1214.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff7a60e4c766ae35fb2bc4939874cee89be9eba54e9ebf5339f84d16e94c07b5 +size 75005 diff --git a/MendeleyCXR/images/Darwin_00003406_person258_bacteria_1215.png b/MendeleyCXR/images/Darwin_00003406_person258_bacteria_1215.png new file mode 100644 index 0000000000000000000000000000000000000000..5a726faf617aff11c32da4977ee0f9b57f8f2d9d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003406_person258_bacteria_1215.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e854177a476920b6a3ed9e62d596e35623d988c7175e580269afe38a2815d8c +size 71674 diff --git a/MendeleyCXR/images/Darwin_00003407_person258_bacteria_1216.png b/MendeleyCXR/images/Darwin_00003407_person258_bacteria_1216.png new file mode 100644 index 0000000000000000000000000000000000000000..0fd6f9107a0852fcbee868adcca0621a6810741b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003407_person258_bacteria_1216.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a43a5b0780002ac6187c0946f2116b9ae15e28852c86d3c0333ecceac59f25cf +size 78181 diff --git a/MendeleyCXR/images/Darwin_00003409_person259_bacteria_1219.png b/MendeleyCXR/images/Darwin_00003409_person259_bacteria_1219.png new file mode 100644 index 0000000000000000000000000000000000000000..00ab149dc67f241dc104062532e6b173ddedc775 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003409_person259_bacteria_1219.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c172ebc4c1cd5244f03c9bb9be85bd38cb14426e92a471667b73718249e3afc5 +size 71610 diff --git a/MendeleyCXR/images/Darwin_00003411_person260_bacteria_1222.png b/MendeleyCXR/images/Darwin_00003411_person260_bacteria_1222.png new file mode 100644 index 0000000000000000000000000000000000000000..01102e3dbdfa96c7f5750bb57ae12c832aa3229c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003411_person260_bacteria_1222.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2973570bab993c1689d43f3f03c25dc45a136b37e756b6a0b079a96da6510794 +size 74337 diff --git a/MendeleyCXR/images/Darwin_00003412_person260_bacteria_1223.png b/MendeleyCXR/images/Darwin_00003412_person260_bacteria_1223.png new file mode 100644 index 0000000000000000000000000000000000000000..cd8505e96a52ab164906e30ccf1605442c92c0f0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003412_person260_bacteria_1223.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1d08599c10774c05157474cd3ee98ceff3d15eaf68569ffc99c9375a9b50f78 +size 67863 diff --git a/MendeleyCXR/images/Darwin_00003413_person260_bacteria_1224.png b/MendeleyCXR/images/Darwin_00003413_person260_bacteria_1224.png new file mode 100644 index 0000000000000000000000000000000000000000..425302cb4d1d370254f50d24df9a949368903df6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003413_person260_bacteria_1224.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71b5016b663d493f178371da38da5001b9f68a2bb4b333ab106ba93ee8034db9 +size 80291 diff --git a/MendeleyCXR/images/Darwin_00003414_person261_bacteria_1225.png b/MendeleyCXR/images/Darwin_00003414_person261_bacteria_1225.png new file mode 100644 index 0000000000000000000000000000000000000000..2d34a32fa47fbb065d701bf008f2fe7d5963b128 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003414_person261_bacteria_1225.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c59b6d9b9fc36956360de58f2e10f3180cde1cdb3059ac58e7e6ef29c16f8e0 +size 69576 diff --git a/MendeleyCXR/images/Darwin_00003415_person262_bacteria_1226.png b/MendeleyCXR/images/Darwin_00003415_person262_bacteria_1226.png new file mode 100644 index 0000000000000000000000000000000000000000..ef4b99a84d1ed8d38bee50a69eebe63837797c1d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003415_person262_bacteria_1226.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f14bac5b890cb8fe609de6e987d86928f4be0bd83674536a0d18bce1dc810d85 +size 70706 diff --git a/MendeleyCXR/images/Darwin_00003416_person263_bacteria_1227.png b/MendeleyCXR/images/Darwin_00003416_person263_bacteria_1227.png new file mode 100644 index 0000000000000000000000000000000000000000..b83c165389c1103f6ffcfa3c105ceea53359aa81 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003416_person263_bacteria_1227.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97acbe6d6813b6c9023799518b1e02853a801fbacddaef4eb5e0210014efe674 +size 72745 diff --git a/MendeleyCXR/images/Darwin_00003417_person264_bacteria_1228.png b/MendeleyCXR/images/Darwin_00003417_person264_bacteria_1228.png new file mode 100644 index 0000000000000000000000000000000000000000..317d858bb3d4c2c686da9103938aafefc7633ca5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003417_person264_bacteria_1228.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d80758bde8ec5563a382d78cf76660c9aca9215506c073d2542148832d70375 +size 70331 diff --git a/MendeleyCXR/images/Darwin_00003418_person264_bacteria_1229.png b/MendeleyCXR/images/Darwin_00003418_person264_bacteria_1229.png new file mode 100644 index 0000000000000000000000000000000000000000..ed5f53733ecc1417afb97791b3f19ea5d3b22c2d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003418_person264_bacteria_1229.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8210ebb37cf7df7c1283c81698521430d13fb7ab1a2a522b4ef2514741ae130 +size 71837 diff --git a/MendeleyCXR/images/Darwin_00003419_person264_bacteria_1230.png b/MendeleyCXR/images/Darwin_00003419_person264_bacteria_1230.png new file mode 100644 index 0000000000000000000000000000000000000000..60df67645b9a28ba56c276081ad22efe709a316e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003419_person264_bacteria_1230.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccc5d59363453acf6fe82910bc0ee159c8fbe7788dc9a9479d1fc008edad8cdd +size 70476 diff --git a/MendeleyCXR/images/Darwin_00003421_person264_bacteria_1232.png b/MendeleyCXR/images/Darwin_00003421_person264_bacteria_1232.png new file mode 100644 index 0000000000000000000000000000000000000000..02aa5d88d0f4b8ba88e152bb034e2e3626bb01af --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003421_person264_bacteria_1232.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d02242e4326704b64094c11516b3152994f71bf69522b13ff55b35778cadbb2a +size 73071 diff --git a/MendeleyCXR/images/Darwin_00003422_person264_bacteria_1233.png b/MendeleyCXR/images/Darwin_00003422_person264_bacteria_1233.png new file mode 100644 index 0000000000000000000000000000000000000000..5c26c754014b27e481a727881ec2058ba29ae5d2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003422_person264_bacteria_1233.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab34071a43f2ae7da5ca677a00ce8b5ee0ee771395c65232c416df985f3cfb58 +size 76691 diff --git a/MendeleyCXR/images/Darwin_00003423_person264_bacteria_1234.png b/MendeleyCXR/images/Darwin_00003423_person264_bacteria_1234.png new file mode 100644 index 0000000000000000000000000000000000000000..5d84d078aefa9e3d96e026fa3d8d29662d9df403 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003423_person264_bacteria_1234.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33c039832a12f6483116947417d4fc9dd8ff5ca0152ced85f9d3086dbe52458a +size 81241 diff --git a/MendeleyCXR/images/Darwin_00003424_person265_bacteria_1235.png b/MendeleyCXR/images/Darwin_00003424_person265_bacteria_1235.png new file mode 100644 index 0000000000000000000000000000000000000000..4cda3196f34bf49affb7723b3b1bc1284eb0d440 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003424_person265_bacteria_1235.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:989ec4801f32087bb45ac117eecf7eaf21e8c3850057fb63b4f0ca0aa908928c +size 74266 diff --git a/MendeleyCXR/images/Darwin_00003425_person265_bacteria_1236.png b/MendeleyCXR/images/Darwin_00003425_person265_bacteria_1236.png new file mode 100644 index 0000000000000000000000000000000000000000..65b2d2a4bdb46c03ab559dce36869adad3223137 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003425_person265_bacteria_1236.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b60523a6038cb539ec33500ec14bb38c284c6b88ac9766b09860e2c25e4e80bf +size 80490 diff --git a/MendeleyCXR/images/Darwin_00003426_person266_bacteria_1237.png b/MendeleyCXR/images/Darwin_00003426_person266_bacteria_1237.png new file mode 100644 index 0000000000000000000000000000000000000000..853ec8a6ff78400568a8226684e04f378e6de889 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003426_person266_bacteria_1237.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:620910b937a02ca2a90c26a3c82735e2408ffcc262cccedca4673580c153c0c3 +size 67131 diff --git a/MendeleyCXR/images/Darwin_00003428_person266_bacteria_1239.png b/MendeleyCXR/images/Darwin_00003428_person266_bacteria_1239.png new file mode 100644 index 0000000000000000000000000000000000000000..1a07e15762d2d05aa4b1cb2abf8076ffc1f6f826 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003428_person266_bacteria_1239.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07ea99c295ec193cfa1d693d3eb4fcf7701823e64b9b0b2ab364e5992f5701be +size 68940 diff --git a/MendeleyCXR/images/Darwin_00003429_person266_bacteria_1240.png b/MendeleyCXR/images/Darwin_00003429_person266_bacteria_1240.png new file mode 100644 index 0000000000000000000000000000000000000000..04c3f91aa7042f3ab46e001f293fc59e6d0cb07a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003429_person266_bacteria_1240.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54fc4851646b44c839904e2625368c70475716c68c2ac251605b124b0f10558b +size 67538 diff --git a/MendeleyCXR/images/Darwin_00003430_person266_bacteria_1241.png b/MendeleyCXR/images/Darwin_00003430_person266_bacteria_1241.png new file mode 100644 index 0000000000000000000000000000000000000000..4c792a8c3b441d86db852484612109d43b398101 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003430_person266_bacteria_1241.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b6969fea6b53a41b0ae463e21543ad7ecc45bc4fba96962433d2dc7b17ff332 +size 74282 diff --git a/MendeleyCXR/images/Darwin_00003431_person266_bacteria_1242.png b/MendeleyCXR/images/Darwin_00003431_person266_bacteria_1242.png new file mode 100644 index 0000000000000000000000000000000000000000..ffec6a87a7ddb3942d173fad08eb39db0391a078 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003431_person266_bacteria_1242.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7714c2b75ac38fa9d00b89bcd05400a07824ca50b0321b3f7e06e62156168690 +size 67730 diff --git a/MendeleyCXR/images/Darwin_00003432_person266_bacteria_1244.png b/MendeleyCXR/images/Darwin_00003432_person266_bacteria_1244.png new file mode 100644 index 0000000000000000000000000000000000000000..43196212a7250920fb4b87ac24616ee6055a739d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003432_person266_bacteria_1244.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1cbae71a48202e4c962d6b80fc46037012e05e836624cb33e5d89dbb6485790 +size 67211 diff --git a/MendeleyCXR/images/Darwin_00003433_person266_bacteria_1245.png b/MendeleyCXR/images/Darwin_00003433_person266_bacteria_1245.png new file mode 100644 index 0000000000000000000000000000000000000000..1d1e69744e8581b20e98f1e3c00ca64d208e4c96 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003433_person266_bacteria_1245.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c56a1897f33669eb1a401dbdbdc91c525fb59175cb40d76990bc27b45172f450 +size 68703 diff --git a/MendeleyCXR/images/Darwin_00003434_person266_bacteria_1247.png b/MendeleyCXR/images/Darwin_00003434_person266_bacteria_1247.png new file mode 100644 index 0000000000000000000000000000000000000000..12cb766a7c9ad55e5745fb7ae274cb73f2c7492d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003434_person266_bacteria_1247.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:988fa7597bdbf1b10a5b86934c0905de9abf4a9ff1fb3f086a01ebc84126abc3 +size 73316 diff --git a/MendeleyCXR/images/Darwin_00003435_person266_bacteria_1248.png b/MendeleyCXR/images/Darwin_00003435_person266_bacteria_1248.png new file mode 100644 index 0000000000000000000000000000000000000000..beabea9a340f0358dba486a0fb22f2f5ff4d17b6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003435_person266_bacteria_1248.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11e007e11bf636c7572c65e8e14ed02d5c4b90ef022fc2612d9181379fea6224 +size 70264 diff --git a/MendeleyCXR/images/Darwin_00003436_person266_bacteria_1249.png b/MendeleyCXR/images/Darwin_00003436_person266_bacteria_1249.png new file mode 100644 index 0000000000000000000000000000000000000000..e468d6078aa6db4cd2bc2904e2266c20a908722e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003436_person266_bacteria_1249.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:645143eaad200c6b3d880a3b03ccb069e618fc046be594ab192e28d5457723a2 +size 68445 diff --git a/MendeleyCXR/images/Darwin_00003437_person267_bacteria_1250.png b/MendeleyCXR/images/Darwin_00003437_person267_bacteria_1250.png new file mode 100644 index 0000000000000000000000000000000000000000..6f152fff4497720f38a959ebb0623935139cfdc8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003437_person267_bacteria_1250.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2498641a44eeaf7f11feab0704ab1cd245b63dca1335c5d9f9ed7cfaa545f13e +size 71624 diff --git a/MendeleyCXR/images/Darwin_00003438_person267_bacteria_1251.png b/MendeleyCXR/images/Darwin_00003438_person267_bacteria_1251.png new file mode 100644 index 0000000000000000000000000000000000000000..38c79fea2539b32cd00604ec631ed4eeb0dc0646 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003438_person267_bacteria_1251.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddbcd287ed2bf5907139348eeb41dca1d5fe2c7d2fe3e25b807207deb72b7081 +size 72649 diff --git a/MendeleyCXR/images/Darwin_00003439_person267_bacteria_1252.png b/MendeleyCXR/images/Darwin_00003439_person267_bacteria_1252.png new file mode 100644 index 0000000000000000000000000000000000000000..c45a62c18e2a7cbe944335fcaf0b4b31ac3093bc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003439_person267_bacteria_1252.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5a30f293ae74887f4d3dd6a07389f8a1d7a8d8c211a97eb96bc5198e97aefed +size 77489 diff --git a/MendeleyCXR/images/Darwin_00003440_person267_bacteria_1253.png b/MendeleyCXR/images/Darwin_00003440_person267_bacteria_1253.png new file mode 100644 index 0000000000000000000000000000000000000000..1c6a5b95dda64e0ae101febc72b375f14b972bfa --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003440_person267_bacteria_1253.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f2dda9440de67ea835f31251b5d52586000cd5a0e023902ca1cff70c1003304 +size 88247 diff --git a/MendeleyCXR/images/Darwin_00003441_person274_bacteria_1288.png b/MendeleyCXR/images/Darwin_00003441_person274_bacteria_1288.png new file mode 100644 index 0000000000000000000000000000000000000000..4e3c6d3489b093e9ddea92c6ed03087f9b54f2d7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003441_person274_bacteria_1288.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc13a56c2022cfd5547c8a8a88538447f0c53edcc3bd74a0b7c940484f375fc1 +size 74681 diff --git a/MendeleyCXR/images/Darwin_00003442_person274_bacteria_1289.png b/MendeleyCXR/images/Darwin_00003442_person274_bacteria_1289.png new file mode 100644 index 0000000000000000000000000000000000000000..d5b6c90bc22fd1ea3c06b53cbd992e28d1f91a8e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003442_person274_bacteria_1289.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5903db9481be24c13cb69006fc20209445cf87a807817d136cf201a7582a4b69 +size 77936 diff --git a/MendeleyCXR/images/Darwin_00003443_person274_bacteria_1290.png b/MendeleyCXR/images/Darwin_00003443_person274_bacteria_1290.png new file mode 100644 index 0000000000000000000000000000000000000000..3ee5de1da48424b67311cdbab79fa26540a00477 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003443_person274_bacteria_1290.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:026bf797e1eb899c50375c8f334c69ec435c9de9fcab1c5b4fa93c23d015af4d +size 74894 diff --git a/MendeleyCXR/images/Darwin_00003444_person275_bacteria_1291.png b/MendeleyCXR/images/Darwin_00003444_person275_bacteria_1291.png new file mode 100644 index 0000000000000000000000000000000000000000..7ea49c23b455f9624c07cb66bcb078f57999813b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003444_person275_bacteria_1291.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e421e390c0d71e82703dac5f6924c4c6508c74ebcde902db3c26723ff7d24c7a +size 75334 diff --git a/MendeleyCXR/images/Darwin_00003445_person275_bacteria_1293.png b/MendeleyCXR/images/Darwin_00003445_person275_bacteria_1293.png new file mode 100644 index 0000000000000000000000000000000000000000..5e0b99313407a4ae5122f182e5696a911bc4bdfa --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003445_person275_bacteria_1293.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:065abcaa5af93a0b523b87cf8311c26e979f0c044e00c857e95dd51047cab4b5 +size 73383 diff --git a/MendeleyCXR/images/Darwin_00003446_person275_bacteria_1294.png b/MendeleyCXR/images/Darwin_00003446_person275_bacteria_1294.png new file mode 100644 index 0000000000000000000000000000000000000000..e480905beb411d5007d914ee7197a52c83c3c493 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003446_person275_bacteria_1294.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a9445bc0c3fdfc6c2bd409c1980283eb270339803f0f1529d0b8ad27e1fd334 +size 78514 diff --git a/MendeleyCXR/images/Darwin_00003447_person1814_bacteria_4669.png b/MendeleyCXR/images/Darwin_00003447_person1814_bacteria_4669.png new file mode 100644 index 0000000000000000000000000000000000000000..8db44cd465c1868ea8cc30f91b509996039f5983 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003447_person1814_bacteria_4669.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c305bd635ea09feb0848819ff9945828e5519e7be6f5ec832deb0395a9c267ad +size 70062 diff --git a/MendeleyCXR/images/Darwin_00003448_person1816_bacteria_4673.png b/MendeleyCXR/images/Darwin_00003448_person1816_bacteria_4673.png new file mode 100644 index 0000000000000000000000000000000000000000..469340465bcd920ce18e9be9881b99393e18ae6e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003448_person1816_bacteria_4673.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58e5b51e7d7bff9aa674a4851fbbda4ccafca3af941ee2f23737b01c1de198c9 +size 61655 diff --git a/MendeleyCXR/images/Darwin_00003449_person1816_bacteria_4674.png b/MendeleyCXR/images/Darwin_00003449_person1816_bacteria_4674.png new file mode 100644 index 0000000000000000000000000000000000000000..28ab48fa85b24f72ad166f96c3b6448c5c213999 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003449_person1816_bacteria_4674.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:296ec31672476c139dd19b5eec07dacbd21c0b5c4a260b37c89f6ebfb9b99607 +size 70181 diff --git a/MendeleyCXR/images/Darwin_00003450_person1817_bacteria_4675.png b/MendeleyCXR/images/Darwin_00003450_person1817_bacteria_4675.png new file mode 100644 index 0000000000000000000000000000000000000000..e5a51f6af4c863dbf57350bc0cf1d2024b4cf629 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003450_person1817_bacteria_4675.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1644e79bf27cc0d7c958b792758dc7462b26479387fc549e42a38f770b814ae +size 70667 diff --git a/MendeleyCXR/images/Darwin_00003451_person1818_bacteria_4676.png b/MendeleyCXR/images/Darwin_00003451_person1818_bacteria_4676.png new file mode 100644 index 0000000000000000000000000000000000000000..d9316de2a2a9d9b845b92b0aebae9c947c065d7c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003451_person1818_bacteria_4676.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:172512c3413eff7caf5de8670dece5cefa6bd2cf6ee6956c70b8fc1996931373 +size 72582 diff --git a/MendeleyCXR/images/Darwin_00003452_person1819_bacteria_4677.png b/MendeleyCXR/images/Darwin_00003452_person1819_bacteria_4677.png new file mode 100644 index 0000000000000000000000000000000000000000..c1bbab9bd43bb610da6d2374f5d68b6e45344c7b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003452_person1819_bacteria_4677.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a2b83a2e15e4d35c6273cda8775588d51357dd76af91050f60e835110401edb +size 63190 diff --git a/MendeleyCXR/images/Darwin_00003453_person1823_bacteria_4682.png b/MendeleyCXR/images/Darwin_00003453_person1823_bacteria_4682.png new file mode 100644 index 0000000000000000000000000000000000000000..fdacc3d26af03f5e4ee614287963fe97e48889d1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003453_person1823_bacteria_4682.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a04088f72adb02aeb0603930f4f3788dd1193d5c5345b96136c72897307e0151 +size 73511 diff --git a/MendeleyCXR/images/Darwin_00003454_person1830_bacteria_4693.png b/MendeleyCXR/images/Darwin_00003454_person1830_bacteria_4693.png new file mode 100644 index 0000000000000000000000000000000000000000..0de0a03d5f9e259344be779e5dbd524f4ab77dde --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003454_person1830_bacteria_4693.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bc97550d4b9d5d1ff6db9cf724382207d0a81d9224f00fa41b6806a6603f413 +size 66346 diff --git a/MendeleyCXR/images/Darwin_00003455_person1835_bacteria_4699.png b/MendeleyCXR/images/Darwin_00003455_person1835_bacteria_4699.png new file mode 100644 index 0000000000000000000000000000000000000000..526bbd35c9a3812c31aeadd0f89518f9928469cb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003455_person1835_bacteria_4699.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cca080b48370b86859770e2458dd5f213241ef7c567c49c919484cbe3beeb54c +size 68559 diff --git a/MendeleyCXR/images/Darwin_00003456_person1838_bacteria_4703.png b/MendeleyCXR/images/Darwin_00003456_person1838_bacteria_4703.png new file mode 100644 index 0000000000000000000000000000000000000000..1c17ca6e7c664bd6ac4419dfb2cb1877d6e58baf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003456_person1838_bacteria_4703.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c74fc693567cd70280d99d3cdc3ad6249661493683492b2158a97d5a9f66b17 +size 73051 diff --git a/MendeleyCXR/images/Darwin_00003457_person1839_bacteria_4705.png b/MendeleyCXR/images/Darwin_00003457_person1839_bacteria_4705.png new file mode 100644 index 0000000000000000000000000000000000000000..022a08ea14dd227d221f6a754e84a2734035ffac --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003457_person1839_bacteria_4705.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b37c6bf594175578b94c725a0e654ec97063026a4d4015ccf6cc785f51f75def +size 72714 diff --git a/MendeleyCXR/images/Darwin_00003458_person1841_bacteria_4708.png b/MendeleyCXR/images/Darwin_00003458_person1841_bacteria_4708.png new file mode 100644 index 0000000000000000000000000000000000000000..d797680a6fdcd083bd445353d87171e21cf0c1bb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003458_person1841_bacteria_4708.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d5ca3c2c29f48d93004ff28bb9ed4fb76d14bbab03303aa39c8690c398a513f +size 71280 diff --git a/MendeleyCXR/images/Darwin_00003459_person1843_bacteria_4710.png b/MendeleyCXR/images/Darwin_00003459_person1843_bacteria_4710.png new file mode 100644 index 0000000000000000000000000000000000000000..f5cc39feccf51d2dc9c74137a43f2fa8d73f3574 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003459_person1843_bacteria_4710.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98aa2bc7bc5dc40a9e41bc83f94b920adb2a851c46a31ac110a9b8acd737b948 +size 75529 diff --git a/MendeleyCXR/images/Darwin_00003460_person1847_bacteria_4716.png b/MendeleyCXR/images/Darwin_00003460_person1847_bacteria_4716.png new file mode 100644 index 0000000000000000000000000000000000000000..719a9464dfb5e1cbb969f3c586a0a2a78bbaefe0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003460_person1847_bacteria_4716.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b97c8bf79ba95242af73cbe9d22563d082c4556356f0bdb9d26946f2fe5437bc +size 68392 diff --git a/MendeleyCXR/images/Darwin_00003461_person1848_bacteria_4719.png b/MendeleyCXR/images/Darwin_00003461_person1848_bacteria_4719.png new file mode 100644 index 0000000000000000000000000000000000000000..40ef37fcd7ec908a3dd9a9502c361131ed678dd3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003461_person1848_bacteria_4719.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88ffb62d5b2ff79ee586a1ded6b1b59bffc8be3dab7f69002fc81d8ec66445bd +size 64792 diff --git a/MendeleyCXR/images/Darwin_00003462_person1850_bacteria_4721.png b/MendeleyCXR/images/Darwin_00003462_person1850_bacteria_4721.png new file mode 100644 index 0000000000000000000000000000000000000000..a35985f005f49acd4729cac4339af935f189034e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003462_person1850_bacteria_4721.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6d372df7e66cc3540a377ed8deb9327ec1cb446d2fce5de7621244f35496bc8 +size 71780 diff --git a/MendeleyCXR/images/Darwin_00003463_person1851_bacteria_4722.png b/MendeleyCXR/images/Darwin_00003463_person1851_bacteria_4722.png new file mode 100644 index 0000000000000000000000000000000000000000..b372b00779e98e44ae47bb843657c246fb7eb851 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003463_person1851_bacteria_4722.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6f41b444e3705fdc9123f84a7d7f1c233d473867ab359a5c663360c616ee340 +size 71664 diff --git a/MendeleyCXR/images/Darwin_00003464_person1852_bacteria_4724.png b/MendeleyCXR/images/Darwin_00003464_person1852_bacteria_4724.png new file mode 100644 index 0000000000000000000000000000000000000000..bb42cc4e10168cdfc83570ec31256f356e051139 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003464_person1852_bacteria_4724.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:064fe27761412919958c7173635da58ee43b7faf0ba9b2119b79251fdc928989 +size 78777 diff --git a/MendeleyCXR/images/Darwin_00003465_person1855_bacteria_4727.png b/MendeleyCXR/images/Darwin_00003465_person1855_bacteria_4727.png new file mode 100644 index 0000000000000000000000000000000000000000..bc41da57f0c8aa4d7c1d3b52b266ddff3373dde8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003465_person1855_bacteria_4727.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eba88b5f26f7b224bd87bd24c6c350b00d29c828aa82007940de0678e6334c4e +size 66461 diff --git a/MendeleyCXR/images/Darwin_00003466_person1857_bacteria_4729.png b/MendeleyCXR/images/Darwin_00003466_person1857_bacteria_4729.png new file mode 100644 index 0000000000000000000000000000000000000000..e9bf920440cec2062b67ddc644d3eb10ae8b7833 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003466_person1857_bacteria_4729.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd086f5ce5ad570c69ed61aa9db3b333acf2f53214ede6ee110895c6ae201260 +size 66125 diff --git a/MendeleyCXR/images/Darwin_00003467_person1858_bacteria_4730.png b/MendeleyCXR/images/Darwin_00003467_person1858_bacteria_4730.png new file mode 100644 index 0000000000000000000000000000000000000000..74e821d455e2bc5eadf19334519a12b8ffc799fb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003467_person1858_bacteria_4730.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:265ee74ab318f3c4a92a6e6dd9f9f7254655e03e68e1a0ba74cc782d13f1baad +size 63182 diff --git a/MendeleyCXR/images/Darwin_00003468_person1859_bacteria_4731.png b/MendeleyCXR/images/Darwin_00003468_person1859_bacteria_4731.png new file mode 100644 index 0000000000000000000000000000000000000000..546c67aa2a16e262c41943a541ca0792bbbaf33c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003468_person1859_bacteria_4731.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8017b1e6bb774ff44b69e354ea1d9742a4e26191f27bb42aab8e7d6086824359 +size 69623 diff --git a/MendeleyCXR/images/Darwin_00003469_person1860_bacteria_4732.png b/MendeleyCXR/images/Darwin_00003469_person1860_bacteria_4732.png new file mode 100644 index 0000000000000000000000000000000000000000..39e8fb5571069a33c87a83a77593d71215f30853 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003469_person1860_bacteria_4732.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2b4f1b7f229f59cbc5f3cbd8163cce426712ba1641219e985840e2207dcec6b +size 66504 diff --git a/MendeleyCXR/images/Darwin_00003470_person1863_bacteria_4735.png b/MendeleyCXR/images/Darwin_00003470_person1863_bacteria_4735.png new file mode 100644 index 0000000000000000000000000000000000000000..49a26c6758b397ba6d63d41053f911c0218eef68 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003470_person1863_bacteria_4735.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83a20b28b2d0e3d5a307994f45daad5cf3446bcae9260f2c83abc701cd281657 +size 74922 diff --git a/MendeleyCXR/images/Darwin_00003471_person1864_bacteria_4736.png b/MendeleyCXR/images/Darwin_00003471_person1864_bacteria_4736.png new file mode 100644 index 0000000000000000000000000000000000000000..3ba32da65d6d6214a833ec0afa0eb427515d03c2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003471_person1864_bacteria_4736.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba06442af001093840945304d76170e561e34a76316e2e2f09896b1ff6353ea3 +size 72573 diff --git a/MendeleyCXR/images/Darwin_00003472_person1865_bacteria_4737.png b/MendeleyCXR/images/Darwin_00003472_person1865_bacteria_4737.png new file mode 100644 index 0000000000000000000000000000000000000000..5dc29ddd83e06ba84b0583cbe706a1eaa0ad6b35 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003472_person1865_bacteria_4737.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62f8f4a3b5ecf1c159baccdd3d56c8d7815825a45aea37e563756a7f0cc7e956 +size 60441 diff --git a/MendeleyCXR/images/Darwin_00003473_person1865_bacteria_4739.png b/MendeleyCXR/images/Darwin_00003473_person1865_bacteria_4739.png new file mode 100644 index 0000000000000000000000000000000000000000..10fb9d80ab9954f8f8f5e293eaf1cc182ab470bc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003473_person1865_bacteria_4739.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:228e5fd0027316b7d993bc3a90871aebc1161a0bcab938a4c25646718f04c0e6 +size 73913 diff --git a/MendeleyCXR/images/Darwin_00003474_person1866_bacteria_4740.png b/MendeleyCXR/images/Darwin_00003474_person1866_bacteria_4740.png new file mode 100644 index 0000000000000000000000000000000000000000..e4f9008991fcebd7cefdf3d722a920730ab07dcd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003474_person1866_bacteria_4740.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbfe432d978310d3d26387e1f252f759f83dfaa7eced1db91e1640e7adfdf1ac +size 62797 diff --git a/MendeleyCXR/images/Darwin_00003475_person1867_bacteria_4741.png b/MendeleyCXR/images/Darwin_00003475_person1867_bacteria_4741.png new file mode 100644 index 0000000000000000000000000000000000000000..7351c3aadf85d6ef223a88254a97c168d4c9d2f3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003475_person1867_bacteria_4741.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b663d0fc25faf1dea6e368ad7a4d2919740102b9b21c308d52ae2b19225f33de +size 71837 diff --git a/MendeleyCXR/images/Darwin_00003477_person1869_bacteria_4745.png b/MendeleyCXR/images/Darwin_00003477_person1869_bacteria_4745.png new file mode 100644 index 0000000000000000000000000000000000000000..ab65daf866f6c8533a83c2105a9e7fe0a265c11e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003477_person1869_bacteria_4745.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:222baa21f7771da403398492dc7235e9db0742d45396a95a7c9f18cd47a6bb3a +size 65089 diff --git a/MendeleyCXR/images/Darwin_00003478_person1872_bacteria_4750.png b/MendeleyCXR/images/Darwin_00003478_person1872_bacteria_4750.png new file mode 100644 index 0000000000000000000000000000000000000000..e26dc223d2680ca90aba15fd15e4d668c9dd6a53 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003478_person1872_bacteria_4750.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2d65333694c1fcbe7cb251ed100bccb522632455371ada6271989849eebe73a +size 59065 diff --git a/MendeleyCXR/images/Darwin_00003479_person1872_bacteria_4751.png b/MendeleyCXR/images/Darwin_00003479_person1872_bacteria_4751.png new file mode 100644 index 0000000000000000000000000000000000000000..7a1cf50856ce06ddaf5998cf8b7763f760df10f0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003479_person1872_bacteria_4751.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5fdbafffd6e1844d0efa0df95a2f3b6900156b6953f4c58042f9e9be5eee2b1 +size 67948 diff --git a/MendeleyCXR/images/Darwin_00003480_person1875_bacteria_4756.png b/MendeleyCXR/images/Darwin_00003480_person1875_bacteria_4756.png new file mode 100644 index 0000000000000000000000000000000000000000..959d1891f1ff60888bda2a398c6f39bf7e32f2e5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003480_person1875_bacteria_4756.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c17feaf628d709afe139142efd7235554e00f1c5ffd3114a87b4ab9a8cccb9ce +size 74261 diff --git a/MendeleyCXR/images/Darwin_00003481_person1876_bacteria_4760.png b/MendeleyCXR/images/Darwin_00003481_person1876_bacteria_4760.png new file mode 100644 index 0000000000000000000000000000000000000000..1c03cfa3dfecc71a3372d9fb7a9baee51080fa20 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003481_person1876_bacteria_4760.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7afee99dec58e0bbba488dc578bee48c7319818e5ac72c2f2672bfa7160d6ec3 +size 65168 diff --git a/MendeleyCXR/images/Darwin_00003482_person1877_bacteria_4761.png b/MendeleyCXR/images/Darwin_00003482_person1877_bacteria_4761.png new file mode 100644 index 0000000000000000000000000000000000000000..bf4bae5101481587353e89676f512c00a6096eab --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003482_person1877_bacteria_4761.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:516c1d6201c6d066a84993bcdf9ac0ff1837257b8a185aa2bdd32fb09f1b9526 +size 74666 diff --git a/MendeleyCXR/images/Darwin_00003483_person1879_bacteria_4764.png b/MendeleyCXR/images/Darwin_00003483_person1879_bacteria_4764.png new file mode 100644 index 0000000000000000000000000000000000000000..c8d17c9de4bac273cfe1c49fd80cbe2e0c7349c4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003483_person1879_bacteria_4764.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20210975a5d866c62220e7e1c75a0bed943d3275604ccab64f2d1f8351abae70 +size 73088 diff --git a/MendeleyCXR/images/Darwin_00003484_person1880_bacteria_4765.png b/MendeleyCXR/images/Darwin_00003484_person1880_bacteria_4765.png new file mode 100644 index 0000000000000000000000000000000000000000..dc7ce9ddc189348ef8786c9c6320833f46b074ab --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003484_person1880_bacteria_4765.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ecd1cc6774e29612895fc066c74ecd8302a917ac6d6c1bed2418c482792ee55 +size 65918 diff --git a/MendeleyCXR/images/Darwin_00003485_person1881_bacteria_4767.png b/MendeleyCXR/images/Darwin_00003485_person1881_bacteria_4767.png new file mode 100644 index 0000000000000000000000000000000000000000..8f8829f38c26f4f419774014cf5b141477bc7255 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003485_person1881_bacteria_4767.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9aa052df4adb1c456fbc37784e2910f46b651b6903563fd0570493928008434 +size 67902 diff --git a/MendeleyCXR/images/Darwin_00003486_person1883_bacteria_4769.png b/MendeleyCXR/images/Darwin_00003486_person1883_bacteria_4769.png new file mode 100644 index 0000000000000000000000000000000000000000..f30bfa21d94951b202b57568dfc893644eb0a612 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003486_person1883_bacteria_4769.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa3b666ef9ceae22c46587c9e1915f91fc3fc83b886ec690abc0116b2e6e8e20 +size 75907 diff --git a/MendeleyCXR/images/Darwin_00003487_person1884_bacteria_4771.png b/MendeleyCXR/images/Darwin_00003487_person1884_bacteria_4771.png new file mode 100644 index 0000000000000000000000000000000000000000..80e9508ffba73496dd5893e2a85ea123ae1c632f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003487_person1884_bacteria_4771.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1798df9aacb83807943e7db4b6ad07dcd9c94495e75243adfcd68744925598e2 +size 73918 diff --git a/MendeleyCXR/images/Darwin_00003488_person1885_bacteria_4772.png b/MendeleyCXR/images/Darwin_00003488_person1885_bacteria_4772.png new file mode 100644 index 0000000000000000000000000000000000000000..22cf6d934aaf78f496d3d1b1046b3b50d0f8f4f6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003488_person1885_bacteria_4772.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:125f36d2922e64380ac1a9ea2f66d37a05c45ae49b8e32e6dd6837a1723926ea +size 69294 diff --git a/MendeleyCXR/images/Darwin_00003489_person1886_bacteria_4773.png b/MendeleyCXR/images/Darwin_00003489_person1886_bacteria_4773.png new file mode 100644 index 0000000000000000000000000000000000000000..3f6f9bb7e5160706568c8654f7026941e0f8aef0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003489_person1886_bacteria_4773.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74901227c5eb012c2bf77f12b8c2d5ada1cd031e67dcce0aaba3ec8d9270e487 +size 76512 diff --git a/MendeleyCXR/images/Darwin_00003490_person1888_bacteria_4775.png b/MendeleyCXR/images/Darwin_00003490_person1888_bacteria_4775.png new file mode 100644 index 0000000000000000000000000000000000000000..b2b9c68849e0ef74c4d233cab26afa9f64cd0635 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003490_person1888_bacteria_4775.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56824ecdc7d0d0f9d9fc1f1b593641d71a02a060cf8cfa4e7a66156ced85474f +size 76160 diff --git a/MendeleyCXR/images/Darwin_00003491_person1893_bacteria_4781.png b/MendeleyCXR/images/Darwin_00003491_person1893_bacteria_4781.png new file mode 100644 index 0000000000000000000000000000000000000000..0aab043bdf68016af6e116855d944e6ecdb962df --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003491_person1893_bacteria_4781.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a62b890f2e300e8b5bb17328d81b3fc251bd4c480a262935c1b7806c7a47abf1 +size 70373 diff --git a/MendeleyCXR/images/Darwin_00003492_person1896_bacteria_4788.png b/MendeleyCXR/images/Darwin_00003492_person1896_bacteria_4788.png new file mode 100644 index 0000000000000000000000000000000000000000..0e9427484a461b05b8ecdb9f01cc779aaaf870b9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003492_person1896_bacteria_4788.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af39166428386ba3d75351d372ac5f4ee4d5e12a2b8ec104b33e57f68e2772bf +size 68152 diff --git a/MendeleyCXR/images/Darwin_00003493_person1897_bacteria_4789.png b/MendeleyCXR/images/Darwin_00003493_person1897_bacteria_4789.png new file mode 100644 index 0000000000000000000000000000000000000000..e858cd1da5d8ff55e062492b4e74a90e6edb15f4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003493_person1897_bacteria_4789.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:586803b2fbeed09dd1b6ca41d57350c1c41790b8b6916fa6451dd03d7e74314d +size 70619 diff --git a/MendeleyCXR/images/Darwin_00003494_person1901_bacteria_4795.png b/MendeleyCXR/images/Darwin_00003494_person1901_bacteria_4795.png new file mode 100644 index 0000000000000000000000000000000000000000..adc0dc51c04c3fa065dc3c9def1627bc252a9597 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003494_person1901_bacteria_4795.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cad4307993c9d58f041b5140a6c9640105565fe1fb635b082976e555ce4641f9 +size 67892 diff --git a/MendeleyCXR/images/Darwin_00003495_person1903_bacteria_4797.png b/MendeleyCXR/images/Darwin_00003495_person1903_bacteria_4797.png new file mode 100644 index 0000000000000000000000000000000000000000..a38f70a9d671e526d375ea9bc50e8eead91fefe8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003495_person1903_bacteria_4797.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6349abb6e2067d06c59195efb5b8fcd4abc682f548be56d3f8fcf81ae503c763 +size 65745 diff --git a/MendeleyCXR/images/Darwin_00003496_person1904_bacteria_4798.png b/MendeleyCXR/images/Darwin_00003496_person1904_bacteria_4798.png new file mode 100644 index 0000000000000000000000000000000000000000..368ee70fa7c981eb1f7dbaf75cc115c495d8de05 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003496_person1904_bacteria_4798.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae9471ff0da0dfe8adcae5a63d4bcbacc59cf0f2b266f779cb8a096daab953dc +size 69184 diff --git a/MendeleyCXR/images/Darwin_00003497_person1905_bacteria_4801.png b/MendeleyCXR/images/Darwin_00003497_person1905_bacteria_4801.png new file mode 100644 index 0000000000000000000000000000000000000000..874dc5a33aac23525e1c4e39747455894334e5b2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003497_person1905_bacteria_4801.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7075bd2a5bf579f648434d0906e07b2c8cc9131643d61d529728ce0b9d5dfa4 +size 77533 diff --git a/MendeleyCXR/images/Darwin_00003498_person1906_bacteria_4803.png b/MendeleyCXR/images/Darwin_00003498_person1906_bacteria_4803.png new file mode 100644 index 0000000000000000000000000000000000000000..22bd0d848903c3778f82f4cd3650e64f6c63a0a8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003498_person1906_bacteria_4803.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4b023eebb8e97bc3d03118c87b043730b4655e87d8d1be6840758fd923068b3 +size 71507 diff --git a/MendeleyCXR/images/Darwin_00003499_person1907_bacteria_4806.png b/MendeleyCXR/images/Darwin_00003499_person1907_bacteria_4806.png new file mode 100644 index 0000000000000000000000000000000000000000..247c419b666ebac11e2b87fdf5575b70afc36ad2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003499_person1907_bacteria_4806.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43129e6f1fa10b6ee502f93fd28ceec5e7597d078739e060a74e5a1054447f45 +size 72756 diff --git a/MendeleyCXR/images/Darwin_00003500_person1908_bacteria_4811.png b/MendeleyCXR/images/Darwin_00003500_person1908_bacteria_4811.png new file mode 100644 index 0000000000000000000000000000000000000000..3245de2cecb6f4bf6b072c627a54f381f4fc5fff --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003500_person1908_bacteria_4811.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d0ae55b4b29af7890372c92d491e8eeb8f710aaf681270ba6d148a0e0af5bf3 +size 73108 diff --git a/MendeleyCXR/images/Darwin_00003501_person1910_bacteria_4814.png b/MendeleyCXR/images/Darwin_00003501_person1910_bacteria_4814.png new file mode 100644 index 0000000000000000000000000000000000000000..4982328f39b20c42afe1069d0185b1850658c1e9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003501_person1910_bacteria_4814.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9b631f37109f2c5b435cf5a01d8834a718896b963c3c037f9f416c13fbf4a06 +size 67754 diff --git a/MendeleyCXR/images/Darwin_00003502_person1911_bacteria_4815.png b/MendeleyCXR/images/Darwin_00003502_person1911_bacteria_4815.png new file mode 100644 index 0000000000000000000000000000000000000000..96a840f9e16e2326fd2f3320ab20fd83e6024973 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003502_person1911_bacteria_4815.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9a8bf414d6ba9119ddb58bf029ea7e64f7f826e22d737d9cb5b19d7c8cc6199 +size 66288 diff --git a/MendeleyCXR/images/Darwin_00003503_person1912_bacteria_4816.png b/MendeleyCXR/images/Darwin_00003503_person1912_bacteria_4816.png new file mode 100644 index 0000000000000000000000000000000000000000..4bd9dcfb6df9429850786ba2bea97119f4c08e3a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003503_person1912_bacteria_4816.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98b8780f30933d7957029c48603a924f5b95f74f5dbfd9c78f28e0b515fdedfd +size 70380 diff --git a/MendeleyCXR/images/Darwin_00003504_person1912_bacteria_4817.png b/MendeleyCXR/images/Darwin_00003504_person1912_bacteria_4817.png new file mode 100644 index 0000000000000000000000000000000000000000..09e6a1ec13ab46f4cb382590df114fd99ab22033 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003504_person1912_bacteria_4817.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88cf5dc341b097ca072f8df6b09a98cb34a6e30f340704223c7e8d14db0cbee7 +size 71753 diff --git a/MendeleyCXR/images/Darwin_00003505_person1916_bacteria_4821.png b/MendeleyCXR/images/Darwin_00003505_person1916_bacteria_4821.png new file mode 100644 index 0000000000000000000000000000000000000000..a42a19f2b96efb4de70973141ff04a1d7422e69a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003505_person1916_bacteria_4821.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d41483e8686bd1152a64c1d48148ae0ec5f23823a87dedecb50253424796aea9 +size 72077 diff --git a/MendeleyCXR/images/Darwin_00003506_person1917_bacteria_4823.png b/MendeleyCXR/images/Darwin_00003506_person1917_bacteria_4823.png new file mode 100644 index 0000000000000000000000000000000000000000..3560145d7a041c579601f6662207747d9e1eabe4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003506_person1917_bacteria_4823.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5f684ebe4f541f990e6b1eb4ae02f30d76ae8cbf03cec03d8eba37a907f0608 +size 66372 diff --git a/MendeleyCXR/images/Darwin_00003507_person1918_bacteria_4825.png b/MendeleyCXR/images/Darwin_00003507_person1918_bacteria_4825.png new file mode 100644 index 0000000000000000000000000000000000000000..dba9cefba27ea27855ceb6d00a6eff00a07168ca --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003507_person1918_bacteria_4825.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c03b1c2f1841265ad4304c60b149afbb27e7fd29a6f8b30bd452b9bfa9248f6 +size 71131 diff --git a/MendeleyCXR/images/Darwin_00003508_person1921_bacteria_4828.png b/MendeleyCXR/images/Darwin_00003508_person1921_bacteria_4828.png new file mode 100644 index 0000000000000000000000000000000000000000..8be746b767609b11859b155463a9cf1615ab07ed --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003508_person1921_bacteria_4828.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce53a70507ce09a5cf445f4204acdd3de6154913aafee30b51069309a76fb9de +size 68539 diff --git a/MendeleyCXR/images/Darwin_00003509_person1922_bacteria_4830.png b/MendeleyCXR/images/Darwin_00003509_person1922_bacteria_4830.png new file mode 100644 index 0000000000000000000000000000000000000000..181f524f5b5454a7012f8ef52a4fd9e31bd16f6e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003509_person1922_bacteria_4830.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bfaf32f2c5d2e67d9a29e52a215f29dfbb9e81cebe06f49fafa2ba69c237235 +size 72266 diff --git a/MendeleyCXR/images/Darwin_00003510_person1923_bacteria_4831.png b/MendeleyCXR/images/Darwin_00003510_person1923_bacteria_4831.png new file mode 100644 index 0000000000000000000000000000000000000000..9ee5bf159406fb4152c486e280a76c9fc63a27a8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003510_person1923_bacteria_4831.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21cc8f5d67666e431649fec8b0268361e5033267c3f1e803c241176b2f072743 +size 71853 diff --git a/MendeleyCXR/images/Darwin_00003511_person1924_bacteria_4832.png b/MendeleyCXR/images/Darwin_00003511_person1924_bacteria_4832.png new file mode 100644 index 0000000000000000000000000000000000000000..14bb0499a746166aa74bcdaff09967cbbbf26f21 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003511_person1924_bacteria_4832.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f5680fdfe33120b114a8102a71cbf773bc7482d57f4e2dde94177b5c63947cd +size 71875 diff --git a/MendeleyCXR/images/Darwin_00003512_person1924_bacteria_4833.png b/MendeleyCXR/images/Darwin_00003512_person1924_bacteria_4833.png new file mode 100644 index 0000000000000000000000000000000000000000..cdd99199400d6c067f22cee72226f18334d45003 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003512_person1924_bacteria_4833.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8e4ae71dedd5395d61d335e5b398781f5b6d411aa25db7718c5117aee292639 +size 68711 diff --git a/MendeleyCXR/images/Darwin_00003513_person1926_bacteria_4835.png b/MendeleyCXR/images/Darwin_00003513_person1926_bacteria_4835.png new file mode 100644 index 0000000000000000000000000000000000000000..2f75e2046a0eaef50e0c8f03b300716dc77b0a64 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003513_person1926_bacteria_4835.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7ea65379a60131e23a5f3f5fbe5f803fbf722ab7d5435b4c7485f7f67ff0cc9 +size 68867 diff --git a/MendeleyCXR/images/Darwin_00003514_person1927_bacteria_4836.png b/MendeleyCXR/images/Darwin_00003514_person1927_bacteria_4836.png new file mode 100644 index 0000000000000000000000000000000000000000..d8d1055e6eb9f15669995f086a1971af71df3df3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003514_person1927_bacteria_4836.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b150b5cb4284bd37076666ae0a641f68f290cdf901ff3840a2c852065a3f080 +size 69677 diff --git a/MendeleyCXR/images/Darwin_00003515_person1927_bacteria_4837.png b/MendeleyCXR/images/Darwin_00003515_person1927_bacteria_4837.png new file mode 100644 index 0000000000000000000000000000000000000000..8d0ffdd055452a5d3eb7d4e429daf4bec0473dbd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003515_person1927_bacteria_4837.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22f693a90051ecdb29076b43dc9b466edbcca5bded4fcbf9d035226beabb9ce9 +size 76327 diff --git a/MendeleyCXR/images/Darwin_00003516_person1929_bacteria_4839.png b/MendeleyCXR/images/Darwin_00003516_person1929_bacteria_4839.png new file mode 100644 index 0000000000000000000000000000000000000000..c2a2d1041766d776586eb9bdb46c60c98738a006 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003516_person1929_bacteria_4839.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72f8fd5f3db6fde78e8fadda4716ad6f36ef423fb3478609752c52ce762b468f +size 75010 diff --git a/MendeleyCXR/images/Darwin_00003517_person1930_bacteria_4841.png b/MendeleyCXR/images/Darwin_00003517_person1930_bacteria_4841.png new file mode 100644 index 0000000000000000000000000000000000000000..f5619d8a748f500964cb05be1ae382a1b892b8b9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003517_person1930_bacteria_4841.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f19255ea9a2aaf7bc70ebb762ed29703417386c30323b70de1a8f397552709b8 +size 72159 diff --git a/MendeleyCXR/images/Darwin_00003518_person1931_bacteria_4842.png b/MendeleyCXR/images/Darwin_00003518_person1931_bacteria_4842.png new file mode 100644 index 0000000000000000000000000000000000000000..d2af976c18d463a91821aa2e674f477c401a1ed1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003518_person1931_bacteria_4842.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6ee364230c11ef913d8b51ebf8b7be4ddb709d44afb8e2f6f1dcbf15e2b6071 +size 62267 diff --git a/MendeleyCXR/images/Darwin_00003519_person1932_bacteria_4843.png b/MendeleyCXR/images/Darwin_00003519_person1932_bacteria_4843.png new file mode 100644 index 0000000000000000000000000000000000000000..f6d802dbd8474577f4befc187a90ed8e8360b76a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003519_person1932_bacteria_4843.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6db6c5e3525940ae7971b4a480fe645bbd40c858a178de7cb146a5c30fabb8a +size 59939 diff --git a/MendeleyCXR/images/Darwin_00003520_person1933_bacteria_4844.png b/MendeleyCXR/images/Darwin_00003520_person1933_bacteria_4844.png new file mode 100644 index 0000000000000000000000000000000000000000..137ea1ff5861ac5d5e2b31ec880e7df11d6868a7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003520_person1933_bacteria_4844.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e62ca3c8627a6f715d432a3b0243ecdb6a2e3b8bfea5ff7c8486fb9d37b2af50 +size 72102 diff --git a/MendeleyCXR/images/Darwin_00003521_person1934_bacteria_4846.png b/MendeleyCXR/images/Darwin_00003521_person1934_bacteria_4846.png new file mode 100644 index 0000000000000000000000000000000000000000..4780b5a2ac9a8c47a774cc77ed703231ea6cc980 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003521_person1934_bacteria_4846.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7251a47dd11ef5d33eadfcd71bfc26bc7eb436119c11eb7e73f9dddaf98e79fc +size 72281 diff --git a/MendeleyCXR/images/Darwin_00003522_person1935_bacteria_4847.png b/MendeleyCXR/images/Darwin_00003522_person1935_bacteria_4847.png new file mode 100644 index 0000000000000000000000000000000000000000..3f7827d6d196f2257529c74e15e1a67e1cea6223 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003522_person1935_bacteria_4847.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d07c43b4a3492270d7f845d0f2f6152d4875d3742aa39814bc117d69ab048c3 +size 75393 diff --git a/MendeleyCXR/images/Darwin_00003523_person1935_bacteria_4848.png b/MendeleyCXR/images/Darwin_00003523_person1935_bacteria_4848.png new file mode 100644 index 0000000000000000000000000000000000000000..3590e1f8f4b680c3abeaf3ce9c9a75a77ef5020e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003523_person1935_bacteria_4848.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f08e94da74dd85722b82fbbff76b101a74de76817555ee688b201c3151717e4b +size 71064 diff --git a/MendeleyCXR/images/Darwin_00003524_person1935_bacteria_4849.png b/MendeleyCXR/images/Darwin_00003524_person1935_bacteria_4849.png new file mode 100644 index 0000000000000000000000000000000000000000..db4ec033e9c8551de354ebe0c533c0f836ca0e6c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003524_person1935_bacteria_4849.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c2da44522b33fd1e460b6996c5899653bbb59841e1ed7d14f302578a29b6e34 +size 74147 diff --git a/MendeleyCXR/images/Darwin_00003525_person1935_bacteria_4850.png b/MendeleyCXR/images/Darwin_00003525_person1935_bacteria_4850.png new file mode 100644 index 0000000000000000000000000000000000000000..d0751732d3a9392955f567a1022296a7ef499669 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003525_person1935_bacteria_4850.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a39bad36e8ccd7caf763bc77f4e9cfbb1f8004ea5bc62928d71863f71cee246d +size 64566 diff --git a/MendeleyCXR/images/Darwin_00003526_person1936_bacteria_4852.png b/MendeleyCXR/images/Darwin_00003526_person1936_bacteria_4852.png new file mode 100644 index 0000000000000000000000000000000000000000..b5512d8b7dd3fdbd9fbd3b5cb3ed9d7d91c61185 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003526_person1936_bacteria_4852.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:728508c78922569f7429e8e49bfc2195c977084592a9c8a4acce8be97458626e +size 76321 diff --git a/MendeleyCXR/images/Darwin_00003527_person1937_bacteria_4853.png b/MendeleyCXR/images/Darwin_00003527_person1937_bacteria_4853.png new file mode 100644 index 0000000000000000000000000000000000000000..8e570a4a7c60e5d2e233cd82c84abbf96be5ac02 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003527_person1937_bacteria_4853.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff6e7ddd32cf6775fd3d0f16621b985220b65a0e23e780cedbcc804b5a0b9e75 +size 66342 diff --git a/MendeleyCXR/images/Darwin_00003528_person1938_bacteria_4854.png b/MendeleyCXR/images/Darwin_00003528_person1938_bacteria_4854.png new file mode 100644 index 0000000000000000000000000000000000000000..f32e76636d7180d0d005613b42ecc24c46ed87a5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003528_person1938_bacteria_4854.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d5ab6527aff4db55702d8ccecac141a86cf7beda2de5508207c0980103000b6 +size 75416 diff --git a/MendeleyCXR/images/Darwin_00003529_person1940_bacteria_4859.png b/MendeleyCXR/images/Darwin_00003529_person1940_bacteria_4859.png new file mode 100644 index 0000000000000000000000000000000000000000..a95458101d486251445ccce419107a6573356c1a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003529_person1940_bacteria_4859.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43a587d73dd9f921b0079c7202e3744f3432eee83ae8ff349d95fcc6edcea087 +size 69875 diff --git a/MendeleyCXR/images/Darwin_00003530_person1940_bacteria_4861.png b/MendeleyCXR/images/Darwin_00003530_person1940_bacteria_4861.png new file mode 100644 index 0000000000000000000000000000000000000000..53c44faf1de0e8abf5deb76d64d8c9a5ef453d36 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003530_person1940_bacteria_4861.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8304824de74148af6fb4705125841f95b73bed135fe7cf291d62ce35be6f3283 +size 72268 diff --git a/MendeleyCXR/images/Darwin_00003531_person1940_bacteria_4862.png b/MendeleyCXR/images/Darwin_00003531_person1940_bacteria_4862.png new file mode 100644 index 0000000000000000000000000000000000000000..0857866c2a9d585244e503f62e73f57b6a2ca3f3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003531_person1940_bacteria_4862.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28a463366b19654864225b5a9109efd19a7b5a281045c85e8c866fa61d0bd94c +size 78905 diff --git a/MendeleyCXR/images/Darwin_00003532_person1941_bacteria_4863.png b/MendeleyCXR/images/Darwin_00003532_person1941_bacteria_4863.png new file mode 100644 index 0000000000000000000000000000000000000000..229f30e908962e5c35a3dabd6afe4b3f1a15e4d1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003532_person1941_bacteria_4863.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:398bb3ce1bf6bf890c21c9bef399073e60cf0fca6e2ce1a468e863306e7de2de +size 69418 diff --git a/MendeleyCXR/images/Darwin_00003533_person1942_bacteria_4865.png b/MendeleyCXR/images/Darwin_00003533_person1942_bacteria_4865.png new file mode 100644 index 0000000000000000000000000000000000000000..af0863292549187291a39ab2332891bdd55abcc0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003533_person1942_bacteria_4865.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be5c5c17250cacc444e74f316c4ed84267efe4141b1e38b1f3cc803a8123dcc1 +size 67330 diff --git a/MendeleyCXR/images/Darwin_00003534_person1943_bacteria_4868.png b/MendeleyCXR/images/Darwin_00003534_person1943_bacteria_4868.png new file mode 100644 index 0000000000000000000000000000000000000000..c87000ad0032f583a20a377d43f0301aa164c369 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003534_person1943_bacteria_4868.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efa1f01a0200e132105e7f302cf22f69939180948371ca071be29e91748039a0 +size 73859 diff --git a/MendeleyCXR/images/Darwin_00003535_person1944_bacteria_4869.png b/MendeleyCXR/images/Darwin_00003535_person1944_bacteria_4869.png new file mode 100644 index 0000000000000000000000000000000000000000..24c571f0d5e7ba096b89014ba467cd965f9375b3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003535_person1944_bacteria_4869.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43e9e22710a9d807c0483b95fbe64ee6e7ea186008a644074d4206d678dee930 +size 54445 diff --git a/MendeleyCXR/images/Darwin_00003536_person1945_bacteria_4872.png b/MendeleyCXR/images/Darwin_00003536_person1945_bacteria_4872.png new file mode 100644 index 0000000000000000000000000000000000000000..af232d489628a237631c4ed4afed151a4ef33775 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003536_person1945_bacteria_4872.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:405dcb36380b40db0933637acb1f4f940d0c1e97158d890fd08ee66301b0eb30 +size 67544 diff --git a/MendeleyCXR/images/Darwin_00003537_person15_bacteria_52.png b/MendeleyCXR/images/Darwin_00003537_person15_bacteria_52.png new file mode 100644 index 0000000000000000000000000000000000000000..19c71328d5cf75b8c89e28a802a8a7567643870c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003537_person15_bacteria_52.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53a596a808be987180ce07f3a3929e0fb8dc2fb27b9ce0c014e98a2d6fd77760 +size 69513 diff --git a/MendeleyCXR/images/Darwin_00003538_person16_bacteria_53.png b/MendeleyCXR/images/Darwin_00003538_person16_bacteria_53.png new file mode 100644 index 0000000000000000000000000000000000000000..486dfc9e6cca1f15768a06ecbc4d28d50ce07e8e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003538_person16_bacteria_53.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34f7e9188a2f4aee562cd04f32d39ea69737de472e904a03a58e0e86fbe59182 +size 74526 diff --git a/MendeleyCXR/images/Darwin_00003539_person16_bacteria_54.png b/MendeleyCXR/images/Darwin_00003539_person16_bacteria_54.png new file mode 100644 index 0000000000000000000000000000000000000000..737e79aafe8e16a177806374d798e9923cb941c0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003539_person16_bacteria_54.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c349244ef8981be8573a5faa64e304f15435b14b3ca9cc955b6a63e8ecbae6a3 +size 74141 diff --git a/MendeleyCXR/images/Darwin_00003540_person16_bacteria_55.png b/MendeleyCXR/images/Darwin_00003540_person16_bacteria_55.png new file mode 100644 index 0000000000000000000000000000000000000000..6153495e83d27d1e6ea3b96fdd0f5bb9acb9ab37 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003540_person16_bacteria_55.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:400196a376424007d90ece56820e9b6c965f8e76fb56c21ab9b65943cf6194c0 +size 73104 diff --git a/MendeleyCXR/images/Darwin_00003541_person17_bacteria_56.png b/MendeleyCXR/images/Darwin_00003541_person17_bacteria_56.png new file mode 100644 index 0000000000000000000000000000000000000000..4e297df61017753701c3209af73f0e174498c534 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003541_person17_bacteria_56.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8ea59d1cd5fa99b0968ede24dd7749dc5c70f05a545d82a3e1f58426fb11a67 +size 71174 diff --git a/MendeleyCXR/images/Darwin_00003542_person1600_bacteria_4202.png b/MendeleyCXR/images/Darwin_00003542_person1600_bacteria_4202.png new file mode 100644 index 0000000000000000000000000000000000000000..7a1bd35f0c85d55adbe407efb8867cabdc6dd1eb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003542_person1600_bacteria_4202.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea30e5b97086b5f56c3bdb0c4cb462f83f62390403290d79781f34559ce92ee0 +size 78968 diff --git a/MendeleyCXR/images/Darwin_00003543_person1601_bacteria_4209.png b/MendeleyCXR/images/Darwin_00003543_person1601_bacteria_4209.png new file mode 100644 index 0000000000000000000000000000000000000000..e83cc373eef26cc123e935d1f1e3d70f92e889bb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003543_person1601_bacteria_4209.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50be381b116fe2aa01dcb143defc36d4523ce1b183364227841af68773cfb83f +size 69533 diff --git a/MendeleyCXR/images/Darwin_00003544_person1601_bacteria_4212.png b/MendeleyCXR/images/Darwin_00003544_person1601_bacteria_4212.png new file mode 100644 index 0000000000000000000000000000000000000000..bf65228d232657f979f0307df6ecedbfedd614ea --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003544_person1601_bacteria_4212.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaecd2e806e10945ec848087ee1f0b272653a3b91e771721de9ddc512dd529e5 +size 70822 diff --git a/MendeleyCXR/images/Darwin_00003545_person1602_bacteria_4218.png b/MendeleyCXR/images/Darwin_00003545_person1602_bacteria_4218.png new file mode 100644 index 0000000000000000000000000000000000000000..a590c53a2e69650e52a8c947b479c23c7f012b72 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003545_person1602_bacteria_4218.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03cfc62b2ab5ad57d80c058980898f9155f69366b1d66650856f080bed1d6c15 +size 70972 diff --git a/MendeleyCXR/images/Darwin_00003546_person1605_bacteria_4226.png b/MendeleyCXR/images/Darwin_00003546_person1605_bacteria_4226.png new file mode 100644 index 0000000000000000000000000000000000000000..d36f1df9b34262ced7cfd6148d6df265e37dd8f5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003546_person1605_bacteria_4226.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22c51ff70573d3bfbf7a0359ff03f6620da75adfef36476a48641b36d0fc4a0e +size 74802 diff --git a/MendeleyCXR/images/Darwin_00003547_person1607_bacteria_4232.png b/MendeleyCXR/images/Darwin_00003547_person1607_bacteria_4232.png new file mode 100644 index 0000000000000000000000000000000000000000..6b25b2af33f26d9618066b754d386469206e231a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003547_person1607_bacteria_4232.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29a2e0026dd77e8c263abb61b50de7ee02a9e57a1b1774c0796012223b162dfc +size 77426 diff --git a/MendeleyCXR/images/Darwin_00003548_person1608_bacteria_4235.png b/MendeleyCXR/images/Darwin_00003548_person1608_bacteria_4235.png new file mode 100644 index 0000000000000000000000000000000000000000..ba3f1f343086299f0c5d684796b8ba0a36cbad72 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003548_person1608_bacteria_4235.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ef4f18c97e0a7c5a66ca278a695c27fe234d04cc1faa85a245771c4f041197a +size 74020 diff --git a/MendeleyCXR/images/Darwin_00003549_person1609_bacteria_4236.png b/MendeleyCXR/images/Darwin_00003549_person1609_bacteria_4236.png new file mode 100644 index 0000000000000000000000000000000000000000..b6bcfce1287821014a8590598b57f6a3f0c1c857 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003549_person1609_bacteria_4236.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8b480f9ca614066863f8748a43ff49bd546c692af28f79b997f57b094d2eeeb +size 78873 diff --git a/MendeleyCXR/images/Darwin_00003550_person1609_bacteria_4237.png b/MendeleyCXR/images/Darwin_00003550_person1609_bacteria_4237.png new file mode 100644 index 0000000000000000000000000000000000000000..95507e10b07d7981f8f7d09ccb294c8c1f9a8d20 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003550_person1609_bacteria_4237.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b74ee68e56c5726013fdf15fd2bb056881b462f483f35d50346c0d130ef1a24b +size 72487 diff --git a/MendeleyCXR/images/Darwin_00003551_person1609_bacteria_4239.png b/MendeleyCXR/images/Darwin_00003551_person1609_bacteria_4239.png new file mode 100644 index 0000000000000000000000000000000000000000..6f29704b0482a1871658f7f9c402d2700615fe51 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003551_person1609_bacteria_4239.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:131e99b57aa2a970bba142837936dd4892f23b1929ab8e52da236b766b9133bf +size 65562 diff --git a/MendeleyCXR/images/Darwin_00003552_person1610_bacteria_4240.png b/MendeleyCXR/images/Darwin_00003552_person1610_bacteria_4240.png new file mode 100644 index 0000000000000000000000000000000000000000..327250afc15b49c775a3adf541af3cbc7a303bdd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003552_person1610_bacteria_4240.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccc057829d8d5c038601412f9df88776e41f35fff408c92ee6cb9467a9215789 +size 67543 diff --git a/MendeleyCXR/images/Darwin_00003553_person1611_bacteria_4241.png b/MendeleyCXR/images/Darwin_00003553_person1611_bacteria_4241.png new file mode 100644 index 0000000000000000000000000000000000000000..06b38bdc1d45fbbe43e39fef3f43feef5c2b5e2f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003553_person1611_bacteria_4241.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc15deba2d40d52cb72b47f108716371d398e433908acb5ddfc00d5bf045ccc2 +size 74823 diff --git a/MendeleyCXR/images/Darwin_00003554_person1613_bacteria_4247.png b/MendeleyCXR/images/Darwin_00003554_person1613_bacteria_4247.png new file mode 100644 index 0000000000000000000000000000000000000000..ce5cda93ba2cf961f6a62c194d74a1efa873c3d5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003554_person1613_bacteria_4247.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5635f6661018dc6db02398c185399ab0a887c8eb85d9882b386c912c0619eac +size 66055 diff --git a/MendeleyCXR/images/Darwin_00003555_person1614_bacteria_4248.png b/MendeleyCXR/images/Darwin_00003555_person1614_bacteria_4248.png new file mode 100644 index 0000000000000000000000000000000000000000..29cf1eff1ef25b0c957f9c4aa9e46b5f4c12356d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003555_person1614_bacteria_4248.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:186ef44271a275e27ff7047ee2b2eaa33b628814ce501e7679dd12d11b694610 +size 70322 diff --git a/MendeleyCXR/images/Darwin_00003556_person1615_bacteria_4249.png b/MendeleyCXR/images/Darwin_00003556_person1615_bacteria_4249.png new file mode 100644 index 0000000000000000000000000000000000000000..8ac85c841c6acdd2be59e58abc545797a019a9b3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003556_person1615_bacteria_4249.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f728b395f82e7d9af4c28029eee12c30833015ff4b0ee704714e051e12cbfb55 +size 75546 diff --git a/MendeleyCXR/images/Darwin_00003557_person1616_bacteria_4251.png b/MendeleyCXR/images/Darwin_00003557_person1616_bacteria_4251.png new file mode 100644 index 0000000000000000000000000000000000000000..bd8365aaa0dd1d836c5c6c446908004804125ed4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003557_person1616_bacteria_4251.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ac71df69eac59bb34cc3dbf19505f40aff9b276de155c08cdc9e11ef3ff2f5a +size 76288 diff --git a/MendeleyCXR/images/Darwin_00003560_person1617_bacteria_4256.png b/MendeleyCXR/images/Darwin_00003560_person1617_bacteria_4256.png new file mode 100644 index 0000000000000000000000000000000000000000..3e94e7ee32e0f6ad814da913f793c3385be68ef1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003560_person1617_bacteria_4256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:426e708e0f45c804b6c3bbffbf8cbbad1522141c2358188cf09ceee44aefaf23 +size 70252 diff --git a/MendeleyCXR/images/Darwin_00003561_person1618_bacteria_4258.png b/MendeleyCXR/images/Darwin_00003561_person1618_bacteria_4258.png new file mode 100644 index 0000000000000000000000000000000000000000..9fb47842c3a20857cefee7691137d02fc5c76b46 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003561_person1618_bacteria_4258.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c3e394450f8ee5c88b038d7fcf5929fe36dd678d3e1cf7317c1076510366aec +size 71925 diff --git a/MendeleyCXR/images/Darwin_00003562_person1619_bacteria_4261.png b/MendeleyCXR/images/Darwin_00003562_person1619_bacteria_4261.png new file mode 100644 index 0000000000000000000000000000000000000000..31fa2462d5c353c6ef1de71089b1a22d044026ce --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003562_person1619_bacteria_4261.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25490bc066d397856b07a8c5d1e19a661bdced678afaffcb5b3503ff3f2652ef +size 76698 diff --git a/MendeleyCXR/images/Darwin_00003563_person1619_bacteria_4262.png b/MendeleyCXR/images/Darwin_00003563_person1619_bacteria_4262.png new file mode 100644 index 0000000000000000000000000000000000000000..af821f37910f9192de9ddef553407b8fd4f12b51 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003563_person1619_bacteria_4262.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fcaf554e8c635511f2af764211692638923cb42b1e7a37d94d372b1f91f7cc7 +size 76549 diff --git a/MendeleyCXR/images/Darwin_00003564_person1619_bacteria_4266.png b/MendeleyCXR/images/Darwin_00003564_person1619_bacteria_4266.png new file mode 100644 index 0000000000000000000000000000000000000000..469d9e128375d7e4e6671e6e6f2ef8eb1267bd71 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003564_person1619_bacteria_4266.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84b7550113a85a14fc4b1e46d4812dcdd9ed4a045c343f621ac8a274cd1c9a48 +size 80781 diff --git a/MendeleyCXR/images/Darwin_00003565_person1619_bacteria_4267.png b/MendeleyCXR/images/Darwin_00003565_person1619_bacteria_4267.png new file mode 100644 index 0000000000000000000000000000000000000000..19621b491f248972dce5efac6beac00b88c2c3cd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003565_person1619_bacteria_4267.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:561242fb2fcca1b7db94c12b25b2bb88165557fb2265253c8a3366d9fc0afe39 +size 71998 diff --git a/MendeleyCXR/images/Darwin_00003567_person1619_bacteria_4269.png b/MendeleyCXR/images/Darwin_00003567_person1619_bacteria_4269.png new file mode 100644 index 0000000000000000000000000000000000000000..d7ff629b5a13db66cc81f49d3351c5daa374dd56 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003567_person1619_bacteria_4269.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51d5b383e1cb5b7a27ee1168f0d5278dca0770628ffc4ba743091c8e2040aba9 +size 70697 diff --git a/MendeleyCXR/images/Darwin_00003568_person1619_bacteria_4270.png b/MendeleyCXR/images/Darwin_00003568_person1619_bacteria_4270.png new file mode 100644 index 0000000000000000000000000000000000000000..363991ce9d3dbb1440c746d730fdaa71403af8a0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003568_person1619_bacteria_4270.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b8e4a90a07f840639f8e492e16944e6ab4e6277f145d28209e4cd9060869a55 +size 76679 diff --git a/MendeleyCXR/images/Darwin_00003569_person1619_bacteria_4271.png b/MendeleyCXR/images/Darwin_00003569_person1619_bacteria_4271.png new file mode 100644 index 0000000000000000000000000000000000000000..00b29a9576893b6b5a947c6e792f290fa7a90e0f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003569_person1619_bacteria_4271.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37c237c5819e9bd2a5b6d6ba82de6bcdeca9bee6dea5fe2c3960fc58163223b7 +size 74671 diff --git a/MendeleyCXR/images/Darwin_00003570_person1620_bacteria_4272.png b/MendeleyCXR/images/Darwin_00003570_person1620_bacteria_4272.png new file mode 100644 index 0000000000000000000000000000000000000000..4e0d2daaca0dd665d86cb4db27d08b6a245430d5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003570_person1620_bacteria_4272.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15ae7f83ba7a60d8315f0608f4425377883543aef07c9d13788054d9c62b1902 +size 75941 diff --git a/MendeleyCXR/images/Darwin_00003571_person1625_bacteria_4290.png b/MendeleyCXR/images/Darwin_00003571_person1625_bacteria_4290.png new file mode 100644 index 0000000000000000000000000000000000000000..bdea0036d8be5846709f4cfafb3c2cb0a961b0cf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003571_person1625_bacteria_4290.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62b43a0416808d7073c8b36dccbc793babd633071e684c57052d5023eda731b6 +size 70017 diff --git a/MendeleyCXR/images/Darwin_00003572_person1626_bacteria_4291.png b/MendeleyCXR/images/Darwin_00003572_person1626_bacteria_4291.png new file mode 100644 index 0000000000000000000000000000000000000000..2b17dcb4d526c08eadd9ee0d3c2d8e1a2f80c724 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003572_person1626_bacteria_4291.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae33ff2aa8554cd2f1cba10a539838ce43afc66514a9833121cb14ee2a30e224 +size 67597 diff --git a/MendeleyCXR/images/Darwin_00003573_person1628_bacteria_4293.png b/MendeleyCXR/images/Darwin_00003573_person1628_bacteria_4293.png new file mode 100644 index 0000000000000000000000000000000000000000..eb8ee2430643fa467abde341e11f6611f41a902a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003573_person1628_bacteria_4293.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e1b7c97913068eb802924393e4543790ae9dea8451b33f7a9fd6dd670585bf9 +size 72803 diff --git a/MendeleyCXR/images/Darwin_00003574_person1628_bacteria_4294.png b/MendeleyCXR/images/Darwin_00003574_person1628_bacteria_4294.png new file mode 100644 index 0000000000000000000000000000000000000000..9c75de71f1ff2daa622a3d338a508ded5d980463 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003574_person1628_bacteria_4294.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8f5acbcbb95c7a15351b0ccf428bc41e4701e99ef84bc31e1bd100e80d82ff9 +size 73593 diff --git a/MendeleyCXR/images/Darwin_00003575_person1628_bacteria_4295.png b/MendeleyCXR/images/Darwin_00003575_person1628_bacteria_4295.png new file mode 100644 index 0000000000000000000000000000000000000000..bd7f2b9d4b692aa12ac864978d9a165f16ba3cc0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003575_person1628_bacteria_4295.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5648d18442dea4e56ca25ed2bb6c965ce8d76ca9baa612ab46a8af5f2057294 +size 71846 diff --git a/MendeleyCXR/images/Darwin_00003576_person1628_bacteria_4296.png b/MendeleyCXR/images/Darwin_00003576_person1628_bacteria_4296.png new file mode 100644 index 0000000000000000000000000000000000000000..f1622c4a74c0c88a2e2acab276ee12c1f5e14566 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003576_person1628_bacteria_4296.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bff0c8eb163eedba0199776f6e703f9ecf9cd2b8e309f1577c4d40c10a6bbfe +size 70667 diff --git a/MendeleyCXR/images/Darwin_00003577_person1628_bacteria_4297.png b/MendeleyCXR/images/Darwin_00003577_person1628_bacteria_4297.png new file mode 100644 index 0000000000000000000000000000000000000000..fb8021d822ad9a19d015e9b292a61024b803b487 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003577_person1628_bacteria_4297.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c572654ae7bc623fcd77271157d28f9ce09d26162441146a19ca8ab00f41c90 +size 72811 diff --git a/MendeleyCXR/images/Darwin_00003579_person1629_bacteria_4299.png b/MendeleyCXR/images/Darwin_00003579_person1629_bacteria_4299.png new file mode 100644 index 0000000000000000000000000000000000000000..fd907f5d8b4c7e51aa4d1dfc6cabde772a371e96 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003579_person1629_bacteria_4299.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ca5b562d7dcb03d022e77ab1cde8be6d6b1f710060068df259f24358a3dbaf5 +size 72793 diff --git a/MendeleyCXR/images/Darwin_00003580_person1630_bacteria_4303.png b/MendeleyCXR/images/Darwin_00003580_person1630_bacteria_4303.png new file mode 100644 index 0000000000000000000000000000000000000000..841232da7c60ef240269728f342e7e732548f1d8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003580_person1630_bacteria_4303.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b77f2b7c7833659ee38d34d968582d2637f4b68a76e4adbe49ab0bf3b7cb15fd +size 75043 diff --git a/MendeleyCXR/images/Darwin_00003581_person1630_bacteria_4304.png b/MendeleyCXR/images/Darwin_00003581_person1630_bacteria_4304.png new file mode 100644 index 0000000000000000000000000000000000000000..80625a5f6ce96f6f08846d7ac41e86405937bf6d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003581_person1630_bacteria_4304.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e19a073f9df3daa3ca368e4975717501f9c5905dc8ac6b642b9732dde9b841c +size 69725 diff --git a/MendeleyCXR/images/Darwin_00003582_person1634_bacteria_4326.png b/MendeleyCXR/images/Darwin_00003582_person1634_bacteria_4326.png new file mode 100644 index 0000000000000000000000000000000000000000..21f5b9978b85bf73c115a76e4c8f92dd592722b0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003582_person1634_bacteria_4326.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0881b912af52534eb6b6c1390a4b19a18a08d7dd538fdaeecc54898cbe60bc88 +size 76684 diff --git a/MendeleyCXR/images/Darwin_00003583_person1634_bacteria_4331.png b/MendeleyCXR/images/Darwin_00003583_person1634_bacteria_4331.png new file mode 100644 index 0000000000000000000000000000000000000000..d54e562bc3beb5db248e57b3c9356525bcc151a5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003583_person1634_bacteria_4331.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72974da2c3a8602c3d84e015c341c051557b6109914fda2c248fd9f1e1769b9c +size 70828 diff --git a/MendeleyCXR/images/Darwin_00003584_person1634_bacteria_4334.png b/MendeleyCXR/images/Darwin_00003584_person1634_bacteria_4334.png new file mode 100644 index 0000000000000000000000000000000000000000..603b301958e9da2eb88220f38872fe86cae2cd8d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003584_person1634_bacteria_4334.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34cca7fbc90119db245c51b4c34dc25840d41ac5e4535452ff89a548e2bf9eef +size 64490 diff --git a/MendeleyCXR/images/Darwin_00003585_person1635_bacteria_4335.png b/MendeleyCXR/images/Darwin_00003585_person1635_bacteria_4335.png new file mode 100644 index 0000000000000000000000000000000000000000..eb9dfaa6dbd65b3ccee9e6772b1d0277fefea51e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003585_person1635_bacteria_4335.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:809bad88ec158a3c145a1d3d2d011b8be32220b8d1b40b86502991514d965e24 +size 74156 diff --git a/MendeleyCXR/images/Darwin_00003586_person1636_bacteria_4337.png b/MendeleyCXR/images/Darwin_00003586_person1636_bacteria_4337.png new file mode 100644 index 0000000000000000000000000000000000000000..02f04505a8e68e27954cef66376cd41f8b49459d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003586_person1636_bacteria_4337.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aca7632d09cdedf867c0e2b88b85e5676c34761add6ce67b02a562f26750cf8 +size 70942 diff --git a/MendeleyCXR/images/Darwin_00003587_person1636_bacteria_4338.png b/MendeleyCXR/images/Darwin_00003587_person1636_bacteria_4338.png new file mode 100644 index 0000000000000000000000000000000000000000..c686652faa7056f40c3f8ec6ee62728c11e8bb10 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003587_person1636_bacteria_4338.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f119128d524c1f5015e171bd7f47a3ac31b30e3a3296e750d22ace7351e4d247 +size 67546 diff --git a/MendeleyCXR/images/Darwin_00003588_person1637_bacteria_4339.png b/MendeleyCXR/images/Darwin_00003588_person1637_bacteria_4339.png new file mode 100644 index 0000000000000000000000000000000000000000..7d7049d4a6c8120aed71aa04b6b2b80bd9aa56e1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003588_person1637_bacteria_4339.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39d986da2db3393dabbb4e8137810af4c041c718b5f05599407a4edcea8896ca +size 67808 diff --git a/MendeleyCXR/images/Darwin_00003589_person1638_bacteria_4340.png b/MendeleyCXR/images/Darwin_00003589_person1638_bacteria_4340.png new file mode 100644 index 0000000000000000000000000000000000000000..a2078d76ae4943f5ef76389a3884ec31b051f9ec --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003589_person1638_bacteria_4340.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd4417f70a4cbbfc7528a3e20d199a05b0a59fe3a199269a7a07b076a85e16c8 +size 71535 diff --git a/MendeleyCXR/images/Darwin_00003590_person1638_bacteria_4341.png b/MendeleyCXR/images/Darwin_00003590_person1638_bacteria_4341.png new file mode 100644 index 0000000000000000000000000000000000000000..0f8b03e8cd65a8bf395b4c8331b6265890d76fce --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003590_person1638_bacteria_4341.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd1d6638880fa47b93d66fa1d33bddf46022790a15aab43b34161dccae235ce1 +size 73019 diff --git a/MendeleyCXR/images/Darwin_00003591_person1638_bacteria_4342.png b/MendeleyCXR/images/Darwin_00003591_person1638_bacteria_4342.png new file mode 100644 index 0000000000000000000000000000000000000000..cb83dbf620f81df543416d9625db7c5ad8cfa6ef --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003591_person1638_bacteria_4342.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:147d3fb7c1ccf2c3255faa40814a20efe058fcd24b449e8b0a2eed0b1289f6c7 +size 73983 diff --git a/MendeleyCXR/images/Darwin_00003592_person1639_bacteria_4343.png b/MendeleyCXR/images/Darwin_00003592_person1639_bacteria_4343.png new file mode 100644 index 0000000000000000000000000000000000000000..0e5b066160da3fe3b3893b89a3365490dd80393f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003592_person1639_bacteria_4343.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c929e02d1148f92b9b748f91289ba412209e43d68ff539624978afe5b924dd9 +size 75958 diff --git a/MendeleyCXR/images/Darwin_00003593_person1639_bacteria_4344.png b/MendeleyCXR/images/Darwin_00003593_person1639_bacteria_4344.png new file mode 100644 index 0000000000000000000000000000000000000000..6f63e41ead8f770836e82f9ac599dec92ab7f63e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003593_person1639_bacteria_4344.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b424f35eb8e4c7161998133dc5d66462dd63ff64ea790890924b9eaa21b5bac1 +size 74040 diff --git a/MendeleyCXR/images/Darwin_00003597_person1641_bacteria_4350.png b/MendeleyCXR/images/Darwin_00003597_person1641_bacteria_4350.png new file mode 100644 index 0000000000000000000000000000000000000000..dd771e16640520c6f11811e786383f402bca089f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003597_person1641_bacteria_4350.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:407f36600b719a3cdc941ad0f230852ca2f6924fb97f3d62b9ad9fd960a8832b +size 70852 diff --git a/MendeleyCXR/images/Darwin_00003600_person1643_bacteria_4354.png b/MendeleyCXR/images/Darwin_00003600_person1643_bacteria_4354.png new file mode 100644 index 0000000000000000000000000000000000000000..ee5e3fad6add1f82704bbdd2794e120fc6090c07 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003600_person1643_bacteria_4354.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faae5dd956d25519d2470bd8f9a48b761537be89255efe22b74b8d0789bd8a0e +size 71772 diff --git a/MendeleyCXR/images/Darwin_00003603_person1644_bacteria_4358.png b/MendeleyCXR/images/Darwin_00003603_person1644_bacteria_4358.png new file mode 100644 index 0000000000000000000000000000000000000000..6cdea87a2a1b4ac3445ba22c66e7a2e1a2cf5fa9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003603_person1644_bacteria_4358.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abb19d888ed542107a5508ce7cc448367ab3435ee279b5e371dc0db618d7db47 +size 75961 diff --git a/MendeleyCXR/images/Darwin_00003606_person1644_bacteria_4362.png b/MendeleyCXR/images/Darwin_00003606_person1644_bacteria_4362.png new file mode 100644 index 0000000000000000000000000000000000000000..6ee0ef2ebe4cb8de52eb0c742b36503271a46b62 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003606_person1644_bacteria_4362.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7527dfdc010941ca90955c757cf2af0be85a18a553f3896f15b62dcc28a550d +size 68510 diff --git a/MendeleyCXR/images/Darwin_00003607_person1645_bacteria_4363.png b/MendeleyCXR/images/Darwin_00003607_person1645_bacteria_4363.png new file mode 100644 index 0000000000000000000000000000000000000000..4e1ebdd117d2b8c0f9e3c8133c54dc3d36daf7a3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003607_person1645_bacteria_4363.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:489ac53a1295647f033b9e3628f78ff455be15512d8080d13803796e21b49001 +size 65970 diff --git a/MendeleyCXR/images/Darwin_00003608_person1646_bacteria_4368.png b/MendeleyCXR/images/Darwin_00003608_person1646_bacteria_4368.png new file mode 100644 index 0000000000000000000000000000000000000000..253bbfef705039ab009bd9f84dbbe832e45c5afb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003608_person1646_bacteria_4368.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d6ef801ace351401610c4aab1bb65d56b4766064e0b7aadd90cbd81d9f32fe4 +size 69047 diff --git a/MendeleyCXR/images/Darwin_00003609_person1647_bacteria_4372.png b/MendeleyCXR/images/Darwin_00003609_person1647_bacteria_4372.png new file mode 100644 index 0000000000000000000000000000000000000000..4489286e0cc31f95f0af365b184024338bc643e6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003609_person1647_bacteria_4372.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7efb4d2015afb643454bb2309b42a2b8f97723686a6d53d64f98f3ce1d29b079 +size 75211 diff --git a/MendeleyCXR/images/Darwin_00003610_person1648_bacteria_4373.png b/MendeleyCXR/images/Darwin_00003610_person1648_bacteria_4373.png new file mode 100644 index 0000000000000000000000000000000000000000..c215c5daf86c3044d718639b5bed22555f4e8d21 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003610_person1648_bacteria_4373.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4525dfc51c4a4bea7662bee3c81fe1d660fa624aca690717676fe8a5ddd36e44 +size 64318 diff --git a/MendeleyCXR/images/Darwin_00003611_person1648_bacteria_4375.png b/MendeleyCXR/images/Darwin_00003611_person1648_bacteria_4375.png new file mode 100644 index 0000000000000000000000000000000000000000..a386fd55770911e78c7ebcfe902f0e5a9f79c62f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003611_person1648_bacteria_4375.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:400431cfcf50f25dba3a8eafa879c73c28d60a5b22f7bd0ef77e04e61e077029 +size 78219 diff --git a/MendeleyCXR/images/Darwin_00003612_person1648_bacteria_4376.png b/MendeleyCXR/images/Darwin_00003612_person1648_bacteria_4376.png new file mode 100644 index 0000000000000000000000000000000000000000..edeb1681f02dfa74698d6dab1858e75268b9fa07 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003612_person1648_bacteria_4376.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ec773c3b226bd97e201e16049a4304329390b5efb164dd9b3447452a0ef808f +size 67059 diff --git a/MendeleyCXR/images/Darwin_00003613_person1649_bacteria_4377.png b/MendeleyCXR/images/Darwin_00003613_person1649_bacteria_4377.png new file mode 100644 index 0000000000000000000000000000000000000000..611ea84ecc04a2197a3e15f243975b43e1ecf321 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003613_person1649_bacteria_4377.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c12f5bcba4b3206a288f0aada7c82fbba0739ae335205722a591ca29a08cdb2 +size 68131 diff --git a/MendeleyCXR/images/Darwin_00003614_person1649_bacteria_4378.png b/MendeleyCXR/images/Darwin_00003614_person1649_bacteria_4378.png new file mode 100644 index 0000000000000000000000000000000000000000..16f6f46fafb0953d2344191838248c833d550714 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003614_person1649_bacteria_4378.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33a880a251e83400934538876b7d8ae5b24cf29e6a61f075dc79111342b076b7 +size 70088 diff --git a/MendeleyCXR/images/Darwin_00003615_person1649_bacteria_4379.png b/MendeleyCXR/images/Darwin_00003615_person1649_bacteria_4379.png new file mode 100644 index 0000000000000000000000000000000000000000..aabe6b2eb06032a00e6970d1588b81cbe0208c29 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003615_person1649_bacteria_4379.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c15fac3f92863ee0223e42ff0136d565d516abff0962acc3acd7033b812b57ad +size 67996 diff --git a/MendeleyCXR/images/Darwin_00003616_person1651_bacteria_4381.png b/MendeleyCXR/images/Darwin_00003616_person1651_bacteria_4381.png new file mode 100644 index 0000000000000000000000000000000000000000..c6380f960de9286c07d515d5192aee08ec92689b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003616_person1651_bacteria_4381.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e50af78e8c9d073ded6b0932745da1896420b5aa902c2962ffd0ea99d94c72e +size 67507 diff --git a/MendeleyCXR/images/Darwin_00003617_person1652_bacteria_4383.png b/MendeleyCXR/images/Darwin_00003617_person1652_bacteria_4383.png new file mode 100644 index 0000000000000000000000000000000000000000..23f851dd262c30b038b842418dbd8496d01a4756 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003617_person1652_bacteria_4383.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d80c53044b7706dd753f54b10c0b42d1e5cde17de22dc33a8ea553998a497a8b +size 61567 diff --git a/MendeleyCXR/images/Darwin_00003618_person1657_bacteria_4398.png b/MendeleyCXR/images/Darwin_00003618_person1657_bacteria_4398.png new file mode 100644 index 0000000000000000000000000000000000000000..65bda20e4834393eba10fec7526322d747d6996e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003618_person1657_bacteria_4398.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18143975a0b3ddc23826614043cf41a7f526297fdf49d41a447672d7e577c1a1 +size 78698 diff --git a/MendeleyCXR/images/Darwin_00003619_person1657_bacteria_4399.png b/MendeleyCXR/images/Darwin_00003619_person1657_bacteria_4399.png new file mode 100644 index 0000000000000000000000000000000000000000..36d26bc486bddd57c75a4a8288a9d4ebb3b917f0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003619_person1657_bacteria_4399.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8790f3a4d60edbff728c8f9a7d7e23861f107235814e2a534220ddbef422e7b1 +size 75089 diff --git a/MendeleyCXR/images/Darwin_00003620_person1657_bacteria_4400.png b/MendeleyCXR/images/Darwin_00003620_person1657_bacteria_4400.png new file mode 100644 index 0000000000000000000000000000000000000000..95adbf3865c7424c467809dc4acedbcd42e63dab --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003620_person1657_bacteria_4400.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be8f5cc77b0ff0856c978b5e92af00c8763ebed8338da725458da231649c787a +size 70239 diff --git a/MendeleyCXR/images/Darwin_00003621_person1658_bacteria_4402.png b/MendeleyCXR/images/Darwin_00003621_person1658_bacteria_4402.png new file mode 100644 index 0000000000000000000000000000000000000000..49cb9fb40a32f978bcb5e812a20c26d5261e6957 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003621_person1658_bacteria_4402.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e696c64d616d728375de053245675c62821bb9cf383159260a444e015cd4b84 +size 77926 diff --git a/MendeleyCXR/images/Darwin_00003622_person1660_bacteria_4404.png b/MendeleyCXR/images/Darwin_00003622_person1660_bacteria_4404.png new file mode 100644 index 0000000000000000000000000000000000000000..3b586f36acc6177228e64c3482504e1128b3d007 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003622_person1660_bacteria_4404.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8064a68362f696df1759da5bee78c087f4d177117d8116e8e95fea3889663eed +size 65900 diff --git a/MendeleyCXR/images/Darwin_00003624_person1663_bacteria_4411.png b/MendeleyCXR/images/Darwin_00003624_person1663_bacteria_4411.png new file mode 100644 index 0000000000000000000000000000000000000000..e1443fdd629ae15ec30bc5a87a726c75705bf331 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003624_person1663_bacteria_4411.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca44b511e514787cb4ebab4a3088741ed8feb70c8b95dbdadc3d2cd4715c18a9 +size 75496 diff --git a/MendeleyCXR/images/Darwin_00003625_person1663_bacteria_4412.png b/MendeleyCXR/images/Darwin_00003625_person1663_bacteria_4412.png new file mode 100644 index 0000000000000000000000000000000000000000..dc6591cdab5823ebc6bb36bcee66acd4d638c6f8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003625_person1663_bacteria_4412.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bdeee25802d1a022ef945a8c151a63d0963219881ae46c2094d944996f5c8ea +size 72709 diff --git a/MendeleyCXR/images/Darwin_00003626_person1665_bacteria_4415.png b/MendeleyCXR/images/Darwin_00003626_person1665_bacteria_4415.png new file mode 100644 index 0000000000000000000000000000000000000000..3c82cb91d7c3d41c79d1dfc9e5c3f4c8de4618bd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003626_person1665_bacteria_4415.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b5f2494aef9ad6a428d5567c1bad25a575817250efb7d425fc13ee94607d005 +size 69654 diff --git a/MendeleyCXR/images/Darwin_00003627_person1666_bacteria_4416.png b/MendeleyCXR/images/Darwin_00003627_person1666_bacteria_4416.png new file mode 100644 index 0000000000000000000000000000000000000000..abb582aee3cf62bd1d6e655b75795aed570894e8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003627_person1666_bacteria_4416.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1be1f2f1c885483e3143c07d4920ddee62bd20ecf1457d6d5816e0656edc712 +size 67106 diff --git a/MendeleyCXR/images/Darwin_00003628_person1667_bacteria_4417.png b/MendeleyCXR/images/Darwin_00003628_person1667_bacteria_4417.png new file mode 100644 index 0000000000000000000000000000000000000000..7a472ca681b55c9d4faab74342be7db1c5eec1fe --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003628_person1667_bacteria_4417.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e8c72df39793f364ba336c5b1b16ceddfbb47a00996208ba5b443348ddf1af2 +size 71758 diff --git a/MendeleyCXR/images/Darwin_00003629_person1667_bacteria_4418.png b/MendeleyCXR/images/Darwin_00003629_person1667_bacteria_4418.png new file mode 100644 index 0000000000000000000000000000000000000000..f8f96b8eb80d463ffe4bba32e8c539f49e91083c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003629_person1667_bacteria_4418.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b57caab35c8f7b5ceccf47ec20ed570d411174bb2a0ba5531b716efa70a6d6e +size 75737 diff --git a/MendeleyCXR/images/Darwin_00003633_person1669_bacteria_4423.png b/MendeleyCXR/images/Darwin_00003633_person1669_bacteria_4423.png new file mode 100644 index 0000000000000000000000000000000000000000..7a62bf35079b7d6b6a4bd81892617a90cc7d4e04 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003633_person1669_bacteria_4423.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5056095f5d91fc4c24e3f6d8ee5b4a782390dec42ed4cba2be705a75ff5847a +size 66598 diff --git a/MendeleyCXR/images/Darwin_00003634_person1669_bacteria_4424.png b/MendeleyCXR/images/Darwin_00003634_person1669_bacteria_4424.png new file mode 100644 index 0000000000000000000000000000000000000000..10f14a3ad6d61301668289f1938acb011e94091b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003634_person1669_bacteria_4424.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50618c2779a25ca7a5f4198e52e5737efaff5851214d41a1ab07b7817be0e891 +size 71740 diff --git a/MendeleyCXR/images/Darwin_00003635_person1670_bacteria_4425.png b/MendeleyCXR/images/Darwin_00003635_person1670_bacteria_4425.png new file mode 100644 index 0000000000000000000000000000000000000000..3e31578e93c73f34975d7d3d62e916120965aae9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003635_person1670_bacteria_4425.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75aa73e3224fef537fa8bc25ec0d46b6f90df54854043873518917252116b588 +size 70404 diff --git a/MendeleyCXR/images/Darwin_00003637_person1670_bacteria_4427.png b/MendeleyCXR/images/Darwin_00003637_person1670_bacteria_4427.png new file mode 100644 index 0000000000000000000000000000000000000000..339960dd2ad6f6bc516289cd1b679faee8ddf1cc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003637_person1670_bacteria_4427.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e58aef7b018e8b1971ff343e0c6e016f6e2c3e77ade666363ffd956cbf327f9 +size 68288 diff --git a/MendeleyCXR/images/Darwin_00003638_person1670_bacteria_4428.png b/MendeleyCXR/images/Darwin_00003638_person1670_bacteria_4428.png new file mode 100644 index 0000000000000000000000000000000000000000..f2b661c4e3828c16a6d8039f8137e058bf4ba1dc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003638_person1670_bacteria_4428.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:870a1a2a2cfab78e1bd182abaf201d89b153c2227e8780429b2245ac66509ce9 +size 70410 diff --git a/MendeleyCXR/images/Darwin_00003639_person1670_bacteria_4429.png b/MendeleyCXR/images/Darwin_00003639_person1670_bacteria_4429.png new file mode 100644 index 0000000000000000000000000000000000000000..23dadef10e3f24ecab780e18eb9e1a0f39ea0508 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003639_person1670_bacteria_4429.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d69e1074c751da9094f39af862de6e5e1a7c94468759a7d1732180f652a541c3 +size 70501 diff --git a/MendeleyCXR/images/Darwin_00003640_person1670_bacteria_4430.png b/MendeleyCXR/images/Darwin_00003640_person1670_bacteria_4430.png new file mode 100644 index 0000000000000000000000000000000000000000..19bef3055330dd1cb8ad8be3726b87f2003cb868 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003640_person1670_bacteria_4430.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43ea767759eccfe45a88ba0af6760a448467e9352620365349a1d8431e49d34a +size 75566 diff --git a/MendeleyCXR/images/Darwin_00003641_person1670_bacteria_4431.png b/MendeleyCXR/images/Darwin_00003641_person1670_bacteria_4431.png new file mode 100644 index 0000000000000000000000000000000000000000..bb84bd07e4a61db74c530f08c09c4e6d15ff0592 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003641_person1670_bacteria_4431.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e2368c2bb9cb56ba42dca7f78749a6bd3946e3465f18c3483bf194239e10ef0 +size 72388 diff --git a/MendeleyCXR/images/Darwin_00003642_person1671_bacteria_4432.png b/MendeleyCXR/images/Darwin_00003642_person1671_bacteria_4432.png new file mode 100644 index 0000000000000000000000000000000000000000..d963a71b31793a019eea5b50b83ce45fa2a1da23 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003642_person1671_bacteria_4432.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a36d4ca0a5eca085259499b138ab33afa2a523a563d02220326058d69181b75e +size 72058 diff --git a/MendeleyCXR/images/Darwin_00003643_person1673_bacteria_4434.png b/MendeleyCXR/images/Darwin_00003643_person1673_bacteria_4434.png new file mode 100644 index 0000000000000000000000000000000000000000..9eda3ff6968beeffaa8fecef41d394729b49f087 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003643_person1673_bacteria_4434.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddedaea6d019490323b03726df125b56256af94f86a5d950692eea8aad6b1fa9 +size 72225 diff --git a/MendeleyCXR/images/Darwin_00003644_person1674_bacteria_4437.png b/MendeleyCXR/images/Darwin_00003644_person1674_bacteria_4437.png new file mode 100644 index 0000000000000000000000000000000000000000..0885422b8d1a46a0f64b28ad48f5b407f6d39425 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003644_person1674_bacteria_4437.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98c37104eb435cc21d00c79a41d5d7002ff94f1e9e556a39d71ff6ea00884029 +size 73072 diff --git a/MendeleyCXR/images/Darwin_00003648_person1678_bacteria_4446.png b/MendeleyCXR/images/Darwin_00003648_person1678_bacteria_4446.png new file mode 100644 index 0000000000000000000000000000000000000000..0ecc0797bc611512fbba5ed4475f5e0672e2066e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003648_person1678_bacteria_4446.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31606db0ab771a6b9ef69dd2941b57a0ef905fe3ad9a4423525e02be1810b288 +size 70508 diff --git a/MendeleyCXR/images/Darwin_00003652_person1679_bacteria_4452.png b/MendeleyCXR/images/Darwin_00003652_person1679_bacteria_4452.png new file mode 100644 index 0000000000000000000000000000000000000000..ff183689f943bcb3829e5a627daba427b6871e13 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003652_person1679_bacteria_4452.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4552f52f545f5b7f6ca109f2f0bf5a180a0e8eea00f7cfb46e5ce75e90427b16 +size 71690 diff --git a/MendeleyCXR/images/Darwin_00003653_person1679_bacteria_4453.png b/MendeleyCXR/images/Darwin_00003653_person1679_bacteria_4453.png new file mode 100644 index 0000000000000000000000000000000000000000..09dfbd4db2173ffb698004ea9e96456de468ca72 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003653_person1679_bacteria_4453.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:097350c0232d53c97a74ed064c44e68d1be055bb88fba8571aa0d820ef77b80e +size 70403 diff --git a/MendeleyCXR/images/Darwin_00003654_person1680_bacteria_4455.png b/MendeleyCXR/images/Darwin_00003654_person1680_bacteria_4455.png new file mode 100644 index 0000000000000000000000000000000000000000..0fa714b0a3daf448c66fa724bcfd9d9e3fb371ff --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003654_person1680_bacteria_4455.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0de7c6a2c432301217dd0d63bf89724b062e17edd639cb7d9af8e6e758484cd1 +size 67673 diff --git a/MendeleyCXR/images/Darwin_00003655_person1682_bacteria_4459.png b/MendeleyCXR/images/Darwin_00003655_person1682_bacteria_4459.png new file mode 100644 index 0000000000000000000000000000000000000000..5765308f64b544af127cdc0f4bbdd55f0c9a2a3f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003655_person1682_bacteria_4459.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e030c70c1c706e9d8c93d7bbc66825d0443ed2d92a9613a080b3b26d4a516b0f +size 63488 diff --git a/MendeleyCXR/images/Darwin_00003656_person1683_bacteria_4460.png b/MendeleyCXR/images/Darwin_00003656_person1683_bacteria_4460.png new file mode 100644 index 0000000000000000000000000000000000000000..105c6df38b1643c2032395bd05dc0677ba65d00d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003656_person1683_bacteria_4460.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72e23eae6a325628196aca199b5e474ac2773c02c2e30312f314bdcd875891fb +size 68999 diff --git a/MendeleyCXR/images/Darwin_00003659_person1684_bacteria_4463.png b/MendeleyCXR/images/Darwin_00003659_person1684_bacteria_4463.png new file mode 100644 index 0000000000000000000000000000000000000000..12abe6836c8c18c733a394637c4c7515c5b5fccc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003659_person1684_bacteria_4463.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43bac69c469371419a51d505b06ae3f97273b2f00974a0653950fe8574034417 +size 71651 diff --git a/MendeleyCXR/images/Darwin_00003660_person1685_bacteria_4465.png b/MendeleyCXR/images/Darwin_00003660_person1685_bacteria_4465.png new file mode 100644 index 0000000000000000000000000000000000000000..0936ab9e2b1cd7c22a7ca64d8d3f88b54fd48db7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003660_person1685_bacteria_4465.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5658d9919eb1c7bb8aeaee522d53c855875a2401ca3a55d599c96bf3736d4ee5 +size 69620 diff --git a/MendeleyCXR/images/Darwin_00003662_person1687_bacteria_4468.png b/MendeleyCXR/images/Darwin_00003662_person1687_bacteria_4468.png new file mode 100644 index 0000000000000000000000000000000000000000..483a49f2599d71777a9c8aea1f3dd29927f7a88c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003662_person1687_bacteria_4468.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb2bcb52a454d416e6dac25f48c923f9e72deb37cb5675606441a6a0260d4845 +size 67336 diff --git a/MendeleyCXR/images/Darwin_00003663_person1689_bacteria_4472.png b/MendeleyCXR/images/Darwin_00003663_person1689_bacteria_4472.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9c8b73a44565d9178ab142edd1ff8cfb0c527b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003663_person1689_bacteria_4472.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc3757d26e53fe4a6daacccf1129014567e1ba17644c13aedb88b425ef6142f2 +size 62382 diff --git a/MendeleyCXR/images/Darwin_00003666_person1690_bacteria_4475.png b/MendeleyCXR/images/Darwin_00003666_person1690_bacteria_4475.png new file mode 100644 index 0000000000000000000000000000000000000000..77c71bf01a3928467a007cc39f03e759a1bfe4d5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003666_person1690_bacteria_4475.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d179847cfd0a1de5f1235cb6c57c0db4fb61dbc94805f487ca2be38bfaf89892 +size 70284 diff --git a/MendeleyCXR/images/Darwin_00003667_person1691_bacteria_4479.png b/MendeleyCXR/images/Darwin_00003667_person1691_bacteria_4479.png new file mode 100644 index 0000000000000000000000000000000000000000..3a2473fd7ee351e99a407e532a984f6a7e2fdb5a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003667_person1691_bacteria_4479.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b13955bfef971c5b90af51183469ff741927a87eecdda5b968b5f2e238ccc898 +size 69332 diff --git a/MendeleyCXR/images/Darwin_00003668_person1691_bacteria_4481.png b/MendeleyCXR/images/Darwin_00003668_person1691_bacteria_4481.png new file mode 100644 index 0000000000000000000000000000000000000000..f6114148236fb409f55e01ad715401a11b71a7ed --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003668_person1691_bacteria_4481.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad08c028c8ff7961250e78e5aac6685934f3d4773ea494873fda423294308d5e +size 70230 diff --git a/MendeleyCXR/images/Darwin_00003670_person1695_bacteria_4492.png b/MendeleyCXR/images/Darwin_00003670_person1695_bacteria_4492.png new file mode 100644 index 0000000000000000000000000000000000000000..efa984259546e72c2cb239aec3f21b9e37f684ed --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003670_person1695_bacteria_4492.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba53f5a0d753b5016a0478fcbe23fbc68c4cdc245160d78aeacc027dd16e1655 +size 69039 diff --git a/MendeleyCXR/images/Darwin_00003671_person1696_bacteria_4495.png b/MendeleyCXR/images/Darwin_00003671_person1696_bacteria_4495.png new file mode 100644 index 0000000000000000000000000000000000000000..d11f732bc436ab14e8ad26097d6436d6ff4ec088 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003671_person1696_bacteria_4495.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2047eb217baef421fa42c0e2e229afed73184c45a62a58e4cfa7030b9d87759 +size 70980 diff --git a/MendeleyCXR/images/Darwin_00003672_person1697_bacteria_4496.png b/MendeleyCXR/images/Darwin_00003672_person1697_bacteria_4496.png new file mode 100644 index 0000000000000000000000000000000000000000..771336ded247e63c6524c1d6bd58f374b31a7519 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003672_person1697_bacteria_4496.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:176a155c4489de592e280144487256b6a8fc8f792f965aef7b844ea9c4f28924 +size 63056 diff --git a/MendeleyCXR/images/Darwin_00003673_person1698_bacteria_4497.png b/MendeleyCXR/images/Darwin_00003673_person1698_bacteria_4497.png new file mode 100644 index 0000000000000000000000000000000000000000..b37933cf8682278fa2c8c2e08678d03379eec754 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003673_person1698_bacteria_4497.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c883741948e39b02e22e06c1f567261894158414a40e1fb83d6970c1dcc1247b +size 69611 diff --git a/MendeleyCXR/images/Darwin_00003674_person1699_bacteria_4498.png b/MendeleyCXR/images/Darwin_00003674_person1699_bacteria_4498.png new file mode 100644 index 0000000000000000000000000000000000000000..987eff3803f2806c9fa5f006800aeaa33daa567c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003674_person1699_bacteria_4498.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed8f44c4f6bbae8a113d166e95b2930d688f8e9681deef241bc131dcdc0cef4c +size 69137 diff --git a/MendeleyCXR/images/Darwin_00003675_person1700_bacteria_4500.png b/MendeleyCXR/images/Darwin_00003675_person1700_bacteria_4500.png new file mode 100644 index 0000000000000000000000000000000000000000..7e687da81a1f6659ec62ff176469a0e187af8403 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003675_person1700_bacteria_4500.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfe8d486bdbe219df261815ef3adf1d42b9cf3f2511eff2fd6b7fe574a791dc0 +size 71475 diff --git a/MendeleyCXR/images/Darwin_00003677_person1701_bacteria_4504.png b/MendeleyCXR/images/Darwin_00003677_person1701_bacteria_4504.png new file mode 100644 index 0000000000000000000000000000000000000000..2fd04887a492472a79f9e2325c44d1b046859a88 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003677_person1701_bacteria_4504.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cff6ce9091a720675174ef3cea6499d50c4a647ab79010ac4f2cec880834e7b +size 66821 diff --git a/MendeleyCXR/images/Darwin_00003679_person1702_bacteria_4508.png b/MendeleyCXR/images/Darwin_00003679_person1702_bacteria_4508.png new file mode 100644 index 0000000000000000000000000000000000000000..773feb341ff0759860ecebd9cd9ff0d9f833b557 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003679_person1702_bacteria_4508.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3816f330919924c11258e20d3276b342b9b5f46fbbcf3526c7d0faecae5731bf +size 64814 diff --git a/MendeleyCXR/images/Darwin_00003680_person1702_bacteria_4509.png b/MendeleyCXR/images/Darwin_00003680_person1702_bacteria_4509.png new file mode 100644 index 0000000000000000000000000000000000000000..2d9927e6f862d3e3540b3e4947e5177ebd7a609d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003680_person1702_bacteria_4509.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef887aa27afbc4e0aab9cbed64076427751689f3b58cd7f342ee0ef005d1dcc5 +size 71403 diff --git a/MendeleyCXR/images/Darwin_00003681_person1702_bacteria_4510.png b/MendeleyCXR/images/Darwin_00003681_person1702_bacteria_4510.png new file mode 100644 index 0000000000000000000000000000000000000000..c26de6f3702a5294bfe374aa59682cb648bef1d8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003681_person1702_bacteria_4510.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f043e36eef2dc2d00eaab1bf9e9df8deb83b3ec6bd919d821207c6cf351a99f4 +size 74098 diff --git a/MendeleyCXR/images/Darwin_00003682_person1702_bacteria_4511.png b/MendeleyCXR/images/Darwin_00003682_person1702_bacteria_4511.png new file mode 100644 index 0000000000000000000000000000000000000000..fbe84185c67b233dde15f3ab62a788386dcc263b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003682_person1702_bacteria_4511.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90dc41b3dd4127662cb87d7076e73e6a73a166173f2ebfcb70a79616bc80fece +size 75564 diff --git a/MendeleyCXR/images/Darwin_00003686_person1708_bacteria_4521.png b/MendeleyCXR/images/Darwin_00003686_person1708_bacteria_4521.png new file mode 100644 index 0000000000000000000000000000000000000000..ffbcc1a39005dabd0c16c31a2a277a416cc89d96 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003686_person1708_bacteria_4521.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2abdbb8bb0f6e0e46c73e0915533f6bf0a4d80cb845d48f75ef83e9f5f03819 +size 69594 diff --git a/MendeleyCXR/images/Darwin_00003687_person1709_bacteria_4522.png b/MendeleyCXR/images/Darwin_00003687_person1709_bacteria_4522.png new file mode 100644 index 0000000000000000000000000000000000000000..4cecb3f95d86b4fe8dee37629a34a5996e1a34cf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003687_person1709_bacteria_4522.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45a29aab90f9186a7c67d8f4b4264d409092836fccdd6c0d7bb0da527b23995c +size 75925 diff --git a/MendeleyCXR/images/Darwin_00003689_person1709_bacteria_4524.png b/MendeleyCXR/images/Darwin_00003689_person1709_bacteria_4524.png new file mode 100644 index 0000000000000000000000000000000000000000..b638cf0a81dfa6ab1876c2885e88690c966dddcb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003689_person1709_bacteria_4524.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e36f7c16b00beecdefed9e44d065412c0d61e1e1126b5c81a8b4fa50b5fe8a2 +size 73656 diff --git a/MendeleyCXR/images/Darwin_00003690_person1710_bacteria_4525.png b/MendeleyCXR/images/Darwin_00003690_person1710_bacteria_4525.png new file mode 100644 index 0000000000000000000000000000000000000000..dfee83cff11037e223d0283a6ecbf0b602a1f2c2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003690_person1710_bacteria_4525.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6df1b405cd1290a3f3b69f82b62ee624e2714c739a4e7f8fb69fc8e8ebfdfdb2 +size 74885 diff --git a/MendeleyCXR/images/Darwin_00003692_person1711_bacteria_4527.png b/MendeleyCXR/images/Darwin_00003692_person1711_bacteria_4527.png new file mode 100644 index 0000000000000000000000000000000000000000..832c21afc2d99839af7be5ee48ebe8408d11d512 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003692_person1711_bacteria_4527.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97c169ba4ce10ec8ca88cd6cafb96bdd88652776ff31b45c55b659ed23c19a32 +size 70874 diff --git a/MendeleyCXR/images/Darwin_00003693_person1712_bacteria_4529.png b/MendeleyCXR/images/Darwin_00003693_person1712_bacteria_4529.png new file mode 100644 index 0000000000000000000000000000000000000000..56e9bf9ad9ab68d9fc03dc91dd16d1442e2799d5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003693_person1712_bacteria_4529.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f05f5ec754e95965b83f6caf88cb23bb92d6e124cd2fdefee400995055daff1 +size 73311 diff --git a/MendeleyCXR/images/Darwin_00003694_person1713_bacteria_4530.png b/MendeleyCXR/images/Darwin_00003694_person1713_bacteria_4530.png new file mode 100644 index 0000000000000000000000000000000000000000..4bc2dd51e19f2fdb8b93988ea44bb31c04d90ec2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003694_person1713_bacteria_4530.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:469b61791652c5f9801f516f17fc30e331174610d01281c3940fbc712804b2f5 +size 68597 diff --git a/MendeleyCXR/images/Darwin_00003695_person1715_bacteria_4532.png b/MendeleyCXR/images/Darwin_00003695_person1715_bacteria_4532.png new file mode 100644 index 0000000000000000000000000000000000000000..4ca71590f7fec7b839cddc238ffc3cb9f4072d6d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003695_person1715_bacteria_4532.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a785992ab76c4f093227c3090ca58fb71e4ef4a42318ebb6a7d9114ed3f5fe7 +size 69720 diff --git a/MendeleyCXR/images/Darwin_00003697_person1717_bacteria_4534.png b/MendeleyCXR/images/Darwin_00003697_person1717_bacteria_4534.png new file mode 100644 index 0000000000000000000000000000000000000000..abff9c5b0755122dfba70a7304e1fcf79725d60d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003697_person1717_bacteria_4534.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fefd7ab64f97c97b1f98b5028d2aea0b57cf3555d3f81699d2d869cb2799b19f +size 66018 diff --git a/MendeleyCXR/images/Darwin_00003698_person1717_bacteria_4536.png b/MendeleyCXR/images/Darwin_00003698_person1717_bacteria_4536.png new file mode 100644 index 0000000000000000000000000000000000000000..4a4c625a3f1de99b135e6885d0e54024eb6323b7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003698_person1717_bacteria_4536.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04d5f06ed809ab00d77f3f6f2b2692876dd29328e37216bae834793ae1b90b4e +size 68862 diff --git a/MendeleyCXR/images/Darwin_00003699_person1718_bacteria_4538.png b/MendeleyCXR/images/Darwin_00003699_person1718_bacteria_4538.png new file mode 100644 index 0000000000000000000000000000000000000000..54acc421cf20d83e5da215a712cac5239eb0354d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003699_person1718_bacteria_4538.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f13084393f1c7b2787bd5b519c6f86dc9f67c32e6c7afae8123391600a23f54f +size 75604 diff --git a/MendeleyCXR/images/Darwin_00003700_person1718_bacteria_4540.png b/MendeleyCXR/images/Darwin_00003700_person1718_bacteria_4540.png new file mode 100644 index 0000000000000000000000000000000000000000..6b4cd0a4c125316662de8fe10ff49cb561df2e0e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003700_person1718_bacteria_4540.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b8ea787c6f5d850b3a7e752c637175130da0cef439ab60282a6636a7e73e815 +size 72536 diff --git a/MendeleyCXR/images/Darwin_00003704_person1720_bacteria_4545.png b/MendeleyCXR/images/Darwin_00003704_person1720_bacteria_4545.png new file mode 100644 index 0000000000000000000000000000000000000000..f40ddba7bc5d9b9fec0f570ff00d96db0c4b999d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003704_person1720_bacteria_4545.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:181c91ef02c4a57eca1e0c0b564645f29706a34141682089b52b1bc151f7e786 +size 64771 diff --git a/MendeleyCXR/images/Darwin_00003705_person1721_bacteria_4546.png b/MendeleyCXR/images/Darwin_00003705_person1721_bacteria_4546.png new file mode 100644 index 0000000000000000000000000000000000000000..f0f45e8ada7330ec3f473d108ae9f7780a3de8ac --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003705_person1721_bacteria_4546.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c23c8a90aa43e5c418fbdaa1a285f5be671008cd567f5d4df491a9fa00d34d14 +size 72866 diff --git a/MendeleyCXR/images/Darwin_00003708_person1724_bacteria_4549.png b/MendeleyCXR/images/Darwin_00003708_person1724_bacteria_4549.png new file mode 100644 index 0000000000000000000000000000000000000000..05ce8e1736d18812e138122eaf9c26aacf0a820d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003708_person1724_bacteria_4549.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c984d128afa07ed3a2e1e7b8cca1b413483ddca96f0053c79ec30f1ed765ce6 +size 76409 diff --git a/MendeleyCXR/images/Darwin_00003711_person1726_bacteria_4552.png b/MendeleyCXR/images/Darwin_00003711_person1726_bacteria_4552.png new file mode 100644 index 0000000000000000000000000000000000000000..b4c9c71ce16da43c1dc27eb201a4025a05ff2893 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003711_person1726_bacteria_4552.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eda58fd0146dfdde9b88921fe26a5d68f90c42f90debe7a3a54b83ae1c92d5e +size 70089 diff --git a/MendeleyCXR/images/Darwin_00003714_person1729_bacteria_4557.png b/MendeleyCXR/images/Darwin_00003714_person1729_bacteria_4557.png new file mode 100644 index 0000000000000000000000000000000000000000..7f803655b17c08e156b3164dac665af390a10c59 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003714_person1729_bacteria_4557.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d358c31c325bd7d0cd4adad16d62f362449877a12973043fe8c84ae86d2b51c8 +size 72857 diff --git a/MendeleyCXR/images/Darwin_00003715_person1730_bacteria_4558.png b/MendeleyCXR/images/Darwin_00003715_person1730_bacteria_4558.png new file mode 100644 index 0000000000000000000000000000000000000000..59f31e55f33d86ad0abd2149e1778a7b0b155410 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003715_person1730_bacteria_4558.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59996b5952482d6301f4b852595411cc51fd36652b546176694ae814743336b0 +size 67231 diff --git a/MendeleyCXR/images/Darwin_00003716_person1730_bacteria_4559.png b/MendeleyCXR/images/Darwin_00003716_person1730_bacteria_4559.png new file mode 100644 index 0000000000000000000000000000000000000000..83d3354dea8a03675e0c21084b04b63fe53ccad2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003716_person1730_bacteria_4559.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b361af3348336a2d134168235304044da23820e949a7004c0d0daad0f25c8818 +size 69563 diff --git a/MendeleyCXR/images/Darwin_00003717_person1731_bacteria_4563.png b/MendeleyCXR/images/Darwin_00003717_person1731_bacteria_4563.png new file mode 100644 index 0000000000000000000000000000000000000000..47e671df9766157e8ec03a6ca886cb7f4b45dbed --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003717_person1731_bacteria_4563.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faa074ab55b49d9b212ac255db44d5dd61c22bb9d3a82c043b1f2cdad5004333 +size 68614 diff --git a/MendeleyCXR/images/Darwin_00003720_person1735_bacteria_4570.png b/MendeleyCXR/images/Darwin_00003720_person1735_bacteria_4570.png new file mode 100644 index 0000000000000000000000000000000000000000..f7c774f67f0a32078288968892dccc60e99c0d22 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003720_person1735_bacteria_4570.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da8de4ef57506444f4c2965d3f96dbb8e0b3fcdd6f5c49459e3da40d56c94a58 +size 61964 diff --git a/MendeleyCXR/images/Darwin_00003721_person1737_bacteria_4573.png b/MendeleyCXR/images/Darwin_00003721_person1737_bacteria_4573.png new file mode 100644 index 0000000000000000000000000000000000000000..da1ad7c6b72f899f1397ba968b41ef8c26ba46b1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003721_person1737_bacteria_4573.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db26cc4663ee28e303dce3c9dadce3a463b7351145bdf4419b1d385ae6150b71 +size 75812 diff --git a/MendeleyCXR/images/Darwin_00003722_person1739_bacteria_4576.png b/MendeleyCXR/images/Darwin_00003722_person1739_bacteria_4576.png new file mode 100644 index 0000000000000000000000000000000000000000..7f1e2caf0193bfc199949fcb53955a749017f04a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003722_person1739_bacteria_4576.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:681d9b2db2fa5a9b9f06ace64722b33974d9dd9770433d05e7fbb4abcb71d38f +size 70545 diff --git a/MendeleyCXR/images/Darwin_00003723_person1740_bacteria_4579.png b/MendeleyCXR/images/Darwin_00003723_person1740_bacteria_4579.png new file mode 100644 index 0000000000000000000000000000000000000000..dfb8518f7c70426ca62c1a331bc71bd5f221c66b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003723_person1740_bacteria_4579.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:283e847a4038bfaf4bee744c51062d08d1a478924b9c0d45c44e44e4d98d4dcd +size 71091 diff --git a/MendeleyCXR/images/Darwin_00003724_person1744_bacteria_4583.png b/MendeleyCXR/images/Darwin_00003724_person1744_bacteria_4583.png new file mode 100644 index 0000000000000000000000000000000000000000..605c2401dddedbbe9bbd789224a6e54d0a2d2f62 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003724_person1744_bacteria_4583.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebf78d65713a912342d675c2c7a0d2fce5aa00ca9aa6159587badca21f00d7fa +size 70632 diff --git a/MendeleyCXR/images/Darwin_00003725_person1745_bacteria_4584.png b/MendeleyCXR/images/Darwin_00003725_person1745_bacteria_4584.png new file mode 100644 index 0000000000000000000000000000000000000000..11a73891d5210584c4cacf35583020dcda566283 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003725_person1745_bacteria_4584.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07e75eef9d12a881a052a222be40b87f91555ede23b0df594a726057e6900b6f +size 66115 diff --git a/MendeleyCXR/images/Darwin_00003726_person1746_bacteria_4585.png b/MendeleyCXR/images/Darwin_00003726_person1746_bacteria_4585.png new file mode 100644 index 0000000000000000000000000000000000000000..fe815044f5c6de14816465ec8a04107d31443a2d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003726_person1746_bacteria_4585.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae374c58b6875be653900e9bd19680ff8ec9e0344aa7e25f471b1ab45265e668 +size 68810 diff --git a/MendeleyCXR/images/Darwin_00003727_person1748_bacteria_4588.png b/MendeleyCXR/images/Darwin_00003727_person1748_bacteria_4588.png new file mode 100644 index 0000000000000000000000000000000000000000..0e6446761aed4a5cc148e44f2cf6b2e1d9e40aaf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003727_person1748_bacteria_4588.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30072690a29d921244f2fb4b69e345a7e1bec305f3c8f86ee88a3f6c6c704b7d +size 69038 diff --git a/MendeleyCXR/images/Darwin_00003730_person1753_bacteria_4594.png b/MendeleyCXR/images/Darwin_00003730_person1753_bacteria_4594.png new file mode 100644 index 0000000000000000000000000000000000000000..61fa97dfe25291baded333ccf263e46aa03bae9f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003730_person1753_bacteria_4594.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c57a88a494f49dfeda7a2d3089d5815347bb7dfbc8df4a370e0495000b97b69 +size 64468 diff --git a/MendeleyCXR/images/Darwin_00003731_person1756_bacteria_4598.png b/MendeleyCXR/images/Darwin_00003731_person1756_bacteria_4598.png new file mode 100644 index 0000000000000000000000000000000000000000..549a124839521f820a0e956742ffbbabfd1b912c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003731_person1756_bacteria_4598.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caadd2a9045b011f5085c761c24f6bdb555181136693b5e700516bf9b1255461 +size 78541 diff --git a/MendeleyCXR/images/Darwin_00003732_person1757_bacteria_4599.png b/MendeleyCXR/images/Darwin_00003732_person1757_bacteria_4599.png new file mode 100644 index 0000000000000000000000000000000000000000..79a023e2921e910c87945fe362de5b938630363c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003732_person1757_bacteria_4599.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4d52fc61b8abcb34841f877aa005fe1e1730016d55e95893aa66d31f44d062a +size 73422 diff --git a/MendeleyCXR/images/Darwin_00003733_person1758_bacteria_4600.png b/MendeleyCXR/images/Darwin_00003733_person1758_bacteria_4600.png new file mode 100644 index 0000000000000000000000000000000000000000..269a6175f25947e1e1eb18e75387bf9f552766ec --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003733_person1758_bacteria_4600.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfa676686546793984087f2fe4f7bf13a98509b0ce9e53af9a151459caa1a418 +size 73463 diff --git a/MendeleyCXR/images/Darwin_00003734_person1760_bacteria_4602.png b/MendeleyCXR/images/Darwin_00003734_person1760_bacteria_4602.png new file mode 100644 index 0000000000000000000000000000000000000000..46f5258a790c700780715e532de460d65d164f0e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003734_person1760_bacteria_4602.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8675a80b0009192b58974d9c73c11ff864c72f052910ee178bddade9e522304 +size 73394 diff --git a/MendeleyCXR/images/Darwin_00003737_person1764_bacteria_4607.png b/MendeleyCXR/images/Darwin_00003737_person1764_bacteria_4607.png new file mode 100644 index 0000000000000000000000000000000000000000..ecc19812202d00b36b6dc2fd17d702589ed38b84 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003737_person1764_bacteria_4607.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaa10fc36a8b752192891d3df0fbdc64a783883a42a34ae0ff30a0d042878c8c +size 59556 diff --git a/MendeleyCXR/images/Darwin_00003738_person1765_bacteria_4608.png b/MendeleyCXR/images/Darwin_00003738_person1765_bacteria_4608.png new file mode 100644 index 0000000000000000000000000000000000000000..176e421d816940b5e0a85009fbf3d827bca44740 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003738_person1765_bacteria_4608.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20a076467dbbeeb2e2c3297ddeea1cd0e3abacfca45d72e1744e5b22d72f08a4 +size 65344 diff --git a/MendeleyCXR/images/Darwin_00003739_person1770_bacteria_4613.png b/MendeleyCXR/images/Darwin_00003739_person1770_bacteria_4613.png new file mode 100644 index 0000000000000000000000000000000000000000..910ecafdad4d2f0354ceb1086a256d2815463ecd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003739_person1770_bacteria_4613.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a9b84b47c720da8f929f7aac283e8b178e71cfd825fbc4c976c430dd8a7570b +size 66424 diff --git a/MendeleyCXR/images/Darwin_00003741_person1771_bacteria_4615.png b/MendeleyCXR/images/Darwin_00003741_person1771_bacteria_4615.png new file mode 100644 index 0000000000000000000000000000000000000000..b758db194795e5e85ae5b1b406c4047662e9d620 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003741_person1771_bacteria_4615.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02ad1097a97486c1921289bbe3bf825b52ac0b896a186c3b7af0faff235e934c +size 72209 diff --git a/MendeleyCXR/images/Darwin_00003742_person1777_bacteria_4622.png b/MendeleyCXR/images/Darwin_00003742_person1777_bacteria_4622.png new file mode 100644 index 0000000000000000000000000000000000000000..40af671eaf4d7b03ace0dd08f268efeca9d14a8d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003742_person1777_bacteria_4622.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa099535858a50a20a4c7c00e93f9e21a375bf076a16198ceb9bbd66c3b87655 +size 73764 diff --git a/MendeleyCXR/images/Darwin_00003743_person1779_bacteria_4626.png b/MendeleyCXR/images/Darwin_00003743_person1779_bacteria_4626.png new file mode 100644 index 0000000000000000000000000000000000000000..67b3841286457c6b28d2cfc825b376006d672b32 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003743_person1779_bacteria_4626.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:367e07a4cbd9485040e9fe94339193b3eb3bf5f395e7bebba03b31a6804e59fd +size 71559 diff --git a/MendeleyCXR/images/Darwin_00003744_person1784_bacteria_4631.png b/MendeleyCXR/images/Darwin_00003744_person1784_bacteria_4631.png new file mode 100644 index 0000000000000000000000000000000000000000..6f43c72b84f46192cbddcc0670da0f8e1dfad69d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003744_person1784_bacteria_4631.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c96ce96a5d324346b9f314175cffe5d82642ab5234af7f330f40293cac8bdedb +size 73315 diff --git a/MendeleyCXR/images/Darwin_00003745_person1787_bacteria_4634.png b/MendeleyCXR/images/Darwin_00003745_person1787_bacteria_4634.png new file mode 100644 index 0000000000000000000000000000000000000000..a7ad68de62084c03547031cce11ed98d735f0a72 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003745_person1787_bacteria_4634.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcaba22af53ffba09f4cf27ac6adb76f72493594aa7b9f573aa332e68e0d64fb +size 69625 diff --git a/MendeleyCXR/images/Darwin_00003746_person1790_bacteria_4638.png b/MendeleyCXR/images/Darwin_00003746_person1790_bacteria_4638.png new file mode 100644 index 0000000000000000000000000000000000000000..33fac5eec95d12637cb2eac612b52be8f42cd549 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003746_person1790_bacteria_4638.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dd5c3fb0ed28dab9f31315645566417da29ae7d8e2d000cbdfe3270c6c39a6c +size 74001 diff --git a/MendeleyCXR/images/Darwin_00003747_person1796_bacteria_4644.png b/MendeleyCXR/images/Darwin_00003747_person1796_bacteria_4644.png new file mode 100644 index 0000000000000000000000000000000000000000..2005705b9a23644fab632c5462114f4301b75e5c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003747_person1796_bacteria_4644.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06ef348cddb797ff0458f86225317df92baaebdb01045b1e77c513b5f3df3060 +size 74293 diff --git a/MendeleyCXR/images/Darwin_00003748_person1799_bacteria_4647.png b/MendeleyCXR/images/Darwin_00003748_person1799_bacteria_4647.png new file mode 100644 index 0000000000000000000000000000000000000000..5aab3c029be1829872809c210d816f15260357af --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003748_person1799_bacteria_4647.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a81f6078c409546c182230ba9ac7bdb982654c6402c08292d41fa2f3b6129341 +size 77850 diff --git a/MendeleyCXR/images/Darwin_00003749_person1803_bacteria_4651.png b/MendeleyCXR/images/Darwin_00003749_person1803_bacteria_4651.png new file mode 100644 index 0000000000000000000000000000000000000000..af034a1b4e5b522cd469ed607ff11368f7a8fab7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003749_person1803_bacteria_4651.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d9880930e0f2d90cbe9b918dcfba222465dab62ebd41685d9aa7a00c6dabca2 +size 67153 diff --git a/MendeleyCXR/images/Darwin_00003750_person1803_bacteria_4652.png b/MendeleyCXR/images/Darwin_00003750_person1803_bacteria_4652.png new file mode 100644 index 0000000000000000000000000000000000000000..ae92f3579e318d3c089049a96f831e27d99fdedc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003750_person1803_bacteria_4652.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1261743ddae088a61652a949e01ab65c511ff7b3417e7fdf3164b5f621e6fad +size 65649 diff --git a/MendeleyCXR/images/Darwin_00003751_person1810_bacteria_4664.png b/MendeleyCXR/images/Darwin_00003751_person1810_bacteria_4664.png new file mode 100644 index 0000000000000000000000000000000000000000..3d897b9a29d9be2f0ed21c22307ba37be437325f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003751_person1810_bacteria_4664.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a9fc55f9df8f67e9f8179a8eed46d49cfd1ab78e84b64a9cbaab352022caffa +size 72066 diff --git a/MendeleyCXR/images/Darwin_00003752_person1812_bacteria_4667.png b/MendeleyCXR/images/Darwin_00003752_person1812_bacteria_4667.png new file mode 100644 index 0000000000000000000000000000000000000000..f7eb98d9d6ca8c707001a1493634d367cc9f9399 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003752_person1812_bacteria_4667.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c89d9e64a4eebeba72b0efaadf671c88b4bde745d0811d57f2955ed43855f10e +size 71085 diff --git a/MendeleyCXR/images/Darwin_00003753_person1517_bacteria_3968.png b/MendeleyCXR/images/Darwin_00003753_person1517_bacteria_3968.png new file mode 100644 index 0000000000000000000000000000000000000000..2377e3009c2fa2f827cf8697cf2a0edcd9124991 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003753_person1517_bacteria_3968.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37bc3ee05e84b0286ddd6105a7db3c021e2a7ec576c833344308e495a41d9536 +size 81530 diff --git a/MendeleyCXR/images/Darwin_00003754_person1518_bacteria_3969.png b/MendeleyCXR/images/Darwin_00003754_person1518_bacteria_3969.png new file mode 100644 index 0000000000000000000000000000000000000000..386387cde4ea69401163adb89f2299faf80cdb65 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003754_person1518_bacteria_3969.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4401564d86c6e2daafd9351195f626a2b2ff38d87ed892f93dd57f28080e4b4b +size 68884 diff --git a/MendeleyCXR/images/Darwin_00003755_person1519_bacteria_3970.png b/MendeleyCXR/images/Darwin_00003755_person1519_bacteria_3970.png new file mode 100644 index 0000000000000000000000000000000000000000..4f7a52d1d91e3babada8e2c25b744eb0ab6bc223 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003755_person1519_bacteria_3970.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e28caea11b3a07b8aa1cd6605a7e4e0ad96660b273c2a9b6767d1e37077b7d66 +size 74541 diff --git a/MendeleyCXR/images/Darwin_00003756_person1520_bacteria_3971.png b/MendeleyCXR/images/Darwin_00003756_person1520_bacteria_3971.png new file mode 100644 index 0000000000000000000000000000000000000000..eee5ec97ea4752f61b28c99604fd85d105b1c67b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003756_person1520_bacteria_3971.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac1d62d397e9db4172c78f839134120740f2bd94c773eae664afd859bd04318c +size 65891 diff --git a/MendeleyCXR/images/Darwin_00003757_person1522_bacteria_3977.png b/MendeleyCXR/images/Darwin_00003757_person1522_bacteria_3977.png new file mode 100644 index 0000000000000000000000000000000000000000..e13f7b2114f17cc9ea8fcc7b4586f7ef9730c0c9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003757_person1522_bacteria_3977.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22fa171d6c1617ad2bf088a578f24d8aa04b1c1c6aeedbd4b2866c808d09aba3 +size 80681 diff --git a/MendeleyCXR/images/Darwin_00003758_person1523_bacteria_3979.png b/MendeleyCXR/images/Darwin_00003758_person1523_bacteria_3979.png new file mode 100644 index 0000000000000000000000000000000000000000..c3698e5feb65d6e401d4b85c8caf8db15bc1a36f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003758_person1523_bacteria_3979.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eba7cb2b03830ea8eb11ac09c56f43d1376cf2eb6ce4f83fc1ff195ef8a614c2 +size 74991 diff --git a/MendeleyCXR/images/Darwin_00003759_person1523_bacteria_3980.png b/MendeleyCXR/images/Darwin_00003759_person1523_bacteria_3980.png new file mode 100644 index 0000000000000000000000000000000000000000..6ba78f39da7660c2c373f75cb5019782e1fb89f2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003759_person1523_bacteria_3980.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a23b696ef956b4f56445fdf09c495be6247927b15241a7748729cd68b502868 +size 84335 diff --git a/MendeleyCXR/images/Darwin_00003760_person1524_bacteria_3983.png b/MendeleyCXR/images/Darwin_00003760_person1524_bacteria_3983.png new file mode 100644 index 0000000000000000000000000000000000000000..8c1a49fa2403d724212a0ca201309e696f2f3d7a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003760_person1524_bacteria_3983.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd52d11f2bcb80abd603cc790529e900f1be4728412c9eb774f9f6de8e04b1ec +size 76795 diff --git a/MendeleyCXR/images/Darwin_00003761_person1524_bacteria_3984.png b/MendeleyCXR/images/Darwin_00003761_person1524_bacteria_3984.png new file mode 100644 index 0000000000000000000000000000000000000000..997141260ab41ce1345b287761a636d7299f1e62 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003761_person1524_bacteria_3984.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43d064728d4745ef58749667265b5c7c5c98cc0a96fc666fbadf3ed09be3e814 +size 80281 diff --git a/MendeleyCXR/images/Darwin_00003762_person1525_bacteria_3985.png b/MendeleyCXR/images/Darwin_00003762_person1525_bacteria_3985.png new file mode 100644 index 0000000000000000000000000000000000000000..23991d69f67de7ab3afd5e4ebca423c8bafffeb4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003762_person1525_bacteria_3985.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73549b50fe9901b332abc49fc38ffd19185fb534b84cf896dfbc74ae6d08f86f +size 74255 diff --git a/MendeleyCXR/images/Darwin_00003763_person1526_bacteria_3986.png b/MendeleyCXR/images/Darwin_00003763_person1526_bacteria_3986.png new file mode 100644 index 0000000000000000000000000000000000000000..9862465c1b37336f891caf5802a9eba80f2b6755 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003763_person1526_bacteria_3986.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c73bfbeeba778f3e711626ed4231d6886485a19a4606b2db9918d1fb96eb3126 +size 72677 diff --git a/MendeleyCXR/images/Darwin_00003764_person1527_bacteria_3988.png b/MendeleyCXR/images/Darwin_00003764_person1527_bacteria_3988.png new file mode 100644 index 0000000000000000000000000000000000000000..165b5fa4e94ece2e82a2f3991f87a921be0dba24 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003764_person1527_bacteria_3988.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98c7e1c954ddf77c9cba2799e08bdc5735bccf0860d99cce9e15b81f85822dbe +size 77694 diff --git a/MendeleyCXR/images/Darwin_00003765_person1527_bacteria_3989.png b/MendeleyCXR/images/Darwin_00003765_person1527_bacteria_3989.png new file mode 100644 index 0000000000000000000000000000000000000000..afda5df5d01cf93a559ee2064118ff9c24a73616 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003765_person1527_bacteria_3989.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c02e4ee3f704ca80e0c6d2ab53b3af791cf102fdfbf85f9823e97e2f20f2c8c +size 71684 diff --git a/MendeleyCXR/images/Darwin_00003766_person1527_bacteria_3990.png b/MendeleyCXR/images/Darwin_00003766_person1527_bacteria_3990.png new file mode 100644 index 0000000000000000000000000000000000000000..221a9bbb5816bd1188fcc99d03357ed35d5db3c5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003766_person1527_bacteria_3990.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8894b7efc9b966eb5a19e16be5848538dee5b3b602306b40e8b0a6849d8759d3 +size 76900 diff --git a/MendeleyCXR/images/Darwin_00003767_person1528_bacteria_3991.png b/MendeleyCXR/images/Darwin_00003767_person1528_bacteria_3991.png new file mode 100644 index 0000000000000000000000000000000000000000..3bcb8429d561209a4f9c272c3e6030449bea98dd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003767_person1528_bacteria_3991.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aee6a64f9cc78fa3f40320e93cd245d0898a215f7064a62b123800b52fde924f +size 73545 diff --git a/MendeleyCXR/images/Darwin_00003768_person1528_bacteria_3996.png b/MendeleyCXR/images/Darwin_00003768_person1528_bacteria_3996.png new file mode 100644 index 0000000000000000000000000000000000000000..6c5527f933d2b86dcedd09bd766f3c09041e4878 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003768_person1528_bacteria_3996.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8d874581ac170783df3fb6c83a4d322140093633cf54d19a2a0736e4aa3eac5 +size 66608 diff --git a/MendeleyCXR/images/Darwin_00003769_person1530_bacteria_4000.png b/MendeleyCXR/images/Darwin_00003769_person1530_bacteria_4000.png new file mode 100644 index 0000000000000000000000000000000000000000..8242326e95815fda2fc8f9d949d15fc139f8ef27 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003769_person1530_bacteria_4000.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb91afc9736f674baaa60e3fe0f36491df8b9534161ee2702f9a869a043bfe04 +size 75048 diff --git a/MendeleyCXR/images/Darwin_00003770_person1531_bacteria_4003.png b/MendeleyCXR/images/Darwin_00003770_person1531_bacteria_4003.png new file mode 100644 index 0000000000000000000000000000000000000000..40f954660a9b21ce4a02d4f0bd8f80538563e0f1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003770_person1531_bacteria_4003.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f08210fd65114f03b4e3f6a2807870747ffffc581393c622b36e3c439c9ec9cb +size 68492 diff --git a/MendeleyCXR/images/Darwin_00003771_person1535_bacteria_4015.png b/MendeleyCXR/images/Darwin_00003771_person1535_bacteria_4015.png new file mode 100644 index 0000000000000000000000000000000000000000..1229eded25d5b18a89d8a8b03e0b48e33c3eb061 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003771_person1535_bacteria_4015.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54b95c2919848e9b6683cb357c04c253aabcac72d0ee1815b9f4d1b3c922402a +size 70452 diff --git a/MendeleyCXR/images/Darwin_00003772_person1535_bacteria_4016.png b/MendeleyCXR/images/Darwin_00003772_person1535_bacteria_4016.png new file mode 100644 index 0000000000000000000000000000000000000000..4ded3b2858ea15dd145287dbf6fa10ac7c952ecf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003772_person1535_bacteria_4016.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbbfdee538825c3c7d30c140137d433b06ba2bf939afae8f735d121501d8824d +size 77687 diff --git a/MendeleyCXR/images/Darwin_00003773_person1535_bacteria_4017.png b/MendeleyCXR/images/Darwin_00003773_person1535_bacteria_4017.png new file mode 100644 index 0000000000000000000000000000000000000000..a8a190d110bf9294f7b19719c6a09572900e45ff --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003773_person1535_bacteria_4017.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42cd55df19c3aba08798d21d12f224143c6f19417b2f72a2f89ce0329c6598a3 +size 71378 diff --git a/MendeleyCXR/images/Darwin_00003774_person1536_bacteria_4018.png b/MendeleyCXR/images/Darwin_00003774_person1536_bacteria_4018.png new file mode 100644 index 0000000000000000000000000000000000000000..ba983b644b8b8288e13707985cd18058a5452911 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003774_person1536_bacteria_4018.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:106a3f104cc44406e80b6c04c2975331ebb642cf8b38c1597e8b4f23c0bad0ba +size 70041 diff --git a/MendeleyCXR/images/Darwin_00003775_person1537_bacteria_4019.png b/MendeleyCXR/images/Darwin_00003775_person1537_bacteria_4019.png new file mode 100644 index 0000000000000000000000000000000000000000..d277a52740b13c0dad18eef05829fe367f7097ff --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003775_person1537_bacteria_4019.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06bc10970e8590ad41aa6d101e6ce38db7e97e11552cc705279c34cbf7a1743a +size 66657 diff --git a/MendeleyCXR/images/Darwin_00003776_person1537_bacteria_4020.png b/MendeleyCXR/images/Darwin_00003776_person1537_bacteria_4020.png new file mode 100644 index 0000000000000000000000000000000000000000..c6df047beda96fc845fdd6d82edaef53d951ebf0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003776_person1537_bacteria_4020.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64d77015b00291a31d1d39c80cd411eda84ecf8e6c5bc8d0e2e1e89ee4ad4525 +size 73901 diff --git a/MendeleyCXR/images/Darwin_00003777_person1538_bacteria_4021.png b/MendeleyCXR/images/Darwin_00003777_person1538_bacteria_4021.png new file mode 100644 index 0000000000000000000000000000000000000000..fb813a7cc8ebba6386135721d652fd860432c34f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003777_person1538_bacteria_4021.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a238417b3ac62e01ddd47ead7e6559b503c2a9cc4af540ad2ee1b36e8bda718 +size 75015 diff --git a/MendeleyCXR/images/Darwin_00003778_person1539_bacteria_4022.png b/MendeleyCXR/images/Darwin_00003778_person1539_bacteria_4022.png new file mode 100644 index 0000000000000000000000000000000000000000..2a9334373a7bfd1896b1eed9311c2816ee932497 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003778_person1539_bacteria_4022.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60cdd0839ab623953f6e29c87986abc15de555654e997f087eca4a5706229ebf +size 70386 diff --git a/MendeleyCXR/images/Darwin_00003779_person1540_bacteria_4023.png b/MendeleyCXR/images/Darwin_00003779_person1540_bacteria_4023.png new file mode 100644 index 0000000000000000000000000000000000000000..47022b59356a020c7955cbb093aab2dae877adaf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003779_person1540_bacteria_4023.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2bcf19dcc2a2c96d0da7a2d9316b2521aa0d5f5933262d47a36c92c8d3c02ae +size 71511 diff --git a/MendeleyCXR/images/Darwin_00003780_person1542_bacteria_4029.png b/MendeleyCXR/images/Darwin_00003780_person1542_bacteria_4029.png new file mode 100644 index 0000000000000000000000000000000000000000..64e49706e749f86f75ac638dfe59e5d8741ac72a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003780_person1542_bacteria_4029.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:def78d4f5e67e807f53529489e60886c9870ea08dc595563d950f2046b48a2da +size 70278 diff --git a/MendeleyCXR/images/Darwin_00003781_person1544_bacteria_4033.png b/MendeleyCXR/images/Darwin_00003781_person1544_bacteria_4033.png new file mode 100644 index 0000000000000000000000000000000000000000..9da4d19c49d0455eeb9f04383063cd5defb6708d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003781_person1544_bacteria_4033.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75d9691cfeb4d7dddf6ded9b223b21eaefc08441ff78acc03768297f6ac7a058 +size 65584 diff --git a/MendeleyCXR/images/Darwin_00003782_person1544_bacteria_4035.png b/MendeleyCXR/images/Darwin_00003782_person1544_bacteria_4035.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb93ef0dab229f71b1cef31c57e79daa8ab8e57 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003782_person1544_bacteria_4035.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae6fc571bbf0fa493baa4d355dc85c857fd3489af7d59ba51030b2f3572b222c +size 69736 diff --git a/MendeleyCXR/images/Darwin_00003783_person1544_bacteria_4037.png b/MendeleyCXR/images/Darwin_00003783_person1544_bacteria_4037.png new file mode 100644 index 0000000000000000000000000000000000000000..5f9132dd39c7a71127115eee070ddba32a12335c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003783_person1544_bacteria_4037.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8abfb2ca3ec3991f65feb3aa35b248fedcfe2c6a85ebd5dfba05c76e9d909be +size 65812 diff --git a/MendeleyCXR/images/Darwin_00003784_person1544_bacteria_4038.png b/MendeleyCXR/images/Darwin_00003784_person1544_bacteria_4038.png new file mode 100644 index 0000000000000000000000000000000000000000..b0a0d29f35429a894ffff6d341c78ff660315879 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003784_person1544_bacteria_4038.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca9e2273ae5d37bce7a26dc6cc56097152f23a79e4a219ac750a1ce6d832b2a8 +size 71192 diff --git a/MendeleyCXR/images/Darwin_00003785_person1545_bacteria_4041.png b/MendeleyCXR/images/Darwin_00003785_person1545_bacteria_4041.png new file mode 100644 index 0000000000000000000000000000000000000000..b740936f32d5a63f960731e81b529f3e8199c03b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003785_person1545_bacteria_4041.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd016f4f3344d035a34722c8816375574c5a910fa9413379064dbdb3b91ef8df +size 72061 diff --git a/MendeleyCXR/images/Darwin_00003786_person1545_bacteria_4042.png b/MendeleyCXR/images/Darwin_00003786_person1545_bacteria_4042.png new file mode 100644 index 0000000000000000000000000000000000000000..d4241fc826b8a89db1d222395327f2429907956b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003786_person1545_bacteria_4042.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:298c77459b7710b258c686f092247404677e94ba70928a638571e1da4cb9a8c0 +size 69472 diff --git a/MendeleyCXR/images/Darwin_00003787_person1546_bacteria_4044.png b/MendeleyCXR/images/Darwin_00003787_person1546_bacteria_4044.png new file mode 100644 index 0000000000000000000000000000000000000000..8bf38b55c7a75ea83b4ab5c9106b8daaacb6963a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003787_person1546_bacteria_4044.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29c75db5436edfb84c2a1d97b3fed97d956fa2b52f9fc2fc309bfcf712beb805 +size 72569 diff --git a/MendeleyCXR/images/Darwin_00003788_person1546_bacteria_4045.png b/MendeleyCXR/images/Darwin_00003788_person1546_bacteria_4045.png new file mode 100644 index 0000000000000000000000000000000000000000..484e0bebacb23c10bf8e9c0f8ade7a023a2947b9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003788_person1546_bacteria_4045.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e10cd237d70ad999bad732807e7f644d8005c51eeeef124ef66c788e0bf255b +size 67421 diff --git a/MendeleyCXR/images/Darwin_00003789_person1548_bacteria_4048.png b/MendeleyCXR/images/Darwin_00003789_person1548_bacteria_4048.png new file mode 100644 index 0000000000000000000000000000000000000000..53d9228a37d19d3933629261b3b780b35e2cd6f3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003789_person1548_bacteria_4048.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bc9ad271a93a82bdf83a71f86fb5cea7134456ec891edcc4e206e89fccebae3 +size 67520 diff --git a/MendeleyCXR/images/Darwin_00003790_person1549_bacteria_4050.png b/MendeleyCXR/images/Darwin_00003790_person1549_bacteria_4050.png new file mode 100644 index 0000000000000000000000000000000000000000..e3cbfce4c26664f87f16df01a24be9b2a190d561 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003790_person1549_bacteria_4050.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f0df6f203fb5d8d0964ec64cefe8c9d52ddfb8772811b7f3ab52c6a87ab0acd +size 73492 diff --git a/MendeleyCXR/images/Darwin_00003791_person1550_bacteria_4051.png b/MendeleyCXR/images/Darwin_00003791_person1550_bacteria_4051.png new file mode 100644 index 0000000000000000000000000000000000000000..0fe061b501d1449568a5ee44206bfe161aa4a3be --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003791_person1550_bacteria_4051.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9a7325a5f8804f9dc1e2380d91d647dd9daf7f2feac5cc2552103585445b2e4 +size 67903 diff --git a/MendeleyCXR/images/Darwin_00003792_person1551_bacteria_4053.png b/MendeleyCXR/images/Darwin_00003792_person1551_bacteria_4053.png new file mode 100644 index 0000000000000000000000000000000000000000..f50249a015cf655e7dd7b41d72da5d2601dc5ef8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003792_person1551_bacteria_4053.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8851ffa74ea70726a9fbf34db266c34e20726781fbe9e9b72f4f887e70db94b +size 69790 diff --git a/MendeleyCXR/images/Darwin_00003793_person1551_bacteria_4054.png b/MendeleyCXR/images/Darwin_00003793_person1551_bacteria_4054.png new file mode 100644 index 0000000000000000000000000000000000000000..4cc48f8e539a89d50cb476eed9cba88e69774d7c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003793_person1551_bacteria_4054.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64828685fa92d32625452374c0458613efaafb152f7bc794e3843f4a6f64ad66 +size 69782 diff --git a/MendeleyCXR/images/Darwin_00003794_person1552_bacteria_4055.png b/MendeleyCXR/images/Darwin_00003794_person1552_bacteria_4055.png new file mode 100644 index 0000000000000000000000000000000000000000..22b83110acacfaf8515b752e3ae1809df1494ea3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003794_person1552_bacteria_4055.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f291704ff4ff5d7ba34b007eccaf38664e49c06dacbb556cc80c88fd424c7619 +size 69608 diff --git a/MendeleyCXR/images/Darwin_00003795_person1554_bacteria_4057.png b/MendeleyCXR/images/Darwin_00003795_person1554_bacteria_4057.png new file mode 100644 index 0000000000000000000000000000000000000000..e5f0cde4e70d7e93bce1feaa4ec3868a6403f1a3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003795_person1554_bacteria_4057.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd5c9453f328a949fc87ebb04c048e9aa89c02a649527d99e078b2084a6794e7 +size 71316 diff --git a/MendeleyCXR/images/Darwin_00003796_person1555_bacteria_4058.png b/MendeleyCXR/images/Darwin_00003796_person1555_bacteria_4058.png new file mode 100644 index 0000000000000000000000000000000000000000..7bad36c5e388e2b7aebacd7456b90b0b802f5ae2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003796_person1555_bacteria_4058.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ffd03f3e1a4fc8ada095209fc48b5bf3f2d65a72b91f54f774e929b5756b1ca +size 71764 diff --git a/MendeleyCXR/images/Darwin_00003797_person1555_bacteria_4059.png b/MendeleyCXR/images/Darwin_00003797_person1555_bacteria_4059.png new file mode 100644 index 0000000000000000000000000000000000000000..9cadc2708604650678f24171e7cb87c0e53c3769 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003797_person1555_bacteria_4059.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e2ee66d3cdd7895ce46fbf3faeb693e5cb06d16731fb7fd4c454c31955af6aa +size 69898 diff --git a/MendeleyCXR/images/Darwin_00003798_person1555_bacteria_4060.png b/MendeleyCXR/images/Darwin_00003798_person1555_bacteria_4060.png new file mode 100644 index 0000000000000000000000000000000000000000..6d446e76f981399f860af7a0c6e4878e35c07987 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003798_person1555_bacteria_4060.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ff6282cae57c8071ec414416663201ba0c66614de29a23d21b6f64a5f2dabb3 +size 69129 diff --git a/MendeleyCXR/images/Darwin_00003799_person1556_bacteria_4061.png b/MendeleyCXR/images/Darwin_00003799_person1556_bacteria_4061.png new file mode 100644 index 0000000000000000000000000000000000000000..96300a7d07a7df030886701b58ba86a6a24d3f00 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003799_person1556_bacteria_4061.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7f5515d5bee45c959ad36fb8c51464d26ee0ad0aea9266ab2c220ebe8cb654b +size 80266 diff --git a/MendeleyCXR/images/Darwin_00003800_person1556_bacteria_4062.png b/MendeleyCXR/images/Darwin_00003800_person1556_bacteria_4062.png new file mode 100644 index 0000000000000000000000000000000000000000..21e45d0c118a489f298996301dbf7cd4dff165d6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003800_person1556_bacteria_4062.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b56389ec50a93c6190213793a13c5071cdc4a7fe0643539e192e178acc54469 +size 75801 diff --git a/MendeleyCXR/images/Darwin_00003801_person1557_bacteria_4063.png b/MendeleyCXR/images/Darwin_00003801_person1557_bacteria_4063.png new file mode 100644 index 0000000000000000000000000000000000000000..bc463b9c1efcbce0f5e4711759a2ddf0f94417eb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003801_person1557_bacteria_4063.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68ed1982dee729491a78541ec997c093018559ee1fa0ada0f3677b1e584565bc +size 69836 diff --git a/MendeleyCXR/images/Darwin_00003802_person1557_bacteria_4065.png b/MendeleyCXR/images/Darwin_00003802_person1557_bacteria_4065.png new file mode 100644 index 0000000000000000000000000000000000000000..5adbe48fa3bde5ac1eb904611959d5513bc81979 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003802_person1557_bacteria_4065.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf9f3e17abb05b68583c93a8a338fa6dcc7ab88e89074e36bc2235fc54584070 +size 76889 diff --git a/MendeleyCXR/images/Darwin_00003803_person1558_bacteria_4066.png b/MendeleyCXR/images/Darwin_00003803_person1558_bacteria_4066.png new file mode 100644 index 0000000000000000000000000000000000000000..99f3fac8d8b96259e3f3d8c5e13bbc6675e0f226 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003803_person1558_bacteria_4066.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22c64847bfe8759059de6c0e1bd9684789ee6736bfd522021eadc2cf8ffeda73 +size 72469 diff --git a/MendeleyCXR/images/Darwin_00003804_person1559_bacteria_4067.png b/MendeleyCXR/images/Darwin_00003804_person1559_bacteria_4067.png new file mode 100644 index 0000000000000000000000000000000000000000..87e1b36c861742cdc7d9b06f148ff720ab5ead27 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003804_person1559_bacteria_4067.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00703ef4738dc94df9d6165c9b0843d1708d3473362a61bc7119ba7708908265 +size 71109 diff --git a/MendeleyCXR/images/Darwin_00003805_person1561_bacteria_4077.png b/MendeleyCXR/images/Darwin_00003805_person1561_bacteria_4077.png new file mode 100644 index 0000000000000000000000000000000000000000..7d777193361e4fa918d11108ecc01949e896f65a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003805_person1561_bacteria_4077.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f529da011f7ef850e53c6f0d53e35dc6f32dc34f9d64724e38f1217c9f5b1129 +size 71079 diff --git a/MendeleyCXR/images/Darwin_00003806_person1562_bacteria_4078.png b/MendeleyCXR/images/Darwin_00003806_person1562_bacteria_4078.png new file mode 100644 index 0000000000000000000000000000000000000000..b6fa5b0a89f22f383004cee43ef5850ec584f52f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003806_person1562_bacteria_4078.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07ccef4967e845132c1795cf7536eba8ad8debea602989370db0ddb834ce8fe2 +size 70680 diff --git a/MendeleyCXR/images/Darwin_00003807_person1562_bacteria_4081.png b/MendeleyCXR/images/Darwin_00003807_person1562_bacteria_4081.png new file mode 100644 index 0000000000000000000000000000000000000000..e219f9426a9f838b4c4b5ef8c9c64bf326ad6f89 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003807_person1562_bacteria_4081.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04c0a4e9c6558accbafaac4748f57b689bb006d1e39021f27f38d7dca33120f0 +size 74562 diff --git a/MendeleyCXR/images/Darwin_00003808_person1562_bacteria_4087.png b/MendeleyCXR/images/Darwin_00003808_person1562_bacteria_4087.png new file mode 100644 index 0000000000000000000000000000000000000000..e1167874c451044c2f77b913a2c0c9064b2d74c5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003808_person1562_bacteria_4087.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44a2d4b5cda9dde8d1cef6587fe77f13c62e5391bee3caeb8cea8ed8261447a8 +size 69423 diff --git a/MendeleyCXR/images/Darwin_00003809_person1562_bacteria_4089.png b/MendeleyCXR/images/Darwin_00003809_person1562_bacteria_4089.png new file mode 100644 index 0000000000000000000000000000000000000000..be8d5601c206baa7d973a5306306b11e83c0c9be --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003809_person1562_bacteria_4089.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05e3fc1cdbe9b934fdd9c3a7cf295aa91c5b6a39f8315dc5e756f4cb88ce4a7b +size 72824 diff --git a/MendeleyCXR/images/Darwin_00003810_person1563_bacteria_4092.png b/MendeleyCXR/images/Darwin_00003810_person1563_bacteria_4092.png new file mode 100644 index 0000000000000000000000000000000000000000..97b3396f167477599dc60cb2eb4fb67ff5a8538b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003810_person1563_bacteria_4092.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73fca13204dca4796a2f648be6f4500165bf6955fb18a4af6249a8dc9065e305 +size 68002 diff --git a/MendeleyCXR/images/Darwin_00003811_person1564_bacteria_4094.png b/MendeleyCXR/images/Darwin_00003811_person1564_bacteria_4094.png new file mode 100644 index 0000000000000000000000000000000000000000..57a6fc1ac0945aa3bc285e6aa7feb1bd12cc0f5c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003811_person1564_bacteria_4094.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bff4e5f856bdfdd5e7e621f6bcabb7eab405caa8a9c30bc439ec971639ce6c38 +size 65906 diff --git a/MendeleyCXR/images/Darwin_00003812_person1565_bacteria_4095.png b/MendeleyCXR/images/Darwin_00003812_person1565_bacteria_4095.png new file mode 100644 index 0000000000000000000000000000000000000000..8cbf641598c7b3ecc1488c9a549d1ac31cafe809 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003812_person1565_bacteria_4095.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c0f82d0ec402214a67e8f784b6c899aebb146ff004debc9b235099ee6860540 +size 67756 diff --git a/MendeleyCXR/images/Darwin_00003814_person1567_bacteria_4100.png b/MendeleyCXR/images/Darwin_00003814_person1567_bacteria_4100.png new file mode 100644 index 0000000000000000000000000000000000000000..66ce70520d1e428cfd6d560a2821e6270cb63018 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003814_person1567_bacteria_4100.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:322fa8c74ae00364bc6c41af074ef7d3aa6d114c0b522cd5d517914e69610cf2 +size 71564 diff --git a/MendeleyCXR/images/Darwin_00003815_person1571_bacteria_4108.png b/MendeleyCXR/images/Darwin_00003815_person1571_bacteria_4108.png new file mode 100644 index 0000000000000000000000000000000000000000..110d44fd1a18b9c4e292f7b3dce22653efc329d0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003815_person1571_bacteria_4108.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da95839ab719426db7aeae551f355fa256d77f24e57e35e2349bd25508c92281 +size 63497 diff --git a/MendeleyCXR/images/Darwin_00003816_person1571_bacteria_4110.png b/MendeleyCXR/images/Darwin_00003816_person1571_bacteria_4110.png new file mode 100644 index 0000000000000000000000000000000000000000..af5a5be2c7371de0ae97dc5808ff0809444b9b4e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003816_person1571_bacteria_4110.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:febf6f1683be034fb402eb9cf1ce76d894ecfc531761f8a8581d9b9dbd164ca2 +size 69881 diff --git a/MendeleyCXR/images/Darwin_00003817_person1574_bacteria_4118.png b/MendeleyCXR/images/Darwin_00003817_person1574_bacteria_4118.png new file mode 100644 index 0000000000000000000000000000000000000000..aecdf1fcf5f48b5dee4231147faa765b862d20c1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003817_person1574_bacteria_4118.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dad824cb750cc23a9e6b3a7a7c484ef422ea6a3b14c8465b3201b431d148f482 +size 66814 diff --git a/MendeleyCXR/images/Darwin_00003818_person1575_bacteria_4119.png b/MendeleyCXR/images/Darwin_00003818_person1575_bacteria_4119.png new file mode 100644 index 0000000000000000000000000000000000000000..d29b0476aefea50a8954e4f32b1c1ee9682c6989 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003818_person1575_bacteria_4119.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fdadcf656de0aa33b4843e1aa81fe55ae4cded6f894350781885eee9842a044 +size 70534 diff --git a/MendeleyCXR/images/Darwin_00003819_person1576_bacteria_4120.png b/MendeleyCXR/images/Darwin_00003819_person1576_bacteria_4120.png new file mode 100644 index 0000000000000000000000000000000000000000..7fa9eb55c2060ff7ad05b30f99ff2123b8ca5988 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003819_person1576_bacteria_4120.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b211204c63d967dea4db1c851b13e90f03f45520bc3ae194c98dc42feb2991f0 +size 73025 diff --git a/MendeleyCXR/images/Darwin_00003820_person1576_bacteria_4121.png b/MendeleyCXR/images/Darwin_00003820_person1576_bacteria_4121.png new file mode 100644 index 0000000000000000000000000000000000000000..09f7f05673e0da7283870c9c202afdabed5b629f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003820_person1576_bacteria_4121.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3a770ca887f5073e0081227d7ba8fda90f308307235597a2785f50bf98de576 +size 73363 diff --git a/MendeleyCXR/images/Darwin_00003821_person1576_bacteria_4122.png b/MendeleyCXR/images/Darwin_00003821_person1576_bacteria_4122.png new file mode 100644 index 0000000000000000000000000000000000000000..6e2316bcd94e750198c665ae914585668da86838 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003821_person1576_bacteria_4122.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbe157a9bc1ab352a031e5722afbb260674de1eea5d8d1420935817995299b65 +size 67721 diff --git a/MendeleyCXR/images/Darwin_00003822_person1576_bacteria_4124.png b/MendeleyCXR/images/Darwin_00003822_person1576_bacteria_4124.png new file mode 100644 index 0000000000000000000000000000000000000000..7097307b245cdfc71bfa763ee243ca72b018ccdb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003822_person1576_bacteria_4124.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4af9407e362e96b69574fdb732725f8a5b89eef7fb436c261470e871dd7a57ff +size 73971 diff --git a/MendeleyCXR/images/Darwin_00003823_person1576_bacteria_4126.png b/MendeleyCXR/images/Darwin_00003823_person1576_bacteria_4126.png new file mode 100644 index 0000000000000000000000000000000000000000..aa431140d93321b288bf544b95ab96033ca01e7f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003823_person1576_bacteria_4126.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:496d97d02b5b0b82e51cb45d13044b8623f00b583f695506166b796d3cd58fdc +size 77287 diff --git a/MendeleyCXR/images/Darwin_00003824_person1576_bacteria_4127.png b/MendeleyCXR/images/Darwin_00003824_person1576_bacteria_4127.png new file mode 100644 index 0000000000000000000000000000000000000000..fba15242d25debd940089c3cd53f9f2173489bd7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003824_person1576_bacteria_4127.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:176d46261f6a683c40d0ca42a6f0c1b933efd178f86dfdca0b5a6fe556129406 +size 73605 diff --git a/MendeleyCXR/images/Darwin_00003825_person1576_bacteria_4128.png b/MendeleyCXR/images/Darwin_00003825_person1576_bacteria_4128.png new file mode 100644 index 0000000000000000000000000000000000000000..aa7c7d4b41e3f301bab8337bd9c703e5d85dbe51 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003825_person1576_bacteria_4128.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b38eb3bfc4bc7ccd9af587c74e3477f67601e2ac71ca70e91bc6add5981be74 +size 73873 diff --git a/MendeleyCXR/images/Darwin_00003826_person1576_bacteria_4129.png b/MendeleyCXR/images/Darwin_00003826_person1576_bacteria_4129.png new file mode 100644 index 0000000000000000000000000000000000000000..86d26149314728b7b796906582d60cf081bad56e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003826_person1576_bacteria_4129.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67088d7d72821e366167b0651ac3b261b0f2c34720736d1a14ac8809f70f3b22 +size 72610 diff --git a/MendeleyCXR/images/Darwin_00003827_person1579_bacteria_4133.png b/MendeleyCXR/images/Darwin_00003827_person1579_bacteria_4133.png new file mode 100644 index 0000000000000000000000000000000000000000..2f9ab95f346ee6d4e6edec52981964b791db6f87 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003827_person1579_bacteria_4133.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed719558c0d13e6d88237120bab0c35637dca4794b6759670e95ee9529081777 +size 72887 diff --git a/MendeleyCXR/images/Darwin_00003828_person1581_bacteria_4135.png b/MendeleyCXR/images/Darwin_00003828_person1581_bacteria_4135.png new file mode 100644 index 0000000000000000000000000000000000000000..8881dd542cfab3b5182bb8ca4abe1154735a4091 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003828_person1581_bacteria_4135.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bc11b98f3c4b6ce5d6f36bea14653dde14003f5dd93e0c6a9eaf211830ba498 +size 66905 diff --git a/MendeleyCXR/images/Darwin_00003829_person1582_bacteria_4136.png b/MendeleyCXR/images/Darwin_00003829_person1582_bacteria_4136.png new file mode 100644 index 0000000000000000000000000000000000000000..a64ac638e0e21ed0fdd932fcf071b3c0c2f033cb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003829_person1582_bacteria_4136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ddd3f1f7d6d563040404fe89f043262fc353e7b0e028643a274ed6bbea12f35 +size 65840 diff --git a/MendeleyCXR/images/Darwin_00003830_person1582_bacteria_4137.png b/MendeleyCXR/images/Darwin_00003830_person1582_bacteria_4137.png new file mode 100644 index 0000000000000000000000000000000000000000..0e0542077981eeacf24fffe71c9cde0bf7082146 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003830_person1582_bacteria_4137.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d86bfcf1961e5bf0b014732f01bcad2c966ac03ea0827f7316ddac084059477 +size 76670 diff --git a/MendeleyCXR/images/Darwin_00003831_person1582_bacteria_4140.png b/MendeleyCXR/images/Darwin_00003831_person1582_bacteria_4140.png new file mode 100644 index 0000000000000000000000000000000000000000..08d2297ff0efa60657aefe95cbcbd0773e5df6bc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003831_person1582_bacteria_4140.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bf627bec8830bc757770576783a1135cd3a2e50489132b5c1ce0d7481359347 +size 73218 diff --git a/MendeleyCXR/images/Darwin_00003832_person1582_bacteria_4142.png b/MendeleyCXR/images/Darwin_00003832_person1582_bacteria_4142.png new file mode 100644 index 0000000000000000000000000000000000000000..9a5d56b38bc4a035b287a78a378e9dd84738402e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003832_person1582_bacteria_4142.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b65bb6fc96263478aa9a983fde6b262bd5536849afacf68bc2dc3a96be1ff50d +size 68801 diff --git a/MendeleyCXR/images/Darwin_00003833_person1582_bacteria_4143.png b/MendeleyCXR/images/Darwin_00003833_person1582_bacteria_4143.png new file mode 100644 index 0000000000000000000000000000000000000000..46509f88d54a591669c4a15ff48c2e0ac2d15959 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003833_person1582_bacteria_4143.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea98b4c13d70ea68d61a88ab3d0439647b9a2d5ea595277d70935be6d76233dd +size 78527 diff --git a/MendeleyCXR/images/Darwin_00003834_person1583_bacteria_4144.png b/MendeleyCXR/images/Darwin_00003834_person1583_bacteria_4144.png new file mode 100644 index 0000000000000000000000000000000000000000..fb2edfa3a2bbd713bcfef77ed6ac8f25d9033afd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003834_person1583_bacteria_4144.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ad3f4a0b2a6168f41a1f369999b60495b66cd5832c3451542a36c548c911fee +size 72993 diff --git a/MendeleyCXR/images/Darwin_00003835_person1584_bacteria_4146.png b/MendeleyCXR/images/Darwin_00003835_person1584_bacteria_4146.png new file mode 100644 index 0000000000000000000000000000000000000000..c21f1485e9a9d9b1874726c22af9c34d44757962 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003835_person1584_bacteria_4146.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f97a596b1757523e2759467e7eead5f29bf42c72b89e9c22e7efeaeb59841aff +size 64983 diff --git a/MendeleyCXR/images/Darwin_00003836_person1584_bacteria_4148.png b/MendeleyCXR/images/Darwin_00003836_person1584_bacteria_4148.png new file mode 100644 index 0000000000000000000000000000000000000000..3495137fed34df9a584987d0ebfc8c5fe1d6c8dd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003836_person1584_bacteria_4148.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa3c9260799452ea55c85186e45942bd62ec72d91e6952a4b189fc22202369a1 +size 66873 diff --git a/MendeleyCXR/images/Darwin_00003837_person1585_bacteria_4149.png b/MendeleyCXR/images/Darwin_00003837_person1585_bacteria_4149.png new file mode 100644 index 0000000000000000000000000000000000000000..edd2378a9cf1868a72c8ad34c0cabebe4f12666e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003837_person1585_bacteria_4149.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04e4ec2e7beb9772d6317ffa3893b7e797447ccbdac8db483692cc8c7a53260c +size 75308 diff --git a/MendeleyCXR/images/Darwin_00003838_person1585_bacteria_4151.png b/MendeleyCXR/images/Darwin_00003838_person1585_bacteria_4151.png new file mode 100644 index 0000000000000000000000000000000000000000..2afcd49ea2401e82c6c88735cc3e559a54a02ed3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003838_person1585_bacteria_4151.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1a01b5724a5808858b8108746d11ba2aadc27e5ee99f6b3590eaaf9c129d9e0 +size 74348 diff --git a/MendeleyCXR/images/Darwin_00003839_person1585_bacteria_4155.png b/MendeleyCXR/images/Darwin_00003839_person1585_bacteria_4155.png new file mode 100644 index 0000000000000000000000000000000000000000..367e4bd899f2803a7c1489000d8d6aa38461cdaf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003839_person1585_bacteria_4155.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3fa4eda4e06dcb8421e0e788aa4ef5a74f9ed7d2a3a093567ad80827f0c3031 +size 76329 diff --git a/MendeleyCXR/images/Darwin_00003840_person1589_bacteria_4171.png b/MendeleyCXR/images/Darwin_00003840_person1589_bacteria_4171.png new file mode 100644 index 0000000000000000000000000000000000000000..b13324cf78779fe724fe9ca9ebb4ef6d3ffb8c83 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003840_person1589_bacteria_4171.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b15f0c3cf4abd9e2df8a2b717266408dcf64dc85f45b40c53b6b9ad4e137c17 +size 62288 diff --git a/MendeleyCXR/images/Darwin_00003841_person1589_bacteria_4172.png b/MendeleyCXR/images/Darwin_00003841_person1589_bacteria_4172.png new file mode 100644 index 0000000000000000000000000000000000000000..6f69f7be1d0ed07005283baa1a386d05e5e51438 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003841_person1589_bacteria_4172.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dde2623fa62da8cd7de14d2b628f19e751df70623ccd5de92268709ad713efd +size 76611 diff --git a/MendeleyCXR/images/Darwin_00003842_person1590_bacteria_4174.png b/MendeleyCXR/images/Darwin_00003842_person1590_bacteria_4174.png new file mode 100644 index 0000000000000000000000000000000000000000..5a0e9c33264cac87695fb9297563e595492db2ae --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003842_person1590_bacteria_4174.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4019844cfea7243d1302400db7e7b26e734cbe1ed465432a5813f007a75e6a6b +size 70596 diff --git a/MendeleyCXR/images/Darwin_00003843_person1590_bacteria_4175.png b/MendeleyCXR/images/Darwin_00003843_person1590_bacteria_4175.png new file mode 100644 index 0000000000000000000000000000000000000000..022727e0f8f11f2beefd08af3fc4b25e544785f2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003843_person1590_bacteria_4175.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1810ac459ff50227a25ae13f51d36432d1212f7d9cfa067ba1e04084b8d15428 +size 64542 diff --git a/MendeleyCXR/images/Darwin_00003844_person1590_bacteria_4176.png b/MendeleyCXR/images/Darwin_00003844_person1590_bacteria_4176.png new file mode 100644 index 0000000000000000000000000000000000000000..78b88a21c4ffd6863685e712423793d976cc480e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003844_person1590_bacteria_4176.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7a3c75bc09e9ac22706fdf95bb01be15d145469456674c67eb070d591518d9e +size 66541 diff --git a/MendeleyCXR/images/Darwin_00003845_person1591_bacteria_4177.png b/MendeleyCXR/images/Darwin_00003845_person1591_bacteria_4177.png new file mode 100644 index 0000000000000000000000000000000000000000..8cf920cb8d2f4075668b8e28a2bd43124ccf8759 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003845_person1591_bacteria_4177.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aee5599d1eb1326f6047426571dfca90a150026c4824098e391887c56cb93cbd +size 66093 diff --git a/MendeleyCXR/images/Darwin_00003846_person1592_bacteria_4178.png b/MendeleyCXR/images/Darwin_00003846_person1592_bacteria_4178.png new file mode 100644 index 0000000000000000000000000000000000000000..5fba61dee003b9fba57cf8d77a389a9ff8aceb31 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003846_person1592_bacteria_4178.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29fff17fdcfa0756e705a2e3e34a48ec1a1bf4535cdcfbd02a3cfb3ca570c94a +size 66486 diff --git a/MendeleyCXR/images/Darwin_00003847_person1594_bacteria_4182.png b/MendeleyCXR/images/Darwin_00003847_person1594_bacteria_4182.png new file mode 100644 index 0000000000000000000000000000000000000000..9c45873865a9acde3d3cdec930f8887e27c66cf1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003847_person1594_bacteria_4182.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c45e4b9cc1e3ac57d426518c9c86ae9003609286b959049f1ebff28d3a9d42b +size 71779 diff --git a/MendeleyCXR/images/Darwin_00003848_person1595_bacteria_4183.png b/MendeleyCXR/images/Darwin_00003848_person1595_bacteria_4183.png new file mode 100644 index 0000000000000000000000000000000000000000..ff6fcfd1cc042a5019cbb667582d8fa2dfee6257 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003848_person1595_bacteria_4183.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44f8dc6bacbae170ba80e19e38a67fa926a1549241883bd589a1eac865cb60a1 +size 61277 diff --git a/MendeleyCXR/images/Darwin_00003849_person1596_bacteria_4184.png b/MendeleyCXR/images/Darwin_00003849_person1596_bacteria_4184.png new file mode 100644 index 0000000000000000000000000000000000000000..1474d66e87e0a3f7dc2cb81600436eabda723cc1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003849_person1596_bacteria_4184.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12734d63024ea7c3f9e96c4b892b364e00b940f554383306778c5cf6d8f6e917 +size 74777 diff --git a/MendeleyCXR/images/Darwin_00003850_person1597_bacteria_4187.png b/MendeleyCXR/images/Darwin_00003850_person1597_bacteria_4187.png new file mode 100644 index 0000000000000000000000000000000000000000..da9e4f00c026cd092ee30b445fb3c94e6c61d838 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003850_person1597_bacteria_4187.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2503c7db849e78b217d02fafa7c8facc20fa2ecdeec4d98a29555b168f53ddf2 +size 68018 diff --git a/MendeleyCXR/images/Darwin_00003851_person1597_bacteria_4188.png b/MendeleyCXR/images/Darwin_00003851_person1597_bacteria_4188.png new file mode 100644 index 0000000000000000000000000000000000000000..aee0e119c042d8912c02b91b710cd987e1acc140 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003851_person1597_bacteria_4188.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5e2ba25517c826b4c563469ff10eb9eabd67c9f42cf26216adaf5931b215c5f +size 71000 diff --git a/MendeleyCXR/images/Darwin_00003852_person1597_bacteria_4189.png b/MendeleyCXR/images/Darwin_00003852_person1597_bacteria_4189.png new file mode 100644 index 0000000000000000000000000000000000000000..57a14a095ca3d469a5e27cea74183574b2fe26a7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003852_person1597_bacteria_4189.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec0bc14cf9139272299d7f45caf1b864440ef88c5adeaf361876d90f76e63c19 +size 75710 diff --git a/MendeleyCXR/images/Darwin_00003853_person1597_bacteria_4190.png b/MendeleyCXR/images/Darwin_00003853_person1597_bacteria_4190.png new file mode 100644 index 0000000000000000000000000000000000000000..999325e2adfd04fb88bca5218e7b7379e145715e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003853_person1597_bacteria_4190.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60a2e73165b1a0da6f180104252ac8f67304bb46ea0a74498dd80422756ba6ae +size 74237 diff --git a/MendeleyCXR/images/Darwin_00003854_person1597_bacteria_4191.png b/MendeleyCXR/images/Darwin_00003854_person1597_bacteria_4191.png new file mode 100644 index 0000000000000000000000000000000000000000..86202ac310badf9b0f4563be2651e2b1b075a460 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003854_person1597_bacteria_4191.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ba7e854cfbf7e7a3d8f3a03f28a21128d79adeeaa38dd98818ceab1f7eb1ff0 +size 73855 diff --git a/MendeleyCXR/images/Darwin_00003855_person1597_bacteria_4192.png b/MendeleyCXR/images/Darwin_00003855_person1597_bacteria_4192.png new file mode 100644 index 0000000000000000000000000000000000000000..c5eea6c16662e47514735a1eb42c233a3940dec0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003855_person1597_bacteria_4192.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9724e71c475a85ab719f473152d68020325189b6aa6cf4db81cf989493601850 +size 71326 diff --git a/MendeleyCXR/images/Darwin_00003856_person1597_bacteria_4193.png b/MendeleyCXR/images/Darwin_00003856_person1597_bacteria_4193.png new file mode 100644 index 0000000000000000000000000000000000000000..5b65c7b34ce0c18385069955cb5087f3e603bcb6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003856_person1597_bacteria_4193.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bdff9d67a987ac09fea549cba616c6d17b04aab5ff4a73bbb53eba705d35f2e +size 72418 diff --git a/MendeleyCXR/images/Darwin_00003857_person1597_bacteria_4194.png b/MendeleyCXR/images/Darwin_00003857_person1597_bacteria_4194.png new file mode 100644 index 0000000000000000000000000000000000000000..2fea3db3e74349817041475baea3697f7f751ad8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003857_person1597_bacteria_4194.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64779acfb51e1ba6afbf255f96b6158dd7b4e15eb0eba6a5ae6b93b12f8b78df +size 71953 diff --git a/MendeleyCXR/images/Darwin_00003858_person1598_bacteria_4195.png b/MendeleyCXR/images/Darwin_00003858_person1598_bacteria_4195.png new file mode 100644 index 0000000000000000000000000000000000000000..f61e1b43fec42f33dce5325fa781354c9641f058 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003858_person1598_bacteria_4195.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da536710048461f39adc399a87a8ba2c91f896d2a3e4477e6d851cf3ef8a46f3 +size 68155 diff --git a/MendeleyCXR/images/Darwin_00003859_person1598_bacteria_4197.png b/MendeleyCXR/images/Darwin_00003859_person1598_bacteria_4197.png new file mode 100644 index 0000000000000000000000000000000000000000..96e7882c78822bb24f02422f0200ff111f71f05f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003859_person1598_bacteria_4197.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:504198731a8f905c7209fbbe452494f86a0a191b81663e4dd5e89b7d58969b6e +size 74238 diff --git a/MendeleyCXR/images/Darwin_00003860_person1598_bacteria_4198.png b/MendeleyCXR/images/Darwin_00003860_person1598_bacteria_4198.png new file mode 100644 index 0000000000000000000000000000000000000000..b68cb3bfd677684c7d0f0db031d9a6dbee9fab6c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003860_person1598_bacteria_4198.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6916a4d203715f1e3cb98f47a28d8c45f850090e034e99f985cf808f2f0d548c +size 71899 diff --git a/MendeleyCXR/images/Darwin_00003861_person1599_bacteria_4200.png b/MendeleyCXR/images/Darwin_00003861_person1599_bacteria_4200.png new file mode 100644 index 0000000000000000000000000000000000000000..a6670b0c787b3cd2eaec370ca017ffb602891855 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003861_person1599_bacteria_4200.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be7e6e03e62b4cabe83f8e91dd5652cf2c2707e485668637306ebcd3acdbaeb3 +size 61239 diff --git a/MendeleyCXR/images/Darwin_00003862_person1599_bacteria_4201.png b/MendeleyCXR/images/Darwin_00003862_person1599_bacteria_4201.png new file mode 100644 index 0000000000000000000000000000000000000000..ea371b047201eb61fd74ed685eb206528f50c159 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003862_person1599_bacteria_4201.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26d13320b22d2da57b87fde8d6e29aeb11bba71b4fd503e61e43260c40e7e384 +size 77306 diff --git a/MendeleyCXR/images/Darwin_00003863_person14_bacteria_51.png b/MendeleyCXR/images/Darwin_00003863_person14_bacteria_51.png new file mode 100644 index 0000000000000000000000000000000000000000..46fd2b3cb85acbc6f61c068851541ac871924e84 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003863_person14_bacteria_51.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6210f20f25c1574d10b260bc1638d0905d132bfea621964f9fcf1acd7af7cd6 +size 67553 diff --git a/MendeleyCXR/images/Darwin_00003864_person1442_bacteria_3726.png b/MendeleyCXR/images/Darwin_00003864_person1442_bacteria_3726.png new file mode 100644 index 0000000000000000000000000000000000000000..3d4a4b948b0d29045492a8373c0439d028f01ae7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003864_person1442_bacteria_3726.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7e11e65f099b8a256a4281196d0a65d82eb502998fa7a5413f03f478e037025 +size 73145 diff --git a/MendeleyCXR/images/Darwin_00003865_person1444_bacteria_3732.png b/MendeleyCXR/images/Darwin_00003865_person1444_bacteria_3732.png new file mode 100644 index 0000000000000000000000000000000000000000..40a5238e75cb6c555c8430e69e9f4982525fadbf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003865_person1444_bacteria_3732.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca246c4ba579e80e94ba1264c5401d0a3cad2527b93ba2244ece5cb34188d49b +size 72553 diff --git a/MendeleyCXR/images/Darwin_00003866_person1445_bacteria_3734.png b/MendeleyCXR/images/Darwin_00003866_person1445_bacteria_3734.png new file mode 100644 index 0000000000000000000000000000000000000000..d2d726695e23873f517b6baf11931ea3ed787146 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003866_person1445_bacteria_3734.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d655718a909c358b86b245e7b151e7a8edde21eb29f305756bac12d2b2666331 +size 79217 diff --git a/MendeleyCXR/images/Darwin_00003867_person1445_bacteria_3735.png b/MendeleyCXR/images/Darwin_00003867_person1445_bacteria_3735.png new file mode 100644 index 0000000000000000000000000000000000000000..f30af719aa1f85f0dc324fb860ea5cebf7313cf9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003867_person1445_bacteria_3735.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6561bcb21e7f9f1a8d99e5b6716e49332f65722fafe502319cc75124893688b8 +size 73551 diff --git a/MendeleyCXR/images/Darwin_00003868_person1446_bacteria_3737.png b/MendeleyCXR/images/Darwin_00003868_person1446_bacteria_3737.png new file mode 100644 index 0000000000000000000000000000000000000000..5b051883a07c0d5ea81a0c07006192d76a377e3c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003868_person1446_bacteria_3737.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91aea425917aa704070e90402e393afa286d27f4c5359de852a3254a50f8643a +size 65837 diff --git a/MendeleyCXR/images/Darwin_00003869_person1446_bacteria_3739.png b/MendeleyCXR/images/Darwin_00003869_person1446_bacteria_3739.png new file mode 100644 index 0000000000000000000000000000000000000000..2bc6c0b50caad120259f360efdd69652f847e5f1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003869_person1446_bacteria_3739.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41c68b90bdd8c82891ef8b4a9785c8f41b3161b6dbc3a736c700c0c412834809 +size 73474 diff --git a/MendeleyCXR/images/Darwin_00003870_person1446_bacteria_3740.png b/MendeleyCXR/images/Darwin_00003870_person1446_bacteria_3740.png new file mode 100644 index 0000000000000000000000000000000000000000..53c2928bb08389f054ef7d4814050493d92ebce9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003870_person1446_bacteria_3740.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7834cf3f9b04f4142647e1abc6edfcbc4f46bb5474c0b1b0d9cfacc750e252e +size 78163 diff --git a/MendeleyCXR/images/Darwin_00003871_person1447_bacteria_3741.png b/MendeleyCXR/images/Darwin_00003871_person1447_bacteria_3741.png new file mode 100644 index 0000000000000000000000000000000000000000..5cd1b2f19d8ddea519bceff37f8448c64ae8f109 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003871_person1447_bacteria_3741.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db8753fbf980ed64baef6d1fd39e90b0febf114c7710202cce39f6f1f1a8c0b0 +size 71722 diff --git a/MendeleyCXR/images/Darwin_00003872_person1449_bacteria_3743.png b/MendeleyCXR/images/Darwin_00003872_person1449_bacteria_3743.png new file mode 100644 index 0000000000000000000000000000000000000000..85f91f5aac810d097d53cbdf1289e3202ceea05e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003872_person1449_bacteria_3743.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2db73915fb94400fc9456ea8926de3dce7112fdb72afd99be25d724e2ae64a0 +size 80679 diff --git a/MendeleyCXR/images/Darwin_00003873_person1449_bacteria_3745.png b/MendeleyCXR/images/Darwin_00003873_person1449_bacteria_3745.png new file mode 100644 index 0000000000000000000000000000000000000000..00eeaad873fdd613e99eae30569fc23bf0e91593 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003873_person1449_bacteria_3745.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd10070b00a66bf5f0bf5a7d6a57d835aa5b3d82ca72b628d610729688298ff2 +size 84492 diff --git a/MendeleyCXR/images/Darwin_00003874_person1449_bacteria_3746.png b/MendeleyCXR/images/Darwin_00003874_person1449_bacteria_3746.png new file mode 100644 index 0000000000000000000000000000000000000000..f3a6d9d77f94163bc3661b08bf1a6c23ba514cec --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003874_person1449_bacteria_3746.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a622915e5fedf6afe3cd6dad63770e9103539ed880c3231436e1627e88b87fa9 +size 82361 diff --git a/MendeleyCXR/images/Darwin_00003875_person1449_bacteria_3747.png b/MendeleyCXR/images/Darwin_00003875_person1449_bacteria_3747.png new file mode 100644 index 0000000000000000000000000000000000000000..09f09a90946ff37e7423ba24360e9798c648de05 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003875_person1449_bacteria_3747.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e85a24bb3f2cb238703abac997f64016aebbaccc9aaf2a11b3198cc13076bab +size 68818 diff --git a/MendeleyCXR/images/Darwin_00003876_person1450_bacteria_3753.png b/MendeleyCXR/images/Darwin_00003876_person1450_bacteria_3753.png new file mode 100644 index 0000000000000000000000000000000000000000..57785e802dc76b37d7aeae2e1212aefe2c5b937f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003876_person1450_bacteria_3753.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eacae1e41fe9272e4b1845ae9616134ec22a7510600a169ddd004fe576628bd +size 79192 diff --git a/MendeleyCXR/images/Darwin_00003877_person1453_bacteria_3770.png b/MendeleyCXR/images/Darwin_00003877_person1453_bacteria_3770.png new file mode 100644 index 0000000000000000000000000000000000000000..fe737718bc275150bed54aedcfdb2bc631a2c5e9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003877_person1453_bacteria_3770.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ff35d162b2ccab85ef7c10ae80368df368201db0494826b2494201cca79ca3e +size 85311 diff --git a/MendeleyCXR/images/Darwin_00003878_person1453_bacteria_3771.png b/MendeleyCXR/images/Darwin_00003878_person1453_bacteria_3771.png new file mode 100644 index 0000000000000000000000000000000000000000..2333646078f945576040911f5edefb63ef0c7f93 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003878_person1453_bacteria_3771.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fa0f74b33f21e5f7b1c957ea6475bac2c29eb19b22516d6fefcd79e4684a4a6 +size 70497 diff --git a/MendeleyCXR/images/Darwin_00003879_person1453_bacteria_3772.png b/MendeleyCXR/images/Darwin_00003879_person1453_bacteria_3772.png new file mode 100644 index 0000000000000000000000000000000000000000..f7828b7480d0a990043f69e78f329d7d6095f959 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003879_person1453_bacteria_3772.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0e4b70e1f2b64ab45d2b65cb225cde064d4425587a5c3aaa45a412e1b35832b +size 85756 diff --git a/MendeleyCXR/images/Darwin_00003880_person1454_bacteria_3774.png b/MendeleyCXR/images/Darwin_00003880_person1454_bacteria_3774.png new file mode 100644 index 0000000000000000000000000000000000000000..b2fa8ac2b7568699e18249829763ea3c2e165d34 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003880_person1454_bacteria_3774.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b4c2412d53ee96292db16f2ebc85aab465e0d38e77d04e7a70332a11c1b4a24 +size 73602 diff --git a/MendeleyCXR/images/Darwin_00003881_person1454_bacteria_3778.png b/MendeleyCXR/images/Darwin_00003881_person1454_bacteria_3778.png new file mode 100644 index 0000000000000000000000000000000000000000..0c9d8539d841c24792c8359149a02961c2071dd1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003881_person1454_bacteria_3778.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc37844ceac758e164c96add10e234caf8393cfa5f36927b74e3879fcc147077 +size 78449 diff --git a/MendeleyCXR/images/Darwin_00003882_person1454_bacteria_3779.png b/MendeleyCXR/images/Darwin_00003882_person1454_bacteria_3779.png new file mode 100644 index 0000000000000000000000000000000000000000..4dbd495989f3a33b9d06eb5a976f88a9d83143b8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003882_person1454_bacteria_3779.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:154bcd666810f5f5e7b2b5761b9258ea9a9cbd404bcaa658796a547b905cf48f +size 80899 diff --git a/MendeleyCXR/images/Darwin_00003883_person1454_bacteria_3780.png b/MendeleyCXR/images/Darwin_00003883_person1454_bacteria_3780.png new file mode 100644 index 0000000000000000000000000000000000000000..2e839397804b05cd96600c31b9b2fbcd7489cc9f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003883_person1454_bacteria_3780.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:978085a44da948bd37b472095c95f0fb41b722b404394942995173003bb8631a +size 84202 diff --git a/MendeleyCXR/images/Darwin_00003884_person1454_bacteria_3781.png b/MendeleyCXR/images/Darwin_00003884_person1454_bacteria_3781.png new file mode 100644 index 0000000000000000000000000000000000000000..df144b00eba051e81672e8cc215c039aaec592f2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003884_person1454_bacteria_3781.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed039002a82b7e8cba22a60b503d563f354210b53b165024cd17c9606043b745 +size 80746 diff --git a/MendeleyCXR/images/Darwin_00003885_person1454_bacteria_3782.png b/MendeleyCXR/images/Darwin_00003885_person1454_bacteria_3782.png new file mode 100644 index 0000000000000000000000000000000000000000..762c3630c34008ceb4604ec5de7be0863726e6de --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003885_person1454_bacteria_3782.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbda0c5c1098f9be1e77bf2d9c10c747a4c773c8bf1f7f165c29fe1ed1e8df9e +size 75706 diff --git a/MendeleyCXR/images/Darwin_00003887_person1459_bacteria_3796.png b/MendeleyCXR/images/Darwin_00003887_person1459_bacteria_3796.png new file mode 100644 index 0000000000000000000000000000000000000000..f1b645c8187bd163d009211433256f47d41d200d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003887_person1459_bacteria_3796.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb525358869e77fddde47a6a13a1ab0f71bd9705605ff111cf177be2bdc78c88 +size 77171 diff --git a/MendeleyCXR/images/Darwin_00003888_person1459_bacteria_3797.png b/MendeleyCXR/images/Darwin_00003888_person1459_bacteria_3797.png new file mode 100644 index 0000000000000000000000000000000000000000..ea655064a88bf575a50dddc9e9d48f9c83238987 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003888_person1459_bacteria_3797.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49203cd5ac989b125e279762c300b08a8730caa6ad0671736f7f5d0c6cdfff67 +size 81674 diff --git a/MendeleyCXR/images/Darwin_00003889_person1460_bacteria_3801.png b/MendeleyCXR/images/Darwin_00003889_person1460_bacteria_3801.png new file mode 100644 index 0000000000000000000000000000000000000000..899c72f7a35e01bf2e4815f3333d3ca2ab04cd1f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003889_person1460_bacteria_3801.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e00fc3bf868cb4e8ab92c25b8cfb6129b907660969a1319f5089969d4c2418f +size 78172 diff --git a/MendeleyCXR/images/Darwin_00003890_person1460_bacteria_3805.png b/MendeleyCXR/images/Darwin_00003890_person1460_bacteria_3805.png new file mode 100644 index 0000000000000000000000000000000000000000..b3239de2f9039211b34f4342424bc33c60a2706c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003890_person1460_bacteria_3805.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3cc82085799effbd8ee846d5b69f8772fca9c91f23db406cfe52bfe277e4ed4 +size 74435 diff --git a/MendeleyCXR/images/Darwin_00003891_person1463_bacteria_3808.png b/MendeleyCXR/images/Darwin_00003891_person1463_bacteria_3808.png new file mode 100644 index 0000000000000000000000000000000000000000..6fb6dae6bcadfa979ddcdb2fe2ae0595ea53bf88 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003891_person1463_bacteria_3808.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e35846451ea44eba3e612dd2d790784aa42bea6e39565359178c73d3d51f4783 +size 81894 diff --git a/MendeleyCXR/images/Darwin_00003892_person1463_bacteria_3809.png b/MendeleyCXR/images/Darwin_00003892_person1463_bacteria_3809.png new file mode 100644 index 0000000000000000000000000000000000000000..5fc43095e5e2f85e4175d84475e141160d58893b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003892_person1463_bacteria_3809.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1faf1be595af728d03a20328bf9aea527dfe099e89add387602b6307f489193 +size 71626 diff --git a/MendeleyCXR/images/Darwin_00003893_person1463_bacteria_3811.png b/MendeleyCXR/images/Darwin_00003893_person1463_bacteria_3811.png new file mode 100644 index 0000000000000000000000000000000000000000..515bb612e8fb4969427ae25f0361659ef5fb9823 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003893_person1463_bacteria_3811.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a11ffb53a74a2eef86c6b276923994853a1727cb5bc828861b3770dd9a50946 +size 68326 diff --git a/MendeleyCXR/images/Darwin_00003894_person1468_bacteria_3822.png b/MendeleyCXR/images/Darwin_00003894_person1468_bacteria_3822.png new file mode 100644 index 0000000000000000000000000000000000000000..276468b7928b9b9728944cc15be16406147654d4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003894_person1468_bacteria_3822.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4340ca56f14c8929c3b6429eda9135e1425ec6da74186dde2370f7e3c29b8c65 +size 76423 diff --git a/MendeleyCXR/images/Darwin_00003895_person1469_bacteria_3824.png b/MendeleyCXR/images/Darwin_00003895_person1469_bacteria_3824.png new file mode 100644 index 0000000000000000000000000000000000000000..e234835cf5d667e17d9d1652f1ac0ae19c0e892e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003895_person1469_bacteria_3824.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c377e6580fdc7fcdca22e3a4d5e7749486b3b0abc2820a7709a521e9c720af21 +size 76683 diff --git a/MendeleyCXR/images/Darwin_00003896_person1469_bacteria_3827.png b/MendeleyCXR/images/Darwin_00003896_person1469_bacteria_3827.png new file mode 100644 index 0000000000000000000000000000000000000000..e4db15c6780624a7c4d81747b381a8e41754387a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003896_person1469_bacteria_3827.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87c761f51f1398d81ab9d690e050946e8528852f75a9fed64646f1a5059b1ac1 +size 85327 diff --git a/MendeleyCXR/images/Darwin_00003897_person1470_bacteria_3829.png b/MendeleyCXR/images/Darwin_00003897_person1470_bacteria_3829.png new file mode 100644 index 0000000000000000000000000000000000000000..c7c3d2b0ec91c0ff7874780964c9d0c155b4f119 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003897_person1470_bacteria_3829.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cebcecd932d8913cef2c867868f131a9dcb907f707ebe551ca577a6dfa847780 +size 74024 diff --git a/MendeleyCXR/images/Darwin_00003898_person1470_bacteria_3830.png b/MendeleyCXR/images/Darwin_00003898_person1470_bacteria_3830.png new file mode 100644 index 0000000000000000000000000000000000000000..b5901fe753235a0c429cef515b6090b1dd563fea --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003898_person1470_bacteria_3830.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:897a99af0be228cebe2d43fae3b2d383b440180adf97cf04463fb83e596084b3 +size 70083 diff --git a/MendeleyCXR/images/Darwin_00003899_person1471_bacteria_3831.png b/MendeleyCXR/images/Darwin_00003899_person1471_bacteria_3831.png new file mode 100644 index 0000000000000000000000000000000000000000..7d731e3d71a15c1823851a413e61b7b49d244d48 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003899_person1471_bacteria_3831.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc87aacb3492a0730ca3acdc8912b99306ba143c2741e0042b158adeb0b686c3 +size 67687 diff --git a/MendeleyCXR/images/Darwin_00003900_person1472_bacteria_3833.png b/MendeleyCXR/images/Darwin_00003900_person1472_bacteria_3833.png new file mode 100644 index 0000000000000000000000000000000000000000..efc7b2dc1d01548f0d2e972f557d7b0b11cbc817 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003900_person1472_bacteria_3833.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea40e678ddad293b461c4ea518a6121995316b44b91353efedabf20eb048a736 +size 76527 diff --git a/MendeleyCXR/images/Darwin_00003901_person1472_bacteria_3834.png b/MendeleyCXR/images/Darwin_00003901_person1472_bacteria_3834.png new file mode 100644 index 0000000000000000000000000000000000000000..088ce1fe48c867687cb3126efa8371681e7cfa62 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003901_person1472_bacteria_3834.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f48a614def4054e6e602f450de46de04378c7cd9d80703086c57ce92bf15452e +size 68445 diff --git a/MendeleyCXR/images/Darwin_00003902_person1473_bacteria_3836.png b/MendeleyCXR/images/Darwin_00003902_person1473_bacteria_3836.png new file mode 100644 index 0000000000000000000000000000000000000000..aa0f4f54e22485efe426fd32fa93406c7c21e80c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003902_person1473_bacteria_3836.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f142cb09bd3901ffe8f63e0645b2b535446ed38114187e22a592bd5f4be22b2 +size 71323 diff --git a/MendeleyCXR/images/Darwin_00003903_person1474_bacteria_3837.png b/MendeleyCXR/images/Darwin_00003903_person1474_bacteria_3837.png new file mode 100644 index 0000000000000000000000000000000000000000..d6faf5077b888ecb80f4077df070a22705df3b06 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003903_person1474_bacteria_3837.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64e5918915346ef09b45d6fa88732b71bcee7b4c634f5518144e1e4f01bc72f3 +size 68691 diff --git a/MendeleyCXR/images/Darwin_00003904_person1476_bacteria_3842.png b/MendeleyCXR/images/Darwin_00003904_person1476_bacteria_3842.png new file mode 100644 index 0000000000000000000000000000000000000000..32ab3e60d16414f74e2b2953dd6a0e743adbb456 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003904_person1476_bacteria_3842.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4025b817a0d724e64323f5418f94f9440241940924b65977db8ca774f915762 +size 82245 diff --git a/MendeleyCXR/images/Darwin_00003905_person1476_bacteria_3843.png b/MendeleyCXR/images/Darwin_00003905_person1476_bacteria_3843.png new file mode 100644 index 0000000000000000000000000000000000000000..089579fb42cfd5554b4148e4ef1c44278b93270c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003905_person1476_bacteria_3843.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65f9aff0d1e91778cf23385ab909598a82c5bc56bad544a131aed608408d68da +size 79977 diff --git a/MendeleyCXR/images/Darwin_00003907_person1480_bacteria_3858.png b/MendeleyCXR/images/Darwin_00003907_person1480_bacteria_3858.png new file mode 100644 index 0000000000000000000000000000000000000000..c2881bc802a06e4054390312098ab1c9332044cd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003907_person1480_bacteria_3858.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1f488996f8c4edfc8370476bca0ac132e44fe10912b3db90c91a9242bb83743 +size 79835 diff --git a/MendeleyCXR/images/Darwin_00003908_person1480_bacteria_3859.png b/MendeleyCXR/images/Darwin_00003908_person1480_bacteria_3859.png new file mode 100644 index 0000000000000000000000000000000000000000..6cb722f08230e4ec4a21a4eaacd080eeffe41d7f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003908_person1480_bacteria_3859.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:457d2747b9e5109982a58ae7c953f4d542c9e57bda4b55c78205c6730282599a +size 81761 diff --git a/MendeleyCXR/images/Darwin_00003909_person1481_bacteria_3862.png b/MendeleyCXR/images/Darwin_00003909_person1481_bacteria_3862.png new file mode 100644 index 0000000000000000000000000000000000000000..8a9e2d8b5acb8ea68d9419f34fdefb2b735996c2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003909_person1481_bacteria_3862.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d72f7a60bbb662470fc134e908378a525707e86c670df25e0e4349164535e02 +size 78917 diff --git a/MendeleyCXR/images/Darwin_00003911_person1481_bacteria_3864.png b/MendeleyCXR/images/Darwin_00003911_person1481_bacteria_3864.png new file mode 100644 index 0000000000000000000000000000000000000000..782f369bacb05879b5d6359a0ecf7f396de08b2f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003911_person1481_bacteria_3864.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6363c379704b49b15c2f6a88ad71bf00dd78a8984105b8f87f71fcca3dd4c42 +size 83739 diff --git a/MendeleyCXR/images/Darwin_00003913_person1481_bacteria_3866.png b/MendeleyCXR/images/Darwin_00003913_person1481_bacteria_3866.png new file mode 100644 index 0000000000000000000000000000000000000000..809b220dc8a74b11958db5240160752512e293eb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003913_person1481_bacteria_3866.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cacae71c2f56ab5084b18661fbe67fa6d8681cde23764bda80bac1229e3147a +size 82758 diff --git a/MendeleyCXR/images/Darwin_00003915_person1481_bacteria_3868.png b/MendeleyCXR/images/Darwin_00003915_person1481_bacteria_3868.png new file mode 100644 index 0000000000000000000000000000000000000000..3b7f7457f15c135b4d32bf177257f6a8d0ed2cad --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003915_person1481_bacteria_3868.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c846886a717cc18ad0cf7d1a300fcf0afb712fe3228a3ed3c8fcf4daa9599ffc +size 83446 diff --git a/MendeleyCXR/images/Darwin_00003917_person1482_bacteria_3874.png b/MendeleyCXR/images/Darwin_00003917_person1482_bacteria_3874.png new file mode 100644 index 0000000000000000000000000000000000000000..901b7314b0c2fc28935f8aa2fbddd185e94158f3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003917_person1482_bacteria_3874.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bee0907aa34efca92ecf2e8e82fcdec19393c6151e74df75d681d74d55c0ceab +size 78880 diff --git a/MendeleyCXR/images/Darwin_00003918_person1483_bacteria_3876.png b/MendeleyCXR/images/Darwin_00003918_person1483_bacteria_3876.png new file mode 100644 index 0000000000000000000000000000000000000000..85efccd3f7f306fb44b247a40bef9315142f96c6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003918_person1483_bacteria_3876.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93b6582a2115f8fa765d36b98118f80284aea107dec1337130d63994f8ac7fd1 +size 68470 diff --git a/MendeleyCXR/images/Darwin_00003919_person1484_bacteria_3878.png b/MendeleyCXR/images/Darwin_00003919_person1484_bacteria_3878.png new file mode 100644 index 0000000000000000000000000000000000000000..5444cb802ecc12846cbe197fa09c646c86755160 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003919_person1484_bacteria_3878.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0bd04ca525964f8de4c9fab9d84878814736b64aa070cd13a6a9e21fb85a7bf +size 70785 diff --git a/MendeleyCXR/images/Darwin_00003920_person1486_bacteria_3881.png b/MendeleyCXR/images/Darwin_00003920_person1486_bacteria_3881.png new file mode 100644 index 0000000000000000000000000000000000000000..639f66d2ce31e03564e6c9c1cb7c5d620c92e5c7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003920_person1486_bacteria_3881.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed692a39c120654aa5fb14c3cdc36a62e937d9d41ae8010960db28884376d0d2 +size 87169 diff --git a/MendeleyCXR/images/Darwin_00003921_person1486_bacteria_3883.png b/MendeleyCXR/images/Darwin_00003921_person1486_bacteria_3883.png new file mode 100644 index 0000000000000000000000000000000000000000..8f7381e97e3d905445ebfd3bde31e61ede3c645d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003921_person1486_bacteria_3883.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85a3cbb364beeb557fd40543b9ca9044279182dc6d78fd26469ab740bcaf09a3 +size 75324 diff --git a/MendeleyCXR/images/Darwin_00003923_person1486_bacteria_3885.png b/MendeleyCXR/images/Darwin_00003923_person1486_bacteria_3885.png new file mode 100644 index 0000000000000000000000000000000000000000..131f37b3c4137710b2ae90610fad09cdf948b260 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003923_person1486_bacteria_3885.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba46876ade8c2977e00cf5582e3a419a58b1ae9c89d8c4e46c797968d8919637 +size 82907 diff --git a/MendeleyCXR/images/Darwin_00003924_person1488_bacteria_3887.png b/MendeleyCXR/images/Darwin_00003924_person1488_bacteria_3887.png new file mode 100644 index 0000000000000000000000000000000000000000..0b6051850ac939aec932dbc9fe07404130a0f679 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003924_person1488_bacteria_3887.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b6038b999cf757707c22b28f0174e62d9c11c26020acad567d022febf5d016b +size 77993 diff --git a/MendeleyCXR/images/Darwin_00003925_person1489_bacteria_3889.png b/MendeleyCXR/images/Darwin_00003925_person1489_bacteria_3889.png new file mode 100644 index 0000000000000000000000000000000000000000..674d0ebda3af11dbd946841ea87eb39623e7ceaf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003925_person1489_bacteria_3889.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dcc0183f41ec422de19e99b5a675c5283dd303d0f0359cd5712d36d91b412c8 +size 74070 diff --git a/MendeleyCXR/images/Darwin_00003926_person1490_bacteria_3891.png b/MendeleyCXR/images/Darwin_00003926_person1490_bacteria_3891.png new file mode 100644 index 0000000000000000000000000000000000000000..0899f77b0912ef386507a86743a67c65be01f2b9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003926_person1490_bacteria_3891.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f0f3e9d1fc9f149f4b76c343d8c355fbc55f65339851c9543088e6e68134d1a +size 62344 diff --git a/MendeleyCXR/images/Darwin_00003927_person1491_bacteria_3892.png b/MendeleyCXR/images/Darwin_00003927_person1491_bacteria_3892.png new file mode 100644 index 0000000000000000000000000000000000000000..59c0568d78127fe2e23fa393ac2b8d6d26d418f9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003927_person1491_bacteria_3892.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8885facc3824091ac304071880a2ff2103496cf71fc5df9adc31d015ee783c34 +size 83685 diff --git a/MendeleyCXR/images/Darwin_00003928_person1491_bacteria_3893.png b/MendeleyCXR/images/Darwin_00003928_person1491_bacteria_3893.png new file mode 100644 index 0000000000000000000000000000000000000000..8cc90cfa4c6cc8be7a7c6bcdeb16700c17b1c0f1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003928_person1491_bacteria_3893.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbb799283b22ebd9d1d1923debfa5a8bf7880e4897a0b37aa7beaa6da263bc84 +size 72082 diff --git a/MendeleyCXR/images/Darwin_00003929_person1492_bacteria_3894.png b/MendeleyCXR/images/Darwin_00003929_person1492_bacteria_3894.png new file mode 100644 index 0000000000000000000000000000000000000000..271293fce52608af94f0610931917d75a5ad3433 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003929_person1492_bacteria_3894.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d4d69da071bc37011cad99fb31e14858949ce243c6cc897710d329385a1adeb +size 84079 diff --git a/MendeleyCXR/images/Darwin_00003930_person1493_bacteria_3895.png b/MendeleyCXR/images/Darwin_00003930_person1493_bacteria_3895.png new file mode 100644 index 0000000000000000000000000000000000000000..2d1abc25f01ad60f242d2aa129fd7261eb574653 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003930_person1493_bacteria_3895.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59c7c906302e61e71773da3835ca759427b5ffcf9adb52b52d688a0aa3fc6f25 +size 81048 diff --git a/MendeleyCXR/images/Darwin_00003931_person1493_bacteria_3896.png b/MendeleyCXR/images/Darwin_00003931_person1493_bacteria_3896.png new file mode 100644 index 0000000000000000000000000000000000000000..b5c22065215a7ac08b9708130f1112fd7e9bc5e5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003931_person1493_bacteria_3896.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e4210bf839492d4a5aa8920124b7234c44ce61db9de32e16f51413d6d5230d1 +size 81156 diff --git a/MendeleyCXR/images/Darwin_00003932_person1493_bacteria_3897.png b/MendeleyCXR/images/Darwin_00003932_person1493_bacteria_3897.png new file mode 100644 index 0000000000000000000000000000000000000000..abc3c88bf5c3a72736ed11d9bbc254e4a8ae26d4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003932_person1493_bacteria_3897.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e2700d1b56f29d5b78e47912d63fdc5c5d5381fd73f5204c93dc8698c9c54ed +size 83631 diff --git a/MendeleyCXR/images/Darwin_00003933_person1493_bacteria_3898.png b/MendeleyCXR/images/Darwin_00003933_person1493_bacteria_3898.png new file mode 100644 index 0000000000000000000000000000000000000000..885f84b611d8ccd4a1d9225a18de35b1a3665c4a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003933_person1493_bacteria_3898.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c59c3234b40c7016331934b52f62780cbcc1c60190597502a99ec2a3342b0de1 +size 86327 diff --git a/MendeleyCXR/images/Darwin_00003934_person1493_bacteria_3899.png b/MendeleyCXR/images/Darwin_00003934_person1493_bacteria_3899.png new file mode 100644 index 0000000000000000000000000000000000000000..f1e61872deca5797fbad91955bd759eb5d8f7375 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003934_person1493_bacteria_3899.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:add35d3815b6d6d471af4b6e41a17e8b05ab1910e7635d09bef457a6851cc0e1 +size 82769 diff --git a/MendeleyCXR/images/Darwin_00003935_person1494_bacteria_3901.png b/MendeleyCXR/images/Darwin_00003935_person1494_bacteria_3901.png new file mode 100644 index 0000000000000000000000000000000000000000..f6df3cd7a260be1c0d52664c1db53b235502b0c9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003935_person1494_bacteria_3901.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5127f01ff21867a0e95f73cd4415e016ca1bab59aecd0fab629ff586ce98187b +size 68961 diff --git a/MendeleyCXR/images/Darwin_00003936_person1496_bacteria_3905.png b/MendeleyCXR/images/Darwin_00003936_person1496_bacteria_3905.png new file mode 100644 index 0000000000000000000000000000000000000000..5d8d2124611a78878addb67607c4f3a11174b4de --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003936_person1496_bacteria_3905.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0f860da26a206c5e37d320316ce1390911e6f8d2e1b19f3f006a430110c7f06 +size 81888 diff --git a/MendeleyCXR/images/Darwin_00003937_person1496_bacteria_3906.png b/MendeleyCXR/images/Darwin_00003937_person1496_bacteria_3906.png new file mode 100644 index 0000000000000000000000000000000000000000..ca05803372fba8d989b14acf1ecef967abd25ae1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003937_person1496_bacteria_3906.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d62a76d5655c766a095aff3318d7cf1b71e4f2077da84e431dde5dbdfcb195b1 +size 74061 diff --git a/MendeleyCXR/images/Darwin_00003938_person1496_bacteria_3907.png b/MendeleyCXR/images/Darwin_00003938_person1496_bacteria_3907.png new file mode 100644 index 0000000000000000000000000000000000000000..90622e8b8fd9e1167462fda91c1e95963261fadf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003938_person1496_bacteria_3907.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42e1ca843676e9f4d289a0a3668e4eb6e1cb4f595fc5aec96d7a1a1c193c204c +size 80046 diff --git a/MendeleyCXR/images/Darwin_00003939_person1496_bacteria_3908.png b/MendeleyCXR/images/Darwin_00003939_person1496_bacteria_3908.png new file mode 100644 index 0000000000000000000000000000000000000000..1672223f07b1172b2ab18d11f1e495bd9f5889a0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003939_person1496_bacteria_3908.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7aeddfbcfa2c7dd0c2c83ee7d95697955c296b25346ec0fded9c28e02ffbcf8 +size 77434 diff --git a/MendeleyCXR/images/Darwin_00003940_person1496_bacteria_3909.png b/MendeleyCXR/images/Darwin_00003940_person1496_bacteria_3909.png new file mode 100644 index 0000000000000000000000000000000000000000..f0af04f407cf9c48def63412e000987ba3e872a2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003940_person1496_bacteria_3909.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3b5228da2a3f7a518a412044751d43a42565979101e7fef17c2adaeca9f4aab +size 75914 diff --git a/MendeleyCXR/images/Darwin_00003942_person1496_bacteria_3911.png b/MendeleyCXR/images/Darwin_00003942_person1496_bacteria_3911.png new file mode 100644 index 0000000000000000000000000000000000000000..96166b91c9c0185d1b7f02b81f50c503d2018867 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003942_person1496_bacteria_3911.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1466e542caa52afc9d74d70dd058a14c751751abcf767dbacf1ffe2aab6ea8a +size 72237 diff --git a/MendeleyCXR/images/Darwin_00003944_person1499_bacteria_3915.png b/MendeleyCXR/images/Darwin_00003944_person1499_bacteria_3915.png new file mode 100644 index 0000000000000000000000000000000000000000..9576fb5dfb88c8d7a2a82d433329adbb4375e976 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003944_person1499_bacteria_3915.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29e3328be94bfd0e6782ebc442a0f2b1b925daf4036f7b83c461f52561ae8b4a +size 70350 diff --git a/MendeleyCXR/images/Darwin_00003945_person1500_bacteria_3916.png b/MendeleyCXR/images/Darwin_00003945_person1500_bacteria_3916.png new file mode 100644 index 0000000000000000000000000000000000000000..e4ef2b1cd90852474983c7ae53314f425dac8d5a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003945_person1500_bacteria_3916.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:327a0c9019223f3862e713bd94eab19a893d724328f60b63769ef6ea2ac31fbf +size 74248 diff --git a/MendeleyCXR/images/Darwin_00003946_person1502_bacteria_3922.png b/MendeleyCXR/images/Darwin_00003946_person1502_bacteria_3922.png new file mode 100644 index 0000000000000000000000000000000000000000..3cbd3e0203f81cf81ede4b37b113481fc019f589 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003946_person1502_bacteria_3922.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa3c435c58167118f0f0f21589deabb21c16c62ad306726dc630c986fd8728b8 +size 82386 diff --git a/MendeleyCXR/images/Darwin_00003947_person1502_bacteria_3923.png b/MendeleyCXR/images/Darwin_00003947_person1502_bacteria_3923.png new file mode 100644 index 0000000000000000000000000000000000000000..8d6b44ed7687937e4ef83de6e3ab1b393387706e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003947_person1502_bacteria_3923.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67af76fd48b793a1b17a240432a9f44475cce01b4dc55098e967f19ff4618ffc +size 82866 diff --git a/MendeleyCXR/images/Darwin_00003948_person1502_bacteria_3924.png b/MendeleyCXR/images/Darwin_00003948_person1502_bacteria_3924.png new file mode 100644 index 0000000000000000000000000000000000000000..5c967aa49295181d50f006909eeae6ff24361bf4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003948_person1502_bacteria_3924.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aef1a8144f57b538529f276ecff8eae67ca8b270a3e612943a437080bd6a5435 +size 84253 diff --git a/MendeleyCXR/images/Darwin_00003949_person1502_bacteria_3925.png b/MendeleyCXR/images/Darwin_00003949_person1502_bacteria_3925.png new file mode 100644 index 0000000000000000000000000000000000000000..394d6b852fc1ea0874b8ac9edbf5776de33b4798 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003949_person1502_bacteria_3925.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:932b8e2773c9f80b44ec81e0662d149ad0bc288fde304d7640c011bd01b5d8fb +size 83692 diff --git a/MendeleyCXR/images/Darwin_00003950_person1502_bacteria_3927.png b/MendeleyCXR/images/Darwin_00003950_person1502_bacteria_3927.png new file mode 100644 index 0000000000000000000000000000000000000000..f514148e7dd7db5c7d2055c335289135f2b1c995 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003950_person1502_bacteria_3927.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecd40f2d70012f55bbf1f0e56fa9698df06afa832e952e9cfb3c5c04fe7b9ddc +size 84284 diff --git a/MendeleyCXR/images/Darwin_00003951_person1502_bacteria_3928.png b/MendeleyCXR/images/Darwin_00003951_person1502_bacteria_3928.png new file mode 100644 index 0000000000000000000000000000000000000000..5f6296399c29f6787d1c2e2797b8ebd56ca27b02 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003951_person1502_bacteria_3928.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26aa4a58d26ab58cd1752e3217c0b91d3bca719edc575ce9e5df3aeb6b6c4597 +size 86964 diff --git a/MendeleyCXR/images/Darwin_00003952_person1502_bacteria_3929.png b/MendeleyCXR/images/Darwin_00003952_person1502_bacteria_3929.png new file mode 100644 index 0000000000000000000000000000000000000000..03c8fa727439ee4deb7daf5f0fdcab703eeb5e88 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003952_person1502_bacteria_3929.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af9c140acc51fd924013ca8bf11859df4fceed45aa3b6181430edd590709bacd +size 73151 diff --git a/MendeleyCXR/images/Darwin_00003953_person1504_bacteria_3931.png b/MendeleyCXR/images/Darwin_00003953_person1504_bacteria_3931.png new file mode 100644 index 0000000000000000000000000000000000000000..85483f671045b989bf10df67ddb9dfeab0fd116e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003953_person1504_bacteria_3931.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59b54b410d202967b505f269f13344ab47c26ca031cae92344878a355ce3aee1 +size 69048 diff --git a/MendeleyCXR/images/Darwin_00003954_person1506_bacteria_3933.png b/MendeleyCXR/images/Darwin_00003954_person1506_bacteria_3933.png new file mode 100644 index 0000000000000000000000000000000000000000..8d292b7cec8821eaf19ccee8613a4e2b4a30a690 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003954_person1506_bacteria_3933.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4559e0521074970ba6d18aefdaebb0e9a913fac96306503fd7a2c44614d348e3 +size 65955 diff --git a/MendeleyCXR/images/Darwin_00003955_person1507_bacteria_3935.png b/MendeleyCXR/images/Darwin_00003955_person1507_bacteria_3935.png new file mode 100644 index 0000000000000000000000000000000000000000..42f6751b77ae10958d92ea703b0e2015bf20414c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003955_person1507_bacteria_3935.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee8521f41f13e4932f09dff4c0d2af18571413cf32e81baa85075691e9143f17 +size 79737 diff --git a/MendeleyCXR/images/Darwin_00003956_person1507_bacteria_3942.png b/MendeleyCXR/images/Darwin_00003956_person1507_bacteria_3942.png new file mode 100644 index 0000000000000000000000000000000000000000..42a0d780e0881978008fd60495c6675f6dea4aaa --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003956_person1507_bacteria_3942.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a14b85aeeeb0d5b91557f906c322424e13ca2c062c480b69dfe96ac510625395 +size 82271 diff --git a/MendeleyCXR/images/Darwin_00003957_person1507_bacteria_3943.png b/MendeleyCXR/images/Darwin_00003957_person1507_bacteria_3943.png new file mode 100644 index 0000000000000000000000000000000000000000..bdf2a6bb1d7c2527fc7f771bdc91a1481f316695 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003957_person1507_bacteria_3943.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1272fdd1d0bf7ba046381f25221022f0d432583e87308a90eb72cd9f57fa030d +size 82152 diff --git a/MendeleyCXR/images/Darwin_00003958_person1507_bacteria_3944.png b/MendeleyCXR/images/Darwin_00003958_person1507_bacteria_3944.png new file mode 100644 index 0000000000000000000000000000000000000000..88c7690deb3e2e3e541d9e0b41db430cf3ca8a55 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003958_person1507_bacteria_3944.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec48dd770b7bccaf6d10ee367f10d35287145a048408818fdf0dcc88ba961827 +size 78131 diff --git a/MendeleyCXR/images/Darwin_00003959_person1507_bacteria_3945.png b/MendeleyCXR/images/Darwin_00003959_person1507_bacteria_3945.png new file mode 100644 index 0000000000000000000000000000000000000000..dacc4ad33dd68f07da7f457b05253e38852a3a8e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003959_person1507_bacteria_3945.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b7f74fbafd231ff0aa120e62ef9d15493f0ef7cad341bb48bdb6f22a08d8f96 +size 79515 diff --git a/MendeleyCXR/images/Darwin_00003960_person1507_bacteria_3946.png b/MendeleyCXR/images/Darwin_00003960_person1507_bacteria_3946.png new file mode 100644 index 0000000000000000000000000000000000000000..8c326e569e950baa8293e19c0033f401c4f9fe97 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003960_person1507_bacteria_3946.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a58a35a9c749c6f9340eab5ebc0dbe8694b785e4dd50ddc0dbcb67a852add085 +size 83361 diff --git a/MendeleyCXR/images/Darwin_00003961_person1507_bacteria_3947.png b/MendeleyCXR/images/Darwin_00003961_person1507_bacteria_3947.png new file mode 100644 index 0000000000000000000000000000000000000000..398eceee502a7f77d4b1ce80fa51c29475a5242d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003961_person1507_bacteria_3947.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0fd404a4af079f83a8df08ac51f6d0877906aa04e4874acf507fc83591a7dc4 +size 81342 diff --git a/MendeleyCXR/images/Darwin_00003962_person1507_bacteria_3948.png b/MendeleyCXR/images/Darwin_00003962_person1507_bacteria_3948.png new file mode 100644 index 0000000000000000000000000000000000000000..509b0c92d67615420684f8361492dddaabbc7a35 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003962_person1507_bacteria_3948.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e1bcddbc95eb3631abedc08713483f32ba12120c4dd8fe0538350b6ebc7724d +size 82762 diff --git a/MendeleyCXR/images/Darwin_00003963_person1508_bacteria_3949.png b/MendeleyCXR/images/Darwin_00003963_person1508_bacteria_3949.png new file mode 100644 index 0000000000000000000000000000000000000000..d1c649f018e3a3f5512a7d3d71997d9b0e981c38 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003963_person1508_bacteria_3949.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee8d7c4c2ee901972cea69298a20d1082cd87fd52e4b1877e18c1d744d501780 +size 64087 diff --git a/MendeleyCXR/images/Darwin_00003964_person1509_bacteria_3951.png b/MendeleyCXR/images/Darwin_00003964_person1509_bacteria_3951.png new file mode 100644 index 0000000000000000000000000000000000000000..018a017e00d9ec2a451cd288c69f047694ef7fe5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003964_person1509_bacteria_3951.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa2f57d9dec2bf91f77f3aeb1498a68e85e87b6d3123af4e23e489a269bb05f9 +size 74451 diff --git a/MendeleyCXR/images/Darwin_00003965_person1511_bacteria_3955.png b/MendeleyCXR/images/Darwin_00003965_person1511_bacteria_3955.png new file mode 100644 index 0000000000000000000000000000000000000000..7da1305217703fcb3c4967d2ec2d7e4c95733725 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003965_person1511_bacteria_3955.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ea16346ba3d11c42e6fc3d4e66461ab12574e391a29adc5f6a344cfe9734d1b +size 64699 diff --git a/MendeleyCXR/images/Darwin_00003966_person1512_bacteria_3958.png b/MendeleyCXR/images/Darwin_00003966_person1512_bacteria_3958.png new file mode 100644 index 0000000000000000000000000000000000000000..e5e7375231ad0801a7edac89542835e715df51d6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003966_person1512_bacteria_3958.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04a321e19788f0a7b3dc024341a4367a14fec876548d638fefae89cfa803abc9 +size 77723 diff --git a/MendeleyCXR/images/Darwin_00003967_person1513_bacteria_3962.png b/MendeleyCXR/images/Darwin_00003967_person1513_bacteria_3962.png new file mode 100644 index 0000000000000000000000000000000000000000..4bfa24ea2537688bd14343320c755a16a9e9d195 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003967_person1513_bacteria_3962.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:184bfe83b30723069a5da9f5de7a6e1c89c8c7f511e905b237eec2ff0dd0e653 +size 71851 diff --git a/MendeleyCXR/images/Darwin_00003968_person1514_bacteria_3964.png b/MendeleyCXR/images/Darwin_00003968_person1514_bacteria_3964.png new file mode 100644 index 0000000000000000000000000000000000000000..f3230c647e5ba540abcb97d0ce0d18f892844f21 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003968_person1514_bacteria_3964.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:029028bc26780ba4f002a667b1cea185ce7f0f1fa492cece4ba20256f38dd6a7 +size 77036 diff --git a/MendeleyCXR/images/Darwin_00003969_person13_bacteria_49.png b/MendeleyCXR/images/Darwin_00003969_person13_bacteria_49.png new file mode 100644 index 0000000000000000000000000000000000000000..2130e249f998cdf8a4f7707f855c975b2637874e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003969_person13_bacteria_49.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b23a7d054d60e2b2e90a57654b97d999e30339d99b3a7f78f2beec3925692460 +size 75715 diff --git a/MendeleyCXR/images/Darwin_00003970_person13_bacteria_50.png b/MendeleyCXR/images/Darwin_00003970_person13_bacteria_50.png new file mode 100644 index 0000000000000000000000000000000000000000..76f0c17b1d273da9bca2059ad3605610ce068ad5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003970_person13_bacteria_50.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9f13e520ab473a2af6b0dfe7c72f9961b04575d801d57aaff83a94aba48e421 +size 78332 diff --git a/MendeleyCXR/images/Darwin_00003971_person1358_bacteria_3463.png b/MendeleyCXR/images/Darwin_00003971_person1358_bacteria_3463.png new file mode 100644 index 0000000000000000000000000000000000000000..e55d2e8087adb9decb9f3bd422b6d31a82f7c6f9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003971_person1358_bacteria_3463.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ea48c98d1cde8f4434851c750fb80d7cb7ab0c8d3df5dd6364a9337a48ee8ea +size 69902 diff --git a/MendeleyCXR/images/Darwin_00003972_person1358_bacteria_3465.png b/MendeleyCXR/images/Darwin_00003972_person1358_bacteria_3465.png new file mode 100644 index 0000000000000000000000000000000000000000..6ab11947a39d645c43540e436f57e5a5ef30346e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003972_person1358_bacteria_3465.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a68c6c0650fcd3608094463ba603b058366f9453f787b352e2c526ac4ce7160a +size 72287 diff --git a/MendeleyCXR/images/Darwin_00003973_person1361_bacteria_3476.png b/MendeleyCXR/images/Darwin_00003973_person1361_bacteria_3476.png new file mode 100644 index 0000000000000000000000000000000000000000..5778db14793387aab8326448a8bc7772d9cb970d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003973_person1361_bacteria_3476.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a134ce3e2882621d1509edb4acf38a4279dd36006ae860c497a6cf7892d655e2 +size 72425 diff --git a/MendeleyCXR/images/Darwin_00003974_person1361_bacteria_3477.png b/MendeleyCXR/images/Darwin_00003974_person1361_bacteria_3477.png new file mode 100644 index 0000000000000000000000000000000000000000..d912b993ce6816b1e55628e47f17aada377749bf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003974_person1361_bacteria_3477.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cb9e56fd45d08f8fc9825d33043440dd09f58ca730de25ffe0cc9490efcbeaa +size 69577 diff --git a/MendeleyCXR/images/Darwin_00003975_person1363_bacteria_3483.png b/MendeleyCXR/images/Darwin_00003975_person1363_bacteria_3483.png new file mode 100644 index 0000000000000000000000000000000000000000..bfc03858ee863f7674a46b2f2264f4f64e3a4de9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003975_person1363_bacteria_3483.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc9f536735a1f9ec28c56534f013577c99cc9aac20c62547ec3093b73a0e0d30 +size 65513 diff --git a/MendeleyCXR/images/Darwin_00003976_person1363_bacteria_3484.png b/MendeleyCXR/images/Darwin_00003976_person1363_bacteria_3484.png new file mode 100644 index 0000000000000000000000000000000000000000..bd89e97b410a379fa2fffcbcc2ab246031aa2d36 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003976_person1363_bacteria_3484.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b209f931c21cd4c15c3c838bdafe115f18991e19f9f08c55f513e68c5370c94 +size 74331 diff --git a/MendeleyCXR/images/Darwin_00003977_person1365_bacteria_3489.png b/MendeleyCXR/images/Darwin_00003977_person1365_bacteria_3489.png new file mode 100644 index 0000000000000000000000000000000000000000..8a78b0b8d945c3fc2e75d4399fcfaf72bfdea1c9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003977_person1365_bacteria_3489.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12ee7772a6d57ed7bdf7a8a702687e8223d5d09905713d57d3d9f47f2092c457 +size 68575 diff --git a/MendeleyCXR/images/Darwin_00003978_person1366_bacteria_3490.png b/MendeleyCXR/images/Darwin_00003978_person1366_bacteria_3490.png new file mode 100644 index 0000000000000000000000000000000000000000..fc00ff9498ee0f78a2797a1321d2594977fffc2b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003978_person1366_bacteria_3490.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caa28fb5d7cef614c2519a71d06e1b4d73a40a191478df34fd744edfcc40d34e +size 72763 diff --git a/MendeleyCXR/images/Darwin_00003979_person1372_bacteria_3498.png b/MendeleyCXR/images/Darwin_00003979_person1372_bacteria_3498.png new file mode 100644 index 0000000000000000000000000000000000000000..c62408f1ef7490df01d0e22e4f78bba476345416 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003979_person1372_bacteria_3498.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce605057af848418d17c415b2e4e773f40d2daf11b4d3d5ca859337d00904e8e +size 75118 diff --git a/MendeleyCXR/images/Darwin_00003980_person1372_bacteria_3499.png b/MendeleyCXR/images/Darwin_00003980_person1372_bacteria_3499.png new file mode 100644 index 0000000000000000000000000000000000000000..85a4436ec1ca770b7407476cf94b69bbb04a0fd5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003980_person1372_bacteria_3499.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebfb0ae8e238bde12dd1d498c5af5499130ce129d85ee6a6a2c293f7da265bff +size 72519 diff --git a/MendeleyCXR/images/Darwin_00003981_person1372_bacteria_3500.png b/MendeleyCXR/images/Darwin_00003981_person1372_bacteria_3500.png new file mode 100644 index 0000000000000000000000000000000000000000..b17834ba16fa88137e62ab81cff4ef9eed1263d3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003981_person1372_bacteria_3500.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e09db897ce7651f449af280526f596ebf5b3ceef9a72610e0cd2157e7c8b22e +size 70475 diff --git a/MendeleyCXR/images/Darwin_00003982_person1372_bacteria_3501.png b/MendeleyCXR/images/Darwin_00003982_person1372_bacteria_3501.png new file mode 100644 index 0000000000000000000000000000000000000000..ea6b04cf88a41222d2136eb3d43eade4f20745f6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003982_person1372_bacteria_3501.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f199994ff666aeb6b07389e7c4239d5a6e57f05c4a2d0dc9f539048d852c383 +size 67981 diff --git a/MendeleyCXR/images/Darwin_00003985_person1374_bacteria_3506.png b/MendeleyCXR/images/Darwin_00003985_person1374_bacteria_3506.png new file mode 100644 index 0000000000000000000000000000000000000000..72652e232281017affd4b3e4a66bb4a0e8c2ee73 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003985_person1374_bacteria_3506.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22f36867f4a0df2ae0dbd6461f1b8282abe5cb64c7b69a8035845fa669e51a52 +size 70041 diff --git a/MendeleyCXR/images/Darwin_00003986_person1374_bacteria_3507.png b/MendeleyCXR/images/Darwin_00003986_person1374_bacteria_3507.png new file mode 100644 index 0000000000000000000000000000000000000000..8029705a198312c3aa8250c471590675bd0c2e23 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003986_person1374_bacteria_3507.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed97705cf63918adff46994d3e03be09fd2f980965038bdc3adf0b8be8b5d698 +size 70928 diff --git a/MendeleyCXR/images/Darwin_00003987_person1375_bacteria_3509.png b/MendeleyCXR/images/Darwin_00003987_person1375_bacteria_3509.png new file mode 100644 index 0000000000000000000000000000000000000000..62f01df07a4c317b2904859bd97793126c0fe70e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003987_person1375_bacteria_3509.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f75e825c67e1358fa839a03865f74f314bab625b5cce8b84312a20c90f22f350 +size 71156 diff --git a/MendeleyCXR/images/Darwin_00003988_person1375_bacteria_3510.png b/MendeleyCXR/images/Darwin_00003988_person1375_bacteria_3510.png new file mode 100644 index 0000000000000000000000000000000000000000..9782f86a86f10428cbf469bc53113404c753bcd8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003988_person1375_bacteria_3510.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:681813491080401bd240908fe5c4f280d2a3cef0fc4b981726989ac0e864c7a8 +size 75458 diff --git a/MendeleyCXR/images/Darwin_00003989_person1376_bacteria_3511.png b/MendeleyCXR/images/Darwin_00003989_person1376_bacteria_3511.png new file mode 100644 index 0000000000000000000000000000000000000000..c845f1e847d6afd3cce12994586c52d7fa1a942a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003989_person1376_bacteria_3511.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f35073ef291a812ee9969f5c2e6da5ba3aea71a770bcfe2595ec5f835062578e +size 72848 diff --git a/MendeleyCXR/images/Darwin_00003990_person1377_bacteria_3512.png b/MendeleyCXR/images/Darwin_00003990_person1377_bacteria_3512.png new file mode 100644 index 0000000000000000000000000000000000000000..fe0d443b4e73d3a386e7c836e454c63a8f0f0fd8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003990_person1377_bacteria_3512.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:749e9dd21eabae447a6969088878bd5b5122aaa143c983089d907a702a04e717 +size 77494 diff --git a/MendeleyCXR/images/Darwin_00003992_person1379_bacteria_3514.png b/MendeleyCXR/images/Darwin_00003992_person1379_bacteria_3514.png new file mode 100644 index 0000000000000000000000000000000000000000..410ca53ab3c9001fe7c5b122241ea2a3ef7c6d5d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003992_person1379_bacteria_3514.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:713ad319739b44b6d01f652ff27b43cc8f3525af68e3f11d51ce626408a2ee40 +size 69238 diff --git a/MendeleyCXR/images/Darwin_00003993_person1380_bacteria_3515.png b/MendeleyCXR/images/Darwin_00003993_person1380_bacteria_3515.png new file mode 100644 index 0000000000000000000000000000000000000000..942d332d308c469e0d2e6da60f153bcd7cc0c6a1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003993_person1380_bacteria_3515.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:749f9401cf3f72ff1fd98daf6b0868374229cf7fa8b59ca340d0b5c5ddbd2c9a +size 68435 diff --git a/MendeleyCXR/images/Darwin_00003994_person1381_bacteria_3516.png b/MendeleyCXR/images/Darwin_00003994_person1381_bacteria_3516.png new file mode 100644 index 0000000000000000000000000000000000000000..fcda82353df92a5f31db0861afffb83c5f35a6b9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003994_person1381_bacteria_3516.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8abe72b919112a1f04fcb984117218e07fc14e520b092c7de0d15594b59147d0 +size 77286 diff --git a/MendeleyCXR/images/Darwin_00003995_person1381_bacteria_3517.png b/MendeleyCXR/images/Darwin_00003995_person1381_bacteria_3517.png new file mode 100644 index 0000000000000000000000000000000000000000..5451ee4be51e0aa895a0ffdae84b88544907e253 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003995_person1381_bacteria_3517.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae1bbc7c6997dfe9fa2bd5a7e3251359a4cbba4bfb9cb156858a74f566c55dba +size 68925 diff --git a/MendeleyCXR/images/Darwin_00003996_person1383_bacteria_3521.png b/MendeleyCXR/images/Darwin_00003996_person1383_bacteria_3521.png new file mode 100644 index 0000000000000000000000000000000000000000..73c18c04f374fa7411bf972723bd01911aaffd4f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003996_person1383_bacteria_3521.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cc35415755181e023527abd70aac722c5d3c985427a2841aac2ec37eaaa102c +size 68827 diff --git a/MendeleyCXR/images/Darwin_00003997_person1384_bacteria_3522.png b/MendeleyCXR/images/Darwin_00003997_person1384_bacteria_3522.png new file mode 100644 index 0000000000000000000000000000000000000000..86689df170da08c2c4b701b36fcf3ce08fb9ee7d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003997_person1384_bacteria_3522.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e52998f819fdf06b03aa055393ab9c2270bf0dceabe911f29b67c8c6872c338 +size 75397 diff --git a/MendeleyCXR/images/Darwin_00003998_person1385_bacteria_3524.png b/MendeleyCXR/images/Darwin_00003998_person1385_bacteria_3524.png new file mode 100644 index 0000000000000000000000000000000000000000..bebca2a3af40f3d875152fc187c3f44b98f4cacb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003998_person1385_bacteria_3524.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:931c8102ca5df18540b828b902b47da71739aa1484479792e77da4583dbf5dd9 +size 66016 diff --git a/MendeleyCXR/images/Darwin_00003999_person1388_bacteria_3529.png b/MendeleyCXR/images/Darwin_00003999_person1388_bacteria_3529.png new file mode 100644 index 0000000000000000000000000000000000000000..a6e3df40474f8ffcdf062ddcc0730a35485e88f0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00003999_person1388_bacteria_3529.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccba5e777cf002bcbfd0ddccad651a651e28c7fda107222ef53b57f1a309abf3 +size 63893 diff --git a/MendeleyCXR/images/Darwin_00004000_person1389_bacteria_3531.png b/MendeleyCXR/images/Darwin_00004000_person1389_bacteria_3531.png new file mode 100644 index 0000000000000000000000000000000000000000..ee2ce7701d285218d6646f09c28501f59d35fc4f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004000_person1389_bacteria_3531.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd3fda7438134ae0ea8753d498a5723b9a9c950259ee94f4063438efb57ab695 +size 66901 diff --git a/MendeleyCXR/images/Darwin_00004001_person1390_bacteria_3534.png b/MendeleyCXR/images/Darwin_00004001_person1390_bacteria_3534.png new file mode 100644 index 0000000000000000000000000000000000000000..b2b02a3aac5c796a7985ad4615388af13804cf2a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004001_person1390_bacteria_3534.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8f95bb72b8e50ed7e2519cfae957d968707a85e9b5736c7cbe34801eb3f2eb0 +size 63571 diff --git a/MendeleyCXR/images/Darwin_00004002_person1390_bacteria_3535.png b/MendeleyCXR/images/Darwin_00004002_person1390_bacteria_3535.png new file mode 100644 index 0000000000000000000000000000000000000000..814f1b880d2be8209ac8d7136549084bce3c2bec --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004002_person1390_bacteria_3535.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d67db7887d3a23545bc8ac0622cd444a59b4c36c1b2fd99e57f389bb140c9dac +size 66698 diff --git a/MendeleyCXR/images/Darwin_00004003_person1391_bacteria_3536.png b/MendeleyCXR/images/Darwin_00004003_person1391_bacteria_3536.png new file mode 100644 index 0000000000000000000000000000000000000000..225048f9999a2a440cdffeafe6f46cd31f94c638 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004003_person1391_bacteria_3536.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8afb4abc68dcd65b4f5cf43daf203cf6d4b2b8c0b1694093388efe262b2abf64 +size 69253 diff --git a/MendeleyCXR/images/Darwin_00004004_person1391_bacteria_3537.png b/MendeleyCXR/images/Darwin_00004004_person1391_bacteria_3537.png new file mode 100644 index 0000000000000000000000000000000000000000..ba71878e5882621012429be2b0d283eb01bf5313 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004004_person1391_bacteria_3537.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a136c69aa43e7dc1be6cc344efa1cf210c45f36c6cf11e86fe28437ba552d60 +size 69879 diff --git a/MendeleyCXR/images/Darwin_00004005_person1392_bacteria_3538.png b/MendeleyCXR/images/Darwin_00004005_person1392_bacteria_3538.png new file mode 100644 index 0000000000000000000000000000000000000000..79656368504e01c3ba1501c16d5fd2fda2994ed2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004005_person1392_bacteria_3538.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a955e3df0982ca1d1e5d962452d8780602e5e625cc632d2e9bf6db7ee2bf4cff +size 74254 diff --git a/MendeleyCXR/images/Darwin_00004006_person1395_bacteria_3544.png b/MendeleyCXR/images/Darwin_00004006_person1395_bacteria_3544.png new file mode 100644 index 0000000000000000000000000000000000000000..961cf84867ba3c9d3c7ccb512a07f9fdadfc7aaa --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004006_person1395_bacteria_3544.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fe50d933f686cb7ef8e923c43d2e902315cce5ad09b5011310a91374b33503d +size 70066 diff --git a/MendeleyCXR/images/Darwin_00004007_person1396_bacteria_3545.png b/MendeleyCXR/images/Darwin_00004007_person1396_bacteria_3545.png new file mode 100644 index 0000000000000000000000000000000000000000..1dfa694cd5d07204605e2b2cc627edd2f1396d3d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004007_person1396_bacteria_3545.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35f75a29935b9e715cc4fcdb006f6fcbdfcebd85944dde42e7ee0af92961922a +size 73494 diff --git a/MendeleyCXR/images/Darwin_00004008_person1398_bacteria_3548.png b/MendeleyCXR/images/Darwin_00004008_person1398_bacteria_3548.png new file mode 100644 index 0000000000000000000000000000000000000000..baf02362fcd41f2eba8dcb17437d63b96faeee0a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004008_person1398_bacteria_3548.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10964391d85f8e91dc3a43b5cb782ddcbe9dba955ddaa75460a8f848e3c4e493 +size 74871 diff --git a/MendeleyCXR/images/Darwin_00004009_person1399_bacteria_3549.png b/MendeleyCXR/images/Darwin_00004009_person1399_bacteria_3549.png new file mode 100644 index 0000000000000000000000000000000000000000..86f33a3a253a12ef8c5bc8d39643fed171313144 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004009_person1399_bacteria_3549.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64087043522fca1afa4cf1aa2ffbc6bf4bf2650baccfdd5efb3b8f0922d4d5e8 +size 75950 diff --git a/MendeleyCXR/images/Darwin_00004010_person1400_bacteria_3550.png b/MendeleyCXR/images/Darwin_00004010_person1400_bacteria_3550.png new file mode 100644 index 0000000000000000000000000000000000000000..dbf402e02756678771cbcc02186e3fcfbbae9762 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004010_person1400_bacteria_3550.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9bebb66b4a4e94e495f983ee02a071208a1c95aaa60ad6fe92c1e13bd393d15 +size 74947 diff --git a/MendeleyCXR/images/Darwin_00004011_person1400_bacteria_3551.png b/MendeleyCXR/images/Darwin_00004011_person1400_bacteria_3551.png new file mode 100644 index 0000000000000000000000000000000000000000..8b0551cd57527a717c405a54acbff84fe1127e9f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004011_person1400_bacteria_3551.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60350488aeb1213f4c74233de715b6341e6bf0022f5348c2d4f6fecaf4d5fd62 +size 71757 diff --git a/MendeleyCXR/images/Darwin_00004012_person1400_bacteria_3553.png b/MendeleyCXR/images/Darwin_00004012_person1400_bacteria_3553.png new file mode 100644 index 0000000000000000000000000000000000000000..3edae6f71f023e718fe0700d41569d7d28f1aea0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004012_person1400_bacteria_3553.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0b0b260782c29c0c935ad74080a2a3d594ba73fd5c1bd536be6bd765828efa2 +size 74887 diff --git a/MendeleyCXR/images/Darwin_00004013_person1400_bacteria_3554.png b/MendeleyCXR/images/Darwin_00004013_person1400_bacteria_3554.png new file mode 100644 index 0000000000000000000000000000000000000000..33605e2072f465d16a55635cabd5216a5f4251e8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004013_person1400_bacteria_3554.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7dab3c7039c10be2157b8e8d47a5d2861e6b6f513286424b4d8f1659a63950e +size 75238 diff --git a/MendeleyCXR/images/Darwin_00004014_person1401_bacteria_3555.png b/MendeleyCXR/images/Darwin_00004014_person1401_bacteria_3555.png new file mode 100644 index 0000000000000000000000000000000000000000..396748f6488a581b4a113d644337d0832db92d6d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004014_person1401_bacteria_3555.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b191671909b03097608d8b17ec4b44525204937797e1174d268920c78ac78295 +size 65038 diff --git a/MendeleyCXR/images/Darwin_00004015_person1403_bacteria_3557.png b/MendeleyCXR/images/Darwin_00004015_person1403_bacteria_3557.png new file mode 100644 index 0000000000000000000000000000000000000000..a1b6ff37db81c88832007e40338914eb34ba62e9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004015_person1403_bacteria_3557.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:625d20aa29e274edb7a6081cef0a75f3e367024e8103dad918062e4831d717c0 +size 74829 diff --git a/MendeleyCXR/images/Darwin_00004016_person1403_bacteria_3559.png b/MendeleyCXR/images/Darwin_00004016_person1403_bacteria_3559.png new file mode 100644 index 0000000000000000000000000000000000000000..3eb42d362afd353f164a41b56626405f89f7a969 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004016_person1403_bacteria_3559.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:245276c802dff06c7f16cfebff2caa8847fde423e4b251aef8278ac5197d5a5c +size 68326 diff --git a/MendeleyCXR/images/Darwin_00004017_person1404_bacteria_3561.png b/MendeleyCXR/images/Darwin_00004017_person1404_bacteria_3561.png new file mode 100644 index 0000000000000000000000000000000000000000..8e069aa96af6dbdd26875653d6edaf0947648747 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004017_person1404_bacteria_3561.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44c648d59444e5a342d4f9820a7f972b5c0ec393dd2656d2dcaa7e5109f9cb33 +size 70038 diff --git a/MendeleyCXR/images/Darwin_00004018_person1405_bacteria_3564.png b/MendeleyCXR/images/Darwin_00004018_person1405_bacteria_3564.png new file mode 100644 index 0000000000000000000000000000000000000000..fa64a383a497a84e205af5bae1a4b1364519c618 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004018_person1405_bacteria_3564.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39d59deb91898af8603462c5119ee077002f291cc141701bc7a4d9d5d710906d +size 68085 diff --git a/MendeleyCXR/images/Darwin_00004019_person1405_bacteria_3566.png b/MendeleyCXR/images/Darwin_00004019_person1405_bacteria_3566.png new file mode 100644 index 0000000000000000000000000000000000000000..8163e1a15e9308964721057d113d96e3935b7547 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004019_person1405_bacteria_3566.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa52134083a38a401ec7bf89ee9b03a620e1fc3b16a8b8f4b72c52d4e456aaaa +size 79062 diff --git a/MendeleyCXR/images/Darwin_00004020_person1405_bacteria_3567.png b/MendeleyCXR/images/Darwin_00004020_person1405_bacteria_3567.png new file mode 100644 index 0000000000000000000000000000000000000000..56aa2cc49fd794c5cf1413a5eaadd1557dbdb267 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004020_person1405_bacteria_3567.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38e02e83eec912b5ee509145618aec3a49a091beff495be2302d7891e66c6a9d +size 77378 diff --git a/MendeleyCXR/images/Darwin_00004021_person1405_bacteria_3571.png b/MendeleyCXR/images/Darwin_00004021_person1405_bacteria_3571.png new file mode 100644 index 0000000000000000000000000000000000000000..2e2b7c439d0dce8c266c9182a3d5f5ca23134f90 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004021_person1405_bacteria_3571.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:127b49e641cd5c10c34083eb193253cefe10dc8399486b862634b0e63d548002 +size 75905 diff --git a/MendeleyCXR/images/Darwin_00004022_person1405_bacteria_3573.png b/MendeleyCXR/images/Darwin_00004022_person1405_bacteria_3573.png new file mode 100644 index 0000000000000000000000000000000000000000..3ae0e28c96a44deedb4fab1b8d12522c2aa3d4ed --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004022_person1405_bacteria_3573.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a01ddd77bd3f00245c8f732d0131d9b30ee6274edda366b8edd130bcd48d2f0c +size 78976 diff --git a/MendeleyCXR/images/Darwin_00004023_person1406_bacteria_3574.png b/MendeleyCXR/images/Darwin_00004023_person1406_bacteria_3574.png new file mode 100644 index 0000000000000000000000000000000000000000..6cee71c791cebb61041875b65a3165d46500c5b8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004023_person1406_bacteria_3574.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e801060a4eea5b65526d6c7fbd8b3fcf8594b0023599dd1fd6e587148b3f026 +size 78040 diff --git a/MendeleyCXR/images/Darwin_00004024_person1406_bacteria_3575.png b/MendeleyCXR/images/Darwin_00004024_person1406_bacteria_3575.png new file mode 100644 index 0000000000000000000000000000000000000000..0c4b4a769967893a2a5ea7d4bc4f5b935d7bf414 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004024_person1406_bacteria_3575.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e09a820652f9128e7471bd54eb8a5ab67331991ed9bdaf2427f005d5a7df9b55 +size 75649 diff --git a/MendeleyCXR/images/Darwin_00004025_person1408_bacteria_3579.png b/MendeleyCXR/images/Darwin_00004025_person1408_bacteria_3579.png new file mode 100644 index 0000000000000000000000000000000000000000..80eeb7b4ee4e4bcfca7242ff3e6e39dd7302d3a7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004025_person1408_bacteria_3579.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe19dd8f2fb632bc6ad9d7bcb929c056f4fc37f3be4a4b198a2fbaec78765ae7 +size 71300 diff --git a/MendeleyCXR/images/Darwin_00004026_person1408_bacteria_3581.png b/MendeleyCXR/images/Darwin_00004026_person1408_bacteria_3581.png new file mode 100644 index 0000000000000000000000000000000000000000..c8927e42377b4aa5f2b49207a74bf7083c43d187 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004026_person1408_bacteria_3581.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:703440720e6d0d2d4ddedfdfd26d1a89aee8763abf1038221728e8f3baa87a96 +size 73674 diff --git a/MendeleyCXR/images/Darwin_00004027_person1409_bacteria_3583.png b/MendeleyCXR/images/Darwin_00004027_person1409_bacteria_3583.png new file mode 100644 index 0000000000000000000000000000000000000000..9d32dffe8f46c52cd89cfc765cf20f99e9d79c59 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004027_person1409_bacteria_3583.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50f616521e01a69517967436bb7ad3394991e781ab699f40a34d6d3681cdb874 +size 77719 diff --git a/MendeleyCXR/images/Darwin_00004028_person1409_bacteria_3585.png b/MendeleyCXR/images/Darwin_00004028_person1409_bacteria_3585.png new file mode 100644 index 0000000000000000000000000000000000000000..d992a63421c96ab65ab99b47896c35bdefef4b13 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004028_person1409_bacteria_3585.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:670e2594bbeed1269d40e92e5b78530fd4a0c4543ae7e1d5da22881679765d1e +size 75666 diff --git a/MendeleyCXR/images/Darwin_00004029_person1411_bacteria_3591.png b/MendeleyCXR/images/Darwin_00004029_person1411_bacteria_3591.png new file mode 100644 index 0000000000000000000000000000000000000000..92fabbced088fde725f90180d3825ad87a1486f0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004029_person1411_bacteria_3591.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7932cb06455225165a987642241e7c6d8344c7d9f3edf8ca2129681363b4e038 +size 77594 diff --git a/MendeleyCXR/images/Darwin_00004030_person1411_bacteria_3593.png b/MendeleyCXR/images/Darwin_00004030_person1411_bacteria_3593.png new file mode 100644 index 0000000000000000000000000000000000000000..b5aae5bd5ed15c47224c5ef412814592140abcac --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004030_person1411_bacteria_3593.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f56f4688d9e55f57244177338c7a036571bebb5accb5c0d153835581f11ed3d +size 66667 diff --git a/MendeleyCXR/images/Darwin_00004031_person1411_bacteria_3598.png b/MendeleyCXR/images/Darwin_00004031_person1411_bacteria_3598.png new file mode 100644 index 0000000000000000000000000000000000000000..7dc9de3229e43311db6eaefc7553424844bce00a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004031_person1411_bacteria_3598.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c89caf2c24b55801b06e14a4e7a409e26433cc9e07ad0d657c37374192e9810a +size 70147 diff --git a/MendeleyCXR/images/Darwin_00004032_person1411_bacteria_3599.png b/MendeleyCXR/images/Darwin_00004032_person1411_bacteria_3599.png new file mode 100644 index 0000000000000000000000000000000000000000..0b7b09a24a84630bd7587704425beb70ea7216f9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004032_person1411_bacteria_3599.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b2d96a9f5e18c0ffdb00e0f0fb1066e799ad033a322f9fe140c257644b11eec +size 68288 diff --git a/MendeleyCXR/images/Darwin_00004033_person1411_bacteria_3601.png b/MendeleyCXR/images/Darwin_00004033_person1411_bacteria_3601.png new file mode 100644 index 0000000000000000000000000000000000000000..3cf20290c3fd17b159688f69de08fdd58de05a84 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004033_person1411_bacteria_3601.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f78e52871228e869a8d6e83ab2f48b131657b0b79441c3c609675d0a78bf1cd3 +size 68590 diff --git a/MendeleyCXR/images/Darwin_00004034_person1411_bacteria_3602.png b/MendeleyCXR/images/Darwin_00004034_person1411_bacteria_3602.png new file mode 100644 index 0000000000000000000000000000000000000000..2642a9cc1678e93eee5971f46d1f64a057889f09 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004034_person1411_bacteria_3602.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9592570eb9547f1ac65c226306a2f8e813a32ccf399c29e9ff36a6f71d4904b8 +size 68611 diff --git a/MendeleyCXR/images/Darwin_00004035_person1411_bacteria_3603.png b/MendeleyCXR/images/Darwin_00004035_person1411_bacteria_3603.png new file mode 100644 index 0000000000000000000000000000000000000000..70decf8f9c5cb2788ffbd421f5d1f895187aa649 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004035_person1411_bacteria_3603.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79d6a1ec11ca7feca2d7ce03684d988d3291ba0988ce32ad684665212c814c86 +size 72404 diff --git a/MendeleyCXR/images/Darwin_00004036_person1411_bacteria_3604.png b/MendeleyCXR/images/Darwin_00004036_person1411_bacteria_3604.png new file mode 100644 index 0000000000000000000000000000000000000000..71ade45bc3bd443926f16fe2189786f995de3c6d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004036_person1411_bacteria_3604.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f447aac09b775ccc148df82009e5ca712fe0672892d19013771d247c0435ca4 +size 70102 diff --git a/MendeleyCXR/images/Darwin_00004037_person1411_bacteria_3607.png b/MendeleyCXR/images/Darwin_00004037_person1411_bacteria_3607.png new file mode 100644 index 0000000000000000000000000000000000000000..e1f2af73ab7bc0238029df048b413da1e83e42c0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004037_person1411_bacteria_3607.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29bdb13335f872c0286767ed9f0cf4725e6ef464dc2dcd05dd91ba1bd29bd1e2 +size 77705 diff --git a/MendeleyCXR/images/Darwin_00004038_person1411_bacteria_3609.png b/MendeleyCXR/images/Darwin_00004038_person1411_bacteria_3609.png new file mode 100644 index 0000000000000000000000000000000000000000..f8c5ffc270b58c6a8b084f5fe7216a2016a88e69 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004038_person1411_bacteria_3609.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0a13ce414e68a70706398fc89f22be3f82c7836f9e8ca61bfc35df7c924693b +size 75140 diff --git a/MendeleyCXR/images/Darwin_00004039_person1411_bacteria_3610.png b/MendeleyCXR/images/Darwin_00004039_person1411_bacteria_3610.png new file mode 100644 index 0000000000000000000000000000000000000000..c323ba767b5bdb0f54a60fad131d07ff196d1d85 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004039_person1411_bacteria_3610.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a887995e411018c994feeeda31495005fec5e050e680a0da10ecc412054380d +size 72662 diff --git a/MendeleyCXR/images/Darwin_00004040_person1412_bacteria_3612.png b/MendeleyCXR/images/Darwin_00004040_person1412_bacteria_3612.png new file mode 100644 index 0000000000000000000000000000000000000000..8c78d768b22cc3a756d1222ae922d28084671db5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004040_person1412_bacteria_3612.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d52d30c94ee924851819fdcfc369a51cf2ba38005bb4d88921927370fec5a30 +size 66647 diff --git a/MendeleyCXR/images/Darwin_00004041_person1413_bacteria_3613.png b/MendeleyCXR/images/Darwin_00004041_person1413_bacteria_3613.png new file mode 100644 index 0000000000000000000000000000000000000000..81d4285f6bf4fe8e1a5a13e31bd30b5966dc31e1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004041_person1413_bacteria_3613.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8cc0ac37696359591784d39f4b3854ee31269dd5734923481e22eacabca79e6 +size 69638 diff --git a/MendeleyCXR/images/Darwin_00004042_person1413_bacteria_3615.png b/MendeleyCXR/images/Darwin_00004042_person1413_bacteria_3615.png new file mode 100644 index 0000000000000000000000000000000000000000..80594d2f6f3d8965d5a24960b82998a39b42e191 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004042_person1413_bacteria_3615.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5acf38f49db710cef095091bc22fe0ddce28b0893f3abbabc2d297762ef9614e +size 67579 diff --git a/MendeleyCXR/images/Darwin_00004043_person1413_bacteria_3617.png b/MendeleyCXR/images/Darwin_00004043_person1413_bacteria_3617.png new file mode 100644 index 0000000000000000000000000000000000000000..48da37076cd96fefaa0bcf7f20e19f6a7e41d216 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004043_person1413_bacteria_3617.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e98ea03939eda5db64f051052060da953df5bdcebb692e4b98e58464634ce8e8 +size 77694 diff --git a/MendeleyCXR/images/Darwin_00004044_person1413_bacteria_3620.png b/MendeleyCXR/images/Darwin_00004044_person1413_bacteria_3620.png new file mode 100644 index 0000000000000000000000000000000000000000..6a088c0a0e4e50b7e702d15b0bb13bf08252a021 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004044_person1413_bacteria_3620.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e52a434a0188f4506802014ea5b82bc5b3be11353ccc35f86cd3d0660c372d10 +size 79810 diff --git a/MendeleyCXR/images/Darwin_00004045_person1414_bacteria_3627.png b/MendeleyCXR/images/Darwin_00004045_person1414_bacteria_3627.png new file mode 100644 index 0000000000000000000000000000000000000000..cfadc6f66a1f1f97ca70aa919f4f0af395a05318 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004045_person1414_bacteria_3627.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5b31bee840a57011c65970f6ad4c2de87613a6aab4a146c5c91ec19bae7d51d +size 69901 diff --git a/MendeleyCXR/images/Darwin_00004046_person1414_bacteria_3628.png b/MendeleyCXR/images/Darwin_00004046_person1414_bacteria_3628.png new file mode 100644 index 0000000000000000000000000000000000000000..b4ab9eaa005fa93655d4c9659b7f027e650baaaf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004046_person1414_bacteria_3628.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2b72f827ac23f1d6f04c5d23cfda017a3bf007e909573ed5e95b9cef4e8d943 +size 71974 diff --git a/MendeleyCXR/images/Darwin_00004047_person1415_bacteria_3629.png b/MendeleyCXR/images/Darwin_00004047_person1415_bacteria_3629.png new file mode 100644 index 0000000000000000000000000000000000000000..0c406f7416e0a4c95f529c25bb301cefcaae645a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004047_person1415_bacteria_3629.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:311211e8953766ce50e9d62c22c58a6c6e7ee96c71176331613da536f17b5fe2 +size 76809 diff --git a/MendeleyCXR/images/Darwin_00004048_person1417_bacteria_3635.png b/MendeleyCXR/images/Darwin_00004048_person1417_bacteria_3635.png new file mode 100644 index 0000000000000000000000000000000000000000..6fea7db2d20cf82444a1798ce4460cc5e36c1dab --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004048_person1417_bacteria_3635.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17c4f6db5a492c2606b93d2cfc082f6d7a242c1bd91898d57b4575c2f940b2fe +size 71275 diff --git a/MendeleyCXR/images/Darwin_00004049_person1418_bacteria_3636.png b/MendeleyCXR/images/Darwin_00004049_person1418_bacteria_3636.png new file mode 100644 index 0000000000000000000000000000000000000000..b91164bd6629c3556d9c4a0ca3539d31b9874f42 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004049_person1418_bacteria_3636.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1844ad5125d9a557235e0733f590af764eb2faafe7f8494efae6cb8103766fd8 +size 72206 diff --git a/MendeleyCXR/images/Darwin_00004050_person1418_bacteria_3637.png b/MendeleyCXR/images/Darwin_00004050_person1418_bacteria_3637.png new file mode 100644 index 0000000000000000000000000000000000000000..fdfab370bf7e6c1f8bfda0038d4480b0eb7d2011 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004050_person1418_bacteria_3637.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecef8766a6409ef7b4baa88f2035879863182bf8049bf759e4da5b73f4f0c8c0 +size 81197 diff --git a/MendeleyCXR/images/Darwin_00004051_person1418_bacteria_3638.png b/MendeleyCXR/images/Darwin_00004051_person1418_bacteria_3638.png new file mode 100644 index 0000000000000000000000000000000000000000..efab2cb03854ac07df4b6da988cb0c706fe92e76 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004051_person1418_bacteria_3638.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a6f17bc56d75bd737c453ab4097482ad98bec676c1fadcb7114777592924108 +size 71513 diff --git a/MendeleyCXR/images/Darwin_00004052_person1418_bacteria_3639.png b/MendeleyCXR/images/Darwin_00004052_person1418_bacteria_3639.png new file mode 100644 index 0000000000000000000000000000000000000000..8dfc5e167d9132b0b14834015f0f8c2626b25a5f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004052_person1418_bacteria_3639.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d78dedc9748e2f2fe43a50876029ce873154343f82a899d606d1a08a5a78deaf +size 78615 diff --git a/MendeleyCXR/images/Darwin_00004053_person1418_bacteria_3643.png b/MendeleyCXR/images/Darwin_00004053_person1418_bacteria_3643.png new file mode 100644 index 0000000000000000000000000000000000000000..5ccb946807b396297492f0423121d83b7b048207 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004053_person1418_bacteria_3643.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dbd0954571cf09c457cbc95e203b99762203340d4edfc469e1405f301f943ff +size 72944 diff --git a/MendeleyCXR/images/Darwin_00004054_person1419_bacteria_3645.png b/MendeleyCXR/images/Darwin_00004054_person1419_bacteria_3645.png new file mode 100644 index 0000000000000000000000000000000000000000..69e1e6463b6afb4f36d33a8cac9ba5343228ab71 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004054_person1419_bacteria_3645.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aefe0fee26c1e90b2768c0ff7710368e482295a6bd6bf73635ce688a652a7a34 +size 73824 diff --git a/MendeleyCXR/images/Darwin_00004055_person1420_bacteria_3647.png b/MendeleyCXR/images/Darwin_00004055_person1420_bacteria_3647.png new file mode 100644 index 0000000000000000000000000000000000000000..99d6fc5931fa8f83934e4f4ffe147ce89d04f38a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004055_person1420_bacteria_3647.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df4930091ebae634e26439480609ad6d0b5333972cc8833023445825452906cc +size 61922 diff --git a/MendeleyCXR/images/Darwin_00004057_person1423_bacteria_3650.png b/MendeleyCXR/images/Darwin_00004057_person1423_bacteria_3650.png new file mode 100644 index 0000000000000000000000000000000000000000..07d9957da574aaa3ecb5da9d52b9d383e5c997a8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004057_person1423_bacteria_3650.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca1b992040979285001e28064236a88a5afa64d0973da741e89b8837be687c31 +size 72429 diff --git a/MendeleyCXR/images/Darwin_00004058_person1424_bacteria_3651.png b/MendeleyCXR/images/Darwin_00004058_person1424_bacteria_3651.png new file mode 100644 index 0000000000000000000000000000000000000000..e37850c0ceec8b2b78b4762e8eb09cc40e0b03fd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004058_person1424_bacteria_3651.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30301f162e2db46d460cd7037e3d17c19d0a8286c3f9a86c0b9ffdf324845e3d +size 82899 diff --git a/MendeleyCXR/images/Darwin_00004059_person1426_bacteria_3667.png b/MendeleyCXR/images/Darwin_00004059_person1426_bacteria_3667.png new file mode 100644 index 0000000000000000000000000000000000000000..8accae6bcfa11a03fe63a8c15bb9ee6002febc4f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004059_person1426_bacteria_3667.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88b59317fec8f57af0e6c138c4a88926ebbe6ad8be5243b663ebbedd6e008873 +size 72908 diff --git a/MendeleyCXR/images/Darwin_00004060_person1426_bacteria_3668.png b/MendeleyCXR/images/Darwin_00004060_person1426_bacteria_3668.png new file mode 100644 index 0000000000000000000000000000000000000000..4b7b916896a2a3fdf97e93f2aed428faa302c6a1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004060_person1426_bacteria_3668.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d6af52aba431611fe69075000434e5074337b2e134dfeb55082dec1ad08b536 +size 70466 diff --git a/MendeleyCXR/images/Darwin_00004061_person1429_bacteria_3688.png b/MendeleyCXR/images/Darwin_00004061_person1429_bacteria_3688.png new file mode 100644 index 0000000000000000000000000000000000000000..9e68ad80a794efff38185e0298a04aaa4254386b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004061_person1429_bacteria_3688.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b36b7f01c2ad8eabe8426fe68797c627947b8a3897a5109454f593ac81f23c6 +size 74033 diff --git a/MendeleyCXR/images/Darwin_00004062_person1429_bacteria_3690.png b/MendeleyCXR/images/Darwin_00004062_person1429_bacteria_3690.png new file mode 100644 index 0000000000000000000000000000000000000000..025dde22584c65793c973cec562132b98e2e472c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004062_person1429_bacteria_3690.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18b31341ce33728b502cef5d8783178c6b6ea621e4f8534111baf780a301feb4 +size 63935 diff --git a/MendeleyCXR/images/Darwin_00004063_person1429_bacteria_3691.png b/MendeleyCXR/images/Darwin_00004063_person1429_bacteria_3691.png new file mode 100644 index 0000000000000000000000000000000000000000..db4971233a7104b8b0f46104abe6d41e11463019 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004063_person1429_bacteria_3691.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f383e0854eca2a0e2c09bbf6d9f976a9330831f8976b8b8597eafad76f7b3d5 +size 71738 diff --git a/MendeleyCXR/images/Darwin_00004064_person1430_bacteria_3693.png b/MendeleyCXR/images/Darwin_00004064_person1430_bacteria_3693.png new file mode 100644 index 0000000000000000000000000000000000000000..82f534da3d227451097d975e7e2dc060aca44bd1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004064_person1430_bacteria_3693.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd70554af3bde078489e7657a97fc44311acd549ce73eb7d83e8457416ac8202 +size 67927 diff --git a/MendeleyCXR/images/Darwin_00004065_person1430_bacteria_3694.png b/MendeleyCXR/images/Darwin_00004065_person1430_bacteria_3694.png new file mode 100644 index 0000000000000000000000000000000000000000..cec4cff2df62fa12b2c47fe24615b70925b84140 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004065_person1430_bacteria_3694.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaae18f5537adc5794f6dfc1b6de3992882b40410917a1e957bf0ff9dcc8d087 +size 70277 diff --git a/MendeleyCXR/images/Darwin_00004066_person1430_bacteria_3695.png b/MendeleyCXR/images/Darwin_00004066_person1430_bacteria_3695.png new file mode 100644 index 0000000000000000000000000000000000000000..1089dcc67c76d6fcaa852baf0ec52c8954c4259f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004066_person1430_bacteria_3695.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:656377d68f594545b6ca7e8b445825fea22ee781fff68fcfa29cce5cc24c4f11 +size 71660 diff --git a/MendeleyCXR/images/Darwin_00004068_person1430_bacteria_3697.png b/MendeleyCXR/images/Darwin_00004068_person1430_bacteria_3697.png new file mode 100644 index 0000000000000000000000000000000000000000..68c6a58ac41589468fff6d14703cda220deb0da3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004068_person1430_bacteria_3697.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:068d81f793bc820da418501e6c6afda240565ddff63430b783b05c912436146a +size 83641 diff --git a/MendeleyCXR/images/Darwin_00004069_person1431_bacteria_3698.png b/MendeleyCXR/images/Darwin_00004069_person1431_bacteria_3698.png new file mode 100644 index 0000000000000000000000000000000000000000..799b89bb6a7daa73e8d95879a8eb701aca9d3a5c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004069_person1431_bacteria_3698.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a6c67f077ee89894a0cf347f8c16169caf7114924e2fb64993cf00a0bd0932f +size 68039 diff --git a/MendeleyCXR/images/Darwin_00004070_person1432_bacteria_3699.png b/MendeleyCXR/images/Darwin_00004070_person1432_bacteria_3699.png new file mode 100644 index 0000000000000000000000000000000000000000..7355df50efb28b1d64420d70814b481e71403cef --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004070_person1432_bacteria_3699.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca08550c3702a302fd628584d7192ca2ccf053e7a4ded3ba284f2977880f3dde +size 72211 diff --git a/MendeleyCXR/images/Darwin_00004071_person1433_bacteria_3701.png b/MendeleyCXR/images/Darwin_00004071_person1433_bacteria_3701.png new file mode 100644 index 0000000000000000000000000000000000000000..1e23082b17d2334592961ae3ac3a18e8c3bd9ad5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004071_person1433_bacteria_3701.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cc79be5d083b77f87e2283e6fca7348b294723d45ec8a024873e5d834568dfb +size 70521 diff --git a/MendeleyCXR/images/Darwin_00004072_person1433_bacteria_3704.png b/MendeleyCXR/images/Darwin_00004072_person1433_bacteria_3704.png new file mode 100644 index 0000000000000000000000000000000000000000..b223b521ab81327ab16b459d4c4dee1dfe627499 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004072_person1433_bacteria_3704.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de18cab14cd1af014044fce532a2effbd1129f1c9f5444fe642115be547298ce +size 66663 diff --git a/MendeleyCXR/images/Darwin_00004073_person1433_bacteria_3705.png b/MendeleyCXR/images/Darwin_00004073_person1433_bacteria_3705.png new file mode 100644 index 0000000000000000000000000000000000000000..296f536282e14acadc6eab3b69276318900b034a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004073_person1433_bacteria_3705.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c19bebe38009f91ab40ca6c982f3f2879685ba405dc4f9e38e65187399f34cac +size 69925 diff --git a/MendeleyCXR/images/Darwin_00004074_person1436_bacteria_3711.png b/MendeleyCXR/images/Darwin_00004074_person1436_bacteria_3711.png new file mode 100644 index 0000000000000000000000000000000000000000..483869a082c9f195f4cbdd13be8f8a0cfca33573 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004074_person1436_bacteria_3711.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f0432cb6fad37e43c1999ef31f3be4f5effa85001377f6446bb5bf05baf8281 +size 67567 diff --git a/MendeleyCXR/images/Darwin_00004075_person1436_bacteria_3712.png b/MendeleyCXR/images/Darwin_00004075_person1436_bacteria_3712.png new file mode 100644 index 0000000000000000000000000000000000000000..6f25afce667782552ae6392ee75d65c4cc47d7ba --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004075_person1436_bacteria_3712.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f72ee882708d0d3c50085dcaf668de858bb4c9d58d60889a71aa7e7e70640200 +size 68491 diff --git a/MendeleyCXR/images/Darwin_00004076_person1438_bacteria_3715.png b/MendeleyCXR/images/Darwin_00004076_person1438_bacteria_3715.png new file mode 100644 index 0000000000000000000000000000000000000000..d76865fb492d0e48f2e7cbcd958d72cd05d3d5c0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004076_person1438_bacteria_3715.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4d426f6563be8207bc28906dadacfaeef2f2ca527415507ef245c0c56254d56 +size 66279 diff --git a/MendeleyCXR/images/Darwin_00004077_person1438_bacteria_3718.png b/MendeleyCXR/images/Darwin_00004077_person1438_bacteria_3718.png new file mode 100644 index 0000000000000000000000000000000000000000..304370a3f6686814f92c3264ecbf713d2f7a9d4b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004077_person1438_bacteria_3718.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e602a3fa5bf45b690766a03f829e065c59727da5112e066f16212a3ec4f23b6b +size 65443 diff --git a/MendeleyCXR/images/Darwin_00004078_person1438_bacteria_3721.png b/MendeleyCXR/images/Darwin_00004078_person1438_bacteria_3721.png new file mode 100644 index 0000000000000000000000000000000000000000..99acde96fb2546f98ba351bff6c5a7fac0512fe7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004078_person1438_bacteria_3721.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fbc112bf43d85944977dd8b5425e270b92e475758bbcb4f52c0a0be697873c5 +size 73232 diff --git a/MendeleyCXR/images/Darwin_00004079_person1439_bacteria_3722.png b/MendeleyCXR/images/Darwin_00004079_person1439_bacteria_3722.png new file mode 100644 index 0000000000000000000000000000000000000000..de86a6b5b43a90a95affc6e4121429110d4eb2a9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004079_person1439_bacteria_3722.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90a5f1c6ff47f14dfbe0caa3abc148f0aec32e93e6db5c7b14e255383b4d2e17 +size 75635 diff --git a/MendeleyCXR/images/Darwin_00004080_person1440_bacteria_3723.png b/MendeleyCXR/images/Darwin_00004080_person1440_bacteria_3723.png new file mode 100644 index 0000000000000000000000000000000000000000..5b51c5af8db174cfb7379e4f42cb3b29b1525063 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004080_person1440_bacteria_3723.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb29899e0b4dd51d3aeace11bbd984b4e371af0df390fad9a4853ab3c50dc10e +size 73962 diff --git a/MendeleyCXR/images/Darwin_00004081_person1441_bacteria_3724.png b/MendeleyCXR/images/Darwin_00004081_person1441_bacteria_3724.png new file mode 100644 index 0000000000000000000000000000000000000000..fb4e117a17696274b13267f0785d52e6ebeac0f8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004081_person1441_bacteria_3724.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d36136fb3065cb238902c8dd7dd01d4b1a193cac91e04db5fca26636efb98eeb +size 72375 diff --git a/MendeleyCXR/images/Darwin_00004082_person12_bacteria_46.png b/MendeleyCXR/images/Darwin_00004082_person12_bacteria_46.png new file mode 100644 index 0000000000000000000000000000000000000000..595fa61bfa114ac722e8e8e780d81019631caaac --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004082_person12_bacteria_46.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68859a6d08b8c83f6e339166283bf28610e1951cd31bea56d7c3d6ef09ac788e +size 79475 diff --git a/MendeleyCXR/images/Darwin_00004083_person12_bacteria_47.png b/MendeleyCXR/images/Darwin_00004083_person12_bacteria_47.png new file mode 100644 index 0000000000000000000000000000000000000000..b16d3540a79f6e60308df0eff045d9a116fcaf72 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004083_person12_bacteria_47.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24e61527e4dbad4c94107201b4e5e69d206ce0847dca2b4cc5443529fb99cf14 +size 76050 diff --git a/MendeleyCXR/images/Darwin_00004084_person12_bacteria_48.png b/MendeleyCXR/images/Darwin_00004084_person12_bacteria_48.png new file mode 100644 index 0000000000000000000000000000000000000000..4a9599043b6a367d0cf103eea6d648e3a65b2abe --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004084_person12_bacteria_48.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:330705dfe94581867c0ab742e4028ee84e512898a972f81afadb05adc281b5aa +size 75841 diff --git a/MendeleyCXR/images/Darwin_00004085_person1268_bacteria_3228.png b/MendeleyCXR/images/Darwin_00004085_person1268_bacteria_3228.png new file mode 100644 index 0000000000000000000000000000000000000000..8fa75985b215e1d3ce4f735f931d870b2e1ecd44 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004085_person1268_bacteria_3228.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40d03d73c892ea80467aa7ca1211cc3089a315777989f72f27173cbcb2f9fa9f +size 71689 diff --git a/MendeleyCXR/images/Darwin_00004086_person1269_bacteria_3229.png b/MendeleyCXR/images/Darwin_00004086_person1269_bacteria_3229.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1a96405dd64f69225392a675396bd2027507e2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004086_person1269_bacteria_3229.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51d47a6ebad965ae0cfc174c485185fd0fcbb040278be97c22422951002bc7b2 +size 70660 diff --git a/MendeleyCXR/images/Darwin_00004087_person1270_bacteria_3230.png b/MendeleyCXR/images/Darwin_00004087_person1270_bacteria_3230.png new file mode 100644 index 0000000000000000000000000000000000000000..576fc867fa9ccc0eefd793cf5e1fe21d24f35cbe --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004087_person1270_bacteria_3230.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c6e66b35ed82d3b0b561e6e4b403ee3a8485db577519c70d74aea34bf7abfb3 +size 60370 diff --git a/MendeleyCXR/images/Darwin_00004088_person1271_bacteria_3231.png b/MendeleyCXR/images/Darwin_00004088_person1271_bacteria_3231.png new file mode 100644 index 0000000000000000000000000000000000000000..c1e292b56cfc7f4205ad8da019bc956c9f45ac9d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004088_person1271_bacteria_3231.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cbbac759babf8be2c9f0788ac467646d5bce9fec4e4d8f944c81657a29022af +size 76305 diff --git a/MendeleyCXR/images/Darwin_00004089_person1272_bacteria_3232.png b/MendeleyCXR/images/Darwin_00004089_person1272_bacteria_3232.png new file mode 100644 index 0000000000000000000000000000000000000000..62cd38e3624487e09402e3e0b20a56ad47ce6c1f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004089_person1272_bacteria_3232.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64e2088a63c5ad10ab7854c474c6d9924398148cd4b9e357ef43d0f2983377b3 +size 73648 diff --git a/MendeleyCXR/images/Darwin_00004090_person1273_bacteria_3233.png b/MendeleyCXR/images/Darwin_00004090_person1273_bacteria_3233.png new file mode 100644 index 0000000000000000000000000000000000000000..d8f522caa7ebcd2b1f610c537aecb0c61f4765d9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004090_person1273_bacteria_3233.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cefdfe01ce8555353b756aa442764d0e4897986de1ce1989ee3f2b5b86ad698 +size 71096 diff --git a/MendeleyCXR/images/Darwin_00004091_person1273_bacteria_3234.png b/MendeleyCXR/images/Darwin_00004091_person1273_bacteria_3234.png new file mode 100644 index 0000000000000000000000000000000000000000..e5beb21ec28a9ce804f2532c26ffc2fd0ee2b27c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004091_person1273_bacteria_3234.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea6fd54781a30df8dde146d770ab48183605623e45cc32e72f2ec13946931d1e +size 75597 diff --git a/MendeleyCXR/images/Darwin_00004092_person1274_bacteria_3235.png b/MendeleyCXR/images/Darwin_00004092_person1274_bacteria_3235.png new file mode 100644 index 0000000000000000000000000000000000000000..706acbf89988e45ce8d5c17902745b795bf5a176 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004092_person1274_bacteria_3235.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38434547a655769e5a25f4cc132ec02b307a09c649b4bbed32e8d3c9e30af5de +size 72506 diff --git a/MendeleyCXR/images/Darwin_00004093_person1274_bacteria_3236.png b/MendeleyCXR/images/Darwin_00004093_person1274_bacteria_3236.png new file mode 100644 index 0000000000000000000000000000000000000000..e77190d52b825406b1d2868e76538074a192a8f8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004093_person1274_bacteria_3236.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:983ec4597cc8441d5f45e8e51714cf23d7ef2ece6f2c3b75bfd3d54ce2aa3a1f +size 71376 diff --git a/MendeleyCXR/images/Darwin_00004094_person1275_bacteria_3237.png b/MendeleyCXR/images/Darwin_00004094_person1275_bacteria_3237.png new file mode 100644 index 0000000000000000000000000000000000000000..3fa00fbea4e66334e3186a83cda221c1c5d393ec --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004094_person1275_bacteria_3237.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6da148b564371ea3027467f7fa3be47cb61902fa243b747d757f988cc3e6d0eb +size 71796 diff --git a/MendeleyCXR/images/Darwin_00004095_person1276_bacteria_3239.png b/MendeleyCXR/images/Darwin_00004095_person1276_bacteria_3239.png new file mode 100644 index 0000000000000000000000000000000000000000..41020587380dcb77d5690903aca19759ffdc4122 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004095_person1276_bacteria_3239.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2216a9d478d4098b1009f121359a602d29179b4c7503585336ce680715ba48d2 +size 74160 diff --git a/MendeleyCXR/images/Darwin_00004096_person1277_bacteria_3240.png b/MendeleyCXR/images/Darwin_00004096_person1277_bacteria_3240.png new file mode 100644 index 0000000000000000000000000000000000000000..5786c08e3a1a4a16f550f9eafe8fe1d815604730 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004096_person1277_bacteria_3240.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2df1b6481119f4d3a02c07b68f1ed8e97a4a251f976d62cc63dd946628688ce1 +size 68164 diff --git a/MendeleyCXR/images/Darwin_00004097_person1279_bacteria_3242.png b/MendeleyCXR/images/Darwin_00004097_person1279_bacteria_3242.png new file mode 100644 index 0000000000000000000000000000000000000000..4b23c0e41313d35f1aad88c6d1b545b9f64116de --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004097_person1279_bacteria_3242.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b51d7d95d6311991b9efd9d0d13691fb78a5028f057201bf8455fcd35b25baf8 +size 75770 diff --git a/MendeleyCXR/images/Darwin_00004098_person1280_bacteria_3243.png b/MendeleyCXR/images/Darwin_00004098_person1280_bacteria_3243.png new file mode 100644 index 0000000000000000000000000000000000000000..72affc14e7473aac2b7095d6a94be8382d0125fc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004098_person1280_bacteria_3243.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23b1bd78597e0694c48050d9f9ad2dbb4d4400e9423ecd3053fb2936db04865f +size 75401 diff --git a/MendeleyCXR/images/Darwin_00004099_person1281_bacteria_3244.png b/MendeleyCXR/images/Darwin_00004099_person1281_bacteria_3244.png new file mode 100644 index 0000000000000000000000000000000000000000..ef8926ce09a7359ffa6880ab4412e3fb501165a7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004099_person1281_bacteria_3244.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:531c4217f34cb49c12302a9fdf33a1d59e7ddb569de5cd67bf3ed6916b2638e6 +size 73210 diff --git a/MendeleyCXR/images/Darwin_00004100_person1282_bacteria_3245.png b/MendeleyCXR/images/Darwin_00004100_person1282_bacteria_3245.png new file mode 100644 index 0000000000000000000000000000000000000000..e12ddc912841b69db98bd4d051b5ae1e41fb6b96 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004100_person1282_bacteria_3245.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9d0c7aa51319389514dfbfe8cd78aed694c2828d68e6c2876642caeede6cf98 +size 68880 diff --git a/MendeleyCXR/images/Darwin_00004101_person1283_bacteria_3246.png b/MendeleyCXR/images/Darwin_00004101_person1283_bacteria_3246.png new file mode 100644 index 0000000000000000000000000000000000000000..ec6d05a902dbf10be337b99a044503aa62dad876 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004101_person1283_bacteria_3246.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aa4b8974fd22e22a7f696a956c98ac5a989492f20fdb77a65cf2aa62d0a257a +size 72592 diff --git a/MendeleyCXR/images/Darwin_00004102_person1284_bacteria_3247.png b/MendeleyCXR/images/Darwin_00004102_person1284_bacteria_3247.png new file mode 100644 index 0000000000000000000000000000000000000000..54e8b2e4d5b118a3db03f60b73cbf69108933d85 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004102_person1284_bacteria_3247.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11a9bb6889c64bbaaeb3d5ec4da6e3c5e1950fc31801a27aa29307c2ab0e183d +size 79963 diff --git a/MendeleyCXR/images/Darwin_00004105_person1288_bacteria_3251.png b/MendeleyCXR/images/Darwin_00004105_person1288_bacteria_3251.png new file mode 100644 index 0000000000000000000000000000000000000000..b729e426ce93372d979c7f044913df5448a5878a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004105_person1288_bacteria_3251.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97c33120a252608c93e87180ea24c4bc4982ad8a0ce40af8ef44853903ef16f8 +size 71093 diff --git a/MendeleyCXR/images/Darwin_00004106_person1289_bacteria_3252.png b/MendeleyCXR/images/Darwin_00004106_person1289_bacteria_3252.png new file mode 100644 index 0000000000000000000000000000000000000000..b268c43bce8432aaa5ef26c8264ac80889022edd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004106_person1289_bacteria_3252.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1e8a275348be645a82a469f6d2e0c7cde9e5bd1a97ed889aa2ceee7574e6a54 +size 68133 diff --git a/MendeleyCXR/images/Darwin_00004107_person1290_bacteria_3253.png b/MendeleyCXR/images/Darwin_00004107_person1290_bacteria_3253.png new file mode 100644 index 0000000000000000000000000000000000000000..6c06f61e4fca48e14b706ba07d01ecb76e3d03cb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004107_person1290_bacteria_3253.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:987513d3aee66653713f2e70fb8e95b4e8beaad06e5559a813173c69b11c1add +size 75355 diff --git a/MendeleyCXR/images/Darwin_00004108_person1292_bacteria_3255.png b/MendeleyCXR/images/Darwin_00004108_person1292_bacteria_3255.png new file mode 100644 index 0000000000000000000000000000000000000000..a8b0dad3ec9ea0d101131308a82daab84fe58777 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004108_person1292_bacteria_3255.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:371bffef7ebbeac896fb09f2814d25db54621617bf61f27b70ea7dd97293d630 +size 68979 diff --git a/MendeleyCXR/images/Darwin_00004109_person1294_bacteria_3257.png b/MendeleyCXR/images/Darwin_00004109_person1294_bacteria_3257.png new file mode 100644 index 0000000000000000000000000000000000000000..c8383e70770f4cd36ae92d329c1a5f272bd84aa3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004109_person1294_bacteria_3257.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adb04106aee80e9c8c0f13a04008a0082bfaed34c75c99062362a6886019ee90 +size 72938 diff --git a/MendeleyCXR/images/Darwin_00004110_person1295_bacteria_3258.png b/MendeleyCXR/images/Darwin_00004110_person1295_bacteria_3258.png new file mode 100644 index 0000000000000000000000000000000000000000..ab966c6274bbb2d606e6f5b7e82121fcdd91d841 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004110_person1295_bacteria_3258.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94f4a12d012e2a00241a0fb17e20e37e97f3e72acf24a67fc4cc3178ac6fffc1 +size 67988 diff --git a/MendeleyCXR/images/Darwin_00004111_person1297_bacteria_3260.png b/MendeleyCXR/images/Darwin_00004111_person1297_bacteria_3260.png new file mode 100644 index 0000000000000000000000000000000000000000..c5b859deb1786fb9669b28a63b59cc3809c47357 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004111_person1297_bacteria_3260.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91c8db6a6f7386a89ae5931fcd355e23f5fc0b9bcce21d2e2c40b9a4db92eb7b +size 69280 diff --git a/MendeleyCXR/images/Darwin_00004112_person1298_bacteria_3261.png b/MendeleyCXR/images/Darwin_00004112_person1298_bacteria_3261.png new file mode 100644 index 0000000000000000000000000000000000000000..de43f47d13a84b4ec31ef799e75a2f6811be0487 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004112_person1298_bacteria_3261.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa16b8b492359510b7c117d06e5b66d84b61b5b8d3a8c72fd63c23039ef08d4b +size 61730 diff --git a/MendeleyCXR/images/Darwin_00004113_person1300_bacteria_3264.png b/MendeleyCXR/images/Darwin_00004113_person1300_bacteria_3264.png new file mode 100644 index 0000000000000000000000000000000000000000..005d80e19ae624232a327b7e9131fad4bb289ad3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004113_person1300_bacteria_3264.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70cecbdb2a63d8af6630f47ccbc27cbdd666f63d48a247ac90b8fdd77490fe56 +size 68407 diff --git a/MendeleyCXR/images/Darwin_00004114_person1302_bacteria_3266.png b/MendeleyCXR/images/Darwin_00004114_person1302_bacteria_3266.png new file mode 100644 index 0000000000000000000000000000000000000000..4cdebc1d18a741fe9d4119a2427b27507a94bbd1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004114_person1302_bacteria_3266.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eab72ea0e243a6105c228872d6cfff9ebfa9de0ef7b45827a335bf7ba97a55a +size 68246 diff --git a/MendeleyCXR/images/Darwin_00004116_person1304_bacteria_3269.png b/MendeleyCXR/images/Darwin_00004116_person1304_bacteria_3269.png new file mode 100644 index 0000000000000000000000000000000000000000..461eab5e8b7557741a41a48f77f1fc5c939ac498 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004116_person1304_bacteria_3269.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31e94dc162dce3830d8f3fbfd14960c66bd170b3393d190ea4977a1dc0de15cf +size 60590 diff --git a/MendeleyCXR/images/Darwin_00004117_person1305_bacteria_3271.png b/MendeleyCXR/images/Darwin_00004117_person1305_bacteria_3271.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e3572fb5d64cf1ed9134d8d1a098acac2ae328 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004117_person1305_bacteria_3271.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10c61a57cd79c267771223fc4684e2d037896d859528265dc7e50ea57fd07141 +size 71273 diff --git a/MendeleyCXR/images/Darwin_00004118_person1306_bacteria_3272.png b/MendeleyCXR/images/Darwin_00004118_person1306_bacteria_3272.png new file mode 100644 index 0000000000000000000000000000000000000000..fddf20cbca19888619c6233223bb7a79c37ac624 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004118_person1306_bacteria_3272.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f54ec9a01e166747eec5fe7e29985e9dea1f81b22f8ebc9a39def747d0a91a31 +size 73599 diff --git a/MendeleyCXR/images/Darwin_00004119_person1306_bacteria_3274.png b/MendeleyCXR/images/Darwin_00004119_person1306_bacteria_3274.png new file mode 100644 index 0000000000000000000000000000000000000000..220ffab975b8bd020d1271016c7acf34c4d1d930 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004119_person1306_bacteria_3274.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20edab395ad363876fa02650b6f86ef5d6722da202e5a5b382fff7dfbe658400 +size 68793 diff --git a/MendeleyCXR/images/Darwin_00004120_person1306_bacteria_3275.png b/MendeleyCXR/images/Darwin_00004120_person1306_bacteria_3275.png new file mode 100644 index 0000000000000000000000000000000000000000..678c34e9209979197b299c8b3f7f0baed78198ea --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004120_person1306_bacteria_3275.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e689f970eff9d81c9583c573094fd6f8c2d542459c45c158b2fa5d309f26bd12 +size 69180 diff --git a/MendeleyCXR/images/Darwin_00004121_person1306_bacteria_3276.png b/MendeleyCXR/images/Darwin_00004121_person1306_bacteria_3276.png new file mode 100644 index 0000000000000000000000000000000000000000..0c333ddccc27681ee0718c79f56fcb4a79b55607 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004121_person1306_bacteria_3276.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f75c05d69308b5b4bfe037b293e4decef6eca30c7d7059a78fc54b15fb0e2f2 +size 69690 diff --git a/MendeleyCXR/images/Darwin_00004122_person1306_bacteria_3277.png b/MendeleyCXR/images/Darwin_00004122_person1306_bacteria_3277.png new file mode 100644 index 0000000000000000000000000000000000000000..c92cc384cf733eae0a404487229b5b95c7494aba --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004122_person1306_bacteria_3277.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cab4c567fc9040152e4db1e6882cedd4648660502c33a97ccf6fb426e538047e +size 70469 diff --git a/MendeleyCXR/images/Darwin_00004123_person1307_bacteria_3278.png b/MendeleyCXR/images/Darwin_00004123_person1307_bacteria_3278.png new file mode 100644 index 0000000000000000000000000000000000000000..3f06b1e4f923a97f3efd1ca95ca010d246d9c9d1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004123_person1307_bacteria_3278.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0d32ba49696cf385c9d583e22570e10cb7f16ee3407e0ebbe36f221a56cb62f +size 75181 diff --git a/MendeleyCXR/images/Darwin_00004124_person1308_bacteria_3280.png b/MendeleyCXR/images/Darwin_00004124_person1308_bacteria_3280.png new file mode 100644 index 0000000000000000000000000000000000000000..7d35053765db8aad29729da57b614c5a8c43f263 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004124_person1308_bacteria_3280.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:981ef7d667bdc187f91fd399e89a30e4600e15f080745905e9b0f302210921c0 +size 70510 diff --git a/MendeleyCXR/images/Darwin_00004125_person1308_bacteria_3283.png b/MendeleyCXR/images/Darwin_00004125_person1308_bacteria_3283.png new file mode 100644 index 0000000000000000000000000000000000000000..fb10da86772003fa53ae20e13602c3b24ac3ded3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004125_person1308_bacteria_3283.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7bb98a4cc2a0a1c9c52ed116bafc2c4a76eef1187c0c1dd3fd3167251ec22e1 +size 73511 diff --git a/MendeleyCXR/images/Darwin_00004126_person1308_bacteria_3285.png b/MendeleyCXR/images/Darwin_00004126_person1308_bacteria_3285.png new file mode 100644 index 0000000000000000000000000000000000000000..3bf2b51dcbafe9babbbc067245462497f940b754 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004126_person1308_bacteria_3285.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ad81aa00e91d8849d69b78ba13e363f6087f2b0c61cd4e0195266ee97ca5881 +size 71360 diff --git a/MendeleyCXR/images/Darwin_00004127_person1308_bacteria_3286.png b/MendeleyCXR/images/Darwin_00004127_person1308_bacteria_3286.png new file mode 100644 index 0000000000000000000000000000000000000000..90decce11600da794dbcdeb843d870f5592a34ee --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004127_person1308_bacteria_3286.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7c6a30eec3da08d3afc6b14858c0227dbab73c59edca9560c0de767962a6233 +size 69107 diff --git a/MendeleyCXR/images/Darwin_00004128_person1308_bacteria_3288.png b/MendeleyCXR/images/Darwin_00004128_person1308_bacteria_3288.png new file mode 100644 index 0000000000000000000000000000000000000000..f81b3b4f6006290b1f67d64a9207e79773871bc9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004128_person1308_bacteria_3288.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94e0e6c31003592f065ec265db37cb24b2864eb30343e5a92a0919ac6a500ed4 +size 63080 diff --git a/MendeleyCXR/images/Darwin_00004129_person1308_bacteria_3290.png b/MendeleyCXR/images/Darwin_00004129_person1308_bacteria_3290.png new file mode 100644 index 0000000000000000000000000000000000000000..adbc4029d17796adf92a761c4e43eb8c7fcd54a9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004129_person1308_bacteria_3290.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2557fe467d1ae830a2dab85689870478f769d966df74016d84af915abf34a5ea +size 66791 diff --git a/MendeleyCXR/images/Darwin_00004131_person1309_bacteria_3294.png b/MendeleyCXR/images/Darwin_00004131_person1309_bacteria_3294.png new file mode 100644 index 0000000000000000000000000000000000000000..7ea1f8d995e64d405cb3df292adb4a9c95459dfc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004131_person1309_bacteria_3294.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe3692fe459133606e0c56210fb13bcf28bbfd3911318e2400d3ef3aadb5c2b6 +size 71807 diff --git a/MendeleyCXR/images/Darwin_00004132_person1310_bacteria_3295.png b/MendeleyCXR/images/Darwin_00004132_person1310_bacteria_3295.png new file mode 100644 index 0000000000000000000000000000000000000000..a045887cc342116588077953df08e45b04b9531c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004132_person1310_bacteria_3295.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcf5518ffebadf16dec4cf9a16d28ef9c1b86b8596fc5095e568e579238aa5c7 +size 63604 diff --git a/MendeleyCXR/images/Darwin_00004133_person1310_bacteria_3297.png b/MendeleyCXR/images/Darwin_00004133_person1310_bacteria_3297.png new file mode 100644 index 0000000000000000000000000000000000000000..d4fd614fe718d167bfc17529c822644359a93ced --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004133_person1310_bacteria_3297.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19bd4305b6f03fdea09cd22f68e677ca7b5b6ffa6fc9f7e7fa8f8b564f7e9e2c +size 61466 diff --git a/MendeleyCXR/images/Darwin_00004134_person1310_bacteria_3300.png b/MendeleyCXR/images/Darwin_00004134_person1310_bacteria_3300.png new file mode 100644 index 0000000000000000000000000000000000000000..7fb6fc5c4d6fd29e0deae0b60c96600b742b3788 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004134_person1310_bacteria_3300.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:277018370dc902b4c0b73ae1118be8d0d467a571a216bf12bab3cfd97d8d36d3 +size 69293 diff --git a/MendeleyCXR/images/Darwin_00004135_person1310_bacteria_3301.png b/MendeleyCXR/images/Darwin_00004135_person1310_bacteria_3301.png new file mode 100644 index 0000000000000000000000000000000000000000..b5c49f87d139dc2c827ab0c59d4b0459a44cf529 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004135_person1310_bacteria_3301.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87675b1534232924ca6ebbfcc78455b32745355cac1ecd8c99aca9996f4059b1 +size 71372 diff --git a/MendeleyCXR/images/Darwin_00004136_person1310_bacteria_3302.png b/MendeleyCXR/images/Darwin_00004136_person1310_bacteria_3302.png new file mode 100644 index 0000000000000000000000000000000000000000..e0c301a3ba9f267b391a28148e78dfb768796a44 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004136_person1310_bacteria_3302.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f5ffe2eee2c82ad8c60157d5289b89572c65f57eba4c6bb6ac3e70af62507cf +size 70336 diff --git a/MendeleyCXR/images/Darwin_00004137_person1310_bacteria_3304.png b/MendeleyCXR/images/Darwin_00004137_person1310_bacteria_3304.png new file mode 100644 index 0000000000000000000000000000000000000000..c93c5babf9bb1b493c734399fac17989dc8dc459 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004137_person1310_bacteria_3304.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55607823141cb0f9ae3e6f260c97b5b364b8a877c7661a93f0684b69983c2f60 +size 76024 diff --git a/MendeleyCXR/images/Darwin_00004139_person1312_bacteria_3313.png b/MendeleyCXR/images/Darwin_00004139_person1312_bacteria_3313.png new file mode 100644 index 0000000000000000000000000000000000000000..beb5fa14cda3fbb381268e8ed31fc8dd20bd4f18 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004139_person1312_bacteria_3313.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d7ce96d16b55c44a7d2056d4d37c83456df951287c91e375695f7a842f926f1 +size 66816 diff --git a/MendeleyCXR/images/Darwin_00004140_person1312_bacteria_3314.png b/MendeleyCXR/images/Darwin_00004140_person1312_bacteria_3314.png new file mode 100644 index 0000000000000000000000000000000000000000..26dcb0e2180bbf14294adb6bb6111c80005e9fd2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004140_person1312_bacteria_3314.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b40eb68ca5bc2835217590fe01f383da349e65189a1be6748f42f6cfe1d7f672 +size 72160 diff --git a/MendeleyCXR/images/Darwin_00004141_person1312_bacteria_3316.png b/MendeleyCXR/images/Darwin_00004141_person1312_bacteria_3316.png new file mode 100644 index 0000000000000000000000000000000000000000..d5fc9e07627df32766c0f7514f4ac65a91d44c0e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004141_person1312_bacteria_3316.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fb4f33bf072337b466f60bf7eff6a35e1d2c618041a5a7ab1c9b40e8a04a6d8 +size 72393 diff --git a/MendeleyCXR/images/Darwin_00004142_person1312_bacteria_3317.png b/MendeleyCXR/images/Darwin_00004142_person1312_bacteria_3317.png new file mode 100644 index 0000000000000000000000000000000000000000..4509bbe6516d6ce971d60e3e353d8fcb213128b6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004142_person1312_bacteria_3317.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e1032cb46ebb35eb38a6ae41048fb7b3597dcc306be79ddd78b00466c708233 +size 68479 diff --git a/MendeleyCXR/images/Darwin_00004144_person1312_bacteria_3319.png b/MendeleyCXR/images/Darwin_00004144_person1312_bacteria_3319.png new file mode 100644 index 0000000000000000000000000000000000000000..b7499783b9a79df6eb478b8a53aa31cd48772cab --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004144_person1312_bacteria_3319.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bee20d46b30f03d4d61895f545a2f746ad346b44a557ae219a281e15323edc9 +size 69961 diff --git a/MendeleyCXR/images/Darwin_00004145_person1313_bacteria_3320.png b/MendeleyCXR/images/Darwin_00004145_person1313_bacteria_3320.png new file mode 100644 index 0000000000000000000000000000000000000000..537d4b6be91e6b3516cc3d446d4f5460f6484133 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004145_person1313_bacteria_3320.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df407d9e033bca46ef758fd69274927d180bde984f39e79fee13d4a94d77e1c5 +size 71204 diff --git a/MendeleyCXR/images/Darwin_00004146_person1315_bacteria_3322.png b/MendeleyCXR/images/Darwin_00004146_person1315_bacteria_3322.png new file mode 100644 index 0000000000000000000000000000000000000000..caf96feb723b700daf549a2b152b7d58e1027a8e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004146_person1315_bacteria_3322.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33d4aeb7a6371593b3f83410f1a723a611fea93ab97342feb97f0a8bfeded1cd +size 70680 diff --git a/MendeleyCXR/images/Darwin_00004147_person1316_bacteria_3326.png b/MendeleyCXR/images/Darwin_00004147_person1316_bacteria_3326.png new file mode 100644 index 0000000000000000000000000000000000000000..dc7f70934871e452195972354a75561618d7c5be --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004147_person1316_bacteria_3326.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c00ab98b1f9adde290d2e3708f29104ba2124603ff16a5afb21785a09503b099 +size 78628 diff --git a/MendeleyCXR/images/Darwin_00004148_person1317_bacteria_3332.png b/MendeleyCXR/images/Darwin_00004148_person1317_bacteria_3332.png new file mode 100644 index 0000000000000000000000000000000000000000..1298150871fc030e7bbd5f83e2cf1640c742668b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004148_person1317_bacteria_3332.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:693e5fb1a9c7e536807b716d23dcae1b08de4032de56dd445227cf8eb91cac32 +size 80616 diff --git a/MendeleyCXR/images/Darwin_00004149_person1318_bacteria_3334.png b/MendeleyCXR/images/Darwin_00004149_person1318_bacteria_3334.png new file mode 100644 index 0000000000000000000000000000000000000000..aac9aac934e5fb915223a4417865f7c048fdba21 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004149_person1318_bacteria_3334.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20790c0ca0599fd9714ebf9a720a7474b987347217610bf7eb661c1afdf79f64 +size 70432 diff --git a/MendeleyCXR/images/Darwin_00004150_person1318_bacteria_3335.png b/MendeleyCXR/images/Darwin_00004150_person1318_bacteria_3335.png new file mode 100644 index 0000000000000000000000000000000000000000..704cd1e738e160222e7560d8a27033a803d87f3b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004150_person1318_bacteria_3335.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c66ee637658b0c18b8a4e89e4bc2dab3d72cd431d43687b5c97f3608e5b9b301 +size 69444 diff --git a/MendeleyCXR/images/Darwin_00004151_person1320_bacteria_3339.png b/MendeleyCXR/images/Darwin_00004151_person1320_bacteria_3339.png new file mode 100644 index 0000000000000000000000000000000000000000..d8d75ccfc17b9e3344d9040fafbdcbb95e7a553e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004151_person1320_bacteria_3339.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50b87a28dcc073774726febdef505bbdd021d5ad988e15e955b2a6f985d426e9 +size 73828 diff --git a/MendeleyCXR/images/Darwin_00004152_person1320_bacteria_3340.png b/MendeleyCXR/images/Darwin_00004152_person1320_bacteria_3340.png new file mode 100644 index 0000000000000000000000000000000000000000..8a7bb815cc5d417e6082f719eef9ee32d384a96c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004152_person1320_bacteria_3340.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1987bfda2390719d8fed07a0c5e0fec39737c32dbe8373e9d19dec3b55b67f6a +size 66983 diff --git a/MendeleyCXR/images/Darwin_00004153_person1320_bacteria_3342.png b/MendeleyCXR/images/Darwin_00004153_person1320_bacteria_3342.png new file mode 100644 index 0000000000000000000000000000000000000000..79654336f1f481ecb1d02d87f2af93a0e03f421e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004153_person1320_bacteria_3342.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:836c55dbec865d333360f3eb99cf3f4adf640090f2fe3c0bfdcdc1e2e598423e +size 70167 diff --git a/MendeleyCXR/images/Darwin_00004154_person1320_bacteria_3344.png b/MendeleyCXR/images/Darwin_00004154_person1320_bacteria_3344.png new file mode 100644 index 0000000000000000000000000000000000000000..4877c4ac5bb8da76845d4a2b428096db9810a16c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004154_person1320_bacteria_3344.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b7f847e3e7b07693b81e07ecb5f5749bc498dedad0a3182af3318cc60e5c5d4 +size 70434 diff --git a/MendeleyCXR/images/Darwin_00004155_person1320_bacteria_3345.png b/MendeleyCXR/images/Darwin_00004155_person1320_bacteria_3345.png new file mode 100644 index 0000000000000000000000000000000000000000..0b388df408b911da2f167f31677a055465071e56 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004155_person1320_bacteria_3345.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2570370971cbbe57fc213dd7f252de296e51eb0dafbffcc4af169602c3169eca +size 69935 diff --git a/MendeleyCXR/images/Darwin_00004156_person1320_bacteria_3346.png b/MendeleyCXR/images/Darwin_00004156_person1320_bacteria_3346.png new file mode 100644 index 0000000000000000000000000000000000000000..a6e8ac3912cbee88d2aa96e94ba24dcb07e3a078 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004156_person1320_bacteria_3346.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d312546e01fb3a2dea8c5dd5b2431f87fd147b007c5d5abb43023c1b03377e25 +size 68391 diff --git a/MendeleyCXR/images/Darwin_00004157_person1320_bacteria_3347.png b/MendeleyCXR/images/Darwin_00004157_person1320_bacteria_3347.png new file mode 100644 index 0000000000000000000000000000000000000000..5f5643d0cd31463abf8df5984625a3016b003b83 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004157_person1320_bacteria_3347.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c355e02bf9e96842142480ce15eafd402b6b8cd915c454de2af9ef72964dc9ea +size 66766 diff --git a/MendeleyCXR/images/Darwin_00004158_person1320_bacteria_3348.png b/MendeleyCXR/images/Darwin_00004158_person1320_bacteria_3348.png new file mode 100644 index 0000000000000000000000000000000000000000..cd11a66407f8bbba615a9cacf9849663d672e621 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004158_person1320_bacteria_3348.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:150c5e503fd376021a274f9e3f3b0fcbfc5aee9e279328f6084de1d901a83c6d +size 68223 diff --git a/MendeleyCXR/images/Darwin_00004159_person1320_bacteria_3350.png b/MendeleyCXR/images/Darwin_00004159_person1320_bacteria_3350.png new file mode 100644 index 0000000000000000000000000000000000000000..dd4eb8bc16506d2dc8a077ecbd9be2fd9bba475d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004159_person1320_bacteria_3350.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb290f831c9117d200262b5c834e8278acc4f2154c1dc7bb4997a1cb99a71d4a +size 72333 diff --git a/MendeleyCXR/images/Darwin_00004160_person1320_bacteria_3351.png b/MendeleyCXR/images/Darwin_00004160_person1320_bacteria_3351.png new file mode 100644 index 0000000000000000000000000000000000000000..472b18855966cd6ead81bd204265846b732a9f0e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004160_person1320_bacteria_3351.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3460912ff08b1051c5c1399f0e4097d85453cfe47e92e8c0b4251b77abcf951d +size 72625 diff --git a/MendeleyCXR/images/Darwin_00004161_person1320_bacteria_3352.png b/MendeleyCXR/images/Darwin_00004161_person1320_bacteria_3352.png new file mode 100644 index 0000000000000000000000000000000000000000..779c0db33ab3bc0a202f90c554e70e4c7367ebb4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004161_person1320_bacteria_3352.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8119b4e2212b03b371c64312893ce621b17e324959a4e1bf1d85c7e29f2b8e4 +size 67630 diff --git a/MendeleyCXR/images/Darwin_00004162_person1320_bacteria_3353.png b/MendeleyCXR/images/Darwin_00004162_person1320_bacteria_3353.png new file mode 100644 index 0000000000000000000000000000000000000000..1742d8a88101341b5beb7d73a065af90f123fa15 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004162_person1320_bacteria_3353.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3443cf12d2394313836e44d7d1d5b9d4546af4fd1eb03243d80936fad5d86ea4 +size 64751 diff --git a/MendeleyCXR/images/Darwin_00004163_person1320_bacteria_3355.png b/MendeleyCXR/images/Darwin_00004163_person1320_bacteria_3355.png new file mode 100644 index 0000000000000000000000000000000000000000..c87d7cd83c4a9a02a4f098bb7832f962413eda50 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004163_person1320_bacteria_3355.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed7118b754d728486cb4ee1fafe034b019e835009d5cb9990b9a28be7ef47501 +size 66290 diff --git a/MendeleyCXR/images/Darwin_00004164_person1321_bacteria_3358.png b/MendeleyCXR/images/Darwin_00004164_person1321_bacteria_3358.png new file mode 100644 index 0000000000000000000000000000000000000000..d519bd1cc30bec2acc0a0b3ee015d85dcf69f0d9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004164_person1321_bacteria_3358.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28ca6d4e83576424c88fb7047d43caef083cda41c64bac54ed0f887ceddc688b +size 63583 diff --git a/MendeleyCXR/images/Darwin_00004165_person1321_bacteria_3359.png b/MendeleyCXR/images/Darwin_00004165_person1321_bacteria_3359.png new file mode 100644 index 0000000000000000000000000000000000000000..d2f0751c1280ad10c2fadbe2a1cf7d8231eed2f0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004165_person1321_bacteria_3359.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a6d321164493d10b26021983fc01762a9f758a6c64b51e4b8271c134eb258f6 +size 66717 diff --git a/MendeleyCXR/images/Darwin_00004167_person1323_bacteria_3361.png b/MendeleyCXR/images/Darwin_00004167_person1323_bacteria_3361.png new file mode 100644 index 0000000000000000000000000000000000000000..71949cb58bb18db1b4a28296e5d195f1c5680b31 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004167_person1323_bacteria_3361.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe2dfb5c5a30f6a9f734c108cb2baf351110a6ae568576f795a50fb1f48be979 +size 74701 diff --git a/MendeleyCXR/images/Darwin_00004168_person1323_bacteria_3362.png b/MendeleyCXR/images/Darwin_00004168_person1323_bacteria_3362.png new file mode 100644 index 0000000000000000000000000000000000000000..fa98ad469589f894806e46544984806ecdc422bd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004168_person1323_bacteria_3362.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a70e31c6b7c7438c3501ba80305ea65eb0b7da34eba6d77ce8b543315fa0f9e +size 66767 diff --git a/MendeleyCXR/images/Darwin_00004169_person1323_bacteria_3363.png b/MendeleyCXR/images/Darwin_00004169_person1323_bacteria_3363.png new file mode 100644 index 0000000000000000000000000000000000000000..888fa5e6ec6a38dd5912f9dfaa8d47861546bf4e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004169_person1323_bacteria_3363.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0b04657221cdb6c2d6f065c09e07322a3e8c826ae131ecd13fc5a9c7bd0be55 +size 67676 diff --git a/MendeleyCXR/images/Darwin_00004171_person1326_bacteria_3372.png b/MendeleyCXR/images/Darwin_00004171_person1326_bacteria_3372.png new file mode 100644 index 0000000000000000000000000000000000000000..7f586850c0f46ac8c3cad6a33a91e909acea0860 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004171_person1326_bacteria_3372.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13ce56c50f534995e6809a9c236ea0df95ce178f4a59e83f00167ad6d67dbcc1 +size 66835 diff --git a/MendeleyCXR/images/Darwin_00004172_person1327_bacteria_3373.png b/MendeleyCXR/images/Darwin_00004172_person1327_bacteria_3373.png new file mode 100644 index 0000000000000000000000000000000000000000..45ba2fef7744e966baa890f861059665bbdb0de2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004172_person1327_bacteria_3373.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8c83629326c579f5181aa6896c57eb8baebd31c38dbcbc11b7a05f0c1d010dd +size 71726 diff --git a/MendeleyCXR/images/Darwin_00004173_person1327_bacteria_3374.png b/MendeleyCXR/images/Darwin_00004173_person1327_bacteria_3374.png new file mode 100644 index 0000000000000000000000000000000000000000..7b0831fbf65ef8ebfcdc552e7fb2afa0e282b495 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004173_person1327_bacteria_3374.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a485dd45eee0079a2b788a0d6bb429a03ca79cf0af459fd1c98648f3ebe0d863 +size 72765 diff --git a/MendeleyCXR/images/Darwin_00004174_person1328_bacteria_3376.png b/MendeleyCXR/images/Darwin_00004174_person1328_bacteria_3376.png new file mode 100644 index 0000000000000000000000000000000000000000..30dbfc016d4deb629a87b067c7e078355e0a2111 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004174_person1328_bacteria_3376.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7a6e9c81d56313c4d7c9e81cd1c7c9b21f59b37340f77179202f924635b4366 +size 67297 diff --git a/MendeleyCXR/images/Darwin_00004175_person1329_bacteria_3377.png b/MendeleyCXR/images/Darwin_00004175_person1329_bacteria_3377.png new file mode 100644 index 0000000000000000000000000000000000000000..d2a4140b810d02ca88f41d676d9e35653d651b7c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004175_person1329_bacteria_3377.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a78aeb337a813bd4fb16363cf73c5abbc9a2606c32ab5b8831f747dcbe2579bc +size 71607 diff --git a/MendeleyCXR/images/Darwin_00004176_person1331_bacteria_3380.png b/MendeleyCXR/images/Darwin_00004176_person1331_bacteria_3380.png new file mode 100644 index 0000000000000000000000000000000000000000..af412b6d38e2c1d65cf848aacfca7b4f76ab5289 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004176_person1331_bacteria_3380.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3b75da6379c07dcdd531f4522679534952690ae47daef7a26c71a60804a92f9 +size 72634 diff --git a/MendeleyCXR/images/Darwin_00004177_person1333_bacteria_3383.png b/MendeleyCXR/images/Darwin_00004177_person1333_bacteria_3383.png new file mode 100644 index 0000000000000000000000000000000000000000..0f8827177391560f2bc216e26379a96077b68602 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004177_person1333_bacteria_3383.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8bb60e44ac42f1ef59bd18c89a4174a5ac5af689028959e883da71ab6b364cb +size 71359 diff --git a/MendeleyCXR/images/Darwin_00004178_person1333_bacteria_3384.png b/MendeleyCXR/images/Darwin_00004178_person1333_bacteria_3384.png new file mode 100644 index 0000000000000000000000000000000000000000..03eaf0433d0667006c74da595ced4e85ec783582 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004178_person1333_bacteria_3384.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab7b0f6a63c5bcd892d561e3a0a4185b48c295f0d0b22ee465140b6e8a311c60 +size 70122 diff --git a/MendeleyCXR/images/Darwin_00004179_person1333_bacteria_3385.png b/MendeleyCXR/images/Darwin_00004179_person1333_bacteria_3385.png new file mode 100644 index 0000000000000000000000000000000000000000..07beb853c346325094335403c839b0236195d123 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004179_person1333_bacteria_3385.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1f7ac2c7bbed9abdecddfa26f85769e5bc6cb4e6a773cbfb4b55432243a4122 +size 67444 diff --git a/MendeleyCXR/images/Darwin_00004180_person1333_bacteria_3386.png b/MendeleyCXR/images/Darwin_00004180_person1333_bacteria_3386.png new file mode 100644 index 0000000000000000000000000000000000000000..c35111e5304191f377e788d27604cc807b583142 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004180_person1333_bacteria_3386.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc3eef765484f5ab66b93e00d3bda97c2fd2b02cc277f2a95adfd735d177dcdc +size 72832 diff --git a/MendeleyCXR/images/Darwin_00004181_person1338_bacteria_3394.png b/MendeleyCXR/images/Darwin_00004181_person1338_bacteria_3394.png new file mode 100644 index 0000000000000000000000000000000000000000..9c589a67c5e667bb7d7438326e717e0821fdff3e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004181_person1338_bacteria_3394.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd16d9848ea0df61c399400480cc2390bfd950c6cfa84457d36dd24d676acb92 +size 67532 diff --git a/MendeleyCXR/images/Darwin_00004182_person1338_bacteria_3395.png b/MendeleyCXR/images/Darwin_00004182_person1338_bacteria_3395.png new file mode 100644 index 0000000000000000000000000000000000000000..b393b68b4de8790a27c87f9c86c68cf6149729db --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004182_person1338_bacteria_3395.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af4be6dddd1142b43a77eb41246a8c88f03dfa226aca2470418b39feaee81763 +size 66989 diff --git a/MendeleyCXR/images/Darwin_00004183_person1338_bacteria_3397.png b/MendeleyCXR/images/Darwin_00004183_person1338_bacteria_3397.png new file mode 100644 index 0000000000000000000000000000000000000000..ebbef63c3a31f5d68fdfc8992be12a5dd9d1529a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004183_person1338_bacteria_3397.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98f58f56c7ec94a576d31e6b9bb1ef7fb61c15a07da359cf981e8b634b0704d3 +size 67566 diff --git a/MendeleyCXR/images/Darwin_00004184_person1339_bacteria_3399.png b/MendeleyCXR/images/Darwin_00004184_person1339_bacteria_3399.png new file mode 100644 index 0000000000000000000000000000000000000000..a43ced0b63e0bef1995b100b62c410684fde515c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004184_person1339_bacteria_3399.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7db5135bc14d15af649794e541635a015b3c6830efad52ee290a27b124463d99 +size 61099 diff --git a/MendeleyCXR/images/Darwin_00004185_person1339_bacteria_3402.png b/MendeleyCXR/images/Darwin_00004185_person1339_bacteria_3402.png new file mode 100644 index 0000000000000000000000000000000000000000..2db0e50cea2ba45234ac8a6a0dc279033e3c6396 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004185_person1339_bacteria_3402.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce319efea3ce317c23fda5891adb6d3517d4e8fb1011db664e9f61a19ce26168 +size 70962 diff --git a/MendeleyCXR/images/Darwin_00004186_person1340_bacteria_3405.png b/MendeleyCXR/images/Darwin_00004186_person1340_bacteria_3405.png new file mode 100644 index 0000000000000000000000000000000000000000..8062fdb3442ab688e9b3e6be9a72af282f67de94 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004186_person1340_bacteria_3405.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e0f563b3c982ce43638047d4fe028afe55a6e62c55a08e723e1202313bdee7d +size 66395 diff --git a/MendeleyCXR/images/Darwin_00004187_person1341_bacteria_3406.png b/MendeleyCXR/images/Darwin_00004187_person1341_bacteria_3406.png new file mode 100644 index 0000000000000000000000000000000000000000..bfc59773ee89ccde6a7d975410fc5ccbe35886a9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004187_person1341_bacteria_3406.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cbaf3c947fa22331c87c9c7e9ea6a682430a795b109e90b83ec9f5a770c79a1 +size 59481 diff --git a/MendeleyCXR/images/Darwin_00004188_person1342_bacteria_3407.png b/MendeleyCXR/images/Darwin_00004188_person1342_bacteria_3407.png new file mode 100644 index 0000000000000000000000000000000000000000..824d125c04990d95043e520524c2aaf087ac2581 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004188_person1342_bacteria_3407.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5e5ff882a1e8f40fdb302536387ab513a22a56a8d81faed62a9c0b9ac18ccc0 +size 71364 diff --git a/MendeleyCXR/images/Darwin_00004189_person1343_bacteria_3409.png b/MendeleyCXR/images/Darwin_00004189_person1343_bacteria_3409.png new file mode 100644 index 0000000000000000000000000000000000000000..af00e5bb6674329a7be314e93a4c46837eb9ff92 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004189_person1343_bacteria_3409.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d1d03c0c3599997bb42a7d7fa6b404f5fc502f3317bf7ac6a9f97c9bd59e79f +size 66314 diff --git a/MendeleyCXR/images/Darwin_00004190_person1343_bacteria_3411.png b/MendeleyCXR/images/Darwin_00004190_person1343_bacteria_3411.png new file mode 100644 index 0000000000000000000000000000000000000000..1e1dbd76a2cbd1904fa12f9339068dd04ed508e8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004190_person1343_bacteria_3411.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b90e5b597de37bb175822fd7caa9bb80f7703941c3d57783d24f200a12b271b1 +size 65555 diff --git a/MendeleyCXR/images/Darwin_00004191_person1343_bacteria_3413.png b/MendeleyCXR/images/Darwin_00004191_person1343_bacteria_3413.png new file mode 100644 index 0000000000000000000000000000000000000000..d6926f75fa30524cdb4a17f20bf52ee12a1e10f7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004191_person1343_bacteria_3413.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbcebc42278fb3c575249e778ece80229f2f32d6b479e7a41027ec55577377e5 +size 71699 diff --git a/MendeleyCXR/images/Darwin_00004193_person1343_bacteria_3415.png b/MendeleyCXR/images/Darwin_00004193_person1343_bacteria_3415.png new file mode 100644 index 0000000000000000000000000000000000000000..b44dd1d4e6148453775f94bd736fa611b0398150 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004193_person1343_bacteria_3415.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d177552c09b5fb2349da53dab57f6ba4848aa2cdf40e56bc45c06dc5cee41ba +size 67047 diff --git a/MendeleyCXR/images/Darwin_00004194_person1343_bacteria_3416.png b/MendeleyCXR/images/Darwin_00004194_person1343_bacteria_3416.png new file mode 100644 index 0000000000000000000000000000000000000000..dfdad03da2e6cf452989acfe3c4436f81f6301f1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004194_person1343_bacteria_3416.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61faa6f08c53a1494ba3fd437033c0d10f6d5cffaf9987ace2965622fece088f +size 64147 diff --git a/MendeleyCXR/images/Darwin_00004195_person1343_bacteria_3417.png b/MendeleyCXR/images/Darwin_00004195_person1343_bacteria_3417.png new file mode 100644 index 0000000000000000000000000000000000000000..803864eebdce1fa21d08a9e274942bda30dcd53a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004195_person1343_bacteria_3417.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98b8ec560a8547d3612e4124526d4dd610e5bb1139529eba0fa649fcce3e597f +size 65889 diff --git a/MendeleyCXR/images/Darwin_00004196_person1343_bacteria_3418.png b/MendeleyCXR/images/Darwin_00004196_person1343_bacteria_3418.png new file mode 100644 index 0000000000000000000000000000000000000000..3497d01c7ae0e0adbe34e9c54f850e00c895bf68 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004196_person1343_bacteria_3418.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79a589fd87f2de5a2397405bdbcdb0768ab579cfb81fd399422f832c594de8bb +size 70447 diff --git a/MendeleyCXR/images/Darwin_00004197_person1343_bacteria_3419.png b/MendeleyCXR/images/Darwin_00004197_person1343_bacteria_3419.png new file mode 100644 index 0000000000000000000000000000000000000000..cdcc2612d755532efeccd27a19c4ad6cf0df7143 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004197_person1343_bacteria_3419.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2d4e0c9d75c905dba39ec971d84abae9386ae498d6376d6f28b317c376c6c1a +size 70091 diff --git a/MendeleyCXR/images/Darwin_00004198_person1344_bacteria_3421.png b/MendeleyCXR/images/Darwin_00004198_person1344_bacteria_3421.png new file mode 100644 index 0000000000000000000000000000000000000000..14e4bc567eabc29128a306533969ae6bdac9f6ef --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004198_person1344_bacteria_3421.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49d02d80408cb587ffae156e2502c024ce582337aee680e348a22cf472b66c71 +size 70608 diff --git a/MendeleyCXR/images/Darwin_00004199_person1345_bacteria_3422.png b/MendeleyCXR/images/Darwin_00004199_person1345_bacteria_3422.png new file mode 100644 index 0000000000000000000000000000000000000000..d068184290a5790553e395a6b5b27c8012a4ea52 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004199_person1345_bacteria_3422.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a876e7f7fad10e49990eb05db664a372436420d2709340c9a6eddb260463c7a +size 74101 diff --git a/MendeleyCXR/images/Darwin_00004200_person1345_bacteria_3424.png b/MendeleyCXR/images/Darwin_00004200_person1345_bacteria_3424.png new file mode 100644 index 0000000000000000000000000000000000000000..e96d7aa3857f80caf5c5865893ef4bf908fc28c0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004200_person1345_bacteria_3424.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a725330e8122aa0a9c057dd4453252f815907a0b422bff13b5e1c2cce45d8261 +size 71841 diff --git a/MendeleyCXR/images/Darwin_00004201_person1345_bacteria_3425.png b/MendeleyCXR/images/Darwin_00004201_person1345_bacteria_3425.png new file mode 100644 index 0000000000000000000000000000000000000000..04f5e2a99fea4e08d5f7ecc7442b6cb50f3d1ccd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004201_person1345_bacteria_3425.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4a9bbc0731c75ebbbd1b01e768d77a5b0fc60217d3c3c99b90225b7a2b57326 +size 65242 diff --git a/MendeleyCXR/images/Darwin_00004202_person1345_bacteria_3426.png b/MendeleyCXR/images/Darwin_00004202_person1345_bacteria_3426.png new file mode 100644 index 0000000000000000000000000000000000000000..3d79badad412c103fc90d2c0f795f4cf1c24b281 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004202_person1345_bacteria_3426.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d280aaee4f41cf5fa4ee97c1b6f81d6a86df4071dff4455449231b44658cad4 +size 68827 diff --git a/MendeleyCXR/images/Darwin_00004203_person1345_bacteria_3427.png b/MendeleyCXR/images/Darwin_00004203_person1345_bacteria_3427.png new file mode 100644 index 0000000000000000000000000000000000000000..8ab1af73a78582fce49c103ddec35258f58cc1a7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004203_person1345_bacteria_3427.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eed1b90bf0e5ec74645913ee65b0abe8ce99ec726a64f06ea175fd3ca5b8608a +size 73483 diff --git a/MendeleyCXR/images/Darwin_00004204_person1345_bacteria_3428.png b/MendeleyCXR/images/Darwin_00004204_person1345_bacteria_3428.png new file mode 100644 index 0000000000000000000000000000000000000000..c6ea59a2fb15e563a1d906b141b16218bd1ca5ef --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004204_person1345_bacteria_3428.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c4992cb8d40742c80bce4c57a9a2b87d334012be58780198ab5858b73c25644 +size 73398 diff --git a/MendeleyCXR/images/Darwin_00004205_person1346_bacteria_3430.png b/MendeleyCXR/images/Darwin_00004205_person1346_bacteria_3430.png new file mode 100644 index 0000000000000000000000000000000000000000..2bba908f32f79400a3199c2fe6506d6904de35de --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004205_person1346_bacteria_3430.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f5bf38c3050e0df1c8e1ee97474937e9be65449aa43b02dde847b031ac1c3c7 +size 70215 diff --git a/MendeleyCXR/images/Darwin_00004206_person1349_bacteria_3434.png b/MendeleyCXR/images/Darwin_00004206_person1349_bacteria_3434.png new file mode 100644 index 0000000000000000000000000000000000000000..e3a7cfd82675e877124ad3e600ed8563b21a15fd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004206_person1349_bacteria_3434.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adee5555cb4cc0d540e64186748f94efc32fd974918e2dd0787420b4275dbad8 +size 67827 diff --git a/MendeleyCXR/images/Darwin_00004207_person1349_bacteria_3436.png b/MendeleyCXR/images/Darwin_00004207_person1349_bacteria_3436.png new file mode 100644 index 0000000000000000000000000000000000000000..8711928ebd3490b11019d42c47864bc47650145c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004207_person1349_bacteria_3436.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb11470b1dd834094f939a225c0b1c5b28987eb805c62ca35e98600f34ab3c88 +size 70457 diff --git a/MendeleyCXR/images/Darwin_00004209_person1349_bacteria_3438.png b/MendeleyCXR/images/Darwin_00004209_person1349_bacteria_3438.png new file mode 100644 index 0000000000000000000000000000000000000000..828e53ce10e29890c054b23d459e708db57d02fc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004209_person1349_bacteria_3438.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecf2f0de68d48c2c128564feb7178e48f0c8aa1e5afcec8420e8dff43beaad84 +size 69968 diff --git a/MendeleyCXR/images/Darwin_00004210_person1349_bacteria_3439.png b/MendeleyCXR/images/Darwin_00004210_person1349_bacteria_3439.png new file mode 100644 index 0000000000000000000000000000000000000000..bae2be63f2436f564768f20b587263e6fa7f8222 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004210_person1349_bacteria_3439.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:252ab43f0a43f58383550a385095f56bc142c363242db7e6f94dbaf68d738c46 +size 74674 diff --git a/MendeleyCXR/images/Darwin_00004211_person1351_bacteria_3441.png b/MendeleyCXR/images/Darwin_00004211_person1351_bacteria_3441.png new file mode 100644 index 0000000000000000000000000000000000000000..0547d99c1da7cd55a11fc21ea10d6c64e89e9c21 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004211_person1351_bacteria_3441.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f29f32e79c6ec8f93fd2bce244dcce8ccfe75554a04101bb86b524c2ab87ff7a +size 68936 diff --git a/MendeleyCXR/images/Darwin_00004212_person1352_bacteria_3442.png b/MendeleyCXR/images/Darwin_00004212_person1352_bacteria_3442.png new file mode 100644 index 0000000000000000000000000000000000000000..8af981c48934cabc33a6dbec0de2a8e93068b6b4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004212_person1352_bacteria_3442.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfd7bab86c2926f855edb41afb6347e6eff0a7d9a2f652ea4f4d9bce4311bef3 +size 67313 diff --git a/MendeleyCXR/images/Darwin_00004213_person1352_bacteria_3443.png b/MendeleyCXR/images/Darwin_00004213_person1352_bacteria_3443.png new file mode 100644 index 0000000000000000000000000000000000000000..32e58aa5b1345038b8f1e53e3694d7ee68ee72a6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004213_person1352_bacteria_3443.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:765b5ec561b48951665196a3dac4a43a8ed52492ae8addb50e2570c5d4ad0535 +size 69470 diff --git a/MendeleyCXR/images/Darwin_00004214_person1352_bacteria_3444.png b/MendeleyCXR/images/Darwin_00004214_person1352_bacteria_3444.png new file mode 100644 index 0000000000000000000000000000000000000000..6c3b6c6ada17ebb1c05f45f5a9b5ebc2bcafeee1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004214_person1352_bacteria_3444.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deffd937b78b822e196914edcdf82efc652de12ab3e038b1e3eff572bd9f947c +size 75575 diff --git a/MendeleyCXR/images/Darwin_00004215_person1352_bacteria_3445.png b/MendeleyCXR/images/Darwin_00004215_person1352_bacteria_3445.png new file mode 100644 index 0000000000000000000000000000000000000000..03f267fa771d191e17f28941e94d281b2585f36e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004215_person1352_bacteria_3445.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:890c0950149b979a725c14c973230b4523b570581a4258a6862206d9c8b8024a +size 75329 diff --git a/MendeleyCXR/images/Darwin_00004216_person1353_bacteria_3446.png b/MendeleyCXR/images/Darwin_00004216_person1353_bacteria_3446.png new file mode 100644 index 0000000000000000000000000000000000000000..63e243cedc5eb0293ac32d10c1874cb50b28cb5b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004216_person1353_bacteria_3446.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52d0a42558b1e6af41d83cd5aafa0326522c668349ca0f5f44a06754ab5fdf90 +size 70291 diff --git a/MendeleyCXR/images/Darwin_00004217_person1354_bacteria_3448.png b/MendeleyCXR/images/Darwin_00004217_person1354_bacteria_3448.png new file mode 100644 index 0000000000000000000000000000000000000000..95d235c8f97da30309fbe61ef5c4587585ab80a8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004217_person1354_bacteria_3448.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e16d81bfbbfb0896d34a641318acffb24d05c02ce200007531ed5189bd12609 +size 73820 diff --git a/MendeleyCXR/images/Darwin_00004218_person1355_bacteria_3449.png b/MendeleyCXR/images/Darwin_00004218_person1355_bacteria_3449.png new file mode 100644 index 0000000000000000000000000000000000000000..69030909d0229154f0ac06f13ae6e73ab050831e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004218_person1355_bacteria_3449.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7bdbce37cb812c1766d7b20a2b30530d21ab64dffc6044d696556371e1525c9 +size 81613 diff --git a/MendeleyCXR/images/Darwin_00004222_person1162_bacteria_3107.png b/MendeleyCXR/images/Darwin_00004222_person1162_bacteria_3107.png new file mode 100644 index 0000000000000000000000000000000000000000..491b5e39826818f213de6e627fccf44c2f25771b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004222_person1162_bacteria_3107.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98273396fa6ea36212d5356c41c3d65f4f694e516930f736e05e0ea65aa14a17 +size 76885 diff --git a/MendeleyCXR/images/Darwin_00004223_person1164_bacteria_3110.png b/MendeleyCXR/images/Darwin_00004223_person1164_bacteria_3110.png new file mode 100644 index 0000000000000000000000000000000000000000..7152113446ff2e0a0f3cd6e3c00d74ed4e33fd7a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004223_person1164_bacteria_3110.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bb24e88a87cc44f9ce5e06b406f9b391cef606e63ee61caaaa58ac615bf8a26 +size 71488 diff --git a/MendeleyCXR/images/Darwin_00004224_person1165_bacteria_3111.png b/MendeleyCXR/images/Darwin_00004224_person1165_bacteria_3111.png new file mode 100644 index 0000000000000000000000000000000000000000..40714dbef7620966bfa68b1b8843761557c0617c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004224_person1165_bacteria_3111.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8911550067d8d031bd59a0821afbaf987c9ddf8c640a91d4b7844ced2e28ad30 +size 72145 diff --git a/MendeleyCXR/images/Darwin_00004225_person1167_bacteria_3113.png b/MendeleyCXR/images/Darwin_00004225_person1167_bacteria_3113.png new file mode 100644 index 0000000000000000000000000000000000000000..760a610b0e8373692e956f1fe96f9d84a618308f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004225_person1167_bacteria_3113.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53c3b8718b346b255879870dad39529e51a9b872d11933324dd9d7f5418b5bce +size 69412 diff --git a/MendeleyCXR/images/Darwin_00004226_person1168_bacteria_3114.png b/MendeleyCXR/images/Darwin_00004226_person1168_bacteria_3114.png new file mode 100644 index 0000000000000000000000000000000000000000..7ecce7562348debbaf516fc318002bbd4f142305 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004226_person1168_bacteria_3114.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91a9efdf03e6c01292bcd9cf0f7e82af1b3468a87d8fbf42ae5d1cafba089ae9 +size 69876 diff --git a/MendeleyCXR/images/Darwin_00004227_person1168_bacteria_3115.png b/MendeleyCXR/images/Darwin_00004227_person1168_bacteria_3115.png new file mode 100644 index 0000000000000000000000000000000000000000..fa1597f423e5c137a9461ba68293e8e956c044cb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004227_person1168_bacteria_3115.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf62d8cfd62353c80d43158c2e2aee287ecf1245351d15ee2fa48fc458a543c6 +size 63953 diff --git a/MendeleyCXR/images/Darwin_00004228_person1170_bacteria_3117.png b/MendeleyCXR/images/Darwin_00004228_person1170_bacteria_3117.png new file mode 100644 index 0000000000000000000000000000000000000000..5cf1f46843eb1c8128c04525a299b6ea3b621425 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004228_person1170_bacteria_3117.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bdf7a392757e4c290d02f5f3e9ee011337b09fe648cb1b345c09f3b5314a82a +size 70520 diff --git a/MendeleyCXR/images/Darwin_00004229_person1171_bacteria_3118.png b/MendeleyCXR/images/Darwin_00004229_person1171_bacteria_3118.png new file mode 100644 index 0000000000000000000000000000000000000000..b6fe4b27e84ccf6c0f4fbcdde53057d3f65e4ce4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004229_person1171_bacteria_3118.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86aa604ff0d8c22d78f29f89f995dfed1031e42b1c77434058090e8fa8c49d7c +size 73343 diff --git a/MendeleyCXR/images/Darwin_00004230_person1172_bacteria_3119.png b/MendeleyCXR/images/Darwin_00004230_person1172_bacteria_3119.png new file mode 100644 index 0000000000000000000000000000000000000000..f7af55d25aef51bb2701c039675a82a4bbe7b362 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004230_person1172_bacteria_3119.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:353006a4029a9b25d45c775015ce049b2706206948ce1b6ddb56110a537f3379 +size 73577 diff --git a/MendeleyCXR/images/Darwin_00004231_person1175_bacteria_3122.png b/MendeleyCXR/images/Darwin_00004231_person1175_bacteria_3122.png new file mode 100644 index 0000000000000000000000000000000000000000..d165535e9f42039491e49ca6072f116bfe933114 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004231_person1175_bacteria_3122.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6ded6804566e863c02e66208ec1acdc39b78941d9b7b0a6faf345e9ee13a150 +size 78843 diff --git a/MendeleyCXR/images/Darwin_00004232_person1176_bacteria_3123.png b/MendeleyCXR/images/Darwin_00004232_person1176_bacteria_3123.png new file mode 100644 index 0000000000000000000000000000000000000000..06edb2f7af021178c25f64e575ca80277640546d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004232_person1176_bacteria_3123.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d13268a6e3d8ad5e3ee72fc2711ab7428d19c7a805f841cc2eb238001751c72 +size 64703 diff --git a/MendeleyCXR/images/Darwin_00004233_person1176_bacteria_3124.png b/MendeleyCXR/images/Darwin_00004233_person1176_bacteria_3124.png new file mode 100644 index 0000000000000000000000000000000000000000..ed5b91ad994f9d2d23e44b307d017a7526820d7b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004233_person1176_bacteria_3124.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12721e94b6116a7afdf5f96b6a761ed01020547cb18ead4f36f976a70bc76558 +size 76361 diff --git a/MendeleyCXR/images/Darwin_00004234_person1177_bacteria_3125.png b/MendeleyCXR/images/Darwin_00004234_person1177_bacteria_3125.png new file mode 100644 index 0000000000000000000000000000000000000000..a883c4495389f2e357f49a12821b7701e9b2319b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004234_person1177_bacteria_3125.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5588b673f148d7570d05ecbd564739e7fbc81e90d27dbf41d283481d8e37c17c +size 67721 diff --git a/MendeleyCXR/images/Darwin_00004235_person1178_bacteria_3126.png b/MendeleyCXR/images/Darwin_00004235_person1178_bacteria_3126.png new file mode 100644 index 0000000000000000000000000000000000000000..1f60e4fdbd7e26a5a8720019e4111649e7fbf1cb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004235_person1178_bacteria_3126.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee02aba42f96cbcf5fcfd9d68c2d1cce23eb918d1677c5b9e56bbb83d0bb90c7 +size 63194 diff --git a/MendeleyCXR/images/Darwin_00004236_person1179_bacteria_3127.png b/MendeleyCXR/images/Darwin_00004236_person1179_bacteria_3127.png new file mode 100644 index 0000000000000000000000000000000000000000..cc5aa3b41922b213861b1adaf09462b627697cde --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004236_person1179_bacteria_3127.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f264f01d8f6dd8805249a9fbd85bb9f7bfc9369aae91ef08b6a9edfd2df5856d +size 80713 diff --git a/MendeleyCXR/images/Darwin_00004237_person1180_bacteria_3128.png b/MendeleyCXR/images/Darwin_00004237_person1180_bacteria_3128.png new file mode 100644 index 0000000000000000000000000000000000000000..472e707aadf453e06b9a36d72c0289030070e74c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004237_person1180_bacteria_3128.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56b1e0556aa8381a56328ac965b7668a550980ca842d4e9dc0a3a471e97f6065 +size 70656 diff --git a/MendeleyCXR/images/Darwin_00004238_person1181_bacteria_3129.png b/MendeleyCXR/images/Darwin_00004238_person1181_bacteria_3129.png new file mode 100644 index 0000000000000000000000000000000000000000..276ab4af526e52cc6beb46a9155d75a673428b23 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004238_person1181_bacteria_3129.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c50072888741b575923e7c642d453f4ddd3d5279420ab66756772ed466ce40b6 +size 72530 diff --git a/MendeleyCXR/images/Darwin_00004239_person1183_bacteria_3131.png b/MendeleyCXR/images/Darwin_00004239_person1183_bacteria_3131.png new file mode 100644 index 0000000000000000000000000000000000000000..6434cd0a7f5302ad232ffd98e8453007f1db2b51 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004239_person1183_bacteria_3131.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6995d51404962f5b88e8c3ecc89bd066b5d858b26c8bfa351ba3fb3f356ce533 +size 69341 diff --git a/MendeleyCXR/images/Darwin_00004240_person1184_bacteria_3132.png b/MendeleyCXR/images/Darwin_00004240_person1184_bacteria_3132.png new file mode 100644 index 0000000000000000000000000000000000000000..9b53805271b368dd64759e316300dc6612d1d81b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004240_person1184_bacteria_3132.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8162adf000b3c4cc683642cea1e24d2cc60dcfe99c86421c4ffb8bd87f2511ec +size 63459 diff --git a/MendeleyCXR/images/Darwin_00004241_person1185_bacteria_3133.png b/MendeleyCXR/images/Darwin_00004241_person1185_bacteria_3133.png new file mode 100644 index 0000000000000000000000000000000000000000..9a6bacfe4086372fb2e8ae56779f5c27c23604ab --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004241_person1185_bacteria_3133.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be88cca0b0b562d057f71d9fe5953b629edbfd98f6cc1d0850878a6f1c0496f9 +size 69663 diff --git a/MendeleyCXR/images/Darwin_00004242_person1186_bacteria_3134.png b/MendeleyCXR/images/Darwin_00004242_person1186_bacteria_3134.png new file mode 100644 index 0000000000000000000000000000000000000000..aa3292ccda04b6c6fb41dfc1a887eec4319d11d2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004242_person1186_bacteria_3134.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7226559cdf3cc4bfc8ba4335318903ebfa68da66ecedfa4e334ddf56c6ff3b0e +size 69650 diff --git a/MendeleyCXR/images/Darwin_00004243_person1186_bacteria_3135.png b/MendeleyCXR/images/Darwin_00004243_person1186_bacteria_3135.png new file mode 100644 index 0000000000000000000000000000000000000000..6860c8c30d4b5d6350ed5f24d9e2a15b9af30e0f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004243_person1186_bacteria_3135.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8a9f8eb8e3e84a6d608ac24e1ebb7acfd03999c3b61ec9a65f980225b2d49d1 +size 70950 diff --git a/MendeleyCXR/images/Darwin_00004244_person1187_bacteria_3136.png b/MendeleyCXR/images/Darwin_00004244_person1187_bacteria_3136.png new file mode 100644 index 0000000000000000000000000000000000000000..d61fd0c75c94cf1ad4f3459779687e8c01797835 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004244_person1187_bacteria_3136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0055a5f99f2dfcc1b658570564cfef64a3cfe36d0d1f5ec98637cefc32fe2b78 +size 69822 diff --git a/MendeleyCXR/images/Darwin_00004245_person1188_bacteria_3137.png b/MendeleyCXR/images/Darwin_00004245_person1188_bacteria_3137.png new file mode 100644 index 0000000000000000000000000000000000000000..0d262c6a09023ced37f937c7c1598307e4b292b4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004245_person1188_bacteria_3137.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feb504b2d4dc7a8e323a31c68735cf8144cdcce56cf161d0df19b2ec7974b0a9 +size 63784 diff --git a/MendeleyCXR/images/Darwin_00004246_person1192_bacteria_3141.png b/MendeleyCXR/images/Darwin_00004246_person1192_bacteria_3141.png new file mode 100644 index 0000000000000000000000000000000000000000..a8aceb1f7c7735c6502d65703265f31f5f8ccf41 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004246_person1192_bacteria_3141.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec1aa34746492f239a9ff36a83119fa5cd64f40a9bd683b16595566c1e251982 +size 74700 diff --git a/MendeleyCXR/images/Darwin_00004247_person1194_bacteria_3143.png b/MendeleyCXR/images/Darwin_00004247_person1194_bacteria_3143.png new file mode 100644 index 0000000000000000000000000000000000000000..ef7377f1ccb66dfb34feae777dc97f8852262d85 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004247_person1194_bacteria_3143.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c76afba6953b634a681330aba7bf2f803dfc59d879825716996d1f806fdbc8ba +size 65385 diff --git a/MendeleyCXR/images/Darwin_00004248_person1195_bacteria_3144.png b/MendeleyCXR/images/Darwin_00004248_person1195_bacteria_3144.png new file mode 100644 index 0000000000000000000000000000000000000000..33f359c323a7484e4b3dc2b899054bd2d00a29af --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004248_person1195_bacteria_3144.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97c05b20cce9b277c3b480a1aefee1ce13d46622d6383407e30452f80ba46755 +size 69282 diff --git a/MendeleyCXR/images/Darwin_00004249_person1196_bacteria_3146.png b/MendeleyCXR/images/Darwin_00004249_person1196_bacteria_3146.png new file mode 100644 index 0000000000000000000000000000000000000000..9598398ecde7d2d2b4a219cba058069790e10296 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004249_person1196_bacteria_3146.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:323c00d89ef09cae283221c2487100bee3229c81f564856830db084dca30b2f3 +size 67836 diff --git a/MendeleyCXR/images/Darwin_00004250_person1197_bacteria_3147.png b/MendeleyCXR/images/Darwin_00004250_person1197_bacteria_3147.png new file mode 100644 index 0000000000000000000000000000000000000000..d4400d79543344e9a134d8787360f5c3bdc20629 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004250_person1197_bacteria_3147.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37f5ca7938fc63f41cc56c8bbe8873a3fb2fbde1c08354c6e239a2c157d00686 +size 69710 diff --git a/MendeleyCXR/images/Darwin_00004251_person1198_bacteria_3148.png b/MendeleyCXR/images/Darwin_00004251_person1198_bacteria_3148.png new file mode 100644 index 0000000000000000000000000000000000000000..1cdb9651c85ca7c8053ef4d658f85c16e5d0b4ac --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004251_person1198_bacteria_3148.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c4409bb65df28512832af0b6949d6ec809f303ddc83817b9fbc524ca86f3f6c +size 63566 diff --git a/MendeleyCXR/images/Darwin_00004252_person1199_bacteria_3149.png b/MendeleyCXR/images/Darwin_00004252_person1199_bacteria_3149.png new file mode 100644 index 0000000000000000000000000000000000000000..9ea7d464172821f728e087932d5b526c7fa81df0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004252_person1199_bacteria_3149.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2415f7cf23f790f2d5dbcf14ae4b96378bc6d4d85ba7251d54d9decd34008752 +size 78527 diff --git a/MendeleyCXR/images/Darwin_00004253_person1201_bacteria_3151.png b/MendeleyCXR/images/Darwin_00004253_person1201_bacteria_3151.png new file mode 100644 index 0000000000000000000000000000000000000000..d9543e9eb257c653d737b42c1b1467b91284dc1e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004253_person1201_bacteria_3151.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfa6a5a6d266a06263bf51ce9ab3b79a07e22087dc7aeb83294e11d44626ddcc +size 72506 diff --git a/MendeleyCXR/images/Darwin_00004254_person1202_bacteria_3152.png b/MendeleyCXR/images/Darwin_00004254_person1202_bacteria_3152.png new file mode 100644 index 0000000000000000000000000000000000000000..de2f1095f6bd944bdf05ea4cb1390012ac0764c1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004254_person1202_bacteria_3152.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8944f7ef67ac3836cef099cc09a422d391ca5347d00810fe3c8e63cc953b12c +size 70547 diff --git a/MendeleyCXR/images/Darwin_00004255_person1202_bacteria_3153.png b/MendeleyCXR/images/Darwin_00004255_person1202_bacteria_3153.png new file mode 100644 index 0000000000000000000000000000000000000000..7f4eea10082bd24ae5d279e040af01bd199b1676 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004255_person1202_bacteria_3153.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3073fba4c8dbbfeba7c4a3bd44362ec55212b326701b0205eeb747dfc1eb839 +size 74419 diff --git a/MendeleyCXR/images/Darwin_00004256_person1203_bacteria_3154.png b/MendeleyCXR/images/Darwin_00004256_person1203_bacteria_3154.png new file mode 100644 index 0000000000000000000000000000000000000000..490d415b5b5b66f4bd2426fc9a0b61d68629d345 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004256_person1203_bacteria_3154.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:542c6dd2972ca4e5038e53835b4dbdfef6e1b041ebc2d94b3c04fabb40d025a2 +size 69401 diff --git a/MendeleyCXR/images/Darwin_00004258_person1204_bacteria_3156.png b/MendeleyCXR/images/Darwin_00004258_person1204_bacteria_3156.png new file mode 100644 index 0000000000000000000000000000000000000000..16d8870e6aaffa705d64b4f35d89212d57c318cb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004258_person1204_bacteria_3156.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa9ed00156c9d83f76c3a99b16ae804d1b0f05239f46aa1ec8027e84ea0a5ee2 +size 66378 diff --git a/MendeleyCXR/images/Darwin_00004259_person1205_bacteria_3157.png b/MendeleyCXR/images/Darwin_00004259_person1205_bacteria_3157.png new file mode 100644 index 0000000000000000000000000000000000000000..751d9b5bc782a50594f362b8883a618958a7f6e2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004259_person1205_bacteria_3157.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b507a08c9fc7b641ae24092d7f2df05a2b7689398ef34afd3036270c63c8cf5c +size 76493 diff --git a/MendeleyCXR/images/Darwin_00004260_person1206_bacteria_3158.png b/MendeleyCXR/images/Darwin_00004260_person1206_bacteria_3158.png new file mode 100644 index 0000000000000000000000000000000000000000..22b2fb8d1fec2271028382847d21e174a67daf6d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004260_person1206_bacteria_3158.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbfb0e50af9cd9f4fd4301b55219fff7913a82e829c4c7f48f24964715dee3f5 +size 65152 diff --git a/MendeleyCXR/images/Darwin_00004261_person1207_bacteria_3159.png b/MendeleyCXR/images/Darwin_00004261_person1207_bacteria_3159.png new file mode 100644 index 0000000000000000000000000000000000000000..73d2bed9f363f6547795a010e5b264cd50f1d117 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004261_person1207_bacteria_3159.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc75a0c17dd9a1ea9e33b8de0024bb47a7b92d142d5c0b9ee265d491e4a34d90 +size 66965 diff --git a/MendeleyCXR/images/Darwin_00004262_person1208_bacteria_3160.png b/MendeleyCXR/images/Darwin_00004262_person1208_bacteria_3160.png new file mode 100644 index 0000000000000000000000000000000000000000..b38108fe2cad580bce854c5fca425af384ca0db8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004262_person1208_bacteria_3160.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8533f143e06f1038f74364b1431f295b1061738e2769669061d34cddff84169 +size 73569 diff --git a/MendeleyCXR/images/Darwin_00004263_person1209_bacteria_3161.png b/MendeleyCXR/images/Darwin_00004263_person1209_bacteria_3161.png new file mode 100644 index 0000000000000000000000000000000000000000..cc1db87e07e836d1770b59b2e122e6cbe2fc0783 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004263_person1209_bacteria_3161.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28dad4237e3e4f2267050d5adaf757ee33fc6a59c085615118ed576fb222267b +size 69217 diff --git a/MendeleyCXR/images/Darwin_00004264_person1211_bacteria_3163.png b/MendeleyCXR/images/Darwin_00004264_person1211_bacteria_3163.png new file mode 100644 index 0000000000000000000000000000000000000000..254b9049a8937e59a1aae2059c075992f66aed13 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004264_person1211_bacteria_3163.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39a332d3c02127726492fe15840ed9c048799a01deacfa5767ada31dcd29e776 +size 72004 diff --git a/MendeleyCXR/images/Darwin_00004265_person1212_bacteria_3164.png b/MendeleyCXR/images/Darwin_00004265_person1212_bacteria_3164.png new file mode 100644 index 0000000000000000000000000000000000000000..5201dcc364ddc978253ee7ce9862cf46a80f6536 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004265_person1212_bacteria_3164.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeb8f891e0ec0720546127edbba97d49025adf1ffb747618fd4cc5253be32f67 +size 74064 diff --git a/MendeleyCXR/images/Darwin_00004266_person1214_bacteria_3166.png b/MendeleyCXR/images/Darwin_00004266_person1214_bacteria_3166.png new file mode 100644 index 0000000000000000000000000000000000000000..844b8fa947c1f45e51a14484c5611c18f74d8e3b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004266_person1214_bacteria_3166.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:797eb5c7ae19a5aea1457da809fee39179a8c3e051fc4ea425fe487efd4a7c75 +size 76615 diff --git a/MendeleyCXR/images/Darwin_00004267_person1215_bacteria_3167.png b/MendeleyCXR/images/Darwin_00004267_person1215_bacteria_3167.png new file mode 100644 index 0000000000000000000000000000000000000000..0ea3ac863e2eb23f051edfdf5cfe93351ed88463 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004267_person1215_bacteria_3167.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e62c49b4c19c29e2445e2eefac0d8be06014589380167d24c3d4cfd24da5b5b4 +size 69701 diff --git a/MendeleyCXR/images/Darwin_00004268_person1216_bacteria_3168.png b/MendeleyCXR/images/Darwin_00004268_person1216_bacteria_3168.png new file mode 100644 index 0000000000000000000000000000000000000000..7f888bb1a2de6cc1f9bc4385154b38dd4e9dfe21 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004268_person1216_bacteria_3168.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d08cb2c00ed4cd847966c2f8570fb9cfee03c174bc2e15685e335186c06e694 +size 68387 diff --git a/MendeleyCXR/images/Darwin_00004269_person1217_bacteria_3169.png b/MendeleyCXR/images/Darwin_00004269_person1217_bacteria_3169.png new file mode 100644 index 0000000000000000000000000000000000000000..dc6ec4bf3836b8dbb6b4f8f7b74a5f61b674b2c6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004269_person1217_bacteria_3169.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff686f1f2197ef65bea510d6a71cad6b535ee752287abebf5b797643ef5bcd3e +size 62182 diff --git a/MendeleyCXR/images/Darwin_00004270_person1218_bacteria_3171.png b/MendeleyCXR/images/Darwin_00004270_person1218_bacteria_3171.png new file mode 100644 index 0000000000000000000000000000000000000000..93a43a3347ce2cf94455d5b508c14f811a57cdaa --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004270_person1218_bacteria_3171.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58ba2929b7df2f2fe86d713bab8408adc342cc3546d56f741c146106adbd04e9 +size 66139 diff --git a/MendeleyCXR/images/Darwin_00004271_person1219_bacteria_3172.png b/MendeleyCXR/images/Darwin_00004271_person1219_bacteria_3172.png new file mode 100644 index 0000000000000000000000000000000000000000..ec838c5d2427959a82ed71938037f55b0108a220 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004271_person1219_bacteria_3172.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbb44d652d5fd8d6d42982bca7514b4671119cc2f8b4c135edebcae833cb69ad +size 75894 diff --git a/MendeleyCXR/images/Darwin_00004272_person1220_bacteria_3173.png b/MendeleyCXR/images/Darwin_00004272_person1220_bacteria_3173.png new file mode 100644 index 0000000000000000000000000000000000000000..4fa2319624d5f674af52209d49de67071301c915 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004272_person1220_bacteria_3173.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdb3de5b7641d7d14f869f5255efa71ca6daa4ab03b2af2655b6e152e97e81db +size 71064 diff --git a/MendeleyCXR/images/Darwin_00004273_person1220_bacteria_3174.png b/MendeleyCXR/images/Darwin_00004273_person1220_bacteria_3174.png new file mode 100644 index 0000000000000000000000000000000000000000..28e241f938b361eba758a699e0bc382ff82ac9c2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004273_person1220_bacteria_3174.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb7cce5efb72396eb8af61ccfe0c1278348ae71db7c138d9c2a97d37d63acf5e +size 73431 diff --git a/MendeleyCXR/images/Darwin_00004274_person1222_bacteria_3177.png b/MendeleyCXR/images/Darwin_00004274_person1222_bacteria_3177.png new file mode 100644 index 0000000000000000000000000000000000000000..44df488cf3b2970e7c5552ca46d506c3b0edfd36 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004274_person1222_bacteria_3177.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:874f76390719fff70e625bad01ba06688d89b67b88e083b3116af61d0bc92370 +size 65593 diff --git a/MendeleyCXR/images/Darwin_00004275_person1223_bacteria_3178.png b/MendeleyCXR/images/Darwin_00004275_person1223_bacteria_3178.png new file mode 100644 index 0000000000000000000000000000000000000000..21d645524382adaebacf36395d7fdf9692d14599 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004275_person1223_bacteria_3178.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8779f8e573051e235e9348004ae7442d35144a15045fee296bb5965b7312c6d5 +size 72818 diff --git a/MendeleyCXR/images/Darwin_00004276_person1225_bacteria_3180.png b/MendeleyCXR/images/Darwin_00004276_person1225_bacteria_3180.png new file mode 100644 index 0000000000000000000000000000000000000000..fbc31178c012f2ebac8770eaa12eab8a8208cf31 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004276_person1225_bacteria_3180.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55a74d3defba0b8e52eb5664c05bb98e74c5b17b10399cc62d07ff402a8baee9 +size 76220 diff --git a/MendeleyCXR/images/Darwin_00004277_person1227_bacteria_3182.png b/MendeleyCXR/images/Darwin_00004277_person1227_bacteria_3182.png new file mode 100644 index 0000000000000000000000000000000000000000..5a510c82c743ee4e6dd24ef40b1fec1d7575ef41 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004277_person1227_bacteria_3182.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dec89118ddf59ba1226cc7482787614a4cb1dfe71d77736e943267d267e1c4c +size 66158 diff --git a/MendeleyCXR/images/Darwin_00004278_person1228_bacteria_3183.png b/MendeleyCXR/images/Darwin_00004278_person1228_bacteria_3183.png new file mode 100644 index 0000000000000000000000000000000000000000..f696424034ba2567848c8e6b0969f5d6602e976f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004278_person1228_bacteria_3183.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd24b88532cf5761491a947fc8664665bec80b87c6c24621664651a5c043fa0f +size 73931 diff --git a/MendeleyCXR/images/Darwin_00004279_person1230_bacteria_3185.png b/MendeleyCXR/images/Darwin_00004279_person1230_bacteria_3185.png new file mode 100644 index 0000000000000000000000000000000000000000..b91b9c73479c1b7d1e416d5ce05c7e09e4bb65e6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004279_person1230_bacteria_3185.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c5171dd98a117c9ac4645e4a5a36a8e585dac7761e85316e2ab2eb4d956eea9 +size 65241 diff --git a/MendeleyCXR/images/Darwin_00004280_person1231_bacteria_3186.png b/MendeleyCXR/images/Darwin_00004280_person1231_bacteria_3186.png new file mode 100644 index 0000000000000000000000000000000000000000..225a268c85506592d2ed9c6cf31efa757c1d1c85 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004280_person1231_bacteria_3186.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36c555a986eb1bf3602620a840238b2cc383dda48805e06f269bb05acf4bf5ff +size 64756 diff --git a/MendeleyCXR/images/Darwin_00004281_person1233_bacteria_3188.png b/MendeleyCXR/images/Darwin_00004281_person1233_bacteria_3188.png new file mode 100644 index 0000000000000000000000000000000000000000..f21b4f8e0ebcdccd7c9eed44b899a9fa4a167878 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004281_person1233_bacteria_3188.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48cf88fbc3cfd0607e197a90247976f64214108c7ee43806e32fa664b91672f4 +size 75483 diff --git a/MendeleyCXR/images/Darwin_00004282_person1234_bacteria_3189.png b/MendeleyCXR/images/Darwin_00004282_person1234_bacteria_3189.png new file mode 100644 index 0000000000000000000000000000000000000000..f5b4a58e230e6517dbcfdafa71831818551ee1fa --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004282_person1234_bacteria_3189.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4c59dfad03301a1e57551241a25417021ab03ea2bd3d7192f4ebf2429a82000 +size 70909 diff --git a/MendeleyCXR/images/Darwin_00004283_person1234_bacteria_3190.png b/MendeleyCXR/images/Darwin_00004283_person1234_bacteria_3190.png new file mode 100644 index 0000000000000000000000000000000000000000..40692287eacff8970936f5d7f2913c9f80234b84 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004283_person1234_bacteria_3190.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1384614e1261b93c49696f5d0ae419afe0bc8fe734fae8f081035256c5c57032 +size 79735 diff --git a/MendeleyCXR/images/Darwin_00004284_person1235_bacteria_3191.png b/MendeleyCXR/images/Darwin_00004284_person1235_bacteria_3191.png new file mode 100644 index 0000000000000000000000000000000000000000..ebc9cea4ecc964dd106acf70835afb1fdfe3dd63 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004284_person1235_bacteria_3191.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c726ea47d1f21352d01f38637973e1de629edf6b4260c1a591f59edf31911f23 +size 67457 diff --git a/MendeleyCXR/images/Darwin_00004285_person1236_bacteria_3192.png b/MendeleyCXR/images/Darwin_00004285_person1236_bacteria_3192.png new file mode 100644 index 0000000000000000000000000000000000000000..ca0c9dfa7a58f512c1c520cfad0a376ace9e8100 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004285_person1236_bacteria_3192.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a74ef3ec0fab8a28bb3376db70c80b582f351e24218d0013ce22b4edb6ae2230 +size 71678 diff --git a/MendeleyCXR/images/Darwin_00004286_person1237_bacteria_3193.png b/MendeleyCXR/images/Darwin_00004286_person1237_bacteria_3193.png new file mode 100644 index 0000000000000000000000000000000000000000..276e22c628f2c05afb37459a1c8e0122e9a88cf1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004286_person1237_bacteria_3193.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:844659df1899e99593e48d920cb1c6b1c3db3c9fe6bc0b8c0a1722258f4a4e4e +size 67243 diff --git a/MendeleyCXR/images/Darwin_00004287_person1238_bacteria_3194.png b/MendeleyCXR/images/Darwin_00004287_person1238_bacteria_3194.png new file mode 100644 index 0000000000000000000000000000000000000000..1713cd698b09781e12e5078e452d353c14e02872 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004287_person1238_bacteria_3194.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4853a366a0fa719c0244bb589d7851a6fe1d7c61dc912da90b796226284d78ec +size 63168 diff --git a/MendeleyCXR/images/Darwin_00004288_person1239_bacteria_3195.png b/MendeleyCXR/images/Darwin_00004288_person1239_bacteria_3195.png new file mode 100644 index 0000000000000000000000000000000000000000..db7ee0668c9ce7b25bddc8656d8713b222787497 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004288_person1239_bacteria_3195.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5c0269357cd3bfb6b39279ddc9b76ec7fea3cedba646c1a38678c6f02a1e720 +size 64979 diff --git a/MendeleyCXR/images/Darwin_00004289_person1240_bacteria_3196.png b/MendeleyCXR/images/Darwin_00004289_person1240_bacteria_3196.png new file mode 100644 index 0000000000000000000000000000000000000000..5c35dc8869e2d30dea1ddd7eb57f13afa90e5d02 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004289_person1240_bacteria_3196.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7898894db5bd9d49c9488f99709296b7ceb093a7484073899e38df97b3f8deec +size 73660 diff --git a/MendeleyCXR/images/Darwin_00004290_person1241_bacteria_3197.png b/MendeleyCXR/images/Darwin_00004290_person1241_bacteria_3197.png new file mode 100644 index 0000000000000000000000000000000000000000..69c18735301dbcc7196598226e4d8a903ba2df76 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004290_person1241_bacteria_3197.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:421a958dbc6d18e81e3e695f9987ac4858893360e74732829fdc5052f2c40ae2 +size 70866 diff --git a/MendeleyCXR/images/Darwin_00004291_person1242_bacteria_3198.png b/MendeleyCXR/images/Darwin_00004291_person1242_bacteria_3198.png new file mode 100644 index 0000000000000000000000000000000000000000..8c39e694283cff8657293ce62e332bd110d61729 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004291_person1242_bacteria_3198.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1724013910f957326096279deebabef29978aadbeea2f84d6f12df6f12d349f8 +size 66866 diff --git a/MendeleyCXR/images/Darwin_00004292_person1243_bacteria_3199.png b/MendeleyCXR/images/Darwin_00004292_person1243_bacteria_3199.png new file mode 100644 index 0000000000000000000000000000000000000000..fd814e2b519ebba4463f204ec277249e69d6aa83 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004292_person1243_bacteria_3199.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dca74ea570acaebaa0ec788d416d9fed418ace272d761070c4a697155a13712 +size 66105 diff --git a/MendeleyCXR/images/Darwin_00004293_person1244_bacteria_3200.png b/MendeleyCXR/images/Darwin_00004293_person1244_bacteria_3200.png new file mode 100644 index 0000000000000000000000000000000000000000..930ddcc43cc34b483567a12145717fbe81f47a75 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004293_person1244_bacteria_3200.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:915607e5babafd31d1fac8640e9fce87733c6141e14e6e63f8a24cc6f375c920 +size 74529 diff --git a/MendeleyCXR/images/Darwin_00004294_person1246_bacteria_3202.png b/MendeleyCXR/images/Darwin_00004294_person1246_bacteria_3202.png new file mode 100644 index 0000000000000000000000000000000000000000..b9138ea154dcefd4d0155b3f0189c31821e15c87 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004294_person1246_bacteria_3202.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2815f9a9eaee9a4d6fdc31bfe1a1cbf29293ebb162eb64697d8c21550e63802c +size 70547 diff --git a/MendeleyCXR/images/Darwin_00004295_person1247_bacteria_3203.png b/MendeleyCXR/images/Darwin_00004295_person1247_bacteria_3203.png new file mode 100644 index 0000000000000000000000000000000000000000..f2e039c32cfc1582227466acbc30291295bbc977 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004295_person1247_bacteria_3203.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccce44572230524760b51986dea944d21c4da57eafce37d561e765db468e0a46 +size 68355 diff --git a/MendeleyCXR/images/Darwin_00004296_person1248_bacteria_3204.png b/MendeleyCXR/images/Darwin_00004296_person1248_bacteria_3204.png new file mode 100644 index 0000000000000000000000000000000000000000..87c2a2be16ab6081f01f4efb714d83bdaa08d898 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004296_person1248_bacteria_3204.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:302dce48a8af099e302c0cc2bc4c61a571db20f67e60f57b9b6f70bf4faf6882 +size 63825 diff --git a/MendeleyCXR/images/Darwin_00004297_person1249_bacteria_3205.png b/MendeleyCXR/images/Darwin_00004297_person1249_bacteria_3205.png new file mode 100644 index 0000000000000000000000000000000000000000..c91edafaf7cc4cdccf40cefcce04db005d46d223 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004297_person1249_bacteria_3205.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af64d4b469e467dc3f1153935afc00cd86fd6dd369cc7c90c9e301a5573a814f +size 62682 diff --git a/MendeleyCXR/images/Darwin_00004299_person1251_bacteria_3208.png b/MendeleyCXR/images/Darwin_00004299_person1251_bacteria_3208.png new file mode 100644 index 0000000000000000000000000000000000000000..c9e9b14631f184f8c0138569bfd066eee70c3f74 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004299_person1251_bacteria_3208.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d296f79610dfdad929c08af4de4073f363983de59a2abd0c149952ee162700dc +size 74605 diff --git a/MendeleyCXR/images/Darwin_00004300_person1252_bacteria_3209.png b/MendeleyCXR/images/Darwin_00004300_person1252_bacteria_3209.png new file mode 100644 index 0000000000000000000000000000000000000000..02058718a2f3a5a43c6895b63ba6e7162fd6a0a3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004300_person1252_bacteria_3209.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:751f6d76f6dc537d5e59d3e8b4e109579dfef200ad782a4b03386001120dade4 +size 70705 diff --git a/MendeleyCXR/images/Darwin_00004301_person1253_bacteria_3211.png b/MendeleyCXR/images/Darwin_00004301_person1253_bacteria_3211.png new file mode 100644 index 0000000000000000000000000000000000000000..1cdebbaeb2ee5eb0eac434a01d04fa93400ba8c5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004301_person1253_bacteria_3211.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1555308ba86889ca625ed52452d58520f450826b56d02f51935a2575374cd01c +size 71139 diff --git a/MendeleyCXR/images/Darwin_00004302_person1256_bacteria_3214.png b/MendeleyCXR/images/Darwin_00004302_person1256_bacteria_3214.png new file mode 100644 index 0000000000000000000000000000000000000000..398e6b4afdc2fa6e0f33e9d27965f69543a7e641 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004302_person1256_bacteria_3214.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07295134ec5d00982e1afad8aea06f360ce6aa50f77c7db1f6fa38e805a79830 +size 67827 diff --git a/MendeleyCXR/images/Darwin_00004303_person1257_bacteria_3215.png b/MendeleyCXR/images/Darwin_00004303_person1257_bacteria_3215.png new file mode 100644 index 0000000000000000000000000000000000000000..6fa4614aa722309f7f081557a2b704224a2bfb3d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004303_person1257_bacteria_3215.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3df46ba9a549d60463a6a98eceae36d71bd6093148860225728b1743b7fe8d7 +size 70379 diff --git a/MendeleyCXR/images/Darwin_00004304_person1258_bacteria_3216.png b/MendeleyCXR/images/Darwin_00004304_person1258_bacteria_3216.png new file mode 100644 index 0000000000000000000000000000000000000000..f11ae1a504168a855ec7167699d6a1e4e80dd6da --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004304_person1258_bacteria_3216.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20d2cdde5eb9936e6cb198c8b45f4a6eca1d8080043de328bbfbbf5a145c5dd7 +size 65826 diff --git a/MendeleyCXR/images/Darwin_00004305_person1259_bacteria_3217.png b/MendeleyCXR/images/Darwin_00004305_person1259_bacteria_3217.png new file mode 100644 index 0000000000000000000000000000000000000000..b24aa734236e9007a19a88b89258880131d8bbd4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004305_person1259_bacteria_3217.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3037dc37420128f2216d27322f4b566b32c02c4c0461683af4b801b1ce9688e3 +size 74765 diff --git a/MendeleyCXR/images/Darwin_00004306_person1260_bacteria_3218.png b/MendeleyCXR/images/Darwin_00004306_person1260_bacteria_3218.png new file mode 100644 index 0000000000000000000000000000000000000000..d875a468e2db23b4d13dcc492a76eea1574cec7b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004306_person1260_bacteria_3218.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9376773faa62c08a56aa4b5b167a8233969015c05dcf9b90c6935b5d301f145d +size 69241 diff --git a/MendeleyCXR/images/Darwin_00004307_person1261_bacteria_3219.png b/MendeleyCXR/images/Darwin_00004307_person1261_bacteria_3219.png new file mode 100644 index 0000000000000000000000000000000000000000..ec824170dfe48de7c01202fa2346f9f9109cce60 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004307_person1261_bacteria_3219.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17d16f50c06a53a0c8c04e54b1d10448e75c009a00bec80bc1262ce31b371710 +size 76319 diff --git a/MendeleyCXR/images/Darwin_00004308_person1262_bacteria_3220.png b/MendeleyCXR/images/Darwin_00004308_person1262_bacteria_3220.png new file mode 100644 index 0000000000000000000000000000000000000000..1bccac67b3e51864c33a6612e0ae08ba629e3b2c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004308_person1262_bacteria_3220.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84aea1538ba4618f9f836e0324c051191d1b0154fc70d67dce816fa3eeb3fa86 +size 68082 diff --git a/MendeleyCXR/images/Darwin_00004310_person1264_bacteria_3222.png b/MendeleyCXR/images/Darwin_00004310_person1264_bacteria_3222.png new file mode 100644 index 0000000000000000000000000000000000000000..a1a98ce2111e83ea12cdcce07a180974129b1d11 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004310_person1264_bacteria_3222.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4a7e3740b90804c72ef6de7b2eede966ef21d157333b3da7ce7d3608a073289 +size 70972 diff --git a/MendeleyCXR/images/Darwin_00004312_person1266_bacteria_3224.png b/MendeleyCXR/images/Darwin_00004312_person1266_bacteria_3224.png new file mode 100644 index 0000000000000000000000000000000000000000..f8a13ca0059b58bd331f5e3382620b661568d119 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004312_person1266_bacteria_3224.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54b2e2ac4d08b7ec9cb63f464a7153ef151f6fc0502d70280d4db2fa28edec05 +size 71684 diff --git a/MendeleyCXR/images/Darwin_00004314_person1267_bacteria_3226.png b/MendeleyCXR/images/Darwin_00004314_person1267_bacteria_3226.png new file mode 100644 index 0000000000000000000000000000000000000000..0c40400a1334b31e2b4ed17b25cbd7efa66c7b8d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004314_person1267_bacteria_3226.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea706cdd34f6d153233fcc305090942607a4173833f088e49752b60201ed32b0 +size 69109 diff --git a/MendeleyCXR/images/Darwin_00004315_person1268_bacteria_3227.png b/MendeleyCXR/images/Darwin_00004315_person1268_bacteria_3227.png new file mode 100644 index 0000000000000000000000000000000000000000..2abe6f085196347778e593633594ac97321e7a0e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004315_person1268_bacteria_3227.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a216ea422aa62f831da96c4fc1f2b9a69b7351ff7aa23af9b80dc9a21fe9e05e +size 67914 diff --git a/MendeleyCXR/images/Darwin_00004316_person10_bacteria_43.png b/MendeleyCXR/images/Darwin_00004316_person10_bacteria_43.png new file mode 100644 index 0000000000000000000000000000000000000000..a25a1ffb567f44967dc3b30d2f8d8f6e84f7577e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004316_person10_bacteria_43.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:956bcb3277f2f2c6c99b21e4704ec0dbd4ec9a2b4c67663173a4480de59850be +size 80199 diff --git a/MendeleyCXR/images/Darwin_00004317_person1020_bacteria_2951.png b/MendeleyCXR/images/Darwin_00004317_person1020_bacteria_2951.png new file mode 100644 index 0000000000000000000000000000000000000000..413a6ab3bc705b4d45f186b1c9dc6185972c2e4a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004317_person1020_bacteria_2951.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:198ca6038dd6fe1541080ff8065fc6f8e2ed81e4bfabb3765dda9434391d60eb +size 62473 diff --git a/MendeleyCXR/images/Darwin_00004318_person1022_bacteria_2953.png b/MendeleyCXR/images/Darwin_00004318_person1022_bacteria_2953.png new file mode 100644 index 0000000000000000000000000000000000000000..0a376bd22b968e7298d8be27f89ea7a0ac0bb640 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004318_person1022_bacteria_2953.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d224e0b13a03136fd1bf48d40ef1fde77e6ad865af0e00979bb136602014d2b8 +size 75941 diff --git a/MendeleyCXR/images/Darwin_00004319_person1023_bacteria_2954.png b/MendeleyCXR/images/Darwin_00004319_person1023_bacteria_2954.png new file mode 100644 index 0000000000000000000000000000000000000000..ddc55ac0642847447a0973121d6334bf7dcfe67b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004319_person1023_bacteria_2954.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5840698cc23820035228b6d58b254a34fc6d978d7fd54bc388ae32aec73d27f +size 81787 diff --git a/MendeleyCXR/images/Darwin_00004320_person1024_bacteria_2955.png b/MendeleyCXR/images/Darwin_00004320_person1024_bacteria_2955.png new file mode 100644 index 0000000000000000000000000000000000000000..47372ab23937fa658defe01ffe9ecfefe5454ae3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004320_person1024_bacteria_2955.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3772e4ce22119c322b3a97befb472130500f3435b38044abde76de43c7011a5 +size 71711 diff --git a/MendeleyCXR/images/Darwin_00004321_person1026_bacteria_2957.png b/MendeleyCXR/images/Darwin_00004321_person1026_bacteria_2957.png new file mode 100644 index 0000000000000000000000000000000000000000..602e4044876cd8fe172dd0e2c9ba2952119a39e8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004321_person1026_bacteria_2957.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:119fdaee1ba52dda09f433a7e9ea4bcc8db3ea01f2f038330f1846b6f1d3a27a +size 69280 diff --git a/MendeleyCXR/images/Darwin_00004322_person1028_bacteria_2959.png b/MendeleyCXR/images/Darwin_00004322_person1028_bacteria_2959.png new file mode 100644 index 0000000000000000000000000000000000000000..d786f0e37f89b2f50936f647dd2f98b7c6d9ef79 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004322_person1028_bacteria_2959.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45742f1b2cb1ad552df181bae65378ba3bd287d8ece2432c78073ea122ad782e +size 69531 diff --git a/MendeleyCXR/images/Darwin_00004324_person1029_bacteria_2961.png b/MendeleyCXR/images/Darwin_00004324_person1029_bacteria_2961.png new file mode 100644 index 0000000000000000000000000000000000000000..dda4329f083e378daf31bf880882d4e6351c5bdb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004324_person1029_bacteria_2961.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3c4c591bff04a3d9aa36a081e4407c39cb3b46576a9b35617083708d4b007a3 +size 72114 diff --git a/MendeleyCXR/images/Darwin_00004325_person1031_bacteria_2963.png b/MendeleyCXR/images/Darwin_00004325_person1031_bacteria_2963.png new file mode 100644 index 0000000000000000000000000000000000000000..13f87d45eadf0097c08c18e5af79573020426ca8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004325_person1031_bacteria_2963.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eae3be551fad320acc5964ec729e71da97471732a5999762aa62c7f48ce9f08a +size 70465 diff --git a/MendeleyCXR/images/Darwin_00004326_person1031_bacteria_2964.png b/MendeleyCXR/images/Darwin_00004326_person1031_bacteria_2964.png new file mode 100644 index 0000000000000000000000000000000000000000..9b715ab3f4209e31d02f64ad6f86bef5ee6eeb24 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004326_person1031_bacteria_2964.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:923d99820831625839ca7513bc77914c98562e674e5ddb50eaf4c02071f9b1d3 +size 70241 diff --git a/MendeleyCXR/images/Darwin_00004327_person1033_bacteria_2966.png b/MendeleyCXR/images/Darwin_00004327_person1033_bacteria_2966.png new file mode 100644 index 0000000000000000000000000000000000000000..1e29d288f5f73d939190ff38f022e26ac1d9181a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004327_person1033_bacteria_2966.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b49df3041424d916247326dbf3bef0f7de83a97b83e044af63a7874aa940e85 +size 68256 diff --git a/MendeleyCXR/images/Darwin_00004328_person1034_bacteria_2968.png b/MendeleyCXR/images/Darwin_00004328_person1034_bacteria_2968.png new file mode 100644 index 0000000000000000000000000000000000000000..db479268774805ad022b132581c9c62ac792e56b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004328_person1034_bacteria_2968.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f86ff54d93b072cd21b087f58c398acdc5f2db2922a24706c2c27cd113553bca +size 66648 diff --git a/MendeleyCXR/images/Darwin_00004330_person1036_bacteria_2970.png b/MendeleyCXR/images/Darwin_00004330_person1036_bacteria_2970.png new file mode 100644 index 0000000000000000000000000000000000000000..ff3553b0b02755281cb882ba5f5998223dc5e40b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004330_person1036_bacteria_2970.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:380d9bfc901bbc66231a4fb58a5f4537afede3c5fae2c862ef5e9db96b7282f6 +size 72024 diff --git a/MendeleyCXR/images/Darwin_00004331_person1037_bacteria_2971.png b/MendeleyCXR/images/Darwin_00004331_person1037_bacteria_2971.png new file mode 100644 index 0000000000000000000000000000000000000000..5ed6ac9b7ae4c64d3a1ceb04fdef2ac002fc60ab --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004331_person1037_bacteria_2971.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee7bda3e7968d61e9d19de805b1ccabfb3f669e0f7b5598c4a3e56df63ee6db4 +size 66861 diff --git a/MendeleyCXR/images/Darwin_00004332_person1038_bacteria_2972.png b/MendeleyCXR/images/Darwin_00004332_person1038_bacteria_2972.png new file mode 100644 index 0000000000000000000000000000000000000000..dbdb24f69d7e74fba58b49df99591b6ecbf1779a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004332_person1038_bacteria_2972.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b26b6dd6b6a4f3048009344b9058890d0918efb71afce488cd64996f853f8fc5 +size 67031 diff --git a/MendeleyCXR/images/Darwin_00004333_person1039_bacteria_2973.png b/MendeleyCXR/images/Darwin_00004333_person1039_bacteria_2973.png new file mode 100644 index 0000000000000000000000000000000000000000..9505ab426a4895cb618d96e6355e01953d002cee --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004333_person1039_bacteria_2973.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3421efd205d6dfbba27aca2f4496dcc6bb2154b68bc0fa28f8f7ac51244760e6 +size 67860 diff --git a/MendeleyCXR/images/Darwin_00004334_person1040_bacteria_2974.png b/MendeleyCXR/images/Darwin_00004334_person1040_bacteria_2974.png new file mode 100644 index 0000000000000000000000000000000000000000..563c16dc8e7ee9fc98ea4b9cbbe4561d70ccef15 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004334_person1040_bacteria_2974.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b39b946833b3fd94fd30914a0d8daa2ae9403510501d0d6b1ce1b46285a2149 +size 67161 diff --git a/MendeleyCXR/images/Darwin_00004335_person1041_bacteria_2975.png b/MendeleyCXR/images/Darwin_00004335_person1041_bacteria_2975.png new file mode 100644 index 0000000000000000000000000000000000000000..c0ccb30818daa2f47870634e4f2d76ae87f5cdb3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004335_person1041_bacteria_2975.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb8310855685e73a5f24328bb375d06942604b779043564fac4e4b61c9af266e +size 74380 diff --git a/MendeleyCXR/images/Darwin_00004336_person1043_bacteria_2977.png b/MendeleyCXR/images/Darwin_00004336_person1043_bacteria_2977.png new file mode 100644 index 0000000000000000000000000000000000000000..9d435e1493d1b3228842efbd042e938599fcc5f5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004336_person1043_bacteria_2977.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:984f9feae3b5180dd3aad9948af395a01dd5c503aa7066d371966ed3e6d8acac +size 72010 diff --git a/MendeleyCXR/images/Darwin_00004337_person1044_bacteria_2978.png b/MendeleyCXR/images/Darwin_00004337_person1044_bacteria_2978.png new file mode 100644 index 0000000000000000000000000000000000000000..62428fd94ececc84ca9144e37b22ba784870f569 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004337_person1044_bacteria_2978.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:880dfd11b7646c7482b8c7761df4ba41191715366ff0fb64b373f781240a9658 +size 82073 diff --git a/MendeleyCXR/images/Darwin_00004338_person1045_bacteria_2979.png b/MendeleyCXR/images/Darwin_00004338_person1045_bacteria_2979.png new file mode 100644 index 0000000000000000000000000000000000000000..825d419215a65b46e496852dc9dfead15f255e0d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004338_person1045_bacteria_2979.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f04405c9bb408d2397df4fd4c0179ec1acf37ec20250204bc63c242afc86eaaa +size 75031 diff --git a/MendeleyCXR/images/Darwin_00004339_person1046_bacteria_2980.png b/MendeleyCXR/images/Darwin_00004339_person1046_bacteria_2980.png new file mode 100644 index 0000000000000000000000000000000000000000..1aba0210522cb00076683c264c895a9d98c45849 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004339_person1046_bacteria_2980.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fe1ada8b36201dd8165cd4115db277da1643521d14ad6b5bd318c85866dde91 +size 72715 diff --git a/MendeleyCXR/images/Darwin_00004340_person1048_bacteria_2982.png b/MendeleyCXR/images/Darwin_00004340_person1048_bacteria_2982.png new file mode 100644 index 0000000000000000000000000000000000000000..5b0f869ca26b48a487614a23561933731544b888 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004340_person1048_bacteria_2982.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3af54720418f5976d9c73fd827dc14f4cf99b3ab251dc75c62da35d8cdcab81c +size 70647 diff --git a/MendeleyCXR/images/Darwin_00004341_person1049_bacteria_2983.png b/MendeleyCXR/images/Darwin_00004341_person1049_bacteria_2983.png new file mode 100644 index 0000000000000000000000000000000000000000..6c72134b746ce758cba8d05051c7cca40d198fc4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004341_person1049_bacteria_2983.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:847ec499cbf1d0ec24d4951c462a703ea73e0fb384d6bd94cbbc314a0a627245 +size 76415 diff --git a/MendeleyCXR/images/Darwin_00004342_person1050_bacteria_2984.png b/MendeleyCXR/images/Darwin_00004342_person1050_bacteria_2984.png new file mode 100644 index 0000000000000000000000000000000000000000..c855a6541ec882dfea3ab3a5f0edcfb3f4f2c86c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004342_person1050_bacteria_2984.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28e8bea7b729e8349700b65e38e3f732948836a8486bab6137970a76a5db8ec2 +size 65716 diff --git a/MendeleyCXR/images/Darwin_00004343_person1051_bacteria_2985.png b/MendeleyCXR/images/Darwin_00004343_person1051_bacteria_2985.png new file mode 100644 index 0000000000000000000000000000000000000000..394e9f01a12e2635d98d838223c816b9946e51ba --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004343_person1051_bacteria_2985.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17eb044bcbac28dbae55286c2820616f9ae0a58982799caae8b7e775cbc159d4 +size 70485 diff --git a/MendeleyCXR/images/Darwin_00004344_person1052_bacteria_2986.png b/MendeleyCXR/images/Darwin_00004344_person1052_bacteria_2986.png new file mode 100644 index 0000000000000000000000000000000000000000..fb1f3587738aad830b75a27e20e3b0061f13bdb2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004344_person1052_bacteria_2986.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec21576ee6ad8c4734fb9b08eb0a6f5bc7dd0c767763dc843c9ddcbaf41b7de2 +size 75180 diff --git a/MendeleyCXR/images/Darwin_00004345_person1053_bacteria_2987.png b/MendeleyCXR/images/Darwin_00004345_person1053_bacteria_2987.png new file mode 100644 index 0000000000000000000000000000000000000000..efc85409964b11ae35c260cdcbebab7fa7103378 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004345_person1053_bacteria_2987.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a5f0b981c622a1b197d0305e3954002526d667acfa4a654d675e85be4440657 +size 76096 diff --git a/MendeleyCXR/images/Darwin_00004346_person1054_bacteria_2988.png b/MendeleyCXR/images/Darwin_00004346_person1054_bacteria_2988.png new file mode 100644 index 0000000000000000000000000000000000000000..1f0f4ad1fbdcbac203beeeee72e126caca525034 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004346_person1054_bacteria_2988.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7fae77bced2a2ff579bdc1833f753d39d13be88ed7610d933b920df6728e58e +size 72149 diff --git a/MendeleyCXR/images/Darwin_00004347_person1055_bacteria_2989.png b/MendeleyCXR/images/Darwin_00004347_person1055_bacteria_2989.png new file mode 100644 index 0000000000000000000000000000000000000000..511eabe362ff66d3b9a8ae8f8b4dfeca2025eed9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004347_person1055_bacteria_2989.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b27db4bff795270ef8735aa20992896f2f227b9be88983b76c447dfc6785b61d +size 76939 diff --git a/MendeleyCXR/images/Darwin_00004348_person1056_bacteria_2990.png b/MendeleyCXR/images/Darwin_00004348_person1056_bacteria_2990.png new file mode 100644 index 0000000000000000000000000000000000000000..659d1da786263f0b7bab795e11eb9e8d6f0465e2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004348_person1056_bacteria_2990.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbbebd0e204aef456288fa9b0e36983d96dab41f7c3215e1632ecd49258a44dc +size 70306 diff --git a/MendeleyCXR/images/Darwin_00004349_person1057_bacteria_2991.png b/MendeleyCXR/images/Darwin_00004349_person1057_bacteria_2991.png new file mode 100644 index 0000000000000000000000000000000000000000..ddc4d15c59a29f1e2f71c3c8c36aee4b5c3a11f7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004349_person1057_bacteria_2991.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4857380f8a73c2846589493b3848dc441c46e94d8f8cdfbf41a183468d0a1b3 +size 72737 diff --git a/MendeleyCXR/images/Darwin_00004350_person1058_bacteria_2992.png b/MendeleyCXR/images/Darwin_00004350_person1058_bacteria_2992.png new file mode 100644 index 0000000000000000000000000000000000000000..9a158c9e2a1331b59ba606772fe4eaf510c684ba --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004350_person1058_bacteria_2992.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3888b171b5ce7637f837a245179026a6be5b220eee138953750c3a2b515e2be +size 71561 diff --git a/MendeleyCXR/images/Darwin_00004351_person1059_bacteria_2993.png b/MendeleyCXR/images/Darwin_00004351_person1059_bacteria_2993.png new file mode 100644 index 0000000000000000000000000000000000000000..d01543511870ccfdee0baceceddaef514180dc29 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004351_person1059_bacteria_2993.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d5790a5bed2baeb87b04c23a377421ee0c85ba5b5e20d0effc2d8a25c129b66 +size 70320 diff --git a/MendeleyCXR/images/Darwin_00004352_person1062_bacteria_2996.png b/MendeleyCXR/images/Darwin_00004352_person1062_bacteria_2996.png new file mode 100644 index 0000000000000000000000000000000000000000..213bea4f4a0cab64504b7f1579d5b068f8fb3c8b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004352_person1062_bacteria_2996.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:363c7c3291c059c9d8c6b7029e25b57df59f01bbf14b8bc797ee74e245e8e803 +size 75954 diff --git a/MendeleyCXR/images/Darwin_00004353_person1063_bacteria_2997.png b/MendeleyCXR/images/Darwin_00004353_person1063_bacteria_2997.png new file mode 100644 index 0000000000000000000000000000000000000000..e1e7651d68f62c602ec74dc6ee930c0d0f067820 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004353_person1063_bacteria_2997.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68913d4b1d9e1c0ea93ad414e6539bdbe09101dcedeb2587a258e45edbcd657e +size 74677 diff --git a/MendeleyCXR/images/Darwin_00004354_person1065_bacteria_2999.png b/MendeleyCXR/images/Darwin_00004354_person1065_bacteria_2999.png new file mode 100644 index 0000000000000000000000000000000000000000..2c6cdda1616f79a1bfa63774ea7ef8903335e218 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004354_person1065_bacteria_2999.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:665ec7ad692a4759f66054424c8b73bcc30a7feece4e44d47d209c7d6449aa55 +size 63647 diff --git a/MendeleyCXR/images/Darwin_00004355_person1066_bacteria_3000.png b/MendeleyCXR/images/Darwin_00004355_person1066_bacteria_3000.png new file mode 100644 index 0000000000000000000000000000000000000000..ea583bfa9e3ae828007dc1ff372affbb4d96f8a9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004355_person1066_bacteria_3000.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9b3f674b0c1f0820038b83f346f662d237324b6429da49d49e4009416187b7a +size 70170 diff --git a/MendeleyCXR/images/Darwin_00004356_person1067_bacteria_3001.png b/MendeleyCXR/images/Darwin_00004356_person1067_bacteria_3001.png new file mode 100644 index 0000000000000000000000000000000000000000..2e6fffabe5d1a6af743d5d4ce870a2955728d624 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004356_person1067_bacteria_3001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92737f03299537d6cd804ef3ad14640def6b6edc2d485bdc1c2c987f405e1c3e +size 67995 diff --git a/MendeleyCXR/images/Darwin_00004357_person1068_bacteria_3002.png b/MendeleyCXR/images/Darwin_00004357_person1068_bacteria_3002.png new file mode 100644 index 0000000000000000000000000000000000000000..1016b2bf0ba164cf7bb1eaeb0c2ad8e543637263 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004357_person1068_bacteria_3002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:980a9caa95cbb91b433bfbfdb18622490323aa12c2745e30c436b61b5f1f8955 +size 74175 diff --git a/MendeleyCXR/images/Darwin_00004358_person1069_bacteria_3003.png b/MendeleyCXR/images/Darwin_00004358_person1069_bacteria_3003.png new file mode 100644 index 0000000000000000000000000000000000000000..a427d8390fcfcdf16f50f4e47900f5d4a56616ca --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004358_person1069_bacteria_3003.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7632a30c853f06349b7996db24010b47709f64e43b5caa0ab375eb136779b0b +size 71297 diff --git a/MendeleyCXR/images/Darwin_00004359_person1071_bacteria_3005.png b/MendeleyCXR/images/Darwin_00004359_person1071_bacteria_3005.png new file mode 100644 index 0000000000000000000000000000000000000000..23b350dea0cc9267c1b779780fc026f269771226 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004359_person1071_bacteria_3005.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:043fa885e4cc40bb17065d2e7778efd3c429c1800be0dfec1834b06884186613 +size 70593 diff --git a/MendeleyCXR/images/Darwin_00004360_person1072_bacteria_3006.png b/MendeleyCXR/images/Darwin_00004360_person1072_bacteria_3006.png new file mode 100644 index 0000000000000000000000000000000000000000..a3486b551c9cd84a255c7e86e07dbd193c1c9af8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004360_person1072_bacteria_3006.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d68a5d734176e5750ca6fb106f1d877f2266d4d9e898117496cbbb8e7487e219 +size 73537 diff --git a/MendeleyCXR/images/Darwin_00004361_person1072_bacteria_3007.png b/MendeleyCXR/images/Darwin_00004361_person1072_bacteria_3007.png new file mode 100644 index 0000000000000000000000000000000000000000..28c29adfd988d15fdbc0226c963c2896afcc0e4e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004361_person1072_bacteria_3007.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39af8744a6d6ac443bb24091fd9db0bd3b745317af25121d72b1bff29ad6cd95 +size 78029 diff --git a/MendeleyCXR/images/Darwin_00004362_person1073_bacteria_3008.png b/MendeleyCXR/images/Darwin_00004362_person1073_bacteria_3008.png new file mode 100644 index 0000000000000000000000000000000000000000..55f3db1e15f02c670e57f96a7a1aecf88ae5b118 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004362_person1073_bacteria_3008.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a25e7e1ef44a0812bdd7fc5e57d0e47b407da6a1f0a9079ed34a11f43dc5e09 +size 77874 diff --git a/MendeleyCXR/images/Darwin_00004363_person1073_bacteria_3011.png b/MendeleyCXR/images/Darwin_00004363_person1073_bacteria_3011.png new file mode 100644 index 0000000000000000000000000000000000000000..29a9214880d536b692e12af06d71cb62b6e3bcaf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004363_person1073_bacteria_3011.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48fda6b06b15fb22cf2d4cf316ab5bb0be794763d632e8ec3f920c2ae71f3ee3 +size 70842 diff --git a/MendeleyCXR/images/Darwin_00004364_person1074_bacteria_3012.png b/MendeleyCXR/images/Darwin_00004364_person1074_bacteria_3012.png new file mode 100644 index 0000000000000000000000000000000000000000..575d49b0191291b8e4ae0b4ddf5516c2dbcf3a2f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004364_person1074_bacteria_3012.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:898a8692e4edb4390ab7e9d1a3c2d45f161915584bbcd313f8928f0b3ac0344a +size 64311 diff --git a/MendeleyCXR/images/Darwin_00004365_person1074_bacteria_3014.png b/MendeleyCXR/images/Darwin_00004365_person1074_bacteria_3014.png new file mode 100644 index 0000000000000000000000000000000000000000..5cf1dd53f476a050832f0a7ad5e34ef858289b22 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004365_person1074_bacteria_3014.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d84b781c8a45358a525c35c2cadced71db09ff0587f01fe0065df0d5d01f3d64 +size 65319 diff --git a/MendeleyCXR/images/Darwin_00004366_person1075_bacteria_3015.png b/MendeleyCXR/images/Darwin_00004366_person1075_bacteria_3015.png new file mode 100644 index 0000000000000000000000000000000000000000..9244b4c93ce633e2d20ed0a9f8eb56fd78668363 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004366_person1075_bacteria_3015.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cbb47431a25260fc52756a45e76d7f4d3e6cab9f22b858bed5c2fd245f9486a +size 69840 diff --git a/MendeleyCXR/images/Darwin_00004367_person1076_bacteria_3016.png b/MendeleyCXR/images/Darwin_00004367_person1076_bacteria_3016.png new file mode 100644 index 0000000000000000000000000000000000000000..928dc91059f4a73d9ba9a2e7f8f84afce5795e7e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004367_person1076_bacteria_3016.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28cd7d3d72058aa24d99fe4a1f2fc6eb614dbda516a14fd10f20dda4eeff7a0f +size 72306 diff --git a/MendeleyCXR/images/Darwin_00004368_person1077_bacteria_3017.png b/MendeleyCXR/images/Darwin_00004368_person1077_bacteria_3017.png new file mode 100644 index 0000000000000000000000000000000000000000..b1bcd39ed93c91e1469ae61ffc95e848592e14ad --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004368_person1077_bacteria_3017.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b0033319b19238541d0cc641500e8da6cc974f2be5f7cc3ac16b87a787fb859 +size 67076 diff --git a/MendeleyCXR/images/Darwin_00004369_person1078_bacteria_3018.png b/MendeleyCXR/images/Darwin_00004369_person1078_bacteria_3018.png new file mode 100644 index 0000000000000000000000000000000000000000..6dc2219bacde924f5da70f4b9864ac208185948f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004369_person1078_bacteria_3018.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:334b7370fda2b7c153833ce471e3fc4ded0ca4595542947cb1d6d0bf16836775 +size 70792 diff --git a/MendeleyCXR/images/Darwin_00004370_person1079_bacteria_3019.png b/MendeleyCXR/images/Darwin_00004370_person1079_bacteria_3019.png new file mode 100644 index 0000000000000000000000000000000000000000..ab9263124769bfc0d63c8b0024b705aafeb77930 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004370_person1079_bacteria_3019.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b379d91f26e3babe297b1964351f52f0d48e9d8b8e3f0111b91c6347540b1a9 +size 74960 diff --git a/MendeleyCXR/images/Darwin_00004371_person1080_bacteria_3020.png b/MendeleyCXR/images/Darwin_00004371_person1080_bacteria_3020.png new file mode 100644 index 0000000000000000000000000000000000000000..4629c11cbc2aef34731bb526f8246a0e98b50c1f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004371_person1080_bacteria_3020.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71352548f2c01987c2aa133ad26af963c6623a1ddbd25420b2baeb8071f5912d +size 63118 diff --git a/MendeleyCXR/images/Darwin_00004372_person1081_bacteria_3021.png b/MendeleyCXR/images/Darwin_00004372_person1081_bacteria_3021.png new file mode 100644 index 0000000000000000000000000000000000000000..3405a65b0e362fcc4ac31306ef5cf755a5d30a3b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004372_person1081_bacteria_3021.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:545673299b765afaf424654fa610ad5828718085169d1c6644d62130b8291255 +size 67094 diff --git a/MendeleyCXR/images/Darwin_00004373_person1082_bacteria_3022.png b/MendeleyCXR/images/Darwin_00004373_person1082_bacteria_3022.png new file mode 100644 index 0000000000000000000000000000000000000000..54c410356e47e28fd94aa0ca9241ab36eacbd4d6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004373_person1082_bacteria_3022.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3de3e540cca16f64f88347b26b6a7147e3e67a44fe16ba92b70949b1b66e9c2e +size 68809 diff --git a/MendeleyCXR/images/Darwin_00004374_person1083_bacteria_3023.png b/MendeleyCXR/images/Darwin_00004374_person1083_bacteria_3023.png new file mode 100644 index 0000000000000000000000000000000000000000..a5354e6b235b7fd07becc447445441399da650f5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004374_person1083_bacteria_3023.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b500fc760ed7f4619d5b0245f4352ed177492ae3c3a92a60ae667af72aebb53c +size 65460 diff --git a/MendeleyCXR/images/Darwin_00004375_person1084_bacteria_3024.png b/MendeleyCXR/images/Darwin_00004375_person1084_bacteria_3024.png new file mode 100644 index 0000000000000000000000000000000000000000..8db6accb5a3f6e3c8fc0cf74fa3cd5103164f70c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004375_person1084_bacteria_3024.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09a4bee330e610eecd29dd7e315ca9faec8e7c76acef511ed5c8ac0e40cd111c +size 74478 diff --git a/MendeleyCXR/images/Darwin_00004376_person1085_bacteria_3025.png b/MendeleyCXR/images/Darwin_00004376_person1085_bacteria_3025.png new file mode 100644 index 0000000000000000000000000000000000000000..7d74f57ce146e4ac04cf892ef1f985f5ce4ea8b9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004376_person1085_bacteria_3025.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80a8f36024e14c21b6343c1a0966f391a345b7826a5d59687335c9b331892187 +size 71873 diff --git a/MendeleyCXR/images/Darwin_00004377_person1086_bacteria_3026.png b/MendeleyCXR/images/Darwin_00004377_person1086_bacteria_3026.png new file mode 100644 index 0000000000000000000000000000000000000000..0f5f75516ce00ac5e8798e2bedc28e899ca8dd0b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004377_person1086_bacteria_3026.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad50c4bc138408f35d8bb30c14425ad1333caf03c628785298db7ea643140758 +size 76929 diff --git a/MendeleyCXR/images/Darwin_00004378_person1087_bacteria_3027.png b/MendeleyCXR/images/Darwin_00004378_person1087_bacteria_3027.png new file mode 100644 index 0000000000000000000000000000000000000000..32cb18ac802ad708a180abaf600e71274a67ae10 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004378_person1087_bacteria_3027.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08275114dffcc9c28fd5024b71682bcdd5f44c4396dc077c338eaa16f43804d4 +size 68315 diff --git a/MendeleyCXR/images/Darwin_00004379_person1088_bacteria_3028.png b/MendeleyCXR/images/Darwin_00004379_person1088_bacteria_3028.png new file mode 100644 index 0000000000000000000000000000000000000000..3c259eac1c6192834666a42445e54a4a29e58b2b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004379_person1088_bacteria_3028.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23c4f5710a52f19cdbd1a87714a2183feb767ffa87d9da6aa43c6d1b417b62f4 +size 75526 diff --git a/MendeleyCXR/images/Darwin_00004380_person1089_bacteria_3029.png b/MendeleyCXR/images/Darwin_00004380_person1089_bacteria_3029.png new file mode 100644 index 0000000000000000000000000000000000000000..11e66eddafa0792b050d9ff96073edb27489b606 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004380_person1089_bacteria_3029.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2593f2c09f148e5adc41fe8cc65d6545468241aa4b1feccf1536690e48159099 +size 69783 diff --git a/MendeleyCXR/images/Darwin_00004381_person1091_bacteria_3031.png b/MendeleyCXR/images/Darwin_00004381_person1091_bacteria_3031.png new file mode 100644 index 0000000000000000000000000000000000000000..0c9aaeff0440e50354670ae2023c6f6d3e9e00b6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004381_person1091_bacteria_3031.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e157453e6afe51703f0db75626be08bf4191e6bda803a3bf70d489e66f10c1c +size 68740 diff --git a/MendeleyCXR/images/Darwin_00004382_person1092_bacteria_3032.png b/MendeleyCXR/images/Darwin_00004382_person1092_bacteria_3032.png new file mode 100644 index 0000000000000000000000000000000000000000..ccee0ae729e6dc5a2a13e1aa6830315f76a84f4b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004382_person1092_bacteria_3032.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5d4367371a547d78da88631c6b15fb954ba76f06bdf897714b41d38ed04fe18 +size 74164 diff --git a/MendeleyCXR/images/Darwin_00004383_person1093_bacteria_3033.png b/MendeleyCXR/images/Darwin_00004383_person1093_bacteria_3033.png new file mode 100644 index 0000000000000000000000000000000000000000..4788621ca048b166cecd16b03c0a4f14010f6b7b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004383_person1093_bacteria_3033.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b05237a6b06b2a9b5d72be4114bdfcba6f45cc73b8f8e206def846ef8752571 +size 68814 diff --git a/MendeleyCXR/images/Darwin_00004384_person1096_bacteria_3037.png b/MendeleyCXR/images/Darwin_00004384_person1096_bacteria_3037.png new file mode 100644 index 0000000000000000000000000000000000000000..fca95fa4fbccbd617bd05896e99a90fd9bac1bd7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004384_person1096_bacteria_3037.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaa3dc79845946810a252d6d82a61418661a7d014188133ce6b800b3bbfaae6e +size 68162 diff --git a/MendeleyCXR/images/Darwin_00004385_person1097_bacteria_3038.png b/MendeleyCXR/images/Darwin_00004385_person1097_bacteria_3038.png new file mode 100644 index 0000000000000000000000000000000000000000..f0d900d1bd7b9b518d2794dd49b4692f34f9250d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004385_person1097_bacteria_3038.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18e500d57fac57f52c4a8c779bcd588c08f12a349e512909cf0d7054c40ad467 +size 71710 diff --git a/MendeleyCXR/images/Darwin_00004386_person1098_bacteria_3039.png b/MendeleyCXR/images/Darwin_00004386_person1098_bacteria_3039.png new file mode 100644 index 0000000000000000000000000000000000000000..01e7248366148f51ef8c7aac653cff267df1e3b8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004386_person1098_bacteria_3039.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c66f3d6fce90b36d5d5b0dcf8f1635a02217810239f7bb805ac9ccbe321517fc +size 72428 diff --git a/MendeleyCXR/images/Darwin_00004387_person1099_bacteria_3040.png b/MendeleyCXR/images/Darwin_00004387_person1099_bacteria_3040.png new file mode 100644 index 0000000000000000000000000000000000000000..4e5a7bc64e2a25f27ae48dec304894066a162055 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004387_person1099_bacteria_3040.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e48694e9f63bec9401eaa8663834ddec3127bfa7c5506f01a55316417fcab3eb +size 70567 diff --git a/MendeleyCXR/images/Darwin_00004388_person1100_bacteria_3041.png b/MendeleyCXR/images/Darwin_00004388_person1100_bacteria_3041.png new file mode 100644 index 0000000000000000000000000000000000000000..bfe046d5ff7cdc867fb45ae50ae277b49ef060d6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004388_person1100_bacteria_3041.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b70934f194a55c80a0519dcdea011f2e245ebd73d9ab393c25ab8e60b857ca83 +size 70024 diff --git a/MendeleyCXR/images/Darwin_00004389_person1101_bacteria_3042.png b/MendeleyCXR/images/Darwin_00004389_person1101_bacteria_3042.png new file mode 100644 index 0000000000000000000000000000000000000000..232f61ae1665bc0b1eb928321e98f5f930af2a98 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004389_person1101_bacteria_3042.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0f91352f2ae61f778a1de10fe7e6ce51e08a08c40da4123c37126d1b123ac1c +size 64160 diff --git a/MendeleyCXR/images/Darwin_00004390_person1102_bacteria_3043.png b/MendeleyCXR/images/Darwin_00004390_person1102_bacteria_3043.png new file mode 100644 index 0000000000000000000000000000000000000000..65052b2f4b51b102bb048099fbf67710edba6bf5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004390_person1102_bacteria_3043.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01cd1577fe5f4f70b42954ab244d36dcc1295281ef4e418bf2f41e92f9144f5d +size 63651 diff --git a/MendeleyCXR/images/Darwin_00004391_person1103_bacteria_3044.png b/MendeleyCXR/images/Darwin_00004391_person1103_bacteria_3044.png new file mode 100644 index 0000000000000000000000000000000000000000..d23b97028e0e71ef1f2da00542b1411bcfe8eeba --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004391_person1103_bacteria_3044.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34bf929f3deb64b9c0b79722124b78f390a71db5d9751aaa09d2edaf0c21bbf2 +size 63560 diff --git a/MendeleyCXR/images/Darwin_00004392_person1105_bacteria_3046.png b/MendeleyCXR/images/Darwin_00004392_person1105_bacteria_3046.png new file mode 100644 index 0000000000000000000000000000000000000000..56e1f02bef66a18f9fac28ca631a16210cdcede0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004392_person1105_bacteria_3046.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58bfd90a3ae3fa04b7344200c72aae5ffef7c5828c932b6a92236a931cbb623a +size 68303 diff --git a/MendeleyCXR/images/Darwin_00004393_person1107_bacteria_3048.png b/MendeleyCXR/images/Darwin_00004393_person1107_bacteria_3048.png new file mode 100644 index 0000000000000000000000000000000000000000..17a07cfed25de31e69e1f6117a6fe0cfce82c333 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004393_person1107_bacteria_3048.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e84605d0956670d677c900e4f6c7986e3c6c9ee6d1c63c6adc2d609616ddedc +size 61058 diff --git a/MendeleyCXR/images/Darwin_00004394_person1108_bacteria_3049.png b/MendeleyCXR/images/Darwin_00004394_person1108_bacteria_3049.png new file mode 100644 index 0000000000000000000000000000000000000000..c8bcb31e64012711cce847f9ce088761a8cf929b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004394_person1108_bacteria_3049.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f1017870dce4aeccfdd004d78efc910e7452ccd1c9789dcbf4209f1d514492d +size 66414 diff --git a/MendeleyCXR/images/Darwin_00004395_person1109_bacteria_3050.png b/MendeleyCXR/images/Darwin_00004395_person1109_bacteria_3050.png new file mode 100644 index 0000000000000000000000000000000000000000..28b2564cfee899d0f8650ba754eedbb08d29ba73 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004395_person1109_bacteria_3050.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a051f39e35896aeb0fdf7181cf847f90b200953c925db0499ab65dde65be4ece +size 67076 diff --git a/MendeleyCXR/images/Darwin_00004396_person1110_bacteria_3051.png b/MendeleyCXR/images/Darwin_00004396_person1110_bacteria_3051.png new file mode 100644 index 0000000000000000000000000000000000000000..dd8b63a3ca78c828ace663e7f71cf54bee0b6f8d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004396_person1110_bacteria_3051.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2253f32d84e2e27fdfbe710757f104fbaf83d30d37bb2fea05afcb5f3a4975b +size 67426 diff --git a/MendeleyCXR/images/Darwin_00004397_person1111_bacteria_3052.png b/MendeleyCXR/images/Darwin_00004397_person1111_bacteria_3052.png new file mode 100644 index 0000000000000000000000000000000000000000..435128138d7d432d8cc7d92e52ebafe502d41546 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004397_person1111_bacteria_3052.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a7781dbe380bd7707ebce41b12971bfdf3e554041e7bbe50088959d9ea29456 +size 66357 diff --git a/MendeleyCXR/images/Darwin_00004398_person1112_bacteria_3053.png b/MendeleyCXR/images/Darwin_00004398_person1112_bacteria_3053.png new file mode 100644 index 0000000000000000000000000000000000000000..f6d9cc1993476636d3655fb05f322eed94983544 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004398_person1112_bacteria_3053.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82436f93a605119248f1e7805c02f8a58e1b74e1bfa7f8946a2341526898bc54 +size 71450 diff --git a/MendeleyCXR/images/Darwin_00004399_person1114_bacteria_3055.png b/MendeleyCXR/images/Darwin_00004399_person1114_bacteria_3055.png new file mode 100644 index 0000000000000000000000000000000000000000..e7641a67c5b1d474ea9135360952454c2a6a9e6c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004399_person1114_bacteria_3055.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35374b1d285fd664ce726f83c37e9d7b67f8a50b0968c329da654dbb93102f5c +size 75067 diff --git a/MendeleyCXR/images/Darwin_00004400_person1115_bacteria_3056.png b/MendeleyCXR/images/Darwin_00004400_person1115_bacteria_3056.png new file mode 100644 index 0000000000000000000000000000000000000000..92f9555a58a5f0a8994592421900a81daa989a68 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004400_person1115_bacteria_3056.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f1d4ba258de8e1b694ba44e389e8edf00b6fd4262d8ab3cea76cb4c05c61816 +size 70789 diff --git a/MendeleyCXR/images/Darwin_00004401_person1118_bacteria_3059.png b/MendeleyCXR/images/Darwin_00004401_person1118_bacteria_3059.png new file mode 100644 index 0000000000000000000000000000000000000000..cf27056a4c4d2775bf09582b5bcf7172c5626897 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004401_person1118_bacteria_3059.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64af6681581454137f7ba3b82446ec48ddb8988eabaf7d8d43689c1390c655d3 +size 69149 diff --git a/MendeleyCXR/images/Darwin_00004402_person1122_bacteria_3063.png b/MendeleyCXR/images/Darwin_00004402_person1122_bacteria_3063.png new file mode 100644 index 0000000000000000000000000000000000000000..2d5cd946c5900544255553860c040314bd0055da --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004402_person1122_bacteria_3063.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a031895c2fbb9e9928428356f8df815c961ec30e8ce13834266a32572969214c +size 66369 diff --git a/MendeleyCXR/images/Darwin_00004403_person1124_bacteria_3065.png b/MendeleyCXR/images/Darwin_00004403_person1124_bacteria_3065.png new file mode 100644 index 0000000000000000000000000000000000000000..d808fc0dbe77c8d0608f5786fbdcfe0b5f9ded0e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004403_person1124_bacteria_3065.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e172cdb128025a555eb43d898cc7b38fe95b75bbd22982e7ff041ea1ccd672b0 +size 67043 diff --git a/MendeleyCXR/images/Darwin_00004404_person1125_bacteria_3066.png b/MendeleyCXR/images/Darwin_00004404_person1125_bacteria_3066.png new file mode 100644 index 0000000000000000000000000000000000000000..c7b196d093fffa4ff6b10d5d943fbb7460a00166 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004404_person1125_bacteria_3066.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08cf453e684d2f610a6eea7ed94b6128796f11b3dfbd7f55a5ef4750c109c96e +size 72377 diff --git a/MendeleyCXR/images/Darwin_00004405_person1127_bacteria_3068.png b/MendeleyCXR/images/Darwin_00004405_person1127_bacteria_3068.png new file mode 100644 index 0000000000000000000000000000000000000000..495b6be5e07c4a16fdc45940856840f853ce5f25 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004405_person1127_bacteria_3068.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeb0db717396e2d12bccd2535509e0b0a61bdb79252f05c0fb3fddf926b8cb6b +size 77048 diff --git a/MendeleyCXR/images/Darwin_00004406_person1128_bacteria_3069.png b/MendeleyCXR/images/Darwin_00004406_person1128_bacteria_3069.png new file mode 100644 index 0000000000000000000000000000000000000000..f034eb05380175c982d449ce0535f8a2b0e70991 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004406_person1128_bacteria_3069.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e59fa4e8732c74b3f608d97f9772ca3ddeb34241a8a9046d7772b3a13ad7913d +size 69499 diff --git a/MendeleyCXR/images/Darwin_00004407_person1129_bacteria_3070.png b/MendeleyCXR/images/Darwin_00004407_person1129_bacteria_3070.png new file mode 100644 index 0000000000000000000000000000000000000000..01c8194ec69f175f001e5fc6b446ae1a3f51e65a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004407_person1129_bacteria_3070.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5747eff28bd4f689b9050c9dfdd7286c1a4bdba777e4cf6c3e8cc71585f9be0 +size 63490 diff --git a/MendeleyCXR/images/Darwin_00004408_person1130_bacteria_3072.png b/MendeleyCXR/images/Darwin_00004408_person1130_bacteria_3072.png new file mode 100644 index 0000000000000000000000000000000000000000..bac76b83514560d252df1e167112e175b1a421ab --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004408_person1130_bacteria_3072.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01a1b371e41c3e70c814b92ea997864f302274fed5f6980badd97d76e7763875 +size 66983 diff --git a/MendeleyCXR/images/Darwin_00004410_person1133_bacteria_3075.png b/MendeleyCXR/images/Darwin_00004410_person1133_bacteria_3075.png new file mode 100644 index 0000000000000000000000000000000000000000..31ebe32e3aa66ab50b262c2fb63eb2adc7675e08 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004410_person1133_bacteria_3075.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce7c27bfde73d2eaee85bd5cefba98aa034123dc7c8a8f59276b963e6ec65a27 +size 73555 diff --git a/MendeleyCXR/images/Darwin_00004411_person1134_bacteria_3076.png b/MendeleyCXR/images/Darwin_00004411_person1134_bacteria_3076.png new file mode 100644 index 0000000000000000000000000000000000000000..7a922779d17ac01387c6650b62fdac0f0c21a2ad --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004411_person1134_bacteria_3076.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37c39af085ecb02c9c08ca540f536c597bb5ab6fb2a3177d9afb091bd72a927d +size 66248 diff --git a/MendeleyCXR/images/Darwin_00004412_person1135_bacteria_3077.png b/MendeleyCXR/images/Darwin_00004412_person1135_bacteria_3077.png new file mode 100644 index 0000000000000000000000000000000000000000..d77b8b190e0f181339288687af5d9365a490aa9a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004412_person1135_bacteria_3077.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7439ccf214ba51e85a228b85532f0d80bd8ee6b963a742d9b6022e413563adca +size 62302 diff --git a/MendeleyCXR/images/Darwin_00004413_person1136_bacteria_3078.png b/MendeleyCXR/images/Darwin_00004413_person1136_bacteria_3078.png new file mode 100644 index 0000000000000000000000000000000000000000..d7ee45cb929fd740ce7ae027e85fa3f3e6ef30bf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004413_person1136_bacteria_3078.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9bde28d3042b8ab748466a606769e0925509ce57e2971eaa0d64173cb459291 +size 69871 diff --git a/MendeleyCXR/images/Darwin_00004414_person1138_bacteria_3080.png b/MendeleyCXR/images/Darwin_00004414_person1138_bacteria_3080.png new file mode 100644 index 0000000000000000000000000000000000000000..933d893db453c6f3f710033701d459a259ed5899 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004414_person1138_bacteria_3080.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43e48474379845a263e28ab8c77192cf180a06f028b5ad9b9ff5d42eb2fb79c6 +size 66821 diff --git a/MendeleyCXR/images/Darwin_00004415_person1139_bacteria_3081.png b/MendeleyCXR/images/Darwin_00004415_person1139_bacteria_3081.png new file mode 100644 index 0000000000000000000000000000000000000000..62c5884a8f7a46cb3e08a8839c869e49fac7d320 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004415_person1139_bacteria_3081.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f883d7a909db825836609b7dcb8b5b215fd706f07e3b453d6d59517a8c379b7 +size 73217 diff --git a/MendeleyCXR/images/Darwin_00004416_person1139_bacteria_3082.png b/MendeleyCXR/images/Darwin_00004416_person1139_bacteria_3082.png new file mode 100644 index 0000000000000000000000000000000000000000..c84fcdde4550f5388e80a554d9ecc71a66f62c1a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004416_person1139_bacteria_3082.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36af0852685d8a0e82a1cc317f082bc7b3e8d0fb802d3291804120db821ad1e3 +size 65950 diff --git a/MendeleyCXR/images/Darwin_00004417_person1140_bacteria_3083.png b/MendeleyCXR/images/Darwin_00004417_person1140_bacteria_3083.png new file mode 100644 index 0000000000000000000000000000000000000000..c3ccee23d7bfc8e2b841cfdb1f0985e2918a5631 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004417_person1140_bacteria_3083.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25cb2d1da8d6f0a92ea5b9bdfc4f9a7c60a3de87b0285bc74291dff3a5eeb1f9 +size 74216 diff --git a/MendeleyCXR/images/Darwin_00004418_person1141_bacteria_3084.png b/MendeleyCXR/images/Darwin_00004418_person1141_bacteria_3084.png new file mode 100644 index 0000000000000000000000000000000000000000..6520f28bab6df05bf9ecaea80cb109fdbace3c37 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004418_person1141_bacteria_3084.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4ca3237831589a70389efed941671d45cebb5116d0b34a66dc30c995eceed9d +size 71617 diff --git a/MendeleyCXR/images/Darwin_00004420_person1142_bacteria_3086.png b/MendeleyCXR/images/Darwin_00004420_person1142_bacteria_3086.png new file mode 100644 index 0000000000000000000000000000000000000000..3f00040a7a6b4d96d89118e267426b84699f532d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004420_person1142_bacteria_3086.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d0f149af181732c02f906f8caf7533d92d10f4122282f8abc919e5560cd23b3 +size 66903 diff --git a/MendeleyCXR/images/Darwin_00004422_person1145_bacteria_3090.png b/MendeleyCXR/images/Darwin_00004422_person1145_bacteria_3090.png new file mode 100644 index 0000000000000000000000000000000000000000..e81da94cf72f14f77754c52ee49f2f48c8ae05d2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004422_person1145_bacteria_3090.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:954c4de98b9ea8da2ade0cc54f688f6ad256cd43d15ffaad258f8ca98d1c445a +size 62330 diff --git a/MendeleyCXR/images/Darwin_00004423_person1146_bacteria_3091.png b/MendeleyCXR/images/Darwin_00004423_person1146_bacteria_3091.png new file mode 100644 index 0000000000000000000000000000000000000000..3704d78bace473b5d7a53efbafebfbc625b5baa8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004423_person1146_bacteria_3091.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8742fb9a7c6ae904025707ae3d51d916a297ed4e1e7b4a48dbb05a9479330a2b +size 66192 diff --git a/MendeleyCXR/images/Darwin_00004424_person1149_bacteria_3094.png b/MendeleyCXR/images/Darwin_00004424_person1149_bacteria_3094.png new file mode 100644 index 0000000000000000000000000000000000000000..ff02aa0a67767caea974b90b61e6799d1b555c1d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004424_person1149_bacteria_3094.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7df5342ba6f6035ac3d3a858d950f5f4991b18286a108ff54c75752e19ea1e62 +size 67017 diff --git a/MendeleyCXR/images/Darwin_00004425_person1150_bacteria_3095.png b/MendeleyCXR/images/Darwin_00004425_person1150_bacteria_3095.png new file mode 100644 index 0000000000000000000000000000000000000000..afdb263c5d1eec675f67b5cfc5c233be2558b3a9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004425_person1150_bacteria_3095.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ea7f69b524fe7b2d1b9eb4e848b0edde484b11afe52bd1ff410f6a4f73a68d1 +size 63825 diff --git a/MendeleyCXR/images/Darwin_00004426_person1154_bacteria_3099.png b/MendeleyCXR/images/Darwin_00004426_person1154_bacteria_3099.png new file mode 100644 index 0000000000000000000000000000000000000000..ddf5b21ef2c7c656aa910e8f88b258ed623d7936 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004426_person1154_bacteria_3099.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afe11c739079f1e39a589820ef49b59dbfc21059db97e2e3918a997d2ae8dd9c +size 74339 diff --git a/MendeleyCXR/images/Darwin_00004427_person1155_bacteria_3100.png b/MendeleyCXR/images/Darwin_00004427_person1155_bacteria_3100.png new file mode 100644 index 0000000000000000000000000000000000000000..d81168feba79fdc0249897489a430bd1de847bda --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004427_person1155_bacteria_3100.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5473cbef04be27709be8c9b645f179aa6d5f215d0ad53106120664ce87d99a26 +size 63541 diff --git a/MendeleyCXR/images/Darwin_00004428_person1156_bacteria_3101.png b/MendeleyCXR/images/Darwin_00004428_person1156_bacteria_3101.png new file mode 100644 index 0000000000000000000000000000000000000000..dcf2d53539bfcfef8a7293f2ddaf77e413b9c153 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004428_person1156_bacteria_3101.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51930f8df3e08df8c055d49b05a195d3958b691f85181831ef1ce0dc84830ff5 +size 78959 diff --git a/MendeleyCXR/images/Darwin_00004429_person1157_bacteria_3102.png b/MendeleyCXR/images/Darwin_00004429_person1157_bacteria_3102.png new file mode 100644 index 0000000000000000000000000000000000000000..b6ac2fc851b7329827ac200fb6125037babb6473 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004429_person1157_bacteria_3102.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d2ff58652bef196e4c8185ab6abebb506412785ca6eb00fd31166e5c529ac46 +size 74207 diff --git a/MendeleyCXR/images/Darwin_00004430_person1158_bacteria_3103.png b/MendeleyCXR/images/Darwin_00004430_person1158_bacteria_3103.png new file mode 100644 index 0000000000000000000000000000000000000000..6c0d1c2e7377f1be8f987977830109114bfa03e4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004430_person1158_bacteria_3103.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7d5d9a780932dc66ed8e6c5ea5b834d7f38478307ec7db96a6eab25bb6edda3 +size 76903 diff --git a/MendeleyCXR/images/Darwin_00004431_person1159_bacteria_3104.png b/MendeleyCXR/images/Darwin_00004431_person1159_bacteria_3104.png new file mode 100644 index 0000000000000000000000000000000000000000..9a7839325d7fa72350dc85799a0147c5222797da --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004431_person1159_bacteria_3104.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0e8adfcc8026da9fb548a19eee1f70db0c46dc1d0585e2ecc3bb0b85548cb57 +size 68952 diff --git a/MendeleyCXR/images/Darwin_00004432_person1000_bacteria_2931.png b/MendeleyCXR/images/Darwin_00004432_person1000_bacteria_2931.png new file mode 100644 index 0000000000000000000000000000000000000000..98ab30c674d25aed3b39e83af315017adb6f8f7e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004432_person1000_bacteria_2931.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54d30cc54969072d372e1b066fee6c567307298d03783b364034e850a86de773 +size 69938 diff --git a/MendeleyCXR/images/Darwin_00004433_person1001_bacteria_2932.png b/MendeleyCXR/images/Darwin_00004433_person1001_bacteria_2932.png new file mode 100644 index 0000000000000000000000000000000000000000..506d083042bad4865000c0ac3f024c3ce1ad0c96 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004433_person1001_bacteria_2932.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1844114209c44c139f8513ad286b317bb36cecb0b6f811d0bfeb64447312aa63 +size 79799 diff --git a/MendeleyCXR/images/Darwin_00004434_person1002_bacteria_2933.png b/MendeleyCXR/images/Darwin_00004434_person1002_bacteria_2933.png new file mode 100644 index 0000000000000000000000000000000000000000..13d63a8e625a16572e2bb3f4d6a3bf34d647cbec --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004434_person1002_bacteria_2933.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea875345d6a45d8211fa8cf3849160ec15ca36db390d09745866efb41e18f147 +size 79881 diff --git a/MendeleyCXR/images/Darwin_00004435_person1003_bacteria_2934.png b/MendeleyCXR/images/Darwin_00004435_person1003_bacteria_2934.png new file mode 100644 index 0000000000000000000000000000000000000000..2c78e0ab9c641d54b2517f85f518972989ea8d16 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004435_person1003_bacteria_2934.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22db7917ef3f46a65f2c6a3130d3347b12b704cc859d9389c5d760dd65226601 +size 71758 diff --git a/MendeleyCXR/images/Darwin_00004436_person1004_bacteria_2935.png b/MendeleyCXR/images/Darwin_00004436_person1004_bacteria_2935.png new file mode 100644 index 0000000000000000000000000000000000000000..74d4db77323fc4d4487ce77331e1ea21ae1d6106 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004436_person1004_bacteria_2935.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b51b2822dfb1aa14a4aa6a59d2fa6084d27e88a45a326b2a19736d6419a0919a +size 67569 diff --git a/MendeleyCXR/images/Darwin_00004437_person1005_bacteria_2936.png b/MendeleyCXR/images/Darwin_00004437_person1005_bacteria_2936.png new file mode 100644 index 0000000000000000000000000000000000000000..00632d8bbd970b4b6fc3307959dbc40f7695fe58 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004437_person1005_bacteria_2936.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfccbe299f8e6615c3f1e6a4536ee1376f3395e80ae410e329644dad3d108ce1 +size 67038 diff --git a/MendeleyCXR/images/Darwin_00004438_person1006_bacteria_2937.png b/MendeleyCXR/images/Darwin_00004438_person1006_bacteria_2937.png new file mode 100644 index 0000000000000000000000000000000000000000..f99652cdea6cf9758de5cefb4367bf9e262262a3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004438_person1006_bacteria_2937.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e363003c1f64794ca4b7fb62cb82f5714eb2be945cc9b43b7060a5ab0ed00d7a +size 65246 diff --git a/MendeleyCXR/images/Darwin_00004439_person1007_bacteria_2938.png b/MendeleyCXR/images/Darwin_00004439_person1007_bacteria_2938.png new file mode 100644 index 0000000000000000000000000000000000000000..3a4af1aaf09dbd1500c9e2106d6f921e400964e1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004439_person1007_bacteria_2938.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b5badf30def42e5f965fc3ad2945667b591e24867c26b2ad09c8420a4489010 +size 61893 diff --git a/MendeleyCXR/images/Darwin_00004440_person1008_bacteria_2939.png b/MendeleyCXR/images/Darwin_00004440_person1008_bacteria_2939.png new file mode 100644 index 0000000000000000000000000000000000000000..33ce81dd7bb1465914521ecb295733c9ffb9c374 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004440_person1008_bacteria_2939.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88f950ab5130eaca70ecdeb221963597e12ce64170c22ff45c63a2e113ee8f2f +size 70489 diff --git a/MendeleyCXR/images/Darwin_00004441_person1010_bacteria_2941.png b/MendeleyCXR/images/Darwin_00004441_person1010_bacteria_2941.png new file mode 100644 index 0000000000000000000000000000000000000000..af4d9167268bcb9c6805b2b8c3adfab3405aa27c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004441_person1010_bacteria_2941.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f98ec1005ea02b073c7e75bfa1f9fc2a5845738fe0860349d989d0aff1ff6628 +size 71734 diff --git a/MendeleyCXR/images/Darwin_00004442_person1011_bacteria_2942.png b/MendeleyCXR/images/Darwin_00004442_person1011_bacteria_2942.png new file mode 100644 index 0000000000000000000000000000000000000000..2d79b4725b32ee73fbad6c90794cbfb5bf0629e6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004442_person1011_bacteria_2942.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81af520b95e6dc70f590a891af76908dc8237fef531a327365b7664645a5c603 +size 66035 diff --git a/MendeleyCXR/images/Darwin_00004443_person1012_bacteria_2943.png b/MendeleyCXR/images/Darwin_00004443_person1012_bacteria_2943.png new file mode 100644 index 0000000000000000000000000000000000000000..d2a24d148eec2cb2d8cf48c0e56c374409c14f7d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004443_person1012_bacteria_2943.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21873d4de70ca3460bf78b7b26c2bb33034ce62daa310f576a65db9f72b04948 +size 65192 diff --git a/MendeleyCXR/images/Darwin_00004444_person1014_bacteria_2945.png b/MendeleyCXR/images/Darwin_00004444_person1014_bacteria_2945.png new file mode 100644 index 0000000000000000000000000000000000000000..a5efffddf86c3d78a09d9c189d30c7df1bbf6ee0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004444_person1014_bacteria_2945.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:631dad688aab52a79bf59a92e4e38093093e70c2919be2a48796a9bee39c775d +size 70727 diff --git a/MendeleyCXR/images/Darwin_00004445_person1016_bacteria_2947.png b/MendeleyCXR/images/Darwin_00004445_person1016_bacteria_2947.png new file mode 100644 index 0000000000000000000000000000000000000000..23621411cf9c7605ba64190d41dcb175e3d4e506 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004445_person1016_bacteria_2947.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8170a6791d031a6e2936ef78eda1fc281c8a4880ddc9526d4c99f58f8f010fb +size 62880 diff --git a/MendeleyCXR/images/Darwin_00004446_person1017_bacteria_2948.png b/MendeleyCXR/images/Darwin_00004446_person1017_bacteria_2948.png new file mode 100644 index 0000000000000000000000000000000000000000..9ee1826b1823315d24741f62f0b03c72e322d840 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004446_person1017_bacteria_2948.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b5bdc1a4a1c6f8458d083bc7049ebc67eaf414cc8d1805100462a8090907bba +size 73265 diff --git a/MendeleyCXR/images/Darwin_00004447_person1018_bacteria_2949.png b/MendeleyCXR/images/Darwin_00004447_person1018_bacteria_2949.png new file mode 100644 index 0000000000000000000000000000000000000000..2b05f806fad0f1dccf43d3a66d37d5051f661c14 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004447_person1018_bacteria_2949.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61b13d10441e2d4e00c66a62c223cafb95bc8245e52522f7935edbd902dce0f2 +size 69094 diff --git a/MendeleyCXR/images/Darwin_00004448_person1019_bacteria_2950.png b/MendeleyCXR/images/Darwin_00004448_person1019_bacteria_2950.png new file mode 100644 index 0000000000000000000000000000000000000000..fab033e9bbfe72769377cddf7b6b8b3a652aabb8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004448_person1019_bacteria_2950.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3c21c3bc069d4feb51da810d8a92f7da3fb0e720e417ff6495621f3c9a9a871 +size 63632 diff --git a/MendeleyCXR/images/Darwin_00004449_NORMAL2-IM-1330-0001.png b/MendeleyCXR/images/Darwin_00004449_NORMAL2-IM-1330-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4db1b2322b2e7192f52e7cb0c22896089ec802cd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004449_NORMAL2-IM-1330-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b6e83d4718cfc54595cd6c4a100a88fc30f6013fa3012f336938bff625d5924 +size 76231 diff --git a/MendeleyCXR/images/Darwin_00004450_NORMAL2-IM-1332-0001.png b/MendeleyCXR/images/Darwin_00004450_NORMAL2-IM-1332-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..55ed67ebf584a4a342da93c733c9605565ea6461 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004450_NORMAL2-IM-1332-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec3df4cf444d79b2fb26fa955ef67fbaf0e76e284a809ec316d8392909b1f226 +size 77137 diff --git a/MendeleyCXR/images/Darwin_00004451_NORMAL2-IM-1333-0001.png b/MendeleyCXR/images/Darwin_00004451_NORMAL2-IM-1333-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..03847390ba5a4c271883a6242b72012dd4809447 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004451_NORMAL2-IM-1333-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de0a28e37f81a691a8e09ee64d42049d385eeb41b5237042753c0ca8fc2bdc33 +size 79460 diff --git a/MendeleyCXR/images/Darwin_00004452_NORMAL2-IM-1334-0001.png b/MendeleyCXR/images/Darwin_00004452_NORMAL2-IM-1334-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ad36da5568055a2c21787b18d96135e5b380f3a2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004452_NORMAL2-IM-1334-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1e5900a5fc7d7a8fd83c5263b98b48a6bb645cec6bc7c0eeaef71dcc960d05e +size 78580 diff --git a/MendeleyCXR/images/Darwin_00004453_NORMAL2-IM-1335-0001.png b/MendeleyCXR/images/Darwin_00004453_NORMAL2-IM-1335-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..919434f66a894f91911bbacb65cfbb95d0ba1f81 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004453_NORMAL2-IM-1335-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec2fcdf75d6e51268c418bdca3110f1f3893730978eeb7cf98e39eb116f29457 +size 75233 diff --git a/MendeleyCXR/images/Darwin_00004454_NORMAL2-IM-1336-0001.png b/MendeleyCXR/images/Darwin_00004454_NORMAL2-IM-1336-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..02085302e7e4034df2d5c05c1bd49bce4924977e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004454_NORMAL2-IM-1336-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11ddebd99848712733a055cf8ab2406b0dda81feb61132581dcbbe6cc9f6a425 +size 75080 diff --git a/MendeleyCXR/images/Darwin_00004455_NORMAL2-IM-1337-0001.png b/MendeleyCXR/images/Darwin_00004455_NORMAL2-IM-1337-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c723317893714e444795b299d72c034e4bdd71ad --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004455_NORMAL2-IM-1337-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a8faace3ec59426e761850315f7bea1bcc9eaaf377de6aac36d09f17db5b6ce +size 79644 diff --git a/MendeleyCXR/images/Darwin_00004456_NORMAL2-IM-1338-0001.png b/MendeleyCXR/images/Darwin_00004456_NORMAL2-IM-1338-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..96608a0bffb6b1a950626d90ae4a74a12e44868d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004456_NORMAL2-IM-1338-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eae5bc9ca5ad9a34d948575553ac53b2779c33a6d3ccdc319cb253c39186049 +size 77327 diff --git a/MendeleyCXR/images/Darwin_00004457_NORMAL2-IM-1341-0001.png b/MendeleyCXR/images/Darwin_00004457_NORMAL2-IM-1341-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..711bf24c043ae0a681907c15276df82b075d37d0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004457_NORMAL2-IM-1341-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19d294f3555d3fd4ea8484716a12a0883043b11770999faf7064ebf162ee80df +size 81410 diff --git a/MendeleyCXR/images/Darwin_00004458_NORMAL2-IM-1342-0001.png b/MendeleyCXR/images/Darwin_00004458_NORMAL2-IM-1342-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1364b3a2aaf1873bb77f61918637e8d457c00982 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004458_NORMAL2-IM-1342-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6640da61a4039d94997b5928b40528f5539677aad7a18f928ee13fa1666baf66 +size 78875 diff --git a/MendeleyCXR/images/Darwin_00004459_NORMAL2-IM-1343-0001.png b/MendeleyCXR/images/Darwin_00004459_NORMAL2-IM-1343-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..15f905f15d75d2e1dd2b08089a063ae29e4cf141 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004459_NORMAL2-IM-1343-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8881340afdc8662434780fffb36bb54f78994650d512dab80341e11d849e8344 +size 79362 diff --git a/MendeleyCXR/images/Darwin_00004460_NORMAL2-IM-1344-0001.png b/MendeleyCXR/images/Darwin_00004460_NORMAL2-IM-1344-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..83ed36dbe83490c34f47c581a2a02769aca31c95 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004460_NORMAL2-IM-1344-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fb5a5e81ebd4a94151b7af5f4b23023c4e7a5d94a99abca3835f632b70a341f +size 78885 diff --git a/MendeleyCXR/images/Darwin_00004461_NORMAL2-IM-1345-0001-0001.png b/MendeleyCXR/images/Darwin_00004461_NORMAL2-IM-1345-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..38108ba656f1e9c4478ed3243acdb79d8b32a3e6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004461_NORMAL2-IM-1345-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45f9871b4e677badd9962e39bd5ae3201cce3c5dc4ffaaf9cbce5c6a25f97f1e +size 77354 diff --git a/MendeleyCXR/images/Darwin_00004462_NORMAL2-IM-1345-0001-0002.png b/MendeleyCXR/images/Darwin_00004462_NORMAL2-IM-1345-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..26434ca1fab3005f0661dec13a189d3ff04f46fd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004462_NORMAL2-IM-1345-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aec4a982d526606f9b566dab5e15280f30016aeca681ab5ee4830daf61ade29 +size 75797 diff --git a/MendeleyCXR/images/Darwin_00004463_NORMAL2-IM-1345-0001.png b/MendeleyCXR/images/Darwin_00004463_NORMAL2-IM-1345-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..50a26cc0fe101a416ef989f66b488e6f2a62da47 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004463_NORMAL2-IM-1345-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c9c6e12b0d995d0320067ec3d9db874cf7f71ba78c7d027defd1165616233e3 +size 81075 diff --git a/MendeleyCXR/images/Darwin_00004464_NORMAL2-IM-1346-0001.png b/MendeleyCXR/images/Darwin_00004464_NORMAL2-IM-1346-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d1073f22b6d5e4466f5a42066bf707630a44095b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004464_NORMAL2-IM-1346-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0e7850962b0080b30dc4cfef0155fdad7c5317fffee2582868a27c1b53c5593 +size 75460 diff --git a/MendeleyCXR/images/Darwin_00004465_NORMAL2-IM-1347-0001.png b/MendeleyCXR/images/Darwin_00004465_NORMAL2-IM-1347-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..abfe20841889df6a824f75eec3d2415e226eddf4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004465_NORMAL2-IM-1347-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c405a25954231570c8bdea573761c3b51dd2a8b3ec5b98c6ec88e92600a9a804 +size 77005 diff --git a/MendeleyCXR/images/Darwin_00004466_NORMAL2-IM-1348-0001.png b/MendeleyCXR/images/Darwin_00004466_NORMAL2-IM-1348-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d1319fa2b9119761aa03d397754fad3fd2bcc064 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004466_NORMAL2-IM-1348-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acb30c43dbd66da74b7c4a7afc733d1ba29afaede76d69db0cf3be35a0c7284f +size 75477 diff --git a/MendeleyCXR/images/Darwin_00004467_NORMAL2-IM-1349-0001.png b/MendeleyCXR/images/Darwin_00004467_NORMAL2-IM-1349-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..33d26a3c4f56e038f4d7769ba18629c990327ff7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004467_NORMAL2-IM-1349-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40438cdbe7308dc6560292d501bebbe5e665d0e8b2c53338c582daa8061af10c +size 77294 diff --git a/MendeleyCXR/images/Darwin_00004468_NORMAL2-IM-1350-0001.png b/MendeleyCXR/images/Darwin_00004468_NORMAL2-IM-1350-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..48bfbddf48501453bdbb1b577d04e5078b0d7130 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004468_NORMAL2-IM-1350-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e11efbf3d0096b3c559840bf682cf53a4a1074417c4906af64ec30c03b9e6f1 +size 72157 diff --git a/MendeleyCXR/images/Darwin_00004469_NORMAL2-IM-1351-0001.png b/MendeleyCXR/images/Darwin_00004469_NORMAL2-IM-1351-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1644e48101a03c2ac37d7ccf78501a6bc8a58583 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004469_NORMAL2-IM-1351-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d6704c1664db9b2bf81751ea641aec4fcffd80a0d61965fd0a0c9ce53a5e72a +size 76851 diff --git a/MendeleyCXR/images/Darwin_00004470_NORMAL2-IM-1356-0001.png b/MendeleyCXR/images/Darwin_00004470_NORMAL2-IM-1356-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c7dda121e47f0f5289e34e241f03b8a78c828942 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004470_NORMAL2-IM-1356-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cc6278d41a59464e32497d130f826a3681e8c8317bc1891ce8917cf44857ef9 +size 69509 diff --git a/MendeleyCXR/images/Darwin_00004471_NORMAL2-IM-1357-0001.png b/MendeleyCXR/images/Darwin_00004471_NORMAL2-IM-1357-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..09e4b00321a9795bb55193081d7b99a2b841f82f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004471_NORMAL2-IM-1357-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c84744a382e3310d0ff24cd49d33b4508c97dd4bad07ef335cda47b75ab4835 +size 75522 diff --git a/MendeleyCXR/images/Darwin_00004472_NORMAL2-IM-1360-0001.png b/MendeleyCXR/images/Darwin_00004472_NORMAL2-IM-1360-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a67bd19a41e79658db16ab4b0bc9e455114195f7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004472_NORMAL2-IM-1360-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdbd653d5a2df8b84a6d13c04cbf80bd24bb13b482692747f2707e4df820a05a +size 75636 diff --git a/MendeleyCXR/images/Darwin_00004473_NORMAL2-IM-1362-0001.png b/MendeleyCXR/images/Darwin_00004473_NORMAL2-IM-1362-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..28952c311df5827544ae0340873cc2e1039bbd69 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004473_NORMAL2-IM-1362-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d76cec8e866b39c6d07f9d4923e90eda44ec30ccc89f00fa6369d7ea37da646b +size 71222 diff --git a/MendeleyCXR/images/Darwin_00004474_NORMAL2-IM-1365-0001.png b/MendeleyCXR/images/Darwin_00004474_NORMAL2-IM-1365-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d93118a70819cf41cfbec96c1217f953bab2edc6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004474_NORMAL2-IM-1365-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2872d1e9f24b01bd8c0064dac87d71e5dd8123749b89173cc7d3e0f1850d659d +size 80036 diff --git a/MendeleyCXR/images/Darwin_00004475_NORMAL2-IM-1371-0001.png b/MendeleyCXR/images/Darwin_00004475_NORMAL2-IM-1371-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4dcaf94f5e140ab3ceb8fe2b1a8e99e7c61aaa57 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004475_NORMAL2-IM-1371-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7b4f8d388461de316f68980fd29e04c1b4b5dce921e2f5d087b121e957fb829 +size 68381 diff --git a/MendeleyCXR/images/Darwin_00004476_NORMAL2-IM-1376-0001.png b/MendeleyCXR/images/Darwin_00004476_NORMAL2-IM-1376-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f47b8f6b45d537fd73d98d52eb5f52f8d7ee4e7d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004476_NORMAL2-IM-1376-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a36998b118a91efd9a6698b8d0d318790c8e2b3ad9abe71f3031264919aa58ab +size 73227 diff --git a/MendeleyCXR/images/Darwin_00004477_NORMAL2-IM-1379-0001.png b/MendeleyCXR/images/Darwin_00004477_NORMAL2-IM-1379-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..873b8eb6a92e0870cf33345246dfeba277348134 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004477_NORMAL2-IM-1379-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91c3374b514403c046daa8e565563e73882a14acc52c47c03b28a7315c23cb96 +size 71455 diff --git a/MendeleyCXR/images/Darwin_00004478_NORMAL2-IM-1385-0001.png b/MendeleyCXR/images/Darwin_00004478_NORMAL2-IM-1385-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ade497dc51f4c3881b10ac56d32e5d46fdf6ccd5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004478_NORMAL2-IM-1385-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e03c67366bbfd14b94a7bf758d8b593cc5f830eb1963e9c35abdcc3fee197757 +size 73715 diff --git a/MendeleyCXR/images/Darwin_00004479_NORMAL2-IM-1396-0001.png b/MendeleyCXR/images/Darwin_00004479_NORMAL2-IM-1396-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d89570166d46cf321b205cff890bc22f1431ca56 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004479_NORMAL2-IM-1396-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a292005088d4abb1720334914bb91a6b32178f50863fb65d2025eeaf974fc883 +size 72957 diff --git a/MendeleyCXR/images/Darwin_00004480_NORMAL2-IM-1400-0001.png b/MendeleyCXR/images/Darwin_00004480_NORMAL2-IM-1400-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..10e52acd5a2fe8c6669bdcf7a0fc780d90e845cd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004480_NORMAL2-IM-1400-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:496e6561c4f75e8fa0ddd21da1f3c43f06066e4f024f94afa34121982361901b +size 67150 diff --git a/MendeleyCXR/images/Darwin_00004481_NORMAL2-IM-1401-0001.png b/MendeleyCXR/images/Darwin_00004481_NORMAL2-IM-1401-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a04d999544cc67fcd6bf22db4872e4f037ddccd3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004481_NORMAL2-IM-1401-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:726d8174e9361805a3210574fd6f4699b1d5f115c9b1bbe63c28bae455e99144 +size 72974 diff --git a/MendeleyCXR/images/Darwin_00004482_NORMAL2-IM-1406-0001.png b/MendeleyCXR/images/Darwin_00004482_NORMAL2-IM-1406-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a7fd50c911484aa6f95606c115536df41a68b746 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004482_NORMAL2-IM-1406-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f617f013417a438c674bd5653734bbbd9b589c0dfebb2fbcc846209c80958cbc +size 66890 diff --git a/MendeleyCXR/images/Darwin_00004483_NORMAL2-IM-1412-0001.png b/MendeleyCXR/images/Darwin_00004483_NORMAL2-IM-1412-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4506f15e95fd66e54892e6e1c1dbef3b2b6d0294 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004483_NORMAL2-IM-1412-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:491980da63646c85923253033b26343ad1086af1d610dee0cc9d0c84b5682d4d +size 72294 diff --git a/MendeleyCXR/images/Darwin_00004484_NORMAL2-IM-1419-0001.png b/MendeleyCXR/images/Darwin_00004484_NORMAL2-IM-1419-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c9b9e5692891b36811558955e9aff9735cbdc5e1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004484_NORMAL2-IM-1419-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3222f60ce28c8de0541e4178d052fdd612458e69b5169933b7a066fee66046d9 +size 73301 diff --git a/MendeleyCXR/images/Darwin_00004485_NORMAL2-IM-1422-0001.png b/MendeleyCXR/images/Darwin_00004485_NORMAL2-IM-1422-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a0d91946dbec994c434d9f939cc97734f13b36d3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004485_NORMAL2-IM-1422-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e35c19e400c70dcd3e23ca2f1e6bc99917f88dabc11b7abdf7428975cdc78085 +size 73288 diff --git a/MendeleyCXR/images/Darwin_00004486_NORMAL2-IM-1423-0001.png b/MendeleyCXR/images/Darwin_00004486_NORMAL2-IM-1423-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e6b08538f5686a4ee37e7721710d5d20ec6a5adb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004486_NORMAL2-IM-1423-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d65cc20d4372d7ab0fed31c85aaf205bd8a7653e5f7a4ef05e46dd1d6c7ee3d8 +size 77328 diff --git a/MendeleyCXR/images/Darwin_00004487_NORMAL2-IM-1293-0001.png b/MendeleyCXR/images/Darwin_00004487_NORMAL2-IM-1293-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..14bf0bd09d3ba5707d6509bc931ebdb0f1852ec5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004487_NORMAL2-IM-1293-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:510aa9c4c7de45712be504c6d5234906632a5bd559260973d87133c8e40bc4e2 +size 73815 diff --git a/MendeleyCXR/images/Darwin_00004488_NORMAL2-IM-1294-0001-0001.png b/MendeleyCXR/images/Darwin_00004488_NORMAL2-IM-1294-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2fd857cac96ae0d7c5ff5a239d6c90f3f227fc47 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004488_NORMAL2-IM-1294-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41e993abad27b769786f67f044dec7675edc0ead1679a32d22d3a8be43d2549b +size 80152 diff --git a/MendeleyCXR/images/Darwin_00004489_NORMAL2-IM-1294-0001-0002.png b/MendeleyCXR/images/Darwin_00004489_NORMAL2-IM-1294-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..ce85b30c48b6a1a9b3b3c6902b97cc206bfd2f2f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004489_NORMAL2-IM-1294-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51aa1e80a4816e39a35da362912f4b422018e16ac5154984a5c185fac98f5d85 +size 81737 diff --git a/MendeleyCXR/images/Darwin_00004490_NORMAL2-IM-1294-0001.png b/MendeleyCXR/images/Darwin_00004490_NORMAL2-IM-1294-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ade1e1a1991bc593a97fcf4816f1182dbc56004a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004490_NORMAL2-IM-1294-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93670a0bd1f58977ca74aa33c39375bf6ba61a5a1e329630f824850cb4c809aa +size 74024 diff --git a/MendeleyCXR/images/Darwin_00004491_NORMAL2-IM-1295-0001.png b/MendeleyCXR/images/Darwin_00004491_NORMAL2-IM-1295-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0cef722740f48aa1b27582379022f539528123a5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004491_NORMAL2-IM-1295-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b7c139e365d31b86c3db50669802c7ea498a4fb32cc0c91e971d665111ffbfb +size 77207 diff --git a/MendeleyCXR/images/Darwin_00004492_NORMAL2-IM-1296-0001.png b/MendeleyCXR/images/Darwin_00004492_NORMAL2-IM-1296-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..225877882c92fb1dac7e4ddf64b83f3666ba1a12 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004492_NORMAL2-IM-1296-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75dcbe05da14945011c873616266360be4ecce17e66520d3eaca86f13330f6f5 +size 75052 diff --git a/MendeleyCXR/images/Darwin_00004493_NORMAL2-IM-1300-0001.png b/MendeleyCXR/images/Darwin_00004493_NORMAL2-IM-1300-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..aaa218b32d8b5a5e0377d5b160b3a1374bc81c2b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004493_NORMAL2-IM-1300-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fef939e5fa95d501b409fd3d337ea810fa4d3e061d6cd7427cf3da0a00e3efd7 +size 80874 diff --git a/MendeleyCXR/images/Darwin_00004494_NORMAL2-IM-1301-0001.png b/MendeleyCXR/images/Darwin_00004494_NORMAL2-IM-1301-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c56e36a83dd267c3b8207c8a88c3dd0a607c359c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004494_NORMAL2-IM-1301-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3633f9f4e324545ef09b2d68f60b583856d087da281b382378f7b816cd011dd3 +size 72767 diff --git a/MendeleyCXR/images/Darwin_00004495_NORMAL2-IM-1302-0001.png b/MendeleyCXR/images/Darwin_00004495_NORMAL2-IM-1302-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6b56ab1e134699136e630b2e2fa8c0a729986083 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004495_NORMAL2-IM-1302-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eda1dbfc7424ba5c096878e6b5ef1fe254912c62dbd4df15234ca27c40971d50 +size 78380 diff --git a/MendeleyCXR/images/Darwin_00004496_NORMAL2-IM-1303-0001.png b/MendeleyCXR/images/Darwin_00004496_NORMAL2-IM-1303-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6f6120cf27e54b39da996b7d4232d49b174ddedd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004496_NORMAL2-IM-1303-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d969e3f8bb9b99d3eb0eaf6906ca3e5640b95cbae53181f9c17a991123c7796e +size 81345 diff --git a/MendeleyCXR/images/Darwin_00004497_NORMAL2-IM-1304-0001.png b/MendeleyCXR/images/Darwin_00004497_NORMAL2-IM-1304-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2b83958b73b7385f0ddaf1ce2503ea4e13ac7e14 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004497_NORMAL2-IM-1304-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d617df47667e47fb0ff4b1a7079d96e87b8069cd1a4a0849e3b12a0882980e0 +size 78185 diff --git a/MendeleyCXR/images/Darwin_00004498_NORMAL2-IM-1305-0001.png b/MendeleyCXR/images/Darwin_00004498_NORMAL2-IM-1305-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e29b5c1c2bba5007d05a4b49e55dfe488093e5d9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004498_NORMAL2-IM-1305-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d4003031af28539be771eab0fd0ea7fecec35924d6fe1a6446bd6bcaf97bcfe +size 81822 diff --git a/MendeleyCXR/images/Darwin_00004499_NORMAL2-IM-1306-0001.png b/MendeleyCXR/images/Darwin_00004499_NORMAL2-IM-1306-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e8fe2d47eeb0ca6cf510ed98304fde890684217f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004499_NORMAL2-IM-1306-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eb91b22fb43678e24afe6a498012fb93b5392e54071e72834549ef54d7255b9 +size 76877 diff --git a/MendeleyCXR/images/Darwin_00004500_NORMAL2-IM-1307-0001.png b/MendeleyCXR/images/Darwin_00004500_NORMAL2-IM-1307-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..28aeba7ceee194222cb28ca209cf1096c5359c4a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004500_NORMAL2-IM-1307-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86755cf3a788c23734b42fbe40ec446727438b0cc34f9c00bf848e33a0624f31 +size 73276 diff --git a/MendeleyCXR/images/Darwin_00004501_NORMAL2-IM-1308-0001.png b/MendeleyCXR/images/Darwin_00004501_NORMAL2-IM-1308-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..97ddcfcae712633f451f39da4f425ee57cbf1eb2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004501_NORMAL2-IM-1308-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b431cac7edf54b5bd2b904baeb6570d6157c739a238a91d6b4552c58927176c4 +size 80634 diff --git a/MendeleyCXR/images/Darwin_00004502_NORMAL2-IM-1310-0001.png b/MendeleyCXR/images/Darwin_00004502_NORMAL2-IM-1310-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..cf4f97598d7373d5228565d86dcec612aa555821 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004502_NORMAL2-IM-1310-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94e6cd0e0931ac77304ef1dffbd64e7d37d052221363a035a78cd644be2f8a56 +size 78215 diff --git a/MendeleyCXR/images/Darwin_00004503_NORMAL2-IM-1311-0001.png b/MendeleyCXR/images/Darwin_00004503_NORMAL2-IM-1311-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f6ffe737b71df6e2ef35a5307ded7b21a17b6864 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004503_NORMAL2-IM-1311-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc5af62f2e7dd5642100d998a178dc6bebbc8ae62ac46463ce92826d411cd514 +size 79307 diff --git a/MendeleyCXR/images/Darwin_00004504_NORMAL2-IM-1314-0001.png b/MendeleyCXR/images/Darwin_00004504_NORMAL2-IM-1314-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..88db65c8d882ef94e2df626c7cdf38d511e74ae9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004504_NORMAL2-IM-1314-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6aade7f2584d4e814bd0b92dccf812f8a73e85aa732fcbfee0b360fef720178 +size 73925 diff --git a/MendeleyCXR/images/Darwin_00004505_NORMAL2-IM-1315-0001.png b/MendeleyCXR/images/Darwin_00004505_NORMAL2-IM-1315-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fd8f37c59255743c3e7a4ab0dcaf440177762b50 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004505_NORMAL2-IM-1315-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b0908abb8ee1e5efde686693ba370a7bc0624cf0c2bc05ec79020215edb4e12 +size 73133 diff --git a/MendeleyCXR/images/Darwin_00004506_NORMAL2-IM-1316-0001.png b/MendeleyCXR/images/Darwin_00004506_NORMAL2-IM-1316-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c84120dcd9c01fe9f8cc2fead90e82a340fbcb95 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004506_NORMAL2-IM-1316-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fab77200d9dddc5376469670b7392f8504ed9bdbb8c5718fcfced02f3bd3849 +size 80170 diff --git a/MendeleyCXR/images/Darwin_00004507_NORMAL2-IM-1317-0001.png b/MendeleyCXR/images/Darwin_00004507_NORMAL2-IM-1317-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ec24538d48e53b8499d6593eff2f764be37172ba --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004507_NORMAL2-IM-1317-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:391825f1f338849f6d12b79b992c2b18343ff79e2368a028730073d7df36abb4 +size 80521 diff --git a/MendeleyCXR/images/Darwin_00004508_NORMAL2-IM-1318-0001.png b/MendeleyCXR/images/Darwin_00004508_NORMAL2-IM-1318-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f4e042cea32720aa9b7508a8463e32ce89aee3ec --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004508_NORMAL2-IM-1318-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f809c4c7deef0ea0719cf09e263c21cc5bf98de0fda633d731ca098df91b58e3 +size 71015 diff --git a/MendeleyCXR/images/Darwin_00004509_NORMAL2-IM-1319-0001.png b/MendeleyCXR/images/Darwin_00004509_NORMAL2-IM-1319-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..133d7f22239d67f3fa4b297660e1ff500d00c732 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004509_NORMAL2-IM-1319-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9ba37ec4c00b91f347542bdb2c3dea8865a3ced76cd50681b7aadf1d78f8a36 +size 76962 diff --git a/MendeleyCXR/images/Darwin_00004510_NORMAL2-IM-1320-0001.png b/MendeleyCXR/images/Darwin_00004510_NORMAL2-IM-1320-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..eb629afe742c4581071f298188c064b008547180 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004510_NORMAL2-IM-1320-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4086e9d513b82564bb3e7519d90f14779bd717dfdd7462e5e0979b3a60111515 +size 73260 diff --git a/MendeleyCXR/images/Darwin_00004511_NORMAL2-IM-1321-0001.png b/MendeleyCXR/images/Darwin_00004511_NORMAL2-IM-1321-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3f30439ad4349f3247f8f320101db92abf744bfc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004511_NORMAL2-IM-1321-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddc5d5f08cb4e04b02d2c87fe216b2e9da348d489aba73a39595a15760738d10 +size 75305 diff --git a/MendeleyCXR/images/Darwin_00004512_NORMAL2-IM-1322-0001.png b/MendeleyCXR/images/Darwin_00004512_NORMAL2-IM-1322-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ddc78be866604b99b3fabfb1405010d1ded46d44 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004512_NORMAL2-IM-1322-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:370f4c507d49405572d9a92d31569d310798e8bf307a8583dcacf104421be80c +size 76442 diff --git a/MendeleyCXR/images/Darwin_00004513_NORMAL2-IM-1323-0001.png b/MendeleyCXR/images/Darwin_00004513_NORMAL2-IM-1323-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c7f3c8fdc540d9a5fb3cf9b511b1bdb3f7c28693 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004513_NORMAL2-IM-1323-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78ba29a2eae1674cdba2d2f702f13fdc8da35033c08dc6a89715ca328c6fb99b +size 77096 diff --git a/MendeleyCXR/images/Darwin_00004514_NORMAL2-IM-1326-0001.png b/MendeleyCXR/images/Darwin_00004514_NORMAL2-IM-1326-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..de95478db3d3e5360703def725c6f9482741f810 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004514_NORMAL2-IM-1326-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a3d9c1c21b1c8885c32e1d7905a0ff8707e949164bc232f9cfa67cf738f2eb0 +size 73843 diff --git a/MendeleyCXR/images/Darwin_00004515_NORMAL2-IM-1327-0001.png b/MendeleyCXR/images/Darwin_00004515_NORMAL2-IM-1327-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..386a96d741b8d3c14487ea025a462aeeea63ff96 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004515_NORMAL2-IM-1327-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c75ea31a8a4fea2f03b2334e85efea0e3a8464534a01e275f0ba3899f2029a7f +size 81447 diff --git a/MendeleyCXR/images/Darwin_00004516_NORMAL2-IM-1328-0001.png b/MendeleyCXR/images/Darwin_00004516_NORMAL2-IM-1328-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5b8c5645d6a2890ff3a6d49db9e3fe7086e6d9e7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004516_NORMAL2-IM-1328-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad5365f9c3bced1a75ee6877ebacacd13f564314bd71d2c1b66e639a1ee3ad95 +size 75107 diff --git a/MendeleyCXR/images/Darwin_00004517_NORMAL2-IM-1329-0001.png b/MendeleyCXR/images/Darwin_00004517_NORMAL2-IM-1329-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d5f0e589499dbc8722b6fb660566ad09a1ec7166 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004517_NORMAL2-IM-1329-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c02fc7138c13492b27a8ca5bd4bdc59f2d6d2f8768fb089d90daba8b4c0a0134 +size 83973 diff --git a/MendeleyCXR/images/Darwin_00004518_NORMAL2-IM-1262-0001.png b/MendeleyCXR/images/Darwin_00004518_NORMAL2-IM-1262-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..457ce21067d8e3d9c525acec1d3909cfa159ee47 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004518_NORMAL2-IM-1262-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da265dc860ec6d42af132f94d0900681b78ff898d15cfde0cdbc24005d92e7d4 +size 74832 diff --git a/MendeleyCXR/images/Darwin_00004519_NORMAL2-IM-1264-0001.png b/MendeleyCXR/images/Darwin_00004519_NORMAL2-IM-1264-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..57dbd2febc95ba074398646449eddd76cb2fce0c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004519_NORMAL2-IM-1264-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4949976f064c0c1d03398b3a281aefb4016de312a6cd5a65f8e315f9cb5fe43e +size 74639 diff --git a/MendeleyCXR/images/Darwin_00004520_NORMAL2-IM-1266-0001-0001.png b/MendeleyCXR/images/Darwin_00004520_NORMAL2-IM-1266-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..779d8a016c7c925c319e02fc9d49ce29e3008fa4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004520_NORMAL2-IM-1266-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ae75e21923930f827b103ff43683a34be2537b2cac6bb6ab5e1700a3053cecb +size 74662 diff --git a/MendeleyCXR/images/Darwin_00004521_NORMAL2-IM-1266-0001-0002.png b/MendeleyCXR/images/Darwin_00004521_NORMAL2-IM-1266-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..403f9719c43aee640f3f486bf0db1afa3b460ed1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004521_NORMAL2-IM-1266-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f0e735f7c417793d3f3849b5751198ef37deeb6a3532ccde8ea0307e42cdca7 +size 72360 diff --git a/MendeleyCXR/images/Darwin_00004522_NORMAL2-IM-1266-0001.png b/MendeleyCXR/images/Darwin_00004522_NORMAL2-IM-1266-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..24fb31ce0066166788a38289728eac82882cb473 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004522_NORMAL2-IM-1266-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78c7d43e1427db0e31fbff3936bded6e81b776315f9c641f5888c2c8a4fd3989 +size 79541 diff --git a/MendeleyCXR/images/Darwin_00004523_NORMAL2-IM-1267-0001.png b/MendeleyCXR/images/Darwin_00004523_NORMAL2-IM-1267-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..23e29f65fa882b178a426d1b9a33bfa4d4c51219 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004523_NORMAL2-IM-1267-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63ab58a6370a0ec77685403e6b00eda25a2b383ad1559dd5c8ea5201f9019c8e +size 78482 diff --git a/MendeleyCXR/images/Darwin_00004524_NORMAL2-IM-1269-0001-0001.png b/MendeleyCXR/images/Darwin_00004524_NORMAL2-IM-1269-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6f905e6d0730ae066d769585e1c0e63ff2a4d230 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004524_NORMAL2-IM-1269-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:176cb2985fc3f6fd59e43629351ed8b67a0a2a841e4246a58dba0617e1258d33 +size 77655 diff --git a/MendeleyCXR/images/Darwin_00004525_NORMAL2-IM-1269-0001-0002.png b/MendeleyCXR/images/Darwin_00004525_NORMAL2-IM-1269-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..3da1d4c46591d51eaeb87eb3aedee7f08617ebde --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004525_NORMAL2-IM-1269-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:530847a5bda8d87d6c7a552dd9edfa7dba9f2b8dbd2d13c4feb7fc2c737ee2d7 +size 67667 diff --git a/MendeleyCXR/images/Darwin_00004526_NORMAL2-IM-1269-0001.png b/MendeleyCXR/images/Darwin_00004526_NORMAL2-IM-1269-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..bbf4edb7caf1964f6b2fba2ef23d865df7a9e10c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004526_NORMAL2-IM-1269-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c07149114da934dee2b6411cf38a21ec9c77baf654103ceb0473b796103a4390 +size 81053 diff --git a/MendeleyCXR/images/Darwin_00004527_NORMAL2-IM-1270-0001.png b/MendeleyCXR/images/Darwin_00004527_NORMAL2-IM-1270-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..010d4dfd920ab8440adeff12b6123954b54a47fb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004527_NORMAL2-IM-1270-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6106e7a178c4105af92608e3d598277606976a4263c8425a768db562733dc939 +size 71137 diff --git a/MendeleyCXR/images/Darwin_00004528_NORMAL2-IM-1271-0001.png b/MendeleyCXR/images/Darwin_00004528_NORMAL2-IM-1271-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..33a5cd4450af36d7972f33ced87f9935c1138068 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004528_NORMAL2-IM-1271-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0796fdf399d6a5be87ccf1bb019caed1c6242f166b93d144ef895aeb74f12a6d +size 74972 diff --git a/MendeleyCXR/images/Darwin_00004529_NORMAL2-IM-1272-0001.png b/MendeleyCXR/images/Darwin_00004529_NORMAL2-IM-1272-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5796f9424b337c966e9135be087b2020cfd287f1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004529_NORMAL2-IM-1272-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0926bed8d138ae3d93608cddb1eb6614acb9e4b9bca509df3d82194de1487fe1 +size 74700 diff --git a/MendeleyCXR/images/Darwin_00004530_NORMAL2-IM-1273-0001.png b/MendeleyCXR/images/Darwin_00004530_NORMAL2-IM-1273-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3075d7c0721236b98e3ca2c6d82bb7e307a68362 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004530_NORMAL2-IM-1273-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9911e3f8eb7f48785ed70692e253f4358ad7db314748e70152d753f397eafa6 +size 75223 diff --git a/MendeleyCXR/images/Darwin_00004531_NORMAL2-IM-1274-0001.png b/MendeleyCXR/images/Darwin_00004531_NORMAL2-IM-1274-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..cf3558fcb2b0ae949fcd8d54908c5a2c3978f8be --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004531_NORMAL2-IM-1274-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e27b38aaabca9f4faaf201692b50c291fa705cbc7e4dc8d1d9f4352d44590889 +size 77504 diff --git a/MendeleyCXR/images/Darwin_00004532_NORMAL2-IM-1275-0001.png b/MendeleyCXR/images/Darwin_00004532_NORMAL2-IM-1275-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a83f61dedcbb9cfa718c79f9a2e336fc6741b255 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004532_NORMAL2-IM-1275-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:709bb09da08f750ae5fb21d103b28425f8285d798dd7fc67ee44c64c113962cb +size 87344 diff --git a/MendeleyCXR/images/Darwin_00004533_NORMAL2-IM-1276-0001.png b/MendeleyCXR/images/Darwin_00004533_NORMAL2-IM-1276-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6ec5cc5fab2609e0a46169c748c172261942379d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004533_NORMAL2-IM-1276-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64f032cea254f60edf3ff65db7226501f292c03250ad1c3eabd51b49683bf5ff +size 76525 diff --git a/MendeleyCXR/images/Darwin_00004534_NORMAL2-IM-1277-0001-0001.png b/MendeleyCXR/images/Darwin_00004534_NORMAL2-IM-1277-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a683b49be123adcf3f1ab796a19a1cce660b1f7e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004534_NORMAL2-IM-1277-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c79ce96c6032a379c968c4f7ce45ab8eeb241364c73f6553d6a216c642c015fa +size 71370 diff --git a/MendeleyCXR/images/Darwin_00004535_NORMAL2-IM-1277-0001-0002.png b/MendeleyCXR/images/Darwin_00004535_NORMAL2-IM-1277-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..f9c4fc36bd5f0d8b7af0da5812ae3f49b32ff3a9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004535_NORMAL2-IM-1277-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62ff1d3d6913856bc9542fdabbc8c473db941905833ffbb1bb2629c91108d605 +size 79172 diff --git a/MendeleyCXR/images/Darwin_00004536_NORMAL2-IM-1277-0001.png b/MendeleyCXR/images/Darwin_00004536_NORMAL2-IM-1277-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fd231276e99b0621f73871eb8fc35302cffe53c5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004536_NORMAL2-IM-1277-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec0627fbdcd247ebaa8235344c8e64ef73f8b9d4d3dc137b32f42f52e4db7189 +size 77122 diff --git a/MendeleyCXR/images/Darwin_00004537_NORMAL2-IM-1278-0001.png b/MendeleyCXR/images/Darwin_00004537_NORMAL2-IM-1278-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e5048169194855905a67d785c15b33bcd0c34468 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004537_NORMAL2-IM-1278-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d125ffcbd0c372e34a715449ea487b08572cdf584f7e6af52c76d81b3505b457 +size 75995 diff --git a/MendeleyCXR/images/Darwin_00004538_NORMAL2-IM-1279-0001.png b/MendeleyCXR/images/Darwin_00004538_NORMAL2-IM-1279-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..86789b4ae7b4081d6237da1efe859159bf73d599 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004538_NORMAL2-IM-1279-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc3de21892ef84f6d05c5993a4dc0c8ce80c3b6fb0bd3f91e342af0ea312f2ed +size 76655 diff --git a/MendeleyCXR/images/Darwin_00004539_NORMAL2-IM-1280-0001.png b/MendeleyCXR/images/Darwin_00004539_NORMAL2-IM-1280-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..97c237d094244373a826aa6828cc1d73d2fb28d4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004539_NORMAL2-IM-1280-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:598da364365e1ac3738766d2510b24dabdb6d22e56afb1aba0cf678fd980f7e1 +size 79912 diff --git a/MendeleyCXR/images/Darwin_00004540_NORMAL2-IM-1281-0001.png b/MendeleyCXR/images/Darwin_00004540_NORMAL2-IM-1281-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4276cd4be9031bf49605e741d2131010dfea341b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004540_NORMAL2-IM-1281-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a840ac0d0c62da8aaa30226cd7f868346011ca6652d0f8c07d5c04e537fd513d +size 77163 diff --git a/MendeleyCXR/images/Darwin_00004541_NORMAL2-IM-1282-0001.png b/MendeleyCXR/images/Darwin_00004541_NORMAL2-IM-1282-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f19cbb3c48c0c274802bf77f8bf9714c230698b0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004541_NORMAL2-IM-1282-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:267f1d9136881a2bda30464c7da895665f02de2a25c4e3ec691054defce85a62 +size 80170 diff --git a/MendeleyCXR/images/Darwin_00004542_NORMAL2-IM-1285-0001.png b/MendeleyCXR/images/Darwin_00004542_NORMAL2-IM-1285-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..29d9501c5a3d53f50ebe189fe356936ddf1293a0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004542_NORMAL2-IM-1285-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd7975b69edce5422cc7036c0b6037a6be88ea87a9a097c4c73313b9522b49b8 +size 78118 diff --git a/MendeleyCXR/images/Darwin_00004543_NORMAL2-IM-1286-0001.png b/MendeleyCXR/images/Darwin_00004543_NORMAL2-IM-1286-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..763b791ba5a1c5d30cdf1c07ea3fdf271ce4760e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004543_NORMAL2-IM-1286-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:892c24027f131dfbae20c9d96dea68732447826817221181286a144c30cd9101 +size 78985 diff --git a/MendeleyCXR/images/Darwin_00004544_NORMAL2-IM-1287-0001.png b/MendeleyCXR/images/Darwin_00004544_NORMAL2-IM-1287-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6d58598099ef76bf8157e07cee1b63055364c7ae --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004544_NORMAL2-IM-1287-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b921162c72c574e456bd1f2d1c9c91db28449c541530babdcd80cd407c789176 +size 74689 diff --git a/MendeleyCXR/images/Darwin_00004545_NORMAL2-IM-1288-0001.png b/MendeleyCXR/images/Darwin_00004545_NORMAL2-IM-1288-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..446fac954d61ef86fa8e0513e5afa6016cd36089 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004545_NORMAL2-IM-1288-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4a3c4dccd995fea0fb4a0e61ae5d12f593aa6579e4f08b464397607fb076809 +size 75797 diff --git a/MendeleyCXR/images/Darwin_00004546_NORMAL2-IM-1289-0001.png b/MendeleyCXR/images/Darwin_00004546_NORMAL2-IM-1289-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ef3d95d93853d5dc1adb264911befd682aaf12d2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004546_NORMAL2-IM-1289-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7399453273b07901b992dee81b282a560791c92f53c385cee23d3b69b69d8891 +size 74921 diff --git a/MendeleyCXR/images/Darwin_00004547_NORMAL2-IM-1290-0001.png b/MendeleyCXR/images/Darwin_00004547_NORMAL2-IM-1290-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a040fa27daaf0e810e65522a95e3f3b54931ff8f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004547_NORMAL2-IM-1290-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6ecfbdc6803bb3bbcbf6447b0db8ea1b04f209890321201d1c801c40a8a5f59 +size 73551 diff --git a/MendeleyCXR/images/Darwin_00004548_NORMAL2-IM-1291-0001.png b/MendeleyCXR/images/Darwin_00004548_NORMAL2-IM-1291-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d3900ac83e09ee6d62c2e026f43dd66d36258366 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004548_NORMAL2-IM-1291-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50add5e183974b460be7200a856d8b833ca3dac85e6b10280b6582ec1fc9c01c +size 76064 diff --git a/MendeleyCXR/images/Darwin_00004549_NORMAL2-IM-1292-0001.png b/MendeleyCXR/images/Darwin_00004549_NORMAL2-IM-1292-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0be06857f2ea0a6a748f190afff7b23811e2bc2b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004549_NORMAL2-IM-1292-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7abd3e3b0b43d5fdfe246c8e333d34a026a95689fba2e21975e0d034b66f638 +size 79442 diff --git a/MendeleyCXR/images/Darwin_00004550_NORMAL2-IM-1222-0001.png b/MendeleyCXR/images/Darwin_00004550_NORMAL2-IM-1222-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..32e189b5c9d8d44a8abad4fe0a66059e3ea7d28c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004550_NORMAL2-IM-1222-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d12d08f1e121b5b514e1a7e15c2c8a5a5b0670deedf4edecf7269a452267e199 +size 75457 diff --git a/MendeleyCXR/images/Darwin_00004551_NORMAL2-IM-1223-0001.png b/MendeleyCXR/images/Darwin_00004551_NORMAL2-IM-1223-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1343885bf87170d6eecb087fdffd2effe7f87c45 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004551_NORMAL2-IM-1223-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a543d27dad3bbe8eba4ee4ef4debff83dec0b1b92beb7cdb9402a3f4b170b26b +size 78676 diff --git a/MendeleyCXR/images/Darwin_00004552_NORMAL2-IM-1224-0001.png b/MendeleyCXR/images/Darwin_00004552_NORMAL2-IM-1224-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e58947bd25c4fee5e783223f4374a3c21212f7a4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004552_NORMAL2-IM-1224-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfb2ecfa0c957b42abc27f2e4e57d6899f8960132f757c10c696fabb6cb65aec +size 72842 diff --git a/MendeleyCXR/images/Darwin_00004553_NORMAL2-IM-1225-0001.png b/MendeleyCXR/images/Darwin_00004553_NORMAL2-IM-1225-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5f7aa0226e220998340044cb23e8c1b9ce65cccb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004553_NORMAL2-IM-1225-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e1aa9b75f8c7870830088772078b1e4ea8edf641d52f7f98407a750a5a14745 +size 77503 diff --git a/MendeleyCXR/images/Darwin_00004554_NORMAL2-IM-1226-0001.png b/MendeleyCXR/images/Darwin_00004554_NORMAL2-IM-1226-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..99713fd2af322bd45f6526b30de5bc565fec3b56 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004554_NORMAL2-IM-1226-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7585e6e1fe56dda7e803d1fe342b673a2e445dfd85f125fd76bd087ac14ed918 +size 75962 diff --git a/MendeleyCXR/images/Darwin_00004555_NORMAL2-IM-1227-0001.png b/MendeleyCXR/images/Darwin_00004555_NORMAL2-IM-1227-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b80634ee1866eb635b158e3f21b620fc545b454c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004555_NORMAL2-IM-1227-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6711ade61c34b67adc79ed82b105014bee321a21f64b7acba339f67c04fb5780 +size 74619 diff --git a/MendeleyCXR/images/Darwin_00004556_NORMAL2-IM-1228-0001.png b/MendeleyCXR/images/Darwin_00004556_NORMAL2-IM-1228-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..83d044b83b0f9191d860762ec1a640ac1a047044 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004556_NORMAL2-IM-1228-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2228baf7f0543a0f98652dbd4391d083dbd7463489b4b31afc3d1b0e241f7bec +size 76160 diff --git a/MendeleyCXR/images/Darwin_00004557_NORMAL2-IM-1231-0001.png b/MendeleyCXR/images/Darwin_00004557_NORMAL2-IM-1231-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..24f0dd9076d9cebcbe74575eec4f9252c12961e6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004557_NORMAL2-IM-1231-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b45a6ae9d72067c2eec83b561972ee36e31a1470c43daf7e5559b30d49fa6949 +size 82883 diff --git a/MendeleyCXR/images/Darwin_00004558_NORMAL2-IM-1232-0001.png b/MendeleyCXR/images/Darwin_00004558_NORMAL2-IM-1232-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d580e51ba31964593ae7232e1cb8bbb6d162092c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004558_NORMAL2-IM-1232-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:715a3f64b01605c3386f83e389121c913e9373b0aa432cd12a188197dfe87cb5 +size 76079 diff --git a/MendeleyCXR/images/Darwin_00004559_NORMAL2-IM-1234-0001.png b/MendeleyCXR/images/Darwin_00004559_NORMAL2-IM-1234-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..23b2755dc864e26fd0f142ba3fd8dfa6aaead78a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004559_NORMAL2-IM-1234-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bdf0ce595141b1a3b81919eadd66f9cf185feb57bd707769da55744e8ebf685 +size 71916 diff --git a/MendeleyCXR/images/Darwin_00004560_NORMAL2-IM-1236-0001.png b/MendeleyCXR/images/Darwin_00004560_NORMAL2-IM-1236-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e4e45f3e2da7f85247f160c91ac132c0b51c17f2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004560_NORMAL2-IM-1236-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82ae91dd1ec0ba7b5e123a6e9f5adb8d0aa3367450e0defadcd08d7a0ea04f08 +size 68565 diff --git a/MendeleyCXR/images/Darwin_00004561_NORMAL2-IM-1237-0001.png b/MendeleyCXR/images/Darwin_00004561_NORMAL2-IM-1237-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..244cbfd9d7b86f27bd2ff402e1f63094b31ee033 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004561_NORMAL2-IM-1237-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:716f36df43606260685548fac058e6bb578a992eeacf552dc936d8554acdc11d +size 77176 diff --git a/MendeleyCXR/images/Darwin_00004562_NORMAL2-IM-1240-0001.png b/MendeleyCXR/images/Darwin_00004562_NORMAL2-IM-1240-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fed05eacc3fc46c84cb01e1e2ed6922c591a8f22 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004562_NORMAL2-IM-1240-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73015f2356ff6cf55465be6c30cb88cb415998b931d9ff5d34fa32e7b36ab68e +size 77888 diff --git a/MendeleyCXR/images/Darwin_00004563_NORMAL2-IM-1241-0001.png b/MendeleyCXR/images/Darwin_00004563_NORMAL2-IM-1241-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..af6689ed8ccb0b207e8babc3758a076ea628fcbf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004563_NORMAL2-IM-1241-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ba43584e81e5c765a70229e198f0b911324cd89435051f325d82c0733679895 +size 71324 diff --git a/MendeleyCXR/images/Darwin_00004564_NORMAL2-IM-1242-0001.png b/MendeleyCXR/images/Darwin_00004564_NORMAL2-IM-1242-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..78a2fa6f71d1ef5800a7778152cc31debb92cd50 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004564_NORMAL2-IM-1242-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e15c7c54020b0dbcb52c55107464a1c03920a178121b58516e5cee2db0dac006 +size 77701 diff --git a/MendeleyCXR/images/Darwin_00004565_NORMAL2-IM-1243-0001.png b/MendeleyCXR/images/Darwin_00004565_NORMAL2-IM-1243-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9c921ffd2549c73748c432cf09493b1604f765b5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004565_NORMAL2-IM-1243-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36eb49c0b6c6a879feca643939f21a9bea61c1141b68537b8177689d0c1e9221 +size 77961 diff --git a/MendeleyCXR/images/Darwin_00004566_NORMAL2-IM-1244-0001.png b/MendeleyCXR/images/Darwin_00004566_NORMAL2-IM-1244-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..70d59ac62acb835c0f5b94e21312833834dcdcf1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004566_NORMAL2-IM-1244-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74b1865bcbeedd7d4148760aa5a1916085daac815adc092f65ef7ab8fdc810b6 +size 81184 diff --git a/MendeleyCXR/images/Darwin_00004567_NORMAL2-IM-1245-0001.png b/MendeleyCXR/images/Darwin_00004567_NORMAL2-IM-1245-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..93907cff45fd6ea60d4551c621558cac85a39c2a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004567_NORMAL2-IM-1245-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d05dbbbdfca1ba1d05e99dc06e840f3025e7c6e4818d060d1c553cd300691ef0 +size 74624 diff --git a/MendeleyCXR/images/Darwin_00004568_NORMAL2-IM-1247-0001.png b/MendeleyCXR/images/Darwin_00004568_NORMAL2-IM-1247-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..bbcab508a03ec2407ee117f395006cb37b9f9d72 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004568_NORMAL2-IM-1247-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2960a7133282a887c88df64fc37ec156c849dc8b626013b068ca22377e1c0a5 +size 78340 diff --git a/MendeleyCXR/images/Darwin_00004569_NORMAL2-IM-1250-0001.png b/MendeleyCXR/images/Darwin_00004569_NORMAL2-IM-1250-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b8dbb5169b324437af147c2dd486020a783e0bd8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004569_NORMAL2-IM-1250-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f661859ef2fcbcdca94a75ee39c3856787a8913c5f4e0522142325dc86726f5 +size 65757 diff --git a/MendeleyCXR/images/Darwin_00004570_NORMAL2-IM-1252-0001.png b/MendeleyCXR/images/Darwin_00004570_NORMAL2-IM-1252-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4366d936710032bb8c12dd9bf7080ef959e19080 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004570_NORMAL2-IM-1252-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0465952920330a56a4dfa1a0e7ab77b1e37b2ca9854377e0dacd167bbddb8660 +size 82614 diff --git a/MendeleyCXR/images/Darwin_00004571_NORMAL2-IM-1253-0001.png b/MendeleyCXR/images/Darwin_00004571_NORMAL2-IM-1253-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7565e885d895b068728fe4b855929608eebd52cb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004571_NORMAL2-IM-1253-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2813bcd2e516af7a20e2b5f714a3be0885ab7e12e8e20d400501765d3575a789 +size 70857 diff --git a/MendeleyCXR/images/Darwin_00004572_NORMAL2-IM-1254-0001.png b/MendeleyCXR/images/Darwin_00004572_NORMAL2-IM-1254-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..770eab57ba034d62d04098de4a84e3d10bd53a3c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004572_NORMAL2-IM-1254-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dd4b29c56d58100ceb705b1ac1399196382d7263f0afae81f18c5e568cd3e97 +size 78759 diff --git a/MendeleyCXR/images/Darwin_00004573_NORMAL2-IM-1256-0001.png b/MendeleyCXR/images/Darwin_00004573_NORMAL2-IM-1256-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3308ffa959cd2467399303184ca504bd898d1c4b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004573_NORMAL2-IM-1256-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59cb78967960c291a0d3bed414dec4c99825c4b85dc80dd396a58babfa499410 +size 77755 diff --git a/MendeleyCXR/images/Darwin_00004574_NORMAL2-IM-1257-0001.png b/MendeleyCXR/images/Darwin_00004574_NORMAL2-IM-1257-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..63c9bad3b35e2eec4af20f33b29f95e798597ab4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004574_NORMAL2-IM-1257-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56a2b16457ba0d72fbbbf7444ed9d29911d8c8da78904cd03274484547ad2042 +size 81346 diff --git a/MendeleyCXR/images/Darwin_00004575_NORMAL2-IM-1258-0001-0001.png b/MendeleyCXR/images/Darwin_00004575_NORMAL2-IM-1258-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1ee08f763f7b5a2f18eea308216b6861fa2f36c9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004575_NORMAL2-IM-1258-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3860ca01608d9427f5cdb0c878a7cd65d438f978c27283f2e684ed04a5100ad2 +size 76707 diff --git a/MendeleyCXR/images/Darwin_00004576_NORMAL2-IM-1258-0001-0002.png b/MendeleyCXR/images/Darwin_00004576_NORMAL2-IM-1258-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..a8479cdb284b75fbb665e039cdfc15016dd2c5a8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004576_NORMAL2-IM-1258-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:241c6ee7547091e1866409cc1daa49d8a2152906aa12542b6189434220dfc5f7 +size 78051 diff --git a/MendeleyCXR/images/Darwin_00004577_NORMAL2-IM-1258-0001.png b/MendeleyCXR/images/Darwin_00004577_NORMAL2-IM-1258-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b6b53a3cb761ad3ea41e7b72101c7fafdc96a6d8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004577_NORMAL2-IM-1258-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cab4be74fa34ed6877b9a2803bd747d042ad0522fb56f085954e3eff5750c78a +size 81486 diff --git a/MendeleyCXR/images/Darwin_00004578_NORMAL2-IM-1260-0001.png b/MendeleyCXR/images/Darwin_00004578_NORMAL2-IM-1260-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..22c2b3b5995bc809b217c303a57a84d61c4b2942 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004578_NORMAL2-IM-1260-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d2e36af1ea55a732b2af4920c6e528c0255296383de70ac79e0bbd142624c23 +size 73876 diff --git a/MendeleyCXR/images/Darwin_00004579_NORMAL2-IM-1261-0001.png b/MendeleyCXR/images/Darwin_00004579_NORMAL2-IM-1261-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d631189e341dd346f853e1d2469c457e12760479 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004579_NORMAL2-IM-1261-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a077e150d1c0c7514075d2f27f602e2e23f791d0122d794b776fdc90307cfe7a +size 84075 diff --git a/MendeleyCXR/images/Darwin_00004580_NORMAL2-IM-1176-0001.png b/MendeleyCXR/images/Darwin_00004580_NORMAL2-IM-1176-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d4176b34d809d47ef91324a70c09348af8947bb8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004580_NORMAL2-IM-1176-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d6a08dc4ae5a50b0454027aa37feccd0ca452d77b5939329b9b72aeb266f171 +size 75993 diff --git a/MendeleyCXR/images/Darwin_00004581_NORMAL2-IM-1177-0001.png b/MendeleyCXR/images/Darwin_00004581_NORMAL2-IM-1177-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c70624e1fe7c9c33b6b81a08b4f038cb3ef95abc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004581_NORMAL2-IM-1177-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c55855943696e679ca6aa448e1c882687451496840a98927db9fde41078fa8f +size 76037 diff --git a/MendeleyCXR/images/Darwin_00004582_NORMAL2-IM-1178-0001.png b/MendeleyCXR/images/Darwin_00004582_NORMAL2-IM-1178-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5e937b1e84c1b3819cda9424eb2a472fc1721b73 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004582_NORMAL2-IM-1178-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5fd9092bf4ae8d83dfc9ab64f8ac49bb41175acb090dbe5c55b90ba98125911 +size 76424 diff --git a/MendeleyCXR/images/Darwin_00004583_NORMAL2-IM-1179-0001.png b/MendeleyCXR/images/Darwin_00004583_NORMAL2-IM-1179-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fa3dfa6a809489a9ba0b9588cc74e6c1ead1d6a5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004583_NORMAL2-IM-1179-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60fc17272c674695f40dc5e5c8751489d5c99330fff39b3f56b682fcf57107f0 +size 80176 diff --git a/MendeleyCXR/images/Darwin_00004584_NORMAL2-IM-1180-0001.png b/MendeleyCXR/images/Darwin_00004584_NORMAL2-IM-1180-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..cb2c8e35ffab9bf0eb087fdc0a28c55451cc29ca --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004584_NORMAL2-IM-1180-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8e614230545eb4aa98aa79757c057ad26e547ac468e8f1bfe83592639c3f16c +size 80233 diff --git a/MendeleyCXR/images/Darwin_00004585_NORMAL2-IM-1181-0001.png b/MendeleyCXR/images/Darwin_00004585_NORMAL2-IM-1181-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ddb2e10f34c08bdf75f4bf6f7787a2a157999f7c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004585_NORMAL2-IM-1181-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4f9d5c27092c33dc471507e1980441136f19f72568135287b49b222b45de7ad +size 72167 diff --git a/MendeleyCXR/images/Darwin_00004586_NORMAL2-IM-1182-0001.png b/MendeleyCXR/images/Darwin_00004586_NORMAL2-IM-1182-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..eeeda7a88e6299f51c470d779fd2de54ec4a67b1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004586_NORMAL2-IM-1182-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ef3cc47e793a81598beed5521adebcb324ce3a5bf34dc13a6831ef83d96d0da +size 74167 diff --git a/MendeleyCXR/images/Darwin_00004587_NORMAL2-IM-1183-0001.png b/MendeleyCXR/images/Darwin_00004587_NORMAL2-IM-1183-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1f65b696d8631fed98f6d052ad5a398e2026872f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004587_NORMAL2-IM-1183-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e88ec7c4e872aa2389741f659c1ccd264c05bb5ba9a0ba11243e46e86c98275a +size 74604 diff --git a/MendeleyCXR/images/Darwin_00004588_NORMAL2-IM-1184-0001.png b/MendeleyCXR/images/Darwin_00004588_NORMAL2-IM-1184-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..28f8896c359b65760eb23603b6992db6fe24a1bb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004588_NORMAL2-IM-1184-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c07b60c815626d28b143746d8cadd15e1e4d53102d1bd3706a49ee6a69629600 +size 73995 diff --git a/MendeleyCXR/images/Darwin_00004589_NORMAL2-IM-1185-0001.png b/MendeleyCXR/images/Darwin_00004589_NORMAL2-IM-1185-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..37956e31c92e9dfd908e673d0017fd78ae4d944f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004589_NORMAL2-IM-1185-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d5e29f763a64e1a159fd09d0f0df43a92f132830c310d79f60daa2d966128ba +size 72625 diff --git a/MendeleyCXR/images/Darwin_00004590_NORMAL2-IM-1187-0001.png b/MendeleyCXR/images/Darwin_00004590_NORMAL2-IM-1187-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0e423654525b498fb7b7e0a2ff14063e3961136f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004590_NORMAL2-IM-1187-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:307149229d5cfabe40d435de5ab5ae39ad887cb27e54a0f1e6838a3222910c72 +size 74354 diff --git a/MendeleyCXR/images/Darwin_00004591_NORMAL2-IM-1188-0001.png b/MendeleyCXR/images/Darwin_00004591_NORMAL2-IM-1188-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..937d4bcde2cec4c4946dc417166d0b04ca23d6bd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004591_NORMAL2-IM-1188-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f9d050aee861c55be59a8cb893177e7d736134deea026631a4a57d1b6a672b8 +size 76632 diff --git a/MendeleyCXR/images/Darwin_00004592_NORMAL2-IM-1189-0001.png b/MendeleyCXR/images/Darwin_00004592_NORMAL2-IM-1189-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9ff1c80f1cf58fe629de3dc995e8b7ed0fa3f597 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004592_NORMAL2-IM-1189-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db680eaadf3fa58a7bf9f937fa85c194eb9b1912485bfc8bc7c4852f130f8ec7 +size 78767 diff --git a/MendeleyCXR/images/Darwin_00004593_NORMAL2-IM-1190-0001.png b/MendeleyCXR/images/Darwin_00004593_NORMAL2-IM-1190-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f3e7827cbe4ad8851541dd744fc0a77c13053ee6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004593_NORMAL2-IM-1190-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49ccbe45ec1b1e6a4155fa84124bfc6f27b2da4c6f52b4f0e02dc1285101206c +size 81002 diff --git a/MendeleyCXR/images/Darwin_00004594_NORMAL2-IM-1191-0001.png b/MendeleyCXR/images/Darwin_00004594_NORMAL2-IM-1191-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1f124d6edcfafe19b3950787845ee268a41c9d42 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004594_NORMAL2-IM-1191-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eab7e17401c2ebb2caa6462d08f66bd1d4058899d0ebb50ca88d59eb24418620 +size 78698 diff --git a/MendeleyCXR/images/Darwin_00004595_NORMAL2-IM-1192-0001.png b/MendeleyCXR/images/Darwin_00004595_NORMAL2-IM-1192-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..842a2aab5cf296c6dd83e1c55d5f7d4572b8bda0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004595_NORMAL2-IM-1192-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b914e38ad3e3b876b5b18f31a1e79eb2727904c0bb4aaa5d34a5400844142ea4 +size 69821 diff --git a/MendeleyCXR/images/Darwin_00004596_NORMAL2-IM-1194-0001.png b/MendeleyCXR/images/Darwin_00004596_NORMAL2-IM-1194-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..26ff9b2baf9efaa2c626cfc079f09d0bde1b7404 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004596_NORMAL2-IM-1194-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7b923610598a1a58706ae9d912e87f0c782fe78bb7fd8af151c1329e56611e0 +size 79527 diff --git a/MendeleyCXR/images/Darwin_00004597_NORMAL2-IM-1196-0001.png b/MendeleyCXR/images/Darwin_00004597_NORMAL2-IM-1196-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4e8fa7e0b226077a664f8e6a080a8c97d95f304e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004597_NORMAL2-IM-1196-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b5ae62bd54658e6d1915e0ab867b31184548b8dd893cfd8ae5f0cc6fb1ef086 +size 74886 diff --git a/MendeleyCXR/images/Darwin_00004598_NORMAL2-IM-1197-0001.png b/MendeleyCXR/images/Darwin_00004598_NORMAL2-IM-1197-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..63486388cd74284233ea0f60cb63c48c08934052 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004598_NORMAL2-IM-1197-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:494e708cbea203f1a434390bdb7d3473b17e2580e5cc817f5b6155516e841f42 +size 77141 diff --git a/MendeleyCXR/images/Darwin_00004599_NORMAL2-IM-1198-0001.png b/MendeleyCXR/images/Darwin_00004599_NORMAL2-IM-1198-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..06b055ad0ff2867c7acb827040379d32aebf8086 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004599_NORMAL2-IM-1198-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12349c4f83314f4f95afa1d3f60398fe385167dbe4e0200d46e97e3c5402a908 +size 77069 diff --git a/MendeleyCXR/images/Darwin_00004600_NORMAL2-IM-1200-0001.png b/MendeleyCXR/images/Darwin_00004600_NORMAL2-IM-1200-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5d124a69ad10476d64762ed22c3e7b4943606d02 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004600_NORMAL2-IM-1200-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad31769906a621e2c1f9e93df51a440d443e81f0e45deaefe196464422553240 +size 78423 diff --git a/MendeleyCXR/images/Darwin_00004601_NORMAL2-IM-1201-0001.png b/MendeleyCXR/images/Darwin_00004601_NORMAL2-IM-1201-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a9cbd9a11e53d1b08d25146ef4b0a9704c8c4937 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004601_NORMAL2-IM-1201-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9058fe866d3302186d5dd88a7d8daaf6d15890aa9e53b7b65e3e27f12fdcaacc +size 74370 diff --git a/MendeleyCXR/images/Darwin_00004602_NORMAL2-IM-1202-0001.png b/MendeleyCXR/images/Darwin_00004602_NORMAL2-IM-1202-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..957ee263b5a37066d8953a236d404f9c331f54e1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004602_NORMAL2-IM-1202-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fa5ad0f36eef397cf0ad963dae3e77db1d2476ab4723ef0257f6469a1d672a4 +size 77760 diff --git a/MendeleyCXR/images/Darwin_00004603_NORMAL2-IM-1203-0001.png b/MendeleyCXR/images/Darwin_00004603_NORMAL2-IM-1203-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..680d00f7055ef33e9b8b36f44fa18a9aec660fb8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004603_NORMAL2-IM-1203-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ac629e14e0a41e2277c45d2ef6fd41472bb8c221e1a60b1171efcf1b5651b52 +size 76081 diff --git a/MendeleyCXR/images/Darwin_00004604_NORMAL2-IM-1204-0001.png b/MendeleyCXR/images/Darwin_00004604_NORMAL2-IM-1204-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f75d12a1cbf77f79cfe439fe9fdd8f7d0eded4ed --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004604_NORMAL2-IM-1204-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:322d023af09dd1f1bc9b2bd383f54c0901573b32ef81b58ded36330ed521023d +size 75604 diff --git a/MendeleyCXR/images/Darwin_00004605_NORMAL2-IM-1205-0001.png b/MendeleyCXR/images/Darwin_00004605_NORMAL2-IM-1205-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..71ce4e8df2c29338a98d2fb772973df7789bc2a4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004605_NORMAL2-IM-1205-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ec46503596d054d4d041d72c04564d23319954a150d8aada3642bcb67e4f3bb +size 77630 diff --git a/MendeleyCXR/images/Darwin_00004606_NORMAL2-IM-1206-0001.png b/MendeleyCXR/images/Darwin_00004606_NORMAL2-IM-1206-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..00c781b5b0ac1ba1bbf91cddbf20f5ed42a6a81f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004606_NORMAL2-IM-1206-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c3a09094d3dbdb100dba41c8bcca45b4eb9f1cd17e7d6f834643f70de0e261f +size 77095 diff --git a/MendeleyCXR/images/Darwin_00004607_NORMAL2-IM-1209-0001.png b/MendeleyCXR/images/Darwin_00004607_NORMAL2-IM-1209-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..400a6f1c900dee7203835b8385cff4aa8df1fe80 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004607_NORMAL2-IM-1209-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5383731556cdfcc3fab9cc293012d70d0c7bdd20381c811d92d4958bdb44b14 +size 76155 diff --git a/MendeleyCXR/images/Darwin_00004608_NORMAL2-IM-1214-0001.png b/MendeleyCXR/images/Darwin_00004608_NORMAL2-IM-1214-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..37fb2fb422e706522e419900a0910b3ef148af7d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004608_NORMAL2-IM-1214-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65eafa391ebc59658098a8ebb3f6c1c203fc019705ef0b5365a874775b51c7c6 +size 71530 diff --git a/MendeleyCXR/images/Darwin_00004609_NORMAL2-IM-1218-0001.png b/MendeleyCXR/images/Darwin_00004609_NORMAL2-IM-1218-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..316315921ec0c26756152f0aa39ec7049f055ed2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004609_NORMAL2-IM-1218-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d7385e4ae4078ab95d293387774e9fc8d21d6c956f66cf711b3ccb66bfe15e6 +size 76701 diff --git a/MendeleyCXR/images/Darwin_00004610_NORMAL2-IM-1219-0001.png b/MendeleyCXR/images/Darwin_00004610_NORMAL2-IM-1219-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e66e6610f9c84a77206fb10a6521f9544e20f3e2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004610_NORMAL2-IM-1219-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17c2f36f4a03c99bf08035cd7e3f0194ba382cbc13685111a4b4345ddca98eb7 +size 70007 diff --git a/MendeleyCXR/images/Darwin_00004611_NORMAL2-IM-1220-0001.png b/MendeleyCXR/images/Darwin_00004611_NORMAL2-IM-1220-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..dc945f9a233062edc22ebdcfe8f8ce0511b75c20 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004611_NORMAL2-IM-1220-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ea0aec81448c6beb24fbc60da93777e4e7033b4fd02e4886358c621e4b0d534 +size 77809 diff --git a/MendeleyCXR/images/Darwin_00004612_NORMAL2-IM-1221-0001.png b/MendeleyCXR/images/Darwin_00004612_NORMAL2-IM-1221-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b73765873b0c853f27fdbbe212febf4a289bfca3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004612_NORMAL2-IM-1221-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1664a343a2c79b85f24d62c5ed48acc251314254a6a11625b9ce947fbc72a1c0 +size 77478 diff --git a/MendeleyCXR/images/Darwin_00004613_NORMAL2-IM-1142-0001-0002.png b/MendeleyCXR/images/Darwin_00004613_NORMAL2-IM-1142-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..54a8032f90d485371bc2c0bc4a97be473c30ee18 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004613_NORMAL2-IM-1142-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc5f75585af80e63238ea359aa626398de9c4feebdaff8e0549fc99304779441 +size 79407 diff --git a/MendeleyCXR/images/Darwin_00004614_NORMAL2-IM-1142-0001.png b/MendeleyCXR/images/Darwin_00004614_NORMAL2-IM-1142-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ec91803e696a1058248fb5b1f118ce0bdd39cd05 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004614_NORMAL2-IM-1142-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15a7a0778122974edc3122f51dafc68bc0ba6fb84797e0d982e5930a2e5a68ab +size 74423 diff --git a/MendeleyCXR/images/Darwin_00004615_NORMAL2-IM-1144-0001.png b/MendeleyCXR/images/Darwin_00004615_NORMAL2-IM-1144-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d4742aab211a0cab4201b54fda3b03e8f68c6532 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004615_NORMAL2-IM-1144-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39d5fef6e23df9ab3ba46312561db3b0e94ce9067885f52c64a3be0ff1fcac87 +size 78003 diff --git a/MendeleyCXR/images/Darwin_00004616_NORMAL2-IM-1145-0001.png b/MendeleyCXR/images/Darwin_00004616_NORMAL2-IM-1145-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f3397eb0bd086dad523f2b50934a37cc0e4009d2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004616_NORMAL2-IM-1145-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a776d821c32a58ff7f685720be83281b72ae97bd2e1766a53caf05a3483cf73d +size 77538 diff --git a/MendeleyCXR/images/Darwin_00004617_NORMAL2-IM-1147-0001.png b/MendeleyCXR/images/Darwin_00004617_NORMAL2-IM-1147-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..acd5cead8be85042635751a83853ef88cc292545 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004617_NORMAL2-IM-1147-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:463512560c90057241f035e193555216ecf13c7d13b735a49e728930494160d2 +size 83270 diff --git a/MendeleyCXR/images/Darwin_00004618_NORMAL2-IM-1148-0001.png b/MendeleyCXR/images/Darwin_00004618_NORMAL2-IM-1148-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..715409c6dbf6faf15b556280953f02ab6cbdd8a3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004618_NORMAL2-IM-1148-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a48fe50e731f10e995cf52c55c5660bb8b61fb28883bf9051482d967a872764f +size 74564 diff --git a/MendeleyCXR/images/Darwin_00004619_NORMAL2-IM-1149-0001.png b/MendeleyCXR/images/Darwin_00004619_NORMAL2-IM-1149-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4a94bb9101bda1da53d9b781677e30db433e33b4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004619_NORMAL2-IM-1149-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf8956f7526b3eac6dfeb1946642b396d71ebf5537c83d519817edbf59169ef8 +size 79720 diff --git a/MendeleyCXR/images/Darwin_00004620_NORMAL2-IM-1150-0001.png b/MendeleyCXR/images/Darwin_00004620_NORMAL2-IM-1150-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6766332f39f9fa0d0661ced07fccd9464fa39796 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004620_NORMAL2-IM-1150-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5f07d3c56bdd9e97efe772b0f73941328f08d77b2d5e4ab2a0c0f7e215b9831 +size 77783 diff --git a/MendeleyCXR/images/Darwin_00004621_NORMAL2-IM-1151-0001.png b/MendeleyCXR/images/Darwin_00004621_NORMAL2-IM-1151-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a654b342fe13b576c46e6c1f2405a21ffbd09b61 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004621_NORMAL2-IM-1151-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caf2041380bdc07139c705bd22c7c5736ba62f9114cbc6103e2576d703120a13 +size 77515 diff --git a/MendeleyCXR/images/Darwin_00004622_NORMAL2-IM-1152-0001-0001.png b/MendeleyCXR/images/Darwin_00004622_NORMAL2-IM-1152-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8c843f2cc1a80c21a7b0e725a529b9bd668dc7de --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004622_NORMAL2-IM-1152-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d37ba0fb5bb185b1bb55bba242575b5d17705b5966002d068b8a4e0edc764ad +size 78846 diff --git a/MendeleyCXR/images/Darwin_00004623_NORMAL2-IM-1152-0001-0002.png b/MendeleyCXR/images/Darwin_00004623_NORMAL2-IM-1152-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..5cd05b8c8c0732c305815a9d6cbac1ad1f389358 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004623_NORMAL2-IM-1152-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:399aa9d763cb785d43aed17bedcc9f65a39460f7adcfa7f1e960a0fc3c57abd1 +size 72416 diff --git a/MendeleyCXR/images/Darwin_00004624_NORMAL2-IM-1152-0001.png b/MendeleyCXR/images/Darwin_00004624_NORMAL2-IM-1152-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7b4362be1ce72190fedca662bfc155839beec358 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004624_NORMAL2-IM-1152-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54cc1f7de7a76bd642f9b1a5a21a97ec02fd32d246a32eca8c25c87dd3cc3723 +size 76286 diff --git a/MendeleyCXR/images/Darwin_00004625_NORMAL2-IM-1153-0001.png b/MendeleyCXR/images/Darwin_00004625_NORMAL2-IM-1153-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f0fc0b29a3b9761b6b07ca28e53fd8011ee84c74 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004625_NORMAL2-IM-1153-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd1911669e95c969f72b6701e490724b2534c23553a2950caa5bfc402b031e91 +size 73405 diff --git a/MendeleyCXR/images/Darwin_00004626_NORMAL2-IM-1154-0001-0001.png b/MendeleyCXR/images/Darwin_00004626_NORMAL2-IM-1154-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..12fb2b92778325c9df643a599eb7a00f56e3a070 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004626_NORMAL2-IM-1154-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cc053de5b58fb4577183812fa6098861764c0a94f374d72994e918cb506fa0c +size 70961 diff --git a/MendeleyCXR/images/Darwin_00004627_NORMAL2-IM-1154-0001-0002.png b/MendeleyCXR/images/Darwin_00004627_NORMAL2-IM-1154-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..229e401094bae6ce8c98ff2604ebc8dfb0ed56d4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004627_NORMAL2-IM-1154-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5335c20f9b94810f50ae4692ba8639bead8ec42b1beb2809f6a536f27c0c4e08 +size 78764 diff --git a/MendeleyCXR/images/Darwin_00004628_NORMAL2-IM-1154-0001.png b/MendeleyCXR/images/Darwin_00004628_NORMAL2-IM-1154-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c4bab70d1ff5b03cea6e3d822af7c0b9f7c9437b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004628_NORMAL2-IM-1154-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fc0c3df8f9b2d2b0e88c821d991a4286409ac4ed63955353c8ed6908ee82c5e +size 77645 diff --git a/MendeleyCXR/images/Darwin_00004629_NORMAL2-IM-1155-0001.png b/MendeleyCXR/images/Darwin_00004629_NORMAL2-IM-1155-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..254077b81962f454514cc675f26919f536aed52c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004629_NORMAL2-IM-1155-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dc137aadee05050e10b0a2e4bd7486f82280bba7ffb83810cb98aab860a1ab3 +size 80633 diff --git a/MendeleyCXR/images/Darwin_00004630_NORMAL2-IM-1156-0001.png b/MendeleyCXR/images/Darwin_00004630_NORMAL2-IM-1156-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d8e9dabe4ba07416a2fcddf2ee929854c3d8c2dd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004630_NORMAL2-IM-1156-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25af288da7d4f3c87ffaac0a39801d402d1629da580e8c8389d06341687ee941 +size 71390 diff --git a/MendeleyCXR/images/Darwin_00004631_NORMAL2-IM-1157-0001.png b/MendeleyCXR/images/Darwin_00004631_NORMAL2-IM-1157-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2c38d30f1bcb506201b375ea2139ba27a28bb1a4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004631_NORMAL2-IM-1157-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaca4d0bcb98dbf86b486be59bc58d8d752db15e924d00b5ca4d1f4624c57236 +size 78811 diff --git a/MendeleyCXR/images/Darwin_00004632_NORMAL2-IM-1158-0001.png b/MendeleyCXR/images/Darwin_00004632_NORMAL2-IM-1158-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0ded97bc341ca0df24d419c48357ea93ab67f3b0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004632_NORMAL2-IM-1158-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15a93c3ed10ce28e1cff4c5838872170baddb0537a8f82a3b613a657b228aa61 +size 74655 diff --git a/MendeleyCXR/images/Darwin_00004633_NORMAL2-IM-1160-0001.png b/MendeleyCXR/images/Darwin_00004633_NORMAL2-IM-1160-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4d76f16df4877ce0e56b8b9a624bb8f440559359 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004633_NORMAL2-IM-1160-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c8df70c20e9d50d9271657f6a0dcec918f6216bb30a46697b5373263a258316 +size 81533 diff --git a/MendeleyCXR/images/Darwin_00004634_NORMAL2-IM-1161-0001.png b/MendeleyCXR/images/Darwin_00004634_NORMAL2-IM-1161-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ae070dfae0c5e9de049f1162258399de821a7b2b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004634_NORMAL2-IM-1161-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a40e9a46ca0d5e9c0dc3c5e2c943efbd4ecc1f3ebc5683479008f8ff1de83050 +size 78643 diff --git a/MendeleyCXR/images/Darwin_00004635_NORMAL2-IM-1162-0001.png b/MendeleyCXR/images/Darwin_00004635_NORMAL2-IM-1162-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..16e485e775e9a47f615a3d158a33dfd9d59b8356 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004635_NORMAL2-IM-1162-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0d4df3357ed97bf412e8ca638a2890febc0097e9089478c302278fb1870afb2 +size 78051 diff --git a/MendeleyCXR/images/Darwin_00004636_NORMAL2-IM-1163-0001.png b/MendeleyCXR/images/Darwin_00004636_NORMAL2-IM-1163-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..152024e6d45b9938d7e889fa864e3214731a6c76 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004636_NORMAL2-IM-1163-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88009de029bf9712c2238d4c80f1a6fcbd8f78536b6c1188072bb87cd4b5b26d +size 78169 diff --git a/MendeleyCXR/images/Darwin_00004637_NORMAL2-IM-1164-0001.png b/MendeleyCXR/images/Darwin_00004637_NORMAL2-IM-1164-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3b4775dff6f8af02319ef41108ae846b1ad633a9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004637_NORMAL2-IM-1164-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:106627f770668265b918934434685e4ece70baec62c5a7c946a18452fb271433 +size 76516 diff --git a/MendeleyCXR/images/Darwin_00004638_NORMAL2-IM-1167-0001.png b/MendeleyCXR/images/Darwin_00004638_NORMAL2-IM-1167-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2bb0d127579e8504ca836525ea88762be057909e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004638_NORMAL2-IM-1167-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d1824318ab6af0d92e34a9016ce824245a7e312ff531af8e297efb248e1d821 +size 77405 diff --git a/MendeleyCXR/images/Darwin_00004639_NORMAL2-IM-1168-0001.png b/MendeleyCXR/images/Darwin_00004639_NORMAL2-IM-1168-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b3b67000dc67507c3023c7f8a2967e6c5816855d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004639_NORMAL2-IM-1168-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b2c46dfd2546425049f2badbfecebac1a7472f2de6472ebe34db7bc9d638452 +size 72595 diff --git a/MendeleyCXR/images/Darwin_00004640_NORMAL2-IM-1169-0001.png b/MendeleyCXR/images/Darwin_00004640_NORMAL2-IM-1169-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2c90d94f69883a0d9c26e429ad821e39d5b37346 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004640_NORMAL2-IM-1169-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5022741c670274b4f5180a801db991a22f154b20e36decba40d7c6a2e9fd39b8 +size 74245 diff --git a/MendeleyCXR/images/Darwin_00004641_NORMAL2-IM-1170-0001.png b/MendeleyCXR/images/Darwin_00004641_NORMAL2-IM-1170-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..930d55c4221c43b9516f20ac7c3ad4f69ba8f017 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004641_NORMAL2-IM-1170-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d61111dd553eb18b4bd6915dc519faf7d89e6e0acfc182c340932c2e8ae7fe4 +size 79962 diff --git a/MendeleyCXR/images/Darwin_00004642_NORMAL2-IM-1171-0001.png b/MendeleyCXR/images/Darwin_00004642_NORMAL2-IM-1171-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..04bf37008aab70772aac4c3e278c771755cf1348 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004642_NORMAL2-IM-1171-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d82b3785b4cf792f5a213e443d336ff7087d4f52937ef74e456ff066e102f59a +size 76740 diff --git a/MendeleyCXR/images/Darwin_00004643_NORMAL2-IM-1173-0001.png b/MendeleyCXR/images/Darwin_00004643_NORMAL2-IM-1173-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..50bc6cd63290c1654411af87d56d0588cf3b6b8e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004643_NORMAL2-IM-1173-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1c25a2eeda3e891f726e9f6b7babfdcbce4dfbc93ce24ce48b92bf1f75b1750 +size 86172 diff --git a/MendeleyCXR/images/Darwin_00004644_NORMAL2-IM-1174-0001.png b/MendeleyCXR/images/Darwin_00004644_NORMAL2-IM-1174-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9e3c7977a5ac7851e61d8f8d5e67092e4fa969c7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004644_NORMAL2-IM-1174-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e9d66d8da6166475291f1110cae20194d24678781cd4a8b2d22f53f7c9e71ff +size 74649 diff --git a/MendeleyCXR/images/Darwin_00004645_NORMAL2-IM-1175-0001.png b/MendeleyCXR/images/Darwin_00004645_NORMAL2-IM-1175-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7ace97a117beb11d19c28637903ee25e0525b1de --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004645_NORMAL2-IM-1175-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6ae840119bf0537614b98d228168a4b5cd95c3c13f1e5e7cf4a64c2e607d6f4 +size 77276 diff --git a/MendeleyCXR/images/Darwin_00004646_NORMAL2-IM-1105-0001.png b/MendeleyCXR/images/Darwin_00004646_NORMAL2-IM-1105-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..bd850bd99e1ddb0523cf96e7d590ca61803e6b3c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004646_NORMAL2-IM-1105-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:235b4fda6233311df466e5b059055770f074fe2c42a85796fa59661df51624e0 +size 81417 diff --git a/MendeleyCXR/images/Darwin_00004647_NORMAL2-IM-1106-0001.png b/MendeleyCXR/images/Darwin_00004647_NORMAL2-IM-1106-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6018431330877154792ad8b8d17427947d23d826 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004647_NORMAL2-IM-1106-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f8e5a00ba277d80ef118fb3568b104649492d19090600ca2549978afc4fa02c +size 79977 diff --git a/MendeleyCXR/images/Darwin_00004648_NORMAL2-IM-1108-0001.png b/MendeleyCXR/images/Darwin_00004648_NORMAL2-IM-1108-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..06943eb3733b44b20471102e38d207ea68893cbc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004648_NORMAL2-IM-1108-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f578aa51beb90648fe779db9ad04f3fefc12c96083b5479e5cb74a23938411f +size 78255 diff --git a/MendeleyCXR/images/Darwin_00004649_NORMAL2-IM-1109-0001.png b/MendeleyCXR/images/Darwin_00004649_NORMAL2-IM-1109-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..75aa737ff8c0b0edf66db375cb8f3eaabae930f1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004649_NORMAL2-IM-1109-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c75358641d0bcf78c979009564b62c7ea0badbd06189fb04cd3f08b72e00ff1 +size 77934 diff --git a/MendeleyCXR/images/Darwin_00004650_NORMAL2-IM-1110-0001.png b/MendeleyCXR/images/Darwin_00004650_NORMAL2-IM-1110-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b7bcfbb2116dc4a4dc9b85b7abee78a05d6a85c2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004650_NORMAL2-IM-1110-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:842a64c10f0044d17365ea1164dab9552c3e203473043a8647b5c58b876207de +size 68438 diff --git a/MendeleyCXR/images/Darwin_00004651_NORMAL2-IM-1111-0001.png b/MendeleyCXR/images/Darwin_00004651_NORMAL2-IM-1111-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8075bb374f6bce563e0f0efa79d16edd7e0ecf27 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004651_NORMAL2-IM-1111-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eae7ca5d7261a6e439a0c9ba026638fd8e02824e8947a45c0af126f2a0b9bc9f +size 80317 diff --git a/MendeleyCXR/images/Darwin_00004652_NORMAL2-IM-1112-0001.png b/MendeleyCXR/images/Darwin_00004652_NORMAL2-IM-1112-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b28a347f4d526ad35174cd6fe36a4786cc375f43 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004652_NORMAL2-IM-1112-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0424125f68de62e795341ed272527b24818a3acf5c8fc29b2bb52e61519347f6 +size 74938 diff --git a/MendeleyCXR/images/Darwin_00004653_NORMAL2-IM-1113-0001.png b/MendeleyCXR/images/Darwin_00004653_NORMAL2-IM-1113-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0b30a84ba5cfbffddb9843a1097b4b8203a89c53 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004653_NORMAL2-IM-1113-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da5931461ddb7f67b642e693c6c57e216195063a9af8baabd947507b81425a7b +size 74193 diff --git a/MendeleyCXR/images/Darwin_00004654_NORMAL2-IM-1114-0001.png b/MendeleyCXR/images/Darwin_00004654_NORMAL2-IM-1114-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..67ab3804811847e363794e13d65110e1a3ee6b1e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004654_NORMAL2-IM-1114-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caa032e4521565bb984cf9dd429a026a12a4579a129eb73f47b61220309a4648 +size 76699 diff --git a/MendeleyCXR/images/Darwin_00004655_NORMAL2-IM-1116-0001-0001.png b/MendeleyCXR/images/Darwin_00004655_NORMAL2-IM-1116-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9e53dd2c9049104c58169a939f09d59d3cbc9fa5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004655_NORMAL2-IM-1116-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3324f6348c79432c405a004ae16b19bb1aec1afd80217e338b8c980e847761b4 +size 78644 diff --git a/MendeleyCXR/images/Darwin_00004656_NORMAL2-IM-1116-0001-0002.png b/MendeleyCXR/images/Darwin_00004656_NORMAL2-IM-1116-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..b1130f7d57652e43dd8ec7da626a41d7ab823eeb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004656_NORMAL2-IM-1116-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42c3cf124d3053bd31f3fa3369c33f61792625c38357c58058a95b3a726c3f33 +size 79404 diff --git a/MendeleyCXR/images/Darwin_00004657_NORMAL2-IM-1116-0001.png b/MendeleyCXR/images/Darwin_00004657_NORMAL2-IM-1116-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..20bca3a39234cd685df4818e2375f018aab8a251 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004657_NORMAL2-IM-1116-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43e1ed048f3b1a81e011b1edd3879f9d1647c25744eda2f4964efe0a23805275 +size 77388 diff --git a/MendeleyCXR/images/Darwin_00004658_NORMAL2-IM-1117-0001.png b/MendeleyCXR/images/Darwin_00004658_NORMAL2-IM-1117-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..00e96e7ec676cf51a92b9ec1727321a23a55e48f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004658_NORMAL2-IM-1117-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98da2db8e8c91ef450fc8f4ad69096c155e2dc0d4115ffe31965b01116101a9f +size 76813 diff --git a/MendeleyCXR/images/Darwin_00004659_NORMAL2-IM-1118-0001.png b/MendeleyCXR/images/Darwin_00004659_NORMAL2-IM-1118-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..57de2422eba95fd1b20cba88052cacb67de98ecf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004659_NORMAL2-IM-1118-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b43e443b8c25c7ef1aa94243cf637ae4351e92f50b0eb98b96cc38e26643a3f +size 83537 diff --git a/MendeleyCXR/images/Darwin_00004660_NORMAL2-IM-1120-0001.png b/MendeleyCXR/images/Darwin_00004660_NORMAL2-IM-1120-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5b97eff3b2011afaddac6738b3e0249f7a05642c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004660_NORMAL2-IM-1120-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08041450ec6191f90269879fee06ab5e888e21aa245c2d3d43e02eb4db2d5ba9 +size 79919 diff --git a/MendeleyCXR/images/Darwin_00004661_NORMAL2-IM-1122-0001.png b/MendeleyCXR/images/Darwin_00004661_NORMAL2-IM-1122-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d448ec07c2c375c71d259821dd141fc0ea919111 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004661_NORMAL2-IM-1122-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f59700f85aa3bcf07fbe6923bebf4ff287886d343cab30e3d38583a6fba63e44 +size 74157 diff --git a/MendeleyCXR/images/Darwin_00004662_NORMAL2-IM-1123-0001.png b/MendeleyCXR/images/Darwin_00004662_NORMAL2-IM-1123-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3d864d7b6018b5a28060816571eb6a26816ca28e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004662_NORMAL2-IM-1123-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88f83406ffe534bf6137f03f0351009e01fe265a4aa6d925948474ee9075815d +size 80545 diff --git a/MendeleyCXR/images/Darwin_00004663_NORMAL2-IM-1124-0001.png b/MendeleyCXR/images/Darwin_00004663_NORMAL2-IM-1124-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3f071edeab587541488095e44366d3caa3c1ce9c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004663_NORMAL2-IM-1124-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34f1f63f4d67785d86b8850cb4e3d7b6f8daea3f3400c07a93ca62f2573f1940 +size 78125 diff --git a/MendeleyCXR/images/Darwin_00004664_NORMAL2-IM-1125-0001.png b/MendeleyCXR/images/Darwin_00004664_NORMAL2-IM-1125-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b87818633d1e2c73fd5f5ef9e6938422c6aa4f22 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004664_NORMAL2-IM-1125-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ab71ac7163aae9a5849d8479297d5a199d04952da21340ba3e545376d641bb1 +size 80119 diff --git a/MendeleyCXR/images/Darwin_00004665_NORMAL2-IM-1126-0001.png b/MendeleyCXR/images/Darwin_00004665_NORMAL2-IM-1126-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..355e2d18393526add8c23439e29fed8d1b0320a9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004665_NORMAL2-IM-1126-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48bf27cad42869305febaf3b2350f05f0cc07d7af2b3d8521a917f870ff895cb +size 82146 diff --git a/MendeleyCXR/images/Darwin_00004666_NORMAL2-IM-1127-0001.png b/MendeleyCXR/images/Darwin_00004666_NORMAL2-IM-1127-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..06f868b0be17bd80d24d71d895ce60b84c2332dc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004666_NORMAL2-IM-1127-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cfd0f7de7c34a1c3ecdb3e5b030f0e763f5d653eb7e3128d89e0d08b911ad25 +size 74355 diff --git a/MendeleyCXR/images/Darwin_00004667_NORMAL2-IM-1128-0001-0001.png b/MendeleyCXR/images/Darwin_00004667_NORMAL2-IM-1128-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9a2818d652a0b85eb2ae4a90451d88bafc5611aa --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004667_NORMAL2-IM-1128-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:120c8ee0b0e870770f25fa0d96059f9b2a977a6fc3a266f545730f2ae16273ec +size 79582 diff --git a/MendeleyCXR/images/Darwin_00004668_NORMAL2-IM-1128-0001-0002.png b/MendeleyCXR/images/Darwin_00004668_NORMAL2-IM-1128-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..e40b01bdf2fdfa987fe3121ba24f1c1adf8136d5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004668_NORMAL2-IM-1128-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3fbc245d79c550ddbd23b4bca66303fd9b547ff92445a344bb30478e9b7aae2 +size 76891 diff --git a/MendeleyCXR/images/Darwin_00004669_NORMAL2-IM-1128-0001.png b/MendeleyCXR/images/Darwin_00004669_NORMAL2-IM-1128-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9b4a575a78e875f6cef0ae3c6c44f05233f739c1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004669_NORMAL2-IM-1128-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8511b38c44e63b4da8e7bc26c026917b596858d26f5f57884fda303454560fb0 +size 74381 diff --git a/MendeleyCXR/images/Darwin_00004670_NORMAL2-IM-1130-0001.png b/MendeleyCXR/images/Darwin_00004670_NORMAL2-IM-1130-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..66eb6cd1376716f46a6f2291f5df158a0b5b0f08 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004670_NORMAL2-IM-1130-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51f6f91c50a2ea7fe5fae6d05a3cef9ca4d24b568bc4454119b366ee58643402 +size 75455 diff --git a/MendeleyCXR/images/Darwin_00004671_NORMAL2-IM-1131-0001.png b/MendeleyCXR/images/Darwin_00004671_NORMAL2-IM-1131-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d5b4ab72edb1ddaf546f1fa62a46c9e8c64e7b87 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004671_NORMAL2-IM-1131-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3afe5ec94d8ca33cfd124172cc597756378fe7b805e3271b43bd40955821e81c +size 76274 diff --git a/MendeleyCXR/images/Darwin_00004672_NORMAL2-IM-1132-0001.png b/MendeleyCXR/images/Darwin_00004672_NORMAL2-IM-1132-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c000c526c1a505aa4ad623d59a38d187773f4ab4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004672_NORMAL2-IM-1132-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8c9d0c63d34a71083c2ecc82fea9c3608bbe2e249f4eb8e9f72d5a229713e5e +size 74142 diff --git a/MendeleyCXR/images/Darwin_00004673_NORMAL2-IM-1134-0001.png b/MendeleyCXR/images/Darwin_00004673_NORMAL2-IM-1134-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..cedf09d21b9132f29cc7a2a519bd3deb66e9b7c2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004673_NORMAL2-IM-1134-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abc02cd277673747661b23ac7d9e4694b829411b593596dc55ef184d325ce675 +size 71951 diff --git a/MendeleyCXR/images/Darwin_00004674_NORMAL2-IM-1135-0001.png b/MendeleyCXR/images/Darwin_00004674_NORMAL2-IM-1135-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a966ea29fab013b5a17a2c37dd097287a881f5e9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004674_NORMAL2-IM-1135-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fa650c5bb688e33541aa869abf3055a01639920bab6737450442137bb4ac673 +size 80019 diff --git a/MendeleyCXR/images/Darwin_00004675_NORMAL2-IM-1136-0001.png b/MendeleyCXR/images/Darwin_00004675_NORMAL2-IM-1136-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..cba800d1beaeb0cf2381e8fbf69f6f1aaadb53a6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004675_NORMAL2-IM-1136-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67c2e813289046c240f3a0d2dbead39e329f2c56327114cf4d338a9ceda904ab +size 75856 diff --git a/MendeleyCXR/images/Darwin_00004676_NORMAL2-IM-1138-0001.png b/MendeleyCXR/images/Darwin_00004676_NORMAL2-IM-1138-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0afcb9d834249f55768478895907bb622b612dc5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004676_NORMAL2-IM-1138-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34024f1edd579d72eddaf3f5c3c4075748af7fb2170f3cd899b75af2ba03c3f4 +size 71076 diff --git a/MendeleyCXR/images/Darwin_00004677_NORMAL2-IM-1141-0001.png b/MendeleyCXR/images/Darwin_00004677_NORMAL2-IM-1141-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2384de1b20bb5036840caaef9e0f3ac9cbca93ef --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004677_NORMAL2-IM-1141-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee42d657423915ea20fa3015540b36c053559a44d288bd8793ed3fcb9f16400c +size 70494 diff --git a/MendeleyCXR/images/Darwin_00004678_NORMAL2-IM-1142-0001-0001.png b/MendeleyCXR/images/Darwin_00004678_NORMAL2-IM-1142-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e7c5ca010fe816b2446a92d2203f7ecf093de798 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004678_NORMAL2-IM-1142-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba817ade813d34899ed90d5251da832b24cc80839731ccd60b9fd017e476cf03 +size 81000 diff --git a/MendeleyCXR/images/Darwin_00004679_NORMAL2-IM-1053-0001.png b/MendeleyCXR/images/Darwin_00004679_NORMAL2-IM-1053-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..76d2f8d7040a4b4b849b71b4c968f098ea965153 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004679_NORMAL2-IM-1053-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a654378b00b5c240a526899ebc36c40ea50beced415b394bcb90eb3a1377940 +size 74455 diff --git a/MendeleyCXR/images/Darwin_00004680_NORMAL2-IM-1054-0001.png b/MendeleyCXR/images/Darwin_00004680_NORMAL2-IM-1054-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..cca064fcf6225be7527c31762a7e459af8489695 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004680_NORMAL2-IM-1054-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:729c5d0472c87003c9e1a4de4b81471ad00601609066f7a827985e02a02b31b5 +size 75931 diff --git a/MendeleyCXR/images/Darwin_00004681_NORMAL2-IM-1055-0001.png b/MendeleyCXR/images/Darwin_00004681_NORMAL2-IM-1055-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8e0cf62322fded8054b2fbec37a86b3c01abc7d3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004681_NORMAL2-IM-1055-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96f52e2b3102b165839aee50ca0c4f619c3844ebf111b532de3221ce61788fb5 +size 76198 diff --git a/MendeleyCXR/images/Darwin_00004682_NORMAL2-IM-1056-0001.png b/MendeleyCXR/images/Darwin_00004682_NORMAL2-IM-1056-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2e664d7f0ec59a914269796407374293b53f2a7c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004682_NORMAL2-IM-1056-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a91cb331110709cd14180c055b14721a0a68a590ef6e9cf10a6a272907247fc +size 74613 diff --git a/MendeleyCXR/images/Darwin_00004683_NORMAL2-IM-1058-0001.png b/MendeleyCXR/images/Darwin_00004683_NORMAL2-IM-1058-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..31cd8767c22bad90ef2e91aff4d2758914632c3c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004683_NORMAL2-IM-1058-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f43bcda9c2ffc40e0ec54161a247b131070e6a4bf2e2891505de46167cf9ca1f +size 79348 diff --git a/MendeleyCXR/images/Darwin_00004684_NORMAL2-IM-1059-0001.png b/MendeleyCXR/images/Darwin_00004684_NORMAL2-IM-1059-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5fa48aad468d08752e0f4c3887af12a89c0db0c2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004684_NORMAL2-IM-1059-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3b1cc2b615a7001d4f97007d2589b899cc8ee3345ade4d7b439e7fd03f4d374 +size 77408 diff --git a/MendeleyCXR/images/Darwin_00004685_NORMAL2-IM-1060-0001.png b/MendeleyCXR/images/Darwin_00004685_NORMAL2-IM-1060-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..838d461c573dad13cf9a135c2044e7ac042439b9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004685_NORMAL2-IM-1060-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48e9a453c744201e2be74ec7f3dc4faab3212747559166a4071f15fb681f40d7 +size 85621 diff --git a/MendeleyCXR/images/Darwin_00004686_NORMAL2-IM-1062-0001.png b/MendeleyCXR/images/Darwin_00004686_NORMAL2-IM-1062-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..96c5b384303395b5d977739ce88a227bd8867c3a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004686_NORMAL2-IM-1062-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aff52b25b2c4cc13fdeddf7bdf1eb20b9e3d4b07eb8302c6890841d99c7f690e +size 83171 diff --git a/MendeleyCXR/images/Darwin_00004687_NORMAL2-IM-1064-0001.png b/MendeleyCXR/images/Darwin_00004687_NORMAL2-IM-1064-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1741156822aca400d3cbd5b6857abd427975608e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004687_NORMAL2-IM-1064-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74698b61d948cf46ea97a72503a03916c24ee4383272faaa134e18270c024fac +size 63070 diff --git a/MendeleyCXR/images/Darwin_00004688_NORMAL2-IM-1067-0001-0001.png b/MendeleyCXR/images/Darwin_00004688_NORMAL2-IM-1067-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0a4036da87b1828b87292773e063948f7ae34632 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004688_NORMAL2-IM-1067-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:017c8128cd18bed9a03c54e7d5d1349f85b6f4c37529c6429438a520028a7624 +size 72025 diff --git a/MendeleyCXR/images/Darwin_00004689_NORMAL2-IM-1067-0001.png b/MendeleyCXR/images/Darwin_00004689_NORMAL2-IM-1067-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a0862f006123c3fa47b94ab5269181a28bd09e63 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004689_NORMAL2-IM-1067-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:759b4b742eecf8d51667eed56a08f2d632150b44adc73595814718b9f4a5fcce +size 69088 diff --git a/MendeleyCXR/images/Darwin_00004690_NORMAL2-IM-1073-0001.png b/MendeleyCXR/images/Darwin_00004690_NORMAL2-IM-1073-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..24501b8410500ea14e5159ead49a6fb7408af2cc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004690_NORMAL2-IM-1073-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a746e94e6c8cc5e1b035189a7ed4891c47271dcbad093506cf523fd278b161a +size 72873 diff --git a/MendeleyCXR/images/Darwin_00004691_NORMAL2-IM-1084-0001.png b/MendeleyCXR/images/Darwin_00004691_NORMAL2-IM-1084-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..573d3e0ea39cb9cc3a7660696ad94db3b64e1a41 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004691_NORMAL2-IM-1084-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e35e189889d7fbf093407baab09e0a5aa16905b1a24f16c27457dec8c046d62 +size 68797 diff --git a/MendeleyCXR/images/Darwin_00004692_NORMAL2-IM-1086-0001.png b/MendeleyCXR/images/Darwin_00004692_NORMAL2-IM-1086-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..741c8dbb95b0fc1077f3e61f1720f32909d70cb3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004692_NORMAL2-IM-1086-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e045fa32d8c500c803fa8f1842d89b3f9a5408c091073a0c3370d4a4d8e16f6 +size 74990 diff --git a/MendeleyCXR/images/Darwin_00004693_NORMAL2-IM-1088-0001.png b/MendeleyCXR/images/Darwin_00004693_NORMAL2-IM-1088-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ba2130d65cb9b701a40b279fec4a6f77dd01a0d5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004693_NORMAL2-IM-1088-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9f6c7ee00824e732461c2b31cf137028ddd517cd030b3851de93e0e5c6ea9ea +size 71047 diff --git a/MendeleyCXR/images/Darwin_00004694_NORMAL2-IM-1089-0001.png b/MendeleyCXR/images/Darwin_00004694_NORMAL2-IM-1089-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e4f55c9da069de64c5504fe5909231c917ae89de --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004694_NORMAL2-IM-1089-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:468d9d5f9d237f66c1150b114407d9053c46e5d83acdbb2dfe9cb95d90b7d29e +size 79133 diff --git a/MendeleyCXR/images/Darwin_00004695_NORMAL2-IM-1090-0001.png b/MendeleyCXR/images/Darwin_00004695_NORMAL2-IM-1090-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2b03de45eb622c15a6999c1cef8fa83990876d22 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004695_NORMAL2-IM-1090-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cc084452f2be741eaf73829fe5c257dbbce7b86cbf6013a513b6ed1c39d7062 +size 77313 diff --git a/MendeleyCXR/images/Darwin_00004696_NORMAL2-IM-1091-0001.png b/MendeleyCXR/images/Darwin_00004696_NORMAL2-IM-1091-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..59bb9dfad3f4e405f44f613138d7a8c05b783449 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004696_NORMAL2-IM-1091-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3ff04ce7c8cc6dd1c4a012071a58fc51a0faa0ef1f4b78c8269a5b345c7f284 +size 73701 diff --git a/MendeleyCXR/images/Darwin_00004697_NORMAL2-IM-1093-0001.png b/MendeleyCXR/images/Darwin_00004697_NORMAL2-IM-1093-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..dcd6f6ef86b4a498b1fb999bf1e1f08fab538bf9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004697_NORMAL2-IM-1093-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a10d7e37f651af7d0546a0fbdac8605623d75e50d2c68ceb789a553807ad0040 +size 78979 diff --git a/MendeleyCXR/images/Darwin_00004698_NORMAL2-IM-1094-0001-0001.png b/MendeleyCXR/images/Darwin_00004698_NORMAL2-IM-1094-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3a0fba398a0dfb3ab7e873bbb0e86d5c70d0c4e8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004698_NORMAL2-IM-1094-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd8a55e471791ab56084b946587b0fe3bce96d81321973973b0c9534eb76fb34 +size 75086 diff --git a/MendeleyCXR/images/Darwin_00004699_NORMAL2-IM-1094-0001-0002.png b/MendeleyCXR/images/Darwin_00004699_NORMAL2-IM-1094-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..82524013744225c1f8e98ed0baadeb80d50d1180 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004699_NORMAL2-IM-1094-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59637ba654b59cd15e9f52cec6e0355fdda4be796a27ccbcbf4db5914c7fe52b +size 75098 diff --git a/MendeleyCXR/images/Darwin_00004700_NORMAL2-IM-1094-0001.png b/MendeleyCXR/images/Darwin_00004700_NORMAL2-IM-1094-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fab9476326e4dd3e8d3634dc4f278e60c73b1e1f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004700_NORMAL2-IM-1094-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c4f08875c8d778b8d1601f52259be1b9cb3cfb082d4a692a1ba768af3bd764c +size 78354 diff --git a/MendeleyCXR/images/Darwin_00004701_NORMAL2-IM-1096-0001-0001.png b/MendeleyCXR/images/Darwin_00004701_NORMAL2-IM-1096-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a9cf9815794aa6b6c74009a0735310871b8c12da --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004701_NORMAL2-IM-1096-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfd905176ec83cbccabdd24592dfb73b4ea633a89fd5c1a38833b41f96822583 +size 74402 diff --git a/MendeleyCXR/images/Darwin_00004702_NORMAL2-IM-1096-0001-0003.png b/MendeleyCXR/images/Darwin_00004702_NORMAL2-IM-1096-0001-0003.png new file mode 100644 index 0000000000000000000000000000000000000000..338314883b5769e0b4632ea5320aed0a3583202d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004702_NORMAL2-IM-1096-0001-0003.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ec7058e537f66f167ecbe5ee9e27015bb4496f6c3b8c8390a3badb4c0efb141 +size 75140 diff --git a/MendeleyCXR/images/Darwin_00004703_NORMAL2-IM-1096-0001.png b/MendeleyCXR/images/Darwin_00004703_NORMAL2-IM-1096-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..05e520e5a4a8c1770dcff2e13190c7f20ff2bef6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004703_NORMAL2-IM-1096-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3b5bfa7f704c3ad8a8ca684b406554a11056f00bf24535aa59854238d5a1534 +size 77192 diff --git a/MendeleyCXR/images/Darwin_00004704_NORMAL2-IM-1098-0001.png b/MendeleyCXR/images/Darwin_00004704_NORMAL2-IM-1098-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..75507d1c129aede1ce5d18dd3ca1eef6628f632d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004704_NORMAL2-IM-1098-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:413b84d8b65b25989bf2100b6c1ca9a16096495cfaf294f9c488592045809058 +size 79241 diff --git a/MendeleyCXR/images/Darwin_00004705_NORMAL2-IM-1100-0001.png b/MendeleyCXR/images/Darwin_00004705_NORMAL2-IM-1100-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..bc8ff6944f3fdbe8e60dbf048e006373da47adc1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004705_NORMAL2-IM-1100-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d300cbfe355c0c81860fd53e44879940614a00abf81380fabac94f6e47319a40 +size 74273 diff --git a/MendeleyCXR/images/Darwin_00004706_NORMAL2-IM-1102-0001-0001.png b/MendeleyCXR/images/Darwin_00004706_NORMAL2-IM-1102-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c8d8492c83076602dc78f21fcde6d744a3d9c5fe --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004706_NORMAL2-IM-1102-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3ec8927a7eaf3f563f1911ca04c356d94f885d90881831e02b591145b9677e8 +size 78373 diff --git a/MendeleyCXR/images/Darwin_00004707_NORMAL2-IM-1102-0001-0002.png b/MendeleyCXR/images/Darwin_00004707_NORMAL2-IM-1102-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..fbf5c5f8bf3438b0dc0b616d75134ce6232256e9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004707_NORMAL2-IM-1102-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29d192ed7ca9fe1d9a3b14bd1186b7e8752acb57820a7f16177748d94e161f76 +size 82858 diff --git a/MendeleyCXR/images/Darwin_00004708_NORMAL2-IM-1102-0001.png b/MendeleyCXR/images/Darwin_00004708_NORMAL2-IM-1102-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..337bdb3bc6b9f7d54575c426854ca94ef62c0c3d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004708_NORMAL2-IM-1102-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7ef76aff08df44b7cfb472a1cfdffc93b93b09f8e1773824ba8f4b7ddce0116 +size 74918 diff --git a/MendeleyCXR/images/Darwin_00004709_NORMAL2-IM-1103-0001-0001.png b/MendeleyCXR/images/Darwin_00004709_NORMAL2-IM-1103-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..62b41eb176c2071ce1c760057af656fb0650e775 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004709_NORMAL2-IM-1103-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8174e3926412c5d20a8d55c1f6afa39794249386fa04efa25d68439f628e7b0f +size 80243 diff --git a/MendeleyCXR/images/Darwin_00004710_NORMAL2-IM-1104-0001.png b/MendeleyCXR/images/Darwin_00004710_NORMAL2-IM-1104-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..bf40a19c642e26999aeb207ea1272119b22052bb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004710_NORMAL2-IM-1104-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daeb3d87310f013e43f165b1350f73d91851a316ae8b16b3bad20c3760671158 +size 74811 diff --git a/MendeleyCXR/images/Darwin_00004711_NORMAL2-IM-1019-0001.png b/MendeleyCXR/images/Darwin_00004711_NORMAL2-IM-1019-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8557e5e5cb9c4af8b67000db34be46dfc48fbcaf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004711_NORMAL2-IM-1019-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d485b908a28bf1f309dbd0fbfacead0b7cc6c9993cef962a7e5e345180010a78 +size 75706 diff --git a/MendeleyCXR/images/Darwin_00004712_NORMAL2-IM-1020-0001-0001.png b/MendeleyCXR/images/Darwin_00004712_NORMAL2-IM-1020-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d805c47ec393d98912e5e166f80b676323c005b8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004712_NORMAL2-IM-1020-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b18217a70dd317b463f8f7d9793efbd98129837bae40ddc4b86dc09c88c77ae +size 72767 diff --git a/MendeleyCXR/images/Darwin_00004713_NORMAL2-IM-1020-0001-0002.png b/MendeleyCXR/images/Darwin_00004713_NORMAL2-IM-1020-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..d60cb38c2faac675b7795be28fa6183d2a459ea0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004713_NORMAL2-IM-1020-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bf7391c428086224d4d981b8d0d977a649e04088151fef1ecc4b4f796abaee1 +size 74321 diff --git a/MendeleyCXR/images/Darwin_00004714_NORMAL2-IM-1020-0001.png b/MendeleyCXR/images/Darwin_00004714_NORMAL2-IM-1020-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..dffe61955ccbe0a7a7f904e568130006369e0d76 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004714_NORMAL2-IM-1020-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d80f5919bd83e6e048ee0513e8755732929577b4a027424cd5a42481908ad738 +size 78007 diff --git a/MendeleyCXR/images/Darwin_00004715_NORMAL2-IM-1022-0001.png b/MendeleyCXR/images/Darwin_00004715_NORMAL2-IM-1022-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f24c7fe009e765ff403ed351b8d16175d657aa91 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004715_NORMAL2-IM-1022-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:888aba428535fbfe83b8bc3c27ae98095b1d604db3855a86ae3a31c070393839 +size 73946 diff --git a/MendeleyCXR/images/Darwin_00004716_NORMAL2-IM-1023-0001.png b/MendeleyCXR/images/Darwin_00004716_NORMAL2-IM-1023-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..23e05cca51e8f743f99aa27a36ef39b641286da3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004716_NORMAL2-IM-1023-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18b7fbca26f9163822581a207f1bc77e3f84281b93c912249c5353885505cb12 +size 76153 diff --git a/MendeleyCXR/images/Darwin_00004717_NORMAL2-IM-1024-0001.png b/MendeleyCXR/images/Darwin_00004717_NORMAL2-IM-1024-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1d4d00693fda922fbceecbe9f6fc42a4f16129f4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004717_NORMAL2-IM-1024-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad0f45416e529b01e7ba4e456e33fe592cc7bbd8b601314d1f7e6859b5dabd26 +size 77659 diff --git a/MendeleyCXR/images/Darwin_00004718_NORMAL2-IM-1025-0001.png b/MendeleyCXR/images/Darwin_00004718_NORMAL2-IM-1025-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..54d030cc56b6160e89be694e6ac48fc9e4819bd9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004718_NORMAL2-IM-1025-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8a3ae59010412dabbb98c33606dcf3de3d12f2d1fc183b71612b7bc12b04811 +size 70145 diff --git a/MendeleyCXR/images/Darwin_00004719_NORMAL2-IM-1026-0001.png b/MendeleyCXR/images/Darwin_00004719_NORMAL2-IM-1026-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..82e5af17cee59681e687c95713e7df22faf508a7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004719_NORMAL2-IM-1026-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faad7a7e25e07b2a36269c7fe7e236f576a7811fd72a6815c18877f41f8c8551 +size 76179 diff --git a/MendeleyCXR/images/Darwin_00004720_NORMAL2-IM-1027-0001.png b/MendeleyCXR/images/Darwin_00004720_NORMAL2-IM-1027-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b854b7bc73102519738864195d41b09c9130599b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004720_NORMAL2-IM-1027-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75f3b59ea546728ee3b3bd41aed3d9ac91d899771b3321a788a85f5a201f2529 +size 78358 diff --git a/MendeleyCXR/images/Darwin_00004721_NORMAL2-IM-1028-0001.png b/MendeleyCXR/images/Darwin_00004721_NORMAL2-IM-1028-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..766c3a7ed798c06a45d340d9c37e80d1aca82efc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004721_NORMAL2-IM-1028-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42a612f1541c046f3017e95f5acc418b36e7cafbcf32fec6521db11e4d031a04 +size 76785 diff --git a/MendeleyCXR/images/Darwin_00004722_NORMAL2-IM-1030-0001.png b/MendeleyCXR/images/Darwin_00004722_NORMAL2-IM-1030-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d9117e832721d486926eb6ebcee8f47695825555 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004722_NORMAL2-IM-1030-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:245b96dc6f4b12be173abdd5a84ceb9e2e27278ebed9b9934e87056ccf7cf54c +size 75864 diff --git a/MendeleyCXR/images/Darwin_00004723_NORMAL2-IM-1033-0001.png b/MendeleyCXR/images/Darwin_00004723_NORMAL2-IM-1033-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f876fec03ffd7caec7996fda8bd5f23f1355073b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004723_NORMAL2-IM-1033-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6de5128b6b7b279161a23527fe46c4de95f8df8c2850d29df00090f77a28878e +size 77526 diff --git a/MendeleyCXR/images/Darwin_00004724_NORMAL2-IM-1035-0001.png b/MendeleyCXR/images/Darwin_00004724_NORMAL2-IM-1035-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f862e956306f1b59b90fdcd3100581aa631ab23b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004724_NORMAL2-IM-1035-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bbefd94559283f337645207211baa2837c7582bb476becd871fd910bc117a55 +size 75494 diff --git a/MendeleyCXR/images/Darwin_00004725_NORMAL2-IM-1037-0001.png b/MendeleyCXR/images/Darwin_00004725_NORMAL2-IM-1037-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f0742b5a317e620477273758c86bc1f6cca1fed8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004725_NORMAL2-IM-1037-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:635dbbf8f29c1a06d08bf02a54937326bf32f17309d2b988f09360b425275e3c +size 75592 diff --git a/MendeleyCXR/images/Darwin_00004726_NORMAL2-IM-1038-0001.png b/MendeleyCXR/images/Darwin_00004726_NORMAL2-IM-1038-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..da5feb53a41d52698ecd440f42757fd71cb033e9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004726_NORMAL2-IM-1038-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a1c42397004b8e3ae2bb4d9a4ef27ed1e7692711d68e98dd43451cd4fd43581 +size 82503 diff --git a/MendeleyCXR/images/Darwin_00004727_NORMAL2-IM-1039-0001.png b/MendeleyCXR/images/Darwin_00004727_NORMAL2-IM-1039-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..494e7d54aac3ae450f074d23e7ffc09ba27c9cb4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004727_NORMAL2-IM-1039-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c04a49c0948cfaae768d54174752c3e3922e43efa80da751672dfbd9f4780d2a +size 74767 diff --git a/MendeleyCXR/images/Darwin_00004728_NORMAL2-IM-1040-0001.png b/MendeleyCXR/images/Darwin_00004728_NORMAL2-IM-1040-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..48ee037c6453d5135b9ca4e4ce9419eb750905e5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004728_NORMAL2-IM-1040-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42f6fecc0ed7b57e261740cbbc23e17020fe403215e95a215cd7f40237dd3c7e +size 77802 diff --git a/MendeleyCXR/images/Darwin_00004729_NORMAL2-IM-1041-0001.png b/MendeleyCXR/images/Darwin_00004729_NORMAL2-IM-1041-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f6fd7033693c431e9cb22a4b15de3570bd05a1b4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004729_NORMAL2-IM-1041-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dea07b742686a50f96f07af4a9349d25130afd3b3edb64d11c30e5dd525b52fa +size 74592 diff --git a/MendeleyCXR/images/Darwin_00004730_NORMAL2-IM-1043-0001.png b/MendeleyCXR/images/Darwin_00004730_NORMAL2-IM-1043-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7c47f9d715e94db63b5ae9257da67b9e5211c080 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004730_NORMAL2-IM-1043-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbc76086610141d082e9db413513ae6adad97da2d6d2a944bbb9cf7d1a099934 +size 77088 diff --git a/MendeleyCXR/images/Darwin_00004731_NORMAL2-IM-1044-0001.png b/MendeleyCXR/images/Darwin_00004731_NORMAL2-IM-1044-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a40bd6f1040362c08aca9e27cec9ca36267c684b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004731_NORMAL2-IM-1044-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a22e406338445588c1c6a23d9ee5c3025b768d0faaccabc2a2d5d425412f00c +size 76113 diff --git a/MendeleyCXR/images/Darwin_00004732_NORMAL2-IM-1045-0001.png b/MendeleyCXR/images/Darwin_00004732_NORMAL2-IM-1045-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8da5eec85e1d8299fc88129aa2c754414dbaf21c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004732_NORMAL2-IM-1045-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7fec4e4238484ce6903e136308355f101f8431a3118ce6cd37ea9365fa21ec8 +size 78916 diff --git a/MendeleyCXR/images/Darwin_00004733_NORMAL2-IM-1046-0001.png b/MendeleyCXR/images/Darwin_00004733_NORMAL2-IM-1046-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..bbb9639d0e6c1378aa6220e1c33f6fa8ff2901de --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004733_NORMAL2-IM-1046-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffc5eb1a4282262293452440f5a8d8f3896d9ce1f7f5c60b39df8b1b65bf42d3 +size 74177 diff --git a/MendeleyCXR/images/Darwin_00004734_NORMAL2-IM-1047-0001.png b/MendeleyCXR/images/Darwin_00004734_NORMAL2-IM-1047-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d8dcdf0b25fa18318a80df64200352b3c5804f00 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004734_NORMAL2-IM-1047-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:437bf9405dd0246e9da25bc079b751483c7987f35f6a39478b4210fac81da535 +size 79785 diff --git a/MendeleyCXR/images/Darwin_00004735_NORMAL2-IM-1048-0001.png b/MendeleyCXR/images/Darwin_00004735_NORMAL2-IM-1048-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0cb6195a9934afe0acb54a80af01373e3d235110 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004735_NORMAL2-IM-1048-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae0d2e5f45a409fafc9b178ef9c3d9cae11d5ff383b5478a6a5ad59fb7f35fb8 +size 75886 diff --git a/MendeleyCXR/images/Darwin_00004736_NORMAL2-IM-1049-0001.png b/MendeleyCXR/images/Darwin_00004736_NORMAL2-IM-1049-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3e66c4e7c81bbbbf34193961300fe1b4f72e0199 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004736_NORMAL2-IM-1049-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aca05d40ef68547667dfc14aa7a1f5d95e554b412d1ee77a07ed7df93ba55d0 +size 75543 diff --git a/MendeleyCXR/images/Darwin_00004737_NORMAL2-IM-1050-0001.png b/MendeleyCXR/images/Darwin_00004737_NORMAL2-IM-1050-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..925ea5dd40330b6428ec48da6f67db924282453f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004737_NORMAL2-IM-1050-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b8edb9184a3f49e820fc904f4b2401969d798d4990423eb316bb97fcff88656 +size 81462 diff --git a/MendeleyCXR/images/Darwin_00004738_NORMAL2-IM-1051-0001.png b/MendeleyCXR/images/Darwin_00004738_NORMAL2-IM-1051-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..12338ac48c34054250abfdd485ef38869d81a358 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004738_NORMAL2-IM-1051-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6dbde7b99e150ba7a74593a4ec3aedae6c27211b3ddce2fd59bbf65b8c2ae6d +size 79860 diff --git a/MendeleyCXR/images/Darwin_00004739_NORMAL2-IM-1052-0001.png b/MendeleyCXR/images/Darwin_00004739_NORMAL2-IM-1052-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..919c229bcc7337820732df9b8a4c0fd8a587715f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004739_NORMAL2-IM-1052-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c656b21b9ee5b20cf1d0f9c93a1dd8b5416ba468c55a9c89a80f943129f322e +size 80977 diff --git a/MendeleyCXR/images/Darwin_00004740_NORMAL2-IM-0983-0001-0001.png b/MendeleyCXR/images/Darwin_00004740_NORMAL2-IM-0983-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5bbb4c49c4fe6e242d8f59ba0461e319ee56d01f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004740_NORMAL2-IM-0983-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:807ebd96702575fbab0112e7181acfe30e10d8222fdf14df6013b1e4d317ba5f +size 75867 diff --git a/MendeleyCXR/images/Darwin_00004741_NORMAL2-IM-0983-0001-0002.png b/MendeleyCXR/images/Darwin_00004741_NORMAL2-IM-0983-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..32250e72456c6a5cc29a78867822b2fc450606c2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004741_NORMAL2-IM-0983-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1efca16ba35a90da2f97ed0c18f7fda331d9cbaec3ecd154f6f5e4fe1fe1da20 +size 76938 diff --git a/MendeleyCXR/images/Darwin_00004742_NORMAL2-IM-0983-0001.png b/MendeleyCXR/images/Darwin_00004742_NORMAL2-IM-0983-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..27d19e5dae8393d7b6c6535564b1bfa167f2585f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004742_NORMAL2-IM-0983-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d206adc2e1e5d68dee8fab391edb5e6465ade03cc640d0ab43266742e795b85 +size 76014 diff --git a/MendeleyCXR/images/Darwin_00004743_NORMAL2-IM-0986-0001.png b/MendeleyCXR/images/Darwin_00004743_NORMAL2-IM-0986-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ecf4a206dcb014c1f19b3e9da7d3e93a757401c6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004743_NORMAL2-IM-0986-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b4ac9e55ad1ad2ec5e9b09bc1772a5e668de781346e40b5f78b4bf464d00508 +size 75322 diff --git a/MendeleyCXR/images/Darwin_00004744_NORMAL2-IM-0987-0001.png b/MendeleyCXR/images/Darwin_00004744_NORMAL2-IM-0987-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c218cf805a6bf7e0321d64cd6c098320fc4b0a9b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004744_NORMAL2-IM-0987-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:837dc65d8bd03addfed3378a40f110a07317fe91f8675ff2799627c2d628a0b5 +size 77487 diff --git a/MendeleyCXR/images/Darwin_00004745_NORMAL2-IM-0988-0001.png b/MendeleyCXR/images/Darwin_00004745_NORMAL2-IM-0988-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..aa97f9d5f8911e668bcf350097ec71e024a814fc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004745_NORMAL2-IM-0988-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0069b7b9642c2013e3bf18d551500e031aa0207a1060929bd6db24252551b44c +size 74716 diff --git a/MendeleyCXR/images/Darwin_00004746_NORMAL2-IM-0989-0001.png b/MendeleyCXR/images/Darwin_00004746_NORMAL2-IM-0989-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ea47dd98e02fea1c7d1423cd83421d1fa04fce14 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004746_NORMAL2-IM-0989-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e7d9dfffa7e938a3bfffe51282eade5ea8fd85f01e587695bb48ea6384058a3 +size 78627 diff --git a/MendeleyCXR/images/Darwin_00004747_NORMAL2-IM-0992-0001.png b/MendeleyCXR/images/Darwin_00004747_NORMAL2-IM-0992-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..945a60b61982f1be5e2d8171d1ec7dfe36371b80 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004747_NORMAL2-IM-0992-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fad6d38524ad92739f844dba6c88bbf6af30a20c9a49afdea727d86f7d783b6 +size 78175 diff --git a/MendeleyCXR/images/Darwin_00004748_NORMAL2-IM-0993-0001.png b/MendeleyCXR/images/Darwin_00004748_NORMAL2-IM-0993-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..cdf57f967d8cb7bd42d880e10e67ace02e174119 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004748_NORMAL2-IM-0993-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ef640cf7e805f7e2863b59a13e3b7233b3fc0a23d9db220861b59285baff60d +size 74585 diff --git a/MendeleyCXR/images/Darwin_00004749_NORMAL2-IM-0994-0001.png b/MendeleyCXR/images/Darwin_00004749_NORMAL2-IM-0994-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..acacabb8063e803b48cd7724f12d04cd6492865d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004749_NORMAL2-IM-0994-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33f3cf9342f1156551eaa8704845e93705000f38f0cb8cd2f8b28b1aa87a6b37 +size 81375 diff --git a/MendeleyCXR/images/Darwin_00004750_NORMAL2-IM-0995-0001-0001.png b/MendeleyCXR/images/Darwin_00004750_NORMAL2-IM-0995-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..dfd9a08bf7baffe09624ebfdfc5732600baee388 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004750_NORMAL2-IM-0995-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf74cb8fe533afb2929c89a6d2e013b505a845d519bd35d6fa1fabe574f60679 +size 81002 diff --git a/MendeleyCXR/images/Darwin_00004751_NORMAL2-IM-0995-0001-0002.png b/MendeleyCXR/images/Darwin_00004751_NORMAL2-IM-0995-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..a6247f392c269b3ee8c399827d3be4672ce7d5ba --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004751_NORMAL2-IM-0995-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:145cd3a38a66e02e57f582c9c857980353f393b2d03c7a3c8f5cda61117a3b85 +size 82270 diff --git a/MendeleyCXR/images/Darwin_00004752_NORMAL2-IM-0995-0001.png b/MendeleyCXR/images/Darwin_00004752_NORMAL2-IM-0995-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..268434cc20988f6f773ecec35a8eaf74056a5352 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004752_NORMAL2-IM-0995-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:322b64079d75d314b73c88f5739a7818b225e9b69e4556f0481b5fb48f8f6a19 +size 77261 diff --git a/MendeleyCXR/images/Darwin_00004753_NORMAL2-IM-0997-0001.png b/MendeleyCXR/images/Darwin_00004753_NORMAL2-IM-0997-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..288e3f1235dc99e9f227e35977a6fd1d5ff7b4ce --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004753_NORMAL2-IM-0997-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da66d8ed9794b2d6596e5c6027556c305b79f832622fbccb9c62d80a72db11b6 +size 76069 diff --git a/MendeleyCXR/images/Darwin_00004754_NORMAL2-IM-0998-0001.png b/MendeleyCXR/images/Darwin_00004754_NORMAL2-IM-0998-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ae7a3a4129f9dda7a74bf6c4be58564cd86acf87 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004754_NORMAL2-IM-0998-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2458fe2e2f50111a7ee32fd39480bc244e6cfe807f469734515c55f98b54b436 +size 75779 diff --git a/MendeleyCXR/images/Darwin_00004755_NORMAL2-IM-0999-0001.png b/MendeleyCXR/images/Darwin_00004755_NORMAL2-IM-0999-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2ba9d387da5b54a93021c6595809cc32a9a01d14 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004755_NORMAL2-IM-0999-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afe812ed10d36a91df58a3359c1b9ebd7d3ecdd9d2c91c38f93e31eed71eff84 +size 77204 diff --git a/MendeleyCXR/images/Darwin_00004756_NORMAL2-IM-1001-0001.png b/MendeleyCXR/images/Darwin_00004756_NORMAL2-IM-1001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..558552bd05c20f866d42e002624890a1ee655ede --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004756_NORMAL2-IM-1001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46f5f30d972e0471ab5559b501296cee9fb0ff058d34ab77c182601535e41397 +size 80057 diff --git a/MendeleyCXR/images/Darwin_00004757_NORMAL2-IM-1002-0001.png b/MendeleyCXR/images/Darwin_00004757_NORMAL2-IM-1002-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..59d363a0fd3e96a704d59764a955c196ce467070 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004757_NORMAL2-IM-1002-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bc9aad1e1640bb0598239a81d1ff5783ff0c5c60387c681418190e2b9825211 +size 78531 diff --git a/MendeleyCXR/images/Darwin_00004758_NORMAL2-IM-1004-0001.png b/MendeleyCXR/images/Darwin_00004758_NORMAL2-IM-1004-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5fe003a82f7dfdf06cefef9f358c46760f471cda --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004758_NORMAL2-IM-1004-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb13314118d7ca1a1971a3552b221ed60520b9a3b014d179a3b567bc60fe1bfa +size 76256 diff --git a/MendeleyCXR/images/Darwin_00004759_NORMAL2-IM-1005-0001.png b/MendeleyCXR/images/Darwin_00004759_NORMAL2-IM-1005-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5dd0cc253075561ec7aaf949feff2b4c09f50039 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004759_NORMAL2-IM-1005-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66098deb08a051992d90587c0377ae56fa80a7fd0b94b2fff88d483ab428b07e +size 78161 diff --git a/MendeleyCXR/images/Darwin_00004760_NORMAL2-IM-1006-0001.png b/MendeleyCXR/images/Darwin_00004760_NORMAL2-IM-1006-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2924567b294c3cdb158657aff7d21987848f2d46 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004760_NORMAL2-IM-1006-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b1c6c1dfd9271a97da64be82bf4a815fbd30a0c6a03dd15c8ce12b700939914 +size 80601 diff --git a/MendeleyCXR/images/Darwin_00004761_NORMAL2-IM-1008-0001.png b/MendeleyCXR/images/Darwin_00004761_NORMAL2-IM-1008-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2b1c39857a9e3ab8e462c91c7d454aa4cc0bd897 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004761_NORMAL2-IM-1008-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73f044f1eb15470ce60153d7e43eb55346d8887e212edf8b21b5936777a61174 +size 64375 diff --git a/MendeleyCXR/images/Darwin_00004762_NORMAL2-IM-1010-0001.png b/MendeleyCXR/images/Darwin_00004762_NORMAL2-IM-1010-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9f2e9eb5860b78941a3d9c5d65bbc655cfca9205 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004762_NORMAL2-IM-1010-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d74cf7c33e466b88bad413051d548085c8a6d761e6ea24a74de08c0dddd61bd3 +size 76174 diff --git a/MendeleyCXR/images/Darwin_00004763_NORMAL2-IM-1011-0001.png b/MendeleyCXR/images/Darwin_00004763_NORMAL2-IM-1011-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b4556df05eb154800f3e46170cea7a78952e361f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004763_NORMAL2-IM-1011-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47a89b0b2dc9c621bc13ae3a8f9fc3537d7821345e6619b54507ba00990c9bea +size 75199 diff --git a/MendeleyCXR/images/Darwin_00004764_NORMAL2-IM-1014-0001.png b/MendeleyCXR/images/Darwin_00004764_NORMAL2-IM-1014-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..64c1cda4f4538cdad7cfbdaf9581a5e81d9dcef5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004764_NORMAL2-IM-1014-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65ffa0d0f9055d83d9c9a84f6b619e7f33f5db3d11c8141c399b4e51e5fde926 +size 78808 diff --git a/MendeleyCXR/images/Darwin_00004765_NORMAL2-IM-1015-0001.png b/MendeleyCXR/images/Darwin_00004765_NORMAL2-IM-1015-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5b234c305715c93a47b12c8cfed4f2a36b7f955f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004765_NORMAL2-IM-1015-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:362245a76296a82f18411b1ee383152db47da99ea35d2a6aede4d1ffbfd1dcac +size 78632 diff --git a/MendeleyCXR/images/Darwin_00004766_NORMAL2-IM-1016-0001.png b/MendeleyCXR/images/Darwin_00004766_NORMAL2-IM-1016-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e272fadf159a75e2ffa5d3c8faaaaef7518b4819 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004766_NORMAL2-IM-1016-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:712c94c707ec63d1e4f124194430b4b61d27c4ac79435edc900ae22843e905b4 +size 75107 diff --git a/MendeleyCXR/images/Darwin_00004767_NORMAL2-IM-1017-0001.png b/MendeleyCXR/images/Darwin_00004767_NORMAL2-IM-1017-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..cf3dbcef325fdfc1a6bd5c20c0d19d996aec27a3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004767_NORMAL2-IM-1017-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4db243a4cb593ac9bf48776d1057593e40a7e6164e3a6c6ce1cd775126c52106 +size 81640 diff --git a/MendeleyCXR/images/Darwin_00004768_NORMAL2-IM-1018-0001.png b/MendeleyCXR/images/Darwin_00004768_NORMAL2-IM-1018-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6bb0b66729082ab8f8ac3d6b4723452d4978b1db --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004768_NORMAL2-IM-1018-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4596bc34209cefd8d06331da41c8a059d56ffc3e9cdb66ec0ae2507e0303120f +size 83750 diff --git a/MendeleyCXR/images/Darwin_00004769_NORMAL2-IM-0942-0001.png b/MendeleyCXR/images/Darwin_00004769_NORMAL2-IM-0942-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..18aa4d92b2c3420f2901ea47cc8096db42c2b045 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004769_NORMAL2-IM-0942-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1cd23e89d51f4b163382cc40dda3bc9b3ed5e622bac0f3afcd1d9bded8d1bfd +size 82876 diff --git a/MendeleyCXR/images/Darwin_00004770_NORMAL2-IM-0944-0001.png b/MendeleyCXR/images/Darwin_00004770_NORMAL2-IM-0944-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7f300496c774bb2de4023adac6e5a8fc863b02a0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004770_NORMAL2-IM-0944-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1fd536e007061eb07fb2aa4a3b28070ea37315eca51358f3d6f43da529bac32 +size 78976 diff --git a/MendeleyCXR/images/Darwin_00004771_NORMAL2-IM-0945-0001.png b/MendeleyCXR/images/Darwin_00004771_NORMAL2-IM-0945-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..10403f0cf23a7688aa49be67a6f06a87144bfe8e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004771_NORMAL2-IM-0945-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca2330005073aa90439272b9d9016b1a086f712ae29eae78d38cb6630e2790ba +size 79502 diff --git a/MendeleyCXR/images/Darwin_00004772_NORMAL2-IM-0946-0001.png b/MendeleyCXR/images/Darwin_00004772_NORMAL2-IM-0946-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b2fec717008d6ace7ef6a4d2e7fa36f62cb5314b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004772_NORMAL2-IM-0946-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad49c26f3bad40818fefa2794dfa05efd3d34ba35bb626795ee8395a6185cac5 +size 75398 diff --git a/MendeleyCXR/images/Darwin_00004773_NORMAL2-IM-0947-0001.png b/MendeleyCXR/images/Darwin_00004773_NORMAL2-IM-0947-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a5eeaeeb993414660de79c0b4e9b4d8ba4b832b8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004773_NORMAL2-IM-0947-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1ca6f231571db018146ff4be69d018f316c029c2b6557a15d40a406c01e1527 +size 78474 diff --git a/MendeleyCXR/images/Darwin_00004774_NORMAL2-IM-0948-0001.png b/MendeleyCXR/images/Darwin_00004774_NORMAL2-IM-0948-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..358abba55c26141cab94183a2ba2d72c37ac2db9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004774_NORMAL2-IM-0948-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9358fd8e475bc210f269fc0922ae72e6a372029d8eae437f5bceb52f7e1578b4 +size 76183 diff --git a/MendeleyCXR/images/Darwin_00004775_NORMAL2-IM-0949-0001.png b/MendeleyCXR/images/Darwin_00004775_NORMAL2-IM-0949-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..55d380c56cdffc9b32a73c1e04383a4339c87dc8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004775_NORMAL2-IM-0949-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d549871b7b11d2de2b19de3194deaf1fde0246fd6fe0eb90ca282cbb39eca747 +size 80398 diff --git a/MendeleyCXR/images/Darwin_00004776_NORMAL2-IM-0950-0001.png b/MendeleyCXR/images/Darwin_00004776_NORMAL2-IM-0950-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..078a4e9e3daac5960253efc1d76d32ff30e433c2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004776_NORMAL2-IM-0950-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2544c97606aa161a71fed526f9a0cdb7619d2c21526ab5a2c2ccc042fec873c5 +size 72291 diff --git a/MendeleyCXR/images/Darwin_00004777_NORMAL2-IM-0951-0001.png b/MendeleyCXR/images/Darwin_00004777_NORMAL2-IM-0951-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7453c14cff36acef19e71784488f2de471ff26c9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004777_NORMAL2-IM-0951-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d36eeb9a03e86cc1cd1b7151a378e2ee2d63175771c2b525ac0b8d6a10fc862 +size 75115 diff --git a/MendeleyCXR/images/Darwin_00004778_NORMAL2-IM-0952-0001.png b/MendeleyCXR/images/Darwin_00004778_NORMAL2-IM-0952-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e8b1ddf0ccb519a5ff43e0725d1217ff0e5c1197 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004778_NORMAL2-IM-0952-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86ebfafd212c86334e743f88796d7181534d310a39662c87d7b905c825ded011 +size 76275 diff --git a/MendeleyCXR/images/Darwin_00004779_NORMAL2-IM-0954-0001.png b/MendeleyCXR/images/Darwin_00004779_NORMAL2-IM-0954-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..026e8ad6fed854ea82982b19efa17db87064908d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004779_NORMAL2-IM-0954-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e84e4cdbb3e74558e68fcbd6807a4cf9bc8cc376d64c4e93b5825f5a79371a84 +size 79252 diff --git a/MendeleyCXR/images/Darwin_00004780_NORMAL2-IM-0955-0001.png b/MendeleyCXR/images/Darwin_00004780_NORMAL2-IM-0955-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6d633b7d86842c25eadc728bff9289d0b6a013e2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004780_NORMAL2-IM-0955-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4239dc367d7f93212db1f6f009304248179eecb5ceffc9b3862d8823b0f17df0 +size 71342 diff --git a/MendeleyCXR/images/Darwin_00004781_NORMAL2-IM-0956-0001.png b/MendeleyCXR/images/Darwin_00004781_NORMAL2-IM-0956-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..bb4702383354278ea74aa59b84166fbd79f860ff --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004781_NORMAL2-IM-0956-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd168d9568f8f3ec88535095abca5103c61c8667f8801b452af827779241a4cd +size 82088 diff --git a/MendeleyCXR/images/Darwin_00004782_NORMAL2-IM-0957-0001.png b/MendeleyCXR/images/Darwin_00004782_NORMAL2-IM-0957-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..03e0d08bb6ad66b2fb28855beb3d668e50ff4e89 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004782_NORMAL2-IM-0957-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a389fb613042753bbc89696d6ee32c0e4b491161eefc3325ada85df1f0c9f874 +size 79987 diff --git a/MendeleyCXR/images/Darwin_00004783_NORMAL2-IM-0959-0001.png b/MendeleyCXR/images/Darwin_00004783_NORMAL2-IM-0959-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f39b555b088d97146e10b5ee7f7bbf333c3a31ad --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004783_NORMAL2-IM-0959-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf211fbd2aa07f1a484f83c59dab2cd866d4f0cdea1bb3b7c28a8e3d217c0f7e +size 80235 diff --git a/MendeleyCXR/images/Darwin_00004784_NORMAL2-IM-0960-0001.png b/MendeleyCXR/images/Darwin_00004784_NORMAL2-IM-0960-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..340a263620f9378921d8bb39822f7d93cd684d3e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004784_NORMAL2-IM-0960-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c21df13dac3f55a81870cdc5a15090e8f9f4f91de1160134d5468f39dadc275 +size 78486 diff --git a/MendeleyCXR/images/Darwin_00004785_NORMAL2-IM-0961-0001.png b/MendeleyCXR/images/Darwin_00004785_NORMAL2-IM-0961-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c1c611fefe51459a9f9b86faca126555d0cb0922 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004785_NORMAL2-IM-0961-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3e3d99ae6df791bc90c2ec984139e9293a55fa16b574d01ec5e56a68cf854d2 +size 78264 diff --git a/MendeleyCXR/images/Darwin_00004786_NORMAL2-IM-0962-0001.png b/MendeleyCXR/images/Darwin_00004786_NORMAL2-IM-0962-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0969a836bc63436b073a9dbf47eb00c07e67eb32 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004786_NORMAL2-IM-0962-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3537e1c4e93ed4eaf67abe2adf6f27d086cbdbe59fbfd08ca117f0e981dd6ae +size 79689 diff --git a/MendeleyCXR/images/Darwin_00004787_NORMAL2-IM-0965-0001.png b/MendeleyCXR/images/Darwin_00004787_NORMAL2-IM-0965-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..cb153ab51c226b47fa49d7b100be15b82948f5e2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004787_NORMAL2-IM-0965-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aef995d18da929b6343dc38add0d750ca96320d3e44f3a4121df695feab3ee1 +size 75113 diff --git a/MendeleyCXR/images/Darwin_00004788_NORMAL2-IM-0966-0001.png b/MendeleyCXR/images/Darwin_00004788_NORMAL2-IM-0966-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1839d4719d7432356a2f54128b91cbb3fc8908f4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004788_NORMAL2-IM-0966-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:341ac79425fa312967404907c86882be058b0fb1d2f775424c612fd4a10fe647 +size 73444 diff --git a/MendeleyCXR/images/Darwin_00004789_NORMAL2-IM-0967-0001.png b/MendeleyCXR/images/Darwin_00004789_NORMAL2-IM-0967-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d67c896d76783f8925da165701ade1255fbf8c59 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004789_NORMAL2-IM-0967-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b507fd3309261e549f13ba7f683fb6989a53893342d125604b09ed9383783d7c +size 71715 diff --git a/MendeleyCXR/images/Darwin_00004790_NORMAL2-IM-0969-0001.png b/MendeleyCXR/images/Darwin_00004790_NORMAL2-IM-0969-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c8ba36ed99d050f0074611510c71117207c126f7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004790_NORMAL2-IM-0969-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b87f7cf66c68e8c49911050489729773d560dd8f9e6acf31e275119d10d2a238 +size 75437 diff --git a/MendeleyCXR/images/Darwin_00004791_NORMAL2-IM-0970-0001.png b/MendeleyCXR/images/Darwin_00004791_NORMAL2-IM-0970-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..93f267d50a03648448eff8b3be8c2ce24bf53955 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004791_NORMAL2-IM-0970-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:748d63f494576d1504b34a4f64ec850dd58fd9d372935a54a76920c1685cb95d +size 79721 diff --git a/MendeleyCXR/images/Darwin_00004792_NORMAL2-IM-0971-0001-0001.png b/MendeleyCXR/images/Darwin_00004792_NORMAL2-IM-0971-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7f2997fb201c8296e1c74996aa219e1bb5853377 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004792_NORMAL2-IM-0971-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eda6b7c7c4ae35bce7c983de7ce71faf23fb0f077eec1edc95842d8e9ae0bb5 +size 74896 diff --git a/MendeleyCXR/images/Darwin_00004793_NORMAL2-IM-0971-0001-0002.png b/MendeleyCXR/images/Darwin_00004793_NORMAL2-IM-0971-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..b9176c5a17fb5ed6870e91f8e7d5119ddf6147bd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004793_NORMAL2-IM-0971-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1f526926a3f919d2fe5bd32ee6bd59eb6eced0d741d71c3484c3949cbe3d76b +size 74994 diff --git a/MendeleyCXR/images/Darwin_00004794_NORMAL2-IM-0974-0001.png b/MendeleyCXR/images/Darwin_00004794_NORMAL2-IM-0974-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6d49ac50f10629dddd1a586fe2283d459ec39d51 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004794_NORMAL2-IM-0974-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5098e8a0a2347126951d63d1b8b319d082dc6a7fcf004f9c2d309613fae9009 +size 74135 diff --git a/MendeleyCXR/images/Darwin_00004795_NORMAL2-IM-0975-0001.png b/MendeleyCXR/images/Darwin_00004795_NORMAL2-IM-0975-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b52d1a532265838ff4c02b3f89b038d26faf7cc0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004795_NORMAL2-IM-0975-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bfb752c228ed8d75b2427529786fde284bb5154cf792dc41109cfb10213634e +size 80308 diff --git a/MendeleyCXR/images/Darwin_00004796_NORMAL2-IM-0976-0001.png b/MendeleyCXR/images/Darwin_00004796_NORMAL2-IM-0976-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e8622305d1c170b547c2c3bb6989d6909c9b75e7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004796_NORMAL2-IM-0976-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16b653ff04e9b8522856a8d4bbaf8daf750ad2949cefc8cce6fd80bce7608934 +size 80744 diff --git a/MendeleyCXR/images/Darwin_00004797_NORMAL2-IM-0977-0001.png b/MendeleyCXR/images/Darwin_00004797_NORMAL2-IM-0977-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..548442b790aa5b1166aeb4b914ccea75d2db239a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004797_NORMAL2-IM-0977-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f0125264e576e1053888391d92b04cd4314afa62f06b5e7dbfc4722a9f453f9 +size 83422 diff --git a/MendeleyCXR/images/Darwin_00004798_NORMAL2-IM-0978-0001.png b/MendeleyCXR/images/Darwin_00004798_NORMAL2-IM-0978-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c1f0dd56fe0603e01356493b3291df3686806a95 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004798_NORMAL2-IM-0978-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eaf7bd5d52bc6c52445bbc159e714adc75306cb2030cefdd4c31e3004af9005 +size 77677 diff --git a/MendeleyCXR/images/Darwin_00004799_NORMAL2-IM-0979-0001.png b/MendeleyCXR/images/Darwin_00004799_NORMAL2-IM-0979-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fe368d6354e3fc1b02ce627646d45af1faa4ca31 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004799_NORMAL2-IM-0979-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:469d676617dbd870d3df6c45f4197c8f7bebc31914e83516cc6bbbcd625d9245 +size 72282 diff --git a/MendeleyCXR/images/Darwin_00004800_NORMAL2-IM-0980-0001.png b/MendeleyCXR/images/Darwin_00004800_NORMAL2-IM-0980-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a9f17d54db221f8595b8816c65b460da364b99f3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004800_NORMAL2-IM-0980-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c07d380e3bd8debbb41ab455e2cf55425ea6e77151000e6ea77c4530136fca34 +size 76519 diff --git a/MendeleyCXR/images/Darwin_00004801_NORMAL2-IM-0981-0001.png b/MendeleyCXR/images/Darwin_00004801_NORMAL2-IM-0981-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2b29c84ed8ae239d07bb9ff4d0fc718652502d75 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004801_NORMAL2-IM-0981-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7df433b05e08f135539578db1bf54dcc90a26d5799eb5e22544d6d4012d26033 +size 75429 diff --git a/MendeleyCXR/images/Darwin_00004802_NORMAL2-IM-0909-0001.png b/MendeleyCXR/images/Darwin_00004802_NORMAL2-IM-0909-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b55d8adf351fbcec0da5644fec5f0a90ab5a137a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004802_NORMAL2-IM-0909-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7907177521ca9b9b8bc8eb25a2ce6733a8df46510393b89d06fc1190f0fa100f +size 79965 diff --git a/MendeleyCXR/images/Darwin_00004803_NORMAL2-IM-0910-0001.png b/MendeleyCXR/images/Darwin_00004803_NORMAL2-IM-0910-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..be62d6e1714f26d6f450d2a9b42db1bc3091d62e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004803_NORMAL2-IM-0910-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d8e2eb91668eacb3519cf5a5cfd93e531f6af8bf50aa3fbce6642fee4ad24cc +size 78244 diff --git a/MendeleyCXR/images/Darwin_00004804_NORMAL2-IM-0911-0001.png b/MendeleyCXR/images/Darwin_00004804_NORMAL2-IM-0911-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4c1183d24cb85b8e1c1942e2f13d32bad3da072e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004804_NORMAL2-IM-0911-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1645541fea60f47a4ded93b6412da5ed69b05ed147d46693ec45fe17bd543b49 +size 78550 diff --git a/MendeleyCXR/images/Darwin_00004805_NORMAL2-IM-0912-0001.png b/MendeleyCXR/images/Darwin_00004805_NORMAL2-IM-0912-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c0de64b71c44fc0d9e9519ba5a09982714853809 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004805_NORMAL2-IM-0912-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac7a2820328c10ddcfb22b3cd01a9256467d6936d27a174287e3d9b403974218 +size 79165 diff --git a/MendeleyCXR/images/Darwin_00004806_NORMAL2-IM-0913-0001.png b/MendeleyCXR/images/Darwin_00004806_NORMAL2-IM-0913-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fe534f4d6713ae29906969b3b02e1b2a99ba4dbb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004806_NORMAL2-IM-0913-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6d55e93a1ecf93c08b257404939dc8eeafbc92ce7627fd2655e621464a3a1c3 +size 75365 diff --git a/MendeleyCXR/images/Darwin_00004807_NORMAL2-IM-0914-0001.png b/MendeleyCXR/images/Darwin_00004807_NORMAL2-IM-0914-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..93605cd676a3a888b55da6679547b5670a48aad8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004807_NORMAL2-IM-0914-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d4a66ca4502982377668c0b4318e7ca7307928a5d37b106004edc9781c13764 +size 79587 diff --git a/MendeleyCXR/images/Darwin_00004808_NORMAL2-IM-0915-0001.png b/MendeleyCXR/images/Darwin_00004808_NORMAL2-IM-0915-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..46bf8f711035f7a4e11cec1f02d97f045d7da0ac --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004808_NORMAL2-IM-0915-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c496767127a9c360cccc9ff4cc84ac593defa17732b53e400b79efce675e2e99 +size 78973 diff --git a/MendeleyCXR/images/Darwin_00004809_NORMAL2-IM-0917-0001.png b/MendeleyCXR/images/Darwin_00004809_NORMAL2-IM-0917-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..447af7ed833b953381fd6a86234244f5827d3881 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004809_NORMAL2-IM-0917-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66011a53b46bc06c21a30cd3adbc219d42beae546cfc633224ff77a426294faa +size 75325 diff --git a/MendeleyCXR/images/Darwin_00004810_NORMAL2-IM-0918-0001.png b/MendeleyCXR/images/Darwin_00004810_NORMAL2-IM-0918-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f549c73cb1904cdc5241cab888541d43caa6b595 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004810_NORMAL2-IM-0918-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62ceefd4721b93d0c46a4ebd34d77e5737f5aa0e781a2a9edc0e1314abe28476 +size 83011 diff --git a/MendeleyCXR/images/Darwin_00004811_NORMAL2-IM-0919-0001.png b/MendeleyCXR/images/Darwin_00004811_NORMAL2-IM-0919-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b4c341d0c9bcd541469ce19c99c393691b9a12fe --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004811_NORMAL2-IM-0919-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aec258ac27a460821a4e9b09c32583f5d0c1917f21334ede0124d333da4ce86 +size 77434 diff --git a/MendeleyCXR/images/Darwin_00004812_NORMAL2-IM-0922-0001.png b/MendeleyCXR/images/Darwin_00004812_NORMAL2-IM-0922-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c7a0814725eaa6d1ddcf8faca9772adfa103d4c1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004812_NORMAL2-IM-0922-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cae61993d65c88be7e674602491f3dcabd238cf85d86b96fd99ddfd4511817a +size 73179 diff --git a/MendeleyCXR/images/Darwin_00004813_NORMAL2-IM-0923-0001.png b/MendeleyCXR/images/Darwin_00004813_NORMAL2-IM-0923-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3cb0ff23b35a9d33ef8b00763d774f7dc70b9d70 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004813_NORMAL2-IM-0923-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fded1fb6beed5e9204c7ab630f26ad0060d89150ef47344017ce1cd8d3d6a76 +size 79333 diff --git a/MendeleyCXR/images/Darwin_00004814_NORMAL2-IM-0924-0001.png b/MendeleyCXR/images/Darwin_00004814_NORMAL2-IM-0924-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..72a5087be43ab95bde0b838b176f6dbffc95daf2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004814_NORMAL2-IM-0924-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e16ec5fb82291880e74461a682a0efc218d9297f902bbbd380d3ba34c1aa4ad8 +size 71515 diff --git a/MendeleyCXR/images/Darwin_00004815_NORMAL2-IM-0925-0001.png b/MendeleyCXR/images/Darwin_00004815_NORMAL2-IM-0925-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0e78d2f391b2b25b746b20dad737f0e2c5640c9f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004815_NORMAL2-IM-0925-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ad494b513f8331f8dcc427053fee7d516dddc6db27ce41d7caee8d5b2a1cca1 +size 73192 diff --git a/MendeleyCXR/images/Darwin_00004816_NORMAL2-IM-0926-0001.png b/MendeleyCXR/images/Darwin_00004816_NORMAL2-IM-0926-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..626647aae839921259a010b8957a72284f77d1b3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004816_NORMAL2-IM-0926-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f322f6aef1bf9b96018800e439a8af75fc6accd1fb060ce42b379d557926e46 +size 75785 diff --git a/MendeleyCXR/images/Darwin_00004817_NORMAL2-IM-0927-0001.png b/MendeleyCXR/images/Darwin_00004817_NORMAL2-IM-0927-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..30cde014709f55632c97b8afea2518ee95249bec --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004817_NORMAL2-IM-0927-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71755b804b8e900d8b4bcaab3d0fe99d9d6bc6624e3ec111fece487f6797aa22 +size 86164 diff --git a/MendeleyCXR/images/Darwin_00004818_NORMAL2-IM-0929-0001.png b/MendeleyCXR/images/Darwin_00004818_NORMAL2-IM-0929-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3ea7108b0c1dd262355ee0bfa9b1a97a6facf200 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004818_NORMAL2-IM-0929-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:632def5eae0bb2a4f8315aedab6bbfea32ce39f23317eafd7382ad2aa1aeddb4 +size 77477 diff --git a/MendeleyCXR/images/Darwin_00004819_NORMAL2-IM-0930-0001.png b/MendeleyCXR/images/Darwin_00004819_NORMAL2-IM-0930-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..008011447c4f0fad46387152113465454df0dc2d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004819_NORMAL2-IM-0930-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baa7b8437e768ba4bc73859a98b00e43fd7bdbfde525a77659483eb989ccd8ba +size 75120 diff --git a/MendeleyCXR/images/Darwin_00004820_NORMAL2-IM-0931-0001.png b/MendeleyCXR/images/Darwin_00004820_NORMAL2-IM-0931-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e41313c1b043b754a46f97f002f715bafe6262e2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004820_NORMAL2-IM-0931-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f404f237c1269082b2182d0663ac4703a92b3e2dd9f50f9a1e4f764bf4c6b1e0 +size 82563 diff --git a/MendeleyCXR/images/Darwin_00004821_NORMAL2-IM-0932-0001.png b/MendeleyCXR/images/Darwin_00004821_NORMAL2-IM-0932-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..78908e26713133d9b5e0a2a3a825a383d1a1b920 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004821_NORMAL2-IM-0932-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9135ee8881821af29454cff15429f7366cec66ea5e662353beb91b3db979d7e0 +size 72852 diff --git a/MendeleyCXR/images/Darwin_00004822_NORMAL2-IM-0933-0001.png b/MendeleyCXR/images/Darwin_00004822_NORMAL2-IM-0933-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3ad39400931b6d20b665b15edea73e4bd176a8f4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004822_NORMAL2-IM-0933-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e59ff88948f08e1d9e4336d79e725f432181b83e288d09fe580532508a7133c0 +size 75739 diff --git a/MendeleyCXR/images/Darwin_00004823_NORMAL2-IM-0934-0001.png b/MendeleyCXR/images/Darwin_00004823_NORMAL2-IM-0934-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..12a28fd7bc413068e3d13b6fb96fd8107eebf001 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004823_NORMAL2-IM-0934-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa6e4c56da072c935afcb29359b9ab777d8ef730f9a499c627e052c619c1bc16 +size 76015 diff --git a/MendeleyCXR/images/Darwin_00004824_NORMAL2-IM-0935-0001.png b/MendeleyCXR/images/Darwin_00004824_NORMAL2-IM-0935-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..464ca711bb87b2902da78ff14561f2fcc35ca52b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004824_NORMAL2-IM-0935-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31fd928ce9f33953ada9e35d23343d7bf415843938e01c73bdc1c1ebce65513c +size 76403 diff --git a/MendeleyCXR/images/Darwin_00004825_NORMAL2-IM-0936-0001.png b/MendeleyCXR/images/Darwin_00004825_NORMAL2-IM-0936-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a66774c4d3a646c04f0e88a3612639c6b853c339 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004825_NORMAL2-IM-0936-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:911bb97f9df36e7bb1544a903ed85a6f9ff872018a3eb84562aca83bee791e18 +size 78658 diff --git a/MendeleyCXR/images/Darwin_00004826_NORMAL2-IM-0937-0001.png b/MendeleyCXR/images/Darwin_00004826_NORMAL2-IM-0937-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1067fe2e738c2fa6af461c7f09b85f1ef5d3faf4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004826_NORMAL2-IM-0937-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:526f713dcdbe2a0c1e6edad0891f0b2e6728b718413cee72bd26ab79c1cd454b +size 75314 diff --git a/MendeleyCXR/images/Darwin_00004827_NORMAL2-IM-0939-0001.png b/MendeleyCXR/images/Darwin_00004827_NORMAL2-IM-0939-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5c8cafa01ca77762caee0d48363f728209ab8e42 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004827_NORMAL2-IM-0939-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d655c5e0db501ddb8debd6011c024689baa9a8f60b88be0262de065e24ccbb6d +size 81345 diff --git a/MendeleyCXR/images/Darwin_00004828_NORMAL2-IM-0941-0001.png b/MendeleyCXR/images/Darwin_00004828_NORMAL2-IM-0941-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7a3e8ca62519e58c9a1e29df9050e33ff2f2a12c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004828_NORMAL2-IM-0941-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:613461d544352222a8dbf130dec831c5c76a8134cc31850a5de86b439f4cf993 +size 81096 diff --git a/MendeleyCXR/images/Darwin_00004829_NORMAL2-IM-0874-0001.png b/MendeleyCXR/images/Darwin_00004829_NORMAL2-IM-0874-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fb36b24e32be614b26c7bf6c75e27379fd52c701 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004829_NORMAL2-IM-0874-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f39293de8fb3a609d47fc4b9e6361a31efc7e5273edf7213ea7543accd0c64a2 +size 72610 diff --git a/MendeleyCXR/images/Darwin_00004830_NORMAL2-IM-0875-0001.png b/MendeleyCXR/images/Darwin_00004830_NORMAL2-IM-0875-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..efadda32b9688b4929b86529634c2b178bc6fd3b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004830_NORMAL2-IM-0875-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:587b021f8ababf86ae6729c04b532a5cc16ecde0da6e978095f98169b2e2ba1f +size 78232 diff --git a/MendeleyCXR/images/Darwin_00004831_NORMAL2-IM-0876-0001.png b/MendeleyCXR/images/Darwin_00004831_NORMAL2-IM-0876-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..767262edb556365a687ca93615848af764d58900 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004831_NORMAL2-IM-0876-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75e6dfeb8cf807efab971d02830a7dbd58a1c4ca2fe6525610d438525caa4089 +size 70795 diff --git a/MendeleyCXR/images/Darwin_00004832_NORMAL2-IM-0877-0001.png b/MendeleyCXR/images/Darwin_00004832_NORMAL2-IM-0877-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d2ec0fcf61d705998eadfa2bcb3ef70b21671c86 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004832_NORMAL2-IM-0877-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e4a69cfae89d03c9a8e52f5e8273cd99d0e1c0249c328059328196f7cb76361 +size 77541 diff --git a/MendeleyCXR/images/Darwin_00004833_NORMAL2-IM-0879-0001.png b/MendeleyCXR/images/Darwin_00004833_NORMAL2-IM-0879-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8ccf2682057a23f347a881632f1d30191a07ad89 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004833_NORMAL2-IM-0879-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3365ddbd152b46ef5b477820c2836c7ef33e2b060d5c10221bf5630c7ff30993 +size 73551 diff --git a/MendeleyCXR/images/Darwin_00004834_NORMAL2-IM-0880-0001.png b/MendeleyCXR/images/Darwin_00004834_NORMAL2-IM-0880-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..24a47d09dfb3a48c0b18df244e138dd43aff53d1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004834_NORMAL2-IM-0880-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94a473252d75842ee67346323a729aa46a94203e81854f0df16731788e797304 +size 70442 diff --git a/MendeleyCXR/images/Darwin_00004835_NORMAL2-IM-0881-0001.png b/MendeleyCXR/images/Darwin_00004835_NORMAL2-IM-0881-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c4c2d10d5b9b39ab26cbca4e2a7c15f8d1efcccb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004835_NORMAL2-IM-0881-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cf07070b311bd96b9caf83e231458069d999980bde715eba3da75414a66515f +size 79903 diff --git a/MendeleyCXR/images/Darwin_00004836_NORMAL2-IM-0882-0001.png b/MendeleyCXR/images/Darwin_00004836_NORMAL2-IM-0882-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2bea46b3de5ae320d839256729f77511933b6db4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004836_NORMAL2-IM-0882-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c408a9878d059bef2045436f8df5e0e058320fb4397d6caa05c35758e327e07d +size 76122 diff --git a/MendeleyCXR/images/Darwin_00004837_NORMAL2-IM-0885-0001.png b/MendeleyCXR/images/Darwin_00004837_NORMAL2-IM-0885-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6f66da7ef79ab8d9fd2a4c65d4f12df903a7ec78 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004837_NORMAL2-IM-0885-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80c72832f328e0695c44c4f2eaef5dee43cb7512136d3bd83eee797fc5ec0a1a +size 73464 diff --git a/MendeleyCXR/images/Darwin_00004838_NORMAL2-IM-0886-0001.png b/MendeleyCXR/images/Darwin_00004838_NORMAL2-IM-0886-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d04a39a87cbc829d6b5fe068c7fac9303b7f2dd6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004838_NORMAL2-IM-0886-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88a0f9523c99ef839baffdf4218949b37a8189d89a270816714d773e52323864 +size 72525 diff --git a/MendeleyCXR/images/Darwin_00004839_NORMAL2-IM-0887-0001.png b/MendeleyCXR/images/Darwin_00004839_NORMAL2-IM-0887-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3bfe200bf5cc870714cc2ef045b4537925fde0cd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004839_NORMAL2-IM-0887-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b8df9441c9d914ba77468b1e603beba311d31565efeb42016751dfb0536c5e0 +size 75480 diff --git a/MendeleyCXR/images/Darwin_00004840_NORMAL2-IM-0888-0001.png b/MendeleyCXR/images/Darwin_00004840_NORMAL2-IM-0888-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..686f60c180cc35d8e62524f61e6e20c415a8a811 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004840_NORMAL2-IM-0888-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc6613650d8a0d1b01f3251d13060ddf7e4f73c22101d429d38328fc562134e1 +size 71743 diff --git a/MendeleyCXR/images/Darwin_00004841_NORMAL2-IM-0890-0001.png b/MendeleyCXR/images/Darwin_00004841_NORMAL2-IM-0890-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..264e8e8655c9b4be83264cc2d4697c3004c612c3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004841_NORMAL2-IM-0890-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdf9749ef9c955fed95f09ade3eb42b0bce0113881437caa0a90abd100bf2181 +size 78354 diff --git a/MendeleyCXR/images/Darwin_00004842_NORMAL2-IM-0892-0001.png b/MendeleyCXR/images/Darwin_00004842_NORMAL2-IM-0892-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a7f472e0ff21406eecd771e76f0a38dfa1a4ab99 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004842_NORMAL2-IM-0892-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f0fd0ebb19009631172c32642e42bf3ed07579cb538ad3e4f8cc87a5ec5e500 +size 76364 diff --git a/MendeleyCXR/images/Darwin_00004843_NORMAL2-IM-0893-0001.png b/MendeleyCXR/images/Darwin_00004843_NORMAL2-IM-0893-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5767cda209b926f55bcc37c2564c1fca1eb8eacf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004843_NORMAL2-IM-0893-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4be9454d023954ead21039be312b88ad7d0d87593107fd4b80a62e07e6b0fa2a +size 76374 diff --git a/MendeleyCXR/images/Darwin_00004844_NORMAL2-IM-0894-0001.png b/MendeleyCXR/images/Darwin_00004844_NORMAL2-IM-0894-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..10dff87ecc1fb44282c2872787a75fc9c80b0ab2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004844_NORMAL2-IM-0894-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:513a624c80bce54a1a0ba957cdcb4c421ac400d62d364c32adb3dd06149ef0c8 +size 77785 diff --git a/MendeleyCXR/images/Darwin_00004845_NORMAL2-IM-0895-0001.png b/MendeleyCXR/images/Darwin_00004845_NORMAL2-IM-0895-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..80ea76ec94835cb19bd838245a0f83db128c3095 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004845_NORMAL2-IM-0895-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64125d349554377826edd4553f80edeb2b83c7597ce17268f89ea35d4ce4d1bb +size 75636 diff --git a/MendeleyCXR/images/Darwin_00004846_NORMAL2-IM-0896-0001.png b/MendeleyCXR/images/Darwin_00004846_NORMAL2-IM-0896-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b68324892c64dbb8b875af05075184fa158647bb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004846_NORMAL2-IM-0896-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddf57e61fbd6290e91bfbd64bec0da8467b8b21eeb1bfcbf842ae5da7a309df0 +size 78283 diff --git a/MendeleyCXR/images/Darwin_00004847_NORMAL2-IM-0897-0001.png b/MendeleyCXR/images/Darwin_00004847_NORMAL2-IM-0897-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..de481d61fc3b4f9ff68d5f1ae64a8b26f7c8c525 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004847_NORMAL2-IM-0897-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be718233794246dd6c0cc40aeca88ee09034c7dd8408545b9e50f422a87f76a6 +size 82819 diff --git a/MendeleyCXR/images/Darwin_00004848_NORMAL2-IM-0898-0001.png b/MendeleyCXR/images/Darwin_00004848_NORMAL2-IM-0898-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..912afcf97820a51700b44dbd690c9dd53aa2f8f6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004848_NORMAL2-IM-0898-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7af134308afc1b5233d4516c6384ccdd66c435cd4d6c4a0ee81598bdb08b9b1e +size 76406 diff --git a/MendeleyCXR/images/Darwin_00004849_NORMAL2-IM-0899-0001.png b/MendeleyCXR/images/Darwin_00004849_NORMAL2-IM-0899-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b018ae512a5402a1f3b1bcc6ad26b7e5bfe15a3c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004849_NORMAL2-IM-0899-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed48e5016c8e4fd303d3ea9c6efc557a822118c7f255019e42ee34aa1ac79b63 +size 75512 diff --git a/MendeleyCXR/images/Darwin_00004850_NORMAL2-IM-0900-0001.png b/MendeleyCXR/images/Darwin_00004850_NORMAL2-IM-0900-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..68b2b35055dadd995823e41d27ecb28458f424a3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004850_NORMAL2-IM-0900-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97a5c05372f26384e5c3453f87d9795b6b64c8cb25490cbc5e2d83d3352ce219 +size 80252 diff --git a/MendeleyCXR/images/Darwin_00004851_NORMAL2-IM-0903-0001.png b/MendeleyCXR/images/Darwin_00004851_NORMAL2-IM-0903-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..087dff18d0e2a3a2c75bb38ba1d3079b05ee691f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004851_NORMAL2-IM-0903-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7b3c915e3939a2aaee70a75600fec170f1617022ede1bebbb059f2d2e2f3d7f +size 73778 diff --git a/MendeleyCXR/images/Darwin_00004852_NORMAL2-IM-0904-0001.png b/MendeleyCXR/images/Darwin_00004852_NORMAL2-IM-0904-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8de38cc11e4d4e73402a0521bc7c6de80700dd60 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004852_NORMAL2-IM-0904-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:292b01cebd95c90ebc5b2fa27ed51bf854cd0ba5bf8805538b63030c9da60c05 +size 79381 diff --git a/MendeleyCXR/images/Darwin_00004853_NORMAL2-IM-0905-0001.png b/MendeleyCXR/images/Darwin_00004853_NORMAL2-IM-0905-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0c678185e5ca4d2965460e48911fcc53c0dad8ab --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004853_NORMAL2-IM-0905-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7c9d7967e21d17770b59e7b4a47c4ab21ff2b22f5e6a2816cf021e5b611e772 +size 77158 diff --git a/MendeleyCXR/images/Darwin_00004854_NORMAL2-IM-0906-0001.png b/MendeleyCXR/images/Darwin_00004854_NORMAL2-IM-0906-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f6ff86fae33ffa56b52487942ed90f1b09d2ef0a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004854_NORMAL2-IM-0906-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ccc52b75496cdc78de14e7a7db4ff3098cc3abbd2dfa609b0ead21399c9b45e +size 74871 diff --git a/MendeleyCXR/images/Darwin_00004855_NORMAL2-IM-0907-0001.png b/MendeleyCXR/images/Darwin_00004855_NORMAL2-IM-0907-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e471983fb8809412ce80020789acbcb0e1379567 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004855_NORMAL2-IM-0907-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7081d5a6e2fbcc1ca9ea47a3a0dba95949fd9b0348d6bded9366f519e3d8f4b +size 79441 diff --git a/MendeleyCXR/images/Darwin_00004856_NORMAL2-IM-0908-0001.png b/MendeleyCXR/images/Darwin_00004856_NORMAL2-IM-0908-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b1d8e206c72d08f8ccd948eaf6b29c5259b40acd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004856_NORMAL2-IM-0908-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bfa9d547e0be63f7bc4460835497230ac2cfb46177e74109a05b11fff18cd95 +size 76829 diff --git a/MendeleyCXR/images/Darwin_00004857_NORMAL2-IM-0839-0001.png b/MendeleyCXR/images/Darwin_00004857_NORMAL2-IM-0839-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..770b4c08c13f7cb15a3d07bf2794c76505314eec --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004857_NORMAL2-IM-0839-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b26e0c72e19bc7aa14fe3e06a5db54ce905dceff62c84db1a837affa1b668367 +size 79719 diff --git a/MendeleyCXR/images/Darwin_00004858_NORMAL2-IM-0840-0001.png b/MendeleyCXR/images/Darwin_00004858_NORMAL2-IM-0840-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..78e28749ff1dcf3efaaf2e8e4a154ddcce9290f0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004858_NORMAL2-IM-0840-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69da8f19961d29f4639db27e398eaac31d1b46e42ed0748636d2a9292b7b2feb +size 69630 diff --git a/MendeleyCXR/images/Darwin_00004859_NORMAL2-IM-0841-0001.png b/MendeleyCXR/images/Darwin_00004859_NORMAL2-IM-0841-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..882791d36f9504dfa016b80581b084fe3228fd6f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004859_NORMAL2-IM-0841-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca7ac1064be3759935ac18a807eef4d6b8d4439caf2a8d90078d502d0ae76ba6 +size 78517 diff --git a/MendeleyCXR/images/Darwin_00004860_NORMAL2-IM-0842-0001.png b/MendeleyCXR/images/Darwin_00004860_NORMAL2-IM-0842-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..222b049699433f2fd47916689f4508f14685e573 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004860_NORMAL2-IM-0842-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef50b53335fdaa02ccb0f9118a1d79e59e5849ced7aead619c327012fb41d0b9 +size 80019 diff --git a/MendeleyCXR/images/Darwin_00004861_NORMAL2-IM-0843-0001.png b/MendeleyCXR/images/Darwin_00004861_NORMAL2-IM-0843-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c1970dcb9f4b39b27e603367e39735e2bcfdbcbc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004861_NORMAL2-IM-0843-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3792497e6b216eee2ae70683444a4e8d0c04f943435af20cdcdc317bd1abbb0f +size 77102 diff --git a/MendeleyCXR/images/Darwin_00004862_NORMAL2-IM-0845-0001.png b/MendeleyCXR/images/Darwin_00004862_NORMAL2-IM-0845-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..48bc42e299afcb8620cc91fe7afdba5c0798c3eb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004862_NORMAL2-IM-0845-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdcf4e0295ebb29b4d503fbcffe85416300ddd5c8c65ba0e6e8f2a653a342ade +size 73977 diff --git a/MendeleyCXR/images/Darwin_00004863_NORMAL2-IM-0846-0001.png b/MendeleyCXR/images/Darwin_00004863_NORMAL2-IM-0846-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9841a58dfd7696464ac21e0ab62904b89b77bf38 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004863_NORMAL2-IM-0846-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e641960404bf5b62143d4398bcfbf43aacd4678596f1796fd2c700b27fb3f3fd +size 84516 diff --git a/MendeleyCXR/images/Darwin_00004864_NORMAL2-IM-0847-0001.png b/MendeleyCXR/images/Darwin_00004864_NORMAL2-IM-0847-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fa0ab8a926a653b5bd1a6b247434016d0d8a2a56 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004864_NORMAL2-IM-0847-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7016ded6a739ab9a543d689cd0c6acdcb172dac476f13f492adb6bfcd44a800 +size 78539 diff --git a/MendeleyCXR/images/Darwin_00004865_NORMAL2-IM-0848-0001.png b/MendeleyCXR/images/Darwin_00004865_NORMAL2-IM-0848-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e02ce971b8b175c22fb9e763d140f5427fff0498 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004865_NORMAL2-IM-0848-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3d4de9a194199ff034b5d601f05fdd930b856e732f023be744e86505a084ea6 +size 75148 diff --git a/MendeleyCXR/images/Darwin_00004866_NORMAL2-IM-0849-0001.png b/MendeleyCXR/images/Darwin_00004866_NORMAL2-IM-0849-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..19252dd87dd227bed901e6a52e55970fde9bd7c9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004866_NORMAL2-IM-0849-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18c4878d40e7cf0e9191d27232d9bab7ec591616c23aea4d1a13b04faa131bcb +size 81592 diff --git a/MendeleyCXR/images/Darwin_00004867_NORMAL2-IM-0851-0001-0001.png b/MendeleyCXR/images/Darwin_00004867_NORMAL2-IM-0851-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..95d5339a1ef4e31a7d8fb753b8ec478f09667ea4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004867_NORMAL2-IM-0851-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6481ba77c826417ad5f697462587798e272e15b64974898f57ec336c11868d4c +size 78411 diff --git a/MendeleyCXR/images/Darwin_00004868_NORMAL2-IM-0851-0001-0002.png b/MendeleyCXR/images/Darwin_00004868_NORMAL2-IM-0851-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..0e53236b3c7736ff0144d4385afd342df3ffee9e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004868_NORMAL2-IM-0851-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b74af3f14780fd94e1e69951e9cb5febbf096d38b352e26bc04d2090073eb7d +size 78751 diff --git a/MendeleyCXR/images/Darwin_00004869_NORMAL2-IM-0851-0001.png b/MendeleyCXR/images/Darwin_00004869_NORMAL2-IM-0851-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b283c414aa2d5ba084cbc2ca24a8ac042732ac46 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004869_NORMAL2-IM-0851-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25c39272238ac2cbe9e0248d3cf46f065f6ec79d01318f9cfb60fe43baed1985 +size 77366 diff --git a/MendeleyCXR/images/Darwin_00004870_NORMAL2-IM-0852-0001.png b/MendeleyCXR/images/Darwin_00004870_NORMAL2-IM-0852-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..353dd2b1e6691767caf7739e618c507584a4a46d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004870_NORMAL2-IM-0852-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da1fd9d732ae3f51e4a89f956f8fecd0265f5a2e8c5e28074aed1fd104b5a95f +size 79977 diff --git a/MendeleyCXR/images/Darwin_00004871_NORMAL2-IM-0853-0001.png b/MendeleyCXR/images/Darwin_00004871_NORMAL2-IM-0853-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..48f65721da45463ce6ea2c13a9610d96a5aa5d18 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004871_NORMAL2-IM-0853-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5137375e2bae9dc99e498ecaea57bd9b3b640152321b73ea474888c4015751ab +size 73363 diff --git a/MendeleyCXR/images/Darwin_00004872_NORMAL2-IM-0854-0001.png b/MendeleyCXR/images/Darwin_00004872_NORMAL2-IM-0854-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..bb4c733aab70f3373e53628bfb0d7120a6c2a747 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004872_NORMAL2-IM-0854-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d38ff0345fd084777bddd87edb09e38e578084e4bc90f87eeaf88ec943b219ad +size 74168 diff --git a/MendeleyCXR/images/Darwin_00004873_NORMAL2-IM-0855-0001.png b/MendeleyCXR/images/Darwin_00004873_NORMAL2-IM-0855-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8c1ed6390bf7616e058c4ce3e48565cc7b2a6753 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004873_NORMAL2-IM-0855-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e78852b0c34ff3b2f695e8f98f1c7bd917ee4ab2ead87773ca159ab6363897e +size 79203 diff --git a/MendeleyCXR/images/Darwin_00004874_NORMAL2-IM-0856-0001.png b/MendeleyCXR/images/Darwin_00004874_NORMAL2-IM-0856-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b0c2c8e27195ff2e9b942050be31a4e5faad758b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004874_NORMAL2-IM-0856-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6cbbdf332f6794a6f98f9c2af683d2eca2212fa04a60fb0fc2f103086e21d99 +size 78121 diff --git a/MendeleyCXR/images/Darwin_00004875_NORMAL2-IM-0857-0001.png b/MendeleyCXR/images/Darwin_00004875_NORMAL2-IM-0857-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..22490dedff14c3f2d3e38753c7da7fc7d839d6bf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004875_NORMAL2-IM-0857-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba1876ea799bcf6786b3138da1d192a734cb0f07f9a8c0932c74cd366cc86f74 +size 73490 diff --git a/MendeleyCXR/images/Darwin_00004876_NORMAL2-IM-0858-0001.png b/MendeleyCXR/images/Darwin_00004876_NORMAL2-IM-0858-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9628f61e206077a39f0080ec1af216b9bce06e40 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004876_NORMAL2-IM-0858-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d36bbf8c0e899491917746396ded5f9b2c4fbb742ff9d1cc26caf6108f2ca88 +size 74700 diff --git a/MendeleyCXR/images/Darwin_00004877_NORMAL2-IM-0859-0001.png b/MendeleyCXR/images/Darwin_00004877_NORMAL2-IM-0859-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4009e6c5aee89068e6f95335750c73e89b3c1bce --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004877_NORMAL2-IM-0859-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92658b40588cf041e49b0db4040394b095c68ec1b4d4685bf68f58714d41fdfa +size 74345 diff --git a/MendeleyCXR/images/Darwin_00004878_NORMAL2-IM-0860-0001.png b/MendeleyCXR/images/Darwin_00004878_NORMAL2-IM-0860-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d50f3db93ec9d7787abf208446ebebd0b3338d89 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004878_NORMAL2-IM-0860-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04835bd481cf449051266174e3a8954fb05fdb4345622359213ba5599db07a63 +size 82742 diff --git a/MendeleyCXR/images/Darwin_00004879_NORMAL2-IM-0862-0001.png b/MendeleyCXR/images/Darwin_00004879_NORMAL2-IM-0862-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..42b2414adf3970b6e84eb093dc4ca8e81259c9f5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004879_NORMAL2-IM-0862-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f2c94a4e690b22d88c778bb2b9a504eb7297438bfd83b975458625d1d618a3b +size 78525 diff --git a/MendeleyCXR/images/Darwin_00004880_NORMAL2-IM-0863-0001.png b/MendeleyCXR/images/Darwin_00004880_NORMAL2-IM-0863-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b6619447e3860d6e7b8a05bbe52d1f7246f306b6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004880_NORMAL2-IM-0863-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aebf2b7f821140683e374f403c267c37c06ae412e368a26f56d17bdb1ca197d9 +size 81376 diff --git a/MendeleyCXR/images/Darwin_00004881_NORMAL2-IM-0865-0001.png b/MendeleyCXR/images/Darwin_00004881_NORMAL2-IM-0865-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..439c7e3a493c38b02f38a3f1cf637f0e1db4a8ee --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004881_NORMAL2-IM-0865-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67e400e49875f4a94e77ebed2ce1e183360b02b69d2d03effd1ba03b5d0b6ae1 +size 87500 diff --git a/MendeleyCXR/images/Darwin_00004882_NORMAL2-IM-0866-0001.png b/MendeleyCXR/images/Darwin_00004882_NORMAL2-IM-0866-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3d59a3a38519fe99f2f0f8075427e20feeb96c1f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004882_NORMAL2-IM-0866-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceaf9ea5fd12712478d6d64eeb50371d6b49cdb06a528716076f2f790a2e36d0 +size 79561 diff --git a/MendeleyCXR/images/Darwin_00004883_NORMAL2-IM-0867-0001.png b/MendeleyCXR/images/Darwin_00004883_NORMAL2-IM-0867-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d8fee1075238d8ba3648ef04a10885b61ab35912 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004883_NORMAL2-IM-0867-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5337a4e7bc65f9760019023d96568619e509c30a4f6b3846df1112206a4860c5 +size 68610 diff --git a/MendeleyCXR/images/Darwin_00004884_NORMAL2-IM-0868-0001.png b/MendeleyCXR/images/Darwin_00004884_NORMAL2-IM-0868-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9f7ac8f95bd04e5170753a04af05559f20a12f79 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004884_NORMAL2-IM-0868-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38a133171f2292ae19ad91b8ab0fff50aa7ba986a7e99e149b743865518ecc35 +size 84513 diff --git a/MendeleyCXR/images/Darwin_00004885_NORMAL2-IM-0869-0001.png b/MendeleyCXR/images/Darwin_00004885_NORMAL2-IM-0869-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c1987e30b8f64433590ef79ad8d329f127ce74ce --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004885_NORMAL2-IM-0869-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eebe95a5ab7986301f47ba0ee2fc4829dfc8c33ffa3367fcac8b50a16579127 +size 67560 diff --git a/MendeleyCXR/images/Darwin_00004886_NORMAL2-IM-0870-0001.png b/MendeleyCXR/images/Darwin_00004886_NORMAL2-IM-0870-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..788eda916c215cfa406db3b08dedba279b0292d2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004886_NORMAL2-IM-0870-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a2e1b369d8d469e630302e5f10aad47de6b5294f0bd262f33630ae1c6637314 +size 81678 diff --git a/MendeleyCXR/images/Darwin_00004887_NORMAL2-IM-0871-0001.png b/MendeleyCXR/images/Darwin_00004887_NORMAL2-IM-0871-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..62218529dcfbbae9df2279942d0ef95a45d28c58 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004887_NORMAL2-IM-0871-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af963ad234e74c309a9ccb9c380ca9f09f053a4a3b0e83752ef091881f048d92 +size 72764 diff --git a/MendeleyCXR/images/Darwin_00004888_NORMAL2-IM-0872-0001.png b/MendeleyCXR/images/Darwin_00004888_NORMAL2-IM-0872-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..be549794495ffd67118489dad298630067c6eb5a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004888_NORMAL2-IM-0872-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43b2e4029d48c851a42ee2abb30b9902ed85f89e0893086220a201e35e16aeb3 +size 71199 diff --git a/MendeleyCXR/images/Darwin_00004889_NORMAL2-IM-0873-0001.png b/MendeleyCXR/images/Darwin_00004889_NORMAL2-IM-0873-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5873043703c32f5862fef0d2c9e76948c3fde56c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004889_NORMAL2-IM-0873-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79d88d7fb17c98591d8454df5987558ecb24737e157835c8360fd10416cb53df +size 81409 diff --git a/MendeleyCXR/images/Darwin_00004890_NORMAL2-IM-0806-0001.png b/MendeleyCXR/images/Darwin_00004890_NORMAL2-IM-0806-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..653b50fe3a6729f414a0337a469da5d50ee570b3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004890_NORMAL2-IM-0806-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a337cda4a8f1a01fa21f07665d85d356676e093d5c0fd8de50f201a80139f524 +size 76775 diff --git a/MendeleyCXR/images/Darwin_00004891_NORMAL2-IM-0807-0001.png b/MendeleyCXR/images/Darwin_00004891_NORMAL2-IM-0807-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..054b9d20603d7be6e301b0c0fabf92f0f78f4fcd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004891_NORMAL2-IM-0807-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:235cfef179de142d9245ca149eb83a14422b172dfaad32860269a2102acff564 +size 75455 diff --git a/MendeleyCXR/images/Darwin_00004892_NORMAL2-IM-0808-0001.png b/MendeleyCXR/images/Darwin_00004892_NORMAL2-IM-0808-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..60ab6f503685046749fe1ff9aa9061aa640b2c7b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004892_NORMAL2-IM-0808-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cff81f359f99358607c80021899f0e984128b604da90dceea326390cb3cd92dc +size 72858 diff --git a/MendeleyCXR/images/Darwin_00004893_NORMAL2-IM-0809-0001.png b/MendeleyCXR/images/Darwin_00004893_NORMAL2-IM-0809-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9c9c414b5b2876aa2d5af529271ac8639fd7de0d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004893_NORMAL2-IM-0809-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03352b959f1a4a51af2e164e83caa8ef027940562b051cda8165a283180d9c09 +size 75551 diff --git a/MendeleyCXR/images/Darwin_00004894_NORMAL2-IM-0810-0001.png b/MendeleyCXR/images/Darwin_00004894_NORMAL2-IM-0810-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d3b9bdeea3736b7ec1cb98a71e2bcfee7fbd4bc8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004894_NORMAL2-IM-0810-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da19ba8636cf96f93a6b67aaf206de916b18af66578aa35c96a9e408281b60ab +size 83052 diff --git a/MendeleyCXR/images/Darwin_00004895_NORMAL2-IM-0811-0001.png b/MendeleyCXR/images/Darwin_00004895_NORMAL2-IM-0811-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..83a1693d818ad8ac6dd6d6eaf96ed1a7d1f80961 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004895_NORMAL2-IM-0811-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35f8a14788a357fab641304026dd4f3a495fe9735825ddb342543f2002179bdf +size 74054 diff --git a/MendeleyCXR/images/Darwin_00004896_NORMAL2-IM-0812-0001.png b/MendeleyCXR/images/Darwin_00004896_NORMAL2-IM-0812-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..67d042162ff5b2be9a09b6d29bdbc36a356b6bdf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004896_NORMAL2-IM-0812-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f0901f08b22cdc9031ff09bfedbfa40cb00adf1b8e3c1218b67cda283848476 +size 77221 diff --git a/MendeleyCXR/images/Darwin_00004897_NORMAL2-IM-0814-0001.png b/MendeleyCXR/images/Darwin_00004897_NORMAL2-IM-0814-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1cffaa687fb06a9fbcc8397e29d52729feaf6406 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004897_NORMAL2-IM-0814-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99e46af89654c57c089394a8a03a4b93102ce0abe1f74249f38fbbe339bd96ec +size 77833 diff --git a/MendeleyCXR/images/Darwin_00004898_NORMAL2-IM-0815-0001.png b/MendeleyCXR/images/Darwin_00004898_NORMAL2-IM-0815-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a292bbebdf0223f1eb36065d9111161936bcbca5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004898_NORMAL2-IM-0815-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d519bceddf73b989126c92c28ce9a87a7a6fdb014ea64b7e7a407834ed31589 +size 69301 diff --git a/MendeleyCXR/images/Darwin_00004899_NORMAL2-IM-0816-0001.png b/MendeleyCXR/images/Darwin_00004899_NORMAL2-IM-0816-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..01a6fbdfb376c78c97ccde0372284736c12f40c0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004899_NORMAL2-IM-0816-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f430c1071e3a980579f4b825a25da4af08237cd7417cbc272bf1cf3815a0b7b7 +size 81074 diff --git a/MendeleyCXR/images/Darwin_00004900_NORMAL2-IM-0818-0001-0002.png b/MendeleyCXR/images/Darwin_00004900_NORMAL2-IM-0818-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..cfa1bfb0e10fe6097481c95d2f45732fdaada6a8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004900_NORMAL2-IM-0818-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6d64749ec62dd83f8f18641a575ee8a77e3e9154a1c0a0f51e5dce6e0c0f647 +size 81903 diff --git a/MendeleyCXR/images/Darwin_00004901_NORMAL2-IM-0818-0001.png b/MendeleyCXR/images/Darwin_00004901_NORMAL2-IM-0818-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0fb689b636232a6fc10e382b58bacd33527edb79 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004901_NORMAL2-IM-0818-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d00088ca86c08f71905af8d7cb6575defb60483153290604846178bd8c09f24 +size 77345 diff --git a/MendeleyCXR/images/Darwin_00004902_NORMAL2-IM-0819-0001.png b/MendeleyCXR/images/Darwin_00004902_NORMAL2-IM-0819-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..388f2a6ca9ef9108da0c73d9442ef39aa03d4ed2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004902_NORMAL2-IM-0819-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f399059a61ffe2b715bb6b4301e23a3a89731853ca22b319cab43896d024f2d8 +size 73813 diff --git a/MendeleyCXR/images/Darwin_00004903_NORMAL2-IM-0820-0001.png b/MendeleyCXR/images/Darwin_00004903_NORMAL2-IM-0820-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1033f3fae756ef15f7b09f4065b7c770f8f63174 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004903_NORMAL2-IM-0820-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92a86d8b7ed04047ed849303d42b9f1f43ca0663e879e251d21207bce1c4d6ba +size 73165 diff --git a/MendeleyCXR/images/Darwin_00004904_NORMAL2-IM-0821-0001.png b/MendeleyCXR/images/Darwin_00004904_NORMAL2-IM-0821-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..678f3af7d802773948535ce431157700160c3728 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004904_NORMAL2-IM-0821-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6ed3c53454dfb72d14aa67e66f92ae3fe2197b1496bb89724c79f3cc2384561 +size 83205 diff --git a/MendeleyCXR/images/Darwin_00004905_NORMAL2-IM-0822-0001.png b/MendeleyCXR/images/Darwin_00004905_NORMAL2-IM-0822-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..23d3ed41d8db702956061e54e951e1d7b8137eb1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004905_NORMAL2-IM-0822-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32e171eb9d0cc5976d5d9c4946b0a9651976692aa1fdb0149a5fcc9ee99a37b4 +size 72214 diff --git a/MendeleyCXR/images/Darwin_00004906_NORMAL2-IM-0824-0001.png b/MendeleyCXR/images/Darwin_00004906_NORMAL2-IM-0824-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..031a67c31db61e06828a046f9b32fe4ecb41f6cb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004906_NORMAL2-IM-0824-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e814a147996f401c2a9616c83ded096a7d1254eed89284f08cdf5ff7b644258 +size 75527 diff --git a/MendeleyCXR/images/Darwin_00004907_NORMAL2-IM-0825-0001.png b/MendeleyCXR/images/Darwin_00004907_NORMAL2-IM-0825-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..22b04eedddc7dea95fcf21378faf7ffdeeda8a23 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004907_NORMAL2-IM-0825-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cf245dc39d9defcf0bf8a734955ed7af454a9df116d39d78e842be1b84f92c8 +size 74939 diff --git a/MendeleyCXR/images/Darwin_00004908_NORMAL2-IM-0826-0001.png b/MendeleyCXR/images/Darwin_00004908_NORMAL2-IM-0826-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..97bb19ebd3f3d2129196608eb1fe2ae67e254902 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004908_NORMAL2-IM-0826-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efaac144ff6270f61c4286bf54b0072f8d008fcbacd6c94cc1abdbe18e5c9027 +size 70616 diff --git a/MendeleyCXR/images/Darwin_00004909_NORMAL2-IM-0827-0001.png b/MendeleyCXR/images/Darwin_00004909_NORMAL2-IM-0827-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fa5e31216add126d9916cc46205d4ba4f8151a0c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004909_NORMAL2-IM-0827-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29822e272fa80c7559eb84db0f1a6ddaa33da8ae40929eb2ee50d597e989ed9c +size 81992 diff --git a/MendeleyCXR/images/Darwin_00004910_NORMAL2-IM-0828-0001.png b/MendeleyCXR/images/Darwin_00004910_NORMAL2-IM-0828-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..333ca374388376d1f4f622492fdd6d36129b0f5a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004910_NORMAL2-IM-0828-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d75aa1c284cd91a317f563cc0b399605302d065c68ba4d0a7a9ebd40f3b16077 +size 81033 diff --git a/MendeleyCXR/images/Darwin_00004911_NORMAL2-IM-0829-0001.png b/MendeleyCXR/images/Darwin_00004911_NORMAL2-IM-0829-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0d933007cc837b9392922be29c65dc6eaf65902f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004911_NORMAL2-IM-0829-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddf47a9c3608971b9dbaa976e81de20c56115e2c58046eb3310472242b59d3ab +size 77225 diff --git a/MendeleyCXR/images/Darwin_00004912_NORMAL2-IM-0830-0001.png b/MendeleyCXR/images/Darwin_00004912_NORMAL2-IM-0830-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..360edb2d288b8eaf37abd4cd7f0db97a3560d490 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004912_NORMAL2-IM-0830-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50d6cb48b45ec383048b96cb37867a5775fa251c55b0046aca2de2bc4ca587fd +size 81090 diff --git a/MendeleyCXR/images/Darwin_00004913_NORMAL2-IM-0831-0001.png b/MendeleyCXR/images/Darwin_00004913_NORMAL2-IM-0831-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..defed511c04174a070d44e61ee55a52f2519c616 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004913_NORMAL2-IM-0831-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01259c7b51763b613cc1bb7e6c8cc5ccc1ae0499d2bd551393851bc7fc86151a +size 73908 diff --git a/MendeleyCXR/images/Darwin_00004914_NORMAL2-IM-0832-0001-0001.png b/MendeleyCXR/images/Darwin_00004914_NORMAL2-IM-0832-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..061060442313cbc206cc7496cfaa83ac713a5ffe --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004914_NORMAL2-IM-0832-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adeba105faaaff913a0aa0f4f758a70f99bf676e6e50c47d883ead1acb2b04c7 +size 75438 diff --git a/MendeleyCXR/images/Darwin_00004915_NORMAL2-IM-0832-0001-0002.png b/MendeleyCXR/images/Darwin_00004915_NORMAL2-IM-0832-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..c0051c3c45276985d001f7e49a471f13709f0804 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004915_NORMAL2-IM-0832-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22bdfa295b4491b15a153ba59ddc28f74437cd01583c4d9060d27ba131f33760 +size 79392 diff --git a/MendeleyCXR/images/Darwin_00004916_NORMAL2-IM-0832-0001.png b/MendeleyCXR/images/Darwin_00004916_NORMAL2-IM-0832-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..052f9896cd34945939ff703f5c3a75c8947f63da --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004916_NORMAL2-IM-0832-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f29121597c3804babb2991a09d5888565efba8534c5a7f5d57928aeddbc8f17 +size 82467 diff --git a/MendeleyCXR/images/Darwin_00004917_NORMAL2-IM-0833-0001.png b/MendeleyCXR/images/Darwin_00004917_NORMAL2-IM-0833-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7455385aa6dfd732c6515ebaded2967e39877c8e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004917_NORMAL2-IM-0833-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96e4c03eb217fe2c744e2b5a4bc66bb6f20f5965c443de16898eb15816be22e0 +size 76749 diff --git a/MendeleyCXR/images/Darwin_00004918_NORMAL2-IM-0834-0001.png b/MendeleyCXR/images/Darwin_00004918_NORMAL2-IM-0834-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..aa2f30e467c6014a933493d43656317791638cbe --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004918_NORMAL2-IM-0834-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b978d415aa3a1b2f95d6c72e1de2d12a8103dcb17f21053ffe13386389f758d7 +size 79452 diff --git a/MendeleyCXR/images/Darwin_00004919_NORMAL2-IM-0836-0001.png b/MendeleyCXR/images/Darwin_00004919_NORMAL2-IM-0836-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2e1e54fa0dc2b44f89e072b65a0f9a24d08a08d3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004919_NORMAL2-IM-0836-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9ed82682fb9e68e21455e626313fe1dc5eae137211f8be45f1dc6255e0ac460 +size 76557 diff --git a/MendeleyCXR/images/Darwin_00004920_NORMAL2-IM-0837-0001.png b/MendeleyCXR/images/Darwin_00004920_NORMAL2-IM-0837-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..160d9e3917ecc3d8bf28c34ca58c7b8018a24056 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004920_NORMAL2-IM-0837-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e5579fa8d736087289dadd08679fc424e489787a985f81faf0f99451ec7db9f +size 74389 diff --git a/MendeleyCXR/images/Darwin_00004921_NORMAL2-IM-0838-0001.png b/MendeleyCXR/images/Darwin_00004921_NORMAL2-IM-0838-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a7069efb0275f508eb8af7dcbef4f5c66d60cf69 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004921_NORMAL2-IM-0838-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b10bfbb2c4d4d8be886be6c259a232dc80e8053965eebb2d8303ef3d989a690b +size 83044 diff --git a/MendeleyCXR/images/Darwin_00004922_NORMAL2-IM-0694-0001.png b/MendeleyCXR/images/Darwin_00004922_NORMAL2-IM-0694-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4a6b21046e2d18dc11d67d9f9c8e43a866cb6137 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004922_NORMAL2-IM-0694-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:886bdd0efb5f7caa2d677c89e9ed6710417f8ffb78a9bffdc7e2c7af1f908544 +size 77113 diff --git a/MendeleyCXR/images/Darwin_00004923_NORMAL2-IM-0695-0001.png b/MendeleyCXR/images/Darwin_00004923_NORMAL2-IM-0695-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d4a2fdf1a4d72e2b9a643ce269d12064e8a46f72 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004923_NORMAL2-IM-0695-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23a73d9f1d410285a464b2341ca236e774e4981b1d35728a6689c1d2044db53b +size 77001 diff --git a/MendeleyCXR/images/Darwin_00004924_NORMAL2-IM-0696-0001.png b/MendeleyCXR/images/Darwin_00004924_NORMAL2-IM-0696-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fa7eac0a99937e2569e01655bf2f9ead2c7a935e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004924_NORMAL2-IM-0696-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7808825557cfdbc96f68c213446024216748439cdae9f047b4ceed5a5ee933d6 +size 73532 diff --git a/MendeleyCXR/images/Darwin_00004925_NORMAL2-IM-0698-0001.png b/MendeleyCXR/images/Darwin_00004925_NORMAL2-IM-0698-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c913fa03cd94b4f890c175f7eeb15423dc348ec1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004925_NORMAL2-IM-0698-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0788416ebea441109dd7f9c277a036e948dda241c8a4c3b59394034eb4f2cf6 +size 77979 diff --git a/MendeleyCXR/images/Darwin_00004926_NORMAL2-IM-0699-0001.png b/MendeleyCXR/images/Darwin_00004926_NORMAL2-IM-0699-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a2ae005312f56f5da6349f2bb9de7f3a698c3a20 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004926_NORMAL2-IM-0699-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23a858ea96c83c2d6c5408ad64beeb37c7162b8d5b3f3ef4aa75d76b989467ec +size 77997 diff --git a/MendeleyCXR/images/Darwin_00004927_NORMAL2-IM-0700-0001.png b/MendeleyCXR/images/Darwin_00004927_NORMAL2-IM-0700-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..19a996acf5140e9b888e018db02864ffefac84a1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004927_NORMAL2-IM-0700-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af83446e95538266c0c261a2b72385e38a7fa60b91f224adb178b77ecf6915c9 +size 76095 diff --git a/MendeleyCXR/images/Darwin_00004928_NORMAL2-IM-0702-0001.png b/MendeleyCXR/images/Darwin_00004928_NORMAL2-IM-0702-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2913e0036082c8877994fd8a94f37ef9ed7a7c24 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004928_NORMAL2-IM-0702-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bb8bce903374788bfb283d76b1f15b9e0251bac7319c59a6945dd8b15af1e9f +size 75842 diff --git a/MendeleyCXR/images/Darwin_00004929_NORMAL2-IM-0705-0001.png b/MendeleyCXR/images/Darwin_00004929_NORMAL2-IM-0705-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..aa6c05c12642832a9bf5bf7a58140271d2a7b1de --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004929_NORMAL2-IM-0705-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dff8776fac07e477b6752b4cd5c83de063a74cccfcaf9d59138ff6293fdf818f +size 79832 diff --git a/MendeleyCXR/images/Darwin_00004930_NORMAL2-IM-0707-0001.png b/MendeleyCXR/images/Darwin_00004930_NORMAL2-IM-0707-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..84e7f8181be7c7463b7a46d5080f58e1ff9cec6f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004930_NORMAL2-IM-0707-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1686477387c357ecf972fb2588759b42aed3d418278108fee38566ee7f6899a7 +size 67525 diff --git a/MendeleyCXR/images/Darwin_00004931_NORMAL2-IM-0718-0001.png b/MendeleyCXR/images/Darwin_00004931_NORMAL2-IM-0718-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..795935e8ee21dbca32b1f07bbba30eac651d31c9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004931_NORMAL2-IM-0718-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cab7c627eb98d1f29e9d34f144d77a7c724c83ae036637a802ef127bafa2583 +size 77243 diff --git a/MendeleyCXR/images/Darwin_00004932_NORMAL2-IM-0719-0001.png b/MendeleyCXR/images/Darwin_00004932_NORMAL2-IM-0719-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..835adfc87fe2acffd762f5f383de0b4424c633cd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004932_NORMAL2-IM-0719-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcc40c8b9929b6c1c82f755ba35ab30e5cad619f3f0c55c074a1d1825983c2a2 +size 70048 diff --git a/MendeleyCXR/images/Darwin_00004933_NORMAL2-IM-0723-0001.png b/MendeleyCXR/images/Darwin_00004933_NORMAL2-IM-0723-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..88fb808b6a8ce63b5428536e35dc1ce05aea8d67 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004933_NORMAL2-IM-0723-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8035cfdaae2797958ca4b31595796c1ab2e3f6a077f9748e0670f299998a17f4 +size 77677 diff --git a/MendeleyCXR/images/Darwin_00004934_NORMAL2-IM-0725-0001.png b/MendeleyCXR/images/Darwin_00004934_NORMAL2-IM-0725-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fdcf5efa2ca1490b359fad10475b5498d874907b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004934_NORMAL2-IM-0725-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a32e342d7462287f816c5450d3af608d541e6b1124843239dc0b01e44c04b3c +size 69996 diff --git a/MendeleyCXR/images/Darwin_00004935_NORMAL2-IM-0727-0001.png b/MendeleyCXR/images/Darwin_00004935_NORMAL2-IM-0727-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0a7d7a3a969f1fa90278800afd33bc0ae89ac9ef --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004935_NORMAL2-IM-0727-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de3c696560156783ac03f759c8e3b53c2437757567eda5ce0e5b579b4eb541b9 +size 73936 diff --git a/MendeleyCXR/images/Darwin_00004936_NORMAL2-IM-0730-0001.png b/MendeleyCXR/images/Darwin_00004936_NORMAL2-IM-0730-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f204e17f2165cd0605b81f328bc0eaefcea40d27 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004936_NORMAL2-IM-0730-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:509a76a22e77f0633c119cd5b9b06035d3f9f6b2e308d76672a4fcec3fff4881 +size 70569 diff --git a/MendeleyCXR/images/Darwin_00004937_NORMAL2-IM-0736-0001.png b/MendeleyCXR/images/Darwin_00004937_NORMAL2-IM-0736-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8e2f14265a8ad00cb21cf933c044eb72f552e58d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004937_NORMAL2-IM-0736-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22b2fa308411e9cb43df88e5ac6a7341ba7627c6d9a83c4fb64a5dc0b2dd8add +size 73552 diff --git a/MendeleyCXR/images/Darwin_00004938_NORMAL2-IM-0741-0001.png b/MendeleyCXR/images/Darwin_00004938_NORMAL2-IM-0741-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f7bbdb8650320959b2fb7d6470d626e9ca25ac3c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004938_NORMAL2-IM-0741-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be8b655b656deb27b996c62c75b841577920c4f14d635d9ea1b6cf4e59134e6d +size 73948 diff --git a/MendeleyCXR/images/Darwin_00004939_NORMAL2-IM-0744-0001.png b/MendeleyCXR/images/Darwin_00004939_NORMAL2-IM-0744-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..31a5749a782fdd86f50fac049a34427319ef0046 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004939_NORMAL2-IM-0744-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1de6d1fc055e168fc81aa42dbc6b3ae63dc76106f9d89740b4c4da29419e4ae +size 76667 diff --git a/MendeleyCXR/images/Darwin_00004940_NORMAL2-IM-0746-0001.png b/MendeleyCXR/images/Darwin_00004940_NORMAL2-IM-0746-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..93a1d544a4de6adfb4c0d33836dbee9add4a11e9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004940_NORMAL2-IM-0746-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a04c02965087ef85f05ce84a426a3f4263b56886d6e9f6d3c201c8812ab85168 +size 69229 diff --git a/MendeleyCXR/images/Darwin_00004941_NORMAL2-IM-0749-0001.png b/MendeleyCXR/images/Darwin_00004941_NORMAL2-IM-0749-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..00ca3ab6e48f1c923e6793a50e6e1b5caabf3b84 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004941_NORMAL2-IM-0749-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7dfa65c6c5b043af0b465140ce129f4db953aa6739bf46409667da782aeaa04 +size 73012 diff --git a/MendeleyCXR/images/Darwin_00004942_NORMAL2-IM-0753-0001.png b/MendeleyCXR/images/Darwin_00004942_NORMAL2-IM-0753-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3d996440d2b46bbcdc688bf25d4d56e45c8c53f7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004942_NORMAL2-IM-0753-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa345c9bc9ba91dd73910cc2f05cd8b71259e7e69bec7a6b0b30d53e601a5d5b +size 74350 diff --git a/MendeleyCXR/images/Darwin_00004943_NORMAL2-IM-0757-0001.png b/MendeleyCXR/images/Darwin_00004943_NORMAL2-IM-0757-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..99cf2b8c1fc14db17a9f2f7d38f3abe032872b61 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004943_NORMAL2-IM-0757-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1802e62d62932a887a0e477439ec8f58b77dc3ea57d36a4a95f8a24186981144 +size 70095 diff --git a/MendeleyCXR/images/Darwin_00004944_NORMAL2-IM-0765-0001.png b/MendeleyCXR/images/Darwin_00004944_NORMAL2-IM-0765-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0e71b6c8a522e6ea4ca2696b0f50338cf50240ea --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004944_NORMAL2-IM-0765-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c41e0b336b8e24ec407d522a9d3ad01bc7349cc84b5599dd5c358960eeaa33f +size 77677 diff --git a/MendeleyCXR/images/Darwin_00004945_NORMAL2-IM-0771-0001.png b/MendeleyCXR/images/Darwin_00004945_NORMAL2-IM-0771-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1c0cf81d88ed7aedab5f8f8c6d1b0903043578a6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004945_NORMAL2-IM-0771-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22b07a3f77d52c1a03341a5c3d6220a10b6cdf92d7f8da10e56a0a66082ba329 +size 74209 diff --git a/MendeleyCXR/images/Darwin_00004946_NORMAL2-IM-0772-0001.png b/MendeleyCXR/images/Darwin_00004946_NORMAL2-IM-0772-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ff33e67f4bd823b90f9ff1170041518b9ed07f1d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004946_NORMAL2-IM-0772-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ebfba8e649f79fd7e6819d82789062a3d0822130fcfee221df76592f4b63cdf +size 79293 diff --git a/MendeleyCXR/images/Darwin_00004947_NORMAL2-IM-0774-0001.png b/MendeleyCXR/images/Darwin_00004947_NORMAL2-IM-0774-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8a50396f69deed3439fc31fdb596856bed531844 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004947_NORMAL2-IM-0774-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9df716e939e6c34ef23a59fb112a7934ce2685fe40201be5afc3345e6f4ea9c0 +size 81761 diff --git a/MendeleyCXR/images/Darwin_00004948_NORMAL2-IM-0775-0001.png b/MendeleyCXR/images/Darwin_00004948_NORMAL2-IM-0775-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..784b6cb8644d08bf0e8605cf859b124cf4baec6b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004948_NORMAL2-IM-0775-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b21c294b80765e55e119317ddadaf72f764b7c541e8b5d30249f851b053833b +size 78563 diff --git a/MendeleyCXR/images/Darwin_00004949_NORMAL2-IM-0776-0001.png b/MendeleyCXR/images/Darwin_00004949_NORMAL2-IM-0776-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f359502cd7b48772d48cc8a7699daa2dbd146e02 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004949_NORMAL2-IM-0776-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bef6ecdc59260cf38f3c178ec071dcfe301693928590191f6cfbcd9d7e5b9c2 +size 81706 diff --git a/MendeleyCXR/images/Darwin_00004950_NORMAL2-IM-0777-0001.png b/MendeleyCXR/images/Darwin_00004950_NORMAL2-IM-0777-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7f7319cef22a24a87bdc5f5093c34b7180cf3661 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004950_NORMAL2-IM-0777-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39bc6a6b40a979394e98b1cb3a8ecc9ea0226c84af35075ff1feb029819fd88d +size 77035 diff --git a/MendeleyCXR/images/Darwin_00004951_NORMAL2-IM-0780-0001.png b/MendeleyCXR/images/Darwin_00004951_NORMAL2-IM-0780-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..89b379489288b8b103cfb7ea83cc687a8237051c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004951_NORMAL2-IM-0780-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:878d7e7c0f167f4e0e25eee9f558488068865d60f3c114339268f2147e36e130 +size 79771 diff --git a/MendeleyCXR/images/Darwin_00004952_NORMAL2-IM-0781-0001.png b/MendeleyCXR/images/Darwin_00004952_NORMAL2-IM-0781-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..638987fe8a5ef3d8f7b45a17219e60a44fef0aa1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004952_NORMAL2-IM-0781-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37081605775734a952573b867e1ec34df023da520bcfd77160f8363580a9b27e +size 74947 diff --git a/MendeleyCXR/images/Darwin_00004953_NORMAL2-IM-0790-0001.png b/MendeleyCXR/images/Darwin_00004953_NORMAL2-IM-0790-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4d4b93ead13c2e1bad9c3115ac36fed1b71cb186 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004953_NORMAL2-IM-0790-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83822fa184f8c243735f904483729eea953421143811a7f5fc6a93a0a76a527a +size 73327 diff --git a/MendeleyCXR/images/Darwin_00004954_NORMAL2-IM-0793-0001.png b/MendeleyCXR/images/Darwin_00004954_NORMAL2-IM-0793-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..095ec1fa07a3cf177443b37d57687b2f8ef7adfc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004954_NORMAL2-IM-0793-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dda85c52b65731d9211329de23f93f06240d3adf080217564cbdc157ef8bf6a +size 62529 diff --git a/MendeleyCXR/images/Darwin_00004955_NORMAL2-IM-0796-0001.png b/MendeleyCXR/images/Darwin_00004955_NORMAL2-IM-0796-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d91e2256fe6b6106917498038cb66f14235bff45 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004955_NORMAL2-IM-0796-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f931300fba83d184ebb0a336ddb33a833ccfca85a151891c2749b5da14eee93 +size 76592 diff --git a/MendeleyCXR/images/Darwin_00004956_NORMAL2-IM-0797-0001.png b/MendeleyCXR/images/Darwin_00004956_NORMAL2-IM-0797-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..802178eb365abc96cba1abfcebc09a0e44d1252b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004956_NORMAL2-IM-0797-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:864446aa4fb89882c478f09b3e978049a03eb1f6ed7537013cdd6f3d80204638 +size 77946 diff --git a/MendeleyCXR/images/Darwin_00004957_NORMAL2-IM-0798-0001.png b/MendeleyCXR/images/Darwin_00004957_NORMAL2-IM-0798-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d86cd6f5450fe4d68496117f451926640ec1300a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004957_NORMAL2-IM-0798-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10a89cec9ab6784fbe9bace2704f24fdf7ac4e419e1a0c7fcfac2938af6d9237 +size 76781 diff --git a/MendeleyCXR/images/Darwin_00004958_NORMAL2-IM-0799-0001.png b/MendeleyCXR/images/Darwin_00004958_NORMAL2-IM-0799-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..54b4ae91a9dde36c6aa74499d225cd88c8b62553 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004958_NORMAL2-IM-0799-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff5b4fd715a7da22517769e484d4029a3b9ef8524c39d1898bab2a3d4853464b +size 77485 diff --git a/MendeleyCXR/images/Darwin_00004959_NORMAL2-IM-0803-0001.png b/MendeleyCXR/images/Darwin_00004959_NORMAL2-IM-0803-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..eaa518b54882a83faebae449f969aaf01fff1c7e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004959_NORMAL2-IM-0803-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ce70a8eafacfda37359e0ab2fbabcb455e27464c482023c12be2fa74348f7bd +size 70022 diff --git a/MendeleyCXR/images/Darwin_00004960_NORMAL2-IM-0804-0001.png b/MendeleyCXR/images/Darwin_00004960_NORMAL2-IM-0804-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..bed6efbc53d672b80fc2e271f44b4f454a69b3f5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004960_NORMAL2-IM-0804-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:862fa262407154462f5e11bf7a8ad1ba3355a3e53fa241e5b67ae042260076c8 +size 73361 diff --git a/MendeleyCXR/images/Darwin_00004961_NORMAL2-IM-0651-0004.png b/MendeleyCXR/images/Darwin_00004961_NORMAL2-IM-0651-0004.png new file mode 100644 index 0000000000000000000000000000000000000000..d4536d44d11853644f1db1036ea77a1d4648501f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004961_NORMAL2-IM-0651-0004.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aab105b7f4e95995032c48aa9a3399ed7f968fe0b096e817b149833fa67f7eb +size 76501 diff --git a/MendeleyCXR/images/Darwin_00004962_NORMAL2-IM-0652-0001.png b/MendeleyCXR/images/Darwin_00004962_NORMAL2-IM-0652-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..41b7fa191a2d63648a3ba45e03ea8b53943fc453 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004962_NORMAL2-IM-0652-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1029197954e1a480bb59d08b15f5dd4dc06083084124554f7659152a9ae1eed0 +size 73844 diff --git a/MendeleyCXR/images/Darwin_00004963_NORMAL2-IM-0653-0001.png b/MendeleyCXR/images/Darwin_00004963_NORMAL2-IM-0653-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ab58acd5a410cb09756c74a3c359c26750fe30cd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004963_NORMAL2-IM-0653-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74ec1aeff3580e367c79ddfd80b5185488d285a240453e2f0d05799307ec7ec7 +size 76531 diff --git a/MendeleyCXR/images/Darwin_00004964_NORMAL2-IM-0654-0001.png b/MendeleyCXR/images/Darwin_00004964_NORMAL2-IM-0654-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f2b80733f0ce3d217ad0e2171c8f57984f8c8505 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004964_NORMAL2-IM-0654-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a048fe20d5301e52e1cc1c0a1c389ab0e5832d06e5732c6df052a0a78479f055 +size 78471 diff --git a/MendeleyCXR/images/Darwin_00004965_NORMAL2-IM-0655-0001.png b/MendeleyCXR/images/Darwin_00004965_NORMAL2-IM-0655-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7c730686f50f0199e4a7267088b115e9e28991e9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004965_NORMAL2-IM-0655-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b86511e089c8ec0801ca0f8ff20edf453f08eb0603021ca1cced8b7ffd37bb8 +size 80463 diff --git a/MendeleyCXR/images/Darwin_00004966_NORMAL2-IM-0657-0001.png b/MendeleyCXR/images/Darwin_00004966_NORMAL2-IM-0657-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d2c114c2c219ef19296689552c2fd341749e9739 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004966_NORMAL2-IM-0657-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:480dee81399bfd92a6fc7722ae50bdff47f9416260604df781b27d8670d511c8 +size 78708 diff --git a/MendeleyCXR/images/Darwin_00004967_NORMAL2-IM-0659-0001.png b/MendeleyCXR/images/Darwin_00004967_NORMAL2-IM-0659-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..08223795d167bb7a0e3d8a7e3cedffeb86d47f0e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004967_NORMAL2-IM-0659-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77d48fff77e2d9849ca4eb55e88acefbff3d0ada1aac00953efb41b7d5b59675 +size 79021 diff --git a/MendeleyCXR/images/Darwin_00004968_NORMAL2-IM-0660-0001.png b/MendeleyCXR/images/Darwin_00004968_NORMAL2-IM-0660-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..dcea072b994a9cd9ede4c9ade74546da5124c3eb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004968_NORMAL2-IM-0660-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca9d41e74acbef11b9bdddf18997cae97bd2b363b608d3f661e1ddebb4677cd4 +size 78325 diff --git a/MendeleyCXR/images/Darwin_00004969_NORMAL2-IM-0661-0001.png b/MendeleyCXR/images/Darwin_00004969_NORMAL2-IM-0661-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..24631298de6326c0f371692dca9f5bb96f157857 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004969_NORMAL2-IM-0661-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d1a0e9094e028a7e95fc074c0a976fd2ac1203407408e93f269b09e7372d5aa +size 75864 diff --git a/MendeleyCXR/images/Darwin_00004970_NORMAL2-IM-0662-0001.png b/MendeleyCXR/images/Darwin_00004970_NORMAL2-IM-0662-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2284378a8870f8d261e12f06a0d8549c46047597 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004970_NORMAL2-IM-0662-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afdaa1677413273b3b1ea6b5ba0b8af5d939fe5b39b024f32275f03997a561de +size 77133 diff --git a/MendeleyCXR/images/Darwin_00004971_NORMAL2-IM-0663-0001.png b/MendeleyCXR/images/Darwin_00004971_NORMAL2-IM-0663-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8b8dd91e8dee8f1b5dd8553c20f8cf844b22cf9a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004971_NORMAL2-IM-0663-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7eaf167bb1a8c3be2d3cf986df6254082458f1a0553e94e59e42b92fec2dffa +size 76734 diff --git a/MendeleyCXR/images/Darwin_00004972_NORMAL2-IM-0664-0001.png b/MendeleyCXR/images/Darwin_00004972_NORMAL2-IM-0664-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b2f99e5cebbe0bcde6db57c25bc5a201453c343f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004972_NORMAL2-IM-0664-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:871e28944ccd7a9561d9e8dc61628542f4e66eab62547b214e8741f4ac8ef8d1 +size 85896 diff --git a/MendeleyCXR/images/Darwin_00004973_NORMAL2-IM-0665-0001.png b/MendeleyCXR/images/Darwin_00004973_NORMAL2-IM-0665-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..caabc1f864387151dd66a2d6cea907907e67ef41 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004973_NORMAL2-IM-0665-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3412c20994ef4d080e6745457b9a34e9a8f39ddb1c43378c9540b7b791a5b699 +size 74578 diff --git a/MendeleyCXR/images/Darwin_00004974_NORMAL2-IM-0666-0001.png b/MendeleyCXR/images/Darwin_00004974_NORMAL2-IM-0666-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..53ec1752305a4cf31fc4a108b10aa610b999b91e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004974_NORMAL2-IM-0666-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acf41d825e3adc874955d4f4e242eff9425fabf5e96bea1582d1496be3ebc61a +size 80244 diff --git a/MendeleyCXR/images/Darwin_00004975_NORMAL2-IM-0667-0001.png b/MendeleyCXR/images/Darwin_00004975_NORMAL2-IM-0667-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..59b1e9ce3e111b4643f379e8be96fda1c54f80d7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004975_NORMAL2-IM-0667-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abde0669eee5a21d72e9be2121475147d7404182f75c6dd23464bd9083e165d2 +size 72771 diff --git a/MendeleyCXR/images/Darwin_00004976_NORMAL2-IM-0668-0001.png b/MendeleyCXR/images/Darwin_00004976_NORMAL2-IM-0668-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..15b0a9d2acc80d08d323b7ebaf0330a0b2439983 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004976_NORMAL2-IM-0668-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f93410b95e9a67e1ff312225efd0aafaa018b94a6dff5b8313e13a9663f36b4 +size 78049 diff --git a/MendeleyCXR/images/Darwin_00004977_NORMAL2-IM-0669-0001.png b/MendeleyCXR/images/Darwin_00004977_NORMAL2-IM-0669-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b26cb26eec00e606201dd76edebbe97c7526cfa8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004977_NORMAL2-IM-0669-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0bbcb3ae3ace1db1ec01cf5fd9abf6a9bb8f361dba5064ff7a09f5dbc0c1137 +size 81126 diff --git a/MendeleyCXR/images/Darwin_00004978_NORMAL2-IM-0671-0001.png b/MendeleyCXR/images/Darwin_00004978_NORMAL2-IM-0671-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b2ce6b848c18cc70bb865e4ff4fa7424ae470282 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004978_NORMAL2-IM-0671-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b17e34764262e81c9ed441306434b10e573d859518a9275509306a92f2d65871 +size 69767 diff --git a/MendeleyCXR/images/Darwin_00004979_NORMAL2-IM-0672-0001.png b/MendeleyCXR/images/Darwin_00004979_NORMAL2-IM-0672-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..dddd818f9d90648a119ebc39554b263173c1cf9d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004979_NORMAL2-IM-0672-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5988464982b27852d8080f821c0b83dbf9ef4c5768226d1a954281d82a0db15 +size 79953 diff --git a/MendeleyCXR/images/Darwin_00004980_NORMAL2-IM-0673-0001.png b/MendeleyCXR/images/Darwin_00004980_NORMAL2-IM-0673-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0c3fe92d8e936639c890d54da069ff33b3ad0710 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004980_NORMAL2-IM-0673-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e708e324d8133c4719731b23ce4c4bcf494a417c3d6274c0a4b35be15d4a1940 +size 75928 diff --git a/MendeleyCXR/images/Darwin_00004981_NORMAL2-IM-0675-0001.png b/MendeleyCXR/images/Darwin_00004981_NORMAL2-IM-0675-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1c55bc248bc73b8a232bad99764083aee30aca9e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004981_NORMAL2-IM-0675-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9124814d160e20938dd2d48436e5bcdf8ebf4e08f6e27d940aa711143bd20ea +size 74048 diff --git a/MendeleyCXR/images/Darwin_00004982_NORMAL2-IM-0678-0001.png b/MendeleyCXR/images/Darwin_00004982_NORMAL2-IM-0678-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d0649743cac95d1b8fb4f6975862c93054223398 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004982_NORMAL2-IM-0678-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:318c6a1f30e0fe978b20d59f27656261cb408d2bfe28cbdea7d8d72ee03a0d18 +size 71353 diff --git a/MendeleyCXR/images/Darwin_00004983_NORMAL2-IM-0680-0001.png b/MendeleyCXR/images/Darwin_00004983_NORMAL2-IM-0680-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2d35f36bd877de6acbb25ceddd49fcf201a3a7fa --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004983_NORMAL2-IM-0680-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28d97421c86fe59e83facd36e2a06502722dc783fd027392792f6dfc240275f6 +size 69496 diff --git a/MendeleyCXR/images/Darwin_00004984_NORMAL2-IM-0682-0001.png b/MendeleyCXR/images/Darwin_00004984_NORMAL2-IM-0682-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..be4675cae4ad78bf1e888e88452580ae03000f44 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004984_NORMAL2-IM-0682-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be16300512f250b4f9fbf67a0271dee3c68844cfee9ff7e7c7b7255fbb1b4a4b +size 79338 diff --git a/MendeleyCXR/images/Darwin_00004985_NORMAL2-IM-0683-0001.png b/MendeleyCXR/images/Darwin_00004985_NORMAL2-IM-0683-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7f6bfe853a571429823e28a8cb84ae551bd88a73 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004985_NORMAL2-IM-0683-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1f70bab66fe427dd65ae0e409860fe25d4f408aa07701a2b95399e910829eaf +size 73974 diff --git a/MendeleyCXR/images/Darwin_00004986_NORMAL2-IM-0684-0001-0001.png b/MendeleyCXR/images/Darwin_00004986_NORMAL2-IM-0684-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..761c8eaf50c82c5f89f6d8ebf3c97c5aeea8e6d3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004986_NORMAL2-IM-0684-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d82fde541be8f22cef610d90971061ce1fe95a15475fcaa5cc9e2c7c55cdfc1 +size 79097 diff --git a/MendeleyCXR/images/Darwin_00004987_NORMAL2-IM-0686-0001.png b/MendeleyCXR/images/Darwin_00004987_NORMAL2-IM-0686-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..57999dc593202d0ee3c26489dd2df8f20d4a477f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004987_NORMAL2-IM-0686-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2281635a3f7f0bc60dcb2c4bbe91e944771f7fb85f6c904a240dae61253bd2e +size 77891 diff --git a/MendeleyCXR/images/Darwin_00004988_NORMAL2-IM-0687-0001.png b/MendeleyCXR/images/Darwin_00004988_NORMAL2-IM-0687-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..bdfe4f3d224064be75b4a99f2ea60989ea5455c5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004988_NORMAL2-IM-0687-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a32ac35d5bd5517c695521cc98dbb43092fda57a29686cbb4c8deff7c9c2ca78 +size 78282 diff --git a/MendeleyCXR/images/Darwin_00004989_NORMAL2-IM-0689-0001.png b/MendeleyCXR/images/Darwin_00004989_NORMAL2-IM-0689-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9d84497d8903c226d245b70be35efbccbf494a8c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004989_NORMAL2-IM-0689-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aff86b2c321d7de5a2654679d153713e5e818deaaa80e1299b5e287ffd810ee +size 83209 diff --git a/MendeleyCXR/images/Darwin_00004990_NORMAL2-IM-0690-0001.png b/MendeleyCXR/images/Darwin_00004990_NORMAL2-IM-0690-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d3d8e93822ad96cb1f2dcc673fb4e77aff22bfaa --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004990_NORMAL2-IM-0690-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1583cf73737eb2912f971b61297d4db5d7f46796b4a25167d0176efe09d1ae4 +size 73748 diff --git a/MendeleyCXR/images/Darwin_00004991_NORMAL2-IM-0692-0001.png b/MendeleyCXR/images/Darwin_00004991_NORMAL2-IM-0692-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..49bb8c047bc9e06ace10fa3d8a14e962959685cf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004991_NORMAL2-IM-0692-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac5da784da89df0c85c68df40057bed30b66304592d68ff42eea365725b6f144 +size 75850 diff --git a/MendeleyCXR/images/Darwin_00004992_NORMAL2-IM-0693-0001.png b/MendeleyCXR/images/Darwin_00004992_NORMAL2-IM-0693-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f25d5f9c488f803a1c7388db0c29a1a1b34b089e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004992_NORMAL2-IM-0693-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcda3540a2dccacea2d7a0a1092130a98fbc73edf64514f6fda54bc4c8547f2a +size 78829 diff --git a/MendeleyCXR/images/Darwin_00004993_NORMAL2-IM-0604-0001.png b/MendeleyCXR/images/Darwin_00004993_NORMAL2-IM-0604-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c2b7967399f1d18be19a87d56fb92daa03a139b7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004993_NORMAL2-IM-0604-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40d6f562ab800ff8ed3f0906b1ece4d88b1cc86fafbd796f79037039f37c8a3e +size 79383 diff --git a/MendeleyCXR/images/Darwin_00004994_NORMAL2-IM-0609-0001.png b/MendeleyCXR/images/Darwin_00004994_NORMAL2-IM-0609-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c9c8bb315876da5cc6b928a1aabae2daf9e8c915 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004994_NORMAL2-IM-0609-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:443644af1022668f4b4b4f08940e8ada12ab94bf028a76ee7fd0955390ed4cff +size 76801 diff --git a/MendeleyCXR/images/Darwin_00004995_NORMAL2-IM-0611-0001.png b/MendeleyCXR/images/Darwin_00004995_NORMAL2-IM-0611-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..224a8fbb19117146b69f435c78252a88def3f3f5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004995_NORMAL2-IM-0611-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0133b313d1809e106f257e79932e7b23488e84f821af02bf5cc9b1bdf6fe9f9f +size 75821 diff --git a/MendeleyCXR/images/Darwin_00004996_NORMAL2-IM-0616-0001.png b/MendeleyCXR/images/Darwin_00004996_NORMAL2-IM-0616-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b07199790f32b78ea3005176b76df781c05f1e23 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004996_NORMAL2-IM-0616-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:864fd8fd3c607e64c8073bfa7842e3e6e69e1891ae7716b077b3374bbbb61930 +size 80170 diff --git a/MendeleyCXR/images/Darwin_00004997_NORMAL2-IM-0617-0001.png b/MendeleyCXR/images/Darwin_00004997_NORMAL2-IM-0617-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a6af72579d08729e500e01be2c4b1cd07eb1da8e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004997_NORMAL2-IM-0617-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:761dc326c4461e8f17b0d0648c7bd05c4fbb1dae2928cfdecbdd5014b05e3187 +size 82247 diff --git a/MendeleyCXR/images/Darwin_00004998_NORMAL2-IM-0618-0001.png b/MendeleyCXR/images/Darwin_00004998_NORMAL2-IM-0618-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..96b1155dab77ad9c9eabe9d8eb917b10a0ea788e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004998_NORMAL2-IM-0618-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fe7713db925800262c2c782a7e578521385289254661fe5d54ee8c9d57a3be9 +size 72272 diff --git a/MendeleyCXR/images/Darwin_00004999_NORMAL2-IM-0619-0001.png b/MendeleyCXR/images/Darwin_00004999_NORMAL2-IM-0619-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4d194b2fcb88c0fa8bbc0c1ee8ec4a4e8c177fbb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00004999_NORMAL2-IM-0619-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2de54b224e4f4cf7f184657d252695b727608bac4fc0cc27ac8ea21603806b0c +size 75563 diff --git a/MendeleyCXR/images/Darwin_00005000_NORMAL2-IM-0620-0001.png b/MendeleyCXR/images/Darwin_00005000_NORMAL2-IM-0620-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e2942e1725584f105ab385282f5ce68f9ede7471 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005000_NORMAL2-IM-0620-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90182dfdf24363d131e948006d8d0b20fdd2b69e319b636433fc1f4e3c18b46f +size 77008 diff --git a/MendeleyCXR/images/Darwin_00005001_NORMAL2-IM-0621-0001.png b/MendeleyCXR/images/Darwin_00005001_NORMAL2-IM-0621-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1fc4360f39d3f8a235eed5d435b829ee0d41d505 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005001_NORMAL2-IM-0621-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5a5d579507234ec9141420b6798530279c5bbb671d35ea82c45478fa48407ba +size 81802 diff --git a/MendeleyCXR/images/Darwin_00005002_NORMAL2-IM-0622-0001.png b/MendeleyCXR/images/Darwin_00005002_NORMAL2-IM-0622-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ee88a39cc74801c020ebcfe9b7838f0c7addf03b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005002_NORMAL2-IM-0622-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4be7f4f7d4cae97662ad1f1a6643d85b879cfde78a1fde16c399c5ad71dc089f +size 74934 diff --git a/MendeleyCXR/images/Darwin_00005003_NORMAL2-IM-0623-0001.png b/MendeleyCXR/images/Darwin_00005003_NORMAL2-IM-0623-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..819834443b852a5da12c6d3e9ea14b0988fe88f9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005003_NORMAL2-IM-0623-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fcfa03d197ae5d795d733dd2652599a6fead4b5c227cf7b2b7a7ccc2e7bba9f +size 80492 diff --git a/MendeleyCXR/images/Darwin_00005004_NORMAL2-IM-0626-0001.png b/MendeleyCXR/images/Darwin_00005004_NORMAL2-IM-0626-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e1d98b14b06a02d959d2a0d67e429cc840ae6b72 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005004_NORMAL2-IM-0626-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:551ef679e636393e7f3db1eb2068ae7f51c85fd687fdbc14ba2b7dd027f0b44f +size 74424 diff --git a/MendeleyCXR/images/Darwin_00005005_NORMAL2-IM-0627-0001.png b/MendeleyCXR/images/Darwin_00005005_NORMAL2-IM-0627-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..63d5334c7e1a0ee624578fc0a19c3a6819287a55 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005005_NORMAL2-IM-0627-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44e2c987c2702d77e806991abc446e86596153d3480a92b982bfb737ea844eaf +size 78476 diff --git a/MendeleyCXR/images/Darwin_00005006_NORMAL2-IM-0629-0001.png b/MendeleyCXR/images/Darwin_00005006_NORMAL2-IM-0629-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4d4f2f5b93f31e2ea6adf4eeeb66687d32e67845 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005006_NORMAL2-IM-0629-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c22001d09608dffb2f34c7437d421b37cf393aa5390887507b3d15bf3f2e577 +size 75102 diff --git a/MendeleyCXR/images/Darwin_00005007_NORMAL2-IM-0630-0001.png b/MendeleyCXR/images/Darwin_00005007_NORMAL2-IM-0630-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..cd1531aa0f17ebef0f6622fc77180dab3b826d52 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005007_NORMAL2-IM-0630-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9406f77b54306b73630188f38ce90a2b2ee669a1e32c900c7273feb6bfe55c9f +size 72143 diff --git a/MendeleyCXR/images/Darwin_00005008_NORMAL2-IM-0633-0001.png b/MendeleyCXR/images/Darwin_00005008_NORMAL2-IM-0633-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..74644876d10f84bbca561563476debf3fc5feace --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005008_NORMAL2-IM-0633-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec7f4e3acabc292c49c9e09088686947a94fa066773f5121e7965c6ec7e48323 +size 75331 diff --git a/MendeleyCXR/images/Darwin_00005009_NORMAL2-IM-0634-0001.png b/MendeleyCXR/images/Darwin_00005009_NORMAL2-IM-0634-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ff68ad971106b1696c1d2dac8c9751259b92c775 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005009_NORMAL2-IM-0634-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c2f74a2bc4e16d4320cdbd9b956919d76b25ffe0abe716ea34d7b1f9a3e25a4 +size 72497 diff --git a/MendeleyCXR/images/Darwin_00005010_NORMAL2-IM-0635-0001.png b/MendeleyCXR/images/Darwin_00005010_NORMAL2-IM-0635-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..364fcb87de9ea3191ce4f628279b82f5203e2128 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005010_NORMAL2-IM-0635-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6f18981c4d267155ac64f58c5c685a28ae34cbdc38d47902a9b0f1c80753bc5 +size 79958 diff --git a/MendeleyCXR/images/Darwin_00005011_NORMAL2-IM-0636-0001.png b/MendeleyCXR/images/Darwin_00005011_NORMAL2-IM-0636-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b9209ae21399f4c89fc33eb68a0428656e92d9d2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005011_NORMAL2-IM-0636-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c709a87e448be401cb5830a408ecd5d818a75eea8258fbe98fc7bdca7b18a7aa +size 80971 diff --git a/MendeleyCXR/images/Darwin_00005012_NORMAL2-IM-0637-0001.png b/MendeleyCXR/images/Darwin_00005012_NORMAL2-IM-0637-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..493c98a1e8facfe51c962b3333ed2cf85512f9ac --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005012_NORMAL2-IM-0637-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7a7a011c000fa4934b6acf3780339875dd68dbcc930563473639cba0757e49f +size 79184 diff --git a/MendeleyCXR/images/Darwin_00005013_NORMAL2-IM-0640-0001.png b/MendeleyCXR/images/Darwin_00005013_NORMAL2-IM-0640-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e95c177fd413c12f247bdf696eb5ff0a0e6d2620 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005013_NORMAL2-IM-0640-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b12f317ef55561965ac7a3047d6b4775ed9879239cd45e6d50c54f90a095e8d +size 73111 diff --git a/MendeleyCXR/images/Darwin_00005014_NORMAL2-IM-0641-0001.png b/MendeleyCXR/images/Darwin_00005014_NORMAL2-IM-0641-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..af6c08290132eaf40e52941cd9203342d6be1c91 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005014_NORMAL2-IM-0641-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f91157d7ebaf89082cd209180971aadf9f49822d6e21512798b8748e0c35f5e +size 76911 diff --git a/MendeleyCXR/images/Darwin_00005015_NORMAL2-IM-0642-0001.png b/MendeleyCXR/images/Darwin_00005015_NORMAL2-IM-0642-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..07b7a554b676eec1a80d7175d4af45d83548cbe0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005015_NORMAL2-IM-0642-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb6f1e01c224922a4afbd09e350ff70e1cc81fb39c4bf2b03cf2d24e50441b0c +size 74329 diff --git a/MendeleyCXR/images/Darwin_00005016_NORMAL2-IM-0643-0001.png b/MendeleyCXR/images/Darwin_00005016_NORMAL2-IM-0643-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3ebb359d75577b8ee44ef2fca8ea7edbd2c0eee9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005016_NORMAL2-IM-0643-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb696cee7271840c1c1305e5b3b4addcb29f0d08c5079ada5d066b208060f475 +size 81073 diff --git a/MendeleyCXR/images/Darwin_00005017_NORMAL2-IM-0645-0001.png b/MendeleyCXR/images/Darwin_00005017_NORMAL2-IM-0645-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..cb5e3c657d94704f89af6a3d75254c9b20615d87 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005017_NORMAL2-IM-0645-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8b4a17d301a4375ceae7a07d950b163d1f08db5380671a0945d910ca6c94d97 +size 76981 diff --git a/MendeleyCXR/images/Darwin_00005018_NORMAL2-IM-0647-0001.png b/MendeleyCXR/images/Darwin_00005018_NORMAL2-IM-0647-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f8070fc2078a407af8a57c232967aaac2cce1e66 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005018_NORMAL2-IM-0647-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b91363c9d7a8576c1407b854aa93cfd15486bf29634b652fc733c8c281c1168b +size 78585 diff --git a/MendeleyCXR/images/Darwin_00005019_NORMAL2-IM-0648-0001.png b/MendeleyCXR/images/Darwin_00005019_NORMAL2-IM-0648-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..721d1b978751f89261c50d50aefae311ec2a9e4e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005019_NORMAL2-IM-0648-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a1a06ac35427e91316c336bf92070391f22fbbbb8b97a6852a0ecba82a7abd1 +size 77776 diff --git a/MendeleyCXR/images/Darwin_00005020_NORMAL2-IM-0649-0001.png b/MendeleyCXR/images/Darwin_00005020_NORMAL2-IM-0649-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4f224fe096c0bca46815343a7f679b671c5769a0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005020_NORMAL2-IM-0649-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41e1723babfb7e8614ae811199c1e9f48433a4214b87c8b483eb9887c9f476ea +size 77720 diff --git a/MendeleyCXR/images/Darwin_00005021_NORMAL2-IM-0650-0001.png b/MendeleyCXR/images/Darwin_00005021_NORMAL2-IM-0650-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fe8cf4dcb958a6b71c36df798766ba37ee9f7113 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005021_NORMAL2-IM-0650-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:985b99f6cabdbce29f48a91ccb1370450179a19e30b44feae8b345a6cfb0a5e1 +size 77736 diff --git a/MendeleyCXR/images/Darwin_00005022_NORMAL2-IM-0651-0001.png b/MendeleyCXR/images/Darwin_00005022_NORMAL2-IM-0651-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1991bbe11a75bd3ecdcb7fd8b48bb6c9e3ff1e08 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005022_NORMAL2-IM-0651-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e5041eddb305702fb4b808250a90307a451215aa1c7d6ffe236c4f89bc52328 +size 81930 diff --git a/MendeleyCXR/images/Darwin_00005023_NORMAL2-IM-0573-0001.png b/MendeleyCXR/images/Darwin_00005023_NORMAL2-IM-0573-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7c1b3ee92b2105a83aae47c55c3188378ec188d8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005023_NORMAL2-IM-0573-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2868ff95ed0b1a774fd1df9abfe57218dab1c4b0d8f5fd93e7cbe6417861252b +size 82723 diff --git a/MendeleyCXR/images/Darwin_00005024_NORMAL2-IM-0575-0001.png b/MendeleyCXR/images/Darwin_00005024_NORMAL2-IM-0575-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c24963a95bfb184650a1f6f40daf917d181842d7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005024_NORMAL2-IM-0575-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edb82a15d01f93ac8d0b7b2fcc4ef25d9d3204a715ab9a699a243c33415556b2 +size 79058 diff --git a/MendeleyCXR/images/Darwin_00005025_NORMAL2-IM-0576-0001.png b/MendeleyCXR/images/Darwin_00005025_NORMAL2-IM-0576-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e104285b4b850b3d01f9c800317d3e2556f26715 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005025_NORMAL2-IM-0576-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1057c5d86af2ae6aed5de0a6bcad1f0f4bf250aa22ac74a56ac8a3384a71217 +size 78163 diff --git a/MendeleyCXR/images/Darwin_00005026_NORMAL2-IM-0577-0001.png b/MendeleyCXR/images/Darwin_00005026_NORMAL2-IM-0577-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1cb93782823c7190d1180a96d47b648b36f9ca12 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005026_NORMAL2-IM-0577-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2accd7a3cc717bfabdd4b92650d650c503c66e4dc7073dfaebf01770eb8d84c +size 78686 diff --git a/MendeleyCXR/images/Darwin_00005027_NORMAL2-IM-0578-0001.png b/MendeleyCXR/images/Darwin_00005027_NORMAL2-IM-0578-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1837f91e25c30ccc24ea4dbbc7ce10d8f80ce1f1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005027_NORMAL2-IM-0578-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdbeed3946af63bf36bff64b550d1f0d8db9304276b0f4c9be71a44e573f51d1 +size 76744 diff --git a/MendeleyCXR/images/Darwin_00005028_NORMAL2-IM-0579-0001.png b/MendeleyCXR/images/Darwin_00005028_NORMAL2-IM-0579-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9e76ce67a564344a92db7bf21684f7eec2ea56c9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005028_NORMAL2-IM-0579-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:375dd148023f1acd38c6080c7e7bb6b4dc650a2d1023c0d1c6251cf0f031df5f +size 74641 diff --git a/MendeleyCXR/images/Darwin_00005029_NORMAL2-IM-0580-0001.png b/MendeleyCXR/images/Darwin_00005029_NORMAL2-IM-0580-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9eaba39bb1b7c8b7243f446a807259989aeedbb7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005029_NORMAL2-IM-0580-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6580a8a4e368a8fbf2dcdd6ae3d54a3a070cb7aaf9c9c76c0eb6650c3013eb0b +size 82680 diff --git a/MendeleyCXR/images/Darwin_00005030_NORMAL2-IM-0582-0001.png b/MendeleyCXR/images/Darwin_00005030_NORMAL2-IM-0582-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..cafde0971c2abebf6c7ef3f1d3779326a52643bc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005030_NORMAL2-IM-0582-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d2b71461585721b885ba77d949ad8861d2d11ea2a4732e1b93b414ecb6d03ce +size 78997 diff --git a/MendeleyCXR/images/Darwin_00005031_NORMAL2-IM-0583-0001.png b/MendeleyCXR/images/Darwin_00005031_NORMAL2-IM-0583-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..099d9848bca3439c3496710baaa00698f7d04ca8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005031_NORMAL2-IM-0583-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f376e2cb644f76e521c5041999108e573bce7986e4f283c8108e1ababa1dc7f +size 79412 diff --git a/MendeleyCXR/images/Darwin_00005032_NORMAL2-IM-0585-0001.png b/MendeleyCXR/images/Darwin_00005032_NORMAL2-IM-0585-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..59c8e2ffdce619e3964b7ccfc04b887099516244 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005032_NORMAL2-IM-0585-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35690dcfe7817e00815997af6ee79e4755c14f80fd066b55511649e44ffcfaa7 +size 72669 diff --git a/MendeleyCXR/images/Darwin_00005033_NORMAL2-IM-0587-0001-0001.png b/MendeleyCXR/images/Darwin_00005033_NORMAL2-IM-0587-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1520fe64c78dc30a12c91430b96f4112c1156db4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005033_NORMAL2-IM-0587-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:123e61f2212bd647794ac7ab21e4f3b1dc345ecfe22456c60dcee95fd6d8a2cc +size 80525 diff --git a/MendeleyCXR/images/Darwin_00005035_NORMAL2-IM-0587-0001.png b/MendeleyCXR/images/Darwin_00005035_NORMAL2-IM-0587-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..cb6188e7037ee3b53a82d0c810f726d556d68526 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005035_NORMAL2-IM-0587-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a87a5944698915b7018a064b504ff2a6b28f707aa9d80b2e129d45eaa34f519 +size 76480 diff --git a/MendeleyCXR/images/Darwin_00005036_NORMAL2-IM-0588-0001.png b/MendeleyCXR/images/Darwin_00005036_NORMAL2-IM-0588-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7ec02ddaca3e4d5a2b740177ac5ea41fe64d88a0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005036_NORMAL2-IM-0588-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1d700b1f14a8838ae440b194ad04b40df61be995c8f24b13504d9a85a25f6e2 +size 72332 diff --git a/MendeleyCXR/images/Darwin_00005037_NORMAL2-IM-0589-0001.png b/MendeleyCXR/images/Darwin_00005037_NORMAL2-IM-0589-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..778add69e619bb749c477e0e7da7380dd5b25bd7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005037_NORMAL2-IM-0589-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ae65d2524202f615174f31e7898ccfc7b4722db60329966b6211de889cc766f +size 76318 diff --git a/MendeleyCXR/images/Darwin_00005038_NORMAL2-IM-0592-0001.png b/MendeleyCXR/images/Darwin_00005038_NORMAL2-IM-0592-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ea6dfd2d42ef436caef3c2c41f426a85c5b3fb7d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005038_NORMAL2-IM-0592-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f60a2403ae5490bb5b55d78234bef02bdad0b76f507ebdd889cba7544050992c +size 81511 diff --git a/MendeleyCXR/images/Darwin_00005039_NORMAL2-IM-0594-0001.png b/MendeleyCXR/images/Darwin_00005039_NORMAL2-IM-0594-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3dc718499783ff89e455914d8a129c1cd8e5a81e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005039_NORMAL2-IM-0594-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d921e2654e46a677311750223163d31a606f4217425d9d99419ec3d20a0fb5ae +size 81010 diff --git a/MendeleyCXR/images/Darwin_00005040_NORMAL2-IM-0595-0001.png b/MendeleyCXR/images/Darwin_00005040_NORMAL2-IM-0595-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9f0f6e313aff0d65c6dacca46a9eadce8aa48cf8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005040_NORMAL2-IM-0595-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e7454cac5f116ff1da3478422a39297240ebcbb26bdae1cd91ef15e6da854c6 +size 80558 diff --git a/MendeleyCXR/images/Darwin_00005041_NORMAL2-IM-0596-0001.png b/MendeleyCXR/images/Darwin_00005041_NORMAL2-IM-0596-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8204451314ca8f3f21ce868a189821a0ba607a16 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005041_NORMAL2-IM-0596-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d80a4ed760add98cdb654d638bd92f3eb4092b6448220ef29679efc386416943 +size 78883 diff --git a/MendeleyCXR/images/Darwin_00005042_NORMAL2-IM-0599-0001.png b/MendeleyCXR/images/Darwin_00005042_NORMAL2-IM-0599-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..46c68db2b45d7e8fe27b296dafc1a242153f8a92 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005042_NORMAL2-IM-0599-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:509d1f11502674a05f5affd17024cd9df81a1265a85b71467e9220137857692c +size 74315 diff --git a/MendeleyCXR/images/Darwin_00005043_NORMAL2-IM-0600-0001.png b/MendeleyCXR/images/Darwin_00005043_NORMAL2-IM-0600-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ac6a437eea0f4aa7e1079bdc68bff52d51045a3b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005043_NORMAL2-IM-0600-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dc6f862732dfab85dfb45f358ca86c1b566d3f3373f01da6922c702a7dd082b +size 82778 diff --git a/MendeleyCXR/images/Darwin_00005044_NORMAL2-IM-0601-0001.png b/MendeleyCXR/images/Darwin_00005044_NORMAL2-IM-0601-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..19e3407948037171bcf5a4d6d73ebb79048ce9c4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005044_NORMAL2-IM-0601-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec613878b171d3e474662d6ca471f41cc4cc38c60f0ab5b603b980f77e412116 +size 82414 diff --git a/MendeleyCXR/images/Darwin_00005045_NORMAL2-IM-0602-0001.png b/MendeleyCXR/images/Darwin_00005045_NORMAL2-IM-0602-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c5baedc8de528894c63b810e5dd25d81ad414f91 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005045_NORMAL2-IM-0602-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f84e505734d388dadeff776afe93f4a95fe67b5c00eaca5a851247217395eac3 +size 79594 diff --git a/MendeleyCXR/images/Darwin_00005046_NORMAL2-IM-0603-0001.png b/MendeleyCXR/images/Darwin_00005046_NORMAL2-IM-0603-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6bb5d4650f3e8f382097cfaaec0a555d054a739d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005046_NORMAL2-IM-0603-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07c649998ba857cca324c6d8bfb74973b813c61205de46582eaf08323d229f76 +size 72695 diff --git a/MendeleyCXR/images/Darwin_00005047_NORMAL2-IM-0535-0001-0002.png b/MendeleyCXR/images/Darwin_00005047_NORMAL2-IM-0535-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..7422e8118972bad80f542e5dfc2fb80325eaad3b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005047_NORMAL2-IM-0535-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:095a43bb51fe985dc77d6b0e1613413d282435acd5345c01ea31908f3bebf956 +size 70112 diff --git a/MendeleyCXR/images/Darwin_00005048_NORMAL2-IM-0535-0001.png b/MendeleyCXR/images/Darwin_00005048_NORMAL2-IM-0535-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..16892ab1b9401270e4e4a086ade48871e1d18611 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005048_NORMAL2-IM-0535-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3348c8476a7eff7adf5132f4ebca072ba5d78c5491f427aaf8550f732c93a20c +size 80646 diff --git a/MendeleyCXR/images/Darwin_00005049_NORMAL2-IM-0536-0001.png b/MendeleyCXR/images/Darwin_00005049_NORMAL2-IM-0536-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c7995b57612a2fcab3ea42151014ded372991a59 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005049_NORMAL2-IM-0536-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc35e957e57f025920bfb4185a66b068d9496a208b43dd925176a1a893199686 +size 74726 diff --git a/MendeleyCXR/images/Darwin_00005050_NORMAL2-IM-0537-0001.png b/MendeleyCXR/images/Darwin_00005050_NORMAL2-IM-0537-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c952d163332e339c7e9b13cf086fb115ed220048 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005050_NORMAL2-IM-0537-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2d536e78c124c8f0192ed1a7ac110cfefa87a6cde0ea0eb7112ed020314a6f7 +size 69988 diff --git a/MendeleyCXR/images/Darwin_00005051_NORMAL2-IM-0539-0001.png b/MendeleyCXR/images/Darwin_00005051_NORMAL2-IM-0539-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3efb75d4c2b4f68b877bddc004b21377879ffce4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005051_NORMAL2-IM-0539-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44a76f8cc05c222f9f1bd4c4178b38c2bc543fb1bbbb42580a62bcb85b45491a +size 78662 diff --git a/MendeleyCXR/images/Darwin_00005052_NORMAL2-IM-0540-0001.png b/MendeleyCXR/images/Darwin_00005052_NORMAL2-IM-0540-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..dbc8aab98ff50fc096361f116c479506fc4cf71d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005052_NORMAL2-IM-0540-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaa0cb8d865f4eaf5c92e0778d69ccded17ff9b06cfd2eb74e2ca63797a1853f +size 76990 diff --git a/MendeleyCXR/images/Darwin_00005053_NORMAL2-IM-0541-0001.png b/MendeleyCXR/images/Darwin_00005053_NORMAL2-IM-0541-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..48dff5ae1da6a13355cab95d516a82e731c6d731 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005053_NORMAL2-IM-0541-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b61f731e617a5a2ce76c5d01a561f1a380eade7885d9ef7c043fbd6fd4b8b60d +size 75220 diff --git a/MendeleyCXR/images/Darwin_00005054_NORMAL2-IM-0543-0001.png b/MendeleyCXR/images/Darwin_00005054_NORMAL2-IM-0543-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..63684f9592ee7864ce591690908ba2e735f49492 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005054_NORMAL2-IM-0543-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c006f28990020b247c8ea254c90a883fa77a69add222cfd6214e5d2d90718312 +size 77004 diff --git a/MendeleyCXR/images/Darwin_00005055_NORMAL2-IM-0545-0001.png b/MendeleyCXR/images/Darwin_00005055_NORMAL2-IM-0545-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..869c5e3bcf98365d4f18b3bdac51849d1ea7b8a7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005055_NORMAL2-IM-0545-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51caa3c7ab6d2073bdc98889ebfda731ef01c2183889ade19497fe56ee515429 +size 75212 diff --git a/MendeleyCXR/images/Darwin_00005056_NORMAL2-IM-0547-0001.png b/MendeleyCXR/images/Darwin_00005056_NORMAL2-IM-0547-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8b3a27b78c8d61a6b1c88e72693393648f046d22 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005056_NORMAL2-IM-0547-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05faf6c8454a7f6556c9e700f94f552ad0fae058401f5e697a07ef8f17431565 +size 77561 diff --git a/MendeleyCXR/images/Darwin_00005057_NORMAL2-IM-0550-0001.png b/MendeleyCXR/images/Darwin_00005057_NORMAL2-IM-0550-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..04c56a8ccd0bde596c4faa0f7922687c55760f1e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005057_NORMAL2-IM-0550-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b4b1706e1a61eadb283036794cff3ab7b894dce97d8ec0c66244c1e7f44c680 +size 78104 diff --git a/MendeleyCXR/images/Darwin_00005058_NORMAL2-IM-0551-0001.png b/MendeleyCXR/images/Darwin_00005058_NORMAL2-IM-0551-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9ca1ee26e40d33544ef937b2c32d2ec7f2e4c535 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005058_NORMAL2-IM-0551-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc17daa32afd8e0473e544303a836dada742086df646576ef3c217a3555db864 +size 87058 diff --git a/MendeleyCXR/images/Darwin_00005059_NORMAL2-IM-0552-0001.png b/MendeleyCXR/images/Darwin_00005059_NORMAL2-IM-0552-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ebc4a1257b7f68da431ca0e4d7225ff663bc0d87 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005059_NORMAL2-IM-0552-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da970ac520b8d71e347231fdc5a68c12fcbc68d3be14e90064ca424a746ff924 +size 74341 diff --git a/MendeleyCXR/images/Darwin_00005060_NORMAL2-IM-0553-0001.png b/MendeleyCXR/images/Darwin_00005060_NORMAL2-IM-0553-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..560bdfe80d920c7277f3b8f8ed6ec84273243084 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005060_NORMAL2-IM-0553-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aedfc8e4809e17e86ef6690a6ff2d1a748ee7891e6671a4861c16fa878d0bea +size 76949 diff --git a/MendeleyCXR/images/Darwin_00005061_NORMAL2-IM-0554-0001.png b/MendeleyCXR/images/Darwin_00005061_NORMAL2-IM-0554-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8ce3483063c9cb95632516861b8779072201a7e5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005061_NORMAL2-IM-0554-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56ecf0c31786cea913fb4e5f8f7f70a952b398ffcca6ce0a3b866b5428438397 +size 74742 diff --git a/MendeleyCXR/images/Darwin_00005062_NORMAL2-IM-0555-0001-0001.png b/MendeleyCXR/images/Darwin_00005062_NORMAL2-IM-0555-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5fb7e050874a3a5a437c85a97b020672a4b70776 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005062_NORMAL2-IM-0555-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ac71731a536e8ac6b70fd18868ddcab6f973578cdf8ff8c8514789329d4a119 +size 79560 diff --git a/MendeleyCXR/images/Darwin_00005063_NORMAL2-IM-0555-0001-0002.png b/MendeleyCXR/images/Darwin_00005063_NORMAL2-IM-0555-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..4acd352f54660b7ddc90ffcf031876676f0f684f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005063_NORMAL2-IM-0555-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afe2569f02c5d8383835056414bb6266f84e851176e3ba024f025440316c0ca7 +size 73192 diff --git a/MendeleyCXR/images/Darwin_00005064_NORMAL2-IM-0555-0001.png b/MendeleyCXR/images/Darwin_00005064_NORMAL2-IM-0555-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..56199d2014b032e3e8b9c3926698345b13524278 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005064_NORMAL2-IM-0555-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72a0d2a99e8ce79c845d982b533112539b343c0737ed0a35a4decccbc6e3dc7c +size 74005 diff --git a/MendeleyCXR/images/Darwin_00005065_NORMAL2-IM-0557-0001.png b/MendeleyCXR/images/Darwin_00005065_NORMAL2-IM-0557-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2509bfa45a858be9a801b3c6bd316470461ab3ed --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005065_NORMAL2-IM-0557-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e406071608e1b62161a3f8843c1bf815e0d5ee950ccdbf88d94ede52f68ab5ca +size 76095 diff --git a/MendeleyCXR/images/Darwin_00005066_NORMAL2-IM-0558-0001.png b/MendeleyCXR/images/Darwin_00005066_NORMAL2-IM-0558-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b64dceec4153cb1910e86f289de1696845eae3de --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005066_NORMAL2-IM-0558-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84d6030adb619e9fcfb0dc1b574cae34084302e95c8aa3a62b1f56368cb80aef +size 76990 diff --git a/MendeleyCXR/images/Darwin_00005067_NORMAL2-IM-0559-0001.png b/MendeleyCXR/images/Darwin_00005067_NORMAL2-IM-0559-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..74ec71c0cda63823fe05868085e31f2b85c1dbfc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005067_NORMAL2-IM-0559-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc2498fc03b26af565d3cd0ee723d2e5906f805e3626d3e4ec5dfcb2535a0db4 +size 87632 diff --git a/MendeleyCXR/images/Darwin_00005068_NORMAL2-IM-0561-0001.png b/MendeleyCXR/images/Darwin_00005068_NORMAL2-IM-0561-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..303b926a791165ee6f6edf4e8f67ce7b630ab1dd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005068_NORMAL2-IM-0561-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17062fd4eb749a10208555d4c7181c0fe487ce63238f081f544146226c34ae81 +size 68704 diff --git a/MendeleyCXR/images/Darwin_00005069_NORMAL2-IM-0563-0001.png b/MendeleyCXR/images/Darwin_00005069_NORMAL2-IM-0563-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d4e2fea02313de7cfd5381782225658563f183d5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005069_NORMAL2-IM-0563-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d9feb597a0ec38a4ffd66ee8bb1f9aad52d1f12e7568e16780c80c8c9af4794 +size 80137 diff --git a/MendeleyCXR/images/Darwin_00005070_NORMAL2-IM-0564-0001.png b/MendeleyCXR/images/Darwin_00005070_NORMAL2-IM-0564-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..da18ea75fa8a9a99cb9b725a89570b97138f1678 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005070_NORMAL2-IM-0564-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed9f9ebccdc23ac414010d6fa46d76a8dc92a26f8c66b0bac656a91935d6d222 +size 79304 diff --git a/MendeleyCXR/images/Darwin_00005071_NORMAL2-IM-0566-0001.png b/MendeleyCXR/images/Darwin_00005071_NORMAL2-IM-0566-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..380d93333475b4ee71e6504aeb2441057b879338 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005071_NORMAL2-IM-0566-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be426fea7c204c78d6f44ae079544d5f16fa32e75c4ac9918fb00ca0a21a555f +size 80113 diff --git a/MendeleyCXR/images/Darwin_00005072_NORMAL2-IM-0567-0001.png b/MendeleyCXR/images/Darwin_00005072_NORMAL2-IM-0567-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1c2e75d654808eb0717a105478e3b12e3f504db0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005072_NORMAL2-IM-0567-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52bc049e5f749213641f2dbc68c80d33289fc0b1175a8225594a271e60cea60b +size 78201 diff --git a/MendeleyCXR/images/Darwin_00005073_NORMAL2-IM-0568-0001.png b/MendeleyCXR/images/Darwin_00005073_NORMAL2-IM-0568-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2819a8ce540e3e0c8b3709c7f87a969d63dbc61d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005073_NORMAL2-IM-0568-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13fd04c0c6197e9ea23dd8a33e2328e5a1e57651eb397621d4e1c14d6b3ac569 +size 79851 diff --git a/MendeleyCXR/images/Darwin_00005074_NORMAL2-IM-0569-0001.png b/MendeleyCXR/images/Darwin_00005074_NORMAL2-IM-0569-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a2cc5269ff65666fdb147c93a02da9f4710edb94 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005074_NORMAL2-IM-0569-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bf4f4e1213aaf209de816d719a28fc832b8f140df1d3a4bf48848348c99fdfb +size 78266 diff --git a/MendeleyCXR/images/Darwin_00005075_NORMAL2-IM-0571-0001.png b/MendeleyCXR/images/Darwin_00005075_NORMAL2-IM-0571-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..51be68435d59a8861a5e5c1828de2cbeb52e108a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005075_NORMAL2-IM-0571-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a47639e93c71562a315338f921a14124e6ebff41188a0b275508e8fdcb84dcf5 +size 73272 diff --git a/MendeleyCXR/images/Darwin_00005076_NORMAL2-IM-0572-0001.png b/MendeleyCXR/images/Darwin_00005076_NORMAL2-IM-0572-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a5886693eed42e5bebdbe9ae54a78464a44d5239 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005076_NORMAL2-IM-0572-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:053cf38684759455704d7edbb973d38345b2750e5d783be6d5b1aa43ef6fc686 +size 79547 diff --git a/MendeleyCXR/images/Darwin_00005077_NORMAL2-IM-0490-0001.png b/MendeleyCXR/images/Darwin_00005077_NORMAL2-IM-0490-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..aafc72a78bc29224bc202e813b364677834e8678 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005077_NORMAL2-IM-0490-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e7648610892268634d7009a846ea5724ec489ac82e1f371338e52e3db5c8fce +size 80772 diff --git a/MendeleyCXR/images/Darwin_00005078_NORMAL2-IM-0491-0001.png b/MendeleyCXR/images/Darwin_00005078_NORMAL2-IM-0491-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3a22ee2f7ef961c9bdbcb6747be15d7729be79a3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005078_NORMAL2-IM-0491-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:559d670d5d453e6f486feba41fdeb930d963fb0a579f512edba326a88cdf3765 +size 75756 diff --git a/MendeleyCXR/images/Darwin_00005079_NORMAL2-IM-0493-0001.png b/MendeleyCXR/images/Darwin_00005079_NORMAL2-IM-0493-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..37ff3e492fe3061375bfc23b73524e18e1c97e2c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005079_NORMAL2-IM-0493-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba04228db9b7cc03644405eb46784360ff2dab64e44fbfefeb094a48ca6ed314 +size 76285 diff --git a/MendeleyCXR/images/Darwin_00005080_NORMAL2-IM-0496-0001.png b/MendeleyCXR/images/Darwin_00005080_NORMAL2-IM-0496-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0a318092a9096465262a326d6029864bf8046969 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005080_NORMAL2-IM-0496-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d294ba40d079d0dc081bfa4d8b166c9e96f7f22a862e7d86fcc198d7787b24f0 +size 76696 diff --git a/MendeleyCXR/images/Darwin_00005081_NORMAL2-IM-0497-0001.png b/MendeleyCXR/images/Darwin_00005081_NORMAL2-IM-0497-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..bff774571a9353606b1b48f1587c1524027287e4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005081_NORMAL2-IM-0497-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b400ebe931a83e75b7300f8cc215cc46c32ea85b36ef2b696ce0b4ddeb802feb +size 79321 diff --git a/MendeleyCXR/images/Darwin_00005082_NORMAL2-IM-0499-0001.png b/MendeleyCXR/images/Darwin_00005082_NORMAL2-IM-0499-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..32022505445e24fdb49f7f47e363e7b1b7bbf1b1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005082_NORMAL2-IM-0499-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7db0e7f54a8f0c5d4e7fc0dea9a76634b9a58d4d89a5ab01c7e38067ce0ba253 +size 77486 diff --git a/MendeleyCXR/images/Darwin_00005083_NORMAL2-IM-0500-0001.png b/MendeleyCXR/images/Darwin_00005083_NORMAL2-IM-0500-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f32803d4589920e3bbf34d3585d3cb9257822c25 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005083_NORMAL2-IM-0500-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:387fd7ab2b01580ed475523bd16ba86c57f584824621bdfc18dbe5f467baab22 +size 74728 diff --git a/MendeleyCXR/images/Darwin_00005084_NORMAL2-IM-0501-0001.png b/MendeleyCXR/images/Darwin_00005084_NORMAL2-IM-0501-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1381eb94bba5a63368cf6817323d6e846207ffff --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005084_NORMAL2-IM-0501-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d1fbba9cb84b24980fd88cda2fe737506ad954cead25b8e33c7c184af9c6653 +size 76320 diff --git a/MendeleyCXR/images/Darwin_00005085_NORMAL2-IM-0502-0001.png b/MendeleyCXR/images/Darwin_00005085_NORMAL2-IM-0502-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a94638d2527c0767a5ffca4a3b8b4238f63a00ca --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005085_NORMAL2-IM-0502-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbd49114ad835c30339b7f4a5ed5c484517e1d8a2dabe78f6a06cfbfefd01564 +size 79808 diff --git a/MendeleyCXR/images/Darwin_00005086_NORMAL2-IM-0503-0001.png b/MendeleyCXR/images/Darwin_00005086_NORMAL2-IM-0503-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..04d53193eba0ed036da53a67d3097627bac68aa5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005086_NORMAL2-IM-0503-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63cea1b4765f38b0ce6061b83ace3374dbbd67ff6379406068cbb0557c3f986e +size 79781 diff --git a/MendeleyCXR/images/Darwin_00005087_NORMAL2-IM-0506-0001.png b/MendeleyCXR/images/Darwin_00005087_NORMAL2-IM-0506-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5fcd27b5712fc426b7f91de5f87c268d50f81357 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005087_NORMAL2-IM-0506-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b13544460913ce1fd930780c84316deb111f7a4424622ad611b14c15274ad9b +size 75466 diff --git a/MendeleyCXR/images/Darwin_00005088_NORMAL2-IM-0507-0001.png b/MendeleyCXR/images/Darwin_00005088_NORMAL2-IM-0507-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..aa5d9cebc67d494d4ecbd12ebc5739ba8ab145c8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005088_NORMAL2-IM-0507-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1547d554eef53ae841777ab6ce6a1de3e5419ca9a7e185acaee7a6ab93bb5295 +size 71908 diff --git a/MendeleyCXR/images/Darwin_00005089_NORMAL2-IM-0508-0001.png b/MendeleyCXR/images/Darwin_00005089_NORMAL2-IM-0508-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5dd025e7009396ccdc9b6153d910df845bef5940 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005089_NORMAL2-IM-0508-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dd0bcced36438dc366a60ecbebeda6ae1f5d84db5bd98b128b7350978ef2fcf +size 75589 diff --git a/MendeleyCXR/images/Darwin_00005090_NORMAL2-IM-0509-0001.png b/MendeleyCXR/images/Darwin_00005090_NORMAL2-IM-0509-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..789cddf3e0d2af7e6561b8bb43027508d8a48343 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005090_NORMAL2-IM-0509-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bbf3452f4226e98cb8d357ca8927b123d25ccbf53e54094c33f3f3e5a70b1d2 +size 71490 diff --git a/MendeleyCXR/images/Darwin_00005091_NORMAL2-IM-0511-0001.png b/MendeleyCXR/images/Darwin_00005091_NORMAL2-IM-0511-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a6422c841212a2f1c026f5b8d8e1f88c52440201 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005091_NORMAL2-IM-0511-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:452d180fd8faa48123d0576baee24831f5911dc86eee5f6da1ceb4a045c685cd +size 75622 diff --git a/MendeleyCXR/images/Darwin_00005092_NORMAL2-IM-0512-0001.png b/MendeleyCXR/images/Darwin_00005092_NORMAL2-IM-0512-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..06bc618c9a2ce1fd6634f59cec82790923ca60a9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005092_NORMAL2-IM-0512-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ab1f7d0180c58756d6f830f3ea15368acb544bfc190c4d8a6b8e135e138f746 +size 82653 diff --git a/MendeleyCXR/images/Darwin_00005093_NORMAL2-IM-0513-0001.png b/MendeleyCXR/images/Darwin_00005093_NORMAL2-IM-0513-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1c01fb81c3eb156b89a76063cec6b31f0f8b0c02 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005093_NORMAL2-IM-0513-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb67657747daf3b97952d013028233a7d8b664950b66cde2fec5ea60bbae7a94 +size 77843 diff --git a/MendeleyCXR/images/Darwin_00005094_NORMAL2-IM-0515-0001.png b/MendeleyCXR/images/Darwin_00005094_NORMAL2-IM-0515-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..61e1406254be638f8fc3620202ccf83c870fa779 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005094_NORMAL2-IM-0515-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ada9a476b2dc52afa0445db156cfd1e55a3629ea3897b321fbb13038b7690747 +size 67334 diff --git a/MendeleyCXR/images/Darwin_00005095_NORMAL2-IM-0516-0001.png b/MendeleyCXR/images/Darwin_00005095_NORMAL2-IM-0516-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..777008e176a2e2f336020dcab4d651fb356ed72b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005095_NORMAL2-IM-0516-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17b6cdbe601a42829d6c6ea0b8718831538ac05b78e36e6b6f550b8b5168cb74 +size 78686 diff --git a/MendeleyCXR/images/Darwin_00005096_NORMAL2-IM-0517-0001.png b/MendeleyCXR/images/Darwin_00005096_NORMAL2-IM-0517-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..135bdc3eb30f7e78381356dbf1067024e6368fed --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005096_NORMAL2-IM-0517-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05e1cbb04db073cb7a447901730acebf071fe950e2a037cc08b27068ea305f8e +size 77415 diff --git a/MendeleyCXR/images/Darwin_00005097_NORMAL2-IM-0518-0001.png b/MendeleyCXR/images/Darwin_00005097_NORMAL2-IM-0518-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6cb73df56f23f3761b778c4f8efa98b6097e04ed --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005097_NORMAL2-IM-0518-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24a40f9c7f1392e487536f1f005040c6b3b126a03e4c179d0330f501198a1557 +size 72257 diff --git a/MendeleyCXR/images/Darwin_00005098_NORMAL2-IM-0520-0001.png b/MendeleyCXR/images/Darwin_00005098_NORMAL2-IM-0520-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a284cf7f448b19347a54fcb9031026061840d026 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005098_NORMAL2-IM-0520-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91c50f884c17eac4209ee04364951e03a8d02e2cc357f42233ae9061929b3aaa +size 80915 diff --git a/MendeleyCXR/images/Darwin_00005099_NORMAL2-IM-0521-0001.png b/MendeleyCXR/images/Darwin_00005099_NORMAL2-IM-0521-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b2428609a275713fefdbb5b4b7f9f0a33bc94c3a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005099_NORMAL2-IM-0521-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9f9a980c7d754199af147beb8bb11b5bd1718d833b02d9618a01d887cb8063f +size 75979 diff --git a/MendeleyCXR/images/Darwin_00005100_NORMAL2-IM-0522-0001.png b/MendeleyCXR/images/Darwin_00005100_NORMAL2-IM-0522-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2afadb44b86007e6e636bd260c0f6aa859266d08 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005100_NORMAL2-IM-0522-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e14560fb67e60c3dea7f116d6edb780fd9fd43b4486ffdf99059cdf315346e5 +size 81413 diff --git a/MendeleyCXR/images/Darwin_00005101_NORMAL2-IM-0523-0001.png b/MendeleyCXR/images/Darwin_00005101_NORMAL2-IM-0523-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4e0177a9af146d9b0d3ef931b10f45f462701bc9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005101_NORMAL2-IM-0523-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e8a303e8eeb42e013467958da8722b9dd778025fbb6d747673b13f2b63c68f1 +size 75617 diff --git a/MendeleyCXR/images/Darwin_00005102_NORMAL2-IM-0525-0001.png b/MendeleyCXR/images/Darwin_00005102_NORMAL2-IM-0525-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9383adbe4ed37869b2bd037cff76a00ab8552738 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005102_NORMAL2-IM-0525-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d88390b8a6c33503ea23a6f27e4171a057c6299bfc768efe87fb330d737bd953 +size 81453 diff --git a/MendeleyCXR/images/Darwin_00005103_NORMAL2-IM-0526-0001.png b/MendeleyCXR/images/Darwin_00005103_NORMAL2-IM-0526-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..41df50d7c5263794a83ad21b94d052a6f0d88f25 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005103_NORMAL2-IM-0526-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bc7558233ecfe3ddcb79230d446561ba8a5478e7b15c5b506a18ec1f6e59110 +size 78698 diff --git a/MendeleyCXR/images/Darwin_00005104_NORMAL2-IM-0528-0001.png b/MendeleyCXR/images/Darwin_00005104_NORMAL2-IM-0528-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5b23c17652a7b655aa446f2e84d7c408487fd46e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005104_NORMAL2-IM-0528-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78a267c358b0accf7299af8766ad82f57f320b55b4aa0127dd36cb22dac7116b +size 75212 diff --git a/MendeleyCXR/images/Darwin_00005105_NORMAL2-IM-0529-0001.png b/MendeleyCXR/images/Darwin_00005105_NORMAL2-IM-0529-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e40d59cf4c55cfc0ae27ea258ab26158ead1e5b9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005105_NORMAL2-IM-0529-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c37288d5ee847994604cbba874bc66ef25c0a8a3d961639892c4cdd8cd3116c3 +size 75363 diff --git a/MendeleyCXR/images/Darwin_00005106_NORMAL2-IM-0530-0001.png b/MendeleyCXR/images/Darwin_00005106_NORMAL2-IM-0530-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8206bdc45191f15863fbbddef387972d4c44c7f6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005106_NORMAL2-IM-0530-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29fe857dcd8f3915c454081b2a53f3d3fa5eb0f543dcb9e038be37304d999a42 +size 75324 diff --git a/MendeleyCXR/images/Darwin_00005107_NORMAL2-IM-0531-0001.png b/MendeleyCXR/images/Darwin_00005107_NORMAL2-IM-0531-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..bf755fe8509c9401b857c7a70d16163ca24dbcfa --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005107_NORMAL2-IM-0531-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6df567342e6abddf3f81926f8c09f6ce175a1286a640b80a2f1336a92e2603e3 +size 77711 diff --git a/MendeleyCXR/images/Darwin_00005108_NORMAL2-IM-0533-0001.png b/MendeleyCXR/images/Darwin_00005108_NORMAL2-IM-0533-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..738651322ccf9d92ace60c74a39cf0c281e586bf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005108_NORMAL2-IM-0533-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fe19d3818e43e62f41b13001bc430a0a3d222792a5c5ab7cfdcaf28caf6445e +size 76675 diff --git a/MendeleyCXR/images/Darwin_00005109_NORMAL2-IM-0443-0001.png b/MendeleyCXR/images/Darwin_00005109_NORMAL2-IM-0443-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d640472f2384e5249eed7d9509f4f4e1b13a245f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005109_NORMAL2-IM-0443-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f08e6ba1c9e95942537a6bbb8ffa5cd73f052edaf5b20d53c8bcbb636579db1a +size 83227 diff --git a/MendeleyCXR/images/Darwin_00005110_NORMAL2-IM-0445-0001.png b/MendeleyCXR/images/Darwin_00005110_NORMAL2-IM-0445-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..da37b2bdc37cc7493904e86a8241a9df176d44bf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005110_NORMAL2-IM-0445-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99809ca55fbba328008f59fe204f4b2147d9d04e1e4fb8a440188f314e14bc92 +size 77110 diff --git a/MendeleyCXR/images/Darwin_00005111_NORMAL2-IM-0447-0001.png b/MendeleyCXR/images/Darwin_00005111_NORMAL2-IM-0447-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ecbbe37c33555165d893fe5620821d40ba02531b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005111_NORMAL2-IM-0447-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c49f24d9d84ea5c8e216b92b33ee0770fe2445850744790967da16afcb27b33 +size 81292 diff --git a/MendeleyCXR/images/Darwin_00005112_NORMAL2-IM-0448-0001.png b/MendeleyCXR/images/Darwin_00005112_NORMAL2-IM-0448-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9b7240a3f6c0c303973397d528e104578c3958cb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005112_NORMAL2-IM-0448-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fab30332da1735808e085b9a20424d50e23add456e1457170fce29b46645c57 +size 73013 diff --git a/MendeleyCXR/images/Darwin_00005113_NORMAL2-IM-0449-0001.png b/MendeleyCXR/images/Darwin_00005113_NORMAL2-IM-0449-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0c738554db069b0a48920fd28c0a9ba20a3fbee5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005113_NORMAL2-IM-0449-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6c86cd3f427f68c1e0355a7e42dcc0e096d0f5d813a68b355c9ba6d57efac0e +size 75657 diff --git a/MendeleyCXR/images/Darwin_00005114_NORMAL2-IM-0450-0001.png b/MendeleyCXR/images/Darwin_00005114_NORMAL2-IM-0450-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e8d14b502964db29c95d9709c20b73302dd66c8f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005114_NORMAL2-IM-0450-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a56403e60860fa1b5d8bb3ad1cc4c64e5ddcd49e9ac9f0cd30dd9f38e59daa57 +size 75487 diff --git a/MendeleyCXR/images/Darwin_00005115_NORMAL2-IM-0451-0001.png b/MendeleyCXR/images/Darwin_00005115_NORMAL2-IM-0451-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..df6b45862ac6c928674d84bb28b78dd62b55e023 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005115_NORMAL2-IM-0451-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:691605079dd6b6691a3a342e9d615c45982cb0e00037527032e8ddf563593dc1 +size 70558 diff --git a/MendeleyCXR/images/Darwin_00005116_NORMAL2-IM-0452-0001.png b/MendeleyCXR/images/Darwin_00005116_NORMAL2-IM-0452-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fc7c43a9a7d7c462ff9982f7b60222069b0165e9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005116_NORMAL2-IM-0452-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec096d0c0d06a349548b2c0e980aa2bcf3bc4ed2ec2a3d1bce863e58089bee21 +size 69793 diff --git a/MendeleyCXR/images/Darwin_00005117_NORMAL2-IM-0453-0001.png b/MendeleyCXR/images/Darwin_00005117_NORMAL2-IM-0453-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..896051396ae3ac88c4cda42fe5b4e05b02520585 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005117_NORMAL2-IM-0453-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:828487cbf6f9d187b1b08a7b13281a7bb18471bb5339406996d76332e7c73000 +size 73224 diff --git a/MendeleyCXR/images/Darwin_00005118_NORMAL2-IM-0454-0001.png b/MendeleyCXR/images/Darwin_00005118_NORMAL2-IM-0454-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fa9cbf46a1ebb8e4f127ba8f8322bb7b144dd9d8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005118_NORMAL2-IM-0454-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cd8cf35088d9c16202875730f71524e0d5dc99f8ca624eb0497794818d6d060 +size 75242 diff --git a/MendeleyCXR/images/Darwin_00005119_NORMAL2-IM-0455-0001.png b/MendeleyCXR/images/Darwin_00005119_NORMAL2-IM-0455-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f79a8c897324f8836734b1211c7ade1f9079709c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005119_NORMAL2-IM-0455-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c718b14fdb8c3c4a8e72f65c2c010e1462df4388089286c83683551359789d39 +size 76629 diff --git a/MendeleyCXR/images/Darwin_00005120_NORMAL2-IM-0456-0001.png b/MendeleyCXR/images/Darwin_00005120_NORMAL2-IM-0456-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3a6dcff43d81e216f6ee937b4847c7de3753f36a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005120_NORMAL2-IM-0456-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed525ad8980cc0038ed4b58111a28c2fdcbfcce203a273cadd4bacd3de00fe8f +size 77226 diff --git a/MendeleyCXR/images/Darwin_00005121_NORMAL2-IM-0458-0001.png b/MendeleyCXR/images/Darwin_00005121_NORMAL2-IM-0458-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d87a98fd25826a52f9e94ce0b392e3b628a8c8ef --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005121_NORMAL2-IM-0458-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ae0c578dd46d90bdda676fd4beb1ca2404e14f6768ac0b534daa2cb3933bde0 +size 71190 diff --git a/MendeleyCXR/images/Darwin_00005122_NORMAL2-IM-0460-0001.png b/MendeleyCXR/images/Darwin_00005122_NORMAL2-IM-0460-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f723c9e454e180f5620d9294a6f5cb2aeec1e5cf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005122_NORMAL2-IM-0460-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35d59d96f00b02bdfa27c7a3cd30f828c803d3529f40a0dfc881b963dbf5b616 +size 75240 diff --git a/MendeleyCXR/images/Darwin_00005123_NORMAL2-IM-0462-0001.png b/MendeleyCXR/images/Darwin_00005123_NORMAL2-IM-0462-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..10fbf506ee3cf2e74a3014211704b9d23309cbd9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005123_NORMAL2-IM-0462-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dba19f619e067a71a2d8abaec90755412569ea8b678856d839249096d2a51bcf +size 76928 diff --git a/MendeleyCXR/images/Darwin_00005124_NORMAL2-IM-0463-0001.png b/MendeleyCXR/images/Darwin_00005124_NORMAL2-IM-0463-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ed88a05e2e7228ca6753177d8e22100f36b0d704 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005124_NORMAL2-IM-0463-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af2804bcd1e2e6bf7c6aea017388291edebbf603c283d61b6231e85231cad0d6 +size 75858 diff --git a/MendeleyCXR/images/Darwin_00005125_NORMAL2-IM-0464-0001.png b/MendeleyCXR/images/Darwin_00005125_NORMAL2-IM-0464-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ed6a8504a1bf1aec3f5fc673dcd4085a47a48ec0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005125_NORMAL2-IM-0464-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7994547347ef45eb2795f3c900a3e6b097bf08318d33f10a3e88d4eeb6d31dac +size 73290 diff --git a/MendeleyCXR/images/Darwin_00005126_NORMAL2-IM-0465-0001.png b/MendeleyCXR/images/Darwin_00005126_NORMAL2-IM-0465-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..32a9cce2a84004a1fc6c88b1e1130b375fbf590d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005126_NORMAL2-IM-0465-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78a3c7e0186c44ad6ec274ef5f56442da796fa19d71fc8e7dbf7cb460413c1a2 +size 82475 diff --git a/MendeleyCXR/images/Darwin_00005127_NORMAL2-IM-0466-0001.png b/MendeleyCXR/images/Darwin_00005127_NORMAL2-IM-0466-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..afd0f156ade874676157429fe50f702820fe0b4e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005127_NORMAL2-IM-0466-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:330f876211772c3fde61c0c2ff29566b94d7f7b04774c06d05c916aa5b6b61da +size 70697 diff --git a/MendeleyCXR/images/Darwin_00005128_NORMAL2-IM-0468-0001.png b/MendeleyCXR/images/Darwin_00005128_NORMAL2-IM-0468-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a96e37d7cb752236c7c9c4f566f6f000ad3e2ba6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005128_NORMAL2-IM-0468-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:183fcda5acd1b4f02be4f3d50121c23df5639a0ea4086df0243aa877a3d2381b +size 73849 diff --git a/MendeleyCXR/images/Darwin_00005129_NORMAL2-IM-0472-0001.png b/MendeleyCXR/images/Darwin_00005129_NORMAL2-IM-0472-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4c2daccd999f45b9249010734987c230022a6ee8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005129_NORMAL2-IM-0472-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6152eb933acc51c3cedc7a2d3b8c000a1dd483e8478683ce3f18d667a7156ae6 +size 73993 diff --git a/MendeleyCXR/images/Darwin_00005130_NORMAL2-IM-0473-0001.png b/MendeleyCXR/images/Darwin_00005130_NORMAL2-IM-0473-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ce971404b44c2080cad7611b702b944444d43d5f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005130_NORMAL2-IM-0473-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de69615c3560e7865bc9d0d888fc3061a3de633e393a1bd43c78904dbea66677 +size 74419 diff --git a/MendeleyCXR/images/Darwin_00005131_NORMAL2-IM-0474-0001.png b/MendeleyCXR/images/Darwin_00005131_NORMAL2-IM-0474-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a44bb73596c4499251f5b4442e4d8b030e1dc347 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005131_NORMAL2-IM-0474-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d66136707afa48a3f4f7bc31515795d3eaab2c4b3578028127acac2de0f39d71 +size 76896 diff --git a/MendeleyCXR/images/Darwin_00005132_NORMAL2-IM-0475-0001.png b/MendeleyCXR/images/Darwin_00005132_NORMAL2-IM-0475-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..048784806cbaea7f524927ab20b3f864f08377c1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005132_NORMAL2-IM-0475-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9246a6de134bbb9ded5f37d17dece94679cd0360d78fd8ecde36904451162687 +size 77497 diff --git a/MendeleyCXR/images/Darwin_00005133_NORMAL2-IM-0476-0001.png b/MendeleyCXR/images/Darwin_00005133_NORMAL2-IM-0476-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f749682b8f60bf395f470c3069e2c79bae96e7a0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005133_NORMAL2-IM-0476-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4c6e33908b2a27f5eead14598854520293f27480bb064e5eb82b7556fb57838 +size 80486 diff --git a/MendeleyCXR/images/Darwin_00005134_NORMAL2-IM-0478-0001.png b/MendeleyCXR/images/Darwin_00005134_NORMAL2-IM-0478-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6994e00a9a3531dd3fd2e2d9f8de12bc787a88ba --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005134_NORMAL2-IM-0478-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c569bf450f517027b7811a7c3bd6360f8ca8b49ae1547c90ec2488143acc005f +size 80360 diff --git a/MendeleyCXR/images/Darwin_00005135_NORMAL2-IM-0479-0001.png b/MendeleyCXR/images/Darwin_00005135_NORMAL2-IM-0479-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2b2c2975be8d9ff611d5b8edddc5ea66df730358 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005135_NORMAL2-IM-0479-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0df9db91d1f0d0c6a693a30930b0e7dc6076f0147cc6227c686b45a4ebc63a5 +size 73241 diff --git a/MendeleyCXR/images/Darwin_00005136_NORMAL2-IM-0480-0001.png b/MendeleyCXR/images/Darwin_00005136_NORMAL2-IM-0480-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a2485328ee1826a593578e0d5f7fe95cd8848532 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005136_NORMAL2-IM-0480-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ebe09e8e43f157c67c81986a19a1d3323f1d5f3d77085e35240881bc913a855 +size 88359 diff --git a/MendeleyCXR/images/Darwin_00005137_NORMAL2-IM-0481-0001.png b/MendeleyCXR/images/Darwin_00005137_NORMAL2-IM-0481-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0794b5a5c4b95f74f8c3dc526ca8d27a93d4f57d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005137_NORMAL2-IM-0481-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d165fd30b90fd4a232507933b772d14283ae65405af02616f5ac50da0a714c2 +size 79411 diff --git a/MendeleyCXR/images/Darwin_00005138_NORMAL2-IM-0482-0001.png b/MendeleyCXR/images/Darwin_00005138_NORMAL2-IM-0482-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1d471a0d5f9b47077b6e778263510ddb7f096338 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005138_NORMAL2-IM-0482-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95486b31089c88319875087ae32b2e6d7b047af80b71c6bacf9ffec9f85fd5d9 +size 74209 diff --git a/MendeleyCXR/images/Darwin_00005139_NORMAL2-IM-0485-0001.png b/MendeleyCXR/images/Darwin_00005139_NORMAL2-IM-0485-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..32280950375d5ba27a8e1318b86d1ce8d8c5b373 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005139_NORMAL2-IM-0485-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfce0827183fd3ceb2c4264f626bedadee53cd36970e7451a825127d807849ce +size 73732 diff --git a/MendeleyCXR/images/Darwin_00005140_NORMAL2-IM-0486-0001.png b/MendeleyCXR/images/Darwin_00005140_NORMAL2-IM-0486-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7ab109c8225367c5a4af1cab00992a9b9184cbdb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005140_NORMAL2-IM-0486-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c61c9c662a5a472f8433e5d134b75e99c7d6f5a5cffcc27fa970e9b63fb3c708 +size 81103 diff --git a/MendeleyCXR/images/Darwin_00005141_NORMAL2-IM-0487-0001.png b/MendeleyCXR/images/Darwin_00005141_NORMAL2-IM-0487-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a37a636a100a9ffd109f0708424111da31353d03 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005141_NORMAL2-IM-0487-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8984d0577fc723559896745911387b5ac2cfc71c70af9c95b449be8d0cc91a1f +size 77017 diff --git a/MendeleyCXR/images/Darwin_00005142_NORMAL2-IM-0488-0001.png b/MendeleyCXR/images/Darwin_00005142_NORMAL2-IM-0488-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..dde510626dd60998add15c9740f4b5b0a7c709fd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005142_NORMAL2-IM-0488-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a843de1c13804ca62757e292a81dc907be2f642f3f926c768530d7624eb5193 +size 78256 diff --git a/MendeleyCXR/images/Darwin_00005143_NORMAL2-IM-0489-0001.png b/MendeleyCXR/images/Darwin_00005143_NORMAL2-IM-0489-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7ae542c89c24369d64de93dc0bcf145ef3b6d049 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005143_NORMAL2-IM-0489-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:762929db08116c758c8836016a2a528f885ece3e58724435822e56d6fd638968 +size 77245 diff --git a/MendeleyCXR/images/Darwin_00005144_NORMAL2-IM-0407-0001.png b/MendeleyCXR/images/Darwin_00005144_NORMAL2-IM-0407-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..dbef22ba5d4ce199c44fda2f15c7e98152e2d318 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005144_NORMAL2-IM-0407-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b595aad1a5d1ab53abd048f0d1c3fea8cea180daac87b67dd2036a144209bd5 +size 76028 diff --git a/MendeleyCXR/images/Darwin_00005145_NORMAL2-IM-0408-0001.png b/MendeleyCXR/images/Darwin_00005145_NORMAL2-IM-0408-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d6b367dae8905677bd226e869ca88c9305e1a560 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005145_NORMAL2-IM-0408-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04f946f8a943c2742bb323b8f0bc980efe724d8a68939a66539effb4b25fdf8b +size 75605 diff --git a/MendeleyCXR/images/Darwin_00005146_NORMAL2-IM-0409-0001.png b/MendeleyCXR/images/Darwin_00005146_NORMAL2-IM-0409-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b45dbd95122363a4266931ba093eb3c7b09f53d7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005146_NORMAL2-IM-0409-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54a2a2098ea2e7e227aaa593b6d1b24c67b0c0d6f6c82c5f67b59398db8c4686 +size 77828 diff --git a/MendeleyCXR/images/Darwin_00005147_NORMAL2-IM-0410-0001.png b/MendeleyCXR/images/Darwin_00005147_NORMAL2-IM-0410-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..bd25b643f85752b03d1e915b2cdf94013edf5e12 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005147_NORMAL2-IM-0410-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44b2115bac1b214cf8eb4702c39af382745408c00907642f230f4267923a9188 +size 77805 diff --git a/MendeleyCXR/images/Darwin_00005148_NORMAL2-IM-0412-0001.png b/MendeleyCXR/images/Darwin_00005148_NORMAL2-IM-0412-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2f21290e53479b8655aae42716f3852e8b2c7b2a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005148_NORMAL2-IM-0412-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07773d36586e238e923fc3eb0eaa8c7d3784b13e2a7bec630a2ca543641f3d62 +size 80567 diff --git a/MendeleyCXR/images/Darwin_00005149_NORMAL2-IM-0413-0001.png b/MendeleyCXR/images/Darwin_00005149_NORMAL2-IM-0413-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e4c356f8328868b8cc66d5d6ffe23a2d3cc9dacb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005149_NORMAL2-IM-0413-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aa43c2fcfbbbb75ff5e8b280c8bdb5f57e08925a1e2efd632fed6791ced9d60 +size 77450 diff --git a/MendeleyCXR/images/Darwin_00005150_NORMAL2-IM-0414-0001.png b/MendeleyCXR/images/Darwin_00005150_NORMAL2-IM-0414-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e7dae12fe0342dadd8c78d76a9c2f93a169e8938 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005150_NORMAL2-IM-0414-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe4e37629a5a84a6dccf0691d2e0b1c3fda5b6f7a270182a2ee5d90fde898cce +size 80154 diff --git a/MendeleyCXR/images/Darwin_00005151_NORMAL2-IM-0415-0001.png b/MendeleyCXR/images/Darwin_00005151_NORMAL2-IM-0415-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..42845f4cc2a71c5aecbdf33cb2db56046231471c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005151_NORMAL2-IM-0415-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b595d9fd5d36d900727096030243c4430665369c17a5792393ba7163a70970e +size 81130 diff --git a/MendeleyCXR/images/Darwin_00005152_NORMAL2-IM-0416-0001-0001.png b/MendeleyCXR/images/Darwin_00005152_NORMAL2-IM-0416-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f46d1354eaa589e3fa8d6dfb9e57a2560f5aae89 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005152_NORMAL2-IM-0416-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:305b17aa4fd13a1ba728b13f9decb4b49d8e175e9399fb4347e4da9d4d155237 +size 79742 diff --git a/MendeleyCXR/images/Darwin_00005153_NORMAL2-IM-0416-0001-0002.png b/MendeleyCXR/images/Darwin_00005153_NORMAL2-IM-0416-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..3cff3f6ea5452fc557fb26eb4a2efa0298a64272 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005153_NORMAL2-IM-0416-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31ec2dd090c0fe7aa4a7ad00c8f0226e93475867df408733811704aa8bbfb6fa +size 73817 diff --git a/MendeleyCXR/images/Darwin_00005154_NORMAL2-IM-0416-0001.png b/MendeleyCXR/images/Darwin_00005154_NORMAL2-IM-0416-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..72a992dc25ff8b94cc46ab1e843d1a902973b94b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005154_NORMAL2-IM-0416-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c70afe8f8a199365509e85d6a2d8bc323478bd85f508591d4d3754bbfad5f63 +size 73758 diff --git a/MendeleyCXR/images/Darwin_00005155_NORMAL2-IM-0417-0001.png b/MendeleyCXR/images/Darwin_00005155_NORMAL2-IM-0417-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..efab8c6c1233019a6c424c3b3120ec896f75fc5a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005155_NORMAL2-IM-0417-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c72acc70c2f4b03e862fb5197d5599821c359bc24b2b3d59cf6dea11f441fa52 +size 75155 diff --git a/MendeleyCXR/images/Darwin_00005156_NORMAL2-IM-0418-0001.png b/MendeleyCXR/images/Darwin_00005156_NORMAL2-IM-0418-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..759159aefb48e0073a6d5c586cfcac9a7ca2b37c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005156_NORMAL2-IM-0418-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f860fc3ddb3c59a9d1f48f2a6b243827eff68ecda5a1d95917e4eba8e3706fe2 +size 77146 diff --git a/MendeleyCXR/images/Darwin_00005157_NORMAL2-IM-0419-0001.png b/MendeleyCXR/images/Darwin_00005157_NORMAL2-IM-0419-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c401328382ed05f1ac8a87fde772fa2867cc4c3d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005157_NORMAL2-IM-0419-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c13c7b1ded8ebb52884b0d63965affbbdd16534ab76605c84950972e1e4da04f +size 77146 diff --git a/MendeleyCXR/images/Darwin_00005158_NORMAL2-IM-0421-0001.png b/MendeleyCXR/images/Darwin_00005158_NORMAL2-IM-0421-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..feed57f60b6f6fe5f9eda11ce04f3820015fa77f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005158_NORMAL2-IM-0421-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:793a35f3c1111078b6c15fb2750603703137df1ec896848e05411ba656455a5a +size 74648 diff --git a/MendeleyCXR/images/Darwin_00005159_NORMAL2-IM-0423-0001.png b/MendeleyCXR/images/Darwin_00005159_NORMAL2-IM-0423-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..56292b46fef89974eb1310a1322c99b934e131c7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005159_NORMAL2-IM-0423-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00d4a55988a4fd882b6fe719abdf67f893b315b274004bfa57dc4630187493ab +size 73994 diff --git a/MendeleyCXR/images/Darwin_00005160_NORMAL2-IM-0424-0001.png b/MendeleyCXR/images/Darwin_00005160_NORMAL2-IM-0424-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..72fef43bd8aa6617c0902beb0413fe92ed79cf84 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005160_NORMAL2-IM-0424-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ee48fef27cb543369655789a73608bc3f92088a5cbfc0b70f519f461fcda211 +size 79964 diff --git a/MendeleyCXR/images/Darwin_00005161_NORMAL2-IM-0425-0001.png b/MendeleyCXR/images/Darwin_00005161_NORMAL2-IM-0425-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ab86b8b18166b3cb97643756bfb5632c41c72466 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005161_NORMAL2-IM-0425-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b248a672b4a501b21a980330eb91d2404d2f1d21cd77305522f163c8ed7391fb +size 78471 diff --git a/MendeleyCXR/images/Darwin_00005162_NORMAL2-IM-0427-0001.png b/MendeleyCXR/images/Darwin_00005162_NORMAL2-IM-0427-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a80b958079cc6c8ac48a3bcb16bc7f1c001c018d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005162_NORMAL2-IM-0427-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd0f322c086d41f8d00455e924fa1a2c45d8cc52da2bbc302c202e816e49cf43 +size 77467 diff --git a/MendeleyCXR/images/Darwin_00005163_NORMAL2-IM-0428-0001.png b/MendeleyCXR/images/Darwin_00005163_NORMAL2-IM-0428-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4cb811752a47225062b003ace9b3a330be13ae1e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005163_NORMAL2-IM-0428-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0fa0e147436c4aa05809669b4e8e59a54c9fdcda875deac289e916d10abc70c +size 77637 diff --git a/MendeleyCXR/images/Darwin_00005164_NORMAL2-IM-0429-0001.png b/MendeleyCXR/images/Darwin_00005164_NORMAL2-IM-0429-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7fccfcf79e11bcd167218333a8be62dceeea142c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005164_NORMAL2-IM-0429-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c170aea6a673796554da6e5b9e22c4422c3188c43ccda1cae6c2f18c2c78d74f +size 79922 diff --git a/MendeleyCXR/images/Darwin_00005165_NORMAL2-IM-0433-0001.png b/MendeleyCXR/images/Darwin_00005165_NORMAL2-IM-0433-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8ad003d410e75383c2a588fecf41ed60080b1446 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005165_NORMAL2-IM-0433-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0f8a698d80f8d4432dfb2c6c7c079efe1ca934357bc44edd93bb1715227b129 +size 77108 diff --git a/MendeleyCXR/images/Darwin_00005166_NORMAL2-IM-0435-0001.png b/MendeleyCXR/images/Darwin_00005166_NORMAL2-IM-0435-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b6782fbf45bcabe2d74be0afffb9a87ba5de1ad1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005166_NORMAL2-IM-0435-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aae5c5569bba5308b975f86c5592b4f8ce028be988b03f66e38759d0f70317f3 +size 80711 diff --git a/MendeleyCXR/images/Darwin_00005167_NORMAL2-IM-0437-0001.png b/MendeleyCXR/images/Darwin_00005167_NORMAL2-IM-0437-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6b3b73ab5c3d9e65354fde0dd3ad76fc8d251099 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005167_NORMAL2-IM-0437-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:227ce2c2ac876eba52ee3bfcd3236b50da783162db6f6997450d5851700be8fd +size 76525 diff --git a/MendeleyCXR/images/Darwin_00005168_NORMAL2-IM-0439-0001.png b/MendeleyCXR/images/Darwin_00005168_NORMAL2-IM-0439-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e877a69dc49bfb757aa4a085b5d7286e5ce44c50 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005168_NORMAL2-IM-0439-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ac506609be612d6611315da9a35c32a7562603354870a23c51a5b70321343a9 +size 82017 diff --git a/MendeleyCXR/images/Darwin_00005169_NORMAL2-IM-0440-0001.png b/MendeleyCXR/images/Darwin_00005169_NORMAL2-IM-0440-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ecd51ff1b3051c27d11dd73874283cf911078290 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005169_NORMAL2-IM-0440-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5c2f5c7fbb5b9ae2e4f7a490ba168b9320cefb04fb951d1b29b05bfcba7a711 +size 81894 diff --git a/MendeleyCXR/images/Darwin_00005170_NORMAL2-IM-0441-0001.png b/MendeleyCXR/images/Darwin_00005170_NORMAL2-IM-0441-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4dec4b1a11cf0b70fb50686a000b2f2c7ec41f1b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005170_NORMAL2-IM-0441-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efa44f321417eebfbfb5e2530d1f4d4c140665e29816e052029882cc0c7c5de0 +size 81485 diff --git a/MendeleyCXR/images/Darwin_00005171_IM-0741-0001.png b/MendeleyCXR/images/Darwin_00005171_IM-0741-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..54b288731e0d0fb083dc4d811b253f9215ea4391 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005171_IM-0741-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20fe6531d3a8fcce73845569d9e00d55492995adb6397dc0dda5dec8ee589cd4 +size 71339 diff --git a/MendeleyCXR/images/Darwin_00005172_IM-0742-0001.png b/MendeleyCXR/images/Darwin_00005172_IM-0742-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7796fde07d7bc79843aebfbbd9e376ca236f65f7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005172_IM-0742-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7e8fb2348ebb121a44927192aef51d13d4192ca383bf2c7425dcabffb6967d2 +size 75597 diff --git a/MendeleyCXR/images/Darwin_00005173_IM-0746-0001.png b/MendeleyCXR/images/Darwin_00005173_IM-0746-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..77ddb97793cc13ed5d32391f730faa108aeb36d4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005173_IM-0746-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20e6f8808f334ff986a7e0d0ed6bfa03cc065bafc5a4caa41475bbab3010892e +size 73530 diff --git a/MendeleyCXR/images/Darwin_00005174_IM-0747-0001.png b/MendeleyCXR/images/Darwin_00005174_IM-0747-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e2c51aafa2e44ef6f14e7379c00b76456f1819 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005174_IM-0747-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:676c3a2c5bcba3607f53968311efb8f928981cb7ccb7b5357c8af3315855dc60 +size 81984 diff --git a/MendeleyCXR/images/Darwin_00005175_IM-0748-0001.png b/MendeleyCXR/images/Darwin_00005175_IM-0748-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3c3cc54bf2005629a04f31f78d916867bee783f5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005175_IM-0748-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:764291b43435315ac10ab2f587a49e380d93c712b1218482c054ca4776439c60 +size 80316 diff --git a/MendeleyCXR/images/Darwin_00005176_IM-0750-0001.png b/MendeleyCXR/images/Darwin_00005176_IM-0750-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..557b64aedb61cd69d2058b12976fe8ea0d387473 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005176_IM-0750-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6275877801fa5b95c1b86bd215cb89d95949227c02b54c36ca5351593c9d92e5 +size 74471 diff --git a/MendeleyCXR/images/Darwin_00005177_IM-0751-0001.png b/MendeleyCXR/images/Darwin_00005177_IM-0751-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5b63578b7f695d2df341762329de078de5650844 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005177_IM-0751-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea987f26bda805d9e5151281d23a6d93262b1a56c4159e9b0b3241dfd2d9e681 +size 77269 diff --git a/MendeleyCXR/images/Darwin_00005178_IM-0752-0001.png b/MendeleyCXR/images/Darwin_00005178_IM-0752-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..22385e86cf60382f00817c0e89424bcc7cb3a2e1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005178_IM-0752-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4055901afd36793921fd5b8d0de428ad9bb20871aa740114992e6386904304ac +size 78901 diff --git a/MendeleyCXR/images/Darwin_00005179_IM-0753-0001.png b/MendeleyCXR/images/Darwin_00005179_IM-0753-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b5fa858adfaf6384823aae8b66ee53ef8c4580a1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005179_IM-0753-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ba89faa41c317118bd64293b995cb682740f09ddecb323c5a4971e3f9c590d4 +size 76796 diff --git a/MendeleyCXR/images/Darwin_00005180_IM-0754-0001.png b/MendeleyCXR/images/Darwin_00005180_IM-0754-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d2a40ca7e708912e7f83a8051ca6615057d759f8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005180_IM-0754-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9c0888764f9c28a90ddb93672c5eacfed43a6fc89c43671eb98075adbda50f5 +size 78330 diff --git a/MendeleyCXR/images/Darwin_00005181_IM-0755-0001.png b/MendeleyCXR/images/Darwin_00005181_IM-0755-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4e7b97c895147eba51255badd9b2d4c356796427 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005181_IM-0755-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:098e4fbdb0a2b1330de71b71911f87526d9fa70f3f2ef4b08b16ad6eeda282e2 +size 84733 diff --git a/MendeleyCXR/images/Darwin_00005182_IM-0757-0001.png b/MendeleyCXR/images/Darwin_00005182_IM-0757-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4d4055dc070c4e125b022d0df9c16dccc84d273e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005182_IM-0757-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:942455c2acc26d6d6e16786209ce2975ec965c0752f9f2df93363f4e2ddc3afb +size 80677 diff --git a/MendeleyCXR/images/Darwin_00005183_IM-0761-0001.png b/MendeleyCXR/images/Darwin_00005183_IM-0761-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..12763d6446680f3e70a2393dc51521e1a011d3df --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005183_IM-0761-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f84bebd2803e2cb8ad14beae579c7cae7469ac7842a4d095fe264e028b6c937 +size 81961 diff --git a/MendeleyCXR/images/Darwin_00005184_IM-0764-0001.png b/MendeleyCXR/images/Darwin_00005184_IM-0764-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fe5ebe621bcee02fcb6ac5762e2cc9b095534018 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005184_IM-0764-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f87e1392b00b94288fff28c90455a5e3b3ccf8c52ecd6cb0d64a27de3216db3 +size 83464 diff --git a/MendeleyCXR/images/Darwin_00005185_IM-0766-0001.png b/MendeleyCXR/images/Darwin_00005185_IM-0766-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1672dfcc0bc8798810a34f4a8ace240b9f95a6cf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005185_IM-0766-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e533d67dcb03d7255a2312a4f8862187cc872cdc71ceaf327f14b3b6dbcf781b +size 75680 diff --git a/MendeleyCXR/images/Darwin_00005186_NORMAL2-IM-0383-0001.png b/MendeleyCXR/images/Darwin_00005186_NORMAL2-IM-0383-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..188f0657cda45c722c6d1446fa9fa94ff8f2019b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005186_NORMAL2-IM-0383-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61ac1b4f22fe985cc66f24f201146c38de5486d854080b61348427797c612984 +size 75087 diff --git a/MendeleyCXR/images/Darwin_00005187_NORMAL2-IM-0384-0001.png b/MendeleyCXR/images/Darwin_00005187_NORMAL2-IM-0384-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8158b3db71821af303735c720f78e009a13d8080 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005187_NORMAL2-IM-0384-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4113944b852b6ad0a77e7ad7a60f4fc30a95fe58aa09b0147150826899070bf3 +size 77069 diff --git a/MendeleyCXR/images/Darwin_00005188_NORMAL2-IM-0385-0001.png b/MendeleyCXR/images/Darwin_00005188_NORMAL2-IM-0385-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..00c108b89602ac71599118c4178b0b16c9111611 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005188_NORMAL2-IM-0385-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:945741c305f0bbb76813a999da799ed87cb81f961be8e385c6edeb1c36a2d349 +size 80401 diff --git a/MendeleyCXR/images/Darwin_00005189_NORMAL2-IM-0386-0001.png b/MendeleyCXR/images/Darwin_00005189_NORMAL2-IM-0386-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..566554c4911a7e7858cc98dad33f78d6a3382cc9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005189_NORMAL2-IM-0386-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be7205b94224ba7fd7a8b9ce6788bc7cefc82d7f7007afee9df2b6f95576f735 +size 79053 diff --git a/MendeleyCXR/images/Darwin_00005190_NORMAL2-IM-0388-0001.png b/MendeleyCXR/images/Darwin_00005190_NORMAL2-IM-0388-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..09483f61466f66b9b015699090f8eee8a35244c0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005190_NORMAL2-IM-0388-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d1556cf39fbd3fced1c0dd6468701e53718f3c1345aafddca386fc2bad589a7 +size 75251 diff --git a/MendeleyCXR/images/Darwin_00005191_NORMAL2-IM-0389-0001.png b/MendeleyCXR/images/Darwin_00005191_NORMAL2-IM-0389-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a4e93a796dd8bba61928cc2c9d1c80c9cf565de0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005191_NORMAL2-IM-0389-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b79a76cccea960e663c8c40a6a718b99e791ab27bb6e8e0f14545fe71dff4bc3 +size 79814 diff --git a/MendeleyCXR/images/Darwin_00005192_NORMAL2-IM-0390-0001.png b/MendeleyCXR/images/Darwin_00005192_NORMAL2-IM-0390-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6c44f5ae535596b0b4214203617281cec4a42cab --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005192_NORMAL2-IM-0390-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:759f54a7e480bd4255f1e87ef04f72eb8d56d4e9ce11f18e943612b8423907a6 +size 77554 diff --git a/MendeleyCXR/images/Darwin_00005193_NORMAL2-IM-0391-0001.png b/MendeleyCXR/images/Darwin_00005193_NORMAL2-IM-0391-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..77e90f4691f18253db973e6c074047620cb807c2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005193_NORMAL2-IM-0391-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3293ea85f5ba0e95ea86e717e73052fc523f8cc36941208361728ef69968cec +size 66341 diff --git a/MendeleyCXR/images/Darwin_00005194_NORMAL2-IM-0392-0001.png b/MendeleyCXR/images/Darwin_00005194_NORMAL2-IM-0392-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3c5b8da74f720dbb62f8165766edb1147036011b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005194_NORMAL2-IM-0392-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd55f5150e861a9fdc457a2166c6e0c67df350385e2112f4af60f928d2dd85bd +size 76953 diff --git a/MendeleyCXR/images/Darwin_00005195_NORMAL2-IM-0393-0001.png b/MendeleyCXR/images/Darwin_00005195_NORMAL2-IM-0393-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5d94e16b9ea09380fdd402056271865ca81c45c4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005195_NORMAL2-IM-0393-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b45a5873cea0248e6687284d26a908da4f60d96331a9b88975feecd9da435669 +size 78843 diff --git a/MendeleyCXR/images/Darwin_00005196_NORMAL2-IM-0394-0001.png b/MendeleyCXR/images/Darwin_00005196_NORMAL2-IM-0394-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fed9ba3aebc2afebbd9bad19a13719618eb7a7c2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005196_NORMAL2-IM-0394-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:627a552cf2c205e9410c0a0508cc62f8f04f18d4574b4dc800b5dc25e7505f2f +size 79758 diff --git a/MendeleyCXR/images/Darwin_00005197_NORMAL2-IM-0395-0001-0001.png b/MendeleyCXR/images/Darwin_00005197_NORMAL2-IM-0395-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4c4e8c8e8155508a0c2983009e1d783eb8ad6136 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005197_NORMAL2-IM-0395-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b63142e15c09b4e66275d3e747483cf61f71516de40386db8febc3e876539e4 +size 69112 diff --git a/MendeleyCXR/images/Darwin_00005198_NORMAL2-IM-0395-0001-0002.png b/MendeleyCXR/images/Darwin_00005198_NORMAL2-IM-0395-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..e28d8d04ba0c111188d3f3c3ee1af64681305c06 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005198_NORMAL2-IM-0395-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbc61189be26abf5744e0f28fb40ef1f54e22a99c23e3f5198c45b3468255900 +size 69754 diff --git a/MendeleyCXR/images/Darwin_00005199_NORMAL2-IM-0395-0001.png b/MendeleyCXR/images/Darwin_00005199_NORMAL2-IM-0395-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0b565f6a9a44e8340bb1f219b4deb1389e365bfb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005199_NORMAL2-IM-0395-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7870e0592ab0f6c0b6d8d29391609ce25d85a30f053a63a244d85db98800077 +size 71313 diff --git a/MendeleyCXR/images/Darwin_00005200_NORMAL2-IM-0396-0001.png b/MendeleyCXR/images/Darwin_00005200_NORMAL2-IM-0396-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b798b630cea686ba0cab8fc1f581b4f78d3f5ac8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005200_NORMAL2-IM-0396-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a31a0b92925be70a207bbdf90ec7e395ae45acdd3c45f62a505fecee457dd6fc +size 77280 diff --git a/MendeleyCXR/images/Darwin_00005201_NORMAL2-IM-0397-0001.png b/MendeleyCXR/images/Darwin_00005201_NORMAL2-IM-0397-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0461341b00c2b8b516c18f5096dc7896a028795b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005201_NORMAL2-IM-0397-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:594fa9fe6cfe0a50f332281c66e95b4ef5fbefafd939cd139c05e2bfd57aa324 +size 74542 diff --git a/MendeleyCXR/images/Darwin_00005202_NORMAL2-IM-0399-0001.png b/MendeleyCXR/images/Darwin_00005202_NORMAL2-IM-0399-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9115bc02551005f0ee768abb9387b58ec8840140 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005202_NORMAL2-IM-0399-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2a6269143b02b6473ef8c77b3c64705407d81d0967457c24fb8a8d940c17855 +size 77586 diff --git a/MendeleyCXR/images/Darwin_00005203_NORMAL2-IM-0401-0001.png b/MendeleyCXR/images/Darwin_00005203_NORMAL2-IM-0401-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..224f7f0e4169b154cd8f958d69d1195eee45aa01 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005203_NORMAL2-IM-0401-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95a7e1d0de65012ece395f3b589ed0a7aa131aa6e0e1717d9a5bfb3a6aa7bc25 +size 77006 diff --git a/MendeleyCXR/images/Darwin_00005204_NORMAL2-IM-0402-0001.png b/MendeleyCXR/images/Darwin_00005204_NORMAL2-IM-0402-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..db21203c1a8d2cc71b53078067fdc6f1339743e6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005204_NORMAL2-IM-0402-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c15e93c6b75ef4ac72848c497d03a8e1e58893413b44f257779aefcd898ed63d +size 77697 diff --git a/MendeleyCXR/images/Darwin_00005205_NORMAL2-IM-0403-0001.png b/MendeleyCXR/images/Darwin_00005205_NORMAL2-IM-0403-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f09d41e655d4df743a25a3ea25822a79d89fb0bb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005205_NORMAL2-IM-0403-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2358d998e7c41fb78403c5672f18006483b3e12745eda1167739f29308b9ae2c +size 70874 diff --git a/MendeleyCXR/images/Darwin_00005206_NORMAL2-IM-0404-0001.png b/MendeleyCXR/images/Darwin_00005206_NORMAL2-IM-0404-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..45b6dc1cfce9db33cf5a0ddb6ba866b084d7bea3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005206_NORMAL2-IM-0404-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fd5d2a69c1e082cb50ed018430fcbc26c959d3950b8242d6b8675639c4cddfc +size 75057 diff --git a/MendeleyCXR/images/Darwin_00005207_NORMAL2-IM-0406-0001.png b/MendeleyCXR/images/Darwin_00005207_NORMAL2-IM-0406-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..49f9ff66abb6117438a7ab9bed94347b02171905 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005207_NORMAL2-IM-0406-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d0e8472548022abc1fa5df5b828554da34a5d07dd5750e852a7331fa7da32e1 +size 76049 diff --git a/MendeleyCXR/images/Darwin_00005208_IM-0700-0001.png b/MendeleyCXR/images/Darwin_00005208_IM-0700-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9a045448d24d347883d02a06fb19f9a531853512 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005208_IM-0700-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f6363f0fdfb8892eeef8206643287e745e2f2a2b52b154b4fc681f4c0ebd923 +size 78415 diff --git a/MendeleyCXR/images/Darwin_00005209_IM-0701-0001.png b/MendeleyCXR/images/Darwin_00005209_IM-0701-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..46a5a320ce93e5bed8728220503467f39ec2b68f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005209_IM-0701-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faa404122ca92dab3a464485a4d68fad8d942232d5610ecbeaf793672160672b +size 79251 diff --git a/MendeleyCXR/images/Darwin_00005210_IM-0702-0001.png b/MendeleyCXR/images/Darwin_00005210_IM-0702-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..19c0674efc3f504060dbcb24a52b31f8450e46e2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005210_IM-0702-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cac3c349325cf3255537b6280fe611d3c9f3d2956d4e65296d25ea897c1520a8 +size 78333 diff --git a/MendeleyCXR/images/Darwin_00005211_IM-0703-0001.png b/MendeleyCXR/images/Darwin_00005211_IM-0703-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a63e9ff2582a97b7fdc3c1ec49c75ba21a2a4dba --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005211_IM-0703-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e7914d64be7d691739f67bdf06561198efde4aad4557085cad0ab61c3ed4efd +size 76254 diff --git a/MendeleyCXR/images/Darwin_00005212_IM-0704-0001.png b/MendeleyCXR/images/Darwin_00005212_IM-0704-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..639ce3e5fded97d3e4efd1283dbfd35ef7c65f58 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005212_IM-0704-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4abd27d85090cae360c07c7c6ab6231b3fe55067416ef2bff7ff401cb4e84f97 +size 74140 diff --git a/MendeleyCXR/images/Darwin_00005213_IM-0705-0001.png b/MendeleyCXR/images/Darwin_00005213_IM-0705-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d4f3bab9df9f2cf7a621efc6d15bb2f4792c804a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005213_IM-0705-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a01db3b88156fb359304733ad30a92240ff73fc880d02dbc6997735ecd726c5f +size 76169 diff --git a/MendeleyCXR/images/Darwin_00005214_IM-0706-0001.png b/MendeleyCXR/images/Darwin_00005214_IM-0706-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5ad7d031df72475e3bfe9e03c6dfedd9da6ddf7e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005214_IM-0706-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51793f0c74f7c9f355f8d687e78043a68fc376e1fa583d006a026e77e2cae74b +size 80472 diff --git a/MendeleyCXR/images/Darwin_00005215_IM-0707-0001.png b/MendeleyCXR/images/Darwin_00005215_IM-0707-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ec6490c73aabaac7f47b40c1f8fa5bacf4dd3d7e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005215_IM-0707-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0939d7dbc1acb5e5b20f923ebd698f0cc99ca41f00f1cba0d1874acb3f22de1a +size 78241 diff --git a/MendeleyCXR/images/Darwin_00005216_IM-0709-0001.png b/MendeleyCXR/images/Darwin_00005216_IM-0709-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8a4e2bd160221950ea24727da8a2837061094466 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005216_IM-0709-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40721d2bb0b2f2c4341915a24bfe741d52201d8201f312e5874afe51ebec6321 +size 80983 diff --git a/MendeleyCXR/images/Darwin_00005217_IM-0710-0001.png b/MendeleyCXR/images/Darwin_00005217_IM-0710-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..828ddb23b6f08999b576b1f884ac5c463abb2a89 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005217_IM-0710-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef41697c1eba233a481dcb108dd74880d2cba565d03ae70b24eaf683ee8d9182 +size 79355 diff --git a/MendeleyCXR/images/Darwin_00005218_IM-0711-0001.png b/MendeleyCXR/images/Darwin_00005218_IM-0711-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..90db228c3c7f3829cf359f4e7c2a88391644cd82 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005218_IM-0711-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8be2998319eefc17def687976aeca065c33142310c7523707d4b48d75dcd454 +size 78053 diff --git a/MendeleyCXR/images/Darwin_00005219_IM-0712-0001.png b/MendeleyCXR/images/Darwin_00005219_IM-0712-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7bc2471d6526cc881038b8c6e42046411e5d727e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005219_IM-0712-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96419a1e4333e5e4abd76559a3b2e28bc4d13e7bac57a90dabd8d3fa58533e1c +size 77070 diff --git a/MendeleyCXR/images/Darwin_00005220_IM-0713-0001.png b/MendeleyCXR/images/Darwin_00005220_IM-0713-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..85896e8612677fe8458b48b70749d2775b60bc58 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005220_IM-0713-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb2511bea06eb595573e61ca6594b04d452b0e9624c7d2f43d1ca0f11bb80ffd +size 71777 diff --git a/MendeleyCXR/images/Darwin_00005221_IM-0714-0001.png b/MendeleyCXR/images/Darwin_00005221_IM-0714-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..de6cb60da062cc385a8754fba87409470a9fda0f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005221_IM-0714-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd3e9eb9d3da16cb354d692f43077255d091cd853b4d5432d4653591f59904d0 +size 69545 diff --git a/MendeleyCXR/images/Darwin_00005222_IM-0715-0001.png b/MendeleyCXR/images/Darwin_00005222_IM-0715-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ef96a2a4ea4b29aa60d4d5e2aebfec14671888a2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005222_IM-0715-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a68d3979de3d4cd3d01f2eb6851f21fac86dc00f10bec451b92e0a72e48fcc2f +size 71657 diff --git a/MendeleyCXR/images/Darwin_00005223_IM-0716-0001.png b/MendeleyCXR/images/Darwin_00005223_IM-0716-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0f5b0d12af9c5f7bd0316e58f3646694a2827b21 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005223_IM-0716-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9c2a484645233b24eeef0a8a333488fbc5d65c7d92eb26a1cd5da0d1ee91f41 +size 77248 diff --git a/MendeleyCXR/images/Darwin_00005224_IM-0717-0001.png b/MendeleyCXR/images/Darwin_00005224_IM-0717-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d4a8dbbd84a38418118047f9f888dbeef2d94176 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005224_IM-0717-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0d898d103c86925faeeb384a7fb44e52a088d7b9ce65afa06aa741b7d817d13 +size 79410 diff --git a/MendeleyCXR/images/Darwin_00005225_IM-0718-0001.png b/MendeleyCXR/images/Darwin_00005225_IM-0718-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..530d26e9fb3bd9c7fe469d7da59c9ab3784ad71a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005225_IM-0718-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbde978db614d06eb35b098f01fd4b5f1992fdfea45483c4991a16328e6b5480 +size 75350 diff --git a/MendeleyCXR/images/Darwin_00005226_IM-0719-0001.png b/MendeleyCXR/images/Darwin_00005226_IM-0719-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c26f3ab74f33fc7740b693d7e5422c2454a069cb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005226_IM-0719-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16e0204dbafaf81ab85388833eecac5c2d0a9dcd00bde6902d5a76e3331b67d4 +size 80361 diff --git a/MendeleyCXR/images/Darwin_00005227_IM-0721-0001.png b/MendeleyCXR/images/Darwin_00005227_IM-0721-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..80324541b768055d3125a7ff80e29ceabd708816 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005227_IM-0721-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a327936e9802afeb248bb5e07887533949f857d60217ab724ec678adb4f53eb9 +size 82527 diff --git a/MendeleyCXR/images/Darwin_00005228_IM-0722-0001.png b/MendeleyCXR/images/Darwin_00005228_IM-0722-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d3257d76e6a3731f7f66a8338641fddd66f013a7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005228_IM-0722-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb4304f1ef835c7790ce21b20c8783d18adc5db7de0851a607a11ff84d2d6ca8 +size 76599 diff --git a/MendeleyCXR/images/Darwin_00005229_IM-0724-0001.png b/MendeleyCXR/images/Darwin_00005229_IM-0724-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..116d6ffb8a3973d1716e49de6ab5cdf04f7054c0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005229_IM-0724-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aa9d71a1b8e92a0a35a2c314063fb86cc6fae4b19cb9c9be1d7aedefe15d05b +size 74665 diff --git a/MendeleyCXR/images/Darwin_00005230_IM-0727-0001.png b/MendeleyCXR/images/Darwin_00005230_IM-0727-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6a9d65bdf215d25e04d15694585d088716b7e307 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005230_IM-0727-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:290ee39c06063854fdefe9d78d973dfcc3d8c7a0e68116cf6aceda6f8644f8b4 +size 82417 diff --git a/MendeleyCXR/images/Darwin_00005231_IM-0728-0001.png b/MendeleyCXR/images/Darwin_00005231_IM-0728-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8b865fd34d4e17a1c346d9ecf1729a3f62cd3cf2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005231_IM-0728-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e38b11b4d2e8f10b2546c517bd7441b5d0e1aae1f4868ae81f40cdac646cfa9 +size 79581 diff --git a/MendeleyCXR/images/Darwin_00005232_IM-0729-0001.png b/MendeleyCXR/images/Darwin_00005232_IM-0729-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d6de7b9a03cc891d0ad56c924bab4f48fd26124d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005232_IM-0729-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0845f367515c5041b82eaab869758f08e10f634f827a3ff0464390d21c3fd59f +size 76169 diff --git a/MendeleyCXR/images/Darwin_00005233_IM-0730-0001.png b/MendeleyCXR/images/Darwin_00005233_IM-0730-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..78420c5ea4ddc3aea1a89f2e2069a9413d7503e9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005233_IM-0730-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54f6fb0efc8663dee40840f7ff32e34911f5073c72cb8b4979870d2475453a09 +size 78109 diff --git a/MendeleyCXR/images/Darwin_00005234_IM-0732-0001.png b/MendeleyCXR/images/Darwin_00005234_IM-0732-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ca4edbea432fd980158366bed6b2746997e50d66 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005234_IM-0732-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b19a298d36ebae709eeabd0c920614424acca1a678a936a180bf206e5ee91bd +size 75408 diff --git a/MendeleyCXR/images/Darwin_00005235_IM-0733-0001.png b/MendeleyCXR/images/Darwin_00005235_IM-0733-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..aa5f8744979954ef9a1cc13690fc424a67ec9640 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005235_IM-0733-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a72be00d509734f3bb02a4843fdfe64fb6f67f22a2e008a04cafbaa7a04c869f +size 75826 diff --git a/MendeleyCXR/images/Darwin_00005236_IM-0734-0001.png b/MendeleyCXR/images/Darwin_00005236_IM-0734-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..adc343435e71fd12817898b576fbcea0349b4d95 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005236_IM-0734-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49d0b820b19a489fc5d5089601653db1f960a5b6e62494c952fa31df8a5aa1aa +size 76922 diff --git a/MendeleyCXR/images/Darwin_00005237_IM-0735-0001.png b/MendeleyCXR/images/Darwin_00005237_IM-0735-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8d7cb9e06e939187654328d00616b92ce2d4cbdc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005237_IM-0735-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:110fb57fbed0e9d804dffa3756a146a9152698c40d5f4428837122ee628b5547 +size 75678 diff --git a/MendeleyCXR/images/Darwin_00005238_IM-0736-0001.png b/MendeleyCXR/images/Darwin_00005238_IM-0736-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..dd192068687e42068c45cd4f9b3271c31c02550a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005238_IM-0736-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:851f9c56b6439f7a274b95a530770645d48cf5eb0c7a0c8e35a098afdd1fee15 +size 73755 diff --git a/MendeleyCXR/images/Darwin_00005239_IM-0737-0001.png b/MendeleyCXR/images/Darwin_00005239_IM-0737-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fc36ed00b6a3810cd5190e3b725a4630bab16ec8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005239_IM-0737-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5b77fa72a3d4c28a059e8fd1b851226bbf3a6ea9fa0dabed198ce04b97e2201 +size 77098 diff --git a/MendeleyCXR/images/Darwin_00005240_IM-0738-0001.png b/MendeleyCXR/images/Darwin_00005240_IM-0738-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4df7a9a7f02e957789930793985204d7fedf8ea1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005240_IM-0738-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c75e8fb85ae0ef07e464d5654e475df1d6e62e1a1edaf244a36038982939486d +size 76242 diff --git a/MendeleyCXR/images/Darwin_00005241_IM-0739-0001.png b/MendeleyCXR/images/Darwin_00005241_IM-0739-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fae6ea200bacea62371246936c4ea688666d8e71 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005241_IM-0739-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5769fac471dc8812397908b274618e8e523fff831e8e145ba0225bdce8ef63c4 +size 73292 diff --git a/MendeleyCXR/images/Darwin_00005242_IM-0740-0001.png b/MendeleyCXR/images/Darwin_00005242_IM-0740-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a7efffbcfc2fbfa53576f983f068422143e13bf3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005242_IM-0740-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3e75855111f74a18a8032298dbd6ae519f7e5d5e5d32585ac3ac8ae7dbd3d06 +size 76510 diff --git a/MendeleyCXR/images/Darwin_00005243_IM-0666-0001.png b/MendeleyCXR/images/Darwin_00005243_IM-0666-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4446cf252d700f8350279d32d157bb695ff4507b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005243_IM-0666-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47951f9254b8fcdecfabd8104041cccd3a5c7c6eeb2b9a2dca1e8dedda56e352 +size 78168 diff --git a/MendeleyCXR/images/Darwin_00005244_IM-0667-0001.png b/MendeleyCXR/images/Darwin_00005244_IM-0667-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..53d978a37e4d797d302fe2525b403144f522d066 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005244_IM-0667-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bc4cb13efcf18a6e5301625ed9ea0478143375a18ab93001f1d1b2a198048e0 +size 75786 diff --git a/MendeleyCXR/images/Darwin_00005245_IM-0668-0001.png b/MendeleyCXR/images/Darwin_00005245_IM-0668-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..bd16cdb0a87b8798c50371efd9809e3591a9bc59 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005245_IM-0668-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33deb7aa68e2cf1cad628bc2cfd706f443a82e460374e0e983f9dbb55d51168e +size 71641 diff --git a/MendeleyCXR/images/Darwin_00005246_IM-0669-0001.png b/MendeleyCXR/images/Darwin_00005246_IM-0669-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..52a8d8e26ab789a09f89f2b585e6d3090823f41a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005246_IM-0669-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02a7c8997481c7e0c22c6fcfdeb1db62c22a63909a490bf9df851597df2d3270 +size 76281 diff --git a/MendeleyCXR/images/Darwin_00005247_IM-0670-0001.png b/MendeleyCXR/images/Darwin_00005247_IM-0670-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8eadf0ed613d53cf72f52b2d4cce42b2970f04da --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005247_IM-0670-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08e928243061c76318a4c4fc7f5e08e76323982ce5f614be2819fee4c12861fb +size 77617 diff --git a/MendeleyCXR/images/Darwin_00005248_IM-0671-0001.png b/MendeleyCXR/images/Darwin_00005248_IM-0671-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..040955493859aef07a4b5c72fd42e6e7866bbc9e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005248_IM-0671-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc154d5aa5acb93ca24ab057384a87f2259b35918f1fde3a0de9186644195275 +size 72885 diff --git a/MendeleyCXR/images/Darwin_00005249_IM-0672-0001.png b/MendeleyCXR/images/Darwin_00005249_IM-0672-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6d17f0d139dea4c6b054d371368da29e4e8c5a6b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005249_IM-0672-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a303a6c73c063c8994add426d664a9827e21176e984cd513a5dc801e67f6d971 +size 82741 diff --git a/MendeleyCXR/images/Darwin_00005250_IM-0673-0001.png b/MendeleyCXR/images/Darwin_00005250_IM-0673-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..65f9182b121d5bc121e0cc661e0060ac30d51eb8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005250_IM-0673-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2ac43599c4617d1bd964efab6bc57f0530b0c8465ded99b0ba01999ca482667 +size 80956 diff --git a/MendeleyCXR/images/Darwin_00005251_IM-0674-0001.png b/MendeleyCXR/images/Darwin_00005251_IM-0674-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..68acc21c87decab1dc034faccc237d7ce9de8141 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005251_IM-0674-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78718ef2f5afbc0b2ade2d9b25376d4867388c2f65de0100d5682cb6e56c89ff +size 75476 diff --git a/MendeleyCXR/images/Darwin_00005252_IM-0675-0001.png b/MendeleyCXR/images/Darwin_00005252_IM-0675-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b1a05d1afe53df769031d99d9f395991161b38e9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005252_IM-0675-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14c849a0c90eb3d9449e64c3bad497b1ad935160ba5e43ebf4c9f3383c3f103b +size 75437 diff --git a/MendeleyCXR/images/Darwin_00005253_IM-0676-0001.png b/MendeleyCXR/images/Darwin_00005253_IM-0676-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9ddc07209704f88464610548b98c67ecfbf8200e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005253_IM-0676-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1308667ff32f47ad26c607438c30d44f2a3b1669caf15e89628c7ae5fc51198 +size 75160 diff --git a/MendeleyCXR/images/Darwin_00005254_IM-0677-0001.png b/MendeleyCXR/images/Darwin_00005254_IM-0677-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..133cf2c903daa627a3ef49bb5d8d16e6e642d7c7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005254_IM-0677-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b3b52f92713fd46672d104ecb0e0c28285688c4373aab6b1bcc2c18ef138f7c +size 77557 diff --git a/MendeleyCXR/images/Darwin_00005255_IM-0678-0001.png b/MendeleyCXR/images/Darwin_00005255_IM-0678-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3bb88831a347447c49a7ad20d12c612faedd5900 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005255_IM-0678-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deb118d1276a00fdaf9978f6bbd4a01ac5865f0c836f98026f149571d840bec3 +size 80119 diff --git a/MendeleyCXR/images/Darwin_00005256_IM-0679-0001.png b/MendeleyCXR/images/Darwin_00005256_IM-0679-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d2f77647da668b699079b5e998c5f9cd0dfbce54 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005256_IM-0679-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33cd84253d0c22c0aa0f3f988ae36c1fc7baacf46064e7d91f1ee4ae5872d231 +size 74295 diff --git a/MendeleyCXR/images/Darwin_00005257_IM-0680-0001.png b/MendeleyCXR/images/Darwin_00005257_IM-0680-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c9a4d700554a8db0f8923fb4bdef35ee72c5c327 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005257_IM-0680-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4489852ee124643a821e10052e7e2150b56a7952fc4200ec4b3c641d6d9613d +size 75072 diff --git a/MendeleyCXR/images/Darwin_00005258_IM-0681-0001.png b/MendeleyCXR/images/Darwin_00005258_IM-0681-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..01648474288e4e24b001bb85bf0ce31b665781bd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005258_IM-0681-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae9c041cf0479138ffa2bd2e36021fe51eb2eb7c87122dd61f746c63058a58a0 +size 78034 diff --git a/MendeleyCXR/images/Darwin_00005259_IM-0682-0001.png b/MendeleyCXR/images/Darwin_00005259_IM-0682-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c2c63a7f2a4d3283ae24497cdc49b6fe1b3f7372 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005259_IM-0682-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:377ce7019354123801b80bb6bd9bea8757a49aa4fad1b263073d997a2dd56a48 +size 76145 diff --git a/MendeleyCXR/images/Darwin_00005260_IM-0683-0001.png b/MendeleyCXR/images/Darwin_00005260_IM-0683-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fb1c8163221a35abca4d128491f6c72a0214af16 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005260_IM-0683-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afced49f3cae841d8faacc0bcf1436e0efe61fae01be4baf781c74616a69a409 +size 72634 diff --git a/MendeleyCXR/images/Darwin_00005261_IM-0684-0001.png b/MendeleyCXR/images/Darwin_00005261_IM-0684-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..22556ab3466ccce301996852e48a654a3197653a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005261_IM-0684-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94be69e39269b2839af63ed06cb92aef4671a963b8d2b3eeac81ffdb229a77e6 +size 79357 diff --git a/MendeleyCXR/images/Darwin_00005262_IM-0685-0001.png b/MendeleyCXR/images/Darwin_00005262_IM-0685-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6613167449843bda9ef0f253992c5bf61caf999d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005262_IM-0685-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be033e4c1b74cd0eca195fae8a7a9eeec715e1429b7649162727e950b9d14412 +size 76299 diff --git a/MendeleyCXR/images/Darwin_00005263_IM-0686-0001.png b/MendeleyCXR/images/Darwin_00005263_IM-0686-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..867c74432f23768b63d3421e966a6f35084f1a2e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005263_IM-0686-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d4f09e3e7915842a157ead8161cf61f886a8db18c62c568093681140dbdceeb +size 77988 diff --git a/MendeleyCXR/images/Darwin_00005264_IM-0687-0001.png b/MendeleyCXR/images/Darwin_00005264_IM-0687-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c5f4d6e23da20161e889ff7a16fae262d273267a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005264_IM-0687-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ad4f8e31839748030d73d3a4c0e97b2d4cca294763cb7760f2dbf15885e5353 +size 84173 diff --git a/MendeleyCXR/images/Darwin_00005265_IM-0688-0001.png b/MendeleyCXR/images/Darwin_00005265_IM-0688-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e4d72c58a1673afc2d0ce9efe10a45b34007f994 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005265_IM-0688-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d0e86713f60a74dfb3ea537f59fdb27d39ba7f10ecb931348b34d1f887ab3c7 +size 77138 diff --git a/MendeleyCXR/images/Darwin_00005266_IM-0689-0001.png b/MendeleyCXR/images/Darwin_00005266_IM-0689-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..540b2229befa6fc70b514c5ea3aab62001d4b0dd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005266_IM-0689-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfc908a0ebf69498208fb3eda0d6381f70a3ef1d1d6f625a873a5403be5bce40 +size 78919 diff --git a/MendeleyCXR/images/Darwin_00005267_IM-0691-0001.png b/MendeleyCXR/images/Darwin_00005267_IM-0691-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ba20f43376e105514f36638c09fbec5e1e7e0f54 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005267_IM-0691-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e554bb86c35096182c2b94f6bfe9d440ced31af206b517302c80867fe090459d +size 77865 diff --git a/MendeleyCXR/images/Darwin_00005268_IM-0692-0001.png b/MendeleyCXR/images/Darwin_00005268_IM-0692-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2829f377ccfed6d73d87fd433a7cdccf5afbc399 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005268_IM-0692-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fadecf4ca429f36b914c6d806f6767b2e1ce0dbdc0157f74294bba2360920e1 +size 77407 diff --git a/MendeleyCXR/images/Darwin_00005269_IM-0693-0001.png b/MendeleyCXR/images/Darwin_00005269_IM-0693-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..069b3b2781c88503c7b7f33e7c487ea706a37c8f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005269_IM-0693-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42561a5f9ce14cb87c28ce830c4b771ccc4c125a209bc4700ba1083945c18221 +size 76205 diff --git a/MendeleyCXR/images/Darwin_00005270_IM-0694-0001.png b/MendeleyCXR/images/Darwin_00005270_IM-0694-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..557432118c5d96c6c6a5f7e7df107898da86b07b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005270_IM-0694-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a7fcf149c7f9a0211a223addb524f33f061dbd441c9acb0301414c72037f4aa +size 79514 diff --git a/MendeleyCXR/images/Darwin_00005271_IM-0695-0001.png b/MendeleyCXR/images/Darwin_00005271_IM-0695-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ca461871db13d6709dfa72e1becbe521ca9c3aa1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005271_IM-0695-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23cdc55eb7809b7f41fd128df56b522f688ddd0ccacbd5c93573d4b496abfc43 +size 78811 diff --git a/MendeleyCXR/images/Darwin_00005272_IM-0696-0001.png b/MendeleyCXR/images/Darwin_00005272_IM-0696-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6adc31ec52b4e9e5bf8260ebfa209ee25a6b8851 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005272_IM-0696-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbfed57148c48b9a83479ff3b52e1c65a1059a00d081f02cfb8635d9604cc731 +size 73976 diff --git a/MendeleyCXR/images/Darwin_00005273_IM-0697-0001.png b/MendeleyCXR/images/Darwin_00005273_IM-0697-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ff799ad730fbcf9fe48d4fbe3b73b028affc64dd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005273_IM-0697-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f4b5cebdb5820ce9731cfd8122d04dc039a05381bf0be76204370b4718e3202 +size 77568 diff --git a/MendeleyCXR/images/Darwin_00005274_IM-0698-0001.png b/MendeleyCXR/images/Darwin_00005274_IM-0698-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3e59aca644ffefa801f0852ac834d265b5ec0643 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005274_IM-0698-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e757f357b935e16c0475ee3c6071ab920b08b06d60ad0b0053d23073f2a25e1 +size 78691 diff --git a/MendeleyCXR/images/Darwin_00005275_IM-0642-0001.png b/MendeleyCXR/images/Darwin_00005275_IM-0642-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5572e806b3ac715f8e6f0a58b6d8428fba51ebfc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005275_IM-0642-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7c414732caf7add86f0406b59c74d2e14ee08e9b0f900764a2830d20893b140 +size 78970 diff --git a/MendeleyCXR/images/Darwin_00005276_IM-0643-0001.png b/MendeleyCXR/images/Darwin_00005276_IM-0643-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e5e7063245c94494789851e63cfe8c30bab8bd49 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005276_IM-0643-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eedd5d4beb87c19c7d9aa9324891f8ba942264bc2d08d15897546e7456d40c5a +size 75836 diff --git a/MendeleyCXR/images/Darwin_00005277_IM-0644-0001-0001.png b/MendeleyCXR/images/Darwin_00005277_IM-0644-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f627a122268479f2c2151d4beab3ccb713c06e76 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005277_IM-0644-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30fe9350acaaa1c7f0178201a87a8abf75d6bb79659bbf67392afed6f2f23411 +size 70983 diff --git a/MendeleyCXR/images/Darwin_00005278_IM-0644-0001-0002.png b/MendeleyCXR/images/Darwin_00005278_IM-0644-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..2ab527da00f3b2b3344b760fe915bff6e4b5317c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005278_IM-0644-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64cfd872d0a7a0ca543293a67d40bcc6683424a74c1d656b577c9d995b7ca1e8 +size 69142 diff --git a/MendeleyCXR/images/Darwin_00005279_IM-0644-0001.png b/MendeleyCXR/images/Darwin_00005279_IM-0644-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..818edeffb9011d8b89df6259acdf5b364c3f4f3f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005279_IM-0644-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:781a7f15f030835e098e61b6d28739626a0cdf32b5be95d61a0d5a6fae35d3ec +size 71940 diff --git a/MendeleyCXR/images/Darwin_00005280_IM-0645-0001.png b/MendeleyCXR/images/Darwin_00005280_IM-0645-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..13ce68031795d19f226dd7dc0d919ade2509ff9b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005280_IM-0645-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53175e8ffe39b7d0ae14ec131dbfbbf81be9b1a4ea9516eb89ab4b7eb1fda5e8 +size 79031 diff --git a/MendeleyCXR/images/Darwin_00005281_IM-0646-0001.png b/MendeleyCXR/images/Darwin_00005281_IM-0646-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..438f44d639d19917bd3006681164f2826c6fdc00 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005281_IM-0646-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31eea7e725bf85195f4beff716a0bba2d2e6e1935a42fa7f77a397cd517c46d2 +size 74085 diff --git a/MendeleyCXR/images/Darwin_00005282_IM-0647-0001.png b/MendeleyCXR/images/Darwin_00005282_IM-0647-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fb33bcdd44bf41af57f38bbe595453190001925c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005282_IM-0647-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dd071c2bba99fbdaf7f9f2de1c4741767b1fceaba49fa455f15fb72d154a269 +size 79123 diff --git a/MendeleyCXR/images/Darwin_00005283_IM-0648-0001.png b/MendeleyCXR/images/Darwin_00005283_IM-0648-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e384e2ad4177fb980491566afd7f27da0e1f4611 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005283_IM-0648-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad679a10b652312a7bb0a6e778b9b94efbe8e42489f8111730498d9591b7b5d9 +size 78351 diff --git a/MendeleyCXR/images/Darwin_00005284_IM-0649-0001.png b/MendeleyCXR/images/Darwin_00005284_IM-0649-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2238e023849f4a4163d3464de6e547e4cb6b1a74 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005284_IM-0649-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:822550be8b207f2ebc93c4f2f7da6f47f47d6bd520f8834db43f46b41cd7c8b2 +size 76840 diff --git a/MendeleyCXR/images/Darwin_00005285_IM-0650-0001-0001.png b/MendeleyCXR/images/Darwin_00005285_IM-0650-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5ed11d442f46a95aa4169cb6701ea600ba8b3d83 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005285_IM-0650-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a69b94bf7ae2f92b9dd0e5633c8dbd34c96213c0d4c88f28c08cd7b55c75601d +size 73245 diff --git a/MendeleyCXR/images/Darwin_00005286_IM-0650-0001-0002.png b/MendeleyCXR/images/Darwin_00005286_IM-0650-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..32f27f66b025dec402f2edba295c196bee8cd7ab --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005286_IM-0650-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5196cf6bc86b5c1502bdd20d5506dde327c9fa4b7858969686d677aa82e8ba00 +size 74334 diff --git a/MendeleyCXR/images/Darwin_00005287_IM-0650-0001.png b/MendeleyCXR/images/Darwin_00005287_IM-0650-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..016eadcff65e9b1482d347dc32007ea042fe06c0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005287_IM-0650-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c13a578a1da47a09fb347d375aa9a680339eca4e604f219e99bb54cc8feb925a +size 72069 diff --git a/MendeleyCXR/images/Darwin_00005288_IM-0651-0001.png b/MendeleyCXR/images/Darwin_00005288_IM-0651-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fe259c23deb718b41cd98aeb4be1edf7066a5d61 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005288_IM-0651-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:959095f570abf00e752ac630958f802cba82b7746ee7360100afa803d1ade9c6 +size 74042 diff --git a/MendeleyCXR/images/Darwin_00005289_IM-0652-0001-0002.png b/MendeleyCXR/images/Darwin_00005289_IM-0652-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..79f072b36c68c3e1fff8bb06df0e4216aa2971bb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005289_IM-0652-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:086511693012a7582e501ba9ed4e97f2367a2e99d54599dc3a79c92b73de163d +size 73427 diff --git a/MendeleyCXR/images/Darwin_00005290_IM-0652-0001.png b/MendeleyCXR/images/Darwin_00005290_IM-0652-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d7a5fff97f80d8a58ed2d6be1041b10e21b31532 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005290_IM-0652-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de449ec3c2f6b06e73b691447b480ad5b0f12c8c31dac4c6f2d3513b11b0da9f +size 70580 diff --git a/MendeleyCXR/images/Darwin_00005291_IM-0654-0001.png b/MendeleyCXR/images/Darwin_00005291_IM-0654-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d949d886c93ab70e8145be829bfd4931713d7c66 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005291_IM-0654-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80c7bc4c9c8522af6d8c30c864bb2ed0a669f94a0ea56bb03c5526252f96fb14 +size 78044 diff --git a/MendeleyCXR/images/Darwin_00005292_IM-0655-0001.png b/MendeleyCXR/images/Darwin_00005292_IM-0655-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6e5c01111a15d868fb8135c29ed4285933c42fa0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005292_IM-0655-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d0ebccb78838a3ec1fedcdc7b86983844777d3a8d1472eb654d904924c7e51c +size 71359 diff --git a/MendeleyCXR/images/Darwin_00005293_IM-0656-0001-0001.png b/MendeleyCXR/images/Darwin_00005293_IM-0656-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a8ec44f3d454c495056728a04b6256de9044eeeb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005293_IM-0656-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b75a9167be88030e2bfea78578583129e332e74e0a6ffdd63ea64df4631245fd +size 76154 diff --git a/MendeleyCXR/images/Darwin_00005294_IM-0656-0001-0002.png b/MendeleyCXR/images/Darwin_00005294_IM-0656-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..d32a8635f8987454a15b2afbd110c1572909d2c4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005294_IM-0656-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2aae20a7381ba40d72708c6d3ca3507f1fdca026c3d5355f69d85d2b7358853 +size 72271 diff --git a/MendeleyCXR/images/Darwin_00005295_IM-0656-0001.png b/MendeleyCXR/images/Darwin_00005295_IM-0656-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9f700a4b844afc9f57b0ca31aeed9340c6242388 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005295_IM-0656-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:281407c0320a2b9ff138c1e60a209df78ff406f2470790b8d098202629d2375c +size 74358 diff --git a/MendeleyCXR/images/Darwin_00005296_IM-0657-0001.png b/MendeleyCXR/images/Darwin_00005296_IM-0657-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f536aab5ef5f5c6dffbdc6edb9abb5f4851773cf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005296_IM-0657-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:077251f73b98a0cfb7ff551c10f5e2b65b590c84f20baf8760cec934dac76cb2 +size 74162 diff --git a/MendeleyCXR/images/Darwin_00005297_IM-0658-0001.png b/MendeleyCXR/images/Darwin_00005297_IM-0658-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..397df61a79c753ab364a953fad277f517409e0dc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005297_IM-0658-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4b7a84e5a4deb621f2bc7dab990e5951a4c4dabb405c5f6369607a061838897 +size 74947 diff --git a/MendeleyCXR/images/Darwin_00005298_IM-0659-0001.png b/MendeleyCXR/images/Darwin_00005298_IM-0659-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8b6cdf87bbf92f749a0f4f1bfac4a279c1693c70 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005298_IM-0659-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a475de477859b3e378b036ed1107f41cf6b6313cfde583251384a08900995f4e +size 72207 diff --git a/MendeleyCXR/images/Darwin_00005299_IM-0660-0001-0001.png b/MendeleyCXR/images/Darwin_00005299_IM-0660-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..81e7495ba63f0108dc5c0be5c44d0c1d39062737 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005299_IM-0660-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e08995ce41edc37f58a8bcb1610a68518de2abb3097ccec3239e9f9fae93720a +size 79925 diff --git a/MendeleyCXR/images/Darwin_00005300_IM-0660-0001-0002.png b/MendeleyCXR/images/Darwin_00005300_IM-0660-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..741ae08708e8ebf22b1be07ef18d4fba2b7001af --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005300_IM-0660-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73e7e9ee1e18d17362104a9dba923fabd7afffe919f8e3e7f538ce0ee5b87f50 +size 73455 diff --git a/MendeleyCXR/images/Darwin_00005301_IM-0660-0001.png b/MendeleyCXR/images/Darwin_00005301_IM-0660-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e155cd7de4cd4cb1438b01ebf2318cf0db6f23a1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005301_IM-0660-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d3d2c7afbacb70970fc7da0a3baf3720936a693a8fd34b473d3d64aa089c0be +size 78619 diff --git a/MendeleyCXR/images/Darwin_00005302_IM-0661-0001.png b/MendeleyCXR/images/Darwin_00005302_IM-0661-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c0ffe45a392c5ccd1283e627b6062a94e188e50b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005302_IM-0661-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c25c7203d978a05e711bc96801099dfa4d0560c2c235d7c0b7bee4da9d986351 +size 74504 diff --git a/MendeleyCXR/images/Darwin_00005303_IM-0662-0001.png b/MendeleyCXR/images/Darwin_00005303_IM-0662-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..79af71c75fd314d4b8341efd0688b208813a3a66 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005303_IM-0662-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64b013e4d67ccddafb10ad54a6a163a2f59dde89fb8c7573c6fb2473c6fab6b0 +size 71643 diff --git a/MendeleyCXR/images/Darwin_00005304_IM-0663-0001.png b/MendeleyCXR/images/Darwin_00005304_IM-0663-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..76d86462b8c9dc79efbc4ed4b6d4e26ad72a1349 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005304_IM-0663-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67d0b318d7afd0c1e5a5142f0e95f58f163931aca62516cf707e9e5f5d99be95 +size 75537 diff --git a/MendeleyCXR/images/Darwin_00005305_IM-0664-0001.png b/MendeleyCXR/images/Darwin_00005305_IM-0664-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b46f84e0acaa92d0208085540724659d134555d1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005305_IM-0664-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9791389437def24dd7282459444639ae5d36cb978cc0fef161766bcb6e7fe2aa +size 70872 diff --git a/MendeleyCXR/images/Darwin_00005306_IM-0665-0001.png b/MendeleyCXR/images/Darwin_00005306_IM-0665-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c291e3e60bc6f64563776b02a25bd0a9cb195c18 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005306_IM-0665-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7f8c8801ef20c1e7c20f395341d2c19268e297b2d15034c015612db42f87aa5 +size 80579 diff --git a/MendeleyCXR/images/Darwin_00005307_IM-0666-0001-0001.png b/MendeleyCXR/images/Darwin_00005307_IM-0666-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3fc31a033a60291bd3d4a18b63ecc59733cd0a1b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005307_IM-0666-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df360950308086adb65b53691fbcc9545c81bf3d6f2fb69462c4395bc84bda1e +size 74901 diff --git a/MendeleyCXR/images/Darwin_00005308_IM-0666-0001-0002.png b/MendeleyCXR/images/Darwin_00005308_IM-0666-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..47bf0160b56e4fd0c8e932e9b513fc953a3bcd60 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005308_IM-0666-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5df531117a50df7d606b2a59af56794dc0051e776641048d7d46a5a6d8d48ac +size 78791 diff --git a/MendeleyCXR/images/Darwin_00005309_IM-0619-0001.png b/MendeleyCXR/images/Darwin_00005309_IM-0619-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0c97f9b8731dbb68b3ed74d380058f4efbbf207d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005309_IM-0619-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00c21146d93bd9150237ccdc33743b820986a162e1a0b1af238f072d36f0035c +size 73270 diff --git a/MendeleyCXR/images/Darwin_00005310_IM-0620-0001-0001.png b/MendeleyCXR/images/Darwin_00005310_IM-0620-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b51ecd8914d5d07a4b148dbe9238666e1aa86eda --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005310_IM-0620-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c09fd565f7beb3a17ecd71f7541b0b667018044adbcad4c027d5142eaae5f694 +size 72551 diff --git a/MendeleyCXR/images/Darwin_00005311_IM-0620-0001-0002.png b/MendeleyCXR/images/Darwin_00005311_IM-0620-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..54d03ee0a7f3157b7de94ac146ddf1658dfed411 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005311_IM-0620-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f3c925a17538f5ba1fc2e9b4b8ffac764e82375a33f2aec56375626f0595681 +size 79160 diff --git a/MendeleyCXR/images/Darwin_00005312_IM-0620-0001.png b/MendeleyCXR/images/Darwin_00005312_IM-0620-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ff2b6bd4c9c6b7514d74ec3d591e3b2b49c0345d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005312_IM-0620-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:693daf638e0edd56c7c0f4375d25a1d44f98fea6a70784d2d755c21678eea94a +size 78855 diff --git a/MendeleyCXR/images/Darwin_00005313_IM-0621-0001.png b/MendeleyCXR/images/Darwin_00005313_IM-0621-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..54b7ffb9d1a9612c42ecda38c16e8f538a95ca96 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005313_IM-0621-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abbc73c6664f6d075d2a3f9db87c883fbe97ddd8bfb46d6f81d76fa32aa99a8b +size 73006 diff --git a/MendeleyCXR/images/Darwin_00005314_IM-0622-0001-0001.png b/MendeleyCXR/images/Darwin_00005314_IM-0622-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..33fd521f2c14ed7f1ddd8cf7b1baf7d80a2d17d4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005314_IM-0622-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3ab472303acb50335a4f1e9c5240f18458c1d3a7d7464e77a7e8486de3f5e59 +size 75979 diff --git a/MendeleyCXR/images/Darwin_00005315_IM-0622-0001-0002.png b/MendeleyCXR/images/Darwin_00005315_IM-0622-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..6bad41a3e622c41908696509887f8a53b3933f84 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005315_IM-0622-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efedaf62d0a7371994c9639746bc868177bc01b01546fba22660a905f9275b2a +size 71789 diff --git a/MendeleyCXR/images/Darwin_00005316_IM-0622-0001.png b/MendeleyCXR/images/Darwin_00005316_IM-0622-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a2af436df0535e92cafac9ebf242046caa195afd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005316_IM-0622-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4df685e679cd957bcb63d28d77f237f61bb346f905327ecb88eec11dcf560f3e +size 71154 diff --git a/MendeleyCXR/images/Darwin_00005317_IM-0623-0001.png b/MendeleyCXR/images/Darwin_00005317_IM-0623-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d4ccbbf25cfa38d183b9f0582882b0ef06276844 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005317_IM-0623-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9be4304e39d97fd4e23cefeb4b489536d9707f77b7f5e1f7378f0fb75253b40 +size 73412 diff --git a/MendeleyCXR/images/Darwin_00005318_IM-0624-0001-0002.png b/MendeleyCXR/images/Darwin_00005318_IM-0624-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..6c755c53cb28cb89813b7c617fd6e8f7de8ce344 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005318_IM-0624-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14ccec27f3a99f69f506cfc1d1ddc46af65d10601b5a322574ba3a6efd2ef5d7 +size 73818 diff --git a/MendeleyCXR/images/Darwin_00005319_IM-0624-0001.png b/MendeleyCXR/images/Darwin_00005319_IM-0624-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5e83c89348341a57d2ef4ab42101a7cad62e5bc8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005319_IM-0624-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc393e5b556db9a984a81e3000ccf9d0a74e99d242c6beada279f41f87c5b819 +size 73619 diff --git a/MendeleyCXR/images/Darwin_00005320_IM-0625-0001.png b/MendeleyCXR/images/Darwin_00005320_IM-0625-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1110addf6352d9cba42635605b9073ce713cc436 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005320_IM-0625-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc3e88a6ad395b5b07b83671123793e5ad1ecbe51ad4cb6f33a4df53b927e934 +size 76020 diff --git a/MendeleyCXR/images/Darwin_00005321_IM-0626-0001-0001.png b/MendeleyCXR/images/Darwin_00005321_IM-0626-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e074e5b671a1bd405839395dcdb230e4d60aadcb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005321_IM-0626-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff526a0ae6325a5992ba2a85497e11bd71f5c6ab94626b795cb0670e3642877b +size 75832 diff --git a/MendeleyCXR/images/Darwin_00005322_IM-0626-0001-0002.png b/MendeleyCXR/images/Darwin_00005322_IM-0626-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..7702390a418ba30f54a61977b0fa741941dd8cfb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005322_IM-0626-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c620bd804f08945f02a92b10f883f7316175ee317f8eea798419355938f3332 +size 75305 diff --git a/MendeleyCXR/images/Darwin_00005323_IM-0627-0001.png b/MendeleyCXR/images/Darwin_00005323_IM-0627-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8d00f4e749f129c2a175f37bea1e21b6339da520 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005323_IM-0627-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c76e9c316e45403b19ea45764aa2083946360125ac8181907d28206fb48ff50 +size 76488 diff --git a/MendeleyCXR/images/Darwin_00005324_IM-0628-0001.png b/MendeleyCXR/images/Darwin_00005324_IM-0628-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f5c12e37d94ab50beec1bc221bc0de33b5b409 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005324_IM-0628-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c32f7f1a7aeb12cb9cb497320102bcfe257ddf7e76218611edd8cb60222b659 +size 74915 diff --git a/MendeleyCXR/images/Darwin_00005325_IM-0629-0001-0001.png b/MendeleyCXR/images/Darwin_00005325_IM-0629-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f578ab27457c83cb6c0cbe05e314ffba52be2295 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005325_IM-0629-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7ab232b4e458f2606e06ebaf36766de2176a7649766aae0d3dbc81a9c8dc09b +size 71545 diff --git a/MendeleyCXR/images/Darwin_00005326_IM-0629-0001-0002.png b/MendeleyCXR/images/Darwin_00005326_IM-0629-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..e36a43213878f463783930466756d630500998d8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005326_IM-0629-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15267ca5e8a2bdf695c60bf6900d1992990ba077ec17fc43d8d2ccaf032c7ed6 +size 77942 diff --git a/MendeleyCXR/images/Darwin_00005327_IM-0629-0001-0003.png b/MendeleyCXR/images/Darwin_00005327_IM-0629-0001-0003.png new file mode 100644 index 0000000000000000000000000000000000000000..eb92a9be506b0f77b59bf9fc42fe316c600649dd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005327_IM-0629-0001-0003.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ae49c6b98409d6a42cdf794d21fef0da4414dec4b0b56d82ecd7964950d4654 +size 81049 diff --git a/MendeleyCXR/images/Darwin_00005328_IM-0629-0001.png b/MendeleyCXR/images/Darwin_00005328_IM-0629-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..dd363a17bef673637b9eec68a4bc8fcc42b63484 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005328_IM-0629-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83a447f218262292db631cd90405406dcbf8de8ffa81836e4d131f69831db6dd +size 75798 diff --git a/MendeleyCXR/images/Darwin_00005329_IM-0630-0001.png b/MendeleyCXR/images/Darwin_00005329_IM-0630-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..89db11658845dd51e673c4fd9020bcaaebb648bf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005329_IM-0630-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d5eafd615f73de7624bb510ad1d0311933b0ac58407f6ea5e403f6ad6e968ac +size 76203 diff --git a/MendeleyCXR/images/Darwin_00005330_IM-0631-0001-0001.png b/MendeleyCXR/images/Darwin_00005330_IM-0631-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b4531c19bd45482344e234e00a1b90f04f768bde --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005330_IM-0631-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b37d72db3fa35a523c67d760e1f8db3577faf31d08612289aea8eda97bc940e6 +size 72143 diff --git a/MendeleyCXR/images/Darwin_00005331_IM-0631-0001-0002.png b/MendeleyCXR/images/Darwin_00005331_IM-0631-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..9d600ccdc20b5fd01ab675bdc99069d7003fe62a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005331_IM-0631-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d335333ac63db987e1d838f505ee3d3a9f4c7c4246a68977be19802834288967 +size 71761 diff --git a/MendeleyCXR/images/Darwin_00005332_IM-0631-0001.png b/MendeleyCXR/images/Darwin_00005332_IM-0631-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d5cde31a70b4ee1f9d700fc6511cc3ea2dc5dbfa --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005332_IM-0631-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:150155be3b9c3cb9d2925ef5ba141ed35c721703c40c2833ddfdcb6e862995d2 +size 72790 diff --git a/MendeleyCXR/images/Darwin_00005333_IM-0632-0001.png b/MendeleyCXR/images/Darwin_00005333_IM-0632-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a967cf7b1e1a055b1fd2fa4a75c261ffbdae7e08 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005333_IM-0632-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b59c9c19b44cac5fd708a1b448cd750cdff73bd750841541070b098f27a0ca2 +size 71140 diff --git a/MendeleyCXR/images/Darwin_00005334_IM-0633-0001.png b/MendeleyCXR/images/Darwin_00005334_IM-0633-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ffc97255f10acec6baa43edd8b22fc8e688f1a9a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005334_IM-0633-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4097c4d6fadeec5068fb884b66b3a73da80daf5eda71896609e3499b01718180 +size 73389 diff --git a/MendeleyCXR/images/Darwin_00005335_IM-0634-0001.png b/MendeleyCXR/images/Darwin_00005335_IM-0634-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0c6cd11675deb28365914a80bd6b443dae8950f5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005335_IM-0634-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1637d5e38d540cd4a9cf0fd5285f92caa1f252fa82d932ea7071692edf34463 +size 74847 diff --git a/MendeleyCXR/images/Darwin_00005336_IM-0635-0001.png b/MendeleyCXR/images/Darwin_00005336_IM-0635-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0ba089a4ca3936d373bf465ed3d1b46754491368 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005336_IM-0635-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb1ba6b7529e5e664a73ee690fb583257644df2e211c16915ce882a74ee01e7b +size 81965 diff --git a/MendeleyCXR/images/Darwin_00005337_IM-0636-0001.png b/MendeleyCXR/images/Darwin_00005337_IM-0636-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4070cfa8aa4d9fd01493e32a5b486ccbffcf14c1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005337_IM-0636-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:703962bf1a6e0f93c70816df0417e93b0dc3da3b873905f5825701278181a6b7 +size 79206 diff --git a/MendeleyCXR/images/Darwin_00005338_IM-0637-0001.png b/MendeleyCXR/images/Darwin_00005338_IM-0637-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f754e92d7c65db539af61c27bb1325d0068bd63a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005338_IM-0637-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12f0dc758b6786b34986dbec8f7f1e7d4a91bebeb6868f224faed456e78a70cd +size 78081 diff --git a/MendeleyCXR/images/Darwin_00005339_IM-0640-0001-0001.png b/MendeleyCXR/images/Darwin_00005339_IM-0640-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8ab6c097d9454a15bf1bdb66d005706d993c09c8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005339_IM-0640-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b6cecfa794984388f6564a9993296b8cee78d9793698a9f4148378ce68e3d76 +size 76858 diff --git a/MendeleyCXR/images/Darwin_00005340_IM-0640-0001-0002.png b/MendeleyCXR/images/Darwin_00005340_IM-0640-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..e784572efcef0d93f42f5b4297dba495b236f1db --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005340_IM-0640-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd60b6d7d743f476ad5ee63719d6cd393509c15c5c5e1bc1f45d64a122830ef2 +size 76022 diff --git a/MendeleyCXR/images/Darwin_00005341_IM-0640-0001.png b/MendeleyCXR/images/Darwin_00005341_IM-0640-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b7e80d3e3846ed3a5e0cf955acaabf85a618786e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005341_IM-0640-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0b0aadef0baa928c877b080ac25536412938ca49c18f30634c161e1611cb4a6 +size 74980 diff --git a/MendeleyCXR/images/Darwin_00005342_IM-0641-0001.png b/MendeleyCXR/images/Darwin_00005342_IM-0641-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c5ca9586dfba38bd7019e58597ae2f4fbf789509 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005342_IM-0641-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42282426981a53c7ccc3c69fa332a19b4ca3dc95553c063bd1f237a84142fe38 +size 75877 diff --git a/MendeleyCXR/images/Darwin_00005343_IM-0582-0001.png b/MendeleyCXR/images/Darwin_00005343_IM-0582-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..677003c782e877aa194a95b995cda5e2d2aba813 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005343_IM-0582-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:615b662053a783aac6e388a65a6384f9514cad120f274dc1581e94e7a2731364 +size 77586 diff --git a/MendeleyCXR/images/Darwin_00005344_IM-0583-0001.png b/MendeleyCXR/images/Darwin_00005344_IM-0583-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b61033e08b1a874a1d6426300bc5cca496c6f253 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005344_IM-0583-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbb77a0c372f674d31eace75a2955a0f902a04745a60ca41451808e52f311ac8 +size 74939 diff --git a/MendeleyCXR/images/Darwin_00005345_IM-0584-0001.png b/MendeleyCXR/images/Darwin_00005345_IM-0584-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..43a0ad15a9fcffda0600df92f97b0f4c21013417 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005345_IM-0584-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16e4660bde9700b96baf3937d61160eec97529b220861e0640f8207f05c45e4c +size 77797 diff --git a/MendeleyCXR/images/Darwin_00005346_IM-0586-0001.png b/MendeleyCXR/images/Darwin_00005346_IM-0586-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..41cf5ac4a4eed704cacc03434a9fde57b9562b4d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005346_IM-0586-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:550c7a218206937c55310f738915ddf9817e223401968143006e865c72509e11 +size 79944 diff --git a/MendeleyCXR/images/Darwin_00005347_IM-0588-0001.png b/MendeleyCXR/images/Darwin_00005347_IM-0588-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6194669a1baf81a379e45ba8dad7c3949b6db69c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005347_IM-0588-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa89a13adfa70278e110af76b7f25961b6fd9fe3d45527d6604f2af928a3ddf9 +size 71781 diff --git a/MendeleyCXR/images/Darwin_00005348_IM-0590-0001.png b/MendeleyCXR/images/Darwin_00005348_IM-0590-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..12155773673ae0745253db48913ee43261f90971 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005348_IM-0590-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a23d5566cc5b56c6a135d79ba6c3403b877bf3152abd8f800ba97942f6c15788 +size 77326 diff --git a/MendeleyCXR/images/Darwin_00005349_IM-0591-0001.png b/MendeleyCXR/images/Darwin_00005349_IM-0591-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..db53833e0970726a764993b354afd9185f9fd758 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005349_IM-0591-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c815f2502856685a37e77db51485cdf9dc2dfbdd25b049a7b45e6fb51cc15794 +size 76835 diff --git a/MendeleyCXR/images/Darwin_00005350_IM-0592-0001.png b/MendeleyCXR/images/Darwin_00005350_IM-0592-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8d74f86f3d69f96eb56d6b4674985a9e68018138 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005350_IM-0592-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51980cc70bca3ea06f0f79310261d4b195927062c806ec02d1ab612f5489903b +size 77877 diff --git a/MendeleyCXR/images/Darwin_00005351_IM-0593-0001.png b/MendeleyCXR/images/Darwin_00005351_IM-0593-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d9e988860c62af3df8b6b8e636d93e8c23f45ad0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005351_IM-0593-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56d11ecf284038dd6e74e62380794cd4316fb24544e035cd5a011215ea7d6c0f +size 77858 diff --git a/MendeleyCXR/images/Darwin_00005352_IM-0595-0001.png b/MendeleyCXR/images/Darwin_00005352_IM-0595-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b9d14c2015f2f896c2c42f5b949971ede64868fd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005352_IM-0595-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3de20d088e36ecddf6c22f29270ac02fd5387f8dcebdd6020b845a60373c4653 +size 77379 diff --git a/MendeleyCXR/images/Darwin_00005353_IM-0596-0001.png b/MendeleyCXR/images/Darwin_00005353_IM-0596-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..debce2f436d997b856a55db92b66fe57b0531b8a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005353_IM-0596-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:071382e697be4938ea615e09c97124caef71866b70f54a5f79d4ce8f0047d2d7 +size 70290 diff --git a/MendeleyCXR/images/Darwin_00005354_IM-0598-0001.png b/MendeleyCXR/images/Darwin_00005354_IM-0598-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..eb66b15422d685e47cc79777c045301c6d420300 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005354_IM-0598-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:800a8410760b1c3141c9d472d915f2d475ba4cbbfd16695b134cf70ee2574830 +size 73473 diff --git a/MendeleyCXR/images/Darwin_00005355_IM-0599-0001.png b/MendeleyCXR/images/Darwin_00005355_IM-0599-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..facb006dba3982f0d66c69d902be7a19af5a9438 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005355_IM-0599-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:718b81ac2a2f1f78bde7fb2771edc579d5885d905d79eca7927b6dcacc1bcd36 +size 75238 diff --git a/MendeleyCXR/images/Darwin_00005356_IM-0600-0001.png b/MendeleyCXR/images/Darwin_00005356_IM-0600-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3364a990ee3bd3cf907bb57ea480eef8d5684f89 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005356_IM-0600-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63cc1f18c6c492bd94147e00c884f94c62b74374e760c1aa021346fa778bcbf4 +size 74185 diff --git a/MendeleyCXR/images/Darwin_00005357_IM-0601-0001.png b/MendeleyCXR/images/Darwin_00005357_IM-0601-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b9ca937ba2b0075980f184c79423cbc552d1a27c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005357_IM-0601-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a7f01ca294ed9fc777ee51e737cefeec737c0e48f00de0bb1b860cbf23762ed +size 80092 diff --git a/MendeleyCXR/images/Darwin_00005358_IM-0602-0001.png b/MendeleyCXR/images/Darwin_00005358_IM-0602-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f492a9f2dae6de166bcf741ca13c471ef8026063 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005358_IM-0602-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0893c6dd8e7348aa5c6208156d0979aa7481b3e80fcf860a496e95bb4b543310 +size 77480 diff --git a/MendeleyCXR/images/Darwin_00005359_IM-0604-0001.png b/MendeleyCXR/images/Darwin_00005359_IM-0604-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8f3958d56f95e1009d8376582c38602c470b9390 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005359_IM-0604-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db1fa7f52e2ecc43e411c20ffb95fd949cfce16e2574e34edacf8caff98329a3 +size 74802 diff --git a/MendeleyCXR/images/Darwin_00005360_IM-0605-0001.png b/MendeleyCXR/images/Darwin_00005360_IM-0605-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6866562b7b94d03984d9a2ad3f1fa18b4fea218c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005360_IM-0605-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f452d813e969191a394b902244c6b22bb9ebeb499732c82ffa45adcee79414d3 +size 70542 diff --git a/MendeleyCXR/images/Darwin_00005361_IM-0606-0001.png b/MendeleyCXR/images/Darwin_00005361_IM-0606-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..660d51173ecf2572c446219d898edddf30deeb78 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005361_IM-0606-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33cf8a951c453781184e2ebc7365cd4c1bf47f3b46f689a07237173ae78dff06 +size 74199 diff --git a/MendeleyCXR/images/Darwin_00005362_IM-0607-0001.png b/MendeleyCXR/images/Darwin_00005362_IM-0607-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1dae772102d972c16c5d9888032428593d46dcb7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005362_IM-0607-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86d919b54dcfd5b8396ecad44cd8b227f466f2ba151b38a678d24ea2889f103a +size 70044 diff --git a/MendeleyCXR/images/Darwin_00005363_IM-0608-0001-0001.png b/MendeleyCXR/images/Darwin_00005363_IM-0608-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2532eb16f5c885061a80c0788d2a966b768b873c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005363_IM-0608-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6347b2456400d98fd9dc14bfd9b4723c763b3302581d28523ab2dd1668e97b57 +size 70815 diff --git a/MendeleyCXR/images/Darwin_00005364_IM-0608-0001-0002.png b/MendeleyCXR/images/Darwin_00005364_IM-0608-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..823fc8cbd45ec3c4c09b863e2387bf667c79d611 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005364_IM-0608-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:597df29b0915b94239c3381034e13eca80a33db9bc84ab2df4833e66de67167e +size 83283 diff --git a/MendeleyCXR/images/Darwin_00005365_IM-0608-0001.png b/MendeleyCXR/images/Darwin_00005365_IM-0608-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..613eddabb443f27e2d61eae973641a62e9c5fe63 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005365_IM-0608-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09dd256c734fdfe497a3f3531b3ddd015aac7a4d5c988b4efe32fba1d207b1b5 +size 75500 diff --git a/MendeleyCXR/images/Darwin_00005366_IM-0609-0001.png b/MendeleyCXR/images/Darwin_00005366_IM-0609-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..795326919f022555a00b6290a53992d34a9bf2c5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005366_IM-0609-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fbd58df0b77ef174dfdaf139a8c1344123586be201e36165f32e76fc1f60715 +size 76386 diff --git a/MendeleyCXR/images/Darwin_00005367_IM-0612-0001-0001.png b/MendeleyCXR/images/Darwin_00005367_IM-0612-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..891e7be45cd44fc75a9c60f742019e828cf09a29 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005367_IM-0612-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0866736be5be59f4d6c5a2fbade3f52aa34ba8436cda96a038d322d8e65b432 +size 68163 diff --git a/MendeleyCXR/images/Darwin_00005368_IM-0612-0001-0002.png b/MendeleyCXR/images/Darwin_00005368_IM-0612-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..8cde893a6cf361ab9223a4ada8d07c8aa5259268 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005368_IM-0612-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7091e0901006d5f23b8a5f2b73e81f2acadfece7894de32fa202481d7aaa4963 +size 73219 diff --git a/MendeleyCXR/images/Darwin_00005369_IM-0612-0001.png b/MendeleyCXR/images/Darwin_00005369_IM-0612-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..338eb2b7ebfd560062f003b9926435adae09923c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005369_IM-0612-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cefed16489f69998343351cd8cd7f9d990d14782514da35063b961fc29ccead +size 80961 diff --git a/MendeleyCXR/images/Darwin_00005370_IM-0613-0001.png b/MendeleyCXR/images/Darwin_00005370_IM-0613-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b4158f928263bb9c9e8f8b2668f3045b782af657 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005370_IM-0613-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b2d7caf6e53444e0b311b271f8428b43dbba6d56488c2a666722a150da7a17f +size 76885 diff --git a/MendeleyCXR/images/Darwin_00005371_IM-0614-0001.png b/MendeleyCXR/images/Darwin_00005371_IM-0614-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..82e5a8b921d1da968ac4a4455d0251894142583d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005371_IM-0614-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1335293457de369e53fab015c164026f7d3863777c4388b172bd3f6a79d6403d +size 76703 diff --git a/MendeleyCXR/images/Darwin_00005372_IM-0615-0001.png b/MendeleyCXR/images/Darwin_00005372_IM-0615-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..793c129c4e9bacff9ea384b8798982b96d51b43e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005372_IM-0615-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:803f66d3c7060acf27fe02005c726dae36ff652938aaa1fd31d000fb81c4018d +size 71849 diff --git a/MendeleyCXR/images/Darwin_00005373_IM-0616-0001.png b/MendeleyCXR/images/Darwin_00005373_IM-0616-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ab305d58f4fbf8b485d4f44f4cb54c4a64f9b902 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005373_IM-0616-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:321c58b23429bdcc8e8d5473d678174a8648d24f397043a5e1a761712b09f047 +size 77783 diff --git a/MendeleyCXR/images/Darwin_00005374_IM-0617-0001.png b/MendeleyCXR/images/Darwin_00005374_IM-0617-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6266753ad8a99d9d50f536cb2e10e37e5b245690 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005374_IM-0617-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:091cc545b02803f0c294be618ce8af35cf914d044c395ca2722595ab32758b4e +size 75909 diff --git a/MendeleyCXR/images/Darwin_00005375_IM-0618-0001-0001.png b/MendeleyCXR/images/Darwin_00005375_IM-0618-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..885f7e401a8d64fa464539864ed68ab8a2a5962d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005375_IM-0618-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:896b2105691e62635cdc7f2a032483e9e7a16439f0b6263e3d0bbeac997f3a43 +size 74741 diff --git a/MendeleyCXR/images/Darwin_00005376_IM-0618-0001-0002.png b/MendeleyCXR/images/Darwin_00005376_IM-0618-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..b706e428497477b3839d5338fa580ae332955242 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005376_IM-0618-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:400c805d97271bfa8cb7433835f8c33d960f9c207d126f6633a98387f99ba496 +size 77830 diff --git a/MendeleyCXR/images/Darwin_00005377_IM-0618-0001.png b/MendeleyCXR/images/Darwin_00005377_IM-0618-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ea836d8ab6f20978fd14de5342b704cce0cc5a49 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005377_IM-0618-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab15cc201f189b14b25e0f70240d8fccdcfc10ee61e3b9700d82a36ff829f55b +size 82545 diff --git a/MendeleyCXR/images/Darwin_00005378_IM-0551-0001-0002.png b/MendeleyCXR/images/Darwin_00005378_IM-0551-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..81074975a6847ce261d2d63d6d4e3411d52de4f4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005378_IM-0551-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cf75da52c6f07eba60c8fb45bae2158e8a33e37b4ddc9267a91867ed1b5d4fe +size 76291 diff --git a/MendeleyCXR/images/Darwin_00005379_IM-0551-0001.png b/MendeleyCXR/images/Darwin_00005379_IM-0551-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..35f4ea8e5812cea004799eff21c1dde0aa0e1b06 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005379_IM-0551-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2be0dac35a5607f8666a0b5fa3bf72ddf17897212df87479b33310d37c882820 +size 76152 diff --git a/MendeleyCXR/images/Darwin_00005380_IM-0552-0001.png b/MendeleyCXR/images/Darwin_00005380_IM-0552-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..27a8f885beda44ef3ec07cf8ff5adcc7a2280b2c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005380_IM-0552-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9f355736899d6746c73e5d275454764568d0a6cb1bf3e91a51f315067750728 +size 74573 diff --git a/MendeleyCXR/images/Darwin_00005381_IM-0553-0001-0001.png b/MendeleyCXR/images/Darwin_00005381_IM-0553-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..311b5232fbb750474291dacc28f6d8a9d4c87556 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005381_IM-0553-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f476ad8b938b95ac98c3fc85918b05c8cca328d0500a2f76b3ac8d0bfded9c5 +size 78511 diff --git a/MendeleyCXR/images/Darwin_00005382_IM-0553-0001-0002.png b/MendeleyCXR/images/Darwin_00005382_IM-0553-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..96b3499c0695bf5ec3d088fab818982f6c005189 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005382_IM-0553-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be21794684ab69832b71aa8b63f350829b5913a8fb1dea6f99df32a66be9130d +size 72892 diff --git a/MendeleyCXR/images/Darwin_00005383_IM-0553-0001-0003.png b/MendeleyCXR/images/Darwin_00005383_IM-0553-0001-0003.png new file mode 100644 index 0000000000000000000000000000000000000000..1697a3965ff14ecf218099113157699bf676dd28 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005383_IM-0553-0001-0003.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbc9b73f5feb23edcb0a792f9c94027769a5a7981a7105a0cc9d4450d00bb7b6 +size 73350 diff --git a/MendeleyCXR/images/Darwin_00005384_IM-0553-0001.png b/MendeleyCXR/images/Darwin_00005384_IM-0553-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6e3bf04b6bc612d497afd9483650476e9365bcab --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005384_IM-0553-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bbde88256b945c162694fdc0d2471dcfa85b08581cc6e9b340bf2f216bd924f +size 75517 diff --git a/MendeleyCXR/images/Darwin_00005385_IM-0554-0001.png b/MendeleyCXR/images/Darwin_00005385_IM-0554-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8cc9630fd6830561f5c9f3b47fd7707d096844e2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005385_IM-0554-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4c3ade6f267fe27deb2b6aebade2accd58042323f1cf3b7c191f2884f9dab17 +size 74178 diff --git a/MendeleyCXR/images/Darwin_00005386_IM-0555-0001-0001.png b/MendeleyCXR/images/Darwin_00005386_IM-0555-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a3bedcbc3da8ff851622f0a64cd4691a3f31e59a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005386_IM-0555-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32dc5ecf1cbae76f5cba9a6961f4fb4973dc4858d3073f8b41d5dfcff25b69fe +size 78128 diff --git a/MendeleyCXR/images/Darwin_00005387_IM-0555-0001-0002.png b/MendeleyCXR/images/Darwin_00005387_IM-0555-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..f3f5ed284bf0c0306741dcdb336ca72428cbc041 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005387_IM-0555-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:541abadc5fee373765261722e54fab4fcdea9351bdb9e78234e313cafeee7713 +size 74596 diff --git a/MendeleyCXR/images/Darwin_00005388_IM-0555-0001.png b/MendeleyCXR/images/Darwin_00005388_IM-0555-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..06f65cf2cd1a3fdff9e21347555473c383dc3aed --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005388_IM-0555-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9081be182ae3735270085702e79f805edb1cb4b188b9d005f15d462876d873a +size 77976 diff --git a/MendeleyCXR/images/Darwin_00005389_IM-0556-0001.png b/MendeleyCXR/images/Darwin_00005389_IM-0556-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..aeb811d8c8f2ca1dcdb1e4d39726da9973511159 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005389_IM-0556-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d060435c8aae85e952a7558a5d054769173061f89e8fdd078631b9f91098829e +size 74295 diff --git a/MendeleyCXR/images/Darwin_00005390_IM-0557-0001.png b/MendeleyCXR/images/Darwin_00005390_IM-0557-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2cdb7039fd61a41cb8feba856cb5e9890fb3a365 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005390_IM-0557-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c46a59b2d65fcf750fa5312b96463d7bf9977611c46ec4e7a80bf0567499b88 +size 73522 diff --git a/MendeleyCXR/images/Darwin_00005391_IM-0559-0001.png b/MendeleyCXR/images/Darwin_00005391_IM-0559-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6973c655b1945408ff895943e69f71ad6f460472 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005391_IM-0559-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c1064d47bd2ba1e6a257cf16e7ead53c47375a000666e2eec2e142d175161d2 +size 71234 diff --git a/MendeleyCXR/images/Darwin_00005392_IM-0560-0001.png b/MendeleyCXR/images/Darwin_00005392_IM-0560-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5f5ef0505f71a1c3b7ede1708fc4504acfe0f45f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005392_IM-0560-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f5f962fd2646d31816929b7c435c810440184bda725db4e3de1eb55770f2ced +size 72377 diff --git a/MendeleyCXR/images/Darwin_00005393_IM-0561-0001.png b/MendeleyCXR/images/Darwin_00005393_IM-0561-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..357dc1d789e2da1ef853a888a7b981c6ed8ea242 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005393_IM-0561-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb18b7e53b7002ed7bf5b02eee852ce27f011842b96af7a1a9b49450f658ac45 +size 75113 diff --git a/MendeleyCXR/images/Darwin_00005394_IM-0562-0001.png b/MendeleyCXR/images/Darwin_00005394_IM-0562-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..25632e91292179c937113ad5bf7c1b8736e5cd52 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005394_IM-0562-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65221d7be3d6d08666db8172d57ab904ccfff11f58bf64abab72739ef1ac68c4 +size 76138 diff --git a/MendeleyCXR/images/Darwin_00005395_IM-0563-0001.png b/MendeleyCXR/images/Darwin_00005395_IM-0563-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c61c59bce9fa33008fe0593df9478e476d27bdef --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005395_IM-0563-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06bcdcb4c5df0930c66d35063511dd5d9323cc22cf6fe18166a453e41ae7a4a8 +size 75877 diff --git a/MendeleyCXR/images/Darwin_00005396_IM-0564-0001.png b/MendeleyCXR/images/Darwin_00005396_IM-0564-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..cf9dd6203c735c47d5b25ac73839fdfea0da0ecd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005396_IM-0564-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f63500dcd243d5bcfe4685d8dc87354cf001c53286f999f83d72d0ac907333d +size 82753 diff --git a/MendeleyCXR/images/Darwin_00005397_IM-0565-0001.png b/MendeleyCXR/images/Darwin_00005397_IM-0565-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..27915898b6fb7ecd5737991485ffa0a0c339295f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005397_IM-0565-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38b409722dbbb4a7d3223ef30d47aa2c4b43cd569166bf5cde4e876c77c5731e +size 76921 diff --git a/MendeleyCXR/images/Darwin_00005398_IM-0566-0001.png b/MendeleyCXR/images/Darwin_00005398_IM-0566-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f04fee071e1d13ae057ed920434248c499aba856 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005398_IM-0566-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:179c94c955f9094d3070faefcce5cdd465cf0446b8e78e00f74e23be46dd5e7a +size 71734 diff --git a/MendeleyCXR/images/Darwin_00005399_IM-0568-0001.png b/MendeleyCXR/images/Darwin_00005399_IM-0568-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..801bf9bb7ad1cc542bf670128fce2cb746c94732 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005399_IM-0568-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:851758e15ee05f6748221cfe79c11ee2a1b10dda016ed0377c1133c8cf167f22 +size 79321 diff --git a/MendeleyCXR/images/Darwin_00005400_IM-0569-0001.png b/MendeleyCXR/images/Darwin_00005400_IM-0569-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..79a0b1bb792b6317b2008fcca40304c900da4843 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005400_IM-0569-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f03a3c01d848cc5ad5d6eda6d262b884f19e24d873433c2db63295bc8acd333a +size 77902 diff --git a/MendeleyCXR/images/Darwin_00005401_IM-0570-0001.png b/MendeleyCXR/images/Darwin_00005401_IM-0570-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5b73815f4033b9f55dd29f13f0070d007a1ec2e4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005401_IM-0570-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:050cd4f24034cb8755c5565605d1d4f493e8639c9159a119908e00d3dc4b0b26 +size 77778 diff --git a/MendeleyCXR/images/Darwin_00005402_IM-0571-0001.png b/MendeleyCXR/images/Darwin_00005402_IM-0571-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..afcd802975a3a1b3516de6037904cdb7af93e429 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005402_IM-0571-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d76d07b12ab4403281a7c1fd6f35f8c53ba89422b954efb2874b32696ea37df3 +size 75825 diff --git a/MendeleyCXR/images/Darwin_00005403_IM-0574-0001.png b/MendeleyCXR/images/Darwin_00005403_IM-0574-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ce5564f49e91400241c70aabe4d085870f620b65 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005403_IM-0574-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:425bbf8eb125e30cbe75574c61fae6cdaf9516dbb292c32544c5ea738126b8d9 +size 80504 diff --git a/MendeleyCXR/images/Darwin_00005404_IM-0575-0001.png b/MendeleyCXR/images/Darwin_00005404_IM-0575-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..058e94e00c9a0b0cc82e95760f411cb562abd8ab --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005404_IM-0575-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0c86d94c0caa88a2af872be3924d4fa777037436fbde6d221e4e60f1ddf4b06 +size 72264 diff --git a/MendeleyCXR/images/Darwin_00005405_IM-0577-0001.png b/MendeleyCXR/images/Darwin_00005405_IM-0577-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1cc949d893e9d474d8d269a2f6aa77cda2d42859 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005405_IM-0577-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a32f47c899e0d47bf89ced5591795a3f2d3e6496b18bf5bde1d63c21a5b5d44d +size 76561 diff --git a/MendeleyCXR/images/Darwin_00005406_IM-0578-0001.png b/MendeleyCXR/images/Darwin_00005406_IM-0578-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..bf4d673aa6845647dbc02eeaad06f9455d7afad1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005406_IM-0578-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14207e714baa3c474345a6691d2c31f7648dc65e4611f92c008fdae65c77c988 +size 74839 diff --git a/MendeleyCXR/images/Darwin_00005407_IM-0579-0001.png b/MendeleyCXR/images/Darwin_00005407_IM-0579-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..41300e04a886155cca91ad2238ea1444f08654e1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005407_IM-0579-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99141ad9676e585a2e53101a849af1b0d2181a9b02c0a6840d8476916850bfd1 +size 71931 diff --git a/MendeleyCXR/images/Darwin_00005408_IM-0580-0001.png b/MendeleyCXR/images/Darwin_00005408_IM-0580-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4aa9dba18e53f52d47dc3c3a5e977182a57bde51 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005408_IM-0580-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd021d44be8b8bbaeecc07cd82a02cc698ce047ae3ca3489a442b56e608aab0f +size 79383 diff --git a/MendeleyCXR/images/Darwin_00005409_IM-0581-0001.png b/MendeleyCXR/images/Darwin_00005409_IM-0581-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a1170cce0c805c682e70e4f8cfa3cb49887834c6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005409_IM-0581-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97702758e74c426bbc8a2f379579e770c11e6b5a1d04733eaaa9350d1b8c84d0 +size 84144 diff --git a/MendeleyCXR/images/Darwin_00005410_IM-0528-0001.png b/MendeleyCXR/images/Darwin_00005410_IM-0528-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e4eae9985f41f7c885930320b8e3ed33eb60045f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005410_IM-0528-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:553f338d7e4a534621b83686e79d713a4a5aa2ebd1ea190e33e9790f64376b3e +size 73192 diff --git a/MendeleyCXR/images/Darwin_00005411_IM-0529-0001.png b/MendeleyCXR/images/Darwin_00005411_IM-0529-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e6f62af8d89410fd51883523af701ba8f79df003 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005411_IM-0529-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4812fd59225dcaabc1bb091a5be5ff406b0b5cfd2972437531c533f26f39cc8 +size 79631 diff --git a/MendeleyCXR/images/Darwin_00005412_IM-0530-0001.png b/MendeleyCXR/images/Darwin_00005412_IM-0530-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..283b8cb126f9514536ed0a7c8036aaacd9f97476 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005412_IM-0530-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbaec5529ef340d01ccde465a0d3a6953fba14e23212bc166fff821a2fef1332 +size 75878 diff --git a/MendeleyCXR/images/Darwin_00005413_IM-0531-0001-0001.png b/MendeleyCXR/images/Darwin_00005413_IM-0531-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..46243621659332e9e455cdcfe9065788af3723fa --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005413_IM-0531-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:559acfeee2afb7a87fc7bf584b4bfb75a0efc982efa0075c74ab7e77de7c4a2a +size 71895 diff --git a/MendeleyCXR/images/Darwin_00005414_IM-0531-0001.png b/MendeleyCXR/images/Darwin_00005414_IM-0531-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4fb96fcfc5a1f29585d36bb2126be44c28d6c6ce --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005414_IM-0531-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47f29f696f19b053c811eff6b66be9d7b730dc6019a0c4031feea6e50c89f2e0 +size 78830 diff --git a/MendeleyCXR/images/Darwin_00005415_IM-0532-0001.png b/MendeleyCXR/images/Darwin_00005415_IM-0532-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..cd1b06794e54343cf4f4a94428b8dc3e4776d7c0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005415_IM-0532-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a367a188dad210d444e4c9e6aa5e325e7b29a196ce62f408208ace773b8d463 +size 73299 diff --git a/MendeleyCXR/images/Darwin_00005416_IM-0533-0001-0001.png b/MendeleyCXR/images/Darwin_00005416_IM-0533-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..bc57a4ce3a31982ffb4506197973584175b74ee4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005416_IM-0533-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b68404cb62af1361a42288619d692daa6935be05bbcd35238cd84fba24cf9137 +size 72976 diff --git a/MendeleyCXR/images/Darwin_00005417_IM-0533-0001-0002.png b/MendeleyCXR/images/Darwin_00005417_IM-0533-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..93e6f86d8794d3963ad9045296728d29efa54248 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005417_IM-0533-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f4f8af9bb45b122c1cdeefb6f16707613bf3f03c1307c030f2eeae5f92fe5e0 +size 79925 diff --git a/MendeleyCXR/images/Darwin_00005418_IM-0533-0001.png b/MendeleyCXR/images/Darwin_00005418_IM-0533-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ec6c902b1d7d0654c222cc217e7ba4376c8a33c2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005418_IM-0533-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e5e06876705dd36c56a64f7a1c0d64c7b64fac188323bcd8005538407ddc730 +size 79037 diff --git a/MendeleyCXR/images/Darwin_00005419_IM-0534-0001.png b/MendeleyCXR/images/Darwin_00005419_IM-0534-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2a3740c85377e9fdc776391cb939ca6a702d096d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005419_IM-0534-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ece1142f969809f246f2e2aaad5c24569e385f28655c982611dc57e6f2794a00 +size 83667 diff --git a/MendeleyCXR/images/Darwin_00005420_IM-0535-0001.png b/MendeleyCXR/images/Darwin_00005420_IM-0535-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a95ce57f1332434ee74aa9372285dc4085628ed4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005420_IM-0535-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d72b675113c5aa229b48620964f75573cc55b5830966a44a2e06d07c7004446c +size 79466 diff --git a/MendeleyCXR/images/Darwin_00005421_IM-0536-0001.png b/MendeleyCXR/images/Darwin_00005421_IM-0536-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6648c30febd2c41ec19df342689287e1a41ae46a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005421_IM-0536-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:360c3473ce904203b42d901a3d5b633b5aef81b502ebc2b805c95bdc9ccf3e5c +size 68088 diff --git a/MendeleyCXR/images/Darwin_00005422_IM-0537-0001.png b/MendeleyCXR/images/Darwin_00005422_IM-0537-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..737926eb6dec3073ce7b3de9c092a8f31e8301da --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005422_IM-0537-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d5e80adb0af7f8700fd9dc008ce6da90f553c6174a765cbef37b39f5134b78b +size 72527 diff --git a/MendeleyCXR/images/Darwin_00005423_IM-0538-0001.png b/MendeleyCXR/images/Darwin_00005423_IM-0538-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3bf24ce0a0128be8b496d1f02dd5868d09773dd2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005423_IM-0538-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd490b3911a99db9d06b66d60597018ff528137d988be21d73819b3fd0fb9f4b +size 74847 diff --git a/MendeleyCXR/images/Darwin_00005424_IM-0539-0001-0001.png b/MendeleyCXR/images/Darwin_00005424_IM-0539-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..51a932c7ddefa795ea2b49cce0b72409d69ee810 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005424_IM-0539-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:915f0b2ad71418656a059fa6f2d6d71b05c47b52958600a0c74931b487bf4dc2 +size 73410 diff --git a/MendeleyCXR/images/Darwin_00005425_IM-0539-0001-0002.png b/MendeleyCXR/images/Darwin_00005425_IM-0539-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..9dfa54db54a2508d465e4fda36c9f5d83a57b0b7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005425_IM-0539-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d40a01b2b0ef28604dfc7e57770294bc856deed08d3ca3ff3b6a091224706e51 +size 78282 diff --git a/MendeleyCXR/images/Darwin_00005426_IM-0539-0001.png b/MendeleyCXR/images/Darwin_00005426_IM-0539-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4c570adfca6af1a7c9a033d6767c8f970b779520 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005426_IM-0539-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4fa5ba778f4ee7ae728fc718cc8e52f21c4d1d51e58bf65abc326703c4a98b0 +size 77829 diff --git a/MendeleyCXR/images/Darwin_00005427_IM-0540-0001.png b/MendeleyCXR/images/Darwin_00005427_IM-0540-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7c83c4e35325255f82a415c4bec39e9782a7c509 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005427_IM-0540-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d126d8583d042b24930dff8d22b6d32542fd31984078abc7cfdf0dcca307fa5 +size 73349 diff --git a/MendeleyCXR/images/Darwin_00005428_IM-0541-0001.png b/MendeleyCXR/images/Darwin_00005428_IM-0541-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2407fe56bd544bdeaa2d93302a11f2dcf97f4099 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005428_IM-0541-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2798ed968b0b80eb379a4a529d46b1097990ff75da11daefe07eacbc704ac22f +size 68938 diff --git a/MendeleyCXR/images/Darwin_00005429_IM-0542-0001.png b/MendeleyCXR/images/Darwin_00005429_IM-0542-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3c59659be2199f082372deb41230216720bb75fa --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005429_IM-0542-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2caee08feef580f261a758f1503974b252e2e9126d6d6d442c9a595df7a3a80 +size 75687 diff --git a/MendeleyCXR/images/Darwin_00005430_IM-0543-0001-0002.png b/MendeleyCXR/images/Darwin_00005430_IM-0543-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..140d5e1f5242cd610adb7c2b610b5fa2d919f110 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005430_IM-0543-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cc79a0f64d7fcaf606dff550fce99bbde210c0fd68e7d98a158a59a6d0b0ed3 +size 77796 diff --git a/MendeleyCXR/images/Darwin_00005431_IM-0543-0001.png b/MendeleyCXR/images/Darwin_00005431_IM-0543-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..17f9408d3ed1107b9082bcae53db9144cf1e02e0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005431_IM-0543-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8b913a2230aea5056c49de50533243ef3928452d79f10197c11427a84abc833 +size 72903 diff --git a/MendeleyCXR/images/Darwin_00005432_IM-0544-0001.png b/MendeleyCXR/images/Darwin_00005432_IM-0544-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a93bb35e9d31dd0486eea8eaf8d8467fe209414d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005432_IM-0544-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb694fed547888efbf2d6f34448abeabac731af2ca9a2ce9d2f0b43cda0723dc +size 78552 diff --git a/MendeleyCXR/images/Darwin_00005433_IM-0545-0001-0001.png b/MendeleyCXR/images/Darwin_00005433_IM-0545-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fee699f297005252ca8aba1a2561e3af55a5049e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005433_IM-0545-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cb4314cadd4b08fb984e82bf480ca304fd5203239c568c27cb0d7c302b6f0f1 +size 76163 diff --git a/MendeleyCXR/images/Darwin_00005434_IM-0545-0001-0002.png b/MendeleyCXR/images/Darwin_00005434_IM-0545-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..b6a6a533bb469dc8d9fbca7a0eb71f9cef8e2d33 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005434_IM-0545-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:576cb4775ac1ab4621a61b0a08ccdd1dfbca4cfc942b882ee7a6b49e86caba88 +size 73575 diff --git a/MendeleyCXR/images/Darwin_00005435_IM-0545-0001.png b/MendeleyCXR/images/Darwin_00005435_IM-0545-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..bee040c5c5dffce50c90131d6e2a4fe48189acce --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005435_IM-0545-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2549938e7f9018835e66a8e5bdbb6f23c42663c9c54c06092bdd806ad58ebdaf +size 71165 diff --git a/MendeleyCXR/images/Darwin_00005436_IM-0546-0001.png b/MendeleyCXR/images/Darwin_00005436_IM-0546-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..88647309c005d07e59fa941eb026b192c53839af --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005436_IM-0546-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:232da16c1ef781a27c2563445406ffb0d10b8869b1bb375ae5d363cbbf19108c +size 75335 diff --git a/MendeleyCXR/images/Darwin_00005437_IM-0547-0001.png b/MendeleyCXR/images/Darwin_00005437_IM-0547-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e7421e8b62065a7ec01733ace06b157bf4a32807 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005437_IM-0547-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66674cd6d8779bf038f7a9e0cef8539f6ab9bdcb0b3fd146ba1d9b0ec72df923 +size 79951 diff --git a/MendeleyCXR/images/Darwin_00005438_IM-0548-0001.png b/MendeleyCXR/images/Darwin_00005438_IM-0548-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e47aaf8e7179ee842241d34a71acc7f0eed01ac0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005438_IM-0548-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecb454cc8c1e52c6f2df4e6900e80dad3401df7b98bd3b84720ba93899293991 +size 64423 diff --git a/MendeleyCXR/images/Darwin_00005439_IM-0549-0001-0001.png b/MendeleyCXR/images/Darwin_00005439_IM-0549-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f81599d4b541ac9c0466e21774a6d665fea2f749 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005439_IM-0549-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7de815aef5d1641ad6191a7db1057803c5e516701de30141e1558676d17d1da +size 76491 diff --git a/MendeleyCXR/images/Darwin_00005440_IM-0549-0001-0002.png b/MendeleyCXR/images/Darwin_00005440_IM-0549-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..b334194884c5d8996938e716631a379c3d75c140 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005440_IM-0549-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbe1b79a3856f5b8af16ce3dfc01a67dfb2f9b9c5f161401c172fd2e54f4436a +size 74064 diff --git a/MendeleyCXR/images/Darwin_00005441_IM-0549-0001.png b/MendeleyCXR/images/Darwin_00005441_IM-0549-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4cc34a4157eac93ae72d93158b8dbc4e74ad0adc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005441_IM-0549-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:696feb4ddf6239b5c2e58630949bec7e7ba0723ea9117be6623d1c876dfbda14 +size 77612 diff --git a/MendeleyCXR/images/Darwin_00005442_IM-0551-0001-0001.png b/MendeleyCXR/images/Darwin_00005442_IM-0551-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ecb8b1da3335e31c3fbd0f471b8fdca9b23c271d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005442_IM-0551-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fe6d8dab647c57ac22164da2be5e96457052bb2c90491821058a357462d0c11 +size 71885 diff --git a/MendeleyCXR/images/Darwin_00005443_IM-0506-0001.png b/MendeleyCXR/images/Darwin_00005443_IM-0506-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..17991b15ab8cdc11575dba93ffa10dabb01ba38e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005443_IM-0506-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6cbd402f85b68d70b2875b8ecb42e547bce8d2c811700567d8606a5e68ece80 +size 80419 diff --git a/MendeleyCXR/images/Darwin_00005444_IM-0507-0001.png b/MendeleyCXR/images/Darwin_00005444_IM-0507-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9da97f3f8e478720f54af11c71209432e9cd8b3f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005444_IM-0507-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff32ccc2c98f0d99f904908961e1a4077650f5f59c801050b10e467fee16c2ce +size 74626 diff --git a/MendeleyCXR/images/Darwin_00005445_IM-0508-0001.png b/MendeleyCXR/images/Darwin_00005445_IM-0508-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0c6ff79c3cecc107fd271e35e8209bc68ef947dd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005445_IM-0508-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1788597b4e8d8f608e1833f894cd777ba64137115af3cf7c9f0e001f121d3a91 +size 74793 diff --git a/MendeleyCXR/images/Darwin_00005446_IM-0509-0001-0001.png b/MendeleyCXR/images/Darwin_00005446_IM-0509-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b9073e6bd940d972b3d4682a8657b10c955eb32f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005446_IM-0509-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85b3b97b2039d5ccb67ceee961cbf2ffe86d0d3b672b4f86f47fa6db60ced568 +size 71183 diff --git a/MendeleyCXR/images/Darwin_00005447_IM-0509-0001-0002.png b/MendeleyCXR/images/Darwin_00005447_IM-0509-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..8d7ca3b20ede9b02e74a634db4a6db1b833739ff --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005447_IM-0509-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c25be858a52c3dd6b6476341cd84755948db11e739bca13b3a79f1fda79b3a0e +size 75380 diff --git a/MendeleyCXR/images/Darwin_00005448_IM-0509-0001.png b/MendeleyCXR/images/Darwin_00005448_IM-0509-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..13f16ed66db389ba75b1a4f82451f8810e2e8a1f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005448_IM-0509-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfa3c8d783ee6abf73d9851adc98e9dcbd8d1c84529a4e19ca7fd00bc16dc885 +size 78321 diff --git a/MendeleyCXR/images/Darwin_00005449_IM-0510-0001.png b/MendeleyCXR/images/Darwin_00005449_IM-0510-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e14d578f645edd8df7763c419f50c4426f6590a4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005449_IM-0510-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2f5370deec23509f1cd0e47d40f4ac2bfb4f2b5bc462b34c6ae27d63bdfa314 +size 69951 diff --git a/MendeleyCXR/images/Darwin_00005450_IM-0511-0001-0001.png b/MendeleyCXR/images/Darwin_00005450_IM-0511-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b5554c3d7292db6533a46de321cbc5f85ea491ef --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005450_IM-0511-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2070eb11f45034ea662080ac3ea0bce5e916a2ca11520d084ce9165eb9b6f887 +size 78809 diff --git a/MendeleyCXR/images/Darwin_00005451_IM-0511-0001-0002.png b/MendeleyCXR/images/Darwin_00005451_IM-0511-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..f1786f89d49375f9fe3f5878a8835aaab8ab0673 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005451_IM-0511-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89c78b8e8d65dfaea788dadd9cdd0c4f1d5414adb1ff446795e37db2687d35f7 +size 75165 diff --git a/MendeleyCXR/images/Darwin_00005452_IM-0511-0001.png b/MendeleyCXR/images/Darwin_00005452_IM-0511-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..52b276a40aa7d123f7d75857fcb57abaad1cd83a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005452_IM-0511-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:199e2afd3583b9e895bfbeda8205fa5c0f1396da28aaea731f4c7580aed391b4 +size 73912 diff --git a/MendeleyCXR/images/Darwin_00005453_IM-0512-0001.png b/MendeleyCXR/images/Darwin_00005453_IM-0512-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..966b0b3db95bf6edd272b9a43f651a29728d6501 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005453_IM-0512-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0e2766fa5e56729f1699f2a7fef747ada6c43ecb058cb8a977d1fd78bb0e6d2 +size 79191 diff --git a/MendeleyCXR/images/Darwin_00005454_IM-0513-0001.png b/MendeleyCXR/images/Darwin_00005454_IM-0513-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..264b9849a8dbf645dce20ef52689ec076bfafc5a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005454_IM-0513-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:085f1d7e2d51c236471a58443d0d4e5d24e16ec629f08f8ccb5820a402538795 +size 69499 diff --git a/MendeleyCXR/images/Darwin_00005455_IM-0514-0001.png b/MendeleyCXR/images/Darwin_00005455_IM-0514-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..12be3075a260a9c7d664796f4e60684d05c9d770 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005455_IM-0514-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4239e02447f785446485b638ab1618f7e07cbf32afb0dd8af19a672ba161d5fb +size 70485 diff --git a/MendeleyCXR/images/Darwin_00005456_IM-0515-0001.png b/MendeleyCXR/images/Darwin_00005456_IM-0515-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0bace9d3edaf464a42f3ca24a0b53ca79433be45 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005456_IM-0515-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6fb5b43b8874798cd2b7d7760c1602eb278278f27e35c987363aaabf415b9dd +size 73631 diff --git a/MendeleyCXR/images/Darwin_00005457_IM-0516-0001.png b/MendeleyCXR/images/Darwin_00005457_IM-0516-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..11de79e74600beef08a6c1fe31e0ce347ef2658a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005457_IM-0516-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a408d80e1ae859033a91b77c6997d7853fc568b475568d7a9b347990193086a3 +size 68913 diff --git a/MendeleyCXR/images/Darwin_00005458_IM-0517-0001-0001.png b/MendeleyCXR/images/Darwin_00005458_IM-0517-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..626153f744efc69e7705cab27d2154083c1f0d72 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005458_IM-0517-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fa0a269b8645ab3f42d12f22c168292de5dd2cb716ea704f007330f3987bbea +size 73266 diff --git a/MendeleyCXR/images/Darwin_00005459_IM-0517-0001.png b/MendeleyCXR/images/Darwin_00005459_IM-0517-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9570b2aa8f2c78e0fa86d15e08481f3d335432fe --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005459_IM-0517-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c610adfc3715495a7e14ee5c804d47c1b3a8ec3eaeb00a178f6f3ecdc146cab9 +size 77176 diff --git a/MendeleyCXR/images/Darwin_00005460_IM-0519-0001-0001.png b/MendeleyCXR/images/Darwin_00005460_IM-0519-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..606bcc4b331811649aba8ef388cf7fd326a1f4df --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005460_IM-0519-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e35561f61bb7cf931fc3d7cc74656993005e93a8e5d4ca8b62231ac650d1299 +size 78057 diff --git a/MendeleyCXR/images/Darwin_00005461_IM-0519-0001-0002.png b/MendeleyCXR/images/Darwin_00005461_IM-0519-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..471db0dc70f6fe36d2080eaf6349449221ed9d8f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005461_IM-0519-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a702470ff1b53396865126ee83e3575c654c7e1971a64f937d5ba188d0cb0e9 +size 74281 diff --git a/MendeleyCXR/images/Darwin_00005462_IM-0519-0001.png b/MendeleyCXR/images/Darwin_00005462_IM-0519-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8ccdb43ba5f2ed36f08e41d69c591dd7afeb70f1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005462_IM-0519-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e5b58c4ae4d21a34772451a221d961fae6ad85e8113da273c4b7cdbbfc519a8 +size 75474 diff --git a/MendeleyCXR/images/Darwin_00005463_IM-0520-0001.png b/MendeleyCXR/images/Darwin_00005463_IM-0520-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..787424608cc837386ed9704ab5117863e4c21886 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005463_IM-0520-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2791da23f0ffa8f8961e4fb6ea9ed98cf613af27974a75d3bdfd49c1ee4f9a82 +size 75853 diff --git a/MendeleyCXR/images/Darwin_00005464_IM-0521-0001.png b/MendeleyCXR/images/Darwin_00005464_IM-0521-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..dff8c6f8e0c93fb64dad299b875872d6b30c8914 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005464_IM-0521-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c970a11d7b0ed1b32b4d6e03f2c4bdb21ac8e5883a5975ed1bb5aa9427bf340a +size 72952 diff --git a/MendeleyCXR/images/Darwin_00005465_IM-0522-0001.png b/MendeleyCXR/images/Darwin_00005465_IM-0522-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..491c71a91d90312262bf10638ec989dffdee5e8b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005465_IM-0522-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3496acbaa5cd284c77fd46350166cdaa75e8d109d43c68c3d779ceefb54c1681 +size 66805 diff --git a/MendeleyCXR/images/Darwin_00005466_IM-0523-0001-0001.png b/MendeleyCXR/images/Darwin_00005466_IM-0523-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8f71f5cbbea04b03564519f745b8d683ecd041d7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005466_IM-0523-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ab978b3695dfbb3d611eb83e27ad0cbab334fb042c728f36ae70d20a31a59ae +size 79941 diff --git a/MendeleyCXR/images/Darwin_00005467_IM-0523-0001-0002.png b/MendeleyCXR/images/Darwin_00005467_IM-0523-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..1b510e990771c7ef05c8a0883abf04f95d1532b3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005467_IM-0523-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6598887f99be8ac470ab91c2198ce6059835d4ecc2a9c8a7164ab2461226627f +size 76521 diff --git a/MendeleyCXR/images/Darwin_00005468_IM-0523-0001-0003.png b/MendeleyCXR/images/Darwin_00005468_IM-0523-0001-0003.png new file mode 100644 index 0000000000000000000000000000000000000000..985e7a6e186c1a9623eafdff4db735fd0f9f27b5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005468_IM-0523-0001-0003.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08b64680feba02f4647084d2bbb180d67f86a273403958ad84b00d2f5422c781 +size 80292 diff --git a/MendeleyCXR/images/Darwin_00005469_IM-0523-0001.png b/MendeleyCXR/images/Darwin_00005469_IM-0523-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d5a2ee3fc12714055d3100cd44e930cfd7768dc1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005469_IM-0523-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c0c1f70c21927b5898c63839250bfc1061dbe0e96869f83d59140c2d5b6ecb6 +size 75318 diff --git a/MendeleyCXR/images/Darwin_00005470_IM-0524-0001.png b/MendeleyCXR/images/Darwin_00005470_IM-0524-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..93c0953f6f758124631f8cad01a88b2dcce1b84f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005470_IM-0524-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cffc5e8e1cf88c8f968e8fb5a8860096f7a5447e875c6f9e61cafa7ea126da41 +size 75694 diff --git a/MendeleyCXR/images/Darwin_00005471_IM-0525-0001-0001.png b/MendeleyCXR/images/Darwin_00005471_IM-0525-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8203b825bb318255517938d59408331898331881 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005471_IM-0525-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f66c688ead44520cbad8b613502c2ad97b80b10cced29b59041b18247fcec269 +size 78451 diff --git a/MendeleyCXR/images/Darwin_00005472_IM-0525-0001-0002.png b/MendeleyCXR/images/Darwin_00005472_IM-0525-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..0074ec3316849aa7c860872309bf0f4b958dc3e8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005472_IM-0525-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:338fa4b725550b387c7808e90d270a2fc14166022a0dbcd4a8b96bc46730a85f +size 73142 diff --git a/MendeleyCXR/images/Darwin_00005473_IM-0525-0001.png b/MendeleyCXR/images/Darwin_00005473_IM-0525-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3174bf6933f3092c6c2c7166f0962f20e6d31914 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005473_IM-0525-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ccbf4f136f9130933f8f9e721e91fa167f1332dcb5fdc3e47cd6627952d04f3 +size 72900 diff --git a/MendeleyCXR/images/Darwin_00005474_IM-0526-0001.png b/MendeleyCXR/images/Darwin_00005474_IM-0526-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..bed9d405b7b478de72b34fa23f2580dcfb28c075 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005474_IM-0526-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:601474879378d791968df2109a6ff6547f6de8feaa2eb3c5b9f76eb7aef89466 +size 72537 diff --git a/MendeleyCXR/images/Darwin_00005475_IM-0527-0001.png b/MendeleyCXR/images/Darwin_00005475_IM-0527-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2c54ac5bfa10b753992c1bc031ef3f8a0eeccd23 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005475_IM-0527-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c7ad520f288b84296d4c4dc3bcc61c04d4164d8108907b81e0be60150d5b739 +size 72928 diff --git a/MendeleyCXR/images/Darwin_00005476_IM-0479-0001.png b/MendeleyCXR/images/Darwin_00005476_IM-0479-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0ab7cdf6b3d1487b119eecc7c18c2ae8192162e1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005476_IM-0479-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c24a0e9ba26fc3ea3e1312741a69e11d4cab91a60fd3ff208b03d516223c1427 +size 68944 diff --git a/MendeleyCXR/images/Darwin_00005477_IM-0480-0001.png b/MendeleyCXR/images/Darwin_00005477_IM-0480-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..62469febc96895f8bd87fcbadae77da6051e6487 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005477_IM-0480-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:155115f8dcb10a71741a531fc63c22fb8e944d6ae0ae66c954b29f83473cfafc +size 73242 diff --git a/MendeleyCXR/images/Darwin_00005478_IM-0481-0001.png b/MendeleyCXR/images/Darwin_00005478_IM-0481-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..63feb471e9d02a7f2ea916a0af0db409dd344a61 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005478_IM-0481-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cfc5a9fa4a2cfe621898e2f2da523cfdaf2e56fa6614f049e9d694c4eddc8d4 +size 76652 diff --git a/MendeleyCXR/images/Darwin_00005479_IM-0482-0001.png b/MendeleyCXR/images/Darwin_00005479_IM-0482-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..44e438285464b0ed5c33fd9cd154f09ad7da47cf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005479_IM-0482-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a19908ea6a4fd6b90b298a3543e7b43a734337417bc532a32286e12608b92e6d +size 80763 diff --git a/MendeleyCXR/images/Darwin_00005480_IM-0483-0001.png b/MendeleyCXR/images/Darwin_00005480_IM-0483-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c51d5c2538a026a1f31d1ca98c2c6f054bca9cbd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005480_IM-0483-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aedf5259397b90a47af230a5bcc4a8ac4ce628dbc4864ffd6cf6ebfc3de4c3c1 +size 74702 diff --git a/MendeleyCXR/images/Darwin_00005481_IM-0484-0001.png b/MendeleyCXR/images/Darwin_00005481_IM-0484-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4f6f8ad6fe8b1c4a0ba2c6ba94858a38b078576d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005481_IM-0484-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7923cfc3e11f0a5f5f887f154560b0898a9ac468c03b5dbb53a5ab746bdd71ba +size 74069 diff --git a/MendeleyCXR/images/Darwin_00005482_IM-0485-0001.png b/MendeleyCXR/images/Darwin_00005482_IM-0485-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6c7d264178ee4b6aefb641896e394126ed720163 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005482_IM-0485-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:366e31cae9fd48c8867633657a9b0bc14550ec23d570114f892b823c0ac2396c +size 79247 diff --git a/MendeleyCXR/images/Darwin_00005483_IM-0486-0001.png b/MendeleyCXR/images/Darwin_00005483_IM-0486-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..befd89b04c9685c4a4bf166a5e1734c15d6357e1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005483_IM-0486-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2400066a2669bebbf44ebfb89ff19ac16cb4196391532e53c1f731bd2059c678 +size 73343 diff --git a/MendeleyCXR/images/Darwin_00005484_IM-0487-0001.png b/MendeleyCXR/images/Darwin_00005484_IM-0487-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3b58636bd0ea79a5d960cb5e32885f7913775de1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005484_IM-0487-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:325a446d605705774603bcd551180b99ede3de0dde215781a6960193b5bb2bb6 +size 81562 diff --git a/MendeleyCXR/images/Darwin_00005485_IM-0488-0001.png b/MendeleyCXR/images/Darwin_00005485_IM-0488-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9b44e450a44e0c87f1f0dfc0c3ce12fe69cb0bac --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005485_IM-0488-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61595f9fbaf00d62a6292879cdcba32f463e8b6282835984f92761dd94831b75 +size 71555 diff --git a/MendeleyCXR/images/Darwin_00005486_IM-0489-0001.png b/MendeleyCXR/images/Darwin_00005486_IM-0489-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..65bb68113d4bd48b3d259a2b6f72ca85c8d7bac1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005486_IM-0489-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:459032f02ce5c9268aff1e86288a3a09525d4f775eb4cda2d9573190eedcf1d0 +size 78171 diff --git a/MendeleyCXR/images/Darwin_00005487_IM-0490-0001.png b/MendeleyCXR/images/Darwin_00005487_IM-0490-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1bb4ac0ab2875f237a2c8ae33475d85539c1627a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005487_IM-0490-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:404cd232385860545ad00e470329685229b1c992ca4b925cf8b773b3dc4f0594 +size 73338 diff --git a/MendeleyCXR/images/Darwin_00005488_IM-0491-0001-0001.png b/MendeleyCXR/images/Darwin_00005488_IM-0491-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..338af00bbe2f77dffe2d83c176fe640513dc4a50 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005488_IM-0491-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0356d1e709312402b7b8dc138eb1b16f7aa2efc297568d968d0846bc47929ea5 +size 76204 diff --git a/MendeleyCXR/images/Darwin_00005489_IM-0491-0001-0002.png b/MendeleyCXR/images/Darwin_00005489_IM-0491-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..847bd29d42740a2ce8b45308156e44af796cf17e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005489_IM-0491-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8b265e807e5ecc8b3eed59af77f5a632155cdfbd55fa2eb663a525c43363e09 +size 67103 diff --git a/MendeleyCXR/images/Darwin_00005490_IM-0491-0001.png b/MendeleyCXR/images/Darwin_00005490_IM-0491-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..35e20951de52262318adf1d5fbc74d124bd7787b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005490_IM-0491-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:106009b0d298bd3d01fda088d4940b2295234863329506e1437ca0ebb68338a7 +size 78054 diff --git a/MendeleyCXR/images/Darwin_00005491_IM-0492-0001.png b/MendeleyCXR/images/Darwin_00005491_IM-0492-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3e08111d156b7105ca6ce91848008a8ab7a230f5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005491_IM-0492-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a77d78414dc7081b629978410ed96892b6e31b95135af8524174f5ad30a46be3 +size 75730 diff --git a/MendeleyCXR/images/Darwin_00005492_IM-0493-0001.png b/MendeleyCXR/images/Darwin_00005492_IM-0493-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..82f4fafb216b0e2bd10e6d1d95443b6120053750 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005492_IM-0493-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:081acc38cd2b054083df0317d3544318a9a7b5fc21083688332aefc90f402bba +size 75494 diff --git a/MendeleyCXR/images/Darwin_00005493_IM-0494-0001.png b/MendeleyCXR/images/Darwin_00005493_IM-0494-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..07e87239680f99008303ccaee618b6c2ef2b08c3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005493_IM-0494-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fa38a809cd51af89494dbb2d3ff2be58f8666a652856acbe006fff61985e1c6 +size 75812 diff --git a/MendeleyCXR/images/Darwin_00005494_IM-0495-0001.png b/MendeleyCXR/images/Darwin_00005494_IM-0495-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c86e26c0553cf546011181cc2f2d1c5a1b0d0d13 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005494_IM-0495-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e611b44f26d375f9684df7a0c20607945f990b1c6b334efb1a1b1ffd1e42122 +size 75009 diff --git a/MendeleyCXR/images/Darwin_00005495_IM-0496-0001.png b/MendeleyCXR/images/Darwin_00005495_IM-0496-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..edc5871ff0741a3ca8a2431c26f3eedfb5e929bd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005495_IM-0496-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:230f64c0ea9b2b47abf8627eda1c408688b6073e4bc4d595c8f1700c41b47f1c +size 74724 diff --git a/MendeleyCXR/images/Darwin_00005496_IM-0497-0001-0001.png b/MendeleyCXR/images/Darwin_00005496_IM-0497-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..32b522f5aa963644d8be513c55ad9d5b1a70a41c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005496_IM-0497-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cef61f98b3a96a7046f01ea4ed06ac9d3a55aa3798398daba61e9ebf1f26cc07 +size 74420 diff --git a/MendeleyCXR/images/Darwin_00005497_IM-0497-0001-0002.png b/MendeleyCXR/images/Darwin_00005497_IM-0497-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..f5b1bc92d952f1e52bc60c979d3542519ce5c7ad --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005497_IM-0497-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a49b1ee697b513ae8f99b18c8fbcae8f1b74af83323055532dadfef1acbfa37d +size 77536 diff --git a/MendeleyCXR/images/Darwin_00005498_IM-0497-0001.png b/MendeleyCXR/images/Darwin_00005498_IM-0497-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..986cb5182d5d1e61777b3a584f5969ddc5780e35 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005498_IM-0497-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14feb5eabc1bc1d3824f060d1653f60d88e0c1a6aaae4bca457941141672ca93 +size 79340 diff --git a/MendeleyCXR/images/Darwin_00005499_IM-0499-0001-0001.png b/MendeleyCXR/images/Darwin_00005499_IM-0499-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0c3bfa058ccf9b3d289731622854b63b81cf62f7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005499_IM-0499-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0243167ebfe8b700382c374bffd5ce0e467cd2331477c49a2e1c55579b78e749 +size 75729 diff --git a/MendeleyCXR/images/Darwin_00005500_IM-0499-0001-0002.png b/MendeleyCXR/images/Darwin_00005500_IM-0499-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..dc1783fd5abbca26540e641ca4f87b8bfa28d31b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005500_IM-0499-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44f2bd0a1e540786dbb8eb0e2664109b5336736f2713497534c4001ee666570f +size 79672 diff --git a/MendeleyCXR/images/Darwin_00005501_IM-0499-0001.png b/MendeleyCXR/images/Darwin_00005501_IM-0499-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..82a3300ee5371afb1772bd7d3b0771c8535c9eea --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005501_IM-0499-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b94f6ba3bb2d39c181c1825793e586f0dabe2bab5915f6402ff9421930db6d7b +size 76743 diff --git a/MendeleyCXR/images/Darwin_00005502_IM-0500-0001.png b/MendeleyCXR/images/Darwin_00005502_IM-0500-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7e68a7f087e36a59fe7887e6945c374cf9332e4e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005502_IM-0500-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd28f39020c1cf0e2e7999a6061c0e7c6faa3bb96b8fad9ca35883110336ca91 +size 74077 diff --git a/MendeleyCXR/images/Darwin_00005503_IM-0501-0001-0001.png b/MendeleyCXR/images/Darwin_00005503_IM-0501-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b0e4aa25f643d70dae8242c6be3189f588e0ab34 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005503_IM-0501-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3269ed239d8f91fe7e86d1ccc5fbd1f9986a83dd26600d4b7a40db00e5c940be +size 72393 diff --git a/MendeleyCXR/images/Darwin_00005504_IM-0501-0001-0002.png b/MendeleyCXR/images/Darwin_00005504_IM-0501-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..58b2ae15347c03050e638506565d69be131eb7f0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005504_IM-0501-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88894067cace95f1c1a15e5adb0f718ac5da92f228c13382530831e063b2a9ab +size 78198 diff --git a/MendeleyCXR/images/Darwin_00005505_IM-0501-0001.png b/MendeleyCXR/images/Darwin_00005505_IM-0501-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f75e01817f1139a28430914c533b6e266a4e2210 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005505_IM-0501-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e67c66ef0b8eab3977cba2237294c639b9a5f6c358b15639f2a1097f71d55da6 +size 75315 diff --git a/MendeleyCXR/images/Darwin_00005506_IM-0502-0001.png b/MendeleyCXR/images/Darwin_00005506_IM-0502-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..df4ef0f4ef385666f5d9191b46da372ecb537c96 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005506_IM-0502-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82fcc6eade1eb66442763bc2c56d680ee4ee6ac8767d45e596fdba0bab622222 +size 73147 diff --git a/MendeleyCXR/images/Darwin_00005507_IM-0503-0001.png b/MendeleyCXR/images/Darwin_00005507_IM-0503-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2cca47cb1fe7ff151f5c5bd45133778a85d77d6a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005507_IM-0503-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02c793a9532a8f61601ddd14b1d54e5e59374d34ff626e5bf2930fc19c44c03a +size 75594 diff --git a/MendeleyCXR/images/Darwin_00005508_IM-0504-0001.png b/MendeleyCXR/images/Darwin_00005508_IM-0504-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0f93cb2c587fe6b57e7821167dd099b34a6ead31 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005508_IM-0504-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f89613ab259ff1e0fcdf4ba0ae01e6c99c2fee8dbaf6a53b945321b49a6a2ae +size 75042 diff --git a/MendeleyCXR/images/Darwin_00005509_IM-0505-0001-0001.png b/MendeleyCXR/images/Darwin_00005509_IM-0505-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8d42330f4fcb012dae7e4a0ed442aca98ea760b8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005509_IM-0505-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1598fd2e40f13992751e1d17ff27be23e69c0483fb4d5dace4a3c8763cb93b2e +size 75724 diff --git a/MendeleyCXR/images/Darwin_00005510_IM-0505-0001-0002.png b/MendeleyCXR/images/Darwin_00005510_IM-0505-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..129adfc2cc0f6ad7bb4e86b3ef402d04dca4b682 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005510_IM-0505-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62c95e806994c1767806c0abac089f7a00536492bf58c083e9cd9681a4536a76 +size 74473 diff --git a/MendeleyCXR/images/Darwin_00005511_IM-0505-0001.png b/MendeleyCXR/images/Darwin_00005511_IM-0505-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0bd3349284ae19337270d61eae2738ff71b80adf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005511_IM-0505-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47dd67f5dd779f3828e6f1d156346af61a20b6b76e5adfb1cea9fc92e5a2fa6a +size 74577 diff --git a/MendeleyCXR/images/Darwin_00005512_IM-0447-0001.png b/MendeleyCXR/images/Darwin_00005512_IM-0447-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..dc0fa7b5dbd1f6a345d4dcd6bf0522259823f073 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005512_IM-0447-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:385afa7fd2fb8d00de8b72313dfd992dea1c52f9d0d55b230b4cd48573a466ff +size 75305 diff --git a/MendeleyCXR/images/Darwin_00005513_IM-0448-0001.png b/MendeleyCXR/images/Darwin_00005513_IM-0448-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b48ff27b57b2f93f6457de45b8a4fe7de00552bb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005513_IM-0448-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac86150c06f05284ad5c6a372a01139fb464fa85704e02cb9fffc140d919656e +size 71187 diff --git a/MendeleyCXR/images/Darwin_00005514_IM-0449-0001.png b/MendeleyCXR/images/Darwin_00005514_IM-0449-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2b4d2e65da9ba572fa6a6edbc126751ea3900756 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005514_IM-0449-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5754b5938948cc919f812b3e1d942bac52adf549c43bb23bfd78c463a749d618 +size 73036 diff --git a/MendeleyCXR/images/Darwin_00005515_IM-0450-0001.png b/MendeleyCXR/images/Darwin_00005515_IM-0450-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ec589e9438a1660b495c0eaa21b3a27491cfeee1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005515_IM-0450-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c3379e23c89fc00bfaddba7d9d16eb6857fd83784d79f7bf807207d49dc8807 +size 79222 diff --git a/MendeleyCXR/images/Darwin_00005516_IM-0451-0001.png b/MendeleyCXR/images/Darwin_00005516_IM-0451-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..54e89c8871d67c0d3f5503d37fa362f4521d5406 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005516_IM-0451-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe72302a99ad83ec1e8dc83eeddfa2d8221457a87078f7e5137740ad7cdbdb17 +size 82064 diff --git a/MendeleyCXR/images/Darwin_00005517_IM-0452-0001.png b/MendeleyCXR/images/Darwin_00005517_IM-0452-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..eea4abe456174ce140f4eb035adbcf8b1cadfb69 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005517_IM-0452-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cab3d02e0edb26105c7bcdbcc6d2ce94fec84c255d5e442c37b2a529094ef414 +size 73800 diff --git a/MendeleyCXR/images/Darwin_00005518_IM-0453-0001-0002.png b/MendeleyCXR/images/Darwin_00005518_IM-0453-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..b40393e875ddf2faa8a5bf3a0d763bae8c856397 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005518_IM-0453-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeafd275cc029bc2fdfd260032b5ba7df16d27fb0d93510a613e12fbeb11cbd4 +size 75766 diff --git a/MendeleyCXR/images/Darwin_00005519_IM-0453-0001.png b/MendeleyCXR/images/Darwin_00005519_IM-0453-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..152c86d0f3c65ee76ed20167b75f8383f8a7f7db --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005519_IM-0453-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c7beb4e0b7ce83a1a22709aa2dd1cb0e731d27b58b1c848c24ffaa096c497b4 +size 77780 diff --git a/MendeleyCXR/images/Darwin_00005520_IM-0455-0001.png b/MendeleyCXR/images/Darwin_00005520_IM-0455-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..96070a11d3f32ec2c2abc78c7dcd9531cdea80f8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005520_IM-0455-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cdaab5f0e83e5255369468fc45732ff2334a4d85a5303091829d5d996696856 +size 81975 diff --git a/MendeleyCXR/images/Darwin_00005521_IM-0456-0001.png b/MendeleyCXR/images/Darwin_00005521_IM-0456-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..cad0c48df1e3c4b21bf51ac9ad52b074b512d7fa --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005521_IM-0456-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f659cc4f5cefb096278561911675a7ae5af30e2c3566899129ce18c8e0f2024 +size 79796 diff --git a/MendeleyCXR/images/Darwin_00005522_IM-0457-0001.png b/MendeleyCXR/images/Darwin_00005522_IM-0457-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e0dafb333136d12b5013d17d2e8aaf5f4215b49f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005522_IM-0457-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4da1259183348367583facd7fd7ca2a7ec3704e32e11a7d2b34ced63d2c3e46c +size 75547 diff --git a/MendeleyCXR/images/Darwin_00005523_IM-0458-0001.png b/MendeleyCXR/images/Darwin_00005523_IM-0458-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7fa107f936385c2963575ce88b958ba15053e6c1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005523_IM-0458-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb4e6645db1a6194a8a1c715322e1935d93c950dd1594f25cd790fd6fe741f18 +size 74320 diff --git a/MendeleyCXR/images/Darwin_00005524_IM-0459-0001.png b/MendeleyCXR/images/Darwin_00005524_IM-0459-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e63476efbb3787ca0bc76a30829de1618c17c935 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005524_IM-0459-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed9a0981e43e532042db9db13a5dbecd64b31ef91e9c80daef2090b6b8f93640 +size 75281 diff --git a/MendeleyCXR/images/Darwin_00005525_IM-0460-0001.png b/MendeleyCXR/images/Darwin_00005525_IM-0460-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a062ba0e70e461a793611ac3ab00e6725e5301aa --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005525_IM-0460-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80fdd171f540216ee0041c4e498e1d7425cd6b71a84a0b9395eb6e2b29138cdb +size 75500 diff --git a/MendeleyCXR/images/Darwin_00005526_IM-0461-0001.png b/MendeleyCXR/images/Darwin_00005526_IM-0461-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7af6815dcff7a03cb9c22a4f01bc406febc76081 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005526_IM-0461-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb55556bd70a3520bec8213b3c7e4e359af40e5af84f0d8c7f88feb876f67211 +size 72040 diff --git a/MendeleyCXR/images/Darwin_00005527_IM-0463-0001.png b/MendeleyCXR/images/Darwin_00005527_IM-0463-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..dc67664f8a8f651c3b715d93a33acda007c8aa96 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005527_IM-0463-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:628a3cda417e7b70212905e7fd535659ca6ae324e00f4b1c846e5b2617fb8de2 +size 80002 diff --git a/MendeleyCXR/images/Darwin_00005528_IM-0464-0001.png b/MendeleyCXR/images/Darwin_00005528_IM-0464-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..52150475f84bffa022ff212c575b2b2ed06a352e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005528_IM-0464-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9acccbe2a10fd4771b6b416e5021a9d53b782e674cda57716817e3a3e315c920 +size 69472 diff --git a/MendeleyCXR/images/Darwin_00005529_IM-0465-0001.png b/MendeleyCXR/images/Darwin_00005529_IM-0465-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..567dd52c4bea00ef6bbfbfffdada956017c310ff --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005529_IM-0465-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bb084e3def2ae4b66b82e7f28f5cb2cbe078f802f49e3f05df3e628a3269bf4 +size 74748 diff --git a/MendeleyCXR/images/Darwin_00005530_IM-0466-0001.png b/MendeleyCXR/images/Darwin_00005530_IM-0466-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1efd97ae5deffdbd6379760e481a3b44a474c022 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005530_IM-0466-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:586089453596f5dee022f0b0b87eeb3feeda12ec2454fcefdeb5958a25e71c76 +size 79853 diff --git a/MendeleyCXR/images/Darwin_00005531_IM-0467-0001-0001.png b/MendeleyCXR/images/Darwin_00005531_IM-0467-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..25bf9d3aa7f2ac9fa86ac90eecc173c47b67938d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005531_IM-0467-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80cb406d292b6eeeda515cdb73937f3f8092d65ee223ce60608ffe5e3992138c +size 75911 diff --git a/MendeleyCXR/images/Darwin_00005532_IM-0467-0001-0002.png b/MendeleyCXR/images/Darwin_00005532_IM-0467-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..1756ae367c7687ac0445186757965fcdea344755 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005532_IM-0467-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d18d995d94350d1e5c45eab7b1ff93c3bd4105171f7f9fd89d885888cb341f2b +size 80233 diff --git a/MendeleyCXR/images/Darwin_00005533_IM-0467-0001.png b/MendeleyCXR/images/Darwin_00005533_IM-0467-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..19b44bed5353523e19f63414325c6c4f286b8163 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005533_IM-0467-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b263d268652412585d6a9f996c6108f4ac050f41a341e7cbe5b1c1c944e6d31e +size 71926 diff --git a/MendeleyCXR/images/Darwin_00005534_IM-0469-0001.png b/MendeleyCXR/images/Darwin_00005534_IM-0469-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..94e2fab93e839aeac3bb52299bbecc78e5704a6b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005534_IM-0469-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48da27c6ebdeebbff03a9030a4f013b653766f4290a31aa75d592578c68741e8 +size 74072 diff --git a/MendeleyCXR/images/Darwin_00005535_IM-0471-0001.png b/MendeleyCXR/images/Darwin_00005535_IM-0471-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..deed7aaf637baee8322cb1763496c061bf19c062 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005535_IM-0471-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41be30f44d82b4c7e82e7ff7bea857c60efe2d6a2d54476d36f4c2a733ec52ec +size 78809 diff --git a/MendeleyCXR/images/Darwin_00005536_IM-0472-0001.png b/MendeleyCXR/images/Darwin_00005536_IM-0472-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9ddafa48818cb9ddeb4406c6bb9fd02ff7fcd664 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005536_IM-0472-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:459d530d83bc9da06aede390491a3b5ecdd9cd40ed182f74b56507868f1d0b0d +size 81122 diff --git a/MendeleyCXR/images/Darwin_00005537_IM-0473-0001.png b/MendeleyCXR/images/Darwin_00005537_IM-0473-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d66a2af34b0025938ed020299b28152b4940450c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005537_IM-0473-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfdefaf8ee59db4453f514eb9a022f1d5420cb624ab8be3151c9067f1fde54a8 +size 76039 diff --git a/MendeleyCXR/images/Darwin_00005538_IM-0474-0001.png b/MendeleyCXR/images/Darwin_00005538_IM-0474-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c664d794cbf64ca7321fa41b8f40a3f93d3ef573 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005538_IM-0474-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28a9fb854a0f49431205dd89ff9d47bb3f131363224d9c864e4eb23b52efe1f0 +size 74475 diff --git a/MendeleyCXR/images/Darwin_00005539_IM-0475-0001.png b/MendeleyCXR/images/Darwin_00005539_IM-0475-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..664d2027d35ef980cac25a029dfaa404803b0081 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005539_IM-0475-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b32e7883a3b883923486b69ba966897eae3d73405a0c06adf48f3306a9274564 +size 76041 diff --git a/MendeleyCXR/images/Darwin_00005540_IM-0476-0001.png b/MendeleyCXR/images/Darwin_00005540_IM-0476-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..84e103536643dc643275a8e41925ba86f2157ec0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005540_IM-0476-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d01cd794540c2020aaa433b87cb4994f32660a6f762aeb00581065a557a7eaa +size 72290 diff --git a/MendeleyCXR/images/Darwin_00005541_IM-0477-0001.png b/MendeleyCXR/images/Darwin_00005541_IM-0477-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ea969fde8acc62213815931eec394203b7d3530e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005541_IM-0477-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:800013c28aa5fbc9fc4706553d713d2e8083211bc709acb45f0e220859b51d9e +size 74421 diff --git a/MendeleyCXR/images/Darwin_00005542_IM-0478-0001.png b/MendeleyCXR/images/Darwin_00005542_IM-0478-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7cc46c1bfb93c8cf5e3f2a812f1bb9c9e64b1d7e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005542_IM-0478-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e8998c5c5eae81eb7dae0b122036ffbae2a02972c4310aa4206dc1e59115c0e +size 73954 diff --git a/MendeleyCXR/images/Darwin_00005543_IM-0416-0001.png b/MendeleyCXR/images/Darwin_00005543_IM-0416-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e7ea4b593c37c6fcf875a648345fd54bfaabeb0d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005543_IM-0416-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:204385c255b2d61d04b7c6fbff81dda84b3cb3dcd7a3aac4191fd85734034128 +size 79295 diff --git a/MendeleyCXR/images/Darwin_00005544_IM-0417-0001.png b/MendeleyCXR/images/Darwin_00005544_IM-0417-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..168bd240353a4a3c43244cf5b65d67d27a7c3dd6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005544_IM-0417-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:230995a4f851ce02dc4430d6dcff038f52ff56b16d22426736162a69d12941a1 +size 78940 diff --git a/MendeleyCXR/images/Darwin_00005545_IM-0419-0001.png b/MendeleyCXR/images/Darwin_00005545_IM-0419-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fc9c452e0132df0aea8741b1c9c1d3131c0cf614 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005545_IM-0419-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67345b062dce7fc63982c3b9fb80bf0fac756ebd56fd8339c8bb7896a05c608a +size 80660 diff --git a/MendeleyCXR/images/Darwin_00005546_IM-0420-0001.png b/MendeleyCXR/images/Darwin_00005546_IM-0420-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9e5b5444575ea11fc98e8e28a53412ef41ab9833 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005546_IM-0420-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da86121e5961ec133fedbfcecc288b5099744b2d25fea100220f1ecff5e7b1ab +size 81743 diff --git a/MendeleyCXR/images/Darwin_00005547_IM-0421-0001.png b/MendeleyCXR/images/Darwin_00005547_IM-0421-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..02f358ab1dab589b0f8fa095ad434d7d3fd68fd0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005547_IM-0421-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a0c52f0486f1202fd0c5ee061baef361d9989f8d5602e1065497bf3f822a33a +size 70365 diff --git a/MendeleyCXR/images/Darwin_00005548_IM-0423-0001.png b/MendeleyCXR/images/Darwin_00005548_IM-0423-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..795f85b05030d45d106c6998766227e9b854a6b2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005548_IM-0423-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fded66132e82b7125c8a33726daa9874dbc1c21d82fd6a3c8ebb879703d1036 +size 80424 diff --git a/MendeleyCXR/images/Darwin_00005549_IM-0424-0001.png b/MendeleyCXR/images/Darwin_00005549_IM-0424-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..636e471a5df520e263a7f1068264b11e78c7aa8e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005549_IM-0424-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f85fe82ef1fd4067d15b3653d536e93bc43efa0c962d52b4e91d6e91384ab019 +size 76678 diff --git a/MendeleyCXR/images/Darwin_00005550_IM-0425-0001.png b/MendeleyCXR/images/Darwin_00005550_IM-0425-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1c2252ba19a8aa8cf8e7be8598fc30bc9fee57f0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005550_IM-0425-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90b15d9ccb59e24adab487356a36d1c07109a6f43920f86ccb7800fca243d944 +size 72486 diff --git a/MendeleyCXR/images/Darwin_00005551_IM-0427-0001.png b/MendeleyCXR/images/Darwin_00005551_IM-0427-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..36d90fde22a5b9c7c86d7227ca73cb0ea8b1d853 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005551_IM-0427-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c90120bc27f3eee032980a382a8af8884fbdb1ec6e205675b1e86876076643f +size 74887 diff --git a/MendeleyCXR/images/Darwin_00005552_IM-0428-0001.png b/MendeleyCXR/images/Darwin_00005552_IM-0428-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..cf0feb0c42e55c768cb80a59477ec329bf8ef5e2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005552_IM-0428-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2825c04588710bb7da8c2b169cb3e552b8565bc50c237ded096132b04bf97c1d +size 75699 diff --git a/MendeleyCXR/images/Darwin_00005553_IM-0429-0001-0001.png b/MendeleyCXR/images/Darwin_00005553_IM-0429-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..86a8804ce26facf59a35b0e802cf3f65c8250a45 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005553_IM-0429-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58b18a6a9af70fe5b4cb530c16fc459fd47fc7f36445c025b39de137b37755e3 +size 72710 diff --git a/MendeleyCXR/images/Darwin_00005554_IM-0429-0001-0002.png b/MendeleyCXR/images/Darwin_00005554_IM-0429-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..8e6dbf21c66df22bf05774ca283f7a48537128b7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005554_IM-0429-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ce54e39e8ef1d4aaec4848debe95615314cd6e7c9b5185e286110a35e74d30f +size 75321 diff --git a/MendeleyCXR/images/Darwin_00005555_IM-0429-0001.png b/MendeleyCXR/images/Darwin_00005555_IM-0429-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f1f9133ab1dda16a8d0aee170f0b30748575568d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005555_IM-0429-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:830fd448bc44bd69b2ae6c1c4191fb72ef1cd1c2d75d97e43f2645cf55454a3b +size 77405 diff --git a/MendeleyCXR/images/Darwin_00005556_IM-0430-0001.png b/MendeleyCXR/images/Darwin_00005556_IM-0430-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..35a618cbfa4f0a528ee8247e8abc408f04cb5bb1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005556_IM-0430-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5497652f6025ba587bdff2d29298cd2eeba92773e7f62e18d14907779e2332be +size 80098 diff --git a/MendeleyCXR/images/Darwin_00005557_IM-0431-0001.png b/MendeleyCXR/images/Darwin_00005557_IM-0431-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..411e96355c21a01245dbd2c046a4bb74a5589d72 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005557_IM-0431-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:399925d6132e8c2093b3aa5ec61fb721c4027c070e314fb7c9ba5ffa81d06972 +size 78998 diff --git a/MendeleyCXR/images/Darwin_00005558_IM-0432-0001.png b/MendeleyCXR/images/Darwin_00005558_IM-0432-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a2ca1a445a6b9e05b48d22a89a80b5429890afa2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005558_IM-0432-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5af1f814fdddcdde97a3d70a674371ed2eed6ea06da9d100103f3faed5ea8040 +size 71716 diff --git a/MendeleyCXR/images/Darwin_00005559_IM-0433-0001.png b/MendeleyCXR/images/Darwin_00005559_IM-0433-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f2cb9b35865926291511ee72175a06a2bd0a1092 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005559_IM-0433-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d90d218a53922e5255f3cbb11323fc24813c4d6e514a89ea6f0e3d21dcf8f83 +size 74766 diff --git a/MendeleyCXR/images/Darwin_00005560_IM-0434-0001.png b/MendeleyCXR/images/Darwin_00005560_IM-0434-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d603eb4ec9dc7a43c8f4587922063fdb552041b3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005560_IM-0434-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7ffab970f0463c412c9b6864e5834015c76fb51549b4bbfcfd49fad28f25b47 +size 77238 diff --git a/MendeleyCXR/images/Darwin_00005561_IM-0435-0001-0001.png b/MendeleyCXR/images/Darwin_00005561_IM-0435-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8ed291716ea2269e66500ad2c2e3723a2c0aac1e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005561_IM-0435-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b477a7be5df26de020305ec94310c981aa486e6590e7d91beb43cf4636dcdd19 +size 74625 diff --git a/MendeleyCXR/images/Darwin_00005562_IM-0435-0001.png b/MendeleyCXR/images/Darwin_00005562_IM-0435-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e02ba9bbe589abd1f15689cf591e67f2adf6c3d1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005562_IM-0435-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0c91b6907694826ee83bfd407f7231b9b4f5d9a7fd4731f981f1d13417d5767 +size 72819 diff --git a/MendeleyCXR/images/Darwin_00005563_IM-0437-0001-0001.png b/MendeleyCXR/images/Darwin_00005563_IM-0437-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..dbc6c6aac8af3869300753a4341c28543cc8e2bc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005563_IM-0437-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:667d96e3130c4d5feedff0272f64276244bed157826035089e0a312ab61e8eae +size 77859 diff --git a/MendeleyCXR/images/Darwin_00005564_IM-0437-0001-0002.png b/MendeleyCXR/images/Darwin_00005564_IM-0437-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9a64833b4e77587685780f54889683c97f2565 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005564_IM-0437-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d2bbfd46700e0a6737c74416e05affe31bc3a687ab3cbb1af6af27aa6d1727f +size 69490 diff --git a/MendeleyCXR/images/Darwin_00005565_IM-0437-0001.png b/MendeleyCXR/images/Darwin_00005565_IM-0437-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d8e9e8deca4f712e619f939176c899ca80cd6a20 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005565_IM-0437-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:484e10b23cc8d79e0c738b6386417d9ac9acec704a92688fdb01c4c3880c7b72 +size 76039 diff --git a/MendeleyCXR/images/Darwin_00005566_IM-0438-0001.png b/MendeleyCXR/images/Darwin_00005566_IM-0438-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e9a4c3b6a8125f51e3b27472b5f24c0cdbce1720 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005566_IM-0438-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72b13f826faadd8438724f89fa7040e9a8eb2f24a3d86d1c943c07524e40f96a +size 74027 diff --git a/MendeleyCXR/images/Darwin_00005567_IM-0439-0001-0001.png b/MendeleyCXR/images/Darwin_00005567_IM-0439-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..abdec82a04cefc75ee1bb7ffe3cd20443f3b275d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005567_IM-0439-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41b16744f562aa38a1e9b87586337bbfec419d9a27f4f16296ad27388c8083a0 +size 75608 diff --git a/MendeleyCXR/images/Darwin_00005568_IM-0439-0001-0002.png b/MendeleyCXR/images/Darwin_00005568_IM-0439-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..23bb5506fe0ec38354453c9a1d6f1faf6eb8a288 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005568_IM-0439-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb6d24574d55e71f5205679756f0ff20c3c3a9e712f759c15530db4e1cecfe86 +size 76209 diff --git a/MendeleyCXR/images/Darwin_00005569_IM-0439-0001.png b/MendeleyCXR/images/Darwin_00005569_IM-0439-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..473160336c2eebbaeb11b8601caeaaf43466f7a7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005569_IM-0439-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:871de0a303a924294bad222d72c002e95670cc4808b320d7cb02da0a08d94bb9 +size 76259 diff --git a/MendeleyCXR/images/Darwin_00005570_IM-0440-0001.png b/MendeleyCXR/images/Darwin_00005570_IM-0440-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..19de28a08989301d8fef6b9cb387c6f28c7a5f35 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005570_IM-0440-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66f2c3ca6188e52490376af4c5c3cf62f483266413e6fb629e5a3aaa538ad890 +size 76128 diff --git a/MendeleyCXR/images/Darwin_00005571_IM-0441-0001.png b/MendeleyCXR/images/Darwin_00005571_IM-0441-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b89338fb138cfa007824d615f436423aaa05f21e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005571_IM-0441-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2162d81eb8b607d7b5a04e3e681cf684dae13e5f03ca08d7fe1d4af66f7725d6 +size 71659 diff --git a/MendeleyCXR/images/Darwin_00005572_IM-0442-0001.png b/MendeleyCXR/images/Darwin_00005572_IM-0442-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2e962d6dc06c042ab6ac4d2ca69394e75904e82e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005572_IM-0442-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48e463a3cc598a2a595037ed597ebf53095ee7a62d9180882c3c8e2e65db376c +size 78364 diff --git a/MendeleyCXR/images/Darwin_00005573_IM-0444-0001.png b/MendeleyCXR/images/Darwin_00005573_IM-0444-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2bffc364adda4ce04e7ff16d9fd2bac433f076e5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005573_IM-0444-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdbd5f86476a5dc83ac2e6bf8a2904e94fd95c813ee8e33d7eac50287cbc997c +size 77732 diff --git a/MendeleyCXR/images/Darwin_00005574_IM-0445-0001.png b/MendeleyCXR/images/Darwin_00005574_IM-0445-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..348a69c43f57f022be77e36a872fa04018b0987c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005574_IM-0445-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05276dcc643040896b45afd0160f36073a83ddc63af087f7d3f6246c7f50b467 +size 76043 diff --git a/MendeleyCXR/images/Darwin_00005575_IM-0446-0001.png b/MendeleyCXR/images/Darwin_00005575_IM-0446-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..722a40df77080130ac276d58b639ccb98f9f43b4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005575_IM-0446-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a3b73e9fe73852770640ef95d02b5d0b164e420a722f78c32f7443330457c30 +size 76345 diff --git a/MendeleyCXR/images/Darwin_00005576_IM-0372-0001.png b/MendeleyCXR/images/Darwin_00005576_IM-0372-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..19fb78284a85fe175bcd30a385e3782517f86fa7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005576_IM-0372-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b21f6b7999db6a8a19803d7edb1a0913b8cad4412b4c5bebff3d728ea272673 +size 79414 diff --git a/MendeleyCXR/images/Darwin_00005577_IM-0374-0001.png b/MendeleyCXR/images/Darwin_00005577_IM-0374-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ef26918ad3a789e4812d28973f9a82e5cdc30d30 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005577_IM-0374-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05b36cea3b0a957c9d499f843575966f9ad9723b4f9965a96c2a2085547577c0 +size 78540 diff --git a/MendeleyCXR/images/Darwin_00005578_IM-0375-0001.png b/MendeleyCXR/images/Darwin_00005578_IM-0375-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..80b8149b455e13de576c997c30f04291225e1614 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005578_IM-0375-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:950be1077c4067bb6e3b92f5fae47b985b024c99d9ff91f806af552dba8583f2 +size 77875 diff --git a/MendeleyCXR/images/Darwin_00005579_IM-0377-0001.png b/MendeleyCXR/images/Darwin_00005579_IM-0377-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b1a689826e8867c0e091677f7d6f70d82c11d264 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005579_IM-0377-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36cc831c7c09050b00adf35399b9a0879de69ff1677eecdf75e58732cbc1ce50 +size 79900 diff --git a/MendeleyCXR/images/Darwin_00005580_IM-0379-0001.png b/MendeleyCXR/images/Darwin_00005580_IM-0379-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6eeffb56955ef3d3d83c745faf6f561a90c0d9f0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005580_IM-0379-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:215e28d8e3d41ec652ba2f4405677162e2ead051c78e791544624228c772b7f0 +size 76678 diff --git a/MendeleyCXR/images/Darwin_00005581_IM-0381-0001.png b/MendeleyCXR/images/Darwin_00005581_IM-0381-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d7aa2eef95ead2440ac463d6a83a10f1e54973e2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005581_IM-0381-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ff8f9b56fbe573f079c0470adc58758b385609dd93d3f4f465e28fe259ca9b5 +size 78391 diff --git a/MendeleyCXR/images/Darwin_00005582_IM-0382-0001.png b/MendeleyCXR/images/Darwin_00005582_IM-0382-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ecd9af36e89c134e4670075dddc1f8e26e1c2160 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005582_IM-0382-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bd6b35e5bd82cc37e9812e1981c4e6e4ee380145671424a86c7544096b30956 +size 78020 diff --git a/MendeleyCXR/images/Darwin_00005583_IM-0383-0001.png b/MendeleyCXR/images/Darwin_00005583_IM-0383-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..49716461e002465fc40a466c3049cd2db7c27aad --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005583_IM-0383-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e33f2bfa218d1dafb893d0679fef3e2b563e4ed5a031efe701486a2560ff7f32 +size 80922 diff --git a/MendeleyCXR/images/Darwin_00005584_IM-0384-0001.png b/MendeleyCXR/images/Darwin_00005584_IM-0384-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6f40ead5a2ba8be70e50045627830fe706ab3fa4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005584_IM-0384-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c57bdcbe312d5059c82f6fa634052cd927b6a141e5a673816d87a816a141df7 +size 80759 diff --git a/MendeleyCXR/images/Darwin_00005585_IM-0385-0001.png b/MendeleyCXR/images/Darwin_00005585_IM-0385-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2c11c109bfee21fe26962a7e7809a0ab7144b455 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005585_IM-0385-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a6fe4de43abde28b5e362d1624eff252ad9047d9e1b812fa535fa385f5187f6 +size 80341 diff --git a/MendeleyCXR/images/Darwin_00005586_IM-0386-0001.png b/MendeleyCXR/images/Darwin_00005586_IM-0386-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ed2d37c9cb31549a5d57182362ca9c2fbff283b4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005586_IM-0386-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d5c05e8842cbabdc16d94f7753486d77209b6cbd838bbfd3fe6c7e14f4ebeda +size 81271 diff --git a/MendeleyCXR/images/Darwin_00005587_IM-0387-0001.png b/MendeleyCXR/images/Darwin_00005587_IM-0387-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..86a5c8c775aef470778378d27cd71fdbc846309e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005587_IM-0387-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3ea86ad590e25b09b34d0b6850a051f13f2e2a27b1bf6e2a7900be052873932 +size 81771 diff --git a/MendeleyCXR/images/Darwin_00005588_IM-0388-0001.png b/MendeleyCXR/images/Darwin_00005588_IM-0388-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ae49ebf2f68f8032851befde95eb1d085613f7df --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005588_IM-0388-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2688c429ca5f95d00bbe9fed475a734962b2ad98ddc63cfb48c9b74e7ada0d5f +size 77250 diff --git a/MendeleyCXR/images/Darwin_00005589_IM-0389-0001.png b/MendeleyCXR/images/Darwin_00005589_IM-0389-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6af912fb7e5e3e68dba3b6fa451bec7981f6cb2b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005589_IM-0389-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d523df5d9185eb36eddc9de6092f25798f4bb4832f8a04febcdf48258159b216 +size 78974 diff --git a/MendeleyCXR/images/Darwin_00005590_IM-0391-0001.png b/MendeleyCXR/images/Darwin_00005590_IM-0391-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0c3cbcf80db1b19b3669039cbb6b88c41a371842 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005590_IM-0391-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcdc917bda17854961470d48708d99ef03e64f5353dcc50d81589be928211b90 +size 73415 diff --git a/MendeleyCXR/images/Darwin_00005591_IM-0392-0001.png b/MendeleyCXR/images/Darwin_00005591_IM-0392-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2a0cf6d1795cd9246a58ca12a1684a5626b68072 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005591_IM-0392-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d47ce310352ef67d68e5f45630b241be881c162fec8a6ddb3e08b4b74ebefe3 +size 73715 diff --git a/MendeleyCXR/images/Darwin_00005592_IM-0393-0001.png b/MendeleyCXR/images/Darwin_00005592_IM-0393-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..cfb5203517457e97b20c62c4c11e08e927ce2bd0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005592_IM-0393-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c872248fc09e2e67212fa5958fcde86639fe7e47a3225ddbdcb33d324644f48d +size 65205 diff --git a/MendeleyCXR/images/Darwin_00005593_IM-0394-0001.png b/MendeleyCXR/images/Darwin_00005593_IM-0394-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..59004a0a5579f153cebfbbdc86932ab2d17881cd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005593_IM-0394-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f19f4ec7f07c74b27cb534da3786d06df31c902afccbfe00820b4835580ec3c +size 81364 diff --git a/MendeleyCXR/images/Darwin_00005594_IM-0395-0001.png b/MendeleyCXR/images/Darwin_00005594_IM-0395-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d04b6343526481f0501a6b6f01f8058c53907a20 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005594_IM-0395-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f22a94305c690551a269f07d2eac9605ef1a1ad19d87edb5f3916985ceacf8ed +size 79759 diff --git a/MendeleyCXR/images/Darwin_00005595_IM-0399-0001.png b/MendeleyCXR/images/Darwin_00005595_IM-0399-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..cfd592e94d7022aaa11f02132fa5c17fc35446a5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005595_IM-0399-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff0ab069c453dda1e19072221570297fea8ae1b852908b299700750eaea2f1a9 +size 82673 diff --git a/MendeleyCXR/images/Darwin_00005596_IM-0400-0001.png b/MendeleyCXR/images/Darwin_00005596_IM-0400-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3b137ca2e87dd6d209910c40a1e7639464f599ba --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005596_IM-0400-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c3f94e374ee68afb8f8f89bd743cc3acdbee6c307c38e360a6e495ccfcc62ba +size 76780 diff --git a/MendeleyCXR/images/Darwin_00005597_IM-0401-0001.png b/MendeleyCXR/images/Darwin_00005597_IM-0401-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d312a3f0d614e9744bd05f46899c60ac0b5feb51 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005597_IM-0401-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1a655afb92cb0acc4b6e70f524fb59f3255594997e295a30d5610a5f61e1094 +size 80162 diff --git a/MendeleyCXR/images/Darwin_00005598_IM-0403-0001.png b/MendeleyCXR/images/Darwin_00005598_IM-0403-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8b0da99d50c035c7c618b1d0fcb8bfcd8009c588 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005598_IM-0403-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3732f0eb73f948b0e807c613b89ecc6860f867e192c6176a2554a1052fd6e91 +size 78867 diff --git a/MendeleyCXR/images/Darwin_00005599_IM-0404-0001.png b/MendeleyCXR/images/Darwin_00005599_IM-0404-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b631c39389cffdf3c5c72ebe395dcded50e661b1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005599_IM-0404-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57a859eaf52620711a9698146a7b7682540a1f90910cce2d987ee74fed1ffcca +size 77849 diff --git a/MendeleyCXR/images/Darwin_00005600_IM-0405-0001.png b/MendeleyCXR/images/Darwin_00005600_IM-0405-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2c5b8301ce3a155f8e59a578efccef0feccc228b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005600_IM-0405-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e760ea89fbd9ec76a8fcdce7d7bc3a3b05de2ea6c905e22cbd1cec5347e76bdf +size 81573 diff --git a/MendeleyCXR/images/Darwin_00005601_IM-0408-0001.png b/MendeleyCXR/images/Darwin_00005601_IM-0408-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a92980e318d7369faacbdbb67887aa52a5b8209b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005601_IM-0408-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebb4f924f01e415547f169f87c199160465681b66a7a23eb34001d15a53962ac +size 85259 diff --git a/MendeleyCXR/images/Darwin_00005602_IM-0409-0001.png b/MendeleyCXR/images/Darwin_00005602_IM-0409-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c30c1df8f9b3e02e5aff9c415ac8a2c707c126d0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005602_IM-0409-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d01f95028e5c1d1d2de312d95bf2ddbaa20536913961a35cf182ad6cdfeef08a +size 78764 diff --git a/MendeleyCXR/images/Darwin_00005603_IM-0410-0001.png b/MendeleyCXR/images/Darwin_00005603_IM-0410-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6c269ad368a9e375c82f947e986c215ae83e443f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005603_IM-0410-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dd0cfee2ee6e272e3029c6516faddd1f3718fe241e5ad7e91136bd2b463cfb6 +size 78300 diff --git a/MendeleyCXR/images/Darwin_00005604_IM-0411-0001.png b/MendeleyCXR/images/Darwin_00005604_IM-0411-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9e88c54470e7d06b8262fdb78a7b935ae10580e6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005604_IM-0411-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03f0d9a99b3a78f2596fdd59046322d2bcd6b8834bb92fb134819bf0ade412f1 +size 76069 diff --git a/MendeleyCXR/images/Darwin_00005605_IM-0413-0001.png b/MendeleyCXR/images/Darwin_00005605_IM-0413-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4cdabadd396f5541b793014e760cc38b22566446 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005605_IM-0413-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02cb04ce4a19c82568a0ca43ca18bb1637ba897280ebffd768858c5aae058d01 +size 84179 diff --git a/MendeleyCXR/images/Darwin_00005606_IM-0414-0001.png b/MendeleyCXR/images/Darwin_00005606_IM-0414-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ff5e65e72dbd8f1fde4c74cfe4794d7686d411d9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005606_IM-0414-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c407e14ebc2fd5e446d2ff15863052e91ee81e9369c8ff1cfc593a344c89e2c +size 79575 diff --git a/MendeleyCXR/images/Darwin_00005607_IM-0326-0001.png b/MendeleyCXR/images/Darwin_00005607_IM-0326-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..31e74a57c3c4ae9ba16d2ee183c00473e4c2d753 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005607_IM-0326-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:078a06419bce3e80d6a44019177986d640f0f9b9c908d8c01d911562d4314152 +size 84114 diff --git a/MendeleyCXR/images/Darwin_00005608_IM-0327-0001.png b/MendeleyCXR/images/Darwin_00005608_IM-0327-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3a5332519b72dfe525fb505be31eb8dd1921e1ed --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005608_IM-0327-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b28595939998e52bab556ba0dfebab166c120b7a45e1af602c7595dd32cbde64 +size 80595 diff --git a/MendeleyCXR/images/Darwin_00005609_IM-0329-0001.png b/MendeleyCXR/images/Darwin_00005609_IM-0329-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..aedd6e84729a0db69830b4121f1132a756ace902 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005609_IM-0329-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1a5ed47e2a7ec57e25b4db33b335f2a0517b8707ff59cfee7a567fbefd045b8 +size 81008 diff --git a/MendeleyCXR/images/Darwin_00005610_IM-0330-0001.png b/MendeleyCXR/images/Darwin_00005610_IM-0330-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..18d1c81df90095fd9c77f48d4e8d4cc0f64b405b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005610_IM-0330-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfc7b03a74f796d1c8e3dfef16a048575d9af0a3fe303e4a0d03b008fc9c1652 +size 80908 diff --git a/MendeleyCXR/images/Darwin_00005611_IM-0331-0001.png b/MendeleyCXR/images/Darwin_00005611_IM-0331-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f7c3a236c1be27dd76b65e7950839560cdd4b23a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005611_IM-0331-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e932344f6c4509199bb3a808c50f409a059a7fa06b6bf3d90044de00f2edc59e +size 80263 diff --git a/MendeleyCXR/images/Darwin_00005612_IM-0332-0001.png b/MendeleyCXR/images/Darwin_00005612_IM-0332-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0121f78928de691a1b54f886f1c930d53cc1415a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005612_IM-0332-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3551d7528452526c4c4f5f34b1ea530d30ce086cf978e1ac07173b6ed67f97a0 +size 82423 diff --git a/MendeleyCXR/images/Darwin_00005613_IM-0333-0001.png b/MendeleyCXR/images/Darwin_00005613_IM-0333-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1a215d8ab46af4ff74adaf252e3308285d0114f8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005613_IM-0333-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cc9006ce30abaed619af225accffad7dba85c2112e4dc4796190353b857b965 +size 76539 diff --git a/MendeleyCXR/images/Darwin_00005614_IM-0335-0001.png b/MendeleyCXR/images/Darwin_00005614_IM-0335-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..184593bf08bdb73227651754fc4f0f4c3c04bfa0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005614_IM-0335-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c16ff6af581f7814152fed142688cb09d8677b358445b3ee72ab294bdce4c59e +size 69569 diff --git a/MendeleyCXR/images/Darwin_00005615_IM-0337-0001.png b/MendeleyCXR/images/Darwin_00005615_IM-0337-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3c0626a86d3ecb82c1443029e2da093fe5301570 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005615_IM-0337-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47b6307c05dcfff5de020c0264877c102d0d5f313f4419b03cbfa0bc776e1099 +size 78239 diff --git a/MendeleyCXR/images/Darwin_00005616_IM-0338-0001.png b/MendeleyCXR/images/Darwin_00005616_IM-0338-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..23bae1e7617a90948f5210f9ab46f4db47a6459c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005616_IM-0338-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8df32cc7881fc67929785729be972886585857e9ee6105c72df6dbccaef68a8 +size 74655 diff --git a/MendeleyCXR/images/Darwin_00005617_IM-0339-0001.png b/MendeleyCXR/images/Darwin_00005617_IM-0339-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..943aeb382e6476acf7b6b3dc5a52719eb5228447 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005617_IM-0339-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dc6cab37317a923392dd0888eedc543c41bf20de32b6cc58bba3351be82d7ec +size 80613 diff --git a/MendeleyCXR/images/Darwin_00005618_IM-0340-0001.png b/MendeleyCXR/images/Darwin_00005618_IM-0340-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..308fc6b7239ee769f6d51c75950bdba18d58c1b1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005618_IM-0340-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:545f02c36e32fd8c7d42be2becb8fe90a6d827804c5aa0d0665b1d93779e6576 +size 77150 diff --git a/MendeleyCXR/images/Darwin_00005619_IM-0341-0001.png b/MendeleyCXR/images/Darwin_00005619_IM-0341-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2ce78007a1058e36626741f01fc8e1901400a6c8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005619_IM-0341-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee10504a0b0d47f95683b7550581b47b61ad5cefb401a83afc1b56c23638032d +size 77694 diff --git a/MendeleyCXR/images/Darwin_00005620_IM-0343-0001.png b/MendeleyCXR/images/Darwin_00005620_IM-0343-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6292fdffb4a0767bcbebdbe7060c802bdee22a47 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005620_IM-0343-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b29e24dda840f72201447e2fcf55e2774e221923086110e81e5800b71fa1629a +size 78901 diff --git a/MendeleyCXR/images/Darwin_00005621_IM-0345-0001.png b/MendeleyCXR/images/Darwin_00005621_IM-0345-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3c3a0abc515352db96fb38a3fe97624c463ee955 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005621_IM-0345-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a975aa2121e69864f8a1964a5b09478d234295c1e567e75922f727524bcc717 +size 77775 diff --git a/MendeleyCXR/images/Darwin_00005622_IM-0346-0001.png b/MendeleyCXR/images/Darwin_00005622_IM-0346-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3a57e5255a2919e713e7c9c70548c46b3f200482 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005622_IM-0346-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbd66d877ffc9f6187bc902b2c4b8292a53195fbd45252cd8327064a484fbfcc +size 78653 diff --git a/MendeleyCXR/images/Darwin_00005623_IM-0347-0001.png b/MendeleyCXR/images/Darwin_00005623_IM-0347-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..935f67c6ca837b16aea96cd5041b0ed2b435e0b1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005623_IM-0347-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25b18157301672048673af439d176677492671297378f290c091f14099f275ac +size 71042 diff --git a/MendeleyCXR/images/Darwin_00005624_IM-0348-0001.png b/MendeleyCXR/images/Darwin_00005624_IM-0348-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..bc9a2840177f9dbfd2ae69cc58d068b7a0cb1f82 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005624_IM-0348-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e49f78ad9917f7b3902e5aba2f78f046ef60137ccfb4318ee4b21c27e9cd857 +size 80835 diff --git a/MendeleyCXR/images/Darwin_00005625_IM-0349-0001.png b/MendeleyCXR/images/Darwin_00005625_IM-0349-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..48945053836f489b3bcbb5a15d4c1781e5231bef --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005625_IM-0349-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a160fac97ef14875efefc8962f0b6c67206de94763c7469ab94bae22c3585353 +size 78988 diff --git a/MendeleyCXR/images/Darwin_00005626_IM-0350-0001.png b/MendeleyCXR/images/Darwin_00005626_IM-0350-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ce78c745d0e5e59d57820563a6e5afabf50b9977 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005626_IM-0350-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46128915c8cf37f818314adee3b87c9481a3d00e32eeffbb7f8ef8539b0d1ac4 +size 77260 diff --git a/MendeleyCXR/images/Darwin_00005627_IM-0351-0001.png b/MendeleyCXR/images/Darwin_00005627_IM-0351-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7b6cc321c9aee1be0ba9e32f1abc3ae6ff136b22 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005627_IM-0351-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e4142aff2fe49dfefd3557238b1bc742bf14bc44ee809d2754b12699ca410ee +size 80195 diff --git a/MendeleyCXR/images/Darwin_00005628_IM-0353-0001.png b/MendeleyCXR/images/Darwin_00005628_IM-0353-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c2448b40d163f9f5652829c57d9d7a168c2b0a4a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005628_IM-0353-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9722287a7e67436eb4e562431a773d83ad4284af9a30347187b219b74c3b5c37 +size 78226 diff --git a/MendeleyCXR/images/Darwin_00005629_IM-0354-0001.png b/MendeleyCXR/images/Darwin_00005629_IM-0354-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f6c99a456c1a5deb9e7caeb96a0aec654b76fc94 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005629_IM-0354-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04e9546f818e11851fd14d62983fd340c40c531b33a72c1458967170f6defb8e +size 68315 diff --git a/MendeleyCXR/images/Darwin_00005630_IM-0355-0001.png b/MendeleyCXR/images/Darwin_00005630_IM-0355-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4fb454f876923ea7705f8013b5acb3eca91bf97d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005630_IM-0355-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83135faada7c9336866239234775a32f466a753c44a919c435da1be117504a5d +size 78531 diff --git a/MendeleyCXR/images/Darwin_00005631_IM-0356-0001.png b/MendeleyCXR/images/Darwin_00005631_IM-0356-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c860c60648316b8186c0677e8fe15eabdebb4874 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005631_IM-0356-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7db177cad0ec75059c536dbd515ee6d22a1c8b19d719ab63b1747008e31f6af0 +size 75275 diff --git a/MendeleyCXR/images/Darwin_00005632_IM-0357-0001.png b/MendeleyCXR/images/Darwin_00005632_IM-0357-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..13d5dd002a2dbce0a2d8c4b743bc429db46be93c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005632_IM-0357-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:263c6ee7f87df6e949a64533c6c26c4a60439c3d26c2346f31c5b91357bf9cb8 +size 80253 diff --git a/MendeleyCXR/images/Darwin_00005633_IM-0358-0001.png b/MendeleyCXR/images/Darwin_00005633_IM-0358-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..65ce7d559c3b2763f89711883ed751bfec28447f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005633_IM-0358-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be7607d125694920a1b0d77abe74242f4ad0728ebd07c34f629a07e3776b7eff +size 78500 diff --git a/MendeleyCXR/images/Darwin_00005634_IM-0359-0001.png b/MendeleyCXR/images/Darwin_00005634_IM-0359-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..eea40be4b3744d6270c97ec59602ae8637f46acd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005634_IM-0359-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eff86aeea273770ac1885590a3a4e30a9ecb86190f0a0e178e7c77d00ba61d97 +size 79294 diff --git a/MendeleyCXR/images/Darwin_00005635_IM-0361-0001.png b/MendeleyCXR/images/Darwin_00005635_IM-0361-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ff0c4f8f80ff97aed2197b49f74a7c05c045f76d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005635_IM-0361-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b3a5dd436c55e11d6eb3b85b6408a1ae3a31f936a5664b5f27025062cc88f73 +size 80589 diff --git a/MendeleyCXR/images/Darwin_00005636_IM-0362-0001.png b/MendeleyCXR/images/Darwin_00005636_IM-0362-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..41fa3ec79ec8e2a6bbaea2b3fce4d6c8c69c4f6c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005636_IM-0362-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c43c0ed3f98441fd6b9ea82dbe3d658f1d21cba882786be7ee0d50989312bf1f +size 78702 diff --git a/MendeleyCXR/images/Darwin_00005637_IM-0363-0001.png b/MendeleyCXR/images/Darwin_00005637_IM-0363-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1158f647d1908a36b2574236e345b7e1bf93efb2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005637_IM-0363-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bde2072170606163a0566702a2b0f818a1f5f95c1c54ca626871a9763c2787d9 +size 73687 diff --git a/MendeleyCXR/images/Darwin_00005638_IM-0364-0001.png b/MendeleyCXR/images/Darwin_00005638_IM-0364-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b4f804aad7bd3de923e99bf0f7be0a44284f8713 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005638_IM-0364-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eb3f18fc5f4ac47388136fca1c7a3cd7de7257c513a279a3d4cada96c99fa58 +size 74003 diff --git a/MendeleyCXR/images/Darwin_00005639_IM-0365-0001.png b/MendeleyCXR/images/Darwin_00005639_IM-0365-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..988e83b843afe8ee4c1e63c7bfb346ff0561b461 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005639_IM-0365-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25d64bd77691206e1d2016924e6826ae3be6fb24b2841071bf7f223c55257f23 +size 77922 diff --git a/MendeleyCXR/images/Darwin_00005640_IM-0367-0001.png b/MendeleyCXR/images/Darwin_00005640_IM-0367-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6614a3be9cd77f72e6e998e60bf1aabcd50fdca8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005640_IM-0367-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:726e89d8714216f24dd92c31459c801cad180e8dc6cbb8ec925cda7f6f109c13 +size 71054 diff --git a/MendeleyCXR/images/Darwin_00005641_IM-0368-0001.png b/MendeleyCXR/images/Darwin_00005641_IM-0368-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4bd8a099b1ce003da9d2eff066abaf7009a35b66 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005641_IM-0368-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:473dc7c7f34810798887c33f0510340005078e8c61ca53eb7ab0ed0447b7c831 +size 79726 diff --git a/MendeleyCXR/images/Darwin_00005642_IM-0369-0001.png b/MendeleyCXR/images/Darwin_00005642_IM-0369-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..353397107ee222fd0b240e282516d6506a26acb2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005642_IM-0369-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80991c1d3d84b155ee0182cb51f77711a446fc32949b4b79fb30c542eb0cd128 +size 76546 diff --git a/MendeleyCXR/images/Darwin_00005643_IM-0370-0001.png b/MendeleyCXR/images/Darwin_00005643_IM-0370-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b2c508d6d87fca3366e1137b5e8fcc05eb128fac --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005643_IM-0370-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bdf69c1ef2955b7a69744c3dad6b0f88fbeaac3736aee4a8b262e4fe4a76ff2 +size 79772 diff --git a/MendeleyCXR/images/Darwin_00005644_IM-0371-0001.png b/MendeleyCXR/images/Darwin_00005644_IM-0371-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ea192e2da369496fb0cae114b5eca959e46243af --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005644_IM-0371-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d94e9c355caf10eddef8795e689966407e8b64c19361aaa3de10a89d7e90dcc4 +size 81624 diff --git a/MendeleyCXR/images/Darwin_00005645_IM-0286-0001.png b/MendeleyCXR/images/Darwin_00005645_IM-0286-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..32947237bad395efaa27b308e3670ddebf44c5a6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005645_IM-0286-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ebf9bb3f07aac32ad7fc195c917819b13ac8cec09dbaf24639dcc4d3da366a8 +size 80039 diff --git a/MendeleyCXR/images/Darwin_00005646_IM-0288-0001.png b/MendeleyCXR/images/Darwin_00005646_IM-0288-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b2896a42f75bd94cfcd21c07b4113506a671202d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005646_IM-0288-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:589732cec5ed1aae6121b7f7764c5b6b7b4d312b197e5b66157e76a6668f2f9e +size 79962 diff --git a/MendeleyCXR/images/Darwin_00005647_IM-0289-0001.png b/MendeleyCXR/images/Darwin_00005647_IM-0289-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6dc320175253191ee3c23d42f2ff153f2f56f8dd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005647_IM-0289-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfce24ed125b94fe076e27a842bd52162bd52bf6cce5f7fa5c9dea4cb2418b20 +size 78012 diff --git a/MendeleyCXR/images/Darwin_00005648_IM-0290-0001.png b/MendeleyCXR/images/Darwin_00005648_IM-0290-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..35c2abfb7c0b252f688553df55347109002adcb9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005648_IM-0290-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17b59348d6ffa8fac89628e65d066216b2d6530b7c2fc805503381a3267833b4 +size 75274 diff --git a/MendeleyCXR/images/Darwin_00005649_IM-0291-0001.png b/MendeleyCXR/images/Darwin_00005649_IM-0291-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..56a94a1678a605b8e777543464e06ac67634fad9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005649_IM-0291-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d246932246a64d137efff2abee1f38c2c675182e390750441ceedf66e82344d5 +size 73123 diff --git a/MendeleyCXR/images/Darwin_00005650_IM-0292-0001.png b/MendeleyCXR/images/Darwin_00005650_IM-0292-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..afbd24ae5b26d94ebefb5b8992d1a311e4596d1a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005650_IM-0292-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:815c98c76189e4e4ebdc227435da848820f9a680895fc8f464a09f618e2968c5 +size 78629 diff --git a/MendeleyCXR/images/Darwin_00005651_IM-0293-0001.png b/MendeleyCXR/images/Darwin_00005651_IM-0293-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..69425ddf8d6a8f429442759fd5af00068a14e6e9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005651_IM-0293-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afe46d7f2b1263fa1a16e9a7bae493604a7a12b2481d836508cde26c69f10570 +size 77797 diff --git a/MendeleyCXR/images/Darwin_00005652_IM-0294-0001.png b/MendeleyCXR/images/Darwin_00005652_IM-0294-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5a5f1c1b4a345c32bc0c256c3e827537f75c8c58 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005652_IM-0294-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:298796221310643d8a39caf8344ca7b542538bab191789198de5c488ddc25d6a +size 78365 diff --git a/MendeleyCXR/images/Darwin_00005653_IM-0295-0001.png b/MendeleyCXR/images/Darwin_00005653_IM-0295-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8fb629f918c3ae088a879841496cc6598b66a80a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005653_IM-0295-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9cbfee9afc5f80f14c4da0568020686e69adc96d820e6368fa0858fff2c7ab8 +size 75165 diff --git a/MendeleyCXR/images/Darwin_00005654_IM-0297-0001.png b/MendeleyCXR/images/Darwin_00005654_IM-0297-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..adeca58aff835971ed858cb0633b4b75cfd42a7f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005654_IM-0297-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:357ac68dc88789d941a91a99b4c982ce03ee05cd827faaedf39cf397e89031aa +size 75563 diff --git a/MendeleyCXR/images/Darwin_00005655_IM-0298-0001.png b/MendeleyCXR/images/Darwin_00005655_IM-0298-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f7ca570436e469841cac41d8174416cb5ea648a9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005655_IM-0298-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c251c03c0185d1e48c514291971eb60871ff62e63a5b27fa6e8f1cf475c1a84b +size 76212 diff --git a/MendeleyCXR/images/Darwin_00005656_IM-0299-0001.png b/MendeleyCXR/images/Darwin_00005656_IM-0299-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..058301751c2cdcc4ca372a918d56a40c0a9e329a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005656_IM-0299-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5801d42c3569a21bd7f6c73f21fabb5bcf6807e74b6bc266cc239995e656c7f5 +size 79321 diff --git a/MendeleyCXR/images/Darwin_00005657_IM-0300-0001.png b/MendeleyCXR/images/Darwin_00005657_IM-0300-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..dde134d00dbae0e0171a188edb8119a7eb180de4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005657_IM-0300-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9892935d2d96e59310dc035f8715ff2900ae851d718489fd0555dbb750796f27 +size 76254 diff --git a/MendeleyCXR/images/Darwin_00005658_IM-0301-0001.png b/MendeleyCXR/images/Darwin_00005658_IM-0301-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..632be5819540828d5d00d60a50c2ec94a8a0cea1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005658_IM-0301-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b64673d6862107c44a8583c7c882023c069195458fc2f4310168539a4022fba +size 78471 diff --git a/MendeleyCXR/images/Darwin_00005659_IM-0302-0001.png b/MendeleyCXR/images/Darwin_00005659_IM-0302-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a938553f440ed204220e68bf37e866f59586877f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005659_IM-0302-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29d291aeb05d48cfbe287dd50b34fc1e1b28e186b71b5582e6135a9ca83bbe1b +size 77285 diff --git a/MendeleyCXR/images/Darwin_00005660_IM-0303-0001.png b/MendeleyCXR/images/Darwin_00005660_IM-0303-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0b6e8592e6b5d3639401c897a871b5744506ec6b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005660_IM-0303-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4727d70d97922f4fc660679185e9302193d3675df0792395900ff55baf72de4 +size 73024 diff --git a/MendeleyCXR/images/Darwin_00005661_IM-0304-0001.png b/MendeleyCXR/images/Darwin_00005661_IM-0304-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6ed99fea0b5c30cc0a60ea3776fedee5834299e5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005661_IM-0304-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:126b5e706b1c386160b0861cb714a5a14dfb35ca4ea95f8efee6cdbbda1ac681 +size 73827 diff --git a/MendeleyCXR/images/Darwin_00005662_IM-0305-0001.png b/MendeleyCXR/images/Darwin_00005662_IM-0305-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4e12926afd2dce5e94453a5d941a70729c2b033d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005662_IM-0305-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0793a71fc68fb4abb9d8919c9558425da2bec8bc3c86e8e12da3dc591c2ea635 +size 79072 diff --git a/MendeleyCXR/images/Darwin_00005663_IM-0306-0001.png b/MendeleyCXR/images/Darwin_00005663_IM-0306-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..acfc298682c362a0af7ba9008cfdc30c5ee2e903 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005663_IM-0306-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34c57daffba7b1a4c412c6752c93447d8f42858e8f7b002a132ba9b81b25be92 +size 77846 diff --git a/MendeleyCXR/images/Darwin_00005664_IM-0307-0001.png b/MendeleyCXR/images/Darwin_00005664_IM-0307-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..93a7c7a005947866a85698c6692fc3bc73d7b6b0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005664_IM-0307-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51ba0ed707159b48ef82746e6102f606a52da4cbaaaa8e92fd28004158241526 +size 80298 diff --git a/MendeleyCXR/images/Darwin_00005665_IM-0308-0001.png b/MendeleyCXR/images/Darwin_00005665_IM-0308-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..85a1dd1039e3ecf23e997ea3e1cd34582fb6fe9d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005665_IM-0308-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4311cb8427c6f9ea49898c176dd0708f28e3ddba4b532324ac7beb3b3bba9da +size 82584 diff --git a/MendeleyCXR/images/Darwin_00005666_IM-0309-0001.png b/MendeleyCXR/images/Darwin_00005666_IM-0309-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0554996b5abf65b825e6d2d8c7159d0ffea88aae --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005666_IM-0309-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c05103a7837680b3f391c51af477c413a54bf45bccb008233c6654282768e39c +size 76887 diff --git a/MendeleyCXR/images/Darwin_00005667_IM-0311-0001.png b/MendeleyCXR/images/Darwin_00005667_IM-0311-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d6c728aaf55c61dc09bc521f65fc8cc7826a4a28 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005667_IM-0311-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b212d3926cbdfd05647716a29b5963e336a5ca043cbbe79ebba560c5d1755aaf +size 74233 diff --git a/MendeleyCXR/images/Darwin_00005668_IM-0312-0001.png b/MendeleyCXR/images/Darwin_00005668_IM-0312-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..173578f15e2eb0a041212a4eef7120cec2f820e9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005668_IM-0312-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9be971d737d57feb378f359404e5bc22d6b88ffe70f5527ac70fbf113d309c1f +size 72326 diff --git a/MendeleyCXR/images/Darwin_00005669_IM-0313-0001.png b/MendeleyCXR/images/Darwin_00005669_IM-0313-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..113cb49003b053da516e1ee817a6f504a5241c60 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005669_IM-0313-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef31504942afb0f61f60bb783d419e5bf9ea7bc008e73593aa62542be7b85ae5 +size 82486 diff --git a/MendeleyCXR/images/Darwin_00005670_IM-0314-0001.png b/MendeleyCXR/images/Darwin_00005670_IM-0314-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..eec90a8dc46fe01f3cc45b59817aa54008b6685a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005670_IM-0314-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c387cfd3b1a2523ed7968794a3cfb57521372d4ca757dc9fa48c765a1907c277 +size 81178 diff --git a/MendeleyCXR/images/Darwin_00005671_IM-0315-0001.png b/MendeleyCXR/images/Darwin_00005671_IM-0315-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..cc48c8b325a54f4d4b0d236238c62213f3464f04 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005671_IM-0315-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:058abe8cd55d90d8e203f6fcb16fb5c2b9af120e49e63b213da9ae08ecf30fd6 +size 79334 diff --git a/MendeleyCXR/images/Darwin_00005672_IM-0316-0001.png b/MendeleyCXR/images/Darwin_00005672_IM-0316-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8505d659a101ae46662b0b4cc30c4011e0c5b7ec --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005672_IM-0316-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:898c0125249a49918ce031494db732a8fb7c8ae44172a4ee7a1a6a70463eecd7 +size 76545 diff --git a/MendeleyCXR/images/Darwin_00005673_IM-0317-0001.png b/MendeleyCXR/images/Darwin_00005673_IM-0317-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ec0c66616baa535dc281e1ecf6dc45838fb97d3d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005673_IM-0317-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b39e803939df46efa9c069b805c119d6d38040ce9ae32db77b3f2fd97b11aa7 +size 75385 diff --git a/MendeleyCXR/images/Darwin_00005674_IM-0318-0001.png b/MendeleyCXR/images/Darwin_00005674_IM-0318-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c871d8a75bf17c39c283d116188f591224810130 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005674_IM-0318-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31318a1a4ee4d7468c0ce5cfcd16a2fa45fdbeaade3fd726c34330e5ee8e2e20 +size 77385 diff --git a/MendeleyCXR/images/Darwin_00005675_IM-0319-0001.png b/MendeleyCXR/images/Darwin_00005675_IM-0319-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..aaaec14417da3549f55b9d98dfd9221f3e383022 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005675_IM-0319-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:162a975ef4a6b69376d21b966ee4d5f20bec86d13169baef2b5113f229c2fb30 +size 79847 diff --git a/MendeleyCXR/images/Darwin_00005676_IM-0320-0001.png b/MendeleyCXR/images/Darwin_00005676_IM-0320-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fd376219354e8ddbd8dbe4f3b3b6f44f32afa363 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005676_IM-0320-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4413df18136816df26faa0de0ba407802096f1a53176b67a377509b4791f7777 +size 80773 diff --git a/MendeleyCXR/images/Darwin_00005677_IM-0323-0001.png b/MendeleyCXR/images/Darwin_00005677_IM-0323-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..341cfe10030c938086c9a791c2733c041d43c6ba --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005677_IM-0323-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37e98767f811a567de31da0dc2a32bcc5a1dd6f7d7973516386a873ca68a0c17 +size 78443 diff --git a/MendeleyCXR/images/Darwin_00005678_IM-0324-0001.png b/MendeleyCXR/images/Darwin_00005678_IM-0324-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f63b1e78b1c5c5eff92deafab8207fde25815dfe --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005678_IM-0324-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9c49eb540bff9a985950381da75b6f00d3647bc87d6b15c9bc98f7fca8af6b1 +size 77442 diff --git a/MendeleyCXR/images/Darwin_00005679_IM-0325-0001.png b/MendeleyCXR/images/Darwin_00005679_IM-0325-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f4c9bab0eed243c7ec4588b9dabea7d437035035 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005679_IM-0325-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96bfb2b88d6317bc548e711cacee202e803f2a8efa88b7416defd738351f7632 +size 78143 diff --git a/MendeleyCXR/images/Darwin_00005680_IM-0240-0001.png b/MendeleyCXR/images/Darwin_00005680_IM-0240-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..226904eb0621900a3e13c2e0484b331c96b12003 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005680_IM-0240-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e96bf068cfda87dba7f1a4084ffe2713308be3d206b30ec366319487054a71c +size 74314 diff --git a/MendeleyCXR/images/Darwin_00005681_IM-0241-0001.png b/MendeleyCXR/images/Darwin_00005681_IM-0241-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b5f61e628e2b420c9ec7566999e948846307826d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005681_IM-0241-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ff0264719313d7b672d265f45f783230d84ed9185e3f3d9c4d3e5c74a8c6e05 +size 75237 diff --git a/MendeleyCXR/images/Darwin_00005682_IM-0242-0001.png b/MendeleyCXR/images/Darwin_00005682_IM-0242-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1719f72fdc297429cfb1e01f748da0937d98ceb0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005682_IM-0242-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbb771ae12e725b1974ba31968467d64b555c1fe6b930bc20fc049dd73b60d2c +size 77746 diff --git a/MendeleyCXR/images/Darwin_00005683_IM-0243-0001.png b/MendeleyCXR/images/Darwin_00005683_IM-0243-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c7452fbd824532d7cd5cd952b878bc9a9e9e9ac0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005683_IM-0243-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f1bba6a45c026999333284442d2ccc300679984920ac32d1ba6dbedb7ae037f +size 79573 diff --git a/MendeleyCXR/images/Darwin_00005684_IM-0244-0001.png b/MendeleyCXR/images/Darwin_00005684_IM-0244-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..96ecd5e7a2de7218c96ace417c3a9e97835759b0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005684_IM-0244-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e645542a7e896e477fbfc0738183cf0d7ede1bd1279e34d74a5dd148815315ee +size 70452 diff --git a/MendeleyCXR/images/Darwin_00005685_IM-0245-0001.png b/MendeleyCXR/images/Darwin_00005685_IM-0245-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..10341e34f40f34f3b13577bcc135a849c54e189b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005685_IM-0245-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31c4bf878d5432568cb0af2e839272c198aa9a824f455efc88a552404d2803e9 +size 75919 diff --git a/MendeleyCXR/images/Darwin_00005686_IM-0248-0001.png b/MendeleyCXR/images/Darwin_00005686_IM-0248-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5bff8b770c7b646e6a93c7437323405a1f9599cc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005686_IM-0248-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3598e6b0b5841876b63a1c3e48011b08677528ee614af64efd64730c89d4c5bd +size 75369 diff --git a/MendeleyCXR/images/Darwin_00005687_IM-0249-0001.png b/MendeleyCXR/images/Darwin_00005687_IM-0249-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..897771dc36611ff3a42e8bbe93a4266a52376a9a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005687_IM-0249-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd6313a70cdcb98fffcee0d88f2e4502c789812a0fe644107a1aa9f049279921 +size 78225 diff --git a/MendeleyCXR/images/Darwin_00005688_IM-0250-0001.png b/MendeleyCXR/images/Darwin_00005688_IM-0250-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3a8c6ad07d146d803cd87852fc214efa57f1dda7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005688_IM-0250-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e4b3ad5b81b91d51c6a65af57fe9f27dec60812e7912fa17483bc18db999bea +size 82851 diff --git a/MendeleyCXR/images/Darwin_00005689_IM-0251-0001.png b/MendeleyCXR/images/Darwin_00005689_IM-0251-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..40a9e7d84045bd8302d61c00c65eb5acdaa87ac0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005689_IM-0251-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a15df42cd2bd73d6dcde3dd485dc3dcae7ad76834fd20803feb814138cea8be6 +size 74528 diff --git a/MendeleyCXR/images/Darwin_00005690_IM-0253-0001.png b/MendeleyCXR/images/Darwin_00005690_IM-0253-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3b799201215443710c67cc4f91ceac93a153118a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005690_IM-0253-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:801af1416b4c650024b091f4af00a5530652bd11b938fcfb4dd9e6f6553ee309 +size 71560 diff --git a/MendeleyCXR/images/Darwin_00005691_IM-0255-0001.png b/MendeleyCXR/images/Darwin_00005691_IM-0255-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..980561511dbc99d098a3a42ca39e9eb03e2811ce --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005691_IM-0255-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5be90433705e0a9f2e0650d45fa0d6f72344e3c06005eb001c1ae95452475fe +size 77144 diff --git a/MendeleyCXR/images/Darwin_00005692_IM-0256-0001.png b/MendeleyCXR/images/Darwin_00005692_IM-0256-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d354fda008b8b08998bedd138ab802619a157376 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005692_IM-0256-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddd21159dff961a1191fcee606c047c8cf474eca67d22dde2ce4cefa6380127e +size 72762 diff --git a/MendeleyCXR/images/Darwin_00005693_IM-0257-0001.png b/MendeleyCXR/images/Darwin_00005693_IM-0257-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..493fd0a5b843a61a4d5924e888ca2d535e22f594 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005693_IM-0257-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:402782b2a3843de1fb7a7d9175c99e9b9a86e09fe9acff51f5dbac61eaf22569 +size 78052 diff --git a/MendeleyCXR/images/Darwin_00005694_IM-0261-0001.png b/MendeleyCXR/images/Darwin_00005694_IM-0261-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..10a568c14564d773646cab66eee0d07e62d1b0c1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005694_IM-0261-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce0d56d3fb4c9ef9034b9e7b36612be5b8e7e71cffe6d7cbcd72521615d1d72d +size 78468 diff --git a/MendeleyCXR/images/Darwin_00005695_IM-0262-0001.png b/MendeleyCXR/images/Darwin_00005695_IM-0262-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6bfe18b8ca14cd055692f9dcd897f27b854ff33b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005695_IM-0262-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ed3c37614297bbcbdac6ea2ea9bec0347fa8292f6ceaf12500921ec6e7c8682 +size 78117 diff --git a/MendeleyCXR/images/Darwin_00005696_IM-0264-0001.png b/MendeleyCXR/images/Darwin_00005696_IM-0264-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d21e944ae9276e6e80e03748997c62d256ddc723 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005696_IM-0264-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5b102af5954fe3aa58dc5a21a7afc37a555b50ef229ff3c6d25f2d979775b46 +size 65324 diff --git a/MendeleyCXR/images/Darwin_00005697_IM-0265-0001.png b/MendeleyCXR/images/Darwin_00005697_IM-0265-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..561ee36938028bf8647b7a82e5503a6274b35c25 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005697_IM-0265-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a7173d925f690cbbcf6019136c9c07b81bc3612ffa2c02b8fab64c5f7eaef7a +size 76194 diff --git a/MendeleyCXR/images/Darwin_00005698_IM-0266-0001.png b/MendeleyCXR/images/Darwin_00005698_IM-0266-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..59bab20bc576f0ce0efd40c8110640b2be9711a4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005698_IM-0266-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4851367a544fe420c63eb57ff1fa4273f1907ef8ba50347c7f14b894f2d73d68 +size 78428 diff --git a/MendeleyCXR/images/Darwin_00005699_IM-0268-0001.png b/MendeleyCXR/images/Darwin_00005699_IM-0268-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8d4449fcf31bd2877937c82aca12a90415ffa504 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005699_IM-0268-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c00aef17916b6a59ff64498998296a9d034a77972451e7b0c28a3d87b17f1c5 +size 77924 diff --git a/MendeleyCXR/images/Darwin_00005700_IM-0269-0001.png b/MendeleyCXR/images/Darwin_00005700_IM-0269-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6e4214671f766871e78be740aaeaa8d1c9d4cb24 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005700_IM-0269-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be09a34e077bded891190eb784c94a9b5151a540fb072f907bb1a56a312963d5 +size 74620 diff --git a/MendeleyCXR/images/Darwin_00005701_IM-0270-0001.png b/MendeleyCXR/images/Darwin_00005701_IM-0270-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b64526d44e9966d3a4c59b188f544d0660b68828 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005701_IM-0270-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3a32a33c3d52ca8a81d8594ee0b030f0a78a634ab8287e4935ea44fadb091d6 +size 80019 diff --git a/MendeleyCXR/images/Darwin_00005702_IM-0272-0001.png b/MendeleyCXR/images/Darwin_00005702_IM-0272-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fc1646dd73343c6988db6c4934cd918efed76cd5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005702_IM-0272-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a124af57e56d54ec00e55a8f35b0908df04750b3cda9a4e2709933cf7df8e8d9 +size 78723 diff --git a/MendeleyCXR/images/Darwin_00005703_IM-0273-0001.png b/MendeleyCXR/images/Darwin_00005703_IM-0273-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a03b877b932f3fc318c1b4b1d547c87595a9949f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005703_IM-0273-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:716c8f951fcd42a30d339a19c0ecd1fe0b13b1e96bfe33cab8b227d65be690c7 +size 81501 diff --git a/MendeleyCXR/images/Darwin_00005704_IM-0274-0001.png b/MendeleyCXR/images/Darwin_00005704_IM-0274-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..114bc3c8ded37d85257358b0c949edb8f2652d86 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005704_IM-0274-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c2b89541b252c3fe57fda5fffee89b834936264e91da92b9c712e25fe87d93f +size 77669 diff --git a/MendeleyCXR/images/Darwin_00005705_IM-0275-0001.png b/MendeleyCXR/images/Darwin_00005705_IM-0275-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4a329cbd14cdbba132e2d3c48ea9aef0db851a1f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005705_IM-0275-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b41042e17132b4956978f95c2fd3a4d8d71d83ad40dbd431c4e2cb12a329fe2 +size 79408 diff --git a/MendeleyCXR/images/Darwin_00005706_IM-0276-0001.png b/MendeleyCXR/images/Darwin_00005706_IM-0276-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..508fa584c0bdff2d857f4fbb9a34857c8e4da00e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005706_IM-0276-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6c31911709b1d99477b210d19d7819a67672fd6441dd45fea144ec94ebb5ea4 +size 76217 diff --git a/MendeleyCXR/images/Darwin_00005707_IM-0277-0001.png b/MendeleyCXR/images/Darwin_00005707_IM-0277-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b016bee8a9366b8bd4ce2febfccac3c05dc93467 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005707_IM-0277-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da53105d6c601cd7cd6770127ba0013dedb8a768717a482ad9d9ee87fbfc84d7 +size 78557 diff --git a/MendeleyCXR/images/Darwin_00005708_IM-0278-0001.png b/MendeleyCXR/images/Darwin_00005708_IM-0278-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1cb17d915c2f5bcfa1539dbbb4ac6a546a302003 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005708_IM-0278-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96f583405404582a9c426318a5439c3309a31ed2e0b8831ebaf7dd9df3aa7183 +size 76493 diff --git a/MendeleyCXR/images/Darwin_00005709_IM-0279-0001.png b/MendeleyCXR/images/Darwin_00005709_IM-0279-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9c5e1b07f8d23a471b7d4df4a8f8394fbea9b438 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005709_IM-0279-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:142f7e7ff0102800c17933155bf17ebfeed40879e8db075540c9232f39d05f96 +size 70832 diff --git a/MendeleyCXR/images/Darwin_00005710_IM-0280-0001.png b/MendeleyCXR/images/Darwin_00005710_IM-0280-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b4a82a05a70eb18624c7d250e741f2935aed6e19 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005710_IM-0280-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a5363d5bf0e01c9b06403f7ab02375dcb7e49be227ef0965bc600f013afa54c +size 66565 diff --git a/MendeleyCXR/images/Darwin_00005711_IM-0282-0001.png b/MendeleyCXR/images/Darwin_00005711_IM-0282-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d9430176318879f96f5307dc3decec9d1a4e42c0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005711_IM-0282-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d7ad0b86c4c85f00824edf92ad95c3a6b06765d0186febb9d458a647d5d7e57 +size 73209 diff --git a/MendeleyCXR/images/Darwin_00005712_IM-0283-0001.png b/MendeleyCXR/images/Darwin_00005712_IM-0283-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..09f2ebef0af697c6759974b0dae011dc9331aaad --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005712_IM-0283-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a523c3a9d8bfd5429a704cdb36eac80518d0f7cd802083f9e149581218d6fec4 +size 78280 diff --git a/MendeleyCXR/images/Darwin_00005713_IM-0285-0001.png b/MendeleyCXR/images/Darwin_00005713_IM-0285-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9d5f00bf5d8448cf7237666d9c2d40c04f3a2518 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005713_IM-0285-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cda8c3c2d2a17adbe14f340dcc8c09cacf5be68c9350854907e056a478c4c24 +size 79550 diff --git a/MendeleyCXR/images/Darwin_00005714_IM-0191-0001.png b/MendeleyCXR/images/Darwin_00005714_IM-0191-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2fd6c663471cf589c1cbbe258ecb1fbf46f20855 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005714_IM-0191-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25f36d9d071b932f695528673606060ac435c50c3c735168b3125742fabe9646 +size 75359 diff --git a/MendeleyCXR/images/Darwin_00005715_IM-0193-0001.png b/MendeleyCXR/images/Darwin_00005715_IM-0193-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e487be856eec6926b2ff27a7441846dd5b9eebb8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005715_IM-0193-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeaa8aada4c3c431939c1d4d76983190fc6ea3604b05092141ffed440769a8e3 +size 75422 diff --git a/MendeleyCXR/images/Darwin_00005716_IM-0195-0001.png b/MendeleyCXR/images/Darwin_00005716_IM-0195-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a07c834b6f48e0467ab49fef76fccd1af65e3b24 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005716_IM-0195-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a247a8799c314610843b5d97a3a7bd8ea4f4b3ff4abdccbea3459eef09b364e8 +size 80076 diff --git a/MendeleyCXR/images/Darwin_00005717_IM-0199-0001.png b/MendeleyCXR/images/Darwin_00005717_IM-0199-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c32d16aa8a74e119068959a4ad4b0f0b86d52a97 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005717_IM-0199-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27c2ceaaf342faa504ff2322cafec7f0baf3c706dc7ccc4893775e214a832ddf +size 69811 diff --git a/MendeleyCXR/images/Darwin_00005718_IM-0201-0001.png b/MendeleyCXR/images/Darwin_00005718_IM-0201-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c0bc054394e81112e9f252a4354a9b75c7f13600 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005718_IM-0201-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72db7fa64f3482e82807ea6212e68b05dbc01768ff738036c1a20d918fe98dee +size 77347 diff --git a/MendeleyCXR/images/Darwin_00005719_IM-0203-0001.png b/MendeleyCXR/images/Darwin_00005719_IM-0203-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5a3e68a2972842a4ce20c3dea4dd5593c28bff9c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005719_IM-0203-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5656c438d07ebd6ce743555ad4c122fccc3be7c80c986e169b7e349ec90a0a2 +size 76459 diff --git a/MendeleyCXR/images/Darwin_00005720_IM-0205-0001.png b/MendeleyCXR/images/Darwin_00005720_IM-0205-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5a1502658a672de3d102ccb60db533adf2cc76ae --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005720_IM-0205-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d25d45a918267f7b14722352100d8711d4532ab8d7f54fc167cbbf376d19b446 +size 70415 diff --git a/MendeleyCXR/images/Darwin_00005721_IM-0206-0001.png b/MendeleyCXR/images/Darwin_00005721_IM-0206-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..69f2e708b9e3bd2523eaa4db86200245ed0daca4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005721_IM-0206-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d2a884078cde87f3e1cf80a130121163797b863fd759ea60334a1f81456020f +size 78849 diff --git a/MendeleyCXR/images/Darwin_00005722_IM-0207-0001.png b/MendeleyCXR/images/Darwin_00005722_IM-0207-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..31d0274e0cb8e9acd135e5565fd2ac0000e08530 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005722_IM-0207-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4172c0a29dba2780948372b595c27b5d292eddc522cdb5ce42255534881def9 +size 77758 diff --git a/MendeleyCXR/images/Darwin_00005723_IM-0209-0001.png b/MendeleyCXR/images/Darwin_00005723_IM-0209-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1e36298680b048d0638e37f2aaeb21a4b88d4b85 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005723_IM-0209-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:060d8550047954d18b69e70cc47678f7fc6ba5667f5c31bc31d91e7b2c052729 +size 77445 diff --git a/MendeleyCXR/images/Darwin_00005724_IM-0210-0001.png b/MendeleyCXR/images/Darwin_00005724_IM-0210-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..33829c6cf0e7a26408bb6ad93c6c89cb6f6a5f2e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005724_IM-0210-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4563c2d78d2ad3f5dd76f91a9e4a9ce0ff7ec69b83039f6431b43636171e6a2a +size 71219 diff --git a/MendeleyCXR/images/Darwin_00005725_IM-0211-0001.png b/MendeleyCXR/images/Darwin_00005725_IM-0211-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6f940cbcb07359b54c952e3290fb89f14987d1c2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005725_IM-0211-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cb7380f36d9bda40a0c0115e61733431d42c595f919d5106b7c3120275c593e +size 79906 diff --git a/MendeleyCXR/images/Darwin_00005726_IM-0213-0001.png b/MendeleyCXR/images/Darwin_00005726_IM-0213-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9a88de88f49e9e639c934e091756095b8a3502fb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005726_IM-0213-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb6dc034113e330e04da9d3ca5c615590adc33d14e607f9f8c2c32353fd9d99c +size 73790 diff --git a/MendeleyCXR/images/Darwin_00005727_IM-0214-0001.png b/MendeleyCXR/images/Darwin_00005727_IM-0214-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4ad6d6b92336f0ac4108d50e1bdf7b26a7172528 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005727_IM-0214-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0478dab0d6f6aa87b43a2f963b2d70bed1beff4ec41c07caf4c0b78b6df35f07 +size 80128 diff --git a/MendeleyCXR/images/Darwin_00005728_IM-0215-0001.png b/MendeleyCXR/images/Darwin_00005728_IM-0215-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c3b972710ae9b887452c1a6e95f3cde28ad01cd9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005728_IM-0215-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1e25c462c5bcd688995ad243a3a0dbf7f8dabb144105cdf592e51f29dc55e63 +size 79054 diff --git a/MendeleyCXR/images/Darwin_00005729_IM-0216-0001.png b/MendeleyCXR/images/Darwin_00005729_IM-0216-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d3d9e476baff24fc823b178baf52e6f6382c743f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005729_IM-0216-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:969a54d8239b7366a582968ccf0aeb1fc64a5b2359ab29e6a7cc469adb364442 +size 74862 diff --git a/MendeleyCXR/images/Darwin_00005730_IM-0217-0001.png b/MendeleyCXR/images/Darwin_00005730_IM-0217-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..94b80d01e0c0acfd22f1e2f0f592d197388a0799 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005730_IM-0217-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68b5db8a19e21f50cae82822a42f5aa837cc97c847b84e88aaa9f438a92c8eb3 +size 78182 diff --git a/MendeleyCXR/images/Darwin_00005731_IM-0218-0001.png b/MendeleyCXR/images/Darwin_00005731_IM-0218-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c75c50304be763781c90715397526d470a283d23 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005731_IM-0218-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09709edbbda982075e7ae83f18f41039edc5b4932b928721e607f69869b86f24 +size 78345 diff --git a/MendeleyCXR/images/Darwin_00005732_IM-0219-0001.png b/MendeleyCXR/images/Darwin_00005732_IM-0219-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8d41066afa4e14035fb72e3e8d8bcaa427069b8a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005732_IM-0219-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd7727b6a691af259448aa773a6d2e1678702b0473442ba360679d5a725d4fcf +size 78209 diff --git a/MendeleyCXR/images/Darwin_00005733_IM-0220-0001.png b/MendeleyCXR/images/Darwin_00005733_IM-0220-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..20ee529ec9c048d0c0485a24158e7940e2f10f28 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005733_IM-0220-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c90ddecc6502bae42df488560a8bbd4b2d3bcda107707c2c2df70b56d0d27673 +size 74504 diff --git a/MendeleyCXR/images/Darwin_00005734_IM-0221-0001.png b/MendeleyCXR/images/Darwin_00005734_IM-0221-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7f9eb86f8c10cbbafcfd5eb0654beb42aa0e1b73 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005734_IM-0221-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2de5446dab2a10fc9e1421b24209979c2a6909441a23ce421c00c494ea03ade6 +size 76063 diff --git a/MendeleyCXR/images/Darwin_00005735_IM-0222-0001.png b/MendeleyCXR/images/Darwin_00005735_IM-0222-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..acf1d18b8ba27bfac43e206b8d297dfc54d1d4a5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005735_IM-0222-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a821af59291bfa49a1ecd7fce0ae1d099cb4a428e5b0aeac640cf79d2c4087d +size 71472 diff --git a/MendeleyCXR/images/Darwin_00005736_IM-0223-0001.png b/MendeleyCXR/images/Darwin_00005736_IM-0223-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a16ba9aca45ed93f17a05fd137caff8902a218d1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005736_IM-0223-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4692463c623f0992cf0763715703946b589382a17359e019f88e0dc45177b7d +size 78098 diff --git a/MendeleyCXR/images/Darwin_00005737_IM-0224-0001.png b/MendeleyCXR/images/Darwin_00005737_IM-0224-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5c8315f345bc1d6c280054541c5cc654df771ddd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005737_IM-0224-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae2e4e566c673175a3d6814524e90da77502b290a69b8fda28b76d1bda83dcbe +size 74979 diff --git a/MendeleyCXR/images/Darwin_00005738_IM-0225-0001.png b/MendeleyCXR/images/Darwin_00005738_IM-0225-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..505772d88b7b79346ef99e51c4c803070deea2e8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005738_IM-0225-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2c4bdf2f97c63bcc9275e99c28afad1fecf4fb69a209dd35b541cfa31abdff1 +size 79779 diff --git a/MendeleyCXR/images/Darwin_00005739_IM-0226-0001.png b/MendeleyCXR/images/Darwin_00005739_IM-0226-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..92dce97fe4b4d6899098e2368a5f0525ce3d2e16 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005739_IM-0226-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c9d080e09af96ef3664ca997a52f65c7a0deea41983e45b5747dc5f97a66777 +size 73470 diff --git a/MendeleyCXR/images/Darwin_00005740_IM-0227-0001.png b/MendeleyCXR/images/Darwin_00005740_IM-0227-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0b4b34f351e93d6dff8eb8c2802c30436e4c2e5a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005740_IM-0227-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dbd2198b9c40b7395ef5690d7cc50425c1f86fda01708d8d11cdd99cbce7337 +size 73050 diff --git a/MendeleyCXR/images/Darwin_00005741_IM-0228-0001.png b/MendeleyCXR/images/Darwin_00005741_IM-0228-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8579e20665712a7102a1e94d3cc55ddfef0ce9ab --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005741_IM-0228-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd0cc4e419dde3d16f953e3e19db45afccfa0ae54c1543d1d4843649a5227b30 +size 76700 diff --git a/MendeleyCXR/images/Darwin_00005742_IM-0229-0001.png b/MendeleyCXR/images/Darwin_00005742_IM-0229-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2bad42304efe63faad9c6246a3a9a1c41b4c2370 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005742_IM-0229-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b647398ec9325b79d6bf528145bad44cb776ba2d6e8abb7ed9ba41ee3b7b7a5 +size 73573 diff --git a/MendeleyCXR/images/Darwin_00005743_IM-0230-0001.png b/MendeleyCXR/images/Darwin_00005743_IM-0230-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ebd87c5e69eb1ead87ddeb891fefd0fde2f9436f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005743_IM-0230-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:285e60e48794374a5e9160b110bcb8d58894417d9e2cc5c8e49f94cac86f561a +size 78268 diff --git a/MendeleyCXR/images/Darwin_00005744_IM-0231-0001.png b/MendeleyCXR/images/Darwin_00005744_IM-0231-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d7f6a40bb4489c431c186541b02dc131200238e5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005744_IM-0231-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:604474f2b9b823eb3d819fa40252e49f76820f897e8c7b074b05cf6591cf2b00 +size 75919 diff --git a/MendeleyCXR/images/Darwin_00005745_IM-0234-0001.png b/MendeleyCXR/images/Darwin_00005745_IM-0234-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ec1f669fdbf38fd9ae5e4a512aceec39926266cf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005745_IM-0234-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6857c66a11d2d717a48b4d7c6fe45eea8ff9527ad38cc52a93ad2c2b8db9709f +size 72926 diff --git a/MendeleyCXR/images/Darwin_00005746_IM-0235-0001.png b/MendeleyCXR/images/Darwin_00005746_IM-0235-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e04f4e224e87f7e6f69e334cfca55a1ca1e861b8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005746_IM-0235-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4627d06ca671a375e4774b2bf15443790ee32afa59e45fdf44b582f34b20762 +size 78449 diff --git a/MendeleyCXR/images/Darwin_00005747_IM-0236-0001.png b/MendeleyCXR/images/Darwin_00005747_IM-0236-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9fc93420e26e6c8d88a4ed66630024b701c80ee2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005747_IM-0236-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18160ce5d0acb481b83f7d6399886e6e214580e28dad49eba7fd71e1e5c277ca +size 77357 diff --git a/MendeleyCXR/images/Darwin_00005748_IM-0237-0001.png b/MendeleyCXR/images/Darwin_00005748_IM-0237-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8ebddd66c03fcff2cd2ed5b90eea2f0945c1b954 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005748_IM-0237-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:add8e8611470e16c542c9d1243247718819ec4c6b729e26a902ff63e3e5ef6a5 +size 73243 diff --git a/MendeleyCXR/images/Darwin_00005749_IM-0238-0001.png b/MendeleyCXR/images/Darwin_00005749_IM-0238-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..86f98a8d6b8c98fbec0456c0a022759ef1f45370 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005749_IM-0238-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cdb20a709e0ba1bf4a56a4944c7506ec665d7d4f4816f2369b0ac866796c377 +size 83366 diff --git a/MendeleyCXR/images/Darwin_00005750_IM-0239-0001.png b/MendeleyCXR/images/Darwin_00005750_IM-0239-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f45321141d45515fb412920825d33daa29a46b22 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005750_IM-0239-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ed5831a0687e0710368da2623e1e57104d1bcc3f705e06d06a59abc969b5632 +size 76195 diff --git a/MendeleyCXR/images/Darwin_00005751_IM-0129-0001.png b/MendeleyCXR/images/Darwin_00005751_IM-0129-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6a052959b27d290766cb2310fd00241c44b40f92 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005751_IM-0129-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72abc98ad4e1b316e3ee5148ed474ea00655506ceb66d01e53426ca062cc45e0 +size 77208 diff --git a/MendeleyCXR/images/Darwin_00005752_IM-0131-0001.png b/MendeleyCXR/images/Darwin_00005752_IM-0131-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f1f81b1e5f4e47c41fe221a9327400ec744b7379 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005752_IM-0131-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd472aed941eae2479aa3088abeaea58f6fe3fd4d41d6de70835daecc59ee365 +size 76488 diff --git a/MendeleyCXR/images/Darwin_00005753_IM-0133-0001.png b/MendeleyCXR/images/Darwin_00005753_IM-0133-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7606f6079ed948fc78a82f36da4b9fc5fdefca87 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005753_IM-0133-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee91ba112fa71ebf6b8070f4cb3c2f3ec34fd2de61a683168e25fbe1f2fe0e80 +size 75013 diff --git a/MendeleyCXR/images/Darwin_00005754_IM-0135-0001.png b/MendeleyCXR/images/Darwin_00005754_IM-0135-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0ab3d135d72d6e59d593f83a7c7aac537d93b8f2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005754_IM-0135-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0172dc0810fdf0f1aaa2f074af22bfa81368b3578248854482426093b8325875 +size 78417 diff --git a/MendeleyCXR/images/Darwin_00005755_IM-0137-0001.png b/MendeleyCXR/images/Darwin_00005755_IM-0137-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..10b8439559b2708323375e57398cd7f3c8b8e4aa --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005755_IM-0137-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9b618219b987c15fe1d469a83f30bfee878d543d980fb2b72804dae374dbf51 +size 78329 diff --git a/MendeleyCXR/images/Darwin_00005756_IM-0140-0001.png b/MendeleyCXR/images/Darwin_00005756_IM-0140-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ec11d4bddc79dab05918d9d576bc2d8254a7c23e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005756_IM-0140-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d10469a4770b1744d5ec61950d0dac61c294e51b421edcce8caa178e227789b1 +size 84346 diff --git a/MendeleyCXR/images/Darwin_00005757_IM-0141-0001.png b/MendeleyCXR/images/Darwin_00005757_IM-0141-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..843c7d691978d3dd695daeb49dc4b95a73458123 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005757_IM-0141-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b6a4f9b4d4f5274d28afc50e0263928e6ecb41a7415c41e4675eb15b1140e45 +size 78342 diff --git a/MendeleyCXR/images/Darwin_00005758_IM-0143-0001.png b/MendeleyCXR/images/Darwin_00005758_IM-0143-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..da73ac5561ab6e6cac79411510ba3b379cf55be3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005758_IM-0143-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fff3cd0604c0ba285dd2535a740b6b5afb9f206faca418e1eb961d655585256f +size 74830 diff --git a/MendeleyCXR/images/Darwin_00005759_IM-0145-0001.png b/MendeleyCXR/images/Darwin_00005759_IM-0145-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5230a042a6c78aeb9b4d1e2698eda6d2f4618902 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005759_IM-0145-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcecf344ae55686c17603453a41422de27b0bf2c4284c183142e2213f6af7c56 +size 77236 diff --git a/MendeleyCXR/images/Darwin_00005760_IM-0147-0001.png b/MendeleyCXR/images/Darwin_00005760_IM-0147-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ede71ff8bcb6fd1c257e0a4a1b0f4528915ce4c6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005760_IM-0147-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b219b3a51d7cbd9f063257b239044c967189f2bbf4a7149e7680ad9e3035c6f0 +size 79913 diff --git a/MendeleyCXR/images/Darwin_00005761_IM-0149-0001.png b/MendeleyCXR/images/Darwin_00005761_IM-0149-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7d8d413c97ecc2627d53d12c0cfe544e58802112 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005761_IM-0149-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c853233bae7b7c61199aa07f709ba6bedaae6359b53d0b409bb33aa5b8a53f15 +size 74052 diff --git a/MendeleyCXR/images/Darwin_00005762_IM-0151-0001.png b/MendeleyCXR/images/Darwin_00005762_IM-0151-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..78de2fe124fe7d53a4109056cd321c72d084e28b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005762_IM-0151-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9673335345b062cbdc4fa0e58692f216bc77d0351437f3d4f76b0c8f160e243b +size 70686 diff --git a/MendeleyCXR/images/Darwin_00005763_IM-0152-0001.png b/MendeleyCXR/images/Darwin_00005763_IM-0152-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6404883017de0ccf8fa8a5ce73278dd15392a680 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005763_IM-0152-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd51530f89a3bc7af154c047562d1d56c5f4cdad0b178adde06773ac722ee02a +size 79314 diff --git a/MendeleyCXR/images/Darwin_00005764_IM-0154-0001.png b/MendeleyCXR/images/Darwin_00005764_IM-0154-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f7cca0b16a84f2b2eeeda6d1d2bb3a196dc9671f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005764_IM-0154-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1c5ba38a53e8b1cf85c4fe7fc73e7d49f55f01b2bd8e9b94fef6b3187e2a205 +size 72680 diff --git a/MendeleyCXR/images/Darwin_00005765_IM-0156-0001.png b/MendeleyCXR/images/Darwin_00005765_IM-0156-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..900841ad0e412d2236b0b3c9cf02deb1b0e626e1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005765_IM-0156-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:350c4e4d50460095493b0e3de4a80a6c6d5af6e2733aea96fc2b5979a8c4036a +size 79148 diff --git a/MendeleyCXR/images/Darwin_00005766_IM-0158-0001.png b/MendeleyCXR/images/Darwin_00005766_IM-0158-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0292f623c3dfa32bebc29230b1e59c2bb3459269 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005766_IM-0158-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:828a590ca7eb1cf90e5139bc83162db56f23d0bd946127ee52e2bb4116872a3f +size 76203 diff --git a/MendeleyCXR/images/Darwin_00005767_IM-0160-0001.png b/MendeleyCXR/images/Darwin_00005767_IM-0160-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f3b048be14f7462bad211cb4089f479cfba7397b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005767_IM-0160-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aae3f84c5cc41ea33801d24d029ef2c0b049eceb31718e9aaccc784f62e7fc4 +size 78268 diff --git a/MendeleyCXR/images/Darwin_00005768_IM-0162-0001.png b/MendeleyCXR/images/Darwin_00005768_IM-0162-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c2ae9c498debe6d2686a0c19876e53725884a1bf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005768_IM-0162-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:424e48a412271c7c83c9acb1cf90037f8b8d2b6976aad0ac5793a4a44eb792f6 +size 80758 diff --git a/MendeleyCXR/images/Darwin_00005769_IM-0164-0001.png b/MendeleyCXR/images/Darwin_00005769_IM-0164-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4a782bc761bb33749ea9868bd6e64ab178cbde00 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005769_IM-0164-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c4e0280cf1bb25482f08abcf47ca01a2a1d3dd0b15f2f576592a48a16a6bd6d +size 76343 diff --git a/MendeleyCXR/images/Darwin_00005770_IM-0166-0001.png b/MendeleyCXR/images/Darwin_00005770_IM-0166-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a556ab40ce75274737951a83a3c56d28a06bfe61 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005770_IM-0166-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ba229a7195c8cd77efb0c64a5093060e4f36df387ccf1ba35fd5b41e40be787 +size 77355 diff --git a/MendeleyCXR/images/Darwin_00005771_IM-0168-0001.png b/MendeleyCXR/images/Darwin_00005771_IM-0168-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8faab3a4c7f6a0ab55f390f9e34b09798965d920 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005771_IM-0168-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:076438d494a06971822c5bfc593931b251178a3bfaa80a2e5c65f06623cff81a +size 72873 diff --git a/MendeleyCXR/images/Darwin_00005772_IM-0170-0001.png b/MendeleyCXR/images/Darwin_00005772_IM-0170-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2f7498c7b55f68316f20663dce6c71c76dfb19a3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005772_IM-0170-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21f9c682f3bd1b6b82614d4521a5628964e4ddfe34b7333c1791978dbdcb6cfa +size 74928 diff --git a/MendeleyCXR/images/Darwin_00005773_IM-0172-0001.png b/MendeleyCXR/images/Darwin_00005773_IM-0172-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..03678063b3d0051f6e7bb06aea5325370dcb58b2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005773_IM-0172-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb5a87c919dcdb76417c3e9a6b7bbe94731c18fc930d277161c538d72cdb0c74 +size 77240 diff --git a/MendeleyCXR/images/Darwin_00005774_IM-0176-0001.png b/MendeleyCXR/images/Darwin_00005774_IM-0176-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7bb81c4513c8871930d6ae266f42edf90050f054 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005774_IM-0176-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d77ff835757433fb7408c376320f8d738d68ad1d804d896a3da8e947e5a3a3e +size 76080 diff --git a/MendeleyCXR/images/Darwin_00005775_IM-0177-0001.png b/MendeleyCXR/images/Darwin_00005775_IM-0177-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c9c15a1e563433f84199820ccec61f04889ab296 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005775_IM-0177-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dc8f1c8aa4122e7e51c4860ef195890c867efae831608cd6a90af3868fb6b12 +size 67893 diff --git a/MendeleyCXR/images/Darwin_00005776_IM-0178-0001.png b/MendeleyCXR/images/Darwin_00005776_IM-0178-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..17f2c7a56478f1a603b74f376a23833b917e3f78 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005776_IM-0178-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f8e07f4f0f2ba8b7350149769f43aea20f4260a024fb50723ba7b88c6dc4b10 +size 79415 diff --git a/MendeleyCXR/images/Darwin_00005777_IM-0180-0001.png b/MendeleyCXR/images/Darwin_00005777_IM-0180-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e15d27ceb5ef4f0960205518867e27839f7b61b5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005777_IM-0180-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e7d3ce5267abc275ef8fe9e26cab3d6b91e2f7d9b103e290c062e393e542b68 +size 81059 diff --git a/MendeleyCXR/images/Darwin_00005778_IM-0182-0001.png b/MendeleyCXR/images/Darwin_00005778_IM-0182-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..130af219473b9d3a1335631254995f4b100700c4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005778_IM-0182-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fc26b1c2b4692bf80861284c725ac78532190ead59417ca8b03a2d4d439af3a +size 71128 diff --git a/MendeleyCXR/images/Darwin_00005779_IM-0183-0001.png b/MendeleyCXR/images/Darwin_00005779_IM-0183-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b34864ebf6ee963b804342e65214e8711c1c3cd4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005779_IM-0183-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3bfa5e719b66457e12e545ca3c99f8ab83e7aa051bae7508313c32c63be6068 +size 77149 diff --git a/MendeleyCXR/images/Darwin_00005780_IM-0185-0001.png b/MendeleyCXR/images/Darwin_00005780_IM-0185-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1656a451751970143eea59aed6dd52d540442e19 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005780_IM-0185-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5621ee1ea3e5d0415bf3d39e81c11d9001090682a9f47c727f19390ab144ceb7 +size 74216 diff --git a/MendeleyCXR/images/Darwin_00005781_IM-0187-0001.png b/MendeleyCXR/images/Darwin_00005781_IM-0187-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..de6dff580ac926cf2fe5d69120c89968a2b7d478 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005781_IM-0187-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e44a140b0461c5baf7bdd4b2291c6b8a2485203e82a6a713b63ffe96eff57cf9 +size 76065 diff --git a/MendeleyCXR/images/Darwin_00005782_IM-0189-0001.png b/MendeleyCXR/images/Darwin_00005782_IM-0189-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fd4fd3ee3acf26dbd652710d18069d09868ced57 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005782_IM-0189-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca45a6cd8465c3d81198f7c341d3a8d4f1ad86924adb69317beec15c035143e4 +size 76829 diff --git a/MendeleyCXR/images/Darwin_00005783_IM-0115-0001.png b/MendeleyCXR/images/Darwin_00005783_IM-0115-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d803d7bfbd93f0322a9e28e08e531f9f63f9147e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005783_IM-0115-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a8126bb8147f3fb1f212f1f7ef152504eba68b86cebc6a698bf9ee3f7f21d0a +size 78795 diff --git a/MendeleyCXR/images/Darwin_00005784_IM-0117-0001.png b/MendeleyCXR/images/Darwin_00005784_IM-0117-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..84c3e02068b9268e58861c93bba2aa895d1458ce --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005784_IM-0117-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73a2474124f4f3af873cc69bd5ac26823f40ad6703a82e1dd7068ad2e00d2a20 +size 80090 diff --git a/MendeleyCXR/images/Darwin_00005785_IM-0119-0001.png b/MendeleyCXR/images/Darwin_00005785_IM-0119-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f1040eb0a7919954fb07879c54297b3d50e4a2cc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005785_IM-0119-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61da53eda9d3b38f193e7e143601c3a270c8fb3f226468a21b4a2985e12b1fbc +size 73107 diff --git a/MendeleyCXR/images/Darwin_00005786_IM-0122-0001.png b/MendeleyCXR/images/Darwin_00005786_IM-0122-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4cb865744bc104422fa1ab8d1706992460846b17 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005786_IM-0122-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c31a0c871565c5105832b1f55d58da33c8f6940b762fba08eab71b93a7e95e57 +size 75834 diff --git a/MendeleyCXR/images/Darwin_00005787_IM-0125-0001.png b/MendeleyCXR/images/Darwin_00005787_IM-0125-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e9a74404895ab65ab374fc5faaabc59e769a62e6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005787_IM-0125-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa804aa17426dc7a1dd0c7987d681cbe7189d5a6b283c9df247cb9de3f9d3c9f +size 77154 diff --git a/MendeleyCXR/images/Darwin_00005788_IM-0127-0001.png b/MendeleyCXR/images/Darwin_00005788_IM-0127-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b1aa025aae514b82418fc9bb00a56cc3f1bccf7b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005788_IM-0127-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:651a2c3dde13246087e73a9d5ae09987c901df06f0c3be49a1ad1bd2a1161a3e +size 74384 diff --git a/MendeleyCXR/images/Darwin_00005789_IM-0128-0001.png b/MendeleyCXR/images/Darwin_00005789_IM-0128-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..db83bb2792137f2166c217657d2de2fcea851190 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005789_IM-0128-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e952d27932a32e8a7d9647b8319d97758e5ae398ab2b1b531238906433aff4a +size 74858 diff --git a/MendeleyCXR/images/Darwin_00005790_NORMAL2-IM-1427-0001.png b/MendeleyCXR/images/Darwin_00005790_NORMAL2-IM-1427-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5b127da6aaa89fa581e0e5e29368b3c3de674306 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005790_NORMAL2-IM-1427-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f038b328c7311cba11589f4c1aa6693e7b42f4f8f7a8bc3a9ede030c9e4a53de +size 67886 diff --git a/MendeleyCXR/images/Darwin_00005791_NORMAL2-IM-1430-0001.png b/MendeleyCXR/images/Darwin_00005791_NORMAL2-IM-1430-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1af0e3759b66d77a336c5f232e77ba5ecc219ff6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005791_NORMAL2-IM-1430-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:908c8f45eaa8ba3a0377d2b69d69a9871f73f5255c93df39705e9438901da781 +size 72798 diff --git a/MendeleyCXR/images/Darwin_00005792_NORMAL2-IM-1431-0001.png b/MendeleyCXR/images/Darwin_00005792_NORMAL2-IM-1431-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f5801eb1ec7351619e873e455a35a04c5fd4ff4e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005792_NORMAL2-IM-1431-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea4c3af64faf9c89c016a35216581d184097b6f153afca7b0ec119a06d56b310 +size 69091 diff --git a/MendeleyCXR/images/Darwin_00005793_NORMAL2-IM-1436-0001.png b/MendeleyCXR/images/Darwin_00005793_NORMAL2-IM-1436-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0f6b274723090b2b89def033180a743a237333c8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005793_NORMAL2-IM-1436-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11fe0ec9fbe8e1b7a4ef398452293b72250963062c3d8c044f73c2a63ebec084 +size 75594 diff --git a/MendeleyCXR/images/Darwin_00005794_NORMAL2-IM-1437-0001.png b/MendeleyCXR/images/Darwin_00005794_NORMAL2-IM-1437-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..40bc05356bba52e74cc8df8526718d13a28cd13a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005794_NORMAL2-IM-1437-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:693cffe478b975ce95981d02061a643a79a7b1ea901aa6ad4d0735ad5c9989d3 +size 70079 diff --git a/MendeleyCXR/images/Darwin_00005795_NORMAL2-IM-1438-0001.png b/MendeleyCXR/images/Darwin_00005795_NORMAL2-IM-1438-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..596bff1a905d5bdb105224e073c31171bbd7d808 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005795_NORMAL2-IM-1438-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:789ece2a8af8477e40d809102bd80f57bbd529d6d0ea2cefd8017171c1b69b2c +size 68631 diff --git a/MendeleyCXR/images/Darwin_00005796_NORMAL2-IM-1440-0001.png b/MendeleyCXR/images/Darwin_00005796_NORMAL2-IM-1440-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2bff1a3983069766f4954d0274cd7b323f889086 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005796_NORMAL2-IM-1440-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa57594c645357c643a01e1fc5df49cbe0b239d2bcfdf64d27d978db275d6302 +size 83716 diff --git a/MendeleyCXR/images/Darwin_00005797_NORMAL2-IM-1442-0001.png b/MendeleyCXR/images/Darwin_00005797_NORMAL2-IM-1442-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..bc85f0d40f17f4566855bbe1d15016de801fff4b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005797_NORMAL2-IM-1442-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b28d5db18e81c17a6dac72b8c120d779fbade91c25c73a3b6e74973a3db20f46 +size 76578 diff --git a/MendeleyCXR/images/Darwin_00005798_IM-0001-0001.png b/MendeleyCXR/images/Darwin_00005798_IM-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..24987380003567c9374a13c30f966ea6005c6d7f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005798_IM-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:339eba45deec9a7ce4344ef345abf01c5674f05dfb8345636c2997f47b3eda94 +size 83582 diff --git a/MendeleyCXR/images/Darwin_00005799_IM-0003-0001.png b/MendeleyCXR/images/Darwin_00005799_IM-0003-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..08c9a1d5d0986251a7ce8c7bfdbefc9d6f66f2e0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005799_IM-0003-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e010d4177a4fbda46a18b5828beb812f2364a6cc50f032c1ce1bff27e3c418f +size 78690 diff --git a/MendeleyCXR/images/Darwin_00005800_IM-0005-0001.png b/MendeleyCXR/images/Darwin_00005800_IM-0005-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7f7df8c1b004253bf2c59d6ec363c8b7bf6fe902 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005800_IM-0005-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90c6c151837c42e43028d8a34728776511781171d010bac27063f552ba9526b3 +size 89522 diff --git a/MendeleyCXR/images/Darwin_00005801_IM-0006-0001.png b/MendeleyCXR/images/Darwin_00005801_IM-0006-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..847b73d9ca23177c8dd4bc249b74db48feb0db7f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005801_IM-0006-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c506f006bba25b79c69cedb15d628103868f84457d254d269401e66bf8d29c5 +size 84400 diff --git a/MendeleyCXR/images/Darwin_00005802_IM-0007-0001.png b/MendeleyCXR/images/Darwin_00005802_IM-0007-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c901466c2b351bf2402357b09c8a0908632738c4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005802_IM-0007-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb8b59c1c12936896eef9885dd77a2439db3d4c826d11700a3f30bba6156fc2e +size 90053 diff --git a/MendeleyCXR/images/Darwin_00005803_IM-0009-0001.png b/MendeleyCXR/images/Darwin_00005803_IM-0009-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9463a0940b3f23158a306ee2febf1ba21bca2ab5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005803_IM-0009-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:701d31c24b5129a11119572d142b1385d8ee996db3b122f81c22ebddb6f735d2 +size 86736 diff --git a/MendeleyCXR/images/Darwin_00005804_IM-0010-0001.png b/MendeleyCXR/images/Darwin_00005804_IM-0010-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d616bcef16c2b530fe4bb5b06febbe7528816718 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005804_IM-0010-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc0c2af9f694b69c6568817d2edf08dd04b79745f60ceca27f253cf4b049bb8d +size 79947 diff --git a/MendeleyCXR/images/Darwin_00005805_IM-0011-0001-0001.png b/MendeleyCXR/images/Darwin_00005805_IM-0011-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b39ccb7949ea07930910a88018f953fa3681f358 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005805_IM-0011-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d17ede12c0436846ff5da63a10e55450cb27596811fd1dc30305b7f1c41ba725 +size 81064 diff --git a/MendeleyCXR/images/Darwin_00005806_IM-0011-0001-0002.png b/MendeleyCXR/images/Darwin_00005806_IM-0011-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..1d85f46c934c79a31a32d3427d1bae8771f6f6ca --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005806_IM-0011-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84d2fccefb3523ac56845ecd4193af7899ca3e0a868159332d36712124b563b9 +size 81081 diff --git a/MendeleyCXR/images/Darwin_00005807_IM-0011-0001.png b/MendeleyCXR/images/Darwin_00005807_IM-0011-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f616f047991497e252d1b760dc570cbaec92c7b1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005807_IM-0011-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77c9757c64958bf2ed695460cc4f5cf38b618f77e6ffccf992d6c72366656381 +size 81885 diff --git a/MendeleyCXR/images/Darwin_00005808_IM-0013-0001.png b/MendeleyCXR/images/Darwin_00005808_IM-0013-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ac58055a83b4ebe42d6f8776b8903db43687c06e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005808_IM-0013-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed01e692010ddf08c33e315fcc7d5f0aa87192e821e6fd650099235769c879d2 +size 82828 diff --git a/MendeleyCXR/images/Darwin_00005809_IM-0015-0001.png b/MendeleyCXR/images/Darwin_00005809_IM-0015-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1571d19cd7b284f3cd680df392e991d9f9422b95 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005809_IM-0015-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86014cf5fcb5ea1fc156f65433ae79417ad3b431e36c747f058ebbc924ffa6f1 +size 84386 diff --git a/MendeleyCXR/images/Darwin_00005810_IM-0016-0001.png b/MendeleyCXR/images/Darwin_00005810_IM-0016-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..47c33bdfc2b3615a2686f2841e3c0de7c762f150 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005810_IM-0016-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf876f88d87b0503a005108b99b2e08d48a7d06f97ce0ac77d58635268b643df +size 81330 diff --git a/MendeleyCXR/images/Darwin_00005811_IM-0017-0001.png b/MendeleyCXR/images/Darwin_00005811_IM-0017-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7b00e8b8dd1105c31f640cccdc7c830dbc874110 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005811_IM-0017-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22fef4a48179c976eeb0d61ec9efa7829b259420acfe6ab070798aa359ee286d +size 86977 diff --git a/MendeleyCXR/images/Darwin_00005812_IM-0019-0001.png b/MendeleyCXR/images/Darwin_00005812_IM-0019-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..aa0a8ca9da2768d1a18b9e4ae8d430aac116dd5a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005812_IM-0019-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80c5d660289c622546085bddc7daf2bf9eef1165d8d6258de9cdb548406dff86 +size 88147 diff --git a/MendeleyCXR/images/Darwin_00005813_IM-0021-0001.png b/MendeleyCXR/images/Darwin_00005813_IM-0021-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e45adaf93a97e4efb33b3c5154f3e1205e11a6a5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005813_IM-0021-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f92e103adfd0ca732e711c2ee089d06de6c6b22923dfebb90d969e1cea6d246 +size 76427 diff --git a/MendeleyCXR/images/Darwin_00005814_IM-0022-0001.png b/MendeleyCXR/images/Darwin_00005814_IM-0022-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..586752171ee143706f754c78c7a90567b910a0df --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005814_IM-0022-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f2764bce03e0f63100bde0701fef383fde4c3ffe927ac4f1ae3d68f13270dd7 +size 73276 diff --git a/MendeleyCXR/images/Darwin_00005815_IM-0023-0001.png b/MendeleyCXR/images/Darwin_00005815_IM-0023-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..608f58889abc429937df4b894e90f585421de199 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005815_IM-0023-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bac37814cfb18eeedd0372d142c214b82027a1b640a9c5b22a77fe0c48332de +size 80077 diff --git a/MendeleyCXR/images/Darwin_00005816_IM-0025-0001.png b/MendeleyCXR/images/Darwin_00005816_IM-0025-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..809fa8513f227d0287c271e7ca3eae2e6c8653fa --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005816_IM-0025-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfb19b8284e050d07cf33b5717784ddc4847e8c9c045270002e171e8ed26c613 +size 81019 diff --git a/MendeleyCXR/images/Darwin_00005817_IM-0027-0001.png b/MendeleyCXR/images/Darwin_00005817_IM-0027-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..93a0dc07ec1a413f9cb47db20b1f1395ea1dc94f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005817_IM-0027-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bbac80d5d4df82195681a77bbbbf82674f6bb579aead2d45a2fd02fccfe377a +size 79210 diff --git a/MendeleyCXR/images/Darwin_00005818_IM-0028-0001.png b/MendeleyCXR/images/Darwin_00005818_IM-0028-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1eba6c441d069d994a84ea21f5df0e92a8b56acc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005818_IM-0028-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42d7358aa5d5c6c74ffe5bfcb840920bb66791bf386ed6980c58c9a1d680d674 +size 88157 diff --git a/MendeleyCXR/images/Darwin_00005819_IM-0029-0001.png b/MendeleyCXR/images/Darwin_00005819_IM-0029-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..397409ce2110ccf268f2afebe78a3ffec385362d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005819_IM-0029-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79572f6cafe8caccd2951cdede612459f10a1bc53289a0054e7890f62a6d7c29 +size 80505 diff --git a/MendeleyCXR/images/Darwin_00005820_IM-0030-0001.png b/MendeleyCXR/images/Darwin_00005820_IM-0030-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..923344aa7f7f64ded74f850c21ac813c5926b20c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005820_IM-0030-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97fb730960e1fa9fa4b5d76bc80863798239cbca7b0f0bedaa989fd20093c0e8 +size 80464 diff --git a/MendeleyCXR/images/Darwin_00005821_IM-0031-0001.png b/MendeleyCXR/images/Darwin_00005821_IM-0031-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d9b7bcb3c830f1514896d125b843e1010a4777eb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005821_IM-0031-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:204aa0bce2dd9bff53ab11f68097d887a0cc0bb93732bbe85823caad93dcd26e +size 84633 diff --git a/MendeleyCXR/images/Darwin_00005822_IM-0033-0001-0001.png b/MendeleyCXR/images/Darwin_00005822_IM-0033-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1804d692be67cdfe2e0c81b9e526efe5a6595b2a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005822_IM-0033-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fc79302f5f1e6bacd94959455fe7cc36fb62befaf2af05d178ae9d26895c0c7 +size 81548 diff --git a/MendeleyCXR/images/Darwin_00005823_IM-0033-0001-0002.png b/MendeleyCXR/images/Darwin_00005823_IM-0033-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..3f4d573c06695fdb9d0e941d2b9cc694ca34207b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005823_IM-0033-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09c8a7421e3319b73f38ccc6214e2f1b25c751609c9a163167e655f364f829db +size 82049 diff --git a/MendeleyCXR/images/Darwin_00005824_IM-0033-0001.png b/MendeleyCXR/images/Darwin_00005824_IM-0033-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..24fe9e60419c07a86c7e61d78307f553c54cdd84 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005824_IM-0033-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d9857999f06abac82e1474b1b4e54389dd8a130c6e0ba95a7ff340af93d9827 +size 87409 diff --git a/MendeleyCXR/images/Darwin_00005825_IM-0035-0001.png b/MendeleyCXR/images/Darwin_00005825_IM-0035-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..69d99d18d922481110f558b8cb12400ddcca5e81 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005825_IM-0035-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f49b29d58548b830cdda904d3b680c67725a1d0314091a2afea50cc164934c1 +size 91200 diff --git a/MendeleyCXR/images/Darwin_00005826_IM-0036-0001.png b/MendeleyCXR/images/Darwin_00005826_IM-0036-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..41e763f09cf0544a4da8352fe4609357e4c76ad4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005826_IM-0036-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de9181bd3f55cce056420006d3d8fbd82dad7f03935f1907b6b5f60a28ed880b +size 80029 diff --git a/MendeleyCXR/images/Darwin_00005827_IM-0037-0001.png b/MendeleyCXR/images/Darwin_00005827_IM-0037-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..70ff53e851c8cd3f044bcead1eb4cab72339302e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005827_IM-0037-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a7097c13d90e7457b80344e30728a2186879866588cc4e092dced7c4d6ff2c3 +size 80691 diff --git a/MendeleyCXR/images/Darwin_00005828_IM-0039-0001.png b/MendeleyCXR/images/Darwin_00005828_IM-0039-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5dcdb84c923a76061974a1bd594cc75548d75250 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005828_IM-0039-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d42d6e29a68654f4614da7ee3eac9030c9fbc2eddab1335823692ec26d42f51f +size 90160 diff --git a/MendeleyCXR/images/Darwin_00005829_IM-0041-0001.png b/MendeleyCXR/images/Darwin_00005829_IM-0041-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f36ec55cc4782bd1ed215730f710d4a52c06386d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005829_IM-0041-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cbb19cd537e66d357faba7f7da812e965ea36274c615055e779747833fb4eac +size 84470 diff --git a/MendeleyCXR/images/Darwin_00005830_IM-0043-0001.png b/MendeleyCXR/images/Darwin_00005830_IM-0043-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1a6c82b5cd65754fc62fbe9a617ba8ad5308affa --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005830_IM-0043-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72d65f095f547009a0ed24f5e2996cedca33ea6d02ce7276ccd3c979531ee30d +size 87463 diff --git a/MendeleyCXR/images/Darwin_00005831_IM-0045-0001.png b/MendeleyCXR/images/Darwin_00005831_IM-0045-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..cd23e31d98c677a800d549124ca5ca991a86dbf8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005831_IM-0045-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdfa3f23b981e0d6ccb83bed2c8328360f3bd0deb23c32d9c787f1ec45fa1588 +size 82238 diff --git a/MendeleyCXR/images/Darwin_00005832_IM-0046-0001.png b/MendeleyCXR/images/Darwin_00005832_IM-0046-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b6f97dab6dcc88df3bef9c412e50542c3c26f439 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005832_IM-0046-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbbe08ef8fc9f6df7786742526bcece0bb996409eabc1d8fb9ab9682c0e2dfd6 +size 80750 diff --git a/MendeleyCXR/images/Darwin_00005833_IM-0049-0001.png b/MendeleyCXR/images/Darwin_00005833_IM-0049-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c3f16f4e860b88f8f1dda052b7e2bb17cbd7cd0d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005833_IM-0049-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fd998ef09770e3ea2dc28141788d4313591a8c7e896de14c4400298f46c777c +size 79776 diff --git a/MendeleyCXR/images/Darwin_00005834_IM-0050-0001.png b/MendeleyCXR/images/Darwin_00005834_IM-0050-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..cabc4c8ec28996f8605ee72171f92f4e1c4160db --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005834_IM-0050-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38346f2a7e374b0d63a6f04544afd22ebc863f36d09f79b83f0e3ff296544c02 +size 79283 diff --git a/MendeleyCXR/images/Darwin_00005835_IM-0059-0001.png b/MendeleyCXR/images/Darwin_00005835_IM-0059-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5ad24b87b58ec37852132151d75edd8c13e11a0c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005835_IM-0059-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e39be6b882b57193261a318e132c6227ef775579c5e40e7ee241f96688a38d4 +size 75499 diff --git a/MendeleyCXR/images/Darwin_00005836_IM-0061-0001.png b/MendeleyCXR/images/Darwin_00005836_IM-0061-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..bfcb2742d41f9f0c257d8a574998109eac220218 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005836_IM-0061-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5471837042f4dbd49bbfffa67c2f7f31493a6462f4a3f048c6fc84b539a616e6 +size 79828 diff --git a/MendeleyCXR/images/Darwin_00005837_IM-0063-0001.png b/MendeleyCXR/images/Darwin_00005837_IM-0063-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..35b17fd2bc3fe75e529601df6a17060456ee30b3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005837_IM-0063-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a99352fb77c8f28ce83850188fdd0a629f2bb6f850dc04f868bc85782b8606a2 +size 80510 diff --git a/MendeleyCXR/images/Darwin_00005838_IM-0065-0001.png b/MendeleyCXR/images/Darwin_00005838_IM-0065-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b466c7d6f63de7f4c5ba4bf36bd73990a3750ac2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005838_IM-0065-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d2a5185c7e89e0ee9d41c0bf8a200751ae949eeddd3a76be594fc0e6295b7df +size 87605 diff --git a/MendeleyCXR/images/Darwin_00005839_IM-0067-0001.png b/MendeleyCXR/images/Darwin_00005839_IM-0067-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c21313bbe7ccd995087fdf5ec114d1b2bd090fee --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005839_IM-0067-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55a53dfbe101f2bbda8c0295d30f2f9c158bc8624c6a0747d2811a7f42f69835 +size 78514 diff --git a/MendeleyCXR/images/Darwin_00005840_IM-0069-0001.png b/MendeleyCXR/images/Darwin_00005840_IM-0069-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3e4cc6cf24b8e2ea22655ad59230aa293aa4d4ab --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005840_IM-0069-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ed6df1174e593f9c0c3337ff7dd771c7102f6af1c56fbecab9c2eaa477048b7 +size 77592 diff --git a/MendeleyCXR/images/Darwin_00005841_IM-0070-0001.png b/MendeleyCXR/images/Darwin_00005841_IM-0070-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ce8614c105504f2c036b0b4c258889855943b06b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005841_IM-0070-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0792488cd923f9d68e7b9814f9b4230317f74ef4496df5812260628a2fb9be40 +size 80575 diff --git a/MendeleyCXR/images/Darwin_00005842_IM-0071-0001.png b/MendeleyCXR/images/Darwin_00005842_IM-0071-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6457b8c01e6942f18cbbbade17c39ce42595a21e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005842_IM-0071-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57effee112230ee07e5870503f270539566e2f94c20e1e7c7a8c21b88fbcf2b3 +size 76381 diff --git a/MendeleyCXR/images/Darwin_00005843_IM-0073-0001.png b/MendeleyCXR/images/Darwin_00005843_IM-0073-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3c2354ee7cd750b7777b33bc251c955f5ae28e1f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005843_IM-0073-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00841dbd0ba1c975ca70558ef59843c2a336b88197cbf67b5ddd97374f01aedd +size 74869 diff --git a/MendeleyCXR/images/Darwin_00005844_IM-0075-0001.png b/MendeleyCXR/images/Darwin_00005844_IM-0075-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1bbdb06a970f7bc74938dd8efced478e1f1276df --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005844_IM-0075-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3e2ce94d48ce26c84db99ac4f5324e85fa49cca3c3a6cc372074778b3ad124a +size 72873 diff --git a/MendeleyCXR/images/Darwin_00005845_IM-0077-0001.png b/MendeleyCXR/images/Darwin_00005845_IM-0077-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4b0482877b9e369d524108181b8714c618694ae1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005845_IM-0077-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:390d6e15f7e39b3820e9a44bbb295a8461fdc9fd679509c69a0d8138c048e8ac +size 74138 diff --git a/MendeleyCXR/images/Darwin_00005846_IM-0079-0001.png b/MendeleyCXR/images/Darwin_00005846_IM-0079-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..00d6ec152a152826f7b1d7b15122f8a5b666b33b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005846_IM-0079-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cef9f6b7de35f45bc70ae1ab05a49e674e75fc7e2ee1cf3639d208bf73211d4 +size 75949 diff --git a/MendeleyCXR/images/Darwin_00005847_IM-0081-0001.png b/MendeleyCXR/images/Darwin_00005847_IM-0081-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..40158e735d26515b9f97f9ffdf3a1afa964e8a49 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005847_IM-0081-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d9c2c1cc8281d49fb14f554bb1116ddb51f3b51c770f31b675d9fb193eb3537 +size 74684 diff --git a/MendeleyCXR/images/Darwin_00005848_IM-0083-0001.png b/MendeleyCXR/images/Darwin_00005848_IM-0083-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e742b314d7e47275c7f96abcd51647fd316207d9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005848_IM-0083-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb3ff02a9357f250accf3e4d9492567e38a1594c4b89acc9026ef2fc65c1e7a8 +size 72644 diff --git a/MendeleyCXR/images/Darwin_00005849_IM-0084-0001.png b/MendeleyCXR/images/Darwin_00005849_IM-0084-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e49ba5145f8ec30742ce236c83a2309f2010fa5b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005849_IM-0084-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:705dda13d0bd73d8b827d6595ef82a84d037558fdbc7ad4b178b72f10bab61d0 +size 77848 diff --git a/MendeleyCXR/images/Darwin_00005850_IM-0085-0001.png b/MendeleyCXR/images/Darwin_00005850_IM-0085-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0791e21ad18c2e6674ddecabd763df9a8b036918 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005850_IM-0085-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e77ee224d3353712cfe200dc1e2d47b6db70c197c96cab609bcc7bc0a9e0bff +size 77889 diff --git a/MendeleyCXR/images/Darwin_00005851_IM-0086-0001.png b/MendeleyCXR/images/Darwin_00005851_IM-0086-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..831f386ef2924e5b9fc2c72fc640c4bfbbf2cc17 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005851_IM-0086-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3abb00fa5955457ef80b39e20e1fb310e33365b97cbb2290b6dc61909c4d1dea +size 78772 diff --git a/MendeleyCXR/images/Darwin_00005852_IM-0087-0001.png b/MendeleyCXR/images/Darwin_00005852_IM-0087-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f7b8515f85a7056964a2130f230c215f83eeba8a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005852_IM-0087-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:656e17c2e9f5de405ade43746d13a53f8f2d5b7429366cf93cc8428a3c981b5c +size 80702 diff --git a/MendeleyCXR/images/Darwin_00005853_IM-0089-0001.png b/MendeleyCXR/images/Darwin_00005853_IM-0089-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..07e7ee6c2b148ac35f43c71046fa7985958e79d0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005853_IM-0089-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6404785ae4ef11d9a204237aebd0b19754898af69ead3266c71ea3cf75a3a866 +size 77734 diff --git a/MendeleyCXR/images/Darwin_00005854_IM-0091-0001.png b/MendeleyCXR/images/Darwin_00005854_IM-0091-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9ec96171e63bbd2d0610b6d1d8bb1d177ce697b3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005854_IM-0091-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:688297593ebf16e4a5419ca8812ae8039bbb5594f6c53f374f97c7af5d1e8a56 +size 78662 diff --git a/MendeleyCXR/images/Darwin_00005855_IM-0093-0001.png b/MendeleyCXR/images/Darwin_00005855_IM-0093-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..97e5334905a3809856510bfd958d3ca560120ac5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005855_IM-0093-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1130a8271b865ef48d0fad51d8308ec5250c18774af240059075fcb84ff1157 +size 74875 diff --git a/MendeleyCXR/images/Darwin_00005856_IM-0095-0001.png b/MendeleyCXR/images/Darwin_00005856_IM-0095-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..33df1fae916fe93c48476608da4c968f6ff70cc6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005856_IM-0095-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:554a0ec9f0974a32ad094853fa24cab0236ad5d3622aaa7d8b210221938e9d14 +size 76688 diff --git a/MendeleyCXR/images/Darwin_00005857_IM-0097-0001.png b/MendeleyCXR/images/Darwin_00005857_IM-0097-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0d1540401c36e74a04cb1a4e33c38481d26b1675 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005857_IM-0097-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:141a2f9607932c5a3b0fede843181d5ba810e53e9826f25ae05bed6c87e99f0f +size 75813 diff --git a/MendeleyCXR/images/Darwin_00005858_IM-0099-0001.png b/MendeleyCXR/images/Darwin_00005858_IM-0099-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ae70c5f16a7d5c661e4d5327718eb61d150219ae --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005858_IM-0099-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e720999a523b2c32853a0920ce4383a353be075596677e130c6d5eba2d610286 +size 75242 diff --git a/MendeleyCXR/images/Darwin_00005859_IM-0101-0001.png b/MendeleyCXR/images/Darwin_00005859_IM-0101-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7470e2c010884014c58c60f16869a7a8dada368b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005859_IM-0101-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2c94017ff0474f1a8a39df961f8661362508be85ec7b1290086e7f1a7ba6409 +size 79127 diff --git a/MendeleyCXR/images/Darwin_00005860_IM-0102-0001.png b/MendeleyCXR/images/Darwin_00005860_IM-0102-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ff62ea2813f0ae51dd109d4829c72e841ae489df --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005860_IM-0102-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ff8fed23fc1f94aab27c8a73d69e36b45644104399a5f104175bbac96802673 +size 76850 diff --git a/MendeleyCXR/images/Darwin_00005861_IM-0103-0001.png b/MendeleyCXR/images/Darwin_00005861_IM-0103-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5eeecb8436f4b5559d23db4015819557ad13bc67 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005861_IM-0103-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57f14a3e1c56f868058de0c8c89a2ac2432d255a6a75c3d01b97b6f168292792 +size 77337 diff --git a/MendeleyCXR/images/Darwin_00005862_IM-0105-0001.png b/MendeleyCXR/images/Darwin_00005862_IM-0105-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3fe39e9c5371eae36b0a878ba9eef37a4a6f5c29 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005862_IM-0105-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbb09bbbb5985b6664e38d588646faec32641c0bb19df2d06e681df30bd56ef3 +size 76169 diff --git a/MendeleyCXR/images/Darwin_00005863_IM-0107-0001.png b/MendeleyCXR/images/Darwin_00005863_IM-0107-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d1d0bffb0514300d8992ede7e5eb868d50425788 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005863_IM-0107-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cb5a9d81de32de91f3ffe029d8167248d7ec242b49d6d987811638806ca199f +size 75516 diff --git a/MendeleyCXR/images/Darwin_00005864_IM-0109-0001.png b/MendeleyCXR/images/Darwin_00005864_IM-0109-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c12698822f27adad88da58a7dc5c0ffc43f26549 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005864_IM-0109-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ba083912c837e278c2007d01727c3eca0b950f8ca3e5b00057a2acbbc909788 +size 78661 diff --git a/MendeleyCXR/images/Darwin_00005865_IM-0110-0001.png b/MendeleyCXR/images/Darwin_00005865_IM-0110-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9181ae36cadf240ba4fae877a6c64856d5aae697 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005865_IM-0110-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e6aa1c2e7abe300d1244db1d6f4f20882efbc27df29bdcf2d01ba2d1b334674 +size 76579 diff --git a/MendeleyCXR/images/Darwin_00005866_IM-0111-0001.png b/MendeleyCXR/images/Darwin_00005866_IM-0111-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b83d864419410dcf857f383b06c22751bd2e948c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005866_IM-0111-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7b75cc27f8f99530e42ee325b6caf63c1188a36f29d8c678373e5b1ba3e81af +size 75411 diff --git a/MendeleyCXR/images/Darwin_00005867_NORMAL2-IM-0007-0001.png b/MendeleyCXR/images/Darwin_00005867_NORMAL2-IM-0007-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..61093ddc71835aa414f29d30cc26a9aa7625d9bb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005867_NORMAL2-IM-0007-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b57582e99c8bdbfc67fb07ae28074095f3e944681126d17bb43abfeace82f6e8 +size 71889 diff --git a/MendeleyCXR/images/Darwin_00005868_NORMAL2-IM-0012-0001.png b/MendeleyCXR/images/Darwin_00005868_NORMAL2-IM-0012-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c65c437a23c1799575366f28bf6907f43a2bae0a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005868_NORMAL2-IM-0012-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:985bba4922f50da5607729d53982590f2741eba2274a727a9f3f019e4b7c4e3e +size 77695 diff --git a/MendeleyCXR/images/Darwin_00005869_NORMAL2-IM-0013-0001.png b/MendeleyCXR/images/Darwin_00005869_NORMAL2-IM-0013-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..118eb5c170f2b8f45ba711997751357c97fa888c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005869_NORMAL2-IM-0013-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8b060a993ef86c7abaa514c59420c302e9d490834f62a0ab2e2e0108a26062d +size 67682 diff --git a/MendeleyCXR/images/Darwin_00005870_NORMAL2-IM-0019-0001.png b/MendeleyCXR/images/Darwin_00005870_NORMAL2-IM-0019-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2aae091433314bc7f835f97e1543e7ee5b4cd78d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005870_NORMAL2-IM-0019-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46a2e1ea3e81a84227917f3be3d856b77cfd6571959665a08f36854a210fb8e4 +size 69868 diff --git a/MendeleyCXR/images/Darwin_00005871_NORMAL2-IM-0023-0001.png b/MendeleyCXR/images/Darwin_00005871_NORMAL2-IM-0023-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..11d0c47d38f3a34d67c23fe716e47a7ad4b9ccdc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005871_NORMAL2-IM-0023-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d445ce477c6dcd217d7862068e3f0a1c0f6c2bc950cae1bffe302fd3698c60b +size 67222 diff --git a/MendeleyCXR/images/Darwin_00005872_NORMAL2-IM-0027-0001.png b/MendeleyCXR/images/Darwin_00005872_NORMAL2-IM-0027-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..89dd7c5852fdd67dde88111bdbbac1df58249c4f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005872_NORMAL2-IM-0027-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e03968157b3cc0682f79351c932fe2a0bde48b6102d5de24cd0ed246769cfbfd +size 72892 diff --git a/MendeleyCXR/images/Darwin_00005873_NORMAL2-IM-0028-0001.png b/MendeleyCXR/images/Darwin_00005873_NORMAL2-IM-0028-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..be4c0be0e0027907cdfbb6f8d6587f2b6ae4850a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005873_NORMAL2-IM-0028-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef1688861568f3ff8ea19fdcd66fb80f7777340e812d880b65b8065523ca11a5 +size 74392 diff --git a/MendeleyCXR/images/Darwin_00005874_NORMAL2-IM-0029-0001.png b/MendeleyCXR/images/Darwin_00005874_NORMAL2-IM-0029-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a6f784abc8a0274978e227de971df1f65c137345 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005874_NORMAL2-IM-0029-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67e726f64de89c37b559917e9424fea4fadf2517594a1b1ed30ca1c97b84204a +size 73039 diff --git a/MendeleyCXR/images/Darwin_00005875_NORMAL2-IM-0030-0001.png b/MendeleyCXR/images/Darwin_00005875_NORMAL2-IM-0030-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fe58a3bf6e3accc61b201797ba0727c05e37f037 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005875_NORMAL2-IM-0030-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad2b3647ebdaaad94e9f1bd37b16953a8c87b717ccf384bb3b8ae6e1ebbc447c +size 75438 diff --git a/MendeleyCXR/images/Darwin_00005876_NORMAL2-IM-0033-0001.png b/MendeleyCXR/images/Darwin_00005876_NORMAL2-IM-0033-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d98ab85ac5614acb09b6b987f27cf159b212c524 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005876_NORMAL2-IM-0033-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8046cf8ea4373e95a99e1c9498fef1b913c264b1c60c020f0d67fd8c101d7a7f +size 75698 diff --git a/MendeleyCXR/images/Darwin_00005877_NORMAL2-IM-0035-0001.png b/MendeleyCXR/images/Darwin_00005877_NORMAL2-IM-0035-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a6c2b001752169bcde987eeb3b7593c853c3f283 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005877_NORMAL2-IM-0035-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:812ce6ada183467fb36141134ed5a3930910a813da0802442221d76b651591f9 +size 68797 diff --git a/MendeleyCXR/images/Darwin_00005878_NORMAL2-IM-0041-0001.png b/MendeleyCXR/images/Darwin_00005878_NORMAL2-IM-0041-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3befbb723395f1ff90f86cc1ddfdf75c89640f57 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005878_NORMAL2-IM-0041-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f17563257f81b0f7d78a9d6dd0ded1b66fb47bbb94cea6e0427388616416c631 +size 64384 diff --git a/MendeleyCXR/images/Darwin_00005879_NORMAL2-IM-0045-0001.png b/MendeleyCXR/images/Darwin_00005879_NORMAL2-IM-0045-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b09707794be655682fd82566d2da53cc48a3f576 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005879_NORMAL2-IM-0045-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09fe79303cff792964dcf241b1380707cea8d4f45816f01657d31345389fe162 +size 65718 diff --git a/MendeleyCXR/images/Darwin_00005880_NORMAL2-IM-0051-0001.png b/MendeleyCXR/images/Darwin_00005880_NORMAL2-IM-0051-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..441532a2437cc19766eab15377a32175ae5b85d8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005880_NORMAL2-IM-0051-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed396aa63738ec901e470123ea016a3b67d639749bb7cc34f8b67cf2f9806ddc +size 70034 diff --git a/MendeleyCXR/images/Darwin_00005881_NORMAL2-IM-0052-0001.png b/MendeleyCXR/images/Darwin_00005881_NORMAL2-IM-0052-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..40690cea6f329a3575707008b158a48bd9cd0707 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005881_NORMAL2-IM-0052-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c683883438401ec0a1d7e3fd09b2c236ff50d29cf3e1a9123e3534b116291a8a +size 71893 diff --git a/MendeleyCXR/images/Darwin_00005882_NORMAL2-IM-0058-0001.png b/MendeleyCXR/images/Darwin_00005882_NORMAL2-IM-0058-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1ca2ba89059018f290cf6b357a48371883133be8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005882_NORMAL2-IM-0058-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2278b04f00d04ef61319db91d10338a278266d276b49727566dee53e61c21b0c +size 77093 diff --git a/MendeleyCXR/images/Darwin_00005883_NORMAL2-IM-0059-0001.png b/MendeleyCXR/images/Darwin_00005883_NORMAL2-IM-0059-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..124911c3c78d2338bbd6af91b114cd7e65f58cd0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005883_NORMAL2-IM-0059-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88053522c88b94420d15b29ba0a62c1d7e68e6191263c3e60ed6da0dd886dd13 +size 71940 diff --git a/MendeleyCXR/images/Darwin_00005884_NORMAL2-IM-0060-0001.png b/MendeleyCXR/images/Darwin_00005884_NORMAL2-IM-0060-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..306a78e14c8fa6171640d77746bf3523fdaf4598 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005884_NORMAL2-IM-0060-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0be63c1923640e2a4ccc957b6a56ec7ebc15f886648139c8fab0032e1bb40abb +size 68738 diff --git a/MendeleyCXR/images/Darwin_00005885_NORMAL2-IM-0066-0001.png b/MendeleyCXR/images/Darwin_00005885_NORMAL2-IM-0066-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0fb8fe57eaa482fbcc573f422f4ba09567c3deef --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005885_NORMAL2-IM-0066-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e12b2faf3a7d976b2170635a1209a13c5cc20a6b640fdf0dfdfd11b849162fff +size 72350 diff --git a/MendeleyCXR/images/Darwin_00005886_NORMAL2-IM-0072-0001.png b/MendeleyCXR/images/Darwin_00005886_NORMAL2-IM-0072-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..274c8c8a335d7e4a09f4ac983ed2c925bc0b7a9e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005886_NORMAL2-IM-0072-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc9edb8502c191bd9a1e8023bad543cadc41d88e428601d6729f0183dfe3f098 +size 68807 diff --git a/MendeleyCXR/images/Darwin_00005887_NORMAL2-IM-0073-0001.png b/MendeleyCXR/images/Darwin_00005887_NORMAL2-IM-0073-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..708d616a6ea456f4d25783ef389ece3adebfa33c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005887_NORMAL2-IM-0073-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76d2d585da6e73ca5de3e952a0c03f25305beb09bcd7332eb4cf830cbd2055ba +size 71991 diff --git a/MendeleyCXR/images/Darwin_00005888_NORMAL2-IM-0079-0001.png b/MendeleyCXR/images/Darwin_00005888_NORMAL2-IM-0079-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e11a69aa649d946f1a2d2fd9ad82c4201b1eaf93 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005888_NORMAL2-IM-0079-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45930674503a046b73fd6892cd0b7870d42e947d0d4ae0ab2063ce4945d3fcc3 +size 73590 diff --git a/MendeleyCXR/images/Darwin_00005889_NORMAL2-IM-0081-0001.png b/MendeleyCXR/images/Darwin_00005889_NORMAL2-IM-0081-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3895c655e32bc35ad95d646f279acb0b3cb8ed53 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005889_NORMAL2-IM-0081-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d792c10ccddaaa7b2fdb8e790e57836f930cd90750cb599b09429203a565d9e +size 69549 diff --git a/MendeleyCXR/images/Darwin_00005890_NORMAL2-IM-0086-0001.png b/MendeleyCXR/images/Darwin_00005890_NORMAL2-IM-0086-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b5cb5748d7f79a17661de5cd6d9d23fdcad0f557 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005890_NORMAL2-IM-0086-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91f8058ccbd26edf360d0f7ec74a1df3360662609992c5098a3e649f889dc76a +size 71755 diff --git a/MendeleyCXR/images/Darwin_00005891_NORMAL2-IM-0092-0001.png b/MendeleyCXR/images/Darwin_00005891_NORMAL2-IM-0092-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..cfebb449676fb1d9001a898d4147e9b4c01b2e63 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005891_NORMAL2-IM-0092-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:710dde4b8e33f9382b66f96326cf6ad70f178c5a075cd9b756da2016fcbf4a79 +size 69706 diff --git a/MendeleyCXR/images/Darwin_00005892_NORMAL2-IM-0095-0001.png b/MendeleyCXR/images/Darwin_00005892_NORMAL2-IM-0095-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a7f95309dd63f080fb6ed6541cdcf508b525c4b3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005892_NORMAL2-IM-0095-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d603ff3194a2ffe30347b68ea6bad0293b3d680cf05302f229abb683871a26d +size 63731 diff --git a/MendeleyCXR/images/Darwin_00005894_NORMAL2-IM-0098-0001.png b/MendeleyCXR/images/Darwin_00005894_NORMAL2-IM-0098-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..856114fde10592007fa2ddfbcde107ae159cf38e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005894_NORMAL2-IM-0098-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7fbc5787b4abe93dde2ec417403869ad2d12f9f7875c5f463bd50f97d53d1d7 +size 63022 diff --git a/MendeleyCXR/images/Darwin_00005895_NORMAL2-IM-0102-0001.png b/MendeleyCXR/images/Darwin_00005895_NORMAL2-IM-0102-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d7d189a520026f51f77945bde0cb9321cbb9156e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005895_NORMAL2-IM-0102-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b5ec86f78e54e0489e532d8b53272dfe4d21f204aa268f0d77cc8b6b03bb34d +size 72801 diff --git a/MendeleyCXR/images/Darwin_00005896_NORMAL2-IM-0105-0001.png b/MendeleyCXR/images/Darwin_00005896_NORMAL2-IM-0105-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fdce4feac86c7fd22e38fbf44424b022be365089 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005896_NORMAL2-IM-0105-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93b8a56e5c443182275b3db6153c1c474987867c41a0ef4eeda311b3e046632a +size 72070 diff --git a/MendeleyCXR/images/Darwin_00005897_NORMAL2-IM-0107-0001.png b/MendeleyCXR/images/Darwin_00005897_NORMAL2-IM-0107-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..94fc2cba3ee4651f1f66e7ea343bf4aef39c375f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005897_NORMAL2-IM-0107-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2366005a33b0e533be10d3d8207a60b4c2a98b88c8cf295d853917fa739ae1a +size 68370 diff --git a/MendeleyCXR/images/Darwin_00005898_NORMAL2-IM-0110-0001.png b/MendeleyCXR/images/Darwin_00005898_NORMAL2-IM-0110-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e3854e9b96c0ebf20b3a93913a45c98ec910f995 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005898_NORMAL2-IM-0110-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab03f0bc80cecd2e50f9787c58c61dd4c82cc1dc1875c881f5220842e6ddde2c +size 73324 diff --git a/MendeleyCXR/images/Darwin_00005899_NORMAL2-IM-0111-0001.png b/MendeleyCXR/images/Darwin_00005899_NORMAL2-IM-0111-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ce536df9cedb8004180bfe9216ece7aa74ce61ae --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005899_NORMAL2-IM-0111-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:866439d5f4c056c7caa3ad3496ed89f99c044d1381e1ff63dc5d3ea12354a70c +size 68449 diff --git a/MendeleyCXR/images/Darwin_00005900_NORMAL2-IM-0112-0001.png b/MendeleyCXR/images/Darwin_00005900_NORMAL2-IM-0112-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..cf638e98be985f6d93df92fc5b3e159f9737f970 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005900_NORMAL2-IM-0112-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b88a470529bf18338e49b1ca94c3693ba898474cf111c161182fe68841423714 +size 73569 diff --git a/MendeleyCXR/images/Darwin_00005901_NORMAL2-IM-0117-0001.png b/MendeleyCXR/images/Darwin_00005901_NORMAL2-IM-0117-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..31f8d97270ca295ac450f33f0bdeecd8ef43274c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005901_NORMAL2-IM-0117-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf8d4488efb51a9d38738d6de9d8687e8690d0d260adc04ea78cc25240c42ede +size 68143 diff --git a/MendeleyCXR/images/Darwin_00005902_NORMAL2-IM-0120-0001.png b/MendeleyCXR/images/Darwin_00005902_NORMAL2-IM-0120-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7d2064688e674b9fc0cf9ffccbc7908d1432e188 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005902_NORMAL2-IM-0120-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97abbdfd65e44679ed65aaf0adccec5ee4cf612e80dbf26ea0adae93a75c324c +size 71355 diff --git a/MendeleyCXR/images/Darwin_00005903_NORMAL2-IM-0123-0001.png b/MendeleyCXR/images/Darwin_00005903_NORMAL2-IM-0123-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0409a2b228fc7a9e6c9f731c4328c71966e43726 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005903_NORMAL2-IM-0123-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5b5235d29c5daa3a73baf0b9851b1a2bdb7dbbed27a6350daef0994bb46d960 +size 70668 diff --git a/MendeleyCXR/images/Darwin_00005904_NORMAL2-IM-0129-0001.png b/MendeleyCXR/images/Darwin_00005904_NORMAL2-IM-0129-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..dbd2ee874c565a6931d3efa247685ba9eb335dcd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005904_NORMAL2-IM-0129-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb58b7bb77023d87472d1d86f69f02bbcda624808d44ee1bf4e4a7ab9e668070 +size 71772 diff --git a/MendeleyCXR/images/Darwin_00005905_NORMAL2-IM-0130-0001.png b/MendeleyCXR/images/Darwin_00005905_NORMAL2-IM-0130-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4e3b2effbf1daf7f9eb0166ad804e2976fe04fa1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005905_NORMAL2-IM-0130-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a50e544fab009b2a129fdbc5191e242e20f5bab7cbd08c129cdc0c18153d4ed1 +size 74204 diff --git a/MendeleyCXR/images/Darwin_00005906_NORMAL2-IM-0131-0001.png b/MendeleyCXR/images/Darwin_00005906_NORMAL2-IM-0131-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2f336ecff73cb93c6e1cd7959fc5a4e002b7c9ab --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005906_NORMAL2-IM-0131-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af754a76ffee9ade0f6276f7e75434101920401ecf80868cadda4afb18c91441 +size 69514 diff --git a/MendeleyCXR/images/Darwin_00005907_NORMAL2-IM-0132-0001.png b/MendeleyCXR/images/Darwin_00005907_NORMAL2-IM-0132-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fd8330b7007e832d54bc9a84bb981b4cecb252c2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005907_NORMAL2-IM-0132-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4901d685c066ed71d73b022f07beca6b254f7fa1852431a7b545cb6b460d2d3 +size 68180 diff --git a/MendeleyCXR/images/Darwin_00005908_NORMAL2-IM-0135-0001.png b/MendeleyCXR/images/Darwin_00005908_NORMAL2-IM-0135-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..076d8b74758f377b1d979d6ee891e774e950ec4b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005908_NORMAL2-IM-0135-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b418875e5798dd10c8e750c4a2aff20de0471bc7425badf044253926bc4d479b +size 69403 diff --git a/MendeleyCXR/images/Darwin_00005909_NORMAL2-IM-0139-0001.png b/MendeleyCXR/images/Darwin_00005909_NORMAL2-IM-0139-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d072361b930d11f05ebc15cf6c153fdb248aa3a1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005909_NORMAL2-IM-0139-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05b3687c72dede781a4ce40ecc1cccf7c6807f764a21847dcb198735283e0756 +size 67859 diff --git a/MendeleyCXR/images/Darwin_00005910_NORMAL2-IM-0141-0001.png b/MendeleyCXR/images/Darwin_00005910_NORMAL2-IM-0141-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d0e32530314abee27863c2cc36492a4a0f516b44 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005910_NORMAL2-IM-0141-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f11bba43981a696b380048036baba2f508c8eb26060ae82571e62e5d3dbeaf7 +size 70058 diff --git a/MendeleyCXR/images/Darwin_00005911_NORMAL2-IM-0145-0001.png b/MendeleyCXR/images/Darwin_00005911_NORMAL2-IM-0145-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..edcb9799393b5e8260a1a96cf1c00b9f32b17fe9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005911_NORMAL2-IM-0145-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e495dc2ef5df29a3b4d49a06d76b57c95ee9ec27e31f26cc6d7e700016d62f0 +size 68631 diff --git a/MendeleyCXR/images/Darwin_00005912_NORMAL2-IM-0146-0001.png b/MendeleyCXR/images/Darwin_00005912_NORMAL2-IM-0146-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..90fb202653dd1d21d5fc0f8766b330ed6c9fc8e1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005912_NORMAL2-IM-0146-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46df1f08aef81b465671c125aa9c18b2ee0382fc200ab5c4f862fc28e64f41e7 +size 69342 diff --git a/MendeleyCXR/images/Darwin_00005913_NORMAL2-IM-0150-0001.png b/MendeleyCXR/images/Darwin_00005913_NORMAL2-IM-0150-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..67ca6c8afd01222f2c98d4891c83feb9bc6adcc1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005913_NORMAL2-IM-0150-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ae9363f62d880aeca2b77cbb2e2a2227796d4e81e74fe0abe906df61d24e588 +size 68349 diff --git a/MendeleyCXR/images/Darwin_00005914_NORMAL2-IM-0171-0001.png b/MendeleyCXR/images/Darwin_00005914_NORMAL2-IM-0171-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7350e9614443a91e9e1eccc8ed06e99216b769fb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005914_NORMAL2-IM-0171-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7dcc9fa0e2f5384372aa4717196b9615ca13fe57c90d1dd99a58e6d76ac068d +size 68490 diff --git a/MendeleyCXR/images/Darwin_00005915_NORMAL2-IM-0173-0001-0001.png b/MendeleyCXR/images/Darwin_00005915_NORMAL2-IM-0173-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..992e3e1ce9eee653f88bfb2ef78e82db52b8df1a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005915_NORMAL2-IM-0173-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23687e171ea79f80b189e8303b30711dcc5b12f641d254862f519ef84b9b4443 +size 72890 diff --git a/MendeleyCXR/images/Darwin_00005917_NORMAL2-IM-0195-0001.png b/MendeleyCXR/images/Darwin_00005917_NORMAL2-IM-0195-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..20e68d3a7ce91829f5b9645bcfb278f5795ea855 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005917_NORMAL2-IM-0195-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f0241d7bb76225b92b377018969653817683503d2b3b96b871913cb5d324fec +size 71443 diff --git a/MendeleyCXR/images/Darwin_00005918_NORMAL2-IM-0196-0001.png b/MendeleyCXR/images/Darwin_00005918_NORMAL2-IM-0196-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..16f5c77c7f18ce9d3ff1ebf8c8f0ef38ab780c48 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005918_NORMAL2-IM-0196-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66d6554be77adc1af1c8426a98bb09056e5972313dc306bab6939b3bac090368 +size 72852 diff --git a/MendeleyCXR/images/Darwin_00005919_NORMAL2-IM-0198-0001.png b/MendeleyCXR/images/Darwin_00005919_NORMAL2-IM-0198-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1b3522e52ea305343c3b235a21d259a6bc9afae3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005919_NORMAL2-IM-0198-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b6670a75ec97e078578ad9dcc40dc65d83932e60d5a5454dd7d5ee2b5558e5f +size 79399 diff --git a/MendeleyCXR/images/Darwin_00005920_NORMAL2-IM-0199-0001.png b/MendeleyCXR/images/Darwin_00005920_NORMAL2-IM-0199-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e518c594e9504b17043b095aa0d88fc6ef3cb061 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005920_NORMAL2-IM-0199-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9327027a1f1c095c407d8e7ed17594667758d380e9b53a51ac9fab7d68009826 +size 70503 diff --git a/MendeleyCXR/images/Darwin_00005921_NORMAL2-IM-0201-0001.png b/MendeleyCXR/images/Darwin_00005921_NORMAL2-IM-0201-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..45989c97fb790b8406af766a3ed40311c3a78123 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005921_NORMAL2-IM-0201-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4f8c6bc3b81bf3e78c94ca44e84c121c0b66e7bfdaecd20224040d6ae2c8279 +size 71789 diff --git a/MendeleyCXR/images/Darwin_00005922_NORMAL2-IM-0206-0001.png b/MendeleyCXR/images/Darwin_00005922_NORMAL2-IM-0206-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..899b13873376385122a2a47385fb3819aad9ef1d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005922_NORMAL2-IM-0206-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ae947ae2545f27db9e4a7fa6c62af42394c7c0a17710788e98738b176ad3eee +size 70062 diff --git a/MendeleyCXR/images/Darwin_00005923_NORMAL2-IM-0207-0001.png b/MendeleyCXR/images/Darwin_00005923_NORMAL2-IM-0207-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..08018ecb55292b0344a90906ad52ea9828d5536d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005923_NORMAL2-IM-0207-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:351e48f567346136f0f23d62527ad512d4b0701728f5d1eadb7e7d3dc5b181a1 +size 83944 diff --git a/MendeleyCXR/images/Darwin_00005924_NORMAL2-IM-0210-0001.png b/MendeleyCXR/images/Darwin_00005924_NORMAL2-IM-0210-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fb4e1d9ab18fbda727d07a195aa843b4d52dc862 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005924_NORMAL2-IM-0210-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7a2c538f436d220456c9ff0b1bed2567993c8d9968e1240227ed984a66e17e7 +size 68917 diff --git a/MendeleyCXR/images/Darwin_00005925_NORMAL2-IM-0213-0001.png b/MendeleyCXR/images/Darwin_00005925_NORMAL2-IM-0213-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3811c6ab152b86cfea7a19006be5c1dee9f7782c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005925_NORMAL2-IM-0213-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f8808d60f4e0efd36fab80df74274b10e20f3430fcb2b83d62a106738c1f6d3 +size 73759 diff --git a/MendeleyCXR/images/Darwin_00005926_NORMAL2-IM-0217-0001.png b/MendeleyCXR/images/Darwin_00005926_NORMAL2-IM-0217-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9768c600646bac2b40fae728fd29dbb0c28af3fe --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005926_NORMAL2-IM-0217-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49e7fd94a1a9aefe5a3ce967d0e3e9dd89e3e756a01c2236a7ab5d4374badbeb +size 72556 diff --git a/MendeleyCXR/images/Darwin_00005927_NORMAL2-IM-0219-0001.png b/MendeleyCXR/images/Darwin_00005927_NORMAL2-IM-0219-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e5ea8906621ed56f2767cab4455a730a0cd621b2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005927_NORMAL2-IM-0219-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de8d45adb88e8e48dc910b17ec3d1f212248245782b981cc5785267534cfd332 +size 69228 diff --git a/MendeleyCXR/images/Darwin_00005928_NORMAL2-IM-0221-0001.png b/MendeleyCXR/images/Darwin_00005928_NORMAL2-IM-0221-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b1b9f0156aed62f1b2f4940204a4c29ca8656c84 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005928_NORMAL2-IM-0221-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b3bb96432eb53aec604180110efff57df31f0d7a4c66be824991582de8b14c0 +size 71321 diff --git a/MendeleyCXR/images/Darwin_00005929_NORMAL2-IM-0222-0001.png b/MendeleyCXR/images/Darwin_00005929_NORMAL2-IM-0222-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..759576773196c5ea9a72065ed12b3fc0fa354959 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005929_NORMAL2-IM-0222-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79069ee22272d3fd45cbe8bbfe428b4885ee72361b7a7d01ab3e6780716c468a +size 70257 diff --git a/MendeleyCXR/images/Darwin_00005930_NORMAL2-IM-0229-0001.png b/MendeleyCXR/images/Darwin_00005930_NORMAL2-IM-0229-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0574941f53931ed63e5a4d27705a04e9336b9bf8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005930_NORMAL2-IM-0229-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68c19f15417a868e9c996a70791d47be016f7b24db6173b94d114c8ab8e7c477 +size 72535 diff --git a/MendeleyCXR/images/Darwin_00005931_NORMAL2-IM-0232-0001.png b/MendeleyCXR/images/Darwin_00005931_NORMAL2-IM-0232-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0d170b778bba60d9cf5b4a5db560c87b42d2a9df --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005931_NORMAL2-IM-0232-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a06ee21cfc839b40c36992a2f161d2bfcad9e741eba9fb484e4ce92e3a910f3 +size 65789 diff --git a/MendeleyCXR/images/Darwin_00005932_NORMAL2-IM-0233-0001.png b/MendeleyCXR/images/Darwin_00005932_NORMAL2-IM-0233-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..bf8b28fc674aaf54f1af81d9043da4d46d58ad90 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005932_NORMAL2-IM-0233-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd8142726f9da1b098dab283ee0aa7e357d121821f705b6e2df0830818caf407 +size 70592 diff --git a/MendeleyCXR/images/Darwin_00005933_NORMAL2-IM-0237-0001.png b/MendeleyCXR/images/Darwin_00005933_NORMAL2-IM-0237-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3bc204d9f52cffb3b0312b2986ae764cd5e7415e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005933_NORMAL2-IM-0237-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10dc3a765a4c259d875e895d8899a180c43bde81aed7c36a437ca45b3f71512d +size 71916 diff --git a/MendeleyCXR/images/Darwin_00005934_NORMAL2-IM-0238-0001.png b/MendeleyCXR/images/Darwin_00005934_NORMAL2-IM-0238-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..27e9b157e00e84f6cc31f6ee7357f10396cc96e2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005934_NORMAL2-IM-0238-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67efc868845bb35550ba70096f161c419a8f4ed3a2deee488f81e2ed3cd72a67 +size 70944 diff --git a/MendeleyCXR/images/Darwin_00005935_NORMAL2-IM-0241-0001.png b/MendeleyCXR/images/Darwin_00005935_NORMAL2-IM-0241-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..97c3d84adb8fece046ba1b5d831e9e0a51686142 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005935_NORMAL2-IM-0241-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc7d8efd4dcc936458662e79f3de568b18c7864a0d0bdd65145c00ee8c33d2ee +size 66031 diff --git a/MendeleyCXR/images/Darwin_00005936_NORMAL2-IM-0246-0001-0001.png b/MendeleyCXR/images/Darwin_00005936_NORMAL2-IM-0246-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..822d32428333179c12ad892879a71969cea13592 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005936_NORMAL2-IM-0246-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7e5b02b853bf931671e80eb3eb17f66881487661f181e1c916a50facd767890 +size 74511 diff --git a/MendeleyCXR/images/Darwin_00005938_NORMAL2-IM-0246-0001.png b/MendeleyCXR/images/Darwin_00005938_NORMAL2-IM-0246-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..40afb72b76f8d09e4a731f059ede62f6611299e6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005938_NORMAL2-IM-0246-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1175c340ee3f1f9216651072f99e89b4a106d44309aac4425e33128ff5920702 +size 70679 diff --git a/MendeleyCXR/images/Darwin_00005939_NORMAL2-IM-0249-0001.png b/MendeleyCXR/images/Darwin_00005939_NORMAL2-IM-0249-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5a23ff34ad0ea4d70a97de6f98789351d22998a6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005939_NORMAL2-IM-0249-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09f6a8f85ff97447845ca94f16fd9947fdeade804db9871f2719b987aa123a6f +size 73977 diff --git a/MendeleyCXR/images/Darwin_00005940_NORMAL2-IM-0251-0001.png b/MendeleyCXR/images/Darwin_00005940_NORMAL2-IM-0251-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4e4cb95f8523bc736470f2bafc8d54c80f78c871 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005940_NORMAL2-IM-0251-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df5e2b85502773e787a72fa0078fa51ab07d2cfba677feefd5301326a4f42fd3 +size 77577 diff --git a/MendeleyCXR/images/Darwin_00005941_NORMAL2-IM-0252-0001.png b/MendeleyCXR/images/Darwin_00005941_NORMAL2-IM-0252-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..84aceafe9b970841d5d0023ef0b66f22b336f925 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005941_NORMAL2-IM-0252-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8be6d2d65b3913b45ebe5ae6e6ce7f3678d02e50142f4963482640fdd67bc88a +size 70439 diff --git a/MendeleyCXR/images/Darwin_00005943_NORMAL2-IM-0259-0001.png b/MendeleyCXR/images/Darwin_00005943_NORMAL2-IM-0259-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1a47c77450a0a28b08e77d1d5142cdd3d29bcd15 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005943_NORMAL2-IM-0259-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2f1e333d89c0e52f7d53e92d493f9c9f5842cd29e1a6be2ad6e652cda8f3af0 +size 72801 diff --git a/MendeleyCXR/images/Darwin_00005944_NORMAL2-IM-0267-0001.png b/MendeleyCXR/images/Darwin_00005944_NORMAL2-IM-0267-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c3d89e79dea8ac042406a833cd2dfb83fea502ae --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005944_NORMAL2-IM-0267-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b99c4a00b1f3b76e392e5524cce72c765cfc23679f7d4b88653c5341b261a3dd +size 69538 diff --git a/MendeleyCXR/images/Darwin_00005945_NORMAL2-IM-0271-0001.png b/MendeleyCXR/images/Darwin_00005945_NORMAL2-IM-0271-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5ffadd16116272eef5adcde3951a96f17f28cb22 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005945_NORMAL2-IM-0271-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8543eb7fedc2127c95dc3affad3763d36f82b5c47cc4a56be79e4da461e1e662 +size 77178 diff --git a/MendeleyCXR/images/Darwin_00005946_NORMAL2-IM-0272-0001.png b/MendeleyCXR/images/Darwin_00005946_NORMAL2-IM-0272-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d94b79268e4181b1ef6ab0936aa5e517b338491d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005946_NORMAL2-IM-0272-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8f39fce9e69ef8f0937ff7d37db47bf80cdc311da808c0495f86dcc999bbd9c +size 79755 diff --git a/MendeleyCXR/images/Darwin_00005947_NORMAL2-IM-0273-0001.png b/MendeleyCXR/images/Darwin_00005947_NORMAL2-IM-0273-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a8f57efd439568710f9fbd980d41edeb280c3dfb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005947_NORMAL2-IM-0273-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27d0570f62baffab8161e6d587f41b81fb84b234c1629f8f0a0c5eb6f7ffe41f +size 73447 diff --git a/MendeleyCXR/images/Darwin_00005948_NORMAL2-IM-0274-0001.png b/MendeleyCXR/images/Darwin_00005948_NORMAL2-IM-0274-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..07989cf09b87f54c4ad828883d5026117443f4ac --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005948_NORMAL2-IM-0274-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99c0d9861a144d39353b1e584a461fb293f861fcd2921c548e0c076be228e233 +size 72357 diff --git a/MendeleyCXR/images/Darwin_00005949_NORMAL2-IM-0275-0001.png b/MendeleyCXR/images/Darwin_00005949_NORMAL2-IM-0275-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..614a4b820064e1f91c1934337cd3ad213f429403 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005949_NORMAL2-IM-0275-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:859e994a3d277b87f3c76dfb0a563ddc2257b3c17c0d1f6f2a949638697d05ee +size 77893 diff --git a/MendeleyCXR/images/Darwin_00005950_NORMAL2-IM-0276-0001.png b/MendeleyCXR/images/Darwin_00005950_NORMAL2-IM-0276-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6ada8c8d73c486235cbff38e53afed5bedce0fbf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005950_NORMAL2-IM-0276-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86ed464b22f08277c3029127cd98d9cc01a67e1840e935dfe3ae44d339ddd8ce +size 81714 diff --git a/MendeleyCXR/images/Darwin_00005951_NORMAL2-IM-0277-0001.png b/MendeleyCXR/images/Darwin_00005951_NORMAL2-IM-0277-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4e13b7c96234ea5449285a8b8f56e3fa2664f801 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005951_NORMAL2-IM-0277-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca0c4680559c4fca4c63534019741951dd4831c8cbac3aa851bfb43a74fe9f63 +size 80813 diff --git a/MendeleyCXR/images/Darwin_00005952_NORMAL2-IM-0278-0001.png b/MendeleyCXR/images/Darwin_00005952_NORMAL2-IM-0278-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8bbbad6c638119b52a632994047026a5483bd86a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005952_NORMAL2-IM-0278-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebdc6a032ff944bc786a88f0125eb12fade053681427f89b0fb85b694bc43ea4 +size 78699 diff --git a/MendeleyCXR/images/Darwin_00005953_NORMAL2-IM-0279-0001.png b/MendeleyCXR/images/Darwin_00005953_NORMAL2-IM-0279-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..45cfb7911e8369dace8b1cfc91be03949c7813ff --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005953_NORMAL2-IM-0279-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92148c6cdcc56c82d158f0c7915ccd3e6cc9f8f2dd45c004d9aaa53a4554367d +size 74040 diff --git a/MendeleyCXR/images/Darwin_00005954_NORMAL2-IM-0280-0001.png b/MendeleyCXR/images/Darwin_00005954_NORMAL2-IM-0280-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..aa66d028055edae9ebd2fecf505ad46a52aa5d9e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005954_NORMAL2-IM-0280-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f130eb44db9e8f8b36fb769e5ccbb96df9abad297f3d2bc5dd15ee2101e1e42 +size 78350 diff --git a/MendeleyCXR/images/Darwin_00005955_NORMAL2-IM-0281-0001.png b/MendeleyCXR/images/Darwin_00005955_NORMAL2-IM-0281-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b5f3755beee42f6b19878c882e3e0e0070824058 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005955_NORMAL2-IM-0281-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:542c9ce2648298fb95b2db0afdb8acfc231305d727f84bbcbcc17cf7008620df +size 72306 diff --git a/MendeleyCXR/images/Darwin_00005956_NORMAL2-IM-0282-0001.png b/MendeleyCXR/images/Darwin_00005956_NORMAL2-IM-0282-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c1fb9f6a8c4d955a9bfcb95ac8c21a561e9e0f27 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005956_NORMAL2-IM-0282-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25e8e97a693eda79a2b9f667aa266109d580ca7a5326c0e9dbb1e47b343b675f +size 84414 diff --git a/MendeleyCXR/images/Darwin_00005957_NORMAL2-IM-0283-0001.png b/MendeleyCXR/images/Darwin_00005957_NORMAL2-IM-0283-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c2848658e76f3f4289c237f6aaee4409d433877b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005957_NORMAL2-IM-0283-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d67aa4a05427ae815c228c92be9d18489ee5b210c020ac1de10c5c4e09057318 +size 75362 diff --git a/MendeleyCXR/images/Darwin_00005958_NORMAL2-IM-0285-0001.png b/MendeleyCXR/images/Darwin_00005958_NORMAL2-IM-0285-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d046116f2e97136f8b8df3db746758525aaec8e5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005958_NORMAL2-IM-0285-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e6f613ba9d56b8449cb37899c07fddb84f4bc9066fc46200987f0e6aa786fa5 +size 82251 diff --git a/MendeleyCXR/images/Darwin_00005959_NORMAL2-IM-0286-0001.png b/MendeleyCXR/images/Darwin_00005959_NORMAL2-IM-0286-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2aabe9f3873abb9ccd08d1722ba4877a6c31daf0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005959_NORMAL2-IM-0286-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd146b7f07d09e979a2c1bf97ebe6a99ab188eb88752b32cef77005dca163544 +size 79969 diff --git a/MendeleyCXR/images/Darwin_00005960_NORMAL2-IM-0287-0001.png b/MendeleyCXR/images/Darwin_00005960_NORMAL2-IM-0287-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5f24a1648b02268850c9bd528a7ab5ed70f8b6d4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005960_NORMAL2-IM-0287-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5331e7410a3b8050bf324a0621b463dbe99ca61ac44ba1a13872e444797ee21e +size 73874 diff --git a/MendeleyCXR/images/Darwin_00005961_NORMAL2-IM-0288-0001.png b/MendeleyCXR/images/Darwin_00005961_NORMAL2-IM-0288-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a21da12b1b1dcb679a05e87e7448e016a23d65e1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005961_NORMAL2-IM-0288-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29197b24483e9b1e5ba2163e04186b02044cc4be321a920a31b9e969e19e7788 +size 70197 diff --git a/MendeleyCXR/images/Darwin_00005962_NORMAL2-IM-0289-0001.png b/MendeleyCXR/images/Darwin_00005962_NORMAL2-IM-0289-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b7ecace25bdae811f75175613e3b819dccd246af --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005962_NORMAL2-IM-0289-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d83496aaecd2e169798e220b62c4b37c75d574e2b507e52453f1edb1b6b31ea7 +size 77175 diff --git a/MendeleyCXR/images/Darwin_00005963_NORMAL2-IM-0290-0001.png b/MendeleyCXR/images/Darwin_00005963_NORMAL2-IM-0290-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..39c80cf18946c045819b5afa051ae351b9073f1d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005963_NORMAL2-IM-0290-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:306e30274e70565a7792a9f89a4f96bf7f89bfd8aba3715f9a63febe25bf8fdd +size 79077 diff --git a/MendeleyCXR/images/Darwin_00005964_NORMAL2-IM-0292-0001.png b/MendeleyCXR/images/Darwin_00005964_NORMAL2-IM-0292-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..47628c2761ed496f8576ad6065260ea9149b5d03 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005964_NORMAL2-IM-0292-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5da14315d9089897a4bc20757fec123225015ecb174faafb34d28b4bb7ee52af +size 77991 diff --git a/MendeleyCXR/images/Darwin_00005965_NORMAL2-IM-0294-0001.png b/MendeleyCXR/images/Darwin_00005965_NORMAL2-IM-0294-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..929f46298edbdbac1a578474a36824319357d8fc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005965_NORMAL2-IM-0294-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecd520fa738c91aa31bcc07f31a8014ad35a292ca68b76d3d5539fcd13e6c094 +size 76401 diff --git a/MendeleyCXR/images/Darwin_00005966_NORMAL2-IM-0297-0001.png b/MendeleyCXR/images/Darwin_00005966_NORMAL2-IM-0297-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..be2b1d66472eea4175662baa48f13c8ab5d1dff2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005966_NORMAL2-IM-0297-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:459e1aa24d7241a67a368a656d21d1c0e52952fca949fcfd0e5825e4caaed1a4 +size 75780 diff --git a/MendeleyCXR/images/Darwin_00005967_NORMAL2-IM-0300-0001.png b/MendeleyCXR/images/Darwin_00005967_NORMAL2-IM-0300-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0f599d18d47382f5c842ea7d658484dabe94cd6a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005967_NORMAL2-IM-0300-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d19a2ca236e78d9366fb460f6114542101ab63bfe39350319e25a0ad0c9a1662 +size 80226 diff --git a/MendeleyCXR/images/Darwin_00005968_NORMAL2-IM-0301-0001.png b/MendeleyCXR/images/Darwin_00005968_NORMAL2-IM-0301-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2d240a9c9ba900bf37eff61aeb8ea5577749a687 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005968_NORMAL2-IM-0301-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:473361df445c0943f02e9f2a2380ca2156148c3f49b13c472f244dd37198d693 +size 70846 diff --git a/MendeleyCXR/images/Darwin_00005969_NORMAL2-IM-0302-0001.png b/MendeleyCXR/images/Darwin_00005969_NORMAL2-IM-0302-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1e7e00c1008918691e064b609ac62e8ccbec20da --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005969_NORMAL2-IM-0302-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f64cc3503b682f802b7494ba89e978f564db3d3f10441a89247dc1ae1fe0e66 +size 81072 diff --git a/MendeleyCXR/images/Darwin_00005970_NORMAL2-IM-0303-0001.png b/MendeleyCXR/images/Darwin_00005970_NORMAL2-IM-0303-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..506ebae8463222caeee5df674d8a2b0886d99220 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005970_NORMAL2-IM-0303-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:735cb9965eff211a6262cee74723063dddd5ff79cb49e9fa3d823f5bd2d98023 +size 74035 diff --git a/MendeleyCXR/images/Darwin_00005971_NORMAL2-IM-0304-0001.png b/MendeleyCXR/images/Darwin_00005971_NORMAL2-IM-0304-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ce1dc00e48170d43b4bc87b0000baeb6fa190489 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005971_NORMAL2-IM-0304-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76bfa575ad1df51098db84de1b807c961b8de326ac4a1d55a8c093cc91979057 +size 71859 diff --git a/MendeleyCXR/images/Darwin_00005972_NORMAL2-IM-0305-0001.png b/MendeleyCXR/images/Darwin_00005972_NORMAL2-IM-0305-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9969497b7ec7405f3977455ef26b064b6f69eda2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005972_NORMAL2-IM-0305-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:381d55aa460d37f3329fcbe182ec14b8a3dff27606f7d97a39d6471b9205ae38 +size 77316 diff --git a/MendeleyCXR/images/Darwin_00005973_NORMAL2-IM-0307-0001.png b/MendeleyCXR/images/Darwin_00005973_NORMAL2-IM-0307-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..91399cf54d2942203326ce4f7b9a44b36dd7991a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005973_NORMAL2-IM-0307-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0321aa3800b358b5cda2d38d61a5dd1098a5f3da929f9dbd81c6ee996a3db46e +size 77336 diff --git a/MendeleyCXR/images/Darwin_00005974_NORMAL2-IM-0309-0001.png b/MendeleyCXR/images/Darwin_00005974_NORMAL2-IM-0309-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..51913f87ce8c44b245d37b203e8a68af987010d9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005974_NORMAL2-IM-0309-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11a3f6ffc99c5e209dd66096e5461587ccad9ee8379b217b1d23547e6ca27fef +size 79170 diff --git a/MendeleyCXR/images/Darwin_00005975_NORMAL2-IM-0310-0001.png b/MendeleyCXR/images/Darwin_00005975_NORMAL2-IM-0310-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6e1390cbbaef9dcf8f46ee7a67e947074a6c8c4c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005975_NORMAL2-IM-0310-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a852132749002787dc6d57fe0bda68c1e803cd98976dd4b732148b78256dc86 +size 76558 diff --git a/MendeleyCXR/images/Darwin_00005976_NORMAL2-IM-0311-0001.png b/MendeleyCXR/images/Darwin_00005976_NORMAL2-IM-0311-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8cc4531c28e3e7d41a2ae1adc3fc5eb9e43eac57 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005976_NORMAL2-IM-0311-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a821015861fb636122b844befe8ddc21664c32dd716cd3d81eccc9d4145db36d +size 75808 diff --git a/MendeleyCXR/images/Darwin_00005977_NORMAL2-IM-0312-0001.png b/MendeleyCXR/images/Darwin_00005977_NORMAL2-IM-0312-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8f216ca53522be9a96fe23c9a707d69635fd0c8d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005977_NORMAL2-IM-0312-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87c786e24fd47ad32740e03a47080a356ab367a2e7f6d9cacab2d48b8894f7a0 +size 80265 diff --git a/MendeleyCXR/images/Darwin_00005978_NORMAL2-IM-0313-0001.png b/MendeleyCXR/images/Darwin_00005978_NORMAL2-IM-0313-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4f2ab8883ad5db9cb43b4500da07e30a97ffd8f4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005978_NORMAL2-IM-0313-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c21fe32bc639ee716b686dc2fd022b2f2029ddf2bcfc5a12705fd7f27bc6566 +size 73377 diff --git a/MendeleyCXR/images/Darwin_00005979_NORMAL2-IM-0315-0001.png b/MendeleyCXR/images/Darwin_00005979_NORMAL2-IM-0315-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b66f1b260dc39037351332565abb613b44b9b22c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005979_NORMAL2-IM-0315-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ff9482a7ed3a1ae462d17298127e773aa3ba3c7e08be91e163793e8884e2ecb +size 72335 diff --git a/MendeleyCXR/images/Darwin_00005980_NORMAL2-IM-0316-0001.png b/MendeleyCXR/images/Darwin_00005980_NORMAL2-IM-0316-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..820e451745cc78779499218ed86275ddb5f3f874 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005980_NORMAL2-IM-0316-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:413006a9b58ecc06c24b538ba7a71e6430a59b1f1b5c958d2486cabcc38c1ec2 +size 73234 diff --git a/MendeleyCXR/images/Darwin_00005981_NORMAL2-IM-0317-0001.png b/MendeleyCXR/images/Darwin_00005981_NORMAL2-IM-0317-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5508aa2aa02d4fdc370ac13874aa30fec0cc31b5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005981_NORMAL2-IM-0317-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26f18554f51056af8bc61676aa9c768adb14529fd85373f9660eac17981a21f0 +size 78020 diff --git a/MendeleyCXR/images/Darwin_00005982_NORMAL2-IM-0319-0001.png b/MendeleyCXR/images/Darwin_00005982_NORMAL2-IM-0319-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a22c8836074a4be44f10f8f33c5399a6dc2f4c34 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005982_NORMAL2-IM-0319-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:068751306b932ab811c809ff73319e44f8ef9a75089dfab5bf7641e49b8d6407 +size 75977 diff --git a/MendeleyCXR/images/Darwin_00005983_NORMAL2-IM-0321-0001.png b/MendeleyCXR/images/Darwin_00005983_NORMAL2-IM-0321-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6d2275dfa21e213b59156ea0d277d2de86009430 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005983_NORMAL2-IM-0321-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f7a8eb706548194dce507fe053bcd5937b87e49181f89184c43068f2fe34dc2 +size 71485 diff --git a/MendeleyCXR/images/Darwin_00005984_NORMAL2-IM-0322-0001.png b/MendeleyCXR/images/Darwin_00005984_NORMAL2-IM-0322-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c9de8d67110069a77c22f8695f598b75c99804fa --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005984_NORMAL2-IM-0322-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e40ea2c733eb0d56cf226679dd063d06eb84ff64d9f4cee64109541291890216 +size 76691 diff --git a/MendeleyCXR/images/Darwin_00005985_NORMAL2-IM-0323-0001.png b/MendeleyCXR/images/Darwin_00005985_NORMAL2-IM-0323-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..198c2c7159eec12c951b48f9a3c94d742aaae568 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005985_NORMAL2-IM-0323-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64bccbb2acac79ed27e7b20fd927604a8fddfdbffe875ca03d62e800358c17bf +size 77049 diff --git a/MendeleyCXR/images/Darwin_00005986_NORMAL2-IM-0325-0001.png b/MendeleyCXR/images/Darwin_00005986_NORMAL2-IM-0325-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fa7016cdb611b3f29e51aa3a88b25564eb58a2bd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005986_NORMAL2-IM-0325-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3e0e1c6612d63793fea2f02deee6cc93b5fa36c9fd319ce22bef054bd773453 +size 71312 diff --git a/MendeleyCXR/images/Darwin_00005987_NORMAL2-IM-0326-0001.png b/MendeleyCXR/images/Darwin_00005987_NORMAL2-IM-0326-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..353409449a523e31adf7c069692394b725a20cd3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005987_NORMAL2-IM-0326-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7e7973bfa72e082ea3f7c436915fc9a8718edee41a70c7209487206369c2bb1 +size 74275 diff --git a/MendeleyCXR/images/Darwin_00005988_NORMAL2-IM-0327-0001.png b/MendeleyCXR/images/Darwin_00005988_NORMAL2-IM-0327-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0b77d451e79f6ea4bb0ebaa9b0f1a5a46580330a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005988_NORMAL2-IM-0327-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:612f9517676be17b3a527b1d4c16dc1c9919a4ec14ef588a40b7f427e05ffca0 +size 75120 diff --git a/MendeleyCXR/images/Darwin_00005989_NORMAL2-IM-0328-0001.png b/MendeleyCXR/images/Darwin_00005989_NORMAL2-IM-0328-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9e3ca26b820539f44bb9003559648e2ff1e7df68 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005989_NORMAL2-IM-0328-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c69558a82bc3215e60f23c59e298a89750784437019cdbc87ed10d459d728258 +size 80206 diff --git a/MendeleyCXR/images/Darwin_00005990_NORMAL2-IM-0329-0001.png b/MendeleyCXR/images/Darwin_00005990_NORMAL2-IM-0329-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e7aa982eb21866596ab4be296ddb6dd3c6522024 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005990_NORMAL2-IM-0329-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:268f18f0037ba108166437c39f506082301346ab2cce6bc4743ceb511aa04bcb +size 80675 diff --git a/MendeleyCXR/images/Darwin_00005991_NORMAL2-IM-0330-0001.png b/MendeleyCXR/images/Darwin_00005991_NORMAL2-IM-0330-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7905d3ed700ffff22656af2a81b0cc36bc81879e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005991_NORMAL2-IM-0330-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fb0646b17681ec00a1fae9e1bfe872032b87ed38211a37ae5999bad7bae3b29 +size 76901 diff --git a/MendeleyCXR/images/Darwin_00005992_NORMAL2-IM-0331-0001.png b/MendeleyCXR/images/Darwin_00005992_NORMAL2-IM-0331-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6543e341096f35a83c9e13e63e33ec05cbc8fcb7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005992_NORMAL2-IM-0331-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d1dafd8466ad8639459c9f7b4f28308ef469c69b6adff470eb1ff83eb476357 +size 77767 diff --git a/MendeleyCXR/images/Darwin_00005993_NORMAL2-IM-0332-0001.png b/MendeleyCXR/images/Darwin_00005993_NORMAL2-IM-0332-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e0f20f0a1ea492cc4c7fd5803d3d4735b6efd55b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005993_NORMAL2-IM-0332-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb9d47b77e4107cdd9bf5bc3995dd7c6c3ebaac304126d1adc2bfe7159578e2c +size 80379 diff --git a/MendeleyCXR/images/Darwin_00005994_NORMAL2-IM-0333-0001.png b/MendeleyCXR/images/Darwin_00005994_NORMAL2-IM-0333-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f0210a55194c1667d601b032d32663a10c754421 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005994_NORMAL2-IM-0333-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba9f961aef156d81b93154b6e5fcf601f408e7b074fc8434a2c8d5fce75d6a0a +size 76134 diff --git a/MendeleyCXR/images/Darwin_00005995_NORMAL2-IM-0335-0001.png b/MendeleyCXR/images/Darwin_00005995_NORMAL2-IM-0335-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b3a42b4a383764731553120a84528fe32feacf77 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005995_NORMAL2-IM-0335-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5519b6dcf0a69341b21af5c97265626925ae9ae6a70e57da101905c8dd961b1a +size 79125 diff --git a/MendeleyCXR/images/Darwin_00005996_NORMAL2-IM-0336-0001.png b/MendeleyCXR/images/Darwin_00005996_NORMAL2-IM-0336-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..572ad176f0086ff280c7b86f5ca8cdf4a1e82027 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005996_NORMAL2-IM-0336-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67ea46f43f77fcd18b1bdb22a435ee899585052ca345c1e4cb12a09f73ccefc0 +size 71490 diff --git a/MendeleyCXR/images/Darwin_00005997_NORMAL2-IM-0337-0001.png b/MendeleyCXR/images/Darwin_00005997_NORMAL2-IM-0337-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d9bb2dc100766fc0f3760664f6c7f8bf85e2ac30 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005997_NORMAL2-IM-0337-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60c8f8eeadae3e7f6e337c8ff663c1298f93c5a3e33da6cb1829439f1b97223b +size 68656 diff --git a/MendeleyCXR/images/Darwin_00005998_NORMAL2-IM-0338-0001.png b/MendeleyCXR/images/Darwin_00005998_NORMAL2-IM-0338-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..34f4b82cd581142d55ee976f4c28e26ad07e68ba --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005998_NORMAL2-IM-0338-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:439008a6cd8bff32234ad7d96ced508a2029e8fb87413cc97624967b1d42047a +size 74950 diff --git a/MendeleyCXR/images/Darwin_00005999_NORMAL2-IM-0339-0001.png b/MendeleyCXR/images/Darwin_00005999_NORMAL2-IM-0339-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7cae10bcf0790cef9313aa091c142c672af399ea --- /dev/null +++ b/MendeleyCXR/images/Darwin_00005999_NORMAL2-IM-0339-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0961f0bbef214e3d61fd7cc8962526be42ca393092febe77121bac5cb9cd4ab5 +size 75241 diff --git a/MendeleyCXR/images/Darwin_00006000_NORMAL2-IM-0340-0001.png b/MendeleyCXR/images/Darwin_00006000_NORMAL2-IM-0340-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ca11b59aab1a2c28eab82013285ea07c805ea4a1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006000_NORMAL2-IM-0340-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7485a9c342f5e57c62ff24feb5b08080ab791552399384d8faaf0aeccf756e70 +size 70723 diff --git a/MendeleyCXR/images/Darwin_00006001_NORMAL2-IM-0341-0001.png b/MendeleyCXR/images/Darwin_00006001_NORMAL2-IM-0341-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..820bbd96c065b678a0300d8f0287a96fd4884986 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006001_NORMAL2-IM-0341-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da4266c14374d4fc3209dd1335f4429b452935ed632b20750a414448d384b2b3 +size 82420 diff --git a/MendeleyCXR/images/Darwin_00006002_NORMAL2-IM-0343-0001.png b/MendeleyCXR/images/Darwin_00006002_NORMAL2-IM-0343-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fe100add267598e8e2ca5fbaa1adc0d079c1cbd5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006002_NORMAL2-IM-0343-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60ab58480592be491aeb3c4869a7a713d6fa6e24d49919079da4327114aa9fb4 +size 70561 diff --git a/MendeleyCXR/images/Darwin_00006003_NORMAL2-IM-0345-0001.png b/MendeleyCXR/images/Darwin_00006003_NORMAL2-IM-0345-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7e9b1fefdd0c9627155ce623b541d5bcd1e61f8a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006003_NORMAL2-IM-0345-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67e06f5be24e05ff36786208e81aa93a63c79283f4dd181001d1d8b8f9d2bd1e +size 81965 diff --git a/MendeleyCXR/images/Darwin_00006004_NORMAL2-IM-0346-0001.png b/MendeleyCXR/images/Darwin_00006004_NORMAL2-IM-0346-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ba38ff30d25244d651baefd401c5e90e73159c71 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006004_NORMAL2-IM-0346-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:073fb61f31823d19385ae88bcccdc93fc28b68986392dc47bccef5e94fe325ff +size 75923 diff --git a/MendeleyCXR/images/Darwin_00006005_NORMAL2-IM-0347-0001.png b/MendeleyCXR/images/Darwin_00006005_NORMAL2-IM-0347-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b3aab17e9305cf67757bd3e0774a72836611cd0f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006005_NORMAL2-IM-0347-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:339d31c02d4d4a1d2e317a34d98484a9ad60af1a104e8bd6839735b3d827a53f +size 78980 diff --git a/MendeleyCXR/images/Darwin_00006006_NORMAL2-IM-0348-0001.png b/MendeleyCXR/images/Darwin_00006006_NORMAL2-IM-0348-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d9130657f83266a6fbc8cc034d8f31feb18fd133 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006006_NORMAL2-IM-0348-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c10a19d1d97919fec5c1f73bb30426eccb807f23db2a1eb372e84cb73be30e0f +size 79671 diff --git a/MendeleyCXR/images/Darwin_00006007_NORMAL2-IM-0349-0001.png b/MendeleyCXR/images/Darwin_00006007_NORMAL2-IM-0349-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3b3fe94e9afa2bfaec591fe9926645f48e0d8545 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006007_NORMAL2-IM-0349-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2da3faf6fbea4ee8a605829d3a87e0778b598149f5e8167e91fe6e7dc9c2c952 +size 76227 diff --git a/MendeleyCXR/images/Darwin_00006008_NORMAL2-IM-0350-0001.png b/MendeleyCXR/images/Darwin_00006008_NORMAL2-IM-0350-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d252d62753a4059d4846530d9a36966dd3048b70 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006008_NORMAL2-IM-0350-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f0272d910ec0c8f1a373dd7a462b6786b1c734617adec748fffbfb4d399784f +size 74780 diff --git a/MendeleyCXR/images/Darwin_00006009_NORMAL2-IM-0351-0001.png b/MendeleyCXR/images/Darwin_00006009_NORMAL2-IM-0351-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ce972ea21c7e3afdf752669c77dabb82a79f98e6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006009_NORMAL2-IM-0351-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:111cd1f249569c99dab2949bb70d647e3d2e226c8535d3e5761d27e4465caa1a +size 73761 diff --git a/MendeleyCXR/images/Darwin_00006010_NORMAL2-IM-0352-0001.png b/MendeleyCXR/images/Darwin_00006010_NORMAL2-IM-0352-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1c8a2e215d660f73ae2619d9385de26ef8883c1f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006010_NORMAL2-IM-0352-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65a5c6c39bb7b4aa2ed19df78b39b42bc522d7948cde8a2609398a659d89990f +size 76617 diff --git a/MendeleyCXR/images/Darwin_00006011_NORMAL2-IM-0353-0001.png b/MendeleyCXR/images/Darwin_00006011_NORMAL2-IM-0353-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9979c4f6880c968159fcbc848dbbb40be2576880 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006011_NORMAL2-IM-0353-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:500f5c1a1bafc5866deb3186dba8123aaf48559cbe080cbee0d58ec5926164bd +size 76785 diff --git a/MendeleyCXR/images/Darwin_00006012_NORMAL2-IM-0354-0001.png b/MendeleyCXR/images/Darwin_00006012_NORMAL2-IM-0354-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c1cb8993a54ed79216d10f9f0b7b399946d68310 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006012_NORMAL2-IM-0354-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04a5a8294bba402d0ad9bcfa826aa7e14552efe59daa774dd4a3e009f6046f79 +size 73625 diff --git a/MendeleyCXR/images/Darwin_00006013_NORMAL2-IM-0357-0001.png b/MendeleyCXR/images/Darwin_00006013_NORMAL2-IM-0357-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5077be6268f4bcc07b25331e82aea648c2fc6e91 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006013_NORMAL2-IM-0357-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ead9983599f77b83cf391a7363e88ed34a1c52995f58b045bc835abf78161507 +size 71905 diff --git a/MendeleyCXR/images/Darwin_00006014_NORMAL2-IM-0359-0001.png b/MendeleyCXR/images/Darwin_00006014_NORMAL2-IM-0359-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..df1467d210b5c08d006fba70ae6c6484e0bd9ed4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006014_NORMAL2-IM-0359-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9633b99d68836abe04987f9322f32412227d1337663f156a4f189ff08d703928 +size 83190 diff --git a/MendeleyCXR/images/Darwin_00006015_NORMAL2-IM-0360-0001.png b/MendeleyCXR/images/Darwin_00006015_NORMAL2-IM-0360-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c797c6e36ba393e0ba3998c1e9c1271e2d2a723e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006015_NORMAL2-IM-0360-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64c4a7dc30640d42f1ffaeb5d6f96750dbc343ff219d0cac9ef6f9e03f66e006 +size 78279 diff --git a/MendeleyCXR/images/Darwin_00006016_NORMAL2-IM-0361-0001.png b/MendeleyCXR/images/Darwin_00006016_NORMAL2-IM-0361-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..74fb5d516eaa7451c32cac2fd9a6b4e543a88fa2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006016_NORMAL2-IM-0361-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac37b18accf04da9548b76478fe127f7492144694a58651d4e3fe82d93ff87b6 +size 78264 diff --git a/MendeleyCXR/images/Darwin_00006017_NORMAL2-IM-0362-0001.png b/MendeleyCXR/images/Darwin_00006017_NORMAL2-IM-0362-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..769c80d5684b9d92c54393cb273ad486a57acc2b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006017_NORMAL2-IM-0362-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5a38abfea4d77e6437addc662e623161a45a29aa612dbd43632ffadecfdd2b9 +size 75594 diff --git a/MendeleyCXR/images/Darwin_00006018_NORMAL2-IM-0364-0001.png b/MendeleyCXR/images/Darwin_00006018_NORMAL2-IM-0364-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..91104d64a4ce37d58fe9e5fb205762737e744df8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006018_NORMAL2-IM-0364-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c6ad8cbcc98223bfde84be2dcc1ebb54e309ed4c2f8556adae2b789a673d8cc +size 71111 diff --git a/MendeleyCXR/images/Darwin_00006019_NORMAL2-IM-0366-0001.png b/MendeleyCXR/images/Darwin_00006019_NORMAL2-IM-0366-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..912e363cb4f7ab3190cf64104d209f82ebfcba4f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006019_NORMAL2-IM-0366-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bd9cf97a5603745400e86484439fa1528482243b36262796c0967d3a3d59525 +size 73485 diff --git a/MendeleyCXR/images/Darwin_00006020_NORMAL2-IM-0368-0001.png b/MendeleyCXR/images/Darwin_00006020_NORMAL2-IM-0368-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..82100bd56f91d5a4a383b957dbb8935f755d997c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006020_NORMAL2-IM-0368-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39e5007454fc74ffa1676fb8ed42fcbb9517f095e25146a33d0165ffbcf796c3 +size 76436 diff --git a/MendeleyCXR/images/Darwin_00006021_NORMAL2-IM-0369-0001.png b/MendeleyCXR/images/Darwin_00006021_NORMAL2-IM-0369-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b29b53f22033953334535541b8158a35ef4ba051 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006021_NORMAL2-IM-0369-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45b8d5dac131591f9b18386bff38eee6f913031aea5b90692673b8e74bfd5985 +size 74688 diff --git a/MendeleyCXR/images/Darwin_00006022_NORMAL2-IM-0370-0001.png b/MendeleyCXR/images/Darwin_00006022_NORMAL2-IM-0370-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2f4431b51a9ebfbabc4fe8ade0b92932c68f8ebb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006022_NORMAL2-IM-0370-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f62f906adc22949ece4035cbc185860009d070b57fa18ae31a76a93bd674c581 +size 79479 diff --git a/MendeleyCXR/images/Darwin_00006023_NORMAL2-IM-0372-0001.png b/MendeleyCXR/images/Darwin_00006023_NORMAL2-IM-0372-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b0519a8aec5c2350a3cdd70c36d2439c24fe02c3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006023_NORMAL2-IM-0372-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41008559e58d726bee98683e9d71d54932e2ca54a7a98004af5171679e8b8ec4 +size 71363 diff --git a/MendeleyCXR/images/Darwin_00006024_NORMAL2-IM-0373-0001.png b/MendeleyCXR/images/Darwin_00006024_NORMAL2-IM-0373-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5c18a0fc48316e0fdcc6881613591fe9d25a7601 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006024_NORMAL2-IM-0373-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12d423e833c2f7b5201196f429f54592b35b5641aea8e10d6c9358c40493e988 +size 79713 diff --git a/MendeleyCXR/images/Darwin_00006025_NORMAL2-IM-0374-0001-0001.png b/MendeleyCXR/images/Darwin_00006025_NORMAL2-IM-0374-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ef79e382c636c89e7353fc1a04f2bb3e1ca1f244 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006025_NORMAL2-IM-0374-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbd0d9334885a5abc628a1e0549ccab53904da2d4f5a6431fae90d6d6865a6f4 +size 77668 diff --git a/MendeleyCXR/images/Darwin_00006026_NORMAL2-IM-0374-0001-0002.png b/MendeleyCXR/images/Darwin_00006026_NORMAL2-IM-0374-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..f78379f109f2ffe328a5c462396c13ba53f65649 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006026_NORMAL2-IM-0374-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73133c894a0852b9dabb597612fc8d9339a577ab38d24a19e0ed6a4a9245d4ca +size 73778 diff --git a/MendeleyCXR/images/Darwin_00006027_NORMAL2-IM-0374-0001.png b/MendeleyCXR/images/Darwin_00006027_NORMAL2-IM-0374-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..999be25e311396b5028eb480488b8cd5c52070e1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006027_NORMAL2-IM-0374-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca891a084eba40e99e95ff8655763cccdf08574b438657be95e6d99ebc5b818c +size 72378 diff --git a/MendeleyCXR/images/Darwin_00006028_NORMAL2-IM-0376-0001.png b/MendeleyCXR/images/Darwin_00006028_NORMAL2-IM-0376-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..959f5c214c2ee6ba75cd1d136f77682bcc69f02e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006028_NORMAL2-IM-0376-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5987dfed141c224b2db7eed07f1e9462249787f79bd95d420137a87cff97839f +size 70889 diff --git a/MendeleyCXR/images/Darwin_00006029_NORMAL2-IM-0378-0001.png b/MendeleyCXR/images/Darwin_00006029_NORMAL2-IM-0378-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2c37d800839e8b180579228c8e9da7419f447eeb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006029_NORMAL2-IM-0378-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0414c2bee0c5a3a2c2440987c1625a2b4e4516a55d7b006a4ec4e8d81730ff73 +size 72300 diff --git a/MendeleyCXR/images/Darwin_00006030_NORMAL2-IM-0380-0001.png b/MendeleyCXR/images/Darwin_00006030_NORMAL2-IM-0380-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8fe6e2b2a8e7ca9c9cb1a8fedc238890375609d6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006030_NORMAL2-IM-0380-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06ffce3f4af6991ce421a870a1639817c0e7a7e4ccaf5197b5198210d3b98f2f +size 76970 diff --git a/MendeleyCXR/images/Darwin_00006031_NORMAL2-IM-0381-0001.png b/MendeleyCXR/images/Darwin_00006031_NORMAL2-IM-0381-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..39cbb1f9d2415c7732377a8d95a4c3a41c305c3a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006031_NORMAL2-IM-0381-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38e5dd0d20c76b62151d7636c46690eadeb58eebd1bfe6d201d1bcc3584748c0 +size 78728 diff --git a/MendeleyCXR/images/Darwin_00006032_person1946_bacteria_4874.png b/MendeleyCXR/images/Darwin_00006032_person1946_bacteria_4874.png new file mode 100644 index 0000000000000000000000000000000000000000..13cd93d36e1e39a635e0ffe403ca443ae10e6215 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006032_person1946_bacteria_4874.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b6c3983f3e97895d0b03d4e737c86edf6e16c5059bd14da5ce054b8dd4ae238 +size 73815 diff --git a/MendeleyCXR/images/Darwin_00006033_person1946_bacteria_4875.png b/MendeleyCXR/images/Darwin_00006033_person1946_bacteria_4875.png new file mode 100644 index 0000000000000000000000000000000000000000..c09f3fe51d6055399df045d5d0b80d1df96a2147 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006033_person1946_bacteria_4875.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef0b81960318e2cd3677787824d1b1f4b2a3398b7cc54cec7ec3d9730bf8127a +size 69601 diff --git a/MendeleyCXR/images/Darwin_00006034_person1947_bacteria_4876.png b/MendeleyCXR/images/Darwin_00006034_person1947_bacteria_4876.png new file mode 100644 index 0000000000000000000000000000000000000000..3d8fb8c2c7a1358a57ec1d8e17bf235d4e1246a3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006034_person1947_bacteria_4876.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaaab66818252bd3e671b3d3aa42a05441f2a098a9341c990dcea8c9fc4b7dc0 +size 69384 diff --git a/MendeleyCXR/images/Darwin_00006035_person1949_bacteria_4880.png b/MendeleyCXR/images/Darwin_00006035_person1949_bacteria_4880.png new file mode 100644 index 0000000000000000000000000000000000000000..51e7e81468a70f3c781e03b270d3a46c0ea9edb9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006035_person1949_bacteria_4880.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f6df2c94aaff8bf7a56a92c74bc70144abe05ec6c12f5683f4f6fb280c507f7 +size 71533 diff --git a/MendeleyCXR/images/Darwin_00006036_person1950_bacteria_4881.png b/MendeleyCXR/images/Darwin_00006036_person1950_bacteria_4881.png new file mode 100644 index 0000000000000000000000000000000000000000..a2b12b63717136a58e260b4c420db399ace81b4f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006036_person1950_bacteria_4881.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e64d0d247e8dcd4b6449f659bee063281ad9f5fe8182a58000298262aef0a07b +size 72029 diff --git a/MendeleyCXR/images/Darwin_00006037_person1951_bacteria_4882.png b/MendeleyCXR/images/Darwin_00006037_person1951_bacteria_4882.png new file mode 100644 index 0000000000000000000000000000000000000000..e9b9116150f6f015af85e06a14b36348a0d2a25c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006037_person1951_bacteria_4882.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a6984cae1a7ddbeb8e9af481cabca052a24f934a93373684387b00f976fe180 +size 66762 diff --git a/MendeleyCXR/images/Darwin_00006038_person1952_bacteria_4883.png b/MendeleyCXR/images/Darwin_00006038_person1952_bacteria_4883.png new file mode 100644 index 0000000000000000000000000000000000000000..cb6154d106f58d7437eab1ba1fa83db886909b0d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006038_person1952_bacteria_4883.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51e2dd8e7b2e924327d8e93b01278a911e5cfe3e93a09b5d13f18bfac21fc4de +size 70568 diff --git a/MendeleyCXR/images/Darwin_00006039_person1954_bacteria_4886.png b/MendeleyCXR/images/Darwin_00006039_person1954_bacteria_4886.png new file mode 100644 index 0000000000000000000000000000000000000000..614578019b0665b32fb8ce0410565202c10cabcd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006039_person1954_bacteria_4886.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf130153bd7801888ce26b8029f214eef4db10962215ff6f8e7156038630a967 +size 61925 diff --git a/MendeleyCXR/images/Darwin_00006042_person78_bacteria_381.png b/MendeleyCXR/images/Darwin_00006042_person78_bacteria_381.png new file mode 100644 index 0000000000000000000000000000000000000000..38e78505cf1ec0d281e3b39d5f33866cc7bc0a28 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006042_person78_bacteria_381.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b31c740c10881541f891f53a32d76a2b757db385aaeac62612df04aa5b2c7a9 +size 68751 diff --git a/MendeleyCXR/images/Darwin_00006043_person78_bacteria_382.png b/MendeleyCXR/images/Darwin_00006043_person78_bacteria_382.png new file mode 100644 index 0000000000000000000000000000000000000000..d35e5866bff0c822b0153dfc6ad9b270d84e7fdd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006043_person78_bacteria_382.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80fdbcb42b8df4243a1c653aa84e9de094242a25d56a03a95568e645adc8ab22 +size 70874 diff --git a/MendeleyCXR/images/Darwin_00006045_person78_bacteria_385.png b/MendeleyCXR/images/Darwin_00006045_person78_bacteria_385.png new file mode 100644 index 0000000000000000000000000000000000000000..d98ca2ceeffe111d23c5b6bd440b706af14212ca --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006045_person78_bacteria_385.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c29de1159dde5bf819e94b5da71449b14715abdf26ca73dcd83e83cdec5056f1 +size 76272 diff --git a/MendeleyCXR/images/Darwin_00006047_person78_bacteria_387.png b/MendeleyCXR/images/Darwin_00006047_person78_bacteria_387.png new file mode 100644 index 0000000000000000000000000000000000000000..bef62d7169c39803d590d90a9221d6deace0b063 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006047_person78_bacteria_387.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b243ca7de3273563736441bb8e5ca8feb047183bfe07968292f0794cde2d97d +size 67130 diff --git a/MendeleyCXR/images/Darwin_00006048_person80_bacteria_389.png b/MendeleyCXR/images/Darwin_00006048_person80_bacteria_389.png new file mode 100644 index 0000000000000000000000000000000000000000..97b7fb92837894d1865701736ac1819e7539ce4c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006048_person80_bacteria_389.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd457a65aeaef6c67c56c47af9827baab9f2beb137d2fb506d40632f5d2e0f71 +size 67378 diff --git a/MendeleyCXR/images/Darwin_00006049_person80_bacteria_390.png b/MendeleyCXR/images/Darwin_00006049_person80_bacteria_390.png new file mode 100644 index 0000000000000000000000000000000000000000..716ca03593a8f4bd9f524d24ac3d15852950a58f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006049_person80_bacteria_390.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68769cc9a7015f6d02124ef6e6be2e65b166b4cb1ff64b6f8199ff98c28e1269 +size 74345 diff --git a/MendeleyCXR/images/Darwin_00006050_person80_bacteria_391.png b/MendeleyCXR/images/Darwin_00006050_person80_bacteria_391.png new file mode 100644 index 0000000000000000000000000000000000000000..b4ebbd1615e38b59e164b99a1c1cb6b4e1f2e9c7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006050_person80_bacteria_391.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d160937145d7d62e5aae00b2a71aa714ab71a12a64f56c67763ed21ecc065da6 +size 73947 diff --git a/MendeleyCXR/images/Darwin_00006051_person80_bacteria_392.png b/MendeleyCXR/images/Darwin_00006051_person80_bacteria_392.png new file mode 100644 index 0000000000000000000000000000000000000000..3f39c5f1191229a69467528781246576babd28cb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006051_person80_bacteria_392.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faf1f18b47851da94d82df46ca57b8a7d29b303a05a7ed3ba5a88829abf59a88 +size 77079 diff --git a/MendeleyCXR/images/Darwin_00006052_person80_bacteria_393.png b/MendeleyCXR/images/Darwin_00006052_person80_bacteria_393.png new file mode 100644 index 0000000000000000000000000000000000000000..294fbeb3d359cf8f1ada6c33eb1c25c17d74db27 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006052_person80_bacteria_393.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0424f1f232dcc7dc455a770d0f3efe344f9700b0d26036c442e5f58e9422eaa +size 72803 diff --git a/MendeleyCXR/images/Darwin_00006053_person81_bacteria_395.png b/MendeleyCXR/images/Darwin_00006053_person81_bacteria_395.png new file mode 100644 index 0000000000000000000000000000000000000000..235a3c99c59106d73dfc6b00b79477acd5c5b2d8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006053_person81_bacteria_395.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:628a4d85e0eafbbdc85de75ee04e788ce0fa480a0ce9b01bd26e63718afa901e +size 67478 diff --git a/MendeleyCXR/images/Darwin_00006056_person81_bacteria_398.png b/MendeleyCXR/images/Darwin_00006056_person81_bacteria_398.png new file mode 100644 index 0000000000000000000000000000000000000000..8b20f021835411af43d787c715ddc1782a9e144c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006056_person81_bacteria_398.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3970b79cd507600d43e917b615cc61094f4e05f1b42b09445633f8cbb7619ff +size 65895 diff --git a/MendeleyCXR/images/Darwin_00006057_person82_bacteria_402.png b/MendeleyCXR/images/Darwin_00006057_person82_bacteria_402.png new file mode 100644 index 0000000000000000000000000000000000000000..e00bd0cbd4fbba3ae409c2732c390f61d1776aba --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006057_person82_bacteria_402.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dcb72ad7d97898707a068109d8cf0b36b94090c60821bf91d6cd0584b02ee5d +size 68481 diff --git a/MendeleyCXR/images/Darwin_00006060_person82_bacteria_405.png b/MendeleyCXR/images/Darwin_00006060_person82_bacteria_405.png new file mode 100644 index 0000000000000000000000000000000000000000..6cf8805a8d46b4c75447157dcd66fde96b116d10 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006060_person82_bacteria_405.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c857d3ddbfbce66aa3b4bf75dab2464387c45cacfd5d6e4fd7f8bd14a2ffe6e3 +size 70714 diff --git a/MendeleyCXR/images/Darwin_00006061_person83_bacteria_407.png b/MendeleyCXR/images/Darwin_00006061_person83_bacteria_407.png new file mode 100644 index 0000000000000000000000000000000000000000..78cac25ca16bff64eaa931a5061c2ce56bf82caa --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006061_person83_bacteria_407.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38990ae59ba570b617facbcbd2b6ad3d195e37f3144512ac927fd5bf09576270 +size 76192 diff --git a/MendeleyCXR/images/Darwin_00006062_person83_bacteria_409.png b/MendeleyCXR/images/Darwin_00006062_person83_bacteria_409.png new file mode 100644 index 0000000000000000000000000000000000000000..8d3c7fd68708fbb18a20c9567dc3ae747a5d6939 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006062_person83_bacteria_409.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a23399a937b3c5c1c79320583f078271457a8195399a028d4ad80210b41bfb6 +size 71828 diff --git a/MendeleyCXR/images/Darwin_00006063_person83_bacteria_410.png b/MendeleyCXR/images/Darwin_00006063_person83_bacteria_410.png new file mode 100644 index 0000000000000000000000000000000000000000..1ec123e491e5e7180551d9c2460aba54bd3ec882 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006063_person83_bacteria_410.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:865a6ec1d56ff78ff4b52b4826a2434faf441183d698f600e9b2a55f9265ae45 +size 67429 diff --git a/MendeleyCXR/images/Darwin_00006064_person83_bacteria_411.png b/MendeleyCXR/images/Darwin_00006064_person83_bacteria_411.png new file mode 100644 index 0000000000000000000000000000000000000000..9bd69877be04b554adcb22c677ba3f028d99ccfa --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006064_person83_bacteria_411.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7df1a081204a543e6ff2580273d4e4d2938bd174b0062731f35a5871198a7b1f +size 72348 diff --git a/MendeleyCXR/images/Darwin_00006065_person83_bacteria_412.png b/MendeleyCXR/images/Darwin_00006065_person83_bacteria_412.png new file mode 100644 index 0000000000000000000000000000000000000000..36d5cb5431f1ed9871e32b4e663b102f009eb495 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006065_person83_bacteria_412.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74df2c0b088038797c62c1e5ffd47741770a897fc967168487fb9b0c1b9eb402 +size 65483 diff --git a/MendeleyCXR/images/Darwin_00006066_person83_bacteria_414.png b/MendeleyCXR/images/Darwin_00006066_person83_bacteria_414.png new file mode 100644 index 0000000000000000000000000000000000000000..d0e1fd981b8b756a1c284fa4f419766ec335fcdc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006066_person83_bacteria_414.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abf502ba6434b8f5e1e5a90a5714e6f34aa0c5ce5297b29829ce2dc11a336f07 +size 79986 diff --git a/MendeleyCXR/images/Darwin_00006067_person85_bacteria_417.png b/MendeleyCXR/images/Darwin_00006067_person85_bacteria_417.png new file mode 100644 index 0000000000000000000000000000000000000000..f84143c907a97967442a427cd993b879d2eb6bc0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006067_person85_bacteria_417.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e5d5b5d26ba321398ecb76dfb307261129c9bf7e2175d9a681f0ab13bed6aae +size 69087 diff --git a/MendeleyCXR/images/Darwin_00006068_person85_bacteria_419.png b/MendeleyCXR/images/Darwin_00006068_person85_bacteria_419.png new file mode 100644 index 0000000000000000000000000000000000000000..7cfb53b15fa9428b041f504c9505c92ac2800a3c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006068_person85_bacteria_419.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5ae97509fb6ae448bf19246c6f5bccf39e8b308e88168939965f1b2882bf05b +size 75437 diff --git a/MendeleyCXR/images/Darwin_00006069_person85_bacteria_421.png b/MendeleyCXR/images/Darwin_00006069_person85_bacteria_421.png new file mode 100644 index 0000000000000000000000000000000000000000..2ace65e09fb9a2bd211fca7dbf35e2e7ac4ef768 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006069_person85_bacteria_421.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fc701f3f958760dade7d714e3adca4d60a809a5ce9d3022839bc291aac41889 +size 67061 diff --git a/MendeleyCXR/images/Darwin_00006072_person85_bacteria_424.png b/MendeleyCXR/images/Darwin_00006072_person85_bacteria_424.png new file mode 100644 index 0000000000000000000000000000000000000000..4e85d8d7b533b15803944b5dfdff5e276fe413fe --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006072_person85_bacteria_424.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30ef94462d04a4057eacbb9d6956f6219a1dd648928ed9bdecbefe89dbe68309 +size 65049 diff --git a/MendeleyCXR/images/Darwin_00006073_person86_bacteria_428.png b/MendeleyCXR/images/Darwin_00006073_person86_bacteria_428.png new file mode 100644 index 0000000000000000000000000000000000000000..43627cf6f110d6dfb938dcc0eba325ef4ace0932 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006073_person86_bacteria_428.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3eaeb0b0c0ca1820012e3e765f37d88a8d112028c67bd906389d49d7649442f +size 71030 diff --git a/MendeleyCXR/images/Darwin_00006074_person86_bacteria_429.png b/MendeleyCXR/images/Darwin_00006074_person86_bacteria_429.png new file mode 100644 index 0000000000000000000000000000000000000000..756b5f4d5bd61e3c05598d2fa8a7ebc4e2dc35a9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006074_person86_bacteria_429.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1cd37c8af800b65c1a924def00e85c9f0bb4a272c32a65f5a50ae8e085ccdf5 +size 67009 diff --git a/MendeleyCXR/images/Darwin_00006075_person87_bacteria_433.png b/MendeleyCXR/images/Darwin_00006075_person87_bacteria_433.png new file mode 100644 index 0000000000000000000000000000000000000000..65f7498f3f5555f0368c566544c35778d87245d0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006075_person87_bacteria_433.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b5a77e7ac6ead5b7b40095477b0969359774dfd7e3907afc77628ed8ebc6cac +size 69790 diff --git a/MendeleyCXR/images/Darwin_00006076_person87_bacteria_434.png b/MendeleyCXR/images/Darwin_00006076_person87_bacteria_434.png new file mode 100644 index 0000000000000000000000000000000000000000..de918bdd439bff418455cb4af4a943d976cec394 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006076_person87_bacteria_434.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:842e9957922aa11b80320912bb052b3f02b1b14efa7215047540f93c71ed47ed +size 71894 diff --git a/MendeleyCXR/images/Darwin_00006077_person88_bacteria_437.png b/MendeleyCXR/images/Darwin_00006077_person88_bacteria_437.png new file mode 100644 index 0000000000000000000000000000000000000000..c878f25efb3f273900090acab5ab79586613b9f0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006077_person88_bacteria_437.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c062b829ef1c08cdd362cc00e844ebfdfa227da1b037cd4007b6b062ea964c2c +size 71051 diff --git a/MendeleyCXR/images/Darwin_00006078_person88_bacteria_438.png b/MendeleyCXR/images/Darwin_00006078_person88_bacteria_438.png new file mode 100644 index 0000000000000000000000000000000000000000..f1f0a10e72a1a4087a9c13694a754cf297d827e2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006078_person88_bacteria_438.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28a601be6c3309903aefa5a28f71f33f35f0ece68e9121792883a28e1eff527a +size 68602 diff --git a/MendeleyCXR/images/Darwin_00006079_person88_bacteria_439.png b/MendeleyCXR/images/Darwin_00006079_person88_bacteria_439.png new file mode 100644 index 0000000000000000000000000000000000000000..900b087c778869d0e7b34748fbbf7729e34bf278 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006079_person88_bacteria_439.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20cc78849205328ed2ae6a7375306552d7d6b8059a33b983a09028ae71d75246 +size 67876 diff --git a/MendeleyCXR/images/Darwin_00006080_person89_bacteria_440.png b/MendeleyCXR/images/Darwin_00006080_person89_bacteria_440.png new file mode 100644 index 0000000000000000000000000000000000000000..4657f0c4d849e1cb802f972cbbb3ed343ad6edd9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006080_person89_bacteria_440.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2703064b52ed5758571420c171e87d7ce2545701b57c649526baf890606566c5 +size 72668 diff --git a/MendeleyCXR/images/Darwin_00006081_person90_bacteria_442.png b/MendeleyCXR/images/Darwin_00006081_person90_bacteria_442.png new file mode 100644 index 0000000000000000000000000000000000000000..def694866d7135cc98c0143e6dfd2a9f5dd3fc42 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006081_person90_bacteria_442.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:167116ff0c23e7399188f4d0d0914634c84fa5b937974a73744379e229800795 +size 68458 diff --git a/MendeleyCXR/images/Darwin_00006082_person90_bacteria_443.png b/MendeleyCXR/images/Darwin_00006082_person90_bacteria_443.png new file mode 100644 index 0000000000000000000000000000000000000000..95a63c8de2646cefe5044d6c4a794fb1ae237307 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006082_person90_bacteria_443.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d74eed8751058387df3fad92d9e9fb9ef6c8ad0c159b9a2bffb213b70726a4e +size 76519 diff --git a/MendeleyCXR/images/Darwin_00006083_person91_bacteria_445.png b/MendeleyCXR/images/Darwin_00006083_person91_bacteria_445.png new file mode 100644 index 0000000000000000000000000000000000000000..2eb534fd929b7a6131f96f6d4202979661b912dc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006083_person91_bacteria_445.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d8bb5d2b82b1b31bce4e42832c08908e11e9a6b0dc845d2ebe2b73c8c1af18c +size 76411 diff --git a/MendeleyCXR/images/Darwin_00006084_person91_bacteria_446.png b/MendeleyCXR/images/Darwin_00006084_person91_bacteria_446.png new file mode 100644 index 0000000000000000000000000000000000000000..b53e25154058d775a2cccf7a69965ee63358ebeb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006084_person91_bacteria_446.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed048b89afaa60ac1c7d3dddf5495fd69c267291fdeb8764e6f500d45d86c115 +size 68921 diff --git a/MendeleyCXR/images/Darwin_00006085_person91_bacteria_447.png b/MendeleyCXR/images/Darwin_00006085_person91_bacteria_447.png new file mode 100644 index 0000000000000000000000000000000000000000..3316f0279b1e27924b60827531d1cd6a6274e956 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006085_person91_bacteria_447.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4871dbc50d94ff87edd93b82a727296324154d23cf729c89b2ddd13283932fd +size 76211 diff --git a/MendeleyCXR/images/Darwin_00006086_person91_bacteria_448.png b/MendeleyCXR/images/Darwin_00006086_person91_bacteria_448.png new file mode 100644 index 0000000000000000000000000000000000000000..871b55de4674d9795112ee96cab9916468a5afba --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006086_person91_bacteria_448.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:587cd4c1ca9e76a6f0ee1c483f9aa2e5389b76e0faaa4458c49d192a1199d3f2 +size 70032 diff --git a/MendeleyCXR/images/Darwin_00006087_person91_bacteria_449.png b/MendeleyCXR/images/Darwin_00006087_person91_bacteria_449.png new file mode 100644 index 0000000000000000000000000000000000000000..7c77f497b38a116b6bdc5660ad08765f3048f04c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006087_person91_bacteria_449.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73cdc72bff810da9744f2a71347423215a09dbb6ac7ffbbec40e6cbd4a098950 +size 78784 diff --git a/MendeleyCXR/images/Darwin_00006088_person92_bacteria_450.png b/MendeleyCXR/images/Darwin_00006088_person92_bacteria_450.png new file mode 100644 index 0000000000000000000000000000000000000000..a01b5fe6aa3fbba968c019911f05f6f8b1c71941 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006088_person92_bacteria_450.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b66b03dfe2fa5c4f6681a575dc7524df32638ae9ae2ff0e3df4ce6502a958916 +size 72485 diff --git a/MendeleyCXR/images/Darwin_00006089_person92_bacteria_451.png b/MendeleyCXR/images/Darwin_00006089_person92_bacteria_451.png new file mode 100644 index 0000000000000000000000000000000000000000..381939ee9c87dd7f489ae1f33447dd92f8624e14 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006089_person92_bacteria_451.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d0d86c1cebbec5894980e35e5acb5adc69f5fa62f06cc180821135ce7c470e2 +size 68871 diff --git a/MendeleyCXR/images/Darwin_00006090_person93_bacteria_453.png b/MendeleyCXR/images/Darwin_00006090_person93_bacteria_453.png new file mode 100644 index 0000000000000000000000000000000000000000..57d95a9b38fab017b11fbd0518ea0d05a70c9540 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006090_person93_bacteria_453.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e537ccdf117dd6626c6e27eaf9771e556eeb22bd8e8a1d2f793fdf659df8f251 +size 70160 diff --git a/MendeleyCXR/images/Darwin_00006091_person93_bacteria_454.png b/MendeleyCXR/images/Darwin_00006091_person93_bacteria_454.png new file mode 100644 index 0000000000000000000000000000000000000000..d64221083c647facd661c3a380ca16a0056122f5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006091_person93_bacteria_454.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02918ae8b0d21ebdbe60def06470677aee5585b906e6a0fe58afa82b719a77f0 +size 71441 diff --git a/MendeleyCXR/images/Darwin_00006092_person94_bacteria_456.png b/MendeleyCXR/images/Darwin_00006092_person94_bacteria_456.png new file mode 100644 index 0000000000000000000000000000000000000000..66980fb8c37b874042f830f0f0d47cffac187d1f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006092_person94_bacteria_456.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b54231724c855f959344e03577b9a5f8e1a5f81c7f5a413a1cf1d3b0a02a0ce +size 74918 diff --git a/MendeleyCXR/images/Darwin_00006093_person94_bacteria_457.png b/MendeleyCXR/images/Darwin_00006093_person94_bacteria_457.png new file mode 100644 index 0000000000000000000000000000000000000000..8f094f0bc61f2f23d97339b4a9e1a5410b78758c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006093_person94_bacteria_457.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29b878af0256a0766dea096bb3c6c43a14534b70bbceb8632140c6ff59b28d1e +size 72106 diff --git a/MendeleyCXR/images/Darwin_00006094_person94_bacteria_458.png b/MendeleyCXR/images/Darwin_00006094_person94_bacteria_458.png new file mode 100644 index 0000000000000000000000000000000000000000..dc8e1f716d56a15d5361e333bc1ce2fc6b1de830 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006094_person94_bacteria_458.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:113c0890a68afe36066f52fdb2c55d343359c4331175f508a7fbed4e1df6edf4 +size 69387 diff --git a/MendeleyCXR/images/Darwin_00006095_person95_bacteria_463.png b/MendeleyCXR/images/Darwin_00006095_person95_bacteria_463.png new file mode 100644 index 0000000000000000000000000000000000000000..c4cf211d040df1ac6fe3fa538a332bb859d0d9c2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006095_person95_bacteria_463.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a5c43e66a18e2189694d84a23351387b1c7e30b045633831c1a53c6ec30f3b2 +size 72534 diff --git a/MendeleyCXR/images/Darwin_00006096_person96_bacteria_464.png b/MendeleyCXR/images/Darwin_00006096_person96_bacteria_464.png new file mode 100644 index 0000000000000000000000000000000000000000..aaeca10cdd702567d2fb62a92a5f1dcfeb87a3cf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006096_person96_bacteria_464.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3560592d0910639056556eb5f07d3fdc971033dda598fbb9ba52de50e509778 +size 70357 diff --git a/MendeleyCXR/images/Darwin_00006097_person96_bacteria_465.png b/MendeleyCXR/images/Darwin_00006097_person96_bacteria_465.png new file mode 100644 index 0000000000000000000000000000000000000000..3e63d04d10161d105e619dd5ce293c9152d7145a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006097_person96_bacteria_465.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:638b335539d9a0938fe1d3fde26d8b805008178713441eac4c9faf6f8b7a20c4 +size 70506 diff --git a/MendeleyCXR/images/Darwin_00006098_person96_bacteria_466.png b/MendeleyCXR/images/Darwin_00006098_person96_bacteria_466.png new file mode 100644 index 0000000000000000000000000000000000000000..9d5165ef06ccebc119e69da9f34f4487a78d4e51 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006098_person96_bacteria_466.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d34e7c51ffcff62f680322441719915190dff40ba0158bb9e3724d7f678c1b5 +size 69884 diff --git a/MendeleyCXR/images/Darwin_00006099_person97_bacteria_468.png b/MendeleyCXR/images/Darwin_00006099_person97_bacteria_468.png new file mode 100644 index 0000000000000000000000000000000000000000..1725f3cacb133844c89661c7a3404cfe0b59888a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006099_person97_bacteria_468.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:352b2708f0e8bf3e6eea59d2eeca1ca2b0fa4c07fca25f40f82facc70fa81e52 +size 64529 diff --git a/MendeleyCXR/images/Darwin_00006100_person99_bacteria_473.png b/MendeleyCXR/images/Darwin_00006100_person99_bacteria_473.png new file mode 100644 index 0000000000000000000000000000000000000000..5a69dc9e1b1f3a835607f171dcfd7d3de1d7173b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006100_person99_bacteria_473.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6e36f6704188b1b44517523123f36218e2cb99f5be82028ad33f53a50a127b8 +size 73331 diff --git a/MendeleyCXR/images/Darwin_00006101_person99_bacteria_474.png b/MendeleyCXR/images/Darwin_00006101_person99_bacteria_474.png new file mode 100644 index 0000000000000000000000000000000000000000..0d8dd3e540f6d5c82cefdf69ba645962fa1177ef --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006101_person99_bacteria_474.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da9261a07ef443520736c1dc75acf25a3ecf830b8702a25707f75758f5897b73 +size 75827 diff --git a/MendeleyCXR/images/Darwin_00006102_person100_bacteria_475.png b/MendeleyCXR/images/Darwin_00006102_person100_bacteria_475.png new file mode 100644 index 0000000000000000000000000000000000000000..b4a0b92881829388f7cc95e0a59db09db52f1916 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006102_person100_bacteria_475.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc09cde2e93190e62fbd9b87c52b8195b406763f8688b7007d8c73de94b506ad +size 75810 diff --git a/MendeleyCXR/images/Darwin_00006103_person100_bacteria_477.png b/MendeleyCXR/images/Darwin_00006103_person100_bacteria_477.png new file mode 100644 index 0000000000000000000000000000000000000000..8134afc2aef7dc5f9b24199aa2671054da2f5d74 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006103_person100_bacteria_477.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0023aab44175a1a1fcf83f216a350e9dc6984d178844b3763e4a29642a97a94 +size 72594 diff --git a/MendeleyCXR/images/Darwin_00006104_person100_bacteria_478.png b/MendeleyCXR/images/Darwin_00006104_person100_bacteria_478.png new file mode 100644 index 0000000000000000000000000000000000000000..666711d2af7db8b3651f30d772b01556abb27dbf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006104_person100_bacteria_478.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffd2bcceee8301acd986ad356e7996da175a3b3912fbf4351007d732fccd744b +size 72733 diff --git a/MendeleyCXR/images/Darwin_00006105_person100_bacteria_479.png b/MendeleyCXR/images/Darwin_00006105_person100_bacteria_479.png new file mode 100644 index 0000000000000000000000000000000000000000..7301fa7af68d1c3d532e6807f0b12ec23cb9d075 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006105_person100_bacteria_479.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b1c170e3d96766efea2c58bb4b089794c9c9ab0a128a4894c0b2db3701209bb +size 70845 diff --git a/MendeleyCXR/images/Darwin_00006106_person100_bacteria_480.png b/MendeleyCXR/images/Darwin_00006106_person100_bacteria_480.png new file mode 100644 index 0000000000000000000000000000000000000000..e601445adf3975868559cd0cc1aa20f3315cae53 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006106_person100_bacteria_480.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8f0d99166021ff8e6ff1bc167e5fc40cc4dc50473f736b1987d25819d39127b +size 73280 diff --git a/MendeleyCXR/images/Darwin_00006107_person100_bacteria_481.png b/MendeleyCXR/images/Darwin_00006107_person100_bacteria_481.png new file mode 100644 index 0000000000000000000000000000000000000000..efb46b727fbf5f94bb0346bffbd1852ad6e2d441 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006107_person100_bacteria_481.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ca083b1f559c3fd3086a9bb5176ac9aad10fda7f77fe7ee44176ecfcbeabe31 +size 68863 diff --git a/MendeleyCXR/images/Darwin_00006108_person100_bacteria_482.png b/MendeleyCXR/images/Darwin_00006108_person100_bacteria_482.png new file mode 100644 index 0000000000000000000000000000000000000000..d5b903295168a9ec0b81ee878a82d9447ae4d104 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006108_person100_bacteria_482.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baff2772d53df78fbfe44a334893dbac2de71c86d2156a3e3d7f9678bf5455f3 +size 66995 diff --git a/MendeleyCXR/images/Darwin_00006109_person101_bacteria_483.png b/MendeleyCXR/images/Darwin_00006109_person101_bacteria_483.png new file mode 100644 index 0000000000000000000000000000000000000000..0677f63d3600eb20abb5b77e9c7fd7c8f0a97bf5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006109_person101_bacteria_483.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a76e09d12e2998e2561065483d7bdf269b8ed1b7d695cce0718a8d50eb91776a +size 64654 diff --git a/MendeleyCXR/images/Darwin_00006110_person101_bacteria_484.png b/MendeleyCXR/images/Darwin_00006110_person101_bacteria_484.png new file mode 100644 index 0000000000000000000000000000000000000000..a40342dd18bea2be76a842bf6733e96537acc661 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006110_person101_bacteria_484.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99e573220b5fab5fd620e74c1e16764ec1571ad83b0a2e83b46db6a6c86f1f68 +size 76785 diff --git a/MendeleyCXR/images/Darwin_00006111_person101_bacteria_485.png b/MendeleyCXR/images/Darwin_00006111_person101_bacteria_485.png new file mode 100644 index 0000000000000000000000000000000000000000..cff34cc67b2c0e8a8100e20cd97dd06d5b956f72 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006111_person101_bacteria_485.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0adcccd0047020dc11018fceb93f0809f42c5bcbf41d0d2751fff060d75e4742 +size 71933 diff --git a/MendeleyCXR/images/Darwin_00006112_person101_bacteria_486.png b/MendeleyCXR/images/Darwin_00006112_person101_bacteria_486.png new file mode 100644 index 0000000000000000000000000000000000000000..8c1f9826e80ca7459a60f61be0bd795d0976aafe --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006112_person101_bacteria_486.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caa9e2947ebccede09fd4e990e2359ffa710faaa01a6c9aa9e0b9aca616970cd +size 68930 diff --git a/MendeleyCXR/images/Darwin_00006113_person102_bacteria_487.png b/MendeleyCXR/images/Darwin_00006113_person102_bacteria_487.png new file mode 100644 index 0000000000000000000000000000000000000000..08dbf30d333e6244fa9eb90c341948cbba4bc183 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006113_person102_bacteria_487.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5187d295156799bfea423f1bb36b13557cc8c5fc37258c765d5abe051272002 +size 68694 diff --git a/MendeleyCXR/images/Darwin_00006114_person103_bacteria_488.png b/MendeleyCXR/images/Darwin_00006114_person103_bacteria_488.png new file mode 100644 index 0000000000000000000000000000000000000000..8a0e814a2b679bb048435282c2c9bda092a9b779 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006114_person103_bacteria_488.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4ec5b3aae4436b59156ea46fdcabf49120972e4822db80810fd182df472776e +size 68476 diff --git a/MendeleyCXR/images/Darwin_00006115_person103_bacteria_489.png b/MendeleyCXR/images/Darwin_00006115_person103_bacteria_489.png new file mode 100644 index 0000000000000000000000000000000000000000..b88f6e3f252ffc161b6b4dc089a5a861a50cab38 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006115_person103_bacteria_489.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b62ec4476b82ff2057ca97d25527c401492c9153d374b70ae0489143fedec6be +size 70604 diff --git a/MendeleyCXR/images/Darwin_00006116_person103_bacteria_490.png b/MendeleyCXR/images/Darwin_00006116_person103_bacteria_490.png new file mode 100644 index 0000000000000000000000000000000000000000..080ecd1c1e38b640c73aa540a8a9309d22984891 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006116_person103_bacteria_490.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0135c5c2638ec3a9f8ad126cfe97a5db32d3035e03a8b08c5e52ce7abc183526 +size 69002 diff --git a/MendeleyCXR/images/Darwin_00006117_person104_bacteria_491.png b/MendeleyCXR/images/Darwin_00006117_person104_bacteria_491.png new file mode 100644 index 0000000000000000000000000000000000000000..a659264adf7c4f78be522ba89f43d63d7d97a387 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006117_person104_bacteria_491.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:570da9b9ceeac87d2e2058fcb1058d9c87169d4c36dccd015cb7a16522351e16 +size 66946 diff --git a/MendeleyCXR/images/Darwin_00006118_person104_bacteria_492.png b/MendeleyCXR/images/Darwin_00006118_person104_bacteria_492.png new file mode 100644 index 0000000000000000000000000000000000000000..3f40ad8500064e95df92294106aa0beafa2c0413 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006118_person104_bacteria_492.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2220ea853eea498cac88c02c3f41da93274aebd9d5cfd027aab7e1a79b7d86fe +size 65516 diff --git a/MendeleyCXR/images/Darwin_00006119_person108_bacteria_504.png b/MendeleyCXR/images/Darwin_00006119_person108_bacteria_504.png new file mode 100644 index 0000000000000000000000000000000000000000..e78fd5aad53ef65077058819614bfdf8571ca179 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006119_person108_bacteria_504.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:908f2ce8ab26db2b368089895d2788646415b49fd4a63591bfc661e2a04a264d +size 76743 diff --git a/MendeleyCXR/images/Darwin_00006120_person108_bacteria_506.png b/MendeleyCXR/images/Darwin_00006120_person108_bacteria_506.png new file mode 100644 index 0000000000000000000000000000000000000000..e2afa4c422324b72a6ac53b5f03310fcc24ac837 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006120_person108_bacteria_506.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd8e33a7eaf35e3e52d4c5647f614ea564915b9daa3bfa565aef6fb49bf22893 +size 76036 diff --git a/MendeleyCXR/images/Darwin_00006121_person108_bacteria_507.png b/MendeleyCXR/images/Darwin_00006121_person108_bacteria_507.png new file mode 100644 index 0000000000000000000000000000000000000000..0aad2c3135f180c7da22be2ecbc2a417a98dae41 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006121_person108_bacteria_507.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ea9d340406d20255757130ff54e02f55bbfb32b1aefdee877ad2af789b1e35b +size 75827 diff --git a/MendeleyCXR/images/Darwin_00006122_person108_bacteria_511.png b/MendeleyCXR/images/Darwin_00006122_person108_bacteria_511.png new file mode 100644 index 0000000000000000000000000000000000000000..62ffe242fafaaf4d3888205e5dc39bf43dd1d217 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006122_person108_bacteria_511.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:220ae06d3a7904f45091fd4030c8b1bf2b8908f4875ac44326d442aaf63568e0 +size 79293 diff --git a/MendeleyCXR/images/Darwin_00006123_person109_bacteria_512.png b/MendeleyCXR/images/Darwin_00006123_person109_bacteria_512.png new file mode 100644 index 0000000000000000000000000000000000000000..ad40ea9863c58c9b658edf66257ae42a85793547 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006123_person109_bacteria_512.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d31b565990a95d5ccb993b8ba5e87b9a4f7c70c85f4451f6827f66ed7f6d447 +size 69627 diff --git a/MendeleyCXR/images/Darwin_00006124_person109_bacteria_513.png b/MendeleyCXR/images/Darwin_00006124_person109_bacteria_513.png new file mode 100644 index 0000000000000000000000000000000000000000..ba44da2ccd80578bcd69c0dad3a89fa4593567c7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006124_person109_bacteria_513.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcbd039f089b266ee79f98d501728b8a385f3883cfe458095214531cccd2a3a5 +size 71375 diff --git a/MendeleyCXR/images/Darwin_00006125_person109_bacteria_517.png b/MendeleyCXR/images/Darwin_00006125_person109_bacteria_517.png new file mode 100644 index 0000000000000000000000000000000000000000..024691dbbbdc57b661495cbb7aab501c464ade48 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006125_person109_bacteria_517.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21b2353a30ff907a1e686435acebd31740dc39ede663e80b0477ba9a091cce5d +size 73058 diff --git a/MendeleyCXR/images/Darwin_00006126_person109_bacteria_519.png b/MendeleyCXR/images/Darwin_00006126_person109_bacteria_519.png new file mode 100644 index 0000000000000000000000000000000000000000..bb0f6fcc73b964a2854816499f802e6529eae4b3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006126_person109_bacteria_519.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e16cb0c8ffb4fe5cfb9351b7da76834996ae4c54e77a63b6d3962bad0a555c34 +size 75892 diff --git a/MendeleyCXR/images/Darwin_00006127_person109_bacteria_522.png b/MendeleyCXR/images/Darwin_00006127_person109_bacteria_522.png new file mode 100644 index 0000000000000000000000000000000000000000..501c3d63fda76301de48ce171fd78eabb3acf2ff --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006127_person109_bacteria_522.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81af62e05043e6c2112328988a7f226d418bcc984837ac89d72a65dd0b819883 +size 70379 diff --git a/MendeleyCXR/images/Darwin_00006128_person109_bacteria_523.png b/MendeleyCXR/images/Darwin_00006128_person109_bacteria_523.png new file mode 100644 index 0000000000000000000000000000000000000000..6f13ec02671a1be172da35a7a3f482f730b787df --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006128_person109_bacteria_523.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:949c53f2652ac8b9bf9415b392448984017aab8433d03de80a46485da79abe18 +size 75244 diff --git a/MendeleyCXR/images/Darwin_00006129_person109_bacteria_526.png b/MendeleyCXR/images/Darwin_00006129_person109_bacteria_526.png new file mode 100644 index 0000000000000000000000000000000000000000..d7430250852530772c5eb4534d217aab27117cb8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006129_person109_bacteria_526.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75b320c656578c5a65f34d8e284870eac9b219503ccb78e48c1996cea13842e1 +size 68958 diff --git a/MendeleyCXR/images/Darwin_00006130_person109_bacteria_527.png b/MendeleyCXR/images/Darwin_00006130_person109_bacteria_527.png new file mode 100644 index 0000000000000000000000000000000000000000..00a7507b4d21538a6c607760323749f200e28c3a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006130_person109_bacteria_527.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a097e05f10086c3131ffd6adcc731e0dafecea921a2e019ae490f12b37c9ab50 +size 72429 diff --git a/MendeleyCXR/images/Darwin_00006131_person109_bacteria_528.png b/MendeleyCXR/images/Darwin_00006131_person109_bacteria_528.png new file mode 100644 index 0000000000000000000000000000000000000000..7338c4a5c8e183fe452db9e03c9e8412f005a045 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006131_person109_bacteria_528.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:459c70a5ecf00c2f0e557040cf436990e7bde9a0173c095dbae128fe5a89458f +size 59569 diff --git a/MendeleyCXR/images/Darwin_00006132_person110_bacteria_531.png b/MendeleyCXR/images/Darwin_00006132_person110_bacteria_531.png new file mode 100644 index 0000000000000000000000000000000000000000..9fb36e738e95b0c83c0eb5dbd6157db7c1c2842d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006132_person110_bacteria_531.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:535ba9127468d326a1041a872711433e84e1c17cbad54b47cbc2ce665b87f752 +size 75431 diff --git a/MendeleyCXR/images/Darwin_00006133_person111_bacteria_533.png b/MendeleyCXR/images/Darwin_00006133_person111_bacteria_533.png new file mode 100644 index 0000000000000000000000000000000000000000..a9633c2a3fbdb23609e22d141a0d7e96f3c9dc35 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006133_person111_bacteria_533.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d287c1ff16a0a6172558cdd478109c48b2f80868fb238e9add2f7c5189009a43 +size 69164 diff --git a/MendeleyCXR/images/Darwin_00006134_person111_bacteria_534.png b/MendeleyCXR/images/Darwin_00006134_person111_bacteria_534.png new file mode 100644 index 0000000000000000000000000000000000000000..c30c963e4cd95c4314ce350edfae794fae0be356 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006134_person111_bacteria_534.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c04b6c6c1419099ef02764257a6687e4ec8a8c2c1912338d9815e659e0b7d91 +size 73243 diff --git a/MendeleyCXR/images/Darwin_00006135_person111_bacteria_535.png b/MendeleyCXR/images/Darwin_00006135_person111_bacteria_535.png new file mode 100644 index 0000000000000000000000000000000000000000..451d6fcd2674334f37169443d762523e1a0ea090 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006135_person111_bacteria_535.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5fcbd3411e470b41bf858a167eeff2a8d625c5b2dc44e044c63a7cb8c7ef68b +size 65860 diff --git a/MendeleyCXR/images/Darwin_00006136_person111_bacteria_536.png b/MendeleyCXR/images/Darwin_00006136_person111_bacteria_536.png new file mode 100644 index 0000000000000000000000000000000000000000..89acafdbfe82853da4b59c557fc82f76d93110d8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006136_person111_bacteria_536.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4ff2b8dcf31356b338edc7aa049f297607b0477decb727c6b440854912ea310 +size 71948 diff --git a/MendeleyCXR/images/Darwin_00006137_person111_bacteria_537.png b/MendeleyCXR/images/Darwin_00006137_person111_bacteria_537.png new file mode 100644 index 0000000000000000000000000000000000000000..6784ee21c6242778a8da9f5d7791e5f92fb6b4ff --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006137_person111_bacteria_537.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18e33b15a433f4c310f22753adb5214b7fb261a25de8dd667131233336d546e1 +size 72012 diff --git a/MendeleyCXR/images/Darwin_00006138_person112_bacteria_538.png b/MendeleyCXR/images/Darwin_00006138_person112_bacteria_538.png new file mode 100644 index 0000000000000000000000000000000000000000..ea55e1d8b475dc7e3d1f396c7840455630840d67 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006138_person112_bacteria_538.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:164709b34cb6d89a5fe6b60fb1eb041205b94e0e1a52a32936838db7f3039863 +size 68504 diff --git a/MendeleyCXR/images/Darwin_00006139_person112_bacteria_539.png b/MendeleyCXR/images/Darwin_00006139_person112_bacteria_539.png new file mode 100644 index 0000000000000000000000000000000000000000..63c620a924cfe70560b44c998ab5949b504240a1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006139_person112_bacteria_539.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43e53d4128a9be8328457d7cab6b0aa203eb88803ec9d52845419fb3c5b55106 +size 74410 diff --git a/MendeleyCXR/images/Darwin_00006140_person113_bacteria_540.png b/MendeleyCXR/images/Darwin_00006140_person113_bacteria_540.png new file mode 100644 index 0000000000000000000000000000000000000000..bbd5aa1716aca2be80694dd0d6e1494d367f4069 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006140_person113_bacteria_540.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4218850b890c4d9444124b1ef965498892ef92128811159d4e0cce15bdb85d7d +size 72046 diff --git a/MendeleyCXR/images/Darwin_00006141_person113_bacteria_541.png b/MendeleyCXR/images/Darwin_00006141_person113_bacteria_541.png new file mode 100644 index 0000000000000000000000000000000000000000..925d70e684146917f675ce0fce75027ca756ae70 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006141_person113_bacteria_541.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c00718e73770df7a2ef78ce6ab297f4688e7c4ac5706a4c758fa1dc64a82b58 +size 64570 diff --git a/MendeleyCXR/images/Darwin_00006142_person113_bacteria_542.png b/MendeleyCXR/images/Darwin_00006142_person113_bacteria_542.png new file mode 100644 index 0000000000000000000000000000000000000000..054a98c759e34e16f61bc311865348fbd85c28e2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006142_person113_bacteria_542.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13f868026eebbd7b5beb00af82c661ff2a94b57caa063fc457b4b1e26946c78e +size 67409 diff --git a/MendeleyCXR/images/Darwin_00006143_person113_bacteria_543.png b/MendeleyCXR/images/Darwin_00006143_person113_bacteria_543.png new file mode 100644 index 0000000000000000000000000000000000000000..0145567a845347189a4fef099cdaac70a5fafa7f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006143_person113_bacteria_543.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c067873979571c6c1283266acc061b444b7c65a0056421dc10883198740b0db7 +size 72442 diff --git a/MendeleyCXR/images/Darwin_00006144_person114_bacteria_544.png b/MendeleyCXR/images/Darwin_00006144_person114_bacteria_544.png new file mode 100644 index 0000000000000000000000000000000000000000..ce0366f2cfd1fb760f8be98af90bae163e3eab24 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006144_person114_bacteria_544.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f750dea52980e0182856db4e977a708877505bde9cb020a27229d8bb0ba01804 +size 68132 diff --git a/MendeleyCXR/images/Darwin_00006145_person114_bacteria_545.png b/MendeleyCXR/images/Darwin_00006145_person114_bacteria_545.png new file mode 100644 index 0000000000000000000000000000000000000000..9dc088c5dddcba7ee764d475ecf98a23435103e6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006145_person114_bacteria_545.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01358f5506715425144dc0ff7cea3aed06b37892d5d653150865d637e968b23b +size 68942 diff --git a/MendeleyCXR/images/Darwin_00006146_person114_bacteria_546.png b/MendeleyCXR/images/Darwin_00006146_person114_bacteria_546.png new file mode 100644 index 0000000000000000000000000000000000000000..4a7f2e691a681db8450f6029e1a67657b881f939 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006146_person114_bacteria_546.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fd070e814f9597fd12c2aa42521731d7324101f40ae615143da2a2cf7e0ca96 +size 66217 diff --git a/MendeleyCXR/images/Darwin_00006147_person117_bacteria_553.png b/MendeleyCXR/images/Darwin_00006147_person117_bacteria_553.png new file mode 100644 index 0000000000000000000000000000000000000000..b9310c325cfe91705a8a800d1377877d10e8d156 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006147_person117_bacteria_553.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5c49eba1dd82e0cd24ba42885d6631bc7ead169ef808a319933246f1ce84343 +size 66827 diff --git a/MendeleyCXR/images/Darwin_00006148_person117_bacteria_556.png b/MendeleyCXR/images/Darwin_00006148_person117_bacteria_556.png new file mode 100644 index 0000000000000000000000000000000000000000..c61cf95d01dabe9cd7607b575f8ea5f269a51069 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006148_person117_bacteria_556.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:519e4dcd9cdf10f7831e9d78dbb5ff3481b98bda9af458950b810a8ff52e0d2c +size 69660 diff --git a/MendeleyCXR/images/Darwin_00006149_person117_bacteria_557.png b/MendeleyCXR/images/Darwin_00006149_person117_bacteria_557.png new file mode 100644 index 0000000000000000000000000000000000000000..c46f6f51521598d2ce55f9c372242775757bcf6c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006149_person117_bacteria_557.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb74fc07797e4ce1bee33947733eecaf0d0673a2320bd37a34def0cc3d37f862 +size 69080 diff --git a/MendeleyCXR/images/Darwin_00006150_person118_bacteria_559.png b/MendeleyCXR/images/Darwin_00006150_person118_bacteria_559.png new file mode 100644 index 0000000000000000000000000000000000000000..00eb654994e6f7cae937ba732425dbc1a1f6a176 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006150_person118_bacteria_559.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cc086975b353b6d23045e37f44e1524fc6f141e435680af8c12c6ceab8eb1a0 +size 68238 diff --git a/MendeleyCXR/images/Darwin_00006151_person118_bacteria_560.png b/MendeleyCXR/images/Darwin_00006151_person118_bacteria_560.png new file mode 100644 index 0000000000000000000000000000000000000000..a3e0069ad903195adf542daf9b5b76b83efc22f7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006151_person118_bacteria_560.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98ab6f21677cdb415226d6673c81355003771fe2f6cd4af974f2e7a92f6af109 +size 72599 diff --git a/MendeleyCXR/images/Darwin_00006152_person119_bacteria_565.png b/MendeleyCXR/images/Darwin_00006152_person119_bacteria_565.png new file mode 100644 index 0000000000000000000000000000000000000000..0f4ef05a25a05f35c39cf63c6df5d65704f23e1e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006152_person119_bacteria_565.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55e1212a4ba7718befce5bee68d3772a9c7a98e4e21cbc9183862b6418991c59 +size 68559 diff --git a/MendeleyCXR/images/Darwin_00006153_person119_bacteria_566.png b/MendeleyCXR/images/Darwin_00006153_person119_bacteria_566.png new file mode 100644 index 0000000000000000000000000000000000000000..20391d79f4ca80fbff59d33bf27e9af2daa7a508 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006153_person119_bacteria_566.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eea3e34bbcd53ed8c4b6766ddaf01fbfdde1ea2e32e6adb75769daec7078133a +size 72752 diff --git a/MendeleyCXR/images/Darwin_00006154_person119_bacteria_567.png b/MendeleyCXR/images/Darwin_00006154_person119_bacteria_567.png new file mode 100644 index 0000000000000000000000000000000000000000..a67e420eefe0493d4c9be55145fe6bb18ffaf411 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006154_person119_bacteria_567.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8bb99fe545a03b2288c184c6b77d11be25321df60799cba53cc06ecdb0551de +size 72482 diff --git a/MendeleyCXR/images/Darwin_00006155_person119_bacteria_568.png b/MendeleyCXR/images/Darwin_00006155_person119_bacteria_568.png new file mode 100644 index 0000000000000000000000000000000000000000..7e69e9bc9ac0cf2eb5f3e83402f01eb102433649 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006155_person119_bacteria_568.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2323016fbe835afdb2e7bd5347ec169c16527e236eeccebfd1072d86d64df403 +size 70125 diff --git a/MendeleyCXR/images/Darwin_00006156_person120_bacteria_570.png b/MendeleyCXR/images/Darwin_00006156_person120_bacteria_570.png new file mode 100644 index 0000000000000000000000000000000000000000..61b9a4fa0840d5b9fa1cd29c60a2001a0489573f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006156_person120_bacteria_570.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59fa658c3e6dfcabba3ecbec3e71df095190e8dfb383f12ba100c1b655211c0b +size 67709 diff --git a/MendeleyCXR/images/Darwin_00006157_person120_bacteria_571.png b/MendeleyCXR/images/Darwin_00006157_person120_bacteria_571.png new file mode 100644 index 0000000000000000000000000000000000000000..21334b5024365e8fbe28e4b434f3aa951ada62eb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006157_person120_bacteria_571.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a0da4b0332c0e2a987b662eb6f2ec9978adb30dae4cf03e5deef985f1b19f96 +size 63128 diff --git a/MendeleyCXR/images/Darwin_00006158_person120_bacteria_572.png b/MendeleyCXR/images/Darwin_00006158_person120_bacteria_572.png new file mode 100644 index 0000000000000000000000000000000000000000..a363827f898ec2a830bb2bd2cacc6ce7b3a83e74 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006158_person120_bacteria_572.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b96cc820f8bd698cec7fbccd291ba7f0fbf525eb83124d4f58cdbea592ba64e +size 71135 diff --git a/MendeleyCXR/images/Darwin_00006159_person120_bacteria_573.png b/MendeleyCXR/images/Darwin_00006159_person120_bacteria_573.png new file mode 100644 index 0000000000000000000000000000000000000000..7c60aefeaaf1a773bb99638436dfb00ac82109a2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006159_person120_bacteria_573.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ab5670b4909bb3f6053eec898b76132b895c22f2cdb2f91718c50ab7e7697f0 +size 70696 diff --git a/MendeleyCXR/images/Darwin_00006160_person121_bacteria_575.png b/MendeleyCXR/images/Darwin_00006160_person121_bacteria_575.png new file mode 100644 index 0000000000000000000000000000000000000000..f4dac739e5c49825b2d2d4e53f8994498e7c7413 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006160_person121_bacteria_575.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d4aa82733ac31461e5f972665c28e89e58e6a95d7af0e5727758e2da8653500 +size 68346 diff --git a/MendeleyCXR/images/Darwin_00006161_person121_bacteria_576.png b/MendeleyCXR/images/Darwin_00006161_person121_bacteria_576.png new file mode 100644 index 0000000000000000000000000000000000000000..d4e544373b6b0b8d35e00a103308789ddd6a18cb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006161_person121_bacteria_576.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:556943d6563650c41d5c1d3ef8c227ca0b0738a51707b7c6c9caa47025f02af9 +size 68069 diff --git a/MendeleyCXR/images/Darwin_00006162_person121_bacteria_578.png b/MendeleyCXR/images/Darwin_00006162_person121_bacteria_578.png new file mode 100644 index 0000000000000000000000000000000000000000..1fec0956d410ebe060b5f7e4ecf63ba3a2e5067e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006162_person121_bacteria_578.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d35f60d530545ccc7da4977dee0e3b5675db63219f9bd56b4302341bf9f3a24 +size 68867 diff --git a/MendeleyCXR/images/Darwin_00006163_person121_bacteria_579.png b/MendeleyCXR/images/Darwin_00006163_person121_bacteria_579.png new file mode 100644 index 0000000000000000000000000000000000000000..e7712c732357ba44d7302af36b6deba0e98a98ad --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006163_person121_bacteria_579.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c849f5820833f97fc7c379978c364d6cbcb1d8f5a35a0cd8570443951aeb071b +size 71871 diff --git a/MendeleyCXR/images/Darwin_00006164_person121_bacteria_580.png b/MendeleyCXR/images/Darwin_00006164_person121_bacteria_580.png new file mode 100644 index 0000000000000000000000000000000000000000..2330caf3968441e592564c67487755e3c7a5193d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006164_person121_bacteria_580.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efce8ac38af28e89814b80ce641b61c8e3ffd08f0f0ed7d27304e2b991dc6601 +size 74083 diff --git a/MendeleyCXR/images/Darwin_00006165_person122_bacteria_581.png b/MendeleyCXR/images/Darwin_00006165_person122_bacteria_581.png new file mode 100644 index 0000000000000000000000000000000000000000..4c0e1511afb1f917dd37cabe7db6f0a890807abb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006165_person122_bacteria_581.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60ae92aa6b0d0e01ea2ec97d9eccc6c7e4955b1879ec0e990cdec99924d0f296 +size 66760 diff --git a/MendeleyCXR/images/Darwin_00006166_person122_bacteria_582.png b/MendeleyCXR/images/Darwin_00006166_person122_bacteria_582.png new file mode 100644 index 0000000000000000000000000000000000000000..89c10b23d8d07ca1969a7ecb482d8e6961ad1451 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006166_person122_bacteria_582.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5651934c3ec6e9564974cfc578c600d6da1286f76591df90464abcc8eb872661 +size 63354 diff --git a/MendeleyCXR/images/Darwin_00006167_person122_bacteria_583.png b/MendeleyCXR/images/Darwin_00006167_person122_bacteria_583.png new file mode 100644 index 0000000000000000000000000000000000000000..3f9251f15e252c78f06b1aad540a340bdc1c1e0f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006167_person122_bacteria_583.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05093fcdfaf64303ab3a4e46a96cd794683cfab3586604cdf6ec5636f8781240 +size 69322 diff --git a/MendeleyCXR/images/Darwin_00006168_person122_bacteria_584.png b/MendeleyCXR/images/Darwin_00006168_person122_bacteria_584.png new file mode 100644 index 0000000000000000000000000000000000000000..83be45731cbfb2eee6e21241e9436879fe71c2f6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006168_person122_bacteria_584.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a3792e6f6faecf4b266559e57a1e02adb526671f32937f8f54ca6b902046d46 +size 67902 diff --git a/MendeleyCXR/images/Darwin_00006169_person122_bacteria_585.png b/MendeleyCXR/images/Darwin_00006169_person122_bacteria_585.png new file mode 100644 index 0000000000000000000000000000000000000000..75e6f7c9a59ba61ac763fba3bfe71e460a8be876 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006169_person122_bacteria_585.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf33b48c2d706a28228be5f0442008e683ffdd6ae2731a2109cd1a196deb099e +size 66942 diff --git a/MendeleyCXR/images/Darwin_00006171_person123_bacteria_587.png b/MendeleyCXR/images/Darwin_00006171_person123_bacteria_587.png new file mode 100644 index 0000000000000000000000000000000000000000..4779b623adabbc0544f72d9a9890c13978f0aaa3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006171_person123_bacteria_587.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:545b38ba57a2544f5c7708f06535b73bdda1092b6738d7abc23b4e30a3506118 +size 69372 diff --git a/MendeleyCXR/images/Darwin_00006172_person124_bacteria_589.png b/MendeleyCXR/images/Darwin_00006172_person124_bacteria_589.png new file mode 100644 index 0000000000000000000000000000000000000000..efcf2184a01940b9b91bc32bc5b753842127b66b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006172_person124_bacteria_589.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36fcc4bfd8d0131580ec1d6a5741ca31329b037e39e0610c1b4c5b4f686e0994 +size 65347 diff --git a/MendeleyCXR/images/Darwin_00006173_person124_bacteria_590.png b/MendeleyCXR/images/Darwin_00006173_person124_bacteria_590.png new file mode 100644 index 0000000000000000000000000000000000000000..d10c2de08730d9a2fa1f8c0bf92c694a34a24e22 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006173_person124_bacteria_590.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b5479685d43466362648254426898c94d3a9e76f86014f926293bd67e1efd6f +size 64958 diff --git a/MendeleyCXR/images/Darwin_00006174_person124_bacteria_591.png b/MendeleyCXR/images/Darwin_00006174_person124_bacteria_591.png new file mode 100644 index 0000000000000000000000000000000000000000..c8b4de0f76e4b75fee351f9beba21e522b0b4421 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006174_person124_bacteria_591.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05d59e56434d3cda5b2993b09cb3889540c8c61a203ddfe6c15482a8120f89dd +size 64826 diff --git a/MendeleyCXR/images/Darwin_00006175_person124_bacteria_592.png b/MendeleyCXR/images/Darwin_00006175_person124_bacteria_592.png new file mode 100644 index 0000000000000000000000000000000000000000..6ba8d42f1112c2f09f8c204a4ccf2f015a04bb53 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006175_person124_bacteria_592.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1feaade99bfac4e287de60105585af8fb0b96f0335cf00cda9d36e95024e6707 +size 75507 diff --git a/MendeleyCXR/images/Darwin_00006176_person125_bacteria_594.png b/MendeleyCXR/images/Darwin_00006176_person125_bacteria_594.png new file mode 100644 index 0000000000000000000000000000000000000000..1f1adbeaca81728ce3f468d488be46edb82e30ad --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006176_person125_bacteria_594.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c64e73d69a6e873d95b8ca409e615dbf85fdadd3c171e0c7f99b120356edc64 +size 70946 diff --git a/MendeleyCXR/images/Darwin_00006177_person125_bacteria_595.png b/MendeleyCXR/images/Darwin_00006177_person125_bacteria_595.png new file mode 100644 index 0000000000000000000000000000000000000000..36d0fefb8aa15d843bac864abb9d6580c6cfc078 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006177_person125_bacteria_595.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:254d51b3622bb9261fb714605d9236437c11e5f0d7ca02e675f04dacff1aaa44 +size 68234 diff --git a/MendeleyCXR/images/Darwin_00006178_person126_bacteria_598.png b/MendeleyCXR/images/Darwin_00006178_person126_bacteria_598.png new file mode 100644 index 0000000000000000000000000000000000000000..555d3c1c91dcf0483a54c7ce5eeb58f6a3e23fbf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006178_person126_bacteria_598.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:311acae7dabc981221eeff854f0c2979d1c08bb62e21e6589e0f1f315a9564f0 +size 64540 diff --git a/MendeleyCXR/images/Darwin_00006179_person126_bacteria_599.png b/MendeleyCXR/images/Darwin_00006179_person126_bacteria_599.png new file mode 100644 index 0000000000000000000000000000000000000000..101d8e4108045b94c41787c93bc3ac7fb373cf79 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006179_person126_bacteria_599.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39f1048ca6db49d5c5fa662dd67b975288e8dbd671076db18ef62bfb4e02fa89 +size 66617 diff --git a/MendeleyCXR/images/Darwin_00006180_person126_bacteria_600.png b/MendeleyCXR/images/Darwin_00006180_person126_bacteria_600.png new file mode 100644 index 0000000000000000000000000000000000000000..eb83aeeb73c2cbca5d999e969b3d90790646dff5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006180_person126_bacteria_600.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44b584c59de00b75c378bfe11a41c5f1bcc5f154dc1dbd429e96c091fa096c8c +size 63657 diff --git a/MendeleyCXR/images/Darwin_00006181_person127_bacteria_602.png b/MendeleyCXR/images/Darwin_00006181_person127_bacteria_602.png new file mode 100644 index 0000000000000000000000000000000000000000..793a3e1af06aaa8c5e0513a514c77c3e1feafa2c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006181_person127_bacteria_602.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7898e1da5fc62622275016e352b05d1b8346057fca694f6e4af9b86609f8e587 +size 65782 diff --git a/MendeleyCXR/images/Darwin_00006182_person127_bacteria_603.png b/MendeleyCXR/images/Darwin_00006182_person127_bacteria_603.png new file mode 100644 index 0000000000000000000000000000000000000000..fd277685650b74625b42f0800b06790f6a2bb9e2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006182_person127_bacteria_603.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9279ca169d122ffcb53f53d8771fb6d149f53c3e071f1477b0c112222dd91acb +size 68212 diff --git a/MendeleyCXR/images/Darwin_00006183_person127_bacteria_604.png b/MendeleyCXR/images/Darwin_00006183_person127_bacteria_604.png new file mode 100644 index 0000000000000000000000000000000000000000..6ab91c405746bb93ddb7b507223500be79a21b55 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006183_person127_bacteria_604.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d98934ba5738a0ae0155aec1be765f2038bd09a8acb17e37fc8aab93ec9f6007 +size 68152 diff --git a/MendeleyCXR/images/Darwin_00006184_person128_bacteria_605.png b/MendeleyCXR/images/Darwin_00006184_person128_bacteria_605.png new file mode 100644 index 0000000000000000000000000000000000000000..95ff076f5ec3e5afa305a808069ad88dffbfb7bd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006184_person128_bacteria_605.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48bba62d1f1c0d8916f6fc2f020f406dc3f425bd722c25db9b4b9b2e7c62a2e6 +size 65574 diff --git a/MendeleyCXR/images/Darwin_00006185_person128_bacteria_606.png b/MendeleyCXR/images/Darwin_00006185_person128_bacteria_606.png new file mode 100644 index 0000000000000000000000000000000000000000..6ab32887a2e3cc9ff9cbeaab0403b75571816dec --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006185_person128_bacteria_606.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0baf2a7f08598aca6ab9c243324cd8070d8cb9a39cc622d60b8cb9a11f512ac6 +size 70070 diff --git a/MendeleyCXR/images/Darwin_00006187_person128_bacteria_608.png b/MendeleyCXR/images/Darwin_00006187_person128_bacteria_608.png new file mode 100644 index 0000000000000000000000000000000000000000..fc34477c01fc5aa1fbdc681eae6c2af75a9a646c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006187_person128_bacteria_608.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ea105e42fc75c838c7b2f87c354512d353479989bdbdfec429426bc99c65390 +size 74895 diff --git a/MendeleyCXR/images/Darwin_00006188_person130_bacteria_623.png b/MendeleyCXR/images/Darwin_00006188_person130_bacteria_623.png new file mode 100644 index 0000000000000000000000000000000000000000..10385fd0994c4251e45465dd5ea3f600ebcef716 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006188_person130_bacteria_623.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:752979a4488e9ac8226eda10347cd7c6816061a35481b4b191739931ff082727 +size 71573 diff --git a/MendeleyCXR/images/Darwin_00006189_person130_bacteria_625.png b/MendeleyCXR/images/Darwin_00006189_person130_bacteria_625.png new file mode 100644 index 0000000000000000000000000000000000000000..770fb166c6bede798394eaf1e45d6d32200d1015 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006189_person130_bacteria_625.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:081b87430e2b5882ddfe7aa8d8af6d1ede28a92b043f4a999790520c7b870434 +size 65754 diff --git a/MendeleyCXR/images/Darwin_00006190_person130_bacteria_626.png b/MendeleyCXR/images/Darwin_00006190_person130_bacteria_626.png new file mode 100644 index 0000000000000000000000000000000000000000..f004623ae5394a3d192a875fec79cf2d1d5294b0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006190_person130_bacteria_626.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18d3003f80eda806b1964b7182db99da5fa38879b22ccd56944577a71b0366b6 +size 73258 diff --git a/MendeleyCXR/images/Darwin_00006191_person130_bacteria_627.png b/MendeleyCXR/images/Darwin_00006191_person130_bacteria_627.png new file mode 100644 index 0000000000000000000000000000000000000000..a17c1a5f50ef94d0c356b9dc8d5feab100d88990 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006191_person130_bacteria_627.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34f6d2a8715e7f0f3d250c534ec681584f3d34d643a871f7f050811c010f9920 +size 66985 diff --git a/MendeleyCXR/images/Darwin_00006192_person130_bacteria_628.png b/MendeleyCXR/images/Darwin_00006192_person130_bacteria_628.png new file mode 100644 index 0000000000000000000000000000000000000000..a9f73450e44149172b4f5cee9b759a4db58d216c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006192_person130_bacteria_628.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d1c5397e9fccc0eb7b9a922502e61ea9afe75296049f3447131e4a79fb9a82d +size 77906 diff --git a/MendeleyCXR/images/Darwin_00006193_person131_bacteria_629.png b/MendeleyCXR/images/Darwin_00006193_person131_bacteria_629.png new file mode 100644 index 0000000000000000000000000000000000000000..68c773f1c4305ca55b84b5fa7a86633ff92b2b14 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006193_person131_bacteria_629.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24a3ab3324e2c783d5ddd63d6e467d0224fe738c4dbdc6476b7e6149f3a969b9 +size 74880 diff --git a/MendeleyCXR/images/Darwin_00006194_person132_bacteria_632.png b/MendeleyCXR/images/Darwin_00006194_person132_bacteria_632.png new file mode 100644 index 0000000000000000000000000000000000000000..22d1afc106d910f4ec12cd7e77acccd4fc0ad302 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006194_person132_bacteria_632.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7100e1fce800438ff42b32bc199bb1a42c406dc86d11a811a96ff6819924b346 +size 71812 diff --git a/MendeleyCXR/images/Darwin_00006195_person133_bacteria_633.png b/MendeleyCXR/images/Darwin_00006195_person133_bacteria_633.png new file mode 100644 index 0000000000000000000000000000000000000000..926b218df511cdeef5d382c0adfe51a46558a2a2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006195_person133_bacteria_633.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f54058fcd2f666dcfe6b2806bf0ac408c0440409138f6bb74a1ee7b38cc4e85 +size 68471 diff --git a/MendeleyCXR/images/Darwin_00006196_person133_bacteria_634.png b/MendeleyCXR/images/Darwin_00006196_person133_bacteria_634.png new file mode 100644 index 0000000000000000000000000000000000000000..89edfd568c96c3533375de3d343c7ce9b25c8f86 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006196_person133_bacteria_634.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3edd5c26c36b8321c92e1ac758fa351517e2e62223ce181d760bbe06c24be64 +size 70951 diff --git a/MendeleyCXR/images/Darwin_00006197_person133_bacteria_635.png b/MendeleyCXR/images/Darwin_00006197_person133_bacteria_635.png new file mode 100644 index 0000000000000000000000000000000000000000..28b3f23f0cddca9ad2c6f58698a1810830c71952 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006197_person133_bacteria_635.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ef9fb5d41fad214dcf0fe8c0f6756acc490879781352bf190693ab73f7d4e2f +size 73441 diff --git a/MendeleyCXR/images/Darwin_00006198_person133_bacteria_637.png b/MendeleyCXR/images/Darwin_00006198_person133_bacteria_637.png new file mode 100644 index 0000000000000000000000000000000000000000..85e1341eb7c46da05a8910a9ff3d2c8789152320 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006198_person133_bacteria_637.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8bb8a9343ba1e813c870db2a69bb50a978bb760b775757815851f9262e9f3b8 +size 72658 diff --git a/MendeleyCXR/images/Darwin_00006199_person133_bacteria_638.png b/MendeleyCXR/images/Darwin_00006199_person133_bacteria_638.png new file mode 100644 index 0000000000000000000000000000000000000000..75116465bfbbba63cc650d9aa3150632e0d7b07f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006199_person133_bacteria_638.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd03e7b98dd69835c3fbc95d9ee7e82e761703a8946eaacbb302ee6bef957689 +size 74192 diff --git a/MendeleyCXR/images/Darwin_00006200_person134_bacteria_640.png b/MendeleyCXR/images/Darwin_00006200_person134_bacteria_640.png new file mode 100644 index 0000000000000000000000000000000000000000..951982d7fe80e971fbe881b55317551a7e7a06eb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006200_person134_bacteria_640.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ed02c2f8601efe0651de49172fa9c9929431c5a17c4a35ceaebb835de145196 +size 72724 diff --git a/MendeleyCXR/images/Darwin_00006201_person134_bacteria_641.png b/MendeleyCXR/images/Darwin_00006201_person134_bacteria_641.png new file mode 100644 index 0000000000000000000000000000000000000000..20238be599735db0dd55d5d31d298f930865560c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006201_person134_bacteria_641.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef24bd12fd094796662fdac88b5869d4dcd5432d98291adedb81473beccced1d +size 70224 diff --git a/MendeleyCXR/images/Darwin_00006202_person134_bacteria_642.png b/MendeleyCXR/images/Darwin_00006202_person134_bacteria_642.png new file mode 100644 index 0000000000000000000000000000000000000000..94f659d8ea6c191efbc98a0a17448e08fb6dcbf4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006202_person134_bacteria_642.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a65b6986f07077520abafebc01543aa37bc7d040f5cf3b647bc39f7ceb8b200 +size 73806 diff --git a/MendeleyCXR/images/Darwin_00006203_person134_bacteria_643.png b/MendeleyCXR/images/Darwin_00006203_person134_bacteria_643.png new file mode 100644 index 0000000000000000000000000000000000000000..ffe45be119dd78302b2cccf0408e823f2b9afc34 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006203_person134_bacteria_643.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97b02df7c4cff15419d9f293d3b351a12046b1f070027f3479e40bc5d321cc69 +size 69832 diff --git a/MendeleyCXR/images/Darwin_00006205_person135_bacteria_646.png b/MendeleyCXR/images/Darwin_00006205_person135_bacteria_646.png new file mode 100644 index 0000000000000000000000000000000000000000..7c84db923a6b2ff2289457842480f7c7bd9d8f36 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006205_person135_bacteria_646.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c3d9940bfefe0267a890ed380d4871d0aa75a8933e801cf99ff0056a9e69fdf +size 65820 diff --git a/MendeleyCXR/images/Darwin_00006206_person135_bacteria_647.png b/MendeleyCXR/images/Darwin_00006206_person135_bacteria_647.png new file mode 100644 index 0000000000000000000000000000000000000000..ddc6bb6c52c8fb3d97b0499d9c2c18f0ec381d72 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006206_person135_bacteria_647.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc4e2a9e578f782bd7a4a986bba3e126c7346c8042dd291341481641456c6608 +size 67289 diff --git a/MendeleyCXR/images/Darwin_00006207_person136_bacteria_648.png b/MendeleyCXR/images/Darwin_00006207_person136_bacteria_648.png new file mode 100644 index 0000000000000000000000000000000000000000..37c37d80dcfa713a94ec33a9dd8033108a08e851 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006207_person136_bacteria_648.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:727da520d8ac19cc0e11603ad509bd77174e04b503c51370a7b566ad20437bbf +size 77481 diff --git a/MendeleyCXR/images/Darwin_00006208_person136_bacteria_649.png b/MendeleyCXR/images/Darwin_00006208_person136_bacteria_649.png new file mode 100644 index 0000000000000000000000000000000000000000..3eaf0a118f53dcb73e1ded20696f979bc6b0359b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006208_person136_bacteria_649.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49a2aa8c8130cba645ceb614d6d8330432378f5b0b089ef89336787d6296e767 +size 67326 diff --git a/MendeleyCXR/images/Darwin_00006209_person136_bacteria_650.png b/MendeleyCXR/images/Darwin_00006209_person136_bacteria_650.png new file mode 100644 index 0000000000000000000000000000000000000000..a164b7ce8fb08dc412df6253015fa59c41600144 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006209_person136_bacteria_650.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62fc4b18060ddbeaa90c0ed9be090765cf7a0d8916b19c1bb3f9e0c9afe0f955 +size 69989 diff --git a/MendeleyCXR/images/Darwin_00006210_person136_bacteria_652.png b/MendeleyCXR/images/Darwin_00006210_person136_bacteria_652.png new file mode 100644 index 0000000000000000000000000000000000000000..b71b9d7f9b84ab2dfa764e7c4ccfc4ba131edb41 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006210_person136_bacteria_652.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:319a47afd43bf86f77501bcc22a0a8f6942ff6536e994d3a6b509b016a7abc14 +size 68296 diff --git a/MendeleyCXR/images/Darwin_00006211_person136_bacteria_654.png b/MendeleyCXR/images/Darwin_00006211_person136_bacteria_654.png new file mode 100644 index 0000000000000000000000000000000000000000..d22965beb6d3b10e08eb115a77ca240c31fe1cd2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006211_person136_bacteria_654.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:655fa67fc1156616678381305ac82ec5e77546de7b5054dd6b4db126bf4b496b +size 80345 diff --git a/MendeleyCXR/images/Darwin_00006212_person137_bacteria_655.png b/MendeleyCXR/images/Darwin_00006212_person137_bacteria_655.png new file mode 100644 index 0000000000000000000000000000000000000000..8deafaad8cc9fcf388675593b1f104b479e31991 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006212_person137_bacteria_655.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2beca357f979b7dba4135209ca789bb8b1c01c5dae2de776c8c98f75b033c00b +size 69134 diff --git a/MendeleyCXR/images/Darwin_00006213_person138_bacteria_657.png b/MendeleyCXR/images/Darwin_00006213_person138_bacteria_657.png new file mode 100644 index 0000000000000000000000000000000000000000..c6406e1d976687cff368f5fe00f4cea72b44117d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006213_person138_bacteria_657.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f79bb25102bac749bf684cec7efbe6e0c6d4c8ea629645dd298a150573e2040 +size 73267 diff --git a/MendeleyCXR/images/Darwin_00006214_person138_bacteria_658.png b/MendeleyCXR/images/Darwin_00006214_person138_bacteria_658.png new file mode 100644 index 0000000000000000000000000000000000000000..e3847d8c1ade9d676ec0095a82f64674c0ed28ed --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006214_person138_bacteria_658.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7e94b98e98e73e3f662ab0a5ffbb6ac24d4c149ae653cdf0f8ccdc9d9862cb8 +size 75116 diff --git a/MendeleyCXR/images/Darwin_00006215_person138_bacteria_659.png b/MendeleyCXR/images/Darwin_00006215_person138_bacteria_659.png new file mode 100644 index 0000000000000000000000000000000000000000..8b0cf7ad47d5a87084a3dac438e4cd33003b7c3f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006215_person138_bacteria_659.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18c3a99cb675c83c5161f000d0cf5c48e92ed84c7d9371d8788b1e2c4baa5cbc +size 72869 diff --git a/MendeleyCXR/images/Darwin_00006216_person139_bacteria_661.png b/MendeleyCXR/images/Darwin_00006216_person139_bacteria_661.png new file mode 100644 index 0000000000000000000000000000000000000000..a870459158213d64702d9f8388fe6367fb12b55c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006216_person139_bacteria_661.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eabb2e5da88d75b1511efab40faf8393ad47c161c88a4b54c0a7becd77336ddd +size 68902 diff --git a/MendeleyCXR/images/Darwin_00006217_person139_bacteria_662.png b/MendeleyCXR/images/Darwin_00006217_person139_bacteria_662.png new file mode 100644 index 0000000000000000000000000000000000000000..5466f26b9b1c13f55fe38440135409ac4696acd0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006217_person139_bacteria_662.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cc69945ce2e16c173dafa6c034b37685ddaf4d46b5db6e6829f0526ccb61178 +size 69314 diff --git a/MendeleyCXR/images/Darwin_00006218_person139_bacteria_663.png b/MendeleyCXR/images/Darwin_00006218_person139_bacteria_663.png new file mode 100644 index 0000000000000000000000000000000000000000..1054ce5f80c8d66df8929a07b69c678251be520a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006218_person139_bacteria_663.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57518d560551c0d9d1ef00a70b9d1ca3b1c8d2a19c3edc3ae2ec77486b51a72a +size 74844 diff --git a/MendeleyCXR/images/Darwin_00006219_person139_bacteria_664.png b/MendeleyCXR/images/Darwin_00006219_person139_bacteria_664.png new file mode 100644 index 0000000000000000000000000000000000000000..484e20b0b342e917bda27698fef2e9375184a8ed --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006219_person139_bacteria_664.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da986029c4e55277c3bf1c4cfbcff1cbb3d6d51a119ceba8f0f514fae118ac5c +size 70309 diff --git a/MendeleyCXR/images/Darwin_00006220_person139_bacteria_665.png b/MendeleyCXR/images/Darwin_00006220_person139_bacteria_665.png new file mode 100644 index 0000000000000000000000000000000000000000..94b1347b70dc00b40b06e90a2a540cafaa85c817 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006220_person139_bacteria_665.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f54280d15258569088bca7a92ea9dca533900c73a84f0bed464ec5f8bcf19c39 +size 75152 diff --git a/MendeleyCXR/images/Darwin_00006221_person139_bacteria_666.png b/MendeleyCXR/images/Darwin_00006221_person139_bacteria_666.png new file mode 100644 index 0000000000000000000000000000000000000000..ed4d9f68630503f4f8d787f79bcf2a33cf01dc7f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006221_person139_bacteria_666.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15acd4377e390137ef9b63454cdaa58c48d68df35e20dd417c04e4e41182e276 +size 71956 diff --git a/MendeleyCXR/images/Darwin_00006222_person140_bacteria_667.png b/MendeleyCXR/images/Darwin_00006222_person140_bacteria_667.png new file mode 100644 index 0000000000000000000000000000000000000000..9fe161c7bcdcc4fa4944d4410edb9d1d7f2bcadd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006222_person140_bacteria_667.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b43937dd624bfa3925d0ca90caa111d5617dc4171958d69572f0a15270dd9022 +size 73971 diff --git a/MendeleyCXR/images/Darwin_00006223_person140_bacteria_668.png b/MendeleyCXR/images/Darwin_00006223_person140_bacteria_668.png new file mode 100644 index 0000000000000000000000000000000000000000..84852fda12dd4fb6d69e8176b079f8f7f9a4d1a3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006223_person140_bacteria_668.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bfc50ae2dd7415e286124ebe175d0c14d37dc46c5836d4e57c2086e0b9a5dc9 +size 68756 diff --git a/MendeleyCXR/images/Darwin_00006224_person141_bacteria_670.png b/MendeleyCXR/images/Darwin_00006224_person141_bacteria_670.png new file mode 100644 index 0000000000000000000000000000000000000000..f82575284395078b40ad6e03ee4e7f3df856d158 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006224_person141_bacteria_670.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cc3c45c45e691675f8afa7c3021289109efa106a198e0c8812855dcddbc2a19 +size 62975 diff --git a/MendeleyCXR/images/Darwin_00006225_person141_bacteria_676.png b/MendeleyCXR/images/Darwin_00006225_person141_bacteria_676.png new file mode 100644 index 0000000000000000000000000000000000000000..a76623f3e3550b7b9dc4b27658062e47b54a6684 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006225_person141_bacteria_676.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de41fd59273bbfac65c0ffb76f31655fe90fd97ce96c12e627a3b2da596948ec +size 66399 diff --git a/MendeleyCXR/images/Darwin_00006226_person141_bacteria_677.png b/MendeleyCXR/images/Darwin_00006226_person141_bacteria_677.png new file mode 100644 index 0000000000000000000000000000000000000000..809cb4f9a2bae60c51a36363a75845346c603a73 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006226_person141_bacteria_677.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f69400022caf8101161eace154fa422636c489835f7a3e444c602a93344ffdc +size 71244 diff --git a/MendeleyCXR/images/Darwin_00006227_person141_bacteria_678.png b/MendeleyCXR/images/Darwin_00006227_person141_bacteria_678.png new file mode 100644 index 0000000000000000000000000000000000000000..9ecf19bf34b2a61987067d5e50c5c4c37e8f1300 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006227_person141_bacteria_678.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:384a38d3b577f853e8dd37cc13f729b4e0842c2f518d5a24cdae72af868dac71 +size 65444 diff --git a/MendeleyCXR/images/Darwin_00006228_person141_bacteria_681.png b/MendeleyCXR/images/Darwin_00006228_person141_bacteria_681.png new file mode 100644 index 0000000000000000000000000000000000000000..c2a2ac6f40df7cde59f10178f6a59be259b7f68a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006228_person141_bacteria_681.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e89921bef8c0828816b40682b7f6df3f083f65797b86cfd34a1a51c3a55398c +size 67432 diff --git a/MendeleyCXR/images/Darwin_00006229_person142_bacteria_682.png b/MendeleyCXR/images/Darwin_00006229_person142_bacteria_682.png new file mode 100644 index 0000000000000000000000000000000000000000..357cf729584f90054aa13508b190fe6277864cb2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006229_person142_bacteria_682.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc2e4727afedc08ff907f5599bb86e960a60168b8db5e5f3da9936f1647194e3 +size 75145 diff --git a/MendeleyCXR/images/Darwin_00006230_person142_bacteria_683.png b/MendeleyCXR/images/Darwin_00006230_person142_bacteria_683.png new file mode 100644 index 0000000000000000000000000000000000000000..b730a2b128184090d8c5d9dbae1841943722de93 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006230_person142_bacteria_683.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b1166207ad0752a9f7d1862a3118b6676cf2b21125207f7fd004bb1301c8b35 +size 68717 diff --git a/MendeleyCXR/images/Darwin_00006231_person142_bacteria_684.png b/MendeleyCXR/images/Darwin_00006231_person142_bacteria_684.png new file mode 100644 index 0000000000000000000000000000000000000000..1ddfbfd1ead7cf382993362d687d077bfd9c516e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006231_person142_bacteria_684.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ede2ffc1e4cbbf68dea229ab1bdf2d616548d93160544f027177f5704a9b5d36 +size 66928 diff --git a/MendeleyCXR/images/Darwin_00006232_person143_bacteria_687.png b/MendeleyCXR/images/Darwin_00006232_person143_bacteria_687.png new file mode 100644 index 0000000000000000000000000000000000000000..e7751dcffc8fb6164cdf052e96704e8dab3b787a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006232_person143_bacteria_687.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15b8d149e9b5b3b95016153f0f272b70077f8e2b88f683c4bd92cab45f9a85cc +size 74961 diff --git a/MendeleyCXR/images/Darwin_00006233_person143_bacteria_688.png b/MendeleyCXR/images/Darwin_00006233_person143_bacteria_688.png new file mode 100644 index 0000000000000000000000000000000000000000..27d420cc1c418b320aec6decc8e7d9817c051900 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006233_person143_bacteria_688.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61a806056c62d1c37e1c907191269ea9bde157794dda35d34cf428952b8e63e6 +size 74344 diff --git a/MendeleyCXR/images/Darwin_00006234_person143_bacteria_689.png b/MendeleyCXR/images/Darwin_00006234_person143_bacteria_689.png new file mode 100644 index 0000000000000000000000000000000000000000..1319d1ca7ab1340704874f64ddbe63ce2f81cae0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006234_person143_bacteria_689.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce092839519114b2e2bef3fa008482c46505dfb1d62f799b4a873804332a0bcf +size 74097 diff --git a/MendeleyCXR/images/Darwin_00006235_person144_bacteria_690.png b/MendeleyCXR/images/Darwin_00006235_person144_bacteria_690.png new file mode 100644 index 0000000000000000000000000000000000000000..89ae918acdbbfeb9da7fb8647dc25e24c906c8cf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006235_person144_bacteria_690.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b359bbc7f6b1e88d01ae10d60a150e93c403eb18742adfef4e7e1c314ea1800e +size 68748 diff --git a/MendeleyCXR/images/Darwin_00006236_person145_bacteria_696.png b/MendeleyCXR/images/Darwin_00006236_person145_bacteria_696.png new file mode 100644 index 0000000000000000000000000000000000000000..012a30aeaf6a38286d73fabd8b7e4a9f008081c4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006236_person145_bacteria_696.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4419589d27a6d6c6f3c3e9da51b2f1a626abe789c4cdb4d74a4ea4152c49ca7d +size 67495 diff --git a/MendeleyCXR/images/Darwin_00006237_person146_bacteria_700.png b/MendeleyCXR/images/Darwin_00006237_person146_bacteria_700.png new file mode 100644 index 0000000000000000000000000000000000000000..1b91bd1df3ddbea98be002c5b94a195e1ce90e3d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006237_person146_bacteria_700.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:303d2f0902cfb450fc1a573a3261b8b4ed49067169bbcb69dffdc06ce94c8e4b +size 76030 diff --git a/MendeleyCXR/images/Darwin_00006238_person146_bacteria_703.png b/MendeleyCXR/images/Darwin_00006238_person146_bacteria_703.png new file mode 100644 index 0000000000000000000000000000000000000000..721e164fa0fbb5db18b458d08d61db86dd7fa268 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006238_person146_bacteria_703.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60a66bfefd94751d9d257a83211806eaa54f84fc211721711a282b650f3a9d30 +size 68697 diff --git a/MendeleyCXR/images/Darwin_00006239_person146_bacteria_704.png b/MendeleyCXR/images/Darwin_00006239_person146_bacteria_704.png new file mode 100644 index 0000000000000000000000000000000000000000..1858a9018efb76639b46b21090e4d68cd89c97e1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006239_person146_bacteria_704.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebcdd8be75dc3f3db19bdf36af352195d064a36aa46788084c9dc26c691889cb +size 71080 diff --git a/MendeleyCXR/images/Darwin_00006240_person147_bacteria_705.png b/MendeleyCXR/images/Darwin_00006240_person147_bacteria_705.png new file mode 100644 index 0000000000000000000000000000000000000000..67d79a509605e784fd44099ff49369e78cfa82f4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006240_person147_bacteria_705.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8075482bb72a4bb37c08d4d86d850a439bd46ddbd70b2e5aed0e500da4ab7f15 +size 69810 diff --git a/MendeleyCXR/images/Darwin_00006241_person147_bacteria_706.png b/MendeleyCXR/images/Darwin_00006241_person147_bacteria_706.png new file mode 100644 index 0000000000000000000000000000000000000000..54f94f299305cafb8d07f3b213277680434c5e13 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006241_person147_bacteria_706.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e8190d1667567d1fe64e312995e37c9f08204e8f1fea22e079eb35791f2fba9 +size 72461 diff --git a/MendeleyCXR/images/Darwin_00006242_person147_bacteria_707.png b/MendeleyCXR/images/Darwin_00006242_person147_bacteria_707.png new file mode 100644 index 0000000000000000000000000000000000000000..452dff95867fd307a30154aab4ae7a56b4acbe19 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006242_person147_bacteria_707.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c79ffe3eebf1995f9d25cfac33e2e8edd75f130711f28787f2d8c5c841d3a585 +size 77233 diff --git a/MendeleyCXR/images/Darwin_00006243_person147_bacteria_711.png b/MendeleyCXR/images/Darwin_00006243_person147_bacteria_711.png new file mode 100644 index 0000000000000000000000000000000000000000..0ab22c3c8737d1513bffb6fc19418f7fef9f025f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006243_person147_bacteria_711.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caaf4492cfc6e2bde8b7b0f7b6418e0f26dd10ccc158cc57dcc5e7acd6398121 +size 75342 diff --git a/MendeleyCXR/images/Darwin_00006244_person149_bacteria_713.png b/MendeleyCXR/images/Darwin_00006244_person149_bacteria_713.png new file mode 100644 index 0000000000000000000000000000000000000000..87475f5476196873aa2bc12d79da302b1f9e9785 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006244_person149_bacteria_713.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33398af0e4f6e2088cfd2ac1784d6dda7ee0fc0e59c70af4913ba4e029d6df42 +size 73729 diff --git a/MendeleyCXR/images/Darwin_00006245_person150_bacteria_715.png b/MendeleyCXR/images/Darwin_00006245_person150_bacteria_715.png new file mode 100644 index 0000000000000000000000000000000000000000..d8584b18b827781f7e903ceb8232ab307d152bfe --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006245_person150_bacteria_715.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6910cb6ee7f351d23c0c605900e3bc49e872ac874b47c5e201bc81c33913b3c +size 67949 diff --git a/MendeleyCXR/images/Darwin_00006246_person150_bacteria_716.png b/MendeleyCXR/images/Darwin_00006246_person150_bacteria_716.png new file mode 100644 index 0000000000000000000000000000000000000000..7abfe57aa3f2b05c258ec29d17c00d398cfebece --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006246_person150_bacteria_716.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15c92ab98c52fc12c7b744f18c4f9d279a83fce84b670b18a84f3826f6a18775 +size 70607 diff --git a/MendeleyCXR/images/Darwin_00006247_person150_bacteria_717.png b/MendeleyCXR/images/Darwin_00006247_person150_bacteria_717.png new file mode 100644 index 0000000000000000000000000000000000000000..7a46c0f932b64724f6ceac71f235a8a5437d447e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006247_person150_bacteria_717.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb81ec9e81c7e5929663d2d786b46361baee30523fde0f1ef6d60fa7f43df1bb +size 73902 diff --git a/MendeleyCXR/images/Darwin_00006249_person152_bacteria_720.png b/MendeleyCXR/images/Darwin_00006249_person152_bacteria_720.png new file mode 100644 index 0000000000000000000000000000000000000000..e10aeae54eaac9c54d13c4e12a2415b48d3523d0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006249_person152_bacteria_720.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:849d345aac48b7db6a3dd39205264375d0656c890cfdd8ece92d0be5d100021e +size 69915 diff --git a/MendeleyCXR/images/Darwin_00006250_person152_bacteria_721.png b/MendeleyCXR/images/Darwin_00006250_person152_bacteria_721.png new file mode 100644 index 0000000000000000000000000000000000000000..4319ae21eb042a51b36b2c461e62e642a7c7a8d1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006250_person152_bacteria_721.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d3565b4245667a33dc9883feea5ba6ad95e0a5f3f91428e1cec64c803370480 +size 62060 diff --git a/MendeleyCXR/images/Darwin_00006251_person152_bacteria_722.png b/MendeleyCXR/images/Darwin_00006251_person152_bacteria_722.png new file mode 100644 index 0000000000000000000000000000000000000000..9bad383be989f867f9ed085c85ef50ad0fda4b52 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006251_person152_bacteria_722.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8646000ab40b8da342d4322740b358f7aaf55b99d13c73e2814e51a099c52ba +size 64019 diff --git a/MendeleyCXR/images/Darwin_00006252_person152_bacteria_723.png b/MendeleyCXR/images/Darwin_00006252_person152_bacteria_723.png new file mode 100644 index 0000000000000000000000000000000000000000..b0d3fb9bdf030f65271e14021f32b1b2267db0df --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006252_person152_bacteria_723.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a5cae6b22ead884e684d57374b52d68773bac9b9402a5ad10e55f74ee784561 +size 67610 diff --git a/MendeleyCXR/images/Darwin_00006253_person152_bacteria_724.png b/MendeleyCXR/images/Darwin_00006253_person152_bacteria_724.png new file mode 100644 index 0000000000000000000000000000000000000000..13b9f201ee0a90609ef8b9f2d8667440d15e5a7b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006253_person152_bacteria_724.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be093a67d07fa1f8835fd67e51c9b35ccfbb0885c2bd5a3f9fd25a84ed7b84e3 +size 74734 diff --git a/MendeleyCXR/images/Darwin_00006254_person153_bacteria_725.png b/MendeleyCXR/images/Darwin_00006254_person153_bacteria_725.png new file mode 100644 index 0000000000000000000000000000000000000000..6839ecebb9e2e824a0ecd18a4acbdbaadc6a2e4c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006254_person153_bacteria_725.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86bc2c8aff695a651ed71afeb2bbd19a4922279b7fa32ca767b2b4c09db73a50 +size 73333 diff --git a/MendeleyCXR/images/Darwin_00006255_person153_bacteria_726.png b/MendeleyCXR/images/Darwin_00006255_person153_bacteria_726.png new file mode 100644 index 0000000000000000000000000000000000000000..8669002609fb5935ec1fe68c602ba280f1a76070 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006255_person153_bacteria_726.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e19ceea544f6ec2d1fbd2920c1eea085805625433efcd5420af73f096058c0de +size 71475 diff --git a/MendeleyCXR/images/Darwin_00006256_person154_bacteria_728.png b/MendeleyCXR/images/Darwin_00006256_person154_bacteria_728.png new file mode 100644 index 0000000000000000000000000000000000000000..53c121ae535ad92ae5c672d321d132dfcff2c1d4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006256_person154_bacteria_728.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:608b51d3fd1ee07572557e6a62534dfe9a7d941f411b683925dbf87920e9670a +size 80508 diff --git a/MendeleyCXR/images/Darwin_00006257_person155_bacteria_729.png b/MendeleyCXR/images/Darwin_00006257_person155_bacteria_729.png new file mode 100644 index 0000000000000000000000000000000000000000..406b6aadcc2d3d80bfc43d88921e121aa32bab5f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006257_person155_bacteria_729.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9c3066c4d11e8ded13ffd3fc13fbd65651331bc0955076019a94eb222d1840f +size 69975 diff --git a/MendeleyCXR/images/Darwin_00006258_person155_bacteria_730.png b/MendeleyCXR/images/Darwin_00006258_person155_bacteria_730.png new file mode 100644 index 0000000000000000000000000000000000000000..1a414936479e7b9f0f44f96897e5c12d8d978ae9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006258_person155_bacteria_730.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fccf2f537197cba06c0d81718e42014d0185c39fee58807b6a858503b9860e6d +size 73191 diff --git a/MendeleyCXR/images/Darwin_00006259_person155_bacteria_731.png b/MendeleyCXR/images/Darwin_00006259_person155_bacteria_731.png new file mode 100644 index 0000000000000000000000000000000000000000..e9f985ff552ef4c6912a8bda79e4943ca2774ef6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006259_person155_bacteria_731.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:067a85152d2a23342e3d73082adaa56ba02852ded5085ddcbed4818bb33ac11e +size 67924 diff --git a/MendeleyCXR/images/Darwin_00006260_person157_bacteria_735.png b/MendeleyCXR/images/Darwin_00006260_person157_bacteria_735.png new file mode 100644 index 0000000000000000000000000000000000000000..952c0891d0046ad668614e90cf1511a3107ffe37 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006260_person157_bacteria_735.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25058261e3f5f603391c73fea6888cab6130a4d0cd99d05a71546bff55f9fae0 +size 75690 diff --git a/MendeleyCXR/images/Darwin_00006261_person157_bacteria_739.png b/MendeleyCXR/images/Darwin_00006261_person157_bacteria_739.png new file mode 100644 index 0000000000000000000000000000000000000000..51fcb56b3bbd53344ae3fe1684971b6c62203108 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006261_person157_bacteria_739.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2dd4d88e0dddc2a484aa742f46740b48aeeab7ac0dd0e4c53535de0d4210e20 +size 69820 diff --git a/MendeleyCXR/images/Darwin_00006262_person157_bacteria_740.png b/MendeleyCXR/images/Darwin_00006262_person157_bacteria_740.png new file mode 100644 index 0000000000000000000000000000000000000000..030f01c013591f3a77e0e63a2b1f0f9dabc64cec --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006262_person157_bacteria_740.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d490eac1be40bdcc36282f8f241d8262e3da03cef64094b2b8c4555eb6a03557 +size 72737 diff --git a/MendeleyCXR/images/Darwin_00006263_person158_bacteria_742.png b/MendeleyCXR/images/Darwin_00006263_person158_bacteria_742.png new file mode 100644 index 0000000000000000000000000000000000000000..8e61b9875524461a6c6107db4f8e7b49f4249c37 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006263_person158_bacteria_742.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64a3c3ce673dffd1da83c97f2ad1bb840ba05caa091b0343cac5d3218304d3e9 +size 69206 diff --git a/MendeleyCXR/images/Darwin_00006264_person158_bacteria_743.png b/MendeleyCXR/images/Darwin_00006264_person158_bacteria_743.png new file mode 100644 index 0000000000000000000000000000000000000000..58b826a16a584dfd47f708d7eb07e72398c63ef1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006264_person158_bacteria_743.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a4c2100e708926ab3ab7b1e74127f87ed864862a88b60f126d2b271ce11b0c9 +size 74132 diff --git a/MendeleyCXR/images/Darwin_00006265_person158_bacteria_744.png b/MendeleyCXR/images/Darwin_00006265_person158_bacteria_744.png new file mode 100644 index 0000000000000000000000000000000000000000..a937c87b1da52b8ea91279817544341b32ea218f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006265_person158_bacteria_744.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac67e0e637176cc8c6e535f8c7a441060b8906718617905796b40ab66ec33ee0 +size 68268 diff --git a/MendeleyCXR/images/Darwin_00006266_person158_bacteria_745.png b/MendeleyCXR/images/Darwin_00006266_person158_bacteria_745.png new file mode 100644 index 0000000000000000000000000000000000000000..540dad49bdecf0c589e50acb963854e97e22e0f6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006266_person158_bacteria_745.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d85e992f42277b5225641baa3c928fd2555401892816a17462d77d72c09b108a +size 64368 diff --git a/MendeleyCXR/images/Darwin_00006267_person159_bacteria_746.png b/MendeleyCXR/images/Darwin_00006267_person159_bacteria_746.png new file mode 100644 index 0000000000000000000000000000000000000000..84eefe2d7aabf8b9342dc8a494819fb3d17ca806 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006267_person159_bacteria_746.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3e101923d4e282a4361bcbabe371d24df4cf380eaf61ca9357b5dfda2099dc8 +size 66067 diff --git a/MendeleyCXR/images/Darwin_00006268_person159_bacteria_747.png b/MendeleyCXR/images/Darwin_00006268_person159_bacteria_747.png new file mode 100644 index 0000000000000000000000000000000000000000..0ba42b2f5f8c44d41c3d28ddd207b9d1bfffa80f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006268_person159_bacteria_747.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c81f724b26a397471e30fd0f3170a6da88835a7c6d3836eabd9f2eb5e883d2b8 +size 67948 diff --git a/MendeleyCXR/images/Darwin_00006269_person161_bacteria_757.png b/MendeleyCXR/images/Darwin_00006269_person161_bacteria_757.png new file mode 100644 index 0000000000000000000000000000000000000000..17528beb3ed9f924433e372c55597b9635f59371 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006269_person161_bacteria_757.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f8f01d8148f3fbf2399e5b9deff869c43dda2473566ca519d1de01d5f5bd44e +size 73364 diff --git a/MendeleyCXR/images/Darwin_00006271_person161_bacteria_762.png b/MendeleyCXR/images/Darwin_00006271_person161_bacteria_762.png new file mode 100644 index 0000000000000000000000000000000000000000..01e3e61d5ea44fbe8e2272bda586aaadf344dd1c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006271_person161_bacteria_762.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a72378f6d36a268a789b1b1434980c79155f0543633f3e6327eee1594cf1cf9 +size 67497 diff --git a/MendeleyCXR/images/Darwin_00006272_person171_bacteria_826.png b/MendeleyCXR/images/Darwin_00006272_person171_bacteria_826.png new file mode 100644 index 0000000000000000000000000000000000000000..b6173e202f7019a6ba9e87701df0961fe6c57650 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006272_person171_bacteria_826.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e21db1d3e77f6bafeb01e9ab36d2b460df2022e3721a937e445c15129ce305bd +size 62804 diff --git a/MendeleyCXR/images/Darwin_00006273_person172_bacteria_827.png b/MendeleyCXR/images/Darwin_00006273_person172_bacteria_827.png new file mode 100644 index 0000000000000000000000000000000000000000..c37184798da164b10f6a9df05fd7734c4e600aab --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006273_person172_bacteria_827.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1c795c72fc8c75960065edb7cf90d9f862d4bfce5a67d3f1adcba057532a7f6 +size 71203 diff --git a/MendeleyCXR/images/Darwin_00006274_person172_bacteria_828.png b/MendeleyCXR/images/Darwin_00006274_person172_bacteria_828.png new file mode 100644 index 0000000000000000000000000000000000000000..f0dd36802d2b33a7e991ff10cd56b27f02eef7e2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006274_person172_bacteria_828.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34337eb815a124ccc1fcd1ec9b386c4276b26f38cbc111bcce4e4cc02081f4d4 +size 70650 diff --git a/MendeleyCXR/images/Darwin_00006275_person173_bacteria_829.png b/MendeleyCXR/images/Darwin_00006275_person173_bacteria_829.png new file mode 100644 index 0000000000000000000000000000000000000000..ba7727b2979856d2dfa5baad2f10037238eb4ce5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006275_person173_bacteria_829.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4273af55eabd0d44bb1b57e64abe926c7ce7ee3ec54e425d470693aeb1b1d4bb +size 74253 diff --git a/MendeleyCXR/images/Darwin_00006276_person173_bacteria_830.png b/MendeleyCXR/images/Darwin_00006276_person173_bacteria_830.png new file mode 100644 index 0000000000000000000000000000000000000000..02929a231b2296006ca5c44c07d2562403f2e599 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006276_person173_bacteria_830.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:980ae5d96209544f7a45fc8261b86f2bcc6cf5fda58c77a533190e4e168b6c84 +size 71729 diff --git a/MendeleyCXR/images/Darwin_00006277_person173_bacteria_831.png b/MendeleyCXR/images/Darwin_00006277_person173_bacteria_831.png new file mode 100644 index 0000000000000000000000000000000000000000..cbff4dd97ee0e26a4cc5706caa5e6671ebe8df28 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006277_person173_bacteria_831.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a264220511f423e51c1d3a3ecdec9777e37a70354de1c09b2e52d5d687c77276 +size 82302 diff --git a/MendeleyCXR/images/Darwin_00006278_person174_bacteria_832.png b/MendeleyCXR/images/Darwin_00006278_person174_bacteria_832.png new file mode 100644 index 0000000000000000000000000000000000000000..63c4bb6fcbadaf7f14a70d5406b684415b9d19bc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006278_person174_bacteria_832.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aef7ff84d451d8c0ff747053dfb3c585d41ecc177f43d0a0832a040b9f9b3fce +size 86941 diff --git a/MendeleyCXR/images/Darwin_00006279_person175_bacteria_833.png b/MendeleyCXR/images/Darwin_00006279_person175_bacteria_833.png new file mode 100644 index 0000000000000000000000000000000000000000..8c47bee5691e8a692129020a3ddd66e40b9d057e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006279_person175_bacteria_833.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:742ca14c7658697dc35bccecce7e3b2232e61f767c2f3c0866210a040e377249 +size 72010 diff --git a/MendeleyCXR/images/Darwin_00006280_person175_bacteria_834.png b/MendeleyCXR/images/Darwin_00006280_person175_bacteria_834.png new file mode 100644 index 0000000000000000000000000000000000000000..77bb29472409555c6cfb305c3fd9b236feadbbb0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006280_person175_bacteria_834.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3a1f37055dde584780d0ee6d6b5c9b7a6de153792dea4df51e8fda91dc9588d +size 73221 diff --git a/MendeleyCXR/images/Darwin_00006281_person175_bacteria_835.png b/MendeleyCXR/images/Darwin_00006281_person175_bacteria_835.png new file mode 100644 index 0000000000000000000000000000000000000000..e5c4ea026ce0d3feac6b19cd429ea9a2378ade4e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006281_person175_bacteria_835.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e1eadd2670b43a33a0b1d81d6402799e44bf5cd97f27c16a3dc069c4bba90c4 +size 75834 diff --git a/MendeleyCXR/images/Darwin_00006282_person1_virus_6.png b/MendeleyCXR/images/Darwin_00006282_person1_virus_6.png new file mode 100644 index 0000000000000000000000000000000000000000..da48728280d59cf7eb40769985cfd9f8c8b14552 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006282_person1_virus_6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:398283606ace37dae0ab4d6c2591fe7961ac536e4cd83ca5a1786dfe8848f27a +size 67864 diff --git a/MendeleyCXR/images/Darwin_00006283_person1_virus_7.png b/MendeleyCXR/images/Darwin_00006283_person1_virus_7.png new file mode 100644 index 0000000000000000000000000000000000000000..5f07e1df636b465eee25cbeca2b6e9ce31cc79c7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006283_person1_virus_7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4052f6e1edc9143a61cdb22e844f7db2d0cf9be0126db63ce6b1496020940f7d +size 63908 diff --git a/MendeleyCXR/images/Darwin_00006284_person1_virus_8.png b/MendeleyCXR/images/Darwin_00006284_person1_virus_8.png new file mode 100644 index 0000000000000000000000000000000000000000..7c16d072f110e3bd41592ec9be0332742dab0abc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006284_person1_virus_8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63157762ed4ae0af0d3665165281f5dfcdcb267d5464fc2deb5af29e357fd406 +size 72771 diff --git a/MendeleyCXR/images/Darwin_00006285_person1_virus_9.png b/MendeleyCXR/images/Darwin_00006285_person1_virus_9.png new file mode 100644 index 0000000000000000000000000000000000000000..2f6270e1da5bea43844152ffc5ac2efa126e7a77 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006285_person1_virus_9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1be53e952d4c1e2d3ee82677894b943e89c8272f71763c7dc8be7101ca9057cf +size 71027 diff --git a/MendeleyCXR/images/Darwin_00006286_person1_virus_11.png b/MendeleyCXR/images/Darwin_00006286_person1_virus_11.png new file mode 100644 index 0000000000000000000000000000000000000000..9df7e874a876468f85b242c088cccbf2609af479 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006286_person1_virus_11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:121d9e802516535fcd2c88e97177856b8e1164e8cc623b9995d918d6f3e0ea22 +size 66199 diff --git a/MendeleyCXR/images/Darwin_00006287_person1_virus_12.png b/MendeleyCXR/images/Darwin_00006287_person1_virus_12.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ad6ca4cb1159cc51d1d0143947f2c87699429d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006287_person1_virus_12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59093c0fc33674d422ca9ae22492f9d5ee30b9e0eee2fa1458e806c008bd913c +size 66113 diff --git a/MendeleyCXR/images/Darwin_00006288_person1_virus_13.png b/MendeleyCXR/images/Darwin_00006288_person1_virus_13.png new file mode 100644 index 0000000000000000000000000000000000000000..67851a6afecccd291abf2be5d2c8b3a3499e7dfe --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006288_person1_virus_13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01d7c56fadfcf7d00d8cf41c15f446d0ac459c47b1ddb75c31dbe6e84da92832 +size 72090 diff --git a/MendeleyCXR/images/Darwin_00006289_person3_virus_15.png b/MendeleyCXR/images/Darwin_00006289_person3_virus_15.png new file mode 100644 index 0000000000000000000000000000000000000000..581cdb8cb10d4b38edd974d2b60d5b18ba9eaf9c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006289_person3_virus_15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b3eb6d43270a67d3a282c33ce584e66db1f94439cf281e4ea0ff6cae4aa571e +size 74443 diff --git a/MendeleyCXR/images/Darwin_00006290_person3_virus_16.png b/MendeleyCXR/images/Darwin_00006290_person3_virus_16.png new file mode 100644 index 0000000000000000000000000000000000000000..2c2e62fab7b50d44feaf67ab1df9e19c0566b6fc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006290_person3_virus_16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e88dc08e3baa3b75895ecf502b2da9d3a088b222de7ea78a9a4011ab8741c009 +size 72360 diff --git a/MendeleyCXR/images/Darwin_00006291_person3_virus_17.png b/MendeleyCXR/images/Darwin_00006291_person3_virus_17.png new file mode 100644 index 0000000000000000000000000000000000000000..ed14db576c9e51a0c9063441069b6aa16a47abf8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006291_person3_virus_17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c81a7bbce29ecd593d3ce9b8394e9e6b2a16cd01cb29b5580336ee0353577f2 +size 72467 diff --git a/MendeleyCXR/images/Darwin_00006292_person8_virus_27.png b/MendeleyCXR/images/Darwin_00006292_person8_virus_27.png new file mode 100644 index 0000000000000000000000000000000000000000..d42088de400e5f3c84d6f862eb959dbd56d53863 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006292_person8_virus_27.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9664c341e0b6c48f1936df70d9a330eb61e546759f5adef48ad58ea96c4e51d +size 70763 diff --git a/MendeleyCXR/images/Darwin_00006293_person8_virus_28.png b/MendeleyCXR/images/Darwin_00006293_person8_virus_28.png new file mode 100644 index 0000000000000000000000000000000000000000..11dc4047d0d9c19c7cbd1eff3b7abf30e67798fb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006293_person8_virus_28.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:548ed92643349f6fd01f89d6b5d9b837efe50426d356aa63eda4992edcafedc7 +size 72214 diff --git a/MendeleyCXR/images/Darwin_00006294_person10_virus_35.png b/MendeleyCXR/images/Darwin_00006294_person10_virus_35.png new file mode 100644 index 0000000000000000000000000000000000000000..16698d4b1a47789408226a3a60c5be62e7989131 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006294_person10_virus_35.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dcae736c3c04ee73e697ad359977a735355b9ebd170337b077f4c43e1e1dfee +size 81069 diff --git a/MendeleyCXR/images/Darwin_00006295_person11_virus_38.png b/MendeleyCXR/images/Darwin_00006295_person11_virus_38.png new file mode 100644 index 0000000000000000000000000000000000000000..5f5cccf3b603db9dbc7f018953900d5a4522fbf7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006295_person11_virus_38.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae5640e4d6cfba31efe72d947bd3ad090c73361e1f9671006212d4d6edf2ca0e +size 82057 diff --git a/MendeleyCXR/images/Darwin_00006296_person14_virus_44.png b/MendeleyCXR/images/Darwin_00006296_person14_virus_44.png new file mode 100644 index 0000000000000000000000000000000000000000..0a5692a562ae03dc5334438b9bca3d7667e04e70 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006296_person14_virus_44.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10ecad662881f9b9c17198a27814bec3c4efcf844ca7c7d66ab9b874a95c2693 +size 72369 diff --git a/MendeleyCXR/images/Darwin_00006297_person15_virus_46.png b/MendeleyCXR/images/Darwin_00006297_person15_virus_46.png new file mode 100644 index 0000000000000000000000000000000000000000..9a92bc699db7e7ae6c2938a10b5d6aa2cc49c699 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006297_person15_virus_46.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f8b6b77ed6426f4b601ae3133ca9a345429c9da973c5b6b73f32401cb281d14 +size 81553 diff --git a/MendeleyCXR/images/Darwin_00006298_person16_virus_47.png b/MendeleyCXR/images/Darwin_00006298_person16_virus_47.png new file mode 100644 index 0000000000000000000000000000000000000000..a1d2365edf7b7e7bac4eb0e96dafdf65c5ceebd7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006298_person16_virus_47.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e041547109231a9e78a94169cc24e049b5528c4627fbd329cc8579381a522f4 +size 88965 diff --git a/MendeleyCXR/images/Darwin_00006299_person17_virus_48.png b/MendeleyCXR/images/Darwin_00006299_person17_virus_48.png new file mode 100644 index 0000000000000000000000000000000000000000..b304a225f73be4d78aa44e5b0edd046130341e7d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006299_person17_virus_48.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78263cdeeef4aea679a59f7d3aabf45f9ff7a8978bd26ddb16201791d2893c80 +size 70768 diff --git a/MendeleyCXR/images/Darwin_00006300_person18_virus_49.png b/MendeleyCXR/images/Darwin_00006300_person18_virus_49.png new file mode 100644 index 0000000000000000000000000000000000000000..bef00683986c62debf665a8798a829dc8bd595e3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006300_person18_virus_49.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a07b5b3094ce1e9e0863936ec9bd69c0a75ccc761912974684801d6bc07c42b3 +size 74021 diff --git a/MendeleyCXR/images/Darwin_00006301_person19_virus_50.png b/MendeleyCXR/images/Darwin_00006301_person19_virus_50.png new file mode 100644 index 0000000000000000000000000000000000000000..8f120051020a542ee26abd6e22e54ee6d5b5ec44 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006301_person19_virus_50.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7196f91c6fa1e01f1a3daa2e94c1d69e510e03f9300e3a9d8a9c107269fe7cb9 +size 75455 diff --git a/MendeleyCXR/images/Darwin_00006302_person20_virus_51.png b/MendeleyCXR/images/Darwin_00006302_person20_virus_51.png new file mode 100644 index 0000000000000000000000000000000000000000..4132838fdd186de49ff77971feab24a44dad8580 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006302_person20_virus_51.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a932395bbab53fef1694888f7885c821d1cd666c1ec450fbb51e262733e2d67 +size 75263 diff --git a/MendeleyCXR/images/Darwin_00006303_person21_virus_52.png b/MendeleyCXR/images/Darwin_00006303_person21_virus_52.png new file mode 100644 index 0000000000000000000000000000000000000000..4cf34d5edecc178e54e6f19d601738c305b1c27d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006303_person21_virus_52.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f27eb4d3c59e8426b22f2ffcbf1dddd1a3aedc2edc71aabade9d8cd9b64acba +size 72998 diff --git a/MendeleyCXR/images/Darwin_00006304_person21_virus_53.png b/MendeleyCXR/images/Darwin_00006304_person21_virus_53.png new file mode 100644 index 0000000000000000000000000000000000000000..bdcb622261a03c99a61d9bf01f1e578458087fe2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006304_person21_virus_53.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fc51a7f1923314b3e188c57308f65c9e577cfa898a19b82753f3e797e84c71b +size 72296 diff --git a/MendeleyCXR/images/Darwin_00006305_person22_virus_54.png b/MendeleyCXR/images/Darwin_00006305_person22_virus_54.png new file mode 100644 index 0000000000000000000000000000000000000000..1026325f7d94fbde98ae66bfedc6adcf14746c78 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006305_person22_virus_54.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee461cbabf3dc05070ac67ad35666f158a561b2ab87506a71c7c684bfac73c90 +size 67859 diff --git a/MendeleyCXR/images/Darwin_00006306_person22_virus_55.png b/MendeleyCXR/images/Darwin_00006306_person22_virus_55.png new file mode 100644 index 0000000000000000000000000000000000000000..a1a61057ddccbff9630753f74db50ecd239ab038 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006306_person22_virus_55.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:825f08ceb5c3499958748091cfad03c60c7b150bb5c13f284d4e8ba7c52b8b5a +size 72706 diff --git a/MendeleyCXR/images/Darwin_00006307_person23_virus_56.png b/MendeleyCXR/images/Darwin_00006307_person23_virus_56.png new file mode 100644 index 0000000000000000000000000000000000000000..d9d3410795ba76f16f1112c0d5ac86fdbc5ce6b5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006307_person23_virus_56.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ec8e0de0c5f3ae45f6850d5ebda27cec2440faee4df9b0b3b650c8e1d85b088 +size 66596 diff --git a/MendeleyCXR/images/Darwin_00006308_person24_virus_58.png b/MendeleyCXR/images/Darwin_00006308_person24_virus_58.png new file mode 100644 index 0000000000000000000000000000000000000000..86234946c28cb2570237997b54083aebe0d6e69d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006308_person24_virus_58.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a1a8877d20afdd01a29dfb041d952633bfbf018d93d1733ff0dbcb3170ec1e0 +size 77416 diff --git a/MendeleyCXR/images/Darwin_00006309_person25_virus_59.png b/MendeleyCXR/images/Darwin_00006309_person25_virus_59.png new file mode 100644 index 0000000000000000000000000000000000000000..926df2a1d14ebf4399ea5007cae3aeaadf5eff09 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006309_person25_virus_59.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65fba48f2ebde4c7c5dcf5017a1b88809dd8a96a9d173905454ba1b3decb34d1 +size 66233 diff --git a/MendeleyCXR/images/Darwin_00006310_person26_virus_60.png b/MendeleyCXR/images/Darwin_00006310_person26_virus_60.png new file mode 100644 index 0000000000000000000000000000000000000000..50a6e8adc05b4636341d1ed19bfb378f3223a779 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006310_person26_virus_60.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd2857c10d8fa8afbe3bc4542b1da66286d1e04044083d0288de324bddc0b9ed +size 71143 diff --git a/MendeleyCXR/images/Darwin_00006311_person28_virus_62.png b/MendeleyCXR/images/Darwin_00006311_person28_virus_62.png new file mode 100644 index 0000000000000000000000000000000000000000..125228638cb87b02a1441d0805cd8523a4900d80 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006311_person28_virus_62.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48ca0f96987fe34dc172710e7af04a393c2b7c043f2a914197f42e9c9535a7f7 +size 74232 diff --git a/MendeleyCXR/images/Darwin_00006312_person28_virus_63.png b/MendeleyCXR/images/Darwin_00006312_person28_virus_63.png new file mode 100644 index 0000000000000000000000000000000000000000..20f71ede0e3a1c93371103c9d26a3830a6bb69f8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006312_person28_virus_63.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efa07119b8a104ea6608ea1da9e7c1c82503c2717ed6f1b58bde9096d1b68f95 +size 71274 diff --git a/MendeleyCXR/images/Darwin_00006313_person29_virus_64.png b/MendeleyCXR/images/Darwin_00006313_person29_virus_64.png new file mode 100644 index 0000000000000000000000000000000000000000..16043ec9f58a6cd32d6c8b31e4e77eeb053fa390 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006313_person29_virus_64.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f976548b606fc17ccefb606a6ec119e8ec0348ca6f7d8a0f3900463b5c6a74f +size 68914 diff --git a/MendeleyCXR/images/Darwin_00006314_person30_virus_69.png b/MendeleyCXR/images/Darwin_00006314_person30_virus_69.png new file mode 100644 index 0000000000000000000000000000000000000000..d435bc6f36553957478b8ec2a497eed7086e6c5b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006314_person30_virus_69.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:074ab8f1da04e44b7d1205f9bbce534948a849a24e1c2bbd63701ca1fe2156e4 +size 82946 diff --git a/MendeleyCXR/images/Darwin_00006315_person31_virus_70.png b/MendeleyCXR/images/Darwin_00006315_person31_virus_70.png new file mode 100644 index 0000000000000000000000000000000000000000..8ed7818154a603731d26c3d0e380d69827175fdb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006315_person31_virus_70.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2110693fb6c5a6ee453037c3b03b052292a5c57f43efcc4ec2a621b1b915d370 +size 71320 diff --git a/MendeleyCXR/images/Darwin_00006316_person32_virus_71.png b/MendeleyCXR/images/Darwin_00006316_person32_virus_71.png new file mode 100644 index 0000000000000000000000000000000000000000..aa4e37f9a540f71a5d98c9b8e689805a00681eef --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006316_person32_virus_71.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af12900dfac25a491045f7211b45e5e116f193bdbfff3dfe6735e3762ca96beb +size 69419 diff --git a/MendeleyCXR/images/Darwin_00006317_person33_virus_72.png b/MendeleyCXR/images/Darwin_00006317_person33_virus_72.png new file mode 100644 index 0000000000000000000000000000000000000000..7b258f0b8770809530f7f0704a6239171dcf0b0d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006317_person33_virus_72.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:408e8ef9d96ad5f4ba73e5fa0d4613a996909c9dcab544489610f8b20f9a4685 +size 64886 diff --git a/MendeleyCXR/images/Darwin_00006318_person34_virus_76.png b/MendeleyCXR/images/Darwin_00006318_person34_virus_76.png new file mode 100644 index 0000000000000000000000000000000000000000..952ee72605243d53f499d6f189b2f51cd2b26d4c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006318_person34_virus_76.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d0f5f6768ee12b164deb3a64da91a8c1d568f8383da7490cffd43d2ad45aec3 +size 80175 diff --git a/MendeleyCXR/images/Darwin_00006319_person35_virus_80.png b/MendeleyCXR/images/Darwin_00006319_person35_virus_80.png new file mode 100644 index 0000000000000000000000000000000000000000..785f44b4efbacffc897bc761c785881e6671bbe8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006319_person35_virus_80.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b099d1b1ab955a6d30636e4ee4ee8440723e76a49a605b4d9acc3239f1bd411 +size 69234 diff --git a/MendeleyCXR/images/Darwin_00006320_person36_virus_81.png b/MendeleyCXR/images/Darwin_00006320_person36_virus_81.png new file mode 100644 index 0000000000000000000000000000000000000000..c5350e7aa5b0d6aaca64f572c1e72224d842292b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006320_person36_virus_81.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe4b3e5f1f941198b75c2bdb73c11c151f38860611c708301af673673f01e0be +size 64243 diff --git a/MendeleyCXR/images/Darwin_00006321_person37_virus_82.png b/MendeleyCXR/images/Darwin_00006321_person37_virus_82.png new file mode 100644 index 0000000000000000000000000000000000000000..c82509765fb346e6535a08618e55f7b825c7b46c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006321_person37_virus_82.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3182003c4df6f4f8125d3bd4bd42267e34d57c0aa12f994956afd05d58d2010d +size 73615 diff --git a/MendeleyCXR/images/Darwin_00006322_person38_virus_83.png b/MendeleyCXR/images/Darwin_00006322_person38_virus_83.png new file mode 100644 index 0000000000000000000000000000000000000000..b1c8c8a570f414027c85a4661a2281533002568c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006322_person38_virus_83.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3f6bbced460b0e73982eb5be30c379566bb5fb7f9b3af1371486e938efbe5c1 +size 70972 diff --git a/MendeleyCXR/images/Darwin_00006323_person38_virus_84.png b/MendeleyCXR/images/Darwin_00006323_person38_virus_84.png new file mode 100644 index 0000000000000000000000000000000000000000..9006f8507ba9470dd9ee27affcc44d6a1106267b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006323_person38_virus_84.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9d7921e10b6e7bd924eeea14343e34e82385b795f2e0d8c577b25ec9d286aa0 +size 67119 diff --git a/MendeleyCXR/images/Darwin_00006324_person39_virus_85.png b/MendeleyCXR/images/Darwin_00006324_person39_virus_85.png new file mode 100644 index 0000000000000000000000000000000000000000..5a0ca70364871988eef58fd82a4f647c8e1d8c86 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006324_person39_virus_85.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:375f7ba93351502be7f548f82c2ccec0bfc6f5f3ffe08d75de3087a0869eaff0 +size 76481 diff --git a/MendeleyCXR/images/Darwin_00006325_person40_virus_87.png b/MendeleyCXR/images/Darwin_00006325_person40_virus_87.png new file mode 100644 index 0000000000000000000000000000000000000000..f76c75c06351d7c07d26977083031119951d1a6f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006325_person40_virus_87.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86435cb0d00098cb7df1a5a3ca7610e9a6b7a9f36d8a45280d5b51bae9d4db9e +size 68640 diff --git a/MendeleyCXR/images/Darwin_00006326_person41_virus_88.png b/MendeleyCXR/images/Darwin_00006326_person41_virus_88.png new file mode 100644 index 0000000000000000000000000000000000000000..ec757d3766a018b9ef4ba5e98120e3851a19be01 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006326_person41_virus_88.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dc71176bd8e36558ac1d3f770bacf5da773381f828ed2a246dab8113818e97a +size 71915 diff --git a/MendeleyCXR/images/Darwin_00006327_person42_virus_89.png b/MendeleyCXR/images/Darwin_00006327_person42_virus_89.png new file mode 100644 index 0000000000000000000000000000000000000000..51bac03a24627c804577f5acb30ba4e6235cdad3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006327_person42_virus_89.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6784242df176dfcb8966da18426118c261bf096cb751742149d38833f8cf208 +size 69387 diff --git a/MendeleyCXR/images/Darwin_00006328_person43_virus_92.png b/MendeleyCXR/images/Darwin_00006328_person43_virus_92.png new file mode 100644 index 0000000000000000000000000000000000000000..575167d89c24fdb5b20f7f4bf0c40b97fb20afb4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006328_person43_virus_92.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67ab29e5563c32d987966b5efa9ec5eff1e4742fc44482953784c1c2b43bbfc9 +size 71485 diff --git a/MendeleyCXR/images/Darwin_00006329_person44_virus_93.png b/MendeleyCXR/images/Darwin_00006329_person44_virus_93.png new file mode 100644 index 0000000000000000000000000000000000000000..76dd45023cadab9f6fd987996bb4c150da05f259 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006329_person44_virus_93.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1093fdb6af33223ae7786ac9537a5875b9ee52d2263e1224271517b4bec6e353 +size 74673 diff --git a/MendeleyCXR/images/Darwin_00006330_person44_virus_94.png b/MendeleyCXR/images/Darwin_00006330_person44_virus_94.png new file mode 100644 index 0000000000000000000000000000000000000000..1e462ae9d8ac38a5b43e5eeb0387cae2101ec2b3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006330_person44_virus_94.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2f511c00dbdbc9548850ab2e66476c236316eeadb21261e2b0bb9783733f855 +size 70252 diff --git a/MendeleyCXR/images/Darwin_00006331_person45_virus_95.png b/MendeleyCXR/images/Darwin_00006331_person45_virus_95.png new file mode 100644 index 0000000000000000000000000000000000000000..e1370216dfef474dbcfdee65e80d94da5ba5dc6e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006331_person45_virus_95.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e46ca58cb1ecfc1a73877b0f86ffb8b222ee6fb7610386cefe8ba8edf4fed445 +size 69185 diff --git a/MendeleyCXR/images/Darwin_00006332_person46_virus_96.png b/MendeleyCXR/images/Darwin_00006332_person46_virus_96.png new file mode 100644 index 0000000000000000000000000000000000000000..05445e483f261300e3b762d1b47ea4cd349fcb0d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006332_person46_virus_96.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f5a60c360194463ca3e62ed5b2bdfa8e569794edefe512945c8c9288a81f825 +size 70900 diff --git a/MendeleyCXR/images/Darwin_00006333_person47_virus_99.png b/MendeleyCXR/images/Darwin_00006333_person47_virus_99.png new file mode 100644 index 0000000000000000000000000000000000000000..0cd20499a9a063efe594741b3f01f9ca54448c52 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006333_person47_virus_99.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edf9cb2fce1d6d3c36dbe46788de48606d2118af1cd50a43365154a843b727df +size 68461 diff --git a/MendeleyCXR/images/Darwin_00006334_person48_virus_100.png b/MendeleyCXR/images/Darwin_00006334_person48_virus_100.png new file mode 100644 index 0000000000000000000000000000000000000000..b4b3818abc2761713eafb268608b0b3def91190a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006334_person48_virus_100.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68cecac6802e2fd35556727b285616edecabb0a808d9b19224d89629895aead3 +size 73700 diff --git a/MendeleyCXR/images/Darwin_00006335_person49_virus_101.png b/MendeleyCXR/images/Darwin_00006335_person49_virus_101.png new file mode 100644 index 0000000000000000000000000000000000000000..d07686ad2b6e5a98d7552693f71cf6438053972c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006335_person49_virus_101.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfa93938bf85bd5ba516e0f103aac676f55b3035a4fd1e9d0e5f1abb104b3c0b +size 72949 diff --git a/MendeleyCXR/images/Darwin_00006336_person50_virus_102.png b/MendeleyCXR/images/Darwin_00006336_person50_virus_102.png new file mode 100644 index 0000000000000000000000000000000000000000..87ec3e882fd501d767228abfc126ec79ee185195 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006336_person50_virus_102.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e81e368a051338e34f0d22f5e048a639a559dca92562f3ac60b56edc0c38fbd9 +size 70943 diff --git a/MendeleyCXR/images/Darwin_00006337_person51_virus_105.png b/MendeleyCXR/images/Darwin_00006337_person51_virus_105.png new file mode 100644 index 0000000000000000000000000000000000000000..1751019d944b0111d694fe1320297e07a20a2551 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006337_person51_virus_105.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:300d021fe3914d9b53606b9a0071b358bbf0d16631462116b691e0a046c3c8f5 +size 73674 diff --git a/MendeleyCXR/images/Darwin_00006338_person52_virus_106.png b/MendeleyCXR/images/Darwin_00006338_person52_virus_106.png new file mode 100644 index 0000000000000000000000000000000000000000..557e5e0c9a9e34b6b0dc92690671b9d21213c01a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006338_person52_virus_106.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63f40fd166ff7b5773123cd53283b057371d18c06a6ab4bc5d99301a4acb425f +size 70858 diff --git a/MendeleyCXR/images/Darwin_00006339_person53_virus_107.png b/MendeleyCXR/images/Darwin_00006339_person53_virus_107.png new file mode 100644 index 0000000000000000000000000000000000000000..2e7c61a0878a48672372b0a5315801d2e1fc519e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006339_person53_virus_107.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7ae7825e7d31c5582b3fedeff4dd48e254a568f4cf667eac97500a501609dfe +size 67436 diff --git a/MendeleyCXR/images/Darwin_00006340_person53_virus_108.png b/MendeleyCXR/images/Darwin_00006340_person53_virus_108.png new file mode 100644 index 0000000000000000000000000000000000000000..7350ef65eef801fd38261f1491b88defff10837d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006340_person53_virus_108.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7fe6397e1fb5a70ebd67bebf16821ac22fade3e4b4b18b842b1c9fef7f65acf +size 73934 diff --git a/MendeleyCXR/images/Darwin_00006341_person54_virus_109.png b/MendeleyCXR/images/Darwin_00006341_person54_virus_109.png new file mode 100644 index 0000000000000000000000000000000000000000..f6b1aa3150f6db4b239c9116169fc1d90abd5eab --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006341_person54_virus_109.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53c591a33bbe5d35c9b0db2f94f54be1d50805bf86f96146bbcd38d2ca4df75e +size 73134 diff --git a/MendeleyCXR/images/Darwin_00006342_person55_virus_110.png b/MendeleyCXR/images/Darwin_00006342_person55_virus_110.png new file mode 100644 index 0000000000000000000000000000000000000000..9aefce978dd92ad96d61ab5877a408f78b98f0f9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006342_person55_virus_110.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b190fd6e81e38733d92c363e05ce9d96be77bc1658d660486a8245b850679f7 +size 74647 diff --git a/MendeleyCXR/images/Darwin_00006343_person56_virus_112.png b/MendeleyCXR/images/Darwin_00006343_person56_virus_112.png new file mode 100644 index 0000000000000000000000000000000000000000..d408a03c9dfec58f824d420ed65baadd929b22fd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006343_person56_virus_112.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddc7111d18dd100bc43f98426f64ac966483a2a1074ce3e00105ba3dffce9a78 +size 68933 diff --git a/MendeleyCXR/images/Darwin_00006344_person57_virus_113.png b/MendeleyCXR/images/Darwin_00006344_person57_virus_113.png new file mode 100644 index 0000000000000000000000000000000000000000..74253f8526dcec7d354888b587115bbf38c11e26 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006344_person57_virus_113.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fa3f4934496b348cc0f46f9b4519c8b989a7891b7d357dc9cba17cdf5982312 +size 75556 diff --git a/MendeleyCXR/images/Darwin_00006345_person59_virus_116.png b/MendeleyCXR/images/Darwin_00006345_person59_virus_116.png new file mode 100644 index 0000000000000000000000000000000000000000..1aa4196c0b48f235dd4e0e6e3ac9695b9d58b5ab --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006345_person59_virus_116.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a95d9211525453810d9d92acf8664117c2cc8dddc270eb33f727572f9e73977 +size 65869 diff --git a/MendeleyCXR/images/Darwin_00006346_person60_virus_117.png b/MendeleyCXR/images/Darwin_00006346_person60_virus_117.png new file mode 100644 index 0000000000000000000000000000000000000000..9e77e8b3b617b903c876632a29f15c0f50d2a8c5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006346_person60_virus_117.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e14dfec5fc133c254d332c6dc42b5aecb5a1c761e29a920527b88a4d4302b5c3 +size 76861 diff --git a/MendeleyCXR/images/Darwin_00006347_person61_virus_118.png b/MendeleyCXR/images/Darwin_00006347_person61_virus_118.png new file mode 100644 index 0000000000000000000000000000000000000000..f1a68c838c2a8cf62991ad88ed6cc3f5d49f8eab --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006347_person61_virus_118.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7192037798616577abc218b9f9cdbaf0dfce937e983a3bef095be9ba3a75c0bf +size 71475 diff --git a/MendeleyCXR/images/Darwin_00006348_person62_virus_119.png b/MendeleyCXR/images/Darwin_00006348_person62_virus_119.png new file mode 100644 index 0000000000000000000000000000000000000000..bfcc92b8c8d2a71834424162742aea58ca995185 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006348_person62_virus_119.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:850835d2a732184aba73b054ec20e1b788ac98d3128dfe0614458b8fc2a8c055 +size 74397 diff --git a/MendeleyCXR/images/Darwin_00006349_person63_virus_121.png b/MendeleyCXR/images/Darwin_00006349_person63_virus_121.png new file mode 100644 index 0000000000000000000000000000000000000000..69aad53a074de83fe79cc7855398cf9d45566ff1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006349_person63_virus_121.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d34975b5dab339c44ab4443fb6f283698461fea17f98c21584f1c8a747beb3a5 +size 71637 diff --git a/MendeleyCXR/images/Darwin_00006350_person64_virus_122.png b/MendeleyCXR/images/Darwin_00006350_person64_virus_122.png new file mode 100644 index 0000000000000000000000000000000000000000..fb75e9e3e48cbc3b5f19a6e9ef90baad04be0942 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006350_person64_virus_122.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5320c444bb9562f0e87e3f9c74fb4ee07654e21efc810725e5a545fcc034e296 +size 66463 diff --git a/MendeleyCXR/images/Darwin_00006351_person65_virus_123.png b/MendeleyCXR/images/Darwin_00006351_person65_virus_123.png new file mode 100644 index 0000000000000000000000000000000000000000..643dcf4f907346341613a66ec54d811262b0da1a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006351_person65_virus_123.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98662cd4a4a6c1799cddc4693c52a475319a9047e486a9b1922a6df645da8248 +size 64530 diff --git a/MendeleyCXR/images/Darwin_00006352_person66_virus_125.png b/MendeleyCXR/images/Darwin_00006352_person66_virus_125.png new file mode 100644 index 0000000000000000000000000000000000000000..383165f32c8c73c83a707f85deae534679b1481f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006352_person66_virus_125.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14e55dfa15a7b5d3057e7527d02adc25e36a870dea72f9342e72e46bd2898f3f +size 76227 diff --git a/MendeleyCXR/images/Darwin_00006353_person67_virus_126.png b/MendeleyCXR/images/Darwin_00006353_person67_virus_126.png new file mode 100644 index 0000000000000000000000000000000000000000..7d67cccb45b30581797c66df803176ef3c626179 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006353_person67_virus_126.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:512ab6abd42e3904a3ad7095b49469fdc245dfe3ce618fd3f69848aa2bb90032 +size 74774 diff --git a/MendeleyCXR/images/Darwin_00006355_person70_virus_130.png b/MendeleyCXR/images/Darwin_00006355_person70_virus_130.png new file mode 100644 index 0000000000000000000000000000000000000000..8995911b27883120d0248a174c5ba13a1048a5c1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006355_person70_virus_130.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de09c52f1bc91dca95d85e3c815030d7134d2a947e96fb80193fbd6ec90ca934 +size 68082 diff --git a/MendeleyCXR/images/Darwin_00006356_person71_virus_131.png b/MendeleyCXR/images/Darwin_00006356_person71_virus_131.png new file mode 100644 index 0000000000000000000000000000000000000000..347d02faa75a102185eb9036f372ab5fd722ee32 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006356_person71_virus_131.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed0a7200e813d06a00d9f23883f91f63d914fb6ae70215839a46a531c5119e2e +size 72212 diff --git a/MendeleyCXR/images/Darwin_00006357_person71_virus_132.png b/MendeleyCXR/images/Darwin_00006357_person71_virus_132.png new file mode 100644 index 0000000000000000000000000000000000000000..e4803fd3bb7de0d54abb33b289d262f6c3b261f1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006357_person71_virus_132.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a32fc964c50707b29c9fad0dd7122ff69ce5c2e8943d0c66de7378757802979 +size 67794 diff --git a/MendeleyCXR/images/Darwin_00006358_person72_virus_133.png b/MendeleyCXR/images/Darwin_00006358_person72_virus_133.png new file mode 100644 index 0000000000000000000000000000000000000000..2f22b53d162773449e17026a4be9bf87e8064619 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006358_person72_virus_133.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd38a0bb604c004bab146328dddcf54039ee6eceb831519adb6fcab51673b95e +size 77850 diff --git a/MendeleyCXR/images/Darwin_00006359_person74_virus_135.png b/MendeleyCXR/images/Darwin_00006359_person74_virus_135.png new file mode 100644 index 0000000000000000000000000000000000000000..42b3891f88a76d363947455df9c08f6e79215099 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006359_person74_virus_135.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02132bd2990d9bc058f49b41cd18a62447d13df1457dada5e27c74102556e05b +size 71331 diff --git a/MendeleyCXR/images/Darwin_00006360_person75_virus_136.png b/MendeleyCXR/images/Darwin_00006360_person75_virus_136.png new file mode 100644 index 0000000000000000000000000000000000000000..d8718ca5b70094634b4d2e1811524c8213dd1151 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006360_person75_virus_136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1daf5e5f805a4fd6b501bcc87ef8d35160bddfe36f33958556f58dd076b1c34 +size 75111 diff --git a/MendeleyCXR/images/Darwin_00006361_person76_virus_138.png b/MendeleyCXR/images/Darwin_00006361_person76_virus_138.png new file mode 100644 index 0000000000000000000000000000000000000000..b6ea7a41d8f6e81570a2e4c59a37b432f9ec6add --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006361_person76_virus_138.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bf7f459946295cb07152ffad5887c03c5fd55f33fcf7d474af085c79ae2c025 +size 65209 diff --git a/MendeleyCXR/images/Darwin_00006362_person77_virus_139.png b/MendeleyCXR/images/Darwin_00006362_person77_virus_139.png new file mode 100644 index 0000000000000000000000000000000000000000..c12c71151760285aa8248748f42ed732bc968925 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006362_person77_virus_139.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb8302ff123b1f9c2bb7ebf9f8c5f721adcccf8df9b35a040026998c2a33133e +size 76576 diff --git a/MendeleyCXR/images/Darwin_00006363_person78_virus_140.png b/MendeleyCXR/images/Darwin_00006363_person78_virus_140.png new file mode 100644 index 0000000000000000000000000000000000000000..afd2472c4696741f8b090d2bb6756810df469511 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006363_person78_virus_140.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:480262105aa567bd47149fc22acd84f3732ae154713e5d75f60958bb0dd37882 +size 70627 diff --git a/MendeleyCXR/images/Darwin_00006364_person79_virus_148.png b/MendeleyCXR/images/Darwin_00006364_person79_virus_148.png new file mode 100644 index 0000000000000000000000000000000000000000..6c3019d673a486626bd766fcb13a11fb5a642590 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006364_person79_virus_148.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:990231a565c9c70e2854188877b29925ea9389dc7469a2487ae48887d2dbc761 +size 78396 diff --git a/MendeleyCXR/images/Darwin_00006365_person1608_virus_2786.png b/MendeleyCXR/images/Darwin_00006365_person1608_virus_2786.png new file mode 100644 index 0000000000000000000000000000000000000000..d3b57712c4150dd8847e04050092745b82509914 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006365_person1608_virus_2786.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10ea966c3466f8331f09b460b7523404c42daa8ff7872419781d67bea6790500 +size 70548 diff --git a/MendeleyCXR/images/Darwin_00006366_person1610_virus_2793.png b/MendeleyCXR/images/Darwin_00006366_person1610_virus_2793.png new file mode 100644 index 0000000000000000000000000000000000000000..f00816a18290d7f95e6bdaee672406cf7bb8d47c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006366_person1610_virus_2793.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fba960e3cb3877ac28956c7a858d63d6aed032cbd570254dee5f0beea1737f85 +size 76870 diff --git a/MendeleyCXR/images/Darwin_00006368_person1612_virus_2798.png b/MendeleyCXR/images/Darwin_00006368_person1612_virus_2798.png new file mode 100644 index 0000000000000000000000000000000000000000..eae28eae037bb444abb8a5bec91209d71aac6bd6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006368_person1612_virus_2798.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3da1ed324fab726a66a0f73a0e605bcce8bbb5ac34ca1a88ada4578278ca1b5f +size 61254 diff --git a/MendeleyCXR/images/Darwin_00006369_person1613_virus_2799.png b/MendeleyCXR/images/Darwin_00006369_person1613_virus_2799.png new file mode 100644 index 0000000000000000000000000000000000000000..06977ecd8c13d4805b863afc793b87bd20ec6802 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006369_person1613_virus_2799.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40ae0df9d778d5b15ddbe04e5f7116965a8a09f201e6266762d8d12b9a517012 +size 70362 diff --git a/MendeleyCXR/images/Darwin_00006370_person1614_virus_2800.png b/MendeleyCXR/images/Darwin_00006370_person1614_virus_2800.png new file mode 100644 index 0000000000000000000000000000000000000000..68a97745b2daf7918801e66fe02de758550b6bad --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006370_person1614_virus_2800.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:115488a4bbcaecfb766a454f5c51d1379fedf4274cf5fc68ebc305e48106aaf0 +size 78851 diff --git a/MendeleyCXR/images/Darwin_00006371_person1615_virus_2801.png b/MendeleyCXR/images/Darwin_00006371_person1615_virus_2801.png new file mode 100644 index 0000000000000000000000000000000000000000..0c56cb370107f9d1d041d5d09e9472cacb890940 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006371_person1615_virus_2801.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daef4f8593fb5f7aa55688edd848230dc1aad9a3e9d8883d8b155918d2475596 +size 74919 diff --git a/MendeleyCXR/images/Darwin_00006372_person1616_virus_2802.png b/MendeleyCXR/images/Darwin_00006372_person1616_virus_2802.png new file mode 100644 index 0000000000000000000000000000000000000000..c34e53e52d3da1e43658a3af389b04b463d80f7e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006372_person1616_virus_2802.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e18d58b5fe6579595acebd7a1c95dbffd32c82724e5ca8bcfffd5c1d0c49006f +size 71323 diff --git a/MendeleyCXR/images/Darwin_00006373_person1618_virus_2805.png b/MendeleyCXR/images/Darwin_00006373_person1618_virus_2805.png new file mode 100644 index 0000000000000000000000000000000000000000..d6f1cd939fee88c5cb5584b61f105dc673b3b268 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006373_person1618_virus_2805.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57811467df0ed30d64d011abd81f7a32bf6e7caf55c34a6feb3e464558f09c2c +size 70545 diff --git a/MendeleyCXR/images/Darwin_00006374_person1619_virus_2806.png b/MendeleyCXR/images/Darwin_00006374_person1619_virus_2806.png new file mode 100644 index 0000000000000000000000000000000000000000..f6dbd8981cb55e18d268b8ce1139366ea7dd8db5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006374_person1619_virus_2806.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c760f95fec895dba5d94ac9d8a76dfba64492b2fba2fe8daa9c146c4f9f5bb5 +size 71395 diff --git a/MendeleyCXR/images/Darwin_00006375_person1620_virus_2807.png b/MendeleyCXR/images/Darwin_00006375_person1620_virus_2807.png new file mode 100644 index 0000000000000000000000000000000000000000..c01a7e6c467f30bc033087815439f7c035c95c95 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006375_person1620_virus_2807.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e739c41ee5d6eb8d7a128c39655427cfd3b1287213b69d91f21154dc93fadcc4 +size 68368 diff --git a/MendeleyCXR/images/Darwin_00006376_person1622_virus_2810.png b/MendeleyCXR/images/Darwin_00006376_person1622_virus_2810.png new file mode 100644 index 0000000000000000000000000000000000000000..4eae91e31809619a629b3fdbd8880ca0fa80ff97 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006376_person1622_virus_2810.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aec17e1f43b22276ccb59288f0d12819d36a87e844e89960c5a23d6d00b4bd0 +size 60191 diff --git a/MendeleyCXR/images/Darwin_00006377_person1623_virus_2813.png b/MendeleyCXR/images/Darwin_00006377_person1623_virus_2813.png new file mode 100644 index 0000000000000000000000000000000000000000..fe2f0ac1f16702ab55f2a0ddf6a98aeccf872daf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006377_person1623_virus_2813.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c7d55474010c89eb95cf06ff4a85d008830d606a018fc3be49a5718e5727206 +size 72106 diff --git a/MendeleyCXR/images/Darwin_00006378_person1625_virus_2817.png b/MendeleyCXR/images/Darwin_00006378_person1625_virus_2817.png new file mode 100644 index 0000000000000000000000000000000000000000..52d05a660de8a6ea51b9499ff6079353805a5137 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006378_person1625_virus_2817.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f015bebb49c2e67d0cf744b7bec0a25233ac3a99866ab46958782d80d42e2d50 +size 67817 diff --git a/MendeleyCXR/images/Darwin_00006379_person1626_virus_2818.png b/MendeleyCXR/images/Darwin_00006379_person1626_virus_2818.png new file mode 100644 index 0000000000000000000000000000000000000000..71397e540dfe85a025269ce03c6b41980244268b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006379_person1626_virus_2818.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1bc198ce9d2c2265b05b44c97899bef62dbbf70afcdfb112b9db47cf8d0b1a1 +size 74743 diff --git a/MendeleyCXR/images/Darwin_00006381_person1628_virus_2821.png b/MendeleyCXR/images/Darwin_00006381_person1628_virus_2821.png new file mode 100644 index 0000000000000000000000000000000000000000..d1a056ba5e10c193ce52b3a79ed4a18aae3c7718 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006381_person1628_virus_2821.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c32e768d7a48f542b307c26412078b3a52182c2146ba6a1d192037378e6e243 +size 70977 diff --git a/MendeleyCXR/images/Darwin_00006383_person1629_virus_2823.png b/MendeleyCXR/images/Darwin_00006383_person1629_virus_2823.png new file mode 100644 index 0000000000000000000000000000000000000000..9e819ab2b70c3ec0b0bd994a6af3d22616c1d3bd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006383_person1629_virus_2823.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0a2c1497c1d9f5c64c90ceac03801a75295cd485c6cb7b03e056c6af18dbd13 +size 63995 diff --git a/MendeleyCXR/images/Darwin_00006384_person1631_virus_2826.png b/MendeleyCXR/images/Darwin_00006384_person1631_virus_2826.png new file mode 100644 index 0000000000000000000000000000000000000000..4c0a5fc5d0761fde6bc0fb142a9bbc3807ce4131 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006384_person1631_virus_2826.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33c0511e58d347e75371393c52b0cc0bb736a6244d24313311aaab9b504d81a8 +size 66339 diff --git a/MendeleyCXR/images/Darwin_00006385_person1632_virus_2827.png b/MendeleyCXR/images/Darwin_00006385_person1632_virus_2827.png new file mode 100644 index 0000000000000000000000000000000000000000..bbb1102d0cad136edf8b30d02f6f4ea11f1b1e18 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006385_person1632_virus_2827.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0515bc500431d5eff47c67e2caeaed01f430b1e2f400c25b53994cc790c1c0c +size 65805 diff --git a/MendeleyCXR/images/Darwin_00006386_person1633_virus_2829.png b/MendeleyCXR/images/Darwin_00006386_person1633_virus_2829.png new file mode 100644 index 0000000000000000000000000000000000000000..6c0692bba47cc87ab58b8f25fb9e4dcce524ba05 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006386_person1633_virus_2829.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e61c0ce7da9544f02e7607fe45e3d6bdb62586f8c8aad78dc8cf1bfb81a43fd +size 63472 diff --git a/MendeleyCXR/images/Darwin_00006387_person1634_virus_2830.png b/MendeleyCXR/images/Darwin_00006387_person1634_virus_2830.png new file mode 100644 index 0000000000000000000000000000000000000000..778a6b1ce1958d8c2f390c8a2903235c426084e0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006387_person1634_virus_2830.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddcc13f1bb4e12f29cc1b556a15ce46adcbdef1aa3a19cc6fb964c52f4169118 +size 72439 diff --git a/MendeleyCXR/images/Darwin_00006388_person1635_virus_2831.png b/MendeleyCXR/images/Darwin_00006388_person1635_virus_2831.png new file mode 100644 index 0000000000000000000000000000000000000000..516147b7f03db7da6ad57028a4b3f605ee88f654 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006388_person1635_virus_2831.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:814e57dcd0ac6ac6beb216d86cff988a8cbdd76f650839e02d8fc077aea30bdb +size 72372 diff --git a/MendeleyCXR/images/Darwin_00006389_person1637_virus_2834.png b/MendeleyCXR/images/Darwin_00006389_person1637_virus_2834.png new file mode 100644 index 0000000000000000000000000000000000000000..7d4564335736b06f1c23eecacb2619756c6c4b91 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006389_person1637_virus_2834.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1ed99b929f3d336d89b8158248bb49ebf53033fb2ad1d0d3c92c297d5a7e010 +size 65897 diff --git a/MendeleyCXR/images/Darwin_00006390_person1640_virus_2839.png b/MendeleyCXR/images/Darwin_00006390_person1640_virus_2839.png new file mode 100644 index 0000000000000000000000000000000000000000..33551dfaba47a2c2590ad0600c27dc57f1928606 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006390_person1640_virus_2839.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:387252e9ac5148e56cc000a9f3bca2760e44926d05d3411a491383b8eff469a7 +size 70810 diff --git a/MendeleyCXR/images/Darwin_00006391_person1641_virus_2840.png b/MendeleyCXR/images/Darwin_00006391_person1641_virus_2840.png new file mode 100644 index 0000000000000000000000000000000000000000..b7943e045e46ec22a82e0d8f95c0d4fd46e52fcd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006391_person1641_virus_2840.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe8aafa4b942533d96d1ed81143dda067d076a8c61444b1260cc0c8c0cf2760b +size 70277 diff --git a/MendeleyCXR/images/Darwin_00006392_person1642_virus_2842.png b/MendeleyCXR/images/Darwin_00006392_person1642_virus_2842.png new file mode 100644 index 0000000000000000000000000000000000000000..6f26985c24a7d9cfc4d2ab9a738ae6504de8eab6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006392_person1642_virus_2842.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b75b3056709e4bc34e176fe6054f9c6c46bf18c1ea3da29ab78eaf4eab3dcdf4 +size 68574 diff --git a/MendeleyCXR/images/Darwin_00006393_person1643_virus_2843.png b/MendeleyCXR/images/Darwin_00006393_person1643_virus_2843.png new file mode 100644 index 0000000000000000000000000000000000000000..eede601c7a7a2462feaef2c2fac8501b19905821 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006393_person1643_virus_2843.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:281680f56e2400a42c4cf5ce55d14110829bba9df1ee30cda8a6020564173fce +size 72682 diff --git a/MendeleyCXR/images/Darwin_00006394_person1644_virus_2844.png b/MendeleyCXR/images/Darwin_00006394_person1644_virus_2844.png new file mode 100644 index 0000000000000000000000000000000000000000..a573079694fbb0d9c46b35edd86af73a9249e94e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006394_person1644_virus_2844.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:397a1b0c2ab403c5550f5ea72089f79904623ba20a0ad02186c537e9e1fb256f +size 71724 diff --git a/MendeleyCXR/images/Darwin_00006395_person1645_virus_2845.png b/MendeleyCXR/images/Darwin_00006395_person1645_virus_2845.png new file mode 100644 index 0000000000000000000000000000000000000000..8445227d75eca1d34dd59af199ee04e8c22764d4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006395_person1645_virus_2845.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:582ba35e9e128cdbca423bfce109ded253ea01dce2d430a6b9ab6e99a9acd638 +size 65745 diff --git a/MendeleyCXR/images/Darwin_00006396_person1647_virus_2848.png b/MendeleyCXR/images/Darwin_00006396_person1647_virus_2848.png new file mode 100644 index 0000000000000000000000000000000000000000..0a7a9710b4898ff512aaecb8b95c241102af0bc1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006396_person1647_virus_2848.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aec7dadffc6419d5d508577816df30272be4af159cc278f28b78873b4d9bab1e +size 66040 diff --git a/MendeleyCXR/images/Darwin_00006397_person1649_virus_2850.png b/MendeleyCXR/images/Darwin_00006397_person1649_virus_2850.png new file mode 100644 index 0000000000000000000000000000000000000000..36f46522bf635545f027b4293a03d4626312e59d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006397_person1649_virus_2850.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3cb23e95fc8503ab467478349645b8aa674c0c6c17e7677babda5b83d5fcdef +size 60128 diff --git a/MendeleyCXR/images/Darwin_00006398_person1650_virus_2852.png b/MendeleyCXR/images/Darwin_00006398_person1650_virus_2852.png new file mode 100644 index 0000000000000000000000000000000000000000..2ecf0acd9b26db06ba2febf2229d814f9821f838 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006398_person1650_virus_2852.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b08b54f5f1c89b27268c19a4b0ec3b763ddaf68f5006795fbefcfd76ba5ead1 +size 71328 diff --git a/MendeleyCXR/images/Darwin_00006399_person1650_virus_2854.png b/MendeleyCXR/images/Darwin_00006399_person1650_virus_2854.png new file mode 100644 index 0000000000000000000000000000000000000000..452ab7978fa4921a7e41818fd02fbb43b61c59e0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006399_person1650_virus_2854.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e5e5763208b33994e26b2bf74ea71f1f537f596ebd9d1000b23ed9d4b905565 +size 69749 diff --git a/MendeleyCXR/images/Darwin_00006401_person1653_virus_2858.png b/MendeleyCXR/images/Darwin_00006401_person1653_virus_2858.png new file mode 100644 index 0000000000000000000000000000000000000000..1bdb80af41e00932cf015092ceca104525680c32 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006401_person1653_virus_2858.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:439a12edc4d6d4ddfb5f5ec68b5f6d043888cd60ecd63312415e75b0fbf41178 +size 66673 diff --git a/MendeleyCXR/images/Darwin_00006402_person1653_virus_2859.png b/MendeleyCXR/images/Darwin_00006402_person1653_virus_2859.png new file mode 100644 index 0000000000000000000000000000000000000000..a741d88c5d331f238172d049c15c351be6fa123d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006402_person1653_virus_2859.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e459e6b0a0c264813bcb737552be238e5884fb9fd7189362af402693423e9ef6 +size 63538 diff --git a/MendeleyCXR/images/Darwin_00006403_person1655_virus_2861.png b/MendeleyCXR/images/Darwin_00006403_person1655_virus_2861.png new file mode 100644 index 0000000000000000000000000000000000000000..0a390dc8bb0ab663e1e5f5b570d031b72d297d60 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006403_person1655_virus_2861.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28c6a148c8cc0e673e226fe0676c6d1c419515c982c9dc77d0f508e831e7d2f7 +size 71244 diff --git a/MendeleyCXR/images/Darwin_00006404_person1656_virus_2862.png b/MendeleyCXR/images/Darwin_00006404_person1656_virus_2862.png new file mode 100644 index 0000000000000000000000000000000000000000..274979101d42d23acc7862e249ab86a60689d3a0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006404_person1656_virus_2862.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e505606d2a6bf803b2f41b8509a99de090d9424141fccf430971c4a40fd2eb57 +size 73155 diff --git a/MendeleyCXR/images/Darwin_00006405_person1657_virus_2864.png b/MendeleyCXR/images/Darwin_00006405_person1657_virus_2864.png new file mode 100644 index 0000000000000000000000000000000000000000..ea9818aadf71723fcba70be0c0ea90d109b18f85 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006405_person1657_virus_2864.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb5693d46373037b502515eccf9c9674cdea587bc877d4c2177926304920b398 +size 69875 diff --git a/MendeleyCXR/images/Darwin_00006406_person1659_virus_2867.png b/MendeleyCXR/images/Darwin_00006406_person1659_virus_2867.png new file mode 100644 index 0000000000000000000000000000000000000000..5fdbbf2a0cb19a79ed8f0142fd1f64664013619c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006406_person1659_virus_2867.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:705cce788751a49e1ada1d72e1e7c0e667b399dd83c07b3b2fdfff0597d3c7ca +size 62960 diff --git a/MendeleyCXR/images/Darwin_00006407_person1660_virus_2869.png b/MendeleyCXR/images/Darwin_00006407_person1660_virus_2869.png new file mode 100644 index 0000000000000000000000000000000000000000..ac8bd3733c5d64ca39f0ebb2311428f3e48bfbd3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006407_person1660_virus_2869.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2610eb4216fc3b935c5adbb50699e5aa0c4f5ceaaf2a87f14195287623990162 +size 66500 diff --git a/MendeleyCXR/images/Darwin_00006408_person1661_virus_2872.png b/MendeleyCXR/images/Darwin_00006408_person1661_virus_2872.png new file mode 100644 index 0000000000000000000000000000000000000000..a147d01dc994f6115235e6e94682b66545d192d4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006408_person1661_virus_2872.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4ab3102b4d65dc2752c07e4fbdcf8cfe83ce06112777a2df4c98556ac3ff639 +size 86128 diff --git a/MendeleyCXR/images/Darwin_00006410_person1662_virus_2875.png b/MendeleyCXR/images/Darwin_00006410_person1662_virus_2875.png new file mode 100644 index 0000000000000000000000000000000000000000..71073e8c67f0c43503f552919c5e995e2d2ee1df --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006410_person1662_virus_2875.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be263050fd3e29cdcf3b2525869a5bfe0bd36eb69e071e8a3e3f98f3fad6f5c0 +size 65705 diff --git a/MendeleyCXR/images/Darwin_00006411_person1663_virus_2876.png b/MendeleyCXR/images/Darwin_00006411_person1663_virus_2876.png new file mode 100644 index 0000000000000000000000000000000000000000..d4450d133748ad22f05ef7a578cf5e0fc24e2916 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006411_person1663_virus_2876.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:607e11de99bc81148fdf929c336838b3a0073b89b6cb93a652658dc1fa327d06 +size 75762 diff --git a/MendeleyCXR/images/Darwin_00006412_person1664_virus_2877.png b/MendeleyCXR/images/Darwin_00006412_person1664_virus_2877.png new file mode 100644 index 0000000000000000000000000000000000000000..45f925124c8d5a718add14edcd565dafd5ca7030 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006412_person1664_virus_2877.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a722d2478f25a56cccd3c4b7e5e816a73a5dba6eb3f2a2c41af4286a9e237c1 +size 68844 diff --git a/MendeleyCXR/images/Darwin_00006413_person1665_virus_2878.png b/MendeleyCXR/images/Darwin_00006413_person1665_virus_2878.png new file mode 100644 index 0000000000000000000000000000000000000000..ef3fc6de7feac9290bc0a83d721295745a44e86a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006413_person1665_virus_2878.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2311834a908cf4a0632497e3975c5b2b59479df986e5d1b30d108cffc0e6fc7d +size 73542 diff --git a/MendeleyCXR/images/Darwin_00006414_person1667_virus_2881.png b/MendeleyCXR/images/Darwin_00006414_person1667_virus_2881.png new file mode 100644 index 0000000000000000000000000000000000000000..837d3634013c4b8b8e99af9e6f9097ab30fb79f0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006414_person1667_virus_2881.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:239f7a3e33f6943efb2ffa79f659f725c2e2ac18256cf2b0686f1dbb0ecbeba5 +size 73377 diff --git a/MendeleyCXR/images/Darwin_00006415_person1668_virus_2882.png b/MendeleyCXR/images/Darwin_00006415_person1668_virus_2882.png new file mode 100644 index 0000000000000000000000000000000000000000..42f2696b2bbfe1cc32e870685731fb6fe05533c4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006415_person1668_virus_2882.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:301cbb23e1076e3d58429917b514b7aa1119f7542a09ed1450e898ab47354b34 +size 66328 diff --git a/MendeleyCXR/images/Darwin_00006416_person1669_virus_2884.png b/MendeleyCXR/images/Darwin_00006416_person1669_virus_2884.png new file mode 100644 index 0000000000000000000000000000000000000000..6d16c49e4fcf4b82a9f8f1923b4c7d5ba019918e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006416_person1669_virus_2884.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:587f56e21696ec9c0352ce726a2411ffb2dc93297d5bfe9f1ff8dd5918440f9d +size 70518 diff --git a/MendeleyCXR/images/Darwin_00006417_person1669_virus_2885.png b/MendeleyCXR/images/Darwin_00006417_person1669_virus_2885.png new file mode 100644 index 0000000000000000000000000000000000000000..e64e66f1c3f29cadcf923a37ccae336207bee332 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006417_person1669_virus_2885.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06ddd4cd7f66aca0b4c6ec286f7ab3f366ee4dedef8a8236219bcc6db17bac01 +size 72053 diff --git a/MendeleyCXR/images/Darwin_00006418_person1670_virus_2886.png b/MendeleyCXR/images/Darwin_00006418_person1670_virus_2886.png new file mode 100644 index 0000000000000000000000000000000000000000..24c13c001b7cda0f952b2bbde1c117710d207696 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006418_person1670_virus_2886.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb9890f7145e00b469c0b156b5293068879d17d912678e42721930098f8effa4 +size 69876 diff --git a/MendeleyCXR/images/Darwin_00006419_person1671_virus_2887.png b/MendeleyCXR/images/Darwin_00006419_person1671_virus_2887.png new file mode 100644 index 0000000000000000000000000000000000000000..53eac3b505fd3577e7c84acf22d13c751d6c512d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006419_person1671_virus_2887.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f077953a9f96e7966a75fc2ee260cb3e38176cf2a43363f29863c12b0424a487 +size 62785 diff --git a/MendeleyCXR/images/Darwin_00006420_person1672_virus_2888.png b/MendeleyCXR/images/Darwin_00006420_person1672_virus_2888.png new file mode 100644 index 0000000000000000000000000000000000000000..2aabfb893cf6aff0b7c9a6bb2c13edaaa7c9ead2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006420_person1672_virus_2888.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fa3ef89d898d07c8f1e478939c851c5b148f75f0c0446ceae9ca8bf3bb30b97 +size 76201 diff --git a/MendeleyCXR/images/Darwin_00006421_person1673_virus_2889.png b/MendeleyCXR/images/Darwin_00006421_person1673_virus_2889.png new file mode 100644 index 0000000000000000000000000000000000000000..b765acca30fcef778934c17635442c9b955c6567 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006421_person1673_virus_2889.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d02d1c1bdf5433e5d4b728e73094b4957af0e5e19f02bb2c930edc68faa806bb +size 72130 diff --git a/MendeleyCXR/images/Darwin_00006422_person1674_virus_2890.png b/MendeleyCXR/images/Darwin_00006422_person1674_virus_2890.png new file mode 100644 index 0000000000000000000000000000000000000000..f09dcfe372690a41f02cc36b3aad386b435a412d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006422_person1674_virus_2890.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:091e0ad410d67e6cdfac17784e4b9f224d60ae47c2781fb8075f62082d7f2266 +size 63860 diff --git a/MendeleyCXR/images/Darwin_00006423_person1675_virus_2891.png b/MendeleyCXR/images/Darwin_00006423_person1675_virus_2891.png new file mode 100644 index 0000000000000000000000000000000000000000..029b4c2a7550566ddd218b14f3f6442435af3a06 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006423_person1675_virus_2891.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54a2fb6d6e596962beef0668d90ba0c039573938ad14ec8c18c2806b90a71c04 +size 58190 diff --git a/MendeleyCXR/images/Darwin_00006424_person1676_virus_2892.png b/MendeleyCXR/images/Darwin_00006424_person1676_virus_2892.png new file mode 100644 index 0000000000000000000000000000000000000000..ca45885aa459dba87f80e626131b9cead4638bed --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006424_person1676_virus_2892.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1a1f2b118e75391e32b9a759a16d126c0852161815fe4e32d6a0511d8f86058 +size 74215 diff --git a/MendeleyCXR/images/Darwin_00006425_person1678_virus_2895.png b/MendeleyCXR/images/Darwin_00006425_person1678_virus_2895.png new file mode 100644 index 0000000000000000000000000000000000000000..544b02920f15cfb760e6a13755a036316b3b85c7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006425_person1678_virus_2895.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b17dfefc184345eefb0474ccd39dbcedd8ee66290956bb3c486c3df7935f6dc9 +size 66260 diff --git a/MendeleyCXR/images/Darwin_00006426_person1679_virus_2896.png b/MendeleyCXR/images/Darwin_00006426_person1679_virus_2896.png new file mode 100644 index 0000000000000000000000000000000000000000..c4a817a54aeb4c9fa2b05f6d862ec9e34d478ccb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006426_person1679_virus_2896.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35b64f08c6fba7b09a3da982dd8141220dfbaf5bb54ec318294166634f0fb129 +size 70515 diff --git a/MendeleyCXR/images/Darwin_00006427_person1680_virus_2897.png b/MendeleyCXR/images/Darwin_00006427_person1680_virus_2897.png new file mode 100644 index 0000000000000000000000000000000000000000..f0de4113c81d56c5b946b7c0119bf5961510f50d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006427_person1680_virus_2897.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1715c5d00354b45d8f39aedf87799379b1871f72103a1e6623c5422b2dca8236 +size 66590 diff --git a/MendeleyCXR/images/Darwin_00006428_person1682_virus_2899.png b/MendeleyCXR/images/Darwin_00006428_person1682_virus_2899.png new file mode 100644 index 0000000000000000000000000000000000000000..e8cbb96cb8cf61f034b3fe445bd57740ec9bc909 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006428_person1682_virus_2899.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b5f288b431113af5d48f7e4bd2d30437bca74580de390bcac556c463e9ffc13 +size 76459 diff --git a/MendeleyCXR/images/Darwin_00006429_person1685_virus_2903.png b/MendeleyCXR/images/Darwin_00006429_person1685_virus_2903.png new file mode 100644 index 0000000000000000000000000000000000000000..92107aa634f6c61adccb34cb7c107f80bf619a1d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006429_person1685_virus_2903.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9903e8f951ad3e2a04ed3f552d4152272bc7694ad8c906232f04da059395158f +size 64383 diff --git a/MendeleyCXR/images/Darwin_00006431_covid-19-pneumonia-21.png b/MendeleyCXR/images/Darwin_00006431_covid-19-pneumonia-21.png new file mode 100644 index 0000000000000000000000000000000000000000..6ad45001c1219104d75cfb9599aed48d06a6b5ad --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006431_covid-19-pneumonia-21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f226c931a24ff4d5a53298b014860c185a69caa6e8ec5f231847b1abd73fe9e +size 78910 diff --git a/MendeleyCXR/images/Darwin_00006432_a-1690x2048.png b/MendeleyCXR/images/Darwin_00006432_a-1690x2048.png new file mode 100644 index 0000000000000000000000000000000000000000..cde05bcf4cda5ab8b905b5da5af477e923bb5685 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006432_a-1690x2048.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23a9bd8f633ca3c5581c09319caab357b98d8a9f6b1e1e4ebbde2c30056b683a +size 77655 diff --git a/MendeleyCXR/images/Darwin_00006433_c-1-2048x1684.png b/MendeleyCXR/images/Darwin_00006433_c-1-2048x1684.png new file mode 100644 index 0000000000000000000000000000000000000000..4bee82fe75ea63efb9d3c9feee1ff71a3264e00e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006433_c-1-2048x1684.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9455f02d865dc9e3676532913ba587413ed83edfc3b345e0254e47800c444a8e +size 62584 diff --git a/MendeleyCXR/images/Darwin_00006434_0a7faa2a.png b/MendeleyCXR/images/Darwin_00006434_0a7faa2a.png new file mode 100644 index 0000000000000000000000000000000000000000..0bb07c20ef99c429992862a43d72a7d9e244c1d1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006434_0a7faa2a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4093c30fa4f65137dd6219fa07ce3bcb9ee0e56e6fa094e3a5813f907f8c24ce +size 84978 diff --git a/MendeleyCXR/images/Darwin_00006435_00cfd1c1.png b/MendeleyCXR/images/Darwin_00006435_00cfd1c1.png new file mode 100644 index 0000000000000000000000000000000000000000..9380d641837aeb2a1a33bf19a6ad464b0aad6742 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006435_00cfd1c1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff9a7c4efff279fb5e9d95a95b7e34d4b1b6c7fbd2c393de297eed8aebbf09b6 +size 81208 diff --git a/MendeleyCXR/images/Darwin_00006436_000001-2.png b/MendeleyCXR/images/Darwin_00006436_000001-2.png new file mode 100644 index 0000000000000000000000000000000000000000..0da25cd3dc7e7b4ab99682f8cea9f289e5e8a0bf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006436_000001-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e977c0554537c14788e93b555880d08ae512153100a87903b88b4b885d33142f +size 74234 diff --git a/MendeleyCXR/images/Darwin_00006438_000001-6.png b/MendeleyCXR/images/Darwin_00006438_000001-6.png new file mode 100644 index 0000000000000000000000000000000000000000..2909e6bca79feb6f41c16f9cae5ba7cb7ca68915 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006438_000001-6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1e3adcdf8ba6315a76ac3afd9dca2ba4f25b6328ad05a5d15ae78052275bf41 +size 75660 diff --git a/MendeleyCXR/images/Darwin_00006442_000001-17.png b/MendeleyCXR/images/Darwin_00006442_000001-17.png new file mode 100644 index 0000000000000000000000000000000000000000..6ac8ef6a22a33bd50e4c0cf7d3bcc5f6fb447c53 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006442_000001-17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3198d0784e0c5f762e580f17b608fdb040b38b8f85454c5f73f2cc74c95bd0a8 +size 81019 diff --git a/MendeleyCXR/images/Darwin_00006443_000001-19.png b/MendeleyCXR/images/Darwin_00006443_000001-19.png new file mode 100644 index 0000000000000000000000000000000000000000..3ddab81e24cf9ae5f485e6bf1e2a233719ed4d57 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006443_000001-19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cca1cfeb54956893be95b41a1ed52d4161d84ef5ae7526512958233d4395c2d +size 77538 diff --git a/MendeleyCXR/images/Darwin_00006444_000001-24.png b/MendeleyCXR/images/Darwin_00006444_000001-24.png new file mode 100644 index 0000000000000000000000000000000000000000..220d854d6814098886b725473d85e7165031bf03 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006444_000001-24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba7da8deaebb73d20bf8320f7ed08955d1419c75ef14621672a52686ef9a065f +size 77614 diff --git a/MendeleyCXR/images/Darwin_00006445_000001-27.png b/MendeleyCXR/images/Darwin_00006445_000001-27.png new file mode 100644 index 0000000000000000000000000000000000000000..ac830ba7c9b0e27f48aa2b0c2e61531cef7347d6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006445_000001-27.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e12b447d3354973abb9535268952607c8b02390d154671398ddcf99099f07b7 +size 75728 diff --git a/MendeleyCXR/images/Darwin_00006446_1-s2.0-S1341321X20301124-gr3_lrg-a.png b/MendeleyCXR/images/Darwin_00006446_1-s2.0-S1341321X20301124-gr3_lrg-a.png new file mode 100644 index 0000000000000000000000000000000000000000..23cc6b391254feb0f9dfda877eb33cce6a57dd62 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006446_1-s2.0-S1341321X20301124-gr3_lrg-a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ab3d11d943b5c4fc9b712724f248859868c0915f0cafe57c39d34f1808269a7 +size 62633 diff --git a/MendeleyCXR/images/Darwin_00006447_1-s2.0-S1341321X20301124-gr3_lrg-b.png b/MendeleyCXR/images/Darwin_00006447_1-s2.0-S1341321X20301124-gr3_lrg-b.png new file mode 100644 index 0000000000000000000000000000000000000000..447ca3145b61fa6630d04f8c510be58ed9ea50a5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006447_1-s2.0-S1341321X20301124-gr3_lrg-b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b327fa23fe12f7dffa38c020e356a446f2117680797fba5888218c4c194e9aa +size 62355 diff --git a/MendeleyCXR/images/Darwin_00006448_1-s2.0-S1341321X20301124-gr3_lrg-c.png b/MendeleyCXR/images/Darwin_00006448_1-s2.0-S1341321X20301124-gr3_lrg-c.png new file mode 100644 index 0000000000000000000000000000000000000000..55a8a20501316eb16dd4eedf27b9a73281737153 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006448_1-s2.0-S1341321X20301124-gr3_lrg-c.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f21bc13278d8c5dba4c04f4ae840c14feaa4b2eb6f6ee48e0d70a69d8cac0f4 +size 63157 diff --git a/MendeleyCXR/images/Darwin_00006449_1-s2.0-S1341321X20301124-gr3_lrg-d.png b/MendeleyCXR/images/Darwin_00006449_1-s2.0-S1341321X20301124-gr3_lrg-d.png new file mode 100644 index 0000000000000000000000000000000000000000..9d4f259651c5c0b075ed7173d1ab8fb8ee06cce9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006449_1-s2.0-S1341321X20301124-gr3_lrg-d.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fabec6c5fa8a6cd7fa83ecdf8bc4f81e03193aa5c4fba4bd23dd02d76f965edd +size 67292 diff --git a/MendeleyCXR/images/Darwin_00006450_1-s2.0-S1341321X20301124-gr3_lrg-e.png b/MendeleyCXR/images/Darwin_00006450_1-s2.0-S1341321X20301124-gr3_lrg-e.png new file mode 100644 index 0000000000000000000000000000000000000000..30f3d07a7aa097a2e58d2cea883712c9a28afba1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006450_1-s2.0-S1341321X20301124-gr3_lrg-e.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d0feb75736ff9209afb3dcee74f3c74ad895df9dd225aaba6e92ba483ad2827 +size 62375 diff --git a/MendeleyCXR/images/Darwin_00006451_1-s2.0-S0085253820303616-gr1_lrg-a.png b/MendeleyCXR/images/Darwin_00006451_1-s2.0-S0085253820303616-gr1_lrg-a.png new file mode 100644 index 0000000000000000000000000000000000000000..14ec051f2f2de70862f75f8a41ce36ec690fc2f0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006451_1-s2.0-S0085253820303616-gr1_lrg-a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:853274d98f7935badb502c41d0fbd4b709dc8f71b2c86ce507da24584121d9e2 +size 64548 diff --git a/MendeleyCXR/images/Darwin_00006452_1-s2.0-S0085253820303616-gr1_lrg-b.png b/MendeleyCXR/images/Darwin_00006452_1-s2.0-S0085253820303616-gr1_lrg-b.png new file mode 100644 index 0000000000000000000000000000000000000000..977f18d7f1dc082b5548ca4b41908b84d4509e6c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006452_1-s2.0-S0085253820303616-gr1_lrg-b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb56381c496ae51116b6a7b7f21a982937e0dfbaa2a4e062c1487f649aa39dfa +size 64993 diff --git a/MendeleyCXR/images/Darwin_00006453_1-s2.0-S0140673620303706-fx1_lrg.png b/MendeleyCXR/images/Darwin_00006453_1-s2.0-S0140673620303706-fx1_lrg.png new file mode 100644 index 0000000000000000000000000000000000000000..50080dc647156f8b8723dda6db18cacd73fe3cc1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006453_1-s2.0-S0140673620303706-fx1_lrg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10f183688eefffd216599fd75f55ce6c8af879a114ad743161053734062d8211 +size 97816 diff --git a/MendeleyCXR/images/Darwin_00006454_1-s2.0-S0196070920301691-gr3_lrg.png b/MendeleyCXR/images/Darwin_00006454_1-s2.0-S0196070920301691-gr3_lrg.png new file mode 100644 index 0000000000000000000000000000000000000000..91e751e3660fdf2909266fa83fc6e684381c94ac --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006454_1-s2.0-S0196070920301691-gr3_lrg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5806f6ec33705fc92d483f6dfe6817e2d596be7385e00f1b27793d1288805c10 +size 56277 diff --git a/MendeleyCXR/images/Darwin_00006455_1-s2.0-S0735675720302746-gr1_lrg.png b/MendeleyCXR/images/Darwin_00006455_1-s2.0-S0735675720302746-gr1_lrg.png new file mode 100644 index 0000000000000000000000000000000000000000..17d6b2b5c5486eab106eb497ab44c92465d036f9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006455_1-s2.0-S0735675720302746-gr1_lrg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:377d3971d787f3113d7900b7b62392d98c0885745fa5140cd0e37f4693474f82 +size 66077 diff --git a/MendeleyCXR/images/Darwin_00006456_1-s2.0-S0889159120306851-gr2b_lrg.png b/MendeleyCXR/images/Darwin_00006456_1-s2.0-S0889159120306851-gr2b_lrg.png new file mode 100644 index 0000000000000000000000000000000000000000..3adf29df9f9fa17f445ee52277ee121dd844aa64 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006456_1-s2.0-S0889159120306851-gr2b_lrg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7798677b32d4fefa83fa2c410a71eda9af0ffd48ca397d91ab76be3e232a7ae1 +size 77895 diff --git a/MendeleyCXR/images/Darwin_00006457_1-s2.0-S0929664620300449-gr2_lrg-a.png b/MendeleyCXR/images/Darwin_00006457_1-s2.0-S0929664620300449-gr2_lrg-a.png new file mode 100644 index 0000000000000000000000000000000000000000..a2a21bec67a8c747a3152fb235f9b08d0a84f05b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006457_1-s2.0-S0929664620300449-gr2_lrg-a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4af6050440a55516a19054ae68e36c09deebbdd9ebcb8172acc08607f8a972e0 +size 66479 diff --git a/MendeleyCXR/images/Darwin_00006458_1-s2.0-S0929664620300449-gr2_lrg-b.png b/MendeleyCXR/images/Darwin_00006458_1-s2.0-S0929664620300449-gr2_lrg-b.png new file mode 100644 index 0000000000000000000000000000000000000000..75e6d31e4f9560af00290dfd431b731d3efdc69b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006458_1-s2.0-S0929664620300449-gr2_lrg-b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df29e35bcd79f045cdefca4042197eecd010098142cd54c43cdc5d46566633c7 +size 69818 diff --git a/MendeleyCXR/images/Darwin_00006459_1-s2.0-S0929664620300449-gr2_lrg-c.png b/MendeleyCXR/images/Darwin_00006459_1-s2.0-S0929664620300449-gr2_lrg-c.png new file mode 100644 index 0000000000000000000000000000000000000000..4901b68f25471b4ee78dc5e32ee5e1d90ad45537 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006459_1-s2.0-S0929664620300449-gr2_lrg-c.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d90e9efb20ce281248da0ddab88e4f63e76a54f8b39b30060140a04978e44b9c +size 72132 diff --git a/MendeleyCXR/images/Darwin_00006460_1-s2.0-S0929664620300449-gr2_lrg-d.png b/MendeleyCXR/images/Darwin_00006460_1-s2.0-S0929664620300449-gr2_lrg-d.png new file mode 100644 index 0000000000000000000000000000000000000000..11a6850d9416ddefe7ee1e21a30f7c89a3c271cd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006460_1-s2.0-S0929664620300449-gr2_lrg-d.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3572594da50e803ad5d0dbf5ac6daaac1fc4bf44ca7e632445d7eb1f3ff106d4 +size 67185 diff --git a/MendeleyCXR/images/Darwin_00006467_1-s2.0-S1521661620303314-gr1_lrg-a.png b/MendeleyCXR/images/Darwin_00006467_1-s2.0-S1521661620303314-gr1_lrg-a.png new file mode 100644 index 0000000000000000000000000000000000000000..bb177800278e996e3712987bb06b36a7da6a00f4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006467_1-s2.0-S1521661620303314-gr1_lrg-a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:760caf73aad34fa0fa7251bc89afc1e4eb6e4092073fdb2413e400a890f04d02 +size 73348 diff --git a/MendeleyCXR/images/Darwin_00006468_1-s2.0-S1521661620303314-gr1_lrg-b.png b/MendeleyCXR/images/Darwin_00006468_1-s2.0-S1521661620303314-gr1_lrg-b.png new file mode 100644 index 0000000000000000000000000000000000000000..cf3cc998d821896e93101911359f5b0a4f79605f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006468_1-s2.0-S1521661620303314-gr1_lrg-b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bf869e7bc405f15ee5db855e3282dae4e90873ea887585b143bbbd3abb76195 +size 80348 diff --git a/MendeleyCXR/images/Darwin_00006469_1-s2.0-S1684118220300372-gr1_lrg-a.png b/MendeleyCXR/images/Darwin_00006469_1-s2.0-S1684118220300372-gr1_lrg-a.png new file mode 100644 index 0000000000000000000000000000000000000000..506795bfb7e113262c92d4e1fac2d10d382a31a0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006469_1-s2.0-S1684118220300372-gr1_lrg-a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b3968ba19b435c251eea2e264774ee7716d9f60b36e8944fe3d29d31c54c58b +size 71471 diff --git a/MendeleyCXR/images/Darwin_00006470_1-s2.0-S1684118220300372-gr1_lrg-b.png b/MendeleyCXR/images/Darwin_00006470_1-s2.0-S1684118220300372-gr1_lrg-b.png new file mode 100644 index 0000000000000000000000000000000000000000..d5f3e351cf26f9fb5797f46dd631c6acaf696397 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006470_1-s2.0-S1684118220300372-gr1_lrg-b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bea98a7749d30938d4ef6d51154cf28567cceb042638cfc229b80bcb27e8d65 +size 77913 diff --git a/MendeleyCXR/images/Darwin_00006477_1-s2.0-S1931312820301852-gr1_lrg-a.png b/MendeleyCXR/images/Darwin_00006477_1-s2.0-S1931312820301852-gr1_lrg-a.png new file mode 100644 index 0000000000000000000000000000000000000000..1fb1b0f84a65b25814ebe03d135253c953c303cc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006477_1-s2.0-S1931312820301852-gr1_lrg-a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6798aeefdb0cd9e2a40ab20cee4b9ba08a0bfbbd2de48f5df51f4c4ead2dbd3d +size 81036 diff --git a/MendeleyCXR/images/Darwin_00006478_1-s2.0-S1931312820301852-gr1_lrg-b.png b/MendeleyCXR/images/Darwin_00006478_1-s2.0-S1931312820301852-gr1_lrg-b.png new file mode 100644 index 0000000000000000000000000000000000000000..adbc3052025721fe5db1416239457c3f1f7e4a31 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006478_1-s2.0-S1931312820301852-gr1_lrg-b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ef20cbaacd2e880460826735f326596b78821213caa517119ef5eee73d2fbd7 +size 78755 diff --git a/MendeleyCXR/images/Darwin_00006479_1-s2.0-S1931312820301852-gr1_lrg-c.png b/MendeleyCXR/images/Darwin_00006479_1-s2.0-S1931312820301852-gr1_lrg-c.png new file mode 100644 index 0000000000000000000000000000000000000000..9ceb4454a44af0cf4dc14659475566569323bda4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006479_1-s2.0-S1931312820301852-gr1_lrg-c.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8036a9bd415270b9b7ffed9fd8c70e2895560fc255e6ba203e4bab8ddacf7d42 +size 78107 diff --git a/MendeleyCXR/images/Darwin_00006480_1-s2.0-S2213716520301168-gr1_lrg-a.png b/MendeleyCXR/images/Darwin_00006480_1-s2.0-S2213716520301168-gr1_lrg-a.png new file mode 100644 index 0000000000000000000000000000000000000000..88d75940b2b6c26f5f96e1efbcc33097c197b8d4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006480_1-s2.0-S2213716520301168-gr1_lrg-a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f80acaad2e510367f9247d1dc6eb9ba1721f0267577f23233afc7471aad8b350 +size 68804 diff --git a/MendeleyCXR/images/Darwin_00006481_1-s2.0-S2213716520301168-gr1_lrg-b.png b/MendeleyCXR/images/Darwin_00006481_1-s2.0-S2213716520301168-gr1_lrg-b.png new file mode 100644 index 0000000000000000000000000000000000000000..aa1895f29337a120dc20063abc933ebecec44b1d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006481_1-s2.0-S2213716520301168-gr1_lrg-b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1838355a68b38d7f58821436c058169f1fef8f84d836a9a65d7e6e5ca290868 +size 61761 diff --git a/MendeleyCXR/images/Darwin_00006482_1-s2.0-S2213716520301168-gr1_lrg-c.png b/MendeleyCXR/images/Darwin_00006482_1-s2.0-S2213716520301168-gr1_lrg-c.png new file mode 100644 index 0000000000000000000000000000000000000000..b39259e44ad8879e6e5d00047baffc601e4f5852 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006482_1-s2.0-S2213716520301168-gr1_lrg-c.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f756a01bbf9924dee51e769723fcbad9d1acc930001e9fe0e60d58f330fa0fa +size 67175 diff --git a/MendeleyCXR/images/Darwin_00006483_1-s2.0-S2214250920300706-gr1_lrg.png b/MendeleyCXR/images/Darwin_00006483_1-s2.0-S2214250920300706-gr1_lrg.png new file mode 100644 index 0000000000000000000000000000000000000000..e908b003525e15a41d85c2e3333b52d9e25f2b9a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006483_1-s2.0-S2214250920300706-gr1_lrg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97081d6cd866f2484e96f92ccff91b9cc4123d329f2d8c0f470ca112e1e3e771 +size 69244 diff --git a/MendeleyCXR/images/Darwin_00006484_1-s2.0-S2214250920300706-gr2_lrg.png b/MendeleyCXR/images/Darwin_00006484_1-s2.0-S2214250920300706-gr2_lrg.png new file mode 100644 index 0000000000000000000000000000000000000000..0dfa2d6c24fb842a12bcc462fa44ca61dce9180e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006484_1-s2.0-S2214250920300706-gr2_lrg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25c4df15b6079d76c990e413c07c33b61e00269f763cf817807d0ad283d597f3 +size 70259 diff --git a/MendeleyCXR/images/Darwin_00006485_1-s2.0-S2214250920300706-gr5_lrg.png b/MendeleyCXR/images/Darwin_00006485_1-s2.0-S2214250920300706-gr5_lrg.png new file mode 100644 index 0000000000000000000000000000000000000000..fdcbf9c58b9a8559bbdf3caa4259fcf03179522e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006485_1-s2.0-S2214250920300706-gr5_lrg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:785866501d2eeb7bff904c432560d83de036c37bf4a98177b9b5b067867cc560 +size 76303 diff --git a/MendeleyCXR/images/Darwin_00006486_1-s2.0-S2214250920300834-gr1_lrg-b.png b/MendeleyCXR/images/Darwin_00006486_1-s2.0-S2214250920300834-gr1_lrg-b.png new file mode 100644 index 0000000000000000000000000000000000000000..3245193e5fcfd6b21097789a05dab76261f38d6e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006486_1-s2.0-S2214250920300834-gr1_lrg-b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fd75195b1b54a41a5313f31a20d9c30e0c14778468abfbd79ab4cce18250402 +size 71102 diff --git a/MendeleyCXR/images/Darwin_00006487_1-s2.0-S2214250920300834-gr1_lrg-c.png b/MendeleyCXR/images/Darwin_00006487_1-s2.0-S2214250920300834-gr1_lrg-c.png new file mode 100644 index 0000000000000000000000000000000000000000..7a81c2854c4528f7ceb4c9d7d97616b57159c587 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006487_1-s2.0-S2214250920300834-gr1_lrg-c.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37aec797a637010a1dd0b8406e174bba56371df14c917d66ca72bc87c93b1476 +size 67010 diff --git a/MendeleyCXR/images/Darwin_00006488_1-s2.0-S2214250920300834-gr1_lrg-d.png b/MendeleyCXR/images/Darwin_00006488_1-s2.0-S2214250920300834-gr1_lrg-d.png new file mode 100644 index 0000000000000000000000000000000000000000..5abadc0e22d27ece35f0a1b248cdba2833fc83b7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006488_1-s2.0-S2214250920300834-gr1_lrg-d.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb721b9e8b82ffa7867c6cdf8e244991dbe79605594800ea6089a928783dec00 +size 68845 diff --git a/MendeleyCXR/images/Darwin_00006489_1-s2.0-S2387020620301959-gr3_lrg-a.png b/MendeleyCXR/images/Darwin_00006489_1-s2.0-S2387020620301959-gr3_lrg-a.png new file mode 100644 index 0000000000000000000000000000000000000000..ac4bb21031a6ae14cfa1a345471996e51d0287f5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006489_1-s2.0-S2387020620301959-gr3_lrg-a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d80d70ce48256e3a673539a033fa37a8b418fba024621654519ae0dc003c0f0c +size 66796 diff --git a/MendeleyCXR/images/Darwin_00006494_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-000-fig1a.png b/MendeleyCXR/images/Darwin_00006494_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-000-fig1a.png new file mode 100644 index 0000000000000000000000000000000000000000..d916a0e740c578257b55bab41e189794693cc876 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006494_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-000-fig1a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c213e9826a57bc0aac8dbb607882c74fc1f8551c999611d0bbce0b11c32768f9 +size 68684 diff --git a/MendeleyCXR/images/Darwin_00006496_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-001-fig2a.png b/MendeleyCXR/images/Darwin_00006496_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-001-fig2a.png new file mode 100644 index 0000000000000000000000000000000000000000..fec7d4eba9d28dc31322d39c2b8d6e62ea2adc99 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006496_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-001-fig2a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5530dc7fb24f1ae900e38cf7574cb176ba8efb1f8d57bbe37f5cd5d8eb8b0437 +size 64654 diff --git a/MendeleyCXR/images/Darwin_00006498_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-002-fig3a.png b/MendeleyCXR/images/Darwin_00006498_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-002-fig3a.png new file mode 100644 index 0000000000000000000000000000000000000000..d429969ff1898effa09bb3498f2b90c78f6049e7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006498_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-002-fig3a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d617c83b5fa6fd61a82cb2ed72c28ee4e71f978872188e1c586a1cc7162f4faf +size 62265 diff --git a/MendeleyCXR/images/Darwin_00006499_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-002-fig3b.png b/MendeleyCXR/images/Darwin_00006499_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-002-fig3b.png new file mode 100644 index 0000000000000000000000000000000000000000..c4d505b08865df6d8e2f575d393870b57b54d802 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006499_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-002-fig3b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b3c1b407097a2098f708ddb97f030c790a44f3c5d5f0a2719cae5cb1c13487c +size 64031 diff --git a/MendeleyCXR/images/Darwin_00006500_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-003-fig4a.png b/MendeleyCXR/images/Darwin_00006500_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-003-fig4a.png new file mode 100644 index 0000000000000000000000000000000000000000..875470d500f8ff11210d848e556f42639ac1346e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006500_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-003-fig4a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ac451d0760863c5c0b14708d2e2fd94739985eb0b81e092ea36db2d818fdbdf +size 61233 diff --git a/MendeleyCXR/images/Darwin_00006501_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-003-fig4b.png b/MendeleyCXR/images/Darwin_00006501_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-003-fig4b.png new file mode 100644 index 0000000000000000000000000000000000000000..3be9335415dcffd59a41907e2946de67f8e574a2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006501_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-003-fig4b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b2b0922e75293a7672171aeee7be41f46874d205d1476b9e18c60c6ff3da099 +size 62371 diff --git a/MendeleyCXR/images/Darwin_00006503_1B734A89-A1BF-49A8-A1D3-66FAFA4FAC5D.png b/MendeleyCXR/images/Darwin_00006503_1B734A89-A1BF-49A8-A1D3-66FAFA4FAC5D.png new file mode 100644 index 0000000000000000000000000000000000000000..4537349db9de11e3636de7939bef560a47b2130a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006503_1B734A89-A1BF-49A8-A1D3-66FAFA4FAC5D.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d86835259019397dabce4be7c5709fbc87f1a374ccfe55ac000056ce84c3b65 +size 66362 diff --git a/MendeleyCXR/images/Darwin_00006504_1d435a4b.png b/MendeleyCXR/images/Darwin_00006504_1d435a4b.png new file mode 100644 index 0000000000000000000000000000000000000000..6f131d03c08a8dce433b542e6d23ef575441877b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006504_1d435a4b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e357963bdcdcd1dbe2494782c48939484511ff26ab96e1f7d4c4b30e9b1cac80 +size 85992 diff --git a/MendeleyCXR/images/Darwin_00006505_01E392EE-69F9-4E33-BFCE-E5C968654078.png b/MendeleyCXR/images/Darwin_00006505_01E392EE-69F9-4E33-BFCE-E5C968654078.png new file mode 100644 index 0000000000000000000000000000000000000000..fe66af7f77dc24acdb3fa80470280d1529179803 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006505_01E392EE-69F9-4E33-BFCE-E5C968654078.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a572f4308258c685abdb3afb2b231f5cf3c9ef4921502e7ddfc8905aa276aa0 +size 60957 diff --git a/MendeleyCXR/images/Darwin_00006506_1f8a4a54.png b/MendeleyCXR/images/Darwin_00006506_1f8a4a54.png new file mode 100644 index 0000000000000000000000000000000000000000..6ed3d7c5845638e7f3da936cba2a932b377e0c15 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006506_1f8a4a54.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c75ca7a3c3adf0ea98b7333e852944597629faef2a8ea763d3d1b8fbcc137db +size 87061 diff --git a/MendeleyCXR/images/Darwin_00006507_1F6343EE-AFEC-4B7D-97F5-62797EE18767.png b/MendeleyCXR/images/Darwin_00006507_1F6343EE-AFEC-4B7D-97F5-62797EE18767.png new file mode 100644 index 0000000000000000000000000000000000000000..78a90d0c7db881347e6cf263e4f4ad5d2e1db7aa --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006507_1F6343EE-AFEC-4B7D-97F5-62797EE18767.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99b5a68d5c09d9993d1937ec776cb77f5f63418040031e048d5d9b42167cd399 +size 68482 diff --git a/MendeleyCXR/images/Darwin_00006519_2-chest-filmc.png b/MendeleyCXR/images/Darwin_00006519_2-chest-filmc.png new file mode 100644 index 0000000000000000000000000000000000000000..a988650b248029262602832bda3d23b712e9d935 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006519_2-chest-filmc.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29afe439b363e2ea32bcb7ca5d5cf0767c97611a4b76821ba39a3c23bc6dd756 +size 71772 diff --git a/MendeleyCXR/images/Darwin_00006520_2B8649B2-00C4-4233-85D5-1CE240CF233B.png b/MendeleyCXR/images/Darwin_00006520_2B8649B2-00C4-4233-85D5-1CE240CF233B.png new file mode 100644 index 0000000000000000000000000000000000000000..f5f9884a40d985f062b0e621e97e5a289d357cad --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006520_2B8649B2-00C4-4233-85D5-1CE240CF233B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3795632448f538a9208b9dd95a8a99a6e681b2bde70df750199bdfeeb03b0ad1 +size 65961 diff --git a/MendeleyCXR/images/Darwin_00006521_02b76460.png b/MendeleyCXR/images/Darwin_00006521_02b76460.png new file mode 100644 index 0000000000000000000000000000000000000000..14e6b5f794b1bb97b3f43dc52573c17041ae1fce --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006521_02b76460.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7562a97e8405a270b729cdf972d7ab0746701e6481dda60ec744a5d3c1f42dbf +size 77637 diff --git a/MendeleyCXR/images/Darwin_00006522_2C10A413-AABE-4807-8CCE-6A2025594067.png b/MendeleyCXR/images/Darwin_00006522_2C10A413-AABE-4807-8CCE-6A2025594067.png new file mode 100644 index 0000000000000000000000000000000000000000..faac34c845c9948fccd51e7ce273cf92f660d421 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006522_2C10A413-AABE-4807-8CCE-6A2025594067.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ef29d612c4658465a1f1c6b5fba97a4e0a2b0991a64440627f4f85537ca336f +size 77675 diff --git a/MendeleyCXR/images/Darwin_00006523_2C26F453-AF3B-4517-BB9E-802CF2179543.png b/MendeleyCXR/images/Darwin_00006523_2C26F453-AF3B-4517-BB9E-802CF2179543.png new file mode 100644 index 0000000000000000000000000000000000000000..aaa53a01b1d3823400e9218cf8b1328c66aae331 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006523_2C26F453-AF3B-4517-BB9E-802CF2179543.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d05c4b4db1550fa3e9d0c3e9f513e87055f5584d6f2936de973879657a0014ba +size 78246 diff --git a/MendeleyCXR/images/Darwin_00006524_2c35005f.png b/MendeleyCXR/images/Darwin_00006524_2c35005f.png new file mode 100644 index 0000000000000000000000000000000000000000..49ba784ebe29dd3533dc5f33ba3963ab053e1624 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006524_2c35005f.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca23cc3790662eeceb37c275337e5e56713993b91293dcbf9a21f5523bdf8d00 +size 78631 diff --git a/MendeleyCXR/images/Darwin_00006525_2cd63b76.png b/MendeleyCXR/images/Darwin_00006525_2cd63b76.png new file mode 100644 index 0000000000000000000000000000000000000000..5a9f17df3d2b3f67461d23993d0932aec189a43a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006525_2cd63b76.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3875867570d3a93e805bb3c6b8babe9223fda88eb6dac51e1375c82f2d534972 +size 78171 diff --git a/MendeleyCXR/images/Darwin_00006527_3b46de94.png b/MendeleyCXR/images/Darwin_00006527_3b46de94.png new file mode 100644 index 0000000000000000000000000000000000000000..ddc8046ef5a3235a7109c1a2c686f577ef265379 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006527_3b46de94.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da0e74daf930b82014ea015463c26a06538d2cd0776025db5b65023ee93f64e1 +size 87491 diff --git a/MendeleyCXR/images/Darwin_00006528_03BF7561-A9BA-4C3C-B8A0-D3E585F73F3C.png b/MendeleyCXR/images/Darwin_00006528_03BF7561-A9BA-4C3C-B8A0-D3E585F73F3C.png new file mode 100644 index 0000000000000000000000000000000000000000..019cb4d5e20b0cdb62c13e0395c2f27618989c31 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006528_03BF7561-A9BA-4C3C-B8A0-D3E585F73F3C.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bd04a1b0bb83414d0c7a6ec441293d74de5a0b491513716a9097cf406b780f0 +size 73903 diff --git a/MendeleyCXR/images/Darwin_00006529_3dedeb92.png b/MendeleyCXR/images/Darwin_00006529_3dedeb92.png new file mode 100644 index 0000000000000000000000000000000000000000..1f55a18620fcce0e87361eddf929a420a546177e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006529_3dedeb92.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09f6d5b8c327cc83b614026a3f2264eae91d06b3331b96b48eaeb208609e5289 +size 84700 diff --git a/MendeleyCXR/images/Darwin_00006531_3fd337c1.png b/MendeleyCXR/images/Darwin_00006531_3fd337c1.png new file mode 100644 index 0000000000000000000000000000000000000000..9972e3ce45494e1bea66ec47f7084189de6196df --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006531_3fd337c1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5352759b2e1a78cd6eb9f47a1137f2e3e9ced0ac7da656202b4b5595b2caa087 +size 88724 diff --git a/MendeleyCXR/images/Darwin_00006533_4ad30bc6-2da0-4f84-bc9b-62acabfd518a.annot.original.png b/MendeleyCXR/images/Darwin_00006533_4ad30bc6-2da0-4f84-bc9b-62acabfd518a.annot.original.png new file mode 100644 index 0000000000000000000000000000000000000000..2815217686340188f8c72aca6534669f11953d15 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006533_4ad30bc6-2da0-4f84-bc9b-62acabfd518a.annot.original.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea02572de5dd5b8a164361ea96ac62420d9ed89d3f2be0ddd6c1014efe8abcd8 +size 69597 diff --git a/MendeleyCXR/images/Darwin_00006534_4c0fcf57.png b/MendeleyCXR/images/Darwin_00006534_4c0fcf57.png new file mode 100644 index 0000000000000000000000000000000000000000..86601127455191a3806e81cb9b779cd747978e4f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006534_4c0fcf57.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7fb8ac109057caaf2a43146c61132d0fc1b7e984e4b969d6b243748a3f8c4b9 +size 88708 diff --git a/MendeleyCXR/images/Darwin_00006536_4d98e1de.png b/MendeleyCXR/images/Darwin_00006536_4d98e1de.png new file mode 100644 index 0000000000000000000000000000000000000000..6294406b1d248423bfa89e5c7d6ce2ff51b98128 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006536_4d98e1de.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfbc94694c455e05791227007d6f6b5707571ac5315d1e631d1b2288f48d00b6 +size 75985 diff --git a/MendeleyCXR/images/Darwin_00006537_4e43e48d52c9e2d4c6c1fb9bc1544f_jumbo.png b/MendeleyCXR/images/Darwin_00006537_4e43e48d52c9e2d4c6c1fb9bc1544f_jumbo.png new file mode 100644 index 0000000000000000000000000000000000000000..08dd2dcedcc02f24b9a762cea907b54719861c09 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006537_4e43e48d52c9e2d4c6c1fb9bc1544f_jumbo.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24d3c3d80f39afa380b8e5391f8393d37802913761eb32aba488a5308b36ae3f +size 77072 diff --git a/MendeleyCXR/images/Darwin_00006538_4fcafe41.png b/MendeleyCXR/images/Darwin_00006538_4fcafe41.png new file mode 100644 index 0000000000000000000000000000000000000000..f4e68c853c71852bdd9baf394d0b9ef1760a140c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006538_4fcafe41.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfc04fc18b1e73d7c8ddcba4ff9079f8bb16c5ed2f30415fd8fa1f56706df2d9 +size 81643 diff --git a/MendeleyCXR/images/Darwin_00006539_4fed5061.png b/MendeleyCXR/images/Darwin_00006539_4fed5061.png new file mode 100644 index 0000000000000000000000000000000000000000..20fc1ddc4d267fafe980e3a439df7b4d1727b3bc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006539_4fed5061.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02e9ad767afb524d914a9b8b0e5dcce7970d0980ce00904cdb7da054ad191745 +size 89348 diff --git a/MendeleyCXR/images/Darwin_00006540_000005-3.png b/MendeleyCXR/images/Darwin_00006540_000005-3.png new file mode 100644 index 0000000000000000000000000000000000000000..078f9d9090a03cee780e048ab617ed759b7ff365 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006540_000005-3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10828c38b3488f2eafb91a0a641a62acac2049a8f815f5703d9177193045cc9b +size 67766 diff --git a/MendeleyCXR/images/Darwin_00006543_5A78BCA9-5B7A-440D-8A4E-AE7710EA6EAD.png b/MendeleyCXR/images/Darwin_00006543_5A78BCA9-5B7A-440D-8A4E-AE7710EA6EAD.png new file mode 100644 index 0000000000000000000000000000000000000000..ec021f43905230a1f6adfced914836efc846d080 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006543_5A78BCA9-5B7A-440D-8A4E-AE7710EA6EAD.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fb5d5d7729314c5b3a7c663df7b7713f2982c6b20798e17a094d86ba639b794 +size 63382 diff --git a/MendeleyCXR/images/Darwin_00006544_5acb8ac5.png b/MendeleyCXR/images/Darwin_00006544_5acb8ac5.png new file mode 100644 index 0000000000000000000000000000000000000000..38fc05e559c60a8802061311eba8e2bf015e1701 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006544_5acb8ac5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c2eb8bc3a92c7daee54d512297f4fd33158894b926633317b11412fdf1ae341 +size 85582 diff --git a/MendeleyCXR/images/Darwin_00006545_5CBC2E94-D358-401E-8928-965CCD965C5C.png b/MendeleyCXR/images/Darwin_00006545_5CBC2E94-D358-401E-8928-965CCD965C5C.png new file mode 100644 index 0000000000000000000000000000000000000000..10f237042f13adf5caa6dd9862f3614b7392e170 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006545_5CBC2E94-D358-401E-8928-965CCD965C5C.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e59ba3461c4692c9686cb4f6b4d1553cd72e3afb3da9d2f4363023fd440eec8 +size 75003 diff --git a/MendeleyCXR/images/Darwin_00006546_5e6dd879fde9502400e58b2f.png b/MendeleyCXR/images/Darwin_00006546_5e6dd879fde9502400e58b2f.png new file mode 100644 index 0000000000000000000000000000000000000000..5af3441bd6129a473a18d9be6dc2f8b79cba0f0c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006546_5e6dd879fde9502400e58b2f.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8652a780a2da22fa88cc9f62c3071d154632b25a6b4e8f45383dd9455e8ce19 +size 64565 diff --git a/MendeleyCXR/images/Darwin_00006547_5f619d7e.png b/MendeleyCXR/images/Darwin_00006547_5f619d7e.png new file mode 100644 index 0000000000000000000000000000000000000000..a3ef160c476c9d8a3bc9b94d21904ec08d992fb1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006547_5f619d7e.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2c8a758036b23577d0d427e65a3b3da478c7247bb2e13f892772ce5f9554054 +size 89148 diff --git a/MendeleyCXR/images/Darwin_00006548_000006-2.png b/MendeleyCXR/images/Darwin_00006548_000006-2.png new file mode 100644 index 0000000000000000000000000000000000000000..6bdbf4c6ace9a31df22bad7dcb575a15cdaa392c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006548_000006-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6e28484f3bddf61387ddf291fa578d6e3d3857bef046f0971f80039d328ecb8 +size 80730 diff --git a/MendeleyCXR/images/Darwin_00006549_000006-12.png b/MendeleyCXR/images/Darwin_00006549_000006-12.png new file mode 100644 index 0000000000000000000000000000000000000000..70c9e51005612e23fb144ed12270c59c9f4aa021 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006549_000006-12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4532c3ebafcf0df9bd02fec13088b9e60097097e85f48a6c2e52ea2fe3e73443 +size 79510 diff --git a/MendeleyCXR/images/Darwin_00006550_000006-17.png b/MendeleyCXR/images/Darwin_00006550_000006-17.png new file mode 100644 index 0000000000000000000000000000000000000000..a0d4212673364b6fd6f812b1db581be9babdca73 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006550_000006-17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f29eee5ea026779d4d87952ef9b30c9619a185b6bbefaa3a606877ca6f82bf45 +size 77269 diff --git a/MendeleyCXR/images/Darwin_00006553_6b44464d-73a7-4cf3-bbb6-ffe7168300e3.annot.original.png b/MendeleyCXR/images/Darwin_00006553_6b44464d-73a7-4cf3-bbb6-ffe7168300e3.annot.original.png new file mode 100644 index 0000000000000000000000000000000000000000..7988989321568509d0d4a2476ea3b543b65c33ee --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006553_6b44464d-73a7-4cf3-bbb6-ffe7168300e3.annot.original.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:910340ecbb2fd90400ba4b1b6864a613f53f9fe0f6922b6f1f58743402c46067 +size 64215 diff --git a/MendeleyCXR/images/Darwin_00006554_6C94A287-C059-46A0-8600-AFB95F4727B7.png b/MendeleyCXR/images/Darwin_00006554_6C94A287-C059-46A0-8600-AFB95F4727B7.png new file mode 100644 index 0000000000000000000000000000000000000000..910ab88d27bfec810fed720bb8cc43449a7e7ca8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006554_6C94A287-C059-46A0-8600-AFB95F4727B7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d96f7c7005ad2b80ad60f18d9f9f0936f3c8dc9c620664c4d058e8abf6acfedf +size 69337 diff --git a/MendeleyCXR/images/Darwin_00006555_6CB4EFC6-68FA-4CD5-940C-BEFA8DAFE9A7.png b/MendeleyCXR/images/Darwin_00006555_6CB4EFC6-68FA-4CD5-940C-BEFA8DAFE9A7.png new file mode 100644 index 0000000000000000000000000000000000000000..143e42fa73fc41ebbdff5780b2a3bc1611fabcdc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006555_6CB4EFC6-68FA-4CD5-940C-BEFA8DAFE9A7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c538b57a842a8e873d00e3fa2a1d4b85b323f4a23e118e81edafac02fa11942b +size 78258 diff --git a/MendeleyCXR/images/Darwin_00006556_000007-2.png b/MendeleyCXR/images/Darwin_00006556_000007-2.png new file mode 100644 index 0000000000000000000000000000000000000000..0ee0c4608794f057cebf8e9b3edcf395d4d8de4f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006556_000007-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32c5e49f3a800cd74715e2290f41de4115ae19e24b793d4c6513f1f40c05db8e +size 73331 diff --git a/MendeleyCXR/images/Darwin_00006557_000007-15.png b/MendeleyCXR/images/Darwin_00006557_000007-15.png new file mode 100644 index 0000000000000000000000000000000000000000..760433cbb726e985d9dd31c34670cfc02154cb8b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006557_000007-15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22480b8763d7c2de2951f338e556f93dea0b218f29ff71d606efc963f9560bcc +size 80040 diff --git a/MendeleyCXR/images/Darwin_00006559_7AF6C1AF-D249-4BD2-8C26-449304105D03.png b/MendeleyCXR/images/Darwin_00006559_7AF6C1AF-D249-4BD2-8C26-449304105D03.png new file mode 100644 index 0000000000000000000000000000000000000000..701a93adf2866f9bb2cc26696b059985cb8a3eb2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006559_7AF6C1AF-D249-4BD2-8C26-449304105D03.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:add11ccf9568a8a8e60bc37b79c53de02a628d7f786b8b59ea3d7d7f005459c0 +size 64396 diff --git a/MendeleyCXR/images/Darwin_00006560_7afaaccc.png b/MendeleyCXR/images/Darwin_00006560_7afaaccc.png new file mode 100644 index 0000000000000000000000000000000000000000..8788f99b0d8c490179bf805432d2a75ba564ac43 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006560_7afaaccc.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94eed1eb03b25ad5fedc92be4912fbf20c50316257d87f23c9b849abd4243c2a +size 76555 diff --git a/MendeleyCXR/images/Darwin_00006561_7c0d0e1d.png b/MendeleyCXR/images/Darwin_00006561_7c0d0e1d.png new file mode 100644 index 0000000000000000000000000000000000000000..bbc82f2cc3d64844c69cea10090d16c8adbb3e15 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006561_7c0d0e1d.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a28795df0b28f45e704ba612f0dc5f1529d986cced42a3c0dcb416493c6a8502 +size 78966 diff --git a/MendeleyCXR/images/Darwin_00006562_7C69C012-7479-493F-8722-ABC29C60A2DD.png b/MendeleyCXR/images/Darwin_00006562_7C69C012-7479-493F-8722-ABC29C60A2DD.png new file mode 100644 index 0000000000000000000000000000000000000000..16adee76e2970616517e6d6643804098ddb0f25e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006562_7C69C012-7479-493F-8722-ABC29C60A2DD.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d24bf5c2e5fa2a6d76453305eb67bb6fe8e04aa4178065aad43bb21b67a8ab4 +size 86552 diff --git a/MendeleyCXR/images/Darwin_00006563_7D2CF6CE-F529-4470-8356-D33FFAF98600.png b/MendeleyCXR/images/Darwin_00006563_7D2CF6CE-F529-4470-8356-D33FFAF98600.png new file mode 100644 index 0000000000000000000000000000000000000000..4d6105697098b6cb15129b087abd490ce870c6ff --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006563_7D2CF6CE-F529-4470-8356-D33FFAF98600.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64a0131c95a01082a6c32f7da5eaeb8ab121aa03f6937c12c8513f8a72aaf60a +size 61149 diff --git a/MendeleyCXR/images/Darwin_00006564_7E335538-2F86-424E-A0AB-6397783A38D0.png b/MendeleyCXR/images/Darwin_00006564_7E335538-2F86-424E-A0AB-6397783A38D0.png new file mode 100644 index 0000000000000000000000000000000000000000..224833bdb245836336d178d92a67fb96ccb91b3d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006564_7E335538-2F86-424E-A0AB-6397783A38D0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3f8c3d1833728f010f28eb81da5cf41ae9245c9fa532a00e9ab07ca5d4f9a5e +size 85269 diff --git a/MendeleyCXR/images/Darwin_00006565_7EF28E12-F628-4BEC-A8C5-E6277C2E4F60.png b/MendeleyCXR/images/Darwin_00006565_7EF28E12-F628-4BEC-A8C5-E6277C2E4F60.png new file mode 100644 index 0000000000000000000000000000000000000000..87b270c43e4bdacc80eca52b58fa50a339013352 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006565_7EF28E12-F628-4BEC-A8C5-E6277C2E4F60.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a20d7ae6d5a6a44290cbb66a6a49cbab97f3471811f18e4852110b2009529ed +size 70971 diff --git a/MendeleyCXR/images/Darwin_00006567_08d780ae.png b/MendeleyCXR/images/Darwin_00006567_08d780ae.png new file mode 100644 index 0000000000000000000000000000000000000000..79d61694841aafd72e17901b97779649942b510e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006567_08d780ae.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea597473e7701c010711d24c78585e7fd0c67cd03de48061c5baf05c530c7194 +size 86645 diff --git a/MendeleyCXR/images/Darwin_00006568_8da14fff.png b/MendeleyCXR/images/Darwin_00006568_8da14fff.png new file mode 100644 index 0000000000000000000000000000000000000000..15d9d0f109a57105b7320bc3b962fe664284d570 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006568_8da14fff.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df16b5c838f8f7e88cd04202bcb959873f4a30d8e8353dc01dd34e4f43aa5e18 +size 78703 diff --git a/MendeleyCXR/images/Darwin_00006569_8fc103ca.png b/MendeleyCXR/images/Darwin_00006569_8fc103ca.png new file mode 100644 index 0000000000000000000000000000000000000000..83382448904ace9fa7447a4e7ac1e959156e0626 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006569_8fc103ca.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e15ec15a2c9ae7c7aa968fa67273d495fef6fa610e11726f160642268120ee8 +size 87610 diff --git a/MendeleyCXR/images/Darwin_00006570_8FDE8DBA-CFBD-4B4C-B1A4-6F36A93B7E87.png b/MendeleyCXR/images/Darwin_00006570_8FDE8DBA-CFBD-4B4C-B1A4-6F36A93B7E87.png new file mode 100644 index 0000000000000000000000000000000000000000..c2256add8e9259d95420b16a6a7cee1e73f121b4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006570_8FDE8DBA-CFBD-4B4C-B1A4-6F36A93B7E87.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04a7db99a19657ba319fdd2d5abf60add32cb2992a66d328bfadff49fe2bcad1 +size 80784 diff --git a/MendeleyCXR/images/Darwin_00006572_9C34AF49-E589-44D5-92D3-168B3B04E4A6.png b/MendeleyCXR/images/Darwin_00006572_9C34AF49-E589-44D5-92D3-168B3B04E4A6.png new file mode 100644 index 0000000000000000000000000000000000000000..440937bab4537dfd6a60780a7571a9f502d5b679 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006572_9C34AF49-E589-44D5-92D3-168B3B04E4A6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22d659f73a83b7c0400076c36c9758fa8b4b90eb4f1416807827b503de15c086 +size 76034 diff --git a/MendeleyCXR/images/Darwin_00006573_9d36404d.png b/MendeleyCXR/images/Darwin_00006573_9d36404d.png new file mode 100644 index 0000000000000000000000000000000000000000..e6afa1736c880e92c493a7daae809621c5318974 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006573_9d36404d.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dcfbfff1c4e6e8efc4b434fc9d60bbc70da177fbf77de081c0e159028cb9cda +size 84544 diff --git a/MendeleyCXR/images/Darwin_00006574_9eca9ade.png b/MendeleyCXR/images/Darwin_00006574_9eca9ade.png new file mode 100644 index 0000000000000000000000000000000000000000..4bc64173bf4d0dd2142462ece96db29d83fc4597 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006574_9eca9ade.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97aa3bd66f43373be95bcc3c55c76856331c532bdbe1262acde3e0510f86ec8c +size 76445 diff --git a/MendeleyCXR/images/Darwin_00006575_9fdd3c3032296fd04d2cad5d9070d4_jumbo.png b/MendeleyCXR/images/Darwin_00006575_9fdd3c3032296fd04d2cad5d9070d4_jumbo.png new file mode 100644 index 0000000000000000000000000000000000000000..84adb7804233eb595e592d9c9ee8209d6e1e0c37 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006575_9fdd3c3032296fd04d2cad5d9070d4_jumbo.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08974aa97b6aed29649f3ced47303b5553c0b4b1b0f9a6fec58e28443b78ff27 +size 72659 diff --git a/MendeleyCXR/images/Darwin_00006576_000010-2.png b/MendeleyCXR/images/Darwin_00006576_000010-2.png new file mode 100644 index 0000000000000000000000000000000000000000..a90ff8070527a816c9a840ee4d594f8575f8e8e9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006576_000010-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:131161a64faf2821145dae9508ec6910cee0009a5cf4a2126363df1424dbba48 +size 79860 diff --git a/MendeleyCXR/images/Darwin_00006581_10.1016-slash-j.cardfail.2020.04.007-a.png b/MendeleyCXR/images/Darwin_00006581_10.1016-slash-j.cardfail.2020.04.007-a.png new file mode 100644 index 0000000000000000000000000000000000000000..4002449c0a2ec5215cd868659c712c09e7168750 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006581_10.1016-slash-j.cardfail.2020.04.007-a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69dcddfff73f9c55aef67ad315daae2b66989be340d800e12f0bacd6ac6e118c +size 86063 diff --git a/MendeleyCXR/images/Darwin_00006582_10.1016-slash-j.cardfail.2020.04.007-b.png b/MendeleyCXR/images/Darwin_00006582_10.1016-slash-j.cardfail.2020.04.007-b.png new file mode 100644 index 0000000000000000000000000000000000000000..3fba2d3346ffd73db998184c20d3daade3108a18 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006582_10.1016-slash-j.cardfail.2020.04.007-b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93d428600d820cc3533a47a363d0361de2f55db1031eca2212e7ee2a57eea7d8 +size 85217 diff --git a/MendeleyCXR/images/Darwin_00006583_10.1016-slash-j.chest.2020.04.024.png b/MendeleyCXR/images/Darwin_00006583_10.1016-slash-j.chest.2020.04.024.png new file mode 100644 index 0000000000000000000000000000000000000000..639d184a65f8e4f3ea86ac4290285d7bc2483728 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006583_10.1016-slash-j.chest.2020.04.024.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf3c4cadede51a1abf3e67d1f389f3cd1efe40ebd1b0cc2b7df20bb9e0ec84fb +size 74121 diff --git a/MendeleyCXR/images/Darwin_00006584_10.1016-slash-j.crad.2020.04.002-a.png b/MendeleyCXR/images/Darwin_00006584_10.1016-slash-j.crad.2020.04.002-a.png new file mode 100644 index 0000000000000000000000000000000000000000..869690361d409a17c176a516634c7297e59729df --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006584_10.1016-slash-j.crad.2020.04.002-a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ece2d8142a0a588283716ffa4c0858b32e2cc46efe4b335b61c87f2538b576f +size 79332 diff --git a/MendeleyCXR/images/Darwin_00006585_10.1016-slash-j.crad.2020.04.002-b.png b/MendeleyCXR/images/Darwin_00006585_10.1016-slash-j.crad.2020.04.002-b.png new file mode 100644 index 0000000000000000000000000000000000000000..a95e50035162ef8562b6489fd344b4f2e45fe24c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006585_10.1016-slash-j.crad.2020.04.002-b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:377ab8392c584a57dee96d9305effddb040430822033f6a09fa07f36ad0eaea5 +size 82640 diff --git a/MendeleyCXR/images/Darwin_00006586_10.1016-slash-j.crad.2020.04.002-c.png b/MendeleyCXR/images/Darwin_00006586_10.1016-slash-j.crad.2020.04.002-c.png new file mode 100644 index 0000000000000000000000000000000000000000..e4878692ebfaf878865409f5632e470954cf7a0a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006586_10.1016-slash-j.crad.2020.04.002-c.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aed5f2b31e7d7ea9dd2bbb98b4249ec8b68acd489f8ed06ec8302426f24862fb +size 84609 diff --git a/MendeleyCXR/images/Darwin_00006587_10.1016-slash-j.healun.2020.04.004.png b/MendeleyCXR/images/Darwin_00006587_10.1016-slash-j.healun.2020.04.004.png new file mode 100644 index 0000000000000000000000000000000000000000..4197df956916188e9833382ae0e83e8626059848 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006587_10.1016-slash-j.healun.2020.04.004.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f31efe38cf276809a7e1255962c165b19df13e4d4e2df186ec3f16311331fee +size 84082 diff --git a/MendeleyCXR/images/Darwin_00006588_10.1016-slash-j.hrcr.2020.04.015-a.png b/MendeleyCXR/images/Darwin_00006588_10.1016-slash-j.hrcr.2020.04.015-a.png new file mode 100644 index 0000000000000000000000000000000000000000..fae843ff67ecdc97d20bad5ff483024a95a57e82 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006588_10.1016-slash-j.hrcr.2020.04.015-a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:303a6dc8b99e4e4494271299c440de63fb7815754b616f8566d329d71d263aa9 +size 73371 diff --git a/MendeleyCXR/images/Darwin_00006589_10.1016-slash-j.hrcr.2020.04.015-b.png b/MendeleyCXR/images/Darwin_00006589_10.1016-slash-j.hrcr.2020.04.015-b.png new file mode 100644 index 0000000000000000000000000000000000000000..e3ee24b341da02da61408d97d066b38caa77edb3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006589_10.1016-slash-j.hrcr.2020.04.015-b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:170e116871f008bb9686411bcbf75018094b152ceb3c00900988bc3de3b09b5a +size 66830 diff --git a/MendeleyCXR/images/Darwin_00006590_10.1016-slash-j.hrcr.2020.04.015-fig3-a.png b/MendeleyCXR/images/Darwin_00006590_10.1016-slash-j.hrcr.2020.04.015-fig3-a.png new file mode 100644 index 0000000000000000000000000000000000000000..c4cbefa8ccef5ba33fb5071606bd626fa88ed56a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006590_10.1016-slash-j.hrcr.2020.04.015-fig3-a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3a3e041ea074c05ce543d1600318feed21790778d6ee94f98f317c6c279b692 +size 69413 diff --git a/MendeleyCXR/images/Darwin_00006591_10.1016-slash-j.hrcr.2020.04.015-fig3-b.png b/MendeleyCXR/images/Darwin_00006591_10.1016-slash-j.hrcr.2020.04.015-fig3-b.png new file mode 100644 index 0000000000000000000000000000000000000000..736ec3322ccf48d2e7b907e886973f92351a888f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006591_10.1016-slash-j.hrcr.2020.04.015-fig3-b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b9b9960190378442f0b2fe1102fd4ec5fc5ee881dc16371f6b45ed734e4a9a8 +size 68118 diff --git a/MendeleyCXR/images/Darwin_00006592_10.1016-slash-j.jhin.2020.03.036.png b/MendeleyCXR/images/Darwin_00006592_10.1016-slash-j.jhin.2020.03.036.png new file mode 100644 index 0000000000000000000000000000000000000000..cdab22baa87eeaeb68e69d79e95074dd9f147cb5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006592_10.1016-slash-j.jhin.2020.03.036.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:850def4738a96692256bf2db2e7855a2459d8560765e53f62a66e7d57ab6953d +size 78062 diff --git a/MendeleyCXR/images/Darwin_00006597_19abe1f3.png b/MendeleyCXR/images/Darwin_00006597_19abe1f3.png new file mode 100644 index 0000000000000000000000000000000000000000..c7c76912ab59bcb345efd19f751534b7b96b9325 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006597_19abe1f3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a263c3769d1a467bced5ab7ed62bbf2d6940e4cf204152c383b4d6c3276e0e0b +size 79844 diff --git a/MendeleyCXR/images/Darwin_00006599_23E99E2E-447C-46E5-8EB2-D35D12473C39.png b/MendeleyCXR/images/Darwin_00006599_23E99E2E-447C-46E5-8EB2-D35D12473C39.png new file mode 100644 index 0000000000000000000000000000000000000000..be1c1edebebf286a392d0427f0e593c228215001 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006599_23E99E2E-447C-46E5-8EB2-D35D12473C39.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a7c71a0e21ee73cae122eb5574318b2289a2d2ba6d078c113f6f6f2a97d7a4c +size 76360 diff --git a/MendeleyCXR/images/Darwin_00006602_31BA3780-2323-493F-8AED-62081B9C383B.png b/MendeleyCXR/images/Darwin_00006602_31BA3780-2323-493F-8AED-62081B9C383B.png new file mode 100644 index 0000000000000000000000000000000000000000..ea10a53a1a43cc25551d7d25560716a334ed940b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006602_31BA3780-2323-493F-8AED-62081B9C383B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ca341d25959f4a19d77c414eeabfe992734f880065f77d58dfa987d9550396b +size 65839 diff --git a/MendeleyCXR/images/Darwin_00006604_35b446ce.png b/MendeleyCXR/images/Darwin_00006604_35b446ce.png new file mode 100644 index 0000000000000000000000000000000000000000..11155a6256157f17968fe1defefbcd3002cc922c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006604_35b446ce.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e707912bbd03ff76c7451f04a08fd2905d62c17928d4027e650a2739f5e98acc +size 89312 diff --git a/MendeleyCXR/images/Darwin_00006605_39EE8E69-5801-48DE-B6E3-BE7D1BCF3092.png b/MendeleyCXR/images/Darwin_00006605_39EE8E69-5801-48DE-B6E3-BE7D1BCF3092.png new file mode 100644 index 0000000000000000000000000000000000000000..0c8798d11443f1c86510dc6309c1cf2a75ef1a92 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006605_39EE8E69-5801-48DE-B6E3-BE7D1BCF3092.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f570b5cd2d9f49210ef21080583e7847d3b5fb91d426e0be60a3e5d24a389e6 +size 73091 diff --git a/MendeleyCXR/images/Darwin_00006607_48c4542c.png b/MendeleyCXR/images/Darwin_00006607_48c4542c.png new file mode 100644 index 0000000000000000000000000000000000000000..7abeeb9337ab2402220e5027c11029405cb02cb2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006607_48c4542c.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84592d9266e70ac068e980d583b3565d0ac8d6c5c7a330e322cc9fa7efb389b3 +size 78863 diff --git a/MendeleyCXR/images/Darwin_00006608_53c9be49.png b/MendeleyCXR/images/Darwin_00006608_53c9be49.png new file mode 100644 index 0000000000000000000000000000000000000000..913f52186b52598e27ec0ef434b49e98c16ca126 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006608_53c9be49.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3a611d32277579e69ef7c907fb4031a5b9a447034f73d9be49ed610e800f675 +size 86187 diff --git a/MendeleyCXR/images/Darwin_00006609_53EC07C9-5CC6-4BE4-9B6F-D7B0D72AAA7E.png b/MendeleyCXR/images/Darwin_00006609_53EC07C9-5CC6-4BE4-9B6F-D7B0D72AAA7E.png new file mode 100644 index 0000000000000000000000000000000000000000..d91ba8175b9be79fb848b3925b7ce500e8368990 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006609_53EC07C9-5CC6-4BE4-9B6F-D7B0D72AAA7E.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:499901c16a1e805d79d255981332b6d3aa8354dc565b14969660b650c7785730 +size 65563 diff --git a/MendeleyCXR/images/Darwin_00006610_58cb9263f16e94305c730685358e4e_jumbo.png b/MendeleyCXR/images/Darwin_00006610_58cb9263f16e94305c730685358e4e_jumbo.png new file mode 100644 index 0000000000000000000000000000000000000000..6fbe29e5c78c751f8c90cf0132f9b81f1a51c6cc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006610_58cb9263f16e94305c730685358e4e_jumbo.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:681d3fbfbd7a42a6e46e95f8cc201ecccec4a187235a698ab49cb6ffbb36d316 +size 78876 diff --git a/MendeleyCXR/images/Darwin_00006611_61bc50d1.png b/MendeleyCXR/images/Darwin_00006611_61bc50d1.png new file mode 100644 index 0000000000000000000000000000000000000000..923985add7876feaef5ec93cf230a8a617d17524 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006611_61bc50d1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83b74acb00bdba74be7f0487a0e08b4845af5f2992dc1596747fd7767a8bda47 +size 90928 diff --git a/MendeleyCXR/images/Darwin_00006612_67d668e570c242404ba82c7cbe2ca8f2-05be-0.png b/MendeleyCXR/images/Darwin_00006612_67d668e570c242404ba82c7cbe2ca8f2-05be-0.png new file mode 100644 index 0000000000000000000000000000000000000000..b7da130decf22bac2e59234cef25fcf3be031cfc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006612_67d668e570c242404ba82c7cbe2ca8f2-05be-0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:707e99a0195e1095bb722b3511d7f69d671179b5e03b1bedd936104f71c9319d +size 65627 diff --git a/MendeleyCXR/images/Darwin_00006613_67d668e570c242404ba82c7cbe2ca8f2-0015-0.png b/MendeleyCXR/images/Darwin_00006613_67d668e570c242404ba82c7cbe2ca8f2-0015-0.png new file mode 100644 index 0000000000000000000000000000000000000000..e9af377b719b4e65884a97c7e7063d8b13aca0a2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006613_67d668e570c242404ba82c7cbe2ca8f2-0015-0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29ba4181c32ccd6db09e6a2dc5e2e040858abd7af1d07ede53e4b9ef383edfc3 +size 71653 diff --git a/MendeleyCXR/images/Darwin_00006614_68_2020_1364_Fig1_HTML-a.png b/MendeleyCXR/images/Darwin_00006614_68_2020_1364_Fig1_HTML-a.png new file mode 100644 index 0000000000000000000000000000000000000000..9e69a52a3720c1671393ad50d436b89fbdd2f3bc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006614_68_2020_1364_Fig1_HTML-a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ec95ac6f22c5190989000885b9d1603f061fa49e428c6264c6c6e24e4360966 +size 77639 diff --git a/MendeleyCXR/images/Darwin_00006616_68_2020_1364_Fig1_HTML-c.png b/MendeleyCXR/images/Darwin_00006616_68_2020_1364_Fig1_HTML-c.png new file mode 100644 index 0000000000000000000000000000000000000000..0fd076ea4cf2a453c02f83c2e1d507902c012b49 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006616_68_2020_1364_Fig1_HTML-c.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f936c02c1aa3971fe9747d560f6d48aa30ae0f0057967ffcd1871947ea24c34d +size 74315 diff --git a/MendeleyCXR/images/Darwin_00006617_80b5f00f.png b/MendeleyCXR/images/Darwin_00006617_80b5f00f.png new file mode 100644 index 0000000000000000000000000000000000000000..c4b59994c3c76321716189ea2f02dbb6d1c22bfc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006617_80b5f00f.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e77695439e45d575671740332665fbf79a1a8cc123862aff7b3c61f6b5bd38fa +size 77032 diff --git a/MendeleyCXR/images/Darwin_00006618_82a78c13.png b/MendeleyCXR/images/Darwin_00006618_82a78c13.png new file mode 100644 index 0000000000000000000000000000000000000000..779ead409848c1b2b5cd4f33378fd871a9ef6ab1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006618_82a78c13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f3a5322dacb9f27a664aaad721a552ea09e73e1caa92e7be9ffeed72af80121 +size 74899 diff --git a/MendeleyCXR/images/Darwin_00006619_85E52EB3-56E9-4D67-82DA-DEA247C82886.png b/MendeleyCXR/images/Darwin_00006619_85E52EB3-56E9-4D67-82DA-DEA247C82886.png new file mode 100644 index 0000000000000000000000000000000000000000..1e42ceac52279d1677a169d45b845fbbe7abee74 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006619_85E52EB3-56E9-4D67-82DA-DEA247C82886.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:929e24a28b812e4e32f4b5e2754859306d0dafd9c2632dfe6840977ec54f0f90 +size 67853 diff --git a/MendeleyCXR/images/Darwin_00006620_86d19bba.png b/MendeleyCXR/images/Darwin_00006620_86d19bba.png new file mode 100644 index 0000000000000000000000000000000000000000..cb741d069c8bd5bf887ffefa3fc25c6dcac2d9ff --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006620_86d19bba.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34489ebd0a34da9cc9b80609b21f322778ccf3d09de35f45daa853986d6f3076 +size 94268 diff --git a/MendeleyCXR/images/Darwin_00006621_87d50e40.png b/MendeleyCXR/images/Darwin_00006621_87d50e40.png new file mode 100644 index 0000000000000000000000000000000000000000..f5f1c9ce3d81bb9bfe6d262553c37e6203ddeef7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006621_87d50e40.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51ff237ed7bca1a799be0a9aea859540d1825272eb97cf1a885e28633ad87ecb +size 94258 diff --git a/MendeleyCXR/images/Darwin_00006622_88de9d8c39e946abd495b37cd07d89e5-2ee6-0.png b/MendeleyCXR/images/Darwin_00006622_88de9d8c39e946abd495b37cd07d89e5-2ee6-0.png new file mode 100644 index 0000000000000000000000000000000000000000..b9fdb629652bf5ed100fdf0c748a3c36be865650 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006622_88de9d8c39e946abd495b37cd07d89e5-2ee6-0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a875729e3b1fa2b14264731fa2bbf50970a0700423954a210ff612e7c791d9c2 +size 63672 diff --git a/MendeleyCXR/images/Darwin_00006623_88de9d8c39e946abd495b37cd07d89e5-0666-0.png b/MendeleyCXR/images/Darwin_00006623_88de9d8c39e946abd495b37cd07d89e5-0666-0.png new file mode 100644 index 0000000000000000000000000000000000000000..4ddd950ee43c25859ee5192b0b84b6c29432ebc1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006623_88de9d8c39e946abd495b37cd07d89e5-0666-0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6424c87f7954f7506463e935cb3e7e5816ed36e363eba5710c22ff98921d195 +size 72202 diff --git a/MendeleyCXR/images/Darwin_00006624_88de9d8c39e946abd495b37cd07d89e5-6531-0.png b/MendeleyCXR/images/Darwin_00006624_88de9d8c39e946abd495b37cd07d89e5-6531-0.png new file mode 100644 index 0000000000000000000000000000000000000000..08c3091b7c879872d4aa83422e25102e2bd1968f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006624_88de9d8c39e946abd495b37cd07d89e5-6531-0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96f235d8d3f5151658241f0e721d740b4b25a532364cc62fdebbf84ba2218f17 +size 70290 diff --git a/MendeleyCXR/images/Darwin_00006625_93FE0BB1-022D-4F24-9727-987A07975FFB.png b/MendeleyCXR/images/Darwin_00006625_93FE0BB1-022D-4F24-9727-987A07975FFB.png new file mode 100644 index 0000000000000000000000000000000000000000..ac53adac938497f72cf6f1573a1f2508398c1307 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006625_93FE0BB1-022D-4F24-9727-987A07975FFB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b41923f7ce87efd5dc19fe8311c9d1a11a0fc4a9c4c00d38f55d8b90fbc6454 +size 73385 diff --git a/MendeleyCXR/images/Darwin_00006626_171CB377-62FF-4B76-906C-F3787A01CB2E.png b/MendeleyCXR/images/Darwin_00006626_171CB377-62FF-4B76-906C-F3787A01CB2E.png new file mode 100644 index 0000000000000000000000000000000000000000..507d35ec610e26fb794653e752c509fb9b6b5100 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006626_171CB377-62FF-4B76-906C-F3787A01CB2E.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dafe0e67c6b3877c012ce95db90dc9eebfe4621efbf497eac3bd7e3b4dde78db +size 88764 diff --git a/MendeleyCXR/images/Darwin_00006629_262a70ca.png b/MendeleyCXR/images/Darwin_00006629_262a70ca.png new file mode 100644 index 0000000000000000000000000000000000000000..92cf099c25ca9ff8ba62d992457b0904fd32fdef --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006629_262a70ca.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ab0fff346a84943c821fc347cade6d62aac64bd8cd48b482b2f35245620c47f +size 84682 diff --git a/MendeleyCXR/images/Darwin_00006630_270_2020_2470_Fig1_HTML-a.png b/MendeleyCXR/images/Darwin_00006630_270_2020_2470_Fig1_HTML-a.png new file mode 100644 index 0000000000000000000000000000000000000000..fb7bcbce9c1ec342e87ba16987eae09c67d94c7e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006630_270_2020_2470_Fig1_HTML-a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75c1d265de8beed12bf950f8371eafb866dfc015f0a0f50ffa544648836936b8 +size 60796 diff --git a/MendeleyCXR/images/Darwin_00006631_270_2020_2470_Fig1_HTML-b.png b/MendeleyCXR/images/Darwin_00006631_270_2020_2470_Fig1_HTML-b.png new file mode 100644 index 0000000000000000000000000000000000000000..3db15c381c79ecc0f7a3439608cc8dbf9f63a107 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006631_270_2020_2470_Fig1_HTML-b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:593cdb99fc29a8371462070fc99c159ceda39fd20a2090b94e38fc38d3e8caa3 +size 60267 diff --git a/MendeleyCXR/images/Darwin_00006632_289cb15b.png b/MendeleyCXR/images/Darwin_00006632_289cb15b.png new file mode 100644 index 0000000000000000000000000000000000000000..7583971f2e8633d9757ba861fc7863eaef0dfd82 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006632_289cb15b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a382ef71b1c686ad66265f2941b3358ae753077fdfceaa7d89ab68415b119d19 +size 79243 diff --git a/MendeleyCXR/images/Darwin_00006633_296_2020_4584_Fig2_HTML-a.png b/MendeleyCXR/images/Darwin_00006633_296_2020_4584_Fig2_HTML-a.png new file mode 100644 index 0000000000000000000000000000000000000000..df6fa64302b86d24967cbb13c46ec01d4fcea20a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006633_296_2020_4584_Fig2_HTML-a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e35e790a37492a66b42a409767c608e0d2fc0a186a7d7ddf3bc648aeb8fae0c6 +size 88495 diff --git a/MendeleyCXR/images/Darwin_00006634_296_2020_4584_Fig2_HTML-b.png b/MendeleyCXR/images/Darwin_00006634_296_2020_4584_Fig2_HTML-b.png new file mode 100644 index 0000000000000000000000000000000000000000..6ec06fbd7994941a916bcaa90e417ed68af6c98a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006634_296_2020_4584_Fig2_HTML-b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:416f4a9e848e728cb40467cccdfc945c723fe0d9a8296df5fa043b012aa47c90 +size 89792 diff --git a/MendeleyCXR/images/Darwin_00006635_296_2020_4584_Fig2_HTML-c.png b/MendeleyCXR/images/Darwin_00006635_296_2020_4584_Fig2_HTML-c.png new file mode 100644 index 0000000000000000000000000000000000000000..b018c0109eb196c69f77ffbe0a24a4083fe09633 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006635_296_2020_4584_Fig2_HTML-c.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e24c434a8dfbc9267b89df73dc43fd46e51439b35db9964987899b89696886e2 +size 92459 diff --git a/MendeleyCXR/images/Darwin_00006637_436a6348.png b/MendeleyCXR/images/Darwin_00006637_436a6348.png new file mode 100644 index 0000000000000000000000000000000000000000..83eac030263e3d5aa1792c74aa9be321f54fea4e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006637_436a6348.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ec863fa70df92bf18611d68ec6218cb05bd4b2b08350fc585e9c67acf0a8f4b +size 85047 diff --git a/MendeleyCXR/images/Darwin_00006638_441c9cdd.png b/MendeleyCXR/images/Darwin_00006638_441c9cdd.png new file mode 100644 index 0000000000000000000000000000000000000000..27cee47afc3a48b5c35071fd90d19eb9db533654 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006638_441c9cdd.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b887e8e61aad89f090e77a804f2420fcc40d741873159b8d033c5d940a9bdd35 +size 79458 diff --git a/MendeleyCXR/images/Darwin_00006639_446B2CB6-B572-40AB-B01F-1910CA07086A.png b/MendeleyCXR/images/Darwin_00006639_446B2CB6-B572-40AB-B01F-1910CA07086A.png new file mode 100644 index 0000000000000000000000000000000000000000..e7fb84d84adde88184fa70b749c8236b40342872 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006639_446B2CB6-B572-40AB-B01F-1910CA07086A.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e31b9582aee9aa13691c8366e5580c75d0ddf1e2f71b03875d062ecf0c7e4203 +size 71756 diff --git a/MendeleyCXR/images/Darwin_00006640_483f2ad8.png b/MendeleyCXR/images/Darwin_00006640_483f2ad8.png new file mode 100644 index 0000000000000000000000000000000000000000..e97b407e6933ed73b8f57b18588f29d5165f74b9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006640_483f2ad8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:572711e51197f1a0ae823a505b3838f6e712047da667b982471bb684b172c014 +size 85411 diff --git a/MendeleyCXR/images/Darwin_00006641_701_2020_4374_Fig2_HTML.png b/MendeleyCXR/images/Darwin_00006641_701_2020_4374_Fig2_HTML.png new file mode 100644 index 0000000000000000000000000000000000000000..a095f0b14957047c7ede7948e564ccac0f927dd7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006641_701_2020_4374_Fig2_HTML.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a05e34482799306a6b3bf0ccb2ac33ff6d737267bfd30d334cc7deac9862671 +size 77825 diff --git a/MendeleyCXR/images/Darwin_00006642_730a0b8f.png b/MendeleyCXR/images/Darwin_00006642_730a0b8f.png new file mode 100644 index 0000000000000000000000000000000000000000..a5b77647149a105c18ae12e4e5985e4249e45127 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006642_730a0b8f.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e07efa69007b93e3abded6b5563f06a1712bb3c07f2ee1aa34244f75b87d4f0f +size 79185 diff --git a/MendeleyCXR/images/Darwin_00006643_00870a9c.png b/MendeleyCXR/images/Darwin_00006643_00870a9c.png new file mode 100644 index 0000000000000000000000000000000000000000..a41a784d4e0c60aa005a7ca16b906ce7d27ab110 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006643_00870a9c.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4e95beb5011bf0fee3466a33b7a374b938a2ded8efb97a6acde0614d47670ee +size 90253 diff --git a/MendeleyCXR/images/Darwin_00006644_887db78f.png b/MendeleyCXR/images/Darwin_00006644_887db78f.png new file mode 100644 index 0000000000000000000000000000000000000000..ba742d923ca14110c54c3c7f708a82420df7dc9b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006644_887db78f.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8bdf133028d0359a406cebc4b020de93dc338b165a68f639ca62d01e274d6f8 +size 88687 diff --git a/MendeleyCXR/images/Darwin_00006645_1052b0fe.png b/MendeleyCXR/images/Darwin_00006645_1052b0fe.png new file mode 100644 index 0000000000000000000000000000000000000000..a106fcfba87d7f15fc584e9c33ef7c4cdab20f44 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006645_1052b0fe.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c53f5bd65548953fe3d0eeb47b10422eaaa9d3547107cefc9d7b435abd651163 +size 78864 diff --git a/MendeleyCXR/images/Darwin_00006646_1312A392-67A3-4EBF-9319-810CF6DA5EF6.png b/MendeleyCXR/images/Darwin_00006646_1312A392-67A3-4EBF-9319-810CF6DA5EF6.png new file mode 100644 index 0000000000000000000000000000000000000000..74972a5039d7bef4fdad0ccf410155133ce0969b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006646_1312A392-67A3-4EBF-9319-810CF6DA5EF6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01cf5d5313ba600cc4901ba8c46eee47f2fdb697d55ab785ddd7240592c9c0cb +size 73790 diff --git a/MendeleyCXR/images/Darwin_00006647_1663b242.png b/MendeleyCXR/images/Darwin_00006647_1663b242.png new file mode 100644 index 0000000000000000000000000000000000000000..6d61ac887a1ea81ad9d55f3a621d9b370af0e284 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006647_1663b242.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ad4083dac01565a032db05700432fed4db9706252f008cf22f00c861758efe0 +size 88489 diff --git a/MendeleyCXR/images/Darwin_00006648_1880e301.png b/MendeleyCXR/images/Darwin_00006648_1880e301.png new file mode 100644 index 0000000000000000000000000000000000000000..18c66b5bf933d2fb434116e81e006e3a60305783 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006648_1880e301.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eec550524d3277695972d04c9755b341d1ae842d2367a3f6809f60b94f28fe2 +size 84552 diff --git a/MendeleyCXR/images/Darwin_00006649_2168a917.png b/MendeleyCXR/images/Darwin_00006649_2168a917.png new file mode 100644 index 0000000000000000000000000000000000000000..d486326fc5b428f72855e34acf884c1daa886a13 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006649_2168a917.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b49fb041a2d95ea9e11f600e28aab606e0d45cf2c167810446e59e7eb1fa3646 +size 83183 diff --git a/MendeleyCXR/images/Darwin_00006650_3248cc61.png b/MendeleyCXR/images/Darwin_00006650_3248cc61.png new file mode 100644 index 0000000000000000000000000000000000000000..dd300e4abfd9ccd264de394b5d02cb89fbc6f5cf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006650_3248cc61.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a72cda8c301278c606e68715c98dd6fc916bd2ca925645a29391d029f06d1978 +size 84569 diff --git a/MendeleyCXR/images/Darwin_00006652_5782ae15.png b/MendeleyCXR/images/Darwin_00006652_5782ae15.png new file mode 100644 index 0000000000000000000000000000000000000000..644e09255d8889ec47ca66ab59564e009ebf723a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006652_5782ae15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d753e2d0e2ff1c4609e4fab3abb8b20f045c661f3802411a37af508a5e1d2784 +size 76545 diff --git a/MendeleyCXR/images/Darwin_00006653_5931B64A-7B97-485D-BE60-3F1EA76BC4F0.png b/MendeleyCXR/images/Darwin_00006653_5931B64A-7B97-485D-BE60-3F1EA76BC4F0.png new file mode 100644 index 0000000000000000000000000000000000000000..d4d68ccce3c0283021287bcd1c97b904573db91f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006653_5931B64A-7B97-485D-BE60-3F1EA76BC4F0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0491037cf95c9c1458738226ae8100daa5fd9061093c60b8f536ceef3271c3d +size 91191 diff --git a/MendeleyCXR/images/Darwin_00006654_11547_2020_1200_Fig2_HTML-a.png b/MendeleyCXR/images/Darwin_00006654_11547_2020_1200_Fig2_HTML-a.png new file mode 100644 index 0000000000000000000000000000000000000000..9161b5cf89abbb355222a5d0a72a3f7943487a06 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006654_11547_2020_1200_Fig2_HTML-a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1beaef5b8b91c87e9e4e68a0c9fc03c4fea7aeda5a30f10a9f61a98e853f4ec1 +size 74569 diff --git a/MendeleyCXR/images/Darwin_00006655_11547_2020_1200_Fig2_HTML-b.png b/MendeleyCXR/images/Darwin_00006655_11547_2020_1200_Fig2_HTML-b.png new file mode 100644 index 0000000000000000000000000000000000000000..e2cda33a8db9fcff3127a70aabe19e6317ef5edf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006655_11547_2020_1200_Fig2_HTML-b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17104e2820b8ca3a13d2f4dde4e5d0396ef8858f0fd2c5647e3e4618a2705a35 +size 72587 diff --git a/MendeleyCXR/images/Darwin_00006656_11547_2020_1200_Fig3_HTML-a.png b/MendeleyCXR/images/Darwin_00006656_11547_2020_1200_Fig3_HTML-a.png new file mode 100644 index 0000000000000000000000000000000000000000..26aca782cfdd9fad445e4bab27ffb43c06ce1524 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006656_11547_2020_1200_Fig3_HTML-a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:689ebe0680679a1e2c30b5e36bebb96d06762630a7c1c45c4dda59bdacc28bca +size 71190 diff --git a/MendeleyCXR/images/Darwin_00006657_11547_2020_1200_Fig3_HTML-b.png b/MendeleyCXR/images/Darwin_00006657_11547_2020_1200_Fig3_HTML-b.png new file mode 100644 index 0000000000000000000000000000000000000000..c99a9189abd32496192b65dfc110fca3964121d9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006657_11547_2020_1200_Fig3_HTML-b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef4fdd45a2e188012b2ddb1ea63c2a886536ca7c5b9720170fb5adb8e6b36ba4 +size 72846 diff --git a/MendeleyCXR/images/Darwin_00006658_11547_2020_1200_Fig3_HTML-c.png b/MendeleyCXR/images/Darwin_00006658_11547_2020_1200_Fig3_HTML-c.png new file mode 100644 index 0000000000000000000000000000000000000000..2c23610a980a8656ecc41cd346011a3c655f08d5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006658_11547_2020_1200_Fig3_HTML-c.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1c4b226d647636baa9a8598f50a6f6046ea2a9b0804e00ca26ca010a197071f +size 71297 diff --git a/MendeleyCXR/images/Darwin_00006659_11547_2020_1202_Fig1_HTML-a.png b/MendeleyCXR/images/Darwin_00006659_11547_2020_1202_Fig1_HTML-a.png new file mode 100644 index 0000000000000000000000000000000000000000..7164b3ffd244c7f6f7583ae5a35e81b7d36d0311 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006659_11547_2020_1202_Fig1_HTML-a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c085a3569aacdec92fb744c07215be8c2de52dab6d913ac275b0461ca35c7780 +size 67668 diff --git a/MendeleyCXR/images/Darwin_00006660_11547_2020_1202_Fig1_HTML-b.png b/MendeleyCXR/images/Darwin_00006660_11547_2020_1202_Fig1_HTML-b.png new file mode 100644 index 0000000000000000000000000000000000000000..9272ee7368abaed079875d09e7befe29bc0c7d6f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006660_11547_2020_1202_Fig1_HTML-b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0b4bbf250df47dd2bb154472d62571ffaa52f9443f977df205d7cd3c1ef5a96 +size 64689 diff --git a/MendeleyCXR/images/Darwin_00006661_11547_2020_1203_Fig1_HTML-a.png b/MendeleyCXR/images/Darwin_00006661_11547_2020_1203_Fig1_HTML-a.png new file mode 100644 index 0000000000000000000000000000000000000000..a16446ab7c12161142b30626e0746abb5611e0ff --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006661_11547_2020_1203_Fig1_HTML-a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2113a9209faa56bbd3360acf97858246e17be2dd44d1b67f7db348fb0488e537 +size 66535 diff --git a/MendeleyCXR/images/Darwin_00006662_11547_2020_1203_Fig1_HTML-b.png b/MendeleyCXR/images/Darwin_00006662_11547_2020_1203_Fig1_HTML-b.png new file mode 100644 index 0000000000000000000000000000000000000000..48b7dccc66df455f2f5510632a7d3807e6ee102a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006662_11547_2020_1203_Fig1_HTML-b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dd3f4b2e2c9ce6505977ed2f9aa01719441f3bf1d2bb1d6b704e74173933753 +size 71124 diff --git a/MendeleyCXR/images/Darwin_00006663_11547_2020_1203_Fig1_HTML-c.png b/MendeleyCXR/images/Darwin_00006663_11547_2020_1203_Fig1_HTML-c.png new file mode 100644 index 0000000000000000000000000000000000000000..7e011d4565b50c158df21a7e0726b2b3dc27ef72 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006663_11547_2020_1203_Fig1_HTML-c.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4abeb154b51e133131518010be4831a755948753f0be884d6ba6ebed89627f0 +size 76178 diff --git a/MendeleyCXR/images/Darwin_00006664_11547_2020_1203_Fig1_HTML-d.png b/MendeleyCXR/images/Darwin_00006664_11547_2020_1203_Fig1_HTML-d.png new file mode 100644 index 0000000000000000000000000000000000000000..f6aee9995d61efb25391573fe86685c74d1780c8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006664_11547_2020_1203_Fig1_HTML-d.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:358f465c1e4f99ac8bf2c429693c82cf44a2ad12244a6b423df842ff1e53c895 +size 73565 diff --git a/MendeleyCXR/images/Darwin_00006669_12941_2020_358_Fig1_HTML.png b/MendeleyCXR/images/Darwin_00006669_12941_2020_358_Fig1_HTML.png new file mode 100644 index 0000000000000000000000000000000000000000..64f024cbff57a96cfb2fcb246fe674db21fe76b5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006669_12941_2020_358_Fig1_HTML.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6ecbeba00b1ac37bc82075b5e53e6af2804728fac934145bf82b975f7024e69 +size 72036 diff --git a/MendeleyCXR/images/Darwin_00006670_16583_1_1.png b/MendeleyCXR/images/Darwin_00006670_16583_1_1.png new file mode 100644 index 0000000000000000000000000000000000000000..39e5294227d63613a49d10eeb1d927144bb7251e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006670_16583_1_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4590b87d6082d4a16b585bb77e8c813ff2b2ff6afa600a0eca4478131dc0409c +size 84149 diff --git a/MendeleyCXR/images/Darwin_00006671_16583_3_1.png b/MendeleyCXR/images/Darwin_00006671_16583_3_1.png new file mode 100644 index 0000000000000000000000000000000000000000..5b45e99198c451e057c8ed6febea8aa687c8616d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006671_16583_3_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8da7f6b7369a3c9a8f5497130b9fd0cf60f172ed09fc24fc6d8c660bfde9cdb7 +size 81208 diff --git a/MendeleyCXR/images/Darwin_00006683_16646_1_1.png b/MendeleyCXR/images/Darwin_00006683_16646_1_1.png new file mode 100644 index 0000000000000000000000000000000000000000..35dc41a9c75c822726bc953578ad43debce948f5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006683_16646_1_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6481e93604fdc8d4b8850cf4a59716cda7090c8544f61c08f0c2aa764799ed43 +size 69545 diff --git a/MendeleyCXR/images/Darwin_00006685_16654_1_1.png b/MendeleyCXR/images/Darwin_00006685_16654_1_1.png new file mode 100644 index 0000000000000000000000000000000000000000..8fb7311df341fe9b9d64d66604984c3f80434319 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006685_16654_1_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b487be3eb308ee5b59261db24d420bc8c07afd293ab73b8731ff2eea94e59cba +size 68163 diff --git a/MendeleyCXR/images/Darwin_00006686_16654_2_1.png b/MendeleyCXR/images/Darwin_00006686_16654_2_1.png new file mode 100644 index 0000000000000000000000000000000000000000..d19810945165be4f90ae386d9b4277aba1817d94 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006686_16654_2_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38feaa614d6f51100c6e13ac6af71c03bcf8def61a2843459e30c4956434d924 +size 66014 diff --git a/MendeleyCXR/images/Darwin_00006687_16654_4_1.png b/MendeleyCXR/images/Darwin_00006687_16654_4_1.png new file mode 100644 index 0000000000000000000000000000000000000000..cdb9b13e7c87872cb14cfa5171a5ed3c80bbd849 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006687_16654_4_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb76fe08a5d4fd66f12db9851318894ab99dbf725afd55a556767fae4bfc1d7b +size 77687 diff --git a/MendeleyCXR/images/Darwin_00006688_16660_1_1.png b/MendeleyCXR/images/Darwin_00006688_16660_1_1.png new file mode 100644 index 0000000000000000000000000000000000000000..993546ad9a8fb8e4f06b45c7766268c38bdf08d9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006688_16660_1_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a325e078d11a1b4d257dc1faeec5e1d101b545cb683f9dca5705468d1c34d9f +size 68545 diff --git a/MendeleyCXR/images/Darwin_00006689_16660_2_1.png b/MendeleyCXR/images/Darwin_00006689_16660_2_1.png new file mode 100644 index 0000000000000000000000000000000000000000..9843af6d14e7c258499099ff5b68fb9b6fb55981 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006689_16660_2_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:822005cdee41ab375fa9df114576a486b4200140d93b41410b44a33831cb6961 +size 75842 diff --git a/MendeleyCXR/images/Darwin_00006690_16660_3_1.png b/MendeleyCXR/images/Darwin_00006690_16660_3_1.png new file mode 100644 index 0000000000000000000000000000000000000000..bc8a0ecdcafd95860e38af54153e94602a6b1e4b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006690_16660_3_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9571c9ace7822b76ed1daec1904e49e992960c5520ebb5de28e4b5b6201c7bb9 +size 68543 diff --git a/MendeleyCXR/images/Darwin_00006691_16660_4_1.png b/MendeleyCXR/images/Darwin_00006691_16660_4_1.png new file mode 100644 index 0000000000000000000000000000000000000000..02dcc116400a2ef14323bc135dda9de13a5fe3fb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006691_16660_4_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db88b18f6dfda780c9625fc2b04b6ce9f7748f7d6b7c0c601c5ebbfe5aae8622 +size 71958 diff --git a/MendeleyCXR/images/Darwin_00006692_16660_5_1.png b/MendeleyCXR/images/Darwin_00006692_16660_5_1.png new file mode 100644 index 0000000000000000000000000000000000000000..48b57b443685639c43870a2d20026d1ec36725ec --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006692_16660_5_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9d02527c0bca7a1c8621325139592f645950db1380b62135d206d2252bd8c70 +size 80188 diff --git a/MendeleyCXR/images/Darwin_00006693_16663_1_1.png b/MendeleyCXR/images/Darwin_00006693_16663_1_1.png new file mode 100644 index 0000000000000000000000000000000000000000..2911107dedc7f5d1404b881989cc4336d69dbdba --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006693_16663_1_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fba591448d80f82886b5f60b118e853c2181f290ac87459d071f10c16337ff95 +size 74443 diff --git a/MendeleyCXR/images/Darwin_00006695_16664_1_1.png b/MendeleyCXR/images/Darwin_00006695_16664_1_1.png new file mode 100644 index 0000000000000000000000000000000000000000..179c43205560619ab62cbf53d5a9472538ff1442 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006695_16664_1_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e306fae258cbe58b2b974c7f5d29f67fdccfe8ea91c11bc6d2355e579a778667 +size 77362 diff --git a/MendeleyCXR/images/Darwin_00006697_16669_1_1.png b/MendeleyCXR/images/Darwin_00006697_16669_1_1.png new file mode 100644 index 0000000000000000000000000000000000000000..60f5d0021e001ce675317ee835ddeb38d0536991 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006697_16669_1_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8df8946a26cf88855bdafff28ffd54bc71b904c1a0a33c7e74fe62dd05f53d7c +size 67786 diff --git a/MendeleyCXR/images/Darwin_00006698_16669_3_1.png b/MendeleyCXR/images/Darwin_00006698_16669_3_1.png new file mode 100644 index 0000000000000000000000000000000000000000..3d586e0f5429157db0453331e4ac6ed813466849 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006698_16669_3_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc168fc8e6d0560270b074cad112619140699a58b9aa81bc07704102fb8a8ad6 +size 68471 diff --git a/MendeleyCXR/images/Darwin_00006699_16672_1_1.png b/MendeleyCXR/images/Darwin_00006699_16672_1_1.png new file mode 100644 index 0000000000000000000000000000000000000000..dcf41226b5ab93f796b665940090f49c9776c8fc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006699_16672_1_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d90155c15b7365c1e210a41157ef77532633961c0f23dec51f46eeeebbbef1a +size 64697 diff --git a/MendeleyCXR/images/Darwin_00006700_16673_2_1.png b/MendeleyCXR/images/Darwin_00006700_16673_2_1.png new file mode 100644 index 0000000000000000000000000000000000000000..be421231b1995e8b632ce8bb41003e5bfcbce0ce --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006700_16673_2_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaf5a061349ed32d7ea5b7b9f13209361bb1aaefd0378c9361e3f61dd785cdf8 +size 77556 diff --git a/MendeleyCXR/images/Darwin_00006701_16674_1_1.png b/MendeleyCXR/images/Darwin_00006701_16674_1_1.png new file mode 100644 index 0000000000000000000000000000000000000000..6b9d26624a0cd9c3c7d09c359c4d7d1c14dc7764 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006701_16674_1_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d33a5eb42431549ad03ae93eba6b373fca504bc22b182ddccd71190100a06abf +size 70175 diff --git a/MendeleyCXR/images/Darwin_00006709_16691_1_1.png b/MendeleyCXR/images/Darwin_00006709_16691_1_1.png new file mode 100644 index 0000000000000000000000000000000000000000..d4a69cd176ee4ef6f9dec88519b4e0f7a62e20ba --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006709_16691_1_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d95a76f9d799dcd8a4c0cb1afda7c8afa08c64c994bdd27937b96b2f4145ee2c +size 56308 diff --git a/MendeleyCXR/images/Darwin_00006710_16706_1_1.png b/MendeleyCXR/images/Darwin_00006710_16706_1_1.png new file mode 100644 index 0000000000000000000000000000000000000000..d51741a9f04b7eda69fe0c3e8cdaefdff51d50a2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006710_16706_1_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df65c99f879673f59a3eafc238c81327fe7beca6c9836e26b361b5d60a747e1d +size 78739 diff --git a/MendeleyCXR/images/Darwin_00006711_16708_1_1.png b/MendeleyCXR/images/Darwin_00006711_16708_1_1.png new file mode 100644 index 0000000000000000000000000000000000000000..19babdbd500cff4312834601fd64f7557c0cac29 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006711_16708_1_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57ac594dadbd2c746b32c289989513fc261acb12f501bf4a85808805bbb2dcb9 +size 56886 diff --git a/MendeleyCXR/images/Darwin_00006712_16708_4_1.png b/MendeleyCXR/images/Darwin_00006712_16708_4_1.png new file mode 100644 index 0000000000000000000000000000000000000000..a73248bcee908ee2daac955cf0b118c3d4f026d8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006712_16708_4_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c7e20fc0bb48ce22881741126b4b93da4588b4e4f2185c8ab7427c1cc9a3010 +size 49976 diff --git a/MendeleyCXR/images/Darwin_00006713_16708_5_1.png b/MendeleyCXR/images/Darwin_00006713_16708_5_1.png new file mode 100644 index 0000000000000000000000000000000000000000..e925a76d394a2bae8e764568d2d5afa5262c776c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006713_16708_5_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0e9a78cfc99ac25223b9b1cb1690f0b187985ef24649262e92e53f8264a3dea +size 52206 diff --git a/MendeleyCXR/images/Darwin_00006714_16724_1_1.png b/MendeleyCXR/images/Darwin_00006714_16724_1_1.png new file mode 100644 index 0000000000000000000000000000000000000000..a7559dcce84a17f1a3583e4457bf1f99da62886c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006714_16724_1_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:030092a36b1c21fc0cfe5a05396e2f103f10c50a796be142a8bccb0057bce55a +size 75267 diff --git a/MendeleyCXR/images/Darwin_00006715_16744_1_1.png b/MendeleyCXR/images/Darwin_00006715_16744_1_1.png new file mode 100644 index 0000000000000000000000000000000000000000..99079961b936710e295bfcce1eec3db28c05c3d7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006715_16744_1_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb23d10c0f75707391c7988f50d0c9b8cef293e9e39c770161255b068cbb257a +size 83529 diff --git a/MendeleyCXR/images/Darwin_00006720_16745_2_1.png b/MendeleyCXR/images/Darwin_00006720_16745_2_1.png new file mode 100644 index 0000000000000000000000000000000000000000..c225fa08edfaf9eafdb7b08e3f8474581f4fd6d2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006720_16745_2_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19f8b460d5c402b1b52b7079f1e628848eaf120eeb3bb1e1ac1dd2a4affff733 +size 77829 diff --git a/MendeleyCXR/images/Darwin_00006723_16745_3_1.png b/MendeleyCXR/images/Darwin_00006723_16745_3_1.png new file mode 100644 index 0000000000000000000000000000000000000000..8165d2f9e64d19ec8b359b8fd70f9609964712ab --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006723_16745_3_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36163849e0a433b9fd113a25dded664de810a63e2c9a4422e8e24a46d312c4a4 +size 80230 diff --git a/MendeleyCXR/images/Darwin_00006728_16745_5_1.png b/MendeleyCXR/images/Darwin_00006728_16745_5_1.png new file mode 100644 index 0000000000000000000000000000000000000000..7f325df369f0a217a2493a157a946f643bf2f65e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006728_16745_5_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c1a408a36673d90259376397d249d0470efcff2afe60fc06dae6d94e740ce1a +size 82699 diff --git a/MendeleyCXR/images/Darwin_00006731_16745_6_1.png b/MendeleyCXR/images/Darwin_00006731_16745_6_1.png new file mode 100644 index 0000000000000000000000000000000000000000..104e3fa34c00d824a727ad25431854658c4658d1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006731_16745_6_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b28992052db0d7f6d550d950c43b98b310136a517049760472cea30a5c333cc +size 84810 diff --git a/MendeleyCXR/images/Darwin_00006734_16745_7_1.png b/MendeleyCXR/images/Darwin_00006734_16745_7_1.png new file mode 100644 index 0000000000000000000000000000000000000000..9fffd637853b2419a7af347264091c8893302f75 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006734_16745_7_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a099246691dc80f9d80a9217c547714870240824a706875c3fae4e7cf16d27de +size 79537 diff --git a/MendeleyCXR/images/Darwin_00006738_16745_7_5.png b/MendeleyCXR/images/Darwin_00006738_16745_7_5.png new file mode 100644 index 0000000000000000000000000000000000000000..13847eccbc17b13dc141068831314f0369fcacde --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006738_16745_7_5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28bcb2540af4f52d327f5f156bec02e39272b28fb50d71abed71e103b1d4232a +size 74808 diff --git a/MendeleyCXR/images/Darwin_00006739_16747_1_1.png b/MendeleyCXR/images/Darwin_00006739_16747_1_1.png new file mode 100644 index 0000000000000000000000000000000000000000..e94c57ecede660c136a8c3fc8ec0a19663a7c5ec --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006739_16747_1_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:839dad22673b549960097263b4bc8ce0932cc96d2a1f38a902bfe885fb3240fe +size 77155 diff --git a/MendeleyCXR/images/Darwin_00006740_16747_2_1.png b/MendeleyCXR/images/Darwin_00006740_16747_2_1.png new file mode 100644 index 0000000000000000000000000000000000000000..5447e87747fd0a87d0e96a3d53a2cecd655d5c41 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006740_16747_2_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fe32fa89865569dfa5f46906d2496d26237b83637b7cb45e1ee5825ecb24f8d +size 75751 diff --git a/MendeleyCXR/images/Darwin_00006741_16747_3_1.png b/MendeleyCXR/images/Darwin_00006741_16747_3_1.png new file mode 100644 index 0000000000000000000000000000000000000000..70d712c507be8f12e6193a67f140488c5de20a46 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006741_16747_3_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:091f793d31f8e9cb98a2b5e58890da02d2e001f5c266c66f1c4041b9d13589f4 +size 80762 diff --git a/MendeleyCXR/images/Darwin_00006747_19073f37.png b/MendeleyCXR/images/Darwin_00006747_19073f37.png new file mode 100644 index 0000000000000000000000000000000000000000..70bd62241cf8a08d7a4de997d695b32993756956 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006747_19073f37.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:798bb443f221b6738a2c10eed790c1697cc06c7465529c945232852aebf05554 +size 89566 diff --git a/MendeleyCXR/images/Darwin_00006748_24035bda.png b/MendeleyCXR/images/Darwin_00006748_24035bda.png new file mode 100644 index 0000000000000000000000000000000000000000..6f2cd86e87837806eeea55668494a2fe898094d0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006748_24035bda.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9634c09ca47f8dffa62cfdbaaec099540261ad44e31900ca6dd0d929a0eb951 +size 91237 diff --git a/MendeleyCXR/images/Darwin_00006750_41182_2020_203_Fig3_HTML.png b/MendeleyCXR/images/Darwin_00006750_41182_2020_203_Fig3_HTML.png new file mode 100644 index 0000000000000000000000000000000000000000..7e6eae2cc2d736d8a119bfd74813d0da3c37dea8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006750_41182_2020_203_Fig3_HTML.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2469c48c787665a06573eb9c402729901eb42df25e96f0b8700b1e17d4283ef2 +size 82563 diff --git a/MendeleyCXR/images/Darwin_00006751_41182_2020_203_Fig4_HTML.png b/MendeleyCXR/images/Darwin_00006751_41182_2020_203_Fig4_HTML.png new file mode 100644 index 0000000000000000000000000000000000000000..cd635af1cb2dc0866c010521dd064188c1a31aaa --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006751_41182_2020_203_Fig4_HTML.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e055feea56bb69f136be70ece4ba247e0c3f0c54da236057dbcc1b9b80e299ff +size 72793 diff --git a/MendeleyCXR/images/Darwin_00006752_41182_2020_203_Fig5_HTML.png b/MendeleyCXR/images/Darwin_00006752_41182_2020_203_Fig5_HTML.png new file mode 100644 index 0000000000000000000000000000000000000000..a0648bb9e15e06796521c2147d3a0ccb19e44009 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006752_41182_2020_203_Fig5_HTML.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62998a5adf32cef007c787c46e2bf522a2837c68e5d7e7a683041c62797ed28a +size 78958 diff --git a/MendeleyCXR/images/Darwin_00006758_90070cbc.png b/MendeleyCXR/images/Darwin_00006758_90070cbc.png new file mode 100644 index 0000000000000000000000000000000000000000..de47a8a34008d55831e974019e5a5777a2cf8d18 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006758_90070cbc.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f5ecacdbfdac113155017322d5187b5fbe7ef151379a9ceee1569d4dec93bdb +size 80081 diff --git a/MendeleyCXR/images/Darwin_00006759_90986ce4.png b/MendeleyCXR/images/Darwin_00006759_90986ce4.png new file mode 100644 index 0000000000000000000000000000000000000000..f1461f36d5e084d5dbf06f41058cfeae5c68a615 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006759_90986ce4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e932b3a0a42050f542e7e5582fe3beefd62e59d2879f6a04660e94764df51fb5 +size 74859 diff --git a/MendeleyCXR/images/Darwin_00006760_333932bd.png b/MendeleyCXR/images/Darwin_00006760_333932bd.png new file mode 100644 index 0000000000000000000000000000000000000000..67151f847bad6f1f0880fc08003dcfd5db0d80f5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006760_333932bd.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35606087ee994f962f951973e245de4620818e91e8413fd277bac508b3bea814 +size 85582 diff --git a/MendeleyCXR/images/Darwin_00006761_353889E0-A1E8-4F9E-A0B8-F24F36BCFBFB.png b/MendeleyCXR/images/Darwin_00006761_353889E0-A1E8-4F9E-A0B8-F24F36BCFBFB.png new file mode 100644 index 0000000000000000000000000000000000000000..3b45f65aa290bc91cc0c8619a9d11ec8bea484d7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006761_353889E0-A1E8-4F9E-A0B8-F24F36BCFBFB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf7e7d31d9ffd3c2fccdff519934cf49c4d4c8a2c9cb7fdc2a80cafa614613e8 +size 62014 diff --git a/MendeleyCXR/images/Darwin_00006762_527321ee.png b/MendeleyCXR/images/Darwin_00006762_527321ee.png new file mode 100644 index 0000000000000000000000000000000000000000..8cf12eaec21c18daa3b6d773cd6a3deca2fb7640 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006762_527321ee.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e53edbf02e198b6cf62fb39c7e7c686914fe3e10d2498c1cb5a93da9b3a59439 +size 91971 diff --git a/MendeleyCXR/images/Darwin_00006763_865336ed.png b/MendeleyCXR/images/Darwin_00006763_865336ed.png new file mode 100644 index 0000000000000000000000000000000000000000..cad767635b46ecb35e780b522f2cc6fc1396bcb3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006763_865336ed.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b11b661f4b40d5a3722b32cabc4601fbd8dacb48cda5adc9cb8858d36cc592a +size 87070 diff --git a/MendeleyCXR/images/Darwin_00006765_2966893D-5DDF-4B68-9E2B-4979D5956C8E.png b/MendeleyCXR/images/Darwin_00006765_2966893D-5DDF-4B68-9E2B-4979D5956C8E.png new file mode 100644 index 0000000000000000000000000000000000000000..0acc55768226c5ede2e22c116c77be5113457578 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006765_2966893D-5DDF-4B68-9E2B-4979D5956C8E.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce8274a090d0aa9ee0907cc530b628fbec13686360037c017d23bb56f0e81713 +size 72027 diff --git a/MendeleyCXR/images/Darwin_00006766_21982772.png b/MendeleyCXR/images/Darwin_00006766_21982772.png new file mode 100644 index 0000000000000000000000000000000000000000..8066d5681ef2933e4f50d6af1ee56374cec5ef90 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006766_21982772.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae518f899e353cd4655d58e25895900fb5e2fbe247f04d1d13dc5ac4bc63f2c6 +size 88101 diff --git a/MendeleyCXR/images/Darwin_00006767_80446565-E090-4187-A031-9D3CEAA586C8.png b/MendeleyCXR/images/Darwin_00006767_80446565-E090-4187-A031-9D3CEAA586C8.png new file mode 100644 index 0000000000000000000000000000000000000000..491711db59d98c0d768a457fc9b3c3fa2e77523f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006767_80446565-E090-4187-A031-9D3CEAA586C8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:028895b41ae3b5e5192dc41f8976dcb1c7d0ed1cce3d496e9fb082115beda94a +size 68799 diff --git a/MendeleyCXR/images/Darwin_00006769_a2eba651.png b/MendeleyCXR/images/Darwin_00006769_a2eba651.png new file mode 100644 index 0000000000000000000000000000000000000000..d56a2e596cbe85839ffbde8bcfb289ec12e09d2f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006769_a2eba651.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f49218c98a3442e33961d9c2a632afbde53d870b5d9835505c318b9923150be6 +size 79491 diff --git a/MendeleyCXR/images/Darwin_00006770_A7E260CE-8A00-4C5F-A7F5-27336527A981.png b/MendeleyCXR/images/Darwin_00006770_A7E260CE-8A00-4C5F-A7F5-27336527A981.png new file mode 100644 index 0000000000000000000000000000000000000000..5c7a11370f1d6d513c618a0532885b9579b3a818 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006770_A7E260CE-8A00-4C5F-A7F5-27336527A981.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed60844006c66d4488b6790cc65bd1798f8daecb9fb6e06b165c1b03334c2896 +size 77848 diff --git a/MendeleyCXR/images/Darwin_00006771_a8ac1969.png b/MendeleyCXR/images/Darwin_00006771_a8ac1969.png new file mode 100644 index 0000000000000000000000000000000000000000..8036ddaf530acb9670af6c6044c4efd890da0fef --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006771_a8ac1969.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ec647c50dbf8486e79ccff4ee021df28c895161fea1ecef75c03884e77d6955 +size 75918 diff --git a/MendeleyCXR/images/Darwin_00006772_a38e1877.png b/MendeleyCXR/images/Darwin_00006772_a38e1877.png new file mode 100644 index 0000000000000000000000000000000000000000..527707e9fba304bb2b7a89e08eff5b6f96727120 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006772_a38e1877.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aba66e2b16c0a76698b5e124246bc37a44397566068d03c4c4fad8f9ac121b1f +size 86324 diff --git a/MendeleyCXR/images/Darwin_00006773_a47dc73e.png b/MendeleyCXR/images/Darwin_00006773_a47dc73e.png new file mode 100644 index 0000000000000000000000000000000000000000..e8916a2513de7221eb55525b84fb5aa4e44c0e1a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006773_a47dc73e.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11d93717788d8cb34fc784271689204542790f98ff350d8c565d0fb6870ec0b6 +size 89142 diff --git a/MendeleyCXR/images/Darwin_00006774_a361d7b7.png b/MendeleyCXR/images/Darwin_00006774_a361d7b7.png new file mode 100644 index 0000000000000000000000000000000000000000..1d55087b9f051755a2f6e7c22c47f9ee176e3062 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006774_a361d7b7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd99d03c19297d2b7a95970ebfa0f1c43065f84835bf2b10b5585eedc151fc01 +size 76489 diff --git a/MendeleyCXR/images/Darwin_00006775_a4318ac9.png b/MendeleyCXR/images/Darwin_00006775_a4318ac9.png new file mode 100644 index 0000000000000000000000000000000000000000..8a004c0fed372c623d7a1d0f3fb2c5404b74669e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006775_a4318ac9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ff7a17702112defaa755c6f9751ea4997aac1ea0de053dd46c32e5ecdda5f21 +size 92052 diff --git a/MendeleyCXR/images/Darwin_00006776_ac4f6e4e.png b/MendeleyCXR/images/Darwin_00006776_ac4f6e4e.png new file mode 100644 index 0000000000000000000000000000000000000000..ba4aa914577c612767669102a7b1dacc67fe2c22 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006776_ac4f6e4e.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69543cc081f87f2917820314561c3a2169c4fbb11e99873c8f678346b233708f +size 86688 diff --git a/MendeleyCXR/images/Darwin_00006777_acute-respiratory-distress-syndrome-ards-1.png b/MendeleyCXR/images/Darwin_00006777_acute-respiratory-distress-syndrome-ards-1.png new file mode 100644 index 0000000000000000000000000000000000000000..37440ad6b479cccea769423cac6f2530f34e47c0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006777_acute-respiratory-distress-syndrome-ards-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbd47f674fb16b087b2a7a5cffda88abcf922d46efaf2f23982bad7185e06bf5 +size 65048 diff --git a/MendeleyCXR/images/Darwin_00006778_acute-respiratory-distress-syndrome-ards.png b/MendeleyCXR/images/Darwin_00006778_acute-respiratory-distress-syndrome-ards.png new file mode 100644 index 0000000000000000000000000000000000000000..cda0e39803ab39fbc66789ce05f84091b02dbc83 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006778_acute-respiratory-distress-syndrome-ards.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8354245a026c0dab91e15dcd1c14a0058046e574b561ffdd8cd27dea648dcdfa +size 73300 diff --git a/MendeleyCXR/images/Darwin_00006779_ada8c494.png b/MendeleyCXR/images/Darwin_00006779_ada8c494.png new file mode 100644 index 0000000000000000000000000000000000000000..2dffd530da87200614a9e732f8762fac2c7ed6ee --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006779_ada8c494.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1a32034f5352d00730ead6520fd956468fcf883b52ec96b600fc5c26cadadf0 +size 79383 diff --git a/MendeleyCXR/images/Darwin_00006784_all14238-fig-0001-m-b.png b/MendeleyCXR/images/Darwin_00006784_all14238-fig-0001-m-b.png new file mode 100644 index 0000000000000000000000000000000000000000..2ca35a93ea2fc3c46facd26817558da857350fd3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006784_all14238-fig-0001-m-b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6608ae0b1eed4fe64c53bc3b32bcf0ebd5ae7a4da54fc2a4946d89cd5dfa2e53 +size 71853 diff --git a/MendeleyCXR/images/Darwin_00006785_all14238-fig-0001-m-c.png b/MendeleyCXR/images/Darwin_00006785_all14238-fig-0001-m-c.png new file mode 100644 index 0000000000000000000000000000000000000000..2f15e19d05401a57f0f135331676da26ed21922d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006785_all14238-fig-0001-m-c.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3988dc133211afb47b8e477f9b1a6ef921910a91c5111d90e88423db1537d3e +size 72706 diff --git a/MendeleyCXR/images/Darwin_00006786_all14238-fig-0002-m-d.png b/MendeleyCXR/images/Darwin_00006786_all14238-fig-0002-m-d.png new file mode 100644 index 0000000000000000000000000000000000000000..f22e65b3953f3a08a60dede6500d0cc1de95075e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006786_all14238-fig-0002-m-d.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff5283e045d3bb8b0ebee7886a1130a57aad1809d489aaeb353a746ccc86f67f +size 56257 diff --git a/MendeleyCXR/images/Darwin_00006787_all14238-fig-0002-m-e.png b/MendeleyCXR/images/Darwin_00006787_all14238-fig-0002-m-e.png new file mode 100644 index 0000000000000000000000000000000000000000..002e3455caf8c02996dd7e7e98736dad3fad57d3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006787_all14238-fig-0002-m-e.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:478bacad504e99b6e946c02dcff203cfe1f781505fe66c267bab625c20e1856a +size 70543 diff --git a/MendeleyCXR/images/Darwin_00006788_all14238-fig-0002-m-f.png b/MendeleyCXR/images/Darwin_00006788_all14238-fig-0002-m-f.png new file mode 100644 index 0000000000000000000000000000000000000000..ef33496e1bfce5471143b51c6f7c007981f1ee55 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006788_all14238-fig-0002-m-f.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48344b723c2280e126f8b05172e0c5c2d019bd97bc81e7fce5c54bcd05e345b6 +size 60221 diff --git a/MendeleyCXR/images/Darwin_00006797_ards-secondary-to-tiger-snake-bite.png b/MendeleyCXR/images/Darwin_00006797_ards-secondary-to-tiger-snake-bite.png new file mode 100644 index 0000000000000000000000000000000000000000..8278f6a46b9430d04776b92f4e4a70e2b49a4bed --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006797_ards-secondary-to-tiger-snake-bite.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6b18d82ad3b083bba5a50ff672ff3033a6b019951710035329fa403c6cf7ced +size 68727 diff --git a/MendeleyCXR/images/Darwin_00006798_ARDSSevere.png b/MendeleyCXR/images/Darwin_00006798_ARDSSevere.png new file mode 100644 index 0000000000000000000000000000000000000000..4a764c013a6f3e625c769d419032ae3f0838b61c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006798_ARDSSevere.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:257e48bfcd2d96b8cbecd27a79203bf31799e3984ad2294df30754fb0bab1a38 +size 79176 diff --git a/MendeleyCXR/images/Darwin_00006799_article_river_1a00a3c07ea311eab70491c6fb93d336-figure-2.png b/MendeleyCXR/images/Darwin_00006799_article_river_1a00a3c07ea311eab70491c6fb93d336-figure-2.png new file mode 100644 index 0000000000000000000000000000000000000000..364104c0590188b5e0379276e36eab143f940d74 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006799_article_river_1a00a3c07ea311eab70491c6fb93d336-figure-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bf2051bf565037227460a107b57485ca951281aaaac5e678663524035ecca05 +size 64017 diff --git a/MendeleyCXR/images/Darwin_00006800_article_river_2a361d607ea311ea95dbcf0c95d13492-figure-4.png b/MendeleyCXR/images/Darwin_00006800_article_river_2a361d607ea311ea95dbcf0c95d13492-figure-4.png new file mode 100644 index 0000000000000000000000000000000000000000..fa9759148b5beb16251c9cb3f88dfbb02084aa28 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006800_article_river_2a361d607ea311ea95dbcf0c95d13492-figure-4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76e957cc3bab677862ef4acf23c779e45f14356e9cfed3b3902dfa31751a8e42 +size 66465 diff --git a/MendeleyCXR/images/Darwin_00006801_article_river_c79329e06dff11eab69c95940c7c0d00-CXR-D1-COVID19.png b/MendeleyCXR/images/Darwin_00006801_article_river_c79329e06dff11eab69c95940c7c0d00-CXR-D1-COVID19.png new file mode 100644 index 0000000000000000000000000000000000000000..418b39ee99a855767a9759b8df0bb86e6a530831 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006801_article_river_c79329e06dff11eab69c95940c7c0d00-CXR-D1-COVID19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a24bdb7eaa743d2ad487fe502c511e24cad4e4cae4cf0d037b57226ed343a14 +size 68961 diff --git a/MendeleyCXR/images/Darwin_00006802_article_river_de7471906e0011eabe5f9363acaf45c4-covid-cxr-2.png b/MendeleyCXR/images/Darwin_00006802_article_river_de7471906e0011eabe5f9363acaf45c4-covid-cxr-2.png new file mode 100644 index 0000000000000000000000000000000000000000..a39cfdac1b2b897c11542ef6b50318fdc2d79aa2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006802_article_river_de7471906e0011eabe5f9363acaf45c4-covid-cxr-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a73afdd10f577359dd11e67edd853a9e67d598ce0e2c6686b3fd0017c6a559fa +size 70204 diff --git a/MendeleyCXR/images/Darwin_00006803_article_river_e4d185c06e3511eaa2321d8ab357a1de-c1mn.png b/MendeleyCXR/images/Darwin_00006803_article_river_e4d185c06e3511eaa2321d8ab357a1de-c1mn.png new file mode 100644 index 0000000000000000000000000000000000000000..33a71cfd64091a3ba2ee398aabf0a9d4d37873d3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006803_article_river_e4d185c06e3511eaa2321d8ab357a1de-c1mn.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec65ed26cc5ebcd31dbd2b4117e99e2779621e9bb30f20bbcd8063d4289c81d7 +size 69159 diff --git a/MendeleyCXR/images/Darwin_00006804_aspiration-pneumonia-5-day0.png b/MendeleyCXR/images/Darwin_00006804_aspiration-pneumonia-5-day0.png new file mode 100644 index 0000000000000000000000000000000000000000..d7d7e3562ae0c7e179e13e05cf17a28fe748515b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006804_aspiration-pneumonia-5-day0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8127c6db79a21a67dbba9352733d983f025a863e6a6e18a00119ae7fd3ed178b +size 90692 diff --git a/MendeleyCXR/images/Darwin_00006805_aspiration-pneumonia-5-day3.png b/MendeleyCXR/images/Darwin_00006805_aspiration-pneumonia-5-day3.png new file mode 100644 index 0000000000000000000000000000000000000000..4aa4cb8508eab5a822f46094eb6af6e259c5984f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006805_aspiration-pneumonia-5-day3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3131d5415c62d5eea641083897a9f6aee01cc427c86746c0bf183672043945cb +size 85039 diff --git a/MendeleyCXR/images/Darwin_00006806_aspiration-pneumonia-5-day10.png b/MendeleyCXR/images/Darwin_00006806_aspiration-pneumonia-5-day10.png new file mode 100644 index 0000000000000000000000000000000000000000..0673b6cb76ce5f4aacee41f589b90fcb5c49d997 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006806_aspiration-pneumonia-5-day10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a79d24dafd69a927a29eedb0b6d3f70f42012270c90c22f8da749961b514c6fa +size 85290 diff --git a/MendeleyCXR/images/Darwin_00006807_aspiration-pneumonia-5-day27.png b/MendeleyCXR/images/Darwin_00006807_aspiration-pneumonia-5-day27.png new file mode 100644 index 0000000000000000000000000000000000000000..4cfe8f6a753832da9011042e5e3ff1cf986cc976 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006807_aspiration-pneumonia-5-day27.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54520addf370b709751e7e2edd457c7ee64d31ca7abd974b7f55f041dc283037 +size 85319 diff --git a/MendeleyCXR/images/Darwin_00006809_auntminnie-a-2020_01_28_23_51_6665_2020_01_28_Vietnam_coronavirus.png b/MendeleyCXR/images/Darwin_00006809_auntminnie-a-2020_01_28_23_51_6665_2020_01_28_Vietnam_coronavirus.png new file mode 100644 index 0000000000000000000000000000000000000000..4b514bd430a10345ae892d899181fe3bda39f15c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006809_auntminnie-a-2020_01_28_23_51_6665_2020_01_28_Vietnam_coronavirus.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c3f0f3c04a0b1811c12523a2b002b017a46d854112894f8658a6c7df48a53dc +size 81870 diff --git a/MendeleyCXR/images/Darwin_00006810_auntminnie-b-2020_01_28_23_51_6665_2020_01_28_Vietnam_coronavirus.png b/MendeleyCXR/images/Darwin_00006810_auntminnie-b-2020_01_28_23_51_6665_2020_01_28_Vietnam_coronavirus.png new file mode 100644 index 0000000000000000000000000000000000000000..ca2ba18a54e7a36c4ee09bf4d437f1aaef1570de --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006810_auntminnie-b-2020_01_28_23_51_6665_2020_01_28_Vietnam_coronavirus.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b5a543a29a95159460bb4883a2498390af32f720180065202b3222f1235e0f9 +size 80985 diff --git a/MendeleyCXR/images/Darwin_00006811_auntminnie-c-2020_01_28_23_51_6665_2020_01_28_Vietnam_coronavirus.png b/MendeleyCXR/images/Darwin_00006811_auntminnie-c-2020_01_28_23_51_6665_2020_01_28_Vietnam_coronavirus.png new file mode 100644 index 0000000000000000000000000000000000000000..3cce7c8c997b10b74c49bc2891d74b13a3881a3f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006811_auntminnie-c-2020_01_28_23_51_6665_2020_01_28_Vietnam_coronavirus.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:890c8f62bafb6770583596b0af1dc24dc7626278bffc0bfaebf9cb1790f6a5e7 +size 83664 diff --git a/MendeleyCXR/images/Darwin_00006812_auntminnie-d-2020_01_28_23_51_6665_2020_01_28_Vietnam_coronavirus.png b/MendeleyCXR/images/Darwin_00006812_auntminnie-d-2020_01_28_23_51_6665_2020_01_28_Vietnam_coronavirus.png new file mode 100644 index 0000000000000000000000000000000000000000..bd5469868d38f0dadb09e19b3b711338fd1a606c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006812_auntminnie-d-2020_01_28_23_51_6665_2020_01_28_Vietnam_coronavirus.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e15a9a4dbf531c61543909f82f9cdc722902ba7a8df2e6a5f957316a64e52f3f +size 84209 diff --git a/MendeleyCXR/images/Darwin_00006813_B2D20576-00B7-4519-A415-72DE29C90C34.png b/MendeleyCXR/images/Darwin_00006813_B2D20576-00B7-4519-A415-72DE29C90C34.png new file mode 100644 index 0000000000000000000000000000000000000000..b80acf74de15e4a4305c995db78c33f3e6d1fa89 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006813_B2D20576-00B7-4519-A415-72DE29C90C34.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5198e734280c5b71ab2b1d80cf172947bfcf86d58fde8cb64c832f721fbd5216 +size 79150 diff --git a/MendeleyCXR/images/Darwin_00006814_b39f5cf9.png b/MendeleyCXR/images/Darwin_00006814_b39f5cf9.png new file mode 100644 index 0000000000000000000000000000000000000000..e5c891fe6eb1772d6eecbd7495bf736e56c1777b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006814_b39f5cf9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3e2f4e3272cdfc9a889f7f4991529e077a7593c5d1d79b1a88f66a89400eb3b +size 83922 diff --git a/MendeleyCXR/images/Darwin_00006815_B59DD164-51D5-40DF-A926-6A42DD52EBE8.png b/MendeleyCXR/images/Darwin_00006815_B59DD164-51D5-40DF-A926-6A42DD52EBE8.png new file mode 100644 index 0000000000000000000000000000000000000000..5597079be12135256255f0b912646031ae7297ab --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006815_B59DD164-51D5-40DF-A926-6A42DD52EBE8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8c64330bec55b774762517dff9392ac0bdb7de38d9336f10a6f9a90470cf8e2 +size 68099 diff --git a/MendeleyCXR/images/Darwin_00006816_b343e657.png b/MendeleyCXR/images/Darwin_00006816_b343e657.png new file mode 100644 index 0000000000000000000000000000000000000000..1f9d2a4e98a5ad878d8a1f9bee2c7398eb62623b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006816_b343e657.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a7cd5532a42718a73ed705af79e693aa7e50f3b068b07f76fcc27dab360e0b1 +size 87852 diff --git a/MendeleyCXR/images/Darwin_00006817_b9673e89.png b/MendeleyCXR/images/Darwin_00006817_b9673e89.png new file mode 100644 index 0000000000000000000000000000000000000000..f0dddf6bc7b8b0a32081541e71057ced5e63a7e2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006817_b9673e89.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfa54d9758af6d733243ddead808939b5f5f7d36e8225e959a66e88f9e1671fe +size 85074 diff --git a/MendeleyCXR/images/Darwin_00006818_bb0e626a.png b/MendeleyCXR/images/Darwin_00006818_bb0e626a.png new file mode 100644 index 0000000000000000000000000000000000000000..76088e7c89d7ea2881ce273434ec4dcbb2a871d3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006818_bb0e626a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4606e40fe6bd8897e8d54644d23c0965da122b8b43dcf44c281a08f1a63ac931 +size 83677 diff --git a/MendeleyCXR/images/Darwin_00006819_bd3ceeb6.png b/MendeleyCXR/images/Darwin_00006819_bd3ceeb6.png new file mode 100644 index 0000000000000000000000000000000000000000..d6e90058a1a2624a5eecb63e69f2a73a237bf88c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006819_bd3ceeb6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ac35d9d2dce5c0193098fb5a256a67efa67227f6705b084628998943319cbba +size 93795 diff --git a/MendeleyCXR/images/Darwin_00006820_bd10d5e2.png b/MendeleyCXR/images/Darwin_00006820_bd10d5e2.png new file mode 100644 index 0000000000000000000000000000000000000000..a6588e5e035dce2c2e0e35172479012e3dce3e7c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006820_bd10d5e2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:615ba637992b4c28910a576bc2659d941a6cbb5ec78977440b3c3bae2fe61aeb +size 84891 diff --git a/MendeleyCXR/images/Darwin_00006821_bfefde5d.png b/MendeleyCXR/images/Darwin_00006821_bfefde5d.png new file mode 100644 index 0000000000000000000000000000000000000000..3ffc776c59726ee6c8a46da2430529f9c7e0cd5b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006821_bfefde5d.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd44e4635abf892cdf41006435273e98596183f085648b1150d43f3675ba13a1 +size 87940 diff --git a/MendeleyCXR/images/Darwin_00006823_c0f74558.png b/MendeleyCXR/images/Darwin_00006823_c0f74558.png new file mode 100644 index 0000000000000000000000000000000000000000..e29b3b8fd01222673a967dccef10c78af21cee27 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006823_c0f74558.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b94d06718d97793263f22a29730b87ff6594cfe009a60dbb7ce419466fe1dc4c +size 88434 diff --git a/MendeleyCXR/images/Darwin_00006824_C6EA0BE5-B01E-4113-B194-18D956675E25.png b/MendeleyCXR/images/Darwin_00006824_C6EA0BE5-B01E-4113-B194-18D956675E25.png new file mode 100644 index 0000000000000000000000000000000000000000..8ce8596ee115c4dd3c69c07a23c75f7161bd359c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006824_C6EA0BE5-B01E-4113-B194-18D956675E25.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cdc7c8937afa2f67791f67254af30ec14c7b0e9a5c0601df6ad462bd53b9ea9 +size 88007 diff --git a/MendeleyCXR/images/Darwin_00006825_c601f50d.png b/MendeleyCXR/images/Darwin_00006825_c601f50d.png new file mode 100644 index 0000000000000000000000000000000000000000..e147e007a8c750a33deacb437604f790663b5603 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006825_c601f50d.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6b915da7350bb95eaf48470c3dfad48a8156cb2f65ca9129e1b84cad5920160 +size 77157 diff --git a/MendeleyCXR/images/Darwin_00006826_c828e894.png b/MendeleyCXR/images/Darwin_00006826_c828e894.png new file mode 100644 index 0000000000000000000000000000000000000000..2880fae5eb9d845daa9304e853f3c5d9f57bb71f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006826_c828e894.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94c8dbb9241da1614d3a92bf8e050b22784faa00fcdd69ec0d9e4d9dc55ebb28 +size 88923 diff --git a/MendeleyCXR/images/Darwin_00006827_c3829ecb.png b/MendeleyCXR/images/Darwin_00006827_c3829ecb.png new file mode 100644 index 0000000000000000000000000000000000000000..f66a07df7e7163e66cfc8bacbdd74c161aa80018 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006827_c3829ecb.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ee3658c5ca7d4d6bfe248c3410afe520ce23bf40414c4ed8fa9f9dfd1b29671 +size 89353 diff --git a/MendeleyCXR/images/Darwin_00006828_cae2c0a9.png b/MendeleyCXR/images/Darwin_00006828_cae2c0a9.png new file mode 100644 index 0000000000000000000000000000000000000000..709c7997737af226ff03a38a42cd8e0cb69bd466 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006828_cae2c0a9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:329da04c5361da2daf87f3f6e30088f7a37a0f546a3b8c6f1a07468b84ad4bea +size 91668 diff --git a/MendeleyCXR/images/Darwin_00006829_case_71_figura1.png b/MendeleyCXR/images/Darwin_00006829_case_71_figura1.png new file mode 100644 index 0000000000000000000000000000000000000000..2b2e2290c8fefdbff86812bbbb6213ff75ee42e6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006829_case_71_figura1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88b4ed900144bdca38c4b0c008fec8e533de1ba7c616920ed61a39d540ef8035 +size 86532 diff --git a/MendeleyCXR/images/Darwin_00006831_case_76_1-3.png b/MendeleyCXR/images/Darwin_00006831_case_76_1-3.png new file mode 100644 index 0000000000000000000000000000000000000000..ef6a56c32f2dd4016f2a283795cf7fcef6b2ec80 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006831_case_76_1-3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:953da8ac0b739bd9e33f371f86f8b863333ff2c9849b16589182c96b3190d9d1 +size 70179 diff --git a/MendeleyCXR/images/Darwin_00006833_cavitating-pneumonia-4-day0-PA.png b/MendeleyCXR/images/Darwin_00006833_cavitating-pneumonia-4-day0-PA.png new file mode 100644 index 0000000000000000000000000000000000000000..de3b38ca8e1f5e98f8f346b76fba6688117ea754 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006833_cavitating-pneumonia-4-day0-PA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90eec8c4f5fb097d3c279d0d273492748b8b925cde1b26d1b1de4db254e9787a +size 68211 diff --git a/MendeleyCXR/images/Darwin_00006835_cavitating-pneumonia-4-day28-PA.png b/MendeleyCXR/images/Darwin_00006835_cavitating-pneumonia-4-day28-PA.png new file mode 100644 index 0000000000000000000000000000000000000000..77f7f0f3af5a279fe54f3ccaa04846aa774a802a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006835_cavitating-pneumonia-4-day28-PA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d531cef412b309ef40a18985bb74fe9db40e306717c2d9bdc2c99d8eae5d92d5 +size 73746 diff --git a/MendeleyCXR/images/Darwin_00006836_cb706009.png b/MendeleyCXR/images/Darwin_00006836_cb706009.png new file mode 100644 index 0000000000000000000000000000000000000000..c7b495ca8001ce271056dc9dd99c1497b8b6af8b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006836_cb706009.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6086ff9e1438b4ecc49272639be07e2eb1cebbb0aefd75e25e1d543557150ee7 +size 91454 diff --git a/MendeleyCXR/images/Darwin_00006837_CD50BA96-6982-4C80-AE7B-5F67ACDBFA56.png b/MendeleyCXR/images/Darwin_00006837_CD50BA96-6982-4C80-AE7B-5F67ACDBFA56.png new file mode 100644 index 0000000000000000000000000000000000000000..6d064ee866ae2c851232b81419e0d708d1910f30 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006837_CD50BA96-6982-4C80-AE7B-5F67ACDBFA56.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:236619e4fdbedd230b021277041474a992c68f624a4ad7d102327d28a489d2fc +size 70940 diff --git a/MendeleyCXR/images/Darwin_00006839_chlamydia-pneumonia-PA.png b/MendeleyCXR/images/Darwin_00006839_chlamydia-pneumonia-PA.png new file mode 100644 index 0000000000000000000000000000000000000000..c4dc359c559957d0e71c452c9910087883a9f162 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006839_chlamydia-pneumonia-PA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa19f41c6ffa7a06fb795b5b36e6184f07fca156ba49a92831b92ffbfb79ff86 +size 75988 diff --git a/MendeleyCXR/images/Darwin_00006844_covid-19-caso-70-1-PA.png b/MendeleyCXR/images/Darwin_00006844_covid-19-caso-70-1-PA.png new file mode 100644 index 0000000000000000000000000000000000000000..0bd1c6d1e26b51d631f8029e34597173e48253a0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006844_covid-19-caso-70-1-PA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9079c9d219014fbf7a3cfc2fae77e392b4648903988a7e89e5927851d5ce9bd +size 76530 diff --git a/MendeleyCXR/images/Darwin_00006845_covid-19-caso-70-2-APS.png b/MendeleyCXR/images/Darwin_00006845_covid-19-caso-70-2-APS.png new file mode 100644 index 0000000000000000000000000000000000000000..bf20b3daa42918488989682481f6dc07b6805e0b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006845_covid-19-caso-70-2-APS.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6b4f95d34f4c83cdc768c05944c02548511a9df5ebfa9edae4f9bd013991cce +size 63372 diff --git a/MendeleyCXR/images/Darwin_00006847_covid-19-caso-85-1-9.png b/MendeleyCXR/images/Darwin_00006847_covid-19-caso-85-1-9.png new file mode 100644 index 0000000000000000000000000000000000000000..1b0e69c4484c71a681109ede02c452702691cdd9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006847_covid-19-caso-85-1-9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6b36a3d0e243d915634a9a16af589227d3007271d607f39e4be0eee2c466edc +size 61930 diff --git a/MendeleyCXR/images/Darwin_00006848_covid-19-caso-85-4-6.png b/MendeleyCXR/images/Darwin_00006848_covid-19-caso-85-4-6.png new file mode 100644 index 0000000000000000000000000000000000000000..6a6cdb440b2b8d09417ca6a591ad2c5dacbb412b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006848_covid-19-caso-85-4-6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:769e37842a21f8b27c301db8465c0152b5e62d40c988a15a005f093c45e8a4f2 +size 63169 diff --git a/MendeleyCXR/images/Darwin_00006849_covid-19-caso-85-5-4.png b/MendeleyCXR/images/Darwin_00006849_covid-19-caso-85-5-4.png new file mode 100644 index 0000000000000000000000000000000000000000..b5a25543cd850e9f9cd3cecdf9e37c0f31300bd9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006849_covid-19-caso-85-5-4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8f7ca5c34fb5d86e31333de344c81481a8b6104ea652a6e52e129028eb39fe3 +size 67080 diff --git a/MendeleyCXR/images/Darwin_00006850_covid-19-caso-86-Rx-torace-1.png b/MendeleyCXR/images/Darwin_00006850_covid-19-caso-86-Rx-torace-1.png new file mode 100644 index 0000000000000000000000000000000000000000..0e223ad554427ede52448bd3b83f3f6c8ee1af25 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006850_covid-19-caso-86-Rx-torace-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ae6490aa26d71149312e4dad58389f321837241fba4f7cdd6bd868c654fad8d +size 74146 diff --git a/MendeleyCXR/images/Darwin_00006851_covid-19-caso-86-RX-Torace-2.png b/MendeleyCXR/images/Darwin_00006851_covid-19-caso-86-RX-Torace-2.png new file mode 100644 index 0000000000000000000000000000000000000000..599796cca93ecc2c3f82082c3f31ee906236a7a4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006851_covid-19-caso-86-RX-Torace-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0e321d166cc0e0774c2cdd9bed8815a27c06f93546998c7b989d78138965866 +size 77600 diff --git a/MendeleyCXR/images/Darwin_00006852_covid-19-caso-91-1-12.png b/MendeleyCXR/images/Darwin_00006852_covid-19-caso-91-1-12.png new file mode 100644 index 0000000000000000000000000000000000000000..55d402459697eaa369050e8e0ea217d71a61bf4d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006852_covid-19-caso-91-1-12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9e1a1e1009cbfaa81ef5876f473452a8b3d38971ec29d276271d7110851c0fd +size 75035 diff --git a/MendeleyCXR/images/Darwin_00006854_covid-19-caso-94-1-14.png b/MendeleyCXR/images/Darwin_00006854_covid-19-caso-94-1-14.png new file mode 100644 index 0000000000000000000000000000000000000000..95284a6a38d28904794e19de012996e0ca41c4c0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006854_covid-19-caso-94-1-14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7a34bfc1ed233a65b966685a9bde34b1187290cb691d13d3ff249ee9b47aa91 +size 73349 diff --git a/MendeleyCXR/images/Darwin_00006855_covid-19-caso-95-1-15.png b/MendeleyCXR/images/Darwin_00006855_covid-19-caso-95-1-15.png new file mode 100644 index 0000000000000000000000000000000000000000..45058295fdc2bc00bae84470057d01bc8e8c01d8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006855_covid-19-caso-95-1-15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a3a57870fa0d4e36862e06fe0fc78dc1795c2c845d4097fbd39a32fa3d91da1 +size 73392 diff --git a/MendeleyCXR/images/Darwin_00006857_covid-19-caso-95-3-14.png b/MendeleyCXR/images/Darwin_00006857_covid-19-caso-95-3-14.png new file mode 100644 index 0000000000000000000000000000000000000000..57bb09d4105cb205334d3408e6bee59dbcfc4eb0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006857_covid-19-caso-95-3-14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c9bdabca961cd817409ee05828b5c1c3acbe37f14e8dbad4e6ad38dd487754a +size 74105 diff --git a/MendeleyCXR/images/Darwin_00006859_covid-19-caso-99-1-19.png b/MendeleyCXR/images/Darwin_00006859_covid-19-caso-99-1-19.png new file mode 100644 index 0000000000000000000000000000000000000000..389f70e27410215664d54897e50a3ae0d650e406 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006859_covid-19-caso-99-1-19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:258d1396063b65856cd62bd910fe9b212fe0e3acee3309a4300bb5ebe4a79af8 +size 67872 diff --git a/MendeleyCXR/images/Darwin_00006860_covid-19-caso-111-1-21.png b/MendeleyCXR/images/Darwin_00006860_covid-19-caso-111-1-21.png new file mode 100644 index 0000000000000000000000000000000000000000..09e87e4bcd983e9631c8c5d43447d0ad2cf0de4b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006860_covid-19-caso-111-1-21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abe0e0336e307122cc5c31258a878fb04a03ae7e17d606ddfed0c29be55a1d24 +size 64852 diff --git a/MendeleyCXR/images/Darwin_00006862_covid-19-infection-exclusive-gastrointestinal-symptoms-pa.png b/MendeleyCXR/images/Darwin_00006862_covid-19-infection-exclusive-gastrointestinal-symptoms-pa.png new file mode 100644 index 0000000000000000000000000000000000000000..22c5c75e0961ffa9670bd514af936817f59af5b4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006862_covid-19-infection-exclusive-gastrointestinal-symptoms-pa.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc3ca6057fdbb9f10a8514e6361a70cd7f33c2a500df25b402978f89f68b5a1a +size 80150 diff --git a/MendeleyCXR/images/Darwin_00006863_covid-19-pneumonia-2.png b/MendeleyCXR/images/Darwin_00006863_covid-19-pneumonia-2.png new file mode 100644 index 0000000000000000000000000000000000000000..a957dfefcc6af9a51fdd5f1f922a8548284b286e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006863_covid-19-pneumonia-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30e87fb2171aba501962f15e8f54ad988504fafe6ae3749d5963e4b18c13a854 +size 61389 diff --git a/MendeleyCXR/images/Darwin_00006865_covid-19-pneumonia-7-PA.png b/MendeleyCXR/images/Darwin_00006865_covid-19-pneumonia-7-PA.png new file mode 100644 index 0000000000000000000000000000000000000000..eec3866ba46c8a0c31fc3d6187578221779c0b6e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006865_covid-19-pneumonia-7-PA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8531038dc6e429de7b01b178a41902528148087c4e7519e5f2523ff93f001b5 +size 67954 diff --git a/MendeleyCXR/images/Darwin_00006866_covid-19-pneumonia-8.png b/MendeleyCXR/images/Darwin_00006866_covid-19-pneumonia-8.png new file mode 100644 index 0000000000000000000000000000000000000000..12ae7a298d66da637c9e2d57464346a9064dc2f8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006866_covid-19-pneumonia-8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97f342510e070997359b0f82644014a387e42e81eadc98c5f6dadc65bea9f092 +size 49022 diff --git a/MendeleyCXR/images/Darwin_00006867_covid-19-pneumonia-12.png b/MendeleyCXR/images/Darwin_00006867_covid-19-pneumonia-12.png new file mode 100644 index 0000000000000000000000000000000000000000..d36aa2b9ae56c7df98053c7c5105dd53127df78a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006867_covid-19-pneumonia-12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a10edafd33ad81e36fa537de34d4c8d4452fed197a17cd0e71351b96fd1af451 +size 78400 diff --git a/MendeleyCXR/images/Darwin_00006869_covid-19-pneumonia-14-PA.png b/MendeleyCXR/images/Darwin_00006869_covid-19-pneumonia-14-PA.png new file mode 100644 index 0000000000000000000000000000000000000000..8312b3800ed4f2653d8c00d0f9435aa92f757d33 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006869_covid-19-pneumonia-14-PA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf93302bd740def951f5f36f9f190ef6b7e25495348e71cc0820a5f8940791f7 +size 81987 diff --git a/MendeleyCXR/images/Darwin_00006871_covid-19-pneumonia-15-PA.png b/MendeleyCXR/images/Darwin_00006871_covid-19-pneumonia-15-PA.png new file mode 100644 index 0000000000000000000000000000000000000000..cebcd7d1337a8c4aa3f76b24d35cc1bbc2d5b9bc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006871_covid-19-pneumonia-15-PA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34a0694a045c72c090f19c40bb4ab0c293ced6d651d250e6408a885fcb79ebf8 +size 68290 diff --git a/MendeleyCXR/images/Darwin_00006872_covid-19-pneumonia-19.png b/MendeleyCXR/images/Darwin_00006872_covid-19-pneumonia-19.png new file mode 100644 index 0000000000000000000000000000000000000000..86643d7262ec1ec7f42beab993b167cfb8265ec1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006872_covid-19-pneumonia-19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:436f6417986874106f8bc279b2abd8f3eca125c46cb22c8958952bbda950cdb6 +size 76967 diff --git a/MendeleyCXR/images/Darwin_00006874_covid-19-pneumonia-20-pa-on-admission.png b/MendeleyCXR/images/Darwin_00006874_covid-19-pneumonia-20-pa-on-admission.png new file mode 100644 index 0000000000000000000000000000000000000000..da7c690921c716e28f5ee4a530b125deeea85a8c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006874_covid-19-pneumonia-20-pa-on-admission.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12096b98702c173fecb8604c05c25fa29c22d17c64bacc7832f3100a0375c1a3 +size 81265 diff --git a/MendeleyCXR/images/Darwin_00006875_covid-19-pneumonia-20.png b/MendeleyCXR/images/Darwin_00006875_covid-19-pneumonia-20.png new file mode 100644 index 0000000000000000000000000000000000000000..91b373af45646ec08d88e387e1e33e6fe12fd5cf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006875_covid-19-pneumonia-20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f0018f53ee65f58d1c030d50ec0215534fca89f4581d50155068e3fa8385245 +size 76035 diff --git a/MendeleyCXR/images/Darwin_00006877_covid-19-pneumonia-22-day1-pa.png b/MendeleyCXR/images/Darwin_00006877_covid-19-pneumonia-22-day1-pa.png new file mode 100644 index 0000000000000000000000000000000000000000..b053214a88dcea90538f0d920bea082c8a986b2c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006877_covid-19-pneumonia-22-day1-pa.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:363583cea73c1bc742e36736773bbc3058b4dbfde640d93172229beda2062d23 +size 64035 diff --git a/MendeleyCXR/images/Darwin_00006878_covid-19-pneumonia-22-day2-pa.png b/MendeleyCXR/images/Darwin_00006878_covid-19-pneumonia-22-day2-pa.png new file mode 100644 index 0000000000000000000000000000000000000000..05060bc26744667b50e19c59bde5812715d722f2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006878_covid-19-pneumonia-22-day2-pa.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70e0e28d8a3d46f98124b902b13c9a4d6f35272561f8f7a1ea1ff72a011628be +size 57050 diff --git a/MendeleyCXR/images/Darwin_00006879_covid-19-pneumonia-23-day1.png b/MendeleyCXR/images/Darwin_00006879_covid-19-pneumonia-23-day1.png new file mode 100644 index 0000000000000000000000000000000000000000..5f6a9610d2f8b161de844c43d60fca429836b18b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006879_covid-19-pneumonia-23-day1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db88a84104b549b45b5b657db1464f86770655c3f2f0215c76bb416e76cfe9ef +size 64637 diff --git a/MendeleyCXR/images/Darwin_00006880_covid-19-pneumonia-23-day3.png b/MendeleyCXR/images/Darwin_00006880_covid-19-pneumonia-23-day3.png new file mode 100644 index 0000000000000000000000000000000000000000..ca1eb5b06c2eb9e8d6b39c2bd92f6188c23169ca --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006880_covid-19-pneumonia-23-day3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51001a6c7eca13a9d38f581c32ed79ed256114e1b97327a8b56785a9ea54f7a5 +size 68800 diff --git a/MendeleyCXR/images/Darwin_00006881_covid-19-pneumonia-23-day9.png b/MendeleyCXR/images/Darwin_00006881_covid-19-pneumonia-23-day9.png new file mode 100644 index 0000000000000000000000000000000000000000..792c969765e35baad5ce7397aea08a9cf13d3502 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006881_covid-19-pneumonia-23-day9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b28f11cf400138535c3f2baea200b97ae98c60e442dac4863f11b07cad86217 +size 71332 diff --git a/MendeleyCXR/images/Darwin_00006882_covid-19-pneumonia-24-day6.png b/MendeleyCXR/images/Darwin_00006882_covid-19-pneumonia-24-day6.png new file mode 100644 index 0000000000000000000000000000000000000000..1a6d2293aa5b95abb0b9e9d4dd8db432ec595db8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006882_covid-19-pneumonia-24-day6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f19f5a55ee02bf12a37cb9a58a32ffc579a16ffb81773aaf36690a1172174949 +size 75767 diff --git a/MendeleyCXR/images/Darwin_00006883_covid-19-pneumonia-24-day7.png b/MendeleyCXR/images/Darwin_00006883_covid-19-pneumonia-24-day7.png new file mode 100644 index 0000000000000000000000000000000000000000..d895293a0b1667c03602d35237af6a0b5a2ab31f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006883_covid-19-pneumonia-24-day7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:020f3176eb5c2f4e0f0b740450e1ce6aecc9d8b7a6954f857b8aac00b6675e7d +size 68050 diff --git a/MendeleyCXR/images/Darwin_00006884_covid-19-pneumonia-24-day12.png b/MendeleyCXR/images/Darwin_00006884_covid-19-pneumonia-24-day12.png new file mode 100644 index 0000000000000000000000000000000000000000..bfa20d1ab8022a4146900a725890fcd0751124fe --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006884_covid-19-pneumonia-24-day12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c1bae5c8c68b87ca24ea860a1d99ca8940bdc0f154c888008d8c053d7ab2855 +size 69348 diff --git a/MendeleyCXR/images/Darwin_00006885_covid-19-pneumonia-28.png b/MendeleyCXR/images/Darwin_00006885_covid-19-pneumonia-28.png new file mode 100644 index 0000000000000000000000000000000000000000..4777a6c3d42bb6177f76f0969f530c9fe6436b18 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006885_covid-19-pneumonia-28.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e1630f7ede5a4c08339f617697f4a64ca2bf1f3c15f858c227fcb7bb9aa633c +size 70055 diff --git a/MendeleyCXR/images/Darwin_00006887_covid-19-pneumonia-30-PA.png b/MendeleyCXR/images/Darwin_00006887_covid-19-pneumonia-30-PA.png new file mode 100644 index 0000000000000000000000000000000000000000..737b9a6e25d6522cde2ada56aa719aeab5b5324a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006887_covid-19-pneumonia-30-PA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94d82453dd214ab10b8bc082774a16ec2d99590f0735a26914e7ed23dcf24743 +size 87327 diff --git a/MendeleyCXR/images/Darwin_00006888_covid-19-pneumonia-34.png b/MendeleyCXR/images/Darwin_00006888_covid-19-pneumonia-34.png new file mode 100644 index 0000000000000000000000000000000000000000..51faad564110f8cec3ee8ef3b4ffb6942bedef54 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006888_covid-19-pneumonia-34.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4051dbe543477bdb31af681225accd9d099c5f83ea5f67baca50601e283cb022 +size 87972 diff --git a/MendeleyCXR/images/Darwin_00006889_covid-19-pneumonia-35-1.png b/MendeleyCXR/images/Darwin_00006889_covid-19-pneumonia-35-1.png new file mode 100644 index 0000000000000000000000000000000000000000..55d8b0c14fbcb446bcad138af99739bc5887746b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006889_covid-19-pneumonia-35-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:752bef35efa2b516cb5ec6870fec608198a87d52fa66380a9b258e379bdbb5ef +size 69745 diff --git a/MendeleyCXR/images/Darwin_00006890_covid-19-pneumonia-35-2.png b/MendeleyCXR/images/Darwin_00006890_covid-19-pneumonia-35-2.png new file mode 100644 index 0000000000000000000000000000000000000000..2af63993e1695cafaf9dac6e2279ce7af52eba5b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006890_covid-19-pneumonia-35-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa36228db478e7f416191b7a527167ffb47ed06b6140a8f9f6990fdba5c21f6b +size 68162 diff --git a/MendeleyCXR/images/Darwin_00006892_covid-19-pneumonia-38-pa.png b/MendeleyCXR/images/Darwin_00006892_covid-19-pneumonia-38-pa.png new file mode 100644 index 0000000000000000000000000000000000000000..5e618fab01f4a4377f379d4e53f07f402773c2e5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006892_covid-19-pneumonia-38-pa.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86769f8cd3baf7f7295bda6c31fddd283601c9f1b8ed843522f6f7c32972ff59 +size 83813 diff --git a/MendeleyCXR/images/Darwin_00006893_covid-19-pneumonia-40.png b/MendeleyCXR/images/Darwin_00006893_covid-19-pneumonia-40.png new file mode 100644 index 0000000000000000000000000000000000000000..00a98427e617d2f675812c22f5b3cdb2b9a39184 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006893_covid-19-pneumonia-40.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bd03abfec7ce6dcefafa97f0450d8e071d2e750f80401f893f7bcbb3075eb00 +size 80270 diff --git a/MendeleyCXR/images/Darwin_00006894_covid-19-pneumonia-41-day-0.png b/MendeleyCXR/images/Darwin_00006894_covid-19-pneumonia-41-day-0.png new file mode 100644 index 0000000000000000000000000000000000000000..8f0e9bb2555df45a255f58b7f2b641a04240b7e4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006894_covid-19-pneumonia-41-day-0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84badd6884e6ba23fe55192721953ed1cf505c85f981ea5a36f4e9cb306800b1 +size 81272 diff --git a/MendeleyCXR/images/Darwin_00006895_covid-19-pneumonia-41-day-2.png b/MendeleyCXR/images/Darwin_00006895_covid-19-pneumonia-41-day-2.png new file mode 100644 index 0000000000000000000000000000000000000000..67420d119e8de735a839e582b1f86892aea1d464 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006895_covid-19-pneumonia-41-day-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:976b2be5121b90564f1c86ee10cccef3797d49ddffb86a77667092503820bac2 +size 69389 diff --git a/MendeleyCXR/images/Darwin_00006896_covid-19-pneumonia-42.png b/MendeleyCXR/images/Darwin_00006896_covid-19-pneumonia-42.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb4622b46e0e5172aee932fba1b494de1b678bd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006896_covid-19-pneumonia-42.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00d6e62555f823af85c2397ae39dd82173eed53b15386d2e5199d5b1ddc777c5 +size 73336 diff --git a/MendeleyCXR/images/Darwin_00006897_covid-19-pneumonia-43-day0.png b/MendeleyCXR/images/Darwin_00006897_covid-19-pneumonia-43-day0.png new file mode 100644 index 0000000000000000000000000000000000000000..26a3b4572c9c9b5669e712cf06c6c99afdf25825 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006897_covid-19-pneumonia-43-day0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8c2e37fd3d9755aebd03110fba1c858751db422c2f19aec6904f52f60f83ddf +size 80474 diff --git a/MendeleyCXR/images/Darwin_00006898_covid-19-pneumonia-43-day2.png b/MendeleyCXR/images/Darwin_00006898_covid-19-pneumonia-43-day2.png new file mode 100644 index 0000000000000000000000000000000000000000..51dda1127dc598785a0762aa231e8b73f066f250 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006898_covid-19-pneumonia-43-day2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbd0207ef6f6e32afda40c2717d7c334338e3b96044e90c193038df3a38742cc +size 70533 diff --git a/MendeleyCXR/images/Darwin_00006899_covid-19-pneumonia-44-day-0.png b/MendeleyCXR/images/Darwin_00006899_covid-19-pneumonia-44-day-0.png new file mode 100644 index 0000000000000000000000000000000000000000..2d198354ff06615c8ef1637c1988d208d68fc50f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006899_covid-19-pneumonia-44-day-0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e98fb400ec9266902ad30a016f894aa863c66186eef236e21e30d128ed3287af +size 72907 diff --git a/MendeleyCXR/images/Darwin_00006900_covid-19-pneumonia-44-day-8.png b/MendeleyCXR/images/Darwin_00006900_covid-19-pneumonia-44-day-8.png new file mode 100644 index 0000000000000000000000000000000000000000..750679ae9758c2e6420d0d97f6b3d8844a6399d5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006900_covid-19-pneumonia-44-day-8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77d62d1fbf80974ca63e641207de2773532df95ca2a558d25cdb75a70cd35450 +size 81365 diff --git a/MendeleyCXR/images/Darwin_00006901_covid-19-pneumonia-49-day4.png b/MendeleyCXR/images/Darwin_00006901_covid-19-pneumonia-49-day4.png new file mode 100644 index 0000000000000000000000000000000000000000..20c7a1780dd46d376971a54b7173b50c0f217fe6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006901_covid-19-pneumonia-49-day4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:340c457534ab30dbe9aca35e3dbf685a6f485e0f3e03a2789986cbd534ea8645 +size 73284 diff --git a/MendeleyCXR/images/Darwin_00006902_covid-19-pneumonia-49-day8.png b/MendeleyCXR/images/Darwin_00006902_covid-19-pneumonia-49-day8.png new file mode 100644 index 0000000000000000000000000000000000000000..17161bd802e23bbdc1215fba7f2e434ff99f8d0a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006902_covid-19-pneumonia-49-day8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c8cbd6967174de6d475814c79b8730b148a8abb810e4eb6e1d3dae17bf81c01 +size 71235 diff --git a/MendeleyCXR/images/Darwin_00006903_covid-19-pneumonia-53.png b/MendeleyCXR/images/Darwin_00006903_covid-19-pneumonia-53.png new file mode 100644 index 0000000000000000000000000000000000000000..fe621a0654385084ae27918afb7a666e915827cc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006903_covid-19-pneumonia-53.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6d2ace80c9451c25264a026f51478b855d8800d17bae3698605ab04a4ac0521 +size 74010 diff --git a/MendeleyCXR/images/Darwin_00006904_covid-19-pneumonia-58-day-3.png b/MendeleyCXR/images/Darwin_00006904_covid-19-pneumonia-58-day-3.png new file mode 100644 index 0000000000000000000000000000000000000000..95926004436c1190b59cbe5481179dbc8005dd90 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006904_covid-19-pneumonia-58-day-3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eecbcc7547e18cf0d5266552af47cf517f5cec1464913f6654886a2679a0c1a +size 76832 diff --git a/MendeleyCXR/images/Darwin_00006905_covid-19-pneumonia-58-day-7.png b/MendeleyCXR/images/Darwin_00006905_covid-19-pneumonia-58-day-7.png new file mode 100644 index 0000000000000000000000000000000000000000..be724146effa53336f616f585fdbf92129f7ecb7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006905_covid-19-pneumonia-58-day-7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e0458eb8e243ba4998fac68e87517e6615b8c1f76d75253ba30729d9c593849 +size 80663 diff --git a/MendeleyCXR/images/Darwin_00006906_covid-19-pneumonia-58-day-9.png b/MendeleyCXR/images/Darwin_00006906_covid-19-pneumonia-58-day-9.png new file mode 100644 index 0000000000000000000000000000000000000000..d3453398e8b774bb868395973416c21fd147fae9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006906_covid-19-pneumonia-58-day-9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:449df3d3891440c812e565a5cbe4d1f0b194513bacd603ec5d05d65648547d81 +size 79607 diff --git a/MendeleyCXR/images/Darwin_00006907_covid-19-pneumonia-58-day-10.png b/MendeleyCXR/images/Darwin_00006907_covid-19-pneumonia-58-day-10.png new file mode 100644 index 0000000000000000000000000000000000000000..61edc926fa07551911134a8032e985368c434a7b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006907_covid-19-pneumonia-58-day-10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ee51025d7134712450fb2751dded6d5852ad0957c0f6ffa5a04441c5a099ed3 +size 67231 diff --git a/MendeleyCXR/images/Darwin_00006908_covid-19-pneumonia-58-prior.png b/MendeleyCXR/images/Darwin_00006908_covid-19-pneumonia-58-prior.png new file mode 100644 index 0000000000000000000000000000000000000000..8ae1b8888fce0ca2eb17ffd2d8c21720be52b7fa --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006908_covid-19-pneumonia-58-prior.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e0b7a56a5a738674a3d41eeedcf5f92888f3883955fadee993a11076d512f9f +size 68956 diff --git a/MendeleyCXR/images/Darwin_00006910_covid-19-pneumonia-93.png b/MendeleyCXR/images/Darwin_00006910_covid-19-pneumonia-93.png new file mode 100644 index 0000000000000000000000000000000000000000..29ea540ae891fdb0cbd411e0cc0eb5ab5502a048 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006910_covid-19-pneumonia-93.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5032b9b83d313cbf1a05688c118deafd56dc16460108a071f907bf7f85c0f76 +size 77878 diff --git a/MendeleyCXR/images/Darwin_00006911_covid-19-pneumonia-101.png b/MendeleyCXR/images/Darwin_00006911_covid-19-pneumonia-101.png new file mode 100644 index 0000000000000000000000000000000000000000..1fd57d473e57bf3c3a644cb7eebb63fff5a6517d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006911_covid-19-pneumonia-101.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f652a97d25214d8bf69665bdba9d3427d4a554da1b29de3124c0513162e9b38 +size 81926 diff --git a/MendeleyCXR/images/Darwin_00006912_covid-19-pneumonia-bilateral.png b/MendeleyCXR/images/Darwin_00006912_covid-19-pneumonia-bilateral.png new file mode 100644 index 0000000000000000000000000000000000000000..631e6e302f18fe158f75414ac12816ce9d532023 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006912_covid-19-pneumonia-bilateral.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db1ddea8a0afec1397a4fe88a094e6d593e76f3b00523053a0adff7fb2758ea5 +size 69854 diff --git a/MendeleyCXR/images/Darwin_00006915_covid-19-pneumonia-evolution-over-a-week-1-day3.png b/MendeleyCXR/images/Darwin_00006915_covid-19-pneumonia-evolution-over-a-week-1-day3.png new file mode 100644 index 0000000000000000000000000000000000000000..a3afec42fa525f60e7a1d76311263bfab490bacf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006915_covid-19-pneumonia-evolution-over-a-week-1-day3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa012c82b47d69a9efa9e196ae87842acc29a8479917e4152892f32220245676 +size 76719 diff --git a/MendeleyCXR/images/Darwin_00006916_covid-19-pneumonia-evolution-over-a-week-1-day4.png b/MendeleyCXR/images/Darwin_00006916_covid-19-pneumonia-evolution-over-a-week-1-day4.png new file mode 100644 index 0000000000000000000000000000000000000000..4debae1da9ea0e6a02448b24da9d03c78eca7bdc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006916_covid-19-pneumonia-evolution-over-a-week-1-day4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5abf1d94ee727ddd408ab8134dc18d19bceef869a08edca5369273216d3b4f8 +size 78359 diff --git a/MendeleyCXR/images/Darwin_00006917_covid-19-pneumonia-evolution-over-a-week-1-day6.png b/MendeleyCXR/images/Darwin_00006917_covid-19-pneumonia-evolution-over-a-week-1-day6.png new file mode 100644 index 0000000000000000000000000000000000000000..f16d92752d168cc30c44069b0a908b6b2fda6475 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006917_covid-19-pneumonia-evolution-over-a-week-1-day6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d77ec0070ca9c6354538fd0608f1620e5d8e1e207e77d0c9c401eb9a7c05ff94 +size 75000 diff --git a/MendeleyCXR/images/Darwin_00006918_covid-19-pneumonia-mild.png b/MendeleyCXR/images/Darwin_00006918_covid-19-pneumonia-mild.png new file mode 100644 index 0000000000000000000000000000000000000000..b30ea2cb04fafcbdbad0fa21f2ab38d23a9e5625 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006918_covid-19-pneumonia-mild.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7fac666b55733b2fdfd93cde0b3f4b9e0c901af682e52eafd74ab10d0b137ea +size 80752 diff --git a/MendeleyCXR/images/Darwin_00006919_covid-19-pneumonia-progression-and-regression-day1.png b/MendeleyCXR/images/Darwin_00006919_covid-19-pneumonia-progression-and-regression-day1.png new file mode 100644 index 0000000000000000000000000000000000000000..39962d91b939db298fb68d0d4008efd07d877172 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006919_covid-19-pneumonia-progression-and-regression-day1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1463e3d0a00f380c6669abd05d60bfad36eb9c06c563f91d17600465c18f8d1c +size 74612 diff --git a/MendeleyCXR/images/Darwin_00006920_covid-19-pneumonia-progression-and-regression-day6.png b/MendeleyCXR/images/Darwin_00006920_covid-19-pneumonia-progression-and-regression-day6.png new file mode 100644 index 0000000000000000000000000000000000000000..eea73552571af6ef2565f7b6c2ba32c9dabfebfb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006920_covid-19-pneumonia-progression-and-regression-day6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfbd91f348e21c5c19cc7b970c21cb39d8513cc5d3fb5544aed4306f7582371b +size 76709 diff --git a/MendeleyCXR/images/Darwin_00006921_covid-19-pneumonia-progression-and-regression-day11.png b/MendeleyCXR/images/Darwin_00006921_covid-19-pneumonia-progression-and-regression-day11.png new file mode 100644 index 0000000000000000000000000000000000000000..25cd840edc4d96a4c2a5053688f2ef5e77baa5a1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006921_covid-19-pneumonia-progression-and-regression-day11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15625d990c969a8eedb5712db694c609cfa06cdfe52cecf64622c9f30efb88f5 +size 74342 diff --git a/MendeleyCXR/images/Darwin_00006922_covid-19-pneumonia-progression-and-regression-day13.png b/MendeleyCXR/images/Darwin_00006922_covid-19-pneumonia-progression-and-regression-day13.png new file mode 100644 index 0000000000000000000000000000000000000000..14bb1d25e6a79d5a885ed6855cf6b5a887405d52 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006922_covid-19-pneumonia-progression-and-regression-day13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba86a7e1f6bf97b7d2a2daa01c0446fa49d42fc11d57b140057e2e01529b64c2 +size 85182 diff --git a/MendeleyCXR/images/Darwin_00006923_covid-19-pneumonia-progression-and-regression-day20.png b/MendeleyCXR/images/Darwin_00006923_covid-19-pneumonia-progression-and-regression-day20.png new file mode 100644 index 0000000000000000000000000000000000000000..71ddca6cd55cb73e8439c37be2433b77f26dcf2e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006923_covid-19-pneumonia-progression-and-regression-day20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bbeebbbb56946e9ac00a616521bdbc60083f95626562edd2c68d9e3f7f2ea86 +size 77872 diff --git a/MendeleyCXR/images/Darwin_00006924_covid-19-pneumonia-progression-and-regression-day24.png b/MendeleyCXR/images/Darwin_00006924_covid-19-pneumonia-progression-and-regression-day24.png new file mode 100644 index 0000000000000000000000000000000000000000..86c3d725c100ef5bb02d092bd912774f4bf39e40 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006924_covid-19-pneumonia-progression-and-regression-day24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eab559f8c91be35b849da38a99afc649f337647aea8f07c15bddd1a1ad91e23 +size 77332 diff --git a/MendeleyCXR/images/Darwin_00006925_covid-19-pneumonia-progression-and-regression-day28.png b/MendeleyCXR/images/Darwin_00006925_covid-19-pneumonia-progression-and-regression-day28.png new file mode 100644 index 0000000000000000000000000000000000000000..51d654554ad6d9e9bb65419f77c30915c2284c34 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006925_covid-19-pneumonia-progression-and-regression-day28.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f569227606e2c6c14c6499bda6ef47e52c5e2d6646cf3c2bd483a6fe724eca0 +size 75914 diff --git a/MendeleyCXR/images/Darwin_00006926_covid-19-pneumonia-rapidly-progressive-3-days.png b/MendeleyCXR/images/Darwin_00006926_covid-19-pneumonia-rapidly-progressive-3-days.png new file mode 100644 index 0000000000000000000000000000000000000000..7d5e62cdb7f3e56ad2de6585706ba8593c5c46b2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006926_covid-19-pneumonia-rapidly-progressive-3-days.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb26b5d5ba0df7cf7229ba2ff3a37b9fbc980ea263a8f858a388163035f1c50a +size 84819 diff --git a/MendeleyCXR/images/Darwin_00006927_covid-19-pneumonia-rapidly-progressive-12-hours.png b/MendeleyCXR/images/Darwin_00006927_covid-19-pneumonia-rapidly-progressive-12-hours.png new file mode 100644 index 0000000000000000000000000000000000000000..588117cfb11ae9c34747c7d278a5e0001dad4fc0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006927_covid-19-pneumonia-rapidly-progressive-12-hours.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08720b7100c0fb2293a4aae61d1f809bcc0ff6472cbcef51b0330e22cb624ee1 +size 80796 diff --git a/MendeleyCXR/images/Darwin_00006928_covid-19-pneumonia-rapidly-progressive-admission.png b/MendeleyCXR/images/Darwin_00006928_covid-19-pneumonia-rapidly-progressive-admission.png new file mode 100644 index 0000000000000000000000000000000000000000..fc68e8f49140dd3add7295496e0250637acbf12e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006928_covid-19-pneumonia-rapidly-progressive-admission.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6f85c98c662013fbc65d9dc56422a0c232faca76c3c7f7797bdeb76195ed275 +size 80081 diff --git a/MendeleyCXR/images/Darwin_00006929_covid-19-rapidly-progressive-acute-respiratory-distress-syndrome-ards-admission.png b/MendeleyCXR/images/Darwin_00006929_covid-19-rapidly-progressive-acute-respiratory-distress-syndrome-ards-admission.png new file mode 100644 index 0000000000000000000000000000000000000000..c985a192ea76fea6a6bdaac462483af2d092d710 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006929_covid-19-rapidly-progressive-acute-respiratory-distress-syndrome-ards-admission.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89735ec778f2aa47ba864d0a93bbbae4754dbc4a8ed9eac913510b737f452c5a +size 76740 diff --git a/MendeleyCXR/images/Darwin_00006930_covid-19-rapidly-progressive-acute-respiratory-distress-syndrome-ards-day-1.png b/MendeleyCXR/images/Darwin_00006930_covid-19-rapidly-progressive-acute-respiratory-distress-syndrome-ards-day-1.png new file mode 100644 index 0000000000000000000000000000000000000000..2863bddbe501c196f2366b305239bc874f095146 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006930_covid-19-rapidly-progressive-acute-respiratory-distress-syndrome-ards-day-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b180d5fa34f9e8d72f6627ac917792920c8cd9da4c15e5c9589fb21e0096969d +size 68774 diff --git a/MendeleyCXR/images/Darwin_00006931_covid-19-rapidly-progressive-acute-respiratory-distress-syndrome-ards-day-2.png b/MendeleyCXR/images/Darwin_00006931_covid-19-rapidly-progressive-acute-respiratory-distress-syndrome-ards-day-2.png new file mode 100644 index 0000000000000000000000000000000000000000..9e2142702f31dccb7ea4553979f1940fd674595d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006931_covid-19-rapidly-progressive-acute-respiratory-distress-syndrome-ards-day-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cc25e87a72dafd46660701f2d3b6b35133f6f36583c12e691c621cd49e0852a +size 72398 diff --git a/MendeleyCXR/images/Darwin_00006932_covid-19-rapidly-progressive-acute-respiratory-distress-syndrome-ards-day-3.png b/MendeleyCXR/images/Darwin_00006932_covid-19-rapidly-progressive-acute-respiratory-distress-syndrome-ards-day-3.png new file mode 100644 index 0000000000000000000000000000000000000000..4e49140bc6cad683c5e65f9f9d4d82640b979587 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006932_covid-19-rapidly-progressive-acute-respiratory-distress-syndrome-ards-day-3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc0ac4262d793e741c10c261f9e7968219edd340520e52d91b6b2a745c44be00 +size 80635 diff --git a/MendeleyCXR/images/Darwin_00006934_D7AF463C-2369-492D-908D-BE1911CCD74C.png b/MendeleyCXR/images/Darwin_00006934_D7AF463C-2369-492D-908D-BE1911CCD74C.png new file mode 100644 index 0000000000000000000000000000000000000000..df12a95ac528867cf737343d80e1ae74eced9045 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006934_D7AF463C-2369-492D-908D-BE1911CCD74C.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e83c2466bd1d6adf4ae67e7d05d8836724b457f09830d5a1f30e01717861500 +size 59926 diff --git a/MendeleyCXR/images/Darwin_00006935_d7f2ee0f.png b/MendeleyCXR/images/Darwin_00006935_d7f2ee0f.png new file mode 100644 index 0000000000000000000000000000000000000000..558e53f3e9a3634a49606b933c243e646d8d87e6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006935_d7f2ee0f.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a781efab8be6ad18fedd645eb0e5b866d3000b6acff173b20fd30f176013b76e +size 89717 diff --git a/MendeleyCXR/images/Darwin_00006936_d9d6ca9a.png b/MendeleyCXR/images/Darwin_00006936_d9d6ca9a.png new file mode 100644 index 0000000000000000000000000000000000000000..58c7b3df2e05fc857bd570f9beb251c3ea985864 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006936_d9d6ca9a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f6aa9a16ac4a1ef0d76c7562618e4f71e251c082b5fccca77f17ca1cc644114 +size 76669 diff --git a/MendeleyCXR/images/Darwin_00006937_d009d61f.png b/MendeleyCXR/images/Darwin_00006937_d009d61f.png new file mode 100644 index 0000000000000000000000000000000000000000..45a6f8ac5fa8517ef81d440f661442f49e08a343 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006937_d009d61f.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39f39eba7827ee0c887ab792cfaad7b80900cedfca3247c999d1932e6c858258 +size 87585 diff --git a/MendeleyCXR/images/Darwin_00006938_d6494b39.png b/MendeleyCXR/images/Darwin_00006938_d6494b39.png new file mode 100644 index 0000000000000000000000000000000000000000..8508d0dc5074fdc78f0fb1d65fceba5ca07c5b11 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006938_d6494b39.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6586a08d0b7a2e8e2fa08379e21de2b93d7ae7b9c2a1cc30ab10786df5987a2e +size 84544 diff --git a/MendeleyCXR/images/Darwin_00006939_d680397c.png b/MendeleyCXR/images/Darwin_00006939_d680397c.png new file mode 100644 index 0000000000000000000000000000000000000000..76666891d6502bb9d4a54568091d4e0fc8df83d5 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006939_d680397c.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be42822ab0126cbd42e485a688c31057e7afcc7cecd9d90aedf8bab5d086cef8 +size 81666 diff --git a/MendeleyCXR/images/Darwin_00006940_da9e9aac-de8c-44c7-ba57-e7cc8e4caaba.annot.original.png b/MendeleyCXR/images/Darwin_00006940_da9e9aac-de8c-44c7-ba57-e7cc8e4caaba.annot.original.png new file mode 100644 index 0000000000000000000000000000000000000000..d2652edbec7a9ac6aa1699ea449b5da215b47cae --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006940_da9e9aac-de8c-44c7-ba57-e7cc8e4caaba.annot.original.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f7330ab80eb07bc45f677ee594f1d6afe70720ac43b2e46162120ce82d5b6b6 +size 79694 diff --git a/MendeleyCXR/images/Darwin_00006941_db96a050.png b/MendeleyCXR/images/Darwin_00006941_db96a050.png new file mode 100644 index 0000000000000000000000000000000000000000..5c4c0aa74d81634f81876d67793c7341dee971d7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006941_db96a050.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:717c0e6355d76afeca8a6664022d538191f24d5f85783e256f0a33bae1ab6a8a +size 87389 diff --git a/MendeleyCXR/images/Darwin_00006943_e1a4f870.png b/MendeleyCXR/images/Darwin_00006943_e1a4f870.png new file mode 100644 index 0000000000000000000000000000000000000000..5ffd67623acc1fa618f777830370017410cb414b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006943_e1a4f870.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cb1246529df3fecb71a4935cb52a469bc8198e2b234bda38fb00ea23b403478 +size 84435 diff --git a/MendeleyCXR/images/Darwin_00006944_e22aa56f.png b/MendeleyCXR/images/Darwin_00006944_e22aa56f.png new file mode 100644 index 0000000000000000000000000000000000000000..6f714e0cce658b856479d85b469388398a002a08 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006944_e22aa56f.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bffb227cc07eadb42c85508f3e27673474c63103b1aaf8d58e93b5f2cb25c51 +size 76102 diff --git a/MendeleyCXR/images/Darwin_00006945_e1446fe8.png b/MendeleyCXR/images/Darwin_00006945_e1446fe8.png new file mode 100644 index 0000000000000000000000000000000000000000..d0508f36f890c56182ac0240f21aefa559505b66 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006945_e1446fe8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0540ab451580a6b7f0f74cd460d566b592c33f411cff96c069cdeceaad104066 +size 82742 diff --git a/MendeleyCXR/images/Darwin_00006946_E63574A7-4188-4C8D-8D17-9D67A18A1AFA.png b/MendeleyCXR/images/Darwin_00006946_E63574A7-4188-4C8D-8D17-9D67A18A1AFA.png new file mode 100644 index 0000000000000000000000000000000000000000..b3addf9952dea334b6e85daca951476ff9f2c8dd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006946_E63574A7-4188-4C8D-8D17-9D67A18A1AFA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a81bef2c8917361e6337cee3b2ccbec77232e287e7a6aa8b7190fe31ee4dfe4 +size 84042 diff --git a/MendeleyCXR/images/Darwin_00006947_E1724330-1866-4581-8CD8-CEC9B8AFEDDE.png b/MendeleyCXR/images/Darwin_00006947_E1724330-1866-4581-8CD8-CEC9B8AFEDDE.png new file mode 100644 index 0000000000000000000000000000000000000000..ac13ddb6a742ee98faa0e5043f523c9277c2c757 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006947_E1724330-1866-4581-8CD8-CEC9B8AFEDDE.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:025bb913747a4ae1bbf1bf27e7f76642088053481be2f1ad7a9d1bf362c7bec4 +size 74220 diff --git a/MendeleyCXR/images/Darwin_00006948_eb8e8a5b.png b/MendeleyCXR/images/Darwin_00006948_eb8e8a5b.png new file mode 100644 index 0000000000000000000000000000000000000000..9e94053cd11ace9c43f3851737f3d951ee0c86c2 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006948_eb8e8a5b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c015fe37009278bdf24629e5d6f104b9b6e59132aa91391bd62865cb19ecfa4 +size 76781 diff --git a/MendeleyCXR/images/Darwin_00006949_ec083e35.png b/MendeleyCXR/images/Darwin_00006949_ec083e35.png new file mode 100644 index 0000000000000000000000000000000000000000..78805a6169366111a42aba19b40a3d9afea7ed04 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006949_ec083e35.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab11c82f819d1c726b6b9d97d1e8fed65ebdb205982cab708c0170694697d0da +size 78253 diff --git a/MendeleyCXR/images/Darwin_00006950_ee2d1bf6.png b/MendeleyCXR/images/Darwin_00006950_ee2d1bf6.png new file mode 100644 index 0000000000000000000000000000000000000000..34c25f0d7a8d72e8670a55601b070e7c08ed1221 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006950_ee2d1bf6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00541b15cd06ad5b633f691af900d9cf868a17aa216d67fcfb7b3f7ce7f17221 +size 85431 diff --git a/MendeleyCXR/images/Darwin_00006955_F2DE909F-E19C-4900-92F5-8F435B031AC6.png b/MendeleyCXR/images/Darwin_00006955_F2DE909F-E19C-4900-92F5-8F435B031AC6.png new file mode 100644 index 0000000000000000000000000000000000000000..356b9e14897bd9505df2ee09fba1d5e0d9326c9d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006955_F2DE909F-E19C-4900-92F5-8F435B031AC6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92849a61eaf219a56cce70880f3f1b4a606434b13f07760cfc9b3ffa469559d4 +size 61285 diff --git a/MendeleyCXR/images/Darwin_00006956_f6d980a0.png b/MendeleyCXR/images/Darwin_00006956_f6d980a0.png new file mode 100644 index 0000000000000000000000000000000000000000..95d554a060afb7dd2733e77d22518c834d30e201 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006956_f6d980a0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08bd3a84c2067ca713a21088942fe67488bc89c884a023def67cb0c310843cc2 +size 75306 diff --git a/MendeleyCXR/images/Darwin_00006957_F051E018-DAD1-4506-AD43-BE4CA29E960B.png b/MendeleyCXR/images/Darwin_00006957_F051E018-DAD1-4506-AD43-BE4CA29E960B.png new file mode 100644 index 0000000000000000000000000000000000000000..2a8324c54f8e31d63c8b5ab01c4c25001c0b5cc4 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006957_F051E018-DAD1-4506-AD43-BE4CA29E960B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bb876baa30728e51cf8cc4d678f58bde082be36f644be4bb340e5a5b9849aad +size 80399 diff --git a/MendeleyCXR/images/Darwin_00006958_F63AB6CE-1968-4154-A70F-913AF154F53D.png b/MendeleyCXR/images/Darwin_00006958_F63AB6CE-1968-4154-A70F-913AF154F53D.png new file mode 100644 index 0000000000000000000000000000000000000000..29fd313cf8c9030342440153034b230d32db0b52 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006958_F63AB6CE-1968-4154-A70F-913AF154F53D.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8f5141936c332d05ff22f3aef6fba4c2af46bee80582a98c93dba84da4bbe1b +size 71231 diff --git a/MendeleyCXR/images/Darwin_00006959_f0864aff.png b/MendeleyCXR/images/Darwin_00006959_f0864aff.png new file mode 100644 index 0000000000000000000000000000000000000000..49b84a8295767605ec0cf323adb774b38b0067b3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006959_f0864aff.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60b01fee420bb5d73ce12d9d935c6e3e7862d9c5a32e0846f7f7688f9f5a571c +size 77760 diff --git a/MendeleyCXR/images/Darwin_00006960_F4341CE7-73C9-45C6-99C8-8567A5484B63.png b/MendeleyCXR/images/Darwin_00006960_F4341CE7-73C9-45C6-99C8-8567A5484B63.png new file mode 100644 index 0000000000000000000000000000000000000000..ed2a3bdcf283d93967601f5eeb63c3f08a64e9fd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006960_F4341CE7-73C9-45C6-99C8-8567A5484B63.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:737352bf77b9d6d5cff65842426974fb75d2110a52e580e63586cc53fc4c3b9f +size 85269 diff --git a/MendeleyCXR/images/Darwin_00006961_f64132c8.png b/MendeleyCXR/images/Darwin_00006961_f64132c8.png new file mode 100644 index 0000000000000000000000000000000000000000..326ba9b774ddee669599b5acc3aa5977bfbfcf64 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006961_f64132c8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f318f38e07063109aff14c16efd0dc4c422e97a9125d5b700924ab850d3d9d5 +size 79953 diff --git a/MendeleyCXR/images/Darwin_00006962_f6575117.png b/MendeleyCXR/images/Darwin_00006962_f6575117.png new file mode 100644 index 0000000000000000000000000000000000000000..ef6387a064b7dc6dfdc2cf4d09332b8e33d5d8c1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006962_f6575117.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:208df68df09866c3ea0931515a19b9f8d63786bbd8f620ec2d99e00507334d38 +size 75951 diff --git a/MendeleyCXR/images/Darwin_00006963_f8335316.png b/MendeleyCXR/images/Darwin_00006963_f8335316.png new file mode 100644 index 0000000000000000000000000000000000000000..38ccec3b7559bb1bf7148c56c841c6325e6cfb23 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006963_f8335316.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2e96cc2a4d906996328a21501e5de46d61cca8b8e5e8bbdfc8c0f49c33cb624 +size 85040 diff --git a/MendeleyCXR/images/Darwin_00006966_FE9F9A5D-2830-46F9-851B-1FF4534959BE.png b/MendeleyCXR/images/Darwin_00006966_FE9F9A5D-2830-46F9-851B-1FF4534959BE.png new file mode 100644 index 0000000000000000000000000000000000000000..04a00f83e7148621b9e5c91b10280d430d85da9f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006966_FE9F9A5D-2830-46F9-851B-1FF4534959BE.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:753be3848ce80ed1be1c0e043a44dc2c1d2642b1d26e8462951611cde7179bda +size 77889 diff --git a/MendeleyCXR/images/Darwin_00006967_fff49165-b22d-4bb4-b9d1-d5d62c52436c.annot.original.png b/MendeleyCXR/images/Darwin_00006967_fff49165-b22d-4bb4-b9d1-d5d62c52436c.annot.original.png new file mode 100644 index 0000000000000000000000000000000000000000..5dde29d38203a2b77255af454e3a5ecd65947e07 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006967_fff49165-b22d-4bb4-b9d1-d5d62c52436c.annot.original.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b5f5279a2a8b45a203f26a77e4941f12aa4f6e164e8373bde6d6b7f91485756 +size 66250 diff --git a/MendeleyCXR/images/Darwin_00006968_figure1-5e7c1b8d98c29ab001275405-98-later.png b/MendeleyCXR/images/Darwin_00006968_figure1-5e7c1b8d98c29ab001275405-98-later.png new file mode 100644 index 0000000000000000000000000000000000000000..372676679c0322ddf2df69932321b1a3b0114573 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006968_figure1-5e7c1b8d98c29ab001275405-98-later.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f58c8c77cfae2612365257bcb450ff2777b968c811d6330b734baa0f05ba6a05 +size 75448 diff --git a/MendeleyCXR/images/Darwin_00006969_figure1-5e7c1b8d98c29ab001275405-98.png b/MendeleyCXR/images/Darwin_00006969_figure1-5e7c1b8d98c29ab001275405-98.png new file mode 100644 index 0000000000000000000000000000000000000000..306fb111deba556e857de548fb0bfc617ea16984 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006969_figure1-5e7c1b8d98c29ab001275405-98.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5854ff58b0c7aec931bf9216e5bbe7b45986ac0ad4a83bf269516201ef830ce9 +size 62081 diff --git a/MendeleyCXR/images/Darwin_00006970_figure1-5e71be566aa8714a04de3386-98-left.png b/MendeleyCXR/images/Darwin_00006970_figure1-5e71be566aa8714a04de3386-98-left.png new file mode 100644 index 0000000000000000000000000000000000000000..7b685abdee178b1520f0fd24bc197b7026ea0da6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006970_figure1-5e71be566aa8714a04de3386-98-left.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ec6c84f515923638a5bf521e5d407aa4d2c4cde430bd039838aae3745718981 +size 80237 diff --git a/MendeleyCXR/images/Darwin_00006971_figure1-5e73d7ae897e27ff066a30cb-98.png b/MendeleyCXR/images/Darwin_00006971_figure1-5e73d7ae897e27ff066a30cb-98.png new file mode 100644 index 0000000000000000000000000000000000000000..40057de57362bda4466f8163ee96a4793bb3f071 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006971_figure1-5e73d7ae897e27ff066a30cb-98.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd8bdddc7b0b038575f915840ec3841685849a3f4a7709f81f4d466c9a0a91ed +size 59183 diff --git a/MendeleyCXR/images/Darwin_00006972_figure1-5e75d0940b71e1b702629659-98-right.png b/MendeleyCXR/images/Darwin_00006972_figure1-5e75d0940b71e1b702629659-98-right.png new file mode 100644 index 0000000000000000000000000000000000000000..61c7b655d1de38225dac1084c58159025cd82ab8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006972_figure1-5e75d0940b71e1b702629659-98-right.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de552910a301fc802fbf53c0dc3374a0eb4cd43792e387a8ffa5525d84c7589c +size 83367 diff --git a/MendeleyCXR/images/Darwin_00006973_fx1_lrg.png b/MendeleyCXR/images/Darwin_00006973_fx1_lrg.png new file mode 100644 index 0000000000000000000000000000000000000000..f3e8aca3abebeddc1aff8cae597ef7a9585209fb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006973_fx1_lrg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8a0bfcd2a30b7792f4eb6826bdd7ae1681ef1a8186acc4103cb46eef2c3f15e +size 83943 diff --git a/MendeleyCXR/images/Darwin_00006974_gr1_lrg-a.png b/MendeleyCXR/images/Darwin_00006974_gr1_lrg-a.png new file mode 100644 index 0000000000000000000000000000000000000000..d0906b6b24b6f1f358ccb11667bfd4c0def62fec --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006974_gr1_lrg-a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:013af47974dd119d9facba5df4fec1d53199b22fe2528e9ab26a6c8f84c7df33 +size 71491 diff --git a/MendeleyCXR/images/Darwin_00006975_gr1_lrg-b.png b/MendeleyCXR/images/Darwin_00006975_gr1_lrg-b.png new file mode 100644 index 0000000000000000000000000000000000000000..f51775a20c8ec6d9d31d0fa4aa268b757ca66a0e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006975_gr1_lrg-b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e063a8689a91127f19efe4f5127b5c59b5d2b7f7154e5a9f414fd5cd747748c7 +size 57626 diff --git a/MendeleyCXR/images/Darwin_00006996_klebsiella-pneumonia-1.png b/MendeleyCXR/images/Darwin_00006996_klebsiella-pneumonia-1.png new file mode 100644 index 0000000000000000000000000000000000000000..0e0250537fff9aec8e5e6a6a069fd72eea3ec5c1 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006996_klebsiella-pneumonia-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eebff7a542165f8153907e76cf81fc7ecdfd36af8e594c72511da35498ba163 +size 70291 diff --git a/MendeleyCXR/images/Darwin_00006997_lancet-case2a.png b/MendeleyCXR/images/Darwin_00006997_lancet-case2a.png new file mode 100644 index 0000000000000000000000000000000000000000..ab2ee17a524f37cfac3632685be1511ec3ae1b07 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006997_lancet-case2a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:250c642bb46867d4ba01577a7f796d01bd850a57d60cefd3784311f71eb5e455 +size 80825 diff --git a/MendeleyCXR/images/Darwin_00006998_lancet-case2b.png b/MendeleyCXR/images/Darwin_00006998_lancet-case2b.png new file mode 100644 index 0000000000000000000000000000000000000000..9a3a20be7bc89bd99353ba99cb859c3df6d472ff --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006998_lancet-case2b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70f270eda5f681fa0fe66ced61069a40c00006ef76f7d4b6292372c75649008d +size 90663 diff --git a/MendeleyCXR/images/Darwin_00006999_legionella-pneumonia-1.png b/MendeleyCXR/images/Darwin_00006999_legionella-pneumonia-1.png new file mode 100644 index 0000000000000000000000000000000000000000..3dc94e12f97ba7c987a3e1c32c2b213b534b7081 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00006999_legionella-pneumonia-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d16502f3298cb2c59090bdc895427b0e1a5b6b2cd1f98ba326df09b4d9017cf0 +size 70313 diff --git a/MendeleyCXR/images/Darwin_00007000_legionella-pneumonia-2.png b/MendeleyCXR/images/Darwin_00007000_legionella-pneumonia-2.png new file mode 100644 index 0000000000000000000000000000000000000000..a1c971fabf5f351cf1a41eaced4e43af89ec2568 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007000_legionella-pneumonia-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c230b61d416be978cbd93391656ac99b3c1da8bc548c34cbbec8fafd1e61e33c +size 66323 diff --git a/MendeleyCXR/images/Darwin_00007001_lightbox_78f27a80685411ea93cde791fb7cd172-CXR.png b/MendeleyCXR/images/Darwin_00007001_lightbox_78f27a80685411ea93cde791fb7cd172-CXR.png new file mode 100644 index 0000000000000000000000000000000000000000..fdecf3c0a6c64e2c88596f69f815a305ff59eed3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007001_lightbox_78f27a80685411ea93cde791fb7cd172-CXR.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9d4a86eecd3c2f686e213d2fe83d7906b144f878dd5df97eb0135d3c036638d +size 69483 diff --git a/MendeleyCXR/images/Darwin_00007003_nCoV-radiol.2020200269.fig1-day7.png b/MendeleyCXR/images/Darwin_00007003_nCoV-radiol.2020200269.fig1-day7.png new file mode 100644 index 0000000000000000000000000000000000000000..ba348c63b557863bfd889efd4e98c44bac8abe5f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007003_nCoV-radiol.2020200269.fig1-day7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6466331e2b211cfd748f642d94c0e644a9fb8787638f259d605871eeac9df19 +size 71549 diff --git a/MendeleyCXR/images/Darwin_00007004_nejmc2001573_f1a.png b/MendeleyCXR/images/Darwin_00007004_nejmc2001573_f1a.png new file mode 100644 index 0000000000000000000000000000000000000000..145bdda61613128b7d7ccd9c8e5166ad42987bcd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007004_nejmc2001573_f1a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad7e7e54736c0e3d46867a873707fa4bb59a6aaf87d312acdd143c3b5a1000e2 +size 73995 diff --git a/MendeleyCXR/images/Darwin_00007005_nejmc2001573_f1b.png b/MendeleyCXR/images/Darwin_00007005_nejmc2001573_f1b.png new file mode 100644 index 0000000000000000000000000000000000000000..148a72dc69d83b0051c8821b6bfa036613310084 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007005_nejmc2001573_f1b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aea9c5e1a0bd4e19bb7d3f3eb0405a5c3bba3903df363f04356dcb6a0df8d3b6 +size 77458 diff --git a/MendeleyCXR/images/Darwin_00007006_nejmoa2001017_f1-a.png b/MendeleyCXR/images/Darwin_00007006_nejmoa2001017_f1-a.png new file mode 100644 index 0000000000000000000000000000000000000000..8d0e62a4921562966ad5b29184f9b6636c683fdd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007006_nejmoa2001017_f1-a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a537b7100401dcd67dfe15187d766d076b0fbd9ccb6ab9a46ad5ebc0721031b +size 67442 diff --git a/MendeleyCXR/images/Darwin_00007007_nejmoa2001017_f1-b.png b/MendeleyCXR/images/Darwin_00007007_nejmoa2001017_f1-b.png new file mode 100644 index 0000000000000000000000000000000000000000..441e8a220deafaacf6537c87381952adeed00020 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007007_nejmoa2001017_f1-b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:add5d03fce5b86b299e5e045e4f9e74789104414ac29371559122de99b84b7a1 +size 62396 diff --git a/MendeleyCXR/images/Darwin_00007009_nejmoa2001191_f1-PA.png b/MendeleyCXR/images/Darwin_00007009_nejmoa2001191_f1-PA.png new file mode 100644 index 0000000000000000000000000000000000000000..5a0cb02b11f9208509e104f1d92d4b559aa0e689 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007009_nejmoa2001191_f1-PA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbc13c8a0aec52519f877c5eff90a05c120aa87d3edd61b8435fb2f628e93488 +size 80046 diff --git a/MendeleyCXR/images/Darwin_00007011_nejmoa2001191_f3-PA.png b/MendeleyCXR/images/Darwin_00007011_nejmoa2001191_f3-PA.png new file mode 100644 index 0000000000000000000000000000000000000000..33a83cd73e64b5bbabc8f0e08e6a1622b84a1945 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007011_nejmoa2001191_f3-PA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b628a8b7417def1c6f37f2ff6c8c7ca1a2494e9fb133eb8e26abc992a9006116 +size 86475 diff --git a/MendeleyCXR/images/Darwin_00007012_nejmoa2001191_f4.png b/MendeleyCXR/images/Darwin_00007012_nejmoa2001191_f4.png new file mode 100644 index 0000000000000000000000000000000000000000..d6e33ab21a2b6e0fc76ab74fbaeb0a7391362d31 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007012_nejmoa2001191_f4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff6b63ce2a3077fdebd57b88fbdd5c9bd2844da6d47173548924e56fe2d6b2fa +size 91349 diff --git a/MendeleyCXR/images/Darwin_00007014_nejmoa2001191_f5-PA.png b/MendeleyCXR/images/Darwin_00007014_nejmoa2001191_f5-PA.png new file mode 100644 index 0000000000000000000000000000000000000000..93073286289d4302e439557641aacc8b6ff25e98 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007014_nejmoa2001191_f5-PA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e92eb6942795138a5f343c5e690780d63a8aeb3ed69e0a25f12f08bd457e1aac +size 86394 diff --git a/MendeleyCXR/images/Darwin_00007015_nejmoa2004500_f1-a.png b/MendeleyCXR/images/Darwin_00007015_nejmoa2004500_f1-a.png new file mode 100644 index 0000000000000000000000000000000000000000..5cbf62b6d410cffb2709506a0e88678dbc25533e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007015_nejmoa2004500_f1-a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b71bb0e80f7173ace74cfdda05e4c653581e57356ca8a93f5fd89fcd5c9a3c1d +size 80243 diff --git a/MendeleyCXR/images/Darwin_00007016_nejmoa2004500_f1-b.png b/MendeleyCXR/images/Darwin_00007016_nejmoa2004500_f1-b.png new file mode 100644 index 0000000000000000000000000000000000000000..261834ab97deadb99d64533e54aff1715fc3a740 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007016_nejmoa2004500_f1-b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ec6437f24234a75f769d6a129cf1c72c4ed56018ea44e2b621ab947f45e6bbe +size 83405 diff --git a/MendeleyCXR/images/Darwin_00007018_parapneumonic-effusion-1-PA.png b/MendeleyCXR/images/Darwin_00007018_parapneumonic-effusion-1-PA.png new file mode 100644 index 0000000000000000000000000000000000000000..84ce97d3c9d371e4f89a0ca18a8e8db2b92c8e8c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007018_parapneumonic-effusion-1-PA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b9bfa7ceee3942fa38a206d48258ed5c68a00266bfeccade1ba4c85e6767194 +size 71456 diff --git a/MendeleyCXR/images/Darwin_00007020_pneumococcal-pneumonia-day0.png b/MendeleyCXR/images/Darwin_00007020_pneumococcal-pneumonia-day0.png new file mode 100644 index 0000000000000000000000000000000000000000..dbf7e3d37edc04e90e28f4dc2029f88064d8e213 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007020_pneumococcal-pneumonia-day0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a300a2a96f352aa2b1f8c87e4f31972b14a6b76d84e0fb86437d9aee7ba3e8d0 +size 69626 diff --git a/MendeleyCXR/images/Darwin_00007021_pneumococcal-pneumonia-day7.png b/MendeleyCXR/images/Darwin_00007021_pneumococcal-pneumonia-day7.png new file mode 100644 index 0000000000000000000000000000000000000000..6cc7b62edb3b3e18fa0b5aa92ecb79780fba4973 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007021_pneumococcal-pneumonia-day7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e287eda3ef340b0c88c9d99c5a34aa2f71649fb8734ceaff77074e595a345aec +size 73952 diff --git a/MendeleyCXR/images/Darwin_00007022_pneumococcal-pneumonia-day35.png b/MendeleyCXR/images/Darwin_00007022_pneumococcal-pneumonia-day35.png new file mode 100644 index 0000000000000000000000000000000000000000..87f76c11b8bc7a8959164c719760331b6327e9fc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007022_pneumococcal-pneumonia-day35.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aec36386b137ce625a3cdac823d86c07017457d61e73706cd99c05cb78a80b4 +size 71268 diff --git a/MendeleyCXR/images/Darwin_00007025_pneumocystis-jiroveci-pneumonia-2.png b/MendeleyCXR/images/Darwin_00007025_pneumocystis-jiroveci-pneumonia-2.png new file mode 100644 index 0000000000000000000000000000000000000000..020301430a07b4c52789654f6149f2d11a6a1fd3 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007025_pneumocystis-jiroveci-pneumonia-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9e089460a51bb3a638b6c3d7b058a438919c0b1efa984db20987c732a1a3a50 +size 78909 diff --git a/MendeleyCXR/images/Darwin_00007027_pneumocystis-jiroveci-pneumonia-4-PA.png b/MendeleyCXR/images/Darwin_00007027_pneumocystis-jiroveci-pneumonia-4-PA.png new file mode 100644 index 0000000000000000000000000000000000000000..a82b3066ba7367818a61b12eb9171404c55463db --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007027_pneumocystis-jiroveci-pneumonia-4-PA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d50d19348c9951198492024dbef17e85d2a7f55655aef6570d784a496374fb5 +size 74677 diff --git a/MendeleyCXR/images/Darwin_00007028_pneumocystis-jirovecii-pneumonia-2.png b/MendeleyCXR/images/Darwin_00007028_pneumocystis-jirovecii-pneumonia-2.png new file mode 100644 index 0000000000000000000000000000000000000000..c49eb41e311b360329759982576333cd3f7622f0 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007028_pneumocystis-jirovecii-pneumonia-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8804bf20fdb657575200aa23613fe9ec0091cc730a2e4eb68f49ba1f4ccb47b7 +size 87771 diff --git a/MendeleyCXR/images/Darwin_00007029_pneumocystis-jirovecii-pneumonia-3-1.png b/MendeleyCXR/images/Darwin_00007029_pneumocystis-jirovecii-pneumonia-3-1.png new file mode 100644 index 0000000000000000000000000000000000000000..99b3c0b23f4afb88a1fdc49a1c9b20be4fbb16ad --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007029_pneumocystis-jirovecii-pneumonia-3-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d667bee1a3a4ae121d44e2c445f0b5c70a2a98057e232f859d707c88b692d3c +size 68343 diff --git a/MendeleyCXR/images/Darwin_00007030_pneumocystis-jirovecii-pneumonia-3-2.png b/MendeleyCXR/images/Darwin_00007030_pneumocystis-jirovecii-pneumonia-3-2.png new file mode 100644 index 0000000000000000000000000000000000000000..33a19b22142029a6ca3e75f937e9af9bb47a1024 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007030_pneumocystis-jirovecii-pneumonia-3-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53e7da193a096321aba2e64aceaf6e6e86ae350628bb22453c96e5e6cceb4fb4 +size 79450 diff --git a/MendeleyCXR/images/Darwin_00007031_pneumocystis-jirovecii-pneumonia-3-3.png b/MendeleyCXR/images/Darwin_00007031_pneumocystis-jirovecii-pneumonia-3-3.png new file mode 100644 index 0000000000000000000000000000000000000000..3a72cc1b82c66006cedff38b0d9a3bc359d3b860 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007031_pneumocystis-jirovecii-pneumonia-3-3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5df65838b0457b0ed519549483939c496a9970714df02ce2a45b8770bed27d8 +size 75213 diff --git a/MendeleyCXR/images/Darwin_00007032_pneumocystis-pneumonia-1.png b/MendeleyCXR/images/Darwin_00007032_pneumocystis-pneumonia-1.png new file mode 100644 index 0000000000000000000000000000000000000000..6bce387e54b9d40a6124f9a1742588937ba090cd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007032_pneumocystis-pneumonia-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a014efe1dc143246f3aa350acd6cbef7f3545609ee77c15961e71c9fe5b2975b +size 78507 diff --git a/MendeleyCXR/images/Darwin_00007034_pneumocystis-pneumonia-2-PA.png b/MendeleyCXR/images/Darwin_00007034_pneumocystis-pneumonia-2-PA.png new file mode 100644 index 0000000000000000000000000000000000000000..c08319cd0872a7354575cbf8b933d39fa2d2c75f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007034_pneumocystis-pneumonia-2-PA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:807e2bcd70c66ba9bb19964a240eca43593d3a1d31c7ac0756922e3cc3d51870 +size 86821 diff --git a/MendeleyCXR/images/Darwin_00007035_pneumocystis-pneumonia-8.png b/MendeleyCXR/images/Darwin_00007035_pneumocystis-pneumonia-8.png new file mode 100644 index 0000000000000000000000000000000000000000..943aee2d42012f5ef40af1bb78bb32f8b9b39f92 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007035_pneumocystis-pneumonia-8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d03e97ea543eccc4486e7c26559406a96a8fdb3e4ddbf8f650e984a668eaf99d +size 73465 diff --git a/MendeleyCXR/images/Darwin_00007036_pneumocystis-pneumonia-12.png b/MendeleyCXR/images/Darwin_00007036_pneumocystis-pneumonia-12.png new file mode 100644 index 0000000000000000000000000000000000000000..05b6f7c434237049e9f2af125ed1c4c624d61f15 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007036_pneumocystis-pneumonia-12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c1a0fe0b3a7a2cbdcd50e826509db2ae1f0293c1b6638f43241250c4e28375a +size 67046 diff --git a/MendeleyCXR/images/Darwin_00007037_pneumonia-7.png b/MendeleyCXR/images/Darwin_00007037_pneumonia-7.png new file mode 100644 index 0000000000000000000000000000000000000000..4f2e344047f2b5c90d11ef0dcdfd04cefcafff8e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007037_pneumonia-7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f49aed9b6fe6cfe3c429f27dec040ba1cee7d491d2f3ec9eb05ed51aeeea6bbf +size 54527 diff --git a/MendeleyCXR/images/Darwin_00007038_post-intubuation-pneumomediastium-and-pneumothorax-background-covid-19-pneumonia-day1.png b/MendeleyCXR/images/Darwin_00007038_post-intubuation-pneumomediastium-and-pneumothorax-background-covid-19-pneumonia-day1.png new file mode 100644 index 0000000000000000000000000000000000000000..c754d9aabeb3b3d691210e4f787f07a6f4c5a454 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007038_post-intubuation-pneumomediastium-and-pneumothorax-background-covid-19-pneumonia-day1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a7258ab65958137314bea77c95762fef70ef84ccd228fb089f3ba7b56966d8b +size 84149 diff --git a/MendeleyCXR/images/Darwin_00007039_post-intubuation-pneumomediastium-and-pneumothorax-background-covid-19-pneumonia-day6-1.png b/MendeleyCXR/images/Darwin_00007039_post-intubuation-pneumomediastium-and-pneumothorax-background-covid-19-pneumonia-day6-1.png new file mode 100644 index 0000000000000000000000000000000000000000..f89a3ec3fd1db13eebbb1121ebbfa69f5fc8eefd --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007039_post-intubuation-pneumomediastium-and-pneumothorax-background-covid-19-pneumonia-day6-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a5a6d64a03d2b637b4cde50d1ff13a25696897d7c4cfc4c118d932da864c93b +size 81652 diff --git a/MendeleyCXR/images/Darwin_00007040_post-intubuation-pneumomediastium-and-pneumothorax-background-covid-19-pneumonia-day6-2.png b/MendeleyCXR/images/Darwin_00007040_post-intubuation-pneumomediastium-and-pneumothorax-background-covid-19-pneumonia-day6-2.png new file mode 100644 index 0000000000000000000000000000000000000000..da9a4a8d301472b18abd93d20fc059b6f6e904cf --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007040_post-intubuation-pneumomediastium-and-pneumothorax-background-covid-19-pneumonia-day6-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:157169fc176528bdef389396c86df338877fcb762483581967be4d9a6d4bf43d +size 74291 diff --git a/MendeleyCXR/images/Darwin_00007041_post-intubuation-pneumomediastium-and-pneumothorax-background-covid-19-pneumonia-day7.png b/MendeleyCXR/images/Darwin_00007041_post-intubuation-pneumomediastium-and-pneumothorax-background-covid-19-pneumonia-day7.png new file mode 100644 index 0000000000000000000000000000000000000000..25f159a1919422e8bc1bfddcb94dfb2fda8bd256 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007041_post-intubuation-pneumomediastium-and-pneumothorax-background-covid-19-pneumonia-day7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d53079ea376d9a2a7edbd1eb1d1d04d79a7936939d4cded017b32890e1d1b9f +size 78479 diff --git a/MendeleyCXR/images/Darwin_00007043_radiol.2020200490.fig3.png b/MendeleyCXR/images/Darwin_00007043_radiol.2020200490.fig3.png new file mode 100644 index 0000000000000000000000000000000000000000..7af5718d0b6e86e8b6cc4c6e6942b0a966f90aba --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007043_radiol.2020200490.fig3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d466144e2bd1c14302f4aaac84cbe5422c54bced00b0321b86532601d4374719 +size 74389 diff --git a/MendeleyCXR/images/Darwin_00007044_radiol.2020201160.fig2a.png b/MendeleyCXR/images/Darwin_00007044_radiol.2020201160.fig2a.png new file mode 100644 index 0000000000000000000000000000000000000000..6da8d5297e63e956274331d76a2c94cc904cb654 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007044_radiol.2020201160.fig2a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2d8c543eb7f6dc23c841c7ada24d663095a697fa342fb45a6e3e67eb821e5ad +size 74080 diff --git a/MendeleyCXR/images/Darwin_00007045_radiol.2020201160.fig2b.png b/MendeleyCXR/images/Darwin_00007045_radiol.2020201160.fig2b.png new file mode 100644 index 0000000000000000000000000000000000000000..8758d5983884926957a48ab6402cd75b1c8fc890 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007045_radiol.2020201160.fig2b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adbe70a6ba4fb42b4158634ad684c4485d35d0a619b6bcd61adb0b9c8050cba1 +size 75276 diff --git a/MendeleyCXR/images/Darwin_00007046_radiol.2020201160.fig2c.png b/MendeleyCXR/images/Darwin_00007046_radiol.2020201160.fig2c.png new file mode 100644 index 0000000000000000000000000000000000000000..dbcf28d97e4a6b32858585149b5673acd315970b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007046_radiol.2020201160.fig2c.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e9c266d3e5339ca79bb847ce78cc04308076297c5fc5f8ab11ba4616c000f71 +size 66420 diff --git a/MendeleyCXR/images/Darwin_00007047_radiol.2020201160.fig2d.png b/MendeleyCXR/images/Darwin_00007047_radiol.2020201160.fig2d.png new file mode 100644 index 0000000000000000000000000000000000000000..8ce31725468a7f92ef7276b000c2bf68c87c95fb --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007047_radiol.2020201160.fig2d.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e3f5a3ae44aa1cb3af9742a72da3eb900a499ddbbe289f5dabd8ef4bd661ff8 +size 69136 diff --git a/MendeleyCXR/images/Darwin_00007048_radiol.2020201160.fig3a.png b/MendeleyCXR/images/Darwin_00007048_radiol.2020201160.fig3a.png new file mode 100644 index 0000000000000000000000000000000000000000..c6161581606d33cc92b1612cdc9a6dc17ac95a3b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007048_radiol.2020201160.fig3a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d73a480703fb8942cc6e67a8422755a4b9220a221c2fc8081ac6810a5662adc6 +size 76243 diff --git a/MendeleyCXR/images/Darwin_00007049_radiol.2020201160.fig3b.png b/MendeleyCXR/images/Darwin_00007049_radiol.2020201160.fig3b.png new file mode 100644 index 0000000000000000000000000000000000000000..0b1d8d6f828e23682c1e337cf97d277c8fb76457 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007049_radiol.2020201160.fig3b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21457e3ed09fe426af66883e4e1930d71618041f1235893108134ea4c05dbef6 +size 66683 diff --git a/MendeleyCXR/images/Darwin_00007050_radiol.2020201160.fig3c.png b/MendeleyCXR/images/Darwin_00007050_radiol.2020201160.fig3c.png new file mode 100644 index 0000000000000000000000000000000000000000..f97101724cc32a30115481283debec72d14d42f8 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007050_radiol.2020201160.fig3c.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b15c75f648124618ecf0923da020a70e7ea186ef98a5f6ff212dc783639c0495 +size 79407 diff --git a/MendeleyCXR/images/Darwin_00007051_radiol.2020201160.fig3d.png b/MendeleyCXR/images/Darwin_00007051_radiol.2020201160.fig3d.png new file mode 100644 index 0000000000000000000000000000000000000000..6779a355ad57bba678a240d21241f7095e581df7 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007051_radiol.2020201160.fig3d.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d648ba8eae14a0797fc1e171d994bdc880441e578a98cfe536c7f9e1966952c5 +size 76265 diff --git a/MendeleyCXR/images/Darwin_00007052_radiol.2020201160.fig6b.png b/MendeleyCXR/images/Darwin_00007052_radiol.2020201160.fig6b.png new file mode 100644 index 0000000000000000000000000000000000000000..e45466303a3117e2631f764a4a5f2af360e31b10 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007052_radiol.2020201160.fig6b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cf8685a300bc9c8ba201138451b89fae48c4fc230a5d30ab3701b8f645393df +size 76277 diff --git a/MendeleyCXR/images/Darwin_00007055_right-upper-lobe-pneumonia-9-PA.png b/MendeleyCXR/images/Darwin_00007055_right-upper-lobe-pneumonia-9-PA.png new file mode 100644 index 0000000000000000000000000000000000000000..e8a4cff1b6ccc6ab5301b9be633292cc3716a23d --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007055_right-upper-lobe-pneumonia-9-PA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d9b4aa5e97a3fd81abdf4e7c06ebe2d6e0da2b2d4ef5176df950f18eb2a8791 +size 88297 diff --git a/MendeleyCXR/images/Darwin_00007060_ryct.2020200028.fig1a.png b/MendeleyCXR/images/Darwin_00007060_ryct.2020200028.fig1a.png new file mode 100644 index 0000000000000000000000000000000000000000..db1907ecb8368a03cf00876b48e9016f0ef72192 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007060_ryct.2020200028.fig1a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a8aa563bfe1df9a220c80cef03a9e38c931c126af897fb60d0724c76cd131ff +size 86667 diff --git a/MendeleyCXR/images/Darwin_00007061_ryct.2020200034.fig2.png b/MendeleyCXR/images/Darwin_00007061_ryct.2020200034.fig2.png new file mode 100644 index 0000000000000000000000000000000000000000..4e8734a3820db67610eb911a4af8b3179d637e5f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007061_ryct.2020200034.fig2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b761a3fe55f6d75f1d700999165c46a0f28e80bc1589782591c9f34f882388f +size 75847 diff --git a/MendeleyCXR/images/Darwin_00007062_ryct.2020200034.fig5-day0.png b/MendeleyCXR/images/Darwin_00007062_ryct.2020200034.fig5-day0.png new file mode 100644 index 0000000000000000000000000000000000000000..24ed6689b8faff624fe6ce8b601e563873ce58c9 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007062_ryct.2020200034.fig5-day0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef0d1f9d96f51eaf08d9959095b5eef2d9bba1c67baa160ee4667b4f059ada24 +size 62358 diff --git a/MendeleyCXR/images/Darwin_00007063_ryct.2020200034.fig5-day4.png b/MendeleyCXR/images/Darwin_00007063_ryct.2020200034.fig5-day4.png new file mode 100644 index 0000000000000000000000000000000000000000..f2e3225172f400d85811da5996cd4e05f001ec28 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007063_ryct.2020200034.fig5-day4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52434fbaae8b8395e8f194f9bf67f3635c462a9a6338ac6864c39f1ff9aba09c +size 68956 diff --git a/MendeleyCXR/images/Darwin_00007064_ryct.2020200034.fig5-day7.png b/MendeleyCXR/images/Darwin_00007064_ryct.2020200034.fig5-day7.png new file mode 100644 index 0000000000000000000000000000000000000000..62e3f0e5dd322d14a8b3f01ff407c42b495b5748 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007064_ryct.2020200034.fig5-day7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38e95bd5802e0ebf46c3b2ac04b555f95b7bc80a8dacc7a2ee9407480b57a732 +size 70921 diff --git a/MendeleyCXR/images/Darwin_00007065_SARS-10.1148rg.242035193-g04mr34g0-Fig8a-day0.png b/MendeleyCXR/images/Darwin_00007065_SARS-10.1148rg.242035193-g04mr34g0-Fig8a-day0.png new file mode 100644 index 0000000000000000000000000000000000000000..c2fba0c41a2a63229d1c6db130815705b21b1f0f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007065_SARS-10.1148rg.242035193-g04mr34g0-Fig8a-day0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d3d1a13ff3ff841a828cff61da7e3d953be27194054886e308754d05b9a93b0 +size 67853 diff --git a/MendeleyCXR/images/Darwin_00007066_SARS-10.1148rg.242035193-g04mr34g0-Fig8b-day5.png b/MendeleyCXR/images/Darwin_00007066_SARS-10.1148rg.242035193-g04mr34g0-Fig8b-day5.png new file mode 100644 index 0000000000000000000000000000000000000000..bb1bddc2a7aa57c1a3f7e75857e57e798448db43 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007066_SARS-10.1148rg.242035193-g04mr34g0-Fig8b-day5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:725da898bad72683f9d0f197db3851280542f8c0f8d34dbf0d27668854c0630a +size 62568 diff --git a/MendeleyCXR/images/Darwin_00007067_SARS-10.1148rg.242035193-g04mr34g0-Fig8c-day10.png b/MendeleyCXR/images/Darwin_00007067_SARS-10.1148rg.242035193-g04mr34g0-Fig8c-day10.png new file mode 100644 index 0000000000000000000000000000000000000000..de37f7c4637affeaf5e37c3d4a5f218d86d23e5b --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007067_SARS-10.1148rg.242035193-g04mr34g0-Fig8c-day10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:222605f33edada6483eac870da2f922d0cda6397721f44d12d3a60d8ab43df5d +size 63610 diff --git a/MendeleyCXR/images/Darwin_00007068_SARS-10.1148rg.242035193-g04mr34g04a-Fig4a-day7.png b/MendeleyCXR/images/Darwin_00007068_SARS-10.1148rg.242035193-g04mr34g04a-Fig4a-day7.png new file mode 100644 index 0000000000000000000000000000000000000000..ee2dcda045452c44ca82148c7c68bf2c2192e04f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007068_SARS-10.1148rg.242035193-g04mr34g04a-Fig4a-day7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80c87b6b502a43ec9f88b0fcdd7d7be97dd525a3a012de69be135b13a50806d3 +size 83871 diff --git a/MendeleyCXR/images/Darwin_00007069_SARS-10.1148rg.242035193-g04mr34g04b-Fig4b-day12.png b/MendeleyCXR/images/Darwin_00007069_SARS-10.1148rg.242035193-g04mr34g04b-Fig4b-day12.png new file mode 100644 index 0000000000000000000000000000000000000000..beecfe380fbb31dd71d361cee6c1914dfc30e64a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007069_SARS-10.1148rg.242035193-g04mr34g04b-Fig4b-day12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f62dd9a7f05c9b00ad0304c76ee8ebcdd99a02a3c0225309d3b11f5723d73f5a +size 74108 diff --git a/MendeleyCXR/images/Darwin_00007070_SARS-10.1148rg.242035193-g04mr34g05x-Fig5-day9.png b/MendeleyCXR/images/Darwin_00007070_SARS-10.1148rg.242035193-g04mr34g05x-Fig5-day9.png new file mode 100644 index 0000000000000000000000000000000000000000..fba52ab3da5973a7cd4b09dccfed47b8778c2c2f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007070_SARS-10.1148rg.242035193-g04mr34g05x-Fig5-day9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:878ece007e19d38d0c53b990da0942fc5c10bf8d4cfcba9d7e1043453d21e748 +size 78808 diff --git a/MendeleyCXR/images/Darwin_00007071_SARS-10.1148rg.242035193-g04mr34g07a-Fig7a-day5.png b/MendeleyCXR/images/Darwin_00007071_SARS-10.1148rg.242035193-g04mr34g07a-Fig7a-day5.png new file mode 100644 index 0000000000000000000000000000000000000000..9b26d084d4f32bb52e8f2c8ee1b2eeb1cb3b2049 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007071_SARS-10.1148rg.242035193-g04mr34g07a-Fig7a-day5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3f6db245275ce4c41ec17f42c4093992f9185ce409be55bec1fa834f2acb789 +size 75395 diff --git a/MendeleyCXR/images/Darwin_00007072_SARS-10.1148rg.242035193-g04mr34g07b-Fig7b-day12.png b/MendeleyCXR/images/Darwin_00007072_SARS-10.1148rg.242035193-g04mr34g07b-Fig7b-day12.png new file mode 100644 index 0000000000000000000000000000000000000000..6872f5cac297accb2d76afdbdd6b7687f8b780fc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007072_SARS-10.1148rg.242035193-g04mr34g07b-Fig7b-day12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:498f8a667f6f0dbec8eecfcf7bd3caba424057ff1fb70b533919f8587b82c2f8 +size 67698 diff --git a/MendeleyCXR/images/Darwin_00007073_SARS-10.1148rg.242035193-g04mr34g09a-Fig9a-day17.png b/MendeleyCXR/images/Darwin_00007073_SARS-10.1148rg.242035193-g04mr34g09a-Fig9a-day17.png new file mode 100644 index 0000000000000000000000000000000000000000..1370007ef08c962a2b000449af5872d8335a717a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007073_SARS-10.1148rg.242035193-g04mr34g09a-Fig9a-day17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b6832847ac44eae4af77c7871881b6ed6e83fc3d9799b30cd8cd1f23247a36f +size 75755 diff --git a/MendeleyCXR/images/Darwin_00007074_SARS-10.1148rg.242035193-g04mr34g09b-Fig9b-day19.png b/MendeleyCXR/images/Darwin_00007074_SARS-10.1148rg.242035193-g04mr34g09b-Fig9b-day19.png new file mode 100644 index 0000000000000000000000000000000000000000..ba55dc3af9cf28bfe047dfb447faa26e9b3fa825 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007074_SARS-10.1148rg.242035193-g04mr34g09b-Fig9b-day19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:397896cd5e0a3294baeffe416790b8fd4a724714445e1b6bbd1b4329e4796237 +size 74714 diff --git a/MendeleyCXR/images/Darwin_00007075_SARS-10.1148rg.242035193-g04mr34g09c-Fig9c-day27.png b/MendeleyCXR/images/Darwin_00007075_SARS-10.1148rg.242035193-g04mr34g09c-Fig9c-day27.png new file mode 100644 index 0000000000000000000000000000000000000000..966564cb1dc6a635a4ea6d9b3d960417e1ec75fc --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007075_SARS-10.1148rg.242035193-g04mr34g09c-Fig9c-day27.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d73a238c49d0ce8b82b099d45d9dcfb1c740f1185131bf8eeafa5ef1f9eed82e +size 71650 diff --git a/MendeleyCXR/images/Darwin_00007076_streptococcus-pneumoniae-pneumonia-1.png b/MendeleyCXR/images/Darwin_00007076_streptococcus-pneumoniae-pneumonia-1.png new file mode 100644 index 0000000000000000000000000000000000000000..d5f91e3ae1159c487a58716ad0a84bf7cb5fb67a --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007076_streptococcus-pneumoniae-pneumonia-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:206c839d2454d99743b3ac7ec74160b1be51f507fa4937bf970978b63892ec9f +size 77982 diff --git a/MendeleyCXR/images/Darwin_00007077_streptococcus-pneumoniae-pneumonia-temporal-evolution-1-day0.png b/MendeleyCXR/images/Darwin_00007077_streptococcus-pneumoniae-pneumonia-temporal-evolution-1-day0.png new file mode 100644 index 0000000000000000000000000000000000000000..85c4909ef83941e7afc839f2ddd8be00ebe8a327 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007077_streptococcus-pneumoniae-pneumonia-temporal-evolution-1-day0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9be63371544f56acc01050583534832306e32053112a3beae2c72ffcd28f1032 +size 65683 diff --git a/MendeleyCXR/images/Darwin_00007078_streptococcus-pneumoniae-pneumonia-temporal-evolution-1-day1.png b/MendeleyCXR/images/Darwin_00007078_streptococcus-pneumoniae-pneumonia-temporal-evolution-1-day1.png new file mode 100644 index 0000000000000000000000000000000000000000..a40e8259fc28cc70aa3d471ef6917ab5d4614562 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007078_streptococcus-pneumoniae-pneumonia-temporal-evolution-1-day1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab42b104dfe3b5f9bccff3330c07f96b39d9ec8db68a60d58cc2304b2bc8e3ed +size 65243 diff --git a/MendeleyCXR/images/Darwin_00007079_streptococcus-pneumoniae-pneumonia-temporal-evolution-1-day2.png b/MendeleyCXR/images/Darwin_00007079_streptococcus-pneumoniae-pneumonia-temporal-evolution-1-day2.png new file mode 100644 index 0000000000000000000000000000000000000000..a8160a448b595e1664cde7327731378aa5cbcf20 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007079_streptococcus-pneumoniae-pneumonia-temporal-evolution-1-day2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec46976ae9e5d8d50d6ad1b45cf56ce1a35586d3e8a29c398503d83f991973d9 +size 64665 diff --git a/MendeleyCXR/images/Darwin_00007080_streptococcus-pneumoniae-pneumonia-temporal-evolution-1-day3.png b/MendeleyCXR/images/Darwin_00007080_streptococcus-pneumoniae-pneumonia-temporal-evolution-1-day3.png new file mode 100644 index 0000000000000000000000000000000000000000..3b9e45d669cc0ff0988e64d40365f2bc24ff0a1c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007080_streptococcus-pneumoniae-pneumonia-temporal-evolution-1-day3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5dd3416ce77d71e50933ceb3d2d3dd4dba5aa494facf45d6ada498f01870b8b +size 65308 diff --git a/MendeleyCXR/images/Darwin_00007082_tpmd200203f2-a.png b/MendeleyCXR/images/Darwin_00007082_tpmd200203f2-a.png new file mode 100644 index 0000000000000000000000000000000000000000..9b5f3acdf0175e77df09f205d970929dfbf9b11f --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007082_tpmd200203f2-a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e582462b0c2b91978ac0b702bd882dc4d54424d6dda46dcfcfd29b1a51b3cc4c +size 84265 diff --git a/MendeleyCXR/images/Darwin_00007083_tpmd200203f2-b.png b/MendeleyCXR/images/Darwin_00007083_tpmd200203f2-b.png new file mode 100644 index 0000000000000000000000000000000000000000..878d5b1eb902d8cd67ec4685ca4861ab8b26ed40 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007083_tpmd200203f2-b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a90b6c55465c5711f1f3c05321ecc9af5f7ab5724f6c38be0534007e2750637 +size 88323 diff --git a/MendeleyCXR/images/Darwin_00007084_tpmd200203f2-c.png b/MendeleyCXR/images/Darwin_00007084_tpmd200203f2-c.png new file mode 100644 index 0000000000000000000000000000000000000000..f50cc3b528d47d7715faef4af9c42194be743428 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007084_tpmd200203f2-c.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5179344c4d5fdb7872fc897012e78d20b8d09d70b03df7c1065e80c5d26140f +size 89718 diff --git a/MendeleyCXR/images/Darwin_00007086_wong-0002.png b/MendeleyCXR/images/Darwin_00007086_wong-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..3d214fa33a2e838a261c48170303c20f28edfb1e --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007086_wong-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42c59df96800d28b007fa17bf611922e4d4530abdf99227c055dc515dbbaee31 +size 78550 diff --git a/MendeleyCXR/images/Darwin_00007087_wong-0003.png b/MendeleyCXR/images/Darwin_00007087_wong-0003.png new file mode 100644 index 0000000000000000000000000000000000000000..3ef37810731d2a839ea340f183fd1c1ff1a2cd45 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007087_wong-0003.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34b050c6844762af333ae007dd909d816316ed1c0279523c6f387dd6fd0cff69 +size 80595 diff --git a/MendeleyCXR/images/Darwin_00007088_wong-0004.png b/MendeleyCXR/images/Darwin_00007088_wong-0004.png new file mode 100644 index 0000000000000000000000000000000000000000..a12a8522f3af7131bb8172e2d4d250cfdf7c5b7c --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007088_wong-0004.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:114ab14ce1d8f54a4b850a17d00dbd1aeec9038b4db04d46a7904dfcc7d3ddc8 +size 78767 diff --git a/MendeleyCXR/images/Darwin_00007090_X-ray_of_cyst_in_pneumocystis_pneumonia_1.png b/MendeleyCXR/images/Darwin_00007090_X-ray_of_cyst_in_pneumocystis_pneumonia_1.png new file mode 100644 index 0000000000000000000000000000000000000000..488fc261cd442621aa68010c147ffc5ea91db9e6 --- /dev/null +++ b/MendeleyCXR/images/Darwin_00007090_X-ray_of_cyst_in_pneumocystis_pneumonia_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b75204b7c6c3ab2fda350d9de13aaacebbc36e7b379e2014e551ebb5bb40a8c8 +size 81701 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0001_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0001_0.png new file mode 100644 index 0000000000000000000000000000000000000000..82fe1395781c5fd24ecbd80b315353709ecde98d --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0001_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fda6284353179e85140b3c96bb7bde22067bdf1a826c3e66c0bd23dec5f0973c +size 62549 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0002_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0002_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e68e1a449ef20130731e54d76cc20af4797c4a49 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0002_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d663988f255174ab127922656f4c0114e524b93485b17e17513ce8cde11f2e5 +size 74046 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0003_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0003_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3c02f6739c2a6c53df276218d896cdb650b4f62f --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0003_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d54f0eb4907b39eb7856ac8690bfeec605470044e5bd5bd8dd3a9fa138c9175c +size 67094 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0004_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0004_0.png new file mode 100644 index 0000000000000000000000000000000000000000..4da3a4b703b2cc4be339aa7634e6e4336c6a4959 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0004_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f1cbd7dc7eedeb61e43e4365252d6d338f801e6c99da1d8d8371bcf735f4cf9 +size 47893 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0005_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0005_0.png new file mode 100644 index 0000000000000000000000000000000000000000..661dd2ee6c8ebdbf45231f315a9c500026e2ecab --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0005_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87cfab7e50ef7e10daaf9b69c934c2484c98b74e01393c861f0fcd431417b336 +size 65278 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0006_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0006_0.png new file mode 100644 index 0000000000000000000000000000000000000000..4339c996d07c8ab3bcc80592b503619d921e7411 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0006_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:451ea5a343cd492100e17230ec2a47747df845c6b3aeede2dfff7d1efdfc0321 +size 68337 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0008_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0008_0.png new file mode 100644 index 0000000000000000000000000000000000000000..877102ec4d8df931f8bf7569ae8c9343d54a2082 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0008_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42852d4896eed25c762e55bc0899fb58e4db6a850b429c9d65a51270ff38001c +size 63414 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0011_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0011_0.png new file mode 100644 index 0000000000000000000000000000000000000000..05989eb3b784762f77a716fac6bcc3018993aff4 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0011_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19bd3565af665bdf39eda5e8a0d6b61bc82b81689fcd5a3e24482fa788649b0a +size 60278 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0013_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0013_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b55c4c10c53a35617059f7c531ef104d90f733da --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0013_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75ea56ae52e1c9b8c95480f32d46c64358f291d096dc3e6016f1ea4472f9afc8 +size 67063 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0015_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0015_0.png new file mode 100644 index 0000000000000000000000000000000000000000..552cbdb5a9983ce8589487730a59506eccb6352b --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0015_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:526370e9db804bfd3c6e8a647951705213f0fe286dee8a182d8e46e95f3341c3 +size 75199 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0016_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0016_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ccc8dac32cfe33cdb56f2846c560408572123a0a --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0016_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:787cc6eaf22e1cbaeca9d77c53f09782851618623d0c9096bb1eafa2663247f2 +size 62816 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0017_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0017_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5f552c4467811181ada9378a6072ca3071ee59b4 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0017_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8125441d4a563d230f14ad927bc7db8f9299bd18b0a47b0fcd7acee3b543d548 +size 50706 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0019_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0019_0.png new file mode 100644 index 0000000000000000000000000000000000000000..38572b0da2fe3ac41905af371a9e1818f905d418 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0019_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3109ab8051a98239757110e0bed5652bb1ee406c78f13eadda423399a7706d97 +size 60604 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0020_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0020_0.png new file mode 100644 index 0000000000000000000000000000000000000000..03bf6c2cd390b332962036f497913e935750135f --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0020_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a40d81aed63ac34a2c1c1e5d57bd8dd88ca103d78e51544899c758254b4fd75b +size 70782 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0021_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0021_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1c92baf18910253905e3ef393c2edc2b3d86385b --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0021_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:166e404693a70586e92b84b8b8fe1d47040904bb94ad613fa9a2d6b1c0843f60 +size 50198 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0022_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0022_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e6cd0891cd7b0c279a41b9696deed4e2e0f34af7 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0022_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa7af9a3fba374a3b0552b1216286f1627aa20a7e462fd5615d949f89fc04568 +size 76360 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0023_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0023_0.png new file mode 100644 index 0000000000000000000000000000000000000000..11a572d29adb1b0435c31097e28f3c50fa80f15e --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0023_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1feb7fbcc692b82b7f00b1187d89757763cc2ea3ed2b4587e6188e94d7eb43b +size 70855 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0024_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0024_0.png new file mode 100644 index 0000000000000000000000000000000000000000..6326fdaa7e48e4fd7294d259b74df71576811d31 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0024_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53ca86a65a750484a557f5dc60252c7eb65f57e1f4827ba0f0bf706ba14fcde8 +size 55919 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0026_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0026_0.png new file mode 100644 index 0000000000000000000000000000000000000000..eb3f081dded89b570533061bb52675f7c0722b3e --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0026_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b65be8536c4fa144a27c63dfd79afd282be2da7b61239a79c43cda2fc9798686 +size 44824 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0027_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0027_0.png new file mode 100644 index 0000000000000000000000000000000000000000..70a2bb2c23aca1a22cf6bfa27a451133bc0e20c7 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0027_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:569b96b6394b76d23227c402f3c99d0b9ec93fd60d69e64ad870d3b000f6b5f7 +size 56052 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0028_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0028_0.png new file mode 100644 index 0000000000000000000000000000000000000000..6868edb7f88ebc7ffe900c8d194d26ce6e4003f1 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0028_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7333b9cf9fb38b86b628f26f8a897e395a4a241bd4440a8bb067973486202fd +size 49745 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0029_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0029_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7777303bf722cdee340ddf5fb842a67a62f8d640 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0029_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63f69d0e7c4ec48f92ad13d1929743204e44fbf4c171bbe645f636d24a2e2729 +size 55684 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0030_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0030_0.png new file mode 100644 index 0000000000000000000000000000000000000000..74d5dc2b3a2df1bd4e18e60002601b67ce8f0bee --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0030_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b0859b572002f9f5758819d44f40d674d0c2610c0c75b02fdde55e0fb2c0b97 +size 71214 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0031_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0031_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f617aba1af8026083e77ed2863060e687a89bdc4 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0031_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96c1c3dfdba0c1c4436f9d177951ecf2151ca3c6f6c6c40a89e9860e40a3bfb6 +size 76800 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0035_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0035_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a3c928908453ffe6c3a5201fb38a8a26b640860d --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0035_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68b8ee38f59d7cedc5fb63c2f477b13b4f9a90b966f82413d217c591e122058a +size 59986 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0038_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0038_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e1973f82f50f917a0e0ae0f5c581e4dbb2807c2c --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0038_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:046027af35b69cb732b07ae7cfc2effa902377c842176bcceec0e4f620426569 +size 59654 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0040_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0040_0.png new file mode 100644 index 0000000000000000000000000000000000000000..cf86b42da3fe8fe63fc99c441c0e5765d2ed6c76 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0040_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42afe33eee5f7a294e72a0d25f460c6b3b9d06f65c8a366e143686a2393db78f +size 63061 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0041_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0041_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f186b1eba3b53cafb3a97172ea43270a751d6e3a --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0041_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67a5620d7cc7e6d760514f7afd1775b586636de17911f48ff093065334a42d72 +size 51085 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0042_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0042_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c9d4f051e3be925fe7f05f4904b2c08e71fe620d --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0042_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c5cfff1f7f16c352762729a71c4b02df8fe47298bbcaca0fe7d9384460ebbdb +size 43217 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0043_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0043_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7a5e3be2078581019a77edf62124761ad43ccb4c --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0043_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc50f7c4dca6881456e720d6943953466b92ba47395b711ed47c0fef27dd6fdc +size 69502 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0044_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0044_0.png new file mode 100644 index 0000000000000000000000000000000000000000..0f3adea2e1e427e6e68acbb6e986adf106801ca3 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0044_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d89852606537af9861f49c944cca2bfdf5c9696f92a9a1d6fc278440d60ae32f +size 64485 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0045_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0045_0.png new file mode 100644 index 0000000000000000000000000000000000000000..210cb1f41d6a7420737da024aeea9dc599a67e04 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0045_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cd847d9187849f24a6376b5f4a95758df918fc04bcfb93422e065680fe7a48d +size 76010 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0046_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0046_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f815012701d81cbfee5eda8188c2a43275744dfe --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0046_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3931af473752cec920c7e14977e5e55ea9a483b3a1cf5d5c4a8f3808797fe9b6 +size 68130 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0047_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0047_0.png new file mode 100644 index 0000000000000000000000000000000000000000..96b214add54bb6897cf465c6f84564af14ca727c --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0047_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:771a620203e4af667ef415dfaeac03b539347bf2762d44a8325d70f1ca0f4547 +size 58183 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0048_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0048_0.png new file mode 100644 index 0000000000000000000000000000000000000000..037d9b9475be674d7d8c39171e782eece49d9959 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0048_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec0330650d5649e6bfe49142ea6797cfe1980ff21cc30671676f15f2a5e1c975 +size 46386 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0049_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0049_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f4da2b0d0364fabc2a0df6222a6dec4a783f279d --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0049_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58ef937576251b6744015423f640e7bf1111b9fdac48d14ba61fec8536e7b00b +size 51844 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0051_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0051_0.png new file mode 100644 index 0000000000000000000000000000000000000000..88274733ca84570689bc65cdac1251708813a7d4 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0051_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed17e0d97bc3651828ce1446d3742f2b7e22fc230b1e4b5abe75f9f77beefdcd +size 70908 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0052_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0052_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f3fc483b302d4b7fa21fc10cee2567661516880b --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0052_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c27be410fd65ec46f37314d5ebcbc2a4d45c2dd08a4f3c87a2b0ea02709b5e54 +size 49429 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0053_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0053_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c254bf241ed72e909234cdf5fc428ae6544814ae --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0053_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4966a35199478b6239e70f2bc675caf79f95c2fb3b4a84fe7fe01079cb161565 +size 51585 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0054_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0054_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a5cebd5763c51d25733ded903e1972d8a0e22764 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0054_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aed5589baca2cf1c502ccd3e939b409f4411c350e14f5ae7ba5455f4332d00d0 +size 63730 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0055_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0055_0.png new file mode 100644 index 0000000000000000000000000000000000000000..317d948f815fbdc9f7230c9b7e3759d93e7370bb --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0055_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c546e62aa9fa7a9851372e4be7f1480e758f5094707cef03f52a1a17b0f154ce +size 67080 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0056_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0056_0.png new file mode 100644 index 0000000000000000000000000000000000000000..8bb9d752ec9752c6130747f655f9126f34a5565d --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0056_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5752a029b5dadd23e302956142b8d357c7c761a900e35b7ea0b0cca617cf4817 +size 48033 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0057_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0057_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5dbd1f067e00777a7a7560f50ab8fe664319bb67 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0057_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0b10ca95bcb3e2d1b4fbe4e4856e8e77ed0d390ec1ab8d002ff9d8d6318e5ca +size 55843 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0058_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0058_0.png new file mode 100644 index 0000000000000000000000000000000000000000..91384cf0e4fcadccf66c04a43e204ef806b6f04b --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0058_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3df49ae86f2f9ea098191e66233bd5cdfd964cd0c64c45beea97dd5a0507ba6 +size 54729 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0059_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0059_0.png new file mode 100644 index 0000000000000000000000000000000000000000..6b4e03ee2c066c21b622580067d74da85dd43b49 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0059_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b572e645360087a1f8b73d9e80d5daafc51c9790c3c4cba90476ac7db52935e +size 66665 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0060_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0060_0.png new file mode 100644 index 0000000000000000000000000000000000000000..0d4b69faca5e0e2174e8058cf21f7ea3e6071e1e --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0060_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c49a1207eb6d86f6d9600b4abbfadb3341e56d05eb639cc1764fd024bc94653 +size 31142 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0061_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0061_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2bcbe4b2ff993ac4f9d0f8faef69ec71cd7bd2df --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0061_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f5ce4e051ffe6db09e2dd957d166d55eb76191b7312cadc33747fb18ad89c5b +size 49718 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0062_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0062_0.png new file mode 100644 index 0000000000000000000000000000000000000000..8e0cbf8aa477416325cc61959e6911b4d249c689 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0062_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d491b4636f2fcc7e9fcb01d34076d1cf58318023c78435a20e70f03264cc7b41 +size 55004 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0063_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0063_0.png new file mode 100644 index 0000000000000000000000000000000000000000..4b52c99553dac90554d48f602bf59b474f2107c3 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0063_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f02490e8764f97a29f684226028d3e77b31da512dcf5b0a719df3c23412f9af0 +size 63812 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0064_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0064_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b4e2f6e8a442c1dd63ce5f8c2f7cad276d974cfd --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0064_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df821cf3e70266c3a24b474993d24f5ed813413849dd102d01212b38cd1f8f3e +size 57719 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0068_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0068_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f00dc1d8f233d8077e5f80c2480b2efa33c991d3 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0068_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1487fe735c2851a7f7cecec6653bd1e71531441f859d6abeeca49560b8e5565d +size 55027 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0069_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0069_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c642971f4ddecdb84a095a2a5a87e8ef2bb190ee --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0069_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17fa54cc2fcc174301b95dedbd5073f4521bfc5e1d4a6fd7fff45de770662ff2 +size 67724 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0070_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0070_0.png new file mode 100644 index 0000000000000000000000000000000000000000..63eeb50286def2998c038876608391165e2d365e --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0070_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5b063a059ad0ed93d3edd3a222e04956328a8f9bde512d002d7677e57806175 +size 52258 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0071_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0071_0.png new file mode 100644 index 0000000000000000000000000000000000000000..715410d96731591157ad462ccbe3f703d50f2926 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0071_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:354c1e08618b85edda7e799abdc3d731e76b1eef1de3e08ba3106b5716975592 +size 64610 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0072_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0072_0.png new file mode 100644 index 0000000000000000000000000000000000000000..863d7dddfe9f18a426f2aabbf7142eb3a44dbc5e --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0072_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bcd2408ed3dfa16a9d7bb574e871615d8ddce8604d0d220053d9ca7a0ae1c87 +size 57947 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0074_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0074_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f46d0d3794f7a81705a2d05dfff9d70246a52045 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0074_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3c3e8ee9607af98177e903b1315b18de57931a2b0d6970768dd1c4637daa414 +size 52000 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0075_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0075_0.png new file mode 100644 index 0000000000000000000000000000000000000000..92f299a81f2017a7180756183c9173f620820f0c --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0075_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bd9c07ccb490e871d3357380d805b8980bdccfa664967d414e40e13e9774246 +size 59952 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0077_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0077_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f449c66fbeae0ad3f8faf757248a7196765165d1 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0077_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36e5193c54aa103ea0840b2804fc72e65aecf91aadf5c4de72d5ed2c6b2f6b32 +size 42774 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0079_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0079_0.png new file mode 100644 index 0000000000000000000000000000000000000000..eed4eabfa1eaa78c2521df414a073a47afaf989c --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0079_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4f696a6fd816e29701d33ab6ffb095e4cc48d473ef63b2b5698e6c64710f0ff +size 74143 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0080_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0080_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a7f44c5d8858683dc6830d8b6b929dc9d775e187 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0080_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26414c3ec5aad4f0f79be90a0c75b0a73b68848f5e4dd5ddf9f568ae02341868 +size 45697 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0081_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0081_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ab52a313db9a4c2cdfcf70f1b502d242b84cf0ec --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0081_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6eb2e75332b852ce7557ea1a6e2aed29e01171f812d32ed468fc4b402718677 +size 59566 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0082_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0082_0.png new file mode 100644 index 0000000000000000000000000000000000000000..0a1f417b4a2f39ced9e7ef68801cd5e03e778120 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0082_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28883f5a39f93033c21c5419b8ea8ae71cf40ade82c9aee39fc00e1993ee76ee +size 61536 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0083_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0083_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5cad4ff8adb299c9c464666e25ff58f27371726a --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0083_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6135dd249cb02abec1a2ce8c46cde35ce91f45a15db5f98cfdf1ad3dfaeb1687 +size 70253 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0084_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0084_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3573878772dd7a26a41c064dd0f3b1218485454d --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0084_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86f02c18e2d24c7546903298a2a3ba7c041d226f5c04352199b89e2ea867dc92 +size 66689 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0085_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0085_0.png new file mode 100644 index 0000000000000000000000000000000000000000..197d9100dc78f2c9a5a66e9a020d7c75464870bf --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0085_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37bfcc98e8b767fcfe82e2c71d11d77a6239d643e247d8cb9b3d8f74f4e89bfe +size 65825 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0086_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0086_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ac4eb641e4276c32149d26ba3fe8bcc635d620b5 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0086_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67635a31a86d05585add7ff28a1d3cc7c63a86c15a49150931941b7a6b6a08e5 +size 48183 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0087_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0087_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a49b2aa08fa20165870ebd872013f38a468fe4eb --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0087_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50928a2439f10b0755dd520836a2edeb7b878a812a9a07cb1fd22b2a78ec1e0b +size 61480 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0089_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0089_0.png new file mode 100644 index 0000000000000000000000000000000000000000..df7f6be127379487c0023c49eb83baf44342a91a --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0089_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:014649a25bd938e58a057171d3a5b8aea4d63a2e5214dc9c8eb07945a99ae035 +size 71351 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0090_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0090_0.png new file mode 100644 index 0000000000000000000000000000000000000000..021e827667db83233f79da9ccbe25ba0c367a561 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0090_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d42f0e576ec06597f740e1b646c4b3d1a3241cccb48d38a75f600aef04febc7 +size 72193 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0091_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0091_0.png new file mode 100644 index 0000000000000000000000000000000000000000..4e18cfef17c8064cd741ce54e4c27129bc0e7b8f --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0091_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4495bf941cc9f3ed1e3ee67f89edcd419f421bbdc636c7e55d0f351803dfe74 +size 71528 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0092_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0092_0.png new file mode 100644 index 0000000000000000000000000000000000000000..288d35b99a537f038fc3c70b3ae959c22d90ca4a --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0092_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c13c9f3460b51abc02346a572fb989ab23da723f6e22bc9c22e939115afc89d8 +size 66982 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0094_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0094_0.png new file mode 100644 index 0000000000000000000000000000000000000000..93ebd51540286d38620f9d0fe5db4c63d3ed4927 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0094_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:640d61196e26837fc9fda6ecab57d8b33860e30da81bfa509eabdb85f7dd9153 +size 54464 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0095_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0095_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e8140f3e0d56502838301e0e0df3bd7dafa0b5f8 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0095_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aad7e9a704464004324107fe5a545dc16216e8d67d09eee0da1d3e204bfd127e +size 74945 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0096_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0096_0.png new file mode 100644 index 0000000000000000000000000000000000000000..213cde9d789ba082825b4cc0482fdd85e8909a5d --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0096_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50ccb0c4a617d8b71d6ba62b36e9570d243abd074448e1c578c97740f94be6e9 +size 59366 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0097_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0097_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fb7879102760fa4be606a52eeb102b1c61811c7a --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0097_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:947468b692e9be663e578ad5e75206f2e8e4f0af2f49c8462e3286e531e4fa6c +size 62247 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0099_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0099_0.png new file mode 100644 index 0000000000000000000000000000000000000000..81b40c28bbfa06365e61faa2fa717add661940f6 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0099_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d4e5ef14d2d8b66073d96aacdf35e45adab76944c4a8992f5057996bef68a9c +size 72274 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0100_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0100_0.png new file mode 100644 index 0000000000000000000000000000000000000000..518cbfdeb696880a9cbfae89a8b3c6e75889f599 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0100_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17a9b6f5f2b9f4278e77caeb47ca097a80b39b3bb55a2799809abb3708e5922a +size 59525 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0101_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0101_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c6056824bd6d321fd3e634671b929ba566b2ade7 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0101_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11182266879353e62ca30e4f679ae9a257ed87d898daa56172a44e3748b7456c +size 62672 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0102_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0102_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a7bd6a70b70056fd4f2bb13c2aa7d8428436ff95 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0102_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db7d84eb85dca82a7c9b3438e66e693842de381fde3f712c3c20106dd19dece4 +size 73725 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0103_0.png b/MendeleyCXR/images/Montgomery_MCUCXR_0103_0.png new file mode 100644 index 0000000000000000000000000000000000000000..dd88015949834d1d91c1cce63a14aef7630cf38c --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0103_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3300616398f39c21a0e5a12fe8fb295e3d09b6a0a7786f33f69f8e7da5acb47 +size 71754 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0104_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0104_1.png new file mode 100644 index 0000000000000000000000000000000000000000..834b31d3e32593dc3af3772147d575556fb89d9d --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0104_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:947bcb9004db7c4e2abce680e339aec7513dfbc3254741abf526f9600cc7e50b +size 65613 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0108_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0108_1.png new file mode 100644 index 0000000000000000000000000000000000000000..c7a0f1ab98ad173ea2f3e062e15a01c48e9c828b --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0108_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a5b8e490aa2781ea6256a630cbd7666a024b6529ca017f6d5c2541d0dc711fc +size 61453 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0113_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0113_1.png new file mode 100644 index 0000000000000000000000000000000000000000..49a4db82cd149dbae0b26aaede5c56317d28c1e4 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0113_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61bdf039d9f5b3e623d944ada92148af89ff972f46f9b32f0be61ac3b6277d47 +size 59529 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0117_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0117_1.png new file mode 100644 index 0000000000000000000000000000000000000000..d1803b706aecc27bacee874663ff0cdbd10c384d --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0117_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10fd6bb85b707c1468044e61a1f585ecc864325dff85b90a785bae982793ab1f +size 54281 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0126_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0126_1.png new file mode 100644 index 0000000000000000000000000000000000000000..2e68b4c02693324caa0ec48080bdedd451eb7c5f --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0126_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d4dd0f4acd2e4129295df00d0972c965efb187233ddafba6eca1fd1c8cce8ae +size 64938 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0140_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0140_1.png new file mode 100644 index 0000000000000000000000000000000000000000..d7166e2570bab5a6b2e2b03db248eab0e6f07200 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0140_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:827ce26b20f5d13889482ff9018044890ab878842d60d1156f6257885b9619a6 +size 74966 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0141_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0141_1.png new file mode 100644 index 0000000000000000000000000000000000000000..31033cec8910712a2d1b101f02e0ff1c8da74376 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0141_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1044c03756c7fc09da35e5597dc8ff13b57a983e33d807533a451f1d56560c42 +size 73293 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0142_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0142_1.png new file mode 100644 index 0000000000000000000000000000000000000000..b7918ef360555538e013e3b12b67cf355e477c9a --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0142_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:858629be1fc21beb0b7ba908e3386f9123d78df9ebfa2748c0da77be6a662ec2 +size 60809 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0144_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0144_1.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff89c4ce176a1932437bbc74a5f2d8922e3a115 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0144_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6519f7e5252f3f08dcf3eb0a5c92340a8bf82612f757145a0e1b6954e514f14e +size 67048 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0150_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0150_1.png new file mode 100644 index 0000000000000000000000000000000000000000..dcb6c47120bb85d4ca2e7adc4ab90de7b2a79969 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0150_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3850077195b364919252371221231199a009f41f6a3db03469fa7bdfd761157 +size 66703 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0162_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0162_1.png new file mode 100644 index 0000000000000000000000000000000000000000..ae00f4ab83581aa9e1cbdb3128b57521c1805672 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0162_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:742a03c881932b6e64867c5011de0b74e4dd92482c347ecfdef59cc9e03e2359 +size 74796 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0166_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0166_1.png new file mode 100644 index 0000000000000000000000000000000000000000..6af5fc0b025cc9acdefdeff1f33f730705993dc0 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0166_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7773fc71a73ac6003a0352d947f74da6106956e98efb77431bd2b76c5a4d243c +size 71856 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0170_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0170_1.png new file mode 100644 index 0000000000000000000000000000000000000000..9d7a6c927dfca241bc3913b347af50024203937c --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0170_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:776f44d0f4809a696d9db272c1deb741f2be28cac7ee9d7b59cb224ba6b8fd9e +size 73647 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0173_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0173_1.png new file mode 100644 index 0000000000000000000000000000000000000000..14f1dc188f2af87c0b93d819e167db3326d9f8d1 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0173_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79e91b802d0aa015c9e1ba794fd4f87e626d44fc8f50155e09c0bdff3194997b +size 75703 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0182_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0182_1.png new file mode 100644 index 0000000000000000000000000000000000000000..d69adcdad6831c2a601c840ce0d3b1ac150a04ab --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0182_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e3b3a158a97e9ba41d075c14300c6fd95e7459366d59038c32c2a2be21bfe73 +size 72322 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0188_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0188_1.png new file mode 100644 index 0000000000000000000000000000000000000000..fd823fe214ec878974d664c1e81408ba4a1d493e --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0188_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb8b788ea2108ed6554d3f9a5eac48971c4e8a13da9d67ee2116be9fed9ce88a +size 70662 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0194_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0194_1.png new file mode 100644 index 0000000000000000000000000000000000000000..3bebebd960f2f8f52f9587549f7298729368de07 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0194_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddee88fffff1ead900158435364c56ceeb449f259b4e3570ec15e3c002410b71 +size 63529 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0195_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0195_1.png new file mode 100644 index 0000000000000000000000000000000000000000..f071ced61f95c476625e73466e7e9871b5b82c22 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0195_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c26d92837996cebe0a134439057fbc6b97df1323c7b64aae6784eda52b0ff93 +size 59533 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0196_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0196_1.png new file mode 100644 index 0000000000000000000000000000000000000000..cd7e4ef132bcbe3dbe42b4f8a0d0457f92b4e802 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0196_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21d1fa37097dfd07bb41dd1c75a9d6fef12cedc59e3dc3a54934880ba9071bea +size 56279 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0203_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0203_1.png new file mode 100644 index 0000000000000000000000000000000000000000..1026ae75889e807b03e361da337bf9d75f877420 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0203_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9ec08f45dc9ce1ff6ec69936ee03241fabc1bcf413286ecd92e93145699d387 +size 63244 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0213_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0213_1.png new file mode 100644 index 0000000000000000000000000000000000000000..f40758eb50ad86759de01a076d51e260e807a2b8 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0213_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c7a2889a1fb49210a60ef8c25d0404178920996a3401d9c0aaa51dfd3184d92 +size 67842 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0218_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0218_1.png new file mode 100644 index 0000000000000000000000000000000000000000..64812eba88719bc95e591123af74aac9c85bc7b5 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0218_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc3f5aeaaafb13ab9f51c8e9fe20aa08aaaf8f5f6e8c59e5d242a55ecce70e55 +size 71134 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0223_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0223_1.png new file mode 100644 index 0000000000000000000000000000000000000000..eb13455b0464980ce8ded4695430c0a94a153d79 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0223_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f664f723c2cbbac602408c05b32fe3a1abb6fd1547443d0f85c0cbe3f194ca6b +size 71821 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0228_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0228_1.png new file mode 100644 index 0000000000000000000000000000000000000000..13510af0d1b47a7aa59af8a11775beeafa9224af --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0228_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eda4ec309d71ed254273af8c391e962853b139e204dc5954313f24f445e2d7f +size 61456 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0243_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0243_1.png new file mode 100644 index 0000000000000000000000000000000000000000..ffc3c211c3668f0173ed945d42c955d6e14db840 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0243_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:284e50ff18c21c6ad471e59abfcd4aca1ab23e007fab658c301252a4a174fa2d +size 73582 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0251_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0251_1.png new file mode 100644 index 0000000000000000000000000000000000000000..8f536f9f18bbbc99004901ea62b6ab2ba07c1f98 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0251_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:272d8d525ae71416e453a6288e903aedbf5ef0cf09adb4e5da63db057ed35059 +size 65633 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0253_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0253_1.png new file mode 100644 index 0000000000000000000000000000000000000000..f638699baec5291980e1c08b2ca79ec6e79c10a7 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0253_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf2977cfdd45bc907cc723748d9a17ae50e7762663373054ab52f6ee3d65be24 +size 64288 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0254_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0254_1.png new file mode 100644 index 0000000000000000000000000000000000000000..ce3e02935b08a679269c157da65095a540cf50bd --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0254_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26b2d83c5caee42a75e65f2b153791ab7dd5ae335986ea2ab3dc031399bba816 +size 69727 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0255_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0255_1.png new file mode 100644 index 0000000000000000000000000000000000000000..45cb29b881d9a03d440b37f2a8f2f90d9dd3a245 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0255_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44d32e4c1c2428df457e4d5b42eea585cb862f4bf5f74727b3383537b2f2a2ef +size 72933 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0258_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0258_1.png new file mode 100644 index 0000000000000000000000000000000000000000..8f2f48885f5f21452870a1ac89cc8795c1c177ec --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0258_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8145e3f93d605c2ccfedfa7181ccbdfed4bb92afd8626d468a09f442cb63b696 +size 44162 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0264_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0264_1.png new file mode 100644 index 0000000000000000000000000000000000000000..cd01ea44368fd8f316a8d6a17dceac08a2d80e9a --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0264_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14415cfa34b1e6ce421958524a7003f8097be2ac02fd2f0eada1330e7a852e08 +size 58537 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0266_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0266_1.png new file mode 100644 index 0000000000000000000000000000000000000000..5a2f14abaecfb9973547ffa26db1ff2c8f117738 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0266_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72e631791044646264f2189f6e95a9993999769de718fc27339aae167056b39d +size 69010 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0275_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0275_1.png new file mode 100644 index 0000000000000000000000000000000000000000..234da20c728078309b78ac63db7103b828115235 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0275_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b242cf2fb3a7e6ea6701790b783cccaed3cd0bef9ac040081315ac73866c53c1 +size 64687 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0282_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0282_1.png new file mode 100644 index 0000000000000000000000000000000000000000..570e8af3d3353bd8e0b9dec63ae903d7daa27700 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0282_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cce563a240166351dc10803cee8d1728271dcb82777314b6f117c2a376bfbf6 +size 71153 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0289_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0289_1.png new file mode 100644 index 0000000000000000000000000000000000000000..fc2512ade7a39ea67154660736ad124e9a4fbdde --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0289_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71852c637022bb32080eb0b3015274b5c5a30fe5e8f84ca9a7c01d7fc6bff11a +size 63413 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0294_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0294_1.png new file mode 100644 index 0000000000000000000000000000000000000000..287291f302a96b4107254a9aa4c8c14febd1e567 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0294_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5606cc684cb03f2d7e732dc01353592008316b41112f4a72a9ad0854d7b2a63e +size 57099 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0301_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0301_1.png new file mode 100644 index 0000000000000000000000000000000000000000..5813229428c986cd0cc7db01f2bec5ac06f13ce1 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0301_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8db1163a759936de64d509f582a5e08a01bee6f1d5dc21c62957ccee645dbe7 +size 72117 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0309_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0309_1.png new file mode 100644 index 0000000000000000000000000000000000000000..b41e9c226c8387cd4cf6647c6deb4618305d182a --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0309_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78281d14950d79f9c507161db77f03c0703e3172243d8c2b521c36bf73765e2d +size 50794 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0311_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0311_1.png new file mode 100644 index 0000000000000000000000000000000000000000..5e7f43b0e8b61b8f6372573bcd4e0e989f4a0c37 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0311_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:677c74ef5d4a9964f4845a4e5d43901e03059938f8d3fc9c3546ae368a977d3d +size 49051 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0313_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0313_1.png new file mode 100644 index 0000000000000000000000000000000000000000..29b9778a64fd6ec0588df939963cf58440a9dadc --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0313_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e202f319882e3c510b1ef8cc50a7f4564baf3e0bc95f7d04b4a6e16930430f49 +size 59769 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0316_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0316_1.png new file mode 100644 index 0000000000000000000000000000000000000000..5b50d59b8a7e0b20da472ce8e984bdce4f23c573 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0316_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c080afeb4ed8f037fee9b3fffb5b3081ac30847901e761a4572c827aefb9231 +size 58394 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0331_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0331_1.png new file mode 100644 index 0000000000000000000000000000000000000000..928996229179a1f866919508f879f5b40c686409 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0331_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:882134abfcddd8bd60ede65dfcf1da4d91d9d5ba9b35049e08a2bc99d2b0e93a +size 73210 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0334_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0334_1.png new file mode 100644 index 0000000000000000000000000000000000000000..1f41ebd136d338344b4f3cab5579978d6edbc28f --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0334_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dfd685fde95800e63525f172ecd13d2a8a422ee45d916e9401a4e5d27ec1708 +size 59738 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0338_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0338_1.png new file mode 100644 index 0000000000000000000000000000000000000000..cf99722d071a73e52be5e28d898f3e89306d36fb --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0338_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b4f636d8cc8336fe39ab7a9877c8408603670e60728ce96651508984e947c6d +size 82811 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0348_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0348_1.png new file mode 100644 index 0000000000000000000000000000000000000000..0a05b1ea09555dd55d19f61d712212a53637a6f8 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0348_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a82834837a3da115d2eaf1e60f934e8093a28b961a6c23e0418e5c69b1cb0b2b +size 60433 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0350_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0350_1.png new file mode 100644 index 0000000000000000000000000000000000000000..976ae9d7e1c7a81cbd13b52d998080bc2f17fafc --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0350_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fccedc0667aa786084cc2c2af26736e44e7a4644c0aee08d56e214a9239fde5 +size 72121 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0352_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0352_1.png new file mode 100644 index 0000000000000000000000000000000000000000..3042df72c3e17c52cea7023ef6212c985c15a5b8 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0352_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1c85145314fe64d659b8d7efa8179a2aecf02659615dd00078c8e692af04a88 +size 54987 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0354_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0354_1.png new file mode 100644 index 0000000000000000000000000000000000000000..11f26167099c0e69fc4cae4ef0540682a3106132 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0354_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a16889629442330112d92bf214b7b6fa76504024f6e3972eed7bea2223edc1d +size 80208 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0362_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0362_1.png new file mode 100644 index 0000000000000000000000000000000000000000..75d544b84c2f890013121421795c5920e86a2797 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0362_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7bd55c0a2bc5c15115912662861b8669ef9b581ed3f88ee01d99fc128d2ed70 +size 62632 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0367_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0367_1.png new file mode 100644 index 0000000000000000000000000000000000000000..d624015fd830d05c53fcc2af88409582b48dab7c --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0367_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:420788350f785f8388b0eff10cef5225cb4b17e8c7fed5ab0fe27d52ae2c4a5f +size 60933 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0369_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0369_1.png new file mode 100644 index 0000000000000000000000000000000000000000..34ccc1aa2e8ff1b81000f4b48cbaa4c450b1c271 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0369_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdf130694a7e8c6352d2ff258eee926119cf192ca6a272700765121e1ebd776a +size 55088 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0372_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0372_1.png new file mode 100644 index 0000000000000000000000000000000000000000..3fc30c850a4c2915014073e945c89cf3a34da86b --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0372_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7af620c66d80909272087731235975a6c6a32aac26fba41505406aae5d50b41e +size 58050 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0375_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0375_1.png new file mode 100644 index 0000000000000000000000000000000000000000..8b3f307c9fcc92d97dbfda717fb3533c8739558a --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0375_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:185c3d7976bcabe030f96d82106d10899e17178bef20e88fbfc52c41d24e27b0 +size 57139 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0383_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0383_1.png new file mode 100644 index 0000000000000000000000000000000000000000..310daa633ce755894e5bcb8cdf37b48f47adb12d --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0383_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1ca08ec69e801ea14d065a2758bd8543f5e10006fca7bf3dd66c594433b59b3 +size 52940 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0387_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0387_1.png new file mode 100644 index 0000000000000000000000000000000000000000..32941762ad88f6898fbe3f743daf57b4a9434f49 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0387_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecc9f5436e179d3ce43791d05c72acef92eeea2de34b365997590d9e4effb479 +size 71347 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0390_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0390_1.png new file mode 100644 index 0000000000000000000000000000000000000000..536c798b90f921bf8597813e15f6b2ca174de01c --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0390_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b1df2d2197a77d0329c40d743d0fab32f1a7a5f71afe2589ad362bb9d491b54 +size 65566 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0393_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0393_1.png new file mode 100644 index 0000000000000000000000000000000000000000..ef3989876b95718fc42ba0145c4c2c74058f3d35 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0393_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b339650841411c5ba9deb12b00a9bc40aaebc2a3ac6b7b572ea26b031c3a616 +size 57732 diff --git a/MendeleyCXR/images/Montgomery_MCUCXR_0399_1.png b/MendeleyCXR/images/Montgomery_MCUCXR_0399_1.png new file mode 100644 index 0000000000000000000000000000000000000000..a1219eca087dd3923308145133766137479590c6 --- /dev/null +++ b/MendeleyCXR/images/Montgomery_MCUCXR_0399_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ec21766a231266f3facc7faeaa02ea6e9cbe1ddb333b474bae8d393fb1057c6 +size 52712 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0001_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0001_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1e5951700fe4af07433374a2cb73d6de0d6cf2ee --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0001_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:356b2d389e8cba11d1bcee0d4b44fd69e10663323e6afdfc789adff1c7f94915 +size 70733 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0002_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0002_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1eff8b2f323a7fa4e90946bee7772e117600eef6 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0002_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d68008fc52ae6e39f8bddb268f74f386c277a7a30305c9df3d555e41ed1429f +size 71506 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0003_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0003_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5172bc64b85b40754851591334a0e12603119046 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0003_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1c106cba251c1fabe76f6b822d9e71513a419cbdcfbe4d619c5125958e886b5 +size 70599 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0004_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0004_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f9ab4b59b72aa42222ed71e9e0cc0aa6da916a83 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0004_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb25daf05392b542b79332e3a7626cd246d8db0acf0baa0396cc2e5fcd391518 +size 72441 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0005_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0005_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2470600690420c29761f9f9c972df840c6fee247 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0005_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fd0ca4f5484f4ff930286e3115dff12ad55327ecc343d04ea852f63c3624e4b +size 72984 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0006_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0006_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1d82c5fc78dd348f77f693042b214280bf0e5ee5 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0006_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ee1ffad887e6a2c064e079c1bc53e803b8af57bca7ed2a84366e231fbb0d728 +size 71524 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0007_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0007_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3b024dc0ec5d735d0ec2ed1fa0ed34a44cf15de3 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0007_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2abfb7c40188af8fca697e9b5b569cfe92cb13e3553b583a472eab26acb4c076 +size 70372 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0008_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0008_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5487f993f13382aaccb733ac94410a38acd912f9 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0008_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8680f70966ccc44ad15ae411ecdc9eb1348863d68643774292dc98967586f0b1 +size 68402 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0009_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0009_0.png new file mode 100644 index 0000000000000000000000000000000000000000..4e4834a76b4513fdfb635252bf3a5895774fdfb3 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0009_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c3f524810c78cc338d02e0e714ad9000180ff2877471dc9675622a182286348 +size 68242 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0010_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0010_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ed5e50290eefd87d57665909f455aa567cdd6014 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0010_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff5859d72dd1833a24b97825081037ad7b741f7b4755facd40ed666cd18c6e4b +size 71451 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0011_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0011_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b1cc26b30d1761c18d5c390c5ecce5ee1cd11ae3 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0011_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:995e6f157cfbc27c8a5c2876a2cc7fdd5c44a350bf16a00e5e6bd23c31e91323 +size 73292 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0012_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0012_0.png new file mode 100644 index 0000000000000000000000000000000000000000..714c630eec54263c372b53c79c052e7fffccc92f --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0012_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7df351daf1680afa8eb0cf62b674aa31bf857793f7370e004f06583bc745ba8 +size 72274 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0013_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0013_0.png new file mode 100644 index 0000000000000000000000000000000000000000..9e0576e1a2e3084e7662317745b5a496ae81a06b --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0013_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27ac6ba43bdc057a3a95258bcfc78aa3da70249aea3b2fb019c8e08a35366171 +size 68826 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0014_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0014_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5996d8b628c6b42e64612117f4d125630052e373 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0014_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ca598c43b245ebffcd4bcd4586aa7738fc822f91e8dab01a89999585592da86 +size 70621 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0015_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0015_0.png new file mode 100644 index 0000000000000000000000000000000000000000..97358f3cb4df4cfc34b358575a80fd7e00dcf056 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0015_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82b6f85661a9a85a6b80e89c8620f4b3555ebfcd44fcb88cfae9057ccbcc5f14 +size 76550 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0016_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0016_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2ba4ee08f6d02b9c4cd3bdcb755b5e2a79983de9 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0016_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc048f113c9472adb64955ccd92c1d7808cf64df085cbc06c29735335abba997 +size 69951 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0017_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0017_0.png new file mode 100644 index 0000000000000000000000000000000000000000..079ce7d864e0d49006ccfa121fba2494d29ba9eb --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0017_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0717fb16a44c28b1c0bb58072cb7538965d0e95033383100ac5007c8c557fd51 +size 70430 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0018_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0018_0.png new file mode 100644 index 0000000000000000000000000000000000000000..eec7d6a4fbf70010ed8c2e09d9f7eee5cada988e --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0018_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fb572c455259bdbf3f6028de234ca0cbb37447117079d4e643d613fa438274b +size 72088 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0019_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0019_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2f093ea61d680726742c87798d247ede7ba5f19c --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0019_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6de3c8584c56e279fede05df2fc4d0441beb654e4f2b141d43cf75e51c71ad6 +size 76537 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0020_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0020_0.png new file mode 100644 index 0000000000000000000000000000000000000000..262b49d7eedff4cc30cfc1b4813daf93eb7af4a9 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0020_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23343bbb3ba13c6d793e98d1141efbcb5fb8de8a74a429c326935af5595dcdc8 +size 78947 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0021_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0021_0.png new file mode 100644 index 0000000000000000000000000000000000000000..60f993b32ab33523e518de397585c88166dc879b --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0021_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9297761026d558cfc9bdbe7ef3cc21799b75b9141c18f3f9b7cef88f8a05de44 +size 71684 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0022_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0022_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5f49668031cb35749dfb004933c5f8a50aeae1ff --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0022_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d423060383db35ef40ec742efe417da1151f8829b12fb48909b6dbd5e386b16d +size 72595 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0023_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0023_0.png new file mode 100644 index 0000000000000000000000000000000000000000..29349720161a321985eb243f9d1a23626c045d9a --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0023_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da977a37bdf4bfb5830d753f72dd0b30e7d2ed306c7124c86ccedcdf5018ba04 +size 72434 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0024_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0024_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d5c867befff355c454e12723787a578cadd96412 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0024_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:043ba63d2fb4ab6970f3a121feff7b4c1461ad84c11f046945c84c7f341114d9 +size 73175 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0026_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0026_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f000db34095dc8d3efcbb0333a44118ef0c42e58 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0026_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fd12f25ad2dce53fde3cdb4fb3f7383cee5830d6fdc941206e23bcc0e9014fe +size 69393 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0027_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0027_0.png new file mode 100644 index 0000000000000000000000000000000000000000..4c770fcd73dd5a53ac38168702c13de6679bc35b --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0027_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8bfdda51ab179a0b2fc20ec061383e9216cfb136c27412428af17fb339c1e57 +size 71709 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0028_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0028_0.png new file mode 100644 index 0000000000000000000000000000000000000000..325a73f1324a960b3ae1330295c77557784fe25b --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0028_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:817cbb28eaa61c59052ab77ecd64a82ae227895569252910d12f592c97434468 +size 74193 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0029_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0029_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1470660b25909a2faf13b6f94d6b7aa7f3632bca --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0029_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ade58813f39fd5572a27702897d2b611803cf0f53d74b34a93b822f769873b44 +size 68810 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0030_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0030_0.png new file mode 100644 index 0000000000000000000000000000000000000000..4b4c20bb66899956be6f50709304fb7e50b26b4b --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0030_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:157e540deb329f3e68aa7bdf07be1c9b1080a748d954ddfa20a30722b39dc691 +size 78436 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0031_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0031_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ed00e59920f0a4bd3c02843626bc1a8c5f67bdc9 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0031_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77c0864fcf7eaaee1c9535326e6a696ced9937ecb7c4980ff1f6384da1d0cc30 +size 71555 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0032_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0032_0.png new file mode 100644 index 0000000000000000000000000000000000000000..659ccc2407471d412a3317a055a4e8fba22be390 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0032_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c13bba8f07c88d999728c81c472cd49ac37b6d9b09ed813f926b1e849e62fe1 +size 72731 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0033_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0033_0.png new file mode 100644 index 0000000000000000000000000000000000000000..11a5d164ee30769b82b3c5f6f990ca3e63948bd0 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0033_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0272e96f10b53e7cb8720fd8d81e97db34042e5f1780f989d3d6e91a383ee69 +size 72781 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0034_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0034_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bcdad02717ed8204edd823f57bb922d9f1dad36b --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0034_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d464a5aad909226d48859b77b9020eefd60de8d324cb0796df6a6628ec24f999 +size 67003 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0035_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0035_0.png new file mode 100644 index 0000000000000000000000000000000000000000..627dce38d7c2ac2b0716812dab00f4f614186523 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0035_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cae90c0ecc0cd4a3ac06c216e5359ed074737656844cd4b091edb0c7a998d65 +size 71482 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0041_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0041_0.png new file mode 100644 index 0000000000000000000000000000000000000000..33ca4859e2c1ecd658c33c9ca16809c9f6af2d89 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0041_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76d95aa05284f32e3247b07e980c1996a09dcfd1f7f883ff0258b87af3ae5eea +size 79331 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0042_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0042_0.png new file mode 100644 index 0000000000000000000000000000000000000000..9a342728b319caa181049aee2536265ab176f958 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0042_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b60b1f3020469a56872394072c626bebe7032c10a894cea5ad686697f1c0e00 +size 73759 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0043_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0043_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fa2eeabea28122545d0e89051ed8fdb17ff4761c --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0043_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47207fd47459ccb7ec06030b9a99a647a5bebe770edb44d1dffab405fd4832f5 +size 66838 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0044_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0044_0.png new file mode 100644 index 0000000000000000000000000000000000000000..6d376ff7b4b6354f40d79e56d600e35a28420ddd --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0044_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbe0019ac0e5e390dff44d74e4d0235c3395fac7c63420ac57ce8b2fdd53fe65 +size 73204 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0045_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0045_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c07019735d1c14485399c63ccdf492faa62d1bf4 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0045_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aecbe2140bdd7b85bca1baa2dc1c80a180ccc8f902b369227d9642c21262b73 +size 67267 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0046_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0046_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ff42c59345da6c017ac4940833035bcfe3f76566 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0046_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ade3d2c31706f20146f429954750b8679f75ab9d2504c27f93772cc34b39e85 +size 70127 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0047_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0047_0.png new file mode 100644 index 0000000000000000000000000000000000000000..8cc0a4c454974c241a16d47c036efdeb753fc13d --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0047_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9755b2f0faebfd26802a3dda398f567a1c51e891b6dd9badf1efbbf04ef5a86e +size 73195 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0048_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0048_0.png new file mode 100644 index 0000000000000000000000000000000000000000..4cb5d45bf0c04a4b3c77819ee0e51a6172431993 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0048_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5334c97408023e7457ed37a62c5151212374aa978cc0b3c397703dac7a33dd7 +size 72378 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0049_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0049_0.png new file mode 100644 index 0000000000000000000000000000000000000000..cdb067e643989eb4ab6a741a2464d5ab3a306925 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0049_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efd8c1108a112370dfc78b709fc789f9951c5b93171faa0b8c64e274905e28f9 +size 71876 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0050_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0050_0.png new file mode 100644 index 0000000000000000000000000000000000000000..36b1a7c2bb430d39fb44410c73501879f90e77d2 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0050_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9217d13984f8d57c7fc7ae6b6b798300af1268d2c59e3b2964552976c71b745e +size 77164 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0051_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0051_0.png new file mode 100644 index 0000000000000000000000000000000000000000..281a9fbe4817248cee5daa49dc8a35ebeb7214bb --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0051_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2cef3f0ca49eed664c312ebd4bf28ec755a90255be7911720dae61999a1adb8 +size 73987 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0052_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0052_0.png new file mode 100644 index 0000000000000000000000000000000000000000..53f6aa91293702905cfe0732982b0736e6126bac --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0052_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cc8c692def4b79cdabb20f44173c392a6bf9ba5bb0af7cc0007f480796e95ca +size 70899 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0053_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0053_0.png new file mode 100644 index 0000000000000000000000000000000000000000..24b79ab79ccc7e700a3c262adb0ff5a41f1b0f1f --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0053_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:643bda3bfb75788a4a0fedaf387961a73031b3101010064207d566cdaa2175c0 +size 72283 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0054_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0054_0.png new file mode 100644 index 0000000000000000000000000000000000000000..0f0d821cdf7bfad7fc33b26570e0d14effaa275a --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0054_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ae0d474d8a01c88e7c38b74d0f7d3cf8bee2663a2d1e2a09a9d44c38e3f9d35 +size 74685 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0055_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0055_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3d46bb6a26dea6accb17b5ba75b7dd112a3c4103 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0055_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d5a07be8d7c29ccb5cd80a0729a47079cdf4a1f464add07cd6a2d7517f7b9c3 +size 70365 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0056_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0056_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3855410e3e0d9fe7c729e7b2824157750e86109e --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0056_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14054f591ff4b4fc3e325c8a2ef919b92c420332dad27c948b59f9f34e8bfea3 +size 69622 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0057_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0057_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d4106a3a453551d5882a662152f5ac29a2b92c70 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0057_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98924c4ff67afe477357801bb88f1a08b062b9aaadd1996f03262a8d4c2cdd5f +size 71165 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0058_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0058_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7854d085bf7743bb463f2ef34fa4c741c9204e76 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0058_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d8f9c9ae5a3ea6d60004f4f473f7ad212463ef1c5d1b54dca83c0860c0c4209 +size 68192 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0059_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0059_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b0f8bf60b048a0905e07b50e86226d1d38a5c11a --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0059_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:537bbe87b638b04e7c95f3c3694a271ee345e53e077bf6c084971f7653936856 +size 69580 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0060_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0060_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d8375d77b9d56677357a4aab79235c4f6337475e --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0060_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a211e1306b50ec4f8b5c416efa8eddfee5c9684094b4a10b39127e9b2bfc1b69 +size 73446 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0061_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0061_0.png new file mode 100644 index 0000000000000000000000000000000000000000..807d28d1ec0087aa8578d6f890772d09f4a42c86 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0061_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01340c1b7fb82a5a1837eb2f4c0a60cb5a9aa0e1e65340c39a47cb4eec3f3488 +size 76605 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0062_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0062_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fa8f2d7b58b916acb45be191496fba2e071c5fe1 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0062_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f25c84b9208639d8251ad9d7ec9ab2264f7f5a5992e3c66a88302181ff210c47 +size 72392 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0063_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0063_0.png new file mode 100644 index 0000000000000000000000000000000000000000..40ba9490dab46e1068f872efd4fbd7d0aeea2eb7 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0063_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c43ecc00546e83117e99959bf782df8bd83e45a269600ca2de14f16be16f179 +size 71590 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0064_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0064_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7a41a5a36cb384efb4d0e1a5deca98ced60317fd --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0064_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bc81424ba3892e80cbbc4593d1644a34f8e7aad0d7181cf92dea1decce0056a +size 70822 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0066_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0066_0.png new file mode 100644 index 0000000000000000000000000000000000000000..9555ebb7a130a82d72526d9d45aa70d386157a71 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0066_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdbdd1bfd33c716819fdb6ca46f517362e5067bb18026598e0ca32a00d0bb738 +size 72606 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0067_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0067_0.png new file mode 100644 index 0000000000000000000000000000000000000000..73290952045043ba500c7599ee6ad8af20291db6 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0067_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bca7f5d9380923c9c09d55408ee2f423dfec5f2dc1b16547e8f41c9e0a649375 +size 75075 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0068_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0068_0.png new file mode 100644 index 0000000000000000000000000000000000000000..9d1620d237c42a29c4041258644027af61b85846 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0068_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25110e90bb676b9ca70bee765e5befcc25fa87308e8a662aca7440bd8499ffc2 +size 69035 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0069_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0069_0.png new file mode 100644 index 0000000000000000000000000000000000000000..88412f0fdb0131b69188031dc651072162652b2e --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0069_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62a3b62738d730dd0347e59332f65bc051cf90be7edb11378f7432fab91554e5 +size 74951 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0070_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0070_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e920d9089c2e985151db1487edb1d0819c34d35b --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0070_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9c291c0639c0837c722b17cb550e822a4ae463858502c3f10e40f19662b390e +size 74780 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0071_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0071_0.png new file mode 100644 index 0000000000000000000000000000000000000000..8a3cc8be8492bb6dcb3c41227b0a23e1d0772e92 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0071_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e14eb7cbd2875d4d10a774d1a6ed4661a7863e27661d7ca902edb21b18c91f5 +size 73168 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0072_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0072_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ddbe64051164a19d641f110e0e846626c77992a6 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0072_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79d2128ab2174c22244752ba3152381d3088b5d837d0794ced5c0ad35698a6e1 +size 72170 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0073_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0073_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2b54807db5ba16016e2d7c250fdef5d45a9eb1c9 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0073_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b8520141490afe0b2925d33996eb5c88c0708af8b2d3b92b1014b26cea2c633 +size 70965 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0074_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0074_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ca7aba633bf390fd1043c49285846c81640f7801 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0074_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:262ec9a59e71c779e5d94e3ef48bf0362021259dc1bb6229113518a8fdbd2601 +size 68927 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0075_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0075_0.png new file mode 100644 index 0000000000000000000000000000000000000000..98eb5283ba83b1825a2d97355535a60310aff228 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0075_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d54cf4ead36dc3890ddcd3a66f0ace2589beb60c9da809e6daef0ac583f3859 +size 70667 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0076_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0076_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bb51af92ecbc1e71de943acef45710e0751b0ba2 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0076_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85ceb8f9ddad4f32b88abb17882ac56c11aabffaa628d1fd43c63c8527a3a489 +size 71716 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0077_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0077_0.png new file mode 100644 index 0000000000000000000000000000000000000000..dd64fa2e7eb4a974c3874b577f25e825e342a600 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0077_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d440530b87d052fa7f1194b4457e3637c36ee0898d0dce3a5bc9298524db681e +size 72838 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0078_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0078_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1569501a578488ba1c8d4563304cdfcd438a8bee --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0078_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:195b817f77cf8a515420de25fafc79469a6197f9b1762e5a042fbf4937c5b795 +size 71640 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0079_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0079_0.png new file mode 100644 index 0000000000000000000000000000000000000000..73e410886b405c286e7128224c4a979f4ff2bcec --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0079_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e41f95ac7a00e82ffc34277a9bb8eecd619cc20b16ddfd933befcacb955d92a5 +size 71898 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0080_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0080_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7e7cfbbaba15b244ea30e85e775e185ae9986673 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0080_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6ca7f891bb4a5813a5a6f3bb6cbbd1fa61fadd6793c963c3027aa1ddcacde87 +size 70969 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0081_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0081_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bdac332f739499a884a3edf8b770b330b28a4af2 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0081_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:156ae383147353245756b8874a08108650fb26e94e50e979039b243a88927611 +size 72304 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0082_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0082_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e7a02a80863420bc9cb0844db964f8ba4da0042a --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0082_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0d4ee5c546a9877807ba99176449a970ece3d1dcad92b4905ec08fc69ba0aa4 +size 75743 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0083_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0083_0.png new file mode 100644 index 0000000000000000000000000000000000000000..4e4d23f0caf25b7e5d1ce1c67e917b4678a0e62a --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0083_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aa9804719ffb445c91922ad6a23428b2e019c7e801efdcb57a4b03a521cc1ad +size 69322 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0084_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0084_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b2a8d77218fc85eeb7eb215c09a91b29970c7ad7 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0084_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65f277c25fe2985c90d78bc178b5edaa3b20213ddc1f0c7b54d5aae1bede1e0d +size 71067 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0085_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0085_0.png new file mode 100644 index 0000000000000000000000000000000000000000..8e853ec3ead1fa126f0ce252552d4f8a890ab1f3 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0085_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:363946b90f25af9ebe0ac642494663ceaf05ab3340770ef04005c08b61692186 +size 71205 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0086_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0086_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e1bc8fcc445bee1c9dd076cde633d83787a68fe7 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0086_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eace2e8789d686915e0d541c24ab4ab9959b1599b3c49505cf9b46aacf1e730e +size 70332 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0087_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0087_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f86010a79588a6b2ee6a1f4e95aa0485b3b6b63a --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0087_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b48d28d7c0ebb6c4040f7b9c73353f63b36e236a6843ff4674d03fe5d24a6cfa +size 72057 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0088_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0088_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a8415a622de1fa4e822273bbf235a9304890edfe --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0088_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1866f03d74e0bb3a9bc0de3ec896aee908e3f539016ff8d57974d3c4d78db865 +size 80211 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0089_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0089_0.png new file mode 100644 index 0000000000000000000000000000000000000000..4a7d6620dde49063d2b8a37389462921efbb2041 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0089_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:361261fd2a84fc7c151448c91a234dd328db0bbe777ee7eef787971a382af947 +size 71303 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0090_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0090_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c1d9ba270aba4983b75fde89a829ae166e9744b7 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0090_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f766c6ec820fac88faee2b8f6dd9e42753c20dd6890e52e9bfaf948137577c7 +size 71437 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0091_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0091_0.png new file mode 100644 index 0000000000000000000000000000000000000000..144187c6701654e4bbbb107d9a58224bb71e2921 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0091_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67b5da9c3d083e913d47ebc6b80453f306b724dee4dc2603c51d867f056a126e +size 79593 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0092_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0092_0.png new file mode 100644 index 0000000000000000000000000000000000000000..94741a2ee723ec5fe3a0b82d1e7a70223330a0f0 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0092_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd164c1b7e729959df10ccfb6c026cb162f512f36a92f70ea5842dd7a0e22943 +size 68135 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0093_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0093_0.png new file mode 100644 index 0000000000000000000000000000000000000000..62d35caad0b52400cca428de1f5f308680325c47 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0093_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b15603a4458aeff7117b24a05b0d0d53f5465b11bee94237fa146ee85aa12f32 +size 80123 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0094_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0094_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e520e050f87b64661f85eabf34ca5595ee040bcf --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0094_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b64f50818e415549a6767e0804e39f7eda9627a6cf28704299a9f94b0247cebd +size 71210 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0095_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0095_0.png new file mode 100644 index 0000000000000000000000000000000000000000..6bfc87a8b28634197200c3b12314504c41f01fb5 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0095_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:848111222af3a222db358930cad2b8b1d8af61eeeab1b7b61274801a4f3548bc +size 72257 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0096_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0096_0.png new file mode 100644 index 0000000000000000000000000000000000000000..79e926483c1ec9667093399c44d264630c844ca3 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0096_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb3ed439abe3e4a1410ce89af2e4f4a52b1e53f97492faf2e7cede3813025551 +size 68103 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0097_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0097_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7d646ca8334799a87aae91f79df965ca73f05c05 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0097_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f385fce91ce3934b6b50cb09cb99be8b003b0b004f46cb72e0a775d336cb6c56 +size 69766 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0098_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0098_0.png new file mode 100644 index 0000000000000000000000000000000000000000..8709ec3aec37cd7271d381bc9520bb0546bae6bf --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0098_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a49baa527b4dd49bc747d2f6d33e4c490e0a251311531a7acd0d2e277c89e4af +size 69467 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0099_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0099_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1230a114e0cf43dc22a7aeec37e9b5b30eafbda7 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0099_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3167871832cc4f99ac85826f5cf8b42487478dc486443e1e1152b7c9bc9aed11 +size 79418 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0100_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0100_0.png new file mode 100644 index 0000000000000000000000000000000000000000..44f6dfc78cebce238ec34b9b58d55ba6a515ab7d --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0100_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18efc05d57e63c1e7de633aee7ec6c98c635f9a568fc3696ec7d6d35ac968147 +size 69618 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0101_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0101_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7481105063c593d6a3655468ea92919a3b15d9df --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0101_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58d34351a21f365bb9367840bbf67284fe713f799d3d2032d3e7ce6be26efc5a +size 71968 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0102_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0102_0.png new file mode 100644 index 0000000000000000000000000000000000000000..32690ab2721f891e8c09556c2452e79e9620eb20 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0102_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ebc5f2ff779c985897394e558b5e34364ceebd1a6c926d73021f1b64ef80490 +size 69024 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0103_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0103_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ec357b4e2ce33e936ffecd5f59217a220af0afbd --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0103_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16334c35d83fb68ee70dc5e8459d36a5a1eb10c78e893d91479254a45408ab77 +size 71388 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0104_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0104_0.png new file mode 100644 index 0000000000000000000000000000000000000000..28650c5710244b5b8019c4693e5cf2861359b16b --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0104_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:603b39021600b2c15173874f66015275c760b2e01b7ad136cfcdc3455d143194 +size 79075 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0105_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0105_0.png new file mode 100644 index 0000000000000000000000000000000000000000..abd91b9ca4e2639bac597bd363c88e0222a08bc2 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0105_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd3e0592e428bf0ebdfe9ca257ad20e60d951c14c431934fb0e3b80729c9528c +size 71273 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0106_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0106_0.png new file mode 100644 index 0000000000000000000000000000000000000000..05fdfffdf1a0c1cbfd116e6429169d8fd40ede86 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0106_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7021600e56b1bc404861177e42b0571b538fb36e39ce79d19992d7f67d55c41a +size 73755 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0107_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0107_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3369b81523772550f1fce2d318402522a05d5670 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0107_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6179e2ac1992a19b6329363db8bab509f59911261134fd568eb17b623f5b9df4 +size 69992 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0108_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0108_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d27c4fb0500a31421ec56ef54341d65914744872 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0108_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8029047c7bd59b4049fb741d7e277939d8ff1a6ac730109ea947b053ff66674 +size 70503 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0109_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0109_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b41cf6bf853fed9a551f02f0bf174f31ac189009 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0109_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae18be99e55c6cf5477140b775c2c7cae2fdfa092a70fd42e974657842fbae2c +size 68908 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0110_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0110_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e3cd9eb408d384c755518759faa066d526352d3d --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0110_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5462e44da65fbdb1466c9e166378d7c0f495b7c19d5249538d6b1c2b5ea8a6ce +size 68909 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0111_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0111_0.png new file mode 100644 index 0000000000000000000000000000000000000000..0a28b80c38507dcbb30d26961e71cd8614bccf03 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0111_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c062f1cfcb2c95972de8c63977e2c8e97d615a9a649776fbada08b52d102bacf +size 69464 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0112_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0112_0.png new file mode 100644 index 0000000000000000000000000000000000000000..00ae2401123cd2699a044ecc3f7be6497316ae17 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0112_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c58b54d3e6315686562cc4cdd5e6f4ddd785c68dce8160a6e205ae3f177c5f45 +size 76878 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0113_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0113_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d07fd6cb1223a277a5b7271ab56dfb7aa071371e --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0113_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:927f6307b2917be45cc3f83e73639578b40d8972f45a76346608868c966415bb +size 78901 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0114_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0114_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3e21eb0a26b8f93c750454c950662775efe18ae3 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0114_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:831223fc5539a61987f595bd40bb4097a4f2beb012c4c06730ce817f930b458b +size 76658 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0115_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0115_0.png new file mode 100644 index 0000000000000000000000000000000000000000..04f1263759843026225904377334f24cfccdba3a --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0115_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcc53b9425ab810f79d78c3fb86d0210a71bd6f0e2903ee576a897da01269817 +size 70091 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0116_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0116_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fff28b1df9ff58a638ebe752ad61d31a6a35837b --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0116_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e48fa023063ca75a48f156ecdb1392e707bbe6c658f31bd9c7fb80e09b86a99 +size 72111 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0117_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0117_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7dddb2a946f234f5300c6a0e8fefb8c798457837 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0117_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fe82e9317f591a1fe4f8b5e2cfc5bbc7ce4ba4cb268438115bb729555878399 +size 68080 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0118_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0118_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2d61d17262080ef2143be0e68fe7c49581ba93c0 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0118_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:326baa44ad2e799404fce3b73882a9e78fccd3a9580dbe81b4c4332fd91abdb4 +size 76759 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0119_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0119_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3db8bd584a37a7176a0f4b4a3f3fbfb173a421f4 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0119_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:692b828a47e3509f970edaaa353d88c3feb5ceae645eb2ae3df6675f34ab3970 +size 78528 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0120_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0120_0.png new file mode 100644 index 0000000000000000000000000000000000000000..dc39367ca9b96b3d47c7557c32351933dfdbd0d0 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0120_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecf62fed668dfad71448bc5eb7b17c855315c4d79c31cec8e69fc90f595a9cc9 +size 73203 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0121_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0121_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3a6b17aeee510f79ba9a0f47fccb6f7138da25db --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0121_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5d845205d4cf073c3aebd17b0da87cdaaab32e8677c862972a101a243f634e9 +size 78203 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0122_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0122_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1ea511391ef9c70d87d7f2eaa3ac675ceb88cdb0 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0122_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87c0c6168a4a11f75dc87c39490e2c7abaa2a0c6c287951125442988f22c0a1c +size 78802 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0123_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0123_0.png new file mode 100644 index 0000000000000000000000000000000000000000..9366a3bc930884bd0131b4593b96110653eb94bb --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0123_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b9cd1ded1e70e1fab60de19fc641088637963a9bb58465be6576d14ee106d65 +size 70059 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0124_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0124_0.png new file mode 100644 index 0000000000000000000000000000000000000000..78d0bf21f971cba3f064a2629bc69480a58630c8 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0124_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6703db5af48ca71bbf17f85a8ed9fb583f65ccd7e94e1c41328549533fbe7432 +size 65755 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0125_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0125_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ba3c3c6c7cd33b6b035f91d748c2705abd1bd7e4 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0125_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d266ba29814bc2918d4cbb9662d3512df2d15c0d3d90f87ee29b3f5e91b82eb8 +size 78106 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0126_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0126_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b3e46cda626163c672d252f888df7774d7d1ee66 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0126_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f77e1fd09709c66685bea3b0ec41408a3a0b4fbe3500ed161e8b6a765849bb8f +size 69767 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0127_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0127_0.png new file mode 100644 index 0000000000000000000000000000000000000000..8d358f3e826bc9fca911317119c4349266b9552b --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0127_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0e7b447aeacac40cfcb76bf923787e804943d59b83cf321754248d6aeb2cea0 +size 69548 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0128_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0128_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fc336f55bb6466dd564d3f83e5a28f579f69450d --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0128_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b9c579d59e5533a903c9abd50c5e4f64f9aab1f424532f483befe5e2f808a37 +size 77846 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0129_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0129_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d4a725478fe63aa8b0fd2a6afc1f300fd0866215 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0129_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deae9e3eb8a21ce4cb212aeb6cb573583051e41fa52ff9d77784b887aff373d9 +size 69235 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0130_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0130_0.png new file mode 100644 index 0000000000000000000000000000000000000000..01203189efb57f9422af083511d4fae4039b1ec6 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0130_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a341f058c7fdce5f37fbb77251ba5a503ded63cf074d944220fca31b5684989d +size 78135 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0131_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0131_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e56334355f448adf23d5199c4692fa6079c0cd0f --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0131_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72845910f27d5e90be22b0c7fd7375b3e1f600e6641086927ad2ecbf3a0c5dbe +size 78881 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0132_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0132_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bb29e7e851094c23c98a4ead0a9fcd96630ed8c8 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0132_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bed2a4b0814fb34f0b49684bad591a9cef51974e9419c13d0b09f79fb63e5f0e +size 72293 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0133_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0133_0.png new file mode 100644 index 0000000000000000000000000000000000000000..0825b445913cb2cfef93bc37a467be3847f61550 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0133_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d3bf5155d86a0630e8e9581731b2419f6e445ebd9a059c971387a3642453dd2 +size 71566 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0134_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0134_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ce5b1ee393c23526ab40b2889926374e8e6153d2 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0134_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9479b78681a00c6922f82eb8158f15d983b2c756196488060014631ddf503fd2 +size 71604 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0135_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0135_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fbc8b209d61d99e819e4b6ab3edc1e5f6ab5ca68 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0135_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ee1648d15a36791385d4eba1c4134426ff37f122fab43ba3e54382dfef42147 +size 71224 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0136_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0136_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bee0b2e2c6be0ecfb3910a1d5dacc51e9b9d0050 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0136_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8c624e2e53dd3b6d764b25afad761d5b810687791aa0df36fcd2314b87777f8 +size 72601 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0137_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0137_0.png new file mode 100644 index 0000000000000000000000000000000000000000..57cba93d1c575ba990f08098d9ff161930428e67 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0137_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:175e798bb07f1a455ae9185903cac43810205c85f48aebfbcc8734f66cfdd0fe +size 70776 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0138_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0138_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a25b3ba9ab62e0d8f89318b6e681082d39551844 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0138_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:950c88148e9122503ce70034b54f37d84babafb31a6c8fc17144626b659af1d1 +size 69631 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0139_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0139_0.png new file mode 100644 index 0000000000000000000000000000000000000000..120648615d0e9f7270b74b68bcb6c4b09a90ced1 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0139_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67346db1931186b1cfa97099f0e20a68cebe398ded94d30b57d026f21608d2f2 +size 67335 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0140_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0140_0.png new file mode 100644 index 0000000000000000000000000000000000000000..98cd09f8fec5f0853d474c0a10a4a0b4adab0419 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0140_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b56d6c94be68803f19ea5aa252ce940ba63e5dfb7c734a18bfc96232b2cd071 +size 71122 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0141_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0141_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1114ab48ec930601776922717392f468e974225a --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0141_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d44293d29d63671fa0c5e3dec33f8971024a3825e519445a72c430d1a1599b00 +size 70899 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0142_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0142_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5637d67852bd6d2ed1edcff140b7da2f1a458456 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0142_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:203394758ff823c7af30031e8b39db79cfa87549f356ccae9c3c6045fbb73fc7 +size 68466 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0143_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0143_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1cab39f876f31ccd9547391c6eb94f6ddf29fbf8 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0143_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab5f8b931479fef7376ebcad9e8a5c3f57fdf4916f6cbf0bddaa096b0551847f +size 78895 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0144_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0144_0.png new file mode 100644 index 0000000000000000000000000000000000000000..216fa6c111eb150cb897c7ac6a15a1e4a4a7b6d3 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0144_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74bc217147ecb3443bc571e00f148e7805b80dd4f87ebb1a5c21363bf5a304d1 +size 70576 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0145_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0145_0.png new file mode 100644 index 0000000000000000000000000000000000000000..00500bdca6ab7a81eeb74ffbd40a5a501b228dee --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0145_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1504e14280ffc8c04c4ab686352bae93762c93626136536ea7bfe13b7de2d4a1 +size 79526 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0146_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0146_0.png new file mode 100644 index 0000000000000000000000000000000000000000..0796f77bb20ebbd419adcd00a7a7e9b3daade857 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0146_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f476216cde481552f1596c050a3ce8658403fc00fb3c38ed29c98fe842ad87e +size 74073 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0147_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0147_0.png new file mode 100644 index 0000000000000000000000000000000000000000..0aba4db0670e9a715e82e029bc5900d0ba4e0439 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0147_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b5949a7b3a8afd27cdff4ba6829986c66993c6ac5413e7560c2d7d5bc0e5c55 +size 78407 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0148_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0148_0.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1ca085569e22a119c7f30536c650bbb96f0713 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0148_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6353fcde5154a653d2b97b7202b71e0600cb49ebf2468c05cf1fa80ec712914f +size 69926 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0149_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0149_0.png new file mode 100644 index 0000000000000000000000000000000000000000..72eb5cca99e2cf908e40ac4b4dc1a2a36dd815f4 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0149_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2f1f6b3ee7ab8e46933c97d71155b1ef7327ac026b73739ba26404517bce7af +size 74688 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0150_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0150_0.png new file mode 100644 index 0000000000000000000000000000000000000000..266241cd9f8d12b64f677f33433c85e3da4c413f --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0150_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4354fcd558d845a36bda7fe8c2f2aeaee5c01893baecccf3c49e0f38ad12ad04 +size 69608 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0151_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0151_0.png new file mode 100644 index 0000000000000000000000000000000000000000..962d56da9c3d2dee3dc5bb4e6e443165c85e110a --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0151_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5099fecfac69132a414e8436a95e57c3c2a5bb210d1982bef1027ab06e786fef +size 70956 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0152_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0152_0.png new file mode 100644 index 0000000000000000000000000000000000000000..0bfe2ef37012920fb2d65c62388d2dbf3e099c24 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0152_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37a43aa37f4b4b4b0fab9d991e12d948f7e792adbf8c619826f305f2690a242c +size 71658 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0153_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0153_0.png new file mode 100644 index 0000000000000000000000000000000000000000..978b03400846133ad1d548102cf0e774301e14d6 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0153_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc87a8911080a1a5a68847497f0d51510f8b7c079573c0e619e48c02788fd9bc +size 70752 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0154_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0154_0.png new file mode 100644 index 0000000000000000000000000000000000000000..cc3e671cb60eb6b46eb4a43b857fb78789159b85 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0154_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e29490ffae88747f6fd22be89cc632def4b38aef11e405684e93fdbc66bd239a +size 71985 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0155_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0155_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a390153a694883dc74485f0fe3052570fc309280 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0155_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b6dd865dc4755fb5fde5541d476bc63ca26a98a966765a07d74fabc05b2da7d +size 70859 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0156_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0156_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e208cebf6191b0f109b322f129187655412eebea --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0156_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a5c19912385e7217cfa19f49c0304fa686c2f0b5478d098eb30a82043059c88 +size 73636 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0157_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0157_0.png new file mode 100644 index 0000000000000000000000000000000000000000..4a54f7e5fdbae1273c2418412a538aecd18c8c9d --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0157_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d0da6057cd14ea254ba243caaadf5b0da79959d6bb22133923681fdc31c401c +size 72451 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0158_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0158_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ccbd0b62c8ec3ab0bc0aff4dd665e769fbf5dff9 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0158_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6095659633c351c6a93cbd5a40a7ec0c173dc99c2f36ecd301ef38ec1649ccf +size 72536 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0159_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0159_0.png new file mode 100644 index 0000000000000000000000000000000000000000..dde485078ede8335ee9efc24b95250184c515570 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0159_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:602b53c040b075487da31935fbf0eeee129640f7b7e011fdcc21bdeaac1280c0 +size 76564 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0160_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0160_0.png new file mode 100644 index 0000000000000000000000000000000000000000..9e711875580feb4ce25d7c1d338c0d75afa41fee --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0160_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e105b4775f78313437954e0be3453be6c521baa60e545b4b10eb9d6c4c42cfd0 +size 78248 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0161_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0161_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d09b5869df356eec93d272b2ef5cbb0c0879f5ff --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0161_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd4aca206a5e676ae77a19e702e771dd82399a86d1cb7c6bda98a0df37a07a7f +size 78407 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0162_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0162_0.png new file mode 100644 index 0000000000000000000000000000000000000000..6df2e5411cec77f61aa11295b49f97a704fd5267 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0162_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3cf26254545d4dd7e89584090d5b4a238607b15a887e639acff5fddb5b9e986 +size 73152 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0163_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0163_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7c123686b54c0adbd0382aadde0149230d2f2d93 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0163_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b30140f691f48455e3ed67e0ec0180a916bf3d2553d4435c90877dd957b18bd +size 70672 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0164_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0164_0.png new file mode 100644 index 0000000000000000000000000000000000000000..df2ad824cb1b1a98fc45275da0d1cc551fb4e523 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0164_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aa5731d8f3f24f607479be9379f1aef900a2aacf066283dd2e397da6c682c31 +size 70633 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0165_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0165_0.png new file mode 100644 index 0000000000000000000000000000000000000000..05e8b689a794be99e451f59b353bc201db9cca6b --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0165_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:244e588c800b4ed033d218ab1c178cabce7fd7955d578a85422546e167bb386f +size 69895 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0166_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0166_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ba5755f1235bcac097bab9458f60b01c6b808e57 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0166_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bbfed40d1fecaec30bcef22132a4397e8d07248e66383517c04abdb1bd0997a +size 72315 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0167_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0167_0.png new file mode 100644 index 0000000000000000000000000000000000000000..eed0406db9ef1af92e3f2d0dd65251dc9abf08ce --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0167_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33ed8d53dc0a371e6be092e2427fadf1d2677370a11d24446795238a458aeafa +size 79406 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0168_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0168_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d5fc13413d254e8ec4de874c1414a36017a78d39 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0168_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e9f4802bb202cff1a3b9081bf524387806d23416ecab4e554735c50fef4b92b +size 73743 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0169_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0169_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d43bcfd36db974567dca374f281f271e3155d9aa --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0169_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd8c6e4d1bd56dd5e42d43c998984df4216798ff031e068f481c48ba599c609a +size 74539 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0170_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0170_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fc02f1692c6134b618124a3a5cc5f0d634a871b8 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0170_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f51efbf3bc2117f5abbaab1f601a55f24e1a8166850f05bad3c68e85720ac7f5 +size 68725 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0171_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0171_0.png new file mode 100644 index 0000000000000000000000000000000000000000..0f018bbf5435504ffa586b96a717f6e86baca4aa --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0171_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bea0995019ac7d7f6c0ab7eced1b8417d6b3c5ba947d8d6bf9d3f82aabb2b01e +size 79630 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0172_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0172_0.png new file mode 100644 index 0000000000000000000000000000000000000000..8a2e4d25ff74d09db70071538c20293f2be14f62 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0172_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:891422f13d028dd15f2512f5c299504c50a2387f593c272722b03666ceed86e7 +size 71482 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0173_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0173_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e4e19b722596412e2a322199da6e3d48c106ab89 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0173_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32bdea5d39b6cecc5faac246455cb3c796effc526a7fc8c3a6ce4e0a4b7c7438 +size 71484 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0174_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0174_0.png new file mode 100644 index 0000000000000000000000000000000000000000..0d799eb573bfe440a5d299c1196c03e825f625b6 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0174_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67a28b00bb4a6ac2297a6433e1a8d1e16314125145b867b05f80fc174f75d2fb +size 70016 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0175_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0175_0.png new file mode 100644 index 0000000000000000000000000000000000000000..634837e576410557761ddb3f7d6e1687c56d2f8d --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0175_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e500686ccd3ee4e359c165ed191d9b692cbfe60542a1a4bde14aa156f48daba8 +size 66832 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0176_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0176_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f51623d47155343f69920bca75807b57c94aade9 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0176_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22e4a8e801866d5d8734f1f3182a7eccb439d1c4259beb19af8ed0b6cbaa4fd4 +size 70472 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0177_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0177_0.png new file mode 100644 index 0000000000000000000000000000000000000000..987c1f52b2abe75de9282d81d4e979efd9087d3c --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0177_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:632d6df27fd821b6397d09fb92c68f2cdaebf145bbb87dfa33bb3bef26592ca2 +size 72252 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0178_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0178_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2c5e688e381e514e8259a1ec3a87e77701954687 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0178_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:753f4cd619e8140e9ea31d3d6461311e80279426edfae0369a1a21a37e9dc78d +size 70361 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0179_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0179_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2041b9488d6a7d97d6688f8199f06e8e7d89917b --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0179_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d5352e14dfe8ad556e49797b98dcd92858ac3b411ab146ebb3786298ebcdd4e +size 67643 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0180_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0180_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2cf4c676998e3004c550231bdeac9666d6bce132 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0180_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a10fe331ba447e5518ceeea4f1c60521334cb230b145805de9d3aedc8483a943 +size 70499 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0221_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0221_0.png new file mode 100644 index 0000000000000000000000000000000000000000..121256a135c4c09b59c98c61a81fd5c17c740ce0 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0221_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c14fcef75a4f5721518c02f5a0b4ed8d5774b0d851425161e6230b35346d67cd +size 71652 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0222_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0222_0.png new file mode 100644 index 0000000000000000000000000000000000000000..353bee3f104f62ff9b94da6dbe3cb96365029ca1 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0222_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4296f678d1a2f3bae1ed4ddceb867e4e9f3c8066c6ad77cf3033a63e5503de1 +size 78412 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0223_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0223_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7a1ae59adee24036a0b14bc684317c66d955b47a --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0223_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f30f60ef9ee9eb702b2ec9d44c2ba864a7babe7fcff2a18d195b2590bef69f1 +size 68153 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0224_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0224_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d7bc38c7b0bd3e26a6ddcf1ca0763ec4458802ee --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0224_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56acf4d9f9bd2aa881fa3f5ccf51bbb125e3a1a25a0bfca21c728f6add530cc3 +size 77979 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0225_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0225_0.png new file mode 100644 index 0000000000000000000000000000000000000000..39745619ac914915d133aef3c2899971cb1594b1 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0225_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72e5e963b17e801df1642e4f8bd1a72ca0b852a2c6a4fcdb5fd54a1ab9cc6b0c +size 71877 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0226_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0226_0.png new file mode 100644 index 0000000000000000000000000000000000000000..41328f1f471ec3fb642a304f2a069181b0b6c2b2 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0226_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6bce1a14455492dec206cda149f65173b768bfb6d07f4abe48fd1a4b206fe51 +size 79475 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0227_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0227_0.png new file mode 100644 index 0000000000000000000000000000000000000000..cf82636bddeeefaeff2a571303706eaa08ca97ae --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0227_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44e7bc33760afdb21113e7bcc434fb584263b704fb17994db5460c6f5addebc4 +size 78977 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0228_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0228_0.png new file mode 100644 index 0000000000000000000000000000000000000000..830b5ef4357567812340f1c83e68d4fe0d742a26 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0228_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44d6f9f86f72341ed9bbcef87293e88c5cbd2224e826e070144b37c2547ed882 +size 71212 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0229_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0229_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5674aeca74a8207bdc074efa69e76294b1060737 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0229_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:195d62abd02eb7feebf6b91022721e81f3ce46be9f2f4d1876dcfa128feee754 +size 76316 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0230_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0230_0.png new file mode 100644 index 0000000000000000000000000000000000000000..685fa20fccd52d22541d0ffd399f4e03e914d4d3 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0230_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea46964aad254cb8c61ea85ae4f96091b08a4cbe2d1bbff01f072dfeedb74d59 +size 77382 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0231_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0231_0.png new file mode 100644 index 0000000000000000000000000000000000000000..576087ab7ff315f195a0d0bb47d1db5ec56917f1 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0231_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e0749d1817eb68174d4bad977494a71fa201a17acca4f3a5fd7bbb38e819ceb +size 78566 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0232_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0232_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fd8a6b8f266275034a97d275b4b023770b31528d --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0232_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f027560db34ea3d77dfce002e562ed1640492bf02cd6ffeff34c4de451a72bad +size 75609 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0233_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0233_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e9bbc2b9bc397ca793972fef9d67913e2995d945 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0233_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd17a9738ce7c283f3623d86809faf6985b3d789f7dec9883aeadeb9ca866958 +size 69009 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0234_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0234_0.png new file mode 100644 index 0000000000000000000000000000000000000000..24349482282958d21fa378e9bd89a5f826022f7c --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0234_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:356141f5c0cc802cfb12af98aca584b53f9cee193ade10739040ee0430d0ed61 +size 76961 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0235_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0235_0.png new file mode 100644 index 0000000000000000000000000000000000000000..486d43d7594fa33c93d907a5c65ff0c6a7ecf05a --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0235_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:520b409ea994f8068026ada709755523c4c61ba233afdb534898df1fcc9015a9 +size 71701 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0236_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0236_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d9175a735673e3f3225fc0dc2eb34073ad01cada --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0236_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33e46035e27dae47a065eb18353ea6e0651bc8fb094c91f25140a26a49eff7c3 +size 78076 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0237_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0237_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb29a911dc6ba572b92bc948e88b1c07bb84be1 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0237_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebcbb6704011b3b76abf30ef33f0f16cb982c9c98863190a9262412aa046a670 +size 67012 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0238_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0238_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1545989c9e5f71e7809ea8eae7162f28bec478b7 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0238_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0da3d8d9362421aa0149dc20f7c1d17203a01169c605b1d3895daa971a58f24 +size 70038 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0239_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0239_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a68612ef10eeeff7d798e1b5d3ffe37cc9fd8a16 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0239_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2d843bc97ea1ae3c76026f9f5e1c0b4807ffa842e8a06c63a73a79e6b1f2ba0 +size 79384 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0240_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0240_0.png new file mode 100644 index 0000000000000000000000000000000000000000..23ed96fc59aee12f2b4bb886781bac6c41be06c9 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0240_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:924e8aee0dbba68daf80397100071df034ea9776064a09740e4ae51cddc88cd6 +size 78109 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0241_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0241_0.png new file mode 100644 index 0000000000000000000000000000000000000000..8b5556aa0bd6c24edc6a83429e8a82cdf9a75d2d --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0241_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41529337cbc0064ab98b815dfd41c357c99e7b576035857bb43e7122d8299db6 +size 73035 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0242_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0242_0.png new file mode 100644 index 0000000000000000000000000000000000000000..8d29118e97825639fea22f87009d94b3223783a7 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0242_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45e4955eb4ca901b25c9377963561fd246c31145c361c3fbcf53afa4e49e3df6 +size 70697 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0243_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0243_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2bcbfb7a1417bacab08c5a616fe90ae248d906dc --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0243_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59159907ec800f5829798d6933b308e26c5c56847d20693edcf21a1cc9d5f87a +size 72368 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0244_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0244_0.png new file mode 100644 index 0000000000000000000000000000000000000000..8a4d7d1790cfe329856134d519dffc24ce5c830c --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0244_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0a23871cdcbe406367ffdf0937007c925b29da23ff167d3f1c009ebd8435204 +size 74526 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0245_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0245_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1214b8fbac2b17d366d650f043baa480d450c30c --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0245_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dc505906166a29af1cde91949c9ec2769d9c2be1601a860534a22878a5f2b27 +size 78982 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0246_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0246_0.png new file mode 100644 index 0000000000000000000000000000000000000000..72c52a9d8144cc6e76dbdf4d65969b3270dca8ce --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0246_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f13b72d3030a2a1a05ef062c2162373cd556d8a4cd1cd134517157928722877 +size 69619 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0247_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0247_0.png new file mode 100644 index 0000000000000000000000000000000000000000..8f23930886bd2fdac8a67dc540cb43ecd4e4d7cb --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0247_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbfa51bb94a734bf6abdc7c31092f30f860dd539662827fdc869c193f0abd50d +size 72353 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0248_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0248_0.png new file mode 100644 index 0000000000000000000000000000000000000000..205a5eb2b1d8ac5787f2d83f4b8617b09e2d1827 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0248_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4db865787e9c3b503d02120d3f0101354ef93d6bdfeffe7ba82f06d3ac0ea42 +size 73298 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0249_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0249_0.png new file mode 100644 index 0000000000000000000000000000000000000000..75dc29595da944841e24a500ae063f6b85afb857 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0249_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0da1ba633b35e705a36e8b095c91ddd710ac980ee1a1f1d6dd555d28e0d8e1fe +size 77794 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0250_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0250_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c34d360cee07f3632a9c1c6880e8a28d07877f0d --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0250_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72977873eb36f366cb21ee2acd32836649ce01a5238ce9e26e39648996ede42a +size 72079 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0251_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0251_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7bed6de13e4bf7a271dbb8e8c6f9fda5bace5639 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0251_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec4948a67e61d3b1e9daed1cdb58d7f7363339069d75c84bb3a3714604a38f07 +size 68243 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0252_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0252_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a5a1ba2a5184668792c55776b227c6b122c7e387 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0252_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c90c676ea8637c0ed52791d21d6aa9f944887f2ad941aabe9df0db323c820bea +size 79050 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0253_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0253_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e703b32d66fe7399ebde5ab2449e5db8335df957 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0253_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97d7a653a52168f44ffb1a5d30f1ebb78e541d88cea9e41c74ec5dbce7f90223 +size 72269 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0254_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0254_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7068a9ac7f1ec9af0448227ed79700c7a6d824c1 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0254_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aecadec1174db3bfe836ffe444be8194a9856590f3d485a58c4ffc8fef45022b +size 72201 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0255_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0255_0.png new file mode 100644 index 0000000000000000000000000000000000000000..342604dbb16174da07d898a162699f627589cafd --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0255_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ea8229edb54fb04af1e45d17fe803a75572098ef237b160d7445c72e3c016a1 +size 71707 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0256_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0256_0.png new file mode 100644 index 0000000000000000000000000000000000000000..71a295e4d32573b4f753e75cfbf89b9b8b706c19 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0256_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a0ef30c22855b3319dc9407952a4a736d79513e30ffafa4bdd3f3de8a639649 +size 73805 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0257_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0257_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bf755e9761c1205f83169ea48461080692bc537c --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0257_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ecf2ab33c402cb41c15df274a70c7363cf8cef1d578b985cd63c5bd214fbc9d +size 77796 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0258_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0258_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e957478f61c44dda5b61873735f6c288572a387f --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0258_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f81af1ea1e393f80bb6be6f5a7c835a2b88b14abccd671034b9902b920a1267c +size 72801 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0259_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0259_0.png new file mode 100644 index 0000000000000000000000000000000000000000..96fe04549a36a7ae6839b2d58535a6760c41a2d8 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0259_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d8ed705318c1a74ff1ddd49f5928903b7a1a99af4decbca54111055803c7637 +size 71395 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0260_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0260_0.png new file mode 100644 index 0000000000000000000000000000000000000000..eb2f742655e4b35063cf8b9336d9ef5bde866c5f --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0260_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8207d590b1b41e6031cb6db95e513ca19219fe9012131af87eae9ba590cec4c0 +size 72328 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0261_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0261_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3789ad3aa75266be6f3954ce5a4961afa31ead44 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0261_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:789345b0a7f277a7377518d398a9ffd00dfb22792b76b832658add25ed0d266a +size 79787 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0262_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0262_0.png new file mode 100644 index 0000000000000000000000000000000000000000..6d8b3a17bbf7c145cf17a5256f3556bde6b788fd --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0262_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:705847b706fc74434436a7a4a0aeae25bca5180a01a5114e678de96e4b310458 +size 72936 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0263_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0263_0.png new file mode 100644 index 0000000000000000000000000000000000000000..4eb5db4ce11e45185253b3b07e97bfa2b09dfdfa --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0263_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59ade19f89da43978a1e2b831434b5b2eec5b772d6e92bc872c545e2ed2c28cb +size 71763 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0264_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0264_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1b52e88c01123cf4c2989a4d95d2b394ddb8d1c0 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0264_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:802f1997613239b227ee1b8ef97394dcf01910128fbdebe85003265396f0e09d +size 79332 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0265_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0265_0.png new file mode 100644 index 0000000000000000000000000000000000000000..68899f38beeabe59b3d9df12875168169c16f382 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0265_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e949cb3c3cb374c6716189c093c7081b941da1b2ee9363e12fc4dbeeee7e2d88 +size 72515 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0266_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0266_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a8751efac04a1bb9e35b9c11742e8146ebb6121a --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0266_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50ccf6ed0a31d5f4b9db8b2ef345f4b4fc1970b4194e3b9acb758a9963a2da9b +size 77398 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0267_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0267_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5c569eeebc385e2c6541269e2680a0271bea5ee1 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0267_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a36931312b933bf5384d98391fc59bff109e6e92d49224a8c76a68d3eb443fb +size 71252 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0268_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0268_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f96aefb54195f173da6f9716d91d6056276ccc09 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0268_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11190f2a5b2ed92dc27c9497b50c8d6ba9a28815379d8a5d98aec474a68be422 +size 77381 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0269_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0269_0.png new file mode 100644 index 0000000000000000000000000000000000000000..6f11d9947ed1da0b16636799785e5af7336a0f43 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0269_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d2fcf5bcb6e50c83929a2b2cfb02a55436019f1e705e42cad99a66d4209e016 +size 66908 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0270_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0270_0.png new file mode 100644 index 0000000000000000000000000000000000000000..6cf6ab02b1d283eb7c81a4c2c1d16b6b869e6db8 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0270_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:980f6401ffce59e4556ede00db232cd5a762aebbc65d17a71f251e3a50373441 +size 77024 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0271_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0271_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1c20fea19ffa05c4921d0d3108960afccaee3a06 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0271_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86a32dd7739c240fbf8726ee2f1942152383afe62a719544ab03f3f31d2438f1 +size 79090 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0272_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0272_0.png new file mode 100644 index 0000000000000000000000000000000000000000..dd24612ea74daa019b63b8ad4b7db82a97ce336d --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0272_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9818c7f8b9b92a532a727ba7463de30b1e01a43148c02f98b95690ea62e34266 +size 72709 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0273_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0273_0.png new file mode 100644 index 0000000000000000000000000000000000000000..02a46eb5fe6e8a8e6355ccff4139164cc6e9e931 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0273_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae0f8a9dc8c0a8a40924f23d4fadacb0a85f6a48bfbd49738a41546d39d29ab9 +size 71873 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0274_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0274_0.png new file mode 100644 index 0000000000000000000000000000000000000000..6ac918246db537a51f8a317f486ab26f361fd0c0 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0274_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eba5afd6238c9b6db1d59981dbfc6ad5f6ed5a6a5a8ae048e4d3bff3e0023e0a +size 73867 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0275_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0275_0.png new file mode 100644 index 0000000000000000000000000000000000000000..75f98f612502626f4f586f08545c941a15353f11 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0275_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10721676ca0066ed2ace41bfcfb07b617eb4527819b0fe58179977ffaa81f6b0 +size 76977 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0276_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0276_0.png new file mode 100644 index 0000000000000000000000000000000000000000..98d2741ed471efc9207aaeebc0b0c4d9d74ee566 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0276_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82ada0c204ff363bda1879f3eb54fc5c89d702fa88f99bbb43b9ffcfb8cd11f0 +size 77741 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0277_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0277_0.png new file mode 100644 index 0000000000000000000000000000000000000000..639a1579cd3bdec86ae506b98b104609174723c1 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0277_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:414115b1085b393cab18978b67e474d69ed3bdbf4c5ea3861513271c29a7561f +size 68956 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0278_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0278_0.png new file mode 100644 index 0000000000000000000000000000000000000000..6b3c955e009e73e93758405b17d922b8d64f3303 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0278_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d206664987bf2a351e98d49273609a1d8bf2dbeab90b11e2f4f81acf6cd0d88e +size 80055 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0279_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0279_0.png new file mode 100644 index 0000000000000000000000000000000000000000..62d072162913d9d83708aa6b38de5aa090d104d6 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0279_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46784052de2dcae2cb8b675cff6fddde2c7c7efe75e3ddb0a6b7d02911bb9483 +size 71341 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0280_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0280_0.png new file mode 100644 index 0000000000000000000000000000000000000000..6618221739de6258da0d29bc3c2a125c79d00f96 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0280_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:190e37b13d1f0dfd86df7b2a19cbafbd8f84ee4ed217f31e458a29ad59db9822 +size 67971 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0281_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0281_0.png new file mode 100644 index 0000000000000000000000000000000000000000..6a219cf4c87f6f60dbfbdd7f76a638c3953bf850 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0281_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d8f13bdaefbe535ac6be323685ba11739008e5700121daf8c15cb0b3fbd4c8d +size 71429 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0282_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0282_0.png new file mode 100644 index 0000000000000000000000000000000000000000..91376f6affa9cbafca6c1d7edf5dfef5ddea6c7c --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0282_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:659287e39bbb9b1d1b5c4d0c7b41c951fb15a6cd49782486dc3f9db7ee9dd75f +size 71625 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0283_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0283_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f3687d90ded5b9b36b3b0d2ca64e1880a7058c2d --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0283_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7cb5829be2cf7538d043750010c3f5cf5e543e9241ef2bac349020e73b72767 +size 72780 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0284_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0284_0.png new file mode 100644 index 0000000000000000000000000000000000000000..4dd84784da3c7d2c5ea0537ca2efbf7f388cff1c --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0284_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ae7914dc6e1c4f9bd84d0ce9e97d1eeb3d71bc4096138d96522f3b3c65860b6 +size 68656 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0285_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0285_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2a82402ced8471f435ee0fbefcd102037e599cec --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0285_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6063189fa26c259b1b55641ff77465d702962c66728b2e4df8c82d2b8bd91915 +size 72583 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0286_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0286_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1da44c0c5526a9cc72451d1fca8c51bdc408729e --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0286_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a01fa6062218676e65faa1aa54961d0f1067ceaa17dd440819296d4e013cdef0 +size 73084 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0287_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0287_0.png new file mode 100644 index 0000000000000000000000000000000000000000..69076673302872ec3f0d8615fe018ef73f0366e9 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0287_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:534aaa7fe28ed9434ee1f031608c8333ea177abe78868969d0d3d37adf60a2fe +size 70810 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0288_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0288_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3b671488f922fe6020bd21c190f82297c0d11974 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0288_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2aefa9e8f7dc34f1aca05c330e3ec6d786f6d95207bcc20faeab725a9ec18af +size 68973 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0289_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0289_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f047ef3c304cec9d4f15d5cee24fe348b4bd3f49 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0289_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cae67a084d382a12d624def0fc0efd35e9b2f3bed47229738b4178fdd1112937 +size 69431 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0290_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0290_0.png new file mode 100644 index 0000000000000000000000000000000000000000..956b13e923108f5dda10da5894600725f6e0e82b --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0290_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39dc59745bf9bf0e7e113a5017ee6ed882d00227f296f24a0c98dd056d8db1b5 +size 74178 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0291_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0291_0.png new file mode 100644 index 0000000000000000000000000000000000000000..6bee6315109e682c110be9015a417f9a0c04346a --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0291_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b00ef29189a6e89f79b843c4837f253dce6bf4c524e60d4b4ebe2ca56f6cac59 +size 79900 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0292_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0292_0.png new file mode 100644 index 0000000000000000000000000000000000000000..93b9edbdfa7bf13ffd5e0ee323b5627159818ae1 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0292_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efaa6981dc516b2e4ae25179d449597782db93af2fd574b063b07ddb3500522e +size 69542 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0293_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0293_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c41417544797a7769d122e400fd0567c5f5ed3a8 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0293_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:839f805f73872f62ac9f4fcb5b99dc02f8007332250af095752ea4213e2d3584 +size 72632 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0294_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0294_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f40beb0451bddce989dd46d77a20cc1c9a67e02d --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0294_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b12b4196da76dbdd8fbd997852aa3dd27736ec9530df0846a18ba6e5f308c83 +size 69792 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0295_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0295_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e16d9102ed76db8e300805505c5b1a61b3539aa0 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0295_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9dd1e37d64c124054a87f56948dd4822b0aa7081805f82ff1d972da1648c31e +size 70192 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0296_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0296_0.png new file mode 100644 index 0000000000000000000000000000000000000000..243b6a5adde18080e97e121829a555dac29e8b27 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0296_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55d1c726cb0570075429d8869c167185ffc3f44471c7c593bddf8e9e044af438 +size 80861 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0297_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0297_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5407be1e79dca49593e01beece27ffc20dbcbfa6 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0297_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:918a56265dae8148f57d7cd223398865c390a62bfa40da95f0fc395427102e3d +size 72098 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0298_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0298_0.png new file mode 100644 index 0000000000000000000000000000000000000000..56e7656ad1fbe927f6c8223fb57c3719e8048ff6 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0298_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81849ef91ec83718f2c882d201406f8e2c90dbd22329182af5efaa6492fa27db +size 71020 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0299_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0299_0.png new file mode 100644 index 0000000000000000000000000000000000000000..cb20cc098c2d37f1f7213596b35fdd94c9e671f5 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0299_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c29a50d805fd60727e514871a2e5cde032d31bb0b09fca7661b06c30695e4ef +size 70958 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0300_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0300_0.png new file mode 100644 index 0000000000000000000000000000000000000000..8ac9413362a37bfa18e851fa101cba41486b6848 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0300_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb2bf31711fa8d7786af1a99ce6361e7a530a75a5d795dd4c77dfb4d411c892d +size 70539 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0301_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0301_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e8b2ef5a17d566d096ba7e4209852a25d5a3bc78 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0301_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78dc1f42a3fbccdbbb364392b72af6e9878759e61746957139c1e54673d32bfd +size 74343 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0302_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0302_0.png new file mode 100644 index 0000000000000000000000000000000000000000..4b5e796bf18712a23667741cd09fe1afa87e6420 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0302_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56872a4e20b7bf9a7fe79c02e14a887e511dcd3deb5ece71e8a143ce00d65aa0 +size 75530 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0303_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0303_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b41657d43d2a683717f9d6a0e9a329c4228f4f46 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0303_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5f506ea5679dc6de896064339eff5f1bcbe10ab67b22307e151952f063d9997 +size 70921 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0304_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0304_0.png new file mode 100644 index 0000000000000000000000000000000000000000..51c2d33e35b67937bbf248149d48da137fd9be73 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0304_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59c6a83d579757ad5efde72e9674705a1f82901dd841d5d49cf94cd503a9e40e +size 72030 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0305_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0305_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d741485a9245a844b9538bf4d2fc80f2833ecd58 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0305_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c1433ada8f8dbe6b83784a5b5a87b76ebacc8221f3b65f6c48f10e4167f5930 +size 73186 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0306_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0306_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c4ef3882003d72c5f5611961181b869ebbbe8b52 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0306_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b88ceb3336efb7cff08cb504073c7438b791a12d8b6bdefbd6f2463d30ca7f44 +size 70868 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0307_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0307_0.png new file mode 100644 index 0000000000000000000000000000000000000000..038348a5e37a95eaba602c32b62870ff69cdf9b8 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0307_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d1727f41afe072273a43406a786ae7877b33f9dff227f82612c3fc482fe5c39 +size 71471 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0308_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0308_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ac358287d63afbd2dce47b2d0cbda77b6f256cee --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0308_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3b9333083c6db9ab90353c3164d856abefc9548a5a733db191dbe6ef2a91f55 +size 70890 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0309_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0309_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ae23e1b5d14cbd76fe9201913894df91fa302a76 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0309_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09bd8f6767e1e3daabf577fc26b1995117594856aaf53765608f11fe6200889d +size 72942 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0310_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0310_0.png new file mode 100644 index 0000000000000000000000000000000000000000..07101d5a49f003b0061437770a91971085e34047 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0310_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:880a8b9c34180980b0bcfa88a9124852247037dc7e54a7c738d33af027632b80 +size 77823 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0311_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0311_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f5de0b13131af1dc0b8a8508fc01634c9eeec3f6 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0311_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba3463c7b381432c006296d20741fbb35589f06ce8655873d8db4b51fb2c3fe5 +size 78296 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0312_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0312_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5096d355a375f1e4a3137544b34a7f669f34c3b9 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0312_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:315d11ae392602e7d9686c3af9a5695bd8816ba42d49dd02ade876c45f0492bd +size 71202 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0313_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0313_0.png new file mode 100644 index 0000000000000000000000000000000000000000..6f45cfe1c93e80fb2c19e4827312e91b4f832f10 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0313_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a48d120094dcd2beb0293ff46ad0933f436ee7f80621afc5be16d24cc26f999 +size 74013 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0314_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0314_0.png new file mode 100644 index 0000000000000000000000000000000000000000..91de1f35f39dee38f513cd0d7a90cc3ecb4e866c --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0314_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f0bbb49c2b6577ac475354b55fe54efdc2c193b8bc59ce56d58a0d6b2e62781 +size 70234 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0315_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0315_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b646d41cad0b21f64dccaea959430255a3e3107b --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0315_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08d9f79ca2dd6e20aaa31cf585ac36af8896ecd78bdd53562e21951a46a2238d +size 71252 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0316_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0316_0.png new file mode 100644 index 0000000000000000000000000000000000000000..9176973e7a18bf6676c58ac2e9d57d6bda2a1e9b --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0316_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39f778197614c0c14360638ffd6299f5d8b8cf4ce470f341745cbc1c6738f883 +size 69567 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0317_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0317_0.png new file mode 100644 index 0000000000000000000000000000000000000000..057d4e0aa9a4a0511e1a45b3321de7527d8661f4 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0317_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f83beadf19fe54af609fc26d2ee408a2289488390b400433ab0e14debf9bb732 +size 70739 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0318_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0318_0.png new file mode 100644 index 0000000000000000000000000000000000000000..095238883c09f5e054849e574970caa56e3f755f --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0318_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a9d3ab2a66ee59922e112257915f28b5c640be3c53781212c22bf976c3190dc +size 74357 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0319_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0319_0.png new file mode 100644 index 0000000000000000000000000000000000000000..09f8d450aa19d73a9c2fe88d5d9e56380c0d39c2 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0319_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97c0785a51dd9ab32b42c18ff5faee12df8408173ea49b4d8c6c8698deb9f0f8 +size 70883 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0320_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0320_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1f8ef80031f1248e06e189afa8bbf3992eadd5ac --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0320_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63ebb022e7142a6b919c643cfb28677c38a346ad90844c2c4d5c3eb5047cf55b +size 70999 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0321_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0321_0.png new file mode 100644 index 0000000000000000000000000000000000000000..647f3b5000211997f219d75070f39b5e4c2bd6e5 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0321_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16f9f9a9557810bb18293b30c7f2ce70729d0580f5f7bdf07d06510a6589b026 +size 70625 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0322_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0322_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7448e935180405b6a483499b35c346d2035c5f59 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0322_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05595dae5ad6ebc4f0685c7bd12b887a575df44c8ce7cd15a5cb583c694f9a33 +size 76373 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0323_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0323_0.png new file mode 100644 index 0000000000000000000000000000000000000000..471a127578b8b84668edc6f3f9b281116c589a51 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0323_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae0551e260edf4ca1392eb784d63a2ad24277bbe71abcceb561611972b6f423f +size 70699 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0324_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0324_0.png new file mode 100644 index 0000000000000000000000000000000000000000..4f5ecb5ac1b352829a89ed73328c95c6075d234b --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0324_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a4c663ab88d7cc0e9a29b5f62421d633374b2b7f2398dbd3b280fad0b5233f5 +size 72226 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0325_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0325_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d2f8695d28ec4f9720322da8837cffdf4d604c19 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0325_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19395525c27142f61cd9cbaf7c86c1aa834779c11aa5d112d74f230d2cb45569 +size 71765 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0326_0.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0326_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e4f5df39e6a7454c8d2821a8c4157264a36c57eb --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0326_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6b05354098aaade7a4fc73ac4856bac15b04da73cf8dab101b5a05a8d53bcc4 +size 71281 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0327_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0327_1.png new file mode 100644 index 0000000000000000000000000000000000000000..b8c67bb7c3e43d6d8ace0c3d14cc037ab0e6cd86 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0327_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f23546124c4c49ea066cf8985a681b0096ef623c2f2d7814e8afb86153c1748 +size 85483 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0328_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0328_1.png new file mode 100644 index 0000000000000000000000000000000000000000..68bddf14c26844e02367042b1b9fd3ef0f86d5e3 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0328_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e4ea8f3ec9bf55f10b2ce1d3783f3ad3ebb894d6fa1fedbf16d7bee3f8f70b3 +size 71957 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0329_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0329_1.png new file mode 100644 index 0000000000000000000000000000000000000000..6caf390899ccf20c3105373ed8e8e941350b52cf --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0329_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81d0d51e644fa267abf77ecc589d5a7728beddd8ae96a841cc7b0e8294c16478 +size 80238 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0330_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0330_1.png new file mode 100644 index 0000000000000000000000000000000000000000..824ff069af7d32cdb39810caf3cc562fef098556 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0330_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d69ffc3ef635b97cf257514571309055b603d2c0db858b89eaf59b50b4ac64e1 +size 86507 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0331_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0331_1.png new file mode 100644 index 0000000000000000000000000000000000000000..3b643df1c843af5d9b574941b250e5ce2de22f74 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0331_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25ca3dd9c1a92cf8edd5799a840bc72eda9cfeb7c27ef7998fc88ddb2e3476ef +size 80555 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0332_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0332_1.png new file mode 100644 index 0000000000000000000000000000000000000000..1a4a085440ee31b86d0c8238b4d8395ea8968d8a --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0332_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f542818de46861a4f5bfa7c534de886d6556a34c2c01eceec2490b01401dba3 +size 80767 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0333_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0333_1.png new file mode 100644 index 0000000000000000000000000000000000000000..9d99e6161519f42e60f9e274d1e3e5e60a4b18e6 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0333_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:940437f5f49d1d0429a073aac74ab397b60ba11845b49325c19955911eac5b4f +size 80291 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0334_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0334_1.png new file mode 100644 index 0000000000000000000000000000000000000000..a82a78a7946827e60e9217023c14291d63588aff --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0334_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3b2186a4badbe3d6690d616c50630b3fe6360e9bfc3a2066c4272e84cd82d40 +size 73621 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0335_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0335_1.png new file mode 100644 index 0000000000000000000000000000000000000000..321a07a71f38fb7424fbc9c275b6c8883a03b028 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0335_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e4e5f447e932c807c8559c2bc09ce496dfc04a6829e5cb245a6816c6d4c78de +size 78834 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0337_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0337_1.png new file mode 100644 index 0000000000000000000000000000000000000000..d61d28f77914adbcaa084bf21dc1efcc3d27118f --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0337_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f48fcaeeabee15a4f414bf30a26274772038faffbb951352926207644cc7f9e +size 79898 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0338_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0338_1.png new file mode 100644 index 0000000000000000000000000000000000000000..489aeca130ee9b5e7800fee34e63592f8a4aef35 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0338_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d9659d777c4a9d7e977503b3eaf8ac4182c5cca6e3225169283da3711c6c699 +size 79666 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0339_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0339_1.png new file mode 100644 index 0000000000000000000000000000000000000000..302869aa0b1da17bf7d89230335910c453d5a374 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0339_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3eefaebd79a6e3969f1b076002f629bb89785a6bc5bd960846e91cc1770135f +size 79915 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0340_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0340_1.png new file mode 100644 index 0000000000000000000000000000000000000000..b6f4855a248263a419e219a665747da119e8b966 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0340_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ee33c014dea53475ff91a69cb814caa3371879fab41f3ec6f37e610090d6428 +size 78328 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0361_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0361_1.png new file mode 100644 index 0000000000000000000000000000000000000000..bf5de2b488e96ce0a4caeb9566171c9c0c59ea88 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0361_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7009aeca43baf005a106d6f038bc044dba1c8bc85e02a30b6d7fc34617d29496 +size 77775 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0362_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0362_1.png new file mode 100644 index 0000000000000000000000000000000000000000..397ea41bb0b35add3eb82920ebf6992339e7a5c8 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0362_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fd598573608b7173411b51b4862cee3628827e20f1458cb620400b4329732fd +size 81238 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0363_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0363_1.png new file mode 100644 index 0000000000000000000000000000000000000000..24419b395e84c2c889b4f4380709d4a0f0e70d90 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0363_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4987eae0955fab5737786718006872ffc7245131a32ca6540b21300271a277e +size 80288 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0364_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0364_1.png new file mode 100644 index 0000000000000000000000000000000000000000..a8151fd97159b282de11c5d16e7384d833182031 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0364_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3895bbd952805b35f5249083584d7778eea9acda6d0069d2a55f849d21643de +size 76656 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0365_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0365_1.png new file mode 100644 index 0000000000000000000000000000000000000000..61548b17f25d9750fd78c3c910b3c0a286956805 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0365_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b91ae90421b9ee021416d50ed8ae7911f064e3fc98dd613c7e9df7d5e949d50f +size 78543 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0366_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0366_1.png new file mode 100644 index 0000000000000000000000000000000000000000..e8b8754bd73679836d8ab8d53d60f913ac37e536 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0366_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a29adadaa3922c21b7f677cf4a0b6f3f79dee04b23a52e71e7de01fd2c8ffc1 +size 78793 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0367_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0367_1.png new file mode 100644 index 0000000000000000000000000000000000000000..19b34dd1ffc92fd59a7675395bb03c452780a609 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0367_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c483a0c3677e4152a1d3e9e986f272432b99c5abd1e37f30eda90ad453e95f2 +size 81241 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0368_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0368_1.png new file mode 100644 index 0000000000000000000000000000000000000000..ed76818ddf53d441a6a2b5b3c173f98ec753a07c --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0368_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f1db4cfe4402158f9a6124bc8f597f9b7ee4614534d71d2779cc48c15e12e92 +size 78970 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0369_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0369_1.png new file mode 100644 index 0000000000000000000000000000000000000000..69b54f83c973900ccf72407a65a73568b8c23aa7 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0369_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2ebc41371da3eb2d42523cbd2783d5bb1947374f5db638501598ff4b23d675d +size 79831 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0370_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0370_1.png new file mode 100644 index 0000000000000000000000000000000000000000..e36fd0a4f913816d55dc06e2d8cd3602541a7b55 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0370_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b96cc552ea37fe2ae5a074c616436b27cfc417b6ca15f4cc2308cac33e06f18c +size 68980 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0371_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0371_1.png new file mode 100644 index 0000000000000000000000000000000000000000..d48dec40de9169ca91b23a142ef3475f7e4f8eb1 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0371_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc561c52b787a762f859804872053da66fe68cd3045e796d0c21edfe8cf8d242 +size 77959 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0372_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0372_1.png new file mode 100644 index 0000000000000000000000000000000000000000..931299d69395ecc6a3810d04fc8b5370555c72f9 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0372_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe5816bb1e68de7e091160951a12a85c6b3f3f8facf7307e72adf391b291d953 +size 76530 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0373_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0373_1.png new file mode 100644 index 0000000000000000000000000000000000000000..d48d26672c81280ba12269cc0727a9d5f3e077a4 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0373_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2988f6f8db2ff93bfa96181b29b698c33421fe70a739a1b7b36af69c2ac68be +size 69804 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0374_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0374_1.png new file mode 100644 index 0000000000000000000000000000000000000000..08854ac6c16070dade6c518a824ad35dab8bc492 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0374_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd072f0b0552579fe091388bb4a47122bd003e82d22b556cff24af1c6025a856 +size 70768 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0375_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0375_1.png new file mode 100644 index 0000000000000000000000000000000000000000..fd27f99c8de23be46a3e5e3f007055bb05707943 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0375_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54bcf3b345064afd268f46a717affff8ca714fa1f8808b764b9cc81fe22673d7 +size 80168 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0376_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0376_1.png new file mode 100644 index 0000000000000000000000000000000000000000..12d02f4edf2540c70d25a4ac74e73c6d5e69a9de --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0376_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1995a5588f4f5c9e61f4cfafb16efd601e62857dae27d18cea70c0f8ba998f73 +size 79196 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0377_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0377_1.png new file mode 100644 index 0000000000000000000000000000000000000000..459277fb6f03129bd6206b32ebff733aab91ca43 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0377_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a94505cdecac56b35526f6a0d8e49ddfdd6b8b1fc2647aecf78fa6c939708d1 +size 79675 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0378_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0378_1.png new file mode 100644 index 0000000000000000000000000000000000000000..dad3e2512387be31aef9d164b7d86c792df6a85e --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0378_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd21acd1234b0ff1b66e578b59d3d920fdc3f2cf16dd68dfc97ba0075805e9ee +size 77970 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0379_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0379_1.png new file mode 100644 index 0000000000000000000000000000000000000000..480523313e7dc8701bbdd6702f91f41b31b1c696 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0379_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e86b726b112f254b52bb443668690b073e12c21ac40bc163b2a410229fe19c18 +size 80523 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0380_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0380_1.png new file mode 100644 index 0000000000000000000000000000000000000000..f25b691c9a74ec6a8365448f80c72c904868120c --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0380_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1fa077f594e4ca7e77ee2ed804f4d19b4c31a7f1ec06573b4c6827d6c103675 +size 77163 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0381_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0381_1.png new file mode 100644 index 0000000000000000000000000000000000000000..eb51b787f8b71ee5c4dc4ca4a28a1908b6eaaf20 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0381_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e5ef5ad8ad582cb511ab39f50a4fc293d2a504e0c3ac2371d9d87c72cb36850 +size 79688 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0382_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0382_1.png new file mode 100644 index 0000000000000000000000000000000000000000..77be4179be4975da712ac3907597ece75ec0f385 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0382_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10a4114528a35155ab4f017792e60f4725fd3c0f6fa078adcf9fb92e2aad2b3e +size 78877 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0383_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0383_1.png new file mode 100644 index 0000000000000000000000000000000000000000..aab712aa2d56beff30d7ffbb969138d862589b88 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0383_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de0259bbef3e88506889d6c53007b76820c04586f6d721616ae5586fac1eca13 +size 79085 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0384_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0384_1.png new file mode 100644 index 0000000000000000000000000000000000000000..cfe395436fe0ceafd5c9df6d35ef7e1e1895bcc3 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0384_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5deae1563d3d148a28a005e77912d5bda4b7f5da932a7bf4d80619f2a83b160 +size 70575 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0385_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0385_1.png new file mode 100644 index 0000000000000000000000000000000000000000..12ec3c7b462689c81a464310ae28a700bcba7859 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0385_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d68d17e45e1e46b316c36639f6440b3367ac3a4fafcf9532393b2e11fb674cb +size 71236 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0386_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0386_1.png new file mode 100644 index 0000000000000000000000000000000000000000..71d9d7ea4fe5fa6793bfd8f0910eb75362778c50 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0386_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88f8048014f89a68beb04803f0c69e0b001709f0a0ee836246c42809611f74e8 +size 73050 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0387_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0387_1.png new file mode 100644 index 0000000000000000000000000000000000000000..9046288f50a805d08b170bb316096ffde38e2a50 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0387_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c0a99abe1071174746bf45e681eb6d64833eb3808c7a0847b3a318262a63a89 +size 80246 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0388_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0388_1.png new file mode 100644 index 0000000000000000000000000000000000000000..017049ebb4f33a8f293398a27c3ca4b91d6187de --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0388_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee3ae2422cdc266f8520e121e1ced6f8b76597a7e2fba8033bfcc520a3862c09 +size 80274 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0389_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0389_1.png new file mode 100644 index 0000000000000000000000000000000000000000..1a65219b904a41a2b2afb2c142df56ab3366fef6 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0389_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:293347cd6c2121d2ee5f05fa6aca2af4596cc525c5a117dc9e2b217c9dc5bc3c +size 72423 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0390_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0390_1.png new file mode 100644 index 0000000000000000000000000000000000000000..9d7e3f54dd334ee420cc25da118b9887052c8f50 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0390_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6335287272c9a950ad257d5df612b940dd4740a046fba42fb46cf6f7ea3ed055 +size 80658 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0391_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0391_1.png new file mode 100644 index 0000000000000000000000000000000000000000..7e1b460906a1523e487f195820c3191724902627 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0391_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76674cf90d6169d0e905cfda984195e5f2e9d63ad6205ae3e7462b032fa9d389 +size 68768 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0392_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0392_1.png new file mode 100644 index 0000000000000000000000000000000000000000..48d84ab454f51ced7de95d11924a0bf7c37eccc9 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0392_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d318bce596c53b15d01bfcd0ff77fa2a78390c41c271753f8850baa857e4948 +size 85452 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0393_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0393_1.png new file mode 100644 index 0000000000000000000000000000000000000000..9bce20deccf24c35d49275b6fdd6d4fd7d5102f8 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0393_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f91b2e0254f98506b7bf4951ffc5bd775cd4a8153535269281a3bcb9483efe3 +size 79868 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0394_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0394_1.png new file mode 100644 index 0000000000000000000000000000000000000000..1e3a2af8e6305deb9f0dc3e92810864e73b7fc60 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0394_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69992d46e30690c0e337d7220b6bed588f9db0c2a63eac1271359ac90ce37f94 +size 81161 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0395_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0395_1.png new file mode 100644 index 0000000000000000000000000000000000000000..24087dc66985f97260e98078242c377047a4966b --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0395_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2466827434a52148ea61d039e9d417c18bfb62b93310d86206656b1239fbeff6 +size 71982 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0396_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0396_1.png new file mode 100644 index 0000000000000000000000000000000000000000..4635610cbc998a127c063303e77f3ed1ab7a09b1 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0396_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82792385a3748462e413b7ecf88600fae1bb17640377baa6f6f451b6faca06a6 +size 80463 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0397_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0397_1.png new file mode 100644 index 0000000000000000000000000000000000000000..46feb2c6bec378633a6c77c5f305d76c62a8dcb8 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0397_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32791bec550b9009a0f0ce94c4e7a307b287b4afe1426829dc501eb82a259628 +size 78560 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0398_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0398_1.png new file mode 100644 index 0000000000000000000000000000000000000000..a2b31332d233741c6a68323be5e551f3a7435659 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0398_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc6185483c24907ef31da6f9f82c31e9d3530eb599f2887afc0c999bb58c766f +size 74004 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0399_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0399_1.png new file mode 100644 index 0000000000000000000000000000000000000000..e5e18fb31e44d8826bb57baf78f900fee7d81b8d --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0399_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c65423a972694bae11ed7a6e8bb34542586d78abdf0a8f5b216c92f007bf81b +size 80052 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0400_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0400_1.png new file mode 100644 index 0000000000000000000000000000000000000000..9b486a5db46de3a82a6cb9517684a80b58113d99 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0400_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d30698a181a423f0729f8a7026d48154abcd29d74fd0e428c60806f91d831d2 +size 73130 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0401_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0401_1.png new file mode 100644 index 0000000000000000000000000000000000000000..4635625833d77d0bbcd09a4efdeb8ff2d007ab8b --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0401_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:889375e651adda85d10dac7e69df5815284ef1de05ad2258fcc8fdb93170ecc9 +size 77947 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0402_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0402_1.png new file mode 100644 index 0000000000000000000000000000000000000000..481af3e36b1b5198270d71083001ae59aec39433 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0402_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7555c2966c99d472b39e2815493a6befc1b9d1e48d8daa8aff940b37d304b914 +size 80276 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0403_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0403_1.png new file mode 100644 index 0000000000000000000000000000000000000000..87baebd7687725f44f2f21b0b065daa1ce144ae0 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0403_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca022e2a5cbde44210d86b795943812d57ea19c9bb4b8aa41eb4c1d75e2eb344 +size 81279 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0404_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0404_1.png new file mode 100644 index 0000000000000000000000000000000000000000..54a22b779f1755cefd9b57a3e9ce47c485381c62 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0404_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2557b7288640011976c9f8d3bd92f26d9a4c44fc4ed29b7ab3c2fc08e2fcb27 +size 72887 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0405_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0405_1.png new file mode 100644 index 0000000000000000000000000000000000000000..6fabddbbbbc6c64cb808d227c5ffa871f54bdd6a --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0405_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9057d9b312577e6e0cdaca21bcef59f8192ceec2b13f1320afbb765d3fa9e9c +size 70375 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0406_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0406_1.png new file mode 100644 index 0000000000000000000000000000000000000000..bf41c0c81fa2dbc58821bbf2fbae59f689a0b42d --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0406_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8c59b3b310a0e23582ce7a8410f873c01eec17c910b1fc0fece5a25cf31015d +size 79081 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0407_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0407_1.png new file mode 100644 index 0000000000000000000000000000000000000000..78b4197bd538e180cd989acea43ca01c7818292f --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0407_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:170fea55f02d9bab5bc3f688b46579677449c3b28d39d6bd4a4fe17632389a9e +size 79013 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0408_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0408_1.png new file mode 100644 index 0000000000000000000000000000000000000000..39dba4a37433d7293b8d375fcabd0cb8585cc616 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0408_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:649f62ce2c74da77b0a79a671ef83fbd35183aba47ce59800fa43574630259f5 +size 80285 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0409_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0409_1.png new file mode 100644 index 0000000000000000000000000000000000000000..4cf8eeba04b4d3c38431b4ab4a52cc8106741efb --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0409_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91b403bc49d70875b710468ce4149023aa06ba6873849e5d99b04e329af5cf80 +size 70868 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0410_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0410_1.png new file mode 100644 index 0000000000000000000000000000000000000000..2c4a8a5b7c1d9cdfa3ea8ff8115f81451f41511d --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0410_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a2860c626f9501d85beeb1546c80a8e67ab4b063b540ec4fca3d883becb3585 +size 72096 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0411_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0411_1.png new file mode 100644 index 0000000000000000000000000000000000000000..54348ada2c1e9fa5dbe7dc702202ddfe0893b47c --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0411_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f26c9e34bf304a7e94b797054bc2c60300d5d7e78d7f9002e4edc60ec2c5b2c +size 78621 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0412_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0412_1.png new file mode 100644 index 0000000000000000000000000000000000000000..51cf1b1e92defb08a6b1292878677da9298d7a80 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0412_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9ff9cca42856bc7cbd7549e42e6aa797481dd68d6d6e628ac9eeee6b111c7cc +size 78629 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0413_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0413_1.png new file mode 100644 index 0000000000000000000000000000000000000000..2a0541c4469c275a1ea26ead990c585a88b9ec3a --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0413_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a8e352f0f0e28b33091e7b41e00f707c0e67571368a0512e80b6ca4f424c1fa +size 70356 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0414_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0414_1.png new file mode 100644 index 0000000000000000000000000000000000000000..11ab81f99326c8f8a1fbdf40ad2afe5d7ddbf0f0 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0414_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cff6931f99db2e679df651ba66195c07d640663fa468bd09bf260600ced0b76 +size 69732 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0415_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0415_1.png new file mode 100644 index 0000000000000000000000000000000000000000..25868ea2ed683d856a9bf512aeaeaf77c157ab48 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0415_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ff08c11fcb63bd6af6dd27b846ff44ecee74b60991783298194ad5081233832 +size 70115 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0416_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0416_1.png new file mode 100644 index 0000000000000000000000000000000000000000..bf677ca9dcd2aa1205597cdf39532df742d7985c --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0416_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c37bc18fbb5c0165486eddebe981f4e5274061b42fd3aa9187243f07d5905f04 +size 69253 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0417_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0417_1.png new file mode 100644 index 0000000000000000000000000000000000000000..3eaca06dbc76833236a1ee30efb27bc2b0d266fb --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0417_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:323b9a876681a3496e0d4d419940ab7047a8068218a9f698e1f5907ca76ec947 +size 72342 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0418_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0418_1.png new file mode 100644 index 0000000000000000000000000000000000000000..e5d7ec8a833f842544fd84ebbc3bb007271ffe79 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0418_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a878b7130bd9ab289286cf51c0e4eed7153be6562dbf7d940e6402c839363ed8 +size 71847 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0419_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0419_1.png new file mode 100644 index 0000000000000000000000000000000000000000..f2377dab79cd553304376b3c24e6166c9f5143e3 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0419_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fe522b5fbe4ab12201b4a5e5a52b066de93a9ac4889001cf568ad7dcc9dea67 +size 69129 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0420_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0420_1.png new file mode 100644 index 0000000000000000000000000000000000000000..4b117d311df29b040e5bcd5e81501a14c88ea85f --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0420_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee61891867189cd250a2e3be1cfdc8603f1bf45a6dd6bd686905727d508af4d7 +size 71576 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0421_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0421_1.png new file mode 100644 index 0000000000000000000000000000000000000000..e9313da271c221bd5ad2be5cd8e7a02514d4dea8 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0421_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa243c28f7b129358d1544286b38af156c9fe42666e9748f110601874951befe +size 72679 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0422_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0422_1.png new file mode 100644 index 0000000000000000000000000000000000000000..1ac3d789007394540c89f160bbd1000cb8336707 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0422_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed26c48ccebcc413c53aefe2c0de8d210da979dbe9ea3a94dc8f167b8ad9f117 +size 78973 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0423_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0423_1.png new file mode 100644 index 0000000000000000000000000000000000000000..372e0947e073c8dd6f0753ee14f01415f2e13e2d --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0423_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:480ca02bce080a09a60b7d9d04f9fbdd2147520bca40f0f669ac9cabe627be7f +size 78958 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0424_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0424_1.png new file mode 100644 index 0000000000000000000000000000000000000000..6f4bbe76d7ca6ee85331039e3cd2d524bd626df7 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0424_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25b5311a262b0dbdf8fde9cec9833705ad9bb1330757bc04c8a0180858e6abb4 +size 78503 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0425_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0425_1.png new file mode 100644 index 0000000000000000000000000000000000000000..6fa36c00513091680da23ee51ed14a0e256b7285 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0425_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a0c77bdfb8094b5f19fd49acd3ae225db4a9fc885fc181bc8b9e3ba7e090459 +size 78558 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0426_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0426_1.png new file mode 100644 index 0000000000000000000000000000000000000000..a608c90dd1c12aa4537365e0c684510528c8e7d5 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0426_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecf4b817bbaf95515c1729d74b4304ac45da9442d55796a587015ed42d1abde3 +size 76322 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0427_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0427_1.png new file mode 100644 index 0000000000000000000000000000000000000000..e29d63a75ce014e6f9a3165feb3b1df6b66eae51 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0427_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41b977aff314b580fe2fb3268fef2442f52a7cfcb7deff47992040ab75980e34 +size 77240 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0428_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0428_1.png new file mode 100644 index 0000000000000000000000000000000000000000..12a00cacabb051aed50feb81058d54b07b0a2eb7 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0428_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22d03356486d0a83f55bb242aa2749ff08d621d745f89a2dce6c6867efd9365a +size 78801 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0429_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0429_1.png new file mode 100644 index 0000000000000000000000000000000000000000..ff60706a5548772b59e330e0fa8f65ca13bb481f --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0429_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd58ee5719e7b08c58d6943801916ea5b404eb56b9d9c41a8f941d86806870f9 +size 79486 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0430_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0430_1.png new file mode 100644 index 0000000000000000000000000000000000000000..7455edb931b439dd529343ce2467c7475ca1daed --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0430_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c704be29fc8921bd33d6698206137359303f55fe774a276472af348553290de4 +size 77662 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0431_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0431_1.png new file mode 100644 index 0000000000000000000000000000000000000000..a92968d037e9060a6006c217a6b737548f9d3179 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0431_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae977cc2bf455e34bd2e2e30286ec569760f2c10f33b95def6ad5b0b817f480e +size 80487 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0432_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0432_1.png new file mode 100644 index 0000000000000000000000000000000000000000..9038af6567c18ceafea954d6500c128f8981f01a --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0432_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cac2012a431e8db344c3c1f73bebb0761ec4eafe4c1eda34d60d9d66bf65cb8 +size 77959 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0433_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0433_1.png new file mode 100644 index 0000000000000000000000000000000000000000..07d7d24e8d17852652819650216c74a2d6dc7d37 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0433_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d21c9330fd275e6a0f34f6660c27ff5091e14e99ad53a35bdcd43778fd0f90d +size 79969 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0434_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0434_1.png new file mode 100644 index 0000000000000000000000000000000000000000..d769c81c251519b62ad9318891863ff5520adad8 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0434_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c34ba7916dbeb85d79fcd48581e8604fe8977c112990584bed6567206dad656 +size 79718 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0435_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0435_1.png new file mode 100644 index 0000000000000000000000000000000000000000..a9fe7283afc3286c5580231f5fe954591c862b50 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0435_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:408176648eaafc3c9db6c97e005b3a0c98eee4d1805a1bb004b69cff06daf28c +size 79056 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0436_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0436_1.png new file mode 100644 index 0000000000000000000000000000000000000000..3d588bc1a63db7e27535150e1ed585445a819eca --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0436_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:912dd66ae2e7eb9a1f8925607a34cbc099000e29c338b19bfd2e6106864cbcbe +size 79154 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0437_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0437_1.png new file mode 100644 index 0000000000000000000000000000000000000000..30dbf48a962a78263cfbce4c0ec73ae05a9b471d --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0437_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53b880f8af6a8f74e05d5216cb45a4956a3edd0fb63b2d8d6c0372bf0fdbab61 +size 79523 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0438_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0438_1.png new file mode 100644 index 0000000000000000000000000000000000000000..4ec0de00b460af5501be4003f4a22ce365edb42d --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0438_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5769dc7829d18ff8d20327a04212080938b4783569a6bb8481964341e926e1a8 +size 78182 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0439_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0439_1.png new file mode 100644 index 0000000000000000000000000000000000000000..37c18ec140ba194e2a785ff30657787019c5565d --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0439_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:693d142027a25967fb1ed4b97006ce8524e8cb039dd6f0791af720473b6998e6 +size 71929 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0440_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0440_1.png new file mode 100644 index 0000000000000000000000000000000000000000..d2fd122e2ce58a54601a55c02a14d32b6980dca7 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0440_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09fa0ccc7d5216c02cffa803ccfba8d6129861567e38ee04ad13c82f0eab6bfd +size 68262 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0441_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0441_1.png new file mode 100644 index 0000000000000000000000000000000000000000..21ff612abcba3488e279ce417df56d5b5f11651a --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0441_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cd580e36d3b6ba88c955af6aef05abad15d2aaf4071d9e77209f0b2938dd361 +size 73481 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0442_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0442_1.png new file mode 100644 index 0000000000000000000000000000000000000000..6230ba98e58b91ef3e1bf1fbbb4d9dd33798f60a --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0442_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e53b2f6978f04983322420ad4a7af569a7a049b608f18e436a575adb2caaeaf0 +size 79002 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0443_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0443_1.png new file mode 100644 index 0000000000000000000000000000000000000000..5b59661939b19ce4bb7d094dcf92ef4f27c418e8 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0443_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:522fc2ff6e38fc8f40bf334a3a2f8ef99fd71005b55fd512e779086a6c19b36f +size 78527 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0444_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0444_1.png new file mode 100644 index 0000000000000000000000000000000000000000..475b2eb37a7a7121c28c6735439651ae3292c6c7 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0444_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:974d026430e38d13a66f0f4a8b45249263baf19a06cef1e9419a185db52c5715 +size 78367 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0445_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0445_1.png new file mode 100644 index 0000000000000000000000000000000000000000..65804dba04c3552dc6a4642ce5021e60e51678d5 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0445_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8db00ea06b00c41b022f0b4308d676f430a6a3d76ab01f652beb4435b657f51 +size 80213 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0446_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0446_1.png new file mode 100644 index 0000000000000000000000000000000000000000..517e226d504c782c94641a19ecdd7024dc849e1f --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0446_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25f5fab95be58956f428820468a5c09055222d35e183ea357166877a7ceacf62 +size 72664 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0447_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0447_1.png new file mode 100644 index 0000000000000000000000000000000000000000..b617faa7d63b42ac8d2ac82f941254a39c83d367 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0447_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b0dd0ff45f38746bf2b4246d4e7f0a602b056df3179cbb8e3ca64bdd8cfd362 +size 78779 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0448_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0448_1.png new file mode 100644 index 0000000000000000000000000000000000000000..e7364b7da55dd711f2ab2ac3aaa5808c078ea773 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0448_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae245bc10397fd218c21ff5be98aaf892c0166a1538a2d05a6424ea59c6246d9 +size 81395 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0449_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0449_1.png new file mode 100644 index 0000000000000000000000000000000000000000..c74946a4780f94e160acfbba48eff961bcb9e53a --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0449_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f7993d97594089dcd2df363f99eb878175126dc8dace18255eafd829bb5846c +size 73894 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0450_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0450_1.png new file mode 100644 index 0000000000000000000000000000000000000000..a355a7e5195bfcb215c192e6d9216e837ffb3c20 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0450_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82a8239c13abf36a6779b5de1ddc63538ce46f99a47f13540768f6d12ebd2d86 +size 77334 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0451_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0451_1.png new file mode 100644 index 0000000000000000000000000000000000000000..51ab3e433cab87b5d0cf2d6ee708e82b52ecf6db --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0451_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b1fa4164539de3d9dac96f8fbd03986728da9ba620062054b255c76fe5be1b1 +size 79169 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0452_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0452_1.png new file mode 100644 index 0000000000000000000000000000000000000000..4faab31b556b6b9da1b03c4560f28858fba96a41 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0452_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dc500dcc41b9cdd676a8d301b716588526c32b73078d8fc276db16d3034465f +size 80663 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0453_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0453_1.png new file mode 100644 index 0000000000000000000000000000000000000000..60862b967f75d33ed7146f918081424748808efc --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0453_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:166a2c43fd155fc05ab2921c737f3e89b9f49492abe5bab21bf36906103a3230 +size 79361 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0454_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0454_1.png new file mode 100644 index 0000000000000000000000000000000000000000..d0645046748413ad5f4c5230197922e6374c7638 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0454_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab5549dc8eef8e8b02fe0fcc135df4027cdf8e4bdeea4a9b31d97badccb8753f +size 80007 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0455_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0455_1.png new file mode 100644 index 0000000000000000000000000000000000000000..023ccda155ee9a085e380eb6fa757f8a6c050c84 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0455_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a79d986a9556578c0d88f231e3ffda7166e2e1782f61a372b76352ded636ee59 +size 73009 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0456_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0456_1.png new file mode 100644 index 0000000000000000000000000000000000000000..3d9a3275b59fb73bb691d1d2fcd36500ca341e8f --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0456_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd3050d99226f3f9f2f5da8451ea0c9fef37ab92b670222d0fe6954c984c3740 +size 75736 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0457_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0457_1.png new file mode 100644 index 0000000000000000000000000000000000000000..1a6c618ea66200437116c90130b37002833e93ed --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0457_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9e11344f793aac91e94ec93778094850d19602ac269515dbdf735e67a7c76c2 +size 79497 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0458_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0458_1.png new file mode 100644 index 0000000000000000000000000000000000000000..63112d288fb82f8d9deddde721bb436e4d7664eb --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0458_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1626c4c2dc6d7735cf0836fe4d39c014fd44f0869016e2ecabc66548c0aad720 +size 79717 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0459_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0459_1.png new file mode 100644 index 0000000000000000000000000000000000000000..734d01ed039e421762fc5900b4980ccb0b68ba46 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0459_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4416801557d3957006d5ef03d616ebc49e8fc6a98d475f245b63639af6d31a13 +size 80022 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0460_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0460_1.png new file mode 100644 index 0000000000000000000000000000000000000000..a85ba3ed88df2d658540ada15ea134a2e8b36ef3 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0460_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3904c4b0f70bf27d1f096fc21a133001cbb1f0421be5bf61a224a5d0fdac960 +size 80877 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0461_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0461_1.png new file mode 100644 index 0000000000000000000000000000000000000000..b18b75b40c16cfb0c49a81581118a48e9952dcb5 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0461_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fc7da4be9f53c6fb7af3522bc46ebabecd00cf76a63aabcbb35bd4442146a17 +size 71607 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0462_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0462_1.png new file mode 100644 index 0000000000000000000000000000000000000000..197155533caf84df34719226093c1d76fe037b01 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0462_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b04c9bbaef83410ee566370d3c462f4bb00895ee39cdfaa1c2f7d1b6fb5fca7 +size 80722 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0463_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0463_1.png new file mode 100644 index 0000000000000000000000000000000000000000..6715598fc97ca38d3dabf9024fc7e8cfcec95642 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0463_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a52d9ef5e2c63ee96429b40158bef0f0528a8234f5a7c6f0007c101d7b9d7a1f +size 86639 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0464_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0464_1.png new file mode 100644 index 0000000000000000000000000000000000000000..10afef8c3364889323dc98e89822aa5c8b1cf11f --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0464_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e9ab0186b4256e493f3ff0c40f8f4e22f14a771a646b648d474f44f752ce6c9 +size 76875 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0465_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0465_1.png new file mode 100644 index 0000000000000000000000000000000000000000..813c6b515122287e5ab8f687d63c7edc58028a0f --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0465_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aebb30ea925e22594cda67f64a670203e58fc77cdb7aa11188c2b6d87c1e5634 +size 78688 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0466_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0466_1.png new file mode 100644 index 0000000000000000000000000000000000000000..beffba7c279176cf1558da66f7166cdf0e5bdfae --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0466_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ebbee24084cfe4fda03ab585e8112cc3662ec02c5b33058988cd0307127f524 +size 86270 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0467_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0467_1.png new file mode 100644 index 0000000000000000000000000000000000000000..6d7de16fe9d3dce65f0ac89ba43ce29b263b7a94 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0467_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7dd25368b218bdf6697137e6f52c65213c44c09a70892aa54db2dc926b9c2c2 +size 80368 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0468_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0468_1.png new file mode 100644 index 0000000000000000000000000000000000000000..326f1be25e9574ace8883eaf25cc244d3799f851 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0468_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74d42b8e9fdb85621669f0273fb3c4f6d1f57beef6d97e582390eb30da6bac2b +size 78151 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0469_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0469_1.png new file mode 100644 index 0000000000000000000000000000000000000000..0e1d468abb37083247d1110c35379b90a912b665 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0469_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aeaf08774c93af0ca81158aed7b3cc22c12cf4888c66a8dd9f9300f2a6e45cb +size 80014 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0470_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0470_1.png new file mode 100644 index 0000000000000000000000000000000000000000..69d2ab3ef1e74918c56f9feae7c4bed827afdb42 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0470_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6603877328c79fec6c4d1cd2f61ecc2a8a1c9089bb9907127731efed08a97744 +size 80284 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0471_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0471_1.png new file mode 100644 index 0000000000000000000000000000000000000000..94b6bffb18abb87136b648957df57b800e144db3 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0471_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f474b14d033a33d50db76c99597a9741902cd4daacb59bdb0e3864a33352301f +size 78929 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0472_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0472_1.png new file mode 100644 index 0000000000000000000000000000000000000000..b6f49927738226f3b156a58d5d5e27cfab49d41c --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0472_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9e61e5c0a967e9c6bc1ac1a098cc2ce9819e5deff47348e4df56912546d4e39 +size 78256 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0473_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0473_1.png new file mode 100644 index 0000000000000000000000000000000000000000..a588341d8ebdae29dad66366930170db25227c2b --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0473_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:278876f64def0dc426ccb689dbf9336817c42b22ace645cd0102b8dc9bc73681 +size 79685 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0474_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0474_1.png new file mode 100644 index 0000000000000000000000000000000000000000..436771295e442608130d25003c88a3374f25a8e8 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0474_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:155dde00597ab564e7e4e470e0564fc671ad92766b38bffa2458b6f8e17b4209 +size 78021 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0475_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0475_1.png new file mode 100644 index 0000000000000000000000000000000000000000..c93fb78aa0dd885b7066e382cfa3098c7e2fb04d --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0475_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:804dd6582e44a120c521c4778a882d9a1f41f7d5a4e71cf919fbc28d88a48489 +size 80075 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0476_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0476_1.png new file mode 100644 index 0000000000000000000000000000000000000000..efa7abc76ea4c6cef60bf25d543af699eeea90ea --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0476_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:309e16f100aa00e6abad73248ad0253736afa2997ca32e155d193f80a851ca9e +size 78609 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0477_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0477_1.png new file mode 100644 index 0000000000000000000000000000000000000000..e37c4c61e40bf403cbd35050938ad33318263e01 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0477_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faed9d31d0939ae4e95ad9294a29269b21c125b4c1f99dde5be8f07438ef86a1 +size 79086 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0478_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0478_1.png new file mode 100644 index 0000000000000000000000000000000000000000..e406ac39a036149d73ef90814dc0cb4ca07dd04b --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0478_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eb982392067b5a03e2685b7ed3ab54b3d8f64e2e75f1eb9d8ea1775ddae709d +size 74554 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0479_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0479_1.png new file mode 100644 index 0000000000000000000000000000000000000000..f1f636927d6b4b173d1f7d343c1a4c1314f7648d --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0479_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a3c694b634ff9277eacdfa02f2fdb42d48ea9d4f646a7704863bc02a5e58695 +size 80367 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0480_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0480_1.png new file mode 100644 index 0000000000000000000000000000000000000000..0d6704675f51ccecdecf4816a30dfec4a6c78985 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0480_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:201c65334ca530b750ba46801081032dbf3ab7fdcd7c1e27684d9368b5f499b0 +size 78087 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0501_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0501_1.png new file mode 100644 index 0000000000000000000000000000000000000000..7290a18605b427a9b999395e079ad031e32146e9 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0501_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fb70d21c21df833fd4fe70a0b5d09764544417437a54458a3f6c12c62a4e5b5 +size 79446 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0503_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0503_1.png new file mode 100644 index 0000000000000000000000000000000000000000..5685f6e96c3972138fc53fd08d6290a95dbdbfc0 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0503_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7d08bc00c78a89e335c8b446119b9ec8c20c1878648be8f9be70a02d6c7091d +size 81674 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0504_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0504_1.png new file mode 100644 index 0000000000000000000000000000000000000000..e8caf179a55ed13b4b8967fa627b01376a35473f --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0504_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27c474ae0bff63bdbd1079afcfde6200e72985e0493dabb42eb52fb3fc37e412 +size 72884 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0506_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0506_1.png new file mode 100644 index 0000000000000000000000000000000000000000..14fe9178d84764a8f78d704705299305e4facaa7 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0506_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a743804eef3d1ddced436f2860a6c0d50087d409b4a3a0f2041e36d1cbb10a39 +size 79217 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0507_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0507_1.png new file mode 100644 index 0000000000000000000000000000000000000000..f18e724ee5d38dd7b3e6d05cb4a06fcde07b1ed4 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0507_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6533d7ed2842fc15694338af17c7fa48a4da1419fbb9411f349d5cf11375e400 +size 81731 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0508_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0508_1.png new file mode 100644 index 0000000000000000000000000000000000000000..bed29e7c6b77522a161456b7a54a3f1f399cd654 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0508_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5257458cc44b5dfd1b3bec106a26f55a7787ce9b0f5d117c6375d238f8fccd85 +size 72814 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0509_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0509_1.png new file mode 100644 index 0000000000000000000000000000000000000000..9ac402ab9633668c51e0e06bea061e757ae3f377 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0509_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:773d1a5fba8765b6cdd955a880bb5efb8e37d3bc2ec4e0e6a0d69a8b0fb42b65 +size 81079 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0510_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0510_1.png new file mode 100644 index 0000000000000000000000000000000000000000..242fb70e45f6d91422bf05cae68f78b0c2f082af --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0510_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47cf9f211d1ae0a13c40a26e5e3cdc727a0d96ce0996890c33123de6e4eb76be +size 81891 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0511_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0511_1.png new file mode 100644 index 0000000000000000000000000000000000000000..2bb14397444b12c8c5edbc9210bbd6cb6404c18f --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0511_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e682337710d8cb8df4f142057ef2229e9bdc6d153ba26671c96dd4b3dd82afc +size 74593 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0512_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0512_1.png new file mode 100644 index 0000000000000000000000000000000000000000..fc21bac5807c49ff0331db6f2f2fd45f37e0a942 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0512_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80c10e3c88948f870669cf6ccdcad02c9e7560c27cca0505a69e3e995d2ad9cb +size 80162 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0513_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0513_1.png new file mode 100644 index 0000000000000000000000000000000000000000..01c18ee2a8208643981a3eedd6a0a62705c52c55 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0513_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2bd739f1103aea7c88e02e6da4d7ea7edef3b5df50747d3fca91da1823a60f4 +size 79497 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0514_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0514_1.png new file mode 100644 index 0000000000000000000000000000000000000000..6eea7115457f455ddd3cf91bae4be6e73b57a467 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0514_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1b579fd17df733c7addda0a2853f7ba6177ddf676503e2bfc9be09e6ffd97db +size 79281 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0515_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0515_1.png new file mode 100644 index 0000000000000000000000000000000000000000..d51243a311ff7ef776464e5eeb38ea7c56162ffe --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0515_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:791d11e979771df948e2ad9fa4dee32d51ea21bad54034d5550db17b9b4c0dd8 +size 79330 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0516_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0516_1.png new file mode 100644 index 0000000000000000000000000000000000000000..8454c3f045a5defdcb4781d1a722f90b485daa4e --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0516_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2a8b21e66be600a1354d36578f40412ae97be004a386651bc55d1df40592963 +size 78640 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0517_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0517_1.png new file mode 100644 index 0000000000000000000000000000000000000000..0bb7b9448c17f307627d413609de7b0ed0a48ed8 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0517_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3c2340c56acc8f2dbb8930b8be37aa71605ed3fccedb528189eb9489b789b11 +size 71385 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0518_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0518_1.png new file mode 100644 index 0000000000000000000000000000000000000000..9c52f89395f6c9d155741166b44cf4a26e2e4754 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0518_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07f052cc7ed36e0449e618ba5d10ad9c44c69508e47d4aab30e8b068da418eeb +size 80062 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0519_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0519_1.png new file mode 100644 index 0000000000000000000000000000000000000000..ddcf250ecd9daeacf4eb47574fd7033270ee5429 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0519_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e4d1fa7a412ce88ab3f0286ab9d381e157fe4e604de13262e6619bd19a2054e +size 78735 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0520_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0520_1.png new file mode 100644 index 0000000000000000000000000000000000000000..0d9a3e9fda876ee54e00f61efe7acf9b783f040f --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0520_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:396612426987526d52df4dd3de6e9eb1607797c3249a10081e1f4c433e744e2b +size 71972 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0521_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0521_1.png new file mode 100644 index 0000000000000000000000000000000000000000..e7fdd4d17e21ec67d4587a473e78bbd4cd832dbe --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0521_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc0af9b3ded197c9065693bd4f93ec8a43ef3fd0884ba1b1b87f23b0d9be7c1b +size 77811 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0522_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0522_1.png new file mode 100644 index 0000000000000000000000000000000000000000..89a12415f29bbcd8e6d360ff1a3f70b33b499dde --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0522_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cc8669cb7f74c8f0f7ae1e724739b5362d848c7a155e6fc9856bd2b62db25ec +size 78000 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0523_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0523_1.png new file mode 100644 index 0000000000000000000000000000000000000000..cc35b44c88fbf7d696feb75dc6977736564426e8 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0523_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cba395c530a0528a7bfa8ad6a36009a8e04046c1bdb6f985f0609f098f72fa34 +size 80255 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0524_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0524_1.png new file mode 100644 index 0000000000000000000000000000000000000000..61ca4dc8dff6148b85d37f8dcc5023087185cc1e --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0524_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87268e8e29fd25765ba13590cb65a2e41a9aee77f0c4efa4c54f96810b9f88ff +size 80609 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0525_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0525_1.png new file mode 100644 index 0000000000000000000000000000000000000000..c213ed27730c8c4253aea39fc999e3d58bd6c6e6 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0525_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5568e9bacce72ab25a3b09bdfdce2be0bec1be7ce63422461b35e25a33d7245 +size 80470 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0526_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0526_1.png new file mode 100644 index 0000000000000000000000000000000000000000..7bb471d94e38d9adcee95e981b7f7cec4a51eca7 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0526_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be30fb182e4743fee1c005301a515c91015feb3844eb8f3299674bab69914f50 +size 70466 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0527_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0527_1.png new file mode 100644 index 0000000000000000000000000000000000000000..ecd0a23d1017c3c4f6a1ac82823fa832d1a1f237 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0527_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:744684e2f7de2c153fa236176cb8a2a3940360e036a01296db1703d46e3ac0fd +size 84965 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0528_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0528_1.png new file mode 100644 index 0000000000000000000000000000000000000000..4b9d6bb43ca1d5edd02b4d28525f47bf26bf9b71 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0528_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02a360e3199bfe42adda15f6caee273f2a91c6e81cb8dd4076ad13dd82dc3e2d +size 80567 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0529_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0529_1.png new file mode 100644 index 0000000000000000000000000000000000000000..6ceef33312faa138edfe0ffe161214fdced52637 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0529_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5321a792fb0597e2b1d10471c36b2acff2d6f28aa87cf0f6220bf1a7942f7407 +size 84903 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0530_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0530_1.png new file mode 100644 index 0000000000000000000000000000000000000000..830e8f0a1e3e5f2b1358f14fa0dbd58a92b16ed1 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0530_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07389da5d8cf88990ca47f8ca4043e3244c4ec40ccdfc7672db84ae20febdc6c +size 80090 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0531_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0531_1.png new file mode 100644 index 0000000000000000000000000000000000000000..409c60de905d9429c12d8d29c8d8450c3fcf7812 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0531_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:187618e173dcd56e52101afb4c88d5bd69065ce1adc0e5df437a84ca425b2856 +size 80340 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0532_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0532_1.png new file mode 100644 index 0000000000000000000000000000000000000000..7a0ecbeaba25d012fd6c31290ffe5b89f42e8bb0 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0532_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caf2aaa406432ca23fbc88259c24d8b166651e378c727b8a5fea99e455399d9d +size 78937 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0533_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0533_1.png new file mode 100644 index 0000000000000000000000000000000000000000..1a1d60ab962f0d8b9c14630b6ba00e4699577646 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0533_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0adfd735965b1146490b4ccd4de66a7d7f7e2277c5c222a2038a973bab89a08a +size 77192 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0534_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0534_1.png new file mode 100644 index 0000000000000000000000000000000000000000..0a27b79eabe7c9d3056e9020981fc1f537c124f7 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0534_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a76c0604475bf489d48737c8f684f27470aad8c3caf92316120f372ccef6e39f +size 80810 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0535_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0535_1.png new file mode 100644 index 0000000000000000000000000000000000000000..a485e9a1f26cbd2138eb21a08a5f15245686aedc --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0535_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92cfa1b0f3094c266a3fd68967e2aa4986504eb3789071b6bf4f69fcfb43ca72 +size 77248 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0536_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0536_1.png new file mode 100644 index 0000000000000000000000000000000000000000..9eefaf0a55270c8272b9bb4940dbdea15eb9c8ec --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0536_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d942a262b985444253960178128667d79306066ac48665f96c292cd9898889fd +size 86846 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0537_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0537_1.png new file mode 100644 index 0000000000000000000000000000000000000000..bd0b49870638df3adfb99b89e8bfdb942a39d789 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0537_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:075daecdd3287a41aa9bb7ca7c7c7f141629df000654a2beaaac13faca912c7b +size 79560 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0538_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0538_1.png new file mode 100644 index 0000000000000000000000000000000000000000..b9874b6d331278c2fb5e4632baf6aaf12a328e93 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0538_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec911b727a17f7c1807b40b318bbfae1e15fd01b50658b1aa634fff2685f75fc +size 81498 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0539_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0539_1.png new file mode 100644 index 0000000000000000000000000000000000000000..c82e9db4c59209f426ab3d7bcb91da9d4e4a24e9 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0539_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d0774385eb7b15bd7dcc5cdd58f9fa0e74d07756901cee321d7fcdf3c7f3bfc +size 81369 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0540_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0540_1.png new file mode 100644 index 0000000000000000000000000000000000000000..120d7ae2f69c80216c29920cf24d0f77ee75faef --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0540_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bad7506a2c4a2192d00531b537df294e334a34911ddc3c3a839eba1224dee4f +size 78882 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0541_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0541_1.png new file mode 100644 index 0000000000000000000000000000000000000000..ae8b6dcadea8efd6a95a606e9507319f2efaa628 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0541_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17f8f43c018a9cc6f1836727e3ea035b276646f8f6a948592ff56e19e90bed8e +size 80533 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0542_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0542_1.png new file mode 100644 index 0000000000000000000000000000000000000000..f2743a9a014a6c09cd4653f16f2aac8abc22cb20 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0542_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1dc882009c66542c12f979c4fb2add3874f0576c7855704cf0523c2d1706391 +size 76897 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0543_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0543_1.png new file mode 100644 index 0000000000000000000000000000000000000000..6f8d63c1ba4becec920be7ba022dd8c1f5d76de2 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0543_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7b4191961af6e28a268a7d0cb39c4db138dbdb5d6c87361cceed8eedbef691d +size 72364 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0544_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0544_1.png new file mode 100644 index 0000000000000000000000000000000000000000..e74887eed3fd363495ab4eb320e0bb05167015d1 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0544_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe4cf1dbafba6d9a9791a64a4140449d6d63ec8a960d913a8cf80aef3ede1187 +size 70413 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0545_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0545_1.png new file mode 100644 index 0000000000000000000000000000000000000000..3f39754cc26ea2014fdd047ec2ab8a53a2739d6d --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0545_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2700ea0b164f95ede94fa1356c2a516294d04fb19f98d836a72423379e2049eb +size 68950 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0546_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0546_1.png new file mode 100644 index 0000000000000000000000000000000000000000..3607265c5f07825df6087f73868522aef15ef7be --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0546_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70f5fde7c512ba4da79dcd25cca0f369c3b06f70a3f3872f96aa7ea9b1d60c06 +size 85557 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0547_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0547_1.png new file mode 100644 index 0000000000000000000000000000000000000000..fa5afe2dad1fabba351ffbbb8c0fd5bdd69aa39a --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0547_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b453c57cbd41e9371f27a26d566074c1625d4d3b6ffe82998bcb5505198e686 +size 79435 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0548_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0548_1.png new file mode 100644 index 0000000000000000000000000000000000000000..ac54ac8c1ecf72efc06496a95c9ce47ebde0bdb9 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0548_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dc7ccc2fbba028be171ff3b7a305e4b26cc8eeeb1fbf25d3cd6622e5d617266 +size 71379 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0549_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0549_1.png new file mode 100644 index 0000000000000000000000000000000000000000..163cdd362412cb9950691fa4955af12be15cf550 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0549_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a372edba31e51e45ec8f5bf7b77e64b08738fb63285c24138d3293496e64c944 +size 79367 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0550_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0550_1.png new file mode 100644 index 0000000000000000000000000000000000000000..d29ccb8878f8f9953819d702387a96df5e476c79 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0550_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca61104a672e05032338c22b3e86e39a584392bff29ced136dcc66ba862be0cf +size 87357 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0551_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0551_1.png new file mode 100644 index 0000000000000000000000000000000000000000..b6ecc5d35a330126f9b1a2a0b5f2842626649659 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0551_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3efd4e117a1552bd8eac435ef1a6770eff886547c882690f4bbb30de6399ec4 +size 74709 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0552_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0552_1.png new file mode 100644 index 0000000000000000000000000000000000000000..bd7e887ae0863aba41bac26b9cb0092c656209b3 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0552_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc987bc90152d1400f6c15e3c58683095cf6707df94abac14bdfdea473268aae +size 78304 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0553_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0553_1.png new file mode 100644 index 0000000000000000000000000000000000000000..41e9d91aeda0f72a77703c97594d5d8f96f8dab0 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0553_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e33a342e4a0ef8e6d8a5fb41784b0dc27b4d6c4368bbabac8aadca4075cbab0a +size 78695 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0554_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0554_1.png new file mode 100644 index 0000000000000000000000000000000000000000..d9f093408e5d9ff2caf268cfce717497ec8192d0 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0554_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e0dbbe4ee9de3c98e67d334852a898453594dbaa63ff02064902aeedcb1cf06 +size 78065 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0555_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0555_1.png new file mode 100644 index 0000000000000000000000000000000000000000..4582b11f4e9f17197ed20b97218dd3bdd78cc19c --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0555_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a37d8e11f3fd1942e55795d66f9984077d8e1ce5943caf4a5193eee133d9d182 +size 87063 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0556_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0556_1.png new file mode 100644 index 0000000000000000000000000000000000000000..0a06c673fe4eeb3a4f2c4f417f8b21409c6e4c77 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0556_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06523f9d6d5fbfd0dbe16c8d61c1189fa44ace6477f280ab5cadea1fa83dc362 +size 84117 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0557_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0557_1.png new file mode 100644 index 0000000000000000000000000000000000000000..7a9647430efdf8b793ebda4e97d78ebadc990950 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0557_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:340b2f7d9ba69c2d94088fc4868c20cf7c3c049c41f1393c2f70f27a43077686 +size 80637 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0558_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0558_1.png new file mode 100644 index 0000000000000000000000000000000000000000..bde5583cf3e56b4f87356a88925aacff41567e81 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0558_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0152e59f5ff08089eba93d997b4ad07fc15b967728db5b4a85d663f902570634 +size 77712 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0559_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0559_1.png new file mode 100644 index 0000000000000000000000000000000000000000..42c2cff93c70bec79c74ed29fe49782b7560536e --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0559_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65003e30284a840eace9bcb485ea7146844cec452b2452984fd3ce0a6168a074 +size 80028 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0566_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0566_1.png new file mode 100644 index 0000000000000000000000000000000000000000..dfde5e732738242df7b319d928689ae5b3d9f6eb --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0566_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15457388e9e315bcccf55617bfa1e272313835beb504894901eff9314c7795bc +size 71168 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0567_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0567_1.png new file mode 100644 index 0000000000000000000000000000000000000000..d197aac82b973d2e30999de55fa77ac5300bc687 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0567_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38aff21954136580da71b0bb74f06da03179cfbb75b852e642af14438157f610 +size 77530 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0568_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0568_1.png new file mode 100644 index 0000000000000000000000000000000000000000..c49fe158110378b9c7deb368e40763b43f62780a --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0568_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da143cf23a095279e52fc52a6ca36699a60c29c6d5f7f456cb04be83bfd28182 +size 80911 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0569_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0569_1.png new file mode 100644 index 0000000000000000000000000000000000000000..b039551eeed24b19430cef658fa453b456cb9b5d --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0569_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bd2e1347e373fa053b47353b172e84538fc93ed185c3d214b776697dcad4ef8 +size 82028 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0570_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0570_1.png new file mode 100644 index 0000000000000000000000000000000000000000..ffd04255f1a91c8b3a9485bdf68f6617d1aaf195 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0570_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d42088e36d6b6f40a16c475416970c7d63cb14a36dd38e91fd7d3d485b07b97 +size 79728 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0571_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0571_1.png new file mode 100644 index 0000000000000000000000000000000000000000..2b8b0e568da916f0861f35b85197210efe08d05c --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0571_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f30cd1f82176343c870408c87008129243807cdb6730013c239075fab2fddefa +size 80467 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0572_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0572_1.png new file mode 100644 index 0000000000000000000000000000000000000000..88dc2d07d9995726d817f14b932692608b384981 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0572_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43d3d92a966222dc6ad17ea6d1178689399cdedff9f8e5c1858c903438d3af35 +size 79543 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0573_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0573_1.png new file mode 100644 index 0000000000000000000000000000000000000000..aaf27658d5974a3859f43604fa4392f8c26d9dbc --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0573_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0531d46f65055e465c9cf1e0a3cb3ec39f4aa344b3640c7ac14119a77e81bf25 +size 80448 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0574_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0574_1.png new file mode 100644 index 0000000000000000000000000000000000000000..050a6f61b40091866722362760dc4b14a8ab48d3 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0574_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afe1e53349e555f598abd302ccf32cb4416703f8771ef2c482f0bea59ba2f12d +size 80441 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0575_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0575_1.png new file mode 100644 index 0000000000000000000000000000000000000000..737cfb6b1b2c1a2d9fae66b84dc439664055cc9d --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0575_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49df9dee3414cca3440e1a5709e90564c02435ee20c6a9c88faa5fb7c4410ef3 +size 80034 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0576_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0576_1.png new file mode 100644 index 0000000000000000000000000000000000000000..65d57a7175953b0ffbf35c7e0e7e75f0af32a95f --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0576_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6811189f18647e3494a2f12eac99302f8556cd6eaa4334b6e2473be444c4f123 +size 79671 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0577_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0577_1.png new file mode 100644 index 0000000000000000000000000000000000000000..0244e6a563598102a55bbea80540f1eb57bdc223 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0577_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f75ad269cee6bbcc4ad3fdfb53ea3908bbcf2afc23116f72f763a75668bf1a6 +size 77597 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0578_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0578_1.png new file mode 100644 index 0000000000000000000000000000000000000000..e798a0831e136611e08cac5489bdc3487083197a --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0578_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b0f3f391dc0556f730ea6d722ff34b32556df83f88a14ef734d81dab4ddfe2f +size 81749 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0579_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0579_1.png new file mode 100644 index 0000000000000000000000000000000000000000..56aec4c911977fd890a2201cfb57d60d253ee38c --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0579_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba3a1211c1e08ef088aa9c42cee7de800902c9bfd569702979f73f05e8fe80bd +size 80858 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0580_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0580_1.png new file mode 100644 index 0000000000000000000000000000000000000000..c5d837ca0fdb8efabefe7949e0a0fa8396ef6e2b --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0580_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:481a9cfeedb2a7169ff6a7695943c1854ce89f1e8f6145d7fc4b653a09bb0412 +size 80038 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0581_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0581_1.png new file mode 100644 index 0000000000000000000000000000000000000000..a021b191d5c6362350f84a0645fa00ff3e75f771 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0581_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7af43ed813d987f5f1da4df10ff6718a464c03610eb3b08331cfb3e33bea03ea +size 80269 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0582_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0582_1.png new file mode 100644 index 0000000000000000000000000000000000000000..928b9359f7ef5bd9ea7cf11b5498d7efdb249803 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0582_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d267482518d86b8aac1cfbf37cd58442a1d25cedafa935534e75d11868259990 +size 79388 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0583_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0583_1.png new file mode 100644 index 0000000000000000000000000000000000000000..8c4458943f68e4e37bec7ee8de552a23d25e3389 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0583_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85179f29b97ff0b7449056414af80e0c7f752b1c84005cdba7e53f7275341c42 +size 80399 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0584_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0584_1.png new file mode 100644 index 0000000000000000000000000000000000000000..686340fb36694cb42a3895aee1636edad9de9882 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0584_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f4b1715367910be4744f6004d67335f6a159b1613abaf32905c543bea5e9d1a +size 81898 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0585_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0585_1.png new file mode 100644 index 0000000000000000000000000000000000000000..387a33353a8e60ed52a0ddba4873f975ae6bc1c3 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0585_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eacc4e057087e04f5eb84f3a060fb8e8371f14a3111a94d85f0fc558b86632d0 +size 80745 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0586_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0586_1.png new file mode 100644 index 0000000000000000000000000000000000000000..09a5f99fd626987e83ff73b6711198afef368290 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0586_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a5a2746444ce6ad5001d232b1122473e677911743b7391bc503b8b6fa048543 +size 76881 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0587_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0587_1.png new file mode 100644 index 0000000000000000000000000000000000000000..271755bd34f37650b0e1357408e0ea3b24e75474 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0587_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ea34145eaf37feba060b2f4f7784423c521350dece7a1f9c3276057aff7a315 +size 80810 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0588_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0588_1.png new file mode 100644 index 0000000000000000000000000000000000000000..85808130625706d832ee2b63c344bdec43bb436c --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0588_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95cd2bd29a258483b32c50584bb2d60b62355535d924e1edf63bc04532efde11 +size 81023 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0589_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0589_1.png new file mode 100644 index 0000000000000000000000000000000000000000..7bd575ae8067a9623b55023c03168d7e9919a11f --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0589_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9af310988f990422a7e534601283eb21873847e8ae387c0447bfbc21ae9d455a +size 80894 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0590_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0590_1.png new file mode 100644 index 0000000000000000000000000000000000000000..2b7aeb1d63e4df24dcb16c92cee4b9478896c229 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0590_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:692650727cd775f566ae40b06e19cee0ebb7f110fe2127286a74372e3058912c +size 80429 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0591_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0591_1.png new file mode 100644 index 0000000000000000000000000000000000000000..40e4d14e3d99d73d1f8cd46c9dd4fd33e668b742 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0591_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75769b7bdd0e189dd56d1db6eba470d2266c1e2dbb19b1930d68105ea4d7ca5a +size 80924 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0592_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0592_1.png new file mode 100644 index 0000000000000000000000000000000000000000..414e170c989f210fe4a17f44019cd52fdbd5e205 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0592_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0db4702d0180aaeca7237bf87b986bd779eb3674a29468bb33c6310c650e3691 +size 79014 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0593_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0593_1.png new file mode 100644 index 0000000000000000000000000000000000000000..6786a9295ea30d76e44e6619d65b41fa56bbbb0c --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0593_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30aa43c86266235ba0e8830a81776e19cfb4ce7608c238603ff1928e00d95ec3 +size 80601 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0594_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0594_1.png new file mode 100644 index 0000000000000000000000000000000000000000..9395e40d99bc4ea8af4d41b7cf99b0e9ef421ae5 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0594_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1ad5ebb8de0e91ddbc85f7d7b9ba2d342839d09c78b900bc21d9aaaf3b50121 +size 80599 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0595_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0595_1.png new file mode 100644 index 0000000000000000000000000000000000000000..73fc74ae1c07ff3e84fb5e4198e3014c0503a196 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0595_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18a2fc8a14c788447c62cef39a64884d0d9b201e3a503c9276629a8f03fe3df8 +size 81345 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0596_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0596_1.png new file mode 100644 index 0000000000000000000000000000000000000000..55864d6fad534d4e2edf16e0b8eb1551062fd576 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0596_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16afcedd561e1e4693a6728db2a8053c3aeebb8a6a628759f3bcd262ae4c46a6 +size 75603 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0597_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0597_1.png new file mode 100644 index 0000000000000000000000000000000000000000..5c30bfc30facb7c58519b62c4d0fd35e790b1cd2 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0597_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c95b3f03e23914a5bb2bf960167823ee59c941ca5a1251cfbd76edc30cd78f7 +size 80142 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0598_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0598_1.png new file mode 100644 index 0000000000000000000000000000000000000000..d85ed229e1dabce052be371c4b837af503c100b6 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0598_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66e514d5956f3b2eddc474aa7288cc8848c8d3ba084f4a3b6908474a47873842 +size 69841 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0599_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0599_1.png new file mode 100644 index 0000000000000000000000000000000000000000..0074086bc2185157fcf8dc658c8c0866ce08a2a8 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0599_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ec02e2a4ffd2bfaecc303fea877c8918c04d776fa1895b9e085d3136028d550 +size 69656 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0600_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0600_1.png new file mode 100644 index 0000000000000000000000000000000000000000..9f197a9bcfbad308a5e107b896bd4048c18d360d --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0600_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08bfdb741031ae8ba715ea1dab7ff8a87b65c2de2a769be6c85e747716cfe75f +size 83037 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0601_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0601_1.png new file mode 100644 index 0000000000000000000000000000000000000000..51722d1d4d6c566bf2455a4ac74ef3d161a05931 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0601_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f87eb736483963861c59bf30a6aa717eb3fc2bffcaae023ee76179d8ae39729 +size 77845 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0602_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0602_1.png new file mode 100644 index 0000000000000000000000000000000000000000..310b7265b38cfbb8317300bb4bdd6b429bf251d0 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0602_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b883737425ccf3637c5add24622a0449cd0186ce975265ca8e4aeb8f43a995ec +size 71468 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0603_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0603_1.png new file mode 100644 index 0000000000000000000000000000000000000000..df8c4254ef93078e41202e75c4eaff3ea1518b6c --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0603_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c63654e43357476bdec73bb87836689ffafd68961c0b596e06ae4ad5f96be6f +size 73248 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0604_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0604_1.png new file mode 100644 index 0000000000000000000000000000000000000000..82605e6775622e5694d9545315b853808aa50a1c --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0604_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:730c936223983447ae850b3b909b74d8daf25a33b94ade8cc83f7e59a499ffff +size 69540 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0605_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0605_1.png new file mode 100644 index 0000000000000000000000000000000000000000..2c20c557cc7e69dab9a27e501afcc5be8533f6eb --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0605_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a923ecb7489c1955df21118f88e0ad02cbbfa68d73ad129069b76baa1a629438 +size 75386 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0606_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0606_1.png new file mode 100644 index 0000000000000000000000000000000000000000..7bb36b3a6393b902fa79646301310dcab4544ee6 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0606_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d192cd7aaf5c789557e62b8ef864fd0c73b5a59f5b8f68a6c35831040ace87d0 +size 83565 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0607_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0607_1.png new file mode 100644 index 0000000000000000000000000000000000000000..b2b5a0b624585ee64db9752d0c99812579a7c8b3 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0607_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:839fe1e2eaa23b6be9bc8198cdc3e5e540869afffc2c14191feb0d42112c4c60 +size 82000 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0608_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0608_1.png new file mode 100644 index 0000000000000000000000000000000000000000..34aad25ad0f68a9e8f09868d33802233b970ef51 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0608_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4fdd1cdaa8c27debf048a4b9f194b2f7644efc1509e3852ffc96c3f1a1534e8 +size 80473 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0609_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0609_1.png new file mode 100644 index 0000000000000000000000000000000000000000..9016763495a0979c8241b9c1672a726325cd9cf1 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0609_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:961d7de76a8135278fc061597dc0a4495ad645c8e9534f9459dd6627091903f6 +size 80866 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0610_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0610_1.png new file mode 100644 index 0000000000000000000000000000000000000000..f6e7f4c69816650a6744b3f87af1f0a27874db9b --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0610_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90263a49367fd01492df9092293cf1e6c2d81fa989d82fc96830222eb708dd43 +size 78087 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0611_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0611_1.png new file mode 100644 index 0000000000000000000000000000000000000000..d879d4e920c76cd35fe34c1c99a4d4839314476b --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0611_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa11afaa4ea6a6652f62f007842bf19882fcb61fbde4687b921a19213601d741 +size 67795 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0612_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0612_1.png new file mode 100644 index 0000000000000000000000000000000000000000..ba6cd0d6f06ebb1b78531cd1d227100ca427141f --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0612_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1435c0771e501b27a9ec00b0c6b12cfc67c04be588b709e1ba7a002e329fe0c +size 78915 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0613_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0613_1.png new file mode 100644 index 0000000000000000000000000000000000000000..5de95b718cbbfe74f1c2bbd7818a19267e152f66 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0613_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eea3c00d98e0b0499baf046e960f77136fce13c8ae3d022d0f8c87a18a59756b +size 76881 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0614_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0614_1.png new file mode 100644 index 0000000000000000000000000000000000000000..fffe6c7465387008a6152f1509820af4b157243b --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0614_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdcb495ec12844ab57bc1d7acf0e662ba6c6b75a56577b88b26e6bfc19081b0c +size 80319 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0615_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0615_1.png new file mode 100644 index 0000000000000000000000000000000000000000..4a017cceb350d8da2b84236a788bbd6d738acfac --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0615_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31fb1b96d4a59e77c6e72eb22ac71addca06a4c9120954da8e0a7e2751390750 +size 73212 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0616_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0616_1.png new file mode 100644 index 0000000000000000000000000000000000000000..fa76c4d395ce3302606ae308302ede8b9d85ba6f --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0616_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91d095deb4b3fcaf9f71bed29fdead7d8f3feb9a20b13693ada9fef958e1be87 +size 70508 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0617_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0617_1.png new file mode 100644 index 0000000000000000000000000000000000000000..28c14f4f01b75a1576eb548d044c162ec4b5efd5 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0617_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93a05842c7831719604474131611860e748733be624f84107c21fc3e07e52fb9 +size 80071 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0618_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0618_1.png new file mode 100644 index 0000000000000000000000000000000000000000..4aac022fe690bbe6e8872fc285bb4e9d9cffb388 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0618_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f932323860c6516603c1d493e0142ba328b3957737cbab9397890c38fe228b68 +size 86530 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0619_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0619_1.png new file mode 100644 index 0000000000000000000000000000000000000000..b7bc022632c69c02c48eacaa0c5880b4196d47c8 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0619_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb7509018016ddf7725807db0d4b34a73476a443572e7e6decfb632b98795da3 +size 78679 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0620_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0620_1.png new file mode 100644 index 0000000000000000000000000000000000000000..fd87f8b4d8be3cda771250c81347b247bbfdb43d --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0620_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19eb68dce9ec806a7ccf7b885bb102331ce995082fec9265fee3757f7acd0ac8 +size 80440 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0621_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0621_1.png new file mode 100644 index 0000000000000000000000000000000000000000..e42ca597a6f6268107bc52b14c1555578204cc52 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0621_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e8270406564f90eee5b371e6fdd8f68ac6d8515b52ab03b0a1f77aa754d5e2a +size 78342 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0622_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0622_1.png new file mode 100644 index 0000000000000000000000000000000000000000..e47fd7a0cec6623d238c3658fc3f89954bb193df --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0622_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:965cff4814b74065b8c7c4e6b9fe9c829c21bb340e1bb1d79a601e1b49668a9f +size 79898 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0623_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0623_1.png new file mode 100644 index 0000000000000000000000000000000000000000..2dfccc08b9268b5a2683900b5c623ff711a719c0 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0623_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb8da2acbbd1afb7ad7a38bced8333ec1ce58f3f318f58ab516b190154696c96 +size 80035 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0624_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0624_1.png new file mode 100644 index 0000000000000000000000000000000000000000..d5747fce6ac429fcd4a40e55b45ff6d9b7a8dc07 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0624_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab914f522cd0ba873b61f7c3d0989c54a8ca8dffbee0d9ab89858d9db3a83e64 +size 69664 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0625_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0625_1.png new file mode 100644 index 0000000000000000000000000000000000000000..5efca55ec12ffd95720df47460a2fd1cff0822c9 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0625_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6823ab435ff347eebf0cdfcace54d8d6db73c48e4413227530c005954ebbedd +size 79903 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0626_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0626_1.png new file mode 100644 index 0000000000000000000000000000000000000000..5f722046d1f04ad8e102854f8e138aa6dad438d3 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0626_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f173d4cb821047c79887d079d56bfac6d8b1203ba2e6f36411692501fb70f60 +size 80425 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0627_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0627_1.png new file mode 100644 index 0000000000000000000000000000000000000000..d2f48be1515292341c5dfe6e20958ed0f2ec3941 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0627_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a77af245a620f293436791999453997f405d5acca7462af38ebc6f9ca567cee +size 78516 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0628_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0628_1.png new file mode 100644 index 0000000000000000000000000000000000000000..e65a4ce68ff9182a81fc45abc26f3a2332ec66c8 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0628_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54fc6526d99d74e6cd2e2ab04dc7407ca24a67038ae0a322357f72fb57ff1fc3 +size 80696 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0629_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0629_1.png new file mode 100644 index 0000000000000000000000000000000000000000..a05df08ea19ed63ed5d31795edee4a2d22e54c91 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0629_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3895e0c5158ffd8ed3b1694d0e55051c89e1a4651757f9982852255343668993 +size 79028 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0630_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0630_1.png new file mode 100644 index 0000000000000000000000000000000000000000..6ce493b34e431057100851756690a175210fa009 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0630_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:910ef6c840f9a2e855339a6be029e7b0acff1694627cb1f7d4437cbb5efb6c9c +size 79631 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0631_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0631_1.png new file mode 100644 index 0000000000000000000000000000000000000000..283419e8d29d83250039cd60f3b4c1b8bcac3732 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0631_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90b750735dc732dcfe9ae929136fbac9f546a5a269e28be9a48076769d7f209f +size 76707 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0632_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0632_1.png new file mode 100644 index 0000000000000000000000000000000000000000..8a80c3051885dc7b241c9674b5143524557898c9 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0632_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04e1a20050dffcb7fa8ee8e98c0df2208a30cf69626febccc3a141a1eb30f2e8 +size 77186 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0633_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0633_1.png new file mode 100644 index 0000000000000000000000000000000000000000..d76514a08582cdf0471ca4d9d33d0ee3aef29fc1 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0633_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49d8b86e986907d5875bd1a487511e83d0e08927ec575c13f124689e63572b2a +size 78783 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0634_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0634_1.png new file mode 100644 index 0000000000000000000000000000000000000000..840ba9a0abc779673b576058ca9e93470a9b0432 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0634_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f943c75cc4733738e46a2c2d33275aae0611e0a2fd4a1640fb59006251f4dd2 +size 79779 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0635_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0635_1.png new file mode 100644 index 0000000000000000000000000000000000000000..77da5567077fcc12191a37da0b2e0682bca49be8 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0635_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d1b61f49a28e398fca042110771cd0191e5162a29e9d28668183a480dbef2b3 +size 68511 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0636_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0636_1.png new file mode 100644 index 0000000000000000000000000000000000000000..087d68ad72e12ccdfbfb3a1febb9a6ae4f3b9cad --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0636_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58415147d779c2404635feb60dce8f2a0cff76669c80322cf082583a93a66e5e +size 70414 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0637_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0637_1.png new file mode 100644 index 0000000000000000000000000000000000000000..f86141389f68bd4e53d8164bc4e2776d68fed3df --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0637_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cb9a90dfd4f1baac35bfeacbe0a2b39fbd83c3c80955aaf1772074fd05a304f +size 72431 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0638_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0638_1.png new file mode 100644 index 0000000000000000000000000000000000000000..bd976f48195ee45dad22e29e9fca099d54962ab5 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0638_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5c591a66e323b9947115fa33f9e6eacffc1c0ff188012c0da725866c69486cb +size 80415 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0639_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0639_1.png new file mode 100644 index 0000000000000000000000000000000000000000..320bd3521da50f0e01e450d10b66f3b5ab6972d0 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0639_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c95574507e2cffc12c9b7107edef3ecc812b82f510cfecfa7d4351d80bc6994c +size 70870 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0640_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0640_1.png new file mode 100644 index 0000000000000000000000000000000000000000..64825df2eb69c88b59a23d859a8528635e3608c1 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0640_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92c58acbecf9f88904e15bb450b19662da1e4e0e98441815cb52bffd6922e46d +size 71097 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0641_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0641_1.png new file mode 100644 index 0000000000000000000000000000000000000000..173b8951f1697d1054215c0143476a7cf93ad606 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0641_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:246e73041f2229ba1afe2024abc530478be72edf6dffc6e75e898954b2805954 +size 81089 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0642_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0642_1.png new file mode 100644 index 0000000000000000000000000000000000000000..e00d98d000fd1ce143b918c79e9bfd0a9103e8d9 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0642_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8d35fd58f8dfff1902566289586b7fd1561bc119db8aa179df91ab9a5db2d2f +size 81141 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0643_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0643_1.png new file mode 100644 index 0000000000000000000000000000000000000000..2c7b4b08244d25806498e3a9de7d02438fd5fc23 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0643_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:263151c916a9a982696a2e0a78850946b1c0e1f18ae221e9012d44b4bc559d3c +size 81224 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0644_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0644_1.png new file mode 100644 index 0000000000000000000000000000000000000000..816a072e753b71c04b896dcd5e09a6dabb490109 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0644_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:188a018d2197b0e2032c06bec55568b9bf35b1e4ced9c743432924ecca7f78d8 +size 70235 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0645_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0645_1.png new file mode 100644 index 0000000000000000000000000000000000000000..0f6e613537e75f7d28fd070bda619ffb347f07c4 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0645_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea77ae135589f55d3adf18afaaae935bde3169bbbfa8504b9cc8b99b0571bd3f +size 79433 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0646_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0646_1.png new file mode 100644 index 0000000000000000000000000000000000000000..d5dccd35f38eb869445bd01a99dc7b0ffc71ae24 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0646_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55579e0dbb0f3427aa611c43a53ceb5491a50464a2e17f75b154ef43bbb8e573 +size 78635 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0647_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0647_1.png new file mode 100644 index 0000000000000000000000000000000000000000..751548e21719112246e3f86b29515b71eb6c4aff --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0647_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:799f2303e3f342a453d4177beb3d573216f26092564018c22b529db8ac27e3ca +size 78071 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0648_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0648_1.png new file mode 100644 index 0000000000000000000000000000000000000000..b41101436c6660025358e6c453c2b7a003057894 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0648_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:441c8694d79d073c1b1765780e787bb977f1633bec5f57018aa1437c2139dbd2 +size 80744 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0649_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0649_1.png new file mode 100644 index 0000000000000000000000000000000000000000..cbee3aa634f9735b7304c513a14f44e029572da0 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0649_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57589420aa66b49227dda0b66c03e809a006c0256edbdc21de254620b2d1b17e +size 69548 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0650_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0650_1.png new file mode 100644 index 0000000000000000000000000000000000000000..f16262f7e2c3a6a2c47ce2d36f0fed9aaf0550bf --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0650_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1920a7f92f9639ad42bfb5793fcdc23253ce537c44e27d4fcc9e1866c384dcc +size 79983 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0651_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0651_1.png new file mode 100644 index 0000000000000000000000000000000000000000..c746776334be7a8ab4e9c9a09859c5e3f36f086b --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0651_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c71a1bf8563408b2998e9ed0ed63d7210a6bf071852f4c58a4e2bd78bc4bbd84 +size 81400 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0652_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0652_1.png new file mode 100644 index 0000000000000000000000000000000000000000..5b4143e08654367349008399fbe08ee973cfa3a4 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0652_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73ab85cdff2986f09f89f78cd4d899739d9ade540929364c6731156541982e31 +size 79508 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0653_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0653_1.png new file mode 100644 index 0000000000000000000000000000000000000000..11e33c5d2d0a757cb3988d5935a421ab0c31e5ac --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0653_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38c568a9d2425dbf782c13338b4fe83555d0fdb151c31fac443e09259fc59230 +size 79731 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0654_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0654_1.png new file mode 100644 index 0000000000000000000000000000000000000000..ca4240ffa3d832c1f67c08fa2054b8a2e393231a --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0654_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5158cffb1790b414723670b65ce3eae88e3ba68305f726fc400882c7fd1b5315 +size 79985 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0655_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0655_1.png new file mode 100644 index 0000000000000000000000000000000000000000..671e12808703224bb7df2ea74b02f0379a5ff577 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0655_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54f5fae3d57ec079b1e7cfffa1abef16e3273f43c729bfa2806e09c7da0807a2 +size 71661 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0656_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0656_1.png new file mode 100644 index 0000000000000000000000000000000000000000..854a08d4841770c79611638b518d15646787e187 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0656_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ccdd1360809ffd81dd8e68a1fb4becd25e87b7310776da5a99edee73676c5ce +size 78244 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0657_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0657_1.png new file mode 100644 index 0000000000000000000000000000000000000000..8e1796a6602eb70ec51a05e2fd9ad7977015e701 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0657_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f48d2813890245ca3d02675d5d756e1dee21baf79285dac08ce3f0e068b3d1b +size 81943 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0658_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0658_1.png new file mode 100644 index 0000000000000000000000000000000000000000..27b8f6341fa0b9ccf4eca576a1e7a90010627ab6 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0658_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b59721a8e26ddad83006ba0d0b42defc688a8299186642e70d7f948bbaa4dcf +size 82552 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0659_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0659_1.png new file mode 100644 index 0000000000000000000000000000000000000000..a4a73b56769e7221ffb3c9552c877bfb65f6e94c --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0659_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d91468deaf7342363155fe3d60ed1e4d3a5f507090e9f5a66a63fbb66c7a9c8 +size 78860 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0660_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0660_1.png new file mode 100644 index 0000000000000000000000000000000000000000..820ea0a921ae4523353175b7dce84f5d2d5faee1 --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0660_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:182836dc4e8d29e0bb1e25c55b925bf91780f7f1be29f2604ee9cfb5040f1765 +size 78462 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0661_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0661_1.png new file mode 100644 index 0000000000000000000000000000000000000000..885cb3a3ef3dc494a6db4fec3796eda9b31c671a --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0661_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd4883cc237db6ff3f082421dd0e3371a9a67a9fdffc7ccb99b7db4e9c3c70cc +size 86683 diff --git a/MendeleyCXR/images/Shenzhen_CHNCXR_0662_1.png b/MendeleyCXR/images/Shenzhen_CHNCXR_0662_1.png new file mode 100644 index 0000000000000000000000000000000000000000..ff165cf36b720f5dcf4cec015ee4f1af67a15b5b --- /dev/null +++ b/MendeleyCXR/images/Shenzhen_CHNCXR_0662_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc00cfb04125e3552a66bd3a77de0607dfed4ce7c4f37794821845efad0a5ed6 +size 82189 diff --git a/MendeleyCXR/labels/Darwin_00000265_nCoV-Snohomish-20382862_web1_M1-Lungs-EDH-200201-640x300@2x.png b/MendeleyCXR/labels/Darwin_00000265_nCoV-Snohomish-20382862_web1_M1-Lungs-EDH-200201-640x300@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..72d1fadbd03eca67c7cc85ccfb88393b57c11a7d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000265_nCoV-Snohomish-20382862_web1_M1-Lungs-EDH-200201-640x300@2x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d257a54338dc0539ca18f75fde483bbf8f1a35a8f9581a6553fc45896247c953 +size 1344 diff --git a/MendeleyCXR/labels/Darwin_00000301_person88_virus_164.png b/MendeleyCXR/labels/Darwin_00000301_person88_virus_164.png new file mode 100644 index 0000000000000000000000000000000000000000..2634b5cb4cc7272bd87479589491d70f8af0c339 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000301_person88_virus_164.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:068a38af1f3492ce1ffabd376cb2399a2b0bbd1c652deb1719072e7982500cbe +size 1180 diff --git a/MendeleyCXR/labels/Darwin_00000302_person88_virus_165.png b/MendeleyCXR/labels/Darwin_00000302_person88_virus_165.png new file mode 100644 index 0000000000000000000000000000000000000000..828dd090168529acf932773e56288b6338c1d3db --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000302_person88_virus_165.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:184b3d697714e43b8a0ae1a6daa44fcde5b6fa888c2489885b1847daa938a45a +size 1240 diff --git a/MendeleyCXR/labels/Darwin_00000303_person88_virus_166.png b/MendeleyCXR/labels/Darwin_00000303_person88_virus_166.png new file mode 100644 index 0000000000000000000000000000000000000000..d1a32ef177eb8fa80ed931c56cdb9623f942c2f0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000303_person88_virus_166.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82ad37a0c50cc3d5f475641cab989c4f1306a190ada6131517650da825adcb8a +size 1338 diff --git a/MendeleyCXR/labels/Darwin_00000304_person88_virus_167.png b/MendeleyCXR/labels/Darwin_00000304_person88_virus_167.png new file mode 100644 index 0000000000000000000000000000000000000000..202a3a759e163360407b8e432e8d116f31fa7c61 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000304_person88_virus_167.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a94e401d927571929aaebee4d9de54d2b6f953068075f1bf2a6e94e96c713d0 +size 1300 diff --git a/MendeleyCXR/labels/Darwin_00000305_person89_virus_168.png b/MendeleyCXR/labels/Darwin_00000305_person89_virus_168.png new file mode 100644 index 0000000000000000000000000000000000000000..4615b05b7dae2e782a9b1a9c47259e466fe693e9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000305_person89_virus_168.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:894c2e9cbbe580ff862076ba0b7e71d9171fbaf894c82c581646362cf4698af6 +size 1442 diff --git a/MendeleyCXR/labels/Darwin_00000306_person90_virus_169.png b/MendeleyCXR/labels/Darwin_00000306_person90_virus_169.png new file mode 100644 index 0000000000000000000000000000000000000000..975499074c55f24a770bbe55cd9ba2a50f424f9d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000306_person90_virus_169.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fa471aa40fbb466827d3ad2a04f48bdf922ed6b8e2fecd3f857d4c5c6244acb +size 1359 diff --git a/MendeleyCXR/labels/Darwin_00000307_person90_virus_170.png b/MendeleyCXR/labels/Darwin_00000307_person90_virus_170.png new file mode 100644 index 0000000000000000000000000000000000000000..d6da0ae5e0d11253ccb18e4e57697495322400f4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000307_person90_virus_170.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a7728d844f6717c1a3bd2d76b7cf3070b89346ce283e0daa96d0289bad9db36 +size 1352 diff --git a/MendeleyCXR/labels/Darwin_00000308_person92_virus_174.png b/MendeleyCXR/labels/Darwin_00000308_person92_virus_174.png new file mode 100644 index 0000000000000000000000000000000000000000..cf797e416af66486f561a370337913d5120d78ad --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000308_person92_virus_174.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1908cd1e2d6a2141e13e3f4d564cce6240b1cd1c7639048ec5fcea14aca1e518 +size 1265 diff --git a/MendeleyCXR/labels/Darwin_00000309_person93_virus_175.png b/MendeleyCXR/labels/Darwin_00000309_person93_virus_175.png new file mode 100644 index 0000000000000000000000000000000000000000..b950ebd64052959a2539cca51c71f5cd27935de1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000309_person93_virus_175.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:910500c107ea14e2b8255ac68bb3f0f5d1bec55be5386035878cdbd8394f3835 +size 1337 diff --git a/MendeleyCXR/labels/Darwin_00000310_person94_virus_176.png b/MendeleyCXR/labels/Darwin_00000310_person94_virus_176.png new file mode 100644 index 0000000000000000000000000000000000000000..e2522dfcc0a98943725ba9f246b7137046dd8dc4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000310_person94_virus_176.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2589dad8e99bf3cc09a3cc296b617c0d6d29b976cf1b52075dc8a99d8014bc2a +size 1426 diff --git a/MendeleyCXR/labels/Darwin_00000311_person95_virus_177.png b/MendeleyCXR/labels/Darwin_00000311_person95_virus_177.png new file mode 100644 index 0000000000000000000000000000000000000000..bfffa59f0e415be4cc78eb1651082c1adce91629 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000311_person95_virus_177.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:011aeda15b7d84317623bb3df5cb28ce1e468a1f92d3f26259f47ac459909c6f +size 1417 diff --git a/MendeleyCXR/labels/Darwin_00000312_person96_virus_178.png b/MendeleyCXR/labels/Darwin_00000312_person96_virus_178.png new file mode 100644 index 0000000000000000000000000000000000000000..760006c708892347d224bbc50e0b170352b21734 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000312_person96_virus_178.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28a0b66f9ece51baec77e98e030821572ccd7a8606073cdcbe1948a3240c869c +size 1267 diff --git a/MendeleyCXR/labels/Darwin_00000313_person96_virus_179.png b/MendeleyCXR/labels/Darwin_00000313_person96_virus_179.png new file mode 100644 index 0000000000000000000000000000000000000000..402fc8cf46e54952d69a1727db5e24e6098d748a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000313_person96_virus_179.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b74a48c9e509df3c2f582d104e00dfca80ef925f52ba1b59cd31dfa73fe93dbf +size 1258 diff --git a/MendeleyCXR/labels/Darwin_00000314_person97_virus_180.png b/MendeleyCXR/labels/Darwin_00000314_person97_virus_180.png new file mode 100644 index 0000000000000000000000000000000000000000..a0d1e861be4202ce112f3eaf4136f0f7c031f334 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000314_person97_virus_180.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ea35a3db395a185e5f70917e756dd26fbc6f313700179003045d1f1d2b50b7d +size 1272 diff --git a/MendeleyCXR/labels/Darwin_00000315_person97_virus_181.png b/MendeleyCXR/labels/Darwin_00000315_person97_virus_181.png new file mode 100644 index 0000000000000000000000000000000000000000..c26dde21b05639617f3217ba130738f34d16091c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000315_person97_virus_181.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:873aa4d7de3695748675a4275aa89e8f2b114269b98fb51b11700151608bc2bd +size 1375 diff --git a/MendeleyCXR/labels/Darwin_00000316_person98_virus_182.png b/MendeleyCXR/labels/Darwin_00000316_person98_virus_182.png new file mode 100644 index 0000000000000000000000000000000000000000..d226da8636378d5ff1a4867f32f2e560eee10fab --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000316_person98_virus_182.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e42aa13a890fbea7dbcf0c99e350ae89b5b4adbd0bb0f4ecc8cf0e37b13ce834 +size 1367 diff --git a/MendeleyCXR/labels/Darwin_00000317_person99_virus_183.png b/MendeleyCXR/labels/Darwin_00000317_person99_virus_183.png new file mode 100644 index 0000000000000000000000000000000000000000..085c6745ea8cc97512e9a6d13b54f250f3cc3b0d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000317_person99_virus_183.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f346dcb230368daf4b18a870aab5172d8e7fad9508c566afda3bde66d362e2a +size 1295 diff --git a/MendeleyCXR/labels/Darwin_00000318_person890_virus_1540.png b/MendeleyCXR/labels/Darwin_00000318_person890_virus_1540.png new file mode 100644 index 0000000000000000000000000000000000000000..fe0bf0a402385bb282c7d76a273207e6f53ffdcb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000318_person890_virus_1540.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a3a185c2c7345a72357e7c27d58ed67135a54a0d15bd4472ab5f817d46b722d +size 1296 diff --git a/MendeleyCXR/labels/Darwin_00000319_person891_virus_1541.png b/MendeleyCXR/labels/Darwin_00000319_person891_virus_1541.png new file mode 100644 index 0000000000000000000000000000000000000000..f5faea931becd45a6a42333319e63fe10909ba90 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000319_person891_virus_1541.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d766a4ac2438889014df49e11d05dbb20b26befdd3ed772c3a79162fe9ccecc4 +size 1269 diff --git a/MendeleyCXR/labels/Darwin_00000320_person894_virus_1546.png b/MendeleyCXR/labels/Darwin_00000320_person894_virus_1546.png new file mode 100644 index 0000000000000000000000000000000000000000..c214037248fc787d228ca2ba9c5f7ae1a07473f4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000320_person894_virus_1546.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82b634f485ff7e7e879974781bad825500c1c00268d196ff826a20b9df91c3dc +size 1307 diff --git a/MendeleyCXR/labels/Darwin_00000321_person895_virus_1547.png b/MendeleyCXR/labels/Darwin_00000321_person895_virus_1547.png new file mode 100644 index 0000000000000000000000000000000000000000..9df11fa78cdab997130576fd34633023a7b4eee2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000321_person895_virus_1547.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60391e9c85ec5675119f7ce162273657a20d955ea1079dd0bf745a62b4ac4749 +size 1345 diff --git a/MendeleyCXR/labels/Darwin_00000322_person896_virus_1548.png b/MendeleyCXR/labels/Darwin_00000322_person896_virus_1548.png new file mode 100644 index 0000000000000000000000000000000000000000..13b6f16d72e0dad186c07bed90e82ab4e43be910 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000322_person896_virus_1548.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49907d7d1dbf79f2611a71a0970b1f01d9986a172365e873206a2978c39c86b2 +size 1322 diff --git a/MendeleyCXR/labels/Darwin_00000323_person898_virus_1552.png b/MendeleyCXR/labels/Darwin_00000323_person898_virus_1552.png new file mode 100644 index 0000000000000000000000000000000000000000..5fedd3ac406d2bd90764ed0a581e022b1714ca3a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000323_person898_virus_1552.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fa507acd83c77a4ee14271345ab0bf7ad540f2451282626cb362b83700a44b5 +size 1285 diff --git a/MendeleyCXR/labels/Darwin_00000324_person899_virus_1553.png b/MendeleyCXR/labels/Darwin_00000324_person899_virus_1553.png new file mode 100644 index 0000000000000000000000000000000000000000..1dfb63eb6316cd8b76d4b47f3dd6ebf55fe8ee4e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000324_person899_virus_1553.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11995285434a8825809d5d04e1231a3dee3d52ea49940c48bcd1e47c714d0482 +size 1341 diff --git a/MendeleyCXR/labels/Darwin_00000325_person900_virus_1554.png b/MendeleyCXR/labels/Darwin_00000325_person900_virus_1554.png new file mode 100644 index 0000000000000000000000000000000000000000..f8663fd398dcc4b69e0099332718731d5c0131a6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000325_person900_virus_1554.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:556c851e9f9a23f04c6dabab3c9df67862732f09e3eb7755d20751aaa953062f +size 1393 diff --git a/MendeleyCXR/labels/Darwin_00000326_person901_virus_1555.png b/MendeleyCXR/labels/Darwin_00000326_person901_virus_1555.png new file mode 100644 index 0000000000000000000000000000000000000000..91ca2e00daabc34fb2eb8a4cd8458ac02d338d57 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000326_person901_virus_1555.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d660483840f8195803023812dc65fc625cb19858d61be9aa3bbd7eed9311d7f4 +size 1340 diff --git a/MendeleyCXR/labels/Darwin_00000327_person905_virus_1561.png b/MendeleyCXR/labels/Darwin_00000327_person905_virus_1561.png new file mode 100644 index 0000000000000000000000000000000000000000..20e0e0074835d7db72597fd0cc9258c8de0b08ad --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000327_person905_virus_1561.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:792487bb1a624360417c29db2c687d8b1b9fd435b3535d10ea978389d66dfc43 +size 1314 diff --git a/MendeleyCXR/labels/Darwin_00000329_person907_virus_1563.png b/MendeleyCXR/labels/Darwin_00000329_person907_virus_1563.png new file mode 100644 index 0000000000000000000000000000000000000000..5378ce72dd6f2e8123a2dcb00eb3eb118e2be6c1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000329_person907_virus_1563.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3994cb476de71cf0e6cc7d7864e0b8f987cdc1e94ad9b99b56c6bc42a56f358d +size 1369 diff --git a/MendeleyCXR/labels/Darwin_00000330_person908_virus_1564.png b/MendeleyCXR/labels/Darwin_00000330_person908_virus_1564.png new file mode 100644 index 0000000000000000000000000000000000000000..b7dc117b374dbad822c0906f0b5d2595cda1eab0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000330_person908_virus_1564.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:815e8b83da7ece73547436efce32682d2bfb85c1075dd83a4d185ad1558d895f +size 1325 diff --git a/MendeleyCXR/labels/Darwin_00000332_person911_virus_1567.png b/MendeleyCXR/labels/Darwin_00000332_person911_virus_1567.png new file mode 100644 index 0000000000000000000000000000000000000000..d2ee9bb872b1477876898aeb66b2f5896b5d2cdc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000332_person911_virus_1567.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc04618988f7238215b5804ddce5fef1b92e00e9bd2ce3f8c8a7f9238f96e357 +size 1223 diff --git a/MendeleyCXR/labels/Darwin_00000333_person913_virus_1570.png b/MendeleyCXR/labels/Darwin_00000333_person913_virus_1570.png new file mode 100644 index 0000000000000000000000000000000000000000..52cd59f695370f5584f420b976bee0807bac3b7c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000333_person913_virus_1570.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:039f9ac54f121ca8fbb5291ed0f506e43984ec25d72b5700a49af56bb0bfe107 +size 1328 diff --git a/MendeleyCXR/labels/Darwin_00000334_person914_virus_1571.png b/MendeleyCXR/labels/Darwin_00000334_person914_virus_1571.png new file mode 100644 index 0000000000000000000000000000000000000000..d7f9bbfb7a78e1c8e97c511c6fa5151128472ade --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000334_person914_virus_1571.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03fa8f6a472b75c21ad7da90496e8ad26f13f1e4e03b926905a5ee6bc2556b19 +size 1319 diff --git a/MendeleyCXR/labels/Darwin_00000335_person915_virus_1572.png b/MendeleyCXR/labels/Darwin_00000335_person915_virus_1572.png new file mode 100644 index 0000000000000000000000000000000000000000..152ffbd21e22a0f130f3c499561af2ea77ee3dfa --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000335_person915_virus_1572.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb6dd75b55b85da93afaa5356fc916fac54cde08ed884624d580852087c56b62 +size 1361 diff --git a/MendeleyCXR/labels/Darwin_00000337_person919_virus_1576.png b/MendeleyCXR/labels/Darwin_00000337_person919_virus_1576.png new file mode 100644 index 0000000000000000000000000000000000000000..5398ab1c67447e71f39d08461a369bfe1cb70f44 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000337_person919_virus_1576.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d112187ce3689826ff7adc1b52d6e8039c530e5d3af00ba28b880d946675fc6 +size 1280 diff --git a/MendeleyCXR/labels/Darwin_00000338_person920_virus_1577.png b/MendeleyCXR/labels/Darwin_00000338_person920_virus_1577.png new file mode 100644 index 0000000000000000000000000000000000000000..00363cf56ce7ab29ed49b185f9f8a01d9b47ca35 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000338_person920_virus_1577.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10df170c75c89a608fb1f8c7ba2487d6d23091e564e6cbf552b845084d9618cf +size 1334 diff --git a/MendeleyCXR/labels/Darwin_00000340_person924_virus_1581.png b/MendeleyCXR/labels/Darwin_00000340_person924_virus_1581.png new file mode 100644 index 0000000000000000000000000000000000000000..e5ca0dd3fb8800aa7b800e42bc06691ece783f87 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000340_person924_virus_1581.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fae3e4d6740e22504bd3b6f24db661f33c5e92fbeb9d4bea97b7fae080e444e +size 1215 diff --git a/MendeleyCXR/labels/Darwin_00000341_person925_virus_1582.png b/MendeleyCXR/labels/Darwin_00000341_person925_virus_1582.png new file mode 100644 index 0000000000000000000000000000000000000000..ebb5080c2484341ad7d74b45a3e621a9537bbb92 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000341_person925_virus_1582.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82f71d864866b4f2823d87e980377c87b668cbc0fc25685fd8455beabc4f128b +size 1220 diff --git a/MendeleyCXR/labels/Darwin_00000342_person926_virus_1583.png b/MendeleyCXR/labels/Darwin_00000342_person926_virus_1583.png new file mode 100644 index 0000000000000000000000000000000000000000..1fcfcd13d03b1189caabd747cc2c19655e4fcc6a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000342_person926_virus_1583.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbbbdc393cde7b5f4c4ad738e324cdf92745fb235fa88227508e14cf75b71ada +size 1352 diff --git a/MendeleyCXR/labels/Darwin_00000343_person927_virus_1584.png b/MendeleyCXR/labels/Darwin_00000343_person927_virus_1584.png new file mode 100644 index 0000000000000000000000000000000000000000..8aeafa48780166c2a847fc3ed2e5d06534552d76 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000343_person927_virus_1584.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:918f34a8b6038942d13f8b00608ba024bdb6f0f237e19fe1776834ff1514ff17 +size 1254 diff --git a/MendeleyCXR/labels/Darwin_00000344_person928_virus_1586.png b/MendeleyCXR/labels/Darwin_00000344_person928_virus_1586.png new file mode 100644 index 0000000000000000000000000000000000000000..7f00682a0ff3ef56a6be0cb965cd49f570eafd31 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000344_person928_virus_1586.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f18088a80a16618ffb6e4a440f5a9b58471a896fb3037f0429b236f3b18c5ac +size 1352 diff --git a/MendeleyCXR/labels/Darwin_00000345_person929_virus_1588.png b/MendeleyCXR/labels/Darwin_00000345_person929_virus_1588.png new file mode 100644 index 0000000000000000000000000000000000000000..97de9993d819a76dd6035c585ae72c18ff803a0a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000345_person929_virus_1588.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b9a6bd2db0b3418dd831ca100413d8a98436d9d7c4eae7de1eecbcf9e1ddfc3 +size 1141 diff --git a/MendeleyCXR/labels/Darwin_00000346_person929_virus_1589.png b/MendeleyCXR/labels/Darwin_00000346_person929_virus_1589.png new file mode 100644 index 0000000000000000000000000000000000000000..eee43190a2de2cefbbc3a8c5c50291e8b4707e4a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000346_person929_virus_1589.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b722f2e45fd540f98b478f67a427a29b3ec158e820f0f9e6387e1050b28a97f +size 1239 diff --git a/MendeleyCXR/labels/Darwin_00000347_person931_virus_1592.png b/MendeleyCXR/labels/Darwin_00000347_person931_virus_1592.png new file mode 100644 index 0000000000000000000000000000000000000000..22d4ce5c2e014743370d6199e2677ac404a00df5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000347_person931_virus_1592.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d135312a8addc24f4ebbedbdca3a6ad3ee713687dd03ebafed8507dfc2f6c4f +size 1256 diff --git a/MendeleyCXR/labels/Darwin_00000348_person932_virus_1593.png b/MendeleyCXR/labels/Darwin_00000348_person932_virus_1593.png new file mode 100644 index 0000000000000000000000000000000000000000..c6b724fad4224f8806b0d5c3126696c2d7b94fc4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000348_person932_virus_1593.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26812e01aa4c4c9ae7ad15fb1f02d88df894f7264caedb5f959812de0f176a24 +size 1401 diff --git a/MendeleyCXR/labels/Darwin_00000349_person933_virus_1594.png b/MendeleyCXR/labels/Darwin_00000349_person933_virus_1594.png new file mode 100644 index 0000000000000000000000000000000000000000..9859ba38ed79ea07ec06e773b2803e808b2c0dcb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000349_person933_virus_1594.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33650d70258a6471587f785abfd5e919dd81ddde37374588e71866b2a128f2fe +size 1152 diff --git a/MendeleyCXR/labels/Darwin_00000351_person935_virus_1597.png b/MendeleyCXR/labels/Darwin_00000351_person935_virus_1597.png new file mode 100644 index 0000000000000000000000000000000000000000..b7f7b242bf614b1516733e395b6382433664b219 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000351_person935_virus_1597.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ea614a20f4d3cc0605c2ac151f1658554f39f150a203faed72e38cc59426bae +size 1350 diff --git a/MendeleyCXR/labels/Darwin_00000352_person936_virus_1598.png b/MendeleyCXR/labels/Darwin_00000352_person936_virus_1598.png new file mode 100644 index 0000000000000000000000000000000000000000..e110bc1f9a85048a36dfaec667f59b0430f5adcd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000352_person936_virus_1598.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e260bd92836affb4b137b32701bb6dd48e665840ee4d574d3f8046e351787140 +size 1279 diff --git a/MendeleyCXR/labels/Darwin_00000353_person937_virus_1599.png b/MendeleyCXR/labels/Darwin_00000353_person937_virus_1599.png new file mode 100644 index 0000000000000000000000000000000000000000..23d18d6517b3e4c4ee508d445a23f69f412b34ba --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000353_person937_virus_1599.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cc49c8ffa5eaa780687794878d6478391b94bda26ded0e284bdc8eedb4eb052 +size 1089 diff --git a/MendeleyCXR/labels/Darwin_00000355_person940_virus_1602.png b/MendeleyCXR/labels/Darwin_00000355_person940_virus_1602.png new file mode 100644 index 0000000000000000000000000000000000000000..d0aa0f9762880963b1796fe61c02658252f08448 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000355_person940_virus_1602.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b42c887b95f61e9cee6325e680035e91b61eafbe24e6aa421a003f5dde943a5 +size 1317 diff --git a/MendeleyCXR/labels/Darwin_00000356_person940_virus_1604.png b/MendeleyCXR/labels/Darwin_00000356_person940_virus_1604.png new file mode 100644 index 0000000000000000000000000000000000000000..b6cf3bb25c2309fe2423e4107011b1c9b6ebc856 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000356_person940_virus_1604.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b80cfbd7944207c86aeba028ffc1a15d391fd9786ef7d20ee25076d4c2161ad2 +size 1330 diff --git a/MendeleyCXR/labels/Darwin_00000357_person940_virus_1605.png b/MendeleyCXR/labels/Darwin_00000357_person940_virus_1605.png new file mode 100644 index 0000000000000000000000000000000000000000..ee6059fe01f3759bbb7b8b4582f29b465d8414b4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000357_person940_virus_1605.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd969e887bb5cc6d9672bfa13fd6c7d1392599edc192427dd7d9a9f28ab801e7 +size 1258 diff --git a/MendeleyCXR/labels/Darwin_00000358_person940_virus_1607.png b/MendeleyCXR/labels/Darwin_00000358_person940_virus_1607.png new file mode 100644 index 0000000000000000000000000000000000000000..16e7ed3aeefb956f73406c2a09dc2688046cc4f0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000358_person940_virus_1607.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7a8242c7deb68d5ca0a65cce91262ff184504bd7e4ed581311bb79c7ebd8475 +size 1248 diff --git a/MendeleyCXR/labels/Darwin_00000359_person940_virus_1609.png b/MendeleyCXR/labels/Darwin_00000359_person940_virus_1609.png new file mode 100644 index 0000000000000000000000000000000000000000..bd6a36f8b61b6439132ef87f67cbf15836018ceb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000359_person940_virus_1609.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b9cb340ebbeab4ba14e795a71a7c7457ba8042c87cea18f9854ab27b070eeb1 +size 1387 diff --git a/MendeleyCXR/labels/Darwin_00000360_person941_virus_1610.png b/MendeleyCXR/labels/Darwin_00000360_person941_virus_1610.png new file mode 100644 index 0000000000000000000000000000000000000000..81336eaeef614c271a59204b5b460907a13bca5b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000360_person941_virus_1610.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abd7f577d37481f2ed764eaf189256e6f7f1873c0ec47d3ac0f1c51d86a5a859 +size 1266 diff --git a/MendeleyCXR/labels/Darwin_00000361_person942_virus_1611.png b/MendeleyCXR/labels/Darwin_00000361_person942_virus_1611.png new file mode 100644 index 0000000000000000000000000000000000000000..55907f741d1f03e9ef75a6fafa595a5805c22b78 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000361_person942_virus_1611.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee31eeff5ddf3455a2793210a536560cee50bfdbd20a565a6d04ccb68a397e5e +size 1309 diff --git a/MendeleyCXR/labels/Darwin_00000362_person945_virus_1616.png b/MendeleyCXR/labels/Darwin_00000362_person945_virus_1616.png new file mode 100644 index 0000000000000000000000000000000000000000..e6b49bebb9c74e75d915bb02ac18656fa28fc7be --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000362_person945_virus_1616.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdf94e2a62ec4e912911cdcdac4947c74689af33f2a92da89d458b5df95af011 +size 1439 diff --git a/MendeleyCXR/labels/Darwin_00000363_person947_virus_1618.png b/MendeleyCXR/labels/Darwin_00000363_person947_virus_1618.png new file mode 100644 index 0000000000000000000000000000000000000000..d4cecd0b7639a80c1d7d2f4c8f7676bf8ce49260 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000363_person947_virus_1618.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a8778e085db3c7cab0800eb252de5fc6be112d5f01bfa7028eb873cded98710 +size 1394 diff --git a/MendeleyCXR/labels/Darwin_00000364_person949_virus_1620.png b/MendeleyCXR/labels/Darwin_00000364_person949_virus_1620.png new file mode 100644 index 0000000000000000000000000000000000000000..aa97c7f52b353bc4888ac347f4a19964fd25d666 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000364_person949_virus_1620.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02541f8c571af83f399fc4724e93549639c7a791276a053388c5d748df27da61 +size 1478 diff --git a/MendeleyCXR/labels/Darwin_00000365_person950_virus_1621.png b/MendeleyCXR/labels/Darwin_00000365_person950_virus_1621.png new file mode 100644 index 0000000000000000000000000000000000000000..ff2915122b275b7dd63cefabe5d7247dd1bbc05e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000365_person950_virus_1621.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:130fe9545fe086b70ff8594f02c4574d5d360196325670ce963773e2aed3088a +size 1254 diff --git a/MendeleyCXR/labels/Darwin_00000366_person951_virus_1622.png b/MendeleyCXR/labels/Darwin_00000366_person951_virus_1622.png new file mode 100644 index 0000000000000000000000000000000000000000..b8753114cac663b2f55a815766bca956e948acd4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000366_person951_virus_1622.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d17edbe099cf84841bf09db146ac721764c3ffb10dc8ba091d18b992fa874f2f +size 1339 diff --git a/MendeleyCXR/labels/Darwin_00000368_person954_virus_1626.png b/MendeleyCXR/labels/Darwin_00000368_person954_virus_1626.png new file mode 100644 index 0000000000000000000000000000000000000000..2da7eff56ba9aed39df278d59d148323e4833887 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000368_person954_virus_1626.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e465a3039d85bafa10f377d3f6846ed2d6034ba8c1ed39de4208a8dd2df2b68 +size 1233 diff --git a/MendeleyCXR/labels/Darwin_00000369_person955_virus_1627.png b/MendeleyCXR/labels/Darwin_00000369_person955_virus_1627.png new file mode 100644 index 0000000000000000000000000000000000000000..2fc5898ba60dc8a7ba45349e095f6b0d9da4d64f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000369_person955_virus_1627.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ef7fe9f6f622ba2f0270204fbf3cb07493eb25e63bc2debddea689f2f6dafda +size 1388 diff --git a/MendeleyCXR/labels/Darwin_00000370_person956_virus_1628.png b/MendeleyCXR/labels/Darwin_00000370_person956_virus_1628.png new file mode 100644 index 0000000000000000000000000000000000000000..cc39f5d76224115005e7c50b1c4c415f41a4e4d9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000370_person956_virus_1628.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a79d0249c00d2d82e2ab8c2b70e1892031e159e626dff2d760bcde34a738c4c4 +size 1360 diff --git a/MendeleyCXR/labels/Darwin_00000371_person957_virus_1629.png b/MendeleyCXR/labels/Darwin_00000371_person957_virus_1629.png new file mode 100644 index 0000000000000000000000000000000000000000..5006d34d172dd58f51c7784b5b9c4d315bddd234 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000371_person957_virus_1629.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6453b6b4fc3b0c9e5e5ab0772be2ef3b522e785162629f84f13f223a86dd548f +size 1266 diff --git a/MendeleyCXR/labels/Darwin_00000372_person958_virus_1630.png b/MendeleyCXR/labels/Darwin_00000372_person958_virus_1630.png new file mode 100644 index 0000000000000000000000000000000000000000..2ed0f8ed51ff8b1d35c01e007e0dcbcd3e9b6089 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000372_person958_virus_1630.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a38694e114ea7517435c5c2ff1ea035407f4e5d073c115ff701afb4e84b250e +size 1376 diff --git a/MendeleyCXR/labels/Darwin_00000373_person960_virus_1633.png b/MendeleyCXR/labels/Darwin_00000373_person960_virus_1633.png new file mode 100644 index 0000000000000000000000000000000000000000..ced2af8e1260285559c163fb76cf0f01e3147ffd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000373_person960_virus_1633.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8cd9f5731a5358d53e93ef90c57b114ce296be945f0e18cf9ba5580010776be +size 1234 diff --git a/MendeleyCXR/labels/Darwin_00000374_person961_virus_1634.png b/MendeleyCXR/labels/Darwin_00000374_person961_virus_1634.png new file mode 100644 index 0000000000000000000000000000000000000000..3444c532ea7a4618fddbebbfee1487c239a59cff --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000374_person961_virus_1634.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0205635b58b7041c4b49da98fcca490237f7470fce74c342f8d1ec8b330629f8 +size 1172 diff --git a/MendeleyCXR/labels/Darwin_00000375_person962_virus_1635.png b/MendeleyCXR/labels/Darwin_00000375_person962_virus_1635.png new file mode 100644 index 0000000000000000000000000000000000000000..0310544afa9b5d9c35e1bd6e58318a1e6a3bd113 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000375_person962_virus_1635.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7f0f7b025431631e274bad9bd2fcac43c35f8968db6f4323687ecc57857b665 +size 1196 diff --git a/MendeleyCXR/labels/Darwin_00000376_person963_virus_1636.png b/MendeleyCXR/labels/Darwin_00000376_person963_virus_1636.png new file mode 100644 index 0000000000000000000000000000000000000000..6769331395c520f16544c210a886d084085e7b9a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000376_person963_virus_1636.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6611c76a1a81fbabbe47b8a40b201d802a27c1cadf6bd4382060be8b45f20ca5 +size 1369 diff --git a/MendeleyCXR/labels/Darwin_00000377_person964_virus_1637.png b/MendeleyCXR/labels/Darwin_00000377_person964_virus_1637.png new file mode 100644 index 0000000000000000000000000000000000000000..b58e3cfd2a83d254402a22ba67f7fb7a0b2b35ec --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000377_person964_virus_1637.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f053e276dfdd1fefb6463cb6ed9b0fbd43f5b7c1432f36415df0c13ca9fcf816 +size 1164 diff --git a/MendeleyCXR/labels/Darwin_00000378_person965_virus_1638.png b/MendeleyCXR/labels/Darwin_00000378_person965_virus_1638.png new file mode 100644 index 0000000000000000000000000000000000000000..4cda75ae8962ce7e787cf9e14fa3778ae188b964 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000378_person965_virus_1638.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6040394e799c5efb00479d455f884f27a1722d8d7f0d977d8887d74df8f1815 +size 1319 diff --git a/MendeleyCXR/labels/Darwin_00000379_person966_virus_1639.png b/MendeleyCXR/labels/Darwin_00000379_person966_virus_1639.png new file mode 100644 index 0000000000000000000000000000000000000000..4b65961d670626a843145a764fae7cfacbcafd83 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000379_person966_virus_1639.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9116b3200eb9f6b60db62c012c7c61e85c505c57b42817fa180a883cfb14fd89 +size 1164 diff --git a/MendeleyCXR/labels/Darwin_00000380_person967_virus_1640.png b/MendeleyCXR/labels/Darwin_00000380_person967_virus_1640.png new file mode 100644 index 0000000000000000000000000000000000000000..b097215cefb5b296b37d3af1957c8fa5ff11dfe3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000380_person967_virus_1640.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a93a0b59312b5ebcf807b957f87e0a6a7d4feb95d13e1f325bbfd6fb70ed945 +size 1384 diff --git a/MendeleyCXR/labels/Darwin_00000381_person968_virus_1642.png b/MendeleyCXR/labels/Darwin_00000381_person968_virus_1642.png new file mode 100644 index 0000000000000000000000000000000000000000..ee7b2c03d6c8ffba35b5646bbd3095a240c77b67 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000381_person968_virus_1642.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26bcdfc99fecb1fb2aa5bb11f23c6a7b3104c639ed14a9006bce5bebd13c85cd +size 1239 diff --git a/MendeleyCXR/labels/Darwin_00000382_person969_virus_1643.png b/MendeleyCXR/labels/Darwin_00000382_person969_virus_1643.png new file mode 100644 index 0000000000000000000000000000000000000000..68cee0558fcb53f60131df1000acca34ad0c7f62 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000382_person969_virus_1643.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5612d8d3750c03843b98185fe7d0f8152fb1f0565eebb76942cbc9d415058614 +size 1214 diff --git a/MendeleyCXR/labels/Darwin_00000383_person970_virus_1644.png b/MendeleyCXR/labels/Darwin_00000383_person970_virus_1644.png new file mode 100644 index 0000000000000000000000000000000000000000..c270d1ff55b47355d5b6fd053e71ef65f90b68ab --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000383_person970_virus_1644.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b22c08c442f04efb16859616537c8b9540f296aeb9d40198cb5a9456da3d13e +size 1315 diff --git a/MendeleyCXR/labels/Darwin_00000384_person972_virus_1646.png b/MendeleyCXR/labels/Darwin_00000384_person972_virus_1646.png new file mode 100644 index 0000000000000000000000000000000000000000..497142ca82f1b9cc67aa1043ef979c79effec278 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000384_person972_virus_1646.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aa15882e75689390927523002988e8503d2bd6e7d99c081440f46387ef02f63 +size 1274 diff --git a/MendeleyCXR/labels/Darwin_00000385_person973_virus_1647.png b/MendeleyCXR/labels/Darwin_00000385_person973_virus_1647.png new file mode 100644 index 0000000000000000000000000000000000000000..2bf48a61bf086482f5107764d5c4aab5cb7e27aa --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000385_person973_virus_1647.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48ec918c1683b5a2b8cc25ad6c8fec6c931760fa984b881db8fc9cc5cfd345af +size 1420 diff --git a/MendeleyCXR/labels/Darwin_00000386_person974_virus_1649.png b/MendeleyCXR/labels/Darwin_00000386_person974_virus_1649.png new file mode 100644 index 0000000000000000000000000000000000000000..ac0d3f951fa7343be5f128c62239792935b6d046 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000386_person974_virus_1649.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4460b38d80b2693311a1797186aa842c0c3983fa20482b0f4686f2968de17246 +size 1442 diff --git a/MendeleyCXR/labels/Darwin_00000387_person975_virus_1650.png b/MendeleyCXR/labels/Darwin_00000387_person975_virus_1650.png new file mode 100644 index 0000000000000000000000000000000000000000..2bd7d6a38d4d14913a90c3fd9efd0877b47a7e97 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000387_person975_virus_1650.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df3be37d457b03faf5e2a56cda97ab85a4519a7318a6ac9ae21dc08d0ac52cc1 +size 1326 diff --git a/MendeleyCXR/labels/Darwin_00000388_person976_virus_1651.png b/MendeleyCXR/labels/Darwin_00000388_person976_virus_1651.png new file mode 100644 index 0000000000000000000000000000000000000000..5d0d78a495cd8ec1893b614d98f256a1071b1c0d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000388_person976_virus_1651.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:211260c45f63ebcbb6e5801069e9856135b7ceb08c3553385e86cef4ef5d04d1 +size 1280 diff --git a/MendeleyCXR/labels/Darwin_00000389_person977_virus_1652.png b/MendeleyCXR/labels/Darwin_00000389_person977_virus_1652.png new file mode 100644 index 0000000000000000000000000000000000000000..b24f69bc86deb433d926347df778d942908ea99e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000389_person977_virus_1652.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee14242fd3d33fac57ce968d80ed41b95f747ee14b1ca34be7274dc87a10104d +size 1300 diff --git a/MendeleyCXR/labels/Darwin_00000390_person978_virus_1653.png b/MendeleyCXR/labels/Darwin_00000390_person978_virus_1653.png new file mode 100644 index 0000000000000000000000000000000000000000..a76d822cf930176a47b71794414fd9352ab1ae73 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000390_person978_virus_1653.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ad1b635bdb04326b9d7934553ddf2a75cef087400ada27aabb67562e12aa10b +size 1275 diff --git a/MendeleyCXR/labels/Darwin_00000391_person979_virus_1654.png b/MendeleyCXR/labels/Darwin_00000391_person979_virus_1654.png new file mode 100644 index 0000000000000000000000000000000000000000..bc1d990acdfefbdba83934ead4b672f9959e3cc9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000391_person979_virus_1654.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f95984aeadf2bd0277778a8fd647ea6c810cdd6bbc3e9302f3a68457c828d35 +size 1373 diff --git a/MendeleyCXR/labels/Darwin_00000393_person981_virus_1657.png b/MendeleyCXR/labels/Darwin_00000393_person981_virus_1657.png new file mode 100644 index 0000000000000000000000000000000000000000..82034604d13f550a66d0ba9871f5536489aaf59e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000393_person981_virus_1657.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:475fda0dbeb88519509ea1a1ee0b4ff7211ba9c1632af18c70b3d8a6be546d03 +size 1449 diff --git a/MendeleyCXR/labels/Darwin_00000394_person982_virus_1658.png b/MendeleyCXR/labels/Darwin_00000394_person982_virus_1658.png new file mode 100644 index 0000000000000000000000000000000000000000..a447184819ad3e2b5d47a3b2e7528210778defea --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000394_person982_virus_1658.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b49bb5263f14f844995166947cc8963f84fea56b5e1870795fe0b76270353df8 +size 1315 diff --git a/MendeleyCXR/labels/Darwin_00000395_person983_virus_1660.png b/MendeleyCXR/labels/Darwin_00000395_person983_virus_1660.png new file mode 100644 index 0000000000000000000000000000000000000000..01325d3440853b89403682b490ab4b4522f67f84 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000395_person983_virus_1660.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee07da310cbc63189a3e75a4b70ede4caef93d15deaa1507181848eb9414c25d +size 1360 diff --git a/MendeleyCXR/labels/Darwin_00000396_person988_virus_1666.png b/MendeleyCXR/labels/Darwin_00000396_person988_virus_1666.png new file mode 100644 index 0000000000000000000000000000000000000000..5a7e8b91647786de6337bd88689bbc768959f7ca --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000396_person988_virus_1666.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:301a9cd6aae26681b6c6aae628619751e731b14b029190b1c1b3c5eb46613408 +size 1318 diff --git a/MendeleyCXR/labels/Darwin_00000397_person989_virus_1667.png b/MendeleyCXR/labels/Darwin_00000397_person989_virus_1667.png new file mode 100644 index 0000000000000000000000000000000000000000..e9dedfb9d38dd7cf329da2f4fc75dc85249566e5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000397_person989_virus_1667.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8e61b066222dda0e7b8a2824e225629d5f3ebdb4d7c68166f7967e9dc770be1 +size 1310 diff --git a/MendeleyCXR/labels/Darwin_00000398_person991_virus_1669.png b/MendeleyCXR/labels/Darwin_00000398_person991_virus_1669.png new file mode 100644 index 0000000000000000000000000000000000000000..5d094ec865a81485d9cf9dbfdfa15f0b735d94fe --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000398_person991_virus_1669.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ae5bb810ebd946936c367ad26cef813d2efe7d99f3e21cc038d0f28e864baeb +size 1315 diff --git a/MendeleyCXR/labels/Darwin_00000399_person992_virus_1670.png b/MendeleyCXR/labels/Darwin_00000399_person992_virus_1670.png new file mode 100644 index 0000000000000000000000000000000000000000..8c43d13d20fa1d6639627a27d564fc6e57dc287a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000399_person992_virus_1670.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd8852750f55c0a2c36af72cd5d450493d8cc0506dbca5416acd696f2da2672f +size 1089 diff --git a/MendeleyCXR/labels/Darwin_00000400_person993_virus_1671.png b/MendeleyCXR/labels/Darwin_00000400_person993_virus_1671.png new file mode 100644 index 0000000000000000000000000000000000000000..0271b0efd96fe3400fe51f64ddfaec73e860adbc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000400_person993_virus_1671.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1db5d558662aa9cd4682fd5dee26b6a31e2ae66aa1018a683421491a493b3a8 +size 1218 diff --git a/MendeleyCXR/labels/Darwin_00000402_person995_virus_1676.png b/MendeleyCXR/labels/Darwin_00000402_person995_virus_1676.png new file mode 100644 index 0000000000000000000000000000000000000000..eab6027b035f7328c98159f3a0758bb6046777db --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000402_person995_virus_1676.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bd3527fddaa6d9e4af7f8328c371b8ffcdf61a262b81771365a0a0240fd2fa3 +size 1256 diff --git a/MendeleyCXR/labels/Darwin_00000404_person997_virus_1678.png b/MendeleyCXR/labels/Darwin_00000404_person997_virus_1678.png new file mode 100644 index 0000000000000000000000000000000000000000..5b49ddb50ee5e1139441338e97087cbf514ef878 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000404_person997_virus_1678.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:433ae3740985e2d2c1022d0e535f557aee5816a3d65311a1bc0db3c1bca62d60 +size 1145 diff --git a/MendeleyCXR/labels/Darwin_00000405_person80_virus_150.png b/MendeleyCXR/labels/Darwin_00000405_person80_virus_150.png new file mode 100644 index 0000000000000000000000000000000000000000..decfa57d0a507476b12a3ea9c8aef77dc1e2ce92 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000405_person80_virus_150.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c51cccff494bc3b4580d92c21d5d3e2ece03b547f12978af7eb67a1cb4e3c5a5 +size 1322 diff --git a/MendeleyCXR/labels/Darwin_00000406_person81_virus_152.png b/MendeleyCXR/labels/Darwin_00000406_person81_virus_152.png new file mode 100644 index 0000000000000000000000000000000000000000..595c403172b7df84883f33c28f387605abf72608 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000406_person81_virus_152.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca6f15ca5ebce939b90d89ece89707c3fab35511e855b26db3700bae7479b24c +size 1337 diff --git a/MendeleyCXR/labels/Darwin_00000407_person81_virus_153.png b/MendeleyCXR/labels/Darwin_00000407_person81_virus_153.png new file mode 100644 index 0000000000000000000000000000000000000000..37f2305aab18a2711de94502793decc0cf22a180 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000407_person81_virus_153.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe956289ea613721402227b7aa7934494bb82d0760a38e46f6600672b30f2154 +size 1213 diff --git a/MendeleyCXR/labels/Darwin_00000408_person82_virus_154.png b/MendeleyCXR/labels/Darwin_00000408_person82_virus_154.png new file mode 100644 index 0000000000000000000000000000000000000000..3468712d6f35fbc65fe76e426e7a3b1e634d9eb1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000408_person82_virus_154.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e80f4c8050444b62c3557e58a71f5f29e29f646ec369a68b3778b2381cbf2d13 +size 1317 diff --git a/MendeleyCXR/labels/Darwin_00000409_person82_virus_155.png b/MendeleyCXR/labels/Darwin_00000409_person82_virus_155.png new file mode 100644 index 0000000000000000000000000000000000000000..79bee2588fd77d2ec99a53b513e6c23d9b780bc7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000409_person82_virus_155.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:613871bc78b4245c67dbc8ea7fde014d4e2e780260bab2c3497a0ad8af00c3b5 +size 1322 diff --git a/MendeleyCXR/labels/Darwin_00000410_person83_virus_156.png b/MendeleyCXR/labels/Darwin_00000410_person83_virus_156.png new file mode 100644 index 0000000000000000000000000000000000000000..cd0835acf83bd61fde0158c4092ddd15c9ed5599 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000410_person83_virus_156.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df1fde06dcfbac25e528d2138ca8a54763b6a5f4de487aa76a4bb7bf74562299 +size 1285 diff --git a/MendeleyCXR/labels/Darwin_00000411_person84_virus_157.png b/MendeleyCXR/labels/Darwin_00000411_person84_virus_157.png new file mode 100644 index 0000000000000000000000000000000000000000..0fb9c4a70283fbf48c3a738556b3a5f56c1ca4c7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000411_person84_virus_157.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1c2aa2236869a956b12a4919826a62f257f2a2a3c5c8d96168a1cf086a40caa +size 1396 diff --git a/MendeleyCXR/labels/Darwin_00000412_person86_virus_159.png b/MendeleyCXR/labels/Darwin_00000412_person86_virus_159.png new file mode 100644 index 0000000000000000000000000000000000000000..88b86a4dc6994d5c6fd1c89859a8592598251575 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000412_person86_virus_159.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dab1d5e194c4d74ed0535d9aed1d7022e9c4f03cfe702a5e8a72d6da297da438 +size 1338 diff --git a/MendeleyCXR/labels/Darwin_00000413_person87_virus_160.png b/MendeleyCXR/labels/Darwin_00000413_person87_virus_160.png new file mode 100644 index 0000000000000000000000000000000000000000..4ea571b1360ea3f2c023260b32f0f602e150ec09 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000413_person87_virus_160.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c607a5c16b46efc6e5af84cc60a0e0ee920da9e0b68ef0432a35c418178a406 +size 1448 diff --git a/MendeleyCXR/labels/Darwin_00000414_person88_virus_161.png b/MendeleyCXR/labels/Darwin_00000414_person88_virus_161.png new file mode 100644 index 0000000000000000000000000000000000000000..ae967e4c18d200af0037935215fddf171841ee9e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000414_person88_virus_161.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df452d0edcb6119712e90bdad6b265e5c64304fb85eeadb5b46485edd62f6bd7 +size 1412 diff --git a/MendeleyCXR/labels/Darwin_00000415_person88_virus_163.png b/MendeleyCXR/labels/Darwin_00000415_person88_virus_163.png new file mode 100644 index 0000000000000000000000000000000000000000..96aa21fe2602b33202d59eafd544b3ad87c6fe59 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000415_person88_virus_163.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18d58c258288f65d936df9cead8ff062bcf2483489e95cb9c7a22344006391e7 +size 1292 diff --git a/MendeleyCXR/labels/Darwin_00000416_person730_virus_1351.png b/MendeleyCXR/labels/Darwin_00000416_person730_virus_1351.png new file mode 100644 index 0000000000000000000000000000000000000000..1a2155668e1287e3b4e92126f340030a526ccbbb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000416_person730_virus_1351.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a0f6ed39fad755a792760760007db0502dc1ee4c701b0b88a5a40f419208a24 +size 1234 diff --git a/MendeleyCXR/labels/Darwin_00000417_person731_virus_1352.png b/MendeleyCXR/labels/Darwin_00000417_person731_virus_1352.png new file mode 100644 index 0000000000000000000000000000000000000000..3ad9df9d88e1aac8efb246d6a17fc721c66060e3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000417_person731_virus_1352.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e739d22cff857774672d62f0e3c7d9f4356310ce5b7782009947ebc2b193dc72 +size 1217 diff --git a/MendeleyCXR/labels/Darwin_00000418_person732_virus_1353.png b/MendeleyCXR/labels/Darwin_00000418_person732_virus_1353.png new file mode 100644 index 0000000000000000000000000000000000000000..e542a171d6a06f86d9afda4095433a31223d38c2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000418_person732_virus_1353.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9dd9d618b76b30f33c8c636b46229103c5a8a336009159b17a7f21eac75803d +size 1332 diff --git a/MendeleyCXR/labels/Darwin_00000419_person734_virus_1355.png b/MendeleyCXR/labels/Darwin_00000419_person734_virus_1355.png new file mode 100644 index 0000000000000000000000000000000000000000..82c80a2f6e0641f422d798c9b8fca6c8fc704adb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000419_person734_virus_1355.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e1d5b8e16ddcb5600351bf709ba25be8029473602e1e65691c33ec29a22d835 +size 1267 diff --git a/MendeleyCXR/labels/Darwin_00000420_person735_virus_1356.png b/MendeleyCXR/labels/Darwin_00000420_person735_virus_1356.png new file mode 100644 index 0000000000000000000000000000000000000000..1b9aaf825b2da494072d16c3264f8f6cb2b34e31 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000420_person735_virus_1356.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:865baefd0f4262a1c88568a2606bb97e2a2d36c525d762f71e0ba06f0280562a +size 1248 diff --git a/MendeleyCXR/labels/Darwin_00000421_person736_virus_1358.png b/MendeleyCXR/labels/Darwin_00000421_person736_virus_1358.png new file mode 100644 index 0000000000000000000000000000000000000000..09d8eba6fcae1b16549cbf5beb086c4bffdf9a57 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000421_person736_virus_1358.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8274cae0a348dc4c6fe41b2c585b216c06f876285fd314390e5a390565442df +size 1026 diff --git a/MendeleyCXR/labels/Darwin_00000422_person738_virus_1360.png b/MendeleyCXR/labels/Darwin_00000422_person738_virus_1360.png new file mode 100644 index 0000000000000000000000000000000000000000..ca450268de21d450e0b8bfe44b10a788fea13c8f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000422_person738_virus_1360.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c1cb8107faa6c09c7850e5169ebf557d9f9e3088bd1b9f90c25f0436af11167 +size 1201 diff --git a/MendeleyCXR/labels/Darwin_00000423_person739_virus_1361.png b/MendeleyCXR/labels/Darwin_00000423_person739_virus_1361.png new file mode 100644 index 0000000000000000000000000000000000000000..03e612aa6f84591b0ce3a6d9fec7cbe15b24d690 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000423_person739_virus_1361.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c866498a181c3adc9b0c45363f4f407fac84d79c90614648c2b688f6e5aea0b +size 1485 diff --git a/MendeleyCXR/labels/Darwin_00000425_person740_virus_1363.png b/MendeleyCXR/labels/Darwin_00000425_person740_virus_1363.png new file mode 100644 index 0000000000000000000000000000000000000000..243c82ec4f105425ac3397da2c4edabcbd05d602 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000425_person740_virus_1363.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3553a2c27e56386350ec25037168978afd366f624b4aa5b39e5d7c670a338334 +size 1351 diff --git a/MendeleyCXR/labels/Darwin_00000426_person741_virus_1364.png b/MendeleyCXR/labels/Darwin_00000426_person741_virus_1364.png new file mode 100644 index 0000000000000000000000000000000000000000..a27930a0a927bf47e9217d3c13edf69975ab1eb9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000426_person741_virus_1364.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13b4bda9ed82ab3dc3b944178a8360aa09d44acc7b5ed313cd62fc97d1c617a7 +size 1343 diff --git a/MendeleyCXR/labels/Darwin_00000428_person743_virus_1366.png b/MendeleyCXR/labels/Darwin_00000428_person743_virus_1366.png new file mode 100644 index 0000000000000000000000000000000000000000..060ade63b7ce18db6e60dadecf8c20cd92e8ef8e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000428_person743_virus_1366.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f38ffa2a8c9bbfdfa01946928820fe53d7f1fa752f69c17ec327da4fad65ea2 +size 1244 diff --git a/MendeleyCXR/labels/Darwin_00000429_person744_virus_1367.png b/MendeleyCXR/labels/Darwin_00000429_person744_virus_1367.png new file mode 100644 index 0000000000000000000000000000000000000000..e29bfd50f8de1cc822ef6fd1c53708df17a8ad48 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000429_person744_virus_1367.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dddeb08068d74e07d9614cb77f6113bf3162d390899cb1994f6f0da4b1c3bde +size 1390 diff --git a/MendeleyCXR/labels/Darwin_00000430_person745_virus_1368.png b/MendeleyCXR/labels/Darwin_00000430_person745_virus_1368.png new file mode 100644 index 0000000000000000000000000000000000000000..a76d1ec234a5aad6779b85d723d93daea63ef9b8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000430_person745_virus_1368.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4a1514c12aac96996ddaf13a3a9577c01130cf5e94b5a85ccc612897735ce7c +size 1238 diff --git a/MendeleyCXR/labels/Darwin_00000431_person746_virus_1369.png b/MendeleyCXR/labels/Darwin_00000431_person746_virus_1369.png new file mode 100644 index 0000000000000000000000000000000000000000..fd4461a68cd6f30ad1bb75e64f1bf289e30bd095 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000431_person746_virus_1369.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdc6447027cb630b753dbf50fa1d0ab061c4a6f349ef0247374970ff1dfce5d5 +size 1409 diff --git a/MendeleyCXR/labels/Darwin_00000432_person747_virus_1370.png b/MendeleyCXR/labels/Darwin_00000432_person747_virus_1370.png new file mode 100644 index 0000000000000000000000000000000000000000..39e00b0307e74ba8a9244e2071a39260db737259 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000432_person747_virus_1370.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9647b11056e1d2f11f25a44a0d2c6ef98d53cda7cdf945b7606e4513b731d298 +size 1362 diff --git a/MendeleyCXR/labels/Darwin_00000433_person747_virus_1372.png b/MendeleyCXR/labels/Darwin_00000433_person747_virus_1372.png new file mode 100644 index 0000000000000000000000000000000000000000..886cd12d05f395276a56cb3ec7aca46609b79a94 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000433_person747_virus_1372.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f41cd9404dead4e13bf127b9eeb8d145725e13e94197a8503291aea98978ed6e +size 1317 diff --git a/MendeleyCXR/labels/Darwin_00000434_person748_virus_1373.png b/MendeleyCXR/labels/Darwin_00000434_person748_virus_1373.png new file mode 100644 index 0000000000000000000000000000000000000000..84902bfc30eeb4a18eef64e08a46ae9216fc1514 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000434_person748_virus_1373.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1125076520edf0324d37ea754dbdf68508d2de1d945daec3ee3a0a8ad134d9e5 +size 1225 diff --git a/MendeleyCXR/labels/Darwin_00000435_person749_virus_1374.png b/MendeleyCXR/labels/Darwin_00000435_person749_virus_1374.png new file mode 100644 index 0000000000000000000000000000000000000000..56e5b88709704c8f76b11cd0e4e3b54b853b5a7c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000435_person749_virus_1374.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bd2cdbc326bd22232e6a5cf37f6a6cfd51ab96851a02adc20be58d675fb4161 +size 1243 diff --git a/MendeleyCXR/labels/Darwin_00000436_person752_virus_1377.png b/MendeleyCXR/labels/Darwin_00000436_person752_virus_1377.png new file mode 100644 index 0000000000000000000000000000000000000000..0cb0519de76d00b41ea7f3d42506cd110df44626 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000436_person752_virus_1377.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8501bbdddbec7d22c5c89d43d2be0347c497299aba87d48676a53ae7fa4876d +size 1338 diff --git a/MendeleyCXR/labels/Darwin_00000437_person753_virus_1378.png b/MendeleyCXR/labels/Darwin_00000437_person753_virus_1378.png new file mode 100644 index 0000000000000000000000000000000000000000..89fdf48d9cdbfab6433af8dec9d39602d50a27bb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000437_person753_virus_1378.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4da14bbd811dfcea4ce3e0efca4548a94f8182f0ebfeca0c3e6ce77d90737219 +size 1375 diff --git a/MendeleyCXR/labels/Darwin_00000438_person754_virus_1379.png b/MendeleyCXR/labels/Darwin_00000438_person754_virus_1379.png new file mode 100644 index 0000000000000000000000000000000000000000..cd27c38bef62b8f84634258d6b992eb9d96cf4b7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000438_person754_virus_1379.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96d5a5141c96fb436c62db0844eb4db68ae72310fe0fadec939e2ce9e598b9a4 +size 1248 diff --git a/MendeleyCXR/labels/Darwin_00000439_person755_virus_1380.png b/MendeleyCXR/labels/Darwin_00000439_person755_virus_1380.png new file mode 100644 index 0000000000000000000000000000000000000000..9805bf1f640ac965dd044b74d27543525876f3c4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000439_person755_virus_1380.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51b59a3bbaa0ad12a82658ac2b45d8ac4be604d15828ec185c86fdfd1c55122b +size 1315 diff --git a/MendeleyCXR/labels/Darwin_00000440_person755_virus_1382.png b/MendeleyCXR/labels/Darwin_00000440_person755_virus_1382.png new file mode 100644 index 0000000000000000000000000000000000000000..38ae683e092e43db973a3143779cb4f6a9f0436e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000440_person755_virus_1382.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e665e0f3179df5d276e379857533bc4ddd0a5bbc59951c7f1bb1a6b9489bdbc +size 1416 diff --git a/MendeleyCXR/labels/Darwin_00000441_person757_virus_1385.png b/MendeleyCXR/labels/Darwin_00000441_person757_virus_1385.png new file mode 100644 index 0000000000000000000000000000000000000000..72e77f033a9ded52e6df862289c0bf5139162127 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000441_person757_virus_1385.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea6f07326bb59f6920554e5013eedd5debf23e87500b4a104ca24110d15b4687 +size 1431 diff --git a/MendeleyCXR/labels/Darwin_00000442_person759_virus_1387.png b/MendeleyCXR/labels/Darwin_00000442_person759_virus_1387.png new file mode 100644 index 0000000000000000000000000000000000000000..c20d9258ff247be18f8b77658b9df26303251aaa --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000442_person759_virus_1387.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c83890460501bc372e52f0f0791a624825306da589f6c77daeb55968369f50fb +size 1235 diff --git a/MendeleyCXR/labels/Darwin_00000443_person760_virus_1388.png b/MendeleyCXR/labels/Darwin_00000443_person760_virus_1388.png new file mode 100644 index 0000000000000000000000000000000000000000..b8c727c445cb1c5cb7110892e793a402fa8c0b81 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000443_person760_virus_1388.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80ee5837869d87f4b15e6d95189a5b02cb437123bc8dc2a2bd150ce9bed05f8c +size 1327 diff --git a/MendeleyCXR/labels/Darwin_00000444_person761_virus_1389.png b/MendeleyCXR/labels/Darwin_00000444_person761_virus_1389.png new file mode 100644 index 0000000000000000000000000000000000000000..c48f0087eda3dfd30c2ab292c660d2cb34d5e95b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000444_person761_virus_1389.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e99916cd8fd82bd6ad729545930c5a5cbd5d6d7df14cc321e0471d7db158918f +size 1283 diff --git a/MendeleyCXR/labels/Darwin_00000445_person762_virus_1390.png b/MendeleyCXR/labels/Darwin_00000445_person762_virus_1390.png new file mode 100644 index 0000000000000000000000000000000000000000..2d7600e7b43b8f7927d4be7dec5e443c020d330b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000445_person762_virus_1390.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d5304f0bd676e498d8b4b75c1a67ebd53791479100c803078b54cc8c20ec166 +size 1218 diff --git a/MendeleyCXR/labels/Darwin_00000446_person763_virus_1391.png b/MendeleyCXR/labels/Darwin_00000446_person763_virus_1391.png new file mode 100644 index 0000000000000000000000000000000000000000..3afc2285b230ae4d1bf773d1647846eff9699038 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000446_person763_virus_1391.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8ab85ed5b27e33160b33cd0dbc83c08e1ab7b773da930508bf82a944edc9406 +size 1322 diff --git a/MendeleyCXR/labels/Darwin_00000448_person765_virus_1393.png b/MendeleyCXR/labels/Darwin_00000448_person765_virus_1393.png new file mode 100644 index 0000000000000000000000000000000000000000..f31070ee48cbb9a54c0af5e551cd61d00696ef3e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000448_person765_virus_1393.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d48ea4539e41d35012c50c340d70fa0305c29db3acf95ca843291a2861cb4341 +size 1162 diff --git a/MendeleyCXR/labels/Darwin_00000449_person768_virus_1396.png b/MendeleyCXR/labels/Darwin_00000449_person768_virus_1396.png new file mode 100644 index 0000000000000000000000000000000000000000..860875aca4282a6d91e7a30d5020400bfe18d567 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000449_person768_virus_1396.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e45a6388180f0820a97b9d8c2bc5ba79a9a2d2b850b7b45ea1812f083f44d316 +size 1384 diff --git a/MendeleyCXR/labels/Darwin_00000451_person771_virus_1399.png b/MendeleyCXR/labels/Darwin_00000451_person771_virus_1399.png new file mode 100644 index 0000000000000000000000000000000000000000..30415a7fed0a4a2119bcca21658f2dc087c1a749 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000451_person771_virus_1399.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1742ec6b3936c1cbf1dbcde16f2a45d430e802b1dbc3ee2684cbc7c3457b77a6 +size 1193 diff --git a/MendeleyCXR/labels/Darwin_00000452_person772_virus_1401.png b/MendeleyCXR/labels/Darwin_00000452_person772_virus_1401.png new file mode 100644 index 0000000000000000000000000000000000000000..9fa18372b8d9b1d0aa7c2affe9ed58ba1d32227e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000452_person772_virus_1401.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7e2b303e1a351e726a7704d26ea763ac55d12d53f1002733744be500cbd6077 +size 1124 diff --git a/MendeleyCXR/labels/Darwin_00000454_person774_virus_1403.png b/MendeleyCXR/labels/Darwin_00000454_person774_virus_1403.png new file mode 100644 index 0000000000000000000000000000000000000000..4baa518678b676c1779f6f8f6db243b5867211a1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000454_person774_virus_1403.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b17cee510664359957ced5ee9f56bd54a6764802359c4016effcaadfa598d1ea +size 1247 diff --git a/MendeleyCXR/labels/Darwin_00000455_person775_virus_1404.png b/MendeleyCXR/labels/Darwin_00000455_person775_virus_1404.png new file mode 100644 index 0000000000000000000000000000000000000000..0f331e342fa28cb56849a1d25ada30fcf5f3db78 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000455_person775_virus_1404.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf90a8a2437cd4bbddd038f42a4ed8f9046892e53bcb973f4a21f859040bc4fe +size 1310 diff --git a/MendeleyCXR/labels/Darwin_00000456_person776_virus_1405.png b/MendeleyCXR/labels/Darwin_00000456_person776_virus_1405.png new file mode 100644 index 0000000000000000000000000000000000000000..a053d08ba8b3777a64b208765b1e86a292347ffb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000456_person776_virus_1405.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b40cb274abecb684d397c05c86b5ce6c1abe727fef8928148c048943139deea5 +size 1316 diff --git a/MendeleyCXR/labels/Darwin_00000457_person778_virus_1408.png b/MendeleyCXR/labels/Darwin_00000457_person778_virus_1408.png new file mode 100644 index 0000000000000000000000000000000000000000..8b4fef4df37bb401eefabc4922b5ecd10abf2841 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000457_person778_virus_1408.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a181f6df07c1948bc9d152ade44049a06e711208b0583e0abe0b5ddb33bd0d18 +size 1239 diff --git a/MendeleyCXR/labels/Darwin_00000458_person779_virus_1409.png b/MendeleyCXR/labels/Darwin_00000458_person779_virus_1409.png new file mode 100644 index 0000000000000000000000000000000000000000..6aa67e63d97566bfb79a6c17a78ac6cd2019a32b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000458_person779_virus_1409.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5280af83afaf88826b04837229a08a85b49d053a91435af9e45ddfd0bb1fad7d +size 1474 diff --git a/MendeleyCXR/labels/Darwin_00000459_person779_virus_1410.png b/MendeleyCXR/labels/Darwin_00000459_person779_virus_1410.png new file mode 100644 index 0000000000000000000000000000000000000000..ea5840392a6ea80aacdacaad1816c6d05c522241 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000459_person779_virus_1410.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c89de3e65fc3b243b4406e829db28ab970a5093b904180d22efd9ec45004657f +size 1398 diff --git a/MendeleyCXR/labels/Darwin_00000460_person780_virus_1411.png b/MendeleyCXR/labels/Darwin_00000460_person780_virus_1411.png new file mode 100644 index 0000000000000000000000000000000000000000..e568c1331eaa96ad3a7a7cb13e4b5227e6e184ef --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000460_person780_virus_1411.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:773540d97f71ffbcb69693297bd9138682e06a2ac7bb58f0f3106b439af51445 +size 1258 diff --git a/MendeleyCXR/labels/Darwin_00000461_person781_virus_1412.png b/MendeleyCXR/labels/Darwin_00000461_person781_virus_1412.png new file mode 100644 index 0000000000000000000000000000000000000000..14b730af1a6c8b79100ee47c6f8fdffae6f592d8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000461_person781_virus_1412.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c70037d07aea916386ab847fd683ebe094383261662ff30dbe9686ae593e952 +size 1101 diff --git a/MendeleyCXR/labels/Darwin_00000462_person783_virus_1414.png b/MendeleyCXR/labels/Darwin_00000462_person783_virus_1414.png new file mode 100644 index 0000000000000000000000000000000000000000..03f816a07c819fef0ae6a9d5a70bd7f8690015b0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000462_person783_virus_1414.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb5253d1750ab895b815114e3b0a7040f26a528495bf82604a32ce9503491afc +size 1265 diff --git a/MendeleyCXR/labels/Darwin_00000463_person788_virus_1419.png b/MendeleyCXR/labels/Darwin_00000463_person788_virus_1419.png new file mode 100644 index 0000000000000000000000000000000000000000..a6c908bba3c7da4e9ca0e193b770f9a3aff647d5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000463_person788_virus_1419.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a46713aa74efb133a27d67ad29601f0be397dd386938d9f8ad148b863182edfb +size 1214 diff --git a/MendeleyCXR/labels/Darwin_00000464_person789_virus_1420.png b/MendeleyCXR/labels/Darwin_00000464_person789_virus_1420.png new file mode 100644 index 0000000000000000000000000000000000000000..d89f93daa01eb6df7711d4b3d65d6e461bb62e5e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000464_person789_virus_1420.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10eaaf27e712ad8d3e85c7e147270d40713a01df4f85222e57e167666c8ae5aa +size 1195 diff --git a/MendeleyCXR/labels/Darwin_00000465_person790_virus_1421.png b/MendeleyCXR/labels/Darwin_00000465_person790_virus_1421.png new file mode 100644 index 0000000000000000000000000000000000000000..8c38b84c739364c98ae8b908ef01416f415a991e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000465_person790_virus_1421.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c01a50b92523fe21a89bec8d2e73d5a8369d89febb5674f75d93eeb4e3fd9c48 +size 1219 diff --git a/MendeleyCXR/labels/Darwin_00000466_person791_virus_1422.png b/MendeleyCXR/labels/Darwin_00000466_person791_virus_1422.png new file mode 100644 index 0000000000000000000000000000000000000000..d37ec6d10286f5abde445f95fc126e575c7a5582 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000466_person791_virus_1422.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cde66f8d489bf2e571ececd2151de442a4ce57509534ec88c0c32a30b13f2b1 +size 1338 diff --git a/MendeleyCXR/labels/Darwin_00000467_person793_virus_1424.png b/MendeleyCXR/labels/Darwin_00000467_person793_virus_1424.png new file mode 100644 index 0000000000000000000000000000000000000000..c914b5dc13067ea21a9220c615edcd876574e47c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000467_person793_virus_1424.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a389876ddc0364fcd8c0d3f3a8fa7a88e3cdfd7ff880d38dcf031c924072bc1f +size 1275 diff --git a/MendeleyCXR/labels/Darwin_00000468_person795_virus_1427.png b/MendeleyCXR/labels/Darwin_00000468_person795_virus_1427.png new file mode 100644 index 0000000000000000000000000000000000000000..7be370338f26a57fd9076898867fe8547e4b0069 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000468_person795_virus_1427.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5670f94bd3b1bdaf34dac9e4ac8fdbaf85d48ab784ccc389860263dfb0419e7 +size 1370 diff --git a/MendeleyCXR/labels/Darwin_00000469_person796_virus_1428.png b/MendeleyCXR/labels/Darwin_00000469_person796_virus_1428.png new file mode 100644 index 0000000000000000000000000000000000000000..aaf9895c23bae4e9bc521de2825878bd6f3d5537 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000469_person796_virus_1428.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af89c74b9892ce669c4e61a2880ef62ec92ff7735d445f105919d3ae29a5bcb3 +size 1078 diff --git a/MendeleyCXR/labels/Darwin_00000470_person797_virus_1429.png b/MendeleyCXR/labels/Darwin_00000470_person797_virus_1429.png new file mode 100644 index 0000000000000000000000000000000000000000..42a7ad79265ec0e735772405237d1467f84ed84d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000470_person797_virus_1429.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d84a71588ffb47fe5f1f316f5f97729a666865e324c2a52d09a7ee099ff5798 +size 1285 diff --git a/MendeleyCXR/labels/Darwin_00000471_person798_virus_1430.png b/MendeleyCXR/labels/Darwin_00000471_person798_virus_1430.png new file mode 100644 index 0000000000000000000000000000000000000000..76c00399c3c8b67155f7735d9d91ef88265dcea0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000471_person798_virus_1430.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d1d4d76594b67a00b80e84d644786b0106ffc6774025771b35c1f921d6f4b51 +size 1396 diff --git a/MendeleyCXR/labels/Darwin_00000472_person799_virus_1431.png b/MendeleyCXR/labels/Darwin_00000472_person799_virus_1431.png new file mode 100644 index 0000000000000000000000000000000000000000..ddcbda0f84c29c478ed8b9de82e04452c2ef5bd4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000472_person799_virus_1431.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7efc73f5154bad00320b6687299d6916fe58840e97f28929bfdced20f6f7e8d +size 1306 diff --git a/MendeleyCXR/labels/Darwin_00000473_person801_virus_1434.png b/MendeleyCXR/labels/Darwin_00000473_person801_virus_1434.png new file mode 100644 index 0000000000000000000000000000000000000000..e77c9103416940173733886ddf9142a007b8ab95 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000473_person801_virus_1434.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1841330ba1abff5881c8a9063f047714b93763b407f5d4348d699de7ef92c6b +size 1362 diff --git a/MendeleyCXR/labels/Darwin_00000474_person803_virus_1436.png b/MendeleyCXR/labels/Darwin_00000474_person803_virus_1436.png new file mode 100644 index 0000000000000000000000000000000000000000..c278fdfe2a3f127f949938f31b7bc9cd6f5bf62f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000474_person803_virus_1436.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f64a072cb2c37d6a470a9f9fe2d53c431bc5d0da31e15edb9de2eec67837d708 +size 1261 diff --git a/MendeleyCXR/labels/Darwin_00000475_person806_virus_1439.png b/MendeleyCXR/labels/Darwin_00000475_person806_virus_1439.png new file mode 100644 index 0000000000000000000000000000000000000000..5568b1652e990c336e39dbb26071f73e6a8ab280 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000475_person806_virus_1439.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51c8dbc00b0681b470ea5ab4ea5b225ecbea0e6cdca2c2597e5d2922c2ebc479 +size 1191 diff --git a/MendeleyCXR/labels/Darwin_00000476_person806_virus_1440.png b/MendeleyCXR/labels/Darwin_00000476_person806_virus_1440.png new file mode 100644 index 0000000000000000000000000000000000000000..be4fbc2b5b7f731183dd341488fda7f31b0dd8c4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000476_person806_virus_1440.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30e59e052600a703f17d745eb84b15ec6a558c093700015098842b9526080751 +size 1367 diff --git a/MendeleyCXR/labels/Darwin_00000477_person807_virus_1441.png b/MendeleyCXR/labels/Darwin_00000477_person807_virus_1441.png new file mode 100644 index 0000000000000000000000000000000000000000..11f37b5bb7bcc44ac7ba7a5f219af8b99b241f16 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000477_person807_virus_1441.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24ba61c8b493b16fab89df2ff7bd5fecd3464b5acb41fa4565e2b1fbd7af9629 +size 1208 diff --git a/MendeleyCXR/labels/Darwin_00000478_person808_virus_1442.png b/MendeleyCXR/labels/Darwin_00000478_person808_virus_1442.png new file mode 100644 index 0000000000000000000000000000000000000000..a846d14a3f8e39e608a3399f55ba130edf18a907 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000478_person808_virus_1442.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7925390ef52bee93f638ad9cb62156091cf5ce9c68210ab0ad3f425af1fbd93 +size 1292 diff --git a/MendeleyCXR/labels/Darwin_00000479_person810_virus_1445.png b/MendeleyCXR/labels/Darwin_00000479_person810_virus_1445.png new file mode 100644 index 0000000000000000000000000000000000000000..6c9c64bf07c9fe8d33ad0293ffb278c6c85d6166 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000479_person810_virus_1445.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7dc5ef81df16906235245b81925616cfc9038fa3a0e4c940a4f8b9f9839c82d +size 1210 diff --git a/MendeleyCXR/labels/Darwin_00000480_person810_virus_1446.png b/MendeleyCXR/labels/Darwin_00000480_person810_virus_1446.png new file mode 100644 index 0000000000000000000000000000000000000000..88404ae897d6b689f87718141c065b0e2dcc834a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000480_person810_virus_1446.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:031d2f3dc2ba86bda5960dfca6a19f14b5a097ff5374e46ee5e2f7bc60697fc8 +size 1404 diff --git a/MendeleyCXR/labels/Darwin_00000481_person811_virus_1447.png b/MendeleyCXR/labels/Darwin_00000481_person811_virus_1447.png new file mode 100644 index 0000000000000000000000000000000000000000..f1614615b77e2ecb0bf19e199ee77d6f26a11a1f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000481_person811_virus_1447.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cca317686f5dd4b876dd9657a0c9cc88f65a9ceb9ec2fe924ded3efbb6908ec7 +size 1227 diff --git a/MendeleyCXR/labels/Darwin_00000482_person813_virus_1449.png b/MendeleyCXR/labels/Darwin_00000482_person813_virus_1449.png new file mode 100644 index 0000000000000000000000000000000000000000..705b1db324e340dbf80d94888039922ad8edf277 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000482_person813_virus_1449.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c844ea6b226a480274ed483796f752116bfc15ad40636c1a679c74a8a6a4199 +size 1376 diff --git a/MendeleyCXR/labels/Darwin_00000483_person819_virus_1455.png b/MendeleyCXR/labels/Darwin_00000483_person819_virus_1455.png new file mode 100644 index 0000000000000000000000000000000000000000..f5c9b2a2fe636ea85f5af7225957496cd3bc1d8f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000483_person819_virus_1455.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1a6df6350baea663155a33e7495aa8afde92f7622b4f17f727cbbf40631275c +size 1419 diff --git a/MendeleyCXR/labels/Darwin_00000484_person820_virus_1456.png b/MendeleyCXR/labels/Darwin_00000484_person820_virus_1456.png new file mode 100644 index 0000000000000000000000000000000000000000..76e1baa0a72a32c646193ca65c8fe2293edb074e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000484_person820_virus_1456.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1cdab58d2ce56ca1a06337e381fd0311c4c02f5d5a0ca4e95cd95effc2c7ebd +size 1374 diff --git a/MendeleyCXR/labels/Darwin_00000487_person830_virus_1466.png b/MendeleyCXR/labels/Darwin_00000487_person830_virus_1466.png new file mode 100644 index 0000000000000000000000000000000000000000..7bd1506615b896c3bffcb8f4d96408f37990a07b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000487_person830_virus_1466.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:862730b565a4656cef5d6118a4f4dd540f3f8dc0f7f9377af0f0f5d75229f21f +size 1250 diff --git a/MendeleyCXR/labels/Darwin_00000488_person832_virus_1468.png b/MendeleyCXR/labels/Darwin_00000488_person832_virus_1468.png new file mode 100644 index 0000000000000000000000000000000000000000..0f1a86db491be646935190d48e4d75ece2ebe47d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000488_person832_virus_1468.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce59407b781aa8dbc0c83144e48c54e843d6e8cf4af8ba6a6ca985de58f7166f +size 1365 diff --git a/MendeleyCXR/labels/Darwin_00000489_person833_virus_1469.png b/MendeleyCXR/labels/Darwin_00000489_person833_virus_1469.png new file mode 100644 index 0000000000000000000000000000000000000000..08e8116f8b25a0a6a34c74e2a83a02ff15a1b9c1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000489_person833_virus_1469.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d2481d1e994cbab96b3e4d9fa8525397a0f5e9fe51ae8530fc22fd574b95a62 +size 1276 diff --git a/MendeleyCXR/labels/Darwin_00000490_person835_virus_1472.png b/MendeleyCXR/labels/Darwin_00000490_person835_virus_1472.png new file mode 100644 index 0000000000000000000000000000000000000000..f17245a77f90f56b78833d5c461cf95c2711d0ef --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000490_person835_virus_1472.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:445f28e6c3dec7e8ddab0169cda6d58c2e0b1bba0ff2d10b223094289cb8abf6 +size 1251 diff --git a/MendeleyCXR/labels/Darwin_00000491_person836_virus_1473.png b/MendeleyCXR/labels/Darwin_00000491_person836_virus_1473.png new file mode 100644 index 0000000000000000000000000000000000000000..48be728d380b23b3f19a781ea9dfb78e8434f4ec --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000491_person836_virus_1473.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f2614d25a3123cb94833907949f457d4d1a757c68bb5dbaec66117ba6f0b384 +size 1308 diff --git a/MendeleyCXR/labels/Darwin_00000492_person837_virus_1475.png b/MendeleyCXR/labels/Darwin_00000492_person837_virus_1475.png new file mode 100644 index 0000000000000000000000000000000000000000..3340527d8b5fc1dd10e78c2207fff6792dfc8d44 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000492_person837_virus_1475.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cc8f2a1a4a05912c9e0b2e711e7f9226e345062b751a1cba99d33f7ebcbe175 +size 1333 diff --git a/MendeleyCXR/labels/Darwin_00000493_person838_virus_1476.png b/MendeleyCXR/labels/Darwin_00000493_person838_virus_1476.png new file mode 100644 index 0000000000000000000000000000000000000000..16dea3f73ada9eaf836045bf2109737b0561d4f9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000493_person838_virus_1476.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:381ac44e03ac3c67f411107845d2703af73364671ad3d465f68106e95b1df7ea +size 1430 diff --git a/MendeleyCXR/labels/Darwin_00000494_person841_virus_1481.png b/MendeleyCXR/labels/Darwin_00000494_person841_virus_1481.png new file mode 100644 index 0000000000000000000000000000000000000000..9f5219571e905b13b345da559869c2282a8642dc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000494_person841_virus_1481.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37801271556a6fc05e86d8c2df5f6a9999f7d7f44fcee355527b92dd1a3ca09f +size 1277 diff --git a/MendeleyCXR/labels/Darwin_00000495_person842_virus_1483.png b/MendeleyCXR/labels/Darwin_00000495_person842_virus_1483.png new file mode 100644 index 0000000000000000000000000000000000000000..2546b1cc9a447da48106987951edf40a6ce7f095 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000495_person842_virus_1483.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fabedcee0a51e1202f4eb975de0ccd767316de0da49d097c97bcc26cc5fdd47e +size 1253 diff --git a/MendeleyCXR/labels/Darwin_00000496_person843_virus_1485.png b/MendeleyCXR/labels/Darwin_00000496_person843_virus_1485.png new file mode 100644 index 0000000000000000000000000000000000000000..fd75016c2f0393c2dacae8328032e6e9776292fc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000496_person843_virus_1485.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:891093b0f6f3abe64568abd8939410a3ca11e82795068828cb498d4bc307a6b6 +size 1206 diff --git a/MendeleyCXR/labels/Darwin_00000497_person844_virus_1487.png b/MendeleyCXR/labels/Darwin_00000497_person844_virus_1487.png new file mode 100644 index 0000000000000000000000000000000000000000..f4a7bc507c5df7c9c6d5f48b8f5608136e694b79 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000497_person844_virus_1487.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ffbe833717a395480907dff51833541ad0854de2498392607be102103edddec +size 1146 diff --git a/MendeleyCXR/labels/Darwin_00000498_person845_virus_1489.png b/MendeleyCXR/labels/Darwin_00000498_person845_virus_1489.png new file mode 100644 index 0000000000000000000000000000000000000000..735c21afb23533e87a04690757b8f9847a954dfd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000498_person845_virus_1489.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dcb7ae77a8b41f143245109405e4749ca30d4187880b9f23434d2aecef12726 +size 1510 diff --git a/MendeleyCXR/labels/Darwin_00000499_person846_virus_1491.png b/MendeleyCXR/labels/Darwin_00000499_person846_virus_1491.png new file mode 100644 index 0000000000000000000000000000000000000000..55b945b40fa910b68bfc3ba0ce51f5fede80875c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000499_person846_virus_1491.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d581c003c243908783ad0581f0dba97e94cdf2dc34c48a2144c71d9fbeb4c22f +size 1281 diff --git a/MendeleyCXR/labels/Darwin_00000500_person847_virus_1492.png b/MendeleyCXR/labels/Darwin_00000500_person847_virus_1492.png new file mode 100644 index 0000000000000000000000000000000000000000..484ac3182cecc7ed55a94b373e0e5750ea01eea4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000500_person847_virus_1492.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ede3dadd87b569598c0aaddb72edab7ba82c596df1a3c1c799ddd150450fb8ea +size 1341 diff --git a/MendeleyCXR/labels/Darwin_00000501_person848_virus_1493.png b/MendeleyCXR/labels/Darwin_00000501_person848_virus_1493.png new file mode 100644 index 0000000000000000000000000000000000000000..3ebd046887c7aca242b263eb10bd241ad7a50b27 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000501_person848_virus_1493.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c3e6ab6e631f7b8e452f020d5b99fbe6ebc426bc602272a839eb550e23850ac +size 1387 diff --git a/MendeleyCXR/labels/Darwin_00000502_person849_virus_1494.png b/MendeleyCXR/labels/Darwin_00000502_person849_virus_1494.png new file mode 100644 index 0000000000000000000000000000000000000000..85fa23713255e2be3daf33531808d766100a0cda --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000502_person849_virus_1494.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4d90191ba48a245a1805a931ac901d4c045920b87e0e3ec4c9a457c98e4294e +size 1233 diff --git a/MendeleyCXR/labels/Darwin_00000503_person851_virus_1496.png b/MendeleyCXR/labels/Darwin_00000503_person851_virus_1496.png new file mode 100644 index 0000000000000000000000000000000000000000..e74f07207c6a11fc1abf14ff2b0c7b31e3824fc2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000503_person851_virus_1496.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b0f13b0aa55ff153f04138d26219c099a6ebc7f087ecc30cb73ee0da0e19c8f +size 1399 diff --git a/MendeleyCXR/labels/Darwin_00000504_person852_virus_1497.png b/MendeleyCXR/labels/Darwin_00000504_person852_virus_1497.png new file mode 100644 index 0000000000000000000000000000000000000000..ef3a0b7c3be9bd17a5dbf094b98ab468fcd896b0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000504_person852_virus_1497.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52fdd2cfad6c66cfddc2163491a3fec3240470d4d2ceb33472177b18904fa72d +size 1362 diff --git a/MendeleyCXR/labels/Darwin_00000505_person853_virus_1498.png b/MendeleyCXR/labels/Darwin_00000505_person853_virus_1498.png new file mode 100644 index 0000000000000000000000000000000000000000..70d20261f1dcc597561479f66cd0c8929e1aaeff --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000505_person853_virus_1498.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a610afe0cf429bbebd405f6b6b5dd56d3c3bb74665c73dfd71b34c064e559409 +size 1344 diff --git a/MendeleyCXR/labels/Darwin_00000506_person855_virus_1500.png b/MendeleyCXR/labels/Darwin_00000506_person855_virus_1500.png new file mode 100644 index 0000000000000000000000000000000000000000..afcbbc0d268966d3e9dc4eccf0d1155f845e8b85 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000506_person855_virus_1500.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb1170deab4e0e7c09c908d8b27b41dc466e63f36881fc40caad9dbd0558094a +size 1410 diff --git a/MendeleyCXR/labels/Darwin_00000507_person859_virus_1504.png b/MendeleyCXR/labels/Darwin_00000507_person859_virus_1504.png new file mode 100644 index 0000000000000000000000000000000000000000..6b519d538fb75e144ad0685d0b5e16dfb7dc311d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000507_person859_virus_1504.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccee75240ce88a9e9f265c94c0f4119e622db5cc7fac34a4100964bc5346fb19 +size 1366 diff --git a/MendeleyCXR/labels/Darwin_00000508_person860_virus_1505.png b/MendeleyCXR/labels/Darwin_00000508_person860_virus_1505.png new file mode 100644 index 0000000000000000000000000000000000000000..878e00450f40b9742ade48ea0a275e2c80838575 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000508_person860_virus_1505.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af12e9ca0e558a63ccf750dcd3d0860d95b32d7eb52de186be7d3f666d890499 +size 1342 diff --git a/MendeleyCXR/labels/Darwin_00000509_person861_virus_1506.png b/MendeleyCXR/labels/Darwin_00000509_person861_virus_1506.png new file mode 100644 index 0000000000000000000000000000000000000000..ae0be7c810333703548992f15ef5b5f5c74c4fcd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000509_person861_virus_1506.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85de5731d69c60f319006c92514da84cc548a05b3373f696bf2f96688bf5db9f +size 1256 diff --git a/MendeleyCXR/labels/Darwin_00000510_person862_virus_1507.png b/MendeleyCXR/labels/Darwin_00000510_person862_virus_1507.png new file mode 100644 index 0000000000000000000000000000000000000000..bafdb22a7bf958e368527fcaa1cf3c06a5dceb50 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000510_person862_virus_1507.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03491686fce2cb9e5b1b3317369ecc2f2c17718d8d93b63be92e894d17199cb6 +size 1341 diff --git a/MendeleyCXR/labels/Darwin_00000511_person863_virus_1508.png b/MendeleyCXR/labels/Darwin_00000511_person863_virus_1508.png new file mode 100644 index 0000000000000000000000000000000000000000..1f019cd144a5af029a565e7026ae0fbc828a216b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000511_person863_virus_1508.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecafeff5e8f184aabb386dfca8eed2b384da1d1204d6c0ce97b353d962eac10f +size 1259 diff --git a/MendeleyCXR/labels/Darwin_00000512_person864_virus_1509.png b/MendeleyCXR/labels/Darwin_00000512_person864_virus_1509.png new file mode 100644 index 0000000000000000000000000000000000000000..ce8ad6e45d7d7c45e6fd2b90d9fc2ed6b92ba081 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000512_person864_virus_1509.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8be4e17731005a327be9627353b6f5a14f95b1619a24357497bea1759e4bf3c4 +size 1289 diff --git a/MendeleyCXR/labels/Darwin_00000513_person866_virus_1511.png b/MendeleyCXR/labels/Darwin_00000513_person866_virus_1511.png new file mode 100644 index 0000000000000000000000000000000000000000..53cea6007f16f70d7266cb26488d2cecf414647a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000513_person866_virus_1511.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9e70c55ece28bf87c5f4dc48f7f7626b1eb0521454747af70295cdf0a61938e +size 1386 diff --git a/MendeleyCXR/labels/Darwin_00000514_person867_virus_1512.png b/MendeleyCXR/labels/Darwin_00000514_person867_virus_1512.png new file mode 100644 index 0000000000000000000000000000000000000000..6f599f8fa6739a6d75a16b19fe0dda724fee38cc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000514_person867_virus_1512.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f0aadbf693c6e14bfb365916d60504a95fbcfa552f2f23efa0afab86831d44c +size 1321 diff --git a/MendeleyCXR/labels/Darwin_00000515_person868_virus_1513.png b/MendeleyCXR/labels/Darwin_00000515_person868_virus_1513.png new file mode 100644 index 0000000000000000000000000000000000000000..417b07be894419c25be07b4bc1b131264cc033e7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000515_person868_virus_1513.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d17358645052286b8f5a6b13a09098829fa53737e91b1ed244cb2c5f3ec2e57 +size 1245 diff --git a/MendeleyCXR/labels/Darwin_00000516_person868_virus_1514.png b/MendeleyCXR/labels/Darwin_00000516_person868_virus_1514.png new file mode 100644 index 0000000000000000000000000000000000000000..8a700e1429685c32bf987edcc49a63bc40421bf9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000516_person868_virus_1514.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffb3201a6857e2fa17babd2deaf757c383d00376ec54bce5042c8c8cbabd2aea +size 1292 diff --git a/MendeleyCXR/labels/Darwin_00000517_person870_virus_1516.png b/MendeleyCXR/labels/Darwin_00000517_person870_virus_1516.png new file mode 100644 index 0000000000000000000000000000000000000000..bf9680a77e8056655d17fddd38b703041e70d8d8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000517_person870_virus_1516.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91c8ace0fb5a38bc3258fb5110861fbb0a95e93fe783a1cf1b1c9e88509a0bda +size 1283 diff --git a/MendeleyCXR/labels/Darwin_00000518_person871_virus_1517.png b/MendeleyCXR/labels/Darwin_00000518_person871_virus_1517.png new file mode 100644 index 0000000000000000000000000000000000000000..211fd7898c8f849e35b08cc8bee63a19f211658f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000518_person871_virus_1517.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acbe44ad244a99238d63c01d04660ab2e746ba14985a3859dc332bfe18711ea0 +size 1265 diff --git a/MendeleyCXR/labels/Darwin_00000519_person877_virus_1525.png b/MendeleyCXR/labels/Darwin_00000519_person877_virus_1525.png new file mode 100644 index 0000000000000000000000000000000000000000..683b1edf8e7cf6c153e1912971367f8639ba5b37 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000519_person877_virus_1525.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8a82b62415fd0c4a25e75b872ff3f929d3018dc4116f84f7ed34bce1d5bedf7 +size 1342 diff --git a/MendeleyCXR/labels/Darwin_00000520_person878_virus_1526.png b/MendeleyCXR/labels/Darwin_00000520_person878_virus_1526.png new file mode 100644 index 0000000000000000000000000000000000000000..98b037b49ac010f316fb94246059b4dfdb62ced9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000520_person878_virus_1526.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e548f88e9e93b00c406277f137c6024d819b355e7064a4e59a80f4a7d1047192 +size 1145 diff --git a/MendeleyCXR/labels/Darwin_00000521_person880_virus_1529.png b/MendeleyCXR/labels/Darwin_00000521_person880_virus_1529.png new file mode 100644 index 0000000000000000000000000000000000000000..99adf73a0cdf13091347e970ea0630fae8d2f688 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000521_person880_virus_1529.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef5402f1e1b74afb09599046feca3723d6953abc3a4b0961976bf6e754ede8e1 +size 1370 diff --git a/MendeleyCXR/labels/Darwin_00000522_person881_virus_1531.png b/MendeleyCXR/labels/Darwin_00000522_person881_virus_1531.png new file mode 100644 index 0000000000000000000000000000000000000000..2631d9936688fd15609034df66c0579a1d86882c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000522_person881_virus_1531.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:387e41bc9e31771da604b0580113e827b837cd43b9b7196e407f12f9fbe3652e +size 1219 diff --git a/MendeleyCXR/labels/Darwin_00000523_person883_virus_1533.png b/MendeleyCXR/labels/Darwin_00000523_person883_virus_1533.png new file mode 100644 index 0000000000000000000000000000000000000000..7e544b9de0457d568c1280ca335e0e1cd93fac89 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000523_person883_virus_1533.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c0b8ca711e400160546bf7a590071d10f6471e66da8819fbefb8f2f53104c08 +size 1284 diff --git a/MendeleyCXR/labels/Darwin_00000524_person884_virus_1534.png b/MendeleyCXR/labels/Darwin_00000524_person884_virus_1534.png new file mode 100644 index 0000000000000000000000000000000000000000..a37e4002fab4ff8caec70f432096e9eda0f405da --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000524_person884_virus_1534.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2a2638a8e18ba7e63be4a01d42d5832dbacf3aa9082023ec79bdfb290c40837 +size 1360 diff --git a/MendeleyCXR/labels/Darwin_00000525_person886_virus_1536.png b/MendeleyCXR/labels/Darwin_00000525_person886_virus_1536.png new file mode 100644 index 0000000000000000000000000000000000000000..db678feb23efa34c0fee2c8e6ea0e58f2ec2f27b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000525_person886_virus_1536.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:963e37c11e4fbc831e6aba2b90739f461fc9bb7afde2cdd87dab6a6df46c0741 +size 1351 diff --git a/MendeleyCXR/labels/Darwin_00000526_person888_virus_1538.png b/MendeleyCXR/labels/Darwin_00000526_person888_virus_1538.png new file mode 100644 index 0000000000000000000000000000000000000000..552603f0457b7069e0411deedd71e99172ffa1c0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000526_person888_virus_1538.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53cac1d56931d20b16d6ef0a316a1700c2cfcd4cf3953d15d753f7af538edaff +size 1299 diff --git a/MendeleyCXR/labels/Darwin_00000527_person603_virus_1164.png b/MendeleyCXR/labels/Darwin_00000527_person603_virus_1164.png new file mode 100644 index 0000000000000000000000000000000000000000..2b842aedf79cada53e3a11d987b5c5d9534dc804 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000527_person603_virus_1164.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50cd3a22fd52d5f8e4ac77351906d0f6b7af9bc8f37092aa6860c8b9d9f57045 +size 1373 diff --git a/MendeleyCXR/labels/Darwin_00000528_person604_virus_1165.png b/MendeleyCXR/labels/Darwin_00000528_person604_virus_1165.png new file mode 100644 index 0000000000000000000000000000000000000000..42945f1d3be99f01ed338d0e5ca6dd4e2f5c74a0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000528_person604_virus_1165.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b1de848fa707ec34c67d6f460975e1296059c93b854ae5c41bf09d726123db7 +size 1229 diff --git a/MendeleyCXR/labels/Darwin_00000529_person605_virus_1166.png b/MendeleyCXR/labels/Darwin_00000529_person605_virus_1166.png new file mode 100644 index 0000000000000000000000000000000000000000..852ab8eaaafef491cc62d198d63cb0ee98f6f674 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000529_person605_virus_1166.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a14b9e0c63a22d9850e1f2a63744ce1ec82c23206886bf0eefb1824d642d7fe +size 1347 diff --git a/MendeleyCXR/labels/Darwin_00000530_person605_virus_1169.png b/MendeleyCXR/labels/Darwin_00000530_person605_virus_1169.png new file mode 100644 index 0000000000000000000000000000000000000000..707a2cec71352fad3e3d2e9225562cb61daae6e4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000530_person605_virus_1169.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32bd687c7290a3eba2752a51579c8e5da2a819c3581d17a42a99282c8906ad35 +size 1269 diff --git a/MendeleyCXR/labels/Darwin_00000531_person607_virus_1173.png b/MendeleyCXR/labels/Darwin_00000531_person607_virus_1173.png new file mode 100644 index 0000000000000000000000000000000000000000..daaa118236bb48ca7733fe47a13488c9ccaef6a7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000531_person607_virus_1173.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fc9f5aac372cdb5c8fe1457350622e57dc1a15fade9f38c9d0bfa9d5d366bf1 +size 1227 diff --git a/MendeleyCXR/labels/Darwin_00000532_person608_virus_1175.png b/MendeleyCXR/labels/Darwin_00000532_person608_virus_1175.png new file mode 100644 index 0000000000000000000000000000000000000000..fdb5bc0768e613f68b1389712d13d0152ade784f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000532_person608_virus_1175.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cd6398e9084c47c2fbe146965cd08b0ad6556e42cddf66cea38c430e4853e11 +size 1282 diff --git a/MendeleyCXR/labels/Darwin_00000533_person609_virus_1176.png b/MendeleyCXR/labels/Darwin_00000533_person609_virus_1176.png new file mode 100644 index 0000000000000000000000000000000000000000..7aa9de87933d9ccc04c52b40b240d485144d5042 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000533_person609_virus_1176.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08084708cd35f08ccb38a8b90348fb683f7d0ca234b4208c2b0f1a78d8f7e3f6 +size 1385 diff --git a/MendeleyCXR/labels/Darwin_00000534_person610_virus_1177.png b/MendeleyCXR/labels/Darwin_00000534_person610_virus_1177.png new file mode 100644 index 0000000000000000000000000000000000000000..7eef476f2fd0484b6099f1ea5b2a3f829b090c8b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000534_person610_virus_1177.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:847fc4f57307ee7da2aaff5952263fdd1dcbb0520f80e1c1e70e9c6d99928a4b +size 1233 diff --git a/MendeleyCXR/labels/Darwin_00000535_person612_virus_1179.png b/MendeleyCXR/labels/Darwin_00000535_person612_virus_1179.png new file mode 100644 index 0000000000000000000000000000000000000000..6fa4abd63c8aee921daf442c1c9105e8bb1c2628 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000535_person612_virus_1179.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfb813ce9369a6f708981501502813b1cd968c64c614db963456eb334146fb19 +size 1270 diff --git a/MendeleyCXR/labels/Darwin_00000536_person613_virus_1181.png b/MendeleyCXR/labels/Darwin_00000536_person613_virus_1181.png new file mode 100644 index 0000000000000000000000000000000000000000..faf399eb1b038071186d665ffec2794e2b4010eb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000536_person613_virus_1181.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7d6d1ca5800961985454c3700a03e15ee7c57c134f5802e8c376fc808344b29 +size 1269 diff --git a/MendeleyCXR/labels/Darwin_00000537_person614_virus_1183.png b/MendeleyCXR/labels/Darwin_00000537_person614_virus_1183.png new file mode 100644 index 0000000000000000000000000000000000000000..ff1d9fdf21dbda69bb3cc042612e0e18fa09773b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000537_person614_virus_1183.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a54e358898addd2a702dae3be76c0227db56980f7e1c2f4642108a1676c50283 +size 1260 diff --git a/MendeleyCXR/labels/Darwin_00000538_person615_virus_1184.png b/MendeleyCXR/labels/Darwin_00000538_person615_virus_1184.png new file mode 100644 index 0000000000000000000000000000000000000000..ad77fd0e5fb7d760aea29ca2de4792ba359feb28 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000538_person615_virus_1184.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14fd20af41860494a8cee3292f325a5ddae9d57d9d10b169ff533e2ed5c64560 +size 1315 diff --git a/MendeleyCXR/labels/Darwin_00000539_person616_virus_1186.png b/MendeleyCXR/labels/Darwin_00000539_person616_virus_1186.png new file mode 100644 index 0000000000000000000000000000000000000000..d3d06b59fde2947d0bc7e7e2d749003d6d4e7210 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000539_person616_virus_1186.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bee32947d3f011e5577abdbeed17cafeac48a2d968c8e5bfdb77ba02388ce23 +size 1158 diff --git a/MendeleyCXR/labels/Darwin_00000540_person617_virus_1187.png b/MendeleyCXR/labels/Darwin_00000540_person617_virus_1187.png new file mode 100644 index 0000000000000000000000000000000000000000..5a757aa7f6c5c64664daeec5d0b2dcc3033c7e04 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000540_person617_virus_1187.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44c1041a518ca64d28babc02323317eac90a53d0e279c46077182274567b8c4a +size 1247 diff --git a/MendeleyCXR/labels/Darwin_00000541_person618_virus_1189.png b/MendeleyCXR/labels/Darwin_00000541_person618_virus_1189.png new file mode 100644 index 0000000000000000000000000000000000000000..8b79f6b126c2f1f93ed19afe6b35c2f4bb51a4c2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000541_person618_virus_1189.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d6139d28f1f922c89519382ecdb3e95cd12807980962b2d43d096d779aefea3 +size 1238 diff --git a/MendeleyCXR/labels/Darwin_00000542_person619_virus_1190.png b/MendeleyCXR/labels/Darwin_00000542_person619_virus_1190.png new file mode 100644 index 0000000000000000000000000000000000000000..d42d56d9b32f25dcbdd048b80b78a492d4b05178 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000542_person619_virus_1190.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b7acb054a838b53f5a8693a359102b0c09871924aa9adac628120db92c2d936 +size 1274 diff --git a/MendeleyCXR/labels/Darwin_00000543_person620_virus_1191.png b/MendeleyCXR/labels/Darwin_00000543_person620_virus_1191.png new file mode 100644 index 0000000000000000000000000000000000000000..e5bfa2c772291a570aa5bba46a7e00d640392dee --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000543_person620_virus_1191.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fbde584fe20e7bb054f50ebca9129640f9b57b28493ccd24b0eab3ba655060f +size 1335 diff --git a/MendeleyCXR/labels/Darwin_00000544_person620_virus_1192.png b/MendeleyCXR/labels/Darwin_00000544_person620_virus_1192.png new file mode 100644 index 0000000000000000000000000000000000000000..afa4dffc833b81bc747447f029983a68049b4fdc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000544_person620_virus_1192.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eda57850b42e5674b892a5f27cb8030e3097fcf03b8d5df1824b70ad1991e60e +size 1377 diff --git a/MendeleyCXR/labels/Darwin_00000545_person621_virus_1194.png b/MendeleyCXR/labels/Darwin_00000545_person621_virus_1194.png new file mode 100644 index 0000000000000000000000000000000000000000..3fd72ff31414869635aab7ae9028e632aa3e1b30 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000545_person621_virus_1194.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbe9d7f5a11be2f0a918c4679a431ac53ab957444134f6f3f9b722da0b4b74f8 +size 1023 diff --git a/MendeleyCXR/labels/Darwin_00000546_person621_virus_1195.png b/MendeleyCXR/labels/Darwin_00000546_person621_virus_1195.png new file mode 100644 index 0000000000000000000000000000000000000000..ad322dd63ab014f87da13d7447aca227adf55dc6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000546_person621_virus_1195.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:648a496c3565e1bfcffab3ebbaa3cec92b5b34d69cf33030822a59ad1f7fc8f2 +size 1320 diff --git a/MendeleyCXR/labels/Darwin_00000547_person622_virus_1196.png b/MendeleyCXR/labels/Darwin_00000547_person622_virus_1196.png new file mode 100644 index 0000000000000000000000000000000000000000..94bf5d73894b174edee142d1fe3c4276cd6ca159 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000547_person622_virus_1196.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1d49ad170f54fb892df4186d40c8fef7c2a58a91b5411f012cb1ccc0ea77609 +size 1439 diff --git a/MendeleyCXR/labels/Darwin_00000548_person623_virus_1197.png b/MendeleyCXR/labels/Darwin_00000548_person623_virus_1197.png new file mode 100644 index 0000000000000000000000000000000000000000..008b48e680bcc2aa01405c1a525bc36d6612d1f8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000548_person623_virus_1197.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf60602c37eaa7de50b69afefb55abd0fc48c5ace168e11559a46792e2b60aaa +size 1298 diff --git a/MendeleyCXR/labels/Darwin_00000549_person624_virus_1198.png b/MendeleyCXR/labels/Darwin_00000549_person624_virus_1198.png new file mode 100644 index 0000000000000000000000000000000000000000..dc758425deae1f39dd9976df6c4553a988cca5c1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000549_person624_virus_1198.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7fe00d340fa41d368b399a618ca70a017cddc1956acd362e1ddb0f02a71354d +size 1356 diff --git a/MendeleyCXR/labels/Darwin_00000550_person625_virus_1199.png b/MendeleyCXR/labels/Darwin_00000550_person625_virus_1199.png new file mode 100644 index 0000000000000000000000000000000000000000..7856e35a8f0026866b91e55f9bec31e20987ea7c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000550_person625_virus_1199.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:063db41b2244ca7ba52f66c2f362c9a267ef704a3e3cf5049ba7aaf928583db6 +size 1172 diff --git a/MendeleyCXR/labels/Darwin_00000551_person626_virus_1202.png b/MendeleyCXR/labels/Darwin_00000551_person626_virus_1202.png new file mode 100644 index 0000000000000000000000000000000000000000..1f5b57a9420a8a4988e8d4072e59a22c5306e5f8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000551_person626_virus_1202.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0efaacb7c7df4bf8a7cb7e275d5af96fcefc00a11ffd037928341a60d943a17 +size 1392 diff --git a/MendeleyCXR/labels/Darwin_00000552_person627_virus_1204.png b/MendeleyCXR/labels/Darwin_00000552_person627_virus_1204.png new file mode 100644 index 0000000000000000000000000000000000000000..653655fa8af3ae05cd1ac548bd9c076cfe6f1f49 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000552_person627_virus_1204.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8031e749ec4c2e56f303975d70ff61097fa10640e0816f1fb42d2aac3ee7370b +size 1216 diff --git a/MendeleyCXR/labels/Darwin_00000553_person628_virus_1206.png b/MendeleyCXR/labels/Darwin_00000553_person628_virus_1206.png new file mode 100644 index 0000000000000000000000000000000000000000..442637eea1b8c0573e6779a9d8223388e09c5be6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000553_person628_virus_1206.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae0471158f6cdc453d1778025f249fceb44ac53e19f9f7e9997c45ca5a9ec971 +size 1360 diff --git a/MendeleyCXR/labels/Darwin_00000554_person629_virus_1207.png b/MendeleyCXR/labels/Darwin_00000554_person629_virus_1207.png new file mode 100644 index 0000000000000000000000000000000000000000..b7a894be0551ab65e4f43cb9f7195ea094b25162 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000554_person629_virus_1207.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52a81b396d865ba0eb2c52c49fa20f770e5eced898769f6ed9879a5117b7059f +size 1298 diff --git a/MendeleyCXR/labels/Darwin_00000555_person630_virus_1209.png b/MendeleyCXR/labels/Darwin_00000555_person630_virus_1209.png new file mode 100644 index 0000000000000000000000000000000000000000..b60068c6588a5f56dd7c05602b59bbc08d483e2c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000555_person630_virus_1209.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bf7350911fff8c478b6ae22b729b725e50b66513d3d7eb353b63c19e5f9b1e8 +size 1302 diff --git a/MendeleyCXR/labels/Darwin_00000556_person632_virus_1211.png b/MendeleyCXR/labels/Darwin_00000556_person632_virus_1211.png new file mode 100644 index 0000000000000000000000000000000000000000..4d3bd869b95c47468d81245ac2c711ecfbd2ed01 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000556_person632_virus_1211.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44b7c4183f27bf9025fabbf33a891622ecf1189f80d6f148fc4f3daa6ded4eac +size 1241 diff --git a/MendeleyCXR/labels/Darwin_00000557_person633_virus_1213.png b/MendeleyCXR/labels/Darwin_00000557_person633_virus_1213.png new file mode 100644 index 0000000000000000000000000000000000000000..af4817af4fd91cd5a37ad8b4881bd782a1587b0a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000557_person633_virus_1213.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94cd960dcccf309c0208e2dd25703e9c694c5af7465a4e7fdf6e1ed1c6a48008 +size 1332 diff --git a/MendeleyCXR/labels/Darwin_00000558_person636_virus_1217.png b/MendeleyCXR/labels/Darwin_00000558_person636_virus_1217.png new file mode 100644 index 0000000000000000000000000000000000000000..9ab1956c25afa86f1bfd9e1a55724f690ca660a0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000558_person636_virus_1217.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cfc1255787080fb369a3691dfa3c5460b30f52ec8839bed0166efd29efb57e4 +size 1114 diff --git a/MendeleyCXR/labels/Darwin_00000559_person637_virus_1218.png b/MendeleyCXR/labels/Darwin_00000559_person637_virus_1218.png new file mode 100644 index 0000000000000000000000000000000000000000..f805b9975aad7a7ae8c58db415d2ccfc9fabd57e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000559_person637_virus_1218.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4ae9931021fee897d89f69d5537f035e42e594ddad9181e9b9d265918327cc0 +size 1469 diff --git a/MendeleyCXR/labels/Darwin_00000560_person639_virus_1220.png b/MendeleyCXR/labels/Darwin_00000560_person639_virus_1220.png new file mode 100644 index 0000000000000000000000000000000000000000..4ba3efda1d878b6cb9d0f0cb5a8ab5a88320a691 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000560_person639_virus_1220.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b213f107909a781b98108487688574cfbb1e660849ed3a2350896418c79f4cc +size 1331 diff --git a/MendeleyCXR/labels/Darwin_00000561_person640_virus_1221.png b/MendeleyCXR/labels/Darwin_00000561_person640_virus_1221.png new file mode 100644 index 0000000000000000000000000000000000000000..939a0c66e3225ae109121bf6ced92652a9eecb21 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000561_person640_virus_1221.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ba626d84bcca44367df7e71a6a0da3517a68c711372bcb35ff4e348aa78b0e2 +size 1356 diff --git a/MendeleyCXR/labels/Darwin_00000562_person641_virus_1222.png b/MendeleyCXR/labels/Darwin_00000562_person641_virus_1222.png new file mode 100644 index 0000000000000000000000000000000000000000..f4b870052cded2fc2bf2ba49d3fb08597287ca55 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000562_person641_virus_1222.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd38f7b15d8710840830eb9c9548346d2b7c3d74cd4d0e1dbb3a615df6469646 +size 1339 diff --git a/MendeleyCXR/labels/Darwin_00000563_person642_virus_1223.png b/MendeleyCXR/labels/Darwin_00000563_person642_virus_1223.png new file mode 100644 index 0000000000000000000000000000000000000000..ce33ebe8f2dab57af0161566e8db69d43b54429d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000563_person642_virus_1223.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e7475ed47248be22af4cb1637365b13069239acd8244312f40e25d1d603ba5d +size 1251 diff --git a/MendeleyCXR/labels/Darwin_00000564_person644_virus_1225.png b/MendeleyCXR/labels/Darwin_00000564_person644_virus_1225.png new file mode 100644 index 0000000000000000000000000000000000000000..2424009a72f4b14af1505c88bafaff450b3a41fd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000564_person644_virus_1225.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1805fcad0783d4021001cccc26af371e523b40defa6303e32606190ac6e4ad9d +size 1426 diff --git a/MendeleyCXR/labels/Darwin_00000565_person645_virus_1226.png b/MendeleyCXR/labels/Darwin_00000565_person645_virus_1226.png new file mode 100644 index 0000000000000000000000000000000000000000..835e4b2991b8c01c642677c9aa4fa31b283eba41 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000565_person645_virus_1226.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4d52999d745c3bb84eb478475f3912aa6c1a0a8b5b038fdd0ffa48f1508a9a3 +size 1168 diff --git a/MendeleyCXR/labels/Darwin_00000566_person646_virus_1227.png b/MendeleyCXR/labels/Darwin_00000566_person646_virus_1227.png new file mode 100644 index 0000000000000000000000000000000000000000..c7f49b28dfbfbd22b0df7d2c30a426e98c30dc27 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000566_person646_virus_1227.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a712bf6e0c6d16f72f762d07cd419d76446ea3ffaa5b3480c8feb92b688c0c11 +size 1259 diff --git a/MendeleyCXR/labels/Darwin_00000567_person647_virus_1228.png b/MendeleyCXR/labels/Darwin_00000567_person647_virus_1228.png new file mode 100644 index 0000000000000000000000000000000000000000..ce0c89c35f9eaed62cc0bafcfdc53fe826ca55d4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000567_person647_virus_1228.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5483c5858df2d878a9c37007572fe02a42a62602f457270b0ca02452f3caf7e +size 1387 diff --git a/MendeleyCXR/labels/Darwin_00000568_person647_virus_1229.png b/MendeleyCXR/labels/Darwin_00000568_person647_virus_1229.png new file mode 100644 index 0000000000000000000000000000000000000000..6c712ef78d258a62e601137f796b4e0ba390483c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000568_person647_virus_1229.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2335653da87dd1fed5f6bd57a3295f246ba7dce73b6f5b7b89be1005bf5e25da +size 1147 diff --git a/MendeleyCXR/labels/Darwin_00000569_person648_virus_1230.png b/MendeleyCXR/labels/Darwin_00000569_person648_virus_1230.png new file mode 100644 index 0000000000000000000000000000000000000000..1b034215ebb7e4efad11ab0424a549a88ebbf462 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000569_person648_virus_1230.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6b28f6a97f024ee6e22d9f82a9dfcdd70818f175091137ae20e740457722177 +size 1170 diff --git a/MendeleyCXR/labels/Darwin_00000570_person649_virus_1231.png b/MendeleyCXR/labels/Darwin_00000570_person649_virus_1231.png new file mode 100644 index 0000000000000000000000000000000000000000..867692d0142dc9df4a317cc3cce6a14efbfcb6f0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000570_person649_virus_1231.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fe87e238f575a4a8ffe8e769e43ec18147fdcc1a4fdc10d744959cbd0c46030 +size 1362 diff --git a/MendeleyCXR/labels/Darwin_00000571_person650_virus_1232.png b/MendeleyCXR/labels/Darwin_00000571_person650_virus_1232.png new file mode 100644 index 0000000000000000000000000000000000000000..406795cfd29c30501baa72fc47328e962f7b2339 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000571_person650_virus_1232.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5ff95fea030a7b2a97038a83507d8610723387d682acd8844ab545b66809668 +size 1224 diff --git a/MendeleyCXR/labels/Darwin_00000572_person652_virus_1234.png b/MendeleyCXR/labels/Darwin_00000572_person652_virus_1234.png new file mode 100644 index 0000000000000000000000000000000000000000..b84eb2fad4bc40be0e94d98a6377f969d3d1f3fb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000572_person652_virus_1234.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd8e6d35933c52346a5fba11611ea41d4de0e6c587bc31b4a283c05a4acbff2b +size 1163 diff --git a/MendeleyCXR/labels/Darwin_00000573_person653_virus_1235.png b/MendeleyCXR/labels/Darwin_00000573_person653_virus_1235.png new file mode 100644 index 0000000000000000000000000000000000000000..12453d498f7b8fedc05b35693cd1a5d9978df3b3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000573_person653_virus_1235.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80b0f28fef26dcb56f94115138c66690f63dde54615a4a74e4346bc1e917d045 +size 1272 diff --git a/MendeleyCXR/labels/Darwin_00000574_person656_virus_1238.png b/MendeleyCXR/labels/Darwin_00000574_person656_virus_1238.png new file mode 100644 index 0000000000000000000000000000000000000000..59d1be157ec93137c49a61a67043f6eca98def24 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000574_person656_virus_1238.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e42e11ec0fc8fa50cc8016af4689ba5b961ef4c403b796bb7f3f3af39116d231 +size 1293 diff --git a/MendeleyCXR/labels/Darwin_00000575_person657_virus_1240.png b/MendeleyCXR/labels/Darwin_00000575_person657_virus_1240.png new file mode 100644 index 0000000000000000000000000000000000000000..45a8ecc2ab8425729e5f8214a823d806f7c07992 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000575_person657_virus_1240.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dc55412f5236e3100c9878c35fe3e428c7d6b52e80b0671608e1a8da585745d +size 1249 diff --git a/MendeleyCXR/labels/Darwin_00000576_person658_virus_1241.png b/MendeleyCXR/labels/Darwin_00000576_person658_virus_1241.png new file mode 100644 index 0000000000000000000000000000000000000000..5cb421796f7777caa557ea34a30b69a73f73fbe8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000576_person658_virus_1241.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a61233886f4e5d9587d16935a394fe2271c32f1fbd4ec842621345ee61d805da +size 1270 diff --git a/MendeleyCXR/labels/Darwin_00000577_person659_virus_1243.png b/MendeleyCXR/labels/Darwin_00000577_person659_virus_1243.png new file mode 100644 index 0000000000000000000000000000000000000000..602d0a58d1edce4286dad58a73e0de90ac284764 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000577_person659_virus_1243.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:355a032112afa57bdc0e211b1f5bfe507d84d41953974148176489b264890689 +size 1285 diff --git a/MendeleyCXR/labels/Darwin_00000578_person660_virus_1244.png b/MendeleyCXR/labels/Darwin_00000578_person660_virus_1244.png new file mode 100644 index 0000000000000000000000000000000000000000..2b574843a0ffe372785f2f409980f5d01c524ed1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000578_person660_virus_1244.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94b938d6c31a716167e11de5eb5da0362438c55a892b0826c248cd441f0bd9fb +size 1129 diff --git a/MendeleyCXR/labels/Darwin_00000579_person661_virus_1245.png b/MendeleyCXR/labels/Darwin_00000579_person661_virus_1245.png new file mode 100644 index 0000000000000000000000000000000000000000..f7830cad1f335b81be20a49a17e3bc1e0cd4017a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000579_person661_virus_1245.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45ee22c4e6490c01776d5684c8f8deb7a0c5e43e42493a657b74b64824b546c8 +size 1348 diff --git a/MendeleyCXR/labels/Darwin_00000580_person662_virus_1246.png b/MendeleyCXR/labels/Darwin_00000580_person662_virus_1246.png new file mode 100644 index 0000000000000000000000000000000000000000..f8899583595142404c35c8316c3d9b00e7f785b8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000580_person662_virus_1246.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:625bf141351f63ece87d65f4f0b688a3ba3541374573ad72ba8c344bc0736213 +size 1157 diff --git a/MendeleyCXR/labels/Darwin_00000581_person663_virus_1247.png b/MendeleyCXR/labels/Darwin_00000581_person663_virus_1247.png new file mode 100644 index 0000000000000000000000000000000000000000..7d121e27eeb918595d3c8228e68ea0c77fd26f5f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000581_person663_virus_1247.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67cf325b499d8d78a91136edb4c8d8a53d555f6f15df4992194def3f0df3f75b +size 1454 diff --git a/MendeleyCXR/labels/Darwin_00000582_person663_virus_1248.png b/MendeleyCXR/labels/Darwin_00000582_person663_virus_1248.png new file mode 100644 index 0000000000000000000000000000000000000000..f6bf875f681ccebcb013acad99131357d370d666 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000582_person663_virus_1248.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36d4b67eb0b0f751464153a1a6550169974d6dcdcc061cf9757130b6fd69d402 +size 1241 diff --git a/MendeleyCXR/labels/Darwin_00000583_person664_virus_1249.png b/MendeleyCXR/labels/Darwin_00000583_person664_virus_1249.png new file mode 100644 index 0000000000000000000000000000000000000000..d6b806fffd8352cc098c4948617762bf060a45ab --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000583_person664_virus_1249.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f73f3d18c89c353ad2fe612ab09f2100044be116b151b6d12f7a9dc579bdcb9 +size 1288 diff --git a/MendeleyCXR/labels/Darwin_00000584_person665_virus_1250.png b/MendeleyCXR/labels/Darwin_00000584_person665_virus_1250.png new file mode 100644 index 0000000000000000000000000000000000000000..7abc52ba0b2d27c3340c74b0d0245d5e4d6b478b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000584_person665_virus_1250.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19d5aeef20144bd8ea707d5912bd0c1dbb2d9e5a7b3c7797b3ead7a49da811f2 +size 1379 diff --git a/MendeleyCXR/labels/Darwin_00000585_person666_virus_1251.png b/MendeleyCXR/labels/Darwin_00000585_person666_virus_1251.png new file mode 100644 index 0000000000000000000000000000000000000000..5526476adb76562b44a417e887f540571adf7390 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000585_person666_virus_1251.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dd414848a33beca0bbc7612d865cf4bd79a1a4116706615aa09b87df1aae724 +size 1316 diff --git a/MendeleyCXR/labels/Darwin_00000586_person667_virus_1252.png b/MendeleyCXR/labels/Darwin_00000586_person667_virus_1252.png new file mode 100644 index 0000000000000000000000000000000000000000..6136a442cc9d00d5185ba4bdc42892de8309efb6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000586_person667_virus_1252.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad8dfab6ff509f3a01b04e92164528df9a9d24f6f570b8e8185c13f5526f44d6 +size 1372 diff --git a/MendeleyCXR/labels/Darwin_00000587_person667_virus_1253.png b/MendeleyCXR/labels/Darwin_00000587_person667_virus_1253.png new file mode 100644 index 0000000000000000000000000000000000000000..def27b259d708d81a02f068075cb55dd67c02700 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000587_person667_virus_1253.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f456b802996193a84bdf03128ab6fd22c93ff907be9522fa32be092d636c3462 +size 1319 diff --git a/MendeleyCXR/labels/Darwin_00000589_person670_virus_1256.png b/MendeleyCXR/labels/Darwin_00000589_person670_virus_1256.png new file mode 100644 index 0000000000000000000000000000000000000000..76e1a9bb9055fff135defa51d8d74c502052681c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000589_person670_virus_1256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4b810aad50dde4ce14c5a2f9bdc58d93d3f403de733ea39b3533d55b8495921 +size 1247 diff --git a/MendeleyCXR/labels/Darwin_00000591_person671_virus_1260.png b/MendeleyCXR/labels/Darwin_00000591_person671_virus_1260.png new file mode 100644 index 0000000000000000000000000000000000000000..b27d8b6e88a44ad5956660acad3c53943f691e04 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000591_person671_virus_1260.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6be034694a08282a4c05ed3e6b9ea152c6602c3f77a3de2e7661b71406e95f08 +size 1334 diff --git a/MendeleyCXR/labels/Darwin_00000592_person672_virus_1261.png b/MendeleyCXR/labels/Darwin_00000592_person672_virus_1261.png new file mode 100644 index 0000000000000000000000000000000000000000..d0dae0870496ddab0db239b0fccee4ef47364d93 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000592_person672_virus_1261.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e14b98085bdd3cac6269c5ec91b4d61f0a12eb95c45550f07cd64a626eb5f8f4 +size 1268 diff --git a/MendeleyCXR/labels/Darwin_00000593_person673_virus_1263.png b/MendeleyCXR/labels/Darwin_00000593_person673_virus_1263.png new file mode 100644 index 0000000000000000000000000000000000000000..c0b73b0dd7944546b932b7cda5b50ec8952b88e6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000593_person673_virus_1263.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92798d35eb07ef607854cfcf48f6b534248022dcaeda5cd51f1623ae0a1316f3 +size 1334 diff --git a/MendeleyCXR/labels/Darwin_00000594_person677_virus_1268.png b/MendeleyCXR/labels/Darwin_00000594_person677_virus_1268.png new file mode 100644 index 0000000000000000000000000000000000000000..5fc99baef6697a1f65bc172f13fbc079c7a46a1b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000594_person677_virus_1268.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b5ce1d8bc5a2571e90ef9e61ec331f13652aef3d3e8785097f5c54d0bb09abd +size 1243 diff --git a/MendeleyCXR/labels/Darwin_00000595_person679_virus_1270.png b/MendeleyCXR/labels/Darwin_00000595_person679_virus_1270.png new file mode 100644 index 0000000000000000000000000000000000000000..62dadb8599f350d9679ae78622659cc1099adfb0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000595_person679_virus_1270.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e02aa763392143526a6cf026bb201f5429a6fa19a274481a59292cb2ba6316b +size 1346 diff --git a/MendeleyCXR/labels/Darwin_00000596_person681_virus_1272.png b/MendeleyCXR/labels/Darwin_00000596_person681_virus_1272.png new file mode 100644 index 0000000000000000000000000000000000000000..5eb4f4c19e5af4c8ba502a651524130551531cc1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000596_person681_virus_1272.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69013e78e6d5f1a6b1ed1539214446979928c30c0a2060d06759bdfcd445100b +size 1278 diff --git a/MendeleyCXR/labels/Darwin_00000597_person682_virus_1273.png b/MendeleyCXR/labels/Darwin_00000597_person682_virus_1273.png new file mode 100644 index 0000000000000000000000000000000000000000..e1c5451976b3d89905348621b0f5cbbb5ba3ae3f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000597_person682_virus_1273.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33e9b5739e1dc64662d79b7cccd69f90023bb764e935cb44656585465773be9a +size 1230 diff --git a/MendeleyCXR/labels/Darwin_00000598_person684_virus_1275.png b/MendeleyCXR/labels/Darwin_00000598_person684_virus_1275.png new file mode 100644 index 0000000000000000000000000000000000000000..10e22f97a052982fb1295ee0fc1f09b432d34741 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000598_person684_virus_1275.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9745ec3744f53840c6a6bef77ee2971a4094255d4b9e6e2a7dcfe6b057cdb8df +size 1146 diff --git a/MendeleyCXR/labels/Darwin_00000599_person688_virus_1281.png b/MendeleyCXR/labels/Darwin_00000599_person688_virus_1281.png new file mode 100644 index 0000000000000000000000000000000000000000..385645caa81fc448dfa3b7cd53d122a067239fa0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000599_person688_virus_1281.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5af8a49bcd861f7664b75770fa99f8cdb3d517873ee59a002217fb874eea224b +size 1213 diff --git a/MendeleyCXR/labels/Darwin_00000601_person692_virus_1286.png b/MendeleyCXR/labels/Darwin_00000601_person692_virus_1286.png new file mode 100644 index 0000000000000000000000000000000000000000..3450a89316caba6e7373ea002f185e0e4582d55a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000601_person692_virus_1286.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a984fc3795db1fe73511651288a9e02ebc07277449d35b7be33c0c42a0ad314d +size 1131 diff --git a/MendeleyCXR/labels/Darwin_00000602_person698_virus_1294.png b/MendeleyCXR/labels/Darwin_00000602_person698_virus_1294.png new file mode 100644 index 0000000000000000000000000000000000000000..cc23caa73b4d718f4ad2c0443f72f42f9b304409 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000602_person698_virus_1294.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e61bef251217b743d67d99c537ac1e4c5d993135bfa8612a752fc377f06821e +size 1291 diff --git a/MendeleyCXR/labels/Darwin_00000603_person699_virus_1295.png b/MendeleyCXR/labels/Darwin_00000603_person699_virus_1295.png new file mode 100644 index 0000000000000000000000000000000000000000..cbfd88001b4625eb46da7c69d9c276e8950a11c0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000603_person699_virus_1295.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:969dfcbe392b0a7fb060dede288f83a205096986fa0ba6d1edff99c47ee55c5c +size 1127 diff --git a/MendeleyCXR/labels/Darwin_00000604_person701_virus_1297.png b/MendeleyCXR/labels/Darwin_00000604_person701_virus_1297.png new file mode 100644 index 0000000000000000000000000000000000000000..d4fc42a7c9728e869405d834efb217e9588b35df --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000604_person701_virus_1297.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b52e0c2766a49eeca59e0f09a26795f6f7f8db27b60de9cc18e326140a4170c2 +size 1332 diff --git a/MendeleyCXR/labels/Darwin_00000605_person702_virus_1299.png b/MendeleyCXR/labels/Darwin_00000605_person702_virus_1299.png new file mode 100644 index 0000000000000000000000000000000000000000..fc235357d0d7a2d7487bf925bd0f89ead4a539d2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000605_person702_virus_1299.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:350130ede04452435f218d170586bc2d33539d3aae074f7c6ef64bf2cbe8eead +size 1297 diff --git a/MendeleyCXR/labels/Darwin_00000606_person703_virus_1300.png b/MendeleyCXR/labels/Darwin_00000606_person703_virus_1300.png new file mode 100644 index 0000000000000000000000000000000000000000..bb9ea81bb3401486e7d4691411f76a344264e79e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000606_person703_virus_1300.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30931bc75e6a6630dd4b6374396cabe844eed25d9fe0c50a0a0ddd582aefd5a5 +size 1341 diff --git a/MendeleyCXR/labels/Darwin_00000607_person704_virus_1301.png b/MendeleyCXR/labels/Darwin_00000607_person704_virus_1301.png new file mode 100644 index 0000000000000000000000000000000000000000..c51caf2a2837dcc1ff139f12e4c95eb0ca1ed0cf --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000607_person704_virus_1301.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e52009d609419ecae686b5802a7e8cb2018aa4d49a07c4d342166e28637a2ee8 +size 1424 diff --git a/MendeleyCXR/labels/Darwin_00000608_person705_virus_1302.png b/MendeleyCXR/labels/Darwin_00000608_person705_virus_1302.png new file mode 100644 index 0000000000000000000000000000000000000000..babee53f8a49071789a6ee6f595678943da0e40a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000608_person705_virus_1302.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b41756f5527f49f913e75c5b16dcff6cb9bfbfaeb1405302a510ea1080b8ffd0 +size 1423 diff --git a/MendeleyCXR/labels/Darwin_00000609_person705_virus_1303.png b/MendeleyCXR/labels/Darwin_00000609_person705_virus_1303.png new file mode 100644 index 0000000000000000000000000000000000000000..9298667b6e4501027ed77db1a6c1d79592b6bd78 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000609_person705_virus_1303.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf505e9bccb6cc42d9bab0d572b9ce4242dfd59f252142cc0fc81f9abbe7e631 +size 1448 diff --git a/MendeleyCXR/labels/Darwin_00000610_person706_virus_1304.png b/MendeleyCXR/labels/Darwin_00000610_person706_virus_1304.png new file mode 100644 index 0000000000000000000000000000000000000000..ff66558b1bc3eb18fa15a104e7e6c9edcc6dd692 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000610_person706_virus_1304.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14229a9e62b200916d3aced03ce535381e2c9c05b020c4cd731c9c0884352bd8 +size 1080 diff --git a/MendeleyCXR/labels/Darwin_00000611_person707_virus_1305.png b/MendeleyCXR/labels/Darwin_00000611_person707_virus_1305.png new file mode 100644 index 0000000000000000000000000000000000000000..30b67f58c64a6ab97892c8c153595f1472d8bfe5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000611_person707_virus_1305.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7f2bd2a959d8dd0086ab4d14c37cd6e2a803f3693addbb640667b80ff58f2fe +size 1148 diff --git a/MendeleyCXR/labels/Darwin_00000612_person710_virus_1308.png b/MendeleyCXR/labels/Darwin_00000612_person710_virus_1308.png new file mode 100644 index 0000000000000000000000000000000000000000..c47a2b887977c6452f5d784b262ecadbd875678c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000612_person710_virus_1308.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:531045b698a636fda169fd3638bc726c094f4ad34160fa43a168b95835488b7a +size 1229 diff --git a/MendeleyCXR/labels/Darwin_00000613_person711_virus_1309.png b/MendeleyCXR/labels/Darwin_00000613_person711_virus_1309.png new file mode 100644 index 0000000000000000000000000000000000000000..21e077d9740caf2193767b7d9dc80477cc63c8bc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000613_person711_virus_1309.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3fa8f1cf084052ca7cb3d466f84328b62730f7363f2441fc206d03fb6871abc +size 1221 diff --git a/MendeleyCXR/labels/Darwin_00000615_person716_virus_1314.png b/MendeleyCXR/labels/Darwin_00000615_person716_virus_1314.png new file mode 100644 index 0000000000000000000000000000000000000000..eb97170f1b625ab8b88192cf1aad6bc6142ffc31 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000615_person716_virus_1314.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:245d5dd91deac80136177fd7dbee1f69c18b2bc794f4c7dde4e48c4a9d90f2e0 +size 1361 diff --git a/MendeleyCXR/labels/Darwin_00000618_person720_virus_1339.png b/MendeleyCXR/labels/Darwin_00000618_person720_virus_1339.png new file mode 100644 index 0000000000000000000000000000000000000000..eaf9009b01f3b0900b77164a21296fddd6b1d8ca --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000618_person720_virus_1339.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6fab216f0dcd6e03887a531d195398dc6c9742451d2256d2b890260eb75031a +size 1188 diff --git a/MendeleyCXR/labels/Darwin_00000619_person721_virus_1340.png b/MendeleyCXR/labels/Darwin_00000619_person721_virus_1340.png new file mode 100644 index 0000000000000000000000000000000000000000..1b20ab36ad2690274776ef34fd60db60428dc44f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000619_person721_virus_1340.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df05a1c894a45a8512218c21c59eaff0804f15e2564c1b7549b3a313ea398bb1 +size 1342 diff --git a/MendeleyCXR/labels/Darwin_00000620_person722_virus_1341.png b/MendeleyCXR/labels/Darwin_00000620_person722_virus_1341.png new file mode 100644 index 0000000000000000000000000000000000000000..36530fa1808eb19c00b3e072a0f98b595456d8a6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000620_person722_virus_1341.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2df02bf2ad5e0130bf909d4df0436ef8e1e7341aeb412ba648cb001a76dc5df3 +size 1444 diff --git a/MendeleyCXR/labels/Darwin_00000621_person723_virus_1342.png b/MendeleyCXR/labels/Darwin_00000621_person723_virus_1342.png new file mode 100644 index 0000000000000000000000000000000000000000..7a5fd9b89b4bfa68b4684f1321dd452c3b747a5a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000621_person723_virus_1342.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e5e1e5f5d5c2550fd9983ba13d8cb4d88114fe271104eb7a80f8224c7f50c8b +size 1210 diff --git a/MendeleyCXR/labels/Darwin_00000622_person724_virus_1343.png b/MendeleyCXR/labels/Darwin_00000622_person724_virus_1343.png new file mode 100644 index 0000000000000000000000000000000000000000..0d2a876187293f0fa90b7bfec49d17970cd21ee7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000622_person724_virus_1343.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab725919da2ced8e02042a1948089ea35783aa9a80ec406c2519f9159716c734 +size 1345 diff --git a/MendeleyCXR/labels/Darwin_00000623_person724_virus_1344.png b/MendeleyCXR/labels/Darwin_00000623_person724_virus_1344.png new file mode 100644 index 0000000000000000000000000000000000000000..44a5e18928da08a7d346d0cd7e1cd7dac1422e88 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000623_person724_virus_1344.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53932abefa122ad2c79cbc15062bb18ea1d0bb596bfc38a1be583bbd5b06f7b4 +size 1343 diff --git a/MendeleyCXR/labels/Darwin_00000624_person727_virus_1347.png b/MendeleyCXR/labels/Darwin_00000624_person727_virus_1347.png new file mode 100644 index 0000000000000000000000000000000000000000..31816f3c3c549d2a358f6864e97a29744ae4c6aa --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000624_person727_virus_1347.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4f72c35c67f94fc341ff0ca6d01d1167ec5a746793502817b0ff4f12f024bcc +size 1439 diff --git a/MendeleyCXR/labels/Darwin_00000625_person525_virus_1046.png b/MendeleyCXR/labels/Darwin_00000625_person525_virus_1046.png new file mode 100644 index 0000000000000000000000000000000000000000..a2dc1330aedbe7c80cb7188216237890389e44a3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000625_person525_virus_1046.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a405a136159f0ba5628c64da9e1bbfb74e21ec3da7772e95b5d44e82d008d3fa +size 1333 diff --git a/MendeleyCXR/labels/Darwin_00000626_person527_virus_1048.png b/MendeleyCXR/labels/Darwin_00000626_person527_virus_1048.png new file mode 100644 index 0000000000000000000000000000000000000000..05f22928eaf472ddd4f381b43fd97a391c126c64 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000626_person527_virus_1048.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c88b847c287e45f885e1f8f6e83d78a95faa23e1594a47e9f0551aba1aa247a8 +size 1233 diff --git a/MendeleyCXR/labels/Darwin_00000627_person528_virus_1049.png b/MendeleyCXR/labels/Darwin_00000627_person528_virus_1049.png new file mode 100644 index 0000000000000000000000000000000000000000..86e39bf08116fe56ea0721f5287bbbc04ecc5639 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000627_person528_virus_1049.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51263e9b438b7b55cfdd5a086dd5e1a768e319e90df94b1e3e2096d25e442c7b +size 1309 diff --git a/MendeleyCXR/labels/Darwin_00000628_person529_virus_1050.png b/MendeleyCXR/labels/Darwin_00000628_person529_virus_1050.png new file mode 100644 index 0000000000000000000000000000000000000000..7dd29742810090165ae4325eb516ac5a36b576b5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000628_person529_virus_1050.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7510e57f0df7ac1e6c60c5ef239dcca87a5a7dc244710ae5170390b6a9a066f1 +size 1187 diff --git a/MendeleyCXR/labels/Darwin_00000629_person530_virus_1052.png b/MendeleyCXR/labels/Darwin_00000629_person530_virus_1052.png new file mode 100644 index 0000000000000000000000000000000000000000..efc625ec999e2be822302df2022a985763a3bd14 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000629_person530_virus_1052.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c76389249ea18cff22f1ac22ca8b505aea277ebcea5b570844d81e8073008973 +size 1271 diff --git a/MendeleyCXR/labels/Darwin_00000630_person531_virus_1053.png b/MendeleyCXR/labels/Darwin_00000630_person531_virus_1053.png new file mode 100644 index 0000000000000000000000000000000000000000..8ebfa18e4ba9d2d42398b4b2e723f3e49be6d4a1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000630_person531_virus_1053.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a7bd7daf22b34766c78d24253a1159a5480d39476d55cc0436df96df0dd7109 +size 1222 diff --git a/MendeleyCXR/labels/Darwin_00000631_person532_virus_1054.png b/MendeleyCXR/labels/Darwin_00000631_person532_virus_1054.png new file mode 100644 index 0000000000000000000000000000000000000000..82909b0e99f06ba4fd8e840c75efe52e7e87e9d5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000631_person532_virus_1054.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38ddcbaa5da01ce09cb760d9363e050650b88dc744aecf61a3ac9e0e00d76c7e +size 1144 diff --git a/MendeleyCXR/labels/Darwin_00000632_person533_virus_1055.png b/MendeleyCXR/labels/Darwin_00000632_person533_virus_1055.png new file mode 100644 index 0000000000000000000000000000000000000000..79f9a415465fedcd94ca69f53e7ba7cab7181cf2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000632_person533_virus_1055.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3156457874b3a9be8e75381c5dd30b29b958517d7663500b7c7f927fdc39d81f +size 1065 diff --git a/MendeleyCXR/labels/Darwin_00000633_person534_virus_1061.png b/MendeleyCXR/labels/Darwin_00000633_person534_virus_1061.png new file mode 100644 index 0000000000000000000000000000000000000000..e0df21be86421bdcd5a28fab578501aec9336f6b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000633_person534_virus_1061.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5b17391a7672244be91f14c97155ccac861897950db6d2abe16438a1fd34848 +size 1214 diff --git a/MendeleyCXR/labels/Darwin_00000634_person535_virus_1062.png b/MendeleyCXR/labels/Darwin_00000634_person535_virus_1062.png new file mode 100644 index 0000000000000000000000000000000000000000..2aac1d132c2d0c662eceb46c8a88509bc002f0df --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000634_person535_virus_1062.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be8153ddb6f89cb85061428e68c0acadc234dfbc7c84c78b94ff9e2528bd64a3 +size 1159 diff --git a/MendeleyCXR/labels/Darwin_00000635_person536_virus_1064.png b/MendeleyCXR/labels/Darwin_00000635_person536_virus_1064.png new file mode 100644 index 0000000000000000000000000000000000000000..0381d1e03d64fd177eaadeffc69cdceee518606b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000635_person536_virus_1064.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a3f8fa54bc8b7a6cc37bad0ed311addb1074a60006a38b38c7ec73dd84cccdb +size 1265 diff --git a/MendeleyCXR/labels/Darwin_00000636_person536_virus_1065.png b/MendeleyCXR/labels/Darwin_00000636_person536_virus_1065.png new file mode 100644 index 0000000000000000000000000000000000000000..7520467fec8710259596aaf1bd1080f8cff92c73 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000636_person536_virus_1065.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31d6601c8f838d51f1d0faa76ef7a755dc39acebbb0f826963bdbc49da5f5971 +size 1387 diff --git a/MendeleyCXR/labels/Darwin_00000637_person537_virus_1067.png b/MendeleyCXR/labels/Darwin_00000637_person537_virus_1067.png new file mode 100644 index 0000000000000000000000000000000000000000..ca0236f35332b539e3ac52eb59beabfa17eeecb7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000637_person537_virus_1067.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47a1eb0330cfc93e1d6cb52244a98df7b4786152bfa24785855781575314697d +size 1229 diff --git a/MendeleyCXR/labels/Darwin_00000639_person539_virus_1069.png b/MendeleyCXR/labels/Darwin_00000639_person539_virus_1069.png new file mode 100644 index 0000000000000000000000000000000000000000..c7d67a00ff0c129acc422ca36214315ce119c12f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000639_person539_virus_1069.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:683db1e2e4533904c76faf33057efcc1cd12ff9f0f6a47be45ef0b983b70c151 +size 1449 diff --git a/MendeleyCXR/labels/Darwin_00000640_person540_virus_1070.png b/MendeleyCXR/labels/Darwin_00000640_person540_virus_1070.png new file mode 100644 index 0000000000000000000000000000000000000000..e40a3dd54346e9c5691873f03029a8e8cfa0658a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000640_person540_virus_1070.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:423100a56b19b62a8c625ecf118f5b89fc43ffeed56681e849916968d0379dd9 +size 1239 diff --git a/MendeleyCXR/labels/Darwin_00000641_person541_virus_1071.png b/MendeleyCXR/labels/Darwin_00000641_person541_virus_1071.png new file mode 100644 index 0000000000000000000000000000000000000000..e3b1f609672d829f1559d306559e35f264390bcc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000641_person541_virus_1071.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abbcfa714162622a3319289230d89428a00919fba88e5020f5877cbba6ecd960 +size 1407 diff --git a/MendeleyCXR/labels/Darwin_00000642_person542_virus_1072.png b/MendeleyCXR/labels/Darwin_00000642_person542_virus_1072.png new file mode 100644 index 0000000000000000000000000000000000000000..500d3f210fbbf1b0074dee6028a72edddacb22db --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000642_person542_virus_1072.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64e91a9750e05f35654e95a89cabf9b6463b2151a606b7754134226e61db4523 +size 1384 diff --git a/MendeleyCXR/labels/Darwin_00000643_person543_virus_1073.png b/MendeleyCXR/labels/Darwin_00000643_person543_virus_1073.png new file mode 100644 index 0000000000000000000000000000000000000000..1ec88d5894fdafb8d0bf63863af50f8ddb556b8d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000643_person543_virus_1073.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:141a3bdb19bfb83efa1bcd40a181fd5bd7b04ae9e24324dfe868b9d9b53cc5f6 +size 1271 diff --git a/MendeleyCXR/labels/Darwin_00000644_person544_virus_1074.png b/MendeleyCXR/labels/Darwin_00000644_person544_virus_1074.png new file mode 100644 index 0000000000000000000000000000000000000000..ed21bff3cee6b13e899d469e92cfc72cf47c4814 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000644_person544_virus_1074.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8537acd86413e8b13510084a9527b9bb8c1a5f4a022b1b0ebaf7d0efa8243ad4 +size 1253 diff --git a/MendeleyCXR/labels/Darwin_00000645_person544_virus_1075.png b/MendeleyCXR/labels/Darwin_00000645_person544_virus_1075.png new file mode 100644 index 0000000000000000000000000000000000000000..e0420f9d2baa064e3d79d54f9951c2835487a1ad --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000645_person544_virus_1075.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e426d71a45d159cfe6ed829c5217652af5455942989e77f753f577337d9d9151 +size 1246 diff --git a/MendeleyCXR/labels/Darwin_00000646_person544_virus_1076.png b/MendeleyCXR/labels/Darwin_00000646_person544_virus_1076.png new file mode 100644 index 0000000000000000000000000000000000000000..01fa32a6ce38557bc289c7ad9afdb56cf4783bf1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000646_person544_virus_1076.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c4b248dbbc504da700b17051563c6cd95b6fe8c97c2b3db1bfb4ae6369ae6a6 +size 1242 diff --git a/MendeleyCXR/labels/Darwin_00000647_person544_virus_1078.png b/MendeleyCXR/labels/Darwin_00000647_person544_virus_1078.png new file mode 100644 index 0000000000000000000000000000000000000000..8c359d60ad011ebfd465ba3f407d63be1005c738 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000647_person544_virus_1078.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7557082c0a3f0c45ef66d8f289b8e34b34ff6100a7d378b73ed4a80cfd102ee +size 1206 diff --git a/MendeleyCXR/labels/Darwin_00000648_person544_virus_1079.png b/MendeleyCXR/labels/Darwin_00000648_person544_virus_1079.png new file mode 100644 index 0000000000000000000000000000000000000000..2bbdf9e633c17f7ade530110ade6b22790f39bdb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000648_person544_virus_1079.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:404db156355c9f9a22960cd9b80ac372150bbfa85c0ff98ed77b86363c8a2f1f +size 1206 diff --git a/MendeleyCXR/labels/Darwin_00000649_person544_virus_1080.png b/MendeleyCXR/labels/Darwin_00000649_person544_virus_1080.png new file mode 100644 index 0000000000000000000000000000000000000000..20792f8358d958e9617f6b971ecd8716ae32c98b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000649_person544_virus_1080.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4d684db9bf27b2a808a6dbe38507c5830e2e04d32bd44e3db6e8253fe7c3581 +size 1304 diff --git a/MendeleyCXR/labels/Darwin_00000650_person545_virus_1081.png b/MendeleyCXR/labels/Darwin_00000650_person545_virus_1081.png new file mode 100644 index 0000000000000000000000000000000000000000..e7deed04a090c06a6d0c9f0252201e0cb5f7a4b6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000650_person545_virus_1081.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:968193b5ee7777d8a915e5d62fc60a606b5c5cdd74da912db0c2e90822a8096d +size 1107 diff --git a/MendeleyCXR/labels/Darwin_00000651_person546_virus_1085.png b/MendeleyCXR/labels/Darwin_00000651_person546_virus_1085.png new file mode 100644 index 0000000000000000000000000000000000000000..5e001aca22ff6faed0112aaea6bb4fb019665b8c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000651_person546_virus_1085.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0accadd49bacf9251811ce5a7dd555a44dc631e290e6115bec515c03ad526ff +size 1314 diff --git a/MendeleyCXR/labels/Darwin_00000652_person547_virus_1086.png b/MendeleyCXR/labels/Darwin_00000652_person547_virus_1086.png new file mode 100644 index 0000000000000000000000000000000000000000..8c07618d96a5d66895d44f2e558b5d094fc66611 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000652_person547_virus_1086.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd11671425e76889dd6980cb5b51b9aa51431afcbba17d640c98676e945bbe06 +size 1244 diff --git a/MendeleyCXR/labels/Darwin_00000653_person548_virus_1088.png b/MendeleyCXR/labels/Darwin_00000653_person548_virus_1088.png new file mode 100644 index 0000000000000000000000000000000000000000..c3dd66fc01f714d0e27c66e49ebe864a9ddc4e84 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000653_person548_virus_1088.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e60a0519c5115b61cd7ac3ee7b7374471cdd501a6e646f852cb3faacfc18c26 +size 1361 diff --git a/MendeleyCXR/labels/Darwin_00000654_person549_virus_1089.png b/MendeleyCXR/labels/Darwin_00000654_person549_virus_1089.png new file mode 100644 index 0000000000000000000000000000000000000000..619bfe86c2d9b44d31f0597083bb40d6b4cd09f4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000654_person549_virus_1089.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b5ceaab94297dffdd03e1636690cafb3526bac579891f73560a09c3bcf29112 +size 1231 diff --git a/MendeleyCXR/labels/Darwin_00000655_person550_virus_1090.png b/MendeleyCXR/labels/Darwin_00000655_person550_virus_1090.png new file mode 100644 index 0000000000000000000000000000000000000000..ea2dca6650ffcd6b080354127c81622b8c23d4f4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000655_person550_virus_1090.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:766e9f2ea67e8187aba0d7d6a25cf8722a0d83e717dbc64e0909b24343250354 +size 1308 diff --git a/MendeleyCXR/labels/Darwin_00000656_person551_virus_1091.png b/MendeleyCXR/labels/Darwin_00000656_person551_virus_1091.png new file mode 100644 index 0000000000000000000000000000000000000000..7c68edf0ce7f5b4e1f63b58e8da5d0942c52ea52 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000656_person551_virus_1091.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faa966e2acc73534f1945b128894a021bcd94cbdb2fb9156193d0778a9809354 +size 1357 diff --git a/MendeleyCXR/labels/Darwin_00000657_person552_virus_1092.png b/MendeleyCXR/labels/Darwin_00000657_person552_virus_1092.png new file mode 100644 index 0000000000000000000000000000000000000000..64207dd473e26b356db7f7bea4921adda3ad4268 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000657_person552_virus_1092.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea80b2f8cca7ccbed475366ac02efdc5047ed72ddc6c22396352fcde06461f2c +size 1256 diff --git a/MendeleyCXR/labels/Darwin_00000658_person553_virus_1093.png b/MendeleyCXR/labels/Darwin_00000658_person553_virus_1093.png new file mode 100644 index 0000000000000000000000000000000000000000..c95271635f108e95de1b729ffb1986d2196c4b5f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000658_person553_virus_1093.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbedcb28ac5c08a38d455627ea9920158fe501a0f1c230bce94cd33050c35344 +size 1278 diff --git a/MendeleyCXR/labels/Darwin_00000659_person554_virus_1094.png b/MendeleyCXR/labels/Darwin_00000659_person554_virus_1094.png new file mode 100644 index 0000000000000000000000000000000000000000..f46213eec902409807a3e0a20ac4f5cc516900e9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000659_person554_virus_1094.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c664b630679591b4a74c08a418fdf1c226bb967f8c4c652d940efeef41b8151 +size 1263 diff --git a/MendeleyCXR/labels/Darwin_00000660_person556_virus_1096.png b/MendeleyCXR/labels/Darwin_00000660_person556_virus_1096.png new file mode 100644 index 0000000000000000000000000000000000000000..dcfbf4df535086f3ad30887c01c8109df06fa58b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000660_person556_virus_1096.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0125275e3dd265c38af99cce604f6aeaeaeaf490c81a60a233f272202b305fd2 +size 1282 diff --git a/MendeleyCXR/labels/Darwin_00000661_person557_virus_1097.png b/MendeleyCXR/labels/Darwin_00000661_person557_virus_1097.png new file mode 100644 index 0000000000000000000000000000000000000000..74413afefec1f1bbf75aaa8f104a050f887010f9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000661_person557_virus_1097.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a436d7c258294de0f09fb2090a98062e81793f52f38ab4141490f8837354d53 +size 1263 diff --git a/MendeleyCXR/labels/Darwin_00000662_person558_virus_1098.png b/MendeleyCXR/labels/Darwin_00000662_person558_virus_1098.png new file mode 100644 index 0000000000000000000000000000000000000000..0068e2c857f504799270280df47a134f01cd8d0f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000662_person558_virus_1098.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4631e400109a54da8d4e2f591f21c9d8015049ac4d9a49981582454d7b27dd16 +size 1380 diff --git a/MendeleyCXR/labels/Darwin_00000663_person559_virus_1099.png b/MendeleyCXR/labels/Darwin_00000663_person559_virus_1099.png new file mode 100644 index 0000000000000000000000000000000000000000..a0e782648df799584b45b20ef3d6eef973e4ac2a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000663_person559_virus_1099.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdf3102d83c5b05cc14230778fe5826720270c1c8b185fd23f0b17f729cec2bb +size 1326 diff --git a/MendeleyCXR/labels/Darwin_00000664_person562_virus_1102.png b/MendeleyCXR/labels/Darwin_00000664_person562_virus_1102.png new file mode 100644 index 0000000000000000000000000000000000000000..fd918a9ccb749f0ebb9a6ac80e21daa97b2622b6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000664_person562_virus_1102.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3b10b7e44f71a6cd9fbf138856c3ae644ecbb7e57d8f81a1ff2de1db17348f6 +size 1309 diff --git a/MendeleyCXR/labels/Darwin_00000665_person563_virus_1103.png b/MendeleyCXR/labels/Darwin_00000665_person563_virus_1103.png new file mode 100644 index 0000000000000000000000000000000000000000..232d6908fc571556c5b0d660649ca6113e07b62b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000665_person563_virus_1103.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fc07c6037a59dfd77e0fb19c4ec33b86315e163bf04a543f63465b0d2439aff +size 1412 diff --git a/MendeleyCXR/labels/Darwin_00000666_person564_virus_1104.png b/MendeleyCXR/labels/Darwin_00000666_person564_virus_1104.png new file mode 100644 index 0000000000000000000000000000000000000000..d40344c63c5a9e8a4f716ad343e4a5b0be69c457 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000666_person564_virus_1104.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a74781a0c141ff384216c9c1888c3ed0a8f4811160457792ca04af0d53fb1c3 +size 1333 diff --git a/MendeleyCXR/labels/Darwin_00000667_person565_virus_1105.png b/MendeleyCXR/labels/Darwin_00000667_person565_virus_1105.png new file mode 100644 index 0000000000000000000000000000000000000000..52df129ce9dd7240ebbfffa1fffeb15b07acf1dc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000667_person565_virus_1105.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adf64de44f532abd4dbe0b1bb16828e79bd77b2c46f40a75472c4dc0a843c2ae +size 1258 diff --git a/MendeleyCXR/labels/Darwin_00000668_person566_virus_1106.png b/MendeleyCXR/labels/Darwin_00000668_person566_virus_1106.png new file mode 100644 index 0000000000000000000000000000000000000000..d0a38d43f47b9732bad14b94ec1210c88c4f1c1f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000668_person566_virus_1106.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5e34aac105169f6521af80238475ae9b1c1021fcd35b43be3ef6b71b54adc7e +size 1316 diff --git a/MendeleyCXR/labels/Darwin_00000669_person567_virus_1107.png b/MendeleyCXR/labels/Darwin_00000669_person567_virus_1107.png new file mode 100644 index 0000000000000000000000000000000000000000..275cfcb4f5194bea3cba982a020b57d9446c1fef --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000669_person567_virus_1107.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e738c5c058805b7d50ccae434bfcb699a867371359c0653d288dac34d2bc8a67 +size 1328 diff --git a/MendeleyCXR/labels/Darwin_00000670_person569_virus_1110.png b/MendeleyCXR/labels/Darwin_00000670_person569_virus_1110.png new file mode 100644 index 0000000000000000000000000000000000000000..26c9fd30a5a18244df94342ab4e0e62d4237b6c1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000670_person569_virus_1110.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8816f8c7382281194ba8e1a41db63baba60076e7272966297e703c57bfc4881b +size 1324 diff --git a/MendeleyCXR/labels/Darwin_00000671_person570_virus_1112.png b/MendeleyCXR/labels/Darwin_00000671_person570_virus_1112.png new file mode 100644 index 0000000000000000000000000000000000000000..ec9f8799300e5d52e50b6752b2e8f6a9973b74b7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000671_person570_virus_1112.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97f1f535a0b7f268c8d2a202b75c48adbbb1cf6924681ca5e6ce4b24f8c7bb74 +size 1305 diff --git a/MendeleyCXR/labels/Darwin_00000673_person573_virus_1116.png b/MendeleyCXR/labels/Darwin_00000673_person573_virus_1116.png new file mode 100644 index 0000000000000000000000000000000000000000..b4222bdc2bef9f5d31acfc0cd9c64ed49359af04 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000673_person573_virus_1116.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7493c83d55208da971bc919f6964af2ce7cbec1c68f1409d8d38da6895affab +size 1212 diff --git a/MendeleyCXR/labels/Darwin_00000674_person574_virus_1118.png b/MendeleyCXR/labels/Darwin_00000674_person574_virus_1118.png new file mode 100644 index 0000000000000000000000000000000000000000..c03847425d4b1fe73aaad00d4f2eff6702f5edd1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000674_person574_virus_1118.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a204ca2c402845f3def54efaa5f1095eea6027b474aa2ac265e387f4b5b1d7c2 +size 1344 diff --git a/MendeleyCXR/labels/Darwin_00000675_person575_virus_1119.png b/MendeleyCXR/labels/Darwin_00000675_person575_virus_1119.png new file mode 100644 index 0000000000000000000000000000000000000000..e8c4fe4ad105849bbc4cc43a2f91e5cdd613dce3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000675_person575_virus_1119.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad47a8e41f009a4504cb607b1e4111c5872753dfc5a1a31e083a97d2e747ae35 +size 1311 diff --git a/MendeleyCXR/labels/Darwin_00000676_person576_virus_1120.png b/MendeleyCXR/labels/Darwin_00000676_person576_virus_1120.png new file mode 100644 index 0000000000000000000000000000000000000000..05eff4e16ee2cddca9a8aecfbfd35248f457c3ce --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000676_person576_virus_1120.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8d9b20b7941e6977d6f5a4510e1580492c0b6ca678c14a26fe34713774a2e52 +size 1217 diff --git a/MendeleyCXR/labels/Darwin_00000677_person577_virus_1121.png b/MendeleyCXR/labels/Darwin_00000677_person577_virus_1121.png new file mode 100644 index 0000000000000000000000000000000000000000..a2c9b05cbab810b9bab4f30cd976cedd35da40de --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000677_person577_virus_1121.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd0baa87f44bb0ae4c06e241e60c3484b6c39ccb22a0576716f040c5631319ac +size 1319 diff --git a/MendeleyCXR/labels/Darwin_00000678_person578_virus_1122.png b/MendeleyCXR/labels/Darwin_00000678_person578_virus_1122.png new file mode 100644 index 0000000000000000000000000000000000000000..c79d91f346269dd39c0eb402cd5d855e6807b937 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000678_person578_virus_1122.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d55529dd43d70e2c6e711efedf7c6fffe82bb5fb647db4d1bf29cf8db8c3fa0 +size 1335 diff --git a/MendeleyCXR/labels/Darwin_00000679_person579_virus_1123.png b/MendeleyCXR/labels/Darwin_00000679_person579_virus_1123.png new file mode 100644 index 0000000000000000000000000000000000000000..e997cd88583d61b3368e6c0958d210dac7bae8ad --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000679_person579_virus_1123.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc553b9225aeb8b73a803df27a612d6da9de4744417fac30be259a73698c715d +size 1219 diff --git a/MendeleyCXR/labels/Darwin_00000680_person581_virus_1125.png b/MendeleyCXR/labels/Darwin_00000680_person581_virus_1125.png new file mode 100644 index 0000000000000000000000000000000000000000..71b888b134e9763cf9ec77f678464c2c43bf4fd4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000680_person581_virus_1125.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:038fb7fe004ab4a789ed619a4729a6d360776f91b47d3b08e07a0a48e8de2004 +size 1386 diff --git a/MendeleyCXR/labels/Darwin_00000681_person583_virus_1127.png b/MendeleyCXR/labels/Darwin_00000681_person583_virus_1127.png new file mode 100644 index 0000000000000000000000000000000000000000..8e39aef67e9349c36ed2ede9fb550439c079bfb1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000681_person583_virus_1127.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33493cadb3827d45dbc71bd1e074a08f4a983e0c79bd5a00aa43d3a27a5fe937 +size 1264 diff --git a/MendeleyCXR/labels/Darwin_00000682_person584_virus_1128.png b/MendeleyCXR/labels/Darwin_00000682_person584_virus_1128.png new file mode 100644 index 0000000000000000000000000000000000000000..32b8f8eef9288317a33142e36759550c0bb67e75 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000682_person584_virus_1128.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ea3e1f723ad82cbfb04c77725976ba49b0a777fc58456c860bbdc5bd6437563 +size 1270 diff --git a/MendeleyCXR/labels/Darwin_00000683_person585_virus_1129.png b/MendeleyCXR/labels/Darwin_00000683_person585_virus_1129.png new file mode 100644 index 0000000000000000000000000000000000000000..5008b4a01e90482f9119273bda4cf9f1146872ce --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000683_person585_virus_1129.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9ff9620ff33ad197d88c2d582cc556571283f957e300df2e86f291df0a74f23 +size 1278 diff --git a/MendeleyCXR/labels/Darwin_00000684_person586_virus_1130.png b/MendeleyCXR/labels/Darwin_00000684_person586_virus_1130.png new file mode 100644 index 0000000000000000000000000000000000000000..2734de2dfbf522baa6a7b685d30efc564293de28 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000684_person586_virus_1130.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09ee597f9f8384a139eeb13357868b1c3142365c24cbdbcafe17a528d2a6fca0 +size 1426 diff --git a/MendeleyCXR/labels/Darwin_00000685_person588_virus_1134.png b/MendeleyCXR/labels/Darwin_00000685_person588_virus_1134.png new file mode 100644 index 0000000000000000000000000000000000000000..5592d132a50801b4544f7d6ff2e2fc28ad0e1464 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000685_person588_virus_1134.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fdb823af4b73d50908f213e1ef60787fb9115a18195a60a262f1049a8ed88fc +size 1190 diff --git a/MendeleyCXR/labels/Darwin_00000686_person588_virus_1135.png b/MendeleyCXR/labels/Darwin_00000686_person588_virus_1135.png new file mode 100644 index 0000000000000000000000000000000000000000..b72afee85f78ccc4ec702f742014d2eb437c146e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000686_person588_virus_1135.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f81bfafedb442fd191e545afdd7786af32b683a56f0cb85e20b73a011f35403d +size 1076 diff --git a/MendeleyCXR/labels/Darwin_00000687_person590_virus_1138.png b/MendeleyCXR/labels/Darwin_00000687_person590_virus_1138.png new file mode 100644 index 0000000000000000000000000000000000000000..ba39b67358a929f41b241dc714eca2ae9a739d77 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000687_person590_virus_1138.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc6341db1520c218facd2debd25da5da34505383043e28dd6fcb8a891e76a16a +size 1291 diff --git a/MendeleyCXR/labels/Darwin_00000688_person591_virus_1139.png b/MendeleyCXR/labels/Darwin_00000688_person591_virus_1139.png new file mode 100644 index 0000000000000000000000000000000000000000..5f5aa060c4060c7ee9a5fcfdefdfe60ce1858764 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000688_person591_virus_1139.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3843ead60dd24deae47c1c0e4c52fa3e249b13b1dab0e10cabe65693db98b697 +size 1311 diff --git a/MendeleyCXR/labels/Darwin_00000689_person592_virus_1141.png b/MendeleyCXR/labels/Darwin_00000689_person592_virus_1141.png new file mode 100644 index 0000000000000000000000000000000000000000..fd14c3080fbb4c5226aefa120cb92fbcb524750c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000689_person592_virus_1141.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6efb63d2355221686eab85468228b894c1e65335a0dc96f6d6a6774661d557b2 +size 1209 diff --git a/MendeleyCXR/labels/Darwin_00000690_person593_virus_1142.png b/MendeleyCXR/labels/Darwin_00000690_person593_virus_1142.png new file mode 100644 index 0000000000000000000000000000000000000000..f81a70bb78887cdf6415458830ea5a202fc8fd4c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000690_person593_virus_1142.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04ac36dcad7f8b4d8965ac757d744698191fafa6fed689f81150e2dfa9f3b168 +size 1282 diff --git a/MendeleyCXR/labels/Darwin_00000691_person594_virus_1145.png b/MendeleyCXR/labels/Darwin_00000691_person594_virus_1145.png new file mode 100644 index 0000000000000000000000000000000000000000..97d66416c59ff540032836eaee45a33a8ffe9b96 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000691_person594_virus_1145.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d19dfe0996e9afc2eb9b574695a96c9696db4027c369f05b462478157da31f70 +size 1351 diff --git a/MendeleyCXR/labels/Darwin_00000692_person595_virus_1147.png b/MendeleyCXR/labels/Darwin_00000692_person595_virus_1147.png new file mode 100644 index 0000000000000000000000000000000000000000..e15a1e005af83a2dacac518ce9e389ee1f2b42bd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000692_person595_virus_1147.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce5170ba2557d737c2806d2746862e907ae39eecba3f57d2bd42bfdd09928a9c +size 1301 diff --git a/MendeleyCXR/labels/Darwin_00000693_person596_virus_1149.png b/MendeleyCXR/labels/Darwin_00000693_person596_virus_1149.png new file mode 100644 index 0000000000000000000000000000000000000000..75209b418b268defa98f225c6c5786f2b38f2de9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000693_person596_virus_1149.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eac157c8e809729f7f755ab053bf4dee9864b98a6b7d837490e9c0cc5ff2cde +size 1299 diff --git a/MendeleyCXR/labels/Darwin_00000694_person597_virus_1150.png b/MendeleyCXR/labels/Darwin_00000694_person597_virus_1150.png new file mode 100644 index 0000000000000000000000000000000000000000..397265c977b2d2f067bf8dbd3279d6064fbc6837 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000694_person597_virus_1150.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e870b2e6f2c730ee2d1cb5c9e5363f8647d96237d52ee0da2a0b41aa364ecda +size 1237 diff --git a/MendeleyCXR/labels/Darwin_00000695_person598_virus_1151.png b/MendeleyCXR/labels/Darwin_00000695_person598_virus_1151.png new file mode 100644 index 0000000000000000000000000000000000000000..499e70d895a79eb3304d20f76fb8f6ee9c5b8c6d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000695_person598_virus_1151.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3dbc08c0a236f3992470ed842dd035031418aee44a3f7fb1e9c18b37e44cb61 +size 1181 diff --git a/MendeleyCXR/labels/Darwin_00000696_person598_virus_1153.png b/MendeleyCXR/labels/Darwin_00000696_person598_virus_1153.png new file mode 100644 index 0000000000000000000000000000000000000000..60c8f1ac46c85c50150c216e89a6ab71c0e52c5f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000696_person598_virus_1153.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:222f98e12163b2e9f6782bb356fbedd5e62e8fda61d77f31741e3d3755701204 +size 1147 diff --git a/MendeleyCXR/labels/Darwin_00000697_person598_virus_1154.png b/MendeleyCXR/labels/Darwin_00000697_person598_virus_1154.png new file mode 100644 index 0000000000000000000000000000000000000000..28ea4991726512a826e3e5a07ad13eab915b3fcb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000697_person598_virus_1154.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2583c4bbafbf17f0ff12ad85b38aeab3c1f2fdcaedee579aa3f0ddeaca2d445c +size 1321 diff --git a/MendeleyCXR/labels/Darwin_00000698_person599_virus_1155.png b/MendeleyCXR/labels/Darwin_00000698_person599_virus_1155.png new file mode 100644 index 0000000000000000000000000000000000000000..2749204ffefdb0d6dcf4d9d92242076e3b660ae9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000698_person599_virus_1155.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee3ca99224afe1b3ebc0cb67ab1bd5202b146daa5b982d6976cba14c144914e4 +size 1260 diff --git a/MendeleyCXR/labels/Darwin_00000699_person600_virus_1156.png b/MendeleyCXR/labels/Darwin_00000699_person600_virus_1156.png new file mode 100644 index 0000000000000000000000000000000000000000..b1a40db39ecf6b73a984fa90ae2b36943636ca20 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000699_person600_virus_1156.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8086bea3264cd184b9cc4d530c15e53ffa0993ede784d42bfbfd0e3c460279fe +size 1243 diff --git a/MendeleyCXR/labels/Darwin_00000700_person459_virus_947.png b/MendeleyCXR/labels/Darwin_00000700_person459_virus_947.png new file mode 100644 index 0000000000000000000000000000000000000000..7bbd22335672419c6ca92c99ba8f9770a90acc0d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000700_person459_virus_947.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b76dc1219536fa08a10902d000c86d8f47b290bcea57101bc85cb9da2ea98f80 +size 1313 diff --git a/MendeleyCXR/labels/Darwin_00000701_person460_virus_948.png b/MendeleyCXR/labels/Darwin_00000701_person460_virus_948.png new file mode 100644 index 0000000000000000000000000000000000000000..b2d95c9e420319c0a100a167a82113ca0ea8c454 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000701_person460_virus_948.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4133d45898d356ab25a7a642f0b75297fe79f888b23d1967f1b12864b7d3273c +size 1251 diff --git a/MendeleyCXR/labels/Darwin_00000702_person461_virus_949.png b/MendeleyCXR/labels/Darwin_00000702_person461_virus_949.png new file mode 100644 index 0000000000000000000000000000000000000000..451e549e0dbb918f05d3e1cc66d779eaba34e198 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000702_person461_virus_949.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0de9b9f3065860a0b27efdeba4dcd295e0452a27f84a80be4168b3a9549cda5 +size 1323 diff --git a/MendeleyCXR/labels/Darwin_00000703_person461_virus_950.png b/MendeleyCXR/labels/Darwin_00000703_person461_virus_950.png new file mode 100644 index 0000000000000000000000000000000000000000..9027ae80fb41bf6c5729b6e36e12532d2744cb4d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000703_person461_virus_950.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:311198efe3c9dfcc1eb273813c0bd4844b61ae8c9c1f1a4a73317500e6f0d77e +size 1367 diff --git a/MendeleyCXR/labels/Darwin_00000704_person462_virus_951.png b/MendeleyCXR/labels/Darwin_00000704_person462_virus_951.png new file mode 100644 index 0000000000000000000000000000000000000000..cc7b7609d5651460b2b2b636258f4c8bee43b9b7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000704_person462_virus_951.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b95d93ffb619fb6ce4b59e003b6c07bfdd6f89423aa1339626b09c8a9684596c +size 1322 diff --git a/MendeleyCXR/labels/Darwin_00000705_person463_virus_952.png b/MendeleyCXR/labels/Darwin_00000705_person463_virus_952.png new file mode 100644 index 0000000000000000000000000000000000000000..e01fa60d1b6f51b7e00bb551b19a7e64f1abaddb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000705_person463_virus_952.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e4d46e06a57bc15a336d0e5fbd272f7ab159e3c9f6a0ebadc0e5916fbe6b191 +size 1186 diff --git a/MendeleyCXR/labels/Darwin_00000706_person463_virus_953.png b/MendeleyCXR/labels/Darwin_00000706_person463_virus_953.png new file mode 100644 index 0000000000000000000000000000000000000000..4de2eb3aa2a91d8ec75ca34c369f3be7d05d85ca --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000706_person463_virus_953.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee801f8e4866a60bf2a6a79071120b6c03d5c2b10b33194f482c3a3bf31bf394 +size 1283 diff --git a/MendeleyCXR/labels/Darwin_00000707_person464_virus_954.png b/MendeleyCXR/labels/Darwin_00000707_person464_virus_954.png new file mode 100644 index 0000000000000000000000000000000000000000..252f90b8bf52cb65712545dfd7376ea58f4ab7f1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000707_person464_virus_954.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e410c5dc62cfe831410d619c7e078e64393aaab571b348daca66842ca0a6ae00 +size 1373 diff --git a/MendeleyCXR/labels/Darwin_00000708_person464_virus_956.png b/MendeleyCXR/labels/Darwin_00000708_person464_virus_956.png new file mode 100644 index 0000000000000000000000000000000000000000..0a367ebde6b2d24db7763e5ad140ce9bd6521b08 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000708_person464_virus_956.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58f1dbd4758e473170a195c112ffb1c0cba06a2c2c22561db9f12618948e3d41 +size 1228 diff --git a/MendeleyCXR/labels/Darwin_00000709_person465_virus_957.png b/MendeleyCXR/labels/Darwin_00000709_person465_virus_957.png new file mode 100644 index 0000000000000000000000000000000000000000..429466a12cd863e5f3e10213a26c07244bb5d933 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000709_person465_virus_957.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeb313c86eed72eeebe17d0ad0ad27f206c8b45fd9062917efa2847bebda123a +size 1342 diff --git a/MendeleyCXR/labels/Darwin_00000710_person466_virus_960.png b/MendeleyCXR/labels/Darwin_00000710_person466_virus_960.png new file mode 100644 index 0000000000000000000000000000000000000000..6ab5aff0ca6fe59eec650aefd8e386a80e0aa638 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000710_person466_virus_960.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c33c83e372871b5b8054d4de02a2fc3dc94e304e06cd6861871522488b50cad +size 1174 diff --git a/MendeleyCXR/labels/Darwin_00000711_person467_virus_961.png b/MendeleyCXR/labels/Darwin_00000711_person467_virus_961.png new file mode 100644 index 0000000000000000000000000000000000000000..7963f9f7b7837a1e178de44f0028134f269c29d0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000711_person467_virus_961.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51348e0ea5f3a85aab36ff5e82f8291429bd2f5236dd83bbe5f99482ba7f948e +size 1127 diff --git a/MendeleyCXR/labels/Darwin_00000712_person468_virus_963.png b/MendeleyCXR/labels/Darwin_00000712_person468_virus_963.png new file mode 100644 index 0000000000000000000000000000000000000000..0efd45064df1e3b7427e53809e23b87fc5f62fbc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000712_person468_virus_963.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b3a8d6f9db5e4e2ea9e1bc86e3ee46e7eb5df175bf9b1374bea9c4ab9b36807 +size 1178 diff --git a/MendeleyCXR/labels/Darwin_00000713_person469_virus_965.png b/MendeleyCXR/labels/Darwin_00000713_person469_virus_965.png new file mode 100644 index 0000000000000000000000000000000000000000..df69ad133ee88ba24725f05b8214631b8bc236f0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000713_person469_virus_965.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6b22ae6ba46594ee0d83637f5bdc1c03a094144338df09e76531280ecd4e098 +size 1148 diff --git a/MendeleyCXR/labels/Darwin_00000714_person470_virus_966.png b/MendeleyCXR/labels/Darwin_00000714_person470_virus_966.png new file mode 100644 index 0000000000000000000000000000000000000000..92a2df24149d52c536d616452b3792b53d54242a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000714_person470_virus_966.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac610a12a6657163e6d0c550a9882a4dabe8f196b64cc60061fa586e73be0bce +size 1408 diff --git a/MendeleyCXR/labels/Darwin_00000715_person471_virus_967.png b/MendeleyCXR/labels/Darwin_00000715_person471_virus_967.png new file mode 100644 index 0000000000000000000000000000000000000000..b70c9e243596aa8edb61c34ea6716556f6403110 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000715_person471_virus_967.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abebd6a4119fa8f72d9b6bfab031aaf08e3df0335291ed6fa0f2de0bd5195032 +size 1129 diff --git a/MendeleyCXR/labels/Darwin_00000716_person471_virus_968.png b/MendeleyCXR/labels/Darwin_00000716_person471_virus_968.png new file mode 100644 index 0000000000000000000000000000000000000000..6db81b421c96f353d0684537a7676e136090522d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000716_person471_virus_968.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d55e9c6517a6d756ca06f861d1d22bb4912c56c568be6cfd1b5f34db5ad663b +size 1433 diff --git a/MendeleyCXR/labels/Darwin_00000717_person472_virus_969.png b/MendeleyCXR/labels/Darwin_00000717_person472_virus_969.png new file mode 100644 index 0000000000000000000000000000000000000000..2797679bf46555dcf38af2763eed65ea2c61ed6e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000717_person472_virus_969.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b628764acb239c21327b76ae05e8a6c6805d1988f181ad8594ea8ec59741997e +size 1115 diff --git a/MendeleyCXR/labels/Darwin_00000718_person474_virus_971.png b/MendeleyCXR/labels/Darwin_00000718_person474_virus_971.png new file mode 100644 index 0000000000000000000000000000000000000000..4ceca11e8f1f8b9c5d562118fdbd46968a679302 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000718_person474_virus_971.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:036cf7df8ffd9a442a47b5251e8a7d6e9560a66c3f27a81e5ef063b5577f7f81 +size 1276 diff --git a/MendeleyCXR/labels/Darwin_00000719_person475_virus_972.png b/MendeleyCXR/labels/Darwin_00000719_person475_virus_972.png new file mode 100644 index 0000000000000000000000000000000000000000..88df5df4cd78c0991b68e21dd865919274e31c15 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000719_person475_virus_972.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63dea01faa2b902059dd9b431d4a1bfd39c3928352040eb87ba8979d91f14aa3 +size 1258 diff --git a/MendeleyCXR/labels/Darwin_00000720_person476_virus_973.png b/MendeleyCXR/labels/Darwin_00000720_person476_virus_973.png new file mode 100644 index 0000000000000000000000000000000000000000..352afb48874e6b027e17905cf6af5871d5352bab --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000720_person476_virus_973.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d2257d20ebe8e44c03f81ca78a0be9395ea0e8aaecbd56cc6028ddf1eb0f641 +size 1275 diff --git a/MendeleyCXR/labels/Darwin_00000721_person478_virus_975.png b/MendeleyCXR/labels/Darwin_00000721_person478_virus_975.png new file mode 100644 index 0000000000000000000000000000000000000000..1dba25bfb746c4e31fcab8fa123d03207ee00dec --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000721_person478_virus_975.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6264b5696bc152599bbff67580132031664f9147676ed73e27ae1cde6a5d3c0 +size 1247 diff --git a/MendeleyCXR/labels/Darwin_00000722_person479_virus_978.png b/MendeleyCXR/labels/Darwin_00000722_person479_virus_978.png new file mode 100644 index 0000000000000000000000000000000000000000..6feca59a47b6aa4329001feaeb04d392e3816f84 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000722_person479_virus_978.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81b3ade763960bce19b77a6f0c981846e928547478ef780465af92cc4ee52684 +size 1257 diff --git a/MendeleyCXR/labels/Darwin_00000725_person481_virus_983.png b/MendeleyCXR/labels/Darwin_00000725_person481_virus_983.png new file mode 100644 index 0000000000000000000000000000000000000000..fe697b7d969fab02c5dc5c42d460678cc783e24a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000725_person481_virus_983.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:436f0c8220fa5590c8a5d095c91583ff6ca3f33b36d5b690e33ee8065c196ea1 +size 1259 diff --git a/MendeleyCXR/labels/Darwin_00000726_person482_virus_984.png b/MendeleyCXR/labels/Darwin_00000726_person482_virus_984.png new file mode 100644 index 0000000000000000000000000000000000000000..f0d6a6ac26f23dbdaeaddea4300a9a7fe7751079 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000726_person482_virus_984.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f375de4bfe809f59be7a6f705f7489e2a57deba385d7e7ae31815c5195b7c9a +size 1114 diff --git a/MendeleyCXR/labels/Darwin_00000727_person483_virus_985.png b/MendeleyCXR/labels/Darwin_00000727_person483_virus_985.png new file mode 100644 index 0000000000000000000000000000000000000000..e7a1816cbbb5113bbdb8769d51c5081d943db1d3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000727_person483_virus_985.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26ad7f74406ceda1999a3e0bfc83d57134db227c2c4e23e257b78b152cc23036 +size 1309 diff --git a/MendeleyCXR/labels/Darwin_00000728_person484_virus_986.png b/MendeleyCXR/labels/Darwin_00000728_person484_virus_986.png new file mode 100644 index 0000000000000000000000000000000000000000..81eded4fb3fb2d6303fadcded5738c80aaeaabf1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000728_person484_virus_986.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32eb39de9d2f88d2505d6c25b674c5752736e03172d1851a1b11543058081700 +size 1363 diff --git a/MendeleyCXR/labels/Darwin_00000729_person485_virus_988.png b/MendeleyCXR/labels/Darwin_00000729_person485_virus_988.png new file mode 100644 index 0000000000000000000000000000000000000000..47d9273a901276df096d174f3ae54bd5abc8f3ce --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000729_person485_virus_988.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b696defff579776f8eab361359f1f2709d562e5868b957e724cba55117d14ed0 +size 1347 diff --git a/MendeleyCXR/labels/Darwin_00000730_person486_virus_990.png b/MendeleyCXR/labels/Darwin_00000730_person486_virus_990.png new file mode 100644 index 0000000000000000000000000000000000000000..c72f04cf06f3a7d9b18871bf808788f0c9abe210 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000730_person486_virus_990.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2307ff8cb7afd4ab4180accb5578c763cec97f944d8be00284a13d45904e1cc0 +size 1386 diff --git a/MendeleyCXR/labels/Darwin_00000731_person487_virus_991.png b/MendeleyCXR/labels/Darwin_00000731_person487_virus_991.png new file mode 100644 index 0000000000000000000000000000000000000000..2744ad88f3e9d83232b231cf77997fbb25eca227 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000731_person487_virus_991.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bd4d4e34fd6acc9769002b9ee98acfc2551f45932de852dd9b14748dbb5abb5 +size 1299 diff --git a/MendeleyCXR/labels/Darwin_00000732_person488_virus_992.png b/MendeleyCXR/labels/Darwin_00000732_person488_virus_992.png new file mode 100644 index 0000000000000000000000000000000000000000..c9fe202c7a2b721ae4776f805bbd58e171b9f78b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000732_person488_virus_992.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e147325aa041b7d9819066eb0b5b4ed4b728bd972ab28922dbf59cf139948d71 +size 1280 diff --git a/MendeleyCXR/labels/Darwin_00000733_person489_virus_994.png b/MendeleyCXR/labels/Darwin_00000733_person489_virus_994.png new file mode 100644 index 0000000000000000000000000000000000000000..ac7a16fe3b4c24e36ef56905970ee13dd7b8d9f7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000733_person489_virus_994.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fe6a9c14cc592765774428f6aed8a07dd2e42cdd9fa32b582335af279ee7cf9 +size 1399 diff --git a/MendeleyCXR/labels/Darwin_00000735_person490_virus_996.png b/MendeleyCXR/labels/Darwin_00000735_person490_virus_996.png new file mode 100644 index 0000000000000000000000000000000000000000..715a6c1754cefd9bc821c660bfc3ec997e2825f0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000735_person490_virus_996.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e639e9c1b7833d174c98df0f31c71606cdd10bd8a0166fcb8bc65614f6fb3db4 +size 1299 diff --git a/MendeleyCXR/labels/Darwin_00000737_person492_virus_998.png b/MendeleyCXR/labels/Darwin_00000737_person492_virus_998.png new file mode 100644 index 0000000000000000000000000000000000000000..f1e6e41454106ed4929a77425afc7a7a4a5d43d4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000737_person492_virus_998.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a726e46d33376d0c519947f25634010479c4ba7169b2f99e9e3f3197f239a6ba +size 1334 diff --git a/MendeleyCXR/labels/Darwin_00000738_person493_virus_999.png b/MendeleyCXR/labels/Darwin_00000738_person493_virus_999.png new file mode 100644 index 0000000000000000000000000000000000000000..ee389b6cf54bad125b9fa07edd605c92e6612b58 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000738_person493_virus_999.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f9a650efce706af042b637457eaae549babce8e99443d3d74d46be7609ee172 +size 1396 diff --git a/MendeleyCXR/labels/Darwin_00000739_person494_virus_1000.png b/MendeleyCXR/labels/Darwin_00000739_person494_virus_1000.png new file mode 100644 index 0000000000000000000000000000000000000000..d5632f9044cff85425c9e83ff01cce948ffa8927 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000739_person494_virus_1000.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:902917ebc000c97d35998c953133582d1925d3b0c5b82319ecb8bbb695ca2b3c +size 1351 diff --git a/MendeleyCXR/labels/Darwin_00000740_person495_virus_1001.png b/MendeleyCXR/labels/Darwin_00000740_person495_virus_1001.png new file mode 100644 index 0000000000000000000000000000000000000000..c76f460d27e3218e6534f3f932dab88a9eb17104 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000740_person495_virus_1001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea0135cb550ed0b19b41f59699830506db5670097cd45d72de629a7a32d2e3b1 +size 1339 diff --git a/MendeleyCXR/labels/Darwin_00000741_person496_virus_1003.png b/MendeleyCXR/labels/Darwin_00000741_person496_virus_1003.png new file mode 100644 index 0000000000000000000000000000000000000000..a04360f1dfae6a1d53c09bd5f178f88f80e76aec --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000741_person496_virus_1003.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:269744650e5faea6b0bb9e49275cd5f6e95c6787b9c293df39a46bbf35f12693 +size 1323 diff --git a/MendeleyCXR/labels/Darwin_00000742_person497_virus_1005.png b/MendeleyCXR/labels/Darwin_00000742_person497_virus_1005.png new file mode 100644 index 0000000000000000000000000000000000000000..c273d920ccdcd74e3ac0742a0453bdfd3a57ccf6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000742_person497_virus_1005.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adc7d256adc078edf543763ff3088b39436976541131dc650e68d65b6c93df7b +size 1346 diff --git a/MendeleyCXR/labels/Darwin_00000743_person498_virus_1007.png b/MendeleyCXR/labels/Darwin_00000743_person498_virus_1007.png new file mode 100644 index 0000000000000000000000000000000000000000..fa76a774fe0e04f9311d08686dbe7923e17e36ac --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000743_person498_virus_1007.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bd5ea3270cf7872b1fd54b21dbe4c2e75eb5b7ff7acc909796f8ccf58eeebee +size 1254 diff --git a/MendeleyCXR/labels/Darwin_00000744_person499_virus_1008.png b/MendeleyCXR/labels/Darwin_00000744_person499_virus_1008.png new file mode 100644 index 0000000000000000000000000000000000000000..186749e7c8f45e699b19da5d8b35a813ea112192 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000744_person499_virus_1008.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:588eba074aca5900b99ebed9e0b1bba144b2e2aefa9ae16608266f3c25cbe6c9 +size 1267 diff --git a/MendeleyCXR/labels/Darwin_00000745_person500_virus_1009.png b/MendeleyCXR/labels/Darwin_00000745_person500_virus_1009.png new file mode 100644 index 0000000000000000000000000000000000000000..c97622a4f869b4085772b2a6ff4329390fb5acaf --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000745_person500_virus_1009.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e488e34bbec0f9e0b56f28e67a4d0731838fedbdd2a4828f8be101fd39445878 +size 1291 diff --git a/MendeleyCXR/labels/Darwin_00000746_person501_virus_1010.png b/MendeleyCXR/labels/Darwin_00000746_person501_virus_1010.png new file mode 100644 index 0000000000000000000000000000000000000000..a2258e40dce0e98caa3355edf889c6eaaa058a56 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000746_person501_virus_1010.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:137561676eff901555435925b2fb4b3854d8f314484377337e03f846a435f1c8 +size 1286 diff --git a/MendeleyCXR/labels/Darwin_00000749_person503_virus_1013.png b/MendeleyCXR/labels/Darwin_00000749_person503_virus_1013.png new file mode 100644 index 0000000000000000000000000000000000000000..5f1c0d9c833938b26ecc902a7c0268aef961fb5e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000749_person503_virus_1013.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4126895dd4b09bcf42e2a2380bc318573768b7a083f788d0487a3c0460cff3a +size 1249 diff --git a/MendeleyCXR/labels/Darwin_00000750_person505_virus_1017.png b/MendeleyCXR/labels/Darwin_00000750_person505_virus_1017.png new file mode 100644 index 0000000000000000000000000000000000000000..86101a61c9cbef6e34fb918e1dcce8a2aa9d3c87 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000750_person505_virus_1017.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8903610ab6f1b26bf9493754b48f154244d9b08a7bd0c57ec845f3ee45db56d +size 1387 diff --git a/MendeleyCXR/labels/Darwin_00000751_person506_virus_1018.png b/MendeleyCXR/labels/Darwin_00000751_person506_virus_1018.png new file mode 100644 index 0000000000000000000000000000000000000000..8d30c2bbd279709ac14b09536133126f52b287ca --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000751_person506_virus_1018.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74c52260f1f2e31c03b8a82684bd186d988d7df014cf98b669d12f4958d60de9 +size 1299 diff --git a/MendeleyCXR/labels/Darwin_00000752_person507_virus_1019.png b/MendeleyCXR/labels/Darwin_00000752_person507_virus_1019.png new file mode 100644 index 0000000000000000000000000000000000000000..1ff1e92f872558469ff37efa61723a094efcf7b5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000752_person507_virus_1019.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99ac240f71f2bbb75de14b111ef7a9a8005409412fc335c605f8aa68f835d4a1 +size 1454 diff --git a/MendeleyCXR/labels/Darwin_00000753_person508_virus_1020.png b/MendeleyCXR/labels/Darwin_00000753_person508_virus_1020.png new file mode 100644 index 0000000000000000000000000000000000000000..2ca00d2a839cf410be0464020b538d4ce6eec903 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000753_person508_virus_1020.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bc98358821054cc5641e2939220d8503d08dadf937770d721c099f79dc58f00 +size 1227 diff --git a/MendeleyCXR/labels/Darwin_00000754_person508_virus_1021.png b/MendeleyCXR/labels/Darwin_00000754_person508_virus_1021.png new file mode 100644 index 0000000000000000000000000000000000000000..47c9ec985c54ab27f2f6f21f7b3bf37776e88673 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000754_person508_virus_1021.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68ed0ab8c171912c0bf71e33f07588fe387604cd17278636bf9be96a650f28f7 +size 1151 diff --git a/MendeleyCXR/labels/Darwin_00000755_person509_virus_1024.png b/MendeleyCXR/labels/Darwin_00000755_person509_virus_1024.png new file mode 100644 index 0000000000000000000000000000000000000000..fcca7a42f9a2f926f040ccc2c669c1019989a0e7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000755_person509_virus_1024.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01039008b4dbbfa7ceffb439284b282921833f468e9c40faa6639141165146f6 +size 1190 diff --git a/MendeleyCXR/labels/Darwin_00000756_person509_virus_1025.png b/MendeleyCXR/labels/Darwin_00000756_person509_virus_1025.png new file mode 100644 index 0000000000000000000000000000000000000000..12c8db9507560f6da5e1b9ff1d660360b91f13f2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000756_person509_virus_1025.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a74c14ab5e708d97c3a29235230558502d43c3c8173f0f566e87ce6925ac044 +size 1361 diff --git a/MendeleyCXR/labels/Darwin_00000757_person510_virus_1026.png b/MendeleyCXR/labels/Darwin_00000757_person510_virus_1026.png new file mode 100644 index 0000000000000000000000000000000000000000..7d6764da72c43dcd46df90c4e474fc61a4fdf75f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000757_person510_virus_1026.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f61c136a5acdb7b82da1445d421aebbe3c44a4cbb3a618d5baf727f38bb8736e +size 1297 diff --git a/MendeleyCXR/labels/Darwin_00000759_person512_virus_1029.png b/MendeleyCXR/labels/Darwin_00000759_person512_virus_1029.png new file mode 100644 index 0000000000000000000000000000000000000000..c283232c93a97610834f4bf86fb373476bd0548a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000759_person512_virus_1029.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0d16dafbef4d8f2043f5923618a7de76547405a1381d4b545b6e576e91aabf4 +size 1235 diff --git a/MendeleyCXR/labels/Darwin_00000760_person513_virus_1030.png b/MendeleyCXR/labels/Darwin_00000760_person513_virus_1030.png new file mode 100644 index 0000000000000000000000000000000000000000..6a02b3d140888bfb7cfabd00b217e705a8a58afc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000760_person513_virus_1030.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e94f9a9f10ed5bd26ebae86a3accffd9278dd15031e2936e85a4e2d9bb2ebc16 +size 1396 diff --git a/MendeleyCXR/labels/Darwin_00000762_person515_virus_1032.png b/MendeleyCXR/labels/Darwin_00000762_person515_virus_1032.png new file mode 100644 index 0000000000000000000000000000000000000000..1eb969aefa3b9899c9aa16664f9b0c5f304426c7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000762_person515_virus_1032.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b71b1c822f8caedaaf01b4de7c52cbd8a1882f9de7d0abd880b822e73876fc70 +size 1183 diff --git a/MendeleyCXR/labels/Darwin_00000763_person516_virus_1033.png b/MendeleyCXR/labels/Darwin_00000763_person516_virus_1033.png new file mode 100644 index 0000000000000000000000000000000000000000..c7aa6de7fca2136c33d33e9f1e1244e4726d7d7c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000763_person516_virus_1033.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc905fdbebf9d6976954210b68a7789345c6654518479aea1b16bd1554db019d +size 1329 diff --git a/MendeleyCXR/labels/Darwin_00000764_person517_virus_1034.png b/MendeleyCXR/labels/Darwin_00000764_person517_virus_1034.png new file mode 100644 index 0000000000000000000000000000000000000000..75da8d13561bcfef4259aa03990bd47c913193e9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000764_person517_virus_1034.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:271ebce1700a6ffc77b5303566b476f60beb1bb42dfafb4411eb85cb4b9d1dc8 +size 1250 diff --git a/MendeleyCXR/labels/Darwin_00000765_person517_virus_1035.png b/MendeleyCXR/labels/Darwin_00000765_person517_virus_1035.png new file mode 100644 index 0000000000000000000000000000000000000000..a7bfb8dcfe8a930302980ce764be664e3d8cbd79 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000765_person517_virus_1035.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dd2f2861a09e6b68ca8a186218d692a16155882d72206a6cdd130d2278f947b +size 1325 diff --git a/MendeleyCXR/labels/Darwin_00000766_person518_virus_1036.png b/MendeleyCXR/labels/Darwin_00000766_person518_virus_1036.png new file mode 100644 index 0000000000000000000000000000000000000000..865d5d894e27508a3a542568ad9a0310d4751f62 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000766_person518_virus_1036.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39660ff369c49a7082d542bbcf69525414a63fd665d2cf7575f2d5060790fe53 +size 1319 diff --git a/MendeleyCXR/labels/Darwin_00000767_person519_virus_1038.png b/MendeleyCXR/labels/Darwin_00000767_person519_virus_1038.png new file mode 100644 index 0000000000000000000000000000000000000000..039fea0901cef09609731a217dffd3e17f2cb258 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000767_person519_virus_1038.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0e196d18e65b48ab04fca4d16be35d73cf4b0996468c5f164c38b589024e7c6 +size 1240 diff --git a/MendeleyCXR/labels/Darwin_00000768_person520_virus_1039.png b/MendeleyCXR/labels/Darwin_00000768_person520_virus_1039.png new file mode 100644 index 0000000000000000000000000000000000000000..fc7836e8467bcedf986adc5556ed943f68ccafd3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000768_person520_virus_1039.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58fdd945220f79dc07cb1814c70abe7ce815f292c775f6cefd73e950b1ca528c +size 1316 diff --git a/MendeleyCXR/labels/Darwin_00000769_person521_virus_1040.png b/MendeleyCXR/labels/Darwin_00000769_person521_virus_1040.png new file mode 100644 index 0000000000000000000000000000000000000000..02c4e52ccd5cdf002e6648a6a2c7a07b9f44140b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000769_person521_virus_1040.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5916ed436d72a38c87a515e51661256865aa09debaaf40e36ae99dcf5dd460e5 +size 1320 diff --git a/MendeleyCXR/labels/Darwin_00000770_person522_virus_1041.png b/MendeleyCXR/labels/Darwin_00000770_person522_virus_1041.png new file mode 100644 index 0000000000000000000000000000000000000000..09496dce8d9071eed9e3d4524e260628389a702e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000770_person522_virus_1041.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:972577e377f2d86396fd6ea35cdcc8333060eda301102e6c85a1c3e1976ba3a3 +size 1292 diff --git a/MendeleyCXR/labels/Darwin_00000771_person523_virus_1043.png b/MendeleyCXR/labels/Darwin_00000771_person523_virus_1043.png new file mode 100644 index 0000000000000000000000000000000000000000..c602678c78f0ba96292b77dde5d2f43e77d8c54d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000771_person523_virus_1043.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acd758c8498b8ae0777cfd19f6fc7e9b4bce999df973b611860853d801e2cc2d +size 1283 diff --git a/MendeleyCXR/labels/Darwin_00000772_person524_virus_1045.png b/MendeleyCXR/labels/Darwin_00000772_person524_virus_1045.png new file mode 100644 index 0000000000000000000000000000000000000000..8e8518ca557b8a029e3c8c840b4fdaa3f309479f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000772_person524_virus_1045.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c60ed2c4c672463306b5cad68d15738e17364b47b9a2e2a3b9757424de8157f6 +size 1392 diff --git a/MendeleyCXR/labels/Darwin_00000773_person394_virus_786.png b/MendeleyCXR/labels/Darwin_00000773_person394_virus_786.png new file mode 100644 index 0000000000000000000000000000000000000000..181f1cbddedfb4ba8aba0a0d775b54aaa78831bd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000773_person394_virus_786.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6c4c986b2c5a82e9c9bc9a3aaaf8496237e37cf87b30c5b1620314714d5aec5 +size 1286 diff --git a/MendeleyCXR/labels/Darwin_00000774_person395_virus_788.png b/MendeleyCXR/labels/Darwin_00000774_person395_virus_788.png new file mode 100644 index 0000000000000000000000000000000000000000..27c9d369c228db9acc92f01b57c631ca8f9fedae --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000774_person395_virus_788.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98b779849cdcff6c202569734c2a94fa4270f9db6f261e80b975d3535f38fba9 +size 1256 diff --git a/MendeleyCXR/labels/Darwin_00000775_person396_virus_789.png b/MendeleyCXR/labels/Darwin_00000775_person396_virus_789.png new file mode 100644 index 0000000000000000000000000000000000000000..f23b619ab664ad30eb79491e930a7381e8e1e154 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000775_person396_virus_789.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b77b7daef0d5195fd022402dea38fe5ba11560e52f575bdb74ee9091ac7808e4 +size 1253 diff --git a/MendeleyCXR/labels/Darwin_00000776_person397_virus_790.png b/MendeleyCXR/labels/Darwin_00000776_person397_virus_790.png new file mode 100644 index 0000000000000000000000000000000000000000..b76524325562fb862a1ccf2796f939202509f2db --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000776_person397_virus_790.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de30699cd22f8b6920d3565a4b9146ea1aba3549ec245e75430c628931d02e65 +size 1313 diff --git a/MendeleyCXR/labels/Darwin_00000777_person399_virus_793.png b/MendeleyCXR/labels/Darwin_00000777_person399_virus_793.png new file mode 100644 index 0000000000000000000000000000000000000000..3aa00b5ea14d2d5fc66dec09853829e098072c1b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000777_person399_virus_793.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:515cd1907288b0dae8224f0a7be194311417136bcbafc052ed01927c392827c6 +size 1287 diff --git a/MendeleyCXR/labels/Darwin_00000778_person400_virus_794.png b/MendeleyCXR/labels/Darwin_00000778_person400_virus_794.png new file mode 100644 index 0000000000000000000000000000000000000000..819d394019c0e7d2fd3eb36f45b27542c0755628 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000778_person400_virus_794.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f8ab3adc9b1824a5e1a3da5359a0354adf25b854fe2cb424ba472d6b338a81a +size 1262 diff --git a/MendeleyCXR/labels/Darwin_00000779_person401_virus_795.png b/MendeleyCXR/labels/Darwin_00000779_person401_virus_795.png new file mode 100644 index 0000000000000000000000000000000000000000..a12195c9ec72846f6fb89fb4716bd3f2772e2903 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000779_person401_virus_795.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ed1408f767e4dd53fff7da46f2ee1fbfcd0398eebe08258d66a129c9f03e3c0 +size 1224 diff --git a/MendeleyCXR/labels/Darwin_00000780_person401_virus_797.png b/MendeleyCXR/labels/Darwin_00000780_person401_virus_797.png new file mode 100644 index 0000000000000000000000000000000000000000..c9dfd81435e5f88e1b2f4de06b453355fc62581f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000780_person401_virus_797.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b13c30e12cc93d58734489b70fa87ee7952673bd62dd89b4bdd5ff54c2866f7 +size 1321 diff --git a/MendeleyCXR/labels/Darwin_00000782_person402_virus_799.png b/MendeleyCXR/labels/Darwin_00000782_person402_virus_799.png new file mode 100644 index 0000000000000000000000000000000000000000..f1b4ad70e0ff9999517fabe8ab55ba2ffd2dbc9d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000782_person402_virus_799.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e33dd6b80944f4165cca424c109d040920644e33e00aa2952500a815bc4c3475 +size 1330 diff --git a/MendeleyCXR/labels/Darwin_00000783_person402_virus_801.png b/MendeleyCXR/labels/Darwin_00000783_person402_virus_801.png new file mode 100644 index 0000000000000000000000000000000000000000..ffca9955bd987110905498b418b4848f9ee8dfd6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000783_person402_virus_801.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c99d5140908851c614cb173cfa8e85237aa677fc0719b082ee91cdce5efcd9bd +size 1393 diff --git a/MendeleyCXR/labels/Darwin_00000785_person405_virus_805.png b/MendeleyCXR/labels/Darwin_00000785_person405_virus_805.png new file mode 100644 index 0000000000000000000000000000000000000000..b129b581ec494e695daee9b2d2840efce6c24c87 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000785_person405_virus_805.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95fb43746d07e339490a9b449c8a48350688300998aab938766fcd6b7b816a21 +size 1185 diff --git a/MendeleyCXR/labels/Darwin_00000789_person408_virus_815.png b/MendeleyCXR/labels/Darwin_00000789_person408_virus_815.png new file mode 100644 index 0000000000000000000000000000000000000000..f2d0245f2fb776b18d337cf8450133b3a91bf9c6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000789_person408_virus_815.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f8e7f1c94faa61eaa2ba93bb3bc39cc737aa57e50dc9e2df74b412d7e5f9583 +size 1373 diff --git a/MendeleyCXR/labels/Darwin_00000790_person409_virus_816.png b/MendeleyCXR/labels/Darwin_00000790_person409_virus_816.png new file mode 100644 index 0000000000000000000000000000000000000000..c4f2d5c399a19f6c766eeef43f89019d59873c6a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000790_person409_virus_816.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2f74442aab4f4ca9842b169c645db0877f01f9f00c055498255829953177fdf +size 1361 diff --git a/MendeleyCXR/labels/Darwin_00000791_person409_virus_818.png b/MendeleyCXR/labels/Darwin_00000791_person409_virus_818.png new file mode 100644 index 0000000000000000000000000000000000000000..00a0b65a19385beed29bb6fea1a01c0c5528cc7f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000791_person409_virus_818.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc9dfe23a38deeeaebc8e12867f6514783d7a09ac20d39a029dfd3b8ed576c15 +size 1340 diff --git a/MendeleyCXR/labels/Darwin_00000792_person409_virus_820.png b/MendeleyCXR/labels/Darwin_00000792_person409_virus_820.png new file mode 100644 index 0000000000000000000000000000000000000000..e9d4e537e8a0b71b2609206777ef6adbfe316db2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000792_person409_virus_820.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7322b03d2cc9d043a9bc562b855559b2e1687c100d2f5e678e5427afc88eb6d4 +size 1300 diff --git a/MendeleyCXR/labels/Darwin_00000793_person410_virus_821.png b/MendeleyCXR/labels/Darwin_00000793_person410_virus_821.png new file mode 100644 index 0000000000000000000000000000000000000000..524ae2518efe6e41be9d7c1a020162858ed7d1d5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000793_person410_virus_821.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d76b9b05f852c9bbd49ac8f7b0964ac4feb61457c9fc6d943854078beee0bec9 +size 1436 diff --git a/MendeleyCXR/labels/Darwin_00000794_person413_virus_844.png b/MendeleyCXR/labels/Darwin_00000794_person413_virus_844.png new file mode 100644 index 0000000000000000000000000000000000000000..a55cbc917cf511e2113b851e09bce36c7177faf7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000794_person413_virus_844.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30bd8be54c0e3e5f59bbd036fd80f715f1cb56dc832f61e5f9cffc79f9e3bf2e +size 1332 diff --git a/MendeleyCXR/labels/Darwin_00000796_person415_virus_847.png b/MendeleyCXR/labels/Darwin_00000796_person415_virus_847.png new file mode 100644 index 0000000000000000000000000000000000000000..63e7c03b28bc8a0444214b020a9d73507e9b04d1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000796_person415_virus_847.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb1628be8eb5e7b0c86150aa18622ce9efe1f1f47e7bdfabd4847b4653a55711 +size 1131 diff --git a/MendeleyCXR/labels/Darwin_00000797_person416_virus_849.png b/MendeleyCXR/labels/Darwin_00000797_person416_virus_849.png new file mode 100644 index 0000000000000000000000000000000000000000..bc0c288c8aa50e8da7e024fd8d8c38eca8b7a503 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000797_person416_virus_849.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd1d6538cca57d6cd4237698a4b1749cd4024c0696816b995ad511506931acd4 +size 1323 diff --git a/MendeleyCXR/labels/Darwin_00000798_person417_virus_850.png b/MendeleyCXR/labels/Darwin_00000798_person417_virus_850.png new file mode 100644 index 0000000000000000000000000000000000000000..4b800b56e988626b3f0949e9733e29f4c7c70cb1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000798_person417_virus_850.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f75c718e84fcdd356aace8230dfd0bcef15d16cbf93764c628eb3de3749f2b29 +size 1273 diff --git a/MendeleyCXR/labels/Darwin_00000799_person418_virus_852.png b/MendeleyCXR/labels/Darwin_00000799_person418_virus_852.png new file mode 100644 index 0000000000000000000000000000000000000000..1e7793d529cf9b1670128a8af6685a79b6fca39e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000799_person418_virus_852.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4802390cbf9db778c46be20f701a2dc69fa766e3b3c5a99c112bed5d632ee1f +size 1368 diff --git a/MendeleyCXR/labels/Darwin_00000800_person419_virus_855.png b/MendeleyCXR/labels/Darwin_00000800_person419_virus_855.png new file mode 100644 index 0000000000000000000000000000000000000000..65a51ac3ae81a267c1dca9c5ee554021099802d0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000800_person419_virus_855.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a2a901586c9786c3b3c4f1a862f40c7699f768618467d67355cc3f4931151c9 +size 1162 diff --git a/MendeleyCXR/labels/Darwin_00000801_person419_virus_857.png b/MendeleyCXR/labels/Darwin_00000801_person419_virus_857.png new file mode 100644 index 0000000000000000000000000000000000000000..cfb09738985e0ae4c3c0a6a94db3ee0b15b28baf --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000801_person419_virus_857.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa646bdbb3827bc80f10a66865f218f12578bed531f86339c4fa17d1fed5eece +size 1292 diff --git a/MendeleyCXR/labels/Darwin_00000802_person419_virus_859.png b/MendeleyCXR/labels/Darwin_00000802_person419_virus_859.png new file mode 100644 index 0000000000000000000000000000000000000000..c12431c0e6d30ccb48e58a0e47317f4fb56f17af --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000802_person419_virus_859.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a48af936fa7ead64c16b9195ad3a6c6a812b5a0da70786bf86ca026e05225e05 +size 1297 diff --git a/MendeleyCXR/labels/Darwin_00000803_person419_virus_861.png b/MendeleyCXR/labels/Darwin_00000803_person419_virus_861.png new file mode 100644 index 0000000000000000000000000000000000000000..8f915e6320c11da32ad96d30f214165c2c674326 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000803_person419_virus_861.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f314bf4be9db19eeddecd186b675466a8da193401b461fb216055b028535570d +size 1352 diff --git a/MendeleyCXR/labels/Darwin_00000807_person423_virus_869.png b/MendeleyCXR/labels/Darwin_00000807_person423_virus_869.png new file mode 100644 index 0000000000000000000000000000000000000000..89a6a320352c486345fd1818669a01bf9576b225 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000807_person423_virus_869.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d272fd3d1e77a8ea51f0b1bd6370b6cc0f7e7af3259bdf47f049b2eb878bfde +size 1340 diff --git a/MendeleyCXR/labels/Darwin_00000808_person425_virus_871.png b/MendeleyCXR/labels/Darwin_00000808_person425_virus_871.png new file mode 100644 index 0000000000000000000000000000000000000000..7f18f3b2fcee3bdf7fe1885863106de4f5ca0ee8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000808_person425_virus_871.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9af71517a6a1fbf90bc5522f500a7c2f65a6f9f700cda27c3f1a38e42815afee +size 1039 diff --git a/MendeleyCXR/labels/Darwin_00000810_person427_virus_875.png b/MendeleyCXR/labels/Darwin_00000810_person427_virus_875.png new file mode 100644 index 0000000000000000000000000000000000000000..d9aa24f0bee1703ac8649dddbdc18d481dd41e6b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000810_person427_virus_875.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:818bb307d9d5a107cb3dd280107cd785c366237e4af7809c7230b9ed2fdcad86 +size 1291 diff --git a/MendeleyCXR/labels/Darwin_00000811_person428_virus_876.png b/MendeleyCXR/labels/Darwin_00000811_person428_virus_876.png new file mode 100644 index 0000000000000000000000000000000000000000..9ce572ff5e5dd8b426c8d886938db6184e0fe68f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000811_person428_virus_876.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f3b6323557bcc11c4f25b7670e2e0c15965c322911c24c0486b63b7d69577f6 +size 1241 diff --git a/MendeleyCXR/labels/Darwin_00000812_person429_virus_877.png b/MendeleyCXR/labels/Darwin_00000812_person429_virus_877.png new file mode 100644 index 0000000000000000000000000000000000000000..6a79ac94ed9b276cd8a96c37086a17761f7c37ba --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000812_person429_virus_877.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c86a348ba82dd6bf319b155b125308fd70259afb78e34fdf0ec204d899c85f64 +size 1269 diff --git a/MendeleyCXR/labels/Darwin_00000813_person430_virus_879.png b/MendeleyCXR/labels/Darwin_00000813_person430_virus_879.png new file mode 100644 index 0000000000000000000000000000000000000000..8dbd571ed1d377016dcbebd2e1cd873c7f81f83e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000813_person430_virus_879.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4522e3566d5049f3450b78f83057722a753a8a2e630919ef15cbdb7ca0205ff1 +size 1396 diff --git a/MendeleyCXR/labels/Darwin_00000814_person431_virus_880.png b/MendeleyCXR/labels/Darwin_00000814_person431_virus_880.png new file mode 100644 index 0000000000000000000000000000000000000000..a17fab203665da3d16a27f4caa1d580b32ece049 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000814_person431_virus_880.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9812842e52f7431c1b616313a111498f4340a33ed9a9d02ba3f5c1dbbb509c0e +size 1392 diff --git a/MendeleyCXR/labels/Darwin_00000815_person432_virus_881.png b/MendeleyCXR/labels/Darwin_00000815_person432_virus_881.png new file mode 100644 index 0000000000000000000000000000000000000000..c360edd0d54499893f0dcb0b4f570b3e069bf29d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000815_person432_virus_881.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d6e36cfddde6f87e50f296b12efac2b38576db1de75189160a6d7254b1c5945 +size 1275 diff --git a/MendeleyCXR/labels/Darwin_00000816_person433_virus_882.png b/MendeleyCXR/labels/Darwin_00000816_person433_virus_882.png new file mode 100644 index 0000000000000000000000000000000000000000..7362a91e07383347bf7930e9f979e66212451381 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000816_person433_virus_882.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b0286887cb3ff58aaf869eba26e88439ce809aa2c58e5fddee60788a04ca440 +size 1398 diff --git a/MendeleyCXR/labels/Darwin_00000817_person434_virus_883.png b/MendeleyCXR/labels/Darwin_00000817_person434_virus_883.png new file mode 100644 index 0000000000000000000000000000000000000000..332a4fc5b6329ae11eab3bcb9a2bd4958cd534c7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000817_person434_virus_883.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:301a20d93b3203d777b7c8f73a951cc066c569d55a74b90fb4d2616e87e3fea2 +size 1350 diff --git a/MendeleyCXR/labels/Darwin_00000818_person434_virus_884.png b/MendeleyCXR/labels/Darwin_00000818_person434_virus_884.png new file mode 100644 index 0000000000000000000000000000000000000000..b59f0a1874bbc3577f0b23d61f3c538c16594c75 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000818_person434_virus_884.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:229d0dbcf3c66953dfa88bb5270bab6abac18fa973fad5c2a58b5f5902472322 +size 1400 diff --git a/MendeleyCXR/labels/Darwin_00000819_person435_virus_885.png b/MendeleyCXR/labels/Darwin_00000819_person435_virus_885.png new file mode 100644 index 0000000000000000000000000000000000000000..8994cec621bca938506d5915b88d6bfb62fc06a0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000819_person435_virus_885.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1efeee2d910dbe315408af15e52b33f7b31aa31a740ce3e1941ef42e2206305 +size 1325 diff --git a/MendeleyCXR/labels/Darwin_00000820_person436_virus_886.png b/MendeleyCXR/labels/Darwin_00000820_person436_virus_886.png new file mode 100644 index 0000000000000000000000000000000000000000..41ede4223408f47b4dcc2caa381afa57e6583b87 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000820_person436_virus_886.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ab786669976bf09839ed11d62a4bee8e0b5b7e72ee9fb96a21a127dfd0ad961 +size 1371 diff --git a/MendeleyCXR/labels/Darwin_00000821_person437_virus_888.png b/MendeleyCXR/labels/Darwin_00000821_person437_virus_888.png new file mode 100644 index 0000000000000000000000000000000000000000..13c4872e98e286484e9f691d418c7c85bbe86295 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000821_person437_virus_888.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:372c7d7d19bd9f882da9aa1b1cc353007ed08e7a66b959296ec6136e8898052e +size 1030 diff --git a/MendeleyCXR/labels/Darwin_00000822_person438_virus_889.png b/MendeleyCXR/labels/Darwin_00000822_person438_virus_889.png new file mode 100644 index 0000000000000000000000000000000000000000..820935cee0293e48ac8bc664f3d5287503d34e07 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000822_person438_virus_889.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbd02857ef5b56f89a3a46c9a54b60e43a2cdbcb7c10f1cf7a66a76da3f35d96 +size 1226 diff --git a/MendeleyCXR/labels/Darwin_00000823_person439_virus_890.png b/MendeleyCXR/labels/Darwin_00000823_person439_virus_890.png new file mode 100644 index 0000000000000000000000000000000000000000..946a36b182ec28bf001b09b1b101324c82bd1df0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000823_person439_virus_890.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9b91ed42dc340c11baa4ca02661af792a8a000ffe327da053edfe761d0ebdf2 +size 1332 diff --git a/MendeleyCXR/labels/Darwin_00000824_person439_virus_891.png b/MendeleyCXR/labels/Darwin_00000824_person439_virus_891.png new file mode 100644 index 0000000000000000000000000000000000000000..bc083347aa2cae0b48202630d2a5d8735d454d1f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000824_person439_virus_891.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:314d427fe8b47627e39955a9f3cc02036d9d237a371a5c74d7aa48f143884084 +size 1175 diff --git a/MendeleyCXR/labels/Darwin_00000825_person440_virus_893.png b/MendeleyCXR/labels/Darwin_00000825_person440_virus_893.png new file mode 100644 index 0000000000000000000000000000000000000000..724df38eb45f0a584e16ca1719943f82284370d2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000825_person440_virus_893.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96557cd949a882ff49bbfdb0fbca20e96b62f647a2718b8a71ab31586cdb2a19 +size 1374 diff --git a/MendeleyCXR/labels/Darwin_00000826_person441_virus_894.png b/MendeleyCXR/labels/Darwin_00000826_person441_virus_894.png new file mode 100644 index 0000000000000000000000000000000000000000..df0466569325d73d3dcec1fdcbb792639bf84d46 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000826_person441_virus_894.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:663513f8a10fee7b4fb4fc0dfae8779f424cd7a818e355380d9ebb7cf2422fee +size 1280 diff --git a/MendeleyCXR/labels/Darwin_00000827_person441_virus_895.png b/MendeleyCXR/labels/Darwin_00000827_person441_virus_895.png new file mode 100644 index 0000000000000000000000000000000000000000..36599dccf74b369e6d351a122b2bf36f4ab3261c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000827_person441_virus_895.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02808ca1c1e08ab34384d49713090217c1f314284cec49e013ed8fed2158f347 +size 1190 diff --git a/MendeleyCXR/labels/Darwin_00000828_person441_virus_896.png b/MendeleyCXR/labels/Darwin_00000828_person441_virus_896.png new file mode 100644 index 0000000000000000000000000000000000000000..2bae4dc06603ec71dbac438251754fa5e689a062 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000828_person441_virus_896.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:231ad095e6d07eaa29810ee49b2532f667225588953f4bcb609e9090bf886ef8 +size 1175 diff --git a/MendeleyCXR/labels/Darwin_00000829_person441_virus_897.png b/MendeleyCXR/labels/Darwin_00000829_person441_virus_897.png new file mode 100644 index 0000000000000000000000000000000000000000..de19799d69a69099cdcccc5aae6d7be8ca895fb6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000829_person441_virus_897.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d47ecdf4788f73f85eea82fab8284b710c6a2d45279a134c4893bee075c4277 +size 926 diff --git a/MendeleyCXR/labels/Darwin_00000830_person442_virus_898.png b/MendeleyCXR/labels/Darwin_00000830_person442_virus_898.png new file mode 100644 index 0000000000000000000000000000000000000000..134595d3a35dcd0cd0b8a70e4c6d0a5c453c618b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000830_person442_virus_898.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f98ef84ce069bc1fe2f650dfdd68078104709ec527529dc7c4b9fb07da88e19b +size 1225 diff --git a/MendeleyCXR/labels/Darwin_00000831_person442_virus_899.png b/MendeleyCXR/labels/Darwin_00000831_person442_virus_899.png new file mode 100644 index 0000000000000000000000000000000000000000..d8eded0984efe7c88a6095273e1237fccd1de682 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000831_person442_virus_899.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cae8b856e9e835a97e8fcea3e75bfeca22491a87b442a34b210a60395b5bcf35 +size 1125 diff --git a/MendeleyCXR/labels/Darwin_00000832_person442_virus_900.png b/MendeleyCXR/labels/Darwin_00000832_person442_virus_900.png new file mode 100644 index 0000000000000000000000000000000000000000..13b51606c3f8968f09cc1bc42dc669c299644a07 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000832_person442_virus_900.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53c4093caf6ab28fe6e87003243fea1b0f40d69367ed8b6bec85903a15966648 +size 1268 diff --git a/MendeleyCXR/labels/Darwin_00000833_person442_virus_901.png b/MendeleyCXR/labels/Darwin_00000833_person442_virus_901.png new file mode 100644 index 0000000000000000000000000000000000000000..eef0aa6a0dfc4fc90829b9bcc4a8da94ecf68f95 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000833_person442_virus_901.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a61b7172d3e4d9a4d11ae090dc7d9b6faaeddfc9e45932df4eb70fc701636df0 +size 1151 diff --git a/MendeleyCXR/labels/Darwin_00000834_person442_virus_902.png b/MendeleyCXR/labels/Darwin_00000834_person442_virus_902.png new file mode 100644 index 0000000000000000000000000000000000000000..6ed9cdaabeefb343ca40bcc17db173a8d619c0af --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000834_person442_virus_902.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd40dc0540af3e0627fea2fe23f851be7c25a870182882ccee6df22347c52c1d +size 1263 diff --git a/MendeleyCXR/labels/Darwin_00000835_person442_virus_903.png b/MendeleyCXR/labels/Darwin_00000835_person442_virus_903.png new file mode 100644 index 0000000000000000000000000000000000000000..480b4c4591d15f383d533150644c4b4782c66b7a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000835_person442_virus_903.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc31f915dd5b087ed73a6573f2d34a8806d69f8d3cdebbda3e3d9365dbf64529 +size 1185 diff --git a/MendeleyCXR/labels/Darwin_00000836_person442_virus_904.png b/MendeleyCXR/labels/Darwin_00000836_person442_virus_904.png new file mode 100644 index 0000000000000000000000000000000000000000..f7cfc805ba683706254c3c04208d9171eea0d89d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000836_person442_virus_904.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e96a7952dad2576f2998c1d70db074d31c0569b1a45746ecbf7f93329212375 +size 1204 diff --git a/MendeleyCXR/labels/Darwin_00000837_person442_virus_905.png b/MendeleyCXR/labels/Darwin_00000837_person442_virus_905.png new file mode 100644 index 0000000000000000000000000000000000000000..e03125376ff718934b957322a72d2a1ede32c456 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000837_person442_virus_905.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:662e9b0f60a6881314e6d2bb250b83063c4ea9b2b213f15afee47a430ce5fcc9 +size 1132 diff --git a/MendeleyCXR/labels/Darwin_00000838_person442_virus_906.png b/MendeleyCXR/labels/Darwin_00000838_person442_virus_906.png new file mode 100644 index 0000000000000000000000000000000000000000..ca1934ac6f2e295ded771851b59627d323972a16 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000838_person442_virus_906.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b1e2c4826ba54e54b63b69942e546f53b05de02f7307c758bdffd84bdfbd0e8 +size 1247 diff --git a/MendeleyCXR/labels/Darwin_00000839_person443_virus_908.png b/MendeleyCXR/labels/Darwin_00000839_person443_virus_908.png new file mode 100644 index 0000000000000000000000000000000000000000..8a5905d7f9c6ce0cdbfdaea1974e26341a30e8c2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000839_person443_virus_908.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2469ed8bc295ef64fd0fe9fdb94b033e305179bc5b31a4fb46f394edb7014f7b +size 1390 diff --git a/MendeleyCXR/labels/Darwin_00000840_person444_virus_911.png b/MendeleyCXR/labels/Darwin_00000840_person444_virus_911.png new file mode 100644 index 0000000000000000000000000000000000000000..658060416106862076ecf201163ab683e7a9a9e0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000840_person444_virus_911.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:061c135cc007341ec093abb31962d1688af629ed096f7de27d29a2d7ebe9738e +size 1271 diff --git a/MendeleyCXR/labels/Darwin_00000841_person445_virus_912.png b/MendeleyCXR/labels/Darwin_00000841_person445_virus_912.png new file mode 100644 index 0000000000000000000000000000000000000000..0df438c459a4aa13f26d914aba85a2ea2864c279 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000841_person445_virus_912.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e72e1bbd930a37a0c9c66f0643078c794c0d21fec94faf73de8eed6833426b50 +size 1464 diff --git a/MendeleyCXR/labels/Darwin_00000842_person445_virus_913.png b/MendeleyCXR/labels/Darwin_00000842_person445_virus_913.png new file mode 100644 index 0000000000000000000000000000000000000000..c65f9863fdd4b1828bc2180420e12471f83ab401 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000842_person445_virus_913.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d890f6c321dcaf4f8f671903d64b55b24d70ac69f7ac3fe1b9479cf78abe109a +size 1404 diff --git a/MendeleyCXR/labels/Darwin_00000843_person445_virus_914.png b/MendeleyCXR/labels/Darwin_00000843_person445_virus_914.png new file mode 100644 index 0000000000000000000000000000000000000000..a3eb413cc934fa68833cc1969e650cb83fbef618 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000843_person445_virus_914.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1f3f2d2b1f01c237794a8edbf9745addf0c1d523b6ae2896df03fc452f9e986 +size 1272 diff --git a/MendeleyCXR/labels/Darwin_00000844_person445_virus_915.png b/MendeleyCXR/labels/Darwin_00000844_person445_virus_915.png new file mode 100644 index 0000000000000000000000000000000000000000..b4cf3386db8dac6b317bbdf242f8d1b47216ba76 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000844_person445_virus_915.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:395ae7c48210a4c194f9a6da2f27fcb0b586df8b7de6089cf3eeb2e61ad01a94 +size 1234 diff --git a/MendeleyCXR/labels/Darwin_00000845_person445_virus_916.png b/MendeleyCXR/labels/Darwin_00000845_person445_virus_916.png new file mode 100644 index 0000000000000000000000000000000000000000..e6118434024cbc7979e3b0ac04f21a0075afdea3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000845_person445_virus_916.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:976f12d4b7088956b96868752cde8b8a070f73a0ee11ea80075fa35dc6fc2b2e +size 1347 diff --git a/MendeleyCXR/labels/Darwin_00000846_person445_virus_917.png b/MendeleyCXR/labels/Darwin_00000846_person445_virus_917.png new file mode 100644 index 0000000000000000000000000000000000000000..ad18411d78500a1b32def4ed19c5755c56231511 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000846_person445_virus_917.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5019ef29e651678b38eb76131eac3672e2c7c81873ae2f0605663cc69ff4f739 +size 1452 diff --git a/MendeleyCXR/labels/Darwin_00000847_person445_virus_918.png b/MendeleyCXR/labels/Darwin_00000847_person445_virus_918.png new file mode 100644 index 0000000000000000000000000000000000000000..2cfdfcbcb99c481cae4f66c53d164ac12c3ee111 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000847_person445_virus_918.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfd5ae37b5cf9132d086b9f99562886e95491a2df6dca0e68b726115202c42ca +size 1441 diff --git a/MendeleyCXR/labels/Darwin_00000848_person445_virus_919.png b/MendeleyCXR/labels/Darwin_00000848_person445_virus_919.png new file mode 100644 index 0000000000000000000000000000000000000000..244669c5c926795321ec594c42b886117d5ac881 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000848_person445_virus_919.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e39f3d5ac40991f60b736b8cda158fc1e5f6ef17689dae4e40f4037601234c8 +size 1347 diff --git a/MendeleyCXR/labels/Darwin_00000849_person446_virus_920.png b/MendeleyCXR/labels/Darwin_00000849_person446_virus_920.png new file mode 100644 index 0000000000000000000000000000000000000000..5e548e55ddc873f4a82c8457693e7fdab54d4c82 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000849_person446_virus_920.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93e8147548af98d827c85b1c71ebc898ab92a39fad51433802abee49e6d9bd61 +size 1402 diff --git a/MendeleyCXR/labels/Darwin_00000850_person447_virus_921_1.png b/MendeleyCXR/labels/Darwin_00000850_person447_virus_921_1.png new file mode 100644 index 0000000000000000000000000000000000000000..4286da66c22ec9c16c84ccb83c271bfea1269ebc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000850_person447_virus_921_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4e38ab7b3b1ed2bad73dab4c3b589f6ac13d84a68dcaaf9a4db2cf4b2a67ff0 +size 1350 diff --git a/MendeleyCXR/labels/Darwin_00000851_person447_virus_921.png b/MendeleyCXR/labels/Darwin_00000851_person447_virus_921.png new file mode 100644 index 0000000000000000000000000000000000000000..182a8f9d78150974956e880ffcb2adb10dfd4593 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000851_person447_virus_921.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dd260d9aed644ea2b9165d5a39f06b99e079a0156c80724562c9c58ebec6e06 +size 1257 diff --git a/MendeleyCXR/labels/Darwin_00000852_person448_virus_922.png b/MendeleyCXR/labels/Darwin_00000852_person448_virus_922.png new file mode 100644 index 0000000000000000000000000000000000000000..044a026f293012511af9672c02e59cbc049ec3a2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000852_person448_virus_922.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30a6104fb5fdaf118ae5d3fed4b9930047061598d9b3148bc17381327ba2eab6 +size 1394 diff --git a/MendeleyCXR/labels/Darwin_00000853_person450_virus_931.png b/MendeleyCXR/labels/Darwin_00000853_person450_virus_931.png new file mode 100644 index 0000000000000000000000000000000000000000..fd155325972f3016304b66b8094ef81df0cc882b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000853_person450_virus_931.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e56ef095d309b557f127f599f77b887eccadd6a630238163401fe5fc62dead86 +size 1324 diff --git a/MendeleyCXR/labels/Darwin_00000854_person451_virus_932.png b/MendeleyCXR/labels/Darwin_00000854_person451_virus_932.png new file mode 100644 index 0000000000000000000000000000000000000000..a2faf8b30c269bdb88580c3abac49a7562f47d11 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000854_person451_virus_932.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eccf9bdf9e8b4deaf9bd24f569c1352f6a0c7c1ed7e50c9198d23d4540d6271f +size 1281 diff --git a/MendeleyCXR/labels/Darwin_00000855_person453_virus_935.png b/MendeleyCXR/labels/Darwin_00000855_person453_virus_935.png new file mode 100644 index 0000000000000000000000000000000000000000..03f6f67ddc687ac27f99caad3615dcd9985e3101 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000855_person453_virus_935.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a3653c425ddcb441c4d4551d08af37e21cf625ec841940666728fcc375692c0 +size 1169 diff --git a/MendeleyCXR/labels/Darwin_00000856_person453_virus_936.png b/MendeleyCXR/labels/Darwin_00000856_person453_virus_936.png new file mode 100644 index 0000000000000000000000000000000000000000..d7f50fbc5d87399171376a8678c8bdd659f0b7be --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000856_person453_virus_936.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e42331a3c110a288880184e1fac71387a36871ec43599f778c62071bc914aa28 +size 1322 diff --git a/MendeleyCXR/labels/Darwin_00000857_person454_virus_938.png b/MendeleyCXR/labels/Darwin_00000857_person454_virus_938.png new file mode 100644 index 0000000000000000000000000000000000000000..634d9cc1688f86a67195cec5e26cec53c3d5fa6e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000857_person454_virus_938.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df085310739aabfb30f51400cd02a74d2f7e08adda18cdf1784e51abfa5ba33e +size 1322 diff --git a/MendeleyCXR/labels/Darwin_00000858_person456_virus_943.png b/MendeleyCXR/labels/Darwin_00000858_person456_virus_943.png new file mode 100644 index 0000000000000000000000000000000000000000..5d9244cfcf30ae7cc304f661984aa765ec427ab6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000858_person456_virus_943.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ca7546eeaee9ae1539bd5462e2c5f9e1af99f0e003a9bb0e29b6d82cc66a427 +size 1326 diff --git a/MendeleyCXR/labels/Darwin_00000859_person457_virus_944.png b/MendeleyCXR/labels/Darwin_00000859_person457_virus_944.png new file mode 100644 index 0000000000000000000000000000000000000000..a1d5c915a2393a09a64374067494bd680f9c0b11 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000859_person457_virus_944.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e5362a1ebff3aa8189006dec442e110f5bb46ce102e7b5d28927a74f997a89f +size 1374 diff --git a/MendeleyCXR/labels/Darwin_00000860_person458_virus_945.png b/MendeleyCXR/labels/Darwin_00000860_person458_virus_945.png new file mode 100644 index 0000000000000000000000000000000000000000..d4496ab30318a8a3f93d08f22df3ceefed744b3c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000860_person458_virus_945.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6edd17af3e51b6bd9aa587214761dc4a0161678d4a170dbd26e5b2c5439265cf +size 1290 diff --git a/MendeleyCXR/labels/Darwin_00000861_person327_virus_679.png b/MendeleyCXR/labels/Darwin_00000861_person327_virus_679.png new file mode 100644 index 0000000000000000000000000000000000000000..f75d9bed9fc8da1d22138e6655ab62e820bafd4d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000861_person327_virus_679.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1a987977dd50781ac3d49dd8fba4a49cc6987842e03cf2af2644573f247535f +size 1258 diff --git a/MendeleyCXR/labels/Darwin_00000862_person328_virus_681.png b/MendeleyCXR/labels/Darwin_00000862_person328_virus_681.png new file mode 100644 index 0000000000000000000000000000000000000000..f052b61a0ba1f6daead8be742759bbdc58dab79b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000862_person328_virus_681.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff93a6173ec5ce3a09c338d64d4a3926184504abae5f985f1dd02313a5b0d270 +size 1288 diff --git a/MendeleyCXR/labels/Darwin_00000864_person330_virus_683.png b/MendeleyCXR/labels/Darwin_00000864_person330_virus_683.png new file mode 100644 index 0000000000000000000000000000000000000000..b0e3adbfc174adc0a5bafe479381c26f4bab2e4d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000864_person330_virus_683.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:808c7ffbd588eda8a33c752077a9b9188a4a2de3677a2dd1d129477fe72cec1d +size 1276 diff --git a/MendeleyCXR/labels/Darwin_00000865_person331_virus_684.png b/MendeleyCXR/labels/Darwin_00000865_person331_virus_684.png new file mode 100644 index 0000000000000000000000000000000000000000..36ab794a23227fd9a0fdf752eab8f3e60e2e9355 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000865_person331_virus_684.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce70209f73944ec1443bccd6eec18b390499a0e0c500295177eb7fbf9ff5a460 +size 1385 diff --git a/MendeleyCXR/labels/Darwin_00000867_person333_virus_688.png b/MendeleyCXR/labels/Darwin_00000867_person333_virus_688.png new file mode 100644 index 0000000000000000000000000000000000000000..d46b148a2d84ccff619de0d37eb86b2a1194d922 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000867_person333_virus_688.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d41ce3ffdac7b0a0b097d23a18ac16f2bf577c0c734b2fd108a43baeabaf74e +size 1238 diff --git a/MendeleyCXR/labels/Darwin_00000869_person335_virus_690.png b/MendeleyCXR/labels/Darwin_00000869_person335_virus_690.png new file mode 100644 index 0000000000000000000000000000000000000000..2db88838ace980864e7da1a9626bdf58cf840b1a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000869_person335_virus_690.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11965ef72221e5ea674e348ea83437a0383476b8e2026179757537bc88c7896d +size 1282 diff --git a/MendeleyCXR/labels/Darwin_00000871_person339_virus_695.png b/MendeleyCXR/labels/Darwin_00000871_person339_virus_695.png new file mode 100644 index 0000000000000000000000000000000000000000..d6fc1ab6005088a9faacc871908317389cec5989 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000871_person339_virus_695.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88a72f451e3d9f04f2b477231a512be0b4755e73334b48e6a2c92b3a468f5b7c +size 1359 diff --git a/MendeleyCXR/labels/Darwin_00000872_person340_virus_698.png b/MendeleyCXR/labels/Darwin_00000872_person340_virus_698.png new file mode 100644 index 0000000000000000000000000000000000000000..ac9469cb51d9a0881a357f9a12bc27005c99730c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000872_person340_virus_698.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1361810f7db19e77a9bd88aebb973feab44d63bbb9911d0cc27ff1684c5f9dca +size 1211 diff --git a/MendeleyCXR/labels/Darwin_00000873_person341_virus_699.png b/MendeleyCXR/labels/Darwin_00000873_person341_virus_699.png new file mode 100644 index 0000000000000000000000000000000000000000..17cc5904ed7f11a34c781f77369e92553cbd50f4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000873_person341_virus_699.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7236f602010115ee87f042b8ef81006b242ced1764ac97f7ca7d06c248c74b4f +size 1142 diff --git a/MendeleyCXR/labels/Darwin_00000877_person344_virus_705.png b/MendeleyCXR/labels/Darwin_00000877_person344_virus_705.png new file mode 100644 index 0000000000000000000000000000000000000000..01d969b9eecf05f67667938c19ca7effa38b52b6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000877_person344_virus_705.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bd7243a72950909a5a5fd31644e4684369c2c70f242ae99866f60abbb1eaddc +size 1292 diff --git a/MendeleyCXR/labels/Darwin_00000878_person346_virus_708.png b/MendeleyCXR/labels/Darwin_00000878_person346_virus_708.png new file mode 100644 index 0000000000000000000000000000000000000000..33d1f8aaeffae39c9b1adb19904c3697b2eb83a9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000878_person346_virus_708.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f3c91d1039b4482eb1b8df94d9431c4b36b68d1713f71a4c55dddca909ab80e +size 1387 diff --git a/MendeleyCXR/labels/Darwin_00000879_person346_virus_709.png b/MendeleyCXR/labels/Darwin_00000879_person346_virus_709.png new file mode 100644 index 0000000000000000000000000000000000000000..262773c33654d41c5e9db9edbf7ba720967466fc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000879_person346_virus_709.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:294bde2f9ad43a1a51f651e7ab66c11c59b710858a5b9a0a60887af27d237dab +size 1349 diff --git a/MendeleyCXR/labels/Darwin_00000880_person348_virus_711.png b/MendeleyCXR/labels/Darwin_00000880_person348_virus_711.png new file mode 100644 index 0000000000000000000000000000000000000000..b475b1f52a837a54d39a11280ae4d44204ae82d0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000880_person348_virus_711.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:596f3b0edebc4203c94cfaa35ba77638a1f05adba1720bf09a14db9adf193860 +size 1322 diff --git a/MendeleyCXR/labels/Darwin_00000881_person348_virus_714.png b/MendeleyCXR/labels/Darwin_00000881_person348_virus_714.png new file mode 100644 index 0000000000000000000000000000000000000000..3eede67078c8e78ef7d61534daab639c83da9f94 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000881_person348_virus_714.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:087cd1bd6851c55934a809b48624e22789c87b7a2b17ab576cf86d9e391b5b03 +size 1240 diff --git a/MendeleyCXR/labels/Darwin_00000882_person348_virus_715.png b/MendeleyCXR/labels/Darwin_00000882_person348_virus_715.png new file mode 100644 index 0000000000000000000000000000000000000000..132a230bcb60a009753260f75c5fa109cc238626 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000882_person348_virus_715.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f05d6e9f254d504a18585ded5cbe3190e5c4dfeca8ca007d7c05f1907cddf102 +size 1429 diff --git a/MendeleyCXR/labels/Darwin_00000883_person348_virus_716.png b/MendeleyCXR/labels/Darwin_00000883_person348_virus_716.png new file mode 100644 index 0000000000000000000000000000000000000000..d6b5ea15594a5243ad9bee9f09f659dc261a25cf --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000883_person348_virus_716.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9268edbd3a14fdf0bbba21fec827c491da348bbdf4f41ee85af900b4085c7d02 +size 1342 diff --git a/MendeleyCXR/labels/Darwin_00000884_person348_virus_717.png b/MendeleyCXR/labels/Darwin_00000884_person348_virus_717.png new file mode 100644 index 0000000000000000000000000000000000000000..0646b9c60a6d0237e2d61962120cfe719110d389 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000884_person348_virus_717.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb3675cf702257e9df1a62e4a10312fe1f85eac05e854179d391c31640ec529d +size 1320 diff --git a/MendeleyCXR/labels/Darwin_00000885_person348_virus_719.png b/MendeleyCXR/labels/Darwin_00000885_person348_virus_719.png new file mode 100644 index 0000000000000000000000000000000000000000..82cba0bb422ee46fb5b14f96996cac9be80a78f4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000885_person348_virus_719.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f5aff2e25572ce07e45c66fbe6d8b3886dad514612630698d5b19241b39954e +size 1163 diff --git a/MendeleyCXR/labels/Darwin_00000886_person348_virus_720.png b/MendeleyCXR/labels/Darwin_00000886_person348_virus_720.png new file mode 100644 index 0000000000000000000000000000000000000000..5aca06b60513133e3dd732142983db4f4453fcee --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000886_person348_virus_720.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:584651dc762533906909f1e970d638e50c7f2f9156f24cfc6cc40a1ee9b9e4cb +size 1215 diff --git a/MendeleyCXR/labels/Darwin_00000887_person348_virus_721.png b/MendeleyCXR/labels/Darwin_00000887_person348_virus_721.png new file mode 100644 index 0000000000000000000000000000000000000000..a7024d7835c9d36be8f65438b80b6132d873a8ea --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000887_person348_virus_721.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:583ba488664ebd3ca2b83ae89c7f7a2700e16064f58b1757e70bab5c5fdadc0a +size 1160 diff --git a/MendeleyCXR/labels/Darwin_00000888_person348_virus_723.png b/MendeleyCXR/labels/Darwin_00000888_person348_virus_723.png new file mode 100644 index 0000000000000000000000000000000000000000..960e1827e31b2bbc9b9a5ed5c5b77f7edb6aaeef --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000888_person348_virus_723.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5d9ec522cb9a4e80e21bd633a698a17fe3834eec723160711fb0d1dc0ae5249 +size 1320 diff --git a/MendeleyCXR/labels/Darwin_00000889_person349_virus_724.png b/MendeleyCXR/labels/Darwin_00000889_person349_virus_724.png new file mode 100644 index 0000000000000000000000000000000000000000..3f823423bffc9eeb980b79b25a6d2c72f844fda1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000889_person349_virus_724.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0177aa785e1eff23d1881a2848e87dadf3a34f6d9e9c89b821fad14b2e5b160 +size 1454 diff --git a/MendeleyCXR/labels/Darwin_00000890_person350_virus_725.png b/MendeleyCXR/labels/Darwin_00000890_person350_virus_725.png new file mode 100644 index 0000000000000000000000000000000000000000..21001cd412d830ca8aacb03814d185342aae4d11 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000890_person350_virus_725.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e9a4e73da86c572ca9538b9f048900d6de34a7b485b729c42c38cedb8e78d8f +size 1419 diff --git a/MendeleyCXR/labels/Darwin_00000891_person351_virus_726.png b/MendeleyCXR/labels/Darwin_00000891_person351_virus_726.png new file mode 100644 index 0000000000000000000000000000000000000000..3218d464143ee456952774fbf005abbe5bf4b81f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000891_person351_virus_726.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7699e7386b57e56c5b67db48bb1013c0ec1ea4cdb0afebf2cb3ca830176aebf +size 1302 diff --git a/MendeleyCXR/labels/Darwin_00000892_person353_virus_728.png b/MendeleyCXR/labels/Darwin_00000892_person353_virus_728.png new file mode 100644 index 0000000000000000000000000000000000000000..abf8e96e993258f2855c3e9b907675f75e4b6825 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000892_person353_virus_728.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73d7a96f19a807b016f47d1a9356313de70249072101bcaa622d2572eb7e1a96 +size 1288 diff --git a/MendeleyCXR/labels/Darwin_00000893_person354_virus_729.png b/MendeleyCXR/labels/Darwin_00000893_person354_virus_729.png new file mode 100644 index 0000000000000000000000000000000000000000..e7b8ca0c62a00938fb2a334490da68f630ac077a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000893_person354_virus_729.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bde8a646baa3d99d76e12797d2da70ea6bd462b36c872e1b58d9313a9627bfee +size 1361 diff --git a/MendeleyCXR/labels/Darwin_00000896_person356_virus_733.png b/MendeleyCXR/labels/Darwin_00000896_person356_virus_733.png new file mode 100644 index 0000000000000000000000000000000000000000..6f35a3d582f799f8e5ba90566855232f6824f4c9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000896_person356_virus_733.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8a58891f0e58ab091b65f20efbe9321842ebbcc1b4d410b20a48f2081a23493 +size 1276 diff --git a/MendeleyCXR/labels/Darwin_00000897_person357_virus_734.png b/MendeleyCXR/labels/Darwin_00000897_person357_virus_734.png new file mode 100644 index 0000000000000000000000000000000000000000..d16b209336a83aade87a6e485fe934ae7038444a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000897_person357_virus_734.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65f3dd13df67631e4ec8d901c29966314c99540a4addd456c96d6717d24ceddb +size 1265 diff --git a/MendeleyCXR/labels/Darwin_00000899_person357_virus_736.png b/MendeleyCXR/labels/Darwin_00000899_person357_virus_736.png new file mode 100644 index 0000000000000000000000000000000000000000..a4f024fa68d792eeac3701a318a5688ce8789fa8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000899_person357_virus_736.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0bb8136cb21196aa97624d9400267ed144005296419fcd3caa277604e853acb +size 1376 diff --git a/MendeleyCXR/labels/Darwin_00000900_person358_virus_737.png b/MendeleyCXR/labels/Darwin_00000900_person358_virus_737.png new file mode 100644 index 0000000000000000000000000000000000000000..843d1bec2121836333c1ebcc5922f33a74536be8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000900_person358_virus_737.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9baaa6b13798ffdf511e024fcf59795641058f0b582034dbc44b4ad09ac7c725 +size 1367 diff --git a/MendeleyCXR/labels/Darwin_00000901_person359_virus_738.png b/MendeleyCXR/labels/Darwin_00000901_person359_virus_738.png new file mode 100644 index 0000000000000000000000000000000000000000..144d03b0c36caee7222597ad12b52ad2ec93fc93 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000901_person359_virus_738.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74685b67bc8bc3223f496f0d2836a894f76708b6bdc75e9ef968103d53a0e019 +size 1281 diff --git a/MendeleyCXR/labels/Darwin_00000902_person360_virus_739.png b/MendeleyCXR/labels/Darwin_00000902_person360_virus_739.png new file mode 100644 index 0000000000000000000000000000000000000000..962fc0d0edf774facec184ecb18ab9d54a41bff0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000902_person360_virus_739.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67db97c3fcd4de446576fd22ee628d814e57ddb0d556508e49a956cc8a2a5151 +size 1314 diff --git a/MendeleyCXR/labels/Darwin_00000903_person361_virus_740.png b/MendeleyCXR/labels/Darwin_00000903_person361_virus_740.png new file mode 100644 index 0000000000000000000000000000000000000000..8e8949bc463090b42112315d229393a5b74c5188 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000903_person361_virus_740.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5c60211138f0b48fcd02e5d061f65a88c45767e2a8cde45cfadf7e81d7f7b82 +size 1294 diff --git a/MendeleyCXR/labels/Darwin_00000904_person362_virus_741.png b/MendeleyCXR/labels/Darwin_00000904_person362_virus_741.png new file mode 100644 index 0000000000000000000000000000000000000000..9f4e32b3e8b6bf38ee63b6c1b19be81c9da71074 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000904_person362_virus_741.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24341cb90b9bfe1bd8ed45034907b22192d02fc775562b29731bc846361b782c +size 1274 diff --git a/MendeleyCXR/labels/Darwin_00000905_person363_virus_742.png b/MendeleyCXR/labels/Darwin_00000905_person363_virus_742.png new file mode 100644 index 0000000000000000000000000000000000000000..17b0a4201fb1298e7e07308d1d0d8293bea7a9c2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000905_person363_virus_742.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90feb5b8af49c2b314265cb22d909fc09b246369070baf81e8ad99b2b30aea8e +size 1194 diff --git a/MendeleyCXR/labels/Darwin_00000906_person364_virus_743.png b/MendeleyCXR/labels/Darwin_00000906_person364_virus_743.png new file mode 100644 index 0000000000000000000000000000000000000000..c363fae3448cb82434aaca82d47220263d749d46 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000906_person364_virus_743.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bda8a649ac2e3a3fa8ba25f5af2ac0815650d98486003ec8a88feaff8c656972 +size 1344 diff --git a/MendeleyCXR/labels/Darwin_00000908_person366_virus_746.png b/MendeleyCXR/labels/Darwin_00000908_person366_virus_746.png new file mode 100644 index 0000000000000000000000000000000000000000..3ecfedcc90351d4d67d661cfe526a292fcab8be7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000908_person366_virus_746.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cedfb1e9ffbd215c741f415c436899e04351cb170aa0ba67c81f61f00c17078 +size 1292 diff --git a/MendeleyCXR/labels/Darwin_00000909_person367_virus_747.png b/MendeleyCXR/labels/Darwin_00000909_person367_virus_747.png new file mode 100644 index 0000000000000000000000000000000000000000..69dbc5ff1ef4da1520808fc00b903f281b766243 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000909_person367_virus_747.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3896f25bf355e7e1bd58ca2fd852a9ee357d76343b4cee51615518fb56cde07c +size 1416 diff --git a/MendeleyCXR/labels/Darwin_00000910_person368_virus_748.png b/MendeleyCXR/labels/Darwin_00000910_person368_virus_748.png new file mode 100644 index 0000000000000000000000000000000000000000..ad7c72304c7a42f5e55247cf0052365bdc84cdf9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000910_person368_virus_748.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b33ad510cff9e8dc8f405433ce408e8e9d69b538697627fe5fcc4209b70fa01a +size 1267 diff --git a/MendeleyCXR/labels/Darwin_00000911_person369_virus_750.png b/MendeleyCXR/labels/Darwin_00000911_person369_virus_750.png new file mode 100644 index 0000000000000000000000000000000000000000..231903f09fc159a196341f8f7d101d4c638a296a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000911_person369_virus_750.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6d2cc9267af3e1e9909cef30d9220b55ece28f023a4d2741cf81c11e09d1459 +size 1281 diff --git a/MendeleyCXR/labels/Darwin_00000912_person370_virus_752.png b/MendeleyCXR/labels/Darwin_00000912_person370_virus_752.png new file mode 100644 index 0000000000000000000000000000000000000000..fc8d0bd5bc2e802974e90bc76d04f759083dad83 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000912_person370_virus_752.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a26b74ba3afb067e4a75f79893e76f7a83d70d7acd941ddba40c70ece9bec02 +size 1268 diff --git a/MendeleyCXR/labels/Darwin_00000913_person370_virus_753.png b/MendeleyCXR/labels/Darwin_00000913_person370_virus_753.png new file mode 100644 index 0000000000000000000000000000000000000000..5cf708eff916e52ac6f305eb27c8c80ed4535538 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000913_person370_virus_753.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27918c9328e528b386bb9dc8ea1c99e1eb4995498bd52c45dc24111bf018baa3 +size 1254 diff --git a/MendeleyCXR/labels/Darwin_00000914_person371_virus_754.png b/MendeleyCXR/labels/Darwin_00000914_person371_virus_754.png new file mode 100644 index 0000000000000000000000000000000000000000..7b914aa8cf110ccecaf551793fef8b73cfa6d083 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000914_person371_virus_754.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d56e304a0bf21ce2848d1728122cc7c1568703928317ebd5246ef40cc034f9b +size 1357 diff --git a/MendeleyCXR/labels/Darwin_00000915_person372_virus_755.png b/MendeleyCXR/labels/Darwin_00000915_person372_virus_755.png new file mode 100644 index 0000000000000000000000000000000000000000..bfe3557b8f637043dbd757ee43998eefffdcee43 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000915_person372_virus_755.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fba3d7371515bce02185f12ffb471640919474e569e3891c7dcd5417d341aee +size 1233 diff --git a/MendeleyCXR/labels/Darwin_00000916_person373_virus_756.png b/MendeleyCXR/labels/Darwin_00000916_person373_virus_756.png new file mode 100644 index 0000000000000000000000000000000000000000..08dc83aef494e395da287b51124d037bfbc45f8d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000916_person373_virus_756.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8ddad59db68e9f0fac598611a7da356dfb9c5939dd220720fed1dbda999fd66 +size 1284 diff --git a/MendeleyCXR/labels/Darwin_00000917_person374_virus_757.png b/MendeleyCXR/labels/Darwin_00000917_person374_virus_757.png new file mode 100644 index 0000000000000000000000000000000000000000..d8086d5eb52c3c5051231666a3c81b2d865a4e5a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000917_person374_virus_757.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b12b14aa32644fc1337133adf027762ceab6128fd0592644f71aa7895f963da7 +size 1368 diff --git a/MendeleyCXR/labels/Darwin_00000918_person375_virus_758.png b/MendeleyCXR/labels/Darwin_00000918_person375_virus_758.png new file mode 100644 index 0000000000000000000000000000000000000000..01a017497e2d966f588dc6921538e6805bc4b6e2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000918_person375_virus_758.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef57faa30a31f4bdc5fa301db7d9279a815ba828e4f335ab154c574535583286 +size 1282 diff --git a/MendeleyCXR/labels/Darwin_00000919_person376_virus_759.png b/MendeleyCXR/labels/Darwin_00000919_person376_virus_759.png new file mode 100644 index 0000000000000000000000000000000000000000..dface34ca8e5ea4350553c0207bf35a462179d8d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000919_person376_virus_759.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7f0d7cd0ebd735450cd31cae89d8ef2d4dd32185351ebb21bb2d51f29cdc84e +size 1245 diff --git a/MendeleyCXR/labels/Darwin_00000920_person377_virus_760.png b/MendeleyCXR/labels/Darwin_00000920_person377_virus_760.png new file mode 100644 index 0000000000000000000000000000000000000000..2ee3916f4ee717f13b565a65e8e8c137170e2631 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000920_person377_virus_760.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f8896725269ba02d809adb2462ca60cb8eb4cf727b3cd6d89f5f71b1c94b8f7 +size 1235 diff --git a/MendeleyCXR/labels/Darwin_00000921_person378_virus_761.png b/MendeleyCXR/labels/Darwin_00000921_person378_virus_761.png new file mode 100644 index 0000000000000000000000000000000000000000..e0dcf0928ac9005207a1332feda005e3f3f5d1a5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000921_person378_virus_761.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:095680b7def6da4bb0b4991604600a0e2ea693fcfb38d48f16eb7d5c1503d569 +size 1247 diff --git a/MendeleyCXR/labels/Darwin_00000922_person379_virus_762.png b/MendeleyCXR/labels/Darwin_00000922_person379_virus_762.png new file mode 100644 index 0000000000000000000000000000000000000000..5a54e1139926308de9834add0b3b86daf6420f09 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000922_person379_virus_762.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8f1df2e4d2e8ad68c974a9fa7ad7899d2b6e318d76e36e21fc4d55f41c88760 +size 1253 diff --git a/MendeleyCXR/labels/Darwin_00000923_person380_virus_763.png b/MendeleyCXR/labels/Darwin_00000923_person380_virus_763.png new file mode 100644 index 0000000000000000000000000000000000000000..105e06e1e76245b3b1a03b36675f342edbebd16f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000923_person380_virus_763.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6efcdc826bd24f022a47b2659a67e9e70bfc4068bb7e6fc3470ff0df8557436 +size 1410 diff --git a/MendeleyCXR/labels/Darwin_00000924_person383_virus_767.png b/MendeleyCXR/labels/Darwin_00000924_person383_virus_767.png new file mode 100644 index 0000000000000000000000000000000000000000..3dd762209e0d2c482317cd9fc3e9b42e50e64862 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000924_person383_virus_767.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74448e15f56eb95ab52f57485b1161961e85ae231d74d4013e99c325b3fcfb6a +size 1323 diff --git a/MendeleyCXR/labels/Darwin_00000925_person384_virus_769.png b/MendeleyCXR/labels/Darwin_00000925_person384_virus_769.png new file mode 100644 index 0000000000000000000000000000000000000000..1bd4eead5d35f624cbea8164a837b218088f9c15 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000925_person384_virus_769.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de06ddc017a26af08bcc5c9fd0abda4408ba2089fca414033b283fedb35d2adc +size 1270 diff --git a/MendeleyCXR/labels/Darwin_00000926_person385_virus_770.png b/MendeleyCXR/labels/Darwin_00000926_person385_virus_770.png new file mode 100644 index 0000000000000000000000000000000000000000..34cdc31383a4027f45b844053bb01d24d10a8c04 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000926_person385_virus_770.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0906f32a87694e0729d2d502e5117bda598439fa79905267673a82bbeb2a5997 +size 1213 diff --git a/MendeleyCXR/labels/Darwin_00000927_person386_virus_771.png b/MendeleyCXR/labels/Darwin_00000927_person386_virus_771.png new file mode 100644 index 0000000000000000000000000000000000000000..ad9f9f513c9c711ae92d76bee13af5c057f3d03a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000927_person386_virus_771.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4127c3487b93522525609ec43b375f57db71df0588a5f78ed3766e97621350ac +size 1261 diff --git a/MendeleyCXR/labels/Darwin_00000928_person387_virus_772.png b/MendeleyCXR/labels/Darwin_00000928_person387_virus_772.png new file mode 100644 index 0000000000000000000000000000000000000000..df1bc989a2f4b6235ee75c4a132bd026b38df382 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000928_person387_virus_772.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44a53d760a621eca44329bc312a2a0b7ddb1cdea9e9bb4c3dd42f915a201de30 +size 1249 diff --git a/MendeleyCXR/labels/Darwin_00000930_person388_virus_777.png b/MendeleyCXR/labels/Darwin_00000930_person388_virus_777.png new file mode 100644 index 0000000000000000000000000000000000000000..20b5e136b2afa8e38f3049c816661b8d0ca98dcb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000930_person388_virus_777.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f8f1b7d2ee6a818ae2dc7b228d152ea757832b7c302ca69cc1aa70dc191d184 +size 1240 diff --git a/MendeleyCXR/labels/Darwin_00000931_person389_virus_778.png b/MendeleyCXR/labels/Darwin_00000931_person389_virus_778.png new file mode 100644 index 0000000000000000000000000000000000000000..7ccdab4260938c85c00df550aa0c2e5cb21553ea --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000931_person389_virus_778.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:000c15e6eb21c2396817115a173259c3268e0103577e2572487c7b893fa9934a +size 1361 diff --git a/MendeleyCXR/labels/Darwin_00000932_person391_virus_781.png b/MendeleyCXR/labels/Darwin_00000932_person391_virus_781.png new file mode 100644 index 0000000000000000000000000000000000000000..020e3c8ddac1a8fd6b5b0e5cf22329518688bd95 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000932_person391_virus_781.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:305fd50dcbd2dac7ec6e212d3e85df8a99d1b1781eec4341cabe6ddf738be88b +size 1260 diff --git a/MendeleyCXR/labels/Darwin_00000933_person392_virus_782.png b/MendeleyCXR/labels/Darwin_00000933_person392_virus_782.png new file mode 100644 index 0000000000000000000000000000000000000000..5f243b4957f76034508e5bb142320038b5d18f3c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000933_person392_virus_782.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6035d42e9fd3d7e55100fc820d5fe9ffdd3baf46cbc75fc9e392b388f3f5ba23 +size 1244 diff --git a/MendeleyCXR/labels/Darwin_00000934_person393_virus_784.png b/MendeleyCXR/labels/Darwin_00000934_person393_virus_784.png new file mode 100644 index 0000000000000000000000000000000000000000..36b73c73e85dffac8f76ee1daf03a685d5a26914 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000934_person393_virus_784.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d8bf95c480affad6f76a8a251cd7d60a6accf1e42e9b3098ac367cb1ec491b1 +size 1299 diff --git a/MendeleyCXR/labels/Darwin_00000936_person277_virus_571.png b/MendeleyCXR/labels/Darwin_00000936_person277_virus_571.png new file mode 100644 index 0000000000000000000000000000000000000000..35e68a0a56bd2a13249fea88ca492f0b44b4e4c1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000936_person277_virus_571.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14d5be3ef3dd3885776db911d11defce8f9c58f5d2519046b2b8c250dc60b527 +size 1185 diff --git a/MendeleyCXR/labels/Darwin_00000937_person278_virus_572.png b/MendeleyCXR/labels/Darwin_00000937_person278_virus_572.png new file mode 100644 index 0000000000000000000000000000000000000000..f0c4aa4a963e3046c5c9d997444360c0df0a9a87 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000937_person278_virus_572.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57c3554433881460fbb603a15d12af4e6314b04085eec33a63eeb4addcad707c +size 1200 diff --git a/MendeleyCXR/labels/Darwin_00000938_person278_virus_573.png b/MendeleyCXR/labels/Darwin_00000938_person278_virus_573.png new file mode 100644 index 0000000000000000000000000000000000000000..92c9d305b8eb6fb415b290920e067d3607dde586 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000938_person278_virus_573.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e309671b46d987dbed317167ee5ad5436293739cae8cd80ca205b68cba640d16 +size 1299 diff --git a/MendeleyCXR/labels/Darwin_00000939_person278_virus_574.png b/MendeleyCXR/labels/Darwin_00000939_person278_virus_574.png new file mode 100644 index 0000000000000000000000000000000000000000..33e181074fa149c92300dcff64c67c91e90a17a9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000939_person278_virus_574.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2af5964615f524c3aa749355f09b59bd9039fef3e52725b00d6127e0ad484035 +size 1366 diff --git a/MendeleyCXR/labels/Darwin_00000940_person278_virus_575.png b/MendeleyCXR/labels/Darwin_00000940_person278_virus_575.png new file mode 100644 index 0000000000000000000000000000000000000000..09a88ab1617254c8855de50a9dbd65a59a99e865 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000940_person278_virus_575.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca6a2626cfac22061a852dc4fff748943b5bf047dcf4d9c35a053421e884e30a +size 1320 diff --git a/MendeleyCXR/labels/Darwin_00000941_person279_virus_576.png b/MendeleyCXR/labels/Darwin_00000941_person279_virus_576.png new file mode 100644 index 0000000000000000000000000000000000000000..a0bcea5bebac4ca745fbf81f9047a5345bfafec8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000941_person279_virus_576.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df8001f71ae5d6909f42751257d1a70b82d079ba5afe2a63610b133019b58f72 +size 1305 diff --git a/MendeleyCXR/labels/Darwin_00000942_person280_virus_577.png b/MendeleyCXR/labels/Darwin_00000942_person280_virus_577.png new file mode 100644 index 0000000000000000000000000000000000000000..c6eefd87ac3f2a88232a4976774d1fed5045b459 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000942_person280_virus_577.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc4e5cd2dd4ebc80c37f26f22e13925a1e2b6a206b9b368f2d66597d9a97db6a +size 1394 diff --git a/MendeleyCXR/labels/Darwin_00000945_person284_virus_582.png b/MendeleyCXR/labels/Darwin_00000945_person284_virus_582.png new file mode 100644 index 0000000000000000000000000000000000000000..3cbb986ecf35d630d3371ab33bf0b833cc923685 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000945_person284_virus_582.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:109e16d69278cfde3e1c50395558530d3a41ea13609990c1830d68b691b07b18 +size 1351 diff --git a/MendeleyCXR/labels/Darwin_00000946_person286_virus_585.png b/MendeleyCXR/labels/Darwin_00000946_person286_virus_585.png new file mode 100644 index 0000000000000000000000000000000000000000..548060d400b83eef5084c552deb2bafc02593ac9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000946_person286_virus_585.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b9300ece650c8f071324e1c035eb7282760ee4da0f948f614064bcf57bf1621 +size 1384 diff --git a/MendeleyCXR/labels/Darwin_00000947_person287_virus_586.png b/MendeleyCXR/labels/Darwin_00000947_person287_virus_586.png new file mode 100644 index 0000000000000000000000000000000000000000..95823ebd90bf9fd874d20af4604b2f2daf341d4c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000947_person287_virus_586.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91783142a25bf5432c330af915df5371ffdca4616751fdef7fdb31e58b7966ac +size 1358 diff --git a/MendeleyCXR/labels/Darwin_00000948_person288_virus_587.png b/MendeleyCXR/labels/Darwin_00000948_person288_virus_587.png new file mode 100644 index 0000000000000000000000000000000000000000..068550ac0618b7426c4124830d8c65e06733f8a1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000948_person288_virus_587.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a573c137a526b9576f6bdf4b60f3d06b2addf3329a66e744f223d8a835357601 +size 1278 diff --git a/MendeleyCXR/labels/Darwin_00000949_person289_virus_593.png b/MendeleyCXR/labels/Darwin_00000949_person289_virus_593.png new file mode 100644 index 0000000000000000000000000000000000000000..1c343dddae102b9868420d8d98957ecc821287df --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000949_person289_virus_593.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aa9f24bd25953f5cbc830b5e9e2b15d369790289f5e87cb4ba6028e40bc8a00 +size 1347 diff --git a/MendeleyCXR/labels/Darwin_00000950_person290_virus_594.png b/MendeleyCXR/labels/Darwin_00000950_person290_virus_594.png new file mode 100644 index 0000000000000000000000000000000000000000..7b188ec51cf395a628f3b42b5d5319c2b2f88ae3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000950_person290_virus_594.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6149b1f8460e933705e2c1806cdb88074f862d8fb2ad2ddd3f55f779b5f58016 +size 1275 diff --git a/MendeleyCXR/labels/Darwin_00000952_person292_virus_597.png b/MendeleyCXR/labels/Darwin_00000952_person292_virus_597.png new file mode 100644 index 0000000000000000000000000000000000000000..894203697e10904ea4d030d4b5a583b317e283d3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000952_person292_virus_597.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:109e74b3454b4f321591ed078dd142f68194c5822ff89df39b10f406adb8bd35 +size 1375 diff --git a/MendeleyCXR/labels/Darwin_00000953_person292_virus_598.png b/MendeleyCXR/labels/Darwin_00000953_person292_virus_598.png new file mode 100644 index 0000000000000000000000000000000000000000..59da37dcee0d9736db08e3289cd776c9857ad0cf --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000953_person292_virus_598.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4563031b0d0059166779b8dba6b76abed0af0670d1bc6586299a38050de3ef30 +size 1370 diff --git a/MendeleyCXR/labels/Darwin_00000954_person292_virus_599.png b/MendeleyCXR/labels/Darwin_00000954_person292_virus_599.png new file mode 100644 index 0000000000000000000000000000000000000000..4b41e375ff06c0358e202de287dddb77765bd628 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000954_person292_virus_599.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eced8f43d1cf1331f46e0ba42aa89683e721002f01a59cb2f6d26f3fa2ca7491 +size 1372 diff --git a/MendeleyCXR/labels/Darwin_00000955_person292_virus_600.png b/MendeleyCXR/labels/Darwin_00000955_person292_virus_600.png new file mode 100644 index 0000000000000000000000000000000000000000..dc2c3cba1c47dde825435519e6d29455e0945c03 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000955_person292_virus_600.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74f19623ae51d07bbb5a27657f7844977f047ffd27982569c5d48ceaa6b1c9a8 +size 1440 diff --git a/MendeleyCXR/labels/Darwin_00000956_person292_virus_602.png b/MendeleyCXR/labels/Darwin_00000956_person292_virus_602.png new file mode 100644 index 0000000000000000000000000000000000000000..ab2182e8ec389c28a7c4ee305ac7ffad4cd70ca8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000956_person292_virus_602.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8303ddc5b3eba18e2be4dd73dcced152295130c937ecf4583650fb550e945313 +size 1300 diff --git a/MendeleyCXR/labels/Darwin_00000958_person293_virus_605.png b/MendeleyCXR/labels/Darwin_00000958_person293_virus_605.png new file mode 100644 index 0000000000000000000000000000000000000000..b8cfa0a3a9096979208d1befefd4b48e59341d26 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000958_person293_virus_605.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:636dd555cb18d67925967ece53a4a9ddca0eb004f53f67c891d994fe7fcde1b8 +size 1272 diff --git a/MendeleyCXR/labels/Darwin_00000959_person294_virus_606.png b/MendeleyCXR/labels/Darwin_00000959_person294_virus_606.png new file mode 100644 index 0000000000000000000000000000000000000000..9b4235650a01947961ce64b1aac04814cc2f589b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000959_person294_virus_606.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a241a14f226986d9c55c8e6965fb030b9e77fd077b6d57781daf2216eebbf28 +size 1325 diff --git a/MendeleyCXR/labels/Darwin_00000960_person294_virus_610.png b/MendeleyCXR/labels/Darwin_00000960_person294_virus_610.png new file mode 100644 index 0000000000000000000000000000000000000000..25b9bc1cc8a2f16e3631d6dc9f8d595d353840e2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000960_person294_virus_610.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d4ae6663763cd26b0efc09ac05475b7b80e4a7a826c6cb4c54ad14e4ec7e6df +size 1358 diff --git a/MendeleyCXR/labels/Darwin_00000961_person294_virus_611.png b/MendeleyCXR/labels/Darwin_00000961_person294_virus_611.png new file mode 100644 index 0000000000000000000000000000000000000000..e78b69e5582b87a9c50007010d3056e935fcf7d0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000961_person294_virus_611.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:310e69895a3f9511d56334a20ab592b76819acaaea673d0686e3586c0f406fdf +size 1248 diff --git a/MendeleyCXR/labels/Darwin_00000962_person295_virus_612.png b/MendeleyCXR/labels/Darwin_00000962_person295_virus_612.png new file mode 100644 index 0000000000000000000000000000000000000000..450af448c1d21bf2b8e71008b5ed8adb243506b9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000962_person295_virus_612.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c33fcc1d67c28a00412040503767bf412e1975b21e924a8213105600c3de185 +size 1429 diff --git a/MendeleyCXR/labels/Darwin_00000964_person297_virus_614.png b/MendeleyCXR/labels/Darwin_00000964_person297_virus_614.png new file mode 100644 index 0000000000000000000000000000000000000000..f3ff9fcbfc89339b85759a46f76ab84f3f4923e2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000964_person297_virus_614.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e069ec02e81ed0e52b74b02c96aa1daf60e48624c78bb0fbe8f8b2150b95675 +size 1342 diff --git a/MendeleyCXR/labels/Darwin_00000965_person298_virus_617.png b/MendeleyCXR/labels/Darwin_00000965_person298_virus_617.png new file mode 100644 index 0000000000000000000000000000000000000000..b4462e99dd53419cbfa392fef64ce5f093a1a787 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000965_person298_virus_617.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf0fba18157368c2f837d7b257825c76b1cfeb4a80c05c2f28799d892e735ece +size 1311 diff --git a/MendeleyCXR/labels/Darwin_00000966_person298_virus_618.png b/MendeleyCXR/labels/Darwin_00000966_person298_virus_618.png new file mode 100644 index 0000000000000000000000000000000000000000..7f83a71d2b31f3fd02071de38eb04b0281988716 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000966_person298_virus_618.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b933df05258b7084858b6b9bd7062ca2d32d1068b27c218eea7b9e0e03378987 +size 1307 diff --git a/MendeleyCXR/labels/Darwin_00000967_person299_virus_620.png b/MendeleyCXR/labels/Darwin_00000967_person299_virus_620.png new file mode 100644 index 0000000000000000000000000000000000000000..1c811ec4dc7b88c3c0a7b374d4c1ecdf7f094e59 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000967_person299_virus_620.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f8e9ad00c60d051903ff5e60512735e7d492fd94e092a67b22c31071f29150e +size 1403 diff --git a/MendeleyCXR/labels/Darwin_00000968_person300_virus_621.png b/MendeleyCXR/labels/Darwin_00000968_person300_virus_621.png new file mode 100644 index 0000000000000000000000000000000000000000..52601e8b352a050f0372683f5d8ebaa801d40850 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000968_person300_virus_621.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b9ae3f70c705e9286619afab93ed9f624ccf8c7480016a379fb7e0e5026d360 +size 1165 diff --git a/MendeleyCXR/labels/Darwin_00000969_person301_virus_622.png b/MendeleyCXR/labels/Darwin_00000969_person301_virus_622.png new file mode 100644 index 0000000000000000000000000000000000000000..f987f37a3179bb7e7d612db252fba82cb322a4af --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000969_person301_virus_622.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23a47ee42678e254824eb0330d2c1a0782eff29b965b7e68743fa3f2871af896 +size 1282 diff --git a/MendeleyCXR/labels/Darwin_00000970_person302_virus_623.png b/MendeleyCXR/labels/Darwin_00000970_person302_virus_623.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e270a0041c072e8d6baaf23069a0f38aa6599c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000970_person302_virus_623.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23410aada8afd41bf06f37cc8d3ec33695ac321e21376235e2475ef69cfc7f6e +size 1408 diff --git a/MendeleyCXR/labels/Darwin_00000971_person303_virus_624.png b/MendeleyCXR/labels/Darwin_00000971_person303_virus_624.png new file mode 100644 index 0000000000000000000000000000000000000000..7d5eb284e0fe2536748b410a9abc6d229cdeb211 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000971_person303_virus_624.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6a1c1097871df4b9c989de93e834e65355d7f1f75ac8177ad913bc9ed6986b4 +size 1420 diff --git a/MendeleyCXR/labels/Darwin_00000972_person304_virus_625.png b/MendeleyCXR/labels/Darwin_00000972_person304_virus_625.png new file mode 100644 index 0000000000000000000000000000000000000000..0efe76a6c6d0ccc826d9062ef3385262ec167c8a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000972_person304_virus_625.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b6d2660e53340f29f169c852a32ecdee70b4d69a5c6521fc9277f24192752be +size 1223 diff --git a/MendeleyCXR/labels/Darwin_00000973_person305_virus_627.png b/MendeleyCXR/labels/Darwin_00000973_person305_virus_627.png new file mode 100644 index 0000000000000000000000000000000000000000..98a794c3a5a3751d3b1bb0487b501e1d8ec51da4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000973_person305_virus_627.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:373b22da7885e880cd5f4fbf5170d186bb7bb5edb8edcf24437d97cb6450ab65 +size 1374 diff --git a/MendeleyCXR/labels/Darwin_00000975_person307_virus_629.png b/MendeleyCXR/labels/Darwin_00000975_person307_virus_629.png new file mode 100644 index 0000000000000000000000000000000000000000..d847a4a125f80f26fb1bad84b22d44182193d0a4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000975_person307_virus_629.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:090dd0854938c71360f54651bd6e2f37dfdcdbc8d36128de368cbdb282cdb4ec +size 1299 diff --git a/MendeleyCXR/labels/Darwin_00000976_person308_virus_630.png b/MendeleyCXR/labels/Darwin_00000976_person308_virus_630.png new file mode 100644 index 0000000000000000000000000000000000000000..dcd8c74e1531373686fd7a95afe28a6baac299be --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000976_person308_virus_630.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44071a0c9099399db62c4f9bca7cbd30df22325f5a45d8a15d66c2f3609c2289 +size 1213 diff --git a/MendeleyCXR/labels/Darwin_00000978_person309_virus_632.png b/MendeleyCXR/labels/Darwin_00000978_person309_virus_632.png new file mode 100644 index 0000000000000000000000000000000000000000..d008b4555f8ff228ba74f930037eaf92bcf96fb6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000978_person309_virus_632.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b8bca603db72cf591023010ff462ea456139cec118951e5f7c217dcd1509471 +size 1219 diff --git a/MendeleyCXR/labels/Darwin_00000979_person310_virus_633.png b/MendeleyCXR/labels/Darwin_00000979_person310_virus_633.png new file mode 100644 index 0000000000000000000000000000000000000000..8b6785a01e7224bcdb7efe0cdf06c8ea80977061 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000979_person310_virus_633.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:231ee6e50e5faaaa2810b64801b82cacfd1a06b6f44bad4a3cf90243e1d294af +size 1367 diff --git a/MendeleyCXR/labels/Darwin_00000980_person311_virus_634.png b/MendeleyCXR/labels/Darwin_00000980_person311_virus_634.png new file mode 100644 index 0000000000000000000000000000000000000000..1ab939afd9ba0d77087579365f3b1f03cd1c9cbf --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000980_person311_virus_634.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e06e553d3cf4c235777d6cda16504616da665d9f5b04b6f145c961843868ebd2 +size 1247 diff --git a/MendeleyCXR/labels/Darwin_00000981_person312_virus_635.png b/MendeleyCXR/labels/Darwin_00000981_person312_virus_635.png new file mode 100644 index 0000000000000000000000000000000000000000..97ed68bcd9f4556885717939248476cd066b6f45 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000981_person312_virus_635.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c48fff032294f5045931c9ddcda90f4c1d6ab74138d4d42f3a1adec4e5c9723 +size 1269 diff --git a/MendeleyCXR/labels/Darwin_00000982_person313_virus_637.png b/MendeleyCXR/labels/Darwin_00000982_person313_virus_637.png new file mode 100644 index 0000000000000000000000000000000000000000..1214fc1f56f8c0061c2df29356236da7b17a952f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000982_person313_virus_637.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90899cac1dbfa7c95cad318de9a7a812504488ce33616daca7c9c9f264e8bce1 +size 1337 diff --git a/MendeleyCXR/labels/Darwin_00000983_person314_virus_639.png b/MendeleyCXR/labels/Darwin_00000983_person314_virus_639.png new file mode 100644 index 0000000000000000000000000000000000000000..7f6c7883c9f1905bfc91c18f1f3592d9b3a000cc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000983_person314_virus_639.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d62cc965cfc1860979986152be705125c753d2618b3edbe9da32ee4cbc088db2 +size 1415 diff --git a/MendeleyCXR/labels/Darwin_00000985_person317_virus_643.png b/MendeleyCXR/labels/Darwin_00000985_person317_virus_643.png new file mode 100644 index 0000000000000000000000000000000000000000..8b1237515efc981ee92baf23366d7bbf7c761fb4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000985_person317_virus_643.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bceeb5c4c9546f638fda6e5c40483c9515d473b9226ffade55baffb15f10d6a3 +size 1297 diff --git a/MendeleyCXR/labels/Darwin_00000986_person318_virus_644.png b/MendeleyCXR/labels/Darwin_00000986_person318_virus_644.png new file mode 100644 index 0000000000000000000000000000000000000000..ae2a563eae6162195c1a75a2672a467572768e33 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000986_person318_virus_644.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2ac82ba4ba905ccee09716d1f9a1819fcaf67d0dae11f727b3f71857d4e1ca7 +size 1206 diff --git a/MendeleyCXR/labels/Darwin_00000987_person319_virus_645.png b/MendeleyCXR/labels/Darwin_00000987_person319_virus_645.png new file mode 100644 index 0000000000000000000000000000000000000000..9c590b97e47eff977e069dcf52b009ae144f54cb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000987_person319_virus_645.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9947d1526164c9e653f4fb0b4ed1d60a86452f0608a6c12fd91e31310bf48a69 +size 1281 diff --git a/MendeleyCXR/labels/Darwin_00000988_person319_virus_646.png b/MendeleyCXR/labels/Darwin_00000988_person319_virus_646.png new file mode 100644 index 0000000000000000000000000000000000000000..2329ec695b5103ae1fd658343c388dd0c80537d1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000988_person319_virus_646.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a62a14910a92ef3d3e9435c84afc2e083f70ac7823083442f0a93125a866ef1b +size 1012 diff --git a/MendeleyCXR/labels/Darwin_00000990_person321_virus_648.png b/MendeleyCXR/labels/Darwin_00000990_person321_virus_648.png new file mode 100644 index 0000000000000000000000000000000000000000..52e99cf4eee954ae958df2e8da1ae5ef45f24698 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000990_person321_virus_648.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abb5a7c24a72333be64e62b7cdebcfe6eaa08efed400c0cb0a208d14615207ad +size 1282 diff --git a/MendeleyCXR/labels/Darwin_00000991_person322_virus_655.png b/MendeleyCXR/labels/Darwin_00000991_person322_virus_655.png new file mode 100644 index 0000000000000000000000000000000000000000..8446cc6453663c68924e5b63102fc58db073d890 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000991_person322_virus_655.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3d810a1b3cdc93c1cfde2242f575a4f79bb5c44a0163151ad81668806757890 +size 1380 diff --git a/MendeleyCXR/labels/Darwin_00000992_person323_virus_656.png b/MendeleyCXR/labels/Darwin_00000992_person323_virus_656.png new file mode 100644 index 0000000000000000000000000000000000000000..4a02c4af00a268a5e17393c3307f78c50bf809ac --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000992_person323_virus_656.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cd3d58955610be42054985703e206ed1b845b8296710d677da70c6ebc0bbb8e +size 1263 diff --git a/MendeleyCXR/labels/Darwin_00000993_person324_virus_658.png b/MendeleyCXR/labels/Darwin_00000993_person324_virus_658.png new file mode 100644 index 0000000000000000000000000000000000000000..78c374461736d447bbda01b2c26c91f09a3c4523 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000993_person324_virus_658.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96c94332e87562b3d313bfea4c5bdd4260e06b70037df257e8d9effb33b57284 +size 1411 diff --git a/MendeleyCXR/labels/Darwin_00000999_person326_virus_666.png b/MendeleyCXR/labels/Darwin_00000999_person326_virus_666.png new file mode 100644 index 0000000000000000000000000000000000000000..92d4405a3475e79bc4847dde46cb3a86b4cc30d0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00000999_person326_virus_666.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a41222502db85a3ff0aba6200005ff7441be2e35630644a50c8158fdb1a81414 +size 1346 diff --git a/MendeleyCXR/labels/Darwin_00001000_person326_virus_668.png b/MendeleyCXR/labels/Darwin_00001000_person326_virus_668.png new file mode 100644 index 0000000000000000000000000000000000000000..9325e4f7475bf654879f5522ea31ca12b4156f0a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001000_person326_virus_668.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:943bb3a1b2775780648ab6015213b9d8853933c79f7500b6ccfc26dd38f239ef +size 1316 diff --git a/MendeleyCXR/labels/Darwin_00001002_person326_virus_672.png b/MendeleyCXR/labels/Darwin_00001002_person326_virus_672.png new file mode 100644 index 0000000000000000000000000000000000000000..abd0ec9051663348915939b44ab97fddc1380e74 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001002_person326_virus_672.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:245f35f96fd2064613cfdd3041533b4e93b3623891e22add329260d382cd55ae +size 1352 diff --git a/MendeleyCXR/labels/Darwin_00001003_person326_virus_673.png b/MendeleyCXR/labels/Darwin_00001003_person326_virus_673.png new file mode 100644 index 0000000000000000000000000000000000000000..fc76d957ce65190d89ef5f033ec150d509bbefae --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001003_person326_virus_673.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3426c04e6beb36000c621b9fa279346e40327cf0a4c39ee2db93d58740dd4d61 +size 1426 diff --git a/MendeleyCXR/labels/Darwin_00001004_person326_virus_675.png b/MendeleyCXR/labels/Darwin_00001004_person326_virus_675.png new file mode 100644 index 0000000000000000000000000000000000000000..d6f816ff365e4d27d33ab359a87a0438e0aa9835 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001004_person326_virus_675.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26c6eba7441ec7249c137b6d703f0028c6852ccced80b24dcac6104905eeeccc +size 1295 diff --git a/MendeleyCXR/labels/Darwin_00001005_person326_virus_677.png b/MendeleyCXR/labels/Darwin_00001005_person326_virus_677.png new file mode 100644 index 0000000000000000000000000000000000000000..43fed1f7e8303c17c965864f3cba0c9c0238ff9d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001005_person326_virus_677.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d75dc8ecf17e6f3ee3cf5ea97183f764d0274ba54ecc35c1b4da5b8013525b05 +size 1374 diff --git a/MendeleyCXR/labels/Darwin_00001006_person255_virus_531.png b/MendeleyCXR/labels/Darwin_00001006_person255_virus_531.png new file mode 100644 index 0000000000000000000000000000000000000000..d5c5988bc870553db738d05a46a136d83ed3661b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001006_person255_virus_531.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:275e1f703042d0e11b1d77b50b82894da6c26fa512a12e7bb513b54bcc4993b1 +size 1267 diff --git a/MendeleyCXR/labels/Darwin_00001007_person256_virus_537.png b/MendeleyCXR/labels/Darwin_00001007_person256_virus_537.png new file mode 100644 index 0000000000000000000000000000000000000000..3474f86cad901b04755bde8ccb1c9905bc629e89 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001007_person256_virus_537.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f01a8cb11b970a089ee4012f7de86ea9c1d8834ba747090160b323fed129885 +size 1209 diff --git a/MendeleyCXR/labels/Darwin_00001008_person257_virus_538.png b/MendeleyCXR/labels/Darwin_00001008_person257_virus_538.png new file mode 100644 index 0000000000000000000000000000000000000000..31fd4f6e55f5fec01c16f4ba493f05a7cebff494 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001008_person257_virus_538.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1500970b7ec5c34926438b824a9f6628f080271d84cbf70b9af1ad9f33aaa0c +size 1453 diff --git a/MendeleyCXR/labels/Darwin_00001009_person258_virus_539.png b/MendeleyCXR/labels/Darwin_00001009_person258_virus_539.png new file mode 100644 index 0000000000000000000000000000000000000000..9f7c70d4908ee6e8a8cb2a32c294009bbd9a2b7c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001009_person258_virus_539.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd6d01faba3ccbdb7010bbd313883799f9f35fcf48d111541eb9121ff36f7c6c +size 1303 diff --git a/MendeleyCXR/labels/Darwin_00001010_person259_virus_540.png b/MendeleyCXR/labels/Darwin_00001010_person259_virus_540.png new file mode 100644 index 0000000000000000000000000000000000000000..a6681f9fd3926704248ee68c42767dff9de8c18e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001010_person259_virus_540.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e3e9435c86784438cda8d8482df558ec92d5232307be2c0348dc4084a1ff3ad +size 1315 diff --git a/MendeleyCXR/labels/Darwin_00001011_person260_virus_541.png b/MendeleyCXR/labels/Darwin_00001011_person260_virus_541.png new file mode 100644 index 0000000000000000000000000000000000000000..beea7d81b4d42646303beb7464692f2c0abf2243 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001011_person260_virus_541.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2544deace7ab60819bc1da21f8d6cced7031ef73624e44b0760e51d63ba3c733 +size 1446 diff --git a/MendeleyCXR/labels/Darwin_00001012_person261_virus_543.png b/MendeleyCXR/labels/Darwin_00001012_person261_virus_543.png new file mode 100644 index 0000000000000000000000000000000000000000..f659df4f47eeede36b9eb9ea54a04138175c6057 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001012_person261_virus_543.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a101a85bff115c91c97518a741bb03c792116b57b938311c0ce7c9402431bb59 +size 1281 diff --git a/MendeleyCXR/labels/Darwin_00001013_person262_virus_544.png b/MendeleyCXR/labels/Darwin_00001013_person262_virus_544.png new file mode 100644 index 0000000000000000000000000000000000000000..2a606d72ac9831c24cb8808c7f19c9bc69624367 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001013_person262_virus_544.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cb9b627e9cbce043d15e3760736f7bf81c610ed80e557f64d77fe4a54be024d +size 1490 diff --git a/MendeleyCXR/labels/Darwin_00001014_person262_virus_545.png b/MendeleyCXR/labels/Darwin_00001014_person262_virus_545.png new file mode 100644 index 0000000000000000000000000000000000000000..e781e8ab078d5c12c7af8e9691f2d8049f2e5124 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001014_person262_virus_545.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0be8a18eab0f6139994bc2509faaedc5ec51de89021ad37c1dde75fdc23b9925 +size 1343 diff --git a/MendeleyCXR/labels/Darwin_00001015_person263_virus_546.png b/MendeleyCXR/labels/Darwin_00001015_person263_virus_546.png new file mode 100644 index 0000000000000000000000000000000000000000..1beeb070d17200883fb9555955dff4770bcf4ff8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001015_person263_virus_546.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:984b7cfdc1ec6d33ba3b7b13c804da0b4e28a290cf6c973106ce37f568553083 +size 1292 diff --git a/MendeleyCXR/labels/Darwin_00001016_person264_virus_547.png b/MendeleyCXR/labels/Darwin_00001016_person264_virus_547.png new file mode 100644 index 0000000000000000000000000000000000000000..3288544c926e1bc3a96755dcb8e75ec0abb359a2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001016_person264_virus_547.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d78b96f28d84dad14b419568ccaf6c34988e99535f6a6cd95494498b930f2877 +size 1319 diff --git a/MendeleyCXR/labels/Darwin_00001017_person265_virus_548.png b/MendeleyCXR/labels/Darwin_00001017_person265_virus_548.png new file mode 100644 index 0000000000000000000000000000000000000000..d094d5686c907abb33fb63f1eb39356d6ec3682a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001017_person265_virus_548.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e87f9a7d85b2081172dd268aaf4670983c9e4df760f9699ee357ded5d110c5d +size 1424 diff --git a/MendeleyCXR/labels/Darwin_00001018_person266_virus_549.png b/MendeleyCXR/labels/Darwin_00001018_person266_virus_549.png new file mode 100644 index 0000000000000000000000000000000000000000..6df680a6a6c6842139b6bc100c8c692ec57ca5a9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001018_person266_virus_549.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:672d265bfc078e6de7461d3d6270ccd03884c30e892290b961c5b7f4c681d4b5 +size 1317 diff --git a/MendeleyCXR/labels/Darwin_00001019_person267_virus_552.png b/MendeleyCXR/labels/Darwin_00001019_person267_virus_552.png new file mode 100644 index 0000000000000000000000000000000000000000..637d297c56a75211068488ebe7a196cd74f1e4a7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001019_person267_virus_552.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:982ad7c3e6c351e7f5cd268296433480a3e574d9527c4cc58d3f6207ae8e0c47 +size 1267 diff --git a/MendeleyCXR/labels/Darwin_00001020_person268_virus_553.png b/MendeleyCXR/labels/Darwin_00001020_person268_virus_553.png new file mode 100644 index 0000000000000000000000000000000000000000..4f2087f26dbcd3502af5dde551dee21ec7bd37f3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001020_person268_virus_553.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:863f37f75c77a6edcac96a5aea44023a3b774f83315ab762a6d1dea2b49e6e51 +size 1394 diff --git a/MendeleyCXR/labels/Darwin_00001021_person269_virus_554.png b/MendeleyCXR/labels/Darwin_00001021_person269_virus_554.png new file mode 100644 index 0000000000000000000000000000000000000000..498f4d51f62b9b9418de2b6c033ab439e64818c0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001021_person269_virus_554.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b69b800def8d60860dcaf4bd487d374fae256d5c87249b015d69f90037843ae4 +size 1323 diff --git a/MendeleyCXR/labels/Darwin_00001022_person270_virus_555.png b/MendeleyCXR/labels/Darwin_00001022_person270_virus_555.png new file mode 100644 index 0000000000000000000000000000000000000000..8a5ed24ca39bcbf655af8e5602b40b634da4c8e7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001022_person270_virus_555.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f15880088e4fdb442c05df710cb44a252f30fa19cc7005ee89e9be46897ab746 +size 1315 diff --git a/MendeleyCXR/labels/Darwin_00001023_person271_virus_556.png b/MendeleyCXR/labels/Darwin_00001023_person271_virus_556.png new file mode 100644 index 0000000000000000000000000000000000000000..7277eb5b4abc99be9dfd3c9bbf1853bff97a7e4b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001023_person271_virus_556.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7d297c86eb97990ef51a224f29ba98cdd382d0a742a3a77f8dd6ca1bb31f27d +size 1419 diff --git a/MendeleyCXR/labels/Darwin_00001024_person272_virus_559.png b/MendeleyCXR/labels/Darwin_00001024_person272_virus_559.png new file mode 100644 index 0000000000000000000000000000000000000000..5f20f49287f8aeb2ab59507d34e91ffba1c4f907 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001024_person272_virus_559.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f91e8d97720ee243963d717e9ae8ab8d6740c26805e96acb0aefb911f266cdc +size 1287 diff --git a/MendeleyCXR/labels/Darwin_00001025_person273_virus_561.png b/MendeleyCXR/labels/Darwin_00001025_person273_virus_561.png new file mode 100644 index 0000000000000000000000000000000000000000..d10e280536fe543812a26d7177a4a6765ec75040 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001025_person273_virus_561.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fd90fa3a9c0834398989a6ce43af3200efdba16cfad3c387638db5b197aea5b +size 1321 diff --git a/MendeleyCXR/labels/Darwin_00001026_person273_virus_562.png b/MendeleyCXR/labels/Darwin_00001026_person273_virus_562.png new file mode 100644 index 0000000000000000000000000000000000000000..ba8d09fe06f0e864645770a4e87ddb2519ffd066 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001026_person273_virus_562.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12419aa2dcda11e50b9c8e4244ae4be3d901500575dcb5dcc8fee6a5f188dfb3 +size 1293 diff --git a/MendeleyCXR/labels/Darwin_00001028_person275_virus_565.png b/MendeleyCXR/labels/Darwin_00001028_person275_virus_565.png new file mode 100644 index 0000000000000000000000000000000000000000..bc9e528de4a1a09f58db051ca258b4a05c22f2c0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001028_person275_virus_565.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1f58443e29fa649ef33b1cd8d8c8cb3a9dd07004669c3121686a6ed6faa5082 +size 1370 diff --git a/MendeleyCXR/labels/Darwin_00001029_person160_virus_316.png b/MendeleyCXR/labels/Darwin_00001029_person160_virus_316.png new file mode 100644 index 0000000000000000000000000000000000000000..ce7d5b1445c980b9313e3b93bf5067fdfaae830e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001029_person160_virus_316.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b038481f173271f071533e07d10ab22414b9c1a015e7bed546bc0863b7a2d5f9 +size 1303 diff --git a/MendeleyCXR/labels/Darwin_00001030_person161_virus_317.png b/MendeleyCXR/labels/Darwin_00001030_person161_virus_317.png new file mode 100644 index 0000000000000000000000000000000000000000..5bf3a7cd5a74ba4ac7066431efb89658697b2cb0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001030_person161_virus_317.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30d0a28480add15735c1c1f30590640ad31d5309ed5af21467d9033f96744a67 +size 1289 diff --git a/MendeleyCXR/labels/Darwin_00001031_person162_virus_319.png b/MendeleyCXR/labels/Darwin_00001031_person162_virus_319.png new file mode 100644 index 0000000000000000000000000000000000000000..380f6e5dbdec91d7bed687a41118d626d137dff7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001031_person162_virus_319.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9b4bef63a97e223fb8ffb23b7302d1ed1147dcd82382ecbd4d76e9c4bb49e45 +size 1233 diff --git a/MendeleyCXR/labels/Darwin_00001032_person162_virus_320.png b/MendeleyCXR/labels/Darwin_00001032_person162_virus_320.png new file mode 100644 index 0000000000000000000000000000000000000000..257e85e780695f8490900e69c1432f2d4a058b97 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001032_person162_virus_320.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b203e7996d1c841036762745b1976c46910a328f42f3a39828ac1e9f7c5c5276 +size 1129 diff --git a/MendeleyCXR/labels/Darwin_00001033_person162_virus_321.png b/MendeleyCXR/labels/Darwin_00001033_person162_virus_321.png new file mode 100644 index 0000000000000000000000000000000000000000..f9a1354308622aea125b39b1cc8ed2328547e1a0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001033_person162_virus_321.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f03046f7c5d4f2a1da46d253a7a9f3ddc677e8b5f7b05baaac1a9ae03f9c3519 +size 1306 diff --git a/MendeleyCXR/labels/Darwin_00001035_person1600_virus_2777.png b/MendeleyCXR/labels/Darwin_00001035_person1600_virus_2777.png new file mode 100644 index 0000000000000000000000000000000000000000..abe316e8ad9d09142780bd473e725688da6bdf69 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001035_person1600_virus_2777.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61a5cca5e4d0d0d48577998bff4a80775efa976e59d5aab9990cad2a39dc1510 +size 1275 diff --git a/MendeleyCXR/labels/Darwin_00001036_person1602_virus_2780.png b/MendeleyCXR/labels/Darwin_00001036_person1602_virus_2780.png new file mode 100644 index 0000000000000000000000000000000000000000..42e9ccf209e3dc7d2b8c00072da17765c42ae2a9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001036_person1602_virus_2780.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:880af98dc60eaeaca2c786c2ba1b1d85c4ffd2c6dabc9ce0c4ab3ba073098417 +size 1171 diff --git a/MendeleyCXR/labels/Darwin_00001037_person1603_virus_2781.png b/MendeleyCXR/labels/Darwin_00001037_person1603_virus_2781.png new file mode 100644 index 0000000000000000000000000000000000000000..680acbccf3a55090b25b1511b05c524359177b56 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001037_person1603_virus_2781.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afb84482b1aec3d5c5d7b1d54a1defd9a0d3189d67dd11b3c4e455f66ce61e33 +size 1308 diff --git a/MendeleyCXR/labels/Darwin_00001038_person1604_virus_2782.png b/MendeleyCXR/labels/Darwin_00001038_person1604_virus_2782.png new file mode 100644 index 0000000000000000000000000000000000000000..d2caf4fc3c3ca67c002d77be9b07f297b25a3b47 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001038_person1604_virus_2782.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19dd8087dd296775f60d65da04187532a41faf5e98aa93cba9821e59bdbc5075 +size 1309 diff --git a/MendeleyCXR/labels/Darwin_00001039_person1607_virus_2785.png b/MendeleyCXR/labels/Darwin_00001039_person1607_virus_2785.png new file mode 100644 index 0000000000000000000000000000000000000000..4553b6ff1c6afd003b644669b8f94c23d8b8c81b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001039_person1607_virus_2785.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f93d1c7528ac80f1a2b95efcbac0ada09decca9d1af75c3a27ced62fd8a7f467 +size 1300 diff --git a/MendeleyCXR/labels/Darwin_00001040_person1609_virus_2790.png b/MendeleyCXR/labels/Darwin_00001040_person1609_virus_2790.png new file mode 100644 index 0000000000000000000000000000000000000000..79d4587bf7d745705efc12bb1aa116f4f2274c7b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001040_person1609_virus_2790.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51f06a990667a829f6c38df1d31bb67013615005870cc80047e64130a1434004 +size 1228 diff --git a/MendeleyCXR/labels/Darwin_00001041_person1609_virus_2791.png b/MendeleyCXR/labels/Darwin_00001041_person1609_virus_2791.png new file mode 100644 index 0000000000000000000000000000000000000000..f5f6b4069ed79deb7df2d683d4734370bb37b4f7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001041_person1609_virus_2791.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:472d6e6f7ac7a505546533b52f1affa74717c32bf1e1de28888f32bf12cdff7f +size 1263 diff --git a/MendeleyCXR/labels/Darwin_00001042_person151_virus_301.png b/MendeleyCXR/labels/Darwin_00001042_person151_virus_301.png new file mode 100644 index 0000000000000000000000000000000000000000..bf7e128f9e0e35bd12c3165deead46090c0c5d89 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001042_person151_virus_301.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd07645e2d0aba790639650a347fb406495a4ae6fd990c0b75e2dfa9e68a7da3 +size 1135 diff --git a/MendeleyCXR/labels/Darwin_00001043_person151_virus_302.png b/MendeleyCXR/labels/Darwin_00001043_person151_virus_302.png new file mode 100644 index 0000000000000000000000000000000000000000..d1991f933ceac258acc7183d00dcc0d2d4c9fabb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001043_person151_virus_302.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:391300d58c278a0484822368ce7767dcb256abc2cfe70a3cae794f9589e8a0e9 +size 1391 diff --git a/MendeleyCXR/labels/Darwin_00001044_person152_virus_303.png b/MendeleyCXR/labels/Darwin_00001044_person152_virus_303.png new file mode 100644 index 0000000000000000000000000000000000000000..d56a2791252770e30c4fa1da07cc43f980ed71a1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001044_person152_virus_303.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c7c76436cfa043de4bc32da401139b81d426a51d15a58a951b6609606571fab +size 1241 diff --git a/MendeleyCXR/labels/Darwin_00001045_person153_virus_304.png b/MendeleyCXR/labels/Darwin_00001045_person153_virus_304.png new file mode 100644 index 0000000000000000000000000000000000000000..2202963e0b4d7d9cfe1ed8923a5f934454433c8b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001045_person153_virus_304.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92d30ac8cac6547148516495829187ecf2620ccab98e414b74fa9ac8d365504f +size 1257 diff --git a/MendeleyCXR/labels/Darwin_00001046_person154_virus_305.png b/MendeleyCXR/labels/Darwin_00001046_person154_virus_305.png new file mode 100644 index 0000000000000000000000000000000000000000..67c6ac34ce68b9b81703f43e929376205022bbad --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001046_person154_virus_305.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c273782b1c0d59c1ab39c377c1a44120ff8ae94c6c8930eb18e8fdf9c21afa60 +size 1294 diff --git a/MendeleyCXR/labels/Darwin_00001047_person154_virus_306.png b/MendeleyCXR/labels/Darwin_00001047_person154_virus_306.png new file mode 100644 index 0000000000000000000000000000000000000000..0822cefaa50d957e67fb38cc0cf4f4100a558a98 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001047_person154_virus_306.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:182c37fdfeb608fd2f976f6465f471aacfa0ae69d2ef3fc824abd16e98be16f8 +size 1112 diff --git a/MendeleyCXR/labels/Darwin_00001048_person155_virus_307.png b/MendeleyCXR/labels/Darwin_00001048_person155_virus_307.png new file mode 100644 index 0000000000000000000000000000000000000000..4ac311052385e337e049916a171fc5c666354c8a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001048_person155_virus_307.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5535acf24f412630c5fcf58ad7e345dde9e85a2ceaf8fb4b3f6a839c25ee0f53 +size 1374 diff --git a/MendeleyCXR/labels/Darwin_00001049_person156_virus_308.png b/MendeleyCXR/labels/Darwin_00001049_person156_virus_308.png new file mode 100644 index 0000000000000000000000000000000000000000..b5185ca5f7188e6e8f209c928ecdd9a3cc8614fb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001049_person156_virus_308.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a6fa25ae89d2f99dbdd5b65efc600fed2790c9bb9231f027a753e407d9b93e4 +size 1376 diff --git a/MendeleyCXR/labels/Darwin_00001050_person157_virus_311.png b/MendeleyCXR/labels/Darwin_00001050_person157_virus_311.png new file mode 100644 index 0000000000000000000000000000000000000000..522f31d99180a6b3d9751359d80c996bbdbf9a9e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001050_person157_virus_311.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a6b0cec68312b88c98f42fed1e4c4ecbd587bfbc8f7b501ab06dd2f465ea8f3 +size 1249 diff --git a/MendeleyCXR/labels/Darwin_00001051_person158_virus_312.png b/MendeleyCXR/labels/Darwin_00001051_person158_virus_312.png new file mode 100644 index 0000000000000000000000000000000000000000..13f415e781faebfda1ac5fbd92607ec3a3d3e618 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001051_person158_virus_312.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79ce6c7d3f545f12dec8ca8b76923e3bc65e30eef97e116b9cd249b42817faa9 +size 1422 diff --git a/MendeleyCXR/labels/Darwin_00001052_person1516_virus_2643.png b/MendeleyCXR/labels/Darwin_00001052_person1516_virus_2643.png new file mode 100644 index 0000000000000000000000000000000000000000..410375d86d25863be477d7275775dd680d8a7cc7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001052_person1516_virus_2643.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3404eccaad4f84c40c09d98dac46c89aad6f141bb15dcc7877a748db944cabbb +size 1352 diff --git a/MendeleyCXR/labels/Darwin_00001053_person1517_virus_2644.png b/MendeleyCXR/labels/Darwin_00001053_person1517_virus_2644.png new file mode 100644 index 0000000000000000000000000000000000000000..87ff4751c0aade89aace107428416d811476093c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001053_person1517_virus_2644.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80d724c6cb2dc8e7f0607b502d1a17ea2bb61b3dc6f6218b9eab856e955726d3 +size 1348 diff --git a/MendeleyCXR/labels/Darwin_00001054_person1518_virus_2645.png b/MendeleyCXR/labels/Darwin_00001054_person1518_virus_2645.png new file mode 100644 index 0000000000000000000000000000000000000000..1637d3da675753fcec88545d0382e408015a95fd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001054_person1518_virus_2645.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79e0c5a92a162c9a2e2a5e97e75d7b9063b3ec9f748ef0188ff3a77d07c9e439 +size 1273 diff --git a/MendeleyCXR/labels/Darwin_00001055_person1519_virus_2646.png b/MendeleyCXR/labels/Darwin_00001055_person1519_virus_2646.png new file mode 100644 index 0000000000000000000000000000000000000000..4e956aa5f70df56956f31f199694620d9edbc3ea --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001055_person1519_virus_2646.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:959202bb0ac21de86f0065bdbaa41e0e81b114c079e8b098bc082cb067febfb6 +size 1257 diff --git a/MendeleyCXR/labels/Darwin_00001056_person1520_virus_2647.png b/MendeleyCXR/labels/Darwin_00001056_person1520_virus_2647.png new file mode 100644 index 0000000000000000000000000000000000000000..7181b1ad0aaecadd39ce654a1772eade80952ff3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001056_person1520_virus_2647.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f793992b6d6d87de9580720af6f29e1d0deb10c8262acca9430aa54e6325a05f +size 1301 diff --git a/MendeleyCXR/labels/Darwin_00001057_person1521_virus_2649.png b/MendeleyCXR/labels/Darwin_00001057_person1521_virus_2649.png new file mode 100644 index 0000000000000000000000000000000000000000..78a18e9ef80ba96bb51e78c537fd45a3756ff51f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001057_person1521_virus_2649.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:006cb6f239bcf4c5affc5cae39cc239d35c99a2b799429b37b815589ccf02923 +size 1233 diff --git a/MendeleyCXR/labels/Darwin_00001058_person1522_virus_2651.png b/MendeleyCXR/labels/Darwin_00001058_person1522_virus_2651.png new file mode 100644 index 0000000000000000000000000000000000000000..6a7b29cb08a9b03f75fd12a931b9a5dcf526b773 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001058_person1522_virus_2651.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89fc2935f9bd6c6da53121f275bd23b2664e565290af0ea3bee5e40df3d30300 +size 1328 diff --git a/MendeleyCXR/labels/Darwin_00001059_person1524_virus_2658.png b/MendeleyCXR/labels/Darwin_00001059_person1524_virus_2658.png new file mode 100644 index 0000000000000000000000000000000000000000..4e757caa03bd2f60119500ccf1bc75b2e3b17927 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001059_person1524_virus_2658.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7244f8285566dd248aac3d0dda96cdc0a14cb12c9b3528300366b6ae2430a9a +size 1164 diff --git a/MendeleyCXR/labels/Darwin_00001060_person1525_virus_2659.png b/MendeleyCXR/labels/Darwin_00001060_person1525_virus_2659.png new file mode 100644 index 0000000000000000000000000000000000000000..a1eafa849a5fbba4aab3553f068199a78b5b71a4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001060_person1525_virus_2659.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c30632f69b8a4ac14942be145403aaeeaf04a1547374643a4829dae4a689548b +size 1327 diff --git a/MendeleyCXR/labels/Darwin_00001061_person1526_virus_2660.png b/MendeleyCXR/labels/Darwin_00001061_person1526_virus_2660.png new file mode 100644 index 0000000000000000000000000000000000000000..7555bab52da9cd10715038870e55b14759ea7e66 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001061_person1526_virus_2660.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01d17e7593a0ef42ecc31080c467d62357977f944dabb6c65b18d91970b04b57 +size 1358 diff --git a/MendeleyCXR/labels/Darwin_00001062_person1527_virus_2661.png b/MendeleyCXR/labels/Darwin_00001062_person1527_virus_2661.png new file mode 100644 index 0000000000000000000000000000000000000000..dbfce55e1b5bf8c0f566b59642e7d2de62cbc2eb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001062_person1527_virus_2661.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e8b86a3aa5f1880fe54d5587b12ccaf1b9a030011900d012cc528f2fec33cf7 +size 1072 diff --git a/MendeleyCXR/labels/Darwin_00001063_person1528_virus_2662.png b/MendeleyCXR/labels/Darwin_00001063_person1528_virus_2662.png new file mode 100644 index 0000000000000000000000000000000000000000..54b7f0639f701b0b40bee5e6fbfc3989fb9e898e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001063_person1528_virus_2662.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13fc5c8dc58370518227a733c6ae4e6ea08cc409ad6022b17355b6d5c5f82f00 +size 1263 diff --git a/MendeleyCXR/labels/Darwin_00001064_person1529_virus_2663.png b/MendeleyCXR/labels/Darwin_00001064_person1529_virus_2663.png new file mode 100644 index 0000000000000000000000000000000000000000..9d5d5358a090485374908e85ecbad200d0e7c2eb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001064_person1529_virus_2663.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:159817114a5ccca2c8a6faddf93f15486e0825b02e7703775282750f9e14e4a3 +size 1329 diff --git a/MendeleyCXR/labels/Darwin_00001065_person1530_virus_2664.png b/MendeleyCXR/labels/Darwin_00001065_person1530_virus_2664.png new file mode 100644 index 0000000000000000000000000000000000000000..0d6f5cfd053fb6bb7cbfae411ec5e74e60473d61 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001065_person1530_virus_2664.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32ea4252489254cb7d565f1f0a3fef3ce5c4d8bf8f0a1c7e359bb0c066cb3cc9 +size 1327 diff --git a/MendeleyCXR/labels/Darwin_00001066_person1531_virus_2666.png b/MendeleyCXR/labels/Darwin_00001066_person1531_virus_2666.png new file mode 100644 index 0000000000000000000000000000000000000000..70b28e236305962edf29344e7959108df9ae8286 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001066_person1531_virus_2666.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f244e56a3fe8b92a8d2d963e42244a4cdea4ded86b345b8b750ee0258f9397a +size 1174 diff --git a/MendeleyCXR/labels/Darwin_00001067_person1532_virus_2667.png b/MendeleyCXR/labels/Darwin_00001067_person1532_virus_2667.png new file mode 100644 index 0000000000000000000000000000000000000000..d57732716ea405219b5796036a4584d989b8b01a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001067_person1532_virus_2667.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6af8d8c39984db1cb0c9ab9b76972ae3c8734027e774f337190a080bb4575ea9 +size 1241 diff --git a/MendeleyCXR/labels/Darwin_00001068_person1534_virus_2670.png b/MendeleyCXR/labels/Darwin_00001068_person1534_virus_2670.png new file mode 100644 index 0000000000000000000000000000000000000000..fc8a9739c3f94b5c33d245244890d22937b5e1ee --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001068_person1534_virus_2670.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecdf71b28cc0dd5dc58d2a085ff01f69b09d83284594292ea16595dbe2b7ef28 +size 1204 diff --git a/MendeleyCXR/labels/Darwin_00001069_person1535_virus_2672.png b/MendeleyCXR/labels/Darwin_00001069_person1535_virus_2672.png new file mode 100644 index 0000000000000000000000000000000000000000..a8b83afde850f15e98058b7daa2b4503dd7df0ff --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001069_person1535_virus_2672.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ee1aff5bf6f2949255afb0b1784b44f53f1b665ab214eb053eabbb9cc70e3b2 +size 1210 diff --git a/MendeleyCXR/labels/Darwin_00001071_person1537_virus_2674.png b/MendeleyCXR/labels/Darwin_00001071_person1537_virus_2674.png new file mode 100644 index 0000000000000000000000000000000000000000..11ff53d83ee77069606e6e91f59ea3464f906f99 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001071_person1537_virus_2674.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07ff0af45466bd05791487ec065fa54b08d332ac53714115e7860010fd15295b +size 1248 diff --git a/MendeleyCXR/labels/Darwin_00001072_person1539_virus_2678.png b/MendeleyCXR/labels/Darwin_00001072_person1539_virus_2678.png new file mode 100644 index 0000000000000000000000000000000000000000..c84a11be0e4f3e28df42ab3f3b2682c3e0cdb875 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001072_person1539_virus_2678.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50b8112a7ad24e8f60064256073bb90bb093f197cb5b95ad181a9c2ef3286125 +size 1321 diff --git a/MendeleyCXR/labels/Darwin_00001073_person1539_virus_2679.png b/MendeleyCXR/labels/Darwin_00001073_person1539_virus_2679.png new file mode 100644 index 0000000000000000000000000000000000000000..b716430829ef8d84635c02e745f90086e44d955d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001073_person1539_virus_2679.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dc5e709592ffffd00c72bfe4af81d014784a43fb73a92f5a83e6399da257bd2 +size 1274 diff --git a/MendeleyCXR/labels/Darwin_00001074_person1540_virus_2680.png b/MendeleyCXR/labels/Darwin_00001074_person1540_virus_2680.png new file mode 100644 index 0000000000000000000000000000000000000000..f0d2ed1affa759e0baf36a6a150b032ed5909ed7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001074_person1540_virus_2680.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01407b9e7e675868f4f1636888ec4cef6d4c5f2365514dec61ec95b86287e77f +size 1317 diff --git a/MendeleyCXR/labels/Darwin_00001075_person1541_virus_2681.png b/MendeleyCXR/labels/Darwin_00001075_person1541_virus_2681.png new file mode 100644 index 0000000000000000000000000000000000000000..18117fdb3643e20a6062e06ca4b05911944829ca --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001075_person1541_virus_2681.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f8ff599b1ad20b3cd6eb3aebaf98839968add1702c580adf9cfef824651ef38 +size 1375 diff --git a/MendeleyCXR/labels/Darwin_00001076_person1542_virus_2683.png b/MendeleyCXR/labels/Darwin_00001076_person1542_virus_2683.png new file mode 100644 index 0000000000000000000000000000000000000000..77528afff831d93268c331807f01a41450ecbcc9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001076_person1542_virus_2683.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc8c20f1f7102fb938bd8f144fe5502c53829abc52e1cbaec649a6926261e6f8 +size 1297 diff --git a/MendeleyCXR/labels/Darwin_00001077_person1543_virus_2684.png b/MendeleyCXR/labels/Darwin_00001077_person1543_virus_2684.png new file mode 100644 index 0000000000000000000000000000000000000000..054664fe815364c68340e7aedddc227b7b5dfb87 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001077_person1543_virus_2684.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ce5e4f27d64bc553f8e64f7ed9fdd981e7887b5a835125dc34c8f0b656e8941 +size 1223 diff --git a/MendeleyCXR/labels/Darwin_00001078_person1544_virus_2685.png b/MendeleyCXR/labels/Darwin_00001078_person1544_virus_2685.png new file mode 100644 index 0000000000000000000000000000000000000000..cf71e965558d89a43c9bb47522b242219ba554d9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001078_person1544_virus_2685.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36cf9224e2fb2d994ab31b952a08eea2364ff059d9b7ba38c1e8d19fa11d64df +size 1266 diff --git a/MendeleyCXR/labels/Darwin_00001080_person1547_virus_2688.png b/MendeleyCXR/labels/Darwin_00001080_person1547_virus_2688.png new file mode 100644 index 0000000000000000000000000000000000000000..1ab1f0d10d66ee900360188e0e7732a7da34e012 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001080_person1547_virus_2688.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2919ff6035db072ba21087569fbd74f3c1a2af2fc7e43194c4b970488ac05ce8 +size 1399 diff --git a/MendeleyCXR/labels/Darwin_00001081_person1548_virus_2689.png b/MendeleyCXR/labels/Darwin_00001081_person1548_virus_2689.png new file mode 100644 index 0000000000000000000000000000000000000000..760e295ac350407b45ff12bf7254476997e46f1a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001081_person1548_virus_2689.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f396c7788051afe1d478d3c11daef9a55666127e3cb703c8de87ff7fe0df4be6 +size 1125 diff --git a/MendeleyCXR/labels/Darwin_00001082_person1549_virus_2690.png b/MendeleyCXR/labels/Darwin_00001082_person1549_virus_2690.png new file mode 100644 index 0000000000000000000000000000000000000000..f47a74106f080693e4962f417f0ad4953305f60d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001082_person1549_virus_2690.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c52b22ebe38c7bd3ea66b33751c76df44a0fe1b7b257b322f11e5f38c56a6e43 +size 1294 diff --git a/MendeleyCXR/labels/Darwin_00001083_person1550_virus_2691.png b/MendeleyCXR/labels/Darwin_00001083_person1550_virus_2691.png new file mode 100644 index 0000000000000000000000000000000000000000..2f64a9a4173ec9e8d87b999b1e5b6ccd94c10b88 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001083_person1550_virus_2691.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a86dc855c266700f5eb27d60c9c614bc95b0eae244caa84ab0f77111ed2c9b0d +size 1308 diff --git a/MendeleyCXR/labels/Darwin_00001084_person1551_virus_2692.png b/MendeleyCXR/labels/Darwin_00001084_person1551_virus_2692.png new file mode 100644 index 0000000000000000000000000000000000000000..5d6be008ec0aeaa11827425fdc11af658f025cb6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001084_person1551_virus_2692.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e21ae7cf7a697ded55ecfae4e405db3f27dc001e72cb9264b11ddf29bd08d8b +size 1300 diff --git a/MendeleyCXR/labels/Darwin_00001085_person1554_virus_2696.png b/MendeleyCXR/labels/Darwin_00001085_person1554_virus_2696.png new file mode 100644 index 0000000000000000000000000000000000000000..b97c42416a1eb6c86381b3e4fa1e2bba5906f6b9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001085_person1554_virus_2696.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45ab3989f5816cd0c3164b0cf9af87102b5dabe6ae2075b4f11902e6111c0f0e +size 1334 diff --git a/MendeleyCXR/labels/Darwin_00001086_person1556_virus_2699.png b/MendeleyCXR/labels/Darwin_00001086_person1556_virus_2699.png new file mode 100644 index 0000000000000000000000000000000000000000..4b7f41132a6b3dc7c2bb375edf59d3611fc309e9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001086_person1556_virus_2699.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:226ef26c5e93be12a669ece57ca818b15fb2ab2b400829a8a4a910d5e8b245d3 +size 1232 diff --git a/MendeleyCXR/labels/Darwin_00001087_person1564_virus_2719.png b/MendeleyCXR/labels/Darwin_00001087_person1564_virus_2719.png new file mode 100644 index 0000000000000000000000000000000000000000..356d0dc2a7d81b074e1a2f5d338603a1600d7a4b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001087_person1564_virus_2719.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d167eeb8a16b243c501934ef2b8cdceaa94f8efd598cc7c22325e0274e21a76 +size 1326 diff --git a/MendeleyCXR/labels/Darwin_00001088_person1567_virus_2722.png b/MendeleyCXR/labels/Darwin_00001088_person1567_virus_2722.png new file mode 100644 index 0000000000000000000000000000000000000000..f23938f865bfb62d8356e9353bd3bace942a3cc1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001088_person1567_virus_2722.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1782b0d67de99ca0a0802becc7d791aee79cd7107ed7fbba80d9c2b5cb6ed01 +size 1275 diff --git a/MendeleyCXR/labels/Darwin_00001089_person1568_virus_2723.png b/MendeleyCXR/labels/Darwin_00001089_person1568_virus_2723.png new file mode 100644 index 0000000000000000000000000000000000000000..d451a20c4d3fd11365a7871d01df8727be24a1ac --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001089_person1568_virus_2723.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39e9d23f49cf807b92d52954035d9ac547961178f3c799006180b32584a18f0c +size 1341 diff --git a/MendeleyCXR/labels/Darwin_00001090_person1571_virus_2728.png b/MendeleyCXR/labels/Darwin_00001090_person1571_virus_2728.png new file mode 100644 index 0000000000000000000000000000000000000000..dfd08d6bf237976a6c0a3a7c4009b1a7d65bdc77 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001090_person1571_virus_2728.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b1917be3e1f4d69d36dd06fe52d56e5ab5e658cd0deaf63a5bfb6614b7846ca +size 1316 diff --git a/MendeleyCXR/labels/Darwin_00001092_person1577_virus_2735.png b/MendeleyCXR/labels/Darwin_00001092_person1577_virus_2735.png new file mode 100644 index 0000000000000000000000000000000000000000..3d3328804f58aa86a20762ecc4ca6609851b3886 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001092_person1577_virus_2735.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cf83e66157d3ac1b4eb9e9aa0cbd1fe96e050733bbc7f7e98c41a006d8bfbef +size 1301 diff --git a/MendeleyCXR/labels/Darwin_00001093_person1580_virus_2739.png b/MendeleyCXR/labels/Darwin_00001093_person1580_virus_2739.png new file mode 100644 index 0000000000000000000000000000000000000000..1dd1f30ba9106de05d45e548a0703260157d62d8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001093_person1580_virus_2739.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99b9723640e943b27ef836583a0a824a2c3842aa77e3313db795943455bc2ce6 +size 1420 diff --git a/MendeleyCXR/labels/Darwin_00001094_person1581_virus_2741.png b/MendeleyCXR/labels/Darwin_00001094_person1581_virus_2741.png new file mode 100644 index 0000000000000000000000000000000000000000..6cc54c834a674160e8f7f27d9042b5b70194f919 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001094_person1581_virus_2741.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e9ad8a32d855a1a5f93e7e8458d187c884ac9525b86529569a93e13d0fdfa99 +size 1275 diff --git a/MendeleyCXR/labels/Darwin_00001095_person1588_virus_2762.png b/MendeleyCXR/labels/Darwin_00001095_person1588_virus_2762.png new file mode 100644 index 0000000000000000000000000000000000000000..5d185813a4f1289f600e04079fe02f4399421613 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001095_person1588_virus_2762.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b321290d4987e19a4cdd27f9b32bec9d2474c955844260b1ef12bb057bfa3142 +size 1285 diff --git a/MendeleyCXR/labels/Darwin_00001096_person1589_virus_2763.png b/MendeleyCXR/labels/Darwin_00001096_person1589_virus_2763.png new file mode 100644 index 0000000000000000000000000000000000000000..e33a5e85cd2430b1be99be94958f91ece27308dd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001096_person1589_virus_2763.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78644f3389891b07de325980e8cd0fa12af371532ffe7680f29de1fc237434b0 +size 1325 diff --git a/MendeleyCXR/labels/Darwin_00001097_person1590_virus_2764.png b/MendeleyCXR/labels/Darwin_00001097_person1590_virus_2764.png new file mode 100644 index 0000000000000000000000000000000000000000..7ac2c2c6f34e6ec2a68145823f413db2496beb4c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001097_person1590_virus_2764.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:811042c791cea215242165d5f03b820c3596811819479c1ac65190bf29f4bf53 +size 1520 diff --git a/MendeleyCXR/labels/Darwin_00001098_person1591_virus_2765.png b/MendeleyCXR/labels/Darwin_00001098_person1591_virus_2765.png new file mode 100644 index 0000000000000000000000000000000000000000..46f8e6684c88367b7a21ef59ef55f4118da07d03 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001098_person1591_virus_2765.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf8ebfb392299508c08eca4cf1e0839d35139252e7a24fe9c599a57a8f911504 +size 1239 diff --git a/MendeleyCXR/labels/Darwin_00001099_person1592_virus_2766.png b/MendeleyCXR/labels/Darwin_00001099_person1592_virus_2766.png new file mode 100644 index 0000000000000000000000000000000000000000..4b638664e8972dd451ee491ce142520e2dba86e5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001099_person1592_virus_2766.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:742958c3cba5a83382b82daf3d2f502873adb775dd2710e0f88ab49b3eda78e1 +size 1340 diff --git a/MendeleyCXR/labels/Darwin_00001100_person1593_virus_2767.png b/MendeleyCXR/labels/Darwin_00001100_person1593_virus_2767.png new file mode 100644 index 0000000000000000000000000000000000000000..3b4db3febd9827d5f80c29dec0fa99cd75a18771 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001100_person1593_virus_2767.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaea50359e3563758eb1061c90ad1fcd2cdd4becfa23f2d7e9caeb6688a6cb6c +size 1269 diff --git a/MendeleyCXR/labels/Darwin_00001101_person1594_virus_2768.png b/MendeleyCXR/labels/Darwin_00001101_person1594_virus_2768.png new file mode 100644 index 0000000000000000000000000000000000000000..26b47ec9a0c9c67502d787b977fa68e317b100a5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001101_person1594_virus_2768.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26f42f850713486461a85e1e3bd93d68aed825e9217e8e242524ff9a8e11cf32 +size 1233 diff --git a/MendeleyCXR/labels/Darwin_00001102_person1595_virus_2771.png b/MendeleyCXR/labels/Darwin_00001102_person1595_virus_2771.png new file mode 100644 index 0000000000000000000000000000000000000000..720bdbf168803832a6d0527d1668f88860a6d9e7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001102_person1595_virus_2771.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43c5269e77db30551a53f1b34959d154b98bf90fabf3af93f1f32a85fe7d834b +size 1456 diff --git a/MendeleyCXR/labels/Darwin_00001103_person1599_virus_2775.png b/MendeleyCXR/labels/Darwin_00001103_person1599_virus_2775.png new file mode 100644 index 0000000000000000000000000000000000000000..3356a726c5ca567c492506cc3ba69efef45d9515 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001103_person1599_virus_2775.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81157b9701041a2960f776e612af659e3ad554559464cc5bef70d2458873932d +size 1304 diff --git a/MendeleyCXR/labels/Darwin_00001104_person1599_virus_2776.png b/MendeleyCXR/labels/Darwin_00001104_person1599_virus_2776.png new file mode 100644 index 0000000000000000000000000000000000000000..522ba02388f805432a3c6600721241e563ff9bbc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001104_person1599_virus_2776.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e33ed9e4d30e86819cc7245e1e2b06dc07b1ddb2dcb29faedef7f335548cfe07 +size 1381 diff --git a/MendeleyCXR/labels/Darwin_00001105_person145_virus_294.png b/MendeleyCXR/labels/Darwin_00001105_person145_virus_294.png new file mode 100644 index 0000000000000000000000000000000000000000..7389b104f4f78b4aeb06e44e6ac1fb6cdf2d6f48 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001105_person145_virus_294.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:556459aef5bed6abce81ccda65d5c2bf5dd9d59f765309d4248648915e3432c9 +size 1402 diff --git a/MendeleyCXR/labels/Darwin_00001106_person145_virus_295.png b/MendeleyCXR/labels/Darwin_00001106_person145_virus_295.png new file mode 100644 index 0000000000000000000000000000000000000000..dca4c790e8837d46dfc9d4dbee4b4f70d95dd7ef --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001106_person145_virus_295.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28d5a9a7b6777b4340fedfcff1da5fb86080e46e97844a17e7b7c9ad9395ef22 +size 1417 diff --git a/MendeleyCXR/labels/Darwin_00001107_person146_virus_296.png b/MendeleyCXR/labels/Darwin_00001107_person146_virus_296.png new file mode 100644 index 0000000000000000000000000000000000000000..17e1707f88c747761c2bec2718e4c2cff759da28 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001107_person146_virus_296.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe1df759c57def19aa43571a58c777cf9f0d9284eec7ac642ae3629d111d64e1 +size 1429 diff --git a/MendeleyCXR/labels/Darwin_00001108_person147_virus_297.png b/MendeleyCXR/labels/Darwin_00001108_person147_virus_297.png new file mode 100644 index 0000000000000000000000000000000000000000..aafad6a8be2fe2f69ac8f63081e890f6f347e3e0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001108_person147_virus_297.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fccd1e76b8e1a59c7c48d10e43ff6f275c8ac9d8932492ad2aea5d0ada5737f +size 1246 diff --git a/MendeleyCXR/labels/Darwin_00001109_person148_virus_298.png b/MendeleyCXR/labels/Darwin_00001109_person148_virus_298.png new file mode 100644 index 0000000000000000000000000000000000000000..b2285926a5edac2e31b6cd1fef1526fed2d6839b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001109_person148_virus_298.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4268b21140bc633178fe01b5ca15c26248c95362d906e6f9337f6ca39e4a56a +size 1363 diff --git a/MendeleyCXR/labels/Darwin_00001110_person149_virus_299.png b/MendeleyCXR/labels/Darwin_00001110_person149_virus_299.png new file mode 100644 index 0000000000000000000000000000000000000000..7213aa2defd5a26826ea13378aa52aca5cca9c18 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001110_person149_virus_299.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9821bca3064a49c1daae453ab4acfc022e0ead67070987f618cc8a330505ac8b +size 1321 diff --git a/MendeleyCXR/labels/Darwin_00001111_person1448_virus_2468.png b/MendeleyCXR/labels/Darwin_00001111_person1448_virus_2468.png new file mode 100644 index 0000000000000000000000000000000000000000..a7beaee4453f018eeb4a6c64f3db5363253ebfed --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001111_person1448_virus_2468.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d2f85ac5d97fde8fdbcbf165cb7b41d503e45bdb112170de8b041dce0825c14 +size 1283 diff --git a/MendeleyCXR/labels/Darwin_00001112_person1449_virus_2474.png b/MendeleyCXR/labels/Darwin_00001112_person1449_virus_2474.png new file mode 100644 index 0000000000000000000000000000000000000000..c9615efdbf0c2402e1d5c1a98af9f000377c6840 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001112_person1449_virus_2474.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4137d3f78dc4afa38b9dc1549354eafa654a70a05a4440cc3c9cd162bbc45884 +size 1360 diff --git a/MendeleyCXR/labels/Darwin_00001113_person1449_virus_2476.png b/MendeleyCXR/labels/Darwin_00001113_person1449_virus_2476.png new file mode 100644 index 0000000000000000000000000000000000000000..2076efe8248dbdc6e7ed116eedc3ff9f88f4ab60 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001113_person1449_virus_2476.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:453e30e1732e0910cf8e2b53016e98bff0ab3b2221496a4a799b0bbf6eb58dd7 +size 1321 diff --git a/MendeleyCXR/labels/Darwin_00001114_person1451_virus_2479.png b/MendeleyCXR/labels/Darwin_00001114_person1451_virus_2479.png new file mode 100644 index 0000000000000000000000000000000000000000..f7595a1757b70ba2d2e86c269391b129944b15c8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001114_person1451_virus_2479.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7cd36b41d36bd51c5f3babc4e7ab136b47186f8341a3f0499951e097f9b6f8d +size 1376 diff --git a/MendeleyCXR/labels/Darwin_00001115_person1451_virus_2480.png b/MendeleyCXR/labels/Darwin_00001115_person1451_virus_2480.png new file mode 100644 index 0000000000000000000000000000000000000000..3effb38f252e75757f4ed727f7c140c93f5666ad --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001115_person1451_virus_2480.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dac15f40f1827d9f71f9a040f905721f0015bfaa55c500a871bf74f2d530ac9 +size 1349 diff --git a/MendeleyCXR/labels/Darwin_00001116_person1451_virus_2482.png b/MendeleyCXR/labels/Darwin_00001116_person1451_virus_2482.png new file mode 100644 index 0000000000000000000000000000000000000000..4532d1ac0e9dbcc62ee2ac046c057c29db93cec3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001116_person1451_virus_2482.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd46e08f7207c4e7a6296ba92c018296e53d71b9b93bf9ebc33b046ddd145793 +size 1329 diff --git a/MendeleyCXR/labels/Darwin_00001117_person1452_virus_2484.png b/MendeleyCXR/labels/Darwin_00001117_person1452_virus_2484.png new file mode 100644 index 0000000000000000000000000000000000000000..627a571d5033344f1886f5279d5dee714b69211a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001117_person1452_virus_2484.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a613b041a05b76d0472e52a25affa4ca03ce553dfec80df73529518bdfc2fe3 +size 1238 diff --git a/MendeleyCXR/labels/Darwin_00001118_person1453_virus_2485.png b/MendeleyCXR/labels/Darwin_00001118_person1453_virus_2485.png new file mode 100644 index 0000000000000000000000000000000000000000..3a6c523772d42d3306a2b99fb5536702663383a7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001118_person1453_virus_2485.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bc0116a5ea871a8a562dc128ba3dad9987152d90b15d225b10453e89220682c +size 1356 diff --git a/MendeleyCXR/labels/Darwin_00001119_person1454_virus_2486.png b/MendeleyCXR/labels/Darwin_00001119_person1454_virus_2486.png new file mode 100644 index 0000000000000000000000000000000000000000..2d992a733b51796a99e9187596fca0f7e6f23f92 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001119_person1454_virus_2486.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b70064e6deabb040f243f418ba2807c04dfd3ada0670b01a9f7cc378bfaeb63d +size 1386 diff --git a/MendeleyCXR/labels/Darwin_00001120_person1455_virus_2487.png b/MendeleyCXR/labels/Darwin_00001120_person1455_virus_2487.png new file mode 100644 index 0000000000000000000000000000000000000000..1a57a452f7b042dc1653042c6ab381d0ce120aaa --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001120_person1455_virus_2487.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8db53096ea580f6aa8cd4bbfa771751e583c95f624c3d7c5814588009c9c782e +size 1310 diff --git a/MendeleyCXR/labels/Darwin_00001121_person1455_virus_2488.png b/MendeleyCXR/labels/Darwin_00001121_person1455_virus_2488.png new file mode 100644 index 0000000000000000000000000000000000000000..58637b1587ad162f0a518fd07c12e353be0aed20 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001121_person1455_virus_2488.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:231b232fdb941b72a907fb74e2d1328aefb3b45f6a4fea845f232906913a4604 +size 1228 diff --git a/MendeleyCXR/labels/Darwin_00001123_person1455_virus_2490.png b/MendeleyCXR/labels/Darwin_00001123_person1455_virus_2490.png new file mode 100644 index 0000000000000000000000000000000000000000..095adcb9985905bf84f62d2a5b0811d90c871250 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001123_person1455_virus_2490.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f2c8b58e8a02176cf8077a1d644b0b011309b6fb295de3f28014e9eb07ec662 +size 1062 diff --git a/MendeleyCXR/labels/Darwin_00001124_person1455_virus_2492.png b/MendeleyCXR/labels/Darwin_00001124_person1455_virus_2492.png new file mode 100644 index 0000000000000000000000000000000000000000..8e3ed9ba4b119dd249574224074073123ee13062 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001124_person1455_virus_2492.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cad22b5f473202928ba32dce774ba5a45d09f80e9bcb8ef35947a2877f81d9f4 +size 1351 diff --git a/MendeleyCXR/labels/Darwin_00001125_person1455_virus_2496.png b/MendeleyCXR/labels/Darwin_00001125_person1455_virus_2496.png new file mode 100644 index 0000000000000000000000000000000000000000..40578ddd3e7ca950c13105f7c9ccbcaad9e9cecc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001125_person1455_virus_2496.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e1921cc4fbfdfe9e89a89425b37166cd8289be55ab341be96961ffbaac61076 +size 1285 diff --git a/MendeleyCXR/labels/Darwin_00001126_person1457_virus_2498.png b/MendeleyCXR/labels/Darwin_00001126_person1457_virus_2498.png new file mode 100644 index 0000000000000000000000000000000000000000..8b37a1c84f3d72e105ba771a1d50bd27e9fae398 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001126_person1457_virus_2498.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f80f8f21f454388b4b7021e32d9215c40dc1b250dbcda94b5573d3e0b194bee5 +size 1310 diff --git a/MendeleyCXR/labels/Darwin_00001127_person1458_virus_2501.png b/MendeleyCXR/labels/Darwin_00001127_person1458_virus_2501.png new file mode 100644 index 0000000000000000000000000000000000000000..5fd23c4a6daf59b5315f002dd82450c4925d8852 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001127_person1458_virus_2501.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75b8aa75682f0a5f802e7f30d68af4dd936fff3e662ff7a0e75d161e5d76bda7 +size 1279 diff --git a/MendeleyCXR/labels/Darwin_00001128_person1458_virus_2502.png b/MendeleyCXR/labels/Darwin_00001128_person1458_virus_2502.png new file mode 100644 index 0000000000000000000000000000000000000000..2f15e165b9d068bb0a961ea748aa20e1907ffd97 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001128_person1458_virus_2502.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0ec24c102b1ac420d72351b6f5ae317ea13de3990adb8133825dfdb304d17be +size 1121 diff --git a/MendeleyCXR/labels/Darwin_00001129_person1458_virus_2503.png b/MendeleyCXR/labels/Darwin_00001129_person1458_virus_2503.png new file mode 100644 index 0000000000000000000000000000000000000000..400978d7340d740d831f561ae8ee2351d0a57375 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001129_person1458_virus_2503.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:177a9b434a137555d94aab9b55dbc6237229bf50c3ebe271a38160b0333da13f +size 1348 diff --git a/MendeleyCXR/labels/Darwin_00001130_person1459_virus_2506.png b/MendeleyCXR/labels/Darwin_00001130_person1459_virus_2506.png new file mode 100644 index 0000000000000000000000000000000000000000..556ca071cee80371b577e8ed2370d54c6095ee52 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001130_person1459_virus_2506.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:869503e1a0081e7a9f25f4fef58fff0520da063e7d5f966ff3d5260c2711d23a +size 1258 diff --git a/MendeleyCXR/labels/Darwin_00001131_person1460_virus_2507.png b/MendeleyCXR/labels/Darwin_00001131_person1460_virus_2507.png new file mode 100644 index 0000000000000000000000000000000000000000..9e6d55369ff0cf9da1f9c5b0fab8fbfd2290384f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001131_person1460_virus_2507.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8394c82bdda0d6424592b60dd05b052fef6b182d707904a359e95f9ca7f45772 +size 1275 diff --git a/MendeleyCXR/labels/Darwin_00001132_person1460_virus_2509.png b/MendeleyCXR/labels/Darwin_00001132_person1460_virus_2509.png new file mode 100644 index 0000000000000000000000000000000000000000..dee1b8c4dbaebbb6d97e6d650c91629a96266b1f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001132_person1460_virus_2509.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:993daf9e4c04ea4dcb81385ea8a4c2e2b4b803df2bb8f7a0445f08189de27269 +size 1327 diff --git a/MendeleyCXR/labels/Darwin_00001133_person1461_virus_2510.png b/MendeleyCXR/labels/Darwin_00001133_person1461_virus_2510.png new file mode 100644 index 0000000000000000000000000000000000000000..2a684a58f37d7f4d844b396438a3bc1522d91865 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001133_person1461_virus_2510.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7db1d4343d34b812cd197b55103f015de3512f4c6aff63119160f54cba32ca4a +size 1371 diff --git a/MendeleyCXR/labels/Darwin_00001134_person1462_virus_2512.png b/MendeleyCXR/labels/Darwin_00001134_person1462_virus_2512.png new file mode 100644 index 0000000000000000000000000000000000000000..dc6051f256ecc29dee2a513cb81921462e3f1ae3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001134_person1462_virus_2512.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3b856d02a1cd378eed115eeb022c6204e634ab6fa4cf068b9fca027433d92f1 +size 1145 diff --git a/MendeleyCXR/labels/Darwin_00001135_person1463_virus_2516.png b/MendeleyCXR/labels/Darwin_00001135_person1463_virus_2516.png new file mode 100644 index 0000000000000000000000000000000000000000..79dac3c137bb84210aa45825239aee2fbc08959a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001135_person1463_virus_2516.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e33355fdb02cefefe110aba0da20066aed980c303dd07031876adc3f37627f87 +size 1290 diff --git a/MendeleyCXR/labels/Darwin_00001136_person1465_virus_2530.png b/MendeleyCXR/labels/Darwin_00001136_person1465_virus_2530.png new file mode 100644 index 0000000000000000000000000000000000000000..bdcdd14e0705d6e0eab0a509dd0022cc222444d0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001136_person1465_virus_2530.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:528da891c451ed6d9d786236737dce163046c3cb60707e272ad45c38dc5f21c1 +size 1274 diff --git a/MendeleyCXR/labels/Darwin_00001137_person1465_virus_2531.png b/MendeleyCXR/labels/Darwin_00001137_person1465_virus_2531.png new file mode 100644 index 0000000000000000000000000000000000000000..524f2609c6264f3568d6b9d7df10fa33b4934904 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001137_person1465_virus_2531.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fe3ae21fde865b083fc760fa0f33083db80363d8afb57de602c9474bd7b3dd7 +size 1345 diff --git a/MendeleyCXR/labels/Darwin_00001138_person1465_virus_2532.png b/MendeleyCXR/labels/Darwin_00001138_person1465_virus_2532.png new file mode 100644 index 0000000000000000000000000000000000000000..4196c9c9fe4109cff595823cecda5f9db48edb1d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001138_person1465_virus_2532.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39a7051a30bdc7eaa8cfa902c4232ff91bc932b437a75a38804e43b8cbe02538 +size 1222 diff --git a/MendeleyCXR/labels/Darwin_00001139_person1465_virus_2537.png b/MendeleyCXR/labels/Darwin_00001139_person1465_virus_2537.png new file mode 100644 index 0000000000000000000000000000000000000000..fa453e8e6ccc4f1fbaa9c140d5bf8703eef2a11b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001139_person1465_virus_2537.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15c287deaa15298fd3b19a3e9cc30036953839b90390c5d9937f7805e369ca52 +size 1180 diff --git a/MendeleyCXR/labels/Darwin_00001140_person1466_virus_2541.png b/MendeleyCXR/labels/Darwin_00001140_person1466_virus_2541.png new file mode 100644 index 0000000000000000000000000000000000000000..86c8d61b7937edc0c580571d096fc852f7a7394b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001140_person1466_virus_2541.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fa38669252b260633f119ed5cda9c49787989f5e27f8bea2f8e57af0a0d296e +size 1337 diff --git a/MendeleyCXR/labels/Darwin_00001141_person1466_virus_2542.png b/MendeleyCXR/labels/Darwin_00001141_person1466_virus_2542.png new file mode 100644 index 0000000000000000000000000000000000000000..b21861fd6040d20f3e4257b724bfe3793a7380a0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001141_person1466_virus_2542.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:523b873f0179ec7d7777660e629e9f213f82da8cd0265fac2da788ad83dc857d +size 1125 diff --git a/MendeleyCXR/labels/Darwin_00001142_person1466_virus_2543.png b/MendeleyCXR/labels/Darwin_00001142_person1466_virus_2543.png new file mode 100644 index 0000000000000000000000000000000000000000..c41e3f3e3688936f8bd88ce02e22e7c1efdc19e6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001142_person1466_virus_2543.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9530b301fe4bdb376fe622e795ecb656b2ae1b88a012a43f2e3e910cc0279c0 +size 1407 diff --git a/MendeleyCXR/labels/Darwin_00001143_person1467_virus_2544.png b/MendeleyCXR/labels/Darwin_00001143_person1467_virus_2544.png new file mode 100644 index 0000000000000000000000000000000000000000..49ee001e4a62db48f21bc2d8b0f801160f3bddb7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001143_person1467_virus_2544.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c8754883bcbda974ac84800f11d9010ef0c8de2d7dfc5bf9f0ad5828c114e2b +size 1281 diff --git a/MendeleyCXR/labels/Darwin_00001144_person1468_virus_2545.png b/MendeleyCXR/labels/Darwin_00001144_person1468_virus_2545.png new file mode 100644 index 0000000000000000000000000000000000000000..9c093a1a2256c371bb4bfd94c11c77c443bdbd30 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001144_person1468_virus_2545.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2910ff49faf717bf17146baa994d31fe1f9cd9314ed7a6a3cf0b5757b8a13792 +size 1430 diff --git a/MendeleyCXR/labels/Darwin_00001145_person1468_virus_2546.png b/MendeleyCXR/labels/Darwin_00001145_person1468_virus_2546.png new file mode 100644 index 0000000000000000000000000000000000000000..e3a933012b353a8db42eb46154415fb27fc00e82 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001145_person1468_virus_2546.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0595afd8b1b513f046a3c8aa8de9597fd19a2e377f7c6ac0167f04335911e998 +size 1489 diff --git a/MendeleyCXR/labels/Darwin_00001146_person1469_virus_2547.png b/MendeleyCXR/labels/Darwin_00001146_person1469_virus_2547.png new file mode 100644 index 0000000000000000000000000000000000000000..71c2b6420e15ffb1e932c941f0408eaba6867f99 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001146_person1469_virus_2547.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bf53ef55f6b90a78f64ab3691153eea83bb91888fd62c458d4e58c198ec10d6 +size 1339 diff --git a/MendeleyCXR/labels/Darwin_00001147_person1471_virus_2549.png b/MendeleyCXR/labels/Darwin_00001147_person1471_virus_2549.png new file mode 100644 index 0000000000000000000000000000000000000000..02fbcd8bce1bc9135c9b5b9eabcd93530cd71f08 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001147_person1471_virus_2549.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5435f170bbcd1b0dce7d74561e562deaa3bdbb069ff9b3e386c112594af29c23 +size 1439 diff --git a/MendeleyCXR/labels/Darwin_00001148_person1472_virus_2550.png b/MendeleyCXR/labels/Darwin_00001148_person1472_virus_2550.png new file mode 100644 index 0000000000000000000000000000000000000000..30c442f1b4c9c0ce5f2a9075861c591750131a36 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001148_person1472_virus_2550.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3339ea893ed8bbd3f5ee54175c099872ff85c1d596e364165e31e14aefb24e69 +size 1101 diff --git a/MendeleyCXR/labels/Darwin_00001149_person1473_virus_2551.png b/MendeleyCXR/labels/Darwin_00001149_person1473_virus_2551.png new file mode 100644 index 0000000000000000000000000000000000000000..86c765a449afd5d58eb17b8d5cc1d2be190bd98a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001149_person1473_virus_2551.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5cbf4837e6d33fab4818d8d44da5483f3cd90397eda89ea5a5194d4f06d4ad7 +size 1168 diff --git a/MendeleyCXR/labels/Darwin_00001150_person1473_virus_2553.png b/MendeleyCXR/labels/Darwin_00001150_person1473_virus_2553.png new file mode 100644 index 0000000000000000000000000000000000000000..188e9444daea1eeb2b7c647d8ce229aca94dbe82 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001150_person1473_virus_2553.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:276e23459ee318aee3f2e6c0f6868a6aa06050e3840711664a06d5c342ae6030 +size 1254 diff --git a/MendeleyCXR/labels/Darwin_00001151_person1474_virus_2556.png b/MendeleyCXR/labels/Darwin_00001151_person1474_virus_2556.png new file mode 100644 index 0000000000000000000000000000000000000000..ad6249c166e959080d66fe7719feeb781966c038 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001151_person1474_virus_2556.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53b79ea738e82529eb535f6d2ed4cbd8fd7fd3099ad2cf35b7ca0fb5d0595c57 +size 1327 diff --git a/MendeleyCXR/labels/Darwin_00001152_person1474_virus_2557.png b/MendeleyCXR/labels/Darwin_00001152_person1474_virus_2557.png new file mode 100644 index 0000000000000000000000000000000000000000..01e6ec5a04a1e85c844f5c8b26f5010a3f004464 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001152_person1474_virus_2557.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41fc2c0c68dd7cd1e8e696ac1ef9f56964d513ab54545ea33777e65f8fa74bf6 +size 1334 diff --git a/MendeleyCXR/labels/Darwin_00001153_person1475_virus_2558.png b/MendeleyCXR/labels/Darwin_00001153_person1475_virus_2558.png new file mode 100644 index 0000000000000000000000000000000000000000..bb47b244d0aaa3827780b33abc8db89d8fc08215 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001153_person1475_virus_2558.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5fb5ce7d98eee79802364b4c8660c20d3b7b345064616edfc29f340255dfc15 +size 1428 diff --git a/MendeleyCXR/labels/Darwin_00001154_person1476_virus_2560.png b/MendeleyCXR/labels/Darwin_00001154_person1476_virus_2560.png new file mode 100644 index 0000000000000000000000000000000000000000..75d0079654edec8b671b322b5ac9c295a4722f7a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001154_person1476_virus_2560.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c595f1e05b0440006bcca7cc5361bc82c37883da5942b416bab332bbbcf6e96 +size 1214 diff --git a/MendeleyCXR/labels/Darwin_00001155_person1477_virus_2561.png b/MendeleyCXR/labels/Darwin_00001155_person1477_virus_2561.png new file mode 100644 index 0000000000000000000000000000000000000000..7a30dad948b65db34d46f40f764339b0597c720f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001155_person1477_virus_2561.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1eea0e461ffb7a79d68ac8785e7d39af552a6bbf24630ca44a0fe1ac5e4513b +size 1430 diff --git a/MendeleyCXR/labels/Darwin_00001156_person1480_virus_2566.png b/MendeleyCXR/labels/Darwin_00001156_person1480_virus_2566.png new file mode 100644 index 0000000000000000000000000000000000000000..4a17722feb06dce054b350c0b276b809f0563b1c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001156_person1480_virus_2566.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12cecb17c8c31f4cd54d0b456e725b3638ac7172b461fc73ba6894b3b6c25700 +size 1384 diff --git a/MendeleyCXR/labels/Darwin_00001157_person1481_virus_2567.png b/MendeleyCXR/labels/Darwin_00001157_person1481_virus_2567.png new file mode 100644 index 0000000000000000000000000000000000000000..73dd2380113e23b9f52621ccc9a721cd009cfab0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001157_person1481_virus_2567.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63235af0d910b4803ccd4919366ca6250c77cb28e24b0d28abd7efbd955d34b6 +size 1388 diff --git a/MendeleyCXR/labels/Darwin_00001158_person1482_virus_2569.png b/MendeleyCXR/labels/Darwin_00001158_person1482_virus_2569.png new file mode 100644 index 0000000000000000000000000000000000000000..400058749536d1d1f6dcb47498f52bc5b669d590 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001158_person1482_virus_2569.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0adafcc79c923d39c99997f729490c9100e7b10032b48286a3facf8849094f19 +size 1354 diff --git a/MendeleyCXR/labels/Darwin_00001159_person1482_virus_2570.png b/MendeleyCXR/labels/Darwin_00001159_person1482_virus_2570.png new file mode 100644 index 0000000000000000000000000000000000000000..a30482c7bd87264e07fc4300fd1ea69f6f0e3f04 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001159_person1482_virus_2570.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f61830d478a82926a4fa500269cde5d9d8b057a042b2316646e6134e36f44c5a +size 1337 diff --git a/MendeleyCXR/labels/Darwin_00001160_person1482_virus_2571.png b/MendeleyCXR/labels/Darwin_00001160_person1482_virus_2571.png new file mode 100644 index 0000000000000000000000000000000000000000..ded605c8e1b376cc72a7a60587e7e496f4aeeb1b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001160_person1482_virus_2571.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a0306a210c614e957007c47bf32761b75baf16508768e706d36f10bf2043afb +size 1234 diff --git a/MendeleyCXR/labels/Darwin_00001161_person1482_virus_2572.png b/MendeleyCXR/labels/Darwin_00001161_person1482_virus_2572.png new file mode 100644 index 0000000000000000000000000000000000000000..72bf5e0c868f69475504278d94839ba625c01895 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001161_person1482_virus_2572.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5c0bf9d3f75160006ef498ba4de49a62cecdf684fd20f3b0f719d92e6b2c2e0 +size 1344 diff --git a/MendeleyCXR/labels/Darwin_00001162_person1482_virus_2573.png b/MendeleyCXR/labels/Darwin_00001162_person1482_virus_2573.png new file mode 100644 index 0000000000000000000000000000000000000000..a7f4aa35f248d5b8e8eaa624ce29d328884893f2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001162_person1482_virus_2573.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aacf958b5c7151f9194c0823ea9f2614a9c2f0c6cadb2afa670139f9f5fdd8c +size 1351 diff --git a/MendeleyCXR/labels/Darwin_00001163_person1483_virus_2574.png b/MendeleyCXR/labels/Darwin_00001163_person1483_virus_2574.png new file mode 100644 index 0000000000000000000000000000000000000000..cda5f8ed41d73f20f566a23e5cbdf66fbcb8bdb6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001163_person1483_virus_2574.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8406817f40c6feb21fcf02dfe232ffa53f0fbd77d2e334a4aa0a8e444aea7c7e +size 1404 diff --git a/MendeleyCXR/labels/Darwin_00001164_person1484_virus_2576.png b/MendeleyCXR/labels/Darwin_00001164_person1484_virus_2576.png new file mode 100644 index 0000000000000000000000000000000000000000..884618c3e3d348b83d49a53900511ddcd97f1553 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001164_person1484_virus_2576.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8d473b54e1b13559f74189241029a251771885664500f7583fe0ee48147c8a9 +size 1421 diff --git a/MendeleyCXR/labels/Darwin_00001165_person1484_virus_2577.png b/MendeleyCXR/labels/Darwin_00001165_person1484_virus_2577.png new file mode 100644 index 0000000000000000000000000000000000000000..7f07cfe9fcfc79fed5cce4c7572a4ba32c304031 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001165_person1484_virus_2577.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2e139586824e133ba4f2ed2be87e7a6a09995ac7d79dd4a52514749c8a49698 +size 1301 diff --git a/MendeleyCXR/labels/Darwin_00001166_person1486_virus_2580.png b/MendeleyCXR/labels/Darwin_00001166_person1486_virus_2580.png new file mode 100644 index 0000000000000000000000000000000000000000..44261ddc1939b4486bd1b35672e3e408d9b358a2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001166_person1486_virus_2580.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61ed32cd5928ff1884164f9929830fd2154df7e89c8337c4670a54cbf2ddf753 +size 1340 diff --git a/MendeleyCXR/labels/Darwin_00001167_person1488_virus_2585.png b/MendeleyCXR/labels/Darwin_00001167_person1488_virus_2585.png new file mode 100644 index 0000000000000000000000000000000000000000..9f7f03c635be43a7eaa07e66160645752871aab4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001167_person1488_virus_2585.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:573086740e3e77ab65d0f02e3a634ded896194bcfd58ef70ce3acf944face969 +size 1385 diff --git a/MendeleyCXR/labels/Darwin_00001168_person1488_virus_2587.png b/MendeleyCXR/labels/Darwin_00001168_person1488_virus_2587.png new file mode 100644 index 0000000000000000000000000000000000000000..b0a2b90e9bd62901680ce273271d89c781524c33 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001168_person1488_virus_2587.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd759db821f8eb6687092c886bf1198616e172c9cee08cba5a2ca085a71bd49e +size 1433 diff --git a/MendeleyCXR/labels/Darwin_00001169_person1488_virus_2589.png b/MendeleyCXR/labels/Darwin_00001169_person1488_virus_2589.png new file mode 100644 index 0000000000000000000000000000000000000000..888904c536ad97afa8937d34382287ffd0506f8c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001169_person1488_virus_2589.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee6a94f95f9f0eb494bd916673b617e8148499b5a24b19d12e528af0f7b769ad +size 1436 diff --git a/MendeleyCXR/labels/Darwin_00001170_person1488_virus_2592.png b/MendeleyCXR/labels/Darwin_00001170_person1488_virus_2592.png new file mode 100644 index 0000000000000000000000000000000000000000..946c2d3f3c89ca3db42200e3c8e5305d4d1f5547 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001170_person1488_virus_2592.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f07b1563c0f2b2e428a94cc61d05f2bac225ca6e6fc463fbcd36758387d24f89 +size 1338 diff --git a/MendeleyCXR/labels/Darwin_00001171_person1488_virus_2593.png b/MendeleyCXR/labels/Darwin_00001171_person1488_virus_2593.png new file mode 100644 index 0000000000000000000000000000000000000000..60ab6795a4f3a20f0271eeedb0c9a59a6f54342d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001171_person1488_virus_2593.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c4b89e54c3a555957f050364d3456811a0cf8f3f88a03ca79ee5a944ae0233e +size 1313 diff --git a/MendeleyCXR/labels/Darwin_00001172_person1489_virus_2594.png b/MendeleyCXR/labels/Darwin_00001172_person1489_virus_2594.png new file mode 100644 index 0000000000000000000000000000000000000000..de6dfb1baf9d1050c0432cfd3ad0ef58e957e3cc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001172_person1489_virus_2594.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0267a5eb19e19a16701c04fc6d6b5c73e4ddcd3d6eccc39edf8677792d6ddb3b +size 1410 diff --git a/MendeleyCXR/labels/Darwin_00001173_person1490_virus_2596.png b/MendeleyCXR/labels/Darwin_00001173_person1490_virus_2596.png new file mode 100644 index 0000000000000000000000000000000000000000..8e2319cec405dbd720afc98efa17a86734bdf6fe --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001173_person1490_virus_2596.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5248a2faabc3d2bf5c23db83790b430db2539c085ba0c4dec2bd8d16a3c8523 +size 1399 diff --git a/MendeleyCXR/labels/Darwin_00001174_person1491_virus_2597.png b/MendeleyCXR/labels/Darwin_00001174_person1491_virus_2597.png new file mode 100644 index 0000000000000000000000000000000000000000..e465011fd6ad12202be2679e839fe5ff23bf8a3d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001174_person1491_virus_2597.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09b42e10f1e35d9093c909cd6777948397f938e0915ae56ed9246c1c95376c2d +size 1332 diff --git a/MendeleyCXR/labels/Darwin_00001175_person1492_virus_2599.png b/MendeleyCXR/labels/Darwin_00001175_person1492_virus_2599.png new file mode 100644 index 0000000000000000000000000000000000000000..09132fae446fdc341ad67c9cc1825816457d49e6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001175_person1492_virus_2599.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f4a37c8a06350bd6ef745b6b399f3d49208b009238f1737636772be76beb419 +size 1438 diff --git a/MendeleyCXR/labels/Darwin_00001176_person1494_virus_2601.png b/MendeleyCXR/labels/Darwin_00001176_person1494_virus_2601.png new file mode 100644 index 0000000000000000000000000000000000000000..3df393915f8bc34c6ec647a4f024c8b9bde22485 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001176_person1494_virus_2601.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41c310e72f97202429a790f5243363b3698811a7d531d0bee2d738ae49e706d0 +size 1408 diff --git a/MendeleyCXR/labels/Darwin_00001177_person1495_virus_2603.png b/MendeleyCXR/labels/Darwin_00001177_person1495_virus_2603.png new file mode 100644 index 0000000000000000000000000000000000000000..a40fd697e42cc17db8423461d25af1d7b7250e0d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001177_person1495_virus_2603.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a38777643c1a26f408b43d1bf18f2f996bf91acf69bb932c2c4d1c655bc4fb6b +size 1368 diff --git a/MendeleyCXR/labels/Darwin_00001178_person1496_virus_2605.png b/MendeleyCXR/labels/Darwin_00001178_person1496_virus_2605.png new file mode 100644 index 0000000000000000000000000000000000000000..e6eeb238245db2738af9b58ffaf008323e05b876 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001178_person1496_virus_2605.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2388773879d8082f8bfcc5d64ebc89eaaa23a5b423510a9e5f89168701e3661 +size 1335 diff --git a/MendeleyCXR/labels/Darwin_00001179_person1496_virus_2606.png b/MendeleyCXR/labels/Darwin_00001179_person1496_virus_2606.png new file mode 100644 index 0000000000000000000000000000000000000000..c1e8d5b0257ceeb3bffdef5c964a8f57bd6ad22a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001179_person1496_virus_2606.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:453cc1fdba9dc07f841207ed1979a19500786c8ac689bac33b478cae4fc9416f +size 1400 diff --git a/MendeleyCXR/labels/Darwin_00001180_person1497_virus_2607.png b/MendeleyCXR/labels/Darwin_00001180_person1497_virus_2607.png new file mode 100644 index 0000000000000000000000000000000000000000..2f2446289fc6d6ce7573844ccd3433ea4cff890b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001180_person1497_virus_2607.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f380e44eb0f0d25d265fc5ab75b6709c1dd18f6f81016a7acbe053fb86d6e532 +size 1342 diff --git a/MendeleyCXR/labels/Darwin_00001181_person1499_virus_2609.png b/MendeleyCXR/labels/Darwin_00001181_person1499_virus_2609.png new file mode 100644 index 0000000000000000000000000000000000000000..91b656dd5a6775644696ec9f47ed6e25dd8cb915 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001181_person1499_virus_2609.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2e3977608b8a3a86383c8409e59c064e6a8390d4578881aabd19b03f35dda3a +size 1357 diff --git a/MendeleyCXR/labels/Darwin_00001182_person1500_virus_2610.png b/MendeleyCXR/labels/Darwin_00001182_person1500_virus_2610.png new file mode 100644 index 0000000000000000000000000000000000000000..24dace2498eed105833a12464ff12ce99e0bb540 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001182_person1500_virus_2610.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59f6581462a8bdec5b9bd860e5f80e835db3cf93a05f82a3dbe73c6729582faf +size 1375 diff --git a/MendeleyCXR/labels/Darwin_00001183_person1501_virus_2611.png b/MendeleyCXR/labels/Darwin_00001183_person1501_virus_2611.png new file mode 100644 index 0000000000000000000000000000000000000000..b72d6011a55a28777c5bb9e1372201c66c233b96 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001183_person1501_virus_2611.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:079023c84ebb1fd1911585a5a44f6ecdba3f89e0fb3e8c5182cc4a6c4790c2fd +size 1298 diff --git a/MendeleyCXR/labels/Darwin_00001184_person1502_virus_2612.png b/MendeleyCXR/labels/Darwin_00001184_person1502_virus_2612.png new file mode 100644 index 0000000000000000000000000000000000000000..1bb7749559e27a70e219ae86e7b18558f125041b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001184_person1502_virus_2612.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2a6d9a1d96ec8346136a2374df62fce30dccccb0c88ec7912428b81d5bec93b +size 1144 diff --git a/MendeleyCXR/labels/Darwin_00001185_person1503_virus_2613.png b/MendeleyCXR/labels/Darwin_00001185_person1503_virus_2613.png new file mode 100644 index 0000000000000000000000000000000000000000..28804bd1c974e1417bb73a4aa817cccadbaf4e7d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001185_person1503_virus_2613.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3ea05a5511269abfe37c6f8ae3efed3c43672415d46a2d06f67f807d48c5e63 +size 1351 diff --git a/MendeleyCXR/labels/Darwin_00001186_person1504_virus_2614.png b/MendeleyCXR/labels/Darwin_00001186_person1504_virus_2614.png new file mode 100644 index 0000000000000000000000000000000000000000..47302e14656407d079ec2fecca5a1aa8161df6cb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001186_person1504_virus_2614.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee3c476651331d393904611234d2a90eca10a819f6136ffb9954f673e326f2f1 +size 1247 diff --git a/MendeleyCXR/labels/Darwin_00001187_person1505_virus_2615.png b/MendeleyCXR/labels/Darwin_00001187_person1505_virus_2615.png new file mode 100644 index 0000000000000000000000000000000000000000..ae7f538bacfe58a3b17203247024662dfa8020d2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001187_person1505_virus_2615.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41fa15880670127ec4d816f53fddec628b9d40dc9fb10aa5aa6446dc539f4259 +size 1258 diff --git a/MendeleyCXR/labels/Darwin_00001188_person1506_virus_2616.png b/MendeleyCXR/labels/Darwin_00001188_person1506_virus_2616.png new file mode 100644 index 0000000000000000000000000000000000000000..9048d082c2ea2330cf2b7d0c0b0aa16b19baae53 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001188_person1506_virus_2616.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9af62b0100ec21ca852077da5d1acaf3b49ba757f824f55ba0469ef3ee3792ea +size 1228 diff --git a/MendeleyCXR/labels/Darwin_00001189_person1509_virus_2621.png b/MendeleyCXR/labels/Darwin_00001189_person1509_virus_2621.png new file mode 100644 index 0000000000000000000000000000000000000000..792bf3e7f8bbb89630ccab5477e585dac3a9cb94 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001189_person1509_virus_2621.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:453993f639a75fcac14654f293e44a3d5019ac1db2a6bcbaa39a065e52cfdc1b +size 1066 diff --git a/MendeleyCXR/labels/Darwin_00001190_person1510_virus_2628.png b/MendeleyCXR/labels/Darwin_00001190_person1510_virus_2628.png new file mode 100644 index 0000000000000000000000000000000000000000..afa10faf95d9c17a8e4bd854353187ccbacafc20 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001190_person1510_virus_2628.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7402a0a41e26d94bf4566566fc016b0a48546943b67c9f71d0acfc464ceb1c47 +size 1221 diff --git a/MendeleyCXR/labels/Darwin_00001191_person1510_virus_2629.png b/MendeleyCXR/labels/Darwin_00001191_person1510_virus_2629.png new file mode 100644 index 0000000000000000000000000000000000000000..be1fb05d1665a5e432dc2cac15d6bd0e6d751745 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001191_person1510_virus_2629.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ee8c5f51d803abb09cb85641225437ccffb77a990be3901422836ba071fcc49 +size 1312 diff --git a/MendeleyCXR/labels/Darwin_00001192_person1512_virus_2631.png b/MendeleyCXR/labels/Darwin_00001192_person1512_virus_2631.png new file mode 100644 index 0000000000000000000000000000000000000000..51d81f8d67892033cd3867b7b2edd25051bf7fd9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001192_person1512_virus_2631.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39d07dd2b2de22f8173b5e28d526c4c486860e74d5e1ac3f3a518c48aed8697e +size 1214 diff --git a/MendeleyCXR/labels/Darwin_00001193_person1513_virus_2632.png b/MendeleyCXR/labels/Darwin_00001193_person1513_virus_2632.png new file mode 100644 index 0000000000000000000000000000000000000000..fb92954175fde22b993251d4769757deb02a8399 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001193_person1513_virus_2632.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ba5469c46952adbc5a09be10cce442ef0f8cc8c9a30ba68f879bd135f433213 +size 1149 diff --git a/MendeleyCXR/labels/Darwin_00001194_person1514_virus_2633.png b/MendeleyCXR/labels/Darwin_00001194_person1514_virus_2633.png new file mode 100644 index 0000000000000000000000000000000000000000..b598cb2db1ea59382b2794f27c0d80310c0814f2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001194_person1514_virus_2633.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2daac2e685e069d3e01924ed53df8e926a87b3e2cfedbe70ba8baa55f31619d +size 1333 diff --git a/MendeleyCXR/labels/Darwin_00001195_person135_virus_270.png b/MendeleyCXR/labels/Darwin_00001195_person135_virus_270.png new file mode 100644 index 0000000000000000000000000000000000000000..6aac5399566906f10a8f291f9f4d89a552656bfa --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001195_person135_virus_270.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efc5afd3e5c3c09bb128cd69c3f85630b0116a74199701dcbea5990e92e0a96a +size 1367 diff --git a/MendeleyCXR/labels/Darwin_00001196_person135_virus_271.png b/MendeleyCXR/labels/Darwin_00001196_person135_virus_271.png new file mode 100644 index 0000000000000000000000000000000000000000..bd1a3d68d1d9a96b4f03dfbb0256c363f076af63 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001196_person135_virus_271.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f01302cf63eaf5133953f7cf982b6948983f6868b3d9953c040fd70b1824138 +size 1400 diff --git a/MendeleyCXR/labels/Darwin_00001197_person137_virus_281.png b/MendeleyCXR/labels/Darwin_00001197_person137_virus_281.png new file mode 100644 index 0000000000000000000000000000000000000000..6c7258cd73cfc6117e707a908f120c26da3a1d29 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001197_person137_virus_281.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efb4b9e3e1a499e9a9f379204c207b441905358ab119b324fcea52a76e9061e9 +size 1072 diff --git a/MendeleyCXR/labels/Darwin_00001199_person139_virus_283.png b/MendeleyCXR/labels/Darwin_00001199_person139_virus_283.png new file mode 100644 index 0000000000000000000000000000000000000000..3a41df8681f1634873bdea0c8ded44fc4597dd57 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001199_person139_virus_283.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:881062a20c17d2ba0085d46b91cc515614a97c92725f09d02bdae9f8fa61c48c +size 1340 diff --git a/MendeleyCXR/labels/Darwin_00001200_person140_virus_284.png b/MendeleyCXR/labels/Darwin_00001200_person140_virus_284.png new file mode 100644 index 0000000000000000000000000000000000000000..f3f787fe7bf5420944c7ff792535c4a96f23a165 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001200_person140_virus_284.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:389d009a948e323554580dc6cc1f79fc44753a473a45e5217276f66b42c2bea0 +size 1220 diff --git a/MendeleyCXR/labels/Darwin_00001201_person140_virus_285.png b/MendeleyCXR/labels/Darwin_00001201_person140_virus_285.png new file mode 100644 index 0000000000000000000000000000000000000000..9e6a69d8ecb39d32087c7e9b1aaa0c36434f022a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001201_person140_virus_285.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3c5bd0aeee774d411a8cb7363fccc5ee6f28aa4efd23014053fe8104a93f5d5 +size 1142 diff --git a/MendeleyCXR/labels/Darwin_00001202_person141_virus_287.png b/MendeleyCXR/labels/Darwin_00001202_person141_virus_287.png new file mode 100644 index 0000000000000000000000000000000000000000..78402b80d2a7c042742df8ad23fb67d022c38c50 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001202_person141_virus_287.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54d708982b1775027486c85ddd76aac80405eb8e981549dc03ac2396ba22ab65 +size 1344 diff --git a/MendeleyCXR/labels/Darwin_00001203_person142_virus_288.png b/MendeleyCXR/labels/Darwin_00001203_person142_virus_288.png new file mode 100644 index 0000000000000000000000000000000000000000..b3c43a2852e1396433dccadc0ad799fb28df3497 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001203_person142_virus_288.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67345166e298c1356a25a9fe356b8098d70352db2accd51ed118f84d71d8727e +size 1137 diff --git a/MendeleyCXR/labels/Darwin_00001204_person143_virus_289.png b/MendeleyCXR/labels/Darwin_00001204_person143_virus_289.png new file mode 100644 index 0000000000000000000000000000000000000000..1538e75b57f39b2f97e315c212f0ba1d88c14fc4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001204_person143_virus_289.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:645035fddf8cf02ca13204836f01064698f34d876d5228f57f36c851c047dec0 +size 1330 diff --git a/MendeleyCXR/labels/Darwin_00001205_person1358_virus_2339.png b/MendeleyCXR/labels/Darwin_00001205_person1358_virus_2339.png new file mode 100644 index 0000000000000000000000000000000000000000..c8d3264446ed56124945153bf3bd987fbba5347a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001205_person1358_virus_2339.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75739786832c43a2f6ccc690da9b5412220c7d7033042cc477f8fce0ba97c159 +size 1332 diff --git a/MendeleyCXR/labels/Darwin_00001206_person1359_virus_2340.png b/MendeleyCXR/labels/Darwin_00001206_person1359_virus_2340.png new file mode 100644 index 0000000000000000000000000000000000000000..fca1c4f2fc64d6f5fb0d59e817be2a356c62d813 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001206_person1359_virus_2340.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:159199db52acebc3d80507b4911d32ebc4a402bf29124eede12220c434107e11 +size 1241 diff --git a/MendeleyCXR/labels/Darwin_00001207_person1360_virus_2341.png b/MendeleyCXR/labels/Darwin_00001207_person1360_virus_2341.png new file mode 100644 index 0000000000000000000000000000000000000000..5dc6911a2e3e40c782d7166c71827ba02ee317f6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001207_person1360_virus_2341.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fb3b4c2ce8f5109bbd9dc30cf854756509779ef83e75c9917d9504d91c0717f +size 1302 diff --git a/MendeleyCXR/labels/Darwin_00001208_person1361_virus_2342.png b/MendeleyCXR/labels/Darwin_00001208_person1361_virus_2342.png new file mode 100644 index 0000000000000000000000000000000000000000..6937a198b4fa01d709a2fc7d7e6b81157575f1c3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001208_person1361_virus_2342.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c10091f687f1d1becb49918ec28281e5ceafbb042ca5888bc6e5ae9079a54eed +size 1187 diff --git a/MendeleyCXR/labels/Darwin_00001209_person1361_virus_2344.png b/MendeleyCXR/labels/Darwin_00001209_person1361_virus_2344.png new file mode 100644 index 0000000000000000000000000000000000000000..e7167c886599d3f7ddaa2f11fe0f8f52832ca5b9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001209_person1361_virus_2344.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a32650a11678b209277ade14641c4e6f68c37b42da4fd3d3c34601e19f1112f +size 1249 diff --git a/MendeleyCXR/labels/Darwin_00001210_person1362_virus_2345.png b/MendeleyCXR/labels/Darwin_00001210_person1362_virus_2345.png new file mode 100644 index 0000000000000000000000000000000000000000..1df4c7d80ff86117e8f223035b43353618a759b6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001210_person1362_virus_2345.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2d919cc663bc165161c661ccfc3148653fa361be35d8936eca8a925bbefcfa2 +size 1358 diff --git a/MendeleyCXR/labels/Darwin_00001211_person1363_virus_2346.png b/MendeleyCXR/labels/Darwin_00001211_person1363_virus_2346.png new file mode 100644 index 0000000000000000000000000000000000000000..56f7b5b612d2b47c8668f5d17725bb16e71ba143 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001211_person1363_virus_2346.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05a9097118f55246d8d60aa1608b63b41d69b134bd682760809b5683e91525c8 +size 1485 diff --git a/MendeleyCXR/labels/Darwin_00001212_person1365_virus_2348.png b/MendeleyCXR/labels/Darwin_00001212_person1365_virus_2348.png new file mode 100644 index 0000000000000000000000000000000000000000..b96309d322829f7bb3e0a654f41d1ae1114440fe --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001212_person1365_virus_2348.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52b749af8b71b17e159a73822ba690b9a72859e05c4398981f0455c5aa33dc09 +size 1355 diff --git a/MendeleyCXR/labels/Darwin_00001213_person1366_virus_2349.png b/MendeleyCXR/labels/Darwin_00001213_person1366_virus_2349.png new file mode 100644 index 0000000000000000000000000000000000000000..2887191670aa21d7f4d2235b4f0e4bfe79cf8125 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001213_person1366_virus_2349.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bc0d1c7132b69f00f5df5c8f1a58283a9361f6949596f2a8e349b9a44f6c5af +size 1240 diff --git a/MendeleyCXR/labels/Darwin_00001214_person1367_virus_2351.png b/MendeleyCXR/labels/Darwin_00001214_person1367_virus_2351.png new file mode 100644 index 0000000000000000000000000000000000000000..fa00cc1a0e8ad37d9db5fb2593615ba34ffa8d62 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001214_person1367_virus_2351.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16c17f2f3b3d839016f08394a08ccdfc5020a180e4fa7135dbfa662198f2340f +size 1283 diff --git a/MendeleyCXR/labels/Darwin_00001215_person1368_virus_2352.png b/MendeleyCXR/labels/Darwin_00001215_person1368_virus_2352.png new file mode 100644 index 0000000000000000000000000000000000000000..184a0e9732a73edcb827ef39eedafeea17346431 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001215_person1368_virus_2352.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df7bfe53771a852a653c29242f877d6b37415320622a6352fe5030593fac2f9f +size 1413 diff --git a/MendeleyCXR/labels/Darwin_00001216_person1368_virus_2353.png b/MendeleyCXR/labels/Darwin_00001216_person1368_virus_2353.png new file mode 100644 index 0000000000000000000000000000000000000000..7ecdb7549c74ae2a764a9973fc3ec7753b841090 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001216_person1368_virus_2353.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a488b457ed065b675dcdfacbddf431d21ec561de24d7d513e97fa6792f1156b +size 1378 diff --git a/MendeleyCXR/labels/Darwin_00001217_person1368_virus_2354.png b/MendeleyCXR/labels/Darwin_00001217_person1368_virus_2354.png new file mode 100644 index 0000000000000000000000000000000000000000..b7498592111075a0416556e753e4f258db1c5f43 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001217_person1368_virus_2354.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38870fa49177a8febb2e0532534b73644c17aa4b88cf76e05ebf3f90df54ccf3 +size 1337 diff --git a/MendeleyCXR/labels/Darwin_00001220_person1371_virus_2361.png b/MendeleyCXR/labels/Darwin_00001220_person1371_virus_2361.png new file mode 100644 index 0000000000000000000000000000000000000000..bdd499287ff7af308f01968fb15d58a6f66d5e0b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001220_person1371_virus_2361.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8aa75a038fa6d1064f3dc325f50bdb74cfb947fd984719c05269e571de30369 +size 1169 diff --git a/MendeleyCXR/labels/Darwin_00001221_person1371_virus_2362.png b/MendeleyCXR/labels/Darwin_00001221_person1371_virus_2362.png new file mode 100644 index 0000000000000000000000000000000000000000..edad386739485ad22b64d46deb358b00fd0c7b8b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001221_person1371_virus_2362.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6511ebc535e18b5aa9145f1aeaa5159067cec4378225d461dbaa67a04ca0431 +size 1214 diff --git a/MendeleyCXR/labels/Darwin_00001222_person1374_virus_2365.png b/MendeleyCXR/labels/Darwin_00001222_person1374_virus_2365.png new file mode 100644 index 0000000000000000000000000000000000000000..ab30ab08b1fabca94e49c352423970347cf37ab3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001222_person1374_virus_2365.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc970a4f1f7543ebaf7af49d2fdd2be4804d2e27d12bc1b8f4552938cfbd76e0 +size 1402 diff --git a/MendeleyCXR/labels/Darwin_00001223_person1375_virus_2366.png b/MendeleyCXR/labels/Darwin_00001223_person1375_virus_2366.png new file mode 100644 index 0000000000000000000000000000000000000000..6d96f39ae9c06abe74e365768f68cd1dce259641 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001223_person1375_virus_2366.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbf942581d07b32a7bb16b6c55cde3f0fb36d7a0afd8dc51411053e05daa597e +size 1295 diff --git a/MendeleyCXR/labels/Darwin_00001224_person1376_virus_2367.png b/MendeleyCXR/labels/Darwin_00001224_person1376_virus_2367.png new file mode 100644 index 0000000000000000000000000000000000000000..c01c8f4cf898ccb4f68e41577efb21d9e8c0d499 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001224_person1376_virus_2367.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ff840aab7f181c40a4b8bc4d627a108cf9e8e901bb5224eb9325bce12240c99 +size 1297 diff --git a/MendeleyCXR/labels/Darwin_00001225_person1377_virus_2369.png b/MendeleyCXR/labels/Darwin_00001225_person1377_virus_2369.png new file mode 100644 index 0000000000000000000000000000000000000000..db126939133fc6dd10bdfaae47622d9818220bcb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001225_person1377_virus_2369.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24436033f29e199ed3e70b7b55ae5fafa0164889ea4ae93a7fdc772b855a7e09 +size 1173 diff --git a/MendeleyCXR/labels/Darwin_00001226_person1381_virus_2375.png b/MendeleyCXR/labels/Darwin_00001226_person1381_virus_2375.png new file mode 100644 index 0000000000000000000000000000000000000000..a46018c51904dfc13c92d3e6ad300853e4028e23 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001226_person1381_virus_2375.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a969ada3fb867075b4e77b660b9f638d5d3f81fa73885c1b39f3d11e2d0a0ca +size 1418 diff --git a/MendeleyCXR/labels/Darwin_00001227_person1383_virus_2377.png b/MendeleyCXR/labels/Darwin_00001227_person1383_virus_2377.png new file mode 100644 index 0000000000000000000000000000000000000000..ca5233910523fed340e79c537f6fa5ec7d15c542 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001227_person1383_virus_2377.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ad1a224b2a12ab4e15b7a88d04bc6943946f950a77021f2f05e2a558747b888 +size 1226 diff --git a/MendeleyCXR/labels/Darwin_00001228_person1385_virus_2380.png b/MendeleyCXR/labels/Darwin_00001228_person1385_virus_2380.png new file mode 100644 index 0000000000000000000000000000000000000000..05ec69558ae5a471a0792e39065a62255ccca601 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001228_person1385_virus_2380.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb23756afc9bd536667bc7fc0f8f37963421eb9ab1c0d0fc1e8f81a4c328933a +size 1188 diff --git a/MendeleyCXR/labels/Darwin_00001229_person1387_virus_2382.png b/MendeleyCXR/labels/Darwin_00001229_person1387_virus_2382.png new file mode 100644 index 0000000000000000000000000000000000000000..e35498d8c2940d0a631604c3143d5a5b6665fd28 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001229_person1387_virus_2382.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c173ab8cb0f5716f57101e43c88d17a6fdd2a92216830dcdddc8a12f1fc66d1 +size 1258 diff --git a/MendeleyCXR/labels/Darwin_00001230_person1389_virus_2387.png b/MendeleyCXR/labels/Darwin_00001230_person1389_virus_2387.png new file mode 100644 index 0000000000000000000000000000000000000000..3aa6cafd824ce715de78ecf1c5cb30a7422f8700 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001230_person1389_virus_2387.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a7783e9a52938bf93332330b55f9e654cc5a25280d6aa0e0d00bdb9ed1533c8 +size 1281 diff --git a/MendeleyCXR/labels/Darwin_00001231_person1393_virus_2396.png b/MendeleyCXR/labels/Darwin_00001231_person1393_virus_2396.png new file mode 100644 index 0000000000000000000000000000000000000000..5af15254b1ff8a07c052dfc5de5bac88982740d7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001231_person1393_virus_2396.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d502a6f21c0459fdfc0f31936613ac96598b98b775d24394fd190f11478bc48 +size 1030 diff --git a/MendeleyCXR/labels/Darwin_00001232_person1394_virus_2397.png b/MendeleyCXR/labels/Darwin_00001232_person1394_virus_2397.png new file mode 100644 index 0000000000000000000000000000000000000000..c45495091a49c023a41100527f99048b363a5f1f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001232_person1394_virus_2397.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb4a5637362d38980819b9181ee2a44410a397aeb196c9dea44a98c54ec8273d +size 1215 diff --git a/MendeleyCXR/labels/Darwin_00001233_person1395_virus_2398.png b/MendeleyCXR/labels/Darwin_00001233_person1395_virus_2398.png new file mode 100644 index 0000000000000000000000000000000000000000..509b7b648a73010a0b9db77f168b5dc99a05c463 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001233_person1395_virus_2398.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e50bda7a4f35fa1dc2bd78488d96df10771e3d5d7ab249db82c5cb29022c43bf +size 1359 diff --git a/MendeleyCXR/labels/Darwin_00001234_person1396_virus_2399.png b/MendeleyCXR/labels/Darwin_00001234_person1396_virus_2399.png new file mode 100644 index 0000000000000000000000000000000000000000..62dedc59913e7daf4d10602cc6761e3cefb6148c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001234_person1396_virus_2399.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:948cb9b5f962d4d8e10972a37f3cae8e6d33ae5155c62f8c03c86e3551eb2d28 +size 1289 diff --git a/MendeleyCXR/labels/Darwin_00001235_person1397_virus_2400.png b/MendeleyCXR/labels/Darwin_00001235_person1397_virus_2400.png new file mode 100644 index 0000000000000000000000000000000000000000..020ab88a77b3219c4b7f465f5a6bc3893eaec2f3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001235_person1397_virus_2400.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0252e25297e3b7c8361efb11dd3a31dd0f1ce7ef30a41adedd77f69a9ce0b344 +size 1282 diff --git a/MendeleyCXR/labels/Darwin_00001236_person1398_virus_2401.png b/MendeleyCXR/labels/Darwin_00001236_person1398_virus_2401.png new file mode 100644 index 0000000000000000000000000000000000000000..9cbcdfaade8a9ead23aadd55f00ba1752d7b222e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001236_person1398_virus_2401.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:067b00f3cf501d1a7be5a5319f8c986f5609a1ee52221336afffce535fb20ea7 +size 1177 diff --git a/MendeleyCXR/labels/Darwin_00001237_person1399_virus_2402.png b/MendeleyCXR/labels/Darwin_00001237_person1399_virus_2402.png new file mode 100644 index 0000000000000000000000000000000000000000..4f3610e7b374f0c0295f38b17d8b1e88542a4cb6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001237_person1399_virus_2402.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20d62043a0f52cabb094551fe47594a5da7180083632651126806db406162ee4 +size 1349 diff --git a/MendeleyCXR/labels/Darwin_00001238_person1402_virus_2405.png b/MendeleyCXR/labels/Darwin_00001238_person1402_virus_2405.png new file mode 100644 index 0000000000000000000000000000000000000000..16b6ad628c038cdaf0ff4d0a5eef4b7b07f18d65 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001238_person1402_virus_2405.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bee7dc3bd715da9adc944a54ff94c16f7505e3e33d2149593f59e4a962340da +size 1242 diff --git a/MendeleyCXR/labels/Darwin_00001239_person1403_virus_2406.png b/MendeleyCXR/labels/Darwin_00001239_person1403_virus_2406.png new file mode 100644 index 0000000000000000000000000000000000000000..b0fbbcee2b1264ad9f232a093caae3e992105860 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001239_person1403_virus_2406.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20c3cb635e223572e0a84e022b39f96a82176c8756b2c05802d0605e2eb4ed0c +size 1245 diff --git a/MendeleyCXR/labels/Darwin_00001240_person1405_virus_2408.png b/MendeleyCXR/labels/Darwin_00001240_person1405_virus_2408.png new file mode 100644 index 0000000000000000000000000000000000000000..5c140c16bd6df624b000de533432654e1e39b58f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001240_person1405_virus_2408.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a54d732180d1df65f74be7afded2c64afe0aa6f43b70117f965823c22f9e8ba1 +size 1155 diff --git a/MendeleyCXR/labels/Darwin_00001241_person1406_virus_2409.png b/MendeleyCXR/labels/Darwin_00001241_person1406_virus_2409.png new file mode 100644 index 0000000000000000000000000000000000000000..70fb4f31cdfeb9f66d6ab3ed89fb0ba854e6feba --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001241_person1406_virus_2409.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a659044f555d986ddee68923d5926e83cd1efbf6d329562643ca5b75bb8fae7b +size 1220 diff --git a/MendeleyCXR/labels/Darwin_00001242_person1407_virus_2410.png b/MendeleyCXR/labels/Darwin_00001242_person1407_virus_2410.png new file mode 100644 index 0000000000000000000000000000000000000000..7b9f24562e485eea11142accba6547437dfe1102 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001242_person1407_virus_2410.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a44d1cc96a408e71dfd0656440a06668f5c3a0151719223050783e3197aa431 +size 1419 diff --git a/MendeleyCXR/labels/Darwin_00001243_person1408_virus_2411.png b/MendeleyCXR/labels/Darwin_00001243_person1408_virus_2411.png new file mode 100644 index 0000000000000000000000000000000000000000..a4000b72313ce2e645608e978f2a9cbc50fa8bdf --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001243_person1408_virus_2411.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d322754c676f3c4bac56c92c8125f811394e37163920a5a929bf0fa45521e09 +size 1353 diff --git a/MendeleyCXR/labels/Darwin_00001244_person1409_virus_2413.png b/MendeleyCXR/labels/Darwin_00001244_person1409_virus_2413.png new file mode 100644 index 0000000000000000000000000000000000000000..7c395cb873a669fd24e5b8cbe3a8f9f3733c4710 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001244_person1409_virus_2413.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a357de95c8c13e82a92189ad6749c115f69b3cdadc483487bbeeffa7c63dab5b +size 1367 diff --git a/MendeleyCXR/labels/Darwin_00001245_person1411_virus_2415.png b/MendeleyCXR/labels/Darwin_00001245_person1411_virus_2415.png new file mode 100644 index 0000000000000000000000000000000000000000..9bffbda10c2247537633bee6f92eed288f82e94d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001245_person1411_virus_2415.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a64f392371068272b12ec155733a1c7b97971df7334e22d89212139f557adf7 +size 1207 diff --git a/MendeleyCXR/labels/Darwin_00001246_person1413_virus_2422.png b/MendeleyCXR/labels/Darwin_00001246_person1413_virus_2422.png new file mode 100644 index 0000000000000000000000000000000000000000..be45eedacec41686cfa9fe5dab56c096b85e65b0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001246_person1413_virus_2422.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce69fc5d1aca5af8060a051b06ab3bf2e79287249b264bc0b98aab7bf6edabb6 +size 1350 diff --git a/MendeleyCXR/labels/Darwin_00001247_person1413_virus_2423.png b/MendeleyCXR/labels/Darwin_00001247_person1413_virus_2423.png new file mode 100644 index 0000000000000000000000000000000000000000..b88167585319585f0fa99ee535e275fcb1e800ca --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001247_person1413_virus_2423.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0176b42093ac4309fdea2765d76204b0ae014a70031bb4911d1dc2c7f7dc18ba +size 1157 diff --git a/MendeleyCXR/labels/Darwin_00001248_person1414_virus_2424.png b/MendeleyCXR/labels/Darwin_00001248_person1414_virus_2424.png new file mode 100644 index 0000000000000000000000000000000000000000..64b27a4381dd8df3dfb655430a8ee4542bfa3b86 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001248_person1414_virus_2424.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0998e66735b12bcec9de826cda73cf3d8348376cd4461be1e70fe2b590e615db +size 1389 diff --git a/MendeleyCXR/labels/Darwin_00001249_person1415_virus_2425.png b/MendeleyCXR/labels/Darwin_00001249_person1415_virus_2425.png new file mode 100644 index 0000000000000000000000000000000000000000..d89af050ec8266ed4794d8e6e3270ca385af8d78 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001249_person1415_virus_2425.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be877261d63ef3d839fed2d4bd14105fdc0413dfe43681a38b34ecdd28b34992 +size 1319 diff --git a/MendeleyCXR/labels/Darwin_00001250_person1416_virus_2427.png b/MendeleyCXR/labels/Darwin_00001250_person1416_virus_2427.png new file mode 100644 index 0000000000000000000000000000000000000000..aa837f469b31b8e162009bb4cb02277aa0146e2d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001250_person1416_virus_2427.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b2be177797b522e3566d75691285c4e01abaf98cf81591ed3b4222e61561c94 +size 1330 diff --git a/MendeleyCXR/labels/Darwin_00001251_person1418_virus_2429.png b/MendeleyCXR/labels/Darwin_00001251_person1418_virus_2429.png new file mode 100644 index 0000000000000000000000000000000000000000..d770b1c2fa0ce61fa872dab0a4ee93be580dabd7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001251_person1418_virus_2429.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d234c3057b7580d449005874ae2c3718c085559b52fac9c51f6e8665f9377da +size 1373 diff --git a/MendeleyCXR/labels/Darwin_00001252_person1420_virus_2431.png b/MendeleyCXR/labels/Darwin_00001252_person1420_virus_2431.png new file mode 100644 index 0000000000000000000000000000000000000000..a8a76fd6441d4877cb887fdade3e3532a9d00d1b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001252_person1420_virus_2431.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c75d858bf9d287d56287213b314ac86887ace2087f711a53b8c363c4d482976 +size 1177 diff --git a/MendeleyCXR/labels/Darwin_00001253_person1422_virus_2434.png b/MendeleyCXR/labels/Darwin_00001253_person1422_virus_2434.png new file mode 100644 index 0000000000000000000000000000000000000000..80557a08c2bdeb17715c8295c15d3c077d80b272 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001253_person1422_virus_2434.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdc7e73dc092f11ffc8cf78a5d97a017e615043a3fb4fc74e499d2db01bbeb0d +size 1258 diff --git a/MendeleyCXR/labels/Darwin_00001254_person1424_virus_2437.png b/MendeleyCXR/labels/Darwin_00001254_person1424_virus_2437.png new file mode 100644 index 0000000000000000000000000000000000000000..4953ccc30a3f4660eabd0abcfb1a08765e6b5c9e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001254_person1424_virus_2437.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e4480027b8dc44f64be9b9dfceb206dc4717d101498f662fc1f6919d57d3881 +size 1324 diff --git a/MendeleyCXR/labels/Darwin_00001256_person1426_virus_2439.png b/MendeleyCXR/labels/Darwin_00001256_person1426_virus_2439.png new file mode 100644 index 0000000000000000000000000000000000000000..31ad5074bff7835b94a790b3a9660489f261f8fc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001256_person1426_virus_2439.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87067627a8ef76505f2340f0cf807c34dee60b15509a5d18408d27d2c965e4bc +size 1340 diff --git a/MendeleyCXR/labels/Darwin_00001257_person1427_virus_2441.png b/MendeleyCXR/labels/Darwin_00001257_person1427_virus_2441.png new file mode 100644 index 0000000000000000000000000000000000000000..32942bda1512128ff3d123973d7fada1089d770e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001257_person1427_virus_2441.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b87c1f0d382c0066a78bb37f14bb1c7067784a6bf6e40878796aa4f639a2212 +size 1317 diff --git a/MendeleyCXR/labels/Darwin_00001258_person1428_virus_2442.png b/MendeleyCXR/labels/Darwin_00001258_person1428_virus_2442.png new file mode 100644 index 0000000000000000000000000000000000000000..feb525d99cef128974c5dcd05f9e148d4e700000 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001258_person1428_virus_2442.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5abca53fd0af9411d12c86f4fce541c4d42e9ce570bc3668558ecc4450a33b2f +size 1369 diff --git a/MendeleyCXR/labels/Darwin_00001259_person1429_virus_2443.png b/MendeleyCXR/labels/Darwin_00001259_person1429_virus_2443.png new file mode 100644 index 0000000000000000000000000000000000000000..4fd14d6c297e4badd7b8db4f0dcfde9555a1cd7d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001259_person1429_virus_2443.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88b891e41ab60a99430c8ebcff8edf58bef908674f3bfaeccb42f1efb0be9ae9 +size 1318 diff --git a/MendeleyCXR/labels/Darwin_00001260_person1430_virus_2444.png b/MendeleyCXR/labels/Darwin_00001260_person1430_virus_2444.png new file mode 100644 index 0000000000000000000000000000000000000000..f17f0275b66489e46de6fb3e5448dd75089aa206 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001260_person1430_virus_2444.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b0cc09cd247528e676fff54dfd58f617e92e254c0bf5eb1b323ac16328e3ec3 +size 1432 diff --git a/MendeleyCXR/labels/Darwin_00001261_person1433_virus_2447.png b/MendeleyCXR/labels/Darwin_00001261_person1433_virus_2447.png new file mode 100644 index 0000000000000000000000000000000000000000..6a1fbcf5721d3afa04d67b08e7c9c17cf0906fc5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001261_person1433_virus_2447.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0278850bdb0417ff369cab724c277c9b214927350fae095ecb69e62980c5b2f +size 1130 diff --git a/MendeleyCXR/labels/Darwin_00001262_person1438_virus_2452.png b/MendeleyCXR/labels/Darwin_00001262_person1438_virus_2452.png new file mode 100644 index 0000000000000000000000000000000000000000..bf1c9df41ef9766b9e82306ab355b4abe9a75773 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001262_person1438_virus_2452.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f1071c4f51656c5d81799d17da5566656ceb36a02d351090ea5756f4f8014d9 +size 1268 diff --git a/MendeleyCXR/labels/Darwin_00001263_person1439_virus_2453.png b/MendeleyCXR/labels/Darwin_00001263_person1439_virus_2453.png new file mode 100644 index 0000000000000000000000000000000000000000..64c3ff1655b9f2b76d1a32f1d2f926f66445b0fe --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001263_person1439_virus_2453.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34361ac6354fd4ec2d6d946ae81b8e3d3021f4d2a0717ec8834375bba93be426 +size 1328 diff --git a/MendeleyCXR/labels/Darwin_00001264_person1441_virus_2454.png b/MendeleyCXR/labels/Darwin_00001264_person1441_virus_2454.png new file mode 100644 index 0000000000000000000000000000000000000000..0108458239fbdcf2a5bf130d17e85a9077f62472 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001264_person1441_virus_2454.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92d2c5db12a8ef925b7db2d3430f81effd001f5edd5d802de4288522b3c875c3 +size 1428 diff --git a/MendeleyCXR/labels/Darwin_00001265_person1441_virus_2457.png b/MendeleyCXR/labels/Darwin_00001265_person1441_virus_2457.png new file mode 100644 index 0000000000000000000000000000000000000000..943421584ae5138a074aa289a7d051b18eda79e6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001265_person1441_virus_2457.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40f96f9351ffcf105645ef31952adf251bfab816fa2395365f980a78a6a80b5f +size 1364 diff --git a/MendeleyCXR/labels/Darwin_00001266_person126_virus_255.png b/MendeleyCXR/labels/Darwin_00001266_person126_virus_255.png new file mode 100644 index 0000000000000000000000000000000000000000..78f29af0b637a99d99c2ea0fc9677824c08504c4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001266_person126_virus_255.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5884c3bea585c59c7e70569ed7f4b33f022c20418d6c4c0a084cd46e5dfed985 +size 1371 diff --git a/MendeleyCXR/labels/Darwin_00001267_person128_virus_261.png b/MendeleyCXR/labels/Darwin_00001267_person128_virus_261.png new file mode 100644 index 0000000000000000000000000000000000000000..4b3390ebaf8dfef7472a9f6bdc81a9f9eacbc5b9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001267_person128_virus_261.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b29237a2c5c2c3a1a58429743d5dca317f9fb62a20e45b44acf9478a55bbb0d +size 1317 diff --git a/MendeleyCXR/labels/Darwin_00001268_person130_virus_263.png b/MendeleyCXR/labels/Darwin_00001268_person130_virus_263.png new file mode 100644 index 0000000000000000000000000000000000000000..787e15a7450463b7c807edcba47cea08228c4f7d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001268_person130_virus_263.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00c9550bb6d6c8aaa6ed4890e3c0835c10f6f3ad2bc6bfb624efc0db29bd3b5e +size 1376 diff --git a/MendeleyCXR/labels/Darwin_00001269_person131_virus_265.png b/MendeleyCXR/labels/Darwin_00001269_person131_virus_265.png new file mode 100644 index 0000000000000000000000000000000000000000..021a12d6e87f1aec47033b2adf2e62b05cfca0a3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001269_person131_virus_265.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab08bacc2987b77b1ba5169461235ae8db139541dd1e30cf8c4429dfe2f3c819 +size 1233 diff --git a/MendeleyCXR/labels/Darwin_00001270_person132_virus_266.png b/MendeleyCXR/labels/Darwin_00001270_person132_virus_266.png new file mode 100644 index 0000000000000000000000000000000000000000..a03a9f23ddfa630540a1c7eba9c42ceb13115c39 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001270_person132_virus_266.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df3d25cba41f6c634ea4ec9ee640862caa98f837506b3e53cf2b2d9a45a656ec +size 1235 diff --git a/MendeleyCXR/labels/Darwin_00001271_person133_virus_267.png b/MendeleyCXR/labels/Darwin_00001271_person133_virus_267.png new file mode 100644 index 0000000000000000000000000000000000000000..fc9dfef9ad0c3c098096b43d42aa1a7c98218886 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001271_person133_virus_267.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8013e983cdd0bee46269eabaaf70117716bf462dad9c1a2ca23f43140508e07f +size 1277 diff --git a/MendeleyCXR/labels/Darwin_00001272_person134_virus_268.png b/MendeleyCXR/labels/Darwin_00001272_person134_virus_268.png new file mode 100644 index 0000000000000000000000000000000000000000..9f121de3bda3dc3360b81943fd4d051e69591a11 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001272_person134_virus_268.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1ea08eb29c24bc9430225b0f275657ff51e660412beb5092b1eab3c9c69f4c5 +size 1338 diff --git a/MendeleyCXR/labels/Darwin_00001273_person1268_virus_2161.png b/MendeleyCXR/labels/Darwin_00001273_person1268_virus_2161.png new file mode 100644 index 0000000000000000000000000000000000000000..d85f21e48ff783baa41084828f1daec99bcdd918 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001273_person1268_virus_2161.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9078a4991205574415f69b72d1d4f655a173416fb11cd38c0ec89c0fae95ce73 +size 1236 diff --git a/MendeleyCXR/labels/Darwin_00001274_person1269_virus_2162.png b/MendeleyCXR/labels/Darwin_00001274_person1269_virus_2162.png new file mode 100644 index 0000000000000000000000000000000000000000..34c8bcec6b504b6b208ac22f03ced3b430d9aeb3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001274_person1269_virus_2162.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b94db6a4098690bd9e6ab0eec306909b6a7f313b078ea3d61dc4f9781d48131b +size 1324 diff --git a/MendeleyCXR/labels/Darwin_00001275_person1270_virus_2163.png b/MendeleyCXR/labels/Darwin_00001275_person1270_virus_2163.png new file mode 100644 index 0000000000000000000000000000000000000000..c7317de9fdf3d1bde3eeded4193a88ff9cba8539 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001275_person1270_virus_2163.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c53b09767b488f392ec925d298f1e332762f1af93621222337ef7f396aff67b +size 1241 diff --git a/MendeleyCXR/labels/Darwin_00001276_person1271_virus_2164.png b/MendeleyCXR/labels/Darwin_00001276_person1271_virus_2164.png new file mode 100644 index 0000000000000000000000000000000000000000..e0df0d4552246af9bed366304b80c0ec303e881d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001276_person1271_virus_2164.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37a16b7f53eec705342228684ed531e51078ed81aedda1dac89f865a50ef504a +size 1302 diff --git a/MendeleyCXR/labels/Darwin_00001277_person1272_virus_2190.png b/MendeleyCXR/labels/Darwin_00001277_person1272_virus_2190.png new file mode 100644 index 0000000000000000000000000000000000000000..ae5d3140d26d6ce002a50564e525e76f989a0121 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001277_person1272_virus_2190.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3a6278529cc822d8aa3a31ca6e6a35b4b0ab48faf1dae5241c72131d29ab3dc +size 1254 diff --git a/MendeleyCXR/labels/Darwin_00001278_person1273_virus_2191.png b/MendeleyCXR/labels/Darwin_00001278_person1273_virus_2191.png new file mode 100644 index 0000000000000000000000000000000000000000..71a3d67d76c061cae6c0ff34335f88aec286567a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001278_person1273_virus_2191.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50759714a4a575b48ff6e0eabbbbd06ed3496cfc1c030fdc9ffe6dc76ad32fb8 +size 1340 diff --git a/MendeleyCXR/labels/Darwin_00001279_person1274_virus_2193.png b/MendeleyCXR/labels/Darwin_00001279_person1274_virus_2193.png new file mode 100644 index 0000000000000000000000000000000000000000..278810b572bf679dbb1765656905042872693dba --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001279_person1274_virus_2193.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:106a5866be0c07d58a17cb0a2f8e54dc31cdeb9fd67583f164865c08f1323722 +size 1362 diff --git a/MendeleyCXR/labels/Darwin_00001280_person1276_virus_2198.png b/MendeleyCXR/labels/Darwin_00001280_person1276_virus_2198.png new file mode 100644 index 0000000000000000000000000000000000000000..2b488a34dbd4612a973891d18d4c0bcc452cb490 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001280_person1276_virus_2198.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:352c07b555cd82d6ff506ef9e7c2c80f818c8253de6dd6e2fa6492b63ac186fa +size 1247 diff --git a/MendeleyCXR/labels/Darwin_00001281_person1278_virus_2201.png b/MendeleyCXR/labels/Darwin_00001281_person1278_virus_2201.png new file mode 100644 index 0000000000000000000000000000000000000000..bb863a16e04aa719f5bfc749f5ac3a32014121f6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001281_person1278_virus_2201.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:649e7688ec7117fa37c2fc129645496240e4fa531bde2c811ab0225a31916a60 +size 1217 diff --git a/MendeleyCXR/labels/Darwin_00001282_person1281_virus_2204.png b/MendeleyCXR/labels/Darwin_00001282_person1281_virus_2204.png new file mode 100644 index 0000000000000000000000000000000000000000..cdda1d108aef52e177d875c234f58ab3e2acec7a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001282_person1281_virus_2204.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b84755c2d22e7cef41571042fe29e59701d7d1529dbc055d858075940c575380 +size 1119 diff --git a/MendeleyCXR/labels/Darwin_00001283_person1283_virus_2206.png b/MendeleyCXR/labels/Darwin_00001283_person1283_virus_2206.png new file mode 100644 index 0000000000000000000000000000000000000000..8be22125355f58850353643f10fe2bade7428691 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001283_person1283_virus_2206.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be4c6700ac4b96e03beb9e082d80723cbf64790b9f6eca71fa7509477e16520d +size 1379 diff --git a/MendeleyCXR/labels/Darwin_00001284_person1284_virus_2207.png b/MendeleyCXR/labels/Darwin_00001284_person1284_virus_2207.png new file mode 100644 index 0000000000000000000000000000000000000000..24245b8ae7c72cf225df128fa101d09825254def --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001284_person1284_virus_2207.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2c651a0f0b712386dfc82198b6c41a6f801c85ef74732ebec094143f343ba88 +size 1233 diff --git a/MendeleyCXR/labels/Darwin_00001285_person1285_virus_2208.png b/MendeleyCXR/labels/Darwin_00001285_person1285_virus_2208.png new file mode 100644 index 0000000000000000000000000000000000000000..d967bf40e85bc715376117e31e5cfe7adbd107bd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001285_person1285_virus_2208.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9035be610315fd1449c9e64a428d36694a940e4bfc41c40fa02a9f95db6b2966 +size 1289 diff --git a/MendeleyCXR/labels/Darwin_00001286_person1286_virus_2209.png b/MendeleyCXR/labels/Darwin_00001286_person1286_virus_2209.png new file mode 100644 index 0000000000000000000000000000000000000000..0e13eea6241cc77d2c38fdd5e1a49d86421354cc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001286_person1286_virus_2209.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6070c6205a720417f9271a939d2070bd9054abd8a5cb1d439c9642f7c789433 +size 1279 diff --git a/MendeleyCXR/labels/Darwin_00001287_person1287_virus_2210.png b/MendeleyCXR/labels/Darwin_00001287_person1287_virus_2210.png new file mode 100644 index 0000000000000000000000000000000000000000..15ee9baf597251029f66a89b804f865078e0283e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001287_person1287_virus_2210.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0b1c3e841bac9849fdbfcd95f2d7118b6ccdc8d2491953b8607e3654bd9bafb +size 1218 diff --git a/MendeleyCXR/labels/Darwin_00001288_person1288_virus_2211.png b/MendeleyCXR/labels/Darwin_00001288_person1288_virus_2211.png new file mode 100644 index 0000000000000000000000000000000000000000..9cbce84759db02a93ec6c7d2230e8100dbaafbeb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001288_person1288_virus_2211.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82b4c461c05e6eba009407a64b592abf0021e5f4e653465f8b90a86a3580f596 +size 1147 diff --git a/MendeleyCXR/labels/Darwin_00001289_person1290_virus_2215.png b/MendeleyCXR/labels/Darwin_00001289_person1290_virus_2215.png new file mode 100644 index 0000000000000000000000000000000000000000..2b5048921bcd739256b92d417896bf3b4dd692b8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001289_person1290_virus_2215.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5b9f83e80a131ee5c2006722df30bd1ca25bde5937e74ffac7e26addecc0ac9 +size 1201 diff --git a/MendeleyCXR/labels/Darwin_00001290_person1290_virus_2216.png b/MendeleyCXR/labels/Darwin_00001290_person1290_virus_2216.png new file mode 100644 index 0000000000000000000000000000000000000000..7646ea4a11bd5ee2561285b4f6f4975b55fe3035 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001290_person1290_virus_2216.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94f51ad639d7ed859012ddead5859bed99035ede409b0bbb3e6114577277ab2b +size 1326 diff --git a/MendeleyCXR/labels/Darwin_00001291_person1291_virus_2217.png b/MendeleyCXR/labels/Darwin_00001291_person1291_virus_2217.png new file mode 100644 index 0000000000000000000000000000000000000000..9c5b849b0e0ac8159ba5236069b0cda4fa8d93c2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001291_person1291_virus_2217.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36b1ad9113167e1ff40ad54c6b554c266432acaf2228a9704ffa3f90ecbc87b0 +size 1229 diff --git a/MendeleyCXR/labels/Darwin_00001292_person1292_virus_2218.png b/MendeleyCXR/labels/Darwin_00001292_person1292_virus_2218.png new file mode 100644 index 0000000000000000000000000000000000000000..6a09ca5b54063eff7de3ca66d1e5787c92b3b3f1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001292_person1292_virus_2218.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:642e97f1a5f8a96cafc2b416813e58c053fa4db3463ab8ad7c04acad39e05d16 +size 1115 diff --git a/MendeleyCXR/labels/Darwin_00001293_person1293_virus_2219.png b/MendeleyCXR/labels/Darwin_00001293_person1293_virus_2219.png new file mode 100644 index 0000000000000000000000000000000000000000..d13a21313b7961a68794b124c3f44d1ffda712e9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001293_person1293_virus_2219.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41fb79d82c84c6ed80b7dc8f5db5094ac3926c5756df3bfdb981129bdf8be672 +size 1334 diff --git a/MendeleyCXR/labels/Darwin_00001294_person1294_virus_2221.png b/MendeleyCXR/labels/Darwin_00001294_person1294_virus_2221.png new file mode 100644 index 0000000000000000000000000000000000000000..28c660adda476325316ce611026264d1f68dbc08 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001294_person1294_virus_2221.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43f5c032a8fdc28d3b74dfe51ebdb78984a2e21b3bbe477d5cf09cf9baed2b94 +size 1336 diff --git a/MendeleyCXR/labels/Darwin_00001295_person1294_virus_2222.png b/MendeleyCXR/labels/Darwin_00001295_person1294_virus_2222.png new file mode 100644 index 0000000000000000000000000000000000000000..692eebf10862eb95ce4e95a5560ec0e896cdb1ca --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001295_person1294_virus_2222.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5bd9a8f32ac5fc5e3ca5a3726b232026c01ed04d0aae4273924385caa24220c +size 1236 diff --git a/MendeleyCXR/labels/Darwin_00001296_person1295_virus_2223.png b/MendeleyCXR/labels/Darwin_00001296_person1295_virus_2223.png new file mode 100644 index 0000000000000000000000000000000000000000..47c253e8a31e2ee3313d120cfb176359051716b7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001296_person1295_virus_2223.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99388738c6427a98567bb32b69b53a810efaf54688a8055cb6e49f2f7d08ca17 +size 1166 diff --git a/MendeleyCXR/labels/Darwin_00001297_person1296_virus_2224.png b/MendeleyCXR/labels/Darwin_00001297_person1296_virus_2224.png new file mode 100644 index 0000000000000000000000000000000000000000..f67f4f1fb245fbbe086ad57902cfdb505f2d2d41 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001297_person1296_virus_2224.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36e1df0d84c46e3fea896632316788dd9c1166857a63dda9c9bb87c8aa64a797 +size 1179 diff --git a/MendeleyCXR/labels/Darwin_00001298_person1298_virus_2226.png b/MendeleyCXR/labels/Darwin_00001298_person1298_virus_2226.png new file mode 100644 index 0000000000000000000000000000000000000000..97af33bf287b172906cfa28c5a4d6876412905fc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001298_person1298_virus_2226.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5db8f86b977d4dd670c9b13297918a26ebb9391e56f379ec00acaa5d88f7098a +size 1175 diff --git a/MendeleyCXR/labels/Darwin_00001300_person1300_virus_2240.png b/MendeleyCXR/labels/Darwin_00001300_person1300_virus_2240.png new file mode 100644 index 0000000000000000000000000000000000000000..4e7d19b58c1fe0286013d74ff9fbf2a1a8c10db0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001300_person1300_virus_2240.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:157098c7c714e5ee7bb1263156c2fea3e00ddd5faaf36053eb031f0e25a428ca +size 1383 diff --git a/MendeleyCXR/labels/Darwin_00001301_person1301_virus_2241.png b/MendeleyCXR/labels/Darwin_00001301_person1301_virus_2241.png new file mode 100644 index 0000000000000000000000000000000000000000..8d33d9f255b6642f635836b40290e845b2d1ddef --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001301_person1301_virus_2241.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e238b3a1f9fda85a266a205a6e075d745dbeb3810c27cd1dea97c824f50ff312 +size 1210 diff --git a/MendeleyCXR/labels/Darwin_00001302_person1303_virus_2243.png b/MendeleyCXR/labels/Darwin_00001302_person1303_virus_2243.png new file mode 100644 index 0000000000000000000000000000000000000000..522f2015689b953ce7829bb04c727fef8e6155c0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001302_person1303_virus_2243.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:728e9d89fdce910a49590b11fdb9010c048bad49a6089a18e062df23d68f0876 +size 1316 diff --git a/MendeleyCXR/labels/Darwin_00001303_person1306_virus_2249.png b/MendeleyCXR/labels/Darwin_00001303_person1306_virus_2249.png new file mode 100644 index 0000000000000000000000000000000000000000..922030bc7665ea2b9e49d79eabd90fb577153965 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001303_person1306_virus_2249.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80fe9bd2277e505fc5286c9147ea06404f6102afef51903fe8280732f324a2d1 +size 1229 diff --git a/MendeleyCXR/labels/Darwin_00001304_person1307_virus_2251.png b/MendeleyCXR/labels/Darwin_00001304_person1307_virus_2251.png new file mode 100644 index 0000000000000000000000000000000000000000..9acbc76c18879240e1c229d6b05915714a56bb98 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001304_person1307_virus_2251.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00f2514d63688a5b6c81aa11f7393077ec70ef8193cb5231c115d319198cbc56 +size 1291 diff --git a/MendeleyCXR/labels/Darwin_00001306_person1308_virus_2253.png b/MendeleyCXR/labels/Darwin_00001306_person1308_virus_2253.png new file mode 100644 index 0000000000000000000000000000000000000000..c31ee23cd09bac21061e4045b99637c8259d10b0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001306_person1308_virus_2253.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:266104e0e8a3b1698885c68b65a78699c8d5972444d3b3fd8517d5300998a41a +size 1083 diff --git a/MendeleyCXR/labels/Darwin_00001307_person1309_virus_2254.png b/MendeleyCXR/labels/Darwin_00001307_person1309_virus_2254.png new file mode 100644 index 0000000000000000000000000000000000000000..80f33a4642af9b496a750ce190a45e32dff1c59a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001307_person1309_virus_2254.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28bbcc87faa1448127e9654829baccb8006a223c00958199efe7822151a3152b +size 1314 diff --git a/MendeleyCXR/labels/Darwin_00001308_person1310_virus_2255.png b/MendeleyCXR/labels/Darwin_00001308_person1310_virus_2255.png new file mode 100644 index 0000000000000000000000000000000000000000..96318c8735710f782c58034e409e7938ce5377d2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001308_person1310_virus_2255.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65b0eda647142c632b1d5218b54740e7bdb4b25831a36d866daa284ce5d5a8c9 +size 1198 diff --git a/MendeleyCXR/labels/Darwin_00001309_person1311_virus_2257.png b/MendeleyCXR/labels/Darwin_00001309_person1311_virus_2257.png new file mode 100644 index 0000000000000000000000000000000000000000..902a602f305575096d97a061b615013de6e478f5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001309_person1311_virus_2257.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfd0eb3780341b0317512423ad11df5c26a6e7dd0acf81d79d4daf51c2bba597 +size 1325 diff --git a/MendeleyCXR/labels/Darwin_00001310_person1311_virus_2259.png b/MendeleyCXR/labels/Darwin_00001310_person1311_virus_2259.png new file mode 100644 index 0000000000000000000000000000000000000000..085f76bf7618c9101ef40b315aa0391fe5c99446 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001310_person1311_virus_2259.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2c936245cf16976ec3d1987277238c506861eca35385a0c074c9747dc9f36d4 +size 1392 diff --git a/MendeleyCXR/labels/Darwin_00001311_person1312_virus_2261.png b/MendeleyCXR/labels/Darwin_00001311_person1312_virus_2261.png new file mode 100644 index 0000000000000000000000000000000000000000..f636f4f24ec6eb8691bf3fe0e99c5e53d7754310 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001311_person1312_virus_2261.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e78d4e7ef569953fee430f7a8f96ae76709f66ae54c86cc6ef0725cab57999d +size 1357 diff --git a/MendeleyCXR/labels/Darwin_00001312_person1313_virus_2264.png b/MendeleyCXR/labels/Darwin_00001312_person1313_virus_2264.png new file mode 100644 index 0000000000000000000000000000000000000000..fd180367483adf89801ec4ea1e4ee2836c00765d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001312_person1313_virus_2264.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ade39652f668136368b1014f0033230c6e71915abeef3a8d8026cdf70e3622c9 +size 1220 diff --git a/MendeleyCXR/labels/Darwin_00001313_person1314_virus_2266.png b/MendeleyCXR/labels/Darwin_00001313_person1314_virus_2266.png new file mode 100644 index 0000000000000000000000000000000000000000..47a8bd4eeb41c94abc8723ec2dfcc185cd3e70ac --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001313_person1314_virus_2266.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8835a52e7043ca1b2b7e33ad98c4e004b9995953ed3f065208ef7907e2982f5f +size 1289 diff --git a/MendeleyCXR/labels/Darwin_00001314_person1314_virus_2268.png b/MendeleyCXR/labels/Darwin_00001314_person1314_virus_2268.png new file mode 100644 index 0000000000000000000000000000000000000000..da2bce8f0daee69265788795d1a5f3202e33fb95 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001314_person1314_virus_2268.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84e80574dbeaf61e49685d181845e7fc3637dcf6f621ad031bcca3c1d2d4c70c +size 1244 diff --git a/MendeleyCXR/labels/Darwin_00001315_person1314_virus_2269.png b/MendeleyCXR/labels/Darwin_00001315_person1314_virus_2269.png new file mode 100644 index 0000000000000000000000000000000000000000..e32613160484d90cf6d351ba0fb69c72c22e2627 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001315_person1314_virus_2269.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37b57949df1d7b1c0299d28d30d1bc6cf364f0253e04f4d0cd306dc5d38ed0c1 +size 1093 diff --git a/MendeleyCXR/labels/Darwin_00001316_person1315_virus_2270.png b/MendeleyCXR/labels/Darwin_00001316_person1315_virus_2270.png new file mode 100644 index 0000000000000000000000000000000000000000..d8c17d043e451b1d05b23e93ef7b243752502fa7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001316_person1315_virus_2270.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87165a20c1e0f20c3cac63eff1c08a96b45a125f2de26141b985f71a70746b99 +size 1156 diff --git a/MendeleyCXR/labels/Darwin_00001317_person1316_virus_2271.png b/MendeleyCXR/labels/Darwin_00001317_person1316_virus_2271.png new file mode 100644 index 0000000000000000000000000000000000000000..f66aaaa9d57005c837c29888678f2072637a0906 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001317_person1316_virus_2271.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:601b135bfad9e5c0cf1ae17af1b03e2ef0394494f7ac589cb41c74abfee1850f +size 1277 diff --git a/MendeleyCXR/labels/Darwin_00001318_person1317_virus_2273.png b/MendeleyCXR/labels/Darwin_00001318_person1317_virus_2273.png new file mode 100644 index 0000000000000000000000000000000000000000..46c017998b4ac9eedb33a41cc75413ef6b2a96ac --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001318_person1317_virus_2273.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:932290ed4880e7f3048a00f0ca2693d07a57c7f70a2942c634eecf2a9ce39501 +size 1161 diff --git a/MendeleyCXR/labels/Darwin_00001319_person1318_virus_2274.png b/MendeleyCXR/labels/Darwin_00001319_person1318_virus_2274.png new file mode 100644 index 0000000000000000000000000000000000000000..48e4a44d8eefce7e40e3ebc85ba75cd6385b49c1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001319_person1318_virus_2274.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90b69ee509fbce09c55f7fc0863bdb3770eafa0d3aca9846f45066badb9812f2 +size 1287 diff --git a/MendeleyCXR/labels/Darwin_00001320_person1319_virus_2276.png b/MendeleyCXR/labels/Darwin_00001320_person1319_virus_2276.png new file mode 100644 index 0000000000000000000000000000000000000000..b8bfa665091de64ad2b34295e555c6612d302839 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001320_person1319_virus_2276.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:978a306d2c1d0b9075423f6f1d5928453e9347994417b9d5cd981f58b9ae69eb +size 1166 diff --git a/MendeleyCXR/labels/Darwin_00001321_person1320_virus_2277.png b/MendeleyCXR/labels/Darwin_00001321_person1320_virus_2277.png new file mode 100644 index 0000000000000000000000000000000000000000..0132c4e6855a76a62380c98fd319cfd56856eb2e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001321_person1320_virus_2277.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ae585d404acaf6e702d7f58d684d8d856ed91cb13d6a6b2a08cc11c1927c3e1 +size 1228 diff --git a/MendeleyCXR/labels/Darwin_00001322_person1321_virus_2279.png b/MendeleyCXR/labels/Darwin_00001322_person1321_virus_2279.png new file mode 100644 index 0000000000000000000000000000000000000000..15c65b625ba75390624bb39f992c7558891eb79c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001322_person1321_virus_2279.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aac455d9576a1b9d61c6bcbb271f5ebd3e55a06df73c2d6c39b8f414b013cef5 +size 1216 diff --git a/MendeleyCXR/labels/Darwin_00001323_person1323_virus_2282.png b/MendeleyCXR/labels/Darwin_00001323_person1323_virus_2282.png new file mode 100644 index 0000000000000000000000000000000000000000..6320e635de7cffd0cdbfad38247d3cffbe30bb64 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001323_person1323_virus_2282.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6796af21e46d0c8f57ba88df99e791a5630854218fd6aad1c1c705a9a7db05b1 +size 1334 diff --git a/MendeleyCXR/labels/Darwin_00001324_person1323_virus_2283.png b/MendeleyCXR/labels/Darwin_00001324_person1323_virus_2283.png new file mode 100644 index 0000000000000000000000000000000000000000..4c7908facfea7e430fbcea8d0a9432281411f541 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001324_person1323_virus_2283.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ebc201d539286008b9e5866c14e8f9183e836592d1d38bd0b655d9bb2417d0f +size 1179 diff --git a/MendeleyCXR/labels/Darwin_00001325_person1324_virus_2284.png b/MendeleyCXR/labels/Darwin_00001325_person1324_virus_2284.png new file mode 100644 index 0000000000000000000000000000000000000000..02fd5fcd9416a82983d11ee5ba9e766a71401ac9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001325_person1324_virus_2284.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07640d879455ac22c4f0858bb9516a607d02e179a50a78a85b3550deaf8a3f38 +size 1174 diff --git a/MendeleyCXR/labels/Darwin_00001326_person1324_virus_2285.png b/MendeleyCXR/labels/Darwin_00001326_person1324_virus_2285.png new file mode 100644 index 0000000000000000000000000000000000000000..0718e7ceeba072e851b2b5204dc36d9c6c2053e8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001326_person1324_virus_2285.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f981be22268071b4bd293564724a866e51876564ec00948ce4fec04da8d9df5d +size 1226 diff --git a/MendeleyCXR/labels/Darwin_00001327_person1325_virus_2287.png b/MendeleyCXR/labels/Darwin_00001327_person1325_virus_2287.png new file mode 100644 index 0000000000000000000000000000000000000000..0458eb67026bae3cab63f657f7a518e005ac1a64 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001327_person1325_virus_2287.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0377c83d6a632a82d995c3173e664dc4350d23d3901fa16017a19ca688ec9458 +size 1231 diff --git a/MendeleyCXR/labels/Darwin_00001328_person1328_virus_2293.png b/MendeleyCXR/labels/Darwin_00001328_person1328_virus_2293.png new file mode 100644 index 0000000000000000000000000000000000000000..cd6b2fd2b4a711c9a14519eeba7104e6ae833a05 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001328_person1328_virus_2293.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c77b0d58dfbb9de1c6699ef2206d0b679e028d499dea1449175c3831c278c92 +size 1292 diff --git a/MendeleyCXR/labels/Darwin_00001329_person1328_virus_2294.png b/MendeleyCXR/labels/Darwin_00001329_person1328_virus_2294.png new file mode 100644 index 0000000000000000000000000000000000000000..77bb7d7845f1acc5bae0d623a4367356d843ea70 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001329_person1328_virus_2294.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:087e072f2be94cbac49d2d5d930bee6652bb7fa38e5dc296a29cd98b3c12ffa3 +size 1297 diff --git a/MendeleyCXR/labels/Darwin_00001330_person1328_virus_2295.png b/MendeleyCXR/labels/Darwin_00001330_person1328_virus_2295.png new file mode 100644 index 0000000000000000000000000000000000000000..d6df671f341dd4d0232d73744a4d8c0604362798 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001330_person1328_virus_2295.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3c1860363da0632f3b09507901efb5a4a42acb49af1f27519c9b5a3a76a1ac9 +size 1231 diff --git a/MendeleyCXR/labels/Darwin_00001331_person1331_virus_2299.png b/MendeleyCXR/labels/Darwin_00001331_person1331_virus_2299.png new file mode 100644 index 0000000000000000000000000000000000000000..3397edeb37150aaa5dda09a5f19646b1fc565781 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001331_person1331_virus_2299.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad1c211bca7cc68e6d349b3964f38cb1e9f5eda99ae5af348756fc49db1c96cc +size 1240 diff --git a/MendeleyCXR/labels/Darwin_00001332_person1332_virus_2300.png b/MendeleyCXR/labels/Darwin_00001332_person1332_virus_2300.png new file mode 100644 index 0000000000000000000000000000000000000000..303e818e5ea6074ef13436ee48a9128d1a0c219d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001332_person1332_virus_2300.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50cd8d450f8e1c2829a432dd433bad7411b5643e10d79ff210c7886bbf939a39 +size 1333 diff --git a/MendeleyCXR/labels/Darwin_00001333_person1333_virus_2301.png b/MendeleyCXR/labels/Darwin_00001333_person1333_virus_2301.png new file mode 100644 index 0000000000000000000000000000000000000000..33be9156fc30ba8d17338ed3adacea7eb00a0511 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001333_person1333_virus_2301.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6efb3023104ca2d3955002274cc10dc8c2455173871c0297c9b8a12f8e410940 +size 1141 diff --git a/MendeleyCXR/labels/Darwin_00001334_person1336_virus_2306.png b/MendeleyCXR/labels/Darwin_00001334_person1336_virus_2306.png new file mode 100644 index 0000000000000000000000000000000000000000..07ea36f8004149ee7b34a7a73c97f43a58d6e098 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001334_person1336_virus_2306.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0d7fd100e0e3d3e6cf23aff07bcba05e2b0bec937607defceaf6c1b0545cb90 +size 1269 diff --git a/MendeleyCXR/labels/Darwin_00001335_person1337_virus_2307.png b/MendeleyCXR/labels/Darwin_00001335_person1337_virus_2307.png new file mode 100644 index 0000000000000000000000000000000000000000..4fb799f73205f56e23a6f343a69b9cd1064e26d8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001335_person1337_virus_2307.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfd854aa2ad578cf77006ebfdc61919737fa7ccefc600ee9ec946d78e69aa2b7 +size 1167 diff --git a/MendeleyCXR/labels/Darwin_00001337_person1340_virus_2311.png b/MendeleyCXR/labels/Darwin_00001337_person1340_virus_2311.png new file mode 100644 index 0000000000000000000000000000000000000000..d0342d39dc7b89072a4559ae59f77766e8263eca --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001337_person1340_virus_2311.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa576dabb200b931437b5b5dddfde841e7e085ef665099b1ca392db1bdb30ffa +size 1150 diff --git a/MendeleyCXR/labels/Darwin_00001338_person1340_virus_2312.png b/MendeleyCXR/labels/Darwin_00001338_person1340_virus_2312.png new file mode 100644 index 0000000000000000000000000000000000000000..c58dfffd44c1cf284871ca90c9a015f3b0eef3da --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001338_person1340_virus_2312.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6873153d66d424ded33acc020e5543d428349d6bd4e98ca480efb6ab0c304655 +size 1350 diff --git a/MendeleyCXR/labels/Darwin_00001339_person1341_virus_2313.png b/MendeleyCXR/labels/Darwin_00001339_person1341_virus_2313.png new file mode 100644 index 0000000000000000000000000000000000000000..6713a699c747ef8e3dcd1eb5e58e2bfbfcd573e3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001339_person1341_virus_2313.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e857a9d68875f71b097629d52e345cadf51307dedbb72521e5d257f32203349 +size 1139 diff --git a/MendeleyCXR/labels/Darwin_00001340_person1342_virus_2315.png b/MendeleyCXR/labels/Darwin_00001340_person1342_virus_2315.png new file mode 100644 index 0000000000000000000000000000000000000000..67ce73d9a2947622a2997296cd283a14f230cf89 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001340_person1342_virus_2315.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d4d039007f3e9cacc266b3ec67ccf829d2fd2ab6f826497680e4f60d06d9fb9 +size 1208 diff --git a/MendeleyCXR/labels/Darwin_00001341_person1343_virus_2316.png b/MendeleyCXR/labels/Darwin_00001341_person1343_virus_2316.png new file mode 100644 index 0000000000000000000000000000000000000000..28f3b2df245be4c00963d5c438b26209ff653a50 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001341_person1343_virus_2316.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6a732e88cd541b7a21ad44bc6dcc2e7fe1f0e025b8f0309858eeccb380aabfa +size 1389 diff --git a/MendeleyCXR/labels/Darwin_00001342_person1343_virus_2317.png b/MendeleyCXR/labels/Darwin_00001342_person1343_virus_2317.png new file mode 100644 index 0000000000000000000000000000000000000000..9b0c008da1ea20d0d2d0ff55df0995e2f2cfd8ad --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001342_person1343_virus_2317.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5fcf2a596950f8534ee6e3d4cb3dd5ed2f84884befca1d49a9937b058fda828 +size 1311 diff --git a/MendeleyCXR/labels/Darwin_00001343_person1344_virus_2319.png b/MendeleyCXR/labels/Darwin_00001343_person1344_virus_2319.png new file mode 100644 index 0000000000000000000000000000000000000000..806d09cffadb4a2b0c3e724d32eb61e18e36f0a3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001343_person1344_virus_2319.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cefacf79d184cb3445b8731ae4aee0ef54e208fb05c28d41152fd23c9d7ed980 +size 1341 diff --git a/MendeleyCXR/labels/Darwin_00001344_person1344_virus_2320.png b/MendeleyCXR/labels/Darwin_00001344_person1344_virus_2320.png new file mode 100644 index 0000000000000000000000000000000000000000..ea84d6ac55707e18694aa8f5d1b76ab6c7470688 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001344_person1344_virus_2320.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa2ca3ffa7040b41a08465a8500ff9b48cce27572e797cc4d634b2c5e4b11a8d +size 1296 diff --git a/MendeleyCXR/labels/Darwin_00001345_person1345_virus_2321.png b/MendeleyCXR/labels/Darwin_00001345_person1345_virus_2321.png new file mode 100644 index 0000000000000000000000000000000000000000..e85b93382d365fc660830d8b83ef6acaa9887b07 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001345_person1345_virus_2321.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2245e0b155d523d2d76c516f70466b75b7e4e8bf92a539214592ae03f31d2fc3 +size 1323 diff --git a/MendeleyCXR/labels/Darwin_00001346_person1346_virus_2322.png b/MendeleyCXR/labels/Darwin_00001346_person1346_virus_2322.png new file mode 100644 index 0000000000000000000000000000000000000000..e3ffae734a867b1a3717fb2355f2e15dd7bd7564 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001346_person1346_virus_2322.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eee008b10dee9cc6e0ead8d7a68378f595316039d047137cb66c5932cd484b77 +size 1241 diff --git a/MendeleyCXR/labels/Darwin_00001347_person1347_virus_2323.png b/MendeleyCXR/labels/Darwin_00001347_person1347_virus_2323.png new file mode 100644 index 0000000000000000000000000000000000000000..c7d518abdf2cc7f094075d9242f35186faed62b4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001347_person1347_virus_2323.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3508aca1bb9db766543727b75e2d7a983bbb48d9baed927f97798de5c5509f9a +size 1235 diff --git a/MendeleyCXR/labels/Darwin_00001348_person1348_virus_2324.png b/MendeleyCXR/labels/Darwin_00001348_person1348_virus_2324.png new file mode 100644 index 0000000000000000000000000000000000000000..bd78f7d92ab8f6a41b20030116523c2992818669 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001348_person1348_virus_2324.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04119f3a17e59585d4f7d4a3b48c084b791c7cdc5cfa3efa654e20796870247d +size 1228 diff --git a/MendeleyCXR/labels/Darwin_00001349_person1348_virus_2326.png b/MendeleyCXR/labels/Darwin_00001349_person1348_virus_2326.png new file mode 100644 index 0000000000000000000000000000000000000000..dff03007a76186e9cb4f94858bee07803bdfca05 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001349_person1348_virus_2326.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf11ca4fd88482a3a0386d5344c4a7f200f60321528beba040eedb6ec6e7fb24 +size 1178 diff --git a/MendeleyCXR/labels/Darwin_00001350_person1350_virus_2329.png b/MendeleyCXR/labels/Darwin_00001350_person1350_virus_2329.png new file mode 100644 index 0000000000000000000000000000000000000000..dd9972ccded530b26b569c30b90587f918c9be2a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001350_person1350_virus_2329.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f56d342da7498bfdfbb52d6dfa9e1770888bd2636861817fd99772d6ab795c0 +size 1475 diff --git a/MendeleyCXR/labels/Darwin_00001351_person1351_virus_2330.png b/MendeleyCXR/labels/Darwin_00001351_person1351_virus_2330.png new file mode 100644 index 0000000000000000000000000000000000000000..579c9d0ba08e4a9b23b009b39939b94ee24d7dd8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001351_person1351_virus_2330.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:908a801f569f29e2eeb384e0ff63c94f910cca455c938e37a14455f3ec04c927 +size 1287 diff --git a/MendeleyCXR/labels/Darwin_00001352_person1353_virus_2333.png b/MendeleyCXR/labels/Darwin_00001352_person1353_virus_2333.png new file mode 100644 index 0000000000000000000000000000000000000000..63673f292f5603bd4e6c15a268e37c3792bb860b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001352_person1353_virus_2333.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5802c5d0a503465f3436d78c8a21fb629696118582c0b83b5b61ce0af82e3dc +size 1304 diff --git a/MendeleyCXR/labels/Darwin_00001353_person1355_virus_2336.png b/MendeleyCXR/labels/Darwin_00001353_person1355_virus_2336.png new file mode 100644 index 0000000000000000000000000000000000000000..b4ca79ce2090a1dea2b4b334e229c3b139f20f49 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001353_person1355_virus_2336.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb8a314fc2abb4d85a82da1f2752bad50f4fab9601b4d510fde0ccacdf42cd22 +size 1366 diff --git a/MendeleyCXR/labels/Darwin_00001354_person1356_virus_2337.png b/MendeleyCXR/labels/Darwin_00001354_person1356_virus_2337.png new file mode 100644 index 0000000000000000000000000000000000000000..b341776b25bc0c2126170347173329f88e975e72 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001354_person1356_virus_2337.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03e924bffb582b9586b2bbfc4507ed7c950ada329cf3586bb7482d27212139b4 +size 1425 diff --git a/MendeleyCXR/labels/Darwin_00001355_person1357_virus_2338.png b/MendeleyCXR/labels/Darwin_00001355_person1357_virus_2338.png new file mode 100644 index 0000000000000000000000000000000000000000..56fa403e4e46ca633f7fd4682316913b017da1e1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001355_person1357_virus_2338.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fca444491f159ab0ffbf23f2c12d4027d35dcc4f6b3818b9dc6b6573e4a67d4 +size 1289 diff --git a/MendeleyCXR/labels/Darwin_00001356_person115_virus_218.png b/MendeleyCXR/labels/Darwin_00001356_person115_virus_218.png new file mode 100644 index 0000000000000000000000000000000000000000..44f77b7680018d73e6c0c1ccef95aed5c2e1b816 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001356_person115_virus_218.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b31bd6ecb627e3299e4c80c051a450c840244eae6a2396d7340e1a0348d486c +size 1379 diff --git a/MendeleyCXR/labels/Darwin_00001357_person115_virus_219.png b/MendeleyCXR/labels/Darwin_00001357_person115_virus_219.png new file mode 100644 index 0000000000000000000000000000000000000000..443c4d6fa93d7c1a6e35050a9e96bbd129a6d36b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001357_person115_virus_219.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01865d3630fd37e020aa71d1b448d2da5ef3116e117e6f12acec0f27089462fe +size 1345 diff --git a/MendeleyCXR/labels/Darwin_00001358_person116_virus_221.png b/MendeleyCXR/labels/Darwin_00001358_person116_virus_221.png new file mode 100644 index 0000000000000000000000000000000000000000..880541098644dac9450809bcd08e7d0ccbe3a452 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001358_person116_virus_221.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:186eb6f345952cc6349e6245956301ee547de0e2e47c5bd7adf1de4355fc205c +size 1157 diff --git a/MendeleyCXR/labels/Darwin_00001359_person117_virus_223.png b/MendeleyCXR/labels/Darwin_00001359_person117_virus_223.png new file mode 100644 index 0000000000000000000000000000000000000000..5fc021c294bb29520db7f00ac58c8a37e6dedd8a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001359_person117_virus_223.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5ff7959e2a4f9bed8f5d49cf4a40f6402d63bfda363c944591e708596aab6cb +size 1259 diff --git a/MendeleyCXR/labels/Darwin_00001360_person118_virus_224.png b/MendeleyCXR/labels/Darwin_00001360_person118_virus_224.png new file mode 100644 index 0000000000000000000000000000000000000000..c9b10e3f38d48905649a8e2b203f6248279507ff --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001360_person118_virus_224.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d3ea4b323c410eab228ee13540889cbcacaf27c7d18e9bc6db4ceae68c0beef +size 1272 diff --git a/MendeleyCXR/labels/Darwin_00001361_person119_virus_225.png b/MendeleyCXR/labels/Darwin_00001361_person119_virus_225.png new file mode 100644 index 0000000000000000000000000000000000000000..38affbf22be8317e9accd1cc6ef2686edb27fe9b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001361_person119_virus_225.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:867086c281098c5a5486c8b4305f0193c97f37ddcc506fe9a81f1a8058f23128 +size 1369 diff --git a/MendeleyCXR/labels/Darwin_00001362_person120_virus_226.png b/MendeleyCXR/labels/Darwin_00001362_person120_virus_226.png new file mode 100644 index 0000000000000000000000000000000000000000..a75826604614153df8e0ea56d8de3ebd3cc87a54 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001362_person120_virus_226.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:427c9e56850ec495384900ef6c4c019f2555b8a7219117a2ff15286664655c68 +size 1302 diff --git a/MendeleyCXR/labels/Darwin_00001363_person122_virus_229.png b/MendeleyCXR/labels/Darwin_00001363_person122_virus_229.png new file mode 100644 index 0000000000000000000000000000000000000000..26fa8545a5d9c36392b26bcf6edb2c6800c49fb6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001363_person122_virus_229.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74a4cd22ec8ea6263e65357db5747082bc81f4ff9e24d1419aae27cb5ae3fbd5 +size 1385 diff --git a/MendeleyCXR/labels/Darwin_00001364_person123_virus_230.png b/MendeleyCXR/labels/Darwin_00001364_person123_virus_230.png new file mode 100644 index 0000000000000000000000000000000000000000..f303719083702414b7ecc7080b0361f77179c208 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001364_person123_virus_230.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a2a3dadf171ae3a1498d1a82a0677f568541e32b42ce88fd1da63232fe78627 +size 1293 diff --git a/MendeleyCXR/labels/Darwin_00001365_person124_virus_231.png b/MendeleyCXR/labels/Darwin_00001365_person124_virus_231.png new file mode 100644 index 0000000000000000000000000000000000000000..d34f85bcf80c4b214de00f9c0b2920ea0150417c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001365_person124_virus_231.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49feff760ea5cde4263c80a5a81fce283e1d66a1b25f1fde0092e9631e7c4f13 +size 1246 diff --git a/MendeleyCXR/labels/Darwin_00001366_person124_virus_233.png b/MendeleyCXR/labels/Darwin_00001366_person124_virus_233.png new file mode 100644 index 0000000000000000000000000000000000000000..9bbefafdd4d7456abe39b300e7d16d12f07d72f8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001366_person124_virus_233.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7be438d6bf9f12549ff5bb84080e5cf87530e1bf9fb266a925c08d25cfaa1665 +size 1413 diff --git a/MendeleyCXR/labels/Darwin_00001367_person124_virus_234.png b/MendeleyCXR/labels/Darwin_00001367_person124_virus_234.png new file mode 100644 index 0000000000000000000000000000000000000000..a2ccb02547cd7f692f1c66af46bcdcd61666ba33 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001367_person124_virus_234.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c6d1b468ee99bf5fd25aa186a16b7a74c6a89b84ccdd66caa740e7bb35eacc5 +size 1189 diff --git a/MendeleyCXR/labels/Darwin_00001368_person124_virus_236.png b/MendeleyCXR/labels/Darwin_00001368_person124_virus_236.png new file mode 100644 index 0000000000000000000000000000000000000000..1e11fa7c56c52e3e1483e7d96060a0543e852138 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001368_person124_virus_236.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bfe0e72ec6ca8e510b37903467a443c2c977eaae25aaf192be81a7090a85cc2 +size 1248 diff --git a/MendeleyCXR/labels/Darwin_00001369_person124_virus_237.png b/MendeleyCXR/labels/Darwin_00001369_person124_virus_237.png new file mode 100644 index 0000000000000000000000000000000000000000..9a2c05d9a3fe1f3b61cd293c7569444cbe1a6fb8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001369_person124_virus_237.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d6642b553717f3c7d5eb588189eae454e42543a9e03b63bded7ef52c7677db0 +size 1391 diff --git a/MendeleyCXR/labels/Darwin_00001370_person124_virus_238.png b/MendeleyCXR/labels/Darwin_00001370_person124_virus_238.png new file mode 100644 index 0000000000000000000000000000000000000000..f15d9b4f26c44d43e2f11117c367306483464d9e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001370_person124_virus_238.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e619a1ae88ed6dd5f991130b0331f0e720b9c105933f5f0217064d9e35caf982 +size 1264 diff --git a/MendeleyCXR/labels/Darwin_00001371_person124_virus_239.png b/MendeleyCXR/labels/Darwin_00001371_person124_virus_239.png new file mode 100644 index 0000000000000000000000000000000000000000..aec86413f14c3d4e9173d32024903a64ea4c64f6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001371_person124_virus_239.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc1588b3abd56635d45b3691a2fec29453e6a976f08eef34a54ced214c615b8e +size 1196 diff --git a/MendeleyCXR/labels/Darwin_00001372_person124_virus_240.png b/MendeleyCXR/labels/Darwin_00001372_person124_virus_240.png new file mode 100644 index 0000000000000000000000000000000000000000..34ce608d076af33907690083807665d3640bd742 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001372_person124_virus_240.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e99eb4bc69da5413e891fc83b53c7b94cb5194c98f8cb8efad58387d1da13e1 +size 1264 diff --git a/MendeleyCXR/labels/Darwin_00001373_person124_virus_242.png b/MendeleyCXR/labels/Darwin_00001373_person124_virus_242.png new file mode 100644 index 0000000000000000000000000000000000000000..b133302dcdd2f6d15374acc571d61545567b8028 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001373_person124_virus_242.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b45c8a53cdde60d22eb6e21d9fd5abf2cc6b372bd16716b6c7533b9dcf111ccb +size 1290 diff --git a/MendeleyCXR/labels/Darwin_00001374_person124_virus_244.png b/MendeleyCXR/labels/Darwin_00001374_person124_virus_244.png new file mode 100644 index 0000000000000000000000000000000000000000..3a207691ffc09acd1eed1a1b39bee793ba3f97c2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001374_person124_virus_244.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5223395680a9e41c314d1ca479fd6676f45630df00aef0b48dcadac6a7fd82e +size 1352 diff --git a/MendeleyCXR/labels/Darwin_00001375_person124_virus_245.png b/MendeleyCXR/labels/Darwin_00001375_person124_virus_245.png new file mode 100644 index 0000000000000000000000000000000000000000..d036b66aa7349014b229ae2dc3a97047d8e9b56e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001375_person124_virus_245.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a8b8bd64b4082eccfeb40531f6ac2be3dd93cfed1c1f267fe81b66d67bedf4f +size 1431 diff --git a/MendeleyCXR/labels/Darwin_00001376_person124_virus_246.png b/MendeleyCXR/labels/Darwin_00001376_person124_virus_246.png new file mode 100644 index 0000000000000000000000000000000000000000..46f174808c389b36977e545a1f9e313bf4d009d5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001376_person124_virus_246.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f03273ec0cf0ae6dcfceb67c22ac5c8600bfa1a39cc29e3fdbc72ae070b7da61 +size 1381 diff --git a/MendeleyCXR/labels/Darwin_00001378_person124_virus_249.png b/MendeleyCXR/labels/Darwin_00001378_person124_virus_249.png new file mode 100644 index 0000000000000000000000000000000000000000..696da442bab76e4833e5d980221e53248d7594a0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001378_person124_virus_249.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6600d4bf6665f3296663c180be7be385d9fd327add9e188db5deaae769f74ec5 +size 1354 diff --git a/MendeleyCXR/labels/Darwin_00001379_person124_virus_250.png b/MendeleyCXR/labels/Darwin_00001379_person124_virus_250.png new file mode 100644 index 0000000000000000000000000000000000000000..f42c12ebd4ba805ddc276aa6e6f6dbb84eea4191 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001379_person124_virus_250.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f71a629ec3a37d7f71bd0c14ed207c192b6c9b187330566ec206b8deb88cb8c +size 1403 diff --git a/MendeleyCXR/labels/Darwin_00001380_person124_virus_251.png b/MendeleyCXR/labels/Darwin_00001380_person124_virus_251.png new file mode 100644 index 0000000000000000000000000000000000000000..5f3aa394951195306209a7800e175127bd586cac --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001380_person124_virus_251.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9abde61f36b8e462cf71d1b4bb2c9981a98b6c1d769e5245656a1b8b81ba0913 +size 1227 diff --git a/MendeleyCXR/labels/Darwin_00001381_person125_virus_254.png b/MendeleyCXR/labels/Darwin_00001381_person125_virus_254.png new file mode 100644 index 0000000000000000000000000000000000000000..52b6820214bc74d54789471938ce30e823e632be --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001381_person125_virus_254.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdcfff9aaf44aa3d8873297fc523916ea380ec10ed4244d056e4c4d280b0a09f +size 1412 diff --git a/MendeleyCXR/labels/Darwin_00001382_person1159_virus_1945.png b/MendeleyCXR/labels/Darwin_00001382_person1159_virus_1945.png new file mode 100644 index 0000000000000000000000000000000000000000..80bf95442b7ea803f9627e6c7034ea1d0e616cb2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001382_person1159_virus_1945.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:031114a4f9101d1b40a0b24062709414448ede0b7f141014efd0c663a207c995 +size 1296 diff --git a/MendeleyCXR/labels/Darwin_00001384_person1160_virus_1947.png b/MendeleyCXR/labels/Darwin_00001384_person1160_virus_1947.png new file mode 100644 index 0000000000000000000000000000000000000000..d84c310ed38de088fe20522f9becfdc2ce6c6759 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001384_person1160_virus_1947.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ba3c8300caf276480b13f70d3856c48bf9d2b2421e8d5616ee3cd73da5c50e2 +size 1361 diff --git a/MendeleyCXR/labels/Darwin_00001385_person1161_virus_1948.png b/MendeleyCXR/labels/Darwin_00001385_person1161_virus_1948.png new file mode 100644 index 0000000000000000000000000000000000000000..b73f8c03f6d5e8dccf122b124f10c6009cb484e5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001385_person1161_virus_1948.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35f94983c92c1e287d23388fd9946f2abd9bbf15adbeb851fe26f8a2ba583cf9 +size 1257 diff --git a/MendeleyCXR/labels/Darwin_00001386_person1162_virus_1949.png b/MendeleyCXR/labels/Darwin_00001386_person1162_virus_1949.png new file mode 100644 index 0000000000000000000000000000000000000000..3ba6ade5ebbaa67a4c49a678800827bb197f0d1b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001386_person1162_virus_1949.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92367791d772a5f7f8900054e54f5c08141d414c1035dcdfd94cee747cb2799c +size 1266 diff --git a/MendeleyCXR/labels/Darwin_00001387_person1162_virus_1950.png b/MendeleyCXR/labels/Darwin_00001387_person1162_virus_1950.png new file mode 100644 index 0000000000000000000000000000000000000000..7211f759ece6aa9b16adcd6d3bae139fa84c37c9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001387_person1162_virus_1950.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8056ecc2767f4de0b122f0cf5c341f3ab81a0a6a26f07a6faec78396b8b53d76 +size 1413 diff --git a/MendeleyCXR/labels/Darwin_00001388_person1163_virus_1951.png b/MendeleyCXR/labels/Darwin_00001388_person1163_virus_1951.png new file mode 100644 index 0000000000000000000000000000000000000000..10fc8afd7aeeed58bd125479f95506003e52ee22 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001388_person1163_virus_1951.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4819fce78c4e0c3f3edd2bec0cdeedc8747e84164121c593038e72813b7db684 +size 1333 diff --git a/MendeleyCXR/labels/Darwin_00001389_person1164_virus_1952.png b/MendeleyCXR/labels/Darwin_00001389_person1164_virus_1952.png new file mode 100644 index 0000000000000000000000000000000000000000..55e0ca5aa695658d5aba2b5db2c6b7978830ff9e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001389_person1164_virus_1952.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7009cd6543d7e7c04961e0e94981816c083857c88452d1a784d772e32b0ffe64 +size 1285 diff --git a/MendeleyCXR/labels/Darwin_00001390_person1164_virus_1955.png b/MendeleyCXR/labels/Darwin_00001390_person1164_virus_1955.png new file mode 100644 index 0000000000000000000000000000000000000000..9b0f820c501029418f1a1d89ca2dc766b3ae54cd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001390_person1164_virus_1955.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce60bbc10d6f901e24f04652c1bb3476f5eb23c8afa37b29157033dd3c193509 +size 1350 diff --git a/MendeleyCXR/labels/Darwin_00001391_person1164_virus_1956.png b/MendeleyCXR/labels/Darwin_00001391_person1164_virus_1956.png new file mode 100644 index 0000000000000000000000000000000000000000..249df91c30e491b3d0c7e01bdaaf2fff44d089f0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001391_person1164_virus_1956.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4a2d6a3b3eb6cc00d728b7f68e73b6945ec3fcf5f759a43f9175d4e55449650 +size 1147 diff --git a/MendeleyCXR/labels/Darwin_00001392_person1164_virus_1957.png b/MendeleyCXR/labels/Darwin_00001392_person1164_virus_1957.png new file mode 100644 index 0000000000000000000000000000000000000000..11708abb955428f045a774c38ac5c82f9bbb40cc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001392_person1164_virus_1957.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:443803ec19fd68a31d8a8872af906d6a4e5463f1dcdadbb8829a0795fb0e5e60 +size 1221 diff --git a/MendeleyCXR/labels/Darwin_00001393_person1164_virus_1958.png b/MendeleyCXR/labels/Darwin_00001393_person1164_virus_1958.png new file mode 100644 index 0000000000000000000000000000000000000000..9eec4b2c14f168d1521bf76a890e4f0c48e9d08a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001393_person1164_virus_1958.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccdce426ecd4afa7d4f4dc8183043efce5f8b6f911ee0159464b5f50c5811681 +size 1310 diff --git a/MendeleyCXR/labels/Darwin_00001394_person1165_virus_1959.png b/MendeleyCXR/labels/Darwin_00001394_person1165_virus_1959.png new file mode 100644 index 0000000000000000000000000000000000000000..7495ed74df4fbf6247c0931efe9c0b2f0e7f3a47 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001394_person1165_virus_1959.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41fa323d31261201094eccb1287a4a6b12f098eaefcfe987f858ab8ed3daeb63 +size 1355 diff --git a/MendeleyCXR/labels/Darwin_00001395_person1168_virus_1965.png b/MendeleyCXR/labels/Darwin_00001395_person1168_virus_1965.png new file mode 100644 index 0000000000000000000000000000000000000000..756eb62822cfb0f71414b582efc035badface916 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001395_person1168_virus_1965.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6526de2b7f0d2031bec7bfd6563b4be0231ea25701ec711edf2c6f6cc91a4094 +size 1346 diff --git a/MendeleyCXR/labels/Darwin_00001396_person1168_virus_1966.png b/MendeleyCXR/labels/Darwin_00001396_person1168_virus_1966.png new file mode 100644 index 0000000000000000000000000000000000000000..291258c6c58fed0ba734bf0b38171d35a6c2174f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001396_person1168_virus_1966.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ba88b3e6aeed3fbaaa1ffc0bb6654ee37bec2f3e5923901a22b1d9aa206db17 +size 1250 diff --git a/MendeleyCXR/labels/Darwin_00001397_person1169_virus_1968.png b/MendeleyCXR/labels/Darwin_00001397_person1169_virus_1968.png new file mode 100644 index 0000000000000000000000000000000000000000..79843ee1650ce6543528c30d95cbb5550a094d14 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001397_person1169_virus_1968.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19dd0391da444fa5c1c7c7f4729d47e6c70bacd93d31413cf4aa9d4ea25d7181 +size 1166 diff --git a/MendeleyCXR/labels/Darwin_00001398_person1170_virus_1969.png b/MendeleyCXR/labels/Darwin_00001398_person1170_virus_1969.png new file mode 100644 index 0000000000000000000000000000000000000000..422f7840ee8c0c91374ef3c04de00ced5e6d8e03 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001398_person1170_virus_1969.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b050ed9f59cda9c9ed39708dc3e527b9947f36c80c0d09f17885e4474f184d0f +size 1353 diff --git a/MendeleyCXR/labels/Darwin_00001399_person1170_virus_1970.png b/MendeleyCXR/labels/Darwin_00001399_person1170_virus_1970.png new file mode 100644 index 0000000000000000000000000000000000000000..1c3870edee49d57abbf1e847d2d01ed0be03665c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001399_person1170_virus_1970.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc1ffb5aaade9493127dc015f7b002aca3fd75f915dc39e4b1f742e9e8e8564c +size 1171 diff --git a/MendeleyCXR/labels/Darwin_00001400_person1172_virus_1977.png b/MendeleyCXR/labels/Darwin_00001400_person1172_virus_1977.png new file mode 100644 index 0000000000000000000000000000000000000000..794c2e11bac7c5c2712284e529bd3f16b3963061 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001400_person1172_virus_1977.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff062baee9a4fe8763086a95bffefdde5756d37b2b70837926733bc1d7e6b5b9 +size 1227 diff --git a/MendeleyCXR/labels/Darwin_00001401_person1173_virus_1978.png b/MendeleyCXR/labels/Darwin_00001401_person1173_virus_1978.png new file mode 100644 index 0000000000000000000000000000000000000000..31361ac38555967d0be31735336f00c3ee7510f8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001401_person1173_virus_1978.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78c77fcf7c1a9c48b3d2cbadaa7b04a2ca72f089c1c242d7dffd35931363e322 +size 1269 diff --git a/MendeleyCXR/labels/Darwin_00001402_person1174_virus_1980.png b/MendeleyCXR/labels/Darwin_00001402_person1174_virus_1980.png new file mode 100644 index 0000000000000000000000000000000000000000..40b559d91e56856c39f6c5530697f562e7286eb4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001402_person1174_virus_1980.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38ec7e92a04580a0eceae1d8ccb03fcd72333af8c5fb7a82aee24fc51fe56ce4 +size 1332 diff --git a/MendeleyCXR/labels/Darwin_00001403_person1175_virus_1981.png b/MendeleyCXR/labels/Darwin_00001403_person1175_virus_1981.png new file mode 100644 index 0000000000000000000000000000000000000000..012fb530000e18915022bb5cc20ab6c1c0360230 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001403_person1175_virus_1981.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d8f391fd195306b6e32c5092df37412165f365db4d969c7679ad087456a7b2d +size 1292 diff --git a/MendeleyCXR/labels/Darwin_00001404_person1176_virus_1996.png b/MendeleyCXR/labels/Darwin_00001404_person1176_virus_1996.png new file mode 100644 index 0000000000000000000000000000000000000000..8a5ee374346c4c8e4f746d2785c771430bfd8ac2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001404_person1176_virus_1996.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33cf9c96d6bd3809b1b1afe74f0e6f9505e9086355dd56b94aa7ae960d7d8f89 +size 1258 diff --git a/MendeleyCXR/labels/Darwin_00001405_person1176_virus_1997.png b/MendeleyCXR/labels/Darwin_00001405_person1176_virus_1997.png new file mode 100644 index 0000000000000000000000000000000000000000..3e7c4e306b41005ab5462084fba5b84d57e12597 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001405_person1176_virus_1997.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:755346e3aba4d0415c5133403b7bd785c6d097dc33d01e654dadc8a64d2aeb70 +size 1285 diff --git a/MendeleyCXR/labels/Darwin_00001406_person1176_virus_1998.png b/MendeleyCXR/labels/Darwin_00001406_person1176_virus_1998.png new file mode 100644 index 0000000000000000000000000000000000000000..903691e334274aea53d6fc1de3eccda060523b88 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001406_person1176_virus_1998.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d21ecfeee92acc534d25c9d2a3b3e55af41c05d72783d93941378b61e4f369f +size 1460 diff --git a/MendeleyCXR/labels/Darwin_00001408_person1177_virus_2000.png b/MendeleyCXR/labels/Darwin_00001408_person1177_virus_2000.png new file mode 100644 index 0000000000000000000000000000000000000000..e90926a41ff08660175d7f462b4d08cb40b17911 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001408_person1177_virus_2000.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cce0b88671543f898592164be644c87fddd284b8d88515bf7693c5d9cec99d9 +size 1096 diff --git a/MendeleyCXR/labels/Darwin_00001409_person1177_virus_2001.png b/MendeleyCXR/labels/Darwin_00001409_person1177_virus_2001.png new file mode 100644 index 0000000000000000000000000000000000000000..e40ab083b37a0c7affdf66d35e17b21b6e6e00bb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001409_person1177_virus_2001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d48d0c1b90aaabbd89c06c78c68cff09039aef523f7b7501c82e025865614022 +size 1172 diff --git a/MendeleyCXR/labels/Darwin_00001411_person1178_virus_2004.png b/MendeleyCXR/labels/Darwin_00001411_person1178_virus_2004.png new file mode 100644 index 0000000000000000000000000000000000000000..b0cd535eecacdcee81a8dc310b00c0fc36b14a3e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001411_person1178_virus_2004.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eab544ec195151f8574a4a1439a048a17bdcc8f90ed53607f2976ed00956c71 +size 1325 diff --git a/MendeleyCXR/labels/Darwin_00001412_person1179_virus_2006.png b/MendeleyCXR/labels/Darwin_00001412_person1179_virus_2006.png new file mode 100644 index 0000000000000000000000000000000000000000..89c9649ae812d0cd2ccc32290f525aec3cf3a509 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001412_person1179_virus_2006.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d392756e6675c1750cc6e203a422bacc68d1fa03eaa7b7d70429dd08ab8b708 +size 1478 diff --git a/MendeleyCXR/labels/Darwin_00001413_person1180_virus_2007.png b/MendeleyCXR/labels/Darwin_00001413_person1180_virus_2007.png new file mode 100644 index 0000000000000000000000000000000000000000..e6c602a54029ceeb1206baae418a4b5950038a49 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001413_person1180_virus_2007.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96ff9ea44a21c6fa10c5da8ca2a6a56e46ca6be77dd855fd314a78b8533f9fa0 +size 1245 diff --git a/MendeleyCXR/labels/Darwin_00001414_person1180_virus_2008.png b/MendeleyCXR/labels/Darwin_00001414_person1180_virus_2008.png new file mode 100644 index 0000000000000000000000000000000000000000..86c24d05735201d6104efc53d58c0d907afc31c3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001414_person1180_virus_2008.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c18ccc6a82e296a61d7e4d78145eec0f958e7842027e34b5aa40775fcc521318 +size 1242 diff --git a/MendeleyCXR/labels/Darwin_00001415_person1180_virus_2009.png b/MendeleyCXR/labels/Darwin_00001415_person1180_virus_2009.png new file mode 100644 index 0000000000000000000000000000000000000000..4653f429f72135f812dadf04d2021ccb5f251a60 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001415_person1180_virus_2009.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af11bdeb50477f36dedeecb1ba4f807b6d7789c08091139b5d7d35e3217c9609 +size 1391 diff --git a/MendeleyCXR/labels/Darwin_00001416_person1180_virus_2010.png b/MendeleyCXR/labels/Darwin_00001416_person1180_virus_2010.png new file mode 100644 index 0000000000000000000000000000000000000000..e655a70948abc7aa4567df57fc8f442773b60766 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001416_person1180_virus_2010.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9759deafa111b5c32449c16f7034ad06a89a30924ac24283649b3e41cfcb5ef +size 1231 diff --git a/MendeleyCXR/labels/Darwin_00001417_person1180_virus_2011.png b/MendeleyCXR/labels/Darwin_00001417_person1180_virus_2011.png new file mode 100644 index 0000000000000000000000000000000000000000..c7f088cfb055ee10ab68786a6edeb64b5099b906 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001417_person1180_virus_2011.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ef884def3a16f59f6ab8ed6865206ea5e16bbcd8fbfce18e3329179a0995e1f +size 1399 diff --git a/MendeleyCXR/labels/Darwin_00001418_person1180_virus_2012.png b/MendeleyCXR/labels/Darwin_00001418_person1180_virus_2012.png new file mode 100644 index 0000000000000000000000000000000000000000..a84ff29ee0f761489b481dbff1782108e01df884 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001418_person1180_virus_2012.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29a23429704acfce670456fc2fdf0db31c96241d6fa3b28ee3a1c9a7a37afeae +size 1346 diff --git a/MendeleyCXR/labels/Darwin_00001419_person1180_virus_2013.png b/MendeleyCXR/labels/Darwin_00001419_person1180_virus_2013.png new file mode 100644 index 0000000000000000000000000000000000000000..42cc370abded36f8232bb92a613cc7e420bd6cfc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001419_person1180_virus_2013.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:811b29f66d40dff17ca5df8de75daa120b366bd3cecff398cbfbfb87f852f967 +size 1335 diff --git a/MendeleyCXR/labels/Darwin_00001420_person1180_virus_2014.png b/MendeleyCXR/labels/Darwin_00001420_person1180_virus_2014.png new file mode 100644 index 0000000000000000000000000000000000000000..24a8c07310043b85243a7e75e883f74f06782aef --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001420_person1180_virus_2014.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50932b004994f9393114f1f4fe7aa7447bc10a8e4a8901920044adba19db8eb2 +size 1315 diff --git a/MendeleyCXR/labels/Darwin_00001421_person1180_virus_2015.png b/MendeleyCXR/labels/Darwin_00001421_person1180_virus_2015.png new file mode 100644 index 0000000000000000000000000000000000000000..bfa465a04ebaf0f1df52ed585ff8da28e1bc9315 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001421_person1180_virus_2015.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9c8031a0b0f8ca2594dc6c2f2c46d8f514688ba8a4ad84158d033877f05365e +size 1424 diff --git a/MendeleyCXR/labels/Darwin_00001422_person1181_virus_2016.png b/MendeleyCXR/labels/Darwin_00001422_person1181_virus_2016.png new file mode 100644 index 0000000000000000000000000000000000000000..821086dc4943f60b225d6546d1200f8b05dd199b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001422_person1181_virus_2016.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7b47512e1fd34e352c6b7b5c0d2a6281ba9c016bbaef7c08c917caadcae41a5 +size 1277 diff --git a/MendeleyCXR/labels/Darwin_00001423_person1182_virus_2017.png b/MendeleyCXR/labels/Darwin_00001423_person1182_virus_2017.png new file mode 100644 index 0000000000000000000000000000000000000000..ca4085aebdb0801ca02ef0e85909b17d405c5d0b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001423_person1182_virus_2017.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:025b2d994b9c538776cc2784cfbaddc0a4c5ef9590e89760101115d3dfe91e99 +size 1406 diff --git a/MendeleyCXR/labels/Darwin_00001424_person1183_virus_2018.png b/MendeleyCXR/labels/Darwin_00001424_person1183_virus_2018.png new file mode 100644 index 0000000000000000000000000000000000000000..1109dddcd3ec89afc6d53a955f12fa6754be880e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001424_person1183_virus_2018.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d73829066c83ac97d217d6db5076b3c40d349f7409cd7ddfcbfc25963e128cf +size 1406 diff --git a/MendeleyCXR/labels/Darwin_00001425_person1184_virus_2019.png b/MendeleyCXR/labels/Darwin_00001425_person1184_virus_2019.png new file mode 100644 index 0000000000000000000000000000000000000000..69f8f1cc9ce1f74c8719847a49ce6814a023f606 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001425_person1184_virus_2019.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c019582f55fe4109af121b00a76cc9a8e4e9488031d67940662fe9d01c59633 +size 1333 diff --git a/MendeleyCXR/labels/Darwin_00001426_person1186_virus_2021.png b/MendeleyCXR/labels/Darwin_00001426_person1186_virus_2021.png new file mode 100644 index 0000000000000000000000000000000000000000..53815ec0f44c3f428b8f03e587d5dd0265255ddc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001426_person1186_virus_2021.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c92f6f61acf502ca02763c381e6a6e3b21aeac0a3c4b950cb2e1373866ddc30d +size 1254 diff --git a/MendeleyCXR/labels/Darwin_00001427_person1186_virus_2022.png b/MendeleyCXR/labels/Darwin_00001427_person1186_virus_2022.png new file mode 100644 index 0000000000000000000000000000000000000000..6b300085ec5caceb9cff08e4c7d9cd4502661626 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001427_person1186_virus_2022.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc5f77955e5f058ff83f306f2f12e34ada5ea2f949f738ee6205c2cb245d9aed +size 1189 diff --git a/MendeleyCXR/labels/Darwin_00001428_person1187_virus_2023.png b/MendeleyCXR/labels/Darwin_00001428_person1187_virus_2023.png new file mode 100644 index 0000000000000000000000000000000000000000..f8f297bf4698fa9d86313014ba9121ee8bacd450 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001428_person1187_virus_2023.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e1ecc6dfa37bbb1363a25a0dbac43a3a8fed6878b6780dd25dad40e612d59b2 +size 1348 diff --git a/MendeleyCXR/labels/Darwin_00001429_person1188_virus_2024.png b/MendeleyCXR/labels/Darwin_00001429_person1188_virus_2024.png new file mode 100644 index 0000000000000000000000000000000000000000..2f940ab9dfc285f1632ca5d4dd87485d34361590 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001429_person1188_virus_2024.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5618cf53d71f6294793c899339c6f1bb537e390a1c9624d5c538a1c6bdd350f5 +size 1393 diff --git a/MendeleyCXR/labels/Darwin_00001430_person1190_virus_2031.png b/MendeleyCXR/labels/Darwin_00001430_person1190_virus_2031.png new file mode 100644 index 0000000000000000000000000000000000000000..40efdcafb4a5607175a379fef45309e9ad81b019 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001430_person1190_virus_2031.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:641f88a0089ee7ac39a5db5180247ac6d6e86f400a8f8565b62d24ed58e2e033 +size 1257 diff --git a/MendeleyCXR/labels/Darwin_00001431_person1191_virus_2032.png b/MendeleyCXR/labels/Darwin_00001431_person1191_virus_2032.png new file mode 100644 index 0000000000000000000000000000000000000000..d1a884de0371a87f5ed5f4eaaa36fc6a841a41f3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001431_person1191_virus_2032.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b385f8a38cb2b63bba7b45a99ab3f2dfa2ba9f47cd4ad665dedfcdb9d40ee0e +size 1394 diff --git a/MendeleyCXR/labels/Darwin_00001432_person1193_virus_2034.png b/MendeleyCXR/labels/Darwin_00001432_person1193_virus_2034.png new file mode 100644 index 0000000000000000000000000000000000000000..a755a64cab99c3eb3d77e807ab6e6e5d97aaf776 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001432_person1193_virus_2034.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0374745da475bc29bd6d47525287c1d41cfdbe646761d999ec7ece25035ae038 +size 1372 diff --git a/MendeleyCXR/labels/Darwin_00001433_person1197_virus_2039.png b/MendeleyCXR/labels/Darwin_00001433_person1197_virus_2039.png new file mode 100644 index 0000000000000000000000000000000000000000..11f843a9e7d8e1a7293d6e6c386842bef730cea7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001433_person1197_virus_2039.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa394834787ae9b3094444261f6b54004b69d3ea118297cd5e5c700afefaae41 +size 1440 diff --git a/MendeleyCXR/labels/Darwin_00001434_person1200_virus_2042.png b/MendeleyCXR/labels/Darwin_00001434_person1200_virus_2042.png new file mode 100644 index 0000000000000000000000000000000000000000..25ea02766b27ee83abcf88863d073bd5605fb277 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001434_person1200_virus_2042.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3679dbbb122abe7c8d1c13536831beeab3e4fc8b3f8010740840ea168c1109c8 +size 1327 diff --git a/MendeleyCXR/labels/Darwin_00001435_person1202_virus_2045.png b/MendeleyCXR/labels/Darwin_00001435_person1202_virus_2045.png new file mode 100644 index 0000000000000000000000000000000000000000..291a88054f25609049fb73143b49b322245f5341 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001435_person1202_virus_2045.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a83d723d314a4a7c7d1e50e0fbd030bee3e6a6a16eb2726ca00857f2a32309b +size 1304 diff --git a/MendeleyCXR/labels/Darwin_00001436_person1206_virus_2051.png b/MendeleyCXR/labels/Darwin_00001436_person1206_virus_2051.png new file mode 100644 index 0000000000000000000000000000000000000000..d265451fe4f78c63c89bb2d4caa33dffc26e9cac --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001436_person1206_virus_2051.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:192f9b872d5c7f59390e87efae2ad3886338296777aff734794dca3e1542de18 +size 1151 diff --git a/MendeleyCXR/labels/Darwin_00001437_person1211_virus_2056.png b/MendeleyCXR/labels/Darwin_00001437_person1211_virus_2056.png new file mode 100644 index 0000000000000000000000000000000000000000..884ccf1366b15fd06945b214fb2e33d73f424532 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001437_person1211_virus_2056.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c90641fc67b8612bf073a2c1fae19b9b70b59784cbcc45c59b2a46292c67fc9a +size 1235 diff --git a/MendeleyCXR/labels/Darwin_00001438_person1212_virus_2057.png b/MendeleyCXR/labels/Darwin_00001438_person1212_virus_2057.png new file mode 100644 index 0000000000000000000000000000000000000000..43f151431180a3a1acde2e2c4e32c22a2191f384 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001438_person1212_virus_2057.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e68ca8a845525e44f628f9b8a25cc6685853630296eefc92d1b3dc7524add1d +size 1171 diff --git a/MendeleyCXR/labels/Darwin_00001439_person1213_virus_2058.png b/MendeleyCXR/labels/Darwin_00001439_person1213_virus_2058.png new file mode 100644 index 0000000000000000000000000000000000000000..337d59973ce35d5b9c298cc7694c3a47b09567f4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001439_person1213_virus_2058.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e8c973598f808f723cb039f077fe324f8a1cef79838301a333ee2ef6c2cd86f +size 1324 diff --git a/MendeleyCXR/labels/Darwin_00001440_person1214_virus_2059.png b/MendeleyCXR/labels/Darwin_00001440_person1214_virus_2059.png new file mode 100644 index 0000000000000000000000000000000000000000..78387c20f9f7787639fb2f980da4d70c6005c055 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001440_person1214_virus_2059.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2246076cf2e638516ed68785d6682cb7ea0c32378c07d960b51ed5dc08773207 +size 1095 diff --git a/MendeleyCXR/labels/Darwin_00001441_person1216_virus_2062.png b/MendeleyCXR/labels/Darwin_00001441_person1216_virus_2062.png new file mode 100644 index 0000000000000000000000000000000000000000..c058ae7ab8d85a331c83cd04f0a4d34fa150b935 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001441_person1216_virus_2062.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4156a9bed04aed1cfd52a59d4a761ceb554ab6b2e0268585d9578b7cd6800fa4 +size 1361 diff --git a/MendeleyCXR/labels/Darwin_00001442_person1217_virus_2063.png b/MendeleyCXR/labels/Darwin_00001442_person1217_virus_2063.png new file mode 100644 index 0000000000000000000000000000000000000000..2f6a70d634642c59fe201fd8df9f4da9304c07be --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001442_person1217_virus_2063.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0011296fb547b8ba25397d9eddf414110e7a3a884d8e697875f629ffdfaf6c1 +size 1385 diff --git a/MendeleyCXR/labels/Darwin_00001443_person1218_virus_2066.png b/MendeleyCXR/labels/Darwin_00001443_person1218_virus_2066.png new file mode 100644 index 0000000000000000000000000000000000000000..1c39c785045d166571aa9e3c6f65c54a6bc1f6ea --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001443_person1218_virus_2066.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e77e2fc576a0ff7bd5a18188593eb2769edd1ad227d76fa7eea1aa04b83fd4e3 +size 1259 diff --git a/MendeleyCXR/labels/Darwin_00001444_person1219_virus_2067.png b/MendeleyCXR/labels/Darwin_00001444_person1219_virus_2067.png new file mode 100644 index 0000000000000000000000000000000000000000..6be08fa8da21558b1a6cc17a882dfef614c1947c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001444_person1219_virus_2067.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8213521f1100fc7560204847809c229883b2856e02c9383c640ae2335bda0f0f +size 1400 diff --git a/MendeleyCXR/labels/Darwin_00001445_person1220_virus_2068.png b/MendeleyCXR/labels/Darwin_00001445_person1220_virus_2068.png new file mode 100644 index 0000000000000000000000000000000000000000..f1a78899569691ebed9049bd22c21715c434b9c9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001445_person1220_virus_2068.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb15e245bcb948c2dd6689d87ec8031836cc4d86b8b8037d50766ad15f376b54 +size 1485 diff --git a/MendeleyCXR/labels/Darwin_00001446_person1222_virus_2071.png b/MendeleyCXR/labels/Darwin_00001446_person1222_virus_2071.png new file mode 100644 index 0000000000000000000000000000000000000000..6c2fe5a40a12210d74722dd9366b91098b311ef4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001446_person1222_virus_2071.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67a21351d80b160b8f69923e19070031f3c308ff93ff0806535c00c4f2693292 +size 1442 diff --git a/MendeleyCXR/labels/Darwin_00001447_person1223_virus_2073.png b/MendeleyCXR/labels/Darwin_00001447_person1223_virus_2073.png new file mode 100644 index 0000000000000000000000000000000000000000..bc3bf368d2639494ca87d3d94fb7663975226733 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001447_person1223_virus_2073.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ca17580501bcdedb379df53dc4bc7270d2cde6866950140f19e0a9e965119d6 +size 1391 diff --git a/MendeleyCXR/labels/Darwin_00001448_person1224_virus_2074.png b/MendeleyCXR/labels/Darwin_00001448_person1224_virus_2074.png new file mode 100644 index 0000000000000000000000000000000000000000..a0ad7e08235482729946b4b884b161a35d163573 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001448_person1224_virus_2074.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c6db7024c8e91946cc1b2e3e1aebd1d62f58bb056b8feea28ddfd5a6f5e63b7 +size 1306 diff --git a/MendeleyCXR/labels/Darwin_00001449_person1225_virus_2076.png b/MendeleyCXR/labels/Darwin_00001449_person1225_virus_2076.png new file mode 100644 index 0000000000000000000000000000000000000000..e25c14ddf0626fc8bf8396632e00d7d63f4d2a75 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001449_person1225_virus_2076.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec51ca969c5bde397f4b22b0475a6c72280d9319ac6639c923303a42292ae6b3 +size 1369 diff --git a/MendeleyCXR/labels/Darwin_00001450_person1226_virus_2077.png b/MendeleyCXR/labels/Darwin_00001450_person1226_virus_2077.png new file mode 100644 index 0000000000000000000000000000000000000000..e5c8daa7eeec934375f2369ca443b0c0e3086369 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001450_person1226_virus_2077.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea8f490c61867181268258f8aa9fed061142610bcd3329f1986dcdc5cc6dbf36 +size 1286 diff --git a/MendeleyCXR/labels/Darwin_00001451_person1227_virus_2078.png b/MendeleyCXR/labels/Darwin_00001451_person1227_virus_2078.png new file mode 100644 index 0000000000000000000000000000000000000000..32a586bd44ccbaa2220d975add2ef168092d5ae8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001451_person1227_virus_2078.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14b46ef968752ea9c7aad080c605bec5e270602854115b71dd39b4c2adeeabef +size 1288 diff --git a/MendeleyCXR/labels/Darwin_00001452_person1228_virus_2079.png b/MendeleyCXR/labels/Darwin_00001452_person1228_virus_2079.png new file mode 100644 index 0000000000000000000000000000000000000000..0b142b7bad9d9ec3925d479679a198c390d53594 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001452_person1228_virus_2079.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6d0a8b246d66270305573037b22030c89062113e4ac4f20cd7d49a6302cfe10 +size 1384 diff --git a/MendeleyCXR/labels/Darwin_00001453_person1229_virus_2080.png b/MendeleyCXR/labels/Darwin_00001453_person1229_virus_2080.png new file mode 100644 index 0000000000000000000000000000000000000000..fa2297663bea403b93438a46423426bef46f8b0e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001453_person1229_virus_2080.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d924368fb4d16e1a3fd9b759c88a7d43aab115b307e2cdc9937a86c1d45e7b5b +size 1202 diff --git a/MendeleyCXR/labels/Darwin_00001454_person1230_virus_2081.png b/MendeleyCXR/labels/Darwin_00001454_person1230_virus_2081.png new file mode 100644 index 0000000000000000000000000000000000000000..381ed916dc52b1c08ec89cf6447d201c2dc57998 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001454_person1230_virus_2081.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8de0958b5efadb10e4cb56b5709d53b4f62d9b826c6b2e1b87e416fcff9c6154 +size 1291 diff --git a/MendeleyCXR/labels/Darwin_00001455_person1231_virus_2088.png b/MendeleyCXR/labels/Darwin_00001455_person1231_virus_2088.png new file mode 100644 index 0000000000000000000000000000000000000000..07201f1d5cc20bb63508177595397ac722c26a8a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001455_person1231_virus_2088.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8f8e2ce81e3dc67f642b3bcdd4d49f211843eb56c550ea227bc22a89538923b +size 1309 diff --git a/MendeleyCXR/labels/Darwin_00001456_person1232_virus_2089.png b/MendeleyCXR/labels/Darwin_00001456_person1232_virus_2089.png new file mode 100644 index 0000000000000000000000000000000000000000..2388198109b848c644439ad24ec1e07198c5c86d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001456_person1232_virus_2089.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5543ce59f55f871729276735f30936d9c1545bafbba1f589f8ec9f2830df1d77 +size 1312 diff --git a/MendeleyCXR/labels/Darwin_00001457_person1233_virus_2090.png b/MendeleyCXR/labels/Darwin_00001457_person1233_virus_2090.png new file mode 100644 index 0000000000000000000000000000000000000000..25b04b9af9b60e0705cab9a2d4638df1d4f14a41 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001457_person1233_virus_2090.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eabf9e9da11b458f2b9b126d9d40dd5c0c04806d6d73f0c6dab70eee8853143 +size 1235 diff --git a/MendeleyCXR/labels/Darwin_00001458_person1234_virus_2093.png b/MendeleyCXR/labels/Darwin_00001458_person1234_virus_2093.png new file mode 100644 index 0000000000000000000000000000000000000000..5866636f04a6eb995a80eab54a41564cf9874501 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001458_person1234_virus_2093.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4a0df8124b8a1c5660448793ed86ff84968d010f6ce7ca6ade225c67e6e4268 +size 1273 diff --git a/MendeleyCXR/labels/Darwin_00001459_person1235_virus_2095.png b/MendeleyCXR/labels/Darwin_00001459_person1235_virus_2095.png new file mode 100644 index 0000000000000000000000000000000000000000..ebae53b078bd04f0c9634ebb4cfcba628abe7928 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001459_person1235_virus_2095.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2400020fb65664d6ad6b5724f03347d3eec1f72b37befb16ae097efe8301ab69 +size 1245 diff --git a/MendeleyCXR/labels/Darwin_00001460_person1236_virus_2096.png b/MendeleyCXR/labels/Darwin_00001460_person1236_virus_2096.png new file mode 100644 index 0000000000000000000000000000000000000000..3d41c7b975cee10a01955593d293a9ea15a8ee37 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001460_person1236_virus_2096.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f95d9b1410e33f4fbb72a4b278c1bf28dc520d0edc6f6e8b8feee7ac4bfe464 +size 1369 diff --git a/MendeleyCXR/labels/Darwin_00001461_person1237_virus_2097.png b/MendeleyCXR/labels/Darwin_00001461_person1237_virus_2097.png new file mode 100644 index 0000000000000000000000000000000000000000..19b27e7291e2994372c57bcb9c99b51e79c48d38 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001461_person1237_virus_2097.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d20de42289b3debf23da460d8c1abc452e787a3d57cc895e745fdf97c4475848 +size 1317 diff --git a/MendeleyCXR/labels/Darwin_00001462_person1238_virus_2098.png b/MendeleyCXR/labels/Darwin_00001462_person1238_virus_2098.png new file mode 100644 index 0000000000000000000000000000000000000000..03f7a3eba588fd38ab1211dbcfbd1d28e7994df9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001462_person1238_virus_2098.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29266f9c8caf31677b53514c934ceb5632f7bd7ab64134440d896dc5aa8b5770 +size 1276 diff --git a/MendeleyCXR/labels/Darwin_00001463_person1239_virus_2099.png b/MendeleyCXR/labels/Darwin_00001463_person1239_virus_2099.png new file mode 100644 index 0000000000000000000000000000000000000000..b6366146f8188f8d6af364009915e9f04c32b8ea --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001463_person1239_virus_2099.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b1cfec489128588013b989de4ebf36113dabd7135aea28b2dcce06b61cf4e6a +size 1336 diff --git a/MendeleyCXR/labels/Darwin_00001464_person1241_virus_2106.png b/MendeleyCXR/labels/Darwin_00001464_person1241_virus_2106.png new file mode 100644 index 0000000000000000000000000000000000000000..e67d7462df74eede64d5d58346fc20e4efdc7d0a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001464_person1241_virus_2106.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0792b1e4b7d692a7330aa9173dd9a28443848d3b651847f040c8d7f7ffd09544 +size 1324 diff --git a/MendeleyCXR/labels/Darwin_00001465_person1242_virus_2108.png b/MendeleyCXR/labels/Darwin_00001465_person1242_virus_2108.png new file mode 100644 index 0000000000000000000000000000000000000000..65a3f5f3e40cac61a190a73eed7f983604e6a0d7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001465_person1242_virus_2108.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bafda9253b39c9c49699cc42d5adaa7630b0b1d41b527ec70a90c4ba6d6abaf4 +size 1280 diff --git a/MendeleyCXR/labels/Darwin_00001466_person1242_virus_2109.png b/MendeleyCXR/labels/Darwin_00001466_person1242_virus_2109.png new file mode 100644 index 0000000000000000000000000000000000000000..55f8d725d5c885bfc3de8b3fb1b57290f2d0c5fb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001466_person1242_virus_2109.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c683d08d489d7ec13b1b46d60f67c66f342fa9b414149190d1d6dd15ba8a8b62 +size 1283 diff --git a/MendeleyCXR/labels/Darwin_00001467_person1243_virus_2110.png b/MendeleyCXR/labels/Darwin_00001467_person1243_virus_2110.png new file mode 100644 index 0000000000000000000000000000000000000000..bb3125deb6c92e0eeeee8d34da8979463904cd17 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001467_person1243_virus_2110.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13c8276e7365f55fd80ec4d1fd865557f4aa99fbccaff212266cd27ec728e5c9 +size 1118 diff --git a/MendeleyCXR/labels/Darwin_00001468_person1244_virus_2111.png b/MendeleyCXR/labels/Darwin_00001468_person1244_virus_2111.png new file mode 100644 index 0000000000000000000000000000000000000000..e9a975bd0724e157bb45ab552a28606ac1f69517 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001468_person1244_virus_2111.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f60f20eb8273e8015a680b05787df7bea7575879eafc446e7ec755a345767740 +size 1335 diff --git a/MendeleyCXR/labels/Darwin_00001469_person1247_virus_2115.png b/MendeleyCXR/labels/Darwin_00001469_person1247_virus_2115.png new file mode 100644 index 0000000000000000000000000000000000000000..e1d9c1688bb3e19a2015d26b46ca0211e2fd116e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001469_person1247_virus_2115.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a1d94200977150f35560ea6b8322ce1414030571afb4060816e8d23d7170a6d +size 1195 diff --git a/MendeleyCXR/labels/Darwin_00001470_person1248_virus_2117.png b/MendeleyCXR/labels/Darwin_00001470_person1248_virus_2117.png new file mode 100644 index 0000000000000000000000000000000000000000..ab8372bef95fcdf0d67a2b6e5f8c35b0b8e6d02e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001470_person1248_virus_2117.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20149c77207a63948797cf9a92a3c0a790972669460142fdcebef64b45ffa972 +size 1329 diff --git a/MendeleyCXR/labels/Darwin_00001471_person1249_virus_2118.png b/MendeleyCXR/labels/Darwin_00001471_person1249_virus_2118.png new file mode 100644 index 0000000000000000000000000000000000000000..b660a09a1eb30d243d209bcf31312a7d63ddc3fc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001471_person1249_virus_2118.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee5462cec3a90653d42faf91164fa358afb0ff2fe3b20bfde45eeab047f5c135 +size 1328 diff --git a/MendeleyCXR/labels/Darwin_00001472_person1252_virus_2124.png b/MendeleyCXR/labels/Darwin_00001472_person1252_virus_2124.png new file mode 100644 index 0000000000000000000000000000000000000000..413d950923c57c48999f81c9ce2fce0a5547d271 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001472_person1252_virus_2124.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fd8165bd86b6be43c9dbdb5d56d74fbca0d51906d93957dfe587f3c78d99a68 +size 1182 diff --git a/MendeleyCXR/labels/Darwin_00001473_person1253_virus_2129.png b/MendeleyCXR/labels/Darwin_00001473_person1253_virus_2129.png new file mode 100644 index 0000000000000000000000000000000000000000..e2e217cf41388ad950dd8f9c28bf665a8aa0e47f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001473_person1253_virus_2129.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba09636895e4c385adeb2a2cf8c485fc14b100bed218cff25ce70f0e4f64cfdf +size 1304 diff --git a/MendeleyCXR/labels/Darwin_00001474_person1254_virus_2130.png b/MendeleyCXR/labels/Darwin_00001474_person1254_virus_2130.png new file mode 100644 index 0000000000000000000000000000000000000000..b15120dfd5db3245aee0f02d5f16eeda0684459f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001474_person1254_virus_2130.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed21a51919886b21cfcf18e854fbe48d173a809c62a4d159ebeba0651f105369 +size 1404 diff --git a/MendeleyCXR/labels/Darwin_00001475_person1255_virus_2132.png b/MendeleyCXR/labels/Darwin_00001475_person1255_virus_2132.png new file mode 100644 index 0000000000000000000000000000000000000000..0c4063bca686268212cb0ef2b43681e3cc6bb9ff --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001475_person1255_virus_2132.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:542f4b3f1dcee65934c13704108bd7abf3ab099fd76056e98f88cee1506c59b7 +size 1368 diff --git a/MendeleyCXR/labels/Darwin_00001476_person1258_virus_2138.png b/MendeleyCXR/labels/Darwin_00001476_person1258_virus_2138.png new file mode 100644 index 0000000000000000000000000000000000000000..59506dd3e78ac45b6e99667d65e81c2d465444a8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001476_person1258_virus_2138.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47a428f614575d2446d262cb1da569537164cf3ae18bc222739d574b875a1c1b +size 1336 diff --git a/MendeleyCXR/labels/Darwin_00001477_person1259_virus_2139.png b/MendeleyCXR/labels/Darwin_00001477_person1259_virus_2139.png new file mode 100644 index 0000000000000000000000000000000000000000..76ddd8e0ce56e3a85c9bc6f19ed3aa9704ed67d6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001477_person1259_virus_2139.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7750482b3a5b24970d040a9f89de1bcfb0c1621566781eba7d1293a1a07928e0 +size 1348 diff --git a/MendeleyCXR/labels/Darwin_00001478_person1260_virus_2140.png b/MendeleyCXR/labels/Darwin_00001478_person1260_virus_2140.png new file mode 100644 index 0000000000000000000000000000000000000000..60a75d857d45349391115ef15136caae2df2f3ae --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001478_person1260_virus_2140.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f34c9fecc1a8f47ad4f6b3335cbfbe5cc1642cf3ac2940dd11a2597fcc5aef5b +size 1299 diff --git a/MendeleyCXR/labels/Darwin_00001479_person1261_virus_2145.png b/MendeleyCXR/labels/Darwin_00001479_person1261_virus_2145.png new file mode 100644 index 0000000000000000000000000000000000000000..b4ffaf867ba26c1b82cd625433bf2b83536979d3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001479_person1261_virus_2145.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1a3f569f1b6a92480cef204d9cfa30cc73d463bf51d15ff22abac78bce3092e +size 1216 diff --git a/MendeleyCXR/labels/Darwin_00001480_person1261_virus_2147.png b/MendeleyCXR/labels/Darwin_00001480_person1261_virus_2147.png new file mode 100644 index 0000000000000000000000000000000000000000..faa9b0eb1430809b367eebdc6d4fd9296a2dc1de --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001480_person1261_virus_2147.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30d62c10d7297a9d29b44cd33ab9b9df1810ea728c35b16f505934a324f01244 +size 1270 diff --git a/MendeleyCXR/labels/Darwin_00001482_person1264_virus_2155.png b/MendeleyCXR/labels/Darwin_00001482_person1264_virus_2155.png new file mode 100644 index 0000000000000000000000000000000000000000..025d0b032b486888ed187d164a9e7d30aba34d82 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001482_person1264_virus_2155.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00b2cc727950c4a85030a454b9b5b6b0736a4d59aac60feea8b62a8cf7078e9d +size 1234 diff --git a/MendeleyCXR/labels/Darwin_00001483_person1265_virus_2156.png b/MendeleyCXR/labels/Darwin_00001483_person1265_virus_2156.png new file mode 100644 index 0000000000000000000000000000000000000000..5a0a4c39775d38c31061db007e06e2eb00a9aa7f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001483_person1265_virus_2156.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70234b21db6460b43e726ca7a3edadf90070af346497249dbb0dbb8b75f9797e +size 1279 diff --git a/MendeleyCXR/labels/Darwin_00001484_person1266_virus_2158.png b/MendeleyCXR/labels/Darwin_00001484_person1266_virus_2158.png new file mode 100644 index 0000000000000000000000000000000000000000..e47970c93739a6a3be6c9243b38b7f01404045f8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001484_person1266_virus_2158.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f0292a1f62731e27b195ca866dc8d85136e1eb929b681db246aa3be7c384e30 +size 1381 diff --git a/MendeleyCXR/labels/Darwin_00001485_person1267_virus_2160.png b/MendeleyCXR/labels/Darwin_00001485_person1267_virus_2160.png new file mode 100644 index 0000000000000000000000000000000000000000..fee0527753c927d67ebcafc65feb3b70cd4285ad --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001485_person1267_virus_2160.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e95048ad4c8e9442ea4c8e8597744ee4c45aec52ee8eb38d3110ba71983db7b5 +size 1260 diff --git a/MendeleyCXR/labels/Darwin_00001486_person102_virus_189.png b/MendeleyCXR/labels/Darwin_00001486_person102_virus_189.png new file mode 100644 index 0000000000000000000000000000000000000000..a5b474d5d2969cea8235adc0c371d38e13253290 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001486_person102_virus_189.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dde1278ed2cd84c17fd4145ddd5fa865257c9fe5d976808afaf8afb35fa2059 +size 1415 diff --git a/MendeleyCXR/labels/Darwin_00001487_person103_virus_190.png b/MendeleyCXR/labels/Darwin_00001487_person103_virus_190.png new file mode 100644 index 0000000000000000000000000000000000000000..98bae4b499f552271508dfd0ff01a40b107733b4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001487_person103_virus_190.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aee88c8fb5cb796f118e4be80d348047ece0778c437ac865ae035467859e5af1 +size 1263 diff --git a/MendeleyCXR/labels/Darwin_00001488_person104_virus_191.png b/MendeleyCXR/labels/Darwin_00001488_person104_virus_191.png new file mode 100644 index 0000000000000000000000000000000000000000..83cd68943f3c36a92ed72fa746f59088a8eaf892 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001488_person104_virus_191.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:058d9c50e5a28cc0835f597fe23e09b42a7702dc8c8ad9125e7b062a5be0bc8a +size 1469 diff --git a/MendeleyCXR/labels/Darwin_00001489_person105_virus_192.png b/MendeleyCXR/labels/Darwin_00001489_person105_virus_192.png new file mode 100644 index 0000000000000000000000000000000000000000..a80f59b93151e5c182954c11c311409826b57328 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001489_person105_virus_192.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69c9a228ede45325455649a733dca7773aadc4b65de0c4ab3434cecb85ea6ad3 +size 1311 diff --git a/MendeleyCXR/labels/Darwin_00001490_person105_virus_193.png b/MendeleyCXR/labels/Darwin_00001490_person105_virus_193.png new file mode 100644 index 0000000000000000000000000000000000000000..3d854e4f92495ab338bee03e538c6f02032b83ee --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001490_person105_virus_193.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f7135363c080e0afd31adaf1b0e5ab39033675e878bf19a46efe425d9c5a22e +size 1193 diff --git a/MendeleyCXR/labels/Darwin_00001491_person106_virus_194.png b/MendeleyCXR/labels/Darwin_00001491_person106_virus_194.png new file mode 100644 index 0000000000000000000000000000000000000000..7a309b1999ae7b5bc31407ee904235ac5e5eb6cf --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001491_person106_virus_194.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc7e4e5dd32824ad1651db5a9f501a1628e575d4603b6bf4e8f4265b890eec4d +size 1342 diff --git a/MendeleyCXR/labels/Darwin_00001492_person107_virus_197.png b/MendeleyCXR/labels/Darwin_00001492_person107_virus_197.png new file mode 100644 index 0000000000000000000000000000000000000000..ccd2a0d449307415f18b6b7a087f81bcae5074a3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001492_person107_virus_197.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9379406c7727801cec526ea621a7f61faf198426cd6f8c738bb4ca9350c2e994 +size 1225 diff --git a/MendeleyCXR/labels/Darwin_00001493_person108_virus_199.png b/MendeleyCXR/labels/Darwin_00001493_person108_virus_199.png new file mode 100644 index 0000000000000000000000000000000000000000..8af3e6b39b05f338ff1efec2674d15df788ff1c1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001493_person108_virus_199.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:257d9772aeb3b868c944e378b4f9bc6349fd56c14f61f4ea20702f7d3522649b +size 1102 diff --git a/MendeleyCXR/labels/Darwin_00001494_person108_virus_200.png b/MendeleyCXR/labels/Darwin_00001494_person108_virus_200.png new file mode 100644 index 0000000000000000000000000000000000000000..4f9a78e911ca171a39b060117b855de561090b91 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001494_person108_virus_200.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:894566dda6c76d69d2c19fc1b26c0cdc5425276d8f40b88eccb926cd5a7dda00 +size 1170 diff --git a/MendeleyCXR/labels/Darwin_00001495_person108_virus_201.png b/MendeleyCXR/labels/Darwin_00001495_person108_virus_201.png new file mode 100644 index 0000000000000000000000000000000000000000..ca8580052ee24735092c43bca53d964480dd2cf4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001495_person108_virus_201.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65f74baaafcb36965545070b238f297e86ee7dfc1e7703d515784678f2e5ee54 +size 1125 diff --git a/MendeleyCXR/labels/Darwin_00001496_person109_virus_203.png b/MendeleyCXR/labels/Darwin_00001496_person109_virus_203.png new file mode 100644 index 0000000000000000000000000000000000000000..618d9cc31dc9ded3bc14470917440e851c876c6d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001496_person109_virus_203.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9c32646baadd91230e65ab03a368d3a17a42b2cd9ee4e3b21e100766fa237b4 +size 1271 diff --git a/MendeleyCXR/labels/Darwin_00001497_person110_virus_205.png b/MendeleyCXR/labels/Darwin_00001497_person110_virus_205.png new file mode 100644 index 0000000000000000000000000000000000000000..03bcb12452bb536baf2b129219545a14d486749f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001497_person110_virus_205.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24c3fcc5ad1514578b8d569bb9801fec03d26eb6eef8c94070e85e926a507e5b +size 1235 diff --git a/MendeleyCXR/labels/Darwin_00001498_person110_virus_206.png b/MendeleyCXR/labels/Darwin_00001498_person110_virus_206.png new file mode 100644 index 0000000000000000000000000000000000000000..5f16ff169a85fbb5ac8906e7f242d85da7dd452e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001498_person110_virus_206.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6148ce6f4f51d6423d75199d79441f38b4ce21e6549a69154750d53edfc9ac32 +size 1315 diff --git a/MendeleyCXR/labels/Darwin_00001499_person110_virus_207.png b/MendeleyCXR/labels/Darwin_00001499_person110_virus_207.png new file mode 100644 index 0000000000000000000000000000000000000000..cf412a119bfc466c9ea26bc3d6acab7a02bd6937 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001499_person110_virus_207.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ade0e2070c42ea49584f729039b640dddca68803f995182bd10a435bc42b978 +size 1274 diff --git a/MendeleyCXR/labels/Darwin_00001500_person110_virus_208.png b/MendeleyCXR/labels/Darwin_00001500_person110_virus_208.png new file mode 100644 index 0000000000000000000000000000000000000000..be8f6d5da0d8919c8c76a1de4e7c4a609b2676e1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001500_person110_virus_208.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ecef07da36977194aefe37ca198e24bf7b839ddb5d4efab77133c298e6368e7 +size 1294 diff --git a/MendeleyCXR/labels/Darwin_00001501_person111_virus_209.png b/MendeleyCXR/labels/Darwin_00001501_person111_virus_209.png new file mode 100644 index 0000000000000000000000000000000000000000..a3d0bf78b155c22dee5e26eeee1ccc6436f14b9c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001501_person111_virus_209.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:317622550170d7657d72a9be02e220e4be60b76d16fa886a73ee22d6ff8a9373 +size 1283 diff --git a/MendeleyCXR/labels/Darwin_00001502_person111_virus_210.png b/MendeleyCXR/labels/Darwin_00001502_person111_virus_210.png new file mode 100644 index 0000000000000000000000000000000000000000..2ef4b4803298bbef25d8d281d43240718d9ddeb0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001502_person111_virus_210.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36c0315a72f5768ca9f34d617351e6188bd1cda029b14bad547c86828dbeb983 +size 1257 diff --git a/MendeleyCXR/labels/Darwin_00001503_person111_virus_212.png b/MendeleyCXR/labels/Darwin_00001503_person111_virus_212.png new file mode 100644 index 0000000000000000000000000000000000000000..f43aaa9dc77577ad74f363c18015378d25cb0ac9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001503_person111_virus_212.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:485411ccb2448c4c2433066acc0244275494a5e9059d95ce7f98c794b6c2a1fb +size 1372 diff --git a/MendeleyCXR/labels/Darwin_00001504_person112_virus_213.png b/MendeleyCXR/labels/Darwin_00001504_person112_virus_213.png new file mode 100644 index 0000000000000000000000000000000000000000..c188d0a95faf49b64014a35774d69f6103fd006d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001504_person112_virus_213.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f662157e41d3dca8db24d0f971bf6a7ef8c9af78554349b1e6e418780228811 +size 1354 diff --git a/MendeleyCXR/labels/Darwin_00001505_person113_virus_215.png b/MendeleyCXR/labels/Darwin_00001505_person113_virus_215.png new file mode 100644 index 0000000000000000000000000000000000000000..d8cc15536c98927a9a465178b3be5195522d480b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001505_person113_virus_215.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63c009f155ce0b2ad951f28a96cfaeee8e0a1a13e61e27b7e3b5bea494dd70ce +size 1353 diff --git a/MendeleyCXR/labels/Darwin_00001506_person113_virus_216.png b/MendeleyCXR/labels/Darwin_00001506_person113_virus_216.png new file mode 100644 index 0000000000000000000000000000000000000000..bfd7b56f133d72024a01bbbe4503954a91033bcc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001506_person113_virus_216.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ff46209e92e6757310ccdf06fc62fb87a4edf94e25c9350246270c16147f6d8 +size 1427 diff --git a/MendeleyCXR/labels/Darwin_00001507_person114_virus_217.png b/MendeleyCXR/labels/Darwin_00001507_person114_virus_217.png new file mode 100644 index 0000000000000000000000000000000000000000..48f7ba37f919588c7ec581c6a2dfd456aa8e833b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001507_person114_virus_217.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:513e71b7ad65602bd309c6ae91201807cd45ec9c823d2e68df0713b9f16eaf06 +size 1225 diff --git a/MendeleyCXR/labels/Darwin_00001508_person1020_virus_1710.png b/MendeleyCXR/labels/Darwin_00001508_person1020_virus_1710.png new file mode 100644 index 0000000000000000000000000000000000000000..8b366d4293d0d7e4a437816ca1322060be29e55c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001508_person1020_virus_1710.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6d13bd823961c2d9e23e3d2848b5d3a4a15684f54b50f2bf60acff5c7a10a2e +size 1319 diff --git a/MendeleyCXR/labels/Darwin_00001509_person1021_virus_1711.png b/MendeleyCXR/labels/Darwin_00001509_person1021_virus_1711.png new file mode 100644 index 0000000000000000000000000000000000000000..95449038d1031705135ea658b82765f143bfcacc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001509_person1021_virus_1711.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2565674072dfad6955ac6dbda0435c8b423b4307eea9abc54ddc8e996e8ed003 +size 1216 diff --git a/MendeleyCXR/labels/Darwin_00001510_person1022_virus_1712.png b/MendeleyCXR/labels/Darwin_00001510_person1022_virus_1712.png new file mode 100644 index 0000000000000000000000000000000000000000..df8708999bb1870f55abf1675eb95fa015337274 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001510_person1022_virus_1712.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23de783ae8439d8a2c98fee3f17e9cbea067adcd68710338b2710dd21c604e90 +size 1246 diff --git a/MendeleyCXR/labels/Darwin_00001511_person1023_virus_1714.png b/MendeleyCXR/labels/Darwin_00001511_person1023_virus_1714.png new file mode 100644 index 0000000000000000000000000000000000000000..d72a1a142cf05982ff7ab92f28bbfc47edaa488e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001511_person1023_virus_1714.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e369583b6a5ab0f57f8b3060ed3c514d0367463fb4e47902f80573ea625ec6ca +size 1313 diff --git a/MendeleyCXR/labels/Darwin_00001512_person1024_virus_1716.png b/MendeleyCXR/labels/Darwin_00001512_person1024_virus_1716.png new file mode 100644 index 0000000000000000000000000000000000000000..080dee65fa007a11c4e81b4a36cdaadf826d6fe3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001512_person1024_virus_1716.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f9468963956b6ba0c451c332b701e7ca0a5c6611ac0e50c596ed8c10e6bcd4d +size 1312 diff --git a/MendeleyCXR/labels/Darwin_00001513_person1026_virus_1718.png b/MendeleyCXR/labels/Darwin_00001513_person1026_virus_1718.png new file mode 100644 index 0000000000000000000000000000000000000000..57b6765c6e974e4b6a336f7655cab004fba2093b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001513_person1026_virus_1718.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e18e27b5376f34602e8353bd908fb026d20e9d5132b01f84302d678fa79abcc2 +size 1377 diff --git a/MendeleyCXR/labels/Darwin_00001514_person1029_virus_1721.png b/MendeleyCXR/labels/Darwin_00001514_person1029_virus_1721.png new file mode 100644 index 0000000000000000000000000000000000000000..4215cb991134a48d43a2767d8ad35256653de8eb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001514_person1029_virus_1721.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c8bfe7cd796a8243d2e71e6240eb8667fe4838e412d4f5604a0b677172be04d +size 1286 diff --git a/MendeleyCXR/labels/Darwin_00001515_person1030_virus_1722.png b/MendeleyCXR/labels/Darwin_00001515_person1030_virus_1722.png new file mode 100644 index 0000000000000000000000000000000000000000..f7bec1b8a96046f5d2b0569120ecf54c8b637958 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001515_person1030_virus_1722.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c470322c8dd812c37b77ead9a8ffcf32eaaa5da9775b5175d158055b547c09d +size 1215 diff --git a/MendeleyCXR/labels/Darwin_00001516_person1031_virus_1723.png b/MendeleyCXR/labels/Darwin_00001516_person1031_virus_1723.png new file mode 100644 index 0000000000000000000000000000000000000000..be3afbbad797dad92ad457e52d008edf3a5d73ac --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001516_person1031_virus_1723.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdd3a490d2299a7d122e13dfb93bd3a19fee52f8db71fa0e53a0b403725beafc +size 1221 diff --git a/MendeleyCXR/labels/Darwin_00001517_person1034_virus_1728.png b/MendeleyCXR/labels/Darwin_00001517_person1034_virus_1728.png new file mode 100644 index 0000000000000000000000000000000000000000..218ee08eb33cd5470a7d4ebf41b2fef35874e403 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001517_person1034_virus_1728.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd5565d5160e5b814bbc7e10bb13ba6874755931fb51f5d6465b6075f502ad66 +size 1194 diff --git a/MendeleyCXR/labels/Darwin_00001518_person1035_virus_1729.png b/MendeleyCXR/labels/Darwin_00001518_person1035_virus_1729.png new file mode 100644 index 0000000000000000000000000000000000000000..dce0e624823c4a8f86b9567461e657dae0ffcd33 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001518_person1035_virus_1729.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de12f4f94dd0c12900abf8f210ee55cd6730ffdffcf78e4ef66b12fe9a29bb81 +size 1360 diff --git a/MendeleyCXR/labels/Darwin_00001519_person1036_virus_1730.png b/MendeleyCXR/labels/Darwin_00001519_person1036_virus_1730.png new file mode 100644 index 0000000000000000000000000000000000000000..cb299524e9e6302dfc5dd7894c3ef483b75fc1a0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001519_person1036_virus_1730.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f7174093fdda831755af8cf4a3ef9893a99647a47e45a693b0d283f71043987 +size 1206 diff --git a/MendeleyCXR/labels/Darwin_00001520_person1038_virus_1733.png b/MendeleyCXR/labels/Darwin_00001520_person1038_virus_1733.png new file mode 100644 index 0000000000000000000000000000000000000000..c4436073fb7f486212ffe752b475814663ca732c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001520_person1038_virus_1733.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16b63f623c289ed628c0df5705771f0c1f46a4ad5cba1ba1f0a0668751966366 +size 1155 diff --git a/MendeleyCXR/labels/Darwin_00001521_person1040_virus_1735.png b/MendeleyCXR/labels/Darwin_00001521_person1040_virus_1735.png new file mode 100644 index 0000000000000000000000000000000000000000..0ba308aa4f95cd1fc922734b93070aef1a12451a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001521_person1040_virus_1735.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:182b107ba7beaaa1058e8558557fb4e941c3e5253e1ba16a9f74b5fba32b664f +size 1216 diff --git a/MendeleyCXR/labels/Darwin_00001522_person1041_virus_1736.png b/MendeleyCXR/labels/Darwin_00001522_person1041_virus_1736.png new file mode 100644 index 0000000000000000000000000000000000000000..bf137ec619e69a2445928b60e8e8fd59999cbd52 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001522_person1041_virus_1736.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dec6303fb5f757d5c34d3921fc43f3a01b01dbdd984cc8e77b12ed411c48847f +size 1279 diff --git a/MendeleyCXR/labels/Darwin_00001523_person1042_virus_1737.png b/MendeleyCXR/labels/Darwin_00001523_person1042_virus_1737.png new file mode 100644 index 0000000000000000000000000000000000000000..944d449a89dcd03b5b4fa5c764fac422e2ef5b98 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001523_person1042_virus_1737.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7347da44bc052aa67cf9768bca39816e6a95c94500fb1fd746c63b2d8fac30e8 +size 1320 diff --git a/MendeleyCXR/labels/Darwin_00001524_person1043_virus_1738.png b/MendeleyCXR/labels/Darwin_00001524_person1043_virus_1738.png new file mode 100644 index 0000000000000000000000000000000000000000..b91901cbf72fccfd01b35ef612f2495898ba7da7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001524_person1043_virus_1738.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b404af59d98f7c6d0662ca3f83f6b2c99f4c3ed7f3c132d41f8f9fe0c6ed43d +size 1254 diff --git a/MendeleyCXR/labels/Darwin_00001525_person1044_virus_1740.png b/MendeleyCXR/labels/Darwin_00001525_person1044_virus_1740.png new file mode 100644 index 0000000000000000000000000000000000000000..fefb88f3f9e63ee39ab125f5395ec44c45f837fc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001525_person1044_virus_1740.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dce9b5952b27e8d1f5770477fdcf165025e26221a5bef17be723101bff3481e +size 1329 diff --git a/MendeleyCXR/labels/Darwin_00001526_person1045_virus_1741.png b/MendeleyCXR/labels/Darwin_00001526_person1045_virus_1741.png new file mode 100644 index 0000000000000000000000000000000000000000..7152c9a44556a5b88465c548bfc9b365fbdd37e5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001526_person1045_virus_1741.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30609d76578aede8c25e9c49ce1f34d013b73a5e1827faf587d39abd4584ba2f +size 1249 diff --git a/MendeleyCXR/labels/Darwin_00001527_person1046_virus_1742.png b/MendeleyCXR/labels/Darwin_00001527_person1046_virus_1742.png new file mode 100644 index 0000000000000000000000000000000000000000..617f9056b2e1246e75557de5ca3ff95cff6db0b4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001527_person1046_virus_1742.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcdd709216878d77b4e4a2a562bc3e9e37c319d3e17ec2fbe076e88acddbbf43 +size 1373 diff --git a/MendeleyCXR/labels/Darwin_00001528_person1048_virus_1744.png b/MendeleyCXR/labels/Darwin_00001528_person1048_virus_1744.png new file mode 100644 index 0000000000000000000000000000000000000000..6ea3922e094eaeaa9559bab6ea2914f6d5b5ae86 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001528_person1048_virus_1744.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f904f4d9dbf37192c22de2d6a296739675fd2fe543e19a22e69a9b5c5948d5d6 +size 1249 diff --git a/MendeleyCXR/labels/Darwin_00001529_person1049_virus_1746.png b/MendeleyCXR/labels/Darwin_00001529_person1049_virus_1746.png new file mode 100644 index 0000000000000000000000000000000000000000..f204e9967da3fad76d2deb111184d608464f3967 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001529_person1049_virus_1746.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bd129eb81d10e851c01530a05347145c822899e2f570c0323ff115ea7f4c97c +size 1224 diff --git a/MendeleyCXR/labels/Darwin_00001530_person1051_virus_1750.png b/MendeleyCXR/labels/Darwin_00001530_person1051_virus_1750.png new file mode 100644 index 0000000000000000000000000000000000000000..dc7547985a956a95397251c923627db19474b7b4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001530_person1051_virus_1750.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfe4c75d57d50027690d46bb3081f981989e3278ea4fd76a191391cc55d0cf83 +size 1204 diff --git a/MendeleyCXR/labels/Darwin_00001531_person1052_virus_1751.png b/MendeleyCXR/labels/Darwin_00001531_person1052_virus_1751.png new file mode 100644 index 0000000000000000000000000000000000000000..23428e333296ef5167207ca096c50412ee5714ee --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001531_person1052_virus_1751.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b000b29e230a5aff265bffdcec5d93760b0b2752b3af35e45492044d1797580 +size 1300 diff --git a/MendeleyCXR/labels/Darwin_00001532_person1056_virus_1755.png b/MendeleyCXR/labels/Darwin_00001532_person1056_virus_1755.png new file mode 100644 index 0000000000000000000000000000000000000000..aa0a7b70ae7336f8b3be809613572fda63323eec --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001532_person1056_virus_1755.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c209c28bb0315a696b846ec9dd3881d711c8caa9048693ffd379fab9c3a9be5a +size 1187 diff --git a/MendeleyCXR/labels/Darwin_00001533_person1057_virus_1756.png b/MendeleyCXR/labels/Darwin_00001533_person1057_virus_1756.png new file mode 100644 index 0000000000000000000000000000000000000000..22548c7b4a15eea9c31804a2a0aad265d037a052 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001533_person1057_virus_1756.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e8bb8d25bb6e46e0ec464a4a13ff2ac211dc8d03d3f37c5048d73905a85b2ea +size 1257 diff --git a/MendeleyCXR/labels/Darwin_00001534_person1058_virus_1757.png b/MendeleyCXR/labels/Darwin_00001534_person1058_virus_1757.png new file mode 100644 index 0000000000000000000000000000000000000000..55c501d8d6d91a95303a5b6d26dbd14d5c63bb3d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001534_person1058_virus_1757.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec3e74b50d1a22ee7845bf99e7c7a430eab64f4b168a6b3de21cc56cab2b17e8 +size 1351 diff --git a/MendeleyCXR/labels/Darwin_00001535_person1059_virus_1758.png b/MendeleyCXR/labels/Darwin_00001535_person1059_virus_1758.png new file mode 100644 index 0000000000000000000000000000000000000000..5c765fea3dacde3056327af608910b967fd470aa --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001535_person1059_virus_1758.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0530c52d28d99b0389140f0f9b7d5ce9745de9c8f9cbce894709716503224328 +size 1327 diff --git a/MendeleyCXR/labels/Darwin_00001536_person1060_virus_1760.png b/MendeleyCXR/labels/Darwin_00001536_person1060_virus_1760.png new file mode 100644 index 0000000000000000000000000000000000000000..eae04c80bd30391eb6563365756323d46c259b5f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001536_person1060_virus_1760.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b78a93f5d02103206b4bbecbb236aab8d714676c91d8afa4352499d4a3ff3c3 +size 1264 diff --git a/MendeleyCXR/labels/Darwin_00001537_person1062_virus_1762.png b/MendeleyCXR/labels/Darwin_00001537_person1062_virus_1762.png new file mode 100644 index 0000000000000000000000000000000000000000..c66dff0868f652a469d9c03cba6685f18338230a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001537_person1062_virus_1762.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f4909dd45c7e3decd75433f8f7ae73243e1637ab72ad91820dcc1257baf3ec5 +size 1356 diff --git a/MendeleyCXR/labels/Darwin_00001538_person1063_virus_1765.png b/MendeleyCXR/labels/Darwin_00001538_person1063_virus_1765.png new file mode 100644 index 0000000000000000000000000000000000000000..6f5f9efaed9ca536eed9c868591e622ac3c74572 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001538_person1063_virus_1765.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e063d71716e70700fab884bd0775ba65b3785f1fdba1173b15dafd011a4590e7 +size 1334 diff --git a/MendeleyCXR/labels/Darwin_00001539_person1065_virus_1768.png b/MendeleyCXR/labels/Darwin_00001539_person1065_virus_1768.png new file mode 100644 index 0000000000000000000000000000000000000000..04f07cb6779d2fd91dd087466c230c1919d521db --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001539_person1065_virus_1768.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db26071793e3d769a5cc4b847d1ce382b5b4cba4a0b9476060f448c90e5a0cc6 +size 1222 diff --git a/MendeleyCXR/labels/Darwin_00001540_person1066_virus_1769.png b/MendeleyCXR/labels/Darwin_00001540_person1066_virus_1769.png new file mode 100644 index 0000000000000000000000000000000000000000..23ed0a4c9bd1846a100548cda56413bb33822123 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001540_person1066_virus_1769.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fcbd76b822e70c8ed70de4019013801924804461ca7991a876d08c0e8a5d043 +size 1254 diff --git a/MendeleyCXR/labels/Darwin_00001541_person1067_virus_1770.png b/MendeleyCXR/labels/Darwin_00001541_person1067_virus_1770.png new file mode 100644 index 0000000000000000000000000000000000000000..489c9d10eff45cf7919430f9ab289c4ce2ff627e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001541_person1067_virus_1770.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:956e30ff15db817b13e1fd93402eb744ec7a486eb5da13ec06e1be1048922fee +size 1370 diff --git a/MendeleyCXR/labels/Darwin_00001542_person1068_virus_1771.png b/MendeleyCXR/labels/Darwin_00001542_person1068_virus_1771.png new file mode 100644 index 0000000000000000000000000000000000000000..68e9dce7d3ee82d2953a49d3803b7574e33c42fc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001542_person1068_virus_1771.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6942c2f7b9e832e7099a1ab0ea5091372d7ef363efc657b024a14ad176506457 +size 1483 diff --git a/MendeleyCXR/labels/Darwin_00001543_person1069_virus_1772.png b/MendeleyCXR/labels/Darwin_00001543_person1069_virus_1772.png new file mode 100644 index 0000000000000000000000000000000000000000..e4566cdb50986c76eae05c84124f17770b5c0bae --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001543_person1069_virus_1772.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79eee064ebfac50d3027f86dc8b0c93aaf7611eea491e16a5742ff7880676023 +size 1293 diff --git a/MendeleyCXR/labels/Darwin_00001544_person1070_virus_1773.png b/MendeleyCXR/labels/Darwin_00001544_person1070_virus_1773.png new file mode 100644 index 0000000000000000000000000000000000000000..d9aec12add289bfed1b98d23162c6b65c577e148 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001544_person1070_virus_1773.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c211deecff681bd5ee284bfd3a777ba07082b3c51df83ba14ec39f25c204bdf5 +size 1235 diff --git a/MendeleyCXR/labels/Darwin_00001545_person1071_virus_1774.png b/MendeleyCXR/labels/Darwin_00001545_person1071_virus_1774.png new file mode 100644 index 0000000000000000000000000000000000000000..d6470aeb6dc6fd1d5211fd49c65b94d20d54760e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001545_person1071_virus_1774.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61561ad292bae38dbc2da8b20ae517ff9e2e5b1b89aee0753e028290af85f46b +size 1309 diff --git a/MendeleyCXR/labels/Darwin_00001546_person1072_virus_1775.png b/MendeleyCXR/labels/Darwin_00001546_person1072_virus_1775.png new file mode 100644 index 0000000000000000000000000000000000000000..24c432ff94873711fe56b9ac722e4ad026e8d744 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001546_person1072_virus_1775.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a6d1ffd5050c95b5deb5c4a3d36ac9d0696465af95389ff3ec5535d9bc87708 +size 1148 diff --git a/MendeleyCXR/labels/Darwin_00001547_person1073_virus_1776.png b/MendeleyCXR/labels/Darwin_00001547_person1073_virus_1776.png new file mode 100644 index 0000000000000000000000000000000000000000..0c9cbfc4439a3745de8d8ed23e43f6f9d1267107 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001547_person1073_virus_1776.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fee85afcafb6147bc0e8b0d430945ff61be0404790a3fc82e44cb142b0381b5a +size 1166 diff --git a/MendeleyCXR/labels/Darwin_00001548_person1077_virus_1787.png b/MendeleyCXR/labels/Darwin_00001548_person1077_virus_1787.png new file mode 100644 index 0000000000000000000000000000000000000000..3f3c6fee0c70d7350fcaddb725fadd1509bc478b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001548_person1077_virus_1787.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b52ca7f156ff6f3f0bbe76c6e70a8f86a4712efc6158f4c601c8285236188693 +size 1266 diff --git a/MendeleyCXR/labels/Darwin_00001549_person1078_virus_1788.png b/MendeleyCXR/labels/Darwin_00001549_person1078_virus_1788.png new file mode 100644 index 0000000000000000000000000000000000000000..c45667cb08992851f95cbbdf795f5f4ba4b8e586 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001549_person1078_virus_1788.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ecd92f55c4292dc77bdf7880e44e05c383d28dbb7e867e3c0a04b35311da71d +size 1326 diff --git a/MendeleyCXR/labels/Darwin_00001550_person1079_virus_1789.png b/MendeleyCXR/labels/Darwin_00001550_person1079_virus_1789.png new file mode 100644 index 0000000000000000000000000000000000000000..d78a795e219f02f6ba0db3729e9e847b581399f6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001550_person1079_virus_1789.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2c6616395c7241e488f0282fc4f1b9c08c5a9ed80cbcdb733fe6023ec1843c8 +size 1244 diff --git a/MendeleyCXR/labels/Darwin_00001551_person1080_virus_1791.png b/MendeleyCXR/labels/Darwin_00001551_person1080_virus_1791.png new file mode 100644 index 0000000000000000000000000000000000000000..8e9c389d4ef98b7e2c135f8a3fa78df435de6a8e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001551_person1080_virus_1791.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47cc17e01fbd27207f079147ed8f8be5c6a85df761b20c6a949c86c20e107521 +size 1219 diff --git a/MendeleyCXR/labels/Darwin_00001552_person1081_virus_1793.png b/MendeleyCXR/labels/Darwin_00001552_person1081_virus_1793.png new file mode 100644 index 0000000000000000000000000000000000000000..85d26ed109797873a97cab397bc5141e219009d3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001552_person1081_virus_1793.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06d09f3e7e07c49f9d2d8455818eb3165179c5a5c75c4081f9e9b7307c7a0be9 +size 1322 diff --git a/MendeleyCXR/labels/Darwin_00001553_person1082_virus_1794.png b/MendeleyCXR/labels/Darwin_00001553_person1082_virus_1794.png new file mode 100644 index 0000000000000000000000000000000000000000..4fc3a23afb831a25b7d2e3b2f3abfb8fab5f0936 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001553_person1082_virus_1794.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3df97bdbafeafe4b894f4ec897ec8c8f79dad4dfd93d9a1e026cfbb14d322b3f +size 1302 diff --git a/MendeleyCXR/labels/Darwin_00001554_person1083_virus_1795.png b/MendeleyCXR/labels/Darwin_00001554_person1083_virus_1795.png new file mode 100644 index 0000000000000000000000000000000000000000..f6d19b012a1d8baa8f1b4459b0354b05ca8d4d3b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001554_person1083_virus_1795.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eabe592071ed7c4d1e05859053eab452da0186b4ed4f72a680b93f38c86950cc +size 1396 diff --git a/MendeleyCXR/labels/Darwin_00001555_person1084_virus_1796.png b/MendeleyCXR/labels/Darwin_00001555_person1084_virus_1796.png new file mode 100644 index 0000000000000000000000000000000000000000..9b400c0b1feebcfb8e9ccfc84fb0c70140eb95c6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001555_person1084_virus_1796.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0627af486122fea24693dce916b9171b1e53caaad7c4f40de6db26e10a04a309 +size 1338 diff --git a/MendeleyCXR/labels/Darwin_00001556_person1085_virus_1797.png b/MendeleyCXR/labels/Darwin_00001556_person1085_virus_1797.png new file mode 100644 index 0000000000000000000000000000000000000000..1d4f16b96efcc1f32678638df2b80d3232fdaada --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001556_person1085_virus_1797.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7395a13895643ae7cc5766cade85d135f654540d356a0d829ae3fc74c2ad3c6e +size 1265 diff --git a/MendeleyCXR/labels/Darwin_00001557_person1086_virus_1798.png b/MendeleyCXR/labels/Darwin_00001557_person1086_virus_1798.png new file mode 100644 index 0000000000000000000000000000000000000000..da01dc75555cf638b8295603ed737aa425583f1d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001557_person1086_virus_1798.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebd2a39771de00234fd368d1205f0c5b7507d05db3f01f7923436b50327eb92a +size 1235 diff --git a/MendeleyCXR/labels/Darwin_00001559_person1088_virus_1800.png b/MendeleyCXR/labels/Darwin_00001559_person1088_virus_1800.png new file mode 100644 index 0000000000000000000000000000000000000000..381b3952a9df0c496a3d56372c905918beea5016 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001559_person1088_virus_1800.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1269de560a877b6dd538609ec53319a31429d4b1cf4d1b4b69424a69ec991c75 +size 1119 diff --git a/MendeleyCXR/labels/Darwin_00001560_person1089_virus_1808.png b/MendeleyCXR/labels/Darwin_00001560_person1089_virus_1808.png new file mode 100644 index 0000000000000000000000000000000000000000..dba2ef66f36849e3deeba5ad398e5fcea6b33981 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001560_person1089_virus_1808.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0020b39bf43bd5f06fe668a430469bc49f781050975c7aefe1d7ed5f89a9953a +size 1280 diff --git a/MendeleyCXR/labels/Darwin_00001561_person1090_virus_1809.png b/MendeleyCXR/labels/Darwin_00001561_person1090_virus_1809.png new file mode 100644 index 0000000000000000000000000000000000000000..7a1830468e8fcdb53821d7231bb40cef2d422502 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001561_person1090_virus_1809.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:103d628026a8a94732e6c7e27aac7a35a15a4bc00a79fc183c7f593d8e4af1d9 +size 1242 diff --git a/MendeleyCXR/labels/Darwin_00001562_person1091_virus_1810.png b/MendeleyCXR/labels/Darwin_00001562_person1091_virus_1810.png new file mode 100644 index 0000000000000000000000000000000000000000..ed390096c55956a3285fbd3118e19aa76f0ffa74 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001562_person1091_virus_1810.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb4ecabc6324dd4a16cd0b6992133eb85ee1635e9d49326b283acca3f72b309f +size 1298 diff --git a/MendeleyCXR/labels/Darwin_00001563_person1092_virus_1811.png b/MendeleyCXR/labels/Darwin_00001563_person1092_virus_1811.png new file mode 100644 index 0000000000000000000000000000000000000000..498f1aa315737c7e1da57f9830a0c1b62e3b70e9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001563_person1092_virus_1811.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fed9e0ff6d67adee2b44c0c09eb0ffe995c1d0e283c19b62bb1babbb00b12925 +size 1334 diff --git a/MendeleyCXR/labels/Darwin_00001564_person1094_virus_1814.png b/MendeleyCXR/labels/Darwin_00001564_person1094_virus_1814.png new file mode 100644 index 0000000000000000000000000000000000000000..1846cfd0eb919fcb5edf978e42dc51ffec68a76f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001564_person1094_virus_1814.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:471b7ac534c200ebb9a6704a6d58dc110da35dfe087b3c6af3fec2a70478aabd +size 1289 diff --git a/MendeleyCXR/labels/Darwin_00001565_person1095_virus_1815.png b/MendeleyCXR/labels/Darwin_00001565_person1095_virus_1815.png new file mode 100644 index 0000000000000000000000000000000000000000..cfbb8e8090724d3ef966ad72956e33061d251887 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001565_person1095_virus_1815.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5579a6e172de5599437a8adc23b7b00e52d9f8f419a38f6e6382263d219170b2 +size 1330 diff --git a/MendeleyCXR/labels/Darwin_00001566_person1096_virus_1816.png b/MendeleyCXR/labels/Darwin_00001566_person1096_virus_1816.png new file mode 100644 index 0000000000000000000000000000000000000000..d0bdbfdc31d10127282c4f209a81706aa6ecd6d4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001566_person1096_virus_1816.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:560a4b7fce8d4c387b55d2c66007fba180dbcfaf4e3a0b1fd224c1af704327ff +size 1353 diff --git a/MendeleyCXR/labels/Darwin_00001567_person1097_virus_1817.png b/MendeleyCXR/labels/Darwin_00001567_person1097_virus_1817.png new file mode 100644 index 0000000000000000000000000000000000000000..015993cb72610faf817f22a6b5a13ef100decfba --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001567_person1097_virus_1817.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dc9507184cbc8e1dfb663d99952a258b8883ca19130f483d9df30080d792134 +size 1326 diff --git a/MendeleyCXR/labels/Darwin_00001570_person1100_virus_1820.png b/MendeleyCXR/labels/Darwin_00001570_person1100_virus_1820.png new file mode 100644 index 0000000000000000000000000000000000000000..5f40158596e70d62924c00dbc101b4798a031aa4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001570_person1100_virus_1820.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d16cb81bddaa39b42cecc611e66d3e5f3869c08a893d749be096bab0cadd2f6 +size 1237 diff --git a/MendeleyCXR/labels/Darwin_00001571_person1102_virus_1822.png b/MendeleyCXR/labels/Darwin_00001571_person1102_virus_1822.png new file mode 100644 index 0000000000000000000000000000000000000000..db3da72da66c3cfc12b4f163a065f3bcde37d2c4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001571_person1102_virus_1822.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f01fbe0c3ed2c241f555fa0b4868db3979d074c03a3589395253be42f60c2ec +size 1199 diff --git a/MendeleyCXR/labels/Darwin_00001572_person1103_virus_1825.png b/MendeleyCXR/labels/Darwin_00001572_person1103_virus_1825.png new file mode 100644 index 0000000000000000000000000000000000000000..e1f2742b9ef4b3775227c08552a51397a1c70926 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001572_person1103_virus_1825.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1fe7d873a10e11043799af5789cb8aa2a5b27bb4d9193b2a522efa399b4c67a +size 1282 diff --git a/MendeleyCXR/labels/Darwin_00001573_person1104_virus_1826.png b/MendeleyCXR/labels/Darwin_00001573_person1104_virus_1826.png new file mode 100644 index 0000000000000000000000000000000000000000..bfc673fcc897b8a00939de2447debc0dc2fbe651 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001573_person1104_virus_1826.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6acbce2f28eb75bf5461b71c1b688e802faf32c65e4c342282ed21cf03a5aac2 +size 1161 diff --git a/MendeleyCXR/labels/Darwin_00001574_person1106_virus_1829.png b/MendeleyCXR/labels/Darwin_00001574_person1106_virus_1829.png new file mode 100644 index 0000000000000000000000000000000000000000..3862e5907403f82a8e831e74091a789bcf12478b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001574_person1106_virus_1829.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:236de0d2c1b41f951110885b293d93d93e0c905517a3e4e040ca6aec818c208d +size 1331 diff --git a/MendeleyCXR/labels/Darwin_00001575_person1107_virus_1831.png b/MendeleyCXR/labels/Darwin_00001575_person1107_virus_1831.png new file mode 100644 index 0000000000000000000000000000000000000000..388d59a639c9825b4cd8eb9c0bde88b1dc180fd7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001575_person1107_virus_1831.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0fe4b84696d06892ac3d1e1ee524d7aadc39984657e463f81002de7e92e0bbe +size 1364 diff --git a/MendeleyCXR/labels/Darwin_00001576_person1107_virus_1832.png b/MendeleyCXR/labels/Darwin_00001576_person1107_virus_1832.png new file mode 100644 index 0000000000000000000000000000000000000000..1c7ddb1c110c786f9dde13dabb47f121d3c6273f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001576_person1107_virus_1832.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ad566227a2acb08c855e80b96104d723b89d4d4a6878ea8a6d707fbb9cb238c +size 1103 diff --git a/MendeleyCXR/labels/Darwin_00001577_person1108_virus_1833.png b/MendeleyCXR/labels/Darwin_00001577_person1108_virus_1833.png new file mode 100644 index 0000000000000000000000000000000000000000..3962e76626b210a347061fc4a01820b89aefb7f2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001577_person1108_virus_1833.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:329ef73d48701d60400cc4cd22139f67e43d34f8934d87fe011b1696cc7860e4 +size 1261 diff --git a/MendeleyCXR/labels/Darwin_00001578_person1110_virus_1835.png b/MendeleyCXR/labels/Darwin_00001578_person1110_virus_1835.png new file mode 100644 index 0000000000000000000000000000000000000000..b936df5727c143b6e217f53dc2a775f0d60ea488 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001578_person1110_virus_1835.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8b5df6211bcd6453651941694f99407a0662b1053627baf570447f019a6d6fe +size 1401 diff --git a/MendeleyCXR/labels/Darwin_00001579_person1111_virus_1836.png b/MendeleyCXR/labels/Darwin_00001579_person1111_virus_1836.png new file mode 100644 index 0000000000000000000000000000000000000000..e3806899c00cdea108741acc6d73fe70b955531e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001579_person1111_virus_1836.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:752b319d78067269242f60d22a1d3adedb774b6a1085f8a8d27684860f96205c +size 1382 diff --git a/MendeleyCXR/labels/Darwin_00001580_person1112_virus_1837.png b/MendeleyCXR/labels/Darwin_00001580_person1112_virus_1837.png new file mode 100644 index 0000000000000000000000000000000000000000..9976c10f0e234de23107e265238d010825bc68ae --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001580_person1112_virus_1837.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65770180c3bb3f4d1e5f8998a1ccfd6cfb0daa19ae1ac6e0995fa4c2bc186a80 +size 1144 diff --git a/MendeleyCXR/labels/Darwin_00001581_person1113_virus_1838.png b/MendeleyCXR/labels/Darwin_00001581_person1113_virus_1838.png new file mode 100644 index 0000000000000000000000000000000000000000..4c21fc3d18dc909d912c26cb7b8c5459cc3f0102 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001581_person1113_virus_1838.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e31dd398b272734b8788ccbc61f8c791bd7905d144154c56eae2b072e6604f64 +size 1145 diff --git a/MendeleyCXR/labels/Darwin_00001582_person1115_virus_1840.png b/MendeleyCXR/labels/Darwin_00001582_person1115_virus_1840.png new file mode 100644 index 0000000000000000000000000000000000000000..b36ad8851465f12f07258d6ca29eb1a03d9c0386 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001582_person1115_virus_1840.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aacab4e86d698777abe1e77e65a7be5aa7d3b3e43238906076590a734060be3c +size 1406 diff --git a/MendeleyCXR/labels/Darwin_00001583_person1116_virus_1841.png b/MendeleyCXR/labels/Darwin_00001583_person1116_virus_1841.png new file mode 100644 index 0000000000000000000000000000000000000000..0ab7cef58f0d73d65d4765449afa79b7a45c7554 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001583_person1116_virus_1841.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3e3c42566abd9ebad152e3fd3edb70ce40ee5dc59b40755642385e0e6a7c7ce +size 1257 diff --git a/MendeleyCXR/labels/Darwin_00001584_person1119_virus_1844.png b/MendeleyCXR/labels/Darwin_00001584_person1119_virus_1844.png new file mode 100644 index 0000000000000000000000000000000000000000..f22ed6f3bc7b353dd74e6ea88b9e441d632ae974 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001584_person1119_virus_1844.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42534cafedc0d7496878c11dadcf642684a8ef1010cc45d3be58253fb5a58e81 +size 1150 diff --git a/MendeleyCXR/labels/Darwin_00001585_person1120_virus_1845.png b/MendeleyCXR/labels/Darwin_00001585_person1120_virus_1845.png new file mode 100644 index 0000000000000000000000000000000000000000..c2643d635b00449bea1e0153484001225d648d8b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001585_person1120_virus_1845.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2fd631d1ce9e1c91baaa7e2bf665f7e9f742cdecd67522150a5dc76cead5dc8 +size 1282 diff --git a/MendeleyCXR/labels/Darwin_00001586_person1121_virus_1846.png b/MendeleyCXR/labels/Darwin_00001586_person1121_virus_1846.png new file mode 100644 index 0000000000000000000000000000000000000000..22e856449c2f42b899b9006a34a3cd0c47691177 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001586_person1121_virus_1846.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d952795ece51becada8854d7046d10f81bd0d6e1c365d698cf65db3a5ca70c8 +size 1323 diff --git a/MendeleyCXR/labels/Darwin_00001587_person1122_virus_1847.png b/MendeleyCXR/labels/Darwin_00001587_person1122_virus_1847.png new file mode 100644 index 0000000000000000000000000000000000000000..bd32413b3b28b596d501e79beba2cc21d3ee8a86 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001587_person1122_virus_1847.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7691a3a1cceb445c1af98df54b930cdc7066ff73bacbbdc64e82877920c2d2f +size 1277 diff --git a/MendeleyCXR/labels/Darwin_00001588_person1123_virus_1848.png b/MendeleyCXR/labels/Darwin_00001588_person1123_virus_1848.png new file mode 100644 index 0000000000000000000000000000000000000000..03c40c943cd706f2df5804b74015c509272ac97c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001588_person1123_virus_1848.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78aca8d8454d9cd0c2d98ea5b526fa105fc721f14d348d72592f3d28035d1719 +size 1164 diff --git a/MendeleyCXR/labels/Darwin_00001589_person1124_virus_1851.png b/MendeleyCXR/labels/Darwin_00001589_person1124_virus_1851.png new file mode 100644 index 0000000000000000000000000000000000000000..f3d5e1c9a0551f5f7034d33e809539765b8a9393 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001589_person1124_virus_1851.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:085c342cffcf7073154fd75a29b6bc2f715aade8390d53c6902b565a7b6bc420 +size 1266 diff --git a/MendeleyCXR/labels/Darwin_00001590_person1125_virus_1852.png b/MendeleyCXR/labels/Darwin_00001590_person1125_virus_1852.png new file mode 100644 index 0000000000000000000000000000000000000000..e526572e0593e8a64dfe712a86fe6c61d439fcb9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001590_person1125_virus_1852.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b3a38a9fd5871a497d8d63c31c2cd12ce9c17d0cf4077b1cd5eb6924dd41409 +size 1299 diff --git a/MendeleyCXR/labels/Darwin_00001591_person1126_virus_1853.png b/MendeleyCXR/labels/Darwin_00001591_person1126_virus_1853.png new file mode 100644 index 0000000000000000000000000000000000000000..78c5d4453f4cd2f1e2d688af81f3404f28e6ff78 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001591_person1126_virus_1853.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a852a714b565d88d43d6a086fb97d8bd201c9b866cba98a917647f457522602 +size 1350 diff --git a/MendeleyCXR/labels/Darwin_00001592_person1127_virus_1854.png b/MendeleyCXR/labels/Darwin_00001592_person1127_virus_1854.png new file mode 100644 index 0000000000000000000000000000000000000000..9a08c4917b2c2197c85021ff927837dbe97f60e1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001592_person1127_virus_1854.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d92d531aa6382e6bf673d025a5e292da04d504208147173ab17a3d21de44ab0 +size 1302 diff --git a/MendeleyCXR/labels/Darwin_00001593_person1129_virus_1857.png b/MendeleyCXR/labels/Darwin_00001593_person1129_virus_1857.png new file mode 100644 index 0000000000000000000000000000000000000000..1522bafad72b8a224b48834e46a6ea570cd9c82d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001593_person1129_virus_1857.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dd70fefcde929d28e86621c9ec59d97ce2eca1e6b0bcb50468594bf4c5aa90e +size 1277 diff --git a/MendeleyCXR/labels/Darwin_00001597_person1137_virus_1876.png b/MendeleyCXR/labels/Darwin_00001597_person1137_virus_1876.png new file mode 100644 index 0000000000000000000000000000000000000000..5cfca64dba1ab175e340d273669069b5747e38cd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001597_person1137_virus_1876.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2749669d0914617b9d08e86bd7683e521cb31abf7043bc53ba1838e30074b233 +size 1285 diff --git a/MendeleyCXR/labels/Darwin_00001598_person1138_virus_1877.png b/MendeleyCXR/labels/Darwin_00001598_person1138_virus_1877.png new file mode 100644 index 0000000000000000000000000000000000000000..24a608c41df7ca26643871f78497161172030738 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001598_person1138_virus_1877.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb6fe02becbd34c6071286822991892235cc1066221cc030874090fddec777f0 +size 1224 diff --git a/MendeleyCXR/labels/Darwin_00001599_person1138_virus_1879.png b/MendeleyCXR/labels/Darwin_00001599_person1138_virus_1879.png new file mode 100644 index 0000000000000000000000000000000000000000..c475cc443796d477da4a17a72b906c355ca175c2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001599_person1138_virus_1879.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9e9354703478291d1e1bebd6e9b49032286750239d613b22ac49889d60fb4c7 +size 1124 diff --git a/MendeleyCXR/labels/Darwin_00001600_person1139_virus_1882.png b/MendeleyCXR/labels/Darwin_00001600_person1139_virus_1882.png new file mode 100644 index 0000000000000000000000000000000000000000..17be292b85a7d2f7d4357fc10b78f877c2a3f5eb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001600_person1139_virus_1882.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14ba483e17000298ed6498e369a9d00fa3d8330299e93ad6cb166156bc13eca3 +size 1325 diff --git a/MendeleyCXR/labels/Darwin_00001601_person1140_virus_1885.png b/MendeleyCXR/labels/Darwin_00001601_person1140_virus_1885.png new file mode 100644 index 0000000000000000000000000000000000000000..39e804e29f674aa266a572126d0079a73cb25147 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001601_person1140_virus_1885.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5e04eaf22252073ab0468de3496032f5f986a7634cb67846159395d699b0d95 +size 1391 diff --git a/MendeleyCXR/labels/Darwin_00001602_person1141_virus_1886.png b/MendeleyCXR/labels/Darwin_00001602_person1141_virus_1886.png new file mode 100644 index 0000000000000000000000000000000000000000..e7ebdcef4c125b28f991905f665a4a6cc7aa6f02 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001602_person1141_virus_1886.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbe5811ae942421a50fcd79138809253dee57fb0cd1e9b747af2f3341d5bd170 +size 1041 diff --git a/MendeleyCXR/labels/Darwin_00001603_person1141_virus_1890.png b/MendeleyCXR/labels/Darwin_00001603_person1141_virus_1890.png new file mode 100644 index 0000000000000000000000000000000000000000..3b6d9381e14112f437172e9fc4c6dc928e2ec859 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001603_person1141_virus_1890.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aca2727a00baf025d0d60c1bc07d71f45d5ff5f96944ac1afcb180a27a58e1ca +size 1175 diff --git a/MendeleyCXR/labels/Darwin_00001604_person1142_virus_1892.png b/MendeleyCXR/labels/Darwin_00001604_person1142_virus_1892.png new file mode 100644 index 0000000000000000000000000000000000000000..e99a161b81fc858f04a3ef504bed9cea19cfeb2b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001604_person1142_virus_1892.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:443f251d239525d3aaec36aadf1e35b8ca2785e1877f1325a43074e099f46b9a +size 997 diff --git a/MendeleyCXR/labels/Darwin_00001605_person1143_virus_1896.png b/MendeleyCXR/labels/Darwin_00001605_person1143_virus_1896.png new file mode 100644 index 0000000000000000000000000000000000000000..e7a29c77d4ca514b18bfc57a3e60eea0551b992b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001605_person1143_virus_1896.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4f59afd4fe7b53b9193a3a5afb66e5aecf7a9e25b334316abc3ffa0528d1149 +size 1344 diff --git a/MendeleyCXR/labels/Darwin_00001606_person1143_virus_1897.png b/MendeleyCXR/labels/Darwin_00001606_person1143_virus_1897.png new file mode 100644 index 0000000000000000000000000000000000000000..d6ebf13c7c083f7c6f19944fb8818e33136daa6a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001606_person1143_virus_1897.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e065ad18936e9f42b3d73670ee721b0ea4af9f21170f60df28bd9bcb5877931 +size 1182 diff --git a/MendeleyCXR/labels/Darwin_00001607_person1145_virus_1902.png b/MendeleyCXR/labels/Darwin_00001607_person1145_virus_1902.png new file mode 100644 index 0000000000000000000000000000000000000000..f4111a4e663710c09a6115f11ed42bbf2e14cadf --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001607_person1145_virus_1902.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cc959a4468321e6fa2ebfbe41fa216f2d1f3afebdc39f2476480e72566547cb +size 1144 diff --git a/MendeleyCXR/labels/Darwin_00001608_person1145_virus_1905.png b/MendeleyCXR/labels/Darwin_00001608_person1145_virus_1905.png new file mode 100644 index 0000000000000000000000000000000000000000..0fee7c846afe077d95661b4aa09da44633cbfede --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001608_person1145_virus_1905.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da948143b5f2745ba264c5cc7ec33d61b66a8eea88d980d2dd9cc16917c2543f +size 1294 diff --git a/MendeleyCXR/labels/Darwin_00001609_person1145_virus_1906.png b/MendeleyCXR/labels/Darwin_00001609_person1145_virus_1906.png new file mode 100644 index 0000000000000000000000000000000000000000..10f5c8ea767148a3571bbcc91144735a67c955a3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001609_person1145_virus_1906.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4c305daa7f8a7fc8bf5426531d1e95e157f9372ac9cb11f1da6a7a15d7689ea +size 1052 diff --git a/MendeleyCXR/labels/Darwin_00001610_person1147_virus_1917.png b/MendeleyCXR/labels/Darwin_00001610_person1147_virus_1917.png new file mode 100644 index 0000000000000000000000000000000000000000..826beb234d431e7437a31ed9a01a858650a32d13 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001610_person1147_virus_1917.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09cbc76796941b91a27eb6ca7c181ac8e2e75ed650f1d646cef6fbe723b443f8 +size 997 diff --git a/MendeleyCXR/labels/Darwin_00001611_person1147_virus_1919.png b/MendeleyCXR/labels/Darwin_00001611_person1147_virus_1919.png new file mode 100644 index 0000000000000000000000000000000000000000..2126a64c21e70029f18a1b835ba370a87274128f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001611_person1147_virus_1919.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6899db05f37c522e6ae9d33057ec9c2a539bf42dc94b38a0ece7cdb0d0c66ec5 +size 1329 diff --git a/MendeleyCXR/labels/Darwin_00001612_person1147_virus_1920.png b/MendeleyCXR/labels/Darwin_00001612_person1147_virus_1920.png new file mode 100644 index 0000000000000000000000000000000000000000..984d7ce0e075e93a00ec642ca5fc478575feffb1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001612_person1147_virus_1920.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6ba805e8e9639a0bb70faea348c40bd88db2aa2429c064335baa9158948c0d4 +size 1272 diff --git a/MendeleyCXR/labels/Darwin_00001613_person1149_virus_1924.png b/MendeleyCXR/labels/Darwin_00001613_person1149_virus_1924.png new file mode 100644 index 0000000000000000000000000000000000000000..eed2cf66541485935b6b2cce58f4ed443095f659 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001613_person1149_virus_1924.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83b97177aae1f42d559049fbb753e7067b7472ab2388ba4ea7d404b5e642d6f4 +size 1186 diff --git a/MendeleyCXR/labels/Darwin_00001614_person1149_virus_1925.png b/MendeleyCXR/labels/Darwin_00001614_person1149_virus_1925.png new file mode 100644 index 0000000000000000000000000000000000000000..d21a4d8feb8356a709a23fc217559adc3ceedde7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001614_person1149_virus_1925.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7261e28dcc2b128c2787557977246d5d8c01f5e2b5c86a4c220bb803900a6a51 +size 1466 diff --git a/MendeleyCXR/labels/Darwin_00001615_person1151_virus_1928.png b/MendeleyCXR/labels/Darwin_00001615_person1151_virus_1928.png new file mode 100644 index 0000000000000000000000000000000000000000..a120b0b3b3334b8989bbcb8202a37150b978aa66 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001615_person1151_virus_1928.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e28d7feaaeefb4e62bc5172d9f8b32dd609d0da3a4e0409bdefdd6f453a5528c +size 1301 diff --git a/MendeleyCXR/labels/Darwin_00001616_person1152_virus_1930.png b/MendeleyCXR/labels/Darwin_00001616_person1152_virus_1930.png new file mode 100644 index 0000000000000000000000000000000000000000..ee0678ab0278fef38a421e7a318bf736257bce88 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001616_person1152_virus_1930.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02d3fb6eed518c9cc08cd2b8dd93a5d4ee47504850c45566c999f84af7d9e179 +size 1437 diff --git a/MendeleyCXR/labels/Darwin_00001617_person1153_virus_1932.png b/MendeleyCXR/labels/Darwin_00001617_person1153_virus_1932.png new file mode 100644 index 0000000000000000000000000000000000000000..95899f3a7a53ee96fee305e8767e21750c5c1831 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001617_person1153_virus_1932.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c15634c3807a79df8f3e22b7a0b53edab69d494757e450d019df62500432ff2 +size 1316 diff --git a/MendeleyCXR/labels/Darwin_00001618_person1154_virus_1933.png b/MendeleyCXR/labels/Darwin_00001618_person1154_virus_1933.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff3b663d1f801854032e280b141eae905f02ebb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001618_person1154_virus_1933.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f7a879ae9632c6285052348e93885af3a656a4ed5198236b2d395d40c87414c +size 1316 diff --git a/MendeleyCXR/labels/Darwin_00001619_person1155_virus_1934.png b/MendeleyCXR/labels/Darwin_00001619_person1155_virus_1934.png new file mode 100644 index 0000000000000000000000000000000000000000..eeb2e2a8e5331edb7fb8d2015aaef4ef2d93f0cb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001619_person1155_virus_1934.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac916ad9cc17eb7ffd9448910f25c7d65fbd736689663be76bf3b87d0d853e14 +size 1351 diff --git a/MendeleyCXR/labels/Darwin_00001620_person1156_virus_1935.png b/MendeleyCXR/labels/Darwin_00001620_person1156_virus_1935.png new file mode 100644 index 0000000000000000000000000000000000000000..e1879b4bb18814e8e9c6fdebda6c50ef4e6f73e7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001620_person1156_virus_1935.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b5b0cf747c9f5f91a33b6db139266a66f4b47ef4617aa9b18499eca7fb7f6cd +size 1409 diff --git a/MendeleyCXR/labels/Darwin_00001621_person1156_virus_1936.png b/MendeleyCXR/labels/Darwin_00001621_person1156_virus_1936.png new file mode 100644 index 0000000000000000000000000000000000000000..1248e575cfcf595fe774722ae3b87750b6b52212 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001621_person1156_virus_1936.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bf724aa68e5f81590cfeb862204d828a308dc22132e2f6e34339a4d1af8692d +size 1405 diff --git a/MendeleyCXR/labels/Darwin_00001622_person1157_virus_1937.png b/MendeleyCXR/labels/Darwin_00001622_person1157_virus_1937.png new file mode 100644 index 0000000000000000000000000000000000000000..17ea24fdba47ef8ab3d940760bc22c963d88dfd2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001622_person1157_virus_1937.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f602ac51f7069fc0775f5a588848db06c6e897a5cbd20e03e27b46998fd610e3 +size 1266 diff --git a/MendeleyCXR/labels/Darwin_00001623_person1158_virus_1938.png b/MendeleyCXR/labels/Darwin_00001623_person1158_virus_1938.png new file mode 100644 index 0000000000000000000000000000000000000000..247be2eaf753378c4f08a0eef74600e96e914fae --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001623_person1158_virus_1938.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c88c2fc3cd325310d599b8acd5a16fd897bcfbe6a637855fa478ef492422853 +size 1265 diff --git a/MendeleyCXR/labels/Darwin_00001624_person1158_virus_1940.png b/MendeleyCXR/labels/Darwin_00001624_person1158_virus_1940.png new file mode 100644 index 0000000000000000000000000000000000000000..a95610bbeb0a767669e3c39f69e15f3cabf3aed5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001624_person1158_virus_1940.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe8b0c57522e07c2014869b5d93acaca812951f1457094d0b59890f5a0bb0124 +size 1213 diff --git a/MendeleyCXR/labels/Darwin_00001625_person1158_virus_1941.png b/MendeleyCXR/labels/Darwin_00001625_person1158_virus_1941.png new file mode 100644 index 0000000000000000000000000000000000000000..69dfe438f19866b51c9195cd5f0e366641cc6a5e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001625_person1158_virus_1941.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cd1a3a8d590cead6f775d31410be21c24aabf4ab131b3412ca10cebc1c3de83 +size 1359 diff --git a/MendeleyCXR/labels/Darwin_00001626_person1158_virus_1942.png b/MendeleyCXR/labels/Darwin_00001626_person1158_virus_1942.png new file mode 100644 index 0000000000000000000000000000000000000000..8aa70b3d48e3b0ee5e295c111f045987d115132e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001626_person1158_virus_1942.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93585f40b8ba326d0ef5564432cfc00cf040eaa907c60b24a097de05154d4dc5 +size 1299 diff --git a/MendeleyCXR/labels/Darwin_00001627_person1158_virus_1943.png b/MendeleyCXR/labels/Darwin_00001627_person1158_virus_1943.png new file mode 100644 index 0000000000000000000000000000000000000000..a08dbb752059537bfcceac06cbce5cf1de509d82 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001627_person1158_virus_1943.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6ec814051800d600d34709907563b650db18e1f6074d3084c49a67b90a2d26e +size 1252 diff --git a/MendeleyCXR/labels/Darwin_00001629_person100_virus_184.png b/MendeleyCXR/labels/Darwin_00001629_person100_virus_184.png new file mode 100644 index 0000000000000000000000000000000000000000..047a517649629bd07b827a88e02c98059448b564 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001629_person100_virus_184.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02895082f964d72024de7cca871fa00d0571e75e1a0a499fc3a9019fb6af7b80 +size 1273 diff --git a/MendeleyCXR/labels/Darwin_00001630_person101_virus_187.png b/MendeleyCXR/labels/Darwin_00001630_person101_virus_187.png new file mode 100644 index 0000000000000000000000000000000000000000..5feb23766d7914880bb3356dd79c9fb98ac86c72 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001630_person101_virus_187.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32d7b737074659c1f82bf63d30b3272c41e60c800fcb37d468623d7b6d124e3b +size 1248 diff --git a/MendeleyCXR/labels/Darwin_00001631_person101_virus_188.png b/MendeleyCXR/labels/Darwin_00001631_person101_virus_188.png new file mode 100644 index 0000000000000000000000000000000000000000..cfa124cc5b8b462b5b14667e2c9d1f6bd8b1187f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001631_person101_virus_188.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c5caef8f5bb3af494ea4eb6dbea0344422a471da9508bd3e6f3f0b8ea1273a5 +size 1154 diff --git a/MendeleyCXR/labels/Darwin_00001632_person1000_virus_1681.png b/MendeleyCXR/labels/Darwin_00001632_person1000_virus_1681.png new file mode 100644 index 0000000000000000000000000000000000000000..97b77b533ebe4d98862d8efe4abf86af7c4c5dc1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001632_person1000_virus_1681.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b20d6f5dffdd30d4f5c0c2f0b51d80b30f73cef49f7603ea19566b7c5ff4199c +size 1336 diff --git a/MendeleyCXR/labels/Darwin_00001633_person1003_virus_1685.png b/MendeleyCXR/labels/Darwin_00001633_person1003_virus_1685.png new file mode 100644 index 0000000000000000000000000000000000000000..f13e530934e3df882e623baf4baa7093664b6a46 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001633_person1003_virus_1685.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eb3654d47188617c6958581520f6608f63cb632c63fafd72e67646b92a31c92 +size 1345 diff --git a/MendeleyCXR/labels/Darwin_00001635_person1005_virus_1688.png b/MendeleyCXR/labels/Darwin_00001635_person1005_virus_1688.png new file mode 100644 index 0000000000000000000000000000000000000000..2de32cec95335e01ccd0c994f06f1fc97e70c597 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001635_person1005_virus_1688.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b4f8131b7468d4559e261b4a4c9e69d9e0d20c499da36ffdafea6d7aaf7cafe +size 1266 diff --git a/MendeleyCXR/labels/Darwin_00001636_person1007_virus_1690.png b/MendeleyCXR/labels/Darwin_00001636_person1007_virus_1690.png new file mode 100644 index 0000000000000000000000000000000000000000..5832adbd9396c5bf42ede5061dc6f679fcc5c9cb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001636_person1007_virus_1690.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f85bb289acdd326cecc541475f7c2fb0420bca81aa245758be39c44db931cbc4 +size 1323 diff --git a/MendeleyCXR/labels/Darwin_00001637_person1008_virus_1691.png b/MendeleyCXR/labels/Darwin_00001637_person1008_virus_1691.png new file mode 100644 index 0000000000000000000000000000000000000000..b716dc13dc1534239693e2371f8280e6bb5cde6e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001637_person1008_virus_1691.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bef09c190cd92a79788653c76a139e57dc27570c9dba181eaf93b7511e323fc2 +size 1351 diff --git a/MendeleyCXR/labels/Darwin_00001638_person1009_virus_1694.png b/MendeleyCXR/labels/Darwin_00001638_person1009_virus_1694.png new file mode 100644 index 0000000000000000000000000000000000000000..1a986968d262511a77a2d06d3b54335abd904f56 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001638_person1009_virus_1694.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23b79af7a125c5f7facb90cb512386118c296cf1e9348e80bbd74862078e9088 +size 1262 diff --git a/MendeleyCXR/labels/Darwin_00001640_person1015_virus_1701.png b/MendeleyCXR/labels/Darwin_00001640_person1015_virus_1701.png new file mode 100644 index 0000000000000000000000000000000000000000..aca6b3a06f09d2bfd07d76544eeb8c7d42335364 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001640_person1015_virus_1701.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84336a54c22602dce7242ea2c6c7d76900a845fcfffe8731231fc2b63ca081c5 +size 1146 diff --git a/MendeleyCXR/labels/Darwin_00001641_person1015_virus_1702.png b/MendeleyCXR/labels/Darwin_00001641_person1015_virus_1702.png new file mode 100644 index 0000000000000000000000000000000000000000..72c868600f22f35a7447a747963398bbb83b61fc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001641_person1015_virus_1702.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75e34f28aa18e0f4de5201cc4dc3502cf2d7d17cede8ce174e6a678020c50b45 +size 1366 diff --git a/MendeleyCXR/labels/Darwin_00001642_person1016_virus_1704.png b/MendeleyCXR/labels/Darwin_00001642_person1016_virus_1704.png new file mode 100644 index 0000000000000000000000000000000000000000..7935758d51e1d4f7fbf3f0abbf72bb351e4f9ea6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001642_person1016_virus_1704.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9708f98431605bec0d83924b45256cb70880233f3fe10ac2943bc0d91965cd9c +size 1309 diff --git a/MendeleyCXR/labels/Darwin_00001643_person1018_virus_1706.png b/MendeleyCXR/labels/Darwin_00001643_person1018_virus_1706.png new file mode 100644 index 0000000000000000000000000000000000000000..89179e95ca899f961835d12d3af8b025aa5e5bd7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001643_person1018_virus_1706.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42741ec26983c9764032846c944766495c191081281b10b97ea7719e37687b8a +size 1221 diff --git a/MendeleyCXR/labels/Darwin_00001644_person1019_virus_1707.png b/MendeleyCXR/labels/Darwin_00001644_person1019_virus_1707.png new file mode 100644 index 0000000000000000000000000000000000000000..cde85cd8aa512aadc99baaa3e04cc410a85ae14a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001644_person1019_virus_1707.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7aa9a79eea8d60c2e5c762b30a6771e5a0462b8ac58a45ec76ccdc65554b7db +size 1305 diff --git a/MendeleyCXR/labels/Darwin_00001645_person1019_virus_1708.png b/MendeleyCXR/labels/Darwin_00001645_person1019_virus_1708.png new file mode 100644 index 0000000000000000000000000000000000000000..e66650518c0f6ca4ca8e83127e8823bec01cf123 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001645_person1019_virus_1708.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:834ff1b35c5bc84ba61ee18b340c19c18a9ef91c28867dec2b4b9a9511742c14 +size 1333 diff --git a/MendeleyCXR/labels/Darwin_00001919_person8_bacteria_37.png b/MendeleyCXR/labels/Darwin_00001919_person8_bacteria_37.png new file mode 100644 index 0000000000000000000000000000000000000000..dd35819ffda2daf4669e1fd9d6e8f6d2a29dc5d2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001919_person8_bacteria_37.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c20fc1d67924d9c1a6f50778c3f5d89a43d3c0f7bb023feea851486ab875c75 +size 1357 diff --git a/MendeleyCXR/labels/Darwin_00001920_person9_bacteria_38.png b/MendeleyCXR/labels/Darwin_00001920_person9_bacteria_38.png new file mode 100644 index 0000000000000000000000000000000000000000..e8ce62566fefc12ad49ef6238484504fb73ed7da --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001920_person9_bacteria_38.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fe60d637e5eb4d5a9be519b09fd332bd6f5600069cde3286b2be40c4fbf571d +size 1313 diff --git a/MendeleyCXR/labels/Darwin_00001921_person9_bacteria_39.png b/MendeleyCXR/labels/Darwin_00001921_person9_bacteria_39.png new file mode 100644 index 0000000000000000000000000000000000000000..e3aa0b4aaeb4e50455545a7782451f3a65b5b1ac --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001921_person9_bacteria_39.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaf03822f5f96a7abb7fb015bbae83a063f2c7da9e85779a2fa3fa42cb21b57a +size 1272 diff --git a/MendeleyCXR/labels/Darwin_00001922_person9_bacteria_40.png b/MendeleyCXR/labels/Darwin_00001922_person9_bacteria_40.png new file mode 100644 index 0000000000000000000000000000000000000000..129f960fee059094421951dfd7ea5b70db898fb9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001922_person9_bacteria_40.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7125b64cf63bffbcb8a92d4527663ffdfcd7fb0c6ce120efe7bf5d51f999593d +size 1298 diff --git a/MendeleyCXR/labels/Darwin_00001923_person9_bacteria_41.png b/MendeleyCXR/labels/Darwin_00001923_person9_bacteria_41.png new file mode 100644 index 0000000000000000000000000000000000000000..33245e72e7572c93d8c12f4c5f0086615028af6f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001923_person9_bacteria_41.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ba519b10e4316cc955cd369d15f5435650fd33ec844612610ddee7b849b9383 +size 1237 diff --git a/MendeleyCXR/labels/Darwin_00001924_person890_bacteria_2814.png b/MendeleyCXR/labels/Darwin_00001924_person890_bacteria_2814.png new file mode 100644 index 0000000000000000000000000000000000000000..e06b7b23e5a1e89f61e06a61dbab616922a4963e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001924_person890_bacteria_2814.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f260f6e96d04fbf71e700a1546f5d7e62f0850291ad9a40e55f122c3dd633939 +size 1260 diff --git a/MendeleyCXR/labels/Darwin_00001925_person892_bacteria_2817.png b/MendeleyCXR/labels/Darwin_00001925_person892_bacteria_2817.png new file mode 100644 index 0000000000000000000000000000000000000000..d67817282e2c9810d52b1c600c6b361bafec6396 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001925_person892_bacteria_2817.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fd2fb7b1e4cd230cef8ab31c1901a6edbf0ca44cf08d8b258f238592e9b6fe7 +size 1436 diff --git a/MendeleyCXR/labels/Darwin_00001926_person893_bacteria_2818.png b/MendeleyCXR/labels/Darwin_00001926_person893_bacteria_2818.png new file mode 100644 index 0000000000000000000000000000000000000000..27e49a40edd07fe7523cb1443fa75821fbaf0a7c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001926_person893_bacteria_2818.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:986299a97d8bf30555f9c3f58ab262e9ea63164540ff491455f2b3df3c470bb4 +size 1421 diff --git a/MendeleyCXR/labels/Darwin_00001928_person895_bacteria_2820.png b/MendeleyCXR/labels/Darwin_00001928_person895_bacteria_2820.png new file mode 100644 index 0000000000000000000000000000000000000000..25e22c24b390baafa8b655c58063d02a086f05f3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001928_person895_bacteria_2820.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1783fd77b418cc0a9400e0f4dce8e23ab5733af2dcde6552a328259a42166f86 +size 1263 diff --git a/MendeleyCXR/labels/Darwin_00001929_person896_bacteria_2821.png b/MendeleyCXR/labels/Darwin_00001929_person896_bacteria_2821.png new file mode 100644 index 0000000000000000000000000000000000000000..5096204ec31f3e3dda2cc5eac628e58c0cd4f941 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001929_person896_bacteria_2821.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d25f1a5679425a8d3c14eee812aeaca2f5d5a9440d94512cb218e1884d95320 +size 1295 diff --git a/MendeleyCXR/labels/Darwin_00001930_person897_bacteria_2822.png b/MendeleyCXR/labels/Darwin_00001930_person897_bacteria_2822.png new file mode 100644 index 0000000000000000000000000000000000000000..ef03ee686188f3effe3f472deca9a68cb5c09183 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001930_person897_bacteria_2822.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dc09ef7f90c341e1a4685b8b60e59f7964810ee6a34d272b50ecb83b5c71060 +size 1326 diff --git a/MendeleyCXR/labels/Darwin_00001931_person898_bacteria_2823.png b/MendeleyCXR/labels/Darwin_00001931_person898_bacteria_2823.png new file mode 100644 index 0000000000000000000000000000000000000000..044be3845d83b1d8ed17a1a561b5015ebcdfaa22 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001931_person898_bacteria_2823.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82af41d4a339b5a01eab72f146f07fc16fc69aaa599d39b2945801e70ba78e67 +size 1316 diff --git a/MendeleyCXR/labels/Darwin_00001932_person902_bacteria_2827.png b/MendeleyCXR/labels/Darwin_00001932_person902_bacteria_2827.png new file mode 100644 index 0000000000000000000000000000000000000000..a1edf9b2fbf9dd40a16efaa6468cfe361a392939 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001932_person902_bacteria_2827.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:519438689f496323387c5e69772d171b0a69d752555073dec6c86abf78136c01 +size 1306 diff --git a/MendeleyCXR/labels/Darwin_00001933_person903_bacteria_2828.png b/MendeleyCXR/labels/Darwin_00001933_person903_bacteria_2828.png new file mode 100644 index 0000000000000000000000000000000000000000..8b1a5bbe130b3a271ed76de866974867479e5c8f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001933_person903_bacteria_2828.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00f7eb0ef341300500def206d52b1c054eea05bf972120c01e3fd2f1976da89c +size 1283 diff --git a/MendeleyCXR/labels/Darwin_00001936_person906_bacteria_2831.png b/MendeleyCXR/labels/Darwin_00001936_person906_bacteria_2831.png new file mode 100644 index 0000000000000000000000000000000000000000..b0e0adec7bc044b3880164a8945f9e7433d86045 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001936_person906_bacteria_2831.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d55fb89de6b5167dd68e3a8c3f9d9e6262e8d7629945947a22d9a8117cb6ef49 +size 1290 diff --git a/MendeleyCXR/labels/Darwin_00001937_person907_bacteria_2832.png b/MendeleyCXR/labels/Darwin_00001937_person907_bacteria_2832.png new file mode 100644 index 0000000000000000000000000000000000000000..fbe3832eae3597e467210f657091641d6f3b67ae --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001937_person907_bacteria_2832.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b43c1e36277aa30ebecda28aece4f6e47b1256c4815f6845899acffa614c1328 +size 1480 diff --git a/MendeleyCXR/labels/Darwin_00001938_person909_bacteria_2834.png b/MendeleyCXR/labels/Darwin_00001938_person909_bacteria_2834.png new file mode 100644 index 0000000000000000000000000000000000000000..4cf04ef666b5864c4db254959fccebc83f697031 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001938_person909_bacteria_2834.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:786939d72b24731a49cfa6a56b3b7f257affa21f2048e44a636e1a3c183cde2e +size 1396 diff --git a/MendeleyCXR/labels/Darwin_00001939_person911_bacteria_2836.png b/MendeleyCXR/labels/Darwin_00001939_person911_bacteria_2836.png new file mode 100644 index 0000000000000000000000000000000000000000..181d74eeba53467b5fd2e242a70d05f0e5f7b438 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001939_person911_bacteria_2836.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50a0c5bf2b2b9ee54da981e102a53ed95f26e469271fa8f8a87ad8b6752fab97 +size 1310 diff --git a/MendeleyCXR/labels/Darwin_00001940_person912_bacteria_2837.png b/MendeleyCXR/labels/Darwin_00001940_person912_bacteria_2837.png new file mode 100644 index 0000000000000000000000000000000000000000..c8e921e4fa29e2804f5ec821fbc8ac58df1a4737 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001940_person912_bacteria_2837.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abf749201023309eb53a69ff4a9a76a387017f435161751391cff0ae6a95f200 +size 1364 diff --git a/MendeleyCXR/labels/Darwin_00001942_person914_bacteria_2839.png b/MendeleyCXR/labels/Darwin_00001942_person914_bacteria_2839.png new file mode 100644 index 0000000000000000000000000000000000000000..22a8fdf4d1a9a871ed2a9eafe4b0b5a3db06a1e2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001942_person914_bacteria_2839.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59c67cb1b2098d4e43e2eff72b06956a20b47b0afcf69e433009236555f4efe2 +size 1168 diff --git a/MendeleyCXR/labels/Darwin_00001943_person916_bacteria_2841.png b/MendeleyCXR/labels/Darwin_00001943_person916_bacteria_2841.png new file mode 100644 index 0000000000000000000000000000000000000000..c2c3252d02515efdce87ff0013497d2a280247c5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001943_person916_bacteria_2841.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beeffc9a03e4e96ad58d7489c2284680a4ddfcb809020f94d5084b07551f96e6 +size 1202 diff --git a/MendeleyCXR/labels/Darwin_00001944_person917_bacteria_2842.png b/MendeleyCXR/labels/Darwin_00001944_person917_bacteria_2842.png new file mode 100644 index 0000000000000000000000000000000000000000..934c86f623baed227cf4813fa5015f243ba45d16 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001944_person917_bacteria_2842.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64d686918567f863b493ee99225e0c12b63f74313cb11514213d042fef123f8e +size 1138 diff --git a/MendeleyCXR/labels/Darwin_00001945_person918_bacteria_2843.png b/MendeleyCXR/labels/Darwin_00001945_person918_bacteria_2843.png new file mode 100644 index 0000000000000000000000000000000000000000..a6c8102fbb5782127918ac23b1d3f55d6248a2dc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001945_person918_bacteria_2843.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d971dab6bd1cb5ba033992e82cfbf2aeb4f80e120f85758b579b49bf03e1ceb +size 1267 diff --git a/MendeleyCXR/labels/Darwin_00001946_person919_bacteria_2844.png b/MendeleyCXR/labels/Darwin_00001946_person919_bacteria_2844.png new file mode 100644 index 0000000000000000000000000000000000000000..6b9809d9a2e157009e5b7be5246b12d16c07102f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001946_person919_bacteria_2844.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5707ce87fd8d94e93128a2b3f797256bfacecad88dd792cdc136d3674a423f19 +size 1189 diff --git a/MendeleyCXR/labels/Darwin_00001947_person920_bacteria_2845.png b/MendeleyCXR/labels/Darwin_00001947_person920_bacteria_2845.png new file mode 100644 index 0000000000000000000000000000000000000000..e13a62ceafd87483962532eecdb2e074ff9af866 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001947_person920_bacteria_2845.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a147199cd00f9157189209372ce8ae2484e66d03c8ce02da854813709812171 +size 1327 diff --git a/MendeleyCXR/labels/Darwin_00001948_person921_bacteria_2846.png b/MendeleyCXR/labels/Darwin_00001948_person921_bacteria_2846.png new file mode 100644 index 0000000000000000000000000000000000000000..5cd98fe3fe9931b0dbc021977ae9b571ba1d3174 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001948_person921_bacteria_2846.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a0e2d8f47e394212900a3787aee0b31f5a125bdc0eaa08a7f1111e1ffe69bad +size 1381 diff --git a/MendeleyCXR/labels/Darwin_00001949_person922_bacteria_2847.png b/MendeleyCXR/labels/Darwin_00001949_person922_bacteria_2847.png new file mode 100644 index 0000000000000000000000000000000000000000..a52da169cabe7abce96a55b5249316f70baf8723 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001949_person922_bacteria_2847.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41c3e1e4729d0f1b4f98bd14f38b17de274f9c29fae3c8081371ee48a6e5f177 +size 1268 diff --git a/MendeleyCXR/labels/Darwin_00001951_person924_bacteria_2849.png b/MendeleyCXR/labels/Darwin_00001951_person924_bacteria_2849.png new file mode 100644 index 0000000000000000000000000000000000000000..9b3c8c23b618a568e3c713ca6e1c2d6a2e030c5e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001951_person924_bacteria_2849.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8d295808e5b1d518d6a0031388627f9f52b463591d0273b290f8a5e7e488b66 +size 1143 diff --git a/MendeleyCXR/labels/Darwin_00001952_person925_bacteria_2850.png b/MendeleyCXR/labels/Darwin_00001952_person925_bacteria_2850.png new file mode 100644 index 0000000000000000000000000000000000000000..009ee98a24d85b32b3139a2382303f96ef20b6f9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001952_person925_bacteria_2850.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b42fb343c38032991c0439bc59779e2d824bcfdc89ef96c50c8096a2798440d +size 1267 diff --git a/MendeleyCXR/labels/Darwin_00001953_person927_bacteria_2852.png b/MendeleyCXR/labels/Darwin_00001953_person927_bacteria_2852.png new file mode 100644 index 0000000000000000000000000000000000000000..34f32f0b1a2a78bee6799f3335604a3c010953c8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001953_person927_bacteria_2852.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b88d1190f741a1d9472e5286504083692f8634e1b38f66b10160102e8bd8571 +size 1193 diff --git a/MendeleyCXR/labels/Darwin_00001954_person929_bacteria_2854.png b/MendeleyCXR/labels/Darwin_00001954_person929_bacteria_2854.png new file mode 100644 index 0000000000000000000000000000000000000000..507a0fce08905be7b34fb4cecca03ab48ada34ec --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001954_person929_bacteria_2854.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08ebb188ca5df0c5ea272bf7b4e9c062b5df487ef7a528b6f7d4732e6e94f493 +size 1408 diff --git a/MendeleyCXR/labels/Darwin_00001955_person930_bacteria_2855.png b/MendeleyCXR/labels/Darwin_00001955_person930_bacteria_2855.png new file mode 100644 index 0000000000000000000000000000000000000000..74fdc2c5f00478f9cfabc40da5a5a560b82fe4eb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001955_person930_bacteria_2855.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed582ed4462f1cd0a9fe1bfc207e907a37d5d88287f7e329814559ad57be9de5 +size 1213 diff --git a/MendeleyCXR/labels/Darwin_00001956_person931_bacteria_2856.png b/MendeleyCXR/labels/Darwin_00001956_person931_bacteria_2856.png new file mode 100644 index 0000000000000000000000000000000000000000..fab342cd29135f54796d601abeeae90456d57eb8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001956_person931_bacteria_2856.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dd8057fa75de4e7e99f71dc56c52c46276023e5615f4e3b7e190a0077fd1b9e +size 1264 diff --git a/MendeleyCXR/labels/Darwin_00001957_person933_bacteria_2858.png b/MendeleyCXR/labels/Darwin_00001957_person933_bacteria_2858.png new file mode 100644 index 0000000000000000000000000000000000000000..9b778e76ee43e50ae3a1646d1eb18a152563a845 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001957_person933_bacteria_2858.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e026c9bf1c69f0942cf8b551c9b1e31d1f20b49f4f2b85f93e853aadf944ed9 +size 1243 diff --git a/MendeleyCXR/labels/Darwin_00001958_person934_bacteria_2859.png b/MendeleyCXR/labels/Darwin_00001958_person934_bacteria_2859.png new file mode 100644 index 0000000000000000000000000000000000000000..628a415e1846d93bdb9625b0cf8ae852525c0fef --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001958_person934_bacteria_2859.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4ca9b363d1ba27731e58f0c10fb9d53750d699b262c4b5edc1d42406bcc1a76 +size 1081 diff --git a/MendeleyCXR/labels/Darwin_00001959_person936_bacteria_2861.png b/MendeleyCXR/labels/Darwin_00001959_person936_bacteria_2861.png new file mode 100644 index 0000000000000000000000000000000000000000..112e758ab33cda0573749ad9e14a892d7bfe86c6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001959_person936_bacteria_2861.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b208ef85ce1f627510aaa30e70f10380e2ce91c738bc58a1724628963e5c84a4 +size 1157 diff --git a/MendeleyCXR/labels/Darwin_00001960_person937_bacteria_2862.png b/MendeleyCXR/labels/Darwin_00001960_person937_bacteria_2862.png new file mode 100644 index 0000000000000000000000000000000000000000..699ed9650a4ee93cf48d40da602e6a23287c817d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001960_person937_bacteria_2862.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b021e3581a6b315883e12c92176cb9b05cec0512cb3a0d4043a2a5b5a417bf5 +size 1210 diff --git a/MendeleyCXR/labels/Darwin_00001961_person938_bacteria_2863.png b/MendeleyCXR/labels/Darwin_00001961_person938_bacteria_2863.png new file mode 100644 index 0000000000000000000000000000000000000000..332496933916e3a7c22a7480314acdf0479a442f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001961_person938_bacteria_2863.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbe5b1715bac369ab2dee574f3f7e907ad28ad050e460d9d825b5991ac4f6957 +size 1280 diff --git a/MendeleyCXR/labels/Darwin_00001962_person939_bacteria_2864.png b/MendeleyCXR/labels/Darwin_00001962_person939_bacteria_2864.png new file mode 100644 index 0000000000000000000000000000000000000000..ef0bfdb6d1f040b62712495272107c19d093ba2f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001962_person939_bacteria_2864.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62546e4f26743c9979c489cb8304a64397745c5d7d9fcd99dbb3e462ee17cce7 +size 1325 diff --git a/MendeleyCXR/labels/Darwin_00001963_person940_bacteria_2865.png b/MendeleyCXR/labels/Darwin_00001963_person940_bacteria_2865.png new file mode 100644 index 0000000000000000000000000000000000000000..ab70c7bbc9ef969fd71ef6d751d2b43d1028e7e3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001963_person940_bacteria_2865.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bae573206153c9308901d7a720bab5101127830878c24fb88e156c0155a038ef +size 1262 diff --git a/MendeleyCXR/labels/Darwin_00001965_person943_bacteria_2868.png b/MendeleyCXR/labels/Darwin_00001965_person943_bacteria_2868.png new file mode 100644 index 0000000000000000000000000000000000000000..15999b723e3d5f1d976e6598f6a23f9d7f3fa857 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001965_person943_bacteria_2868.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c202cf6309c70e313acd6f1ef862ee40a39317e15f7cdb5bc2deeb0241f33c72 +size 1182 diff --git a/MendeleyCXR/labels/Darwin_00001966_person944_bacteria_2869.png b/MendeleyCXR/labels/Darwin_00001966_person944_bacteria_2869.png new file mode 100644 index 0000000000000000000000000000000000000000..5c9ebf47e8d913082a6046eb035221e0e9e7d77d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001966_person944_bacteria_2869.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19bde052e5d53e186abf00aedde8598d8f5e769009d7d20fd01b117ec4bd6702 +size 1391 diff --git a/MendeleyCXR/labels/Darwin_00001967_person945_bacteria_2870.png b/MendeleyCXR/labels/Darwin_00001967_person945_bacteria_2870.png new file mode 100644 index 0000000000000000000000000000000000000000..b0d395aa33da6ee7dcac44b4dde075d8091cbea1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001967_person945_bacteria_2870.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:113e2d9780266a4e4456ede0c4b29c04b3b35995f48189038e767a894f02e54a +size 1242 diff --git a/MendeleyCXR/labels/Darwin_00001968_person946_bacteria_2871.png b/MendeleyCXR/labels/Darwin_00001968_person946_bacteria_2871.png new file mode 100644 index 0000000000000000000000000000000000000000..8b21584637deac915279a6af6092ebbc2fbf03f6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001968_person946_bacteria_2871.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:877ea3a6ed9fdafd2e072bf935f4bf30cb43a0d4380c159ebbe4e678adf2b9e1 +size 1198 diff --git a/MendeleyCXR/labels/Darwin_00001969_person947_bacteria_2872.png b/MendeleyCXR/labels/Darwin_00001969_person947_bacteria_2872.png new file mode 100644 index 0000000000000000000000000000000000000000..5b9d6f4ff8c39cf5de15aadf51b3227bf8cf211f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001969_person947_bacteria_2872.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2ae0e2ae2ec4ca05cc972c2ac1202d6e7f8871830a468480348ff3da0ebca8a +size 1317 diff --git a/MendeleyCXR/labels/Darwin_00001970_person949_bacteria_2874.png b/MendeleyCXR/labels/Darwin_00001970_person949_bacteria_2874.png new file mode 100644 index 0000000000000000000000000000000000000000..e5d7e496713ce1d36f8f0c7f58d390c7479dbbcf --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001970_person949_bacteria_2874.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb861740553d667168caa0bbe92ebad621d19a2cb0c044370e9efa997b16dd10 +size 1252 diff --git a/MendeleyCXR/labels/Darwin_00001971_person951_bacteria_2876.png b/MendeleyCXR/labels/Darwin_00001971_person951_bacteria_2876.png new file mode 100644 index 0000000000000000000000000000000000000000..8fcd0000e5b7ce01bdbe1967bac4153bc3cf8f5b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001971_person951_bacteria_2876.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83a03680b9e11d14b287ca2bd760fc255da3dc9a8ecbf7e7bae66875f9e88b5e +size 1312 diff --git a/MendeleyCXR/labels/Darwin_00001972_person952_bacteria_2877.png b/MendeleyCXR/labels/Darwin_00001972_person952_bacteria_2877.png new file mode 100644 index 0000000000000000000000000000000000000000..728d006b2603ac7ae702ff25a500b05f44e9f688 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001972_person952_bacteria_2877.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25cf94f3e85b3ce153d4af144739b6a2784842cc9caeab9ef81a41c0550ef0d4 +size 1247 diff --git a/MendeleyCXR/labels/Darwin_00001973_person953_bacteria_2878.png b/MendeleyCXR/labels/Darwin_00001973_person953_bacteria_2878.png new file mode 100644 index 0000000000000000000000000000000000000000..481519ee3a9bfc42692d9112fda1fa586e49f26f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001973_person953_bacteria_2878.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37d9a8e6df5e45c30706eb978ffb567a37c8111846ebc058f7099150f26974eb +size 1220 diff --git a/MendeleyCXR/labels/Darwin_00001974_person954_bacteria_2879.png b/MendeleyCXR/labels/Darwin_00001974_person954_bacteria_2879.png new file mode 100644 index 0000000000000000000000000000000000000000..8175089e3631aef5fbdcb7abf9c478f832244d10 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001974_person954_bacteria_2879.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3985a42473e3135c82fd9b6f952657b8e12b855effa09a419b68bee42463aaf8 +size 1273 diff --git a/MendeleyCXR/labels/Darwin_00001975_person955_bacteria_2880.png b/MendeleyCXR/labels/Darwin_00001975_person955_bacteria_2880.png new file mode 100644 index 0000000000000000000000000000000000000000..2782fc311ed0606a1fae142999c154bafac2596e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001975_person955_bacteria_2880.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67739013ddccf08c302275b5c9df95269ffac710937e27f7a177c5fb5dab9bf5 +size 1259 diff --git a/MendeleyCXR/labels/Darwin_00001976_person956_bacteria_2881.png b/MendeleyCXR/labels/Darwin_00001976_person956_bacteria_2881.png new file mode 100644 index 0000000000000000000000000000000000000000..b6a9b18f0619a816efe4d8b872a66a284a97f700 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001976_person956_bacteria_2881.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a640474bcbf35ba5cf33d9ba4dd7a78a754d0f9975d16fe6c0be9f0a52e63239 +size 1307 diff --git a/MendeleyCXR/labels/Darwin_00001977_person957_bacteria_2882.png b/MendeleyCXR/labels/Darwin_00001977_person957_bacteria_2882.png new file mode 100644 index 0000000000000000000000000000000000000000..97f5f7b11966106f4fb634e1bf5e45a8eec39a7a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001977_person957_bacteria_2882.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:395eb295dc6a7b8bc2463c3bf6a643533c9ba9f2f1311e3ae3c9697bfd7fd10a +size 1305 diff --git a/MendeleyCXR/labels/Darwin_00001978_person958_bacteria_2883.png b/MendeleyCXR/labels/Darwin_00001978_person958_bacteria_2883.png new file mode 100644 index 0000000000000000000000000000000000000000..b3e519abf93535c6bc23add5b25b9a1882a8f2c9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001978_person958_bacteria_2883.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abd409021508cadc1bc2a697f5619a60f803a50759cca914a161a0ee55fc041d +size 1328 diff --git a/MendeleyCXR/labels/Darwin_00001979_person959_bacteria_2884.png b/MendeleyCXR/labels/Darwin_00001979_person959_bacteria_2884.png new file mode 100644 index 0000000000000000000000000000000000000000..bbca451cc9e841438593bdc11b852b5dfc9a37c1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001979_person959_bacteria_2884.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:786755384ce1a6bca6db7ed1255d3a0cb75b6a83bf61d62a771a8aec19917a31 +size 1360 diff --git a/MendeleyCXR/labels/Darwin_00001980_person960_bacteria_2885.png b/MendeleyCXR/labels/Darwin_00001980_person960_bacteria_2885.png new file mode 100644 index 0000000000000000000000000000000000000000..796ace10cd7875588336a777308d13bf228c066a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001980_person960_bacteria_2885.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e45957050120c07960a49a4558848d4dfb4ae6aa68c5fdf0dc9b2bc9ac78ada +size 1252 diff --git a/MendeleyCXR/labels/Darwin_00001981_person961_bacteria_2886.png b/MendeleyCXR/labels/Darwin_00001981_person961_bacteria_2886.png new file mode 100644 index 0000000000000000000000000000000000000000..f7a7644587a968ebce7abda288a3ecf050941b42 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001981_person961_bacteria_2886.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaefed632fcea1ed2d70a079d1e1d960312db44578ceb9c410d003346fc1cf42 +size 1304 diff --git a/MendeleyCXR/labels/Darwin_00001982_person962_bacteria_2887.png b/MendeleyCXR/labels/Darwin_00001982_person962_bacteria_2887.png new file mode 100644 index 0000000000000000000000000000000000000000..4f0d282b1e55613dab5dec4e9b2d666911502000 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001982_person962_bacteria_2887.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0de36a8cb2d5916c27407788b57aee4d53a1033b11202a3ca488452067d4179c +size 1354 diff --git a/MendeleyCXR/labels/Darwin_00001983_person963_bacteria_2888.png b/MendeleyCXR/labels/Darwin_00001983_person963_bacteria_2888.png new file mode 100644 index 0000000000000000000000000000000000000000..2ba4c50aba5da1d3b2b704ded0d9f6dd44cc1693 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001983_person963_bacteria_2888.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06f055b22f39ff58dbbbe77e39679bdc4437b09bfb1d8323882dace7786e21c2 +size 1351 diff --git a/MendeleyCXR/labels/Darwin_00001985_person965_bacteria_2890.png b/MendeleyCXR/labels/Darwin_00001985_person965_bacteria_2890.png new file mode 100644 index 0000000000000000000000000000000000000000..1bdf46970dc94e38bf8d92489818a8b0ba031968 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001985_person965_bacteria_2890.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb77e6580d181f9a07df2ed1d6b64e8a135826a6ecd6480d0e77dde436ab20b1 +size 1260 diff --git a/MendeleyCXR/labels/Darwin_00001987_person967_bacteria_2892.png b/MendeleyCXR/labels/Darwin_00001987_person967_bacteria_2892.png new file mode 100644 index 0000000000000000000000000000000000000000..f107a2683f659e34e47a85053a9252c8ea28333f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001987_person967_bacteria_2892.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dbaf8118e5d729be3839ae20dbba5ae4d170b103acaae7f31fe1199270a01df +size 1451 diff --git a/MendeleyCXR/labels/Darwin_00001988_person968_bacteria_2893.png b/MendeleyCXR/labels/Darwin_00001988_person968_bacteria_2893.png new file mode 100644 index 0000000000000000000000000000000000000000..279c77b4b1c96e0655fb8a601d98ec25157d70b2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001988_person968_bacteria_2893.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36bf8c5f4d5eb20786dc499004ffdb994c9c6dac06833f98656782f90efc37ab +size 1392 diff --git a/MendeleyCXR/labels/Darwin_00001989_person969_bacteria_2894.png b/MendeleyCXR/labels/Darwin_00001989_person969_bacteria_2894.png new file mode 100644 index 0000000000000000000000000000000000000000..c9960128e72b7c390929c9c6d5855f6fc16caa0c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001989_person969_bacteria_2894.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ad720bd8dcd4251e22fade14f11b54d4e466d37359f639d42f3fe44118d878e +size 1439 diff --git a/MendeleyCXR/labels/Darwin_00001990_person970_bacteria_2895.png b/MendeleyCXR/labels/Darwin_00001990_person970_bacteria_2895.png new file mode 100644 index 0000000000000000000000000000000000000000..8b57ec84599d7f5318dc71ebd98b7fd2e036ba99 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001990_person970_bacteria_2895.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a727b764ae5ed24dc685673e0c11cc77efa9a82117dbb26976c4d04568fef82 +size 1476 diff --git a/MendeleyCXR/labels/Darwin_00001991_person971_bacteria_2896.png b/MendeleyCXR/labels/Darwin_00001991_person971_bacteria_2896.png new file mode 100644 index 0000000000000000000000000000000000000000..84f5ce2706fff4cabfb64dd40fa60af9480f54bc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001991_person971_bacteria_2896.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9ea8c3e9f06eea52ad411315464cb99a8b9af2a4797a3736ad97483e33d9101 +size 1315 diff --git a/MendeleyCXR/labels/Darwin_00001992_person972_bacteria_2897.png b/MendeleyCXR/labels/Darwin_00001992_person972_bacteria_2897.png new file mode 100644 index 0000000000000000000000000000000000000000..4953c7023633946df3e92fd865a10c20b473a92a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001992_person972_bacteria_2897.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ae6cc137efb42a0a9a16dfcadacb7ebb5e656280de691f1007e1fb690f9a83e +size 1012 diff --git a/MendeleyCXR/labels/Darwin_00001993_person974_bacteria_2899.png b/MendeleyCXR/labels/Darwin_00001993_person974_bacteria_2899.png new file mode 100644 index 0000000000000000000000000000000000000000..59ab4164407c08dcfebf8435f9bad6c979f1c8a6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001993_person974_bacteria_2899.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1481b0a1acb8499e00292d28c904da080fe3ecc28bbba69379c0e5c62783e29 +size 1281 diff --git a/MendeleyCXR/labels/Darwin_00001994_person976_bacteria_2901.png b/MendeleyCXR/labels/Darwin_00001994_person976_bacteria_2901.png new file mode 100644 index 0000000000000000000000000000000000000000..66266feed5a872587dbf224b74149a7690fa481e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001994_person976_bacteria_2901.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac67a49c7bcfba219fe9d9af5ed86389a3e864a7e7a3291d7af30b21fdb3ae3d +size 1226 diff --git a/MendeleyCXR/labels/Darwin_00001995_person977_bacteria_2902.png b/MendeleyCXR/labels/Darwin_00001995_person977_bacteria_2902.png new file mode 100644 index 0000000000000000000000000000000000000000..a714606044482d79241732ee8a8f5b6b6ea42c63 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001995_person977_bacteria_2902.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16aa33512d0204537334e9d18a146fe10785f59a2dfb1a92924892ed58b3340a +size 1206 diff --git a/MendeleyCXR/labels/Darwin_00001996_person978_bacteria_2904.png b/MendeleyCXR/labels/Darwin_00001996_person978_bacteria_2904.png new file mode 100644 index 0000000000000000000000000000000000000000..4ce30edfad50072fbb708e90a0748fd8f6758a4c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001996_person978_bacteria_2904.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f2a4d4f0439c7a63ab312b92b8da4d15b4b1f19acb19f670e1879ef430b8b96 +size 1314 diff --git a/MendeleyCXR/labels/Darwin_00001997_person979_bacteria_2905.png b/MendeleyCXR/labels/Darwin_00001997_person979_bacteria_2905.png new file mode 100644 index 0000000000000000000000000000000000000000..df93653b6b6e838ec89de45296e0a890d9a9c484 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001997_person979_bacteria_2905.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b40557f763769e909aff324714cceb73a88600fc083fc067812184ff140b69c +size 1102 diff --git a/MendeleyCXR/labels/Darwin_00001998_person980_bacteria_2906.png b/MendeleyCXR/labels/Darwin_00001998_person980_bacteria_2906.png new file mode 100644 index 0000000000000000000000000000000000000000..52de8ea2125c82cc4f40744481173eb2e719bf38 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001998_person980_bacteria_2906.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb143fc82eb2550742e6efe4998ee280b3638519d66a4b2835a97cba980b2c75 +size 1400 diff --git a/MendeleyCXR/labels/Darwin_00001999_person981_bacteria_2907.png b/MendeleyCXR/labels/Darwin_00001999_person981_bacteria_2907.png new file mode 100644 index 0000000000000000000000000000000000000000..811908821f21f36a7cdd462dadac332500777e98 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00001999_person981_bacteria_2907.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f5ddca069ff14e2bfaa2be792b6db028454a66b338f316c3f8d3fbf3fce434f +size 1356 diff --git a/MendeleyCXR/labels/Darwin_00002000_person981_bacteria_2908.png b/MendeleyCXR/labels/Darwin_00002000_person981_bacteria_2908.png new file mode 100644 index 0000000000000000000000000000000000000000..28d214fa00a33c6529651b182ff7427ff5b4d256 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002000_person981_bacteria_2908.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9c929391f7f11a16ceee4ad4668690b44fb47693bfa0cbcc952942249a72dbc +size 1393 diff --git a/MendeleyCXR/labels/Darwin_00002001_person982_bacteria_2909.png b/MendeleyCXR/labels/Darwin_00002001_person982_bacteria_2909.png new file mode 100644 index 0000000000000000000000000000000000000000..7279c7a2cf25d704b65b2b66844633ef5281044b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002001_person982_bacteria_2909.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3b7f3593dd6c5813f6dd69df6535ccfc4bad221cc012482f2bd0b7d240be6bb +size 1197 diff --git a/MendeleyCXR/labels/Darwin_00002002_person983_bacteria_2910.png b/MendeleyCXR/labels/Darwin_00002002_person983_bacteria_2910.png new file mode 100644 index 0000000000000000000000000000000000000000..7e4ec604d352196292d1a857fe5b7f7888c32caa --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002002_person983_bacteria_2910.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60b7f838a3c1ee2423173cd8e7ca11f18f5384aea94e967a4051fa7ed2589541 +size 1413 diff --git a/MendeleyCXR/labels/Darwin_00002003_person984_bacteria_2911.png b/MendeleyCXR/labels/Darwin_00002003_person984_bacteria_2911.png new file mode 100644 index 0000000000000000000000000000000000000000..da51a99e5cc5411ba21e1d3cf18417b379b6a63c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002003_person984_bacteria_2911.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76b8dbc604c51622c8dfce6bd98d220ce74820aeee6ae15af328de7c9c398d7e +size 1464 diff --git a/MendeleyCXR/labels/Darwin_00002004_person985_bacteria_2912.png b/MendeleyCXR/labels/Darwin_00002004_person985_bacteria_2912.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d9ca503e8c2046cc0b816080525b711cd04360 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002004_person985_bacteria_2912.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:919e3dbe2efa2bf9591648e33268f552094e163a7ea088719f195ece5f42daa7 +size 1358 diff --git a/MendeleyCXR/labels/Darwin_00002005_person986_bacteria_2913.png b/MendeleyCXR/labels/Darwin_00002005_person986_bacteria_2913.png new file mode 100644 index 0000000000000000000000000000000000000000..5561b48a0a9f2a26a816555aca88db30701724e2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002005_person986_bacteria_2913.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51a4a27a42443f6c08507d2a64f8995653c62f2a45a9407ab0a4fa497bc10a0d +size 1189 diff --git a/MendeleyCXR/labels/Darwin_00002006_person987_bacteria_2914.png b/MendeleyCXR/labels/Darwin_00002006_person987_bacteria_2914.png new file mode 100644 index 0000000000000000000000000000000000000000..db131aa56aa3cc27560ce08beab147755ea67398 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002006_person987_bacteria_2914.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdbf5ddd71ffae4b9fdfd618c436607ed908de0e13c6d74752748d53889c6ddf +size 1463 diff --git a/MendeleyCXR/labels/Darwin_00002007_person988_bacteria_2915.png b/MendeleyCXR/labels/Darwin_00002007_person988_bacteria_2915.png new file mode 100644 index 0000000000000000000000000000000000000000..0dc9646c75c74f51a6ddf70f0316f2a3d6400276 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002007_person988_bacteria_2915.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da0c029fd40ee32b353536b3d481ac54ee980fa149d9c40b998eecb3dd193716 +size 1330 diff --git a/MendeleyCXR/labels/Darwin_00002008_person990_bacteria_2917.png b/MendeleyCXR/labels/Darwin_00002008_person990_bacteria_2917.png new file mode 100644 index 0000000000000000000000000000000000000000..7ae6d5f1c6fcf802d0b021d118a13c1b2f43c079 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002008_person990_bacteria_2917.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bdd61cc03c2f8366ffe95eb8b1fbd83754d204d9d966137b072dc7a30a0725d +size 1385 diff --git a/MendeleyCXR/labels/Darwin_00002009_person991_bacteria_2918.png b/MendeleyCXR/labels/Darwin_00002009_person991_bacteria_2918.png new file mode 100644 index 0000000000000000000000000000000000000000..cdcf3dd9b1ddc8c546567d13f24de931f13780c3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002009_person991_bacteria_2918.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26349faf071e9dbcc0044f0e52a7f57b1fd7ca48c5e31b5c08320c1031dc764d +size 1270 diff --git a/MendeleyCXR/labels/Darwin_00002010_person992_bacteria_2919.png b/MendeleyCXR/labels/Darwin_00002010_person992_bacteria_2919.png new file mode 100644 index 0000000000000000000000000000000000000000..783b7edb54403a0dd0227224e5b082ab785c4280 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002010_person992_bacteria_2919.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fab82071127f7bbe222ea9a98e7c3bc0ba2825db4a6d8137ac75fc689fa6dba +size 1187 diff --git a/MendeleyCXR/labels/Darwin_00002012_person993_bacteria_2921.png b/MendeleyCXR/labels/Darwin_00002012_person993_bacteria_2921.png new file mode 100644 index 0000000000000000000000000000000000000000..3bf2d2cd6a798859a0f93a1f8f7591d72b1e2c4c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002012_person993_bacteria_2921.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ab4c76d697919931055a0a9a7efd4c9ba271ad8b62a1d08a31da1aefaa72a2c +size 1228 diff --git a/MendeleyCXR/labels/Darwin_00002013_person994_bacteria_2922.png b/MendeleyCXR/labels/Darwin_00002013_person994_bacteria_2922.png new file mode 100644 index 0000000000000000000000000000000000000000..225e453ca0fc3d73ac544b590ec919fc6d7178d9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002013_person994_bacteria_2922.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a14284271792d54079c925e206603408f14622bd9367dc286232f97ef2dab637 +size 1369 diff --git a/MendeleyCXR/labels/Darwin_00002014_person995_bacteria_2923.png b/MendeleyCXR/labels/Darwin_00002014_person995_bacteria_2923.png new file mode 100644 index 0000000000000000000000000000000000000000..74438e5657974aa475f46a62768eb4858d0525c0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002014_person995_bacteria_2923.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:271895d1768875b666cc0cbb0f703d2e9a7af787516dfb306c1d0a61444518b9 +size 1279 diff --git a/MendeleyCXR/labels/Darwin_00002015_person996_bacteria_2924.png b/MendeleyCXR/labels/Darwin_00002015_person996_bacteria_2924.png new file mode 100644 index 0000000000000000000000000000000000000000..a00e70975381faf08721b99de711dcda7e686f96 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002015_person996_bacteria_2924.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b14a901317b9fcb16e988d0bfcc20b477a9684996edaf9f724b9dee91427d5af +size 1447 diff --git a/MendeleyCXR/labels/Darwin_00002016_person997_bacteria_2926.png b/MendeleyCXR/labels/Darwin_00002016_person997_bacteria_2926.png new file mode 100644 index 0000000000000000000000000000000000000000..4f22be2b79bec114ceb4c2b8c21e8208b7463e4c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002016_person997_bacteria_2926.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ebf620445d8ea212365cd7914abb40bd809f46cbf9ca942aa162593fb09099a +size 1435 diff --git a/MendeleyCXR/labels/Darwin_00002017_person998_bacteria_2927.png b/MendeleyCXR/labels/Darwin_00002017_person998_bacteria_2927.png new file mode 100644 index 0000000000000000000000000000000000000000..6beb904fbc13ce086746e188e36791dd0b747340 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002017_person998_bacteria_2927.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deb309547f8cb446b062ad1e75ca254fe08cb238846881882005659839abf215 +size 1352 diff --git a/MendeleyCXR/labels/Darwin_00002018_person998_bacteria_2928.png b/MendeleyCXR/labels/Darwin_00002018_person998_bacteria_2928.png new file mode 100644 index 0000000000000000000000000000000000000000..2c7e56e2e81b7066b59345d87f228677e198f4e3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002018_person998_bacteria_2928.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fc61ecff0087a9bb49a74ed3e8df5d6973f80c7938d46fe2da95860d7a7cb3d +size 1383 diff --git a/MendeleyCXR/labels/Darwin_00002019_person7_bacteria_24.png b/MendeleyCXR/labels/Darwin_00002019_person7_bacteria_24.png new file mode 100644 index 0000000000000000000000000000000000000000..a146a351886c8310fade62d5d18e392c27df8b19 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002019_person7_bacteria_24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cdeabbd151b7fb105fb54bd8e3afa3ddcceb245178b44b103d7643089e4fac6 +size 1262 diff --git a/MendeleyCXR/labels/Darwin_00002020_person7_bacteria_25.png b/MendeleyCXR/labels/Darwin_00002020_person7_bacteria_25.png new file mode 100644 index 0000000000000000000000000000000000000000..872247f667816f9c0db674013a412b7e28b5c016 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002020_person7_bacteria_25.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50394f85e1f5bf5772a79595cef98918f83ebbcc8075763d763e0893f8fba532 +size 1461 diff --git a/MendeleyCXR/labels/Darwin_00002021_person7_bacteria_28.png b/MendeleyCXR/labels/Darwin_00002021_person7_bacteria_28.png new file mode 100644 index 0000000000000000000000000000000000000000..faa9b6537d9af0d9cb017c928f4dd27a7742ee61 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002021_person7_bacteria_28.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76d632e27ef937d88b44b757560d398e7781a8a345724f5043cbe08ee0b6d554 +size 1416 diff --git a/MendeleyCXR/labels/Darwin_00002022_person7_bacteria_29.png b/MendeleyCXR/labels/Darwin_00002022_person7_bacteria_29.png new file mode 100644 index 0000000000000000000000000000000000000000..b974b1303bc821b1efd597255c3cf62581333ca8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002022_person7_bacteria_29.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e8d91985a571cb47c31e02554ea3a375be303d5a22e7a3650306e2623919131 +size 1438 diff --git a/MendeleyCXR/labels/Darwin_00002023_person72_bacteria_353.png b/MendeleyCXR/labels/Darwin_00002023_person72_bacteria_353.png new file mode 100644 index 0000000000000000000000000000000000000000..c189670c4c837418d5b1d98a279fb0ba229844e2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002023_person72_bacteria_353.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35c5afeda8769c4764bec35153db4f5c4cc6bbd9cd36efd0f114ef6834485ce2 +size 1428 diff --git a/MendeleyCXR/labels/Darwin_00002024_person72_bacteria_354.png b/MendeleyCXR/labels/Darwin_00002024_person72_bacteria_354.png new file mode 100644 index 0000000000000000000000000000000000000000..b47fe1aa86bd07254679baf634cb5f85306e1e14 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002024_person72_bacteria_354.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ed1b848520000a79eeda81a8c889b2331e974162bfb78fb89c59cdd16b73fc1 +size 1409 diff --git a/MendeleyCXR/labels/Darwin_00002025_person73_bacteria_355.png b/MendeleyCXR/labels/Darwin_00002025_person73_bacteria_355.png new file mode 100644 index 0000000000000000000000000000000000000000..9ec14d7bcb0ad4638c6ec2e52f95fe9dfc85c790 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002025_person73_bacteria_355.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8440252b9bb1558e389b6f158b149f114797c2c495ea62fe965e5036ca738130 +size 1287 diff --git a/MendeleyCXR/labels/Darwin_00002026_person73_bacteria_356.png b/MendeleyCXR/labels/Darwin_00002026_person73_bacteria_356.png new file mode 100644 index 0000000000000000000000000000000000000000..4d4d326d9fc944a72a9fad02a8b64e4d0ffb2981 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002026_person73_bacteria_356.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e86cc7ad78ea9bd840200b05e8b3dec12afac105e63c81110e7b1827e859dd8 +size 1341 diff --git a/MendeleyCXR/labels/Darwin_00002027_person73_bacteria_357.png b/MendeleyCXR/labels/Darwin_00002027_person73_bacteria_357.png new file mode 100644 index 0000000000000000000000000000000000000000..a5eed24992223dde6f6c386a387f45c5c79e970d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002027_person73_bacteria_357.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99fe4dcd441d5cb3cc21fbb165424ffd0b89152306a1c3d74f0ae675e86b0eef +size 1355 diff --git a/MendeleyCXR/labels/Darwin_00002028_person73_bacteria_358.png b/MendeleyCXR/labels/Darwin_00002028_person73_bacteria_358.png new file mode 100644 index 0000000000000000000000000000000000000000..fe311709274dfa0a832375a7734089184e741adb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002028_person73_bacteria_358.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:434a13b46ad902337d28ced48b6192859d0aa4d3bc23eee3f09cf10753b49276 +size 1311 diff --git a/MendeleyCXR/labels/Darwin_00002029_person73_bacteria_359.png b/MendeleyCXR/labels/Darwin_00002029_person73_bacteria_359.png new file mode 100644 index 0000000000000000000000000000000000000000..20759cf24a1f6894eac7f5b1d0039a981cdc5855 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002029_person73_bacteria_359.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f16936483bc970303b08bff66b0169e1f8a4abcf3a7c17474fa592796a35d6b +size 1181 diff --git a/MendeleyCXR/labels/Darwin_00002030_person73_bacteria_360.png b/MendeleyCXR/labels/Darwin_00002030_person73_bacteria_360.png new file mode 100644 index 0000000000000000000000000000000000000000..1426068675137c6c1a36fac00685244d63f5be7a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002030_person73_bacteria_360.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0388c9caa59db4a2997159f8894a430d0c865a1ff61a03919ef978586e4b03ab +size 1371 diff --git a/MendeleyCXR/labels/Darwin_00002031_person74_bacteria_361.png b/MendeleyCXR/labels/Darwin_00002031_person74_bacteria_361.png new file mode 100644 index 0000000000000000000000000000000000000000..259cc91d9b650b53c925f8da65a3bee3477cad94 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002031_person74_bacteria_361.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b31c3168ede1dc2e74d29f7466fddcde377fbcb46922e22b081fc8d4d4be25d9 +size 1348 diff --git a/MendeleyCXR/labels/Darwin_00002032_person74_bacteria_362.png b/MendeleyCXR/labels/Darwin_00002032_person74_bacteria_362.png new file mode 100644 index 0000000000000000000000000000000000000000..a30abf980651ad0fd32765ca77ad4aefe86759f1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002032_person74_bacteria_362.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:912febe074b74621ef4700a11b8b972168e07b1bda0d49c1b134036148b07b96 +size 1274 diff --git a/MendeleyCXR/labels/Darwin_00002033_person74_bacteria_363.png b/MendeleyCXR/labels/Darwin_00002033_person74_bacteria_363.png new file mode 100644 index 0000000000000000000000000000000000000000..30dd6e63025318acebdf2054f4198ce8d855ab55 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002033_person74_bacteria_363.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03859f2b6978ccde521a2effc0e6954ce2f02ea270dc6bd68348822537d15a92 +size 1399 diff --git a/MendeleyCXR/labels/Darwin_00002034_person75_bacteria_364.png b/MendeleyCXR/labels/Darwin_00002034_person75_bacteria_364.png new file mode 100644 index 0000000000000000000000000000000000000000..a6a3390f9b5c5a1f99d5fe9bfe3d4d56838285e4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002034_person75_bacteria_364.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b461671890e098cfc023b2af06bfeccce5cc43b22b2ac04148fa5813c2ddbc43 +size 1216 diff --git a/MendeleyCXR/labels/Darwin_00002035_person75_bacteria_365.png b/MendeleyCXR/labels/Darwin_00002035_person75_bacteria_365.png new file mode 100644 index 0000000000000000000000000000000000000000..dea7d914d1b1acc43fea6ef33dc61e0f5821b784 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002035_person75_bacteria_365.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e647cbb3e25f3356a6fb5b0f22b885e0ca86b0aa4c52ad723d2696b5f288215 +size 1296 diff --git a/MendeleyCXR/labels/Darwin_00002036_person75_bacteria_366.png b/MendeleyCXR/labels/Darwin_00002036_person75_bacteria_366.png new file mode 100644 index 0000000000000000000000000000000000000000..5af4b8f61d687b0dfc15c62413563f3ecd0770d7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002036_person75_bacteria_366.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88b8e858ad09e5e93f74eba7e2cc7eab7581b60d80d239af9e648c1b0e8ed6ca +size 1258 diff --git a/MendeleyCXR/labels/Darwin_00002037_person75_bacteria_367.png b/MendeleyCXR/labels/Darwin_00002037_person75_bacteria_367.png new file mode 100644 index 0000000000000000000000000000000000000000..981b6b1517d067eab1de723fa2c7ec2e87ee9a81 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002037_person75_bacteria_367.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4232a601689f853e35bd8d0a5020cd8e0179231ccb7343fc0649b403a18ac770 +size 1388 diff --git a/MendeleyCXR/labels/Darwin_00002038_person75_bacteria_368.png b/MendeleyCXR/labels/Darwin_00002038_person75_bacteria_368.png new file mode 100644 index 0000000000000000000000000000000000000000..4c3c264ee7269c1f89a759c16ec22e15d9272389 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002038_person75_bacteria_368.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f92224c49463facce6d19628d7e233c98839f3c58310df1d2e2fd68f5e80282b +size 1317 diff --git a/MendeleyCXR/labels/Darwin_00002039_person75_bacteria_369.png b/MendeleyCXR/labels/Darwin_00002039_person75_bacteria_369.png new file mode 100644 index 0000000000000000000000000000000000000000..562ab32d85f32357cd1d3d9de6a994c5c6830248 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002039_person75_bacteria_369.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55bf3fdab1804e765d6aafb5149817d7da994c20d0fc419973479ab72ce1f6e9 +size 1355 diff --git a/MendeleyCXR/labels/Darwin_00002040_person76_bacteria_370.png b/MendeleyCXR/labels/Darwin_00002040_person76_bacteria_370.png new file mode 100644 index 0000000000000000000000000000000000000000..70ea663c34ce283a2b2ff55c7cb32a29c810899e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002040_person76_bacteria_370.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7a4decdd61f85ddd1129d32cfb0b02b1c5beab9178ee3961b58ea986977a1cd +size 1310 diff --git a/MendeleyCXR/labels/Darwin_00002041_person76_bacteria_371.png b/MendeleyCXR/labels/Darwin_00002041_person76_bacteria_371.png new file mode 100644 index 0000000000000000000000000000000000000000..80b0c10ec3cf8810a341f95f6a3d28b72a288a10 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002041_person76_bacteria_371.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b2ffa7cf89fded322a804afd8a8a1c6360c7c006ac8d2fe329b9488a57f7b5a +size 1268 diff --git a/MendeleyCXR/labels/Darwin_00002042_person76_bacteria_372.png b/MendeleyCXR/labels/Darwin_00002042_person76_bacteria_372.png new file mode 100644 index 0000000000000000000000000000000000000000..4316e0083be282f286357b734b5780eab48d26e5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002042_person76_bacteria_372.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c82e53a29bcdf91ae1e41a1d8e9be8c9e07514163e51f2d71a5257257804a3a +size 1372 diff --git a/MendeleyCXR/labels/Darwin_00002043_person77_bacteria_374.png b/MendeleyCXR/labels/Darwin_00002043_person77_bacteria_374.png new file mode 100644 index 0000000000000000000000000000000000000000..dcdd96c35c4c3ee356cba44ddf341a409ea4fd7f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002043_person77_bacteria_374.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05ef62414d6613624c160adcab69834e368d755bdf2f582c60ec3e5a4019119f +size 1273 diff --git a/MendeleyCXR/labels/Darwin_00002044_person77_bacteria_375.png b/MendeleyCXR/labels/Darwin_00002044_person77_bacteria_375.png new file mode 100644 index 0000000000000000000000000000000000000000..1b1d2a517d87103ba7d0dc875bd2f29791efbbf7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002044_person77_bacteria_375.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8547a7f23c1bcdee72db70fd46284e950248b1c91d8f71d9ace6672e731d93e9 +size 1227 diff --git a/MendeleyCXR/labels/Darwin_00002045_person77_bacteria_376.png b/MendeleyCXR/labels/Darwin_00002045_person77_bacteria_376.png new file mode 100644 index 0000000000000000000000000000000000000000..4fb7ee296fe25bd9ac9e8cd9993de1c956f01814 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002045_person77_bacteria_376.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be66d489cc4251f1974ac1558a4d295eb6a6c4a6881a6810e25aeb7300cd1d3b +size 1297 diff --git a/MendeleyCXR/labels/Darwin_00002046_person77_bacteria_377.png b/MendeleyCXR/labels/Darwin_00002046_person77_bacteria_377.png new file mode 100644 index 0000000000000000000000000000000000000000..d80e82861cbe818be8b2744f4b4ab534c793bb79 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002046_person77_bacteria_377.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05ddf9a1dd687cf7cd44f1a8520c0f6ad1f4a93a0163a45a8ad5e92ccf65289f +size 1415 diff --git a/MendeleyCXR/labels/Darwin_00002047_person730_bacteria_2632.png b/MendeleyCXR/labels/Darwin_00002047_person730_bacteria_2632.png new file mode 100644 index 0000000000000000000000000000000000000000..494b78f3b936dde34b3a3b9ff7848033fec59148 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002047_person730_bacteria_2632.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8899c130aa81ee48b6b002b240bdc6595ff5cfbd6b453803a24bb386145c4007 +size 1182 diff --git a/MendeleyCXR/labels/Darwin_00002048_person731_bacteria_2633.png b/MendeleyCXR/labels/Darwin_00002048_person731_bacteria_2633.png new file mode 100644 index 0000000000000000000000000000000000000000..ccd69cbd9c6585a73220f604edd820379f9a761a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002048_person731_bacteria_2633.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d53959762ea78f0c04fbda1af4e5d21c1a68a27b0d876a0606919ef74d45934 +size 1422 diff --git a/MendeleyCXR/labels/Darwin_00002049_person732_bacteria_2634.png b/MendeleyCXR/labels/Darwin_00002049_person732_bacteria_2634.png new file mode 100644 index 0000000000000000000000000000000000000000..c100e8cb2c3aee8a31febfc66af372794c0e02b2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002049_person732_bacteria_2634.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d525211ebedc5c71ae41e058b940404fe242dcd898e2bef5f67f8a7503ef4452 +size 1243 diff --git a/MendeleyCXR/labels/Darwin_00002050_person733_bacteria_2635.png b/MendeleyCXR/labels/Darwin_00002050_person733_bacteria_2635.png new file mode 100644 index 0000000000000000000000000000000000000000..22967c276683c88b487524e056c40ef6c0fb3670 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002050_person733_bacteria_2635.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8adf9fe0352d258f943a68c02241679efdc01f2841afc806c0e3bacc6bbf381 +size 1312 diff --git a/MendeleyCXR/labels/Darwin_00002051_person734_bacteria_2637.png b/MendeleyCXR/labels/Darwin_00002051_person734_bacteria_2637.png new file mode 100644 index 0000000000000000000000000000000000000000..01061b0ffb04caae0bd139e8a28a6c21a0e3c671 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002051_person734_bacteria_2637.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c95c056cf84c310c14b7f5059a5583d31610e35c64403f252199e4a4a27a70d +size 1428 diff --git a/MendeleyCXR/labels/Darwin_00002052_person735_bacteria_2638.png b/MendeleyCXR/labels/Darwin_00002052_person735_bacteria_2638.png new file mode 100644 index 0000000000000000000000000000000000000000..906722f7713ebf0f30bdae31e5475c4af26ac234 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002052_person735_bacteria_2638.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e59bc560e630a39ff1bfefbfe499c175fb1585e528cc196f356a3cc2c326109e +size 1051 diff --git a/MendeleyCXR/labels/Darwin_00002053_person736_bacteria_2639.png b/MendeleyCXR/labels/Darwin_00002053_person736_bacteria_2639.png new file mode 100644 index 0000000000000000000000000000000000000000..84b78b443889c0454bec3f502372fec272f4b43d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002053_person736_bacteria_2639.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:072311c6bb1b4eb10955a4e0a40d9f16c5fc50681c4b6ff2a5cfd1670b21884d +size 1301 diff --git a/MendeleyCXR/labels/Darwin_00002054_person737_bacteria_2640.png b/MendeleyCXR/labels/Darwin_00002054_person737_bacteria_2640.png new file mode 100644 index 0000000000000000000000000000000000000000..10f75c108c0e7d3b48b09925b65fe512796f69d5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002054_person737_bacteria_2640.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52f7f57fe701f67f47398d63977b0cca5e3bc921b060b2aea36d089616cf1648 +size 1356 diff --git a/MendeleyCXR/labels/Darwin_00002055_person738_bacteria_2641.png b/MendeleyCXR/labels/Darwin_00002055_person738_bacteria_2641.png new file mode 100644 index 0000000000000000000000000000000000000000..1cfd89622d82a74c4d909db246929ed79260b605 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002055_person738_bacteria_2641.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd83bc317c5d7b859f21bc7c7022f1a2f8af02feda4fb91fffae75d0327af607 +size 1343 diff --git a/MendeleyCXR/labels/Darwin_00002056_person739_bacteria_2642.png b/MendeleyCXR/labels/Darwin_00002056_person739_bacteria_2642.png new file mode 100644 index 0000000000000000000000000000000000000000..884f47b8b01d23644128fabad11b92ad8f8de4bf --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002056_person739_bacteria_2642.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79fe5eaabb59afe314bbac58b1d17d2ec6b265e57cabf3a5f8cf67c6148afa18 +size 1111 diff --git a/MendeleyCXR/labels/Darwin_00002058_person741_bacteria_2644.png b/MendeleyCXR/labels/Darwin_00002058_person741_bacteria_2644.png new file mode 100644 index 0000000000000000000000000000000000000000..a1105614edcd137a0dafe71ddcf86fa37719a05d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002058_person741_bacteria_2644.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d8e266f2862a47a12e10a2732b295e1d414bd0af97d4c750176c6177391aef8 +size 1188 diff --git a/MendeleyCXR/labels/Darwin_00002059_person743_bacteria_2646.png b/MendeleyCXR/labels/Darwin_00002059_person743_bacteria_2646.png new file mode 100644 index 0000000000000000000000000000000000000000..fa03c713aef9c5db5ae776e6708dd10e1ebca4ec --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002059_person743_bacteria_2646.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d8aee932c74a20ff05476f03cb4458ae1b939452f9c8ba4f8048f68eddd2ea0 +size 1195 diff --git a/MendeleyCXR/labels/Darwin_00002060_person744_bacteria_2647.png b/MendeleyCXR/labels/Darwin_00002060_person744_bacteria_2647.png new file mode 100644 index 0000000000000000000000000000000000000000..964dbd18c88fdb3cc9671b093ab43e51237e73dd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002060_person744_bacteria_2647.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03772afdba5b36f03549b575badeda65637aea84fc14be7580c0655c5bac3969 +size 1390 diff --git a/MendeleyCXR/labels/Darwin_00002061_person745_bacteria_2648.png b/MendeleyCXR/labels/Darwin_00002061_person745_bacteria_2648.png new file mode 100644 index 0000000000000000000000000000000000000000..baf6e5e44a12b83f832608b2b45c47290cece64b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002061_person745_bacteria_2648.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0410af2b28777cf0fbbaaa9a96eb3d10d115a6accc9929a7f9da3d0bda13d793 +size 1370 diff --git a/MendeleyCXR/labels/Darwin_00002062_person746_bacteria_2649.png b/MendeleyCXR/labels/Darwin_00002062_person746_bacteria_2649.png new file mode 100644 index 0000000000000000000000000000000000000000..29bda78e81fe522e63d86910fb0274132fb036bd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002062_person746_bacteria_2649.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d61c0336081d1e0f6abd823aa95366563e9b419d8c11475e8507224e6ea855dd +size 1226 diff --git a/MendeleyCXR/labels/Darwin_00002063_person747_bacteria_2650.png b/MendeleyCXR/labels/Darwin_00002063_person747_bacteria_2650.png new file mode 100644 index 0000000000000000000000000000000000000000..3d227a21794e10fe0b25f6869975e15c337db80a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002063_person747_bacteria_2650.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b832e5d508017ab046d9b7e415c9d721b620ba8b19157f7c428822e2ec1a882 +size 1215 diff --git a/MendeleyCXR/labels/Darwin_00002064_person749_bacteria_2652.png b/MendeleyCXR/labels/Darwin_00002064_person749_bacteria_2652.png new file mode 100644 index 0000000000000000000000000000000000000000..e56be941b3249b96f71340b68499714c35b8d4cc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002064_person749_bacteria_2652.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d78bc88d19ac59ebf1845427cc3982283adce7ebe85ea71c9dfd177ee8b0710 +size 1199 diff --git a/MendeleyCXR/labels/Darwin_00002065_person750_bacteria_2653.png b/MendeleyCXR/labels/Darwin_00002065_person750_bacteria_2653.png new file mode 100644 index 0000000000000000000000000000000000000000..2fdef66f79c2b706d576f56954d4d58a8e236fdd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002065_person750_bacteria_2653.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:628ea281bf8aae9c1af7fd661a399074e72153dae48dec356a60088dd68f1443 +size 1257 diff --git a/MendeleyCXR/labels/Darwin_00002066_person751_bacteria_2654.png b/MendeleyCXR/labels/Darwin_00002066_person751_bacteria_2654.png new file mode 100644 index 0000000000000000000000000000000000000000..eab9838b66b7b802374ab8c5bb1176f2c34d16e4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002066_person751_bacteria_2654.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f166bd2d48586472a345fea078b2ce9365ea4aa252de0a70bb4661e44b5eb95 +size 1329 diff --git a/MendeleyCXR/labels/Darwin_00002067_person753_bacteria_2656.png b/MendeleyCXR/labels/Darwin_00002067_person753_bacteria_2656.png new file mode 100644 index 0000000000000000000000000000000000000000..ce7840f3de76e893975132542f51fab74fa8fb08 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002067_person753_bacteria_2656.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:019e5f2e5076ee0a3cef3337e663f29a0517f647e018c5179a3807f198257015 +size 1150 diff --git a/MendeleyCXR/labels/Darwin_00002068_person755_bacteria_2659.png b/MendeleyCXR/labels/Darwin_00002068_person755_bacteria_2659.png new file mode 100644 index 0000000000000000000000000000000000000000..c593d924d054dee64ba093474b8c99e852939efa --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002068_person755_bacteria_2659.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ada9dd826f99421c725c2b51d60676b66f550c2d448e8869fb368622470ce4a0 +size 1190 diff --git a/MendeleyCXR/labels/Darwin_00002069_person756_bacteria_2660.png b/MendeleyCXR/labels/Darwin_00002069_person756_bacteria_2660.png new file mode 100644 index 0000000000000000000000000000000000000000..c4d59a18ad71f0f05d6506717416b2df46a16581 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002069_person756_bacteria_2660.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef5eb0f17b743d5b46690748759e27e29ce0073e8edc4c4db8bf3a58d1411f9d +size 1433 diff --git a/MendeleyCXR/labels/Darwin_00002070_person757_bacteria_2661.png b/MendeleyCXR/labels/Darwin_00002070_person757_bacteria_2661.png new file mode 100644 index 0000000000000000000000000000000000000000..6c76667eb317e13f2babef4e13a69226aef7064e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002070_person757_bacteria_2661.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3df9f0d27c5fc8938d1d694b61ef5e3f432b44a1120e72b30b5e179ff564314a +size 1305 diff --git a/MendeleyCXR/labels/Darwin_00002071_person758_bacteria_2662.png b/MendeleyCXR/labels/Darwin_00002071_person758_bacteria_2662.png new file mode 100644 index 0000000000000000000000000000000000000000..80cd61ec65782524871200d67461cf53b66330c0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002071_person758_bacteria_2662.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70fd56c2e4d3aff9aa61f141f8f800a45d82d0772ee0b4172b9e8264204190a6 +size 1297 diff --git a/MendeleyCXR/labels/Darwin_00002072_person759_bacteria_2663.png b/MendeleyCXR/labels/Darwin_00002072_person759_bacteria_2663.png new file mode 100644 index 0000000000000000000000000000000000000000..0dc5b460a256d568c8403da5a45bf2be13d5e8f7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002072_person759_bacteria_2663.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d98180f4d5b5d4feb7520ef2a884b509116d2073043ca60ec4cd181aff3b6e0f +size 1237 diff --git a/MendeleyCXR/labels/Darwin_00002073_person760_bacteria_2664.png b/MendeleyCXR/labels/Darwin_00002073_person760_bacteria_2664.png new file mode 100644 index 0000000000000000000000000000000000000000..5a2f5f9e03b846db68434ffb505cd92f35d11763 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002073_person760_bacteria_2664.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9cff9f7e2cd9868ce38f53ad30b42244dd1b0edcac97967eb6a05e8533d7f7b +size 1342 diff --git a/MendeleyCXR/labels/Darwin_00002074_person761_bacteria_2665.png b/MendeleyCXR/labels/Darwin_00002074_person761_bacteria_2665.png new file mode 100644 index 0000000000000000000000000000000000000000..e713fd3f23b9445d41ee0280bb1d01d10bceda15 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002074_person761_bacteria_2665.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33969ade61819151cac5f1c809d85615a62b13d63fef20c6d4b3c4845d327e5f +size 1332 diff --git a/MendeleyCXR/labels/Darwin_00002075_person763_bacteria_2667.png b/MendeleyCXR/labels/Darwin_00002075_person763_bacteria_2667.png new file mode 100644 index 0000000000000000000000000000000000000000..c9b42f050827e73c6708c45ee98b136a17801f2c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002075_person763_bacteria_2667.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b704ef970b88ad8aea2ac624bf7ec1ad21b8ac47d71bfb6320353b6ee4b418ff +size 1296 diff --git a/MendeleyCXR/labels/Darwin_00002076_person764_bacteria_2668.png b/MendeleyCXR/labels/Darwin_00002076_person764_bacteria_2668.png new file mode 100644 index 0000000000000000000000000000000000000000..2dc8c52743d17a86a3c9c53cf16db8ae135e1576 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002076_person764_bacteria_2668.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:447a7cef0458d51fea0f4437bd4d9fde60e41299257acd2d8f7d416fd3f31ea2 +size 1209 diff --git a/MendeleyCXR/labels/Darwin_00002077_person765_bacteria_2669.png b/MendeleyCXR/labels/Darwin_00002077_person765_bacteria_2669.png new file mode 100644 index 0000000000000000000000000000000000000000..5b0c1ed0ec9f833b4629eb8729eb28714a2063d4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002077_person765_bacteria_2669.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7ebb50d23796b060655ab627efbadc3fd7a161f920c2fbcc5be47f32da9e0d8 +size 1200 diff --git a/MendeleyCXR/labels/Darwin_00002078_person766_bacteria_2670.png b/MendeleyCXR/labels/Darwin_00002078_person766_bacteria_2670.png new file mode 100644 index 0000000000000000000000000000000000000000..791352b65ca9c6f712f730ba067d14bd67093153 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002078_person766_bacteria_2670.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e475ee17e09c2cd5c9d96cf0c753634a34658606ea437ed1237d803ea1e92245 +size 1338 diff --git a/MendeleyCXR/labels/Darwin_00002079_person767_bacteria_2671.png b/MendeleyCXR/labels/Darwin_00002079_person767_bacteria_2671.png new file mode 100644 index 0000000000000000000000000000000000000000..c1c380ae9abfeb2822767cb91518ea810b30b796 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002079_person767_bacteria_2671.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8627ea31d1ee15d8d02fb9ddb476654a337fd147cd64ba19b9610419c3abcb9 +size 1358 diff --git a/MendeleyCXR/labels/Darwin_00002080_person768_bacteria_2672.png b/MendeleyCXR/labels/Darwin_00002080_person768_bacteria_2672.png new file mode 100644 index 0000000000000000000000000000000000000000..9319f1aa100ba3365d73dfcb1bc5ff115a61c0c9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002080_person768_bacteria_2672.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be4b2bd6ed74fe7f7ba460ba1c9764647539378bed8c01054ba495257e0e4086 +size 1375 diff --git a/MendeleyCXR/labels/Darwin_00002081_person769_bacteria_2673.png b/MendeleyCXR/labels/Darwin_00002081_person769_bacteria_2673.png new file mode 100644 index 0000000000000000000000000000000000000000..cced0a7b9250eb1dc50aa5747920f19737cd1b17 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002081_person769_bacteria_2673.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6da5eefd3354446ef03b4e1da9c788fa3466506bbc32e46f01c32234a19d82be +size 1356 diff --git a/MendeleyCXR/labels/Darwin_00002082_person770_bacteria_2674.png b/MendeleyCXR/labels/Darwin_00002082_person770_bacteria_2674.png new file mode 100644 index 0000000000000000000000000000000000000000..b1b4b95e66410442081a67c9fc8c298f98c98953 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002082_person770_bacteria_2674.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43f73caa3241332a1dd19792054af17ce65af485971e6799d6efbd7ea39820cb +size 1366 diff --git a/MendeleyCXR/labels/Darwin_00002083_person771_bacteria_2675.png b/MendeleyCXR/labels/Darwin_00002083_person771_bacteria_2675.png new file mode 100644 index 0000000000000000000000000000000000000000..8a9a526526ed0bd881e1ee211b166770af267ac8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002083_person771_bacteria_2675.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65d6c861db20a02d8babf5917d54cc0e6c6a124a0bb9f1e4342ad20fa5033820 +size 1341 diff --git a/MendeleyCXR/labels/Darwin_00002084_person774_bacteria_2678.png b/MendeleyCXR/labels/Darwin_00002084_person774_bacteria_2678.png new file mode 100644 index 0000000000000000000000000000000000000000..1e5bb505c722e6e84917609c497a201beb1062e4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002084_person774_bacteria_2678.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cf6276b471fac2d4ce2d3583d9b6bdd8c89759ea22648e62c567470fda952db +size 1188 diff --git a/MendeleyCXR/labels/Darwin_00002085_person775_bacteria_2679.png b/MendeleyCXR/labels/Darwin_00002085_person775_bacteria_2679.png new file mode 100644 index 0000000000000000000000000000000000000000..420a7f286231b1d73ccf380ee0b3b374efdab5c3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002085_person775_bacteria_2679.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f904c9e9d397dfeeb5b33eefba334fe8ab399524b4d01ec75fd550382cbc97a +size 1111 diff --git a/MendeleyCXR/labels/Darwin_00002086_person776_bacteria_2680.png b/MendeleyCXR/labels/Darwin_00002086_person776_bacteria_2680.png new file mode 100644 index 0000000000000000000000000000000000000000..9b07ff95369b7dfd4b2b89463ebca640214e5adb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002086_person776_bacteria_2680.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:511494a5b0019c3b4106a3c29fd03577eee057b5863ca9d6dd08aca507ef6ca1 +size 1322 diff --git a/MendeleyCXR/labels/Darwin_00002087_person778_bacteria_2682.png b/MendeleyCXR/labels/Darwin_00002087_person778_bacteria_2682.png new file mode 100644 index 0000000000000000000000000000000000000000..11501db82f5bff577d67a7ebf1dcb61d6ce99174 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002087_person778_bacteria_2682.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bef988cf3d26863db2f5c5c1f689ea6f33d65df047afddb8323a931bf56187da +size 1159 diff --git a/MendeleyCXR/labels/Darwin_00002088_person779_bacteria_2683.png b/MendeleyCXR/labels/Darwin_00002088_person779_bacteria_2683.png new file mode 100644 index 0000000000000000000000000000000000000000..69357688dbe3d10060fb797acca4d1cfd8753264 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002088_person779_bacteria_2683.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ab919a80aa3c1212927c957c00ca8e94917fdfb23f9ccf56cc98f61dcc3971b +size 1224 diff --git a/MendeleyCXR/labels/Darwin_00002089_person780_bacteria_2684.png b/MendeleyCXR/labels/Darwin_00002089_person780_bacteria_2684.png new file mode 100644 index 0000000000000000000000000000000000000000..210cbf7124b32de21dc0e9258427ea76381d97fa --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002089_person780_bacteria_2684.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03b31125162d8f5b5077ac15e5c94968cd5ba77bb2bf7fdfbf002eface6c7b69 +size 1172 diff --git a/MendeleyCXR/labels/Darwin_00002090_person782_bacteria_2686.png b/MendeleyCXR/labels/Darwin_00002090_person782_bacteria_2686.png new file mode 100644 index 0000000000000000000000000000000000000000..224ece7c053777da7402f31c33eb52530b7fc6cb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002090_person782_bacteria_2686.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cc5f91cce258d021f733003fd92bbfec17b62e4d9ac3b57540c0fa44e2b98e5 +size 1234 diff --git a/MendeleyCXR/labels/Darwin_00002091_person783_bacteria_2687.png b/MendeleyCXR/labels/Darwin_00002091_person783_bacteria_2687.png new file mode 100644 index 0000000000000000000000000000000000000000..0e1d7df625c87a2c859c8cc96dc257e0d525e5fe --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002091_person783_bacteria_2687.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b2d4f78948acdc9fb348654b449bddd575b69447152a8df2edd4f103a4c83e6 +size 1081 diff --git a/MendeleyCXR/labels/Darwin_00002092_person785_bacteria_2689.png b/MendeleyCXR/labels/Darwin_00002092_person785_bacteria_2689.png new file mode 100644 index 0000000000000000000000000000000000000000..f1326fb3d9ed9b62e9da3862e491517af3e616a5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002092_person785_bacteria_2689.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9da84892315d833ba93bfd8cd076012a4dd066c4733df71a117a249ca654510 +size 1271 diff --git a/MendeleyCXR/labels/Darwin_00002093_person786_bacteria_2690.png b/MendeleyCXR/labels/Darwin_00002093_person786_bacteria_2690.png new file mode 100644 index 0000000000000000000000000000000000000000..f9877929823d6f87e99878f66d07f5b78df31458 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002093_person786_bacteria_2690.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1c3ee997be7255eea764936d77a623403e42de0a2d3e9dcea7f0cc947b73e7f +size 1360 diff --git a/MendeleyCXR/labels/Darwin_00002094_person787_bacteria_2691.png b/MendeleyCXR/labels/Darwin_00002094_person787_bacteria_2691.png new file mode 100644 index 0000000000000000000000000000000000000000..e6bfbf25a5835a3bbfcdb49dae5fcbb3f23daea3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002094_person787_bacteria_2691.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:005877a925fd54acdd134e392743d7a94c0cecab25a17efeef9f56d886b3b186 +size 1124 diff --git a/MendeleyCXR/labels/Darwin_00002095_person789_bacteria_2694.png b/MendeleyCXR/labels/Darwin_00002095_person789_bacteria_2694.png new file mode 100644 index 0000000000000000000000000000000000000000..309aaebf6d242691a6cf5d4c2a1b734ad6710f4a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002095_person789_bacteria_2694.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0342896f678ab0c82e176ebfa804a4ed0ebe687fcf239c316c8ac3ab0b29c1a +size 1242 diff --git a/MendeleyCXR/labels/Darwin_00002096_person794_bacteria_2700.png b/MendeleyCXR/labels/Darwin_00002096_person794_bacteria_2700.png new file mode 100644 index 0000000000000000000000000000000000000000..3f7a013d05593d78b583f3cd0a09d98e32b3f16e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002096_person794_bacteria_2700.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f728dd86432d8c0de034a30486e72e74d3e27611ec7f758056fad9b97d28f5e3 +size 1257 diff --git a/MendeleyCXR/labels/Darwin_00002097_person796_bacteria_2702.png b/MendeleyCXR/labels/Darwin_00002097_person796_bacteria_2702.png new file mode 100644 index 0000000000000000000000000000000000000000..4a65f6b91605014fbcb1ed57c7f199c05f887565 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002097_person796_bacteria_2702.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b71ef51aba8f91b813c156aa0ca4ad35122c2534edbf58d552b6aa0670e1a529 +size 1310 diff --git a/MendeleyCXR/labels/Darwin_00002098_person799_bacteria_2705.png b/MendeleyCXR/labels/Darwin_00002098_person799_bacteria_2705.png new file mode 100644 index 0000000000000000000000000000000000000000..d906ee61e69778a4436173ebfacf8536de22d2e1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002098_person799_bacteria_2705.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93e77c8d2252d156b1e982906d7f17b2b610c23de5c7d9749b1c2cc80d7ca89e +size 1178 diff --git a/MendeleyCXR/labels/Darwin_00002099_person800_bacteria_2706.png b/MendeleyCXR/labels/Darwin_00002099_person800_bacteria_2706.png new file mode 100644 index 0000000000000000000000000000000000000000..e5bf2ac0fd642fcfe4ff2deaf4cf18250645ca9d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002099_person800_bacteria_2706.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9602c9d1a2bfde91df0d54c411db884bd7e80cd5be821862405e4e09d93b95c5 +size 1317 diff --git a/MendeleyCXR/labels/Darwin_00002100_person802_bacteria_2708.png b/MendeleyCXR/labels/Darwin_00002100_person802_bacteria_2708.png new file mode 100644 index 0000000000000000000000000000000000000000..077d10e994816a9a137bc5a302bc32d6edd85d46 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002100_person802_bacteria_2708.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:310440f0221f75bbcf0c5a59dedb9de1b3e166ca318e126fa4f698bd72a77b87 +size 1411 diff --git a/MendeleyCXR/labels/Darwin_00002103_person805_bacteria_2712.png b/MendeleyCXR/labels/Darwin_00002103_person805_bacteria_2712.png new file mode 100644 index 0000000000000000000000000000000000000000..bcf176d2313f5c6361568fe8c508d7bdde3d8bbb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002103_person805_bacteria_2712.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4992000c021a7472e6281915cb2aaa4d868fe51949c02e6eeee2e0d79f2ebca +size 1301 diff --git a/MendeleyCXR/labels/Darwin_00002104_person808_bacteria_2716.png b/MendeleyCXR/labels/Darwin_00002104_person808_bacteria_2716.png new file mode 100644 index 0000000000000000000000000000000000000000..94c06d4ad9389f9149be2b8a67d14518595f3a12 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002104_person808_bacteria_2716.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69c39c9e8629f98ef7d754d6befeea5a12d79e859ab808247089f20f8b1a6774 +size 1281 diff --git a/MendeleyCXR/labels/Darwin_00002105_person809_bacteria_2717.png b/MendeleyCXR/labels/Darwin_00002105_person809_bacteria_2717.png new file mode 100644 index 0000000000000000000000000000000000000000..a8c202be772d0a945e3a02edf42f5ce892d02f89 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002105_person809_bacteria_2717.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94e08dc932ca7182141f0b3c04732904935a2c7f8921f8ddd9d0983e64f7a150 +size 1166 diff --git a/MendeleyCXR/labels/Darwin_00002106_person809_bacteria_2718.png b/MendeleyCXR/labels/Darwin_00002106_person809_bacteria_2718.png new file mode 100644 index 0000000000000000000000000000000000000000..18ae4f4b99b889513d08bb67efc036b06bb7ba63 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002106_person809_bacteria_2718.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b75949288e8a4c7ea12ca1318221574749782bc9df125db2e89f18b295da4f1 +size 1351 diff --git a/MendeleyCXR/labels/Darwin_00002107_person810_bacteria_2719.png b/MendeleyCXR/labels/Darwin_00002107_person810_bacteria_2719.png new file mode 100644 index 0000000000000000000000000000000000000000..e23694ad4727c3bbd7b2fb55a5f264dd96048693 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002107_person810_bacteria_2719.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a43ae21adbd94a3d83e837b279a869b1ce049fb902a4fc1ed8e492a917c634f7 +size 1296 diff --git a/MendeleyCXR/labels/Darwin_00002108_person811_bacteria_2721.png b/MendeleyCXR/labels/Darwin_00002108_person811_bacteria_2721.png new file mode 100644 index 0000000000000000000000000000000000000000..16e6bc4ed06e25946401297fc4a4707fd458b284 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002108_person811_bacteria_2721.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e419e6aa17b428191ab00623493d30aee1e47f9333209987cba53e2aa75b0c43 +size 1227 diff --git a/MendeleyCXR/labels/Darwin_00002110_person813_bacteria_2724.png b/MendeleyCXR/labels/Darwin_00002110_person813_bacteria_2724.png new file mode 100644 index 0000000000000000000000000000000000000000..67d31318939c43c121899ad116952106c529f531 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002110_person813_bacteria_2724.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fa35584e3beec4e9ff8030c3c895c29b85caee9886f06f47047553257f7b5b9 +size 1264 diff --git a/MendeleyCXR/labels/Darwin_00002111_person814_bacteria_2725.png b/MendeleyCXR/labels/Darwin_00002111_person814_bacteria_2725.png new file mode 100644 index 0000000000000000000000000000000000000000..a160ba85cf8e4e4def4e3230ba36c19ef963a03f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002111_person814_bacteria_2725.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9deda73af184e165335a617b7e028e5990c058d3fc52e4bdd214e7671971f462 +size 1317 diff --git a/MendeleyCXR/labels/Darwin_00002112_person815_bacteria_2726.png b/MendeleyCXR/labels/Darwin_00002112_person815_bacteria_2726.png new file mode 100644 index 0000000000000000000000000000000000000000..d3238a97803756b8531385584a02142f4c23fb01 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002112_person815_bacteria_2726.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:149eb48da476153fa58ca0bfb92245529dbb97cefe1183068d2fc33250eb3d6d +size 1313 diff --git a/MendeleyCXR/labels/Darwin_00002113_person816_bacteria_2727.png b/MendeleyCXR/labels/Darwin_00002113_person816_bacteria_2727.png new file mode 100644 index 0000000000000000000000000000000000000000..8f4eca5325dcbaff028d8b7e312d97766355675a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002113_person816_bacteria_2727.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbc10f0c384d4970bfe341298705bfb1a150739dba7740a47daf9899b02f2c7f +size 1207 diff --git a/MendeleyCXR/labels/Darwin_00002115_person818_bacteria_2729.png b/MendeleyCXR/labels/Darwin_00002115_person818_bacteria_2729.png new file mode 100644 index 0000000000000000000000000000000000000000..b888dcd9e12c11b190e5bd7a5cbe63621f988b3a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002115_person818_bacteria_2729.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63b835b764b98d10e484aa170183dcbf38fa3fffc58dc10729e3043a1e6af8e0 +size 1343 diff --git a/MendeleyCXR/labels/Darwin_00002116_person819_bacteria_2730.png b/MendeleyCXR/labels/Darwin_00002116_person819_bacteria_2730.png new file mode 100644 index 0000000000000000000000000000000000000000..1aa2cd4a14f0dfd4f1d7de71a92efc00e6efdb7a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002116_person819_bacteria_2730.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7eafd259472d6179f48806f73958f0e970eb3a97a3d0bac2455a4d091e65922 +size 1343 diff --git a/MendeleyCXR/labels/Darwin_00002117_person820_bacteria_2731.png b/MendeleyCXR/labels/Darwin_00002117_person820_bacteria_2731.png new file mode 100644 index 0000000000000000000000000000000000000000..0f172931afe54a638b7b952b5384231421caa485 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002117_person820_bacteria_2731.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef8f7930d97d0b80a67415c26f6734d8e6dd247ba9456cb42099c58087f6afd0 +size 1334 diff --git a/MendeleyCXR/labels/Darwin_00002119_person826_bacteria_2737.png b/MendeleyCXR/labels/Darwin_00002119_person826_bacteria_2737.png new file mode 100644 index 0000000000000000000000000000000000000000..64bd25ab7c9ff0d0924e653274046132bdf94d1e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002119_person826_bacteria_2737.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac761620965fc8bd737d26dc917b64791dc2a98e208f7fce0ec63d203f9a1171 +size 1090 diff --git a/MendeleyCXR/labels/Darwin_00002120_person827_bacteria_2738.png b/MendeleyCXR/labels/Darwin_00002120_person827_bacteria_2738.png new file mode 100644 index 0000000000000000000000000000000000000000..9825eaae80eb184d81d64f326904e223151aab29 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002120_person827_bacteria_2738.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:191d38c890b09f6f4b4061a25084cf8acd012f537149bb029d422d04e2f8239e +size 1178 diff --git a/MendeleyCXR/labels/Darwin_00002121_person829_bacteria_2740.png b/MendeleyCXR/labels/Darwin_00002121_person829_bacteria_2740.png new file mode 100644 index 0000000000000000000000000000000000000000..3abc6fb3d7b4026ca0eeae6f78f5817a4f853a52 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002121_person829_bacteria_2740.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0250968802bb9901456f4f744aaa39f2ecf29ed94372f324c079284e5f88087a +size 1301 diff --git a/MendeleyCXR/labels/Darwin_00002122_person830_bacteria_2741.png b/MendeleyCXR/labels/Darwin_00002122_person830_bacteria_2741.png new file mode 100644 index 0000000000000000000000000000000000000000..91977322bcf0f2a0ffeb93d6422b5fe2531798d0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002122_person830_bacteria_2741.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:727b831fad6d912addeaafbced8f508eb8651f5027665d79ac1d32e37e9bdcab +size 1281 diff --git a/MendeleyCXR/labels/Darwin_00002123_person831_bacteria_2742.png b/MendeleyCXR/labels/Darwin_00002123_person831_bacteria_2742.png new file mode 100644 index 0000000000000000000000000000000000000000..c6e49b8bbb6baec85e6808c88bbcc73ab1051216 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002123_person831_bacteria_2742.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08515553aa0fd77eadb85111d7f56d2a17890bbb9510f40cb0e89864cadfd78b +size 1351 diff --git a/MendeleyCXR/labels/Darwin_00002124_person832_bacteria_2743.png b/MendeleyCXR/labels/Darwin_00002124_person832_bacteria_2743.png new file mode 100644 index 0000000000000000000000000000000000000000..b325afc78cb149af0003b9c242eeea117cf3497b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002124_person832_bacteria_2743.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e2ac0d2ce1eacb9cb626a7f95e6a7adac71f730ac030d35e3477de2751484b1 +size 1357 diff --git a/MendeleyCXR/labels/Darwin_00002125_person834_bacteria_2747.png b/MendeleyCXR/labels/Darwin_00002125_person834_bacteria_2747.png new file mode 100644 index 0000000000000000000000000000000000000000..7224af16076ab376a8e56a38a71add6653dffb25 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002125_person834_bacteria_2747.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a628c11060893d6eaf1d9a71a88d3a38a1aec60d48a4035e7eb04de890f25e9 +size 1370 diff --git a/MendeleyCXR/labels/Darwin_00002129_person836_bacteria_2752.png b/MendeleyCXR/labels/Darwin_00002129_person836_bacteria_2752.png new file mode 100644 index 0000000000000000000000000000000000000000..699a3e42ae052b7c9e5b5f0f6faac250d6e989c2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002129_person836_bacteria_2752.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:324a13f284f1cc6614d66cb39d9bd143bd5e0bb40c4b860bf546a3204e70bc3b +size 1224 diff --git a/MendeleyCXR/labels/Darwin_00002130_person837_bacteria_2753.png b/MendeleyCXR/labels/Darwin_00002130_person837_bacteria_2753.png new file mode 100644 index 0000000000000000000000000000000000000000..e7fe58bc7f498521366a2fdf09afec0bd3ab84c2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002130_person837_bacteria_2753.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0318580c3efc3dcc3ffa74e95747c2bcbd592be6eda41f585b0bae23bea2418b +size 1138 diff --git a/MendeleyCXR/labels/Darwin_00002131_person837_bacteria_2754.png b/MendeleyCXR/labels/Darwin_00002131_person837_bacteria_2754.png new file mode 100644 index 0000000000000000000000000000000000000000..3019510437bb2b884fea109c7dfd8b3ea6b509c5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002131_person837_bacteria_2754.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aa6516f8f293d36cb8d3a9b14962c774694bc2e8eea80f1c4c21eba2a238dd2 +size 1304 diff --git a/MendeleyCXR/labels/Darwin_00002133_person840_bacteria_2758.png b/MendeleyCXR/labels/Darwin_00002133_person840_bacteria_2758.png new file mode 100644 index 0000000000000000000000000000000000000000..f5f619b16f5a8f509f0c1b082cde4b260564e111 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002133_person840_bacteria_2758.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2c6736efba3bcfdc40e02a958ef6f678c196b18c4529bed769150846952a487 +size 1201 diff --git a/MendeleyCXR/labels/Darwin_00002134_person840_bacteria_2759.png b/MendeleyCXR/labels/Darwin_00002134_person840_bacteria_2759.png new file mode 100644 index 0000000000000000000000000000000000000000..5c84f9ad4054924dec23099c579a3ce83d529780 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002134_person840_bacteria_2759.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34201559f1a9cfeb10af33b2bb84b8fe0c6cdbde0bde161303e2983043c28f83 +size 1284 diff --git a/MendeleyCXR/labels/Darwin_00002135_person841_bacteria_2760.png b/MendeleyCXR/labels/Darwin_00002135_person841_bacteria_2760.png new file mode 100644 index 0000000000000000000000000000000000000000..b3b6591138c5787752eaffdcac9cf7ae60619af1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002135_person841_bacteria_2760.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:090285d7567da6559a3b12855ef907023f1d6a8ec67b456dac9c560899dc320b +size 1273 diff --git a/MendeleyCXR/labels/Darwin_00002136_person841_bacteria_2761.png b/MendeleyCXR/labels/Darwin_00002136_person841_bacteria_2761.png new file mode 100644 index 0000000000000000000000000000000000000000..49b524f51b3425999a9fb30a81aec2703fbe9e0b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002136_person841_bacteria_2761.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c764d9d31c03c154c8b4cb91499f7e4e48e5cb3e8d665ed925a8f81013f28395 +size 1210 diff --git a/MendeleyCXR/labels/Darwin_00002137_person842_bacteria_2762.png b/MendeleyCXR/labels/Darwin_00002137_person842_bacteria_2762.png new file mode 100644 index 0000000000000000000000000000000000000000..ab1713f2e0a07ce4a6f513f531ee9c00767f5363 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002137_person842_bacteria_2762.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce156716a08f9b8a5507676837119e1e94749b7b179871d5d23317bb376d55ff +size 1157 diff --git a/MendeleyCXR/labels/Darwin_00002138_person843_bacteria_2763.png b/MendeleyCXR/labels/Darwin_00002138_person843_bacteria_2763.png new file mode 100644 index 0000000000000000000000000000000000000000..b76e5949bf12128bba184a8c48654e42d91c1ee5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002138_person843_bacteria_2763.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d214987a5374dffd6e67cf56d48d4db3958c9d8bc09e58e1a851b176a44616f7 +size 1238 diff --git a/MendeleyCXR/labels/Darwin_00002140_person847_bacteria_2767.png b/MendeleyCXR/labels/Darwin_00002140_person847_bacteria_2767.png new file mode 100644 index 0000000000000000000000000000000000000000..4c2bfe142b4107676f9ec1e60da013f4a3c97992 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002140_person847_bacteria_2767.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65c4c74cdbee1511f4b909574765c281a23cb50083fb957dd037aaad07cf98e0 +size 1262 diff --git a/MendeleyCXR/labels/Darwin_00002141_person848_bacteria_2769.png b/MendeleyCXR/labels/Darwin_00002141_person848_bacteria_2769.png new file mode 100644 index 0000000000000000000000000000000000000000..a0ae03ae9dd94a6d96f6fa828da56486f5ce047a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002141_person848_bacteria_2769.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:165cc81f7ab4c52ade533fd505bf4c5c33d3435cd60bf0715a55ac60089f57ff +size 1365 diff --git a/MendeleyCXR/labels/Darwin_00002142_person849_bacteria_2770.png b/MendeleyCXR/labels/Darwin_00002142_person849_bacteria_2770.png new file mode 100644 index 0000000000000000000000000000000000000000..e52634497c218b951422609bafe857621ea1e8c3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002142_person849_bacteria_2770.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:738d6f4ab8145c69c689925e93e5f1a40d557cef3d0abdc7269e4c1b9e7386fd +size 1305 diff --git a/MendeleyCXR/labels/Darwin_00002143_person850_bacteria_2771.png b/MendeleyCXR/labels/Darwin_00002143_person850_bacteria_2771.png new file mode 100644 index 0000000000000000000000000000000000000000..910b8ef259e8143856c090a9260fc00430d0fa32 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002143_person850_bacteria_2771.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60036a6a72bfccfc25b73f6c95e46de61139697a06ef10b6487330762fba7cbd +size 1212 diff --git a/MendeleyCXR/labels/Darwin_00002144_person853_bacteria_2774.png b/MendeleyCXR/labels/Darwin_00002144_person853_bacteria_2774.png new file mode 100644 index 0000000000000000000000000000000000000000..f99d218d971cc1bf5b4e521ca104de5b95e9d05f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002144_person853_bacteria_2774.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea0f90f827e7f77d0b4f3182ab7db474a6fbf073ac9e58317ecc6c41452d3104 +size 1276 diff --git a/MendeleyCXR/labels/Darwin_00002145_person853_bacteria_2775.png b/MendeleyCXR/labels/Darwin_00002145_person853_bacteria_2775.png new file mode 100644 index 0000000000000000000000000000000000000000..261f0adcdae6b21ddea060f2045e25a0ff5b25c1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002145_person853_bacteria_2775.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f709a747e6ddf138b746b9fbf2fb89cd495fb6b19bbf750f527e868e188a43af +size 1262 diff --git a/MendeleyCXR/labels/Darwin_00002146_person854_bacteria_2776.png b/MendeleyCXR/labels/Darwin_00002146_person854_bacteria_2776.png new file mode 100644 index 0000000000000000000000000000000000000000..9e09c8f729c80467bc32be4f81df7a0d1dd6c83c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002146_person854_bacteria_2776.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:547420f4f8875a57da0232195c9d493fbc28d9dc78f3aa0705e6354c1ae8f9fd +size 1398 diff --git a/MendeleyCXR/labels/Darwin_00002147_person855_bacteria_2777.png b/MendeleyCXR/labels/Darwin_00002147_person855_bacteria_2777.png new file mode 100644 index 0000000000000000000000000000000000000000..28f4d55a28200f7bf2bf504d79874197245e6f1f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002147_person855_bacteria_2777.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55c1947b86773751bd9edf91e733f9297c45ab1077e9567b2102be86e4b9e61a +size 1131 diff --git a/MendeleyCXR/labels/Darwin_00002148_person858_bacteria_2780.png b/MendeleyCXR/labels/Darwin_00002148_person858_bacteria_2780.png new file mode 100644 index 0000000000000000000000000000000000000000..3eecbe16b7084e3c9333ab6268df4cd5f752a3b2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002148_person858_bacteria_2780.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26d43f9cecc1780d4eee8c7fe916283bc514a16dc4482f0536b2eba7b64e7e47 +size 1201 diff --git a/MendeleyCXR/labels/Darwin_00002149_person862_bacteria_2784.png b/MendeleyCXR/labels/Darwin_00002149_person862_bacteria_2784.png new file mode 100644 index 0000000000000000000000000000000000000000..d214509afdc1b5302e4451ed5f4402187b415a00 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002149_person862_bacteria_2784.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54a82fc03a9c46c48ab4e812b17c38b2a41bbf83dffe36961ab1fa8badf40964 +size 1183 diff --git a/MendeleyCXR/labels/Darwin_00002150_person863_bacteria_2785.png b/MendeleyCXR/labels/Darwin_00002150_person863_bacteria_2785.png new file mode 100644 index 0000000000000000000000000000000000000000..66631774b1fb3f8349bbf3d600193270f79761b5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002150_person863_bacteria_2785.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccc18b29632472dde9e4285e3336cbc3b89c24676f2db161711f9eeab8edf860 +size 1207 diff --git a/MendeleyCXR/labels/Darwin_00002151_person866_bacteria_2788.png b/MendeleyCXR/labels/Darwin_00002151_person866_bacteria_2788.png new file mode 100644 index 0000000000000000000000000000000000000000..304f0a83d2ec214fda49cd8ee8083482bc806b7e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002151_person866_bacteria_2788.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4435ef7c8b21fb324fcd888acd2af12b74847bcc065733d6ef16477f5253d186 +size 1323 diff --git a/MendeleyCXR/labels/Darwin_00002152_person867_bacteria_2789.png b/MendeleyCXR/labels/Darwin_00002152_person867_bacteria_2789.png new file mode 100644 index 0000000000000000000000000000000000000000..72548df9247fdfeda659e718c1ac58ed38572927 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002152_person867_bacteria_2789.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a76992c70203f6e1f229fc458c8de77184ae2f05f9f3e182b8e599aa62245f7b +size 1119 diff --git a/MendeleyCXR/labels/Darwin_00002153_person870_bacteria_2792.png b/MendeleyCXR/labels/Darwin_00002153_person870_bacteria_2792.png new file mode 100644 index 0000000000000000000000000000000000000000..86114d410788ca7917c45fc6086894198e11ac2a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002153_person870_bacteria_2792.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:114cdfcc446a31dc6371c8af33a1d06685b8ad3d95d9635a52fc08b2c71784dd +size 1242 diff --git a/MendeleyCXR/labels/Darwin_00002154_person871_bacteria_2793.png b/MendeleyCXR/labels/Darwin_00002154_person871_bacteria_2793.png new file mode 100644 index 0000000000000000000000000000000000000000..c586f7140ebeb97d0b57af411e80534a25c644f1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002154_person871_bacteria_2793.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdf1a621faafcb2dbd9e4228167690e3274a1b56b46e77520849152780456876 +size 1306 diff --git a/MendeleyCXR/labels/Darwin_00002155_person872_bacteria_2795.png b/MendeleyCXR/labels/Darwin_00002155_person872_bacteria_2795.png new file mode 100644 index 0000000000000000000000000000000000000000..96d1a151d58757b4253e75520e1c6a50a627200a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002155_person872_bacteria_2795.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41c9109c0dd4d7f5e08999e1daaed78daff049925f1863db1062e5f4aa816582 +size 1215 diff --git a/MendeleyCXR/labels/Darwin_00002156_person873_bacteria_2796.png b/MendeleyCXR/labels/Darwin_00002156_person873_bacteria_2796.png new file mode 100644 index 0000000000000000000000000000000000000000..d6a9031604ea5b93c623723af3fff9b109a6a7f5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002156_person873_bacteria_2796.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:688fdcc79776a95dbec152fbcc700343f85ea502ec2a038d4da7592af70c9b6b +size 1338 diff --git a/MendeleyCXR/labels/Darwin_00002157_person874_bacteria_2797.png b/MendeleyCXR/labels/Darwin_00002157_person874_bacteria_2797.png new file mode 100644 index 0000000000000000000000000000000000000000..30dc9e3674454c63c99c151cae0ec682c3ae1798 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002157_person874_bacteria_2797.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35a41987c496491a30f768da4259bcaeea07e4b1b23373679d5b671e8dab09c2 +size 1193 diff --git a/MendeleyCXR/labels/Darwin_00002158_person875_bacteria_2798.png b/MendeleyCXR/labels/Darwin_00002158_person875_bacteria_2798.png new file mode 100644 index 0000000000000000000000000000000000000000..ac9364d18e9300968fceb8741381b999eb40be6e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002158_person875_bacteria_2798.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6fb45ded07cf4d2de926f82645b94aca32412dc7aaee1408559ab428f917979 +size 1295 diff --git a/MendeleyCXR/labels/Darwin_00002159_person876_bacteria_2799.png b/MendeleyCXR/labels/Darwin_00002159_person876_bacteria_2799.png new file mode 100644 index 0000000000000000000000000000000000000000..d254f400a975aad8f361ebfa53da3ae3ea151212 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002159_person876_bacteria_2799.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcb890fc5c5b297e9909375971000158d84e96dee4bac22fa1c3a1d13eaaf327 +size 1250 diff --git a/MendeleyCXR/labels/Darwin_00002160_person877_bacteria_2800.png b/MendeleyCXR/labels/Darwin_00002160_person877_bacteria_2800.png new file mode 100644 index 0000000000000000000000000000000000000000..1788bf837bd04e3313f84d38b4ccd6f133e4354f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002160_person877_bacteria_2800.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bc4f42cc668171c9e90f3fb432997c932bb1a4dd013271e1d087f8cb3d47ca4 +size 1230 diff --git a/MendeleyCXR/labels/Darwin_00002161_person878_bacteria_2801.png b/MendeleyCXR/labels/Darwin_00002161_person878_bacteria_2801.png new file mode 100644 index 0000000000000000000000000000000000000000..f6a021b9d8b22d05bb8901b1f37ac50fb4772458 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002161_person878_bacteria_2801.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:624ab2e435040d08368e1f28e51194e7792771876e36fc4e9e46387cb0b97d9d +size 1316 diff --git a/MendeleyCXR/labels/Darwin_00002162_person880_bacteria_2804.png b/MendeleyCXR/labels/Darwin_00002162_person880_bacteria_2804.png new file mode 100644 index 0000000000000000000000000000000000000000..6487075a471c5d99a5460f4c66a7dfc085db330a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002162_person880_bacteria_2804.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c21b687a44a9ffc43ecba77ab08c45d0e6a428fe3260f038e0f7377a5f79caab +size 1172 diff --git a/MendeleyCXR/labels/Darwin_00002163_person881_bacteria_2805.png b/MendeleyCXR/labels/Darwin_00002163_person881_bacteria_2805.png new file mode 100644 index 0000000000000000000000000000000000000000..0e1595bddb72fc48440f3cdb64b4e9d0e9a713f2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002163_person881_bacteria_2805.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c6e706d10d900060f95d55fafc8be2978e419265d9004238577ccf92f29bed7 +size 1314 diff --git a/MendeleyCXR/labels/Darwin_00002164_person882_bacteria_2806.png b/MendeleyCXR/labels/Darwin_00002164_person882_bacteria_2806.png new file mode 100644 index 0000000000000000000000000000000000000000..8e770f20002ccf77b930055a1cd8a523115f2fd0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002164_person882_bacteria_2806.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fcde1b7795906128111ad0d2e224c0e76153637cc7bf21f5ad5adce0d7aaf48 +size 1348 diff --git a/MendeleyCXR/labels/Darwin_00002165_person883_bacteria_2807.png b/MendeleyCXR/labels/Darwin_00002165_person883_bacteria_2807.png new file mode 100644 index 0000000000000000000000000000000000000000..21edae0518541d246fff8328cc4b39ff25245e88 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002165_person883_bacteria_2807.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e786877f3ad1717a1cbacd9209e7c038fcfaf8f0d21dedff256ed7081e27b07 +size 1253 diff --git a/MendeleyCXR/labels/Darwin_00002166_person884_bacteria_2808.png b/MendeleyCXR/labels/Darwin_00002166_person884_bacteria_2808.png new file mode 100644 index 0000000000000000000000000000000000000000..efc0ba2229cec9fa5f42be1b4d165242e7c81d73 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002166_person884_bacteria_2808.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8099652ce91e08ce176723bbf3e4e833a9f1f7bad1044ad20bd8f3e5668b514 +size 1321 diff --git a/MendeleyCXR/labels/Darwin_00002167_person885_bacteria_2809.png b/MendeleyCXR/labels/Darwin_00002167_person885_bacteria_2809.png new file mode 100644 index 0000000000000000000000000000000000000000..bd1dee4616c89640f32e0de151d97c51c387a177 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002167_person885_bacteria_2809.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e9bc3e38544249cbcfc1eecf834a07d917da9532cc8d791d8197b2cbdf3e6a5 +size 1313 diff --git a/MendeleyCXR/labels/Darwin_00002168_person886_bacteria_2810.png b/MendeleyCXR/labels/Darwin_00002168_person886_bacteria_2810.png new file mode 100644 index 0000000000000000000000000000000000000000..cc86a5e88521825ddefdb446f45e4b2a3db582b0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002168_person886_bacteria_2810.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:040d749f1a6dbc35702d72b5b182ec129a4d4539a2ef3978c830f93b7639172f +size 1191 diff --git a/MendeleyCXR/labels/Darwin_00002169_person887_bacteria_2811.png b/MendeleyCXR/labels/Darwin_00002169_person887_bacteria_2811.png new file mode 100644 index 0000000000000000000000000000000000000000..4001ca2e371e3d951814c01bc95860ee4156a3fa --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002169_person887_bacteria_2811.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d919842b2d78d00e39fbb9038a9d821c68727934f472962c3a7990c6a4d593d +size 1354 diff --git a/MendeleyCXR/labels/Darwin_00002171_person889_bacteria_2813.png b/MendeleyCXR/labels/Darwin_00002171_person889_bacteria_2813.png new file mode 100644 index 0000000000000000000000000000000000000000..1b2aa20918f29c578a4be6ad8ed90c7ff63088f0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002171_person889_bacteria_2813.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:400e7fff08344c5270879eada1f8c082faea48de8c0b832c729f07643f853f47 +size 1269 diff --git a/MendeleyCXR/labels/Darwin_00002172_person6_bacteria_22.png b/MendeleyCXR/labels/Darwin_00002172_person6_bacteria_22.png new file mode 100644 index 0000000000000000000000000000000000000000..5aab290b92a9592f8f21673d9179d2e12a4c0ec7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002172_person6_bacteria_22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34eaa2d87aa5f4fc553f4be216f09e33c74ec3d37be191218773701b85e85e29 +size 1276 diff --git a/MendeleyCXR/labels/Darwin_00002173_person60_bacteria_285.png b/MendeleyCXR/labels/Darwin_00002173_person60_bacteria_285.png new file mode 100644 index 0000000000000000000000000000000000000000..742d5f16c139ad20c6f7b4349bc080517b5d7d56 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002173_person60_bacteria_285.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74437acdeb3b854afab36dc68524d3a5af126b516bb8732732fddc3baddaaad4 +size 1281 diff --git a/MendeleyCXR/labels/Darwin_00002174_person60_bacteria_286.png b/MendeleyCXR/labels/Darwin_00002174_person60_bacteria_286.png new file mode 100644 index 0000000000000000000000000000000000000000..13ab6541b0d0ff873aa47d5caf14f9345e625a61 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002174_person60_bacteria_286.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8394d92dd9ecadf9d6be6ad7d8d1caf5a4b3d016eda9c839adbc33c6f4108728 +size 1396 diff --git a/MendeleyCXR/labels/Darwin_00002175_person60_bacteria_287.png b/MendeleyCXR/labels/Darwin_00002175_person60_bacteria_287.png new file mode 100644 index 0000000000000000000000000000000000000000..4b5281eabfeade4b7f9e835661f4b8c9f594a54c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002175_person60_bacteria_287.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ee4d95974c07fcfaf52fa7f500fa835399e92c9167ad8c8bdb1ee3f225e031e +size 1379 diff --git a/MendeleyCXR/labels/Darwin_00002176_person61_bacteria_288.png b/MendeleyCXR/labels/Darwin_00002176_person61_bacteria_288.png new file mode 100644 index 0000000000000000000000000000000000000000..bc5eea95e02811caaa85e93a52d9cec276c2aa44 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002176_person61_bacteria_288.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad6b8b684eab7c630a5f7e1df834eaa492b35140f13f68fb592356e99eee4da5 +size 1360 diff --git a/MendeleyCXR/labels/Darwin_00002177_person61_bacteria_289.png b/MendeleyCXR/labels/Darwin_00002177_person61_bacteria_289.png new file mode 100644 index 0000000000000000000000000000000000000000..5390c3fe6551d07ca72c24e1affa245c3bae6544 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002177_person61_bacteria_289.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccf355d7c7aea8cbb80401bf23ff4e00a7ce7e5eba349e9a10d530dfce932538 +size 1306 diff --git a/MendeleyCXR/labels/Darwin_00002178_person61_bacteria_290.png b/MendeleyCXR/labels/Darwin_00002178_person61_bacteria_290.png new file mode 100644 index 0000000000000000000000000000000000000000..761010e15c97317f8f4e0d2b252d6c16573d50af --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002178_person61_bacteria_290.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c16a61e1ce2a80080c021ac5f9a12ea204592bd7f2c17968076e53bdcca91bd9 +size 1293 diff --git a/MendeleyCXR/labels/Darwin_00002179_person61_bacteria_291.png b/MendeleyCXR/labels/Darwin_00002179_person61_bacteria_291.png new file mode 100644 index 0000000000000000000000000000000000000000..c1e453cb183d10948129c92215d001e89d4b7751 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002179_person61_bacteria_291.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51e23a891ae6412de81d27f5542b94e020bdfd90a235f93b42e2e7ba925f62b5 +size 1404 diff --git a/MendeleyCXR/labels/Darwin_00002180_person61_bacteria_292.png b/MendeleyCXR/labels/Darwin_00002180_person61_bacteria_292.png new file mode 100644 index 0000000000000000000000000000000000000000..f892c417df3602da23f1a7622c20235e91a2e7dc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002180_person61_bacteria_292.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aca85f93f05466cc1a7c34a347a84903fd4933009cb5ae7edc5b37ec3452037c +size 1278 diff --git a/MendeleyCXR/labels/Darwin_00002181_person61_bacteria_293.png b/MendeleyCXR/labels/Darwin_00002181_person61_bacteria_293.png new file mode 100644 index 0000000000000000000000000000000000000000..a9bc9b22565c8f8b2efbf27f9510e06235b7ad80 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002181_person61_bacteria_293.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a85268eec0286bed11ed2c261c997bdeb7399ef0a5196919084213a10780163a +size 1152 diff --git a/MendeleyCXR/labels/Darwin_00002182_person61_bacteria_294.png b/MendeleyCXR/labels/Darwin_00002182_person61_bacteria_294.png new file mode 100644 index 0000000000000000000000000000000000000000..53e17c560e45fec31a2fab16f7d9e0a73a84a776 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002182_person61_bacteria_294.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94cc2e5b8e9d42fee75b8c1376856c75f087fbbac3d8e675d53e1823928bd0f3 +size 1331 diff --git a/MendeleyCXR/labels/Darwin_00002183_person61_bacteria_295.png b/MendeleyCXR/labels/Darwin_00002183_person61_bacteria_295.png new file mode 100644 index 0000000000000000000000000000000000000000..aa7fe2483e90330e5b1d8fb6d5091c46f7d08486 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002183_person61_bacteria_295.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c7323cd533efef161a2258d2142627f60c5ed5ee07b847189fd89ee94fcb578 +size 1362 diff --git a/MendeleyCXR/labels/Darwin_00002184_person61_bacteria_296.png b/MendeleyCXR/labels/Darwin_00002184_person61_bacteria_296.png new file mode 100644 index 0000000000000000000000000000000000000000..68d2eee583ff71458d8e9a10f7a79a7f58d41c87 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002184_person61_bacteria_296.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e64e62a0c2bd23dadd644a75e01db12c9b27485cc3cb901008cd69c4fe4da308 +size 1198 diff --git a/MendeleyCXR/labels/Darwin_00002185_person61_bacteria_297.png b/MendeleyCXR/labels/Darwin_00002185_person61_bacteria_297.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8d20bbb704f2d018b8b35b5dfb9a986547001c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002185_person61_bacteria_297.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcafd1f05c545a118dac2b94aa3180b764dcf055e2ac076d6a56b1b4e20dc123 +size 1264 diff --git a/MendeleyCXR/labels/Darwin_00002186_person62_bacteria_298.png b/MendeleyCXR/labels/Darwin_00002186_person62_bacteria_298.png new file mode 100644 index 0000000000000000000000000000000000000000..81c2e28623f5853d589c81bd05d78be19e2a8a94 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002186_person62_bacteria_298.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2b95196737a435893eac9fab2a6a18e177db7d926e383126760b52b511fdb8f +size 1408 diff --git a/MendeleyCXR/labels/Darwin_00002187_person62_bacteria_299.png b/MendeleyCXR/labels/Darwin_00002187_person62_bacteria_299.png new file mode 100644 index 0000000000000000000000000000000000000000..fdc0821add17ca67d44d8a92d0038bf321b321dd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002187_person62_bacteria_299.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:772fe62758b6a84a8b1c9d7efbc00ca0a48f01555b47cee2b1e29fcec949d295 +size 1403 diff --git a/MendeleyCXR/labels/Darwin_00002188_person62_bacteria_300.png b/MendeleyCXR/labels/Darwin_00002188_person62_bacteria_300.png new file mode 100644 index 0000000000000000000000000000000000000000..ed1f5e1c09ffa9971b04661579cd0ed50bb472b7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002188_person62_bacteria_300.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d40d8b27bd176ba492f59d145e5ae60182ecda5a279691668a0651b47c542c86 +size 1410 diff --git a/MendeleyCXR/labels/Darwin_00002189_person62_bacteria_301.png b/MendeleyCXR/labels/Darwin_00002189_person62_bacteria_301.png new file mode 100644 index 0000000000000000000000000000000000000000..33b96345d54ee250f28614056a181641cc79f79a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002189_person62_bacteria_301.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59cebe29af9e6b8a28b882a1907e65ab8ec0d1240319d7d629512841920afaba +size 1398 diff --git a/MendeleyCXR/labels/Darwin_00002190_person62_bacteria_302.png b/MendeleyCXR/labels/Darwin_00002190_person62_bacteria_302.png new file mode 100644 index 0000000000000000000000000000000000000000..d9880288c1d3871ea046167222db7a2a6beae5b8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002190_person62_bacteria_302.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c080ea211556d2b69e8b3aca1d1cf839aa7930302c452f8de041fb7ae168b36 +size 1411 diff --git a/MendeleyCXR/labels/Darwin_00002191_person62_bacteria_303.png b/MendeleyCXR/labels/Darwin_00002191_person62_bacteria_303.png new file mode 100644 index 0000000000000000000000000000000000000000..e69187153e4aa447f2b7173caf1df93fb453926a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002191_person62_bacteria_303.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07654d9223ff5ec47b59681bd6818212f62bff7b434043b001b5038181f16a8d +size 1371 diff --git a/MendeleyCXR/labels/Darwin_00002192_person63_bacteria_306.png b/MendeleyCXR/labels/Darwin_00002192_person63_bacteria_306.png new file mode 100644 index 0000000000000000000000000000000000000000..f115ce645d5ca63688edbac991f437526948ffc3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002192_person63_bacteria_306.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8130fb668fc49a49398d4ca668b34720dd88af7216f7898fad7578e30074988 +size 1245 diff --git a/MendeleyCXR/labels/Darwin_00002195_person64_bacteria_316.png b/MendeleyCXR/labels/Darwin_00002195_person64_bacteria_316.png new file mode 100644 index 0000000000000000000000000000000000000000..ec9b2582567adf83759b779351374d955be7d52e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002195_person64_bacteria_316.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f42f0756f23255e2fa8b1196338fddb00f99401114a0d022ae9ea230f5a6af0c +size 1300 diff --git a/MendeleyCXR/labels/Darwin_00002198_person64_bacteria_319.png b/MendeleyCXR/labels/Darwin_00002198_person64_bacteria_319.png new file mode 100644 index 0000000000000000000000000000000000000000..d43a9ef89a989b73b90be12b6842d25d5668dcbc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002198_person64_bacteria_319.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:913e640ff1088d8b54cb6e86f24d1c4c92e88cfcee88e997823ed638ae6a7c8e +size 1307 diff --git a/MendeleyCXR/labels/Darwin_00002199_person64_bacteria_320.png b/MendeleyCXR/labels/Darwin_00002199_person64_bacteria_320.png new file mode 100644 index 0000000000000000000000000000000000000000..e138a4fc2a8bc056d65b24e3e3f7ebda6978aa99 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002199_person64_bacteria_320.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11e811fbcb9156c44c05ea3c233b5f263387068bb65b6cdfc7822547af21e516 +size 1320 diff --git a/MendeleyCXR/labels/Darwin_00002200_person65_bacteria_322.png b/MendeleyCXR/labels/Darwin_00002200_person65_bacteria_322.png new file mode 100644 index 0000000000000000000000000000000000000000..53d4b2910b12ac5b377b2f3f7534aeb00d0f7421 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002200_person65_bacteria_322.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f3342e22e261c02500ec5718ea530a971b50da4b9baa2fd65dd9da7c000c177 +size 1251 diff --git a/MendeleyCXR/labels/Darwin_00002201_person66_bacteria_323.png b/MendeleyCXR/labels/Darwin_00002201_person66_bacteria_323.png new file mode 100644 index 0000000000000000000000000000000000000000..3e1e89c5736bde6770c2dd55fe002ba88522f662 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002201_person66_bacteria_323.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f01a04dd405bfc97e7a730d16e0b082d44e74d67cd6e7b933237f8e8e8431f36 +size 1337 diff --git a/MendeleyCXR/labels/Darwin_00002202_person66_bacteria_324.png b/MendeleyCXR/labels/Darwin_00002202_person66_bacteria_324.png new file mode 100644 index 0000000000000000000000000000000000000000..6eea109ae1496e5255f63dea569201049fa13008 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002202_person66_bacteria_324.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:316b81a6865d0c870d9f34455e6d90727070f2879b0c7485de2027dce4b46afb +size 1251 diff --git a/MendeleyCXR/labels/Darwin_00002203_person66_bacteria_325.png b/MendeleyCXR/labels/Darwin_00002203_person66_bacteria_325.png new file mode 100644 index 0000000000000000000000000000000000000000..c210a5b80791195c1b126ad46c2a1e11a15c8a72 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002203_person66_bacteria_325.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eacaf91d9f61dfde9b068018174ccd55a3cb02e099f529067c0616d567132fc +size 1429 diff --git a/MendeleyCXR/labels/Darwin_00002204_person66_bacteria_326.png b/MendeleyCXR/labels/Darwin_00002204_person66_bacteria_326.png new file mode 100644 index 0000000000000000000000000000000000000000..f3260ed577137fb755fa38de679cf7ca41561f79 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002204_person66_bacteria_326.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:062b60bc91dd5d03be31f583d126e6b5cc399aebe11d464ba730ef0af527d353 +size 1409 diff --git a/MendeleyCXR/labels/Darwin_00002208_person67_bacteria_331.png b/MendeleyCXR/labels/Darwin_00002208_person67_bacteria_331.png new file mode 100644 index 0000000000000000000000000000000000000000..e42d0566128f9940af5886a82c066fad4bc47c6c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002208_person67_bacteria_331.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:360726114d289a4c06669c366c7be7d1ed48ec82572d2aedf2ca8477b5dd35e0 +size 1203 diff --git a/MendeleyCXR/labels/Darwin_00002211_person67_bacteria_334.png b/MendeleyCXR/labels/Darwin_00002211_person67_bacteria_334.png new file mode 100644 index 0000000000000000000000000000000000000000..6060a99e1e890294ba0d737f9b95f41fe88938e6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002211_person67_bacteria_334.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d04a7a83952f5f7647e63a380d332b19523fa3034b9253bfb7453b19d786d9e +size 1323 diff --git a/MendeleyCXR/labels/Darwin_00002212_person68_bacteria_335.png b/MendeleyCXR/labels/Darwin_00002212_person68_bacteria_335.png new file mode 100644 index 0000000000000000000000000000000000000000..19f4c9a93b38f92b35461c68543a61f260b3295e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002212_person68_bacteria_335.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95e33d60e054fc75e98b8229de39bd470380342c2fd830c3ccd025d3764af6bc +size 1268 diff --git a/MendeleyCXR/labels/Darwin_00002213_person68_bacteria_336.png b/MendeleyCXR/labels/Darwin_00002213_person68_bacteria_336.png new file mode 100644 index 0000000000000000000000000000000000000000..760dd17c6fa4ca1f49cb8734667d8eb66a963b0d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002213_person68_bacteria_336.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:549397cdc0cfef56ea11eb683725d24927be172776c7053c53fd366ffdc80d83 +size 1411 diff --git a/MendeleyCXR/labels/Darwin_00002214_person68_bacteria_337.png b/MendeleyCXR/labels/Darwin_00002214_person68_bacteria_337.png new file mode 100644 index 0000000000000000000000000000000000000000..403e0215c80eae5baefeaefb9742d4c60f602fcb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002214_person68_bacteria_337.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ce4d597847ecc553e94a2df5972d1e9d6d1d1eaaf30557b2ee1eb4f5e5e3152 +size 1258 diff --git a/MendeleyCXR/labels/Darwin_00002215_person69_bacteria_338.png b/MendeleyCXR/labels/Darwin_00002215_person69_bacteria_338.png new file mode 100644 index 0000000000000000000000000000000000000000..ae20aef9f5c8b93556c58187285b61a979729dee --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002215_person69_bacteria_338.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a15bb648e1b95cdd6fb49b3ad30efbf49e005d6e53319787963beffc153142da +size 1279 diff --git a/MendeleyCXR/labels/Darwin_00002216_person70_bacteria_341.png b/MendeleyCXR/labels/Darwin_00002216_person70_bacteria_341.png new file mode 100644 index 0000000000000000000000000000000000000000..1d422e82868126ad4ef2e7c0334edaf03c05ad7e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002216_person70_bacteria_341.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbae284f8c1edf0888ebbe012709f7b51bb1f4b66eb72d0015ee837ff4b25047 +size 1285 diff --git a/MendeleyCXR/labels/Darwin_00002217_person70_bacteria_342.png b/MendeleyCXR/labels/Darwin_00002217_person70_bacteria_342.png new file mode 100644 index 0000000000000000000000000000000000000000..6911628c8f577c941eae79eba69c9a245ef48581 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002217_person70_bacteria_342.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0ee033395c14749aa790501ff654856c9c730866386ed033c233d49e46e653a +size 1320 diff --git a/MendeleyCXR/labels/Darwin_00002218_person70_bacteria_343.png b/MendeleyCXR/labels/Darwin_00002218_person70_bacteria_343.png new file mode 100644 index 0000000000000000000000000000000000000000..6cb5e9398de9c4aa86a8db10d0e75a73eb146cb5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002218_person70_bacteria_343.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:580beff88864b110de0e4ef5823523b88a48a8eb4ad764bbcd0bf54eac75a0ea +size 1257 diff --git a/MendeleyCXR/labels/Darwin_00002220_person70_bacteria_345.png b/MendeleyCXR/labels/Darwin_00002220_person70_bacteria_345.png new file mode 100644 index 0000000000000000000000000000000000000000..deb97d19cda850d667ff346af5cfb4ff7d02aa85 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002220_person70_bacteria_345.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0db9c5db39b0fd15c84482fb6e0c9f0b0f663ef6fe296916cdb5c00de0efda3e +size 1297 diff --git a/MendeleyCXR/labels/Darwin_00002221_person70_bacteria_346.png b/MendeleyCXR/labels/Darwin_00002221_person70_bacteria_346.png new file mode 100644 index 0000000000000000000000000000000000000000..fd1ccf3f50ad01c64a792ca0d40e2dd8ecd1c9d0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002221_person70_bacteria_346.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3705afc95ce92555fe561c8fdf83cb32fc051c0306e68fc14be96c404588bdc6 +size 1397 diff --git a/MendeleyCXR/labels/Darwin_00002222_person71_bacteria_347.png b/MendeleyCXR/labels/Darwin_00002222_person71_bacteria_347.png new file mode 100644 index 0000000000000000000000000000000000000000..0f8ac3061714b9d6584d0f57e9df8eeb0281ab74 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002222_person71_bacteria_347.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2273cf45f0a7badb220d80e9dfb9e51aa587612f1f2e50b0002dbabc05e9539d +size 1122 diff --git a/MendeleyCXR/labels/Darwin_00002223_person71_bacteria_348.png b/MendeleyCXR/labels/Darwin_00002223_person71_bacteria_348.png new file mode 100644 index 0000000000000000000000000000000000000000..02b89ccc5548ba3b6facf23037edce05e18d3e53 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002223_person71_bacteria_348.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3b80d237b50ff105246a0547e6acf521362b52efc0544f31ec3839de99de0e5 +size 1298 diff --git a/MendeleyCXR/labels/Darwin_00002224_person71_bacteria_349.png b/MendeleyCXR/labels/Darwin_00002224_person71_bacteria_349.png new file mode 100644 index 0000000000000000000000000000000000000000..d383def4bef2011706ca8f4ee4f26b1249202b2e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002224_person71_bacteria_349.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:872e3e77818aacfe2528c5d744dab8fecff1742ade3a7836d8ce37dcf24e3fb2 +size 1255 diff --git a/MendeleyCXR/labels/Darwin_00002225_person71_bacteria_350.png b/MendeleyCXR/labels/Darwin_00002225_person71_bacteria_350.png new file mode 100644 index 0000000000000000000000000000000000000000..e50cb7a436b5765d27e4d1ed5d7a96dbc69acfa8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002225_person71_bacteria_350.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9b4203d0b56471d0d852ec7c736c5bc5ded2ca151faf31208b1d3007a8a24a9 +size 1192 diff --git a/MendeleyCXR/labels/Darwin_00002226_person71_bacteria_351.png b/MendeleyCXR/labels/Darwin_00002226_person71_bacteria_351.png new file mode 100644 index 0000000000000000000000000000000000000000..9c977ec3a9acd09f6f37cdc0c305516b57811a34 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002226_person71_bacteria_351.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f89470e031c102092d32ae726e80d8c87715f26542e87a8f589a9c485e095260 +size 1288 diff --git a/MendeleyCXR/labels/Darwin_00002227_person72_bacteria_352.png b/MendeleyCXR/labels/Darwin_00002227_person72_bacteria_352.png new file mode 100644 index 0000000000000000000000000000000000000000..c1e20a608df3491085478c00d2ef5c281c3ae402 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002227_person72_bacteria_352.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a4abde79e925d35148e2e82b239522883efdc2d6c39a3af1c1adf935d908fdd +size 1426 diff --git a/MendeleyCXR/labels/Darwin_00002228_person602_bacteria_2460.png b/MendeleyCXR/labels/Darwin_00002228_person602_bacteria_2460.png new file mode 100644 index 0000000000000000000000000000000000000000..81ceca714fecc9094fe67f453d06789de7ce4ea5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002228_person602_bacteria_2460.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23de9fb38b5a3a12425a67869ac58f476589e8119cc443303c1128314edbdd7e +size 1315 diff --git a/MendeleyCXR/labels/Darwin_00002229_person603_bacteria_2461.png b/MendeleyCXR/labels/Darwin_00002229_person603_bacteria_2461.png new file mode 100644 index 0000000000000000000000000000000000000000..441c9f06bcfe063ee3241cc0a08928647bf354e1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002229_person603_bacteria_2461.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c850aaa36f75c14b8db56c03027e1f8b42f845d86a0465aebd52b3736c7f2d9e +size 1356 diff --git a/MendeleyCXR/labels/Darwin_00002230_person604_bacteria_2462.png b/MendeleyCXR/labels/Darwin_00002230_person604_bacteria_2462.png new file mode 100644 index 0000000000000000000000000000000000000000..a6d5743e1ab3b91474965a0b9ea03a7f29f70787 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002230_person604_bacteria_2462.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f800556655236201407f83d2a005a3de8240556c325aed23922b84c511d8fe6 +size 1349 diff --git a/MendeleyCXR/labels/Darwin_00002231_person604_bacteria_2463.png b/MendeleyCXR/labels/Darwin_00002231_person604_bacteria_2463.png new file mode 100644 index 0000000000000000000000000000000000000000..7d22cc81862158ce306253da504f128ab80ebdce --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002231_person604_bacteria_2463.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c4391480e782a166329b5f26062aed72c737444f07a235bd3d65e5be54705e3 +size 1146 diff --git a/MendeleyCXR/labels/Darwin_00002232_person605_bacteria_2464.png b/MendeleyCXR/labels/Darwin_00002232_person605_bacteria_2464.png new file mode 100644 index 0000000000000000000000000000000000000000..b60eb45898af924d7cd4be6be90b35f51fd86222 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002232_person605_bacteria_2464.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23d531b75b5f0515f7408d410e573f7f866b61e37d13d255d34997296a664ee5 +size 1341 diff --git a/MendeleyCXR/labels/Darwin_00002233_person605_bacteria_2465.png b/MendeleyCXR/labels/Darwin_00002233_person605_bacteria_2465.png new file mode 100644 index 0000000000000000000000000000000000000000..5e18f5a93ca86cf5b38aedcfaf055448296e44cc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002233_person605_bacteria_2465.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dd73485d6e5b59179268cbff03c1e9735771ade6591ed602519a48038df1649 +size 1129 diff --git a/MendeleyCXR/labels/Darwin_00002234_person605_bacteria_2466.png b/MendeleyCXR/labels/Darwin_00002234_person605_bacteria_2466.png new file mode 100644 index 0000000000000000000000000000000000000000..2e0f88570935624992552fe8044cbb9b12b3ff22 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002234_person605_bacteria_2466.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:343e6444241153b08bc53820da88028a2ff5dd3a4cb1415438eb444e76ee7372 +size 1366 diff --git a/MendeleyCXR/labels/Darwin_00002236_person605_bacteria_2468.png b/MendeleyCXR/labels/Darwin_00002236_person605_bacteria_2468.png new file mode 100644 index 0000000000000000000000000000000000000000..969ae9b401a44e68d736617b4814f7cbee9301ff --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002236_person605_bacteria_2468.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f61213801e44e704748ed932f46f6ee4832855f4197cc814617533be56ae2c53 +size 1302 diff --git a/MendeleyCXR/labels/Darwin_00002237_person606_bacteria_2469.png b/MendeleyCXR/labels/Darwin_00002237_person606_bacteria_2469.png new file mode 100644 index 0000000000000000000000000000000000000000..6d08cb3bda66325013eacd96b331b59d1deb82a9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002237_person606_bacteria_2469.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6281a203651057077c7e9083bbbfabbb623a080afc98dfa10d639ca9bcf4dbc +size 1243 diff --git a/MendeleyCXR/labels/Darwin_00002238_person607_bacteria_2470.png b/MendeleyCXR/labels/Darwin_00002238_person607_bacteria_2470.png new file mode 100644 index 0000000000000000000000000000000000000000..dcc5a1c2aec35814cdc0eb4f8cc923ad258302f3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002238_person607_bacteria_2470.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f10d5d5ba9fd298981a09bce790145b9958548ce05669091e7b033a55905abe +size 1364 diff --git a/MendeleyCXR/labels/Darwin_00002244_person611_bacteria_2476.png b/MendeleyCXR/labels/Darwin_00002244_person611_bacteria_2476.png new file mode 100644 index 0000000000000000000000000000000000000000..1eb4657bd8e10c0e59c2ff6e293f938e2d0cc48a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002244_person611_bacteria_2476.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:550e747efca63f1cbcb7d40e7119158652ce0ca81a98fcdb84fb9a6e37539a1b +size 1310 diff --git a/MendeleyCXR/labels/Darwin_00002246_person612_bacteria_2478.png b/MendeleyCXR/labels/Darwin_00002246_person612_bacteria_2478.png new file mode 100644 index 0000000000000000000000000000000000000000..6354d727c2645caeb6946d3ebdbf394cde18c8de --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002246_person612_bacteria_2478.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4bcb35544c7ec1e3914180c9fe7637bd23bade128103563c02893c4ad506988 +size 1326 diff --git a/MendeleyCXR/labels/Darwin_00002247_person613_bacteria_2479.png b/MendeleyCXR/labels/Darwin_00002247_person613_bacteria_2479.png new file mode 100644 index 0000000000000000000000000000000000000000..cb55701f6a4da67311f2f48af1978f6aee6186d0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002247_person613_bacteria_2479.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbb653b7fc67acec6ec4d5350778282204c53d96e6e78b819798d9454295711a +size 1223 diff --git a/MendeleyCXR/labels/Darwin_00002248_person614_bacteria_2480.png b/MendeleyCXR/labels/Darwin_00002248_person614_bacteria_2480.png new file mode 100644 index 0000000000000000000000000000000000000000..f3cac404881f5a1a0a04030d4ba5472e4421e370 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002248_person614_bacteria_2480.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b68c80e7b27765db463c6c4ebf3dfb8446a82f658576a5a2d9cdc2b6a8378fab +size 1363 diff --git a/MendeleyCXR/labels/Darwin_00002249_person614_bacteria_2481.png b/MendeleyCXR/labels/Darwin_00002249_person614_bacteria_2481.png new file mode 100644 index 0000000000000000000000000000000000000000..ac07b1b8b17b9960bd79705e93c3fb3c5c5c0eef --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002249_person614_bacteria_2481.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86001cd6f5e5830a4e2148bde51eb5bc194c1534c5121e5029bdd69b06e74dfd +size 1252 diff --git a/MendeleyCXR/labels/Darwin_00002250_person614_bacteria_2483.png b/MendeleyCXR/labels/Darwin_00002250_person614_bacteria_2483.png new file mode 100644 index 0000000000000000000000000000000000000000..1db587f9cc6ca63cfdb22c624dfcf45043b41123 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002250_person614_bacteria_2483.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f90c1b17d9ca7d293208dcd041b2cbfb1778bfc522b0e677ac6822e75bf9b69e +size 1449 diff --git a/MendeleyCXR/labels/Darwin_00002251_person616_bacteria_2487.png b/MendeleyCXR/labels/Darwin_00002251_person616_bacteria_2487.png new file mode 100644 index 0000000000000000000000000000000000000000..d2a6e44612f84a0bfa8d4ba24246a1c1ae0c5ee9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002251_person616_bacteria_2487.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9287ae8e0aa19dff177dc479076ccdaa3f430c96301a0b66a304abbb41aea70a +size 1297 diff --git a/MendeleyCXR/labels/Darwin_00002252_person617_bacteria_2488.png b/MendeleyCXR/labels/Darwin_00002252_person617_bacteria_2488.png new file mode 100644 index 0000000000000000000000000000000000000000..52d10f1c285b456c9f594320790528feb162548f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002252_person617_bacteria_2488.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80c8030944c3f8b99a54e1a6282c6af7f589f74a289ddaddbb79bc16edf1aad5 +size 1380 diff --git a/MendeleyCXR/labels/Darwin_00002253_person618_bacteria_2489.png b/MendeleyCXR/labels/Darwin_00002253_person618_bacteria_2489.png new file mode 100644 index 0000000000000000000000000000000000000000..c4350ea0a7d9433b8d93960a2b0003d1afd22d98 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002253_person618_bacteria_2489.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e549923252cae9ce15d4f9e8b87580d65a4905c7541c3ae0ca62cf911b354ce9 +size 1137 diff --git a/MendeleyCXR/labels/Darwin_00002254_person619_bacteria_2490.png b/MendeleyCXR/labels/Darwin_00002254_person619_bacteria_2490.png new file mode 100644 index 0000000000000000000000000000000000000000..75b7c5a537b61ff3aa9926d3a6309f535937afc7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002254_person619_bacteria_2490.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b566bfa6cfa85b4c0b9d76c809cd9f9b43e292816226eadb4e853a56e08a88c6 +size 1337 diff --git a/MendeleyCXR/labels/Darwin_00002255_person619_bacteria_2491.png b/MendeleyCXR/labels/Darwin_00002255_person619_bacteria_2491.png new file mode 100644 index 0000000000000000000000000000000000000000..d5b5c594324dbc9d47a4311679892239af1a82ae --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002255_person619_bacteria_2491.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:269c6777b2410c2d10caaf698a6a5aea14616069f91088f066d2aa6b69532c0f +size 1263 diff --git a/MendeleyCXR/labels/Darwin_00002256_person620_bacteria_2492.png b/MendeleyCXR/labels/Darwin_00002256_person620_bacteria_2492.png new file mode 100644 index 0000000000000000000000000000000000000000..569bb33a5b7fd14dd690ef580613d9dd5edac110 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002256_person620_bacteria_2492.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32bb7040b60fe751499caa7748df61a3c409200f8dea92dab87472bf050b82c2 +size 1397 diff --git a/MendeleyCXR/labels/Darwin_00002257_person622_bacteria_2494.png b/MendeleyCXR/labels/Darwin_00002257_person622_bacteria_2494.png new file mode 100644 index 0000000000000000000000000000000000000000..e329ccf9ffd80352dad5c81132c0938d6e1cde44 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002257_person622_bacteria_2494.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d67e41d0c073799c226ff0dc55c983ba5153090c995c4140ec4cc7cc93771a4 +size 1107 diff --git a/MendeleyCXR/labels/Darwin_00002258_person623_bacteria_2495.png b/MendeleyCXR/labels/Darwin_00002258_person623_bacteria_2495.png new file mode 100644 index 0000000000000000000000000000000000000000..86ebf47f4f41d19ac4239c4948515f16fe090aa0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002258_person623_bacteria_2495.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43a69cc99f6014a132389210500e773e73870098fa0ce243f7127bcae1e9beb1 +size 1174 diff --git a/MendeleyCXR/labels/Darwin_00002259_person623_bacteria_2496.png b/MendeleyCXR/labels/Darwin_00002259_person623_bacteria_2496.png new file mode 100644 index 0000000000000000000000000000000000000000..b8baeacd61d9e1c3ad6fe2ef6650154563c6c7ef --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002259_person623_bacteria_2496.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:196d6d236a84a5617e2f9539951a6a38f2a64b237ba7889c961630ba6083d855 +size 1389 diff --git a/MendeleyCXR/labels/Darwin_00002260_person624_bacteria_2497.png b/MendeleyCXR/labels/Darwin_00002260_person624_bacteria_2497.png new file mode 100644 index 0000000000000000000000000000000000000000..b4dbbc6e953e610fdb6ed6df6dbfbac5882220bc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002260_person624_bacteria_2497.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fccc409f5d5e94754397f034ea73d9073380a1f1cff4b4361e768f66e903d38a +size 1349 diff --git a/MendeleyCXR/labels/Darwin_00002261_person625_bacteria_2499.png b/MendeleyCXR/labels/Darwin_00002261_person625_bacteria_2499.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f5d1aced56964178a3b405a206408d5135ff32 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002261_person625_bacteria_2499.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d81df8bf52ed6b3fd0dda8db2ef22099f2f20e2f39512e8e6f32437c5b02f254 +size 1270 diff --git a/MendeleyCXR/labels/Darwin_00002262_person625_bacteria_2500.png b/MendeleyCXR/labels/Darwin_00002262_person625_bacteria_2500.png new file mode 100644 index 0000000000000000000000000000000000000000..cdd5f28177d77295a323e7a2291179b9042f4983 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002262_person625_bacteria_2500.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:950fde0c9eca8060807c95ab48dffb7d4cffb361ae3491813af373befad25ae9 +size 1170 diff --git a/MendeleyCXR/labels/Darwin_00002264_person628_bacteria_2505.png b/MendeleyCXR/labels/Darwin_00002264_person628_bacteria_2505.png new file mode 100644 index 0000000000000000000000000000000000000000..d2ea414b174eda9c3feb528d8583986ba2b6fb9f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002264_person628_bacteria_2505.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da6e3079f69a04fcfc856257e599e67075abab664785673e12bc67158ac48a31 +size 1354 diff --git a/MendeleyCXR/labels/Darwin_00002265_person629_bacteria_2506.png b/MendeleyCXR/labels/Darwin_00002265_person629_bacteria_2506.png new file mode 100644 index 0000000000000000000000000000000000000000..926a03765a983f0054392f6e64af73e88c5a40a9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002265_person629_bacteria_2506.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80dc3648a24d34e909a98c1a856d23618b0f92932fcf426c1b0ed279765f36d7 +size 1207 diff --git a/MendeleyCXR/labels/Darwin_00002266_person629_bacteria_2507.png b/MendeleyCXR/labels/Darwin_00002266_person629_bacteria_2507.png new file mode 100644 index 0000000000000000000000000000000000000000..1a5533534348080b43e3ae48a987acf71db09a0a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002266_person629_bacteria_2507.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4cb3ac2c54b3a9993ebbcc936e2cad88b29ae7274081ecb6a7d84a354259c52 +size 1266 diff --git a/MendeleyCXR/labels/Darwin_00002267_person629_bacteria_2508.png b/MendeleyCXR/labels/Darwin_00002267_person629_bacteria_2508.png new file mode 100644 index 0000000000000000000000000000000000000000..165880953e46358cb98fb252380bca4e08b5c65e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002267_person629_bacteria_2508.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7dbdc85d0c730d812644001a9e8ab38f0210e95172dba06c5d404bdf7480c43 +size 1304 diff --git a/MendeleyCXR/labels/Darwin_00002268_person629_bacteria_2509.png b/MendeleyCXR/labels/Darwin_00002268_person629_bacteria_2509.png new file mode 100644 index 0000000000000000000000000000000000000000..9a02bc645ce9fe435a03eea8d7351da4176c276c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002268_person629_bacteria_2509.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c974b58e467c33ca422f6ef461e2c53986d33ac2da51e0b515efb66bf30cd793 +size 1159 diff --git a/MendeleyCXR/labels/Darwin_00002269_person629_bacteria_2510.png b/MendeleyCXR/labels/Darwin_00002269_person629_bacteria_2510.png new file mode 100644 index 0000000000000000000000000000000000000000..267ce0787761fd90d9b9552819733e070bcf0f64 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002269_person629_bacteria_2510.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:383fb794afd7a3aca9f081a951b049210fe7cdd7bd1e9c64abca5bacf39bd440 +size 1238 diff --git a/MendeleyCXR/labels/Darwin_00002270_person630_bacteria_2512.png b/MendeleyCXR/labels/Darwin_00002270_person630_bacteria_2512.png new file mode 100644 index 0000000000000000000000000000000000000000..643b6dadbcef917135b5eaf9a01429131678acaf --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002270_person630_bacteria_2512.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a02dddd9c63173960b0f6c09cb90c0795ae1da45e6b26b437c684e4325e65e2 +size 1335 diff --git a/MendeleyCXR/labels/Darwin_00002271_person630_bacteria_2513.png b/MendeleyCXR/labels/Darwin_00002271_person630_bacteria_2513.png new file mode 100644 index 0000000000000000000000000000000000000000..e4a048326f8e50ff190f807fa9d85f8e23a28287 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002271_person630_bacteria_2513.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e1d03f5764f9edd49638450a254a40757c5f6b53f6723e482966bbda8634772 +size 1200 diff --git a/MendeleyCXR/labels/Darwin_00002272_person630_bacteria_2514.png b/MendeleyCXR/labels/Darwin_00002272_person630_bacteria_2514.png new file mode 100644 index 0000000000000000000000000000000000000000..b7ed7994893004bc2f7bf32bbe770885ca01f114 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002272_person630_bacteria_2514.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52e25e92f88d51af3ca08b0cc86e6f13c614d48fd1159ea815ec2f44faebc4b7 +size 1237 diff --git a/MendeleyCXR/labels/Darwin_00002273_person630_bacteria_2515.png b/MendeleyCXR/labels/Darwin_00002273_person630_bacteria_2515.png new file mode 100644 index 0000000000000000000000000000000000000000..2b1dbc154f5641aab70d0212b42d22ac2db83543 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002273_person630_bacteria_2515.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7921b1f494a88ee418542b6de9a8ddf29c7854551be3d2ab567c0162ddc1bb99 +size 1209 diff --git a/MendeleyCXR/labels/Darwin_00002274_person630_bacteria_2516.png b/MendeleyCXR/labels/Darwin_00002274_person630_bacteria_2516.png new file mode 100644 index 0000000000000000000000000000000000000000..dd45ceb539e6eb934ff503bdea0c9481051c117b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002274_person630_bacteria_2516.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de3fcde0aee1488298e345f2248f6f3967197797b4ce693783c546abcf24c0d0 +size 1321 diff --git a/MendeleyCXR/labels/Darwin_00002275_person632_bacteria_2520.png b/MendeleyCXR/labels/Darwin_00002275_person632_bacteria_2520.png new file mode 100644 index 0000000000000000000000000000000000000000..e04c07d9784809673c742d395df866af88dadac2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002275_person632_bacteria_2520.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce25b7a04f935e06f911b61e4b4ea9034e5de66803613e65c27a0e0493a17f85 +size 1141 diff --git a/MendeleyCXR/labels/Darwin_00002276_person632_bacteria_2521.png b/MendeleyCXR/labels/Darwin_00002276_person632_bacteria_2521.png new file mode 100644 index 0000000000000000000000000000000000000000..64e139afe6e13e950fd2834c677800d41a9b5322 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002276_person632_bacteria_2521.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cc68dba0729a4036da42982ebb1e9f8e1220adeb58a486b36786a7d1d95fe38 +size 1168 diff --git a/MendeleyCXR/labels/Darwin_00002277_person633_bacteria_2522.png b/MendeleyCXR/labels/Darwin_00002277_person633_bacteria_2522.png new file mode 100644 index 0000000000000000000000000000000000000000..9058aaafb836aa384e6a2b9b4585e94af7bcd0d8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002277_person633_bacteria_2522.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3906b88eca7173d9ce36eca8acb32309f950a1b19176104c4c40217bd77491f0 +size 1256 diff --git a/MendeleyCXR/labels/Darwin_00002278_person634_bacteria_2525.png b/MendeleyCXR/labels/Darwin_00002278_person634_bacteria_2525.png new file mode 100644 index 0000000000000000000000000000000000000000..1bc2995ca13b7a4c058923cdbcea78611888c283 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002278_person634_bacteria_2525.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce86aab6ca3625aed728deb082046a8fab062b880255534e65680d700d6ffa27 +size 1207 diff --git a/MendeleyCXR/labels/Darwin_00002279_person635_bacteria_2526.png b/MendeleyCXR/labels/Darwin_00002279_person635_bacteria_2526.png new file mode 100644 index 0000000000000000000000000000000000000000..7c8043f05af83c69f7010bc5d5f213b85235c21f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002279_person635_bacteria_2526.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6784c64b242c0a847ec0ae7030da0043ad9a50248a23f58a1b0fa2eaee5e64f2 +size 1041 diff --git a/MendeleyCXR/labels/Darwin_00002283_person640_bacteria_2532.png b/MendeleyCXR/labels/Darwin_00002283_person640_bacteria_2532.png new file mode 100644 index 0000000000000000000000000000000000000000..0321f70b73a1c33dc6c0386377eb4e1b29f7e0ce --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002283_person640_bacteria_2532.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57ea69247dbede252a6b9fbf1df052bcfa11a671ae336aa83423db7fc17e4b1e +size 1176 diff --git a/MendeleyCXR/labels/Darwin_00002284_person641_bacteria_2533.png b/MendeleyCXR/labels/Darwin_00002284_person641_bacteria_2533.png new file mode 100644 index 0000000000000000000000000000000000000000..c2a4dc23a468c1f30ef3b98180a3967b122d95f9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002284_person641_bacteria_2533.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c7dde75cdcd660be40e8ddcd306d7d640faf5a64dba3a35bb6a23897d53fc3c +size 1116 diff --git a/MendeleyCXR/labels/Darwin_00002285_person643_bacteria_2534.png b/MendeleyCXR/labels/Darwin_00002285_person643_bacteria_2534.png new file mode 100644 index 0000000000000000000000000000000000000000..a9acc8b7b4293495902f56ae61e78e7bae5f214e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002285_person643_bacteria_2534.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ece7b4c3f02fa4163d3abf285182c766967679cec61b4ab7f17566f3472dddc +size 1303 diff --git a/MendeleyCXR/labels/Darwin_00002286_person644_bacteria_2536.png b/MendeleyCXR/labels/Darwin_00002286_person644_bacteria_2536.png new file mode 100644 index 0000000000000000000000000000000000000000..a3c0144bbdaccc75f1e4b780e8354b073f4829ac --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002286_person644_bacteria_2536.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20016bfd937765d1217beb3327128a8acd0cda5052e1a2aedfca6ac19d0a8463 +size 1349 diff --git a/MendeleyCXR/labels/Darwin_00002287_person645_bacteria_2537.png b/MendeleyCXR/labels/Darwin_00002287_person645_bacteria_2537.png new file mode 100644 index 0000000000000000000000000000000000000000..2d4be60d4c1882bdfb41399c02ea83e80335c2ac --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002287_person645_bacteria_2537.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbf9332a3fcabe1eb5adf2f557334a58c7411815a1a9e93453d9ca150dd02c0f +size 1319 diff --git a/MendeleyCXR/labels/Darwin_00002288_person646_bacteria_2538.png b/MendeleyCXR/labels/Darwin_00002288_person646_bacteria_2538.png new file mode 100644 index 0000000000000000000000000000000000000000..8dd709fb491ecd0cad2c4cb945b5933108e9a3c1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002288_person646_bacteria_2538.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcd6196bece7079cab8e8f6692da5cc8179a6f60f431cd1249b6ffde14ed6797 +size 1341 diff --git a/MendeleyCXR/labels/Darwin_00002289_person647_bacteria_2539.png b/MendeleyCXR/labels/Darwin_00002289_person647_bacteria_2539.png new file mode 100644 index 0000000000000000000000000000000000000000..757b176b52446a46998cc0a9f79f9488cea926a9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002289_person647_bacteria_2539.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a62815e5a7e7deb2babb790230e48c6f29fb0d4a8f0db3307bf84630db9342fc +size 1319 diff --git a/MendeleyCXR/labels/Darwin_00002290_person648_bacteria_2540.png b/MendeleyCXR/labels/Darwin_00002290_person648_bacteria_2540.png new file mode 100644 index 0000000000000000000000000000000000000000..60e904c9a711381a79d68ee918083b91abb4c27e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002290_person648_bacteria_2540.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62274add209604ec9eafc4ce5fad2046cbcccf99345c9ebfcc2bacdc9bb79821 +size 1275 diff --git a/MendeleyCXR/labels/Darwin_00002291_person649_bacteria_2541.png b/MendeleyCXR/labels/Darwin_00002291_person649_bacteria_2541.png new file mode 100644 index 0000000000000000000000000000000000000000..d56cf0970e8aae5010732c1494434e3d84f7e480 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002291_person649_bacteria_2541.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b45b5affa00ccabafc377483acaa511a2b9d944854afa19551b36faea7e77203 +size 1362 diff --git a/MendeleyCXR/labels/Darwin_00002292_person650_bacteria_2542.png b/MendeleyCXR/labels/Darwin_00002292_person650_bacteria_2542.png new file mode 100644 index 0000000000000000000000000000000000000000..b5adbe14aa644c7f7278dc1a31d40652a1c3333f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002292_person650_bacteria_2542.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60bd3387bb24cc5ad2d625c586dff8f696ffc3d3794ade9655b4d63a87d9632a +size 1302 diff --git a/MendeleyCXR/labels/Darwin_00002293_person651_bacteria_2543.png b/MendeleyCXR/labels/Darwin_00002293_person651_bacteria_2543.png new file mode 100644 index 0000000000000000000000000000000000000000..f102edb3d0c9ddff94958c129d9cb98d0a0418a6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002293_person651_bacteria_2543.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dbbe0048050aca8810307e0835ca24a311a9dff2a886307f9ed4bac046fc888 +size 1228 diff --git a/MendeleyCXR/labels/Darwin_00002294_person652_bacteria_2544.png b/MendeleyCXR/labels/Darwin_00002294_person652_bacteria_2544.png new file mode 100644 index 0000000000000000000000000000000000000000..dde94afce5c45cfe37bfb3043f211e4200c82b96 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002294_person652_bacteria_2544.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3b9e51cde4411bae8be3ea121d4495e9939767a4550e90ed90d41ba696529d3 +size 1335 diff --git a/MendeleyCXR/labels/Darwin_00002295_person653_bacteria_2545.png b/MendeleyCXR/labels/Darwin_00002295_person653_bacteria_2545.png new file mode 100644 index 0000000000000000000000000000000000000000..8c97fbf37c2c81a05bafca905820962f97bda42c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002295_person653_bacteria_2545.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:300e3bf4995583ebfd39947fdccce16f2ffe09e79519ee55f49c3ee220381db7 +size 1139 diff --git a/MendeleyCXR/labels/Darwin_00002296_person654_bacteria_2546.png b/MendeleyCXR/labels/Darwin_00002296_person654_bacteria_2546.png new file mode 100644 index 0000000000000000000000000000000000000000..42cbb9f3fad42ea4ac645e03a43658d18f9252bf --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002296_person654_bacteria_2546.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaefabfc554d893c14446451f24cec9e96c13860d436f1d53bc1b4d87cf14fbf +size 1082 diff --git a/MendeleyCXR/labels/Darwin_00002297_person655_bacteria_2547.png b/MendeleyCXR/labels/Darwin_00002297_person655_bacteria_2547.png new file mode 100644 index 0000000000000000000000000000000000000000..421117349d32146ed3221f6e524b41031e8f2880 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002297_person655_bacteria_2547.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b48dd61de97cf700ce3f76d083c04992ecc89a96690dc07f1ea0f17082e46b2 +size 1058 diff --git a/MendeleyCXR/labels/Darwin_00002298_person656_bacteria_2548.png b/MendeleyCXR/labels/Darwin_00002298_person656_bacteria_2548.png new file mode 100644 index 0000000000000000000000000000000000000000..565e105877cf4069cbd2e2e303d0a215fa353081 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002298_person656_bacteria_2548.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81a0e5197066f7d7607a7aec851d26425826daa75265ccc8382c38057baabd05 +size 1065 diff --git a/MendeleyCXR/labels/Darwin_00002299_person657_bacteria_2549.png b/MendeleyCXR/labels/Darwin_00002299_person657_bacteria_2549.png new file mode 100644 index 0000000000000000000000000000000000000000..14d6c71bdf809a743953b421b7d93ca67bf4b914 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002299_person657_bacteria_2549.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c1a2dfbb6afc8c9e1fc2a94e637c22345198468ded9a3bb1409b582941c398a +size 1405 diff --git a/MendeleyCXR/labels/Darwin_00002300_person658_bacteria_2550.png b/MendeleyCXR/labels/Darwin_00002300_person658_bacteria_2550.png new file mode 100644 index 0000000000000000000000000000000000000000..1b39f6b7e9bd68b41a7a16f84f261fc73f31664b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002300_person658_bacteria_2550.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd041e5ad09c8866650ba76e48609c3b31de9de7020795fe8d99d82e8f076230 +size 1433 diff --git a/MendeleyCXR/labels/Darwin_00002301_person659_bacteria_2551.png b/MendeleyCXR/labels/Darwin_00002301_person659_bacteria_2551.png new file mode 100644 index 0000000000000000000000000000000000000000..efb179568929c0696bdf82a16de3e95c0d8a95c3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002301_person659_bacteria_2551.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bc16f3e73e931d1c3a0058d98e2f7eb778488d33e3158a5e8339cfd38fff25d +size 1303 diff --git a/MendeleyCXR/labels/Darwin_00002302_person660_bacteria_2552.png b/MendeleyCXR/labels/Darwin_00002302_person660_bacteria_2552.png new file mode 100644 index 0000000000000000000000000000000000000000..6ad4eb317a5e03793e7af135ccca47ae593280ff --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002302_person660_bacteria_2552.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86fdca8071e16d2164d01f1d4b00c854ccc09f8d6920003da0fbaa218e904d71 +size 1370 diff --git a/MendeleyCXR/labels/Darwin_00002304_person662_bacteria_2554.png b/MendeleyCXR/labels/Darwin_00002304_person662_bacteria_2554.png new file mode 100644 index 0000000000000000000000000000000000000000..8465a4dcbef2d9b55884b5884c67c21c05870a1e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002304_person662_bacteria_2554.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb11e788e103456e0b3a2f863afe8cde40b121c417970d1d680393d93e1f9fed +size 1201 diff --git a/MendeleyCXR/labels/Darwin_00002305_person663_bacteria_2555.png b/MendeleyCXR/labels/Darwin_00002305_person663_bacteria_2555.png new file mode 100644 index 0000000000000000000000000000000000000000..0ba90f42699554f24e87282350982cc127811cf1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002305_person663_bacteria_2555.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a9fcbca07c0dd2dcfdad59ad24f7ec099460e8e4613f9c004aaa8185da60240 +size 1331 diff --git a/MendeleyCXR/labels/Darwin_00002306_person665_bacteria_2557.png b/MendeleyCXR/labels/Darwin_00002306_person665_bacteria_2557.png new file mode 100644 index 0000000000000000000000000000000000000000..1663d937d72b4cfe6018f46295c2e8886180b4e2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002306_person665_bacteria_2557.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b154c00887053e91d8e380e0bc12a82a7bdad68813c6e3ce8d2fc80b806cd15 +size 1134 diff --git a/MendeleyCXR/labels/Darwin_00002307_person666_bacteria_2558.png b/MendeleyCXR/labels/Darwin_00002307_person666_bacteria_2558.png new file mode 100644 index 0000000000000000000000000000000000000000..009818288055b5e002bca9c21212843187f29415 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002307_person666_bacteria_2558.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a195e441017f3c752d7241dedf9583bb244e8b3aef177e36f22259ceb0adb59c +size 1286 diff --git a/MendeleyCXR/labels/Darwin_00002308_person669_bacteria_2561.png b/MendeleyCXR/labels/Darwin_00002308_person669_bacteria_2561.png new file mode 100644 index 0000000000000000000000000000000000000000..8780c51fc9ca026788ebc156b1c9de8753d85c7b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002308_person669_bacteria_2561.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9f6334bba078e57854ee50a5ecaa3e4cabc88e95cc214404c142f99f56c3215 +size 1340 diff --git a/MendeleyCXR/labels/Darwin_00002309_person669_bacteria_2562.png b/MendeleyCXR/labels/Darwin_00002309_person669_bacteria_2562.png new file mode 100644 index 0000000000000000000000000000000000000000..0106fd39624fc44fb94284476193bea12e0ce8f2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002309_person669_bacteria_2562.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3512f054d656dca2dd42a9756b062dd7211d4fabb84eb180f2314fe9ac206235 +size 1322 diff --git a/MendeleyCXR/labels/Darwin_00002310_person670_bacteria_2563.png b/MendeleyCXR/labels/Darwin_00002310_person670_bacteria_2563.png new file mode 100644 index 0000000000000000000000000000000000000000..e9bc2bad6206f0d2f4f4844745e044b6613ae1f5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002310_person670_bacteria_2563.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c393d304f4f601d637d742943f9135917d3434351ff74150b56493db0af4a06 +size 1234 diff --git a/MendeleyCXR/labels/Darwin_00002311_person671_bacteria_2564.png b/MendeleyCXR/labels/Darwin_00002311_person671_bacteria_2564.png new file mode 100644 index 0000000000000000000000000000000000000000..49333cf10187261ea53abb057ba892b83c6d5402 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002311_person671_bacteria_2564.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbc4f9bfc416c35bb9d743d39cde72e6dc4a13672cf4448ddc6f469cdc99c5cf +size 1429 diff --git a/MendeleyCXR/labels/Darwin_00002312_person672_bacteria_2565.png b/MendeleyCXR/labels/Darwin_00002312_person672_bacteria_2565.png new file mode 100644 index 0000000000000000000000000000000000000000..98ad616d6da30236c3805d8f324e8eade797f291 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002312_person672_bacteria_2565.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:951cd5843a0941d2ebf67efe2b9d33c70c73293a0dd7466d4031d2d3b6ae5de5 +size 1226 diff --git a/MendeleyCXR/labels/Darwin_00002313_person673_bacteria_2566.png b/MendeleyCXR/labels/Darwin_00002313_person673_bacteria_2566.png new file mode 100644 index 0000000000000000000000000000000000000000..7d12e5ebe509dffec2119d4d17495f4438fe2d7f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002313_person673_bacteria_2566.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f65a219345d1a298754e944b891ded33095b01a2fe16abd86b20693f85dc16be +size 1243 diff --git a/MendeleyCXR/labels/Darwin_00002314_person674_bacteria_2568.png b/MendeleyCXR/labels/Darwin_00002314_person674_bacteria_2568.png new file mode 100644 index 0000000000000000000000000000000000000000..308da3d706c64de9c71b74b1e0415a8985eb07fa --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002314_person674_bacteria_2568.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:882750a9a035788ecb305beefd309e35dcefe8e512b781c50bf36227f19ffa63 +size 1155 diff --git a/MendeleyCXR/labels/Darwin_00002316_person677_bacteria_2571.png b/MendeleyCXR/labels/Darwin_00002316_person677_bacteria_2571.png new file mode 100644 index 0000000000000000000000000000000000000000..eb9845e8e3440a22971a33cc822bac33ac56254a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002316_person677_bacteria_2571.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b08eb779ce5321656b40d1b5cacb6e73d12c3579ab49d5b807ff2c7df21f7ad0 +size 1413 diff --git a/MendeleyCXR/labels/Darwin_00002317_person678_bacteria_2572.png b/MendeleyCXR/labels/Darwin_00002317_person678_bacteria_2572.png new file mode 100644 index 0000000000000000000000000000000000000000..93b35018b8f8f17efc525bc340741fcabf68b057 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002317_person678_bacteria_2572.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df17c217930a3a60df83b05dcfd96326c712cbd6891eaaf5fe5caf3cddeb20b2 +size 1223 diff --git a/MendeleyCXR/labels/Darwin_00002319_person681_bacteria_2576.png b/MendeleyCXR/labels/Darwin_00002319_person681_bacteria_2576.png new file mode 100644 index 0000000000000000000000000000000000000000..697bbc8ab93419ddac33d42150a9f00462efe712 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002319_person681_bacteria_2576.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7f6aeca642d5cf826fc02479c43b9335bcd22a2f5f0deb4c42530923f15077c +size 1282 diff --git a/MendeleyCXR/labels/Darwin_00002320_person683_bacteria_2578.png b/MendeleyCXR/labels/Darwin_00002320_person683_bacteria_2578.png new file mode 100644 index 0000000000000000000000000000000000000000..b013742a551b6cf28e0f13c400d1e052143f50d3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002320_person683_bacteria_2578.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98bd33d4d2530fc903ec8a9b503ca044cca52b48985bedc938fd94c5b0203c12 +size 1259 diff --git a/MendeleyCXR/labels/Darwin_00002321_person684_bacteria_2580.png b/MendeleyCXR/labels/Darwin_00002321_person684_bacteria_2580.png new file mode 100644 index 0000000000000000000000000000000000000000..001dfc42b7e99df154125623bbae51c5cc6c870a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002321_person684_bacteria_2580.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27aa364de3b3a1c54dce36117f6a546ec32b836ea650d0f00de7c2decd948f25 +size 1286 diff --git a/MendeleyCXR/labels/Darwin_00002322_person685_bacteria_2581.png b/MendeleyCXR/labels/Darwin_00002322_person685_bacteria_2581.png new file mode 100644 index 0000000000000000000000000000000000000000..43ab0b41e088abcce92c230dfda38c4e46d531a8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002322_person685_bacteria_2581.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:515bd25e02fe8e5f465fd50bfe124f6938b9dfa22215723256f6abf62f0541ca +size 1272 diff --git a/MendeleyCXR/labels/Darwin_00002323_person687_bacteria_2583.png b/MendeleyCXR/labels/Darwin_00002323_person687_bacteria_2583.png new file mode 100644 index 0000000000000000000000000000000000000000..1439db981467204cf9e16bbd2bac9e98f0c23a87 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002323_person687_bacteria_2583.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce9446a2aa540e33e252d281c25a6f523e34099ead4d55e98675b55a8603c204 +size 1458 diff --git a/MendeleyCXR/labels/Darwin_00002324_person688_bacteria_2584.png b/MendeleyCXR/labels/Darwin_00002324_person688_bacteria_2584.png new file mode 100644 index 0000000000000000000000000000000000000000..aaf7a7271dad330a5fce39406a745e8b327b662d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002324_person688_bacteria_2584.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e10a8b69852152b5d17d932e33971b45404652aa7463cbba9b715257518f3b30 +size 1397 diff --git a/MendeleyCXR/labels/Darwin_00002325_person689_bacteria_2585.png b/MendeleyCXR/labels/Darwin_00002325_person689_bacteria_2585.png new file mode 100644 index 0000000000000000000000000000000000000000..bd1e682e75f249726a8cfe3f6f5b0115d321cafe --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002325_person689_bacteria_2585.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce73cc07a54880a13b11727eefea8ed59abee326fbc66a4d64e4054d1011fe7d +size 1280 diff --git a/MendeleyCXR/labels/Darwin_00002326_person689_bacteria_2586.png b/MendeleyCXR/labels/Darwin_00002326_person689_bacteria_2586.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb6159667ba232d665aad6ca1820c400e8cf95e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002326_person689_bacteria_2586.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:003b5206950886174e4f72bce67e3252655a758e743bbccd11539e4d870a6142 +size 1366 diff --git a/MendeleyCXR/labels/Darwin_00002327_person690_bacteria_2587.png b/MendeleyCXR/labels/Darwin_00002327_person690_bacteria_2587.png new file mode 100644 index 0000000000000000000000000000000000000000..93aa48eba6e2e7476cd683a0b0d9884b159d3783 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002327_person690_bacteria_2587.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3be61d77ed11adfef4ba7adcef7f05e91a4ce45709def48f0a3197d09df7117d +size 1345 diff --git a/MendeleyCXR/labels/Darwin_00002328_person691_bacteria_2588.png b/MendeleyCXR/labels/Darwin_00002328_person691_bacteria_2588.png new file mode 100644 index 0000000000000000000000000000000000000000..f38370c911cad5b41aa70d52a24b3d312c2799a9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002328_person691_bacteria_2588.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e723f6208f47eca690694c324b6868c7caf86448076d44b9bc52338825811dad +size 1334 diff --git a/MendeleyCXR/labels/Darwin_00002329_person692_bacteria_2589.png b/MendeleyCXR/labels/Darwin_00002329_person692_bacteria_2589.png new file mode 100644 index 0000000000000000000000000000000000000000..5bf7260336be7e4b555a355c7da5e90eb9983ffe --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002329_person692_bacteria_2589.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94fe9982e9518026412213d125b65359577b3e49bad72c34683964768e2791d9 +size 1269 diff --git a/MendeleyCXR/labels/Darwin_00002330_person693_bacteria_2590.png b/MendeleyCXR/labels/Darwin_00002330_person693_bacteria_2590.png new file mode 100644 index 0000000000000000000000000000000000000000..c233d0d1ed5cae1da398e93c9a0066e78b28bbf1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002330_person693_bacteria_2590.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70e78b15e70324fb9d16b4db274e78840b2e4934d0cfb0b44d49d6c9ce0da072 +size 1270 diff --git a/MendeleyCXR/labels/Darwin_00002332_person699_bacteria_2598.png b/MendeleyCXR/labels/Darwin_00002332_person699_bacteria_2598.png new file mode 100644 index 0000000000000000000000000000000000000000..e271dbc862fead37f4e642857659e72ac465fa4d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002332_person699_bacteria_2598.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf38bcd518beb7e03458e62c78e74a9ca91ae50f67e9110baa5804090819f072 +size 1170 diff --git a/MendeleyCXR/labels/Darwin_00002333_person700_bacteria_2599.png b/MendeleyCXR/labels/Darwin_00002333_person700_bacteria_2599.png new file mode 100644 index 0000000000000000000000000000000000000000..9d0ea49ca6cdec98e379effec2da598074c33b73 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002333_person700_bacteria_2599.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:369d82ae06ae54124294d3a93262fae190b6ef77773c62a0efb339e14735e481 +size 1339 diff --git a/MendeleyCXR/labels/Darwin_00002334_person701_bacteria_2600.png b/MendeleyCXR/labels/Darwin_00002334_person701_bacteria_2600.png new file mode 100644 index 0000000000000000000000000000000000000000..df98808d0bad6439ad5e438e6bcf0e5254065357 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002334_person701_bacteria_2600.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d9eb9ed7cbab2872fb709fd589be0aec90c6d701c2ccaa2660bc8973506bf74 +size 1305 diff --git a/MendeleyCXR/labels/Darwin_00002335_person702_bacteria_2601.png b/MendeleyCXR/labels/Darwin_00002335_person702_bacteria_2601.png new file mode 100644 index 0000000000000000000000000000000000000000..14fcfbc0157d5c79b583fedbfbb4c8462494192d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002335_person702_bacteria_2601.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28a146472134ae19350e15d0d4beeac331760c7aaef3d412338f16ca653aa6fc +size 1286 diff --git a/MendeleyCXR/labels/Darwin_00002336_person703_bacteria_2602.png b/MendeleyCXR/labels/Darwin_00002336_person703_bacteria_2602.png new file mode 100644 index 0000000000000000000000000000000000000000..e1d3657d9a488092ffb5bdf0a009614d20579c38 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002336_person703_bacteria_2602.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41a34fde9aac4a4e0a34886e5d739a55fadd2e285e89c311a0f8b02f171756e4 +size 1266 diff --git a/MendeleyCXR/labels/Darwin_00002337_person704_bacteria_2603.png b/MendeleyCXR/labels/Darwin_00002337_person704_bacteria_2603.png new file mode 100644 index 0000000000000000000000000000000000000000..821fd4edb5c310ced172f64f36f4ebac1b08090f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002337_person704_bacteria_2603.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b95cb21efad8c8a3519f6d47b179a02b3ad2c9470f8536a8548743cf5ff7b65f +size 1307 diff --git a/MendeleyCXR/labels/Darwin_00002338_person707_bacteria_2606.png b/MendeleyCXR/labels/Darwin_00002338_person707_bacteria_2606.png new file mode 100644 index 0000000000000000000000000000000000000000..0e10aaa6ab06cc930c8d0b69e9281ab401023a43 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002338_person707_bacteria_2606.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:618d7fb8b8fdba2b263ff8cdf8b579eddb06931e7b6eb8cd0da728fdc68d8fa6 +size 1184 diff --git a/MendeleyCXR/labels/Darwin_00002339_person709_bacteria_2608.png b/MendeleyCXR/labels/Darwin_00002339_person709_bacteria_2608.png new file mode 100644 index 0000000000000000000000000000000000000000..eb3dc4afb652c96969400e3e7b77133106f0aa26 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002339_person709_bacteria_2608.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28a55c288637e74a77ce90e41ce12d8f359a3a5dbb290d67b4848b4fefc0485c +size 1422 diff --git a/MendeleyCXR/labels/Darwin_00002340_person710_bacteria_2611.png b/MendeleyCXR/labels/Darwin_00002340_person710_bacteria_2611.png new file mode 100644 index 0000000000000000000000000000000000000000..8e7ac4f9bd0d99abfaeedb75e0850200843cb33f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002340_person710_bacteria_2611.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4392a26c45a5b0ec17072da7b09c706f46467025118047e37f77964c0adf97f9 +size 1448 diff --git a/MendeleyCXR/labels/Darwin_00002341_person711_bacteria_2612.png b/MendeleyCXR/labels/Darwin_00002341_person711_bacteria_2612.png new file mode 100644 index 0000000000000000000000000000000000000000..d1852682f12510bdbfee7857078845b2766a27f1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002341_person711_bacteria_2612.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff6ed183621667d494f3b99ddb6eb1b6450706ed4b89d431aa4d8dac4c9a48c5 +size 1383 diff --git a/MendeleyCXR/labels/Darwin_00002342_person712_bacteria_2613.png b/MendeleyCXR/labels/Darwin_00002342_person712_bacteria_2613.png new file mode 100644 index 0000000000000000000000000000000000000000..a8ef7c51fcbb09599e02be80b2b0bdc15f9639be --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002342_person712_bacteria_2613.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47ae5bd82af79149d072ec9b9e881b21e9a6fb97b9576751a87fef905bb4efcb +size 1242 diff --git a/MendeleyCXR/labels/Darwin_00002343_person713_bacteria_2614.png b/MendeleyCXR/labels/Darwin_00002343_person713_bacteria_2614.png new file mode 100644 index 0000000000000000000000000000000000000000..096d5a9f0432922b9e22075f89a1297dee23f981 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002343_person713_bacteria_2614.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17d3d30783ebc8411d37547e93eaf97f1bb8003fe61501a1ff633bbd80b396cd +size 1373 diff --git a/MendeleyCXR/labels/Darwin_00002344_person714_bacteria_2615.png b/MendeleyCXR/labels/Darwin_00002344_person714_bacteria_2615.png new file mode 100644 index 0000000000000000000000000000000000000000..175849fcf1a2a2f1baa311e301925c22c2e0cbdb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002344_person714_bacteria_2615.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d4e1d482b9241782e50df1afe29b76cfc379a6d646ecf5a27f582e3eddea46b +size 1264 diff --git a/MendeleyCXR/labels/Darwin_00002345_person716_bacteria_2617.png b/MendeleyCXR/labels/Darwin_00002345_person716_bacteria_2617.png new file mode 100644 index 0000000000000000000000000000000000000000..f5c667be75fe24390ac3d94dc384147459435542 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002345_person716_bacteria_2617.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9d135af84ee119759547631c69e4b8fb43e566068b2975447ab00686daec137 +size 1376 diff --git a/MendeleyCXR/labels/Darwin_00002346_person717_bacteria_2618.png b/MendeleyCXR/labels/Darwin_00002346_person717_bacteria_2618.png new file mode 100644 index 0000000000000000000000000000000000000000..26cae18fcfdcb59019965881d89118dd08cda324 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002346_person717_bacteria_2618.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16d0155230ae3ce54943384f76336522c31d1caa5b14c4ed7c50255dc4d90926 +size 1195 diff --git a/MendeleyCXR/labels/Darwin_00002347_person718_bacteria_2620.png b/MendeleyCXR/labels/Darwin_00002347_person718_bacteria_2620.png new file mode 100644 index 0000000000000000000000000000000000000000..ca989588f04e1f50d1158483922e0227ea6b72a5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002347_person718_bacteria_2620.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e45981c0864e426d2e0af9d8ce0ecf8b054d47df835f5cffca7f62acba0fb176 +size 1260 diff --git a/MendeleyCXR/labels/Darwin_00002348_person719_bacteria_2621.png b/MendeleyCXR/labels/Darwin_00002348_person719_bacteria_2621.png new file mode 100644 index 0000000000000000000000000000000000000000..d94d0d0c5f6ffeb92d466c82450d2c33e886a040 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002348_person719_bacteria_2621.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da8dee71f9717d3b996c7789fcc7773105d543d9e430eaaee383e584c0e554a3 +size 1261 diff --git a/MendeleyCXR/labels/Darwin_00002349_person720_bacteria_2622.png b/MendeleyCXR/labels/Darwin_00002349_person720_bacteria_2622.png new file mode 100644 index 0000000000000000000000000000000000000000..7f279ecdf50e988eb34a531706706217f6ccac55 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002349_person720_bacteria_2622.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:082d846c2fe07db6793d7edeb8f70c507b9af814f3332a755d45c8eb0b37f96e +size 1279 diff --git a/MendeleyCXR/labels/Darwin_00002350_person721_bacteria_2623.png b/MendeleyCXR/labels/Darwin_00002350_person721_bacteria_2623.png new file mode 100644 index 0000000000000000000000000000000000000000..35c86967f34cc142146f66c3296515a50e7aa3c6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002350_person721_bacteria_2623.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:179e1aab82daaf798d82c470063e0cc94932852df846a3d0f1283b564e2697be +size 1257 diff --git a/MendeleyCXR/labels/Darwin_00002351_person723_bacteria_2625.png b/MendeleyCXR/labels/Darwin_00002351_person723_bacteria_2625.png new file mode 100644 index 0000000000000000000000000000000000000000..d1c52c921fc46af214f68135bbc21888649a4527 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002351_person723_bacteria_2625.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:238ba541e1b99bb5bfdb241fe82396b0914c12b931a63bb11e01d8d9fae8bf7a +size 1260 diff --git a/MendeleyCXR/labels/Darwin_00002352_person724_bacteria_2626.png b/MendeleyCXR/labels/Darwin_00002352_person724_bacteria_2626.png new file mode 100644 index 0000000000000000000000000000000000000000..0be556343a89767ef4e869b54b5569bc4bff4ba1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002352_person724_bacteria_2626.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd6f9842d06718799daa6d17ae3e697a0a64db90be92b6e0f36eab6e5e21f5da +size 1269 diff --git a/MendeleyCXR/labels/Darwin_00002353_person725_bacteria_2627.png b/MendeleyCXR/labels/Darwin_00002353_person725_bacteria_2627.png new file mode 100644 index 0000000000000000000000000000000000000000..1ea4bb99062fc242a841c4d9d275943109ecdf60 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002353_person725_bacteria_2627.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f4e7480976fbb97f09767efcdb1b248a4c4232c5b0f48aa0d554f681af4c0bc +size 1296 diff --git a/MendeleyCXR/labels/Darwin_00002355_person727_bacteria_2629.png b/MendeleyCXR/labels/Darwin_00002355_person727_bacteria_2629.png new file mode 100644 index 0000000000000000000000000000000000000000..bd633dc34dc05daa67b7b71af649e004ba860d79 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002355_person727_bacteria_2629.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:968949f670758e652c57f4159f168a2fdaaf025593c27fa734d70af2cf40799c +size 1390 diff --git a/MendeleyCXR/labels/Darwin_00002356_person728_bacteria_2630.png b/MendeleyCXR/labels/Darwin_00002356_person728_bacteria_2630.png new file mode 100644 index 0000000000000000000000000000000000000000..4264f0c95d26e1fad60d4436fcbd61b90866d797 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002356_person728_bacteria_2630.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f196f84dd716639b9f11cb24f66e6025d3231bea801fba333d530eb3ef7741b +size 1221 diff --git a/MendeleyCXR/labels/Darwin_00002357_person5_bacteria_15.png b/MendeleyCXR/labels/Darwin_00002357_person5_bacteria_15.png new file mode 100644 index 0000000000000000000000000000000000000000..1d067e6a30cca2c1f8991ae0dd9bfd6b74746643 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002357_person5_bacteria_15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:630cec1af6a5460902ed9a62d59448648748af789e9fa6a7581be96f570f1d0f +size 1267 diff --git a/MendeleyCXR/labels/Darwin_00002358_person5_bacteria_16.png b/MendeleyCXR/labels/Darwin_00002358_person5_bacteria_16.png new file mode 100644 index 0000000000000000000000000000000000000000..0da6189518c00e4726b4a1384894b384b95c5e7b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002358_person5_bacteria_16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54f72682aa4e17e54a473e7b73eae031f151e9284941e3b6c4c1c6595c0c2f46 +size 1210 diff --git a/MendeleyCXR/labels/Darwin_00002359_person5_bacteria_17.png b/MendeleyCXR/labels/Darwin_00002359_person5_bacteria_17.png new file mode 100644 index 0000000000000000000000000000000000000000..df074d9a826a4d7c1d35f0a08b24f8a99c93a76e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002359_person5_bacteria_17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:934b9cdb451c79c9132602d2537c952d9c20ac239e887fd1bdd43d3358ba2a91 +size 1312 diff --git a/MendeleyCXR/labels/Darwin_00002360_person5_bacteria_19.png b/MendeleyCXR/labels/Darwin_00002360_person5_bacteria_19.png new file mode 100644 index 0000000000000000000000000000000000000000..cac8cedde65929c132f1a284396f89a74489b628 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002360_person5_bacteria_19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:201195bb68408f3db295ca7ebf4d1a389c22a2e211ed6ce15e69b3a57e6d22d1 +size 1335 diff --git a/MendeleyCXR/labels/Darwin_00002361_person52_bacteria_249.png b/MendeleyCXR/labels/Darwin_00002361_person52_bacteria_249.png new file mode 100644 index 0000000000000000000000000000000000000000..61a3d8c8119ec9170d230ae545f9b9706c0c5c4d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002361_person52_bacteria_249.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa6beacfb8d49dab6ef7f538348ef703daa0b71d28cf124c3cbda83602a2fa53 +size 1356 diff --git a/MendeleyCXR/labels/Darwin_00002362_person52_bacteria_251.png b/MendeleyCXR/labels/Darwin_00002362_person52_bacteria_251.png new file mode 100644 index 0000000000000000000000000000000000000000..55c9f81b07f796a5ee607aabe38d6321a330b870 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002362_person52_bacteria_251.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ca8fe8cf474146f9596aca767009f1b15143e89fc1a73f2314e4793add63e46 +size 1356 diff --git a/MendeleyCXR/labels/Darwin_00002363_person53_bacteria_252.png b/MendeleyCXR/labels/Darwin_00002363_person53_bacteria_252.png new file mode 100644 index 0000000000000000000000000000000000000000..52a2fc16ad0b1d97e88acd01b986388b0892008a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002363_person53_bacteria_252.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c178c6500cf30743acff5db037963b0287c7735099935e12cfe92d4f95984726 +size 1398 diff --git a/MendeleyCXR/labels/Darwin_00002364_person53_bacteria_253.png b/MendeleyCXR/labels/Darwin_00002364_person53_bacteria_253.png new file mode 100644 index 0000000000000000000000000000000000000000..0ec76980162dd744258f90ea4f188ee3f8d63ede --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002364_person53_bacteria_253.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7290c3c44e967af6523da8f7b92553b4466410bc93ccea2c2b692898dfeeb77 +size 1267 diff --git a/MendeleyCXR/labels/Darwin_00002365_person53_bacteria_254.png b/MendeleyCXR/labels/Darwin_00002365_person53_bacteria_254.png new file mode 100644 index 0000000000000000000000000000000000000000..5eaba81a8d228d19665930ea464ec2fadf118ede --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002365_person53_bacteria_254.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b35ba4c8e69dfa547c9e5999c1c448258cb3dbb361dbea108b0974283c5a0814 +size 1288 diff --git a/MendeleyCXR/labels/Darwin_00002366_person53_bacteria_255.png b/MendeleyCXR/labels/Darwin_00002366_person53_bacteria_255.png new file mode 100644 index 0000000000000000000000000000000000000000..3e25c28265b57789cf2ac83667e120efb050e2d4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002366_person53_bacteria_255.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba374cae486fc863a2174d0501710b03789f730174356300edfe3e3571e13486 +size 1455 diff --git a/MendeleyCXR/labels/Darwin_00002367_person54_bacteria_257.png b/MendeleyCXR/labels/Darwin_00002367_person54_bacteria_257.png new file mode 100644 index 0000000000000000000000000000000000000000..33fec9a4a27bff59407fba6a58a5fb769e3be79b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002367_person54_bacteria_257.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94d2bd2bc94a5fd768c67abbae9ca886bff26d27b39aa164ed4ecf471e7dbc7e +size 1398 diff --git a/MendeleyCXR/labels/Darwin_00002368_person54_bacteria_258.png b/MendeleyCXR/labels/Darwin_00002368_person54_bacteria_258.png new file mode 100644 index 0000000000000000000000000000000000000000..b64b0a3dd29272687b29574ef8fc90a8f12cf5a0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002368_person54_bacteria_258.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:185e98942f22d1f287045c127174618af0ae43e05a0ad3e8f74af0234a7f5252 +size 1137 diff --git a/MendeleyCXR/labels/Darwin_00002369_person55_bacteria_260.png b/MendeleyCXR/labels/Darwin_00002369_person55_bacteria_260.png new file mode 100644 index 0000000000000000000000000000000000000000..fe9a487a4e9d4d67b4708c7c953b165cecc49e5d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002369_person55_bacteria_260.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78ac93a505ed35c3e8d2980a7a3c45aa9217186ed180b1f07e19a540b8115bae +size 1165 diff --git a/MendeleyCXR/labels/Darwin_00002370_person55_bacteria_261.png b/MendeleyCXR/labels/Darwin_00002370_person55_bacteria_261.png new file mode 100644 index 0000000000000000000000000000000000000000..32f1f5c70adf1552a105bd638e37fd5193530541 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002370_person55_bacteria_261.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53acf70d3da03d30f73d8c9b63eaf1dcc81ce2cad65ab461d972cf4b53d04127 +size 1435 diff --git a/MendeleyCXR/labels/Darwin_00002371_person55_bacteria_262.png b/MendeleyCXR/labels/Darwin_00002371_person55_bacteria_262.png new file mode 100644 index 0000000000000000000000000000000000000000..fcd4c3bd64e2e3390c563beef6b7306dbaeff473 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002371_person55_bacteria_262.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e60e3b3deb8f2585745b80f9827912040b94f8f16f1fbed47b2f9b47af22226d +size 1360 diff --git a/MendeleyCXR/labels/Darwin_00002372_person55_bacteria_263.png b/MendeleyCXR/labels/Darwin_00002372_person55_bacteria_263.png new file mode 100644 index 0000000000000000000000000000000000000000..fd001a6fd9f48f64ea05bbd707d43049b2a58c45 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002372_person55_bacteria_263.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6ab7c8fb8b06e03d30e18d64076f2ea4ec5fe9afe2a47a3ccbd93397e34f4fd +size 1397 diff --git a/MendeleyCXR/labels/Darwin_00002373_person55_bacteria_264.png b/MendeleyCXR/labels/Darwin_00002373_person55_bacteria_264.png new file mode 100644 index 0000000000000000000000000000000000000000..6ce9567943643db2f5a09fb210cecff829f53f03 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002373_person55_bacteria_264.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84b80d5cd5bc37c141507ae218b09d724d84c8b7003eb05281da92c50a4cf452 +size 1431 diff --git a/MendeleyCXR/labels/Darwin_00002374_person55_bacteria_265.png b/MendeleyCXR/labels/Darwin_00002374_person55_bacteria_265.png new file mode 100644 index 0000000000000000000000000000000000000000..3291a3f6574fab407b5bde14f762508b83fa3725 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002374_person55_bacteria_265.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3210df3d41798ae22e20981c21fa8595eba210b9de49ed4fee8473e6742abfde +size 1427 diff --git a/MendeleyCXR/labels/Darwin_00002375_person55_bacteria_266.png b/MendeleyCXR/labels/Darwin_00002375_person55_bacteria_266.png new file mode 100644 index 0000000000000000000000000000000000000000..f9f2c37bfb3319bae283000ada64982e2a0d44c6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002375_person55_bacteria_266.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e9c00c725ea3866f9ce155cef6ad230292f54d7678a558016152888aa7b189c +size 1310 diff --git a/MendeleyCXR/labels/Darwin_00002376_person56_bacteria_267.png b/MendeleyCXR/labels/Darwin_00002376_person56_bacteria_267.png new file mode 100644 index 0000000000000000000000000000000000000000..44cbea34bd5483b31d614a82611e26c5e7e0c3e1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002376_person56_bacteria_267.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:609b7f219061014c816fd322f30fa13db7e6af31d4f0b3671c667ba849a07c34 +size 1311 diff --git a/MendeleyCXR/labels/Darwin_00002377_person56_bacteria_268.png b/MendeleyCXR/labels/Darwin_00002377_person56_bacteria_268.png new file mode 100644 index 0000000000000000000000000000000000000000..46b4eabd8be0e3e420178f46afad5eeef018cb9a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002377_person56_bacteria_268.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4e85058fd36c46645efaa48c951fbc49dafc5d23d8748ec7fce7943e3b8dd7b +size 1245 diff --git a/MendeleyCXR/labels/Darwin_00002378_person56_bacteria_269.png b/MendeleyCXR/labels/Darwin_00002378_person56_bacteria_269.png new file mode 100644 index 0000000000000000000000000000000000000000..e4b5dacea6a82f431801e212b9d84e29e50626e0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002378_person56_bacteria_269.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dca6d79b33bd7e6f43ac7ef59a9eaa95bc1d918db87fb1b6097ae80beb41d076 +size 1265 diff --git a/MendeleyCXR/labels/Darwin_00002379_person57_bacteria_270.png b/MendeleyCXR/labels/Darwin_00002379_person57_bacteria_270.png new file mode 100644 index 0000000000000000000000000000000000000000..b9b7673193eb87b5d1c020e5ae255deb1475cf9f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002379_person57_bacteria_270.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9a378c70578c2fd92c0dae6dcb6eaba054d3c606d95da2d53893d2e878c9c29 +size 1402 diff --git a/MendeleyCXR/labels/Darwin_00002380_person57_bacteria_271.png b/MendeleyCXR/labels/Darwin_00002380_person57_bacteria_271.png new file mode 100644 index 0000000000000000000000000000000000000000..29e96ccc27ef020f62db118e954bb0e759d6b945 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002380_person57_bacteria_271.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0e36db5cad1dec8d49aa9eceb6db5e1e4883bcd8edfbedd58063d10ce450109 +size 1362 diff --git a/MendeleyCXR/labels/Darwin_00002381_person58_bacteria_272.png b/MendeleyCXR/labels/Darwin_00002381_person58_bacteria_272.png new file mode 100644 index 0000000000000000000000000000000000000000..4da95fea875f35bd27ff191e748de27999963d52 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002381_person58_bacteria_272.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6707c568b2d26544f2e74f1635339df65f219f506b3f21f0756beb4ef05d51ad +size 1173 diff --git a/MendeleyCXR/labels/Darwin_00002382_person58_bacteria_273.png b/MendeleyCXR/labels/Darwin_00002382_person58_bacteria_273.png new file mode 100644 index 0000000000000000000000000000000000000000..8f346f58916c1fdcdad687d1cd9b7162776fe04b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002382_person58_bacteria_273.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c3bfa28e5fffd3853929f86b799b70d97b64f792c4a2782f975645ad3e330ad +size 1314 diff --git a/MendeleyCXR/labels/Darwin_00002384_person58_bacteria_275.png b/MendeleyCXR/labels/Darwin_00002384_person58_bacteria_275.png new file mode 100644 index 0000000000000000000000000000000000000000..1097852c2effd2a9a0b58fccc63df443967cd54f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002384_person58_bacteria_275.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cbf7df87f2995bbb719817141fd90c9c1604f93c202f90774afb09fdb60ea27 +size 1256 diff --git a/MendeleyCXR/labels/Darwin_00002385_person58_bacteria_276.png b/MendeleyCXR/labels/Darwin_00002385_person58_bacteria_276.png new file mode 100644 index 0000000000000000000000000000000000000000..81a6e0e68648eee4cfae3dde818e46e17693cd3a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002385_person58_bacteria_276.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:792397789918a9b1d205cae1b35b7c57ac9c9df7ae1a2edd8d747ef78adf0914 +size 1368 diff --git a/MendeleyCXR/labels/Darwin_00002386_person58_bacteria_277.png b/MendeleyCXR/labels/Darwin_00002386_person58_bacteria_277.png new file mode 100644 index 0000000000000000000000000000000000000000..a26940caf6c01bfd5cac45041ff785296a3be2a5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002386_person58_bacteria_277.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73781a4abdd65058a97c0c8277f3f0a76f6eabbdcaa3423cbe1ba8e6fa7023e9 +size 1345 diff --git a/MendeleyCXR/labels/Darwin_00002387_person58_bacteria_278.png b/MendeleyCXR/labels/Darwin_00002387_person58_bacteria_278.png new file mode 100644 index 0000000000000000000000000000000000000000..7ce7ea02fd3fa659682b7875650e0a7cb9d516f4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002387_person58_bacteria_278.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e86af59c2d33e3a740aad223c2ec4d41140b7ea85113165387d802c5dedfb08 +size 1313 diff --git a/MendeleyCXR/labels/Darwin_00002390_person59_bacteria_281.png b/MendeleyCXR/labels/Darwin_00002390_person59_bacteria_281.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ac18a162487a3c4b78977509a136fd69fb2c51 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002390_person59_bacteria_281.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5afa65ff3506e62405ae65f0a22f85d4e93393208888face627353947c2ee1b1 +size 1359 diff --git a/MendeleyCXR/labels/Darwin_00002393_person59_bacteria_284.png b/MendeleyCXR/labels/Darwin_00002393_person59_bacteria_284.png new file mode 100644 index 0000000000000000000000000000000000000000..3b0e95321f8e64d8c216f4fdd4ec6ad29a2e87f1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002393_person59_bacteria_284.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78079db9e3acfd5c96d2b61e50e2a785949dc4c9441f7b9d1db94d5dc8b28a5f +size 1332 diff --git a/MendeleyCXR/labels/Darwin_00002394_person526_bacteria_2221.png b/MendeleyCXR/labels/Darwin_00002394_person526_bacteria_2221.png new file mode 100644 index 0000000000000000000000000000000000000000..2bc34a198f7a7f30478f7c652c1eb734516a24f6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002394_person526_bacteria_2221.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb0702a4a299f4abfeb92c261716696d59c532864bdbba4ab3cd84253a9ef45f +size 1341 diff --git a/MendeleyCXR/labels/Darwin_00002395_person527_bacteria_2225.png b/MendeleyCXR/labels/Darwin_00002395_person527_bacteria_2225.png new file mode 100644 index 0000000000000000000000000000000000000000..af69121a865643ed16692657663110fefd7719b4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002395_person527_bacteria_2225.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ae7f7d334464e7e095b5f8a05636565cedb30ca5604e0bb57ea0409cba4a851 +size 1271 diff --git a/MendeleyCXR/labels/Darwin_00002396_person527_bacteria_2226.png b/MendeleyCXR/labels/Darwin_00002396_person527_bacteria_2226.png new file mode 100644 index 0000000000000000000000000000000000000000..337985d319836c5b33642e58473e12c1c9d29fc1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002396_person527_bacteria_2226.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbd392fc89aa1b3b25e699b02904056fb466ce4c270bf79a635acdb849e6e6da +size 1311 diff --git a/MendeleyCXR/labels/Darwin_00002397_person528_bacteria_2227.png b/MendeleyCXR/labels/Darwin_00002397_person528_bacteria_2227.png new file mode 100644 index 0000000000000000000000000000000000000000..f8e628382e984369899999d652e1849ce40db6c3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002397_person528_bacteria_2227.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ed7208788f359d9201115e5d839213439eb10475d76f00023acabe1f120a370 +size 1306 diff --git a/MendeleyCXR/labels/Darwin_00002398_person529_bacteria_2228.png b/MendeleyCXR/labels/Darwin_00002398_person529_bacteria_2228.png new file mode 100644 index 0000000000000000000000000000000000000000..5c7605f0466ae76e3c7569fc2827de95c5302f7f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002398_person529_bacteria_2228.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:943e3501595a89191084bf9f2f3365333a7274ab0fecfa9fa141ea2a62013604 +size 1348 diff --git a/MendeleyCXR/labels/Darwin_00002399_person529_bacteria_2229.png b/MendeleyCXR/labels/Darwin_00002399_person529_bacteria_2229.png new file mode 100644 index 0000000000000000000000000000000000000000..7c69f5600b68ddc053a09805cef5792dc861e5a0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002399_person529_bacteria_2229.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0079d5a83cc06175ae40b2fb0e1ff9345153516906d67406bd180012b00dddef +size 1247 diff --git a/MendeleyCXR/labels/Darwin_00002400_person529_bacteria_2230.png b/MendeleyCXR/labels/Darwin_00002400_person529_bacteria_2230.png new file mode 100644 index 0000000000000000000000000000000000000000..88b1b2e93244906d0f0c4a44b98203d3fa97eaa6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002400_person529_bacteria_2230.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ed1600b66ea53b394f05a2c9763d3154914794042b211b81feccde0600cd149 +size 1388 diff --git a/MendeleyCXR/labels/Darwin_00002401_person530_bacteria_2231.png b/MendeleyCXR/labels/Darwin_00002401_person530_bacteria_2231.png new file mode 100644 index 0000000000000000000000000000000000000000..57cc8505979bf05efab0002090ecf7f3104b1afe --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002401_person530_bacteria_2231.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92ffe9de5a6b8d1410eb383959236e2c0de2b1d9c2e15958f54a5cc14ec67c43 +size 1295 diff --git a/MendeleyCXR/labels/Darwin_00002402_person530_bacteria_2233.png b/MendeleyCXR/labels/Darwin_00002402_person530_bacteria_2233.png new file mode 100644 index 0000000000000000000000000000000000000000..70ac3888d800d0ab5f5f9db8dc34eba7c93351b0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002402_person530_bacteria_2233.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58103737a079ba71b54fa469e3d28d08b40fce38471ac77b2675eeb2bf0c163f +size 1270 diff --git a/MendeleyCXR/labels/Darwin_00002403_person531_bacteria_2235.png b/MendeleyCXR/labels/Darwin_00002403_person531_bacteria_2235.png new file mode 100644 index 0000000000000000000000000000000000000000..0db371a7bb555a71020eca0bd20a701e2c93a261 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002403_person531_bacteria_2235.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e67e3b9eb4756b75dd16804f16d6317a7b95c4a837ffdfe31f0c7271a648af47 +size 1353 diff --git a/MendeleyCXR/labels/Darwin_00002404_person531_bacteria_2236.png b/MendeleyCXR/labels/Darwin_00002404_person531_bacteria_2236.png new file mode 100644 index 0000000000000000000000000000000000000000..bdc98939265b56fb5a97c74da2b0f78383ea3f40 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002404_person531_bacteria_2236.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c90405aa48dd416b9e80d88fae0571f8150cea339e2f9d489f4052e3ffbc3ad9 +size 1368 diff --git a/MendeleyCXR/labels/Darwin_00002405_person531_bacteria_2237.png b/MendeleyCXR/labels/Darwin_00002405_person531_bacteria_2237.png new file mode 100644 index 0000000000000000000000000000000000000000..0cb8fc005765175e184c132d6ba515eeb9871f4b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002405_person531_bacteria_2237.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c3c5e3da81552d60cf53a1549b4656e83b06f965670817c13624555dc74d6d9 +size 1337 diff --git a/MendeleyCXR/labels/Darwin_00002406_person531_bacteria_2238.png b/MendeleyCXR/labels/Darwin_00002406_person531_bacteria_2238.png new file mode 100644 index 0000000000000000000000000000000000000000..1aa3c55c74d989086c62d5898d151537c5361105 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002406_person531_bacteria_2238.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a750cfb3fe7f60112fe50d77bffb9f63f68ed61dfef425bb8d0a98b4555166bc +size 1119 diff --git a/MendeleyCXR/labels/Darwin_00002407_person531_bacteria_2239.png b/MendeleyCXR/labels/Darwin_00002407_person531_bacteria_2239.png new file mode 100644 index 0000000000000000000000000000000000000000..bd327dddc285086b528c6b84f511768cf7326a42 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002407_person531_bacteria_2239.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df0dded357235b3408a11fdf2044c7c28174f37c88c1d77104c67b4738721aac +size 1290 diff --git a/MendeleyCXR/labels/Darwin_00002408_person531_bacteria_2240.png b/MendeleyCXR/labels/Darwin_00002408_person531_bacteria_2240.png new file mode 100644 index 0000000000000000000000000000000000000000..86b31f1db1fa6ec8c6bc32b571b42fde94766525 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002408_person531_bacteria_2240.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79237f11554df7510435696907095737097b423760d94aec63ab4a33847cfb47 +size 1317 diff --git a/MendeleyCXR/labels/Darwin_00002409_person531_bacteria_2241.png b/MendeleyCXR/labels/Darwin_00002409_person531_bacteria_2241.png new file mode 100644 index 0000000000000000000000000000000000000000..efc264d8ca7017b62caf3f1bd44f541f1b2be815 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002409_person531_bacteria_2241.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec2beda7c24a0a455e6894a8b12a018d7ce8a4d38bd5c6489edcf580f398e742 +size 1298 diff --git a/MendeleyCXR/labels/Darwin_00002410_person531_bacteria_2242.png b/MendeleyCXR/labels/Darwin_00002410_person531_bacteria_2242.png new file mode 100644 index 0000000000000000000000000000000000000000..6e7f5df2d6c491c318ba1f2c4d88ff1bc5e71da5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002410_person531_bacteria_2242.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e192e21f455356174abf412df03cd1dd18ee67505e6f565a55df00cfcde2849 +size 1302 diff --git a/MendeleyCXR/labels/Darwin_00002411_person533_bacteria_2245.png b/MendeleyCXR/labels/Darwin_00002411_person533_bacteria_2245.png new file mode 100644 index 0000000000000000000000000000000000000000..c7dbb16281ec9395ad34d83f687455e3832de5e2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002411_person533_bacteria_2245.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7ae0002bd7d3d2ba250afcc7cec6d09bcc094ad6adc6bc05bc7896b197f5efc +size 1324 diff --git a/MendeleyCXR/labels/Darwin_00002412_person533_bacteria_2250.png b/MendeleyCXR/labels/Darwin_00002412_person533_bacteria_2250.png new file mode 100644 index 0000000000000000000000000000000000000000..6dba4b6bd365f749341f9df288b7ee8784cda244 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002412_person533_bacteria_2250.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a266bda6e5d3e7251d6c0b837e2385df0467e0b9a8963b7baa3d59d246acbd93 +size 1393 diff --git a/MendeleyCXR/labels/Darwin_00002413_person534_bacteria_2251.png b/MendeleyCXR/labels/Darwin_00002413_person534_bacteria_2251.png new file mode 100644 index 0000000000000000000000000000000000000000..38ef242b6a3478f8a530caa997e932cf5a990647 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002413_person534_bacteria_2251.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86b36330cf4c406ab0275b8241464dba6a41cfb8b72c82099b0f90387aee062a +size 1269 diff --git a/MendeleyCXR/labels/Darwin_00002414_person534_bacteria_2252.png b/MendeleyCXR/labels/Darwin_00002414_person534_bacteria_2252.png new file mode 100644 index 0000000000000000000000000000000000000000..93e174a26265b7ac0e71b5771b3ceff67e36968e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002414_person534_bacteria_2252.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a00688c5f655e36a61e7b183195f26779aed3398ac042ed8dcc6e92bcdb2d8e2 +size 1265 diff --git a/MendeleyCXR/labels/Darwin_00002415_person534_bacteria_2253.png b/MendeleyCXR/labels/Darwin_00002415_person534_bacteria_2253.png new file mode 100644 index 0000000000000000000000000000000000000000..18713bcea076d3ea01f521b21b43866211e70180 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002415_person534_bacteria_2253.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1467ccd7be167aafd01af31093cb22badbbea61dd7c06f5ba945b29feb864143 +size 1394 diff --git a/MendeleyCXR/labels/Darwin_00002416_person534_bacteria_2254.png b/MendeleyCXR/labels/Darwin_00002416_person534_bacteria_2254.png new file mode 100644 index 0000000000000000000000000000000000000000..181cd4fd22f17fa99024bff5d8ec9b9cba173d82 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002416_person534_bacteria_2254.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e7cf3ed11bea80073958add545b559ca4767ae65e8f2700d07a5bc6af34ae8c +size 1352 diff --git a/MendeleyCXR/labels/Darwin_00002417_person535_bacteria_2255.png b/MendeleyCXR/labels/Darwin_00002417_person535_bacteria_2255.png new file mode 100644 index 0000000000000000000000000000000000000000..381c6d7b54840edc19e802bdad9ee50b25a6046e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002417_person535_bacteria_2255.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ae99a13c114cc51eab8e6b25b9a231498f1855ad97251dd0a677e0a1b24fccf +size 1292 diff --git a/MendeleyCXR/labels/Darwin_00002418_person535_bacteria_2256.png b/MendeleyCXR/labels/Darwin_00002418_person535_bacteria_2256.png new file mode 100644 index 0000000000000000000000000000000000000000..1c58f87b2b9dd6cb7403e78e1678986de6931038 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002418_person535_bacteria_2256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e9e06991b372d9a4ca7411957d580f402bbef61200955fb056ff3a63db3ad92 +size 1374 diff --git a/MendeleyCXR/labels/Darwin_00002419_person536_bacteria_2257.png b/MendeleyCXR/labels/Darwin_00002419_person536_bacteria_2257.png new file mode 100644 index 0000000000000000000000000000000000000000..435965ae4e142ec50d8ce449cff00999c8aaa421 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002419_person536_bacteria_2257.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd1d032085362882f904e4fa57f359d7d0c6eacecd1511996250faaf8fd1f6c9 +size 1150 diff --git a/MendeleyCXR/labels/Darwin_00002420_person536_bacteria_2258.png b/MendeleyCXR/labels/Darwin_00002420_person536_bacteria_2258.png new file mode 100644 index 0000000000000000000000000000000000000000..7e8e64078d09f9d9a70fb3ad80449ff53cbb9141 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002420_person536_bacteria_2258.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:111a3337e2411f10f6827fa4593298e6f9e0db47d1f53e5ea9bca2d7e5883543 +size 1157 diff --git a/MendeleyCXR/labels/Darwin_00002421_person536_bacteria_2259.png b/MendeleyCXR/labels/Darwin_00002421_person536_bacteria_2259.png new file mode 100644 index 0000000000000000000000000000000000000000..c076812f1fece601d97d403e569408190228038c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002421_person536_bacteria_2259.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:002126a0ca2e53b9e028b4d2a9dccb23fc3dc2c865274166b34f80d09b2bdc7e +size 1246 diff --git a/MendeleyCXR/labels/Darwin_00002422_person536_bacteria_2260.png b/MendeleyCXR/labels/Darwin_00002422_person536_bacteria_2260.png new file mode 100644 index 0000000000000000000000000000000000000000..116ebdcc81d9ef2c4b5e9926ef1a629999380f4b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002422_person536_bacteria_2260.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0cbde5b71a54387a28a382308be3fce2f208a71e16fc5ffe5d29231e3744d31 +size 1273 diff --git a/MendeleyCXR/labels/Darwin_00002423_person537_bacteria_2261.png b/MendeleyCXR/labels/Darwin_00002423_person537_bacteria_2261.png new file mode 100644 index 0000000000000000000000000000000000000000..dad57a75bc0461ad705bbbf3751c96b2854c9fd6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002423_person537_bacteria_2261.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d18befdc550c99fad46fbc7b060d01103b09aef737cf92a86b23126fa8ff0b4 +size 1339 diff --git a/MendeleyCXR/labels/Darwin_00002424_person537_bacteria_2262.png b/MendeleyCXR/labels/Darwin_00002424_person537_bacteria_2262.png new file mode 100644 index 0000000000000000000000000000000000000000..13b13841f6d3fb4de1f95185bc9983b6cb6591eb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002424_person537_bacteria_2262.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d3f382c7092bb48712c313f10c3c732c75b2fe535a9f57f46ff859042b40431 +size 1335 diff --git a/MendeleyCXR/labels/Darwin_00002425_person537_bacteria_2263.png b/MendeleyCXR/labels/Darwin_00002425_person537_bacteria_2263.png new file mode 100644 index 0000000000000000000000000000000000000000..bbb1c134802caa423066568292b8dd4db584bede --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002425_person537_bacteria_2263.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51dcc5bcb903873bc561f118959aa5642e764d43f4e519d25895dc837b69d5dc +size 1303 diff --git a/MendeleyCXR/labels/Darwin_00002426_person537_bacteria_2264.png b/MendeleyCXR/labels/Darwin_00002426_person537_bacteria_2264.png new file mode 100644 index 0000000000000000000000000000000000000000..6af877250e99448b28591cc39c446cf1953b911a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002426_person537_bacteria_2264.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af99ae616b086de81938237585d924911344cbacb6d6433bb3378450e719d90b +size 1272 diff --git a/MendeleyCXR/labels/Darwin_00002427_person537_bacteria_2265.png b/MendeleyCXR/labels/Darwin_00002427_person537_bacteria_2265.png new file mode 100644 index 0000000000000000000000000000000000000000..5072a15d659c94133ab29b7851f4a1a5a7c2097d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002427_person537_bacteria_2265.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:476644211f220556e79fa9361e271048ac9573f066acdd451270c39f92b155a3 +size 1429 diff --git a/MendeleyCXR/labels/Darwin_00002428_person537_bacteria_2266.png b/MendeleyCXR/labels/Darwin_00002428_person537_bacteria_2266.png new file mode 100644 index 0000000000000000000000000000000000000000..6d137a66ca066331700016f0b52ccce51fb71de9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002428_person537_bacteria_2266.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:493a2da518b3bde8fe48e21a9b26df6d48cc4c192098dc207e32d65deaf97035 +size 1392 diff --git a/MendeleyCXR/labels/Darwin_00002429_person538_bacteria_2268.png b/MendeleyCXR/labels/Darwin_00002429_person538_bacteria_2268.png new file mode 100644 index 0000000000000000000000000000000000000000..eb76d548a6154ecb21acd4473229c364a67f75b9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002429_person538_bacteria_2268.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d845b331f49cae2505601864630631546d989a16e62d848c6be8f0c3fbd30f9 +size 1295 diff --git a/MendeleyCXR/labels/Darwin_00002430_person539_bacteria_2269.png b/MendeleyCXR/labels/Darwin_00002430_person539_bacteria_2269.png new file mode 100644 index 0000000000000000000000000000000000000000..f1a0b48a22b32c9d8e1b50e4646583b74aa73f72 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002430_person539_bacteria_2269.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:869ba402f8d54b2667a468643c49c214c169cb8c453e23a03a65895b036dd21f +size 1276 diff --git a/MendeleyCXR/labels/Darwin_00002431_person539_bacteria_2270.png b/MendeleyCXR/labels/Darwin_00002431_person539_bacteria_2270.png new file mode 100644 index 0000000000000000000000000000000000000000..89a4088abde168a4b94ec9ad5b4f29671f6c6f99 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002431_person539_bacteria_2270.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a8dc2ca29776f0031d9b21071e8a92f6e27eb9a6a1236b44e575c90b403a538 +size 1436 diff --git a/MendeleyCXR/labels/Darwin_00002432_person540_bacteria_2271.png b/MendeleyCXR/labels/Darwin_00002432_person540_bacteria_2271.png new file mode 100644 index 0000000000000000000000000000000000000000..6ad36d2c614c71f1f6e178e0c39b1e092c0fc55e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002432_person540_bacteria_2271.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f289182bf1fff8d998abbcc48312cd77242a505e4eafc1190ecc04dd0dd1f221 +size 1249 diff --git a/MendeleyCXR/labels/Darwin_00002433_person540_bacteria_2272.png b/MendeleyCXR/labels/Darwin_00002433_person540_bacteria_2272.png new file mode 100644 index 0000000000000000000000000000000000000000..e604f0d0b8d6627229d75a18b803e1937cd633c4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002433_person540_bacteria_2272.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec2ce8d8ba3c3a57cda2f945180ea5115b0c78f63bbb892203d57beb47f0230e +size 1399 diff --git a/MendeleyCXR/labels/Darwin_00002434_person540_bacteria_2273.png b/MendeleyCXR/labels/Darwin_00002434_person540_bacteria_2273.png new file mode 100644 index 0000000000000000000000000000000000000000..95a5d51e0de35431697eda9e95ac673a1995a94d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002434_person540_bacteria_2273.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36e4b12a46aecf0664b43077313918050a9b02fe9e230ba24fbeb3b939c09637 +size 1268 diff --git a/MendeleyCXR/labels/Darwin_00002435_person541_bacteria_2274.png b/MendeleyCXR/labels/Darwin_00002435_person541_bacteria_2274.png new file mode 100644 index 0000000000000000000000000000000000000000..5f4283e6bc157fad4a9d2af62e7ccc14b6232ebe --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002435_person541_bacteria_2274.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4108c455d381fb9d7cf818d6edc40c290b4f1d906d37701532bc75183b43372c +size 1210 diff --git a/MendeleyCXR/labels/Darwin_00002436_person541_bacteria_2275.png b/MendeleyCXR/labels/Darwin_00002436_person541_bacteria_2275.png new file mode 100644 index 0000000000000000000000000000000000000000..ea4ac6006108fdcc8e1a3e0063e00ddb4ee546b1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002436_person541_bacteria_2275.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e068d186a8ea3f1055c5320d2bda8a2bb20825befd305b5989a4d5332d6677ff +size 1223 diff --git a/MendeleyCXR/labels/Darwin_00002438_person543_bacteria_2279.png b/MendeleyCXR/labels/Darwin_00002438_person543_bacteria_2279.png new file mode 100644 index 0000000000000000000000000000000000000000..93432b870788ee7d6bfffeb4c073035928aa932c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002438_person543_bacteria_2279.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:876a1d04300f94b1d4978f794b9ea6fd2ac37862e03b989a3df15ec15b56adc0 +size 1477 diff --git a/MendeleyCXR/labels/Darwin_00002439_person543_bacteria_2280.png b/MendeleyCXR/labels/Darwin_00002439_person543_bacteria_2280.png new file mode 100644 index 0000000000000000000000000000000000000000..c0407a3ae9d2dbd63fe106629407a74375c89543 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002439_person543_bacteria_2280.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac669717381316263b5a6385b9756df9d5e43b33388828093fffdf20c6eefe4a +size 1298 diff --git a/MendeleyCXR/labels/Darwin_00002440_person543_bacteria_2281.png b/MendeleyCXR/labels/Darwin_00002440_person543_bacteria_2281.png new file mode 100644 index 0000000000000000000000000000000000000000..8d392e7aa90464f9b5ae628c7bf5cc073b24ed75 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002440_person543_bacteria_2281.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:331c73f77caf6ae406a4ec86871976c8ee421044169e0895bdabea1d3551112e +size 1294 diff --git a/MendeleyCXR/labels/Darwin_00002441_person543_bacteria_2282.png b/MendeleyCXR/labels/Darwin_00002441_person543_bacteria_2282.png new file mode 100644 index 0000000000000000000000000000000000000000..932eeb86358bfadb919e7fad588c809f6fe763ae --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002441_person543_bacteria_2282.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f09c0abcc79fd1a3900512c868856c34117f1a51639f872777a04134b6d8d11 +size 1274 diff --git a/MendeleyCXR/labels/Darwin_00002443_person543_bacteria_2284.png b/MendeleyCXR/labels/Darwin_00002443_person543_bacteria_2284.png new file mode 100644 index 0000000000000000000000000000000000000000..cefb308f5432172f856ba5e2e3ebc40b77e9c5be --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002443_person543_bacteria_2284.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b566729d73d764043f03b92642bfd0b93c087d2a0e5d2a947176980cca6b5ca +size 1313 diff --git a/MendeleyCXR/labels/Darwin_00002444_person544_bacteria_2286.png b/MendeleyCXR/labels/Darwin_00002444_person544_bacteria_2286.png new file mode 100644 index 0000000000000000000000000000000000000000..28d98b2db20c21dd2efbae2b743e7013fe45ea37 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002444_person544_bacteria_2286.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:868fc14278551afced21e9a75080ea93b2a2a1558f1c0cd415fca622d97f1796 +size 1355 diff --git a/MendeleyCXR/labels/Darwin_00002445_person545_bacteria_2287.png b/MendeleyCXR/labels/Darwin_00002445_person545_bacteria_2287.png new file mode 100644 index 0000000000000000000000000000000000000000..daf806f87eec944724f289ff1d34082668e19efe --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002445_person545_bacteria_2287.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15a93017a903cc9959594a5c0828eceb390e329a13a9833b48fd7ad8d6a9be2f +size 1311 diff --git a/MendeleyCXR/labels/Darwin_00002446_person545_bacteria_2288.png b/MendeleyCXR/labels/Darwin_00002446_person545_bacteria_2288.png new file mode 100644 index 0000000000000000000000000000000000000000..62ba4c1cf85edaf29dd409bfd6fd530ac68c9195 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002446_person545_bacteria_2288.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3c09435f4f98f14a4406fc2c83e9486646a16aca4cddf5f08e9040e42002460 +size 1250 diff --git a/MendeleyCXR/labels/Darwin_00002447_person545_bacteria_2289.png b/MendeleyCXR/labels/Darwin_00002447_person545_bacteria_2289.png new file mode 100644 index 0000000000000000000000000000000000000000..de861257e8ea6df568853e8846dd635433ce429b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002447_person545_bacteria_2289.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46e8dc51262944019cfb98826fb9818647cd960b57a7130bfe0b7f6db491b56d +size 1395 diff --git a/MendeleyCXR/labels/Darwin_00002448_person545_bacteria_2290.png b/MendeleyCXR/labels/Darwin_00002448_person545_bacteria_2290.png new file mode 100644 index 0000000000000000000000000000000000000000..0796d97b8c7e18c61e43f0256f491137450b8cf0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002448_person545_bacteria_2290.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c0ed575aac59398b304073ca57120ab5cf13f2f2d43bb710bbede669c7f4869 +size 1356 diff --git a/MendeleyCXR/labels/Darwin_00002450_person547_bacteria_2294.png b/MendeleyCXR/labels/Darwin_00002450_person547_bacteria_2294.png new file mode 100644 index 0000000000000000000000000000000000000000..ca2ba59b34062810c5d440045557638f8499d1a0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002450_person547_bacteria_2294.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fba461367705aaca52c712af083447f0185e228be73de3a35f62117eb585df8 +size 1303 diff --git a/MendeleyCXR/labels/Darwin_00002452_person548_bacteria_2297.png b/MendeleyCXR/labels/Darwin_00002452_person548_bacteria_2297.png new file mode 100644 index 0000000000000000000000000000000000000000..a0aef489995ac02085694294d61074207f4c7a83 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002452_person548_bacteria_2297.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a629e2201ce0d67fe34fd30c962dbd95a57f8f777d7fce6a1c9235e27a4cb6d4 +size 1304 diff --git a/MendeleyCXR/labels/Darwin_00002453_person548_bacteria_2298.png b/MendeleyCXR/labels/Darwin_00002453_person548_bacteria_2298.png new file mode 100644 index 0000000000000000000000000000000000000000..5ed42eaf8d99c89117cbbe1e9b45857a087aac33 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002453_person548_bacteria_2298.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b1b53a75ef96250dbc9986c836c7d982443540396b17229c589ade8ce411668 +size 1319 diff --git a/MendeleyCXR/labels/Darwin_00002454_person548_bacteria_2299.png b/MendeleyCXR/labels/Darwin_00002454_person548_bacteria_2299.png new file mode 100644 index 0000000000000000000000000000000000000000..d50af6d2c00c7be9938fa615050696d82df96f6f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002454_person548_bacteria_2299.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36ba5accb5c3a826a02e32413fb1b0bab533ca947e5fb24140d87321b2cc94aa +size 1219 diff --git a/MendeleyCXR/labels/Darwin_00002455_person548_bacteria_2300.png b/MendeleyCXR/labels/Darwin_00002455_person548_bacteria_2300.png new file mode 100644 index 0000000000000000000000000000000000000000..1aed0c7ee16ac9636afe94257b63c762e41c62b4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002455_person548_bacteria_2300.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4af99c0bb9160bd65db659f30f708b41fa2665b19ee8e31ef5954715e1ae00bb +size 1229 diff --git a/MendeleyCXR/labels/Darwin_00002456_person548_bacteria_2301.png b/MendeleyCXR/labels/Darwin_00002456_person548_bacteria_2301.png new file mode 100644 index 0000000000000000000000000000000000000000..9efd727209ec79c3d6e2a054adb9c5f871c1c818 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002456_person548_bacteria_2301.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28194873631243d67732eac0293ed55b23a1d1ff5e8f7d10153f30fece95f23a +size 1383 diff --git a/MendeleyCXR/labels/Darwin_00002457_person548_bacteria_2302.png b/MendeleyCXR/labels/Darwin_00002457_person548_bacteria_2302.png new file mode 100644 index 0000000000000000000000000000000000000000..51cdbb866a64fe199491fdeee0f3663ee6fad8ad --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002457_person548_bacteria_2302.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f81aa82a07264970b772570196d80279a00c499ac17660c501ac394a3615352 +size 1094 diff --git a/MendeleyCXR/labels/Darwin_00002458_person549_bacteria_2303.png b/MendeleyCXR/labels/Darwin_00002458_person549_bacteria_2303.png new file mode 100644 index 0000000000000000000000000000000000000000..bf2e59917adb20abe2178cc5ea6567280e581a6b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002458_person549_bacteria_2303.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a01e9196e58c099e5307c1d0d193414d3b3ad7f4070e7f5b791391fa2f5332b2 +size 1353 diff --git a/MendeleyCXR/labels/Darwin_00002459_person549_bacteria_2304.png b/MendeleyCXR/labels/Darwin_00002459_person549_bacteria_2304.png new file mode 100644 index 0000000000000000000000000000000000000000..4b7a3114af247d11d5f4b99064a0de794624c372 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002459_person549_bacteria_2304.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:919c35f750eec29fd2a3f2ff3e48a6293d16c243a40640cfe7670f50adfb092d +size 1330 diff --git a/MendeleyCXR/labels/Darwin_00002460_person549_bacteria_2305.png b/MendeleyCXR/labels/Darwin_00002460_person549_bacteria_2305.png new file mode 100644 index 0000000000000000000000000000000000000000..91ee703be5675b3a61358ca2a0681a522bce0f3a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002460_person549_bacteria_2305.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e47ab04776798c17f2e43293bd89ef9f14d2604bf3889345a6610d8fa8d55568 +size 1258 diff --git a/MendeleyCXR/labels/Darwin_00002461_person549_bacteria_2306.png b/MendeleyCXR/labels/Darwin_00002461_person549_bacteria_2306.png new file mode 100644 index 0000000000000000000000000000000000000000..1df9f5055771abd7f9ff88f65852ac2cec6672ff --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002461_person549_bacteria_2306.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c1953bfe166345195a2947933d4cb88f48153ef86a58718f8d8e5980c69ed2a +size 1139 diff --git a/MendeleyCXR/labels/Darwin_00002462_person549_bacteria_2307.png b/MendeleyCXR/labels/Darwin_00002462_person549_bacteria_2307.png new file mode 100644 index 0000000000000000000000000000000000000000..5d8928b971ca30edf84638f26e308d950de8c652 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002462_person549_bacteria_2307.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc49689700a1f2aef9fb5d985b600fe6c6708b299e3d42172ae7589ba586006d +size 1428 diff --git a/MendeleyCXR/labels/Darwin_00002463_person550_bacteria_2308.png b/MendeleyCXR/labels/Darwin_00002463_person550_bacteria_2308.png new file mode 100644 index 0000000000000000000000000000000000000000..09ee69b364525a56453d3782d86fae1ce16c9032 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002463_person550_bacteria_2308.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df628f4b92e5b536915b29364f5083964e32765b879dfea193b32a29c5ba4007 +size 1166 diff --git a/MendeleyCXR/labels/Darwin_00002464_person550_bacteria_2309.png b/MendeleyCXR/labels/Darwin_00002464_person550_bacteria_2309.png new file mode 100644 index 0000000000000000000000000000000000000000..5b584462b113a3e2dd8186cd5b2b751cdf06ead2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002464_person550_bacteria_2309.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9c994a4a8f13be7f9ba109b10e5bc348fb5ebfbce220640b42bc61c558d90c9 +size 1239 diff --git a/MendeleyCXR/labels/Darwin_00002465_person551_bacteria_2310.png b/MendeleyCXR/labels/Darwin_00002465_person551_bacteria_2310.png new file mode 100644 index 0000000000000000000000000000000000000000..2351c0b1c9d8fb6b30d0c57f596c26e760f5cfdb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002465_person551_bacteria_2310.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5432daad1b917bbb5d524129f104d6e24eb0c4121540db2a1d40c84330fb86df +size 1233 diff --git a/MendeleyCXR/labels/Darwin_00002466_person551_bacteria_2311.png b/MendeleyCXR/labels/Darwin_00002466_person551_bacteria_2311.png new file mode 100644 index 0000000000000000000000000000000000000000..78d6b0a1f0382a31c1a2654866a4092e44ce2c75 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002466_person551_bacteria_2311.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:127b29200ff2bfa2727d96f0a7a9fd8ae49d699111f95c4167e59f6d400c26fa +size 1345 diff --git a/MendeleyCXR/labels/Darwin_00002467_person552_bacteria_2313.png b/MendeleyCXR/labels/Darwin_00002467_person552_bacteria_2313.png new file mode 100644 index 0000000000000000000000000000000000000000..46ff8e0007c5c0737faafac71487de2bdda27f93 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002467_person552_bacteria_2313.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:804d0e75f1c5960cb141d39f4ea4ec10c54e88225450a28b5140eefab0a27de9 +size 1303 diff --git a/MendeleyCXR/labels/Darwin_00002468_person552_bacteria_2315.png b/MendeleyCXR/labels/Darwin_00002468_person552_bacteria_2315.png new file mode 100644 index 0000000000000000000000000000000000000000..c00af8fce813325ce537c4261de594c3054e1fd4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002468_person552_bacteria_2315.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cc5d8f4074dcc5271fa9bfffc38d742e111e4f5c941ddbe870affd7376d0c1b +size 1251 diff --git a/MendeleyCXR/labels/Darwin_00002469_person553_bacteria_2316.png b/MendeleyCXR/labels/Darwin_00002469_person553_bacteria_2316.png new file mode 100644 index 0000000000000000000000000000000000000000..3a787b7b3cd7a040010b8c89b1cb5d8fda9ab625 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002469_person553_bacteria_2316.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e36408293b8ea3c8406370b629b1e24b7ef817a65af51a344f26b64c5637ef11 +size 1337 diff --git a/MendeleyCXR/labels/Darwin_00002470_person553_bacteria_2317.png b/MendeleyCXR/labels/Darwin_00002470_person553_bacteria_2317.png new file mode 100644 index 0000000000000000000000000000000000000000..ef8037d4c30c20a05b9575f6f02d6c328deb3da7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002470_person553_bacteria_2317.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72b5cea0a9f46e82e114191e68fd8abae16a93776212126a3f6e061c14bf2fcd +size 1409 diff --git a/MendeleyCXR/labels/Darwin_00002471_person554_bacteria_2320.png b/MendeleyCXR/labels/Darwin_00002471_person554_bacteria_2320.png new file mode 100644 index 0000000000000000000000000000000000000000..a3fe54405c8735e063385d122fb2018b59d354b0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002471_person554_bacteria_2320.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7d049018dd9d74d54f172bd7c65b7ba42f4deca9c2b62e9c78b004b52bf4276 +size 1304 diff --git a/MendeleyCXR/labels/Darwin_00002472_person554_bacteria_2321.png b/MendeleyCXR/labels/Darwin_00002472_person554_bacteria_2321.png new file mode 100644 index 0000000000000000000000000000000000000000..24d01b5a26e5007fe5e1894db1bb899ef0a2bce7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002472_person554_bacteria_2321.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b91dfc7dd36ecb7ac3c93a1531ce53f145ac4da5b9d0de31a7f782ae41f7dc65 +size 1199 diff --git a/MendeleyCXR/labels/Darwin_00002473_person554_bacteria_2322.png b/MendeleyCXR/labels/Darwin_00002473_person554_bacteria_2322.png new file mode 100644 index 0000000000000000000000000000000000000000..f8b014d7b0fdd80d3d28e456abd842d0d27c4090 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002473_person554_bacteria_2322.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee9aef264601c947d2e8ba1dd8fb3cf4fad732861116a7d0bb66ed85fa08e006 +size 1166 diff --git a/MendeleyCXR/labels/Darwin_00002474_person554_bacteria_2323.png b/MendeleyCXR/labels/Darwin_00002474_person554_bacteria_2323.png new file mode 100644 index 0000000000000000000000000000000000000000..e5efbc9c5aaff464479a93ddfdd18f5880a367a8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002474_person554_bacteria_2323.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:762c63bff621a968c1b06db993fe614c8959eb8fdaaeabf2fb35f36c27d9aa02 +size 1248 diff --git a/MendeleyCXR/labels/Darwin_00002475_person555_bacteria_2325.png b/MendeleyCXR/labels/Darwin_00002475_person555_bacteria_2325.png new file mode 100644 index 0000000000000000000000000000000000000000..93a38ca49d38914d752874a2bb0f1fbfd9b4124e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002475_person555_bacteria_2325.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4840a6786f5c51de880e621b4781e5c86cdeb85f40b6ea9b6431e1fa9a2bb514 +size 1259 diff --git a/MendeleyCXR/labels/Darwin_00002476_person556_bacteria_2326.png b/MendeleyCXR/labels/Darwin_00002476_person556_bacteria_2326.png new file mode 100644 index 0000000000000000000000000000000000000000..438688bf970ca932d9ba3cfc9834def8d4a7d649 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002476_person556_bacteria_2326.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78633028d1eeca5aa7a9ffdcc92e29accc0932f1ab38555f301f15418ec807dd +size 1430 diff --git a/MendeleyCXR/labels/Darwin_00002477_person557_bacteria_2327.png b/MendeleyCXR/labels/Darwin_00002477_person557_bacteria_2327.png new file mode 100644 index 0000000000000000000000000000000000000000..0505e060bc0a86f3217ec02219d1387280dfc98c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002477_person557_bacteria_2327.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9876d4f7eb0d967a75774aed71d8bd8abcb3b4c067bd56010af0556bc36d5895 +size 1220 diff --git a/MendeleyCXR/labels/Darwin_00002478_person558_bacteria_2328.png b/MendeleyCXR/labels/Darwin_00002478_person558_bacteria_2328.png new file mode 100644 index 0000000000000000000000000000000000000000..e1bd4a8b1cc301b04d83363ccc25912e87a97de9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002478_person558_bacteria_2328.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4968e2d0cdcfd1629f7f7a3cef70d88ff594cc114edfa02ff062c8deb3a2c3d2 +size 1351 diff --git a/MendeleyCXR/labels/Darwin_00002479_person559_bacteria_2329.png b/MendeleyCXR/labels/Darwin_00002479_person559_bacteria_2329.png new file mode 100644 index 0000000000000000000000000000000000000000..abf97b08fc43dc4bae7682a6f6a4562803d5790d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002479_person559_bacteria_2329.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61963c97875b13bfe9af902d02016d6235e6be0614cd7094caa07b80d766c7e2 +size 1205 diff --git a/MendeleyCXR/labels/Darwin_00002480_person560_bacteria_2330.png b/MendeleyCXR/labels/Darwin_00002480_person560_bacteria_2330.png new file mode 100644 index 0000000000000000000000000000000000000000..ee742f51455285e33492c7351cea9a30cf1e4f99 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002480_person560_bacteria_2330.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e845303d8f59d9f2b7c1c095a8d30ffd3f709a197dd5976b1d4b61d58fcebd19 +size 1319 diff --git a/MendeleyCXR/labels/Darwin_00002481_person561_bacteria_2331.png b/MendeleyCXR/labels/Darwin_00002481_person561_bacteria_2331.png new file mode 100644 index 0000000000000000000000000000000000000000..8004c101b0de1df73ab66662a198daa6b08a4b61 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002481_person561_bacteria_2331.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9359d6ca694abf6ee78297d25ad838e0ef93756a70cba3f8977b5f2b31d48d4f +size 1266 diff --git a/MendeleyCXR/labels/Darwin_00002482_person562_bacteria_2332.png b/MendeleyCXR/labels/Darwin_00002482_person562_bacteria_2332.png new file mode 100644 index 0000000000000000000000000000000000000000..cce1722af020501d09f472f4d1b5668ff4d92917 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002482_person562_bacteria_2332.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30b3cb72ca601f0ef0cbe253da9a821bdd5c180894650a3c9f43f4d8be3531f2 +size 1313 diff --git a/MendeleyCXR/labels/Darwin_00002484_person563_bacteria_2334.png b/MendeleyCXR/labels/Darwin_00002484_person563_bacteria_2334.png new file mode 100644 index 0000000000000000000000000000000000000000..37a5665a81574de402722c2d78fb155a39d1ee2e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002484_person563_bacteria_2334.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cc4c6d0c96c0ec846cc4f661c63f458a5bbe99a6c1c3400119434f7588c1e57 +size 1255 diff --git a/MendeleyCXR/labels/Darwin_00002485_person563_bacteria_2335.png b/MendeleyCXR/labels/Darwin_00002485_person563_bacteria_2335.png new file mode 100644 index 0000000000000000000000000000000000000000..15eb660bb23bcdc856a66eb8b516c4773686346a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002485_person563_bacteria_2335.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fe27559f87c680e29dd4894f87b497946360a8693b5451d90ddb17775b56a02 +size 1340 diff --git a/MendeleyCXR/labels/Darwin_00002486_person563_bacteria_2336.png b/MendeleyCXR/labels/Darwin_00002486_person563_bacteria_2336.png new file mode 100644 index 0000000000000000000000000000000000000000..12534e0682b03bfb40a5a8628a89bdc2f6aa28fc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002486_person563_bacteria_2336.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08b517dd7896fa95f6170e33b45bc7a96668a8e28c4e66afe3b9682b0b9fdb40 +size 1388 diff --git a/MendeleyCXR/labels/Darwin_00002487_person563_bacteria_2337.png b/MendeleyCXR/labels/Darwin_00002487_person563_bacteria_2337.png new file mode 100644 index 0000000000000000000000000000000000000000..20dff87d0b59224d0e187f19d3c1cfd0ecdd4639 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002487_person563_bacteria_2337.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3601a0b50d5c158e13dde7af8cc42610dacd909630aaaccb9134d7637fe22dcf +size 1358 diff --git a/MendeleyCXR/labels/Darwin_00002488_person563_bacteria_2338.png b/MendeleyCXR/labels/Darwin_00002488_person563_bacteria_2338.png new file mode 100644 index 0000000000000000000000000000000000000000..bce2b563cfecbd6ec55b3b1b7ab8b78ddfa81726 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002488_person563_bacteria_2338.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aac6f9d966411cb32ce38970afbbadaf40c59d91c0388468ecf35017cd9f5bb +size 1291 diff --git a/MendeleyCXR/labels/Darwin_00002489_person563_bacteria_2339.png b/MendeleyCXR/labels/Darwin_00002489_person563_bacteria_2339.png new file mode 100644 index 0000000000000000000000000000000000000000..24d3d78d1bf7e0d0dc8d539ce812fd82436eafb0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002489_person563_bacteria_2339.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f0fa5991eeb7d956b0dc6a3beaf31ede0810968917c00b34c968fa68cb63626 +size 1367 diff --git a/MendeleyCXR/labels/Darwin_00002490_person563_bacteria_2340.png b/MendeleyCXR/labels/Darwin_00002490_person563_bacteria_2340.png new file mode 100644 index 0000000000000000000000000000000000000000..abf94e84e3b2fa177f0b80e0ff165e14abda608e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002490_person563_bacteria_2340.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd599b92c53efefcf2fd0d572f7ad430b60c9b69d7ed4073da9c08c6299fca5d +size 1158 diff --git a/MendeleyCXR/labels/Darwin_00002491_person564_bacteria_2342.png b/MendeleyCXR/labels/Darwin_00002491_person564_bacteria_2342.png new file mode 100644 index 0000000000000000000000000000000000000000..ad698082e769dab9942162ca46184ac0535960fb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002491_person564_bacteria_2342.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f3a41bca0b1b96092b955fbdd8d11f0f0c8474bd943ba15b81cce1ec9c61bbf +size 1301 diff --git a/MendeleyCXR/labels/Darwin_00002492_person564_bacteria_2343.png b/MendeleyCXR/labels/Darwin_00002492_person564_bacteria_2343.png new file mode 100644 index 0000000000000000000000000000000000000000..dfcf77a1c93b6bb59e553e66c15d5c7e062dba3a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002492_person564_bacteria_2343.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e40f001ce4c2221b8a83a443cdf1a29d1c59e66c77faa11517f94dab6a6a7c70 +size 1334 diff --git a/MendeleyCXR/labels/Darwin_00002493_person564_bacteria_2344.png b/MendeleyCXR/labels/Darwin_00002493_person564_bacteria_2344.png new file mode 100644 index 0000000000000000000000000000000000000000..5dba809123d1175c32d1b44eddba78640044fdbe --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002493_person564_bacteria_2344.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a5709fb6a3daaaf59d703ed746ececdcfcfb3037ddc857649058490058338f9 +size 1346 diff --git a/MendeleyCXR/labels/Darwin_00002494_person564_bacteria_2345.png b/MendeleyCXR/labels/Darwin_00002494_person564_bacteria_2345.png new file mode 100644 index 0000000000000000000000000000000000000000..3e3da7e8b173fda1f87f4781438b1a5506039909 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002494_person564_bacteria_2345.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a5f28a5125efa783048253a499c54f5fb478ad980155ba41bbbbbfea5ebdc0b +size 1309 diff --git a/MendeleyCXR/labels/Darwin_00002495_person564_bacteria_2346.png b/MendeleyCXR/labels/Darwin_00002495_person564_bacteria_2346.png new file mode 100644 index 0000000000000000000000000000000000000000..466d38124bd28bb3389ef77dbc8c38797d315d9f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002495_person564_bacteria_2346.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d55ad32dac36580993395db47a8bfe917c8aa5ddcd3d05cdd114de05108b1d46 +size 1088 diff --git a/MendeleyCXR/labels/Darwin_00002496_person564_bacteria_2347.png b/MendeleyCXR/labels/Darwin_00002496_person564_bacteria_2347.png new file mode 100644 index 0000000000000000000000000000000000000000..c335c71cf482c3c249ea96635d054bbbc4274dae --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002496_person564_bacteria_2347.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d53a985761b28b9b49570fd1472e7579c06405942275a674baea44dae774c02 +size 1320 diff --git a/MendeleyCXR/labels/Darwin_00002498_person566_bacteria_2351.png b/MendeleyCXR/labels/Darwin_00002498_person566_bacteria_2351.png new file mode 100644 index 0000000000000000000000000000000000000000..2141e64367db1cb8dd18b161781e92c1ecf93506 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002498_person566_bacteria_2351.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d075f9cb38289fc030132c9f4fb839f3ca09a93108fb7df007718cd1bff8df7 +size 1126 diff --git a/MendeleyCXR/labels/Darwin_00002499_person567_bacteria_2352.png b/MendeleyCXR/labels/Darwin_00002499_person567_bacteria_2352.png new file mode 100644 index 0000000000000000000000000000000000000000..26f42dca0898f377f86cc37d86e9b89633ac4237 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002499_person567_bacteria_2352.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:278f6e504e9dcdb90a5f30911b16bfece16da6d969e8d9e6501a206c391f9655 +size 1303 diff --git a/MendeleyCXR/labels/Darwin_00002500_person567_bacteria_2353.png b/MendeleyCXR/labels/Darwin_00002500_person567_bacteria_2353.png new file mode 100644 index 0000000000000000000000000000000000000000..bb70c7d863b3e8848e6df18ca5406760c8bd6d38 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002500_person567_bacteria_2353.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f0ececed428955c943ecc59a1c5b055ec4670d342702d1d42c9b719ba23dec3 +size 1391 diff --git a/MendeleyCXR/labels/Darwin_00002501_person567_bacteria_2354.png b/MendeleyCXR/labels/Darwin_00002501_person567_bacteria_2354.png new file mode 100644 index 0000000000000000000000000000000000000000..4460003f5c594df8fa31890fe0ef8ea11319590d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002501_person567_bacteria_2354.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24e4ac35d95c474fe8a7d38de9150d96b13a4138fb8887c506552ea4acdf03b8 +size 1235 diff --git a/MendeleyCXR/labels/Darwin_00002502_person568_bacteria_2358.png b/MendeleyCXR/labels/Darwin_00002502_person568_bacteria_2358.png new file mode 100644 index 0000000000000000000000000000000000000000..d88b4c76bf8d19990caed4eea801027f32ebf951 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002502_person568_bacteria_2358.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3aa1e9b43a8748ebd481d755dd67fffaca55b7ace895ff47c3516a1a7b15dd6 +size 1256 diff --git a/MendeleyCXR/labels/Darwin_00002503_person568_bacteria_2359.png b/MendeleyCXR/labels/Darwin_00002503_person568_bacteria_2359.png new file mode 100644 index 0000000000000000000000000000000000000000..f0d65590a1d217e4e5431bb035eefb045c314476 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002503_person568_bacteria_2359.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d803b8102cade88fb76ed96cb9ffe25365002b61f36409275cad183066a2ee16 +size 1255 diff --git a/MendeleyCXR/labels/Darwin_00002505_person569_bacteria_2362.png b/MendeleyCXR/labels/Darwin_00002505_person569_bacteria_2362.png new file mode 100644 index 0000000000000000000000000000000000000000..c245b30f82dabea2783100bf2e60fa77f9cf0ace --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002505_person569_bacteria_2362.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aeeb74d33602c29be80bd6dc71432d04756c89ee6f4b59b4d9e43a6c8e2013a +size 1211 diff --git a/MendeleyCXR/labels/Darwin_00002506_person569_bacteria_2363.png b/MendeleyCXR/labels/Darwin_00002506_person569_bacteria_2363.png new file mode 100644 index 0000000000000000000000000000000000000000..fde61a870f4f25407d3e1616ee9c4ff8bcef8a7a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002506_person569_bacteria_2363.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e455e6ad99fe237b2a48c752205a85b099d1ba7b1b72a2f456891af825284ffd +size 1201 diff --git a/MendeleyCXR/labels/Darwin_00002507_person569_bacteria_2364.png b/MendeleyCXR/labels/Darwin_00002507_person569_bacteria_2364.png new file mode 100644 index 0000000000000000000000000000000000000000..eb8ab6350d902e3f7a40a8e0e4854ef1d986bd23 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002507_person569_bacteria_2364.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3116797b4870713e4d67b7e50b2c15b7f3cf368b420c97678cceb21439af64fd +size 1311 diff --git a/MendeleyCXR/labels/Darwin_00002508_person570_bacteria_2365.png b/MendeleyCXR/labels/Darwin_00002508_person570_bacteria_2365.png new file mode 100644 index 0000000000000000000000000000000000000000..cc3705c6f5453152506484ff1705228cf2f2ceac --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002508_person570_bacteria_2365.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d53f750768c7a3b4000cf36598a98fdb06118a049d98b8f5c75b82f6cba0a60d +size 1342 diff --git a/MendeleyCXR/labels/Darwin_00002509_person571_bacteria_2367.png b/MendeleyCXR/labels/Darwin_00002509_person571_bacteria_2367.png new file mode 100644 index 0000000000000000000000000000000000000000..785d83316f32cf772a56026776c419ea66c05d06 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002509_person571_bacteria_2367.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c776d560c06c66ca7c8905a68e7da54c1f1351292e173d51f6853140e987ee9 +size 1349 diff --git a/MendeleyCXR/labels/Darwin_00002510_person572_bacteria_2368.png b/MendeleyCXR/labels/Darwin_00002510_person572_bacteria_2368.png new file mode 100644 index 0000000000000000000000000000000000000000..44ccf3efb1683dcc6cf633e21826e845767a9895 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002510_person572_bacteria_2368.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89309f5dc84ebc8b45f455887b516fd372cde574041acaa7fb078932743df4a5 +size 1338 diff --git a/MendeleyCXR/labels/Darwin_00002511_person573_bacteria_2369.png b/MendeleyCXR/labels/Darwin_00002511_person573_bacteria_2369.png new file mode 100644 index 0000000000000000000000000000000000000000..8b0e3967f4d2beb2bbc28ac0b5b321a88560d8dd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002511_person573_bacteria_2369.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5049ded71c6555c2c49a07c02dc408b6222901a1e00be7467de2fcfec7e8d137 +size 1249 diff --git a/MendeleyCXR/labels/Darwin_00002512_person574_bacteria_2370.png b/MendeleyCXR/labels/Darwin_00002512_person574_bacteria_2370.png new file mode 100644 index 0000000000000000000000000000000000000000..f39dc4254d4a56c234497e72934a3fd8dd0f4f06 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002512_person574_bacteria_2370.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6535d2b8badf99b5ac0fafe2b5eb1418d4e047dcc8f3be427120136ee8b4671 +size 1281 diff --git a/MendeleyCXR/labels/Darwin_00002513_person574_bacteria_2371.png b/MendeleyCXR/labels/Darwin_00002513_person574_bacteria_2371.png new file mode 100644 index 0000000000000000000000000000000000000000..6f57153528edccb9fed3a88c37e9e6a9612cbf45 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002513_person574_bacteria_2371.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1c5f6a2787e3679cca9aa31a30e72f6b3b2aca793888f1fd1ce192d3118fda7 +size 1328 diff --git a/MendeleyCXR/labels/Darwin_00002514_person574_bacteria_2372.png b/MendeleyCXR/labels/Darwin_00002514_person574_bacteria_2372.png new file mode 100644 index 0000000000000000000000000000000000000000..25d92dd6ae6a1ad58b1f31ac082119df946547e6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002514_person574_bacteria_2372.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26b7a06e00a4074b3f50bc21f6e7ec9220e9f7b6ed8fba655d403824b25b7d00 +size 1304 diff --git a/MendeleyCXR/labels/Darwin_00002515_person574_bacteria_2373.png b/MendeleyCXR/labels/Darwin_00002515_person574_bacteria_2373.png new file mode 100644 index 0000000000000000000000000000000000000000..3b99cc1463e3f58073e3a7d15be1b92a32a08753 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002515_person574_bacteria_2373.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14a0912f45a1361f67c8b875ad8bc55a2764487e9ee0f9c46929dbb6a72a3abb +size 1272 diff --git a/MendeleyCXR/labels/Darwin_00002516_person575_bacteria_2374.png b/MendeleyCXR/labels/Darwin_00002516_person575_bacteria_2374.png new file mode 100644 index 0000000000000000000000000000000000000000..cdd19e3b670d0b398395fe760ae42ca448428308 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002516_person575_bacteria_2374.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6526f1fa32f9833bbf580a0d37cf0671cca75b10094c8200ff543ccce3646802 +size 1347 diff --git a/MendeleyCXR/labels/Darwin_00002517_person576_bacteria_2375.png b/MendeleyCXR/labels/Darwin_00002517_person576_bacteria_2375.png new file mode 100644 index 0000000000000000000000000000000000000000..48df9d84d1882e298002a8cf90b62d5f98aa63eb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002517_person576_bacteria_2375.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a706b13ac0db3eeac04c919650b412af21df06ea99dcd32edc100d90be298f49 +size 1289 diff --git a/MendeleyCXR/labels/Darwin_00002518_person576_bacteria_2376.png b/MendeleyCXR/labels/Darwin_00002518_person576_bacteria_2376.png new file mode 100644 index 0000000000000000000000000000000000000000..4cb1450fb016a5eeae342d8c698aa2756af94a68 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002518_person576_bacteria_2376.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56c20e3f3961533b4e2c511978a23552ec596d0b088da97dc2769f56b84f86cf +size 1429 diff --git a/MendeleyCXR/labels/Darwin_00002519_person577_bacteria_2378.png b/MendeleyCXR/labels/Darwin_00002519_person577_bacteria_2378.png new file mode 100644 index 0000000000000000000000000000000000000000..76baca9846e0809e537df512d34087aeacfdf4c1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002519_person577_bacteria_2378.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80f3325c981dca721922ed48dbb727f78eb2bed8a54950b0e3f6fdae20f9084d +size 1314 diff --git a/MendeleyCXR/labels/Darwin_00002520_person578_bacteria_2379.png b/MendeleyCXR/labels/Darwin_00002520_person578_bacteria_2379.png new file mode 100644 index 0000000000000000000000000000000000000000..657ab0abbb0bf0ea67d242d07e6c9fb3b249de2b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002520_person578_bacteria_2379.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:470275a98b70460cc8fdbf06bfe3e42ac884329e9877be7414148da0883337f1 +size 1481 diff --git a/MendeleyCXR/labels/Darwin_00002521_person579_bacteria_2381.png b/MendeleyCXR/labels/Darwin_00002521_person579_bacteria_2381.png new file mode 100644 index 0000000000000000000000000000000000000000..e378a7e141f3079b4c92ae93da3b2971d671afe3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002521_person579_bacteria_2381.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88748cd99ba99ab7afaa0c2ad314b4d9cff18f37c774fbde6f288c296b52e66d +size 1159 diff --git a/MendeleyCXR/labels/Darwin_00002523_person579_bacteria_2383.png b/MendeleyCXR/labels/Darwin_00002523_person579_bacteria_2383.png new file mode 100644 index 0000000000000000000000000000000000000000..247efb3a21a6064d7f4eeac5ff250b7d90f77f17 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002523_person579_bacteria_2383.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd65a7e8eb26f28e7c6507065bde663f82ababcdb03d93f46418150a36f08adf +size 1341 diff --git a/MendeleyCXR/labels/Darwin_00002526_person580_bacteria_2387.png b/MendeleyCXR/labels/Darwin_00002526_person580_bacteria_2387.png new file mode 100644 index 0000000000000000000000000000000000000000..e71c83f52b0ce985f53c49ff1e97e52114601d8b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002526_person580_bacteria_2387.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82876963681191b42372c6dc13404a99a44ddf052183644d5ff6e1113051e496 +size 1127 diff --git a/MendeleyCXR/labels/Darwin_00002527_person580_bacteria_2388.png b/MendeleyCXR/labels/Darwin_00002527_person580_bacteria_2388.png new file mode 100644 index 0000000000000000000000000000000000000000..16a8294d1022d9b638a2cc460ebc3007124d0494 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002527_person580_bacteria_2388.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d43e7cc41a07148ad8752e34aed42f0a536a689584320f125f6beb2839adaee8 +size 1174 diff --git a/MendeleyCXR/labels/Darwin_00002528_person580_bacteria_2389.png b/MendeleyCXR/labels/Darwin_00002528_person580_bacteria_2389.png new file mode 100644 index 0000000000000000000000000000000000000000..86005280c129c8a77d2b6555f90b25a335cf961c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002528_person580_bacteria_2389.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:382bc5cf8b0fcc66309863dec286b05c1e95d04900f6a1201ea270c484396016 +size 1261 diff --git a/MendeleyCXR/labels/Darwin_00002529_person581_bacteria_2390.png b/MendeleyCXR/labels/Darwin_00002529_person581_bacteria_2390.png new file mode 100644 index 0000000000000000000000000000000000000000..bf7660e6629317ea79e6107d0e064e3b71479493 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002529_person581_bacteria_2390.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ce47157fea128c09a7420fbceb45e96e649f5734d3e50e5f845adcfd117d124 +size 1274 diff --git a/MendeleyCXR/labels/Darwin_00002530_person581_bacteria_2392.png b/MendeleyCXR/labels/Darwin_00002530_person581_bacteria_2392.png new file mode 100644 index 0000000000000000000000000000000000000000..a1a676c8168351283104be9ef3671506c88ad357 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002530_person581_bacteria_2392.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffd647e4fa6da216c843d7515db419381b147d649dff6f6c957105b145a936e9 +size 1334 diff --git a/MendeleyCXR/labels/Darwin_00002531_person581_bacteria_2393.png b/MendeleyCXR/labels/Darwin_00002531_person581_bacteria_2393.png new file mode 100644 index 0000000000000000000000000000000000000000..d506d0bf27bc37518ee47118d61a931006641f25 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002531_person581_bacteria_2393.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c0ef3c928609c3ee550c0048f8f69aa4a60cbc9506fd2d602168f5b27bb3e33 +size 1356 diff --git a/MendeleyCXR/labels/Darwin_00002532_person581_bacteria_2394.png b/MendeleyCXR/labels/Darwin_00002532_person581_bacteria_2394.png new file mode 100644 index 0000000000000000000000000000000000000000..375dbc5dbbffa99434eec264f2e56ad8c527ece6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002532_person581_bacteria_2394.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f64dbd044c335c25a0b66ea68814325be4711b62ab744cdd81a8b9502b0d9b29 +size 1267 diff --git a/MendeleyCXR/labels/Darwin_00002533_person581_bacteria_2395.png b/MendeleyCXR/labels/Darwin_00002533_person581_bacteria_2395.png new file mode 100644 index 0000000000000000000000000000000000000000..9c425b5cf1b9f6a43f49529fea72c0880dc60129 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002533_person581_bacteria_2395.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed282ba71ce47fa76e70d27686e532ce35bb765cb20ab22235910a9f75bd5d08 +size 1334 diff --git a/MendeleyCXR/labels/Darwin_00002534_person581_bacteria_2400.png b/MendeleyCXR/labels/Darwin_00002534_person581_bacteria_2400.png new file mode 100644 index 0000000000000000000000000000000000000000..d0b247a317379a86abac53332d1bac9ef471b3b3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002534_person581_bacteria_2400.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a9b402915c67aed0fa6960a771b4d40cbf6808ac6a967bc3072fde6d8f42edd +size 1365 diff --git a/MendeleyCXR/labels/Darwin_00002535_person582_bacteria_2403.png b/MendeleyCXR/labels/Darwin_00002535_person582_bacteria_2403.png new file mode 100644 index 0000000000000000000000000000000000000000..0e71b99cf53786991109df1226ebeb7c551d9813 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002535_person582_bacteria_2403.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95edb411fe40b3a4860568f7ddabdf094bbd35651d064e5716ca4cc5d25e5603 +size 1228 diff --git a/MendeleyCXR/labels/Darwin_00002536_person582_bacteria_2404.png b/MendeleyCXR/labels/Darwin_00002536_person582_bacteria_2404.png new file mode 100644 index 0000000000000000000000000000000000000000..183da2f882377466aef5796c931ed7d281224642 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002536_person582_bacteria_2404.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e51152d18d16c4564e399983e3ec183af6642bd4cae5054ac920c61550683b8f +size 1334 diff --git a/MendeleyCXR/labels/Darwin_00002537_person582_bacteria_2405.png b/MendeleyCXR/labels/Darwin_00002537_person582_bacteria_2405.png new file mode 100644 index 0000000000000000000000000000000000000000..86809c51c826345a0c764e8a2087e45e1cd7c772 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002537_person582_bacteria_2405.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c06f0187acee655be08dc3d87bde98dca805a69e7154160896b34f7571929ba6 +size 1295 diff --git a/MendeleyCXR/labels/Darwin_00002538_person583_bacteria_2406.png b/MendeleyCXR/labels/Darwin_00002538_person583_bacteria_2406.png new file mode 100644 index 0000000000000000000000000000000000000000..8dc416ee2886a0315f25cc00c2628a64bda699ab --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002538_person583_bacteria_2406.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34bcb572d65f5feaf4e21d0fd203d5c094abe4dbc1e6b4a4f13460ab84f8eb71 +size 1228 diff --git a/MendeleyCXR/labels/Darwin_00002539_person583_bacteria_2408.png b/MendeleyCXR/labels/Darwin_00002539_person583_bacteria_2408.png new file mode 100644 index 0000000000000000000000000000000000000000..624f59812777462828844c14ca5106a3fdb131b8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002539_person583_bacteria_2408.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a6691373322c05e998563ca183cd724d4e3e9ceab783838d00a78421d513ba3 +size 1248 diff --git a/MendeleyCXR/labels/Darwin_00002540_person583_bacteria_2409.png b/MendeleyCXR/labels/Darwin_00002540_person583_bacteria_2409.png new file mode 100644 index 0000000000000000000000000000000000000000..20acf02200a25507ecb12cd501e2cd37c4f51d92 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002540_person583_bacteria_2409.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b803c790f559de251358ad629e227347b6860cd71eb23fd14cb500c4e2f37b47 +size 1430 diff --git a/MendeleyCXR/labels/Darwin_00002541_person585_bacteria_2411.png b/MendeleyCXR/labels/Darwin_00002541_person585_bacteria_2411.png new file mode 100644 index 0000000000000000000000000000000000000000..236d0cf250e17fd509511bf8f69b6988c807a754 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002541_person585_bacteria_2411.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1b67e1d8e0aabd311ab1ae8617fe446c8454c222fc0e1ff8cbc7d06fee9a8fc +size 1238 diff --git a/MendeleyCXR/labels/Darwin_00002542_person585_bacteria_2412.png b/MendeleyCXR/labels/Darwin_00002542_person585_bacteria_2412.png new file mode 100644 index 0000000000000000000000000000000000000000..63df570d91aa683596c1c387694f3c1855c6b344 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002542_person585_bacteria_2412.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c35379ed813bd0e85824863dc58aed771b4a44b3d756b876ebf004e2f6075ce3 +size 1349 diff --git a/MendeleyCXR/labels/Darwin_00002543_person585_bacteria_2413.png b/MendeleyCXR/labels/Darwin_00002543_person585_bacteria_2413.png new file mode 100644 index 0000000000000000000000000000000000000000..fa7dfd396a2c8cfcdfebf20be0ec1f6c11ae5127 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002543_person585_bacteria_2413.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:097fd120c1a6245cc9dd0390c61aa639a18c85276c6aed19b9d8dff0bcdce6ca +size 1120 diff --git a/MendeleyCXR/labels/Darwin_00002544_person585_bacteria_2414.png b/MendeleyCXR/labels/Darwin_00002544_person585_bacteria_2414.png new file mode 100644 index 0000000000000000000000000000000000000000..e3fff4928e7b416cd42dce78123f10f83f5f4a7f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002544_person585_bacteria_2414.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afdd1006ca715d1cab5fcd818d76214809740980c1388f5325f21043960185c1 +size 1258 diff --git a/MendeleyCXR/labels/Darwin_00002545_person585_bacteria_2415.png b/MendeleyCXR/labels/Darwin_00002545_person585_bacteria_2415.png new file mode 100644 index 0000000000000000000000000000000000000000..5f1d07cae6464b3c1a8a7a2f8d700a2006f900b8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002545_person585_bacteria_2415.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffa5b1b557a3100a42b12585f190be637777a37905db6f58a76a16087c20115a +size 1385 diff --git a/MendeleyCXR/labels/Darwin_00002546_person585_bacteria_2416.png b/MendeleyCXR/labels/Darwin_00002546_person585_bacteria_2416.png new file mode 100644 index 0000000000000000000000000000000000000000..2eb0c40d40e147a4064231b1786cf2c1bbff21c5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002546_person585_bacteria_2416.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcc224530a22ac99b904ea4c4d3bd4a0125546db52b1d963bd8666de4508da4c +size 1314 diff --git a/MendeleyCXR/labels/Darwin_00002547_person586_bacteria_2417.png b/MendeleyCXR/labels/Darwin_00002547_person586_bacteria_2417.png new file mode 100644 index 0000000000000000000000000000000000000000..697a7719c8769f45c873b220a77ddaf2d9bd97ba --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002547_person586_bacteria_2417.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae57321e9139cafccfe971ca67667b2e76669c78825cb5f8a7fdb2fc3f5aecdc +size 1394 diff --git a/MendeleyCXR/labels/Darwin_00002548_person586_bacteria_2418.png b/MendeleyCXR/labels/Darwin_00002548_person586_bacteria_2418.png new file mode 100644 index 0000000000000000000000000000000000000000..e634ccc4fb89969da2770364ec8e7ef167587f6f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002548_person586_bacteria_2418.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98e15cf46626aed959113054f2831c9a0ba40fd7eb578b3907eac8bfbbd8f86c +size 1279 diff --git a/MendeleyCXR/labels/Darwin_00002549_person586_bacteria_2420.png b/MendeleyCXR/labels/Darwin_00002549_person586_bacteria_2420.png new file mode 100644 index 0000000000000000000000000000000000000000..d47b1804b77cb532705d60c0f7bd4c0085ec8e54 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002549_person586_bacteria_2420.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:878f0d1c1b2c7fbc03a584f2465c262484c36ef6c67de751c39aba80500e98df +size 1307 diff --git a/MendeleyCXR/labels/Darwin_00002550_person587_bacteria_2421.png b/MendeleyCXR/labels/Darwin_00002550_person587_bacteria_2421.png new file mode 100644 index 0000000000000000000000000000000000000000..adbc5798588b002f5a1deccb8393e8c1a78f20be --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002550_person587_bacteria_2421.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad04a542fd85e2de0d5987a77a77dcea15151e94640d8160c4dbfcdb0c7f05f6 +size 1148 diff --git a/MendeleyCXR/labels/Darwin_00002551_person588_bacteria_2422.png b/MendeleyCXR/labels/Darwin_00002551_person588_bacteria_2422.png new file mode 100644 index 0000000000000000000000000000000000000000..fc1332130a32564eac4cca0e5f872ca5399adad4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002551_person588_bacteria_2422.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57c1ac3bfdcbcf04c42a54f8033631a62292886bcb8e5df3975ce3b4b95a0cb4 +size 1271 diff --git a/MendeleyCXR/labels/Darwin_00002552_person588_bacteria_2423.png b/MendeleyCXR/labels/Darwin_00002552_person588_bacteria_2423.png new file mode 100644 index 0000000000000000000000000000000000000000..fb20b062254cd34081011cd6ccb959d6f6be08bd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002552_person588_bacteria_2423.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff497bdbc0510f27e64dcbad39dcb6983ce1be5025856f69c3195130a96f8606 +size 1291 diff --git a/MendeleyCXR/labels/Darwin_00002553_person589_bacteria_2424.png b/MendeleyCXR/labels/Darwin_00002553_person589_bacteria_2424.png new file mode 100644 index 0000000000000000000000000000000000000000..ca36f535e33121a2f1c858a6340eb20656edd967 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002553_person589_bacteria_2424.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc63183421cdd95705703f0a6d64b81befbb66f202f7b4c004ffc313ee78c763 +size 1187 diff --git a/MendeleyCXR/labels/Darwin_00002555_person590_bacteria_2428.png b/MendeleyCXR/labels/Darwin_00002555_person590_bacteria_2428.png new file mode 100644 index 0000000000000000000000000000000000000000..a031aed769f93c637b3a9493ade422af8ac0ee48 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002555_person590_bacteria_2428.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3453064f1ee44a83b86f23158cfcbf135cbf615c382797276a9b59cdab61f4a8 +size 1252 diff --git a/MendeleyCXR/labels/Darwin_00002556_person591_bacteria_2429.png b/MendeleyCXR/labels/Darwin_00002556_person591_bacteria_2429.png new file mode 100644 index 0000000000000000000000000000000000000000..3a26ad364bbcc9c3499c6cd400a689634f1dbcd0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002556_person591_bacteria_2429.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73f8796ec78903f6b5f19c4cc2bc426131b5e6954fbae77bfddd3d6078b03a45 +size 1343 diff --git a/MendeleyCXR/labels/Darwin_00002557_person592_bacteria_2431.png b/MendeleyCXR/labels/Darwin_00002557_person592_bacteria_2431.png new file mode 100644 index 0000000000000000000000000000000000000000..e20f56a60eb3f20b369cb5731b4e23e79392b1e0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002557_person592_bacteria_2431.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaf00b699cb2540c0b1dbc7c91f5c5897a454db23591dfa01c0607749626936e +size 1234 diff --git a/MendeleyCXR/labels/Darwin_00002559_person593_bacteria_2435.png b/MendeleyCXR/labels/Darwin_00002559_person593_bacteria_2435.png new file mode 100644 index 0000000000000000000000000000000000000000..53051cf61953067ea7bffcb1196150bf9f232994 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002559_person593_bacteria_2435.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ceefa0efecd508ac6fd4b9dd9c0c68e96277e28dabf1222aa1190efbaecb2aa +size 1204 diff --git a/MendeleyCXR/labels/Darwin_00002560_person594_bacteria_2436.png b/MendeleyCXR/labels/Darwin_00002560_person594_bacteria_2436.png new file mode 100644 index 0000000000000000000000000000000000000000..94d78c75f8a58fc34a85f276921becf0f8e5b81f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002560_person594_bacteria_2436.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef9db9ed577c553ff629a45320405c81ebda5e5a110ff1b63ecce773cbb92af3 +size 1289 diff --git a/MendeleyCXR/labels/Darwin_00002561_person595_bacteria_2438.png b/MendeleyCXR/labels/Darwin_00002561_person595_bacteria_2438.png new file mode 100644 index 0000000000000000000000000000000000000000..434591a346d54179af01a110a7dcceb86c4fa101 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002561_person595_bacteria_2438.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e2ffd0a86c934f876d57e804f6646a620b3542db0ea788a6d966114baa4cfdc +size 1283 diff --git a/MendeleyCXR/labels/Darwin_00002562_person596_bacteria_2440.png b/MendeleyCXR/labels/Darwin_00002562_person596_bacteria_2440.png new file mode 100644 index 0000000000000000000000000000000000000000..de46a7a0984ec885fe3f382f98877097a0269036 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002562_person596_bacteria_2440.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:505352a62f36fe77b6fb8b2d1157f9dd8bd75e281839cfe146c9309f7b0d9ff3 +size 1256 diff --git a/MendeleyCXR/labels/Darwin_00002563_person596_bacteria_2441.png b/MendeleyCXR/labels/Darwin_00002563_person596_bacteria_2441.png new file mode 100644 index 0000000000000000000000000000000000000000..697189716f9d6fb548323ee8d31bcdda7a1a33a5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002563_person596_bacteria_2441.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:281fcc8fd252bd56b6a49e27e445a248fea8122c37e420d256550d0f7d8626d6 +size 1252 diff --git a/MendeleyCXR/labels/Darwin_00002564_person596_bacteria_2443.png b/MendeleyCXR/labels/Darwin_00002564_person596_bacteria_2443.png new file mode 100644 index 0000000000000000000000000000000000000000..b82c652760eb079d2bdb16d1e74b8633c4cb8aa5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002564_person596_bacteria_2443.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:897ce536d205fe90388ee6bf49622408a518b294d2383c6f9b75565dd7a121bf +size 1241 diff --git a/MendeleyCXR/labels/Darwin_00002565_person596_bacteria_2444.png b/MendeleyCXR/labels/Darwin_00002565_person596_bacteria_2444.png new file mode 100644 index 0000000000000000000000000000000000000000..f76972e72d5172fd771b7c9d10f8640b0f84cb72 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002565_person596_bacteria_2444.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75a4c4ab448c2eec2de9c4c1ebd55a2070bc06bdb4f410c2b8d79c4a0f33e300 +size 1194 diff --git a/MendeleyCXR/labels/Darwin_00002566_person596_bacteria_2445.png b/MendeleyCXR/labels/Darwin_00002566_person596_bacteria_2445.png new file mode 100644 index 0000000000000000000000000000000000000000..eaa65b23f1db12d0ebf8569596160f3993c250b9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002566_person596_bacteria_2445.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fdc21de1713f46cf491d4fcc20557480e61bf32c9d469193e98cc5908af206f +size 1344 diff --git a/MendeleyCXR/labels/Darwin_00002567_person596_bacteria_2446.png b/MendeleyCXR/labels/Darwin_00002567_person596_bacteria_2446.png new file mode 100644 index 0000000000000000000000000000000000000000..9d369b09f9daac8b02c74f323228f8d4891da4be --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002567_person596_bacteria_2446.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9cc361a2950b51033147620ed97900a7c0cccc3ee6f885d4537fedc7ad80570 +size 1391 diff --git a/MendeleyCXR/labels/Darwin_00002568_person596_bacteria_2447.png b/MendeleyCXR/labels/Darwin_00002568_person596_bacteria_2447.png new file mode 100644 index 0000000000000000000000000000000000000000..fb9614b496430788f6d64e3e745a619348b3958c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002568_person596_bacteria_2447.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cb1e80323cc03161ae2a96521520575dbe39f562aa3b05c337e4803ccf406f6 +size 1294 diff --git a/MendeleyCXR/labels/Darwin_00002569_person596_bacteria_2449.png b/MendeleyCXR/labels/Darwin_00002569_person596_bacteria_2449.png new file mode 100644 index 0000000000000000000000000000000000000000..3e7fa564a82b55baa3c429d606366e485edd3384 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002569_person596_bacteria_2449.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c04f4d9542bb308e38749e9dd8b0f8b7866a00c50f6e3d5cd352ef532c6584a +size 1330 diff --git a/MendeleyCXR/labels/Darwin_00002570_person597_bacteria_2450.png b/MendeleyCXR/labels/Darwin_00002570_person597_bacteria_2450.png new file mode 100644 index 0000000000000000000000000000000000000000..6f74f879251c19bab849aeeee5b777b080332452 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002570_person597_bacteria_2450.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eb75993aacb93535dfd19559a833f0457e9966dc22b655fb20b8bbfacc60b56 +size 1275 diff --git a/MendeleyCXR/labels/Darwin_00002571_person597_bacteria_2451.png b/MendeleyCXR/labels/Darwin_00002571_person597_bacteria_2451.png new file mode 100644 index 0000000000000000000000000000000000000000..04126b0fb6b77f29cd3e4370dee6d57716923a6a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002571_person597_bacteria_2451.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90adbaf5f6535fe1d0a80ae3752805ff1bbc5edde9088c461000bedeb605ad7e +size 1177 diff --git a/MendeleyCXR/labels/Darwin_00002574_person599_bacteria_2455.png b/MendeleyCXR/labels/Darwin_00002574_person599_bacteria_2455.png new file mode 100644 index 0000000000000000000000000000000000000000..83efbd7c2cb5b52b7df74a43c1617085e3e16e8f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002574_person599_bacteria_2455.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddbf6a8b5a901ffe817d414ca8b6064505fc396c1684b8e655b492904393a139 +size 1387 diff --git a/MendeleyCXR/labels/Darwin_00002575_person600_bacteria_2456.png b/MendeleyCXR/labels/Darwin_00002575_person600_bacteria_2456.png new file mode 100644 index 0000000000000000000000000000000000000000..d8f7e5ec2e4bdc9828e9a73e4bf8257de31f23d6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002575_person600_bacteria_2456.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df158e34b8f9bd8efa6662510484d25492cbde399d90aba3d7382f4f867a7edf +size 1210 diff --git a/MendeleyCXR/labels/Darwin_00002576_person600_bacteria_2457.png b/MendeleyCXR/labels/Darwin_00002576_person600_bacteria_2457.png new file mode 100644 index 0000000000000000000000000000000000000000..557e6c58f26c43427de9a66a65a44a3e36c181c2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002576_person600_bacteria_2457.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c2430af152ae543350b4d3add1349c075377f4797ecf8937878fae2665e20c5 +size 1264 diff --git a/MendeleyCXR/labels/Darwin_00002577_person600_bacteria_2458.png b/MendeleyCXR/labels/Darwin_00002577_person600_bacteria_2458.png new file mode 100644 index 0000000000000000000000000000000000000000..a5bb6b1eabc0d73ed0328b67d4b506e5b5766443 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002577_person600_bacteria_2458.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e90c1399a44a9cf6d5e357cf538554d52b55ec1f7f2f3d9304f33db618f928a0 +size 1199 diff --git a/MendeleyCXR/labels/Darwin_00002578_person601_bacteria_2459.png b/MendeleyCXR/labels/Darwin_00002578_person601_bacteria_2459.png new file mode 100644 index 0000000000000000000000000000000000000000..f63c6899b08eda29435a0935608ba2efe30fa547 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002578_person601_bacteria_2459.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e90a3101da0659e1a7a1ced9c439b85d4c8b608e8efa49d26d0a3721d9f884f4 +size 1281 diff --git a/MendeleyCXR/labels/Darwin_00002579_person4_bacteria_14.png b/MendeleyCXR/labels/Darwin_00002579_person4_bacteria_14.png new file mode 100644 index 0000000000000000000000000000000000000000..7fdd89af2e2a26b16ac294b22270479addbaf878 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002579_person4_bacteria_14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39b55667ab368df83cac543d35395c6c5e60b9029d0361daae94b5263e901b35 +size 1399 diff --git a/MendeleyCXR/labels/Darwin_00002582_person45_bacteria_222.png b/MendeleyCXR/labels/Darwin_00002582_person45_bacteria_222.png new file mode 100644 index 0000000000000000000000000000000000000000..d0729de5b5d58b838bdaf99e065378aa68855cdb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002582_person45_bacteria_222.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8326c82bfc711823e31eb5029ffdc4f21060fc528a41decab57ef938bb0fdea8 +size 1227 diff --git a/MendeleyCXR/labels/Darwin_00002583_person46_bacteria_224.png b/MendeleyCXR/labels/Darwin_00002583_person46_bacteria_224.png new file mode 100644 index 0000000000000000000000000000000000000000..6ba85587d1ad72bf4dfc499e44dc0730a3e61660 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002583_person46_bacteria_224.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6c460e7d0f0716521a0473b290d7e5379569bdb0cb974d680bfe56051fb383c +size 1249 diff --git a/MendeleyCXR/labels/Darwin_00002584_person46_bacteria_225.png b/MendeleyCXR/labels/Darwin_00002584_person46_bacteria_225.png new file mode 100644 index 0000000000000000000000000000000000000000..25a2c9af3447f571a6438373a7621c39419b5cfa --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002584_person46_bacteria_225.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a0a43b4dad933bd408f99173d2f183d85a29ac3ae24d4fb7979082247b2f09e +size 1289 diff --git a/MendeleyCXR/labels/Darwin_00002585_person47_bacteria_229.png b/MendeleyCXR/labels/Darwin_00002585_person47_bacteria_229.png new file mode 100644 index 0000000000000000000000000000000000000000..dffaf994b4f7bc1b5ce9e2f88bdaab8b010accbb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002585_person47_bacteria_229.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7941f1bcac3a6a5c3fad8c74d57beb708fbd284c27346afb8afcec562602282 +size 1442 diff --git a/MendeleyCXR/labels/Darwin_00002586_person48_bacteria_230.png b/MendeleyCXR/labels/Darwin_00002586_person48_bacteria_230.png new file mode 100644 index 0000000000000000000000000000000000000000..9d98cfbf345e0049ea1622ec8324efe03321feb9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002586_person48_bacteria_230.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2e68532b27c7f00fd18c11cd0dda6120d85b88590c957357c98f75073106ab8 +size 1303 diff --git a/MendeleyCXR/labels/Darwin_00002587_person48_bacteria_231.png b/MendeleyCXR/labels/Darwin_00002587_person48_bacteria_231.png new file mode 100644 index 0000000000000000000000000000000000000000..e703f0423c062dbc65871b9465e2694ccdcbd9f6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002587_person48_bacteria_231.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2992dbdbd14bde77624fe1deb1e1356ea9e21df4b0dcec1a57a486169be1fae3 +size 1381 diff --git a/MendeleyCXR/labels/Darwin_00002588_person48_bacteria_232.png b/MendeleyCXR/labels/Darwin_00002588_person48_bacteria_232.png new file mode 100644 index 0000000000000000000000000000000000000000..779ac83b4611a8d9456b5deca3eda36b810fe714 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002588_person48_bacteria_232.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41d80fc925dbc4575c3d8ec5ba7eef2f58596c032ce777ee16bf323447fc9b6a +size 1157 diff --git a/MendeleyCXR/labels/Darwin_00002589_person48_bacteria_233.png b/MendeleyCXR/labels/Darwin_00002589_person48_bacteria_233.png new file mode 100644 index 0000000000000000000000000000000000000000..f4e60998279265031426607ccfebfc4e37b3f0ae --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002589_person48_bacteria_233.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c98686422e457b826f8d31a33884a27eb456130223d6e6b2db1cc93663b37eeb +size 1324 diff --git a/MendeleyCXR/labels/Darwin_00002590_person49_bacteria_235.png b/MendeleyCXR/labels/Darwin_00002590_person49_bacteria_235.png new file mode 100644 index 0000000000000000000000000000000000000000..1232d105b0f0691ae0fcbd3ea76cba44d085644c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002590_person49_bacteria_235.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4ab722b9b3cbe6e76b9c21aa36f83ff43d5aa401fc6ecfe4f44133da3ffb536 +size 1341 diff --git a/MendeleyCXR/labels/Darwin_00002591_person49_bacteria_236.png b/MendeleyCXR/labels/Darwin_00002591_person49_bacteria_236.png new file mode 100644 index 0000000000000000000000000000000000000000..3182ef0de6f2d32841a58fc47ec21f37fcfe2e49 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002591_person49_bacteria_236.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7366d939ddd7c1a365bbfdc10765edf4d8ba06622a331b4362a8b6980059a7a6 +size 1171 diff --git a/MendeleyCXR/labels/Darwin_00002592_person49_bacteria_237.png b/MendeleyCXR/labels/Darwin_00002592_person49_bacteria_237.png new file mode 100644 index 0000000000000000000000000000000000000000..9cf55ec844ad0c301e1797ad07bd9a9af547ad3c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002592_person49_bacteria_237.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2e6ca9781683522b8eed937f938db0776ab8537b63cb5b31fc48d64fa0f9bca +size 1269 diff --git a/MendeleyCXR/labels/Darwin_00002593_person50_bacteria_238.png b/MendeleyCXR/labels/Darwin_00002593_person50_bacteria_238.png new file mode 100644 index 0000000000000000000000000000000000000000..4aebf60572510ca9eb3c121ddefe71671a68e5d6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002593_person50_bacteria_238.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd7ff2b65e8554703304c32aed013ad5355ade0c5887274b7c05090343228776 +size 1114 diff --git a/MendeleyCXR/labels/Darwin_00002594_person51_bacteria_239.png b/MendeleyCXR/labels/Darwin_00002594_person51_bacteria_239.png new file mode 100644 index 0000000000000000000000000000000000000000..aae1f59c35bc6bb60eef461a088cfece80cf6bdc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002594_person51_bacteria_239.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:453ea072362f2edadcfa0b3aaa21ad816346c35300220800dfe9961c417a6013 +size 1210 diff --git a/MendeleyCXR/labels/Darwin_00002595_person51_bacteria_240.png b/MendeleyCXR/labels/Darwin_00002595_person51_bacteria_240.png new file mode 100644 index 0000000000000000000000000000000000000000..7d1a03102ede466e2988185a201d5855dfb42aa1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002595_person51_bacteria_240.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1678c60438f0f0e3ebb59b4239d2e1f9aa3f2a41cca3fa36a5f96a902cfd818 +size 1434 diff --git a/MendeleyCXR/labels/Darwin_00002596_person51_bacteria_241.png b/MendeleyCXR/labels/Darwin_00002596_person51_bacteria_241.png new file mode 100644 index 0000000000000000000000000000000000000000..bf064e1d77cdc872bec542110d4fca20bbf7b4d4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002596_person51_bacteria_241.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37a6eccbab5436c7955e94df5bf48d7326a12d2055358acba502c003f8ece848 +size 1322 diff --git a/MendeleyCXR/labels/Darwin_00002597_person51_bacteria_242.png b/MendeleyCXR/labels/Darwin_00002597_person51_bacteria_242.png new file mode 100644 index 0000000000000000000000000000000000000000..f81582ce07261abcc281e82593af7f598d1bb16c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002597_person51_bacteria_242.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b963755aee682bf07dbca674d765698efbce2dae49dfd51567e14d66e615af9e +size 1227 diff --git a/MendeleyCXR/labels/Darwin_00002598_person51_bacteria_243.png b/MendeleyCXR/labels/Darwin_00002598_person51_bacteria_243.png new file mode 100644 index 0000000000000000000000000000000000000000..52cb2f163a1492f75e9b9e85a391f50154dc1db6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002598_person51_bacteria_243.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ec1a21b41a6e215888177b35ff444c0c236a4e67620d19be9b188cbab67d37a +size 1433 diff --git a/MendeleyCXR/labels/Darwin_00002599_person51_bacteria_244.png b/MendeleyCXR/labels/Darwin_00002599_person51_bacteria_244.png new file mode 100644 index 0000000000000000000000000000000000000000..b278482ff066789979a23bcf506a488a803bfcdf --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002599_person51_bacteria_244.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:786e6bfbb36087796d545612699bffae57be378b87dfcc830e23fc9220b410a4 +size 1248 diff --git a/MendeleyCXR/labels/Darwin_00002600_person51_bacteria_245.png b/MendeleyCXR/labels/Darwin_00002600_person51_bacteria_245.png new file mode 100644 index 0000000000000000000000000000000000000000..965c0e93b875d96dfb28e48597378b1339f5bc44 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002600_person51_bacteria_245.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c19ff5e4e77fcf9229746dc3e91a82c24d9ed89a17497631a88adc119f644aae +size 1373 diff --git a/MendeleyCXR/labels/Darwin_00002601_person51_bacteria_246.png b/MendeleyCXR/labels/Darwin_00002601_person51_bacteria_246.png new file mode 100644 index 0000000000000000000000000000000000000000..e68e7ea3b967427c9e7bdc3e9fc7572752c5a05a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002601_person51_bacteria_246.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28b5895e6c78e56c2858345433f4dd1f4e59d011d1da25eca4992e63f562f1bc +size 1420 diff --git a/MendeleyCXR/labels/Darwin_00002602_person51_bacteria_247.png b/MendeleyCXR/labels/Darwin_00002602_person51_bacteria_247.png new file mode 100644 index 0000000000000000000000000000000000000000..542210118dc32045be5509e7df4551c57224d5e8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002602_person51_bacteria_247.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b199bfb4682c6f2ff12eda6b42b1dabc4d058aba4bc7ba0d37763f0e981cec73 +size 1368 diff --git a/MendeleyCXR/labels/Darwin_00002603_person51_bacteria_248.png b/MendeleyCXR/labels/Darwin_00002603_person51_bacteria_248.png new file mode 100644 index 0000000000000000000000000000000000000000..4fdfff071267d0ae3a4a7761996587e17d904422 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002603_person51_bacteria_248.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f28ca64e27485c69b96ea6bce75bf9718e4167ae695a021c52a676cab6fc8e61 +size 1311 diff --git a/MendeleyCXR/labels/Darwin_00002604_person460_bacteria_1958.png b/MendeleyCXR/labels/Darwin_00002604_person460_bacteria_1958.png new file mode 100644 index 0000000000000000000000000000000000000000..8aab3649e3b4be65927d7880237894b209ddf6df --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002604_person460_bacteria_1958.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc0224dec8efaf0edca350f849a46659184f0a8c735c94ada845e060b7b34eac +size 1245 diff --git a/MendeleyCXR/labels/Darwin_00002605_person461_bacteria_1960.png b/MendeleyCXR/labels/Darwin_00002605_person461_bacteria_1960.png new file mode 100644 index 0000000000000000000000000000000000000000..a1ca4d48f63a5cb36673e0c632de5871dbaa573a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002605_person461_bacteria_1960.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f580ca1cb12d01380484e231e6e4885dd02696047c8c5532fdd7ef4dcc69b9fe +size 1260 diff --git a/MendeleyCXR/labels/Darwin_00002606_person462_bacteria_1961.png b/MendeleyCXR/labels/Darwin_00002606_person462_bacteria_1961.png new file mode 100644 index 0000000000000000000000000000000000000000..7b4502011d9f1fbf7293fe58c3acfdea1a76ede6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002606_person462_bacteria_1961.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:470626af6b9a526f47883d621641113c750c8d16b483025266849290a3a31e37 +size 1290 diff --git a/MendeleyCXR/labels/Darwin_00002607_person462_bacteria_1963.png b/MendeleyCXR/labels/Darwin_00002607_person462_bacteria_1963.png new file mode 100644 index 0000000000000000000000000000000000000000..a40b10fb31f7d52062defb62288edff23c0b5ea9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002607_person462_bacteria_1963.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7247c8b0bcedd4e1e6438e995777cc612d29fdde4966ce63ed9d7441caa0afd +size 1270 diff --git a/MendeleyCXR/labels/Darwin_00002608_person462_bacteria_1967.png b/MendeleyCXR/labels/Darwin_00002608_person462_bacteria_1967.png new file mode 100644 index 0000000000000000000000000000000000000000..59159a09dd5ed90a556a9efb5bebd9e58e30809c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002608_person462_bacteria_1967.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9b5edae9c1f14ab80415c29977d6c33dc4aa57f2f5a491de58ce3954f15ac70 +size 1355 diff --git a/MendeleyCXR/labels/Darwin_00002609_person462_bacteria_1968.png b/MendeleyCXR/labels/Darwin_00002609_person462_bacteria_1968.png new file mode 100644 index 0000000000000000000000000000000000000000..c6362d1122905430a0178626f45b1c056028cbc8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002609_person462_bacteria_1968.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef1c5c8c33586c36b3ba5c188644aa737745e4ab25c0ef953e8565dd27d023dc +size 1386 diff --git a/MendeleyCXR/labels/Darwin_00002610_person463_bacteria_1971.png b/MendeleyCXR/labels/Darwin_00002610_person463_bacteria_1971.png new file mode 100644 index 0000000000000000000000000000000000000000..c1d63dff4e230ca8445e07aaa8c61d23890eeec4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002610_person463_bacteria_1971.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98f804fa9b383e0aa686aada840dbcc0b8d92f452271696af6d05d4381054c43 +size 1381 diff --git a/MendeleyCXR/labels/Darwin_00002611_person464_bacteria_1974.png b/MendeleyCXR/labels/Darwin_00002611_person464_bacteria_1974.png new file mode 100644 index 0000000000000000000000000000000000000000..4a60592d1d83fa4dea44403c1fa9b56cbe46ed39 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002611_person464_bacteria_1974.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:792a74235ba05e9d2a33a9bd665a538b4274b14ce7ba1824338598000fc1fe74 +size 1328 diff --git a/MendeleyCXR/labels/Darwin_00002612_person464_bacteria_1975.png b/MendeleyCXR/labels/Darwin_00002612_person464_bacteria_1975.png new file mode 100644 index 0000000000000000000000000000000000000000..2dd900e61c89e4066c771f77d479c603598db961 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002612_person464_bacteria_1975.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42bbcaa7f0d84e70afcaa9b3bd0be4fe00b1b3064b02ab42154c16c10edb7828 +size 1514 diff --git a/MendeleyCXR/labels/Darwin_00002613_person465_bacteria_1976.png b/MendeleyCXR/labels/Darwin_00002613_person465_bacteria_1976.png new file mode 100644 index 0000000000000000000000000000000000000000..dff9867d7821ed0f2d6ea0b61ad5751040753432 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002613_person465_bacteria_1976.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cc5340f7de710da4682fc57b0daf6f6b1fa10fb3daa7ae580d72c284f21c4e6 +size 1130 diff --git a/MendeleyCXR/labels/Darwin_00002614_person465_bacteria_1977.png b/MendeleyCXR/labels/Darwin_00002614_person465_bacteria_1977.png new file mode 100644 index 0000000000000000000000000000000000000000..e588913a5203aa2984bfc9fa2d32e9c4c8aff0df --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002614_person465_bacteria_1977.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ede97491e6a0c88c2086b936d43d5e1b885d84cf4c446a6c8a21b2bba7db00c4 +size 1275 diff --git a/MendeleyCXR/labels/Darwin_00002615_person465_bacteria_1979.png b/MendeleyCXR/labels/Darwin_00002615_person465_bacteria_1979.png new file mode 100644 index 0000000000000000000000000000000000000000..2366a67d2c7ae724015dd5ae5eeb1205a2b452ae --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002615_person465_bacteria_1979.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcc46ac64879d854b90e0dffe6cd9297d7f38bc3e147320748e26fdd6bfb3176 +size 1327 diff --git a/MendeleyCXR/labels/Darwin_00002616_person465_bacteria_1980.png b/MendeleyCXR/labels/Darwin_00002616_person465_bacteria_1980.png new file mode 100644 index 0000000000000000000000000000000000000000..09f90cdb9f3d700ad681c87a6c377e690e643c42 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002616_person465_bacteria_1980.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8db58027fe2ac2d42502fb888c5692ecc5a5ab90cb079ac7083326b2a7c545e9 +size 1407 diff --git a/MendeleyCXR/labels/Darwin_00002617_person465_bacteria_1981.png b/MendeleyCXR/labels/Darwin_00002617_person465_bacteria_1981.png new file mode 100644 index 0000000000000000000000000000000000000000..5aef8de8bc8dea755879d43bc1559b488e50df1d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002617_person465_bacteria_1981.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5dc06f5af265ecec1b3ac952542db92599d9c5f2a6c3677ab96cedfd31d7fa5 +size 1405 diff --git a/MendeleyCXR/labels/Darwin_00002618_person465_bacteria_1982.png b/MendeleyCXR/labels/Darwin_00002618_person465_bacteria_1982.png new file mode 100644 index 0000000000000000000000000000000000000000..235e9e4164111b15af5f3525945ec012eeccd925 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002618_person465_bacteria_1982.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43d729521c28cc0da3659c6750782525be4b954587efdd0bf19eeeac4692eb74 +size 1351 diff --git a/MendeleyCXR/labels/Darwin_00002621_person466_bacteria_1986.png b/MendeleyCXR/labels/Darwin_00002621_person466_bacteria_1986.png new file mode 100644 index 0000000000000000000000000000000000000000..49d1cd5d965b1b5a86ca9d4b54826a4fcf710ae1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002621_person466_bacteria_1986.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee0f07674e33803ae338fa998abe91cee3f1211c8ea0c151527e5af9efbf3533 +size 1265 diff --git a/MendeleyCXR/labels/Darwin_00002622_person466_bacteria_1987.png b/MendeleyCXR/labels/Darwin_00002622_person466_bacteria_1987.png new file mode 100644 index 0000000000000000000000000000000000000000..edc4b4cd1d079458cab3bbcad7dc02e14769a3f8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002622_person466_bacteria_1987.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd7435bd5c5d9e8187cc4860239a191249b74c887438e587a59065e5ca20e04a +size 1476 diff --git a/MendeleyCXR/labels/Darwin_00002623_person467_bacteria_1988.png b/MendeleyCXR/labels/Darwin_00002623_person467_bacteria_1988.png new file mode 100644 index 0000000000000000000000000000000000000000..8f877f7d23c0aeefd5411ccebd7f059f85e509cd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002623_person467_bacteria_1988.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e713f5a35cddc89c2079d7b4771927afedc011f664ed1f524e206b259f3b07b +size 1248 diff --git a/MendeleyCXR/labels/Darwin_00002624_person467_bacteria_1989.png b/MendeleyCXR/labels/Darwin_00002624_person467_bacteria_1989.png new file mode 100644 index 0000000000000000000000000000000000000000..b4181eeea1074c97721871d7a8eebfdbaf15c93c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002624_person467_bacteria_1989.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34f9bd9261d31f1370ee0bc73afa7328f45d2b485d6158d4b361f434912a6a19 +size 1209 diff --git a/MendeleyCXR/labels/Darwin_00002625_person468_bacteria_1990.png b/MendeleyCXR/labels/Darwin_00002625_person468_bacteria_1990.png new file mode 100644 index 0000000000000000000000000000000000000000..a425d7c6826224e96da880321eed0385366ada8d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002625_person468_bacteria_1990.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac312e274776b588ad7ae363524634320e3d8c55dcdd27ff41c8e624ce20074a +size 1377 diff --git a/MendeleyCXR/labels/Darwin_00002626_person468_bacteria_1991.png b/MendeleyCXR/labels/Darwin_00002626_person468_bacteria_1991.png new file mode 100644 index 0000000000000000000000000000000000000000..06aab5057fda010e630f4409e4f0378438ea98fe --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002626_person468_bacteria_1991.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:500174e2b3f3e5e510cf87f97badd0c8cf75511c163d0efd3098deea6751c7d8 +size 1376 diff --git a/MendeleyCXR/labels/Darwin_00002627_person469_bacteria_1992.png b/MendeleyCXR/labels/Darwin_00002627_person469_bacteria_1992.png new file mode 100644 index 0000000000000000000000000000000000000000..c991e606e4f808fdd9ab5ed69503718836cdd7d9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002627_person469_bacteria_1992.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c492926c97b02ad6ed7d3592af3d9e2950387e7ba563dd9113d35928ecb4bf0e +size 1226 diff --git a/MendeleyCXR/labels/Darwin_00002628_person469_bacteria_1993.png b/MendeleyCXR/labels/Darwin_00002628_person469_bacteria_1993.png new file mode 100644 index 0000000000000000000000000000000000000000..a09d92ebdb54174803ab7b99b97b8d8b23e10d48 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002628_person469_bacteria_1993.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95fed29f70fbf7920aa82b2e122bd1c22f652781c25a9ccebc2f743b9137ea0e +size 1418 diff --git a/MendeleyCXR/labels/Darwin_00002629_person469_bacteria_1994.png b/MendeleyCXR/labels/Darwin_00002629_person469_bacteria_1994.png new file mode 100644 index 0000000000000000000000000000000000000000..a260a6a4961227ad7513c19b1081afb327bbe9c2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002629_person469_bacteria_1994.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3701cc5062f43904656a9f406f51552646cd12946634a05bafe7416b2a102ab +size 1303 diff --git a/MendeleyCXR/labels/Darwin_00002630_person469_bacteria_1995.png b/MendeleyCXR/labels/Darwin_00002630_person469_bacteria_1995.png new file mode 100644 index 0000000000000000000000000000000000000000..98d3052a90d79226584292b4a0a115e4d96600ad --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002630_person469_bacteria_1995.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83355b0da1785d0cd6632affa35dd13bba2604bebe170eda67af7584c6de1f93 +size 1440 diff --git a/MendeleyCXR/labels/Darwin_00002631_person470_bacteria_1996.png b/MendeleyCXR/labels/Darwin_00002631_person470_bacteria_1996.png new file mode 100644 index 0000000000000000000000000000000000000000..973252cea3f416ccd2568bf9ef17eba734ba8a6b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002631_person470_bacteria_1996.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f116444fdde585833e3a084797b38f4601bead451db682b7f4f31a8f67a5545d +size 1300 diff --git a/MendeleyCXR/labels/Darwin_00002632_person470_bacteria_1998.png b/MendeleyCXR/labels/Darwin_00002632_person470_bacteria_1998.png new file mode 100644 index 0000000000000000000000000000000000000000..8224358f622059e9d556bae677f0e50a59c6bccf --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002632_person470_bacteria_1998.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:016797603626cd63ffa43ba6b95607d78c8e895944df9aa9326a266a4ff8cb52 +size 1285 diff --git a/MendeleyCXR/labels/Darwin_00002633_person470_bacteria_1999.png b/MendeleyCXR/labels/Darwin_00002633_person470_bacteria_1999.png new file mode 100644 index 0000000000000000000000000000000000000000..4506dca3344b72744a6d944d8f43882d283f0b7b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002633_person470_bacteria_1999.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35588c75ac7217ea5d49d9d09d6faf6033a8e1543ad798c68d99d1dd1b77e4b0 +size 1338 diff --git a/MendeleyCXR/labels/Darwin_00002634_person470_bacteria_2000.png b/MendeleyCXR/labels/Darwin_00002634_person470_bacteria_2000.png new file mode 100644 index 0000000000000000000000000000000000000000..783b293728a3fbae50a9d77dfe7848714c0d5be1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002634_person470_bacteria_2000.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f70a843f5a52284a43e9cd556e7bb8bc1899664aa243827143345c5b12912fbc +size 1216 diff --git a/MendeleyCXR/labels/Darwin_00002635_person470_bacteria_2001.png b/MendeleyCXR/labels/Darwin_00002635_person470_bacteria_2001.png new file mode 100644 index 0000000000000000000000000000000000000000..30c89e244f998338bfa8bad7b6530620a5a8c683 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002635_person470_bacteria_2001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:722bfacd3184e08c8c51bc7a91c05a1f0d1fb19876cdfe6875e8201a62ec7f1a +size 1407 diff --git a/MendeleyCXR/labels/Darwin_00002636_person470_bacteria_2002.png b/MendeleyCXR/labels/Darwin_00002636_person470_bacteria_2002.png new file mode 100644 index 0000000000000000000000000000000000000000..e83e365c1e9f791ec7d277662c30cbb56fa283bc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002636_person470_bacteria_2002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50d8d947234e45de8d6d7f094740e1163e4e3317de5c08d89b913f717ddc2798 +size 1320 diff --git a/MendeleyCXR/labels/Darwin_00002637_person470_bacteria_2003.png b/MendeleyCXR/labels/Darwin_00002637_person470_bacteria_2003.png new file mode 100644 index 0000000000000000000000000000000000000000..ee4161e5a772d7bc7ad4e7864cf4a29cc321ba4f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002637_person470_bacteria_2003.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b206018353ca323a69b6c60abd02121d721bf5af65b4b2b16eb60b4062d65b0 +size 1285 diff --git a/MendeleyCXR/labels/Darwin_00002638_person471_bacteria_2004.png b/MendeleyCXR/labels/Darwin_00002638_person471_bacteria_2004.png new file mode 100644 index 0000000000000000000000000000000000000000..6b516bc256882c3c72bdbd4abddd2c1ae21ec7d4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002638_person471_bacteria_2004.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5da1e81d7ec8a81c4f7655f3b3450b132d0f662ae7327aa98d7a941ce6090fa4 +size 1245 diff --git a/MendeleyCXR/labels/Darwin_00002639_person471_bacteria_2005.png b/MendeleyCXR/labels/Darwin_00002639_person471_bacteria_2005.png new file mode 100644 index 0000000000000000000000000000000000000000..26d92f933f0273fcafb468d320c568cdb44a2591 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002639_person471_bacteria_2005.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0df58ca32b5906f5add3a3fd39b8d1b775e98f4c3fab54af8854c5ec46f02aee +size 1196 diff --git a/MendeleyCXR/labels/Darwin_00002640_person471_bacteria_2006.png b/MendeleyCXR/labels/Darwin_00002640_person471_bacteria_2006.png new file mode 100644 index 0000000000000000000000000000000000000000..65647c902ed693bbfe9f5aecdd5ff138516b50b7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002640_person471_bacteria_2006.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b67d2cbe5f4f1221c7eab1414ac260d072a6db9d42e91a48ea432b9df919c0b +size 1387 diff --git a/MendeleyCXR/labels/Darwin_00002641_person472_bacteria_2007.png b/MendeleyCXR/labels/Darwin_00002641_person472_bacteria_2007.png new file mode 100644 index 0000000000000000000000000000000000000000..4b69fb85b4a7a1f734a05f8a2da4ccd97c2e4a12 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002641_person472_bacteria_2007.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82504bb5ff9b2d1b8abbcc988e4168bb7e0a9abab6b82d9b355762d53cbac59a +size 1342 diff --git a/MendeleyCXR/labels/Darwin_00002642_person472_bacteria_2008.png b/MendeleyCXR/labels/Darwin_00002642_person472_bacteria_2008.png new file mode 100644 index 0000000000000000000000000000000000000000..65e2eeb079ef1a140e063cc885516be110c58467 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002642_person472_bacteria_2008.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2565cca8b1ab19b75ab58afea1987ca0d83e0153ea6ff9dcd574bfb887c52387 +size 1289 diff --git a/MendeleyCXR/labels/Darwin_00002643_person472_bacteria_2010.png b/MendeleyCXR/labels/Darwin_00002643_person472_bacteria_2010.png new file mode 100644 index 0000000000000000000000000000000000000000..890559bc204d9ea0bb59d64e661b6c0eb85c49be --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002643_person472_bacteria_2010.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5678d413247d3dff7d8693c60f74d9bbb3045c7514465a4631a29daa085c4813 +size 1346 diff --git a/MendeleyCXR/labels/Darwin_00002644_person472_bacteria_2014.png b/MendeleyCXR/labels/Darwin_00002644_person472_bacteria_2014.png new file mode 100644 index 0000000000000000000000000000000000000000..838bc6da9368913fbd30ecffb5806f776fa05730 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002644_person472_bacteria_2014.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c50c9bb5f360f86625c1929e3df6699022bb788204bf5d53535455812bb3bf5f +size 1328 diff --git a/MendeleyCXR/labels/Darwin_00002645_person472_bacteria_2015.png b/MendeleyCXR/labels/Darwin_00002645_person472_bacteria_2015.png new file mode 100644 index 0000000000000000000000000000000000000000..cfe7ca933d12768b6112e3e03d93bfd5aa4629ce --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002645_person472_bacteria_2015.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:509ffd2b973d323719259d9af866bb7122845a8fd033a3ec1e1c7da757b66f7e +size 1378 diff --git a/MendeleyCXR/labels/Darwin_00002646_person473_bacteria_2018.png b/MendeleyCXR/labels/Darwin_00002646_person473_bacteria_2018.png new file mode 100644 index 0000000000000000000000000000000000000000..7bf92b2575494f72254f81f88c05c7f2f2985e29 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002646_person473_bacteria_2018.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85be502971f754c3ebc9e8e7258ca823d29f0ab20e5b31d3b5728116706cd871 +size 1187 diff --git a/MendeleyCXR/labels/Darwin_00002647_person475_bacteria_2020.png b/MendeleyCXR/labels/Darwin_00002647_person475_bacteria_2020.png new file mode 100644 index 0000000000000000000000000000000000000000..4cad220b0fb4518e6c6c0ea968e870505ff3246d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002647_person475_bacteria_2020.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4337be2d1f84f17881406244eda327ce533110b78cc1c07ad70bd897ed5b6580 +size 1275 diff --git a/MendeleyCXR/labels/Darwin_00002648_person475_bacteria_2021.png b/MendeleyCXR/labels/Darwin_00002648_person475_bacteria_2021.png new file mode 100644 index 0000000000000000000000000000000000000000..7ef2422e0b4d561f41922c927edf3a03e58dfb53 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002648_person475_bacteria_2021.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e3d4b011b755c56a8094e2b7d2662090d6274baec98498bf7e2845e7a93e997 +size 1310 diff --git a/MendeleyCXR/labels/Darwin_00002649_person475_bacteria_2022.png b/MendeleyCXR/labels/Darwin_00002649_person475_bacteria_2022.png new file mode 100644 index 0000000000000000000000000000000000000000..f327090acaa53a32a02c60d27f95ade9a195ec7f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002649_person475_bacteria_2022.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12b7f5b030fdabd30afb5739b6f270d7a460cbd15095615166e1098934f5e9dc +size 1125 diff --git a/MendeleyCXR/labels/Darwin_00002650_person475_bacteria_2023.png b/MendeleyCXR/labels/Darwin_00002650_person475_bacteria_2023.png new file mode 100644 index 0000000000000000000000000000000000000000..67595a50fa2138f513503a8ca629dbf65e35d62d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002650_person475_bacteria_2023.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2ed840bc7da7d56908d20be4de5139807d1e351a9555c8f914880f3c9dff40c +size 1203 diff --git a/MendeleyCXR/labels/Darwin_00002651_person475_bacteria_2024.png b/MendeleyCXR/labels/Darwin_00002651_person475_bacteria_2024.png new file mode 100644 index 0000000000000000000000000000000000000000..58d9f381f47bf957ee17780d7c882ac235d8606c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002651_person475_bacteria_2024.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62b2135e266203d8b6e9ec166dc1da1ea175270572cd474011117c29e1190eb4 +size 1263 diff --git a/MendeleyCXR/labels/Darwin_00002652_person475_bacteria_2025.png b/MendeleyCXR/labels/Darwin_00002652_person475_bacteria_2025.png new file mode 100644 index 0000000000000000000000000000000000000000..584e31b9530ad2a699c9878ab3002758c029e1be --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002652_person475_bacteria_2025.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92d472135fbeaffd5ce974387300f99edc8905a7b99dff1df46a1a2d1a253b81 +size 1294 diff --git a/MendeleyCXR/labels/Darwin_00002653_person476_bacteria_2026.png b/MendeleyCXR/labels/Darwin_00002653_person476_bacteria_2026.png new file mode 100644 index 0000000000000000000000000000000000000000..82c883dbba4b8ef12e674b37cd40c0b8e258ead3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002653_person476_bacteria_2026.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80255dd3e3705085246a99baae8608332cd5be8cc681ca8c37f1063e4ed268e5 +size 1366 diff --git a/MendeleyCXR/labels/Darwin_00002654_person477_bacteria_2028.png b/MendeleyCXR/labels/Darwin_00002654_person477_bacteria_2028.png new file mode 100644 index 0000000000000000000000000000000000000000..6c9a11fec2609586e88f9c2782d4e0bc7af30462 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002654_person477_bacteria_2028.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c06dcdc9104d08c6afb4d2bf765ab22e15f2eabad1f89745d47366397d0e568 +size 1308 diff --git a/MendeleyCXR/labels/Darwin_00002655_person477_bacteria_2029.png b/MendeleyCXR/labels/Darwin_00002655_person477_bacteria_2029.png new file mode 100644 index 0000000000000000000000000000000000000000..a69ea63e9c28e6039276fe606443b88e95673c42 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002655_person477_bacteria_2029.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b573cc0ef45ac527c15fbc127480156ab356fe54d643ff1fb554583c033e590d +size 1316 diff --git a/MendeleyCXR/labels/Darwin_00002656_person477_bacteria_2030.png b/MendeleyCXR/labels/Darwin_00002656_person477_bacteria_2030.png new file mode 100644 index 0000000000000000000000000000000000000000..caa47e771146d89cbe07b5d9dfd238205fb0b822 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002656_person477_bacteria_2030.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f17280eb5b4df9a0763a7d77522bdf626db30bb08b261e6f2f47e5c783905125 +size 1381 diff --git a/MendeleyCXR/labels/Darwin_00002657_person477_bacteria_2031.png b/MendeleyCXR/labels/Darwin_00002657_person477_bacteria_2031.png new file mode 100644 index 0000000000000000000000000000000000000000..ec21bb044f6a35b1768aa18e5794fb609afe87dd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002657_person477_bacteria_2031.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bb114c309157e8d27a4be9c75f8e8416746d5c1d40b4451f9aad1efa8922008 +size 1183 diff --git a/MendeleyCXR/labels/Darwin_00002658_person478_bacteria_2032.png b/MendeleyCXR/labels/Darwin_00002658_person478_bacteria_2032.png new file mode 100644 index 0000000000000000000000000000000000000000..14024c192fa1fa44acf31f47c940acedeb5ebb96 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002658_person478_bacteria_2032.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f94e2840ce9e9d7634535b71fe91293e356b869cbffb75a66df109ec17024f9 +size 1328 diff --git a/MendeleyCXR/labels/Darwin_00002659_person478_bacteria_2035.png b/MendeleyCXR/labels/Darwin_00002659_person478_bacteria_2035.png new file mode 100644 index 0000000000000000000000000000000000000000..d410291b0275c8812d79e53ae45d9969c6bf2c08 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002659_person478_bacteria_2035.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f618f960d57b5e9b3aa5f5a500ee5f6c8480250cd9f27ce3da5dbe16d461c363 +size 1410 diff --git a/MendeleyCXR/labels/Darwin_00002660_person480_bacteria_2038.png b/MendeleyCXR/labels/Darwin_00002660_person480_bacteria_2038.png new file mode 100644 index 0000000000000000000000000000000000000000..197a5f2a44e44cf4fb74793727f7cd20a7636f21 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002660_person480_bacteria_2038.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:853f4ed1e98e107dc62b5fcb6e60221ae2d3f4f9bfa371d1d1881f02821685d9 +size 1256 diff --git a/MendeleyCXR/labels/Darwin_00002661_person480_bacteria_2039.png b/MendeleyCXR/labels/Darwin_00002661_person480_bacteria_2039.png new file mode 100644 index 0000000000000000000000000000000000000000..698a5ce2352ef4525428af461b7e8f004646ecae --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002661_person480_bacteria_2039.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9be759ea5f310389b46aa7fc501f17d32a7e62895e86b123219e6c1b4bffb47c +size 1335 diff --git a/MendeleyCXR/labels/Darwin_00002662_person480_bacteria_2040.png b/MendeleyCXR/labels/Darwin_00002662_person480_bacteria_2040.png new file mode 100644 index 0000000000000000000000000000000000000000..f6f2c8ecd69ec33ae7760cdb5d9819698a3e2213 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002662_person480_bacteria_2040.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f151a5b43f59eeda25f8e49eba6609b98bd86d8da15e98daf2bfca4b6535438a +size 1435 diff --git a/MendeleyCXR/labels/Darwin_00002663_person481_bacteria_2041.png b/MendeleyCXR/labels/Darwin_00002663_person481_bacteria_2041.png new file mode 100644 index 0000000000000000000000000000000000000000..e4cad476d43f41227a95128c503a2be04765b3ca --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002663_person481_bacteria_2041.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab7e2b1ac35fc0f782b6f0ed9fbc099c533737383d8eecb85f332dfee4f926d6 +size 1274 diff --git a/MendeleyCXR/labels/Darwin_00002664_person481_bacteria_2042.png b/MendeleyCXR/labels/Darwin_00002664_person481_bacteria_2042.png new file mode 100644 index 0000000000000000000000000000000000000000..d1ae2131d61235974e04e28dd65272f81faa416b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002664_person481_bacteria_2042.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dea03a96d1299a714f2b80dbedc8201b321e3e8fbceb23dc47e09986d2ba5d31 +size 1409 diff --git a/MendeleyCXR/labels/Darwin_00002665_person482_bacteria_2043.png b/MendeleyCXR/labels/Darwin_00002665_person482_bacteria_2043.png new file mode 100644 index 0000000000000000000000000000000000000000..97474e360d095146f77bc873a4492df39fe90742 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002665_person482_bacteria_2043.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6764197cdda4bd338bc754b984593bd4318b7b5f72baf5ab81455f7b1f27a48 +size 1343 diff --git a/MendeleyCXR/labels/Darwin_00002666_person482_bacteria_2044.png b/MendeleyCXR/labels/Darwin_00002666_person482_bacteria_2044.png new file mode 100644 index 0000000000000000000000000000000000000000..32945c4f7018a86ce7af15203e75636a9334f97a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002666_person482_bacteria_2044.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7cd46cce68c5b8389c309967fe8e5f231c041c1159b1d2add5f6d02778716a6 +size 1350 diff --git a/MendeleyCXR/labels/Darwin_00002667_person482_bacteria_2045.png b/MendeleyCXR/labels/Darwin_00002667_person482_bacteria_2045.png new file mode 100644 index 0000000000000000000000000000000000000000..529990282aca23be8cc947f65b22f620952c4102 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002667_person482_bacteria_2045.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d0de1352eef83cdb3ff17626e019434c129f56009a768bfd281da65ffc38ae3 +size 1362 diff --git a/MendeleyCXR/labels/Darwin_00002668_person483_bacteria_2046.png b/MendeleyCXR/labels/Darwin_00002668_person483_bacteria_2046.png new file mode 100644 index 0000000000000000000000000000000000000000..0391c904b4a3d3b77b36557822ee66d9b799549e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002668_person483_bacteria_2046.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a39535db272749e7c14027f0a70636a5e891c303101aec63401e190fb372ad4d +size 1242 diff --git a/MendeleyCXR/labels/Darwin_00002669_person485_bacteria_2049.png b/MendeleyCXR/labels/Darwin_00002669_person485_bacteria_2049.png new file mode 100644 index 0000000000000000000000000000000000000000..9325acfc41447232ce6ccc0db949b46262c6a002 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002669_person485_bacteria_2049.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e82cb0c963342867ede223f78b8ecb68c248c3420576af478e79de01641962b2 +size 1311 diff --git a/MendeleyCXR/labels/Darwin_00002670_person486_bacteria_2051.png b/MendeleyCXR/labels/Darwin_00002670_person486_bacteria_2051.png new file mode 100644 index 0000000000000000000000000000000000000000..6e5e9429308c908725994a2e79f4fd14aff0f065 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002670_person486_bacteria_2051.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07296311cfa286f5be950464dd046596420757de61aca04fb11b9422aee203c4 +size 1411 diff --git a/MendeleyCXR/labels/Darwin_00002671_person486_bacteria_2052.png b/MendeleyCXR/labels/Darwin_00002671_person486_bacteria_2052.png new file mode 100644 index 0000000000000000000000000000000000000000..aa24ced619470a31000dbe040aacbcec89177d56 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002671_person486_bacteria_2052.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cac5a50269cff4929230d43947b1d76daf44f787ac18e7aef7599fe14836e4de +size 1362 diff --git a/MendeleyCXR/labels/Darwin_00002672_person486_bacteria_2053.png b/MendeleyCXR/labels/Darwin_00002672_person486_bacteria_2053.png new file mode 100644 index 0000000000000000000000000000000000000000..1a567e7a9c5835db17243f196358557a9a6d654f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002672_person486_bacteria_2053.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa9a552ced410b29c5077bcd5071ae798078c4c7da1d13fe6a747333ea86df18 +size 1327 diff --git a/MendeleyCXR/labels/Darwin_00002673_person486_bacteria_2054.png b/MendeleyCXR/labels/Darwin_00002673_person486_bacteria_2054.png new file mode 100644 index 0000000000000000000000000000000000000000..aa205b95fc4280fa86e87aaea9146f09033872eb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002673_person486_bacteria_2054.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:147ff0d3cdfacbbdeaf8d50a14436653713964c9be4190ddacb2522350203b10 +size 1317 diff --git a/MendeleyCXR/labels/Darwin_00002674_person487_bacteria_2055.png b/MendeleyCXR/labels/Darwin_00002674_person487_bacteria_2055.png new file mode 100644 index 0000000000000000000000000000000000000000..72c5c83c18aa9c76b2c8c6182a723f7639101279 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002674_person487_bacteria_2055.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59807a4b562ccc33c1430c7eb38da862f9b537076a6d173130d962ddfc071037 +size 1338 diff --git a/MendeleyCXR/labels/Darwin_00002675_person487_bacteria_2056.png b/MendeleyCXR/labels/Darwin_00002675_person487_bacteria_2056.png new file mode 100644 index 0000000000000000000000000000000000000000..c191021fbefe29d94a55df8f4bff12a6d6ea8c89 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002675_person487_bacteria_2056.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:904e7226f9219b67bfc72e1435fab22265eecf4fa741604279367c747a6c0766 +size 1059 diff --git a/MendeleyCXR/labels/Darwin_00002676_person487_bacteria_2057.png b/MendeleyCXR/labels/Darwin_00002676_person487_bacteria_2057.png new file mode 100644 index 0000000000000000000000000000000000000000..a1e606952f8ccc235d9f1dc9d769235f40d026cf --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002676_person487_bacteria_2057.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e26d15660ecb74fddee66f8cfc210cb6c8f090441219ea98550e1d58d0e16ec5 +size 1325 diff --git a/MendeleyCXR/labels/Darwin_00002677_person487_bacteria_2058.png b/MendeleyCXR/labels/Darwin_00002677_person487_bacteria_2058.png new file mode 100644 index 0000000000000000000000000000000000000000..2a8321ba51f5f6e8836fe4d8abbb2f60dad01749 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002677_person487_bacteria_2058.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c97605ed2336bb0776389b8c5b9a6b3ab37b75469f5d03586eece090e04ec05 +size 1325 diff --git a/MendeleyCXR/labels/Darwin_00002678_person487_bacteria_2059.png b/MendeleyCXR/labels/Darwin_00002678_person487_bacteria_2059.png new file mode 100644 index 0000000000000000000000000000000000000000..9af8c626c45ec01afcc6d6b6974a487f0aec4294 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002678_person487_bacteria_2059.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a455753b7bd69ddd2a02786870f5fc6c2cfe7037b4ecdfdb5f564a409584ee0 +size 1318 diff --git a/MendeleyCXR/labels/Darwin_00002679_person487_bacteria_2060.png b/MendeleyCXR/labels/Darwin_00002679_person487_bacteria_2060.png new file mode 100644 index 0000000000000000000000000000000000000000..056d4dff661901f7b8569bf16d489140f2993472 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002679_person487_bacteria_2060.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2feca98a59d7035b7c4864abf3372af3cf763b3bf7525849f41fdc419bdf822 +size 1324 diff --git a/MendeleyCXR/labels/Darwin_00002680_person488_bacteria_2061.png b/MendeleyCXR/labels/Darwin_00002680_person488_bacteria_2061.png new file mode 100644 index 0000000000000000000000000000000000000000..06e2b73b09ed7bdc83fde0911b5178020be87dc8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002680_person488_bacteria_2061.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5631bd6251a572f43cecc90c93eb8bcfdb818e23640e941c7586cf1deb478d63 +size 1298 diff --git a/MendeleyCXR/labels/Darwin_00002681_person488_bacteria_2062.png b/MendeleyCXR/labels/Darwin_00002681_person488_bacteria_2062.png new file mode 100644 index 0000000000000000000000000000000000000000..f8ce59290ad8a8ddaf1617dba9a9103db3007141 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002681_person488_bacteria_2062.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03399995c4269b233c9afb48a044b35d64e46af4798224fd6ea954f6067795e2 +size 1172 diff --git a/MendeleyCXR/labels/Darwin_00002682_person489_bacteria_2063.png b/MendeleyCXR/labels/Darwin_00002682_person489_bacteria_2063.png new file mode 100644 index 0000000000000000000000000000000000000000..87001e2904d54f6f73c100be8c2db1a130c4fc42 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002682_person489_bacteria_2063.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:041364d42fa6081d09822727c60ed7c2ac3796f7ad24b68181b2abad801208bf +size 1049 diff --git a/MendeleyCXR/labels/Darwin_00002683_person489_bacteria_2064.png b/MendeleyCXR/labels/Darwin_00002683_person489_bacteria_2064.png new file mode 100644 index 0000000000000000000000000000000000000000..d17a188c2e065a2c38825c508a20b70d22463a3c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002683_person489_bacteria_2064.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5b1ba6b7684616ca04458d68fc9765de3d6609f768ee00bc38bc16612f6352b +size 1151 diff --git a/MendeleyCXR/labels/Darwin_00002684_person489_bacteria_2065.png b/MendeleyCXR/labels/Darwin_00002684_person489_bacteria_2065.png new file mode 100644 index 0000000000000000000000000000000000000000..a4835de42eaff6bfd6045e7395d72af843da15c8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002684_person489_bacteria_2065.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abc4e5039ef4ea317f4105d0c39c7b26e6acfc3f7bee6952500e508575aad235 +size 1130 diff --git a/MendeleyCXR/labels/Darwin_00002685_person489_bacteria_2066.png b/MendeleyCXR/labels/Darwin_00002685_person489_bacteria_2066.png new file mode 100644 index 0000000000000000000000000000000000000000..639f4abe80b87fc9f8ae1bc80fa823e8e1cc48f1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002685_person489_bacteria_2066.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83e910e7e3f0fa1b0e85f83e2f2f8c9ebb8a95d36a12537032885931ad223e28 +size 1322 diff --git a/MendeleyCXR/labels/Darwin_00002686_person489_bacteria_2067.png b/MendeleyCXR/labels/Darwin_00002686_person489_bacteria_2067.png new file mode 100644 index 0000000000000000000000000000000000000000..45da1fce04f1e0146dc97d3551b40848958726c5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002686_person489_bacteria_2067.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0296c30df730d2b4ae544ed7aa70f20f68fd3cd70ec8b0cfc335e4ce7e01f80 +size 1270 diff --git a/MendeleyCXR/labels/Darwin_00002687_person490_bacteria_2068.png b/MendeleyCXR/labels/Darwin_00002687_person490_bacteria_2068.png new file mode 100644 index 0000000000000000000000000000000000000000..af36e9060b92ab40dd67e10ff79dd05be0105054 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002687_person490_bacteria_2068.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b9a533342756ea661992997aa38c660e7b337e4d56d685200800b9ce66afe9a +size 1315 diff --git a/MendeleyCXR/labels/Darwin_00002688_person490_bacteria_2069.png b/MendeleyCXR/labels/Darwin_00002688_person490_bacteria_2069.png new file mode 100644 index 0000000000000000000000000000000000000000..dbbe1889167bfaac0c550d51f5884adef3bd2e01 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002688_person490_bacteria_2069.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19ba5fa85ed7c390089033389fd10caa580c2fa7c06e1da6ae7b713c19555467 +size 1370 diff --git a/MendeleyCXR/labels/Darwin_00002689_person490_bacteria_2070.png b/MendeleyCXR/labels/Darwin_00002689_person490_bacteria_2070.png new file mode 100644 index 0000000000000000000000000000000000000000..701d6d371502b314299dc83922f1b6f47ea55345 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002689_person490_bacteria_2070.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d047b24524c5c4d10f2a2ceb5b40861f234ead32ed49fd69a135c00836700a28 +size 1343 diff --git a/MendeleyCXR/labels/Darwin_00002690_person491_bacteria_2071.png b/MendeleyCXR/labels/Darwin_00002690_person491_bacteria_2071.png new file mode 100644 index 0000000000000000000000000000000000000000..170fb275536ec6f0a228e86ef8449fdba6e8ce71 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002690_person491_bacteria_2071.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d33a0e0ca1cd09e43b3db632aa70a11c613fc824c97bfce82f22d4d2459c42b +size 1327 diff --git a/MendeleyCXR/labels/Darwin_00002691_person491_bacteria_2073.png b/MendeleyCXR/labels/Darwin_00002691_person491_bacteria_2073.png new file mode 100644 index 0000000000000000000000000000000000000000..cb9dae0ab5249f211929c7771332072fb4a84d77 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002691_person491_bacteria_2073.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1d356b5dd78c02feb5ad6f7abee67a2f459b0fbe2cda6f5533129195abc0935 +size 1305 diff --git a/MendeleyCXR/labels/Darwin_00002692_person491_bacteria_2075.png b/MendeleyCXR/labels/Darwin_00002692_person491_bacteria_2075.png new file mode 100644 index 0000000000000000000000000000000000000000..8d8ab94c117dfa7d3268d52998d1dd71755e6764 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002692_person491_bacteria_2075.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1e7fc9aa1e6d21a25a83c05a894f3a6813f4cc70dbf17f50d5512ce7f6d07d1 +size 1399 diff --git a/MendeleyCXR/labels/Darwin_00002693_person491_bacteria_2080.png b/MendeleyCXR/labels/Darwin_00002693_person491_bacteria_2080.png new file mode 100644 index 0000000000000000000000000000000000000000..4a6d27dfcbd0bfd0917915030bd4e54d8a6015d8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002693_person491_bacteria_2080.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d652518f7c6a476b7c63938cfdb9a31ee54b9c879645ac90ed5909cecfa1b804 +size 1274 diff --git a/MendeleyCXR/labels/Darwin_00002694_person491_bacteria_2081.png b/MendeleyCXR/labels/Darwin_00002694_person491_bacteria_2081.png new file mode 100644 index 0000000000000000000000000000000000000000..1152b4708110618568d579dec67264216b281b47 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002694_person491_bacteria_2081.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19362b4471faf8a5f627541613ce145e364a70b3e225505e6b6b1fa9a79b14f5 +size 1364 diff --git a/MendeleyCXR/labels/Darwin_00002695_person491_bacteria_2082.png b/MendeleyCXR/labels/Darwin_00002695_person491_bacteria_2082.png new file mode 100644 index 0000000000000000000000000000000000000000..ed5826c7cb2baae267d2e05945a57ea83584ff45 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002695_person491_bacteria_2082.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f807d2613b214acc3421eb5cd585db211d4571a6168af50b2a79e71ed245960 +size 1188 diff --git a/MendeleyCXR/labels/Darwin_00002696_person492_bacteria_2083.png b/MendeleyCXR/labels/Darwin_00002696_person492_bacteria_2083.png new file mode 100644 index 0000000000000000000000000000000000000000..18cc649d2ede9bb160ea78fb664a8743fce5dc5b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002696_person492_bacteria_2083.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a88e10ef89d51bf3d2b8c96ad3bb35323872e86edc6df5d761dc03fc9b03e384 +size 1451 diff --git a/MendeleyCXR/labels/Darwin_00002697_person492_bacteria_2084.png b/MendeleyCXR/labels/Darwin_00002697_person492_bacteria_2084.png new file mode 100644 index 0000000000000000000000000000000000000000..e19dfd38206de301f8a0db6d7aa2928f55416dcd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002697_person492_bacteria_2084.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29631f9fcb86468b9d1a24466422ae1ea9c6081ce84483b8dc692f67a1c8c122 +size 1425 diff --git a/MendeleyCXR/labels/Darwin_00002698_person492_bacteria_2085.png b/MendeleyCXR/labels/Darwin_00002698_person492_bacteria_2085.png new file mode 100644 index 0000000000000000000000000000000000000000..8681619376436a1597c5db9feea04ff527fabbef --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002698_person492_bacteria_2085.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fecdd17c1804a27f52861913e41ea1c34627a121264eb6d14a8d5063d02e89f5 +size 1408 diff --git a/MendeleyCXR/labels/Darwin_00002699_person493_bacteria_2086.png b/MendeleyCXR/labels/Darwin_00002699_person493_bacteria_2086.png new file mode 100644 index 0000000000000000000000000000000000000000..409a5be56be153351195deaf89df84186cea08d0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002699_person493_bacteria_2086.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a9d3554496d1cf96b7d1eb96532927e52a502d37a0101c5e6ed786fe43da66d +size 1241 diff --git a/MendeleyCXR/labels/Darwin_00002700_person493_bacteria_2087.png b/MendeleyCXR/labels/Darwin_00002700_person493_bacteria_2087.png new file mode 100644 index 0000000000000000000000000000000000000000..dc890572208aa31fc77cd5260ffc1806b7cb9ffc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002700_person493_bacteria_2087.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5946b01e9a606566f1181fa3b52c8829aec46da3ce2df0ca955ad8647f417243 +size 1327 diff --git a/MendeleyCXR/labels/Darwin_00002701_person494_bacteria_2088.png b/MendeleyCXR/labels/Darwin_00002701_person494_bacteria_2088.png new file mode 100644 index 0000000000000000000000000000000000000000..b6c0b4864e7269afa6248412ba24815e2ed6f1ce --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002701_person494_bacteria_2088.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:834ce3e877573ff6996e2b159288af278eb32d47a134d4f12a0457955a06616d +size 1392 diff --git a/MendeleyCXR/labels/Darwin_00002702_person494_bacteria_2089.png b/MendeleyCXR/labels/Darwin_00002702_person494_bacteria_2089.png new file mode 100644 index 0000000000000000000000000000000000000000..f0dd954972a84aecb92f3377b6f93d14e53500b9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002702_person494_bacteria_2089.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d9d33b57e9e2f2f5c88c95d6f1568a89ba3f505e665dafa4eb818068663787a +size 1373 diff --git a/MendeleyCXR/labels/Darwin_00002703_person494_bacteria_2090.png b/MendeleyCXR/labels/Darwin_00002703_person494_bacteria_2090.png new file mode 100644 index 0000000000000000000000000000000000000000..4ea60483175d3bb3dd4fcee6243dc48312dc4661 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002703_person494_bacteria_2090.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be207a1e80d07ce9000bd2a252f641f2f1008fff8a95223db821b130f9843bc6 +size 1481 diff --git a/MendeleyCXR/labels/Darwin_00002705_person496_bacteria_2095.png b/MendeleyCXR/labels/Darwin_00002705_person496_bacteria_2095.png new file mode 100644 index 0000000000000000000000000000000000000000..7a47af23638ade1519649274d40662ea4c9fac1f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002705_person496_bacteria_2095.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:289f943310c306549602ad327116a7e7daa066f2231c859c5fc5c1c6e18679c1 +size 1482 diff --git a/MendeleyCXR/labels/Darwin_00002706_person498_bacteria_2100.png b/MendeleyCXR/labels/Darwin_00002706_person498_bacteria_2100.png new file mode 100644 index 0000000000000000000000000000000000000000..fb84a633aaf29628db321a57937b2b3d33bade63 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002706_person498_bacteria_2100.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b8be4bcf9707a171a1931e16dad37038e57fe5c411991b93f191203e775a232 +size 1225 diff --git a/MendeleyCXR/labels/Darwin_00002707_person498_bacteria_2101.png b/MendeleyCXR/labels/Darwin_00002707_person498_bacteria_2101.png new file mode 100644 index 0000000000000000000000000000000000000000..87a95e0eb091069e57de572f7c9fe0d28ac38fd5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002707_person498_bacteria_2101.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53c60037548edd027b86617fff05e2ff168cb57b349680081f43ee7472de1a81 +size 1251 diff --git a/MendeleyCXR/labels/Darwin_00002708_person498_bacteria_2102.png b/MendeleyCXR/labels/Darwin_00002708_person498_bacteria_2102.png new file mode 100644 index 0000000000000000000000000000000000000000..4dd1b9a8b423dfd6ced85f81b5b5760995b6eca1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002708_person498_bacteria_2102.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26c9dacab863265bf2c1839a6775f4ce09f491180bcc04f63a8d31a660e9c07f +size 1291 diff --git a/MendeleyCXR/labels/Darwin_00002709_person499_bacteria_2103.png b/MendeleyCXR/labels/Darwin_00002709_person499_bacteria_2103.png new file mode 100644 index 0000000000000000000000000000000000000000..3c98002fbecf72fdccd5f8672a02a1f123d44876 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002709_person499_bacteria_2103.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ddf3fa9f87c05d306cf7f745be51fafccd235319300cbaacc1b1f8ead09e8ce +size 1241 diff --git a/MendeleyCXR/labels/Darwin_00002710_person499_bacteria_2104.png b/MendeleyCXR/labels/Darwin_00002710_person499_bacteria_2104.png new file mode 100644 index 0000000000000000000000000000000000000000..826aa740ad22d22453eb7fed8f4cb4bfa1007aea --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002710_person499_bacteria_2104.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53c6be2f4bb2a036167bfdf96c9050526057a1680eca88ccc3e071caa947f55a +size 1387 diff --git a/MendeleyCXR/labels/Darwin_00002711_person500_bacteria_2105.png b/MendeleyCXR/labels/Darwin_00002711_person500_bacteria_2105.png new file mode 100644 index 0000000000000000000000000000000000000000..6a44b5b6cda0dca3bec3cc980c6e5f3e9ccc7bd7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002711_person500_bacteria_2105.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:072db0aaa2496256df53d20e23a43de6d81c37b9d881a5305b967c0704d8a705 +size 1205 diff --git a/MendeleyCXR/labels/Darwin_00002712_person500_bacteria_2106.png b/MendeleyCXR/labels/Darwin_00002712_person500_bacteria_2106.png new file mode 100644 index 0000000000000000000000000000000000000000..6644e5fc0bce7248d00c11c985ffc95b71dd6378 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002712_person500_bacteria_2106.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e67f236f8031259fae5de52104363a7c373c6a6878dd70c34377ca74d787e2a5 +size 1230 diff --git a/MendeleyCXR/labels/Darwin_00002714_person500_bacteria_2108.png b/MendeleyCXR/labels/Darwin_00002714_person500_bacteria_2108.png new file mode 100644 index 0000000000000000000000000000000000000000..33fdf8fcbdfc7bb634988d81029e344156e8ebac --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002714_person500_bacteria_2108.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bc473e651e0e057dfe0e4c00634467e62294c543a931238924b4bebaa8c9244 +size 1307 diff --git a/MendeleyCXR/labels/Darwin_00002715_person500_bacteria_2109.png b/MendeleyCXR/labels/Darwin_00002715_person500_bacteria_2109.png new file mode 100644 index 0000000000000000000000000000000000000000..70412cd2a681d901cfd4d063074d8041197ee5da --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002715_person500_bacteria_2109.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e121773a10ca160fde04e2572b6889ef594694fb1d4657819591d60bf208a139 +size 1264 diff --git a/MendeleyCXR/labels/Darwin_00002716_person500_bacteria_2110.png b/MendeleyCXR/labels/Darwin_00002716_person500_bacteria_2110.png new file mode 100644 index 0000000000000000000000000000000000000000..c64243898803daa0ce48bd67e2b72b414725871e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002716_person500_bacteria_2110.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a58dd1685f61abafb21952d666a32983eb69f7aa0f6cb4caccc5006a0ba77630 +size 1203 diff --git a/MendeleyCXR/labels/Darwin_00002717_person500_bacteria_2111.png b/MendeleyCXR/labels/Darwin_00002717_person500_bacteria_2111.png new file mode 100644 index 0000000000000000000000000000000000000000..ed313f061cd8e72eb192950c45f35d1b49afafef --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002717_person500_bacteria_2111.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4d23938ca33f5a56c08f84c25747ba90abdc9a0c561dffc99bcad74048ac9f1 +size 1298 diff --git a/MendeleyCXR/labels/Darwin_00002718_person501_bacteria_2112.png b/MendeleyCXR/labels/Darwin_00002718_person501_bacteria_2112.png new file mode 100644 index 0000000000000000000000000000000000000000..14b32f035e627019ffab6a79c4527624e09c51fd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002718_person501_bacteria_2112.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8e4c73c329b0252da6197456a5d28571d27b90f1b178ddbe6928550d2816c7c +size 1112 diff --git a/MendeleyCXR/labels/Darwin_00002719_person501_bacteria_2113.png b/MendeleyCXR/labels/Darwin_00002719_person501_bacteria_2113.png new file mode 100644 index 0000000000000000000000000000000000000000..35975edf8a6e5c1348d8f4a2e6bd976491aa20f4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002719_person501_bacteria_2113.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cf1cc0193928bde40715da19c638b33d21af0c984a27e881e4e47b4d85e0f31 +size 1159 diff --git a/MendeleyCXR/labels/Darwin_00002720_person501_bacteria_2114.png b/MendeleyCXR/labels/Darwin_00002720_person501_bacteria_2114.png new file mode 100644 index 0000000000000000000000000000000000000000..a8248c2c3552c1ec1c55abbd6d55bbbc6d5d8a8b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002720_person501_bacteria_2114.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:360757116691d6650f365f87b5864621d808f3367d01ec1d3dffe479e1b6f41f +size 1124 diff --git a/MendeleyCXR/labels/Darwin_00002721_person501_bacteria_2115.png b/MendeleyCXR/labels/Darwin_00002721_person501_bacteria_2115.png new file mode 100644 index 0000000000000000000000000000000000000000..d18342d6bd2f50cda5dcc5e039808da6d325777c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002721_person501_bacteria_2115.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:849b0a5c078ec8fdc3ea47af0cd180e7353e57b4494941ea2835d80721800518 +size 1304 diff --git a/MendeleyCXR/labels/Darwin_00002722_person501_bacteria_2116.png b/MendeleyCXR/labels/Darwin_00002722_person501_bacteria_2116.png new file mode 100644 index 0000000000000000000000000000000000000000..b84873bbfb8d4749abe2a37d9d36af4996eb36aa --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002722_person501_bacteria_2116.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8da6270c5ca6f8902883e228ffb9d8641643214b36129976630eebb280f1984f +size 1233 diff --git a/MendeleyCXR/labels/Darwin_00002723_person502_bacteria_2117.png b/MendeleyCXR/labels/Darwin_00002723_person502_bacteria_2117.png new file mode 100644 index 0000000000000000000000000000000000000000..8ef56ad087bcde3365aa1a773aafc192425f4a1b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002723_person502_bacteria_2117.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29f4015746e609de9e20f0fc5e152a3897525ad1630c5f557e4c8c206f6848dd +size 1322 diff --git a/MendeleyCXR/labels/Darwin_00002724_person502_bacteria_2118.png b/MendeleyCXR/labels/Darwin_00002724_person502_bacteria_2118.png new file mode 100644 index 0000000000000000000000000000000000000000..111658d12194737897c4235e02c8217f5f7cae17 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002724_person502_bacteria_2118.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bb7c6acf73502686ebcc3bf794b61c9bb9807f21d8b22b6dba7773643a77a0f +size 1324 diff --git a/MendeleyCXR/labels/Darwin_00002725_person502_bacteria_2119.png b/MendeleyCXR/labels/Darwin_00002725_person502_bacteria_2119.png new file mode 100644 index 0000000000000000000000000000000000000000..565c22960b30bcac89ff9d4190fd91f8d14f20c7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002725_person502_bacteria_2119.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ee2fec5748b0b3f782589ed41c3034e22787b36cdc2524c45ad34355efa7cd0 +size 1315 diff --git a/MendeleyCXR/labels/Darwin_00002726_person502_bacteria_2120.png b/MendeleyCXR/labels/Darwin_00002726_person502_bacteria_2120.png new file mode 100644 index 0000000000000000000000000000000000000000..8e7df74568e1e17267e84d6a0d1f44cd2ac32f8d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002726_person502_bacteria_2120.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:369174c40ca33be80aeee051f4bd0cb1a1ef36c7ead37242c337961d0587f44a +size 1253 diff --git a/MendeleyCXR/labels/Darwin_00002727_person502_bacteria_2121.png b/MendeleyCXR/labels/Darwin_00002727_person502_bacteria_2121.png new file mode 100644 index 0000000000000000000000000000000000000000..7e169786273430d2ac7d4ae450e7f7d17610d48a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002727_person502_bacteria_2121.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93e4b9dd114fb237e94df3e07b6d100500a40a3ebe44ca408c98ece9db3aa2d1 +size 1326 diff --git a/MendeleyCXR/labels/Darwin_00002728_person502_bacteria_2122.png b/MendeleyCXR/labels/Darwin_00002728_person502_bacteria_2122.png new file mode 100644 index 0000000000000000000000000000000000000000..801caca0c84b418ffbbf7762f7243a82233c53f0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002728_person502_bacteria_2122.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95987a6cf5ad9c4da13b5bfcdfed04f11f4302a475aabe23877023d8f58c4c6e +size 1370 diff --git a/MendeleyCXR/labels/Darwin_00002729_person502_bacteria_2123.png b/MendeleyCXR/labels/Darwin_00002729_person502_bacteria_2123.png new file mode 100644 index 0000000000000000000000000000000000000000..f929c54c6ad68b335b017f1e73ab9bc41b93c7ad --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002729_person502_bacteria_2123.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09583db27491fb59be7150cd596d54825abd973fd60db492fc44a5d39b3ae0d7 +size 1354 diff --git a/MendeleyCXR/labels/Darwin_00002730_person503_bacteria_2125.png b/MendeleyCXR/labels/Darwin_00002730_person503_bacteria_2125.png new file mode 100644 index 0000000000000000000000000000000000000000..f43f8c914ebc4147d70e86fdb1bd4ccea7000851 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002730_person503_bacteria_2125.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79dbb5c310ddda7826f21e24a48602c9983048e748019af95ffb2b1332469085 +size 1349 diff --git a/MendeleyCXR/labels/Darwin_00002731_person503_bacteria_2126.png b/MendeleyCXR/labels/Darwin_00002731_person503_bacteria_2126.png new file mode 100644 index 0000000000000000000000000000000000000000..c6f6cd54155b5fbff86ccf322b32ec6cb5fff4ae --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002731_person503_bacteria_2126.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0684036575371a1b0a6c7c24e8692eb177374efd2cd3aef93e64984ff5c60884 +size 1236 diff --git a/MendeleyCXR/labels/Darwin_00002732_person504_bacteria_2127.png b/MendeleyCXR/labels/Darwin_00002732_person504_bacteria_2127.png new file mode 100644 index 0000000000000000000000000000000000000000..9e8563db1dee77557f8680cd82dfddc3221b2363 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002732_person504_bacteria_2127.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3761d234df66e186c57227db8721f5d918c1c3023dc93b690aeea7034fb80826 +size 1419 diff --git a/MendeleyCXR/labels/Darwin_00002733_person504_bacteria_2129.png b/MendeleyCXR/labels/Darwin_00002733_person504_bacteria_2129.png new file mode 100644 index 0000000000000000000000000000000000000000..4e56cf14129dc05ac7e649f010f98f2d8906f3f2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002733_person504_bacteria_2129.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:148c9bce8857f9cda0ae1f735857336e418dcb506f56e10af4ae32ded481f444 +size 1338 diff --git a/MendeleyCXR/labels/Darwin_00002734_person504_bacteria_2130.png b/MendeleyCXR/labels/Darwin_00002734_person504_bacteria_2130.png new file mode 100644 index 0000000000000000000000000000000000000000..a06c5cea025e5ade587a3cdf8c293c36294b7840 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002734_person504_bacteria_2130.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cc08c94aa6a7e25682cebca19b22ea8562d4947d5963116539aa48c4c6ffe89 +size 1203 diff --git a/MendeleyCXR/labels/Darwin_00002735_person504_bacteria_2132.png b/MendeleyCXR/labels/Darwin_00002735_person504_bacteria_2132.png new file mode 100644 index 0000000000000000000000000000000000000000..340cbad4f9e9069e3fe2552c66c971c8745a1d62 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002735_person504_bacteria_2132.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3c4d9d33c5ad593ac5925bebe20265f217b2ccebbafd80292c0e3defa007789 +size 1353 diff --git a/MendeleyCXR/labels/Darwin_00002736_person504_bacteria_2133.png b/MendeleyCXR/labels/Darwin_00002736_person504_bacteria_2133.png new file mode 100644 index 0000000000000000000000000000000000000000..36b6715a78b0460ea3cb0f559b36131f5e2227dd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002736_person504_bacteria_2133.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63676dead267da6a58afcc7adb912aa63407f3907aa7fd9d734583ff861d6722 +size 1350 diff --git a/MendeleyCXR/labels/Darwin_00002737_person505_bacteria_2135.png b/MendeleyCXR/labels/Darwin_00002737_person505_bacteria_2135.png new file mode 100644 index 0000000000000000000000000000000000000000..232a251f7ac4ba0a064381163e3d154c6ec2dd7f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002737_person505_bacteria_2135.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80e55b50511a220f03598ba217b32285085a0e7003d125f020c0be80be4547d9 +size 1295 diff --git a/MendeleyCXR/labels/Darwin_00002738_person506_bacteria_2136.png b/MendeleyCXR/labels/Darwin_00002738_person506_bacteria_2136.png new file mode 100644 index 0000000000000000000000000000000000000000..1e687b91f1d22aaf6f63ed85fc1f016949f694a9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002738_person506_bacteria_2136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db8e813638fda7df4c2ba69c988e562d07a022abcb7918cd438ef9252558e92c +size 1256 diff --git a/MendeleyCXR/labels/Darwin_00002739_person506_bacteria_2138.png b/MendeleyCXR/labels/Darwin_00002739_person506_bacteria_2138.png new file mode 100644 index 0000000000000000000000000000000000000000..87c13961013e13bdc3a2500ddbf0e5e675e8b477 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002739_person506_bacteria_2138.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:991591ad17a21c43b2ca6aa54e032fb41f59ad7fabf73dea5c23dede6e69e871 +size 1293 diff --git a/MendeleyCXR/labels/Darwin_00002740_person507_bacteria_2139.png b/MendeleyCXR/labels/Darwin_00002740_person507_bacteria_2139.png new file mode 100644 index 0000000000000000000000000000000000000000..10796bbd08c9a908f5601a61a4fd96930a02e6e1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002740_person507_bacteria_2139.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbee99050a270afcfff8242005b306a333241b80bc28848961d7a94e044c137c +size 1287 diff --git a/MendeleyCXR/labels/Darwin_00002741_person507_bacteria_2140.png b/MendeleyCXR/labels/Darwin_00002741_person507_bacteria_2140.png new file mode 100644 index 0000000000000000000000000000000000000000..cafd2d08cace2765adbe231989e0cb2f5c3196a2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002741_person507_bacteria_2140.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3fa7552566fed289c14aa871f8ce4e062829abb5d92407a3fdd76df8ce93200 +size 1091 diff --git a/MendeleyCXR/labels/Darwin_00002742_person507_bacteria_2141.png b/MendeleyCXR/labels/Darwin_00002742_person507_bacteria_2141.png new file mode 100644 index 0000000000000000000000000000000000000000..77de655b8c3b6b97a9f4b92bd0011fb831acca81 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002742_person507_bacteria_2141.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00cbe6a543c5afa7ef1b9b0aac7c82c47b38f78c6448229785f3972e19db01ec +size 1427 diff --git a/MendeleyCXR/labels/Darwin_00002743_person508_bacteria_2142.png b/MendeleyCXR/labels/Darwin_00002743_person508_bacteria_2142.png new file mode 100644 index 0000000000000000000000000000000000000000..74624204966766697ea0584b54f6c03a03803978 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002743_person508_bacteria_2142.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d3df8dfc427cdbb2c638ced303bfc56bae5b14292f8f23c11177f7ce2c85dbf +size 1287 diff --git a/MendeleyCXR/labels/Darwin_00002744_person508_bacteria_2143.png b/MendeleyCXR/labels/Darwin_00002744_person508_bacteria_2143.png new file mode 100644 index 0000000000000000000000000000000000000000..b4cd4779e8d644f70f306edda606969a6e3874bb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002744_person508_bacteria_2143.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:321e9b309b0736fb9beb8c235301dcff0f6433a9cc611387d34776a74b1a09db +size 1291 diff --git a/MendeleyCXR/labels/Darwin_00002745_person508_bacteria_2144.png b/MendeleyCXR/labels/Darwin_00002745_person508_bacteria_2144.png new file mode 100644 index 0000000000000000000000000000000000000000..878ea25764fff9caa1b2697ca3d59df1ab2d9615 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002745_person508_bacteria_2144.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe2d58af8701237c4708d077029ee76c55969cb127136eedd760cbed4336fa72 +size 1386 diff --git a/MendeleyCXR/labels/Darwin_00002746_person509_bacteria_2145.png b/MendeleyCXR/labels/Darwin_00002746_person509_bacteria_2145.png new file mode 100644 index 0000000000000000000000000000000000000000..0b43880249eda4b1bd3a7fed83b18acbfa7b19bd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002746_person509_bacteria_2145.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9c53065e2406595a1e4f9b672fc6e8207f5b0873f96014fa21fb31b61871d52 +size 1123 diff --git a/MendeleyCXR/labels/Darwin_00002747_person509_bacteria_2146.png b/MendeleyCXR/labels/Darwin_00002747_person509_bacteria_2146.png new file mode 100644 index 0000000000000000000000000000000000000000..c6c8de5c9cd020102ac1b934f450d9bdd4e3be0b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002747_person509_bacteria_2146.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa64fd61e9c2ed2197e0595aa47177dd5b91f0a96db0640d64414c571b63472d +size 1320 diff --git a/MendeleyCXR/labels/Darwin_00002748_person510_bacteria_2147.png b/MendeleyCXR/labels/Darwin_00002748_person510_bacteria_2147.png new file mode 100644 index 0000000000000000000000000000000000000000..2c07c7576e44a3841a827abafb7a59f8895a843d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002748_person510_bacteria_2147.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c4ee0fe7743ed8d5f28890a958cac9153a44ea0826f558c318c551db9c43b43 +size 1352 diff --git a/MendeleyCXR/labels/Darwin_00002749_person510_bacteria_2148.png b/MendeleyCXR/labels/Darwin_00002749_person510_bacteria_2148.png new file mode 100644 index 0000000000000000000000000000000000000000..51669a76f93eebfadd33471791136e373d834844 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002749_person510_bacteria_2148.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f39bb3465e048d06a29ba5ecacd95ee023e8eb5830c28df9a58947fbb38dd7f +size 1135 diff --git a/MendeleyCXR/labels/Darwin_00002750_person510_bacteria_2149.png b/MendeleyCXR/labels/Darwin_00002750_person510_bacteria_2149.png new file mode 100644 index 0000000000000000000000000000000000000000..58a8c8f1e82ce8be5a4126ab4fe97eb1c11ecc11 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002750_person510_bacteria_2149.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd2a44a58687511c09b77a2afa1b073f0849a30ebee44e706691c184d9990004 +size 1325 diff --git a/MendeleyCXR/labels/Darwin_00002751_person510_bacteria_2150.png b/MendeleyCXR/labels/Darwin_00002751_person510_bacteria_2150.png new file mode 100644 index 0000000000000000000000000000000000000000..8d6683163bec0ccefa58e8829656e61e1f64b3d4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002751_person510_bacteria_2150.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33eba858a0bf00f56ad58a0eec8484dd510acca923d2293e2ab8d74affd746d9 +size 1187 diff --git a/MendeleyCXR/labels/Darwin_00002752_person511_bacteria_2152.png b/MendeleyCXR/labels/Darwin_00002752_person511_bacteria_2152.png new file mode 100644 index 0000000000000000000000000000000000000000..8f126df3b562610ef74f6a44800f09de77c662d2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002752_person511_bacteria_2152.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:931024bed01dc94b80b7b6e5252f0f4be2078d62a8395412784d62de7b8a1742 +size 1223 diff --git a/MendeleyCXR/labels/Darwin_00002753_person511_bacteria_2153.png b/MendeleyCXR/labels/Darwin_00002753_person511_bacteria_2153.png new file mode 100644 index 0000000000000000000000000000000000000000..026a90772ece0954831f6897bf95e94b1792aa2b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002753_person511_bacteria_2153.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54a6e5136bd5cf41742f62ba93afe6305290c812fe1fd93438f22542d2d93ddc +size 1243 diff --git a/MendeleyCXR/labels/Darwin_00002754_person512_bacteria_2154.png b/MendeleyCXR/labels/Darwin_00002754_person512_bacteria_2154.png new file mode 100644 index 0000000000000000000000000000000000000000..b4f14d7468572111764cfdc5457443e815ea77db --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002754_person512_bacteria_2154.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d66d2564d59da9e87910514d901d5952537a5622ffd4de495625d13821ab12e +size 1315 diff --git a/MendeleyCXR/labels/Darwin_00002755_person512_bacteria_2155.png b/MendeleyCXR/labels/Darwin_00002755_person512_bacteria_2155.png new file mode 100644 index 0000000000000000000000000000000000000000..ce1e2f7fcf90d56e6dcdc6dab40b8254882f2721 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002755_person512_bacteria_2155.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d05554faad17b917346f970c1cfb3e9bf653672ddd4412b7825c1d4c72af051a +size 1356 diff --git a/MendeleyCXR/labels/Darwin_00002756_person514_bacteria_2184.png b/MendeleyCXR/labels/Darwin_00002756_person514_bacteria_2184.png new file mode 100644 index 0000000000000000000000000000000000000000..5d8e321e4bcaecdead43edd11290455d24fca7a3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002756_person514_bacteria_2184.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c05e3ff712734914cf71e4a949f1fd911f095300acfb1f5343044e4a498a5ecd +size 1246 diff --git a/MendeleyCXR/labels/Darwin_00002757_person515_bacteria_2185.png b/MendeleyCXR/labels/Darwin_00002757_person515_bacteria_2185.png new file mode 100644 index 0000000000000000000000000000000000000000..14e464947c31ca1b29d6ac3ca5a590595db6c49a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002757_person515_bacteria_2185.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ac0bb3d377fb73c7d8b6138c6044a78d3b7a160c2dfed3f79af5fdf36d4a24f +size 1231 diff --git a/MendeleyCXR/labels/Darwin_00002758_person515_bacteria_2186.png b/MendeleyCXR/labels/Darwin_00002758_person515_bacteria_2186.png new file mode 100644 index 0000000000000000000000000000000000000000..574267de9e029d8ba953042227062361d4ba6c82 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002758_person515_bacteria_2186.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d603a58aa7d894bc3c77f12860bf63b320124ea6744f7c9e9b5c82574f11ec2 +size 1189 diff --git a/MendeleyCXR/labels/Darwin_00002759_person515_bacteria_2187.png b/MendeleyCXR/labels/Darwin_00002759_person515_bacteria_2187.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ddd80c0d02eb93b83cbfe267f9061855866978 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002759_person515_bacteria_2187.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7419d4ee9adb2f38e67c78da20bd424ff68c4d959cb61446333becb34613500a +size 1239 diff --git a/MendeleyCXR/labels/Darwin_00002760_person515_bacteria_2188.png b/MendeleyCXR/labels/Darwin_00002760_person515_bacteria_2188.png new file mode 100644 index 0000000000000000000000000000000000000000..fb543ace26fa8da0de01ee72b7bfc660bd787979 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002760_person515_bacteria_2188.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d107c96c606c860a11d574f21463ba9fac96aef6c6e60d37e7a95186daefb23 +size 1307 diff --git a/MendeleyCXR/labels/Darwin_00002761_person515_bacteria_2189.png b/MendeleyCXR/labels/Darwin_00002761_person515_bacteria_2189.png new file mode 100644 index 0000000000000000000000000000000000000000..6b163d9605950d17676637440b0e6d392fa77bf7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002761_person515_bacteria_2189.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05c37328ec7b59b4dd98d23040e4dff097db145de68e1318734d91bb002819d8 +size 1242 diff --git a/MendeleyCXR/labels/Darwin_00002762_person515_bacteria_2190.png b/MendeleyCXR/labels/Darwin_00002762_person515_bacteria_2190.png new file mode 100644 index 0000000000000000000000000000000000000000..c881c4263669c3ffeebb78ab124ecf9d20c1f6b2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002762_person515_bacteria_2190.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bd5c39d69f0b6bf5ab383f97d28ea3e6467208c16ad8084a38470edc983f953 +size 1312 diff --git a/MendeleyCXR/labels/Darwin_00002765_person517_bacteria_2196.png b/MendeleyCXR/labels/Darwin_00002765_person517_bacteria_2196.png new file mode 100644 index 0000000000000000000000000000000000000000..f2597238ede52b613c113532081633150481d649 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002765_person517_bacteria_2196.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:117bdd634c84dda3c8bfdb5f2396af4c339b62ad7a9ee8761f477f0688f572bb +size 1297 diff --git a/MendeleyCXR/labels/Darwin_00002766_person518_bacteria_2197.png b/MendeleyCXR/labels/Darwin_00002766_person518_bacteria_2197.png new file mode 100644 index 0000000000000000000000000000000000000000..e7e40d10ed1d4f8b30fdf8f4c6a56daddc2f1e79 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002766_person518_bacteria_2197.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e32244128299e43452aaa368c2458bf9600a46729f4afa421c5ed4eb8bb53bd3 +size 1159 diff --git a/MendeleyCXR/labels/Darwin_00002767_person518_bacteria_2198.png b/MendeleyCXR/labels/Darwin_00002767_person518_bacteria_2198.png new file mode 100644 index 0000000000000000000000000000000000000000..383b74e7bb97974329e49b208ba2b0d17a0bd59b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002767_person518_bacteria_2198.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:463b735fa6074efd8794f175103d69e3c9c8d2f141a254a09d485da68c1767b4 +size 1366 diff --git a/MendeleyCXR/labels/Darwin_00002768_person518_bacteria_2199.png b/MendeleyCXR/labels/Darwin_00002768_person518_bacteria_2199.png new file mode 100644 index 0000000000000000000000000000000000000000..f4dba7fbc50e941e9ff0dc05e9abe8c074fb6867 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002768_person518_bacteria_2199.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9481c61cf4280003bc0f01f2f5e61aced7067e1ac6bad30bcf936769f44e6f81 +size 1351 diff --git a/MendeleyCXR/labels/Darwin_00002769_person518_bacteria_2200.png b/MendeleyCXR/labels/Darwin_00002769_person518_bacteria_2200.png new file mode 100644 index 0000000000000000000000000000000000000000..2e79bc8a1d2c9a3620cfab324a5b6cd2f11b822f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002769_person518_bacteria_2200.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd2f35d57572a33dd33f18786fd94f4c67135317f4ad373dbc276e0697c6190e +size 1273 diff --git a/MendeleyCXR/labels/Darwin_00002770_person520_bacteria_2203.png b/MendeleyCXR/labels/Darwin_00002770_person520_bacteria_2203.png new file mode 100644 index 0000000000000000000000000000000000000000..80cd3c7ae7941eed0866c6df9f4e03d20cc83d1e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002770_person520_bacteria_2203.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4fc7b8d70766034178ee9633dd2b67d840edfbf8dba011092b1ecb9227192c9 +size 1231 diff --git a/MendeleyCXR/labels/Darwin_00002771_person520_bacteria_2204.png b/MendeleyCXR/labels/Darwin_00002771_person520_bacteria_2204.png new file mode 100644 index 0000000000000000000000000000000000000000..8fbf4d2d2521a5af3caa82f288d38a0af093e1fc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002771_person520_bacteria_2204.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:396d73f07c55e4222abbe9740f798497f37ef23d93b67b5bbe56887c010afc1d +size 1314 diff --git a/MendeleyCXR/labels/Darwin_00002772_person520_bacteria_2205.png b/MendeleyCXR/labels/Darwin_00002772_person520_bacteria_2205.png new file mode 100644 index 0000000000000000000000000000000000000000..e25ab827f9a27a8ec9015a1e419f72e5b6f95f7d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002772_person520_bacteria_2205.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9212b06e740cf81a3060af46f8413a5d96e0aae727072447f35f302915309d4 +size 1322 diff --git a/MendeleyCXR/labels/Darwin_00002773_person522_bacteria_2210.png b/MendeleyCXR/labels/Darwin_00002773_person522_bacteria_2210.png new file mode 100644 index 0000000000000000000000000000000000000000..1bf5afb0aadb51e6a6003d5eb9633d4f4fd30b84 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002773_person522_bacteria_2210.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:802313e069a0b1f012dce74e46af99b0f647e642633136b5a1d3a436907e3489 +size 1352 diff --git a/MendeleyCXR/labels/Darwin_00002774_person522_bacteria_2211.png b/MendeleyCXR/labels/Darwin_00002774_person522_bacteria_2211.png new file mode 100644 index 0000000000000000000000000000000000000000..1003e0e7fdae635275af9ed6b07520da4afc963c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002774_person522_bacteria_2211.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baf4eaec07c39772a9d74e95d8d7a437786bc746dcb9e6112012e040d2fa10cf +size 1273 diff --git a/MendeleyCXR/labels/Darwin_00002776_person525_bacteria_2217.png b/MendeleyCXR/labels/Darwin_00002776_person525_bacteria_2217.png new file mode 100644 index 0000000000000000000000000000000000000000..c125021c3676156bfd2ca34e81082b84867f9f74 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002776_person525_bacteria_2217.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ea23087d053a251a072fb5bc0c294200b526314df23531f4bbe34bb37ba090a +size 1436 diff --git a/MendeleyCXR/labels/Darwin_00002777_person525_bacteria_2218.png b/MendeleyCXR/labels/Darwin_00002777_person525_bacteria_2218.png new file mode 100644 index 0000000000000000000000000000000000000000..bab139b46c02bd3748fa389ad99e3fd435835cf1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002777_person525_bacteria_2218.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caf5f20693579b83ace6411d5adc5fbdaa09263c67cdd0d84ba7576cc7e00d12 +size 1325 diff --git a/MendeleyCXR/labels/Darwin_00002778_person525_bacteria_2220.png b/MendeleyCXR/labels/Darwin_00002778_person525_bacteria_2220.png new file mode 100644 index 0000000000000000000000000000000000000000..5ba90d74df8bf70bae697ab8f4ad4865e529c86a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002778_person525_bacteria_2220.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db3778d85fa78fa79a96123e474b127752e4c56e393c830c64e08d759b9ea09e +size 1301 diff --git a/MendeleyCXR/labels/Darwin_00002779_person3_bacteria_10.png b/MendeleyCXR/labels/Darwin_00002779_person3_bacteria_10.png new file mode 100644 index 0000000000000000000000000000000000000000..7ca157b416b52e7ff5e614126de3dfedc258ab7b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002779_person3_bacteria_10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85326cd6c179264da427a6ed91046bace69ad6801d97676644fab6c158cd4ec8 +size 1360 diff --git a/MendeleyCXR/labels/Darwin_00002780_person3_bacteria_11.png b/MendeleyCXR/labels/Darwin_00002780_person3_bacteria_11.png new file mode 100644 index 0000000000000000000000000000000000000000..5e0a6737dcad8bd667d01efdf210fb4386045979 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002780_person3_bacteria_11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7718b337d531b15e22a097d877c7d0f6fdad971768cffcb5a5c174cb65b56cb7 +size 1397 diff --git a/MendeleyCXR/labels/Darwin_00002781_person3_bacteria_12.png b/MendeleyCXR/labels/Darwin_00002781_person3_bacteria_12.png new file mode 100644 index 0000000000000000000000000000000000000000..da7b4e8ff56db729dd55b1e6db8e471c88db8966 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002781_person3_bacteria_12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0c80fb39eb97c37a29ea4de2102b7bb2d69527c2243e378337cfee6451648c4 +size 1363 diff --git a/MendeleyCXR/labels/Darwin_00002782_person3_bacteria_13.png b/MendeleyCXR/labels/Darwin_00002782_person3_bacteria_13.png new file mode 100644 index 0000000000000000000000000000000000000000..ce88b71a43c310daf0e8aee2563948826e131617 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002782_person3_bacteria_13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3911e4896892696ddf46fd6f0499a480492fedcf578fcac96631fa70dc88c028 +size 1346 diff --git a/MendeleyCXR/labels/Darwin_00002783_person39_bacteria_198.png b/MendeleyCXR/labels/Darwin_00002783_person39_bacteria_198.png new file mode 100644 index 0000000000000000000000000000000000000000..46a248d82a3cc766fa10c0cb767c490ffd86e620 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002783_person39_bacteria_198.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8b9ab045ea507a266ab4d578c8352c21c9e64bd3a2ae6fb26852b825d5344cd +size 1081 diff --git a/MendeleyCXR/labels/Darwin_00002784_person39_bacteria_200.png b/MendeleyCXR/labels/Darwin_00002784_person39_bacteria_200.png new file mode 100644 index 0000000000000000000000000000000000000000..766f8daf2e17fdf4c602049b070c61f8722cf792 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002784_person39_bacteria_200.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9fca261870f438b9e1c88cfc3cf62cd216103f97e0c7cf461ba413fdadd9e44 +size 1141 diff --git a/MendeleyCXR/labels/Darwin_00002785_person40_bacteria_202.png b/MendeleyCXR/labels/Darwin_00002785_person40_bacteria_202.png new file mode 100644 index 0000000000000000000000000000000000000000..d55045e1298105c78694abc575d3537344730abd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002785_person40_bacteria_202.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c10c3d6a67465ffe63f4a312dd01bf2cfe423c85db9ae85c10f44bc2cfa4a054 +size 1314 diff --git a/MendeleyCXR/labels/Darwin_00002786_person40_bacteria_203.png b/MendeleyCXR/labels/Darwin_00002786_person40_bacteria_203.png new file mode 100644 index 0000000000000000000000000000000000000000..faf41bc09dbfb3f7389ff8477ac76761613ce02b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002786_person40_bacteria_203.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baadf8c65a3bcf440c6bbf041008c9499ec516f1c2455bde163da52233ef5ebd +size 1276 diff --git a/MendeleyCXR/labels/Darwin_00002787_person40_bacteria_204.png b/MendeleyCXR/labels/Darwin_00002787_person40_bacteria_204.png new file mode 100644 index 0000000000000000000000000000000000000000..2eb51a2fb2771d9fd187115adccbfa752ffefc26 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002787_person40_bacteria_204.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed65a31bb5a9863b120241842a46d096e421165f463130e40cd291a087110240 +size 1290 diff --git a/MendeleyCXR/labels/Darwin_00002788_person40_bacteria_205.png b/MendeleyCXR/labels/Darwin_00002788_person40_bacteria_205.png new file mode 100644 index 0000000000000000000000000000000000000000..79957fc87affdff38dadedff092b774ce306e3cb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002788_person40_bacteria_205.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c16e203647d6cb9b9da6de85516549161db47d4f3c67285d679839985f65039e +size 1404 diff --git a/MendeleyCXR/labels/Darwin_00002789_person41_bacteria_206.png b/MendeleyCXR/labels/Darwin_00002789_person41_bacteria_206.png new file mode 100644 index 0000000000000000000000000000000000000000..8fea6f4c7279b3b0272315e9c15dd886a31ffb37 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002789_person41_bacteria_206.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3881b30eaddaf610c62484b52795da41525e6073b03afde82effce6e815c39b1 +size 1225 diff --git a/MendeleyCXR/labels/Darwin_00002790_person41_bacteria_207.png b/MendeleyCXR/labels/Darwin_00002790_person41_bacteria_207.png new file mode 100644 index 0000000000000000000000000000000000000000..be9694a57a40d210cf5e9290cb4112dd83108812 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002790_person41_bacteria_207.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb99c235ecdfb261b5da7d743ff843fddc5999a6722a6981609e07afe3cd997e +size 1280 diff --git a/MendeleyCXR/labels/Darwin_00002791_person41_bacteria_208.png b/MendeleyCXR/labels/Darwin_00002791_person41_bacteria_208.png new file mode 100644 index 0000000000000000000000000000000000000000..083e0c6db92e5673e10ec2b6fd1dacc89f8c3aa0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002791_person41_bacteria_208.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a801b4c385f56df521cb7382d3b141d064affe2414c880842fc7141af77be2db +size 1154 diff --git a/MendeleyCXR/labels/Darwin_00002792_person41_bacteria_209.png b/MendeleyCXR/labels/Darwin_00002792_person41_bacteria_209.png new file mode 100644 index 0000000000000000000000000000000000000000..c170899b0c9e3d628593bc9744f5dc0739a59334 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002792_person41_bacteria_209.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f8d2af4b8d019006558c2e2f8f4238426b615e8c996b20483dd9c658f923a50 +size 1398 diff --git a/MendeleyCXR/labels/Darwin_00002793_person41_bacteria_210.png b/MendeleyCXR/labels/Darwin_00002793_person41_bacteria_210.png new file mode 100644 index 0000000000000000000000000000000000000000..ff18e9785cdb983a4f4dfe23df5a76d158f6a113 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002793_person41_bacteria_210.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65a28d26a44dbf05fbe68032aff085c2627928c053be6dbef246ebe6f163ab73 +size 1188 diff --git a/MendeleyCXR/labels/Darwin_00002794_person41_bacteria_211.png b/MendeleyCXR/labels/Darwin_00002794_person41_bacteria_211.png new file mode 100644 index 0000000000000000000000000000000000000000..30a5db87bf940cb74508292da5239471c6d65199 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002794_person41_bacteria_211.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48144ff83262e8b67733b705560250f2f9b40aee7a76e6c150118a98d428b99b +size 1334 diff --git a/MendeleyCXR/labels/Darwin_00002795_person43_bacteria_213.png b/MendeleyCXR/labels/Darwin_00002795_person43_bacteria_213.png new file mode 100644 index 0000000000000000000000000000000000000000..6b4ecdddd6d0da7cb345c9414b6eda7fa2e5a79a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002795_person43_bacteria_213.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2029a3d783085cdbcb92b4db41f67c35e55a93d8416aea6e1b0c34bf70f85af +size 1298 diff --git a/MendeleyCXR/labels/Darwin_00002796_person43_bacteria_216.png b/MendeleyCXR/labels/Darwin_00002796_person43_bacteria_216.png new file mode 100644 index 0000000000000000000000000000000000000000..661326423ed8628e3d292ddb200d133ec1fad9d4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002796_person43_bacteria_216.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d2bd51381655d4f42c0ae7c794b41ce6ccc8f9490777b685e45a56da2cd82eb +size 1216 diff --git a/MendeleyCXR/labels/Darwin_00002797_person44_bacteria_218.png b/MendeleyCXR/labels/Darwin_00002797_person44_bacteria_218.png new file mode 100644 index 0000000000000000000000000000000000000000..4c88284383040c7a7cdf7c5d7745da53cf9fb627 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002797_person44_bacteria_218.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73be4a25c84b6d6f1af9501bf77d110e0b4353b99f72e5a68672ffe0ec9280d2 +size 1430 diff --git a/MendeleyCXR/labels/Darwin_00002798_person44_bacteria_219.png b/MendeleyCXR/labels/Darwin_00002798_person44_bacteria_219.png new file mode 100644 index 0000000000000000000000000000000000000000..b36b910fafe3180d399d4c4670b57a412a2dec56 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002798_person44_bacteria_219.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b4cc009c5a2d80caa9e1a8decf70f21adb2e288792ebdf5923e8f34949e7905 +size 1134 diff --git a/MendeleyCXR/labels/Darwin_00002799_person394_bacteria_1792.png b/MendeleyCXR/labels/Darwin_00002799_person394_bacteria_1792.png new file mode 100644 index 0000000000000000000000000000000000000000..dbedaeac42755b2889ca3a244b3c3847e6c4b14b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002799_person394_bacteria_1792.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0696703231446a2d9248b1698eeb5182677f1b8689e6731a4b7f1f778d25a59 +size 1179 diff --git a/MendeleyCXR/labels/Darwin_00002800_person395_bacteria_1794.png b/MendeleyCXR/labels/Darwin_00002800_person395_bacteria_1794.png new file mode 100644 index 0000000000000000000000000000000000000000..a988a8dca622401057f3eb102056d47c3fe49fa2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002800_person395_bacteria_1794.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46b8df98d0e52a24d06ff84770cd350ddb96a7c45367998b22eb4ed9ee144bb5 +size 1322 diff --git a/MendeleyCXR/labels/Darwin_00002801_person395_bacteria_1795.png b/MendeleyCXR/labels/Darwin_00002801_person395_bacteria_1795.png new file mode 100644 index 0000000000000000000000000000000000000000..57ad8af8b9b5428f810ddc69140b4a4a5c70df3e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002801_person395_bacteria_1795.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1b639f8d89dc2d31a98576d6c660dc44a92d0db65f6077a87f5d23e9e26b5a6 +size 1289 diff --git a/MendeleyCXR/labels/Darwin_00002802_person396_bacteria_1796.png b/MendeleyCXR/labels/Darwin_00002802_person396_bacteria_1796.png new file mode 100644 index 0000000000000000000000000000000000000000..caf740b37bb6b60deddf49b6c335de8b775a176f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002802_person396_bacteria_1796.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e3addd18aa6dabec718a62816b24a4015cc90053cbcd54edf6309c35a8db6b5 +size 1342 diff --git a/MendeleyCXR/labels/Darwin_00002803_person397_bacteria_1797.png b/MendeleyCXR/labels/Darwin_00002803_person397_bacteria_1797.png new file mode 100644 index 0000000000000000000000000000000000000000..05d97d74b1a651ee293a7e1cd56200578aa473c2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002803_person397_bacteria_1797.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aa433ccf2a3d8b5fa9665d5ff2f6000e8ef04a329e924adb8ac65ab9eca0843 +size 1294 diff --git a/MendeleyCXR/labels/Darwin_00002804_person398_bacteria_1799.png b/MendeleyCXR/labels/Darwin_00002804_person398_bacteria_1799.png new file mode 100644 index 0000000000000000000000000000000000000000..c16caa34192bbc132011d816917ca04426e6a4fa --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002804_person398_bacteria_1799.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc92ee33af41afbf98c986a77b38f6f2a06ca1ef7d5a17672280dfe91d2502fb +size 1243 diff --git a/MendeleyCXR/labels/Darwin_00002805_person398_bacteria_1801.png b/MendeleyCXR/labels/Darwin_00002805_person398_bacteria_1801.png new file mode 100644 index 0000000000000000000000000000000000000000..f1f89fdeb10899e57bafbb89a09258e8ab28954e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002805_person398_bacteria_1801.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abd8e246b499f7a79b518402b3a74461c1a9f763be5cfc0fe7d98f2444150167 +size 1289 diff --git a/MendeleyCXR/labels/Darwin_00002806_person399_bacteria_1804.png b/MendeleyCXR/labels/Darwin_00002806_person399_bacteria_1804.png new file mode 100644 index 0000000000000000000000000000000000000000..4334d7a3a2673173e01039bf4c71395d3144928f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002806_person399_bacteria_1804.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d631d54e07e97f3b15bad92139250ac29cbec7015d0a34a5637bd13018d473c +size 1368 diff --git a/MendeleyCXR/labels/Darwin_00002807_person399_bacteria_1805.png b/MendeleyCXR/labels/Darwin_00002807_person399_bacteria_1805.png new file mode 100644 index 0000000000000000000000000000000000000000..9a0c7e542021de37dab8030d8fc4ede596fbd583 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002807_person399_bacteria_1805.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff548e9e6345eeca29808285d807ad3ca770bd51365cf39f150f59f4706f9dff +size 1428 diff --git a/MendeleyCXR/labels/Darwin_00002808_person399_bacteria_1806.png b/MendeleyCXR/labels/Darwin_00002808_person399_bacteria_1806.png new file mode 100644 index 0000000000000000000000000000000000000000..8f3849ac463fa3f4ef632345c8a27bbbb7d94f06 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002808_person399_bacteria_1806.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5e85adfc3a2285e86f316ab56b6f34387db0f4597441f701c156ccf9c1d7025 +size 1422 diff --git a/MendeleyCXR/labels/Darwin_00002809_person400_bacteria_1807.png b/MendeleyCXR/labels/Darwin_00002809_person400_bacteria_1807.png new file mode 100644 index 0000000000000000000000000000000000000000..55c993ae9ca0d7c9d90c9cb61934101ce2a11e8b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002809_person400_bacteria_1807.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:481bd20c24f1b9af549f9ca834472ccd599223df3663737116ba8f7e5b19e2cc +size 1312 diff --git a/MendeleyCXR/labels/Darwin_00002810_person401_bacteria_1808.png b/MendeleyCXR/labels/Darwin_00002810_person401_bacteria_1808.png new file mode 100644 index 0000000000000000000000000000000000000000..32669d776c64ab6337c1b972a4a2324b609f1530 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002810_person401_bacteria_1808.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dafa7c393a9d4575b76736ddaf2721900116dc182ca36e9b6d98693732b967e +size 1328 diff --git a/MendeleyCXR/labels/Darwin_00002812_person402_bacteria_1810.png b/MendeleyCXR/labels/Darwin_00002812_person402_bacteria_1810.png new file mode 100644 index 0000000000000000000000000000000000000000..03b2d70be28270c920931db2912f6fd381c817b9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002812_person402_bacteria_1810.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c59fa26b5d45321b44b046e3993337064cde9ac94b9919de2be725d5db19b098 +size 1242 diff --git a/MendeleyCXR/labels/Darwin_00002813_person402_bacteria_1811.png b/MendeleyCXR/labels/Darwin_00002813_person402_bacteria_1811.png new file mode 100644 index 0000000000000000000000000000000000000000..70b07f287cd3b46d1cf48e2e7da3bc1ff1539017 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002813_person402_bacteria_1811.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07873e32fe61c45448f8938ee1dea10b8cb28bd0759f90f179e3bd09c366b5a0 +size 1297 diff --git a/MendeleyCXR/labels/Darwin_00002814_person402_bacteria_1812.png b/MendeleyCXR/labels/Darwin_00002814_person402_bacteria_1812.png new file mode 100644 index 0000000000000000000000000000000000000000..b4a097b58a1a5ed02667583a5b3df4514bf383fe --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002814_person402_bacteria_1812.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2a1cc797a6f7f91cf211e3684d735464b7fcf898257c852dacfc57281c6aed7 +size 1295 diff --git a/MendeleyCXR/labels/Darwin_00002816_person403_bacteria_1814.png b/MendeleyCXR/labels/Darwin_00002816_person403_bacteria_1814.png new file mode 100644 index 0000000000000000000000000000000000000000..aab528d160756d414afad1eeeddc4c70f9fd9b81 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002816_person403_bacteria_1814.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5106e803dcd6bdfe889dd502af6225811a02e4e2c4061fb4c2e71d9cbe8311b2 +size 1312 diff --git a/MendeleyCXR/labels/Darwin_00002817_person405_bacteria_1817.png b/MendeleyCXR/labels/Darwin_00002817_person405_bacteria_1817.png new file mode 100644 index 0000000000000000000000000000000000000000..ebbde1d2ccd0045b0e0865ea0f74099e628b5121 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002817_person405_bacteria_1817.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f090a427a6202166770eca3dbe917702aa89676cc7125688af30c19a37d5968d +size 1403 diff --git a/MendeleyCXR/labels/Darwin_00002818_person406_bacteria_1818.png b/MendeleyCXR/labels/Darwin_00002818_person406_bacteria_1818.png new file mode 100644 index 0000000000000000000000000000000000000000..430d8e8c312ec89880d58cfb05a774130cb73935 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002818_person406_bacteria_1818.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a1648a58926054d774589fbdb4dc08ff2206f3b8c281b121b632707893e1371 +size 1223 diff --git a/MendeleyCXR/labels/Darwin_00002819_person406_bacteria_1819.png b/MendeleyCXR/labels/Darwin_00002819_person406_bacteria_1819.png new file mode 100644 index 0000000000000000000000000000000000000000..8ee16797f80feeba17a71f140de159d023cdd35a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002819_person406_bacteria_1819.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30ab917c926b4d6bb0af85b17b988e10492b0bb8c306a60ead97ebf052c891bc +size 1257 diff --git a/MendeleyCXR/labels/Darwin_00002820_person406_bacteria_1820.png b/MendeleyCXR/labels/Darwin_00002820_person406_bacteria_1820.png new file mode 100644 index 0000000000000000000000000000000000000000..bd9fe9bce31ad1e06c3b68903563da18e8f604de --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002820_person406_bacteria_1820.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6123864acd0cc3e675b71665302eec1eac7e743d89c7040ae6b02e64f42b4f71 +size 1270 diff --git a/MendeleyCXR/labels/Darwin_00002821_person407_bacteria_1822.png b/MendeleyCXR/labels/Darwin_00002821_person407_bacteria_1822.png new file mode 100644 index 0000000000000000000000000000000000000000..cd6f4f1b2e3e6a1529ef4f0b7383a0ba073779ed --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002821_person407_bacteria_1822.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5b2ecfd6da1a8f5c29535754acd26c7def7fa4a7021ed3669ca738265566dba +size 1293 diff --git a/MendeleyCXR/labels/Darwin_00002822_person408_bacteria_1823.png b/MendeleyCXR/labels/Darwin_00002822_person408_bacteria_1823.png new file mode 100644 index 0000000000000000000000000000000000000000..7efe2df45c786f8385d1ab8cfbb983e65ee6a8fb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002822_person408_bacteria_1823.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d37f17ee141ecf7e01b53d5f6c14a94d8034d3e6be95b43ebe662d471017f56e +size 1182 diff --git a/MendeleyCXR/labels/Darwin_00002823_person409_bacteria_1824.png b/MendeleyCXR/labels/Darwin_00002823_person409_bacteria_1824.png new file mode 100644 index 0000000000000000000000000000000000000000..ee14c91f69223d54f42bac70723aa322ff1a1329 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002823_person409_bacteria_1824.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeac1c42a6065cda9e78d29ee56d96c25eab04f1c6048da9bcab3af8fb2e6b90 +size 1120 diff --git a/MendeleyCXR/labels/Darwin_00002824_person410_bacteria_1825.png b/MendeleyCXR/labels/Darwin_00002824_person410_bacteria_1825.png new file mode 100644 index 0000000000000000000000000000000000000000..e2802b9bf5acfa101ecbd013a9b0ba8230050694 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002824_person410_bacteria_1825.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f56f1665029c6bc4cbe655f715c13406b8c3203dd620a1b0c1c7c869af46646a +size 1368 diff --git a/MendeleyCXR/labels/Darwin_00002825_person411_bacteria_1826.png b/MendeleyCXR/labels/Darwin_00002825_person411_bacteria_1826.png new file mode 100644 index 0000000000000000000000000000000000000000..0e32c2b00646303729e9fa29f621ad570003f29f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002825_person411_bacteria_1826.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30b097601c42961d8f3585628907f92fb185d23d420c0b3f8411ffa4a08dda84 +size 1202 diff --git a/MendeleyCXR/labels/Darwin_00002826_person412_bacteria_1827.png b/MendeleyCXR/labels/Darwin_00002826_person412_bacteria_1827.png new file mode 100644 index 0000000000000000000000000000000000000000..38d1eb2eff762f24cec389b146b776121fcb7376 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002826_person412_bacteria_1827.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4edf9fb1b42a6c9141b197bf8f5df81a796fc762e37681e91037e3ededbe5d65 +size 1139 diff --git a/MendeleyCXR/labels/Darwin_00002827_person413_bacteria_1828.png b/MendeleyCXR/labels/Darwin_00002827_person413_bacteria_1828.png new file mode 100644 index 0000000000000000000000000000000000000000..86bd5fdb8a39e17112710a445e0a13663ff0270a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002827_person413_bacteria_1828.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e771fe3ed5e8854f7c12b06bda7d370d19ea9ed5b68db7df5fc63e26696f699 +size 1209 diff --git a/MendeleyCXR/labels/Darwin_00002828_person413_bacteria_1829.png b/MendeleyCXR/labels/Darwin_00002828_person413_bacteria_1829.png new file mode 100644 index 0000000000000000000000000000000000000000..68b9d0265d177ed6260bd86837bec6ffd82b5f49 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002828_person413_bacteria_1829.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a32a9c1b45f62ed3df5ca2a6eeaf457e98e56ecfb595430d69c155c7526b273 +size 1435 diff --git a/MendeleyCXR/labels/Darwin_00002829_person413_bacteria_1830.png b/MendeleyCXR/labels/Darwin_00002829_person413_bacteria_1830.png new file mode 100644 index 0000000000000000000000000000000000000000..7dd8d58e4c289cb3cce097da598385b13a5140e1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002829_person413_bacteria_1830.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0af9a168bc971728f489f845e0959c80a408d981d7295519f8fc62a9b9cad0a +size 1216 diff --git a/MendeleyCXR/labels/Darwin_00002830_person413_bacteria_1831.png b/MendeleyCXR/labels/Darwin_00002830_person413_bacteria_1831.png new file mode 100644 index 0000000000000000000000000000000000000000..716d5b38ffd424c2d943697344f02e905836fce9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002830_person413_bacteria_1831.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa70b5c40d77b563e3ada58c212775670235bb5bdc951818f0f7a4a93a5b03bf +size 1210 diff --git a/MendeleyCXR/labels/Darwin_00002831_person413_bacteria_1832.png b/MendeleyCXR/labels/Darwin_00002831_person413_bacteria_1832.png new file mode 100644 index 0000000000000000000000000000000000000000..133b887b153837200385debbf468925af518539f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002831_person413_bacteria_1832.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:231475162f242fb1e14f2bf2447b71925bc5472d68d526e7ad0f573c868a864b +size 1364 diff --git a/MendeleyCXR/labels/Darwin_00002832_person413_bacteria_1833.png b/MendeleyCXR/labels/Darwin_00002832_person413_bacteria_1833.png new file mode 100644 index 0000000000000000000000000000000000000000..c73e63d478aad9d283cf24fbd52200e4071b57fe --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002832_person413_bacteria_1833.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55185aca73409b1092ea52bd1e0b418760ea2cc4f07447723dc4191464b9fa96 +size 1265 diff --git a/MendeleyCXR/labels/Darwin_00002833_person413_bacteria_1834.png b/MendeleyCXR/labels/Darwin_00002833_person413_bacteria_1834.png new file mode 100644 index 0000000000000000000000000000000000000000..29eee1b2a991e415160769c11709491c7d0ef5da --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002833_person413_bacteria_1834.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9256880c7cfab2fbee51c069c8d64f70c89b37c284837f5ef5e2e7050e999e8e +size 1212 diff --git a/MendeleyCXR/labels/Darwin_00002834_person414_bacteria_1835.png b/MendeleyCXR/labels/Darwin_00002834_person414_bacteria_1835.png new file mode 100644 index 0000000000000000000000000000000000000000..16157fad82a3c267fa1180d7d044bc70300e596e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002834_person414_bacteria_1835.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f865f1b2f54f9a000c89f0a3ddec715f28b37a2392607307bfba3d4c4b4601d +size 1335 diff --git a/MendeleyCXR/labels/Darwin_00002835_person415_bacteria_1837.png b/MendeleyCXR/labels/Darwin_00002835_person415_bacteria_1837.png new file mode 100644 index 0000000000000000000000000000000000000000..fac9787042b5b5153f62c2d740ac358ce9f9ff2c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002835_person415_bacteria_1837.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4a39f387d04a42e87f39a200ee8ffc692782a4749ecdc36756e76e435a14c90 +size 1350 diff --git a/MendeleyCXR/labels/Darwin_00002837_person415_bacteria_1839.png b/MendeleyCXR/labels/Darwin_00002837_person415_bacteria_1839.png new file mode 100644 index 0000000000000000000000000000000000000000..64b4fc27afb00703e278f40cd7aa575d1e187373 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002837_person415_bacteria_1839.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74b7888cc61b1248b0692f1937d5b6df1fb87cb24de640f8732a8ac0c23f3c8f +size 1215 diff --git a/MendeleyCXR/labels/Darwin_00002838_person416_bacteria_1840.png b/MendeleyCXR/labels/Darwin_00002838_person416_bacteria_1840.png new file mode 100644 index 0000000000000000000000000000000000000000..1c08bf8c8d30ef57352ffcf79f996a6a8e3bbb98 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002838_person416_bacteria_1840.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9464d66931ffe66952400dbb8362dfee434618494b3e7cb6fe0cf6af7c59769b +size 1404 diff --git a/MendeleyCXR/labels/Darwin_00002839_person417_bacteria_1841.png b/MendeleyCXR/labels/Darwin_00002839_person417_bacteria_1841.png new file mode 100644 index 0000000000000000000000000000000000000000..86f0adde9d7fafe47271f04dca9a7ed58acdd079 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002839_person417_bacteria_1841.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6445d7af0df0b95827d78668033a4403945ec07a25212be58ee3d88a378c879 +size 1325 diff --git a/MendeleyCXR/labels/Darwin_00002840_person417_bacteria_1842.png b/MendeleyCXR/labels/Darwin_00002840_person417_bacteria_1842.png new file mode 100644 index 0000000000000000000000000000000000000000..05fa683efad13c6bdeda3319ec40b6cecfc95a76 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002840_person417_bacteria_1842.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:273cebe195d3e5d6714c3f8e76107a1e7c3e0676b02311f2f48f2ff456550d82 +size 1300 diff --git a/MendeleyCXR/labels/Darwin_00002841_person418_bacteria_1843.png b/MendeleyCXR/labels/Darwin_00002841_person418_bacteria_1843.png new file mode 100644 index 0000000000000000000000000000000000000000..8fae47c7eab6c1127f0470103da4228359767e9c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002841_person418_bacteria_1843.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3d4110efa7b3936201b70af04a35222e7d499ea47d9916ae203c2f076ce5c64 +size 1364 diff --git a/MendeleyCXR/labels/Darwin_00002842_person419_bacteria_1844.png b/MendeleyCXR/labels/Darwin_00002842_person419_bacteria_1844.png new file mode 100644 index 0000000000000000000000000000000000000000..718885f113075491de6586cbd2e9b449b82d882a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002842_person419_bacteria_1844.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c82b18582c94f1547e1a8616dfbfce8bde844c4e1834e1800152985b52bd56b9 +size 1239 diff --git a/MendeleyCXR/labels/Darwin_00002843_person419_bacteria_1845.png b/MendeleyCXR/labels/Darwin_00002843_person419_bacteria_1845.png new file mode 100644 index 0000000000000000000000000000000000000000..cb2c6ac7b7517bedf5872e7b8eacad4b4d872da7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002843_person419_bacteria_1845.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95d336883967c39b5e39db0b31875fc5812795f6025769d89eba956dfcacdd84 +size 1103 diff --git a/MendeleyCXR/labels/Darwin_00002844_person420_bacteria_1847.png b/MendeleyCXR/labels/Darwin_00002844_person420_bacteria_1847.png new file mode 100644 index 0000000000000000000000000000000000000000..ebb3deacceebc5ef660bc1a921e5fd9ff50ce412 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002844_person420_bacteria_1847.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:519a57a7e4182132f77d828819adccaaf6c8b1f4cc24901b7b97568f51f2f1f8 +size 1322 diff --git a/MendeleyCXR/labels/Darwin_00002845_person420_bacteria_1848.png b/MendeleyCXR/labels/Darwin_00002845_person420_bacteria_1848.png new file mode 100644 index 0000000000000000000000000000000000000000..bc65b6e07672e2ecebf124ecb6b42c8b26629e26 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002845_person420_bacteria_1848.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9597666e26819d4bd68a151a205adfb3c6fcf4278e8d66ecd39883c2184e2bc +size 1240 diff --git a/MendeleyCXR/labels/Darwin_00002846_person420_bacteria_1849.png b/MendeleyCXR/labels/Darwin_00002846_person420_bacteria_1849.png new file mode 100644 index 0000000000000000000000000000000000000000..9731b8db86c5a9e44df54366ffced1e7b9a16d8f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002846_person420_bacteria_1849.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d44eae0488d9c16d182cd2361f720ce8097a030077a7ec81c4cd56d43d7d954 +size 1362 diff --git a/MendeleyCXR/labels/Darwin_00002847_person420_bacteria_1850.png b/MendeleyCXR/labels/Darwin_00002847_person420_bacteria_1850.png new file mode 100644 index 0000000000000000000000000000000000000000..a9d77e7f097ca567faf6b9400f57dcb77dc45f5f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002847_person420_bacteria_1850.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:806fac538cf7bf629d5896e064ba46d16f06b10ed5fb9c0617bc201b95d58b9a +size 1445 diff --git a/MendeleyCXR/labels/Darwin_00002848_person420_bacteria_1851.png b/MendeleyCXR/labels/Darwin_00002848_person420_bacteria_1851.png new file mode 100644 index 0000000000000000000000000000000000000000..bc32bb753ad93a42ac961a2223038dc4f7539846 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002848_person420_bacteria_1851.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:651163058a728fe311696fc5acac7fdc72a48f531c966a136732a19caee8e29a +size 1337 diff --git a/MendeleyCXR/labels/Darwin_00002849_person421_bacteria_1852.png b/MendeleyCXR/labels/Darwin_00002849_person421_bacteria_1852.png new file mode 100644 index 0000000000000000000000000000000000000000..8d799a0e468ab5778f364184340b776ac4a8bad2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002849_person421_bacteria_1852.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5648326193c76c720e0924552f61457b6ffa33966f1cdad5ac415fa38319e602 +size 1273 diff --git a/MendeleyCXR/labels/Darwin_00002850_person422_bacteria_1853.png b/MendeleyCXR/labels/Darwin_00002850_person422_bacteria_1853.png new file mode 100644 index 0000000000000000000000000000000000000000..a784f3f50b321f5f91de167ddd6c3619e3f3959a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002850_person422_bacteria_1853.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b6b84c17ff6fee1fc62edcffca0314f295cf11c6a345b46a390e1c2e3bd07d4 +size 1338 diff --git a/MendeleyCXR/labels/Darwin_00002851_person423_bacteria_1854.png b/MendeleyCXR/labels/Darwin_00002851_person423_bacteria_1854.png new file mode 100644 index 0000000000000000000000000000000000000000..2f602319d5e5ef081103c1b34c32af354771fa9d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002851_person423_bacteria_1854.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21a174a9c7cc621f6e74d9b4d525c3d35ff8aaa9966f455f2864c03a63a331d9 +size 1233 diff --git a/MendeleyCXR/labels/Darwin_00002852_person423_bacteria_1855.png b/MendeleyCXR/labels/Darwin_00002852_person423_bacteria_1855.png new file mode 100644 index 0000000000000000000000000000000000000000..2f23444318056c53e227f2eb616b279ebbdc107e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002852_person423_bacteria_1855.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8a4230ac39c5df481883fae21568fb99bbbda3749463be2fde49d28fd71665f +size 1282 diff --git a/MendeleyCXR/labels/Darwin_00002853_person423_bacteria_1856.png b/MendeleyCXR/labels/Darwin_00002853_person423_bacteria_1856.png new file mode 100644 index 0000000000000000000000000000000000000000..5ce234ed8035d22fa2383aeab4c0f2587420f44a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002853_person423_bacteria_1856.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79ed7ec5182196e4d5f5a93f2d1b9086390433eacac24aaa44b1c35f7d7466b5 +size 1216 diff --git a/MendeleyCXR/labels/Darwin_00002854_person423_bacteria_1857.png b/MendeleyCXR/labels/Darwin_00002854_person423_bacteria_1857.png new file mode 100644 index 0000000000000000000000000000000000000000..f26e76232f0ac5d3bd3c811a028cb6672b2e8bfc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002854_person423_bacteria_1857.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7af99d2799741585cd479b2b0eccfc4db1856257377f239699519c24f8404b55 +size 1305 diff --git a/MendeleyCXR/labels/Darwin_00002855_person423_bacteria_1858.png b/MendeleyCXR/labels/Darwin_00002855_person423_bacteria_1858.png new file mode 100644 index 0000000000000000000000000000000000000000..8de66cb19590dabc6f2fba8a3a28af0bb3ad0e7a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002855_person423_bacteria_1858.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad28cb652339303b42b5660b524fbd7ea64026a61bda5913ed35757ee34fb3ad +size 1294 diff --git a/MendeleyCXR/labels/Darwin_00002856_person424_bacteria_1859.png b/MendeleyCXR/labels/Darwin_00002856_person424_bacteria_1859.png new file mode 100644 index 0000000000000000000000000000000000000000..c92833379f580a9cd187718e7bdfb46f7ecdd666 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002856_person424_bacteria_1859.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24971a3d2b3992b882fadf035ba8aeadbedb09449f6813fecd7f5ed858aa91eb +size 1256 diff --git a/MendeleyCXR/labels/Darwin_00002857_person425_bacteria_1860.png b/MendeleyCXR/labels/Darwin_00002857_person425_bacteria_1860.png new file mode 100644 index 0000000000000000000000000000000000000000..f6a24207f5a14f17d62281a84bd29d40faf2d641 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002857_person425_bacteria_1860.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dcced9458388c5cf72f16422e36c7a1fa29d50ba8234c8f09742b8b596fead7 +size 1297 diff --git a/MendeleyCXR/labels/Darwin_00002858_person426_bacteria_1861.png b/MendeleyCXR/labels/Darwin_00002858_person426_bacteria_1861.png new file mode 100644 index 0000000000000000000000000000000000000000..90517433f604870efcdeed638171aa845f148a2a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002858_person426_bacteria_1861.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:445b13a1da699f1236614da50488499fd8b15f27042e53dbdf584a49bd6db1e5 +size 1306 diff --git a/MendeleyCXR/labels/Darwin_00002859_person426_bacteria_1862.png b/MendeleyCXR/labels/Darwin_00002859_person426_bacteria_1862.png new file mode 100644 index 0000000000000000000000000000000000000000..ec8b8afad7b1d980b641793618df4a586a81bfce --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002859_person426_bacteria_1862.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4d2ef9613d8c9550bb901d1cc5585274a1affb47d9d42ccd99c2d927cb313ff +size 1431 diff --git a/MendeleyCXR/labels/Darwin_00002860_person426_bacteria_1863.png b/MendeleyCXR/labels/Darwin_00002860_person426_bacteria_1863.png new file mode 100644 index 0000000000000000000000000000000000000000..f9c39aace6d93ceb9a542403163c7281d0861177 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002860_person426_bacteria_1863.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0583cee41cf0e8ac5d384aecd46be02b581fda22523b2e91d629938b09b6796 +size 1347 diff --git a/MendeleyCXR/labels/Darwin_00002861_person427_bacteria_1864.png b/MendeleyCXR/labels/Darwin_00002861_person427_bacteria_1864.png new file mode 100644 index 0000000000000000000000000000000000000000..d619b35e1fba985b0ecbc3ae9c632aaf0b8f555e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002861_person427_bacteria_1864.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df31702c94a7a2f70f9351186a14259d4013cd005db0b5c5ccf955f47c0b13bf +size 1285 diff --git a/MendeleyCXR/labels/Darwin_00002862_person427_bacteria_1865.png b/MendeleyCXR/labels/Darwin_00002862_person427_bacteria_1865.png new file mode 100644 index 0000000000000000000000000000000000000000..982c5f8dd12af758015dd49704811d525260b24e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002862_person427_bacteria_1865.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57e388d7dfb918fab1e2e1bc3daafafac2b7400e9944684bcf8c18f1b318d43e +size 1229 diff --git a/MendeleyCXR/labels/Darwin_00002863_person427_bacteria_1866.png b/MendeleyCXR/labels/Darwin_00002863_person427_bacteria_1866.png new file mode 100644 index 0000000000000000000000000000000000000000..4af9a40eeb8938853a4d7b248f0ad290a17b3f83 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002863_person427_bacteria_1866.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cffd3e5fd441e51dae6e36667add8595048721cafdc4212268fd164b0e2d4d9 +size 1357 diff --git a/MendeleyCXR/labels/Darwin_00002864_person427_bacteria_1867.png b/MendeleyCXR/labels/Darwin_00002864_person427_bacteria_1867.png new file mode 100644 index 0000000000000000000000000000000000000000..7ca701ca4220c212a1503706b0235155d3b9759a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002864_person427_bacteria_1867.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32aab744f420d0950a84079f5bf79d03a1b7f816bf84ca9043ecb1aa1ecd1862 +size 1228 diff --git a/MendeleyCXR/labels/Darwin_00002865_person427_bacteria_1868.png b/MendeleyCXR/labels/Darwin_00002865_person427_bacteria_1868.png new file mode 100644 index 0000000000000000000000000000000000000000..611edcc6145ab0788a7c2deb5180d5b0cb484707 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002865_person427_bacteria_1868.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bbe2a62b64d7455072b5a51a7e45cceea5ce1c4ee262555e1019401bd1fe43c +size 1393 diff --git a/MendeleyCXR/labels/Darwin_00002866_person428_bacteria_1869.png b/MendeleyCXR/labels/Darwin_00002866_person428_bacteria_1869.png new file mode 100644 index 0000000000000000000000000000000000000000..6b2f4000e151cfce15110474d7f44d36e1d37dca --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002866_person428_bacteria_1869.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b54195a15cf7a0f29bcdc787af3f51350da0515437b911d4716c9c381f0e8f4 +size 1299 diff --git a/MendeleyCXR/labels/Darwin_00002867_person429_bacteria_1870.png b/MendeleyCXR/labels/Darwin_00002867_person429_bacteria_1870.png new file mode 100644 index 0000000000000000000000000000000000000000..9dce9fe7d4bcd0696686eee6a9c3e7e18c7bb60d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002867_person429_bacteria_1870.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f10d5ac862be16f8edbf05ff888d33e07dd76531fa86dc7fcbb7c223a3227850 +size 1232 diff --git a/MendeleyCXR/labels/Darwin_00002868_person430_bacteria_1871.png b/MendeleyCXR/labels/Darwin_00002868_person430_bacteria_1871.png new file mode 100644 index 0000000000000000000000000000000000000000..d86aabc01e55535f7f7a4a86a2c974dd76828503 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002868_person430_bacteria_1871.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97dbcfc275b03334324b2c9fcf02fb501003163639e80d9a3ce4a7eddc16293b +size 1382 diff --git a/MendeleyCXR/labels/Darwin_00002869_person431_bacteria_1872.png b/MendeleyCXR/labels/Darwin_00002869_person431_bacteria_1872.png new file mode 100644 index 0000000000000000000000000000000000000000..6f71c030b46bc90c8cd76499b7c668bd2c18d15f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002869_person431_bacteria_1872.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02cc7cadcb6b42d07d7462474c7e03a05a194bd93e819df69d523417ff443a8f +size 1327 diff --git a/MendeleyCXR/labels/Darwin_00002870_person433_bacteria_1874.png b/MendeleyCXR/labels/Darwin_00002870_person433_bacteria_1874.png new file mode 100644 index 0000000000000000000000000000000000000000..cd63ca1cf6562fe9c1ea4b0f35f54b9a748e42fe --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002870_person433_bacteria_1874.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7800e49308bb53a9be72bf4a311b6815246813b9d2e3871d1842049abc82b422 +size 1411 diff --git a/MendeleyCXR/labels/Darwin_00002871_person433_bacteria_1875.png b/MendeleyCXR/labels/Darwin_00002871_person433_bacteria_1875.png new file mode 100644 index 0000000000000000000000000000000000000000..4b5e80ec62b7a59e43882946117a12927baa67d9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002871_person433_bacteria_1875.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5d89fd05f68ac6f563dc0f5a0c66a099399e0ba007ca32c0112c52bf366dff8 +size 1341 diff --git a/MendeleyCXR/labels/Darwin_00002872_person433_bacteria_1876.png b/MendeleyCXR/labels/Darwin_00002872_person433_bacteria_1876.png new file mode 100644 index 0000000000000000000000000000000000000000..35e2fd7473b64be6bb5d5cf22df4f7e138cebc67 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002872_person433_bacteria_1876.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e65fbfbfbe572ca1cc787d7ad1b26cc2deda0cea5be0685a74ffe400dc5f66c7 +size 1361 diff --git a/MendeleyCXR/labels/Darwin_00002873_person434_bacteria_1877.png b/MendeleyCXR/labels/Darwin_00002873_person434_bacteria_1877.png new file mode 100644 index 0000000000000000000000000000000000000000..9f5614724849d7693f456729ba8561ae0fd23192 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002873_person434_bacteria_1877.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0511f43d714f9c6c98ee4c8f19cc094d81f8d34256975695a1dae95fabcd1769 +size 1132 diff --git a/MendeleyCXR/labels/Darwin_00002874_person435_bacteria_1879.png b/MendeleyCXR/labels/Darwin_00002874_person435_bacteria_1879.png new file mode 100644 index 0000000000000000000000000000000000000000..fc833ab5d60270e2ab987b7554c78154ef509147 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002874_person435_bacteria_1879.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eab764e347a2deeda886d2446a4a6f6d007041506406a0aa117fc76ab34dd404 +size 1325 diff --git a/MendeleyCXR/labels/Darwin_00002875_person436_bacteria_1883.png b/MendeleyCXR/labels/Darwin_00002875_person436_bacteria_1883.png new file mode 100644 index 0000000000000000000000000000000000000000..f7abf1eb6afdc6469395c9e08df8da961b2c415b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002875_person436_bacteria_1883.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d86c92fa7f35ee60c1f4f0b5bb416be9a2c5a2544f32889c726fb95d643f25d +size 1305 diff --git a/MendeleyCXR/labels/Darwin_00002876_person437_bacteria_1884.png b/MendeleyCXR/labels/Darwin_00002876_person437_bacteria_1884.png new file mode 100644 index 0000000000000000000000000000000000000000..57283814a62f46c7a54cbfc2c0656d80e69592c6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002876_person437_bacteria_1884.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:595d9e3ff1c0057bad6852b921a6183012de3c66d3f0c15603fab2c611b9a464 +size 1290 diff --git a/MendeleyCXR/labels/Darwin_00002877_person437_bacteria_1885.png b/MendeleyCXR/labels/Darwin_00002877_person437_bacteria_1885.png new file mode 100644 index 0000000000000000000000000000000000000000..8dcc8fa0e2c25e78de0111b6da9aa5d644215f97 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002877_person437_bacteria_1885.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:932821e89f721edd9e75837c56bd53fff90a91129425c4df5c17bff348e591f3 +size 1193 diff --git a/MendeleyCXR/labels/Darwin_00002878_person437_bacteria_1886.png b/MendeleyCXR/labels/Darwin_00002878_person437_bacteria_1886.png new file mode 100644 index 0000000000000000000000000000000000000000..d7ec69f77ab6b786fcd9f7cd1b134a70590d646b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002878_person437_bacteria_1886.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7eba127713d993498af65b44e3079b9f3e087b6da46982760bff2b1d7f7887c +size 1169 diff --git a/MendeleyCXR/labels/Darwin_00002879_person437_bacteria_1887.png b/MendeleyCXR/labels/Darwin_00002879_person437_bacteria_1887.png new file mode 100644 index 0000000000000000000000000000000000000000..3ed17ffb8c34bec45da9ae0220f8462f7b8bce6a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002879_person437_bacteria_1887.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df5a2966251da2c4db1829e43fb1b873bab6fcb2f9b0494644c719d714b9366e +size 1387 diff --git a/MendeleyCXR/labels/Darwin_00002880_person437_bacteria_1888.png b/MendeleyCXR/labels/Darwin_00002880_person437_bacteria_1888.png new file mode 100644 index 0000000000000000000000000000000000000000..1be6d8241b92b74e6c8c09d8ad637d3ffe38c8e8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002880_person437_bacteria_1888.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8b6ebec96bd2c88183856cb8aab7b31d8f5f833ba8f3be3773dea2210463a86 +size 1208 diff --git a/MendeleyCXR/labels/Darwin_00002881_person438_bacteria_1889.png b/MendeleyCXR/labels/Darwin_00002881_person438_bacteria_1889.png new file mode 100644 index 0000000000000000000000000000000000000000..725629a0480148083ee61603d3c1f962ffcd83b9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002881_person438_bacteria_1889.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddfd3cc1b67340b012c49d17984c6fe4c9fc9b225effa7dcaef12a0c25981996 +size 1299 diff --git a/MendeleyCXR/labels/Darwin_00002882_person438_bacteria_1890.png b/MendeleyCXR/labels/Darwin_00002882_person438_bacteria_1890.png new file mode 100644 index 0000000000000000000000000000000000000000..f2d707f831b4a376b81df2a2ac5afcf0c0319ed0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002882_person438_bacteria_1890.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c153079636e03e14c8c2a38174d92074724077862c0859e28c21c66d07c6ec5a +size 1039 diff --git a/MendeleyCXR/labels/Darwin_00002883_person438_bacteria_1891.png b/MendeleyCXR/labels/Darwin_00002883_person438_bacteria_1891.png new file mode 100644 index 0000000000000000000000000000000000000000..273e7bc3e5f3b04b6a2e6638827a3f881daa7364 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002883_person438_bacteria_1891.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39f2ec06b569bcf14b8ff87705f65d5377c1b2d28a7b2a3a6f468b92e5424f5d +size 1284 diff --git a/MendeleyCXR/labels/Darwin_00002884_person438_bacteria_1892.png b/MendeleyCXR/labels/Darwin_00002884_person438_bacteria_1892.png new file mode 100644 index 0000000000000000000000000000000000000000..0a7a408ce969ca0e9efd2ba336f7a6096c094b1e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002884_person438_bacteria_1892.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:799f9c3aeb3535486b174ddf0fa415247f852678ebc36e0f9ca002183b9e3777 +size 1341 diff --git a/MendeleyCXR/labels/Darwin_00002885_person438_bacteria_1893.png b/MendeleyCXR/labels/Darwin_00002885_person438_bacteria_1893.png new file mode 100644 index 0000000000000000000000000000000000000000..48b28ba544232c58d901c30c8e53d01f4c0202e8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002885_person438_bacteria_1893.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e471459e181c23e88ea053f6741ed92a8ddd6bf4df3851fa8f66a5d74013741 +size 1218 diff --git a/MendeleyCXR/labels/Darwin_00002886_person439_bacteria_1895.png b/MendeleyCXR/labels/Darwin_00002886_person439_bacteria_1895.png new file mode 100644 index 0000000000000000000000000000000000000000..42191af5ee2cb06d04304e1d9570e3230e3bbc7a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002886_person439_bacteria_1895.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55510e7b7bf37f64c2952cd3d2d5cbb83a7ac77ecf22041bfdd20ea5f5c1df9a +size 1034 diff --git a/MendeleyCXR/labels/Darwin_00002887_person440_bacteria_1897.png b/MendeleyCXR/labels/Darwin_00002887_person440_bacteria_1897.png new file mode 100644 index 0000000000000000000000000000000000000000..12dc8ccc19cf882d62dade69e05954f770b3f2a0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002887_person440_bacteria_1897.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ef4093e11d77bbe84209dccf429c8206f2536eadccbd946f2554ab6c1950e21 +size 1405 diff --git a/MendeleyCXR/labels/Darwin_00002888_person440_bacteria_1898.png b/MendeleyCXR/labels/Darwin_00002888_person440_bacteria_1898.png new file mode 100644 index 0000000000000000000000000000000000000000..4b1889c97002bc9b9fcc0aa8baee040e9be01a39 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002888_person440_bacteria_1898.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eabfa993d1608ccf7423102ae53123f158d3d70f23eca24cfc45c066f32aead7 +size 1249 diff --git a/MendeleyCXR/labels/Darwin_00002889_person441_bacteria_1900.png b/MendeleyCXR/labels/Darwin_00002889_person441_bacteria_1900.png new file mode 100644 index 0000000000000000000000000000000000000000..93d0a229d18c6a73730f7e1c5179c35436504334 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002889_person441_bacteria_1900.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5e0a4aea5643ab06eb8b17f5ee8c570662cea12cf265ae5c9212320f02d5175 +size 1289 diff --git a/MendeleyCXR/labels/Darwin_00002890_person441_bacteria_1902.png b/MendeleyCXR/labels/Darwin_00002890_person441_bacteria_1902.png new file mode 100644 index 0000000000000000000000000000000000000000..c77ffe3f950aac913be8ff1efab8ee6af33844ca --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002890_person441_bacteria_1902.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:665d6dc82cbb1a946784af725cb5ed98c29e4664c32dcffb2a56e34bd23f2cec +size 1293 diff --git a/MendeleyCXR/labels/Darwin_00002891_person441_bacteria_1903.png b/MendeleyCXR/labels/Darwin_00002891_person441_bacteria_1903.png new file mode 100644 index 0000000000000000000000000000000000000000..9f1f826fcca8dc0be3c09ed5a9ba44bf409c4bc8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002891_person441_bacteria_1903.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:457f0b59f2938082307e8e2f6392d9d6af4573d4efde6f6b126afe95d6f372fc +size 1226 diff --git a/MendeleyCXR/labels/Darwin_00002892_person441_bacteria_1904.png b/MendeleyCXR/labels/Darwin_00002892_person441_bacteria_1904.png new file mode 100644 index 0000000000000000000000000000000000000000..2219b75469d422b4b1ed7b37e925c81c379a73bc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002892_person441_bacteria_1904.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:178ec942535d98668c07b535ede2340abc0f52266642427600a0118f0375a924 +size 1299 diff --git a/MendeleyCXR/labels/Darwin_00002893_person441_bacteria_1905.png b/MendeleyCXR/labels/Darwin_00002893_person441_bacteria_1905.png new file mode 100644 index 0000000000000000000000000000000000000000..dc68bbfa18078e5dd3f4937c0f864398322198b5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002893_person441_bacteria_1905.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59b28f7cf508a7733c4e8bda5ea841c2848f5cafc766c922f7c7c5465ac8a753 +size 1210 diff --git a/MendeleyCXR/labels/Darwin_00002894_person441_bacteria_1907.png b/MendeleyCXR/labels/Darwin_00002894_person441_bacteria_1907.png new file mode 100644 index 0000000000000000000000000000000000000000..12864cf4ec83ba3e69d5fd5001516f6ccc30256d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002894_person441_bacteria_1907.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ede3f3f20818d931b19b1fe686271af2630277510919c1cca66460e88f865f5 +size 1364 diff --git a/MendeleyCXR/labels/Darwin_00002895_person441_bacteria_1910.png b/MendeleyCXR/labels/Darwin_00002895_person441_bacteria_1910.png new file mode 100644 index 0000000000000000000000000000000000000000..005014f1711d8cfa386c06a99db6f866356b99a2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002895_person441_bacteria_1910.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0275a6334c2f886d039b81cce3cee86c503a4497b636e3420435b22b26b8f1c2 +size 1261 diff --git a/MendeleyCXR/labels/Darwin_00002896_person441_bacteria_1911.png b/MendeleyCXR/labels/Darwin_00002896_person441_bacteria_1911.png new file mode 100644 index 0000000000000000000000000000000000000000..ea3c38489915662de71b99031e610b108140391e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002896_person441_bacteria_1911.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfa2447482684472e6e4b4e8593d86008b9b86adcd8dac1f3a28f03311f592bb +size 1297 diff --git a/MendeleyCXR/labels/Darwin_00002897_person441_bacteria_1912.png b/MendeleyCXR/labels/Darwin_00002897_person441_bacteria_1912.png new file mode 100644 index 0000000000000000000000000000000000000000..1701dfb7f9de52554034e999e0d79cdacb3a7eea --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002897_person441_bacteria_1912.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08d1be89e55f36c992f2467431fc3190a9bedc519ba39070f45b1af7bfae6d08 +size 1354 diff --git a/MendeleyCXR/labels/Darwin_00002898_person441_bacteria_1914.png b/MendeleyCXR/labels/Darwin_00002898_person441_bacteria_1914.png new file mode 100644 index 0000000000000000000000000000000000000000..3145626d9d31fcb4b67bc28e23b35e89b1b02080 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002898_person441_bacteria_1914.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb8abe3529f1ff17b23caa9cb9c98765114d11e541bf8204f95cdd11d577f147 +size 1294 diff --git a/MendeleyCXR/labels/Darwin_00002899_person441_bacteria_1915.png b/MendeleyCXR/labels/Darwin_00002899_person441_bacteria_1915.png new file mode 100644 index 0000000000000000000000000000000000000000..b188aa20c23f53ae7fbb3b378e2ec2847903b50f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002899_person441_bacteria_1915.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4fc1fa27c741ed3f00d4475aca446cbe877193bff92f7900611046957a90dae +size 1222 diff --git a/MendeleyCXR/labels/Darwin_00002900_person441_bacteria_1916.png b/MendeleyCXR/labels/Darwin_00002900_person441_bacteria_1916.png new file mode 100644 index 0000000000000000000000000000000000000000..b0bb576a28979e4d808e2ede046bbfe250aba578 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002900_person441_bacteria_1916.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e85d9440374453239a96eb5cb45e2660c35bb1c02f9e287fc22047dab261e39f +size 1209 diff --git a/MendeleyCXR/labels/Darwin_00002901_person441_bacteria_1917.png b/MendeleyCXR/labels/Darwin_00002901_person441_bacteria_1917.png new file mode 100644 index 0000000000000000000000000000000000000000..24cb6e6fd11011b26ac44d81c5f859af32d29b84 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002901_person441_bacteria_1917.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1ebcec2d41f03512b943537ff0d99f8dbd2a1ec737a34afa3ac301a6d41362f +size 1226 diff --git a/MendeleyCXR/labels/Darwin_00002902_person441_bacteria_1918.png b/MendeleyCXR/labels/Darwin_00002902_person441_bacteria_1918.png new file mode 100644 index 0000000000000000000000000000000000000000..6fc1a547f866af23511fce9afe7d00f467c2171e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002902_person441_bacteria_1918.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca7792fa227783e38870fbce7b8ad47a7c0e08bf275dfbd5f362e05cc83989c8 +size 1335 diff --git a/MendeleyCXR/labels/Darwin_00002903_person443_bacteria_1923.png b/MendeleyCXR/labels/Darwin_00002903_person443_bacteria_1923.png new file mode 100644 index 0000000000000000000000000000000000000000..9f6c09ceef9767987629b904419de0fb7b7e0d25 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002903_person443_bacteria_1923.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:666f858485b3601a058615f41072bf734e3208239b212ee3b2c61ab67ff4f9ff +size 1245 diff --git a/MendeleyCXR/labels/Darwin_00002904_person443_bacteria_1924.png b/MendeleyCXR/labels/Darwin_00002904_person443_bacteria_1924.png new file mode 100644 index 0000000000000000000000000000000000000000..2fb1c6f8ebdca6e1099dce113f3628ad13b79201 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002904_person443_bacteria_1924.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7989916b16570ed15f3a5a96883f97a381313f02e76c7194bf86c8d0a26b3fbe +size 1124 diff --git a/MendeleyCXR/labels/Darwin_00002905_person443_bacteria_1926.png b/MendeleyCXR/labels/Darwin_00002905_person443_bacteria_1926.png new file mode 100644 index 0000000000000000000000000000000000000000..c1c916bebfe0cd355d7f6f1647de2f4dbb9405e0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002905_person443_bacteria_1926.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fa6490812cad47c96f6aa4d90d50112da3a0c4f612cba7454a4cea0a19d18d9 +size 1308 diff --git a/MendeleyCXR/labels/Darwin_00002906_person444_bacteria_1927.png b/MendeleyCXR/labels/Darwin_00002906_person444_bacteria_1927.png new file mode 100644 index 0000000000000000000000000000000000000000..e49db23332d865187e91b3689ead7bad8b8e8a35 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002906_person444_bacteria_1927.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6f395ff02e47602a47907ad72c7fc0bb3bb7ba6c6d20e965254ea597543f213 +size 1334 diff --git a/MendeleyCXR/labels/Darwin_00002908_person445_bacteria_1929.png b/MendeleyCXR/labels/Darwin_00002908_person445_bacteria_1929.png new file mode 100644 index 0000000000000000000000000000000000000000..a284d46a489e780310f6c2948f9095bd20f1940a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002908_person445_bacteria_1929.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07daae99f8819adbe77c106f79e49ce6cf4b0b3d5fc3678aa044f103122d586e +size 1235 diff --git a/MendeleyCXR/labels/Darwin_00002909_person445_bacteria_1930.png b/MendeleyCXR/labels/Darwin_00002909_person445_bacteria_1930.png new file mode 100644 index 0000000000000000000000000000000000000000..7ff991d49f29440aa0d1b56f75411378e95dca85 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002909_person445_bacteria_1930.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d44ec48f5529479fa80699aac41e58748434657d7e1503d21fb5a8d4aa1100b6 +size 1312 diff --git a/MendeleyCXR/labels/Darwin_00002910_person446_bacteria_1931.png b/MendeleyCXR/labels/Darwin_00002910_person446_bacteria_1931.png new file mode 100644 index 0000000000000000000000000000000000000000..03758955b33371e404f246a8bb16a6bff107f213 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002910_person446_bacteria_1931.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53a0125b5c9e82e49e0d0a14fe728cb252edae8c15f12e13ec65a91d3b87af59 +size 1305 diff --git a/MendeleyCXR/labels/Darwin_00002911_person447_bacteria_1932.png b/MendeleyCXR/labels/Darwin_00002911_person447_bacteria_1932.png new file mode 100644 index 0000000000000000000000000000000000000000..2ef55a36dafe39cf3ae7b0963e54765ed4534a6c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002911_person447_bacteria_1932.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc03fcbacaf05343c84cd7138f8a41378aff428db9475477eca135faf65d6714 +size 1298 diff --git a/MendeleyCXR/labels/Darwin_00002912_person448_bacteria_1933.png b/MendeleyCXR/labels/Darwin_00002912_person448_bacteria_1933.png new file mode 100644 index 0000000000000000000000000000000000000000..18b86d04ee02470715a819fc8438ba8b7add2cdc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002912_person448_bacteria_1933.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45ac5debf31dad4f5eae3254c0e7675cbebdc269063d80edcb5dff1392f52d57 +size 1199 diff --git a/MendeleyCXR/labels/Darwin_00002913_person448_bacteria_1934.png b/MendeleyCXR/labels/Darwin_00002913_person448_bacteria_1934.png new file mode 100644 index 0000000000000000000000000000000000000000..5c2321911d9a1b1b5d218c1efe49df8487545194 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002913_person448_bacteria_1934.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e239817c4abb2c4bed5934a3899c683de13e3e24b8bb07c22cafb7f047c94c91 +size 1188 diff --git a/MendeleyCXR/labels/Darwin_00002914_person448_bacteria_1935.png b/MendeleyCXR/labels/Darwin_00002914_person448_bacteria_1935.png new file mode 100644 index 0000000000000000000000000000000000000000..9f41d19d7c6eda955a535cb532a0745093fad4d8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002914_person448_bacteria_1935.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d9b738739d41f7f6960945f5727eb52f51324c6d5bc2826fffd36ee33b5b257 +size 1142 diff --git a/MendeleyCXR/labels/Darwin_00002915_person448_bacteria_1936.png b/MendeleyCXR/labels/Darwin_00002915_person448_bacteria_1936.png new file mode 100644 index 0000000000000000000000000000000000000000..e6e84d4d92ebc84ac295fdf05ce9f9bba32be0a9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002915_person448_bacteria_1936.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1222ae914859c0401257a8bce331daa2de9bd8c7d3c7f85b1e6674adde57b3af +size 1280 diff --git a/MendeleyCXR/labels/Darwin_00002916_person448_bacteria_1937.png b/MendeleyCXR/labels/Darwin_00002916_person448_bacteria_1937.png new file mode 100644 index 0000000000000000000000000000000000000000..f161df343a95662db66bf9060b8c8be7b243ec96 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002916_person448_bacteria_1937.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9001d30de088d9edfe4acd019e74d74a5b53aac27e26c0e2a0c6211998bfcd70 +size 1078 diff --git a/MendeleyCXR/labels/Darwin_00002917_person449_bacteria_1938.png b/MendeleyCXR/labels/Darwin_00002917_person449_bacteria_1938.png new file mode 100644 index 0000000000000000000000000000000000000000..b4cf77082bd1d50d22026cc5615abc116874f587 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002917_person449_bacteria_1938.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1df1095a2dcabc86b512708dc02a1ccecaecb5a7acd00bc8868dc9bb25b1e402 +size 1278 diff --git a/MendeleyCXR/labels/Darwin_00002918_person449_bacteria_1939.png b/MendeleyCXR/labels/Darwin_00002918_person449_bacteria_1939.png new file mode 100644 index 0000000000000000000000000000000000000000..1e8f49f100bddc0098a24805534f268680e61a77 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002918_person449_bacteria_1939.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27f151f005756ed5e744d0cd71ec39bb73ab9a7a95339c832d858c1d670b6207 +size 1187 diff --git a/MendeleyCXR/labels/Darwin_00002919_person449_bacteria_1940.png b/MendeleyCXR/labels/Darwin_00002919_person449_bacteria_1940.png new file mode 100644 index 0000000000000000000000000000000000000000..3df90a1f435ff51283c2eb3a83635ddcf29bebdb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002919_person449_bacteria_1940.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed9827bada2fc06fa2730575068a70ae5748ef73a7263c92af2d7bd63b58b28e +size 1310 diff --git a/MendeleyCXR/labels/Darwin_00002920_person450_bacteria_1941.png b/MendeleyCXR/labels/Darwin_00002920_person450_bacteria_1941.png new file mode 100644 index 0000000000000000000000000000000000000000..5a37adc1c6c463aa978f9fb333e57f93e6b69ecf --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002920_person450_bacteria_1941.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f85dfc3a8a465d2ec13cc15c7d3c1c2764c5b53c55bc735792cf1d65b7b086da +size 1292 diff --git a/MendeleyCXR/labels/Darwin_00002921_person451_bacteria_1942.png b/MendeleyCXR/labels/Darwin_00002921_person451_bacteria_1942.png new file mode 100644 index 0000000000000000000000000000000000000000..bf2ac88b0e24f14cc0c1338d0d3f1969f7551515 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002921_person451_bacteria_1942.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac99263b8d11ed18b1c9316a4b414efde82183e5a114c15132fef9eb657f449d +size 1419 diff --git a/MendeleyCXR/labels/Darwin_00002922_person452_bacteria_1943.png b/MendeleyCXR/labels/Darwin_00002922_person452_bacteria_1943.png new file mode 100644 index 0000000000000000000000000000000000000000..1133972881327a855ce6999b61be057ee1d8d424 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002922_person452_bacteria_1943.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aea9bf518d60fc400a9bcde3480b38b7e492209430176cd22b22b00ef986d35b +size 1273 diff --git a/MendeleyCXR/labels/Darwin_00002923_person454_bacteria_1945.png b/MendeleyCXR/labels/Darwin_00002923_person454_bacteria_1945.png new file mode 100644 index 0000000000000000000000000000000000000000..b8d842e4c87d1aeed2885dcfe3c4d4093e8cde54 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002923_person454_bacteria_1945.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f74a19118811c58ed5e142995e5af1086185d2fd02df4bf660dcb70ac335613e +size 1255 diff --git a/MendeleyCXR/labels/Darwin_00002924_person455_bacteria_1947.png b/MendeleyCXR/labels/Darwin_00002924_person455_bacteria_1947.png new file mode 100644 index 0000000000000000000000000000000000000000..088d016a71f099e6d673603531d9a5d65df990da --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002924_person455_bacteria_1947.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32b40e1454742ec2b3cf8b5db026648cbb135cca6c98554fbefc070e818c3f42 +size 1373 diff --git a/MendeleyCXR/labels/Darwin_00002925_person456_bacteria_1948.png b/MendeleyCXR/labels/Darwin_00002925_person456_bacteria_1948.png new file mode 100644 index 0000000000000000000000000000000000000000..18421d7155bd0a6b398b689869ae89e3d29c4ddb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002925_person456_bacteria_1948.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f4f00dec65b405b5452c427e0dd9b657a5162350b3ca75daa311cf2818cd642 +size 1231 diff --git a/MendeleyCXR/labels/Darwin_00002926_person457_bacteria_1949.png b/MendeleyCXR/labels/Darwin_00002926_person457_bacteria_1949.png new file mode 100644 index 0000000000000000000000000000000000000000..601ed821a5760678477bd4078f409b4d7aadfed2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002926_person457_bacteria_1949.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2317cb9cbdbeb1f779abb92d0f84abc54768fade524a0ed75e1935d1696af2c +size 1226 diff --git a/MendeleyCXR/labels/Darwin_00002927_person458_bacteria_1950.png b/MendeleyCXR/labels/Darwin_00002927_person458_bacteria_1950.png new file mode 100644 index 0000000000000000000000000000000000000000..ad863cc40e12d569394bba8075e00f54f5268d71 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002927_person458_bacteria_1950.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:619e47b333d32d004c7103c55af279c74af1aef32c6985a08418a0e75668d1f9 +size 1204 diff --git a/MendeleyCXR/labels/Darwin_00002928_person458_bacteria_1951.png b/MendeleyCXR/labels/Darwin_00002928_person458_bacteria_1951.png new file mode 100644 index 0000000000000000000000000000000000000000..b42cf85c5db1f5ee3027e21706ee6d7e7275232b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002928_person458_bacteria_1951.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89cdc3640363bdad74c4cb36f0ddd5ae2f3cf9f206d9a4a2d1d8bc8a160379cf +size 1401 diff --git a/MendeleyCXR/labels/Darwin_00002929_person458_bacteria_1952.png b/MendeleyCXR/labels/Darwin_00002929_person458_bacteria_1952.png new file mode 100644 index 0000000000000000000000000000000000000000..0a7c407157bacd45df36840366eb699fb4069720 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002929_person458_bacteria_1952.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e21287d3ead3e14d36c9e3c73ac07563cd141ddf88e17fedab2428f46f69bb8 +size 1197 diff --git a/MendeleyCXR/labels/Darwin_00002930_person458_bacteria_1953.png b/MendeleyCXR/labels/Darwin_00002930_person458_bacteria_1953.png new file mode 100644 index 0000000000000000000000000000000000000000..179b3a07303b34e1a60dd2535d011ed99a3f1fac --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002930_person458_bacteria_1953.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15417ac87c1108110e9aa00e1d78ab559a92bed1e679ec878a02c59e10a5f4ff +size 1234 diff --git a/MendeleyCXR/labels/Darwin_00002931_person458_bacteria_1954.png b/MendeleyCXR/labels/Darwin_00002931_person458_bacteria_1954.png new file mode 100644 index 0000000000000000000000000000000000000000..c642fb3837a370aeeaeb88261b305690f7662f26 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002931_person458_bacteria_1954.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ec2d175cfd7d8e75de8e92a668434eaa55c7540f24b434af16774b84d5320d2 +size 1356 diff --git a/MendeleyCXR/labels/Darwin_00002933_person459_bacteria_1956.png b/MendeleyCXR/labels/Darwin_00002933_person459_bacteria_1956.png new file mode 100644 index 0000000000000000000000000000000000000000..1b8fb1deefa191f9fa5ff4284a017cbe12ca1694 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002933_person459_bacteria_1956.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abd9ce90af2f005b8163012d1aa45f9887458ad4f80af5e8bf3913f83dbca3a4 +size 1407 diff --git a/MendeleyCXR/labels/Darwin_00002934_person459_bacteria_1957.png b/MendeleyCXR/labels/Darwin_00002934_person459_bacteria_1957.png new file mode 100644 index 0000000000000000000000000000000000000000..f3b379f1c3331ba310eb529ca185cbdef9f37cd5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002934_person459_bacteria_1957.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dabae302ca8fa51ae4cdbbfc520164e2543aa13f5f2aa3d9c684a49e14e85a6 +size 1066 diff --git a/MendeleyCXR/labels/Darwin_00002935_person32_bacteria_165.png b/MendeleyCXR/labels/Darwin_00002935_person32_bacteria_165.png new file mode 100644 index 0000000000000000000000000000000000000000..827bb9eae22fd93b8f090f8268fc2f7a70c38554 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002935_person32_bacteria_165.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e58529b5713d1d83d5b3df30f562cecb6b0639d105f41f4e8f5a6827b02a6534 +size 1260 diff --git a/MendeleyCXR/labels/Darwin_00002936_person32_bacteria_166.png b/MendeleyCXR/labels/Darwin_00002936_person32_bacteria_166.png new file mode 100644 index 0000000000000000000000000000000000000000..d15a6ba7e83a872bd12c9863e681e513bf61dc34 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002936_person32_bacteria_166.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91bf8e77fb44aea26d060d1307e77f81d0712bf4bc6215c88c58fb1ff38b676c +size 1317 diff --git a/MendeleyCXR/labels/Darwin_00002937_person33_bacteria_169.png b/MendeleyCXR/labels/Darwin_00002937_person33_bacteria_169.png new file mode 100644 index 0000000000000000000000000000000000000000..4a8c2f86c36887d2b26fa9e397e6596ee2f51d39 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002937_person33_bacteria_169.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dbaa74ffcc91636cf9d973a1318d6c5a3da03cbce01ee100af4d73db79c49ae +size 1323 diff --git a/MendeleyCXR/labels/Darwin_00002938_person33_bacteria_172.png b/MendeleyCXR/labels/Darwin_00002938_person33_bacteria_172.png new file mode 100644 index 0000000000000000000000000000000000000000..59f9882b951a5bad8e4d3deb5b3e2834b9478cee --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002938_person33_bacteria_172.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02c6669c23d0f4c11d0f7073e4408488ae65eda3d74a28fb4e79ca3b2f4cb909 +size 1164 diff --git a/MendeleyCXR/labels/Darwin_00002939_person33_bacteria_173.png b/MendeleyCXR/labels/Darwin_00002939_person33_bacteria_173.png new file mode 100644 index 0000000000000000000000000000000000000000..5e47029fb3779219dfa33414bd98437ac2767b99 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002939_person33_bacteria_173.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6bdfaffc010a957752774d3ece2f84c4a347359c3d22e10bdff08036e6b5d1e +size 1266 diff --git a/MendeleyCXR/labels/Darwin_00002940_person33_bacteria_174.png b/MendeleyCXR/labels/Darwin_00002940_person33_bacteria_174.png new file mode 100644 index 0000000000000000000000000000000000000000..a28d743c38f8dad7826c90c1c897bf66c7964fb3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002940_person33_bacteria_174.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:792bd2062cc6e18359f9191cd0a031bb8753e73dfe20f80d13ead4b4cd6ba77c +size 1260 diff --git a/MendeleyCXR/labels/Darwin_00002941_person33_bacteria_175.png b/MendeleyCXR/labels/Darwin_00002941_person33_bacteria_175.png new file mode 100644 index 0000000000000000000000000000000000000000..55e044adcc832948d2ca6d89bbdea58d8ff06bd3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002941_person33_bacteria_175.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7107fc3da50114811cd3039be15766d6b15aa55afead836cf5526b9a865bddc0 +size 1224 diff --git a/MendeleyCXR/labels/Darwin_00002942_person34_bacteria_176.png b/MendeleyCXR/labels/Darwin_00002942_person34_bacteria_176.png new file mode 100644 index 0000000000000000000000000000000000000000..3f4166a2d76bfec1fcdba1e529176ffe5df53749 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002942_person34_bacteria_176.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa07e562a3779a7fe6edc90670e2a3d74887bc71cf53f107d1f6674dae0856ed +size 1202 diff --git a/MendeleyCXR/labels/Darwin_00002943_person35_bacteria_178.png b/MendeleyCXR/labels/Darwin_00002943_person35_bacteria_178.png new file mode 100644 index 0000000000000000000000000000000000000000..95d9da364fdb90c9cf840439a50421ec0b2106ef --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002943_person35_bacteria_178.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59106b3f92a928291043468fe39eae0328d2b792ce296b3897e9d1862e48a7f9 +size 1303 diff --git a/MendeleyCXR/labels/Darwin_00002944_person35_bacteria_180.png b/MendeleyCXR/labels/Darwin_00002944_person35_bacteria_180.png new file mode 100644 index 0000000000000000000000000000000000000000..b2cd5107622264e81573e1d3b9da44f8324556f7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002944_person35_bacteria_180.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72424cb0b8b9b2b9d2e3313cfda33dcaed98c137fce94915232095d2b19d9598 +size 1320 diff --git a/MendeleyCXR/labels/Darwin_00002945_person35_bacteria_181.png b/MendeleyCXR/labels/Darwin_00002945_person35_bacteria_181.png new file mode 100644 index 0000000000000000000000000000000000000000..423747aec4b4fcd4805ee893bbaebda21778091c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002945_person35_bacteria_181.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aac0ec9ab19528bcab9c481f96fdabec93a51494958b28c3b5a557a3f391554 +size 1181 diff --git a/MendeleyCXR/labels/Darwin_00002946_person36_bacteria_182.png b/MendeleyCXR/labels/Darwin_00002946_person36_bacteria_182.png new file mode 100644 index 0000000000000000000000000000000000000000..7e3334558f9fa9edaa2fa303c8184d3c7a88e2f3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002946_person36_bacteria_182.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37d2ba60b0f70026eadd537b28532b3930ded240df2392e299d8b8ae8754f5f1 +size 1351 diff --git a/MendeleyCXR/labels/Darwin_00002947_person36_bacteria_183.png b/MendeleyCXR/labels/Darwin_00002947_person36_bacteria_183.png new file mode 100644 index 0000000000000000000000000000000000000000..cba961dd8a438f3ad8a45c9e5d0c4aa5efe6c478 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002947_person36_bacteria_183.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38a559ea36080c2d76b1192c0f7599836d4dc2c20bb5b7566b2c468d18275ec6 +size 1222 diff --git a/MendeleyCXR/labels/Darwin_00002948_person36_bacteria_184.png b/MendeleyCXR/labels/Darwin_00002948_person36_bacteria_184.png new file mode 100644 index 0000000000000000000000000000000000000000..966dc2e3cf28bae93d14ee4887f0ddbc0b06af82 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002948_person36_bacteria_184.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d7ceac72fc790404d42542e2a444fb98af977af76f8e212dd9cb890990c2c48 +size 1403 diff --git a/MendeleyCXR/labels/Darwin_00002949_person36_bacteria_185.png b/MendeleyCXR/labels/Darwin_00002949_person36_bacteria_185.png new file mode 100644 index 0000000000000000000000000000000000000000..d9b1472be9ee13c5701f9961e801c25425010e3b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002949_person36_bacteria_185.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7b0f633537df2e933e0aa67feb3628656140f1a9fb2a5ff0e6927e8cabd5695 +size 1351 diff --git a/MendeleyCXR/labels/Darwin_00002950_person37_bacteria_186.png b/MendeleyCXR/labels/Darwin_00002950_person37_bacteria_186.png new file mode 100644 index 0000000000000000000000000000000000000000..5b98e94b8f45849c5ad0f102a14e9c093f9db1a2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002950_person37_bacteria_186.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56eca753c856e7808e24f433000e91e4c462444d3e636c36a16d251f771b62c2 +size 1402 diff --git a/MendeleyCXR/labels/Darwin_00002951_person37_bacteria_187.png b/MendeleyCXR/labels/Darwin_00002951_person37_bacteria_187.png new file mode 100644 index 0000000000000000000000000000000000000000..9e0831f5069dd9c06b9014982865077edb15b32a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002951_person37_bacteria_187.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afded6ca23bc50841326ca70e38e2fe760581589da9b96096a07e03edfd7e08c +size 1369 diff --git a/MendeleyCXR/labels/Darwin_00002952_person37_bacteria_188.png b/MendeleyCXR/labels/Darwin_00002952_person37_bacteria_188.png new file mode 100644 index 0000000000000000000000000000000000000000..4e8560f2dd0be9e20407c165ca63e15191ed102a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002952_person37_bacteria_188.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:459c047c686687e27d6f5929c869f3d2484f552e77ddf1eecc21d6481029bb10 +size 1297 diff --git a/MendeleyCXR/labels/Darwin_00002953_person37_bacteria_189.png b/MendeleyCXR/labels/Darwin_00002953_person37_bacteria_189.png new file mode 100644 index 0000000000000000000000000000000000000000..1aa0715a494691f7ed9c3fd44edc1576b6b5b72b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002953_person37_bacteria_189.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f64195f7618c889aa1882fe9d95bce9ff4a56fe5d75e0eedb7e64bf1a7d59777 +size 1311 diff --git a/MendeleyCXR/labels/Darwin_00002954_person38_bacteria_190.png b/MendeleyCXR/labels/Darwin_00002954_person38_bacteria_190.png new file mode 100644 index 0000000000000000000000000000000000000000..0e0f77090bd9219c876a5898a7caa1fa2c52b380 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002954_person38_bacteria_190.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51b489fef5c0c8404e5bed1160afd447a1f090b479727570501ef3def91cd0fe +size 1229 diff --git a/MendeleyCXR/labels/Darwin_00002955_person38_bacteria_191.png b/MendeleyCXR/labels/Darwin_00002955_person38_bacteria_191.png new file mode 100644 index 0000000000000000000000000000000000000000..7522ee876af4a19dbd40b8c164b81cc017e2fb7e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002955_person38_bacteria_191.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1b4b230343a13273165d51ae9fe1c61e79a82740223f9696b991e599647b85b +size 1236 diff --git a/MendeleyCXR/labels/Darwin_00002956_person38_bacteria_192.png b/MendeleyCXR/labels/Darwin_00002956_person38_bacteria_192.png new file mode 100644 index 0000000000000000000000000000000000000000..f2a614e8590d6376c436fdca91449d45a8577a6a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002956_person38_bacteria_192.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cd4e8d5d0623d3ed85ab2d8c03132e331975cc5fc3c904e38f5bab69a3f0498 +size 1381 diff --git a/MendeleyCXR/labels/Darwin_00002957_person38_bacteria_193.png b/MendeleyCXR/labels/Darwin_00002957_person38_bacteria_193.png new file mode 100644 index 0000000000000000000000000000000000000000..f9f0e514b22b424b59a99158f117cf0dc946176f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002957_person38_bacteria_193.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39a205d7bf066bb2b1dd111afddc5c7d824ee032179eb3a93c1a34e16c63c189 +size 1384 diff --git a/MendeleyCXR/labels/Darwin_00002958_person38_bacteria_194.png b/MendeleyCXR/labels/Darwin_00002958_person38_bacteria_194.png new file mode 100644 index 0000000000000000000000000000000000000000..7f5862571f674d0f03325c1bc92fb222919affdf --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002958_person38_bacteria_194.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0881c82554dc196661d0baf4b27f0cbea0f481bd47369f43a91bf5823c25f811 +size 1310 diff --git a/MendeleyCXR/labels/Darwin_00002959_person38_bacteria_195.png b/MendeleyCXR/labels/Darwin_00002959_person38_bacteria_195.png new file mode 100644 index 0000000000000000000000000000000000000000..6b0f1518cba4fbf2ed66cdf5e1fd4798b1924df5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002959_person38_bacteria_195.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:189f2599a31963f313ad724e265cf20348643bc49fda2e5ebdd5d43090e2e8b1 +size 1172 diff --git a/MendeleyCXR/labels/Darwin_00002960_person38_bacteria_196.png b/MendeleyCXR/labels/Darwin_00002960_person38_bacteria_196.png new file mode 100644 index 0000000000000000000000000000000000000000..1356346fd9255379dc55eed62cb6027205aad16d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002960_person38_bacteria_196.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed66e00391a7d0f2525f989d52eb0c0e290b7841cad565cd626d678690947278 +size 1447 diff --git a/MendeleyCXR/labels/Darwin_00002961_person327_bacteria_1508.png b/MendeleyCXR/labels/Darwin_00002961_person327_bacteria_1508.png new file mode 100644 index 0000000000000000000000000000000000000000..cc4911410537871e8b52519d37de0f3a9d276701 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002961_person327_bacteria_1508.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df659cf5cf81908bfe503e8650225be03e851c53d6abc0e729c5426c76f36ada +size 1341 diff --git a/MendeleyCXR/labels/Darwin_00002962_person327_bacteria_1509.png b/MendeleyCXR/labels/Darwin_00002962_person327_bacteria_1509.png new file mode 100644 index 0000000000000000000000000000000000000000..04e5e56ab17c7b3170d75ffd4abb59e78e7204b4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002962_person327_bacteria_1509.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cac8010879bf99d863f72cf93148cf17514b24b21fbe71f666cdbd2e5be8f53b +size 1448 diff --git a/MendeleyCXR/labels/Darwin_00002963_person328_bacteria_1510.png b/MendeleyCXR/labels/Darwin_00002963_person328_bacteria_1510.png new file mode 100644 index 0000000000000000000000000000000000000000..ebf77ed740bcb43367cd04ef03f91635976c8c6c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002963_person328_bacteria_1510.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcb501265461c6bad78a7040e04a9cb7e1dec8c9e6102710eb58aa970c45ff5d +size 1407 diff --git a/MendeleyCXR/labels/Darwin_00002964_person328_bacteria_1511.png b/MendeleyCXR/labels/Darwin_00002964_person328_bacteria_1511.png new file mode 100644 index 0000000000000000000000000000000000000000..ce2f61c315158695f8fa7ff1411cc25171819229 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002964_person328_bacteria_1511.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10f83cdb666d054a986fe54de3365c466a7ed395f2db42fe41bb6b5095f440e0 +size 1394 diff --git a/MendeleyCXR/labels/Darwin_00002965_person328_bacteria_1512.png b/MendeleyCXR/labels/Darwin_00002965_person328_bacteria_1512.png new file mode 100644 index 0000000000000000000000000000000000000000..31ae1eb3a07480d1fcdab88f3393726a76be9c47 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002965_person328_bacteria_1512.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3d1faf2241c7ed506d2c200fbcd73def0a30a0174b0394f4e4903f372534a5e +size 1334 diff --git a/MendeleyCXR/labels/Darwin_00002966_person328_bacteria_1513.png b/MendeleyCXR/labels/Darwin_00002966_person328_bacteria_1513.png new file mode 100644 index 0000000000000000000000000000000000000000..f5323b017ceb4ad8449cffaf4e13be901ab5c7cd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002966_person328_bacteria_1513.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:170965cf36dd73b2e09a683fca1acde36fff5f6aae77f689b96650fcf1faa737 +size 1402 diff --git a/MendeleyCXR/labels/Darwin_00002967_person328_bacteria_1514.png b/MendeleyCXR/labels/Darwin_00002967_person328_bacteria_1514.png new file mode 100644 index 0000000000000000000000000000000000000000..dbd83b44a75ad665940fe1c77ac42f94d4ea8460 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002967_person328_bacteria_1514.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f39fc7dcf11781b4c2fb2cbd24128d33d31e6b63e5436990d8d828ed18e26a23 +size 1220 diff --git a/MendeleyCXR/labels/Darwin_00002968_person328_bacteria_1515.png b/MendeleyCXR/labels/Darwin_00002968_person328_bacteria_1515.png new file mode 100644 index 0000000000000000000000000000000000000000..944d917ad777746e1f173529643df6de5afbf373 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002968_person328_bacteria_1515.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20fc829580c02aec9a18264256dba524c507b287fa3f00e8ce52223e20d24a48 +size 1328 diff --git a/MendeleyCXR/labels/Darwin_00002969_person331_bacteria_1526.png b/MendeleyCXR/labels/Darwin_00002969_person331_bacteria_1526.png new file mode 100644 index 0000000000000000000000000000000000000000..d27caa7c1358510b9e107c5a843cba92751e2046 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002969_person331_bacteria_1526.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0474be7f88f1cc8f2377714966ebc8eb97784494cb4f8dc940038d67c948f7b +size 1246 diff --git a/MendeleyCXR/labels/Darwin_00002970_person331_bacteria_1527.png b/MendeleyCXR/labels/Darwin_00002970_person331_bacteria_1527.png new file mode 100644 index 0000000000000000000000000000000000000000..fe89d6261a9b73b604114245405707f303469c92 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002970_person331_bacteria_1527.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cd82176dcf21743cabe811d526e64d4179915840ef3fccdfaefa976d122b1d7 +size 1145 diff --git a/MendeleyCXR/labels/Darwin_00002971_person331_bacteria_1528.png b/MendeleyCXR/labels/Darwin_00002971_person331_bacteria_1528.png new file mode 100644 index 0000000000000000000000000000000000000000..422ad148c55ff866aebd99a1e565198ed40d1e33 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002971_person331_bacteria_1528.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0096f90c3661de0408cb196b581fbd1e654534cf1a7ee24cfb63b27492b7c4d +size 1385 diff --git a/MendeleyCXR/labels/Darwin_00002972_person331_bacteria_1529.png b/MendeleyCXR/labels/Darwin_00002972_person331_bacteria_1529.png new file mode 100644 index 0000000000000000000000000000000000000000..4f81bdd1d7d4e8f51046cad7a3318fb76aacf40b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002972_person331_bacteria_1529.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28a9a40ea314d38dd82bf60c0a692847495840c351565e54938336824e90795d +size 1198 diff --git a/MendeleyCXR/labels/Darwin_00002973_person331_bacteria_1530.png b/MendeleyCXR/labels/Darwin_00002973_person331_bacteria_1530.png new file mode 100644 index 0000000000000000000000000000000000000000..296b694eba9c95b2eaf5ffd4fd38f0045a3de4d4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002973_person331_bacteria_1530.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9a640f51a293979465b109bfa9a8db7d8efc8bbe9f3a1e9bdd9362a43f38e1b +size 1256 diff --git a/MendeleyCXR/labels/Darwin_00002974_person332_bacteria_1531.png b/MendeleyCXR/labels/Darwin_00002974_person332_bacteria_1531.png new file mode 100644 index 0000000000000000000000000000000000000000..bd7eebc5951facaf25b01bae0741771021907dff --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002974_person332_bacteria_1531.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a41e4c6e66558a8de7a63b01fae57169cba399b7e42a293a89c4b89601b3de8 +size 1312 diff --git a/MendeleyCXR/labels/Darwin_00002975_person332_bacteria_1533.png b/MendeleyCXR/labels/Darwin_00002975_person332_bacteria_1533.png new file mode 100644 index 0000000000000000000000000000000000000000..8457ecfb852821d1813d53f53ca9de90a7ef4863 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002975_person332_bacteria_1533.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f36f6cd80e37c60115fca7e1a7bfe11b6a8fd7d6a971bbe883bdabcfe33d54d +size 1231 diff --git a/MendeleyCXR/labels/Darwin_00002976_person332_bacteria_1534.png b/MendeleyCXR/labels/Darwin_00002976_person332_bacteria_1534.png new file mode 100644 index 0000000000000000000000000000000000000000..1858b6547d9ea9e693f847388f369da81263e3cb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002976_person332_bacteria_1534.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d078f29cf111b4ca232c09185078810e899207becfb5502a19225fc0dd04426d +size 1265 diff --git a/MendeleyCXR/labels/Darwin_00002977_person332_bacteria_1535.png b/MendeleyCXR/labels/Darwin_00002977_person332_bacteria_1535.png new file mode 100644 index 0000000000000000000000000000000000000000..e00cdae59b3a9194de9e08a82e2a17f680be2b56 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002977_person332_bacteria_1535.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:143da9aac4f0aaaee51ebf77d8e88dc264048c5095ba7d44bb53d676abee1d8a +size 1284 diff --git a/MendeleyCXR/labels/Darwin_00002978_person332_bacteria_1536.png b/MendeleyCXR/labels/Darwin_00002978_person332_bacteria_1536.png new file mode 100644 index 0000000000000000000000000000000000000000..cc6041bab2f7965df6eb49fa2b911f6c289e10ea --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002978_person332_bacteria_1536.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a084391092d4ae50dd71b19d489c444b2673e4801d73c918266531c7e9d8228 +size 1161 diff --git a/MendeleyCXR/labels/Darwin_00002979_person332_bacteria_1537.png b/MendeleyCXR/labels/Darwin_00002979_person332_bacteria_1537.png new file mode 100644 index 0000000000000000000000000000000000000000..199e83ddddf54e3ccbf54fd6f4ff5be7bb5edd8b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002979_person332_bacteria_1537.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c44df35cd0d41242054e9986c1f31df12c69c9aff1fbc2e393afd0d205e36642 +size 1335 diff --git a/MendeleyCXR/labels/Darwin_00002980_person332_bacteria_1538.png b/MendeleyCXR/labels/Darwin_00002980_person332_bacteria_1538.png new file mode 100644 index 0000000000000000000000000000000000000000..9aa438b7bcfdd66db225035c155be928372143ab --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002980_person332_bacteria_1538.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04238cdb95a1c7abd3a48abaf529a8c0e969e266a5815779507c26e91e83b148 +size 1441 diff --git a/MendeleyCXR/labels/Darwin_00002981_person333_bacteria_1539.png b/MendeleyCXR/labels/Darwin_00002981_person333_bacteria_1539.png new file mode 100644 index 0000000000000000000000000000000000000000..f07412fc70442b8825709fe3763ac6840f46943b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002981_person333_bacteria_1539.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cd3614a94453a112cbee433a7304ae4fdeef77e957185b2cd7d0ec0bcb63aa1 +size 1324 diff --git a/MendeleyCXR/labels/Darwin_00002982_person333_bacteria_1540.png b/MendeleyCXR/labels/Darwin_00002982_person333_bacteria_1540.png new file mode 100644 index 0000000000000000000000000000000000000000..d1ac88939662514b2d836c2afaec9554a9751a8d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002982_person333_bacteria_1540.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6e8444d467050aa7632fb06487036dac26cfa2f9f87fa41a309545fc1a748cb +size 1401 diff --git a/MendeleyCXR/labels/Darwin_00002983_person334_bacteria_1541.png b/MendeleyCXR/labels/Darwin_00002983_person334_bacteria_1541.png new file mode 100644 index 0000000000000000000000000000000000000000..8ba783a6178b53911fc2a74d8b5ae2425607f27c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002983_person334_bacteria_1541.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3518126ffd4f3a8a0aa1041fb9901f698e177c8b2de521cf136bf782f74ace6 +size 1200 diff --git a/MendeleyCXR/labels/Darwin_00002984_person334_bacteria_1542.png b/MendeleyCXR/labels/Darwin_00002984_person334_bacteria_1542.png new file mode 100644 index 0000000000000000000000000000000000000000..ace455f225ecf8b83575402c0716184c1a0d6c69 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002984_person334_bacteria_1542.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2818aa4196bcdec5bfb896f7b21fae0ca2e7ce9871a3d2da8a68efebd3d95f0b +size 1219 diff --git a/MendeleyCXR/labels/Darwin_00002985_person334_bacteria_1544.png b/MendeleyCXR/labels/Darwin_00002985_person334_bacteria_1544.png new file mode 100644 index 0000000000000000000000000000000000000000..8939baaced6fcf003f14d2e6bfa3b7ff99b603ea --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002985_person334_bacteria_1544.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60b3df652bd22a380499b291bcae9df72f6b78445b014139ac871e010c67464b +size 1155 diff --git a/MendeleyCXR/labels/Darwin_00002986_person334_bacteria_1545.png b/MendeleyCXR/labels/Darwin_00002986_person334_bacteria_1545.png new file mode 100644 index 0000000000000000000000000000000000000000..c99384cbafba5e26be4e84d6a31c1eca71e07a51 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002986_person334_bacteria_1545.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ece33f04e12137c0fbfd14c5a9d3ef8a02d8227b24115ce93077bc885ad0034 +size 1164 diff --git a/MendeleyCXR/labels/Darwin_00002987_person336_bacteria_1548.png b/MendeleyCXR/labels/Darwin_00002987_person336_bacteria_1548.png new file mode 100644 index 0000000000000000000000000000000000000000..602358f18fdbcda28829eb6370523e0723765363 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002987_person336_bacteria_1548.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e77430ed5d144dca485f906c4da0b961cbd326dd0d98c40fa35cf60173c87302 +size 1252 diff --git a/MendeleyCXR/labels/Darwin_00002988_person336_bacteria_1549.png b/MendeleyCXR/labels/Darwin_00002988_person336_bacteria_1549.png new file mode 100644 index 0000000000000000000000000000000000000000..335d4e5469ae51a454cf53b20e9eca6e6dc7c5d2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002988_person336_bacteria_1549.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe6bf7cd2667b23c5d907dd0f5401b4987b7e6e2d473a43d77bb40307c5a7653 +size 1168 diff --git a/MendeleyCXR/labels/Darwin_00002989_person336_bacteria_1550.png b/MendeleyCXR/labels/Darwin_00002989_person336_bacteria_1550.png new file mode 100644 index 0000000000000000000000000000000000000000..fff00db10b4b271c8dbee53a34a7d1be46398800 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002989_person336_bacteria_1550.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f4aeed8829305a38bb8946c0c032bf8156a2cc383cd4e9b95fc66a3a09970d4 +size 1171 diff --git a/MendeleyCXR/labels/Darwin_00002990_person336_bacteria_1551.png b/MendeleyCXR/labels/Darwin_00002990_person336_bacteria_1551.png new file mode 100644 index 0000000000000000000000000000000000000000..b540dbb132fd6ffac4816e1646bd49a8b4488332 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002990_person336_bacteria_1551.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:428f56b90d13262a225c4169666f13a79f885bed0ec42e621a3f7b4a9e063fc8 +size 1204 diff --git a/MendeleyCXR/labels/Darwin_00002991_person336_bacteria_1552.png b/MendeleyCXR/labels/Darwin_00002991_person336_bacteria_1552.png new file mode 100644 index 0000000000000000000000000000000000000000..1fce69d64e0e3f347a669051272084a8e3840b4c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002991_person336_bacteria_1552.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d942f826383da4244ebca2b885b6577742c445e76acef22c2db7faecd4751b5 +size 1257 diff --git a/MendeleyCXR/labels/Darwin_00002992_person336_bacteria_1553.png b/MendeleyCXR/labels/Darwin_00002992_person336_bacteria_1553.png new file mode 100644 index 0000000000000000000000000000000000000000..f38a712f7f0236a690e95b82bb842be34dc29029 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002992_person336_bacteria_1553.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c0f49efcdfda6ffca751c583fd0a1ad47ab2664f72b5b0e8f5ebb8513aa62e7 +size 1250 diff --git a/MendeleyCXR/labels/Darwin_00002993_person337_bacteria_1554.png b/MendeleyCXR/labels/Darwin_00002993_person337_bacteria_1554.png new file mode 100644 index 0000000000000000000000000000000000000000..a19868fc4ce2eb903b4fcec71718af05856905b4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002993_person337_bacteria_1554.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c756940fbf2f4f31736b5e3750562819516ee5d938bf33b95f75ab6ada2ef49 +size 1206 diff --git a/MendeleyCXR/labels/Darwin_00002994_person337_bacteria_1557.png b/MendeleyCXR/labels/Darwin_00002994_person337_bacteria_1557.png new file mode 100644 index 0000000000000000000000000000000000000000..23aa667abfb7f0e68fa8d665dc19232422ab58c6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002994_person337_bacteria_1557.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eafb57bd8f4f71b00378a4d2a26bc911df09b8e836c746150677df651ed45ff +size 1247 diff --git a/MendeleyCXR/labels/Darwin_00002995_person337_bacteria_1558.png b/MendeleyCXR/labels/Darwin_00002995_person337_bacteria_1558.png new file mode 100644 index 0000000000000000000000000000000000000000..61e04876e316e7753eb2cdd04762a9b77a6c5220 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002995_person337_bacteria_1558.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddb7f165659a3a6e99e9dec411b219c7a256dcd1bbd51fb9e25b587bf588e6a7 +size 1359 diff --git a/MendeleyCXR/labels/Darwin_00002996_person337_bacteria_1560.png b/MendeleyCXR/labels/Darwin_00002996_person337_bacteria_1560.png new file mode 100644 index 0000000000000000000000000000000000000000..cd357da83f9b517319d7d39d80d7d4b1cdaac19a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002996_person337_bacteria_1560.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8c392713ef6b8ea9f597e1a1efb58a5bcf083463bcc686d6aa5d6caa43d9ecc +size 1252 diff --git a/MendeleyCXR/labels/Darwin_00002997_person337_bacteria_1561.png b/MendeleyCXR/labels/Darwin_00002997_person337_bacteria_1561.png new file mode 100644 index 0000000000000000000000000000000000000000..36e1616aa92289b3e025662d0be5a427a8a259ec --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002997_person337_bacteria_1561.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a14243e34ff89de94f02e668a69678ef7ff919d52435046431b058f6ea95f56 +size 1480 diff --git a/MendeleyCXR/labels/Darwin_00002998_person337_bacteria_1562.png b/MendeleyCXR/labels/Darwin_00002998_person337_bacteria_1562.png new file mode 100644 index 0000000000000000000000000000000000000000..25761705ff47f2cc02453ac3faf933a51d4b7e7c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002998_person337_bacteria_1562.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77b20a26aa4bd03dad8703237af8d325e30ac8f1494678b255f365eaf85f5890 +size 1500 diff --git a/MendeleyCXR/labels/Darwin_00002999_person337_bacteria_1563.png b/MendeleyCXR/labels/Darwin_00002999_person337_bacteria_1563.png new file mode 100644 index 0000000000000000000000000000000000000000..b1604a6c876c1bd8abf0736c5dd70c8eaf63f5e9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00002999_person337_bacteria_1563.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71288846c9240cc1f126aca5144b683ec52de25495e0472f4d13228be60a280a +size 1400 diff --git a/MendeleyCXR/labels/Darwin_00003000_person337_bacteria_1564.png b/MendeleyCXR/labels/Darwin_00003000_person337_bacteria_1564.png new file mode 100644 index 0000000000000000000000000000000000000000..f4bb23f00faf8b9ee54406ec0c0dac9529c47885 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003000_person337_bacteria_1564.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b89511dbadf5a71db2d7c9de843c3f548cb857c2b47db0a0ec0c8154e487685 +size 1352 diff --git a/MendeleyCXR/labels/Darwin_00003001_person337_bacteria_1565.png b/MendeleyCXR/labels/Darwin_00003001_person337_bacteria_1565.png new file mode 100644 index 0000000000000000000000000000000000000000..33e00e2c0045b98275291530c9e6798d119570d4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003001_person337_bacteria_1565.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd7a142e1c0d7af4efa37aaa2d7e0719714fc335027ac932ac9d5b5e4e7823d1 +size 1355 diff --git a/MendeleyCXR/labels/Darwin_00003002_person337_bacteria_1566.png b/MendeleyCXR/labels/Darwin_00003002_person337_bacteria_1566.png new file mode 100644 index 0000000000000000000000000000000000000000..44311467d5370aa966952314409e6d515be844d8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003002_person337_bacteria_1566.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed6b6000514051716bfdb4cba287952a427f62abf2f168c6ea85efccdacfa7a5 +size 1337 diff --git a/MendeleyCXR/labels/Darwin_00003003_person338_bacteria_1567.png b/MendeleyCXR/labels/Darwin_00003003_person338_bacteria_1567.png new file mode 100644 index 0000000000000000000000000000000000000000..5bae799f141f3330bf2176a9835d206f76b42807 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003003_person338_bacteria_1567.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c83bda8f48f069a9cd42e030bb79c95b9ea667b56760c0e328dc21109684df03 +size 1205 diff --git a/MendeleyCXR/labels/Darwin_00003004_person338_bacteria_1568.png b/MendeleyCXR/labels/Darwin_00003004_person338_bacteria_1568.png new file mode 100644 index 0000000000000000000000000000000000000000..abb4c1615b5322ddc000c446a314ca1cd22d84b7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003004_person338_bacteria_1568.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5cbc2ea14fb4ed83f0eba504b24878d0432cf21e2d9b2b39b135e3f54ecd913 +size 1296 diff --git a/MendeleyCXR/labels/Darwin_00003005_person339_bacteria_1572.png b/MendeleyCXR/labels/Darwin_00003005_person339_bacteria_1572.png new file mode 100644 index 0000000000000000000000000000000000000000..0ac81b843096c274e3cec617298e8b863d2d35ef --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003005_person339_bacteria_1572.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98cd670efdc321fce5d5a0b94acf40263d741e8eee55b59670bd4ee577fb4bca +size 1024 diff --git a/MendeleyCXR/labels/Darwin_00003006_person339_bacteria_1573.png b/MendeleyCXR/labels/Darwin_00003006_person339_bacteria_1573.png new file mode 100644 index 0000000000000000000000000000000000000000..c706deab2b3b347578506d36d5d1397cbdb06130 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003006_person339_bacteria_1573.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eeb2c19bd73c2488cd7ef98e53cc28a3544886817e6adf3e7dbbd88abdeb969 +size 1220 diff --git a/MendeleyCXR/labels/Darwin_00003007_person339_bacteria_1574.png b/MendeleyCXR/labels/Darwin_00003007_person339_bacteria_1574.png new file mode 100644 index 0000000000000000000000000000000000000000..1a348cf5b0a0c970619fa6fd85dfb2ef0d36b4e6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003007_person339_bacteria_1574.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be145cb677a07b7129073c044c28f0daeb918f20cc194f793c6a16890b9bb39e +size 1463 diff --git a/MendeleyCXR/labels/Darwin_00003008_person340_bacteria_1575.png b/MendeleyCXR/labels/Darwin_00003008_person340_bacteria_1575.png new file mode 100644 index 0000000000000000000000000000000000000000..66479f3406b1bcb0f1042da428bac3bdf8980c30 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003008_person340_bacteria_1575.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:469bbec5afe93014c5c2fda66838b55c77dc62060bb8397ee01cd900d700aa54 +size 1233 diff --git a/MendeleyCXR/labels/Darwin_00003009_person341_bacteria_1577.png b/MendeleyCXR/labels/Darwin_00003009_person341_bacteria_1577.png new file mode 100644 index 0000000000000000000000000000000000000000..98c63122a6e993a13934fa32f8d64e0d3238ddf2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003009_person341_bacteria_1577.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02d3a4a40e68b553902299411cdd220968dc9abad6ac3cb9717d4858fb1b0dcd +size 1069 diff --git a/MendeleyCXR/labels/Darwin_00003010_person343_bacteria_1583.png b/MendeleyCXR/labels/Darwin_00003010_person343_bacteria_1583.png new file mode 100644 index 0000000000000000000000000000000000000000..6bda5a48eee882ffa395bcc3d4e7213b9bcfcbfc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003010_person343_bacteria_1583.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1779fd99677bfbcee6c59fd766fa004ec1a100aea015b755ebd6de85afbda696 +size 1254 diff --git a/MendeleyCXR/labels/Darwin_00003011_person343_bacteria_1584.png b/MendeleyCXR/labels/Darwin_00003011_person343_bacteria_1584.png new file mode 100644 index 0000000000000000000000000000000000000000..96c442eac581a7119a244917e9af08cd3c2b6c3e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003011_person343_bacteria_1584.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de81428d801790b9c91598d727e7198ad7d107a2f2c336be1cb84a3a807e8c73 +size 1368 diff --git a/MendeleyCXR/labels/Darwin_00003012_person344_bacteria_1585.png b/MendeleyCXR/labels/Darwin_00003012_person344_bacteria_1585.png new file mode 100644 index 0000000000000000000000000000000000000000..9762a5af6c2f528dfae943736722678e48a804d2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003012_person344_bacteria_1585.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f09d8251ec9bd2ae94d216b2b99c8712822988a9600066029dfa158070b1787 +size 1365 diff --git a/MendeleyCXR/labels/Darwin_00003013_person346_bacteria_1590.png b/MendeleyCXR/labels/Darwin_00003013_person346_bacteria_1590.png new file mode 100644 index 0000000000000000000000000000000000000000..fceef4f9ce7c1485e7d40acb48e120a34e0adc0e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003013_person346_bacteria_1590.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13a0821171d1bdd967c42ced69a21fefc4e2886c47109faabbd7593eee5f8671 +size 1186 diff --git a/MendeleyCXR/labels/Darwin_00003014_person347_bacteria_1594.png b/MendeleyCXR/labels/Darwin_00003014_person347_bacteria_1594.png new file mode 100644 index 0000000000000000000000000000000000000000..593b99eb1794ca3e525dba7c143ace58eb4c630d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003014_person347_bacteria_1594.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:930e1bbc9bf57d5267fb189452ae097b9afc6d44efdea1dcab14ff0e30c7e72b +size 1267 diff --git a/MendeleyCXR/labels/Darwin_00003015_person347_bacteria_1595.png b/MendeleyCXR/labels/Darwin_00003015_person347_bacteria_1595.png new file mode 100644 index 0000000000000000000000000000000000000000..9c6c627415e09693a27d0855bc8580e4d50f56f7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003015_person347_bacteria_1595.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:573890e19680e3d2422ce750ea9fe50333a9b3ed51352061a5c69cad35da8c07 +size 1341 diff --git a/MendeleyCXR/labels/Darwin_00003016_person347_bacteria_1597.png b/MendeleyCXR/labels/Darwin_00003016_person347_bacteria_1597.png new file mode 100644 index 0000000000000000000000000000000000000000..96d838c9bc9170d19223469973c5734788d1061e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003016_person347_bacteria_1597.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8d1b35a06b307d21be5cba155bff1eb8d84b89d5dad9db3f78c56e7b0c16e0c +size 1415 diff --git a/MendeleyCXR/labels/Darwin_00003017_person347_bacteria_1599.png b/MendeleyCXR/labels/Darwin_00003017_person347_bacteria_1599.png new file mode 100644 index 0000000000000000000000000000000000000000..bb4ca8e4d317aa6f5e0c60a23c6b4d0c4a92798a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003017_person347_bacteria_1599.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfba36a71d60813cccc06ff5db8511d7fa143f9c9dd8e0edac708a37209cfb9e +size 1158 diff --git a/MendeleyCXR/labels/Darwin_00003018_person348_bacteria_1601.png b/MendeleyCXR/labels/Darwin_00003018_person348_bacteria_1601.png new file mode 100644 index 0000000000000000000000000000000000000000..f754f3430eddea22a90eed42ea6d75fc27f2e7e8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003018_person348_bacteria_1601.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f4f7f4c0ed240d1e1682cf6167fcb1686616e6d65b529c447b613b53e68b312 +size 1298 diff --git a/MendeleyCXR/labels/Darwin_00003019_person348_bacteria_1602.png b/MendeleyCXR/labels/Darwin_00003019_person348_bacteria_1602.png new file mode 100644 index 0000000000000000000000000000000000000000..8ce49717743bb0da8c0903d45bfe0e5bb0161949 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003019_person348_bacteria_1602.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7282618e02efabf6f9889542b9867ebcd1ffa22cc43ca4174a9e4d301132a477 +size 1238 diff --git a/MendeleyCXR/labels/Darwin_00003020_person348_bacteria_1603.png b/MendeleyCXR/labels/Darwin_00003020_person348_bacteria_1603.png new file mode 100644 index 0000000000000000000000000000000000000000..bfdd40897c62372ff759167b8eba548258aa3c4e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003020_person348_bacteria_1603.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eef52eaf8df09a5a572c19253ea558226035ee6aa8e99adf92ddfd7b72e9f6f5 +size 1300 diff --git a/MendeleyCXR/labels/Darwin_00003021_person348_bacteria_1604.png b/MendeleyCXR/labels/Darwin_00003021_person348_bacteria_1604.png new file mode 100644 index 0000000000000000000000000000000000000000..e021c61517fdce086a06deb8933eda25e11b2528 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003021_person348_bacteria_1604.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb53f33f9cd55e4d82592dca9621ea4ebc3a2285e3861642f1b55c69edba9dc4 +size 1301 diff --git a/MendeleyCXR/labels/Darwin_00003022_person349_bacteria_1605.png b/MendeleyCXR/labels/Darwin_00003022_person349_bacteria_1605.png new file mode 100644 index 0000000000000000000000000000000000000000..fcbb1a9d6a93cad449ef8793d9c5b89588829e9c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003022_person349_bacteria_1605.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:969165356429d88f7c635501f2f47559ae62ca397c114f723f28d1fa38b4a0e3 +size 1209 diff --git a/MendeleyCXR/labels/Darwin_00003023_person349_bacteria_1606.png b/MendeleyCXR/labels/Darwin_00003023_person349_bacteria_1606.png new file mode 100644 index 0000000000000000000000000000000000000000..5457c4f90e762a69ea647cd955720c66e48d2e3f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003023_person349_bacteria_1606.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8da6568892d93827069db3051028fdad0f54a798ddbb3b0e22fe92752e2f7707 +size 1227 diff --git a/MendeleyCXR/labels/Darwin_00003024_person349_bacteria_1607.png b/MendeleyCXR/labels/Darwin_00003024_person349_bacteria_1607.png new file mode 100644 index 0000000000000000000000000000000000000000..0ab56e920c71a292543f6ada4b1296419cff9daf --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003024_person349_bacteria_1607.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55acbd2f5efadaa75685690bbfd8d401751200b7c1ba4f41240727455e391155 +size 1203 diff --git a/MendeleyCXR/labels/Darwin_00003025_person351_bacteria_1617.png b/MendeleyCXR/labels/Darwin_00003025_person351_bacteria_1617.png new file mode 100644 index 0000000000000000000000000000000000000000..f0515e84165ef1ee2591c87ffc7d62bf3ed3533c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003025_person351_bacteria_1617.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16a35f3f374aab0984973041123c825dc64ffbaa4d90452ee27c16463d827ff6 +size 1271 diff --git a/MendeleyCXR/labels/Darwin_00003026_person351_bacteria_1619.png b/MendeleyCXR/labels/Darwin_00003026_person351_bacteria_1619.png new file mode 100644 index 0000000000000000000000000000000000000000..c468268bd171cc344f1083f03cadef19680afa21 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003026_person351_bacteria_1619.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b7888fcb6c06ff574a9d5ed6f730f1cd85cca79f5c4ca71d2885f0a73d42117 +size 1206 diff --git a/MendeleyCXR/labels/Darwin_00003027_person351_bacteria_1620.png b/MendeleyCXR/labels/Darwin_00003027_person351_bacteria_1620.png new file mode 100644 index 0000000000000000000000000000000000000000..f253cedbb6033b4179aa848aa2cadb1d3ee2d5ca --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003027_person351_bacteria_1620.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a594d4bbd5060e56541deca4c2fd02d0c8c7a504dd7232599095805e7895f5db +size 1333 diff --git a/MendeleyCXR/labels/Darwin_00003028_person351_bacteria_1621.png b/MendeleyCXR/labels/Darwin_00003028_person351_bacteria_1621.png new file mode 100644 index 0000000000000000000000000000000000000000..f4878c379e69a4c6e38d9de9db57b83bb9fb5965 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003028_person351_bacteria_1621.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:762b62b5d60c63ad7986cfe1ad04b64508f94fdcaba02bfac7dbbf2964b09275 +size 1193 diff --git a/MendeleyCXR/labels/Darwin_00003029_person351_bacteria_1622.png b/MendeleyCXR/labels/Darwin_00003029_person351_bacteria_1622.png new file mode 100644 index 0000000000000000000000000000000000000000..1bedf3e49e95a8ba1092807068c9327c7c1cf137 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003029_person351_bacteria_1622.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37308b392cb63fae7bf279ff613cce65d629e4eaf2dcb0e8eaed42b4ab4926b6 +size 1313 diff --git a/MendeleyCXR/labels/Darwin_00003030_person351_bacteria_1623.png b/MendeleyCXR/labels/Darwin_00003030_person351_bacteria_1623.png new file mode 100644 index 0000000000000000000000000000000000000000..17e9f9b5476c733c0f14d73aab720a817f5c6b83 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003030_person351_bacteria_1623.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2afbed9b76c9b7a43f8fc9174fa880850f14a307535a8cfc215615ab5a6bab3c +size 1252 diff --git a/MendeleyCXR/labels/Darwin_00003031_person351_bacteria_1624.png b/MendeleyCXR/labels/Darwin_00003031_person351_bacteria_1624.png new file mode 100644 index 0000000000000000000000000000000000000000..685d46bf236baf87ca60f1683d439b609eff833b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003031_person351_bacteria_1624.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd7d4ca7126ee7360e6d8606d89d04acd56bad2a6a91b4b1506ca5e936ac1006 +size 1287 diff --git a/MendeleyCXR/labels/Darwin_00003032_person352_bacteria_1625.png b/MendeleyCXR/labels/Darwin_00003032_person352_bacteria_1625.png new file mode 100644 index 0000000000000000000000000000000000000000..3907dfa21bfa46617c89c246502f91057b8f8625 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003032_person352_bacteria_1625.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4574892e4986d22a2a22a9053e05c07f163339b9419c934b4b196aed1af3ce01 +size 1197 diff --git a/MendeleyCXR/labels/Darwin_00003033_person353_bacteria_1626.png b/MendeleyCXR/labels/Darwin_00003033_person353_bacteria_1626.png new file mode 100644 index 0000000000000000000000000000000000000000..28f67591c62b61c3d15c2a2c2d79b07bec154c4f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003033_person353_bacteria_1626.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0be83dee1993e51445e30f5413e2c47f51f1c7c258e860a48d54ef4d43c0542b +size 1319 diff --git a/MendeleyCXR/labels/Darwin_00003034_person353_bacteria_1628.png b/MendeleyCXR/labels/Darwin_00003034_person353_bacteria_1628.png new file mode 100644 index 0000000000000000000000000000000000000000..0e3da789d8fd0bc0ff0813b86bdffb8143c29e33 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003034_person353_bacteria_1628.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4459425a1ecb00f1c4268a190dc65bc78506098422775dca02e7741c22150e1c +size 1220 diff --git a/MendeleyCXR/labels/Darwin_00003037_person354_bacteria_1634.png b/MendeleyCXR/labels/Darwin_00003037_person354_bacteria_1634.png new file mode 100644 index 0000000000000000000000000000000000000000..eaaaf63ca4b4c09b2481c5d80c3dfb486fef6f04 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003037_person354_bacteria_1634.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36cf081cd17f488dbb34f10311c7311f209cf83c531510d83e267bb4204e396b +size 1341 diff --git a/MendeleyCXR/labels/Darwin_00003039_person355_bacteria_1637.png b/MendeleyCXR/labels/Darwin_00003039_person355_bacteria_1637.png new file mode 100644 index 0000000000000000000000000000000000000000..fab2815841391343447805db2cf10fa2a5ce159d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003039_person355_bacteria_1637.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6797c64c572cd67ffa336b4d5b694ef001799cbb634f69b3f7d3f54feacf0eac +size 1295 diff --git a/MendeleyCXR/labels/Darwin_00003040_person356_bacteria_1638.png b/MendeleyCXR/labels/Darwin_00003040_person356_bacteria_1638.png new file mode 100644 index 0000000000000000000000000000000000000000..b8ec224b91806c3b8fde09708f9073ddef6dfe0e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003040_person356_bacteria_1638.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2a1fd7bf7bb9a0fe46d78f6942e214a4622d3f8f009a741b11a6abf2dd96fdc +size 1282 diff --git a/MendeleyCXR/labels/Darwin_00003041_person357_bacteria_1639.png b/MendeleyCXR/labels/Darwin_00003041_person357_bacteria_1639.png new file mode 100644 index 0000000000000000000000000000000000000000..08a7cbcb02c6c3a489fd1034f7cec55582501511 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003041_person357_bacteria_1639.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bd60c4903a168b4e8e042f1616e879fa673b36f76b2593ef78112c9b7688a13 +size 1338 diff --git a/MendeleyCXR/labels/Darwin_00003042_person357_bacteria_1640.png b/MendeleyCXR/labels/Darwin_00003042_person357_bacteria_1640.png new file mode 100644 index 0000000000000000000000000000000000000000..26ff50528f93f73afc99f9e8c165b8cb73b07c2f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003042_person357_bacteria_1640.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:491f474951a42a01a4b49c7e810f33fd094cff66df279200c1b5be716866c70b +size 1390 diff --git a/MendeleyCXR/labels/Darwin_00003043_person359_bacteria_1642.png b/MendeleyCXR/labels/Darwin_00003043_person359_bacteria_1642.png new file mode 100644 index 0000000000000000000000000000000000000000..814a1c044a6d385043a63dcfbd80f6f88e7cc2e9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003043_person359_bacteria_1642.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3457ada7a4965beb4b81d17d9a6cb917fdae3c572d6e01beb8eab838ee4ae95f +size 1337 diff --git a/MendeleyCXR/labels/Darwin_00003044_person359_bacteria_1643.png b/MendeleyCXR/labels/Darwin_00003044_person359_bacteria_1643.png new file mode 100644 index 0000000000000000000000000000000000000000..af218d18b9306d4aaa23344b03fb3a1aed1eadef --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003044_person359_bacteria_1643.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f696d391b9dd7a064d5f6c5116e2d734b99eb9cae963ec838b4b715ff86895cd +size 1231 diff --git a/MendeleyCXR/labels/Darwin_00003045_person359_bacteria_1644.png b/MendeleyCXR/labels/Darwin_00003045_person359_bacteria_1644.png new file mode 100644 index 0000000000000000000000000000000000000000..f5ce302636716ab6817783656a4aa73e037f6f16 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003045_person359_bacteria_1644.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4870d3e0f647d9e99048dbd323e44b284025948b69a66ada82baf81992ca29f4 +size 1347 diff --git a/MendeleyCXR/labels/Darwin_00003046_person359_bacteria_1645.png b/MendeleyCXR/labels/Darwin_00003046_person359_bacteria_1645.png new file mode 100644 index 0000000000000000000000000000000000000000..5f3ebfd68b38b574c5eeae7dc2ad244efc93187b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003046_person359_bacteria_1645.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f784143931d94cf8b973d07b99391c7414560cc0cd18e7b15aa506189b986bb +size 1230 diff --git a/MendeleyCXR/labels/Darwin_00003047_person359_bacteria_1646.png b/MendeleyCXR/labels/Darwin_00003047_person359_bacteria_1646.png new file mode 100644 index 0000000000000000000000000000000000000000..dc012cea1b508a0c5ad97ff5b53a7275b94c0ba5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003047_person359_bacteria_1646.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2e41d79622c4bafaf3f1bd8d46eaf917d3092bc9bbc92283773e68394138fe4 +size 1332 diff --git a/MendeleyCXR/labels/Darwin_00003048_person360_bacteria_1647.png b/MendeleyCXR/labels/Darwin_00003048_person360_bacteria_1647.png new file mode 100644 index 0000000000000000000000000000000000000000..3866d26ea62e3d14da6d919dad3d7017279b96da --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003048_person360_bacteria_1647.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9da1521a2c09bc5cf52008953db216f7685d3fa8b64731a9d325e665a7309ab4 +size 1292 diff --git a/MendeleyCXR/labels/Darwin_00003049_person361_bacteria_1651.png b/MendeleyCXR/labels/Darwin_00003049_person361_bacteria_1651.png new file mode 100644 index 0000000000000000000000000000000000000000..6646189bae524751f5933d3b112c40aff60da6ee --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003049_person361_bacteria_1651.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1511e353cd151b74fd36ac27f290444c04bb1e52c26d99fca65b06405642ba8 +size 1331 diff --git a/MendeleyCXR/labels/Darwin_00003050_person362_bacteria_1652.png b/MendeleyCXR/labels/Darwin_00003050_person362_bacteria_1652.png new file mode 100644 index 0000000000000000000000000000000000000000..1d38ab61271c3c629ff02468ac57fa14cae25971 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003050_person362_bacteria_1652.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f72cd129aaac143fdb7bada10610a12ef90b88fbe125513ca1f0cd9f975f25ba +size 1300 diff --git a/MendeleyCXR/labels/Darwin_00003051_person363_bacteria_1653.png b/MendeleyCXR/labels/Darwin_00003051_person363_bacteria_1653.png new file mode 100644 index 0000000000000000000000000000000000000000..8bef1e758e4e7319dae5a07e9ce727ac9523d088 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003051_person363_bacteria_1653.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9624d32e86a64c8b08f61894dc645ee9cfbad10ca471a61964287eb9a9ac3283 +size 1180 diff --git a/MendeleyCXR/labels/Darwin_00003052_person363_bacteria_1654.png b/MendeleyCXR/labels/Darwin_00003052_person363_bacteria_1654.png new file mode 100644 index 0000000000000000000000000000000000000000..2e7ef9d89755f036b5fc4679a48c01c66f32e0dd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003052_person363_bacteria_1654.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bdb86aa4eaead95be7ef6e9277c634cef8c9b85b514bb1b4c04ad983940c9a4 +size 1225 diff --git a/MendeleyCXR/labels/Darwin_00003053_person363_bacteria_1655.png b/MendeleyCXR/labels/Darwin_00003053_person363_bacteria_1655.png new file mode 100644 index 0000000000000000000000000000000000000000..9b1a1e4317a5df0d54ce83764c33997ba095562a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003053_person363_bacteria_1655.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86b97b306f4f65f3587ab017f9d92764550372a1a982ae9d73efa0be5aabab4a +size 1161 diff --git a/MendeleyCXR/labels/Darwin_00003054_person364_bacteria_1656.png b/MendeleyCXR/labels/Darwin_00003054_person364_bacteria_1656.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d70f362f4c9de445454a8bb82a4787f598fd8d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003054_person364_bacteria_1656.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f5b734ed19c2df05e1fad3bd049c331f425897174d117ceee2551d1f459c2d5 +size 1306 diff --git a/MendeleyCXR/labels/Darwin_00003055_person364_bacteria_1657.png b/MendeleyCXR/labels/Darwin_00003055_person364_bacteria_1657.png new file mode 100644 index 0000000000000000000000000000000000000000..d852c316b2e6b5e36d52fd197fa4d6b0b3e65953 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003055_person364_bacteria_1657.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e175cdf9025486a1d57d899c847fcdabcfa7adc8b9bf013a4be4fe520a97b3b +size 1366 diff --git a/MendeleyCXR/labels/Darwin_00003056_person364_bacteria_1658.png b/MendeleyCXR/labels/Darwin_00003056_person364_bacteria_1658.png new file mode 100644 index 0000000000000000000000000000000000000000..3c8bf8e37e0460d5e9dfb591ed0f268701cea09b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003056_person364_bacteria_1658.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70b7142a32be038d1f4c80fe03a5f36b51a7108b154ce086bbc046cde367234a +size 1204 diff --git a/MendeleyCXR/labels/Darwin_00003057_person364_bacteria_1659.png b/MendeleyCXR/labels/Darwin_00003057_person364_bacteria_1659.png new file mode 100644 index 0000000000000000000000000000000000000000..a3225b898bbf1c153eac4ecd77ea4efdaf2802cd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003057_person364_bacteria_1659.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c25a1f8ba1261d93fa6b94e2976acecc73002435f08ea8ed04fae689f890f313 +size 1253 diff --git a/MendeleyCXR/labels/Darwin_00003058_person364_bacteria_1660.png b/MendeleyCXR/labels/Darwin_00003058_person364_bacteria_1660.png new file mode 100644 index 0000000000000000000000000000000000000000..18381053da17a9bb7286e01b4b46eede8a59d543 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003058_person364_bacteria_1660.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48f25cb4add2839a6d7ce67cbf5ad9ca640a64520e91c65ebf8f805ea91c0cfc +size 1317 diff --git a/MendeleyCXR/labels/Darwin_00003059_person366_bacteria_1664.png b/MendeleyCXR/labels/Darwin_00003059_person366_bacteria_1664.png new file mode 100644 index 0000000000000000000000000000000000000000..313a967a57608ecd06069856be304310d65fbf46 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003059_person366_bacteria_1664.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95ab35f0f4e8a7c0c74c5248b3f7a8caaac525bfda1e978ba8adcccaf88ca527 +size 1234 diff --git a/MendeleyCXR/labels/Darwin_00003060_person367_bacteria_1665.png b/MendeleyCXR/labels/Darwin_00003060_person367_bacteria_1665.png new file mode 100644 index 0000000000000000000000000000000000000000..88ce07e8fe1ee404cb9f2b14e6a8c8ae056b6336 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003060_person367_bacteria_1665.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:868076ecf601eb7f2b26a4da8abe0e684e50051cbdc410bda6b6acd2999f8624 +size 1198 diff --git a/MendeleyCXR/labels/Darwin_00003061_person368_bacteria_1666.png b/MendeleyCXR/labels/Darwin_00003061_person368_bacteria_1666.png new file mode 100644 index 0000000000000000000000000000000000000000..c9b56f4086b2758c2b79a6846cf9883f4969d058 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003061_person368_bacteria_1666.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3dab8032f2d6f17744a26b5be6e2bc9508627bbf0720753681270e6d4af5f77 +size 1346 diff --git a/MendeleyCXR/labels/Darwin_00003063_person368_bacteria_1668.png b/MendeleyCXR/labels/Darwin_00003063_person368_bacteria_1668.png new file mode 100644 index 0000000000000000000000000000000000000000..c373c131e7b6b606304e18ee5848bfa87d759cf5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003063_person368_bacteria_1668.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc7f6613c10ec9c846654b7fa2a778028e2d735c9cd9da588ef9cc228384aa21 +size 1379 diff --git a/MendeleyCXR/labels/Darwin_00003064_person368_bacteria_1672.png b/MendeleyCXR/labels/Darwin_00003064_person368_bacteria_1672.png new file mode 100644 index 0000000000000000000000000000000000000000..4a7f99afa7f737892d4ac2b561b525decb75d8a3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003064_person368_bacteria_1672.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6223bbe39374a1d37910af2c8c8dceb030b45c4ab5e824b070cc6bc8cad4371 +size 1259 diff --git a/MendeleyCXR/labels/Darwin_00003065_person368_bacteria_1678.png b/MendeleyCXR/labels/Darwin_00003065_person368_bacteria_1678.png new file mode 100644 index 0000000000000000000000000000000000000000..8152a50954518eecaf9d67ff244c713bd5ca26fb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003065_person368_bacteria_1678.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9e3204c741306e4c2aaa0f82bb166d213ef54c89981cd959d155168808ad9fa +size 1313 diff --git a/MendeleyCXR/labels/Darwin_00003067_person370_bacteria_1687.png b/MendeleyCXR/labels/Darwin_00003067_person370_bacteria_1687.png new file mode 100644 index 0000000000000000000000000000000000000000..3345ed739651eb40623814df594f966ce2eb5e5e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003067_person370_bacteria_1687.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aa2a1190e9234824fb56e4372ad0ea87516cf8f146eafbf1d7312c7636062f5 +size 1282 diff --git a/MendeleyCXR/labels/Darwin_00003068_person370_bacteria_1688.png b/MendeleyCXR/labels/Darwin_00003068_person370_bacteria_1688.png new file mode 100644 index 0000000000000000000000000000000000000000..30b3e21d45cf4b5a74f23005f5283f68a545a62a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003068_person370_bacteria_1688.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95490eb6ddf8004147f1a4472ed2b511863537be317eadb5fe0effde561e7fae +size 1266 diff --git a/MendeleyCXR/labels/Darwin_00003069_person370_bacteria_1689.png b/MendeleyCXR/labels/Darwin_00003069_person370_bacteria_1689.png new file mode 100644 index 0000000000000000000000000000000000000000..07b9ac4ab5f8df37d8a97a4f9905a427d70d1904 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003069_person370_bacteria_1689.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80e758c4f59a0622478ce504bde7ff8052f2244c16279b2582181af58005a0d4 +size 1353 diff --git a/MendeleyCXR/labels/Darwin_00003070_person370_bacteria_1690.png b/MendeleyCXR/labels/Darwin_00003070_person370_bacteria_1690.png new file mode 100644 index 0000000000000000000000000000000000000000..bc97393ee25f342825edbb293ab8ffee4bebbf83 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003070_person370_bacteria_1690.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:042b8307a28f626cb94362c00eaa4841dcc6d88826a8458f7373a73c40fa6de3 +size 1249 diff --git a/MendeleyCXR/labels/Darwin_00003071_person370_bacteria_1691.png b/MendeleyCXR/labels/Darwin_00003071_person370_bacteria_1691.png new file mode 100644 index 0000000000000000000000000000000000000000..09d90364052be290f545096a677da71dc015b721 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003071_person370_bacteria_1691.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:606c793f33d3ef7f39c52ace46d2723897e52e55645992510ad22e6cadfab706 +size 1265 diff --git a/MendeleyCXR/labels/Darwin_00003072_person370_bacteria_1692.png b/MendeleyCXR/labels/Darwin_00003072_person370_bacteria_1692.png new file mode 100644 index 0000000000000000000000000000000000000000..5eb6aeda00030e67317d4da0f52b521cf043d2cb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003072_person370_bacteria_1692.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2513f52e66788f2090f00849867b002ea45376c0784b4dc580cc8f9ba589d0ec +size 1267 diff --git a/MendeleyCXR/labels/Darwin_00003073_person371_bacteria_1694.png b/MendeleyCXR/labels/Darwin_00003073_person371_bacteria_1694.png new file mode 100644 index 0000000000000000000000000000000000000000..7272407e1884f502e28cf4177b3ca54bafdf9e05 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003073_person371_bacteria_1694.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03876022de2c27127dc1458972718765cd1aa9d5a6a4da7c2854035079b7cc87 +size 1253 diff --git a/MendeleyCXR/labels/Darwin_00003074_person371_bacteria_1695.png b/MendeleyCXR/labels/Darwin_00003074_person371_bacteria_1695.png new file mode 100644 index 0000000000000000000000000000000000000000..a62ee64bb680a9d28ef56e42249e31fd010eccc6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003074_person371_bacteria_1695.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebe50b56d2dd3630b3f4d7ebae8f42f780421c222b9ace1464bb2735cf8b142e +size 1223 diff --git a/MendeleyCXR/labels/Darwin_00003075_person371_bacteria_1696.png b/MendeleyCXR/labels/Darwin_00003075_person371_bacteria_1696.png new file mode 100644 index 0000000000000000000000000000000000000000..5c440568ba3f04179f9745d2cbca5c57841180bd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003075_person371_bacteria_1696.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cca3c1b2034cd96e4f031a6f4c8e01bd8c3b763adba81c3b935704718c99782 +size 1210 diff --git a/MendeleyCXR/labels/Darwin_00003076_person371_bacteria_1698.png b/MendeleyCXR/labels/Darwin_00003076_person371_bacteria_1698.png new file mode 100644 index 0000000000000000000000000000000000000000..0a3c9d6f97d3b71712b7bd64bbcaf68191029b0e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003076_person371_bacteria_1698.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94d48769496bd75dd8bd0a49dba03c404b31f17be20052bfb6089892d02e4181 +size 1265 diff --git a/MendeleyCXR/labels/Darwin_00003077_person371_bacteria_1699.png b/MendeleyCXR/labels/Darwin_00003077_person371_bacteria_1699.png new file mode 100644 index 0000000000000000000000000000000000000000..e909fe78d9705a82214113dde5fe74703e361495 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003077_person371_bacteria_1699.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c398be2eedd9a57eff8af59dfe3caa69b4cea3e28ebc79c6b80d0ae994b3ec1f +size 1222 diff --git a/MendeleyCXR/labels/Darwin_00003078_person371_bacteria_1700.png b/MendeleyCXR/labels/Darwin_00003078_person371_bacteria_1700.png new file mode 100644 index 0000000000000000000000000000000000000000..8abebbacc27d57842b9073d93a151fa8ae1afafc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003078_person371_bacteria_1700.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c68090a274b3528b45c9d139ca29d566cfd469af5effb5ddab84e015bceb24a +size 1380 diff --git a/MendeleyCXR/labels/Darwin_00003079_person371_bacteria_1701.png b/MendeleyCXR/labels/Darwin_00003079_person371_bacteria_1701.png new file mode 100644 index 0000000000000000000000000000000000000000..33b3e3008ad24da62948678ab1300729dd15f5ac --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003079_person371_bacteria_1701.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cef7dba7dab881627066f95664a1808adce908a89a4c7afcc2394e65b669e23 +size 1255 diff --git a/MendeleyCXR/labels/Darwin_00003080_person371_bacteria_1702.png b/MendeleyCXR/labels/Darwin_00003080_person371_bacteria_1702.png new file mode 100644 index 0000000000000000000000000000000000000000..7def7f1ab5097d1ce10182c4fd1684a4aac066ac --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003080_person371_bacteria_1702.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc57f991c3c61099275f4f9ad374408dbf3db607aaf05c9ca6e28e35d7104202 +size 1295 diff --git a/MendeleyCXR/labels/Darwin_00003081_person371_bacteria_1703.png b/MendeleyCXR/labels/Darwin_00003081_person371_bacteria_1703.png new file mode 100644 index 0000000000000000000000000000000000000000..725ce98b9ef693d9928ff189fed4ee64700c59ff --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003081_person371_bacteria_1703.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54efe13ab6001a06689993347054d9a69ad1c45b364df1d82e39ab71a5234a2c +size 1300 diff --git a/MendeleyCXR/labels/Darwin_00003082_person372_bacteria_1704.png b/MendeleyCXR/labels/Darwin_00003082_person372_bacteria_1704.png new file mode 100644 index 0000000000000000000000000000000000000000..1e21af4345f0a80488d9105dcae533fd67d5a1e6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003082_person372_bacteria_1704.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1214925181b9307c2c0fcea9f3d8d27a81de61195e2889e52845cc5a5c7c6c8 +size 1169 diff --git a/MendeleyCXR/labels/Darwin_00003083_person372_bacteria_1705.png b/MendeleyCXR/labels/Darwin_00003083_person372_bacteria_1705.png new file mode 100644 index 0000000000000000000000000000000000000000..19693633c016172f5f1ec2990901ffa651a2d60f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003083_person372_bacteria_1705.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:887dad08f4f00e21503e0a4466c64f18c0d1814b9bdc5bc6f3f6d64a9314644b +size 1307 diff --git a/MendeleyCXR/labels/Darwin_00003084_person372_bacteria_1706.png b/MendeleyCXR/labels/Darwin_00003084_person372_bacteria_1706.png new file mode 100644 index 0000000000000000000000000000000000000000..14308e5e1dd57475d03c09b8d1fbc9a64b94c364 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003084_person372_bacteria_1706.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bf72909954add1bd08acb55255b353f98c655e98263c2c4adb702f766e4d39f +size 1202 diff --git a/MendeleyCXR/labels/Darwin_00003085_person373_bacteria_1707.png b/MendeleyCXR/labels/Darwin_00003085_person373_bacteria_1707.png new file mode 100644 index 0000000000000000000000000000000000000000..3d57970667cc841806028c6354b0700ce124f83a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003085_person373_bacteria_1707.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b66b93d092eb3671a1e1a788ce793062b49949a0f17f088f8ad886ddce82e466 +size 1172 diff --git a/MendeleyCXR/labels/Darwin_00003086_person373_bacteria_1708.png b/MendeleyCXR/labels/Darwin_00003086_person373_bacteria_1708.png new file mode 100644 index 0000000000000000000000000000000000000000..cc335df748164138c9d1ed654b68c51ea209e937 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003086_person373_bacteria_1708.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:279b3436062cb58a2a5fca9c3e99f72a3731cc06f9e9d8c1ca1b0bc59b777174 +size 1229 diff --git a/MendeleyCXR/labels/Darwin_00003087_person373_bacteria_1709.png b/MendeleyCXR/labels/Darwin_00003087_person373_bacteria_1709.png new file mode 100644 index 0000000000000000000000000000000000000000..b734576190506ae6b71450d3ccda4f519c5f7562 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003087_person373_bacteria_1709.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5198b994aa91eb1586749a68f9434c1990d82be19f1a22ced4ba57c432f5ed5 +size 1294 diff --git a/MendeleyCXR/labels/Darwin_00003089_person374_bacteria_1711.png b/MendeleyCXR/labels/Darwin_00003089_person374_bacteria_1711.png new file mode 100644 index 0000000000000000000000000000000000000000..897dbfa0b7f7ae6fb477ad0703840e052ca4ca5b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003089_person374_bacteria_1711.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe7d85db973d2919b7598e50c3f82620af20ce7b7d902163c9fe8e80ca5f33c3 +size 1215 diff --git a/MendeleyCXR/labels/Darwin_00003090_person374_bacteria_1712.png b/MendeleyCXR/labels/Darwin_00003090_person374_bacteria_1712.png new file mode 100644 index 0000000000000000000000000000000000000000..cbb2c3ef874b23652a84fb8bfcb41f105d3597a8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003090_person374_bacteria_1712.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77d0b3d31c5f9e8fb162b92b2c10c25b47737a2954f86e374cc1a49eb3026629 +size 1374 diff --git a/MendeleyCXR/labels/Darwin_00003091_person375_bacteria_1713.png b/MendeleyCXR/labels/Darwin_00003091_person375_bacteria_1713.png new file mode 100644 index 0000000000000000000000000000000000000000..777c493a97e743a5fb6bade4005226e78f43a749 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003091_person375_bacteria_1713.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35fbb92e67f8c5ea0407f4905483db44dac90b3d271d821c4c516c0b91c11f0c +size 1252 diff --git a/MendeleyCXR/labels/Darwin_00003092_person376_bacteria_1715.png b/MendeleyCXR/labels/Darwin_00003092_person376_bacteria_1715.png new file mode 100644 index 0000000000000000000000000000000000000000..26bc5f160c9e2b6801253cbf3cf8e3aa76b91456 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003092_person376_bacteria_1715.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f5cb326fbe8c0db764d8c461601f8c38fcf895cc7e9a3188450bd79b9e2d176 +size 1234 diff --git a/MendeleyCXR/labels/Darwin_00003093_person376_bacteria_1716.png b/MendeleyCXR/labels/Darwin_00003093_person376_bacteria_1716.png new file mode 100644 index 0000000000000000000000000000000000000000..ee7ba8bcc681b3fb708a4b64c1d02f3ee34ab251 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003093_person376_bacteria_1716.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59c8df1588de8fb13ca6a358be1e1fb35301b8364d6ed1237e4ba1a3e276ca80 +size 1275 diff --git a/MendeleyCXR/labels/Darwin_00003094_person377_bacteria_1717.png b/MendeleyCXR/labels/Darwin_00003094_person377_bacteria_1717.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff298b2f356beca16b332d45a7f29459d67f8ba --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003094_person377_bacteria_1717.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:220674518b281dce57acd450ed0794983f0bf19daf38bcb9648ae8ae40575258 +size 1246 diff --git a/MendeleyCXR/labels/Darwin_00003095_person377_bacteria_1718.png b/MendeleyCXR/labels/Darwin_00003095_person377_bacteria_1718.png new file mode 100644 index 0000000000000000000000000000000000000000..77ad19b51323be2e08f7a8bdcabb4ca36401671c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003095_person377_bacteria_1718.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d2c710ff70ccb10472059bbf9e7d38823009ea5960cec39525ae0672a63b4e7 +size 1207 diff --git a/MendeleyCXR/labels/Darwin_00003096_person379_bacteria_1721.png b/MendeleyCXR/labels/Darwin_00003096_person379_bacteria_1721.png new file mode 100644 index 0000000000000000000000000000000000000000..3c12f6f5407cf073903e316e819f6279784c8fc0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003096_person379_bacteria_1721.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06c8ff58e95650532c29e7545b8c0277fb8e987d6f8623946816400e187c1ee8 +size 1360 diff --git a/MendeleyCXR/labels/Darwin_00003097_person379_bacteria_1722.png b/MendeleyCXR/labels/Darwin_00003097_person379_bacteria_1722.png new file mode 100644 index 0000000000000000000000000000000000000000..091151e64ba18d91d1872f2e70cd02bd4f1c126b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003097_person379_bacteria_1722.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5ea3f9234e6c10db7580b1a0ab1745637626e5feca58909ccdc1a32d6f0e2ae +size 1420 diff --git a/MendeleyCXR/labels/Darwin_00003098_person381_bacteria_1730.png b/MendeleyCXR/labels/Darwin_00003098_person381_bacteria_1730.png new file mode 100644 index 0000000000000000000000000000000000000000..5d727657108517e7f2f2e6142a56f74ebbca77ba --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003098_person381_bacteria_1730.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa5a51de011c84711a4f75a2121ecf4a35150dc7250d2b61d7be6a07b52ac68f +size 1231 diff --git a/MendeleyCXR/labels/Darwin_00003099_person381_bacteria_1731.png b/MendeleyCXR/labels/Darwin_00003099_person381_bacteria_1731.png new file mode 100644 index 0000000000000000000000000000000000000000..df040b5e8a36e2d83c8b010c581eb0a097b31f45 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003099_person381_bacteria_1731.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26419e7d37f14357d8f9141d292334780a0fb1e33a5af090add269c2cacd206c +size 1129 diff --git a/MendeleyCXR/labels/Darwin_00003100_person382_bacteria_1737.png b/MendeleyCXR/labels/Darwin_00003100_person382_bacteria_1737.png new file mode 100644 index 0000000000000000000000000000000000000000..e6c70a47512fa396eb20c886f560f0aff6b27660 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003100_person382_bacteria_1737.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5fa9290eac6307cef9f7f7b6a324317c0d18d04a78e84fad409a598ff993a19 +size 1169 diff --git a/MendeleyCXR/labels/Darwin_00003101_person382_bacteria_1738.png b/MendeleyCXR/labels/Darwin_00003101_person382_bacteria_1738.png new file mode 100644 index 0000000000000000000000000000000000000000..afb91e1cf42274690e16d8c94fbca535cbfd8390 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003101_person382_bacteria_1738.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a34c97b420682be94a0c7d9cd95fe2c6f249b5e746b239842ef7896958ca490 +size 1271 diff --git a/MendeleyCXR/labels/Darwin_00003102_person382_bacteria_1739.png b/MendeleyCXR/labels/Darwin_00003102_person382_bacteria_1739.png new file mode 100644 index 0000000000000000000000000000000000000000..345907241c8363b2af0fe2a48825e51f9629962c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003102_person382_bacteria_1739.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe20e48e98085e0e3f062abd5723c88c37b49f914bbb921f9bdc47bbc445ed01 +size 1317 diff --git a/MendeleyCXR/labels/Darwin_00003103_person382_bacteria_1740.png b/MendeleyCXR/labels/Darwin_00003103_person382_bacteria_1740.png new file mode 100644 index 0000000000000000000000000000000000000000..74a26438badaa0cdca462f7b8f9970c79c4eeb41 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003103_person382_bacteria_1740.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d8fd4525173e191bd91d3a8465930ba87277b2629095da0e45f8816344b42c3 +size 1269 diff --git a/MendeleyCXR/labels/Darwin_00003104_person382_bacteria_1741.png b/MendeleyCXR/labels/Darwin_00003104_person382_bacteria_1741.png new file mode 100644 index 0000000000000000000000000000000000000000..702c310354a4a7b0861db1189ebe40ae87519517 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003104_person382_bacteria_1741.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:333caabc479acfb06b7e9274ba5a12dfc1a51e9e3d085a39cc76c478d7b11dbc +size 1170 diff --git a/MendeleyCXR/labels/Darwin_00003105_person382_bacteria_1742.png b/MendeleyCXR/labels/Darwin_00003105_person382_bacteria_1742.png new file mode 100644 index 0000000000000000000000000000000000000000..f0ef27a863434b7faba2ca69f3b79501d1083ce4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003105_person382_bacteria_1742.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e980b9083121005741173145ce333e793c2cb7b2176f507eefa2874311208cf7 +size 1174 diff --git a/MendeleyCXR/labels/Darwin_00003106_person382_bacteria_1745.png b/MendeleyCXR/labels/Darwin_00003106_person382_bacteria_1745.png new file mode 100644 index 0000000000000000000000000000000000000000..14ac55e268dd48d72edfc497fa827b264b7c1889 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003106_person382_bacteria_1745.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd6f33938e106e6f918b34a086dd81b88e71a9dcb533aba83538a0c634dae142 +size 1158 diff --git a/MendeleyCXR/labels/Darwin_00003107_person382_bacteria_1746.png b/MendeleyCXR/labels/Darwin_00003107_person382_bacteria_1746.png new file mode 100644 index 0000000000000000000000000000000000000000..9c770b77492f9f5bcdf181d9078458ca4d76a0f8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003107_person382_bacteria_1746.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b628925c16fd53e444b86ae3a511c6c23ceade575b4e209be77aa21cb866f6f2 +size 1286 diff --git a/MendeleyCXR/labels/Darwin_00003108_person383_bacteria_1747.png b/MendeleyCXR/labels/Darwin_00003108_person383_bacteria_1747.png new file mode 100644 index 0000000000000000000000000000000000000000..1f8e80bfa103a0d92d4ac4a9fab4d29319b28625 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003108_person383_bacteria_1747.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce24b2ed89cb09564b5c69c69d8aaa849bc9a0b0682695f17a22db3f12191ed0 +size 1363 diff --git a/MendeleyCXR/labels/Darwin_00003109_person383_bacteria_1748.png b/MendeleyCXR/labels/Darwin_00003109_person383_bacteria_1748.png new file mode 100644 index 0000000000000000000000000000000000000000..418b6448ead83df6b4897857b07301f10da5e28c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003109_person383_bacteria_1748.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:122b5374c225906961b813359078d0a51ba13b1448f8c964d06b5233222cc91c +size 1310 diff --git a/MendeleyCXR/labels/Darwin_00003110_person383_bacteria_1749.png b/MendeleyCXR/labels/Darwin_00003110_person383_bacteria_1749.png new file mode 100644 index 0000000000000000000000000000000000000000..5e2073d0283da93f97f4b96431e3e3abe9db02d6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003110_person383_bacteria_1749.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:919d3a2e45814e50f65592981d4f5ccb08e281d9a22c55b2de1c76b0c9253e3d +size 1350 diff --git a/MendeleyCXR/labels/Darwin_00003111_person383_bacteria_1750.png b/MendeleyCXR/labels/Darwin_00003111_person383_bacteria_1750.png new file mode 100644 index 0000000000000000000000000000000000000000..3dedd842236aa4cbe3956fe67c215aa7b2db2f05 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003111_person383_bacteria_1750.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:082d7baac98c871b5a12eee9df41ed6e4ffde1ab3af9971a1c2a000ce32e6375 +size 1415 diff --git a/MendeleyCXR/labels/Darwin_00003112_person383_bacteria_1751.png b/MendeleyCXR/labels/Darwin_00003112_person383_bacteria_1751.png new file mode 100644 index 0000000000000000000000000000000000000000..1448e199ff920b5017a1274b6012d70b44aad318 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003112_person383_bacteria_1751.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ca94dcae5fa541c8598af381f3acca5939876aa29d63e55ed4de7379f7fd078 +size 1285 diff --git a/MendeleyCXR/labels/Darwin_00003113_person383_bacteria_1752.png b/MendeleyCXR/labels/Darwin_00003113_person383_bacteria_1752.png new file mode 100644 index 0000000000000000000000000000000000000000..d6644379cb93b7abe14011d79dad76a8f0a5062c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003113_person383_bacteria_1752.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2bbe82af7f1060118615076191b0717ea205c6d60df0b79e803ef5b6fefdf42 +size 1204 diff --git a/MendeleyCXR/labels/Darwin_00003114_person383_bacteria_1753.png b/MendeleyCXR/labels/Darwin_00003114_person383_bacteria_1753.png new file mode 100644 index 0000000000000000000000000000000000000000..e9b76dc0ecd79c42ca6a70295b062a2398c66df5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003114_person383_bacteria_1753.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:470d09b195a159bc51b5231cb4cda89aa66f8bce3218531231311b2756a1b7af +size 1319 diff --git a/MendeleyCXR/labels/Darwin_00003115_person383_bacteria_1754.png b/MendeleyCXR/labels/Darwin_00003115_person383_bacteria_1754.png new file mode 100644 index 0000000000000000000000000000000000000000..69566f6b628f83310e67ade90ea4c01563cd9f2b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003115_person383_bacteria_1754.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93955f2796224fe5e5706375c5be967434f1ad5ae61ba31afedb1ef193dbc37d +size 1363 diff --git a/MendeleyCXR/labels/Darwin_00003116_person384_bacteria_1755.png b/MendeleyCXR/labels/Darwin_00003116_person384_bacteria_1755.png new file mode 100644 index 0000000000000000000000000000000000000000..5b9c8355eeb502922981b94a9af907df41badb12 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003116_person384_bacteria_1755.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6300ad8af844393e90108811300ee28a03582950910b3b27ca05cde5a605df35 +size 1418 diff --git a/MendeleyCXR/labels/Darwin_00003117_person385_bacteria_1765.png b/MendeleyCXR/labels/Darwin_00003117_person385_bacteria_1765.png new file mode 100644 index 0000000000000000000000000000000000000000..4fa99e30860fef30766e35f61ead24abe050a8a4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003117_person385_bacteria_1765.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bb2be756ff67744298fc05ab5a9cbbf7c8445090378ec33854d8cf61cf15515 +size 1333 diff --git a/MendeleyCXR/labels/Darwin_00003118_person385_bacteria_1766.png b/MendeleyCXR/labels/Darwin_00003118_person385_bacteria_1766.png new file mode 100644 index 0000000000000000000000000000000000000000..de14977f616f711e586525484fec9840e779b78b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003118_person385_bacteria_1766.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2c3058510144aa9225863ea420b34eb712370ef6e73e873c0374ddde56b5ea0 +size 1420 diff --git a/MendeleyCXR/labels/Darwin_00003119_person387_bacteria_1769.png b/MendeleyCXR/labels/Darwin_00003119_person387_bacteria_1769.png new file mode 100644 index 0000000000000000000000000000000000000000..3b8bd8c3dd953c67e97965296fd411541158be1f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003119_person387_bacteria_1769.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa13a2d6a7e3cac30d0c235f84b07c7f9fae28051589f34ab45a40b96de323fd +size 1252 diff --git a/MendeleyCXR/labels/Darwin_00003122_person389_bacteria_1778.png b/MendeleyCXR/labels/Darwin_00003122_person389_bacteria_1778.png new file mode 100644 index 0000000000000000000000000000000000000000..aef007eb7a0482eff6431390725c3a8fa96aa328 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003122_person389_bacteria_1778.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aa17104089410edf0e0d5583fd5ba056eb6a88a54cb8f6852e9525e55d5fd77 +size 1390 diff --git a/MendeleyCXR/labels/Darwin_00003123_person389_bacteria_1780.png b/MendeleyCXR/labels/Darwin_00003123_person389_bacteria_1780.png new file mode 100644 index 0000000000000000000000000000000000000000..f75ad220ff42b561b4005a8d640228bdb63d717a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003123_person389_bacteria_1780.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6881d31a816a9047e427c46346bcc819cb4c26cf3f3a2fa16d3220eca3928cb7 +size 1346 diff --git a/MendeleyCXR/labels/Darwin_00003124_person390_bacteria_1781.png b/MendeleyCXR/labels/Darwin_00003124_person390_bacteria_1781.png new file mode 100644 index 0000000000000000000000000000000000000000..b01ab3dbb3e253fdb24eb3cee131191f7a8b7942 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003124_person390_bacteria_1781.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37667e5e20ef41bf04d53633a3fe93a550ce7fdb22f5d7590e9dfd6e2ff2f2c1 +size 1192 diff --git a/MendeleyCXR/labels/Darwin_00003125_person391_bacteria_1782.png b/MendeleyCXR/labels/Darwin_00003125_person391_bacteria_1782.png new file mode 100644 index 0000000000000000000000000000000000000000..a997ea2024b1ffac2be466d533b8fe4e1db1ef54 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003125_person391_bacteria_1782.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cd94ea5fd9ab619e3223e04a154692cbb366225d4cde153b1a358a116852f39 +size 1407 diff --git a/MendeleyCXR/labels/Darwin_00003126_person392_bacteria_1783.png b/MendeleyCXR/labels/Darwin_00003126_person392_bacteria_1783.png new file mode 100644 index 0000000000000000000000000000000000000000..b3e5ced3e3fb2f1f25e73eaf4eb2baffdd38e4b1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003126_person392_bacteria_1783.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:229c38ff94ba3b035bd4801661d8e1dced90c4bd1ac93720c7e965702b42292b +size 1168 diff --git a/MendeleyCXR/labels/Darwin_00003127_person392_bacteria_1784.png b/MendeleyCXR/labels/Darwin_00003127_person392_bacteria_1784.png new file mode 100644 index 0000000000000000000000000000000000000000..6bb115f7c38cb19421f87b4c7b392e2c345902fa --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003127_person392_bacteria_1784.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:778b0ed2a77d3cbfe624f59b5331da73f46500a7994505e02b760086afa1dc62 +size 1342 diff --git a/MendeleyCXR/labels/Darwin_00003128_person392_bacteria_1785.png b/MendeleyCXR/labels/Darwin_00003128_person392_bacteria_1785.png new file mode 100644 index 0000000000000000000000000000000000000000..762a07f080b0408d65cad852140d17777a01b001 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003128_person392_bacteria_1785.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2c0fedcd183f8af975daebaccedf68ba164b8b314c47cfeb35b23deeb737a1c +size 1314 diff --git a/MendeleyCXR/labels/Darwin_00003129_person392_bacteria_1786.png b/MendeleyCXR/labels/Darwin_00003129_person392_bacteria_1786.png new file mode 100644 index 0000000000000000000000000000000000000000..67bfe1f64a80171ea2a340eee16c8c7e880f0921 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003129_person392_bacteria_1786.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34d85ffcd9e758e40c7f956232350701c9429d0091f78a603227e8510ef27a26 +size 1273 diff --git a/MendeleyCXR/labels/Darwin_00003130_person392_bacteria_1787.png b/MendeleyCXR/labels/Darwin_00003130_person392_bacteria_1787.png new file mode 100644 index 0000000000000000000000000000000000000000..2bf724d458593054a8d16b9c8a320ebcfa073ebc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003130_person392_bacteria_1787.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e60995f55c91bb1bee6cb726b64af0eb4223730746b0f890f617eb6e7e7942ae +size 1238 diff --git a/MendeleyCXR/labels/Darwin_00003131_person393_bacteria_1789.png b/MendeleyCXR/labels/Darwin_00003131_person393_bacteria_1789.png new file mode 100644 index 0000000000000000000000000000000000000000..863ab3715727737acb9e9ef51f373b1a509c29cd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003131_person393_bacteria_1789.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20bce1d67f1541b1740f0b574cbd62f6b5e36f15510864ebd9addb671f160aa2 +size 1211 diff --git a/MendeleyCXR/labels/Darwin_00003132_person394_bacteria_1791.png b/MendeleyCXR/labels/Darwin_00003132_person394_bacteria_1791.png new file mode 100644 index 0000000000000000000000000000000000000000..48b215a5599d133b0f4235aa29d37c24728ffa98 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003132_person394_bacteria_1791.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dea31adc14c81afae5b8eaf92f196748cce48ddad8822e12f484b52dee454fd5 +size 1190 diff --git a/MendeleyCXR/labels/Darwin_00003133_person2_bacteria_3.png b/MendeleyCXR/labels/Darwin_00003133_person2_bacteria_3.png new file mode 100644 index 0000000000000000000000000000000000000000..b05c8fc5c4031a71a1b7ab7d23f69a4cea1d9426 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003133_person2_bacteria_3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91d089abd81e23c78589aa0087cc1bf7d17a7bdc04a5ae797501b9ffedf5a88a +size 1206 diff --git a/MendeleyCXR/labels/Darwin_00003134_person2_bacteria_4.png b/MendeleyCXR/labels/Darwin_00003134_person2_bacteria_4.png new file mode 100644 index 0000000000000000000000000000000000000000..cd523013ecbdb18e7aa290e9e8058244ba6b7a65 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003134_person2_bacteria_4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac07efd48d41fa4c2400aab5b498ee8750bb7c6e08e0d84f95460087f76876c2 +size 1230 diff --git a/MendeleyCXR/labels/Darwin_00003135_person27_bacteria_135.png b/MendeleyCXR/labels/Darwin_00003135_person27_bacteria_135.png new file mode 100644 index 0000000000000000000000000000000000000000..1d2a3d60b1e0deff47c2d8ac36baecdc9ce6ff02 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003135_person27_bacteria_135.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4c6beefb05bf26c5ac86e8d1eb2e3711ebce4363090d6f5a870fc19daea5cd6 +size 1196 diff --git a/MendeleyCXR/labels/Darwin_00003136_person27_bacteria_136.png b/MendeleyCXR/labels/Darwin_00003136_person27_bacteria_136.png new file mode 100644 index 0000000000000000000000000000000000000000..bf19ff8965dacfcd8630a3f8d8e19213f588b0f3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003136_person27_bacteria_136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:777ad300e338bc91c9372d8e58151ad6797e89dd87f644f1fedcb6061183a719 +size 1105 diff --git a/MendeleyCXR/labels/Darwin_00003137_person27_bacteria_137.png b/MendeleyCXR/labels/Darwin_00003137_person27_bacteria_137.png new file mode 100644 index 0000000000000000000000000000000000000000..4926bb7929c4eaedc3651ffa49f05646e28298a9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003137_person27_bacteria_137.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1555f3d80ceb1d58c2c91b6d36087fb02047ad48d5bb89291ae546a4c9dd16f8 +size 1315 diff --git a/MendeleyCXR/labels/Darwin_00003138_person27_bacteria_138.png b/MendeleyCXR/labels/Darwin_00003138_person27_bacteria_138.png new file mode 100644 index 0000000000000000000000000000000000000000..2bd558f473608b5c1be74153a19db501e90bf078 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003138_person27_bacteria_138.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8256915f94f8941df8ecac4b1c80590ea9b7b864c63acc131e12c382e72765fb +size 1312 diff --git a/MendeleyCXR/labels/Darwin_00003139_person28_bacteria_139.png b/MendeleyCXR/labels/Darwin_00003139_person28_bacteria_139.png new file mode 100644 index 0000000000000000000000000000000000000000..88e46ba764f4c8f60b0aa295784d1e25dbc24aff --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003139_person28_bacteria_139.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fe7f57d588bc4dc781cdb24bd92c0ea73e9698cb2d18d1c807c5080951532f9 +size 1136 diff --git a/MendeleyCXR/labels/Darwin_00003140_person28_bacteria_141.png b/MendeleyCXR/labels/Darwin_00003140_person28_bacteria_141.png new file mode 100644 index 0000000000000000000000000000000000000000..6a3bbeb780fc52253e1af2dca07d3d86945f00dd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003140_person28_bacteria_141.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82e6de6e01cff59240aaab4144c2f521e07716f81c5905315d795220850360ff +size 1411 diff --git a/MendeleyCXR/labels/Darwin_00003141_person28_bacteria_142.png b/MendeleyCXR/labels/Darwin_00003141_person28_bacteria_142.png new file mode 100644 index 0000000000000000000000000000000000000000..10f1df761adaccdba388f057f47514cf707fda2e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003141_person28_bacteria_142.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14a972a2319f3e494444813eedcceacf2158b0043fb68c0ce1e909046f458908 +size 1226 diff --git a/MendeleyCXR/labels/Darwin_00003142_person28_bacteria_143.png b/MendeleyCXR/labels/Darwin_00003142_person28_bacteria_143.png new file mode 100644 index 0000000000000000000000000000000000000000..3466f9eba44b3fda06306bba1b373058457267f7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003142_person28_bacteria_143.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1676b91f0ab7b439bd6a5cdca5b45cb997ee700e06002f2e87e94a9319e17f6 +size 1311 diff --git a/MendeleyCXR/labels/Darwin_00003143_person29_bacteria_144.png b/MendeleyCXR/labels/Darwin_00003143_person29_bacteria_144.png new file mode 100644 index 0000000000000000000000000000000000000000..ef2f248ec0810fe92dc69a5555abdefebe562a7f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003143_person29_bacteria_144.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b734bf39d0da4244c8e2a40b1f2c35c18164a78a2ae53b54f06dec6f347238f9 +size 1367 diff --git a/MendeleyCXR/labels/Darwin_00003144_person30_bacteria_145.png b/MendeleyCXR/labels/Darwin_00003144_person30_bacteria_145.png new file mode 100644 index 0000000000000000000000000000000000000000..382809fdc44ea13a2d19cdfc20ce3db91963c1b3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003144_person30_bacteria_145.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbd220668a53c42ea7f604f90acf5d488bfb92a12ce82bb94ad1926196094a6d +size 1260 diff --git a/MendeleyCXR/labels/Darwin_00003145_person30_bacteria_146.png b/MendeleyCXR/labels/Darwin_00003145_person30_bacteria_146.png new file mode 100644 index 0000000000000000000000000000000000000000..83dca4b24da93532f07a658d2b9adef2b7589c6f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003145_person30_bacteria_146.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0d38d8afa212858276c04d7edde359349a660331e1e9766a7f734951183588d +size 1126 diff --git a/MendeleyCXR/labels/Darwin_00003146_person30_bacteria_147.png b/MendeleyCXR/labels/Darwin_00003146_person30_bacteria_147.png new file mode 100644 index 0000000000000000000000000000000000000000..41decf8d36ae4aa794dc2f7d90198be7d26d86f9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003146_person30_bacteria_147.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:109c78bf00a56e2e78e57787084d0d3fcd52c8f1644211ddfc131afacdc71621 +size 1190 diff --git a/MendeleyCXR/labels/Darwin_00003147_person30_bacteria_148.png b/MendeleyCXR/labels/Darwin_00003147_person30_bacteria_148.png new file mode 100644 index 0000000000000000000000000000000000000000..b8db5c3f69a8dcc54983ab7854d2bd92ce2fcb73 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003147_person30_bacteria_148.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:841c557833237d7d41a8f08803b8a635fb278fa24b9152c39e77764bebc5e43e +size 1356 diff --git a/MendeleyCXR/labels/Darwin_00003148_person30_bacteria_149.png b/MendeleyCXR/labels/Darwin_00003148_person30_bacteria_149.png new file mode 100644 index 0000000000000000000000000000000000000000..3fff7597fde1917558cc450bdbccf0d626d506e3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003148_person30_bacteria_149.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3b5e104381f928e2c4052894f0a6537460e975bd51b44d8b9e3322bc04e73d5 +size 1438 diff --git a/MendeleyCXR/labels/Darwin_00003149_person30_bacteria_150.png b/MendeleyCXR/labels/Darwin_00003149_person30_bacteria_150.png new file mode 100644 index 0000000000000000000000000000000000000000..41c6c0f817d2d7dfbdccf5f44a518fee80ff6bb9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003149_person30_bacteria_150.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4b34edd5af5714c58e6b02c5cd901cf4a33b70d0d85538b4cca694f007f17eb +size 1234 diff --git a/MendeleyCXR/labels/Darwin_00003150_person30_bacteria_151.png b/MendeleyCXR/labels/Darwin_00003150_person30_bacteria_151.png new file mode 100644 index 0000000000000000000000000000000000000000..d7b9925d6f7eab00796bcfb115cff999ff953208 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003150_person30_bacteria_151.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2f196a0a6113206528cbfea6751bfd3fcac103666753250d6f9e1ac2fcff76f +size 1160 diff --git a/MendeleyCXR/labels/Darwin_00003151_person30_bacteria_152.png b/MendeleyCXR/labels/Darwin_00003151_person30_bacteria_152.png new file mode 100644 index 0000000000000000000000000000000000000000..efec02065ff40a4ba5558cb3e0cc316569d7a6d5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003151_person30_bacteria_152.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3a0d3113f2db11a9a6d1e0693fdafd528060c135b64817f3fe675e1b0cc1579 +size 1227 diff --git a/MendeleyCXR/labels/Darwin_00003152_person30_bacteria_153.png b/MendeleyCXR/labels/Darwin_00003152_person30_bacteria_153.png new file mode 100644 index 0000000000000000000000000000000000000000..71069ee79c2579debd266bcd5f69e254803dc766 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003152_person30_bacteria_153.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bd8df44d30449e8a44d50899bb914c70f721eadec4184329ce3f1ca20f986d8 +size 1211 diff --git a/MendeleyCXR/labels/Darwin_00003153_person30_bacteria_154.png b/MendeleyCXR/labels/Darwin_00003153_person30_bacteria_154.png new file mode 100644 index 0000000000000000000000000000000000000000..98bcdfc21917f8b155c970839c2175ce2b931ccc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003153_person30_bacteria_154.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bab1e087279de81ef0a42f9f18c279dc1a133e073129050ad0137a53fb49074b +size 1293 diff --git a/MendeleyCXR/labels/Darwin_00003154_person30_bacteria_155.png b/MendeleyCXR/labels/Darwin_00003154_person30_bacteria_155.png new file mode 100644 index 0000000000000000000000000000000000000000..3a5176516c372b460b24b5ffc17a5eaeb0e65e0c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003154_person30_bacteria_155.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d9f3d419cd25ec3edf32d909fae0dbece1565bfef7cba88747608e09bcc7ae3 +size 1167 diff --git a/MendeleyCXR/labels/Darwin_00003155_person30_bacteria_156.png b/MendeleyCXR/labels/Darwin_00003155_person30_bacteria_156.png new file mode 100644 index 0000000000000000000000000000000000000000..be11d0929781343fe0e08cf95292e5288c24bd67 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003155_person30_bacteria_156.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6372e4224b436e31a6d1d4280507bf17deb7540733fb5af5572b711f1d486633 +size 1257 diff --git a/MendeleyCXR/labels/Darwin_00003157_person30_bacteria_158.png b/MendeleyCXR/labels/Darwin_00003157_person30_bacteria_158.png new file mode 100644 index 0000000000000000000000000000000000000000..f94f600e36333ff78d0d8be10e8613a336959ab4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003157_person30_bacteria_158.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:998b9aa991ff0bd7d366aaea1bb4d0abb582d3ec9efcfd1a2398bc796d58d9d6 +size 1211 diff --git a/MendeleyCXR/labels/Darwin_00003158_person31_bacteria_160.png b/MendeleyCXR/labels/Darwin_00003158_person31_bacteria_160.png new file mode 100644 index 0000000000000000000000000000000000000000..2a302c372de4b3031ee21a6269a19ed213225efe --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003158_person31_bacteria_160.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a866cf4b44ea08dfcc54d270267240710599891e993477d32213ebca97921d8 +size 1456 diff --git a/MendeleyCXR/labels/Darwin_00003159_person31_bacteria_161.png b/MendeleyCXR/labels/Darwin_00003159_person31_bacteria_161.png new file mode 100644 index 0000000000000000000000000000000000000000..c33b7319f4113fae696ca0de7abcc626d593371e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003159_person31_bacteria_161.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edff26690714b9f96a6f10f303f4c7b5006bbe2b6a0a37f560a62b53962c17df +size 1278 diff --git a/MendeleyCXR/labels/Darwin_00003161_person31_bacteria_163.png b/MendeleyCXR/labels/Darwin_00003161_person31_bacteria_163.png new file mode 100644 index 0000000000000000000000000000000000000000..2ca93a47512e4d83d1c6734819a7dd8543f458d0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003161_person31_bacteria_163.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98db4e168c9ca11c06c29b57903d2d7bdf88992f0111189efb096be9b570aa9a +size 1223 diff --git a/MendeleyCXR/labels/Darwin_00003162_person31_bacteria_164.png b/MendeleyCXR/labels/Darwin_00003162_person31_bacteria_164.png new file mode 100644 index 0000000000000000000000000000000000000000..cdf9b3ff27e32139e0fa5699c4c9a3cc7d9ad12e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003162_person31_bacteria_164.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a01ecd4b0449d385f350e196e618f18b2a2d6fddc97965132be088c086efce5 +size 1408 diff --git a/MendeleyCXR/labels/Darwin_00003163_person276_bacteria_1295.png b/MendeleyCXR/labels/Darwin_00003163_person276_bacteria_1295.png new file mode 100644 index 0000000000000000000000000000000000000000..2e3973d7b9a59eb3e169ab2f18f82fc6753e6e34 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003163_person276_bacteria_1295.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cb7968e5dd6b054878d53c93b7184f68b020bc07e95c622d6fcd0b0991b4ec4 +size 1298 diff --git a/MendeleyCXR/labels/Darwin_00003164_person276_bacteria_1296.png b/MendeleyCXR/labels/Darwin_00003164_person276_bacteria_1296.png new file mode 100644 index 0000000000000000000000000000000000000000..b96dadd3663c68b2a17a1504f7f21d28c4005e18 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003164_person276_bacteria_1296.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e392ecd0f45cc318a81a91164b5ecc170ca912eb65a05a13e165fbcc7fba5a0c +size 1220 diff --git a/MendeleyCXR/labels/Darwin_00003165_person276_bacteria_1297.png b/MendeleyCXR/labels/Darwin_00003165_person276_bacteria_1297.png new file mode 100644 index 0000000000000000000000000000000000000000..44392663b9fafbcb9afa4fb7b46ea441bacc265e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003165_person276_bacteria_1297.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30c41c2fab34bc47095d1b683c2b6895b9aff62dd588366b8318911a4f026c39 +size 1362 diff --git a/MendeleyCXR/labels/Darwin_00003166_person276_bacteria_1298.png b/MendeleyCXR/labels/Darwin_00003166_person276_bacteria_1298.png new file mode 100644 index 0000000000000000000000000000000000000000..7f50aec5e16998b3889194fc602fff1e889dca4f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003166_person276_bacteria_1298.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:282b63617761a86477556efcf3ee8832492bde7cef0a63d809de503892140d07 +size 1250 diff --git a/MendeleyCXR/labels/Darwin_00003167_person276_bacteria_1299.png b/MendeleyCXR/labels/Darwin_00003167_person276_bacteria_1299.png new file mode 100644 index 0000000000000000000000000000000000000000..7abf5d8296a3d1096d4c286f4994518ca94e253a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003167_person276_bacteria_1299.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76b59e8669f8b85b1ceadb1c6fd17a2362a25a1f1c95bce95510aa4f278e5a7e +size 1338 diff --git a/MendeleyCXR/labels/Darwin_00003170_person277_bacteria_1302.png b/MendeleyCXR/labels/Darwin_00003170_person277_bacteria_1302.png new file mode 100644 index 0000000000000000000000000000000000000000..ebfe67d11cefce59d59dbf318007e834d589e271 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003170_person277_bacteria_1302.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12bfa271d1f5aa768cd507fa0a7c89935226dcc2ab609c1ac90df039a5bf9e40 +size 1297 diff --git a/MendeleyCXR/labels/Darwin_00003171_person277_bacteria_1303.png b/MendeleyCXR/labels/Darwin_00003171_person277_bacteria_1303.png new file mode 100644 index 0000000000000000000000000000000000000000..10caba58d13025423ecd3d6b3a3d92e567be495c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003171_person277_bacteria_1303.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13fe55e8dc420f2c6adfd69d177983f79d765ea0bc19887a5e30761e7afbe543 +size 1172 diff --git a/MendeleyCXR/labels/Darwin_00003172_person277_bacteria_1304.png b/MendeleyCXR/labels/Darwin_00003172_person277_bacteria_1304.png new file mode 100644 index 0000000000000000000000000000000000000000..a5f8f056381d23a6f7f8db31734487752defbffa --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003172_person277_bacteria_1304.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53e44f3dc8b629f0171329dc89f3707fa3a3ee577768364f01125b5344e22eca +size 1337 diff --git a/MendeleyCXR/labels/Darwin_00003173_person277_bacteria_1305.png b/MendeleyCXR/labels/Darwin_00003173_person277_bacteria_1305.png new file mode 100644 index 0000000000000000000000000000000000000000..e2c2b40a3ec67bd4266a79531515fb810ac36db2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003173_person277_bacteria_1305.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb1f9f86e9c328316e7ea13dc6bddfa88bbe557d72b1c7c03c17ba9c022fb7c6 +size 1108 diff --git a/MendeleyCXR/labels/Darwin_00003174_person277_bacteria_1306.png b/MendeleyCXR/labels/Darwin_00003174_person277_bacteria_1306.png new file mode 100644 index 0000000000000000000000000000000000000000..2cee9b9ebc0475bfcf13f3200252f95f6ef81276 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003174_person277_bacteria_1306.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c157da499a0089dbefc7bef017bf098dd06b73efbf60e441d8d3478782f47ad4 +size 1348 diff --git a/MendeleyCXR/labels/Darwin_00003175_person277_bacteria_1307.png b/MendeleyCXR/labels/Darwin_00003175_person277_bacteria_1307.png new file mode 100644 index 0000000000000000000000000000000000000000..fbeca51d7892b14477970a6e4ea32748b79371a8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003175_person277_bacteria_1307.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cce8adbd9fc5f1ba601994decde32cf7311ca91a8353c169d9ed8565c049f6b +size 1347 diff --git a/MendeleyCXR/labels/Darwin_00003176_person278_bacteria_1309.png b/MendeleyCXR/labels/Darwin_00003176_person278_bacteria_1309.png new file mode 100644 index 0000000000000000000000000000000000000000..1c882bdb1779cc723d6d047063e3283d5b5a62ec --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003176_person278_bacteria_1309.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71d3b1b9b4f656aae610f66cbe0ad995770db335793a4a6be58f7568190adff1 +size 1253 diff --git a/MendeleyCXR/labels/Darwin_00003177_person278_bacteria_1311.png b/MendeleyCXR/labels/Darwin_00003177_person278_bacteria_1311.png new file mode 100644 index 0000000000000000000000000000000000000000..16fcbd36c0f920a565c9e0cf635c93a6c6b59344 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003177_person278_bacteria_1311.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d57852090850bfc502bb705c7dafb8c4675f0cded43ac6aeb96b7404d84761d +size 1331 diff --git a/MendeleyCXR/labels/Darwin_00003178_person278_bacteria_1313.png b/MendeleyCXR/labels/Darwin_00003178_person278_bacteria_1313.png new file mode 100644 index 0000000000000000000000000000000000000000..d3b1878642bb267eae681b816d8c86ce300cfc86 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003178_person278_bacteria_1313.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d727f91c612ca630dfa7fba9f88e8b4c03f94d7dce6509ecb8537257a13ccf8 +size 1266 diff --git a/MendeleyCXR/labels/Darwin_00003179_person278_bacteria_1314.png b/MendeleyCXR/labels/Darwin_00003179_person278_bacteria_1314.png new file mode 100644 index 0000000000000000000000000000000000000000..289193d477ebdda8323ba76f9fa31af6590da28b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003179_person278_bacteria_1314.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d6d8f90c81a550ff114bb4ae711d202f0c80037e5f368ebf11acd326216134e +size 1349 diff --git a/MendeleyCXR/labels/Darwin_00003180_person279_bacteria_1315.png b/MendeleyCXR/labels/Darwin_00003180_person279_bacteria_1315.png new file mode 100644 index 0000000000000000000000000000000000000000..d7794e0de99617a38a7773b1f60a81afa3d21fd7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003180_person279_bacteria_1315.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de3e24a2488b86c82dc4b0c03788865aa99c9a2d20d25a76551872f6769bcfcd +size 1320 diff --git a/MendeleyCXR/labels/Darwin_00003181_person279_bacteria_1316.png b/MendeleyCXR/labels/Darwin_00003181_person279_bacteria_1316.png new file mode 100644 index 0000000000000000000000000000000000000000..3106d8e78501222d65a70c90ffe500c91e9299db --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003181_person279_bacteria_1316.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dd279296ffa225bae179894df12e0b69a7c22c8ce10f2cfe6513dfc1ce69b4c +size 1189 diff --git a/MendeleyCXR/labels/Darwin_00003182_person280_bacteria_1318.png b/MendeleyCXR/labels/Darwin_00003182_person280_bacteria_1318.png new file mode 100644 index 0000000000000000000000000000000000000000..0af024ccc2e82b5c21e0eeae2e6ab18dba448b61 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003182_person280_bacteria_1318.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76a7b1448f1e43bc7bddb66bd99054cb8d52be527b2b5d9d4938b20d73085505 +size 1412 diff --git a/MendeleyCXR/labels/Darwin_00003183_person280_bacteria_1320.png b/MendeleyCXR/labels/Darwin_00003183_person280_bacteria_1320.png new file mode 100644 index 0000000000000000000000000000000000000000..b9cf3928244c9dc89451ff4619a6857b2c12ce91 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003183_person280_bacteria_1320.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc4b69932ba699d531edf4efe1990a733767e88da2323740a05f7954e1e5c9de +size 1345 diff --git a/MendeleyCXR/labels/Darwin_00003184_person280_bacteria_1321.png b/MendeleyCXR/labels/Darwin_00003184_person280_bacteria_1321.png new file mode 100644 index 0000000000000000000000000000000000000000..357f6e9d3d656cc9a2e98703a8e3b3b661f66b4f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003184_person280_bacteria_1321.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65255fbb9149c24cf73bf6851782b2c3217bdb71aad7cccd23d2588d512ff49a +size 1347 diff --git a/MendeleyCXR/labels/Darwin_00003185_person280_bacteria_1322.png b/MendeleyCXR/labels/Darwin_00003185_person280_bacteria_1322.png new file mode 100644 index 0000000000000000000000000000000000000000..50998a2a119d46acc62562a10a8684c3b58ee328 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003185_person280_bacteria_1322.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a03d9a5f70a19b8381ff03aad67331d060baa84226baa6a62e8feadb11947f9 +size 1350 diff --git a/MendeleyCXR/labels/Darwin_00003186_person281_bacteria_1323.png b/MendeleyCXR/labels/Darwin_00003186_person281_bacteria_1323.png new file mode 100644 index 0000000000000000000000000000000000000000..6ebe8257bb708a4b4c6c33eb27d2c503f8578ae6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003186_person281_bacteria_1323.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56d8bbba05aa57cf637a8076e42b8f0826d3ffaa37d8b4154e25266ac8b1264f +size 1343 diff --git a/MendeleyCXR/labels/Darwin_00003187_person281_bacteria_1324.png b/MendeleyCXR/labels/Darwin_00003187_person281_bacteria_1324.png new file mode 100644 index 0000000000000000000000000000000000000000..3d1e98b1f3c7eba86f79206778a6a292fc0d1f19 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003187_person281_bacteria_1324.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe35d1fc7b4b91e3a20c5435706b00054ea162b8a2034065e8602e274743fdaf +size 1308 diff --git a/MendeleyCXR/labels/Darwin_00003188_person281_bacteria_1325.png b/MendeleyCXR/labels/Darwin_00003188_person281_bacteria_1325.png new file mode 100644 index 0000000000000000000000000000000000000000..14e29dad0c67425fa0311792a17a9df68dcd5875 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003188_person281_bacteria_1325.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4da2a0ea64de7c7acc1b3fd93e97f64bfe61a7e4ac1c7bcf88fe6101c7edbdfb +size 1263 diff --git a/MendeleyCXR/labels/Darwin_00003189_person281_bacteria_1326.png b/MendeleyCXR/labels/Darwin_00003189_person281_bacteria_1326.png new file mode 100644 index 0000000000000000000000000000000000000000..be3432227eed86d26fa714ef472222491e9fd5a1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003189_person281_bacteria_1326.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9479eb63832a458835633f503183bf67fadb6e2b13e2629c8cec65adc6c55bd0 +size 1323 diff --git a/MendeleyCXR/labels/Darwin_00003190_person281_bacteria_1327.png b/MendeleyCXR/labels/Darwin_00003190_person281_bacteria_1327.png new file mode 100644 index 0000000000000000000000000000000000000000..fa165b5bca4cbb3aa54343aa4962c47de592184d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003190_person281_bacteria_1327.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:470e21e77f551195799b166112a1f918667ec29ede770f230c0bc4edd1be9b37 +size 1362 diff --git a/MendeleyCXR/labels/Darwin_00003191_person281_bacteria_1328.png b/MendeleyCXR/labels/Darwin_00003191_person281_bacteria_1328.png new file mode 100644 index 0000000000000000000000000000000000000000..ddb480f3b9de53f1621f38a48f18a66adb8bca88 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003191_person281_bacteria_1328.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:203fc3171cec12dffa575fe3f7cd31d0d786f2456b35dfea5cee942ab5e892d2 +size 1283 diff --git a/MendeleyCXR/labels/Darwin_00003192_person281_bacteria_1329.png b/MendeleyCXR/labels/Darwin_00003192_person281_bacteria_1329.png new file mode 100644 index 0000000000000000000000000000000000000000..5ca5dc5fb77e27f43f957f471cfd8f3d9548c74a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003192_person281_bacteria_1329.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02cb2d71957305a9192a6c25b1ab57a3d18d9fc71bf6fc954bf28e6300367cc5 +size 1346 diff --git a/MendeleyCXR/labels/Darwin_00003193_person281_bacteria_1330.png b/MendeleyCXR/labels/Darwin_00003193_person281_bacteria_1330.png new file mode 100644 index 0000000000000000000000000000000000000000..43a9211ea6353b95a097db93b284eff8cd7c5d9f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003193_person281_bacteria_1330.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0390b73b1f07a74cf79b730e09b3f25eca4e47500d96bba5da10bd9f4015b12 +size 1288 diff --git a/MendeleyCXR/labels/Darwin_00003194_person281_bacteria_1331.png b/MendeleyCXR/labels/Darwin_00003194_person281_bacteria_1331.png new file mode 100644 index 0000000000000000000000000000000000000000..c920a8eb2c73e2596f90a6a5599a6003f457ee05 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003194_person281_bacteria_1331.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:401ae4de87c013d1875237e6f329c099781ebaf6efe98afc20760bb6ed0d7170 +size 1260 diff --git a/MendeleyCXR/labels/Darwin_00003195_person281_bacteria_1332.png b/MendeleyCXR/labels/Darwin_00003195_person281_bacteria_1332.png new file mode 100644 index 0000000000000000000000000000000000000000..09a6bd015223744848acfe66ed2382fd43300ac5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003195_person281_bacteria_1332.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f04dfc314a5c7b7e4565592a1159f93814b4ea9d7ab78d319ef0c730f7e5f839 +size 1268 diff --git a/MendeleyCXR/labels/Darwin_00003196_person281_bacteria_1333.png b/MendeleyCXR/labels/Darwin_00003196_person281_bacteria_1333.png new file mode 100644 index 0000000000000000000000000000000000000000..034586a50870c14364667dbdb5b72265fc1e209d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003196_person281_bacteria_1333.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9af39beafd892812e949cd168d2c182f1fbd0f8985132bd1f62b7d8b2c311f2 +size 1244 diff --git a/MendeleyCXR/labels/Darwin_00003197_person287_bacteria_1354.png b/MendeleyCXR/labels/Darwin_00003197_person287_bacteria_1354.png new file mode 100644 index 0000000000000000000000000000000000000000..866ff09990b787844e71cfec1887debf6d5a95c2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003197_person287_bacteria_1354.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b473ee74270e9ce08d97ee1bcb1850ee963c9e7dc6824cf4bc299ccf9ab7ca7 +size 1169 diff --git a/MendeleyCXR/labels/Darwin_00003198_person287_bacteria_1355.png b/MendeleyCXR/labels/Darwin_00003198_person287_bacteria_1355.png new file mode 100644 index 0000000000000000000000000000000000000000..b4a1703a8b78b95ce24706bfdcd263351eda077c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003198_person287_bacteria_1355.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19c6e5ebd27e49b9d28425bea2ecde6f3f2b86cf0baec3c71e474a3f077410af +size 1365 diff --git a/MendeleyCXR/labels/Darwin_00003199_person290_bacteria_1372.png b/MendeleyCXR/labels/Darwin_00003199_person290_bacteria_1372.png new file mode 100644 index 0000000000000000000000000000000000000000..9c94086e63c77fb625b53ac39e1810ab0cdd9c1d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003199_person290_bacteria_1372.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66565b09cdd9707ca4b81d3540c31054f1afd5d5bf5e67dc3ddfc0faff551dad +size 1362 diff --git a/MendeleyCXR/labels/Darwin_00003200_person291_bacteria_1374.png b/MendeleyCXR/labels/Darwin_00003200_person291_bacteria_1374.png new file mode 100644 index 0000000000000000000000000000000000000000..7414f989e2b8f4adbb398543609ffc42f3c08c48 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003200_person291_bacteria_1374.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fa511ee66d872320bcde4812aa610da7d8a429b31ab73cc857ce194941fb94a +size 1397 diff --git a/MendeleyCXR/labels/Darwin_00003201_person291_bacteria_1376.png b/MendeleyCXR/labels/Darwin_00003201_person291_bacteria_1376.png new file mode 100644 index 0000000000000000000000000000000000000000..29240265dc26f8b048c02047980ccbdc39531590 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003201_person291_bacteria_1376.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84244c932b0adf9c7aeea33a9d8729a6c6c541609635fbf0908324590dc546d6 +size 1415 diff --git a/MendeleyCXR/labels/Darwin_00003202_person291_bacteria_1377.png b/MendeleyCXR/labels/Darwin_00003202_person291_bacteria_1377.png new file mode 100644 index 0000000000000000000000000000000000000000..3da3d213b056a3eb882ea7b2b8ff9b11bc00f42c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003202_person291_bacteria_1377.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b31279adbe9d50ba9ca9618c59cb3056806b5a43c862f4618752b0b4b2b4096a +size 1350 diff --git a/MendeleyCXR/labels/Darwin_00003203_person292_bacteria_1378.png b/MendeleyCXR/labels/Darwin_00003203_person292_bacteria_1378.png new file mode 100644 index 0000000000000000000000000000000000000000..00abeb6a5d566d855d4a54ca7059e1000246f6be --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003203_person292_bacteria_1378.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41e089d8e8cdf981421030b190c7485aebcd8b45621037c9d900a03ce8fa3ad6 +size 1280 diff --git a/MendeleyCXR/labels/Darwin_00003204_person293_bacteria_1379.png b/MendeleyCXR/labels/Darwin_00003204_person293_bacteria_1379.png new file mode 100644 index 0000000000000000000000000000000000000000..b97ecba1b8d912636e1b9353418d252365c953bd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003204_person293_bacteria_1379.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f818ed7bbf54303297c3713d90cf721e67ef44553f689449c45cbee34e953e1 +size 1387 diff --git a/MendeleyCXR/labels/Darwin_00003205_person294_bacteria_1380.png b/MendeleyCXR/labels/Darwin_00003205_person294_bacteria_1380.png new file mode 100644 index 0000000000000000000000000000000000000000..1d4acfe0d20528bd33eb4d7746b492483c6f6974 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003205_person294_bacteria_1380.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fcb0bb91ee9199094e5a64d06b90a4e01030eeb63638bff5dc1dacae05d88e8 +size 1417 diff --git a/MendeleyCXR/labels/Darwin_00003206_person294_bacteria_1381.png b/MendeleyCXR/labels/Darwin_00003206_person294_bacteria_1381.png new file mode 100644 index 0000000000000000000000000000000000000000..65448fac9e6f4363667c4214094e4812acb5177c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003206_person294_bacteria_1381.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3090240525c10bf20a7ebe7a9470033a20eb111e1ebcb54e2b083bef9b57dc22 +size 1252 diff --git a/MendeleyCXR/labels/Darwin_00003207_person294_bacteria_1382.png b/MendeleyCXR/labels/Darwin_00003207_person294_bacteria_1382.png new file mode 100644 index 0000000000000000000000000000000000000000..61305948f22314a18e3d77eca4c44ae2dd41d8c1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003207_person294_bacteria_1382.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cefe2712d28b3d7de3262c71091d28129530e204a214d0b28893840a18c18baa +size 1370 diff --git a/MendeleyCXR/labels/Darwin_00003208_person294_bacteria_1383.png b/MendeleyCXR/labels/Darwin_00003208_person294_bacteria_1383.png new file mode 100644 index 0000000000000000000000000000000000000000..4d22f23b020316b0044d1c2b339c1fed5319acdb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003208_person294_bacteria_1383.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f323403f693c34d524dd1d12d3d32bc4a1cf8aa994de0f2d168697830061c56 +size 1252 diff --git a/MendeleyCXR/labels/Darwin_00003209_person294_bacteria_1384.png b/MendeleyCXR/labels/Darwin_00003209_person294_bacteria_1384.png new file mode 100644 index 0000000000000000000000000000000000000000..cd127bbe34eb9fd49812b66829468e3990154ce3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003209_person294_bacteria_1384.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:734f167c02e33ae8d09aa0df72f7a536aec768df5559eac4de81ba893df1da77 +size 1395 diff --git a/MendeleyCXR/labels/Darwin_00003210_person294_bacteria_1385.png b/MendeleyCXR/labels/Darwin_00003210_person294_bacteria_1385.png new file mode 100644 index 0000000000000000000000000000000000000000..505cf47833c95a0d4383ce1583bd5199d7667442 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003210_person294_bacteria_1385.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d84e0f0ac39cd592181a45d3df6ef2bcfb702e60709da12a073414f9150fbe46 +size 1336 diff --git a/MendeleyCXR/labels/Darwin_00003211_person294_bacteria_1386.png b/MendeleyCXR/labels/Darwin_00003211_person294_bacteria_1386.png new file mode 100644 index 0000000000000000000000000000000000000000..48a8051753e4b47e3862aefb87553dc2b675558d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003211_person294_bacteria_1386.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f7f606e2a4357b25fe81c4306a290b12de87ada05a92921632a9395f3bcadcd +size 1390 diff --git a/MendeleyCXR/labels/Darwin_00003212_person294_bacteria_1388.png b/MendeleyCXR/labels/Darwin_00003212_person294_bacteria_1388.png new file mode 100644 index 0000000000000000000000000000000000000000..017580c7e010a72e1911a8831a69042918bfb405 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003212_person294_bacteria_1388.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c695eadcf40a2b0e38489cbc4c8cc8b6d4a7d46fff52b96ec6889dbe2f2ee961 +size 1492 diff --git a/MendeleyCXR/labels/Darwin_00003213_person295_bacteria_1389.png b/MendeleyCXR/labels/Darwin_00003213_person295_bacteria_1389.png new file mode 100644 index 0000000000000000000000000000000000000000..01944d3180559473b2d461c482cd37056dbd6e6c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003213_person295_bacteria_1389.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e190468a446661aba772ef2d9f0f9070505ec3d87a3f80dee61282608bd34a97 +size 1328 diff --git a/MendeleyCXR/labels/Darwin_00003214_person295_bacteria_1390.png b/MendeleyCXR/labels/Darwin_00003214_person295_bacteria_1390.png new file mode 100644 index 0000000000000000000000000000000000000000..dc6721d84bea3da381968d92aa69f1592a98762b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003214_person295_bacteria_1390.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7786fa0d508a12cf51331564b23c9790b94a01c7465a55df9055d898a28ec230 +size 1436 diff --git a/MendeleyCXR/labels/Darwin_00003215_person296_bacteria_1391.png b/MendeleyCXR/labels/Darwin_00003215_person296_bacteria_1391.png new file mode 100644 index 0000000000000000000000000000000000000000..8624ff1ae8d122d9d5a957894951489399f6220e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003215_person296_bacteria_1391.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b044698926cf54b668d7b70b0978823232e398afabb601e46fbcf9196771e06d +size 1272 diff --git a/MendeleyCXR/labels/Darwin_00003216_person296_bacteria_1392.png b/MendeleyCXR/labels/Darwin_00003216_person296_bacteria_1392.png new file mode 100644 index 0000000000000000000000000000000000000000..ae7a794ec1e5d2e419c021a53fc2b705abeb9b01 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003216_person296_bacteria_1392.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d01dc460b32152c03263723381e1c584536ebe9f5bfda443759ed603e519229f +size 1100 diff --git a/MendeleyCXR/labels/Darwin_00003217_person296_bacteria_1393.png b/MendeleyCXR/labels/Darwin_00003217_person296_bacteria_1393.png new file mode 100644 index 0000000000000000000000000000000000000000..c4cba590812edd83c723392b2d1b1a17c23a06dd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003217_person296_bacteria_1393.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:213462a6f205887450bbc20b8f5590d4fa44c4ecf004338a3f118cbf34ca0579 +size 1200 diff --git a/MendeleyCXR/labels/Darwin_00003218_person296_bacteria_1394.png b/MendeleyCXR/labels/Darwin_00003218_person296_bacteria_1394.png new file mode 100644 index 0000000000000000000000000000000000000000..3415a8c9380067477266525be6af5d7ba974d64a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003218_person296_bacteria_1394.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a2c8faf10a4d960dc8b5ff92af04ca033f58562fe1488102e5d3ae638fb8701 +size 1370 diff --git a/MendeleyCXR/labels/Darwin_00003219_person296_bacteria_1395.png b/MendeleyCXR/labels/Darwin_00003219_person296_bacteria_1395.png new file mode 100644 index 0000000000000000000000000000000000000000..01ce837a2ba3fbd3feb2bf2f6acf804e0626aa44 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003219_person296_bacteria_1395.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aedd76bc7f65e7768478b104e2760d17fb7612c12a34c861067e90fa4aa7e18b +size 1218 diff --git a/MendeleyCXR/labels/Darwin_00003220_person296_bacteria_1396.png b/MendeleyCXR/labels/Darwin_00003220_person296_bacteria_1396.png new file mode 100644 index 0000000000000000000000000000000000000000..48beb9af253b3c24925d46888cdcf73ee415babc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003220_person296_bacteria_1396.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c6acbf31cae846de64609a6b1b057a33987561307c785b0e75f02f0b3e5ed6f +size 1340 diff --git a/MendeleyCXR/labels/Darwin_00003221_person296_bacteria_1397.png b/MendeleyCXR/labels/Darwin_00003221_person296_bacteria_1397.png new file mode 100644 index 0000000000000000000000000000000000000000..d63876aea5bda74657ad8025c14d54d6ba71365d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003221_person296_bacteria_1397.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:521fc3be802eff1c227214246e2ce8e25bd9742a190bb98dc6267d383aeb17b1 +size 1191 diff --git a/MendeleyCXR/labels/Darwin_00003222_person297_bacteria_1400.png b/MendeleyCXR/labels/Darwin_00003222_person297_bacteria_1400.png new file mode 100644 index 0000000000000000000000000000000000000000..a0e918d0f7511e12b8167678252879105aafeb03 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003222_person297_bacteria_1400.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e41a9617e32350b10833adfb7c723caa896a851b05a70db0cc35cdacdf5a359 +size 1115 diff --git a/MendeleyCXR/labels/Darwin_00003224_person298_bacteria_1408.png b/MendeleyCXR/labels/Darwin_00003224_person298_bacteria_1408.png new file mode 100644 index 0000000000000000000000000000000000000000..52e8dbc87390cc67b0eb838a879821d0d078f98c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003224_person298_bacteria_1408.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdebd8021e00ba2f6f26b9c46adba45fad34d34acbaa3c94a61032fe64081c9a +size 1175 diff --git a/MendeleyCXR/labels/Darwin_00003225_person298_bacteria_1409.png b/MendeleyCXR/labels/Darwin_00003225_person298_bacteria_1409.png new file mode 100644 index 0000000000000000000000000000000000000000..288b49526efd4d4c88bf284145011b288c952cd6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003225_person298_bacteria_1409.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f11be7fd66dfd4cd61d6b409fe1135c64be9ed696beb9744f55449483f63a5f +size 1119 diff --git a/MendeleyCXR/labels/Darwin_00003226_person298_bacteria_1410.png b/MendeleyCXR/labels/Darwin_00003226_person298_bacteria_1410.png new file mode 100644 index 0000000000000000000000000000000000000000..2259e5fffa02d11f9199505123278d8e6d8c20c5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003226_person298_bacteria_1410.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f9bf04539a7b47d614464cf12cacac886d233d4a355c6a144218ea56db3647c +size 1118 diff --git a/MendeleyCXR/labels/Darwin_00003227_person298_bacteria_1411.png b/MendeleyCXR/labels/Darwin_00003227_person298_bacteria_1411.png new file mode 100644 index 0000000000000000000000000000000000000000..ad531b3bae8c018cd12f9506336084dda8861068 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003227_person298_bacteria_1411.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5ac91906753e7e7cbcfbc05eb0adef06c77358fce7f385af2c1b47bd321ae2c +size 1181 diff --git a/MendeleyCXR/labels/Darwin_00003228_person298_bacteria_1412.png b/MendeleyCXR/labels/Darwin_00003228_person298_bacteria_1412.png new file mode 100644 index 0000000000000000000000000000000000000000..a7e9b0b7a8c94cd4ce6ebbef98f033d8b01f8e09 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003228_person298_bacteria_1412.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac70baaa35567b8179b101fc5ae74918d5c8fe8f81e74379fcfb9d0e1e24a4d7 +size 1192 diff --git a/MendeleyCXR/labels/Darwin_00003229_person298_bacteria_1413.png b/MendeleyCXR/labels/Darwin_00003229_person298_bacteria_1413.png new file mode 100644 index 0000000000000000000000000000000000000000..552010d7d0a91bd0bb79a0e50b761deb98ac24f5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003229_person298_bacteria_1413.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5346e01b3bdbd9f8fa57c62c846c5801dfc2ad6d9695994d5284df248b3726d +size 1369 diff --git a/MendeleyCXR/labels/Darwin_00003230_person299_bacteria_1414.png b/MendeleyCXR/labels/Darwin_00003230_person299_bacteria_1414.png new file mode 100644 index 0000000000000000000000000000000000000000..1d4700f07f3fe4ebb4f2de3d824d3e650fddfb32 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003230_person299_bacteria_1414.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e1ba54bb36321f917a54b10ab1453819233ebdaad51e6bd093fa9c42176fc82 +size 1300 diff --git a/MendeleyCXR/labels/Darwin_00003231_person299_bacteria_1416.png b/MendeleyCXR/labels/Darwin_00003231_person299_bacteria_1416.png new file mode 100644 index 0000000000000000000000000000000000000000..ec8d09f19495193ac63504526b597e3bbee2817a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003231_person299_bacteria_1416.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b6bd08c97d22efd9b7be678c1d48880b9aee5475f4ec885d0c19b976bdf3214 +size 1072 diff --git a/MendeleyCXR/labels/Darwin_00003232_person299_bacteria_1417.png b/MendeleyCXR/labels/Darwin_00003232_person299_bacteria_1417.png new file mode 100644 index 0000000000000000000000000000000000000000..8d7a33307eecf625b62d43ddfd65754cb9d07fd5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003232_person299_bacteria_1417.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e981a8a08e8b4df475ef694cee3a71fbff9696956314eb42d543b48c50238b5 +size 1218 diff --git a/MendeleyCXR/labels/Darwin_00003233_person299_bacteria_1418.png b/MendeleyCXR/labels/Darwin_00003233_person299_bacteria_1418.png new file mode 100644 index 0000000000000000000000000000000000000000..d45ad20bd6be16803d2a5ba60c6bf54cb4540687 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003233_person299_bacteria_1418.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:302a9845693c7096fa31335d03dbe088b6ba3f8fc5f1f88924f1ebb846abd50d +size 1202 diff --git a/MendeleyCXR/labels/Darwin_00003234_person299_bacteria_1419.png b/MendeleyCXR/labels/Darwin_00003234_person299_bacteria_1419.png new file mode 100644 index 0000000000000000000000000000000000000000..6bffdff062adafa9284aa6277a7242b558d74cea --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003234_person299_bacteria_1419.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eed83806edaf922f33fa42b7fcf89c700294b6e84050340e343858652eb27005 +size 1235 diff --git a/MendeleyCXR/labels/Darwin_00003235_person300_bacteria_1421.png b/MendeleyCXR/labels/Darwin_00003235_person300_bacteria_1421.png new file mode 100644 index 0000000000000000000000000000000000000000..4c82ae3b9ba38354c1ce6b344acdc7a497c295fd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003235_person300_bacteria_1421.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f48f85f608efcfdf979733fc3c03a8728036dc2fe728e81ebd1475616cedf55 +size 1256 diff --git a/MendeleyCXR/labels/Darwin_00003236_person300_bacteria_1422.png b/MendeleyCXR/labels/Darwin_00003236_person300_bacteria_1422.png new file mode 100644 index 0000000000000000000000000000000000000000..e5312b439f718f020519e554a6012bde451999ee --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003236_person300_bacteria_1422.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0525ec07c9926b31fb5a1da858f0831fb42c64f932bc0be04f947d1812bfbc2 +size 1061 diff --git a/MendeleyCXR/labels/Darwin_00003237_person300_bacteria_1423.png b/MendeleyCXR/labels/Darwin_00003237_person300_bacteria_1423.png new file mode 100644 index 0000000000000000000000000000000000000000..4110dc4f39371ac0703eece851305dae1535d9ad --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003237_person300_bacteria_1423.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:153472f7a831e0b3f822c71eaa4e00b31a48ac529191dfe2cec8582332b31e04 +size 1289 diff --git a/MendeleyCXR/labels/Darwin_00003238_person301_bacteria_1424.png b/MendeleyCXR/labels/Darwin_00003238_person301_bacteria_1424.png new file mode 100644 index 0000000000000000000000000000000000000000..c6bdbe2dc03a8e7290d5b791abdd09fa0bf03a91 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003238_person301_bacteria_1424.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9786f55d92dbc5a03609f4e9ab42bfc425722d83cf794beedd8a8c5c631f17c +size 1277 diff --git a/MendeleyCXR/labels/Darwin_00003239_person301_bacteria_1427.png b/MendeleyCXR/labels/Darwin_00003239_person301_bacteria_1427.png new file mode 100644 index 0000000000000000000000000000000000000000..268201a52261ba1a2992f1fb27634fc248460f30 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003239_person301_bacteria_1427.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:553e917b514a03ade41ea7d60ab0312c9a6442fae7dc773c1a913f6a0f5c8ee3 +size 1175 diff --git a/MendeleyCXR/labels/Darwin_00003240_person301_bacteria_1428.png b/MendeleyCXR/labels/Darwin_00003240_person301_bacteria_1428.png new file mode 100644 index 0000000000000000000000000000000000000000..249806374a29f65d2caa6acffebbca037e1e5597 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003240_person301_bacteria_1428.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a449b3cee53a7bdaa542dd5e013e406d8862d843ad6d584af07bcb1152497cf3 +size 1237 diff --git a/MendeleyCXR/labels/Darwin_00003241_person301_bacteria_1429.png b/MendeleyCXR/labels/Darwin_00003241_person301_bacteria_1429.png new file mode 100644 index 0000000000000000000000000000000000000000..cd370fd38e272ce006cd0d1291699d9597a541f4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003241_person301_bacteria_1429.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6e81f8cc4db6f53df7d1fe3154716b27f075087ff107d0e53c1395b70366214 +size 1452 diff --git a/MendeleyCXR/labels/Darwin_00003242_person302_bacteria_1430.png b/MendeleyCXR/labels/Darwin_00003242_person302_bacteria_1430.png new file mode 100644 index 0000000000000000000000000000000000000000..cbe10d9f0f26c3933fbd2ddde6f31ad107554979 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003242_person302_bacteria_1430.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbf847c558d2c7fcb7219f0145fd319caf80323e71a39d7961c491ba0cdae88e +size 1448 diff --git a/MendeleyCXR/labels/Darwin_00003243_person303_bacteria_1431.png b/MendeleyCXR/labels/Darwin_00003243_person303_bacteria_1431.png new file mode 100644 index 0000000000000000000000000000000000000000..babbf354472f058c8d07841d1f9689d5b86795d2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003243_person303_bacteria_1431.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10a10d076dc8505c106ac9a3dc2ae14bbbc4beeae9c7fc146ab9231cbc76737e +size 1435 diff --git a/MendeleyCXR/labels/Darwin_00003245_person305_bacteria_1436.png b/MendeleyCXR/labels/Darwin_00003245_person305_bacteria_1436.png new file mode 100644 index 0000000000000000000000000000000000000000..a61ab37ee556ae13703be810f5948fff3a73717e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003245_person305_bacteria_1436.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3350a3eec26472dde5c9fc137584490d55e13efd4931bdd8d5be4497f8799453 +size 1327 diff --git a/MendeleyCXR/labels/Darwin_00003246_person305_bacteria_1437.png b/MendeleyCXR/labels/Darwin_00003246_person305_bacteria_1437.png new file mode 100644 index 0000000000000000000000000000000000000000..2b940646311465ba633c609321c239344c814f52 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003246_person305_bacteria_1437.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b52f7e0b2c0e616c79f7e8038dc0f5a0979f17ce14c95716e50a5590511312ea +size 1190 diff --git a/MendeleyCXR/labels/Darwin_00003247_person306_bacteria_1439.png b/MendeleyCXR/labels/Darwin_00003247_person306_bacteria_1439.png new file mode 100644 index 0000000000000000000000000000000000000000..5961bfe5ee991861c224580bcdbb54b4a28d0f53 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003247_person306_bacteria_1439.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:420f442337b2968c7794ef54db3300109145ce4addc3783b8769c5faf1bc6307 +size 1357 diff --git a/MendeleyCXR/labels/Darwin_00003248_person306_bacteria_1440.png b/MendeleyCXR/labels/Darwin_00003248_person306_bacteria_1440.png new file mode 100644 index 0000000000000000000000000000000000000000..bb633de7f6ee6516ef9a825f355485684463471b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003248_person306_bacteria_1440.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3046c866c13310d944dd36343df065e60ebd0493ce82466fbf96ca034607680d +size 1316 diff --git a/MendeleyCXR/labels/Darwin_00003249_person307_bacteria_1441.png b/MendeleyCXR/labels/Darwin_00003249_person307_bacteria_1441.png new file mode 100644 index 0000000000000000000000000000000000000000..eca38ec18ce33f00a58b16b54a7cd48101c0025c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003249_person307_bacteria_1441.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5edcdadc24cb5a64e26ba81b80df57541e3fd309f1ff641e6fbfa272016954b +size 1275 diff --git a/MendeleyCXR/labels/Darwin_00003250_person307_bacteria_1442.png b/MendeleyCXR/labels/Darwin_00003250_person307_bacteria_1442.png new file mode 100644 index 0000000000000000000000000000000000000000..ce2e721ec62203fac7acef18a80863e19cf890c5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003250_person307_bacteria_1442.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf0fc65abd9e7628ff5139165406a95ec450a3f1fd67126f90b4d779a223d08f +size 1350 diff --git a/MendeleyCXR/labels/Darwin_00003251_person308_bacteria_1443.png b/MendeleyCXR/labels/Darwin_00003251_person308_bacteria_1443.png new file mode 100644 index 0000000000000000000000000000000000000000..a8c40126c72423cec81581f86a6dc78a0d566be3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003251_person308_bacteria_1443.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea6f9b3798514a3a0a89402d49e6b58b2bdac1e33d950c3bcac92b7d5da8218a +size 1506 diff --git a/MendeleyCXR/labels/Darwin_00003252_person308_bacteria_1445.png b/MendeleyCXR/labels/Darwin_00003252_person308_bacteria_1445.png new file mode 100644 index 0000000000000000000000000000000000000000..5710d3205a8ecc13377d69693d6a1d6c6268726e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003252_person308_bacteria_1445.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f5aa2ca049417dd6ec44648d44af57cbbd5528de65ff1c24fb89a3d6b3d7ab5 +size 1463 diff --git a/MendeleyCXR/labels/Darwin_00003253_person309_bacteria_1447.png b/MendeleyCXR/labels/Darwin_00003253_person309_bacteria_1447.png new file mode 100644 index 0000000000000000000000000000000000000000..70825ad57db740283b8b8edbcb028edef1d3dedf --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003253_person309_bacteria_1447.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:286604d3d76ea18e9056bea4b09a71dc3d6a95db3a47b788b5d9858e25da7423 +size 1256 diff --git a/MendeleyCXR/labels/Darwin_00003254_person309_bacteria_1449.png b/MendeleyCXR/labels/Darwin_00003254_person309_bacteria_1449.png new file mode 100644 index 0000000000000000000000000000000000000000..e2ffc3766d2fcb7d9054055b8ecfab5a5c641035 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003254_person309_bacteria_1449.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29bdde3d889a49f958a0dbfa6c8e3c9414b70acb5b3737872ba22a2ba6ad760c +size 1325 diff --git a/MendeleyCXR/labels/Darwin_00003255_person310_bacteria_1450.png b/MendeleyCXR/labels/Darwin_00003255_person310_bacteria_1450.png new file mode 100644 index 0000000000000000000000000000000000000000..231da71cde2bf55e1221d899116d3db1e57ed1d5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003255_person310_bacteria_1450.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d85a9c5ceaea71a2c93504ec739aa836deb64922f004e1ed69be285006b06e36 +size 1257 diff --git a/MendeleyCXR/labels/Darwin_00003256_person310_bacteria_1451.png b/MendeleyCXR/labels/Darwin_00003256_person310_bacteria_1451.png new file mode 100644 index 0000000000000000000000000000000000000000..3b32338210b30d70f1bdc7674fa8a84dec68a991 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003256_person310_bacteria_1451.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02160af9b13d16d75b850f415294eb9e7b52b9da01399c355ed8cd6a7711b80a +size 1283 diff --git a/MendeleyCXR/labels/Darwin_00003257_person311_bacteria_1452.png b/MendeleyCXR/labels/Darwin_00003257_person311_bacteria_1452.png new file mode 100644 index 0000000000000000000000000000000000000000..d96e4dfe46d5fa6e63c0c33544ca1411ae36f7fd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003257_person311_bacteria_1452.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0596cb1df53ade231b0094784d7bd83462fb9c3f04b846fb1225035fcfb72f2 +size 1308 diff --git a/MendeleyCXR/labels/Darwin_00003258_person311_bacteria_1453.png b/MendeleyCXR/labels/Darwin_00003258_person311_bacteria_1453.png new file mode 100644 index 0000000000000000000000000000000000000000..8975a3a306ad71223c947ba0faaaba20b9cb03ed --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003258_person311_bacteria_1453.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:185c9d05982a931493846445b9e53d0e4686b8e81e181b7d0511e6b1fb52ffad +size 1434 diff --git a/MendeleyCXR/labels/Darwin_00003259_person312_bacteria_1454.png b/MendeleyCXR/labels/Darwin_00003259_person312_bacteria_1454.png new file mode 100644 index 0000000000000000000000000000000000000000..0731fd62ba097c8912afced524363ac1873c7563 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003259_person312_bacteria_1454.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc6997c973148c0c5fb8a258dc62eb476f435edafb8826ca0ba25d35673eb70b +size 1273 diff --git a/MendeleyCXR/labels/Darwin_00003260_person312_bacteria_1455.png b/MendeleyCXR/labels/Darwin_00003260_person312_bacteria_1455.png new file mode 100644 index 0000000000000000000000000000000000000000..ad647fe662b54ac352279c7aaa02b6fb121b420e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003260_person312_bacteria_1455.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:375b9f14df6ec07575c101d431a3ba745e53d7f3e5f85264664789ebe0452842 +size 1160 diff --git a/MendeleyCXR/labels/Darwin_00003261_person312_bacteria_1456.png b/MendeleyCXR/labels/Darwin_00003261_person312_bacteria_1456.png new file mode 100644 index 0000000000000000000000000000000000000000..f701ee7eb6c2cf0b66470cf3dea6f2516c53a43b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003261_person312_bacteria_1456.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c4d568784204e75da705ae8e09053307c95eb7c9df8a9142a2468929a23b864 +size 1463 diff --git a/MendeleyCXR/labels/Darwin_00003262_person313_bacteria_1457.png b/MendeleyCXR/labels/Darwin_00003262_person313_bacteria_1457.png new file mode 100644 index 0000000000000000000000000000000000000000..1a7e24754520a36357bc42420e710798a5aef5d3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003262_person313_bacteria_1457.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1501b298f912a3aa157ed5a83683c2b72532a0ace11ef2714d29a02785ae86a5 +size 1178 diff --git a/MendeleyCXR/labels/Darwin_00003263_person313_bacteria_1458.png b/MendeleyCXR/labels/Darwin_00003263_person313_bacteria_1458.png new file mode 100644 index 0000000000000000000000000000000000000000..0f22f161ac4573a7dff94109de475fc8949a42c6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003263_person313_bacteria_1458.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:883c34201655dce7c5242f95e5d675793f1c04f3ae585e5015ab2e6b9008bafd +size 1341 diff --git a/MendeleyCXR/labels/Darwin_00003264_person313_bacteria_1459.png b/MendeleyCXR/labels/Darwin_00003264_person313_bacteria_1459.png new file mode 100644 index 0000000000000000000000000000000000000000..a977db2316bf89158d757e07d42686b69d8350ad --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003264_person313_bacteria_1459.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2824e4484145868a8d494486d8c56d38bb44715148b194a90d3a29466108216 +size 1298 diff --git a/MendeleyCXR/labels/Darwin_00003265_person313_bacteria_1460.png b/MendeleyCXR/labels/Darwin_00003265_person313_bacteria_1460.png new file mode 100644 index 0000000000000000000000000000000000000000..c157961661c3453be7c06ef0036f475f38f327e3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003265_person313_bacteria_1460.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fff127d82bd66143b2b541b882449a1870e355019920d3442bfcedb2cc64868 +size 1422 diff --git a/MendeleyCXR/labels/Darwin_00003266_person314_bacteria_1461.png b/MendeleyCXR/labels/Darwin_00003266_person314_bacteria_1461.png new file mode 100644 index 0000000000000000000000000000000000000000..a516a435e37d1de8c19b58ff6ee752be8ee9b227 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003266_person314_bacteria_1461.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2922017af77d9add07927f959ad2669fdf6eeeb548d453a446cc740e4c13c02 +size 1329 diff --git a/MendeleyCXR/labels/Darwin_00003267_person314_bacteria_1462.png b/MendeleyCXR/labels/Darwin_00003267_person314_bacteria_1462.png new file mode 100644 index 0000000000000000000000000000000000000000..a548eead7727c26b8a034a16d07d8703b09a9292 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003267_person314_bacteria_1462.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dec6035b95e4a69107aa276ff987530ff09da3b2ff7ba83d012d55065d7dc40 +size 1242 diff --git a/MendeleyCXR/labels/Darwin_00003268_person315_bacteria_1464.png b/MendeleyCXR/labels/Darwin_00003268_person315_bacteria_1464.png new file mode 100644 index 0000000000000000000000000000000000000000..e21343fafde7f0e758cb9a814259c869be1b5251 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003268_person315_bacteria_1464.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cb3dc3aa549efdca6dc92e570d21aa7545c3abe426fadb92861b469645491a0 +size 1223 diff --git a/MendeleyCXR/labels/Darwin_00003269_person315_bacteria_1465.png b/MendeleyCXR/labels/Darwin_00003269_person315_bacteria_1465.png new file mode 100644 index 0000000000000000000000000000000000000000..c694650567734c959bdf4b5ece1f55faa4c69e00 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003269_person315_bacteria_1465.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:328f70df61d15cd8f62b5152964e9c0a99eaeabca98cb3cc9056de05bf7a273b +size 1245 diff --git a/MendeleyCXR/labels/Darwin_00003270_person315_bacteria_1466.png b/MendeleyCXR/labels/Darwin_00003270_person315_bacteria_1466.png new file mode 100644 index 0000000000000000000000000000000000000000..c3f791b4f21e80ee7a9a7326f727541ff8467766 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003270_person315_bacteria_1466.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:796cb9ff97447fe2f0b6594b5184b9d4e725ceac83d83d86c050fd11b330cae0 +size 1287 diff --git a/MendeleyCXR/labels/Darwin_00003272_person315_bacteria_1468.png b/MendeleyCXR/labels/Darwin_00003272_person315_bacteria_1468.png new file mode 100644 index 0000000000000000000000000000000000000000..c400fcc19e95034ba72f4b30082a4ffdc72b1ac9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003272_person315_bacteria_1468.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28f51c0b21fb3aea3738e20d162ecaf9c91c7201f51272954babbde9c18a9302 +size 1274 diff --git a/MendeleyCXR/labels/Darwin_00003273_person316_bacteria_1469.png b/MendeleyCXR/labels/Darwin_00003273_person316_bacteria_1469.png new file mode 100644 index 0000000000000000000000000000000000000000..2d66d331cfd37b9425c691834f42a3950f0ac743 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003273_person316_bacteria_1469.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9e24eccc5ec292ddd8d4d2adaf78fa003f61282cf95ad3d6c4a4f33412bf580 +size 1465 diff --git a/MendeleyCXR/labels/Darwin_00003274_person316_bacteria_1470.png b/MendeleyCXR/labels/Darwin_00003274_person316_bacteria_1470.png new file mode 100644 index 0000000000000000000000000000000000000000..fb425fe03f576355e2fb2ea57df1a6a7e9494895 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003274_person316_bacteria_1470.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dd06abb4621f94e784559e3a2f63f7eedd94a2008b7c8b42133c4a9d9ce6197 +size 1240 diff --git a/MendeleyCXR/labels/Darwin_00003275_person317_bacteria_1471.png b/MendeleyCXR/labels/Darwin_00003275_person317_bacteria_1471.png new file mode 100644 index 0000000000000000000000000000000000000000..2a5215f810bb21ec3fcc8bec6aa105d732e8275a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003275_person317_bacteria_1471.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1e953ace68702356f9029064d1891de9ab13dda36e1b3e3de28eadd47658020 +size 1267 diff --git a/MendeleyCXR/labels/Darwin_00003276_person317_bacteria_1473.png b/MendeleyCXR/labels/Darwin_00003276_person317_bacteria_1473.png new file mode 100644 index 0000000000000000000000000000000000000000..ca9601dab34bf7f7acd31c92c01db5ed32f96066 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003276_person317_bacteria_1473.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a8ecb0bd20eff8e628bc47299db42335332c33d1c790c96e776fbfed4666ed9 +size 1303 diff --git a/MendeleyCXR/labels/Darwin_00003277_person318_bacteria_1474.png b/MendeleyCXR/labels/Darwin_00003277_person318_bacteria_1474.png new file mode 100644 index 0000000000000000000000000000000000000000..dc4915e4d1fdeef118edcbc825113fa5b69893a6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003277_person318_bacteria_1474.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94d3c8c1513f4004e0d7b07db971d04e4ea59f4da5182be153ac93a89cd62adf +size 1345 diff --git a/MendeleyCXR/labels/Darwin_00003278_person319_bacteria_1475.png b/MendeleyCXR/labels/Darwin_00003278_person319_bacteria_1475.png new file mode 100644 index 0000000000000000000000000000000000000000..76408564996fde08230f920dd82bc16e6e8c2ea3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003278_person319_bacteria_1475.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:645c2b394c18bd1eb68792d8671db7837b069fa4543b2121c03fcdd76fdf1570 +size 1158 diff --git a/MendeleyCXR/labels/Darwin_00003279_person319_bacteria_1476.png b/MendeleyCXR/labels/Darwin_00003279_person319_bacteria_1476.png new file mode 100644 index 0000000000000000000000000000000000000000..b570b9a951ea135abffd0b67fefefce6b2aa7d34 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003279_person319_bacteria_1476.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c87b4efbfdbcb6a4bc160189afe95f03a7e79b80dd048a773b7911ab5388b1e +size 1300 diff --git a/MendeleyCXR/labels/Darwin_00003280_person319_bacteria_1477.png b/MendeleyCXR/labels/Darwin_00003280_person319_bacteria_1477.png new file mode 100644 index 0000000000000000000000000000000000000000..a0cc3f7502d6dcdf067b0f850d5f49138e31adf7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003280_person319_bacteria_1477.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb37703dcf894e2877c2fbc9036d7a7312b678e91fc8f2486eebeb7b2170145b +size 1270 diff --git a/MendeleyCXR/labels/Darwin_00003281_person319_bacteria_1478.png b/MendeleyCXR/labels/Darwin_00003281_person319_bacteria_1478.png new file mode 100644 index 0000000000000000000000000000000000000000..7e2ca378f360bd8d85ffb0217fffa32c41032eae --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003281_person319_bacteria_1478.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a9793c770597bc28b8103b078fa15d9cf191a18fa1468028bfba30ce2d5c9ab +size 1242 diff --git a/MendeleyCXR/labels/Darwin_00003282_person319_bacteria_1479.png b/MendeleyCXR/labels/Darwin_00003282_person319_bacteria_1479.png new file mode 100644 index 0000000000000000000000000000000000000000..a4dc18e0ab0de6a3994a0787e086bbf98e0791a8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003282_person319_bacteria_1479.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e36fa8b0a087ab8406ed0fbc251eb8463cd42d4e5ad799f19c8c72fde041824e +size 1242 diff --git a/MendeleyCXR/labels/Darwin_00003283_person319_bacteria_1480.png b/MendeleyCXR/labels/Darwin_00003283_person319_bacteria_1480.png new file mode 100644 index 0000000000000000000000000000000000000000..b711d7c549df492f624378e5d372567da8c45130 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003283_person319_bacteria_1480.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fd685d7bbbaa25f0ea3afe7edcf1cf0e9a07d4ce42ea6baeb2482442cf71da4 +size 1329 diff --git a/MendeleyCXR/labels/Darwin_00003284_person321_bacteria_1483.png b/MendeleyCXR/labels/Darwin_00003284_person321_bacteria_1483.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f020dfe5dd2cfd81e4fcc490eb37290bc544e3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003284_person321_bacteria_1483.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e01ed46feadcac9e5a07ab33aacf8ab63b70b65b5b6e06c71b1c245e0e6d9c86 +size 1304 diff --git a/MendeleyCXR/labels/Darwin_00003285_person321_bacteria_1484.png b/MendeleyCXR/labels/Darwin_00003285_person321_bacteria_1484.png new file mode 100644 index 0000000000000000000000000000000000000000..7518311b2bb4492f858d42f81e812e58a30b3c17 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003285_person321_bacteria_1484.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:000d1399bb4579759b3a788241aeb9656ad07369676b5255f41a49ce91b0eaf5 +size 1228 diff --git a/MendeleyCXR/labels/Darwin_00003286_person321_bacteria_1485.png b/MendeleyCXR/labels/Darwin_00003286_person321_bacteria_1485.png new file mode 100644 index 0000000000000000000000000000000000000000..f03ed68c8ae66e1a933edea2da6435d89fdffe78 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003286_person321_bacteria_1485.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfd165625811a37fe20ec1073af5b73fb35acb7923aeef59bc7d2b047ddc07fb +size 1217 diff --git a/MendeleyCXR/labels/Darwin_00003287_person321_bacteria_1486.png b/MendeleyCXR/labels/Darwin_00003287_person321_bacteria_1486.png new file mode 100644 index 0000000000000000000000000000000000000000..9d0e87e6548817a815c3894c2436233223cd6740 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003287_person321_bacteria_1486.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f1dfadac6913939c71682b19bb8407ba016369ef284dba0c97f6443f0789fbd +size 1176 diff --git a/MendeleyCXR/labels/Darwin_00003288_person321_bacteria_1487.png b/MendeleyCXR/labels/Darwin_00003288_person321_bacteria_1487.png new file mode 100644 index 0000000000000000000000000000000000000000..f7b6a59c85c1c354cb754a6ea462bad6d4e49bd1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003288_person321_bacteria_1487.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:426e3763514579e2a0163c8b0dbfacc7705b6278e21efde527a6700cbbb34a0d +size 1177 diff --git a/MendeleyCXR/labels/Darwin_00003289_person321_bacteria_1488.png b/MendeleyCXR/labels/Darwin_00003289_person321_bacteria_1488.png new file mode 100644 index 0000000000000000000000000000000000000000..cf7e3952e6b6a4d4ef79ca4e13b1099a02f78c5c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003289_person321_bacteria_1488.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8740f2929afa1c31f67483eb931a4947f680fd56d8c2833d0eb226970de20518 +size 1211 diff --git a/MendeleyCXR/labels/Darwin_00003290_person321_bacteria_1489.png b/MendeleyCXR/labels/Darwin_00003290_person321_bacteria_1489.png new file mode 100644 index 0000000000000000000000000000000000000000..f7bc6cc22f658792962881763f0a801dc603cf12 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003290_person321_bacteria_1489.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca998e99ee491d7c9a6a5af98d3cb522da9478e6f6519552adb5e948861733ea +size 1250 diff --git a/MendeleyCXR/labels/Darwin_00003291_person322_bacteria_1494.png b/MendeleyCXR/labels/Darwin_00003291_person322_bacteria_1494.png new file mode 100644 index 0000000000000000000000000000000000000000..3bc5e28deb38bf079ff1ea511a89ce8af3ab1e99 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003291_person322_bacteria_1494.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8f5ccdfce5ebf8971303954b5969118102d79dfcaa3850601143741a921baa4 +size 1421 diff --git a/MendeleyCXR/labels/Darwin_00003292_person325_bacteria_1497.png b/MendeleyCXR/labels/Darwin_00003292_person325_bacteria_1497.png new file mode 100644 index 0000000000000000000000000000000000000000..02253ca14250c6b618d1b18e8e39091531473d73 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003292_person325_bacteria_1497.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89a8b50ced73ae49a4b82c789e8f82677f4882a88cccf93db12eb31d697452fb +size 1255 diff --git a/MendeleyCXR/labels/Darwin_00003293_person325_bacteria_1498.png b/MendeleyCXR/labels/Darwin_00003293_person325_bacteria_1498.png new file mode 100644 index 0000000000000000000000000000000000000000..b467be41500d0a71ffc5bced01eab2b5f3936804 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003293_person325_bacteria_1498.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67c2f152bebf0d2796a9cb1d89c1b4b65d818711c40f3c428f20f083e9f0d5f6 +size 1480 diff --git a/MendeleyCXR/labels/Darwin_00003294_person325_bacteria_1500.png b/MendeleyCXR/labels/Darwin_00003294_person325_bacteria_1500.png new file mode 100644 index 0000000000000000000000000000000000000000..754bf4df2dd0700e09ef147386c0b977540393f1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003294_person325_bacteria_1500.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4389a23c6eb24cdf37764248c6e16ef8f27bff011d0e3a0b81b7acc4ef0b7de +size 1278 diff --git a/MendeleyCXR/labels/Darwin_00003295_person325_bacteria_1501.png b/MendeleyCXR/labels/Darwin_00003295_person325_bacteria_1501.png new file mode 100644 index 0000000000000000000000000000000000000000..e0dcf09e79c75081e41248559e8d1525a656390f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003295_person325_bacteria_1501.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:678d2816b1a017a1251bc116fa4acfa1c4c06880bf5fa89c847d7f5d92a1af40 +size 1372 diff --git a/MendeleyCXR/labels/Darwin_00003296_person325_bacteria_1502.png b/MendeleyCXR/labels/Darwin_00003296_person325_bacteria_1502.png new file mode 100644 index 0000000000000000000000000000000000000000..e1bcb76cb634e5b7e4cac1a3803347240101c35a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003296_person325_bacteria_1502.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12fa0e4d10ed62274000646510445f843fb34f670bcfd070f1eecbc2b7a86f4b +size 1436 diff --git a/MendeleyCXR/labels/Darwin_00003297_person326_bacteria_1503.png b/MendeleyCXR/labels/Darwin_00003297_person326_bacteria_1503.png new file mode 100644 index 0000000000000000000000000000000000000000..2a12dd62ca764d4850b1b8784df6ce5c2ba29fcf --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003297_person326_bacteria_1503.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13cb86095b81f070b2c500022e1063e7cd3995c2676d1fb631777e2303aca090 +size 1318 diff --git a/MendeleyCXR/labels/Darwin_00003298_person326_bacteria_1504.png b/MendeleyCXR/labels/Darwin_00003298_person326_bacteria_1504.png new file mode 100644 index 0000000000000000000000000000000000000000..b766ee39bc51c0c05a5329b27cb96007c9a12bc8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003298_person326_bacteria_1504.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1014abeb4a290aad1c5b0ca112fbb4a9dc86ccf28aa2b399de952d24410837f0 +size 1210 diff --git a/MendeleyCXR/labels/Darwin_00003299_person326_bacteria_1505.png b/MendeleyCXR/labels/Darwin_00003299_person326_bacteria_1505.png new file mode 100644 index 0000000000000000000000000000000000000000..a374e67eee657ae847e29fda5e91b6a45b2ab648 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003299_person326_bacteria_1505.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6584706a7e0d5d6f9a5573ae3f03482cebb4bbad3ab8a61c42a8bd5f4c291367 +size 1226 diff --git a/MendeleyCXR/labels/Darwin_00003300_person326_bacteria_1506.png b/MendeleyCXR/labels/Darwin_00003300_person326_bacteria_1506.png new file mode 100644 index 0000000000000000000000000000000000000000..4696bf6dd83aba102a1a4b0e310c371d13b38f7c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003300_person326_bacteria_1506.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dca8daf43befa0f570f38205d8d72b92843d63213341543d6321352a800fefbe +size 1264 diff --git a/MendeleyCXR/labels/Darwin_00003301_person326_bacteria_1507.png b/MendeleyCXR/labels/Darwin_00003301_person326_bacteria_1507.png new file mode 100644 index 0000000000000000000000000000000000000000..95deec1b16655980d443fd52a32d0b9b9de2f4cc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003301_person326_bacteria_1507.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d7bcd84df919b95e59cf0686cbea4ab90adc1a177ddb9b4ecbb55b97a9cbe24 +size 1357 diff --git a/MendeleyCXR/labels/Darwin_00003303_person1_bacteria_2.png b/MendeleyCXR/labels/Darwin_00003303_person1_bacteria_2.png new file mode 100644 index 0000000000000000000000000000000000000000..12ee0579dedb3251f9447b467026b3281b449058 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003303_person1_bacteria_2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:012ebd7323ed31577b1633d6763b480550cc87a6c18b161b98a4d318637010a5 +size 1274 diff --git a/MendeleyCXR/labels/Darwin_00003304_person18_bacteria_57.png b/MendeleyCXR/labels/Darwin_00003304_person18_bacteria_57.png new file mode 100644 index 0000000000000000000000000000000000000000..cb8eb88132d5ba322a205f14eafb359024e6a7d5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003304_person18_bacteria_57.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73c967c2591b2a1f1bfed3f1ce088414bfc73c920bf590a6decc80e8800eb31e +size 1308 diff --git a/MendeleyCXR/labels/Darwin_00003306_person19_bacteria_59.png b/MendeleyCXR/labels/Darwin_00003306_person19_bacteria_59.png new file mode 100644 index 0000000000000000000000000000000000000000..aeb24519ae1ae0aaa609d947bcfe6a3335c0fac2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003306_person19_bacteria_59.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a4f806554735e3904aa3f88a81d318e3be45888b3992884c2add8995d04fd9b +size 1115 diff --git a/MendeleyCXR/labels/Darwin_00003307_person19_bacteria_60.png b/MendeleyCXR/labels/Darwin_00003307_person19_bacteria_60.png new file mode 100644 index 0000000000000000000000000000000000000000..8628fa00e95bfe12feed6b62cb95e079e97018bf --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003307_person19_bacteria_60.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a33e42365f1632dd715d70a83ff4f3585477bc143c219787dd39940947e6571c +size 1185 diff --git a/MendeleyCXR/labels/Darwin_00003309_person19_bacteria_62.png b/MendeleyCXR/labels/Darwin_00003309_person19_bacteria_62.png new file mode 100644 index 0000000000000000000000000000000000000000..7f23afdff043413ec98e093b05e14143a6747b5f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003309_person19_bacteria_62.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f06289a8e4c07738a58ba847ce910bcec0d0e72414299ae49511b25f49890063 +size 1146 diff --git a/MendeleyCXR/labels/Darwin_00003310_person19_bacteria_63.png b/MendeleyCXR/labels/Darwin_00003310_person19_bacteria_63.png new file mode 100644 index 0000000000000000000000000000000000000000..80cd7b02de8dae7e0f7a7eb16ea8dd20e78d92c5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003310_person19_bacteria_63.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccd9e4b3516d4bf44cdef9e180f5729c507fe4c5eef4d99e6142a2fd33dfc29f +size 1152 diff --git a/MendeleyCXR/labels/Darwin_00003311_person20_bacteria_64.png b/MendeleyCXR/labels/Darwin_00003311_person20_bacteria_64.png new file mode 100644 index 0000000000000000000000000000000000000000..1f3ec3af68dae7ebbbaecb102c2890025b3b161c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003311_person20_bacteria_64.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbf1443ace56e72d66667a0ca5b22a7877e85748976ef010008c656f8cf64c5b +size 1283 diff --git a/MendeleyCXR/labels/Darwin_00003312_person20_bacteria_66.png b/MendeleyCXR/labels/Darwin_00003312_person20_bacteria_66.png new file mode 100644 index 0000000000000000000000000000000000000000..a6330cda1a552524d2bff1769ff452ff4026dc1b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003312_person20_bacteria_66.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef943ab7bfa4f3be92d4423a5fc170a45e872070555c95672eada36725565c9e +size 1130 diff --git a/MendeleyCXR/labels/Darwin_00003313_person20_bacteria_67.png b/MendeleyCXR/labels/Darwin_00003313_person20_bacteria_67.png new file mode 100644 index 0000000000000000000000000000000000000000..2665e86ddff12229915d08792ad6d7ada8722931 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003313_person20_bacteria_67.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e8853e9b9347802534f249053397d51243642b2493396906d55e81dc1fa85dd +size 1334 diff --git a/MendeleyCXR/labels/Darwin_00003314_person20_bacteria_69.png b/MendeleyCXR/labels/Darwin_00003314_person20_bacteria_69.png new file mode 100644 index 0000000000000000000000000000000000000000..fb8a8322ba39dde3619c48a77166e8bb6fbf3d1b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003314_person20_bacteria_69.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1fe5a9a09b2d7a1b7203397835aabf8086357771e4de9585c01c80da699f7de +size 1293 diff --git a/MendeleyCXR/labels/Darwin_00003316_person21_bacteria_72.png b/MendeleyCXR/labels/Darwin_00003316_person21_bacteria_72.png new file mode 100644 index 0000000000000000000000000000000000000000..546731df736cbacf794da426c927c7f0a19966ec --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003316_person21_bacteria_72.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3535a1fcb0d67318356b154b61bc3975d6aa7a019409a4e945ba7fdaeee12c08 +size 1063 diff --git a/MendeleyCXR/labels/Darwin_00003317_person21_bacteria_73.png b/MendeleyCXR/labels/Darwin_00003317_person21_bacteria_73.png new file mode 100644 index 0000000000000000000000000000000000000000..600e52b2f1163c70aee88c15e6f61f3ff86f5dbe --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003317_person21_bacteria_73.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e06fe767ca969c632f3cb514375a3bde91fb1db1b7718d8827d8a0923fae7112 +size 1370 diff --git a/MendeleyCXR/labels/Darwin_00003318_person22_bacteria_74.png b/MendeleyCXR/labels/Darwin_00003318_person22_bacteria_74.png new file mode 100644 index 0000000000000000000000000000000000000000..eaeb9a6aaf62d2fbd059765bb973bad685ba7730 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003318_person22_bacteria_74.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f494cd7c027d6c0dc1f4d273bd7d1235a6ad85487b5cf8b553c07a8fbdbf8aaf +size 1200 diff --git a/MendeleyCXR/labels/Darwin_00003319_person22_bacteria_76.png b/MendeleyCXR/labels/Darwin_00003319_person22_bacteria_76.png new file mode 100644 index 0000000000000000000000000000000000000000..95952e48d37a9c69b42cd12cbb5ff32baffa7541 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003319_person22_bacteria_76.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9ab9188c63827ba90fddd76bbb0e6fde15355af177f2c418df705b6b8dc0c97 +size 1241 diff --git a/MendeleyCXR/labels/Darwin_00003320_person22_bacteria_77.png b/MendeleyCXR/labels/Darwin_00003320_person22_bacteria_77.png new file mode 100644 index 0000000000000000000000000000000000000000..9ac1ccf42451e40a96a8ac1f2b4c06ff09fff7ad --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003320_person22_bacteria_77.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdfbc3290b3f18e1565595f630e32ae3c8cc950d0b6b1ab8bc04ab38850dea88 +size 1291 diff --git a/MendeleyCXR/labels/Darwin_00003321_person23_bacteria_78.png b/MendeleyCXR/labels/Darwin_00003321_person23_bacteria_78.png new file mode 100644 index 0000000000000000000000000000000000000000..6e170e935fa47734abb1b407c568e5ca09b61abf --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003321_person23_bacteria_78.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03b7592a4a50cf5683cf739fe28e773df0a4fc3c42395984186c1cd69200e3d2 +size 1366 diff --git a/MendeleyCXR/labels/Darwin_00003322_person23_bacteria_79.png b/MendeleyCXR/labels/Darwin_00003322_person23_bacteria_79.png new file mode 100644 index 0000000000000000000000000000000000000000..30ed0d40611656949e0ba44346cd6b9a13fbcefd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003322_person23_bacteria_79.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6145817c12659baff103334396aaf8b9aba9dc98d9f96a1cbbd9efe656eb453a +size 1149 diff --git a/MendeleyCXR/labels/Darwin_00003323_person23_bacteria_80.png b/MendeleyCXR/labels/Darwin_00003323_person23_bacteria_80.png new file mode 100644 index 0000000000000000000000000000000000000000..55b41793429b0b25825c300041e351a6b8ccc0c2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003323_person23_bacteria_80.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34dfc8421783752238d99104bb58bfbe22500343680af873c575e35d31def745 +size 1034 diff --git a/MendeleyCXR/labels/Darwin_00003324_person23_bacteria_81.png b/MendeleyCXR/labels/Darwin_00003324_person23_bacteria_81.png new file mode 100644 index 0000000000000000000000000000000000000000..013245de98705bda7497ad36063a849a0c8a2fac --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003324_person23_bacteria_81.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93c6439cece72f642c101963fb719665277c312546350aca0e64757d016e8d62 +size 1336 diff --git a/MendeleyCXR/labels/Darwin_00003325_person23_bacteria_82.png b/MendeleyCXR/labels/Darwin_00003325_person23_bacteria_82.png new file mode 100644 index 0000000000000000000000000000000000000000..bb94d285f5192fec263867094e295036d8ba19b8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003325_person23_bacteria_82.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e81d54b555b2b53db78677e242de8ef85b3759f5648df46b39ff6d4025cb8d54 +size 1155 diff --git a/MendeleyCXR/labels/Darwin_00003326_person23_bacteria_83.png b/MendeleyCXR/labels/Darwin_00003326_person23_bacteria_83.png new file mode 100644 index 0000000000000000000000000000000000000000..682d745108b734134a3aee60960e1237beada7bc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003326_person23_bacteria_83.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f153792b6daafd5363f81f4a6179ddb626b9af7ba74e8d78341c75832f71a265 +size 1268 diff --git a/MendeleyCXR/labels/Darwin_00003327_person23_bacteria_84.png b/MendeleyCXR/labels/Darwin_00003327_person23_bacteria_84.png new file mode 100644 index 0000000000000000000000000000000000000000..b876c1fcc17bbaf3bda74a752c77f8104367aa1e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003327_person23_bacteria_84.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c588e3cd171f064582df41dc8586c6ea0ff8f857cd320f1f586745353696da35 +size 1154 diff --git a/MendeleyCXR/labels/Darwin_00003328_person23_bacteria_85.png b/MendeleyCXR/labels/Darwin_00003328_person23_bacteria_85.png new file mode 100644 index 0000000000000000000000000000000000000000..b3282cdfa422741697131111b47215902ece092f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003328_person23_bacteria_85.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc9ffd6d9f149e9a52e19f73d2aebb4ca75748e910037300ec19a04bf9d5372d +size 1212 diff --git a/MendeleyCXR/labels/Darwin_00003329_person23_bacteria_86.png b/MendeleyCXR/labels/Darwin_00003329_person23_bacteria_86.png new file mode 100644 index 0000000000000000000000000000000000000000..7c4a1ead461d29959ff4a75a673b85b395e699df --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003329_person23_bacteria_86.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32ae9a5c2563be427b3f3e8a1669144986a99c2902f59b7845d88bc2edd034a7 +size 1204 diff --git a/MendeleyCXR/labels/Darwin_00003330_person23_bacteria_87.png b/MendeleyCXR/labels/Darwin_00003330_person23_bacteria_87.png new file mode 100644 index 0000000000000000000000000000000000000000..ea4acc5ed391cfd9e58dc672683cd9469bc6a8ba --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003330_person23_bacteria_87.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:865fd790683a9906ff28b43fa980de375eecaf9b64b7f643a5a6cae96bcea123 +size 1180 diff --git a/MendeleyCXR/labels/Darwin_00003331_person23_bacteria_88.png b/MendeleyCXR/labels/Darwin_00003331_person23_bacteria_88.png new file mode 100644 index 0000000000000000000000000000000000000000..34181210f7376970eb0fa4aacf100cf7a469d679 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003331_person23_bacteria_88.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:563afbb8bf96e61240bf4000c06cc514092151f28c1e1f14fed890e620dbcfee +size 1375 diff --git a/MendeleyCXR/labels/Darwin_00003332_person23_bacteria_89.png b/MendeleyCXR/labels/Darwin_00003332_person23_bacteria_89.png new file mode 100644 index 0000000000000000000000000000000000000000..38faf9a95713129ccf50877e80ad8a16adbeee9a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003332_person23_bacteria_89.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffeedcbdfeffbd79d7dc40c9e992cf49d664d85e1b2e3e734e4849e9bf8840bc +size 1371 diff --git a/MendeleyCXR/labels/Darwin_00003333_person23_bacteria_90.png b/MendeleyCXR/labels/Darwin_00003333_person23_bacteria_90.png new file mode 100644 index 0000000000000000000000000000000000000000..1bd79b75729f060432fdbdc77f8c0779d1b0b791 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003333_person23_bacteria_90.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d1943f911a13636202a3bf044a3984eba53db90e4bee4e895b6499c2c97acb4 +size 1190 diff --git a/MendeleyCXR/labels/Darwin_00003334_person23_bacteria_91.png b/MendeleyCXR/labels/Darwin_00003334_person23_bacteria_91.png new file mode 100644 index 0000000000000000000000000000000000000000..6221e2e319d543200b518875bc57c30254219332 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003334_person23_bacteria_91.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88682c6ec80891e9828ec06d903ff1730738fa63e70b7dbf3fef8c6ef7b7e77d +size 1343 diff --git a/MendeleyCXR/labels/Darwin_00003335_person23_bacteria_92.png b/MendeleyCXR/labels/Darwin_00003335_person23_bacteria_92.png new file mode 100644 index 0000000000000000000000000000000000000000..6dd3b20355925c4e51510e124ba4ffdf6e2bd804 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003335_person23_bacteria_92.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a31ec9658e2ef04619d12eb05e42a6c45b3aa3111d0b5526b3e0008fa3c34cf3 +size 1262 diff --git a/MendeleyCXR/labels/Darwin_00003336_person23_bacteria_93.png b/MendeleyCXR/labels/Darwin_00003336_person23_bacteria_93.png new file mode 100644 index 0000000000000000000000000000000000000000..4d78b0b03db28403c7595adceed767c5df786260 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003336_person23_bacteria_93.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c8b91a9c7c84c3ad216bfb75e01aa1e4b8325e3aff1863102568ed349ffa129 +size 1284 diff --git a/MendeleyCXR/labels/Darwin_00003337_person23_bacteria_94.png b/MendeleyCXR/labels/Darwin_00003337_person23_bacteria_94.png new file mode 100644 index 0000000000000000000000000000000000000000..6d6d9f5cdf2420361b49cff229513c0d56116fa7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003337_person23_bacteria_94.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eead4900469a7dd2008317d9b6a5988a561927b93546945edb4f1c3399adff23 +size 1168 diff --git a/MendeleyCXR/labels/Darwin_00003338_person23_bacteria_95.png b/MendeleyCXR/labels/Darwin_00003338_person23_bacteria_95.png new file mode 100644 index 0000000000000000000000000000000000000000..9b9b7044394af66c9a2dcfc05264a4ec40ade924 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003338_person23_bacteria_95.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d0158ebde8fda9eda4e089f34c2dfd01ba4c158d196b142384fba5c27b746c5 +size 1223 diff --git a/MendeleyCXR/labels/Darwin_00003339_person23_bacteria_96.png b/MendeleyCXR/labels/Darwin_00003339_person23_bacteria_96.png new file mode 100644 index 0000000000000000000000000000000000000000..2a209397a4a3471f75eeb6f7882b6cec41c9b47a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003339_person23_bacteria_96.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8aa84cabe2b67d793da20d623c05af706451d2bc00710eda9f5b9cf07fb897c +size 1416 diff --git a/MendeleyCXR/labels/Darwin_00003340_person23_bacteria_97.png b/MendeleyCXR/labels/Darwin_00003340_person23_bacteria_97.png new file mode 100644 index 0000000000000000000000000000000000000000..94f8c34f414128c96903d84fe4f314888e935e20 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003340_person23_bacteria_97.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fa7d992d062d8f5165f7f658f7064b868b88d00f0f8c7f85c17cc68fa86cc3c +size 1390 diff --git a/MendeleyCXR/labels/Darwin_00003341_person23_bacteria_98.png b/MendeleyCXR/labels/Darwin_00003341_person23_bacteria_98.png new file mode 100644 index 0000000000000000000000000000000000000000..c6a882a9f4f452772e67f0cebeae392e8f2dec8b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003341_person23_bacteria_98.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a4e960c7dfda58567249db8d338a53a91b71cf6c127dbdd3deb86fe1c22006b +size 1289 diff --git a/MendeleyCXR/labels/Darwin_00003342_person23_bacteria_99.png b/MendeleyCXR/labels/Darwin_00003342_person23_bacteria_99.png new file mode 100644 index 0000000000000000000000000000000000000000..0dce118c881f3b6b5dd110fcd3d3b1f10ef35458 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003342_person23_bacteria_99.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fed0aada7a94713cb420b4d93254d72fb3c972562c7b4d434d3945f4200d6663 +size 1274 diff --git a/MendeleyCXR/labels/Darwin_00003343_person23_bacteria_100.png b/MendeleyCXR/labels/Darwin_00003343_person23_bacteria_100.png new file mode 100644 index 0000000000000000000000000000000000000000..146b8c9756db1e1a56727cf7a6fe5d67d27e49ab --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003343_person23_bacteria_100.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45514f53dcc8ca95fea9440871a8e01e29ec13d7011967343a0593afcc62e90a +size 1407 diff --git a/MendeleyCXR/labels/Darwin_00003344_person23_bacteria_101.png b/MendeleyCXR/labels/Darwin_00003344_person23_bacteria_101.png new file mode 100644 index 0000000000000000000000000000000000000000..0c8790904f7c9e8fdffd618881a0e74183f44fef --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003344_person23_bacteria_101.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b0cdea09c63fb4c4064ba4b5693e4ed59ce519e9d5f3dd5e91d63a5a3cf1d19 +size 1192 diff --git a/MendeleyCXR/labels/Darwin_00003345_person23_bacteria_102.png b/MendeleyCXR/labels/Darwin_00003345_person23_bacteria_102.png new file mode 100644 index 0000000000000000000000000000000000000000..b5e02d9061056115a481740cf9f0f0cd1780bb2a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003345_person23_bacteria_102.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e07498eec75cac3b68a75909036900eaf8159245abce077b6074c5fe38c3cf9 +size 1336 diff --git a/MendeleyCXR/labels/Darwin_00003346_person23_bacteria_103.png b/MendeleyCXR/labels/Darwin_00003346_person23_bacteria_103.png new file mode 100644 index 0000000000000000000000000000000000000000..43928db75f097f2d7aac57213dafcd81c9a8f81a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003346_person23_bacteria_103.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f735f1d125f19a1c2969ab4d4ba3cfd6be7958d1c15df47ccbbae4c5c1282bf5 +size 1345 diff --git a/MendeleyCXR/labels/Darwin_00003347_person23_bacteria_104.png b/MendeleyCXR/labels/Darwin_00003347_person23_bacteria_104.png new file mode 100644 index 0000000000000000000000000000000000000000..9945303061281d217ae3981f48fcf2e10e33190c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003347_person23_bacteria_104.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9da7c6d7eb3a5504925bc93ddf78ce8315dad30a146d568bf452e41695147b5 +size 1194 diff --git a/MendeleyCXR/labels/Darwin_00003348_person23_bacteria_105.png b/MendeleyCXR/labels/Darwin_00003348_person23_bacteria_105.png new file mode 100644 index 0000000000000000000000000000000000000000..519c17d4272129e6fdbca275cb325ac9fdca009e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003348_person23_bacteria_105.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5950530a4a51025c55a3b981d2814c37c02326a943268feab1b4af089cabebb +size 1255 diff --git a/MendeleyCXR/labels/Darwin_00003349_person23_bacteria_106.png b/MendeleyCXR/labels/Darwin_00003349_person23_bacteria_106.png new file mode 100644 index 0000000000000000000000000000000000000000..0fbf05700bc3360ecb37f59713ae1390c2c27180 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003349_person23_bacteria_106.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09041f0e2a2997310f9c799ec54dd429a502559549839644c3d8532456bf138f +size 1348 diff --git a/MendeleyCXR/labels/Darwin_00003350_person23_bacteria_107.png b/MendeleyCXR/labels/Darwin_00003350_person23_bacteria_107.png new file mode 100644 index 0000000000000000000000000000000000000000..7fea6c06316e5fe493eb93fc8cfcdd26ca5f8a36 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003350_person23_bacteria_107.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1862caf54d03acaef6f459f36028b09187d836cb070a12cdfb19ca5bc4711d3 +size 1178 diff --git a/MendeleyCXR/labels/Darwin_00003351_person24_bacteria_108.png b/MendeleyCXR/labels/Darwin_00003351_person24_bacteria_108.png new file mode 100644 index 0000000000000000000000000000000000000000..6e3eaddedbae0a0881d8fc2b8046b54668d651bb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003351_person24_bacteria_108.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d873b1a1ced8f0f7e820ff45ec7ba69ea0e8bdd9c34364ba9ddc33b89817c65f +size 1332 diff --git a/MendeleyCXR/labels/Darwin_00003352_person24_bacteria_109.png b/MendeleyCXR/labels/Darwin_00003352_person24_bacteria_109.png new file mode 100644 index 0000000000000000000000000000000000000000..65748624f31d50e051d1b03b4f067d490ae1a748 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003352_person24_bacteria_109.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2759f2fc82b9e21f5d695ee0d4d859bc0e0ecfc10bcefdd80aff33ce67df353c +size 1248 diff --git a/MendeleyCXR/labels/Darwin_00003353_person24_bacteria_110.png b/MendeleyCXR/labels/Darwin_00003353_person24_bacteria_110.png new file mode 100644 index 0000000000000000000000000000000000000000..b61d96ceb14f4cd6f859c4deebc4044a19e4106d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003353_person24_bacteria_110.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f755799a4eab3e89c26d7373ddbe155879d67a2822fe189e33b4dc3121c8fb3c +size 1417 diff --git a/MendeleyCXR/labels/Darwin_00003354_person24_bacteria_111.png b/MendeleyCXR/labels/Darwin_00003354_person24_bacteria_111.png new file mode 100644 index 0000000000000000000000000000000000000000..09c4527526c9d61899d7d76fcaa943c20d4c7e62 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003354_person24_bacteria_111.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d57285c2431fcfb75dd316ffc876684b91f65957ad4d5b523a8e8b876d5f476d +size 1343 diff --git a/MendeleyCXR/labels/Darwin_00003355_person24_bacteria_112.png b/MendeleyCXR/labels/Darwin_00003355_person24_bacteria_112.png new file mode 100644 index 0000000000000000000000000000000000000000..c54904308edb935401342421013981d1843454b9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003355_person24_bacteria_112.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fcd74c05beeaecb5c55d041f0d965b38e13be3256e3bfff142d6ef9f14ba231 +size 1363 diff --git a/MendeleyCXR/labels/Darwin_00003356_person25_bacteria_113.png b/MendeleyCXR/labels/Darwin_00003356_person25_bacteria_113.png new file mode 100644 index 0000000000000000000000000000000000000000..623927d8ab341b7889fac825592fcd635e787e9a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003356_person25_bacteria_113.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2045a853f1e7016cba542b91207da478e0a6869e108b92a220290989f853969b +size 1408 diff --git a/MendeleyCXR/labels/Darwin_00003357_person25_bacteria_114.png b/MendeleyCXR/labels/Darwin_00003357_person25_bacteria_114.png new file mode 100644 index 0000000000000000000000000000000000000000..15443a5407d581c1b416c94a8b105de679b55390 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003357_person25_bacteria_114.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4e3e63da013f786479ad8143bb47393137e10ede1df0a6b0b9a58a82e9984ce +size 1371 diff --git a/MendeleyCXR/labels/Darwin_00003358_person25_bacteria_115.png b/MendeleyCXR/labels/Darwin_00003358_person25_bacteria_115.png new file mode 100644 index 0000000000000000000000000000000000000000..fa35b501ca90a68fa8720dbfc7d5b192fc662a01 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003358_person25_bacteria_115.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b006d53af76984df671f0637e736d348eaeb248222ba86d8ea5039f80e3cb938 +size 1235 diff --git a/MendeleyCXR/labels/Darwin_00003359_person25_bacteria_116.png b/MendeleyCXR/labels/Darwin_00003359_person25_bacteria_116.png new file mode 100644 index 0000000000000000000000000000000000000000..36d56baf0f37f8308a627ddd4b63f2bce9279050 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003359_person25_bacteria_116.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cead98fe436db20eb1e8384cecc7f3439430970a205b3c859f5cfe77d4ec5145 +size 1187 diff --git a/MendeleyCXR/labels/Darwin_00003360_person25_bacteria_117.png b/MendeleyCXR/labels/Darwin_00003360_person25_bacteria_117.png new file mode 100644 index 0000000000000000000000000000000000000000..14e94aeadcb53d0aedae101546e78e9eee3f4c3f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003360_person25_bacteria_117.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bcb1393e4a4d0b39a8f1c69a2e51075ea236db9e1d6eb3613947073fe031a0c +size 1229 diff --git a/MendeleyCXR/labels/Darwin_00003361_person25_bacteria_118.png b/MendeleyCXR/labels/Darwin_00003361_person25_bacteria_118.png new file mode 100644 index 0000000000000000000000000000000000000000..32273f193e6de37e8991cf263a2894362b969c09 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003361_person25_bacteria_118.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9206c26610fdda737dcdfaf0cfa4db92d6a2fece7ce75f51cca5401589c11b3 +size 1188 diff --git a/MendeleyCXR/labels/Darwin_00003362_person25_bacteria_119.png b/MendeleyCXR/labels/Darwin_00003362_person25_bacteria_119.png new file mode 100644 index 0000000000000000000000000000000000000000..0fdea65550fa8d48db11e99f4c0c04cbec00eb72 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003362_person25_bacteria_119.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3660fb35957ac521cb931245b6ae35f2ed13f6514c2c65a9e382211596b8752b +size 1486 diff --git a/MendeleyCXR/labels/Darwin_00003363_person25_bacteria_120.png b/MendeleyCXR/labels/Darwin_00003363_person25_bacteria_120.png new file mode 100644 index 0000000000000000000000000000000000000000..d7fb206d03fe84a5746fcf204e95095d748d96ac --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003363_person25_bacteria_120.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62c21916f756fee961c482c28a10505928cad197cd1c7677ea434831a6a98fbb +size 1334 diff --git a/MendeleyCXR/labels/Darwin_00003364_person25_bacteria_121.png b/MendeleyCXR/labels/Darwin_00003364_person25_bacteria_121.png new file mode 100644 index 0000000000000000000000000000000000000000..700a143eb8f8beef5e45248954011554c1de6cbb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003364_person25_bacteria_121.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2788b3ff9155e2b9cec8bb28679ec5c2fb0218b4de1382e47f1ac260bc945976 +size 1384 diff --git a/MendeleyCXR/labels/Darwin_00003365_person26_bacteria_122.png b/MendeleyCXR/labels/Darwin_00003365_person26_bacteria_122.png new file mode 100644 index 0000000000000000000000000000000000000000..308392980d99c33c05aa863f4f4c0202e60ffbd3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003365_person26_bacteria_122.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:219982771929e8e2057581714c7864d70266eda1d315b48ca348fc762e06c8e4 +size 1181 diff --git a/MendeleyCXR/labels/Darwin_00003366_person26_bacteria_123.png b/MendeleyCXR/labels/Darwin_00003366_person26_bacteria_123.png new file mode 100644 index 0000000000000000000000000000000000000000..7b9231b7cc03ffa0685b9f8b52f147236acee426 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003366_person26_bacteria_123.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4707db66bf97e431e513e8a71f60beba4277c2a8c2b78adbf8dc81c3295813de +size 1228 diff --git a/MendeleyCXR/labels/Darwin_00003367_person26_bacteria_124.png b/MendeleyCXR/labels/Darwin_00003367_person26_bacteria_124.png new file mode 100644 index 0000000000000000000000000000000000000000..e08cd40e2b8e67fa009c11736eec9606a53885ab --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003367_person26_bacteria_124.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aab35319452284b709c46f0792aeed148e51765465f0c6e1046ed65e0e129a80 +size 1185 diff --git a/MendeleyCXR/labels/Darwin_00003368_person26_bacteria_126.png b/MendeleyCXR/labels/Darwin_00003368_person26_bacteria_126.png new file mode 100644 index 0000000000000000000000000000000000000000..911b27343932c20db2eb1989274c8b4376adfa75 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003368_person26_bacteria_126.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66e93019982adb7dab596f6606d8e3cb6042dc3ebf499ab96eab3c9bc3592955 +size 1191 diff --git a/MendeleyCXR/labels/Darwin_00003369_person26_bacteria_127.png b/MendeleyCXR/labels/Darwin_00003369_person26_bacteria_127.png new file mode 100644 index 0000000000000000000000000000000000000000..b9844975ea663277eba2069b82e48a656f0c0a08 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003369_person26_bacteria_127.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eee94fde3cfb37170d31479454710fba270f6a3c87f3ffa30adb6b4b27bad82 +size 1248 diff --git a/MendeleyCXR/labels/Darwin_00003370_person26_bacteria_128.png b/MendeleyCXR/labels/Darwin_00003370_person26_bacteria_128.png new file mode 100644 index 0000000000000000000000000000000000000000..87fda1db6df5cc31779b11c93cd6128f2c1136e3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003370_person26_bacteria_128.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af5215d40ab8b96f92f468bef65c7f3e92092be5572af442d4c924fddb5fe7d1 +size 1185 diff --git a/MendeleyCXR/labels/Darwin_00003371_person26_bacteria_129.png b/MendeleyCXR/labels/Darwin_00003371_person26_bacteria_129.png new file mode 100644 index 0000000000000000000000000000000000000000..4bf3158bf9bd0ccd4830943c2d963de58d76544b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003371_person26_bacteria_129.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81c9a8429247fbad7f4f2d5be5ae90422b5000f7d00b08043d130a9dcfa21d77 +size 1196 diff --git a/MendeleyCXR/labels/Darwin_00003372_person26_bacteria_130.png b/MendeleyCXR/labels/Darwin_00003372_person26_bacteria_130.png new file mode 100644 index 0000000000000000000000000000000000000000..bce4f8c7c1c2378115ad98b146d4656ac51c9fc7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003372_person26_bacteria_130.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed4447bb2d8006e3226df3e0f69d5c90d7449de4e2c7970794e315656015dd33 +size 1279 diff --git a/MendeleyCXR/labels/Darwin_00003373_person26_bacteria_131.png b/MendeleyCXR/labels/Darwin_00003373_person26_bacteria_131.png new file mode 100644 index 0000000000000000000000000000000000000000..3767f8efeaf2376d19bbc90e1e5c31055c5ab86e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003373_person26_bacteria_131.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a7025de684f5be4265661038d383f603bfd143985b95d23be47e0046e43ee9a +size 1184 diff --git a/MendeleyCXR/labels/Darwin_00003374_person26_bacteria_132.png b/MendeleyCXR/labels/Darwin_00003374_person26_bacteria_132.png new file mode 100644 index 0000000000000000000000000000000000000000..90d3a533f500cba592722afcf6f3ec264160fcf0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003374_person26_bacteria_132.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c34c3e41ab1817905ac7b6278bb83234e4a3d8be3dc574b92ec0104ba57bf04 +size 1157 diff --git a/MendeleyCXR/labels/Darwin_00003375_person26_bacteria_133.png b/MendeleyCXR/labels/Darwin_00003375_person26_bacteria_133.png new file mode 100644 index 0000000000000000000000000000000000000000..dc59b8e0cb3c2f3a94c9ac5ffce9bc806a7e8fd7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003375_person26_bacteria_133.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdbc2e032b28d1906d9b76ead4481294af6f838cdd21c19bed5c9f50f5a3e4c2 +size 1375 diff --git a/MendeleyCXR/labels/Darwin_00003376_person253_bacteria_1152.png b/MendeleyCXR/labels/Darwin_00003376_person253_bacteria_1152.png new file mode 100644 index 0000000000000000000000000000000000000000..45d3c1b4128d94827c0a4204e51d3b319059c743 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003376_person253_bacteria_1152.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a57ccd55f1cb4ecfbd500cf352bff64909a28f3fa55603250653439240c9662 +size 1354 diff --git a/MendeleyCXR/labels/Darwin_00003377_person253_bacteria_1153.png b/MendeleyCXR/labels/Darwin_00003377_person253_bacteria_1153.png new file mode 100644 index 0000000000000000000000000000000000000000..13ab155ef87c171b6097037651c01715bcbe67a1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003377_person253_bacteria_1153.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:489a6d6423a8c21302833babd809a6a5017e0b1580c81146adc25654c8ddc2cf +size 1318 diff --git a/MendeleyCXR/labels/Darwin_00003378_person253_bacteria_1154.png b/MendeleyCXR/labels/Darwin_00003378_person253_bacteria_1154.png new file mode 100644 index 0000000000000000000000000000000000000000..ae62af85d98ee1f25047676f8394dafd92113240 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003378_person253_bacteria_1154.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e757a3ef995b7eed471157e6c1614ef9ccf76b82d9747c3fdd2ff9b4e4a3443 +size 1379 diff --git a/MendeleyCXR/labels/Darwin_00003379_person253_bacteria_1155.png b/MendeleyCXR/labels/Darwin_00003379_person253_bacteria_1155.png new file mode 100644 index 0000000000000000000000000000000000000000..c786cc26d0997557c45fe0b6c3cb719c0a41955e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003379_person253_bacteria_1155.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c6e655541828283072556723d6b9ce1e396b377acd58e5cc16acb78dcbde545 +size 1289 diff --git a/MendeleyCXR/labels/Darwin_00003380_person253_bacteria_1156.png b/MendeleyCXR/labels/Darwin_00003380_person253_bacteria_1156.png new file mode 100644 index 0000000000000000000000000000000000000000..00fa45d2f2e6f1158fda15ef9b23669ac24d77e9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003380_person253_bacteria_1156.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4b371954d8b39b972b235001697bbce962bbaa080392830eaf2f90de37b4e83 +size 1424 diff --git a/MendeleyCXR/labels/Darwin_00003381_person253_bacteria_1157.png b/MendeleyCXR/labels/Darwin_00003381_person253_bacteria_1157.png new file mode 100644 index 0000000000000000000000000000000000000000..dd3127cfa9dcc3f5d0352e61b8605cc503d9bb2d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003381_person253_bacteria_1157.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61fac7fa788fbe491b6b0df87edc9e549ef2abadbc83f1723dfd01a7ffd4e04e +size 1341 diff --git a/MendeleyCXR/labels/Darwin_00003382_person255_bacteria_1160.png b/MendeleyCXR/labels/Darwin_00003382_person255_bacteria_1160.png new file mode 100644 index 0000000000000000000000000000000000000000..400136985f7c60a5ac253c204d6c3236a0585e14 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003382_person255_bacteria_1160.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c85e54aeb43a9056bbd0cdb1e405830f6043ca2dda41138fb803b7e62825c39 +size 1271 diff --git a/MendeleyCXR/labels/Darwin_00003383_person255_bacteria_1161.png b/MendeleyCXR/labels/Darwin_00003383_person255_bacteria_1161.png new file mode 100644 index 0000000000000000000000000000000000000000..fbe351bd13f9a2b6363e6d4463a0bbb31dc22590 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003383_person255_bacteria_1161.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f7459f09988e5a5d4ba312c707b8d1c3de74ef013028dd67b3021a54b03aa4e +size 1180 diff --git a/MendeleyCXR/labels/Darwin_00003384_person255_bacteria_1162.png b/MendeleyCXR/labels/Darwin_00003384_person255_bacteria_1162.png new file mode 100644 index 0000000000000000000000000000000000000000..1cebdc8566bfa35d7d110e09825576d0295da225 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003384_person255_bacteria_1162.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc78d1c454c7b225fcff83e3029af22a5365c8f3b9d0c34121dde8cc34d2ca4e +size 1247 diff --git a/MendeleyCXR/labels/Darwin_00003385_person255_bacteria_1165.png b/MendeleyCXR/labels/Darwin_00003385_person255_bacteria_1165.png new file mode 100644 index 0000000000000000000000000000000000000000..ad1d7f5d08f8095c1ba5c0d97f6aee0aee732da3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003385_person255_bacteria_1165.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd7985ea9f2615d38cde11a47569d377c2446fb45ab87b2109ee467345e15cad +size 1187 diff --git a/MendeleyCXR/labels/Darwin_00003386_person255_bacteria_1175.png b/MendeleyCXR/labels/Darwin_00003386_person255_bacteria_1175.png new file mode 100644 index 0000000000000000000000000000000000000000..41d8fad101329da698b131390f99898aeeb11ae8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003386_person255_bacteria_1175.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afa467e8bea5a7e303f52304a5dcdbf19f49d90ecb52e1c06de19ed57e9b8dbb +size 1258 diff --git a/MendeleyCXR/labels/Darwin_00003387_person255_bacteria_1182.png b/MendeleyCXR/labels/Darwin_00003387_person255_bacteria_1182.png new file mode 100644 index 0000000000000000000000000000000000000000..ac2bb631df9e4f15b30c268e192e0cae94ba4e87 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003387_person255_bacteria_1182.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:803655cac54e1f6104261973da064d1140a556109e4451915f4f1c5e1d41f961 +size 1297 diff --git a/MendeleyCXR/labels/Darwin_00003388_person255_bacteria_1188.png b/MendeleyCXR/labels/Darwin_00003388_person255_bacteria_1188.png new file mode 100644 index 0000000000000000000000000000000000000000..bdd87597d7ca8ae169e040cc16f60fe9b08ae8ca --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003388_person255_bacteria_1188.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:246c59b59bd1dc9b2169ffe3837555fbd86226a0f5752367ab3a4ff5a63c0b4e +size 1172 diff --git a/MendeleyCXR/labels/Darwin_00003389_person256_bacteria_1189.png b/MendeleyCXR/labels/Darwin_00003389_person256_bacteria_1189.png new file mode 100644 index 0000000000000000000000000000000000000000..bb3451832e6429a5588667950bb33f6de831f600 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003389_person256_bacteria_1189.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a74e7d7974bf2394d1375dddb5d51638af9cc5eea5b38338efcf44f78bfd11c +size 1277 diff --git a/MendeleyCXR/labels/Darwin_00003390_person257_bacteria_1191.png b/MendeleyCXR/labels/Darwin_00003390_person257_bacteria_1191.png new file mode 100644 index 0000000000000000000000000000000000000000..041a3e08319c060004132026d4e5a03d05f1a75e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003390_person257_bacteria_1191.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f30a8a2e019c969fc8f282a7028cc127f7291007d2d89951f5fdbb7cb48d93ae +size 1309 diff --git a/MendeleyCXR/labels/Darwin_00003391_person257_bacteria_1193.png b/MendeleyCXR/labels/Darwin_00003391_person257_bacteria_1193.png new file mode 100644 index 0000000000000000000000000000000000000000..244f2431c1a74a13511e57885ed99e9e99915a09 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003391_person257_bacteria_1193.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eadb7a774d5bc233fd1f1445f4714ca5b8b2e725dd3b7dce99dd251ec4ea507 +size 1315 diff --git a/MendeleyCXR/labels/Darwin_00003392_person257_bacteria_1194.png b/MendeleyCXR/labels/Darwin_00003392_person257_bacteria_1194.png new file mode 100644 index 0000000000000000000000000000000000000000..1389fc2497e13b9d3d61506ec39be99459374d63 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003392_person257_bacteria_1194.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f86475a6a0ddf770c341f9adb6ee22ef4de8ef24cfd0cd16edefd6c7a9f971ee +size 1221 diff --git a/MendeleyCXR/labels/Darwin_00003393_person257_bacteria_1195.png b/MendeleyCXR/labels/Darwin_00003393_person257_bacteria_1195.png new file mode 100644 index 0000000000000000000000000000000000000000..bdff752b041371863c0d4ad6f6eaf22c38f81f8b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003393_person257_bacteria_1195.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47d75a990733f06eaff6add5d59529ee39c04c0f076ae38907d797706f8beaa2 +size 1214 diff --git a/MendeleyCXR/labels/Darwin_00003394_person257_bacteria_1196.png b/MendeleyCXR/labels/Darwin_00003394_person257_bacteria_1196.png new file mode 100644 index 0000000000000000000000000000000000000000..8b02f3fef62a6a2df86a97570894775ae66bd0c2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003394_person257_bacteria_1196.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cb1d3ee6974171c0203d5f9454d56293587e03421d293bbb99a843ec1b571d5 +size 1200 diff --git a/MendeleyCXR/labels/Darwin_00003395_person257_bacteria_1197.png b/MendeleyCXR/labels/Darwin_00003395_person257_bacteria_1197.png new file mode 100644 index 0000000000000000000000000000000000000000..473c9e32bc4900aa5bce2713996c108c6be4f006 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003395_person257_bacteria_1197.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4c4462bd79eba8dd260c8152d25d70d5bdf628a62113e02b260e63f9dcefffc +size 1232 diff --git a/MendeleyCXR/labels/Darwin_00003396_person257_bacteria_1199.png b/MendeleyCXR/labels/Darwin_00003396_person257_bacteria_1199.png new file mode 100644 index 0000000000000000000000000000000000000000..da58813a49281d092ea85311d8f01b1e8a946336 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003396_person257_bacteria_1199.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf80736bfe54525c6f8808da0317efaacc41e4232edd9bfa621ce488b6c1670c +size 1185 diff --git a/MendeleyCXR/labels/Darwin_00003397_person257_bacteria_1200.png b/MendeleyCXR/labels/Darwin_00003397_person257_bacteria_1200.png new file mode 100644 index 0000000000000000000000000000000000000000..24322ccc741980c81ad647c5e1baade8a9189d41 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003397_person257_bacteria_1200.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25aae289b859b4d2de3264f3ba79e3d7341cf73e93a26813676bcc92025b1384 +size 1310 diff --git a/MendeleyCXR/labels/Darwin_00003398_person258_bacteria_1205.png b/MendeleyCXR/labels/Darwin_00003398_person258_bacteria_1205.png new file mode 100644 index 0000000000000000000000000000000000000000..9c81bd2bb54cceaeec67c1ed071c49839a624833 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003398_person258_bacteria_1205.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89a2297fb04d9fa2e1ef7afa832196c527060b1513c020f037c225e5a9fe69d4 +size 1263 diff --git a/MendeleyCXR/labels/Darwin_00003399_person258_bacteria_1206.png b/MendeleyCXR/labels/Darwin_00003399_person258_bacteria_1206.png new file mode 100644 index 0000000000000000000000000000000000000000..9d85b7f30836291a2d8ce89c5d5ebb45ebb09edd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003399_person258_bacteria_1206.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b4624df426dce8aa7992ffcdcce39de52921f2850ec767e8904a0a657150b29 +size 1255 diff --git a/MendeleyCXR/labels/Darwin_00003400_person258_bacteria_1207.png b/MendeleyCXR/labels/Darwin_00003400_person258_bacteria_1207.png new file mode 100644 index 0000000000000000000000000000000000000000..1fa5042a333ea0865b55be84da120540f16cc770 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003400_person258_bacteria_1207.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89e6bf3c7c6e84795d51abcb04b63aba4b41aba745c5f1c591c9a825c9f45f76 +size 1358 diff --git a/MendeleyCXR/labels/Darwin_00003403_person258_bacteria_1210.png b/MendeleyCXR/labels/Darwin_00003403_person258_bacteria_1210.png new file mode 100644 index 0000000000000000000000000000000000000000..db7de97cc63814ff051010551dd084b3eda54927 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003403_person258_bacteria_1210.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2598d2d538435eb79b769533c6281312dbb4d515d3cce55a654cec76481da819 +size 1347 diff --git a/MendeleyCXR/labels/Darwin_00003404_person258_bacteria_1212.png b/MendeleyCXR/labels/Darwin_00003404_person258_bacteria_1212.png new file mode 100644 index 0000000000000000000000000000000000000000..02ac2e89f1c7a84948f51854244a531acf674588 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003404_person258_bacteria_1212.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:223d364b331fd113d9f6acb3084c5c036a39089f96fae0b79154c31435ff6449 +size 1230 diff --git a/MendeleyCXR/labels/Darwin_00003405_person258_bacteria_1214.png b/MendeleyCXR/labels/Darwin_00003405_person258_bacteria_1214.png new file mode 100644 index 0000000000000000000000000000000000000000..4d51d73db901c3616a60d8c3b189dc95fbadf36f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003405_person258_bacteria_1214.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b02ea233388922573dcc934bae86162a79a2e8b5a897d9812e12a817d6cd447e +size 1414 diff --git a/MendeleyCXR/labels/Darwin_00003406_person258_bacteria_1215.png b/MendeleyCXR/labels/Darwin_00003406_person258_bacteria_1215.png new file mode 100644 index 0000000000000000000000000000000000000000..ff63451f3e495eba27224dcba9303d587b0a58e5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003406_person258_bacteria_1215.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7812f488c3eddceec1be28204d757fef63be2b819881bc0c1ac150a5fdaf732 +size 1326 diff --git a/MendeleyCXR/labels/Darwin_00003407_person258_bacteria_1216.png b/MendeleyCXR/labels/Darwin_00003407_person258_bacteria_1216.png new file mode 100644 index 0000000000000000000000000000000000000000..70700c5ca563b775d88040765a7b030966c2f405 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003407_person258_bacteria_1216.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c173f2bb10041409d01bff76ee2924694e13cf3ab2cf978273c056a783abf9b +size 1388 diff --git a/MendeleyCXR/labels/Darwin_00003409_person259_bacteria_1219.png b/MendeleyCXR/labels/Darwin_00003409_person259_bacteria_1219.png new file mode 100644 index 0000000000000000000000000000000000000000..a4de5b0153b8de83ed50e744c3017d1ba0536d3e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003409_person259_bacteria_1219.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba37d996e54e383cd4a988aa3acb86032b3ed72486864bb69affb8b05cc70a73 +size 1227 diff --git a/MendeleyCXR/labels/Darwin_00003411_person260_bacteria_1222.png b/MendeleyCXR/labels/Darwin_00003411_person260_bacteria_1222.png new file mode 100644 index 0000000000000000000000000000000000000000..1d2ff2f5a424aac9fe54f743814f11e443b9b51c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003411_person260_bacteria_1222.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6ddfc5bbc1e5f1ef082a3978a3f90839502911b31980f5565fe12d7ed0038d0 +size 1221 diff --git a/MendeleyCXR/labels/Darwin_00003412_person260_bacteria_1223.png b/MendeleyCXR/labels/Darwin_00003412_person260_bacteria_1223.png new file mode 100644 index 0000000000000000000000000000000000000000..8fec2b2eba4fdb6116c60cb566a030aa88f63d89 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003412_person260_bacteria_1223.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb1688203b76181c4c4a3434ef316b60abc9664a367153137e9672f5a0f4f7de +size 1188 diff --git a/MendeleyCXR/labels/Darwin_00003413_person260_bacteria_1224.png b/MendeleyCXR/labels/Darwin_00003413_person260_bacteria_1224.png new file mode 100644 index 0000000000000000000000000000000000000000..71daf8c3c0c03f894cd15ab4328ba740c51c8e13 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003413_person260_bacteria_1224.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e087d347e60d7d1dddf2e047c1c021de752299dcbd2f8cd60a4b49c04340296e +size 1304 diff --git a/MendeleyCXR/labels/Darwin_00003414_person261_bacteria_1225.png b/MendeleyCXR/labels/Darwin_00003414_person261_bacteria_1225.png new file mode 100644 index 0000000000000000000000000000000000000000..9ac75442771220016f70cd6bdd820c9cb8197d9c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003414_person261_bacteria_1225.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:804442a7952630a6b598a610bdbeba0a219b80e32498675a3c22e199f7bf4f17 +size 1320 diff --git a/MendeleyCXR/labels/Darwin_00003415_person262_bacteria_1226.png b/MendeleyCXR/labels/Darwin_00003415_person262_bacteria_1226.png new file mode 100644 index 0000000000000000000000000000000000000000..b11bbb9ed681d8a8335f28db1f3de887bc71ce92 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003415_person262_bacteria_1226.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecb5b800a6a04db417e2da1477824c0d2637b8edc47243d7dba1fed0028a62a9 +size 1331 diff --git a/MendeleyCXR/labels/Darwin_00003416_person263_bacteria_1227.png b/MendeleyCXR/labels/Darwin_00003416_person263_bacteria_1227.png new file mode 100644 index 0000000000000000000000000000000000000000..e4c60581bd9c1982a468c7be001dde6775f8964c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003416_person263_bacteria_1227.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e1253ca3970eb170a0b51be60ad46f5a23f6673585c46bed5271b4711b87b7f +size 1246 diff --git a/MendeleyCXR/labels/Darwin_00003417_person264_bacteria_1228.png b/MendeleyCXR/labels/Darwin_00003417_person264_bacteria_1228.png new file mode 100644 index 0000000000000000000000000000000000000000..dc45570907a10f29aca504a2ef3bf54a237ef032 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003417_person264_bacteria_1228.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ca3694445286f308e4d09da736836a0c3c719f8c5528e1129a3506c3b95b90f +size 1292 diff --git a/MendeleyCXR/labels/Darwin_00003418_person264_bacteria_1229.png b/MendeleyCXR/labels/Darwin_00003418_person264_bacteria_1229.png new file mode 100644 index 0000000000000000000000000000000000000000..1d2d2159957e89e7f0194492b2c7677359f2d31e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003418_person264_bacteria_1229.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d833fcd339f92f2dd258d08847318f2c15e6d215b7e448347c8b054846a6e3f +size 1301 diff --git a/MendeleyCXR/labels/Darwin_00003419_person264_bacteria_1230.png b/MendeleyCXR/labels/Darwin_00003419_person264_bacteria_1230.png new file mode 100644 index 0000000000000000000000000000000000000000..944d7150cfda3543ccfaf9e8e5f51cc5e680de33 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003419_person264_bacteria_1230.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f3b2cfb349a38a4e8eed603672ecc234e15c57ff911fe450f14295059aa63be +size 1301 diff --git a/MendeleyCXR/labels/Darwin_00003421_person264_bacteria_1232.png b/MendeleyCXR/labels/Darwin_00003421_person264_bacteria_1232.png new file mode 100644 index 0000000000000000000000000000000000000000..9a35b27293a9da4e4626af30e85a0081ec4ac3ff --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003421_person264_bacteria_1232.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f70234fde4151e6c512e8b56bd57c319450237d73c09d9b5fdaa6bd6017ae326 +size 1156 diff --git a/MendeleyCXR/labels/Darwin_00003422_person264_bacteria_1233.png b/MendeleyCXR/labels/Darwin_00003422_person264_bacteria_1233.png new file mode 100644 index 0000000000000000000000000000000000000000..a12b2c6f86d1f9b5cfc74787e13a15664fa6f387 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003422_person264_bacteria_1233.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbe927994e80a5cdb718c16f5190bf8db3d57eef6eeb8a42f45aca7f5dd05e4e +size 1171 diff --git a/MendeleyCXR/labels/Darwin_00003423_person264_bacteria_1234.png b/MendeleyCXR/labels/Darwin_00003423_person264_bacteria_1234.png new file mode 100644 index 0000000000000000000000000000000000000000..a5eff9ae0cd3dc905c392094712786165f065728 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003423_person264_bacteria_1234.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:824c452e2be486a35e89df6f7d3874ce4b82195512c6757fcc98926ed483611d +size 1268 diff --git a/MendeleyCXR/labels/Darwin_00003424_person265_bacteria_1235.png b/MendeleyCXR/labels/Darwin_00003424_person265_bacteria_1235.png new file mode 100644 index 0000000000000000000000000000000000000000..3b8590215cc8cbb7e28a98d8d7895dc950b8feaa --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003424_person265_bacteria_1235.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06fe0bc1eb11b3a3d0f3b10b64981715f1b1a8e70110be6f48f24cd991dfef35 +size 1211 diff --git a/MendeleyCXR/labels/Darwin_00003425_person265_bacteria_1236.png b/MendeleyCXR/labels/Darwin_00003425_person265_bacteria_1236.png new file mode 100644 index 0000000000000000000000000000000000000000..006cd92d7baff38aed11861e9dda09f41a263d1f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003425_person265_bacteria_1236.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd1f07dc18d01e15cbb88dea635960dbacdfd47ad8011b0516f989361bc31725 +size 1305 diff --git a/MendeleyCXR/labels/Darwin_00003426_person266_bacteria_1237.png b/MendeleyCXR/labels/Darwin_00003426_person266_bacteria_1237.png new file mode 100644 index 0000000000000000000000000000000000000000..19ea0b18d0773f3318e5e127460497c5f520a229 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003426_person266_bacteria_1237.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7da0d96dffc8fa14075940f024e7431a5b9f539ab46eb05d7d5e7d6aa420ac8 +size 1355 diff --git a/MendeleyCXR/labels/Darwin_00003428_person266_bacteria_1239.png b/MendeleyCXR/labels/Darwin_00003428_person266_bacteria_1239.png new file mode 100644 index 0000000000000000000000000000000000000000..77afe13a1634b036141f9648679cafed7f2574f7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003428_person266_bacteria_1239.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26ec3fe33742608e659c238b8e7c1c419094f0dda066dee7b4abead9619d8d08 +size 1366 diff --git a/MendeleyCXR/labels/Darwin_00003429_person266_bacteria_1240.png b/MendeleyCXR/labels/Darwin_00003429_person266_bacteria_1240.png new file mode 100644 index 0000000000000000000000000000000000000000..834290eb534e6b9d0909595a9ddc2578764bd89e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003429_person266_bacteria_1240.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83aa8738e912b4074c6eaa3676b2c1276f42305ead97e7958bc798803385b96d +size 1269 diff --git a/MendeleyCXR/labels/Darwin_00003430_person266_bacteria_1241.png b/MendeleyCXR/labels/Darwin_00003430_person266_bacteria_1241.png new file mode 100644 index 0000000000000000000000000000000000000000..e598e6c48e9f58b1727d5040a61c0970ea73209a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003430_person266_bacteria_1241.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3e5b6d8095f6665f6e82078402eda40b2aef9afad6423a863e1ec24277e3c1a +size 1254 diff --git a/MendeleyCXR/labels/Darwin_00003431_person266_bacteria_1242.png b/MendeleyCXR/labels/Darwin_00003431_person266_bacteria_1242.png new file mode 100644 index 0000000000000000000000000000000000000000..92b2e3f2c204e0a8fd51822e33454959b93f8681 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003431_person266_bacteria_1242.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86861dc03e80ae17f752e4b93e9ba4b36449f51b8cf29094e200c228eea85230 +size 1213 diff --git a/MendeleyCXR/labels/Darwin_00003432_person266_bacteria_1244.png b/MendeleyCXR/labels/Darwin_00003432_person266_bacteria_1244.png new file mode 100644 index 0000000000000000000000000000000000000000..722ce087f8565d2f62d54d53bf02e2efe570ed23 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003432_person266_bacteria_1244.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fe2c54086c1efebd7a829e47139b6d89895d145886ce4cf2c9b86b5a0e476e5 +size 1343 diff --git a/MendeleyCXR/labels/Darwin_00003433_person266_bacteria_1245.png b/MendeleyCXR/labels/Darwin_00003433_person266_bacteria_1245.png new file mode 100644 index 0000000000000000000000000000000000000000..9394814ece3d8e046855727e1b7f367e11ce2255 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003433_person266_bacteria_1245.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:656ffaec356eb88bcb81451c8623c955280138c1ecf441f737c4a56e5d635497 +size 1231 diff --git a/MendeleyCXR/labels/Darwin_00003434_person266_bacteria_1247.png b/MendeleyCXR/labels/Darwin_00003434_person266_bacteria_1247.png new file mode 100644 index 0000000000000000000000000000000000000000..70cf235e3adc39cbfbf79094fd72459dd5fe955b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003434_person266_bacteria_1247.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d2c6c359affda2469b145107a7e6ef81a59f8aa8bd6a2d3f5a3d2157a9f9f92 +size 1373 diff --git a/MendeleyCXR/labels/Darwin_00003435_person266_bacteria_1248.png b/MendeleyCXR/labels/Darwin_00003435_person266_bacteria_1248.png new file mode 100644 index 0000000000000000000000000000000000000000..f78c272adecf06fe6906ce64dcea8433c33b66da --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003435_person266_bacteria_1248.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be934feb6332f853717ac9c1294825bf4d7c815ee7b0175ca6e24391b4599a3a +size 1358 diff --git a/MendeleyCXR/labels/Darwin_00003436_person266_bacteria_1249.png b/MendeleyCXR/labels/Darwin_00003436_person266_bacteria_1249.png new file mode 100644 index 0000000000000000000000000000000000000000..a200c4d54483c659c28e89c459d5fe197b937c9c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003436_person266_bacteria_1249.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3272fa92dff80f98cc63410874388817aa99ffdb2e84001e015c553c52bceac +size 1288 diff --git a/MendeleyCXR/labels/Darwin_00003437_person267_bacteria_1250.png b/MendeleyCXR/labels/Darwin_00003437_person267_bacteria_1250.png new file mode 100644 index 0000000000000000000000000000000000000000..b4abb4e44b9d0ed7f864bd26969a137a77760b41 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003437_person267_bacteria_1250.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47209b92b860aac2530589e4efe673da0b351334c91d3a3eb8f0b30fe816ef37 +size 1236 diff --git a/MendeleyCXR/labels/Darwin_00003438_person267_bacteria_1251.png b/MendeleyCXR/labels/Darwin_00003438_person267_bacteria_1251.png new file mode 100644 index 0000000000000000000000000000000000000000..9c752f1099d5bd72349abc5d6f3e358118d10388 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003438_person267_bacteria_1251.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39531aea7d29e7ed6f2d21608c4b76f790df21782983d2f408c5facc7d3bf98d +size 1412 diff --git a/MendeleyCXR/labels/Darwin_00003439_person267_bacteria_1252.png b/MendeleyCXR/labels/Darwin_00003439_person267_bacteria_1252.png new file mode 100644 index 0000000000000000000000000000000000000000..258671808cd3629eb6012201f66e9e83c3e6aaef --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003439_person267_bacteria_1252.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2018a5dc540f45f56c3562a3c8b12fb85381c1df0a24b8df3a26ab21b724ed72 +size 1351 diff --git a/MendeleyCXR/labels/Darwin_00003440_person267_bacteria_1253.png b/MendeleyCXR/labels/Darwin_00003440_person267_bacteria_1253.png new file mode 100644 index 0000000000000000000000000000000000000000..5f223133a16ceed6eaca7d01a0374b89b3c0d892 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003440_person267_bacteria_1253.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d9924cc02866212bc89188b66ff83d7826353ef58c50b8c4fcc774bc9f5c925 +size 1351 diff --git a/MendeleyCXR/labels/Darwin_00003441_person274_bacteria_1288.png b/MendeleyCXR/labels/Darwin_00003441_person274_bacteria_1288.png new file mode 100644 index 0000000000000000000000000000000000000000..9f8926f4692602c2794866c0ef2706dae8eb74f4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003441_person274_bacteria_1288.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05b8e7d6289f693cbfc2d2d19a5ad6e97102b1c719533153848ac3c08863caf8 +size 1246 diff --git a/MendeleyCXR/labels/Darwin_00003442_person274_bacteria_1289.png b/MendeleyCXR/labels/Darwin_00003442_person274_bacteria_1289.png new file mode 100644 index 0000000000000000000000000000000000000000..db94ae11ce312b553596acf1e8739e5f17ec395d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003442_person274_bacteria_1289.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3e08a9d3f7af273410b87e33727ade47c18c2cc8c42bf7a9d10db4dbca81867 +size 1173 diff --git a/MendeleyCXR/labels/Darwin_00003443_person274_bacteria_1290.png b/MendeleyCXR/labels/Darwin_00003443_person274_bacteria_1290.png new file mode 100644 index 0000000000000000000000000000000000000000..b330483d2d40495ce62d24b00c3457f45acf5727 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003443_person274_bacteria_1290.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e073a8a8268c5828bda254420f62dde3ba48ea580164874afd288d768d96ac0d +size 1285 diff --git a/MendeleyCXR/labels/Darwin_00003444_person275_bacteria_1291.png b/MendeleyCXR/labels/Darwin_00003444_person275_bacteria_1291.png new file mode 100644 index 0000000000000000000000000000000000000000..8ff56c1464b59ff145d016c3c7648ab985d492d3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003444_person275_bacteria_1291.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c244aba94337dcfce3defa1b6d4a5e36326fa7713a4fc119d8bb2a49ed8acd75 +size 1290 diff --git a/MendeleyCXR/labels/Darwin_00003445_person275_bacteria_1293.png b/MendeleyCXR/labels/Darwin_00003445_person275_bacteria_1293.png new file mode 100644 index 0000000000000000000000000000000000000000..0fd5c08f8903b17a095f89d46580c680f7f84bde --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003445_person275_bacteria_1293.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:315a289bf772f85ce7944995ba08767b728aee56405fc046c55657cc97efa752 +size 1213 diff --git a/MendeleyCXR/labels/Darwin_00003446_person275_bacteria_1294.png b/MendeleyCXR/labels/Darwin_00003446_person275_bacteria_1294.png new file mode 100644 index 0000000000000000000000000000000000000000..17c8a266071020777fc8a761c84f6f27c9d752e5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003446_person275_bacteria_1294.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e95ca94e072ee696c5248d4d060affb6b3fe2b27704eb73292d67c2ae94ef392 +size 1215 diff --git a/MendeleyCXR/labels/Darwin_00003447_person1814_bacteria_4669.png b/MendeleyCXR/labels/Darwin_00003447_person1814_bacteria_4669.png new file mode 100644 index 0000000000000000000000000000000000000000..5451cf396014c002c2b8c96a2c867daa7ec468d9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003447_person1814_bacteria_4669.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87a5e822e4de31c30938117a0afe7e23fbee092051825e9cf3203c7c24b4d9d6 +size 1185 diff --git a/MendeleyCXR/labels/Darwin_00003448_person1816_bacteria_4673.png b/MendeleyCXR/labels/Darwin_00003448_person1816_bacteria_4673.png new file mode 100644 index 0000000000000000000000000000000000000000..4b6c07a028007c816d3a1f73fd52d28405d7fd26 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003448_person1816_bacteria_4673.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b80fcf822d6cdbc71c9c6a3f70fc035dbb22310c7dfb6721aa3e15e0f43bcc11 +size 1123 diff --git a/MendeleyCXR/labels/Darwin_00003449_person1816_bacteria_4674.png b/MendeleyCXR/labels/Darwin_00003449_person1816_bacteria_4674.png new file mode 100644 index 0000000000000000000000000000000000000000..3909cf73fe3a67506c0ba481ffcecb27330c17cc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003449_person1816_bacteria_4674.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90f434981f3ac2f988d51ec1844e4a0884d085021cef935b4e53980e92e0d6c2 +size 1198 diff --git a/MendeleyCXR/labels/Darwin_00003450_person1817_bacteria_4675.png b/MendeleyCXR/labels/Darwin_00003450_person1817_bacteria_4675.png new file mode 100644 index 0000000000000000000000000000000000000000..de933c30c60aa584e1d36a1436f9c3f23e9baa0c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003450_person1817_bacteria_4675.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a15f76b4063122e907220e03030fca523a792fe8899b4ae39c286beca9e30b3 +size 1286 diff --git a/MendeleyCXR/labels/Darwin_00003451_person1818_bacteria_4676.png b/MendeleyCXR/labels/Darwin_00003451_person1818_bacteria_4676.png new file mode 100644 index 0000000000000000000000000000000000000000..ef7d61e4b8b3f6471b25384e53fd0ce05b01f56d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003451_person1818_bacteria_4676.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cf7dd780bc7a479cdb8a1579beb78ce4e2cdc699aeba9a6759d04e7e2055cdd +size 1125 diff --git a/MendeleyCXR/labels/Darwin_00003452_person1819_bacteria_4677.png b/MendeleyCXR/labels/Darwin_00003452_person1819_bacteria_4677.png new file mode 100644 index 0000000000000000000000000000000000000000..e7874b191a6bf6c454253f2b5017dd02ef2f4e8f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003452_person1819_bacteria_4677.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61955f3a1ffa3dc456709a841c938f6e16596fc73862070b1ddd3709c80387c6 +size 1212 diff --git a/MendeleyCXR/labels/Darwin_00003453_person1823_bacteria_4682.png b/MendeleyCXR/labels/Darwin_00003453_person1823_bacteria_4682.png new file mode 100644 index 0000000000000000000000000000000000000000..ffc4f348d9774d672528aeaa411ea4a35b8999a8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003453_person1823_bacteria_4682.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:209126773596bf4997a3fcc472d16233e215d299d112d1a0d65b86250fb4696c +size 1201 diff --git a/MendeleyCXR/labels/Darwin_00003454_person1830_bacteria_4693.png b/MendeleyCXR/labels/Darwin_00003454_person1830_bacteria_4693.png new file mode 100644 index 0000000000000000000000000000000000000000..58154ced75181bf960f63f791757287f21269efe --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003454_person1830_bacteria_4693.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f39e6816b8bdf886982023cf6d09d56a41fb6f6c3395867d676ebfb94fcdf9a +size 1179 diff --git a/MendeleyCXR/labels/Darwin_00003455_person1835_bacteria_4699.png b/MendeleyCXR/labels/Darwin_00003455_person1835_bacteria_4699.png new file mode 100644 index 0000000000000000000000000000000000000000..fea4f4673f8de7e0e633fafb9c5db564ff82be8f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003455_person1835_bacteria_4699.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df3ab17e47ef8cb85de96aa1d8543bb650f4071eb6318c9449d0b1a0b3e0f011 +size 1270 diff --git a/MendeleyCXR/labels/Darwin_00003456_person1838_bacteria_4703.png b/MendeleyCXR/labels/Darwin_00003456_person1838_bacteria_4703.png new file mode 100644 index 0000000000000000000000000000000000000000..dba9d904ef164d23351890c5a4cf70847374ec07 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003456_person1838_bacteria_4703.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:530e02a22dc8470d5c92307e4075aaacc2b444d66ee8c1fb2207d1e26993b6d8 +size 1417 diff --git a/MendeleyCXR/labels/Darwin_00003457_person1839_bacteria_4705.png b/MendeleyCXR/labels/Darwin_00003457_person1839_bacteria_4705.png new file mode 100644 index 0000000000000000000000000000000000000000..07c0b5415fc3bf65906c9c20ae3219ef1f58c7fa --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003457_person1839_bacteria_4705.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cafcdfe86fea8e693d754a9a820e8d7278c654593a682cc5e045dcd48878266 +size 1084 diff --git a/MendeleyCXR/labels/Darwin_00003458_person1841_bacteria_4708.png b/MendeleyCXR/labels/Darwin_00003458_person1841_bacteria_4708.png new file mode 100644 index 0000000000000000000000000000000000000000..3ce10077e9e9b69e9f3467fc82437961443b6d6a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003458_person1841_bacteria_4708.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:773cb3a2185e51c17dc414d6c8156bf3521cf252f5f52f058b532c61cdc9a652 +size 1252 diff --git a/MendeleyCXR/labels/Darwin_00003459_person1843_bacteria_4710.png b/MendeleyCXR/labels/Darwin_00003459_person1843_bacteria_4710.png new file mode 100644 index 0000000000000000000000000000000000000000..e0c12b20e61a6c735ac5e5175f3bc9b186e2cbe8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003459_person1843_bacteria_4710.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:291cf6549e8cdd56ce06d64db9d6d051136fc21f40d5f2f78f1afcce800da94f +size 1130 diff --git a/MendeleyCXR/labels/Darwin_00003460_person1847_bacteria_4716.png b/MendeleyCXR/labels/Darwin_00003460_person1847_bacteria_4716.png new file mode 100644 index 0000000000000000000000000000000000000000..eb0eccbb85d6896e4c0a9ecfb4188256ff768c69 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003460_person1847_bacteria_4716.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb82edc37a6aaa61ce1754d8000102385a73a1637595b472fe1da84975a8443c +size 1236 diff --git a/MendeleyCXR/labels/Darwin_00003461_person1848_bacteria_4719.png b/MendeleyCXR/labels/Darwin_00003461_person1848_bacteria_4719.png new file mode 100644 index 0000000000000000000000000000000000000000..27a5846215096fcbc067b625c95069613e4504b4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003461_person1848_bacteria_4719.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00b5550f2a07d6be411ef7f7250d173de5762a227217486277dd165a45aae0db +size 1230 diff --git a/MendeleyCXR/labels/Darwin_00003462_person1850_bacteria_4721.png b/MendeleyCXR/labels/Darwin_00003462_person1850_bacteria_4721.png new file mode 100644 index 0000000000000000000000000000000000000000..990a7686a467cdaa03af2c8886943a62dd9570ad --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003462_person1850_bacteria_4721.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:523c639b49314981b0c1ccd7dda0f089719ba957137a28363eaac2fc809df0cf +size 1192 diff --git a/MendeleyCXR/labels/Darwin_00003463_person1851_bacteria_4722.png b/MendeleyCXR/labels/Darwin_00003463_person1851_bacteria_4722.png new file mode 100644 index 0000000000000000000000000000000000000000..1f08574d48067462d36f400d7d72bd18e1c89a9b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003463_person1851_bacteria_4722.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bb09d59224c6b197c532ea58ff8a6af47cbd6a4523137e2a06ffa5ee401ef4e +size 1316 diff --git a/MendeleyCXR/labels/Darwin_00003464_person1852_bacteria_4724.png b/MendeleyCXR/labels/Darwin_00003464_person1852_bacteria_4724.png new file mode 100644 index 0000000000000000000000000000000000000000..11062dbeb62ae7dd55497f431bc120e7a8aad4e0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003464_person1852_bacteria_4724.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e39993aa47a3bd441ae56f26f923fbd87bde19cc1c4ad43741d07f79d0765d54 +size 1295 diff --git a/MendeleyCXR/labels/Darwin_00003465_person1855_bacteria_4727.png b/MendeleyCXR/labels/Darwin_00003465_person1855_bacteria_4727.png new file mode 100644 index 0000000000000000000000000000000000000000..693342ffa7c689587d6326e1eb67343ca68a08b6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003465_person1855_bacteria_4727.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d01d540ea88bfd2cbd39e4e613364afcc76e2380f2de967278f6261352c4862 +size 1259 diff --git a/MendeleyCXR/labels/Darwin_00003466_person1857_bacteria_4729.png b/MendeleyCXR/labels/Darwin_00003466_person1857_bacteria_4729.png new file mode 100644 index 0000000000000000000000000000000000000000..5f363b5a737324895331b04dd0fbb6e8cfc26ead --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003466_person1857_bacteria_4729.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2800276c2c348d86708344d112e2e42e2bd4d2b328e1268a637d5b9991dae3db +size 1290 diff --git a/MendeleyCXR/labels/Darwin_00003467_person1858_bacteria_4730.png b/MendeleyCXR/labels/Darwin_00003467_person1858_bacteria_4730.png new file mode 100644 index 0000000000000000000000000000000000000000..3b4fc469c6c2eb7f7364ddb8de1bcb9cdaa88c9d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003467_person1858_bacteria_4730.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bbb9bb6e1e052c798208258558a30e71a2847344d6c0a3cb751819900c0ea51 +size 1357 diff --git a/MendeleyCXR/labels/Darwin_00003468_person1859_bacteria_4731.png b/MendeleyCXR/labels/Darwin_00003468_person1859_bacteria_4731.png new file mode 100644 index 0000000000000000000000000000000000000000..7e9feb3706c02817b53316af80ff0ce31824b2f6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003468_person1859_bacteria_4731.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df725a60ffdde92ecb645d692df6df6cc319b6ea0d230e2fd1f9198163e0d182 +size 1315 diff --git a/MendeleyCXR/labels/Darwin_00003469_person1860_bacteria_4732.png b/MendeleyCXR/labels/Darwin_00003469_person1860_bacteria_4732.png new file mode 100644 index 0000000000000000000000000000000000000000..bf8fd1cfd2452b9b3b4b7352185ea9ddb9e48558 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003469_person1860_bacteria_4732.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4871cc9f01502d09adc259735772d9c28dd14b398ed382beee7921f5a3764a17 +size 1261 diff --git a/MendeleyCXR/labels/Darwin_00003470_person1863_bacteria_4735.png b/MendeleyCXR/labels/Darwin_00003470_person1863_bacteria_4735.png new file mode 100644 index 0000000000000000000000000000000000000000..9294d58e1a55f2f012f4e482bd62607bec2ce422 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003470_person1863_bacteria_4735.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7316a03dd08940380b50a3cf261710ad4e0816852fb1a81b4e33108ad7e7319 +size 1209 diff --git a/MendeleyCXR/labels/Darwin_00003471_person1864_bacteria_4736.png b/MendeleyCXR/labels/Darwin_00003471_person1864_bacteria_4736.png new file mode 100644 index 0000000000000000000000000000000000000000..4f3ea85a76e5ae9f98ae5f4ec07cc8344dc9c5df --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003471_person1864_bacteria_4736.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c56ffb2478a72791a51a906f7fde059d631509786f31fa8dfbee8b341f12364a +size 1280 diff --git a/MendeleyCXR/labels/Darwin_00003472_person1865_bacteria_4737.png b/MendeleyCXR/labels/Darwin_00003472_person1865_bacteria_4737.png new file mode 100644 index 0000000000000000000000000000000000000000..299ddcd96d1d521dbd243ebacf4925d36b4846bd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003472_person1865_bacteria_4737.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:406735026a3cf5349d4bf03e147e0f05d22f9e9ac1a8c7a1d54e3e45ff1d1aa3 +size 1222 diff --git a/MendeleyCXR/labels/Darwin_00003473_person1865_bacteria_4739.png b/MendeleyCXR/labels/Darwin_00003473_person1865_bacteria_4739.png new file mode 100644 index 0000000000000000000000000000000000000000..0945f2dcbf95d9e48179e2b9b4f04aae4fbc42af --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003473_person1865_bacteria_4739.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fef10911f6109d053e938f0fc1b248a10b03d4b651c1a91c2e1e0b46da48aa1 +size 1134 diff --git a/MendeleyCXR/labels/Darwin_00003474_person1866_bacteria_4740.png b/MendeleyCXR/labels/Darwin_00003474_person1866_bacteria_4740.png new file mode 100644 index 0000000000000000000000000000000000000000..b01cdedd76f54b938a2a2fb93d177c703e0e18cf --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003474_person1866_bacteria_4740.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e39fcbd0512e79d282e9c85d0162b4dcb79a2e69359327f02e246ceaeab14a84 +size 987 diff --git a/MendeleyCXR/labels/Darwin_00003475_person1867_bacteria_4741.png b/MendeleyCXR/labels/Darwin_00003475_person1867_bacteria_4741.png new file mode 100644 index 0000000000000000000000000000000000000000..6da80d04876255a62a452fa310f797915ad5027c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003475_person1867_bacteria_4741.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07acf9d0457f0ebdeed61fcdf5cb0e4d788f115a18cac3ffe15121dab48034f9 +size 1226 diff --git a/MendeleyCXR/labels/Darwin_00003477_person1869_bacteria_4745.png b/MendeleyCXR/labels/Darwin_00003477_person1869_bacteria_4745.png new file mode 100644 index 0000000000000000000000000000000000000000..c20ca345a83a2f47058d30686a415dd716f50b44 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003477_person1869_bacteria_4745.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e0559de894a76b00c59b69412c43e0ad88c88b964eeb6e0ca7055cfae446c59 +size 1209 diff --git a/MendeleyCXR/labels/Darwin_00003478_person1872_bacteria_4750.png b/MendeleyCXR/labels/Darwin_00003478_person1872_bacteria_4750.png new file mode 100644 index 0000000000000000000000000000000000000000..c9f0d0a6e00bedb45d713f5d80779b4672ce86a1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003478_person1872_bacteria_4750.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beaf33894005318c48415e37b06c8b042595dbebf5ce441c9d7142d5cf3f1fa8 +size 1009 diff --git a/MendeleyCXR/labels/Darwin_00003479_person1872_bacteria_4751.png b/MendeleyCXR/labels/Darwin_00003479_person1872_bacteria_4751.png new file mode 100644 index 0000000000000000000000000000000000000000..0a56a65af5efe3c66fd4f6d79f36b040d6991c4b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003479_person1872_bacteria_4751.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7deee70102970ca5f1ed5daec095df63cac4c44957adab89a687f7bc7ac91e5c +size 1153 diff --git a/MendeleyCXR/labels/Darwin_00003480_person1875_bacteria_4756.png b/MendeleyCXR/labels/Darwin_00003480_person1875_bacteria_4756.png new file mode 100644 index 0000000000000000000000000000000000000000..9bacbc2c1fb59fbe8afe6b80977f8d87451843c0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003480_person1875_bacteria_4756.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:434605c9d1b34b6c6ae0e4b51f8729e7578c4b5c63e2b5eec797e1ceedb49a19 +size 1253 diff --git a/MendeleyCXR/labels/Darwin_00003481_person1876_bacteria_4760.png b/MendeleyCXR/labels/Darwin_00003481_person1876_bacteria_4760.png new file mode 100644 index 0000000000000000000000000000000000000000..f60a0fb3214bc00d6e9272db6041aa5b933568d5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003481_person1876_bacteria_4760.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55ae323ed44671ffa189fb6fe978076f1aaf659d5351d70f77a94084b6b6db1e +size 1264 diff --git a/MendeleyCXR/labels/Darwin_00003482_person1877_bacteria_4761.png b/MendeleyCXR/labels/Darwin_00003482_person1877_bacteria_4761.png new file mode 100644 index 0000000000000000000000000000000000000000..747aaf0656b003e598cf6daeef326babd478ceb5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003482_person1877_bacteria_4761.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab996002ccdf882167d121805174f59b29017d5d3c8ead1afb8c63857dd4c830 +size 1387 diff --git a/MendeleyCXR/labels/Darwin_00003483_person1879_bacteria_4764.png b/MendeleyCXR/labels/Darwin_00003483_person1879_bacteria_4764.png new file mode 100644 index 0000000000000000000000000000000000000000..f862cd46fac03aa7387d879f7b9f62081f7cd38e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003483_person1879_bacteria_4764.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d35cc5cf145c72c5d66de768593a44043405d9fd2651d2ab1defd3eac1b94498 +size 1158 diff --git a/MendeleyCXR/labels/Darwin_00003484_person1880_bacteria_4765.png b/MendeleyCXR/labels/Darwin_00003484_person1880_bacteria_4765.png new file mode 100644 index 0000000000000000000000000000000000000000..3bcf7d13ffe9c86e3db1a11ce3294fc37bd815af --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003484_person1880_bacteria_4765.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ae649d9ee97da72507a130e24680b1c1e7d687a65367ee7d8f0bc3927d86e87 +size 1151 diff --git a/MendeleyCXR/labels/Darwin_00003485_person1881_bacteria_4767.png b/MendeleyCXR/labels/Darwin_00003485_person1881_bacteria_4767.png new file mode 100644 index 0000000000000000000000000000000000000000..59d6b6ec1ba8c5f2cf625314dc4a2211646ed925 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003485_person1881_bacteria_4767.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23537bdc1021fd39e22e88b0ebb58840428e108522f393c5913afe06a25edbf2 +size 1146 diff --git a/MendeleyCXR/labels/Darwin_00003486_person1883_bacteria_4769.png b/MendeleyCXR/labels/Darwin_00003486_person1883_bacteria_4769.png new file mode 100644 index 0000000000000000000000000000000000000000..0b181758014a0d35f1482634ec890b5953a7efe2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003486_person1883_bacteria_4769.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de670d5f664ce1331fb771dbf2d56a23ce7a247a3fedcfd56ff8f376e197d7ca +size 1015 diff --git a/MendeleyCXR/labels/Darwin_00003487_person1884_bacteria_4771.png b/MendeleyCXR/labels/Darwin_00003487_person1884_bacteria_4771.png new file mode 100644 index 0000000000000000000000000000000000000000..9cf03b409f0445232945f0eda5e8b7c3d6bfea89 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003487_person1884_bacteria_4771.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eac9abb331ab8929bd61cc90da9fafd4f2ea5b703e6f405202fb848b7353d962 +size 1288 diff --git a/MendeleyCXR/labels/Darwin_00003488_person1885_bacteria_4772.png b/MendeleyCXR/labels/Darwin_00003488_person1885_bacteria_4772.png new file mode 100644 index 0000000000000000000000000000000000000000..f7eb2fdc55594a8ed1f5a8dc4727761679f63523 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003488_person1885_bacteria_4772.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e255d011fff00100ca8a0a364186400de7b39c96604cbbc0e0fe416b924376e +size 1255 diff --git a/MendeleyCXR/labels/Darwin_00003489_person1886_bacteria_4773.png b/MendeleyCXR/labels/Darwin_00003489_person1886_bacteria_4773.png new file mode 100644 index 0000000000000000000000000000000000000000..7f9674fa32743398880930d27e641382f917b4f3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003489_person1886_bacteria_4773.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05fde841c0d2e7b6733af53a226d4620a03be98c9185cf2bef3f7da87228c101 +size 1333 diff --git a/MendeleyCXR/labels/Darwin_00003490_person1888_bacteria_4775.png b/MendeleyCXR/labels/Darwin_00003490_person1888_bacteria_4775.png new file mode 100644 index 0000000000000000000000000000000000000000..7e2e6932d8c17db8a8cd589f48ce6cc6223d9abd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003490_person1888_bacteria_4775.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:905f280739c10ffa0b06504a3a2760a5b3c2e917d16b9b5c72fd5a527ccfcdb7 +size 1250 diff --git a/MendeleyCXR/labels/Darwin_00003491_person1893_bacteria_4781.png b/MendeleyCXR/labels/Darwin_00003491_person1893_bacteria_4781.png new file mode 100644 index 0000000000000000000000000000000000000000..c1cf2a2fc1fbc5c7afcf3d59a70d511ea07b1717 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003491_person1893_bacteria_4781.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a63c353307a973369b19e03c00f562843382c8539f2c788f60108b821205bd1 +size 1003 diff --git a/MendeleyCXR/labels/Darwin_00003492_person1896_bacteria_4788.png b/MendeleyCXR/labels/Darwin_00003492_person1896_bacteria_4788.png new file mode 100644 index 0000000000000000000000000000000000000000..393c5c1808c8c36c032714f2a087fb108706ec5d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003492_person1896_bacteria_4788.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30620c41fcaaf3aabfdec1e6a97224c14c51a7b0647548049d8bc251e7404044 +size 1241 diff --git a/MendeleyCXR/labels/Darwin_00003493_person1897_bacteria_4789.png b/MendeleyCXR/labels/Darwin_00003493_person1897_bacteria_4789.png new file mode 100644 index 0000000000000000000000000000000000000000..ee10570f93c16c00993b7ba5dd5922110684fcd1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003493_person1897_bacteria_4789.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ad99297a95d018be36e8eaad5eea1ae6cd7e3d94bb0f0d3cf32146f01abb3c2 +size 1203 diff --git a/MendeleyCXR/labels/Darwin_00003494_person1901_bacteria_4795.png b/MendeleyCXR/labels/Darwin_00003494_person1901_bacteria_4795.png new file mode 100644 index 0000000000000000000000000000000000000000..fe550b50921f52ec98a527bf686c97a0e450e453 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003494_person1901_bacteria_4795.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f4afbe25601243a726ef6b325b65d160aae7e7b11df279f865ef2b7e6c7053a +size 1363 diff --git a/MendeleyCXR/labels/Darwin_00003495_person1903_bacteria_4797.png b/MendeleyCXR/labels/Darwin_00003495_person1903_bacteria_4797.png new file mode 100644 index 0000000000000000000000000000000000000000..6c23f73fb58f2d4c6c647e4a485639f905a3ad57 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003495_person1903_bacteria_4797.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cf989b5f0709a112cd1625197549773caa1e7c2e075e793ff4a3ab9535eaeb5 +size 1324 diff --git a/MendeleyCXR/labels/Darwin_00003496_person1904_bacteria_4798.png b/MendeleyCXR/labels/Darwin_00003496_person1904_bacteria_4798.png new file mode 100644 index 0000000000000000000000000000000000000000..9e60662670db34365114a24617d649bf09345dab --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003496_person1904_bacteria_4798.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b834ab2624be877c50b5c81c3f597870c7d2bde4962387b19b81d68201aac3fe +size 1333 diff --git a/MendeleyCXR/labels/Darwin_00003497_person1905_bacteria_4801.png b/MendeleyCXR/labels/Darwin_00003497_person1905_bacteria_4801.png new file mode 100644 index 0000000000000000000000000000000000000000..5ed71e480234c20ab66e64a46ef9ce91e1247604 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003497_person1905_bacteria_4801.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c02176fabc362ad787f03448ed4fbb35df6a4ab423214af1cd7a8fba0b67eacf +size 1119 diff --git a/MendeleyCXR/labels/Darwin_00003498_person1906_bacteria_4803.png b/MendeleyCXR/labels/Darwin_00003498_person1906_bacteria_4803.png new file mode 100644 index 0000000000000000000000000000000000000000..52e8ba6aa38d7ba6324a54d2a47662f5c9f4f255 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003498_person1906_bacteria_4803.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b25f32604dcfd96d97f145266468cea6100a4948d69d2d1e05724918489fab05 +size 1398 diff --git a/MendeleyCXR/labels/Darwin_00003499_person1907_bacteria_4806.png b/MendeleyCXR/labels/Darwin_00003499_person1907_bacteria_4806.png new file mode 100644 index 0000000000000000000000000000000000000000..6dd922eabc12d898a87006f9a94e08eabe68bfc7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003499_person1907_bacteria_4806.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2836a5d20253303ab927ab5162392c4c7ce2264381e33f773237a02cd833c5d7 +size 1111 diff --git a/MendeleyCXR/labels/Darwin_00003500_person1908_bacteria_4811.png b/MendeleyCXR/labels/Darwin_00003500_person1908_bacteria_4811.png new file mode 100644 index 0000000000000000000000000000000000000000..4dd95e6912fe81b9ffd029e3e5e485df3914843e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003500_person1908_bacteria_4811.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf672c8a34d824a69a9f1a24aec79325c0e93ff6c3a6644171d1e5d08e83ff8b +size 1213 diff --git a/MendeleyCXR/labels/Darwin_00003501_person1910_bacteria_4814.png b/MendeleyCXR/labels/Darwin_00003501_person1910_bacteria_4814.png new file mode 100644 index 0000000000000000000000000000000000000000..0d1d241c468411a46434eb3ee2c4b14bdae62530 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003501_person1910_bacteria_4814.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d60c0c9e97a7f02c32f71740760797df95ba0e7125e69c59a8f59e734c7237c5 +size 1250 diff --git a/MendeleyCXR/labels/Darwin_00003502_person1911_bacteria_4815.png b/MendeleyCXR/labels/Darwin_00003502_person1911_bacteria_4815.png new file mode 100644 index 0000000000000000000000000000000000000000..04326d71c096c3db4dd1f2aa121f953488afb75d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003502_person1911_bacteria_4815.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6c86ba32519da0ed05e1754b01279740edb3c06b63e13da969def764742737e +size 1342 diff --git a/MendeleyCXR/labels/Darwin_00003503_person1912_bacteria_4816.png b/MendeleyCXR/labels/Darwin_00003503_person1912_bacteria_4816.png new file mode 100644 index 0000000000000000000000000000000000000000..345b2efbf9185dce1b89798d506225767d4f76f6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003503_person1912_bacteria_4816.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1cdbf6823bbf2a9c171b128245c800aedf8b4c77f83da5069855990995b1029 +size 1294 diff --git a/MendeleyCXR/labels/Darwin_00003504_person1912_bacteria_4817.png b/MendeleyCXR/labels/Darwin_00003504_person1912_bacteria_4817.png new file mode 100644 index 0000000000000000000000000000000000000000..d6e15e40f70c43d6a67aba4417f7b81074848b9a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003504_person1912_bacteria_4817.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2702abdfb1ce4711619a9097f01729cd7914b9e966dd10534a9bf84f5277ab15 +size 1216 diff --git a/MendeleyCXR/labels/Darwin_00003505_person1916_bacteria_4821.png b/MendeleyCXR/labels/Darwin_00003505_person1916_bacteria_4821.png new file mode 100644 index 0000000000000000000000000000000000000000..10caa2e3c731c38d82598d510963e8747f8042de --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003505_person1916_bacteria_4821.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:276552032a0bfa0debfddcb7fc186682d0ab0a06f7d6493b5c978e1f0a54f612 +size 1325 diff --git a/MendeleyCXR/labels/Darwin_00003506_person1917_bacteria_4823.png b/MendeleyCXR/labels/Darwin_00003506_person1917_bacteria_4823.png new file mode 100644 index 0000000000000000000000000000000000000000..e097d5e523f0d35cf92823b2ab1f718afe9b4c21 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003506_person1917_bacteria_4823.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02452580d81fd80f66bdf62dd0bf7fe9b1ebb949e2b5822362b6ddca7f26bb6d +size 1379 diff --git a/MendeleyCXR/labels/Darwin_00003507_person1918_bacteria_4825.png b/MendeleyCXR/labels/Darwin_00003507_person1918_bacteria_4825.png new file mode 100644 index 0000000000000000000000000000000000000000..813a2c8d5371832a0a0f99562b7e1f0a35a8c50e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003507_person1918_bacteria_4825.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:303aebd4f0205051a3b726b02329965031d381e87a2fda5ef974b00fdff054a3 +size 1343 diff --git a/MendeleyCXR/labels/Darwin_00003508_person1921_bacteria_4828.png b/MendeleyCXR/labels/Darwin_00003508_person1921_bacteria_4828.png new file mode 100644 index 0000000000000000000000000000000000000000..a5a7dd06e1e1deccfa0dca2b471de9d9fc168efc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003508_person1921_bacteria_4828.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:545a911851a4d6cbe8fa3d5156539039f7e4d59663cfa4785fb9ea33fdb312f3 +size 1270 diff --git a/MendeleyCXR/labels/Darwin_00003509_person1922_bacteria_4830.png b/MendeleyCXR/labels/Darwin_00003509_person1922_bacteria_4830.png new file mode 100644 index 0000000000000000000000000000000000000000..f505360ebc14714e06bccdcc73f86d9dff01d778 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003509_person1922_bacteria_4830.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d6d72d3587da6d6ebbebd6117c849238b33f8a5004636ebd565e51cdf695495 +size 1140 diff --git a/MendeleyCXR/labels/Darwin_00003510_person1923_bacteria_4831.png b/MendeleyCXR/labels/Darwin_00003510_person1923_bacteria_4831.png new file mode 100644 index 0000000000000000000000000000000000000000..b1d5368f6042de9680b8875b8de64ca5c0a0528e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003510_person1923_bacteria_4831.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc1877cd9670ac6d6ef3df0e90ba2fc88379fe79ebd5b77104020bf81676ed4b +size 1249 diff --git a/MendeleyCXR/labels/Darwin_00003511_person1924_bacteria_4832.png b/MendeleyCXR/labels/Darwin_00003511_person1924_bacteria_4832.png new file mode 100644 index 0000000000000000000000000000000000000000..d8f7720e1c52a8daeb801d51d09b349198f132ee --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003511_person1924_bacteria_4832.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a6c4a1ab517a0be1cf0a87e46e8093727bb7656147c7db3f906e8a1c2a5e327 +size 1043 diff --git a/MendeleyCXR/labels/Darwin_00003512_person1924_bacteria_4833.png b/MendeleyCXR/labels/Darwin_00003512_person1924_bacteria_4833.png new file mode 100644 index 0000000000000000000000000000000000000000..4f43c07c54163d92d01df080e6753d9365391711 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003512_person1924_bacteria_4833.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3b538be6448932fd4bddbee2e165c913c8a87cc71b3578666cabeb46fb5d458 +size 1324 diff --git a/MendeleyCXR/labels/Darwin_00003513_person1926_bacteria_4835.png b/MendeleyCXR/labels/Darwin_00003513_person1926_bacteria_4835.png new file mode 100644 index 0000000000000000000000000000000000000000..6ebab8b52c8cd6b06a923dbaa5704052d1b7cf54 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003513_person1926_bacteria_4835.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3006f623cd4b4b0625c84b2fad46e87086a8e9b97335eec65c93b13de31b2781 +size 1277 diff --git a/MendeleyCXR/labels/Darwin_00003514_person1927_bacteria_4836.png b/MendeleyCXR/labels/Darwin_00003514_person1927_bacteria_4836.png new file mode 100644 index 0000000000000000000000000000000000000000..fbdaa0fb34e49174dec27c13ca79661e1794f997 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003514_person1927_bacteria_4836.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:705761bc402c56d1a791247a8c2ccf2590853c439fa5afad2d42401364961a85 +size 1174 diff --git a/MendeleyCXR/labels/Darwin_00003515_person1927_bacteria_4837.png b/MendeleyCXR/labels/Darwin_00003515_person1927_bacteria_4837.png new file mode 100644 index 0000000000000000000000000000000000000000..2e328eb6e316a2be11634e6f902a45560233f53a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003515_person1927_bacteria_4837.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b6032fd36b2f58899397ebd58485916445ee4623650a6148f42a7c26abea771 +size 1381 diff --git a/MendeleyCXR/labels/Darwin_00003516_person1929_bacteria_4839.png b/MendeleyCXR/labels/Darwin_00003516_person1929_bacteria_4839.png new file mode 100644 index 0000000000000000000000000000000000000000..4f516ff4ecb73a51d0f2c8dc6bab8a1f4bf7d224 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003516_person1929_bacteria_4839.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c53cc07b6696e1e238f4ab437421dc1b77c56d459b996a636482e515d1c5d3f7 +size 1208 diff --git a/MendeleyCXR/labels/Darwin_00003517_person1930_bacteria_4841.png b/MendeleyCXR/labels/Darwin_00003517_person1930_bacteria_4841.png new file mode 100644 index 0000000000000000000000000000000000000000..f63d7189858eb1fef14f574d9d90b93b23650e8f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003517_person1930_bacteria_4841.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6ce2b77d1f9c1b1ac5a2de9403cc151be5f34b1984d9cdcf0ee646faf42915e +size 1250 diff --git a/MendeleyCXR/labels/Darwin_00003518_person1931_bacteria_4842.png b/MendeleyCXR/labels/Darwin_00003518_person1931_bacteria_4842.png new file mode 100644 index 0000000000000000000000000000000000000000..89b6975811ab9ff7fd20d636f673296cb2cc9220 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003518_person1931_bacteria_4842.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4da8bbaee17268aa29c9468489e7c15e8c5901606420ffb864e6330f38091ee +size 1220 diff --git a/MendeleyCXR/labels/Darwin_00003519_person1932_bacteria_4843.png b/MendeleyCXR/labels/Darwin_00003519_person1932_bacteria_4843.png new file mode 100644 index 0000000000000000000000000000000000000000..a2d4d7651a481c7c6521bf56f55bd9888d1ae7f0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003519_person1932_bacteria_4843.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:445b2d4c18395d1882dc56b159533efdeba98515e343aca0c3b827898884da31 +size 1037 diff --git a/MendeleyCXR/labels/Darwin_00003520_person1933_bacteria_4844.png b/MendeleyCXR/labels/Darwin_00003520_person1933_bacteria_4844.png new file mode 100644 index 0000000000000000000000000000000000000000..11e75bb2bf68650580506705f5f134f06d0d2c02 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003520_person1933_bacteria_4844.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8faf25ec21b6adb90fda94d392f6530d67e71dae3fbb23dded5cac31528f022 +size 1179 diff --git a/MendeleyCXR/labels/Darwin_00003521_person1934_bacteria_4846.png b/MendeleyCXR/labels/Darwin_00003521_person1934_bacteria_4846.png new file mode 100644 index 0000000000000000000000000000000000000000..d43bd13d93f634649fcffab49024d7b88068b66e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003521_person1934_bacteria_4846.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fac65d4d1e85c5a90b51855c640aea76a4a52b1756ce3129a1d598b2b0a4f44 +size 1228 diff --git a/MendeleyCXR/labels/Darwin_00003522_person1935_bacteria_4847.png b/MendeleyCXR/labels/Darwin_00003522_person1935_bacteria_4847.png new file mode 100644 index 0000000000000000000000000000000000000000..453d670e9c9adad740c9a7293eae6d708de12387 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003522_person1935_bacteria_4847.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0ccfdeeb89bfd19989a8a2fd7b0a32f400635f373a8d6749ff657dc7971dd93 +size 1254 diff --git a/MendeleyCXR/labels/Darwin_00003523_person1935_bacteria_4848.png b/MendeleyCXR/labels/Darwin_00003523_person1935_bacteria_4848.png new file mode 100644 index 0000000000000000000000000000000000000000..9496d41633683e3908255b55a5a35e33bb92b509 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003523_person1935_bacteria_4848.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec4b1d718c448b1a6b71b51ad3edb7e8bb9b1e80b4897867711f2b9d9fa7455f +size 1046 diff --git a/MendeleyCXR/labels/Darwin_00003524_person1935_bacteria_4849.png b/MendeleyCXR/labels/Darwin_00003524_person1935_bacteria_4849.png new file mode 100644 index 0000000000000000000000000000000000000000..5aac3812581e3b8bd1aa787cc2543cd5aa5c4b65 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003524_person1935_bacteria_4849.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a01e753e8a51219ee733d9f573f87d3d8dcecc600b3f4a6a467b41649efe5365 +size 1221 diff --git a/MendeleyCXR/labels/Darwin_00003525_person1935_bacteria_4850.png b/MendeleyCXR/labels/Darwin_00003525_person1935_bacteria_4850.png new file mode 100644 index 0000000000000000000000000000000000000000..a3866ed2a1e3acfdd52f27a92a219102d4d49482 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003525_person1935_bacteria_4850.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dcb2539be9b2a35eaa9d481c5db74f180b1a4c362ffbcac4fd022abcb00b746 +size 1129 diff --git a/MendeleyCXR/labels/Darwin_00003526_person1936_bacteria_4852.png b/MendeleyCXR/labels/Darwin_00003526_person1936_bacteria_4852.png new file mode 100644 index 0000000000000000000000000000000000000000..ae26ff848f99c6c31af58af39723f29705c07975 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003526_person1936_bacteria_4852.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d3703f2a805810d8e95f729bab5b64c7eef2224f8a56851bcd2f36cf35cb668 +size 1285 diff --git a/MendeleyCXR/labels/Darwin_00003527_person1937_bacteria_4853.png b/MendeleyCXR/labels/Darwin_00003527_person1937_bacteria_4853.png new file mode 100644 index 0000000000000000000000000000000000000000..626dada82c778754cb99be4261c59fe0338dec04 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003527_person1937_bacteria_4853.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07837df344c3f1be3fa518dc1eb7cf52fdacc9f22066643c0283616ec0a955f4 +size 1219 diff --git a/MendeleyCXR/labels/Darwin_00003528_person1938_bacteria_4854.png b/MendeleyCXR/labels/Darwin_00003528_person1938_bacteria_4854.png new file mode 100644 index 0000000000000000000000000000000000000000..19cabd6d714178b3de1d9fbb17190c2ee568e1c2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003528_person1938_bacteria_4854.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32421e8bc2dd0cf309ddde5aff75fe383db603d07d4e433c643ebcd374d2b340 +size 1244 diff --git a/MendeleyCXR/labels/Darwin_00003529_person1940_bacteria_4859.png b/MendeleyCXR/labels/Darwin_00003529_person1940_bacteria_4859.png new file mode 100644 index 0000000000000000000000000000000000000000..f2036c7c321d6056cd4253259653f6faba7a5c5f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003529_person1940_bacteria_4859.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fde7cbc64084b48adbe3f54be31ba29a180e2a07698a9958e45b81e332632d74 +size 1300 diff --git a/MendeleyCXR/labels/Darwin_00003530_person1940_bacteria_4861.png b/MendeleyCXR/labels/Darwin_00003530_person1940_bacteria_4861.png new file mode 100644 index 0000000000000000000000000000000000000000..7a5f3c6f627801249b13a5ac815e8ea40a14a6d1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003530_person1940_bacteria_4861.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e867f38a94bdf0440b886bdbc62ec99fbd7f055382c9ce97780207db944a4ff +size 1193 diff --git a/MendeleyCXR/labels/Darwin_00003531_person1940_bacteria_4862.png b/MendeleyCXR/labels/Darwin_00003531_person1940_bacteria_4862.png new file mode 100644 index 0000000000000000000000000000000000000000..02fc8766fa88aa998c177695fcc35aebaea7b3d9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003531_person1940_bacteria_4862.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2090f8862d8df96ecc214190ca8c2791f0a4f8e09d838c86b9f994a12e9edb42 +size 1313 diff --git a/MendeleyCXR/labels/Darwin_00003532_person1941_bacteria_4863.png b/MendeleyCXR/labels/Darwin_00003532_person1941_bacteria_4863.png new file mode 100644 index 0000000000000000000000000000000000000000..d931bdd032e2d4bebc78f479400e738657115021 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003532_person1941_bacteria_4863.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:697050e09a9e5da6078aa0a4c2dad965d5efcd61c2cd6b52df5db9f027f9e930 +size 1285 diff --git a/MendeleyCXR/labels/Darwin_00003533_person1942_bacteria_4865.png b/MendeleyCXR/labels/Darwin_00003533_person1942_bacteria_4865.png new file mode 100644 index 0000000000000000000000000000000000000000..c0e1ae8e0e3a2fe92aada2c26242b5ac06f4a218 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003533_person1942_bacteria_4865.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52f75e58f26682c4a7c17f4553e51c4d3c0640e91b81db4358a02f43bb501fce +size 1076 diff --git a/MendeleyCXR/labels/Darwin_00003534_person1943_bacteria_4868.png b/MendeleyCXR/labels/Darwin_00003534_person1943_bacteria_4868.png new file mode 100644 index 0000000000000000000000000000000000000000..c76b46240f94bfb556d53e4415a8d8151c35f49b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003534_person1943_bacteria_4868.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3902d2c13a9c35269792b4ce6832f02daa7847349808dd22ad2a8c9730e109e +size 1283 diff --git a/MendeleyCXR/labels/Darwin_00003535_person1944_bacteria_4869.png b/MendeleyCXR/labels/Darwin_00003535_person1944_bacteria_4869.png new file mode 100644 index 0000000000000000000000000000000000000000..4be471d54812aca15165032554d122a6c90e81b4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003535_person1944_bacteria_4869.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ecfa60b124ae1426a9f655368e7710020d290fd8f79eb01af0e86027468ea76 +size 1139 diff --git a/MendeleyCXR/labels/Darwin_00003536_person1945_bacteria_4872.png b/MendeleyCXR/labels/Darwin_00003536_person1945_bacteria_4872.png new file mode 100644 index 0000000000000000000000000000000000000000..28cc8e4aa897c903dd603ff2566600f8a82a4a92 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003536_person1945_bacteria_4872.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:287d0eab794016ca9cf0566ea10fd473b6b022a1d71426102474e01ab628416b +size 1179 diff --git a/MendeleyCXR/labels/Darwin_00003537_person15_bacteria_52.png b/MendeleyCXR/labels/Darwin_00003537_person15_bacteria_52.png new file mode 100644 index 0000000000000000000000000000000000000000..1d4925a14fa123df00bbd4dcde6936d80e93624f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003537_person15_bacteria_52.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97071fafeb2e54ece3ebb810c5af232e933b87b65ffe8de338478dccbbabb7f5 +size 1327 diff --git a/MendeleyCXR/labels/Darwin_00003538_person16_bacteria_53.png b/MendeleyCXR/labels/Darwin_00003538_person16_bacteria_53.png new file mode 100644 index 0000000000000000000000000000000000000000..a837e33bccbf1b462521474b486c625b756cdc50 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003538_person16_bacteria_53.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bfc5d27a3b1300ed64dfdf1ab0a2b04179f8b104a9a3edd0b930725df5457a7 +size 1435 diff --git a/MendeleyCXR/labels/Darwin_00003539_person16_bacteria_54.png b/MendeleyCXR/labels/Darwin_00003539_person16_bacteria_54.png new file mode 100644 index 0000000000000000000000000000000000000000..af75267903303a66414506646b7312d5ff36e555 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003539_person16_bacteria_54.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:603fbf384e7f8c019c43a75029c40f61e5dc251498b1cfb949b012fbad543af3 +size 1333 diff --git a/MendeleyCXR/labels/Darwin_00003540_person16_bacteria_55.png b/MendeleyCXR/labels/Darwin_00003540_person16_bacteria_55.png new file mode 100644 index 0000000000000000000000000000000000000000..e692853c19b7db75fa5d703de6eecc75cd1a3cbc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003540_person16_bacteria_55.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14465f0ac040c8b683f0189f2d04de22137b0ea68a532bc6a1274aeceb943d23 +size 1341 diff --git a/MendeleyCXR/labels/Darwin_00003541_person17_bacteria_56.png b/MendeleyCXR/labels/Darwin_00003541_person17_bacteria_56.png new file mode 100644 index 0000000000000000000000000000000000000000..ec1d1e360a84efb81e920153110082b4d2bb79bc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003541_person17_bacteria_56.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f01b8dfc381ba38902f2f21135a42d972af24aefa9eb63ddd5df190ccc51bf0 +size 1257 diff --git a/MendeleyCXR/labels/Darwin_00003542_person1600_bacteria_4202.png b/MendeleyCXR/labels/Darwin_00003542_person1600_bacteria_4202.png new file mode 100644 index 0000000000000000000000000000000000000000..ae447a1ac04847a7987913a1ea8961b96caf2b5a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003542_person1600_bacteria_4202.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:531348f76a5f5301dae3a9b1a81c5ecc3a3f6b42cf425d9bd6758ca2e30e1684 +size 1300 diff --git a/MendeleyCXR/labels/Darwin_00003543_person1601_bacteria_4209.png b/MendeleyCXR/labels/Darwin_00003543_person1601_bacteria_4209.png new file mode 100644 index 0000000000000000000000000000000000000000..d85bf611aa50e76fabbd98b76f801db3e7e20d6c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003543_person1601_bacteria_4209.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b33404ab4daf5d84c958081153ca31302ab8ee60d15374535885f31c171e5af +size 1295 diff --git a/MendeleyCXR/labels/Darwin_00003544_person1601_bacteria_4212.png b/MendeleyCXR/labels/Darwin_00003544_person1601_bacteria_4212.png new file mode 100644 index 0000000000000000000000000000000000000000..84292e534dd435fa316522e8c91e78ccea4a3fc5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003544_person1601_bacteria_4212.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f07ce478d93a4857773186cfce64d7ff87158a57b94dc046a4407b917c2ab530 +size 1137 diff --git a/MendeleyCXR/labels/Darwin_00003545_person1602_bacteria_4218.png b/MendeleyCXR/labels/Darwin_00003545_person1602_bacteria_4218.png new file mode 100644 index 0000000000000000000000000000000000000000..8783002e9ea27bc91ac9751c8ccfefa6468cbfe6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003545_person1602_bacteria_4218.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afb6f64d407d0c4433994ee2eeb1e3c6d9e2c91d44fdb8a276810e2243718710 +size 1282 diff --git a/MendeleyCXR/labels/Darwin_00003546_person1605_bacteria_4226.png b/MendeleyCXR/labels/Darwin_00003546_person1605_bacteria_4226.png new file mode 100644 index 0000000000000000000000000000000000000000..f5807ae20e38b04812ae4e78dd6c90b2b18256c9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003546_person1605_bacteria_4226.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad74e69b94e306474c906d4befe95291ce67b7e07b16527d2f9cdd7dfbf841d8 +size 1439 diff --git a/MendeleyCXR/labels/Darwin_00003547_person1607_bacteria_4232.png b/MendeleyCXR/labels/Darwin_00003547_person1607_bacteria_4232.png new file mode 100644 index 0000000000000000000000000000000000000000..b3d2dbd6488f8568443225e9d8e5dd5796c5da99 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003547_person1607_bacteria_4232.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d8bada02c5bfc9cb88896db4056a8f0e542a8323595ca97912661d668de8fb2 +size 1235 diff --git a/MendeleyCXR/labels/Darwin_00003548_person1608_bacteria_4235.png b/MendeleyCXR/labels/Darwin_00003548_person1608_bacteria_4235.png new file mode 100644 index 0000000000000000000000000000000000000000..37ace7f1fb43f91fca1a9f68bfe0aa1e29019aa7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003548_person1608_bacteria_4235.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4827c38c1d8741684ed8a70b982dfd65ecbd32f04f06965ca406d378f6302b84 +size 1145 diff --git a/MendeleyCXR/labels/Darwin_00003549_person1609_bacteria_4236.png b/MendeleyCXR/labels/Darwin_00003549_person1609_bacteria_4236.png new file mode 100644 index 0000000000000000000000000000000000000000..7138c10c64bfcb6247e827b7182c44f577f0bdd1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003549_person1609_bacteria_4236.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f074e3870bcfe133d772ad6e768c172758875bc63d75c8b253ea91d10b3d2a26 +size 1360 diff --git a/MendeleyCXR/labels/Darwin_00003550_person1609_bacteria_4237.png b/MendeleyCXR/labels/Darwin_00003550_person1609_bacteria_4237.png new file mode 100644 index 0000000000000000000000000000000000000000..153b9523198eaa23b869463a4c16cb06f8944e09 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003550_person1609_bacteria_4237.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88180554b630ae455ed6aca6a91930b632e4c64f1fe3c94048d97c2dd61ccf9a +size 1018 diff --git a/MendeleyCXR/labels/Darwin_00003551_person1609_bacteria_4239.png b/MendeleyCXR/labels/Darwin_00003551_person1609_bacteria_4239.png new file mode 100644 index 0000000000000000000000000000000000000000..a0cb9c602119f819e29f114e85d9fb9205865238 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003551_person1609_bacteria_4239.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed8933a0be9045e5e8884ac26e0694b9e21587cc90534c3287452c4a61891d37 +size 1159 diff --git a/MendeleyCXR/labels/Darwin_00003552_person1610_bacteria_4240.png b/MendeleyCXR/labels/Darwin_00003552_person1610_bacteria_4240.png new file mode 100644 index 0000000000000000000000000000000000000000..498d7f675919031e910151ca296717d13245bf00 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003552_person1610_bacteria_4240.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a5e374572c2f9c62ef088e119fcfb6e517e07aac1e18ebf55098c5f2d0d7e51 +size 1305 diff --git a/MendeleyCXR/labels/Darwin_00003553_person1611_bacteria_4241.png b/MendeleyCXR/labels/Darwin_00003553_person1611_bacteria_4241.png new file mode 100644 index 0000000000000000000000000000000000000000..6eb7986c40d8737e9fba47a20193ed44e62b58ac --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003553_person1611_bacteria_4241.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea3ef8fe9355afe1d045a15d4a1e8fa2d4686adad2595c82f1266c9c590eb5fe +size 1241 diff --git a/MendeleyCXR/labels/Darwin_00003554_person1613_bacteria_4247.png b/MendeleyCXR/labels/Darwin_00003554_person1613_bacteria_4247.png new file mode 100644 index 0000000000000000000000000000000000000000..df18117f4ba473efb176b170297c27555a18ed35 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003554_person1613_bacteria_4247.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32fc2a16695c646632e3bdf1db0e66555f66be23c22812326dc10662580afbaa +size 1231 diff --git a/MendeleyCXR/labels/Darwin_00003555_person1614_bacteria_4248.png b/MendeleyCXR/labels/Darwin_00003555_person1614_bacteria_4248.png new file mode 100644 index 0000000000000000000000000000000000000000..fa80dd48778592f8f6f148d14f345ff301f69897 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003555_person1614_bacteria_4248.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4a8d7e9433138ba5e2b4aa7bdb5e2fbc8dcd1858d4f1c9dd1cf9c18f8aca994 +size 1422 diff --git a/MendeleyCXR/labels/Darwin_00003556_person1615_bacteria_4249.png b/MendeleyCXR/labels/Darwin_00003556_person1615_bacteria_4249.png new file mode 100644 index 0000000000000000000000000000000000000000..0d68c93e1a9013c1763d9e6a65248a857cef57a2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003556_person1615_bacteria_4249.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4976f15889c7cf08b841dad2aeb603b8b0e4877fb5de56929e9e4ed788e4a497 +size 1308 diff --git a/MendeleyCXR/labels/Darwin_00003557_person1616_bacteria_4251.png b/MendeleyCXR/labels/Darwin_00003557_person1616_bacteria_4251.png new file mode 100644 index 0000000000000000000000000000000000000000..059622a1b82ae3264a6cf4038b9095e4628a97a7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003557_person1616_bacteria_4251.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8ff257327708cb9165cd5e9a6664f9bcf663af786a3b33a6323588d04c0dd5d +size 1372 diff --git a/MendeleyCXR/labels/Darwin_00003560_person1617_bacteria_4256.png b/MendeleyCXR/labels/Darwin_00003560_person1617_bacteria_4256.png new file mode 100644 index 0000000000000000000000000000000000000000..aea8f2756a782e8acc7672ae1b2e62311faad41b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003560_person1617_bacteria_4256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f33c370d66210e944f53da5362e0c5267f2e56cab4f0ee51c41bf9db5c3e250 +size 1346 diff --git a/MendeleyCXR/labels/Darwin_00003561_person1618_bacteria_4258.png b/MendeleyCXR/labels/Darwin_00003561_person1618_bacteria_4258.png new file mode 100644 index 0000000000000000000000000000000000000000..e9781f5c45f7c7d193fcd314309517a3ce1dbc31 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003561_person1618_bacteria_4258.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05ff032e14043bc76bc387e2fe7d1dcfebc43108e4dd7c9c32fa6144a27a36c4 +size 1401 diff --git a/MendeleyCXR/labels/Darwin_00003562_person1619_bacteria_4261.png b/MendeleyCXR/labels/Darwin_00003562_person1619_bacteria_4261.png new file mode 100644 index 0000000000000000000000000000000000000000..2a8c2ce2079127f463bbf289b34e0b385b729208 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003562_person1619_bacteria_4261.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8338787b9c7c6836c446e1ec1d8bce00f96473a30b6795d8eaf0692c5dedad73 +size 1279 diff --git a/MendeleyCXR/labels/Darwin_00003563_person1619_bacteria_4262.png b/MendeleyCXR/labels/Darwin_00003563_person1619_bacteria_4262.png new file mode 100644 index 0000000000000000000000000000000000000000..9647ad940ade8ae8fa053e661c574065c0a52c4b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003563_person1619_bacteria_4262.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a0db2632d7eac2f762cca3a2e49b449a5fbd9b4e5ac41ce77ea069b98976c6b +size 1343 diff --git a/MendeleyCXR/labels/Darwin_00003564_person1619_bacteria_4266.png b/MendeleyCXR/labels/Darwin_00003564_person1619_bacteria_4266.png new file mode 100644 index 0000000000000000000000000000000000000000..9a7c92a48e84d6985decb23d26cc1f968d39ceba --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003564_person1619_bacteria_4266.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a46209ba32dfd2887c892a8e8c77e56710bac0db391b4b6f613f62d7fee68a23 +size 1274 diff --git a/MendeleyCXR/labels/Darwin_00003565_person1619_bacteria_4267.png b/MendeleyCXR/labels/Darwin_00003565_person1619_bacteria_4267.png new file mode 100644 index 0000000000000000000000000000000000000000..8879cfe912e8ab2c985b77625e38aa46b3065dd0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003565_person1619_bacteria_4267.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1debacea93c2340629fa9796f113dedaad2cc9e9f190483575a159c0d1f5a376 +size 1110 diff --git a/MendeleyCXR/labels/Darwin_00003567_person1619_bacteria_4269.png b/MendeleyCXR/labels/Darwin_00003567_person1619_bacteria_4269.png new file mode 100644 index 0000000000000000000000000000000000000000..867f341006a208764dac6a87770c8237a0e419dd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003567_person1619_bacteria_4269.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65b17543e53790ccd95c4901ebcfc561e945df8318d5cfda693cb6e387c1f930 +size 1275 diff --git a/MendeleyCXR/labels/Darwin_00003568_person1619_bacteria_4270.png b/MendeleyCXR/labels/Darwin_00003568_person1619_bacteria_4270.png new file mode 100644 index 0000000000000000000000000000000000000000..0a7de3319383f3f0b87df9c93699c4e4a301cc37 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003568_person1619_bacteria_4270.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44b97556314b83dc3ba693f8f287c23f2779209702904bf7725dd5027bc25e47 +size 1316 diff --git a/MendeleyCXR/labels/Darwin_00003569_person1619_bacteria_4271.png b/MendeleyCXR/labels/Darwin_00003569_person1619_bacteria_4271.png new file mode 100644 index 0000000000000000000000000000000000000000..82b7823a002a5797b8c6d4f80ddf0ffe73af469d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003569_person1619_bacteria_4271.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29d83626aa81517af4160316b4e360bc93993cecf0db8fd8898680dc761f3c0c +size 1207 diff --git a/MendeleyCXR/labels/Darwin_00003570_person1620_bacteria_4272.png b/MendeleyCXR/labels/Darwin_00003570_person1620_bacteria_4272.png new file mode 100644 index 0000000000000000000000000000000000000000..f43f7d54536186863cc43a9e1ed7d899fc0eecfd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003570_person1620_bacteria_4272.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a26b296975a82d5392f76dc0a11f48739f19ba6817f1306c4af6f74423a1875 +size 1187 diff --git a/MendeleyCXR/labels/Darwin_00003571_person1625_bacteria_4290.png b/MendeleyCXR/labels/Darwin_00003571_person1625_bacteria_4290.png new file mode 100644 index 0000000000000000000000000000000000000000..507b07352d22708baf5655506cfe8e14247bb45b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003571_person1625_bacteria_4290.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b6b623d9ee5c72895f4f42d45daacbb6d20d27bad2b1aa26b0e9c2556bea024 +size 1020 diff --git a/MendeleyCXR/labels/Darwin_00003572_person1626_bacteria_4291.png b/MendeleyCXR/labels/Darwin_00003572_person1626_bacteria_4291.png new file mode 100644 index 0000000000000000000000000000000000000000..a31c23ede6890d104ae264fae9a3d5db27b2a9d0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003572_person1626_bacteria_4291.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d75ab87c27ee669a12d29eece4f9a61e9e4477d9b521ffa358e609aa1d2824d +size 1289 diff --git a/MendeleyCXR/labels/Darwin_00003573_person1628_bacteria_4293.png b/MendeleyCXR/labels/Darwin_00003573_person1628_bacteria_4293.png new file mode 100644 index 0000000000000000000000000000000000000000..0425b3e9858a641d5da17859705d41b315848204 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003573_person1628_bacteria_4293.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbce0129dbf1155e088387986e99fa2fd6b50dce0877dfa7476303092d137cba +size 1171 diff --git a/MendeleyCXR/labels/Darwin_00003574_person1628_bacteria_4294.png b/MendeleyCXR/labels/Darwin_00003574_person1628_bacteria_4294.png new file mode 100644 index 0000000000000000000000000000000000000000..cb31a03bb62c30a9bd0f0877536f8f7edc30eeb8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003574_person1628_bacteria_4294.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c340f2acd8ea9fc87426c82b06515051fc841244d931c9263e8352fea62356e4 +size 1189 diff --git a/MendeleyCXR/labels/Darwin_00003575_person1628_bacteria_4295.png b/MendeleyCXR/labels/Darwin_00003575_person1628_bacteria_4295.png new file mode 100644 index 0000000000000000000000000000000000000000..128f9faa13f6b5eef8db3e89224775b7407f4dfb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003575_person1628_bacteria_4295.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4015e23e6f37d52552a829ca2ac3387e579a678702c1323d64e191f0ec039836 +size 1258 diff --git a/MendeleyCXR/labels/Darwin_00003576_person1628_bacteria_4296.png b/MendeleyCXR/labels/Darwin_00003576_person1628_bacteria_4296.png new file mode 100644 index 0000000000000000000000000000000000000000..cd4a019226f2303b3a47999ed4202f31b5062b20 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003576_person1628_bacteria_4296.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e462a9b4c19fdf57e085337f273491a6905e3e3b4ac01c5db0567b53a41c88f +size 1132 diff --git a/MendeleyCXR/labels/Darwin_00003577_person1628_bacteria_4297.png b/MendeleyCXR/labels/Darwin_00003577_person1628_bacteria_4297.png new file mode 100644 index 0000000000000000000000000000000000000000..6a522da1368758d288dd1fa5b314aee30f7d12b4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003577_person1628_bacteria_4297.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e17a10e98861353cbfd290410ea869a9e8c1f2faa3f89ffaaecf80f9dfeafec6 +size 1029 diff --git a/MendeleyCXR/labels/Darwin_00003579_person1629_bacteria_4299.png b/MendeleyCXR/labels/Darwin_00003579_person1629_bacteria_4299.png new file mode 100644 index 0000000000000000000000000000000000000000..307eea3475bb36c1439042b95d32565af58359cd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003579_person1629_bacteria_4299.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fec5a3d3d5e6e13c0dfaa3c7d75dc5565cec7fde1e1ef5f0644cb51c8680692 +size 1274 diff --git a/MendeleyCXR/labels/Darwin_00003580_person1630_bacteria_4303.png b/MendeleyCXR/labels/Darwin_00003580_person1630_bacteria_4303.png new file mode 100644 index 0000000000000000000000000000000000000000..9a00ad024574b7d6bcebf1209aa84ef299618f97 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003580_person1630_bacteria_4303.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e38dab794a638bb53b31cd9fcebf76e344ba3c75a574f4655c8af27daaec8f5c +size 1330 diff --git a/MendeleyCXR/labels/Darwin_00003581_person1630_bacteria_4304.png b/MendeleyCXR/labels/Darwin_00003581_person1630_bacteria_4304.png new file mode 100644 index 0000000000000000000000000000000000000000..b3f9854543c34d7277dbce55fc6bbb660022efc1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003581_person1630_bacteria_4304.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:717cccfdc60361b72b1471ebf061dde4875540ddf00df2d8170432414b83be16 +size 1216 diff --git a/MendeleyCXR/labels/Darwin_00003582_person1634_bacteria_4326.png b/MendeleyCXR/labels/Darwin_00003582_person1634_bacteria_4326.png new file mode 100644 index 0000000000000000000000000000000000000000..ed1e133d7d106c0398f80bcd1fdbd58f93a9adb4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003582_person1634_bacteria_4326.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:743139cb61af3f138134cddfa00bbb27c362f582fc2825fed52d178016a830ef +size 1301 diff --git a/MendeleyCXR/labels/Darwin_00003583_person1634_bacteria_4331.png b/MendeleyCXR/labels/Darwin_00003583_person1634_bacteria_4331.png new file mode 100644 index 0000000000000000000000000000000000000000..64e087925677adf3230903e1997d1512d31c8f0f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003583_person1634_bacteria_4331.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a98e3348d0185fffddb3db07ad81a455c75e2e778281b0569312ac18b1f0ca3f +size 1170 diff --git a/MendeleyCXR/labels/Darwin_00003584_person1634_bacteria_4334.png b/MendeleyCXR/labels/Darwin_00003584_person1634_bacteria_4334.png new file mode 100644 index 0000000000000000000000000000000000000000..7aa25a6af9bf8b56cd10b0d58bb3a126ed4a92dc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003584_person1634_bacteria_4334.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3160983992b8e0502f253e48797b08d980dfe98fb12ef588ca46fb51837a785c +size 1243 diff --git a/MendeleyCXR/labels/Darwin_00003585_person1635_bacteria_4335.png b/MendeleyCXR/labels/Darwin_00003585_person1635_bacteria_4335.png new file mode 100644 index 0000000000000000000000000000000000000000..00481736b61a35d6cae2307d3934cd9fe9bbc0a3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003585_person1635_bacteria_4335.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89e4f79590e4973835306ad9ff05a4ab54ce0dca422204ec8e28ecba08c68a63 +size 1343 diff --git a/MendeleyCXR/labels/Darwin_00003586_person1636_bacteria_4337.png b/MendeleyCXR/labels/Darwin_00003586_person1636_bacteria_4337.png new file mode 100644 index 0000000000000000000000000000000000000000..395748459503534f2950aadecf39063ba6a48bb9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003586_person1636_bacteria_4337.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:240917da27d806ec0228fb318df5641bdb55c0cda759348b6bf9a7b11c6a0df0 +size 1264 diff --git a/MendeleyCXR/labels/Darwin_00003587_person1636_bacteria_4338.png b/MendeleyCXR/labels/Darwin_00003587_person1636_bacteria_4338.png new file mode 100644 index 0000000000000000000000000000000000000000..c2f6eb6cc5935578d3c998778aa8a9d4902a6366 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003587_person1636_bacteria_4338.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e6aed63a59960d1565f7ddbb98c965fb62c9d12d37dcd73b5fe4d2e5e0f66cd +size 1334 diff --git a/MendeleyCXR/labels/Darwin_00003588_person1637_bacteria_4339.png b/MendeleyCXR/labels/Darwin_00003588_person1637_bacteria_4339.png new file mode 100644 index 0000000000000000000000000000000000000000..8b5fe6c5bb844b542ad51ed9ac599338deaacf14 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003588_person1637_bacteria_4339.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc0c3dfcacfc1323a1c84c9aa102814556eb41363f90aa143665d229de7d8de6 +size 1401 diff --git a/MendeleyCXR/labels/Darwin_00003589_person1638_bacteria_4340.png b/MendeleyCXR/labels/Darwin_00003589_person1638_bacteria_4340.png new file mode 100644 index 0000000000000000000000000000000000000000..10ce6ec7d648fc1a730f97b871f3fa82c337428a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003589_person1638_bacteria_4340.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0f9f6ed2a4bce68540a5bc86b9eef2e1d7192a37fd138a97d062d6a6388b33e +size 1111 diff --git a/MendeleyCXR/labels/Darwin_00003590_person1638_bacteria_4341.png b/MendeleyCXR/labels/Darwin_00003590_person1638_bacteria_4341.png new file mode 100644 index 0000000000000000000000000000000000000000..6a19a533a498c5505a5f97d13a03bc9b77b2fc6a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003590_person1638_bacteria_4341.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdeec17e2b6592641fe472c906862f846428c74eda4fb4dd3e3ff54c366e71f9 +size 1259 diff --git a/MendeleyCXR/labels/Darwin_00003591_person1638_bacteria_4342.png b/MendeleyCXR/labels/Darwin_00003591_person1638_bacteria_4342.png new file mode 100644 index 0000000000000000000000000000000000000000..0688f83dbbf79bda1c6a8c9f79abb9d13808e07d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003591_person1638_bacteria_4342.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01c04d1bf122acbc81304aadaa11c57edf5c97d1a33be9ec11a973e863fc5031 +size 1413 diff --git a/MendeleyCXR/labels/Darwin_00003592_person1639_bacteria_4343.png b/MendeleyCXR/labels/Darwin_00003592_person1639_bacteria_4343.png new file mode 100644 index 0000000000000000000000000000000000000000..819659f12d3eb51b702a171e48d59b1617536035 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003592_person1639_bacteria_4343.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21fb831820590a76194468e3a53b08d37007bb67ec504c7f17fae534c1c53a53 +size 1367 diff --git a/MendeleyCXR/labels/Darwin_00003593_person1639_bacteria_4344.png b/MendeleyCXR/labels/Darwin_00003593_person1639_bacteria_4344.png new file mode 100644 index 0000000000000000000000000000000000000000..cd5942f8a9dd4ca50dd9e8fbcb9b23baada93e69 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003593_person1639_bacteria_4344.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b6cde4ace5a33fa1e4af0110daa6ba726ad3adcbe9d8adb2b721effa113bc09 +size 1202 diff --git a/MendeleyCXR/labels/Darwin_00003597_person1641_bacteria_4350.png b/MendeleyCXR/labels/Darwin_00003597_person1641_bacteria_4350.png new file mode 100644 index 0000000000000000000000000000000000000000..3691a8e7947cbcd616e230dad264fd1f94c669d0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003597_person1641_bacteria_4350.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42a8e5415459d7d7bfc969c8db61e595ed86df5d6827844af52236a7196c800c +size 1167 diff --git a/MendeleyCXR/labels/Darwin_00003600_person1643_bacteria_4354.png b/MendeleyCXR/labels/Darwin_00003600_person1643_bacteria_4354.png new file mode 100644 index 0000000000000000000000000000000000000000..480796e32150c9fcd3c4c2518593ac445b305458 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003600_person1643_bacteria_4354.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa37ce522bcb6f5b29179f359b629a84725c255724938681352f7c07a4123208 +size 1361 diff --git a/MendeleyCXR/labels/Darwin_00003603_person1644_bacteria_4358.png b/MendeleyCXR/labels/Darwin_00003603_person1644_bacteria_4358.png new file mode 100644 index 0000000000000000000000000000000000000000..ae0f549f4564cdc288a85b76ac7bfc90345cd4ff --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003603_person1644_bacteria_4358.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ac5aa2434eaa4517329a218a3310a49a0deb43c2e89603bee884b1f4a778c9c +size 1285 diff --git a/MendeleyCXR/labels/Darwin_00003606_person1644_bacteria_4362.png b/MendeleyCXR/labels/Darwin_00003606_person1644_bacteria_4362.png new file mode 100644 index 0000000000000000000000000000000000000000..f0fd9e772fcfc948e992b6756862518b6e655f3b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003606_person1644_bacteria_4362.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e97dc9716389044e26d4f32266be56ced3e76e0bde2db1f1aafb11573e6aead +size 1175 diff --git a/MendeleyCXR/labels/Darwin_00003607_person1645_bacteria_4363.png b/MendeleyCXR/labels/Darwin_00003607_person1645_bacteria_4363.png new file mode 100644 index 0000000000000000000000000000000000000000..e4b0fb9b94abe663e80d16207088cbb2ee064390 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003607_person1645_bacteria_4363.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b1e1044505d24038802809a323891b02a832a9752c071397acfdf1ef8c92e48 +size 1015 diff --git a/MendeleyCXR/labels/Darwin_00003608_person1646_bacteria_4368.png b/MendeleyCXR/labels/Darwin_00003608_person1646_bacteria_4368.png new file mode 100644 index 0000000000000000000000000000000000000000..6cfcd372c4d98905f88cec450c7a117bbd04e13d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003608_person1646_bacteria_4368.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:868fcaea6bbdd9da49b3e4fbdf1d1d9a61327a027c16586b254484b7656ea816 +size 1268 diff --git a/MendeleyCXR/labels/Darwin_00003609_person1647_bacteria_4372.png b/MendeleyCXR/labels/Darwin_00003609_person1647_bacteria_4372.png new file mode 100644 index 0000000000000000000000000000000000000000..82b70228a136b10629fc8a38f5a3fe82559526f3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003609_person1647_bacteria_4372.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d733ae75a782b223f5521ed24a72209a2fd699644703846e612b8d7bca053760 +size 1313 diff --git a/MendeleyCXR/labels/Darwin_00003610_person1648_bacteria_4373.png b/MendeleyCXR/labels/Darwin_00003610_person1648_bacteria_4373.png new file mode 100644 index 0000000000000000000000000000000000000000..c9d4f6fc53ed9f999bcdddd68024b300056d7b90 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003610_person1648_bacteria_4373.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:358e72c32a04a75510a70b3ec79414be4130f3be34a49f86bf6a26d449421a86 +size 1254 diff --git a/MendeleyCXR/labels/Darwin_00003611_person1648_bacteria_4375.png b/MendeleyCXR/labels/Darwin_00003611_person1648_bacteria_4375.png new file mode 100644 index 0000000000000000000000000000000000000000..5343e9dcca9e3af26152ea2f4d0ed7fad422fd55 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003611_person1648_bacteria_4375.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6841befd55fb7f8a35ffbe70289ef3f849fe349b2392256430a290b8818578e8 +size 1324 diff --git a/MendeleyCXR/labels/Darwin_00003612_person1648_bacteria_4376.png b/MendeleyCXR/labels/Darwin_00003612_person1648_bacteria_4376.png new file mode 100644 index 0000000000000000000000000000000000000000..6cec26de02dc38ef8e8cf266a399afa519dcad81 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003612_person1648_bacteria_4376.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5a3fe635a304b7c7d4d026b5591427b247429686d588a2092b93bcf6efa5151 +size 1159 diff --git a/MendeleyCXR/labels/Darwin_00003613_person1649_bacteria_4377.png b/MendeleyCXR/labels/Darwin_00003613_person1649_bacteria_4377.png new file mode 100644 index 0000000000000000000000000000000000000000..a450aedb63d94ad71dafc5dd697c15eb0fc2e9bb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003613_person1649_bacteria_4377.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0279e33f56d37b4569e53387186d12acaa7c04992a9e7302f36f3bc190d3cde +size 1212 diff --git a/MendeleyCXR/labels/Darwin_00003614_person1649_bacteria_4378.png b/MendeleyCXR/labels/Darwin_00003614_person1649_bacteria_4378.png new file mode 100644 index 0000000000000000000000000000000000000000..6ec2c11c773433fff4c93e66997b119af0ba9359 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003614_person1649_bacteria_4378.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:538270b25b4b8c16f00b25462308e247bfd954e3d377c843a110c30cc8305633 +size 1146 diff --git a/MendeleyCXR/labels/Darwin_00003615_person1649_bacteria_4379.png b/MendeleyCXR/labels/Darwin_00003615_person1649_bacteria_4379.png new file mode 100644 index 0000000000000000000000000000000000000000..eadc238240ed27060ce9211e5716d1178840c4a5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003615_person1649_bacteria_4379.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:447f18baacde7050efe47559abaa4b5607d877d64b6676f36073bdeae09a7ddf +size 1024 diff --git a/MendeleyCXR/labels/Darwin_00003616_person1651_bacteria_4381.png b/MendeleyCXR/labels/Darwin_00003616_person1651_bacteria_4381.png new file mode 100644 index 0000000000000000000000000000000000000000..99a518494398ab257f7cba29cf2d7288e4d717c4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003616_person1651_bacteria_4381.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95de5c94ad451a36c64f3b7d2886357eb1c32e98778f0cc76c74909fec7db812 +size 1305 diff --git a/MendeleyCXR/labels/Darwin_00003617_person1652_bacteria_4383.png b/MendeleyCXR/labels/Darwin_00003617_person1652_bacteria_4383.png new file mode 100644 index 0000000000000000000000000000000000000000..725e50899e7e9b8ade03f42e4d5cb8de1d4d2cb5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003617_person1652_bacteria_4383.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e84388cd5663c3737a7a4c5dd47dca861a63e7e38d7e76e2c6a85686bf45c973 +size 1298 diff --git a/MendeleyCXR/labels/Darwin_00003618_person1657_bacteria_4398.png b/MendeleyCXR/labels/Darwin_00003618_person1657_bacteria_4398.png new file mode 100644 index 0000000000000000000000000000000000000000..c2e47230778c39818a713037a596dbd9a0c8d637 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003618_person1657_bacteria_4398.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c26c3ef88ffb97bc727052ead9f40d3db6de4eda46871947b81358082971d7d +size 1191 diff --git a/MendeleyCXR/labels/Darwin_00003619_person1657_bacteria_4399.png b/MendeleyCXR/labels/Darwin_00003619_person1657_bacteria_4399.png new file mode 100644 index 0000000000000000000000000000000000000000..4efc97867df5197fa4f33c608fcbffec5cf0161a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003619_person1657_bacteria_4399.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36ffaea1955e75488e9e0f2cc2b6404fa5ee1f6af9011bb8cdd538efe7aa24d4 +size 1163 diff --git a/MendeleyCXR/labels/Darwin_00003620_person1657_bacteria_4400.png b/MendeleyCXR/labels/Darwin_00003620_person1657_bacteria_4400.png new file mode 100644 index 0000000000000000000000000000000000000000..098d8b808bb01433b169c3081d284b45b17ca95d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003620_person1657_bacteria_4400.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7de79bb7fe6e7163bf37c0bd167cdda2e48eef18ddadaf74f649a05b5ae51f37 +size 1096 diff --git a/MendeleyCXR/labels/Darwin_00003621_person1658_bacteria_4402.png b/MendeleyCXR/labels/Darwin_00003621_person1658_bacteria_4402.png new file mode 100644 index 0000000000000000000000000000000000000000..8f80fcfbdd5528e7b99915464e58ba967038eee7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003621_person1658_bacteria_4402.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ff8e0381ce4aaa3e24c810dec4049a35f007e4fe2bd60db65bb9810faf78182 +size 1258 diff --git a/MendeleyCXR/labels/Darwin_00003622_person1660_bacteria_4404.png b/MendeleyCXR/labels/Darwin_00003622_person1660_bacteria_4404.png new file mode 100644 index 0000000000000000000000000000000000000000..7e97058079f129986d611e006625e14d61b04794 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003622_person1660_bacteria_4404.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48f6f131b159330a4cf2332c3ccd7cac6b14ef22ac22b24c0defaaa32a431b0b +size 1332 diff --git a/MendeleyCXR/labels/Darwin_00003624_person1663_bacteria_4411.png b/MendeleyCXR/labels/Darwin_00003624_person1663_bacteria_4411.png new file mode 100644 index 0000000000000000000000000000000000000000..a642f2b5ca9f01d00184c3055d8104df5fb26cbd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003624_person1663_bacteria_4411.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5491704d958e461e5c92f8e3a4627ae94be5ad09983db069ecbc20febb7383a9 +size 1229 diff --git a/MendeleyCXR/labels/Darwin_00003625_person1663_bacteria_4412.png b/MendeleyCXR/labels/Darwin_00003625_person1663_bacteria_4412.png new file mode 100644 index 0000000000000000000000000000000000000000..a536ac4805feec54704b487ce3eba78e36f94eec --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003625_person1663_bacteria_4412.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b7b627ffacf8c8556cbba35f7cb6ed61ffb341aa6fcdb8b256971405556da21 +size 1251 diff --git a/MendeleyCXR/labels/Darwin_00003626_person1665_bacteria_4415.png b/MendeleyCXR/labels/Darwin_00003626_person1665_bacteria_4415.png new file mode 100644 index 0000000000000000000000000000000000000000..2dece33245bf857de380584e0d39dd704b3d2905 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003626_person1665_bacteria_4415.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ab9962ade4420ca02fef2eb28da61ceb1dfa149c69fd4625ca384514779e890 +size 1337 diff --git a/MendeleyCXR/labels/Darwin_00003627_person1666_bacteria_4416.png b/MendeleyCXR/labels/Darwin_00003627_person1666_bacteria_4416.png new file mode 100644 index 0000000000000000000000000000000000000000..cb5f49c19f5ae90e9cfd028eba2032f1ea367b0e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003627_person1666_bacteria_4416.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bff57fe4555c8372ebd124633dfd848218b17620a9209e60f9b404aed142c792 +size 1215 diff --git a/MendeleyCXR/labels/Darwin_00003628_person1667_bacteria_4417.png b/MendeleyCXR/labels/Darwin_00003628_person1667_bacteria_4417.png new file mode 100644 index 0000000000000000000000000000000000000000..59be94c11f8d217ddf6bfb412ae94899b7ce6e7f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003628_person1667_bacteria_4417.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b41ed75553f97f7a0542b4bd8936ec2ca2fd3930b55cc3ba0305ed2ae1a3419 +size 1116 diff --git a/MendeleyCXR/labels/Darwin_00003629_person1667_bacteria_4418.png b/MendeleyCXR/labels/Darwin_00003629_person1667_bacteria_4418.png new file mode 100644 index 0000000000000000000000000000000000000000..dcae81f8f2535e214ff0f6dbff92c1e40c910656 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003629_person1667_bacteria_4418.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d85178efdf2fa0165cd3783b67142888e87db7226985f4f7d48246bcf457833 +size 1203 diff --git a/MendeleyCXR/labels/Darwin_00003633_person1669_bacteria_4423.png b/MendeleyCXR/labels/Darwin_00003633_person1669_bacteria_4423.png new file mode 100644 index 0000000000000000000000000000000000000000..2bbe4e7e7873b1b5ed475f9740a91666965416ed --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003633_person1669_bacteria_4423.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e72c54f43e4041ca8e689461600507773cded283683ed50bee91e4d51142d93a +size 1297 diff --git a/MendeleyCXR/labels/Darwin_00003634_person1669_bacteria_4424.png b/MendeleyCXR/labels/Darwin_00003634_person1669_bacteria_4424.png new file mode 100644 index 0000000000000000000000000000000000000000..7169f704e74f09a4b0f55497dd491c5da8a67112 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003634_person1669_bacteria_4424.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:365c67d1f319eaa183d31425aa7bfa6ddcc5c12ab2dd8c8977807473bd6d32b1 +size 1092 diff --git a/MendeleyCXR/labels/Darwin_00003635_person1670_bacteria_4425.png b/MendeleyCXR/labels/Darwin_00003635_person1670_bacteria_4425.png new file mode 100644 index 0000000000000000000000000000000000000000..50debd6c411bd61b5e4dc261a8bdf40d2ece5957 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003635_person1670_bacteria_4425.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f81408541056bd47276d7adeefac334b9b011d80a2e8ad077c77c29c7c36c2b6 +size 1356 diff --git a/MendeleyCXR/labels/Darwin_00003637_person1670_bacteria_4427.png b/MendeleyCXR/labels/Darwin_00003637_person1670_bacteria_4427.png new file mode 100644 index 0000000000000000000000000000000000000000..b74b2642ecc746dfe59c008d7b0b97c5596ca80b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003637_person1670_bacteria_4427.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16692670a6788fab6e6c656269aa0a94fae376ec5b5460efda77d60652896ab0 +size 1158 diff --git a/MendeleyCXR/labels/Darwin_00003638_person1670_bacteria_4428.png b/MendeleyCXR/labels/Darwin_00003638_person1670_bacteria_4428.png new file mode 100644 index 0000000000000000000000000000000000000000..884ce7cca02d5fcf6859c51e0765486d7fae0ead --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003638_person1670_bacteria_4428.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50c732b3e5a76b6ae6e197fc242723a2decb3df90e33269172773c78f10839be +size 1287 diff --git a/MendeleyCXR/labels/Darwin_00003639_person1670_bacteria_4429.png b/MendeleyCXR/labels/Darwin_00003639_person1670_bacteria_4429.png new file mode 100644 index 0000000000000000000000000000000000000000..d70b6ee98c9bb625612853512ded4f6c46b2c01e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003639_person1670_bacteria_4429.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f321d773152eec5eb7800c92c882c34b58244dbbd17a75b7f97d52ef17cf3675 +size 1203 diff --git a/MendeleyCXR/labels/Darwin_00003640_person1670_bacteria_4430.png b/MendeleyCXR/labels/Darwin_00003640_person1670_bacteria_4430.png new file mode 100644 index 0000000000000000000000000000000000000000..71a7d32e2fe839d359291204cc1265ef1aba7b20 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003640_person1670_bacteria_4430.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28d977d5e4978d305c46a86eff4faebbda0d6343bbe4382e6eeac6dbd036296d +size 1171 diff --git a/MendeleyCXR/labels/Darwin_00003641_person1670_bacteria_4431.png b/MendeleyCXR/labels/Darwin_00003641_person1670_bacteria_4431.png new file mode 100644 index 0000000000000000000000000000000000000000..829b70e0b3651c1162703c59824a2599f029f740 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003641_person1670_bacteria_4431.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:481978e2f6da8ff654ac5c04b8e6dd731e21e4ff50490702021c60e4a90261fa +size 1346 diff --git a/MendeleyCXR/labels/Darwin_00003642_person1671_bacteria_4432.png b/MendeleyCXR/labels/Darwin_00003642_person1671_bacteria_4432.png new file mode 100644 index 0000000000000000000000000000000000000000..c1e5b0eb35cb16b0b0f007676d9c262195262ac2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003642_person1671_bacteria_4432.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42817aa1c4620e183a81149b94f35349c7f9a76d97c1d99087f3997a9cbeb66a +size 1306 diff --git a/MendeleyCXR/labels/Darwin_00003643_person1673_bacteria_4434.png b/MendeleyCXR/labels/Darwin_00003643_person1673_bacteria_4434.png new file mode 100644 index 0000000000000000000000000000000000000000..7b503ad25e24c540c7849b8b1b45f2fa08c3233e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003643_person1673_bacteria_4434.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de92e143c1bba574202ccbb80f42afc47bedde73ab0109a9d2ac58ef8a5e8d07 +size 1139 diff --git a/MendeleyCXR/labels/Darwin_00003644_person1674_bacteria_4437.png b/MendeleyCXR/labels/Darwin_00003644_person1674_bacteria_4437.png new file mode 100644 index 0000000000000000000000000000000000000000..036ec98c73e2c6c46fa18401fc1ad40f1a336263 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003644_person1674_bacteria_4437.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a48e44ba37b36bdb30d6e76b88ca0f10c92083d844e8d0f7ecbd999f3c0dad6 +size 1152 diff --git a/MendeleyCXR/labels/Darwin_00003648_person1678_bacteria_4446.png b/MendeleyCXR/labels/Darwin_00003648_person1678_bacteria_4446.png new file mode 100644 index 0000000000000000000000000000000000000000..af45f28e227cbecba2eb30398cd4beb8f70f834d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003648_person1678_bacteria_4446.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4c0a1efaa771eeb2bcc45fd79479cfd8b5cf19d690d1e5f032fc53fd22aa0e7 +size 1283 diff --git a/MendeleyCXR/labels/Darwin_00003652_person1679_bacteria_4452.png b/MendeleyCXR/labels/Darwin_00003652_person1679_bacteria_4452.png new file mode 100644 index 0000000000000000000000000000000000000000..1ea2bc8d86729acae745122c10f6f31c5092a1a5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003652_person1679_bacteria_4452.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bde7eef6d7538e05f420daab1c99839d5911514845b42d69b571941cdaac162 +size 1101 diff --git a/MendeleyCXR/labels/Darwin_00003653_person1679_bacteria_4453.png b/MendeleyCXR/labels/Darwin_00003653_person1679_bacteria_4453.png new file mode 100644 index 0000000000000000000000000000000000000000..0e5cdaeb563dd7b74326751111d0712786b4ee14 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003653_person1679_bacteria_4453.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc1204896518b3aec4983c696256aa6a08d8f8c4cee57483d13f7249d543a84e +size 1223 diff --git a/MendeleyCXR/labels/Darwin_00003654_person1680_bacteria_4455.png b/MendeleyCXR/labels/Darwin_00003654_person1680_bacteria_4455.png new file mode 100644 index 0000000000000000000000000000000000000000..4bdf5c503156f7203dcb2569e72f2a78598adc21 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003654_person1680_bacteria_4455.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9777275b0e91dec4a6e9e95ab0c5d457291d3fddad454755c382355b5200c9d +size 1345 diff --git a/MendeleyCXR/labels/Darwin_00003655_person1682_bacteria_4459.png b/MendeleyCXR/labels/Darwin_00003655_person1682_bacteria_4459.png new file mode 100644 index 0000000000000000000000000000000000000000..feda8d67a678537c880d4f30270d23f0d7e1e467 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003655_person1682_bacteria_4459.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e5cb6d644751f969d5a7483b2544b22735ba2c1ba7012d9e2b0ba91bddcd6bd +size 1073 diff --git a/MendeleyCXR/labels/Darwin_00003656_person1683_bacteria_4460.png b/MendeleyCXR/labels/Darwin_00003656_person1683_bacteria_4460.png new file mode 100644 index 0000000000000000000000000000000000000000..cf7fede3c00bb643aabc422b3ba942ccf0d16e59 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003656_person1683_bacteria_4460.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7c812e7beecdca6a4129262ada2347953565a7d4f3b3cf099bfc843e41d79fb +size 1295 diff --git a/MendeleyCXR/labels/Darwin_00003659_person1684_bacteria_4463.png b/MendeleyCXR/labels/Darwin_00003659_person1684_bacteria_4463.png new file mode 100644 index 0000000000000000000000000000000000000000..796ed69364275e5b1059619795cbc59fc6ab38ef --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003659_person1684_bacteria_4463.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c073ce09c652d8c415179052ced75bcc1bd213ab14c069219d25bdea82914e0 +size 1296 diff --git a/MendeleyCXR/labels/Darwin_00003660_person1685_bacteria_4465.png b/MendeleyCXR/labels/Darwin_00003660_person1685_bacteria_4465.png new file mode 100644 index 0000000000000000000000000000000000000000..afa4e47effc93a54dfdc889daf0d3e3dd6543fa1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003660_person1685_bacteria_4465.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:300318e37b886c8ae9b33bd251ad8c7650a235c692cad1007eb0c59f9fc8eb3c +size 1395 diff --git a/MendeleyCXR/labels/Darwin_00003662_person1687_bacteria_4468.png b/MendeleyCXR/labels/Darwin_00003662_person1687_bacteria_4468.png new file mode 100644 index 0000000000000000000000000000000000000000..e15db7406551e55108f994d2926f93acb8d4724e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003662_person1687_bacteria_4468.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75705c44660d10a2b3262c3b7a37a96fa2723aac7cf32dab46748d2d56b20153 +size 1275 diff --git a/MendeleyCXR/labels/Darwin_00003663_person1689_bacteria_4472.png b/MendeleyCXR/labels/Darwin_00003663_person1689_bacteria_4472.png new file mode 100644 index 0000000000000000000000000000000000000000..16e05c07b830ecb234631417d12baea0a15c1064 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003663_person1689_bacteria_4472.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c22cde22f9aae237282f925c0dcc05a81cdb1c7a6e3b4c157df2e5e03ac5f7c5 +size 1268 diff --git a/MendeleyCXR/labels/Darwin_00003666_person1690_bacteria_4475.png b/MendeleyCXR/labels/Darwin_00003666_person1690_bacteria_4475.png new file mode 100644 index 0000000000000000000000000000000000000000..a5852710d2f56172fcd6c6ee1f3b7c995b68cad0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003666_person1690_bacteria_4475.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80213040ab947067ba6f82c2fe9e485647eb905942ef5e7a1bf60c850ef32db2 +size 1288 diff --git a/MendeleyCXR/labels/Darwin_00003667_person1691_bacteria_4479.png b/MendeleyCXR/labels/Darwin_00003667_person1691_bacteria_4479.png new file mode 100644 index 0000000000000000000000000000000000000000..b06319b248aec6fa2abf5f54e6d371922c0f0d61 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003667_person1691_bacteria_4479.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb07ad97489d43ad9891196f48560b8851b3110e89b706c35e6bbdbdbedade01 +size 1361 diff --git a/MendeleyCXR/labels/Darwin_00003668_person1691_bacteria_4481.png b/MendeleyCXR/labels/Darwin_00003668_person1691_bacteria_4481.png new file mode 100644 index 0000000000000000000000000000000000000000..8147c907d10f35ccfc91e77ea1074c33f91d2370 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003668_person1691_bacteria_4481.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b22309acbdede44ed68b5c5c29d180e6c8ae795d3522a831c2a90170eeff3b5f +size 1143 diff --git a/MendeleyCXR/labels/Darwin_00003670_person1695_bacteria_4492.png b/MendeleyCXR/labels/Darwin_00003670_person1695_bacteria_4492.png new file mode 100644 index 0000000000000000000000000000000000000000..8f41cd8f6ee60b57772edff4cd37b2708a696b45 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003670_person1695_bacteria_4492.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0654a147567cb149508f9f424cf471407f241a4984b7622418f3b71d07ce95b1 +size 1250 diff --git a/MendeleyCXR/labels/Darwin_00003671_person1696_bacteria_4495.png b/MendeleyCXR/labels/Darwin_00003671_person1696_bacteria_4495.png new file mode 100644 index 0000000000000000000000000000000000000000..2616d1849ec78606b94fdc4e465de72f76a780f7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003671_person1696_bacteria_4495.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:323d56703e39d8e6f91890648f58913098c483f0274c53099c1a6e6ffc505415 +size 1262 diff --git a/MendeleyCXR/labels/Darwin_00003672_person1697_bacteria_4496.png b/MendeleyCXR/labels/Darwin_00003672_person1697_bacteria_4496.png new file mode 100644 index 0000000000000000000000000000000000000000..745ddf1a9fe7139f09c121cf0db3646ecae7e819 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003672_person1697_bacteria_4496.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c94b90f6fd620381365c6d6efb1857591e3f3630dd8c8957705feaa52ce9f24 +size 1151 diff --git a/MendeleyCXR/labels/Darwin_00003673_person1698_bacteria_4497.png b/MendeleyCXR/labels/Darwin_00003673_person1698_bacteria_4497.png new file mode 100644 index 0000000000000000000000000000000000000000..f90f4e178af2de7b6cee22ea8f3ff4fe10453fb3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003673_person1698_bacteria_4497.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:304488743e19fa7d8377241a38d24d759d9b8f7b69fd283ce774f175a76bba33 +size 1201 diff --git a/MendeleyCXR/labels/Darwin_00003674_person1699_bacteria_4498.png b/MendeleyCXR/labels/Darwin_00003674_person1699_bacteria_4498.png new file mode 100644 index 0000000000000000000000000000000000000000..3356183e12b93e7b2333f295363a4ddc70f443ea --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003674_person1699_bacteria_4498.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd7b066ea20317b6a97ef8d5ffcea6b6cc19d0e3b45e18405adf7d2152a06b5a +size 1312 diff --git a/MendeleyCXR/labels/Darwin_00003675_person1700_bacteria_4500.png b/MendeleyCXR/labels/Darwin_00003675_person1700_bacteria_4500.png new file mode 100644 index 0000000000000000000000000000000000000000..e5faabe99ab7daee3f3a9b800a55c5a8fc428cd9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003675_person1700_bacteria_4500.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60e4abb71753a49463718c02074d279ca2f2d900ae37a5694ce091b2cc19f576 +size 1085 diff --git a/MendeleyCXR/labels/Darwin_00003677_person1701_bacteria_4504.png b/MendeleyCXR/labels/Darwin_00003677_person1701_bacteria_4504.png new file mode 100644 index 0000000000000000000000000000000000000000..255363a8ce687952c98a46a673de92b18fbb16d3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003677_person1701_bacteria_4504.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cb46851b212f1b3cd87bc11487373f3691e719770d2f2446666d69ae477cbfb +size 1300 diff --git a/MendeleyCXR/labels/Darwin_00003679_person1702_bacteria_4508.png b/MendeleyCXR/labels/Darwin_00003679_person1702_bacteria_4508.png new file mode 100644 index 0000000000000000000000000000000000000000..2b808a013b3ff10825de15e2f5704005ede6ae4f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003679_person1702_bacteria_4508.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aed3c47c38e21152cbcbf55b3cdc5c94987b69db6650d20aad565ff95865930d +size 1177 diff --git a/MendeleyCXR/labels/Darwin_00003680_person1702_bacteria_4509.png b/MendeleyCXR/labels/Darwin_00003680_person1702_bacteria_4509.png new file mode 100644 index 0000000000000000000000000000000000000000..deb2be701babfd80590e92f55c3bd45568f8d50c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003680_person1702_bacteria_4509.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa3df088fdb0251e6e6664ffa1c18e0c912aaed73e5d78d198400d70e56f852e +size 1266 diff --git a/MendeleyCXR/labels/Darwin_00003681_person1702_bacteria_4510.png b/MendeleyCXR/labels/Darwin_00003681_person1702_bacteria_4510.png new file mode 100644 index 0000000000000000000000000000000000000000..ae28103f9aeb43de409d331096e63c6a418feaca --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003681_person1702_bacteria_4510.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31cc64be1c4ad22a2d5993607eeb88b1f472d2943e176508b2c4d2349b43db8c +size 1379 diff --git a/MendeleyCXR/labels/Darwin_00003682_person1702_bacteria_4511.png b/MendeleyCXR/labels/Darwin_00003682_person1702_bacteria_4511.png new file mode 100644 index 0000000000000000000000000000000000000000..1f2174dd411f489a941bc6f0d8eacdc4cdb290ba --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003682_person1702_bacteria_4511.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:199dde8fc7bc4eaa71b7bc19198a2a25a05c6d5b6cbfc4d43d12108dc774b6f7 +size 1220 diff --git a/MendeleyCXR/labels/Darwin_00003686_person1708_bacteria_4521.png b/MendeleyCXR/labels/Darwin_00003686_person1708_bacteria_4521.png new file mode 100644 index 0000000000000000000000000000000000000000..cac525df8ba996e6f205afd3ad2f92e59d6c748d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003686_person1708_bacteria_4521.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:223a60234fee4d09ed6c5c7b37f4f324c2a276c6893b91ec7089ce5397950570 +size 1308 diff --git a/MendeleyCXR/labels/Darwin_00003687_person1709_bacteria_4522.png b/MendeleyCXR/labels/Darwin_00003687_person1709_bacteria_4522.png new file mode 100644 index 0000000000000000000000000000000000000000..cebaee49e460a22a2228ad0875c65640350c33c4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003687_person1709_bacteria_4522.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:123f2b2488c72ef8430be90d2108b0434a27023a3337e742a69d0a54350e9900 +size 1395 diff --git a/MendeleyCXR/labels/Darwin_00003689_person1709_bacteria_4524.png b/MendeleyCXR/labels/Darwin_00003689_person1709_bacteria_4524.png new file mode 100644 index 0000000000000000000000000000000000000000..294a618a06c44b81b8c5759f68dc56a1899ea422 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003689_person1709_bacteria_4524.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0512922707e402bd2dc08acfb3d4aae8529a39e5cfc3bf0f51eaa07585f41629 +size 1239 diff --git a/MendeleyCXR/labels/Darwin_00003690_person1710_bacteria_4525.png b/MendeleyCXR/labels/Darwin_00003690_person1710_bacteria_4525.png new file mode 100644 index 0000000000000000000000000000000000000000..4d8e9f9f2e2e70b1a1ded32fe98da35eb28745e5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003690_person1710_bacteria_4525.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10c73c902122f03b7d8985dfddc7537c72d7281cfc532fb37f22c2aa2d052ff8 +size 1220 diff --git a/MendeleyCXR/labels/Darwin_00003692_person1711_bacteria_4527.png b/MendeleyCXR/labels/Darwin_00003692_person1711_bacteria_4527.png new file mode 100644 index 0000000000000000000000000000000000000000..68c3baafb4757467a3a369d4961b4c7401362983 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003692_person1711_bacteria_4527.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba810619b47b72dc80fdeb5fd5a24ff247f3601817387673789d3e1908f4fc11 +size 1087 diff --git a/MendeleyCXR/labels/Darwin_00003693_person1712_bacteria_4529.png b/MendeleyCXR/labels/Darwin_00003693_person1712_bacteria_4529.png new file mode 100644 index 0000000000000000000000000000000000000000..9ed8d6276ed34971d2cd541e405662605fd9de69 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003693_person1712_bacteria_4529.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e70867f901ae799805d7ae4d73e7d4b8dbf98ca1c0fba3551caa169b60a9f2e +size 1265 diff --git a/MendeleyCXR/labels/Darwin_00003694_person1713_bacteria_4530.png b/MendeleyCXR/labels/Darwin_00003694_person1713_bacteria_4530.png new file mode 100644 index 0000000000000000000000000000000000000000..1f8b189d24871babc17f1d7f537c40a7091a1f32 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003694_person1713_bacteria_4530.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71df86573d7c39b55e497eae89ae5befe25a526aeeccc3b83a8e75a9cc39500e +size 1348 diff --git a/MendeleyCXR/labels/Darwin_00003695_person1715_bacteria_4532.png b/MendeleyCXR/labels/Darwin_00003695_person1715_bacteria_4532.png new file mode 100644 index 0000000000000000000000000000000000000000..628f7f0c31fe830d0d1b05fb8b53dd0f4c793b6a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003695_person1715_bacteria_4532.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4e46d3c1f9c0f87d425431805c9ab37001626c4064ad05f608dae662914ddf3 +size 1318 diff --git a/MendeleyCXR/labels/Darwin_00003697_person1717_bacteria_4534.png b/MendeleyCXR/labels/Darwin_00003697_person1717_bacteria_4534.png new file mode 100644 index 0000000000000000000000000000000000000000..15784c7a92e25f89a7e52a57cdaa7c31c7d37bf9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003697_person1717_bacteria_4534.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fec51f07cb01d251734de427a19ef3fed1e8e0c0deeb887955ade5c06478a949 +size 1210 diff --git a/MendeleyCXR/labels/Darwin_00003698_person1717_bacteria_4536.png b/MendeleyCXR/labels/Darwin_00003698_person1717_bacteria_4536.png new file mode 100644 index 0000000000000000000000000000000000000000..301ca9aa6558a667f1ebf19c2c828183271745dc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003698_person1717_bacteria_4536.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffeb05497bd5fffe37f7519809932b42cddd18b5c09a30213dd030d1284ae95f +size 1151 diff --git a/MendeleyCXR/labels/Darwin_00003699_person1718_bacteria_4538.png b/MendeleyCXR/labels/Darwin_00003699_person1718_bacteria_4538.png new file mode 100644 index 0000000000000000000000000000000000000000..62ecfc2789006c00177f8a37b48a54a51289633b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003699_person1718_bacteria_4538.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0fe23d6bdc3c59448aad6d601acc9b3d389b9f9e756d88697cf6d27292ea8e0 +size 1339 diff --git a/MendeleyCXR/labels/Darwin_00003700_person1718_bacteria_4540.png b/MendeleyCXR/labels/Darwin_00003700_person1718_bacteria_4540.png new file mode 100644 index 0000000000000000000000000000000000000000..f475f982726e4db4a912b3c6fc817b6cc23f628c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003700_person1718_bacteria_4540.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f383e503f06d74ba766e089eb7de6fdc86c9e7ced4e31950112c8438450d9fd +size 1202 diff --git a/MendeleyCXR/labels/Darwin_00003704_person1720_bacteria_4545.png b/MendeleyCXR/labels/Darwin_00003704_person1720_bacteria_4545.png new file mode 100644 index 0000000000000000000000000000000000000000..36851753669b824cd760fb878c70274e011591a6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003704_person1720_bacteria_4545.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46f80a863e17699a330132ac2691586a1468fb4ffb73706cfe0abca1e7cf1aba +size 1259 diff --git a/MendeleyCXR/labels/Darwin_00003705_person1721_bacteria_4546.png b/MendeleyCXR/labels/Darwin_00003705_person1721_bacteria_4546.png new file mode 100644 index 0000000000000000000000000000000000000000..0832882b69cb8fa84b20960cbf48e3b9a789bce0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003705_person1721_bacteria_4546.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:539ede1e6aacbf2543ec088efdc7591c5d8b43f689c1b1db9ecd956278507a22 +size 1033 diff --git a/MendeleyCXR/labels/Darwin_00003708_person1724_bacteria_4549.png b/MendeleyCXR/labels/Darwin_00003708_person1724_bacteria_4549.png new file mode 100644 index 0000000000000000000000000000000000000000..81faab5807c78ea9c376aa53bcdb93eb71ed618f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003708_person1724_bacteria_4549.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47024d7b934d5c2fd3d9680208a79de4f8ef7159edaac48a3b1c8333978fcd68 +size 1342 diff --git a/MendeleyCXR/labels/Darwin_00003711_person1726_bacteria_4552.png b/MendeleyCXR/labels/Darwin_00003711_person1726_bacteria_4552.png new file mode 100644 index 0000000000000000000000000000000000000000..a5abd8c5d392b20181d9d35e464c7aa95f9aa8f0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003711_person1726_bacteria_4552.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:369644840146b5100ff54513ecae4a064313dae2b98a5d4021370e37633ffb46 +size 1288 diff --git a/MendeleyCXR/labels/Darwin_00003714_person1729_bacteria_4557.png b/MendeleyCXR/labels/Darwin_00003714_person1729_bacteria_4557.png new file mode 100644 index 0000000000000000000000000000000000000000..3081633b7932ec2ce60011f1f42eb9feed81ddda --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003714_person1729_bacteria_4557.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1fd936719400389788a69ca752a2ed1831ae0fddb3945ae66eb588c7abfe370 +size 1294 diff --git a/MendeleyCXR/labels/Darwin_00003715_person1730_bacteria_4558.png b/MendeleyCXR/labels/Darwin_00003715_person1730_bacteria_4558.png new file mode 100644 index 0000000000000000000000000000000000000000..36f5def96910187574245dcd919039ee9662dd64 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003715_person1730_bacteria_4558.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cf9ce99e7d9d262e2d3123485c492882eca3d7817cb7e45a820c132ff4af45c +size 1265 diff --git a/MendeleyCXR/labels/Darwin_00003716_person1730_bacteria_4559.png b/MendeleyCXR/labels/Darwin_00003716_person1730_bacteria_4559.png new file mode 100644 index 0000000000000000000000000000000000000000..ce23ff630253c584cb500951bff2b8d3d5463c3e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003716_person1730_bacteria_4559.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36daeea0e9c5c3a9cc41b2c24156e5b791053e88fd894ee0030855830dfedf8c +size 1275 diff --git a/MendeleyCXR/labels/Darwin_00003717_person1731_bacteria_4563.png b/MendeleyCXR/labels/Darwin_00003717_person1731_bacteria_4563.png new file mode 100644 index 0000000000000000000000000000000000000000..94184b27c3a9022dac2cf558ab4d59d66ad88f98 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003717_person1731_bacteria_4563.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84e5ec2c3991d2ac8115aab39aa39b30d77ef3e3cb7eb1e9c684f7ee2a3a5625 +size 1184 diff --git a/MendeleyCXR/labels/Darwin_00003720_person1735_bacteria_4570.png b/MendeleyCXR/labels/Darwin_00003720_person1735_bacteria_4570.png new file mode 100644 index 0000000000000000000000000000000000000000..917fcddf9288a3cf7f8003087152bbccd710344c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003720_person1735_bacteria_4570.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1adac3c498b7aa06afb946bce64b8ee62b924d7b0bf7da485b622d637e00b081 +size 1195 diff --git a/MendeleyCXR/labels/Darwin_00003721_person1737_bacteria_4573.png b/MendeleyCXR/labels/Darwin_00003721_person1737_bacteria_4573.png new file mode 100644 index 0000000000000000000000000000000000000000..55558ac9d0af4df384e0ee7a8353a8cccf523d7d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003721_person1737_bacteria_4573.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f539401b25b569b91db9e653730b865b1dd3daa30fe65ec6f8a484be2b14fa4 +size 1069 diff --git a/MendeleyCXR/labels/Darwin_00003722_person1739_bacteria_4576.png b/MendeleyCXR/labels/Darwin_00003722_person1739_bacteria_4576.png new file mode 100644 index 0000000000000000000000000000000000000000..9f959c8b4bcb831fde8393c35fcc52c4626dba50 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003722_person1739_bacteria_4576.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77f745494ba0312fe95762f15cb6d07fa7d80c02f2791aa05d7343018a38e69d +size 1331 diff --git a/MendeleyCXR/labels/Darwin_00003723_person1740_bacteria_4579.png b/MendeleyCXR/labels/Darwin_00003723_person1740_bacteria_4579.png new file mode 100644 index 0000000000000000000000000000000000000000..7e21a82b6fab801a70540cf1435b290e102dbb09 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003723_person1740_bacteria_4579.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c109ded206fbb42c64040b6dc84f28ab83d0801d89e4c3309046854b44e6c657 +size 1255 diff --git a/MendeleyCXR/labels/Darwin_00003724_person1744_bacteria_4583.png b/MendeleyCXR/labels/Darwin_00003724_person1744_bacteria_4583.png new file mode 100644 index 0000000000000000000000000000000000000000..ff26da361e1e6d23ed736514fb898e66936f075b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003724_person1744_bacteria_4583.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:571fb86212a364bdc7e09d40a1d891d606321a2504241be248e56f9b32505b8e +size 1045 diff --git a/MendeleyCXR/labels/Darwin_00003725_person1745_bacteria_4584.png b/MendeleyCXR/labels/Darwin_00003725_person1745_bacteria_4584.png new file mode 100644 index 0000000000000000000000000000000000000000..7f05f4d2cca93343c0c836749b71a65d93519a00 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003725_person1745_bacteria_4584.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef19172c702a18bbdd1ac1431305608d4fff95072dc4bb9a6353db7884c879f9 +size 1125 diff --git a/MendeleyCXR/labels/Darwin_00003726_person1746_bacteria_4585.png b/MendeleyCXR/labels/Darwin_00003726_person1746_bacteria_4585.png new file mode 100644 index 0000000000000000000000000000000000000000..94f1bd7a5c1b6f46271860eb3baf23c7404b6613 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003726_person1746_bacteria_4585.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88154a890fcf4e50320df01948734e78095e9d4f9b8154bd15578c0ef22151c5 +size 1139 diff --git a/MendeleyCXR/labels/Darwin_00003727_person1748_bacteria_4588.png b/MendeleyCXR/labels/Darwin_00003727_person1748_bacteria_4588.png new file mode 100644 index 0000000000000000000000000000000000000000..d6bbbe31e86293914b90a9a81b1accb5fb8fb135 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003727_person1748_bacteria_4588.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f33cfc9d399a0dcc2a65c71481a5dce16cea3f534af7910ec01a8c9f810b4ae5 +size 1355 diff --git a/MendeleyCXR/labels/Darwin_00003730_person1753_bacteria_4594.png b/MendeleyCXR/labels/Darwin_00003730_person1753_bacteria_4594.png new file mode 100644 index 0000000000000000000000000000000000000000..0f26f985eb8237bdbba220ff7be256816edafbdf --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003730_person1753_bacteria_4594.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49a29d14321e49ba5f080cd0f56d58d9ff9973fc154a268b2d6335103054b59e +size 1229 diff --git a/MendeleyCXR/labels/Darwin_00003731_person1756_bacteria_4598.png b/MendeleyCXR/labels/Darwin_00003731_person1756_bacteria_4598.png new file mode 100644 index 0000000000000000000000000000000000000000..71ea41589f81c92504bf742f6547cbf6c842446f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003731_person1756_bacteria_4598.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7de80072fccd26ab3acb50da7ad9e963dd85c7a1420a7ff09665781edb39cf01 +size 1141 diff --git a/MendeleyCXR/labels/Darwin_00003732_person1757_bacteria_4599.png b/MendeleyCXR/labels/Darwin_00003732_person1757_bacteria_4599.png new file mode 100644 index 0000000000000000000000000000000000000000..351fe01c0e37229e3a6566270f524b34dc0a40af --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003732_person1757_bacteria_4599.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ec5c579f0ec9e6272c772ebe79b694a2476a0a293fe29365c791f543c54d9dc +size 1183 diff --git a/MendeleyCXR/labels/Darwin_00003733_person1758_bacteria_4600.png b/MendeleyCXR/labels/Darwin_00003733_person1758_bacteria_4600.png new file mode 100644 index 0000000000000000000000000000000000000000..cf27b565b1856e4ff2c94ec49a72eca91e99ad0c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003733_person1758_bacteria_4600.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6847a35e861cb8e7b0478eb058cb8585b64a37e0704e7afb32229c7cda209b7 +size 1120 diff --git a/MendeleyCXR/labels/Darwin_00003734_person1760_bacteria_4602.png b/MendeleyCXR/labels/Darwin_00003734_person1760_bacteria_4602.png new file mode 100644 index 0000000000000000000000000000000000000000..45cf0fee7da606aa97e2ff39d80133401dc340c6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003734_person1760_bacteria_4602.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b86623fcd741c6b1cc5ed291b7d1a7d673fed604886b29ec539f9124bc66cb63 +size 1303 diff --git a/MendeleyCXR/labels/Darwin_00003737_person1764_bacteria_4607.png b/MendeleyCXR/labels/Darwin_00003737_person1764_bacteria_4607.png new file mode 100644 index 0000000000000000000000000000000000000000..932c91ac6e19b9486ae5256c91bab5e398aa6dc1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003737_person1764_bacteria_4607.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1478bdf09f26acbeb4b1390f4967a995e31ea269d53e2c2fe596c8be5065157b +size 1291 diff --git a/MendeleyCXR/labels/Darwin_00003738_person1765_bacteria_4608.png b/MendeleyCXR/labels/Darwin_00003738_person1765_bacteria_4608.png new file mode 100644 index 0000000000000000000000000000000000000000..6f84a5a8b4aec31fd32a204ba23dfc87ab70880d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003738_person1765_bacteria_4608.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2e054c868feb98bed44c9910a7bef0ab7a8d1847599d33f4ab21085f35c268e +size 1148 diff --git a/MendeleyCXR/labels/Darwin_00003739_person1770_bacteria_4613.png b/MendeleyCXR/labels/Darwin_00003739_person1770_bacteria_4613.png new file mode 100644 index 0000000000000000000000000000000000000000..c3aa6b5e074f46494c95bd3fe5813a6fbbf3c8f3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003739_person1770_bacteria_4613.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac21a827bdf077ed606172dc5bc6bdd03e82f94a260d70db054835d38196b8e7 +size 1272 diff --git a/MendeleyCXR/labels/Darwin_00003741_person1771_bacteria_4615.png b/MendeleyCXR/labels/Darwin_00003741_person1771_bacteria_4615.png new file mode 100644 index 0000000000000000000000000000000000000000..4e3bccf0cd30dbb93eb71b44016130b49c9e11a7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003741_person1771_bacteria_4615.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29bfab626969485e73806a0e829148abe11314d53220a4b2931c80ba1406fc62 +size 1183 diff --git a/MendeleyCXR/labels/Darwin_00003742_person1777_bacteria_4622.png b/MendeleyCXR/labels/Darwin_00003742_person1777_bacteria_4622.png new file mode 100644 index 0000000000000000000000000000000000000000..9c84625fe251abc0b6a9a38ee52b612be9d9d8b7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003742_person1777_bacteria_4622.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4c9a9f72f3b2052e9dfcc58b2f8531f73c44fccc01fc2a0ef68338de815a018 +size 1269 diff --git a/MendeleyCXR/labels/Darwin_00003743_person1779_bacteria_4626.png b/MendeleyCXR/labels/Darwin_00003743_person1779_bacteria_4626.png new file mode 100644 index 0000000000000000000000000000000000000000..16681c0a45f4185d0c10fe99e2492657707c7000 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003743_person1779_bacteria_4626.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e085f366c6d0ac1029fb4343d3e8af5e46a6bb4554a503c43ecf97b13d26ae76 +size 1235 diff --git a/MendeleyCXR/labels/Darwin_00003744_person1784_bacteria_4631.png b/MendeleyCXR/labels/Darwin_00003744_person1784_bacteria_4631.png new file mode 100644 index 0000000000000000000000000000000000000000..f942c47fd8728e5080b47d89108f6e1bde8fb841 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003744_person1784_bacteria_4631.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f91d037a834f5c34e5bbbb0791578af4711fbf4d49eb308caae8d38da6bad0cf +size 1262 diff --git a/MendeleyCXR/labels/Darwin_00003745_person1787_bacteria_4634.png b/MendeleyCXR/labels/Darwin_00003745_person1787_bacteria_4634.png new file mode 100644 index 0000000000000000000000000000000000000000..f8b20444439fccf210df6939c653c05480adcd92 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003745_person1787_bacteria_4634.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25cfc316416daca868c439a02bdfee2d418ad315999fe9196785ae7b71e2e30b +size 1405 diff --git a/MendeleyCXR/labels/Darwin_00003746_person1790_bacteria_4638.png b/MendeleyCXR/labels/Darwin_00003746_person1790_bacteria_4638.png new file mode 100644 index 0000000000000000000000000000000000000000..0df78eebbf096c550aac33f2621e8e16b19c44af --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003746_person1790_bacteria_4638.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:690c718d5c5f00deba2ed2cd39e7ef8645d8ac45fa4d26697498763a6a516b7f +size 1114 diff --git a/MendeleyCXR/labels/Darwin_00003747_person1796_bacteria_4644.png b/MendeleyCXR/labels/Darwin_00003747_person1796_bacteria_4644.png new file mode 100644 index 0000000000000000000000000000000000000000..c9932a29c14f742b089110ff4cbe3da3fc832eb6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003747_person1796_bacteria_4644.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76757c8a084368395842507ab09d879ba4e535072502c3b343d9749df81632ad +size 1151 diff --git a/MendeleyCXR/labels/Darwin_00003748_person1799_bacteria_4647.png b/MendeleyCXR/labels/Darwin_00003748_person1799_bacteria_4647.png new file mode 100644 index 0000000000000000000000000000000000000000..f49c395c559f6a5e9f356d062c348c2b8e00dec1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003748_person1799_bacteria_4647.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bada24dde5f7de30246d436aef900561909f5e9e57d723efa5f2ba14b9e2594d +size 1313 diff --git a/MendeleyCXR/labels/Darwin_00003749_person1803_bacteria_4651.png b/MendeleyCXR/labels/Darwin_00003749_person1803_bacteria_4651.png new file mode 100644 index 0000000000000000000000000000000000000000..141333d7db109ae7f673719168921e2057a13fe8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003749_person1803_bacteria_4651.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3259257879efa5ea636dcf5cb3b10d7c9cde73ea101f2fc17d4730cb576a2c5c +size 1232 diff --git a/MendeleyCXR/labels/Darwin_00003750_person1803_bacteria_4652.png b/MendeleyCXR/labels/Darwin_00003750_person1803_bacteria_4652.png new file mode 100644 index 0000000000000000000000000000000000000000..4fd037300d04b61c5a412f33ff40a73ee82852cb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003750_person1803_bacteria_4652.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c84ddf587982e8397c0966d34806fe2c17b8e4291882f819ed64cc38933ad60 +size 1275 diff --git a/MendeleyCXR/labels/Darwin_00003751_person1810_bacteria_4664.png b/MendeleyCXR/labels/Darwin_00003751_person1810_bacteria_4664.png new file mode 100644 index 0000000000000000000000000000000000000000..cdb5036268bd6a2fca0e3757f7ddf6f4874f5cee --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003751_person1810_bacteria_4664.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9f47a281444e2a48056699fff8100420354e4d2f89122fad6ff7856948581f1 +size 1323 diff --git a/MendeleyCXR/labels/Darwin_00003752_person1812_bacteria_4667.png b/MendeleyCXR/labels/Darwin_00003752_person1812_bacteria_4667.png new file mode 100644 index 0000000000000000000000000000000000000000..8344de35074f8d5d9d101f9f3d79e3b833120f7c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003752_person1812_bacteria_4667.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d95dfe574a011877e80cb2bbc1a67bb4443477fa1b93e5fd2dcef101691d2da4 +size 1323 diff --git a/MendeleyCXR/labels/Darwin_00003753_person1517_bacteria_3968.png b/MendeleyCXR/labels/Darwin_00003753_person1517_bacteria_3968.png new file mode 100644 index 0000000000000000000000000000000000000000..755a4c7d044894237d6bd09294b5206436d3fc85 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003753_person1517_bacteria_3968.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4dd6cfd8aab40ba61f11f97ac2282386a884a40bd5a391011280a146daf3137 +size 1346 diff --git a/MendeleyCXR/labels/Darwin_00003754_person1518_bacteria_3969.png b/MendeleyCXR/labels/Darwin_00003754_person1518_bacteria_3969.png new file mode 100644 index 0000000000000000000000000000000000000000..f9036fa9404afd2a29422474baa0156a1cd51a67 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003754_person1518_bacteria_3969.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66082f026629cbd6e93cee3afcf4148d2eb82623948f5011ce029a6fae2d9138 +size 1244 diff --git a/MendeleyCXR/labels/Darwin_00003755_person1519_bacteria_3970.png b/MendeleyCXR/labels/Darwin_00003755_person1519_bacteria_3970.png new file mode 100644 index 0000000000000000000000000000000000000000..84a2d3a643b3836781a8ca60f2ce424811c1a50f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003755_person1519_bacteria_3970.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdf6463211b9202cf701bc6f537d20aeffea439e301f53f7828b131d8d5312d0 +size 1089 diff --git a/MendeleyCXR/labels/Darwin_00003756_person1520_bacteria_3971.png b/MendeleyCXR/labels/Darwin_00003756_person1520_bacteria_3971.png new file mode 100644 index 0000000000000000000000000000000000000000..abfe26be8061a894f24b2f371f0904750c1b58d5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003756_person1520_bacteria_3971.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcb7a3b5bd842c78155840aeac57c1c102f04edc8ce0fcd788292938aa2bf089 +size 1222 diff --git a/MendeleyCXR/labels/Darwin_00003757_person1522_bacteria_3977.png b/MendeleyCXR/labels/Darwin_00003757_person1522_bacteria_3977.png new file mode 100644 index 0000000000000000000000000000000000000000..030953a89cb0439fef49ae147fcef30a96e7efe8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003757_person1522_bacteria_3977.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9315f187704e6cc373bc77e6428c14b67d33321a4230ca1db1f38e87bbcc53d +size 1296 diff --git a/MendeleyCXR/labels/Darwin_00003758_person1523_bacteria_3979.png b/MendeleyCXR/labels/Darwin_00003758_person1523_bacteria_3979.png new file mode 100644 index 0000000000000000000000000000000000000000..02812aee6681fa8727183c114452c60b657d7a94 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003758_person1523_bacteria_3979.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:620de67067f6891345f8155709cf9d2ca90496a79ba003ddee083aeb40bc30ff +size 1287 diff --git a/MendeleyCXR/labels/Darwin_00003759_person1523_bacteria_3980.png b/MendeleyCXR/labels/Darwin_00003759_person1523_bacteria_3980.png new file mode 100644 index 0000000000000000000000000000000000000000..9a24c33ecd5e71e011b8705bb5f34a773e04282e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003759_person1523_bacteria_3980.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d305983508156b2880017e7d3da12ba5fef22495ccb58ddd0ac578e7c17611a7 +size 1382 diff --git a/MendeleyCXR/labels/Darwin_00003760_person1524_bacteria_3983.png b/MendeleyCXR/labels/Darwin_00003760_person1524_bacteria_3983.png new file mode 100644 index 0000000000000000000000000000000000000000..881f7e25788452dd0872e430cd42bb75b6d15158 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003760_person1524_bacteria_3983.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd043673b140609daf1e25425064ce285e0b0891eb79790225b5a5201c0606e8 +size 1320 diff --git a/MendeleyCXR/labels/Darwin_00003761_person1524_bacteria_3984.png b/MendeleyCXR/labels/Darwin_00003761_person1524_bacteria_3984.png new file mode 100644 index 0000000000000000000000000000000000000000..f529fb72e232e5f64462739f3ece1d5ceecb6673 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003761_person1524_bacteria_3984.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76764c361d9a5efcb9e18ff54474c00bbbe0ebcc31864cc46ed18e8349322bb6 +size 1254 diff --git a/MendeleyCXR/labels/Darwin_00003762_person1525_bacteria_3985.png b/MendeleyCXR/labels/Darwin_00003762_person1525_bacteria_3985.png new file mode 100644 index 0000000000000000000000000000000000000000..a5db95a18ad46b36bc97fbeeee093d31f78a8cf0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003762_person1525_bacteria_3985.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85d8b4c8c8591ad50e0a001b0de3f71f5302554817d62950526b81e573bc410c +size 1393 diff --git a/MendeleyCXR/labels/Darwin_00003763_person1526_bacteria_3986.png b/MendeleyCXR/labels/Darwin_00003763_person1526_bacteria_3986.png new file mode 100644 index 0000000000000000000000000000000000000000..1891644d22a9c8036dac69128a1a6446f7ec6fac --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003763_person1526_bacteria_3986.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57325439ef55930b66dd826a9b2c04fcb89d402fec9170e05d6e8955061b927f +size 1314 diff --git a/MendeleyCXR/labels/Darwin_00003764_person1527_bacteria_3988.png b/MendeleyCXR/labels/Darwin_00003764_person1527_bacteria_3988.png new file mode 100644 index 0000000000000000000000000000000000000000..e480e5827c3bb4f189882a9cce26b6c3263e3060 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003764_person1527_bacteria_3988.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47d4c64e9c39e7495fae7868d026a9013d2ede3b9477c73258bf174a0bd3a807 +size 1231 diff --git a/MendeleyCXR/labels/Darwin_00003765_person1527_bacteria_3989.png b/MendeleyCXR/labels/Darwin_00003765_person1527_bacteria_3989.png new file mode 100644 index 0000000000000000000000000000000000000000..455ccd73e74fc15e5e6afd12cca104d8ef8eabb5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003765_person1527_bacteria_3989.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d32dd7811d7f43a5476ea868e9f82bc7b21626b15e50410317c4f3a624ccc3f2 +size 1197 diff --git a/MendeleyCXR/labels/Darwin_00003766_person1527_bacteria_3990.png b/MendeleyCXR/labels/Darwin_00003766_person1527_bacteria_3990.png new file mode 100644 index 0000000000000000000000000000000000000000..b78c55c225036808aec856e4695f2c9f6c13fcf2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003766_person1527_bacteria_3990.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b845ea488750be72c2da52753eb1d46ac303cbdf7cb4558b06c6ba4ce3d56bde +size 1354 diff --git a/MendeleyCXR/labels/Darwin_00003767_person1528_bacteria_3991.png b/MendeleyCXR/labels/Darwin_00003767_person1528_bacteria_3991.png new file mode 100644 index 0000000000000000000000000000000000000000..150a9c1aa3feb940101fa7cb4807ee31a17f5993 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003767_person1528_bacteria_3991.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce70b7eb79ca86344ed470540cfda4f7f1281924a695a6805f8e2d9c23539134 +size 1257 diff --git a/MendeleyCXR/labels/Darwin_00003768_person1528_bacteria_3996.png b/MendeleyCXR/labels/Darwin_00003768_person1528_bacteria_3996.png new file mode 100644 index 0000000000000000000000000000000000000000..b052c3f380cf9e51b9d602e6447ac6a448c2818e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003768_person1528_bacteria_3996.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caab680d250355dd1ec2d90bde8ff40ed6a131577fb0400396f75bf2f8a2d46b +size 1304 diff --git a/MendeleyCXR/labels/Darwin_00003769_person1530_bacteria_4000.png b/MendeleyCXR/labels/Darwin_00003769_person1530_bacteria_4000.png new file mode 100644 index 0000000000000000000000000000000000000000..3973714c18b3802777198998a2e3a4b840f0d42a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003769_person1530_bacteria_4000.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d094d7b10787bf12292f73b7a30cf575c9adcb7b4b2a728ebc68043323ce3c5 +size 1310 diff --git a/MendeleyCXR/labels/Darwin_00003770_person1531_bacteria_4003.png b/MendeleyCXR/labels/Darwin_00003770_person1531_bacteria_4003.png new file mode 100644 index 0000000000000000000000000000000000000000..1a6a3c187abaa1422c5de719f000ac5429e76e9e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003770_person1531_bacteria_4003.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:100aebc53eea7293a0ec5cc9bcbeca02da844a3e4ef68c3bd5bb02882207f19d +size 1223 diff --git a/MendeleyCXR/labels/Darwin_00003771_person1535_bacteria_4015.png b/MendeleyCXR/labels/Darwin_00003771_person1535_bacteria_4015.png new file mode 100644 index 0000000000000000000000000000000000000000..964e6ee3ac6502b255990d95426fbb1fed624c97 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003771_person1535_bacteria_4015.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7accc9d1581bf1ebfbc19478c659450da8eb227843f6f3a7670093a6dd222e8 +size 1383 diff --git a/MendeleyCXR/labels/Darwin_00003772_person1535_bacteria_4016.png b/MendeleyCXR/labels/Darwin_00003772_person1535_bacteria_4016.png new file mode 100644 index 0000000000000000000000000000000000000000..1727f5881d1a0139b356105c5167fad1bd0b4fe0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003772_person1535_bacteria_4016.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7922c6cbe885a056a1362d36dcce692aa01a590f78917fe0023b15788df878c9 +size 1246 diff --git a/MendeleyCXR/labels/Darwin_00003773_person1535_bacteria_4017.png b/MendeleyCXR/labels/Darwin_00003773_person1535_bacteria_4017.png new file mode 100644 index 0000000000000000000000000000000000000000..d245a4dccb59d6ea8e52e18b0c0cfc42263374e0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003773_person1535_bacteria_4017.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4a78d46ca237485fba16f160fa2fdd48f264129dd6309104a2af8f16347875b +size 1058 diff --git a/MendeleyCXR/labels/Darwin_00003774_person1536_bacteria_4018.png b/MendeleyCXR/labels/Darwin_00003774_person1536_bacteria_4018.png new file mode 100644 index 0000000000000000000000000000000000000000..8328071580eec0ba78d8e99dd6937d0d0e89cd15 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003774_person1536_bacteria_4018.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5db3e2ecce97c650b0494b204a4a7cc1d73835bd8a82b1490c5ec0660b2c758 +size 1317 diff --git a/MendeleyCXR/labels/Darwin_00003775_person1537_bacteria_4019.png b/MendeleyCXR/labels/Darwin_00003775_person1537_bacteria_4019.png new file mode 100644 index 0000000000000000000000000000000000000000..441b500201ed42c77442f2026d742cd179cc8e5e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003775_person1537_bacteria_4019.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e38ddf7c7b2b119800fd5a0133d84129ee651bc55f1b9a995681763a378f9d8 +size 1258 diff --git a/MendeleyCXR/labels/Darwin_00003776_person1537_bacteria_4020.png b/MendeleyCXR/labels/Darwin_00003776_person1537_bacteria_4020.png new file mode 100644 index 0000000000000000000000000000000000000000..cb1b45350ec22624a1d6d28f3392906d45ee8ed3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003776_person1537_bacteria_4020.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59a54a7cddd99f9af2d1abd5c1fd35329ae24ba3dac262a35a770c6d7f52532d +size 1205 diff --git a/MendeleyCXR/labels/Darwin_00003777_person1538_bacteria_4021.png b/MendeleyCXR/labels/Darwin_00003777_person1538_bacteria_4021.png new file mode 100644 index 0000000000000000000000000000000000000000..b10c96721cc715c48b4f1e7ba95c966683b25c90 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003777_person1538_bacteria_4021.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32845e0c16573e1124ab1807da7b148e10af879b2601868ea6cb8dae1b1314a4 +size 1141 diff --git a/MendeleyCXR/labels/Darwin_00003778_person1539_bacteria_4022.png b/MendeleyCXR/labels/Darwin_00003778_person1539_bacteria_4022.png new file mode 100644 index 0000000000000000000000000000000000000000..f75d763730985c35bb4c6abbac17a8b07555d062 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003778_person1539_bacteria_4022.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05fc2e6c894e31896c05f79a2c6048bf93c4cc6bd7b20bbb204e9894fb750eca +size 1401 diff --git a/MendeleyCXR/labels/Darwin_00003779_person1540_bacteria_4023.png b/MendeleyCXR/labels/Darwin_00003779_person1540_bacteria_4023.png new file mode 100644 index 0000000000000000000000000000000000000000..8371d8668639f91396f08d9de35bb0ec8d15cc28 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003779_person1540_bacteria_4023.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c9a8c0d05e1f6e3afd9bfac2cd6eed344a110885225a7c6a2ac318c0fa31fce +size 1366 diff --git a/MendeleyCXR/labels/Darwin_00003780_person1542_bacteria_4029.png b/MendeleyCXR/labels/Darwin_00003780_person1542_bacteria_4029.png new file mode 100644 index 0000000000000000000000000000000000000000..b7f9a1ee8b006d2917d2eb766a359985bd4827b7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003780_person1542_bacteria_4029.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fc70b055fc5be3f6adeb6488e9fe2fa11362316e84dd4101f60887090a02991 +size 1372 diff --git a/MendeleyCXR/labels/Darwin_00003781_person1544_bacteria_4033.png b/MendeleyCXR/labels/Darwin_00003781_person1544_bacteria_4033.png new file mode 100644 index 0000000000000000000000000000000000000000..22ca3d3a027efbfc7ec7da3e73830d918a26812e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003781_person1544_bacteria_4033.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2384d7c319cbadf82b38c34e1299af6ea6113a2fe21b4272dc9fba18fdf298d1 +size 1290 diff --git a/MendeleyCXR/labels/Darwin_00003782_person1544_bacteria_4035.png b/MendeleyCXR/labels/Darwin_00003782_person1544_bacteria_4035.png new file mode 100644 index 0000000000000000000000000000000000000000..32b9d109a1de46da9376a3d47329c17efd953587 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003782_person1544_bacteria_4035.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a59dcddd07d2852f38aa44fadc3200dcae1f3c9f3d3f25df9af3946a7e8ca83 +size 1226 diff --git a/MendeleyCXR/labels/Darwin_00003783_person1544_bacteria_4037.png b/MendeleyCXR/labels/Darwin_00003783_person1544_bacteria_4037.png new file mode 100644 index 0000000000000000000000000000000000000000..0f9e8997d35f087480df56138bb93d8435c5cefb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003783_person1544_bacteria_4037.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d855e7dfecb698aad51f85532dfb534c398ec1c324d8ab248501d2d922d6408c +size 1377 diff --git a/MendeleyCXR/labels/Darwin_00003784_person1544_bacteria_4038.png b/MendeleyCXR/labels/Darwin_00003784_person1544_bacteria_4038.png new file mode 100644 index 0000000000000000000000000000000000000000..2e5d29527d0a76724705d2601df3736dfb18547c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003784_person1544_bacteria_4038.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5a7409163faeb444d9aee2fec57abc6d751785e9d78e8fbacdbc44d1f0ec742 +size 1286 diff --git a/MendeleyCXR/labels/Darwin_00003785_person1545_bacteria_4041.png b/MendeleyCXR/labels/Darwin_00003785_person1545_bacteria_4041.png new file mode 100644 index 0000000000000000000000000000000000000000..457eae53976e14c7ba77136847cbff69a1b46d5c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003785_person1545_bacteria_4041.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a89d06bf77e6c6eeca06a36e397c73cc5c60e3118387de548ed237f619a69b6e +size 1207 diff --git a/MendeleyCXR/labels/Darwin_00003786_person1545_bacteria_4042.png b/MendeleyCXR/labels/Darwin_00003786_person1545_bacteria_4042.png new file mode 100644 index 0000000000000000000000000000000000000000..ea0fa628328dc5b4fc7a310d38afaa2d41c8a7a2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003786_person1545_bacteria_4042.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22077f8cc1aa35d3ccc9d4bf1006b9e3e2fd7daf5d08d700030d95ff9bb2c71b +size 1248 diff --git a/MendeleyCXR/labels/Darwin_00003787_person1546_bacteria_4044.png b/MendeleyCXR/labels/Darwin_00003787_person1546_bacteria_4044.png new file mode 100644 index 0000000000000000000000000000000000000000..7ae5f8a0ceda7c315624a1a305ad35544d87a25a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003787_person1546_bacteria_4044.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80ae0213edc9428a79340726885f92a2837c46e94e90d4a76c0baad9f432381b +size 1420 diff --git a/MendeleyCXR/labels/Darwin_00003788_person1546_bacteria_4045.png b/MendeleyCXR/labels/Darwin_00003788_person1546_bacteria_4045.png new file mode 100644 index 0000000000000000000000000000000000000000..ac2dd46dd1fb2b84cdd99cd610f310b3f2ad091a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003788_person1546_bacteria_4045.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cd3eb82b1c66fb8381f9fde8acf4cf5e9babee5fe5ff84420a57730e801f7b5 +size 1381 diff --git a/MendeleyCXR/labels/Darwin_00003789_person1548_bacteria_4048.png b/MendeleyCXR/labels/Darwin_00003789_person1548_bacteria_4048.png new file mode 100644 index 0000000000000000000000000000000000000000..402e815cd708df3a34a08404e2d3047936be132c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003789_person1548_bacteria_4048.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87c7fb5b7195435aae3c8bde54139fca35d3430894ccd555f7b21d55768c3ec3 +size 1284 diff --git a/MendeleyCXR/labels/Darwin_00003790_person1549_bacteria_4050.png b/MendeleyCXR/labels/Darwin_00003790_person1549_bacteria_4050.png new file mode 100644 index 0000000000000000000000000000000000000000..4ab183b5b90b5317286d1cbc90ee816051b08841 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003790_person1549_bacteria_4050.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddc46e723491bcb794f6aadda9d608a3b71c3e7433677fda791e83b36923876d +size 1334 diff --git a/MendeleyCXR/labels/Darwin_00003791_person1550_bacteria_4051.png b/MendeleyCXR/labels/Darwin_00003791_person1550_bacteria_4051.png new file mode 100644 index 0000000000000000000000000000000000000000..21e49744fa40af5bcd90ca9909ba492e7422a4d0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003791_person1550_bacteria_4051.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef4e535a2e87ccc98a139c2afd0361c9010aa2da01d1ddd2dba6641dd1d62981 +size 1217 diff --git a/MendeleyCXR/labels/Darwin_00003792_person1551_bacteria_4053.png b/MendeleyCXR/labels/Darwin_00003792_person1551_bacteria_4053.png new file mode 100644 index 0000000000000000000000000000000000000000..a5d61009b9e1746eedd849b2fb075b198538288a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003792_person1551_bacteria_4053.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ff1f9c44ec640911604260ca671addb076d3ad7106735353227f4c6be8d815b +size 1250 diff --git a/MendeleyCXR/labels/Darwin_00003793_person1551_bacteria_4054.png b/MendeleyCXR/labels/Darwin_00003793_person1551_bacteria_4054.png new file mode 100644 index 0000000000000000000000000000000000000000..1300021db3a09bf5d802dd039f081059832eea03 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003793_person1551_bacteria_4054.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6fba60ba839028a92532705f4e1cba5df84ac46b1c6e772cfb791f239a8ecd8 +size 1236 diff --git a/MendeleyCXR/labels/Darwin_00003794_person1552_bacteria_4055.png b/MendeleyCXR/labels/Darwin_00003794_person1552_bacteria_4055.png new file mode 100644 index 0000000000000000000000000000000000000000..26f4b1f7a03a3813ff478aa01d34fdf52e3cfa40 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003794_person1552_bacteria_4055.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0cea030eb1887f9991261b95fc06bbe3632c91ea850fd5a347ec0038adc6aa3 +size 1255 diff --git a/MendeleyCXR/labels/Darwin_00003795_person1554_bacteria_4057.png b/MendeleyCXR/labels/Darwin_00003795_person1554_bacteria_4057.png new file mode 100644 index 0000000000000000000000000000000000000000..1e40d7b3b6ea53fbb9353ec1646055570c525467 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003795_person1554_bacteria_4057.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d40d0a0e08d8209076dc036e2613e277e67fdb7d7fe770cbd239c2e1b219437 +size 1353 diff --git a/MendeleyCXR/labels/Darwin_00003796_person1555_bacteria_4058.png b/MendeleyCXR/labels/Darwin_00003796_person1555_bacteria_4058.png new file mode 100644 index 0000000000000000000000000000000000000000..5222dd713fcbc2ee78a306ba7a3c4d2591c1952b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003796_person1555_bacteria_4058.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f161ed848ddfc6f8b9f3942a34d34f9082af062ae633b0ba978f5f60cdf96620 +size 1182 diff --git a/MendeleyCXR/labels/Darwin_00003797_person1555_bacteria_4059.png b/MendeleyCXR/labels/Darwin_00003797_person1555_bacteria_4059.png new file mode 100644 index 0000000000000000000000000000000000000000..77203e0c98b2afe669fe7a8e27577ee824933404 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003797_person1555_bacteria_4059.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:570abd4a068c7cb9d06d2033d2c6dd49399defd6f6f568dc8c9646f318a0f431 +size 1176 diff --git a/MendeleyCXR/labels/Darwin_00003798_person1555_bacteria_4060.png b/MendeleyCXR/labels/Darwin_00003798_person1555_bacteria_4060.png new file mode 100644 index 0000000000000000000000000000000000000000..fff108409b367a55a46ac59e9e53db897a8136c6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003798_person1555_bacteria_4060.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24c35d85898d7d590e7551afabefb814fa9f9ead12c28cf7f26f52f8b74e78f7 +size 1220 diff --git a/MendeleyCXR/labels/Darwin_00003799_person1556_bacteria_4061.png b/MendeleyCXR/labels/Darwin_00003799_person1556_bacteria_4061.png new file mode 100644 index 0000000000000000000000000000000000000000..4f60badd85e203b134cd6b7a4bc248915b384e20 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003799_person1556_bacteria_4061.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:891562482682ddfff02c020e4b7fe4e0d0fb5e5cfd00642b9c0d3e65dbb89038 +size 1360 diff --git a/MendeleyCXR/labels/Darwin_00003800_person1556_bacteria_4062.png b/MendeleyCXR/labels/Darwin_00003800_person1556_bacteria_4062.png new file mode 100644 index 0000000000000000000000000000000000000000..1d0d5ac3a5118ad2789b9410ecba80e198833fa7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003800_person1556_bacteria_4062.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:226908d969ffdd92df3f39e6c9263d58fefa64df4f7b83d7a3fa3c415827115a +size 1315 diff --git a/MendeleyCXR/labels/Darwin_00003801_person1557_bacteria_4063.png b/MendeleyCXR/labels/Darwin_00003801_person1557_bacteria_4063.png new file mode 100644 index 0000000000000000000000000000000000000000..5d7688fb54c826b20c041e43d5bb72cb130794cf --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003801_person1557_bacteria_4063.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5187426e795969443135b248bf1a8667fc06ea6589356a33d859eceb8f2d1cf1 +size 1270 diff --git a/MendeleyCXR/labels/Darwin_00003802_person1557_bacteria_4065.png b/MendeleyCXR/labels/Darwin_00003802_person1557_bacteria_4065.png new file mode 100644 index 0000000000000000000000000000000000000000..61122a7110f8d938a77968743921c70741231039 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003802_person1557_bacteria_4065.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:082abd73eb9d93cdaf97b5ed6bf1a35c7e017adef5135f3754b46d7cb2dcb022 +size 1194 diff --git a/MendeleyCXR/labels/Darwin_00003803_person1558_bacteria_4066.png b/MendeleyCXR/labels/Darwin_00003803_person1558_bacteria_4066.png new file mode 100644 index 0000000000000000000000000000000000000000..257f9f860a9d12822cab679fa7bb552ace602d9e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003803_person1558_bacteria_4066.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb18229ab434358c785540dc60fc92da49676f0b84bd1019d132035485e21f0b +size 1369 diff --git a/MendeleyCXR/labels/Darwin_00003804_person1559_bacteria_4067.png b/MendeleyCXR/labels/Darwin_00003804_person1559_bacteria_4067.png new file mode 100644 index 0000000000000000000000000000000000000000..9653bfa01c973af5cf1b839508fce02a753b464c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003804_person1559_bacteria_4067.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fea56fae33ecc3d52b167e221f5bc24067ec6564f5bda82013ed8c087259474c +size 1323 diff --git a/MendeleyCXR/labels/Darwin_00003805_person1561_bacteria_4077.png b/MendeleyCXR/labels/Darwin_00003805_person1561_bacteria_4077.png new file mode 100644 index 0000000000000000000000000000000000000000..0cde2dd032ddeea7f058f38ff160a8e0ce557a7f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003805_person1561_bacteria_4077.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73c19cf095ed39254c19ddbd4e951173a703b450f132977d7be536b44962a1d7 +size 1394 diff --git a/MendeleyCXR/labels/Darwin_00003806_person1562_bacteria_4078.png b/MendeleyCXR/labels/Darwin_00003806_person1562_bacteria_4078.png new file mode 100644 index 0000000000000000000000000000000000000000..a08ef60cac6367f22fa8d987337739d83c1cbb67 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003806_person1562_bacteria_4078.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:422b00e9475405040725cd712d5c1196a956a91741dadefa9fa571c18ffc34f6 +size 1393 diff --git a/MendeleyCXR/labels/Darwin_00003807_person1562_bacteria_4081.png b/MendeleyCXR/labels/Darwin_00003807_person1562_bacteria_4081.png new file mode 100644 index 0000000000000000000000000000000000000000..4a60b0f848e1bf0b024ea1570fe0c51b1a48b411 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003807_person1562_bacteria_4081.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94f8de5e19a0bd71fe4cbf330076bb3f4c8b6a4784a852674016a44018dde261 +size 1317 diff --git a/MendeleyCXR/labels/Darwin_00003808_person1562_bacteria_4087.png b/MendeleyCXR/labels/Darwin_00003808_person1562_bacteria_4087.png new file mode 100644 index 0000000000000000000000000000000000000000..fbb557d4bd0b5388661537c5212612c2fe68254f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003808_person1562_bacteria_4087.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:640113711dbb867948722bb34a27297082b837f96f05c6a454ddb782ae115cfb +size 1165 diff --git a/MendeleyCXR/labels/Darwin_00003809_person1562_bacteria_4089.png b/MendeleyCXR/labels/Darwin_00003809_person1562_bacteria_4089.png new file mode 100644 index 0000000000000000000000000000000000000000..6123093154e9984bb4d1fa8b8ef6c6ab002b84a5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003809_person1562_bacteria_4089.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3955c5e499401473d3a6410fe0efe0ddee31e37f82632cb41f16fdbdc2518b11 +size 1156 diff --git a/MendeleyCXR/labels/Darwin_00003810_person1563_bacteria_4092.png b/MendeleyCXR/labels/Darwin_00003810_person1563_bacteria_4092.png new file mode 100644 index 0000000000000000000000000000000000000000..bd4960735243cec70ea6cd8e682dba0ae7c28a4a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003810_person1563_bacteria_4092.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc3034536c70c922466ac3b3f9f3ff7408b41ddbe73fa8a985ebed6bd42a5024 +size 1280 diff --git a/MendeleyCXR/labels/Darwin_00003811_person1564_bacteria_4094.png b/MendeleyCXR/labels/Darwin_00003811_person1564_bacteria_4094.png new file mode 100644 index 0000000000000000000000000000000000000000..7aafe1e5c029e55c37c46db513dd79cf2962a3d0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003811_person1564_bacteria_4094.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7286f83a2cf83864af635da3f84ab5060ad15b084d664dc2c2a8f4096e22a7e7 +size 1231 diff --git a/MendeleyCXR/labels/Darwin_00003812_person1565_bacteria_4095.png b/MendeleyCXR/labels/Darwin_00003812_person1565_bacteria_4095.png new file mode 100644 index 0000000000000000000000000000000000000000..d93ec6c565977360868154871c6b7dc819f8b08a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003812_person1565_bacteria_4095.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0748f366db8d9f4462ebe743cd6aeae4268e7435c1190046af1562b6364091a +size 1278 diff --git a/MendeleyCXR/labels/Darwin_00003814_person1567_bacteria_4100.png b/MendeleyCXR/labels/Darwin_00003814_person1567_bacteria_4100.png new file mode 100644 index 0000000000000000000000000000000000000000..ceb1e4766f52e3b1911f81bcf9f00f2177166bda --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003814_person1567_bacteria_4100.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:825c6fab3689bfbf08dd2539ac14cdf18a40c2bd396c5f68d0d993c43dfd9974 +size 1454 diff --git a/MendeleyCXR/labels/Darwin_00003815_person1571_bacteria_4108.png b/MendeleyCXR/labels/Darwin_00003815_person1571_bacteria_4108.png new file mode 100644 index 0000000000000000000000000000000000000000..10670bfa13d553e7cbf992e1457689001048e27e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003815_person1571_bacteria_4108.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf57229e144839d6dc098dc5183d70aacaed0bc06e39d6e6581ef12c4c6761cf +size 1201 diff --git a/MendeleyCXR/labels/Darwin_00003816_person1571_bacteria_4110.png b/MendeleyCXR/labels/Darwin_00003816_person1571_bacteria_4110.png new file mode 100644 index 0000000000000000000000000000000000000000..22e1d9dbbb54a5f64ae9f2b416be934b38e6458b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003816_person1571_bacteria_4110.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18cfd69159abbf92a8d0d56d1d447c0220afabe90fa2f7d76aab0552f840b0ed +size 1234 diff --git a/MendeleyCXR/labels/Darwin_00003817_person1574_bacteria_4118.png b/MendeleyCXR/labels/Darwin_00003817_person1574_bacteria_4118.png new file mode 100644 index 0000000000000000000000000000000000000000..d4edb11c7ef0b6fed44b8ea72d69820015484eb3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003817_person1574_bacteria_4118.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:864a4e17b67d5f0fca55c7080fa291177d606bfb0935a64d46f5c867bb28697a +size 1310 diff --git a/MendeleyCXR/labels/Darwin_00003818_person1575_bacteria_4119.png b/MendeleyCXR/labels/Darwin_00003818_person1575_bacteria_4119.png new file mode 100644 index 0000000000000000000000000000000000000000..75138b9f16c75a05fcf82e3148a1e8448aaa3763 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003818_person1575_bacteria_4119.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aad87c2771f7bfcfa19eeda62a28c9e91e354ad06b3b831d3f6d33958c75a2c9 +size 1283 diff --git a/MendeleyCXR/labels/Darwin_00003819_person1576_bacteria_4120.png b/MendeleyCXR/labels/Darwin_00003819_person1576_bacteria_4120.png new file mode 100644 index 0000000000000000000000000000000000000000..2faf29dfb14190d765e13eec7e859bdaa898c0d0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003819_person1576_bacteria_4120.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5e0659d548411d2f320993c8b7fd7b890e0826c106a4cda90e43d36463ccff8 +size 1479 diff --git a/MendeleyCXR/labels/Darwin_00003820_person1576_bacteria_4121.png b/MendeleyCXR/labels/Darwin_00003820_person1576_bacteria_4121.png new file mode 100644 index 0000000000000000000000000000000000000000..008b816c002ab77decc4ade70e994f660d7f3fb2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003820_person1576_bacteria_4121.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6035394b427399c405b7218e0aa4d8fdb93eb57b4316a7046a00244a1e720889 +size 1313 diff --git a/MendeleyCXR/labels/Darwin_00003821_person1576_bacteria_4122.png b/MendeleyCXR/labels/Darwin_00003821_person1576_bacteria_4122.png new file mode 100644 index 0000000000000000000000000000000000000000..279f128755a3e24157e0918fd67646b02fb9a566 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003821_person1576_bacteria_4122.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38bef2452113cf36e8c3f202e549c431137cde4591c17611589bcecf1017a588 +size 1322 diff --git a/MendeleyCXR/labels/Darwin_00003822_person1576_bacteria_4124.png b/MendeleyCXR/labels/Darwin_00003822_person1576_bacteria_4124.png new file mode 100644 index 0000000000000000000000000000000000000000..99baaf8b449c34a5327bc54723f8e9fd7ec3200b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003822_person1576_bacteria_4124.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bd1752729ca2c63c721a3e10f43dad5d9c6bfc8fbbfcb8f61b8e832283a4cfa +size 1253 diff --git a/MendeleyCXR/labels/Darwin_00003823_person1576_bacteria_4126.png b/MendeleyCXR/labels/Darwin_00003823_person1576_bacteria_4126.png new file mode 100644 index 0000000000000000000000000000000000000000..311dcdf2e07994e2b3dd27c4f5904f6b7903331a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003823_person1576_bacteria_4126.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f8d0fb91b70d247cad34efc869ef6d305ae35128632ff74255e5ded3beb6730 +size 1331 diff --git a/MendeleyCXR/labels/Darwin_00003824_person1576_bacteria_4127.png b/MendeleyCXR/labels/Darwin_00003824_person1576_bacteria_4127.png new file mode 100644 index 0000000000000000000000000000000000000000..c84f6272ef8d49bc056e876222bae374da5f2b75 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003824_person1576_bacteria_4127.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a062e72625e55df49aa30640420d6c655f5883cdf347b8297d5a2773f790a10 +size 1359 diff --git a/MendeleyCXR/labels/Darwin_00003825_person1576_bacteria_4128.png b/MendeleyCXR/labels/Darwin_00003825_person1576_bacteria_4128.png new file mode 100644 index 0000000000000000000000000000000000000000..605b41049cd3a07cc71d797e3f6125b486f8de6b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003825_person1576_bacteria_4128.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4202e54e3fc2041228aed3b4b48f44d36fe4bff8e29d5f4c5146759e996f5188 +size 1191 diff --git a/MendeleyCXR/labels/Darwin_00003826_person1576_bacteria_4129.png b/MendeleyCXR/labels/Darwin_00003826_person1576_bacteria_4129.png new file mode 100644 index 0000000000000000000000000000000000000000..66faf2f54bfe9d8b30016d99549ae6dd3959e263 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003826_person1576_bacteria_4129.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b44693343b3bd4d3d41f5037d4ef445ca473c80c32d1dfca22df51962f9ea76e +size 1243 diff --git a/MendeleyCXR/labels/Darwin_00003827_person1579_bacteria_4133.png b/MendeleyCXR/labels/Darwin_00003827_person1579_bacteria_4133.png new file mode 100644 index 0000000000000000000000000000000000000000..d654ed9cebffbbb7c82c9e695620f3f6ea227ed1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003827_person1579_bacteria_4133.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16e55a53afa1741ba8d0077b7b91ffd9010c59d2a753562f53809a51b16ec450 +size 1341 diff --git a/MendeleyCXR/labels/Darwin_00003828_person1581_bacteria_4135.png b/MendeleyCXR/labels/Darwin_00003828_person1581_bacteria_4135.png new file mode 100644 index 0000000000000000000000000000000000000000..5b79d2ab4d55fcc18101c4dff39731d40fddb424 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003828_person1581_bacteria_4135.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5657e981a5b2e5bf4f9c837c568f660d3788fa66c8af038e19b15f07a198411 +size 1319 diff --git a/MendeleyCXR/labels/Darwin_00003829_person1582_bacteria_4136.png b/MendeleyCXR/labels/Darwin_00003829_person1582_bacteria_4136.png new file mode 100644 index 0000000000000000000000000000000000000000..c3c3401aefce48b52d1eb7869d1edf45e0b37820 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003829_person1582_bacteria_4136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8485f3cb2db4014bfe0f8bcce8f9b3c07b707c93b526662130312311964c17c9 +size 1198 diff --git a/MendeleyCXR/labels/Darwin_00003830_person1582_bacteria_4137.png b/MendeleyCXR/labels/Darwin_00003830_person1582_bacteria_4137.png new file mode 100644 index 0000000000000000000000000000000000000000..09f8007e453c42b26782ff0056289ca202923d3f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003830_person1582_bacteria_4137.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63238c584e193cd72ad075fcdcd6085e6a480afe635915c71d2b95fa50a17c1e +size 1204 diff --git a/MendeleyCXR/labels/Darwin_00003831_person1582_bacteria_4140.png b/MendeleyCXR/labels/Darwin_00003831_person1582_bacteria_4140.png new file mode 100644 index 0000000000000000000000000000000000000000..26d592785b6ecec2e900e643ba58c6264a6d821e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003831_person1582_bacteria_4140.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb4fb5d92e1a45f05c779f50ecd2ad20f5dbd569496a81399622ec4af4378ce3 +size 1306 diff --git a/MendeleyCXR/labels/Darwin_00003832_person1582_bacteria_4142.png b/MendeleyCXR/labels/Darwin_00003832_person1582_bacteria_4142.png new file mode 100644 index 0000000000000000000000000000000000000000..43ed5e413f44b055a1af717d816644c478347f73 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003832_person1582_bacteria_4142.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:985be20db323b0f1e6d2d6ebfb3dbcd7521264f1e4f9b8936efa531a7721dbb2 +size 1322 diff --git a/MendeleyCXR/labels/Darwin_00003833_person1582_bacteria_4143.png b/MendeleyCXR/labels/Darwin_00003833_person1582_bacteria_4143.png new file mode 100644 index 0000000000000000000000000000000000000000..1568f5fa1fe3b5f9a5d4d7cbe6e2c750f714dd99 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003833_person1582_bacteria_4143.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f7cb6beb72f45264e2abfa269440cd1d0df05a88802dc76fff1a265cd0eafc1 +size 1300 diff --git a/MendeleyCXR/labels/Darwin_00003834_person1583_bacteria_4144.png b/MendeleyCXR/labels/Darwin_00003834_person1583_bacteria_4144.png new file mode 100644 index 0000000000000000000000000000000000000000..3a8f56db7ce0d815477c2325a698809c2a775f43 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003834_person1583_bacteria_4144.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75da99c7f750eeb0fad965537c7e1dd42776c817d985e96dcd5c96345534872e +size 1376 diff --git a/MendeleyCXR/labels/Darwin_00003835_person1584_bacteria_4146.png b/MendeleyCXR/labels/Darwin_00003835_person1584_bacteria_4146.png new file mode 100644 index 0000000000000000000000000000000000000000..1b229e66094a6b0a205c0b4ea9243cbfc7bf9e7b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003835_person1584_bacteria_4146.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9da724f9acc01d81ba1f986193494acd95c5df0d9f015afb4eb87716a8718116 +size 1430 diff --git a/MendeleyCXR/labels/Darwin_00003836_person1584_bacteria_4148.png b/MendeleyCXR/labels/Darwin_00003836_person1584_bacteria_4148.png new file mode 100644 index 0000000000000000000000000000000000000000..47c4a2119bd05665498ced97081a882c3f440e0e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003836_person1584_bacteria_4148.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:419dcba62cfb99cf6cf58e6c6c8dc072ce63705d27748152a61bc46035818759 +size 1380 diff --git a/MendeleyCXR/labels/Darwin_00003837_person1585_bacteria_4149.png b/MendeleyCXR/labels/Darwin_00003837_person1585_bacteria_4149.png new file mode 100644 index 0000000000000000000000000000000000000000..97f1b536725b4c8a6bb7f7340812f92e97e5b55b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003837_person1585_bacteria_4149.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:009f4f8c54554c91f7707ee66199e5bf84b76b6e7bcf1864e670f7ab237d4f50 +size 1282 diff --git a/MendeleyCXR/labels/Darwin_00003838_person1585_bacteria_4151.png b/MendeleyCXR/labels/Darwin_00003838_person1585_bacteria_4151.png new file mode 100644 index 0000000000000000000000000000000000000000..96d4dbe0b387328b5fc6b5c0aeccb495444caa3b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003838_person1585_bacteria_4151.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54b0605258aefa8fd9b5a17162f79463b697f4ab581582847be8bef1953e08c1 +size 1235 diff --git a/MendeleyCXR/labels/Darwin_00003839_person1585_bacteria_4155.png b/MendeleyCXR/labels/Darwin_00003839_person1585_bacteria_4155.png new file mode 100644 index 0000000000000000000000000000000000000000..2083f96046781596862f26c7475cf3d672531c43 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003839_person1585_bacteria_4155.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:873d0d479ac68b857529cfdf7577063798dfba9a62979e14307048fa347a9429 +size 1277 diff --git a/MendeleyCXR/labels/Darwin_00003840_person1589_bacteria_4171.png b/MendeleyCXR/labels/Darwin_00003840_person1589_bacteria_4171.png new file mode 100644 index 0000000000000000000000000000000000000000..ab23178e539cc2d072146eb9bc466375b4321a99 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003840_person1589_bacteria_4171.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1257333132dc5b4a7022e789c25ae0d69e48554fe13c66249685b0eadacfaf07 +size 1160 diff --git a/MendeleyCXR/labels/Darwin_00003841_person1589_bacteria_4172.png b/MendeleyCXR/labels/Darwin_00003841_person1589_bacteria_4172.png new file mode 100644 index 0000000000000000000000000000000000000000..63df6aab2ff98a0f1e94e83c71d4f559d89c0e4e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003841_person1589_bacteria_4172.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d12868361c00947b93cff6ba8793733a587badc976bcfd9c455b8dd2f3f58f5 +size 1123 diff --git a/MendeleyCXR/labels/Darwin_00003842_person1590_bacteria_4174.png b/MendeleyCXR/labels/Darwin_00003842_person1590_bacteria_4174.png new file mode 100644 index 0000000000000000000000000000000000000000..dcd782ebd6c8c57d2b1f521a988ee95017682a6f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003842_person1590_bacteria_4174.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59faaf9e6b1ee89ee0e8dbca569214e1b3f00afb0db54be7b0b8ac038030169f +size 1237 diff --git a/MendeleyCXR/labels/Darwin_00003843_person1590_bacteria_4175.png b/MendeleyCXR/labels/Darwin_00003843_person1590_bacteria_4175.png new file mode 100644 index 0000000000000000000000000000000000000000..8fd7d0a86e1c799d768237842eaa15394c05a5f4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003843_person1590_bacteria_4175.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:435295f62ffa6d79dd8f5fccf543b0ce5d77b3351f0f54ecc39250eb3cea3181 +size 1287 diff --git a/MendeleyCXR/labels/Darwin_00003844_person1590_bacteria_4176.png b/MendeleyCXR/labels/Darwin_00003844_person1590_bacteria_4176.png new file mode 100644 index 0000000000000000000000000000000000000000..c5c1f91879b5bbc58f6e51eea5a46c51e0b2cdb3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003844_person1590_bacteria_4176.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:883309bdad1e4fc0c2fb1fd1b4ca6b75083ec2b50b819b58853c466fde5ee2fb +size 1339 diff --git a/MendeleyCXR/labels/Darwin_00003845_person1591_bacteria_4177.png b/MendeleyCXR/labels/Darwin_00003845_person1591_bacteria_4177.png new file mode 100644 index 0000000000000000000000000000000000000000..7d566c8403cf94c95c074b974544b0c056baa387 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003845_person1591_bacteria_4177.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb0b5dd47f5f57cfbc7295b6bdd9ecb177ec473c016d6281a1a8ac9cb2781ee3 +size 1303 diff --git a/MendeleyCXR/labels/Darwin_00003846_person1592_bacteria_4178.png b/MendeleyCXR/labels/Darwin_00003846_person1592_bacteria_4178.png new file mode 100644 index 0000000000000000000000000000000000000000..7dec4b9cb3f9b003bc829542ff3dd50a358cb784 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003846_person1592_bacteria_4178.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:236375ea5c729ec01980fc2c5fd7f0bd2ace0bb8cdbbafd28ee7e35b3dc2a706 +size 1204 diff --git a/MendeleyCXR/labels/Darwin_00003847_person1594_bacteria_4182.png b/MendeleyCXR/labels/Darwin_00003847_person1594_bacteria_4182.png new file mode 100644 index 0000000000000000000000000000000000000000..8e7c97790c16f9a651b424efc4ec8e1bc86ef955 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003847_person1594_bacteria_4182.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:835498d9613d7a75e72b5a00349c024b488b62ce34a00530f94d7182d23fc461 +size 1375 diff --git a/MendeleyCXR/labels/Darwin_00003848_person1595_bacteria_4183.png b/MendeleyCXR/labels/Darwin_00003848_person1595_bacteria_4183.png new file mode 100644 index 0000000000000000000000000000000000000000..038ca12d4c63bd40cba4d7e207944e5cc33dadf2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003848_person1595_bacteria_4183.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3485ec432a3234cb6d86ede1afa0cd0eb4fe585c788991db844ee2366d397267 +size 1163 diff --git a/MendeleyCXR/labels/Darwin_00003849_person1596_bacteria_4184.png b/MendeleyCXR/labels/Darwin_00003849_person1596_bacteria_4184.png new file mode 100644 index 0000000000000000000000000000000000000000..1f17fdd77b55fb100926d2ae8f3d41ecba4f3fc4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003849_person1596_bacteria_4184.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ac627126395983f7cd2cbf30201d9d79af7a425b748b625e32da82defd7a5d9 +size 1355 diff --git a/MendeleyCXR/labels/Darwin_00003850_person1597_bacteria_4187.png b/MendeleyCXR/labels/Darwin_00003850_person1597_bacteria_4187.png new file mode 100644 index 0000000000000000000000000000000000000000..5e6d4bc2350086ebe3ea9df9866b18712dab39f5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003850_person1597_bacteria_4187.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e24ba500c698f5157bf4c7b7edf3416c44e15111e2e5d31cafe4905834b8aa9a +size 1226 diff --git a/MendeleyCXR/labels/Darwin_00003851_person1597_bacteria_4188.png b/MendeleyCXR/labels/Darwin_00003851_person1597_bacteria_4188.png new file mode 100644 index 0000000000000000000000000000000000000000..146e6381b7de4e12fe2476a728a3cb9a0a173198 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003851_person1597_bacteria_4188.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83678ef6f2e27c36e79d796e9b1981a34020e8eb26533a865db97535fbb2cf90 +size 1246 diff --git a/MendeleyCXR/labels/Darwin_00003852_person1597_bacteria_4189.png b/MendeleyCXR/labels/Darwin_00003852_person1597_bacteria_4189.png new file mode 100644 index 0000000000000000000000000000000000000000..635750cfcbcfd6de2965c495f362797bc5789bc6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003852_person1597_bacteria_4189.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32de595cb0bf6d1d50134973357f8f9851ede0bfe806975830db5622af98e458 +size 1109 diff --git a/MendeleyCXR/labels/Darwin_00003853_person1597_bacteria_4190.png b/MendeleyCXR/labels/Darwin_00003853_person1597_bacteria_4190.png new file mode 100644 index 0000000000000000000000000000000000000000..438737a8db5af255c86b55c46531c8970bdea03a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003853_person1597_bacteria_4190.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc3a4d8c69c9192839e79f5403a65821cd854c789f98922c2b2f45b9c03cedac +size 1243 diff --git a/MendeleyCXR/labels/Darwin_00003854_person1597_bacteria_4191.png b/MendeleyCXR/labels/Darwin_00003854_person1597_bacteria_4191.png new file mode 100644 index 0000000000000000000000000000000000000000..8df6f39121b298542b8e6e18b1ae0b12ddfbd61a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003854_person1597_bacteria_4191.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d848a27076be93c2b07029c050fdb9c4ebdae15a9630362fa69eb0d0fb1ee605 +size 1357 diff --git a/MendeleyCXR/labels/Darwin_00003855_person1597_bacteria_4192.png b/MendeleyCXR/labels/Darwin_00003855_person1597_bacteria_4192.png new file mode 100644 index 0000000000000000000000000000000000000000..8b61a69eb61d4a00c0fac548a00287859f80c2b3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003855_person1597_bacteria_4192.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae54b16db08e2fc53122bde5bc8533a43342ff21a36b0fb66a49b3bfcdc7e9a2 +size 1323 diff --git a/MendeleyCXR/labels/Darwin_00003856_person1597_bacteria_4193.png b/MendeleyCXR/labels/Darwin_00003856_person1597_bacteria_4193.png new file mode 100644 index 0000000000000000000000000000000000000000..a1adb39a8c7b7ec63c5692529fe004ce931ccf58 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003856_person1597_bacteria_4193.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84cf74d00ebec3fb51305bd05fa1fddf41395f2cc6a0e48beb21450b2597ea1e +size 1273 diff --git a/MendeleyCXR/labels/Darwin_00003857_person1597_bacteria_4194.png b/MendeleyCXR/labels/Darwin_00003857_person1597_bacteria_4194.png new file mode 100644 index 0000000000000000000000000000000000000000..c0cae97c95990999f3b7fffb88f53facfe758b15 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003857_person1597_bacteria_4194.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e4b334a7a7a91b2d06aeef164b3054c0d20fcc5f7c89d5c7ac1524c5331e325 +size 1185 diff --git a/MendeleyCXR/labels/Darwin_00003858_person1598_bacteria_4195.png b/MendeleyCXR/labels/Darwin_00003858_person1598_bacteria_4195.png new file mode 100644 index 0000000000000000000000000000000000000000..397fec1b7bdb501946987d4cc1ae3b71a5b23d68 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003858_person1598_bacteria_4195.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4610834badae420ddebcd369c8ee3d8fb5c98e51ed370bca2922034a1a9d17bf +size 1196 diff --git a/MendeleyCXR/labels/Darwin_00003859_person1598_bacteria_4197.png b/MendeleyCXR/labels/Darwin_00003859_person1598_bacteria_4197.png new file mode 100644 index 0000000000000000000000000000000000000000..4c0e35c455a3da7edd799b6d5157b730564105e1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003859_person1598_bacteria_4197.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85ad7ea8324df14c15936e96f62909e6ca386096ed1123ef78807763ce7edff6 +size 1373 diff --git a/MendeleyCXR/labels/Darwin_00003860_person1598_bacteria_4198.png b/MendeleyCXR/labels/Darwin_00003860_person1598_bacteria_4198.png new file mode 100644 index 0000000000000000000000000000000000000000..a56a0d98a10acfb2e9e6dbe994e85221e445dab6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003860_person1598_bacteria_4198.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fad4541b4b222ec73d0872ccc50e49e80b0f1224483c444351127a4e8c3346d +size 1223 diff --git a/MendeleyCXR/labels/Darwin_00003861_person1599_bacteria_4200.png b/MendeleyCXR/labels/Darwin_00003861_person1599_bacteria_4200.png new file mode 100644 index 0000000000000000000000000000000000000000..b26e7f2e92ae0c9276642efedffa01232ad8ab5e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003861_person1599_bacteria_4200.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43abdfc052441d93b890d183596c969cc89233ef74be525b12ad4d643e51434c +size 1232 diff --git a/MendeleyCXR/labels/Darwin_00003862_person1599_bacteria_4201.png b/MendeleyCXR/labels/Darwin_00003862_person1599_bacteria_4201.png new file mode 100644 index 0000000000000000000000000000000000000000..33f08ef94039e1127a002136fb51cdc68697f845 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003862_person1599_bacteria_4201.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ee1196594949ac86b3a41a0ff92060c03fe232394e5fc4f9352d7367ed01758 +size 1065 diff --git a/MendeleyCXR/labels/Darwin_00003863_person14_bacteria_51.png b/MendeleyCXR/labels/Darwin_00003863_person14_bacteria_51.png new file mode 100644 index 0000000000000000000000000000000000000000..4f8efe44b023866aaa26fc9d5f92b414993574ca --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003863_person14_bacteria_51.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f195f25dcc4c213a3e86960e2502d9138bf6f938ad96c715558088c57d5bc458 +size 1065 diff --git a/MendeleyCXR/labels/Darwin_00003864_person1442_bacteria_3726.png b/MendeleyCXR/labels/Darwin_00003864_person1442_bacteria_3726.png new file mode 100644 index 0000000000000000000000000000000000000000..45e1eead110cd0f8f13f505ca99e5604cf08eebe --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003864_person1442_bacteria_3726.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb7202a99c8ff79dea4937a2443db6f669c690621c93897acbea7eea8a7880f5 +size 1301 diff --git a/MendeleyCXR/labels/Darwin_00003865_person1444_bacteria_3732.png b/MendeleyCXR/labels/Darwin_00003865_person1444_bacteria_3732.png new file mode 100644 index 0000000000000000000000000000000000000000..5f508a8b186b77a10eb8b3928ab911a5d3d97c65 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003865_person1444_bacteria_3732.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aac73ce22559b01c0a678ca57161217bbe96dd17c6e061a1846ed673aba00018 +size 1172 diff --git a/MendeleyCXR/labels/Darwin_00003866_person1445_bacteria_3734.png b/MendeleyCXR/labels/Darwin_00003866_person1445_bacteria_3734.png new file mode 100644 index 0000000000000000000000000000000000000000..b6a82d73a3b48fe15d5853720d8a3c642e31ad0f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003866_person1445_bacteria_3734.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2a9ce91d3503e49dc7a379b166d1f41e9d86114073baa867b3491c60afe3b99 +size 1296 diff --git a/MendeleyCXR/labels/Darwin_00003867_person1445_bacteria_3735.png b/MendeleyCXR/labels/Darwin_00003867_person1445_bacteria_3735.png new file mode 100644 index 0000000000000000000000000000000000000000..5ded8688fa2265eb4638b9e1693d175931e79d1e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003867_person1445_bacteria_3735.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf934bfcb7877c566a2fe78e7a3b8cc98aec54aa32ee0d58e383cb413989e7ab +size 1317 diff --git a/MendeleyCXR/labels/Darwin_00003868_person1446_bacteria_3737.png b/MendeleyCXR/labels/Darwin_00003868_person1446_bacteria_3737.png new file mode 100644 index 0000000000000000000000000000000000000000..76f8a22e4c6d65887e505e93c12ab5a4faffdb52 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003868_person1446_bacteria_3737.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf7d815e083fd1eb504b7b66064938efdee61a9d15813d78ac0edc2390b28b28 +size 1230 diff --git a/MendeleyCXR/labels/Darwin_00003869_person1446_bacteria_3739.png b/MendeleyCXR/labels/Darwin_00003869_person1446_bacteria_3739.png new file mode 100644 index 0000000000000000000000000000000000000000..7ad91723b1b4b85aa4cef43cc77eca1edac067d5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003869_person1446_bacteria_3739.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:997e55074f2320f970f01bcb57124eecf4b58ce359563a8ff87deae90e42194b +size 1107 diff --git a/MendeleyCXR/labels/Darwin_00003870_person1446_bacteria_3740.png b/MendeleyCXR/labels/Darwin_00003870_person1446_bacteria_3740.png new file mode 100644 index 0000000000000000000000000000000000000000..fc24d88d9b92f9a91cc5a61049be69c2cd277ae7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003870_person1446_bacteria_3740.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8714bcc256c12dfb278243cc87c5e23e90a5aa738b938d92ff1ec6bd53d4a716 +size 1279 diff --git a/MendeleyCXR/labels/Darwin_00003871_person1447_bacteria_3741.png b/MendeleyCXR/labels/Darwin_00003871_person1447_bacteria_3741.png new file mode 100644 index 0000000000000000000000000000000000000000..4255c6ded668259d34c855e063ee27c9d1df3100 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003871_person1447_bacteria_3741.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53ab72e1338a760ff2a90a68a1a26f7a50f42538e5f0a9eeca5e230c51a47150 +size 1191 diff --git a/MendeleyCXR/labels/Darwin_00003872_person1449_bacteria_3743.png b/MendeleyCXR/labels/Darwin_00003872_person1449_bacteria_3743.png new file mode 100644 index 0000000000000000000000000000000000000000..565a3e78aba3bfdc450c123b1d1c6c19b951ee8b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003872_person1449_bacteria_3743.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff68e6f81ee0a34c0eb6e78ebf3a3b3d2d17199a8b9ac014f5666353d76100ad +size 1232 diff --git a/MendeleyCXR/labels/Darwin_00003873_person1449_bacteria_3745.png b/MendeleyCXR/labels/Darwin_00003873_person1449_bacteria_3745.png new file mode 100644 index 0000000000000000000000000000000000000000..09373c530dba5874e7a4f57cb1bb30f798ae1b93 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003873_person1449_bacteria_3745.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d4f6c055eece121d3f7e57b46504f49197e77dd859804d18767638ab15dd427 +size 1297 diff --git a/MendeleyCXR/labels/Darwin_00003874_person1449_bacteria_3746.png b/MendeleyCXR/labels/Darwin_00003874_person1449_bacteria_3746.png new file mode 100644 index 0000000000000000000000000000000000000000..7ca6076e6ab9c7905e7dd80589bccc63f2092a96 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003874_person1449_bacteria_3746.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fe95471dd273426e3307795ec6f4f0f45c0f537bfa48788e77e37bc4a7d60d2 +size 1306 diff --git a/MendeleyCXR/labels/Darwin_00003875_person1449_bacteria_3747.png b/MendeleyCXR/labels/Darwin_00003875_person1449_bacteria_3747.png new file mode 100644 index 0000000000000000000000000000000000000000..f1363433f4db0c3b0df7883dda81ae37dd41be92 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003875_person1449_bacteria_3747.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5970824475d764ee7bd561575b1708860c5d52ae091077fd39b25dacc7babb36 +size 1219 diff --git a/MendeleyCXR/labels/Darwin_00003876_person1450_bacteria_3753.png b/MendeleyCXR/labels/Darwin_00003876_person1450_bacteria_3753.png new file mode 100644 index 0000000000000000000000000000000000000000..05df851690b170abd946e61300c61f0ea81cf601 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003876_person1450_bacteria_3753.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15dec16f72f66589f1cd6004821e76dd3095fea4c4b40699c07c1b1b20027255 +size 1208 diff --git a/MendeleyCXR/labels/Darwin_00003877_person1453_bacteria_3770.png b/MendeleyCXR/labels/Darwin_00003877_person1453_bacteria_3770.png new file mode 100644 index 0000000000000000000000000000000000000000..f367a50cad4c1e3e47dbbf8824ea7f117a613014 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003877_person1453_bacteria_3770.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2bddef351c9895a8bc7c6fefee26513f65760db994ae604292fd290fec5f937 +size 1412 diff --git a/MendeleyCXR/labels/Darwin_00003878_person1453_bacteria_3771.png b/MendeleyCXR/labels/Darwin_00003878_person1453_bacteria_3771.png new file mode 100644 index 0000000000000000000000000000000000000000..e70b31ba56cded45ab8e6f58ad2819f74c578983 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003878_person1453_bacteria_3771.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9cda5da82cf6bd03dfa00715c022061f54f2ad83e800d301ba81e16cba6a204 +size 1226 diff --git a/MendeleyCXR/labels/Darwin_00003879_person1453_bacteria_3772.png b/MendeleyCXR/labels/Darwin_00003879_person1453_bacteria_3772.png new file mode 100644 index 0000000000000000000000000000000000000000..6f6dbea71b1f89970fbdb383ba5b1717b379eed7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003879_person1453_bacteria_3772.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87dad82a3459eac916100f821c2c7c1f005b373a5e1e8b80b2084e0bc0171cbe +size 1313 diff --git a/MendeleyCXR/labels/Darwin_00003880_person1454_bacteria_3774.png b/MendeleyCXR/labels/Darwin_00003880_person1454_bacteria_3774.png new file mode 100644 index 0000000000000000000000000000000000000000..6366956da317f8082b31e71305608e8bc217ea64 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003880_person1454_bacteria_3774.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be09f48025388125e1757453d19a53906be0cd8e6055f25a81f7a25ae14a8f2e +size 1210 diff --git a/MendeleyCXR/labels/Darwin_00003881_person1454_bacteria_3778.png b/MendeleyCXR/labels/Darwin_00003881_person1454_bacteria_3778.png new file mode 100644 index 0000000000000000000000000000000000000000..c730499f615e469d184d793bfb1fa1b61924451c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003881_person1454_bacteria_3778.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e97e725044771f339dc027c0fc7a2595325463b06186f5f7cb87477e2f3f57c +size 1139 diff --git a/MendeleyCXR/labels/Darwin_00003882_person1454_bacteria_3779.png b/MendeleyCXR/labels/Darwin_00003882_person1454_bacteria_3779.png new file mode 100644 index 0000000000000000000000000000000000000000..62cc7a929484aabb568c487c1ce1da4b26eb426e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003882_person1454_bacteria_3779.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf15fdf0a59525b2dcc198e5d346bc6fe32750fbf890cdd2364cdc7af07fb259 +size 1200 diff --git a/MendeleyCXR/labels/Darwin_00003883_person1454_bacteria_3780.png b/MendeleyCXR/labels/Darwin_00003883_person1454_bacteria_3780.png new file mode 100644 index 0000000000000000000000000000000000000000..edd3c8cdb96b37a468c774d8ce7439438642d62c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003883_person1454_bacteria_3780.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5202173a325fb0f17a22edb9ab80db17db8a739bcd040b4d1bba27f3f343c59 +size 1110 diff --git a/MendeleyCXR/labels/Darwin_00003884_person1454_bacteria_3781.png b/MendeleyCXR/labels/Darwin_00003884_person1454_bacteria_3781.png new file mode 100644 index 0000000000000000000000000000000000000000..888456c5d40a58625970cbd8593365180cd830fc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003884_person1454_bacteria_3781.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dbbddf9829983325d07e0a4d4ef0389d4acd730bfea0e96486844c7cc1d14ce +size 1297 diff --git a/MendeleyCXR/labels/Darwin_00003885_person1454_bacteria_3782.png b/MendeleyCXR/labels/Darwin_00003885_person1454_bacteria_3782.png new file mode 100644 index 0000000000000000000000000000000000000000..1feb557345367d2f029e2640966eb5a0c7dbfefa --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003885_person1454_bacteria_3782.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d288912577ff91483a6aa84e6c4bec775cb693386a767c29dac4aedea84a9ae8 +size 1118 diff --git a/MendeleyCXR/labels/Darwin_00003887_person1459_bacteria_3796.png b/MendeleyCXR/labels/Darwin_00003887_person1459_bacteria_3796.png new file mode 100644 index 0000000000000000000000000000000000000000..7582eeddd71fc347163eff5b7d935239dd80fd3c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003887_person1459_bacteria_3796.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d36d5fd8bf6cb85259f9f39b403fa7837ce31fe708f6dce54f0ca7397e914109 +size 1300 diff --git a/MendeleyCXR/labels/Darwin_00003888_person1459_bacteria_3797.png b/MendeleyCXR/labels/Darwin_00003888_person1459_bacteria_3797.png new file mode 100644 index 0000000000000000000000000000000000000000..aef3d68a25297d1d6c6b860dd9622f0c041e62d9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003888_person1459_bacteria_3797.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44ae788c860ef7d152a45f8b5a08bfe86f50b6ad79db19309173932734de3c9a +size 1302 diff --git a/MendeleyCXR/labels/Darwin_00003889_person1460_bacteria_3801.png b/MendeleyCXR/labels/Darwin_00003889_person1460_bacteria_3801.png new file mode 100644 index 0000000000000000000000000000000000000000..bea0c86374706dfd992bdaf99b4d53667175b43d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003889_person1460_bacteria_3801.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a2e26d2d71f62c400949099c9af8a9b8959d691eedf18af65f25945109eae1c +size 1155 diff --git a/MendeleyCXR/labels/Darwin_00003890_person1460_bacteria_3805.png b/MendeleyCXR/labels/Darwin_00003890_person1460_bacteria_3805.png new file mode 100644 index 0000000000000000000000000000000000000000..b69725e152b3f5560d0dcd75b919bb3e39b529eb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003890_person1460_bacteria_3805.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d0f80562ccf021dbdde2a7f709bad80ece57d027332eac1a7edd81434112da6 +size 1213 diff --git a/MendeleyCXR/labels/Darwin_00003891_person1463_bacteria_3808.png b/MendeleyCXR/labels/Darwin_00003891_person1463_bacteria_3808.png new file mode 100644 index 0000000000000000000000000000000000000000..f74a8cacad0c02d1442b63d0eeae1fcce669d696 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003891_person1463_bacteria_3808.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4023cc85e15fe0ff7bb27e322b9d392505348c82e92c2d484dcb6ad1ab71893 +size 1263 diff --git a/MendeleyCXR/labels/Darwin_00003892_person1463_bacteria_3809.png b/MendeleyCXR/labels/Darwin_00003892_person1463_bacteria_3809.png new file mode 100644 index 0000000000000000000000000000000000000000..100a6481b28760e9d03d7d8b44bc212ac88a852b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003892_person1463_bacteria_3809.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c4a8e2948d2ab9dafd37c6a5964de04e757d5f1cb4b9e1c34fe8196d97dc9cd +size 1171 diff --git a/MendeleyCXR/labels/Darwin_00003893_person1463_bacteria_3811.png b/MendeleyCXR/labels/Darwin_00003893_person1463_bacteria_3811.png new file mode 100644 index 0000000000000000000000000000000000000000..345836464faf4ee5dcab2ab9445716ca3321b20f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003893_person1463_bacteria_3811.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a8ab1dc69ddb78e9169b4f855c2d5beb651f3d2fc7ec785973cb3794ba54d51 +size 1329 diff --git a/MendeleyCXR/labels/Darwin_00003894_person1468_bacteria_3822.png b/MendeleyCXR/labels/Darwin_00003894_person1468_bacteria_3822.png new file mode 100644 index 0000000000000000000000000000000000000000..0bba0b8b488d44325d27bd6778a37814477b4242 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003894_person1468_bacteria_3822.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:653399e02d171f9d1081bc3b9671fab899972a1e9b9a51f803e5df3c1d0c628b +size 1391 diff --git a/MendeleyCXR/labels/Darwin_00003895_person1469_bacteria_3824.png b/MendeleyCXR/labels/Darwin_00003895_person1469_bacteria_3824.png new file mode 100644 index 0000000000000000000000000000000000000000..0ae16380f6eb17bdea18c87fb554f83d72818742 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003895_person1469_bacteria_3824.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af6041c9470badbb6f077b1f0fa9eebd74bb3344b4d5030cf9d69071145c06a7 +size 1119 diff --git a/MendeleyCXR/labels/Darwin_00003896_person1469_bacteria_3827.png b/MendeleyCXR/labels/Darwin_00003896_person1469_bacteria_3827.png new file mode 100644 index 0000000000000000000000000000000000000000..93258ca7c91ba0ab14317326f0a0b1a6d4e4a52b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003896_person1469_bacteria_3827.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e049ef2fe985bb5e9ae60496ee6651f1445541fb312e5f97254c3a42879044a +size 1280 diff --git a/MendeleyCXR/labels/Darwin_00003897_person1470_bacteria_3829.png b/MendeleyCXR/labels/Darwin_00003897_person1470_bacteria_3829.png new file mode 100644 index 0000000000000000000000000000000000000000..02d29d5fc118d1f2d09aa23443a5be3e4d917a28 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003897_person1470_bacteria_3829.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0d4ad2eb63c4204c18d9bf1b210f6777a91cb5ca4b05145994375b7b2fac010 +size 1182 diff --git a/MendeleyCXR/labels/Darwin_00003898_person1470_bacteria_3830.png b/MendeleyCXR/labels/Darwin_00003898_person1470_bacteria_3830.png new file mode 100644 index 0000000000000000000000000000000000000000..9a79e7c737e1e6869d6a4a22384f3859d400bd20 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003898_person1470_bacteria_3830.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecc537acb5b4e1efdb326fa36c125df9356a067302447c66615f1ca688a6d762 +size 1214 diff --git a/MendeleyCXR/labels/Darwin_00003899_person1471_bacteria_3831.png b/MendeleyCXR/labels/Darwin_00003899_person1471_bacteria_3831.png new file mode 100644 index 0000000000000000000000000000000000000000..1952d836bf36439a9534d47dada535b75ec712cd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003899_person1471_bacteria_3831.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e468ec350685cf10d6fc641319ca913a14e847a27a6bb6c0e5b6339deb661ddb +size 1345 diff --git a/MendeleyCXR/labels/Darwin_00003900_person1472_bacteria_3833.png b/MendeleyCXR/labels/Darwin_00003900_person1472_bacteria_3833.png new file mode 100644 index 0000000000000000000000000000000000000000..ce4d3a117c43fd4ce9c76d6205a3455732a3013d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003900_person1472_bacteria_3833.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59621a785656ea62e8b04b8f5a829061edf0d553310562c9228fa79d21f4f379 +size 1186 diff --git a/MendeleyCXR/labels/Darwin_00003901_person1472_bacteria_3834.png b/MendeleyCXR/labels/Darwin_00003901_person1472_bacteria_3834.png new file mode 100644 index 0000000000000000000000000000000000000000..5bfddf7ee5dbd3bc604e109d00d0d53d5de81775 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003901_person1472_bacteria_3834.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4a21d782a198a331f9f3be3166cac44d0680d76e6c6c01a920d0ecca199f614 +size 1186 diff --git a/MendeleyCXR/labels/Darwin_00003902_person1473_bacteria_3836.png b/MendeleyCXR/labels/Darwin_00003902_person1473_bacteria_3836.png new file mode 100644 index 0000000000000000000000000000000000000000..ae63697e3281b8f534f634a81329c2d9a2d3092f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003902_person1473_bacteria_3836.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44d199012408fc899a9397231902c59e255b2c0ecbe05e0a8c94c3d7582ea8d3 +size 1336 diff --git a/MendeleyCXR/labels/Darwin_00003903_person1474_bacteria_3837.png b/MendeleyCXR/labels/Darwin_00003903_person1474_bacteria_3837.png new file mode 100644 index 0000000000000000000000000000000000000000..d6f0ef7b740784ed1321c299f2b70818dec52c5a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003903_person1474_bacteria_3837.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b53dd9d8618d9c342754beef8f857d25e3b761b31f62b7eaa9385c84a7dc8c5e +size 1225 diff --git a/MendeleyCXR/labels/Darwin_00003904_person1476_bacteria_3842.png b/MendeleyCXR/labels/Darwin_00003904_person1476_bacteria_3842.png new file mode 100644 index 0000000000000000000000000000000000000000..b7202a2cfa344ddba7902ec13a0ff6084d46088a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003904_person1476_bacteria_3842.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5f73bfb51f84cc18b3a5257a4e747a5e2ae38ae40d1fbe3d94089c091f5b226 +size 1481 diff --git a/MendeleyCXR/labels/Darwin_00003905_person1476_bacteria_3843.png b/MendeleyCXR/labels/Darwin_00003905_person1476_bacteria_3843.png new file mode 100644 index 0000000000000000000000000000000000000000..fffef3fbfa8f239f543b7f56edbb1ff909409afc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003905_person1476_bacteria_3843.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:430e5699bd46bccb9fbb8f7df6cf9feaf0d61bb44094aebf003938f1401ac2a8 +size 1514 diff --git a/MendeleyCXR/labels/Darwin_00003907_person1480_bacteria_3858.png b/MendeleyCXR/labels/Darwin_00003907_person1480_bacteria_3858.png new file mode 100644 index 0000000000000000000000000000000000000000..fc86c242f1346a030901de1a23b13e3919975c02 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003907_person1480_bacteria_3858.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a89aa3d601ca3ca3ca7c5101aca119d4c362d30379827b7d15e776a77c4450d +size 1229 diff --git a/MendeleyCXR/labels/Darwin_00003908_person1480_bacteria_3859.png b/MendeleyCXR/labels/Darwin_00003908_person1480_bacteria_3859.png new file mode 100644 index 0000000000000000000000000000000000000000..440f988cb832c6bcd0273975dd8f69659fbe75d3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003908_person1480_bacteria_3859.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3d98edaf6ea3c192d3ab003f54c02acf02a8ed20c77ae6a17338ebb59ed062b +size 1263 diff --git a/MendeleyCXR/labels/Darwin_00003909_person1481_bacteria_3862.png b/MendeleyCXR/labels/Darwin_00003909_person1481_bacteria_3862.png new file mode 100644 index 0000000000000000000000000000000000000000..13ea08a26365f43c93f879187412b0bdeddad55f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003909_person1481_bacteria_3862.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d62a69e431487dcec8eb677c2c4fb5c466b4235c3b26bcfba4b916e0c32c1e0 +size 1161 diff --git a/MendeleyCXR/labels/Darwin_00003911_person1481_bacteria_3864.png b/MendeleyCXR/labels/Darwin_00003911_person1481_bacteria_3864.png new file mode 100644 index 0000000000000000000000000000000000000000..f4d853a819972956a12f8c484d32f74487bd5514 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003911_person1481_bacteria_3864.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfc883b13ddc25180639bd3fe6bd2432ecb7f85f3e7dc8c12fab56707db36a77 +size 1103 diff --git a/MendeleyCXR/labels/Darwin_00003913_person1481_bacteria_3866.png b/MendeleyCXR/labels/Darwin_00003913_person1481_bacteria_3866.png new file mode 100644 index 0000000000000000000000000000000000000000..b5b32bf26f199baf8ab0d33a05c581e614bfc0f3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003913_person1481_bacteria_3866.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c191f393103b3368359f6dd1ec5217bc61dd046612a5c04154b9d0c0c3f986bf +size 1226 diff --git a/MendeleyCXR/labels/Darwin_00003915_person1481_bacteria_3868.png b/MendeleyCXR/labels/Darwin_00003915_person1481_bacteria_3868.png new file mode 100644 index 0000000000000000000000000000000000000000..7d5707b7ac047e25bfe30c391b3fc1496ae95bdf --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003915_person1481_bacteria_3868.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3a8c12b326a2c543735f8dbe9a8aa4731a380de0b253c6d0db2f3b10d287cf7 +size 1378 diff --git a/MendeleyCXR/labels/Darwin_00003917_person1482_bacteria_3874.png b/MendeleyCXR/labels/Darwin_00003917_person1482_bacteria_3874.png new file mode 100644 index 0000000000000000000000000000000000000000..f5a6db312de72c63437d4ea22f37b9ac7dfb963d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003917_person1482_bacteria_3874.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9303c4391ed54e50a80b7caf1343784689fa264e6480be7734baf30fe628732a +size 1236 diff --git a/MendeleyCXR/labels/Darwin_00003918_person1483_bacteria_3876.png b/MendeleyCXR/labels/Darwin_00003918_person1483_bacteria_3876.png new file mode 100644 index 0000000000000000000000000000000000000000..6910b254772cd35a95b8797308e901b54f52a564 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003918_person1483_bacteria_3876.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b915066d7770f6baf7fef7870ed8001fb17ef745164150b292924c2acf97391c +size 1242 diff --git a/MendeleyCXR/labels/Darwin_00003919_person1484_bacteria_3878.png b/MendeleyCXR/labels/Darwin_00003919_person1484_bacteria_3878.png new file mode 100644 index 0000000000000000000000000000000000000000..773d42c1f1e41665d13fde85566fb6ce33245cb0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003919_person1484_bacteria_3878.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:378396ede3ccb4f09f5939a83b2c6f08641b3a37d71158db3cfafe19bae4228d +size 1325 diff --git a/MendeleyCXR/labels/Darwin_00003920_person1486_bacteria_3881.png b/MendeleyCXR/labels/Darwin_00003920_person1486_bacteria_3881.png new file mode 100644 index 0000000000000000000000000000000000000000..dd7f924c3ced78815d9116e2b1b7f11d51ce3fb4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003920_person1486_bacteria_3881.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:917fd28264bc42b479c4f3a0f2c603d68a547804b8b33c71c637f2f046f48c4a +size 1305 diff --git a/MendeleyCXR/labels/Darwin_00003921_person1486_bacteria_3883.png b/MendeleyCXR/labels/Darwin_00003921_person1486_bacteria_3883.png new file mode 100644 index 0000000000000000000000000000000000000000..e56c655c7348e271c696c3e86fbce87626534275 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003921_person1486_bacteria_3883.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd7f609030019f1da14b0d6527b51ab7af6877188240f204e6e7775d0c0d0828 +size 1253 diff --git a/MendeleyCXR/labels/Darwin_00003923_person1486_bacteria_3885.png b/MendeleyCXR/labels/Darwin_00003923_person1486_bacteria_3885.png new file mode 100644 index 0000000000000000000000000000000000000000..30fabf4d933e3e5fcee02b199e22fbaa42f8ae5b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003923_person1486_bacteria_3885.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc803df413244858cc66a0fb844bd64dce5b0bd703a524344632e785aaf866e2 +size 1115 diff --git a/MendeleyCXR/labels/Darwin_00003924_person1488_bacteria_3887.png b/MendeleyCXR/labels/Darwin_00003924_person1488_bacteria_3887.png new file mode 100644 index 0000000000000000000000000000000000000000..e240a91542af5883fde48a7c3f231947e4899d0a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003924_person1488_bacteria_3887.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54c94b8deb1bef1b7ca374bdc2432b1704007a704cab11f0f55fc4aee51870f6 +size 1165 diff --git a/MendeleyCXR/labels/Darwin_00003925_person1489_bacteria_3889.png b/MendeleyCXR/labels/Darwin_00003925_person1489_bacteria_3889.png new file mode 100644 index 0000000000000000000000000000000000000000..f4a0d7fb6e08c604a9574a2d8c981008c1b9af77 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003925_person1489_bacteria_3889.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69861f984bd1dfbfd53b6b50cb7347a7d127df37e7c80648db4cb48bb3ea403e +size 1397 diff --git a/MendeleyCXR/labels/Darwin_00003926_person1490_bacteria_3891.png b/MendeleyCXR/labels/Darwin_00003926_person1490_bacteria_3891.png new file mode 100644 index 0000000000000000000000000000000000000000..947b62e86b9ea65907652757e3d555a487748b6e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003926_person1490_bacteria_3891.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07a09943048e29170c4938a951b8accd282b730fc09ffe7588ca1151b1d41466 +size 1277 diff --git a/MendeleyCXR/labels/Darwin_00003927_person1491_bacteria_3892.png b/MendeleyCXR/labels/Darwin_00003927_person1491_bacteria_3892.png new file mode 100644 index 0000000000000000000000000000000000000000..45891bc72af21418553f9893d84299377dce6f23 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003927_person1491_bacteria_3892.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1adbbb1688bc21dddb263b9acac3c2f65160bea3ab2520db00b96cd3c770a67 +size 1167 diff --git a/MendeleyCXR/labels/Darwin_00003928_person1491_bacteria_3893.png b/MendeleyCXR/labels/Darwin_00003928_person1491_bacteria_3893.png new file mode 100644 index 0000000000000000000000000000000000000000..97be4066828bf042e1a36b627406f580c8472c60 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003928_person1491_bacteria_3893.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2ffa06cd2724f0a75179ae9a59f0ece402aea7d0da43cdc00f61d3cc7d33f99 +size 1075 diff --git a/MendeleyCXR/labels/Darwin_00003929_person1492_bacteria_3894.png b/MendeleyCXR/labels/Darwin_00003929_person1492_bacteria_3894.png new file mode 100644 index 0000000000000000000000000000000000000000..d400b5d7289e289794f8a569ed04a63c5d8deead --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003929_person1492_bacteria_3894.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:987d6035c88ac7d6aa5ca8a9d3c0db6ad2eaed508fb66999977de84822d7d587 +size 1410 diff --git a/MendeleyCXR/labels/Darwin_00003930_person1493_bacteria_3895.png b/MendeleyCXR/labels/Darwin_00003930_person1493_bacteria_3895.png new file mode 100644 index 0000000000000000000000000000000000000000..3a3d84248f2c07e780df82597e4b667c465cd767 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003930_person1493_bacteria_3895.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d35d76d2c3ffb01412f88f8dc4cedf8b4a4f2b64910921ab439c4abe971c3db7 +size 1183 diff --git a/MendeleyCXR/labels/Darwin_00003931_person1493_bacteria_3896.png b/MendeleyCXR/labels/Darwin_00003931_person1493_bacteria_3896.png new file mode 100644 index 0000000000000000000000000000000000000000..fff0ee4c45b4e9c980c7dcb68cf960b98d608070 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003931_person1493_bacteria_3896.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14316649ff470fd99aea9927ec4c03762c24f443395420b789904cef5c01d3b7 +size 1206 diff --git a/MendeleyCXR/labels/Darwin_00003932_person1493_bacteria_3897.png b/MendeleyCXR/labels/Darwin_00003932_person1493_bacteria_3897.png new file mode 100644 index 0000000000000000000000000000000000000000..65d550350854fe259a6a0207c5ec404b8f49c55a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003932_person1493_bacteria_3897.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:821d5e529ab3e154e4cf014c9a4785b7669814f9af1efcf84ae7a8fa21de6086 +size 1367 diff --git a/MendeleyCXR/labels/Darwin_00003933_person1493_bacteria_3898.png b/MendeleyCXR/labels/Darwin_00003933_person1493_bacteria_3898.png new file mode 100644 index 0000000000000000000000000000000000000000..962ae7b34663f031b2da42c8819f20bbdd4e56d8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003933_person1493_bacteria_3898.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84a04d16cda03998f046b8e43805d1274bfd84d7b937d11f18869328099a7efd +size 1265 diff --git a/MendeleyCXR/labels/Darwin_00003934_person1493_bacteria_3899.png b/MendeleyCXR/labels/Darwin_00003934_person1493_bacteria_3899.png new file mode 100644 index 0000000000000000000000000000000000000000..4fb3cb1283535ac328c62746f0818b1cf9726c96 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003934_person1493_bacteria_3899.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cced66e892bf8c465c7562c3d8482fa6264992f2bb2ec8d4a207c077721d62be +size 1341 diff --git a/MendeleyCXR/labels/Darwin_00003935_person1494_bacteria_3901.png b/MendeleyCXR/labels/Darwin_00003935_person1494_bacteria_3901.png new file mode 100644 index 0000000000000000000000000000000000000000..3fbbef59ab705d864866690abd749eb7d904ca28 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003935_person1494_bacteria_3901.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37ba748d2cb6529388186fbf1078542db955581b18e30b38f73e2f2cce0b9e44 +size 1350 diff --git a/MendeleyCXR/labels/Darwin_00003936_person1496_bacteria_3905.png b/MendeleyCXR/labels/Darwin_00003936_person1496_bacteria_3905.png new file mode 100644 index 0000000000000000000000000000000000000000..8b43a7b200f423a4f1f5afc879ce7858994a7814 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003936_person1496_bacteria_3905.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a94badaee192899d36a0ac777bc2cbdee42288c0d2c9f4e72b383893576bac20 +size 1073 diff --git a/MendeleyCXR/labels/Darwin_00003937_person1496_bacteria_3906.png b/MendeleyCXR/labels/Darwin_00003937_person1496_bacteria_3906.png new file mode 100644 index 0000000000000000000000000000000000000000..7f217a348a64972389065ebc7d613b51d8cc05ab --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003937_person1496_bacteria_3906.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab90be6fcdde10c2815109ffb3a7a4f0116e65816f7cc9c2771711752ebbfa28 +size 1207 diff --git a/MendeleyCXR/labels/Darwin_00003938_person1496_bacteria_3907.png b/MendeleyCXR/labels/Darwin_00003938_person1496_bacteria_3907.png new file mode 100644 index 0000000000000000000000000000000000000000..fb074e5bbec5ee2b9de63e632e8907e2df258cbd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003938_person1496_bacteria_3907.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:619ae0288e5b1ba0e395dc18a31ac380d0b50e013707ee6cb20efb26ecea6aa0 +size 1326 diff --git a/MendeleyCXR/labels/Darwin_00003939_person1496_bacteria_3908.png b/MendeleyCXR/labels/Darwin_00003939_person1496_bacteria_3908.png new file mode 100644 index 0000000000000000000000000000000000000000..6d1503b40466888e63bf241d01b05105cc699724 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003939_person1496_bacteria_3908.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d82d407db99ef36c16f50510402164a853392f18b7957a681a348c56327c20d4 +size 1323 diff --git a/MendeleyCXR/labels/Darwin_00003940_person1496_bacteria_3909.png b/MendeleyCXR/labels/Darwin_00003940_person1496_bacteria_3909.png new file mode 100644 index 0000000000000000000000000000000000000000..ea3a6f050f3a64c5de8a107646a021e510608e51 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003940_person1496_bacteria_3909.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28b3e102b40106066e6cc9499e8d390a82ab9903fbc6f99c6870fb0c9b3c6e36 +size 1358 diff --git a/MendeleyCXR/labels/Darwin_00003942_person1496_bacteria_3911.png b/MendeleyCXR/labels/Darwin_00003942_person1496_bacteria_3911.png new file mode 100644 index 0000000000000000000000000000000000000000..ba0c60396ef124132e126e55ade915ad31a0873d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003942_person1496_bacteria_3911.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcc25002ffa9c5744f5a4f2cc40e76cfd7414c3484573eedd6e7e28ab40169f9 +size 1232 diff --git a/MendeleyCXR/labels/Darwin_00003944_person1499_bacteria_3915.png b/MendeleyCXR/labels/Darwin_00003944_person1499_bacteria_3915.png new file mode 100644 index 0000000000000000000000000000000000000000..29c9fbc835b854ee6cda44b197672934d46bf7bc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003944_person1499_bacteria_3915.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e32b57af543a954ec17b3b2cbd57148d2e41e6c480505fb2acaf423e1d60ab57 +size 1380 diff --git a/MendeleyCXR/labels/Darwin_00003945_person1500_bacteria_3916.png b/MendeleyCXR/labels/Darwin_00003945_person1500_bacteria_3916.png new file mode 100644 index 0000000000000000000000000000000000000000..ab1de37b2ec180bad12f9d27a5a2cffadc3fde78 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003945_person1500_bacteria_3916.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87e1a04276e072aa94ff7139370a6d8a464a7eda23e32c1e2d46c8da3517bb75 +size 1421 diff --git a/MendeleyCXR/labels/Darwin_00003946_person1502_bacteria_3922.png b/MendeleyCXR/labels/Darwin_00003946_person1502_bacteria_3922.png new file mode 100644 index 0000000000000000000000000000000000000000..598c1a112732df39decedbff2cece4f204d43bae --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003946_person1502_bacteria_3922.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a8abf534c59c7c2ea681e1ff316313af309f0af053b5ddf0501138ffc1ae127 +size 970 diff --git a/MendeleyCXR/labels/Darwin_00003947_person1502_bacteria_3923.png b/MendeleyCXR/labels/Darwin_00003947_person1502_bacteria_3923.png new file mode 100644 index 0000000000000000000000000000000000000000..0b57b5fb814c812353890f002fba1fd65f4dfa5e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003947_person1502_bacteria_3923.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b067f318d6729a33a6e09b74f950c68a854af5ad8f3683f99590063516fd7852 +size 1275 diff --git a/MendeleyCXR/labels/Darwin_00003948_person1502_bacteria_3924.png b/MendeleyCXR/labels/Darwin_00003948_person1502_bacteria_3924.png new file mode 100644 index 0000000000000000000000000000000000000000..31ae530703c12307744c89febdb48fa6c35bb594 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003948_person1502_bacteria_3924.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:416eba1b397a7ea8d7f56fb1919bdde7c8ea676d094de8863276c51c99077354 +size 1257 diff --git a/MendeleyCXR/labels/Darwin_00003949_person1502_bacteria_3925.png b/MendeleyCXR/labels/Darwin_00003949_person1502_bacteria_3925.png new file mode 100644 index 0000000000000000000000000000000000000000..08423a9f59b0205b59c63ee0f291bbfbeff3c2c5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003949_person1502_bacteria_3925.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d3c0025847fffce27127d4051647745929315a9e032d2ea11972daa6c4679b3 +size 955 diff --git a/MendeleyCXR/labels/Darwin_00003950_person1502_bacteria_3927.png b/MendeleyCXR/labels/Darwin_00003950_person1502_bacteria_3927.png new file mode 100644 index 0000000000000000000000000000000000000000..4b706587cd665537e5e0ad83955390b97061187f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003950_person1502_bacteria_3927.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:304266d58ffa814e881a9b045edc9ceb09b8d1e39254c68534cccc3599a13094 +size 1219 diff --git a/MendeleyCXR/labels/Darwin_00003951_person1502_bacteria_3928.png b/MendeleyCXR/labels/Darwin_00003951_person1502_bacteria_3928.png new file mode 100644 index 0000000000000000000000000000000000000000..8aaffa8175a6bb66f058830387df1f4d1461e035 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003951_person1502_bacteria_3928.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:342ad46d578b660215820f5294d1b3afd02f99bf69bf2b4746fadf915a4bb51e +size 1154 diff --git a/MendeleyCXR/labels/Darwin_00003952_person1502_bacteria_3929.png b/MendeleyCXR/labels/Darwin_00003952_person1502_bacteria_3929.png new file mode 100644 index 0000000000000000000000000000000000000000..f5736b80b532912e48a518613ccafc895d5457f0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003952_person1502_bacteria_3929.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a9a338a61f1a5c4d85f5b85be552ea7e69017856b8b6de3371347a45da1cb2d +size 1247 diff --git a/MendeleyCXR/labels/Darwin_00003953_person1504_bacteria_3931.png b/MendeleyCXR/labels/Darwin_00003953_person1504_bacteria_3931.png new file mode 100644 index 0000000000000000000000000000000000000000..052d11511d29e0973531bc067d59d3a384d2dd71 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003953_person1504_bacteria_3931.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0c1e46dc598ac8ed2fcf07c245d02ddfa7d17823506681f32afc9efc8a540bd +size 1255 diff --git a/MendeleyCXR/labels/Darwin_00003954_person1506_bacteria_3933.png b/MendeleyCXR/labels/Darwin_00003954_person1506_bacteria_3933.png new file mode 100644 index 0000000000000000000000000000000000000000..d890b9afe51b27c13775d2a5c61d3df0d40c0d23 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003954_person1506_bacteria_3933.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35b2620811777572595f1d459260157a50fb5e295ccf6673dca66a7c79c49458 +size 1219 diff --git a/MendeleyCXR/labels/Darwin_00003955_person1507_bacteria_3935.png b/MendeleyCXR/labels/Darwin_00003955_person1507_bacteria_3935.png new file mode 100644 index 0000000000000000000000000000000000000000..b5cd64e4a6a91d637d83acab5fcba2a2bba25fca --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003955_person1507_bacteria_3935.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16bfb4f7a179a75561b3efa0e458e91581d4a8632bce4622a6d19a3a05e6bbf6 +size 1157 diff --git a/MendeleyCXR/labels/Darwin_00003956_person1507_bacteria_3942.png b/MendeleyCXR/labels/Darwin_00003956_person1507_bacteria_3942.png new file mode 100644 index 0000000000000000000000000000000000000000..e36a73db0ee58e280617f7f9749e3e468979d2e8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003956_person1507_bacteria_3942.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dbaec31711f48acdfeb660c81f50169f3409d7cd6890b883fc9830d0f9fa948 +size 1360 diff --git a/MendeleyCXR/labels/Darwin_00003957_person1507_bacteria_3943.png b/MendeleyCXR/labels/Darwin_00003957_person1507_bacteria_3943.png new file mode 100644 index 0000000000000000000000000000000000000000..a88d78b7c689772b969defb2683ab8cbb3d51b96 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003957_person1507_bacteria_3943.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e37e89c00864535ab4cfda25546c9323e0b86317a230dce3fb14250adabab525 +size 1371 diff --git a/MendeleyCXR/labels/Darwin_00003958_person1507_bacteria_3944.png b/MendeleyCXR/labels/Darwin_00003958_person1507_bacteria_3944.png new file mode 100644 index 0000000000000000000000000000000000000000..e5a21cc2f44029b27ddd05d229ef20ad1719ad27 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003958_person1507_bacteria_3944.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9776d3117df7cb274e2a1df4dbba315cbe5716b132ebf1224bbe9b755971b907 +size 1243 diff --git a/MendeleyCXR/labels/Darwin_00003959_person1507_bacteria_3945.png b/MendeleyCXR/labels/Darwin_00003959_person1507_bacteria_3945.png new file mode 100644 index 0000000000000000000000000000000000000000..7c9ad74b550215296401b37a22e0fff8f92b561e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003959_person1507_bacteria_3945.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1e9bb55c49bfc31eaeeaa4028c08c3d105ce6cf81bab524ac995f00411c225d +size 1328 diff --git a/MendeleyCXR/labels/Darwin_00003960_person1507_bacteria_3946.png b/MendeleyCXR/labels/Darwin_00003960_person1507_bacteria_3946.png new file mode 100644 index 0000000000000000000000000000000000000000..38ac3e874451a95f1b3ad995ecb756cdb5da1809 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003960_person1507_bacteria_3946.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0b60165dd8ddc69b46e2447d995da6e940f0b060b386df1ad6127d30e892a28 +size 1328 diff --git a/MendeleyCXR/labels/Darwin_00003961_person1507_bacteria_3947.png b/MendeleyCXR/labels/Darwin_00003961_person1507_bacteria_3947.png new file mode 100644 index 0000000000000000000000000000000000000000..0ee0ec31bcb90dbc4b3261270775933a2fb10966 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003961_person1507_bacteria_3947.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70cffd75422ede7d8b72efe176727c705ca4e9c6291d45743bc764dc66986596 +size 1316 diff --git a/MendeleyCXR/labels/Darwin_00003962_person1507_bacteria_3948.png b/MendeleyCXR/labels/Darwin_00003962_person1507_bacteria_3948.png new file mode 100644 index 0000000000000000000000000000000000000000..c31751cd6cf9f81a70a19b0dab93d7e736a2d67b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003962_person1507_bacteria_3948.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1ba8575c107a413dc6368996f022e8603638c7c66c688af0b9b13d3721d158f +size 1321 diff --git a/MendeleyCXR/labels/Darwin_00003963_person1508_bacteria_3949.png b/MendeleyCXR/labels/Darwin_00003963_person1508_bacteria_3949.png new file mode 100644 index 0000000000000000000000000000000000000000..755dfaf04784e001af8fa9afff871e70a8e8f461 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003963_person1508_bacteria_3949.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a4eee66717fedc38de3e33d0b7696b04c50bbca0c15f158d685090f1181c8fc +size 1126 diff --git a/MendeleyCXR/labels/Darwin_00003964_person1509_bacteria_3951.png b/MendeleyCXR/labels/Darwin_00003964_person1509_bacteria_3951.png new file mode 100644 index 0000000000000000000000000000000000000000..927910f4922c1f5392d9e0ddda912a82a9f7b214 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003964_person1509_bacteria_3951.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f64f7d3077a72c11fb9ab49ac90c9c84e1dee2576a6f1d9842689c5475c9a62 +size 1139 diff --git a/MendeleyCXR/labels/Darwin_00003965_person1511_bacteria_3955.png b/MendeleyCXR/labels/Darwin_00003965_person1511_bacteria_3955.png new file mode 100644 index 0000000000000000000000000000000000000000..b5aa4857cc3cf22e84ebfbed37d159ee7eb4d8bc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003965_person1511_bacteria_3955.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12b96a1d40af6e356731fc73a0a9be1127f27fce81522b339d69a95419afe9c8 +size 1332 diff --git a/MendeleyCXR/labels/Darwin_00003966_person1512_bacteria_3958.png b/MendeleyCXR/labels/Darwin_00003966_person1512_bacteria_3958.png new file mode 100644 index 0000000000000000000000000000000000000000..9ca07146a2c9b3adb75049039e59b11a2f805c92 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003966_person1512_bacteria_3958.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2913ed2db7963044dcdfecd64330c880bdf801372507c8683f37d25aabe19368 +size 976 diff --git a/MendeleyCXR/labels/Darwin_00003967_person1513_bacteria_3962.png b/MendeleyCXR/labels/Darwin_00003967_person1513_bacteria_3962.png new file mode 100644 index 0000000000000000000000000000000000000000..55f809a5efb15aaa70cbbba719c8ea0b2a682296 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003967_person1513_bacteria_3962.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cd316726401fce07bee9cdfee196d3e5ddc380b866a113a2606d096f76a0b93 +size 1251 diff --git a/MendeleyCXR/labels/Darwin_00003968_person1514_bacteria_3964.png b/MendeleyCXR/labels/Darwin_00003968_person1514_bacteria_3964.png new file mode 100644 index 0000000000000000000000000000000000000000..a5371049abbea1f543d34095737dc7321d961283 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003968_person1514_bacteria_3964.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea8573fb38e33ed1fe98b4844d459f16fd1af0bf533d2fd7c5c5405552b43c61 +size 1430 diff --git a/MendeleyCXR/labels/Darwin_00003969_person13_bacteria_49.png b/MendeleyCXR/labels/Darwin_00003969_person13_bacteria_49.png new file mode 100644 index 0000000000000000000000000000000000000000..fd1e1291dc040f9941faf1d6c8a65dafe1f16e19 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003969_person13_bacteria_49.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39531561bffdf748e9632c1cd491d5ec50d2957d6536bcb4f879de240106000f +size 1266 diff --git a/MendeleyCXR/labels/Darwin_00003970_person13_bacteria_50.png b/MendeleyCXR/labels/Darwin_00003970_person13_bacteria_50.png new file mode 100644 index 0000000000000000000000000000000000000000..a0c5f0171a2082d945c989b8bb2940a39598a669 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003970_person13_bacteria_50.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca9f70fe2c1144418b2cc9cb0d01d77e3c3c24be63765a5653d849ef67d2b414 +size 1309 diff --git a/MendeleyCXR/labels/Darwin_00003971_person1358_bacteria_3463.png b/MendeleyCXR/labels/Darwin_00003971_person1358_bacteria_3463.png new file mode 100644 index 0000000000000000000000000000000000000000..f515ef8c80375e60c1bb5850b94f798a0479e5a4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003971_person1358_bacteria_3463.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9beaf2e3625f7dff743639d6330c1f6eb5c0d9221f3ac0b6a8521a856077b6d7 +size 1155 diff --git a/MendeleyCXR/labels/Darwin_00003972_person1358_bacteria_3465.png b/MendeleyCXR/labels/Darwin_00003972_person1358_bacteria_3465.png new file mode 100644 index 0000000000000000000000000000000000000000..f91113eee2f35d3dbdca6bb6a4269b560c4042ff --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003972_person1358_bacteria_3465.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:021705fd7c36b40c202b49b40aea462d25f72f47aff1a602ef747fe53b41f651 +size 1072 diff --git a/MendeleyCXR/labels/Darwin_00003973_person1361_bacteria_3476.png b/MendeleyCXR/labels/Darwin_00003973_person1361_bacteria_3476.png new file mode 100644 index 0000000000000000000000000000000000000000..9824740190a61dc803dc0d45b040764adc9b3cc0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003973_person1361_bacteria_3476.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80e20ab65a6d7332754be28e887bde9595116ab7b054cf3c0c69bcead4630d2f +size 1217 diff --git a/MendeleyCXR/labels/Darwin_00003974_person1361_bacteria_3477.png b/MendeleyCXR/labels/Darwin_00003974_person1361_bacteria_3477.png new file mode 100644 index 0000000000000000000000000000000000000000..663f8ea90a2ff9a85ed1e90942b679eb496e4621 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003974_person1361_bacteria_3477.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59cd32ac29195dd8acfc524dea695f0fffdb3fd50976a838da1228bd91009aa6 +size 1297 diff --git a/MendeleyCXR/labels/Darwin_00003975_person1363_bacteria_3483.png b/MendeleyCXR/labels/Darwin_00003975_person1363_bacteria_3483.png new file mode 100644 index 0000000000000000000000000000000000000000..aaf256b887548c123b7815c94c7692b209f0204a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003975_person1363_bacteria_3483.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35caf6932579b32e8ccf7b9884d67d6d8497fce75863d8cd79d336a03b6b4313 +size 1202 diff --git a/MendeleyCXR/labels/Darwin_00003976_person1363_bacteria_3484.png b/MendeleyCXR/labels/Darwin_00003976_person1363_bacteria_3484.png new file mode 100644 index 0000000000000000000000000000000000000000..07dcc2bfd387b4377009405a3a6307aa95849015 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003976_person1363_bacteria_3484.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d50a7b7d8e6ecee171542a9b33f221ce60562d0f361821a176d12fb59e4778cd +size 1299 diff --git a/MendeleyCXR/labels/Darwin_00003977_person1365_bacteria_3489.png b/MendeleyCXR/labels/Darwin_00003977_person1365_bacteria_3489.png new file mode 100644 index 0000000000000000000000000000000000000000..732f38e8172aa2793554e3b336c22dab9ce101b0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003977_person1365_bacteria_3489.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a552ec77f27f5c1b9451b47819e2d372807920e28bbf4668080f6fdcc93e3ed1 +size 1224 diff --git a/MendeleyCXR/labels/Darwin_00003978_person1366_bacteria_3490.png b/MendeleyCXR/labels/Darwin_00003978_person1366_bacteria_3490.png new file mode 100644 index 0000000000000000000000000000000000000000..28dab57b11d9301b9dcc83973363b4cb85c76c2d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003978_person1366_bacteria_3490.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff91489344410821fb11230ddc9b36760a34364764783b23500e007502dad546 +size 1209 diff --git a/MendeleyCXR/labels/Darwin_00003979_person1372_bacteria_3498.png b/MendeleyCXR/labels/Darwin_00003979_person1372_bacteria_3498.png new file mode 100644 index 0000000000000000000000000000000000000000..f5b037f66490a2f1dc1d734e16e2cc8f56a375d7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003979_person1372_bacteria_3498.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55e9e46e5184ae9d0256f3f3695d8a60f67a9c5636a174300b5913e210ddeced +size 1293 diff --git a/MendeleyCXR/labels/Darwin_00003980_person1372_bacteria_3499.png b/MendeleyCXR/labels/Darwin_00003980_person1372_bacteria_3499.png new file mode 100644 index 0000000000000000000000000000000000000000..f2a0fb5bfc8dbf72784402fcb5fa2fb6cb3e7a0d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003980_person1372_bacteria_3499.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e074c8b3352c8a52fdee32fac311f6d7d5921165f72d0c2b61cf6ed3e538abe +size 1188 diff --git a/MendeleyCXR/labels/Darwin_00003981_person1372_bacteria_3500.png b/MendeleyCXR/labels/Darwin_00003981_person1372_bacteria_3500.png new file mode 100644 index 0000000000000000000000000000000000000000..b8638a38ede683e3d2123d82393a0e260d90c93e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003981_person1372_bacteria_3500.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e295f3abf430d66145bb4f64d143cbe2066b27cdbd83c6f040e96d23d3ef144 +size 1299 diff --git a/MendeleyCXR/labels/Darwin_00003982_person1372_bacteria_3501.png b/MendeleyCXR/labels/Darwin_00003982_person1372_bacteria_3501.png new file mode 100644 index 0000000000000000000000000000000000000000..9eafcdeff382628b99df180a9ba106c8b0b28eb1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003982_person1372_bacteria_3501.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c10088ef722a03ce256f7c3916e359e93bffec8666a685bf3c94386ee84d5f0 +size 1128 diff --git a/MendeleyCXR/labels/Darwin_00003985_person1374_bacteria_3506.png b/MendeleyCXR/labels/Darwin_00003985_person1374_bacteria_3506.png new file mode 100644 index 0000000000000000000000000000000000000000..28b7adde511bfb7999f45cd067cfd5d00a91788e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003985_person1374_bacteria_3506.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae450117467680f320a7e1a1a41632374de0f506a1cffe30664dba36014d4997 +size 1200 diff --git a/MendeleyCXR/labels/Darwin_00003986_person1374_bacteria_3507.png b/MendeleyCXR/labels/Darwin_00003986_person1374_bacteria_3507.png new file mode 100644 index 0000000000000000000000000000000000000000..1b27a0a459f1b924a27f7b6f91574c9e5af4aa5d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003986_person1374_bacteria_3507.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e75b9be058f024d884ce82ea384643bdd278cde39e63709274e451d25302dba4 +size 1042 diff --git a/MendeleyCXR/labels/Darwin_00003987_person1375_bacteria_3509.png b/MendeleyCXR/labels/Darwin_00003987_person1375_bacteria_3509.png new file mode 100644 index 0000000000000000000000000000000000000000..bcf5c5f01082ae1009374517b67fe03c35aad95e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003987_person1375_bacteria_3509.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9f1e7ab908689c275e9583212bcdfabb7b50a071bd89ca06146ae602f27eb32 +size 1229 diff --git a/MendeleyCXR/labels/Darwin_00003988_person1375_bacteria_3510.png b/MendeleyCXR/labels/Darwin_00003988_person1375_bacteria_3510.png new file mode 100644 index 0000000000000000000000000000000000000000..780ba70f5839f7d5b005ceae46252d2d9c27f7c4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003988_person1375_bacteria_3510.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1381018714f6470af1b1c895b168d7ded02fdccf1f968eed43f4e6b0b886d38 +size 1287 diff --git a/MendeleyCXR/labels/Darwin_00003989_person1376_bacteria_3511.png b/MendeleyCXR/labels/Darwin_00003989_person1376_bacteria_3511.png new file mode 100644 index 0000000000000000000000000000000000000000..930a393ea57c250e6908311982c971ddafd7460e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003989_person1376_bacteria_3511.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:933abae843e9b7907cdc641212f7219bce5408d6f4f1fe5979f4a819801fe0ad +size 1243 diff --git a/MendeleyCXR/labels/Darwin_00003990_person1377_bacteria_3512.png b/MendeleyCXR/labels/Darwin_00003990_person1377_bacteria_3512.png new file mode 100644 index 0000000000000000000000000000000000000000..4d029d83726edd13fe788431100c35d19dac0dbd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003990_person1377_bacteria_3512.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b84f142b57bb748245e57809c3b0f3d49a99e9b4fdce981256fe93910c9990ab +size 1270 diff --git a/MendeleyCXR/labels/Darwin_00003992_person1379_bacteria_3514.png b/MendeleyCXR/labels/Darwin_00003992_person1379_bacteria_3514.png new file mode 100644 index 0000000000000000000000000000000000000000..a2229bfd7167e70971dd4607ee24666fc28eb6bf --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003992_person1379_bacteria_3514.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02d9b7c345be7524163e42c15115e4be38005a3e98b9f62dda1f247c30b476bf +size 1234 diff --git a/MendeleyCXR/labels/Darwin_00003993_person1380_bacteria_3515.png b/MendeleyCXR/labels/Darwin_00003993_person1380_bacteria_3515.png new file mode 100644 index 0000000000000000000000000000000000000000..e0d515209a6a80768909e14b144f3b7e44c61752 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003993_person1380_bacteria_3515.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd72ef8586d49061cc74379c51a7f2e76a90e2007cb5200afa261b7896136a96 +size 1239 diff --git a/MendeleyCXR/labels/Darwin_00003994_person1381_bacteria_3516.png b/MendeleyCXR/labels/Darwin_00003994_person1381_bacteria_3516.png new file mode 100644 index 0000000000000000000000000000000000000000..b2756f1eb6cf02a1ffa7dd7e956e61c1d826fb56 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003994_person1381_bacteria_3516.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7551c5a2edbc35b551dd7523fba4d7b3d899abad34e629558370bdc78bc0a0e +size 1059 diff --git a/MendeleyCXR/labels/Darwin_00003995_person1381_bacteria_3517.png b/MendeleyCXR/labels/Darwin_00003995_person1381_bacteria_3517.png new file mode 100644 index 0000000000000000000000000000000000000000..4b0a12ed8dd70ec004b8e438bd6b6aadbf31e8ef --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003995_person1381_bacteria_3517.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69da63dcb6baf7c278ca4045f60f5b7f2e37106d51e2ca3ec9a5e73391a252b9 +size 1083 diff --git a/MendeleyCXR/labels/Darwin_00003996_person1383_bacteria_3521.png b/MendeleyCXR/labels/Darwin_00003996_person1383_bacteria_3521.png new file mode 100644 index 0000000000000000000000000000000000000000..57f1dd3ce9bb7d61692bd5aa23190d6cd68e47d2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003996_person1383_bacteria_3521.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:039077276fe71a8d40c14ba621cf2fb531e4dec1fb1b0e158ad1a8fec894d6a5 +size 1181 diff --git a/MendeleyCXR/labels/Darwin_00003997_person1384_bacteria_3522.png b/MendeleyCXR/labels/Darwin_00003997_person1384_bacteria_3522.png new file mode 100644 index 0000000000000000000000000000000000000000..c2b179113c3088bb8530e7363a54b75cb6597df6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003997_person1384_bacteria_3522.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:111b44ae1d7391ae018ca2a1442bdf3715d76a844aeeaf473a08ff3795208ae7 +size 1203 diff --git a/MendeleyCXR/labels/Darwin_00003998_person1385_bacteria_3524.png b/MendeleyCXR/labels/Darwin_00003998_person1385_bacteria_3524.png new file mode 100644 index 0000000000000000000000000000000000000000..fe0907c58de2d32f80fee9cb0e3b9f27e79339c2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003998_person1385_bacteria_3524.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6cbf95381c6f4cd799ec5aa969f02a2fe7355056cb78e656409bef172d1e780 +size 1180 diff --git a/MendeleyCXR/labels/Darwin_00003999_person1388_bacteria_3529.png b/MendeleyCXR/labels/Darwin_00003999_person1388_bacteria_3529.png new file mode 100644 index 0000000000000000000000000000000000000000..afc359b3ef2fb43ca0407cd4487bdbd836778da1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00003999_person1388_bacteria_3529.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42eeff815fe191b834e919eaa251b22920d32a1b786a99d0ad6a778d488c05c4 +size 1192 diff --git a/MendeleyCXR/labels/Darwin_00004000_person1389_bacteria_3531.png b/MendeleyCXR/labels/Darwin_00004000_person1389_bacteria_3531.png new file mode 100644 index 0000000000000000000000000000000000000000..4ca777df0691fd4bbaba53ae598999292462d6fd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004000_person1389_bacteria_3531.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b05935323fb7995d720c073d9511d2eafc34ffc6f17fa49a0191ba5d0e8533be +size 1159 diff --git a/MendeleyCXR/labels/Darwin_00004001_person1390_bacteria_3534.png b/MendeleyCXR/labels/Darwin_00004001_person1390_bacteria_3534.png new file mode 100644 index 0000000000000000000000000000000000000000..8e17361d1134c8cbc0b7269e804654776cbb980e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004001_person1390_bacteria_3534.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a675e5699d0155d39a30b727444ab3034670e52778bf6b2914b2c54334d5b94 +size 1287 diff --git a/MendeleyCXR/labels/Darwin_00004002_person1390_bacteria_3535.png b/MendeleyCXR/labels/Darwin_00004002_person1390_bacteria_3535.png new file mode 100644 index 0000000000000000000000000000000000000000..c08281fc3e8533e26291eb14ddc10d6cc740db0c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004002_person1390_bacteria_3535.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41302faa5de50e254490d790bed3fab9fe6840d1a0f35de0196d0a7a68d522d7 +size 1234 diff --git a/MendeleyCXR/labels/Darwin_00004003_person1391_bacteria_3536.png b/MendeleyCXR/labels/Darwin_00004003_person1391_bacteria_3536.png new file mode 100644 index 0000000000000000000000000000000000000000..8fef361b7dedaf749a085b6011afa1eb94c35e55 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004003_person1391_bacteria_3536.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7179cccd48cd019282d0165e95bc258fd202b528ac6d7dbe67dc1fd5b1ef1feb +size 1267 diff --git a/MendeleyCXR/labels/Darwin_00004004_person1391_bacteria_3537.png b/MendeleyCXR/labels/Darwin_00004004_person1391_bacteria_3537.png new file mode 100644 index 0000000000000000000000000000000000000000..596e15048ca5bcd297f4061612fa5a97f7edc156 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004004_person1391_bacteria_3537.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:112c2886fcf6e302a0d9b77558a6e3143676f0cec8487a18f73d8129180c5b5e +size 1213 diff --git a/MendeleyCXR/labels/Darwin_00004005_person1392_bacteria_3538.png b/MendeleyCXR/labels/Darwin_00004005_person1392_bacteria_3538.png new file mode 100644 index 0000000000000000000000000000000000000000..a710fd1d3d0d9e39ca1427137935e604d09c9a3a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004005_person1392_bacteria_3538.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ea290358dbae8fc82d41d2a123c15b6a4f4bb2aaa5b149d713ad3ce5f455c43 +size 1294 diff --git a/MendeleyCXR/labels/Darwin_00004006_person1395_bacteria_3544.png b/MendeleyCXR/labels/Darwin_00004006_person1395_bacteria_3544.png new file mode 100644 index 0000000000000000000000000000000000000000..16dae60f9d4160abc5a8d387a23d87f95f5e658f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004006_person1395_bacteria_3544.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:894a9ecdd2ac393f4b096900b3a2e01accb6af3e4ee576acad7bd45ba8c07b5e +size 1248 diff --git a/MendeleyCXR/labels/Darwin_00004007_person1396_bacteria_3545.png b/MendeleyCXR/labels/Darwin_00004007_person1396_bacteria_3545.png new file mode 100644 index 0000000000000000000000000000000000000000..1125354acaa7c0973fa05f13d178adb673836dcf --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004007_person1396_bacteria_3545.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa61c6c99aabeef1f38de9a2b4fc419b08e2bc0772b1843bdc01fecc5ed6ea45 +size 1194 diff --git a/MendeleyCXR/labels/Darwin_00004008_person1398_bacteria_3548.png b/MendeleyCXR/labels/Darwin_00004008_person1398_bacteria_3548.png new file mode 100644 index 0000000000000000000000000000000000000000..ccd4e6d0d52813be8174e85d216e7529ba3aa326 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004008_person1398_bacteria_3548.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d80d4bbef6cd473dee8bb56c40928551086ea697c3084bdd9c65cf7c99d85b3b +size 1212 diff --git a/MendeleyCXR/labels/Darwin_00004009_person1399_bacteria_3549.png b/MendeleyCXR/labels/Darwin_00004009_person1399_bacteria_3549.png new file mode 100644 index 0000000000000000000000000000000000000000..568537ee19c8254be6120f105e04da3e140f9ad4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004009_person1399_bacteria_3549.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d346d0a34b0abbd20736724b4ef38a586c7026c9973363ec49a35822fc8bf10 +size 1342 diff --git a/MendeleyCXR/labels/Darwin_00004010_person1400_bacteria_3550.png b/MendeleyCXR/labels/Darwin_00004010_person1400_bacteria_3550.png new file mode 100644 index 0000000000000000000000000000000000000000..9c857be59affca1ce42e7f03cafa56fbb6fc182f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004010_person1400_bacteria_3550.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3da016ac76706be7604c601253e73399d42803c8a8c848639df1b549799f1b4 +size 1289 diff --git a/MendeleyCXR/labels/Darwin_00004011_person1400_bacteria_3551.png b/MendeleyCXR/labels/Darwin_00004011_person1400_bacteria_3551.png new file mode 100644 index 0000000000000000000000000000000000000000..64e8b9b4653e20388dab3908ef384c027807bfd1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004011_person1400_bacteria_3551.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03e1abfdde430208cb12c51b5a4cb3f8fba21029751086e430dcb56974034fca +size 1125 diff --git a/MendeleyCXR/labels/Darwin_00004012_person1400_bacteria_3553.png b/MendeleyCXR/labels/Darwin_00004012_person1400_bacteria_3553.png new file mode 100644 index 0000000000000000000000000000000000000000..d2e66117df1e2a5405ea0dbd0218153b1b728848 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004012_person1400_bacteria_3553.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7bb355b53833681cbe3138c0de8b99e03e08d93ddb524214bfcb87a9553611e +size 1090 diff --git a/MendeleyCXR/labels/Darwin_00004013_person1400_bacteria_3554.png b/MendeleyCXR/labels/Darwin_00004013_person1400_bacteria_3554.png new file mode 100644 index 0000000000000000000000000000000000000000..09b9f277a10b56aeb407757a249ed38fe6c6deb2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004013_person1400_bacteria_3554.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:891db28609f904edc8432bfb5d2f223980450ed559c9d7e7067a0abf6909c98a +size 981 diff --git a/MendeleyCXR/labels/Darwin_00004014_person1401_bacteria_3555.png b/MendeleyCXR/labels/Darwin_00004014_person1401_bacteria_3555.png new file mode 100644 index 0000000000000000000000000000000000000000..e524a4416aaf5f579a91c61482baea932324bf1e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004014_person1401_bacteria_3555.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13bb5d417132986202619b089f89931635e11f575962ab0d9af897173ed33e08 +size 1268 diff --git a/MendeleyCXR/labels/Darwin_00004015_person1403_bacteria_3557.png b/MendeleyCXR/labels/Darwin_00004015_person1403_bacteria_3557.png new file mode 100644 index 0000000000000000000000000000000000000000..48fac2ead59d25fd09370f244be6f5cde10b60de --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004015_person1403_bacteria_3557.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e40027b0f4e1d4ad9895596a3e8d6d2590fc7f90f58098a269f5fb473ac22a99 +size 1214 diff --git a/MendeleyCXR/labels/Darwin_00004016_person1403_bacteria_3559.png b/MendeleyCXR/labels/Darwin_00004016_person1403_bacteria_3559.png new file mode 100644 index 0000000000000000000000000000000000000000..d92d0d85fb1da198973ed8145966d3cf3cb9a54a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004016_person1403_bacteria_3559.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce0a86277c77e65ae86f811d55db1a3f7af79cdfd3fe1d3d9c6da867cbe4cb50 +size 1249 diff --git a/MendeleyCXR/labels/Darwin_00004017_person1404_bacteria_3561.png b/MendeleyCXR/labels/Darwin_00004017_person1404_bacteria_3561.png new file mode 100644 index 0000000000000000000000000000000000000000..898d60cd2638b5b131fef5e8fd58cbd4de09eb1b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004017_person1404_bacteria_3561.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b79c70e0622e9dabe32fce4e56a67220ec112cc4d62a953d8bb3c6b42e315af +size 1220 diff --git a/MendeleyCXR/labels/Darwin_00004018_person1405_bacteria_3564.png b/MendeleyCXR/labels/Darwin_00004018_person1405_bacteria_3564.png new file mode 100644 index 0000000000000000000000000000000000000000..b1751f1ff3109e5e95ff08c72c80ecbe3114355f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004018_person1405_bacteria_3564.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe37ed9c76408f5930922232ad0c252a11ec7ae3ebbcbe3b7fd8d3b0347b5ef8 +size 1184 diff --git a/MendeleyCXR/labels/Darwin_00004019_person1405_bacteria_3566.png b/MendeleyCXR/labels/Darwin_00004019_person1405_bacteria_3566.png new file mode 100644 index 0000000000000000000000000000000000000000..173a06d18f60cb4356acc2e316dc9f034020b23c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004019_person1405_bacteria_3566.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:593c5ecd8157cc6600dc91461ffd59686d806e818831f9bbbfe8d3e81b5dd393 +size 1169 diff --git a/MendeleyCXR/labels/Darwin_00004020_person1405_bacteria_3567.png b/MendeleyCXR/labels/Darwin_00004020_person1405_bacteria_3567.png new file mode 100644 index 0000000000000000000000000000000000000000..57728b709399a0bff0145aa5c470d40219904123 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004020_person1405_bacteria_3567.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7245138306592ecfb7d8986e44ed52a9e1b5998656d3e348c7e91e12bf89f700 +size 1169 diff --git a/MendeleyCXR/labels/Darwin_00004021_person1405_bacteria_3571.png b/MendeleyCXR/labels/Darwin_00004021_person1405_bacteria_3571.png new file mode 100644 index 0000000000000000000000000000000000000000..78390465065725480f114717b6bfd99fde159d04 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004021_person1405_bacteria_3571.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f17b91f909bad3f244840884e38d2b4df2a5eb5608d979d24bbc0556b5a58e55 +size 1368 diff --git a/MendeleyCXR/labels/Darwin_00004022_person1405_bacteria_3573.png b/MendeleyCXR/labels/Darwin_00004022_person1405_bacteria_3573.png new file mode 100644 index 0000000000000000000000000000000000000000..2445ec436e06e5c1d6efdd208bf1a75b368b2495 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004022_person1405_bacteria_3573.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dcdd21a01d36da9a4c53fbf0b1b258a79afc78c694851c485da7ba73081e359 +size 1246 diff --git a/MendeleyCXR/labels/Darwin_00004023_person1406_bacteria_3574.png b/MendeleyCXR/labels/Darwin_00004023_person1406_bacteria_3574.png new file mode 100644 index 0000000000000000000000000000000000000000..80455890e6a11f21e9cd4130c309c09dbaf81702 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004023_person1406_bacteria_3574.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a2ed9d9037bba2075330708809f90cd5e30d50ff7d099b5634c12b49a2a6993 +size 1260 diff --git a/MendeleyCXR/labels/Darwin_00004024_person1406_bacteria_3575.png b/MendeleyCXR/labels/Darwin_00004024_person1406_bacteria_3575.png new file mode 100644 index 0000000000000000000000000000000000000000..9bfa5f5254773697f12b88148b47224471d066a8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004024_person1406_bacteria_3575.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49bdd5a0e2d9ec0ac761529234db34a7064952528de4216bf6742b01e25c1470 +size 1230 diff --git a/MendeleyCXR/labels/Darwin_00004025_person1408_bacteria_3579.png b/MendeleyCXR/labels/Darwin_00004025_person1408_bacteria_3579.png new file mode 100644 index 0000000000000000000000000000000000000000..35534c017138171e7ecbbcc406ebbd6bd6bb13d9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004025_person1408_bacteria_3579.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21a14f93fab807fa04d46d5591f705801f92aa2e5d7b7dc086add3188a50f4bf +size 1352 diff --git a/MendeleyCXR/labels/Darwin_00004026_person1408_bacteria_3581.png b/MendeleyCXR/labels/Darwin_00004026_person1408_bacteria_3581.png new file mode 100644 index 0000000000000000000000000000000000000000..6b54cdffd1ebaafcb712b6c698267482374566f6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004026_person1408_bacteria_3581.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00b5983ab8a36d6ac35194bbf4a0af42dfd98d872dfb067e45e93bcd30e4fc96 +size 1370 diff --git a/MendeleyCXR/labels/Darwin_00004027_person1409_bacteria_3583.png b/MendeleyCXR/labels/Darwin_00004027_person1409_bacteria_3583.png new file mode 100644 index 0000000000000000000000000000000000000000..751d0f5ad083cafb8fb95767dea5ec5b645355ce --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004027_person1409_bacteria_3583.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a04e3683ce761df0d427b7f4e4f407b54c1924ecb391950078aa3d7ecd733bda +size 1214 diff --git a/MendeleyCXR/labels/Darwin_00004028_person1409_bacteria_3585.png b/MendeleyCXR/labels/Darwin_00004028_person1409_bacteria_3585.png new file mode 100644 index 0000000000000000000000000000000000000000..de5c847a2c34f5e4d4671be63917647d9021dd2e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004028_person1409_bacteria_3585.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:966f1a7e0d2ca3864ae7bf4e5b82665ba409015ff3a92ee5dba71133b428aea0 +size 1189 diff --git a/MendeleyCXR/labels/Darwin_00004029_person1411_bacteria_3591.png b/MendeleyCXR/labels/Darwin_00004029_person1411_bacteria_3591.png new file mode 100644 index 0000000000000000000000000000000000000000..7c4ef9d14bbb85599dae198bf32e1f373cb2f7f8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004029_person1411_bacteria_3591.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16391aa53117b8b64fa8c81be46d86c946f4756b0591b3f3eeb4988492ede1af +size 1169 diff --git a/MendeleyCXR/labels/Darwin_00004030_person1411_bacteria_3593.png b/MendeleyCXR/labels/Darwin_00004030_person1411_bacteria_3593.png new file mode 100644 index 0000000000000000000000000000000000000000..7430f2d570195b290b4c3cc7b05b69082803e374 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004030_person1411_bacteria_3593.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c16cd8141469bb019191a2167391b5e7b4d7873025be7769a623c9abc9d90e9 +size 1181 diff --git a/MendeleyCXR/labels/Darwin_00004031_person1411_bacteria_3598.png b/MendeleyCXR/labels/Darwin_00004031_person1411_bacteria_3598.png new file mode 100644 index 0000000000000000000000000000000000000000..7799a47ac84cc857974b2d471ac92c4b87e82e29 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004031_person1411_bacteria_3598.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:babc86a1eaf97d6f9e2ab9357dec62441d9245bf34de873639df6b63fc3b24be +size 1322 diff --git a/MendeleyCXR/labels/Darwin_00004032_person1411_bacteria_3599.png b/MendeleyCXR/labels/Darwin_00004032_person1411_bacteria_3599.png new file mode 100644 index 0000000000000000000000000000000000000000..036ede827d006a2d19b4ebcecdadc849d4837c43 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004032_person1411_bacteria_3599.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be93c31308a71bbdacb407e029ac924fc5f39f0df9f1989efdc9965749778468 +size 1209 diff --git a/MendeleyCXR/labels/Darwin_00004033_person1411_bacteria_3601.png b/MendeleyCXR/labels/Darwin_00004033_person1411_bacteria_3601.png new file mode 100644 index 0000000000000000000000000000000000000000..4f7162f0df9730e30de8ddb59c7403d6d0d67aff --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004033_person1411_bacteria_3601.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc549c5bd9d8366d6acd92ad743792dae516c9d1d6f24927f040c49de2a1f7ef +size 1169 diff --git a/MendeleyCXR/labels/Darwin_00004034_person1411_bacteria_3602.png b/MendeleyCXR/labels/Darwin_00004034_person1411_bacteria_3602.png new file mode 100644 index 0000000000000000000000000000000000000000..137fafffe2c4607a3311b7e16bdc09362baaafc7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004034_person1411_bacteria_3602.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:225eb8e6614947b2004fe2f85ada5c79d02acd4091aba3854841c755eae04536 +size 1253 diff --git a/MendeleyCXR/labels/Darwin_00004035_person1411_bacteria_3603.png b/MendeleyCXR/labels/Darwin_00004035_person1411_bacteria_3603.png new file mode 100644 index 0000000000000000000000000000000000000000..9fb0adc02ba6cec98f51fdea2208d83d023f562a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004035_person1411_bacteria_3603.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90a51f32587f67df4e57fe6f8ecf7fc5eb0d447b43f13b3f174ae1585790b516 +size 1246 diff --git a/MendeleyCXR/labels/Darwin_00004036_person1411_bacteria_3604.png b/MendeleyCXR/labels/Darwin_00004036_person1411_bacteria_3604.png new file mode 100644 index 0000000000000000000000000000000000000000..16356dcd745c89de9b69c2da62fd3d6676d6cc2f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004036_person1411_bacteria_3604.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7b0a684cf2f3dee52699353f4efa5818227eb336ad5d2fc10fea50021173aee +size 1263 diff --git a/MendeleyCXR/labels/Darwin_00004037_person1411_bacteria_3607.png b/MendeleyCXR/labels/Darwin_00004037_person1411_bacteria_3607.png new file mode 100644 index 0000000000000000000000000000000000000000..84e4f95a4041ce6a147c8937e46d7fb7712241f9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004037_person1411_bacteria_3607.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dad21dcb03ff6042b826b3b69022591c9b9da538462063090edfa8a610bc1e5e +size 1041 diff --git a/MendeleyCXR/labels/Darwin_00004038_person1411_bacteria_3609.png b/MendeleyCXR/labels/Darwin_00004038_person1411_bacteria_3609.png new file mode 100644 index 0000000000000000000000000000000000000000..402eac718b425bd3c3fadbdea1161a1e1c4b0a84 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004038_person1411_bacteria_3609.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd59ad778420fb18f8ded5b5b65f1dedc65e99841e9a11e68a0af5fee47a5916 +size 1271 diff --git a/MendeleyCXR/labels/Darwin_00004039_person1411_bacteria_3610.png b/MendeleyCXR/labels/Darwin_00004039_person1411_bacteria_3610.png new file mode 100644 index 0000000000000000000000000000000000000000..95a1eb99536c6e9cbb2051ee6ad9f0157ad4f6ee --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004039_person1411_bacteria_3610.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d789b845db19e20d912b834e693388e3c59c956e2cc1ce04f56ac83eca963b60 +size 1200 diff --git a/MendeleyCXR/labels/Darwin_00004040_person1412_bacteria_3612.png b/MendeleyCXR/labels/Darwin_00004040_person1412_bacteria_3612.png new file mode 100644 index 0000000000000000000000000000000000000000..1df0f8552e16247aebb21b9c4bf796cc1316319d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004040_person1412_bacteria_3612.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75fbb0e66d8460ec3c99ecfa1958a279ab0db75c9c2a11ee323726cb22093be8 +size 1291 diff --git a/MendeleyCXR/labels/Darwin_00004041_person1413_bacteria_3613.png b/MendeleyCXR/labels/Darwin_00004041_person1413_bacteria_3613.png new file mode 100644 index 0000000000000000000000000000000000000000..d75c1a11b7d04e779c7f097b31edc89b3a63a4c5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004041_person1413_bacteria_3613.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6a40d3605f942ff5d5f7375192046af80dec70649a19dde64b88d87413cae13 +size 1150 diff --git a/MendeleyCXR/labels/Darwin_00004042_person1413_bacteria_3615.png b/MendeleyCXR/labels/Darwin_00004042_person1413_bacteria_3615.png new file mode 100644 index 0000000000000000000000000000000000000000..eeb4855a236dc731ed43227603da76ca02b793d9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004042_person1413_bacteria_3615.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e847209a9c2af8b1d5b5e8c56b7d1c92a758ff865d0ad11a68cc8e0ceaa117fd +size 1204 diff --git a/MendeleyCXR/labels/Darwin_00004043_person1413_bacteria_3617.png b/MendeleyCXR/labels/Darwin_00004043_person1413_bacteria_3617.png new file mode 100644 index 0000000000000000000000000000000000000000..61a466ba87ee2856684d1a94b6478ed23f649581 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004043_person1413_bacteria_3617.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6219fb793a90427d8b3a2a6e8df7e6a1fa8fcbde12fc013a000f8cb39da265b9 +size 1091 diff --git a/MendeleyCXR/labels/Darwin_00004044_person1413_bacteria_3620.png b/MendeleyCXR/labels/Darwin_00004044_person1413_bacteria_3620.png new file mode 100644 index 0000000000000000000000000000000000000000..7496f4e5a952088eb0ceb2940d176ef3d2f3094a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004044_person1413_bacteria_3620.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50b2ac8323221cd26ba6309df6bed417ce15a712ac39b5786ec4af5d12cdc735 +size 1096 diff --git a/MendeleyCXR/labels/Darwin_00004045_person1414_bacteria_3627.png b/MendeleyCXR/labels/Darwin_00004045_person1414_bacteria_3627.png new file mode 100644 index 0000000000000000000000000000000000000000..196c6bc5575e8373b72a16abae0d5f1bb79faf4e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004045_person1414_bacteria_3627.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a95c52aca8ec3e32e8c7c26693789c9e3edb28911a64f30e034d16c13630ec38 +size 1208 diff --git a/MendeleyCXR/labels/Darwin_00004046_person1414_bacteria_3628.png b/MendeleyCXR/labels/Darwin_00004046_person1414_bacteria_3628.png new file mode 100644 index 0000000000000000000000000000000000000000..4cf6acde4608ea45b624a2c658bcbe9674a91c3c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004046_person1414_bacteria_3628.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71c2ed3ae790f7b88a2a76112d700e7a24ed61be268c16024b5ffa8ddfd86ea7 +size 1129 diff --git a/MendeleyCXR/labels/Darwin_00004047_person1415_bacteria_3629.png b/MendeleyCXR/labels/Darwin_00004047_person1415_bacteria_3629.png new file mode 100644 index 0000000000000000000000000000000000000000..316cb7ad29ef4b171c6570c9fd9570cca372cc61 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004047_person1415_bacteria_3629.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e366857fa754130d9cfe1195b91401a6159ffcc4af7022d55944d44b31300bdb +size 1220 diff --git a/MendeleyCXR/labels/Darwin_00004048_person1417_bacteria_3635.png b/MendeleyCXR/labels/Darwin_00004048_person1417_bacteria_3635.png new file mode 100644 index 0000000000000000000000000000000000000000..6008647c3e19cc551fa4f4112ae84e7d201ddd9d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004048_person1417_bacteria_3635.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:822a920c534e3d7e1202002917aec6cd22de28855734513741ef79e910294f78 +size 1274 diff --git a/MendeleyCXR/labels/Darwin_00004049_person1418_bacteria_3636.png b/MendeleyCXR/labels/Darwin_00004049_person1418_bacteria_3636.png new file mode 100644 index 0000000000000000000000000000000000000000..c30548f423c4a77175a5e6a5739dc6669419b125 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004049_person1418_bacteria_3636.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ded54a67382e2e665f030414660b9f9dce701a3d908b8df431d46e936adac6b +size 1078 diff --git a/MendeleyCXR/labels/Darwin_00004050_person1418_bacteria_3637.png b/MendeleyCXR/labels/Darwin_00004050_person1418_bacteria_3637.png new file mode 100644 index 0000000000000000000000000000000000000000..6cdfb21a3abc1fab3ddf274313eaead16fe8051b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004050_person1418_bacteria_3637.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdd03147319293c4740985449cfde55f33eba31f75d47220e57592b251c235e7 +size 1241 diff --git a/MendeleyCXR/labels/Darwin_00004051_person1418_bacteria_3638.png b/MendeleyCXR/labels/Darwin_00004051_person1418_bacteria_3638.png new file mode 100644 index 0000000000000000000000000000000000000000..5242e8eeed0fbb138f60bfb6a016dab6515d52ce --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004051_person1418_bacteria_3638.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34c98a4dfbfb0a2843adb9e35b2c7f942efee0fd7bec35a15dcde8ac8dbe1d80 +size 1116 diff --git a/MendeleyCXR/labels/Darwin_00004052_person1418_bacteria_3639.png b/MendeleyCXR/labels/Darwin_00004052_person1418_bacteria_3639.png new file mode 100644 index 0000000000000000000000000000000000000000..8e3dbdbc032e1ca112a57e20046dc763fa1d3360 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004052_person1418_bacteria_3639.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efe190f018776a21dd7140910e9902037f3db044a0d2105b77094e36420a84a8 +size 1244 diff --git a/MendeleyCXR/labels/Darwin_00004053_person1418_bacteria_3643.png b/MendeleyCXR/labels/Darwin_00004053_person1418_bacteria_3643.png new file mode 100644 index 0000000000000000000000000000000000000000..cc59fb3140cda64638324ee75c58787b53ea99ba --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004053_person1418_bacteria_3643.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b624828237333c84c820d4e889fd339e07b266c015d8637c4d3bf5bdfff99da6 +size 1249 diff --git a/MendeleyCXR/labels/Darwin_00004054_person1419_bacteria_3645.png b/MendeleyCXR/labels/Darwin_00004054_person1419_bacteria_3645.png new file mode 100644 index 0000000000000000000000000000000000000000..8c4bb4d85f44f744e8550af80ddab1b5850e0795 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004054_person1419_bacteria_3645.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a609ad2cdb5d7a302a43340a2eee77750342c4378bbb50b9e937ae877098486 +size 1123 diff --git a/MendeleyCXR/labels/Darwin_00004055_person1420_bacteria_3647.png b/MendeleyCXR/labels/Darwin_00004055_person1420_bacteria_3647.png new file mode 100644 index 0000000000000000000000000000000000000000..9d6f9668e1bb1f96e72b4af4a0dff2f246daff30 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004055_person1420_bacteria_3647.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e5297c8ac7ecfa0c102dc14f71115c4ac48916bcbe9d12c6d81948b91f28c3b +size 1167 diff --git a/MendeleyCXR/labels/Darwin_00004057_person1423_bacteria_3650.png b/MendeleyCXR/labels/Darwin_00004057_person1423_bacteria_3650.png new file mode 100644 index 0000000000000000000000000000000000000000..7093c16a81e2169467f0c77883b24990386e0d68 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004057_person1423_bacteria_3650.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e5cf612f856d2e60178b3d221247a2c53d6807c55fa00d7c90156569edfe2f3 +size 1297 diff --git a/MendeleyCXR/labels/Darwin_00004058_person1424_bacteria_3651.png b/MendeleyCXR/labels/Darwin_00004058_person1424_bacteria_3651.png new file mode 100644 index 0000000000000000000000000000000000000000..c65b3be067f13f5a524e23b4bd2982ce5f771adb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004058_person1424_bacteria_3651.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc1b57f5f29906d212fb574b0e2534d8e13207e5d57a700ec6e3e278e88bca74 +size 1228 diff --git a/MendeleyCXR/labels/Darwin_00004059_person1426_bacteria_3667.png b/MendeleyCXR/labels/Darwin_00004059_person1426_bacteria_3667.png new file mode 100644 index 0000000000000000000000000000000000000000..c344696960268dde316634d9cce8ba3f85b54dae --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004059_person1426_bacteria_3667.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3d166bef6e0af85a69ffa8109104fc92d47eb17bbddd2c6ee055e95add1dffe +size 1316 diff --git a/MendeleyCXR/labels/Darwin_00004060_person1426_bacteria_3668.png b/MendeleyCXR/labels/Darwin_00004060_person1426_bacteria_3668.png new file mode 100644 index 0000000000000000000000000000000000000000..464062eadb3d5ec984b4e9acfa66cdb74b35a9e3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004060_person1426_bacteria_3668.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bfbfedc82668a8461b586f7859f917f6db4fdbd76d84a2a2184609620d03148 +size 1227 diff --git a/MendeleyCXR/labels/Darwin_00004061_person1429_bacteria_3688.png b/MendeleyCXR/labels/Darwin_00004061_person1429_bacteria_3688.png new file mode 100644 index 0000000000000000000000000000000000000000..5430975c8c76dae2c98ea5a8c170e3b32c33ba37 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004061_person1429_bacteria_3688.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:268c8ea133d81bf15d33af434214f251d6a8c20977d5b4f623a1fc3127dbf10e +size 1268 diff --git a/MendeleyCXR/labels/Darwin_00004062_person1429_bacteria_3690.png b/MendeleyCXR/labels/Darwin_00004062_person1429_bacteria_3690.png new file mode 100644 index 0000000000000000000000000000000000000000..4718d33e52d1bc8023af326bc71f0682e2369eac --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004062_person1429_bacteria_3690.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:355278c8856923be7852960373a1f64c3e591f82f28ac323578390ba29b18017 +size 1244 diff --git a/MendeleyCXR/labels/Darwin_00004063_person1429_bacteria_3691.png b/MendeleyCXR/labels/Darwin_00004063_person1429_bacteria_3691.png new file mode 100644 index 0000000000000000000000000000000000000000..4eac8f1030cbc434646ae7be3e92ce3c1beb499b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004063_person1429_bacteria_3691.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88e154bc290b7d7e9ea59e99cb38e0d8f858b606b3a6270c538d612819638c41 +size 1382 diff --git a/MendeleyCXR/labels/Darwin_00004064_person1430_bacteria_3693.png b/MendeleyCXR/labels/Darwin_00004064_person1430_bacteria_3693.png new file mode 100644 index 0000000000000000000000000000000000000000..aa7d39dd101d13e49bbabf52e65ae78ba2a1b29c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004064_person1430_bacteria_3693.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d03ffec89add2c48fcfb54e4a5fde265698fdcc968ea15cb33c665d39c24ab6 +size 1469 diff --git a/MendeleyCXR/labels/Darwin_00004065_person1430_bacteria_3694.png b/MendeleyCXR/labels/Darwin_00004065_person1430_bacteria_3694.png new file mode 100644 index 0000000000000000000000000000000000000000..751c4a4f35f2a9dc2755b5ebbcdc7a8b25797f75 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004065_person1430_bacteria_3694.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e112a380c1006e4e76261f865abb6f19d808ee8b33c0646353901312047eae07 +size 1320 diff --git a/MendeleyCXR/labels/Darwin_00004066_person1430_bacteria_3695.png b/MendeleyCXR/labels/Darwin_00004066_person1430_bacteria_3695.png new file mode 100644 index 0000000000000000000000000000000000000000..abb4634e6b60e8bc1eadd81a3220ea3e07d1f409 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004066_person1430_bacteria_3695.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f756f895ed5cfe611a14f73a5579f90bd36a4382243d0aeb5b37c4d306d9620b +size 1119 diff --git a/MendeleyCXR/labels/Darwin_00004068_person1430_bacteria_3697.png b/MendeleyCXR/labels/Darwin_00004068_person1430_bacteria_3697.png new file mode 100644 index 0000000000000000000000000000000000000000..8d55b956ab9a4efb1acb8823e28e2eba7db1331e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004068_person1430_bacteria_3697.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:056c7d92a79dd196697ec66f834e419d43af3614ea9946604afaeade2f50f4d7 +size 1067 diff --git a/MendeleyCXR/labels/Darwin_00004069_person1431_bacteria_3698.png b/MendeleyCXR/labels/Darwin_00004069_person1431_bacteria_3698.png new file mode 100644 index 0000000000000000000000000000000000000000..44474679401c0a5bbf5ab96d86056963a7700920 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004069_person1431_bacteria_3698.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9018c2cc34e3651b2fc906c3d087d5317a769537a5b4a9d9fb22225cffb7c2f +size 1141 diff --git a/MendeleyCXR/labels/Darwin_00004070_person1432_bacteria_3699.png b/MendeleyCXR/labels/Darwin_00004070_person1432_bacteria_3699.png new file mode 100644 index 0000000000000000000000000000000000000000..6dabfdfbec3f73a5b9bbc41dd96afe94b161e273 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004070_person1432_bacteria_3699.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3398eebd37ed538ab579f97e0daf9e1700ac4a149fb0f16b358cbb91d48825ed +size 1423 diff --git a/MendeleyCXR/labels/Darwin_00004071_person1433_bacteria_3701.png b/MendeleyCXR/labels/Darwin_00004071_person1433_bacteria_3701.png new file mode 100644 index 0000000000000000000000000000000000000000..740a0a056190f043048f83730a2637e31b6980f8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004071_person1433_bacteria_3701.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20a1e192b5e4b99e4e5bb857786e35aa9e8679e0f277b0c7f6ae3a1293503bf8 +size 1324 diff --git a/MendeleyCXR/labels/Darwin_00004072_person1433_bacteria_3704.png b/MendeleyCXR/labels/Darwin_00004072_person1433_bacteria_3704.png new file mode 100644 index 0000000000000000000000000000000000000000..ac3880bbdbc831d2d6de26d805581fdc2ae0d9a3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004072_person1433_bacteria_3704.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afef7bc83e53a8d9746b8d70818972c7521f8a86baf3f3d0dd95b007d2f2ad42 +size 1064 diff --git a/MendeleyCXR/labels/Darwin_00004073_person1433_bacteria_3705.png b/MendeleyCXR/labels/Darwin_00004073_person1433_bacteria_3705.png new file mode 100644 index 0000000000000000000000000000000000000000..df6e114982ebd31a5ef5c8f790cfd6fff513aaeb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004073_person1433_bacteria_3705.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8da5790187e42867656e62a54817facaab13c9f7a4220c2e946337299e858933 +size 1163 diff --git a/MendeleyCXR/labels/Darwin_00004074_person1436_bacteria_3711.png b/MendeleyCXR/labels/Darwin_00004074_person1436_bacteria_3711.png new file mode 100644 index 0000000000000000000000000000000000000000..c5cad0f04b7351fb66ab75f183c6d87c059ec146 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004074_person1436_bacteria_3711.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78d7570686dde32b9914e1205cd1bbac0e7931ba54dbc6ac5eae421e8b88378c +size 1293 diff --git a/MendeleyCXR/labels/Darwin_00004075_person1436_bacteria_3712.png b/MendeleyCXR/labels/Darwin_00004075_person1436_bacteria_3712.png new file mode 100644 index 0000000000000000000000000000000000000000..11f26d4b73544c03862f6bd2ff7d0c6e2aa68987 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004075_person1436_bacteria_3712.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd3f17ab7f0d4933147b21229a08757ad36a14539404bc01152a94c411a7829d +size 1200 diff --git a/MendeleyCXR/labels/Darwin_00004076_person1438_bacteria_3715.png b/MendeleyCXR/labels/Darwin_00004076_person1438_bacteria_3715.png new file mode 100644 index 0000000000000000000000000000000000000000..2f298b200e73c655df133eadee11ff3df13d631b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004076_person1438_bacteria_3715.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2eb98147a38f9d155f4b2785ffabd733d84541365d20b024498d5d148ec321c +size 1272 diff --git a/MendeleyCXR/labels/Darwin_00004077_person1438_bacteria_3718.png b/MendeleyCXR/labels/Darwin_00004077_person1438_bacteria_3718.png new file mode 100644 index 0000000000000000000000000000000000000000..bdfaf9489e4e8287bde579343afd794be8feb763 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004077_person1438_bacteria_3718.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a867ec6818271c7aed62aaf9bc054ec792979a69ead74c87b9e95521f5747af8 +size 1204 diff --git a/MendeleyCXR/labels/Darwin_00004078_person1438_bacteria_3721.png b/MendeleyCXR/labels/Darwin_00004078_person1438_bacteria_3721.png new file mode 100644 index 0000000000000000000000000000000000000000..05d0737e7ae1734e893c190182f9b2942127ed37 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004078_person1438_bacteria_3721.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41e3d4e69d450a36748a956694e59a4e07dd0ecc1349a1b7177761de746d00ad +size 1141 diff --git a/MendeleyCXR/labels/Darwin_00004079_person1439_bacteria_3722.png b/MendeleyCXR/labels/Darwin_00004079_person1439_bacteria_3722.png new file mode 100644 index 0000000000000000000000000000000000000000..8dc76e028cda9954a40a8f06248de387dee57d81 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004079_person1439_bacteria_3722.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:484391502cf23541ae58305692ee31f3d4836616954e370f58895a2a486d5675 +size 1150 diff --git a/MendeleyCXR/labels/Darwin_00004080_person1440_bacteria_3723.png b/MendeleyCXR/labels/Darwin_00004080_person1440_bacteria_3723.png new file mode 100644 index 0000000000000000000000000000000000000000..e8174b6305a448553b4efecec6573627a1ae8e70 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004080_person1440_bacteria_3723.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74ed5a5cc9d3a0839c1030b13309e01cd38a856c63796bf25972ecacf04f39af +size 1335 diff --git a/MendeleyCXR/labels/Darwin_00004081_person1441_bacteria_3724.png b/MendeleyCXR/labels/Darwin_00004081_person1441_bacteria_3724.png new file mode 100644 index 0000000000000000000000000000000000000000..f62fa7b0a627c44feebd955cc30bf3d72fba01b1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004081_person1441_bacteria_3724.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a0649fe97f809a1a7fbdaa44dd58eb13096e62c4c12e0500ac34e57ab3cc192 +size 1100 diff --git a/MendeleyCXR/labels/Darwin_00004082_person12_bacteria_46.png b/MendeleyCXR/labels/Darwin_00004082_person12_bacteria_46.png new file mode 100644 index 0000000000000000000000000000000000000000..d95c51e78e46dfbcce911448c4ca0b7a4254e653 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004082_person12_bacteria_46.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bd6dd94715b5a9c8434477654e516235a718249091304342ab04cd5294806f2 +size 1417 diff --git a/MendeleyCXR/labels/Darwin_00004083_person12_bacteria_47.png b/MendeleyCXR/labels/Darwin_00004083_person12_bacteria_47.png new file mode 100644 index 0000000000000000000000000000000000000000..679868ac387e18a4e8f4b165fc6f63bd4bd5ce39 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004083_person12_bacteria_47.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98d0c6be3023d2b18767db2fb788bfa5d524efaf51b19bd92e0fc0c115374782 +size 1372 diff --git a/MendeleyCXR/labels/Darwin_00004084_person12_bacteria_48.png b/MendeleyCXR/labels/Darwin_00004084_person12_bacteria_48.png new file mode 100644 index 0000000000000000000000000000000000000000..1365b6652add8f9589e2748ec7725e38ed89f432 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004084_person12_bacteria_48.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0f09e5cc7373b668ac09f2e4cdea76b06eece16e4667e01cbec6164cbf4c27c +size 1205 diff --git a/MendeleyCXR/labels/Darwin_00004085_person1268_bacteria_3228.png b/MendeleyCXR/labels/Darwin_00004085_person1268_bacteria_3228.png new file mode 100644 index 0000000000000000000000000000000000000000..8bb4a1160b596b5f929f64bfb0be59692dd95b58 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004085_person1268_bacteria_3228.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4bf4753145000861dfe809626117a9365fd46555c20499c793acd01e2b7300f +size 1237 diff --git a/MendeleyCXR/labels/Darwin_00004086_person1269_bacteria_3229.png b/MendeleyCXR/labels/Darwin_00004086_person1269_bacteria_3229.png new file mode 100644 index 0000000000000000000000000000000000000000..7fee5170022bd5d118535220c9c319143a562b6a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004086_person1269_bacteria_3229.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1be8740ecd0c7c8224f7c1ef8a7c0fff3b60eb097bd8b3b48f94b4f203b140f8 +size 1393 diff --git a/MendeleyCXR/labels/Darwin_00004087_person1270_bacteria_3230.png b/MendeleyCXR/labels/Darwin_00004087_person1270_bacteria_3230.png new file mode 100644 index 0000000000000000000000000000000000000000..e29672b2f4e3ca60422f7d98b20decc5b9238866 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004087_person1270_bacteria_3230.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a39e4cd19e1b1b5ca1ceb28c476a9a6a8e013732d4345cf925edb3b18853c94 +size 1187 diff --git a/MendeleyCXR/labels/Darwin_00004088_person1271_bacteria_3231.png b/MendeleyCXR/labels/Darwin_00004088_person1271_bacteria_3231.png new file mode 100644 index 0000000000000000000000000000000000000000..f40eb707116b29f17c46f68ff632b1a452f8cbae --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004088_person1271_bacteria_3231.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a19482e432cef5f2a085e0ad0108f714a4d76d22feef77186f9e86f4e71ec0bd +size 1286 diff --git a/MendeleyCXR/labels/Darwin_00004089_person1272_bacteria_3232.png b/MendeleyCXR/labels/Darwin_00004089_person1272_bacteria_3232.png new file mode 100644 index 0000000000000000000000000000000000000000..afcb8ecc0fc3e641bd4e567a632aad4881238132 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004089_person1272_bacteria_3232.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5da7f53f90f7e83cbc584adc094bc8da81254fccb8e6fc788e032976ed1d9be +size 1346 diff --git a/MendeleyCXR/labels/Darwin_00004090_person1273_bacteria_3233.png b/MendeleyCXR/labels/Darwin_00004090_person1273_bacteria_3233.png new file mode 100644 index 0000000000000000000000000000000000000000..10bd6c5b06a6c41d3b1048d9ddb2391af9e60161 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004090_person1273_bacteria_3233.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:964c86b82f814bef1ef0ade20c2fafe121c8d82ab2ff10bb995389706492f777 +size 1328 diff --git a/MendeleyCXR/labels/Darwin_00004091_person1273_bacteria_3234.png b/MendeleyCXR/labels/Darwin_00004091_person1273_bacteria_3234.png new file mode 100644 index 0000000000000000000000000000000000000000..b6a539c1b43142906ecca72639068dc22d1aef7d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004091_person1273_bacteria_3234.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c0d753b69d85e5ee56bcb85712f60e1395ca3f6d9961546291f6181510e404d +size 1376 diff --git a/MendeleyCXR/labels/Darwin_00004092_person1274_bacteria_3235.png b/MendeleyCXR/labels/Darwin_00004092_person1274_bacteria_3235.png new file mode 100644 index 0000000000000000000000000000000000000000..326266ad4774c7128daddc3dd9280509f0f91726 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004092_person1274_bacteria_3235.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7c93519fc5518149e9cfb319f03bb8621a58ba16caa044aae9c57e5c8cd20d9 +size 1268 diff --git a/MendeleyCXR/labels/Darwin_00004093_person1274_bacteria_3236.png b/MendeleyCXR/labels/Darwin_00004093_person1274_bacteria_3236.png new file mode 100644 index 0000000000000000000000000000000000000000..9ba2bbe0eff697bf16ab500bd319d27622690cd2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004093_person1274_bacteria_3236.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b945959e706d12722aa529f640879e79d783cbb5e61ddd95b1bba226b7f04e5 +size 1331 diff --git a/MendeleyCXR/labels/Darwin_00004094_person1275_bacteria_3237.png b/MendeleyCXR/labels/Darwin_00004094_person1275_bacteria_3237.png new file mode 100644 index 0000000000000000000000000000000000000000..8194a0cdb3900bc9063bfc1e0d25ed8c49922826 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004094_person1275_bacteria_3237.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cef24c6b38211b1872cadecb3cb00ac548145b3406bbf074132fd2a69c686225 +size 1298 diff --git a/MendeleyCXR/labels/Darwin_00004095_person1276_bacteria_3239.png b/MendeleyCXR/labels/Darwin_00004095_person1276_bacteria_3239.png new file mode 100644 index 0000000000000000000000000000000000000000..1c9766dc3b745de48d262c7d7f4528748cb50079 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004095_person1276_bacteria_3239.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1cb1c18f2cec34ed7856c9a60d624adcce07331a9f57f9ceccf24630d35efcb +size 1379 diff --git a/MendeleyCXR/labels/Darwin_00004096_person1277_bacteria_3240.png b/MendeleyCXR/labels/Darwin_00004096_person1277_bacteria_3240.png new file mode 100644 index 0000000000000000000000000000000000000000..de4dd85c739343509656499a39c58aae40d71a2f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004096_person1277_bacteria_3240.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6019e09a505eac7bd15ea1005502bf53950c15a8e5ba2c0533b886351382ab96 +size 1166 diff --git a/MendeleyCXR/labels/Darwin_00004097_person1279_bacteria_3242.png b/MendeleyCXR/labels/Darwin_00004097_person1279_bacteria_3242.png new file mode 100644 index 0000000000000000000000000000000000000000..eb67a8deae6265d1bec57e397c1cd85d70b2d6bf --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004097_person1279_bacteria_3242.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf0f4e3a53eb6eb2847df6ff866a4d96eab66990c27e30fe49ea81b9df6e76d2 +size 1395 diff --git a/MendeleyCXR/labels/Darwin_00004098_person1280_bacteria_3243.png b/MendeleyCXR/labels/Darwin_00004098_person1280_bacteria_3243.png new file mode 100644 index 0000000000000000000000000000000000000000..67129ff9657e50c878623a3a231b4f268fbbf5f6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004098_person1280_bacteria_3243.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ffa02a2ab25080af4b7116905bbaecc4b356ddddb8bb734cf07738eec6af94a +size 1342 diff --git a/MendeleyCXR/labels/Darwin_00004099_person1281_bacteria_3244.png b/MendeleyCXR/labels/Darwin_00004099_person1281_bacteria_3244.png new file mode 100644 index 0000000000000000000000000000000000000000..b25714b1429a9f549fcab4085867f6a7381bd60d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004099_person1281_bacteria_3244.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:940c32fc94ea0b98f3cdce8eacfbcb95c218939fae7d36ffc34d6fb6bfaf703e +size 1345 diff --git a/MendeleyCXR/labels/Darwin_00004100_person1282_bacteria_3245.png b/MendeleyCXR/labels/Darwin_00004100_person1282_bacteria_3245.png new file mode 100644 index 0000000000000000000000000000000000000000..944bad55a9cb111ae4fd87440c4be631e78f5c4a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004100_person1282_bacteria_3245.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7204aa977ff11b047c0dcd41eb716b2593dd4326568fd97584facaaa4445dcc7 +size 1270 diff --git a/MendeleyCXR/labels/Darwin_00004101_person1283_bacteria_3246.png b/MendeleyCXR/labels/Darwin_00004101_person1283_bacteria_3246.png new file mode 100644 index 0000000000000000000000000000000000000000..a1db4e59e3a7ca81a5f58fc30e29cb973392d40d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004101_person1283_bacteria_3246.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db7fa659dea36047804523d33dca6e5f61cb07c8484872cbf84a6d1660bff26b +size 1407 diff --git a/MendeleyCXR/labels/Darwin_00004102_person1284_bacteria_3247.png b/MendeleyCXR/labels/Darwin_00004102_person1284_bacteria_3247.png new file mode 100644 index 0000000000000000000000000000000000000000..b717d03cbd57074e0598a0b37776401df8179618 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004102_person1284_bacteria_3247.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d7b924488f7a9a5eb6a5b8fd37d03bdfcdf58196acd48a384dcc5ccc9e4a8d8 +size 1257 diff --git a/MendeleyCXR/labels/Darwin_00004105_person1288_bacteria_3251.png b/MendeleyCXR/labels/Darwin_00004105_person1288_bacteria_3251.png new file mode 100644 index 0000000000000000000000000000000000000000..06e5d72b1230e4b19870749b3822a69763e5166e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004105_person1288_bacteria_3251.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69171f3f0132f52c018e3eb38d5ffc51fc112c2382984c653cb96067a4aa8c92 +size 1262 diff --git a/MendeleyCXR/labels/Darwin_00004106_person1289_bacteria_3252.png b/MendeleyCXR/labels/Darwin_00004106_person1289_bacteria_3252.png new file mode 100644 index 0000000000000000000000000000000000000000..75750232b5b2c6684d5602d5577f56fe25f60159 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004106_person1289_bacteria_3252.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f36ebb3fb57cc41f89a7c4bf57d0b4409c7367adfa88ed019c7b772e6b94980 +size 1261 diff --git a/MendeleyCXR/labels/Darwin_00004107_person1290_bacteria_3253.png b/MendeleyCXR/labels/Darwin_00004107_person1290_bacteria_3253.png new file mode 100644 index 0000000000000000000000000000000000000000..6a750eefcef38facf0d1c7f1ddac5fc1c0b54320 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004107_person1290_bacteria_3253.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74f3448ba3d604d8816d71e0166887127cfaf7df9df368c3a0584fae8d171a8f +size 1352 diff --git a/MendeleyCXR/labels/Darwin_00004108_person1292_bacteria_3255.png b/MendeleyCXR/labels/Darwin_00004108_person1292_bacteria_3255.png new file mode 100644 index 0000000000000000000000000000000000000000..c9e7aa5b403a3f04b339a31a3253d834f81f660a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004108_person1292_bacteria_3255.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aa045d12aac6c4bf4134f5c6b05150bc8fbff81229859709145598ba39b5016 +size 1378 diff --git a/MendeleyCXR/labels/Darwin_00004109_person1294_bacteria_3257.png b/MendeleyCXR/labels/Darwin_00004109_person1294_bacteria_3257.png new file mode 100644 index 0000000000000000000000000000000000000000..6c47548d67db5a7bd7b6bd34f7afabd17d2515b6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004109_person1294_bacteria_3257.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3acbb3cc03b2b54258cd52e0a3118ef971c9377cbb5fb9d12c39c188596a6ddb +size 1350 diff --git a/MendeleyCXR/labels/Darwin_00004110_person1295_bacteria_3258.png b/MendeleyCXR/labels/Darwin_00004110_person1295_bacteria_3258.png new file mode 100644 index 0000000000000000000000000000000000000000..064cef8d5d6f394d920c34d0f94a5591c34170e5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004110_person1295_bacteria_3258.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e8a295d98b04bd66d8f15a0c90e352d2d66500cc06058d80edc1f5733212d95 +size 1383 diff --git a/MendeleyCXR/labels/Darwin_00004111_person1297_bacteria_3260.png b/MendeleyCXR/labels/Darwin_00004111_person1297_bacteria_3260.png new file mode 100644 index 0000000000000000000000000000000000000000..f2ac258ade6fe8a1342b92789613fcba272c779e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004111_person1297_bacteria_3260.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60db5d9dd6d57186c8593fa0c75a9b25d938c459e92a3bcf1163cf3837a63f0c +size 1336 diff --git a/MendeleyCXR/labels/Darwin_00004112_person1298_bacteria_3261.png b/MendeleyCXR/labels/Darwin_00004112_person1298_bacteria_3261.png new file mode 100644 index 0000000000000000000000000000000000000000..73134ac7ce7b1626d71969505218dd65a81218ea --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004112_person1298_bacteria_3261.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3285b94507a6132eb7f61a5c27ad536e6081790fb06bd74baa2c282ba099cd9 +size 1314 diff --git a/MendeleyCXR/labels/Darwin_00004113_person1300_bacteria_3264.png b/MendeleyCXR/labels/Darwin_00004113_person1300_bacteria_3264.png new file mode 100644 index 0000000000000000000000000000000000000000..5129d4c239394014e72ce49e4c8a180a29476260 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004113_person1300_bacteria_3264.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17d5fa25af4d1b1219c38ec2c3b5522d3b533e1d0254ad3a02dd5e53bf595f63 +size 1252 diff --git a/MendeleyCXR/labels/Darwin_00004114_person1302_bacteria_3266.png b/MendeleyCXR/labels/Darwin_00004114_person1302_bacteria_3266.png new file mode 100644 index 0000000000000000000000000000000000000000..94b1e01039a44567b0cb8adbc154c163c8c66d1f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004114_person1302_bacteria_3266.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b3974e7ee9c765e6ee13b3b8a89fb682b9f7fa489360473af415499339034bb +size 1220 diff --git a/MendeleyCXR/labels/Darwin_00004116_person1304_bacteria_3269.png b/MendeleyCXR/labels/Darwin_00004116_person1304_bacteria_3269.png new file mode 100644 index 0000000000000000000000000000000000000000..ca99d73ea1bd2ddf6d7b527d56f1c9241d5cac0b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004116_person1304_bacteria_3269.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e72df811cbd3991b61dad05cec88c3001caf737ce77705f6a72dc7db2a88895 +size 1268 diff --git a/MendeleyCXR/labels/Darwin_00004117_person1305_bacteria_3271.png b/MendeleyCXR/labels/Darwin_00004117_person1305_bacteria_3271.png new file mode 100644 index 0000000000000000000000000000000000000000..c928d7cc4ab256a754bf802712d01f106e050804 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004117_person1305_bacteria_3271.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84013507a4d18a3c04b806e75999ab70db3692ad2c6d1e94fa2af940d7f383b5 +size 1333 diff --git a/MendeleyCXR/labels/Darwin_00004118_person1306_bacteria_3272.png b/MendeleyCXR/labels/Darwin_00004118_person1306_bacteria_3272.png new file mode 100644 index 0000000000000000000000000000000000000000..f22cde4e34cbe7ce3ceccabe20695ca7d142f1d4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004118_person1306_bacteria_3272.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99eed5bacc5942578b6d050cf408e08b52cecc015a3bed428687dff7c8dd77d1 +size 1262 diff --git a/MendeleyCXR/labels/Darwin_00004119_person1306_bacteria_3274.png b/MendeleyCXR/labels/Darwin_00004119_person1306_bacteria_3274.png new file mode 100644 index 0000000000000000000000000000000000000000..edeb0bff1b11390bbb6ff80a173563326cfd7873 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004119_person1306_bacteria_3274.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0390b1526e1d6423d5f19e7ef5d383d7d265a43c22edb71ab920b7b03ec9a620 +size 1042 diff --git a/MendeleyCXR/labels/Darwin_00004120_person1306_bacteria_3275.png b/MendeleyCXR/labels/Darwin_00004120_person1306_bacteria_3275.png new file mode 100644 index 0000000000000000000000000000000000000000..5b88e884e0da7a26eee83b874f7971c4591e65c7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004120_person1306_bacteria_3275.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac1100c88b07d4ab99c085cf8567a5685d48da7fca8a543a9f3e376a95ddb864 +size 1055 diff --git a/MendeleyCXR/labels/Darwin_00004121_person1306_bacteria_3276.png b/MendeleyCXR/labels/Darwin_00004121_person1306_bacteria_3276.png new file mode 100644 index 0000000000000000000000000000000000000000..9653ba98d43283a966fb4383346a18fef25696ad --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004121_person1306_bacteria_3276.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:123bbadf2084a7829821df5d67a7a82eed76caa97e64133fb1a22b14cdc86c4a +size 1124 diff --git a/MendeleyCXR/labels/Darwin_00004122_person1306_bacteria_3277.png b/MendeleyCXR/labels/Darwin_00004122_person1306_bacteria_3277.png new file mode 100644 index 0000000000000000000000000000000000000000..1920dbbdc0164b49d7cc0983a1b0ca4f03d3cfe7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004122_person1306_bacteria_3277.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76fe197021fba29aa2d18bce6fb295c592b798386c754267ae2167a05fa7592f +size 1187 diff --git a/MendeleyCXR/labels/Darwin_00004123_person1307_bacteria_3278.png b/MendeleyCXR/labels/Darwin_00004123_person1307_bacteria_3278.png new file mode 100644 index 0000000000000000000000000000000000000000..5eda3e387495c48d56e23df315f5389fddebb0e8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004123_person1307_bacteria_3278.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc14e5a68593134b5c1d722ecfa9336741016757c13cd29b346e351a2fdb2be7 +size 1313 diff --git a/MendeleyCXR/labels/Darwin_00004124_person1308_bacteria_3280.png b/MendeleyCXR/labels/Darwin_00004124_person1308_bacteria_3280.png new file mode 100644 index 0000000000000000000000000000000000000000..e04ea83aaf4b21a0dbc1317f43b17f3d9b07dfd5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004124_person1308_bacteria_3280.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45bf346baaeebdfe733d29c2ff65611121be66be382e1090b93f4692c999cb3d +size 1315 diff --git a/MendeleyCXR/labels/Darwin_00004125_person1308_bacteria_3283.png b/MendeleyCXR/labels/Darwin_00004125_person1308_bacteria_3283.png new file mode 100644 index 0000000000000000000000000000000000000000..c827a924c07f3ff442d83f09cd6dfcd3a835beee --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004125_person1308_bacteria_3283.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e61d941d2949d1fa2881d8affd860474fba144ae44466976a12e62f7449bce3 +size 1192 diff --git a/MendeleyCXR/labels/Darwin_00004126_person1308_bacteria_3285.png b/MendeleyCXR/labels/Darwin_00004126_person1308_bacteria_3285.png new file mode 100644 index 0000000000000000000000000000000000000000..764bd1b3b2d8ce03f6f03d6c4029829fc8750eea --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004126_person1308_bacteria_3285.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbf4275070a31d03675c1d07d821a078d829dbea0f567b6bf275a89c3300672f +size 1274 diff --git a/MendeleyCXR/labels/Darwin_00004127_person1308_bacteria_3286.png b/MendeleyCXR/labels/Darwin_00004127_person1308_bacteria_3286.png new file mode 100644 index 0000000000000000000000000000000000000000..9c9c17d05753700b9ceae16fa572d118ac44523d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004127_person1308_bacteria_3286.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61613857e603ff89f4c171757c2f1dddb1c73790641e451ee62d8ee174efd1e8 +size 1319 diff --git a/MendeleyCXR/labels/Darwin_00004128_person1308_bacteria_3288.png b/MendeleyCXR/labels/Darwin_00004128_person1308_bacteria_3288.png new file mode 100644 index 0000000000000000000000000000000000000000..3592d5d94edb9c04e28a0414ee00f38f94f9d0c2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004128_person1308_bacteria_3288.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c00f29770716dcaade3fb5e29bdd51d44025ee92d8ccdf34a5cdb155ec6d86a2 +size 1296 diff --git a/MendeleyCXR/labels/Darwin_00004129_person1308_bacteria_3290.png b/MendeleyCXR/labels/Darwin_00004129_person1308_bacteria_3290.png new file mode 100644 index 0000000000000000000000000000000000000000..35debb34f1186afe819c2cb2a75e9ba93bd0cc1e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004129_person1308_bacteria_3290.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:340653dd73439b96d42987145f176ecc97d5cbd64b82be543f1b0685be9d4824 +size 1190 diff --git a/MendeleyCXR/labels/Darwin_00004131_person1309_bacteria_3294.png b/MendeleyCXR/labels/Darwin_00004131_person1309_bacteria_3294.png new file mode 100644 index 0000000000000000000000000000000000000000..19909ad77f79689b9678ede594e88f9193f9416e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004131_person1309_bacteria_3294.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08a395aa686c2161760ee823c14e6b59946ea1366fd17a36318b5503ae9300e3 +size 1303 diff --git a/MendeleyCXR/labels/Darwin_00004132_person1310_bacteria_3295.png b/MendeleyCXR/labels/Darwin_00004132_person1310_bacteria_3295.png new file mode 100644 index 0000000000000000000000000000000000000000..49d945f8de7cd173c8ef580f6d59c6c7fb9c47c0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004132_person1310_bacteria_3295.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38a217d1aa100fe96f329c526ce2f0c2759f957b28068cd9baf30fdc6619242e +size 1082 diff --git a/MendeleyCXR/labels/Darwin_00004133_person1310_bacteria_3297.png b/MendeleyCXR/labels/Darwin_00004133_person1310_bacteria_3297.png new file mode 100644 index 0000000000000000000000000000000000000000..917ce5fbfc3322d38d90e2725fb15f3066bf4f64 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004133_person1310_bacteria_3297.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ef3434ea6ee26a52d52b97caafc261074a48daf7f404c88fb92f70d3fa18b0d +size 1156 diff --git a/MendeleyCXR/labels/Darwin_00004134_person1310_bacteria_3300.png b/MendeleyCXR/labels/Darwin_00004134_person1310_bacteria_3300.png new file mode 100644 index 0000000000000000000000000000000000000000..22d8774791282520ec0214be61617db9dcaedd5a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004134_person1310_bacteria_3300.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07a7a8263f166e55308e0871ee3dc02b858ef6b2b122913e19595fa002a27d65 +size 1069 diff --git a/MendeleyCXR/labels/Darwin_00004135_person1310_bacteria_3301.png b/MendeleyCXR/labels/Darwin_00004135_person1310_bacteria_3301.png new file mode 100644 index 0000000000000000000000000000000000000000..05cee4a2720c9ca4d1af5cfa8cc8b2cd411f8fa2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004135_person1310_bacteria_3301.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b3e4155c6e64a5036d983b083968c0e18f7cb4233ae359496cad1e6c5658d4c +size 1223 diff --git a/MendeleyCXR/labels/Darwin_00004136_person1310_bacteria_3302.png b/MendeleyCXR/labels/Darwin_00004136_person1310_bacteria_3302.png new file mode 100644 index 0000000000000000000000000000000000000000..827b31448b5256648985b8d9c12c0ea76f9c46b6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004136_person1310_bacteria_3302.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:364dd7d75b33f6d0fcf7579b9846b2d69878d8ae9b12455f877d98902583099b +size 1189 diff --git a/MendeleyCXR/labels/Darwin_00004137_person1310_bacteria_3304.png b/MendeleyCXR/labels/Darwin_00004137_person1310_bacteria_3304.png new file mode 100644 index 0000000000000000000000000000000000000000..73675cce94d3590b6897048ff4e70650c6a42ba3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004137_person1310_bacteria_3304.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2885df7148b86b867a23e10ae20d6ffe786af764a96c514056a70ece4fd3ae79 +size 1291 diff --git a/MendeleyCXR/labels/Darwin_00004139_person1312_bacteria_3313.png b/MendeleyCXR/labels/Darwin_00004139_person1312_bacteria_3313.png new file mode 100644 index 0000000000000000000000000000000000000000..7863319a6d9fb73ef7b16a4a15a316261ade037a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004139_person1312_bacteria_3313.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:766f3b7558e2efe24b9b6d7c4af707d7978f4e2012492665301be06e561cdb22 +size 1144 diff --git a/MendeleyCXR/labels/Darwin_00004140_person1312_bacteria_3314.png b/MendeleyCXR/labels/Darwin_00004140_person1312_bacteria_3314.png new file mode 100644 index 0000000000000000000000000000000000000000..d33809493095b5363aee9923fa28fffd84b02bf3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004140_person1312_bacteria_3314.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a17786a16e0a6d91b6e19b9755a7968432f30a6b04c97c13769daf1bccfe6af3 +size 1114 diff --git a/MendeleyCXR/labels/Darwin_00004141_person1312_bacteria_3316.png b/MendeleyCXR/labels/Darwin_00004141_person1312_bacteria_3316.png new file mode 100644 index 0000000000000000000000000000000000000000..7784d28b71793c308049acd2c60dad21f74b65a9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004141_person1312_bacteria_3316.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d330aa9ad3f619501098b31aa250b4af076baa081460a87c078eeca4c753e81 +size 1050 diff --git a/MendeleyCXR/labels/Darwin_00004142_person1312_bacteria_3317.png b/MendeleyCXR/labels/Darwin_00004142_person1312_bacteria_3317.png new file mode 100644 index 0000000000000000000000000000000000000000..fc3c00737bc3892977d48e6bd5da2d480112b0d1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004142_person1312_bacteria_3317.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:995c8ba32a3a821588554fee51c983a219e6235c2f942b62a5fd4c82c20b15a8 +size 1166 diff --git a/MendeleyCXR/labels/Darwin_00004144_person1312_bacteria_3319.png b/MendeleyCXR/labels/Darwin_00004144_person1312_bacteria_3319.png new file mode 100644 index 0000000000000000000000000000000000000000..a7f077bcfb6c050a4cbba9d7d2e37e22fd97ae75 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004144_person1312_bacteria_3319.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59aa3157c74fb0b3f1a01adc7a7038161a6f38b8dc5ccbb8329fd4c222d57457 +size 1207 diff --git a/MendeleyCXR/labels/Darwin_00004145_person1313_bacteria_3320.png b/MendeleyCXR/labels/Darwin_00004145_person1313_bacteria_3320.png new file mode 100644 index 0000000000000000000000000000000000000000..8c132e93bd152da4ad56027de87af86efa9084e9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004145_person1313_bacteria_3320.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbbee79d33f6dd28a534eb7727cb8c918f5f68b85c38123bd1247c2cc3de2b92 +size 1321 diff --git a/MendeleyCXR/labels/Darwin_00004146_person1315_bacteria_3322.png b/MendeleyCXR/labels/Darwin_00004146_person1315_bacteria_3322.png new file mode 100644 index 0000000000000000000000000000000000000000..83588c2468fec76e25f2efac52b9817b344355f4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004146_person1315_bacteria_3322.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8d43471252b028c68f672944b175b2b494481825dd1c08b5a67b617be054d49 +size 1232 diff --git a/MendeleyCXR/labels/Darwin_00004147_person1316_bacteria_3326.png b/MendeleyCXR/labels/Darwin_00004147_person1316_bacteria_3326.png new file mode 100644 index 0000000000000000000000000000000000000000..a41d0c1a88541b34cd6031f34019b619460fa5e3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004147_person1316_bacteria_3326.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8960bc697d27e19452fa784074460c4032d40f85d6ed5e729655d5fab264bb7e +size 1083 diff --git a/MendeleyCXR/labels/Darwin_00004148_person1317_bacteria_3332.png b/MendeleyCXR/labels/Darwin_00004148_person1317_bacteria_3332.png new file mode 100644 index 0000000000000000000000000000000000000000..c7dff4f14ae3ce7655eea9b0bbff66ca6828e9b9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004148_person1317_bacteria_3332.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ab77b40042e3326d026eae9375e031f99d5023947b3dda31841db482854e145 +size 1406 diff --git a/MendeleyCXR/labels/Darwin_00004149_person1318_bacteria_3334.png b/MendeleyCXR/labels/Darwin_00004149_person1318_bacteria_3334.png new file mode 100644 index 0000000000000000000000000000000000000000..bb991828ed5f3608279c7353c4c3a2416e8498cb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004149_person1318_bacteria_3334.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8f278369a18eb96674fc5632aa14973a44cbd79ccd75f51e5c3ec194fc859ac +size 1145 diff --git a/MendeleyCXR/labels/Darwin_00004150_person1318_bacteria_3335.png b/MendeleyCXR/labels/Darwin_00004150_person1318_bacteria_3335.png new file mode 100644 index 0000000000000000000000000000000000000000..ccf71e4455da56bb2f3e8c3e99b050e5b314459d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004150_person1318_bacteria_3335.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9843452a9171d943299dae4bc6aa8d3dfde221590959b73bd3cf36507336b5ad +size 1193 diff --git a/MendeleyCXR/labels/Darwin_00004151_person1320_bacteria_3339.png b/MendeleyCXR/labels/Darwin_00004151_person1320_bacteria_3339.png new file mode 100644 index 0000000000000000000000000000000000000000..1c7db538f976cd89d9233c2ac0e8cfc41a15e8b2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004151_person1320_bacteria_3339.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7967d03cd1cde3fa373ae086802f5c5fdab4be2a5d16ff090e4a26a5ec98f13 +size 1247 diff --git a/MendeleyCXR/labels/Darwin_00004152_person1320_bacteria_3340.png b/MendeleyCXR/labels/Darwin_00004152_person1320_bacteria_3340.png new file mode 100644 index 0000000000000000000000000000000000000000..a41ba1ed8d33d5e42b24622573d25a0d09a60fcd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004152_person1320_bacteria_3340.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53db2fb6b36eb3c27e79b35a8d7aa231a14907a2e7c1c3f74fa51596d886d9ae +size 1173 diff --git a/MendeleyCXR/labels/Darwin_00004153_person1320_bacteria_3342.png b/MendeleyCXR/labels/Darwin_00004153_person1320_bacteria_3342.png new file mode 100644 index 0000000000000000000000000000000000000000..78cf8120a74131f31e21a2a846ebbbc9b64311fd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004153_person1320_bacteria_3342.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a24d420664d99ff5d40e21d73bf1b7ccd2adacd6d5fb1bd735c4c685ddd238ec +size 1190 diff --git a/MendeleyCXR/labels/Darwin_00004154_person1320_bacteria_3344.png b/MendeleyCXR/labels/Darwin_00004154_person1320_bacteria_3344.png new file mode 100644 index 0000000000000000000000000000000000000000..913ab394e5999664531b15e80b7d5a2ed176b689 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004154_person1320_bacteria_3344.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db10ba51f26860a41c2e9392676b505b0da9760a7040d70848d0950867d46c08 +size 1125 diff --git a/MendeleyCXR/labels/Darwin_00004155_person1320_bacteria_3345.png b/MendeleyCXR/labels/Darwin_00004155_person1320_bacteria_3345.png new file mode 100644 index 0000000000000000000000000000000000000000..cfaad7ecc98ee4b80ac75c936fd88dc61256fe3d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004155_person1320_bacteria_3345.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:071eeb2b3c7e6fb73e50457478c041afd8be9ca05bdc5fac73febe162098afe0 +size 1260 diff --git a/MendeleyCXR/labels/Darwin_00004156_person1320_bacteria_3346.png b/MendeleyCXR/labels/Darwin_00004156_person1320_bacteria_3346.png new file mode 100644 index 0000000000000000000000000000000000000000..f64d11f0cf9cce3e4c1bb99fb08f58a2ab9f7ea9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004156_person1320_bacteria_3346.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f81657a7afe59fe4c97bc372ba203ee2abe412c724afb53b9af1a14623b46373 +size 983 diff --git a/MendeleyCXR/labels/Darwin_00004157_person1320_bacteria_3347.png b/MendeleyCXR/labels/Darwin_00004157_person1320_bacteria_3347.png new file mode 100644 index 0000000000000000000000000000000000000000..63ff81c5d2507861d4b721ab9432ced0510fb032 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004157_person1320_bacteria_3347.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ddcc0f9664638ca267d57418dd4e8b5f767e3659495aab1813a14f38f4fe544 +size 1131 diff --git a/MendeleyCXR/labels/Darwin_00004158_person1320_bacteria_3348.png b/MendeleyCXR/labels/Darwin_00004158_person1320_bacteria_3348.png new file mode 100644 index 0000000000000000000000000000000000000000..a184fce13c6b83a3bb60f082b20b4ed2f4b2f58a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004158_person1320_bacteria_3348.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:272b5d91a440f8ec3fb49a6ae36fc35a2d1aed188c335391630cbc7fcd968cb1 +size 1150 diff --git a/MendeleyCXR/labels/Darwin_00004159_person1320_bacteria_3350.png b/MendeleyCXR/labels/Darwin_00004159_person1320_bacteria_3350.png new file mode 100644 index 0000000000000000000000000000000000000000..ba38650c0f16db258f86a063af075be46c5b820f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004159_person1320_bacteria_3350.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c33c31074026cb23381bd9be4e37aa097ac0e42fbbec8e4a31d34a706e5c14b9 +size 1119 diff --git a/MendeleyCXR/labels/Darwin_00004160_person1320_bacteria_3351.png b/MendeleyCXR/labels/Darwin_00004160_person1320_bacteria_3351.png new file mode 100644 index 0000000000000000000000000000000000000000..8c7645f3d34857122845498b6b3c4e05708735c1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004160_person1320_bacteria_3351.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca43b11afaa5642f253e5992737d214c82f6b65b21d201a03688678ddf546547 +size 1303 diff --git a/MendeleyCXR/labels/Darwin_00004161_person1320_bacteria_3352.png b/MendeleyCXR/labels/Darwin_00004161_person1320_bacteria_3352.png new file mode 100644 index 0000000000000000000000000000000000000000..608c4ce6fc11c9cdb5d269c1cde704c5fcea3cca --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004161_person1320_bacteria_3352.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d064bbb2524effae7b6c8b06ba66d9f05888d24c33d2f10a50fe211309fb207 +size 1202 diff --git a/MendeleyCXR/labels/Darwin_00004162_person1320_bacteria_3353.png b/MendeleyCXR/labels/Darwin_00004162_person1320_bacteria_3353.png new file mode 100644 index 0000000000000000000000000000000000000000..1b76bc52c8b10c957d2096f4e1670b8e514cf92d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004162_person1320_bacteria_3353.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5e2a2628ad2471eabef6f7774573f819df52016006f98d82bcaf6a81a372834 +size 1397 diff --git a/MendeleyCXR/labels/Darwin_00004163_person1320_bacteria_3355.png b/MendeleyCXR/labels/Darwin_00004163_person1320_bacteria_3355.png new file mode 100644 index 0000000000000000000000000000000000000000..54c2c7b3d5cefd7578f231a422e1fca49424fd92 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004163_person1320_bacteria_3355.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:935fbccd8af51443d641c3b337cd6176fb5db19b77cd74bcd66b86a224696fad +size 1202 diff --git a/MendeleyCXR/labels/Darwin_00004164_person1321_bacteria_3358.png b/MendeleyCXR/labels/Darwin_00004164_person1321_bacteria_3358.png new file mode 100644 index 0000000000000000000000000000000000000000..98fb278fb8d81ba4c1d3e73174c81f43154985f0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004164_person1321_bacteria_3358.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:259b34139fee63bb955b2cdda882ccef3ca4878853c408cd6210a023647e297c +size 1304 diff --git a/MendeleyCXR/labels/Darwin_00004165_person1321_bacteria_3359.png b/MendeleyCXR/labels/Darwin_00004165_person1321_bacteria_3359.png new file mode 100644 index 0000000000000000000000000000000000000000..df8e4758d212ff8519df94dbba4c450b9f630c88 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004165_person1321_bacteria_3359.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6512eb1efeb55de4c739c83eedbbb8801a1fbe82e60c7a10882250b08534b9dd +size 1457 diff --git a/MendeleyCXR/labels/Darwin_00004167_person1323_bacteria_3361.png b/MendeleyCXR/labels/Darwin_00004167_person1323_bacteria_3361.png new file mode 100644 index 0000000000000000000000000000000000000000..e62ec420d7715c1252085511229a04d0477d9d15 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004167_person1323_bacteria_3361.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd467036e34e049fc4cede2d2b9373b4d34e6cd64c7275bd9249c47698d0ea1d +size 1234 diff --git a/MendeleyCXR/labels/Darwin_00004168_person1323_bacteria_3362.png b/MendeleyCXR/labels/Darwin_00004168_person1323_bacteria_3362.png new file mode 100644 index 0000000000000000000000000000000000000000..ca0cba302cc8e47b2bfbe1a53e096474fa06ef83 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004168_person1323_bacteria_3362.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25f87be44836d57b9427be1d73a048f6a52dccf53a06fac8feef68852d50f022 +size 1285 diff --git a/MendeleyCXR/labels/Darwin_00004169_person1323_bacteria_3363.png b/MendeleyCXR/labels/Darwin_00004169_person1323_bacteria_3363.png new file mode 100644 index 0000000000000000000000000000000000000000..9157714f55ae20a21b73f777d9d64e1ece574182 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004169_person1323_bacteria_3363.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59481ada4ece28ed48cb330028490d939aa8e65ea5599d9aafef2eb3de3ed4b5 +size 1284 diff --git a/MendeleyCXR/labels/Darwin_00004171_person1326_bacteria_3372.png b/MendeleyCXR/labels/Darwin_00004171_person1326_bacteria_3372.png new file mode 100644 index 0000000000000000000000000000000000000000..d0e18f4bec044ff70c93b52245679c9001b556c1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004171_person1326_bacteria_3372.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38270bb39a49b86aae3e5ab3914929905f29a434808cebbab52c4746e20b46d2 +size 1107 diff --git a/MendeleyCXR/labels/Darwin_00004172_person1327_bacteria_3373.png b/MendeleyCXR/labels/Darwin_00004172_person1327_bacteria_3373.png new file mode 100644 index 0000000000000000000000000000000000000000..1554c11b97ebd963f9fede49d64604a80b13a165 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004172_person1327_bacteria_3373.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dc00c748ce56e4fe4419353ec14d4d049a21ea98445ed89d1152ecbfb4edb6b +size 1211 diff --git a/MendeleyCXR/labels/Darwin_00004173_person1327_bacteria_3374.png b/MendeleyCXR/labels/Darwin_00004173_person1327_bacteria_3374.png new file mode 100644 index 0000000000000000000000000000000000000000..b0cdedb02c399b1bb5cf5452291df924405688b0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004173_person1327_bacteria_3374.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3133025beaaa83e12270097a0739f96d29a5c22ab6f61ac86df5c3be6d294d9 +size 1300 diff --git a/MendeleyCXR/labels/Darwin_00004174_person1328_bacteria_3376.png b/MendeleyCXR/labels/Darwin_00004174_person1328_bacteria_3376.png new file mode 100644 index 0000000000000000000000000000000000000000..e43f7122d5feea4514da1deac8b43ab401ec2a44 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004174_person1328_bacteria_3376.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:940b29a8da5645093827b6255f85b38d0c0a6c911c3b03722a2b6a116cca6ae0 +size 1303 diff --git a/MendeleyCXR/labels/Darwin_00004175_person1329_bacteria_3377.png b/MendeleyCXR/labels/Darwin_00004175_person1329_bacteria_3377.png new file mode 100644 index 0000000000000000000000000000000000000000..92808c72350c0aca9bcde11696abce8ba50df453 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004175_person1329_bacteria_3377.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06cdc2c3e2b5cd1b88c22ed584a4c7f7914a65959c9e50ee24b2974d6c581015 +size 1075 diff --git a/MendeleyCXR/labels/Darwin_00004176_person1331_bacteria_3380.png b/MendeleyCXR/labels/Darwin_00004176_person1331_bacteria_3380.png new file mode 100644 index 0000000000000000000000000000000000000000..64a3a8c6b0ce7ec381118acae6b37bd96b4a424f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004176_person1331_bacteria_3380.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:706644d420ebbfbd87a91f3a7aee007e9886744b010c02e3d59c0194496f649c +size 1250 diff --git a/MendeleyCXR/labels/Darwin_00004177_person1333_bacteria_3383.png b/MendeleyCXR/labels/Darwin_00004177_person1333_bacteria_3383.png new file mode 100644 index 0000000000000000000000000000000000000000..d95385301ba98bd9ca629b8f7ccd94be8d630e61 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004177_person1333_bacteria_3383.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06427c52bbe20fd71851f8ab0e92ef72ab7a80eb251d806e727a634d6d318287 +size 1311 diff --git a/MendeleyCXR/labels/Darwin_00004178_person1333_bacteria_3384.png b/MendeleyCXR/labels/Darwin_00004178_person1333_bacteria_3384.png new file mode 100644 index 0000000000000000000000000000000000000000..83d5de8c2f24fe69372ae7975d2dfd4810cc9706 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004178_person1333_bacteria_3384.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eff2d437ebc818ccffb192c22b7720fa2388bf4ed2a5b472accd7a1f499d571 +size 1273 diff --git a/MendeleyCXR/labels/Darwin_00004179_person1333_bacteria_3385.png b/MendeleyCXR/labels/Darwin_00004179_person1333_bacteria_3385.png new file mode 100644 index 0000000000000000000000000000000000000000..2ed18ff006ef24e8d78272e368e6c1a89c1cf91c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004179_person1333_bacteria_3385.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8c82b8c3ec768577e32206a0ad071a3f715299e293aed9c62de0f54496d1709 +size 1161 diff --git a/MendeleyCXR/labels/Darwin_00004180_person1333_bacteria_3386.png b/MendeleyCXR/labels/Darwin_00004180_person1333_bacteria_3386.png new file mode 100644 index 0000000000000000000000000000000000000000..b7d572598f21a08c4273213430265b29fb7dc12a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004180_person1333_bacteria_3386.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6ddca0de5cd078f4a682fe7264c96380b8f4e0285ba7c05bf05c9495339b9ad +size 1214 diff --git a/MendeleyCXR/labels/Darwin_00004181_person1338_bacteria_3394.png b/MendeleyCXR/labels/Darwin_00004181_person1338_bacteria_3394.png new file mode 100644 index 0000000000000000000000000000000000000000..bc5d7851d991f23780cfbba9ec093b2fb3e630b3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004181_person1338_bacteria_3394.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02c09885ac20ad996f104e57807924e5451b396fc8fe2a7401196a5b1544cb1f +size 1148 diff --git a/MendeleyCXR/labels/Darwin_00004182_person1338_bacteria_3395.png b/MendeleyCXR/labels/Darwin_00004182_person1338_bacteria_3395.png new file mode 100644 index 0000000000000000000000000000000000000000..93242228add86300948fd652d181d63ffc92afba --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004182_person1338_bacteria_3395.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0272ed2a91b81c1f57116e7e0135449f691b72e540e80129f3e7e4da2b681b7f +size 1124 diff --git a/MendeleyCXR/labels/Darwin_00004183_person1338_bacteria_3397.png b/MendeleyCXR/labels/Darwin_00004183_person1338_bacteria_3397.png new file mode 100644 index 0000000000000000000000000000000000000000..4c26c8d366bd443cf6c0fb075e0bb049d0f19f07 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004183_person1338_bacteria_3397.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5bd1b3137a74c036443e4704314b403be54f3747cdcb3ec09ca832d00c9032b +size 1143 diff --git a/MendeleyCXR/labels/Darwin_00004184_person1339_bacteria_3399.png b/MendeleyCXR/labels/Darwin_00004184_person1339_bacteria_3399.png new file mode 100644 index 0000000000000000000000000000000000000000..e258030562741c3d99debfdcd650d8691e29268c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004184_person1339_bacteria_3399.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6d3ad83f1c93b0e4e4af0e482eaf0941f5ba1aca3f0057d8095127858ac3f98 +size 1102 diff --git a/MendeleyCXR/labels/Darwin_00004185_person1339_bacteria_3402.png b/MendeleyCXR/labels/Darwin_00004185_person1339_bacteria_3402.png new file mode 100644 index 0000000000000000000000000000000000000000..927ac1b6315c93b9f0bee9303251563d7bcec3a4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004185_person1339_bacteria_3402.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4842ea98b9cb347f2a78f4adbf42f17d46efc6feca8ec9a71995bcb92196b014 +size 1314 diff --git a/MendeleyCXR/labels/Darwin_00004186_person1340_bacteria_3405.png b/MendeleyCXR/labels/Darwin_00004186_person1340_bacteria_3405.png new file mode 100644 index 0000000000000000000000000000000000000000..c6d99c045eba1a69f727f5c147d9695afd93ccea --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004186_person1340_bacteria_3405.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:123fe0baf9ff66f65ba941aa01075cddeae041de4b6fba1264f01bd19af7f39d +size 1247 diff --git a/MendeleyCXR/labels/Darwin_00004187_person1341_bacteria_3406.png b/MendeleyCXR/labels/Darwin_00004187_person1341_bacteria_3406.png new file mode 100644 index 0000000000000000000000000000000000000000..9b24823949f25db2f5b4eda3d190d089387ead85 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004187_person1341_bacteria_3406.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2cc26cd3dbc2243d59e55861697a4c8023a43d645a9ddd5ab39bcbfb488f25a +size 1286 diff --git a/MendeleyCXR/labels/Darwin_00004188_person1342_bacteria_3407.png b/MendeleyCXR/labels/Darwin_00004188_person1342_bacteria_3407.png new file mode 100644 index 0000000000000000000000000000000000000000..34d51023ef332a6738a0d536f68578bbb25754f4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004188_person1342_bacteria_3407.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acd1a2dc7757e3b54d61f81be0cef8663e8dfad49b257207688b78c6500619c4 +size 1259 diff --git a/MendeleyCXR/labels/Darwin_00004189_person1343_bacteria_3409.png b/MendeleyCXR/labels/Darwin_00004189_person1343_bacteria_3409.png new file mode 100644 index 0000000000000000000000000000000000000000..a182f1a6fe8e1480b1bbbf103e4e779486b3e239 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004189_person1343_bacteria_3409.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:685cff03f4c4ce269a902349d43bbceeb0aea074edc51661294ffbfaea64265b +size 1083 diff --git a/MendeleyCXR/labels/Darwin_00004190_person1343_bacteria_3411.png b/MendeleyCXR/labels/Darwin_00004190_person1343_bacteria_3411.png new file mode 100644 index 0000000000000000000000000000000000000000..545d470ae927a8c980cd9e9efdc038697f27fd22 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004190_person1343_bacteria_3411.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:908c746bca55f97047f79443184d730ebab1a826e66633598defece550d0523c +size 1115 diff --git a/MendeleyCXR/labels/Darwin_00004191_person1343_bacteria_3413.png b/MendeleyCXR/labels/Darwin_00004191_person1343_bacteria_3413.png new file mode 100644 index 0000000000000000000000000000000000000000..f456bf3cc7c98e3f772ba0ef9d2c519033858c0a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004191_person1343_bacteria_3413.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54e764788b2aa3129da9544dda1300fb6bf479453ddfb1c44f63b030e2a15cc5 +size 1091 diff --git a/MendeleyCXR/labels/Darwin_00004193_person1343_bacteria_3415.png b/MendeleyCXR/labels/Darwin_00004193_person1343_bacteria_3415.png new file mode 100644 index 0000000000000000000000000000000000000000..502f341257cb3d490be6882194b38ad148c17d5d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004193_person1343_bacteria_3415.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22730b95dd7369f46619a1f00c5691bc8590394fbc7bec6f3c8b6e05b9cea949 +size 982 diff --git a/MendeleyCXR/labels/Darwin_00004194_person1343_bacteria_3416.png b/MendeleyCXR/labels/Darwin_00004194_person1343_bacteria_3416.png new file mode 100644 index 0000000000000000000000000000000000000000..459bc96d964acb3de9688ef4826b39927f113110 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004194_person1343_bacteria_3416.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de0a4bf58c82fabeecdaeaaffbd567f7c5b5b8f9f86a85dada438a327284b28a +size 1141 diff --git a/MendeleyCXR/labels/Darwin_00004195_person1343_bacteria_3417.png b/MendeleyCXR/labels/Darwin_00004195_person1343_bacteria_3417.png new file mode 100644 index 0000000000000000000000000000000000000000..033566998a8269da24025a4af59e7e68c9b9807d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004195_person1343_bacteria_3417.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b66e6f7e9c293229ccd0655cebf3d23c044c75740e0b1864baaca5d16972f8c0 +size 1241 diff --git a/MendeleyCXR/labels/Darwin_00004196_person1343_bacteria_3418.png b/MendeleyCXR/labels/Darwin_00004196_person1343_bacteria_3418.png new file mode 100644 index 0000000000000000000000000000000000000000..83c28ab820c337c6bd9d1346be40439cb7493738 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004196_person1343_bacteria_3418.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcae6f835b34bf36e2ff241e1e677e5536f7368b873e4d302df6facc65b24322 +size 1124 diff --git a/MendeleyCXR/labels/Darwin_00004197_person1343_bacteria_3419.png b/MendeleyCXR/labels/Darwin_00004197_person1343_bacteria_3419.png new file mode 100644 index 0000000000000000000000000000000000000000..dc5add29bc501d4c63acca5895402dcb1b23f196 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004197_person1343_bacteria_3419.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fb98370c0e993850ea83d0ae7e261b1b8ea21f13e06c7eb67741fff7a4dbc64 +size 1269 diff --git a/MendeleyCXR/labels/Darwin_00004198_person1344_bacteria_3421.png b/MendeleyCXR/labels/Darwin_00004198_person1344_bacteria_3421.png new file mode 100644 index 0000000000000000000000000000000000000000..4746a44e05eea8221e674cefe39be2ee8d2d8787 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004198_person1344_bacteria_3421.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9d8ba5196bc602f7fb05be7db568a40cff2d3ad500f99c0f68a2c0dd4ffd4e1 +size 1126 diff --git a/MendeleyCXR/labels/Darwin_00004199_person1345_bacteria_3422.png b/MendeleyCXR/labels/Darwin_00004199_person1345_bacteria_3422.png new file mode 100644 index 0000000000000000000000000000000000000000..eeab05afc7e45b9603735876149c03434eefbff2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004199_person1345_bacteria_3422.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b634fbbc8212eb05ddde353460bb3cb16fd5bd5e9bb751f561f91cd87c9f8a38 +size 1272 diff --git a/MendeleyCXR/labels/Darwin_00004200_person1345_bacteria_3424.png b/MendeleyCXR/labels/Darwin_00004200_person1345_bacteria_3424.png new file mode 100644 index 0000000000000000000000000000000000000000..7c9b6d2e11a83030f8149c6980b2c66c764b84e6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004200_person1345_bacteria_3424.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ab9c5d40f4f2d40ffacddba9fb2c7a8a6f883fd6df370315f19f476f80755af +size 1256 diff --git a/MendeleyCXR/labels/Darwin_00004201_person1345_bacteria_3425.png b/MendeleyCXR/labels/Darwin_00004201_person1345_bacteria_3425.png new file mode 100644 index 0000000000000000000000000000000000000000..57efd313fdec0e79a4ef158485ec8ddd10e158e4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004201_person1345_bacteria_3425.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82f0a0f0daa3203d2c7650f84f5963c1f0b0e2b83dfa77067de4bc22e0fa54cc +size 1258 diff --git a/MendeleyCXR/labels/Darwin_00004202_person1345_bacteria_3426.png b/MendeleyCXR/labels/Darwin_00004202_person1345_bacteria_3426.png new file mode 100644 index 0000000000000000000000000000000000000000..4d8aefcc24a28b6d03145be8a4a9c93d8faa247b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004202_person1345_bacteria_3426.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e41fa3c809c3ece19142be6daa1d7bb7454672147a0931fb601c611f681290f +size 1217 diff --git a/MendeleyCXR/labels/Darwin_00004203_person1345_bacteria_3427.png b/MendeleyCXR/labels/Darwin_00004203_person1345_bacteria_3427.png new file mode 100644 index 0000000000000000000000000000000000000000..aa129e616aa9cf6bfe1f85866aee64f53cfb4ad7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004203_person1345_bacteria_3427.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1f81b805ca94bb643a96ba2c07bb58e8764f955c417b2260dde79073bd625e7 +size 1104 diff --git a/MendeleyCXR/labels/Darwin_00004204_person1345_bacteria_3428.png b/MendeleyCXR/labels/Darwin_00004204_person1345_bacteria_3428.png new file mode 100644 index 0000000000000000000000000000000000000000..71150308d2162b950ef5c0f9237b08b741002794 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004204_person1345_bacteria_3428.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:397a9e9d532bb970659eed86feb3971d3d9b0c3d4154aa37dd8e9ab4a8b781cc +size 1334 diff --git a/MendeleyCXR/labels/Darwin_00004205_person1346_bacteria_3430.png b/MendeleyCXR/labels/Darwin_00004205_person1346_bacteria_3430.png new file mode 100644 index 0000000000000000000000000000000000000000..3502bf8e961ba7c909f0dd493a2487f5da9b1a3e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004205_person1346_bacteria_3430.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0d79bf2ecb4c739de573fa536cf744f6ab277b8cd8af4e7d7f204bb21240ef9 +size 1124 diff --git a/MendeleyCXR/labels/Darwin_00004206_person1349_bacteria_3434.png b/MendeleyCXR/labels/Darwin_00004206_person1349_bacteria_3434.png new file mode 100644 index 0000000000000000000000000000000000000000..99580facf5691690a72d0d88c75212ff64c14326 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004206_person1349_bacteria_3434.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc26d9b2ae5dfe29516f4f878078453f7c9e1d3d3e62d40548c69fd71a81e480 +size 1216 diff --git a/MendeleyCXR/labels/Darwin_00004207_person1349_bacteria_3436.png b/MendeleyCXR/labels/Darwin_00004207_person1349_bacteria_3436.png new file mode 100644 index 0000000000000000000000000000000000000000..c7d50d1ed93bc5c428bbd7b0c4af3d00ba2bad63 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004207_person1349_bacteria_3436.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8274a975cd2133f9c2a329f3f9e2857de30551907d0cd58a20bd9d1907761320 +size 1085 diff --git a/MendeleyCXR/labels/Darwin_00004209_person1349_bacteria_3438.png b/MendeleyCXR/labels/Darwin_00004209_person1349_bacteria_3438.png new file mode 100644 index 0000000000000000000000000000000000000000..5060a664b7af2de2aab034c19658237841292b24 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004209_person1349_bacteria_3438.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c560858f19143bd421e6a18fa4b26e23b4726d4958e1ef35c3011cae426d37c1 +size 1255 diff --git a/MendeleyCXR/labels/Darwin_00004210_person1349_bacteria_3439.png b/MendeleyCXR/labels/Darwin_00004210_person1349_bacteria_3439.png new file mode 100644 index 0000000000000000000000000000000000000000..2cae2bbf164ecac9e0d4dcf831d3a272baa5df36 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004210_person1349_bacteria_3439.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37e38665b5beb567272caba383b86f55d74a505cc07f4be157ea4b4359e079c5 +size 1114 diff --git a/MendeleyCXR/labels/Darwin_00004211_person1351_bacteria_3441.png b/MendeleyCXR/labels/Darwin_00004211_person1351_bacteria_3441.png new file mode 100644 index 0000000000000000000000000000000000000000..d17f0cd1ee1726dad6b8be546c767117b4ff31a1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004211_person1351_bacteria_3441.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adf8035039d6e661a5672a6c0de6a1fb9c6377d006e66c3d536a147fc872116b +size 1233 diff --git a/MendeleyCXR/labels/Darwin_00004212_person1352_bacteria_3442.png b/MendeleyCXR/labels/Darwin_00004212_person1352_bacteria_3442.png new file mode 100644 index 0000000000000000000000000000000000000000..b75800e3264d17bcfbdbdfba24a1b00eb3293f47 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004212_person1352_bacteria_3442.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8274e116c49cb21790f88c3c978dd132b5ce635543123daac4b87b4656638498 +size 1306 diff --git a/MendeleyCXR/labels/Darwin_00004213_person1352_bacteria_3443.png b/MendeleyCXR/labels/Darwin_00004213_person1352_bacteria_3443.png new file mode 100644 index 0000000000000000000000000000000000000000..070047ef5be48f71f2c14fa7846d813adfb8a750 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004213_person1352_bacteria_3443.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60773ab50af7325acd4878580164d6f385cb1f804c0194ec4e29d5c8b22c29f0 +size 1340 diff --git a/MendeleyCXR/labels/Darwin_00004214_person1352_bacteria_3444.png b/MendeleyCXR/labels/Darwin_00004214_person1352_bacteria_3444.png new file mode 100644 index 0000000000000000000000000000000000000000..5890e3a2454f93c4fca199dfc5d1b005e6c0b35e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004214_person1352_bacteria_3444.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f72f6c4e91af84253334ec2bc9b3defea4efdc5a7c5d2a7c13e593a17e7cfe8f +size 1327 diff --git a/MendeleyCXR/labels/Darwin_00004215_person1352_bacteria_3445.png b/MendeleyCXR/labels/Darwin_00004215_person1352_bacteria_3445.png new file mode 100644 index 0000000000000000000000000000000000000000..7f0bdaf9a841c9abd92d9983cc8a450de8170f55 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004215_person1352_bacteria_3445.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da21bee651817cfa735639750835ec6912ad0cf725d14eea6f0ef529bce3dea9 +size 1239 diff --git a/MendeleyCXR/labels/Darwin_00004216_person1353_bacteria_3446.png b/MendeleyCXR/labels/Darwin_00004216_person1353_bacteria_3446.png new file mode 100644 index 0000000000000000000000000000000000000000..624940346ea76e98ed1c51827112c82759531d9f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004216_person1353_bacteria_3446.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bdb8baa4ced0c1fc4dd62975931af2a9918d4d245ba15d47f3c37accb7aafe5 +size 1168 diff --git a/MendeleyCXR/labels/Darwin_00004217_person1354_bacteria_3448.png b/MendeleyCXR/labels/Darwin_00004217_person1354_bacteria_3448.png new file mode 100644 index 0000000000000000000000000000000000000000..cce8b739c7128b8f2968d0e24a14962c5a992232 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004217_person1354_bacteria_3448.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2d1f331de31fbb51e63f5c882f082ca888e545f88e739feeea2bf0aeef12a07 +size 1310 diff --git a/MendeleyCXR/labels/Darwin_00004218_person1355_bacteria_3449.png b/MendeleyCXR/labels/Darwin_00004218_person1355_bacteria_3449.png new file mode 100644 index 0000000000000000000000000000000000000000..2d557cbf536f5907fd09d1f0e53b45dc75481221 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004218_person1355_bacteria_3449.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5ef13e3fe94a10f6f6ead296b9b6b0a1c03845ceeca026afc1f9c95764ee739 +size 1259 diff --git a/MendeleyCXR/labels/Darwin_00004222_person1162_bacteria_3107.png b/MendeleyCXR/labels/Darwin_00004222_person1162_bacteria_3107.png new file mode 100644 index 0000000000000000000000000000000000000000..99e7ce05ea2ed2343e22072f5a865299d392c621 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004222_person1162_bacteria_3107.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:604dfa32dab51c2084526ac84a24cc4a5258d8bc35f08a28558929f258cae08a +size 1209 diff --git a/MendeleyCXR/labels/Darwin_00004223_person1164_bacteria_3110.png b/MendeleyCXR/labels/Darwin_00004223_person1164_bacteria_3110.png new file mode 100644 index 0000000000000000000000000000000000000000..a6b205bfb120874a2680a734031fa67675374c1d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004223_person1164_bacteria_3110.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89f16b8e38661239e739ad14674ffbbdfa9571716d795a0add5d516bac7e4a48 +size 1296 diff --git a/MendeleyCXR/labels/Darwin_00004224_person1165_bacteria_3111.png b/MendeleyCXR/labels/Darwin_00004224_person1165_bacteria_3111.png new file mode 100644 index 0000000000000000000000000000000000000000..65c116c18079b026bac699cbdecfafbe5477d0e9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004224_person1165_bacteria_3111.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7ca27569fb3038ef7b8026decc8101780e1dff5597d2d691d6ee5c39f63b6e2 +size 1081 diff --git a/MendeleyCXR/labels/Darwin_00004225_person1167_bacteria_3113.png b/MendeleyCXR/labels/Darwin_00004225_person1167_bacteria_3113.png new file mode 100644 index 0000000000000000000000000000000000000000..cf8f88a26be9d8aad7114eaac241404689404660 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004225_person1167_bacteria_3113.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0290b6da3dca92a871844108eedf756797714d882f387f455f91a0f76e364ef +size 1397 diff --git a/MendeleyCXR/labels/Darwin_00004226_person1168_bacteria_3114.png b/MendeleyCXR/labels/Darwin_00004226_person1168_bacteria_3114.png new file mode 100644 index 0000000000000000000000000000000000000000..22937e88b36732c43de199fae4a342f65ac9116d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004226_person1168_bacteria_3114.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aae163e2b40819c67e059d96d26437db24ee3fba7ffbb6f08096d73637928b1b +size 1145 diff --git a/MendeleyCXR/labels/Darwin_00004227_person1168_bacteria_3115.png b/MendeleyCXR/labels/Darwin_00004227_person1168_bacteria_3115.png new file mode 100644 index 0000000000000000000000000000000000000000..704df0dfc005ef264e5b19afc86c4e397366079e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004227_person1168_bacteria_3115.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d246b33f8a2f53df490457c9418fa429ea280a883d174abe10b5c1b7ec2898df +size 1258 diff --git a/MendeleyCXR/labels/Darwin_00004228_person1170_bacteria_3117.png b/MendeleyCXR/labels/Darwin_00004228_person1170_bacteria_3117.png new file mode 100644 index 0000000000000000000000000000000000000000..9b6972098e4515ee406a27d49c80515e3844f108 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004228_person1170_bacteria_3117.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be7292807a7a5030a3c5650187b53ad388955dd5b2d574d03a3fed51e6082d7e +size 1120 diff --git a/MendeleyCXR/labels/Darwin_00004229_person1171_bacteria_3118.png b/MendeleyCXR/labels/Darwin_00004229_person1171_bacteria_3118.png new file mode 100644 index 0000000000000000000000000000000000000000..8a3a24832e30692a5a6b8746029a3efe2cd53f46 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004229_person1171_bacteria_3118.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b21b6ba38fe52fc8f2448e1aa041845ce13395edf0c7cd57fafaff95a659d211 +size 1344 diff --git a/MendeleyCXR/labels/Darwin_00004230_person1172_bacteria_3119.png b/MendeleyCXR/labels/Darwin_00004230_person1172_bacteria_3119.png new file mode 100644 index 0000000000000000000000000000000000000000..2538f7824910137398dd920290b9cd78c284b180 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004230_person1172_bacteria_3119.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:643f4804e0805784094f7944a1f992848404c8c199142fa940fb1e43a9c244d4 +size 1274 diff --git a/MendeleyCXR/labels/Darwin_00004231_person1175_bacteria_3122.png b/MendeleyCXR/labels/Darwin_00004231_person1175_bacteria_3122.png new file mode 100644 index 0000000000000000000000000000000000000000..a0ad963812bb4348db337c9927b35c380a9a846a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004231_person1175_bacteria_3122.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a1c0ea08762b1ac8ad0aebd0ff525a5d1b7a72c9d76a57b8d042b4cb0871d70 +size 1312 diff --git a/MendeleyCXR/labels/Darwin_00004232_person1176_bacteria_3123.png b/MendeleyCXR/labels/Darwin_00004232_person1176_bacteria_3123.png new file mode 100644 index 0000000000000000000000000000000000000000..542098875fcab085503a3974ada447131d294625 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004232_person1176_bacteria_3123.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bef9a6da307186ba9ee9639e493077e5675c478b9f7f245623ca5fed07c0010 +size 1188 diff --git a/MendeleyCXR/labels/Darwin_00004233_person1176_bacteria_3124.png b/MendeleyCXR/labels/Darwin_00004233_person1176_bacteria_3124.png new file mode 100644 index 0000000000000000000000000000000000000000..0214a134b099fdee9fdef68e977a185d1f0cdf5d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004233_person1176_bacteria_3124.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f944990f6c4b758c6db9fdfd7397452338976fe7b96f95c46d64e87908cc98f +size 1313 diff --git a/MendeleyCXR/labels/Darwin_00004234_person1177_bacteria_3125.png b/MendeleyCXR/labels/Darwin_00004234_person1177_bacteria_3125.png new file mode 100644 index 0000000000000000000000000000000000000000..3f409483a3cf0c0e6b481df25613ad05978b0289 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004234_person1177_bacteria_3125.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:837d266a9cddd72a19cf1e673261cc8b2f3dc19bf5b538d4ad7fcf9af4885940 +size 1202 diff --git a/MendeleyCXR/labels/Darwin_00004235_person1178_bacteria_3126.png b/MendeleyCXR/labels/Darwin_00004235_person1178_bacteria_3126.png new file mode 100644 index 0000000000000000000000000000000000000000..e205d78440fc0b38f592503de8e0bbe704f0080c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004235_person1178_bacteria_3126.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0136dd7f7c64bab0fc234454b91026bb6ec29f7a2154a95e97bbe14e978566c2 +size 1222 diff --git a/MendeleyCXR/labels/Darwin_00004236_person1179_bacteria_3127.png b/MendeleyCXR/labels/Darwin_00004236_person1179_bacteria_3127.png new file mode 100644 index 0000000000000000000000000000000000000000..82850c67c175d881adbc232923dcb336164ee67b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004236_person1179_bacteria_3127.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a59242ba4e590f232b49c9c7eecb0d4ed93e87d437ff27b97a698db30a3bde56 +size 1286 diff --git a/MendeleyCXR/labels/Darwin_00004237_person1180_bacteria_3128.png b/MendeleyCXR/labels/Darwin_00004237_person1180_bacteria_3128.png new file mode 100644 index 0000000000000000000000000000000000000000..fa517d57eabaee538c6ad5b3c698cb4b3d97b2d8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004237_person1180_bacteria_3128.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:472ba56d41655bb8573e305d7a4f0651c25169f3d19c7a9e2a10501c36d4b704 +size 1263 diff --git a/MendeleyCXR/labels/Darwin_00004238_person1181_bacteria_3129.png b/MendeleyCXR/labels/Darwin_00004238_person1181_bacteria_3129.png new file mode 100644 index 0000000000000000000000000000000000000000..b8794b67d5012a9d323bbe8b66b780bdb5101936 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004238_person1181_bacteria_3129.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a27582cd2a8450550fc6dd79e8c2607e8f4f2ef9226f51ac61dc9a9813be5ead +size 1191 diff --git a/MendeleyCXR/labels/Darwin_00004239_person1183_bacteria_3131.png b/MendeleyCXR/labels/Darwin_00004239_person1183_bacteria_3131.png new file mode 100644 index 0000000000000000000000000000000000000000..c95e1dc0c64aef77d3f5b8ea811aa1601bcd804c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004239_person1183_bacteria_3131.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3f47a24b14d11be54769d0c82d3c35d49892eb726e3afca4e2702d3efd6bf69 +size 1091 diff --git a/MendeleyCXR/labels/Darwin_00004240_person1184_bacteria_3132.png b/MendeleyCXR/labels/Darwin_00004240_person1184_bacteria_3132.png new file mode 100644 index 0000000000000000000000000000000000000000..fc5a3ae7e2104bdabaa08a1610038b8ce8455954 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004240_person1184_bacteria_3132.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb024adde6e393d3fa88fe83c26c4569bc339e87a7b59c6e99f07dd31a526920 +size 1231 diff --git a/MendeleyCXR/labels/Darwin_00004241_person1185_bacteria_3133.png b/MendeleyCXR/labels/Darwin_00004241_person1185_bacteria_3133.png new file mode 100644 index 0000000000000000000000000000000000000000..0f80df509762de4d2239595920b08a0d7ad979c5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004241_person1185_bacteria_3133.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fb7163e41cff8a1fa22de11f619f3f25cb55dbc4fe615a29552f11996635768 +size 1402 diff --git a/MendeleyCXR/labels/Darwin_00004242_person1186_bacteria_3134.png b/MendeleyCXR/labels/Darwin_00004242_person1186_bacteria_3134.png new file mode 100644 index 0000000000000000000000000000000000000000..bc774f5ef36806a73a9fe4ba136e4bb9f8ceced1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004242_person1186_bacteria_3134.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd89da834c194db92c9253b281a4b8cdff3c4d5ed509397a09330360fb4cf5c7 +size 1210 diff --git a/MendeleyCXR/labels/Darwin_00004243_person1186_bacteria_3135.png b/MendeleyCXR/labels/Darwin_00004243_person1186_bacteria_3135.png new file mode 100644 index 0000000000000000000000000000000000000000..eac26447b62de8b895a80e6338c044f9e933f868 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004243_person1186_bacteria_3135.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d0918d1a1ea3a92b7b886f807a99332dc1e9ed31268846480cc438bf72bce01 +size 1344 diff --git a/MendeleyCXR/labels/Darwin_00004244_person1187_bacteria_3136.png b/MendeleyCXR/labels/Darwin_00004244_person1187_bacteria_3136.png new file mode 100644 index 0000000000000000000000000000000000000000..1d412bd0c08bbec3cb39404ad4f558aed7c5b061 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004244_person1187_bacteria_3136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b26431532642d81d615dd228d8187c874e145f25c01433ae563daa640b9847a +size 1301 diff --git a/MendeleyCXR/labels/Darwin_00004245_person1188_bacteria_3137.png b/MendeleyCXR/labels/Darwin_00004245_person1188_bacteria_3137.png new file mode 100644 index 0000000000000000000000000000000000000000..00f8cdaf22af710d08b9f1858e33e56544410b45 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004245_person1188_bacteria_3137.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25294daadb036ee062de52cd733108f112c117b3b12196a9f274215b584843fb +size 1285 diff --git a/MendeleyCXR/labels/Darwin_00004246_person1192_bacteria_3141.png b/MendeleyCXR/labels/Darwin_00004246_person1192_bacteria_3141.png new file mode 100644 index 0000000000000000000000000000000000000000..5bc6341eab95165b9d1cdc165d9c22fb8febd2c7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004246_person1192_bacteria_3141.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f0a377a93036913edbf01fe9a9246eccbba8b95be49c374eab0620ca89e5899 +size 1195 diff --git a/MendeleyCXR/labels/Darwin_00004247_person1194_bacteria_3143.png b/MendeleyCXR/labels/Darwin_00004247_person1194_bacteria_3143.png new file mode 100644 index 0000000000000000000000000000000000000000..872409eba51fc83c455a620294a77ef749f3c4f3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004247_person1194_bacteria_3143.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39054095d0ad17450213c1a82a1e603539dc8deba260bd762419dc06f471c6fe +size 1282 diff --git a/MendeleyCXR/labels/Darwin_00004248_person1195_bacteria_3144.png b/MendeleyCXR/labels/Darwin_00004248_person1195_bacteria_3144.png new file mode 100644 index 0000000000000000000000000000000000000000..1bebfb6896640e49dbbdfab6a016301b67e25552 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004248_person1195_bacteria_3144.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aca41a09ffd23a2baa2a25d30a0d12f2ce09827c6d4232d6a496e3b6024c0012 +size 1361 diff --git a/MendeleyCXR/labels/Darwin_00004249_person1196_bacteria_3146.png b/MendeleyCXR/labels/Darwin_00004249_person1196_bacteria_3146.png new file mode 100644 index 0000000000000000000000000000000000000000..0882fa70d42da94a4a1aed49b6f81d6020721c2a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004249_person1196_bacteria_3146.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed92bc1c9e68400ee59c22569ca2598fef46d382253e8e34112823feac238be0 +size 1318 diff --git a/MendeleyCXR/labels/Darwin_00004250_person1197_bacteria_3147.png b/MendeleyCXR/labels/Darwin_00004250_person1197_bacteria_3147.png new file mode 100644 index 0000000000000000000000000000000000000000..442a6987f2e8a148d2d6e897f4cd2ad16a751b3d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004250_person1197_bacteria_3147.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0ed6ad8a3adcabd9d4f8cacde99795c3cb225fc86245fc0f92ea9c254e44e91 +size 1286 diff --git a/MendeleyCXR/labels/Darwin_00004251_person1198_bacteria_3148.png b/MendeleyCXR/labels/Darwin_00004251_person1198_bacteria_3148.png new file mode 100644 index 0000000000000000000000000000000000000000..7bc1b1d6422cd74d8ec610dd5da993a142cfa820 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004251_person1198_bacteria_3148.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46eebaa0c75de345d6793674d9c4dc86a2e522fd31fcdc7da46a64cbf8ed83a5 +size 1433 diff --git a/MendeleyCXR/labels/Darwin_00004252_person1199_bacteria_3149.png b/MendeleyCXR/labels/Darwin_00004252_person1199_bacteria_3149.png new file mode 100644 index 0000000000000000000000000000000000000000..5f85ee4e8c35a710a71ba250332bbc2aa131e8c9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004252_person1199_bacteria_3149.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57540c8aae8d66ae52dab37c6dc84f7324710795a59b0b7c22c6a843a6e68bc5 +size 1259 diff --git a/MendeleyCXR/labels/Darwin_00004253_person1201_bacteria_3151.png b/MendeleyCXR/labels/Darwin_00004253_person1201_bacteria_3151.png new file mode 100644 index 0000000000000000000000000000000000000000..327085b4ba5bc634eca27af301791ef8514d8545 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004253_person1201_bacteria_3151.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1492ca6a895b4399732c6c29345487209535f97aa146729aa2c01f430874c19 +size 1453 diff --git a/MendeleyCXR/labels/Darwin_00004254_person1202_bacteria_3152.png b/MendeleyCXR/labels/Darwin_00004254_person1202_bacteria_3152.png new file mode 100644 index 0000000000000000000000000000000000000000..1f50c6f3a291b182b09a1b2ffe4851646ce48120 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004254_person1202_bacteria_3152.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffda594ad5dbaa19e89a049633e144b0a4d3a93abb25c515c26748be308a6360 +size 1227 diff --git a/MendeleyCXR/labels/Darwin_00004255_person1202_bacteria_3153.png b/MendeleyCXR/labels/Darwin_00004255_person1202_bacteria_3153.png new file mode 100644 index 0000000000000000000000000000000000000000..d2e78068fcb69caed727d8c1cb50de315d8d3b93 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004255_person1202_bacteria_3153.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:198768e5bf7b6727d7db5c03cc328e6aa1887f6f617a55b9efff16b296b8ea92 +size 1437 diff --git a/MendeleyCXR/labels/Darwin_00004256_person1203_bacteria_3154.png b/MendeleyCXR/labels/Darwin_00004256_person1203_bacteria_3154.png new file mode 100644 index 0000000000000000000000000000000000000000..b8bb383a672b31a4948b015b93830faa381f9a93 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004256_person1203_bacteria_3154.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:380b8db355505ab82a89cc59f1b7340aac7e6e663c41c7b1189e89c23c532deb +size 1294 diff --git a/MendeleyCXR/labels/Darwin_00004258_person1204_bacteria_3156.png b/MendeleyCXR/labels/Darwin_00004258_person1204_bacteria_3156.png new file mode 100644 index 0000000000000000000000000000000000000000..84231b86f7bc0f612b8d254283ebfa003ead82e5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004258_person1204_bacteria_3156.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97aedc1af9f98dde0172de603ecae3bd96f6e21342220073b89920b6f38cd8b2 +size 1283 diff --git a/MendeleyCXR/labels/Darwin_00004259_person1205_bacteria_3157.png b/MendeleyCXR/labels/Darwin_00004259_person1205_bacteria_3157.png new file mode 100644 index 0000000000000000000000000000000000000000..e06829b67d3db9ce5bebb40bc9638efedc4c7a22 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004259_person1205_bacteria_3157.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce215a8556b128c5af304f0243549b1b42ff4d6bdab776696de336e145e79109 +size 1196 diff --git a/MendeleyCXR/labels/Darwin_00004260_person1206_bacteria_3158.png b/MendeleyCXR/labels/Darwin_00004260_person1206_bacteria_3158.png new file mode 100644 index 0000000000000000000000000000000000000000..5beea097f81b7a9b495fb194ea955a26153fd272 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004260_person1206_bacteria_3158.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41b8d62a8862e4de0e98356c7135001ac579ef8bce77e09360581c499c58da7f +size 1243 diff --git a/MendeleyCXR/labels/Darwin_00004261_person1207_bacteria_3159.png b/MendeleyCXR/labels/Darwin_00004261_person1207_bacteria_3159.png new file mode 100644 index 0000000000000000000000000000000000000000..606f9a2da57eab997fa23fd9f4414a9f5705bbde --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004261_person1207_bacteria_3159.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f724c0810c71e607f6438979b2bebf5a952ca5be96f2d0734df8675579989e0c +size 1216 diff --git a/MendeleyCXR/labels/Darwin_00004262_person1208_bacteria_3160.png b/MendeleyCXR/labels/Darwin_00004262_person1208_bacteria_3160.png new file mode 100644 index 0000000000000000000000000000000000000000..26b22c88d49eb17198158ed9acae4dcf16a156a3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004262_person1208_bacteria_3160.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:392bb094714937aa7f56377a5ccb981006464b9688425fe47815a4f763cada8c +size 1248 diff --git a/MendeleyCXR/labels/Darwin_00004263_person1209_bacteria_3161.png b/MendeleyCXR/labels/Darwin_00004263_person1209_bacteria_3161.png new file mode 100644 index 0000000000000000000000000000000000000000..6f90a0d5bf0dfa9696230c10c27676b983f830fb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004263_person1209_bacteria_3161.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a146f6e57e71d3d44309128c6bdca202c436e5a34c77db4eb67a337e4c48b1cf +size 1261 diff --git a/MendeleyCXR/labels/Darwin_00004264_person1211_bacteria_3163.png b/MendeleyCXR/labels/Darwin_00004264_person1211_bacteria_3163.png new file mode 100644 index 0000000000000000000000000000000000000000..2ff328b89bd9a865305592dc0de4a76fde6754de --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004264_person1211_bacteria_3163.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c933081e611530771ea96d85f054b11af87377f216b83ab03743555a557c0e9e +size 1183 diff --git a/MendeleyCXR/labels/Darwin_00004265_person1212_bacteria_3164.png b/MendeleyCXR/labels/Darwin_00004265_person1212_bacteria_3164.png new file mode 100644 index 0000000000000000000000000000000000000000..71371b49662e18620d46f944223be9899ec9a310 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004265_person1212_bacteria_3164.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e0fa2de0cf3a174027153203f6ac87c4c4fa71b798b5504024580ac7676e8f8 +size 1336 diff --git a/MendeleyCXR/labels/Darwin_00004266_person1214_bacteria_3166.png b/MendeleyCXR/labels/Darwin_00004266_person1214_bacteria_3166.png new file mode 100644 index 0000000000000000000000000000000000000000..00e7d340354d628e9e1b77afc319f601449782fc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004266_person1214_bacteria_3166.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f2ae3c49618e2104e7319775d866c6a4e1e5c0e73b729cd92f8d11f3847c43f +size 1363 diff --git a/MendeleyCXR/labels/Darwin_00004267_person1215_bacteria_3167.png b/MendeleyCXR/labels/Darwin_00004267_person1215_bacteria_3167.png new file mode 100644 index 0000000000000000000000000000000000000000..173205d929f840c6508da310d21d8b7a303011b1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004267_person1215_bacteria_3167.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9272c81feb5fa118fb7a3515ced4085fc89a2f16c5e17d7eb29c05e4c69c87bd +size 1324 diff --git a/MendeleyCXR/labels/Darwin_00004268_person1216_bacteria_3168.png b/MendeleyCXR/labels/Darwin_00004268_person1216_bacteria_3168.png new file mode 100644 index 0000000000000000000000000000000000000000..74b34fd8ca40b3710d343cdac332f94406d2758a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004268_person1216_bacteria_3168.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d37f5ab92096e1398b252182c0c19827fd4e6535535f843977227b4e251a878 +size 1154 diff --git a/MendeleyCXR/labels/Darwin_00004269_person1217_bacteria_3169.png b/MendeleyCXR/labels/Darwin_00004269_person1217_bacteria_3169.png new file mode 100644 index 0000000000000000000000000000000000000000..e0312df61ea535cb67e05dfc10c34433336c9a15 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004269_person1217_bacteria_3169.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fc764aa68fc0180d5534d3c6d498d80a3010dd8c26950997dca3b0dac0f34d8 +size 1342 diff --git a/MendeleyCXR/labels/Darwin_00004270_person1218_bacteria_3171.png b/MendeleyCXR/labels/Darwin_00004270_person1218_bacteria_3171.png new file mode 100644 index 0000000000000000000000000000000000000000..4fcf2cf914ffe727af4384b941adf8ad88abd9f1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004270_person1218_bacteria_3171.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09f1cbcc9ded6a144638dcfaf70c36894a295fd10f581e88a6f4415e11e719b8 +size 1230 diff --git a/MendeleyCXR/labels/Darwin_00004271_person1219_bacteria_3172.png b/MendeleyCXR/labels/Darwin_00004271_person1219_bacteria_3172.png new file mode 100644 index 0000000000000000000000000000000000000000..e0b710cb91db07861a3e1e2aa42d4a806fff0a2a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004271_person1219_bacteria_3172.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51be9eff4782b45257afb719db0b56ad7d717ba0438fdcf5be46fcaa4cc7c57b +size 1247 diff --git a/MendeleyCXR/labels/Darwin_00004272_person1220_bacteria_3173.png b/MendeleyCXR/labels/Darwin_00004272_person1220_bacteria_3173.png new file mode 100644 index 0000000000000000000000000000000000000000..0953b10c599d59febe2101b0ff9f40e7442aa4ed --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004272_person1220_bacteria_3173.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eba8c189119e7531c1db21b05ae056f51e416d8a88d8df52032aa78c3744b962 +size 1052 diff --git a/MendeleyCXR/labels/Darwin_00004273_person1220_bacteria_3174.png b/MendeleyCXR/labels/Darwin_00004273_person1220_bacteria_3174.png new file mode 100644 index 0000000000000000000000000000000000000000..ffe9427317aa61ab87953f4c0d4720a6f6e1e9d6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004273_person1220_bacteria_3174.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eacdf738d282fa17ecc7d8651de86c1f678795333d563873fd53cd8d05bc43f +size 1361 diff --git a/MendeleyCXR/labels/Darwin_00004274_person1222_bacteria_3177.png b/MendeleyCXR/labels/Darwin_00004274_person1222_bacteria_3177.png new file mode 100644 index 0000000000000000000000000000000000000000..bbfc14627866723fb829e8b3a171ae21525218f5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004274_person1222_bacteria_3177.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d34fe56e95b8fcca786f9a6f983ec8188176f73e7fd1861040e98d15c66f245 +size 1134 diff --git a/MendeleyCXR/labels/Darwin_00004275_person1223_bacteria_3178.png b/MendeleyCXR/labels/Darwin_00004275_person1223_bacteria_3178.png new file mode 100644 index 0000000000000000000000000000000000000000..ca48ca54731cf0d5e050b2f589c0853e033371e5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004275_person1223_bacteria_3178.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bc723cbc6266e21aa465b711de6cc28bfc59d2d3bf6522fc12d008591562fc8 +size 1228 diff --git a/MendeleyCXR/labels/Darwin_00004276_person1225_bacteria_3180.png b/MendeleyCXR/labels/Darwin_00004276_person1225_bacteria_3180.png new file mode 100644 index 0000000000000000000000000000000000000000..68a27105c445123fcf20927432fa832f1d1b3017 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004276_person1225_bacteria_3180.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abfdf247927c730e7e629ea42579edb422d3cd5713a3bce41153ac4e8cefa377 +size 1352 diff --git a/MendeleyCXR/labels/Darwin_00004277_person1227_bacteria_3182.png b/MendeleyCXR/labels/Darwin_00004277_person1227_bacteria_3182.png new file mode 100644 index 0000000000000000000000000000000000000000..e39d17ef2ffbf583c191e5c22cf0008bd906b5aa --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004277_person1227_bacteria_3182.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:566355a4caef592bbbc8c5df5336f5cd2a197b6ae9ee43d555af300fa340b8ab +size 1087 diff --git a/MendeleyCXR/labels/Darwin_00004278_person1228_bacteria_3183.png b/MendeleyCXR/labels/Darwin_00004278_person1228_bacteria_3183.png new file mode 100644 index 0000000000000000000000000000000000000000..1c5d804285c866719901e1120ec4c7df4caaf4cf --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004278_person1228_bacteria_3183.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5649a6b587db095517a1741385c5b5ad22db7c5831880226f00c15776b4714b3 +size 1251 diff --git a/MendeleyCXR/labels/Darwin_00004279_person1230_bacteria_3185.png b/MendeleyCXR/labels/Darwin_00004279_person1230_bacteria_3185.png new file mode 100644 index 0000000000000000000000000000000000000000..8707d74146c5a86d48a6b0869d3fa7577ff258a9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004279_person1230_bacteria_3185.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8de616dcdb02f0d45043981cf7ebff32a8ea54e23849e13bb39112b649af3710 +size 1302 diff --git a/MendeleyCXR/labels/Darwin_00004280_person1231_bacteria_3186.png b/MendeleyCXR/labels/Darwin_00004280_person1231_bacteria_3186.png new file mode 100644 index 0000000000000000000000000000000000000000..9e0b3150c85cee7e667393e59928ec7539873d1b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004280_person1231_bacteria_3186.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27a70ec93c2f8de972b03999bf7197e629ddd49852c80d24e15e97cb4827f84c +size 1255 diff --git a/MendeleyCXR/labels/Darwin_00004281_person1233_bacteria_3188.png b/MendeleyCXR/labels/Darwin_00004281_person1233_bacteria_3188.png new file mode 100644 index 0000000000000000000000000000000000000000..e325aa1141087767f3f0b8f99d527ef063df047b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004281_person1233_bacteria_3188.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c085d56a0a63ddb624a2778f822610b8c4930964c1099171b3198fa279b2e21e +size 1323 diff --git a/MendeleyCXR/labels/Darwin_00004282_person1234_bacteria_3189.png b/MendeleyCXR/labels/Darwin_00004282_person1234_bacteria_3189.png new file mode 100644 index 0000000000000000000000000000000000000000..85326a5c3d3da92e3c8158f5675860455c8eb43c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004282_person1234_bacteria_3189.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f71f50a199e667a47febb1a186e82eca5cba0ef96effced22442d3c603cfdce +size 1280 diff --git a/MendeleyCXR/labels/Darwin_00004283_person1234_bacteria_3190.png b/MendeleyCXR/labels/Darwin_00004283_person1234_bacteria_3190.png new file mode 100644 index 0000000000000000000000000000000000000000..b2184f61b24b31a3f1b20c000e5c56b7677388e8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004283_person1234_bacteria_3190.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6c8d1a9a587f09377edd52ac0798a4de29167dcef8326dbef1cf3e5c9578dba +size 1404 diff --git a/MendeleyCXR/labels/Darwin_00004284_person1235_bacteria_3191.png b/MendeleyCXR/labels/Darwin_00004284_person1235_bacteria_3191.png new file mode 100644 index 0000000000000000000000000000000000000000..f5cf0329b3a814c717420531215b15bb1854235d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004284_person1235_bacteria_3191.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10dcb94c97ab6dc7efc12874c14c2d183c87ddf82156d54f7376e416dd1b7c33 +size 1270 diff --git a/MendeleyCXR/labels/Darwin_00004285_person1236_bacteria_3192.png b/MendeleyCXR/labels/Darwin_00004285_person1236_bacteria_3192.png new file mode 100644 index 0000000000000000000000000000000000000000..bb504364937cfc20c982cea4a5d92dc17aadcfee --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004285_person1236_bacteria_3192.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44d1d6ff5c2210f54e14223c99d2c82b0ff41abc5021a161e4efe68ea1ef0806 +size 1344 diff --git a/MendeleyCXR/labels/Darwin_00004286_person1237_bacteria_3193.png b/MendeleyCXR/labels/Darwin_00004286_person1237_bacteria_3193.png new file mode 100644 index 0000000000000000000000000000000000000000..8293db4c85da085124dd4a392cc42a482ff17f46 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004286_person1237_bacteria_3193.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c1c3cc77ed8452660d12bf8763fa6a07c8da622b28b14b977c68410a02f044c +size 1156 diff --git a/MendeleyCXR/labels/Darwin_00004287_person1238_bacteria_3194.png b/MendeleyCXR/labels/Darwin_00004287_person1238_bacteria_3194.png new file mode 100644 index 0000000000000000000000000000000000000000..f9f5d8c870f7c7f5481790eb700dd1b7e1277067 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004287_person1238_bacteria_3194.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7abd30581cec8543f3d0f83b27f071b2686f9a810ca6eac99e5f6876b8c76df +size 1380 diff --git a/MendeleyCXR/labels/Darwin_00004288_person1239_bacteria_3195.png b/MendeleyCXR/labels/Darwin_00004288_person1239_bacteria_3195.png new file mode 100644 index 0000000000000000000000000000000000000000..5b2b1d126ec04bbcf0d4939442abfe6f98b0b008 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004288_person1239_bacteria_3195.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1305541af884f0af51913ec0d8d26f410487f3c60243ccf691765a354158692e +size 1393 diff --git a/MendeleyCXR/labels/Darwin_00004289_person1240_bacteria_3196.png b/MendeleyCXR/labels/Darwin_00004289_person1240_bacteria_3196.png new file mode 100644 index 0000000000000000000000000000000000000000..099beae448909515c34c500e796007194c61f3ad --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004289_person1240_bacteria_3196.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcf72e0634924c95b0aeda15f86d1496c7abd48a0740b695eb6b8c6c543c74a8 +size 1426 diff --git a/MendeleyCXR/labels/Darwin_00004290_person1241_bacteria_3197.png b/MendeleyCXR/labels/Darwin_00004290_person1241_bacteria_3197.png new file mode 100644 index 0000000000000000000000000000000000000000..a8c96b844edc64df148e378e91718d175cdc34ce --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004290_person1241_bacteria_3197.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e357ea62a34419ba422a88a0c97817818f84096037b96791b757e4f7a7554ba4 +size 1269 diff --git a/MendeleyCXR/labels/Darwin_00004291_person1242_bacteria_3198.png b/MendeleyCXR/labels/Darwin_00004291_person1242_bacteria_3198.png new file mode 100644 index 0000000000000000000000000000000000000000..6e38a06e6c02ea188f4c460158655de5da9c02c9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004291_person1242_bacteria_3198.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66254778517fb327ce991d433c7684aed28e543f97307e97ad4ed392ac9c7f54 +size 1246 diff --git a/MendeleyCXR/labels/Darwin_00004292_person1243_bacteria_3199.png b/MendeleyCXR/labels/Darwin_00004292_person1243_bacteria_3199.png new file mode 100644 index 0000000000000000000000000000000000000000..2927f40994006eaca72d3ce2668429f41aec5156 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004292_person1243_bacteria_3199.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1583a1ea9c8f61a92c3754802b03f94ed967eec8222691b02a3a882c01c041ca +size 1162 diff --git a/MendeleyCXR/labels/Darwin_00004293_person1244_bacteria_3200.png b/MendeleyCXR/labels/Darwin_00004293_person1244_bacteria_3200.png new file mode 100644 index 0000000000000000000000000000000000000000..7cd7176bb689bbc3adb7f070362c509b9b30acd2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004293_person1244_bacteria_3200.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fa63b56afe0b2638c1274178afc9754aea4ba5507f1094a1ca1bffb956c40e9 +size 1351 diff --git a/MendeleyCXR/labels/Darwin_00004294_person1246_bacteria_3202.png b/MendeleyCXR/labels/Darwin_00004294_person1246_bacteria_3202.png new file mode 100644 index 0000000000000000000000000000000000000000..f6567f8efde8801c648b40fa2a63fa7bae87151d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004294_person1246_bacteria_3202.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2bad8416b8a813505267935653d7e5a52e84b60fc4667d13bb02a6a9f386ef3 +size 1263 diff --git a/MendeleyCXR/labels/Darwin_00004295_person1247_bacteria_3203.png b/MendeleyCXR/labels/Darwin_00004295_person1247_bacteria_3203.png new file mode 100644 index 0000000000000000000000000000000000000000..fb978af7fb9c2d0a3b89db57e9110bb7aa6737af --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004295_person1247_bacteria_3203.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff9edb66c7671d22b99883532c7f91c409661baa04ed757571387420f1115a91 +size 1329 diff --git a/MendeleyCXR/labels/Darwin_00004296_person1248_bacteria_3204.png b/MendeleyCXR/labels/Darwin_00004296_person1248_bacteria_3204.png new file mode 100644 index 0000000000000000000000000000000000000000..0af444f6a0f5cdeb5e383bc6114e40fbbe118722 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004296_person1248_bacteria_3204.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b5a372a976741dd00c3a1c8580f52a33d090034a0e75eefa0ced34167e39a0d +size 1147 diff --git a/MendeleyCXR/labels/Darwin_00004297_person1249_bacteria_3205.png b/MendeleyCXR/labels/Darwin_00004297_person1249_bacteria_3205.png new file mode 100644 index 0000000000000000000000000000000000000000..55e05369ad5b961019e8931a3533e653926e0946 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004297_person1249_bacteria_3205.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1a43fe8f1de1683b85713f520844abac81a1027835417516308e6c81348699c +size 1193 diff --git a/MendeleyCXR/labels/Darwin_00004299_person1251_bacteria_3208.png b/MendeleyCXR/labels/Darwin_00004299_person1251_bacteria_3208.png new file mode 100644 index 0000000000000000000000000000000000000000..65fb78c8b8fdf820da9920e9601de67d667d36ff --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004299_person1251_bacteria_3208.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d669ca01e71387548792f6ae705606bf62712b5b32f56640c8b460cda054d94e +size 1236 diff --git a/MendeleyCXR/labels/Darwin_00004300_person1252_bacteria_3209.png b/MendeleyCXR/labels/Darwin_00004300_person1252_bacteria_3209.png new file mode 100644 index 0000000000000000000000000000000000000000..44ce1831847ba80985f12bf6d42cc966583544aa --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004300_person1252_bacteria_3209.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd22b1c357eb8977c855c37fe5b9a431752095a952173288af4f8ff97241c5de +size 1392 diff --git a/MendeleyCXR/labels/Darwin_00004301_person1253_bacteria_3211.png b/MendeleyCXR/labels/Darwin_00004301_person1253_bacteria_3211.png new file mode 100644 index 0000000000000000000000000000000000000000..7130c08387b11359a9cdf4e77f62f4d6dca2aff2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004301_person1253_bacteria_3211.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47800d5f09439450d7c6fc34c80478548f42185e281f2b23c9c1ada6d135fb57 +size 1029 diff --git a/MendeleyCXR/labels/Darwin_00004302_person1256_bacteria_3214.png b/MendeleyCXR/labels/Darwin_00004302_person1256_bacteria_3214.png new file mode 100644 index 0000000000000000000000000000000000000000..4460f2228555a3dc10d4c4dd72c2c8d73f301b61 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004302_person1256_bacteria_3214.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42fa24515a1d5f4192158a490a8f008349a8c0c9536fdf88cd71db6692e3e87a +size 1194 diff --git a/MendeleyCXR/labels/Darwin_00004303_person1257_bacteria_3215.png b/MendeleyCXR/labels/Darwin_00004303_person1257_bacteria_3215.png new file mode 100644 index 0000000000000000000000000000000000000000..9297a8dda4d8d332287972f5e0c1de9b0036059a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004303_person1257_bacteria_3215.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0ed5ddc0483c70e61d23f478814577410a793c0edc1613fe6e3db1c8f6038f1 +size 1256 diff --git a/MendeleyCXR/labels/Darwin_00004304_person1258_bacteria_3216.png b/MendeleyCXR/labels/Darwin_00004304_person1258_bacteria_3216.png new file mode 100644 index 0000000000000000000000000000000000000000..d5d331b65e6a55875dd6c2e04abe299d13af87f2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004304_person1258_bacteria_3216.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c29b10d540d703a54ec10f2dfdc83d256cad4827740847027063e60703c649b5 +size 1134 diff --git a/MendeleyCXR/labels/Darwin_00004305_person1259_bacteria_3217.png b/MendeleyCXR/labels/Darwin_00004305_person1259_bacteria_3217.png new file mode 100644 index 0000000000000000000000000000000000000000..9990ce9b4e865418d21ef599fb02dedc8e2bfe2e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004305_person1259_bacteria_3217.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:865d1bc756cc6f8b76332f79b2815783caf1a90efa5f1e2dcbe109fc117bfd6b +size 1289 diff --git a/MendeleyCXR/labels/Darwin_00004306_person1260_bacteria_3218.png b/MendeleyCXR/labels/Darwin_00004306_person1260_bacteria_3218.png new file mode 100644 index 0000000000000000000000000000000000000000..851d8820785f33efdd809438bcd5266d74033cbc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004306_person1260_bacteria_3218.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4030548b98ce69dec19560546edcc4548e43c3564485e993dd15d763fd1cddb +size 1178 diff --git a/MendeleyCXR/labels/Darwin_00004307_person1261_bacteria_3219.png b/MendeleyCXR/labels/Darwin_00004307_person1261_bacteria_3219.png new file mode 100644 index 0000000000000000000000000000000000000000..8a08b49d10aedced91c727a66f28dd8843a67b2a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004307_person1261_bacteria_3219.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44559005228c029255a8ec751dde2ffb8fdac2f3db3d89303bcedd39cbeb8e4e +size 1300 diff --git a/MendeleyCXR/labels/Darwin_00004308_person1262_bacteria_3220.png b/MendeleyCXR/labels/Darwin_00004308_person1262_bacteria_3220.png new file mode 100644 index 0000000000000000000000000000000000000000..1990c953fc570506a1f61b281e770020889d75cc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004308_person1262_bacteria_3220.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ee0cfcf889d48c111e7deea3d089479831e5f9828e3fc149191f596f4539b1b +size 1262 diff --git a/MendeleyCXR/labels/Darwin_00004310_person1264_bacteria_3222.png b/MendeleyCXR/labels/Darwin_00004310_person1264_bacteria_3222.png new file mode 100644 index 0000000000000000000000000000000000000000..c9915bf3cdc22842927a9858b7458196e2f3cd59 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004310_person1264_bacteria_3222.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cc8c1406025acb937fb5121b2444a01e74b1bc413f2262542da38d34d88afcf +size 1297 diff --git a/MendeleyCXR/labels/Darwin_00004312_person1266_bacteria_3224.png b/MendeleyCXR/labels/Darwin_00004312_person1266_bacteria_3224.png new file mode 100644 index 0000000000000000000000000000000000000000..249be999304703f730ffb720c60fd25dede61194 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004312_person1266_bacteria_3224.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1473cbe2d760cd8b0374e77ef385c965e04f83187c47fbd795562183eb18abe +size 1208 diff --git a/MendeleyCXR/labels/Darwin_00004314_person1267_bacteria_3226.png b/MendeleyCXR/labels/Darwin_00004314_person1267_bacteria_3226.png new file mode 100644 index 0000000000000000000000000000000000000000..a1532db2c28d75fa83f6904dcd559dd307414044 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004314_person1267_bacteria_3226.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b7c3dc2a8f5bafff78928fc462fbbd6304b96d069279fdbb6e4865b82c6d751 +size 1423 diff --git a/MendeleyCXR/labels/Darwin_00004315_person1268_bacteria_3227.png b/MendeleyCXR/labels/Darwin_00004315_person1268_bacteria_3227.png new file mode 100644 index 0000000000000000000000000000000000000000..25e4203bcc6529a581742807edf8b5722b22c06a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004315_person1268_bacteria_3227.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f403e50ba72d2d9a0d47282aceeaacbe1aed45b3246ba3daeb1caef554dd41ef +size 1202 diff --git a/MendeleyCXR/labels/Darwin_00004316_person10_bacteria_43.png b/MendeleyCXR/labels/Darwin_00004316_person10_bacteria_43.png new file mode 100644 index 0000000000000000000000000000000000000000..36b28fd6134b250a9409b4a66561af649b3b7b85 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004316_person10_bacteria_43.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d51146d056d5906e1714d147f8dda9c4881766fef0f7ec751a9104d5bb15800 +size 1337 diff --git a/MendeleyCXR/labels/Darwin_00004317_person1020_bacteria_2951.png b/MendeleyCXR/labels/Darwin_00004317_person1020_bacteria_2951.png new file mode 100644 index 0000000000000000000000000000000000000000..c3e27f11d68c64f2f5531cbfaeaa92e5d11ebd37 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004317_person1020_bacteria_2951.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9443801350de1c4f0beb757fdfec74c7c74487de87fe9468a9e0b91bdaaecfed +size 1234 diff --git a/MendeleyCXR/labels/Darwin_00004318_person1022_bacteria_2953.png b/MendeleyCXR/labels/Darwin_00004318_person1022_bacteria_2953.png new file mode 100644 index 0000000000000000000000000000000000000000..e88579b5a7691bc8cda83d8fdd5776cf54b86f00 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004318_person1022_bacteria_2953.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1adfd6c1c4689ba4c13a68794252920cd8f8b4a4d48e97a8ebd34455c2714ee +size 1357 diff --git a/MendeleyCXR/labels/Darwin_00004319_person1023_bacteria_2954.png b/MendeleyCXR/labels/Darwin_00004319_person1023_bacteria_2954.png new file mode 100644 index 0000000000000000000000000000000000000000..cd60a55958f48be623686b18c986c3d60e42753c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004319_person1023_bacteria_2954.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbb464be1ba07a311abfe3b689f2d0fb4d054e962329272153e0f527f823885e +size 1273 diff --git a/MendeleyCXR/labels/Darwin_00004320_person1024_bacteria_2955.png b/MendeleyCXR/labels/Darwin_00004320_person1024_bacteria_2955.png new file mode 100644 index 0000000000000000000000000000000000000000..9f65a8f2c2ddcf87c9aa5d8599415b920f2ddc7a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004320_person1024_bacteria_2955.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00f5330fd3a4e82da3cc674d139aa9644fc13e3258e4b6d9e107ab3c6d072c07 +size 1236 diff --git a/MendeleyCXR/labels/Darwin_00004321_person1026_bacteria_2957.png b/MendeleyCXR/labels/Darwin_00004321_person1026_bacteria_2957.png new file mode 100644 index 0000000000000000000000000000000000000000..a804fc8362f689cd5d8b22a65a46144e94995009 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004321_person1026_bacteria_2957.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d10c8578142a1b77ec6f0d318c17502643f3bda9f473ecb874222ee775f70f3c +size 1110 diff --git a/MendeleyCXR/labels/Darwin_00004322_person1028_bacteria_2959.png b/MendeleyCXR/labels/Darwin_00004322_person1028_bacteria_2959.png new file mode 100644 index 0000000000000000000000000000000000000000..f051675199d8da191d0c77c101271711e550ce9e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004322_person1028_bacteria_2959.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfc60a105c7b67eedd26489c8ffd3ee1a477c90e717d0c07387f8b4d0a9601fd +size 1179 diff --git a/MendeleyCXR/labels/Darwin_00004324_person1029_bacteria_2961.png b/MendeleyCXR/labels/Darwin_00004324_person1029_bacteria_2961.png new file mode 100644 index 0000000000000000000000000000000000000000..7be5d1c3d2947b024b2bf89329991a9782b7e5ec --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004324_person1029_bacteria_2961.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ff893963850a29a20412d68f9b2d29655f247e6299a1ce7461b132b7b70dcac +size 1279 diff --git a/MendeleyCXR/labels/Darwin_00004325_person1031_bacteria_2963.png b/MendeleyCXR/labels/Darwin_00004325_person1031_bacteria_2963.png new file mode 100644 index 0000000000000000000000000000000000000000..76fc8b83662a049b6949a82adfeb3b05509b5042 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004325_person1031_bacteria_2963.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:632ec3971bce086a7f2b8cb8e9ce22f84ad9683aa0a0c5091f56bd59b2768f57 +size 1255 diff --git a/MendeleyCXR/labels/Darwin_00004326_person1031_bacteria_2964.png b/MendeleyCXR/labels/Darwin_00004326_person1031_bacteria_2964.png new file mode 100644 index 0000000000000000000000000000000000000000..d7dd02930de7f8a67afe0a0a1b8ded138ba31c31 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004326_person1031_bacteria_2964.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfd5c432b85f8890b143faebdac67d2ce81d536da51b9b90993fb9ddb21f96ed +size 1424 diff --git a/MendeleyCXR/labels/Darwin_00004327_person1033_bacteria_2966.png b/MendeleyCXR/labels/Darwin_00004327_person1033_bacteria_2966.png new file mode 100644 index 0000000000000000000000000000000000000000..39ae81adf6fde34998aff8186cda07cf9ff92eeb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004327_person1033_bacteria_2966.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:825c264082cdc0ef5151d3938874cc19e1ce17b86156ce3dbc2b33f1b0a91caa +size 1300 diff --git a/MendeleyCXR/labels/Darwin_00004328_person1034_bacteria_2968.png b/MendeleyCXR/labels/Darwin_00004328_person1034_bacteria_2968.png new file mode 100644 index 0000000000000000000000000000000000000000..b4f0973c259c17a2509a4d7184c5cd8534d2c4de --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004328_person1034_bacteria_2968.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36f7505f8bc4693d377b6020f25e8df7ccc0bebc6f07b4ca56789c70f72a7f74 +size 1329 diff --git a/MendeleyCXR/labels/Darwin_00004330_person1036_bacteria_2970.png b/MendeleyCXR/labels/Darwin_00004330_person1036_bacteria_2970.png new file mode 100644 index 0000000000000000000000000000000000000000..714f8f83928c2543c67a408bed5721ceac4bdab8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004330_person1036_bacteria_2970.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77eab80404df2af731026de8f0a987a4f9ef53661694fdf3ead01f18e6cf37a0 +size 1299 diff --git a/MendeleyCXR/labels/Darwin_00004331_person1037_bacteria_2971.png b/MendeleyCXR/labels/Darwin_00004331_person1037_bacteria_2971.png new file mode 100644 index 0000000000000000000000000000000000000000..91d3ce0711a555a65c2f778ae0b47bd69f7ca454 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004331_person1037_bacteria_2971.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c21f9e97a80dda08db38d15207cbd60a4710cfb48d3cffef60c2439b7c0bd98 +size 1222 diff --git a/MendeleyCXR/labels/Darwin_00004332_person1038_bacteria_2972.png b/MendeleyCXR/labels/Darwin_00004332_person1038_bacteria_2972.png new file mode 100644 index 0000000000000000000000000000000000000000..0254a58a532d7af7f43e9b3c67be5aec6b2a4bd5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004332_person1038_bacteria_2972.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6ef32e2651918c96716ed09ed05a6b987e86b9897998902c0628892229f84e7 +size 1207 diff --git a/MendeleyCXR/labels/Darwin_00004333_person1039_bacteria_2973.png b/MendeleyCXR/labels/Darwin_00004333_person1039_bacteria_2973.png new file mode 100644 index 0000000000000000000000000000000000000000..d8aae39408aea28bf38f6aa14045d51aeda11693 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004333_person1039_bacteria_2973.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e78b0be1303d356bd29d4cbced995a2e9ce962f8ab884aec1a1807d695c7927c +size 1225 diff --git a/MendeleyCXR/labels/Darwin_00004334_person1040_bacteria_2974.png b/MendeleyCXR/labels/Darwin_00004334_person1040_bacteria_2974.png new file mode 100644 index 0000000000000000000000000000000000000000..eec45364d1543aeb05330e45f4d789802ed46579 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004334_person1040_bacteria_2974.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:723278df9b7abbda09111973afc460787666cc09f355e50c40b2933516648aee +size 1190 diff --git a/MendeleyCXR/labels/Darwin_00004335_person1041_bacteria_2975.png b/MendeleyCXR/labels/Darwin_00004335_person1041_bacteria_2975.png new file mode 100644 index 0000000000000000000000000000000000000000..576297871d988b9bd089ddad6fa38e89a667afa0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004335_person1041_bacteria_2975.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4277efa68f29fdaabb03fa427f209385f53fd52e5e93f79cf24462756f47665 +size 1349 diff --git a/MendeleyCXR/labels/Darwin_00004336_person1043_bacteria_2977.png b/MendeleyCXR/labels/Darwin_00004336_person1043_bacteria_2977.png new file mode 100644 index 0000000000000000000000000000000000000000..b0261fae249b29dc76e7aab9494ae8b731a84fc2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004336_person1043_bacteria_2977.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aa4100765ee59f7c942e9fcb04132b1313580e87f34112643ec5ab1f2bf39a4 +size 1223 diff --git a/MendeleyCXR/labels/Darwin_00004337_person1044_bacteria_2978.png b/MendeleyCXR/labels/Darwin_00004337_person1044_bacteria_2978.png new file mode 100644 index 0000000000000000000000000000000000000000..459c20df1ac92e631d49c212ab15368b560cb957 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004337_person1044_bacteria_2978.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cb6865598eafdffbbd33c4dc1899d4119355ebf9b78fdee4f57c4971bd4a48b +size 1412 diff --git a/MendeleyCXR/labels/Darwin_00004338_person1045_bacteria_2979.png b/MendeleyCXR/labels/Darwin_00004338_person1045_bacteria_2979.png new file mode 100644 index 0000000000000000000000000000000000000000..40c901b5cd2679468b54e8169b0d95dbcb802616 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004338_person1045_bacteria_2979.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:764d7130c8b6ac35601d97c0484899d680177c12d6102952441273e348634ca5 +size 1311 diff --git a/MendeleyCXR/labels/Darwin_00004339_person1046_bacteria_2980.png b/MendeleyCXR/labels/Darwin_00004339_person1046_bacteria_2980.png new file mode 100644 index 0000000000000000000000000000000000000000..bf38ad52220d7053bee78d68433a3b6e027a42a3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004339_person1046_bacteria_2980.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:012892bc454a1e3439afff15c99a1929a5f7b7ecfbf356889ccda126c582e922 +size 1117 diff --git a/MendeleyCXR/labels/Darwin_00004340_person1048_bacteria_2982.png b/MendeleyCXR/labels/Darwin_00004340_person1048_bacteria_2982.png new file mode 100644 index 0000000000000000000000000000000000000000..57fee611620153a3e1bbbe94e32cb3ba6af38fe6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004340_person1048_bacteria_2982.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60b5ad854d933468ab18d66bd3124b544bc27e07aa1dda34fa23c2bac77031df +size 1442 diff --git a/MendeleyCXR/labels/Darwin_00004341_person1049_bacteria_2983.png b/MendeleyCXR/labels/Darwin_00004341_person1049_bacteria_2983.png new file mode 100644 index 0000000000000000000000000000000000000000..8caf63d1308338feca94cec36ffcbc15f5881077 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004341_person1049_bacteria_2983.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:848275bfbfba157c256b04ca2866b65ea6523fc83e9f20c00299680c9531faa6 +size 1331 diff --git a/MendeleyCXR/labels/Darwin_00004342_person1050_bacteria_2984.png b/MendeleyCXR/labels/Darwin_00004342_person1050_bacteria_2984.png new file mode 100644 index 0000000000000000000000000000000000000000..7d05e124827ad67700c00c5a6ea80813f1b5c2ee --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004342_person1050_bacteria_2984.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81b8bde0ef9575a6743b8c8b3541eb06b774f06c8a07f12d1dcb16af73ff5365 +size 1357 diff --git a/MendeleyCXR/labels/Darwin_00004343_person1051_bacteria_2985.png b/MendeleyCXR/labels/Darwin_00004343_person1051_bacteria_2985.png new file mode 100644 index 0000000000000000000000000000000000000000..9e6dfb400834f97b3dde8b6ff0599d156166569f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004343_person1051_bacteria_2985.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5976cdce7d7c6eb04c6f5735e1585820ffa3928f381cde7cbbaccd150c59d25f +size 1391 diff --git a/MendeleyCXR/labels/Darwin_00004344_person1052_bacteria_2986.png b/MendeleyCXR/labels/Darwin_00004344_person1052_bacteria_2986.png new file mode 100644 index 0000000000000000000000000000000000000000..37e42f024913629f275d2948f615cd68ff4f45c9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004344_person1052_bacteria_2986.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9280fa42a5b0e3a6715885076dca576f50f60d4024556d0e7b7b693b41241e90 +size 1317 diff --git a/MendeleyCXR/labels/Darwin_00004345_person1053_bacteria_2987.png b/MendeleyCXR/labels/Darwin_00004345_person1053_bacteria_2987.png new file mode 100644 index 0000000000000000000000000000000000000000..57029048bf338fcdc04b48056caef9ac2e52cbf1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004345_person1053_bacteria_2987.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad77490e98bccd19a09d9df1a21528af62f48219d49f4115621950b227c9a084 +size 1418 diff --git a/MendeleyCXR/labels/Darwin_00004346_person1054_bacteria_2988.png b/MendeleyCXR/labels/Darwin_00004346_person1054_bacteria_2988.png new file mode 100644 index 0000000000000000000000000000000000000000..14c8c9aa11f0e4f93fe062e95d448416c6303029 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004346_person1054_bacteria_2988.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0881c95bbda2086d52a39f8d992aa7c4f712492cbd33dba55ea6cc4175b3bec +size 1209 diff --git a/MendeleyCXR/labels/Darwin_00004347_person1055_bacteria_2989.png b/MendeleyCXR/labels/Darwin_00004347_person1055_bacteria_2989.png new file mode 100644 index 0000000000000000000000000000000000000000..02e5d9be026e3bf435ddd13bff54bcf92979389b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004347_person1055_bacteria_2989.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cf4fea93f4070c17af9ac9776e4f3f0f67b7e9c0817c62475b1729e3e636330 +size 1222 diff --git a/MendeleyCXR/labels/Darwin_00004348_person1056_bacteria_2990.png b/MendeleyCXR/labels/Darwin_00004348_person1056_bacteria_2990.png new file mode 100644 index 0000000000000000000000000000000000000000..c3aaf0723236bda53d8bceb9595d8490088f9268 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004348_person1056_bacteria_2990.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a24592101aee113b8f6ef06988357821d3249ee57de528f67e0a7d9f10ed58f +size 1353 diff --git a/MendeleyCXR/labels/Darwin_00004349_person1057_bacteria_2991.png b/MendeleyCXR/labels/Darwin_00004349_person1057_bacteria_2991.png new file mode 100644 index 0000000000000000000000000000000000000000..c872dd3fe61ac52fe77e0750d4176ef70f7de3da --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004349_person1057_bacteria_2991.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b0f9b908e3d12a753d779e949c028c72478182530f06f6455fa46ddf32825ab +size 1288 diff --git a/MendeleyCXR/labels/Darwin_00004350_person1058_bacteria_2992.png b/MendeleyCXR/labels/Darwin_00004350_person1058_bacteria_2992.png new file mode 100644 index 0000000000000000000000000000000000000000..4c14c0a8e4957cf2f7f62108305f8d54df9e1b43 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004350_person1058_bacteria_2992.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e106a28b3eb78f2b8ce73feb522ea82838ad5488d8f736013bd633138b676599 +size 1259 diff --git a/MendeleyCXR/labels/Darwin_00004351_person1059_bacteria_2993.png b/MendeleyCXR/labels/Darwin_00004351_person1059_bacteria_2993.png new file mode 100644 index 0000000000000000000000000000000000000000..2e6b17f2608d81bd9354cedb1bbaa6bd2750cff8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004351_person1059_bacteria_2993.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b4c3ce803cc4aabda03f8351b1dd6f54964e31907d617f18cb78936419105c9 +size 1277 diff --git a/MendeleyCXR/labels/Darwin_00004352_person1062_bacteria_2996.png b/MendeleyCXR/labels/Darwin_00004352_person1062_bacteria_2996.png new file mode 100644 index 0000000000000000000000000000000000000000..fb586a7f24e8b1c6e0359238ab58cbc76ee981cd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004352_person1062_bacteria_2996.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38a83d56fc87ae2b40074dcc1a9e1b757804328579ef7b7beea57e3166e2c38d +size 1277 diff --git a/MendeleyCXR/labels/Darwin_00004353_person1063_bacteria_2997.png b/MendeleyCXR/labels/Darwin_00004353_person1063_bacteria_2997.png new file mode 100644 index 0000000000000000000000000000000000000000..0d5fa372a6867c905d438721e04f647220032df4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004353_person1063_bacteria_2997.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:210fae0bb37c346676aeb35e2ce9c51617760aee8ac92bb9c2ccaaf9956da4d6 +size 1128 diff --git a/MendeleyCXR/labels/Darwin_00004354_person1065_bacteria_2999.png b/MendeleyCXR/labels/Darwin_00004354_person1065_bacteria_2999.png new file mode 100644 index 0000000000000000000000000000000000000000..fbd5c5449469dea96555f0d9838fb962e0048a29 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004354_person1065_bacteria_2999.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3e81a0a6e3173b1391616451b70360effbea35deeea6c9263fc676d1156750c +size 1291 diff --git a/MendeleyCXR/labels/Darwin_00004355_person1066_bacteria_3000.png b/MendeleyCXR/labels/Darwin_00004355_person1066_bacteria_3000.png new file mode 100644 index 0000000000000000000000000000000000000000..1fd737c62119c933541efe9fd8b8fc41a30ec8d7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004355_person1066_bacteria_3000.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a4d732589dfefce1836388ca9cdfd0a9e240adf82d46ea975d6a18696ff2265 +size 1246 diff --git a/MendeleyCXR/labels/Darwin_00004356_person1067_bacteria_3001.png b/MendeleyCXR/labels/Darwin_00004356_person1067_bacteria_3001.png new file mode 100644 index 0000000000000000000000000000000000000000..019433d8b89712ce03650b4d3423ac709218f0b2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004356_person1067_bacteria_3001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a616a8e54d9276a1ae831ae8f007b25e91a3e3296853fa2712e943f553ee2c38 +size 1172 diff --git a/MendeleyCXR/labels/Darwin_00004357_person1068_bacteria_3002.png b/MendeleyCXR/labels/Darwin_00004357_person1068_bacteria_3002.png new file mode 100644 index 0000000000000000000000000000000000000000..13b162541568874bd7849cbd08a0a705895df788 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004357_person1068_bacteria_3002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:236a69eb57374162ed98c271d430795599a4f0540275a503c75feead8db376f6 +size 1197 diff --git a/MendeleyCXR/labels/Darwin_00004358_person1069_bacteria_3003.png b/MendeleyCXR/labels/Darwin_00004358_person1069_bacteria_3003.png new file mode 100644 index 0000000000000000000000000000000000000000..9371198a6b3322259f63d2af202ef62ceec98f53 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004358_person1069_bacteria_3003.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d45d98cbf293205b952ba8592ff40f998aacea2862e4f0c4557e671c78ea2638 +size 1238 diff --git a/MendeleyCXR/labels/Darwin_00004359_person1071_bacteria_3005.png b/MendeleyCXR/labels/Darwin_00004359_person1071_bacteria_3005.png new file mode 100644 index 0000000000000000000000000000000000000000..b0c9b607a508a892795a07f8f4a0b0aee0178f47 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004359_person1071_bacteria_3005.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d2ede5f96bbe6b3aa670c4b138b54239f830be916b13f03e859bd7bc980f24d +size 1139 diff --git a/MendeleyCXR/labels/Darwin_00004360_person1072_bacteria_3006.png b/MendeleyCXR/labels/Darwin_00004360_person1072_bacteria_3006.png new file mode 100644 index 0000000000000000000000000000000000000000..cd77206572781467ab140e48bf7f33a4ab2decc7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004360_person1072_bacteria_3006.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c76edf535c5632a0b4b42e57553368b431b103876ce260952ed7b26e1060b26a +size 1331 diff --git a/MendeleyCXR/labels/Darwin_00004361_person1072_bacteria_3007.png b/MendeleyCXR/labels/Darwin_00004361_person1072_bacteria_3007.png new file mode 100644 index 0000000000000000000000000000000000000000..9dc387969c81d533a86f6b3baf342fb9448950af --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004361_person1072_bacteria_3007.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59629a5c715d881e1fdfc59d29d4057bdb66fa38768fde4a24b0dca4044707d1 +size 1396 diff --git a/MendeleyCXR/labels/Darwin_00004362_person1073_bacteria_3008.png b/MendeleyCXR/labels/Darwin_00004362_person1073_bacteria_3008.png new file mode 100644 index 0000000000000000000000000000000000000000..89953e83890dbdb15ed5914da0818cc583789610 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004362_person1073_bacteria_3008.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cd1f19128378436de319d7d1590e38ec1d24d21882f30ba4fb26a04d644ee8d +size 1338 diff --git a/MendeleyCXR/labels/Darwin_00004363_person1073_bacteria_3011.png b/MendeleyCXR/labels/Darwin_00004363_person1073_bacteria_3011.png new file mode 100644 index 0000000000000000000000000000000000000000..34a8c2e853634bbe5a8547723d3f6abd8007d3f5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004363_person1073_bacteria_3011.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f196937dd633efbbcb68f6009576a4ab836792c32c4cb905038bea0033712883 +size 1320 diff --git a/MendeleyCXR/labels/Darwin_00004364_person1074_bacteria_3012.png b/MendeleyCXR/labels/Darwin_00004364_person1074_bacteria_3012.png new file mode 100644 index 0000000000000000000000000000000000000000..46091af297fcb375c5db874b06eafc42f5e32649 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004364_person1074_bacteria_3012.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0166252e644dbcecf96125821197545bee39c8cafccf4c4001f3bfc463a692a +size 1143 diff --git a/MendeleyCXR/labels/Darwin_00004365_person1074_bacteria_3014.png b/MendeleyCXR/labels/Darwin_00004365_person1074_bacteria_3014.png new file mode 100644 index 0000000000000000000000000000000000000000..968071e5207180ab3b8cc0927d295e069a2eb987 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004365_person1074_bacteria_3014.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5182d97d132adfd16bf9fa69ccdf37716dd87e3c7efc7f32b9c646c259d13941 +size 1258 diff --git a/MendeleyCXR/labels/Darwin_00004366_person1075_bacteria_3015.png b/MendeleyCXR/labels/Darwin_00004366_person1075_bacteria_3015.png new file mode 100644 index 0000000000000000000000000000000000000000..9b5639e2b005f02a22875679963b91b100cdd91f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004366_person1075_bacteria_3015.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1b7323bd565001f55c778b9506868741fd32a219bafcd4cf00436723446e842 +size 1097 diff --git a/MendeleyCXR/labels/Darwin_00004367_person1076_bacteria_3016.png b/MendeleyCXR/labels/Darwin_00004367_person1076_bacteria_3016.png new file mode 100644 index 0000000000000000000000000000000000000000..9df4f177fd1e2cf59168c31a322ea34bee747576 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004367_person1076_bacteria_3016.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27b32ed51f3199c3badc954735f1001cafbba058ab603748252bc6bb17f5fff5 +size 1410 diff --git a/MendeleyCXR/labels/Darwin_00004368_person1077_bacteria_3017.png b/MendeleyCXR/labels/Darwin_00004368_person1077_bacteria_3017.png new file mode 100644 index 0000000000000000000000000000000000000000..3b016e11caee3a708332347a94d7603ec02103a8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004368_person1077_bacteria_3017.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:670e4e4be214811500b74e8342ad74223ebcfe6a4370e6c823c33b55c35ad6b0 +size 1221 diff --git a/MendeleyCXR/labels/Darwin_00004369_person1078_bacteria_3018.png b/MendeleyCXR/labels/Darwin_00004369_person1078_bacteria_3018.png new file mode 100644 index 0000000000000000000000000000000000000000..44a0c23091b6f6a9d8ca939637fea4da32650b94 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004369_person1078_bacteria_3018.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e42464f32aad14013cb1231dea9bc887638922260c292399d95207921af4c47 +size 1151 diff --git a/MendeleyCXR/labels/Darwin_00004370_person1079_bacteria_3019.png b/MendeleyCXR/labels/Darwin_00004370_person1079_bacteria_3019.png new file mode 100644 index 0000000000000000000000000000000000000000..06fbf47963912aac758acbe20d72d10e438e292e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004370_person1079_bacteria_3019.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fe3236397e3a22d70a1d4669581f5b92b6b5e2e4774cdca7c33f1633aa5b5f7 +size 1136 diff --git a/MendeleyCXR/labels/Darwin_00004371_person1080_bacteria_3020.png b/MendeleyCXR/labels/Darwin_00004371_person1080_bacteria_3020.png new file mode 100644 index 0000000000000000000000000000000000000000..e26f1acb18c48f15d977981189594e3baecc84b0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004371_person1080_bacteria_3020.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2548ab43a2e51d698b14dfc528a3a9536ef0ed8e1d31c12616a8f9664605979 +size 1110 diff --git a/MendeleyCXR/labels/Darwin_00004372_person1081_bacteria_3021.png b/MendeleyCXR/labels/Darwin_00004372_person1081_bacteria_3021.png new file mode 100644 index 0000000000000000000000000000000000000000..9dbcc00da347ae50ea026521ec14b6046de1c5e5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004372_person1081_bacteria_3021.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8222c1cc3a0252104c3ea90f6dfd73646ce37a1624e9e96a258a85c929450341 +size 1425 diff --git a/MendeleyCXR/labels/Darwin_00004373_person1082_bacteria_3022.png b/MendeleyCXR/labels/Darwin_00004373_person1082_bacteria_3022.png new file mode 100644 index 0000000000000000000000000000000000000000..6984cd4f84b8b53707c538f4ea7ec4265b78eea1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004373_person1082_bacteria_3022.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:206e2a688162b468f6ae5b662ff8433825d6c9b48936dfbed0651ab3cbcb2e83 +size 1070 diff --git a/MendeleyCXR/labels/Darwin_00004374_person1083_bacteria_3023.png b/MendeleyCXR/labels/Darwin_00004374_person1083_bacteria_3023.png new file mode 100644 index 0000000000000000000000000000000000000000..91d8dfcb7cd71fe416aa8d8fa0258f3e58b77386 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004374_person1083_bacteria_3023.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0642a33e715b2ba42f3377b806a63ab5fe48c676ce07f049c969422b308757de +size 1187 diff --git a/MendeleyCXR/labels/Darwin_00004375_person1084_bacteria_3024.png b/MendeleyCXR/labels/Darwin_00004375_person1084_bacteria_3024.png new file mode 100644 index 0000000000000000000000000000000000000000..4f9096af8ec1b6ba8516f0a8c374bc112c8c798f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004375_person1084_bacteria_3024.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eed39187ad2e2fb7fb0732caff5456cf2831ff888b85b28ef77b607f88e0074 +size 1170 diff --git a/MendeleyCXR/labels/Darwin_00004376_person1085_bacteria_3025.png b/MendeleyCXR/labels/Darwin_00004376_person1085_bacteria_3025.png new file mode 100644 index 0000000000000000000000000000000000000000..a53b5b94ed41c4f7fde744253383dc1423a0fb8d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004376_person1085_bacteria_3025.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdcfd0fa140faac4756b75301d3a1aa50bc569c3fc5bae838d56647310cf7887 +size 1273 diff --git a/MendeleyCXR/labels/Darwin_00004377_person1086_bacteria_3026.png b/MendeleyCXR/labels/Darwin_00004377_person1086_bacteria_3026.png new file mode 100644 index 0000000000000000000000000000000000000000..d66ee92b4307bb3edf77ed0ed16b8ac1ee7f1510 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004377_person1086_bacteria_3026.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db89c71da35e6302fca874b5b4ba91fd9c031d48e8b37d559a918855a443b466 +size 1351 diff --git a/MendeleyCXR/labels/Darwin_00004378_person1087_bacteria_3027.png b/MendeleyCXR/labels/Darwin_00004378_person1087_bacteria_3027.png new file mode 100644 index 0000000000000000000000000000000000000000..3920afef03cb88276fbfa44e0c9b84fc8486d101 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004378_person1087_bacteria_3027.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ced584907b907369776c3999adc455d5cd47c5008dc63e8935b2c0615af39f2f +size 1066 diff --git a/MendeleyCXR/labels/Darwin_00004379_person1088_bacteria_3028.png b/MendeleyCXR/labels/Darwin_00004379_person1088_bacteria_3028.png new file mode 100644 index 0000000000000000000000000000000000000000..989a637827f453b975c55cd675decd2d45469c5e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004379_person1088_bacteria_3028.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3357fe83638c20b8070da16d251d332c94572140249283516c8054ec7ee4cbe4 +size 1221 diff --git a/MendeleyCXR/labels/Darwin_00004380_person1089_bacteria_3029.png b/MendeleyCXR/labels/Darwin_00004380_person1089_bacteria_3029.png new file mode 100644 index 0000000000000000000000000000000000000000..ed26a2e69d1e1e8045614efe03943551b6eaac16 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004380_person1089_bacteria_3029.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b88484fe5e3177bdcd6cc1038f3d71690dded5ec4531a27aaac2c2596e2c7de2 +size 1235 diff --git a/MendeleyCXR/labels/Darwin_00004381_person1091_bacteria_3031.png b/MendeleyCXR/labels/Darwin_00004381_person1091_bacteria_3031.png new file mode 100644 index 0000000000000000000000000000000000000000..830849ea0f31065a77cdb605712302b7077d2095 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004381_person1091_bacteria_3031.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:927fe0f0b211f6bb8c866c441ac00eb8819f94a1a57a369cb561d80fc80d8cf7 +size 1078 diff --git a/MendeleyCXR/labels/Darwin_00004382_person1092_bacteria_3032.png b/MendeleyCXR/labels/Darwin_00004382_person1092_bacteria_3032.png new file mode 100644 index 0000000000000000000000000000000000000000..774d8fda1942600e15a4f75feb22b43964661f44 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004382_person1092_bacteria_3032.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1db90291efcf44b71affc3130d937f691cad42e43afb994e03ed2c03893164ac +size 1175 diff --git a/MendeleyCXR/labels/Darwin_00004383_person1093_bacteria_3033.png b/MendeleyCXR/labels/Darwin_00004383_person1093_bacteria_3033.png new file mode 100644 index 0000000000000000000000000000000000000000..c5f61a8c0d46da17441ce9acf72fe09a9e3fa625 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004383_person1093_bacteria_3033.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd4efbcc6b3e3fb8ad01444212e2cb1d7b9f41eeb68b790b658df2d0cef58b86 +size 1292 diff --git a/MendeleyCXR/labels/Darwin_00004384_person1096_bacteria_3037.png b/MendeleyCXR/labels/Darwin_00004384_person1096_bacteria_3037.png new file mode 100644 index 0000000000000000000000000000000000000000..00629ea9a678dee25639df48079754f63c4a9a7e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004384_person1096_bacteria_3037.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40d4ee9d4cb413d21fa86dea98f37581c6447b14fdf6b4a75f1c9efe83c44021 +size 1244 diff --git a/MendeleyCXR/labels/Darwin_00004385_person1097_bacteria_3038.png b/MendeleyCXR/labels/Darwin_00004385_person1097_bacteria_3038.png new file mode 100644 index 0000000000000000000000000000000000000000..d0edfa3e58747e70867888d93249109cfcb49a56 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004385_person1097_bacteria_3038.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6abe3bfc5d89455041a870431916c4c86b9462fd3b28eba3a021d5d39f1cf02c +size 1192 diff --git a/MendeleyCXR/labels/Darwin_00004386_person1098_bacteria_3039.png b/MendeleyCXR/labels/Darwin_00004386_person1098_bacteria_3039.png new file mode 100644 index 0000000000000000000000000000000000000000..aae20dde3799b3ed30daf042c7c72dd3e0445bed --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004386_person1098_bacteria_3039.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b448c416c6bf2920a72353aaf0a3f1330e742d633e8b44ccf4209ac99619f30d +size 1183 diff --git a/MendeleyCXR/labels/Darwin_00004387_person1099_bacteria_3040.png b/MendeleyCXR/labels/Darwin_00004387_person1099_bacteria_3040.png new file mode 100644 index 0000000000000000000000000000000000000000..734220ae42c867a294c4c7caa35cfa8cc4bd408a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004387_person1099_bacteria_3040.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10ba9d663eab59d74b6409e7e208fd8cd4d9f0781a80983ea46f1736e29c49d3 +size 1124 diff --git a/MendeleyCXR/labels/Darwin_00004388_person1100_bacteria_3041.png b/MendeleyCXR/labels/Darwin_00004388_person1100_bacteria_3041.png new file mode 100644 index 0000000000000000000000000000000000000000..ef744e06c927a022fbeed659d40cb34d3f48a18b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004388_person1100_bacteria_3041.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dac2c25dbf84cc381aac41d46e9e646a5de0e033e8bcf0547fded4b02d6bc62 +size 1278 diff --git a/MendeleyCXR/labels/Darwin_00004389_person1101_bacteria_3042.png b/MendeleyCXR/labels/Darwin_00004389_person1101_bacteria_3042.png new file mode 100644 index 0000000000000000000000000000000000000000..2cb17999cc4975c28fe54b58f277171c27ace9a5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004389_person1101_bacteria_3042.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53c0879f7448509facd1711ebea5d61e47aa2a8300ad83c2d654a0ab4e51c9ca +size 1106 diff --git a/MendeleyCXR/labels/Darwin_00004390_person1102_bacteria_3043.png b/MendeleyCXR/labels/Darwin_00004390_person1102_bacteria_3043.png new file mode 100644 index 0000000000000000000000000000000000000000..ffca3c055e40b09104ed30296d8d852b6f1f5933 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004390_person1102_bacteria_3043.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:749434f69a0dd4c1cc3fbbb2186b2893b5dfeb384c7d29aa7fd0876600f76981 +size 1171 diff --git a/MendeleyCXR/labels/Darwin_00004391_person1103_bacteria_3044.png b/MendeleyCXR/labels/Darwin_00004391_person1103_bacteria_3044.png new file mode 100644 index 0000000000000000000000000000000000000000..18fe6c99da4f5d2dead14456a859d7e968957efa --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004391_person1103_bacteria_3044.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:031f1cbe4c998b6ce7d3a8f9cf761f1b9502ecd2b75803a785b9d6eeac78a75e +size 1207 diff --git a/MendeleyCXR/labels/Darwin_00004392_person1105_bacteria_3046.png b/MendeleyCXR/labels/Darwin_00004392_person1105_bacteria_3046.png new file mode 100644 index 0000000000000000000000000000000000000000..00002001fdf73aaed8dd76d5c58516473795b19f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004392_person1105_bacteria_3046.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dc5b4fa86ee2b0e7bd573ecfcdc6811a6b318bc7fa5b222b3cd6d9482e767f4 +size 1289 diff --git a/MendeleyCXR/labels/Darwin_00004393_person1107_bacteria_3048.png b/MendeleyCXR/labels/Darwin_00004393_person1107_bacteria_3048.png new file mode 100644 index 0000000000000000000000000000000000000000..41e17615a95c28917134ecc0207473f646b2ae34 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004393_person1107_bacteria_3048.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45115aa8f8945acdae8257854b112e42afc4d7e5ae4af1482fde292e4e452a4d +size 1006 diff --git a/MendeleyCXR/labels/Darwin_00004394_person1108_bacteria_3049.png b/MendeleyCXR/labels/Darwin_00004394_person1108_bacteria_3049.png new file mode 100644 index 0000000000000000000000000000000000000000..4fa82e2f953111d975052472c2c5d5562b8d8469 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004394_person1108_bacteria_3049.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12e0c956ca599d0fa94c6b2f9fcc5c18251011501e09d23d4c4ce31e79185e53 +size 1033 diff --git a/MendeleyCXR/labels/Darwin_00004395_person1109_bacteria_3050.png b/MendeleyCXR/labels/Darwin_00004395_person1109_bacteria_3050.png new file mode 100644 index 0000000000000000000000000000000000000000..415dcbda04f9b7d54577b74284f8d69f9fe06563 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004395_person1109_bacteria_3050.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59640380896b1bda4de9cbdf3138fe360685a4bdf1ca7fc1b671b0194f75535b +size 1299 diff --git a/MendeleyCXR/labels/Darwin_00004396_person1110_bacteria_3051.png b/MendeleyCXR/labels/Darwin_00004396_person1110_bacteria_3051.png new file mode 100644 index 0000000000000000000000000000000000000000..e1be4e52b6fda017d1ab12a780ab1845a8db44e9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004396_person1110_bacteria_3051.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97c7e0d9498a3ae18839a33b7d298bf040c334f516aa839b6aac16a2d7529c1e +size 1120 diff --git a/MendeleyCXR/labels/Darwin_00004397_person1111_bacteria_3052.png b/MendeleyCXR/labels/Darwin_00004397_person1111_bacteria_3052.png new file mode 100644 index 0000000000000000000000000000000000000000..0755d35b4a19f64aaf6bac56f1d79666c6ec380a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004397_person1111_bacteria_3052.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:695c34f267f6affc9a21318e10c5e62cb9fae6c61df0f414a41609de95fb9543 +size 1211 diff --git a/MendeleyCXR/labels/Darwin_00004398_person1112_bacteria_3053.png b/MendeleyCXR/labels/Darwin_00004398_person1112_bacteria_3053.png new file mode 100644 index 0000000000000000000000000000000000000000..4d9737cc32b6ccaa6743b41d96ff6bc34ad4ee70 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004398_person1112_bacteria_3053.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbc1b7a05b2198ef5f3a36a28bb6c09817493b41a82829b1c5eac4deb8abe784 +size 1166 diff --git a/MendeleyCXR/labels/Darwin_00004399_person1114_bacteria_3055.png b/MendeleyCXR/labels/Darwin_00004399_person1114_bacteria_3055.png new file mode 100644 index 0000000000000000000000000000000000000000..9ed177d7916462ca855cc3902bb87c1682281a69 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004399_person1114_bacteria_3055.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:545bef53676cafb2a655d3775a562f538acf1ed529523ad4d9290d4e104fda62 +size 1254 diff --git a/MendeleyCXR/labels/Darwin_00004400_person1115_bacteria_3056.png b/MendeleyCXR/labels/Darwin_00004400_person1115_bacteria_3056.png new file mode 100644 index 0000000000000000000000000000000000000000..ca21ef9f9ae5a1d0b718eaaa63fe82d340c967b2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004400_person1115_bacteria_3056.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c666777982c500b75028963c7b04841645defd86c6a6fcc3541836dbca7987f +size 1181 diff --git a/MendeleyCXR/labels/Darwin_00004401_person1118_bacteria_3059.png b/MendeleyCXR/labels/Darwin_00004401_person1118_bacteria_3059.png new file mode 100644 index 0000000000000000000000000000000000000000..7577cb61ec2ed766a39494c94cc2e48ca0b57e2b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004401_person1118_bacteria_3059.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c91b087306dca51e1f117d77a9e2958a0841042e70f2de9c57474caa735613c2 +size 1080 diff --git a/MendeleyCXR/labels/Darwin_00004402_person1122_bacteria_3063.png b/MendeleyCXR/labels/Darwin_00004402_person1122_bacteria_3063.png new file mode 100644 index 0000000000000000000000000000000000000000..0e8416313b25c1220272d9c8439ad0b3ad4af2f1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004402_person1122_bacteria_3063.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8360b00539b4a8310d4dc53975966e87628860e33de19d4cd128ef7b58d2c785 +size 1208 diff --git a/MendeleyCXR/labels/Darwin_00004403_person1124_bacteria_3065.png b/MendeleyCXR/labels/Darwin_00004403_person1124_bacteria_3065.png new file mode 100644 index 0000000000000000000000000000000000000000..dce905ec491b5c72d7b63050cbb6bf7efec8c9c1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004403_person1124_bacteria_3065.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b58784a88351c7508501bec0a28a860399eaca2d1820a4d78a72157024f23c7 +size 1100 diff --git a/MendeleyCXR/labels/Darwin_00004404_person1125_bacteria_3066.png b/MendeleyCXR/labels/Darwin_00004404_person1125_bacteria_3066.png new file mode 100644 index 0000000000000000000000000000000000000000..686b933a826e9c857b3a4d447200fe87c0f7e26e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004404_person1125_bacteria_3066.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cc3c32988a96a3410590ed4f597117390c964a1b58345964a5d12ac685bb5a1 +size 1292 diff --git a/MendeleyCXR/labels/Darwin_00004405_person1127_bacteria_3068.png b/MendeleyCXR/labels/Darwin_00004405_person1127_bacteria_3068.png new file mode 100644 index 0000000000000000000000000000000000000000..c5148227c7f7eed9a9eca3193e2223d56159b38f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004405_person1127_bacteria_3068.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21b333937f90e15a61399f8eff4ca39efc03b7f71fbab5656fb636ea54f7bbff +size 1513 diff --git a/MendeleyCXR/labels/Darwin_00004406_person1128_bacteria_3069.png b/MendeleyCXR/labels/Darwin_00004406_person1128_bacteria_3069.png new file mode 100644 index 0000000000000000000000000000000000000000..574ea328deabc4a6a22a78a9bb7157b2e5f5b81d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004406_person1128_bacteria_3069.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1e3283d4d65f8c445606ec0743e7ed802178a2e042e25f21a81b6017c110c7f +size 1295 diff --git a/MendeleyCXR/labels/Darwin_00004407_person1129_bacteria_3070.png b/MendeleyCXR/labels/Darwin_00004407_person1129_bacteria_3070.png new file mode 100644 index 0000000000000000000000000000000000000000..c88d36c50f5668ed9e542280ad685747ab139ee1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004407_person1129_bacteria_3070.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb38a3306ebec8dc3f2c2b79cbc1818f83d07ea184fc3c1d85b5ee6915ca57b6 +size 1247 diff --git a/MendeleyCXR/labels/Darwin_00004408_person1130_bacteria_3072.png b/MendeleyCXR/labels/Darwin_00004408_person1130_bacteria_3072.png new file mode 100644 index 0000000000000000000000000000000000000000..8e462239d201d2dad2ee880951f9a372279b4327 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004408_person1130_bacteria_3072.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fe6bd8e8a09b7070451f7b1bd71ea8485355a9e4a72c367596d2e98a3edcfbe +size 1220 diff --git a/MendeleyCXR/labels/Darwin_00004410_person1133_bacteria_3075.png b/MendeleyCXR/labels/Darwin_00004410_person1133_bacteria_3075.png new file mode 100644 index 0000000000000000000000000000000000000000..b01d814cae86ba74cfe52691802cbdb8020ecaca --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004410_person1133_bacteria_3075.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:180e4bfece77ebfbdc955f1a8987f0a3fa7fd7288e9280da9b0cfd824912b2c5 +size 1205 diff --git a/MendeleyCXR/labels/Darwin_00004411_person1134_bacteria_3076.png b/MendeleyCXR/labels/Darwin_00004411_person1134_bacteria_3076.png new file mode 100644 index 0000000000000000000000000000000000000000..0e1ad7af3ea64de31bd8e2374c2e15c83306d54c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004411_person1134_bacteria_3076.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:843e86afbd45df44da0c2379d6ca97f37f88bc4f8067ea0f1fb0425670912be9 +size 1117 diff --git a/MendeleyCXR/labels/Darwin_00004412_person1135_bacteria_3077.png b/MendeleyCXR/labels/Darwin_00004412_person1135_bacteria_3077.png new file mode 100644 index 0000000000000000000000000000000000000000..f3404544f8af7ee1fb84938318ba730e604ac0f0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004412_person1135_bacteria_3077.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e55e475e42095dcb73870442604ca177075c504ec213e45dca42892474e6fecf +size 1121 diff --git a/MendeleyCXR/labels/Darwin_00004413_person1136_bacteria_3078.png b/MendeleyCXR/labels/Darwin_00004413_person1136_bacteria_3078.png new file mode 100644 index 0000000000000000000000000000000000000000..6025f1051010ecaa85e7d53520cc372769b5ff92 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004413_person1136_bacteria_3078.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4db55146ed2411df60acb379a512fd92237a6ed85eff2feeb425196079eba4b2 +size 1205 diff --git a/MendeleyCXR/labels/Darwin_00004414_person1138_bacteria_3080.png b/MendeleyCXR/labels/Darwin_00004414_person1138_bacteria_3080.png new file mode 100644 index 0000000000000000000000000000000000000000..d79b5b40924ba1d26ed72ab7bbd81422d579bc71 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004414_person1138_bacteria_3080.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4d5dea20ec59a12302a58d4532d47d7b484e0960da0c5f6d76cd362985552ab +size 1217 diff --git a/MendeleyCXR/labels/Darwin_00004415_person1139_bacteria_3081.png b/MendeleyCXR/labels/Darwin_00004415_person1139_bacteria_3081.png new file mode 100644 index 0000000000000000000000000000000000000000..67afe560bb3cc9b7491a6f5bf7f0edf7e3792690 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004415_person1139_bacteria_3081.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11ca573e0dd1f0fedba495987b54a3e6cb18e93182e41597d70ad4a355193a03 +size 1358 diff --git a/MendeleyCXR/labels/Darwin_00004416_person1139_bacteria_3082.png b/MendeleyCXR/labels/Darwin_00004416_person1139_bacteria_3082.png new file mode 100644 index 0000000000000000000000000000000000000000..9226cfd0a8780be7419bd5123edd4479711cb0c6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004416_person1139_bacteria_3082.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f268a00c2f466d20d07cd4de87cbf0fb2fa96ae969f286c37a6b045df870ce05 +size 1257 diff --git a/MendeleyCXR/labels/Darwin_00004417_person1140_bacteria_3083.png b/MendeleyCXR/labels/Darwin_00004417_person1140_bacteria_3083.png new file mode 100644 index 0000000000000000000000000000000000000000..c5f98d259984a69555bd711c193507b26d1c04e9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004417_person1140_bacteria_3083.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3da55bb516835b88a5b42159acfaad7c4eb2ded1efa30de7ac8a991a69418f85 +size 1370 diff --git a/MendeleyCXR/labels/Darwin_00004418_person1141_bacteria_3084.png b/MendeleyCXR/labels/Darwin_00004418_person1141_bacteria_3084.png new file mode 100644 index 0000000000000000000000000000000000000000..61501ba08c12c596ed225dd8853432155bc4693d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004418_person1141_bacteria_3084.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b7a565c29bc1cb1f84179069292fdf3b3f2dcfbe12c5a38f908c4e4b89e1a0b +size 1138 diff --git a/MendeleyCXR/labels/Darwin_00004420_person1142_bacteria_3086.png b/MendeleyCXR/labels/Darwin_00004420_person1142_bacteria_3086.png new file mode 100644 index 0000000000000000000000000000000000000000..24233771d8e57dfd81f12fae80395b74c6b10ae7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004420_person1142_bacteria_3086.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b0b9d96f8caab16a9823f1e5f48714ab48a0dc87da6fa02b6c3107dffff84ae +size 1226 diff --git a/MendeleyCXR/labels/Darwin_00004422_person1145_bacteria_3090.png b/MendeleyCXR/labels/Darwin_00004422_person1145_bacteria_3090.png new file mode 100644 index 0000000000000000000000000000000000000000..769d22ef00209d940a523605b7d5a0ac5179bf79 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004422_person1145_bacteria_3090.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e018a1e0030f069d2d045b5516bc6633a3e9123251fce0b8316b2c4ae37e59c +size 1135 diff --git a/MendeleyCXR/labels/Darwin_00004423_person1146_bacteria_3091.png b/MendeleyCXR/labels/Darwin_00004423_person1146_bacteria_3091.png new file mode 100644 index 0000000000000000000000000000000000000000..f269fc109efb0ce4fd607c1428df0f9f8f0bae1c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004423_person1146_bacteria_3091.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e696b20d8c0330efd3476bc0e2ddd28ddf279e9793cc6a5f410079be713d32e4 +size 1285 diff --git a/MendeleyCXR/labels/Darwin_00004424_person1149_bacteria_3094.png b/MendeleyCXR/labels/Darwin_00004424_person1149_bacteria_3094.png new file mode 100644 index 0000000000000000000000000000000000000000..c0c696a36b56dddce62df2e49d2d6a3345287bd9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004424_person1149_bacteria_3094.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:360e21e1b13bb8e878a614e75448fc0ad0020adc99d76e73a871f2c904e772fa +size 1222 diff --git a/MendeleyCXR/labels/Darwin_00004425_person1150_bacteria_3095.png b/MendeleyCXR/labels/Darwin_00004425_person1150_bacteria_3095.png new file mode 100644 index 0000000000000000000000000000000000000000..2b26634f90a5c2502c0ad7aaa44e71a1a4db2743 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004425_person1150_bacteria_3095.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3927efa9567a7f10e9d08bb522b8f971ee22274d5cb1787edad3218b601f87d1 +size 1130 diff --git a/MendeleyCXR/labels/Darwin_00004426_person1154_bacteria_3099.png b/MendeleyCXR/labels/Darwin_00004426_person1154_bacteria_3099.png new file mode 100644 index 0000000000000000000000000000000000000000..93c6311fd6a052f467fcf6fc22fe5e7eaf3b8c3b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004426_person1154_bacteria_3099.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4976cdb2d812f96c162209392f1014d77aa5dca8340ff95804cfa8495c8cd322 +size 1109 diff --git a/MendeleyCXR/labels/Darwin_00004427_person1155_bacteria_3100.png b/MendeleyCXR/labels/Darwin_00004427_person1155_bacteria_3100.png new file mode 100644 index 0000000000000000000000000000000000000000..b21140566b12326d721beb3d7a3e597732d19464 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004427_person1155_bacteria_3100.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c87e4e86824d490c49084682d65bd819b0fccebad229e4706ac71cd9b1579734 +size 1218 diff --git a/MendeleyCXR/labels/Darwin_00004428_person1156_bacteria_3101.png b/MendeleyCXR/labels/Darwin_00004428_person1156_bacteria_3101.png new file mode 100644 index 0000000000000000000000000000000000000000..0820e0c1a050dc96e55a5337cc9ea1bc2d264a52 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004428_person1156_bacteria_3101.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddba83fd7feee0856152efd935f0a7b659fb7fc97297676f67316f07baa7edaa +size 1461 diff --git a/MendeleyCXR/labels/Darwin_00004429_person1157_bacteria_3102.png b/MendeleyCXR/labels/Darwin_00004429_person1157_bacteria_3102.png new file mode 100644 index 0000000000000000000000000000000000000000..cf8a27ab6c8060381e9e1f89bc96b0b5ebfe9b82 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004429_person1157_bacteria_3102.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c726be0f4e6014d8414fecfc7ffe988053ba22bb518c270da9f46f999c94b22 +size 1120 diff --git a/MendeleyCXR/labels/Darwin_00004430_person1158_bacteria_3103.png b/MendeleyCXR/labels/Darwin_00004430_person1158_bacteria_3103.png new file mode 100644 index 0000000000000000000000000000000000000000..778c4be8fad955796f23cc56f72e87836206552d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004430_person1158_bacteria_3103.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9445347b8287b43fcb1a76a3541b04be60c9ca159f10f47131253c016dd0073 +size 1219 diff --git a/MendeleyCXR/labels/Darwin_00004431_person1159_bacteria_3104.png b/MendeleyCXR/labels/Darwin_00004431_person1159_bacteria_3104.png new file mode 100644 index 0000000000000000000000000000000000000000..8c5c29abd38a1c6e799fdd87702c275b9d185078 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004431_person1159_bacteria_3104.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01bdeeacaa2ab48b9a2c7c25b8e80feba15f3432ef4c5944c8a437fd3b8df77d +size 1275 diff --git a/MendeleyCXR/labels/Darwin_00004432_person1000_bacteria_2931.png b/MendeleyCXR/labels/Darwin_00004432_person1000_bacteria_2931.png new file mode 100644 index 0000000000000000000000000000000000000000..890932d021409740aa4e5b1a7908fd209ec62acb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004432_person1000_bacteria_2931.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:090272c723e47f5511dc74df28c5290d5b6b3aac771aefc64c7cdada6b5436c9 +size 1268 diff --git a/MendeleyCXR/labels/Darwin_00004433_person1001_bacteria_2932.png b/MendeleyCXR/labels/Darwin_00004433_person1001_bacteria_2932.png new file mode 100644 index 0000000000000000000000000000000000000000..111fcd92465854f9e01a2cafa55f26cf3a1a4408 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004433_person1001_bacteria_2932.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7759bb39d6a6df02c8633d729129a032857ed2155fb9d8b880f695bc4347a242 +size 1387 diff --git a/MendeleyCXR/labels/Darwin_00004434_person1002_bacteria_2933.png b/MendeleyCXR/labels/Darwin_00004434_person1002_bacteria_2933.png new file mode 100644 index 0000000000000000000000000000000000000000..2cc5c30842879e52b8c63ea80cfbadb50966632f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004434_person1002_bacteria_2933.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5293e6f62b7b0bb9d405a764d689ff42cab832330044b0fdd55a6c8f7af6235b +size 1357 diff --git a/MendeleyCXR/labels/Darwin_00004435_person1003_bacteria_2934.png b/MendeleyCXR/labels/Darwin_00004435_person1003_bacteria_2934.png new file mode 100644 index 0000000000000000000000000000000000000000..df62f39bddc1835f6a7e8473cb78488459d232ed --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004435_person1003_bacteria_2934.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c695dd6ca63bf7b1806f13be597eaa846badd9b04702bd1e502ce87f82eaa58c +size 1191 diff --git a/MendeleyCXR/labels/Darwin_00004436_person1004_bacteria_2935.png b/MendeleyCXR/labels/Darwin_00004436_person1004_bacteria_2935.png new file mode 100644 index 0000000000000000000000000000000000000000..0b3d281718704e39843d9933439e7df0abf3235e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004436_person1004_bacteria_2935.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04b09349244924e107516398be3fe71dec4e9b2deaa07b8fd55e0574eb28bc73 +size 1222 diff --git a/MendeleyCXR/labels/Darwin_00004437_person1005_bacteria_2936.png b/MendeleyCXR/labels/Darwin_00004437_person1005_bacteria_2936.png new file mode 100644 index 0000000000000000000000000000000000000000..3f358e4459c6c62b6175770bb16ef4e8637d06d6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004437_person1005_bacteria_2936.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c9646bd62496f73887768e4ffb251c98056608ea6361d9e0c21ab0ebf0186cf +size 1290 diff --git a/MendeleyCXR/labels/Darwin_00004438_person1006_bacteria_2937.png b/MendeleyCXR/labels/Darwin_00004438_person1006_bacteria_2937.png new file mode 100644 index 0000000000000000000000000000000000000000..3600eb43faefcc1d874dc17bdecb015543d13298 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004438_person1006_bacteria_2937.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bae8f923691c4b624c0682d0fe9ee8ea1bf5238d73522a9af8403def43497679 +size 1106 diff --git a/MendeleyCXR/labels/Darwin_00004439_person1007_bacteria_2938.png b/MendeleyCXR/labels/Darwin_00004439_person1007_bacteria_2938.png new file mode 100644 index 0000000000000000000000000000000000000000..51440c43cce907fa04bcd791a121ba5a900060ae --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004439_person1007_bacteria_2938.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41351c484c171cc49c1df232ee13d260d5c29276e7b050dc28ad39ac5680bb9c +size 1238 diff --git a/MendeleyCXR/labels/Darwin_00004440_person1008_bacteria_2939.png b/MendeleyCXR/labels/Darwin_00004440_person1008_bacteria_2939.png new file mode 100644 index 0000000000000000000000000000000000000000..f6e6b0dc047212316714db43d2559ec5fe37b93b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004440_person1008_bacteria_2939.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a85c16e51ae2f070d163e7b851681e0425ebad22d2f268f75642ff9658b83dcf +size 1154 diff --git a/MendeleyCXR/labels/Darwin_00004441_person1010_bacteria_2941.png b/MendeleyCXR/labels/Darwin_00004441_person1010_bacteria_2941.png new file mode 100644 index 0000000000000000000000000000000000000000..c41cd5f569bccde1675c7e4e8f0e572aeaaf9c94 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004441_person1010_bacteria_2941.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afa5d4a565c5172016f4b1f0c2b27894c241f3f25bee7ab140452702668e91ed +size 1266 diff --git a/MendeleyCXR/labels/Darwin_00004442_person1011_bacteria_2942.png b/MendeleyCXR/labels/Darwin_00004442_person1011_bacteria_2942.png new file mode 100644 index 0000000000000000000000000000000000000000..60dc754fe56ea73f7dbf504083ff8820290f6c85 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004442_person1011_bacteria_2942.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14d29d263c0208981d14d117612d0a248617660916d4efcdff45063bc90627ae +size 1346 diff --git a/MendeleyCXR/labels/Darwin_00004443_person1012_bacteria_2943.png b/MendeleyCXR/labels/Darwin_00004443_person1012_bacteria_2943.png new file mode 100644 index 0000000000000000000000000000000000000000..bf02c3568c9962e1725985127d15a514318d4506 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004443_person1012_bacteria_2943.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c3122f2d0595c87d1202283df55b8a27daf51749bfe6a4acf7535db49ffc7ba +size 1377 diff --git a/MendeleyCXR/labels/Darwin_00004444_person1014_bacteria_2945.png b/MendeleyCXR/labels/Darwin_00004444_person1014_bacteria_2945.png new file mode 100644 index 0000000000000000000000000000000000000000..8c803319391bc30b5b796372968f180a23a72547 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004444_person1014_bacteria_2945.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb1bc21a748cd95b717b08839280dc45366648235af3f97503a058ce95246ba8 +size 1177 diff --git a/MendeleyCXR/labels/Darwin_00004445_person1016_bacteria_2947.png b/MendeleyCXR/labels/Darwin_00004445_person1016_bacteria_2947.png new file mode 100644 index 0000000000000000000000000000000000000000..12c9d1eaf623060597863ea22ce837ef0a495093 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004445_person1016_bacteria_2947.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2e5eafbfdf52ad045a58145db19d48ee17cf906bea3329f99171ba3547d854b +size 1288 diff --git a/MendeleyCXR/labels/Darwin_00004446_person1017_bacteria_2948.png b/MendeleyCXR/labels/Darwin_00004446_person1017_bacteria_2948.png new file mode 100644 index 0000000000000000000000000000000000000000..4775deb8996cd1466b4bfd4f40a597c6da6bba45 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004446_person1017_bacteria_2948.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abc79cec1af8ee102a825dec652016307dc1370b2e92de23a83491ab3986f061 +size 1332 diff --git a/MendeleyCXR/labels/Darwin_00004447_person1018_bacteria_2949.png b/MendeleyCXR/labels/Darwin_00004447_person1018_bacteria_2949.png new file mode 100644 index 0000000000000000000000000000000000000000..ce1e660a0a55e10ec6c15e82ab8825e729ced1e1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004447_person1018_bacteria_2949.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ff3f02812acbd5113a653cf47cfbeaf01eb2b2d7fd09f2848855bc3427e6d9c +size 1306 diff --git a/MendeleyCXR/labels/Darwin_00004448_person1019_bacteria_2950.png b/MendeleyCXR/labels/Darwin_00004448_person1019_bacteria_2950.png new file mode 100644 index 0000000000000000000000000000000000000000..b5a8864b10a9e004a8327439a586bc5bc6f49a7b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004448_person1019_bacteria_2950.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b50f021eb5e8a895e3a3feeaaba67a912988ce3c1d85f9921df7ab1d7764d0c +size 1303 diff --git a/MendeleyCXR/labels/Darwin_00004449_NORMAL2-IM-1330-0001.png b/MendeleyCXR/labels/Darwin_00004449_NORMAL2-IM-1330-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b8fd2bff3c17726549317725910f32bc89a30a44 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004449_NORMAL2-IM-1330-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91b9f105c40227d396cd1f61da4b2a62dea7f8ca187ebdc1784b743120bfbe0e +size 1173 diff --git a/MendeleyCXR/labels/Darwin_00004450_NORMAL2-IM-1332-0001.png b/MendeleyCXR/labels/Darwin_00004450_NORMAL2-IM-1332-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d08b29664a90c3b11f402b604278209b5331bd80 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004450_NORMAL2-IM-1332-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a748631a40b3a2fcaf4af2d1bef548ff6f72cbaafdbef1d69ef37e518c1c8bb +size 1157 diff --git a/MendeleyCXR/labels/Darwin_00004451_NORMAL2-IM-1333-0001.png b/MendeleyCXR/labels/Darwin_00004451_NORMAL2-IM-1333-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9b912b7506063911453cd0c05045695367de9087 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004451_NORMAL2-IM-1333-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9d02a2f7fb49db1c28b6b5fafba9dd334e8e959727a3f28832c8f428ab63665 +size 1172 diff --git a/MendeleyCXR/labels/Darwin_00004452_NORMAL2-IM-1334-0001.png b/MendeleyCXR/labels/Darwin_00004452_NORMAL2-IM-1334-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5b98115149782bbeadc18f24fe217a6cf2cdc960 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004452_NORMAL2-IM-1334-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1813902ad4e82dc468b29ba7961410284232c86eb78f9205c909ed7877ecd378 +size 1147 diff --git a/MendeleyCXR/labels/Darwin_00004453_NORMAL2-IM-1335-0001.png b/MendeleyCXR/labels/Darwin_00004453_NORMAL2-IM-1335-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..435588f92fbcbe1d1b1de69bc0dc9ea5f1a53b35 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004453_NORMAL2-IM-1335-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f97e90aaaa5fb053ef00c6f6808fa8e4fc595c61c647be1b4919debe0916b98 +size 1096 diff --git a/MendeleyCXR/labels/Darwin_00004454_NORMAL2-IM-1336-0001.png b/MendeleyCXR/labels/Darwin_00004454_NORMAL2-IM-1336-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..469410c2618ca84e39f4e094bd234715432629aa --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004454_NORMAL2-IM-1336-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce3df2c99959178c0c4397beaec22559dbf476157a817430380a56ae112bd478 +size 1063 diff --git a/MendeleyCXR/labels/Darwin_00004455_NORMAL2-IM-1337-0001.png b/MendeleyCXR/labels/Darwin_00004455_NORMAL2-IM-1337-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..599564bd6acca531b3f92bfa89f51328d72681df --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004455_NORMAL2-IM-1337-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ea20441ff38ada4e89dadf9f0d8114140b53d89ab4080610228dcf54028c17d +size 1251 diff --git a/MendeleyCXR/labels/Darwin_00004456_NORMAL2-IM-1338-0001.png b/MendeleyCXR/labels/Darwin_00004456_NORMAL2-IM-1338-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..55a6dbef39bd60ba880eee0c1ac36a7e7c09fb8f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004456_NORMAL2-IM-1338-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d22c921168fe975e06dc423cbeb8b177e737ff9b46906119dc6bb56746ca7f4c +size 1209 diff --git a/MendeleyCXR/labels/Darwin_00004457_NORMAL2-IM-1341-0001.png b/MendeleyCXR/labels/Darwin_00004457_NORMAL2-IM-1341-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..255af4306b32f1b350815cd5530cac2597c456cc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004457_NORMAL2-IM-1341-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34645c2e0ad4a94a0f6ad3cd9df5c8bdc6a29a1dd4e750a61ddaf45e522b7de1 +size 1280 diff --git a/MendeleyCXR/labels/Darwin_00004458_NORMAL2-IM-1342-0001.png b/MendeleyCXR/labels/Darwin_00004458_NORMAL2-IM-1342-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..229b42e11e292a2542fa6e2a8e2ac84f91404520 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004458_NORMAL2-IM-1342-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ccd5fb5864ba52abcbe3bc5b3c18b6035b43ae6467d7d47406ae30a392334b4 +size 1221 diff --git a/MendeleyCXR/labels/Darwin_00004459_NORMAL2-IM-1343-0001.png b/MendeleyCXR/labels/Darwin_00004459_NORMAL2-IM-1343-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..586e06633c8094a96242136a5e5c700aa710d71e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004459_NORMAL2-IM-1343-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4925195b7c8723938679549167a4a421d0ae5b88c04052d76e6dbd1f0ae8619 +size 1190 diff --git a/MendeleyCXR/labels/Darwin_00004460_NORMAL2-IM-1344-0001.png b/MendeleyCXR/labels/Darwin_00004460_NORMAL2-IM-1344-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..23e4d8e161adb5b4ea431129f87f0590a14a1dc6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004460_NORMAL2-IM-1344-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca5e82a65e38f47bc0841ad384a2f9d961846dd76f527ef3d352ccee270cc136 +size 1146 diff --git a/MendeleyCXR/labels/Darwin_00004461_NORMAL2-IM-1345-0001-0001.png b/MendeleyCXR/labels/Darwin_00004461_NORMAL2-IM-1345-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0ebb7ff183f681ba9fcb32aacee0728bd2e49d00 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004461_NORMAL2-IM-1345-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0d0820c210e890e704b8cb4b056796be4f0e1244569c4e9d2363c487bd2b212 +size 1083 diff --git a/MendeleyCXR/labels/Darwin_00004462_NORMAL2-IM-1345-0001-0002.png b/MendeleyCXR/labels/Darwin_00004462_NORMAL2-IM-1345-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..5d2e1a6ab541d8cfb2d0fc2efb6d55045382bfbb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004462_NORMAL2-IM-1345-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b07976c527bb4d0bba48da175568c682083935b8e1310c84e89055f38d06c2d7 +size 1134 diff --git a/MendeleyCXR/labels/Darwin_00004463_NORMAL2-IM-1345-0001.png b/MendeleyCXR/labels/Darwin_00004463_NORMAL2-IM-1345-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a2be547564f1b96b183800281446ce8ae773b473 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004463_NORMAL2-IM-1345-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b649734226461e3a29d00a31ff67e497c894c0b2fd802a59b1a349cd28cd097 +size 1073 diff --git a/MendeleyCXR/labels/Darwin_00004464_NORMAL2-IM-1346-0001.png b/MendeleyCXR/labels/Darwin_00004464_NORMAL2-IM-1346-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f03827af51655c0ca31542735bda2704f157b210 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004464_NORMAL2-IM-1346-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2909491652aa1d6753117a6cae138894540de45dc08d27e87668c78076f02fca +size 1082 diff --git a/MendeleyCXR/labels/Darwin_00004465_NORMAL2-IM-1347-0001.png b/MendeleyCXR/labels/Darwin_00004465_NORMAL2-IM-1347-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ca2ae2263022b354658455185e5c8d5ba7defae0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004465_NORMAL2-IM-1347-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9fd4022c5449f049df7fdcbb377c9bd65237cc5ee7574fefa3d11cf71cfca2c +size 1224 diff --git a/MendeleyCXR/labels/Darwin_00004466_NORMAL2-IM-1348-0001.png b/MendeleyCXR/labels/Darwin_00004466_NORMAL2-IM-1348-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..485165b95e83427c57e2035b4e5a630305e049ad --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004466_NORMAL2-IM-1348-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c1c0d704c1104c4cd985b8b915ac62e079ee94ce023be7b013373a7d487e587 +size 1083 diff --git a/MendeleyCXR/labels/Darwin_00004467_NORMAL2-IM-1349-0001.png b/MendeleyCXR/labels/Darwin_00004467_NORMAL2-IM-1349-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..29fd6e4f690f4953585f9003fbb0bf956fadf0ca --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004467_NORMAL2-IM-1349-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e10cec7db11d6c4b39309a1384bfcd6216156720340cc27395c78078b83103ab +size 1160 diff --git a/MendeleyCXR/labels/Darwin_00004468_NORMAL2-IM-1350-0001.png b/MendeleyCXR/labels/Darwin_00004468_NORMAL2-IM-1350-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6b36cfaedc7f08106bc99ef6a852e9a78f9b6969 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004468_NORMAL2-IM-1350-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0784e2cc9ae8c225b9a404c8918400744bd915560fea53178939d844e7f27780 +size 1097 diff --git a/MendeleyCXR/labels/Darwin_00004469_NORMAL2-IM-1351-0001.png b/MendeleyCXR/labels/Darwin_00004469_NORMAL2-IM-1351-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ad41075d0dd5616f7f1492902aa79ef1c3f36065 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004469_NORMAL2-IM-1351-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9cefaaff120a72369683b193a6a06a3aa063879d28634c1a67d1ca72ef6cf82 +size 1194 diff --git a/MendeleyCXR/labels/Darwin_00004470_NORMAL2-IM-1356-0001.png b/MendeleyCXR/labels/Darwin_00004470_NORMAL2-IM-1356-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d7056e796e1a7c22f113d223ef304b16dd0b5ce7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004470_NORMAL2-IM-1356-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c299e6c60858349aaaa835a0645cf9eec9168ce0ec432c63274604c2b9109d86 +size 1133 diff --git a/MendeleyCXR/labels/Darwin_00004471_NORMAL2-IM-1357-0001.png b/MendeleyCXR/labels/Darwin_00004471_NORMAL2-IM-1357-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d74c42d10c6afd735c189e87ca6e6b15cca0b8ba --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004471_NORMAL2-IM-1357-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e83c18eaa9317b3e8a60c89ec9c5b5e09b209766d9c5e946e78842602e78b7da +size 1154 diff --git a/MendeleyCXR/labels/Darwin_00004472_NORMAL2-IM-1360-0001.png b/MendeleyCXR/labels/Darwin_00004472_NORMAL2-IM-1360-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6f850e8cc299aec2bd4ef107e6b4e3982a2719c7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004472_NORMAL2-IM-1360-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:745c73b1d98cccfe1ebacf3e5385a045e43afc42b8d4eaa7a39c11f71ff58d24 +size 1179 diff --git a/MendeleyCXR/labels/Darwin_00004473_NORMAL2-IM-1362-0001.png b/MendeleyCXR/labels/Darwin_00004473_NORMAL2-IM-1362-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3c07b8e577eeda9f718bb7c2e216793a834c59dd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004473_NORMAL2-IM-1362-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d98dd820d54db6c0412408ba413520602308317a3e8acbe3766b767c2fd3fd57 +size 1110 diff --git a/MendeleyCXR/labels/Darwin_00004474_NORMAL2-IM-1365-0001.png b/MendeleyCXR/labels/Darwin_00004474_NORMAL2-IM-1365-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f78da13aa5f4c1fb99ac39851a7397cc84f6e519 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004474_NORMAL2-IM-1365-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb59aba17991d0cb3f1d7647b2870d66cb544e4b1eb8cf83ad744b264accd84d +size 1186 diff --git a/MendeleyCXR/labels/Darwin_00004475_NORMAL2-IM-1371-0001.png b/MendeleyCXR/labels/Darwin_00004475_NORMAL2-IM-1371-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..05d47071575b412fb32f8a36e2591b777c9e00be --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004475_NORMAL2-IM-1371-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:806bb28158f2ac6615bf4ac12a287f944c1b27e02615295f87545d16a48097a8 +size 1085 diff --git a/MendeleyCXR/labels/Darwin_00004476_NORMAL2-IM-1376-0001.png b/MendeleyCXR/labels/Darwin_00004476_NORMAL2-IM-1376-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..19f502c0305c94ab35358c1218f869a88d1ee590 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004476_NORMAL2-IM-1376-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c51f0c66a3439f7966fbd1b51bc6546906f4900385f82a8c475bfb97406dd4f +size 1127 diff --git a/MendeleyCXR/labels/Darwin_00004477_NORMAL2-IM-1379-0001.png b/MendeleyCXR/labels/Darwin_00004477_NORMAL2-IM-1379-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..40247b24466c1feb76e9709deafaf2e1b1cf065d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004477_NORMAL2-IM-1379-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8041e48d968463764532dd8b859756685df708603f6de059ad27038e411c9ad +size 1197 diff --git a/MendeleyCXR/labels/Darwin_00004478_NORMAL2-IM-1385-0001.png b/MendeleyCXR/labels/Darwin_00004478_NORMAL2-IM-1385-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7f1f79ff1d524391c76ac07fee3e1166e23d788c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004478_NORMAL2-IM-1385-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c596d51e8cf853f5b0e80559b3e0ac92385b73c7f45396f4216ffcc3b5775a1 +size 1033 diff --git a/MendeleyCXR/labels/Darwin_00004479_NORMAL2-IM-1396-0001.png b/MendeleyCXR/labels/Darwin_00004479_NORMAL2-IM-1396-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e221c62bc1cadf0fe344bc2a3453c1e4dd472328 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004479_NORMAL2-IM-1396-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e956efb32df35232e0c7531bc4460f54b294b52ab5f58478616f3dce945f959f +size 1186 diff --git a/MendeleyCXR/labels/Darwin_00004480_NORMAL2-IM-1400-0001.png b/MendeleyCXR/labels/Darwin_00004480_NORMAL2-IM-1400-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..58f0958c3cb201c5a70000adb9405d8f4fa8a39d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004480_NORMAL2-IM-1400-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d69715b224053ac9a6e7c4716bcc613a780e3f5b0dc6a5ac1d2090384bcb2673 +size 1073 diff --git a/MendeleyCXR/labels/Darwin_00004481_NORMAL2-IM-1401-0001.png b/MendeleyCXR/labels/Darwin_00004481_NORMAL2-IM-1401-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..652e3dcf70118f5c69804f92336bb2cb82b38978 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004481_NORMAL2-IM-1401-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f39e0c7a5a25112f865c5bd65e5024a7a57cfbe09fe991ca586003704a79f96b +size 1180 diff --git a/MendeleyCXR/labels/Darwin_00004482_NORMAL2-IM-1406-0001.png b/MendeleyCXR/labels/Darwin_00004482_NORMAL2-IM-1406-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..65ead7b8a0a96e5f8d2fee7ecd141df9027baa39 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004482_NORMAL2-IM-1406-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de4b9d9bae39e3f1671dc75d9dba99a20a20533741503accadcad14c97c39b2b +size 1055 diff --git a/MendeleyCXR/labels/Darwin_00004483_NORMAL2-IM-1412-0001.png b/MendeleyCXR/labels/Darwin_00004483_NORMAL2-IM-1412-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1153249e92306a65f39b0fa0a337e1a855e9c455 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004483_NORMAL2-IM-1412-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e590861c31d052392e2cc6db05ba4cf5e562286fcd3864053b13f437890fba7e +size 1081 diff --git a/MendeleyCXR/labels/Darwin_00004484_NORMAL2-IM-1419-0001.png b/MendeleyCXR/labels/Darwin_00004484_NORMAL2-IM-1419-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..110befbb8c0ab0151b29d6bcc09c23bce3ce722b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004484_NORMAL2-IM-1419-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4b39d0f40171b240a3407047d45205c63b4e865dde61a7fd5a0a686d4b40460 +size 1095 diff --git a/MendeleyCXR/labels/Darwin_00004485_NORMAL2-IM-1422-0001.png b/MendeleyCXR/labels/Darwin_00004485_NORMAL2-IM-1422-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8e956f3c045633bc4c83814507b1b64778ac20ba --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004485_NORMAL2-IM-1422-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95f977d67aa37d4ba459a6715533433fd66f59e9fb8f1fe0c0b1f41c484ab64b +size 1169 diff --git a/MendeleyCXR/labels/Darwin_00004486_NORMAL2-IM-1423-0001.png b/MendeleyCXR/labels/Darwin_00004486_NORMAL2-IM-1423-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..133f806dc1147842c85f2f9019ece4f213921cd8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004486_NORMAL2-IM-1423-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1d6b4baf0a7d35b05a5279bedd934410b40d26f2e5ee4ed58ee2e3e3e1454ad +size 1093 diff --git a/MendeleyCXR/labels/Darwin_00004487_NORMAL2-IM-1293-0001.png b/MendeleyCXR/labels/Darwin_00004487_NORMAL2-IM-1293-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..eba60715499d36c950b73538a09d4e13371c1e11 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004487_NORMAL2-IM-1293-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c75bd3d5c472caa2eeb7005c7f04b22dc0dc18e80c3000c4bf97f86c09ed0020 +size 1224 diff --git a/MendeleyCXR/labels/Darwin_00004488_NORMAL2-IM-1294-0001-0001.png b/MendeleyCXR/labels/Darwin_00004488_NORMAL2-IM-1294-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..046b54984a5276a53a626c7483092def6aecf5c5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004488_NORMAL2-IM-1294-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b1d1d5a8001b0b115a2a481cb5325b81354bf9bab509a45c9df5ff6eb8f3888 +size 1294 diff --git a/MendeleyCXR/labels/Darwin_00004489_NORMAL2-IM-1294-0001-0002.png b/MendeleyCXR/labels/Darwin_00004489_NORMAL2-IM-1294-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..426119bed1737488f26e93ef0a47d011923e41e0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004489_NORMAL2-IM-1294-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04a2b0aec196bba4871a2f5b0e2f94a367ff1969151cce1cb7035759101e7a3f +size 1167 diff --git a/MendeleyCXR/labels/Darwin_00004490_NORMAL2-IM-1294-0001.png b/MendeleyCXR/labels/Darwin_00004490_NORMAL2-IM-1294-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d739cc346e4d63229989dc8112d08bc98900caa9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004490_NORMAL2-IM-1294-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aab16e8b9f6bc769417e4a0d92d6bec2ef644918e0cf5440a271fbecc0d4cbca +size 1188 diff --git a/MendeleyCXR/labels/Darwin_00004491_NORMAL2-IM-1295-0001.png b/MendeleyCXR/labels/Darwin_00004491_NORMAL2-IM-1295-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..50f17aad6bfb1dd3f2d2784af128e9f6566fa3fb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004491_NORMAL2-IM-1295-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98caa30d5058750d6b712d021e235d34b551b43bc09531fb1388e992d09492a4 +size 1165 diff --git a/MendeleyCXR/labels/Darwin_00004492_NORMAL2-IM-1296-0001.png b/MendeleyCXR/labels/Darwin_00004492_NORMAL2-IM-1296-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..345bab5f7c64372ec75e6750c7bf280fe8d89135 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004492_NORMAL2-IM-1296-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ef6e83c3f373da6fa6bc1d534110ff81e3aa3bb6808ffa751e13026a3c8a470 +size 1228 diff --git a/MendeleyCXR/labels/Darwin_00004493_NORMAL2-IM-1300-0001.png b/MendeleyCXR/labels/Darwin_00004493_NORMAL2-IM-1300-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6dbc6dd34c0e3d2c0d05eaf681a1cdb52965d2ae --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004493_NORMAL2-IM-1300-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00baf85392b0411b3f9f1e8a4dbb2b7778fb2e050f6405eac9389dba45fd3e7d +size 1194 diff --git a/MendeleyCXR/labels/Darwin_00004494_NORMAL2-IM-1301-0001.png b/MendeleyCXR/labels/Darwin_00004494_NORMAL2-IM-1301-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c5202cab3b8bc8e8a2a0c77fe71f5717bfd749dc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004494_NORMAL2-IM-1301-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:901bb5850b3357d7fc27425abfc8aa1fd256fc5ddb11a93603fd9f89a148e6b0 +size 1087 diff --git a/MendeleyCXR/labels/Darwin_00004495_NORMAL2-IM-1302-0001.png b/MendeleyCXR/labels/Darwin_00004495_NORMAL2-IM-1302-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..bc8b90c4712531a9484cc57615e20b26e75e88b8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004495_NORMAL2-IM-1302-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4573278c90a497749deeba75d14ae3990bfd744daddb3f0e4c1658720fb4f299 +size 1147 diff --git a/MendeleyCXR/labels/Darwin_00004496_NORMAL2-IM-1303-0001.png b/MendeleyCXR/labels/Darwin_00004496_NORMAL2-IM-1303-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e6f0658aa99c5451ddfbd3a5c9873acc4bf3bdb9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004496_NORMAL2-IM-1303-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d7991f1f1078d0d635f4ee65ef7f573ea92ebc31e5c68692bf18d4b12927d57 +size 1158 diff --git a/MendeleyCXR/labels/Darwin_00004497_NORMAL2-IM-1304-0001.png b/MendeleyCXR/labels/Darwin_00004497_NORMAL2-IM-1304-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b4b48abac52b928d9280bcad5e987b3cb4c65529 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004497_NORMAL2-IM-1304-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dcb8c3d4bc696d5f93711cf9f0aa5f71a0354600ae5b46fd54e7d76bf4a5582 +size 1162 diff --git a/MendeleyCXR/labels/Darwin_00004498_NORMAL2-IM-1305-0001.png b/MendeleyCXR/labels/Darwin_00004498_NORMAL2-IM-1305-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3643971e3beac6d2392f3537b7f2410b62c8c3d1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004498_NORMAL2-IM-1305-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c067325e605a4c4b305fac39389b1fb886fbbe4decc85713346de42aeee1af18 +size 1290 diff --git a/MendeleyCXR/labels/Darwin_00004499_NORMAL2-IM-1306-0001.png b/MendeleyCXR/labels/Darwin_00004499_NORMAL2-IM-1306-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0790672a9a09c40b031ed6162c63a6c0d817c034 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004499_NORMAL2-IM-1306-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10580dbad4378c9f4fb5f5884d138095dff4007a6256271b4997c22e132c7539 +size 1241 diff --git a/MendeleyCXR/labels/Darwin_00004500_NORMAL2-IM-1307-0001.png b/MendeleyCXR/labels/Darwin_00004500_NORMAL2-IM-1307-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..692424f21dbde5b0c52fe78a1874b69252b72e97 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004500_NORMAL2-IM-1307-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5648c46023017dfdfdfb887b02a5b22f095565527e0d9bcd2d1b155897b9b90b +size 1074 diff --git a/MendeleyCXR/labels/Darwin_00004501_NORMAL2-IM-1308-0001.png b/MendeleyCXR/labels/Darwin_00004501_NORMAL2-IM-1308-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6e145fcdddfa32d82ab81f93b3a32a120b434833 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004501_NORMAL2-IM-1308-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2adc272e3af93aa78619b284f04d3519146e6b872c4c705d1cf90fd2ea4daf92 +size 1102 diff --git a/MendeleyCXR/labels/Darwin_00004502_NORMAL2-IM-1310-0001.png b/MendeleyCXR/labels/Darwin_00004502_NORMAL2-IM-1310-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e464e9a4512e313d921f868fc6e0cecf007537a4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004502_NORMAL2-IM-1310-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1339089fb4183c74efc61b7141a83c9c4bf8279d7d17804a8f60b0645f3f96c +size 1304 diff --git a/MendeleyCXR/labels/Darwin_00004503_NORMAL2-IM-1311-0001.png b/MendeleyCXR/labels/Darwin_00004503_NORMAL2-IM-1311-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d9e3476fc3bf556069af799662c922bf49c4f3b1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004503_NORMAL2-IM-1311-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d23920684c7b6a77d95d394d2fe160c1bcee35463ebf9bc0304bb71e507d33af +size 1186 diff --git a/MendeleyCXR/labels/Darwin_00004504_NORMAL2-IM-1314-0001.png b/MendeleyCXR/labels/Darwin_00004504_NORMAL2-IM-1314-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8440cfea4efc55ff09259b9d6f46a04ef55f0468 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004504_NORMAL2-IM-1314-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30d9c430080b5cd1e085971e3e999e2acb3a7ffdd0e19aea8c6f21665fb1a36e +size 1127 diff --git a/MendeleyCXR/labels/Darwin_00004505_NORMAL2-IM-1315-0001.png b/MendeleyCXR/labels/Darwin_00004505_NORMAL2-IM-1315-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..550ca42a35dee785d692d787c3c49c0931c9eee8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004505_NORMAL2-IM-1315-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efb3973dc7ad49fa4272c737dd4c49793a67fecfeb3f239c4b8dcb02e6efd6b2 +size 1093 diff --git a/MendeleyCXR/labels/Darwin_00004506_NORMAL2-IM-1316-0001.png b/MendeleyCXR/labels/Darwin_00004506_NORMAL2-IM-1316-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d764ea68bc90f7fff83395960102fc55b1093665 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004506_NORMAL2-IM-1316-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07c4e2b1cfc86f5dec91750601591104a0e37c0c8f5028046deb359533803806 +size 1273 diff --git a/MendeleyCXR/labels/Darwin_00004507_NORMAL2-IM-1317-0001.png b/MendeleyCXR/labels/Darwin_00004507_NORMAL2-IM-1317-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4db0d228a1530ae6b242ea8cb4d9ba1c960b679a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004507_NORMAL2-IM-1317-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83c9ed855c85ea20f9eff57a1d2e907b4c060ca3dcc81ee49f66b4003039a112 +size 1210 diff --git a/MendeleyCXR/labels/Darwin_00004508_NORMAL2-IM-1318-0001.png b/MendeleyCXR/labels/Darwin_00004508_NORMAL2-IM-1318-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..99de19dfaae0225858ddbcc7916daf1a55573011 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004508_NORMAL2-IM-1318-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e0332cba4131949245123acab9665c0588b03b60573348e8ab3b562b2392e17 +size 1181 diff --git a/MendeleyCXR/labels/Darwin_00004509_NORMAL2-IM-1319-0001.png b/MendeleyCXR/labels/Darwin_00004509_NORMAL2-IM-1319-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..db65cff430a04736b4c28577392359cd8198d9bb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004509_NORMAL2-IM-1319-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e62abe06a5ad0f651780437489448f5b76d89956dcee5ed970f2bc65c7925e6 +size 1158 diff --git a/MendeleyCXR/labels/Darwin_00004510_NORMAL2-IM-1320-0001.png b/MendeleyCXR/labels/Darwin_00004510_NORMAL2-IM-1320-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f3aa11b3d11981aa257386756ecce32476164443 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004510_NORMAL2-IM-1320-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d87ae26975ea2f14544d3b9331ad72b54a86f8d7df682b906add5e200c001a06 +size 1125 diff --git a/MendeleyCXR/labels/Darwin_00004511_NORMAL2-IM-1321-0001.png b/MendeleyCXR/labels/Darwin_00004511_NORMAL2-IM-1321-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d1bfd40b2e3e06d4d4527d128e54c061f00c9a2e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004511_NORMAL2-IM-1321-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faf275b8aca06676322fcfd1492d350ac88124eea9b5c245a41380fabe2871aa +size 1194 diff --git a/MendeleyCXR/labels/Darwin_00004512_NORMAL2-IM-1322-0001.png b/MendeleyCXR/labels/Darwin_00004512_NORMAL2-IM-1322-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6d39e038e41c3827ffb24a8aa7b9fb955bcb817b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004512_NORMAL2-IM-1322-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:483278aa0fc3eea08e9a994c25bff5e6a60afd65b020455101058cc8e84fb584 +size 1179 diff --git a/MendeleyCXR/labels/Darwin_00004513_NORMAL2-IM-1323-0001.png b/MendeleyCXR/labels/Darwin_00004513_NORMAL2-IM-1323-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7a0c05f2629c61662c9f6d676eed706f825d3a19 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004513_NORMAL2-IM-1323-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a097231c271742d5bac4346a31b8780a05d0caf604943c28b03b2814a4160c7b +size 1096 diff --git a/MendeleyCXR/labels/Darwin_00004514_NORMAL2-IM-1326-0001.png b/MendeleyCXR/labels/Darwin_00004514_NORMAL2-IM-1326-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d90ed0a289f92fc4fb179026980b8ee99103f1b1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004514_NORMAL2-IM-1326-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a70530a2e4a8d781f136f66a6eb480df2fb197daa92ad299698c4f9c7264e3a1 +size 1199 diff --git a/MendeleyCXR/labels/Darwin_00004515_NORMAL2-IM-1327-0001.png b/MendeleyCXR/labels/Darwin_00004515_NORMAL2-IM-1327-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9fcd27343c059341f63c6458ea31164e22bf3fcc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004515_NORMAL2-IM-1327-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70f0bce58df69891103de89115b55084622bcd56f6fadd5e0ebd8888bfccb6e5 +size 1285 diff --git a/MendeleyCXR/labels/Darwin_00004516_NORMAL2-IM-1328-0001.png b/MendeleyCXR/labels/Darwin_00004516_NORMAL2-IM-1328-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..551b0865ca8c9e1ab6ea2631ffe8b5789f0a705b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004516_NORMAL2-IM-1328-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4213784966566f6525a33f5b63663d52e433b5d5ccac043b82e1c495840d04d7 +size 1181 diff --git a/MendeleyCXR/labels/Darwin_00004517_NORMAL2-IM-1329-0001.png b/MendeleyCXR/labels/Darwin_00004517_NORMAL2-IM-1329-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c9fe9de27970916fb579106ce2e5860a18e6f685 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004517_NORMAL2-IM-1329-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9dcf335cd367cd7e6874b21812282998153ea44bb9d5d8b79ae55f50d577ee3 +size 1276 diff --git a/MendeleyCXR/labels/Darwin_00004518_NORMAL2-IM-1262-0001.png b/MendeleyCXR/labels/Darwin_00004518_NORMAL2-IM-1262-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..400b97939d8d70c1335834bb5d5ea67ca62a9195 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004518_NORMAL2-IM-1262-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:341d974d0cd889ff78e59857c5f5633b33a3b2cffdf7a5efe9c2586e3b025610 +size 1142 diff --git a/MendeleyCXR/labels/Darwin_00004519_NORMAL2-IM-1264-0001.png b/MendeleyCXR/labels/Darwin_00004519_NORMAL2-IM-1264-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b68b83467bec225db6d79a08ec36a345b93f9b3c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004519_NORMAL2-IM-1264-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c1d6783cfcd35285da3cfaf1a868fec677784d40004cd4f77d365b6039ab093 +size 1055 diff --git a/MendeleyCXR/labels/Darwin_00004520_NORMAL2-IM-1266-0001-0001.png b/MendeleyCXR/labels/Darwin_00004520_NORMAL2-IM-1266-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8c25601227bf61e291a90d0f6e2652041debae34 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004520_NORMAL2-IM-1266-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe05e8c87a4e5066690098be87f6d46ad55c2c643cc1d63d683544dd026e1ba1 +size 1200 diff --git a/MendeleyCXR/labels/Darwin_00004521_NORMAL2-IM-1266-0001-0002.png b/MendeleyCXR/labels/Darwin_00004521_NORMAL2-IM-1266-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..40f24cff0e2160445007a19fdef1554619d5014a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004521_NORMAL2-IM-1266-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7847b9409a1f939a872d3536350e2e405640ff86ba9881d450d00aa6ae2f871 +size 1100 diff --git a/MendeleyCXR/labels/Darwin_00004522_NORMAL2-IM-1266-0001.png b/MendeleyCXR/labels/Darwin_00004522_NORMAL2-IM-1266-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2aa768a8a34b2ca2dbefcf8c2b2e6faef350628d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004522_NORMAL2-IM-1266-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8dcb26078eaa329c50fece080791b6b78328ca3a3081307f6aa681d7d02c3e9 +size 1224 diff --git a/MendeleyCXR/labels/Darwin_00004523_NORMAL2-IM-1267-0001.png b/MendeleyCXR/labels/Darwin_00004523_NORMAL2-IM-1267-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..267a58f141dc8fd287be6b0c7d80171864f56afd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004523_NORMAL2-IM-1267-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0583fd2a8761098eadeb30473d00851297121e175a959d820d697eed3aafaa4 +size 1254 diff --git a/MendeleyCXR/labels/Darwin_00004524_NORMAL2-IM-1269-0001-0001.png b/MendeleyCXR/labels/Darwin_00004524_NORMAL2-IM-1269-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..64db88fad3fe04293fc7ed1c6051297aa6e36fc8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004524_NORMAL2-IM-1269-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2ec9a40d63bdcdd12a5ac7fda256f8271a1b7457a63f24bf191111301b10a2e +size 1221 diff --git a/MendeleyCXR/labels/Darwin_00004525_NORMAL2-IM-1269-0001-0002.png b/MendeleyCXR/labels/Darwin_00004525_NORMAL2-IM-1269-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..e07b873be85b8dab7d03a02f9b06a77a64a072a6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004525_NORMAL2-IM-1269-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a552491a3320da1d4361fe8ac7cf2b8d763feac3dbfcd70b90ffe29d11720db +size 1102 diff --git a/MendeleyCXR/labels/Darwin_00004526_NORMAL2-IM-1269-0001.png b/MendeleyCXR/labels/Darwin_00004526_NORMAL2-IM-1269-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..08f8a426f3816e99205d0f81091858f69feb7f4f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004526_NORMAL2-IM-1269-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4226a16f3ede9fcb0637d2b45134c28db43d84a967401460970d0ee003a2d2b8 +size 1335 diff --git a/MendeleyCXR/labels/Darwin_00004527_NORMAL2-IM-1270-0001.png b/MendeleyCXR/labels/Darwin_00004527_NORMAL2-IM-1270-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8f7656156bccb5b94eb4f8b1e38d554d15329eed --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004527_NORMAL2-IM-1270-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59338614898f2c44f51ea2d01829d801c55a157ff1d1d5a886c1afbc9878a57f +size 1156 diff --git a/MendeleyCXR/labels/Darwin_00004528_NORMAL2-IM-1271-0001.png b/MendeleyCXR/labels/Darwin_00004528_NORMAL2-IM-1271-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..237b81d1f1741b73e11bf42d778447d61ecdc740 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004528_NORMAL2-IM-1271-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72a1b1a3f525c569eeed213548d8ddd7b7521e6a905bd7bc7ed1ca352203f7ae +size 1171 diff --git a/MendeleyCXR/labels/Darwin_00004529_NORMAL2-IM-1272-0001.png b/MendeleyCXR/labels/Darwin_00004529_NORMAL2-IM-1272-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e5cf91a5692f6a3e1707dd927b1160b6c702be90 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004529_NORMAL2-IM-1272-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82a3cc8f26940bd4db5f4b463bef3303b2241fb585c28c6899962e308c0253d7 +size 1204 diff --git a/MendeleyCXR/labels/Darwin_00004530_NORMAL2-IM-1273-0001.png b/MendeleyCXR/labels/Darwin_00004530_NORMAL2-IM-1273-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..05e1b8d73efb39bf410fdcd2de4d6daf845ac8f0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004530_NORMAL2-IM-1273-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25360e8f9394fc14ed3e32f9abd241074055d03dab61cd5aefdb0cf7a95f4ffd +size 1242 diff --git a/MendeleyCXR/labels/Darwin_00004531_NORMAL2-IM-1274-0001.png b/MendeleyCXR/labels/Darwin_00004531_NORMAL2-IM-1274-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..163ad4cecb588cc09f8b4d0ba542fd62214054aa --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004531_NORMAL2-IM-1274-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84c9f99f276e604c121431d47e9065d81adf26d8e3ea093c6f4865e18b4c830e +size 1108 diff --git a/MendeleyCXR/labels/Darwin_00004532_NORMAL2-IM-1275-0001.png b/MendeleyCXR/labels/Darwin_00004532_NORMAL2-IM-1275-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f5c2144d3c7def53181821e777f9f44b91c0c8ff --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004532_NORMAL2-IM-1275-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b9306987f2f4289c7f354ef568932c5bb022ec43a7006aaa0f9e3c68ba0aa00 +size 1252 diff --git a/MendeleyCXR/labels/Darwin_00004533_NORMAL2-IM-1276-0001.png b/MendeleyCXR/labels/Darwin_00004533_NORMAL2-IM-1276-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4a15a56cbec16cc0af066a964642b80a6f0c51a5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004533_NORMAL2-IM-1276-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:976e0f9e27d60d6c05072bd35e32e8c3f5fe0ba08c4315d33bef3106c91e0ee3 +size 1207 diff --git a/MendeleyCXR/labels/Darwin_00004534_NORMAL2-IM-1277-0001-0001.png b/MendeleyCXR/labels/Darwin_00004534_NORMAL2-IM-1277-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..609f1d57e004fee6d5f606fe0cd637f40ebbe61e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004534_NORMAL2-IM-1277-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a2024a77758ccd51313ad9db75cd852958c06d3ec7c8e658fae3166316b05f6 +size 1170 diff --git a/MendeleyCXR/labels/Darwin_00004535_NORMAL2-IM-1277-0001-0002.png b/MendeleyCXR/labels/Darwin_00004535_NORMAL2-IM-1277-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..0ba1550e7c7543b90a67e19249f2722931be6ce8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004535_NORMAL2-IM-1277-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf896463692374285cdb3db572729812ec303b66960448365f695e34e9964613 +size 1175 diff --git a/MendeleyCXR/labels/Darwin_00004536_NORMAL2-IM-1277-0001.png b/MendeleyCXR/labels/Darwin_00004536_NORMAL2-IM-1277-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f319cbc8e40cff46852e1d2364c653d56c3e1be5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004536_NORMAL2-IM-1277-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e5d8b76a3ba78f8d8215e9bb2a6dad5c3f3d250e5b88eec2ce61eacc984f691 +size 1155 diff --git a/MendeleyCXR/labels/Darwin_00004537_NORMAL2-IM-1278-0001.png b/MendeleyCXR/labels/Darwin_00004537_NORMAL2-IM-1278-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..109c3f9fbfa3776f5e9306ae07b7061194e7e47c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004537_NORMAL2-IM-1278-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5823fd0f6f43b1688a8b1ecfdfc4d35f965fb521bc0061f0e10e9dd869cc803 +size 1102 diff --git a/MendeleyCXR/labels/Darwin_00004538_NORMAL2-IM-1279-0001.png b/MendeleyCXR/labels/Darwin_00004538_NORMAL2-IM-1279-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..66d9f94a092d066d20e2558bc12827c635367d10 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004538_NORMAL2-IM-1279-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96432d8b2b515d59b5d9db520b1756412c353a0fe1ce7b88c49d3277f310f3e3 +size 1139 diff --git a/MendeleyCXR/labels/Darwin_00004539_NORMAL2-IM-1280-0001.png b/MendeleyCXR/labels/Darwin_00004539_NORMAL2-IM-1280-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5ef48381064558fd9dd47789ea6da55e1e4c94e9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004539_NORMAL2-IM-1280-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa838194231770f4c7b78531e56f107dc5f452cdbcbb265eae3af8e722322805 +size 1166 diff --git a/MendeleyCXR/labels/Darwin_00004540_NORMAL2-IM-1281-0001.png b/MendeleyCXR/labels/Darwin_00004540_NORMAL2-IM-1281-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f6d835b6146bdd361e80add6f762107d43fa1416 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004540_NORMAL2-IM-1281-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3e10e3c7b87c4b772c172645a3b3b81374e30b6aa132293c9f7562504e796d8 +size 1107 diff --git a/MendeleyCXR/labels/Darwin_00004541_NORMAL2-IM-1282-0001.png b/MendeleyCXR/labels/Darwin_00004541_NORMAL2-IM-1282-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d3fb4e6b1ab034ce0d9df9ae2b150597f39fa336 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004541_NORMAL2-IM-1282-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59d98309b1c584a4eebaa2921597193459a583a1389e9aac99ed298eab55143e +size 1148 diff --git a/MendeleyCXR/labels/Darwin_00004542_NORMAL2-IM-1285-0001.png b/MendeleyCXR/labels/Darwin_00004542_NORMAL2-IM-1285-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f33aee69ec8e33d1e4a9eee60dc2750b4f1c338c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004542_NORMAL2-IM-1285-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02065fb78979a89d6e2e1f7ea1553e702232410ec0a13a4fd18563819b966d62 +size 1149 diff --git a/MendeleyCXR/labels/Darwin_00004543_NORMAL2-IM-1286-0001.png b/MendeleyCXR/labels/Darwin_00004543_NORMAL2-IM-1286-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e2ccc2ed8e786bd1ed5d36c600d8a082f3626ed5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004543_NORMAL2-IM-1286-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df9a13a8f53e717e2fa9303e6556903ddff3ba428f60f2d6c077e56c757afdad +size 1302 diff --git a/MendeleyCXR/labels/Darwin_00004544_NORMAL2-IM-1287-0001.png b/MendeleyCXR/labels/Darwin_00004544_NORMAL2-IM-1287-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c4c6ecfb4a9d4ae9cf2c9a912e86f90156d89f25 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004544_NORMAL2-IM-1287-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eb054905373d2c995e9fcd7cd52632a728d57c5ff94e2db9c6b743501367e22 +size 1244 diff --git a/MendeleyCXR/labels/Darwin_00004545_NORMAL2-IM-1288-0001.png b/MendeleyCXR/labels/Darwin_00004545_NORMAL2-IM-1288-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..65fcbde2e3d0cccf8353ebd011a2c0b12023b235 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004545_NORMAL2-IM-1288-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98864fb2465d2d3fd4d370e28c39c28d8de60a85905212cd737dbb1cf6e57792 +size 1211 diff --git a/MendeleyCXR/labels/Darwin_00004546_NORMAL2-IM-1289-0001.png b/MendeleyCXR/labels/Darwin_00004546_NORMAL2-IM-1289-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9c7c4ebfa3367282cababacc8413b24cb6dc5381 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004546_NORMAL2-IM-1289-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:269208e9287e4a71e000047ff8692284ed554dd1a416c9d7f71a07caaed61c4d +size 1076 diff --git a/MendeleyCXR/labels/Darwin_00004547_NORMAL2-IM-1290-0001.png b/MendeleyCXR/labels/Darwin_00004547_NORMAL2-IM-1290-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5d57d324f80495c01730deb5f91ead693554c989 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004547_NORMAL2-IM-1290-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6d44ef461c4d4a4d8fea187ba8c5c6cbd7747a2d4e818db0fe83e7a25523c93 +size 1295 diff --git a/MendeleyCXR/labels/Darwin_00004548_NORMAL2-IM-1291-0001.png b/MendeleyCXR/labels/Darwin_00004548_NORMAL2-IM-1291-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ab9e23ddb46a59f9c501960a932e301529be20f6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004548_NORMAL2-IM-1291-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52682081db92e46a9e35b764b05f8f77b53f7e793e71852d7f929e554069bbdd +size 1198 diff --git a/MendeleyCXR/labels/Darwin_00004549_NORMAL2-IM-1292-0001.png b/MendeleyCXR/labels/Darwin_00004549_NORMAL2-IM-1292-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c064d106ed054142c3b3713742849266747a21e8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004549_NORMAL2-IM-1292-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d76352f987e030dc8d7a1ac47c530e60ccb42d7674ce447c0333f215e806c5b +size 1187 diff --git a/MendeleyCXR/labels/Darwin_00004550_NORMAL2-IM-1222-0001.png b/MendeleyCXR/labels/Darwin_00004550_NORMAL2-IM-1222-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f7cc450e9c8a8362b433a1ec814665dc57b215e1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004550_NORMAL2-IM-1222-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6894895b1645e526773f47c90f7dc73d7696b7c0bb4ebcaea2c882dc9ef42d6 +size 1117 diff --git a/MendeleyCXR/labels/Darwin_00004551_NORMAL2-IM-1223-0001.png b/MendeleyCXR/labels/Darwin_00004551_NORMAL2-IM-1223-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..65a0352db67c0e057dab98d7ced5f621a622a8ab --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004551_NORMAL2-IM-1223-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fa342fd698b65c4ea0bac61157a4de89b73582e14b49962e4efa1033ca002ae +size 1213 diff --git a/MendeleyCXR/labels/Darwin_00004552_NORMAL2-IM-1224-0001.png b/MendeleyCXR/labels/Darwin_00004552_NORMAL2-IM-1224-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..39389f48f483b2f4565102dcd373c32116f01300 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004552_NORMAL2-IM-1224-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:391133b10b7878471b1a73cf03e3939820b186c6ff4001ddf5f91f27ff19537f +size 1088 diff --git a/MendeleyCXR/labels/Darwin_00004553_NORMAL2-IM-1225-0001.png b/MendeleyCXR/labels/Darwin_00004553_NORMAL2-IM-1225-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8e17266920c0f770b65b53d52f0522f46a573bad --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004553_NORMAL2-IM-1225-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:297b2ed55272cc4fe6da4043ea54a5200548ed9423b362b668994bb7156aedaa +size 1247 diff --git a/MendeleyCXR/labels/Darwin_00004554_NORMAL2-IM-1226-0001.png b/MendeleyCXR/labels/Darwin_00004554_NORMAL2-IM-1226-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d1179fc44ada9f1a7237bc7d99e9b98ddcc95095 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004554_NORMAL2-IM-1226-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9407c564e2928d32a57801bded085a83a06f965854e9f4127ef6cf275f97b19 +size 1162 diff --git a/MendeleyCXR/labels/Darwin_00004555_NORMAL2-IM-1227-0001.png b/MendeleyCXR/labels/Darwin_00004555_NORMAL2-IM-1227-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..098e2966fbcf12316841bdcd7da47be20e76e12a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004555_NORMAL2-IM-1227-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f839a08ad59d0a1d2dcee7e0698372ba6367ae6de38ebed46bca88e92f1f3c8 +size 1144 diff --git a/MendeleyCXR/labels/Darwin_00004556_NORMAL2-IM-1228-0001.png b/MendeleyCXR/labels/Darwin_00004556_NORMAL2-IM-1228-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6c81a5ae37adfad5f295190ee4d9948bb9b10f61 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004556_NORMAL2-IM-1228-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e32c9a82e4cea32d9ae48a48733e4f38c7a5aed68418a97a6502efc130ece6f3 +size 1115 diff --git a/MendeleyCXR/labels/Darwin_00004557_NORMAL2-IM-1231-0001.png b/MendeleyCXR/labels/Darwin_00004557_NORMAL2-IM-1231-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..493f665942c4ae6e49782639e4c71b93df2f9785 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004557_NORMAL2-IM-1231-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08470ccfe6511652c15329fd974c082236b5f68f816ead502f0e6ac3d7801af7 +size 1146 diff --git a/MendeleyCXR/labels/Darwin_00004558_NORMAL2-IM-1232-0001.png b/MendeleyCXR/labels/Darwin_00004558_NORMAL2-IM-1232-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8844f41d91dfee1640200f1bc5fbb3a07aab2234 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004558_NORMAL2-IM-1232-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a56be619ec12005189b030b20572874f38a8a46bdba3b8bd6dde5773bd449d2 +size 1180 diff --git a/MendeleyCXR/labels/Darwin_00004559_NORMAL2-IM-1234-0001.png b/MendeleyCXR/labels/Darwin_00004559_NORMAL2-IM-1234-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..bfe0f2b5889cb0dc10ea5d5facd2058faf480bb5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004559_NORMAL2-IM-1234-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c93deaa01490b815d24e94605fd80c82f9c3da95df2bd28a5d92a0afb23dca2e +size 1123 diff --git a/MendeleyCXR/labels/Darwin_00004560_NORMAL2-IM-1236-0001.png b/MendeleyCXR/labels/Darwin_00004560_NORMAL2-IM-1236-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..42bd6d5220dd69433efbc8da0adc58a3169b9196 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004560_NORMAL2-IM-1236-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a9d829f3ec7a631ae090dcb1ba0399b41d9ae1051a230433fab1c86f1efc399 +size 1118 diff --git a/MendeleyCXR/labels/Darwin_00004561_NORMAL2-IM-1237-0001.png b/MendeleyCXR/labels/Darwin_00004561_NORMAL2-IM-1237-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fa2221469108c98af34a2a3289547f8beda47d6c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004561_NORMAL2-IM-1237-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3153f1b1dae68e1bf989a1f82cf47438fc69440546537d2c70b4983a3e49cdcd +size 1099 diff --git a/MendeleyCXR/labels/Darwin_00004562_NORMAL2-IM-1240-0001.png b/MendeleyCXR/labels/Darwin_00004562_NORMAL2-IM-1240-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2112ef783eab3eae6ab6f0ad0f3b09adbb022771 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004562_NORMAL2-IM-1240-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52d72cdc785348229a23174db41e8dda569a5f90792836510dac7f774ab94236 +size 1230 diff --git a/MendeleyCXR/labels/Darwin_00004563_NORMAL2-IM-1241-0001.png b/MendeleyCXR/labels/Darwin_00004563_NORMAL2-IM-1241-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a579f09f8f9891d31c414162f76e0d9b38989555 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004563_NORMAL2-IM-1241-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fde2879ff6d0dadfe882678803dd8d34e980eb8e3a539fb993872b1eb24f49f +size 1124 diff --git a/MendeleyCXR/labels/Darwin_00004564_NORMAL2-IM-1242-0001.png b/MendeleyCXR/labels/Darwin_00004564_NORMAL2-IM-1242-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6b6283417419cb315aca540fc31a6a77c0a0ebd7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004564_NORMAL2-IM-1242-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a18983c1d8ce419ed8bd5ce008bcf987cbb34149a7ace576cce62fe8b0eca414 +size 1156 diff --git a/MendeleyCXR/labels/Darwin_00004565_NORMAL2-IM-1243-0001.png b/MendeleyCXR/labels/Darwin_00004565_NORMAL2-IM-1243-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a9c115b29644f485c26f0529762dc7f915763b1d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004565_NORMAL2-IM-1243-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60308b28cbdd23f0249488677dcb76d402ccb6c06667d15379b86ec1a0a37866 +size 1204 diff --git a/MendeleyCXR/labels/Darwin_00004566_NORMAL2-IM-1244-0001.png b/MendeleyCXR/labels/Darwin_00004566_NORMAL2-IM-1244-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a8cfb507294a8ee6c1d99f7869721a40901bb140 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004566_NORMAL2-IM-1244-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd4ab532a347c50c4ac41eb8ef2afad4af8018e7d512a019f91664c9a2db8268 +size 1196 diff --git a/MendeleyCXR/labels/Darwin_00004567_NORMAL2-IM-1245-0001.png b/MendeleyCXR/labels/Darwin_00004567_NORMAL2-IM-1245-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..60ec052bc6f6fffd0f0ea986b0c3e40815cb057d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004567_NORMAL2-IM-1245-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a3c223663ba1238ceaa650f28620a1a68ea1b1057dfa96faa16c08263e6d875 +size 1202 diff --git a/MendeleyCXR/labels/Darwin_00004568_NORMAL2-IM-1247-0001.png b/MendeleyCXR/labels/Darwin_00004568_NORMAL2-IM-1247-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..103a3caf9a03cc22a49de3f131547828d825bb8a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004568_NORMAL2-IM-1247-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a1d40b6513116fe8f9b9a7a4a09fe511bcfd49da04a09c800cf945d1a1101a3 +size 1280 diff --git a/MendeleyCXR/labels/Darwin_00004569_NORMAL2-IM-1250-0001.png b/MendeleyCXR/labels/Darwin_00004569_NORMAL2-IM-1250-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..828d236bd57bf0421126400cff2129265984a623 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004569_NORMAL2-IM-1250-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b892e061c55df019489066ffac16f7f3d1457f208712122c57a9e8a9996aede0 +size 1090 diff --git a/MendeleyCXR/labels/Darwin_00004570_NORMAL2-IM-1252-0001.png b/MendeleyCXR/labels/Darwin_00004570_NORMAL2-IM-1252-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..86ecac1958577a91140ce6194331b182ac699cbc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004570_NORMAL2-IM-1252-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f82340af8140d94a5b0f6047a862af6a96ed798070f108e9a8f4e38123c22419 +size 1371 diff --git a/MendeleyCXR/labels/Darwin_00004571_NORMAL2-IM-1253-0001.png b/MendeleyCXR/labels/Darwin_00004571_NORMAL2-IM-1253-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1c3a19611cd8475eb64dc940765a5562b3cadf9f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004571_NORMAL2-IM-1253-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05c4d1e3177da90bf13a1f97b9e6e687febe4b5a0dd057fc424e15e6b31c5193 +size 1069 diff --git a/MendeleyCXR/labels/Darwin_00004572_NORMAL2-IM-1254-0001.png b/MendeleyCXR/labels/Darwin_00004572_NORMAL2-IM-1254-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e9bc914906c5fe91beb3f9680eb6f0618d6258a9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004572_NORMAL2-IM-1254-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7182ae3f9167ffa416c9721902d995f846270189e6f09443227c81fcb0536e78 +size 1211 diff --git a/MendeleyCXR/labels/Darwin_00004573_NORMAL2-IM-1256-0001.png b/MendeleyCXR/labels/Darwin_00004573_NORMAL2-IM-1256-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..eea91dc4f74c871b933bfc20a474a91d7dbc8dac --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004573_NORMAL2-IM-1256-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d92de6c8b8c30a699426c79dfe7aed68065a0a3bcabf1541e57258dfe574694e +size 1219 diff --git a/MendeleyCXR/labels/Darwin_00004574_NORMAL2-IM-1257-0001.png b/MendeleyCXR/labels/Darwin_00004574_NORMAL2-IM-1257-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f7f28b53efbc21bf5a6319f25fe8a2511c7fd6af --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004574_NORMAL2-IM-1257-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a6a3568f46d037185175076209565d48098729cd60ce64d8a90e4dd79d282fe +size 1098 diff --git a/MendeleyCXR/labels/Darwin_00004575_NORMAL2-IM-1258-0001-0001.png b/MendeleyCXR/labels/Darwin_00004575_NORMAL2-IM-1258-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ba0fe7e18369dbb3776590b8720540a663c2d27a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004575_NORMAL2-IM-1258-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14e0c207ce79f7feef79392f22e4c06db84a3fc9eb6a6f6010475695b61e7892 +size 1112 diff --git a/MendeleyCXR/labels/Darwin_00004576_NORMAL2-IM-1258-0001-0002.png b/MendeleyCXR/labels/Darwin_00004576_NORMAL2-IM-1258-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..97312344c366117f468ad817e7f7dce51ab6ff60 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004576_NORMAL2-IM-1258-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddcfaa3b3dded76f841c6a840d0c550cf8a79b6da054914eebf7dfdf767d4d2c +size 1122 diff --git a/MendeleyCXR/labels/Darwin_00004577_NORMAL2-IM-1258-0001.png b/MendeleyCXR/labels/Darwin_00004577_NORMAL2-IM-1258-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..64be35ede59d10feb2cae7abc7726c83e91836dd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004577_NORMAL2-IM-1258-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eeffe3c9d7810038104356030131a30f5bdf0f29c49db46153cef32ce2389ba +size 1175 diff --git a/MendeleyCXR/labels/Darwin_00004578_NORMAL2-IM-1260-0001.png b/MendeleyCXR/labels/Darwin_00004578_NORMAL2-IM-1260-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5e37fd74a59f5de95bdd4c828d52256d0ff16d4e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004578_NORMAL2-IM-1260-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4916e8e891d74312a415a8096ac88d7c210d94161a55ea3e3e07dcdc9553698 +size 1251 diff --git a/MendeleyCXR/labels/Darwin_00004579_NORMAL2-IM-1261-0001.png b/MendeleyCXR/labels/Darwin_00004579_NORMAL2-IM-1261-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..99cda69dca2f12d2ab2711a597ebd46321cfc9b0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004579_NORMAL2-IM-1261-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f15a3c690f6464e6567a2134fa71d87d1de812a5c10d41be3eb0f39bff023c47 +size 1239 diff --git a/MendeleyCXR/labels/Darwin_00004580_NORMAL2-IM-1176-0001.png b/MendeleyCXR/labels/Darwin_00004580_NORMAL2-IM-1176-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d86a2424aa3fcb6ba6e2f5dfcb42e71362e28351 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004580_NORMAL2-IM-1176-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22099a09fc09d133b127dcb38954c10e26ce8c0a348443e72f8771ffdfc66ab8 +size 1301 diff --git a/MendeleyCXR/labels/Darwin_00004581_NORMAL2-IM-1177-0001.png b/MendeleyCXR/labels/Darwin_00004581_NORMAL2-IM-1177-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b8144fc32530a87e86a68b5b0c6ee2d31c59d455 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004581_NORMAL2-IM-1177-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8571fa21b2b4741b3395d1977d0a06a9c5b01051a61da0b073b51363a034fee2 +size 1241 diff --git a/MendeleyCXR/labels/Darwin_00004582_NORMAL2-IM-1178-0001.png b/MendeleyCXR/labels/Darwin_00004582_NORMAL2-IM-1178-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3123996f7dfc7999727f64c8ea7cc8e878631774 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004582_NORMAL2-IM-1178-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24cf52310c83da2a6bf7e8aca5bea0d199482968089be399c066bbd802c3703a +size 1266 diff --git a/MendeleyCXR/labels/Darwin_00004583_NORMAL2-IM-1179-0001.png b/MendeleyCXR/labels/Darwin_00004583_NORMAL2-IM-1179-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..52a9c2dd0d7eed215044b262b43c8606754f1edb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004583_NORMAL2-IM-1179-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cacc35d67c820b0eaeec5a3b322f456a1b6717e4f42bd6b309a594629b8beea1 +size 1276 diff --git a/MendeleyCXR/labels/Darwin_00004584_NORMAL2-IM-1180-0001.png b/MendeleyCXR/labels/Darwin_00004584_NORMAL2-IM-1180-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b7c7e4b5b66f988f061eb4e839d0b689bb76a5de --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004584_NORMAL2-IM-1180-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8a282c3ec8a2b5027f1ddf769b100cf5767c4b7e07380d4a5cd4e9c874cfac9 +size 1275 diff --git a/MendeleyCXR/labels/Darwin_00004585_NORMAL2-IM-1181-0001.png b/MendeleyCXR/labels/Darwin_00004585_NORMAL2-IM-1181-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e75ce30bbd01f9d8f546a142e28b3d08b2df8ab3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004585_NORMAL2-IM-1181-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:662e4127fe6d5a19eb1d404b8b70b2acf0d92b65721efe432654a1b43ae5afb4 +size 1084 diff --git a/MendeleyCXR/labels/Darwin_00004586_NORMAL2-IM-1182-0001.png b/MendeleyCXR/labels/Darwin_00004586_NORMAL2-IM-1182-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..18092e298c2346aba35f089eb3b255e181b37a35 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004586_NORMAL2-IM-1182-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:982b486772b5eb7cb34de30c134ddb2cded0c5af31dc1fa83fd3b9b33192cc77 +size 1165 diff --git a/MendeleyCXR/labels/Darwin_00004587_NORMAL2-IM-1183-0001.png b/MendeleyCXR/labels/Darwin_00004587_NORMAL2-IM-1183-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9a3ccd9916c76a2e1d1440ba9f55e062da59c5e6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004587_NORMAL2-IM-1183-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4384719b5b3b4fe251622cec60783e65ad012b60110d3b23480bc07d0ccc680 +size 1144 diff --git a/MendeleyCXR/labels/Darwin_00004588_NORMAL2-IM-1184-0001.png b/MendeleyCXR/labels/Darwin_00004588_NORMAL2-IM-1184-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..af1589fa06110cf1079400667fec603233116f3f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004588_NORMAL2-IM-1184-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dc92f7487803348ab4cef5e4f42b4dea2c11453fd87d8713327d9d1f3c4cc48 +size 1072 diff --git a/MendeleyCXR/labels/Darwin_00004589_NORMAL2-IM-1185-0001.png b/MendeleyCXR/labels/Darwin_00004589_NORMAL2-IM-1185-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0d1c84bbce84dc277b5f44ff1ffde96d37857b93 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004589_NORMAL2-IM-1185-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bed73648a652056099acb73b2fc59c0fc65ae89744681ef7876c071161c94154 +size 1120 diff --git a/MendeleyCXR/labels/Darwin_00004590_NORMAL2-IM-1187-0001.png b/MendeleyCXR/labels/Darwin_00004590_NORMAL2-IM-1187-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0931a9ef90c800a3fb685c7091992832691bc4d0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004590_NORMAL2-IM-1187-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f559dfab2ab0e93a5fe61330c9f157558e3df3a0dfb71be9bd2e078d520027b4 +size 1178 diff --git a/MendeleyCXR/labels/Darwin_00004591_NORMAL2-IM-1188-0001.png b/MendeleyCXR/labels/Darwin_00004591_NORMAL2-IM-1188-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b18327d6ad9b15efe024f4d66fa213d55948b5bc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004591_NORMAL2-IM-1188-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c4960bf46c0754c479474ada48b2beb4b8e91a09b2a6a781c31ec7da9936488 +size 1197 diff --git a/MendeleyCXR/labels/Darwin_00004592_NORMAL2-IM-1189-0001.png b/MendeleyCXR/labels/Darwin_00004592_NORMAL2-IM-1189-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..63904b99a1fef345d8ad5a2dc61230aa08716857 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004592_NORMAL2-IM-1189-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f73dcc9d24521054199b397a8871c371e9192bfd617ec112d6305bd119f13bae +size 1132 diff --git a/MendeleyCXR/labels/Darwin_00004593_NORMAL2-IM-1190-0001.png b/MendeleyCXR/labels/Darwin_00004593_NORMAL2-IM-1190-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae0ddc5fdf8f84d57c114f38aa25c19ce5879a0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004593_NORMAL2-IM-1190-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96adf46acd39015465d11535ad9956afb24fede079cef58961c484fe77074b54 +size 1271 diff --git a/MendeleyCXR/labels/Darwin_00004594_NORMAL2-IM-1191-0001.png b/MendeleyCXR/labels/Darwin_00004594_NORMAL2-IM-1191-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..106f755a91825454b68d6b60ba307f8bac042912 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004594_NORMAL2-IM-1191-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9323afdc7c4c4361c2d960b63c0fb31b9a5843a16b7e9d1ff27db14aa2d2a6eb +size 1174 diff --git a/MendeleyCXR/labels/Darwin_00004595_NORMAL2-IM-1192-0001.png b/MendeleyCXR/labels/Darwin_00004595_NORMAL2-IM-1192-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..51836087ef25d200f5d7f4ce9bc0ef42066702b0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004595_NORMAL2-IM-1192-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3a013b6e6d8f7d1196cf7bfbf1c73ad282fcaa91d99cff8bbeba14d58a5f101 +size 1177 diff --git a/MendeleyCXR/labels/Darwin_00004596_NORMAL2-IM-1194-0001.png b/MendeleyCXR/labels/Darwin_00004596_NORMAL2-IM-1194-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..04ff69b4d20731281669cea10709720698bef6f5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004596_NORMAL2-IM-1194-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99c07ca3dd4d1f3c4533affc1bb65a9944ea00e19c0b8fa42eb5c21cd4933122 +size 1139 diff --git a/MendeleyCXR/labels/Darwin_00004597_NORMAL2-IM-1196-0001.png b/MendeleyCXR/labels/Darwin_00004597_NORMAL2-IM-1196-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e8769df5607e71c9ff1753595f0e79daaefd7be0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004597_NORMAL2-IM-1196-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:332eece94e7900e1ce8c2f1cbb89a476748730b73214919d39f2c86b5007ba66 +size 1161 diff --git a/MendeleyCXR/labels/Darwin_00004598_NORMAL2-IM-1197-0001.png b/MendeleyCXR/labels/Darwin_00004598_NORMAL2-IM-1197-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9f2079e15f99443bc4d941b49f17f0584bd5fd53 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004598_NORMAL2-IM-1197-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fa750bdb605af2010becba58eb82c8315770b304e8b6ebaf3fe232c185063d2 +size 1255 diff --git a/MendeleyCXR/labels/Darwin_00004599_NORMAL2-IM-1198-0001.png b/MendeleyCXR/labels/Darwin_00004599_NORMAL2-IM-1198-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ed42f95f70cb6a82fe3b26ee7e73f9a0f12d5ccf --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004599_NORMAL2-IM-1198-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36fde838c170d814ea163396e36e0a52ec3dccf1e71412d6956a085ad30786e1 +size 1179 diff --git a/MendeleyCXR/labels/Darwin_00004600_NORMAL2-IM-1200-0001.png b/MendeleyCXR/labels/Darwin_00004600_NORMAL2-IM-1200-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c9dfad8c385c16f672292ed67d26923276b8089f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004600_NORMAL2-IM-1200-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8466bd6f62f4f2eb044cfa770177ea3ee13b1f70dd82f35491ebe96658912f8 +size 1217 diff --git a/MendeleyCXR/labels/Darwin_00004601_NORMAL2-IM-1201-0001.png b/MendeleyCXR/labels/Darwin_00004601_NORMAL2-IM-1201-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5fd843dd2b8252a1ac847e7ac2e15cb86d38218b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004601_NORMAL2-IM-1201-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a74ae7d6005b715d65b09184442fec74177d5db4f8ab4840a12da793762a5cb +size 1076 diff --git a/MendeleyCXR/labels/Darwin_00004602_NORMAL2-IM-1202-0001.png b/MendeleyCXR/labels/Darwin_00004602_NORMAL2-IM-1202-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e6508a3f92b085fce48bfd737d0823511cd0e485 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004602_NORMAL2-IM-1202-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ecb4ec90838edda7b30ed17461cfeca92a16812a681b09db9fd6a4cad17bd9e +size 1347 diff --git a/MendeleyCXR/labels/Darwin_00004603_NORMAL2-IM-1203-0001.png b/MendeleyCXR/labels/Darwin_00004603_NORMAL2-IM-1203-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4c1402f4ed5e0b510e7c7957288cbf8ed02dfe4f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004603_NORMAL2-IM-1203-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3134b56e4480da03b51c1a97886bc4456d9d7e40409a2efb646ad497e55e4199 +size 1127 diff --git a/MendeleyCXR/labels/Darwin_00004604_NORMAL2-IM-1204-0001.png b/MendeleyCXR/labels/Darwin_00004604_NORMAL2-IM-1204-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..157c565afb74dd08d10d804ce2b6dcda3e14c41b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004604_NORMAL2-IM-1204-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7022304c00f2f7adfa02307722ba630d8b0b68224913ca472c86e98f04f3c982 +size 1131 diff --git a/MendeleyCXR/labels/Darwin_00004605_NORMAL2-IM-1205-0001.png b/MendeleyCXR/labels/Darwin_00004605_NORMAL2-IM-1205-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1afc9da39214e5ba3bd59490c093e46a1afb39bd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004605_NORMAL2-IM-1205-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74e9b85c3842c712c6bd21329d6bc9fcab5c1744e61a6eeb7d5694f0152dacab +size 1177 diff --git a/MendeleyCXR/labels/Darwin_00004606_NORMAL2-IM-1206-0001.png b/MendeleyCXR/labels/Darwin_00004606_NORMAL2-IM-1206-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8f262ffd1cbdbaa961a61da4a134f7116e982181 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004606_NORMAL2-IM-1206-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5034a5c7de9409ac95df39bace603cf26b09c48b56cf9b0f232d81ba8ca5a03 +size 1218 diff --git a/MendeleyCXR/labels/Darwin_00004607_NORMAL2-IM-1209-0001.png b/MendeleyCXR/labels/Darwin_00004607_NORMAL2-IM-1209-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..eb9b7ab74211584ac4498ee35a46bd9bea80aac4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004607_NORMAL2-IM-1209-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e289bc58b523594e0560ddf8a6065d481a92a9e2d45ee4ea220d1507dc1c643a +size 1077 diff --git a/MendeleyCXR/labels/Darwin_00004608_NORMAL2-IM-1214-0001.png b/MendeleyCXR/labels/Darwin_00004608_NORMAL2-IM-1214-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f6f576b63c1bf127b4fa64f9555de740a199b284 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004608_NORMAL2-IM-1214-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba0cd05aeefd2114fbaba046640b4a8749d9889bea6069a7ab5f5e540fd004c2 +size 1336 diff --git a/MendeleyCXR/labels/Darwin_00004609_NORMAL2-IM-1218-0001.png b/MendeleyCXR/labels/Darwin_00004609_NORMAL2-IM-1218-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..15be4dce0d7ab3f2e697347ad00d4a077e3cfedd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004609_NORMAL2-IM-1218-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3582746f54a4dcd0ed22f212676bca55de5a0bfac532c3a45a6cdc4f7c57c839 +size 1147 diff --git a/MendeleyCXR/labels/Darwin_00004610_NORMAL2-IM-1219-0001.png b/MendeleyCXR/labels/Darwin_00004610_NORMAL2-IM-1219-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1900ecfea168f6e61a87dbc25ff8eb80693802f2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004610_NORMAL2-IM-1219-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5297b5494a0e25b0f6000b63b3b987e86ae16d7a9c2f670b28cb15507491daba +size 1197 diff --git a/MendeleyCXR/labels/Darwin_00004611_NORMAL2-IM-1220-0001.png b/MendeleyCXR/labels/Darwin_00004611_NORMAL2-IM-1220-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..65eaeaa9217534e76441bb1df697e8f20c2fe6ad --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004611_NORMAL2-IM-1220-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6263da0267c2ddaf2dafabd32baa5384f359093c7e68e29ff0526cd1f8e180f +size 1254 diff --git a/MendeleyCXR/labels/Darwin_00004612_NORMAL2-IM-1221-0001.png b/MendeleyCXR/labels/Darwin_00004612_NORMAL2-IM-1221-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..142ff905d81fd3f9ff4e6549bea831029c60592d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004612_NORMAL2-IM-1221-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05ef6b86cba182e5f641df7407a9badfbb9e78a6e43bd88c95da9fddf8e68b4e +size 1153 diff --git a/MendeleyCXR/labels/Darwin_00004613_NORMAL2-IM-1142-0001-0002.png b/MendeleyCXR/labels/Darwin_00004613_NORMAL2-IM-1142-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..c4bab44232c68a083e8723302a658f55cd652153 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004613_NORMAL2-IM-1142-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd30632463292d5ead669967bcb615a3c56c80993968f6df238fc0838b6d851c +size 1105 diff --git a/MendeleyCXR/labels/Darwin_00004614_NORMAL2-IM-1142-0001.png b/MendeleyCXR/labels/Darwin_00004614_NORMAL2-IM-1142-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f6505965bafd256d10f3805902d9bf5762fe302e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004614_NORMAL2-IM-1142-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36c4c0e964fa002a1e42bb87e1d0a0c903a02ebbbb4519a178c38e353cd5597a +size 1195 diff --git a/MendeleyCXR/labels/Darwin_00004615_NORMAL2-IM-1144-0001.png b/MendeleyCXR/labels/Darwin_00004615_NORMAL2-IM-1144-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e4924c7721b05a73cff0fdd0628c59aa9a5f8af4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004615_NORMAL2-IM-1144-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2fd3d22459c8ba3431ed17a4a4fc55db73cb7b43be3094fcc14dab51c05364a +size 1311 diff --git a/MendeleyCXR/labels/Darwin_00004616_NORMAL2-IM-1145-0001.png b/MendeleyCXR/labels/Darwin_00004616_NORMAL2-IM-1145-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d8c890413d4a2380aeb6307ef6a47903d1073c54 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004616_NORMAL2-IM-1145-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ddc4ab03c790b88e2fea3eb98cca5c96213535a2790ad656c995ebb9608d757 +size 1118 diff --git a/MendeleyCXR/labels/Darwin_00004617_NORMAL2-IM-1147-0001.png b/MendeleyCXR/labels/Darwin_00004617_NORMAL2-IM-1147-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c2025b1bd4496bb63e25a31a99f60ad305aafbd6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004617_NORMAL2-IM-1147-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:994633a7a062c845458b86abeb9b6f943dc795c02b701952dfc6eaefb54d3d02 +size 1329 diff --git a/MendeleyCXR/labels/Darwin_00004618_NORMAL2-IM-1148-0001.png b/MendeleyCXR/labels/Darwin_00004618_NORMAL2-IM-1148-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..55d850aad40e0e36760d01e713246ff92e3c4509 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004618_NORMAL2-IM-1148-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e597fe8f8f954fca5746cad6979823bfadf23c044e31f2927888fe16fc25dbdc +size 1177 diff --git a/MendeleyCXR/labels/Darwin_00004619_NORMAL2-IM-1149-0001.png b/MendeleyCXR/labels/Darwin_00004619_NORMAL2-IM-1149-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..00791d0aac3fb4ddadfbfbdc5d961ae858f864da --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004619_NORMAL2-IM-1149-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cba34051c0b88b07b320c0c03bf574dd94caecee0dd545c8f69a679ce6cc6749 +size 1261 diff --git a/MendeleyCXR/labels/Darwin_00004620_NORMAL2-IM-1150-0001.png b/MendeleyCXR/labels/Darwin_00004620_NORMAL2-IM-1150-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4d252ea63a5fa475a4e5c7cea92de223538ee106 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004620_NORMAL2-IM-1150-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adec2612e1f0b2434e455a5b8af62bebd288701fd43038e4bdf4b0beef930066 +size 1312 diff --git a/MendeleyCXR/labels/Darwin_00004621_NORMAL2-IM-1151-0001.png b/MendeleyCXR/labels/Darwin_00004621_NORMAL2-IM-1151-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..82654466de41f78d54f353e33949af7f726ebb79 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004621_NORMAL2-IM-1151-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0789efbe1c57aa5aa7541a99a6989820d8030b51163f9a89e70800a52c9a7cd +size 1339 diff --git a/MendeleyCXR/labels/Darwin_00004622_NORMAL2-IM-1152-0001-0001.png b/MendeleyCXR/labels/Darwin_00004622_NORMAL2-IM-1152-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..64d58f69654d57a1a3181a07eacfa64aafa1d0e9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004622_NORMAL2-IM-1152-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a1a8683786ffb1c2a8e641fbcdbd6d7bc52551ef97df3bfcff6d5a03fb8553d +size 1208 diff --git a/MendeleyCXR/labels/Darwin_00004623_NORMAL2-IM-1152-0001-0002.png b/MendeleyCXR/labels/Darwin_00004623_NORMAL2-IM-1152-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..838c4df71fa868d4dfea629a0e7e529c89370c36 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004623_NORMAL2-IM-1152-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88b828a46197cf2df35d0e76c8692734d488335000feb67a4b22cc38e7dd10d0 +size 1087 diff --git a/MendeleyCXR/labels/Darwin_00004624_NORMAL2-IM-1152-0001.png b/MendeleyCXR/labels/Darwin_00004624_NORMAL2-IM-1152-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4ec3849cb4a520d655fd814526f2ddb7f3587e6f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004624_NORMAL2-IM-1152-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cceaa4c96c2dcaff99578945dcba22096ab31ad1e40c78d9e4b5a69f3f36c3e7 +size 1223 diff --git a/MendeleyCXR/labels/Darwin_00004625_NORMAL2-IM-1153-0001.png b/MendeleyCXR/labels/Darwin_00004625_NORMAL2-IM-1153-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b569cfeabb3c986d42f5448b67e54be3128e6941 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004625_NORMAL2-IM-1153-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1c65f5b59c6120885f5464c462ee3d20ade06abfc54ee273795e787c6c85406 +size 1324 diff --git a/MendeleyCXR/labels/Darwin_00004626_NORMAL2-IM-1154-0001-0001.png b/MendeleyCXR/labels/Darwin_00004626_NORMAL2-IM-1154-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fc9dd90bbc9c8a01042c05825c04daec1cab33fe --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004626_NORMAL2-IM-1154-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f6c1143bbec5df87eee43f3d919e705e7af32f9a386bb447e6e3118d7dffc18 +size 1185 diff --git a/MendeleyCXR/labels/Darwin_00004627_NORMAL2-IM-1154-0001-0002.png b/MendeleyCXR/labels/Darwin_00004627_NORMAL2-IM-1154-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..a7c74d0fd2116f002749d9debc2552f159376eb4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004627_NORMAL2-IM-1154-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adc865de5831847d141ecf6481b0bf3913f63029509bdfcb9c0b4aba133e1e71 +size 1326 diff --git a/MendeleyCXR/labels/Darwin_00004628_NORMAL2-IM-1154-0001.png b/MendeleyCXR/labels/Darwin_00004628_NORMAL2-IM-1154-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1e34287a6b7725c72f6e8735dc4776d891a38976 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004628_NORMAL2-IM-1154-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4292b4a2d97f8a38772ad2beed5c14ace890432ee43fa84b4558870e3773a0fb +size 1257 diff --git a/MendeleyCXR/labels/Darwin_00004629_NORMAL2-IM-1155-0001.png b/MendeleyCXR/labels/Darwin_00004629_NORMAL2-IM-1155-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..312775a017a7639f307674389317c65fb706fc79 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004629_NORMAL2-IM-1155-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c857d5bc2ee2c4335cf158aa88154de49145caf6de9d4ebe88798b78bd5b8ac +size 1192 diff --git a/MendeleyCXR/labels/Darwin_00004630_NORMAL2-IM-1156-0001.png b/MendeleyCXR/labels/Darwin_00004630_NORMAL2-IM-1156-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..cc688df303ac1ae54675de2892ec92f8367016ea --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004630_NORMAL2-IM-1156-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85cd1a3beb46d955448b6991d3de3a7a323082bd2f1f78c647e7fd402c516dfb +size 1147 diff --git a/MendeleyCXR/labels/Darwin_00004631_NORMAL2-IM-1157-0001.png b/MendeleyCXR/labels/Darwin_00004631_NORMAL2-IM-1157-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b03da6625a9dffaef72fbd1effa65a3296e2f2f5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004631_NORMAL2-IM-1157-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6396ca02ae0093eea87a973eb8e0c87b58e97ff76d0df9f4838e7cdf82a75e17 +size 1177 diff --git a/MendeleyCXR/labels/Darwin_00004632_NORMAL2-IM-1158-0001.png b/MendeleyCXR/labels/Darwin_00004632_NORMAL2-IM-1158-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3654b0c67231f7ecd56195bf2019da11b9e464d9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004632_NORMAL2-IM-1158-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb1734a1f4da566ae5804f0c25f69c4c37b1684d75dd9354de744f15ee253dd9 +size 1207 diff --git a/MendeleyCXR/labels/Darwin_00004633_NORMAL2-IM-1160-0001.png b/MendeleyCXR/labels/Darwin_00004633_NORMAL2-IM-1160-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b7b3dfa055eff3bc946d8730c0c756af4c2f6480 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004633_NORMAL2-IM-1160-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f1b98d0868253077c8ef3a02d9ca545b11e04a2fa8c21203f569affe00ecb9d +size 1180 diff --git a/MendeleyCXR/labels/Darwin_00004634_NORMAL2-IM-1161-0001.png b/MendeleyCXR/labels/Darwin_00004634_NORMAL2-IM-1161-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b25c0770beca2bb80dc629929afb249c7ead2543 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004634_NORMAL2-IM-1161-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddc15a71cd59f25723cdd6dea825b7d002456fcf0ea3fd11b7a0ae3af368e0fa +size 1280 diff --git a/MendeleyCXR/labels/Darwin_00004635_NORMAL2-IM-1162-0001.png b/MendeleyCXR/labels/Darwin_00004635_NORMAL2-IM-1162-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7b7345f387e1aa304234cc8bda75d0c8b05115e5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004635_NORMAL2-IM-1162-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a86318fe9fbae096564a1a5c5dbc110e239be5ac6b6a974ea3dca2e7a6ed1387 +size 1318 diff --git a/MendeleyCXR/labels/Darwin_00004636_NORMAL2-IM-1163-0001.png b/MendeleyCXR/labels/Darwin_00004636_NORMAL2-IM-1163-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1d8e42a97e3fd48382d50ac73b1a7d920f5e3a4b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004636_NORMAL2-IM-1163-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15a20b939a8dfbbf358538c971be585807dad9a3a101af40d425c7c47a3fc7b7 +size 1361 diff --git a/MendeleyCXR/labels/Darwin_00004637_NORMAL2-IM-1164-0001.png b/MendeleyCXR/labels/Darwin_00004637_NORMAL2-IM-1164-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d90593fb4dab79aeebef7b1c0dc743c62fd8723b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004637_NORMAL2-IM-1164-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94e4de36ac2050e84789b2fb25fe82604c409e6f8cb70b0485542c6441ef5f97 +size 1311 diff --git a/MendeleyCXR/labels/Darwin_00004638_NORMAL2-IM-1167-0001.png b/MendeleyCXR/labels/Darwin_00004638_NORMAL2-IM-1167-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b02f7d03d4e7852384492523d40194e1581106d4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004638_NORMAL2-IM-1167-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1c1cd6cbc06f25928743d8268acbe3a0377a82cc409ad9cf6fddd87cd1dc17 +size 1238 diff --git a/MendeleyCXR/labels/Darwin_00004639_NORMAL2-IM-1168-0001.png b/MendeleyCXR/labels/Darwin_00004639_NORMAL2-IM-1168-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..18dd34b6ade01a4d0e0d39b083becd1e5edd8769 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004639_NORMAL2-IM-1168-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:896a35b7e44cc50ba88d48b278849363d6bafea1752bb8cf684357932a23b59f +size 1189 diff --git a/MendeleyCXR/labels/Darwin_00004640_NORMAL2-IM-1169-0001.png b/MendeleyCXR/labels/Darwin_00004640_NORMAL2-IM-1169-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0848739bb3f2726d1bf0fc6fe864909e4e572840 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004640_NORMAL2-IM-1169-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6887c8f2dd0dc72103645939c643db36bdf23512f5b3d93d0241e047f583083b +size 1165 diff --git a/MendeleyCXR/labels/Darwin_00004641_NORMAL2-IM-1170-0001.png b/MendeleyCXR/labels/Darwin_00004641_NORMAL2-IM-1170-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fbf18e62db3978ab96785ae8e9e0b3903306c420 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004641_NORMAL2-IM-1170-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2c04f110fc1c930bd8fb8d58dc6bd1a69d3522fb019597728d6f80f8ea5d5fa +size 1312 diff --git a/MendeleyCXR/labels/Darwin_00004642_NORMAL2-IM-1171-0001.png b/MendeleyCXR/labels/Darwin_00004642_NORMAL2-IM-1171-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..dddb5ba7ef375294e6679ee7fd79ccbaca688695 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004642_NORMAL2-IM-1171-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:789d767de58c754c033599b762686a38675fe8291f7733f0ab3435b3d4fad4eb +size 1361 diff --git a/MendeleyCXR/labels/Darwin_00004643_NORMAL2-IM-1173-0001.png b/MendeleyCXR/labels/Darwin_00004643_NORMAL2-IM-1173-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fcddb49d82ba46b3d8056dfc7b50a80c5c4e8ed4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004643_NORMAL2-IM-1173-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dd4630b44b3d948ca8db351b875ab97bb6c597a57d104bd93b0a3e89a4abe72 +size 1244 diff --git a/MendeleyCXR/labels/Darwin_00004644_NORMAL2-IM-1174-0001.png b/MendeleyCXR/labels/Darwin_00004644_NORMAL2-IM-1174-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e576da6fd8999b7519d104aec8f7ca6c54cb603d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004644_NORMAL2-IM-1174-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03821b897a80693b3918e1643aa2b4ab0c5cfeb033691682259b9b124bdb5d51 +size 1210 diff --git a/MendeleyCXR/labels/Darwin_00004645_NORMAL2-IM-1175-0001.png b/MendeleyCXR/labels/Darwin_00004645_NORMAL2-IM-1175-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3953290a8cc8a6cb6d7955165e32e4c0252cb842 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004645_NORMAL2-IM-1175-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39d877b5d888d09a08ec1efea0733a8e9b92f001c168d23a187a466bac8e68a8 +size 1180 diff --git a/MendeleyCXR/labels/Darwin_00004646_NORMAL2-IM-1105-0001.png b/MendeleyCXR/labels/Darwin_00004646_NORMAL2-IM-1105-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..bb8daea7c30a0ed502e2f7c32cb0db42d3f98cb9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004646_NORMAL2-IM-1105-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0350a63d83d5f5eae7ae0ebd53ec836499fa15df238069362b43fa9eb95e1107 +size 1267 diff --git a/MendeleyCXR/labels/Darwin_00004647_NORMAL2-IM-1106-0001.png b/MendeleyCXR/labels/Darwin_00004647_NORMAL2-IM-1106-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2382827fcdb51b50e689b9a0eff02931f9ea2c6f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004647_NORMAL2-IM-1106-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51b8d103f0b77c56215b8c21d53b667f35a9520f229d43cbec334f862c4ff87f +size 1228 diff --git a/MendeleyCXR/labels/Darwin_00004648_NORMAL2-IM-1108-0001.png b/MendeleyCXR/labels/Darwin_00004648_NORMAL2-IM-1108-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8d14974537e70cd7eee855867e37140d63b48215 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004648_NORMAL2-IM-1108-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f5db926bd6bc50f1e0ee50b12e99018da37a97d2f209c85076323bfdfed4777 +size 1307 diff --git a/MendeleyCXR/labels/Darwin_00004649_NORMAL2-IM-1109-0001.png b/MendeleyCXR/labels/Darwin_00004649_NORMAL2-IM-1109-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6b5e524bfa02eb66a2aa4a6c2d3533061a2d9d75 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004649_NORMAL2-IM-1109-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c13ab2f4f96f417e3e0407dfb33f105a149df0a022ff13999fadfc3fa2c3879 +size 1123 diff --git a/MendeleyCXR/labels/Darwin_00004650_NORMAL2-IM-1110-0001.png b/MendeleyCXR/labels/Darwin_00004650_NORMAL2-IM-1110-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..888d2d629e25c6220f7158b9145285994fef1f30 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004650_NORMAL2-IM-1110-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4b25474cb37742bee2633b2af9daa6b0de89d1eb2e8ee574519121809c32fd8 +size 954 diff --git a/MendeleyCXR/labels/Darwin_00004651_NORMAL2-IM-1111-0001.png b/MendeleyCXR/labels/Darwin_00004651_NORMAL2-IM-1111-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9c2f42491eb5f4fc5f3a2a039f5ea947c98a3929 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004651_NORMAL2-IM-1111-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:508a54678a380c28e817c03259a04afb1fbab911e2b1b9c4bcff572b99f82f01 +size 1297 diff --git a/MendeleyCXR/labels/Darwin_00004652_NORMAL2-IM-1112-0001.png b/MendeleyCXR/labels/Darwin_00004652_NORMAL2-IM-1112-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e6a118b5aba9207f51f34ec40e573107aa6cb988 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004652_NORMAL2-IM-1112-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1856c8e436413f8844102795dc67d1b06e7e1755eb2fe85958e153b0f55d56d9 +size 1193 diff --git a/MendeleyCXR/labels/Darwin_00004653_NORMAL2-IM-1113-0001.png b/MendeleyCXR/labels/Darwin_00004653_NORMAL2-IM-1113-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e0d41efe1e16e97f58b2820c69a74be47d99ce3b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004653_NORMAL2-IM-1113-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf17ebe0b3c1c342375f042a76ff4f97dfd8c701a96ad3bdf790b11d39ded1da +size 1158 diff --git a/MendeleyCXR/labels/Darwin_00004654_NORMAL2-IM-1114-0001.png b/MendeleyCXR/labels/Darwin_00004654_NORMAL2-IM-1114-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2ee27afe01cc2a23e7434e34cdf57fc1dabbe510 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004654_NORMAL2-IM-1114-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3012df3a5c6bf26babc6c422cd309d39aecbcfe5827c951d7e2cf2832ff2ce4 +size 1242 diff --git a/MendeleyCXR/labels/Darwin_00004655_NORMAL2-IM-1116-0001-0001.png b/MendeleyCXR/labels/Darwin_00004655_NORMAL2-IM-1116-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..69edfe479a09b2212ebddeaf556960812784d80e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004655_NORMAL2-IM-1116-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:066cba8922d44bc053095004aa33aa443c900769809d5673c58aa9126e45af43 +size 1241 diff --git a/MendeleyCXR/labels/Darwin_00004656_NORMAL2-IM-1116-0001-0002.png b/MendeleyCXR/labels/Darwin_00004656_NORMAL2-IM-1116-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..ae63bf516f342faf7e0c0ba00d523af4841e871c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004656_NORMAL2-IM-1116-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1bbf04f9e622b191a2c1e3093852c074513889c0bb4e82ffb0968a4ff04dee5 +size 1306 diff --git a/MendeleyCXR/labels/Darwin_00004657_NORMAL2-IM-1116-0001.png b/MendeleyCXR/labels/Darwin_00004657_NORMAL2-IM-1116-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8e32f2866774b0ea09ea4bc6fb455465fa84d6a4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004657_NORMAL2-IM-1116-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a79fa6d914a54e98866844dd624115f310d03d1d120959d11d262bdbbee7f00 +size 1252 diff --git a/MendeleyCXR/labels/Darwin_00004658_NORMAL2-IM-1117-0001.png b/MendeleyCXR/labels/Darwin_00004658_NORMAL2-IM-1117-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..df1e07662d2ec029daefee490eaa69719cf39394 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004658_NORMAL2-IM-1117-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:788fb47ff7156ffadef029f5adcb26582b3f3c8e8b185653123c01c8bd1b4c19 +size 1198 diff --git a/MendeleyCXR/labels/Darwin_00004659_NORMAL2-IM-1118-0001.png b/MendeleyCXR/labels/Darwin_00004659_NORMAL2-IM-1118-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9eecffa39d11068e5d8a622b3b0e5fc19d65180f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004659_NORMAL2-IM-1118-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79a4d38228391646521f879899527346df29c3d7da5947542d2166bb6f2433be +size 1290 diff --git a/MendeleyCXR/labels/Darwin_00004660_NORMAL2-IM-1120-0001.png b/MendeleyCXR/labels/Darwin_00004660_NORMAL2-IM-1120-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..717638c343ed9acb11c092241fda6fb41fe0e2e4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004660_NORMAL2-IM-1120-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:916e05397cc7f9a603aadd4ccbcd9b0bcecdd8177f514d44017e60f2431b3c4c +size 1250 diff --git a/MendeleyCXR/labels/Darwin_00004661_NORMAL2-IM-1122-0001.png b/MendeleyCXR/labels/Darwin_00004661_NORMAL2-IM-1122-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6b6e4b674eb9c2dd94d9c0964afd5ed39ca310c8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004661_NORMAL2-IM-1122-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:731101765c89633fc41987bd2de6c77e0026f792a1e8bb27061b820b46fd86ac +size 1157 diff --git a/MendeleyCXR/labels/Darwin_00004662_NORMAL2-IM-1123-0001.png b/MendeleyCXR/labels/Darwin_00004662_NORMAL2-IM-1123-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..033f76cfca7eb786920c8652f948148c70660f78 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004662_NORMAL2-IM-1123-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcb5dd27c88f86f9688bc6806672febdb37669cfccc3a01efee411dbc2100619 +size 1186 diff --git a/MendeleyCXR/labels/Darwin_00004663_NORMAL2-IM-1124-0001.png b/MendeleyCXR/labels/Darwin_00004663_NORMAL2-IM-1124-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..62ebd6c360e129ba6cf99d87fd0d2941065f7a3d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004663_NORMAL2-IM-1124-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d98790aab6f31d167f99cb5ac651cc7aae09455514cfa38a3c526deb381c7c7d +size 1154 diff --git a/MendeleyCXR/labels/Darwin_00004664_NORMAL2-IM-1125-0001.png b/MendeleyCXR/labels/Darwin_00004664_NORMAL2-IM-1125-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ed7406b34d605da0c6cdcf29d6835a3ef7ffac40 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004664_NORMAL2-IM-1125-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd455eefde301c26c700e33f5029956392fc7ef92795dd68116ca76791384a7d +size 1357 diff --git a/MendeleyCXR/labels/Darwin_00004665_NORMAL2-IM-1126-0001.png b/MendeleyCXR/labels/Darwin_00004665_NORMAL2-IM-1126-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..24921d5668451221ad54c1f2e99021a7914143b5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004665_NORMAL2-IM-1126-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eac2277a561672243542e7ead5ba44188405e11ee767c2ef65dca77705a57991 +size 1406 diff --git a/MendeleyCXR/labels/Darwin_00004666_NORMAL2-IM-1127-0001.png b/MendeleyCXR/labels/Darwin_00004666_NORMAL2-IM-1127-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7bf4c03f7082ec2b9c39b597341875af93980ca9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004666_NORMAL2-IM-1127-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b7c50cfc234ee87694737db2647b5c58d4e88017e9c10b72ca60858046dcbba +size 1452 diff --git a/MendeleyCXR/labels/Darwin_00004667_NORMAL2-IM-1128-0001-0001.png b/MendeleyCXR/labels/Darwin_00004667_NORMAL2-IM-1128-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5c0325601d96440fcb6e67756b5473ddf313e5c1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004667_NORMAL2-IM-1128-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7e242c50735728a45b6fb69641f2bc085b16db36cd39d7a1eb0519960da4c58 +size 1245 diff --git a/MendeleyCXR/labels/Darwin_00004668_NORMAL2-IM-1128-0001-0002.png b/MendeleyCXR/labels/Darwin_00004668_NORMAL2-IM-1128-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..3619c1fd9062913f020892b099a324d69263b202 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004668_NORMAL2-IM-1128-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54609f59540ed1a62f821b821ec82070a8835fede42c3a2633bc0de23309ee09 +size 1269 diff --git a/MendeleyCXR/labels/Darwin_00004669_NORMAL2-IM-1128-0001.png b/MendeleyCXR/labels/Darwin_00004669_NORMAL2-IM-1128-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..49ac9e15fb0b2b8beca5a0d7dfd1b9b5150dfd60 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004669_NORMAL2-IM-1128-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10b6196915ca0fb57e4355f37cade493bac894659bcef04a4c0226b9b01b5443 +size 1213 diff --git a/MendeleyCXR/labels/Darwin_00004670_NORMAL2-IM-1130-0001.png b/MendeleyCXR/labels/Darwin_00004670_NORMAL2-IM-1130-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..bb12564c3dc7d5b02af8ea18851faa0fef104033 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004670_NORMAL2-IM-1130-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ae7f603112f16431a9fad3712b97b5a517d061c9bfea2ad3c044549508b0044 +size 1241 diff --git a/MendeleyCXR/labels/Darwin_00004671_NORMAL2-IM-1131-0001.png b/MendeleyCXR/labels/Darwin_00004671_NORMAL2-IM-1131-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..78bc245e24827fe8f347adafec9008c504aac643 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004671_NORMAL2-IM-1131-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f6015c9b02d8aaedcb2c83a50dde4f324ca552794b079da38724657d0c602e5 +size 1277 diff --git a/MendeleyCXR/labels/Darwin_00004672_NORMAL2-IM-1132-0001.png b/MendeleyCXR/labels/Darwin_00004672_NORMAL2-IM-1132-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0af36adfdbfbfab4c8db8a0571b20bc9e32abb8f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004672_NORMAL2-IM-1132-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c927c866e9b7c0f1c2755208553e410ceb2888abebb60bddc18c51790d20734 +size 1145 diff --git a/MendeleyCXR/labels/Darwin_00004673_NORMAL2-IM-1134-0001.png b/MendeleyCXR/labels/Darwin_00004673_NORMAL2-IM-1134-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..93be400eaca94f55efd214e7ffa18647357bb23c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004673_NORMAL2-IM-1134-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65a727e3a1c691eb51aad214a7ed09b5334a74bdea144e5ca51ec215568b57e1 +size 1149 diff --git a/MendeleyCXR/labels/Darwin_00004674_NORMAL2-IM-1135-0001.png b/MendeleyCXR/labels/Darwin_00004674_NORMAL2-IM-1135-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a7eb3d531cd6210ab5a3c11805441b6ecf11364e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004674_NORMAL2-IM-1135-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:547b9aa258e92edbab1f6f49b5d8fc7666c8856e4982d49e710c38ca224b2cfd +size 1356 diff --git a/MendeleyCXR/labels/Darwin_00004675_NORMAL2-IM-1136-0001.png b/MendeleyCXR/labels/Darwin_00004675_NORMAL2-IM-1136-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7898959e38f0a8d6dd5090c9d14181e71c74320e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004675_NORMAL2-IM-1136-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14048f34048e62d23f9a378c6f035eb1ac860048d46de25b5917e424468e8a49 +size 1256 diff --git a/MendeleyCXR/labels/Darwin_00004676_NORMAL2-IM-1138-0001.png b/MendeleyCXR/labels/Darwin_00004676_NORMAL2-IM-1138-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1a6b0e4c0cce9c4b679093bab2d4a6bf1befd0e4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004676_NORMAL2-IM-1138-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d9dce436331d3d2c87aaaf60b25f3398023110efe628dc7b936b612481ca5b1 +size 1092 diff --git a/MendeleyCXR/labels/Darwin_00004677_NORMAL2-IM-1141-0001.png b/MendeleyCXR/labels/Darwin_00004677_NORMAL2-IM-1141-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..65f2bc7242908ad58efeeb1e07749fcc1565369c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004677_NORMAL2-IM-1141-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:477423d7dc4882742cdd02da0460591e5182401d6eb6c239a344b1918d5ff819 +size 1206 diff --git a/MendeleyCXR/labels/Darwin_00004678_NORMAL2-IM-1142-0001-0001.png b/MendeleyCXR/labels/Darwin_00004678_NORMAL2-IM-1142-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5bab715b5d7f3db8a5f7f64b254d84836d889efc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004678_NORMAL2-IM-1142-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7f45b562fb361e1eda88100b8014f061d4c72f514e78f30acbb464f496b1e55 +size 1302 diff --git a/MendeleyCXR/labels/Darwin_00004679_NORMAL2-IM-1053-0001.png b/MendeleyCXR/labels/Darwin_00004679_NORMAL2-IM-1053-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ad532dd7940234b3684511607bb65cf4f9a82d32 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004679_NORMAL2-IM-1053-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a74ac49333f04f4e455326d2d46c61671c3a09437a68dcd7c35e5227bc04d41 +size 1328 diff --git a/MendeleyCXR/labels/Darwin_00004680_NORMAL2-IM-1054-0001.png b/MendeleyCXR/labels/Darwin_00004680_NORMAL2-IM-1054-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..679e8957596ad70b7b2b15870b3e68ac288eff1c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004680_NORMAL2-IM-1054-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:584d8053ff73489c764fd098f81b18a52025056c0b8673993aac45ac9ac11054 +size 1295 diff --git a/MendeleyCXR/labels/Darwin_00004681_NORMAL2-IM-1055-0001.png b/MendeleyCXR/labels/Darwin_00004681_NORMAL2-IM-1055-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c6b8f0daa578b9b4d1c7de482e7040f19ec47ffe --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004681_NORMAL2-IM-1055-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0239ab7633fce7c528693cd590b31ad173079f52f106c5e07347d3b66bd86d1a +size 1202 diff --git a/MendeleyCXR/labels/Darwin_00004682_NORMAL2-IM-1056-0001.png b/MendeleyCXR/labels/Darwin_00004682_NORMAL2-IM-1056-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..589cea8be02208cb837d86807080476f4580a6f2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004682_NORMAL2-IM-1056-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb018b7bda6227c6cc4614ec3c5ad19a28342e5609e634583f65dcd993e87a47 +size 1137 diff --git a/MendeleyCXR/labels/Darwin_00004683_NORMAL2-IM-1058-0001.png b/MendeleyCXR/labels/Darwin_00004683_NORMAL2-IM-1058-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4096b2a3687ceda75f2928ef970ba2155c76d114 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004683_NORMAL2-IM-1058-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b85f52a0b6e160fa11454b899bb34fb04247370d105ea6d3066582703841d47c +size 1323 diff --git a/MendeleyCXR/labels/Darwin_00004684_NORMAL2-IM-1059-0001.png b/MendeleyCXR/labels/Darwin_00004684_NORMAL2-IM-1059-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6490457de176d73faec08215782e79bd8f50e618 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004684_NORMAL2-IM-1059-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e9b5a7df95a0ebe36d1e20c48fa6d034186a9ce0ab5b57cbc589f603c2fb4a0 +size 1242 diff --git a/MendeleyCXR/labels/Darwin_00004685_NORMAL2-IM-1060-0001.png b/MendeleyCXR/labels/Darwin_00004685_NORMAL2-IM-1060-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2b935117e77fcc86e434033b8d2bf39d1cc675c1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004685_NORMAL2-IM-1060-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96e2e26d57d5ad906649496a11a7a12eb1dca017c8e367c801b6d4f1f321be24 +size 1232 diff --git a/MendeleyCXR/labels/Darwin_00004686_NORMAL2-IM-1062-0001.png b/MendeleyCXR/labels/Darwin_00004686_NORMAL2-IM-1062-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..69b980557ca03546b4c6598d5c9df282f9b8d37e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004686_NORMAL2-IM-1062-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:374d880aa376c60d8d3ec0f464ceadef76e9d879edb1e7616e8f2da274efe3fa +size 1220 diff --git a/MendeleyCXR/labels/Darwin_00004687_NORMAL2-IM-1064-0001.png b/MendeleyCXR/labels/Darwin_00004687_NORMAL2-IM-1064-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e8bdb4a4ddf6aaf4d5f4fc9e27328247c04cc53d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004687_NORMAL2-IM-1064-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4355941424e3379c81fd6ccbc3e65aa8403e8bf12840237ef84fe41cd028203 +size 1069 diff --git a/MendeleyCXR/labels/Darwin_00004688_NORMAL2-IM-1067-0001-0001.png b/MendeleyCXR/labels/Darwin_00004688_NORMAL2-IM-1067-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..306e4498024a5e803da7e04729e37d8c84efb3e0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004688_NORMAL2-IM-1067-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f2484f1b4d83a3df2a1db794999371fc305c7f920f9490bf35f6ce51ffb7e80 +size 1194 diff --git a/MendeleyCXR/labels/Darwin_00004689_NORMAL2-IM-1067-0001.png b/MendeleyCXR/labels/Darwin_00004689_NORMAL2-IM-1067-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2eff451ffdda647a18ae6377de207938a81fdac2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004689_NORMAL2-IM-1067-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a0ec3a33a84651c3a33fa12ff9f5961ca99f4566fe76365ff79ecc996be375d +size 1173 diff --git a/MendeleyCXR/labels/Darwin_00004690_NORMAL2-IM-1073-0001.png b/MendeleyCXR/labels/Darwin_00004690_NORMAL2-IM-1073-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2e0e3784525887aa6be655de98e8a0f29734c79d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004690_NORMAL2-IM-1073-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d99662fdd9d92ca76ada95fe379f6f923dd3f828441d5ebe7ed38a048fde764b +size 1106 diff --git a/MendeleyCXR/labels/Darwin_00004691_NORMAL2-IM-1084-0001.png b/MendeleyCXR/labels/Darwin_00004691_NORMAL2-IM-1084-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e3a7e256bcc89180520a16ef324f759b19416af7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004691_NORMAL2-IM-1084-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:805c72f5f0e1529aae46b6a2a3ac871a9e1d38a41aa925658626b470e0731281 +size 1217 diff --git a/MendeleyCXR/labels/Darwin_00004692_NORMAL2-IM-1086-0001.png b/MendeleyCXR/labels/Darwin_00004692_NORMAL2-IM-1086-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7f63afba9f853e267155f4c4e784d0d80bc43a30 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004692_NORMAL2-IM-1086-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a29f5c036e2c636227083677c05f9641454a966f8b721cb5121413119aec6f7 +size 1309 diff --git a/MendeleyCXR/labels/Darwin_00004693_NORMAL2-IM-1088-0001.png b/MendeleyCXR/labels/Darwin_00004693_NORMAL2-IM-1088-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e4c186898d3774b9ccdde8a7fde93d59c6d64da4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004693_NORMAL2-IM-1088-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ff167d9b61cf3befba4fa95ad911d968ef703e71f8c60fa32c909c8c38e0f34 +size 1159 diff --git a/MendeleyCXR/labels/Darwin_00004694_NORMAL2-IM-1089-0001.png b/MendeleyCXR/labels/Darwin_00004694_NORMAL2-IM-1089-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5d4a9071c213d467e98358261fd2a843744d0594 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004694_NORMAL2-IM-1089-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5552a158066ef4c502453920edc6eefe587ce2a0a7bbd93ac9cb59c26d84b963 +size 1252 diff --git a/MendeleyCXR/labels/Darwin_00004695_NORMAL2-IM-1090-0001.png b/MendeleyCXR/labels/Darwin_00004695_NORMAL2-IM-1090-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..099bd4d6246e49c0a5aff6b025aabce761b548ac --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004695_NORMAL2-IM-1090-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0de3936d809411925088672f39b9ffb842b044a4238d85f64ca223078199debb +size 1159 diff --git a/MendeleyCXR/labels/Darwin_00004696_NORMAL2-IM-1091-0001.png b/MendeleyCXR/labels/Darwin_00004696_NORMAL2-IM-1091-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8c794b20e93dc88e66d7497a1b9f59dcea43453a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004696_NORMAL2-IM-1091-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e7c64d7c814879802057a4af3dddc6984094d5b4c9f9fcdaa008bdd0d439d36 +size 1172 diff --git a/MendeleyCXR/labels/Darwin_00004697_NORMAL2-IM-1093-0001.png b/MendeleyCXR/labels/Darwin_00004697_NORMAL2-IM-1093-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..79cc13f4123d443810f6d127050f2d31917014ef --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004697_NORMAL2-IM-1093-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:923a44e0faf186eaab41e344c569273c5eac6c950a97512106cdf9cdf4f1c157 +size 1228 diff --git a/MendeleyCXR/labels/Darwin_00004698_NORMAL2-IM-1094-0001-0001.png b/MendeleyCXR/labels/Darwin_00004698_NORMAL2-IM-1094-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2da650ebaeb911c453579e86bd0e569f6b4b9932 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004698_NORMAL2-IM-1094-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49504060cbe64cc2f9deb83dcdb4809fdabd814a5d79c4d36ff33d2bc8f91bcb +size 1193 diff --git a/MendeleyCXR/labels/Darwin_00004699_NORMAL2-IM-1094-0001-0002.png b/MendeleyCXR/labels/Darwin_00004699_NORMAL2-IM-1094-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..6b8b290e6e571c0844523a8315c8de45ec807752 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004699_NORMAL2-IM-1094-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:461a15fe2fdba25844cd0111dd63f1fb37e78218e06c4336028a053375f1d1b1 +size 1300 diff --git a/MendeleyCXR/labels/Darwin_00004700_NORMAL2-IM-1094-0001.png b/MendeleyCXR/labels/Darwin_00004700_NORMAL2-IM-1094-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..450b7e0273fe773f3fccdb765a1de78ea4399bbd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004700_NORMAL2-IM-1094-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71cc9953d4ec1bad6c99836907c7238aa4f5bd50b1d923ea7d5921a10960ca55 +size 1238 diff --git a/MendeleyCXR/labels/Darwin_00004701_NORMAL2-IM-1096-0001-0001.png b/MendeleyCXR/labels/Darwin_00004701_NORMAL2-IM-1096-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fb91dac3cda5688fb72b7f1e43a487ab418d4ed9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004701_NORMAL2-IM-1096-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e89009ac6c0c02d20f18f7106e3a31c8a6c2c27d1fb5b60e8c1430967feeec2 +size 1178 diff --git a/MendeleyCXR/labels/Darwin_00004702_NORMAL2-IM-1096-0001-0003.png b/MendeleyCXR/labels/Darwin_00004702_NORMAL2-IM-1096-0001-0003.png new file mode 100644 index 0000000000000000000000000000000000000000..a44362284eedf250f52fe9d52043cd09b8d01e0f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004702_NORMAL2-IM-1096-0001-0003.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9db7b7cde4d6d052c060c94bb50002b28b97d33b21f60b99ee2e7983a56706fd +size 1247 diff --git a/MendeleyCXR/labels/Darwin_00004703_NORMAL2-IM-1096-0001.png b/MendeleyCXR/labels/Darwin_00004703_NORMAL2-IM-1096-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..637d502b08ea63f22802ff3b36cbea2beac25034 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004703_NORMAL2-IM-1096-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e72d9f229c0f68302a23b3ce58b25956a8d50f068506fd75809bf7b1d0cbbf2 +size 1282 diff --git a/MendeleyCXR/labels/Darwin_00004704_NORMAL2-IM-1098-0001.png b/MendeleyCXR/labels/Darwin_00004704_NORMAL2-IM-1098-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..eb63dae521fc2288898a401762ae341022c436cf --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004704_NORMAL2-IM-1098-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d155a30dce263d24a67a5b3fdf26bb35bc5b3819527e4b358913aae35ecbdbe8 +size 1247 diff --git a/MendeleyCXR/labels/Darwin_00004705_NORMAL2-IM-1100-0001.png b/MendeleyCXR/labels/Darwin_00004705_NORMAL2-IM-1100-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1891d6aee931b7545b22d5910d5b5e00b235917a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004705_NORMAL2-IM-1100-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2220b58c5fe250d8030203bbe07953bd2b1bcdf976273ed11fe4dde0b8f6423 +size 1226 diff --git a/MendeleyCXR/labels/Darwin_00004706_NORMAL2-IM-1102-0001-0001.png b/MendeleyCXR/labels/Darwin_00004706_NORMAL2-IM-1102-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3474a3ef7a0301916b2cda567f20c86bb36ace79 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004706_NORMAL2-IM-1102-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ac4f655c98f5b657384c41e6d96846d8678f18557f5ac029c7ff7f839e957a8 +size 1253 diff --git a/MendeleyCXR/labels/Darwin_00004707_NORMAL2-IM-1102-0001-0002.png b/MendeleyCXR/labels/Darwin_00004707_NORMAL2-IM-1102-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..3c353582e6430cf2d069ada59dfe354da04fae73 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004707_NORMAL2-IM-1102-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d1c1f8a60156a80493e27246b866bdc5792e8e1da5ece0d43e4ab54352d458a +size 1257 diff --git a/MendeleyCXR/labels/Darwin_00004708_NORMAL2-IM-1102-0001.png b/MendeleyCXR/labels/Darwin_00004708_NORMAL2-IM-1102-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..92f68f972befdd3002a7a5f92c23b484ccd756a1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004708_NORMAL2-IM-1102-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00ba7d98d55b17bf859105d32919b5241181300b83f43c21cf75880c94ba06e9 +size 1201 diff --git a/MendeleyCXR/labels/Darwin_00004709_NORMAL2-IM-1103-0001-0001.png b/MendeleyCXR/labels/Darwin_00004709_NORMAL2-IM-1103-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..cd84ef1e36c6df64620de4b959f90d2840da11fa --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004709_NORMAL2-IM-1103-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19e572eb79862678f12bcefbc99bf326b3b9a51686cc8b6e7ed6c22d64eedf5e +size 1241 diff --git a/MendeleyCXR/labels/Darwin_00004710_NORMAL2-IM-1104-0001.png b/MendeleyCXR/labels/Darwin_00004710_NORMAL2-IM-1104-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7525c9e50f660a08e21ecb1785c267e490b990d5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004710_NORMAL2-IM-1104-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f278a16f31dfd741e4e90d02862def452d174a3a4b8ebd82b7c99d4b52374bb +size 1192 diff --git a/MendeleyCXR/labels/Darwin_00004711_NORMAL2-IM-1019-0001.png b/MendeleyCXR/labels/Darwin_00004711_NORMAL2-IM-1019-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4d4fc11e7f525f35d3e0ebf721a771ed28732e83 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004711_NORMAL2-IM-1019-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4cd517b118bc222c30b5eeb72f207ffe8e3512459f0ac8c2a0192324b8d4087 +size 1155 diff --git a/MendeleyCXR/labels/Darwin_00004712_NORMAL2-IM-1020-0001-0001.png b/MendeleyCXR/labels/Darwin_00004712_NORMAL2-IM-1020-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5cc5b0220e66370c5eff6b91b0d023a7156ea6c9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004712_NORMAL2-IM-1020-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fcbeaf3e73f0b673e0d633d8c63a929a2b918ec916ab1389fa53f11c85a5ae1 +size 1148 diff --git a/MendeleyCXR/labels/Darwin_00004713_NORMAL2-IM-1020-0001-0002.png b/MendeleyCXR/labels/Darwin_00004713_NORMAL2-IM-1020-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..172b006e8cbee9ffb429bbac1c5b3fef424de3d3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004713_NORMAL2-IM-1020-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ecd98511a817961c12bc7f1e38c23a3d86065a581db4469f0d7ebcdc5d8a209 +size 1329 diff --git a/MendeleyCXR/labels/Darwin_00004714_NORMAL2-IM-1020-0001.png b/MendeleyCXR/labels/Darwin_00004714_NORMAL2-IM-1020-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..42cb8cb83ab59ad39627cd01da09d048bfecc6ce --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004714_NORMAL2-IM-1020-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ddccaffc54ca7efc91bd33f4cf291c4d94b84d2f53dd1146523ed0ec28d6889 +size 1296 diff --git a/MendeleyCXR/labels/Darwin_00004715_NORMAL2-IM-1022-0001.png b/MendeleyCXR/labels/Darwin_00004715_NORMAL2-IM-1022-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c6549c0eadbf07e06df343eec39ef938d02ccb4c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004715_NORMAL2-IM-1022-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73df5fe5e07c3a7f54becf831279c465d69c3105ebf66576378bb86f5dc3e570 +size 1280 diff --git a/MendeleyCXR/labels/Darwin_00004716_NORMAL2-IM-1023-0001.png b/MendeleyCXR/labels/Darwin_00004716_NORMAL2-IM-1023-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..774737f7a9bbf4020c581b66b3f04c2c6875516d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004716_NORMAL2-IM-1023-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e1956a61713a218bc72ac05f6ee2827732d8964e71db44ea2a02b1212ab4c76 +size 1172 diff --git a/MendeleyCXR/labels/Darwin_00004717_NORMAL2-IM-1024-0001.png b/MendeleyCXR/labels/Darwin_00004717_NORMAL2-IM-1024-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..20bf66068aa67e1f68e7422aa7fafaf5b56984b6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004717_NORMAL2-IM-1024-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f3459323e4d9cd70352dd713beda0498b148ab89d0742c68e13f4c11cb12cf1 +size 1261 diff --git a/MendeleyCXR/labels/Darwin_00004718_NORMAL2-IM-1025-0001.png b/MendeleyCXR/labels/Darwin_00004718_NORMAL2-IM-1025-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..526a7fca6b47939798b27d319369a06174b7d235 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004718_NORMAL2-IM-1025-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c28c01b0144eed920a00b6d751dbe241d4c85d3789d36f4da563c420077ca6b +size 1137 diff --git a/MendeleyCXR/labels/Darwin_00004719_NORMAL2-IM-1026-0001.png b/MendeleyCXR/labels/Darwin_00004719_NORMAL2-IM-1026-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..45b2659bdf8ac3050bb9056d88530939b7a83827 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004719_NORMAL2-IM-1026-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a9e7848c486b1af46bee650f129f95ad8917593dde79a48f92f84adc6619c68 +size 1242 diff --git a/MendeleyCXR/labels/Darwin_00004720_NORMAL2-IM-1027-0001.png b/MendeleyCXR/labels/Darwin_00004720_NORMAL2-IM-1027-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..bc8f6a2d831a1187a6143b859c2a4016717c3393 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004720_NORMAL2-IM-1027-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f3adb979dfa2b010f4919b8937aaecc7a9a7e68ecbf82d5dfa445fe4b40b839 +size 1295 diff --git a/MendeleyCXR/labels/Darwin_00004721_NORMAL2-IM-1028-0001.png b/MendeleyCXR/labels/Darwin_00004721_NORMAL2-IM-1028-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1eff465416f65192995830e0b6a05e1bc7243ba1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004721_NORMAL2-IM-1028-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59ab5d00d390dbadcbdb8b136947d66554e7d427e0c54522cdbe7443cbff472c +size 1134 diff --git a/MendeleyCXR/labels/Darwin_00004722_NORMAL2-IM-1030-0001.png b/MendeleyCXR/labels/Darwin_00004722_NORMAL2-IM-1030-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4200a133ae0dd3b0242afeaf68f713b5e147817f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004722_NORMAL2-IM-1030-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56308de275b8ef1579cb8726a06571d1fc9918fb3966130853c673257ebe5e10 +size 1128 diff --git a/MendeleyCXR/labels/Darwin_00004723_NORMAL2-IM-1033-0001.png b/MendeleyCXR/labels/Darwin_00004723_NORMAL2-IM-1033-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..39d07d8c2246f74b30b8ca6e04862ebad6b37987 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004723_NORMAL2-IM-1033-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9112cb32271432f4f5fae8a1b2a974282d310463a2a82008bad1a088c0421741 +size 1197 diff --git a/MendeleyCXR/labels/Darwin_00004724_NORMAL2-IM-1035-0001.png b/MendeleyCXR/labels/Darwin_00004724_NORMAL2-IM-1035-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..60d4249930ad3f456f88d251d620a5461707e455 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004724_NORMAL2-IM-1035-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf1881370522bfb7a0f6d772d690d6953803234d6c7246a642c88fd93ef2de3f +size 1188 diff --git a/MendeleyCXR/labels/Darwin_00004725_NORMAL2-IM-1037-0001.png b/MendeleyCXR/labels/Darwin_00004725_NORMAL2-IM-1037-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..50e060d37225f27b2db6479ed6b6178e2cfa33f0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004725_NORMAL2-IM-1037-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d0171262165af4f5fd30e5e1011a93ee2cd422551782ec3404fa7ede309542f +size 1235 diff --git a/MendeleyCXR/labels/Darwin_00004726_NORMAL2-IM-1038-0001.png b/MendeleyCXR/labels/Darwin_00004726_NORMAL2-IM-1038-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f40c0f07215423f56b75c219be0bbff804d8be41 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004726_NORMAL2-IM-1038-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa9d74240a1cbf0157720ce2e87d50e1782d4c0ac65728f5a9ed9ed40eb38d26 +size 1178 diff --git a/MendeleyCXR/labels/Darwin_00004727_NORMAL2-IM-1039-0001.png b/MendeleyCXR/labels/Darwin_00004727_NORMAL2-IM-1039-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..329c7aea9c9b6250d63b79ba8b390c6fa0df8390 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004727_NORMAL2-IM-1039-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e359a2d67d91c1e0c249e4a4647e0e129dcb8cfa2f13417e8d048171aa76198 +size 1230 diff --git a/MendeleyCXR/labels/Darwin_00004728_NORMAL2-IM-1040-0001.png b/MendeleyCXR/labels/Darwin_00004728_NORMAL2-IM-1040-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5ee351d54a6fe16f972ba3eeb619104fd1290f07 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004728_NORMAL2-IM-1040-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9f5d3c8ef038d0fa7ce9e578b78b0d206c9cf76802ef1ecf742e18ef7f8be8f +size 1159 diff --git a/MendeleyCXR/labels/Darwin_00004729_NORMAL2-IM-1041-0001.png b/MendeleyCXR/labels/Darwin_00004729_NORMAL2-IM-1041-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e78e06dd647d71f8947e871dd3d86d4a67e8b489 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004729_NORMAL2-IM-1041-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15982e2ec8d8bbb243b35bf2941249008214e48eada7267a740e2720150b9e23 +size 1219 diff --git a/MendeleyCXR/labels/Darwin_00004730_NORMAL2-IM-1043-0001.png b/MendeleyCXR/labels/Darwin_00004730_NORMAL2-IM-1043-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0c08846cadeee547f4583dd2ef97c06e7a4f2af5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004730_NORMAL2-IM-1043-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6af077b9984e56fa200e0b7b677432b3a3fb7fc1ce0de9fb063b87a3763b870d +size 1190 diff --git a/MendeleyCXR/labels/Darwin_00004731_NORMAL2-IM-1044-0001.png b/MendeleyCXR/labels/Darwin_00004731_NORMAL2-IM-1044-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1f2041f168140fd6112ea1657d52cca5aa8a9dae --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004731_NORMAL2-IM-1044-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b1a048e100ec8bc3fa4380b50b39314b62e514d255084b999463fe46e2bbd97 +size 1252 diff --git a/MendeleyCXR/labels/Darwin_00004732_NORMAL2-IM-1045-0001.png b/MendeleyCXR/labels/Darwin_00004732_NORMAL2-IM-1045-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5c33597a483c52833b70cea723a48d2d56f22691 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004732_NORMAL2-IM-1045-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2c23e882e15834622886e1bb85e3db94fe1e67d0a0431212957dfa8b419383a +size 1208 diff --git a/MendeleyCXR/labels/Darwin_00004733_NORMAL2-IM-1046-0001.png b/MendeleyCXR/labels/Darwin_00004733_NORMAL2-IM-1046-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..19086f1ef88d4631341307f2938dec54061ed8ba --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004733_NORMAL2-IM-1046-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c3e33c58da34b62f5d41b6831f155a5345cd43c48e0a13e76d65242fe82c477 +size 1110 diff --git a/MendeleyCXR/labels/Darwin_00004734_NORMAL2-IM-1047-0001.png b/MendeleyCXR/labels/Darwin_00004734_NORMAL2-IM-1047-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6656fe1d6af7ae9c8d2ebed33caf5776415b404d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004734_NORMAL2-IM-1047-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c82000746bd5fcf9213d5b7f7775fe2cf3713345cacd766cdca779c01b034e7 +size 1324 diff --git a/MendeleyCXR/labels/Darwin_00004735_NORMAL2-IM-1048-0001.png b/MendeleyCXR/labels/Darwin_00004735_NORMAL2-IM-1048-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0bcd4d4d6efa6acaf8fc081c148cf9410ea6d354 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004735_NORMAL2-IM-1048-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37f9ac9b9d34d3f92f447295f207144993570e18987a4e28232391307e53d4bb +size 1271 diff --git a/MendeleyCXR/labels/Darwin_00004736_NORMAL2-IM-1049-0001.png b/MendeleyCXR/labels/Darwin_00004736_NORMAL2-IM-1049-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1fbdc6aae61280b196c6a066dbd41b0962c23cff --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004736_NORMAL2-IM-1049-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5221c9fe2c7670eee0d74cb88a069a68c3d48c27a1b90077a5f3b1209b0062fb +size 1150 diff --git a/MendeleyCXR/labels/Darwin_00004737_NORMAL2-IM-1050-0001.png b/MendeleyCXR/labels/Darwin_00004737_NORMAL2-IM-1050-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..20f861b94a11d0f909a1253738f9f14b56c55a87 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004737_NORMAL2-IM-1050-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75426d021b3468f35c4f2e1596ea7000e2ef0b187caebd88f10a46b0c13563dc +size 1273 diff --git a/MendeleyCXR/labels/Darwin_00004738_NORMAL2-IM-1051-0001.png b/MendeleyCXR/labels/Darwin_00004738_NORMAL2-IM-1051-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d52f6b4fc3f77903e9cf076b98e4b5d254c1273f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004738_NORMAL2-IM-1051-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e499b950d1a9026c3e70bc2e3d461cc4b7dfa350dd362d1ca431510ce8342bb1 +size 1387 diff --git a/MendeleyCXR/labels/Darwin_00004739_NORMAL2-IM-1052-0001.png b/MendeleyCXR/labels/Darwin_00004739_NORMAL2-IM-1052-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..241c115b9ff752ab9200eb150ee270e1cfa7248a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004739_NORMAL2-IM-1052-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40aa2d8aca0ac009f02e1a7c90529b8fb54efe74cae73a877320e91871c2aaba +size 1203 diff --git a/MendeleyCXR/labels/Darwin_00004740_NORMAL2-IM-0983-0001-0001.png b/MendeleyCXR/labels/Darwin_00004740_NORMAL2-IM-0983-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d40034cb4add912178e0e97bc5d29b57c00f8b2d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004740_NORMAL2-IM-0983-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f0dff2b3db373636523215d2f86943dad66bcd8ee3847975d42244ae4a3a455 +size 1181 diff --git a/MendeleyCXR/labels/Darwin_00004741_NORMAL2-IM-0983-0001-0002.png b/MendeleyCXR/labels/Darwin_00004741_NORMAL2-IM-0983-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..13f22b12e34ff2820e1c8c8dae4344562690b36a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004741_NORMAL2-IM-0983-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f85117e15026a258c92ec1d63daf8848c8e5da2cdd19cd0207e47e9da636a368 +size 1213 diff --git a/MendeleyCXR/labels/Darwin_00004742_NORMAL2-IM-0983-0001.png b/MendeleyCXR/labels/Darwin_00004742_NORMAL2-IM-0983-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b6deb4bb3e1c190cc887c229001e66c69188b4f9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004742_NORMAL2-IM-0983-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e007839dfebf52cbb448f506656ca0a6b60a07341c920799831997e392aa689d +size 1281 diff --git a/MendeleyCXR/labels/Darwin_00004743_NORMAL2-IM-0986-0001.png b/MendeleyCXR/labels/Darwin_00004743_NORMAL2-IM-0986-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b9b56fac73b88d6c808992feca2eb7fe7b6b81b2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004743_NORMAL2-IM-0986-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71cbe8a12fcf374acd06fee1e91b390702893aed808d37f4b1343cd9c4f360b3 +size 1254 diff --git a/MendeleyCXR/labels/Darwin_00004744_NORMAL2-IM-0987-0001.png b/MendeleyCXR/labels/Darwin_00004744_NORMAL2-IM-0987-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fbc7217fa568e5b4d27564ca7d175be7dc6d2009 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004744_NORMAL2-IM-0987-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36a86f2db9112f84ebaf158cfcb25ac5d5d1e2d665e813152ae22d2b53f8b5e3 +size 1130 diff --git a/MendeleyCXR/labels/Darwin_00004745_NORMAL2-IM-0988-0001.png b/MendeleyCXR/labels/Darwin_00004745_NORMAL2-IM-0988-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1ee5c19597d89f02889322a802e4e3237a5bc4d3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004745_NORMAL2-IM-0988-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e38b7ec9f7b2ab38642920be72683747229554c9da5cfd0b79e7006e1ddbbd3 +size 1109 diff --git a/MendeleyCXR/labels/Darwin_00004746_NORMAL2-IM-0989-0001.png b/MendeleyCXR/labels/Darwin_00004746_NORMAL2-IM-0989-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..aa8ddc2b92e78ffc5809affbd695832349cb14a4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004746_NORMAL2-IM-0989-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e061cba3ef532cd1831a41143b4d18071b65019a92263ed02f6a8aa74e17e83 +size 1316 diff --git a/MendeleyCXR/labels/Darwin_00004747_NORMAL2-IM-0992-0001.png b/MendeleyCXR/labels/Darwin_00004747_NORMAL2-IM-0992-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8360c9e85b7894c9bf040ae4513297a767f888b7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004747_NORMAL2-IM-0992-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:508e6103a3cb9209262d85541cced213e0102460e76babfcd3dfba0b55933375 +size 1377 diff --git a/MendeleyCXR/labels/Darwin_00004748_NORMAL2-IM-0993-0001.png b/MendeleyCXR/labels/Darwin_00004748_NORMAL2-IM-0993-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f7b0595cdf268d7489b6f1b9de792bc4085152f1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004748_NORMAL2-IM-0993-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ff6a388eba87b45a7548155c7973cba6838b1c8870b9f39f99827a58e9e444c +size 1288 diff --git a/MendeleyCXR/labels/Darwin_00004749_NORMAL2-IM-0994-0001.png b/MendeleyCXR/labels/Darwin_00004749_NORMAL2-IM-0994-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..77f5ca38a7e1abd5b4a0d84c8daf0f6f688e2afd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004749_NORMAL2-IM-0994-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4857e0bf6bac3bd1aff66dedf59efaeda767690f9259f19dd29ffb1542072c8 +size 1219 diff --git a/MendeleyCXR/labels/Darwin_00004750_NORMAL2-IM-0995-0001-0001.png b/MendeleyCXR/labels/Darwin_00004750_NORMAL2-IM-0995-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ac428e66aa0b96df5d7805a82ee5adb54de421f0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004750_NORMAL2-IM-0995-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e1bf2f902845dc3ff12fed77a4673b75ad28449a66ee382bfdeb38e62cc4d1e +size 1223 diff --git a/MendeleyCXR/labels/Darwin_00004751_NORMAL2-IM-0995-0001-0002.png b/MendeleyCXR/labels/Darwin_00004751_NORMAL2-IM-0995-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..b5137b69d689839dbed0c3891ea6e00e2f78d796 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004751_NORMAL2-IM-0995-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bfd24fd051394d242ad8fe80fdbd6bd6d43bf4dcc8186c6a86d7a02a92e7e1c +size 1378 diff --git a/MendeleyCXR/labels/Darwin_00004752_NORMAL2-IM-0995-0001.png b/MendeleyCXR/labels/Darwin_00004752_NORMAL2-IM-0995-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9bfbfa5935424361657df90c50fbd027fb5aaa12 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004752_NORMAL2-IM-0995-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:682de113388dd087230394c1af2bfca1338c5700ec8e2ca041bca16e240ef60f +size 1160 diff --git a/MendeleyCXR/labels/Darwin_00004753_NORMAL2-IM-0997-0001.png b/MendeleyCXR/labels/Darwin_00004753_NORMAL2-IM-0997-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a3a2bb316f1bf44cef891e44f1b9fb2bae4cf097 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004753_NORMAL2-IM-0997-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04650d1133ee6326a35194a15cb97b1d22f2ad2dba7abb9c33c7df5868969575 +size 1276 diff --git a/MendeleyCXR/labels/Darwin_00004754_NORMAL2-IM-0998-0001.png b/MendeleyCXR/labels/Darwin_00004754_NORMAL2-IM-0998-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fa7ddc727780ea4ed6e71065af9198dd4a69d455 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004754_NORMAL2-IM-0998-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a78bef94a7a1c807e5d2a672050a743bcf137483f9ca57f325ceb55fbaff3b19 +size 1275 diff --git a/MendeleyCXR/labels/Darwin_00004755_NORMAL2-IM-0999-0001.png b/MendeleyCXR/labels/Darwin_00004755_NORMAL2-IM-0999-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..dca1f9e8c38fe290b61789e3a11e58ec1e870f36 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004755_NORMAL2-IM-0999-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c0c671b6766c7b17daf09c753d6614a3128594a69037ba23c590e8371b06a8a +size 1363 diff --git a/MendeleyCXR/labels/Darwin_00004756_NORMAL2-IM-1001-0001.png b/MendeleyCXR/labels/Darwin_00004756_NORMAL2-IM-1001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e511c86a8bf8e6f627908049ba65eb59303d3a04 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004756_NORMAL2-IM-1001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b3caba23d9dd5d40cc07e65d97c49530f4dd4d74e0f3182a23d925faae38162 +size 1249 diff --git a/MendeleyCXR/labels/Darwin_00004757_NORMAL2-IM-1002-0001.png b/MendeleyCXR/labels/Darwin_00004757_NORMAL2-IM-1002-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8a383dc212acd7a9c327e84a21a76b43cbe8a772 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004757_NORMAL2-IM-1002-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8273f03a4ae74ae251405b656d4fadea6289aa8ecc659d9f8373e40c3e8b7e04 +size 1178 diff --git a/MendeleyCXR/labels/Darwin_00004758_NORMAL2-IM-1004-0001.png b/MendeleyCXR/labels/Darwin_00004758_NORMAL2-IM-1004-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..554380c106cfdfdd393b20df139b862c1864749f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004758_NORMAL2-IM-1004-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47ffbe3f07c32d77c1bf600d3310357fe53f7e3b7f8d18a96051a833891ba2f2 +size 1297 diff --git a/MendeleyCXR/labels/Darwin_00004759_NORMAL2-IM-1005-0001.png b/MendeleyCXR/labels/Darwin_00004759_NORMAL2-IM-1005-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e9afc5c7216533fbd3f309235f3acac1d78b5b50 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004759_NORMAL2-IM-1005-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d35ed5322d2a3d88d8e9e1409d8aae9a17494f4bc373c693957190b01a7da9b8 +size 1167 diff --git a/MendeleyCXR/labels/Darwin_00004760_NORMAL2-IM-1006-0001.png b/MendeleyCXR/labels/Darwin_00004760_NORMAL2-IM-1006-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8997a2c6f075ff90e023c3bf17aabe39c6352399 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004760_NORMAL2-IM-1006-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e73f76e3aa9bc743a569280d96887bcecf6da6be932bcdcc6522af0d4c5e3a45 +size 1198 diff --git a/MendeleyCXR/labels/Darwin_00004761_NORMAL2-IM-1008-0001.png b/MendeleyCXR/labels/Darwin_00004761_NORMAL2-IM-1008-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..63ad1a9478b0abe7bea66b72530be02a2f136d24 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004761_NORMAL2-IM-1008-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4d1aabd38d045c03bbcd54744726ca6b80c5e0c0bdb9ca18b31da676f2d2800 +size 1098 diff --git a/MendeleyCXR/labels/Darwin_00004762_NORMAL2-IM-1010-0001.png b/MendeleyCXR/labels/Darwin_00004762_NORMAL2-IM-1010-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1b54496700394e3161d8859c60675f278f18f2ae --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004762_NORMAL2-IM-1010-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:494329569a0797fc43dc1e7773373f6618960dd6574a71bd0b8e88a26272ca5d +size 1262 diff --git a/MendeleyCXR/labels/Darwin_00004763_NORMAL2-IM-1011-0001.png b/MendeleyCXR/labels/Darwin_00004763_NORMAL2-IM-1011-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b7fb5e4ab547da2c1b056032ef4dd283247f5772 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004763_NORMAL2-IM-1011-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f83c82aa7c4782f44479beff1661c39577015c8aae059e7b9658d229164d069 +size 1194 diff --git a/MendeleyCXR/labels/Darwin_00004764_NORMAL2-IM-1014-0001.png b/MendeleyCXR/labels/Darwin_00004764_NORMAL2-IM-1014-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a13a09c3038c2675e0ea123e4bf578998fbcc897 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004764_NORMAL2-IM-1014-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:962a25cd29315808336075a83b05cabddb3fa9c879aa1e1395cc8405ed8627c9 +size 1261 diff --git a/MendeleyCXR/labels/Darwin_00004765_NORMAL2-IM-1015-0001.png b/MendeleyCXR/labels/Darwin_00004765_NORMAL2-IM-1015-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..41697357dce1b7ce4faad3e2740efa1418e5c021 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004765_NORMAL2-IM-1015-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8929e2ad8f838243fea21a8702cf1ead250a9059f6f11909e5bd28588e1dd1d7 +size 1169 diff --git a/MendeleyCXR/labels/Darwin_00004766_NORMAL2-IM-1016-0001.png b/MendeleyCXR/labels/Darwin_00004766_NORMAL2-IM-1016-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1323aa93e666d89a67da63857ddf0af5eb983abc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004766_NORMAL2-IM-1016-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:954da6412c2052c9a5885998eed07b072527c85d336fff0e7d07f8bc2f9387d3 +size 1257 diff --git a/MendeleyCXR/labels/Darwin_00004767_NORMAL2-IM-1017-0001.png b/MendeleyCXR/labels/Darwin_00004767_NORMAL2-IM-1017-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c5e478ea2673fb1ee58b294a2a3c85467f620064 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004767_NORMAL2-IM-1017-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4adcb1af93d1c464eb32caab31fb1425679548589b93e1c8c5be93c328582048 +size 1300 diff --git a/MendeleyCXR/labels/Darwin_00004768_NORMAL2-IM-1018-0001.png b/MendeleyCXR/labels/Darwin_00004768_NORMAL2-IM-1018-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..20f5c9fe0460dffe20283fceba993538e7c026fa --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004768_NORMAL2-IM-1018-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feffbf3e6761f628b1c7991e8e8d9482054c016546d28eece3d9e7791930047d +size 1167 diff --git a/MendeleyCXR/labels/Darwin_00004769_NORMAL2-IM-0942-0001.png b/MendeleyCXR/labels/Darwin_00004769_NORMAL2-IM-0942-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..831a78aa603d038cec4f128154ba3596d7b2baa2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004769_NORMAL2-IM-0942-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:513781b8f84937db8096c886fd1823dc29f7e0c2b9e8cb61d8740f16b5efdd3a +size 1332 diff --git a/MendeleyCXR/labels/Darwin_00004770_NORMAL2-IM-0944-0001.png b/MendeleyCXR/labels/Darwin_00004770_NORMAL2-IM-0944-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d5eb30bca3dee861ef3425dabdf7ad92ac2c0809 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004770_NORMAL2-IM-0944-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ad3aef7c4badc19f0648eccc3825fddc37ff436e3d4bed9ecb4f1a718a98aff +size 1329 diff --git a/MendeleyCXR/labels/Darwin_00004771_NORMAL2-IM-0945-0001.png b/MendeleyCXR/labels/Darwin_00004771_NORMAL2-IM-0945-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d718aa4e4a1a8ec1ecba52dac142d37c663f3911 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004771_NORMAL2-IM-0945-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a92e7fca12f24fb42fcb1943bc0d75db8e202569c44b30ce7dc31ac35d86f928 +size 1333 diff --git a/MendeleyCXR/labels/Darwin_00004772_NORMAL2-IM-0946-0001.png b/MendeleyCXR/labels/Darwin_00004772_NORMAL2-IM-0946-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1c5aa64d2611dbe0d85521bddb5f394bd652c7b7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004772_NORMAL2-IM-0946-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33c32b92cf09b0923ec7f498237662382c90f0f9b36817d7e6dd8921e02fc576 +size 1243 diff --git a/MendeleyCXR/labels/Darwin_00004773_NORMAL2-IM-0947-0001.png b/MendeleyCXR/labels/Darwin_00004773_NORMAL2-IM-0947-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b526343a2ea99bc4b66c56c7dabe23e87ff8c9f5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004773_NORMAL2-IM-0947-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c82abe6373f6fa6019df980b6a257d0ad1ef9fc3e1cc234abd12f8825940af25 +size 1349 diff --git a/MendeleyCXR/labels/Darwin_00004774_NORMAL2-IM-0948-0001.png b/MendeleyCXR/labels/Darwin_00004774_NORMAL2-IM-0948-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..888d36393488f3142fc6f29335427a3d348396e6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004774_NORMAL2-IM-0948-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:252d072732f7aad67bf9931db74945ad0ed62cd6ce6a0a2e117d4724685929ac +size 1325 diff --git a/MendeleyCXR/labels/Darwin_00004775_NORMAL2-IM-0949-0001.png b/MendeleyCXR/labels/Darwin_00004775_NORMAL2-IM-0949-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..67b2e42e18d3132683211a799509cd3c58aacc56 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004775_NORMAL2-IM-0949-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:926e84f4b5ae152083c84b0eee364b93d83f144b84f50c789aee72249d374f72 +size 1312 diff --git a/MendeleyCXR/labels/Darwin_00004776_NORMAL2-IM-0950-0001.png b/MendeleyCXR/labels/Darwin_00004776_NORMAL2-IM-0950-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..24ebf1a773b516746f714aacea1e959d2ce74a9a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004776_NORMAL2-IM-0950-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d530dccdc6bb4bbde9558df2d0af36d5712937bea91dc75a26e49bfe4849d31 +size 1231 diff --git a/MendeleyCXR/labels/Darwin_00004777_NORMAL2-IM-0951-0001.png b/MendeleyCXR/labels/Darwin_00004777_NORMAL2-IM-0951-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3bf2b24154067892bc36205f00c0656c4690113d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004777_NORMAL2-IM-0951-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10667a705dbd651420d1ad3254c86068fb4f7c6d32a87a13d7f05061f86c2685 +size 1313 diff --git a/MendeleyCXR/labels/Darwin_00004778_NORMAL2-IM-0952-0001.png b/MendeleyCXR/labels/Darwin_00004778_NORMAL2-IM-0952-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..db8a113d6518aa58c53b92580505214ee9ad0318 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004778_NORMAL2-IM-0952-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0087bf9c1ab30e280ef0199954745caca23eba0b6772e53e0552e4e5ce8f7454 +size 1184 diff --git a/MendeleyCXR/labels/Darwin_00004779_NORMAL2-IM-0954-0001.png b/MendeleyCXR/labels/Darwin_00004779_NORMAL2-IM-0954-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fd7d6e8c1042d32c7cdd20e0e42ba049161dc3fe --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004779_NORMAL2-IM-0954-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82cabb77f31bdff18fd2522b801658d8584aecc93cbda331e692b470b60ff917 +size 1254 diff --git a/MendeleyCXR/labels/Darwin_00004780_NORMAL2-IM-0955-0001.png b/MendeleyCXR/labels/Darwin_00004780_NORMAL2-IM-0955-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..00340d2f129661468fd7c5e52b27cecd107a2628 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004780_NORMAL2-IM-0955-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f0d2c0ab11c14732238e69d76c96de9f97968af208c8a01c8f1730ab936980c +size 1151 diff --git a/MendeleyCXR/labels/Darwin_00004781_NORMAL2-IM-0956-0001.png b/MendeleyCXR/labels/Darwin_00004781_NORMAL2-IM-0956-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..80167aca1ebb1b683c5cdddcc88d625cda4c6378 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004781_NORMAL2-IM-0956-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bde7d4eec1de5db751e3d429e47ec95fe7e7451270dc2ce86233c642de71e7e +size 1228 diff --git a/MendeleyCXR/labels/Darwin_00004782_NORMAL2-IM-0957-0001.png b/MendeleyCXR/labels/Darwin_00004782_NORMAL2-IM-0957-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7f48e043f10bfe40891cee508e75edcef96f1c57 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004782_NORMAL2-IM-0957-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62328046be0f3b67cde681efce23d5f778d0d6211a8adb5df8950a686c482057 +size 1111 diff --git a/MendeleyCXR/labels/Darwin_00004783_NORMAL2-IM-0959-0001.png b/MendeleyCXR/labels/Darwin_00004783_NORMAL2-IM-0959-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..57568dfe921c587c4aed71967521df8fa2fe9582 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004783_NORMAL2-IM-0959-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0694eb4b629e383a8cede72b9eaa791ddd910a8d455ebe78f98707404648bc82 +size 1195 diff --git a/MendeleyCXR/labels/Darwin_00004784_NORMAL2-IM-0960-0001.png b/MendeleyCXR/labels/Darwin_00004784_NORMAL2-IM-0960-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b1776abcaa8e2cc61a360f75d0d7fbe3bc28899f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004784_NORMAL2-IM-0960-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:342aae8d4adee199f604ccde52f27c0f8f709c80198e12b48f66282cd2de557e +size 1292 diff --git a/MendeleyCXR/labels/Darwin_00004785_NORMAL2-IM-0961-0001.png b/MendeleyCXR/labels/Darwin_00004785_NORMAL2-IM-0961-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c8185b46c19a28b8b962644139b96aa51ab65bd7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004785_NORMAL2-IM-0961-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88e8cca436298a8bf77927d55377bfb9df8118f729397e17fb812714fd220905 +size 1325 diff --git a/MendeleyCXR/labels/Darwin_00004786_NORMAL2-IM-0962-0001.png b/MendeleyCXR/labels/Darwin_00004786_NORMAL2-IM-0962-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0c53dfbaad0eb3c9033468940f45371bfcb817ea --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004786_NORMAL2-IM-0962-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b2d1f4a01b176a6b12c3043c8fa250090a5d799149a9745130e669ade23f73a +size 1311 diff --git a/MendeleyCXR/labels/Darwin_00004787_NORMAL2-IM-0965-0001.png b/MendeleyCXR/labels/Darwin_00004787_NORMAL2-IM-0965-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9ca4c3ac7b166c422435d20e9a086d5cd474f839 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004787_NORMAL2-IM-0965-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1922708e1c22d34fde35e712ada4658275848255cf073fc56c09a0b27b33bba6 +size 1254 diff --git a/MendeleyCXR/labels/Darwin_00004788_NORMAL2-IM-0966-0001.png b/MendeleyCXR/labels/Darwin_00004788_NORMAL2-IM-0966-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..749885002dc976975e91c886ea307a45e10e0198 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004788_NORMAL2-IM-0966-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a166d38a9d9be91bdc0b160cb965ece26da9a0c90fc4e0ab63a94258e2da485 +size 1098 diff --git a/MendeleyCXR/labels/Darwin_00004789_NORMAL2-IM-0967-0001.png b/MendeleyCXR/labels/Darwin_00004789_NORMAL2-IM-0967-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b9a2a2c68c9f019e510387ea481bcba068bb72a1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004789_NORMAL2-IM-0967-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dfe5318476e131e628df6057f1aea05dbb9cc20229936ebe9d744e746edfeee +size 1213 diff --git a/MendeleyCXR/labels/Darwin_00004790_NORMAL2-IM-0969-0001.png b/MendeleyCXR/labels/Darwin_00004790_NORMAL2-IM-0969-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..07af1b5c81e2a905dbde60d3aa76d203d9c46c01 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004790_NORMAL2-IM-0969-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a6cced4c0fa0823691d9fb066e9d0026957f3baeae6f3996e5aa5186328c031 +size 1269 diff --git a/MendeleyCXR/labels/Darwin_00004791_NORMAL2-IM-0970-0001.png b/MendeleyCXR/labels/Darwin_00004791_NORMAL2-IM-0970-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b38bdb159c65212f37fe16e5014c935671a0c790 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004791_NORMAL2-IM-0970-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f04399318e3e0075294f0d9cf1d96404800d06fe4b5a472e9fb38982eec80db +size 1265 diff --git a/MendeleyCXR/labels/Darwin_00004792_NORMAL2-IM-0971-0001-0001.png b/MendeleyCXR/labels/Darwin_00004792_NORMAL2-IM-0971-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0cddd2e55354783846fc6d9d524467915c634bb4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004792_NORMAL2-IM-0971-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d67306dee65a3076055bada18d5f01cae6430f18502ec310ff56c085ca1b0ec +size 1137 diff --git a/MendeleyCXR/labels/Darwin_00004793_NORMAL2-IM-0971-0001-0002.png b/MendeleyCXR/labels/Darwin_00004793_NORMAL2-IM-0971-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..47eeb266e448d5a5482bdcc5be7fdaf1fe683ab1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004793_NORMAL2-IM-0971-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffbcc4146336ec28dc127bd96fb3895534c77e9a127f3f06139b5cd42067aad1 +size 1254 diff --git a/MendeleyCXR/labels/Darwin_00004794_NORMAL2-IM-0974-0001.png b/MendeleyCXR/labels/Darwin_00004794_NORMAL2-IM-0974-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..229bc90ae002355499161db2c91bdede4795a4a8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004794_NORMAL2-IM-0974-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45a4ad12441b6e6a4f1c68f292b44f1c41703f2c9579819d9c588724aa7e28af +size 1173 diff --git a/MendeleyCXR/labels/Darwin_00004795_NORMAL2-IM-0975-0001.png b/MendeleyCXR/labels/Darwin_00004795_NORMAL2-IM-0975-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d8027dbcb163394ca7d776965d809e237432713f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004795_NORMAL2-IM-0975-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1226ac9fdc577f8051b9685e6f315e319fbbcc6412b8be9fdb8576279318bb96 +size 1237 diff --git a/MendeleyCXR/labels/Darwin_00004796_NORMAL2-IM-0976-0001.png b/MendeleyCXR/labels/Darwin_00004796_NORMAL2-IM-0976-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2b3b96f535aa0d99f79d3f169ff84ad500000568 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004796_NORMAL2-IM-0976-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfbec162d69812efaa33c0fca3285ffdd3d7e053b828c0d5d030def235801e66 +size 1289 diff --git a/MendeleyCXR/labels/Darwin_00004797_NORMAL2-IM-0977-0001.png b/MendeleyCXR/labels/Darwin_00004797_NORMAL2-IM-0977-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d9d353e2dbb2afec5f70d856ca17acbb5b4e7ad9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004797_NORMAL2-IM-0977-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1a4eef837f93299d32b59ace23192dddbcdef5f05578f8e18e50951dd135f7 +size 1265 diff --git a/MendeleyCXR/labels/Darwin_00004798_NORMAL2-IM-0978-0001.png b/MendeleyCXR/labels/Darwin_00004798_NORMAL2-IM-0978-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..675a22cf5f19a93762b1892302d9863cf42f3d32 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004798_NORMAL2-IM-0978-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8cde21322d27011b21ca525dcdd3a8835812cb95bd0cc6184bf1d607bd771ed +size 1231 diff --git a/MendeleyCXR/labels/Darwin_00004799_NORMAL2-IM-0979-0001.png b/MendeleyCXR/labels/Darwin_00004799_NORMAL2-IM-0979-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c241a53009088aec168e991f344626fffe2b1f9a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004799_NORMAL2-IM-0979-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deaa82f8b3864fcbf2d9d953e51dda8745641d080cac7cff2ec365b358ea8e21 +size 1154 diff --git a/MendeleyCXR/labels/Darwin_00004800_NORMAL2-IM-0980-0001.png b/MendeleyCXR/labels/Darwin_00004800_NORMAL2-IM-0980-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..13efa13e28c7daa6b1a819cd4952c84ccf1ad77a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004800_NORMAL2-IM-0980-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45d2100cf7ba550584f5042793c425da74d68956b4f36449da619a492f201354 +size 1221 diff --git a/MendeleyCXR/labels/Darwin_00004801_NORMAL2-IM-0981-0001.png b/MendeleyCXR/labels/Darwin_00004801_NORMAL2-IM-0981-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0adba85f970915c36a3024b036820fa78b65b72e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004801_NORMAL2-IM-0981-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7318005d279cb00a55cde37498a1af05b64716e26aa3cb094d4b6b4a92cdf51 +size 1186 diff --git a/MendeleyCXR/labels/Darwin_00004802_NORMAL2-IM-0909-0001.png b/MendeleyCXR/labels/Darwin_00004802_NORMAL2-IM-0909-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f710021f45a246c57142edbfbf044485a7e38721 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004802_NORMAL2-IM-0909-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80c21f65f65776dace532914d7269d5452fe66c422f082b7b1f3a053a3e828ea +size 1291 diff --git a/MendeleyCXR/labels/Darwin_00004803_NORMAL2-IM-0910-0001.png b/MendeleyCXR/labels/Darwin_00004803_NORMAL2-IM-0910-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c43d2cecc876ad7bc8ef9d994f81d71d841f9f8a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004803_NORMAL2-IM-0910-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c338cecf143bf7c83cd95ad2e3dce24202b218ad12b2f80b89c07e330a7b829 +size 1222 diff --git a/MendeleyCXR/labels/Darwin_00004804_NORMAL2-IM-0911-0001.png b/MendeleyCXR/labels/Darwin_00004804_NORMAL2-IM-0911-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..dc4ecac3bc764445db12e0fca7166891e5b9fd0e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004804_NORMAL2-IM-0911-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9cd165bdeb6004c00f10a63670852e746c84343ed5cb85a81ec5d2308aa848c +size 1265 diff --git a/MendeleyCXR/labels/Darwin_00004805_NORMAL2-IM-0912-0001.png b/MendeleyCXR/labels/Darwin_00004805_NORMAL2-IM-0912-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8f6a41752e47efde5438c4ba9fd39c0d7bd3862c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004805_NORMAL2-IM-0912-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9666af145fbb49f178514b7dfd8a2b4a5a1898b67ce95d86e193c338b81c97f +size 1221 diff --git a/MendeleyCXR/labels/Darwin_00004806_NORMAL2-IM-0913-0001.png b/MendeleyCXR/labels/Darwin_00004806_NORMAL2-IM-0913-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..04b34c4ff01683dd3960e3f3c0e58d4510751efd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004806_NORMAL2-IM-0913-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b51a55bca1257b08e3e8526681267d42ba38d3a8ee17675792a413aa2f43bb34 +size 1253 diff --git a/MendeleyCXR/labels/Darwin_00004807_NORMAL2-IM-0914-0001.png b/MendeleyCXR/labels/Darwin_00004807_NORMAL2-IM-0914-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..89da9bddd6bd5135a44704f5ef8bc53307fc7543 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004807_NORMAL2-IM-0914-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:031afe8d1842efe8f9ed2761eaea1e6d02e858ae457261fe2a801e81bcb0b80c +size 1199 diff --git a/MendeleyCXR/labels/Darwin_00004808_NORMAL2-IM-0915-0001.png b/MendeleyCXR/labels/Darwin_00004808_NORMAL2-IM-0915-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..594398bf0b9e4a01ecb04f0ec6cb5af9f77ff572 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004808_NORMAL2-IM-0915-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7ef1a7b86f42ee9c85e63e0279ef268e0e7b2110c591ae868fd0bcfcb2e421d +size 1269 diff --git a/MendeleyCXR/labels/Darwin_00004809_NORMAL2-IM-0917-0001.png b/MendeleyCXR/labels/Darwin_00004809_NORMAL2-IM-0917-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..95165a62c2c1c2bdfff149d487268cd12c2e7405 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004809_NORMAL2-IM-0917-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c09f7299a35859487417f2864ada77529daac64970eb86e9c41cc4ae097ea9d +size 1147 diff --git a/MendeleyCXR/labels/Darwin_00004810_NORMAL2-IM-0918-0001.png b/MendeleyCXR/labels/Darwin_00004810_NORMAL2-IM-0918-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a173c57e43e2f40eb794d73fa5ecb4d2438c6094 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004810_NORMAL2-IM-0918-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd10bb8fb26bf066b34666966f9c3990b73e2b2a915b6656cd597e2edbe5f12c +size 1319 diff --git a/MendeleyCXR/labels/Darwin_00004811_NORMAL2-IM-0919-0001.png b/MendeleyCXR/labels/Darwin_00004811_NORMAL2-IM-0919-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f6db1994a7a5d986237d9c7f82358662f71f47b9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004811_NORMAL2-IM-0919-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71ee66d0551ae8255c6bb2fc5e8db9368670470f7f14a48b2872e04adbf52f90 +size 1268 diff --git a/MendeleyCXR/labels/Darwin_00004812_NORMAL2-IM-0922-0001.png b/MendeleyCXR/labels/Darwin_00004812_NORMAL2-IM-0922-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fd1befa99e1ffddc47900c3ab3731b16b9ade31b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004812_NORMAL2-IM-0922-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60c716ce0259ffc866a6adb79ede81d3027f5c0a31ef2446e671f054b3131b31 +size 1059 diff --git a/MendeleyCXR/labels/Darwin_00004813_NORMAL2-IM-0923-0001.png b/MendeleyCXR/labels/Darwin_00004813_NORMAL2-IM-0923-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b574073d427b5ac3dad274a3c37c3c8c1c15fda5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004813_NORMAL2-IM-0923-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dedde1404c00f7178af1f52f5274995ef0224de8bd3859777aaed579888c62d +size 1255 diff --git a/MendeleyCXR/labels/Darwin_00004814_NORMAL2-IM-0924-0001.png b/MendeleyCXR/labels/Darwin_00004814_NORMAL2-IM-0924-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..183f0f481078aee7d2d3bd047e86875eeab3185e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004814_NORMAL2-IM-0924-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b50619b0549755dfddc8237b5b11188c38717891ae28b9869e853cfaa0503286 +size 1189 diff --git a/MendeleyCXR/labels/Darwin_00004815_NORMAL2-IM-0925-0001.png b/MendeleyCXR/labels/Darwin_00004815_NORMAL2-IM-0925-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..25662673db79d6ad948da35300aa9dfb790ba529 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004815_NORMAL2-IM-0925-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdeaf379d3f2c09f01d16fe20d86f6f64c16070603dd07fe32fa95bc38fe0387 +size 1257 diff --git a/MendeleyCXR/labels/Darwin_00004816_NORMAL2-IM-0926-0001.png b/MendeleyCXR/labels/Darwin_00004816_NORMAL2-IM-0926-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a084f706a2f9d5ee7313a751e91fe9045208351d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004816_NORMAL2-IM-0926-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:769768371e4fdaca25cddab64e8abd23b8d561de4c90547b19baef23dbed41f5 +size 1196 diff --git a/MendeleyCXR/labels/Darwin_00004817_NORMAL2-IM-0927-0001.png b/MendeleyCXR/labels/Darwin_00004817_NORMAL2-IM-0927-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7a98b5d493be72889f1d1e1a099d1f111d7bfa05 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004817_NORMAL2-IM-0927-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be822efa9f3952710df8c3f3064bf097b53e6938c9a6c0198c5324accabbf0ed +size 1121 diff --git a/MendeleyCXR/labels/Darwin_00004818_NORMAL2-IM-0929-0001.png b/MendeleyCXR/labels/Darwin_00004818_NORMAL2-IM-0929-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..25518d09e1d77787337dcc8a22a028c9b1c334b8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004818_NORMAL2-IM-0929-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ca7cb3e405d9fe5f5f521e852603ab576aa2af44b4d3820a4c0893fd5a555e1 +size 1255 diff --git a/MendeleyCXR/labels/Darwin_00004819_NORMAL2-IM-0930-0001.png b/MendeleyCXR/labels/Darwin_00004819_NORMAL2-IM-0930-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5696d355fcb5a5e63fe813b4b8073932ace37ea5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004819_NORMAL2-IM-0930-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e7e3049d230d18567a9d2745c22b766ca1d110faa3a516c9ff4178ed279b557 +size 1213 diff --git a/MendeleyCXR/labels/Darwin_00004820_NORMAL2-IM-0931-0001.png b/MendeleyCXR/labels/Darwin_00004820_NORMAL2-IM-0931-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..89d57bb737252784887852af213efe63e5900901 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004820_NORMAL2-IM-0931-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d170d1990802451cd6f368224c35f8dce5db3a6352b40a31bd84e1e88c2d5915 +size 1341 diff --git a/MendeleyCXR/labels/Darwin_00004821_NORMAL2-IM-0932-0001.png b/MendeleyCXR/labels/Darwin_00004821_NORMAL2-IM-0932-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4c8678252574b8340b6334ad30fb01b0c11f6744 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004821_NORMAL2-IM-0932-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0801b9e0d80241d2f023bc917e31ccbd21715d954d026e382b8bbdbb505cb07 +size 1101 diff --git a/MendeleyCXR/labels/Darwin_00004822_NORMAL2-IM-0933-0001.png b/MendeleyCXR/labels/Darwin_00004822_NORMAL2-IM-0933-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e2413ee029dbd6833daac563e4141285ab3714ee --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004822_NORMAL2-IM-0933-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:038d9eaffe8ac315a0439f47bfb8447e38e65c8c42670e3a43fe52d74d3cf659 +size 1295 diff --git a/MendeleyCXR/labels/Darwin_00004823_NORMAL2-IM-0934-0001.png b/MendeleyCXR/labels/Darwin_00004823_NORMAL2-IM-0934-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2b2ff47778d6ee3ff114e32e12c50c40c452e01d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004823_NORMAL2-IM-0934-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1554e7941e9b4a1d16d74709b346cfa26181a82884a4b421a1462da3321958c +size 1252 diff --git a/MendeleyCXR/labels/Darwin_00004824_NORMAL2-IM-0935-0001.png b/MendeleyCXR/labels/Darwin_00004824_NORMAL2-IM-0935-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f8511127cd041c1bebaa3eaeb0744fefd1352565 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004824_NORMAL2-IM-0935-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c498cea769a3cbb808febf67bef802769167ddbc6cd1f4579d5ebd81b03d67df +size 1237 diff --git a/MendeleyCXR/labels/Darwin_00004825_NORMAL2-IM-0936-0001.png b/MendeleyCXR/labels/Darwin_00004825_NORMAL2-IM-0936-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c7e15c26b4f5c337d7d89668270fdfab4ac87efa --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004825_NORMAL2-IM-0936-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a313e876b4082b3424de2cb219b9995fe87266f7f719149ab1862d6d2ac1fe3 +size 1253 diff --git a/MendeleyCXR/labels/Darwin_00004826_NORMAL2-IM-0937-0001.png b/MendeleyCXR/labels/Darwin_00004826_NORMAL2-IM-0937-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b443cf062589894ccd630da7c904dbabaecfc0a5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004826_NORMAL2-IM-0937-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29460491c0c5fcd26ac16080295be9a0ca5b020c19018925e1ec255ccc146996 +size 1303 diff --git a/MendeleyCXR/labels/Darwin_00004827_NORMAL2-IM-0939-0001.png b/MendeleyCXR/labels/Darwin_00004827_NORMAL2-IM-0939-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7ef710028613d6e5f509cbd94b367ea6e41230ea --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004827_NORMAL2-IM-0939-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e722211b3a17eb9e2c7e7e65515d2c700249f45cdb2191b6777cd2224532da56 +size 1291 diff --git a/MendeleyCXR/labels/Darwin_00004828_NORMAL2-IM-0941-0001.png b/MendeleyCXR/labels/Darwin_00004828_NORMAL2-IM-0941-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ff4d1bb68cb521183d4e66b797ac659190f7b5db --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004828_NORMAL2-IM-0941-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be10513e53b2d5e22c0fe2e5a5af42fb0600a600ae6242ca90c7550bf12b4329 +size 1266 diff --git a/MendeleyCXR/labels/Darwin_00004829_NORMAL2-IM-0874-0001.png b/MendeleyCXR/labels/Darwin_00004829_NORMAL2-IM-0874-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2efddedc54f6606fb14ae3bb651b5cdc2fbabe45 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004829_NORMAL2-IM-0874-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb17d6088de7d2320650b36e419b8fe7741df225eb7cf38cc85340621c2b058a +size 1223 diff --git a/MendeleyCXR/labels/Darwin_00004830_NORMAL2-IM-0875-0001.png b/MendeleyCXR/labels/Darwin_00004830_NORMAL2-IM-0875-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..92206c12beac45f48700f848ac72ee5360ea5a01 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004830_NORMAL2-IM-0875-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f117081952e04ff1d2328c79ab099568b919d9a2150c15313a76658d07dc3d7 +size 1233 diff --git a/MendeleyCXR/labels/Darwin_00004831_NORMAL2-IM-0876-0001.png b/MendeleyCXR/labels/Darwin_00004831_NORMAL2-IM-0876-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b6a76798e177504235adff07dc6299eafb678aa4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004831_NORMAL2-IM-0876-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6738c3daf996184ea6a8469b8d92ac996ac1db4778da25c50b13978439354bc +size 1121 diff --git a/MendeleyCXR/labels/Darwin_00004832_NORMAL2-IM-0877-0001.png b/MendeleyCXR/labels/Darwin_00004832_NORMAL2-IM-0877-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c6f28b70cd7905b6cd0963cc614f2bb4497dab22 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004832_NORMAL2-IM-0877-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a8d52fa5444263bd2f10ce72ea839e58cdc81cbf6024c768069cc92e793737d +size 1154 diff --git a/MendeleyCXR/labels/Darwin_00004833_NORMAL2-IM-0879-0001.png b/MendeleyCXR/labels/Darwin_00004833_NORMAL2-IM-0879-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6a78d2097c3853109160ff7a0ce270f5f253c298 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004833_NORMAL2-IM-0879-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96f63deea327f4854a639a91f3fa800b2e29e5fd3af071ed27d2308cc6c358cc +size 1130 diff --git a/MendeleyCXR/labels/Darwin_00004834_NORMAL2-IM-0880-0001.png b/MendeleyCXR/labels/Darwin_00004834_NORMAL2-IM-0880-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e2fc96d45b6a38912d50c16bc2c9c752387fd8e1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004834_NORMAL2-IM-0880-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32690b78baf7bb4fd07a7820fd9675f12bf83455625553cb69aa6ba49ab37999 +size 1061 diff --git a/MendeleyCXR/labels/Darwin_00004835_NORMAL2-IM-0881-0001.png b/MendeleyCXR/labels/Darwin_00004835_NORMAL2-IM-0881-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7a14f4c4705ff9ed9571d6f8633a52c835f9cbc9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004835_NORMAL2-IM-0881-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94ad98a5e10aee1b17b3f49f60e8a69704fe0c6a7014d002f1c23da5d5d75a72 +size 1389 diff --git a/MendeleyCXR/labels/Darwin_00004836_NORMAL2-IM-0882-0001.png b/MendeleyCXR/labels/Darwin_00004836_NORMAL2-IM-0882-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b1f56aac4b663a4f11487a2351665ed57b49c737 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004836_NORMAL2-IM-0882-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:550bf44c578b29c69da0c8b759087f9a52fde48fa8db7278e1ed6e22748e2e10 +size 1278 diff --git a/MendeleyCXR/labels/Darwin_00004837_NORMAL2-IM-0885-0001.png b/MendeleyCXR/labels/Darwin_00004837_NORMAL2-IM-0885-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fa27ba58eae76f1297f541ed121f2fccfe1d464c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004837_NORMAL2-IM-0885-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4100f95a01ae3d4ed6a952d73d8cd9cc907048cdcf686d4f7a179699c26fc3de +size 1179 diff --git a/MendeleyCXR/labels/Darwin_00004838_NORMAL2-IM-0886-0001.png b/MendeleyCXR/labels/Darwin_00004838_NORMAL2-IM-0886-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ee4f6bf158e57c8f1144e54f3578096632035850 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004838_NORMAL2-IM-0886-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9971eae211f8c94a5e728365d1ad4c97d6a11c083de16aa54ea0f3bae9bb74f1 +size 1143 diff --git a/MendeleyCXR/labels/Darwin_00004839_NORMAL2-IM-0887-0001.png b/MendeleyCXR/labels/Darwin_00004839_NORMAL2-IM-0887-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f62a33f3eda8bf3248faaa8cb60f896c60bb1654 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004839_NORMAL2-IM-0887-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db51415d0feecaf684b3494bb58a63936d54ac377e95af916126965717297bf6 +size 1187 diff --git a/MendeleyCXR/labels/Darwin_00004840_NORMAL2-IM-0888-0001.png b/MendeleyCXR/labels/Darwin_00004840_NORMAL2-IM-0888-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..473e97b5729ff72e34b908cc74335552ca221922 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004840_NORMAL2-IM-0888-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c51d9c1eec6884c72b9cfe80999e83480510137aa5f01ec6dccb1609501c1ce +size 1181 diff --git a/MendeleyCXR/labels/Darwin_00004841_NORMAL2-IM-0890-0001.png b/MendeleyCXR/labels/Darwin_00004841_NORMAL2-IM-0890-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2001d52687d2bc81d9f04eff7f176fcebbfd7920 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004841_NORMAL2-IM-0890-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b136ec06aeccfe3d679d07e0952e061eb53d5e091aaf95aa7eee8dd9a0949f5f +size 1148 diff --git a/MendeleyCXR/labels/Darwin_00004842_NORMAL2-IM-0892-0001.png b/MendeleyCXR/labels/Darwin_00004842_NORMAL2-IM-0892-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ec75470a9f77c4be16fe793f612d74d76ac01c2b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004842_NORMAL2-IM-0892-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cf5cad7e3e4798849074df0877a0267176ad3691469183843315f6ee1212bf7 +size 1280 diff --git a/MendeleyCXR/labels/Darwin_00004843_NORMAL2-IM-0893-0001.png b/MendeleyCXR/labels/Darwin_00004843_NORMAL2-IM-0893-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..50ca1d09f5049ed73989abf410ccd76e74f17625 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004843_NORMAL2-IM-0893-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b931139cf0e56e401368de80b41cf203df0b000938637e393c2db949e4ff95cf +size 1179 diff --git a/MendeleyCXR/labels/Darwin_00004844_NORMAL2-IM-0894-0001.png b/MendeleyCXR/labels/Darwin_00004844_NORMAL2-IM-0894-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..63c4603c6d953782e05c7d09ab6440771fea982f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004844_NORMAL2-IM-0894-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a88463da5bacdae484fedf3749a2c7d2679122844a592f70a47fb7d3106d30d6 +size 1203 diff --git a/MendeleyCXR/labels/Darwin_00004845_NORMAL2-IM-0895-0001.png b/MendeleyCXR/labels/Darwin_00004845_NORMAL2-IM-0895-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..741914b39003a02d78e51ccd5b800cbeb9f59501 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004845_NORMAL2-IM-0895-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:303eb4c5132a141f40692c24bc932215c5995288a67bc42839064fd493a0d377 +size 1122 diff --git a/MendeleyCXR/labels/Darwin_00004846_NORMAL2-IM-0896-0001.png b/MendeleyCXR/labels/Darwin_00004846_NORMAL2-IM-0896-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b40f765fdeeb9f023cc5276dff992925b7420e39 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004846_NORMAL2-IM-0896-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c267d7a6a69413c0bca5483b4b77518ca3f7d1e2bf4c69912d61d407d4c5b6e5 +size 1100 diff --git a/MendeleyCXR/labels/Darwin_00004847_NORMAL2-IM-0897-0001.png b/MendeleyCXR/labels/Darwin_00004847_NORMAL2-IM-0897-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..406b4213b9ad4015813b0e57a16a9108150230c3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004847_NORMAL2-IM-0897-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3d917aa77b84c28d2b0f3e6506a171c5bb542e091c564b26d24b16708118c83 +size 1296 diff --git a/MendeleyCXR/labels/Darwin_00004848_NORMAL2-IM-0898-0001.png b/MendeleyCXR/labels/Darwin_00004848_NORMAL2-IM-0898-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..cb51d00e4faa8545773b891b0923320ac133e4ea --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004848_NORMAL2-IM-0898-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ec0f5eef377846e72c7a136bf4bf836446a0ebd6715484d28ac84a2fac0476c +size 1256 diff --git a/MendeleyCXR/labels/Darwin_00004849_NORMAL2-IM-0899-0001.png b/MendeleyCXR/labels/Darwin_00004849_NORMAL2-IM-0899-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fda6a8710baba83da041a53f400c7c5dd0d2524f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004849_NORMAL2-IM-0899-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10fafff6cb3b8ee62742f7b95a231ea57ba951d3973f4e4e260bd7c6a98919fa +size 1169 diff --git a/MendeleyCXR/labels/Darwin_00004850_NORMAL2-IM-0900-0001.png b/MendeleyCXR/labels/Darwin_00004850_NORMAL2-IM-0900-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fcf74a86ae890a10d935fc067fad6141d2b162e6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004850_NORMAL2-IM-0900-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7907b983e18df0b333177dd169ff6c6a83ed1078d9ad8ef617c80df6f68a352e +size 1247 diff --git a/MendeleyCXR/labels/Darwin_00004851_NORMAL2-IM-0903-0001.png b/MendeleyCXR/labels/Darwin_00004851_NORMAL2-IM-0903-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a8a19ed1d86f656e07c7ab22411d49981850524c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004851_NORMAL2-IM-0903-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:680b14a6a37c1798335f5beb44a217ba23f2524e2e044570ff1dcff43285e24b +size 1233 diff --git a/MendeleyCXR/labels/Darwin_00004852_NORMAL2-IM-0904-0001.png b/MendeleyCXR/labels/Darwin_00004852_NORMAL2-IM-0904-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..979e89f3261442304bdb6a5c58e6f32494abb1c4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004852_NORMAL2-IM-0904-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79703617de74783efa0123b621c1f684a2d9166259d63ac829c265fa3f5f7dc8 +size 1213 diff --git a/MendeleyCXR/labels/Darwin_00004853_NORMAL2-IM-0905-0001.png b/MendeleyCXR/labels/Darwin_00004853_NORMAL2-IM-0905-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9f18f4d5d628ccaffb6bc1dc3facebbac2312fe0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004853_NORMAL2-IM-0905-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b76be5f20a23296b2d951f68fa34fe7ac2cb75659c956d2589815ff581cccff +size 1162 diff --git a/MendeleyCXR/labels/Darwin_00004854_NORMAL2-IM-0906-0001.png b/MendeleyCXR/labels/Darwin_00004854_NORMAL2-IM-0906-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6ef9fee3dbc1b47cbd2545830f369e043cec99f8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004854_NORMAL2-IM-0906-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc3532442bdd6609cbe18bcef8f92c49179d52efe71aed7dae1d3f3fc2f5ee17 +size 1135 diff --git a/MendeleyCXR/labels/Darwin_00004855_NORMAL2-IM-0907-0001.png b/MendeleyCXR/labels/Darwin_00004855_NORMAL2-IM-0907-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f820d758e63b936d4842395edd128a4b427c888e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004855_NORMAL2-IM-0907-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82f01972bb3db98e99a81734412da43f2aa3749da2803ad7252e0e51f97647bd +size 1220 diff --git a/MendeleyCXR/labels/Darwin_00004856_NORMAL2-IM-0908-0001.png b/MendeleyCXR/labels/Darwin_00004856_NORMAL2-IM-0908-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..85fe45b4dace06f016cb3efcca0d915d6923a0c1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004856_NORMAL2-IM-0908-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdd94fdc92387e97f9a609e28e3249daec6d6167234f490490b1bf79115f11e5 +size 1186 diff --git a/MendeleyCXR/labels/Darwin_00004857_NORMAL2-IM-0839-0001.png b/MendeleyCXR/labels/Darwin_00004857_NORMAL2-IM-0839-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..98923eeb942461c67dbebecd99597467261f3a8f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004857_NORMAL2-IM-0839-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c620ba4c9123f17dc791b27f2b2f31b54edbdb3637aa66cc7b06e2b15b21572 +size 1297 diff --git a/MendeleyCXR/labels/Darwin_00004858_NORMAL2-IM-0840-0001.png b/MendeleyCXR/labels/Darwin_00004858_NORMAL2-IM-0840-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..47df5a7b15118700eff0433d655f3a9a9f0c5242 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004858_NORMAL2-IM-0840-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a68a87d1e7195d813a35b97ba6f8db60ac1d99b42dd854cdd9cb1344c1250f34 +size 1204 diff --git a/MendeleyCXR/labels/Darwin_00004859_NORMAL2-IM-0841-0001.png b/MendeleyCXR/labels/Darwin_00004859_NORMAL2-IM-0841-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c0999782991b4057c9a7bd76f8ccdac70a49fb4f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004859_NORMAL2-IM-0841-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0de7a37bf23627a78c75919f96bf712eebabfdf422a113a326c69daadd2fe3ec +size 1268 diff --git a/MendeleyCXR/labels/Darwin_00004860_NORMAL2-IM-0842-0001.png b/MendeleyCXR/labels/Darwin_00004860_NORMAL2-IM-0842-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5c55b984acfc1b9b3d9db4a058dbd9cb86f565a0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004860_NORMAL2-IM-0842-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2416cab7f2aa6fb81ce1fee0ce3bce881294f7a46d5251cc05a2cef6e1e2d902 +size 1242 diff --git a/MendeleyCXR/labels/Darwin_00004861_NORMAL2-IM-0843-0001.png b/MendeleyCXR/labels/Darwin_00004861_NORMAL2-IM-0843-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6a299406850df46484764d7c62564c3d89305ba1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004861_NORMAL2-IM-0843-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0075d861637f3fdac4a58e150ea702963b9f1f25cfbbbc0e0dbb0c274d45622b +size 1214 diff --git a/MendeleyCXR/labels/Darwin_00004862_NORMAL2-IM-0845-0001.png b/MendeleyCXR/labels/Darwin_00004862_NORMAL2-IM-0845-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8c8a484a92d3f6274b8fa5ab4a7746d4c9963941 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004862_NORMAL2-IM-0845-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a41afdefa95066554d733bc41da0ca52a37144ff564e53c8972819f419f51044 +size 1118 diff --git a/MendeleyCXR/labels/Darwin_00004863_NORMAL2-IM-0846-0001.png b/MendeleyCXR/labels/Darwin_00004863_NORMAL2-IM-0846-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..accb76dbff37a5084dee4f7c93322857472fa220 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004863_NORMAL2-IM-0846-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd15748ead549bc42226620ccc4c1a51021be5415b6c9716aab4e0ed65effaad +size 1279 diff --git a/MendeleyCXR/labels/Darwin_00004864_NORMAL2-IM-0847-0001.png b/MendeleyCXR/labels/Darwin_00004864_NORMAL2-IM-0847-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4724ad825d67021f8fe66ff9abb8c305bf841f92 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004864_NORMAL2-IM-0847-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04cf40d3064253b9cfa475b3cfa6c99e36cd676926874ee467b7f114bfa2ea6c +size 1271 diff --git a/MendeleyCXR/labels/Darwin_00004865_NORMAL2-IM-0848-0001.png b/MendeleyCXR/labels/Darwin_00004865_NORMAL2-IM-0848-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0ee528263d9cba7ce2bc56b133af8dd70e33ba3b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004865_NORMAL2-IM-0848-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fddab34f38fddc4372d3173a77eeb0b9cd6208d1725f4ca9dfe36ce56a125702 +size 1199 diff --git a/MendeleyCXR/labels/Darwin_00004866_NORMAL2-IM-0849-0001.png b/MendeleyCXR/labels/Darwin_00004866_NORMAL2-IM-0849-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..89d67dbbcfef8ef5900da185043c441dec7ca41e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004866_NORMAL2-IM-0849-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f5fe9de47a84e75d3e10ef50d73ae3c90ef7acd7dc485487712d323bc3219d6 +size 1254 diff --git a/MendeleyCXR/labels/Darwin_00004867_NORMAL2-IM-0851-0001-0001.png b/MendeleyCXR/labels/Darwin_00004867_NORMAL2-IM-0851-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..99125b80280f9500febc1e543c7cf5bfa808c17c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004867_NORMAL2-IM-0851-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a391f3d7b431a4c8ae2b2b324c41bb9fb098bc57c4eda01f709df17a13f0d08 +size 1292 diff --git a/MendeleyCXR/labels/Darwin_00004868_NORMAL2-IM-0851-0001-0002.png b/MendeleyCXR/labels/Darwin_00004868_NORMAL2-IM-0851-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..426ad30965337963ab66d4e9d9ae9903409852a9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004868_NORMAL2-IM-0851-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b0f33343e16cb533319ab9e8649491da529552c3198f39a50001bd1a2dd7422 +size 1250 diff --git a/MendeleyCXR/labels/Darwin_00004869_NORMAL2-IM-0851-0001.png b/MendeleyCXR/labels/Darwin_00004869_NORMAL2-IM-0851-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5485087192fa99a18d1d901d3b6cc51ba00f5d4d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004869_NORMAL2-IM-0851-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f65cb0ecedab4a3c59c2dbea7c265c988d3d50425ce696adff1fcc9360731697 +size 1241 diff --git a/MendeleyCXR/labels/Darwin_00004870_NORMAL2-IM-0852-0001.png b/MendeleyCXR/labels/Darwin_00004870_NORMAL2-IM-0852-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fa19aa695a7b7a2695067cd3e1643d542267af39 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004870_NORMAL2-IM-0852-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cba25b1241bc91953c14709d430d8524ab6f65b0a2cc0e1d6679196bba7119b +size 1167 diff --git a/MendeleyCXR/labels/Darwin_00004871_NORMAL2-IM-0853-0001.png b/MendeleyCXR/labels/Darwin_00004871_NORMAL2-IM-0853-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..88c61499e26454bc8ae5716ce2cca7b6e680322a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004871_NORMAL2-IM-0853-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca779adb30e28b35281aef664381433fe1965eff6dc306bd9aedae1ae875358a +size 1210 diff --git a/MendeleyCXR/labels/Darwin_00004872_NORMAL2-IM-0854-0001.png b/MendeleyCXR/labels/Darwin_00004872_NORMAL2-IM-0854-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..bfa05d1dbe7e590f225f68ab6dc1ef3fd3618126 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004872_NORMAL2-IM-0854-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1257e5d1fb18e3d8995c0fdc101d2b61d4b8cb59c6e4b7e2c8d99d4e309e8935 +size 1367 diff --git a/MendeleyCXR/labels/Darwin_00004873_NORMAL2-IM-0855-0001.png b/MendeleyCXR/labels/Darwin_00004873_NORMAL2-IM-0855-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..40d4fab9ab6ab146eb62eed488c15efac7b056c3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004873_NORMAL2-IM-0855-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8681545564f7c51b9dfc370c881a1c151777947546b059a736a3b2d12d5df5dc +size 1251 diff --git a/MendeleyCXR/labels/Darwin_00004874_NORMAL2-IM-0856-0001.png b/MendeleyCXR/labels/Darwin_00004874_NORMAL2-IM-0856-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..544dfeb98d30911cbfe8b88078e0398bf7541564 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004874_NORMAL2-IM-0856-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:247244d4a79251667cde026fa20eb113f4e9c4be485b084405d4db5e59501e72 +size 1257 diff --git a/MendeleyCXR/labels/Darwin_00004875_NORMAL2-IM-0857-0001.png b/MendeleyCXR/labels/Darwin_00004875_NORMAL2-IM-0857-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6767b11b076538923bcf05881edc99ce5e6376b0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004875_NORMAL2-IM-0857-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd9ce44163c3e9d92048cb225a22b27ee2c98621733313c7e76a335eea039fbc +size 1089 diff --git a/MendeleyCXR/labels/Darwin_00004876_NORMAL2-IM-0858-0001.png b/MendeleyCXR/labels/Darwin_00004876_NORMAL2-IM-0858-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5e6536a1e9ffbf644c7afa772e0c7fe18aa7c94f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004876_NORMAL2-IM-0858-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33b98614547eac1cb79f4efe25f8d3bbe150724ce16b726562c2a699cf819a7f +size 1256 diff --git a/MendeleyCXR/labels/Darwin_00004877_NORMAL2-IM-0859-0001.png b/MendeleyCXR/labels/Darwin_00004877_NORMAL2-IM-0859-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3212f3a34de15a53fd44aba3da8e8144840baa22 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004877_NORMAL2-IM-0859-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa4545726cd56bad8064929e625bd4d552e0e4de0c7e8fda593727fdefe618cb +size 1145 diff --git a/MendeleyCXR/labels/Darwin_00004878_NORMAL2-IM-0860-0001.png b/MendeleyCXR/labels/Darwin_00004878_NORMAL2-IM-0860-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..158dfaa5e5172cfc610937d4bc2fb77cf280263d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004878_NORMAL2-IM-0860-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08642589cbf8f0fd551700c8f19ef8f0d8d3c053e4d66e0bfbf8f7b0f704ecfa +size 1219 diff --git a/MendeleyCXR/labels/Darwin_00004879_NORMAL2-IM-0862-0001.png b/MendeleyCXR/labels/Darwin_00004879_NORMAL2-IM-0862-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4ab0b62b9090d9b803040d4958d1603b08aa45a3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004879_NORMAL2-IM-0862-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55c6f87e874d77a26d7b35b6dc996899a6c646fb9faa7ece8bf74da31ecb0d69 +size 1241 diff --git a/MendeleyCXR/labels/Darwin_00004880_NORMAL2-IM-0863-0001.png b/MendeleyCXR/labels/Darwin_00004880_NORMAL2-IM-0863-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..321dd765711e928b1731b4d00bcb261531d60e90 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004880_NORMAL2-IM-0863-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ade4bb0c6af131e5a609062117caf039f063606929216a20811b7579579a5a1 +size 1160 diff --git a/MendeleyCXR/labels/Darwin_00004881_NORMAL2-IM-0865-0001.png b/MendeleyCXR/labels/Darwin_00004881_NORMAL2-IM-0865-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7c5b3518ea06193dca2e91017e42e54420bad169 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004881_NORMAL2-IM-0865-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bcce136a86a4ca7da4da63391c343823d17375b0ca5acab61c36c5e9c2434a0 +size 1188 diff --git a/MendeleyCXR/labels/Darwin_00004882_NORMAL2-IM-0866-0001.png b/MendeleyCXR/labels/Darwin_00004882_NORMAL2-IM-0866-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b356f186ea6b6aa45507985fedb7d5e098d63256 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004882_NORMAL2-IM-0866-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7afcb69ba598f72ced970e0cf51ac271eb278b714fea760a6b4a49148391e6a +size 1128 diff --git a/MendeleyCXR/labels/Darwin_00004883_NORMAL2-IM-0867-0001.png b/MendeleyCXR/labels/Darwin_00004883_NORMAL2-IM-0867-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..959eae9e1e80fdf0955703a784f8c2eb08d7d210 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004883_NORMAL2-IM-0867-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77ab3bdf1a024fdcb87ad184528fa665dca47940908c8665550a1f0de838849f +size 1098 diff --git a/MendeleyCXR/labels/Darwin_00004884_NORMAL2-IM-0868-0001.png b/MendeleyCXR/labels/Darwin_00004884_NORMAL2-IM-0868-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f79465ea1cc3fe671ee7d7d89c50d598b1dc9b70 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004884_NORMAL2-IM-0868-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41ce242efe577b20457e4fed81f7f0b7d59d9fbda8f8497d0c37c2ec90ada8ae +size 1140 diff --git a/MendeleyCXR/labels/Darwin_00004885_NORMAL2-IM-0869-0001.png b/MendeleyCXR/labels/Darwin_00004885_NORMAL2-IM-0869-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..958a703d1b983804a3257ba609a2a25534076046 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004885_NORMAL2-IM-0869-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91f8ea04dc59ac5a5fdf2b408a60a1ebae0de2ae6b0bdacbac44e3acaaeff9db +size 1084 diff --git a/MendeleyCXR/labels/Darwin_00004886_NORMAL2-IM-0870-0001.png b/MendeleyCXR/labels/Darwin_00004886_NORMAL2-IM-0870-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ff241eea45b1233e1fe4e78a1dd6562f25769066 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004886_NORMAL2-IM-0870-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:663d4d33bc8dbf995a5cf52631c54f52785d4ba6f6fc39e99caaede6fd95c41c +size 1114 diff --git a/MendeleyCXR/labels/Darwin_00004887_NORMAL2-IM-0871-0001.png b/MendeleyCXR/labels/Darwin_00004887_NORMAL2-IM-0871-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..69bb34e30d40885e397a3904601612cb57b29a38 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004887_NORMAL2-IM-0871-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1864815638537dd6ab28eba41ef4a6cc75fd5e8490620e186da14a95de88a319 +size 1099 diff --git a/MendeleyCXR/labels/Darwin_00004888_NORMAL2-IM-0872-0001.png b/MendeleyCXR/labels/Darwin_00004888_NORMAL2-IM-0872-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..629fedbd745a62c086a1dfe1a1582a56e91b9643 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004888_NORMAL2-IM-0872-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbbe7a6b5e08948e308ffd2658d9fbd442651963efb72a53069456f9f47789e2 +size 1105 diff --git a/MendeleyCXR/labels/Darwin_00004889_NORMAL2-IM-0873-0001.png b/MendeleyCXR/labels/Darwin_00004889_NORMAL2-IM-0873-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a47873a1e254add8733596b02f0e99ba6babbf49 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004889_NORMAL2-IM-0873-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88940d13514bb789ff82eb262c7f3e97b098f6b5df4a370b19c69573d9a280aa +size 1242 diff --git a/MendeleyCXR/labels/Darwin_00004890_NORMAL2-IM-0806-0001.png b/MendeleyCXR/labels/Darwin_00004890_NORMAL2-IM-0806-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2d807fb9a16a855c7bf3b4af49b519a57611a0f2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004890_NORMAL2-IM-0806-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bc5d7bc96f85f76cb94226147106f58408705a0101729d87451f88cec0c612f +size 1155 diff --git a/MendeleyCXR/labels/Darwin_00004891_NORMAL2-IM-0807-0001.png b/MendeleyCXR/labels/Darwin_00004891_NORMAL2-IM-0807-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..70667c1bed569681ac88414d12044446d2d0ba31 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004891_NORMAL2-IM-0807-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43137a242c48adffd1ee7ecff8a32251c99e920dfd1679f887c5b4fcd42843a2 +size 1051 diff --git a/MendeleyCXR/labels/Darwin_00004892_NORMAL2-IM-0808-0001.png b/MendeleyCXR/labels/Darwin_00004892_NORMAL2-IM-0808-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b544af2d0fe2e62e6b2585730810047728e8a305 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004892_NORMAL2-IM-0808-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b2d3305fab28fe862688a2e4c00b83a8fedbb35db5bea18294ad922df568e7d +size 1102 diff --git a/MendeleyCXR/labels/Darwin_00004893_NORMAL2-IM-0809-0001.png b/MendeleyCXR/labels/Darwin_00004893_NORMAL2-IM-0809-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..cd917c54d512b3982dc3ed6f6092d9242d406900 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004893_NORMAL2-IM-0809-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:539b80aa8246fce1f27f841e5dd07b0b0b13817c62a484defa61f05cdd8d339f +size 1059 diff --git a/MendeleyCXR/labels/Darwin_00004894_NORMAL2-IM-0810-0001.png b/MendeleyCXR/labels/Darwin_00004894_NORMAL2-IM-0810-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a724690fe9c80f9fe83564267f516880a5d2e028 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004894_NORMAL2-IM-0810-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e8e2093d7dbc89b62bce478bdb9c5c7db16c7098c0e0d8120c509054ec63b9d +size 1248 diff --git a/MendeleyCXR/labels/Darwin_00004895_NORMAL2-IM-0811-0001.png b/MendeleyCXR/labels/Darwin_00004895_NORMAL2-IM-0811-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..33df2a542b2194350763a711f53cd7756424f113 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004895_NORMAL2-IM-0811-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52e8d11b3d64a4dab2fb6114c14ae5f2a65c7f9f84ccd9ab4a73d672926a9e42 +size 1109 diff --git a/MendeleyCXR/labels/Darwin_00004896_NORMAL2-IM-0812-0001.png b/MendeleyCXR/labels/Darwin_00004896_NORMAL2-IM-0812-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f2d5fc0e861f2321364a7cba3cf1605ede762b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004896_NORMAL2-IM-0812-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:324147d6e7a93f5a14abfc72d486c130e3caaf0159478ed644ba543612e395d6 +size 1115 diff --git a/MendeleyCXR/labels/Darwin_00004897_NORMAL2-IM-0814-0001.png b/MendeleyCXR/labels/Darwin_00004897_NORMAL2-IM-0814-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..70ebb2f8d12a55d7d2667a03165d8419be404267 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004897_NORMAL2-IM-0814-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eeb8ebcf2e7fc3d176f5a33264e85ffe1c52968911caeb8d92f339471a50f40 +size 1167 diff --git a/MendeleyCXR/labels/Darwin_00004898_NORMAL2-IM-0815-0001.png b/MendeleyCXR/labels/Darwin_00004898_NORMAL2-IM-0815-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..cebde32d09420b1eab9980975925d5109b6be8b6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004898_NORMAL2-IM-0815-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f846ee5873b41ad4d9f443ee78de62891619e8a8412f3b8ad92521c072dfa073 +size 1083 diff --git a/MendeleyCXR/labels/Darwin_00004899_NORMAL2-IM-0816-0001.png b/MendeleyCXR/labels/Darwin_00004899_NORMAL2-IM-0816-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e1f9bbbd2b8c4563d67c0d584311ac2216c717b8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004899_NORMAL2-IM-0816-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36a4c2ad053586f17152181c49744a1aad9e3cfcd0c31b01c0492a0acc96c3fb +size 1133 diff --git a/MendeleyCXR/labels/Darwin_00004900_NORMAL2-IM-0818-0001-0002.png b/MendeleyCXR/labels/Darwin_00004900_NORMAL2-IM-0818-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..26ff25d88dc6be8b57f4a03e7d93a5c8aadb7498 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004900_NORMAL2-IM-0818-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7acaf04de713f585faaba082f2e262c3f12404d4c53f4d7109bee31bea50805 +size 1238 diff --git a/MendeleyCXR/labels/Darwin_00004901_NORMAL2-IM-0818-0001.png b/MendeleyCXR/labels/Darwin_00004901_NORMAL2-IM-0818-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1ca3307b96ba85628229a4cebe9fc033b3356a63 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004901_NORMAL2-IM-0818-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ce23c912979dfdff585558c75c64c5675f5cee6986038d3592c414740cdca76 +size 1222 diff --git a/MendeleyCXR/labels/Darwin_00004902_NORMAL2-IM-0819-0001.png b/MendeleyCXR/labels/Darwin_00004902_NORMAL2-IM-0819-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..80155a34d729532bac61b02fd6622689f7bbcf72 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004902_NORMAL2-IM-0819-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cbef5880a499c1324f6cf3afe24beca3bcb639b39195bbc2a6da7c5b4f5052e +size 1209 diff --git a/MendeleyCXR/labels/Darwin_00004903_NORMAL2-IM-0820-0001.png b/MendeleyCXR/labels/Darwin_00004903_NORMAL2-IM-0820-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8bc6ba8e837a805559954640966380f3f8fb1881 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004903_NORMAL2-IM-0820-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d24bd3c1f671a72eace74849c53ba2ef06505c0030f5146824aabe6ef5f02423 +size 1236 diff --git a/MendeleyCXR/labels/Darwin_00004904_NORMAL2-IM-0821-0001.png b/MendeleyCXR/labels/Darwin_00004904_NORMAL2-IM-0821-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ab74d815d859cdfb958d8d2b4f87b77920cc221a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004904_NORMAL2-IM-0821-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:761c8ecbdbefbd094a4bac78f3af95ae4488fe42ace68286f0db36c96656a98b +size 1258 diff --git a/MendeleyCXR/labels/Darwin_00004905_NORMAL2-IM-0822-0001.png b/MendeleyCXR/labels/Darwin_00004905_NORMAL2-IM-0822-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..83596f3b53f6b661db6cfa898479b1e7bd3c99be --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004905_NORMAL2-IM-0822-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b30f210a096501efe8c8c0c2a01f626ac6fd484aab925ee3d6a45601ce0db4f +size 1118 diff --git a/MendeleyCXR/labels/Darwin_00004906_NORMAL2-IM-0824-0001.png b/MendeleyCXR/labels/Darwin_00004906_NORMAL2-IM-0824-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9e67453b63ab97bb13c65f9531ed54527037062f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004906_NORMAL2-IM-0824-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c52a4756eded878290922f1a9a098b93e6a62a9ba3c3dbffbf987a22cc7f4d11 +size 1073 diff --git a/MendeleyCXR/labels/Darwin_00004907_NORMAL2-IM-0825-0001.png b/MendeleyCXR/labels/Darwin_00004907_NORMAL2-IM-0825-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..82898c6a4d71c2e9d6ee2cafde6e9d0fea5d92e2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004907_NORMAL2-IM-0825-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:130c2dee06524e9159f300bdb8153bac314948f86213269828cb87be29546704 +size 1085 diff --git a/MendeleyCXR/labels/Darwin_00004908_NORMAL2-IM-0826-0001.png b/MendeleyCXR/labels/Darwin_00004908_NORMAL2-IM-0826-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0bf4fed405dc7359a25277b700e3b41a7323240b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004908_NORMAL2-IM-0826-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce6eb5dec9b00cfb050249aa63b520eb8701d146aa4114a29806328269e108eb +size 1049 diff --git a/MendeleyCXR/labels/Darwin_00004909_NORMAL2-IM-0827-0001.png b/MendeleyCXR/labels/Darwin_00004909_NORMAL2-IM-0827-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..71356740149b4f39f22303c3086d4282f9664a7d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004909_NORMAL2-IM-0827-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34ba57ddb5ff6ccfe8533b82bd23185df5aa0ca60233eda030626eb37892cb5a +size 1261 diff --git a/MendeleyCXR/labels/Darwin_00004910_NORMAL2-IM-0828-0001.png b/MendeleyCXR/labels/Darwin_00004910_NORMAL2-IM-0828-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..943e0f3738b9bd97c65291137fcc8ec6ebe4382f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004910_NORMAL2-IM-0828-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a3cb1a5bfd931ad183db99812ecf700498e8c7e2625fcc395847f54b54c8d5e +size 1130 diff --git a/MendeleyCXR/labels/Darwin_00004911_NORMAL2-IM-0829-0001.png b/MendeleyCXR/labels/Darwin_00004911_NORMAL2-IM-0829-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..21e9fcc46df0e1edf923fd18a52199ef4e4eacaa --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004911_NORMAL2-IM-0829-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66cdf06aa8fc87b53cbea92c1790ab621a9a2e7c862998fb12cf0dddf0d14fce +size 1161 diff --git a/MendeleyCXR/labels/Darwin_00004912_NORMAL2-IM-0830-0001.png b/MendeleyCXR/labels/Darwin_00004912_NORMAL2-IM-0830-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..939e91d3a1e11095fc2186354bf43188262ae295 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004912_NORMAL2-IM-0830-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c07c6325a4799cb676987dba62d2c23a3700ac41c867d310802bc2cca9dade96 +size 1118 diff --git a/MendeleyCXR/labels/Darwin_00004913_NORMAL2-IM-0831-0001.png b/MendeleyCXR/labels/Darwin_00004913_NORMAL2-IM-0831-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..121b38c99b4be8848f46554df8d845fb89086f49 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004913_NORMAL2-IM-0831-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78bb5eb392b18590ac600d7c65865ce4d22c446e0c10f2254ce7ee9831dcd792 +size 1042 diff --git a/MendeleyCXR/labels/Darwin_00004914_NORMAL2-IM-0832-0001-0001.png b/MendeleyCXR/labels/Darwin_00004914_NORMAL2-IM-0832-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7000d6c535c0b2ec7ec5bddebf144e7749a2a98d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004914_NORMAL2-IM-0832-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6be182850b4d535faa4e6ce1a7f2aada50d6a16ae051d08a2f61eb579991cdf8 +size 1096 diff --git a/MendeleyCXR/labels/Darwin_00004915_NORMAL2-IM-0832-0001-0002.png b/MendeleyCXR/labels/Darwin_00004915_NORMAL2-IM-0832-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..e2b9b53234d2c06a0492217ed40d9270eed12e64 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004915_NORMAL2-IM-0832-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f1804fdf2d19ec93bcf18256b3bf57fbaf78c78f189e16b6319fd1100140d93 +size 1174 diff --git a/MendeleyCXR/labels/Darwin_00004916_NORMAL2-IM-0832-0001.png b/MendeleyCXR/labels/Darwin_00004916_NORMAL2-IM-0832-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..bbc90bb3e7d17ae66cde707d12423dd730496d94 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004916_NORMAL2-IM-0832-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e45477dea59dcbf8782441a5761de3b319f20a4540e7b5e253e77203f26a3d79 +size 1207 diff --git a/MendeleyCXR/labels/Darwin_00004917_NORMAL2-IM-0833-0001.png b/MendeleyCXR/labels/Darwin_00004917_NORMAL2-IM-0833-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4f06af0d0ec12f670b2e5e7ab25682e6111f8be2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004917_NORMAL2-IM-0833-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32b8bd2f0df3c3e5bed96b211a189021e7a31639bd098420c97cceac7719d4ca +size 1151 diff --git a/MendeleyCXR/labels/Darwin_00004918_NORMAL2-IM-0834-0001.png b/MendeleyCXR/labels/Darwin_00004918_NORMAL2-IM-0834-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..87a4a42b222b2d64a5912af8117ebf85185a123c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004918_NORMAL2-IM-0834-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:878f601480227358387f052fc1695e4dae2aa3183db37e5a2146f7259f799e34 +size 1162 diff --git a/MendeleyCXR/labels/Darwin_00004919_NORMAL2-IM-0836-0001.png b/MendeleyCXR/labels/Darwin_00004919_NORMAL2-IM-0836-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2e57e9e91edaa4652b04d79df07bd851fedc783a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004919_NORMAL2-IM-0836-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98c69327793207a63a348ccc178112da2a4e18c21429295c63a314c6d4ad345a +size 1130 diff --git a/MendeleyCXR/labels/Darwin_00004920_NORMAL2-IM-0837-0001.png b/MendeleyCXR/labels/Darwin_00004920_NORMAL2-IM-0837-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..333dd987bcf8f115547072af6b86eab23dde13cd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004920_NORMAL2-IM-0837-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d780c38e3cc852d1a2a253acaad36ff0e39112eadcedef82e503537b1cd3fa83 +size 1082 diff --git a/MendeleyCXR/labels/Darwin_00004921_NORMAL2-IM-0838-0001.png b/MendeleyCXR/labels/Darwin_00004921_NORMAL2-IM-0838-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fec9d978deb1979befd9eeabaab59dfe4d03c1ad --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004921_NORMAL2-IM-0838-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d9502d21faa7a6e9a22cd689065e0b684c30cc3cea6461988c362e6232b34a6 +size 1206 diff --git a/MendeleyCXR/labels/Darwin_00004922_NORMAL2-IM-0694-0001.png b/MendeleyCXR/labels/Darwin_00004922_NORMAL2-IM-0694-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8565abb2844db21a0960030cb5c69c2c5384ff5e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004922_NORMAL2-IM-0694-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ca9a0ab229c542a40bf92cb176aaf5d45a55469d2dc4b57ea91b2722921931a +size 1299 diff --git a/MendeleyCXR/labels/Darwin_00004923_NORMAL2-IM-0695-0001.png b/MendeleyCXR/labels/Darwin_00004923_NORMAL2-IM-0695-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..415537184cc76ef5f0db3435162dd76de8d42ae5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004923_NORMAL2-IM-0695-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b25d98a527b00fd1bad1929c358b4ac46c8a65483e0f827ec350893e9f1308d3 +size 1206 diff --git a/MendeleyCXR/labels/Darwin_00004924_NORMAL2-IM-0696-0001.png b/MendeleyCXR/labels/Darwin_00004924_NORMAL2-IM-0696-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e799d24ce1c583b8c65a6bab17a828626b837084 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004924_NORMAL2-IM-0696-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07c345f573f7116d99c4ec78b9af87edada92f511909e0dc1f1d724f7f7b9115 +size 1194 diff --git a/MendeleyCXR/labels/Darwin_00004925_NORMAL2-IM-0698-0001.png b/MendeleyCXR/labels/Darwin_00004925_NORMAL2-IM-0698-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5eeaf70624173c3caba76eafba81e5305da7f39c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004925_NORMAL2-IM-0698-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc3184b405e682060483ab6329b589c738a6c3853567324ed64aaf911560237b +size 1137 diff --git a/MendeleyCXR/labels/Darwin_00004926_NORMAL2-IM-0699-0001.png b/MendeleyCXR/labels/Darwin_00004926_NORMAL2-IM-0699-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..571bee0e1c8d9d73a5a01ac56009be686d537fe4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004926_NORMAL2-IM-0699-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1af866da79ea7544abaec4b7468ba74df8e63c5ee4f0a679897804bab62b39cd +size 1243 diff --git a/MendeleyCXR/labels/Darwin_00004927_NORMAL2-IM-0700-0001.png b/MendeleyCXR/labels/Darwin_00004927_NORMAL2-IM-0700-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1017fbab735f11664eb497a33642336eee0a3d8a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004927_NORMAL2-IM-0700-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc4ca0c111888c0d9b029572bfd2de22d1d9f46fb5da61643e9eadf077e41df5 +size 1210 diff --git a/MendeleyCXR/labels/Darwin_00004928_NORMAL2-IM-0702-0001.png b/MendeleyCXR/labels/Darwin_00004928_NORMAL2-IM-0702-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..278f1ca6ba5bd979c6f6d5e681b949cf8faf9c50 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004928_NORMAL2-IM-0702-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24dd94e96cd44b15a574450de4dad9a1870cb3604add99531703dc4e67a88d72 +size 1171 diff --git a/MendeleyCXR/labels/Darwin_00004929_NORMAL2-IM-0705-0001.png b/MendeleyCXR/labels/Darwin_00004929_NORMAL2-IM-0705-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5fd92b9107514d04a24e242aaef94c38d07b2b0a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004929_NORMAL2-IM-0705-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:107bfb79301a25874cc72f0ef992eef812674f636a6d8cfd28dd50847949532e +size 1252 diff --git a/MendeleyCXR/labels/Darwin_00004930_NORMAL2-IM-0707-0001.png b/MendeleyCXR/labels/Darwin_00004930_NORMAL2-IM-0707-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8d3de9674c5d68b5e6a309b3cc15aa47020c783e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004930_NORMAL2-IM-0707-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1972b94a27da51c7a330f85e8f02e2c22e68bbe03491d43c590839a2cd96a2b +size 1162 diff --git a/MendeleyCXR/labels/Darwin_00004931_NORMAL2-IM-0718-0001.png b/MendeleyCXR/labels/Darwin_00004931_NORMAL2-IM-0718-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..448acc78bfb211ea1b5d44156adcff2ea58ed616 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004931_NORMAL2-IM-0718-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eaf479eaa5a61c8055e5df38a4044c8c9b127fc91a831fb5f29b8e03026521c +size 1201 diff --git a/MendeleyCXR/labels/Darwin_00004932_NORMAL2-IM-0719-0001.png b/MendeleyCXR/labels/Darwin_00004932_NORMAL2-IM-0719-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..bb55d51c08456156a58c082b95f820f1808b8ec3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004932_NORMAL2-IM-0719-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ba65ca879978fb9aa885ef5caa774743b150ce9a162acfe775f94b7d852b908 +size 1187 diff --git a/MendeleyCXR/labels/Darwin_00004933_NORMAL2-IM-0723-0001.png b/MendeleyCXR/labels/Darwin_00004933_NORMAL2-IM-0723-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e918f361d2cad1e81488308890923e29f65880ee --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004933_NORMAL2-IM-0723-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a22394bc80bcf893cfca8b5ecf94f690c9e3d8b7bceed410dbc4c94eb6e3e33 +size 1182 diff --git a/MendeleyCXR/labels/Darwin_00004934_NORMAL2-IM-0725-0001.png b/MendeleyCXR/labels/Darwin_00004934_NORMAL2-IM-0725-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..967ffe147ebb39fb8e385f72cd213d032a016b40 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004934_NORMAL2-IM-0725-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e27ba8195e61bbacc8a91b7159ab16345c5f3bcdc8cd1bfc98a0e313925a039c +size 1058 diff --git a/MendeleyCXR/labels/Darwin_00004935_NORMAL2-IM-0727-0001.png b/MendeleyCXR/labels/Darwin_00004935_NORMAL2-IM-0727-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a8b29414288a2284f9e83537f5982685ccd720a8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004935_NORMAL2-IM-0727-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ad22f5b530c0339ce8f34231e5fc1703b68ea77d5567710a66e18e6638da18b +size 1131 diff --git a/MendeleyCXR/labels/Darwin_00004936_NORMAL2-IM-0730-0001.png b/MendeleyCXR/labels/Darwin_00004936_NORMAL2-IM-0730-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fc18f703d7da098fbdba16ac22df5079a2be1d15 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004936_NORMAL2-IM-0730-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33ae568fd8fe0067d02039d434d3978861f78408c96c8f22ee17c46a98ae942d +size 1122 diff --git a/MendeleyCXR/labels/Darwin_00004937_NORMAL2-IM-0736-0001.png b/MendeleyCXR/labels/Darwin_00004937_NORMAL2-IM-0736-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..77fa7dddae1f0058d823ea2f70b8c613631fbd58 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004937_NORMAL2-IM-0736-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4698ba6a94d150114604509f8cb67c92f0e4831f2943172f6a77e01e1732e12f +size 1239 diff --git a/MendeleyCXR/labels/Darwin_00004938_NORMAL2-IM-0741-0001.png b/MendeleyCXR/labels/Darwin_00004938_NORMAL2-IM-0741-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4f26b2f7ca72ff292f6b8ffe7773570cbe549037 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004938_NORMAL2-IM-0741-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69321a996ea7e286cebaa2602a98b7be35b695fb4b6aae173f847e9c9415d712 +size 1073 diff --git a/MendeleyCXR/labels/Darwin_00004939_NORMAL2-IM-0744-0001.png b/MendeleyCXR/labels/Darwin_00004939_NORMAL2-IM-0744-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d8ff87bf3075f045a7d564041e032bbde01a39ef --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004939_NORMAL2-IM-0744-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:207db5d8924e4118b93fad9414f72998672b9f7267f88abfcc8d5c0637998e59 +size 1145 diff --git a/MendeleyCXR/labels/Darwin_00004940_NORMAL2-IM-0746-0001.png b/MendeleyCXR/labels/Darwin_00004940_NORMAL2-IM-0746-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5a6bf0e3f12d3c6150d839d6e99104fcb0e9ba5c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004940_NORMAL2-IM-0746-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:036292d5f145256f97f09080e7525662c715c8bb2d248d515a2eed78cf72ae02 +size 1077 diff --git a/MendeleyCXR/labels/Darwin_00004941_NORMAL2-IM-0749-0001.png b/MendeleyCXR/labels/Darwin_00004941_NORMAL2-IM-0749-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9b8a2045ef2aefcd648e81de306210a382ef0bb5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004941_NORMAL2-IM-0749-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dce2b0b31584d812226002e803d6232551df73f3463354b57081aa487555bdc6 +size 1164 diff --git a/MendeleyCXR/labels/Darwin_00004942_NORMAL2-IM-0753-0001.png b/MendeleyCXR/labels/Darwin_00004942_NORMAL2-IM-0753-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d25e4139f7114c61a098375e10fa4ae84dd745df --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004942_NORMAL2-IM-0753-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9808a6d286c4d667c3a762dc9567600835f05605e26df81919697a83ae91367d +size 1117 diff --git a/MendeleyCXR/labels/Darwin_00004943_NORMAL2-IM-0757-0001.png b/MendeleyCXR/labels/Darwin_00004943_NORMAL2-IM-0757-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..47c0671a304dc88c3b28cf2404e254f32530719a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004943_NORMAL2-IM-0757-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45f4f520e2b7f78be7f571e384f48414527f3407c135547d8e0502442d9d89c3 +size 1084 diff --git a/MendeleyCXR/labels/Darwin_00004944_NORMAL2-IM-0765-0001.png b/MendeleyCXR/labels/Darwin_00004944_NORMAL2-IM-0765-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b4d7668d7b58b07d8465a97e41998f867d1c9eda --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004944_NORMAL2-IM-0765-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c29b0d8f865e16c08bd73f9826b617b45267ec13624ee47b5ba8fa7768f78a00 +size 1233 diff --git a/MendeleyCXR/labels/Darwin_00004945_NORMAL2-IM-0771-0001.png b/MendeleyCXR/labels/Darwin_00004945_NORMAL2-IM-0771-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..76ce8321dd72e656103fb34fd57ba1485e179435 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004945_NORMAL2-IM-0771-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c449b63ecf8381746cfd483e2297fb6e7ae8391d253048bdfd86f6ae541cbfc2 +size 1047 diff --git a/MendeleyCXR/labels/Darwin_00004946_NORMAL2-IM-0772-0001.png b/MendeleyCXR/labels/Darwin_00004946_NORMAL2-IM-0772-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..11422f5a0afcfab95b18c4d9210a18d94dbd82d8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004946_NORMAL2-IM-0772-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83157fab98bf5273388bbc98e23cf72ecbf9841350912b2cb5746eada65574ff +size 1109 diff --git a/MendeleyCXR/labels/Darwin_00004947_NORMAL2-IM-0774-0001.png b/MendeleyCXR/labels/Darwin_00004947_NORMAL2-IM-0774-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7002b05a17aefa8a266371961dccaad982af272b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004947_NORMAL2-IM-0774-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46dc445a59f30226d2a7e1bc1e4c0415504187427347f200cd15cb8851946cc4 +size 1173 diff --git a/MendeleyCXR/labels/Darwin_00004948_NORMAL2-IM-0775-0001.png b/MendeleyCXR/labels/Darwin_00004948_NORMAL2-IM-0775-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..051aa2a256e8822f610bc9e91e6b5e8b5154a4ed --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004948_NORMAL2-IM-0775-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99e381865a48387161da361cece60e7a1553413bad907e7ea4d7297a7afceec5 +size 1098 diff --git a/MendeleyCXR/labels/Darwin_00004949_NORMAL2-IM-0776-0001.png b/MendeleyCXR/labels/Darwin_00004949_NORMAL2-IM-0776-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d6c116db210d26b658a20f107b8af56c9da5e713 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004949_NORMAL2-IM-0776-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36f4a5c44682ad822b9e21fd4990031d2ce620d4d9c13f77d68e0bec636c2e38 +size 1335 diff --git a/MendeleyCXR/labels/Darwin_00004950_NORMAL2-IM-0777-0001.png b/MendeleyCXR/labels/Darwin_00004950_NORMAL2-IM-0777-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..23220c399b1727ce47fd069e04968d2958d2a3c0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004950_NORMAL2-IM-0777-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49b4338382587221428e362015c210c0e93e6ac07d9e17b1c2c3c2b994e13885 +size 1106 diff --git a/MendeleyCXR/labels/Darwin_00004951_NORMAL2-IM-0780-0001.png b/MendeleyCXR/labels/Darwin_00004951_NORMAL2-IM-0780-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5676a99e6f8332fa7731a8b41ee6009dd68b8ddf --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004951_NORMAL2-IM-0780-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:188814d5e80cf68f88678b982ded5ad025054d26bdec3b3431f7693a2d21839a +size 1133 diff --git a/MendeleyCXR/labels/Darwin_00004952_NORMAL2-IM-0781-0001.png b/MendeleyCXR/labels/Darwin_00004952_NORMAL2-IM-0781-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8af74e8d75da77a827ae70c134b6e9f3e9126fab --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004952_NORMAL2-IM-0781-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e0844da6a1862137ca4b9361493eaffc4077105ee82753be3e479bbd463e2f8 +size 1230 diff --git a/MendeleyCXR/labels/Darwin_00004953_NORMAL2-IM-0790-0001.png b/MendeleyCXR/labels/Darwin_00004953_NORMAL2-IM-0790-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..afbe0d471e296c5163928abbd3aea4934ab612a2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004953_NORMAL2-IM-0790-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:248db286f075b60e8bef624f7c946ddbc2efe786d5ad7c4715d312129044581f +size 1139 diff --git a/MendeleyCXR/labels/Darwin_00004954_NORMAL2-IM-0793-0001.png b/MendeleyCXR/labels/Darwin_00004954_NORMAL2-IM-0793-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..46599bf3395a30a5ab66c4fb26bdcfbc53cc370a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004954_NORMAL2-IM-0793-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d832cdcd216c49a5909bc6b6683f848a184424208c07e31c8b5cc5dc384ca00 +size 954 diff --git a/MendeleyCXR/labels/Darwin_00004955_NORMAL2-IM-0796-0001.png b/MendeleyCXR/labels/Darwin_00004955_NORMAL2-IM-0796-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..71c215f745ed447e04e5385fdd9f17b4d0a4448c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004955_NORMAL2-IM-0796-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c010dc13cd1772797b04651f37bcf618bd9387c09b775dc9f9215db92a3424f +size 1135 diff --git a/MendeleyCXR/labels/Darwin_00004956_NORMAL2-IM-0797-0001.png b/MendeleyCXR/labels/Darwin_00004956_NORMAL2-IM-0797-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5b7eb84b7e5fe9769d96f8b6756e8be2ca9e142a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004956_NORMAL2-IM-0797-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66f66640cfc74fc8eecd9c156c8e81842aa523f33efe2d7e4537abc105efb6c2 +size 1085 diff --git a/MendeleyCXR/labels/Darwin_00004957_NORMAL2-IM-0798-0001.png b/MendeleyCXR/labels/Darwin_00004957_NORMAL2-IM-0798-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6dac91a17202b997f85c31a52505280dff175c9c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004957_NORMAL2-IM-0798-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3791f8c8aabaf182c18f5ec37d42baa654aadf0698978531140ecd9e4635fd1 +size 1164 diff --git a/MendeleyCXR/labels/Darwin_00004958_NORMAL2-IM-0799-0001.png b/MendeleyCXR/labels/Darwin_00004958_NORMAL2-IM-0799-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..52db12a09678dd3847349f3b82af0e8bdfcfe031 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004958_NORMAL2-IM-0799-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8312f87132c8900ae692af2b9731831a84fd0179713eded741d2d9d6f4c22d3 +size 1196 diff --git a/MendeleyCXR/labels/Darwin_00004959_NORMAL2-IM-0803-0001.png b/MendeleyCXR/labels/Darwin_00004959_NORMAL2-IM-0803-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..28a398069aa3e60a4e90519de30e6af9f77a84d9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004959_NORMAL2-IM-0803-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd3e5f83daf3ce9502b968d4b00a3c8ba1de2359a3e27d5795e3234f844f109d +size 1036 diff --git a/MendeleyCXR/labels/Darwin_00004960_NORMAL2-IM-0804-0001.png b/MendeleyCXR/labels/Darwin_00004960_NORMAL2-IM-0804-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..edddbab63f36e5d9a8457fdf9cdbfb957ec88ba4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004960_NORMAL2-IM-0804-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8da5e07bba29a80534c36c4fbcaf12d43217d68f1a9aa089d5c6416ab71fcb4b +size 1004 diff --git a/MendeleyCXR/labels/Darwin_00004961_NORMAL2-IM-0651-0004.png b/MendeleyCXR/labels/Darwin_00004961_NORMAL2-IM-0651-0004.png new file mode 100644 index 0000000000000000000000000000000000000000..19f8cc63b2338164abf11a14b32c3b19b9297c13 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004961_NORMAL2-IM-0651-0004.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf150bcdbfa4d08db1ef37b76f376f95b9fef0c6164027fa45a63b4df61344c2 +size 1053 diff --git a/MendeleyCXR/labels/Darwin_00004962_NORMAL2-IM-0652-0001.png b/MendeleyCXR/labels/Darwin_00004962_NORMAL2-IM-0652-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d5f400c453d3329c5ea845b392c4776f418b8d5c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004962_NORMAL2-IM-0652-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e681d6cc7bc9e06f3afe9e322a49b9ffae091bc07a6606254b00723900bbc286 +size 1202 diff --git a/MendeleyCXR/labels/Darwin_00004963_NORMAL2-IM-0653-0001.png b/MendeleyCXR/labels/Darwin_00004963_NORMAL2-IM-0653-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fcc0893ec154d73aaeb530be7dd5402169ac24a3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004963_NORMAL2-IM-0653-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:636ce18bcce51b7df4f7f51773aebb3c607def19a239b3c7ae7e6801d5e1c223 +size 1084 diff --git a/MendeleyCXR/labels/Darwin_00004964_NORMAL2-IM-0654-0001.png b/MendeleyCXR/labels/Darwin_00004964_NORMAL2-IM-0654-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d38c8e5f6326226829fa3c442fe49dfc3a975ef7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004964_NORMAL2-IM-0654-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f68ffe50ec8ee04bc9a52601707b9aeaee4f7b1fe3ab6019337fc738a30444ad +size 1178 diff --git a/MendeleyCXR/labels/Darwin_00004965_NORMAL2-IM-0655-0001.png b/MendeleyCXR/labels/Darwin_00004965_NORMAL2-IM-0655-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..55bb70eb12a610f06fc557436343668a9b6066db --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004965_NORMAL2-IM-0655-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e79f41a9fc7d62c9858a31b6c7534dfd73fe0c1ca255ee520d242a3e88d8530 +size 1251 diff --git a/MendeleyCXR/labels/Darwin_00004966_NORMAL2-IM-0657-0001.png b/MendeleyCXR/labels/Darwin_00004966_NORMAL2-IM-0657-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e36fb5620a9becb0959cd765a04c50e41dc5135b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004966_NORMAL2-IM-0657-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e29085f780be5d68303466af4997647f8ec07db6b631492fa228cbbc4352d385 +size 1045 diff --git a/MendeleyCXR/labels/Darwin_00004967_NORMAL2-IM-0659-0001.png b/MendeleyCXR/labels/Darwin_00004967_NORMAL2-IM-0659-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4e06c90c6340958213f82bbb0eceb8bc905a4517 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004967_NORMAL2-IM-0659-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bebaf787634e4d52324aa576b2af7b4f287c3ee9a5488305c96a863c4f7107b +size 1351 diff --git a/MendeleyCXR/labels/Darwin_00004968_NORMAL2-IM-0660-0001.png b/MendeleyCXR/labels/Darwin_00004968_NORMAL2-IM-0660-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c01eeedd20be9d1df1c68338579da46ccc7db9d4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004968_NORMAL2-IM-0660-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21ba4bc0af4e2cff1172de865a27325e8ef5c65e4a3bfc86ac16cfd9bc112b7a +size 1183 diff --git a/MendeleyCXR/labels/Darwin_00004969_NORMAL2-IM-0661-0001.png b/MendeleyCXR/labels/Darwin_00004969_NORMAL2-IM-0661-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..aba6206e88f97b7d10933d53c43263059527a4d0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004969_NORMAL2-IM-0661-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e639cc1dea47b20312bcdb8e6cec38c0ebd10c601ea4abea5884125addd2e020 +size 1169 diff --git a/MendeleyCXR/labels/Darwin_00004970_NORMAL2-IM-0662-0001.png b/MendeleyCXR/labels/Darwin_00004970_NORMAL2-IM-0662-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a3e5cf35920a185600bda617c5029d83be1b6f79 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004970_NORMAL2-IM-0662-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67d3d36fcfbeecf000164d85cd6a7d822b724bd51311da8a5f6eac5e7a5d0c95 +size 1265 diff --git a/MendeleyCXR/labels/Darwin_00004971_NORMAL2-IM-0663-0001.png b/MendeleyCXR/labels/Darwin_00004971_NORMAL2-IM-0663-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7d3bb8755ea91ec938764046d4ce0f86bda8edc4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004971_NORMAL2-IM-0663-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60682a14a1ef065064460e3934aa83e4fdb319c3c7ecf25e5e3e1bdc93e39e1c +size 1118 diff --git a/MendeleyCXR/labels/Darwin_00004972_NORMAL2-IM-0664-0001.png b/MendeleyCXR/labels/Darwin_00004972_NORMAL2-IM-0664-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..804cb476e9eab5ba1c19b4d6befb44f9096c219b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004972_NORMAL2-IM-0664-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bc521964e9ff9257c4093beabf39ac636f1573b633de2ce9fab0bc7d63e654d +size 1180 diff --git a/MendeleyCXR/labels/Darwin_00004973_NORMAL2-IM-0665-0001.png b/MendeleyCXR/labels/Darwin_00004973_NORMAL2-IM-0665-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..08e5f3c21ec5bde19bee5f5ad18ad5edd8272788 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004973_NORMAL2-IM-0665-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f877395e706fdd79aba915e4019b74cb5c417b3cd5799fcfeb2e7ce35d85e590 +size 1141 diff --git a/MendeleyCXR/labels/Darwin_00004974_NORMAL2-IM-0666-0001.png b/MendeleyCXR/labels/Darwin_00004974_NORMAL2-IM-0666-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e599581b5ab93a52d8827a285a354cd9bda00ed1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004974_NORMAL2-IM-0666-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d0263ff213e78a6e7c8858cb51911530e20f8500f68075190844eaf4f845d3c +size 1260 diff --git a/MendeleyCXR/labels/Darwin_00004975_NORMAL2-IM-0667-0001.png b/MendeleyCXR/labels/Darwin_00004975_NORMAL2-IM-0667-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..db101b1650645b4db55366fbb2db3014215e34d0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004975_NORMAL2-IM-0667-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13e3eff345df69813368875a2be2a7a541adcd1c00dfd2f45aba827d70c87181 +size 1184 diff --git a/MendeleyCXR/labels/Darwin_00004976_NORMAL2-IM-0668-0001.png b/MendeleyCXR/labels/Darwin_00004976_NORMAL2-IM-0668-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b3f29cce5f17fb4516dc12cddb67cee205f50239 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004976_NORMAL2-IM-0668-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f68e11ad450ab2aa74589493b6d18836442f62866f57935c19b021d8aae5c159 +size 1189 diff --git a/MendeleyCXR/labels/Darwin_00004977_NORMAL2-IM-0669-0001.png b/MendeleyCXR/labels/Darwin_00004977_NORMAL2-IM-0669-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..dfb71131cd5b6d80319c65079891d5134ae303d1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004977_NORMAL2-IM-0669-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:135048af7d234efc39329b1f1d10f7f6119721dabb1101cf985783e7e710ae0f +size 1230 diff --git a/MendeleyCXR/labels/Darwin_00004978_NORMAL2-IM-0671-0001.png b/MendeleyCXR/labels/Darwin_00004978_NORMAL2-IM-0671-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5fdcae9c9993d1d19bba345af510a4e8b839601a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004978_NORMAL2-IM-0671-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d538f7f9568c574366023cb3b0e239cb6188879da5330be365487e7b45614918 +size 1025 diff --git a/MendeleyCXR/labels/Darwin_00004979_NORMAL2-IM-0672-0001.png b/MendeleyCXR/labels/Darwin_00004979_NORMAL2-IM-0672-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2ffe4bfac1437aed9d9a4f13efa1933202076f44 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004979_NORMAL2-IM-0672-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33968137cd2a69add6b696d1022171720d37b9eb7d1d346fefdf6124f20cd06d +size 1151 diff --git a/MendeleyCXR/labels/Darwin_00004980_NORMAL2-IM-0673-0001.png b/MendeleyCXR/labels/Darwin_00004980_NORMAL2-IM-0673-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fcd51b3cfbc276390802e93c984562433e75c7ab --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004980_NORMAL2-IM-0673-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:526c78781fd5d367f257345b840ce19c47638191fa036ad5f995cdb816499dc5 +size 1084 diff --git a/MendeleyCXR/labels/Darwin_00004981_NORMAL2-IM-0675-0001.png b/MendeleyCXR/labels/Darwin_00004981_NORMAL2-IM-0675-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9d01aff6fad8611a7ba581ba4b0960346c5beef7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004981_NORMAL2-IM-0675-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f67247e0166505bbcb516a5d59745d7bd4d85b3967bbf34d226cfb3d8d3eddf +size 1108 diff --git a/MendeleyCXR/labels/Darwin_00004982_NORMAL2-IM-0678-0001.png b/MendeleyCXR/labels/Darwin_00004982_NORMAL2-IM-0678-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..eb9a766e3737d33f0028a1b8e7d9fac4b13646e9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004982_NORMAL2-IM-0678-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66926e79a39cfa44e16230e4d618cc22068cb87742a8c7fe6c2e0e0bd1aac06b +size 1195 diff --git a/MendeleyCXR/labels/Darwin_00004983_NORMAL2-IM-0680-0001.png b/MendeleyCXR/labels/Darwin_00004983_NORMAL2-IM-0680-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..cf3432d9d4f436029f21b7feb975d4f6fcb9193a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004983_NORMAL2-IM-0680-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4e0d59695504c12bcf32d270f3e9a962eceae58ae21a965fcc67ba2ebd289f7 +size 1113 diff --git a/MendeleyCXR/labels/Darwin_00004984_NORMAL2-IM-0682-0001.png b/MendeleyCXR/labels/Darwin_00004984_NORMAL2-IM-0682-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2c3d47a6f0ff45b84246fa0a54a674d0fec1e723 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004984_NORMAL2-IM-0682-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df042aa0541b32181fe3e41527f597e4320d7b21ffe5857e09444bf029abb170 +size 1223 diff --git a/MendeleyCXR/labels/Darwin_00004985_NORMAL2-IM-0683-0001.png b/MendeleyCXR/labels/Darwin_00004985_NORMAL2-IM-0683-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..62ab053c7b5c319596afd8ca63b7c8cbee8316a7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004985_NORMAL2-IM-0683-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad76b5bbf567b94d6e84345ce5e0d51ef62d74a26210e7bef01b2bcb112828fc +size 1248 diff --git a/MendeleyCXR/labels/Darwin_00004986_NORMAL2-IM-0684-0001-0001.png b/MendeleyCXR/labels/Darwin_00004986_NORMAL2-IM-0684-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..165aedcd41092b4ac31d7085b14f2101b32b4dac --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004986_NORMAL2-IM-0684-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed98e8eecc228d800e4fee1e9b12b089402ace4435578005200fe23098d59f8b +size 1071 diff --git a/MendeleyCXR/labels/Darwin_00004987_NORMAL2-IM-0686-0001.png b/MendeleyCXR/labels/Darwin_00004987_NORMAL2-IM-0686-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fa059ad37a1fad36ddf876f2dc4a228a8e0f6ec5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004987_NORMAL2-IM-0686-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b934ef09c808480d4a44086a015dbdb62a0b72637734e6d9ab88cbd5bf7a5c9 +size 1151 diff --git a/MendeleyCXR/labels/Darwin_00004988_NORMAL2-IM-0687-0001.png b/MendeleyCXR/labels/Darwin_00004988_NORMAL2-IM-0687-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..aa0bccf1a647c6f3b342d19f9c1ffec8d2788f52 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004988_NORMAL2-IM-0687-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3d1034d3b300f32ab6d37b388345f680d7c3427bed64e3c2bdbddf65c3b4cfd +size 1164 diff --git a/MendeleyCXR/labels/Darwin_00004989_NORMAL2-IM-0689-0001.png b/MendeleyCXR/labels/Darwin_00004989_NORMAL2-IM-0689-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f5697867b2ad1f8f79fce835ad60ac52c6e15c2e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004989_NORMAL2-IM-0689-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa9ce7bd694e17714b0b891fef7673a2a7ff86dccd547f35bc2ec598814d3f59 +size 1161 diff --git a/MendeleyCXR/labels/Darwin_00004990_NORMAL2-IM-0690-0001.png b/MendeleyCXR/labels/Darwin_00004990_NORMAL2-IM-0690-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..76594ab18ec83662f16c615599e9059d9aafe094 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004990_NORMAL2-IM-0690-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ce034525f32a699435b88dc3e78a1e588de1aea4e6f9697a720e1b546146a23 +size 1034 diff --git a/MendeleyCXR/labels/Darwin_00004991_NORMAL2-IM-0692-0001.png b/MendeleyCXR/labels/Darwin_00004991_NORMAL2-IM-0692-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e488c46a506ed7e034570f4ec08c660a464dfcd6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004991_NORMAL2-IM-0692-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:148311f4de58b8eb87054b77cb0d1317b2a0e3b7aa9c5e75a89d0ddb74ea2594 +size 1185 diff --git a/MendeleyCXR/labels/Darwin_00004992_NORMAL2-IM-0693-0001.png b/MendeleyCXR/labels/Darwin_00004992_NORMAL2-IM-0693-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f58a4c2c0a1560066d52437d2ac5be23ab45c269 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004992_NORMAL2-IM-0693-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4041152e3a400a33ba1fd41ff29f87ada2748141c29e1f121efe71b5878f3b0f +size 1081 diff --git a/MendeleyCXR/labels/Darwin_00004993_NORMAL2-IM-0604-0001.png b/MendeleyCXR/labels/Darwin_00004993_NORMAL2-IM-0604-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7a92bce62e8f839e7b30a9f764a62fe09aa3407f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004993_NORMAL2-IM-0604-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71c7cf49c072f466665f1307faf12987dd04964cc8a995474b3502f1f5e3ff1e +size 1140 diff --git a/MendeleyCXR/labels/Darwin_00004994_NORMAL2-IM-0609-0001.png b/MendeleyCXR/labels/Darwin_00004994_NORMAL2-IM-0609-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..dc99a701f9a12f521a94f992c5263a6e30afa96d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004994_NORMAL2-IM-0609-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d009cd20864fdecbe25f3ab3324075ebc4ddc98f711e532b3ef8d8b40ecd6dfb +size 1257 diff --git a/MendeleyCXR/labels/Darwin_00004995_NORMAL2-IM-0611-0001.png b/MendeleyCXR/labels/Darwin_00004995_NORMAL2-IM-0611-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5e9c663597817991d1ed18e42afe9451c5973fba --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004995_NORMAL2-IM-0611-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b2bdba5bf11654d2623414e2ea8a863bd1a5529df82dd79a38b6cb2d570c625 +size 1144 diff --git a/MendeleyCXR/labels/Darwin_00004996_NORMAL2-IM-0616-0001.png b/MendeleyCXR/labels/Darwin_00004996_NORMAL2-IM-0616-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..56f6abf5954015a36bc00774d8dc84521d802bda --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004996_NORMAL2-IM-0616-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:605cefdfdc5cd01c16cf1a958105f7f35cda25e369d88f4fd4f34914a1df5bc4 +size 1229 diff --git a/MendeleyCXR/labels/Darwin_00004997_NORMAL2-IM-0617-0001.png b/MendeleyCXR/labels/Darwin_00004997_NORMAL2-IM-0617-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..37e5cf02bcd76f2e83b297153be12ddf62664d51 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004997_NORMAL2-IM-0617-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bcd8e0262632b6c7927958ff5c37e5e0ce7bec88a3a283e979e453f606f18dd +size 1334 diff --git a/MendeleyCXR/labels/Darwin_00004998_NORMAL2-IM-0618-0001.png b/MendeleyCXR/labels/Darwin_00004998_NORMAL2-IM-0618-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c83ccf41d89f0ee1af7ca8999f514a4b097eceb5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004998_NORMAL2-IM-0618-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76d68c62060fed9d69bfe760d97f389578fd954ee650386997c7676897620f1b +size 1109 diff --git a/MendeleyCXR/labels/Darwin_00004999_NORMAL2-IM-0619-0001.png b/MendeleyCXR/labels/Darwin_00004999_NORMAL2-IM-0619-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..15dfd036688e4f6bf7ba03d5f290ac712048481d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00004999_NORMAL2-IM-0619-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8a3eb347f352a76229c30caa6241cea5ebd486ecb7bc20706eff348f0a27a94 +size 1124 diff --git a/MendeleyCXR/labels/Darwin_00005000_NORMAL2-IM-0620-0001.png b/MendeleyCXR/labels/Darwin_00005000_NORMAL2-IM-0620-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f4858a286d41cb665c9450ec5ef6bc8d3c22a741 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005000_NORMAL2-IM-0620-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7680bd3035f1e187228769918ef485e6ef3216b50299d3ce1d1ac5f00e02369a +size 1220 diff --git a/MendeleyCXR/labels/Darwin_00005001_NORMAL2-IM-0621-0001.png b/MendeleyCXR/labels/Darwin_00005001_NORMAL2-IM-0621-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4cfa484e2e2138392e73cc7bcd3fbca4026d49c8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005001_NORMAL2-IM-0621-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1e23a2306c31fc10ef692096dadef7727cfd27ab36cbb0ab39e07fa33f7c847 +size 1161 diff --git a/MendeleyCXR/labels/Darwin_00005002_NORMAL2-IM-0622-0001.png b/MendeleyCXR/labels/Darwin_00005002_NORMAL2-IM-0622-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b743e0557656461ab0d81283e60e9af4d87a32df --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005002_NORMAL2-IM-0622-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a36d33833eb96e234b8d5f11ced6cbd5b13a713c8aac871c045ce83cb382ab6b +size 1231 diff --git a/MendeleyCXR/labels/Darwin_00005003_NORMAL2-IM-0623-0001.png b/MendeleyCXR/labels/Darwin_00005003_NORMAL2-IM-0623-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..724d91d0273db095bb760c13ac66a24db470d39f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005003_NORMAL2-IM-0623-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ad213780dc6cc538b6c7666942caf7ffbabb0ae19a21d7f0e4e331aa9d1ab08 +size 1223 diff --git a/MendeleyCXR/labels/Darwin_00005004_NORMAL2-IM-0626-0001.png b/MendeleyCXR/labels/Darwin_00005004_NORMAL2-IM-0626-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2f19d767dc289a2e4f7228e5316be369b66c03d8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005004_NORMAL2-IM-0626-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19796a08c5f06b6d59eb1f4f89dfe7b88925813cbff38e8a57d580fd974d8e22 +size 1195 diff --git a/MendeleyCXR/labels/Darwin_00005005_NORMAL2-IM-0627-0001.png b/MendeleyCXR/labels/Darwin_00005005_NORMAL2-IM-0627-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..033dfdf0180348db2f4345ccd9e2001d7810923f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005005_NORMAL2-IM-0627-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c69347633576a9af4bda5043fce2a656d574d1eaa6c8696f316755032892531e +size 1204 diff --git a/MendeleyCXR/labels/Darwin_00005006_NORMAL2-IM-0629-0001.png b/MendeleyCXR/labels/Darwin_00005006_NORMAL2-IM-0629-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9dbdd81cca3524f2765c3f8b43a3936f3760f2ac --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005006_NORMAL2-IM-0629-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c94b3c1f023e884756d260c366d819fbe5fb86b04642c2ec117b0b343c8ae0e7 +size 1253 diff --git a/MendeleyCXR/labels/Darwin_00005007_NORMAL2-IM-0630-0001.png b/MendeleyCXR/labels/Darwin_00005007_NORMAL2-IM-0630-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6186f798a02e91d6e52d13fd3bf6c48f19e4fba7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005007_NORMAL2-IM-0630-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af3fa8ccd8db8ae33d9f2d2425da8f1f73de60f25fa1375e986fb9282e20c093 +size 1035 diff --git a/MendeleyCXR/labels/Darwin_00005008_NORMAL2-IM-0633-0001.png b/MendeleyCXR/labels/Darwin_00005008_NORMAL2-IM-0633-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ad83d93c98caf24e39c2465b82ee764a4efea5de --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005008_NORMAL2-IM-0633-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3b78f24e41fbf353d437995a055b2dba34630c2724596aee25b0a1a5bdc2855 +size 1193 diff --git a/MendeleyCXR/labels/Darwin_00005009_NORMAL2-IM-0634-0001.png b/MendeleyCXR/labels/Darwin_00005009_NORMAL2-IM-0634-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..190d2baefa151e09b4cf41d223dd3e6553f004d0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005009_NORMAL2-IM-0634-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:463dc639120f454239f3ea7c06392081de610d7915aa14bc5ace98531043ec4c +size 1152 diff --git a/MendeleyCXR/labels/Darwin_00005010_NORMAL2-IM-0635-0001.png b/MendeleyCXR/labels/Darwin_00005010_NORMAL2-IM-0635-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7e5a42bf3ab4aac9187a0a83c59913346a87baa8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005010_NORMAL2-IM-0635-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5ae7e03de95f957cf1c05aed247b1bdf977430e9906708ab47757a5c3f48a2d +size 1170 diff --git a/MendeleyCXR/labels/Darwin_00005011_NORMAL2-IM-0636-0001.png b/MendeleyCXR/labels/Darwin_00005011_NORMAL2-IM-0636-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b8079ac8fab9a5e122c19ff65c4dd5d77668e0d3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005011_NORMAL2-IM-0636-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:611393dff8a7025621ff39c2453d3cbcd3fb760f9658e63ec0e39a7aac0c5e7c +size 1185 diff --git a/MendeleyCXR/labels/Darwin_00005012_NORMAL2-IM-0637-0001.png b/MendeleyCXR/labels/Darwin_00005012_NORMAL2-IM-0637-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b17ec656d0c58ae23f959dc33a3ac6f1e940703a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005012_NORMAL2-IM-0637-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d214ba385b8c333abf257ded556d73ba80cffa248f7c650fccb19165099ede1 +size 1182 diff --git a/MendeleyCXR/labels/Darwin_00005013_NORMAL2-IM-0640-0001.png b/MendeleyCXR/labels/Darwin_00005013_NORMAL2-IM-0640-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..25e14035b77ddb7c29740c0c22c5a5ddf39fa374 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005013_NORMAL2-IM-0640-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69dd5e23d21413fec3779717e7c1d07e71c64d6688b8a991bb3efd4688fc9d0b +size 1113 diff --git a/MendeleyCXR/labels/Darwin_00005014_NORMAL2-IM-0641-0001.png b/MendeleyCXR/labels/Darwin_00005014_NORMAL2-IM-0641-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f4f02607765de08b3b13ad6e3980b6260d007e03 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005014_NORMAL2-IM-0641-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04946fbcbf70662ef5105ba8459c6ed48b17501087c98022a34580eab589997e +size 1221 diff --git a/MendeleyCXR/labels/Darwin_00005015_NORMAL2-IM-0642-0001.png b/MendeleyCXR/labels/Darwin_00005015_NORMAL2-IM-0642-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..740a6cd4f3147efb03c2c274dd83926fe0dcf3a8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005015_NORMAL2-IM-0642-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72e43b2e22e3e2ed1a28557b11087d3c6fdfeb188bf2b9661f01469379b13811 +size 1126 diff --git a/MendeleyCXR/labels/Darwin_00005016_NORMAL2-IM-0643-0001.png b/MendeleyCXR/labels/Darwin_00005016_NORMAL2-IM-0643-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..376f57760afe06c6f4c502c3c02974bd36ab5c31 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005016_NORMAL2-IM-0643-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61ced0894e352397c2a5384de441ad675f8d1c449b1575b9c4bfbc572a8f61e6 +size 1144 diff --git a/MendeleyCXR/labels/Darwin_00005017_NORMAL2-IM-0645-0001.png b/MendeleyCXR/labels/Darwin_00005017_NORMAL2-IM-0645-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..71ed057e8f8a6f13c2eb7f9ca0bb4e55bd8d83da --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005017_NORMAL2-IM-0645-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc4759eaa6edfa69026e73de3c53c5e0216b3fac361da67e14bf4a6b2ea3d6ca +size 1162 diff --git a/MendeleyCXR/labels/Darwin_00005018_NORMAL2-IM-0647-0001.png b/MendeleyCXR/labels/Darwin_00005018_NORMAL2-IM-0647-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d168f3c41da982b3644db9cc68888d8f90a849c4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005018_NORMAL2-IM-0647-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d856ecc071db45291b8273721b4eacf5c82f44c58457d8c4e5534fae93337a16 +size 1252 diff --git a/MendeleyCXR/labels/Darwin_00005019_NORMAL2-IM-0648-0001.png b/MendeleyCXR/labels/Darwin_00005019_NORMAL2-IM-0648-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0cc485edb99811c26c5b994e2ece265690152dff --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005019_NORMAL2-IM-0648-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0698d4b4e4d4c19329e107e1727ebb55615b86ae5f5e49c23ccffbddadcec969 +size 1067 diff --git a/MendeleyCXR/labels/Darwin_00005020_NORMAL2-IM-0649-0001.png b/MendeleyCXR/labels/Darwin_00005020_NORMAL2-IM-0649-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0b132ffb9c145c5f948c5d33a0dc6172e7024037 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005020_NORMAL2-IM-0649-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:877537893abcdb1acf1e834cac5d0938657de6f9853d6a87a7282510fd4cd9af +size 1021 diff --git a/MendeleyCXR/labels/Darwin_00005021_NORMAL2-IM-0650-0001.png b/MendeleyCXR/labels/Darwin_00005021_NORMAL2-IM-0650-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..43ad4ad5fb968ed2dc1bf7c778dd703ab89215f4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005021_NORMAL2-IM-0650-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d26d8eb9c9dbb9c2397f15ec6fc1e70746301ff79048d8495e27822cfaeca2e0 +size 1194 diff --git a/MendeleyCXR/labels/Darwin_00005022_NORMAL2-IM-0651-0001.png b/MendeleyCXR/labels/Darwin_00005022_NORMAL2-IM-0651-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4867fd3a921faf79e996be6e8d31a66e40538364 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005022_NORMAL2-IM-0651-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96f030c542243bd9d1f36c9853ec178ead545e216ab8a76e51cd6cc67c49ee74 +size 1190 diff --git a/MendeleyCXR/labels/Darwin_00005023_NORMAL2-IM-0573-0001.png b/MendeleyCXR/labels/Darwin_00005023_NORMAL2-IM-0573-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..522a8d4f8400503f6531d8a9820ab2e733bbe65f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005023_NORMAL2-IM-0573-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98641dfb5c5cabaea083e337bc44f642e9a6b891c845ca9c724c2720d496bc3a +size 1369 diff --git a/MendeleyCXR/labels/Darwin_00005024_NORMAL2-IM-0575-0001.png b/MendeleyCXR/labels/Darwin_00005024_NORMAL2-IM-0575-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3b53b660abdf0213afdd545875ab36efc7f43c98 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005024_NORMAL2-IM-0575-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6df257491c5efe27f7e8d7bf819460ad2c0a09ee8bb9ad50814c80864884f0b +size 1192 diff --git a/MendeleyCXR/labels/Darwin_00005025_NORMAL2-IM-0576-0001.png b/MendeleyCXR/labels/Darwin_00005025_NORMAL2-IM-0576-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d9f12e2d6d51d92f8c6dcd3b391949e3b8a46c6a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005025_NORMAL2-IM-0576-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5f37deb46a386364329032e03b4d438382310315e77835a9f9b4f171f0a98b0 +size 1178 diff --git a/MendeleyCXR/labels/Darwin_00005026_NORMAL2-IM-0577-0001.png b/MendeleyCXR/labels/Darwin_00005026_NORMAL2-IM-0577-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..bee27dbb1cce33f35fa91f99b300d90bc52a8be1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005026_NORMAL2-IM-0577-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a547a43073828102174d8ca0d952cb33dde2bce74f5a4ea18dc0055d2c278cad +size 1245 diff --git a/MendeleyCXR/labels/Darwin_00005027_NORMAL2-IM-0578-0001.png b/MendeleyCXR/labels/Darwin_00005027_NORMAL2-IM-0578-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..01c110c4d6785fb946a44ffc4c443cc8d6ff973e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005027_NORMAL2-IM-0578-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85575c9974564cdc02ec28fbba4cb5f9c018597a8b5118246b1ffc8c81d4060f +size 1160 diff --git a/MendeleyCXR/labels/Darwin_00005028_NORMAL2-IM-0579-0001.png b/MendeleyCXR/labels/Darwin_00005028_NORMAL2-IM-0579-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3f2f85a39f505f238d9335579971c56e9ddca365 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005028_NORMAL2-IM-0579-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ee4aaa4a2f85d6f3539b38d7aac6108b4fa46d202502755caba531c9035bdb6 +size 1205 diff --git a/MendeleyCXR/labels/Darwin_00005029_NORMAL2-IM-0580-0001.png b/MendeleyCXR/labels/Darwin_00005029_NORMAL2-IM-0580-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fa375b573df5b1481eb2e78a70680933ff67f655 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005029_NORMAL2-IM-0580-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fddb370fb80ea30f591a8a01c3509fb4caa258b68cd6ea05b20c9781557df0b0 +size 1217 diff --git a/MendeleyCXR/labels/Darwin_00005030_NORMAL2-IM-0582-0001.png b/MendeleyCXR/labels/Darwin_00005030_NORMAL2-IM-0582-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5d988f2d02c7a30df77e1ab75d50f3f204aca641 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005030_NORMAL2-IM-0582-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13f0289f63876492093c73e4ba1f6a25148eb9c3585c1f2e7a3ad3f8f2a962cb +size 1218 diff --git a/MendeleyCXR/labels/Darwin_00005031_NORMAL2-IM-0583-0001.png b/MendeleyCXR/labels/Darwin_00005031_NORMAL2-IM-0583-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..eff79eb3719fbd5da1adfc51cb01c54d364b1ccf --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005031_NORMAL2-IM-0583-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b37af777646d37e18c4e31b7397b941f4ee3c30e92c49f5535943b29da88f841 +size 1295 diff --git a/MendeleyCXR/labels/Darwin_00005032_NORMAL2-IM-0585-0001.png b/MendeleyCXR/labels/Darwin_00005032_NORMAL2-IM-0585-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a607bd8697db7ce535b135101bc3357464f45c71 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005032_NORMAL2-IM-0585-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af087befac7c6b4a0661304622145e5189d6073598d4845e6bf28e8f409979a6 +size 1241 diff --git a/MendeleyCXR/labels/Darwin_00005033_NORMAL2-IM-0587-0001-0001.png b/MendeleyCXR/labels/Darwin_00005033_NORMAL2-IM-0587-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a381d44d04e811f8d7513a2bc6a41c08267777ec --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005033_NORMAL2-IM-0587-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18ee27c1862eb4cfae1682dbe135dfeb15162124012d90e72e41d58d72fecc2f +size 1219 diff --git a/MendeleyCXR/labels/Darwin_00005035_NORMAL2-IM-0587-0001.png b/MendeleyCXR/labels/Darwin_00005035_NORMAL2-IM-0587-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a36619d29b80f1175e47b0efa1962bdad0e6acd2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005035_NORMAL2-IM-0587-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8a0edbfaff7686e72196ca968c5ab6b7ac098d39f0a8a9c1239fafcb8764aab +size 1183 diff --git a/MendeleyCXR/labels/Darwin_00005036_NORMAL2-IM-0588-0001.png b/MendeleyCXR/labels/Darwin_00005036_NORMAL2-IM-0588-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9c0e473e6d2336c50da078249545ae5f6e71b096 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005036_NORMAL2-IM-0588-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f7a65ca379d90442f29fbb6da867f5c5326bbe310c6ebbe49213029c7c1c8a8 +size 1160 diff --git a/MendeleyCXR/labels/Darwin_00005037_NORMAL2-IM-0589-0001.png b/MendeleyCXR/labels/Darwin_00005037_NORMAL2-IM-0589-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8471d58860085d9fabf0c8f167748545028d8f95 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005037_NORMAL2-IM-0589-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e0f846a6089e1101090330edad06ef4b73da303f56e7e4e75510257a2edc747 +size 1207 diff --git a/MendeleyCXR/labels/Darwin_00005038_NORMAL2-IM-0592-0001.png b/MendeleyCXR/labels/Darwin_00005038_NORMAL2-IM-0592-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7f2909a4e1c40428c16177895b6cc29de79f0b77 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005038_NORMAL2-IM-0592-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:306fa8fb816a4b2044a0a4568e13ad430fe581214b0eb0a55f6a96d22f4c2a4a +size 1185 diff --git a/MendeleyCXR/labels/Darwin_00005039_NORMAL2-IM-0594-0001.png b/MendeleyCXR/labels/Darwin_00005039_NORMAL2-IM-0594-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a6ecdaaa6e5661baf545b3d07b91ac93003bcb65 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005039_NORMAL2-IM-0594-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93c125c50ed3609bd75ce79f22f60e13e5f047bd7c7b1d1f328bb3c36c4758c4 +size 1208 diff --git a/MendeleyCXR/labels/Darwin_00005040_NORMAL2-IM-0595-0001.png b/MendeleyCXR/labels/Darwin_00005040_NORMAL2-IM-0595-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2eb0c8846beb4d7643a268778ec892d50757a276 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005040_NORMAL2-IM-0595-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7364e050ae80faa0756fff224fb8ba229fce21b292c763db4900c11c9a53f2a +size 1197 diff --git a/MendeleyCXR/labels/Darwin_00005041_NORMAL2-IM-0596-0001.png b/MendeleyCXR/labels/Darwin_00005041_NORMAL2-IM-0596-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a314f26d5150f0dba2a96d4b5acdcb8f4af01733 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005041_NORMAL2-IM-0596-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea28d88cf0253a67ad1706ca430a3529158bc9ed162eb5f092d5cace986b6dd6 +size 1284 diff --git a/MendeleyCXR/labels/Darwin_00005042_NORMAL2-IM-0599-0001.png b/MendeleyCXR/labels/Darwin_00005042_NORMAL2-IM-0599-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..213b05e4f6d643c203b29e6c1f771a1999242155 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005042_NORMAL2-IM-0599-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8f390f356d733407b92e891bbb62088e369d4e446b2319b0a3c21a539b23b25 +size 1180 diff --git a/MendeleyCXR/labels/Darwin_00005043_NORMAL2-IM-0600-0001.png b/MendeleyCXR/labels/Darwin_00005043_NORMAL2-IM-0600-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d4b5ce7dd25d35c3c8717bdc9b850c6ec6331866 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005043_NORMAL2-IM-0600-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b776201fc97d577799368660592b70e94fab59a83b45c6ba51eccfad9aa0c64e +size 1248 diff --git a/MendeleyCXR/labels/Darwin_00005044_NORMAL2-IM-0601-0001.png b/MendeleyCXR/labels/Darwin_00005044_NORMAL2-IM-0601-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3128ab4209c049e11044f8e6d6a7ff3a9c2f56d3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005044_NORMAL2-IM-0601-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6458578d9cb0bcfe9823ddb96f3bab8267a9ebf50beaebd9ba0b545297309a62 +size 1270 diff --git a/MendeleyCXR/labels/Darwin_00005045_NORMAL2-IM-0602-0001.png b/MendeleyCXR/labels/Darwin_00005045_NORMAL2-IM-0602-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e591d48c909e3d0877b0b4dcd3b987c931e31cba --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005045_NORMAL2-IM-0602-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a85eef5c73f0e5b7f749f5b762f0339618f7b8708251a4ae23e2f893849b64a7 +size 1183 diff --git a/MendeleyCXR/labels/Darwin_00005046_NORMAL2-IM-0603-0001.png b/MendeleyCXR/labels/Darwin_00005046_NORMAL2-IM-0603-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..198b9967090097c30f56643a00b9c65cbb8f9ff9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005046_NORMAL2-IM-0603-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8683b4884a54d911d13d91962da5139430fc4b7cdf9dc7f9ec04924da0edcc0 +size 1207 diff --git a/MendeleyCXR/labels/Darwin_00005047_NORMAL2-IM-0535-0001-0002.png b/MendeleyCXR/labels/Darwin_00005047_NORMAL2-IM-0535-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..9788fd1ea27d3eb58b9baefb7388ca78e969ffec --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005047_NORMAL2-IM-0535-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40b4b4f93a748adf7303a91ae45928bdb33b421dcdda9f2dbd92c9bb0034dcfc +size 1017 diff --git a/MendeleyCXR/labels/Darwin_00005048_NORMAL2-IM-0535-0001.png b/MendeleyCXR/labels/Darwin_00005048_NORMAL2-IM-0535-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..238c8a3f5acfeb100eba9e28fbcb187533df0818 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005048_NORMAL2-IM-0535-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17229b40bfb5ad951d547df7fd2617a8aa126787e5433a139858e2f0fe759f14 +size 1191 diff --git a/MendeleyCXR/labels/Darwin_00005049_NORMAL2-IM-0536-0001.png b/MendeleyCXR/labels/Darwin_00005049_NORMAL2-IM-0536-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7906ea2be2fd4fb3a238ac5b4d2e3e325d278fe2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005049_NORMAL2-IM-0536-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3a4276f66ec66139b84fe5117363e86137176562b410d3dffedf7d333b32236 +size 1154 diff --git a/MendeleyCXR/labels/Darwin_00005050_NORMAL2-IM-0537-0001.png b/MendeleyCXR/labels/Darwin_00005050_NORMAL2-IM-0537-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d493d110c0480d3d1407db461ef9502bbcd93d95 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005050_NORMAL2-IM-0537-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b6d07abed5b1440bcb9ec218d5535a09608678a2aaab9f715a6d6f34be705a6 +size 1145 diff --git a/MendeleyCXR/labels/Darwin_00005051_NORMAL2-IM-0539-0001.png b/MendeleyCXR/labels/Darwin_00005051_NORMAL2-IM-0539-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..cf8cb52e8217a8294ad693838be45bfadac6368c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005051_NORMAL2-IM-0539-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dd7cc65c67c5993fa4ff36e0ccdc8e66954376473f4cd910fc1839b306bf348 +size 1281 diff --git a/MendeleyCXR/labels/Darwin_00005052_NORMAL2-IM-0540-0001.png b/MendeleyCXR/labels/Darwin_00005052_NORMAL2-IM-0540-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4ed038ef2dd7b059d82f5029002ce76ffa84a89a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005052_NORMAL2-IM-0540-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65071abd7e15d099ef92027e97b4a662b61fd37012221abec9c1455b5b2eb913 +size 1211 diff --git a/MendeleyCXR/labels/Darwin_00005053_NORMAL2-IM-0541-0001.png b/MendeleyCXR/labels/Darwin_00005053_NORMAL2-IM-0541-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6b90f0a0670cf43ab87c0f46bb361f888f53732e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005053_NORMAL2-IM-0541-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89b768614087b2965fc3518d0f0d85693434bfb6f9227f25e127887866f1fc2a +size 1208 diff --git a/MendeleyCXR/labels/Darwin_00005054_NORMAL2-IM-0543-0001.png b/MendeleyCXR/labels/Darwin_00005054_NORMAL2-IM-0543-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..01730cbda98be6a4a0c4f01568823bc7e394261b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005054_NORMAL2-IM-0543-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c41fa21e911fb507a5c6bfa2aa4d024e4f131428594a4652cc512fe337dbf078 +size 1220 diff --git a/MendeleyCXR/labels/Darwin_00005055_NORMAL2-IM-0545-0001.png b/MendeleyCXR/labels/Darwin_00005055_NORMAL2-IM-0545-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fee010780813268bfa23dd00b64d14f6c69c9762 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005055_NORMAL2-IM-0545-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:523bb153dfc0d8923efb90fe06d4999ca81f44e553f70a2bb415c99b84de33c7 +size 1162 diff --git a/MendeleyCXR/labels/Darwin_00005056_NORMAL2-IM-0547-0001.png b/MendeleyCXR/labels/Darwin_00005056_NORMAL2-IM-0547-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..05355c81978e426d34d0839f3a81517f141aed6e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005056_NORMAL2-IM-0547-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bd23fa659d61022de3ff7f8933f66cbe51a6c41f9fc955452586947d131be04 +size 1216 diff --git a/MendeleyCXR/labels/Darwin_00005057_NORMAL2-IM-0550-0001.png b/MendeleyCXR/labels/Darwin_00005057_NORMAL2-IM-0550-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f0ee50d69616eff24f2a75e9a9e42bf878f2b4d6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005057_NORMAL2-IM-0550-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7ecfbf4549fb6c3b870abec32e2318fdf47a7429ce8d913c38b6ac1c9a4ce6b +size 1120 diff --git a/MendeleyCXR/labels/Darwin_00005058_NORMAL2-IM-0551-0001.png b/MendeleyCXR/labels/Darwin_00005058_NORMAL2-IM-0551-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..166c45fc7bbb7c8281574c60a0d01f722354bb66 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005058_NORMAL2-IM-0551-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a497d4204bc3422e52a09599dba1640f9e4b04f6005be438558c94416184c1ba +size 1219 diff --git a/MendeleyCXR/labels/Darwin_00005059_NORMAL2-IM-0552-0001.png b/MendeleyCXR/labels/Darwin_00005059_NORMAL2-IM-0552-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2c95aa05245a9348c3e31e15bfe2193428700c3e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005059_NORMAL2-IM-0552-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df706bba70d2fc9ef602bd7a330fdfcfac3b2a8b3685d0f841e10056da9ac808 +size 1090 diff --git a/MendeleyCXR/labels/Darwin_00005060_NORMAL2-IM-0553-0001.png b/MendeleyCXR/labels/Darwin_00005060_NORMAL2-IM-0553-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c043a4eecf1cad1bcb059a177ae794bb63d50709 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005060_NORMAL2-IM-0553-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3d15ac57239863ed04e1b5c91a2a63f545644016b95859f775e8a3187e07faa +size 1235 diff --git a/MendeleyCXR/labels/Darwin_00005061_NORMAL2-IM-0554-0001.png b/MendeleyCXR/labels/Darwin_00005061_NORMAL2-IM-0554-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..85a4ee7bbc80fb440f7df49da0bb2e3af95d6cdd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005061_NORMAL2-IM-0554-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6da2a4487ec4a69430d0e3047019c2b5baf63fc7a784f2c94009047936055b9 +size 1112 diff --git a/MendeleyCXR/labels/Darwin_00005062_NORMAL2-IM-0555-0001-0001.png b/MendeleyCXR/labels/Darwin_00005062_NORMAL2-IM-0555-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d9146cdb57ad9108e82e79a71d397eb6de1e0e21 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005062_NORMAL2-IM-0555-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8c08fede6efd62f9756c2d87d86865208a01ff86ab2b6c4d08a94281efd1ce3 +size 1221 diff --git a/MendeleyCXR/labels/Darwin_00005063_NORMAL2-IM-0555-0001-0002.png b/MendeleyCXR/labels/Darwin_00005063_NORMAL2-IM-0555-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..0176840614db731de30e82678b6da0fb98361b2c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005063_NORMAL2-IM-0555-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a4831bbfaae90ffe52c2771c10bf3dca1d783e29da40e242b6bfdd04d9cc727 +size 1170 diff --git a/MendeleyCXR/labels/Darwin_00005064_NORMAL2-IM-0555-0001.png b/MendeleyCXR/labels/Darwin_00005064_NORMAL2-IM-0555-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a424418e68a001b63d8b645f02cb57b7e4c4c6d5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005064_NORMAL2-IM-0555-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8244a16f3842dafa26ed29d19248464bc7479d01cf2c30e991deeb3c06fc8a6 +size 1145 diff --git a/MendeleyCXR/labels/Darwin_00005065_NORMAL2-IM-0557-0001.png b/MendeleyCXR/labels/Darwin_00005065_NORMAL2-IM-0557-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..daa3e021abd55674311a36cd686f3ba1a54ef1b4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005065_NORMAL2-IM-0557-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11fe8965fff9a8d1681e6a1125b8fcb589bc3b607f469f69d5aab563fc717542 +size 1125 diff --git a/MendeleyCXR/labels/Darwin_00005066_NORMAL2-IM-0558-0001.png b/MendeleyCXR/labels/Darwin_00005066_NORMAL2-IM-0558-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fdd04b4a463cc25eba080bca5024d2bc3e521f8c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005066_NORMAL2-IM-0558-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:763d771e8bd25eb45b0cc39875a2a77dc22b062ee6f1c55bf08cce8093582a48 +size 1113 diff --git a/MendeleyCXR/labels/Darwin_00005067_NORMAL2-IM-0559-0001.png b/MendeleyCXR/labels/Darwin_00005067_NORMAL2-IM-0559-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2195c4d0e4757899f9d65ef99063b2189d7a8fa1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005067_NORMAL2-IM-0559-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56c47e2512df926ad77e85c0fc866a1d763e57fae5f1a99f7c8554263dede9c2 +size 1221 diff --git a/MendeleyCXR/labels/Darwin_00005068_NORMAL2-IM-0561-0001.png b/MendeleyCXR/labels/Darwin_00005068_NORMAL2-IM-0561-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4678f6eda6cd3ff2f4df68e99171097a9fb6c0e8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005068_NORMAL2-IM-0561-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cd34991f3518e0e2a66e7868440a65c7439b4f630d50e341a98f458134fc8fb +size 1086 diff --git a/MendeleyCXR/labels/Darwin_00005069_NORMAL2-IM-0563-0001.png b/MendeleyCXR/labels/Darwin_00005069_NORMAL2-IM-0563-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..27ea428a0e6054bd8667e27c1a7ba405bd97e78f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005069_NORMAL2-IM-0563-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7be8a33d3a6c8f6b10110562c865dbd6ea8c4483cb9fb681d274fc8e3298c3d +size 1338 diff --git a/MendeleyCXR/labels/Darwin_00005070_NORMAL2-IM-0564-0001.png b/MendeleyCXR/labels/Darwin_00005070_NORMAL2-IM-0564-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..06c3a277728a072626a8311a59298bf1db0349d3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005070_NORMAL2-IM-0564-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb8ad8adf4b9e5a6e888905e6dd36f914a2d19fd906e0693be144ffa3907f408 +size 1118 diff --git a/MendeleyCXR/labels/Darwin_00005071_NORMAL2-IM-0566-0001.png b/MendeleyCXR/labels/Darwin_00005071_NORMAL2-IM-0566-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4e91ada88cbc86516956ed942db1328fa4c30ddc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005071_NORMAL2-IM-0566-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fd3133f1905a1574c1e16b9b3db88d455593dd561d7b270ec92ffce0c159d2d +size 1172 diff --git a/MendeleyCXR/labels/Darwin_00005072_NORMAL2-IM-0567-0001.png b/MendeleyCXR/labels/Darwin_00005072_NORMAL2-IM-0567-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f765c22d0ab497725b1731f6183a617c10fbf60c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005072_NORMAL2-IM-0567-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9d5e60989983a7159394d34002280c5183d6e37c48c8a40d81052691923f682 +size 1260 diff --git a/MendeleyCXR/labels/Darwin_00005073_NORMAL2-IM-0568-0001.png b/MendeleyCXR/labels/Darwin_00005073_NORMAL2-IM-0568-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7cd0e2243a6656a988c101ec134412f42077ce3e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005073_NORMAL2-IM-0568-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0939222079263ad03a9b016a34a91c0378db1f114b3ad8bd694cad2f8e79936f +size 1405 diff --git a/MendeleyCXR/labels/Darwin_00005074_NORMAL2-IM-0569-0001.png b/MendeleyCXR/labels/Darwin_00005074_NORMAL2-IM-0569-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6f7e085d6d4f493b1c2e1a9a82518bc3b971a5f7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005074_NORMAL2-IM-0569-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7372cc3d981f7cded844e1f4346152cfcd41ac1c8298aa584954f63665b1b438 +size 1183 diff --git a/MendeleyCXR/labels/Darwin_00005075_NORMAL2-IM-0571-0001.png b/MendeleyCXR/labels/Darwin_00005075_NORMAL2-IM-0571-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d548c550ff58875d92b880ac247e9ad6dec06790 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005075_NORMAL2-IM-0571-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d54f0e0821964515a73c1d4c4019e570a03b785d2116e06ac5e01bedd153fdbe +size 1173 diff --git a/MendeleyCXR/labels/Darwin_00005076_NORMAL2-IM-0572-0001.png b/MendeleyCXR/labels/Darwin_00005076_NORMAL2-IM-0572-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0262cc1496ddc98bf7b4543f8ce4db4e91373e6f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005076_NORMAL2-IM-0572-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:243fe723bf449a918e45455b233f6eb6fe3dfc86b30005a8952bff92102cff3b +size 1196 diff --git a/MendeleyCXR/labels/Darwin_00005077_NORMAL2-IM-0490-0001.png b/MendeleyCXR/labels/Darwin_00005077_NORMAL2-IM-0490-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ac1de3ddc2e317dc2f5aafa7fa095e7e5b03eb51 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005077_NORMAL2-IM-0490-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c45305e3d7d784263e51b945fb56c93b3247b03971ca4c1930ee70b981dbaf5 +size 1215 diff --git a/MendeleyCXR/labels/Darwin_00005078_NORMAL2-IM-0491-0001.png b/MendeleyCXR/labels/Darwin_00005078_NORMAL2-IM-0491-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1a2960406901d523f6c2e787a04a07ef07a462a9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005078_NORMAL2-IM-0491-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebe734259e3702be74f2b5a740cd3b1c85a83990fb5131baf1339407dfd2b6ed +size 1080 diff --git a/MendeleyCXR/labels/Darwin_00005079_NORMAL2-IM-0493-0001.png b/MendeleyCXR/labels/Darwin_00005079_NORMAL2-IM-0493-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c233de5a6fd8bb4877cc04f5094681e0800cccb9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005079_NORMAL2-IM-0493-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14deea2cd2185c114bdfde6d0f012a903e7b43c0625d15942906a9568a4aacc9 +size 1122 diff --git a/MendeleyCXR/labels/Darwin_00005080_NORMAL2-IM-0496-0001.png b/MendeleyCXR/labels/Darwin_00005080_NORMAL2-IM-0496-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5f265aacdd31f8f16a35589f908bb5756dd30276 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005080_NORMAL2-IM-0496-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:204b352ab225be60b21fae0298ee004fb733b47037ccbb4d58ddec80d9528a91 +size 1134 diff --git a/MendeleyCXR/labels/Darwin_00005081_NORMAL2-IM-0497-0001.png b/MendeleyCXR/labels/Darwin_00005081_NORMAL2-IM-0497-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e8e9895684724f67fad530e6a597aa5bfdda7a4e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005081_NORMAL2-IM-0497-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:143943658f4eb5c5e430df7b8a2c1f9502ebc12fc2b838f5d50c19fc7c789f27 +size 1266 diff --git a/MendeleyCXR/labels/Darwin_00005082_NORMAL2-IM-0499-0001.png b/MendeleyCXR/labels/Darwin_00005082_NORMAL2-IM-0499-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3a9add99604bc074e3a1ce6fa4725818d67bcf28 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005082_NORMAL2-IM-0499-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0ff919d6ea501ef5a4667b8702621fb6238cbc963bf9d8e996a3fd420b16ac2 +size 1217 diff --git a/MendeleyCXR/labels/Darwin_00005083_NORMAL2-IM-0500-0001.png b/MendeleyCXR/labels/Darwin_00005083_NORMAL2-IM-0500-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ff156e71cbeaf490d93ae13eb95a94f160ad36ed --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005083_NORMAL2-IM-0500-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c62cebdd74abc666b71c251488de6d4c9fb60ea21c1c8bb0a04b2ff2cf75f53 +size 1130 diff --git a/MendeleyCXR/labels/Darwin_00005084_NORMAL2-IM-0501-0001.png b/MendeleyCXR/labels/Darwin_00005084_NORMAL2-IM-0501-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..cc01ca99e916c1f5036abbc394fa58829a2d6102 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005084_NORMAL2-IM-0501-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9d127caa7f9f55f9a436b40f10fc7ecd532527e006b9e2e65cc5fb5a1826f07 +size 1231 diff --git a/MendeleyCXR/labels/Darwin_00005085_NORMAL2-IM-0502-0001.png b/MendeleyCXR/labels/Darwin_00005085_NORMAL2-IM-0502-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f74e4a25db59eb90f5a4a142d4948aa1b7545f48 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005085_NORMAL2-IM-0502-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfc18164f351de2447691dfe192d0a33ea46e4496d9936118902f5286756b5a6 +size 1118 diff --git a/MendeleyCXR/labels/Darwin_00005086_NORMAL2-IM-0503-0001.png b/MendeleyCXR/labels/Darwin_00005086_NORMAL2-IM-0503-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5088aa35c85a8133c5a0765940b9b00b8ae1cb13 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005086_NORMAL2-IM-0503-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec61c23d3508c368e0c16bee9dddefddc9fc3b445e12bd7109f7fb2a6dceef75 +size 1199 diff --git a/MendeleyCXR/labels/Darwin_00005087_NORMAL2-IM-0506-0001.png b/MendeleyCXR/labels/Darwin_00005087_NORMAL2-IM-0506-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..129d492d6f9116aa6f4c652c5814ce405ea2049b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005087_NORMAL2-IM-0506-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d685ff329a54018a6beb77dd643eff06e8b4c8db84e488fa70cc78c23ebbf59 +size 1166 diff --git a/MendeleyCXR/labels/Darwin_00005088_NORMAL2-IM-0507-0001.png b/MendeleyCXR/labels/Darwin_00005088_NORMAL2-IM-0507-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..74b2a704893f6fc47e31177009166cdf6409a89e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005088_NORMAL2-IM-0507-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49bc46e2abff770327e6faed94498de016331ddbad98be6a236ab723a36c9f2c +size 1164 diff --git a/MendeleyCXR/labels/Darwin_00005089_NORMAL2-IM-0508-0001.png b/MendeleyCXR/labels/Darwin_00005089_NORMAL2-IM-0508-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..389fdf9fc88093b45382b89f559dda253cdaf5db --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005089_NORMAL2-IM-0508-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89c7866135a5588ec3ff84f91cb7e5f3e436e53c340274c601290954b2766fda +size 1124 diff --git a/MendeleyCXR/labels/Darwin_00005090_NORMAL2-IM-0509-0001.png b/MendeleyCXR/labels/Darwin_00005090_NORMAL2-IM-0509-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e203d15abbdc97281ce3dc314ebecc7b98200678 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005090_NORMAL2-IM-0509-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05264ee8c15016ae6c4ee59258ac01fa1351df86dda4cad80a9932ccf897c846 +size 1090 diff --git a/MendeleyCXR/labels/Darwin_00005091_NORMAL2-IM-0511-0001.png b/MendeleyCXR/labels/Darwin_00005091_NORMAL2-IM-0511-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2f0dd707a3e0f320654f3c41506accbc246e9ed2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005091_NORMAL2-IM-0511-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd61a02fffb6f0ce894d2f961ac2f8a90b50005f41246053cb868c5d6cb4040e +size 1135 diff --git a/MendeleyCXR/labels/Darwin_00005092_NORMAL2-IM-0512-0001.png b/MendeleyCXR/labels/Darwin_00005092_NORMAL2-IM-0512-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ac045dde0cf223ebe4e3a7064346f8e3eacbe6e7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005092_NORMAL2-IM-0512-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f72d5206fa63660ac965a38b5960834ccf0150ff5e3ee13c0c7522c54ff6e01c +size 1294 diff --git a/MendeleyCXR/labels/Darwin_00005093_NORMAL2-IM-0513-0001.png b/MendeleyCXR/labels/Darwin_00005093_NORMAL2-IM-0513-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a8625e43f1517d5f43d0b8d1b3b0add4c3b5ac62 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005093_NORMAL2-IM-0513-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9662a94f9206500f02f9e1e01450b56be823748c9c33a4a0ebc744afbabf0906 +size 1270 diff --git a/MendeleyCXR/labels/Darwin_00005094_NORMAL2-IM-0515-0001.png b/MendeleyCXR/labels/Darwin_00005094_NORMAL2-IM-0515-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..02c75938aae9ed2d4cf26b7af592e509aed11aad --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005094_NORMAL2-IM-0515-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e158e496c787829dd65a464239663e620dd7c930369035bb5bb46717d85c6307 +size 1043 diff --git a/MendeleyCXR/labels/Darwin_00005095_NORMAL2-IM-0516-0001.png b/MendeleyCXR/labels/Darwin_00005095_NORMAL2-IM-0516-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..170fae6aad70d432fbe2aecf74427953857a80e2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005095_NORMAL2-IM-0516-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb156b89437a1e93bf93535de44b4fa6be3689143dc8a407d09e894d253b338d +size 1217 diff --git a/MendeleyCXR/labels/Darwin_00005096_NORMAL2-IM-0517-0001.png b/MendeleyCXR/labels/Darwin_00005096_NORMAL2-IM-0517-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d523c9103efe97489073dab766120f753ecd60c5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005096_NORMAL2-IM-0517-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d495ae8a3bbfe88f3e21c74b12d0b64d9691f64410236a0eecdc0f998394a087 +size 1252 diff --git a/MendeleyCXR/labels/Darwin_00005097_NORMAL2-IM-0518-0001.png b/MendeleyCXR/labels/Darwin_00005097_NORMAL2-IM-0518-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..80dab5315737699f3ac9d99c9f26223dd2b6a4a9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005097_NORMAL2-IM-0518-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ae3d2d2c3ea9431dc85d9c172be7908375d2f955cc8368f6e33a767120e68d3 +size 1098 diff --git a/MendeleyCXR/labels/Darwin_00005098_NORMAL2-IM-0520-0001.png b/MendeleyCXR/labels/Darwin_00005098_NORMAL2-IM-0520-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d9030a8f54f8ca088f020fe0428523e46bb54374 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005098_NORMAL2-IM-0520-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26e5f53579260942e57a891559ec5be4a8822399bdbf6e1db7260e3144ed2b3a +size 1238 diff --git a/MendeleyCXR/labels/Darwin_00005099_NORMAL2-IM-0521-0001.png b/MendeleyCXR/labels/Darwin_00005099_NORMAL2-IM-0521-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d7773424c269a880b4a766b014f85b7c82029917 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005099_NORMAL2-IM-0521-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6ce2d9911321738a85976c9eb1c08035bdbd8442e9646664899bb17c51c99ee +size 1239 diff --git a/MendeleyCXR/labels/Darwin_00005100_NORMAL2-IM-0522-0001.png b/MendeleyCXR/labels/Darwin_00005100_NORMAL2-IM-0522-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..19104b9a237be88efb2351f4a68e263e67c1e6f8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005100_NORMAL2-IM-0522-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8720e902f79d325c316e1d323394ad4c6154cc59c5ddc4fa8b0bd024a64225bd +size 1328 diff --git a/MendeleyCXR/labels/Darwin_00005101_NORMAL2-IM-0523-0001.png b/MendeleyCXR/labels/Darwin_00005101_NORMAL2-IM-0523-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..eafcdeb91bb2113219c36de6f96a4a2444bc883b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005101_NORMAL2-IM-0523-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18cf93d6f83b3cee7c66ee4bba3a9a07ee638d4c2cf26e98a9540595b3047a91 +size 1218 diff --git a/MendeleyCXR/labels/Darwin_00005102_NORMAL2-IM-0525-0001.png b/MendeleyCXR/labels/Darwin_00005102_NORMAL2-IM-0525-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..afb4c688074df648e070e01c8c998ee089c581e9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005102_NORMAL2-IM-0525-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee2ba7142c3c2056ecf22918d242e502aaac1f7262837d499bdc7b960e004ea2 +size 1125 diff --git a/MendeleyCXR/labels/Darwin_00005103_NORMAL2-IM-0526-0001.png b/MendeleyCXR/labels/Darwin_00005103_NORMAL2-IM-0526-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0a70bf0fdd2525dbf9524e1ad7bd79e5f3327b00 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005103_NORMAL2-IM-0526-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d4b9161487925020f4e6c250c269819ea3db933140c89d492bffb3a641d319c +size 1233 diff --git a/MendeleyCXR/labels/Darwin_00005104_NORMAL2-IM-0528-0001.png b/MendeleyCXR/labels/Darwin_00005104_NORMAL2-IM-0528-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6c9ffbab5550429d54e6bac9ae9e75692f5bb2a9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005104_NORMAL2-IM-0528-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc4b3810c1da433bed12dff2869052cf14636dcc1fb5a90634073e01eb3a6b02 +size 1235 diff --git a/MendeleyCXR/labels/Darwin_00005105_NORMAL2-IM-0529-0001.png b/MendeleyCXR/labels/Darwin_00005105_NORMAL2-IM-0529-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ed9e853f4c6a70dcbf9913317cf72e43d80df159 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005105_NORMAL2-IM-0529-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8272819f5b06b79827c92d143ee58a0ccfc47afbd748da5e5f22010fd89660a +size 1165 diff --git a/MendeleyCXR/labels/Darwin_00005106_NORMAL2-IM-0530-0001.png b/MendeleyCXR/labels/Darwin_00005106_NORMAL2-IM-0530-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c66625d8963936473cfd7a9f7b7e4f31adf849ac --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005106_NORMAL2-IM-0530-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b505177e7bcc948fe7ea902a0725c395326fe945b8a8413317266fbaee22e56c +size 1343 diff --git a/MendeleyCXR/labels/Darwin_00005107_NORMAL2-IM-0531-0001.png b/MendeleyCXR/labels/Darwin_00005107_NORMAL2-IM-0531-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f3b87cf381bea7a7e5822b51e71e954361ff847c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005107_NORMAL2-IM-0531-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:303f558cfb2afa78487cc8d4a7e77f0719260083239c7dbd26eb7cb5bf3c1fb4 +size 1165 diff --git a/MendeleyCXR/labels/Darwin_00005108_NORMAL2-IM-0533-0001.png b/MendeleyCXR/labels/Darwin_00005108_NORMAL2-IM-0533-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..70900bdb25789b00583bd33aa172c9207cd4ca40 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005108_NORMAL2-IM-0533-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ba22eec2c7ba01d881379a9ce21b30be8669fdff9da5560557bedbb43c4b6c3 +size 1146 diff --git a/MendeleyCXR/labels/Darwin_00005109_NORMAL2-IM-0443-0001.png b/MendeleyCXR/labels/Darwin_00005109_NORMAL2-IM-0443-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..115889ef3aaafa874dc6cde0dc85334e4489e826 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005109_NORMAL2-IM-0443-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51c8db844fa7e1383bc5bb9567b8a8254afff78f28d55bf2d41a2058d3bc28db +size 1289 diff --git a/MendeleyCXR/labels/Darwin_00005110_NORMAL2-IM-0445-0001.png b/MendeleyCXR/labels/Darwin_00005110_NORMAL2-IM-0445-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..68e4685eac1f55885c5e978c230eec9ae7f6f4b6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005110_NORMAL2-IM-0445-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eba1682da0986a5991e605310d4ab5b7da278cad75f36138034cde28b621fc84 +size 1105 diff --git a/MendeleyCXR/labels/Darwin_00005111_NORMAL2-IM-0447-0001.png b/MendeleyCXR/labels/Darwin_00005111_NORMAL2-IM-0447-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b01ef93090d8848ef05e31acde389a156e71c614 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005111_NORMAL2-IM-0447-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff48e214bab4f2c15b388f176ea21d6fbe8e8e0d4320c92b19041d26d5662b42 +size 1248 diff --git a/MendeleyCXR/labels/Darwin_00005112_NORMAL2-IM-0448-0001.png b/MendeleyCXR/labels/Darwin_00005112_NORMAL2-IM-0448-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..bce0563565de74a8f2fd31fc7f57c92a07447d43 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005112_NORMAL2-IM-0448-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e4b8ed24d75289b3fcce7628cec639f8a8c8e94de867fe95c8657ce184185f5 +size 1191 diff --git a/MendeleyCXR/labels/Darwin_00005113_NORMAL2-IM-0449-0001.png b/MendeleyCXR/labels/Darwin_00005113_NORMAL2-IM-0449-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..af1230f88f3bd2d46385f861992436c4d46645bf --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005113_NORMAL2-IM-0449-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c8ac92b2a9c8829df8d359b84e9062affea802afc2af151e177c36caa513376 +size 1116 diff --git a/MendeleyCXR/labels/Darwin_00005114_NORMAL2-IM-0450-0001.png b/MendeleyCXR/labels/Darwin_00005114_NORMAL2-IM-0450-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a70f35d3762e808688e355786cba7ae09e09cb71 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005114_NORMAL2-IM-0450-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b1b5388339af796c608ec3037ce6a835265b09120097c4eca6c5d0c27a8b0e7 +size 1139 diff --git a/MendeleyCXR/labels/Darwin_00005115_NORMAL2-IM-0451-0001.png b/MendeleyCXR/labels/Darwin_00005115_NORMAL2-IM-0451-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..afe64635717dab835e56ee48f440466a553914a0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005115_NORMAL2-IM-0451-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ae3c179bb2f4b965f0a6b6782bb46cbf36122b363acf1d8398fa358e0733f2f +size 1128 diff --git a/MendeleyCXR/labels/Darwin_00005116_NORMAL2-IM-0452-0001.png b/MendeleyCXR/labels/Darwin_00005116_NORMAL2-IM-0452-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d63f18804a38a541e40e1ae02639b230a9f2d032 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005116_NORMAL2-IM-0452-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d39612ef201f284fcd2eeafbffcfec98733408d4e7bf78429d95c4a11aea9c4 +size 1094 diff --git a/MendeleyCXR/labels/Darwin_00005117_NORMAL2-IM-0453-0001.png b/MendeleyCXR/labels/Darwin_00005117_NORMAL2-IM-0453-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..53abb6e945d042e152b47e1ff7f66ecd5571ec64 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005117_NORMAL2-IM-0453-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:288aeab1fd264d72b4d355af181143f984709183d539ff553d19d7f330e24984 +size 1105 diff --git a/MendeleyCXR/labels/Darwin_00005118_NORMAL2-IM-0454-0001.png b/MendeleyCXR/labels/Darwin_00005118_NORMAL2-IM-0454-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fe571c9615cc11944989b1ba33e24fb462d81875 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005118_NORMAL2-IM-0454-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:befcc6a5c4eb41602df67f6e0c9287cad9e05fea7cdc4f8fe7b9235057808810 +size 1170 diff --git a/MendeleyCXR/labels/Darwin_00005119_NORMAL2-IM-0455-0001.png b/MendeleyCXR/labels/Darwin_00005119_NORMAL2-IM-0455-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1e30a9b0598b9ef244731e6c7f12d2ba8e95d613 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005119_NORMAL2-IM-0455-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d16d94856698555d5ffd2ccf2c2183e63e50a18f1c60657b37d02b04f5bfdadd +size 1141 diff --git a/MendeleyCXR/labels/Darwin_00005120_NORMAL2-IM-0456-0001.png b/MendeleyCXR/labels/Darwin_00005120_NORMAL2-IM-0456-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3c386ef9815011a40e53cc11f43d8fb9bd1749cf --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005120_NORMAL2-IM-0456-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aa8b9e82ceb52c962049e627a1ad507fb5a094db02603b883b618e68300714d +size 1140 diff --git a/MendeleyCXR/labels/Darwin_00005121_NORMAL2-IM-0458-0001.png b/MendeleyCXR/labels/Darwin_00005121_NORMAL2-IM-0458-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d29bfe71676191ee17a63379598bc8c154a7c950 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005121_NORMAL2-IM-0458-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b181bde3909024295bfe7cbadddd1fa4f0bc55919a53407eb8fa57f21477a2db +size 1099 diff --git a/MendeleyCXR/labels/Darwin_00005122_NORMAL2-IM-0460-0001.png b/MendeleyCXR/labels/Darwin_00005122_NORMAL2-IM-0460-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..88a2f7cd26fc998757b128152966699daaff5b4f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005122_NORMAL2-IM-0460-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f9331226da00cfa46309405f6bcca6426c56a3bec1c0f4e4721b9f577df8ab1 +size 1322 diff --git a/MendeleyCXR/labels/Darwin_00005123_NORMAL2-IM-0462-0001.png b/MendeleyCXR/labels/Darwin_00005123_NORMAL2-IM-0462-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d522957865ce7cde8b4f71ec1d8828a6344e4ed8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005123_NORMAL2-IM-0462-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca656609af4e94430c567f614079c9b64c5f242e75f68ed4d484da7c07daf876 +size 1196 diff --git a/MendeleyCXR/labels/Darwin_00005124_NORMAL2-IM-0463-0001.png b/MendeleyCXR/labels/Darwin_00005124_NORMAL2-IM-0463-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..44ca846fce1aade45b1ddafc5758065d9e530e03 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005124_NORMAL2-IM-0463-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c37ae63e05462dcb4f968329d7feaa8912769b4b369923a5138cf3e66a1aca56 +size 1156 diff --git a/MendeleyCXR/labels/Darwin_00005125_NORMAL2-IM-0464-0001.png b/MendeleyCXR/labels/Darwin_00005125_NORMAL2-IM-0464-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e31194d6e7f6b977611eada9a041dbded3e41f0f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005125_NORMAL2-IM-0464-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e7853c88bfee20c5d79da8095f1730f8293fa9321bac1b6b657ea4f1bcefc9f +size 1244 diff --git a/MendeleyCXR/labels/Darwin_00005126_NORMAL2-IM-0465-0001.png b/MendeleyCXR/labels/Darwin_00005126_NORMAL2-IM-0465-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7310e96aeab965719e82dd47ff40c3fa22200fb3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005126_NORMAL2-IM-0465-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:944ffec7abafdd3e20e77fc4f384f88bceb63f2bfe8ea6f31d3832fc46a9b843 +size 1193 diff --git a/MendeleyCXR/labels/Darwin_00005127_NORMAL2-IM-0466-0001.png b/MendeleyCXR/labels/Darwin_00005127_NORMAL2-IM-0466-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b7593c0716f8f5cc325a66dbce68ff6bb1c6245b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005127_NORMAL2-IM-0466-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3acc0954d324af1305107c07d301030fd2c98325664379f7f694656b9d2f03c7 +size 1176 diff --git a/MendeleyCXR/labels/Darwin_00005128_NORMAL2-IM-0468-0001.png b/MendeleyCXR/labels/Darwin_00005128_NORMAL2-IM-0468-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..78a51bcfb1e905b459558a5007e10dfbe68c48f2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005128_NORMAL2-IM-0468-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afe29dafe12bcd9aa2ae4fffb054f99e7d0378969621ae065ff29310ef5d4ddb +size 1100 diff --git a/MendeleyCXR/labels/Darwin_00005129_NORMAL2-IM-0472-0001.png b/MendeleyCXR/labels/Darwin_00005129_NORMAL2-IM-0472-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3215e7a30b7387be77a84451f6a0d146f9a21568 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005129_NORMAL2-IM-0472-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39fe2e3ea10437b6ef0845506eafce4a1d229a47d7cd5588d6f796625fedab3a +size 1139 diff --git a/MendeleyCXR/labels/Darwin_00005130_NORMAL2-IM-0473-0001.png b/MendeleyCXR/labels/Darwin_00005130_NORMAL2-IM-0473-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0e3216930254245e8649a78dec24925cc66e9ce8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005130_NORMAL2-IM-0473-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:845676c0137bf288e2870e195d6a674fcfbd15df1931a1c0999022c331ebe586 +size 1130 diff --git a/MendeleyCXR/labels/Darwin_00005131_NORMAL2-IM-0474-0001.png b/MendeleyCXR/labels/Darwin_00005131_NORMAL2-IM-0474-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d29652bb5e08b42f3d6689375e42ded7380e8fa8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005131_NORMAL2-IM-0474-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e01fef84390cb273f8d9a6762e97190fb2371bc2debab1c63d5aae1bfd118ed7 +size 1105 diff --git a/MendeleyCXR/labels/Darwin_00005132_NORMAL2-IM-0475-0001.png b/MendeleyCXR/labels/Darwin_00005132_NORMAL2-IM-0475-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c4291a3f07a4153bd3ea7ac667abc90ee6888749 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005132_NORMAL2-IM-0475-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a550432adac54cee653571fa9c8bebeea8f90cfa2c036dcd86a9cb89f41d6da3 +size 1239 diff --git a/MendeleyCXR/labels/Darwin_00005133_NORMAL2-IM-0476-0001.png b/MendeleyCXR/labels/Darwin_00005133_NORMAL2-IM-0476-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..06cc5f0e397ca01d0566259c2521371e92012d22 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005133_NORMAL2-IM-0476-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:808d486fb86f9ed65ca5e7b9bd6acb20694178276df042b096457f3388a6ad7b +size 1159 diff --git a/MendeleyCXR/labels/Darwin_00005134_NORMAL2-IM-0478-0001.png b/MendeleyCXR/labels/Darwin_00005134_NORMAL2-IM-0478-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4bcdaca08b6166bdf9ab33ea4d8e089360699168 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005134_NORMAL2-IM-0478-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7767edd67afff0809902d575ffdd3faea9cd3c0feb91e35b6e1bc1ba2cf8d9b +size 1306 diff --git a/MendeleyCXR/labels/Darwin_00005135_NORMAL2-IM-0479-0001.png b/MendeleyCXR/labels/Darwin_00005135_NORMAL2-IM-0479-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4c8988cfc591aee28b3b4aa4f07363308e2e3a63 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005135_NORMAL2-IM-0479-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c81d41335cc9d06f844b6a4b427f192b8800d3c505fc0b33d19921dc3a4d4403 +size 1077 diff --git a/MendeleyCXR/labels/Darwin_00005136_NORMAL2-IM-0480-0001.png b/MendeleyCXR/labels/Darwin_00005136_NORMAL2-IM-0480-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..92c5c38cc915bd787957ec42cc2e97b19d78b606 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005136_NORMAL2-IM-0480-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:971c0891d8c5c7ee9a8f826a498b9132d47e79bc6db809880a5d9b8eadab4a82 +size 1214 diff --git a/MendeleyCXR/labels/Darwin_00005137_NORMAL2-IM-0481-0001.png b/MendeleyCXR/labels/Darwin_00005137_NORMAL2-IM-0481-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d3a2e696d91d9e219510e22ef55b51f398c6d451 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005137_NORMAL2-IM-0481-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecebb37ba2c4ca19e52f6f75db0d76cae6c392e0960598c88bc4ff9972e671c1 +size 1258 diff --git a/MendeleyCXR/labels/Darwin_00005138_NORMAL2-IM-0482-0001.png b/MendeleyCXR/labels/Darwin_00005138_NORMAL2-IM-0482-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1216f0ce3b001f6011441977f30c62fcb7b37ed1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005138_NORMAL2-IM-0482-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c07fcdf6a3fe05801c2be098bd3e186242369650ca0a1753756cf536ff8d03e +size 1166 diff --git a/MendeleyCXR/labels/Darwin_00005139_NORMAL2-IM-0485-0001.png b/MendeleyCXR/labels/Darwin_00005139_NORMAL2-IM-0485-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..28f72e009709e35b99f06aa78e2adbf23b7a8080 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005139_NORMAL2-IM-0485-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:547c5259d44300352a2d790843f5b32c0bc13d2ee80fe1ae57d40d0430a5e489 +size 1056 diff --git a/MendeleyCXR/labels/Darwin_00005140_NORMAL2-IM-0486-0001.png b/MendeleyCXR/labels/Darwin_00005140_NORMAL2-IM-0486-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..46d55a499f02c00109cbbd5d1e591eb7fa5f878d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005140_NORMAL2-IM-0486-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acd82ab010f55fd872dc648d2a69cb056958c51d5752607bf5aeb1a4bbad4b8a +size 1143 diff --git a/MendeleyCXR/labels/Darwin_00005141_NORMAL2-IM-0487-0001.png b/MendeleyCXR/labels/Darwin_00005141_NORMAL2-IM-0487-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..44a66e55c019ab8e079290aabd07b15471cdbab2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005141_NORMAL2-IM-0487-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7438f3eeabd436bb0be7ef68305cbefe11e6416d61f6e2def004e5a0ec7d98a0 +size 1124 diff --git a/MendeleyCXR/labels/Darwin_00005142_NORMAL2-IM-0488-0001.png b/MendeleyCXR/labels/Darwin_00005142_NORMAL2-IM-0488-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c9b0daddedeac9ff9f57af10ac862011a38582fe --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005142_NORMAL2-IM-0488-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2534d8412fef4bc808d84b6aab91ad062df2abbf4055be4361ffa71303874cd +size 1273 diff --git a/MendeleyCXR/labels/Darwin_00005143_NORMAL2-IM-0489-0001.png b/MendeleyCXR/labels/Darwin_00005143_NORMAL2-IM-0489-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..25a4ec0e26f58a24cdf2fcc666cd15c77c53e00e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005143_NORMAL2-IM-0489-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:022c081c96e0eaa5a6172cf46daff79a3eb628fa5ca914b65bfc10acd10fdf5d +size 1165 diff --git a/MendeleyCXR/labels/Darwin_00005144_NORMAL2-IM-0407-0001.png b/MendeleyCXR/labels/Darwin_00005144_NORMAL2-IM-0407-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6904135a36e87e9057b8269d493a0ce3cf1c2ec6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005144_NORMAL2-IM-0407-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e2735997214899aa6ff126d7d6139a2251353619ac92b74682ba3e8a45a35be +size 1196 diff --git a/MendeleyCXR/labels/Darwin_00005145_NORMAL2-IM-0408-0001.png b/MendeleyCXR/labels/Darwin_00005145_NORMAL2-IM-0408-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..14f946751cc4fcbf98822bea60c3f7a25ec20387 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005145_NORMAL2-IM-0408-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2284f6cea0b4c6b411d395eb178128730cca3ddb9c38383810da92d3f2ae203 +size 1107 diff --git a/MendeleyCXR/labels/Darwin_00005146_NORMAL2-IM-0409-0001.png b/MendeleyCXR/labels/Darwin_00005146_NORMAL2-IM-0409-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5ada89a4ca3b06e73d7113b3ca4b5d25c5241d39 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005146_NORMAL2-IM-0409-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa4ed7797852d69bd814d109af72f247783e3d2b2fa1d0afabbcfb4ab00130c4 +size 1206 diff --git a/MendeleyCXR/labels/Darwin_00005147_NORMAL2-IM-0410-0001.png b/MendeleyCXR/labels/Darwin_00005147_NORMAL2-IM-0410-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..47153b0c56d4bf061f41d3f4ca8ea2181897a101 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005147_NORMAL2-IM-0410-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f839c3d3c1211f3f8bd7b0cc3598ecd546509bc954aa6622ddd1194e8ba1ef2 +size 1110 diff --git a/MendeleyCXR/labels/Darwin_00005148_NORMAL2-IM-0412-0001.png b/MendeleyCXR/labels/Darwin_00005148_NORMAL2-IM-0412-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..995d57c406904691ac87696840bc0977fa8f65bf --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005148_NORMAL2-IM-0412-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5e685ead5e4a422908693495d9421bd460fbe2dae6e1e7df618ef03b02a370b +size 1455 diff --git a/MendeleyCXR/labels/Darwin_00005149_NORMAL2-IM-0413-0001.png b/MendeleyCXR/labels/Darwin_00005149_NORMAL2-IM-0413-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8291e3b951db76dd7d982b947a81626d006bf0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005149_NORMAL2-IM-0413-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c81189869c15eebbb2bb4557dc7ee9a7af4afc15af2ed718ea61ea2e8cdf44e8 +size 1183 diff --git a/MendeleyCXR/labels/Darwin_00005150_NORMAL2-IM-0414-0001.png b/MendeleyCXR/labels/Darwin_00005150_NORMAL2-IM-0414-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..03d0343006ce8421f68ae3ccd448af54a7ee9fb4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005150_NORMAL2-IM-0414-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a9de55a8d11d31be7602a535a4469c4d7a0bc56322fbef43e8639a56f9d7874 +size 1246 diff --git a/MendeleyCXR/labels/Darwin_00005151_NORMAL2-IM-0415-0001.png b/MendeleyCXR/labels/Darwin_00005151_NORMAL2-IM-0415-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..43cc886c255c6e8ece421dd285d5d6ad3a9490d7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005151_NORMAL2-IM-0415-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9f010349f9fa7d9ccb6fe0684a4aea9f2889967aca4dc9f54ded3c4aa8dc1da +size 1207 diff --git a/MendeleyCXR/labels/Darwin_00005152_NORMAL2-IM-0416-0001-0001.png b/MendeleyCXR/labels/Darwin_00005152_NORMAL2-IM-0416-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..14494bb2f8e275e9b0c2c9df9e0e66c494e1197c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005152_NORMAL2-IM-0416-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57e211454a3e753e9a9d0b620af4a09e2532e8d379ecc38504820200202ab7d4 +size 1239 diff --git a/MendeleyCXR/labels/Darwin_00005153_NORMAL2-IM-0416-0001-0002.png b/MendeleyCXR/labels/Darwin_00005153_NORMAL2-IM-0416-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..a196bbde48fe2f9c29688255e7a449507e7dd578 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005153_NORMAL2-IM-0416-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11f72a7e4370a93e0c6bf2e98117727a86cbfd3724e9098181f40159c0e1d046 +size 1212 diff --git a/MendeleyCXR/labels/Darwin_00005154_NORMAL2-IM-0416-0001.png b/MendeleyCXR/labels/Darwin_00005154_NORMAL2-IM-0416-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ea6d55b672a6a2a91a23d7c0f3656ebb7740d095 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005154_NORMAL2-IM-0416-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:711f817af1ae24da00b377a7e007427c732687516ecc97eed50617b677819cea +size 1195 diff --git a/MendeleyCXR/labels/Darwin_00005155_NORMAL2-IM-0417-0001.png b/MendeleyCXR/labels/Darwin_00005155_NORMAL2-IM-0417-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6e62a5a402eb763a2963f601f44fbc32dec4f037 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005155_NORMAL2-IM-0417-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54155f6838a9c1ff0a93407ef7b471082b9430f39c60d09cbcea8b862f1aaf06 +size 1164 diff --git a/MendeleyCXR/labels/Darwin_00005156_NORMAL2-IM-0418-0001.png b/MendeleyCXR/labels/Darwin_00005156_NORMAL2-IM-0418-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ff0b9247c4fbb3b89799cda8ccb771c46e760bfc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005156_NORMAL2-IM-0418-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8bfb7c106c940c3e8139857a0d25222320f2e6d24e934eecf6c4f3d33d27769 +size 1203 diff --git a/MendeleyCXR/labels/Darwin_00005157_NORMAL2-IM-0419-0001.png b/MendeleyCXR/labels/Darwin_00005157_NORMAL2-IM-0419-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d88ac8e6b7283e9e1c5ede953cc70ff8ffc01fb7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005157_NORMAL2-IM-0419-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0e3f759e56f4f39a73216639f454b34149f736d09e35d2d87d9f95ef7fe7cf5 +size 1160 diff --git a/MendeleyCXR/labels/Darwin_00005158_NORMAL2-IM-0421-0001.png b/MendeleyCXR/labels/Darwin_00005158_NORMAL2-IM-0421-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..12451aabe7c28f0c1a8e01d7b76013eb67c6e4a5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005158_NORMAL2-IM-0421-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01a81bb9c68584fa35b60ac9162dd3069d7de025722d33c7487ad3c466721637 +size 1296 diff --git a/MendeleyCXR/labels/Darwin_00005159_NORMAL2-IM-0423-0001.png b/MendeleyCXR/labels/Darwin_00005159_NORMAL2-IM-0423-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..179171d7c03ec09459edd53ce4e1db7184ba2a0c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005159_NORMAL2-IM-0423-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1029b4d4826eda4026cfefa6a01367b4d212f6bc1706efd38f95834a1f9ac967 +size 1204 diff --git a/MendeleyCXR/labels/Darwin_00005160_NORMAL2-IM-0424-0001.png b/MendeleyCXR/labels/Darwin_00005160_NORMAL2-IM-0424-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a0f033a8f4096cf54a0b7d1d0488d3d23f7ddfad --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005160_NORMAL2-IM-0424-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c190c834389b1f71fc546eacc28be85c992ece05eb9869d560ef78d76d159016 +size 1288 diff --git a/MendeleyCXR/labels/Darwin_00005161_NORMAL2-IM-0425-0001.png b/MendeleyCXR/labels/Darwin_00005161_NORMAL2-IM-0425-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fcdd147f1560322296e94a4212d22072ff2236fa --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005161_NORMAL2-IM-0425-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5714ea84bf355f1284540d69a8a47f96effcba85cea116cf7675531f5ca36eb +size 1055 diff --git a/MendeleyCXR/labels/Darwin_00005162_NORMAL2-IM-0427-0001.png b/MendeleyCXR/labels/Darwin_00005162_NORMAL2-IM-0427-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7bc88f7b89970fb1e6b2c00ecaae1faf164e343e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005162_NORMAL2-IM-0427-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9ab50eea01877d6da73ae610764691d6997e1d94124735013a21fbf787459e6 +size 1234 diff --git a/MendeleyCXR/labels/Darwin_00005163_NORMAL2-IM-0428-0001.png b/MendeleyCXR/labels/Darwin_00005163_NORMAL2-IM-0428-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3ed344c4a54ab7c325ca0239ec7169f984fdecb4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005163_NORMAL2-IM-0428-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97449b2bf11e7471d2cc01b38e6b9d8f1a6a6dcb514736a050d570aea19acdcb +size 1202 diff --git a/MendeleyCXR/labels/Darwin_00005164_NORMAL2-IM-0429-0001.png b/MendeleyCXR/labels/Darwin_00005164_NORMAL2-IM-0429-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..764c15fcb74fec45f77cee266818c4046c60a900 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005164_NORMAL2-IM-0429-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14288d351156f4233770465657183eb1097bc10179cb5f3c6bd8b11859a0903f +size 1279 diff --git a/MendeleyCXR/labels/Darwin_00005165_NORMAL2-IM-0433-0001.png b/MendeleyCXR/labels/Darwin_00005165_NORMAL2-IM-0433-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..bcad2e5af462a8281946a3b8e4de7303b24e277a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005165_NORMAL2-IM-0433-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a160b2c8df2d62b677142f1dd6d172f9183de1a528817cc692d147bf25ee46cd +size 1189 diff --git a/MendeleyCXR/labels/Darwin_00005166_NORMAL2-IM-0435-0001.png b/MendeleyCXR/labels/Darwin_00005166_NORMAL2-IM-0435-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..cbb41ddd388ef9113cb8484a49589d35ad638d8b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005166_NORMAL2-IM-0435-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaf26625613c558bea93618e7a86b677bdd2a7fffa4856fbd591022a485ce94b +size 1151 diff --git a/MendeleyCXR/labels/Darwin_00005167_NORMAL2-IM-0437-0001.png b/MendeleyCXR/labels/Darwin_00005167_NORMAL2-IM-0437-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e1ee253a34a1ef894a9b5812422faedb0ff51191 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005167_NORMAL2-IM-0437-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78208341f66a1da1a00191e2f0aff67e33c6e8d6d57ce3923fa95e39018d92dc +size 1184 diff --git a/MendeleyCXR/labels/Darwin_00005168_NORMAL2-IM-0439-0001.png b/MendeleyCXR/labels/Darwin_00005168_NORMAL2-IM-0439-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9512dd650ef6967f145c7edeb231f02f165781ee --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005168_NORMAL2-IM-0439-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87777d6c13109a8ee3216c90f94a256bb13cce63107a8465e2be4280b809caa5 +size 1410 diff --git a/MendeleyCXR/labels/Darwin_00005169_NORMAL2-IM-0440-0001.png b/MendeleyCXR/labels/Darwin_00005169_NORMAL2-IM-0440-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..71858761bab28f8a96675853c2607e7de5c60e94 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005169_NORMAL2-IM-0440-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b4478a792a420c42b35dadaa92d98b0f7cf1ee7ee323c4c3cb33580e0b7de8b +size 1263 diff --git a/MendeleyCXR/labels/Darwin_00005170_NORMAL2-IM-0441-0001.png b/MendeleyCXR/labels/Darwin_00005170_NORMAL2-IM-0441-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e45468a26f18e717d5638ac92e5462cc1ba18ee0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005170_NORMAL2-IM-0441-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:782281b12e5a7f4c4706b449a7c0b63000578cec651933eb7c52922e408d668a +size 1315 diff --git a/MendeleyCXR/labels/Darwin_00005171_IM-0741-0001.png b/MendeleyCXR/labels/Darwin_00005171_IM-0741-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..51ce077c3a9a6f624c90249f147261d4a7ad983e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005171_IM-0741-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e48eacc58961ec5336a057d7c62aa4482d59ff083930c81144bf4ed3ecc2a3c8 +size 1111 diff --git a/MendeleyCXR/labels/Darwin_00005172_IM-0742-0001.png b/MendeleyCXR/labels/Darwin_00005172_IM-0742-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5dee54b9bcc4c7968c4cfa65a0fb601dbf6edf5a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005172_IM-0742-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e51d3691384543b42ac18a92d4ef7a676fe55a705d5cbd946733266902feaa63 +size 1167 diff --git a/MendeleyCXR/labels/Darwin_00005173_IM-0746-0001.png b/MendeleyCXR/labels/Darwin_00005173_IM-0746-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..efe5c68d705ee84f3f4c5348882cc2e6aed037ce --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005173_IM-0746-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:195b929f20bee9d27ab2393c98b3e089649bbc53a24410aa86d0c3d7a497a4d8 +size 1193 diff --git a/MendeleyCXR/labels/Darwin_00005174_IM-0747-0001.png b/MendeleyCXR/labels/Darwin_00005174_IM-0747-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2d5e221b33a4bcba16d19220958157345550e6ca --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005174_IM-0747-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e497fb1a3fa3a3863f55720b0bb19170cff2f1a0963c3a7fee97276d3abe4523 +size 1340 diff --git a/MendeleyCXR/labels/Darwin_00005175_IM-0748-0001.png b/MendeleyCXR/labels/Darwin_00005175_IM-0748-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..42ef89d9d8f2f03ae3e63a43a8f01b0a1453c38c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005175_IM-0748-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b3de5029eb287f0aef4b42533d1ae2acc37fc7a66df27ba584b243d99582aec +size 1212 diff --git a/MendeleyCXR/labels/Darwin_00005176_IM-0750-0001.png b/MendeleyCXR/labels/Darwin_00005176_IM-0750-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5d7e7e6da3e4e727ee7c2a1560bc8e118d3e377f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005176_IM-0750-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fa2a2700f0aea72cda0046f8d80614a41f50388969e372ef48129320c17715b +size 1154 diff --git a/MendeleyCXR/labels/Darwin_00005177_IM-0751-0001.png b/MendeleyCXR/labels/Darwin_00005177_IM-0751-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..822072f7c826bc52def06bda0146756ddaa1c6e8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005177_IM-0751-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00615168640b2c6b5fa266fa6312c20f55d45c7622f5e2e1f46c7a1e5f9f2718 +size 1252 diff --git a/MendeleyCXR/labels/Darwin_00005178_IM-0752-0001.png b/MendeleyCXR/labels/Darwin_00005178_IM-0752-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4c307b0dca258d75667e5e07a6f3ebc9a11751b3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005178_IM-0752-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88b45f80ecd7411907db94b8a6fdc2f85be99312d96a80f6f5461021f70baee5 +size 1075 diff --git a/MendeleyCXR/labels/Darwin_00005179_IM-0753-0001.png b/MendeleyCXR/labels/Darwin_00005179_IM-0753-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..190f8ddc748aa22feb231faa506d8b55eab57948 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005179_IM-0753-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a61a00571048b90a217245bb4fd76e15ce4ae5bb8c46806c29271b4c9f06cd6e +size 1121 diff --git a/MendeleyCXR/labels/Darwin_00005180_IM-0754-0001.png b/MendeleyCXR/labels/Darwin_00005180_IM-0754-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a4af9d137923a62074b02541784bb64a55f45f1f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005180_IM-0754-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3313acdb16e988ecfe357abe92868efe48e6da39e8be5f6d794dc3325b141ef5 +size 1178 diff --git a/MendeleyCXR/labels/Darwin_00005181_IM-0755-0001.png b/MendeleyCXR/labels/Darwin_00005181_IM-0755-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c50118196964a4f9f69fb1c1ae4635cc35a38cb0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005181_IM-0755-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63e06384d7289e7ca5edb54c95f78a3f0bd13bb55633f92b36da7e611f518ce9 +size 1288 diff --git a/MendeleyCXR/labels/Darwin_00005182_IM-0757-0001.png b/MendeleyCXR/labels/Darwin_00005182_IM-0757-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..03b856acc2587b3d04c018946ac65abb42d51dd6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005182_IM-0757-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3672b66c213f2fc2d406854243951a16c8356d34a9504768b25a2c06e361373 +size 1317 diff --git a/MendeleyCXR/labels/Darwin_00005183_IM-0761-0001.png b/MendeleyCXR/labels/Darwin_00005183_IM-0761-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b680c3619a79cd984d36b611390e7d9ec5d217c5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005183_IM-0761-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c93fb66a0d909a56998d089d990f11561b440acd0aa921845bdb61933427420e +size 1207 diff --git a/MendeleyCXR/labels/Darwin_00005184_IM-0764-0001.png b/MendeleyCXR/labels/Darwin_00005184_IM-0764-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..12d5d013cacf6a70728febff5eb93a7fd66129b4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005184_IM-0764-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb33530b941cb37550ac07a73dc6a72f05577bd084dd56a5023ca4b9e818f817 +size 1258 diff --git a/MendeleyCXR/labels/Darwin_00005185_IM-0766-0001.png b/MendeleyCXR/labels/Darwin_00005185_IM-0766-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..aa770aa6618080f0c406360318c131fef08b7226 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005185_IM-0766-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05ae99e0423a6ad5afa59f8a134ba104f9d9d2571b702e41e4649cec6c4e218f +size 1069 diff --git a/MendeleyCXR/labels/Darwin_00005186_NORMAL2-IM-0383-0001.png b/MendeleyCXR/labels/Darwin_00005186_NORMAL2-IM-0383-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d08fb0b2c6dc2ac485e26ab71e94f162e0ddf29d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005186_NORMAL2-IM-0383-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b4e05d6a843e7507c4d9f1351b17844f4e355eeec01be85a3cc6096d3756e7a +size 1271 diff --git a/MendeleyCXR/labels/Darwin_00005187_NORMAL2-IM-0384-0001.png b/MendeleyCXR/labels/Darwin_00005187_NORMAL2-IM-0384-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5eb4e541520b5a6c57bb93f4cb423418d082506e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005187_NORMAL2-IM-0384-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70758948cb63e545fe3a24316afcb23d6a9577ce2fb2edba712c9b29937357b5 +size 1205 diff --git a/MendeleyCXR/labels/Darwin_00005188_NORMAL2-IM-0385-0001.png b/MendeleyCXR/labels/Darwin_00005188_NORMAL2-IM-0385-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..871a04260d31e1b6881b3b34322dc61f0d59e8f5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005188_NORMAL2-IM-0385-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9782dc3be84872ce5c471981ef58d7de026a8b6022ba88143b1a75d18dffd7b2 +size 1282 diff --git a/MendeleyCXR/labels/Darwin_00005189_NORMAL2-IM-0386-0001.png b/MendeleyCXR/labels/Darwin_00005189_NORMAL2-IM-0386-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c5171c44df22efc291595d5d1ecc5a9edc468848 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005189_NORMAL2-IM-0386-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1289240c065fd7c44d2cdedadffb6a5fde834a6b08f80059d3810adddef4b80 +size 1256 diff --git a/MendeleyCXR/labels/Darwin_00005190_NORMAL2-IM-0388-0001.png b/MendeleyCXR/labels/Darwin_00005190_NORMAL2-IM-0388-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..be2bef9dbd12f9c036b039e1ed1a756118e5dfd6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005190_NORMAL2-IM-0388-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bdbd0753bbd7135425f9e9027564998f04f76f5a03691d2c422c303506dc4a2 +size 1195 diff --git a/MendeleyCXR/labels/Darwin_00005191_NORMAL2-IM-0389-0001.png b/MendeleyCXR/labels/Darwin_00005191_NORMAL2-IM-0389-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..64ac47a34f0db63e2c9d714e840d6aabc69aca9b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005191_NORMAL2-IM-0389-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bdd1570749e857e468f65bd74d40cb8bba1673bc957db3b1d3da6fd957ba236 +size 1388 diff --git a/MendeleyCXR/labels/Darwin_00005192_NORMAL2-IM-0390-0001.png b/MendeleyCXR/labels/Darwin_00005192_NORMAL2-IM-0390-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f8517e13974a0f59d163c2f61e050936943d9ecc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005192_NORMAL2-IM-0390-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99a29c4fe21186058e333e05e81de81a7dfbfa79fe3c456cca9e2bc36f0ca73a +size 1280 diff --git a/MendeleyCXR/labels/Darwin_00005193_NORMAL2-IM-0391-0001.png b/MendeleyCXR/labels/Darwin_00005193_NORMAL2-IM-0391-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6f3b7bbac00171057b80abad293f3249d5c2ce23 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005193_NORMAL2-IM-0391-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:735e3f9775ba6f5ac76530cada302d523b02dc3ea431b3139c5e35b774256cd9 +size 1209 diff --git a/MendeleyCXR/labels/Darwin_00005194_NORMAL2-IM-0392-0001.png b/MendeleyCXR/labels/Darwin_00005194_NORMAL2-IM-0392-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3f2e52618bc826da679208cc6654fa155f580782 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005194_NORMAL2-IM-0392-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df1b45f6af558226f2026c10e173b47ec1056ec792764ee58b118e9eeed476ac +size 1101 diff --git a/MendeleyCXR/labels/Darwin_00005195_NORMAL2-IM-0393-0001.png b/MendeleyCXR/labels/Darwin_00005195_NORMAL2-IM-0393-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8102464601b9b121a35a7c736029fe22197ca287 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005195_NORMAL2-IM-0393-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8da2e3355e9c4d25ff687af9f03a04f77d33632ef672626555b3476211aea7f2 +size 1191 diff --git a/MendeleyCXR/labels/Darwin_00005196_NORMAL2-IM-0394-0001.png b/MendeleyCXR/labels/Darwin_00005196_NORMAL2-IM-0394-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..324e44d3385a8ec227559ff5b84457bdb0fb0f23 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005196_NORMAL2-IM-0394-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b41f37181438634677377cce6512edf20e4e0d6d0e4a99c18fa45c6778d119f2 +size 1241 diff --git a/MendeleyCXR/labels/Darwin_00005197_NORMAL2-IM-0395-0001-0001.png b/MendeleyCXR/labels/Darwin_00005197_NORMAL2-IM-0395-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e76f249248f80cd8510a552cfb4e78e5f320d63c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005197_NORMAL2-IM-0395-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1f9d0ecfc275c27da74e32fb92c8b0e3c255ab902ac30d853e13bc0f40ab455 +size 1163 diff --git a/MendeleyCXR/labels/Darwin_00005198_NORMAL2-IM-0395-0001-0002.png b/MendeleyCXR/labels/Darwin_00005198_NORMAL2-IM-0395-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..a550204f8ada5a2cc5256e780ad42dc8f109d596 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005198_NORMAL2-IM-0395-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5effabfa8670be96fcfd9e7fdbd098574a16705a292fea3269e7e06402f8dbb +size 1084 diff --git a/MendeleyCXR/labels/Darwin_00005199_NORMAL2-IM-0395-0001.png b/MendeleyCXR/labels/Darwin_00005199_NORMAL2-IM-0395-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e7898fe32079fe2284d8f3186bf988cbe36ec075 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005199_NORMAL2-IM-0395-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea15821f4cdcf936c3fc7bbe4a72facdb87dd58433b15879d5be4abe51a6ca63 +size 1068 diff --git a/MendeleyCXR/labels/Darwin_00005200_NORMAL2-IM-0396-0001.png b/MendeleyCXR/labels/Darwin_00005200_NORMAL2-IM-0396-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b5c191642df42311e0b0e80ac563583d06c45883 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005200_NORMAL2-IM-0396-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bd4fa3be40d1d9236232f4304b24fbe8d8df6f7526779f26ebb660c1769da63 +size 1194 diff --git a/MendeleyCXR/labels/Darwin_00005201_NORMAL2-IM-0397-0001.png b/MendeleyCXR/labels/Darwin_00005201_NORMAL2-IM-0397-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6c05f5b5373aabc19c958d559a8972a9240f6a52 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005201_NORMAL2-IM-0397-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:564fc5a91c893f7f8162d00a8f1083b85e712eae0973b2e3f9926c47e8b5051f +size 1141 diff --git a/MendeleyCXR/labels/Darwin_00005202_NORMAL2-IM-0399-0001.png b/MendeleyCXR/labels/Darwin_00005202_NORMAL2-IM-0399-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0ade901fa5e110ba738e951c843e9cc8e668fc95 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005202_NORMAL2-IM-0399-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aada41b22135766b1652bd6f137ec389cbc858c103bb3cf99550915eddb2d679 +size 1188 diff --git a/MendeleyCXR/labels/Darwin_00005203_NORMAL2-IM-0401-0001.png b/MendeleyCXR/labels/Darwin_00005203_NORMAL2-IM-0401-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c38d040daceef26e74adbf75a2c329c9b2736602 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005203_NORMAL2-IM-0401-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc6110e63fa08422401ab117c6930ecd073a0023fefbb4e3d280240317339719 +size 1214 diff --git a/MendeleyCXR/labels/Darwin_00005204_NORMAL2-IM-0402-0001.png b/MendeleyCXR/labels/Darwin_00005204_NORMAL2-IM-0402-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f4c975944d8381176b3f62c9341f832ca49267f5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005204_NORMAL2-IM-0402-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10c0aacae0162762ffe736e2831b8af6cb18ccb2390d404c6304a7b24b928311 +size 1128 diff --git a/MendeleyCXR/labels/Darwin_00005205_NORMAL2-IM-0403-0001.png b/MendeleyCXR/labels/Darwin_00005205_NORMAL2-IM-0403-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ef37c19f6425b63aff6afa42d18b77604da0de8f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005205_NORMAL2-IM-0403-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd5d5af0582cd4c3e3c0867df65f5519d30f50dcca0593c8db597693198f7058 +size 1169 diff --git a/MendeleyCXR/labels/Darwin_00005206_NORMAL2-IM-0404-0001.png b/MendeleyCXR/labels/Darwin_00005206_NORMAL2-IM-0404-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e65f7eb726d46a3fd0e53a45391ecf244b2d663b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005206_NORMAL2-IM-0404-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f9052d53b5127ab63e42c3fa1970d3ecc7e2c1efcfb7586f2f178910bb1cac8 +size 1193 diff --git a/MendeleyCXR/labels/Darwin_00005207_NORMAL2-IM-0406-0001.png b/MendeleyCXR/labels/Darwin_00005207_NORMAL2-IM-0406-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5e228f5e1e4d1f46967565c1c2d06a1fad0cacb1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005207_NORMAL2-IM-0406-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:384ee7d1a7f89d7494db440ad6d614883f82f6de47218f315d064e5805aaa116 +size 1153 diff --git a/MendeleyCXR/labels/Darwin_00005208_IM-0700-0001.png b/MendeleyCXR/labels/Darwin_00005208_IM-0700-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f973d2f1c2555da7729962098e9908f02b3c76aa --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005208_IM-0700-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0fd2c7ab322ed56626ad9488d6962adc1d6551e61023fe001023088e85ef383 +size 1226 diff --git a/MendeleyCXR/labels/Darwin_00005209_IM-0701-0001.png b/MendeleyCXR/labels/Darwin_00005209_IM-0701-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f2b7e11eb161625598a225595300c0198cf6f23a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005209_IM-0701-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47de523c7eda8af6809178ffea4f207028f8fcf26909c578ddc71c797d2aa2c3 +size 1263 diff --git a/MendeleyCXR/labels/Darwin_00005210_IM-0702-0001.png b/MendeleyCXR/labels/Darwin_00005210_IM-0702-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..edcea5942124656ce5fb39408d8a6f93388198be --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005210_IM-0702-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68e8af1c11c6005a59b88f37bd16477281217462897964ae16edf0f92a2859da +size 1336 diff --git a/MendeleyCXR/labels/Darwin_00005211_IM-0703-0001.png b/MendeleyCXR/labels/Darwin_00005211_IM-0703-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d268cb6dba188fafb7beebd64c571dacd9a165a9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005211_IM-0703-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71b5987389ec50caf5c2e86f4bc45bfe8dbe0ac1719e93f853f3e44962f25349 +size 1204 diff --git a/MendeleyCXR/labels/Darwin_00005212_IM-0704-0001.png b/MendeleyCXR/labels/Darwin_00005212_IM-0704-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..469a3f3a506c8cef9c8bbdbe9ba2dc32096ed49e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005212_IM-0704-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23e776eeba5620ee35a1915d7b4473dc7f1603fe203b86a109f9936e3f9d48ec +size 1105 diff --git a/MendeleyCXR/labels/Darwin_00005213_IM-0705-0001.png b/MendeleyCXR/labels/Darwin_00005213_IM-0705-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..96b45d22618ff5ec1f23687e9463355fd44f8c2c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005213_IM-0705-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52843511d801dd43d0769f408b2449cac922fd2bf2c78f797f1141a8ab34df64 +size 1156 diff --git a/MendeleyCXR/labels/Darwin_00005214_IM-0706-0001.png b/MendeleyCXR/labels/Darwin_00005214_IM-0706-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..164b82333b66ba427988b683434f157dd206c789 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005214_IM-0706-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b58f98fb6791f773ab90b55e7c8ff0dfeb8fd4c79b47bbf08d7a88facbbe39f +size 1297 diff --git a/MendeleyCXR/labels/Darwin_00005215_IM-0707-0001.png b/MendeleyCXR/labels/Darwin_00005215_IM-0707-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ddbcc38eefe3aa30308d877ffe9f7d14595dbb20 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005215_IM-0707-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ee731f7e707504e8d47e966324f769bd04779325c0d0f0a2036a5568328fa23 +size 1220 diff --git a/MendeleyCXR/labels/Darwin_00005216_IM-0709-0001.png b/MendeleyCXR/labels/Darwin_00005216_IM-0709-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..51811e3979d8570c57003eaa35f3d78b96e09a08 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005216_IM-0709-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8441ad2a8df9939dfcbc9fc5cef81438eb064b2592488a6e3bcfb8f0d2795b6f +size 1286 diff --git a/MendeleyCXR/labels/Darwin_00005217_IM-0710-0001.png b/MendeleyCXR/labels/Darwin_00005217_IM-0710-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ed82808308607a943c2e8719d6f9106de6ef8ddb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005217_IM-0710-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:465a6c9091c6f1121d936ecaefe379f1aa66151e66de0d1aa44a2776d371bc04 +size 1178 diff --git a/MendeleyCXR/labels/Darwin_00005218_IM-0711-0001.png b/MendeleyCXR/labels/Darwin_00005218_IM-0711-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..14da3c208efd1878053c3d3ed54233ae9f7551f4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005218_IM-0711-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1be0cee5bd9b7079e4b9ae4c854a575784e62ce46410b4df86f5820e4d0555e +size 1197 diff --git a/MendeleyCXR/labels/Darwin_00005219_IM-0712-0001.png b/MendeleyCXR/labels/Darwin_00005219_IM-0712-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..990ab52662286ad29afa75b8eb2940491785b589 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005219_IM-0712-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3b23b3b9aaf2251dc46601923f1c6f02dcb6314403f948ea4968b9c070df34d +size 1206 diff --git a/MendeleyCXR/labels/Darwin_00005220_IM-0713-0001.png b/MendeleyCXR/labels/Darwin_00005220_IM-0713-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..55d398e801d948ccf9105402e83b20ece64c1d6d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005220_IM-0713-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c50258ec0e13e31989442c6373002db05a17fa9b21eb4ba4fe036077fde985c0 +size 1227 diff --git a/MendeleyCXR/labels/Darwin_00005221_IM-0714-0001.png b/MendeleyCXR/labels/Darwin_00005221_IM-0714-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1a943d48d12acd0d3e68ed6830e0efc5d6eeef97 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005221_IM-0714-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ea78473f21021efa7b25a001ea1d9632be06b170f44c7f04552a5691316cfa3 +size 1146 diff --git a/MendeleyCXR/labels/Darwin_00005222_IM-0715-0001.png b/MendeleyCXR/labels/Darwin_00005222_IM-0715-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..dbbb91ad52a0b9a955c2553a073d4208e0c29864 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005222_IM-0715-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78a45ea23fd187fc85425849a37c1f71d4c1dee38af64cd0b6a6934172c861a6 +size 1138 diff --git a/MendeleyCXR/labels/Darwin_00005223_IM-0716-0001.png b/MendeleyCXR/labels/Darwin_00005223_IM-0716-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a5807ec81f3b97dbf54ea9c3120b3a2c24ef4fa7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005223_IM-0716-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1068babd6cb37b66289ede9cf2730bf302074d1fc7bd395e4514c45b3e314c2 +size 1150 diff --git a/MendeleyCXR/labels/Darwin_00005224_IM-0717-0001.png b/MendeleyCXR/labels/Darwin_00005224_IM-0717-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f651aafe3e89340ce41d19c15924dd4979293555 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005224_IM-0717-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86d3ea2569a9081c2e52665a0a32dc95852c6e093228b08ce3efea747d6c5712 +size 1272 diff --git a/MendeleyCXR/labels/Darwin_00005225_IM-0718-0001.png b/MendeleyCXR/labels/Darwin_00005225_IM-0718-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a33a4ce734920361e7d2fc6c392cc92480ff4194 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005225_IM-0718-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3b575036a0d6d9d0f1da0deb261ee75ba737dba90b8584c17ced87fbd21a75b +size 1162 diff --git a/MendeleyCXR/labels/Darwin_00005226_IM-0719-0001.png b/MendeleyCXR/labels/Darwin_00005226_IM-0719-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b2ca05e9a3a140fa1231efb9f1f4b5819e015bd4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005226_IM-0719-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dfa8578c4f37afb7e21fde2e15e17f292202dcc3a06cd571b257060badd4144 +size 1266 diff --git a/MendeleyCXR/labels/Darwin_00005227_IM-0721-0001.png b/MendeleyCXR/labels/Darwin_00005227_IM-0721-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3d754e755e2ffc3b2912400559f283bb977e2813 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005227_IM-0721-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab1267539e44f157916ab00268d1a9e9f4f5c5b8c7d989f3bf345d27a0cb8955 +size 1173 diff --git a/MendeleyCXR/labels/Darwin_00005228_IM-0722-0001.png b/MendeleyCXR/labels/Darwin_00005228_IM-0722-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e9691173f66aa4e1f1efd5a23e49436b5046eb55 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005228_IM-0722-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:013c2e7ce32fe238d8c5455d4cb5ae13b443763c262a8336dd6b7422b6cc3820 +size 1161 diff --git a/MendeleyCXR/labels/Darwin_00005229_IM-0724-0001.png b/MendeleyCXR/labels/Darwin_00005229_IM-0724-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..eedfd6cf5d805d920281ecdc7194fc95156ee1ee --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005229_IM-0724-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a67f67c0312451a0543e4ebb0c20e075d3a2c8d7c051d9cc64ee04e77bb72aa +size 1228 diff --git a/MendeleyCXR/labels/Darwin_00005230_IM-0727-0001.png b/MendeleyCXR/labels/Darwin_00005230_IM-0727-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3a43a8b693ed82916c84e3a2ba5c9e5dd53def8f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005230_IM-0727-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:279e059a3b565bbbb7b1b32bb60556fe9e73550dafa8b45fcf1bc1fa20018411 +size 1374 diff --git a/MendeleyCXR/labels/Darwin_00005231_IM-0728-0001.png b/MendeleyCXR/labels/Darwin_00005231_IM-0728-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b41ef6800634d89df6e467e394c8339c0e53ffea --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005231_IM-0728-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:933d7b6ccd29f0dcd98786b43f4d27206e36f3471bb171bacd5b3668c2060dbe +size 1223 diff --git a/MendeleyCXR/labels/Darwin_00005232_IM-0729-0001.png b/MendeleyCXR/labels/Darwin_00005232_IM-0729-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1413eb9e0dbcd783b6a5349f351f69baf09835f3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005232_IM-0729-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98fd883cc2c3402287c12cee269cb723d1344c67791cb8a856efafd7b7080737 +size 1134 diff --git a/MendeleyCXR/labels/Darwin_00005233_IM-0730-0001.png b/MendeleyCXR/labels/Darwin_00005233_IM-0730-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..730f4c72bebbc74099a4ce09aefc2d54491c81ea --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005233_IM-0730-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3abf4a01870dc8f64c64b5c829614e8812a5f2b533d3c1db8646e83039629f8f +size 1098 diff --git a/MendeleyCXR/labels/Darwin_00005234_IM-0732-0001.png b/MendeleyCXR/labels/Darwin_00005234_IM-0732-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..68d26f5db07b846a6f6652cc99921b636720f2db --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005234_IM-0732-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e012e29c2079a6015892702ec0bcc4c54d406e11940aaa600a0eeadefb0b801b +size 1013 diff --git a/MendeleyCXR/labels/Darwin_00005235_IM-0733-0001.png b/MendeleyCXR/labels/Darwin_00005235_IM-0733-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d0006f648532e964c5002c65a8f22bbb8cd56941 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005235_IM-0733-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07838d4e42dd831af5d5b68e1deb0dbeaa415ad56a460be053a86051ef26cf34 +size 1207 diff --git a/MendeleyCXR/labels/Darwin_00005236_IM-0734-0001.png b/MendeleyCXR/labels/Darwin_00005236_IM-0734-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0124cd19dc171287e39fdaca57a026fab4aac63a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005236_IM-0734-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:658b4b7626da481dc66d96a41cc37953e109f485577c22d4d02cbe76d6bac741 +size 1171 diff --git a/MendeleyCXR/labels/Darwin_00005237_IM-0735-0001.png b/MendeleyCXR/labels/Darwin_00005237_IM-0735-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8768e8373cbd9f568e3afe757877c50c2943be26 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005237_IM-0735-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:106a85fc75e5b16111ac10378d7ab272c1bda352954b09f8e84d11263b25aa08 +size 1211 diff --git a/MendeleyCXR/labels/Darwin_00005238_IM-0736-0001.png b/MendeleyCXR/labels/Darwin_00005238_IM-0736-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3815e803cc822e8f7f8d2403a3dcc4d65d5fa4ab --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005238_IM-0736-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b0492584a1f7adfc656b06dba63ce182939c7c544fa83a24bf704690597a727 +size 1159 diff --git a/MendeleyCXR/labels/Darwin_00005239_IM-0737-0001.png b/MendeleyCXR/labels/Darwin_00005239_IM-0737-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f2bb6eeeb3128abbacde73b8183a2ce555b2206a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005239_IM-0737-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9052a620269431aa55a5e5ff84c7000d0fd9ada16949a862bc17514c58b03f4d +size 1179 diff --git a/MendeleyCXR/labels/Darwin_00005240_IM-0738-0001.png b/MendeleyCXR/labels/Darwin_00005240_IM-0738-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..99100f4c81c8e84b5b14d44a471407e61c5529c9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005240_IM-0738-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0365e7c175ce7bea7b7d1b248d4a370abab1e2e0ae31cbb3f112ab3fab1c1dcb +size 1074 diff --git a/MendeleyCXR/labels/Darwin_00005241_IM-0739-0001.png b/MendeleyCXR/labels/Darwin_00005241_IM-0739-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0e47a3e3d021be568bf6307942bbab3813bdac7d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005241_IM-0739-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:221fd50dae131cc1b69244da1a4513b722274d153b0818c82c0068337565f297 +size 1248 diff --git a/MendeleyCXR/labels/Darwin_00005242_IM-0740-0001.png b/MendeleyCXR/labels/Darwin_00005242_IM-0740-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..dce004ef92d4d483ba696ad825f297d1919f69e6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005242_IM-0740-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24aafdba50823eb7c961a6c6774b39b51dad205dabf21ab5acdb4e36791a436b +size 1146 diff --git a/MendeleyCXR/labels/Darwin_00005243_IM-0666-0001.png b/MendeleyCXR/labels/Darwin_00005243_IM-0666-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..08c54eaa3c110a6e3d14ec871cfe68e165f2249e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005243_IM-0666-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e6ad5079248f1919e2faa9ceec9e4deb9a097ee42fe8c7b5c39c5ca05616031 +size 1183 diff --git a/MendeleyCXR/labels/Darwin_00005244_IM-0667-0001.png b/MendeleyCXR/labels/Darwin_00005244_IM-0667-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3fe76cd046307c76b119b514139438a8a9b333b2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005244_IM-0667-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7088730e32eb7e6a5dd980444f3c5ba18e81940cb04254833e9c7b4b336b842c +size 1151 diff --git a/MendeleyCXR/labels/Darwin_00005245_IM-0668-0001.png b/MendeleyCXR/labels/Darwin_00005245_IM-0668-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..98914073bf1e85e98f97492dcd50573ab9fd8ace --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005245_IM-0668-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d5769d95399fac7d9c5157ed4cc746f92b7b90f5c36970182640b2362ef87ac +size 1154 diff --git a/MendeleyCXR/labels/Darwin_00005246_IM-0669-0001.png b/MendeleyCXR/labels/Darwin_00005246_IM-0669-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e19a479150754aa3d697674d0636440452c19d44 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005246_IM-0669-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2c9a9e3f585bd40ce6ef4dd4257c772d120545a99c1e7f31065f7512158f897 +size 1152 diff --git a/MendeleyCXR/labels/Darwin_00005247_IM-0670-0001.png b/MendeleyCXR/labels/Darwin_00005247_IM-0670-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8dfc4e118f58bff5356bdc3e8e3f9967c898db2d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005247_IM-0670-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d592842432d995be60f4c369947c3098dd71be184ce3221b8442f607990dbad +size 1186 diff --git a/MendeleyCXR/labels/Darwin_00005248_IM-0671-0001.png b/MendeleyCXR/labels/Darwin_00005248_IM-0671-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fd8fe8781454921f88827d463334fc61557a98ed --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005248_IM-0671-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b9a3da2a2e6ced0741871f3d72a53e1d499003d51084d47e3d61d1bf1defc5c +size 1214 diff --git a/MendeleyCXR/labels/Darwin_00005249_IM-0672-0001.png b/MendeleyCXR/labels/Darwin_00005249_IM-0672-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e7031a090a5183fb6f16aa21989ce3499863e9da --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005249_IM-0672-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aae598ad875a93b92ad4669c3a1c29ab24efc0a79a34d24e7a029938ef302245 +size 1317 diff --git a/MendeleyCXR/labels/Darwin_00005250_IM-0673-0001.png b/MendeleyCXR/labels/Darwin_00005250_IM-0673-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3bb55357bc7e3ba0712f222c412409822c5373e6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005250_IM-0673-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:049075ffa1b7b7bb4ca5ba077352e3e9450cc6bee45c9bc5fede75ed34ad7bfc +size 1321 diff --git a/MendeleyCXR/labels/Darwin_00005251_IM-0674-0001.png b/MendeleyCXR/labels/Darwin_00005251_IM-0674-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d9cb54ff8f79776a3d9675a295f186fe308e7f9e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005251_IM-0674-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d27fbc1c8e4640e239e6b17266c1519bfa501840c7f6514475a7f007c1bbd3e6 +size 1242 diff --git a/MendeleyCXR/labels/Darwin_00005252_IM-0675-0001.png b/MendeleyCXR/labels/Darwin_00005252_IM-0675-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f0c905830ca65c83008239738c98eb0e7e201686 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005252_IM-0675-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6953d7a75db0eb0d56cb6fa7263658cd6e0c4090491fe86722ff528ca6e81494 +size 1106 diff --git a/MendeleyCXR/labels/Darwin_00005253_IM-0676-0001.png b/MendeleyCXR/labels/Darwin_00005253_IM-0676-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a8a2ac0e7dd59322872474807a30584a7f8251ca --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005253_IM-0676-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae0a83cb2d909f586fcac9a6352ceabfd52aab7a2045b4472528630c822cba2d +size 1181 diff --git a/MendeleyCXR/labels/Darwin_00005254_IM-0677-0001.png b/MendeleyCXR/labels/Darwin_00005254_IM-0677-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a91127d30921a7970954c222df63e85c0b89a03b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005254_IM-0677-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fb251a1051c299ca2cef01fd9f280a392499df239cee92a4684b9e2dc2a307c +size 1125 diff --git a/MendeleyCXR/labels/Darwin_00005255_IM-0678-0001.png b/MendeleyCXR/labels/Darwin_00005255_IM-0678-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..bd29e990afa14295a299752c71c8bbb21cf49aa2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005255_IM-0678-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60ccebc013a13aad85a3106dee117bdb1f20f8407e39a853b931edc24a7521b1 +size 1142 diff --git a/MendeleyCXR/labels/Darwin_00005256_IM-0679-0001.png b/MendeleyCXR/labels/Darwin_00005256_IM-0679-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..93b99a8020bedf83710be7cb6c32f8a4e04f238f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005256_IM-0679-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6702ed68e8f82354f741a947824394938bddd85b2e7c383d41f396ad1e5d2b4 +size 1205 diff --git a/MendeleyCXR/labels/Darwin_00005257_IM-0680-0001.png b/MendeleyCXR/labels/Darwin_00005257_IM-0680-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..254db6aa0bc5a1d291b557dda438059827d4b661 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005257_IM-0680-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1d3160615543e1d03374dee12de32b3de49ccd5b07e7fa799d46ef5d9d24d99 +size 1149 diff --git a/MendeleyCXR/labels/Darwin_00005258_IM-0681-0001.png b/MendeleyCXR/labels/Darwin_00005258_IM-0681-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..db20c30644aa42373e23f211e31f997df510cca7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005258_IM-0681-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a237083a31c6e099dd38f4f4a42ced48fe59294033c6ab0799e857bb00d81247 +size 1324 diff --git a/MendeleyCXR/labels/Darwin_00005259_IM-0682-0001.png b/MendeleyCXR/labels/Darwin_00005259_IM-0682-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8cbe27d1840d0271ed0ccb8abe98b5349d73f79a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005259_IM-0682-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a102a8e243cc9cb6bfbe23890dec0473c688c22b78f17ee8f065645b19ae839d +size 1170 diff --git a/MendeleyCXR/labels/Darwin_00005260_IM-0683-0001.png b/MendeleyCXR/labels/Darwin_00005260_IM-0683-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b55aee2d50835182a05738251fc1092c1fb2a25b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005260_IM-0683-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06da1701aad2c742557e10120f71c4609ffcfc83c5f8bd177fefda98eb9418a5 +size 1103 diff --git a/MendeleyCXR/labels/Darwin_00005261_IM-0684-0001.png b/MendeleyCXR/labels/Darwin_00005261_IM-0684-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..bfc8209d5ef3a8097bb92198780efcaf1a3b0eaa --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005261_IM-0684-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b25cf1556edb37bc2d305ca03f0d504531d3754fbb553cf0611f31ed826bc47 +size 1263 diff --git a/MendeleyCXR/labels/Darwin_00005262_IM-0685-0001.png b/MendeleyCXR/labels/Darwin_00005262_IM-0685-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7ec78ff4437ff5f1e5991379b87ef33ac26f53a1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005262_IM-0685-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf6796561fc80ffbe22b4ce67f3daf2bd9eb6627f8973c40eff43fdde8204615 +size 1203 diff --git a/MendeleyCXR/labels/Darwin_00005263_IM-0686-0001.png b/MendeleyCXR/labels/Darwin_00005263_IM-0686-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f8525a8bf4967861daa9953c2f4fae450f7b4aa0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005263_IM-0686-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2313a078bf4d4fd6649e3885e7d21ed61963c1a51633586cd76fbfe56834a108 +size 1102 diff --git a/MendeleyCXR/labels/Darwin_00005264_IM-0687-0001.png b/MendeleyCXR/labels/Darwin_00005264_IM-0687-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..db0e3098436d02d236aad9bf8c4af34717ad23b5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005264_IM-0687-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c7f659d94f0c5d41a5387629f1bfd84fc3ee277db89c970a92e41f999d0c26d +size 1325 diff --git a/MendeleyCXR/labels/Darwin_00005265_IM-0688-0001.png b/MendeleyCXR/labels/Darwin_00005265_IM-0688-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..431180cb354649a5ca110da92ba2478c0db87aad --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005265_IM-0688-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a13260363f5d45104ad74a6c8997ffee1b04fe2ebada663f92535630d8411e61 +size 1165 diff --git a/MendeleyCXR/labels/Darwin_00005266_IM-0689-0001.png b/MendeleyCXR/labels/Darwin_00005266_IM-0689-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ec9022dd17e349c256c609e3f855802b0673db95 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005266_IM-0689-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7bf0406dc51dbdd16535ab69f727138dbf7de2d4238833d1e198698c5161502 +size 1348 diff --git a/MendeleyCXR/labels/Darwin_00005267_IM-0691-0001.png b/MendeleyCXR/labels/Darwin_00005267_IM-0691-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8598b0f58233e2852e67fa70f1a7e6d08261fb74 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005267_IM-0691-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25cf2abae15fbc83eff709469c17670718ee9617c68853d374424977d389c943 +size 1253 diff --git a/MendeleyCXR/labels/Darwin_00005268_IM-0692-0001.png b/MendeleyCXR/labels/Darwin_00005268_IM-0692-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e06a4bab67fec224f4c8fed81b5d90c40ef3b3ba --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005268_IM-0692-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:190fa0a109bdcd52307ec513e16d3fc9dd56a379e80542d316f074f97e5178e8 +size 1086 diff --git a/MendeleyCXR/labels/Darwin_00005269_IM-0693-0001.png b/MendeleyCXR/labels/Darwin_00005269_IM-0693-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..867504402295ed97ec76f785688d2b0c89bb658b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005269_IM-0693-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b84cb104096155b89077989a08a46f1079b02cef976bb7f40fdd3c995680a25 +size 1183 diff --git a/MendeleyCXR/labels/Darwin_00005270_IM-0694-0001.png b/MendeleyCXR/labels/Darwin_00005270_IM-0694-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b0dd8cd48b7147bd5d599ddebdd69065660bc5d7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005270_IM-0694-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53ac29f87686eb1478730b3148f80fc5e2d3a655db13e2f9d5f40ecd7f781ea7 +size 1178 diff --git a/MendeleyCXR/labels/Darwin_00005271_IM-0695-0001.png b/MendeleyCXR/labels/Darwin_00005271_IM-0695-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e14e2b04817ce1817d381f61b6655817855fce90 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005271_IM-0695-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df70ef3ec3041edddf075277c3a4622a3744df764130ba0f612086b30c38588e +size 1223 diff --git a/MendeleyCXR/labels/Darwin_00005272_IM-0696-0001.png b/MendeleyCXR/labels/Darwin_00005272_IM-0696-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9bf184b21bfbb1a3aab0d2dc59690440d55d2112 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005272_IM-0696-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f533c4fcf714fe0b7f93e1e257da3cdf3bdc80386c5d098fd5a6ece74a44b0d2 +size 1114 diff --git a/MendeleyCXR/labels/Darwin_00005273_IM-0697-0001.png b/MendeleyCXR/labels/Darwin_00005273_IM-0697-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ecdd9f2a9f2aaa499f8b2d138fe438de84657798 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005273_IM-0697-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6ed591f5700c06413255cb1a94a027735103dbbdd29aca27f4d71e83af2c14e +size 1268 diff --git a/MendeleyCXR/labels/Darwin_00005274_IM-0698-0001.png b/MendeleyCXR/labels/Darwin_00005274_IM-0698-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..23160b2d993170870e085bbc60a83380f28ee03b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005274_IM-0698-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d812f633f3392086109ce3c8e0292091c4c9b667cf9b47e00e6b84de27978269 +size 1361 diff --git a/MendeleyCXR/labels/Darwin_00005275_IM-0642-0001.png b/MendeleyCXR/labels/Darwin_00005275_IM-0642-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4311d18df6334d3a24e269943f3fb806593500d7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005275_IM-0642-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42efb9c7ec15146f719eb838d034e3871cab3c6c8def37414756ce1b5fb5fab3 +size 1166 diff --git a/MendeleyCXR/labels/Darwin_00005276_IM-0643-0001.png b/MendeleyCXR/labels/Darwin_00005276_IM-0643-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d05f67e0510ca655593d4355f44bd40d1d83e953 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005276_IM-0643-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed912bd8e6a7eda58b7fa56b5005ed0de16351364e9ddd153443b33bb3e1edb8 +size 1338 diff --git a/MendeleyCXR/labels/Darwin_00005277_IM-0644-0001-0001.png b/MendeleyCXR/labels/Darwin_00005277_IM-0644-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b8b4f3edaf8ba3dce954a3eed6fdb590e2e023e9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005277_IM-0644-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92abdcf5c5bcf6929b95c62b4a54eceb1f0693e3feaa6bb7e91f531cbef5f0e4 +size 1121 diff --git a/MendeleyCXR/labels/Darwin_00005278_IM-0644-0001-0002.png b/MendeleyCXR/labels/Darwin_00005278_IM-0644-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..85b9304aed26e558b29c36227aaf0862598d0663 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005278_IM-0644-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7da3c2d5d920234dc389f7cbbafaf396fc23310218646ee82e03d4481ce95d6 +size 1121 diff --git a/MendeleyCXR/labels/Darwin_00005279_IM-0644-0001.png b/MendeleyCXR/labels/Darwin_00005279_IM-0644-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..70381c302519839a18746db12bb30dfd5e502107 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005279_IM-0644-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c7aa8ef24c14f8aea3610243c88f49ab5f892ded4e20dcf7bb1c855f1468798 +size 1254 diff --git a/MendeleyCXR/labels/Darwin_00005280_IM-0645-0001.png b/MendeleyCXR/labels/Darwin_00005280_IM-0645-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..40e45a3526b8be252089109ffa1ced284381004a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005280_IM-0645-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03228955f5f1d6d6774c8d510095768e468e1f3e8e8884fdbac6e9db9ff855c4 +size 1138 diff --git a/MendeleyCXR/labels/Darwin_00005281_IM-0646-0001.png b/MendeleyCXR/labels/Darwin_00005281_IM-0646-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ee2edb2d05b8c93be3444dcf9383c63df8922629 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005281_IM-0646-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9723057bf25cc9ef1bcdda386de45eb9650645d2b8f57d3f342b63b24a66692f +size 1216 diff --git a/MendeleyCXR/labels/Darwin_00005282_IM-0647-0001.png b/MendeleyCXR/labels/Darwin_00005282_IM-0647-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5a094a75ea48ca52451d6b95c1091dd7901ab4df --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005282_IM-0647-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:858dfd1b2b21f7b665bd586c690d214118f01627636952fce3dbda4706081935 +size 1391 diff --git a/MendeleyCXR/labels/Darwin_00005283_IM-0648-0001.png b/MendeleyCXR/labels/Darwin_00005283_IM-0648-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ee9acd89bf47e105375e7d26de62544990d26a58 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005283_IM-0648-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9c77ac284642bf67128ae4ae64691ec99751cd8249494bdd553ada1b507eaf6 +size 1167 diff --git a/MendeleyCXR/labels/Darwin_00005284_IM-0649-0001.png b/MendeleyCXR/labels/Darwin_00005284_IM-0649-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0f63bbaa8f206912aca5e4a0bb6f9bc35cb2a21f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005284_IM-0649-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f256456181b77529d22decdb25bbf77a0695a606240aa0b00998d7980494686 +size 1169 diff --git a/MendeleyCXR/labels/Darwin_00005285_IM-0650-0001-0001.png b/MendeleyCXR/labels/Darwin_00005285_IM-0650-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a902b0f0f9945fef39bea573e12fbf8195e600dc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005285_IM-0650-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43a6deb476891119f5a1c9e4e8666b8267cafed381201076691ee1ab1f3e8d5b +size 1180 diff --git a/MendeleyCXR/labels/Darwin_00005286_IM-0650-0001-0002.png b/MendeleyCXR/labels/Darwin_00005286_IM-0650-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..8a4ac2648baac4fbd6224d5e9c7edf9c448d6af8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005286_IM-0650-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5de7854bd8ba9ef253d0db003ea9c2be63f6baa5c704ae3c65c6340adc7dd26b +size 1273 diff --git a/MendeleyCXR/labels/Darwin_00005287_IM-0650-0001.png b/MendeleyCXR/labels/Darwin_00005287_IM-0650-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ca6313826a826ee4150dc1f3d300ecbce9e62250 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005287_IM-0650-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aed5f75d2ddc13553bef4c495205691eea1eb04fcdb81f07b0641d98f261f75 +size 1255 diff --git a/MendeleyCXR/labels/Darwin_00005288_IM-0651-0001.png b/MendeleyCXR/labels/Darwin_00005288_IM-0651-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c4f72f1519355be0d83fc915f716f8efbb011462 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005288_IM-0651-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:268a91a7bafc107ecb7d8793d0b0ad3e8d924da639143c063c277d70a64758e4 +size 1101 diff --git a/MendeleyCXR/labels/Darwin_00005289_IM-0652-0001-0002.png b/MendeleyCXR/labels/Darwin_00005289_IM-0652-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..51cd29f04343c30e684f99110cb43b527d37beda --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005289_IM-0652-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b52863197211147751c3cf24a60edf8e7e826c99951d5ccec2fe6797d44bfd43 +size 1140 diff --git a/MendeleyCXR/labels/Darwin_00005290_IM-0652-0001.png b/MendeleyCXR/labels/Darwin_00005290_IM-0652-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..14a665a3257005a462b525ce9514c05ae73be016 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005290_IM-0652-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e293897194eee6a0ff8e7a50c157cae1ee053eb6c29b173d3d95a1fb3f8414ab +size 1148 diff --git a/MendeleyCXR/labels/Darwin_00005291_IM-0654-0001.png b/MendeleyCXR/labels/Darwin_00005291_IM-0654-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5b523bbc6edd4de80fd309b10c07d080e59ef696 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005291_IM-0654-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7022db44a0a2f4841dfb7f29e73f51aeb9cee118d2798fbba3884b02fbab9c5 +size 1231 diff --git a/MendeleyCXR/labels/Darwin_00005292_IM-0655-0001.png b/MendeleyCXR/labels/Darwin_00005292_IM-0655-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6752354fc1534f000891e94ca8ce95bfa00d47d0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005292_IM-0655-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d8655f56a3d8b3df2425668f9af96e0d2554b3ca30dde59556adaf117385f9e +size 1212 diff --git a/MendeleyCXR/labels/Darwin_00005293_IM-0656-0001-0001.png b/MendeleyCXR/labels/Darwin_00005293_IM-0656-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6d3bd1cc048dcf58253df12c689064176ed276ca --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005293_IM-0656-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3045adcd8a55b483376ed7f5b78397ad646cbf54dddd36635a44b24a5e104f40 +size 1272 diff --git a/MendeleyCXR/labels/Darwin_00005294_IM-0656-0001-0002.png b/MendeleyCXR/labels/Darwin_00005294_IM-0656-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..dd4c14bc25d5baa2a5c8627afb90a15539aa1ec5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005294_IM-0656-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b199f0df6a3d7edae12481e3796470e4c56a0a1f4f9dcc787699cd9f8b2e35db +size 1131 diff --git a/MendeleyCXR/labels/Darwin_00005295_IM-0656-0001.png b/MendeleyCXR/labels/Darwin_00005295_IM-0656-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5e029648b5a57c27d6081fa6f9d75d96bcec1221 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005295_IM-0656-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc43f06ac4c5d094a36103a4e56d6fa1ef478c6712494faf4bc594d6a8612bbf +size 1227 diff --git a/MendeleyCXR/labels/Darwin_00005296_IM-0657-0001.png b/MendeleyCXR/labels/Darwin_00005296_IM-0657-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1fce313d752099b199c92a293d389df451f70754 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005296_IM-0657-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a5295e0e62d5038b1524ebeb19810c5329fdd1a58b784c634ab90b12c9fe164 +size 1141 diff --git a/MendeleyCXR/labels/Darwin_00005297_IM-0658-0001.png b/MendeleyCXR/labels/Darwin_00005297_IM-0658-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5fc9b3b99ff0d39b70133b0e62946f4d869615d1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005297_IM-0658-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f1a55b8fce9dd15394cd4adaa51560b004f7d24aaddcc5f987e2f9b318cd848 +size 1227 diff --git a/MendeleyCXR/labels/Darwin_00005298_IM-0659-0001.png b/MendeleyCXR/labels/Darwin_00005298_IM-0659-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..21e7f0dd7a5bbc8cd74f5c02bca5bdf4a95d5bf3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005298_IM-0659-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd7ae6103cac16f03ce75e85135ff9e48afd436b2b8240a077d406874c128dd7 +size 1088 diff --git a/MendeleyCXR/labels/Darwin_00005299_IM-0660-0001-0001.png b/MendeleyCXR/labels/Darwin_00005299_IM-0660-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c296627e8542fc0ab66f41c843bacd84d8df3242 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005299_IM-0660-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10b8c175cbef23b0704c9558c49d34fa37191c7b22eb9ba5544e04d026daa28a +size 1327 diff --git a/MendeleyCXR/labels/Darwin_00005300_IM-0660-0001-0002.png b/MendeleyCXR/labels/Darwin_00005300_IM-0660-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..97199f5186da0202973aec1eb6b4df0f1fc374b0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005300_IM-0660-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2910b1d646c4e62167228e4cb721c190e15bb42dbb045f3c0eac64fcb36d56ea +size 1094 diff --git a/MendeleyCXR/labels/Darwin_00005301_IM-0660-0001.png b/MendeleyCXR/labels/Darwin_00005301_IM-0660-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4c9d3c6f948a6d7112faf016a83f10bcce868f19 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005301_IM-0660-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e48b93f06fc6ee7d8de6bfe7f3cee64f4ea2458114264078bffd7413555f0874 +size 1289 diff --git a/MendeleyCXR/labels/Darwin_00005302_IM-0661-0001.png b/MendeleyCXR/labels/Darwin_00005302_IM-0661-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..96c02b154cfe2d63e38d02cb193c308417b521a0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005302_IM-0661-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8afaea5f7c33d129c670f188d95f57e3288f1330360c7da18ad7c9cd04dc3da6 +size 1045 diff --git a/MendeleyCXR/labels/Darwin_00005303_IM-0662-0001.png b/MendeleyCXR/labels/Darwin_00005303_IM-0662-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7b742db72e6023b1a81b411c3f0643a6e47ba0c9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005303_IM-0662-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05ead659e714b63b342f6f5cf44c2757c83029b2455e52740dc53fbeb34a3e02 +size 1218 diff --git a/MendeleyCXR/labels/Darwin_00005304_IM-0663-0001.png b/MendeleyCXR/labels/Darwin_00005304_IM-0663-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e0cfc993806bff58023e13c1005884882ea8ca7d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005304_IM-0663-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa9865b5628cc6c64a48af2b72462cbdb41993d6cf065c886be675a008cf9540 +size 1302 diff --git a/MendeleyCXR/labels/Darwin_00005305_IM-0664-0001.png b/MendeleyCXR/labels/Darwin_00005305_IM-0664-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b3e2edbc6062330cf2168e15fae24fa296348a83 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005305_IM-0664-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd295ef646b1a7adef6f153bb3401c2790505973185a3148252d51623d0f7fa0 +size 1237 diff --git a/MendeleyCXR/labels/Darwin_00005306_IM-0665-0001.png b/MendeleyCXR/labels/Darwin_00005306_IM-0665-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c50e8ae2c34480023b30293f80a463a41ef2309d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005306_IM-0665-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:623bd057a82267871532e5a52a436d5c384ac724b058fe84b7cb91b0b87441ab +size 1235 diff --git a/MendeleyCXR/labels/Darwin_00005307_IM-0666-0001-0001.png b/MendeleyCXR/labels/Darwin_00005307_IM-0666-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fa4df1e79b0edd911d787597054be374cde6a11e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005307_IM-0666-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4a8be0e6031818fc0a913284c44cb5d5805ef04b5309fc537f95fd057474e1d +size 1176 diff --git a/MendeleyCXR/labels/Darwin_00005308_IM-0666-0001-0002.png b/MendeleyCXR/labels/Darwin_00005308_IM-0666-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..7b82bf6646e9020c514eb1f81ab62b81f4bc5fb9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005308_IM-0666-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb4329558ce45530ba69804e6d3ac0044a3958033a0013a06729d578c5e1616a +size 1263 diff --git a/MendeleyCXR/labels/Darwin_00005309_IM-0619-0001.png b/MendeleyCXR/labels/Darwin_00005309_IM-0619-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0d59fdc46e4e2969fc7f684fc2c29f5615260668 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005309_IM-0619-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b593872e9953a61035de008f7655ae06a8b8fdf1d1b5d89069922a11bff76c5 +size 1159 diff --git a/MendeleyCXR/labels/Darwin_00005310_IM-0620-0001-0001.png b/MendeleyCXR/labels/Darwin_00005310_IM-0620-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0a7a07365f79187a240ddc0e5494e9117888eb50 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005310_IM-0620-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d4f889d0f51d9b83aac8a35ab26250413bf560ef833a5ba23e5e8ec99b78518 +size 1042 diff --git a/MendeleyCXR/labels/Darwin_00005311_IM-0620-0001-0002.png b/MendeleyCXR/labels/Darwin_00005311_IM-0620-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..d7447c9d87c1d4a66cd9f63057d4152110603129 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005311_IM-0620-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc56f79426941497ea9b9e70ce38b7514231f942597c3d28426ae3656036dae5 +size 1216 diff --git a/MendeleyCXR/labels/Darwin_00005312_IM-0620-0001.png b/MendeleyCXR/labels/Darwin_00005312_IM-0620-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0b18d8e3a629ea0945599569ea0d33327c086ba5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005312_IM-0620-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed410a534063a444f67ba5aff52b30290f85ab1ef0a3a731432c3fa63cce0d45 +size 1207 diff --git a/MendeleyCXR/labels/Darwin_00005313_IM-0621-0001.png b/MendeleyCXR/labels/Darwin_00005313_IM-0621-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c596efa932e815aa4f99635bdf862ae72ee5572a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005313_IM-0621-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76c66c9e5588d1d3b04b9a7a793ccd65f9a81ddb6123b7fb26ac30a0f55e0eba +size 1125 diff --git a/MendeleyCXR/labels/Darwin_00005314_IM-0622-0001-0001.png b/MendeleyCXR/labels/Darwin_00005314_IM-0622-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f09ae476579e75d17a988efd7162f87ed34e2720 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005314_IM-0622-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65f7ed04b724a1163e6b355dff43d59cbf61d613ea1d7dac24e7497bc491989c +size 1165 diff --git a/MendeleyCXR/labels/Darwin_00005315_IM-0622-0001-0002.png b/MendeleyCXR/labels/Darwin_00005315_IM-0622-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..a9c14ef5b023f380c88b058ec5a9b523d84da0bf --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005315_IM-0622-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:605e1503dd5a2d4c0d92577e88bd7f99ca7be5a66c0c1d183e7786b62570509b +size 1104 diff --git a/MendeleyCXR/labels/Darwin_00005316_IM-0622-0001.png b/MendeleyCXR/labels/Darwin_00005316_IM-0622-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b44f42156f3b33a5a98d74514afcd04655bc0235 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005316_IM-0622-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:528d45df58b6d97fb19df074d88d947848617d08252f9320e25db28ed1eaac2b +size 1217 diff --git a/MendeleyCXR/labels/Darwin_00005317_IM-0623-0001.png b/MendeleyCXR/labels/Darwin_00005317_IM-0623-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..91781797d5ab18a3d1b40a4dafa69cac790adb44 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005317_IM-0623-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b9c5a91d0773d2ac018ecd0eae61750739954ff763f928c285c9151c8347add +size 1218 diff --git a/MendeleyCXR/labels/Darwin_00005318_IM-0624-0001-0002.png b/MendeleyCXR/labels/Darwin_00005318_IM-0624-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..62ac66543cf7f48ba7fa3836914804447a3200da --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005318_IM-0624-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e875660d1c4447c3955af8ae1d59982f7de60f8a20dee0f02d8eff67aa44091 +size 1116 diff --git a/MendeleyCXR/labels/Darwin_00005319_IM-0624-0001.png b/MendeleyCXR/labels/Darwin_00005319_IM-0624-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..cfd510a2bc6602dbbfdabed6f9bfac36c8a63c41 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005319_IM-0624-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:032d625d160170a29a7981e727e3e9dfba86e383427e0ca7210c6656cb8b5f2b +size 1195 diff --git a/MendeleyCXR/labels/Darwin_00005320_IM-0625-0001.png b/MendeleyCXR/labels/Darwin_00005320_IM-0625-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2858cac39bda99a7d7e62eb4c09ba3b8ee7ef9c1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005320_IM-0625-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdef3d86171cee677b5e3fab034633115cfc28fdcae47c168341be3e7d1f56d9 +size 1218 diff --git a/MendeleyCXR/labels/Darwin_00005321_IM-0626-0001-0001.png b/MendeleyCXR/labels/Darwin_00005321_IM-0626-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..04f4ed366e6629df29f8aa5a4377070986566da0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005321_IM-0626-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8f47e408b10861154ee1b29648ee2e0bed67c6dedbaeb31c1fd14b16e623baa +size 1328 diff --git a/MendeleyCXR/labels/Darwin_00005322_IM-0626-0001-0002.png b/MendeleyCXR/labels/Darwin_00005322_IM-0626-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..284441d82e79a21845b75bd8ca6d801d6de4f937 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005322_IM-0626-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b1aa8ca96794b92c7eb13e86e42a8bf74747c949c0f488dffe20d6f4e5199be +size 1184 diff --git a/MendeleyCXR/labels/Darwin_00005323_IM-0627-0001.png b/MendeleyCXR/labels/Darwin_00005323_IM-0627-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..17939f65e9f0ec486753c78fff1f7144ce645a6f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005323_IM-0627-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d5be122adf8cf941dae28612d9d072f4be31f92817f8ca524a0da0fa403a4f4 +size 1198 diff --git a/MendeleyCXR/labels/Darwin_00005324_IM-0628-0001.png b/MendeleyCXR/labels/Darwin_00005324_IM-0628-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6d16711d85925d647afb2bf3a03bef9914b1a385 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005324_IM-0628-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a4c25d91cdbd32a91a6943d0f4d8cced898ea7a8237a5fbcbe30da383d68e04 +size 1094 diff --git a/MendeleyCXR/labels/Darwin_00005325_IM-0629-0001-0001.png b/MendeleyCXR/labels/Darwin_00005325_IM-0629-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..cfb584ca91a8784add2c36cc2db6477a80a4fbed --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005325_IM-0629-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaf05f33377ad86c35e39f0ee6094e00320915b4f01bc76fc69245538652bf28 +size 1095 diff --git a/MendeleyCXR/labels/Darwin_00005326_IM-0629-0001-0002.png b/MendeleyCXR/labels/Darwin_00005326_IM-0629-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..e2e5eb8e3cfa9c6b7c01aa176e5a4dc629dd8326 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005326_IM-0629-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8782545a94a41378f71bb0bd9d6d91af098cbad2dbab25744b16b3c3cd73447 +size 1142 diff --git a/MendeleyCXR/labels/Darwin_00005327_IM-0629-0001-0003.png b/MendeleyCXR/labels/Darwin_00005327_IM-0629-0001-0003.png new file mode 100644 index 0000000000000000000000000000000000000000..0d6bed585cad9f1174ee94b90392b7ee19df0c0b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005327_IM-0629-0001-0003.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3a75f5c7cbdd9f398c0936fa33e9e5252e6d8db2fb1c70fbde73a62b895a4fd +size 1229 diff --git a/MendeleyCXR/labels/Darwin_00005328_IM-0629-0001.png b/MendeleyCXR/labels/Darwin_00005328_IM-0629-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..faf767e7749d024570689fd8a68845b7a45555c4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005328_IM-0629-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a7712d1dfe495c3589c1d912dc280676cd471a5f9ea9d8690a785b5f83b8388 +size 1048 diff --git a/MendeleyCXR/labels/Darwin_00005329_IM-0630-0001.png b/MendeleyCXR/labels/Darwin_00005329_IM-0630-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1230e6551b06b03a57c400f0cffd2552eb27ea5b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005329_IM-0630-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4b18e7fe12d0d30a82de5688c13c6f0649e17ede6f7977d2e308618669e462d +size 1301 diff --git a/MendeleyCXR/labels/Darwin_00005330_IM-0631-0001-0001.png b/MendeleyCXR/labels/Darwin_00005330_IM-0631-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..366558fa942318784796e7df9ceb1bddbe97d1e1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005330_IM-0631-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c60a7a01c9c0bbf484e848aafe0ef3794a42b9b54186a9affc3700157f21bd43 +size 1060 diff --git a/MendeleyCXR/labels/Darwin_00005331_IM-0631-0001-0002.png b/MendeleyCXR/labels/Darwin_00005331_IM-0631-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..9c04a0d2d60f454cd3f73313562af61373f2e144 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005331_IM-0631-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ff3e52b661c23f3ed943bc77f3a417da78205422a51937b688e36e57fd8c42e +size 1023 diff --git a/MendeleyCXR/labels/Darwin_00005332_IM-0631-0001.png b/MendeleyCXR/labels/Darwin_00005332_IM-0631-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..15e8a8f4c21c7f37fd9323c45764605397e03bf5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005332_IM-0631-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d7fc222e066c3ed9aebde58192137abbaa23ff668d5c067b26d42feedcbdfba +size 1132 diff --git a/MendeleyCXR/labels/Darwin_00005333_IM-0632-0001.png b/MendeleyCXR/labels/Darwin_00005333_IM-0632-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..695c58ab3aa0762cbe4ce0ed39f1c13e08fc1931 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005333_IM-0632-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35b54262255058199f174e76039547921733032aa4dcdabc5f1a4caa3bee8bc2 +size 1046 diff --git a/MendeleyCXR/labels/Darwin_00005334_IM-0633-0001.png b/MendeleyCXR/labels/Darwin_00005334_IM-0633-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..89a74b307f6773544d2b36760b45b99c6a52530f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005334_IM-0633-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38255e7363395b387cc2a44d008f4b8b6a57f1cad37762795820ed1b54460563 +size 1091 diff --git a/MendeleyCXR/labels/Darwin_00005335_IM-0634-0001.png b/MendeleyCXR/labels/Darwin_00005335_IM-0634-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d693fa3f0eab9cbaf509394f65c62ff5fe4c1059 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005335_IM-0634-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7daa96870ea96f4bafb7ef133130cc9a68b1370d4ef26b86a5b51d5538e6d250 +size 1158 diff --git a/MendeleyCXR/labels/Darwin_00005336_IM-0635-0001.png b/MendeleyCXR/labels/Darwin_00005336_IM-0635-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ec28c3b456ea73ca4bb68775513911dc30dc523b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005336_IM-0635-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84959b24b885aecd03b7cbf382083460fb67781795e3b3ebda009b86d1920c52 +size 1206 diff --git a/MendeleyCXR/labels/Darwin_00005337_IM-0636-0001.png b/MendeleyCXR/labels/Darwin_00005337_IM-0636-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a6d9428506ba2cc463f6671450f8284755f69f5b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005337_IM-0636-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6331465012ae222f8bb2505644ca4cce1d46d5f032a0b8163239ed3891d51980 +size 1240 diff --git a/MendeleyCXR/labels/Darwin_00005338_IM-0637-0001.png b/MendeleyCXR/labels/Darwin_00005338_IM-0637-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..de4400a7f36e44dd1a3e36bc96dc147f78533267 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005338_IM-0637-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a2d91654d7d4078c48dc75fb2739a8d13916f2dce1250497af292fc734f3c4b +size 1189 diff --git a/MendeleyCXR/labels/Darwin_00005339_IM-0640-0001-0001.png b/MendeleyCXR/labels/Darwin_00005339_IM-0640-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ee235170fe94531532b08c4f6de1b528b2fa134b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005339_IM-0640-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec34f8b9991acb8f69fbb8a6d438a2565ff8805f0a83014a42e6516eb2d71c9d +size 1120 diff --git a/MendeleyCXR/labels/Darwin_00005340_IM-0640-0001-0002.png b/MendeleyCXR/labels/Darwin_00005340_IM-0640-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..2b5a6f13bffb5019c97c5265c0f6cebfb72b6d81 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005340_IM-0640-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf4694f0aa25e89fdfba8d7aa089f173ac7216e0bc37ad2da10be6a2404d5856 +size 1173 diff --git a/MendeleyCXR/labels/Darwin_00005341_IM-0640-0001.png b/MendeleyCXR/labels/Darwin_00005341_IM-0640-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2aef93ce4558c4de5dd1c165372cf894bca5003d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005341_IM-0640-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dc24c6f724b55824abe3facd11776492f5951540fd8aa9fc7dda75476c0562e +size 1131 diff --git a/MendeleyCXR/labels/Darwin_00005342_IM-0641-0001.png b/MendeleyCXR/labels/Darwin_00005342_IM-0641-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f273e1c97ec7a497c9bf3b0c5d572b472e639246 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005342_IM-0641-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12444288ca7a2493c2daa5c13dbb459dad2be9041b926190157686b3700fab3e +size 1126 diff --git a/MendeleyCXR/labels/Darwin_00005343_IM-0582-0001.png b/MendeleyCXR/labels/Darwin_00005343_IM-0582-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4c112e2a9f32f3375dc4d0eee9335b0eef6d87b6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005343_IM-0582-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76fee1639b6f1f583ad1de984cde32cd097fcd86876a218704d975ba459eacf6 +size 1236 diff --git a/MendeleyCXR/labels/Darwin_00005344_IM-0583-0001.png b/MendeleyCXR/labels/Darwin_00005344_IM-0583-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f0e1015d1e6913a33744bffa294763328ea3e923 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005344_IM-0583-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c8944dc93fa172b9787200d9f3d9cef640143cfa5df61a1845ba9c9be602ea6 +size 1171 diff --git a/MendeleyCXR/labels/Darwin_00005345_IM-0584-0001.png b/MendeleyCXR/labels/Darwin_00005345_IM-0584-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4f1d131d2867358473dc87b4b18699e21483941f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005345_IM-0584-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b61317a180669b0f7e3fd63bee12f4e81aeb04e464cce8595efa52bb2d7ea3b2 +size 1114 diff --git a/MendeleyCXR/labels/Darwin_00005346_IM-0586-0001.png b/MendeleyCXR/labels/Darwin_00005346_IM-0586-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..20d8262c435384f846819bf02c9394ba91ac6a5c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005346_IM-0586-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d5ba2e3e6bd0334d35dd8ce800e0a0f9cebfc0a06d309c786e90abfd7122111 +size 1246 diff --git a/MendeleyCXR/labels/Darwin_00005347_IM-0588-0001.png b/MendeleyCXR/labels/Darwin_00005347_IM-0588-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8a58f281794f83fd204daa3b6a6e6dbaa29ec134 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005347_IM-0588-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a59f24bce302a782131a6ddcb182af8dc4ad987b4b0f09f9d67893b4d6f54a2 +size 1118 diff --git a/MendeleyCXR/labels/Darwin_00005348_IM-0590-0001.png b/MendeleyCXR/labels/Darwin_00005348_IM-0590-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..240800834f880d7a59fc0ce8e38438650ddfe9e6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005348_IM-0590-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a482dff864d2391879618fda1543048d6bc65a86f9a8ff1203426d5035c0041f +size 1228 diff --git a/MendeleyCXR/labels/Darwin_00005349_IM-0591-0001.png b/MendeleyCXR/labels/Darwin_00005349_IM-0591-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..10c614912bf68cccf6b78b82b9e3eb3e68ac693b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005349_IM-0591-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:619f9f2c119925d261cabcc6ef08a3029c3c1aa1004f5d5bf51394c3ebb24021 +size 1141 diff --git a/MendeleyCXR/labels/Darwin_00005350_IM-0592-0001.png b/MendeleyCXR/labels/Darwin_00005350_IM-0592-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..25b3eb0af5965754187dcfa68677aacff62c5881 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005350_IM-0592-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11492f4961c5c47ea8492417237244852dd727076e135a8573fad88a17c36d4f +size 1196 diff --git a/MendeleyCXR/labels/Darwin_00005351_IM-0593-0001.png b/MendeleyCXR/labels/Darwin_00005351_IM-0593-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4398a6bebd6aa701f527109ab95b568029b67eb5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005351_IM-0593-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c42990da00605f5646ee5d8173a43723df9039c54e36eb151a9d5dbe0d6d2e9d +size 1240 diff --git a/MendeleyCXR/labels/Darwin_00005352_IM-0595-0001.png b/MendeleyCXR/labels/Darwin_00005352_IM-0595-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fca048f294fa9ee3eaecfddaccf6e320c90a1143 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005352_IM-0595-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b59aa3d6470a1060c92adf9aa421fc7809b506e11cc8ea58ad4e60ba9315418 +size 1120 diff --git a/MendeleyCXR/labels/Darwin_00005353_IM-0596-0001.png b/MendeleyCXR/labels/Darwin_00005353_IM-0596-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9971b93224ef15d415d5e8efe14c1a4dc51436b7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005353_IM-0596-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6576b52a7985a24887caa1b3bc412b6d110d14d066b5f883484d7d66e26635c1 +size 1172 diff --git a/MendeleyCXR/labels/Darwin_00005354_IM-0598-0001.png b/MendeleyCXR/labels/Darwin_00005354_IM-0598-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..73d254ef41d02aec55758e8460c0384d9f4ed32c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005354_IM-0598-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ae51b6c4aa4233f0a668e69b30eee12acdec2d6e03782bc9fd15bc52bb60d1b +size 1220 diff --git a/MendeleyCXR/labels/Darwin_00005355_IM-0599-0001.png b/MendeleyCXR/labels/Darwin_00005355_IM-0599-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6a5fb4de7ad59e47d758a9ab686494de315d2526 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005355_IM-0599-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f95c57097805ec01f6bfed7e66bd182cece7fe384540a053b27b447d5ed38830 +size 1147 diff --git a/MendeleyCXR/labels/Darwin_00005356_IM-0600-0001.png b/MendeleyCXR/labels/Darwin_00005356_IM-0600-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..828d2534f700dcafcf9d51712ed6207ddf4cbe61 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005356_IM-0600-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b741bcf5f0758e830200939b4c37b4376d17b6f0061c74a12dba946dada352e2 +size 1090 diff --git a/MendeleyCXR/labels/Darwin_00005357_IM-0601-0001.png b/MendeleyCXR/labels/Darwin_00005357_IM-0601-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e9568fc5f598ec5e0b8754e9358d1a0fa0c7147c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005357_IM-0601-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad301acbd93f8810b79deab96faf2c8ac04135457b3a2cab1a2e6ba67c8859b2 +size 1224 diff --git a/MendeleyCXR/labels/Darwin_00005358_IM-0602-0001.png b/MendeleyCXR/labels/Darwin_00005358_IM-0602-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e74115ffb207007713565f78fda8e5e9cda01364 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005358_IM-0602-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e617f1de28e061d96bdf8957cb5e950b65374a95504f0957729eb64a0089b95 +size 1190 diff --git a/MendeleyCXR/labels/Darwin_00005359_IM-0604-0001.png b/MendeleyCXR/labels/Darwin_00005359_IM-0604-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9fa5e2e0b0fd14787d42439c5f783b5308284546 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005359_IM-0604-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c8ec3c2aac29e8903d32abbbd01a8ccf81a4b091d316311d5a116222a7c52ed +size 1127 diff --git a/MendeleyCXR/labels/Darwin_00005360_IM-0605-0001.png b/MendeleyCXR/labels/Darwin_00005360_IM-0605-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..34259254161f2a5ed3341bcc198464087a6d6520 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005360_IM-0605-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e2bbecd3e38419619c4a17e2b827bcc891b9fa571a4ff4d593d98357260d71e +size 1175 diff --git a/MendeleyCXR/labels/Darwin_00005361_IM-0606-0001.png b/MendeleyCXR/labels/Darwin_00005361_IM-0606-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c41e9bb225865f15660c89c4f869dc8942901169 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005361_IM-0606-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cae1511666b4c40462150fb46fafd869cee081924a5d4f160cef8bd02d4a4f7e +size 1174 diff --git a/MendeleyCXR/labels/Darwin_00005362_IM-0607-0001.png b/MendeleyCXR/labels/Darwin_00005362_IM-0607-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..146e562f6a1c514a134675770fb7139bd18d19c2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005362_IM-0607-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8051c0fcc9adb4c861080839fafd445b9a2f5b2576275ac12d52f54fef4970a +size 1051 diff --git a/MendeleyCXR/labels/Darwin_00005363_IM-0608-0001-0001.png b/MendeleyCXR/labels/Darwin_00005363_IM-0608-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..43ecce75eda2d722b3a2d4fde2d188d056da03ed --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005363_IM-0608-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ccc3b2f2a6d797c6cd055f2ce94645b897f9fbaad9bb84d009261883820f11d +size 1097 diff --git a/MendeleyCXR/labels/Darwin_00005364_IM-0608-0001-0002.png b/MendeleyCXR/labels/Darwin_00005364_IM-0608-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..22fac891da237b27e877512064cf1ddd8a69f6b1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005364_IM-0608-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a37c9afb95fdf75c6362a0bfa6024dd9d7f92c9b17b6d1a1babd823c423e1286 +size 1208 diff --git a/MendeleyCXR/labels/Darwin_00005365_IM-0608-0001.png b/MendeleyCXR/labels/Darwin_00005365_IM-0608-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b441c973f5252a53825379b86d30d77c29e39dbf --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005365_IM-0608-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2bc51c27deee43defe7af0fcc9d00c354ac0c5147d4b5047d120db4b8b896c3 +size 1152 diff --git a/MendeleyCXR/labels/Darwin_00005366_IM-0609-0001.png b/MendeleyCXR/labels/Darwin_00005366_IM-0609-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6c61cccf97242d6b7e1d17a2d66960df337a27ee --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005366_IM-0609-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1195221fef7139502b79576a7479d83b536619b80697d73898043acd06d46c0 +size 1025 diff --git a/MendeleyCXR/labels/Darwin_00005367_IM-0612-0001-0001.png b/MendeleyCXR/labels/Darwin_00005367_IM-0612-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5c953667835971276fb227b3632ac6ac17a30611 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005367_IM-0612-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:255bbfdf355b18c55976382e7397f5d30bd76cdcc61e4fa8e080056f0180df49 +size 1141 diff --git a/MendeleyCXR/labels/Darwin_00005368_IM-0612-0001-0002.png b/MendeleyCXR/labels/Darwin_00005368_IM-0612-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..0cb0d286c75adb556476ba71ae50242f95a9c104 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005368_IM-0612-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0f1e7d3f51e4f66e561873e161250ed0741f11baaf68d04bf73f5e39a0886aa +size 1161 diff --git a/MendeleyCXR/labels/Darwin_00005369_IM-0612-0001.png b/MendeleyCXR/labels/Darwin_00005369_IM-0612-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..96b6c9b24f9164eb6143bed2c0277d3072a87175 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005369_IM-0612-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6fa8b619fbd8189215020abf3a9e8bf01b346a643318ca254ffc8d2fdd4e7d1 +size 1178 diff --git a/MendeleyCXR/labels/Darwin_00005370_IM-0613-0001.png b/MendeleyCXR/labels/Darwin_00005370_IM-0613-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b9824268fd3811bfcc3e93c4742759c6d02898b4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005370_IM-0613-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47b6b0bc4b95cca0aa38488427073e2e1059671fdbf71940575d6e78aecaf42b +size 1222 diff --git a/MendeleyCXR/labels/Darwin_00005371_IM-0614-0001.png b/MendeleyCXR/labels/Darwin_00005371_IM-0614-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e51cf4e07f3bb403d2005403fa4b89b2f730aaba --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005371_IM-0614-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83c9d9d451eb05b1d0615c0978e6610873ca1e5948b4d8dabaef2fd711d04709 +size 1151 diff --git a/MendeleyCXR/labels/Darwin_00005372_IM-0615-0001.png b/MendeleyCXR/labels/Darwin_00005372_IM-0615-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0948da5cf5338bc1d99c429a952113b58c747950 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005372_IM-0615-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bf02353183caccef02cc64b32355de321cba914265e2018e7c9d4ee244a93a0 +size 1060 diff --git a/MendeleyCXR/labels/Darwin_00005373_IM-0616-0001.png b/MendeleyCXR/labels/Darwin_00005373_IM-0616-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2002e97f9a1154a5ab38389c528ac390622b6404 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005373_IM-0616-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f8dd754d71756d362a09eed8937c05422349dd34b430c48ee2fd7d2e3cfe125 +size 1085 diff --git a/MendeleyCXR/labels/Darwin_00005374_IM-0617-0001.png b/MendeleyCXR/labels/Darwin_00005374_IM-0617-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a18510b5a458bf340d5eaa0a76b11a7b7f5da8fb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005374_IM-0617-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0da5952c5ac2e14a5a6a35bed28ef082fbe1774625614f15d29490a20662ca1b +size 1228 diff --git a/MendeleyCXR/labels/Darwin_00005375_IM-0618-0001-0001.png b/MendeleyCXR/labels/Darwin_00005375_IM-0618-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..832a14789c01067ec81b836763c1887ea74a0e90 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005375_IM-0618-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74716dfb25b8f3f00a14aa446685e6d861a694c381a1a432f4268a100f76abe2 +size 1136 diff --git a/MendeleyCXR/labels/Darwin_00005376_IM-0618-0001-0002.png b/MendeleyCXR/labels/Darwin_00005376_IM-0618-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..1f8af13f040d1d2e070e1d858892dcacb3b443f4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005376_IM-0618-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2390a461e52e1978faca2fe78867e9eda8b5825d23917f26c34af47ec6264e99 +size 1244 diff --git a/MendeleyCXR/labels/Darwin_00005377_IM-0618-0001.png b/MendeleyCXR/labels/Darwin_00005377_IM-0618-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..41bc660b1b68d1b50bb5b9140d3d0e6f5784b905 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005377_IM-0618-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:529002ef008d0228489f4062fc07117a81175d7a69487397cf7f630771b71fa6 +size 1298 diff --git a/MendeleyCXR/labels/Darwin_00005378_IM-0551-0001-0002.png b/MendeleyCXR/labels/Darwin_00005378_IM-0551-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..62544c10b72790ed4c232c0fb1f8e1e92bef6898 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005378_IM-0551-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16a0e2ea4aba4778b0cd3f4cc0b97ad1571d2ae9fbb37ee826e5bffe13ee0da4 +size 1249 diff --git a/MendeleyCXR/labels/Darwin_00005379_IM-0551-0001.png b/MendeleyCXR/labels/Darwin_00005379_IM-0551-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..902dc8c7340c0cbd719950b98a6ed4912e0e0a90 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005379_IM-0551-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9daefa99b27870acfffaf06e3d4eae145f5959717c11464bec54390251c54707 +size 1141 diff --git a/MendeleyCXR/labels/Darwin_00005380_IM-0552-0001.png b/MendeleyCXR/labels/Darwin_00005380_IM-0552-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..19cf6e4276bd1758af087fad9716f976468179dc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005380_IM-0552-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7500c952a16b98adb68a1b4ce9f61ae880397a1f8d0d9755db75e44f25c10e71 +size 1253 diff --git a/MendeleyCXR/labels/Darwin_00005381_IM-0553-0001-0001.png b/MendeleyCXR/labels/Darwin_00005381_IM-0553-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c0b375ed1e179147ec8abb6f355d9d5f92ad775c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005381_IM-0553-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9acea0d59b99d577322c8245f2ffa80e7cf31ae52c05f6d0247e181429a9f8f +size 1184 diff --git a/MendeleyCXR/labels/Darwin_00005382_IM-0553-0001-0002.png b/MendeleyCXR/labels/Darwin_00005382_IM-0553-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..a98ac4582ee2a12243faea96a3dfb0447e3beda1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005382_IM-0553-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47f7e84416c1ae5e288cf79a4e7a9919a005d099f9497ff159877619de3ede4e +size 1045 diff --git a/MendeleyCXR/labels/Darwin_00005383_IM-0553-0001-0003.png b/MendeleyCXR/labels/Darwin_00005383_IM-0553-0001-0003.png new file mode 100644 index 0000000000000000000000000000000000000000..3a742ef14ec2f7c37713b09dec50f46dca8f4a7f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005383_IM-0553-0001-0003.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d21412c16163629cdcd9c0f1fc944c154b4026f1720a7531adbe6b5f5610b29 +size 1057 diff --git a/MendeleyCXR/labels/Darwin_00005384_IM-0553-0001.png b/MendeleyCXR/labels/Darwin_00005384_IM-0553-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..50414418c8c8c8c1cab0d7e1eaa5d1a328075462 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005384_IM-0553-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8b5847da46416275caeac375f54a9290d570f28640c12e1f3c2bd08d681d420 +size 1129 diff --git a/MendeleyCXR/labels/Darwin_00005385_IM-0554-0001.png b/MendeleyCXR/labels/Darwin_00005385_IM-0554-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f807ce5ba6828a2b0a6181584a7bf01ca49a4e91 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005385_IM-0554-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e248d1e940afdd53792f9b4402690b38f3ab8b0c98c239aa7b0f2ea4d86b351 +size 1094 diff --git a/MendeleyCXR/labels/Darwin_00005386_IM-0555-0001-0001.png b/MendeleyCXR/labels/Darwin_00005386_IM-0555-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..13289903759e9dde21d69330a5d3c1a4aee39e2c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005386_IM-0555-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81c2645f99f0b24e16578ecb6483d5f0abbc58eb49e2c0195a89e3b4d632bc4f +size 1209 diff --git a/MendeleyCXR/labels/Darwin_00005387_IM-0555-0001-0002.png b/MendeleyCXR/labels/Darwin_00005387_IM-0555-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..6d59a698d98c56ff2f9227782ac3234c935cca11 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005387_IM-0555-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7cbdc8ec62a980a8c4a536311d00d574ff680ebb91ed828563f008abe36a265 +size 1174 diff --git a/MendeleyCXR/labels/Darwin_00005388_IM-0555-0001.png b/MendeleyCXR/labels/Darwin_00005388_IM-0555-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e5b54b03b1a80899f8a6ccc9017fc6640f221724 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005388_IM-0555-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37b4aa195abc7348b29d4337b7f7c262c8a7b5f614a862240310eb5523f6b029 +size 1126 diff --git a/MendeleyCXR/labels/Darwin_00005389_IM-0556-0001.png b/MendeleyCXR/labels/Darwin_00005389_IM-0556-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7eb184c583f98396dec54b1f60254ca8d9f0804a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005389_IM-0556-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b8474f0f52ea5821031190f7191c89f15a2930849e5e67d06dc8480d39a4458 +size 1077 diff --git a/MendeleyCXR/labels/Darwin_00005390_IM-0557-0001.png b/MendeleyCXR/labels/Darwin_00005390_IM-0557-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..16bc60f09dad7e08a6d25756784d3e6dfdd05916 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005390_IM-0557-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4647ce442fd877e2f64535f83fc809dce2f2a616758fad4bd0b4a2164c75cd05 +size 1121 diff --git a/MendeleyCXR/labels/Darwin_00005391_IM-0559-0001.png b/MendeleyCXR/labels/Darwin_00005391_IM-0559-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7b285a1d26374f6ba95ae10c9df81be8d054794f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005391_IM-0559-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a264ee830b815c06b22daeda51aa94f85058ec6d215078059cc6d021568b4b0 +size 1136 diff --git a/MendeleyCXR/labels/Darwin_00005392_IM-0560-0001.png b/MendeleyCXR/labels/Darwin_00005392_IM-0560-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..eec1fe46e79593400f68b736fe219badb6cfdca2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005392_IM-0560-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:800438a8f4099acade71f86c85d2e70fb489375b7e62e8c7efeb17549aa37554 +size 1261 diff --git a/MendeleyCXR/labels/Darwin_00005393_IM-0561-0001.png b/MendeleyCXR/labels/Darwin_00005393_IM-0561-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..28e4bf936d7e484aa33af5e2cb28713563180719 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005393_IM-0561-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e76df36225e1aca925ab90daa4de71cd3dbd67fe7cdd3427aedf246a2ae5a831 +size 1252 diff --git a/MendeleyCXR/labels/Darwin_00005394_IM-0562-0001.png b/MendeleyCXR/labels/Darwin_00005394_IM-0562-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..53f5d46158dd2385be55f212c3702113fbb0bbff --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005394_IM-0562-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4772a38f61af11e659c4ea1edfc3e4ff3915e36c1cc7c09d996a05576f1f4f91 +size 1282 diff --git a/MendeleyCXR/labels/Darwin_00005395_IM-0563-0001.png b/MendeleyCXR/labels/Darwin_00005395_IM-0563-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..90b33a5d1ad3d8459ae975d65d8b8019eec5e6bb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005395_IM-0563-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:404a1d344af62827e933a01a8a1ce8275e43cb674039dfa7ff9b9362052cb088 +size 1123 diff --git a/MendeleyCXR/labels/Darwin_00005396_IM-0564-0001.png b/MendeleyCXR/labels/Darwin_00005396_IM-0564-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7950cb156ca6bb6829304fb8ea7e6a22af6ba4c7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005396_IM-0564-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86042a6051703b15b54bae8b5ed89db85dbf7b33f0fd4b42c7d6267baa126e7a +size 1240 diff --git a/MendeleyCXR/labels/Darwin_00005397_IM-0565-0001.png b/MendeleyCXR/labels/Darwin_00005397_IM-0565-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..55ad8e61b713640d4cb8b46eb9288078dd424c69 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005397_IM-0565-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88ac92fa8b5537a40fd146cad5c39c9e9d567af6f271e3b274e4abee46e3f8f9 +size 1059 diff --git a/MendeleyCXR/labels/Darwin_00005398_IM-0566-0001.png b/MendeleyCXR/labels/Darwin_00005398_IM-0566-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4bea6d6a2b0454457b332f9026568ec1ec01ef6e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005398_IM-0566-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b084e36de8cfcd7247bfea39c81ec15daf7c4de8f836cefffee6c4dae701787b +size 1090 diff --git a/MendeleyCXR/labels/Darwin_00005399_IM-0568-0001.png b/MendeleyCXR/labels/Darwin_00005399_IM-0568-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..eeb072777c9e2f6b6f7eea86db0321c6507147f5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005399_IM-0568-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:613d932918e1e247ec87eccf58fd7e79725355cd5a554c0bb37f19a4d1422433 +size 1155 diff --git a/MendeleyCXR/labels/Darwin_00005400_IM-0569-0001.png b/MendeleyCXR/labels/Darwin_00005400_IM-0569-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d2af4e2fb6bf4778d8f471b1ffd1aaac7974f317 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005400_IM-0569-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7ec3ea3b90ba0783e95fb755a7127ae0cbdb1b964488ce76c0a0b1f41619376 +size 1244 diff --git a/MendeleyCXR/labels/Darwin_00005401_IM-0570-0001.png b/MendeleyCXR/labels/Darwin_00005401_IM-0570-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d63e37f12d21ad81e4d9c5242a75e5eaf9cc0873 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005401_IM-0570-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cfa3d0256b233af5bcf1f3e7e34d9eb420d0149d1ce3788567fb6169d086b51 +size 1273 diff --git a/MendeleyCXR/labels/Darwin_00005402_IM-0571-0001.png b/MendeleyCXR/labels/Darwin_00005402_IM-0571-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fe53cb6023cc350b23a6846d84598bc4fcb004f5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005402_IM-0571-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b11a37ae0c0b34d495ff96aee6e6c95a8720e2a1680399988ad3669bbabe73dd +size 1166 diff --git a/MendeleyCXR/labels/Darwin_00005403_IM-0574-0001.png b/MendeleyCXR/labels/Darwin_00005403_IM-0574-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f84bcb857dc762e55b3442a98f07996fb684b13a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005403_IM-0574-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccf32b331768c6c84b09129354fb620f912b44f34b2be1f20e9bb8da67f1ccba +size 1394 diff --git a/MendeleyCXR/labels/Darwin_00005404_IM-0575-0001.png b/MendeleyCXR/labels/Darwin_00005404_IM-0575-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a16354919752acefbe5d9dabb82ef4f29d959f44 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005404_IM-0575-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce92181530c2d1db51b586c32a918b46cc13513f8d71014e6bb5446756d25522 +size 1098 diff --git a/MendeleyCXR/labels/Darwin_00005405_IM-0577-0001.png b/MendeleyCXR/labels/Darwin_00005405_IM-0577-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..874ccb8a57fd1f904b460f90be941b7a7a04fc49 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005405_IM-0577-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a31ef3159aa8e2b1fe05a0f3ac5b8614f368c2e93f5c144b3963535be4944bb8 +size 1202 diff --git a/MendeleyCXR/labels/Darwin_00005406_IM-0578-0001.png b/MendeleyCXR/labels/Darwin_00005406_IM-0578-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f0c22660d48b7d8885cb200a546171493c4904a7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005406_IM-0578-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d88f47c031f0898ab691bb3ed9843a4880999d9959363b014a21ed1d1745a943 +size 1294 diff --git a/MendeleyCXR/labels/Darwin_00005407_IM-0579-0001.png b/MendeleyCXR/labels/Darwin_00005407_IM-0579-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6a02ff166d75d7ed7517277a74f60cae0557a2e9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005407_IM-0579-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6438b2b773ddfa547da06842442fd749cc4bafb3dfc854f024b20e2aae4a864a +size 1051 diff --git a/MendeleyCXR/labels/Darwin_00005408_IM-0580-0001.png b/MendeleyCXR/labels/Darwin_00005408_IM-0580-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..41d01d7e383842c3f43b39c58d2e2e400fe5ccf8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005408_IM-0580-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cde752228704ba59bcb2a69ac5032b8cd32af570b0c50176c45f797bb0691247 +size 1276 diff --git a/MendeleyCXR/labels/Darwin_00005409_IM-0581-0001.png b/MendeleyCXR/labels/Darwin_00005409_IM-0581-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a01d55b78c05c8b98fe6796925f2dedfbe37648d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005409_IM-0581-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:490f67544c20eb62d29a0306c4892449f98af1c3601564ded50f9f1b1658ccd5 +size 1276 diff --git a/MendeleyCXR/labels/Darwin_00005410_IM-0528-0001.png b/MendeleyCXR/labels/Darwin_00005410_IM-0528-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b742473999dfdb1a911a4fa1b1d59e57d5f7e90b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005410_IM-0528-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa391db2e3dd1f528b40313bbb34e2e76187c78dac8a694f09e0f0731fef91d0 +size 1177 diff --git a/MendeleyCXR/labels/Darwin_00005411_IM-0529-0001.png b/MendeleyCXR/labels/Darwin_00005411_IM-0529-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3f5c806fac6d4166f3d90c1197b09b9869c0f6a7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005411_IM-0529-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e100bff54c419e36ea692704b1bd147d1c42eddd4b2abd5bcfad687a47953f5f +size 1288 diff --git a/MendeleyCXR/labels/Darwin_00005412_IM-0530-0001.png b/MendeleyCXR/labels/Darwin_00005412_IM-0530-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6eb1ec27236a553ed291064179ea13486d204e89 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005412_IM-0530-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b38088792fce416ac31a6832f49854c803131c0c78f9148c65824d81638f8717 +size 1067 diff --git a/MendeleyCXR/labels/Darwin_00005413_IM-0531-0001-0001.png b/MendeleyCXR/labels/Darwin_00005413_IM-0531-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2b534ffcf81aff45d4601da7311ec4b428a03ff7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005413_IM-0531-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df6d55eb6bf63066a215a06ba419db631f67309c75c25d77c626447847be1340 +size 1077 diff --git a/MendeleyCXR/labels/Darwin_00005414_IM-0531-0001.png b/MendeleyCXR/labels/Darwin_00005414_IM-0531-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a7eb1e5ad70acdd36a30e6c0a961c35e6f77109d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005414_IM-0531-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f231b78ebac3016398800b8444bd05c79fb1ae0b01212c2ed07a4b8d2f609d27 +size 1331 diff --git a/MendeleyCXR/labels/Darwin_00005415_IM-0532-0001.png b/MendeleyCXR/labels/Darwin_00005415_IM-0532-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..449172ddc232500e2c8c11d0025ac165f95ccfa8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005415_IM-0532-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc82e8c5940e8034fee42d5189376ebb9b3fb6314f13afadd714d09c6c7de1f7 +size 1053 diff --git a/MendeleyCXR/labels/Darwin_00005416_IM-0533-0001-0001.png b/MendeleyCXR/labels/Darwin_00005416_IM-0533-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..77e2eda71c610d35549dc6eb17de65d72f6ec3da --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005416_IM-0533-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac0a7e87063e21509ef5e4f42cc1d140398d04078e4809d711971898d263e3cf +size 1150 diff --git a/MendeleyCXR/labels/Darwin_00005417_IM-0533-0001-0002.png b/MendeleyCXR/labels/Darwin_00005417_IM-0533-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..74bbad33bf462c88fac5ec963f29fce18a942259 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005417_IM-0533-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd57b0c77174ca72970629164ae7f572733a63d6e815ba1196bcac6bdb099fdd +size 1180 diff --git a/MendeleyCXR/labels/Darwin_00005418_IM-0533-0001.png b/MendeleyCXR/labels/Darwin_00005418_IM-0533-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9038f810f3f53243db4eb22eb7ac6293fb2b5e63 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005418_IM-0533-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57ff66151390903b4c05a74d8893ea9b8af8cf8facd0bc646d00fbaa303dc27c +size 1256 diff --git a/MendeleyCXR/labels/Darwin_00005419_IM-0534-0001.png b/MendeleyCXR/labels/Darwin_00005419_IM-0534-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c0741047e62c0b38879f5629d5e189d302bd72b1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005419_IM-0534-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23ee8a1900d8c3f9ff2ca5b207b72ac6d912dc80fabb73522accd8dbf196bd98 +size 1416 diff --git a/MendeleyCXR/labels/Darwin_00005420_IM-0535-0001.png b/MendeleyCXR/labels/Darwin_00005420_IM-0535-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..14806a646e51b870932b7a225c3ce2a1b8655599 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005420_IM-0535-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45b1c4d1d9255c0cb4e72c970e6df8927afce5e7353300d0307aa9dd259d88a4 +size 1211 diff --git a/MendeleyCXR/labels/Darwin_00005421_IM-0536-0001.png b/MendeleyCXR/labels/Darwin_00005421_IM-0536-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e59f303fa296e842914f597f3d35cb30abb459f7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005421_IM-0536-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d31fef6c487ed502dbed999bacc9b20b4840d655774505b0e3d3ee1c55cabb1 +size 1150 diff --git a/MendeleyCXR/labels/Darwin_00005422_IM-0537-0001.png b/MendeleyCXR/labels/Darwin_00005422_IM-0537-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2b7d82005c8ca128bf9d3b0997e6ed9558487289 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005422_IM-0537-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca3710fc3f29f8c02f762a23e0b4bdc5a6bae11808c509d83d69419ee45be2ed +size 1108 diff --git a/MendeleyCXR/labels/Darwin_00005423_IM-0538-0001.png b/MendeleyCXR/labels/Darwin_00005423_IM-0538-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2e192beffeaf1c87ba31e9b3ec82cc8ee12c9988 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005423_IM-0538-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb17918d7274af480a3b2ece2349d0f2c338d35220dc68b87337452a12184e5a +size 1174 diff --git a/MendeleyCXR/labels/Darwin_00005424_IM-0539-0001-0001.png b/MendeleyCXR/labels/Darwin_00005424_IM-0539-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..77c1c81330e50ed9308cc9edbfd7984bcbaf9024 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005424_IM-0539-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9ac92dc18acb2612a8417ac6485569b01122d4add6086d563c3a9c1cee9f0bf +size 1129 diff --git a/MendeleyCXR/labels/Darwin_00005425_IM-0539-0001-0002.png b/MendeleyCXR/labels/Darwin_00005425_IM-0539-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..9ed25300525d522af5e0270e6d170e826a9d8bcd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005425_IM-0539-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef60495e2330d00f08a41b7b7336d0b5e9af4db53574e7c146441238797e2989 +size 1249 diff --git a/MendeleyCXR/labels/Darwin_00005426_IM-0539-0001.png b/MendeleyCXR/labels/Darwin_00005426_IM-0539-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fa638d17ba34900e0feb5310626b7027658e53a3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005426_IM-0539-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c99c4a676d07d6c78998b4e30825077a061af7a8e8031cb84362c6d6db9f945 +size 1239 diff --git a/MendeleyCXR/labels/Darwin_00005427_IM-0540-0001.png b/MendeleyCXR/labels/Darwin_00005427_IM-0540-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ff6a1cec04203f10631ebb66bf159a5f6fb482b8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005427_IM-0540-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:007131bb7b397bd58a2d222e3858a78dd8571e6b62961054fedf4847b48207e4 +size 967 diff --git a/MendeleyCXR/labels/Darwin_00005428_IM-0541-0001.png b/MendeleyCXR/labels/Darwin_00005428_IM-0541-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..33dd7eec225b4289624394c920453e3f8ca42940 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005428_IM-0541-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dfe0e320aac193b8104c313ac25ffd72f18d4e2fbf1949a7664cce649f21528 +size 1117 diff --git a/MendeleyCXR/labels/Darwin_00005429_IM-0542-0001.png b/MendeleyCXR/labels/Darwin_00005429_IM-0542-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..432382bfc80a3b0784d6f7863a43cb88c5f72c72 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005429_IM-0542-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:179d8ac26bcb0dedf5b7a72ce1f3c7d02de3aa2ec2a06a88ef1310687e69381f +size 1188 diff --git a/MendeleyCXR/labels/Darwin_00005430_IM-0543-0001-0002.png b/MendeleyCXR/labels/Darwin_00005430_IM-0543-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..527bba2927bb8f001afd1effb5a16e648f487b43 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005430_IM-0543-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cffa7858db7c074ac07b8670736dba9fddddd82919c5c7e75bbc0c4b5c0d0d10 +size 1243 diff --git a/MendeleyCXR/labels/Darwin_00005431_IM-0543-0001.png b/MendeleyCXR/labels/Darwin_00005431_IM-0543-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9d67f199ff7ec9873e238a2349eeab375ed26d1b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005431_IM-0543-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37e6dd5eea7d1aa2e13f9bcc6fe82f7f2abf315a0af3be5fc5686c476167d092 +size 1158 diff --git a/MendeleyCXR/labels/Darwin_00005432_IM-0544-0001.png b/MendeleyCXR/labels/Darwin_00005432_IM-0544-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..18d0977e7dc401023cb05d93505c0c3f18f49f83 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005432_IM-0544-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33dcfb615cc377296dd149ae7f3871244edab009f61ef8c65499328f881e4f22 +size 1199 diff --git a/MendeleyCXR/labels/Darwin_00005433_IM-0545-0001-0001.png b/MendeleyCXR/labels/Darwin_00005433_IM-0545-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ecd5aaa94c138dc77d8768ea8686881f0f612631 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005433_IM-0545-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b075b8cfb412ca2bbd00250f1cdb408e4615d2aaf6446d0e5dc178353e14109f +size 1218 diff --git a/MendeleyCXR/labels/Darwin_00005434_IM-0545-0001-0002.png b/MendeleyCXR/labels/Darwin_00005434_IM-0545-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..026a9740b33bc2080ffba96da6010d013950859c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005434_IM-0545-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:373e55eaa32c5491f480b21866111fb1400c226ec91e8bf3442bebc6264e778f +size 1074 diff --git a/MendeleyCXR/labels/Darwin_00005435_IM-0545-0001.png b/MendeleyCXR/labels/Darwin_00005435_IM-0545-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..599db32c86adca15734d2fedb335e41ab0d51281 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005435_IM-0545-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77eb1b73913a2ca9e281088a88bebca7263a429bff95b140d4de94ea09e8f8e1 +size 1102 diff --git a/MendeleyCXR/labels/Darwin_00005436_IM-0546-0001.png b/MendeleyCXR/labels/Darwin_00005436_IM-0546-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..aa9942d6a13bb9bf62ef4d650b21be7471c34127 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005436_IM-0546-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77330cc8cd21f9e46e05b5c7da9985a5d453a893089076f121fc6bc1d0cec804 +size 1207 diff --git a/MendeleyCXR/labels/Darwin_00005437_IM-0547-0001.png b/MendeleyCXR/labels/Darwin_00005437_IM-0547-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2949315586064eb023594f94489b1edff744a499 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005437_IM-0547-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f097d27455df22c922a51df6ece839e2a6db5986819d7592b3994a1cebf686bb +size 1271 diff --git a/MendeleyCXR/labels/Darwin_00005438_IM-0548-0001.png b/MendeleyCXR/labels/Darwin_00005438_IM-0548-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..23345ef357ecaf02c9740892ec38eac6130af1dd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005438_IM-0548-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89608252929a77a34f5d780e0d31788bef25998e3611b1a70ec82db64719afec +size 1080 diff --git a/MendeleyCXR/labels/Darwin_00005439_IM-0549-0001-0001.png b/MendeleyCXR/labels/Darwin_00005439_IM-0549-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..bbc27d4fe3e11f58dd88fdc416aa866b33640bbc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005439_IM-0549-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f3d517383683f4fe26b26a3f9513c3f1a0dd344be27d9df28550ce29b7c743b +size 1134 diff --git a/MendeleyCXR/labels/Darwin_00005440_IM-0549-0001-0002.png b/MendeleyCXR/labels/Darwin_00005440_IM-0549-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..cc6e8b876733f9de9ac53380ec60317ba528315c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005440_IM-0549-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4953af6b330ab1d6480c5afe2df6a3c4ebf305b7c71d965bcc1daea25b6a3eff +size 1186 diff --git a/MendeleyCXR/labels/Darwin_00005441_IM-0549-0001.png b/MendeleyCXR/labels/Darwin_00005441_IM-0549-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c9ac4b542edc2dace9aaafce1e9b8c6e3cbe8818 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005441_IM-0549-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cfc0a137efac62fbdf1e4557bbcdfa32425160719b0ccd1958a5d1f41d41397 +size 1093 diff --git a/MendeleyCXR/labels/Darwin_00005442_IM-0551-0001-0001.png b/MendeleyCXR/labels/Darwin_00005442_IM-0551-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ab8e5bfbe8f604bd6b4f615547144ab3dfc0a33a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005442_IM-0551-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16a190be0b2af10cd27c9245fc00bc243eb981c8408c220f03c5af343701e76b +size 1188 diff --git a/MendeleyCXR/labels/Darwin_00005443_IM-0506-0001.png b/MendeleyCXR/labels/Darwin_00005443_IM-0506-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..10ed5d84ea6bd295d71e84701691fbafd236b3a9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005443_IM-0506-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03f93861bd2c13466b99193c7ad154db438192ed89f1a3acd13f46f3373c4c98 +size 1205 diff --git a/MendeleyCXR/labels/Darwin_00005444_IM-0507-0001.png b/MendeleyCXR/labels/Darwin_00005444_IM-0507-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ab11ed2ad50f6692a1e6e676cfd68c380580f130 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005444_IM-0507-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d74978f39d150fd88901170c90b01192334bb89f0226c79faf8905cd74210310 +size 1246 diff --git a/MendeleyCXR/labels/Darwin_00005445_IM-0508-0001.png b/MendeleyCXR/labels/Darwin_00005445_IM-0508-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e45dabdc05b4da53cea31768eefff60805fafc93 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005445_IM-0508-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c1a851da6d0db236bc45eb73910a77eee434113dcbc29e7343e2ca47fa92b91 +size 1188 diff --git a/MendeleyCXR/labels/Darwin_00005446_IM-0509-0001-0001.png b/MendeleyCXR/labels/Darwin_00005446_IM-0509-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..abfd9e67f3bc8f94e44b414099e28ef654b1960c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005446_IM-0509-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:022f830ba9a7396ef0023e5a0c09d512845c00b567671412d93aaae2097a2b45 +size 1059 diff --git a/MendeleyCXR/labels/Darwin_00005447_IM-0509-0001-0002.png b/MendeleyCXR/labels/Darwin_00005447_IM-0509-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..f3258d87921d1a6f9f48ffffe799f4bd876532ce --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005447_IM-0509-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73d0920746c189326f350e251fdefa7d7210a6c40b19d4fd3f6176b577bca633 +size 1218 diff --git a/MendeleyCXR/labels/Darwin_00005448_IM-0509-0001.png b/MendeleyCXR/labels/Darwin_00005448_IM-0509-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9d92799162cc4ef83e5c1f06eb53967d1ba2fb56 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005448_IM-0509-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9a21b3a0e91aed298b084d495ad1346fbedb8e9fbac7fea67ea9adfa02234c0 +size 1058 diff --git a/MendeleyCXR/labels/Darwin_00005449_IM-0510-0001.png b/MendeleyCXR/labels/Darwin_00005449_IM-0510-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c83743ca592ca79b4fd253db30466b44f61043e9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005449_IM-0510-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c905d713c1251fc1e3c49ecb03761314a96c8b8733881831255159e4d65d1c1 +size 1118 diff --git a/MendeleyCXR/labels/Darwin_00005450_IM-0511-0001-0001.png b/MendeleyCXR/labels/Darwin_00005450_IM-0511-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1077bb58c0bf03b05b3121928377b89ab6f032c9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005450_IM-0511-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65cfeb3b5ab6cde16695f9f37e43e63508be7aa966ae041f31feb8c01ce3846d +size 1197 diff --git a/MendeleyCXR/labels/Darwin_00005451_IM-0511-0001-0002.png b/MendeleyCXR/labels/Darwin_00005451_IM-0511-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..014f9f933fe55c29a53f4373dadce195827c7a51 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005451_IM-0511-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5023d620f59ba32354a6536d5b219f8a719a0ae32063a5df6cdd1b1db7e1f386 +size 1083 diff --git a/MendeleyCXR/labels/Darwin_00005452_IM-0511-0001.png b/MendeleyCXR/labels/Darwin_00005452_IM-0511-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..476cd15d7e5688ddd011d73b45292de5630a24b2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005452_IM-0511-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a468df636f56007e337d430f77baa07595c7ce3c5e62e3a4913b48343174be7 +size 1142 diff --git a/MendeleyCXR/labels/Darwin_00005453_IM-0512-0001.png b/MendeleyCXR/labels/Darwin_00005453_IM-0512-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..98aeb0d8c2edddb527c599c1d92d66c00c714542 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005453_IM-0512-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b878b843c0553db01683f9e3a48f41e67e61e9ae1a3cd6018a44c2df8e55781 +size 1114 diff --git a/MendeleyCXR/labels/Darwin_00005454_IM-0513-0001.png b/MendeleyCXR/labels/Darwin_00005454_IM-0513-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..76af645896093c8ff7550cbac68ca9258cb284c2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005454_IM-0513-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebb47b03deaf536516f174f9394cd6cc56359bcd0d46e91ae814d66cd1eb6a66 +size 1053 diff --git a/MendeleyCXR/labels/Darwin_00005455_IM-0514-0001.png b/MendeleyCXR/labels/Darwin_00005455_IM-0514-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..815493c32c46187f73dcab64525e4f6522805fe4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005455_IM-0514-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce9aaaddfb3714745c2fbe9eb7c7706a81fddf2fd91cb76e7b79e8574567e5af +size 1176 diff --git a/MendeleyCXR/labels/Darwin_00005456_IM-0515-0001.png b/MendeleyCXR/labels/Darwin_00005456_IM-0515-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b11b9370ea41c9b8fbc2fccd433c8c0274bea382 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005456_IM-0515-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dba7aa99ef5f9f649eaf569a179a864e38060dba571538c3c71495b0769a628f +size 1109 diff --git a/MendeleyCXR/labels/Darwin_00005457_IM-0516-0001.png b/MendeleyCXR/labels/Darwin_00005457_IM-0516-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..73cd44549c1b3bdc936db85334b795652b730600 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005457_IM-0516-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d664bd931028fee8b4bfca064c06778bb7cd59c4852719d1baa2a86f83e0a8e +size 1158 diff --git a/MendeleyCXR/labels/Darwin_00005458_IM-0517-0001-0001.png b/MendeleyCXR/labels/Darwin_00005458_IM-0517-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c533547d088d72dee23c77f1a2b48874d20d6538 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005458_IM-0517-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:479e2220d04c688a6d46068576c455be5fd45e75427102b762286e1c22bc2af2 +size 1122 diff --git a/MendeleyCXR/labels/Darwin_00005459_IM-0517-0001.png b/MendeleyCXR/labels/Darwin_00005459_IM-0517-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8215f6f340fc012002692f47696a59c99b5f4bc5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005459_IM-0517-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c01b62b99016ffc5d2d898851552fa76160600ae639ac43fb5dea1df66c3c513 +size 1220 diff --git a/MendeleyCXR/labels/Darwin_00005460_IM-0519-0001-0001.png b/MendeleyCXR/labels/Darwin_00005460_IM-0519-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4dd903ff58afa1460641a69d45040fbad251c552 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005460_IM-0519-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e449009364ddadf38ce7559e66e212e4d7e9279d5838b158fd873da7ddb1523 +size 1207 diff --git a/MendeleyCXR/labels/Darwin_00005461_IM-0519-0001-0002.png b/MendeleyCXR/labels/Darwin_00005461_IM-0519-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..8b9b4af369530d5bff0482c117777cd30327b801 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005461_IM-0519-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c914ad749ed3be3b465a30080c7c9b4bc8639759cce63963dfa0d4059180cd8 +size 1257 diff --git a/MendeleyCXR/labels/Darwin_00005462_IM-0519-0001.png b/MendeleyCXR/labels/Darwin_00005462_IM-0519-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ff078b8561e4c8660a62ed05830eb7788698daf3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005462_IM-0519-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24e239abc548049580154f441de6e7f4823fb27fb154653111220f68c8b5c4d7 +size 1067 diff --git a/MendeleyCXR/labels/Darwin_00005463_IM-0520-0001.png b/MendeleyCXR/labels/Darwin_00005463_IM-0520-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9781cce03c476899f9aaf21dd3b885fae691c649 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005463_IM-0520-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae292c98927e31a4194d819427610f808306931a82d98d1988b443c093b81ced +size 1193 diff --git a/MendeleyCXR/labels/Darwin_00005464_IM-0521-0001.png b/MendeleyCXR/labels/Darwin_00005464_IM-0521-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..de7ad8329f7aca124847fdbd4a9050daf7151174 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005464_IM-0521-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c84d5fa85c645b2c185d942e1862978056aa29768a547adaa748a4b2ed77583e +size 1234 diff --git a/MendeleyCXR/labels/Darwin_00005465_IM-0522-0001.png b/MendeleyCXR/labels/Darwin_00005465_IM-0522-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..eccb414858653c403f1a78762bf0260b7e409cab --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005465_IM-0522-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca35b957f5222d10eca3dffaed5d3c5d473cbce062d7b21b3bd4a12a9198ce4a +size 1081 diff --git a/MendeleyCXR/labels/Darwin_00005466_IM-0523-0001-0001.png b/MendeleyCXR/labels/Darwin_00005466_IM-0523-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..50f9972cc2b8d19d040f0f8b7caf2ae9055fedd8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005466_IM-0523-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e4ae748a800ca5bfe53feeb7e70f109b85dce6835f6dfb466465acbbe6b6a92 +size 1247 diff --git a/MendeleyCXR/labels/Darwin_00005467_IM-0523-0001-0002.png b/MendeleyCXR/labels/Darwin_00005467_IM-0523-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..3a5faae65ae31f8a94e818270a59569309ebb7f6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005467_IM-0523-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:282f2edb49704730018ee3cc5210e0b3c79920310087930975a91e71a1c24155 +size 1162 diff --git a/MendeleyCXR/labels/Darwin_00005468_IM-0523-0001-0003.png b/MendeleyCXR/labels/Darwin_00005468_IM-0523-0001-0003.png new file mode 100644 index 0000000000000000000000000000000000000000..216a1e340ba8e107ef695f72570e00b54c00b8f9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005468_IM-0523-0001-0003.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e64ae0a69a1115c10533f9f6dd7be81332c134629a354cf06fa48f534b70f9f5 +size 1163 diff --git a/MendeleyCXR/labels/Darwin_00005469_IM-0523-0001.png b/MendeleyCXR/labels/Darwin_00005469_IM-0523-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..498b15c7cf67221436eee985c9a369dc533c0304 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005469_IM-0523-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eff26dfc654f48b8ed5985827148e574bc595eb90f63b4d9993a411f7898bfd +size 1220 diff --git a/MendeleyCXR/labels/Darwin_00005470_IM-0524-0001.png b/MendeleyCXR/labels/Darwin_00005470_IM-0524-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..77adc23fc150dec76bbf7a767b9576d136c910e8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005470_IM-0524-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01c808bc9a65cf0e5960c15811215d4731c39d3d7d95dcfc8c745916d339a042 +size 1134 diff --git a/MendeleyCXR/labels/Darwin_00005471_IM-0525-0001-0001.png b/MendeleyCXR/labels/Darwin_00005471_IM-0525-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..53e786e3c27d7e8bc8459e4ee4990c336988a628 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005471_IM-0525-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcb6c51450d29d18b4a207a9a0206bd238826f196e33f11d04aebc2ae196dca0 +size 1237 diff --git a/MendeleyCXR/labels/Darwin_00005472_IM-0525-0001-0002.png b/MendeleyCXR/labels/Darwin_00005472_IM-0525-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..5e1a9a2a0f34721fd355b1ed9d19aa7d70f00863 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005472_IM-0525-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:179fe0ddfb09dd33c6188dc21d38e89e5a85c6bd6111555c8e4d1a83301f0b8c +size 1186 diff --git a/MendeleyCXR/labels/Darwin_00005473_IM-0525-0001.png b/MendeleyCXR/labels/Darwin_00005473_IM-0525-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..181b9de938fda6119e6c356d85b02ec994baaaeb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005473_IM-0525-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94a53615049c633cc6ed168bd7d543a247d4b5ad74fbb54db3f64bfbd34040ca +size 1220 diff --git a/MendeleyCXR/labels/Darwin_00005474_IM-0526-0001.png b/MendeleyCXR/labels/Darwin_00005474_IM-0526-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1d9a6bebcd80299ca38565b39a9ec4d44c702ece --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005474_IM-0526-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90b6e8a07ec59ddf833f0b6bb0449266b965c7449d841c6092527e5b3564e3cc +size 1168 diff --git a/MendeleyCXR/labels/Darwin_00005475_IM-0527-0001.png b/MendeleyCXR/labels/Darwin_00005475_IM-0527-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..002a196a9319a0851efbeef657a37d8b2cf9d7f0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005475_IM-0527-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd4de9f4d685dbd2dc276b975a35d6cdf3e62f83092be23e8d38615d55dd6d1b +size 1201 diff --git a/MendeleyCXR/labels/Darwin_00005476_IM-0479-0001.png b/MendeleyCXR/labels/Darwin_00005476_IM-0479-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f4e902dca5d867222b9e9880ccf3ae99b24494e5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005476_IM-0479-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba42284146db710331ba49a394057d080489068b9ab6e5a51038f3d5b02989ff +size 1113 diff --git a/MendeleyCXR/labels/Darwin_00005477_IM-0480-0001.png b/MendeleyCXR/labels/Darwin_00005477_IM-0480-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a3e6c1d69142e8738729a10c6a78c10520fc3be1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005477_IM-0480-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38437b6ce1ccf5e6c84c50362dbbd164465483dc53012df0e146167345b8109b +size 1195 diff --git a/MendeleyCXR/labels/Darwin_00005478_IM-0481-0001.png b/MendeleyCXR/labels/Darwin_00005478_IM-0481-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b9696d55059506da6ef76c79544f13581cdc6e79 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005478_IM-0481-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d6c3cd85e67b2a1a8bf6b38fdea0c935a4e0fdab8032cb023e25c2933288f98 +size 1165 diff --git a/MendeleyCXR/labels/Darwin_00005479_IM-0482-0001.png b/MendeleyCXR/labels/Darwin_00005479_IM-0482-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b48a9bb09063a7f63d30cdf2c5df0fe1e7a90b97 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005479_IM-0482-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d849402370cd6f97c5874c9b2aea5244ece297003c7a4846b33348926f4f63b3 +size 1261 diff --git a/MendeleyCXR/labels/Darwin_00005480_IM-0483-0001.png b/MendeleyCXR/labels/Darwin_00005480_IM-0483-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2dd94b638b6abc83bc24897858e48d977bc01a86 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005480_IM-0483-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e138a4c138841db70ff9f23d0011b588289ba94928d40cfa619b52a24d83256 +size 1087 diff --git a/MendeleyCXR/labels/Darwin_00005481_IM-0484-0001.png b/MendeleyCXR/labels/Darwin_00005481_IM-0484-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..df0a1d59543643ec189367db96de78a913793171 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005481_IM-0484-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:781b21d8b376a7e5dfe89e8fc5f19a1aaf81d821ccb960da7a35c4e510c078fd +size 1190 diff --git a/MendeleyCXR/labels/Darwin_00005482_IM-0485-0001.png b/MendeleyCXR/labels/Darwin_00005482_IM-0485-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..67a0156ed8fa56c814ed045060b68b383d8acecf --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005482_IM-0485-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dd0b19bc0af9672ff650d534a96418970b7341ee73388899bffd842f45b2c64 +size 1229 diff --git a/MendeleyCXR/labels/Darwin_00005483_IM-0486-0001.png b/MendeleyCXR/labels/Darwin_00005483_IM-0486-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3888bdb25cb12fbe94825fc1be58b845941a8b44 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005483_IM-0486-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:204f694b83faa2b6d5aa5b6f884efeec4fc3797df18c8c8e4ac2cf58f128d25c +size 1203 diff --git a/MendeleyCXR/labels/Darwin_00005484_IM-0487-0001.png b/MendeleyCXR/labels/Darwin_00005484_IM-0487-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b813264e6d587059a841b9472fa824b21fc33eb8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005484_IM-0487-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d5872bf2ca30720c4147f88d6b9ba7486ba77234463e24c0efd3f1f2f20f4a7 +size 1250 diff --git a/MendeleyCXR/labels/Darwin_00005485_IM-0488-0001.png b/MendeleyCXR/labels/Darwin_00005485_IM-0488-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..82f314682562fb66444f38b1f88850315d0baf60 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005485_IM-0488-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b7f550ce2270cbe84861ef067043f634a0ba15f1057204ae22f552349a497cc +size 1200 diff --git a/MendeleyCXR/labels/Darwin_00005486_IM-0489-0001.png b/MendeleyCXR/labels/Darwin_00005486_IM-0489-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d54c142e6bdfedd1127df3bec06f49a688dc55e3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005486_IM-0489-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:767e9b68d5b3acbb9b579e797c28b60acbd7f036737f84dc19fd15084533b6b2 +size 1270 diff --git a/MendeleyCXR/labels/Darwin_00005487_IM-0490-0001.png b/MendeleyCXR/labels/Darwin_00005487_IM-0490-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..45fbf78f19636ae7a2aa0ae5cbeac6919b5eeddb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005487_IM-0490-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e30d54e516424b84f83981e1172319aa2153ee2ad5e67ab8a6fa85801b2ca4e +size 1137 diff --git a/MendeleyCXR/labels/Darwin_00005488_IM-0491-0001-0001.png b/MendeleyCXR/labels/Darwin_00005488_IM-0491-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5d21ae617e77837ab07d05ca96d2128321db91aa --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005488_IM-0491-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db302bcacc44e9ef745bec14d2f00e2bf9b0b502b4e75ff6825103d2d0b47836 +size 1326 diff --git a/MendeleyCXR/labels/Darwin_00005489_IM-0491-0001-0002.png b/MendeleyCXR/labels/Darwin_00005489_IM-0491-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..87c329aa1ff6bf2a03b346ed66f62d8fde2a1a39 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005489_IM-0491-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fec27ed456eb1bc6e16944ba59a08747c3989ced35408487eede98b14f7a91c +size 1146 diff --git a/MendeleyCXR/labels/Darwin_00005490_IM-0491-0001.png b/MendeleyCXR/labels/Darwin_00005490_IM-0491-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8e0f5396b273203c79468927d862523b20e079c0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005490_IM-0491-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97228fc65f08e99307bdbfeaa924631afe1874ac5192044139225d170d1f72b3 +size 1270 diff --git a/MendeleyCXR/labels/Darwin_00005491_IM-0492-0001.png b/MendeleyCXR/labels/Darwin_00005491_IM-0492-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7fff80269891700309e4c245eeaf27c45e976694 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005491_IM-0492-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a08a753941d3fdb6f8b4e15cd1b6c4957a8a3e83b8a1e2e55bb2e60ff68b435f +size 1101 diff --git a/MendeleyCXR/labels/Darwin_00005492_IM-0493-0001.png b/MendeleyCXR/labels/Darwin_00005492_IM-0493-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9e7ce88923e2c3ddf3e7606d841d7470350f1012 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005492_IM-0493-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d3d9adeb93d091f7b960660c135098d80bfb7e198091b9ca906f35882c856d4 +size 1225 diff --git a/MendeleyCXR/labels/Darwin_00005493_IM-0494-0001.png b/MendeleyCXR/labels/Darwin_00005493_IM-0494-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6c2f0233004d8f5fa3a3e41095d4e47b5249bfa1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005493_IM-0494-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c049f4f74b2481588ff117d65e839f468fcbddf3b76dbbaf37c74a3cc940389 +size 1141 diff --git a/MendeleyCXR/labels/Darwin_00005494_IM-0495-0001.png b/MendeleyCXR/labels/Darwin_00005494_IM-0495-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ec80305acabf645df610af96f22366b3fbf1cb20 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005494_IM-0495-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d557f81523836483cc07b5c5eb601b5cf8049ad9af4b29fa6289a2a39b3ea1b +size 1191 diff --git a/MendeleyCXR/labels/Darwin_00005495_IM-0496-0001.png b/MendeleyCXR/labels/Darwin_00005495_IM-0496-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..edd2013c2ec840b51fa90863ecb7be0aa93ff7fd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005495_IM-0496-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c1c2e6a253941bea2c5ac0d70fa2ea056852738ea8eb35a95c8d1247c5a053a +size 1102 diff --git a/MendeleyCXR/labels/Darwin_00005496_IM-0497-0001-0001.png b/MendeleyCXR/labels/Darwin_00005496_IM-0497-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3a14f90738e8fe80dd8a4be106ccd87f7de53956 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005496_IM-0497-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6104a540358131b8892f3737b995373fa21eaa048499b889cecf83303f2b9c3 +size 1221 diff --git a/MendeleyCXR/labels/Darwin_00005497_IM-0497-0001-0002.png b/MendeleyCXR/labels/Darwin_00005497_IM-0497-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..b1ffe8fb30c4b16daaa950b1e8ab2f5c331f48e8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005497_IM-0497-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9b556fba1e2a1df48709e4881e5f9a299213ef2e70a9d6359ac4bdd267e6ca2 +size 1146 diff --git a/MendeleyCXR/labels/Darwin_00005498_IM-0497-0001.png b/MendeleyCXR/labels/Darwin_00005498_IM-0497-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9881177206b16aadf11ae566c5cb9f33f5d80c55 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005498_IM-0497-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6032302a1d620be8737ae16a3740f451ee80f9dd2fa45977bebdf52d88d82426 +size 1281 diff --git a/MendeleyCXR/labels/Darwin_00005499_IM-0499-0001-0001.png b/MendeleyCXR/labels/Darwin_00005499_IM-0499-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5af10d582b27f8b5d45fe5f0f0ce7f8c64da1e6f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005499_IM-0499-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2cec131c5769310e3eb611b7d76a72b87876722c5de6fcf5fff3424c1c89615 +size 1205 diff --git a/MendeleyCXR/labels/Darwin_00005500_IM-0499-0001-0002.png b/MendeleyCXR/labels/Darwin_00005500_IM-0499-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..13802c37edbefe0d62528079a689db37397e7cb6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005500_IM-0499-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:895e3f1c86ccaff7ae5813b06f83a7b40aa3a35f953b9b9d4350463243abbb4e +size 1305 diff --git a/MendeleyCXR/labels/Darwin_00005501_IM-0499-0001.png b/MendeleyCXR/labels/Darwin_00005501_IM-0499-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..08167aaa82fe4568189bc65fd9ea1707ff541bf9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005501_IM-0499-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d3cfa190ed37832dcb6cc2a049bf601a17cecd1263786f75d8d373c88a4c1d8 +size 1223 diff --git a/MendeleyCXR/labels/Darwin_00005502_IM-0500-0001.png b/MendeleyCXR/labels/Darwin_00005502_IM-0500-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..39e1a748d69fe9f3584ed66484177a098bbb79e6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005502_IM-0500-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f686aa768e6921d06458e2a22b03d1900e88068b6b35c69fc92d349bdc47f62d +size 1146 diff --git a/MendeleyCXR/labels/Darwin_00005503_IM-0501-0001-0001.png b/MendeleyCXR/labels/Darwin_00005503_IM-0501-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4f3ce4acb687f97f7ec5a64aa111f6634568d402 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005503_IM-0501-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f382c2725394f76e8be8b2003922eb2af1b6da573185558656c993a77b0b91ef +size 1139 diff --git a/MendeleyCXR/labels/Darwin_00005504_IM-0501-0001-0002.png b/MendeleyCXR/labels/Darwin_00005504_IM-0501-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..bf1bea1ef31e503db2ca30b8a842de7446c7573a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005504_IM-0501-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68305e554e61ac8bfd063fe9a1353155d1b8f1ae7589bde1b4e62d2ff3a0016b +size 1259 diff --git a/MendeleyCXR/labels/Darwin_00005505_IM-0501-0001.png b/MendeleyCXR/labels/Darwin_00005505_IM-0501-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0a549ef9cdd5e18b7aecf466e8e548fee9ac1359 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005505_IM-0501-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e1145baaa004e3442313234fbc49b8d7a7286806b8f6bb9a9bd3496e071f77d +size 1210 diff --git a/MendeleyCXR/labels/Darwin_00005506_IM-0502-0001.png b/MendeleyCXR/labels/Darwin_00005506_IM-0502-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7bf1d617a29f2eef34c9c5de13e2dee0fc50ba05 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005506_IM-0502-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:625522c1c5dcdb09e7bc1c51dee17e732dfd82e211bacb59d874c9a31b6ad199 +size 1131 diff --git a/MendeleyCXR/labels/Darwin_00005507_IM-0503-0001.png b/MendeleyCXR/labels/Darwin_00005507_IM-0503-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5259fe0c5b529e2ded0d368e5c898becbf421859 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005507_IM-0503-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:264209c119e176f7db4a9007200fa37d3ac0a6213ddf448d87142669f09a9abe +size 1087 diff --git a/MendeleyCXR/labels/Darwin_00005508_IM-0504-0001.png b/MendeleyCXR/labels/Darwin_00005508_IM-0504-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..395727f864bac35a8688b0d5cbd1900e5a923e8f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005508_IM-0504-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd6755e7ddfc813f35ed9b6a6beea68db353718f21132a6bb296dd0ebb8e9789 +size 1132 diff --git a/MendeleyCXR/labels/Darwin_00005509_IM-0505-0001-0001.png b/MendeleyCXR/labels/Darwin_00005509_IM-0505-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..987c20bb378b2e9bebbee9de5742af87dfc368f0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005509_IM-0505-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c43b8cbf5c53331402dc0367da18e27a98467e01af7bca9f9c8f59a12affe4a +size 1122 diff --git a/MendeleyCXR/labels/Darwin_00005510_IM-0505-0001-0002.png b/MendeleyCXR/labels/Darwin_00005510_IM-0505-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..24550582e5bc88633673f5e9ea34c0a44c30adf8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005510_IM-0505-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2769df3c73ff96f75f811f86a1bdc9c3c8fb16d15d8999236f34e12939ad06bd +size 1084 diff --git a/MendeleyCXR/labels/Darwin_00005511_IM-0505-0001.png b/MendeleyCXR/labels/Darwin_00005511_IM-0505-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f98fc82c0910f1e4499f44a6597237257bcb7b53 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005511_IM-0505-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08c11f10eca58d24f7ced997d3e294a678661c3d73ef4c52523f5acc4d2e5205 +size 1177 diff --git a/MendeleyCXR/labels/Darwin_00005512_IM-0447-0001.png b/MendeleyCXR/labels/Darwin_00005512_IM-0447-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..424050f9a22fcd34d568f6d97d5d11560e71d2c0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005512_IM-0447-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06d5e069e90bc91843ca3af1d5561bf3b52388e2d694b4ad584f49d7903cbd6b +size 1216 diff --git a/MendeleyCXR/labels/Darwin_00005513_IM-0448-0001.png b/MendeleyCXR/labels/Darwin_00005513_IM-0448-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d512cde80ff36b9ecd6513ed776edbb4b0e6cf03 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005513_IM-0448-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4740cd922c293d4a0e38dcd2a715abd3fa5e721b7271d95f5369b7d1b0b71a5c +size 1187 diff --git a/MendeleyCXR/labels/Darwin_00005514_IM-0449-0001.png b/MendeleyCXR/labels/Darwin_00005514_IM-0449-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ccd9ab124d3e62c0f41797487a8c88f631df198a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005514_IM-0449-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e268ec6766ae40ce566c6959eb1ae4ef891f7b7921b906e3140a42da26a81ce +size 1071 diff --git a/MendeleyCXR/labels/Darwin_00005515_IM-0450-0001.png b/MendeleyCXR/labels/Darwin_00005515_IM-0450-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d0000c37eb153d3a2b6acb8e78af37beb205c2ee --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005515_IM-0450-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a77392ae81f9679411bc944a639b3d5c6d9aa6da9b81d4dcf4b65dd830553527 +size 1070 diff --git a/MendeleyCXR/labels/Darwin_00005516_IM-0451-0001.png b/MendeleyCXR/labels/Darwin_00005516_IM-0451-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f9ebc173cb9e6dead793b981d934da7a14ea10ac --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005516_IM-0451-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b609a493d24c8bfd0e3d5ea7ded4351e3e2ab9d9f547588a8e1ad0f9f4af6e0 +size 1296 diff --git a/MendeleyCXR/labels/Darwin_00005517_IM-0452-0001.png b/MendeleyCXR/labels/Darwin_00005517_IM-0452-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0d9d0d8773d62ef0777d07a1fa500af577f573cf --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005517_IM-0452-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7950008d82046eb42087956da6d3f76988586800c336d9e84ca2a082e7edab37 +size 1180 diff --git a/MendeleyCXR/labels/Darwin_00005518_IM-0453-0001-0002.png b/MendeleyCXR/labels/Darwin_00005518_IM-0453-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..90365e54e5138136649b96af46f5ed8904f6418a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005518_IM-0453-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8630193662776bff498df1d3ae576dd5ebe60fa57cea53f7c25bb90d87ab384c +size 1257 diff --git a/MendeleyCXR/labels/Darwin_00005519_IM-0453-0001.png b/MendeleyCXR/labels/Darwin_00005519_IM-0453-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ba4a4a3750ee9423a5856bf13f5520aaa7b70eac --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005519_IM-0453-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:466b92bbf5935a00e4649e88827f92fd981edde0fd895f26997e895e53c05283 +size 1148 diff --git a/MendeleyCXR/labels/Darwin_00005520_IM-0455-0001.png b/MendeleyCXR/labels/Darwin_00005520_IM-0455-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e028d85cf3cb228c4ef1a977bc1311861f935a0f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005520_IM-0455-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:602da71872e4626247a2d563f64d9273f642b7380c33f355ae9a360a169ee795 +size 1237 diff --git a/MendeleyCXR/labels/Darwin_00005521_IM-0456-0001.png b/MendeleyCXR/labels/Darwin_00005521_IM-0456-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0e454da556ab795e077e55f15864ebb9197358a9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005521_IM-0456-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b920e2288b39c8b0d8799b8a9e2c8bf4372463d670f6bf2af812e3cd53843df +size 1247 diff --git a/MendeleyCXR/labels/Darwin_00005522_IM-0457-0001.png b/MendeleyCXR/labels/Darwin_00005522_IM-0457-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d8a73b4862061fd818fdf0e20969fd3da819f090 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005522_IM-0457-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4fa2ad2a7d2cd7dea929547e3bf1a8954ef38a996ffee41d89172f61b0680a3 +size 1185 diff --git a/MendeleyCXR/labels/Darwin_00005523_IM-0458-0001.png b/MendeleyCXR/labels/Darwin_00005523_IM-0458-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b4eb9899e68042ebd81645fec1006e4d4e259521 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005523_IM-0458-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdd8ae3ad49f1dd44d8355721d8dd88aa222b8a945f7e5f8d188c9c08d128b48 +size 999 diff --git a/MendeleyCXR/labels/Darwin_00005524_IM-0459-0001.png b/MendeleyCXR/labels/Darwin_00005524_IM-0459-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f7973c07e989f5eb5728d7c2917dd1e6e4da5fb4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005524_IM-0459-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa7814e7fa242c84896780d9903c9f16b8eabe3d34c1af15a12809acde3aa0d8 +size 1116 diff --git a/MendeleyCXR/labels/Darwin_00005525_IM-0460-0001.png b/MendeleyCXR/labels/Darwin_00005525_IM-0460-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..65a09162de408225bc7e4fbdc37847a68eae0822 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005525_IM-0460-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f28a5b0f396a2b1bc2b4a328be8f62cf1a589db699a1d786d195f7c765756d94 +size 1123 diff --git a/MendeleyCXR/labels/Darwin_00005526_IM-0461-0001.png b/MendeleyCXR/labels/Darwin_00005526_IM-0461-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4185628c5a4632f4ba0306e364564bb2b6d7c006 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005526_IM-0461-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d40bc9e2cbbf0e6c5b0ac2416b9f8408a80dce175da51ac31b504341b10bcbd2 +size 1153 diff --git a/MendeleyCXR/labels/Darwin_00005527_IM-0463-0001.png b/MendeleyCXR/labels/Darwin_00005527_IM-0463-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3a7a753fcaddeff7648c46c8fda8b478eb2fa722 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005527_IM-0463-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c34ba6dd75e1a78c91bd22db3513124ae54097fa7fe3f047f99a6f62dadd34a5 +size 1243 diff --git a/MendeleyCXR/labels/Darwin_00005528_IM-0464-0001.png b/MendeleyCXR/labels/Darwin_00005528_IM-0464-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a32e7dafd80a2c02729e7dad613fdf598cc06f89 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005528_IM-0464-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3436e4947dd73e3780b5b0bdff1009a31b0a94a3074ec1886424486025a0098a +size 1140 diff --git a/MendeleyCXR/labels/Darwin_00005529_IM-0465-0001.png b/MendeleyCXR/labels/Darwin_00005529_IM-0465-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..18e54e3c6661b22e666b4eccfea8112121f51137 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005529_IM-0465-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf7ade13202b9a5b35566b7d4a372da6d398d1dbb834e523200fe6054435cbf7 +size 1190 diff --git a/MendeleyCXR/labels/Darwin_00005530_IM-0466-0001.png b/MendeleyCXR/labels/Darwin_00005530_IM-0466-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0d3c1c3a35fadf5220af389d8d6bc840c6874d14 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005530_IM-0466-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef3345fcfcb99a6702c384e0c0fd726145c1656eae851dc3501b917a26892141 +size 1170 diff --git a/MendeleyCXR/labels/Darwin_00005531_IM-0467-0001-0001.png b/MendeleyCXR/labels/Darwin_00005531_IM-0467-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..cc13bbfb3490d3fe472b8c6d025e9469b52e9b2d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005531_IM-0467-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:635924b755e9c07a6edfa26bdd938f20174096c6edcea3efd619677fd56a43ee +size 1260 diff --git a/MendeleyCXR/labels/Darwin_00005532_IM-0467-0001-0002.png b/MendeleyCXR/labels/Darwin_00005532_IM-0467-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..52fce5974ce2e1ade8756ca916caa53920e1a045 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005532_IM-0467-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a42e29ea8fc90d8bd86ab16b81049d22d82678fc5fb5f7623dd04afb32f2498d +size 1226 diff --git a/MendeleyCXR/labels/Darwin_00005533_IM-0467-0001.png b/MendeleyCXR/labels/Darwin_00005533_IM-0467-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7be73416f8fe242318f37b8c97beab9b41615335 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005533_IM-0467-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:824b26a7a1c340bf6b20762d0645940dcf666ef202583a5d360dc04a14bc55a5 +size 1213 diff --git a/MendeleyCXR/labels/Darwin_00005534_IM-0469-0001.png b/MendeleyCXR/labels/Darwin_00005534_IM-0469-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9e2da4fdb74c6b95d8b4faf09fa12504b58bf56a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005534_IM-0469-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:622618c8cbc06b6d193a3b664c550ef46dd1b175c1e7d1c1a44a429c53b935f8 +size 1102 diff --git a/MendeleyCXR/labels/Darwin_00005535_IM-0471-0001.png b/MendeleyCXR/labels/Darwin_00005535_IM-0471-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5ebe4621207a819d5b253cbfc3ab489e13366693 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005535_IM-0471-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cff0114ad4dddf530474152c6987e586f674dd1d4d0043c621d6a60b596e9c9 +size 1158 diff --git a/MendeleyCXR/labels/Darwin_00005536_IM-0472-0001.png b/MendeleyCXR/labels/Darwin_00005536_IM-0472-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..62420afea3eed65902c4282fe29e9e92b739d4b3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005536_IM-0472-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91aef67f47a84c8fae36e141dddeba67e5d3e861526322bcf2cf4ee47c11b1d3 +size 1344 diff --git a/MendeleyCXR/labels/Darwin_00005537_IM-0473-0001.png b/MendeleyCXR/labels/Darwin_00005537_IM-0473-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..56d1dd263651eab964f43446a6a1c5b084510388 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005537_IM-0473-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1210ec97e9289a19ccd0d5f9ed07900b20dcf870d9bf8dd944f288332282b169 +size 1139 diff --git a/MendeleyCXR/labels/Darwin_00005538_IM-0474-0001.png b/MendeleyCXR/labels/Darwin_00005538_IM-0474-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..19cecb06ab95528e7ff0f5fccfd9ba709b87a62d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005538_IM-0474-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef29d394e574612ac3369d01dc4d8eb7ef73a2d5606314eb1856e2bdbaac893d +size 1126 diff --git a/MendeleyCXR/labels/Darwin_00005539_IM-0475-0001.png b/MendeleyCXR/labels/Darwin_00005539_IM-0475-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..31f17ba55d34c33cdaa6bc5518db88739354389c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005539_IM-0475-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d50e998f3681e7e8ac7ed09efe36ab2bd4563c8d6f3a1dda85dd2d4f8deee76 +size 1061 diff --git a/MendeleyCXR/labels/Darwin_00005540_IM-0476-0001.png b/MendeleyCXR/labels/Darwin_00005540_IM-0476-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3eaca12a56657cf8fea9b77ce29ea74f39c1e1b8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005540_IM-0476-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1768b8f136c7596f5746786752780a7462ce3d2a84dc567289d418622384f22e +size 1073 diff --git a/MendeleyCXR/labels/Darwin_00005541_IM-0477-0001.png b/MendeleyCXR/labels/Darwin_00005541_IM-0477-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e9b71f3f6770b249864144b464a157f6b40380e9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005541_IM-0477-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:527b994791042da84b739cabb4cca35c1b24e3fecde4a599406f556e30ee652a +size 1068 diff --git a/MendeleyCXR/labels/Darwin_00005542_IM-0478-0001.png b/MendeleyCXR/labels/Darwin_00005542_IM-0478-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..90defd562d608aa02dc5f6b23275a22c649f06c9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005542_IM-0478-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22d44cedc144e2376337767bfa588ceb5fe3b65635412fbfc94875d1ec002ecd +size 1117 diff --git a/MendeleyCXR/labels/Darwin_00005543_IM-0416-0001.png b/MendeleyCXR/labels/Darwin_00005543_IM-0416-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7ce14cff58ef157f819e4c7be30aba32b737ce95 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005543_IM-0416-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71753d8adb55d4b57e9eec0388ae40aa7f4b2593b0da6228cc6dab30c0f580cd +size 1134 diff --git a/MendeleyCXR/labels/Darwin_00005544_IM-0417-0001.png b/MendeleyCXR/labels/Darwin_00005544_IM-0417-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..49c188dc6197e220aad04138ac55f1e9d224727c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005544_IM-0417-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d165139026e13ce59dde186bc9530ef714e3c6bd6e5fafbfd0a01eaacbe761c8 +size 1144 diff --git a/MendeleyCXR/labels/Darwin_00005545_IM-0419-0001.png b/MendeleyCXR/labels/Darwin_00005545_IM-0419-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b1a7101fbfbf60e800814516bcb0ad847aca15bb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005545_IM-0419-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:859ddb410f5dd6fdf7bea53d5494d80a1597752b9d08a8756c81323143e5c4aa +size 1041 diff --git a/MendeleyCXR/labels/Darwin_00005546_IM-0420-0001.png b/MendeleyCXR/labels/Darwin_00005546_IM-0420-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..71251f371f49bf2bd9e6cf2a796619bcfbf898e0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005546_IM-0420-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d519dd9e0eeb567ab51b14b7ba08e7fc7f2bfb90a6aa171f11292977433a99e5 +size 1235 diff --git a/MendeleyCXR/labels/Darwin_00005547_IM-0421-0001.png b/MendeleyCXR/labels/Darwin_00005547_IM-0421-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..80e0d3347163ec9d00dbff8bb17599b4ae54005d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005547_IM-0421-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9cd9983329369c528abc599005d4c605966e6b848352e3afa35ad34b237eaf1 +size 1045 diff --git a/MendeleyCXR/labels/Darwin_00005548_IM-0423-0001.png b/MendeleyCXR/labels/Darwin_00005548_IM-0423-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..51aa06b880f40112cf184c4ffadc4f427ab27550 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005548_IM-0423-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:794c414631955e3cdd456e409ee5e251f23e53e27dfd082434b8aa4f69b3adcd +size 1091 diff --git a/MendeleyCXR/labels/Darwin_00005549_IM-0424-0001.png b/MendeleyCXR/labels/Darwin_00005549_IM-0424-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f9c294f2f98574bd22a06e41d0c730ef85a78f80 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005549_IM-0424-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f08c89e096a9d7abdf04ef8cc79ce8aa25dd304ce0c365013fb6ef69bf33ce4a +size 1056 diff --git a/MendeleyCXR/labels/Darwin_00005550_IM-0425-0001.png b/MendeleyCXR/labels/Darwin_00005550_IM-0425-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d9984042e226d8a0a0966fac87aad19eb355c7ae --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005550_IM-0425-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a301c058c360ce4ab634eb8823e45fddf7af4d3cd37bf8ce4034ccf5cffc3a3 +size 1158 diff --git a/MendeleyCXR/labels/Darwin_00005551_IM-0427-0001.png b/MendeleyCXR/labels/Darwin_00005551_IM-0427-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e78dafca81f9d59810480d309c789908f9d051f8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005551_IM-0427-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9588b72158905455ba5c624abefae3b7fafe5eab45003ce84d5e904be83dc30f +size 1132 diff --git a/MendeleyCXR/labels/Darwin_00005552_IM-0428-0001.png b/MendeleyCXR/labels/Darwin_00005552_IM-0428-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..726fe62d6d8a0902b54147c478ff55f3665c1ade --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005552_IM-0428-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43da762abde0d9345e14f743ccda39552f4832fc9750330e719c5434fa58cc86 +size 1237 diff --git a/MendeleyCXR/labels/Darwin_00005553_IM-0429-0001-0001.png b/MendeleyCXR/labels/Darwin_00005553_IM-0429-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c945cf503b85d2b139dce668656be4b3126746c4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005553_IM-0429-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94309e8600c9f9ba2c3dfbda3a2fb8ff66d4dc405af4512d6d02a3e08201a4ec +size 1119 diff --git a/MendeleyCXR/labels/Darwin_00005554_IM-0429-0001-0002.png b/MendeleyCXR/labels/Darwin_00005554_IM-0429-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..69054b23d600404455d44adae5b3d55b963ebef6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005554_IM-0429-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51f447e253315206b7f4980bd95df93ce66edad01a83b54e905c683174a0d65e +size 1197 diff --git a/MendeleyCXR/labels/Darwin_00005555_IM-0429-0001.png b/MendeleyCXR/labels/Darwin_00005555_IM-0429-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..05684fe5502cd1c8715a0227ce31e6378dc5b907 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005555_IM-0429-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d51396324aba6dbce772601501ef11332c41664880b5b4aec499ea646984452 +size 1190 diff --git a/MendeleyCXR/labels/Darwin_00005556_IM-0430-0001.png b/MendeleyCXR/labels/Darwin_00005556_IM-0430-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..60bbd789a694c7e909dabdf627d9fbb995428ab4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005556_IM-0430-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8303747d29ca90515a0b59741fee6d632e7ea1c8f53ce8c53b925258021adf9c +size 1237 diff --git a/MendeleyCXR/labels/Darwin_00005557_IM-0431-0001.png b/MendeleyCXR/labels/Darwin_00005557_IM-0431-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae6326041b427492c19df30894e2b98d80981be --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005557_IM-0431-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be4ffc9fcd146a0ee89221df50466ef1165640ce5f3e74398aa45794047fd603 +size 1340 diff --git a/MendeleyCXR/labels/Darwin_00005558_IM-0432-0001.png b/MendeleyCXR/labels/Darwin_00005558_IM-0432-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1f20fdc8318033846b3de0e9383fa41879e2a628 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005558_IM-0432-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4ecaef4bd3752cf8d045b565c12b2124bbc65ea86508c7515e0b1d80c7c995b +size 1066 diff --git a/MendeleyCXR/labels/Darwin_00005559_IM-0433-0001.png b/MendeleyCXR/labels/Darwin_00005559_IM-0433-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..55e6accf556b5d80e1085b3484d061988d0d7a09 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005559_IM-0433-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd713faf9ec5d77429536429b8cad2ca526ba83f7ab827ed20815691bee5feb8 +size 1195 diff --git a/MendeleyCXR/labels/Darwin_00005560_IM-0434-0001.png b/MendeleyCXR/labels/Darwin_00005560_IM-0434-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8c949448e19098bcd89a3329e877b74d65656ea3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005560_IM-0434-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0adaf7478a45b9c387da7636f143d3272dc9a35b2c32d611975b6ee9b891482c +size 1167 diff --git a/MendeleyCXR/labels/Darwin_00005561_IM-0435-0001-0001.png b/MendeleyCXR/labels/Darwin_00005561_IM-0435-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..eca4c2e90edf477315d57a7bcadbd2a7ed92dbb1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005561_IM-0435-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4356b01dbd2134cd4f133e2e154e43b174d0df5c84f9d01000285368de1b8e17 +size 1273 diff --git a/MendeleyCXR/labels/Darwin_00005562_IM-0435-0001.png b/MendeleyCXR/labels/Darwin_00005562_IM-0435-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a23fd279e6005d653752a6ea351203714c795ce5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005562_IM-0435-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78cd2d74c9f7a09ade46b506c5cd274fc3e315594b59088432bd259866112660 +size 1102 diff --git a/MendeleyCXR/labels/Darwin_00005563_IM-0437-0001-0001.png b/MendeleyCXR/labels/Darwin_00005563_IM-0437-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a5b03be3635d4460301e41d1fa845e27f55fef94 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005563_IM-0437-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7b219b86e8a625a80337dc3a28458e4c57a6fb7ee88a83ee0d5d84344a830a6 +size 1232 diff --git a/MendeleyCXR/labels/Darwin_00005564_IM-0437-0001-0002.png b/MendeleyCXR/labels/Darwin_00005564_IM-0437-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..95b3db770676a9e4f33c4289442c133cd190e079 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005564_IM-0437-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24977f1cbc1df8b16a8799d98f0ad644ff2885b93c133c308538f1b290338d2b +size 1096 diff --git a/MendeleyCXR/labels/Darwin_00005565_IM-0437-0001.png b/MendeleyCXR/labels/Darwin_00005565_IM-0437-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..16f0a3af035b40be6a0314416a732370811d8f15 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005565_IM-0437-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc3ceef9a94e91522cf2a3d49ccdec6ca7b1b2ff0852fda961daab652ebde476 +size 1084 diff --git a/MendeleyCXR/labels/Darwin_00005566_IM-0438-0001.png b/MendeleyCXR/labels/Darwin_00005566_IM-0438-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..68aee252619e39a3a02c014c4e48b20b1da95c4c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005566_IM-0438-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da2ca5bebf3acd8c5ce949b2c8aed1a74794bd6cb168322799860929286f496d +size 1048 diff --git a/MendeleyCXR/labels/Darwin_00005567_IM-0439-0001-0001.png b/MendeleyCXR/labels/Darwin_00005567_IM-0439-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9d074d08effe2bd430fd6aa38050ec18e759f34b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005567_IM-0439-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24bf4e3ba9ebed4ea47f06c604379df25540cf7cfb1f10b23d5b126c48a0251d +size 1171 diff --git a/MendeleyCXR/labels/Darwin_00005568_IM-0439-0001-0002.png b/MendeleyCXR/labels/Darwin_00005568_IM-0439-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..13bd4aed2e6d38a4f5cd05c7d4ce6939dedd3891 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005568_IM-0439-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f459b8b1d2963d70cff80d24e82941a4e75c08579b5ce8e4159c36f90c1af8b2 +size 1236 diff --git a/MendeleyCXR/labels/Darwin_00005569_IM-0439-0001.png b/MendeleyCXR/labels/Darwin_00005569_IM-0439-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..39020bf701a01bda1da8dff027589ed721d71216 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005569_IM-0439-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b7128f39830eaac6635b69ac794758ccb6b000bb9c71d146b2fb70327a96544 +size 1223 diff --git a/MendeleyCXR/labels/Darwin_00005570_IM-0440-0001.png b/MendeleyCXR/labels/Darwin_00005570_IM-0440-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a30c47dbe864879877269a9c4501f03360e0540a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005570_IM-0440-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:989b26082ff89757c1d96eed03fc096e8aa1918f74ae526ad616918dd7902397 +size 1233 diff --git a/MendeleyCXR/labels/Darwin_00005571_IM-0441-0001.png b/MendeleyCXR/labels/Darwin_00005571_IM-0441-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..81bdae76dcf4fe39f3bb610ece85ff74eb322af0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005571_IM-0441-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f8bdf871c7ceeb16602b3eac260c9de9fbc3616843834291f1420c84bdd1f8a +size 982 diff --git a/MendeleyCXR/labels/Darwin_00005572_IM-0442-0001.png b/MendeleyCXR/labels/Darwin_00005572_IM-0442-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..170075d19c550cb3aa94577db0af848cd99625fe --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005572_IM-0442-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51f922c462ed861d7a2c35febb8ea458784cb9e089731037c41c0c9318eb7543 +size 1211 diff --git a/MendeleyCXR/labels/Darwin_00005573_IM-0444-0001.png b/MendeleyCXR/labels/Darwin_00005573_IM-0444-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f8221132b43b015916736652595886e40db9ec7e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005573_IM-0444-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f04c495481659ffe1f4daebdd01d260b75ec719b64ec6bae61c7c7a1cb729b9 +size 1201 diff --git a/MendeleyCXR/labels/Darwin_00005574_IM-0445-0001.png b/MendeleyCXR/labels/Darwin_00005574_IM-0445-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..49237049574819ae61b474183b6250cae23fadae --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005574_IM-0445-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb66c5a0850ecee51f709c1c6cad799c11a2a96d453aff60add5b52d2a8d6966 +size 1260 diff --git a/MendeleyCXR/labels/Darwin_00005575_IM-0446-0001.png b/MendeleyCXR/labels/Darwin_00005575_IM-0446-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0f6352f52ea60abbc3c6db9b5739eaab5a0aa03a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005575_IM-0446-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ec2919fa96e74feb8da3899a1884b6c21289480e621489658dbe6a63078a254 +size 1135 diff --git a/MendeleyCXR/labels/Darwin_00005576_IM-0372-0001.png b/MendeleyCXR/labels/Darwin_00005576_IM-0372-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ddece469db1c67e1cb981c17e98e343bedd133b9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005576_IM-0372-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c073f9a3f66b96c4ab069470e3fd44927309b1f3b6e592a558cf367c16ee40c3 +size 1281 diff --git a/MendeleyCXR/labels/Darwin_00005577_IM-0374-0001.png b/MendeleyCXR/labels/Darwin_00005577_IM-0374-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..756fff76e846b0011b09bd5d44b8c4aeb2c0284e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005577_IM-0374-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba87147cc81543a63c975186b9b8240946407bbafa9e2609ee4d264b2a670b98 +size 1264 diff --git a/MendeleyCXR/labels/Darwin_00005578_IM-0375-0001.png b/MendeleyCXR/labels/Darwin_00005578_IM-0375-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5aefbc421c3ce7f98ad590dd17fc2167c4811e30 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005578_IM-0375-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d1ef08fb2c1bc84779258be5d4d52578d1783d5827b5981920bf3b7f9f9953b +size 1036 diff --git a/MendeleyCXR/labels/Darwin_00005579_IM-0377-0001.png b/MendeleyCXR/labels/Darwin_00005579_IM-0377-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ddadb58d2fd479d71995dc1220cd1a09702fe394 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005579_IM-0377-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9447605ae58ae691c9cff85d8e66f71da044e2c203dadce766969c776a0c35f6 +size 1227 diff --git a/MendeleyCXR/labels/Darwin_00005580_IM-0379-0001.png b/MendeleyCXR/labels/Darwin_00005580_IM-0379-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..15456d7fbd021baa183a431bfdae1f545e1519cd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005580_IM-0379-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:646745b28f0c98a7f3b13cd4b78e1740fb635198a60cdf33b3f67a9418b69ea2 +size 1074 diff --git a/MendeleyCXR/labels/Darwin_00005581_IM-0381-0001.png b/MendeleyCXR/labels/Darwin_00005581_IM-0381-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f3965949b3e40822f6696c6d4f04683b0721d3c4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005581_IM-0381-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75b5aefa21373d14e1283d17eaab9f8024bdb77c42c5fc71c609ff037e2480d0 +size 1123 diff --git a/MendeleyCXR/labels/Darwin_00005582_IM-0382-0001.png b/MendeleyCXR/labels/Darwin_00005582_IM-0382-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e5220fbb23cdfb6436d51f6360c8db2a315981d8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005582_IM-0382-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:768facf48f7a908f0d594d5e0ad3a72bd4ada430e8f22c3b642c2f636057cef7 +size 1129 diff --git a/MendeleyCXR/labels/Darwin_00005583_IM-0383-0001.png b/MendeleyCXR/labels/Darwin_00005583_IM-0383-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b88b7998719ff05f51e318b998fd395896d4663b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005583_IM-0383-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ae49c2e379348c2c3c0a6e3da4228a28056e5ad0308d84101b16e919d8805d1 +size 1127 diff --git a/MendeleyCXR/labels/Darwin_00005584_IM-0384-0001.png b/MendeleyCXR/labels/Darwin_00005584_IM-0384-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..eea74b84c008a6fb1addefe69865b88f6adfc0c3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005584_IM-0384-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:647841a223d479a6acfe71ec1560472067efbca34203f5d71c980bf6ede431c2 +size 1236 diff --git a/MendeleyCXR/labels/Darwin_00005585_IM-0385-0001.png b/MendeleyCXR/labels/Darwin_00005585_IM-0385-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..eb317cb9e034715b2d91e0505c4942177d661bbb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005585_IM-0385-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6331ef3a3a5ff031bba03009e9cc29f8dcecd9acbc1e1c4574728ab4b61e87c +size 1082 diff --git a/MendeleyCXR/labels/Darwin_00005586_IM-0386-0001.png b/MendeleyCXR/labels/Darwin_00005586_IM-0386-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8506ee56c6dc77ed9b6b8a27246c16331f4e224c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005586_IM-0386-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1d7be516eb9ece890131cf2eabc025d1f5f9d33e1e1b4c2d28249f52857419e +size 1034 diff --git a/MendeleyCXR/labels/Darwin_00005587_IM-0387-0001.png b/MendeleyCXR/labels/Darwin_00005587_IM-0387-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..511922f606f3507fe67d5e8263d239241981f286 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005587_IM-0387-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5a503d8ad2ea10cb4d578a2ea07c6201406c9816aa984192b200bee51c2ab5a +size 1212 diff --git a/MendeleyCXR/labels/Darwin_00005588_IM-0388-0001.png b/MendeleyCXR/labels/Darwin_00005588_IM-0388-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..36f5cb719647904b541a47f1f71cdabc8c4cb6ff --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005588_IM-0388-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8edc216376a8ddf51c59cf64c7fdb28e51a6e568cc9a7522bac6b73e0ec3d559 +size 1063 diff --git a/MendeleyCXR/labels/Darwin_00005589_IM-0389-0001.png b/MendeleyCXR/labels/Darwin_00005589_IM-0389-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2bdfb639a4aafed354f3c114f509ce87c99fd01e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005589_IM-0389-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b2dc535109f70b86a48426a385e73a66559f62ae724fb1196738c20c80c9300 +size 1136 diff --git a/MendeleyCXR/labels/Darwin_00005590_IM-0391-0001.png b/MendeleyCXR/labels/Darwin_00005590_IM-0391-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c4ac3faa039d73f561519fba72731b6ab84e38ce --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005590_IM-0391-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e02b047e985b95e52b44c7a60ddd47dbbde56e9f2a11799026555511d4a208a5 +size 1107 diff --git a/MendeleyCXR/labels/Darwin_00005591_IM-0392-0001.png b/MendeleyCXR/labels/Darwin_00005591_IM-0392-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..660f921e2184f9f5820118f04ebb53ac1a30c325 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005591_IM-0392-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90d3d342a8c0a6073885941ae79d00e8c0f22aa571a7627dc0a3e417a725a841 +size 1180 diff --git a/MendeleyCXR/labels/Darwin_00005592_IM-0393-0001.png b/MendeleyCXR/labels/Darwin_00005592_IM-0393-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..42f3426817d86e5910f026a533505d7c78836a05 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005592_IM-0393-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee113422e67eaf1c6354d70cfd3ec78e324d2795cb91cf181a758597d5411417 +size 1047 diff --git a/MendeleyCXR/labels/Darwin_00005593_IM-0394-0001.png b/MendeleyCXR/labels/Darwin_00005593_IM-0394-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b7fcbbf50a5c5e7d90f881af4f2e5dcebbf25f56 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005593_IM-0394-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bab305b8aa9ba7b8833be3459ffb1ed43fffb3667d96fb2385bd53a11c11e01 +size 1142 diff --git a/MendeleyCXR/labels/Darwin_00005594_IM-0395-0001.png b/MendeleyCXR/labels/Darwin_00005594_IM-0395-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f508dc9f1b309e1df8b81e9e34fc47228dad3194 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005594_IM-0395-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c6fb7d2677dde57d1a20d312552c230aa60da8bfd3cec7b1342971789491658 +size 1058 diff --git a/MendeleyCXR/labels/Darwin_00005595_IM-0399-0001.png b/MendeleyCXR/labels/Darwin_00005595_IM-0399-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6355c73bf1367f8422438658fa13b823e1405a26 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005595_IM-0399-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ab4ac5865a51467fd6b32cda881fb887b1a329bd81138c539dce2a80a8df225 +size 1195 diff --git a/MendeleyCXR/labels/Darwin_00005596_IM-0400-0001.png b/MendeleyCXR/labels/Darwin_00005596_IM-0400-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d5910ff034268b02d97ba9580931486259c57338 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005596_IM-0400-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cf27dc7b0de9e8db2075574d545c31b464bf6e8bb24056191c42ac45a613ca0 +size 1071 diff --git a/MendeleyCXR/labels/Darwin_00005597_IM-0401-0001.png b/MendeleyCXR/labels/Darwin_00005597_IM-0401-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6d5b8f02cb9e6fdd650382fee96a5b0dc0c563bc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005597_IM-0401-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae2c0ac5e77b23612c506446fbff0fe3155ed0bbf1b18a5382052f0e2064b9a6 +size 1201 diff --git a/MendeleyCXR/labels/Darwin_00005598_IM-0403-0001.png b/MendeleyCXR/labels/Darwin_00005598_IM-0403-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2cc3ce3b74e2b850e846a154c774c1b257b97c99 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005598_IM-0403-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f508d79c924cd9a5689b2141f779b3dd86146e875381fd0577bf9addb6863878 +size 1136 diff --git a/MendeleyCXR/labels/Darwin_00005599_IM-0404-0001.png b/MendeleyCXR/labels/Darwin_00005599_IM-0404-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a66150692b80b0c1d62afd33b055e050fddef182 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005599_IM-0404-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6ef36a4bdeec03d02bbd463b75237f084d930b530a9c332ddc9767166bb3900 +size 1029 diff --git a/MendeleyCXR/labels/Darwin_00005600_IM-0405-0001.png b/MendeleyCXR/labels/Darwin_00005600_IM-0405-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2364d5b6a2e2bf28d2401befd021442bb14eb7df --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005600_IM-0405-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e3004db40e3b32d8b52a44eda7a6c832a20cd9c740c34cde6d209919084f43e +size 1147 diff --git a/MendeleyCXR/labels/Darwin_00005601_IM-0408-0001.png b/MendeleyCXR/labels/Darwin_00005601_IM-0408-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c3a18b290a9993a4e6b3c577f2fb64a87c18c5a5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005601_IM-0408-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:529fb42a131cdc910946a4f1e9cb293c5b46d80a07f891b8759b823944ac73af +size 1178 diff --git a/MendeleyCXR/labels/Darwin_00005602_IM-0409-0001.png b/MendeleyCXR/labels/Darwin_00005602_IM-0409-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..27928a30083395066f76387d9a515731f156cd1d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005602_IM-0409-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbe201b912c23d85d74f33622e990fdefd00958090b95d033412bb49f629f8cc +size 1085 diff --git a/MendeleyCXR/labels/Darwin_00005603_IM-0410-0001.png b/MendeleyCXR/labels/Darwin_00005603_IM-0410-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..617b466f91b8769e62798331f05d14753481b0bb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005603_IM-0410-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9c52ff9fba683f2a8843bf4eec7a15ebd2789fe0dadc24811a37233ba54d645 +size 1134 diff --git a/MendeleyCXR/labels/Darwin_00005604_IM-0411-0001.png b/MendeleyCXR/labels/Darwin_00005604_IM-0411-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fc59e80b4052b351da435c9017c9e360204ed726 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005604_IM-0411-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc598faa6402e308190d861669a53c0cc8a77445df252fbe9013cd2f1313bd3f +size 1138 diff --git a/MendeleyCXR/labels/Darwin_00005605_IM-0413-0001.png b/MendeleyCXR/labels/Darwin_00005605_IM-0413-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..239c9fb856f24a626f30ecc8e3bc3cd74ebc7041 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005605_IM-0413-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35c58d39b362f058dfa6d07570a1af5a9f039f143e462a1f8bf37309471b4c4f +size 1229 diff --git a/MendeleyCXR/labels/Darwin_00005606_IM-0414-0001.png b/MendeleyCXR/labels/Darwin_00005606_IM-0414-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..96c233bc6e892bcaaf912ca8bf11a8cea878aac3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005606_IM-0414-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc3b099bdc29306787551c5299e0ac802231e9ac7b38d200d8fb080c77099dfb +size 1100 diff --git a/MendeleyCXR/labels/Darwin_00005607_IM-0326-0001.png b/MendeleyCXR/labels/Darwin_00005607_IM-0326-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..085e69db8df441f92508b69931817d1260419913 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005607_IM-0326-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9dcfb0e8164580413f84535bee97f7eaec0c2dcb92c78a51aeca652796de12b +size 1289 diff --git a/MendeleyCXR/labels/Darwin_00005608_IM-0327-0001.png b/MendeleyCXR/labels/Darwin_00005608_IM-0327-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..aee557fac06a0d4b3457f4a217246c5beb5d316b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005608_IM-0327-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d6031ae270441cb0deada459e9ece37b3e1e5d2c3cdd32332f9075ba32b7a3c +size 1157 diff --git a/MendeleyCXR/labels/Darwin_00005609_IM-0329-0001.png b/MendeleyCXR/labels/Darwin_00005609_IM-0329-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..82afeb3d241829379a983d83be7404325f549907 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005609_IM-0329-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c42492fd27e35f758e84f5531b838465f5a48c5d51b12f74747d0fe8d899ca4 +size 1243 diff --git a/MendeleyCXR/labels/Darwin_00005610_IM-0330-0001.png b/MendeleyCXR/labels/Darwin_00005610_IM-0330-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2bc38505e0c8fca86cb7d49af5f46b8b9bcdc324 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005610_IM-0330-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aa71873d350aaabb08c07133357774e706e15d24ba8555b34dc3b827c46567f +size 1109 diff --git a/MendeleyCXR/labels/Darwin_00005611_IM-0331-0001.png b/MendeleyCXR/labels/Darwin_00005611_IM-0331-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7d3567abebea2c6736ae9b0af90fe9491de1a399 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005611_IM-0331-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:547aec123f9d981b9099c143d2187d99f8d9b801d78bdd39357d058add1c06bf +size 1147 diff --git a/MendeleyCXR/labels/Darwin_00005612_IM-0332-0001.png b/MendeleyCXR/labels/Darwin_00005612_IM-0332-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9db0a7ef955f75b42ff91902b65cc14a39462c0f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005612_IM-0332-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8be9efc2b0199bd757f8ebfc050fd78e83c670bb4ceec29ad2f4e1c37bb3e8f +size 1125 diff --git a/MendeleyCXR/labels/Darwin_00005613_IM-0333-0001.png b/MendeleyCXR/labels/Darwin_00005613_IM-0333-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..99129197e0473c4260a01975a9a345d14fe42859 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005613_IM-0333-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e64ccbc8ecceaed9f0087c7fab74499590315b4a7727e021705f0dd9dfd338d1 +size 1232 diff --git a/MendeleyCXR/labels/Darwin_00005614_IM-0335-0001.png b/MendeleyCXR/labels/Darwin_00005614_IM-0335-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5b14710b02acfbf365540b53d75e76af752631fa --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005614_IM-0335-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9219d4c816647fac5bd9190f3af662522341578b4f1d15faed47b39e71bf46e +size 1034 diff --git a/MendeleyCXR/labels/Darwin_00005615_IM-0337-0001.png b/MendeleyCXR/labels/Darwin_00005615_IM-0337-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e1176a5bde983b070a171335397d0e129515baa2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005615_IM-0337-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06f8362b4bddccf7580e6901834024b2ce765e44cebb5e276f7625d3577a9f85 +size 1066 diff --git a/MendeleyCXR/labels/Darwin_00005616_IM-0338-0001.png b/MendeleyCXR/labels/Darwin_00005616_IM-0338-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..53f5d0838958f1cf11eec7916dfc3c58f06d08e3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005616_IM-0338-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2ba7630e2d3151b251acfc941766144ab26e00f9496d3b718a5aaec5432dbf3 +size 1197 diff --git a/MendeleyCXR/labels/Darwin_00005617_IM-0339-0001.png b/MendeleyCXR/labels/Darwin_00005617_IM-0339-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..031ab245dcc65aa5e39f670112db19410690df2f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005617_IM-0339-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a498ca4420d7c3d55eaf249d8401c0887e38e84ff29ff1e66510f1b61f31035e +size 1089 diff --git a/MendeleyCXR/labels/Darwin_00005618_IM-0340-0001.png b/MendeleyCXR/labels/Darwin_00005618_IM-0340-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8d870d337fb421ecb5178ca50a169cb38599d445 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005618_IM-0340-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ee511561b8e0e4f953f77bb44fe7ec5d4ef256702620cb33cc672870803c6ec +size 1114 diff --git a/MendeleyCXR/labels/Darwin_00005619_IM-0341-0001.png b/MendeleyCXR/labels/Darwin_00005619_IM-0341-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4b562cf21f913c903ba102289b87cb37560fd64a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005619_IM-0341-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2be3c0a479ed7ef354b2c5a79df64dd0a6307e18e91485c76828bb00f441485 +size 1132 diff --git a/MendeleyCXR/labels/Darwin_00005620_IM-0343-0001.png b/MendeleyCXR/labels/Darwin_00005620_IM-0343-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..21bbfc8d9e2f800a9d6105531c1f1dd7f97e59af --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005620_IM-0343-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4154b4a2805291046bb6816d51cf67ac3ec2f121032ad8df4c8f8adf5f99b1b2 +size 1028 diff --git a/MendeleyCXR/labels/Darwin_00005621_IM-0345-0001.png b/MendeleyCXR/labels/Darwin_00005621_IM-0345-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6c0312cf768051296fbb8c7348e737178ad83bb1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005621_IM-0345-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08e1bfadfcad447f1bb8283943ec1481ee98759c06b98748f5dd99215f9cb926 +size 1169 diff --git a/MendeleyCXR/labels/Darwin_00005622_IM-0346-0001.png b/MendeleyCXR/labels/Darwin_00005622_IM-0346-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f684bbaa5780eec476dc50d44df7a68ac08d1d0e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005622_IM-0346-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c69708a5240fe6ba6591c12729fe32fb249a2bf4899737400bb54c819581cc00 +size 1200 diff --git a/MendeleyCXR/labels/Darwin_00005623_IM-0347-0001.png b/MendeleyCXR/labels/Darwin_00005623_IM-0347-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..39525b1db54eb2f49f5077530ad174ff027447ad --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005623_IM-0347-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c954f8c0560bb2a7226663801d2679a6cd6fb948b497c034c75c7db73d28153 +size 1103 diff --git a/MendeleyCXR/labels/Darwin_00005624_IM-0348-0001.png b/MendeleyCXR/labels/Darwin_00005624_IM-0348-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3cf58e48148cbcf02517163b47c7354b3741fbd3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005624_IM-0348-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8129ef90fa39dcd704fda3688fe8d0cbb9838d42829cb4887b30d6701f7b4a23 +size 1349 diff --git a/MendeleyCXR/labels/Darwin_00005625_IM-0349-0001.png b/MendeleyCXR/labels/Darwin_00005625_IM-0349-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0a163d17db5cffdfd7a89fd98982fe8547d3ac16 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005625_IM-0349-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e4fe4f19ca2898dd89a044fd41d35205bb6a26d57662ef42d191ab28aa465c2 +size 1091 diff --git a/MendeleyCXR/labels/Darwin_00005626_IM-0350-0001.png b/MendeleyCXR/labels/Darwin_00005626_IM-0350-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..22175e84f4987a1f32a3ca58b3a265260a2e9e21 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005626_IM-0350-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ee7da8e6c8917767761d8a2e4b3ebf32db3e90ff72140e4e52ec3735d1679fa +size 1234 diff --git a/MendeleyCXR/labels/Darwin_00005627_IM-0351-0001.png b/MendeleyCXR/labels/Darwin_00005627_IM-0351-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b4590cd8a545529c15f7b610535e8ac959b52e3f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005627_IM-0351-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65b95a3713f7941cb91b160e5a5f11d62cb9b78e161c58ca4ec62802cb51f66b +size 1270 diff --git a/MendeleyCXR/labels/Darwin_00005628_IM-0353-0001.png b/MendeleyCXR/labels/Darwin_00005628_IM-0353-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..64d5b862897138a37f6b49de6c8e7e9802f3e073 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005628_IM-0353-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce8e12a89b3361a28c3ee5f1489d4ac5d8d5943da9a3e3f2103109d9750ce9af +size 1128 diff --git a/MendeleyCXR/labels/Darwin_00005629_IM-0354-0001.png b/MendeleyCXR/labels/Darwin_00005629_IM-0354-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..abe6d0e9f3083e6c3e9b77087687674035420cd8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005629_IM-0354-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9259c0711b3440910105da4e3bb1a1d3946bf1b3efd63953b71750e47fa26e69 +size 1133 diff --git a/MendeleyCXR/labels/Darwin_00005630_IM-0355-0001.png b/MendeleyCXR/labels/Darwin_00005630_IM-0355-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..de16ecf6e1dfbadc6a4af86a53df2e36ccb6ca33 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005630_IM-0355-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ffb8f8cdf6b13958409505f3b9db600c859efd7ea7d6776d5ddcb7408b7fba5 +size 1259 diff --git a/MendeleyCXR/labels/Darwin_00005631_IM-0356-0001.png b/MendeleyCXR/labels/Darwin_00005631_IM-0356-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e4d10d9a47805337c185ddd31f2575d80b987eb3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005631_IM-0356-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f194c758371b0811340d11fdb9ae3515ac7b38556d8017db3a65e7c6f750fe48 +size 1091 diff --git a/MendeleyCXR/labels/Darwin_00005632_IM-0357-0001.png b/MendeleyCXR/labels/Darwin_00005632_IM-0357-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..43efbb10716ded8a75918e53fcc25f6aa49ec768 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005632_IM-0357-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:492daa74f28d682c14db2e51ce1d05cb5e5a859cc31154c9d2a78441fa1d5d8c +size 1219 diff --git a/MendeleyCXR/labels/Darwin_00005633_IM-0358-0001.png b/MendeleyCXR/labels/Darwin_00005633_IM-0358-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6bfb25f48057883194487605b136d5a5b0bb690b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005633_IM-0358-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbe9532231ccc90378aeb48f6153145dde53536a18f264d4ba5049582ea99806 +size 1258 diff --git a/MendeleyCXR/labels/Darwin_00005634_IM-0359-0001.png b/MendeleyCXR/labels/Darwin_00005634_IM-0359-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5269264d9da695a5028d7c154f124f541dc6ccac --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005634_IM-0359-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4e6c679df7698d194568b63e23ccf94075b1b22bb5cb0efce26cd2229cb49b2 +size 1048 diff --git a/MendeleyCXR/labels/Darwin_00005635_IM-0361-0001.png b/MendeleyCXR/labels/Darwin_00005635_IM-0361-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ea6302df62290329de0290b86ddd4de7a0fce23d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005635_IM-0361-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca7fd0b8d8b049d8bc555fc86ec1cbe75405f74b6745eb2e2399601582fe530b +size 1093 diff --git a/MendeleyCXR/labels/Darwin_00005636_IM-0362-0001.png b/MendeleyCXR/labels/Darwin_00005636_IM-0362-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d7e501360ba6eb6902b51e3e4e819eb2f72aa03d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005636_IM-0362-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1a39a6bb81aae69fb5f3f8637149c549f3eb49aecdbbefb46169e6aba8964a5 +size 1173 diff --git a/MendeleyCXR/labels/Darwin_00005637_IM-0363-0001.png b/MendeleyCXR/labels/Darwin_00005637_IM-0363-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..dac6db4a87d540e3f90ab48951d1a6405547bd1c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005637_IM-0363-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19ae85838ff159f48a01880bc205a72d657a8848e13be2f25698af60b295e35f +size 1187 diff --git a/MendeleyCXR/labels/Darwin_00005638_IM-0364-0001.png b/MendeleyCXR/labels/Darwin_00005638_IM-0364-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d7666fa5ea1cdf7dbea945f027ee3932dd107a2f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005638_IM-0364-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7fae58c45f9932a9ce2cd096bc022c872120b40181dd842eae8eef87e5e14e8 +size 1108 diff --git a/MendeleyCXR/labels/Darwin_00005639_IM-0365-0001.png b/MendeleyCXR/labels/Darwin_00005639_IM-0365-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1208e185cf33f2b0d9d791db9df3859eb971d729 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005639_IM-0365-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0afc18827c1e2b99395cd5fbd328a6a5906f26ed985f19d68221cd1aca22d46a +size 1094 diff --git a/MendeleyCXR/labels/Darwin_00005640_IM-0367-0001.png b/MendeleyCXR/labels/Darwin_00005640_IM-0367-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2fdb9c5ac3e2222581ecb840c1fbc47e35220652 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005640_IM-0367-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:307aab9884723d62e6afa18c5ed3000e0ff527229943d48d232f09c4542be864 +size 1100 diff --git a/MendeleyCXR/labels/Darwin_00005641_IM-0368-0001.png b/MendeleyCXR/labels/Darwin_00005641_IM-0368-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..673d398d2a2f98610be6d09e7b0374b9f27cc483 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005641_IM-0368-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:847a275155688be08958eb6c67d32598c00d5f3cb9ce44c40647a0998621cfb0 +size 1236 diff --git a/MendeleyCXR/labels/Darwin_00005642_IM-0369-0001.png b/MendeleyCXR/labels/Darwin_00005642_IM-0369-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0cc1da9af6268ceb7486c37aaa694d179928d5eb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005642_IM-0369-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d904531325fe446db296452f25d96980b811de498f6d0d39e6bb09479a2a15ac +size 1103 diff --git a/MendeleyCXR/labels/Darwin_00005643_IM-0370-0001.png b/MendeleyCXR/labels/Darwin_00005643_IM-0370-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2877963c5c97394040f573797ead55f56dabdcda --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005643_IM-0370-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c3c8feedec7eed97e64df9034fe3297d3a5633e04b104ff9e510a36ff155e3d +size 1198 diff --git a/MendeleyCXR/labels/Darwin_00005644_IM-0371-0001.png b/MendeleyCXR/labels/Darwin_00005644_IM-0371-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d1923498d306df44c4b7fbbb4c9258aed44ecb2e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005644_IM-0371-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67fdec8112106657efa90edf00675aac3991b61c17c60795620e671e08cb9841 +size 1173 diff --git a/MendeleyCXR/labels/Darwin_00005645_IM-0286-0001.png b/MendeleyCXR/labels/Darwin_00005645_IM-0286-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..34e0dca96176a33c68d253ec2e3dc3e2be9b8d2d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005645_IM-0286-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d95f229d8e42c956546ea39fda7d9e7e85bc5bc36c776fead709ecc78834855 +size 1088 diff --git a/MendeleyCXR/labels/Darwin_00005646_IM-0288-0001.png b/MendeleyCXR/labels/Darwin_00005646_IM-0288-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..98f21da830be38c117d7608528fa3083d0676531 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005646_IM-0288-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b194ae8cae64c7e42ff1a394fb27934cd918457d430fe194d68ee6fa1b8b944 +size 1236 diff --git a/MendeleyCXR/labels/Darwin_00005647_IM-0289-0001.png b/MendeleyCXR/labels/Darwin_00005647_IM-0289-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..74d5503f75f55b75d27bde2afecdabcb4b003329 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005647_IM-0289-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66f8a69aa0ef7922cae397c9b465750cc5561cf55139e6876b99216dc21076fc +size 1235 diff --git a/MendeleyCXR/labels/Darwin_00005648_IM-0290-0001.png b/MendeleyCXR/labels/Darwin_00005648_IM-0290-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f723b65ed261ca6070162586e0620db31535dcf5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005648_IM-0290-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08e66eafb88821508b4f3d9b6f60795f9e9b74c44f647b83beea53d1086c02dd +size 1134 diff --git a/MendeleyCXR/labels/Darwin_00005649_IM-0291-0001.png b/MendeleyCXR/labels/Darwin_00005649_IM-0291-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..45382371cc0021b6e7eec9c453083af1266bd7be --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005649_IM-0291-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d8c1fd0bf7a5e2ea766de229d66beb4006bb271ccfded075dde7c1db1f668c4 +size 1193 diff --git a/MendeleyCXR/labels/Darwin_00005650_IM-0292-0001.png b/MendeleyCXR/labels/Darwin_00005650_IM-0292-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..cad2639193dc0a5ef9dad349d6cf5be8069c1bbe --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005650_IM-0292-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1b79a960057aef414ba102bacc459863584d7bc5414bbaf06b7b0bd3d043a6d +size 1071 diff --git a/MendeleyCXR/labels/Darwin_00005651_IM-0293-0001.png b/MendeleyCXR/labels/Darwin_00005651_IM-0293-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a7f1804c6851288de86222bea3bad2ed58cfc2a0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005651_IM-0293-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6ae0ac2e6e30583154cda667db577e55381ff7626c47ca952d67b8cf33d650c +size 1200 diff --git a/MendeleyCXR/labels/Darwin_00005652_IM-0294-0001.png b/MendeleyCXR/labels/Darwin_00005652_IM-0294-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..508253d6ebb7d3c14e672dc3592391ee19981931 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005652_IM-0294-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b50a84c1615e76a7e8d9bc6d63d4a06da22a6a13e80ff3970535cb32c6e5b59c +size 1126 diff --git a/MendeleyCXR/labels/Darwin_00005653_IM-0295-0001.png b/MendeleyCXR/labels/Darwin_00005653_IM-0295-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..bf33607f33c1b07d8a619b0c54c57709184e292f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005653_IM-0295-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:787ccd15500e218eb217fe9e110a3d393b40eee3317d7877daf05c9ff7b3a869 +size 1140 diff --git a/MendeleyCXR/labels/Darwin_00005654_IM-0297-0001.png b/MendeleyCXR/labels/Darwin_00005654_IM-0297-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4eade5ab41d5c653899820013895688161f20acc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005654_IM-0297-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77ae84c40a386fd988c31e52bef38e2b532974a0b28a20e1c1ee05a6b2f5049a +size 1099 diff --git a/MendeleyCXR/labels/Darwin_00005655_IM-0298-0001.png b/MendeleyCXR/labels/Darwin_00005655_IM-0298-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b1179f9373a0162a7d52de215d4aaa339c21aa8a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005655_IM-0298-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d2d7ba2e093de28f1ff715aaabe65d3f3dd5e4c17cfbfe935a8d3cf477e954a +size 1215 diff --git a/MendeleyCXR/labels/Darwin_00005656_IM-0299-0001.png b/MendeleyCXR/labels/Darwin_00005656_IM-0299-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..32c65f1110bcac068e119f3ea585697080638a6e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005656_IM-0299-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1de209668837654f59b48bd5759839f3c8140a3d13fc8546beab437c3b4b8524 +size 1134 diff --git a/MendeleyCXR/labels/Darwin_00005657_IM-0300-0001.png b/MendeleyCXR/labels/Darwin_00005657_IM-0300-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b08158c79f68daa6b2b6d8b777bfa64d3b3cf6af --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005657_IM-0300-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac9976ed42c0872b737f561bc79d8464feef6a86450cbbfd297db121dcc871da +size 1237 diff --git a/MendeleyCXR/labels/Darwin_00005658_IM-0301-0001.png b/MendeleyCXR/labels/Darwin_00005658_IM-0301-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c3b01151d1440b9bf647ad9046c3bfb7f7466487 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005658_IM-0301-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:307585faf8741249885303661f53155c49f23baa40406153afed1dcc671c3023 +size 1216 diff --git a/MendeleyCXR/labels/Darwin_00005659_IM-0302-0001.png b/MendeleyCXR/labels/Darwin_00005659_IM-0302-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f911e7e6653706ba19bfcc43c3b963a2d6bd85b3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005659_IM-0302-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:178de43ed69c86ecdd734318c968faafbade08c657c58f8493fdbe833da32ab2 +size 1043 diff --git a/MendeleyCXR/labels/Darwin_00005660_IM-0303-0001.png b/MendeleyCXR/labels/Darwin_00005660_IM-0303-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..30240567e53f36f0c481ed22e8be5edf71b43ca9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005660_IM-0303-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:572abc4b3a340e1f30651172f1fbcf51f5685bb4a85f53194276cbdc9964ca82 +size 1199 diff --git a/MendeleyCXR/labels/Darwin_00005661_IM-0304-0001.png b/MendeleyCXR/labels/Darwin_00005661_IM-0304-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ff2dc3fffd6261e65d4e7fdbef85c58a5a9bd6a9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005661_IM-0304-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:957d657db973f3a58c7f3bd39a1a84601d106169c145c4c29e394a08724725c1 +size 1239 diff --git a/MendeleyCXR/labels/Darwin_00005662_IM-0305-0001.png b/MendeleyCXR/labels/Darwin_00005662_IM-0305-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e339bf7f79a683e3526d792644f4314d74a461ff --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005662_IM-0305-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbd286a6862d0f1f1a9076316a7b651269e65c32525494b4f53d78901a771711 +size 1183 diff --git a/MendeleyCXR/labels/Darwin_00005663_IM-0306-0001.png b/MendeleyCXR/labels/Darwin_00005663_IM-0306-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..30340a62f218f8edf1d9eabc2bdc474cda26a779 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005663_IM-0306-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe209bd38d8c6f6c391b24bef126ca2cd3a06523a8d759e727935ea41e546f4a +size 1157 diff --git a/MendeleyCXR/labels/Darwin_00005664_IM-0307-0001.png b/MendeleyCXR/labels/Darwin_00005664_IM-0307-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b7bf42f67c9734044de371d6790039fee8933964 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005664_IM-0307-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47b69a1e3c43b92714f2558673d3de8404fb1586feb2e1b7ae73cced911e36b1 +size 1063 diff --git a/MendeleyCXR/labels/Darwin_00005665_IM-0308-0001.png b/MendeleyCXR/labels/Darwin_00005665_IM-0308-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..461fb0d141f52dcb60b17d4447b34f7afe758176 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005665_IM-0308-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c7e44e9c95258c3abee0347d08f1e8fbea30ad628a914d2c8b5305b5f1f04c3 +size 1249 diff --git a/MendeleyCXR/labels/Darwin_00005666_IM-0309-0001.png b/MendeleyCXR/labels/Darwin_00005666_IM-0309-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..63bd9986d572c91b353db8ee12ba05cc9bf8c643 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005666_IM-0309-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b97087f2e5af7fd55e20eb8db439c32b2de56d354e06bd823f9cb18e021ccc9 +size 1177 diff --git a/MendeleyCXR/labels/Darwin_00005667_IM-0311-0001.png b/MendeleyCXR/labels/Darwin_00005667_IM-0311-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..32459d31b61a1b5f9c17b4568cd29e78e3b39add --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005667_IM-0311-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e97200c759413df0520bfb982e7ec607bca3c14d00c6320130fb17e43e01eadf +size 1159 diff --git a/MendeleyCXR/labels/Darwin_00005668_IM-0312-0001.png b/MendeleyCXR/labels/Darwin_00005668_IM-0312-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a3585b92b1226cacfaf961cd997ec0381e067020 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005668_IM-0312-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03b71e1c49827dcae12c922af834b9b78f577eb89d91bf7a09731d53fff3620a +size 1147 diff --git a/MendeleyCXR/labels/Darwin_00005669_IM-0313-0001.png b/MendeleyCXR/labels/Darwin_00005669_IM-0313-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..31fe9325aa981f7ac82aa97fe462ff2118c9bc5b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005669_IM-0313-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdf34f40710e9c8831944029a01b1b854f148ed00c1e7804fb596952a1a1f5fd +size 1239 diff --git a/MendeleyCXR/labels/Darwin_00005670_IM-0314-0001.png b/MendeleyCXR/labels/Darwin_00005670_IM-0314-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..53b8b3d4d2851c8c28ac4767814b20509485fda1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005670_IM-0314-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:927eca7fcfdb9b61133daf3f65928137ba8927f5a7b24f631463fcc3140f8cf4 +size 1216 diff --git a/MendeleyCXR/labels/Darwin_00005671_IM-0315-0001.png b/MendeleyCXR/labels/Darwin_00005671_IM-0315-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff1a6e96c91dbbeafbbc344019635e3f6151c00 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005671_IM-0315-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f1befb777a0150ac978da4dea104f5b42045d00d23a46260ddfb296ebe19c5e +size 1201 diff --git a/MendeleyCXR/labels/Darwin_00005672_IM-0316-0001.png b/MendeleyCXR/labels/Darwin_00005672_IM-0316-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1bc19763d90a1c3f7b62cd787be2628a157d496e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005672_IM-0316-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:419436bb95b68264037bd6245ae52e16a7e0ce1dd5167b6507f263967207f065 +size 1159 diff --git a/MendeleyCXR/labels/Darwin_00005673_IM-0317-0001.png b/MendeleyCXR/labels/Darwin_00005673_IM-0317-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..945c331f79cd89f2b09382b0d3b7ce962c62d375 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005673_IM-0317-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49be61c2ca22cf1f140cf37f8b8991c58fb8abf04c5c7d80d92c791b26254c72 +size 1288 diff --git a/MendeleyCXR/labels/Darwin_00005674_IM-0318-0001.png b/MendeleyCXR/labels/Darwin_00005674_IM-0318-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..cfe01d0a774595ffc183fdde14049c381fc1b453 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005674_IM-0318-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48e126dff74e51b10d737b26a5969cc29ad4150a69835b93a60d36378c073c02 +size 1154 diff --git a/MendeleyCXR/labels/Darwin_00005675_IM-0319-0001.png b/MendeleyCXR/labels/Darwin_00005675_IM-0319-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..eb396000bcac540127dcd8f10ba01b72b9ca3d31 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005675_IM-0319-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3213c6fdc80d34a0ad04ab130ad1bfa08f1dcd813045a3cadf7c2425834de7b +size 1177 diff --git a/MendeleyCXR/labels/Darwin_00005676_IM-0320-0001.png b/MendeleyCXR/labels/Darwin_00005676_IM-0320-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0447923e3ff83a5a85ce3f562a0eeb49acfd82de --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005676_IM-0320-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f7ee825c6e44cabcb450ff201c0adfbb47e482b2298c799f1cd3dd6f62a493d +size 1257 diff --git a/MendeleyCXR/labels/Darwin_00005677_IM-0323-0001.png b/MendeleyCXR/labels/Darwin_00005677_IM-0323-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..78cc0f1383c8c5275c4dfcfcca5836a57c465aee --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005677_IM-0323-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:909bf0f5cbedee5a7440e6fcb1b0edaeafe1f7c7c42bd10b899cfcd9367c7a72 +size 1166 diff --git a/MendeleyCXR/labels/Darwin_00005678_IM-0324-0001.png b/MendeleyCXR/labels/Darwin_00005678_IM-0324-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e353b5a48d3dcf19364542c24c2fda17776ee11f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005678_IM-0324-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbfda73c60d8e683f824b1880697ca4a0a81a24414a43b6af849b1ff20da9470 +size 1074 diff --git a/MendeleyCXR/labels/Darwin_00005679_IM-0325-0001.png b/MendeleyCXR/labels/Darwin_00005679_IM-0325-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e25e783f1ecfe26790151e49018bdc43f9cbb6b5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005679_IM-0325-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:938de5e6dda4a8572a628d20c901f8cd0ec6ea8b1fd54f8c9656c920f288e1e6 +size 1061 diff --git a/MendeleyCXR/labels/Darwin_00005680_IM-0240-0001.png b/MendeleyCXR/labels/Darwin_00005680_IM-0240-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5c3dda96c87a571846f24ba9a52fc3f6235a9092 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005680_IM-0240-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d1bb0db9aaf76687345d2a9265ec020892daf893cd36485be040ef33144b6bc +size 1142 diff --git a/MendeleyCXR/labels/Darwin_00005681_IM-0241-0001.png b/MendeleyCXR/labels/Darwin_00005681_IM-0241-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..dddca2bebfeecbc0f2a360b8c05667ad18972739 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005681_IM-0241-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6e14ff718960a31a33e668845a65fd9ea76d43e915ac4bca944954b3f3de719 +size 1110 diff --git a/MendeleyCXR/labels/Darwin_00005682_IM-0242-0001.png b/MendeleyCXR/labels/Darwin_00005682_IM-0242-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..97f1c979a3e97891099c3ca57aeb506c98c3945a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005682_IM-0242-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3829c18ae6d761288661f1072f7e16cae6242e7752f1ae162d0bb42c656d4228 +size 1147 diff --git a/MendeleyCXR/labels/Darwin_00005683_IM-0243-0001.png b/MendeleyCXR/labels/Darwin_00005683_IM-0243-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..73fc5049999a457d46afed934c3433fab87aeb71 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005683_IM-0243-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9db8e30272645481cc58e2182f92667bb768216294097d9808217684c2261501 +size 1112 diff --git a/MendeleyCXR/labels/Darwin_00005684_IM-0244-0001.png b/MendeleyCXR/labels/Darwin_00005684_IM-0244-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6aae10e9e4015238582a13b0d125db43b11b9025 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005684_IM-0244-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:900f37f1fba699ce4cc90bae9e0d58c66cedb490e4e7983b7e9c24900b8f6731 +size 1093 diff --git a/MendeleyCXR/labels/Darwin_00005685_IM-0245-0001.png b/MendeleyCXR/labels/Darwin_00005685_IM-0245-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d29fcd4f26bc5dc1063d293403b8abc443c2215f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005685_IM-0245-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89e0593f9eab06debe8802f6c42fd4192b99a620b7084578ee211e79ff6616ec +size 1125 diff --git a/MendeleyCXR/labels/Darwin_00005686_IM-0248-0001.png b/MendeleyCXR/labels/Darwin_00005686_IM-0248-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9dd9cd3be63108f2dc7135e1210696e68c6b00e0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005686_IM-0248-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78dc64d687ed2d824891805f09611d4f00dfb8d02662da5971659df45d8678c2 +size 1102 diff --git a/MendeleyCXR/labels/Darwin_00005687_IM-0249-0001.png b/MendeleyCXR/labels/Darwin_00005687_IM-0249-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9821dccd9de4053fa545204cf40688615b410c1d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005687_IM-0249-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b01116e193c94ad96c010b7d43f1f05b17e300fa3e912c790ad9b9b0cad66d78 +size 1076 diff --git a/MendeleyCXR/labels/Darwin_00005688_IM-0250-0001.png b/MendeleyCXR/labels/Darwin_00005688_IM-0250-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..089db9e27fcad945b04e887ef550fa8ce37b00eb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005688_IM-0250-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57657436e4e2b93084c7a9d18fb1b121f441e91725adbbf52c620bc244688bad +size 1192 diff --git a/MendeleyCXR/labels/Darwin_00005689_IM-0251-0001.png b/MendeleyCXR/labels/Darwin_00005689_IM-0251-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8d60f6951180882f85b1bc5943682b2759958cf9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005689_IM-0251-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b91b454a5d5194ab2f42eb3bf8d2c5c8bfcbaa8b14c92ae59bf8217f53f35cf2 +size 1237 diff --git a/MendeleyCXR/labels/Darwin_00005690_IM-0253-0001.png b/MendeleyCXR/labels/Darwin_00005690_IM-0253-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d2aecdffdc75c160ce1b7cf6ce3c1943e0ce7509 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005690_IM-0253-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee5bf59eb18003d1ba0b3b0ac32c4fb381a1d0316bfd1d92ab52302d47ff718f +size 1257 diff --git a/MendeleyCXR/labels/Darwin_00005691_IM-0255-0001.png b/MendeleyCXR/labels/Darwin_00005691_IM-0255-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9d9dbc739955ef6f3329d92b123b51ff50be7b20 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005691_IM-0255-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:974ad35618ffe8210b4e05d96a448bc110e8585d6a297df1842b0c1d23603e3e +size 1193 diff --git a/MendeleyCXR/labels/Darwin_00005692_IM-0256-0001.png b/MendeleyCXR/labels/Darwin_00005692_IM-0256-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..954a54a878e7a0f74fb9248a878a8e79ea21498a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005692_IM-0256-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ee9888612bb86e9b5abe25f081e7d2548d0ba7118923503319da984ea311884 +size 1216 diff --git a/MendeleyCXR/labels/Darwin_00005693_IM-0257-0001.png b/MendeleyCXR/labels/Darwin_00005693_IM-0257-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b68a2e3cc4fbb7b65276b5e5f87d517cfd0ef35a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005693_IM-0257-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:364748874d854ada3d04310731f7ee8bf31a435bae5910ed06ee46a5c027e12f +size 1112 diff --git a/MendeleyCXR/labels/Darwin_00005694_IM-0261-0001.png b/MendeleyCXR/labels/Darwin_00005694_IM-0261-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d00c38d078d21501bc8fd2acd9076ec225e90bc2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005694_IM-0261-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:009560a1d56a6bd882e908f3c914af8a918eba7ccdcca0ae3507ae3f40fe9a5f +size 1135 diff --git a/MendeleyCXR/labels/Darwin_00005695_IM-0262-0001.png b/MendeleyCXR/labels/Darwin_00005695_IM-0262-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0603061aa55c51bb783dcf6fbd3455930a075bc3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005695_IM-0262-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1157f19939efce27276a74cac50fd3d4f404f520369852ca8c93abf47aaa26a +size 1235 diff --git a/MendeleyCXR/labels/Darwin_00005696_IM-0264-0001.png b/MendeleyCXR/labels/Darwin_00005696_IM-0264-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..06bd9a7f59d7c607daf168295cb19feee05e04bd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005696_IM-0264-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94c96fede3114c086d7a2725214f63b3139a74ffe8ed540767ac67edd7f9597e +size 1098 diff --git a/MendeleyCXR/labels/Darwin_00005697_IM-0265-0001.png b/MendeleyCXR/labels/Darwin_00005697_IM-0265-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..13764f431f75660eb0920f19d986458b1846f526 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005697_IM-0265-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4fd848f1ba0a91d65e992cc6dca12a08aa0b6f7c8b8fa6235ad3620f6eb644e +size 1255 diff --git a/MendeleyCXR/labels/Darwin_00005698_IM-0266-0001.png b/MendeleyCXR/labels/Darwin_00005698_IM-0266-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0ddef1f6ca582698e13dcc535c96fb99596a88a2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005698_IM-0266-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:720b859c14af6988adf89079e4d553a03195860e19e27f722269ae5c0f744a20 +size 1171 diff --git a/MendeleyCXR/labels/Darwin_00005699_IM-0268-0001.png b/MendeleyCXR/labels/Darwin_00005699_IM-0268-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f2a6e0d9fc5ceda6b6c40de2818273e416743ad9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005699_IM-0268-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cdebbdffa97217cdad8f2d41f008711f4c5cf2ca27eb0b7ddc75e11d66a0e06 +size 1140 diff --git a/MendeleyCXR/labels/Darwin_00005700_IM-0269-0001.png b/MendeleyCXR/labels/Darwin_00005700_IM-0269-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..97374987aa85bacda885faae794310f9ac64bba0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005700_IM-0269-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22e5c3c7624f82f53b8a084a50dfd06c56fca3a339f5dfc30b14155a45bd80d7 +size 1188 diff --git a/MendeleyCXR/labels/Darwin_00005701_IM-0270-0001.png b/MendeleyCXR/labels/Darwin_00005701_IM-0270-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8e7d8b23ce2ad6adae3d2f3ed1a14749f17be0aa --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005701_IM-0270-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2af31292ce2063e373244fe47e53aa1ce5f4ed3a9d3dcbadeaf3d15485f9e83a +size 1311 diff --git a/MendeleyCXR/labels/Darwin_00005702_IM-0272-0001.png b/MendeleyCXR/labels/Darwin_00005702_IM-0272-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4123e168da10103eea5dd4634f731d40b1327eb4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005702_IM-0272-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05892de2166fd469790b3d452d51f4cac4950f3aefa7da1320654822ff378517 +size 1176 diff --git a/MendeleyCXR/labels/Darwin_00005703_IM-0273-0001.png b/MendeleyCXR/labels/Darwin_00005703_IM-0273-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..28e20320f87c4c9123b31cbed1bcf8bf2631b562 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005703_IM-0273-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b5917b97e7adf1b5cdbb5cb69f0140917e4ba9aa202c394bd416e8017f3b119 +size 1354 diff --git a/MendeleyCXR/labels/Darwin_00005704_IM-0274-0001.png b/MendeleyCXR/labels/Darwin_00005704_IM-0274-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ff155e7a75874ce78b4893edc2462a81b46b84 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005704_IM-0274-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04f8bb04243656b8cdd456163c86cd5730858ed0400c0851ba404af6c19c1be4 +size 1193 diff --git a/MendeleyCXR/labels/Darwin_00005705_IM-0275-0001.png b/MendeleyCXR/labels/Darwin_00005705_IM-0275-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..76e65326ad4afd43e9ca68cef3f95185e11330ba --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005705_IM-0275-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77c08a89c5d17062152f30987df634bc0d1cb9044e79febb8e319142817ef3ff +size 1048 diff --git a/MendeleyCXR/labels/Darwin_00005706_IM-0276-0001.png b/MendeleyCXR/labels/Darwin_00005706_IM-0276-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7f33f06be5399c5307d6baab097fdae7afc37881 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005706_IM-0276-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e73c9c7cdfa559a8c0dc57272470a0bd542d55508840127cac7c122ade3539d +size 1182 diff --git a/MendeleyCXR/labels/Darwin_00005707_IM-0277-0001.png b/MendeleyCXR/labels/Darwin_00005707_IM-0277-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e078729efb1b0c8bc9418229998c12bcbedd54a6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005707_IM-0277-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:771728ab8223c501d9da92f0f5108ae3ae7beda17ebedb58a234664c200f83d9 +size 1151 diff --git a/MendeleyCXR/labels/Darwin_00005708_IM-0278-0001.png b/MendeleyCXR/labels/Darwin_00005708_IM-0278-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..001e0aae5662a5b59fc7c8b8617d6ed51b64e5a5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005708_IM-0278-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2062e7d80003a060eac60857e06b00bec09913d3058c80bc02a45c95d87af83 +size 1188 diff --git a/MendeleyCXR/labels/Darwin_00005709_IM-0279-0001.png b/MendeleyCXR/labels/Darwin_00005709_IM-0279-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..55aba5fbe4e62c9f6764f9cba35217f2262f99f4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005709_IM-0279-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebd9371286539506923eb5d3835751f47c103d1b823479ab635e8c16d6c47eef +size 1268 diff --git a/MendeleyCXR/labels/Darwin_00005710_IM-0280-0001.png b/MendeleyCXR/labels/Darwin_00005710_IM-0280-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2bbc0fcfba4d8e6e9c6791d3ba9941fb19b4e3cd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005710_IM-0280-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80a81128cffca92b061113cb963e684691e9e20cb9fc04c82a42493de80aaab5 +size 986 diff --git a/MendeleyCXR/labels/Darwin_00005711_IM-0282-0001.png b/MendeleyCXR/labels/Darwin_00005711_IM-0282-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..11b5e5b451af80a9c85a479796f524ee1ec05d8b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005711_IM-0282-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ded64b1c575f2c37f7af9bc6f6b78c538fd4f1f2cb77de6560974af4ebda6477 +size 1103 diff --git a/MendeleyCXR/labels/Darwin_00005712_IM-0283-0001.png b/MendeleyCXR/labels/Darwin_00005712_IM-0283-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..251a5c844cade31a37c5bc591d964543cfeaf4d1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005712_IM-0283-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:185d2c144d24bdb09d9dc1e2fa6a44224a169cdcea13f41d70fcccdca9b113dd +size 1185 diff --git a/MendeleyCXR/labels/Darwin_00005713_IM-0285-0001.png b/MendeleyCXR/labels/Darwin_00005713_IM-0285-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b056d86122723cf29f4488e878ceeb70a79d02d0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005713_IM-0285-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9882ea44a1e344e2357131f275305f0b8fa6a7708039887861c9d99cc96f165d +size 1230 diff --git a/MendeleyCXR/labels/Darwin_00005714_IM-0191-0001.png b/MendeleyCXR/labels/Darwin_00005714_IM-0191-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6d57150b0d3041ae0fdb82f104dadfdf6521cb03 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005714_IM-0191-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a43b51c2770af8b69a1beb712c312b6732e0c8a865ebde60342c181ac192d365 +size 1247 diff --git a/MendeleyCXR/labels/Darwin_00005715_IM-0193-0001.png b/MendeleyCXR/labels/Darwin_00005715_IM-0193-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4006a4a4e086ce4ae474dafb46d44ed59fbd6783 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005715_IM-0193-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9cfe864095223bb1b505acc8edcd06e3b7ec0f3a78469adcfda0ca84e0b2ea4 +size 1180 diff --git a/MendeleyCXR/labels/Darwin_00005716_IM-0195-0001.png b/MendeleyCXR/labels/Darwin_00005716_IM-0195-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..46a0e50d70b11d36d1cd4aba5c7c2652a8a1b890 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005716_IM-0195-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bbb840d2469ec2744931539aa95a6cbc45807b34fff9083033e2dae9921d733 +size 1260 diff --git a/MendeleyCXR/labels/Darwin_00005717_IM-0199-0001.png b/MendeleyCXR/labels/Darwin_00005717_IM-0199-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3f912a20d18132b98b46ffda66a7cfe816986341 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005717_IM-0199-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed2b7cda681790c7bb6fb1212e5eb83ecb25e0b7b0853696da60b5f5d374d82c +size 1086 diff --git a/MendeleyCXR/labels/Darwin_00005718_IM-0201-0001.png b/MendeleyCXR/labels/Darwin_00005718_IM-0201-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fda764d101339a5096b5282bffdad42230b86fe9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005718_IM-0201-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b877fdeecb4373a70278965cf8f47f49c8c7035c3e5760547adc523d794a464 +size 1103 diff --git a/MendeleyCXR/labels/Darwin_00005719_IM-0203-0001.png b/MendeleyCXR/labels/Darwin_00005719_IM-0203-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4f5ba2a2f71f65770d1cb8c786b4b913da4c7916 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005719_IM-0203-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2483912935dd5ae18fd8a85797078a364b12fc48abeae669cfdfaf8e27106da6 +size 1152 diff --git a/MendeleyCXR/labels/Darwin_00005720_IM-0205-0001.png b/MendeleyCXR/labels/Darwin_00005720_IM-0205-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2650e381506df27d3a0dde934a140be559c5c009 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005720_IM-0205-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c8f691a31b2b93235cd139215293e7562c89814d7641a4cadda1ef033a00d28 +size 1183 diff --git a/MendeleyCXR/labels/Darwin_00005721_IM-0206-0001.png b/MendeleyCXR/labels/Darwin_00005721_IM-0206-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..19e2285212bf174e618a287c15ababcc2783ecd4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005721_IM-0206-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:565534c28d6e41d2294909899334eaa6b019d6957aa74efdcba65b8ffffbce6b +size 1066 diff --git a/MendeleyCXR/labels/Darwin_00005722_IM-0207-0001.png b/MendeleyCXR/labels/Darwin_00005722_IM-0207-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9eb6e3d9fd51e87e5e525c691dd5e48aae78b6d3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005722_IM-0207-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:009eecc48ed4779854c5e5ee03b3578571d0467501b20dac92ed8c6d2323f07e +size 1181 diff --git a/MendeleyCXR/labels/Darwin_00005723_IM-0209-0001.png b/MendeleyCXR/labels/Darwin_00005723_IM-0209-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..62f5c5950654eca8a1f9ee698455a14c6cbd4adf --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005723_IM-0209-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58e6ccfcf75c439e11e6733485bd1d85eb29b4e1e20a70e2ec74a766318ff875 +size 1022 diff --git a/MendeleyCXR/labels/Darwin_00005724_IM-0210-0001.png b/MendeleyCXR/labels/Darwin_00005724_IM-0210-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f6e54d61a21cbecd130751e53f0245fd4a507321 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005724_IM-0210-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f98cc94e02f5a40b53cbaf66790ef3a32305f871b365a9a4776448d575ee6c06 +size 1229 diff --git a/MendeleyCXR/labels/Darwin_00005725_IM-0211-0001.png b/MendeleyCXR/labels/Darwin_00005725_IM-0211-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..cb1dca33ee02154e107c50c6f71f40219a7762ef --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005725_IM-0211-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff9f49f8e7ceae59b5abb434cda56f2a9051b341ae2f76538852a9eee13b4c45 +size 1092 diff --git a/MendeleyCXR/labels/Darwin_00005726_IM-0213-0001.png b/MendeleyCXR/labels/Darwin_00005726_IM-0213-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..627a8b19bc9db63555d8804f1a4958c034c11e29 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005726_IM-0213-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f16d9f9e83e22e74ac1ff5f2c4fb97d85e4d6ce2738eb7175bb875190f89560e +size 1262 diff --git a/MendeleyCXR/labels/Darwin_00005727_IM-0214-0001.png b/MendeleyCXR/labels/Darwin_00005727_IM-0214-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3bfd025e9506074418de67b1f9f34f180bdb6eab --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005727_IM-0214-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ffc1d87ad4abf0084be47dc37351f239c7efb3ba858da342205452ab4b5cf99 +size 1247 diff --git a/MendeleyCXR/labels/Darwin_00005728_IM-0215-0001.png b/MendeleyCXR/labels/Darwin_00005728_IM-0215-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3f34cb71c8c0a4fb3966b3069fed19a1518d2ea1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005728_IM-0215-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc1e15bff182af3b08e872b8bbeb7331beb56db5c98ca4f449e1fed87efbb2bf +size 1274 diff --git a/MendeleyCXR/labels/Darwin_00005729_IM-0216-0001.png b/MendeleyCXR/labels/Darwin_00005729_IM-0216-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8bfafa4add726b30b477a8bdc56c7dff6bc946e4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005729_IM-0216-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c82a307a775e8bba7452b2dfe2bb9814679b8b08958f660f9f4b12b7226849ae +size 1175 diff --git a/MendeleyCXR/labels/Darwin_00005730_IM-0217-0001.png b/MendeleyCXR/labels/Darwin_00005730_IM-0217-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..739d4e4ed1e6ced4d656a090c23f866d82f47570 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005730_IM-0217-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3997d7cf854ace72f6ef5df0544a8560a379e3e830cd4ee7dbcd99d371578151 +size 1050 diff --git a/MendeleyCXR/labels/Darwin_00005731_IM-0218-0001.png b/MendeleyCXR/labels/Darwin_00005731_IM-0218-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6a0db4f8902f41747646c35dca76d1d894c932ae --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005731_IM-0218-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a68092e7e6d732e4687aa1c1698e5a451f7cecba13ca48c3465db9967fe0f47 +size 1184 diff --git a/MendeleyCXR/labels/Darwin_00005732_IM-0219-0001.png b/MendeleyCXR/labels/Darwin_00005732_IM-0219-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..513eb178c000572504291ca6278af96f90db850a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005732_IM-0219-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6e5c561bfeb10d5db358f884b7a9a2cad21f59ff6a076ed53f9d62571cc551f +size 1210 diff --git a/MendeleyCXR/labels/Darwin_00005733_IM-0220-0001.png b/MendeleyCXR/labels/Darwin_00005733_IM-0220-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..73be77a592e011f8bbd0870a7cedc0993f624fae --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005733_IM-0220-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c1608cd624f10ee7d79a5654ce11aa0d73a933e1b4c2b2c03e22d536b8ea1e1 +size 1117 diff --git a/MendeleyCXR/labels/Darwin_00005734_IM-0221-0001.png b/MendeleyCXR/labels/Darwin_00005734_IM-0221-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9dac7ea83eb3101dc10eadb72dc2e8ce2f59c1c5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005734_IM-0221-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03e703d9aa5ccb90f99130a06fb9917a0f64dc80411ebcffa1398994e649e200 +size 1128 diff --git a/MendeleyCXR/labels/Darwin_00005735_IM-0222-0001.png b/MendeleyCXR/labels/Darwin_00005735_IM-0222-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..51c2b5ac8228d00b1bfee8a1d0ea5f0ee7fdd1d5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005735_IM-0222-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb59d9aee6eeb407e834b795260c064d2aba801d0960919626fdcac70027ba4d +size 1099 diff --git a/MendeleyCXR/labels/Darwin_00005736_IM-0223-0001.png b/MendeleyCXR/labels/Darwin_00005736_IM-0223-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..895dd98c5f3857c3147f0f64d53418c0194fc8e0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005736_IM-0223-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3b5ecfe84461d0ce5d05ec1ca02f6bca9768e4a73504a3b1d5fb37bbf0e8b0b +size 1124 diff --git a/MendeleyCXR/labels/Darwin_00005737_IM-0224-0001.png b/MendeleyCXR/labels/Darwin_00005737_IM-0224-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b70e00e0e703442091e1b39d3ea103778ae881aa --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005737_IM-0224-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6abd96a10a83b92fda7b82b70f4e8b87e04b6c44dc2ab8ee8ba5ea26022ab647 +size 1179 diff --git a/MendeleyCXR/labels/Darwin_00005738_IM-0225-0001.png b/MendeleyCXR/labels/Darwin_00005738_IM-0225-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..818f105ae39ccdbfb6401c1ec3103866d7560b0d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005738_IM-0225-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae0b2ed31ff21a1d551aa6b7079a85f2e3aa9b315b992aa8bd311df5b02ba352 +size 1109 diff --git a/MendeleyCXR/labels/Darwin_00005739_IM-0226-0001.png b/MendeleyCXR/labels/Darwin_00005739_IM-0226-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1f3d305c0c5e692c30753ca01aff725cc60c2501 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005739_IM-0226-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bf2d9e28699041f78ccbb70ba36b9105fa5002bcf8e6002e15d8c8866da0b5e +size 1142 diff --git a/MendeleyCXR/labels/Darwin_00005740_IM-0227-0001.png b/MendeleyCXR/labels/Darwin_00005740_IM-0227-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7814fd644685969450c2c4af7e1f65981fcaa9c8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005740_IM-0227-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0e312d777d2362b61c9afb439defd396ee00c825faa4a2fcd59fdad92ca7f8e +size 1111 diff --git a/MendeleyCXR/labels/Darwin_00005741_IM-0228-0001.png b/MendeleyCXR/labels/Darwin_00005741_IM-0228-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3b7b365eb851a5e3959fcc61d013cbfbe07cc9a0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005741_IM-0228-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3d3466e5679efe879e89443c65c6e23c9caf2ffa0d65c52b89e3c8238fdd5b7 +size 1208 diff --git a/MendeleyCXR/labels/Darwin_00005742_IM-0229-0001.png b/MendeleyCXR/labels/Darwin_00005742_IM-0229-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..eceb3f21e51909f60b6e3a5a881c4f537d352878 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005742_IM-0229-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4a9032f41e98c0ed4043b91ffef914b94df71a5288a2bc6225d0134f0747c45 +size 999 diff --git a/MendeleyCXR/labels/Darwin_00005743_IM-0230-0001.png b/MendeleyCXR/labels/Darwin_00005743_IM-0230-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..40b0a5e51c1ec5ba53adc38edaca69681918d6db --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005743_IM-0230-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4d8cb165b67fc5b7e716bb1c12fce2c0fd3ccc8db2f527f15ff8284aeb82e21 +size 1232 diff --git a/MendeleyCXR/labels/Darwin_00005744_IM-0231-0001.png b/MendeleyCXR/labels/Darwin_00005744_IM-0231-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..76a4217c7e59b96a53307821b7b85a875f51c15c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005744_IM-0231-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ade752910b6ac7dfcda8c5c86f772ea8b19fe3cc0c8f9d84ad005a00258993fe +size 1167 diff --git a/MendeleyCXR/labels/Darwin_00005745_IM-0234-0001.png b/MendeleyCXR/labels/Darwin_00005745_IM-0234-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..45229bd2a05135a3b5243e71228d6e13ac96aa36 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005745_IM-0234-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f5c1f027471df5abe9bb67dcf8a1e0d3e8747d4196cd51c7ed8031c09d17590 +size 1076 diff --git a/MendeleyCXR/labels/Darwin_00005746_IM-0235-0001.png b/MendeleyCXR/labels/Darwin_00005746_IM-0235-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..61536cbdbe80f1983324a36b6d0dd496805428b8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005746_IM-0235-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:955884497e7a1d628e212a6bc555f9312a42b313f1fc02d8fd4e2a57f0865e3c +size 1069 diff --git a/MendeleyCXR/labels/Darwin_00005747_IM-0236-0001.png b/MendeleyCXR/labels/Darwin_00005747_IM-0236-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b62cdb173faee2672961654020c3987b3e4ad822 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005747_IM-0236-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e84d878c2dfaf3f82bf64b1b71a0b8391612a122aaf72cb1455e6e4c40c7f686 +size 1178 diff --git a/MendeleyCXR/labels/Darwin_00005748_IM-0237-0001.png b/MendeleyCXR/labels/Darwin_00005748_IM-0237-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..56510236eca0fa4008f8dce9a9df10d53bf6ecf0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005748_IM-0237-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a467e25addb76314c72aefcb28ccc020a4944bb77f2687a0cbffacb3c4012f9 +size 1228 diff --git a/MendeleyCXR/labels/Darwin_00005749_IM-0238-0001.png b/MendeleyCXR/labels/Darwin_00005749_IM-0238-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3476f54efa833711791f5d15b5fe84f33cb81a52 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005749_IM-0238-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9227a558f9f262bc6ef2b184c6b1dfa8e0d9af8beb53f768b9aa837d35d536cb +size 1271 diff --git a/MendeleyCXR/labels/Darwin_00005750_IM-0239-0001.png b/MendeleyCXR/labels/Darwin_00005750_IM-0239-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..eddb209cd7f8d52bf5d95c4822bd258257b505c2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005750_IM-0239-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bdd8011614520e69678ed9a79c518b5ab419f2a140689f61ea43d536e7a9f7b +size 1164 diff --git a/MendeleyCXR/labels/Darwin_00005751_IM-0129-0001.png b/MendeleyCXR/labels/Darwin_00005751_IM-0129-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1d3b71af07279b2e8c2091d1b1658c8c7a06e3f0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005751_IM-0129-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5b9c7d1aa8a10ed0e3428b2514fa12a3dc56c49412743328fa5a0d33f92bf51 +size 1058 diff --git a/MendeleyCXR/labels/Darwin_00005752_IM-0131-0001.png b/MendeleyCXR/labels/Darwin_00005752_IM-0131-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fb4a020da5a0a200312a03d6fe0180a01cdcadd9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005752_IM-0131-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fdc4835526607c18d31d259454db183cfda469a5f87b99f33ce2699645c871e +size 1074 diff --git a/MendeleyCXR/labels/Darwin_00005753_IM-0133-0001.png b/MendeleyCXR/labels/Darwin_00005753_IM-0133-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..cbd992a2d9ab6b7cfd46ae58c31d93de84f42cfd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005753_IM-0133-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc38be78272be5de600b6537ebb9e49ce586a1c526deabac0a381c2a3be33f65 +size 1198 diff --git a/MendeleyCXR/labels/Darwin_00005754_IM-0135-0001.png b/MendeleyCXR/labels/Darwin_00005754_IM-0135-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..542d4d195586eb87c6d6e22aaa0c277bf4afa99c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005754_IM-0135-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7009081870c4fe734e3489d9444224870c7e1b75a4821c4a979fbd5289209645 +size 1211 diff --git a/MendeleyCXR/labels/Darwin_00005755_IM-0137-0001.png b/MendeleyCXR/labels/Darwin_00005755_IM-0137-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..26139b4003cf72b4e2cad208178ed3e0fd5644ab --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005755_IM-0137-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:684aaa8fb70268fc8b44200ca7431a0fed8bab0f06973a2adec05eaaf682decf +size 1115 diff --git a/MendeleyCXR/labels/Darwin_00005756_IM-0140-0001.png b/MendeleyCXR/labels/Darwin_00005756_IM-0140-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..552cc7922e956e26412376ac7b3a19509d3019f4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005756_IM-0140-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:474677497f95d695ab5f4605081051c58f78901f62eb496fd53d6376d3c8934d +size 1285 diff --git a/MendeleyCXR/labels/Darwin_00005757_IM-0141-0001.png b/MendeleyCXR/labels/Darwin_00005757_IM-0141-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2a89c7b7bf86fd6d0dbec9991d762950aa9de41d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005757_IM-0141-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f75ee6bbe336497a4f5afa8de666773c7b5e39b04d769e22b0e372b9afdef654 +size 1213 diff --git a/MendeleyCXR/labels/Darwin_00005758_IM-0143-0001.png b/MendeleyCXR/labels/Darwin_00005758_IM-0143-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..80d7a3ce727da5ed552807f7dc61276d5cca2787 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005758_IM-0143-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d2870605ca27317fd08e8795b2318ad6a60dbdba85d2d24ac3287153eda0465 +size 1179 diff --git a/MendeleyCXR/labels/Darwin_00005759_IM-0145-0001.png b/MendeleyCXR/labels/Darwin_00005759_IM-0145-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ff8a965ad34aefa05b99621b78af9133c60a9bf6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005759_IM-0145-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98f1a6f773516856352f3df68299b72d36eebb832ac0fabe5377f0c65b84e3ae +size 1182 diff --git a/MendeleyCXR/labels/Darwin_00005760_IM-0147-0001.png b/MendeleyCXR/labels/Darwin_00005760_IM-0147-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f8cb698972f911f55944547742c6f22dfdf1506b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005760_IM-0147-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:707797f19dd3dfb3b73d433ec4d00553cfc390ec26c826fee44536aafaf11452 +size 1299 diff --git a/MendeleyCXR/labels/Darwin_00005761_IM-0149-0001.png b/MendeleyCXR/labels/Darwin_00005761_IM-0149-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..275100d41c4fa3140da261ab19fd1232e419b291 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005761_IM-0149-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f77059d67d816118814397e09411528947f57f51cdb20f3714db1bd017db8cf7 +size 1087 diff --git a/MendeleyCXR/labels/Darwin_00005762_IM-0151-0001.png b/MendeleyCXR/labels/Darwin_00005762_IM-0151-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e5ec8b2ffb137ac654a07b5dfc6d40e137abdaa8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005762_IM-0151-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55ad753eb18f70f92ed955af0bab2f96fc2c43772cf1db3c22d96ef6fa1320d7 +size 1124 diff --git a/MendeleyCXR/labels/Darwin_00005763_IM-0152-0001.png b/MendeleyCXR/labels/Darwin_00005763_IM-0152-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..41d198315c6d99f7b2163395067fed111ee01a38 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005763_IM-0152-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56c4f20f86b03c7823f2d7fc9a95cf3e163104df9d805ceb743591970bd44477 +size 1117 diff --git a/MendeleyCXR/labels/Darwin_00005764_IM-0154-0001.png b/MendeleyCXR/labels/Darwin_00005764_IM-0154-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6e3858d7ec95a816e93058d930bb90b0fc0813bb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005764_IM-0154-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75949089a7ab03ac375427572586a473018067e139afdc9ba22a325d60cda0e8 +size 1155 diff --git a/MendeleyCXR/labels/Darwin_00005765_IM-0156-0001.png b/MendeleyCXR/labels/Darwin_00005765_IM-0156-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6f48554fb5a196d48cd4a5bfa3a2a11c4d0e29e5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005765_IM-0156-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba07f337d233336b5ad65bd2ab70f618c6bf4433be8792eb9c0b1b5a671e3b52 +size 1341 diff --git a/MendeleyCXR/labels/Darwin_00005766_IM-0158-0001.png b/MendeleyCXR/labels/Darwin_00005766_IM-0158-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a8f590b515caf34f45e9b1f5c80c09d7e72e2b6e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005766_IM-0158-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9177e3fc28c7c523c7f090064e3f1c3a3d6fb00962685726a893a99ddc10246a +size 1252 diff --git a/MendeleyCXR/labels/Darwin_00005767_IM-0160-0001.png b/MendeleyCXR/labels/Darwin_00005767_IM-0160-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b8b1e43343407dacfe7703de7d49243215e8a6c7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005767_IM-0160-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:229c6d1999bb090c5dc6930d0883afd3d3f674a0a85c7352380b7db3d481e204 +size 1181 diff --git a/MendeleyCXR/labels/Darwin_00005768_IM-0162-0001.png b/MendeleyCXR/labels/Darwin_00005768_IM-0162-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..30646f23d2f14eda5d22c49deafa95c8b9690f97 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005768_IM-0162-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:514cbd6e7ce2e73d6d229b2bc97ffcb4dc87c7c3b08517583f971c7aaaae08cf +size 1257 diff --git a/MendeleyCXR/labels/Darwin_00005769_IM-0164-0001.png b/MendeleyCXR/labels/Darwin_00005769_IM-0164-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..38bcb82af0e6ec69fd7465bc337a5c3f5a1fb3dc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005769_IM-0164-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7d3f187c53699931d246e9d916c0adf5b9570c6fe8373c0fcb8878e0f86e4fe +size 1172 diff --git a/MendeleyCXR/labels/Darwin_00005770_IM-0166-0001.png b/MendeleyCXR/labels/Darwin_00005770_IM-0166-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c876d05f87ffe846c7334ce256996f9fdb689e99 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005770_IM-0166-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14a56a6821a635bb56b60f5d4a1a287b28d600727bc54a5a7ac472ddd948ba1e +size 1291 diff --git a/MendeleyCXR/labels/Darwin_00005771_IM-0168-0001.png b/MendeleyCXR/labels/Darwin_00005771_IM-0168-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e2685458e89574f8c22c72b4f5269a113fb83319 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005771_IM-0168-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5038adeebde644e9635b84dcbafbb7911202d4d49cb2c65e0ba46f8183daf728 +size 1204 diff --git a/MendeleyCXR/labels/Darwin_00005772_IM-0170-0001.png b/MendeleyCXR/labels/Darwin_00005772_IM-0170-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..af03a44d06d414b45f112ef7258d1ff6f277e504 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005772_IM-0170-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f633ab324149c993a0d0fbb68c9858539690711f0400edae602c7c101495f0e +size 1241 diff --git a/MendeleyCXR/labels/Darwin_00005773_IM-0172-0001.png b/MendeleyCXR/labels/Darwin_00005773_IM-0172-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3d5d4fcde9373d132ce21a9436dd85d71b60875d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005773_IM-0172-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca38b6bfc71e6da33292ab498bcce390517131844bd86b78171b491797dbf47b +size 1230 diff --git a/MendeleyCXR/labels/Darwin_00005774_IM-0176-0001.png b/MendeleyCXR/labels/Darwin_00005774_IM-0176-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..46eb1f89dd54b48c914d95b384b7cee7587d3899 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005774_IM-0176-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a328864154542c50136f04622bab5c2277becdf76ac2981b2ce8b6a1176acff1 +size 1242 diff --git a/MendeleyCXR/labels/Darwin_00005775_IM-0177-0001.png b/MendeleyCXR/labels/Darwin_00005775_IM-0177-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..cb65bdf91deeee0a35778d10d8fc6b8e59c363c7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005775_IM-0177-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33c2b214d4d6df2b23f8be0c2ba056780c7ef4bc566826510065edf0d3fa9e29 +size 1024 diff --git a/MendeleyCXR/labels/Darwin_00005776_IM-0178-0001.png b/MendeleyCXR/labels/Darwin_00005776_IM-0178-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0537d8b62971c541fd009f321aa833d3dc05dc8a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005776_IM-0178-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c6c2c64c2bb7649aa9fdee95810279e1362435a52343d4f13d4ca442fca01d0 +size 1247 diff --git a/MendeleyCXR/labels/Darwin_00005777_IM-0180-0001.png b/MendeleyCXR/labels/Darwin_00005777_IM-0180-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f74aa7948a65d2f5278f0c0e02e564aa9ee05b2c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005777_IM-0180-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be88d457b2bc4827f78a8eea23860c82a2ee277b3870c699d1498f29d0e17e4d +size 1363 diff --git a/MendeleyCXR/labels/Darwin_00005778_IM-0182-0001.png b/MendeleyCXR/labels/Darwin_00005778_IM-0182-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..956a073ff7ee2b23b359623dd8d31f4feca240c8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005778_IM-0182-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf8354e223317b00c0c97e60da408d5d0bbc5c928da22aab651241b2892c6961 +size 1119 diff --git a/MendeleyCXR/labels/Darwin_00005779_IM-0183-0001.png b/MendeleyCXR/labels/Darwin_00005779_IM-0183-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1f41d6117f86520fc302fcc4ceb2ea02a3b009d5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005779_IM-0183-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1a4a83e67ce25fda0d287264772529940611acbccfab8b682f0b257bac5451d +size 1240 diff --git a/MendeleyCXR/labels/Darwin_00005780_IM-0185-0001.png b/MendeleyCXR/labels/Darwin_00005780_IM-0185-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ee9398f033d2266173fc755b1db459093aef6b04 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005780_IM-0185-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c798ea5c2234476b7071a781c5a395a0d2a77dbc366dd9e7c83caac8102c8ca +size 1182 diff --git a/MendeleyCXR/labels/Darwin_00005781_IM-0187-0001.png b/MendeleyCXR/labels/Darwin_00005781_IM-0187-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b8046bd4eb46021e021394a733211031ecde305b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005781_IM-0187-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a8cd96e281c44683dfab317aa099c0d8e7a8201a3370c92dc1e488535546271 +size 1292 diff --git a/MendeleyCXR/labels/Darwin_00005782_IM-0189-0001.png b/MendeleyCXR/labels/Darwin_00005782_IM-0189-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e2410ca523defadf747f0694732be66e9287787c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005782_IM-0189-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c76f9dabc03066bed5a229408dba2e8b4d1c2d09d33a66eb549853d291fb6902 +size 1227 diff --git a/MendeleyCXR/labels/Darwin_00005783_IM-0115-0001.png b/MendeleyCXR/labels/Darwin_00005783_IM-0115-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..333c36a17bf9ad17801f9aab6633cd31b0f015ce --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005783_IM-0115-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b2951a0ab913a59dc7561b45ec32ab8b00a8e5b8232d2dd5c342da8a2082b42 +size 1093 diff --git a/MendeleyCXR/labels/Darwin_00005784_IM-0117-0001.png b/MendeleyCXR/labels/Darwin_00005784_IM-0117-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..37f261da8d6856a03f3fc87dd9e1356ddb171149 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005784_IM-0117-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31c417e43e4bd69bbf66c9b04cb1a656aa7166ed92123f034ae01618187c31ee +size 1171 diff --git a/MendeleyCXR/labels/Darwin_00005785_IM-0119-0001.png b/MendeleyCXR/labels/Darwin_00005785_IM-0119-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..762c1a95f1b5122d8cf27259e7f446e031fa19a8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005785_IM-0119-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb98f605e0637d21342c3bc8f9cda43217d79b3332777db1e62b57d63d6ebfca +size 1135 diff --git a/MendeleyCXR/labels/Darwin_00005786_IM-0122-0001.png b/MendeleyCXR/labels/Darwin_00005786_IM-0122-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..42474b771dc3bea2dbb42c85acc245416a73178b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005786_IM-0122-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:247018a6541d53fca5f07fbfe0816e5b3f052827e96c5d4dae0a983cd1969cc0 +size 1094 diff --git a/MendeleyCXR/labels/Darwin_00005787_IM-0125-0001.png b/MendeleyCXR/labels/Darwin_00005787_IM-0125-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8d45a8021807d3b4c352b499bdbe03a00a36d7ef --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005787_IM-0125-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf0b7136e8662573633a5aead66b622d1efb68c5b2f8a0fa2ddd7b16ee36092d +size 1291 diff --git a/MendeleyCXR/labels/Darwin_00005788_IM-0127-0001.png b/MendeleyCXR/labels/Darwin_00005788_IM-0127-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..471185665dace9f1e8b6e78fb9701d8c3b36179c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005788_IM-0127-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99d01295dd0da2eec9cbbc2342bf47aae9f7f602ecbd976c3b8e1b457a6fa7c9 +size 1247 diff --git a/MendeleyCXR/labels/Darwin_00005789_IM-0128-0001.png b/MendeleyCXR/labels/Darwin_00005789_IM-0128-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f05aac4ae4e95015716202b9c2371fdf231dd2e6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005789_IM-0128-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfd8da48dbee9683f50ec7e59292c1e3511054ed1c4f829977fa8d48404b07d3 +size 1168 diff --git a/MendeleyCXR/labels/Darwin_00005790_NORMAL2-IM-1427-0001.png b/MendeleyCXR/labels/Darwin_00005790_NORMAL2-IM-1427-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9ced3a030a032ead6f6d648587a4f3fa197b6d77 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005790_NORMAL2-IM-1427-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93d1d22e590e5f93bf6fa57d7b3f1d4d0a75f6269aeef08205e869adf7f73463 +size 1100 diff --git a/MendeleyCXR/labels/Darwin_00005791_NORMAL2-IM-1430-0001.png b/MendeleyCXR/labels/Darwin_00005791_NORMAL2-IM-1430-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..44b8d9cecc8a26f25a4d7297a43fef3237bdc877 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005791_NORMAL2-IM-1430-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:667545fa0a20c660586b909807e6c6a497ad63ba1d6d4994c14da70f1db6cbe4 +size 1204 diff --git a/MendeleyCXR/labels/Darwin_00005792_NORMAL2-IM-1431-0001.png b/MendeleyCXR/labels/Darwin_00005792_NORMAL2-IM-1431-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7c630aa3fab7514222edd025e9c861a20074c962 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005792_NORMAL2-IM-1431-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:818d5c0493476b82c502ae87200797f3c75fe54a8bd884361756635762818bbc +size 1148 diff --git a/MendeleyCXR/labels/Darwin_00005793_NORMAL2-IM-1436-0001.png b/MendeleyCXR/labels/Darwin_00005793_NORMAL2-IM-1436-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..cfbf7e5738b48dca5f3f186affe109cf5d6db09b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005793_NORMAL2-IM-1436-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f26b91c33e4446e6ee7c0a74c88babd9e07a30f8ddd5147e51321c04126dfe0a +size 1201 diff --git a/MendeleyCXR/labels/Darwin_00005794_NORMAL2-IM-1437-0001.png b/MendeleyCXR/labels/Darwin_00005794_NORMAL2-IM-1437-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a2cc5faaf51c7140e7e04a726b9c5f6eb079cf25 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005794_NORMAL2-IM-1437-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:843767b813607883e28a7848ff0c99a3ca79a2491f5018029918982491eb8505 +size 1170 diff --git a/MendeleyCXR/labels/Darwin_00005795_NORMAL2-IM-1438-0001.png b/MendeleyCXR/labels/Darwin_00005795_NORMAL2-IM-1438-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9a948d539450b67659f74d1990d6ae242e5cabf9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005795_NORMAL2-IM-1438-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bebdcba5ad15311ae8b55e9f3735a402859cf884d16fa581c1ec06b89f45a06 +size 1181 diff --git a/MendeleyCXR/labels/Darwin_00005796_NORMAL2-IM-1440-0001.png b/MendeleyCXR/labels/Darwin_00005796_NORMAL2-IM-1440-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a83737a06634bd59f63fb6452647c0bea7bf8d59 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005796_NORMAL2-IM-1440-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0de813371c204377df20ee576b2492e7b42ab424e1586492d55bf7c8f0fc495c +size 1290 diff --git a/MendeleyCXR/labels/Darwin_00005797_NORMAL2-IM-1442-0001.png b/MendeleyCXR/labels/Darwin_00005797_NORMAL2-IM-1442-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3091bb6b57bd812333dc5b9902440d53d217c0ed --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005797_NORMAL2-IM-1442-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22f56df93bc6b5f3dd5be710ee8c3e22aacae63e96def3060a53230bb8af81c8 +size 1211 diff --git a/MendeleyCXR/labels/Darwin_00005798_IM-0001-0001.png b/MendeleyCXR/labels/Darwin_00005798_IM-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fd0766dcd3f834c269514f34b98e9497b8d50789 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005798_IM-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85fc66c01ef81bf25c57c4e7ba77542053a1852b3ad40e0b41cfafc8a2a8c4ad +size 1313 diff --git a/MendeleyCXR/labels/Darwin_00005799_IM-0003-0001.png b/MendeleyCXR/labels/Darwin_00005799_IM-0003-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6fae924d8fd0e832a402cc2f5f0c58017b5dd8a8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005799_IM-0003-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d33c1f209de3d9f8101f072ad317c0b82fd142496fd2742277d44d4f921a58a6 +size 1313 diff --git a/MendeleyCXR/labels/Darwin_00005800_IM-0005-0001.png b/MendeleyCXR/labels/Darwin_00005800_IM-0005-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..14971107f9bc187b7184da86383b633d9bc6e755 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005800_IM-0005-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b67ce23b76934e32450beb1a7700ea9ba1df78b39a5b195b903ae627f9b1a1bb +size 1318 diff --git a/MendeleyCXR/labels/Darwin_00005801_IM-0006-0001.png b/MendeleyCXR/labels/Darwin_00005801_IM-0006-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..95c639751a76a90dbee76bfc246fd5f6e7c9d3df --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005801_IM-0006-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77e49fc31a7b24d612c904d76e7cc0089022ccf6466947ff5bd040961f448808 +size 1331 diff --git a/MendeleyCXR/labels/Darwin_00005802_IM-0007-0001.png b/MendeleyCXR/labels/Darwin_00005802_IM-0007-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6a1bb31223b669a034dacb0a440f31f2b2dc9973 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005802_IM-0007-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:035b72e5afe43a500a2fdafa3a1a6769c7b56e32a7a9d146e16ef4179cf828c2 +size 1264 diff --git a/MendeleyCXR/labels/Darwin_00005803_IM-0009-0001.png b/MendeleyCXR/labels/Darwin_00005803_IM-0009-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..48b49733db9ae22639378fe01b04ffacd9f19bdc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005803_IM-0009-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccb31774c64fab56ead27624e6c6a2f824a1ba78325b7bab702160de19437664 +size 1302 diff --git a/MendeleyCXR/labels/Darwin_00005804_IM-0010-0001.png b/MendeleyCXR/labels/Darwin_00005804_IM-0010-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..260feff5d57704f6ade19b9f771a3bbaf815d2a4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005804_IM-0010-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:024f249d280de323a9f813074b9d4c31cad0a8a712c666ceb1a4ab6406b1c7e6 +size 1228 diff --git a/MendeleyCXR/labels/Darwin_00005805_IM-0011-0001-0001.png b/MendeleyCXR/labels/Darwin_00005805_IM-0011-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..541ede668487022a3d503d193cd6642f9ccc7cf9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005805_IM-0011-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6fcc2f078a858f97344f50a5fd5afa79a1b75e2fe46a488ad3dfdd72f6eb18f +size 1208 diff --git a/MendeleyCXR/labels/Darwin_00005806_IM-0011-0001-0002.png b/MendeleyCXR/labels/Darwin_00005806_IM-0011-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..fa0896f9c0b603e806fbaec119a2a9874bac9f7e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005806_IM-0011-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c091ab27fb25ce9eec17676d1aa2115eaf0c76753dedd937fc6e33077f30807 +size 1211 diff --git a/MendeleyCXR/labels/Darwin_00005807_IM-0011-0001.png b/MendeleyCXR/labels/Darwin_00005807_IM-0011-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c96c5417605dc141ee5cb791e45c7724c88f5e15 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005807_IM-0011-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44827ff4ac0f68bcf4f6d4d2c769195a6a69198a78acac31e9025e57717974db +size 1270 diff --git a/MendeleyCXR/labels/Darwin_00005808_IM-0013-0001.png b/MendeleyCXR/labels/Darwin_00005808_IM-0013-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..98d8ae0db7011646ab6c28c766bdd3f3c9ffe001 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005808_IM-0013-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cef602bdbdd810f5e52438104c79c60b66982730f0d8fe164dbcf054694da535 +size 1372 diff --git a/MendeleyCXR/labels/Darwin_00005809_IM-0015-0001.png b/MendeleyCXR/labels/Darwin_00005809_IM-0015-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..70ac57e28c831071b9a97d82582ceba1163ef2d0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005809_IM-0015-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76ffe608fef140496bc05e58504ed4a60d0c285d6ad21d1176c58f8b5e0f5447 +size 1283 diff --git a/MendeleyCXR/labels/Darwin_00005810_IM-0016-0001.png b/MendeleyCXR/labels/Darwin_00005810_IM-0016-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ece132e1082a46ca4348a4b43c4d3860a0e1c29f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005810_IM-0016-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81817bee9cd1f68d89c51a3c5d4ac0b6381b47e6d793fd111f2076ade129cf72 +size 1206 diff --git a/MendeleyCXR/labels/Darwin_00005811_IM-0017-0001.png b/MendeleyCXR/labels/Darwin_00005811_IM-0017-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7f02dd3566c06b34255107da40d83ac20b23dcbb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005811_IM-0017-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0d1ab0f9536bb75787b9647c42ac5e94d3707882a1db5712ccaf5f33eaa3264 +size 1263 diff --git a/MendeleyCXR/labels/Darwin_00005812_IM-0019-0001.png b/MendeleyCXR/labels/Darwin_00005812_IM-0019-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a790a1a92cf709522f0bf6adf00a3bfac536cbbd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005812_IM-0019-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4c17299ece212385680243dda508d701597cce80663c9997f5574958d9b5973 +size 1248 diff --git a/MendeleyCXR/labels/Darwin_00005813_IM-0021-0001.png b/MendeleyCXR/labels/Darwin_00005813_IM-0021-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3b4406b8ec3e4273a36c10588ad0608caf561d60 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005813_IM-0021-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7430b817a5acde1cc5717d5bf6b1aeccf5da98f3866eedcbceb388acaf0325cf +size 1306 diff --git a/MendeleyCXR/labels/Darwin_00005814_IM-0022-0001.png b/MendeleyCXR/labels/Darwin_00005814_IM-0022-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c1c655e11bb434cd824f24c9dbee1d28e4e2d9e4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005814_IM-0022-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb6aa17923abe31d80161e1b00b6560567e08e23d3abeeb38da19cbe1accd921 +size 1293 diff --git a/MendeleyCXR/labels/Darwin_00005815_IM-0023-0001.png b/MendeleyCXR/labels/Darwin_00005815_IM-0023-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..235144a44205898cc04f635ff025db51c740e830 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005815_IM-0023-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:233a43f82a082418215670bf4576894ff43da3c8384cdc18ac92b57da0e8efe7 +size 1213 diff --git a/MendeleyCXR/labels/Darwin_00005816_IM-0025-0001.png b/MendeleyCXR/labels/Darwin_00005816_IM-0025-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b1b8ae514a1fe42587ad079499531ca114c3f3a7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005816_IM-0025-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d617b1c3fdaac38d39139ec3999df4bc5e89240a6bf7449b78948ab4c3f70550 +size 1150 diff --git a/MendeleyCXR/labels/Darwin_00005817_IM-0027-0001.png b/MendeleyCXR/labels/Darwin_00005817_IM-0027-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..33f0335b8f55876fd820f939633a9f9e2e985f55 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005817_IM-0027-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:787a8efdebd3d8601c46d1b86f88cf1f91528e8623b3f78cf56d1b1a37f00cfe +size 1216 diff --git a/MendeleyCXR/labels/Darwin_00005818_IM-0028-0001.png b/MendeleyCXR/labels/Darwin_00005818_IM-0028-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f424c7d41c3aafc5b634313e968329c694b937e3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005818_IM-0028-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e676d5fe8e2a19c4de463128454ef1a7fc4fd4aac57e76abc5d12e1c9a3aa2b +size 1207 diff --git a/MendeleyCXR/labels/Darwin_00005819_IM-0029-0001.png b/MendeleyCXR/labels/Darwin_00005819_IM-0029-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..48d73cf96e40eca3053e95ecb8b0026bb29e82df --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005819_IM-0029-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed7b7207d6b402b21aaa5d5595ebe16524b4d980ee99cb6ff8f89f7dbd12aeed +size 1346 diff --git a/MendeleyCXR/labels/Darwin_00005820_IM-0030-0001.png b/MendeleyCXR/labels/Darwin_00005820_IM-0030-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e5258938d08c67f6b0bb7c9125aa4b87c267951f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005820_IM-0030-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d12e944a5b1f849018bc434dfa094f3898eaf58d037100deaa6a5c3644851ad +size 1220 diff --git a/MendeleyCXR/labels/Darwin_00005821_IM-0031-0001.png b/MendeleyCXR/labels/Darwin_00005821_IM-0031-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2b9323151e5b89d24b28558d42ca00b480cc6d76 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005821_IM-0031-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50e3047e625c5ca8cd20a4b44b3d8d7d58c2fee1053f4137e01cbba00c51bc5b +size 1228 diff --git a/MendeleyCXR/labels/Darwin_00005822_IM-0033-0001-0001.png b/MendeleyCXR/labels/Darwin_00005822_IM-0033-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a4cae75a8f008fea3f6b9cd34456e41722b59421 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005822_IM-0033-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e2abdc78bf362fd4b77a246c77655a5906f3839ee77fcfc18e383d82a3518f9 +size 1348 diff --git a/MendeleyCXR/labels/Darwin_00005823_IM-0033-0001-0002.png b/MendeleyCXR/labels/Darwin_00005823_IM-0033-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..c2a44df1e0339f9e525ac3d58d38b783966de77a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005823_IM-0033-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5f1d629818b07377148fc7b2ae301ca56a135698b4aa998272ddbc0bffd65b6 +size 1276 diff --git a/MendeleyCXR/labels/Darwin_00005824_IM-0033-0001.png b/MendeleyCXR/labels/Darwin_00005824_IM-0033-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..577231c36dd010800660d0dfb748fc90d0913876 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005824_IM-0033-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a84207747a606a15e4d8dd84bbdee2b34189b2e7d1044637157f0131327522b +size 1347 diff --git a/MendeleyCXR/labels/Darwin_00005825_IM-0035-0001.png b/MendeleyCXR/labels/Darwin_00005825_IM-0035-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1c1f8de104c619586abe6e0b3c4490889bb590d9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005825_IM-0035-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a26fb098f753aadc8673f3fe38745dc25dd68876ed6cb856592d0a5d583bad2 +size 1167 diff --git a/MendeleyCXR/labels/Darwin_00005826_IM-0036-0001.png b/MendeleyCXR/labels/Darwin_00005826_IM-0036-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..47cbc2b0213ba874c47c8edb903b8440349f68c9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005826_IM-0036-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55b2f655fd3f4c36458aec562c7579f3b7e26579dc675942eb9f6fb9bafcbcd8 +size 1237 diff --git a/MendeleyCXR/labels/Darwin_00005827_IM-0037-0001.png b/MendeleyCXR/labels/Darwin_00005827_IM-0037-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8bd46491ee748383ddb19416ac200b8740a3fea9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005827_IM-0037-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deed2e50138f3aee0983db2f25140e6096bdee66371b03823ded9db4a274ed6b +size 1245 diff --git a/MendeleyCXR/labels/Darwin_00005828_IM-0039-0001.png b/MendeleyCXR/labels/Darwin_00005828_IM-0039-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9c64a0a89e85b9fcb219c56879aa831ae2f61451 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005828_IM-0039-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:089be5df0ec653d01f4f6d63509adfeda5edfa61fc3211e2213768f567849370 +size 1203 diff --git a/MendeleyCXR/labels/Darwin_00005829_IM-0041-0001.png b/MendeleyCXR/labels/Darwin_00005829_IM-0041-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..968b5833cfba45468dbc32c6d766884bdc818f87 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005829_IM-0041-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c858e0cfbfba0065b54ad92c188c29de34863c31d0e1f6106a6ea9200edcbc5d +size 1247 diff --git a/MendeleyCXR/labels/Darwin_00005830_IM-0043-0001.png b/MendeleyCXR/labels/Darwin_00005830_IM-0043-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b2cc3bcdb24ec639ad74a0f29f8780d467cb8142 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005830_IM-0043-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:360b791af37a40897286d9a5ea72f2c7a59e670e2eb282a52bb5e08f99ac0302 +size 1292 diff --git a/MendeleyCXR/labels/Darwin_00005831_IM-0045-0001.png b/MendeleyCXR/labels/Darwin_00005831_IM-0045-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..da60655a986e19b0705f34cf819010f6abe54662 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005831_IM-0045-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e201f55b9ba600a96cd29fe2c3495a2ca6ba08670e7c91b5c35bc60debdc1992 +size 1332 diff --git a/MendeleyCXR/labels/Darwin_00005832_IM-0046-0001.png b/MendeleyCXR/labels/Darwin_00005832_IM-0046-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3f2d1be7eb1d59da3df1da007fd63067bd558f42 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005832_IM-0046-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9e45aa6966b7f2c47a65f5390a2a1c93c2025379681739f25e6cc969f4b8eb0 +size 1322 diff --git a/MendeleyCXR/labels/Darwin_00005833_IM-0049-0001.png b/MendeleyCXR/labels/Darwin_00005833_IM-0049-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fc4984a63718a159e3da5a165b8d52fc50b07940 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005833_IM-0049-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6127ee65d2d25d19487b21e300cc6d2cc66b4ba1ce06ce838be7784848ab4228 +size 1241 diff --git a/MendeleyCXR/labels/Darwin_00005834_IM-0050-0001.png b/MendeleyCXR/labels/Darwin_00005834_IM-0050-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..892c22ed5ff4c710ca5417dd35830589f64d23c4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005834_IM-0050-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19789473c2c83274ae1fb7fc9727fbbcec0a0251bf5784cb3fe544a72c832a83 +size 1165 diff --git a/MendeleyCXR/labels/Darwin_00005835_IM-0059-0001.png b/MendeleyCXR/labels/Darwin_00005835_IM-0059-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..00b8b31e5db6ad76afb36bdc11f1adf1b1f0c5c9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005835_IM-0059-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2467f9027723b064558b26ae005aefb026d7350a49e5700220304a6b233b6429 +size 1203 diff --git a/MendeleyCXR/labels/Darwin_00005836_IM-0061-0001.png b/MendeleyCXR/labels/Darwin_00005836_IM-0061-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..bdc9eb38e7d2dcccacbd61ad3cd1ed0b27387ba0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005836_IM-0061-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e17621a9439f9e1d51be7a88e6a398e83c26da53e6dad21439a687fe9bdc51bd +size 1263 diff --git a/MendeleyCXR/labels/Darwin_00005837_IM-0063-0001.png b/MendeleyCXR/labels/Darwin_00005837_IM-0063-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..938656ecd74bf173b4a34be5ba81e2b263e90421 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005837_IM-0063-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4cee299e0142f5713094ba9755eb5edfd6aa5a8b3cc3c2355e4e9d224284555 +size 1246 diff --git a/MendeleyCXR/labels/Darwin_00005838_IM-0065-0001.png b/MendeleyCXR/labels/Darwin_00005838_IM-0065-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3d228496aae5aab29d450340fb28767491772d41 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005838_IM-0065-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcbf3c0aff7b9c445a5b235dd25a2474a722693bdb4ce2c3875abdf4f61dc80c +size 1219 diff --git a/MendeleyCXR/labels/Darwin_00005839_IM-0067-0001.png b/MendeleyCXR/labels/Darwin_00005839_IM-0067-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..df312c463fea17ce68c43d0d3c670b9fe80090fe --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005839_IM-0067-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3a9128ef03ba422468d298864539d8ad8b525e3b67eb2b7382b1c6f9d12bc72 +size 1157 diff --git a/MendeleyCXR/labels/Darwin_00005840_IM-0069-0001.png b/MendeleyCXR/labels/Darwin_00005840_IM-0069-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..48088dc36b028fc676b511bae73735411fd2796f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005840_IM-0069-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:131522f9f128fe83c3c3956734f3b7dec439a5feca5bf59b6717e3f6a54fb270 +size 1140 diff --git a/MendeleyCXR/labels/Darwin_00005841_IM-0070-0001.png b/MendeleyCXR/labels/Darwin_00005841_IM-0070-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..41982d43fa9db30d18086b712033326afb5d428f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005841_IM-0070-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d09e9c76a3cfd60708ceddb48313c6d62ce9444c862e4fc179142dc9db769ae +size 1229 diff --git a/MendeleyCXR/labels/Darwin_00005842_IM-0071-0001.png b/MendeleyCXR/labels/Darwin_00005842_IM-0071-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..58dcb310b50297de588f52d6a584b3d39a849a63 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005842_IM-0071-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17d9fb328038f2d3db71e885a6da3db5dc01e6ce52e42fd1e2ebf217f98775f8 +size 1196 diff --git a/MendeleyCXR/labels/Darwin_00005843_IM-0073-0001.png b/MendeleyCXR/labels/Darwin_00005843_IM-0073-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f5e16c0d7a940a68d33304cb604db3bf39d824bf --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005843_IM-0073-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4f062e87d4f0931a6a14e033f91c3c4a41af097bbb2637c7ce94ee3d6659f3e +size 1256 diff --git a/MendeleyCXR/labels/Darwin_00005844_IM-0075-0001.png b/MendeleyCXR/labels/Darwin_00005844_IM-0075-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b8b13b2c3e2dd90b187486cf682d469ce375faf0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005844_IM-0075-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16d56bd5ec3eed54119e47a20ef66af3f55d7f713718bf386a589588e84b366c +size 1258 diff --git a/MendeleyCXR/labels/Darwin_00005845_IM-0077-0001.png b/MendeleyCXR/labels/Darwin_00005845_IM-0077-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5be9e9dd52dc65061b329c7b4cc381f7c265b6f7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005845_IM-0077-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02258e99ac65198a6192ff69a63a2e6b9128733928e1a18a644594f67309d2bc +size 1309 diff --git a/MendeleyCXR/labels/Darwin_00005846_IM-0079-0001.png b/MendeleyCXR/labels/Darwin_00005846_IM-0079-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a375d451226d45d5b6fa85ad4b86fdba6b92f28a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005846_IM-0079-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24c5c7d31c7157c7d019a12cfac92b73c5ee50b8b62d227a3d9a5b515be95978 +size 1282 diff --git a/MendeleyCXR/labels/Darwin_00005847_IM-0081-0001.png b/MendeleyCXR/labels/Darwin_00005847_IM-0081-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2f00d76a6a94f4b1584fcb9a3802529805069794 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005847_IM-0081-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4df9ee317287929c88bb398cb369ad5ebc7046c58ea75e4bd4d7d3c0eff7436f +size 1121 diff --git a/MendeleyCXR/labels/Darwin_00005848_IM-0083-0001.png b/MendeleyCXR/labels/Darwin_00005848_IM-0083-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0617d40f18bcae84d888a88500ec6e3ba0b9c4f0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005848_IM-0083-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc338d9f372c950c0243d6cbfc52163193bc60d723132ba57ef4423ce9b9adaf +size 1203 diff --git a/MendeleyCXR/labels/Darwin_00005849_IM-0084-0001.png b/MendeleyCXR/labels/Darwin_00005849_IM-0084-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7810149686f3daf8c67301825feba800978ec758 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005849_IM-0084-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f5090f0bdc6cb2e0a73b2b79002caeb78cb7cc4dc676e79aa4676265fcaf59f +size 1214 diff --git a/MendeleyCXR/labels/Darwin_00005850_IM-0085-0001.png b/MendeleyCXR/labels/Darwin_00005850_IM-0085-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..62f9f6f4967b884af4ce3752c54bbfdb8a0d9b43 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005850_IM-0085-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:405be74bbe83f3a0339ae414a9037338556daa66538322524dfaeceacb4d85de +size 1266 diff --git a/MendeleyCXR/labels/Darwin_00005851_IM-0086-0001.png b/MendeleyCXR/labels/Darwin_00005851_IM-0086-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fd2b0c2307cf3888681a18092050a30eae9d60a3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005851_IM-0086-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87b795a15874fa77658dbb9be00c0c5c8c322037f9e01f957d054b76675899bd +size 1329 diff --git a/MendeleyCXR/labels/Darwin_00005852_IM-0087-0001.png b/MendeleyCXR/labels/Darwin_00005852_IM-0087-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9da71f3250a92dc7768bb40b33ab6baff3f77785 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005852_IM-0087-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46f57b3789eb7befa459ef6b5bb6040e23a127d7b2362f00e5ab60701f5a647c +size 1270 diff --git a/MendeleyCXR/labels/Darwin_00005853_IM-0089-0001.png b/MendeleyCXR/labels/Darwin_00005853_IM-0089-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..cdea025ee3d093a93075a5f8c59a3a59759a9686 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005853_IM-0089-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6478df6f4b279ddd8c41c293c322e78ba6d6b2dabeb13ab5894f658d5c56b0c +size 1117 diff --git a/MendeleyCXR/labels/Darwin_00005854_IM-0091-0001.png b/MendeleyCXR/labels/Darwin_00005854_IM-0091-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..dfc4f0dd82810edcc6523fa405a96ed3e56cfa1c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005854_IM-0091-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:118cbe376849ad05453c82b54c89205cf10ab2985adf3b8555cd48e96a2f0cdf +size 1270 diff --git a/MendeleyCXR/labels/Darwin_00005855_IM-0093-0001.png b/MendeleyCXR/labels/Darwin_00005855_IM-0093-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2f7d5c9e140036ca0df3513d7d204fc44b51d08d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005855_IM-0093-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:838af8d256eb5cc4603a5578149d2198e99a09e6fc057174d8d2cbafe66aee54 +size 1342 diff --git a/MendeleyCXR/labels/Darwin_00005856_IM-0095-0001.png b/MendeleyCXR/labels/Darwin_00005856_IM-0095-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f36f3433f880e4f4b73556bcc1e843e0c375c13a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005856_IM-0095-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55d90e884e6034365dfa1ffbaee14f6128986a255a4bda83508f9c3e9c937128 +size 1225 diff --git a/MendeleyCXR/labels/Darwin_00005857_IM-0097-0001.png b/MendeleyCXR/labels/Darwin_00005857_IM-0097-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..bb6b8f28b135ed78302993729115ea9ccaa3e875 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005857_IM-0097-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f22403ed4efc964899eb43b2df89081fdc7a628a73ca9d2a922f8a2c791118f9 +size 1120 diff --git a/MendeleyCXR/labels/Darwin_00005858_IM-0099-0001.png b/MendeleyCXR/labels/Darwin_00005858_IM-0099-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9bfe2b7ffab83933d84fe23fb98c6a070d29267a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005858_IM-0099-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c8a1f3f7913de3c644be8211dda4a78e1d15dba4afef47d7916d5140ded3d7e +size 1203 diff --git a/MendeleyCXR/labels/Darwin_00005859_IM-0101-0001.png b/MendeleyCXR/labels/Darwin_00005859_IM-0101-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..dd55d579f3260b4407a05a91896a54e76d4ec401 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005859_IM-0101-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f396ee48d752307b06ad81ec27eabadce0aacbeb8cc3d67a663b6322e662c6b8 +size 1366 diff --git a/MendeleyCXR/labels/Darwin_00005860_IM-0102-0001.png b/MendeleyCXR/labels/Darwin_00005860_IM-0102-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a62fb0f70f2a15411906d4db5bd4a3a05536d1e4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005860_IM-0102-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d10f08a55090e8a2b0a98468e92847059e988afca167c9f146089afe4e11015 +size 1277 diff --git a/MendeleyCXR/labels/Darwin_00005861_IM-0103-0001.png b/MendeleyCXR/labels/Darwin_00005861_IM-0103-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ef51408e263af07b86d65b269610062fda949280 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005861_IM-0103-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfa95f6cec558d55aeb3e03f8c1a87382ba76efe2f4305c66f034a7e0a2b0692 +size 1136 diff --git a/MendeleyCXR/labels/Darwin_00005862_IM-0105-0001.png b/MendeleyCXR/labels/Darwin_00005862_IM-0105-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..42ea540e9ea253572acba7732aaba15446c25c3f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005862_IM-0105-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:056307a7e3a975775d6cad63aa49efe8765d3c8a7b57d47c3b263a0d281a0dc0 +size 1192 diff --git a/MendeleyCXR/labels/Darwin_00005863_IM-0107-0001.png b/MendeleyCXR/labels/Darwin_00005863_IM-0107-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e75baf0969ca89694b1442dc2c05acb3cc9bb7e2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005863_IM-0107-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20066e28d23847cf3af521409333adfd739fa68a2b1a734ee12c095fd03d33b5 +size 1152 diff --git a/MendeleyCXR/labels/Darwin_00005864_IM-0109-0001.png b/MendeleyCXR/labels/Darwin_00005864_IM-0109-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3df3b0bcc9b6e07bc49bdfe0e358eba4312800f5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005864_IM-0109-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fe70eeab5c2f38149c080d637c80c06b740121ba8fe50d006e2fbbec9ffedd2 +size 1259 diff --git a/MendeleyCXR/labels/Darwin_00005865_IM-0110-0001.png b/MendeleyCXR/labels/Darwin_00005865_IM-0110-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c98c0a7e167dc742fcadb9e9dc5cbf2e551aa51e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005865_IM-0110-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48dd190ae42d7f32936ec46f93bda4f76ae707b46844e02ddc9ed74f3c2cc677 +size 1246 diff --git a/MendeleyCXR/labels/Darwin_00005866_IM-0111-0001.png b/MendeleyCXR/labels/Darwin_00005866_IM-0111-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..914504f11b25192a4b9aede0be3c2ce05081a524 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005866_IM-0111-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cc671a29f36516b2bd61f275cf0a785dbdc059670d41fb919940bad638c2124 +size 1259 diff --git a/MendeleyCXR/labels/Darwin_00005867_NORMAL2-IM-0007-0001.png b/MendeleyCXR/labels/Darwin_00005867_NORMAL2-IM-0007-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..577cf2ffd214c89efb6bc7f2a104d16fc7e4619a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005867_NORMAL2-IM-0007-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f98f39b5e6d9a72b3a20cd23dcdd32452a54c16a946dd89b17a7ab7bfe939b6 +size 1153 diff --git a/MendeleyCXR/labels/Darwin_00005868_NORMAL2-IM-0012-0001.png b/MendeleyCXR/labels/Darwin_00005868_NORMAL2-IM-0012-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0f92aa9ef00135ddb8e3df04d766314b3dac13ad --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005868_NORMAL2-IM-0012-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2b04ac2baff9e65e3c6df17cf0f79a71b7445ceaf629ba08ce677b1527794ea +size 1115 diff --git a/MendeleyCXR/labels/Darwin_00005869_NORMAL2-IM-0013-0001.png b/MendeleyCXR/labels/Darwin_00005869_NORMAL2-IM-0013-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..74913e2ff6327cbab72816a06fd7ee417ec4e208 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005869_NORMAL2-IM-0013-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05e2b0a855e82ff36ddde0a333fc4a403f0fa3192a1076adfa8e97f3f179f1ae +size 1133 diff --git a/MendeleyCXR/labels/Darwin_00005870_NORMAL2-IM-0019-0001.png b/MendeleyCXR/labels/Darwin_00005870_NORMAL2-IM-0019-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..11ac48f27daa39fca8dec8b09034e8a2b84fdaba --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005870_NORMAL2-IM-0019-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72064115da7f250c8f7bfeb4164aaedc07abc238a6e113c22f46e23cb076eb9c +size 1301 diff --git a/MendeleyCXR/labels/Darwin_00005871_NORMAL2-IM-0023-0001.png b/MendeleyCXR/labels/Darwin_00005871_NORMAL2-IM-0023-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ab22b9d7a3a0268e73d907ec8009c604f9ec8467 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005871_NORMAL2-IM-0023-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8e3cbdd19cf0f199091f0d15d489500bcb9aeb3297102b188bcc3de9a387d85 +size 1145 diff --git a/MendeleyCXR/labels/Darwin_00005872_NORMAL2-IM-0027-0001.png b/MendeleyCXR/labels/Darwin_00005872_NORMAL2-IM-0027-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5204e6888b50227b7f6ad9e30b5009df034fc3eb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005872_NORMAL2-IM-0027-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c40a0fdf12d9ec39476ac0dcbfc7e13f3b522037ee1e5ca21f178375c17e2c6 +size 1095 diff --git a/MendeleyCXR/labels/Darwin_00005873_NORMAL2-IM-0028-0001.png b/MendeleyCXR/labels/Darwin_00005873_NORMAL2-IM-0028-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..94798bcb432c74b6e5a7fb9372aca6864102d65f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005873_NORMAL2-IM-0028-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f72045d033e195d467c0ae8197a6c5df336cd94251376c399b95d73de4b624b4 +size 1258 diff --git a/MendeleyCXR/labels/Darwin_00005874_NORMAL2-IM-0029-0001.png b/MendeleyCXR/labels/Darwin_00005874_NORMAL2-IM-0029-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..34add80fd139d988b9c1bf36c2e7917308481cdc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005874_NORMAL2-IM-0029-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d8d65b2495234615996ac32fa1fbd09a9aa10957ac178bebf32ca565eb4ca17 +size 1195 diff --git a/MendeleyCXR/labels/Darwin_00005875_NORMAL2-IM-0030-0001.png b/MendeleyCXR/labels/Darwin_00005875_NORMAL2-IM-0030-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c74f4ee55655c3f118a7f067c92f2077923c68af --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005875_NORMAL2-IM-0030-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c9fa6a49799ec4bae162dea7a5fd98fc84d3437bd1252f25053bfdd30a7c255 +size 1202 diff --git a/MendeleyCXR/labels/Darwin_00005876_NORMAL2-IM-0033-0001.png b/MendeleyCXR/labels/Darwin_00005876_NORMAL2-IM-0033-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fdbafd97ad1c83c32d1a066e810329120741d412 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005876_NORMAL2-IM-0033-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07956de4203b9e5bb908464448b7e23acdbf8ec0e58d78ea2176f6112f2e0e54 +size 1230 diff --git a/MendeleyCXR/labels/Darwin_00005877_NORMAL2-IM-0035-0001.png b/MendeleyCXR/labels/Darwin_00005877_NORMAL2-IM-0035-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..26c860c2eced222a75b2a0a9e1f2d5b1f1c3258b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005877_NORMAL2-IM-0035-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9f91c499886c7a75aab910e1d8a562ff4d0673e502dd221f76895fcc4b1fb1e +size 1151 diff --git a/MendeleyCXR/labels/Darwin_00005878_NORMAL2-IM-0041-0001.png b/MendeleyCXR/labels/Darwin_00005878_NORMAL2-IM-0041-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1c0fe751fc05324081af67d123b953fbec65aefe --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005878_NORMAL2-IM-0041-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d1eac5af90495762db2de68644d066f0bf3cf3464c280e1b87f19a1e752de25 +size 1079 diff --git a/MendeleyCXR/labels/Darwin_00005879_NORMAL2-IM-0045-0001.png b/MendeleyCXR/labels/Darwin_00005879_NORMAL2-IM-0045-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..17a1134cf7b4e4a6cc0e414aee1179866629c8c3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005879_NORMAL2-IM-0045-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2170e0f70ea872a648800df56f49b63089735b82a5c9c64bae852ef1206820f +size 1150 diff --git a/MendeleyCXR/labels/Darwin_00005880_NORMAL2-IM-0051-0001.png b/MendeleyCXR/labels/Darwin_00005880_NORMAL2-IM-0051-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..be99ac5d7a4544d84a445daf1674ffe93f99e472 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005880_NORMAL2-IM-0051-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ddbcbc16e1664a07951d3191100a12bc20c6088f97bed0a6911c47ac5eb3673 +size 1088 diff --git a/MendeleyCXR/labels/Darwin_00005881_NORMAL2-IM-0052-0001.png b/MendeleyCXR/labels/Darwin_00005881_NORMAL2-IM-0052-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..27669815cc5eb3be1f52e9ab6f48e87832775abe --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005881_NORMAL2-IM-0052-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdfac1fdc6577ada9328885592ef7b5ce7ec73ccbc923e717eff252471635932 +size 1174 diff --git a/MendeleyCXR/labels/Darwin_00005882_NORMAL2-IM-0058-0001.png b/MendeleyCXR/labels/Darwin_00005882_NORMAL2-IM-0058-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..41f46e57698afc3cf6d8f8bcf5b0d55ffbb303ba --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005882_NORMAL2-IM-0058-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fced0849fb83a552cb1195410525bdcdc67df431bb7373f30b932ed6e4c97491 +size 1133 diff --git a/MendeleyCXR/labels/Darwin_00005883_NORMAL2-IM-0059-0001.png b/MendeleyCXR/labels/Darwin_00005883_NORMAL2-IM-0059-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1095a4a47e30ddd4ae916e07e99e8238e08cd3d3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005883_NORMAL2-IM-0059-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42a5551248d933a89ca85eae9b6c5e0e8a4b893148cb29c864dc3a870ef8d731 +size 1209 diff --git a/MendeleyCXR/labels/Darwin_00005884_NORMAL2-IM-0060-0001.png b/MendeleyCXR/labels/Darwin_00005884_NORMAL2-IM-0060-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d0801808274929cab5e331a5f45961ff3266fdd2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005884_NORMAL2-IM-0060-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ec15d3df541d78ab8b02835f2289b08ea94d703b598f8a4306f7bfe1a491d64 +size 1185 diff --git a/MendeleyCXR/labels/Darwin_00005885_NORMAL2-IM-0066-0001.png b/MendeleyCXR/labels/Darwin_00005885_NORMAL2-IM-0066-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5be846a95ad39d4aa5e3c43e0e044119e92ec216 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005885_NORMAL2-IM-0066-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:724f9e83ed00b46caa3341e456a7aa4b55bf097e0805f90d0b12c539d525e591 +size 1169 diff --git a/MendeleyCXR/labels/Darwin_00005886_NORMAL2-IM-0072-0001.png b/MendeleyCXR/labels/Darwin_00005886_NORMAL2-IM-0072-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..08cfb02bbd2ab182dbc254f8d70bc5a1f48d4ad6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005886_NORMAL2-IM-0072-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a60ac0a84a16b6d421c9a5da6ed564a5c02b36b98a1148ea1182595bfc39245c +size 1307 diff --git a/MendeleyCXR/labels/Darwin_00005887_NORMAL2-IM-0073-0001.png b/MendeleyCXR/labels/Darwin_00005887_NORMAL2-IM-0073-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..be2c4f79865e8d64594e36b953a58baf91066071 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005887_NORMAL2-IM-0073-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6f054192499a695f408083c2d8ae06ea62a5ef673cb035ec91233bd65fdb117 +size 1151 diff --git a/MendeleyCXR/labels/Darwin_00005888_NORMAL2-IM-0079-0001.png b/MendeleyCXR/labels/Darwin_00005888_NORMAL2-IM-0079-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0f07851c2d7a07914172143074a7aaec90d9fd62 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005888_NORMAL2-IM-0079-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51ab38cfb17fe2a246c49cda62e83a198172f0375c0abacd9d76d5b1d25da75e +size 1179 diff --git a/MendeleyCXR/labels/Darwin_00005889_NORMAL2-IM-0081-0001.png b/MendeleyCXR/labels/Darwin_00005889_NORMAL2-IM-0081-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..be3b5e6320f5e78f22df9ca028b66752cbe0d6f5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005889_NORMAL2-IM-0081-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10c8d7e0cd8ec50e932b419e5142ca53211b933f3f28bf4a2241417541340824 +size 1134 diff --git a/MendeleyCXR/labels/Darwin_00005890_NORMAL2-IM-0086-0001.png b/MendeleyCXR/labels/Darwin_00005890_NORMAL2-IM-0086-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..cd155f3efd1930c68020ddca57a8e5f60f46bc90 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005890_NORMAL2-IM-0086-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42e03c7eecba5aedc4f92331bc7fa5e7d8d5d377d68a4c24c481bf153ad26aa6 +size 1198 diff --git a/MendeleyCXR/labels/Darwin_00005891_NORMAL2-IM-0092-0001.png b/MendeleyCXR/labels/Darwin_00005891_NORMAL2-IM-0092-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..89a68f2c935e005eb628166dc177679a0b279bca --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005891_NORMAL2-IM-0092-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cc4b3d2834f6391cb25661f4e97e02b5d0f7bfa99f476fa20cc255e998399d5 +size 1146 diff --git a/MendeleyCXR/labels/Darwin_00005892_NORMAL2-IM-0095-0001.png b/MendeleyCXR/labels/Darwin_00005892_NORMAL2-IM-0095-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3f986e311a36a688e0ae481940b37596dc88f736 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005892_NORMAL2-IM-0095-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1e08720a7a613e21a51b9db353e0795191644a96725000064d66f84eeac954d +size 1060 diff --git a/MendeleyCXR/labels/Darwin_00005894_NORMAL2-IM-0098-0001.png b/MendeleyCXR/labels/Darwin_00005894_NORMAL2-IM-0098-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1d18c1d197294209a8201313d51ef77ccdde04f6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005894_NORMAL2-IM-0098-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b787e4e223835a47496a6bcfe07c590bc18f35516780f39c5656630f8993b80 +size 1042 diff --git a/MendeleyCXR/labels/Darwin_00005895_NORMAL2-IM-0102-0001.png b/MendeleyCXR/labels/Darwin_00005895_NORMAL2-IM-0102-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1fefa7909c7c1caaae60f7a5d93c6d1125d367e3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005895_NORMAL2-IM-0102-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9e6ce2ae5b9f7d90937d1fc9a96fa5ea4cf5281cd87142f0fa4bd6d320ac255 +size 1237 diff --git a/MendeleyCXR/labels/Darwin_00005896_NORMAL2-IM-0105-0001.png b/MendeleyCXR/labels/Darwin_00005896_NORMAL2-IM-0105-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..09238966b4418a02afef2620eed4ca9dc86bc2e1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005896_NORMAL2-IM-0105-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ae59255a66db726e642762cee63b7ed232500ab9a5d1255301e16b33f7c0067 +size 1281 diff --git a/MendeleyCXR/labels/Darwin_00005897_NORMAL2-IM-0107-0001.png b/MendeleyCXR/labels/Darwin_00005897_NORMAL2-IM-0107-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0ac8a946f8072c145d3c294126799e088b52b618 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005897_NORMAL2-IM-0107-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24652e30e8782c120ec502680b9ca88c10f331c3e113c79d0bb089ead5008f9e +size 1100 diff --git a/MendeleyCXR/labels/Darwin_00005898_NORMAL2-IM-0110-0001.png b/MendeleyCXR/labels/Darwin_00005898_NORMAL2-IM-0110-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2ee783e79448d699ef516739e7d653f55e5f9bfe --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005898_NORMAL2-IM-0110-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da3b7ec1c9809abed85ae51f429cccf85500b011348c4e7ad1221495c894a158 +size 1164 diff --git a/MendeleyCXR/labels/Darwin_00005899_NORMAL2-IM-0111-0001.png b/MendeleyCXR/labels/Darwin_00005899_NORMAL2-IM-0111-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..bd9aacd4004339f205bf3e4fb468dad07bfb53ab --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005899_NORMAL2-IM-0111-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68b3681206d760c34901ab64725cdef76416d5aefcca73f141a1e8092ca05066 +size 1233 diff --git a/MendeleyCXR/labels/Darwin_00005900_NORMAL2-IM-0112-0001.png b/MendeleyCXR/labels/Darwin_00005900_NORMAL2-IM-0112-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8fc9280e13ea2d5318d476e14df4a51a180dc3e2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005900_NORMAL2-IM-0112-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8b4cd1e1fe87b66911689c77a9208cae872af4f96662655526d0179c08ac279 +size 1145 diff --git a/MendeleyCXR/labels/Darwin_00005901_NORMAL2-IM-0117-0001.png b/MendeleyCXR/labels/Darwin_00005901_NORMAL2-IM-0117-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4b7dd13147d55b8734249a6331cf6b012a19cdcb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005901_NORMAL2-IM-0117-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6524c6f8e08d177aa7b7f2753520c2ddda924788cb964ef1ad8a42a1c20f0324 +size 1231 diff --git a/MendeleyCXR/labels/Darwin_00005902_NORMAL2-IM-0120-0001.png b/MendeleyCXR/labels/Darwin_00005902_NORMAL2-IM-0120-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..21ef694c960124b14817aa7e50b1cdb16e9bd4f6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005902_NORMAL2-IM-0120-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79cf376e971e621c7c3cd2ebc7a909c004005057ad41f0c2a621d2d195876883 +size 1085 diff --git a/MendeleyCXR/labels/Darwin_00005903_NORMAL2-IM-0123-0001.png b/MendeleyCXR/labels/Darwin_00005903_NORMAL2-IM-0123-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a00ffea2ce43372b287f90e90ab656e81486c3a9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005903_NORMAL2-IM-0123-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50f2bab3cce1b189bbabea47ffbda83ff8416123857971e51e78bed54d74ca78 +size 1004 diff --git a/MendeleyCXR/labels/Darwin_00005904_NORMAL2-IM-0129-0001.png b/MendeleyCXR/labels/Darwin_00005904_NORMAL2-IM-0129-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f6cf2123f88e72e69b3d17f90586fd9f42352889 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005904_NORMAL2-IM-0129-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1767bd297e5a751f96c7314ac92af5dded852f06d3f7dc026a1b2fd7423c12e +size 1026 diff --git a/MendeleyCXR/labels/Darwin_00005905_NORMAL2-IM-0130-0001.png b/MendeleyCXR/labels/Darwin_00005905_NORMAL2-IM-0130-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..44ca8bee9f809e5398b6ff30a0a068e2d97b7a3a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005905_NORMAL2-IM-0130-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d329d4c2f0205ea19550856ef8175d8fbbe7d978d9e2c1bab63d585101924a8 +size 1238 diff --git a/MendeleyCXR/labels/Darwin_00005906_NORMAL2-IM-0131-0001.png b/MendeleyCXR/labels/Darwin_00005906_NORMAL2-IM-0131-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b2d44d491273057d592d1f88c60e3c912bc6be18 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005906_NORMAL2-IM-0131-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2bdbd37250f4b609d777a4a64dacbcfea0967ec73258a84f3d782c2332c915c +size 1131 diff --git a/MendeleyCXR/labels/Darwin_00005907_NORMAL2-IM-0132-0001.png b/MendeleyCXR/labels/Darwin_00005907_NORMAL2-IM-0132-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e4b01419e1c2c0191ba4cbf5aa80ad23cdd1e7de --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005907_NORMAL2-IM-0132-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79cd1b152a82f2eeb4811e30dcc8025d13c0762c35085a80824ab31ff3442383 +size 1188 diff --git a/MendeleyCXR/labels/Darwin_00005908_NORMAL2-IM-0135-0001.png b/MendeleyCXR/labels/Darwin_00005908_NORMAL2-IM-0135-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5cdb332b575991440a3d7c26c8cbe0049a14ef0f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005908_NORMAL2-IM-0135-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:281103fd998e415dda19e516d9dcd802473af28b7733de7037086189818b6fa9 +size 1086 diff --git a/MendeleyCXR/labels/Darwin_00005909_NORMAL2-IM-0139-0001.png b/MendeleyCXR/labels/Darwin_00005909_NORMAL2-IM-0139-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a4af4666734662c051159cb8f4851683e746da2a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005909_NORMAL2-IM-0139-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12e2ec1873c2530816175110aaccb437c3be4ee9a44162993156e97d932110ed +size 1079 diff --git a/MendeleyCXR/labels/Darwin_00005910_NORMAL2-IM-0141-0001.png b/MendeleyCXR/labels/Darwin_00005910_NORMAL2-IM-0141-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a2a89fb4add5c6bbf7dff4c4ba01a81c64ad460e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005910_NORMAL2-IM-0141-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b63fd32ee8a3ac85ab186e5a05dc41e0f8079c59b4c944a17a2fcaf6b8a5c33 +size 1062 diff --git a/MendeleyCXR/labels/Darwin_00005911_NORMAL2-IM-0145-0001.png b/MendeleyCXR/labels/Darwin_00005911_NORMAL2-IM-0145-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8ea0fbe6f2d750baef641f82f24af26d4bebcbfe --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005911_NORMAL2-IM-0145-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8247bf3c9da972d93bc2b94ff3efb13df1beee4512025606d77d5c2abd0c339c +size 1221 diff --git a/MendeleyCXR/labels/Darwin_00005912_NORMAL2-IM-0146-0001.png b/MendeleyCXR/labels/Darwin_00005912_NORMAL2-IM-0146-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..41514dda5c7890f30fa366089a51778a0c3d1591 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005912_NORMAL2-IM-0146-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9253277e04a42175c03d314c9131440d7a4a53eec67d1cc37a2b717f71706e5b +size 1200 diff --git a/MendeleyCXR/labels/Darwin_00005913_NORMAL2-IM-0150-0001.png b/MendeleyCXR/labels/Darwin_00005913_NORMAL2-IM-0150-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3b7aebb013f1fb9b9651d484d9bc6c28dfaf9276 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005913_NORMAL2-IM-0150-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3473e1246867fe811d1cef1f0baac85ebf079b6d75f54400efd47f2e6e0d2228 +size 1237 diff --git a/MendeleyCXR/labels/Darwin_00005914_NORMAL2-IM-0171-0001.png b/MendeleyCXR/labels/Darwin_00005914_NORMAL2-IM-0171-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..cde3d4b79dc1b35daba2e582bc62898ee12ee253 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005914_NORMAL2-IM-0171-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:153ed7118bd72512ed8b955ffd709d74cff7929edfb6c03a83b138209f322d97 +size 1124 diff --git a/MendeleyCXR/labels/Darwin_00005915_NORMAL2-IM-0173-0001-0001.png b/MendeleyCXR/labels/Darwin_00005915_NORMAL2-IM-0173-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9510fec2bca0413338f368733d4ddab58f67129f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005915_NORMAL2-IM-0173-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77b2c08ca623fe98ba886508339da5ffafd037d73f88ac87252336d6cbd4513b +size 1266 diff --git a/MendeleyCXR/labels/Darwin_00005917_NORMAL2-IM-0195-0001.png b/MendeleyCXR/labels/Darwin_00005917_NORMAL2-IM-0195-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..880ec62816675fe80194f0b69230d869ab7838ae --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005917_NORMAL2-IM-0195-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bae654e0d404307503f70887cd20bc2d927af3aa51352f38696da53475e3db9c +size 1280 diff --git a/MendeleyCXR/labels/Darwin_00005918_NORMAL2-IM-0196-0001.png b/MendeleyCXR/labels/Darwin_00005918_NORMAL2-IM-0196-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a335101f553a5ed24e815d7049d12c4a18cb8ece --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005918_NORMAL2-IM-0196-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fdd6f6f086d123770492c880915f302eb09f60543ad2a79733a4a6f5cc5a6c8 +size 1334 diff --git a/MendeleyCXR/labels/Darwin_00005919_NORMAL2-IM-0198-0001.png b/MendeleyCXR/labels/Darwin_00005919_NORMAL2-IM-0198-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3f89edcde7234c7bd12c815501bb204a5d4141d3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005919_NORMAL2-IM-0198-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0ef64540f852d8c61b8df1beb2c52d8407b526879849cf13771ae862d081c04 +size 1366 diff --git a/MendeleyCXR/labels/Darwin_00005920_NORMAL2-IM-0199-0001.png b/MendeleyCXR/labels/Darwin_00005920_NORMAL2-IM-0199-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1f95f2b020b20897eb9570e8ccc314de19964376 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005920_NORMAL2-IM-0199-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9effac388141060b028ab6246686b5cf7112cafdd3365b670877d02cb9bd591 +size 1197 diff --git a/MendeleyCXR/labels/Darwin_00005921_NORMAL2-IM-0201-0001.png b/MendeleyCXR/labels/Darwin_00005921_NORMAL2-IM-0201-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e614ef407ef5a1062c2f8aa3f68143662d70668f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005921_NORMAL2-IM-0201-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9349f23dccc88224b295f5664055f6785c272f759e83666f5c2a85a78bf66d10 +size 1291 diff --git a/MendeleyCXR/labels/Darwin_00005922_NORMAL2-IM-0206-0001.png b/MendeleyCXR/labels/Darwin_00005922_NORMAL2-IM-0206-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1b0dcdf3f26eb8e9d50480c2ac1af0f44e43809a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005922_NORMAL2-IM-0206-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:427c4bc731d2b471f964c254650343e32dd80a548b4abda2e92be3a2b078449e +size 1225 diff --git a/MendeleyCXR/labels/Darwin_00005923_NORMAL2-IM-0207-0001.png b/MendeleyCXR/labels/Darwin_00005923_NORMAL2-IM-0207-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f57a2e7c69dfa3cb07f48f9412722ced42bf2750 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005923_NORMAL2-IM-0207-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93cb3479c350bd0fd569de0f27d3e1701a40cb56f731342a4ec7bba307c1ce47 +size 1298 diff --git a/MendeleyCXR/labels/Darwin_00005924_NORMAL2-IM-0210-0001.png b/MendeleyCXR/labels/Darwin_00005924_NORMAL2-IM-0210-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b569a4b243d265f1bdba21046c60b94dce4f4a63 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005924_NORMAL2-IM-0210-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b495f86524c464d5307d5595b3a0417e3d0fddf9b77c9f24f5408be77177bb40 +size 1237 diff --git a/MendeleyCXR/labels/Darwin_00005925_NORMAL2-IM-0213-0001.png b/MendeleyCXR/labels/Darwin_00005925_NORMAL2-IM-0213-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e32446026183685507b7e86a69dea72ccd44b9be --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005925_NORMAL2-IM-0213-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6277a54135d7dece157c999fdd75661ee64250bbd586d926db2c7fe20ac5533e +size 1231 diff --git a/MendeleyCXR/labels/Darwin_00005926_NORMAL2-IM-0217-0001.png b/MendeleyCXR/labels/Darwin_00005926_NORMAL2-IM-0217-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..beb3bb61e0fb2f44c0137531ebf7f20a9bd13cca --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005926_NORMAL2-IM-0217-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c533810ecd13324635bd26b94d23d66a3040d4bf5f1b8e986ac1a8142b53360e +size 1191 diff --git a/MendeleyCXR/labels/Darwin_00005927_NORMAL2-IM-0219-0001.png b/MendeleyCXR/labels/Darwin_00005927_NORMAL2-IM-0219-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..98ec29a24cda4e5b5afdc61b96ae480756acce01 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005927_NORMAL2-IM-0219-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df8bef3f54b2473f0ac9bbb58d25e201e6d5886f12fb54c4df9546d04443d312 +size 1269 diff --git a/MendeleyCXR/labels/Darwin_00005928_NORMAL2-IM-0221-0001.png b/MendeleyCXR/labels/Darwin_00005928_NORMAL2-IM-0221-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8fee55a5104adfc110616dfbc703db0cdd96dab1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005928_NORMAL2-IM-0221-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b00b982be43e8a5b334e36995317dae05e8fb3412a84a4c0d55f75aa1fffef4 +size 1184 diff --git a/MendeleyCXR/labels/Darwin_00005929_NORMAL2-IM-0222-0001.png b/MendeleyCXR/labels/Darwin_00005929_NORMAL2-IM-0222-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fe095856652c4fe57762db6dad8238db71fb19a6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005929_NORMAL2-IM-0222-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3831712fcd68b23a4dd2116e36a29d96965a76bb26c5a0dbad17be649d74c87 +size 1152 diff --git a/MendeleyCXR/labels/Darwin_00005930_NORMAL2-IM-0229-0001.png b/MendeleyCXR/labels/Darwin_00005930_NORMAL2-IM-0229-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..05421cdf4c42794c710e782cb42d8974c7b4fac2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005930_NORMAL2-IM-0229-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9904e52e16ba06daddc2dc2949fdff86fbf2a79e8c270b004fb463159111823d +size 1271 diff --git a/MendeleyCXR/labels/Darwin_00005931_NORMAL2-IM-0232-0001.png b/MendeleyCXR/labels/Darwin_00005931_NORMAL2-IM-0232-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ee638652fa56541edafcbb8ee85db7fe748167b5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005931_NORMAL2-IM-0232-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51cdd85bd03f43186d497bd8f7704eafc583bf898282e2973f6fe3349567848e +size 1211 diff --git a/MendeleyCXR/labels/Darwin_00005932_NORMAL2-IM-0233-0001.png b/MendeleyCXR/labels/Darwin_00005932_NORMAL2-IM-0233-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1fdc2223f7fa55d23198fbc5ef522571a0bfb58e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005932_NORMAL2-IM-0233-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f84711107737333632a8f53a8a63d9a124112743c13be0745d1a95b9255f3df +size 1206 diff --git a/MendeleyCXR/labels/Darwin_00005933_NORMAL2-IM-0237-0001.png b/MendeleyCXR/labels/Darwin_00005933_NORMAL2-IM-0237-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..eadf4cede867b715becdb1df298407a67a675d39 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005933_NORMAL2-IM-0237-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:257ca0e6ad951a61504f5aa8a528d542baf2ddeed9b25258cc984a9c986468c9 +size 1257 diff --git a/MendeleyCXR/labels/Darwin_00005934_NORMAL2-IM-0238-0001.png b/MendeleyCXR/labels/Darwin_00005934_NORMAL2-IM-0238-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c9d83017bf629edbf32ab4889cbac284620a5dbc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005934_NORMAL2-IM-0238-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b11b18a59aa0ea9fc9e400a7ba0eb487d0c38217d13c4a6ad62dd5b6a01043df +size 1385 diff --git a/MendeleyCXR/labels/Darwin_00005935_NORMAL2-IM-0241-0001.png b/MendeleyCXR/labels/Darwin_00005935_NORMAL2-IM-0241-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..017486ff2c22cdb5f4440ebd7bf3c815c9fe000d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005935_NORMAL2-IM-0241-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c56554590149f07630c7947232965b42e8f341aff38babe336ca778fda8f4dc2 +size 1290 diff --git a/MendeleyCXR/labels/Darwin_00005936_NORMAL2-IM-0246-0001-0001.png b/MendeleyCXR/labels/Darwin_00005936_NORMAL2-IM-0246-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..cc143ba66038616b785d3184620ae426e7bffe7a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005936_NORMAL2-IM-0246-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc59478b7e6d33425c762390cb7f723b6c6356af234e79bddc8b3aa6653cf58f +size 1311 diff --git a/MendeleyCXR/labels/Darwin_00005938_NORMAL2-IM-0246-0001.png b/MendeleyCXR/labels/Darwin_00005938_NORMAL2-IM-0246-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..19e00c635509f968eabbb6ffaf26635b5e546530 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005938_NORMAL2-IM-0246-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:957ecade86e0252618939ed914cf285f2d6e28e283d8db0821d09dc9ed3e07c5 +size 1300 diff --git a/MendeleyCXR/labels/Darwin_00005939_NORMAL2-IM-0249-0001.png b/MendeleyCXR/labels/Darwin_00005939_NORMAL2-IM-0249-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..705587f2c430fff3465d4c72c6adb6e82e7a378d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005939_NORMAL2-IM-0249-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54025120c3d5f7b531acc0e513845070410ecb80fd94a659bde87d4aae25ea1d +size 1390 diff --git a/MendeleyCXR/labels/Darwin_00005940_NORMAL2-IM-0251-0001.png b/MendeleyCXR/labels/Darwin_00005940_NORMAL2-IM-0251-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ceeb068ff2044cd40684d250893983ed0a117c76 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005940_NORMAL2-IM-0251-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27f6df5e50f18a56d307b071d88398c22d54409b414236d35c03f56c6bec2976 +size 1344 diff --git a/MendeleyCXR/labels/Darwin_00005941_NORMAL2-IM-0252-0001.png b/MendeleyCXR/labels/Darwin_00005941_NORMAL2-IM-0252-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5735524be621a9779f08965e43efd6f906740718 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005941_NORMAL2-IM-0252-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e8bbffa25a6b75ef724942b815322f283edfda1bb7e55d5bcb4116d6aa43b86 +size 1342 diff --git a/MendeleyCXR/labels/Darwin_00005943_NORMAL2-IM-0259-0001.png b/MendeleyCXR/labels/Darwin_00005943_NORMAL2-IM-0259-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6177a08bf7a79b4a5cf80d5923cf76e955e7a8f0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005943_NORMAL2-IM-0259-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f3dc6fd910a6b87dcb46544c8e54f23585b22062745913cbb83e3c39792cfde +size 1309 diff --git a/MendeleyCXR/labels/Darwin_00005944_NORMAL2-IM-0267-0001.png b/MendeleyCXR/labels/Darwin_00005944_NORMAL2-IM-0267-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9c0ee42d92fedaaa293db17686da4234e127f3a7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005944_NORMAL2-IM-0267-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0665ceb157d90299686740baac3b648f6e4c04e1a2f8a7daec5d5260f14b989a +size 1236 diff --git a/MendeleyCXR/labels/Darwin_00005945_NORMAL2-IM-0271-0001.png b/MendeleyCXR/labels/Darwin_00005945_NORMAL2-IM-0271-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..cf29b4d77362962757e89cc7ccc7bace615c1c60 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005945_NORMAL2-IM-0271-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aa4e72ce9c1fb745342296ff343118317540b2885348a8fc29d89d2da3bad98 +size 1303 diff --git a/MendeleyCXR/labels/Darwin_00005946_NORMAL2-IM-0272-0001.png b/MendeleyCXR/labels/Darwin_00005946_NORMAL2-IM-0272-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f2f3a648bc165d3b4a7ae5b3f4f4fe50a9bcd33f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005946_NORMAL2-IM-0272-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a82c78612d56383c401cf3546c0bedc73a1ce4ee92af9a94ec1e3ac201cdc1e +size 1238 diff --git a/MendeleyCXR/labels/Darwin_00005947_NORMAL2-IM-0273-0001.png b/MendeleyCXR/labels/Darwin_00005947_NORMAL2-IM-0273-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..13f17da7950a6f0d13fc2a05bbdbea2b7ba2f5e7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005947_NORMAL2-IM-0273-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54c6b1e00171e0fc63365f178d75a897d17c0ecc81689e89dda417773d9ebc9c +size 1286 diff --git a/MendeleyCXR/labels/Darwin_00005948_NORMAL2-IM-0274-0001.png b/MendeleyCXR/labels/Darwin_00005948_NORMAL2-IM-0274-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..582b67650402cfd1f4209fcac0fe657c54d7a24b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005948_NORMAL2-IM-0274-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd324b084a2d4822740d9f619fd27d7ff79e8eeb578b1ad53ff9da9e4400d885 +size 1193 diff --git a/MendeleyCXR/labels/Darwin_00005949_NORMAL2-IM-0275-0001.png b/MendeleyCXR/labels/Darwin_00005949_NORMAL2-IM-0275-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3fb9e7c90b900dedbe8a7349f771b2837b8feba9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005949_NORMAL2-IM-0275-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f95ff8a0be293ed152e08d7a0d5b4350e2575102317d7597288f34d266797f10 +size 1342 diff --git a/MendeleyCXR/labels/Darwin_00005950_NORMAL2-IM-0276-0001.png b/MendeleyCXR/labels/Darwin_00005950_NORMAL2-IM-0276-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3e65ebcdece98926108fd13ffec3bebad01556f4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005950_NORMAL2-IM-0276-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:910f7683ee3f391201b6864955f6088362f29e127708c7a7541e5485255b5440 +size 1404 diff --git a/MendeleyCXR/labels/Darwin_00005951_NORMAL2-IM-0277-0001.png b/MendeleyCXR/labels/Darwin_00005951_NORMAL2-IM-0277-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8fce64e93ae67ce663b48e13a4f21f0c4cc3c046 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005951_NORMAL2-IM-0277-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9e0454e643e1c936b0c051d131fe56421a90b2bc18f676f98ae0ec7f8881b2c +size 1467 diff --git a/MendeleyCXR/labels/Darwin_00005952_NORMAL2-IM-0278-0001.png b/MendeleyCXR/labels/Darwin_00005952_NORMAL2-IM-0278-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..caa9029853c6e662d60a23e9bb0c8948b540668a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005952_NORMAL2-IM-0278-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bb8b3659c9f1151f3f129eb75ecec0b17df55ff7ddf061e94f71001f7fe3240 +size 1294 diff --git a/MendeleyCXR/labels/Darwin_00005953_NORMAL2-IM-0279-0001.png b/MendeleyCXR/labels/Darwin_00005953_NORMAL2-IM-0279-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..baddadf52799262ae5098ab4908d5d506a66940b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005953_NORMAL2-IM-0279-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbade5b0d4a6379ced56329f5a2ae173a4249f7bdbdb4004109b0d682fcf38ef +size 1191 diff --git a/MendeleyCXR/labels/Darwin_00005954_NORMAL2-IM-0280-0001.png b/MendeleyCXR/labels/Darwin_00005954_NORMAL2-IM-0280-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0deae6f10b8b6596b5e913e8031a08fcfce0d6b0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005954_NORMAL2-IM-0280-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:437726099a6f980f15d088bc9afaba9930d0a4143f69d85e11738a44fc9a8d65 +size 1426 diff --git a/MendeleyCXR/labels/Darwin_00005955_NORMAL2-IM-0281-0001.png b/MendeleyCXR/labels/Darwin_00005955_NORMAL2-IM-0281-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c5773bd7672e2c62fbe378e3487941890251cc42 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005955_NORMAL2-IM-0281-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5102de7d9bdf84eb95fd7acf67f133768682b7f5d0229cf5801d9ed75c873c77 +size 1340 diff --git a/MendeleyCXR/labels/Darwin_00005956_NORMAL2-IM-0282-0001.png b/MendeleyCXR/labels/Darwin_00005956_NORMAL2-IM-0282-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..dd524e852610272134c0feab1e8df4650336db0c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005956_NORMAL2-IM-0282-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:783ce754382ef0bc860ba3f27ba9800f9ce3f0063e0c665d3744a66ea91735b2 +size 1230 diff --git a/MendeleyCXR/labels/Darwin_00005957_NORMAL2-IM-0283-0001.png b/MendeleyCXR/labels/Darwin_00005957_NORMAL2-IM-0283-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0e158e7cedb1d10b0b7d329ed5a56f9056bd30b4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005957_NORMAL2-IM-0283-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fc50c78fe5658d6a7f40e6a90f6724567d0306e7731623fa0c9aa727c5a4fe7 +size 1461 diff --git a/MendeleyCXR/labels/Darwin_00005958_NORMAL2-IM-0285-0001.png b/MendeleyCXR/labels/Darwin_00005958_NORMAL2-IM-0285-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c40200779422ddeb803c59c040162ca11791830a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005958_NORMAL2-IM-0285-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed76ba5e18f4dadb0e9cdf8748502fa04a8113e534ca8d24c98509883bed3773 +size 1401 diff --git a/MendeleyCXR/labels/Darwin_00005959_NORMAL2-IM-0286-0001.png b/MendeleyCXR/labels/Darwin_00005959_NORMAL2-IM-0286-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a5bfebd0531c5279bea0f18c79b7abbe4af32964 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005959_NORMAL2-IM-0286-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c52437234e9a61b636c187fa8ee8e0101cbdc67a7e99daf791a45ed97e720dc8 +size 1299 diff --git a/MendeleyCXR/labels/Darwin_00005960_NORMAL2-IM-0287-0001.png b/MendeleyCXR/labels/Darwin_00005960_NORMAL2-IM-0287-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c3521e00cbf08bf1769b33946fc85f0be7bfc877 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005960_NORMAL2-IM-0287-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de859300ce2f0b2398ed28a3c1053d53bc725fabaa24204998304eb1c04e8c9f +size 1102 diff --git a/MendeleyCXR/labels/Darwin_00005961_NORMAL2-IM-0288-0001.png b/MendeleyCXR/labels/Darwin_00005961_NORMAL2-IM-0288-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6b4aadf796bad219e6bfca296cd88574331f49e7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005961_NORMAL2-IM-0288-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77b74d5b59cbacd04298bf6b066f566831903fbc0a9e8aa2e511cf9af4aaa10b +size 1179 diff --git a/MendeleyCXR/labels/Darwin_00005962_NORMAL2-IM-0289-0001.png b/MendeleyCXR/labels/Darwin_00005962_NORMAL2-IM-0289-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0cd4d6586a343d09cffce58258a5ffcec5f21183 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005962_NORMAL2-IM-0289-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:667d82c45eb614eeb65f2f547504699cd4b150c91cc824f64729e0ce720bedf2 +size 1373 diff --git a/MendeleyCXR/labels/Darwin_00005963_NORMAL2-IM-0290-0001.png b/MendeleyCXR/labels/Darwin_00005963_NORMAL2-IM-0290-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..14f2953bfa7b4aa07a908590145a68c8f1c77cf5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005963_NORMAL2-IM-0290-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d21bd9130de88c6e98656a86b58b561c6057cd23077da8640ab2fceac8cb31a9 +size 1254 diff --git a/MendeleyCXR/labels/Darwin_00005964_NORMAL2-IM-0292-0001.png b/MendeleyCXR/labels/Darwin_00005964_NORMAL2-IM-0292-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..bcc1e8b719aee8d88501ef2b4305c28e16a78c39 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005964_NORMAL2-IM-0292-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3c878e2ee298de79bf2bc50121218fc584a818e2809c43232378f5feca7836e +size 1276 diff --git a/MendeleyCXR/labels/Darwin_00005965_NORMAL2-IM-0294-0001.png b/MendeleyCXR/labels/Darwin_00005965_NORMAL2-IM-0294-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d779bc8807523196f1d81e7fe2c819e7aa01c1f8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005965_NORMAL2-IM-0294-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d2dbd3926b4c126c11de38d44758901331ad8c027ab961bf1e21630f1828fad +size 1285 diff --git a/MendeleyCXR/labels/Darwin_00005966_NORMAL2-IM-0297-0001.png b/MendeleyCXR/labels/Darwin_00005966_NORMAL2-IM-0297-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..593672a132736f7f48b979a9657be75298d9c407 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005966_NORMAL2-IM-0297-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dedb5429eb91e9cdb5a4f3840b7756c03c12b86f7c8dacc3c94b899168b185d7 +size 1206 diff --git a/MendeleyCXR/labels/Darwin_00005967_NORMAL2-IM-0300-0001.png b/MendeleyCXR/labels/Darwin_00005967_NORMAL2-IM-0300-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..9d7e9a6a5161fad9a035b1e58d47eafe93fc5a06 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005967_NORMAL2-IM-0300-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7c91558e1fc24deadd946b9cb5e55ad4816a3a97b7360bc18907a43d8a456d2 +size 1299 diff --git a/MendeleyCXR/labels/Darwin_00005968_NORMAL2-IM-0301-0001.png b/MendeleyCXR/labels/Darwin_00005968_NORMAL2-IM-0301-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ff18c24d7d9e543c300da7840d25c29e69651c93 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005968_NORMAL2-IM-0301-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef1655936f76e807e3d1b2280ed9c4b923668ea4a6a2d94bfe557a9ca26c25bc +size 1170 diff --git a/MendeleyCXR/labels/Darwin_00005969_NORMAL2-IM-0302-0001.png b/MendeleyCXR/labels/Darwin_00005969_NORMAL2-IM-0302-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d789cf02ff6f4dc0ea0561aa133682497affb5d8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005969_NORMAL2-IM-0302-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:329ee1eaa49866355ab62df9630fe24d2a1e16a46b047d6873d0f4a42ae353fd +size 1313 diff --git a/MendeleyCXR/labels/Darwin_00005970_NORMAL2-IM-0303-0001.png b/MendeleyCXR/labels/Darwin_00005970_NORMAL2-IM-0303-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a82c25f8a06f62ab7fcada3498ffd049d89d1e16 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005970_NORMAL2-IM-0303-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83db9120b132276646cc534c070ad0067183ff24a3b77e182b3e3df661f009f0 +size 1347 diff --git a/MendeleyCXR/labels/Darwin_00005971_NORMAL2-IM-0304-0001.png b/MendeleyCXR/labels/Darwin_00005971_NORMAL2-IM-0304-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4e715e9e13a03c9bf1b61d710e61156bb0dac9a6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005971_NORMAL2-IM-0304-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4797e3f6b241105ba7f210ce134c1fa066fb59a72eaf34529ef6b42dfe5a6825 +size 1236 diff --git a/MendeleyCXR/labels/Darwin_00005972_NORMAL2-IM-0305-0001.png b/MendeleyCXR/labels/Darwin_00005972_NORMAL2-IM-0305-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1876dcc76c481897a5e448910689db36d331acbb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005972_NORMAL2-IM-0305-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baa8b0b08b383a893d8fc907428ab96867fc9cddca3e761f210d866ebed3ee53 +size 1287 diff --git a/MendeleyCXR/labels/Darwin_00005973_NORMAL2-IM-0307-0001.png b/MendeleyCXR/labels/Darwin_00005973_NORMAL2-IM-0307-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..386aa9b055137eae89396c0d78f4f57913e3fdbc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005973_NORMAL2-IM-0307-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c98843bea877de9621aa00d01498849da0b984bfc5a6b42aa642e1b8d75b11a +size 1157 diff --git a/MendeleyCXR/labels/Darwin_00005974_NORMAL2-IM-0309-0001.png b/MendeleyCXR/labels/Darwin_00005974_NORMAL2-IM-0309-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..27765c1d16b6f1da6d24271badd5705c86fd7685 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005974_NORMAL2-IM-0309-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b03afffbef83b1de0aed75405ba20e5a9da8b7d2d60617106f2e8927b9be091 +size 1273 diff --git a/MendeleyCXR/labels/Darwin_00005975_NORMAL2-IM-0310-0001.png b/MendeleyCXR/labels/Darwin_00005975_NORMAL2-IM-0310-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..92633e288e4bdc24fb455e73b4e741192a57777d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005975_NORMAL2-IM-0310-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9330742dc0165efb56062f6c5a2ab07d9a26ecec7de739ffb20c70c05e900e9c +size 1282 diff --git a/MendeleyCXR/labels/Darwin_00005976_NORMAL2-IM-0311-0001.png b/MendeleyCXR/labels/Darwin_00005976_NORMAL2-IM-0311-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0dc0301f93d317228eb7f9529d8abde3dadbb018 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005976_NORMAL2-IM-0311-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b396069c3268e91e7c167e88b5e9aadcd4b2724c6c6c2efa6d98569367ab56e3 +size 1240 diff --git a/MendeleyCXR/labels/Darwin_00005977_NORMAL2-IM-0312-0001.png b/MendeleyCXR/labels/Darwin_00005977_NORMAL2-IM-0312-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..49bfbd481ac95630560b37994e875c787238279b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005977_NORMAL2-IM-0312-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04f6ba830e8a7815d2f5a8beb2d9846c55854ebb7647e66d31076221ea1def7d +size 1182 diff --git a/MendeleyCXR/labels/Darwin_00005978_NORMAL2-IM-0313-0001.png b/MendeleyCXR/labels/Darwin_00005978_NORMAL2-IM-0313-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..006f6abd46e560a79c8a262438f07f2a592ebb05 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005978_NORMAL2-IM-0313-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a040ea034fb242575df1661ea2007ce6cb4c56c7c1cfeafcf6154b78ca7917f4 +size 1177 diff --git a/MendeleyCXR/labels/Darwin_00005979_NORMAL2-IM-0315-0001.png b/MendeleyCXR/labels/Darwin_00005979_NORMAL2-IM-0315-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..109ba0bf17e210998bb911e344ef4f796131cced --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005979_NORMAL2-IM-0315-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f4b91e49e6fa1f5d5c8971f2e0da71a1c98348dfe44ca3816ef18a3335242f1 +size 1243 diff --git a/MendeleyCXR/labels/Darwin_00005980_NORMAL2-IM-0316-0001.png b/MendeleyCXR/labels/Darwin_00005980_NORMAL2-IM-0316-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a2ff7609c25083f9db5d2b554ba446f96c0bc26c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005980_NORMAL2-IM-0316-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad9f6128e6fa4ab9b143116696d02054d4d7803b6c48c78dd180f599c8e815f6 +size 1251 diff --git a/MendeleyCXR/labels/Darwin_00005981_NORMAL2-IM-0317-0001.png b/MendeleyCXR/labels/Darwin_00005981_NORMAL2-IM-0317-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..a75db6c24345b1fc0a16ebfe7e23ec40b015f8b5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005981_NORMAL2-IM-0317-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ac331bc4b398aa8ffa72e5b053bfb691c857b46bce58827458a79d752ff4e23 +size 1273 diff --git a/MendeleyCXR/labels/Darwin_00005982_NORMAL2-IM-0319-0001.png b/MendeleyCXR/labels/Darwin_00005982_NORMAL2-IM-0319-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2490dc85dcba0ffffc65ca1e944db83fee860df1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005982_NORMAL2-IM-0319-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5312d4f8bab6a8b352c458d61ecf6f1e4d2b52e1cfed3023f71078564f04e3b +size 1233 diff --git a/MendeleyCXR/labels/Darwin_00005983_NORMAL2-IM-0321-0001.png b/MendeleyCXR/labels/Darwin_00005983_NORMAL2-IM-0321-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e9fafab8b455beba539e31089c0b987e6200d7c1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005983_NORMAL2-IM-0321-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e984dd11af2171a3fbe94998d9979eee72916beb18f66a1dfb0bc7433a04d191 +size 1084 diff --git a/MendeleyCXR/labels/Darwin_00005984_NORMAL2-IM-0322-0001.png b/MendeleyCXR/labels/Darwin_00005984_NORMAL2-IM-0322-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..af63831866b884a95e7d95d3f2bb7081e83e12a1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005984_NORMAL2-IM-0322-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8240017a4d0ddc937c306d0e72abc7c86f684b8305bd450ad2a0d75a74a328f7 +size 1424 diff --git a/MendeleyCXR/labels/Darwin_00005985_NORMAL2-IM-0323-0001.png b/MendeleyCXR/labels/Darwin_00005985_NORMAL2-IM-0323-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7c6534acbc13fda5babc29077872dbe18b2b20f6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005985_NORMAL2-IM-0323-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efd3e6caa8d4e2e0045119c8f42fc2f0e1f75cba11906260fb49819cf1c273cc +size 1155 diff --git a/MendeleyCXR/labels/Darwin_00005986_NORMAL2-IM-0325-0001.png b/MendeleyCXR/labels/Darwin_00005986_NORMAL2-IM-0325-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5216fc553f92f108a9fc77916f3bef3de4789d58 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005986_NORMAL2-IM-0325-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:724ffb60124c526ce6d1f3a4ba0fcb92538f74c9d7e1e4e2006193408c783bb6 +size 1185 diff --git a/MendeleyCXR/labels/Darwin_00005987_NORMAL2-IM-0326-0001.png b/MendeleyCXR/labels/Darwin_00005987_NORMAL2-IM-0326-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2752a768dc8b39f7f83c79d63dc67d160e29b4a3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005987_NORMAL2-IM-0326-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67d4a9df578c4139d7362473d63a722d7e1b6932e7cf0943b84e8a5caf664d40 +size 1160 diff --git a/MendeleyCXR/labels/Darwin_00005988_NORMAL2-IM-0327-0001.png b/MendeleyCXR/labels/Darwin_00005988_NORMAL2-IM-0327-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..c00a5c123d8b15a9d5532810d0e25ae7526d8fca --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005988_NORMAL2-IM-0327-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cab09882924a105f4ae1913a3b66c2c91ba3fd302d582d5c5a27832fd6f8041 +size 1280 diff --git a/MendeleyCXR/labels/Darwin_00005989_NORMAL2-IM-0328-0001.png b/MendeleyCXR/labels/Darwin_00005989_NORMAL2-IM-0328-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..85f7ad50b1d4e39919f2b000b6cbe9b80d248acc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005989_NORMAL2-IM-0328-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:733a153bab04d6d1823619b52cae9139e4a8ab3c1f7d48658bb02eb860b80c49 +size 1282 diff --git a/MendeleyCXR/labels/Darwin_00005990_NORMAL2-IM-0329-0001.png b/MendeleyCXR/labels/Darwin_00005990_NORMAL2-IM-0329-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0dc34eb6ef2099221cbaf33a3b2025c5de8468f6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005990_NORMAL2-IM-0329-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e546d7141a5e9c852e3cc9ac71b75f5c3c0914e0afec5c86efd7cbb952d64338 +size 1209 diff --git a/MendeleyCXR/labels/Darwin_00005991_NORMAL2-IM-0330-0001.png b/MendeleyCXR/labels/Darwin_00005991_NORMAL2-IM-0330-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..37ad8c9274599d8ef2165ef5cb48ec2142411c7e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005991_NORMAL2-IM-0330-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7608cd8f47d3832ad9698f16e9144694c4ac5d4dab20d94b75149e88175818b +size 1280 diff --git a/MendeleyCXR/labels/Darwin_00005992_NORMAL2-IM-0331-0001.png b/MendeleyCXR/labels/Darwin_00005992_NORMAL2-IM-0331-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..ad0f3f1c7674cda4bf7b4614473b1ba4c37348b1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005992_NORMAL2-IM-0331-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a7c9cf63a538e6168e207a5aa9e9f13569f6126c869e481758f4b2077d9cfe3 +size 1210 diff --git a/MendeleyCXR/labels/Darwin_00005993_NORMAL2-IM-0332-0001.png b/MendeleyCXR/labels/Darwin_00005993_NORMAL2-IM-0332-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6989f3c13dc593eac5771bbc8ecbf3255e8f04b7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005993_NORMAL2-IM-0332-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cdc59fa13ede33d0de72b84342bb547c0709f15b6e7957818ceb8b1c3e13fd2 +size 1350 diff --git a/MendeleyCXR/labels/Darwin_00005994_NORMAL2-IM-0333-0001.png b/MendeleyCXR/labels/Darwin_00005994_NORMAL2-IM-0333-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..04fef3b2624a011de299f9bd6606af1aa373e774 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005994_NORMAL2-IM-0333-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:991f9675484cb83203283a178a698538b25662f12e3de6d70ac7264bdb40c819 +size 1139 diff --git a/MendeleyCXR/labels/Darwin_00005995_NORMAL2-IM-0335-0001.png b/MendeleyCXR/labels/Darwin_00005995_NORMAL2-IM-0335-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..8f0f769a268a2260b4ce59e7d4d2a5f3c8e9b37a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005995_NORMAL2-IM-0335-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:711c05c52a10feea9cdda761c29a544d9029f31bfa15b9057e5b6e081efbcec0 +size 1310 diff --git a/MendeleyCXR/labels/Darwin_00005996_NORMAL2-IM-0336-0001.png b/MendeleyCXR/labels/Darwin_00005996_NORMAL2-IM-0336-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..96278678eedf3b24c55fe4689fea05b41316fd58 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005996_NORMAL2-IM-0336-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:845a8f09cd907e092085b57943923333980162d41abd431e6bf3b6040e863d63 +size 1266 diff --git a/MendeleyCXR/labels/Darwin_00005997_NORMAL2-IM-0337-0001.png b/MendeleyCXR/labels/Darwin_00005997_NORMAL2-IM-0337-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..b89fdb27e1ea9bb073c9caa396b76b9e88b16ecb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005997_NORMAL2-IM-0337-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9c018a02bd5642f535438f92ae683d407e00256a9161ba0486005b59c5f09ad +size 1210 diff --git a/MendeleyCXR/labels/Darwin_00005998_NORMAL2-IM-0338-0001.png b/MendeleyCXR/labels/Darwin_00005998_NORMAL2-IM-0338-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..46455b9698f4d337ad2f94c56242e9aeaec9141d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005998_NORMAL2-IM-0338-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f68e100a8521692cc3200b2fa21cd602d1023bbda23efc762ccb3182ec86242a +size 1324 diff --git a/MendeleyCXR/labels/Darwin_00005999_NORMAL2-IM-0339-0001.png b/MendeleyCXR/labels/Darwin_00005999_NORMAL2-IM-0339-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..de2c0bf0add724681d1ca4110986ab2668b1b521 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00005999_NORMAL2-IM-0339-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5915ff6145afeb8375eccf98c4469ce23db774a27c0aebd2a7e7266a33d1715f +size 1259 diff --git a/MendeleyCXR/labels/Darwin_00006000_NORMAL2-IM-0340-0001.png b/MendeleyCXR/labels/Darwin_00006000_NORMAL2-IM-0340-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..cd2434b747a88d5e9fabf9e6f8b3ef5dabcf48e6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006000_NORMAL2-IM-0340-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0065dda290bb12cad1f1ccddef9210b73e389fb0855f3409704a785891b1c287 +size 1159 diff --git a/MendeleyCXR/labels/Darwin_00006001_NORMAL2-IM-0341-0001.png b/MendeleyCXR/labels/Darwin_00006001_NORMAL2-IM-0341-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..cc44846c7bc511974a485bb9a8a027283a9b9919 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006001_NORMAL2-IM-0341-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:332506ccc4a1cd9c36a322d4fdac23544ba25df0e27222566602fa9fd9fc478d +size 1273 diff --git a/MendeleyCXR/labels/Darwin_00006002_NORMAL2-IM-0343-0001.png b/MendeleyCXR/labels/Darwin_00006002_NORMAL2-IM-0343-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..6199524669b1090f0d4ae683c4743e2c5e37b84a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006002_NORMAL2-IM-0343-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dad7135f00f18c7bab608d2fb8640ae8b2ce7baa72824b4463462ed2acffa616 +size 1205 diff --git a/MendeleyCXR/labels/Darwin_00006003_NORMAL2-IM-0345-0001.png b/MendeleyCXR/labels/Darwin_00006003_NORMAL2-IM-0345-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..fa836c500332f097a88c2fe963b3566ccfbb954d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006003_NORMAL2-IM-0345-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a948c5a11f7f0e8a1eddc2c505ce7fe2e9298c1ae5d6e8b7d2c92ed28aef038 +size 1306 diff --git a/MendeleyCXR/labels/Darwin_00006004_NORMAL2-IM-0346-0001.png b/MendeleyCXR/labels/Darwin_00006004_NORMAL2-IM-0346-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4adb1f3f54feb08ae2959e688b8c76149231c2e3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006004_NORMAL2-IM-0346-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4672d534c7af870487bf630d0a54b6900cd607dd51b93330dacb37013c2ef55 +size 1250 diff --git a/MendeleyCXR/labels/Darwin_00006005_NORMAL2-IM-0347-0001.png b/MendeleyCXR/labels/Darwin_00006005_NORMAL2-IM-0347-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7402234af98420f06e5ad92a7b72c0f6d0e7f83b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006005_NORMAL2-IM-0347-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0479eb6417ac2d7ffa80cdf77dd1e3ddd1149c520fc0250c5db7adeded8caddb +size 1340 diff --git a/MendeleyCXR/labels/Darwin_00006006_NORMAL2-IM-0348-0001.png b/MendeleyCXR/labels/Darwin_00006006_NORMAL2-IM-0348-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..2dd2b6b3451efd009d4c230e9714667d43b4eddc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006006_NORMAL2-IM-0348-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffe08639879061f17f0ced42979ac85fcab067661f74828bf1bd5ea7f90fcc54 +size 1268 diff --git a/MendeleyCXR/labels/Darwin_00006007_NORMAL2-IM-0349-0001.png b/MendeleyCXR/labels/Darwin_00006007_NORMAL2-IM-0349-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f3c69f6537506357eb3251426b40035d5d11a785 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006007_NORMAL2-IM-0349-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd66c507876174c2bf4151c26d4cfa9afd26774e44e0ac77d6c8c5456f724e8e +size 1307 diff --git a/MendeleyCXR/labels/Darwin_00006008_NORMAL2-IM-0350-0001.png b/MendeleyCXR/labels/Darwin_00006008_NORMAL2-IM-0350-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7f00c52ee3295c92f63f202dda697a56cc67e80c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006008_NORMAL2-IM-0350-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02dfa147a077df6cf748f335c216c32fc66e87d827fe4a9398fa433fef403597 +size 1388 diff --git a/MendeleyCXR/labels/Darwin_00006009_NORMAL2-IM-0351-0001.png b/MendeleyCXR/labels/Darwin_00006009_NORMAL2-IM-0351-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e5362a88728ebffa69b256f1d2a52ec49b6522b0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006009_NORMAL2-IM-0351-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbd1c06f85d59a1c9006aced89dbb92bf1a351b38bd37fb4ec42bbb06f5cf1e3 +size 1236 diff --git a/MendeleyCXR/labels/Darwin_00006010_NORMAL2-IM-0352-0001.png b/MendeleyCXR/labels/Darwin_00006010_NORMAL2-IM-0352-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..49bbc8ea40021512fa84f2d1e5fae89a04537872 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006010_NORMAL2-IM-0352-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e8c7005a1d1b1cfa0253b3c15f0922713b709d17ddc7feb92f3150483c36951 +size 1194 diff --git a/MendeleyCXR/labels/Darwin_00006011_NORMAL2-IM-0353-0001.png b/MendeleyCXR/labels/Darwin_00006011_NORMAL2-IM-0353-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..26f6b315c81c8682d22238e4727db8982932bd89 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006011_NORMAL2-IM-0353-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15e33261a27de87788b9bc4872099c7abd35f1a389d37b6b08b4cf15a381a796 +size 1293 diff --git a/MendeleyCXR/labels/Darwin_00006012_NORMAL2-IM-0354-0001.png b/MendeleyCXR/labels/Darwin_00006012_NORMAL2-IM-0354-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..3f2ba815dadade191bd4a75bbdf9a0d553cbb832 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006012_NORMAL2-IM-0354-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d8f33b13a674e697a8f097accba13bce6fd680b20b293f26350f07223b8419a +size 1266 diff --git a/MendeleyCXR/labels/Darwin_00006013_NORMAL2-IM-0357-0001.png b/MendeleyCXR/labels/Darwin_00006013_NORMAL2-IM-0357-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d854c11092495df392a1773b9c4c1a777fc2a102 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006013_NORMAL2-IM-0357-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a247a957f10db34adb74f64b4551ff90ee018e527980b11e5bea3ca927730250 +size 1235 diff --git a/MendeleyCXR/labels/Darwin_00006014_NORMAL2-IM-0359-0001.png b/MendeleyCXR/labels/Darwin_00006014_NORMAL2-IM-0359-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d5d2a91deb2b5b7417d8b4cd073532f72576f7dd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006014_NORMAL2-IM-0359-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8ac36132c49d7fe1d54bcad24a875511bce39c904c8e4f5642ec5f4178628b9 +size 1267 diff --git a/MendeleyCXR/labels/Darwin_00006015_NORMAL2-IM-0360-0001.png b/MendeleyCXR/labels/Darwin_00006015_NORMAL2-IM-0360-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..0eedfdc6dad67e9fd71591659c8ce0ded627a606 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006015_NORMAL2-IM-0360-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d0982b058e7bf39e987ba59b05ec57a3a351c0036fd1eebe1eabe118e77ab78 +size 1401 diff --git a/MendeleyCXR/labels/Darwin_00006016_NORMAL2-IM-0361-0001.png b/MendeleyCXR/labels/Darwin_00006016_NORMAL2-IM-0361-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..76fd6c1d7aba25951458c5e961bd7938ed303a09 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006016_NORMAL2-IM-0361-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1ea62fab3e56d5d29b588f447f8021860f9f4118a0c2142a3f98ec3bbc11049 +size 1355 diff --git a/MendeleyCXR/labels/Darwin_00006017_NORMAL2-IM-0362-0001.png b/MendeleyCXR/labels/Darwin_00006017_NORMAL2-IM-0362-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..5b234996a01161190aa1f76c29bc903e22f3339e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006017_NORMAL2-IM-0362-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a565e18473821d319b4d531944539748aff23e34a31373975b09421baa91eef +size 1257 diff --git a/MendeleyCXR/labels/Darwin_00006018_NORMAL2-IM-0364-0001.png b/MendeleyCXR/labels/Darwin_00006018_NORMAL2-IM-0364-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..f92773216b2a02402e1a3a73f35069d1b92de486 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006018_NORMAL2-IM-0364-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a47c4b4ad25439230a2e221002c95c0b9ec47ae8830116252c97b46dc9cac684 +size 1218 diff --git a/MendeleyCXR/labels/Darwin_00006019_NORMAL2-IM-0366-0001.png b/MendeleyCXR/labels/Darwin_00006019_NORMAL2-IM-0366-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..53876e0a1d7c6c23343532a4f0c73842fa808a5d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006019_NORMAL2-IM-0366-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fac7c7b40e4bffc1551eeec0f231b2b5524ef8f17f08312099c85c4179e1ec74 +size 1287 diff --git a/MendeleyCXR/labels/Darwin_00006020_NORMAL2-IM-0368-0001.png b/MendeleyCXR/labels/Darwin_00006020_NORMAL2-IM-0368-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..415c7e996f22fbddded984c385f6e6e3667fccb6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006020_NORMAL2-IM-0368-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f9247416d8c23fe4f3f6c90201e832543cf936b3f9322cfee9372ff66c2c03c +size 1385 diff --git a/MendeleyCXR/labels/Darwin_00006021_NORMAL2-IM-0369-0001.png b/MendeleyCXR/labels/Darwin_00006021_NORMAL2-IM-0369-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..70c442fe2aee15a9d6239922848ec813163bde4c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006021_NORMAL2-IM-0369-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcd3f283e02b93759c572c86fcf9a691d685a3252693a4f20a7d6531b5947f7d +size 1273 diff --git a/MendeleyCXR/labels/Darwin_00006022_NORMAL2-IM-0370-0001.png b/MendeleyCXR/labels/Darwin_00006022_NORMAL2-IM-0370-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..d18b32eb1ab1813f2bc2ac6c07bbebf2944d129e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006022_NORMAL2-IM-0370-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84f79eae07e5b9a9a815af61d1653d5634fb8d9291354521a8a1c8835a673800 +size 1270 diff --git a/MendeleyCXR/labels/Darwin_00006023_NORMAL2-IM-0372-0001.png b/MendeleyCXR/labels/Darwin_00006023_NORMAL2-IM-0372-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..eb61ff542d3f6675d519c56931097515e1c0ba2f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006023_NORMAL2-IM-0372-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ffd8c735a7f9317e059106263b85c8ed968e8b28e06647b84c99e854014984f +size 1214 diff --git a/MendeleyCXR/labels/Darwin_00006024_NORMAL2-IM-0373-0001.png b/MendeleyCXR/labels/Darwin_00006024_NORMAL2-IM-0373-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..7e9fb95b719b0dedeb381e96e3b4f6d9a15aafb9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006024_NORMAL2-IM-0373-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d50343e8c31aa0a3c373c0c69cb5f05a0c9dd2cea9b3c9e4f7e0c99603a88ea2 +size 1277 diff --git a/MendeleyCXR/labels/Darwin_00006025_NORMAL2-IM-0374-0001-0001.png b/MendeleyCXR/labels/Darwin_00006025_NORMAL2-IM-0374-0001-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..4ffdebb9e149b860dfafe25a004ac9bcef598632 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006025_NORMAL2-IM-0374-0001-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4373478002aeb7a9f30b07fb1925bb478815fe7b7273fbb33b3e1447f513a390 +size 1269 diff --git a/MendeleyCXR/labels/Darwin_00006026_NORMAL2-IM-0374-0001-0002.png b/MendeleyCXR/labels/Darwin_00006026_NORMAL2-IM-0374-0001-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..774d44f41e1e1b3d1c19eb4898bfce3fd5713895 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006026_NORMAL2-IM-0374-0001-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62f2e31d460f406e3f25fec0a2152eb15f2cd9def3a53f9d8b568cf5f5f417d5 +size 1275 diff --git a/MendeleyCXR/labels/Darwin_00006027_NORMAL2-IM-0374-0001.png b/MendeleyCXR/labels/Darwin_00006027_NORMAL2-IM-0374-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..012c94db38aaa9a53d1ed2c4d9a6c8bc75e6c966 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006027_NORMAL2-IM-0374-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cfd95c09c638df3f9240c5557b4491532bd08bc0069bad6e345e7135dcfc4aa +size 1236 diff --git a/MendeleyCXR/labels/Darwin_00006028_NORMAL2-IM-0376-0001.png b/MendeleyCXR/labels/Darwin_00006028_NORMAL2-IM-0376-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..289434b896a04ff1dea6038e012a7076f4e28f02 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006028_NORMAL2-IM-0376-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5be5bf4afa2ef6d6d25a74377c1193a084819ea5cd7a106f2c2af43e20b12164 +size 1333 diff --git a/MendeleyCXR/labels/Darwin_00006029_NORMAL2-IM-0378-0001.png b/MendeleyCXR/labels/Darwin_00006029_NORMAL2-IM-0378-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1838fe11caced3003629908eb1d742c454e53b99 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006029_NORMAL2-IM-0378-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8ddf21201a48c3ace2adde4349f22278de834797f6470171948298487a096bf +size 1231 diff --git a/MendeleyCXR/labels/Darwin_00006030_NORMAL2-IM-0380-0001.png b/MendeleyCXR/labels/Darwin_00006030_NORMAL2-IM-0380-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..46a019a051c3dbd68b7270d8febed1ff1c672d58 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006030_NORMAL2-IM-0380-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5654680a549be2aaa17ff487d8a951887bf4cffd2acff501e36cf2b79a94ef46 +size 1276 diff --git a/MendeleyCXR/labels/Darwin_00006031_NORMAL2-IM-0381-0001.png b/MendeleyCXR/labels/Darwin_00006031_NORMAL2-IM-0381-0001.png new file mode 100644 index 0000000000000000000000000000000000000000..1f9d97ddbc04cc6431096f1bffea728c86e6b328 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006031_NORMAL2-IM-0381-0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7c613cf077c1d8321287c0b7ddb4e70848fbe2c5c6a8660a89bf51ede604741 +size 1310 diff --git a/MendeleyCXR/labels/Darwin_00006032_person1946_bacteria_4874.png b/MendeleyCXR/labels/Darwin_00006032_person1946_bacteria_4874.png new file mode 100644 index 0000000000000000000000000000000000000000..eace5ffce2f43e8210569e99bdd92187033ada99 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006032_person1946_bacteria_4874.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f89d319c1a63c2fba426b725a59dbceec34a81ba082192744064bc11036175e0 +size 1225 diff --git a/MendeleyCXR/labels/Darwin_00006033_person1946_bacteria_4875.png b/MendeleyCXR/labels/Darwin_00006033_person1946_bacteria_4875.png new file mode 100644 index 0000000000000000000000000000000000000000..3d66d4168e19a8cdbe6cdf9db24f4f403d036165 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006033_person1946_bacteria_4875.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dac2a374c313ff8ee9b23c747a35f6801a6e3a005517b57c760e27cd16be03e8 +size 1089 diff --git a/MendeleyCXR/labels/Darwin_00006034_person1947_bacteria_4876.png b/MendeleyCXR/labels/Darwin_00006034_person1947_bacteria_4876.png new file mode 100644 index 0000000000000000000000000000000000000000..f6b54dbe5d3c2eb7d04cb56051d8fcfdc51a70cf --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006034_person1947_bacteria_4876.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef625c2ce379fd07e13eb921aa814a54f35c5c6d50b13b6ac6cf1d812ea6e3f6 +size 1322 diff --git a/MendeleyCXR/labels/Darwin_00006035_person1949_bacteria_4880.png b/MendeleyCXR/labels/Darwin_00006035_person1949_bacteria_4880.png new file mode 100644 index 0000000000000000000000000000000000000000..9a3143c7ca07a8d81f5b593a761ea1385cac548e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006035_person1949_bacteria_4880.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1077de9dd313b5faa495c1e047a01255897b24a8c068e9d5e080fa66ae7278fe +size 1262 diff --git a/MendeleyCXR/labels/Darwin_00006036_person1950_bacteria_4881.png b/MendeleyCXR/labels/Darwin_00006036_person1950_bacteria_4881.png new file mode 100644 index 0000000000000000000000000000000000000000..eb89f7e90cd7e9a6b1612ef3efa2f3ba34db099b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006036_person1950_bacteria_4881.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:567b0cc43fa7c94ed184428288a5dcbbba406959713dbf83bb1462073050b941 +size 1335 diff --git a/MendeleyCXR/labels/Darwin_00006037_person1951_bacteria_4882.png b/MendeleyCXR/labels/Darwin_00006037_person1951_bacteria_4882.png new file mode 100644 index 0000000000000000000000000000000000000000..b6f7f6fd2c60585d2e2e8d8bc415eb1afd4dca72 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006037_person1951_bacteria_4882.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0adfe8f46debd79c12d4c5bbcbd9da16cb988d6760f22f2a73bc4cf94f7f48c9 +size 1132 diff --git a/MendeleyCXR/labels/Darwin_00006038_person1952_bacteria_4883.png b/MendeleyCXR/labels/Darwin_00006038_person1952_bacteria_4883.png new file mode 100644 index 0000000000000000000000000000000000000000..fa5c5ce3278b894cf3333c1ca084164ae4cfac60 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006038_person1952_bacteria_4883.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f9bb8cc23e8be6079b8809d476b7d6d2bdac92d9f47bafe39d54c75b3b7aada +size 1208 diff --git a/MendeleyCXR/labels/Darwin_00006039_person1954_bacteria_4886.png b/MendeleyCXR/labels/Darwin_00006039_person1954_bacteria_4886.png new file mode 100644 index 0000000000000000000000000000000000000000..8cf85f5963cc76ae076c32f2eb53cc6cdac81151 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006039_person1954_bacteria_4886.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ef7ec8c4e0c1992ba8fdf3503ed2d1489b5450790e13eaadf9440e55715b7bd +size 1124 diff --git a/MendeleyCXR/labels/Darwin_00006042_person78_bacteria_381.png b/MendeleyCXR/labels/Darwin_00006042_person78_bacteria_381.png new file mode 100644 index 0000000000000000000000000000000000000000..e9262a74d4c3f8f560e3bb85c66f32cdff18a0c6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006042_person78_bacteria_381.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d8845576b9bf413f93b31876c41d65ce69685039c6ae2581f0a0ff86b507ef2 +size 1276 diff --git a/MendeleyCXR/labels/Darwin_00006043_person78_bacteria_382.png b/MendeleyCXR/labels/Darwin_00006043_person78_bacteria_382.png new file mode 100644 index 0000000000000000000000000000000000000000..d7ccf67836a6021d787fc90eb80a83b114129926 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006043_person78_bacteria_382.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfa288d17a80bc376ea56eb0b66f5fc17d5faf750d4322dd4be7a0241702bc63 +size 1264 diff --git a/MendeleyCXR/labels/Darwin_00006045_person78_bacteria_385.png b/MendeleyCXR/labels/Darwin_00006045_person78_bacteria_385.png new file mode 100644 index 0000000000000000000000000000000000000000..1111b5a691d9ef61e37b5c0ee6999f10b6adf622 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006045_person78_bacteria_385.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c3e9042be35375b0fde8d3f35fc78f7e5a234e32b4a9f5fb6527a5bb7ec021c +size 1271 diff --git a/MendeleyCXR/labels/Darwin_00006047_person78_bacteria_387.png b/MendeleyCXR/labels/Darwin_00006047_person78_bacteria_387.png new file mode 100644 index 0000000000000000000000000000000000000000..28ef18321e2a6996449825981fa7ace78bc0613e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006047_person78_bacteria_387.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc776aad5190a6480770c8a13d474e81c12ebac8895e8e104ce65c76f3dcf5f0 +size 1278 diff --git a/MendeleyCXR/labels/Darwin_00006048_person80_bacteria_389.png b/MendeleyCXR/labels/Darwin_00006048_person80_bacteria_389.png new file mode 100644 index 0000000000000000000000000000000000000000..7f4047d69bfa6867d30865d245c24555cb4d973e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006048_person80_bacteria_389.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5d51143852c03eec3e2d75c491d05548def94e8b90813147c68574a598b7ea1 +size 1367 diff --git a/MendeleyCXR/labels/Darwin_00006049_person80_bacteria_390.png b/MendeleyCXR/labels/Darwin_00006049_person80_bacteria_390.png new file mode 100644 index 0000000000000000000000000000000000000000..d689525ce9b3d293e6ce05c3bb1089b4ca5460b6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006049_person80_bacteria_390.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9ae9bcf839d7c41bb38c06fb9caaa4bcbd71ca765bcf80f3060b84727456ae8 +size 1382 diff --git a/MendeleyCXR/labels/Darwin_00006050_person80_bacteria_391.png b/MendeleyCXR/labels/Darwin_00006050_person80_bacteria_391.png new file mode 100644 index 0000000000000000000000000000000000000000..a6df0e55a0a202e1e761a6ef9a4e6633326bc8b4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006050_person80_bacteria_391.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f05f6482c100597fd74a403c8464507696df3eb1b1fab1ec3d4d20a97642caa2 +size 1431 diff --git a/MendeleyCXR/labels/Darwin_00006051_person80_bacteria_392.png b/MendeleyCXR/labels/Darwin_00006051_person80_bacteria_392.png new file mode 100644 index 0000000000000000000000000000000000000000..38f48e8e56bfd9122351ef3edfb91349e692d5b4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006051_person80_bacteria_392.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e383217b13a33c33aed211dc507140d211fa58e90bd0aa42127e54bfb088d7b5 +size 1265 diff --git a/MendeleyCXR/labels/Darwin_00006052_person80_bacteria_393.png b/MendeleyCXR/labels/Darwin_00006052_person80_bacteria_393.png new file mode 100644 index 0000000000000000000000000000000000000000..a29ac0af9b672e01cb0861b10e44672c22a272c3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006052_person80_bacteria_393.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:592c6c1724426f8a4ada030a047cebd7e0dc202ceb17dd07dc068b046c93ba87 +size 1367 diff --git a/MendeleyCXR/labels/Darwin_00006053_person81_bacteria_395.png b/MendeleyCXR/labels/Darwin_00006053_person81_bacteria_395.png new file mode 100644 index 0000000000000000000000000000000000000000..249203ac0dbeaf6bd57f6f313c6a254b4350fee5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006053_person81_bacteria_395.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d82c740c75cdddcfa3aa7335f777eee0b1d8dfbe4f1f16e3dac3e3f4f91c937 +size 1294 diff --git a/MendeleyCXR/labels/Darwin_00006056_person81_bacteria_398.png b/MendeleyCXR/labels/Darwin_00006056_person81_bacteria_398.png new file mode 100644 index 0000000000000000000000000000000000000000..8a52dd953064cc65f6db8b00b06d731c66afdb11 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006056_person81_bacteria_398.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6a4ed1b0360d3f666a699ebb66881d1d3aee80bfc7c145b0551e3f07521c6db +size 1133 diff --git a/MendeleyCXR/labels/Darwin_00006057_person82_bacteria_402.png b/MendeleyCXR/labels/Darwin_00006057_person82_bacteria_402.png new file mode 100644 index 0000000000000000000000000000000000000000..61a4f2dfa9e208fea4cfbfc930b92bc3acb6c1e5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006057_person82_bacteria_402.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a63ea138de3123fc189553a6cb23834260bc3e8979d566133fe74a4bc3fc3d7d +size 1288 diff --git a/MendeleyCXR/labels/Darwin_00006060_person82_bacteria_405.png b/MendeleyCXR/labels/Darwin_00006060_person82_bacteria_405.png new file mode 100644 index 0000000000000000000000000000000000000000..9d4ca52bf0d9d8f4af9e5fa4974f7cb6e34ecaff --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006060_person82_bacteria_405.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6db76e9804b465ec8975e88d40aa7e6e7e0eefb813665a6e1e67450cdf8b642c +size 1201 diff --git a/MendeleyCXR/labels/Darwin_00006061_person83_bacteria_407.png b/MendeleyCXR/labels/Darwin_00006061_person83_bacteria_407.png new file mode 100644 index 0000000000000000000000000000000000000000..d574e006768584a714aeda639518a84ae33c6df7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006061_person83_bacteria_407.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:977b72046a0e909e4942fb479dac93228678556f8e9f1be9f66c3ee7853b7574 +size 1318 diff --git a/MendeleyCXR/labels/Darwin_00006062_person83_bacteria_409.png b/MendeleyCXR/labels/Darwin_00006062_person83_bacteria_409.png new file mode 100644 index 0000000000000000000000000000000000000000..38380bfcaa3b3a9211985c4f240c2a1c724552bb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006062_person83_bacteria_409.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:039e9aede456202febb00af05978b2194b7133b36df248932c4168af91b3ba85 +size 1345 diff --git a/MendeleyCXR/labels/Darwin_00006063_person83_bacteria_410.png b/MendeleyCXR/labels/Darwin_00006063_person83_bacteria_410.png new file mode 100644 index 0000000000000000000000000000000000000000..3b6ff527e49661de84701ca5cd4aba4384486b92 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006063_person83_bacteria_410.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbdd43a76dcf58a35e714c6045bdc4f17e0e4d5a261432ee1c3223ced50636a7 +size 1351 diff --git a/MendeleyCXR/labels/Darwin_00006064_person83_bacteria_411.png b/MendeleyCXR/labels/Darwin_00006064_person83_bacteria_411.png new file mode 100644 index 0000000000000000000000000000000000000000..07be328907471b864a13dba2bb46ec86d366c748 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006064_person83_bacteria_411.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d3e9b6ae330aa458f1b4f3f8754f1628c2582b6368390124d0af096796bb04a +size 1178 diff --git a/MendeleyCXR/labels/Darwin_00006065_person83_bacteria_412.png b/MendeleyCXR/labels/Darwin_00006065_person83_bacteria_412.png new file mode 100644 index 0000000000000000000000000000000000000000..4c7cad65df47b9126b147fecd11efe0b148abe7a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006065_person83_bacteria_412.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9711443a8d1b2ca5e153b51f9969f592fabff9c30adc1b187c1c6f94a7540c82 +size 1422 diff --git a/MendeleyCXR/labels/Darwin_00006066_person83_bacteria_414.png b/MendeleyCXR/labels/Darwin_00006066_person83_bacteria_414.png new file mode 100644 index 0000000000000000000000000000000000000000..55425319a9d82b8c91d3e662e69c7092f7b8b5d7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006066_person83_bacteria_414.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33c730e6a9165994df12af1e9f06e4fa1ca039c94665446075330838af183483 +size 1456 diff --git a/MendeleyCXR/labels/Darwin_00006067_person85_bacteria_417.png b/MendeleyCXR/labels/Darwin_00006067_person85_bacteria_417.png new file mode 100644 index 0000000000000000000000000000000000000000..f7f836de1dde9a090bb4f17803693f225e583fd4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006067_person85_bacteria_417.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57fc272869fa5e50803d0a36ad9f044bc6d91676b1e896c54340a6b5b2d51eed +size 1406 diff --git a/MendeleyCXR/labels/Darwin_00006068_person85_bacteria_419.png b/MendeleyCXR/labels/Darwin_00006068_person85_bacteria_419.png new file mode 100644 index 0000000000000000000000000000000000000000..10f3e2044e17a6d7fbf7fb871e700abcf73fdfe8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006068_person85_bacteria_419.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0303a14194a10483287ed090f5f1a6df5cd2c5b1d966e9ebe7d49af8534d083 +size 1286 diff --git a/MendeleyCXR/labels/Darwin_00006069_person85_bacteria_421.png b/MendeleyCXR/labels/Darwin_00006069_person85_bacteria_421.png new file mode 100644 index 0000000000000000000000000000000000000000..54c7f580ddf0dfa6e1876b3a91c44145b9ec8c02 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006069_person85_bacteria_421.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9add4509cf3faf0255afb1c2b649663e647c1c4e4c2df6a311724367953851f1 +size 1343 diff --git a/MendeleyCXR/labels/Darwin_00006072_person85_bacteria_424.png b/MendeleyCXR/labels/Darwin_00006072_person85_bacteria_424.png new file mode 100644 index 0000000000000000000000000000000000000000..d6a7282ce8cfbf5a0850dd927bd2ec731082acda --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006072_person85_bacteria_424.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:644c4ead64a569399e7c98e832b1e481cf3526ae160eb744173c59e96634e51d +size 1318 diff --git a/MendeleyCXR/labels/Darwin_00006073_person86_bacteria_428.png b/MendeleyCXR/labels/Darwin_00006073_person86_bacteria_428.png new file mode 100644 index 0000000000000000000000000000000000000000..9505c66355a336accd52e561b3483b2424ed48ee --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006073_person86_bacteria_428.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4151b14f94c6fc1f263053c6942c3ff98ba0fb02b56004b1014a0b865d7532c4 +size 1204 diff --git a/MendeleyCXR/labels/Darwin_00006074_person86_bacteria_429.png b/MendeleyCXR/labels/Darwin_00006074_person86_bacteria_429.png new file mode 100644 index 0000000000000000000000000000000000000000..59e031f705489bcb457a7494e5130361fa8bbee8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006074_person86_bacteria_429.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c34d2942b7afd895b1cfcd58ee98e8f96e218c7e8585dc9a2340e5c41c861c0a +size 1252 diff --git a/MendeleyCXR/labels/Darwin_00006075_person87_bacteria_433.png b/MendeleyCXR/labels/Darwin_00006075_person87_bacteria_433.png new file mode 100644 index 0000000000000000000000000000000000000000..b754e7e61d913b195a03cb2b5c62a613b130308e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006075_person87_bacteria_433.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ef8de8c31d17bf6ed285627bcbef893a377a7f6a97e6eb3f99714399ebbf9fb +size 1387 diff --git a/MendeleyCXR/labels/Darwin_00006076_person87_bacteria_434.png b/MendeleyCXR/labels/Darwin_00006076_person87_bacteria_434.png new file mode 100644 index 0000000000000000000000000000000000000000..c6f1ac45ca9ceaf919d4c0ae9fe3485c728a2212 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006076_person87_bacteria_434.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a6f9806e5a1955da629db1cd102fcd8a2a7cce70670bf4b2a612ba330f0ca61 +size 1420 diff --git a/MendeleyCXR/labels/Darwin_00006077_person88_bacteria_437.png b/MendeleyCXR/labels/Darwin_00006077_person88_bacteria_437.png new file mode 100644 index 0000000000000000000000000000000000000000..7960a6e54c837b0797ab6076002dfba8fd9b8df4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006077_person88_bacteria_437.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2263f1fbb19743d272d97a1d8b90effa699ff17366f03b36fb010ef8c6b649d2 +size 1241 diff --git a/MendeleyCXR/labels/Darwin_00006078_person88_bacteria_438.png b/MendeleyCXR/labels/Darwin_00006078_person88_bacteria_438.png new file mode 100644 index 0000000000000000000000000000000000000000..6c27bb0e9a03667beeead66fca84cf0436765043 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006078_person88_bacteria_438.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c936b9786deae6a7a53e179f9a588e7eecbcaf6df20a41ad1be86981eedda4dd +size 1316 diff --git a/MendeleyCXR/labels/Darwin_00006079_person88_bacteria_439.png b/MendeleyCXR/labels/Darwin_00006079_person88_bacteria_439.png new file mode 100644 index 0000000000000000000000000000000000000000..e786f0fe660bac12790c813dbacea40e15fa86ae --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006079_person88_bacteria_439.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eb32df1b18776bdeeeec7637f000340b47c5c7a156d32212c0c5611f6598024 +size 1187 diff --git a/MendeleyCXR/labels/Darwin_00006080_person89_bacteria_440.png b/MendeleyCXR/labels/Darwin_00006080_person89_bacteria_440.png new file mode 100644 index 0000000000000000000000000000000000000000..db9b5c49af797412bcd090e80a466ab337d9dd4e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006080_person89_bacteria_440.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d682693f03a30dd24e03b4d468d2e818e7048dda372a9fd32432b87241277e46 +size 1224 diff --git a/MendeleyCXR/labels/Darwin_00006081_person90_bacteria_442.png b/MendeleyCXR/labels/Darwin_00006081_person90_bacteria_442.png new file mode 100644 index 0000000000000000000000000000000000000000..ed8a708b8b86db6903650c741d65da7d07ff4bed --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006081_person90_bacteria_442.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b8ed5c6fc9ee55ec3390c92bbf2f7542db2a198788616d401d2970646cbce4b +size 1184 diff --git a/MendeleyCXR/labels/Darwin_00006082_person90_bacteria_443.png b/MendeleyCXR/labels/Darwin_00006082_person90_bacteria_443.png new file mode 100644 index 0000000000000000000000000000000000000000..07a5a53a2d7ebfcecb3f99f4f5d204b1ff513290 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006082_person90_bacteria_443.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4818a9254e881fa72a20fe255d6da4a4bcdcc3744d974986f8b6aaa83e54f843 +size 1402 diff --git a/MendeleyCXR/labels/Darwin_00006083_person91_bacteria_445.png b/MendeleyCXR/labels/Darwin_00006083_person91_bacteria_445.png new file mode 100644 index 0000000000000000000000000000000000000000..829d4c91414bc007c5706c26d457ae718fcf0517 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006083_person91_bacteria_445.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72bb9c276c328fc6a7b662b79f989266b83d0081b7783893acdabfa20b67bb0d +size 1390 diff --git a/MendeleyCXR/labels/Darwin_00006084_person91_bacteria_446.png b/MendeleyCXR/labels/Darwin_00006084_person91_bacteria_446.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae2511a22b16358240f6197aa8071da7bfcf7ed --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006084_person91_bacteria_446.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:889919e6bee8547bf80218bab45d4bed50af376ec6577dc2381154a4a42484b3 +size 1334 diff --git a/MendeleyCXR/labels/Darwin_00006085_person91_bacteria_447.png b/MendeleyCXR/labels/Darwin_00006085_person91_bacteria_447.png new file mode 100644 index 0000000000000000000000000000000000000000..a8c595189e41845f91911dd3b55a0b283eb3ad17 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006085_person91_bacteria_447.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8514a4a9e207ae80322c3635c3cc9fd37ead65fb88b6de3060d6391040516b51 +size 1271 diff --git a/MendeleyCXR/labels/Darwin_00006086_person91_bacteria_448.png b/MendeleyCXR/labels/Darwin_00006086_person91_bacteria_448.png new file mode 100644 index 0000000000000000000000000000000000000000..871bf7cf0714b4a7ff0931ff00c42bcf658c0e09 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006086_person91_bacteria_448.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80653dd6f10b3aa5c1ce0e92b1590fd38ecaf1750c2fd5e3223eb280f45f3a8a +size 1418 diff --git a/MendeleyCXR/labels/Darwin_00006087_person91_bacteria_449.png b/MendeleyCXR/labels/Darwin_00006087_person91_bacteria_449.png new file mode 100644 index 0000000000000000000000000000000000000000..fa92a5fd865238057e9bf34c948ebb39badae1ad --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006087_person91_bacteria_449.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:102b58412265984220609581af31a456ae3f2c36dcc0cb284ede13dc5f5ce1ba +size 1421 diff --git a/MendeleyCXR/labels/Darwin_00006088_person92_bacteria_450.png b/MendeleyCXR/labels/Darwin_00006088_person92_bacteria_450.png new file mode 100644 index 0000000000000000000000000000000000000000..22042df102e31ab199e342eadf14602dc672b03a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006088_person92_bacteria_450.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e232c048dccbefc7c879048d71d1170d48600405aeb62ad4e347a8dae341ad21 +size 1070 diff --git a/MendeleyCXR/labels/Darwin_00006089_person92_bacteria_451.png b/MendeleyCXR/labels/Darwin_00006089_person92_bacteria_451.png new file mode 100644 index 0000000000000000000000000000000000000000..61dacc9e3f7d8930120c911eac51428103e00482 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006089_person92_bacteria_451.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8528261267f40c9e15daf925d1ae4b658fa36ab2e90936d7ebcb440a15dd481e +size 1179 diff --git a/MendeleyCXR/labels/Darwin_00006090_person93_bacteria_453.png b/MendeleyCXR/labels/Darwin_00006090_person93_bacteria_453.png new file mode 100644 index 0000000000000000000000000000000000000000..3603a603ed4a01964f326e0e835bae6a2c770438 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006090_person93_bacteria_453.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16c489330b27ff1f66cf5502c339119174c922971bf247c6c53830ed514b5005 +size 1173 diff --git a/MendeleyCXR/labels/Darwin_00006091_person93_bacteria_454.png b/MendeleyCXR/labels/Darwin_00006091_person93_bacteria_454.png new file mode 100644 index 0000000000000000000000000000000000000000..e58de2d1b6bc09f1c1cb7ec373f777edd82db7af --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006091_person93_bacteria_454.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:953a6758d1265509b185b11db49ecb7920d05a0a85cc0bb06a9cd29260497bfa +size 1212 diff --git a/MendeleyCXR/labels/Darwin_00006092_person94_bacteria_456.png b/MendeleyCXR/labels/Darwin_00006092_person94_bacteria_456.png new file mode 100644 index 0000000000000000000000000000000000000000..e334eef8f34ccf307f03eaede5c30e0c30103c39 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006092_person94_bacteria_456.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96ad9bdf4a37a64b79dd1095ecf7db27c1b9cbbdf46c93b9815efb6e765cd3f5 +size 1211 diff --git a/MendeleyCXR/labels/Darwin_00006093_person94_bacteria_457.png b/MendeleyCXR/labels/Darwin_00006093_person94_bacteria_457.png new file mode 100644 index 0000000000000000000000000000000000000000..a583b8c5cb867b682391f7dd46da56cabdef57fd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006093_person94_bacteria_457.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80cfc70b0708c84a9f8cb573b76e91c3f9a4c273835fc35bdd7bf059e6e20b7c +size 1263 diff --git a/MendeleyCXR/labels/Darwin_00006094_person94_bacteria_458.png b/MendeleyCXR/labels/Darwin_00006094_person94_bacteria_458.png new file mode 100644 index 0000000000000000000000000000000000000000..90903bb9ec7174c33e99f11393ddbe05dbc9b1c5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006094_person94_bacteria_458.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ac1fc6f3f9b2ffaf11e2e9e625b648e310a6aa9f87eb5a8754444763d1b31a6 +size 1402 diff --git a/MendeleyCXR/labels/Darwin_00006095_person95_bacteria_463.png b/MendeleyCXR/labels/Darwin_00006095_person95_bacteria_463.png new file mode 100644 index 0000000000000000000000000000000000000000..baabdee69093a14efafe68e382592506ef0b5278 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006095_person95_bacteria_463.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3911927b3ae1aa26e625f5d9a1157f1c7ee24a100b8534f5db7ce1f1338afe94 +size 1104 diff --git a/MendeleyCXR/labels/Darwin_00006096_person96_bacteria_464.png b/MendeleyCXR/labels/Darwin_00006096_person96_bacteria_464.png new file mode 100644 index 0000000000000000000000000000000000000000..4ffb3919592dc8496e7405d247206d3a916b5650 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006096_person96_bacteria_464.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d91eadda500704bfbe0579f9c0f58eac249ae17c313e4fbdd8cb74a49b0a2d16 +size 1399 diff --git a/MendeleyCXR/labels/Darwin_00006097_person96_bacteria_465.png b/MendeleyCXR/labels/Darwin_00006097_person96_bacteria_465.png new file mode 100644 index 0000000000000000000000000000000000000000..9ebb6068d1fd155bc1e60c8c98b2ca7fd10102f8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006097_person96_bacteria_465.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53153efe0b790c4153adb9be88fc954fedb92b483f38b7ff16428cb0fa5b1639 +size 1221 diff --git a/MendeleyCXR/labels/Darwin_00006098_person96_bacteria_466.png b/MendeleyCXR/labels/Darwin_00006098_person96_bacteria_466.png new file mode 100644 index 0000000000000000000000000000000000000000..14ee9acd80cc1bfe3410604240b67cf0648c20c3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006098_person96_bacteria_466.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6726956ee837d22f53463ff0fd9ccb6fe4f5f135b440e81129c4eae127ad91d3 +size 1232 diff --git a/MendeleyCXR/labels/Darwin_00006099_person97_bacteria_468.png b/MendeleyCXR/labels/Darwin_00006099_person97_bacteria_468.png new file mode 100644 index 0000000000000000000000000000000000000000..7278a9264289f5f10012453e2be8bd650e03ea05 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006099_person97_bacteria_468.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4abe351b25b25621c10d8bfb7c6da31ab5aa16263dd3f1baf9ab49f0134af91 +size 1211 diff --git a/MendeleyCXR/labels/Darwin_00006100_person99_bacteria_473.png b/MendeleyCXR/labels/Darwin_00006100_person99_bacteria_473.png new file mode 100644 index 0000000000000000000000000000000000000000..b72dddf7be7dc52ea0ef4a0bd7f01935f459276f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006100_person99_bacteria_473.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba32b35e910f1c58aabe02b46415e98b589ce9bee35364bcaf0a495d55a76f87 +size 1274 diff --git a/MendeleyCXR/labels/Darwin_00006101_person99_bacteria_474.png b/MendeleyCXR/labels/Darwin_00006101_person99_bacteria_474.png new file mode 100644 index 0000000000000000000000000000000000000000..fd0452abc6b36f4d7fc75a84c5326c421dc76258 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006101_person99_bacteria_474.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16f38cad132a18a9f83ac54cd6ae35ff1842d2f3d9219bd533a1368eedeba674 +size 1279 diff --git a/MendeleyCXR/labels/Darwin_00006102_person100_bacteria_475.png b/MendeleyCXR/labels/Darwin_00006102_person100_bacteria_475.png new file mode 100644 index 0000000000000000000000000000000000000000..2cb6bfad4e08e2766ab25d64a2f2f81451d2061f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006102_person100_bacteria_475.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:902452c6043659b04d22193118710708589952df24fa1569de388747180bdc1f +size 1306 diff --git a/MendeleyCXR/labels/Darwin_00006103_person100_bacteria_477.png b/MendeleyCXR/labels/Darwin_00006103_person100_bacteria_477.png new file mode 100644 index 0000000000000000000000000000000000000000..170f426720103640726040bd86026ffc85adbc03 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006103_person100_bacteria_477.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e64e4c7603317d97b40ef1499e44009b9207e272e37d06db7ce0a92ec4de743c +size 1110 diff --git a/MendeleyCXR/labels/Darwin_00006104_person100_bacteria_478.png b/MendeleyCXR/labels/Darwin_00006104_person100_bacteria_478.png new file mode 100644 index 0000000000000000000000000000000000000000..6c5ed7f859a886d0eced78782444ca532dcf0fb4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006104_person100_bacteria_478.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b87a3397c251fb2255485804cea1b52c899560a64672ec4aaab431c3ab750b20 +size 1085 diff --git a/MendeleyCXR/labels/Darwin_00006105_person100_bacteria_479.png b/MendeleyCXR/labels/Darwin_00006105_person100_bacteria_479.png new file mode 100644 index 0000000000000000000000000000000000000000..b7e6497c130d0003fedb3910ae01172faaf05814 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006105_person100_bacteria_479.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:219c441cdb54359269dcef3bd52c3b12512da0635ea1b7ea8d1484fd6bb8abb8 +size 1368 diff --git a/MendeleyCXR/labels/Darwin_00006106_person100_bacteria_480.png b/MendeleyCXR/labels/Darwin_00006106_person100_bacteria_480.png new file mode 100644 index 0000000000000000000000000000000000000000..420285973ac32cb62d7ea17085726f06311a552f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006106_person100_bacteria_480.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c131b171e1ac21657de6d5f819652314dd2bac62e61aae6b9855da8eb1f52dce +size 1387 diff --git a/MendeleyCXR/labels/Darwin_00006107_person100_bacteria_481.png b/MendeleyCXR/labels/Darwin_00006107_person100_bacteria_481.png new file mode 100644 index 0000000000000000000000000000000000000000..66f67a3466551429eac0d5ce9e14686e7c196e64 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006107_person100_bacteria_481.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a06078933e71ddd96291dde3de0b1c4c6bc094650901bc4d32d1c5b94c708fc +size 1375 diff --git a/MendeleyCXR/labels/Darwin_00006108_person100_bacteria_482.png b/MendeleyCXR/labels/Darwin_00006108_person100_bacteria_482.png new file mode 100644 index 0000000000000000000000000000000000000000..faa509b8d584f54c76ed24d41bd9cc06db323553 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006108_person100_bacteria_482.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3342d87dfb48e0cf087ed667cd397f15f07c2f1bc78fd96f3e49ab6c921d3d03 +size 1221 diff --git a/MendeleyCXR/labels/Darwin_00006109_person101_bacteria_483.png b/MendeleyCXR/labels/Darwin_00006109_person101_bacteria_483.png new file mode 100644 index 0000000000000000000000000000000000000000..ad3fc6ffd37b91c7f095131a0f954f4ac5dd8d33 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006109_person101_bacteria_483.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d292c33e434ac17db5c2be2793caf090a8eb1143b53333cac0ac4907a6097ea9 +size 1267 diff --git a/MendeleyCXR/labels/Darwin_00006110_person101_bacteria_484.png b/MendeleyCXR/labels/Darwin_00006110_person101_bacteria_484.png new file mode 100644 index 0000000000000000000000000000000000000000..f20f488dff543df7d947cdc65aedcb6643041e77 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006110_person101_bacteria_484.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:585efabdcefd0458548894a9367eddc3d33fa2a98c2eac916539ebbe44614ea2 +size 1300 diff --git a/MendeleyCXR/labels/Darwin_00006111_person101_bacteria_485.png b/MendeleyCXR/labels/Darwin_00006111_person101_bacteria_485.png new file mode 100644 index 0000000000000000000000000000000000000000..8c129b455ec2d2a9361c23d0493d6e73f062246f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006111_person101_bacteria_485.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d545c4f3d02ee2aef0b53cd8362833057d55f3a0c97747e49657e4545030287 +size 1357 diff --git a/MendeleyCXR/labels/Darwin_00006112_person101_bacteria_486.png b/MendeleyCXR/labels/Darwin_00006112_person101_bacteria_486.png new file mode 100644 index 0000000000000000000000000000000000000000..d4b2807bdf27750b61f8593d6de3a76b0f859d5a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006112_person101_bacteria_486.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e48164da48b9bf79173b750c6e9242320ee9756662d3426ca0f2c77a89185892 +size 1282 diff --git a/MendeleyCXR/labels/Darwin_00006113_person102_bacteria_487.png b/MendeleyCXR/labels/Darwin_00006113_person102_bacteria_487.png new file mode 100644 index 0000000000000000000000000000000000000000..6a5875f7df6306a46960ecd47cae77b0632fb079 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006113_person102_bacteria_487.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8152c119bd50a552ad4be693b563f256b38a834b4dac74518275855b3051ec45 +size 1166 diff --git a/MendeleyCXR/labels/Darwin_00006114_person103_bacteria_488.png b/MendeleyCXR/labels/Darwin_00006114_person103_bacteria_488.png new file mode 100644 index 0000000000000000000000000000000000000000..eb1b87474272fe3b9d9a3894319c718dfe8983a2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006114_person103_bacteria_488.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3197fc3fefba1ccd672a3e01df25a9c0d1c63fa35bcb6a08fe63cf24761cbd68 +size 1337 diff --git a/MendeleyCXR/labels/Darwin_00006115_person103_bacteria_489.png b/MendeleyCXR/labels/Darwin_00006115_person103_bacteria_489.png new file mode 100644 index 0000000000000000000000000000000000000000..e48e44c934c0599ce5b352c000405cb8773aa253 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006115_person103_bacteria_489.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10d9c9c102310698618908311f0f231860b55a84ce4605aa83179bd5a26ab79c +size 1213 diff --git a/MendeleyCXR/labels/Darwin_00006116_person103_bacteria_490.png b/MendeleyCXR/labels/Darwin_00006116_person103_bacteria_490.png new file mode 100644 index 0000000000000000000000000000000000000000..e36ce0ea04ad789aaa197bb75459a7eb7cbcded0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006116_person103_bacteria_490.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3ff7c3d03a1efe0d06bd4e7a8f8005c76bc289a49973fc2d54eee54d9457b7a +size 1340 diff --git a/MendeleyCXR/labels/Darwin_00006117_person104_bacteria_491.png b/MendeleyCXR/labels/Darwin_00006117_person104_bacteria_491.png new file mode 100644 index 0000000000000000000000000000000000000000..e85ca45048711f7f27b9e2e34a4bf51af70fc11d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006117_person104_bacteria_491.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6195a715ea5839893cb102ee04c96ef50715a2b5e13904354831ef8053ea2a6 +size 1158 diff --git a/MendeleyCXR/labels/Darwin_00006118_person104_bacteria_492.png b/MendeleyCXR/labels/Darwin_00006118_person104_bacteria_492.png new file mode 100644 index 0000000000000000000000000000000000000000..bf162c8adb4c3ea4a821eb6dfdd2aa33f0a2a76e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006118_person104_bacteria_492.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edaa11e8af24b855bba894feaa94e38314d2ffbd2840ad0ede207b090e3809d2 +size 1338 diff --git a/MendeleyCXR/labels/Darwin_00006119_person108_bacteria_504.png b/MendeleyCXR/labels/Darwin_00006119_person108_bacteria_504.png new file mode 100644 index 0000000000000000000000000000000000000000..59d299265b50dea2e389b8f36af8cdd73f4a9cb1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006119_person108_bacteria_504.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f2d82c9e2210ea6bf856b8671515dccb8b05f08384b910f6bb2891c455ef0c0 +size 1305 diff --git a/MendeleyCXR/labels/Darwin_00006120_person108_bacteria_506.png b/MendeleyCXR/labels/Darwin_00006120_person108_bacteria_506.png new file mode 100644 index 0000000000000000000000000000000000000000..8f0ab4e4c42e9f5798136210c6ccdd7a730cc3f4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006120_person108_bacteria_506.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9e67d158da061dd392d548e0bc438dc37a553d177d46f342cf60c7f99305c9c +size 1435 diff --git a/MendeleyCXR/labels/Darwin_00006121_person108_bacteria_507.png b/MendeleyCXR/labels/Darwin_00006121_person108_bacteria_507.png new file mode 100644 index 0000000000000000000000000000000000000000..7f7d6f87d20e37cc4224c4d7ea1e23453f691e8f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006121_person108_bacteria_507.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acfd3d6c6e39436bc33d58ce5d87034f2ec6b9b052b0733212cbdbf9063e325d +size 1315 diff --git a/MendeleyCXR/labels/Darwin_00006122_person108_bacteria_511.png b/MendeleyCXR/labels/Darwin_00006122_person108_bacteria_511.png new file mode 100644 index 0000000000000000000000000000000000000000..86b71e63fc541b80243175162dd96872db4ac28a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006122_person108_bacteria_511.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bea33841b794299cac940cfb9b79f12a20dfd5f17fb0e408e488d16822155ae3 +size 1247 diff --git a/MendeleyCXR/labels/Darwin_00006123_person109_bacteria_512.png b/MendeleyCXR/labels/Darwin_00006123_person109_bacteria_512.png new file mode 100644 index 0000000000000000000000000000000000000000..ce1f6386c00ba0966b85325087c7401d22230a21 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006123_person109_bacteria_512.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63789740d6bb7d5d4a9934cd21f989ed5d58b69c18c044f30f342f43d909b5a8 +size 1328 diff --git a/MendeleyCXR/labels/Darwin_00006124_person109_bacteria_513.png b/MendeleyCXR/labels/Darwin_00006124_person109_bacteria_513.png new file mode 100644 index 0000000000000000000000000000000000000000..5411c36cc806112e681c54f91699997be8bf7160 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006124_person109_bacteria_513.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bb50ddd5e4c61a9a13a317f1243e05346c553b4ae30aae177da723839a8969d +size 1440 diff --git a/MendeleyCXR/labels/Darwin_00006125_person109_bacteria_517.png b/MendeleyCXR/labels/Darwin_00006125_person109_bacteria_517.png new file mode 100644 index 0000000000000000000000000000000000000000..e06429f521c4897a2a7e2db261066b6cc3e93631 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006125_person109_bacteria_517.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:220764df46d9f845178a598c03adf13f8a64515bdb29133099c72303834a505c +size 1323 diff --git a/MendeleyCXR/labels/Darwin_00006126_person109_bacteria_519.png b/MendeleyCXR/labels/Darwin_00006126_person109_bacteria_519.png new file mode 100644 index 0000000000000000000000000000000000000000..7353d6bb95e48d4b406443625b58d00fd7142d0c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006126_person109_bacteria_519.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14486d11beacbc88f03976b5184f4a2dff1dc67e4755a06b1588bd0c9fe3d594 +size 1305 diff --git a/MendeleyCXR/labels/Darwin_00006127_person109_bacteria_522.png b/MendeleyCXR/labels/Darwin_00006127_person109_bacteria_522.png new file mode 100644 index 0000000000000000000000000000000000000000..8faade237db1e9fe678a1ace2d2d622bc2dac65e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006127_person109_bacteria_522.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d94e3bb1e09b36a2a91e69c5b0436dbdf1bca95c07631f7e4feda02499496aef +size 1270 diff --git a/MendeleyCXR/labels/Darwin_00006128_person109_bacteria_523.png b/MendeleyCXR/labels/Darwin_00006128_person109_bacteria_523.png new file mode 100644 index 0000000000000000000000000000000000000000..4ae80abe87e391ae92f49d495a29e1f73773e9d3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006128_person109_bacteria_523.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8a59dda16b870095ce7ba83fbe367c3b2a6d284551359b8c26bcc302f815c19 +size 1383 diff --git a/MendeleyCXR/labels/Darwin_00006129_person109_bacteria_526.png b/MendeleyCXR/labels/Darwin_00006129_person109_bacteria_526.png new file mode 100644 index 0000000000000000000000000000000000000000..ae304f9d9f8ce405b58ef44bc8b00fbe40babbe4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006129_person109_bacteria_526.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ee2aa8b560ecaa3d5e3ecdebf13936b97914f2f8de8bbfe655f8f83b9f6fa6a +size 1287 diff --git a/MendeleyCXR/labels/Darwin_00006130_person109_bacteria_527.png b/MendeleyCXR/labels/Darwin_00006130_person109_bacteria_527.png new file mode 100644 index 0000000000000000000000000000000000000000..1267efd077382a6e778cd026c90cb77aa92992b2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006130_person109_bacteria_527.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a0a2cae081429398215763a4354ff2fe7b3265f65e067af335f24d825b405eb +size 1352 diff --git a/MendeleyCXR/labels/Darwin_00006131_person109_bacteria_528.png b/MendeleyCXR/labels/Darwin_00006131_person109_bacteria_528.png new file mode 100644 index 0000000000000000000000000000000000000000..e8945020b8b21888fa77622d735a8771a80b991f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006131_person109_bacteria_528.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8643a5b9364c3ba80830df22f15165d00785d814bcba1c8263baf9798a7fccba +size 1268 diff --git a/MendeleyCXR/labels/Darwin_00006132_person110_bacteria_531.png b/MendeleyCXR/labels/Darwin_00006132_person110_bacteria_531.png new file mode 100644 index 0000000000000000000000000000000000000000..706052c06fa5e4a451f5b128314680f9fac3d29b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006132_person110_bacteria_531.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dab1e4e3ff720d6dd192b084a50ac128ca030ec4ce5301dae20590fe0d215970 +size 1174 diff --git a/MendeleyCXR/labels/Darwin_00006133_person111_bacteria_533.png b/MendeleyCXR/labels/Darwin_00006133_person111_bacteria_533.png new file mode 100644 index 0000000000000000000000000000000000000000..a5a08a40d816c979a7f3c72f2734bb7c9a95211a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006133_person111_bacteria_533.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20b08c772ef7cc4cfa16e13ffdb351c12394bd0bc7442cea7f8cc42aaa09e2a7 +size 1252 diff --git a/MendeleyCXR/labels/Darwin_00006134_person111_bacteria_534.png b/MendeleyCXR/labels/Darwin_00006134_person111_bacteria_534.png new file mode 100644 index 0000000000000000000000000000000000000000..49374d53b63b4594adbae243d808ea5149c191c0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006134_person111_bacteria_534.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db800c474ad147d475bbaf0fc941cbbbb167c4e3cbf22e5cf50c5b21cbc275f5 +size 1188 diff --git a/MendeleyCXR/labels/Darwin_00006135_person111_bacteria_535.png b/MendeleyCXR/labels/Darwin_00006135_person111_bacteria_535.png new file mode 100644 index 0000000000000000000000000000000000000000..a801834445b636dde0fd530233050d5d4e1dcfe8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006135_person111_bacteria_535.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d948da6b993238c1dfb30e2ed879ac36f5e85dde75dd046df74173d0ed20c04 +size 1302 diff --git a/MendeleyCXR/labels/Darwin_00006136_person111_bacteria_536.png b/MendeleyCXR/labels/Darwin_00006136_person111_bacteria_536.png new file mode 100644 index 0000000000000000000000000000000000000000..ac12cb1c40c79c8bac8c6594ad97e77fe1ec5a88 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006136_person111_bacteria_536.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d1b971cee0f86ebaa93bf8ab4436d989d50e16781ee06b13470c55a6bc8de1a +size 1222 diff --git a/MendeleyCXR/labels/Darwin_00006137_person111_bacteria_537.png b/MendeleyCXR/labels/Darwin_00006137_person111_bacteria_537.png new file mode 100644 index 0000000000000000000000000000000000000000..20e16e197d49fa28263c3d6042881360431ce3bb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006137_person111_bacteria_537.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d372994787ba962302e5acd713e188ed8df893ce0e5a0df84bd48daafde5d98 +size 1338 diff --git a/MendeleyCXR/labels/Darwin_00006138_person112_bacteria_538.png b/MendeleyCXR/labels/Darwin_00006138_person112_bacteria_538.png new file mode 100644 index 0000000000000000000000000000000000000000..ebdd000cb792fba7d6ab36719ddff3d514f5c6ce --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006138_person112_bacteria_538.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eda40eecd4401944354a7dce0f5a913bbd2f92f753a252ef9bb5bc85a0893b2b +size 1117 diff --git a/MendeleyCXR/labels/Darwin_00006139_person112_bacteria_539.png b/MendeleyCXR/labels/Darwin_00006139_person112_bacteria_539.png new file mode 100644 index 0000000000000000000000000000000000000000..906ae287936fcdc6388561e1dd03d26b55b73ffb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006139_person112_bacteria_539.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:668268571a8fe5a9db7d415d1c300ce29c38587fa8fcf97bafed54c5e5e17e3a +size 1260 diff --git a/MendeleyCXR/labels/Darwin_00006140_person113_bacteria_540.png b/MendeleyCXR/labels/Darwin_00006140_person113_bacteria_540.png new file mode 100644 index 0000000000000000000000000000000000000000..45e6ff5e9b1039b763e02c0523da6240801a59ae --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006140_person113_bacteria_540.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30c82c77e608d37ef13e630d164aa29b6e732a0743fc78ac12683a64cd7db42f +size 1288 diff --git a/MendeleyCXR/labels/Darwin_00006141_person113_bacteria_541.png b/MendeleyCXR/labels/Darwin_00006141_person113_bacteria_541.png new file mode 100644 index 0000000000000000000000000000000000000000..f9765bc279d5ba355eaca086366eead9d11f720e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006141_person113_bacteria_541.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cec968a194f475ca1a1ce9b05946981c726e8412cf3c069965ea8316d8c9105c +size 1231 diff --git a/MendeleyCXR/labels/Darwin_00006142_person113_bacteria_542.png b/MendeleyCXR/labels/Darwin_00006142_person113_bacteria_542.png new file mode 100644 index 0000000000000000000000000000000000000000..51b2a5ea02588265d93de1b71e21810b36e7cbd0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006142_person113_bacteria_542.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b3bb49dce62de696974e64f7c4dd001ee55a58cd755bf4a506f89114e820b43 +size 1336 diff --git a/MendeleyCXR/labels/Darwin_00006143_person113_bacteria_543.png b/MendeleyCXR/labels/Darwin_00006143_person113_bacteria_543.png new file mode 100644 index 0000000000000000000000000000000000000000..a648a6b129fdd44be43ab589dd0275fb3c445c40 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006143_person113_bacteria_543.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bb5a6df7906e3e8a8bde18d4e27b86e4848f2c094b43cc4486f7869b2e5774e +size 1371 diff --git a/MendeleyCXR/labels/Darwin_00006144_person114_bacteria_544.png b/MendeleyCXR/labels/Darwin_00006144_person114_bacteria_544.png new file mode 100644 index 0000000000000000000000000000000000000000..a8046d76f00e80c45db14807f7a91314215e85fe --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006144_person114_bacteria_544.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2a59b7638700a14d500d1ad3b37121ff5ca001b10b188e4ad04e5f6ac205881 +size 1100 diff --git a/MendeleyCXR/labels/Darwin_00006145_person114_bacteria_545.png b/MendeleyCXR/labels/Darwin_00006145_person114_bacteria_545.png new file mode 100644 index 0000000000000000000000000000000000000000..a6edc68333bd3eeec4b6a098a205005ddeabd841 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006145_person114_bacteria_545.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3089d29ede337fb1741eea521b53aa41a1530d71ba3c2bbf769093c2482662f +size 950 diff --git a/MendeleyCXR/labels/Darwin_00006146_person114_bacteria_546.png b/MendeleyCXR/labels/Darwin_00006146_person114_bacteria_546.png new file mode 100644 index 0000000000000000000000000000000000000000..239bf971baeda3ea73f437442ac65e44a4c0c25a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006146_person114_bacteria_546.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d547ce84eb69c97baaf54cfcd54d0dfc1f92b561fb774d7c886f07d973ab994 +size 1234 diff --git a/MendeleyCXR/labels/Darwin_00006147_person117_bacteria_553.png b/MendeleyCXR/labels/Darwin_00006147_person117_bacteria_553.png new file mode 100644 index 0000000000000000000000000000000000000000..b5474d957d43d0072af59b7295f68b646b445748 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006147_person117_bacteria_553.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f36a485649005b3c31a3363fee42ef3932e588973bb11290056d2332b945309 +size 1141 diff --git a/MendeleyCXR/labels/Darwin_00006148_person117_bacteria_556.png b/MendeleyCXR/labels/Darwin_00006148_person117_bacteria_556.png new file mode 100644 index 0000000000000000000000000000000000000000..90b32528455fae67d14a77370f53d4a7d882826a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006148_person117_bacteria_556.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af9e7942aa639d27e2a77ac54cbe9ca70336e16eaa1ba9c38108723cc6c55764 +size 1169 diff --git a/MendeleyCXR/labels/Darwin_00006149_person117_bacteria_557.png b/MendeleyCXR/labels/Darwin_00006149_person117_bacteria_557.png new file mode 100644 index 0000000000000000000000000000000000000000..3c528d5eaf47cb40ae29d4d50d98c592acd6f334 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006149_person117_bacteria_557.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f3d07197ebf56375440362c098a5e85b83b4698d5cc0a2392b2ecac58b9eb87 +size 1366 diff --git a/MendeleyCXR/labels/Darwin_00006150_person118_bacteria_559.png b/MendeleyCXR/labels/Darwin_00006150_person118_bacteria_559.png new file mode 100644 index 0000000000000000000000000000000000000000..1d6c3a7d9aa78eaf2634a87cbd0c1c90737616ae --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006150_person118_bacteria_559.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26fa15900ee57409fba8295f9327bc1615e17f1999dbacbda3fc8b9cf9de34de +size 1192 diff --git a/MendeleyCXR/labels/Darwin_00006151_person118_bacteria_560.png b/MendeleyCXR/labels/Darwin_00006151_person118_bacteria_560.png new file mode 100644 index 0000000000000000000000000000000000000000..b0969ba9198858a816b0e8c9d70a6047c7bdf77f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006151_person118_bacteria_560.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67b57c744aa7fce39920cfbb9ea0b37b0d4a747c1a051ecf182e13caedf28508 +size 1141 diff --git a/MendeleyCXR/labels/Darwin_00006152_person119_bacteria_565.png b/MendeleyCXR/labels/Darwin_00006152_person119_bacteria_565.png new file mode 100644 index 0000000000000000000000000000000000000000..ff8d33e22f7a4e02ef65b4a3a9d8191dff11ade7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006152_person119_bacteria_565.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ecf7851952e519ad5aacc7060ef9c22d067cdaf45ffba11229ab3d9a835f444 +size 1251 diff --git a/MendeleyCXR/labels/Darwin_00006153_person119_bacteria_566.png b/MendeleyCXR/labels/Darwin_00006153_person119_bacteria_566.png new file mode 100644 index 0000000000000000000000000000000000000000..0632dd1c5caded2cb8cd400ff042f00ddb059078 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006153_person119_bacteria_566.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b2072286bcde3cc47b92d0844c76ce9ea64bbc33ef638bec747853203b891d4 +size 1092 diff --git a/MendeleyCXR/labels/Darwin_00006154_person119_bacteria_567.png b/MendeleyCXR/labels/Darwin_00006154_person119_bacteria_567.png new file mode 100644 index 0000000000000000000000000000000000000000..700d66b17631f5a1d6167ca959dde833bc6abf52 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006154_person119_bacteria_567.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aa819e8070e253b38c41a799ef1842591f5f136f5bcbeedec0119bafbccda46 +size 1206 diff --git a/MendeleyCXR/labels/Darwin_00006155_person119_bacteria_568.png b/MendeleyCXR/labels/Darwin_00006155_person119_bacteria_568.png new file mode 100644 index 0000000000000000000000000000000000000000..a45188a10052ae304a2ca0135cabd90410314610 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006155_person119_bacteria_568.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc59410cd0d182cebc85f45849e01326be2f2385898e8d904bde6dd4b5296e54 +size 1299 diff --git a/MendeleyCXR/labels/Darwin_00006156_person120_bacteria_570.png b/MendeleyCXR/labels/Darwin_00006156_person120_bacteria_570.png new file mode 100644 index 0000000000000000000000000000000000000000..0033ffb430954dfefce519bf46987b39c9c2a663 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006156_person120_bacteria_570.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de2e336c551ed85e338411c6ff57b3f5ab3da1fbba4d42426ea27ce6849bcb79 +size 1194 diff --git a/MendeleyCXR/labels/Darwin_00006157_person120_bacteria_571.png b/MendeleyCXR/labels/Darwin_00006157_person120_bacteria_571.png new file mode 100644 index 0000000000000000000000000000000000000000..42792bf1ea7133577395fb3cca0f37533a137309 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006157_person120_bacteria_571.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a1ddc4d10d6306271b6c566724d5b11d471bd3e9f4e377cd0d8fd2c94e57d20 +size 1295 diff --git a/MendeleyCXR/labels/Darwin_00006158_person120_bacteria_572.png b/MendeleyCXR/labels/Darwin_00006158_person120_bacteria_572.png new file mode 100644 index 0000000000000000000000000000000000000000..acf7a7e5c3ea4765e82ccd143500be77cbb45b60 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006158_person120_bacteria_572.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c5ed96865a358f5fd4fc389492ff9b2513fcc9005f4d18b54408c2068dbd0f9 +size 1325 diff --git a/MendeleyCXR/labels/Darwin_00006159_person120_bacteria_573.png b/MendeleyCXR/labels/Darwin_00006159_person120_bacteria_573.png new file mode 100644 index 0000000000000000000000000000000000000000..dd22d3ad09f2420bbd42289915331a30f10cfe6e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006159_person120_bacteria_573.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51710e4e597f85fa6e97e6f3b08b96af4d9433912d15ac80ae3ceaed287daddf +size 1317 diff --git a/MendeleyCXR/labels/Darwin_00006160_person121_bacteria_575.png b/MendeleyCXR/labels/Darwin_00006160_person121_bacteria_575.png new file mode 100644 index 0000000000000000000000000000000000000000..5ef9dc4bcb0736e3625119cb71d28aa398edf53a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006160_person121_bacteria_575.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd795be14a07f4759ce98d2ad6d5d50d66bde5f6676734a17c8d708785db25e1 +size 1209 diff --git a/MendeleyCXR/labels/Darwin_00006161_person121_bacteria_576.png b/MendeleyCXR/labels/Darwin_00006161_person121_bacteria_576.png new file mode 100644 index 0000000000000000000000000000000000000000..681f9f611d570dac9798a5a8eefff0d7b95fd202 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006161_person121_bacteria_576.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eef7cbb29e60a515c5605897872ab2adc73dd4e628c4f89ed5dd19f8514dbb5 +size 1330 diff --git a/MendeleyCXR/labels/Darwin_00006162_person121_bacteria_578.png b/MendeleyCXR/labels/Darwin_00006162_person121_bacteria_578.png new file mode 100644 index 0000000000000000000000000000000000000000..3da46d800337fc44e6a706c0f9d2e978e7e60c7a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006162_person121_bacteria_578.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2858c93471886c3f4c655befd50e3739b0109c161df1b96795ef6c88d263a4aa +size 1293 diff --git a/MendeleyCXR/labels/Darwin_00006163_person121_bacteria_579.png b/MendeleyCXR/labels/Darwin_00006163_person121_bacteria_579.png new file mode 100644 index 0000000000000000000000000000000000000000..712b382330af132c59e685814b91684b15157a8a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006163_person121_bacteria_579.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac12d763280eb1cc0ce2369d5ea6e9d15cd96b2599b131dad63a56385de91add +size 1234 diff --git a/MendeleyCXR/labels/Darwin_00006164_person121_bacteria_580.png b/MendeleyCXR/labels/Darwin_00006164_person121_bacteria_580.png new file mode 100644 index 0000000000000000000000000000000000000000..a36ec7f85f5c19fee0a5d95a3634ab8d80b85eae --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006164_person121_bacteria_580.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4287734c6f0e88ffde5f7dd9627ccaae4919d5ed280ec01479083e613e4ead53 +size 1260 diff --git a/MendeleyCXR/labels/Darwin_00006165_person122_bacteria_581.png b/MendeleyCXR/labels/Darwin_00006165_person122_bacteria_581.png new file mode 100644 index 0000000000000000000000000000000000000000..b2da02db56c6c7353e951d89fbca1e8de6ed9ab1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006165_person122_bacteria_581.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c59fe95d47f68d7936b87bda99c45c26e797cb6b9d28aff53a3da6fe8e67486b +size 1286 diff --git a/MendeleyCXR/labels/Darwin_00006166_person122_bacteria_582.png b/MendeleyCXR/labels/Darwin_00006166_person122_bacteria_582.png new file mode 100644 index 0000000000000000000000000000000000000000..9fc3a082ddbbfb111ca404917231139889fa2c62 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006166_person122_bacteria_582.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:191b6d727a0415e61d36b5cbc7f5367bd3650f52647cc84f51f44332018d828d +size 1313 diff --git a/MendeleyCXR/labels/Darwin_00006167_person122_bacteria_583.png b/MendeleyCXR/labels/Darwin_00006167_person122_bacteria_583.png new file mode 100644 index 0000000000000000000000000000000000000000..2000b12135042f39724589858fade3f4c82801a1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006167_person122_bacteria_583.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebdad27bc974e1dba7cba311023d8733bad2e186ff7197c61d84823285b3089b +size 1254 diff --git a/MendeleyCXR/labels/Darwin_00006168_person122_bacteria_584.png b/MendeleyCXR/labels/Darwin_00006168_person122_bacteria_584.png new file mode 100644 index 0000000000000000000000000000000000000000..7494bb66be2d91d968cc44e24c69903c4fe1588d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006168_person122_bacteria_584.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc74563efb77a4913fca228805488d87e19b02508bb9e4351c32b13a2686f375 +size 1249 diff --git a/MendeleyCXR/labels/Darwin_00006169_person122_bacteria_585.png b/MendeleyCXR/labels/Darwin_00006169_person122_bacteria_585.png new file mode 100644 index 0000000000000000000000000000000000000000..426cebb405a293287f9f5b1a26a6a96e288257f9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006169_person122_bacteria_585.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b7ba4c01da2710bf0437e797b265584d7c8094b3762ca6aae867ddbb927a621 +size 1251 diff --git a/MendeleyCXR/labels/Darwin_00006171_person123_bacteria_587.png b/MendeleyCXR/labels/Darwin_00006171_person123_bacteria_587.png new file mode 100644 index 0000000000000000000000000000000000000000..5e4b67e43b8b9de2682f7fb010572ee597e6e5fb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006171_person123_bacteria_587.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1224e0be1d72754bfd413f82ada8236fb07535900b811011d0ff24b518742837 +size 1152 diff --git a/MendeleyCXR/labels/Darwin_00006172_person124_bacteria_589.png b/MendeleyCXR/labels/Darwin_00006172_person124_bacteria_589.png new file mode 100644 index 0000000000000000000000000000000000000000..f8fae5a28ff9552b5a96786b8f94f6cbc314aabc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006172_person124_bacteria_589.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6549c38d0358a2e77300639f96923f28b2c1361a0aeab7eaf04be935293b8878 +size 1349 diff --git a/MendeleyCXR/labels/Darwin_00006173_person124_bacteria_590.png b/MendeleyCXR/labels/Darwin_00006173_person124_bacteria_590.png new file mode 100644 index 0000000000000000000000000000000000000000..52a6fbcef5581aaebd67c81e4d339cf0f8accb49 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006173_person124_bacteria_590.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0d030c8a9e8cee5e113001f8e4abc1377fffc180a372451ca60f7747fa545fa +size 1280 diff --git a/MendeleyCXR/labels/Darwin_00006174_person124_bacteria_591.png b/MendeleyCXR/labels/Darwin_00006174_person124_bacteria_591.png new file mode 100644 index 0000000000000000000000000000000000000000..18d49d83d17c700b3ab88183a8ce8dabf9bd4a4f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006174_person124_bacteria_591.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:974824fb1bb55c9599a70d6119ee34aa0af3cde4daeb3dacdf0ed55fd45c0e6b +size 1201 diff --git a/MendeleyCXR/labels/Darwin_00006175_person124_bacteria_592.png b/MendeleyCXR/labels/Darwin_00006175_person124_bacteria_592.png new file mode 100644 index 0000000000000000000000000000000000000000..834e80189d46813451441cfc162c44960ab0cfa7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006175_person124_bacteria_592.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0f1aaec801907f724dd8c54d59fa9bf61f1b97fa90b2d6c7ebb4e781c4ce747 +size 1310 diff --git a/MendeleyCXR/labels/Darwin_00006176_person125_bacteria_594.png b/MendeleyCXR/labels/Darwin_00006176_person125_bacteria_594.png new file mode 100644 index 0000000000000000000000000000000000000000..3e9a89e486803799a3969655e221b5db1baf727d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006176_person125_bacteria_594.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1badb98c116d9378e615ec96df755ab2c2f06699a9bdafb53583c4241767d261 +size 1235 diff --git a/MendeleyCXR/labels/Darwin_00006177_person125_bacteria_595.png b/MendeleyCXR/labels/Darwin_00006177_person125_bacteria_595.png new file mode 100644 index 0000000000000000000000000000000000000000..89312d78af90ddc9c984d7de64d05802ec096e94 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006177_person125_bacteria_595.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64577fde7ebc8a34db598938d291c1920f6b09eb227f1fa1a8783e2f292c9218 +size 1213 diff --git a/MendeleyCXR/labels/Darwin_00006178_person126_bacteria_598.png b/MendeleyCXR/labels/Darwin_00006178_person126_bacteria_598.png new file mode 100644 index 0000000000000000000000000000000000000000..68ea021c04820fc3833f098e3816bb2e78cff95a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006178_person126_bacteria_598.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4e01ec4f8df48edd544d0e575c9f2ea4b64297ac4f726b39679ba7ff59a7495 +size 1253 diff --git a/MendeleyCXR/labels/Darwin_00006179_person126_bacteria_599.png b/MendeleyCXR/labels/Darwin_00006179_person126_bacteria_599.png new file mode 100644 index 0000000000000000000000000000000000000000..7e4c5461f3c00bd5a40c854772657685dc21ae69 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006179_person126_bacteria_599.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bca4b078c0e4fe7882c702a2851011166fdb8a590a736a3ecb16a23e834bdd64 +size 1358 diff --git a/MendeleyCXR/labels/Darwin_00006180_person126_bacteria_600.png b/MendeleyCXR/labels/Darwin_00006180_person126_bacteria_600.png new file mode 100644 index 0000000000000000000000000000000000000000..9b3b00c11e7781aea4e3f9746d12cde93e640c22 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006180_person126_bacteria_600.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99dba83249892d05cfcb2d7072b5e6e1f50d2523014a0321e19157fb35948163 +size 1268 diff --git a/MendeleyCXR/labels/Darwin_00006181_person127_bacteria_602.png b/MendeleyCXR/labels/Darwin_00006181_person127_bacteria_602.png new file mode 100644 index 0000000000000000000000000000000000000000..e41899420e696d8ad61e6b744ac79e2dbe0410c2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006181_person127_bacteria_602.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d16b94940e7cdbc1e12a1daf35e864ce9c1406c71a85aae7d70b6e3d5a33a406 +size 1322 diff --git a/MendeleyCXR/labels/Darwin_00006182_person127_bacteria_603.png b/MendeleyCXR/labels/Darwin_00006182_person127_bacteria_603.png new file mode 100644 index 0000000000000000000000000000000000000000..c4f264997711be3c4034471f0dbf0f2560bfe437 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006182_person127_bacteria_603.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38419f185cc24c6edf1b47713052ed40c5d00ce473884a7c369e73ca701025ab +size 1246 diff --git a/MendeleyCXR/labels/Darwin_00006183_person127_bacteria_604.png b/MendeleyCXR/labels/Darwin_00006183_person127_bacteria_604.png new file mode 100644 index 0000000000000000000000000000000000000000..bf6765af49e82196a86ed2de3bbc7f59db6dbde4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006183_person127_bacteria_604.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd5417594731c3c600e95e1f9001fd03a6ff4532a577694ee67ec428d228077a +size 1276 diff --git a/MendeleyCXR/labels/Darwin_00006184_person128_bacteria_605.png b/MendeleyCXR/labels/Darwin_00006184_person128_bacteria_605.png new file mode 100644 index 0000000000000000000000000000000000000000..82ce3345c2a2a66b4c88ca42e41f5854c32583f3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006184_person128_bacteria_605.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fff3c9f6406332eb5e0fe9c9baecff51a3d4c06a30d9bf176dbd62b72d28ba35 +size 1331 diff --git a/MendeleyCXR/labels/Darwin_00006185_person128_bacteria_606.png b/MendeleyCXR/labels/Darwin_00006185_person128_bacteria_606.png new file mode 100644 index 0000000000000000000000000000000000000000..4d0fd02114a40bfa27071f829ca7b82f877183b6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006185_person128_bacteria_606.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:479903707837a0b19e1ad3fecf4130da69a8bff56a4f287c24510702545cda50 +size 1114 diff --git a/MendeleyCXR/labels/Darwin_00006187_person128_bacteria_608.png b/MendeleyCXR/labels/Darwin_00006187_person128_bacteria_608.png new file mode 100644 index 0000000000000000000000000000000000000000..66b1aad7b08394097819b9555355f18344e12bcf --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006187_person128_bacteria_608.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4dbf0d5bf6ff75cf8c2321a115481dc6108cab36360812eefcadcccd1d54bcd +size 1277 diff --git a/MendeleyCXR/labels/Darwin_00006188_person130_bacteria_623.png b/MendeleyCXR/labels/Darwin_00006188_person130_bacteria_623.png new file mode 100644 index 0000000000000000000000000000000000000000..b24554c49982e54656546f4d9ffe9c08fad91c9a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006188_person130_bacteria_623.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0509f3d5c1f3dd9f0a5bed97c157b809c9f024e0df6cbc3993402d42bd19cb4 +size 1243 diff --git a/MendeleyCXR/labels/Darwin_00006189_person130_bacteria_625.png b/MendeleyCXR/labels/Darwin_00006189_person130_bacteria_625.png new file mode 100644 index 0000000000000000000000000000000000000000..654ee486c5b8f2badc42d18543fa812268c771c4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006189_person130_bacteria_625.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94ec16099a72331f174f86c8dc35a99c20b0e99c1e022b569e722776682c3c46 +size 1259 diff --git a/MendeleyCXR/labels/Darwin_00006190_person130_bacteria_626.png b/MendeleyCXR/labels/Darwin_00006190_person130_bacteria_626.png new file mode 100644 index 0000000000000000000000000000000000000000..fa7d44a95f59ed779cff28eef07178e954136c15 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006190_person130_bacteria_626.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01a0250ade931a3ef096993683c6713f36338265337e6304682e065aadaa8544 +size 1292 diff --git a/MendeleyCXR/labels/Darwin_00006191_person130_bacteria_627.png b/MendeleyCXR/labels/Darwin_00006191_person130_bacteria_627.png new file mode 100644 index 0000000000000000000000000000000000000000..e4dd8786cdc4a5d99ffbaa7e3c48ed20294206cc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006191_person130_bacteria_627.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3db7dec749bd77e1106fed1a98e23224a71d3a233b339ecee8ed16cdad13889 +size 1195 diff --git a/MendeleyCXR/labels/Darwin_00006192_person130_bacteria_628.png b/MendeleyCXR/labels/Darwin_00006192_person130_bacteria_628.png new file mode 100644 index 0000000000000000000000000000000000000000..3e9380c7568718edaa6c0e8ee37d237c0a78a866 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006192_person130_bacteria_628.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbc9f3c924358e930535d4aa34777ec2e9ece12db924077d7336fc343951d1dc +size 1331 diff --git a/MendeleyCXR/labels/Darwin_00006193_person131_bacteria_629.png b/MendeleyCXR/labels/Darwin_00006193_person131_bacteria_629.png new file mode 100644 index 0000000000000000000000000000000000000000..a37b651aa2c6123c245c7021a12006c4737b417d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006193_person131_bacteria_629.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d94ea5488493d9a2b5c5bf9afb517912fd7890ed6af94b95749584e850b6986 +size 1277 diff --git a/MendeleyCXR/labels/Darwin_00006194_person132_bacteria_632.png b/MendeleyCXR/labels/Darwin_00006194_person132_bacteria_632.png new file mode 100644 index 0000000000000000000000000000000000000000..a62662f81b6ffe5b9025cc2abf393c5a42038852 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006194_person132_bacteria_632.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f15cb06af447e85d14bb357681b8b257e0f9ee1b26c1af98da5f8f94bbd30bf3 +size 1328 diff --git a/MendeleyCXR/labels/Darwin_00006195_person133_bacteria_633.png b/MendeleyCXR/labels/Darwin_00006195_person133_bacteria_633.png new file mode 100644 index 0000000000000000000000000000000000000000..fd826468b802e6a3474042b4de7a73e96caff41c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006195_person133_bacteria_633.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62427902e29222778e8feb66250978154d5480ad1c9cc9dbcb980f9f55ad09b0 +size 1249 diff --git a/MendeleyCXR/labels/Darwin_00006196_person133_bacteria_634.png b/MendeleyCXR/labels/Darwin_00006196_person133_bacteria_634.png new file mode 100644 index 0000000000000000000000000000000000000000..6e7bf2ecf8c7307d03779fd5fd7302c916ad8c1f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006196_person133_bacteria_634.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c55019c61537dfe65d2dc6b3a52a054f8afb7a3a63ad9f13565c89ed15804f3 +size 1202 diff --git a/MendeleyCXR/labels/Darwin_00006197_person133_bacteria_635.png b/MendeleyCXR/labels/Darwin_00006197_person133_bacteria_635.png new file mode 100644 index 0000000000000000000000000000000000000000..543e2b0f18fae14ce315d4409e7425174181deb2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006197_person133_bacteria_635.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fe513af4585334060efb09f404ef639695024df6dce3880aa1178f5446221ec +size 1196 diff --git a/MendeleyCXR/labels/Darwin_00006198_person133_bacteria_637.png b/MendeleyCXR/labels/Darwin_00006198_person133_bacteria_637.png new file mode 100644 index 0000000000000000000000000000000000000000..da905128793198f296b88d7eb18055daa0be5b24 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006198_person133_bacteria_637.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5821a70403f7a3384d6259867d39efa17b6616022e948bae0a1d9c98c8f11504 +size 1187 diff --git a/MendeleyCXR/labels/Darwin_00006199_person133_bacteria_638.png b/MendeleyCXR/labels/Darwin_00006199_person133_bacteria_638.png new file mode 100644 index 0000000000000000000000000000000000000000..98b90d29356b09e506faaa804b159647046116af --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006199_person133_bacteria_638.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a54516fcb5a335e7445d54dcf6b320545a4b022f635c1e035f8883909488259 +size 1296 diff --git a/MendeleyCXR/labels/Darwin_00006200_person134_bacteria_640.png b/MendeleyCXR/labels/Darwin_00006200_person134_bacteria_640.png new file mode 100644 index 0000000000000000000000000000000000000000..6cb400ae3e5f2ce7e2c3cc6d4ef6d4632818d916 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006200_person134_bacteria_640.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6efcf7709a335e4b929e626b3f4cd6ad2cb449c4036f0210e56789475edd397b +size 1218 diff --git a/MendeleyCXR/labels/Darwin_00006201_person134_bacteria_641.png b/MendeleyCXR/labels/Darwin_00006201_person134_bacteria_641.png new file mode 100644 index 0000000000000000000000000000000000000000..449a6af86b24520689b880204fe32fc69e55a134 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006201_person134_bacteria_641.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc83fc54964720037cd73f2916d6cda7fc04666acc9c267fbb427019f952597d +size 1227 diff --git a/MendeleyCXR/labels/Darwin_00006202_person134_bacteria_642.png b/MendeleyCXR/labels/Darwin_00006202_person134_bacteria_642.png new file mode 100644 index 0000000000000000000000000000000000000000..101c269b73829f925fdfb259d48742af6b4dc695 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006202_person134_bacteria_642.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:357b0e9a431762e874fc66c00cd8f80c77553649f88b1ad2e7a54b7891f8bae8 +size 1240 diff --git a/MendeleyCXR/labels/Darwin_00006203_person134_bacteria_643.png b/MendeleyCXR/labels/Darwin_00006203_person134_bacteria_643.png new file mode 100644 index 0000000000000000000000000000000000000000..c2c12598879d0bc0de07205d5089b74db59525b4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006203_person134_bacteria_643.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9cff594c4b2c55158f3dc66944f724ec04429325d3f3205b9425658785e9375 +size 1337 diff --git a/MendeleyCXR/labels/Darwin_00006205_person135_bacteria_646.png b/MendeleyCXR/labels/Darwin_00006205_person135_bacteria_646.png new file mode 100644 index 0000000000000000000000000000000000000000..a279741556db983c513b4572272c93b4232fae60 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006205_person135_bacteria_646.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9cc88525942dbfcd352f3a3adf27a72d206eb9e5c60c4cdf5c9566beac60c9f +size 1199 diff --git a/MendeleyCXR/labels/Darwin_00006206_person135_bacteria_647.png b/MendeleyCXR/labels/Darwin_00006206_person135_bacteria_647.png new file mode 100644 index 0000000000000000000000000000000000000000..2c4d402a37e67c17f049e799ed4e9a52c9b37d45 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006206_person135_bacteria_647.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14110559c7d6b9751e2a0e5c65d6c7df3ef96d9f33a78f2028da4d6a16732269 +size 1344 diff --git a/MendeleyCXR/labels/Darwin_00006207_person136_bacteria_648.png b/MendeleyCXR/labels/Darwin_00006207_person136_bacteria_648.png new file mode 100644 index 0000000000000000000000000000000000000000..c4a6c5cd80d9580289746397b3e39d429a057491 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006207_person136_bacteria_648.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8304586d4556802aee143f199b86a69be1774489b35e134406976ff3acac81f6 +size 1331 diff --git a/MendeleyCXR/labels/Darwin_00006208_person136_bacteria_649.png b/MendeleyCXR/labels/Darwin_00006208_person136_bacteria_649.png new file mode 100644 index 0000000000000000000000000000000000000000..bb6afe257c26954b057776162a6d40dc077c427b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006208_person136_bacteria_649.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeccd9dc166a2af52769cfd863ccccd62c639493bb829179f3bd41aff9a2c3ae +size 1282 diff --git a/MendeleyCXR/labels/Darwin_00006209_person136_bacteria_650.png b/MendeleyCXR/labels/Darwin_00006209_person136_bacteria_650.png new file mode 100644 index 0000000000000000000000000000000000000000..85dcf5b7e0dd8c17ad8b7597d62051fb7f7c502d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006209_person136_bacteria_650.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:762ee74185e9ef1cb92cbebc83d9a99837264e34fb09b0801758449e30fbaa1f +size 1334 diff --git a/MendeleyCXR/labels/Darwin_00006210_person136_bacteria_652.png b/MendeleyCXR/labels/Darwin_00006210_person136_bacteria_652.png new file mode 100644 index 0000000000000000000000000000000000000000..ecdb8760ee79de729ba54a2ab3f938164d30055b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006210_person136_bacteria_652.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deeea52eeb895b28ed6ca8522751ec032d08a728f0962b9fd415b0b15f8eca18 +size 1299 diff --git a/MendeleyCXR/labels/Darwin_00006211_person136_bacteria_654.png b/MendeleyCXR/labels/Darwin_00006211_person136_bacteria_654.png new file mode 100644 index 0000000000000000000000000000000000000000..9cac4a90ee4cada8f6db833ab1132e10abe2527f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006211_person136_bacteria_654.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:657a6a8cba992217dc75a8568e229ecf2ffc949e64bf09b37eff6eb68a6f8233 +size 1320 diff --git a/MendeleyCXR/labels/Darwin_00006212_person137_bacteria_655.png b/MendeleyCXR/labels/Darwin_00006212_person137_bacteria_655.png new file mode 100644 index 0000000000000000000000000000000000000000..03e66e524667b2e150ab13d02ee712dd7ed9e07d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006212_person137_bacteria_655.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00e9df4b3d7a9841c40dfedf06049e06ee009978345f8ec2fb6f8b404385d0c7 +size 1304 diff --git a/MendeleyCXR/labels/Darwin_00006213_person138_bacteria_657.png b/MendeleyCXR/labels/Darwin_00006213_person138_bacteria_657.png new file mode 100644 index 0000000000000000000000000000000000000000..2ce076214df4a0172bdcfc57f0116875b25dd73f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006213_person138_bacteria_657.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a8bda11725727a24bf4baa3a1709a29f62311326e108b71c68d46b1d969e25e +size 1264 diff --git a/MendeleyCXR/labels/Darwin_00006214_person138_bacteria_658.png b/MendeleyCXR/labels/Darwin_00006214_person138_bacteria_658.png new file mode 100644 index 0000000000000000000000000000000000000000..f173ea962bf25cbd52c3579fcd8a272f14eb098c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006214_person138_bacteria_658.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:209bc28a58c4d5b00b92deab59922b87c65dc23683772ab9d8538b0557b80075 +size 1252 diff --git a/MendeleyCXR/labels/Darwin_00006215_person138_bacteria_659.png b/MendeleyCXR/labels/Darwin_00006215_person138_bacteria_659.png new file mode 100644 index 0000000000000000000000000000000000000000..534b33bd864a3700fdfd3f79968d74e06f334891 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006215_person138_bacteria_659.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7db799556407e66cc3d7f3817c752890aa14c854180c9188adf67bcaac71f766 +size 1291 diff --git a/MendeleyCXR/labels/Darwin_00006216_person139_bacteria_661.png b/MendeleyCXR/labels/Darwin_00006216_person139_bacteria_661.png new file mode 100644 index 0000000000000000000000000000000000000000..3624d499f41199837e1886bf85b3a556a62b2f8a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006216_person139_bacteria_661.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87e920fd3221cfe9368fc5ef77488dafc6d269de106004377b27adf6017f08f8 +size 1285 diff --git a/MendeleyCXR/labels/Darwin_00006217_person139_bacteria_662.png b/MendeleyCXR/labels/Darwin_00006217_person139_bacteria_662.png new file mode 100644 index 0000000000000000000000000000000000000000..e9aae63d5788af8b1a052e9e36f4d998ff374e1e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006217_person139_bacteria_662.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cde5833382952baa37af973ca3ee67f281db2a32c25b97b593c95b57040ecf4 +size 1390 diff --git a/MendeleyCXR/labels/Darwin_00006218_person139_bacteria_663.png b/MendeleyCXR/labels/Darwin_00006218_person139_bacteria_663.png new file mode 100644 index 0000000000000000000000000000000000000000..8359291e8ad4250c9d1904431eb1c6fdd762dd07 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006218_person139_bacteria_663.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cdae00431f9091134df08b73795babc06bd61fe228b04bfafab9624069d6426 +size 1313 diff --git a/MendeleyCXR/labels/Darwin_00006219_person139_bacteria_664.png b/MendeleyCXR/labels/Darwin_00006219_person139_bacteria_664.png new file mode 100644 index 0000000000000000000000000000000000000000..e7fb3a871f4b2866bec3fa47fb755df223d368ac --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006219_person139_bacteria_664.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:664ac9e19034cf37f285e15107e613060992cbd8e05e11c09d7aa105e6948d0d +size 1307 diff --git a/MendeleyCXR/labels/Darwin_00006220_person139_bacteria_665.png b/MendeleyCXR/labels/Darwin_00006220_person139_bacteria_665.png new file mode 100644 index 0000000000000000000000000000000000000000..e738d230422f0e98e99293d200bc157f004073af --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006220_person139_bacteria_665.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c191a9a0ba0de826fcf750d0f9deb6aa82143f5e3b7c5e7f26852030533fe6a8 +size 1373 diff --git a/MendeleyCXR/labels/Darwin_00006221_person139_bacteria_666.png b/MendeleyCXR/labels/Darwin_00006221_person139_bacteria_666.png new file mode 100644 index 0000000000000000000000000000000000000000..5b49c4c1bb98d9cb5fd4d8848d2259ab001da25d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006221_person139_bacteria_666.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1e3b573d178ddd6b7512aeb0c5aef1bec032bea6cf7eeb53840643659070a08 +size 1239 diff --git a/MendeleyCXR/labels/Darwin_00006222_person140_bacteria_667.png b/MendeleyCXR/labels/Darwin_00006222_person140_bacteria_667.png new file mode 100644 index 0000000000000000000000000000000000000000..5314bc48e20b7a9ad83f084f50afbe57bd1a97f7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006222_person140_bacteria_667.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39cbe0576e8ef35cd9371b2d2059dfe1371284e9358304d4557b4237235f6b71 +size 1211 diff --git a/MendeleyCXR/labels/Darwin_00006223_person140_bacteria_668.png b/MendeleyCXR/labels/Darwin_00006223_person140_bacteria_668.png new file mode 100644 index 0000000000000000000000000000000000000000..613968b42c37c394a017d7049bafbe1934a62c02 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006223_person140_bacteria_668.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a1345f6ebc09ccddd15d5f351843dfcc606e53ce3db196bb9c5815b2ab6d4c4 +size 1221 diff --git a/MendeleyCXR/labels/Darwin_00006224_person141_bacteria_670.png b/MendeleyCXR/labels/Darwin_00006224_person141_bacteria_670.png new file mode 100644 index 0000000000000000000000000000000000000000..46b78541f1c67b6a19e8d86d86ee235dd76d8ad3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006224_person141_bacteria_670.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:271a9aae672f666e992b19ab17bfdd7a5c39bc53b59c109949f57d5c90c9d25f +size 1330 diff --git a/MendeleyCXR/labels/Darwin_00006225_person141_bacteria_676.png b/MendeleyCXR/labels/Darwin_00006225_person141_bacteria_676.png new file mode 100644 index 0000000000000000000000000000000000000000..79e02ef589433b0023aced24361bf3907c4200d5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006225_person141_bacteria_676.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32cdc0336ebb70225ca798603a71a465c5413283b1a6edc4faf7dd3ff6700c1a +size 1340 diff --git a/MendeleyCXR/labels/Darwin_00006226_person141_bacteria_677.png b/MendeleyCXR/labels/Darwin_00006226_person141_bacteria_677.png new file mode 100644 index 0000000000000000000000000000000000000000..e17739544d1705582b75fbc9ad8743af90c20966 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006226_person141_bacteria_677.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86c1ab3da16944c03ad92cb9b26b42b72a9f7114637af6a5dc0e687b2b20714d +size 1196 diff --git a/MendeleyCXR/labels/Darwin_00006227_person141_bacteria_678.png b/MendeleyCXR/labels/Darwin_00006227_person141_bacteria_678.png new file mode 100644 index 0000000000000000000000000000000000000000..e1c6e2c53e102a943e7b7eeaa017f01fd3a27599 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006227_person141_bacteria_678.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0932addcae17909e00a4238da97b65999f2f62fc5d028d73c9d754e027c841c3 +size 1312 diff --git a/MendeleyCXR/labels/Darwin_00006228_person141_bacteria_681.png b/MendeleyCXR/labels/Darwin_00006228_person141_bacteria_681.png new file mode 100644 index 0000000000000000000000000000000000000000..cd58056ca8c8a1cfa2c7b3fcaec33e99a9830aaa --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006228_person141_bacteria_681.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b944907a53755410855cfa8a750a1126c8281a1e867a27b7a7af256938c11e7b +size 1329 diff --git a/MendeleyCXR/labels/Darwin_00006229_person142_bacteria_682.png b/MendeleyCXR/labels/Darwin_00006229_person142_bacteria_682.png new file mode 100644 index 0000000000000000000000000000000000000000..704fa11ae140b7ff1ce3ca907b75f49f3c074849 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006229_person142_bacteria_682.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b29cae0ef7fa718d264148fe2e54227d3a96a3b633700d034c3bd9d1ee59f967 +size 1036 diff --git a/MendeleyCXR/labels/Darwin_00006230_person142_bacteria_683.png b/MendeleyCXR/labels/Darwin_00006230_person142_bacteria_683.png new file mode 100644 index 0000000000000000000000000000000000000000..6066686746195e8dbc80846e5f9cb1d86d5590e2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006230_person142_bacteria_683.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e93a54973835f7f0be019cba982ac406403bdcc78a5f4f8281ef41997d935b10 +size 1408 diff --git a/MendeleyCXR/labels/Darwin_00006231_person142_bacteria_684.png b/MendeleyCXR/labels/Darwin_00006231_person142_bacteria_684.png new file mode 100644 index 0000000000000000000000000000000000000000..3e91bb2f0b2dc177990567887e7b78272f5f198c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006231_person142_bacteria_684.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:137ed4a17b24c42dd61508a7b2c236ba6a840600877bdfa25e087b441fe489c5 +size 1171 diff --git a/MendeleyCXR/labels/Darwin_00006232_person143_bacteria_687.png b/MendeleyCXR/labels/Darwin_00006232_person143_bacteria_687.png new file mode 100644 index 0000000000000000000000000000000000000000..ada9f962dec73f2eb860e0990d6ab3e88da515e8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006232_person143_bacteria_687.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e4da7657e443f761ebff0d5b828b0e7d918c39f00b50cbd49deeb5db5591b2b +size 1280 diff --git a/MendeleyCXR/labels/Darwin_00006233_person143_bacteria_688.png b/MendeleyCXR/labels/Darwin_00006233_person143_bacteria_688.png new file mode 100644 index 0000000000000000000000000000000000000000..fe277d385f2b5482207220d7413167aaf314ad30 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006233_person143_bacteria_688.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b1928daca8b88a2879c7827302f50f3ba876f340cce9ccbf2b67af731f6931e +size 1348 diff --git a/MendeleyCXR/labels/Darwin_00006234_person143_bacteria_689.png b/MendeleyCXR/labels/Darwin_00006234_person143_bacteria_689.png new file mode 100644 index 0000000000000000000000000000000000000000..50437785d2882605bc5ed0ca227f22488180ef4f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006234_person143_bacteria_689.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c19fb46c2d3381c5a6ce4657d94db130a36ba0c7e544dfb5fbd60d53be92efd8 +size 1351 diff --git a/MendeleyCXR/labels/Darwin_00006235_person144_bacteria_690.png b/MendeleyCXR/labels/Darwin_00006235_person144_bacteria_690.png new file mode 100644 index 0000000000000000000000000000000000000000..c8df61e0bdfa417878a98458dbf88aa6977c4c49 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006235_person144_bacteria_690.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c48a210902828c1bb181e61fa390154b1e9830a84448c5caa9c1448eb014472e +size 1272 diff --git a/MendeleyCXR/labels/Darwin_00006236_person145_bacteria_696.png b/MendeleyCXR/labels/Darwin_00006236_person145_bacteria_696.png new file mode 100644 index 0000000000000000000000000000000000000000..45885a8cca8eceb184e9fb111475f14c16d5f9c9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006236_person145_bacteria_696.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2811cc0657dc958727c136d7971ca43c9450a4ccbabe8194e63aebf8b93d6aa9 +size 1252 diff --git a/MendeleyCXR/labels/Darwin_00006237_person146_bacteria_700.png b/MendeleyCXR/labels/Darwin_00006237_person146_bacteria_700.png new file mode 100644 index 0000000000000000000000000000000000000000..9a2f3d3b4652f8271e53e07517ffc26071cbb8f5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006237_person146_bacteria_700.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b41bce1652d596ff5d9baf25f90b32b8faca30c64086ffaadac4772076448977 +size 1195 diff --git a/MendeleyCXR/labels/Darwin_00006238_person146_bacteria_703.png b/MendeleyCXR/labels/Darwin_00006238_person146_bacteria_703.png new file mode 100644 index 0000000000000000000000000000000000000000..de13c02ddb709f44475bd8a785c0931173754441 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006238_person146_bacteria_703.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6ce38c0f17515e31cf9ba87afcc7d0da6f1ec67f712ede592397190473c1c4d +size 1303 diff --git a/MendeleyCXR/labels/Darwin_00006239_person146_bacteria_704.png b/MendeleyCXR/labels/Darwin_00006239_person146_bacteria_704.png new file mode 100644 index 0000000000000000000000000000000000000000..c647926206289779937d8e89e2b86bf4629d8c67 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006239_person146_bacteria_704.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9c04b5f883296134bf20e2e4e1c3505e707606897d65389f608d26894f49799 +size 1269 diff --git a/MendeleyCXR/labels/Darwin_00006240_person147_bacteria_705.png b/MendeleyCXR/labels/Darwin_00006240_person147_bacteria_705.png new file mode 100644 index 0000000000000000000000000000000000000000..9340715cccf5d27d509e54df925fcf99ddbe20cc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006240_person147_bacteria_705.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:862f032c685452e00b6079a0abd511cef9bbd13664fa1f45afd973d504b71a88 +size 1386 diff --git a/MendeleyCXR/labels/Darwin_00006241_person147_bacteria_706.png b/MendeleyCXR/labels/Darwin_00006241_person147_bacteria_706.png new file mode 100644 index 0000000000000000000000000000000000000000..f0830e2b29f118765d163fbbfebc37cbe9588e3d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006241_person147_bacteria_706.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c1aaefb5859fe6cedb2fed8fb191764c1c11eecf2ca928d9fd04fb5724048c9 +size 1200 diff --git a/MendeleyCXR/labels/Darwin_00006242_person147_bacteria_707.png b/MendeleyCXR/labels/Darwin_00006242_person147_bacteria_707.png new file mode 100644 index 0000000000000000000000000000000000000000..0734edba3ce0f2128cad880fda2d3370c1d53783 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006242_person147_bacteria_707.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9776782fc6c4aa03e27de4ac57ffc4db0fb6a3a2a8743e0ee0fb23393e4cb990 +size 1258 diff --git a/MendeleyCXR/labels/Darwin_00006243_person147_bacteria_711.png b/MendeleyCXR/labels/Darwin_00006243_person147_bacteria_711.png new file mode 100644 index 0000000000000000000000000000000000000000..7549f280493588ede6218b259d5ad72357e39e7c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006243_person147_bacteria_711.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10b810c532642903540d78dd9b21fc5d81a1db01c0f58376434dd004bcb85d6b +size 1335 diff --git a/MendeleyCXR/labels/Darwin_00006244_person149_bacteria_713.png b/MendeleyCXR/labels/Darwin_00006244_person149_bacteria_713.png new file mode 100644 index 0000000000000000000000000000000000000000..e5cf54778cbf1c2d7c0817bbff1471c5ec73ac46 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006244_person149_bacteria_713.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28cbfb5ae9ae752133e3c46ba22a3e0f4802dd23f4e1f03f431396467c0559b4 +size 1394 diff --git a/MendeleyCXR/labels/Darwin_00006245_person150_bacteria_715.png b/MendeleyCXR/labels/Darwin_00006245_person150_bacteria_715.png new file mode 100644 index 0000000000000000000000000000000000000000..d5b6795eb5b325bf1832b874b7a2cd7a20708aaa --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006245_person150_bacteria_715.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b01ed3b31146d3f9c7850f2f01373ba95b83ebc9a972b2c179b61595c4677a8 +size 1225 diff --git a/MendeleyCXR/labels/Darwin_00006246_person150_bacteria_716.png b/MendeleyCXR/labels/Darwin_00006246_person150_bacteria_716.png new file mode 100644 index 0000000000000000000000000000000000000000..ce6f8e0e4e02662f55fb83dcb102f013a4801105 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006246_person150_bacteria_716.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24942f08326f955862a209a2ee9ac300d502d78c585c0b26f756806eb08b0aa7 +size 1242 diff --git a/MendeleyCXR/labels/Darwin_00006247_person150_bacteria_717.png b/MendeleyCXR/labels/Darwin_00006247_person150_bacteria_717.png new file mode 100644 index 0000000000000000000000000000000000000000..762c1dacedb4f98c3ab13b2e03baf071e1bca570 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006247_person150_bacteria_717.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cfba80e8da998d936e260e18b0f3960aeb769f262252f7498e269669a301f21 +size 1280 diff --git a/MendeleyCXR/labels/Darwin_00006249_person152_bacteria_720.png b/MendeleyCXR/labels/Darwin_00006249_person152_bacteria_720.png new file mode 100644 index 0000000000000000000000000000000000000000..27999fc04426bdfe256d6a79b323285caf88a165 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006249_person152_bacteria_720.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c41d06afc415183281df6a65700bad14200ed907f208d4580bdc6db61104b8a +size 1238 diff --git a/MendeleyCXR/labels/Darwin_00006250_person152_bacteria_721.png b/MendeleyCXR/labels/Darwin_00006250_person152_bacteria_721.png new file mode 100644 index 0000000000000000000000000000000000000000..3a23b9b5bf369bf10a36be2b3d8a620d20138bb4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006250_person152_bacteria_721.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94976c56ea047e271ed8a9b640b5ad1cebcbc47503b96e948ddb35de45f8649c +size 1122 diff --git a/MendeleyCXR/labels/Darwin_00006251_person152_bacteria_722.png b/MendeleyCXR/labels/Darwin_00006251_person152_bacteria_722.png new file mode 100644 index 0000000000000000000000000000000000000000..8603ce70dd5c109bff85a7acc461d5c34b2a8d46 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006251_person152_bacteria_722.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31209eb0f1556c1da70c396a32aba7566f253bcc937d0e0c6e9ab1fe391bc4f1 +size 1290 diff --git a/MendeleyCXR/labels/Darwin_00006252_person152_bacteria_723.png b/MendeleyCXR/labels/Darwin_00006252_person152_bacteria_723.png new file mode 100644 index 0000000000000000000000000000000000000000..71f2efe3bc019a1ddaa27df75a1e66f1fbb71c1b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006252_person152_bacteria_723.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e75f905481acb76df1b78dcb6e3a158c7f5a698823c57c968a7e51269d1de4de +size 1278 diff --git a/MendeleyCXR/labels/Darwin_00006253_person152_bacteria_724.png b/MendeleyCXR/labels/Darwin_00006253_person152_bacteria_724.png new file mode 100644 index 0000000000000000000000000000000000000000..5f9f55878fabdda24d935d74d186a1d8d2588952 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006253_person152_bacteria_724.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8558cafff9915c1877cfd873a4baf92e372a33aea4cce46d3fe6f3b49a23f473 +size 1295 diff --git a/MendeleyCXR/labels/Darwin_00006254_person153_bacteria_725.png b/MendeleyCXR/labels/Darwin_00006254_person153_bacteria_725.png new file mode 100644 index 0000000000000000000000000000000000000000..38680d033ea3802f263a835590c7bc365ecf831c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006254_person153_bacteria_725.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df4666b3639df096aa582d35a6c00eb7c0f9d70651e9731ac39a440776858705 +size 1283 diff --git a/MendeleyCXR/labels/Darwin_00006255_person153_bacteria_726.png b/MendeleyCXR/labels/Darwin_00006255_person153_bacteria_726.png new file mode 100644 index 0000000000000000000000000000000000000000..926c1a4fdeefc515acbfc563b05373a3beffa6cf --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006255_person153_bacteria_726.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ce4e218c467e32c06faba5303a6151589d784372a036a99b0c66aa737f5a71d +size 1145 diff --git a/MendeleyCXR/labels/Darwin_00006256_person154_bacteria_728.png b/MendeleyCXR/labels/Darwin_00006256_person154_bacteria_728.png new file mode 100644 index 0000000000000000000000000000000000000000..072446327d70c80695a725d135f707b8efa8c2fa --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006256_person154_bacteria_728.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7951b80f359ab864bd6d9750483f936a9b1ae08a5109130bce303e5ac37fa8d +size 1346 diff --git a/MendeleyCXR/labels/Darwin_00006257_person155_bacteria_729.png b/MendeleyCXR/labels/Darwin_00006257_person155_bacteria_729.png new file mode 100644 index 0000000000000000000000000000000000000000..bc37b70f7e822897cd959ed922751c9aecf66e8f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006257_person155_bacteria_729.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e43f1f56b63392915957ca8aa487c943c250608a93093a6752db5eaa4aa1ddb6 +size 1352 diff --git a/MendeleyCXR/labels/Darwin_00006258_person155_bacteria_730.png b/MendeleyCXR/labels/Darwin_00006258_person155_bacteria_730.png new file mode 100644 index 0000000000000000000000000000000000000000..7f2d428f529648087432c09d54671828664394bf --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006258_person155_bacteria_730.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23097ac1ef23304331e68154970a091bedf21d9900c397f58bacec51ac0d359b +size 1260 diff --git a/MendeleyCXR/labels/Darwin_00006259_person155_bacteria_731.png b/MendeleyCXR/labels/Darwin_00006259_person155_bacteria_731.png new file mode 100644 index 0000000000000000000000000000000000000000..b548e50b378defc3b1936d7b72fae86bbd1160ad --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006259_person155_bacteria_731.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3a205a0e7588e8ecfe3f999297d1a58eb0a5fda9a7c54d26a6a1f68b9c67c7c +size 1395 diff --git a/MendeleyCXR/labels/Darwin_00006260_person157_bacteria_735.png b/MendeleyCXR/labels/Darwin_00006260_person157_bacteria_735.png new file mode 100644 index 0000000000000000000000000000000000000000..726c910a09633d072a92397080e43bb12a14c585 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006260_person157_bacteria_735.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95d73bb341ac6ec0fdd44e034160e7a432fb948108556b525e907e1626d67bfe +size 1291 diff --git a/MendeleyCXR/labels/Darwin_00006261_person157_bacteria_739.png b/MendeleyCXR/labels/Darwin_00006261_person157_bacteria_739.png new file mode 100644 index 0000000000000000000000000000000000000000..649ace7d39518aadbb1471969499c1a38cb804fe --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006261_person157_bacteria_739.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa365a7c1a5fabbe11b97422714574e57dff84c6a7ac072af8be43756a95f1f2 +size 1197 diff --git a/MendeleyCXR/labels/Darwin_00006262_person157_bacteria_740.png b/MendeleyCXR/labels/Darwin_00006262_person157_bacteria_740.png new file mode 100644 index 0000000000000000000000000000000000000000..a627cdeb970aea5aa895156ce178171ffb4cae44 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006262_person157_bacteria_740.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e847b25b3a8379dd17dc3488e43757dead1afe9b3778627bc179d9b25dc43ce +size 1374 diff --git a/MendeleyCXR/labels/Darwin_00006263_person158_bacteria_742.png b/MendeleyCXR/labels/Darwin_00006263_person158_bacteria_742.png new file mode 100644 index 0000000000000000000000000000000000000000..99d7251012852214501abf7b9b89c199493a48a5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006263_person158_bacteria_742.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7e85aa9685091fe07a40c29902319e87364adb09335f6f0af98c09c503e6034 +size 1314 diff --git a/MendeleyCXR/labels/Darwin_00006264_person158_bacteria_743.png b/MendeleyCXR/labels/Darwin_00006264_person158_bacteria_743.png new file mode 100644 index 0000000000000000000000000000000000000000..1fe1f139f51f24406c39e33b047c452c980c06cb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006264_person158_bacteria_743.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17d5e83710edb273f75ba407f7846ab263afd2121d1ae253ee77674ba87255ff +size 1303 diff --git a/MendeleyCXR/labels/Darwin_00006265_person158_bacteria_744.png b/MendeleyCXR/labels/Darwin_00006265_person158_bacteria_744.png new file mode 100644 index 0000000000000000000000000000000000000000..596dadada030d814dd339a6c38a7bac82bf9f754 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006265_person158_bacteria_744.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e2e46e2d2bcb36e3e20672f61bec5baf2ea3e09366d088c3ef2afaf228f1298 +size 1357 diff --git a/MendeleyCXR/labels/Darwin_00006266_person158_bacteria_745.png b/MendeleyCXR/labels/Darwin_00006266_person158_bacteria_745.png new file mode 100644 index 0000000000000000000000000000000000000000..9addd69d13f34e475a3408442363fe3917d04c80 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006266_person158_bacteria_745.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42e614f91e9e50b3d42f3d313504ad3118f63139cd96894b2db18807a7d55e22 +size 1171 diff --git a/MendeleyCXR/labels/Darwin_00006267_person159_bacteria_746.png b/MendeleyCXR/labels/Darwin_00006267_person159_bacteria_746.png new file mode 100644 index 0000000000000000000000000000000000000000..ec429e1e9925e3c9d078a7e16be3fbf332a5d31d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006267_person159_bacteria_746.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50000b395b1cdb76bb5919829e03798820b773929af2366a121cb0cb4791c661 +size 1253 diff --git a/MendeleyCXR/labels/Darwin_00006268_person159_bacteria_747.png b/MendeleyCXR/labels/Darwin_00006268_person159_bacteria_747.png new file mode 100644 index 0000000000000000000000000000000000000000..ae7a6539e7bc8ef1a141301bc43206cd948c7663 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006268_person159_bacteria_747.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9704962212111d9571bd661de756d54527b901664fe4fc2d023904db4d4a6ccf +size 1223 diff --git a/MendeleyCXR/labels/Darwin_00006269_person161_bacteria_757.png b/MendeleyCXR/labels/Darwin_00006269_person161_bacteria_757.png new file mode 100644 index 0000000000000000000000000000000000000000..d409035f653dea3bfe16c34e0784bf177e4eb6b8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006269_person161_bacteria_757.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12dad0a67e58338efe55f0303e05af9b0564b0a23848575e149936c9c5a8ae8a +size 1299 diff --git a/MendeleyCXR/labels/Darwin_00006271_person161_bacteria_762.png b/MendeleyCXR/labels/Darwin_00006271_person161_bacteria_762.png new file mode 100644 index 0000000000000000000000000000000000000000..6868f34c26c8778a5a5fb3d58213a972e27d2738 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006271_person161_bacteria_762.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8767625db6fb5555a4d7c471e94850b74acde2dc0c89147b6898efba8d55baf2 +size 1244 diff --git a/MendeleyCXR/labels/Darwin_00006272_person171_bacteria_826.png b/MendeleyCXR/labels/Darwin_00006272_person171_bacteria_826.png new file mode 100644 index 0000000000000000000000000000000000000000..b5343ec9f66d44feb0796e3ba36960d37deed6af --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006272_person171_bacteria_826.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:318746e096934a60d2764fa8ab6bc9590bb224b86d9f5831e1690101494e20f9 +size 1235 diff --git a/MendeleyCXR/labels/Darwin_00006273_person172_bacteria_827.png b/MendeleyCXR/labels/Darwin_00006273_person172_bacteria_827.png new file mode 100644 index 0000000000000000000000000000000000000000..c7912993ec4bb020dd803531fcea686d081614c8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006273_person172_bacteria_827.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aa80e7b95ef59538f2cdd2c6fec2766ed8ce744c694a413c53f01707bb7d3d3 +size 1228 diff --git a/MendeleyCXR/labels/Darwin_00006274_person172_bacteria_828.png b/MendeleyCXR/labels/Darwin_00006274_person172_bacteria_828.png new file mode 100644 index 0000000000000000000000000000000000000000..3ab28492969fa2f4013ec0c711bb2783522242f9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006274_person172_bacteria_828.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c506b2560d078fb39d1f004b47ef6a21359e1872c347c7abedb828631667feb +size 1246 diff --git a/MendeleyCXR/labels/Darwin_00006275_person173_bacteria_829.png b/MendeleyCXR/labels/Darwin_00006275_person173_bacteria_829.png new file mode 100644 index 0000000000000000000000000000000000000000..3b94765ff7a17e958007a1e290b90bb6948ccb8a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006275_person173_bacteria_829.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a40fcd80b9dc34524839f5dcce667a70e0744e161425bc8ed2c783178f886e94 +size 1122 diff --git a/MendeleyCXR/labels/Darwin_00006276_person173_bacteria_830.png b/MendeleyCXR/labels/Darwin_00006276_person173_bacteria_830.png new file mode 100644 index 0000000000000000000000000000000000000000..d7f2d899569622765c884788b91f1c750c85ff3a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006276_person173_bacteria_830.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:990774662482253e67d7773f025d3c8ba2bfecd543b6e987297d735d64e31897 +size 1284 diff --git a/MendeleyCXR/labels/Darwin_00006277_person173_bacteria_831.png b/MendeleyCXR/labels/Darwin_00006277_person173_bacteria_831.png new file mode 100644 index 0000000000000000000000000000000000000000..80de01e6631f71e68cca6ef25e959df72ab4ceee --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006277_person173_bacteria_831.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f31a79e1831863fa76019e82525a7f7bf1062c03c2265e6caa7d8b23e4e219ee +size 1209 diff --git a/MendeleyCXR/labels/Darwin_00006278_person174_bacteria_832.png b/MendeleyCXR/labels/Darwin_00006278_person174_bacteria_832.png new file mode 100644 index 0000000000000000000000000000000000000000..a0718b712af2cb515f0c0dc4329f87098ec387d6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006278_person174_bacteria_832.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6b63513cc8f61e81225b020ce300f7be6d1796c1164521500f73c1e25f8431d +size 1371 diff --git a/MendeleyCXR/labels/Darwin_00006279_person175_bacteria_833.png b/MendeleyCXR/labels/Darwin_00006279_person175_bacteria_833.png new file mode 100644 index 0000000000000000000000000000000000000000..d65fca3a678dc9396d9782f57d605352f3434967 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006279_person175_bacteria_833.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8145d75a05b9a67784bbb7beea3be955263a15e3fa0d64aae57d0f62cc7a46ee +size 1172 diff --git a/MendeleyCXR/labels/Darwin_00006280_person175_bacteria_834.png b/MendeleyCXR/labels/Darwin_00006280_person175_bacteria_834.png new file mode 100644 index 0000000000000000000000000000000000000000..fa50a5fabda813e2c7ec1d8c3bb023f952658838 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006280_person175_bacteria_834.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2a6f0ccccecc607472b598b44caaf4724df96be4c1fe93abffe4aefa512099f +size 1223 diff --git a/MendeleyCXR/labels/Darwin_00006281_person175_bacteria_835.png b/MendeleyCXR/labels/Darwin_00006281_person175_bacteria_835.png new file mode 100644 index 0000000000000000000000000000000000000000..30ddd080f9c183b428783db01c8be09e9c74a9cd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006281_person175_bacteria_835.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:965b9e19e67271ec9c134c62cd4d3f6489cc6d2a5e1cec945d6476b192df07ab +size 1385 diff --git a/MendeleyCXR/labels/Darwin_00006282_person1_virus_6.png b/MendeleyCXR/labels/Darwin_00006282_person1_virus_6.png new file mode 100644 index 0000000000000000000000000000000000000000..08f908e82f85395b62ca267cfada84e95941928d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006282_person1_virus_6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6766b1002175f4a5a21c0666361c3443fc40a8cea8fa02c12f82f6fe42b908b +size 1229 diff --git a/MendeleyCXR/labels/Darwin_00006283_person1_virus_7.png b/MendeleyCXR/labels/Darwin_00006283_person1_virus_7.png new file mode 100644 index 0000000000000000000000000000000000000000..07bbd66691425132d0109c12f596050340893188 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006283_person1_virus_7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4cc8593ae8dd7e72d6fd0a5967246181c077ec2e16f54bb9c78d0caaa9d567a +size 1250 diff --git a/MendeleyCXR/labels/Darwin_00006284_person1_virus_8.png b/MendeleyCXR/labels/Darwin_00006284_person1_virus_8.png new file mode 100644 index 0000000000000000000000000000000000000000..2579c37646518462e78fe205ba606f7dd808ea96 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006284_person1_virus_8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbd908c22a121c3d22189366b2f8d7c0659c014d59c968b3471076d9725f2111 +size 1345 diff --git a/MendeleyCXR/labels/Darwin_00006285_person1_virus_9.png b/MendeleyCXR/labels/Darwin_00006285_person1_virus_9.png new file mode 100644 index 0000000000000000000000000000000000000000..680c3f4547c031397fcc36fbc8f24fd0fa6d197f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006285_person1_virus_9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7352f976283fd0c2056b3ec14d3d645d9c2dd06d53dd72c0df3767209f170e6 +size 1286 diff --git a/MendeleyCXR/labels/Darwin_00006286_person1_virus_11.png b/MendeleyCXR/labels/Darwin_00006286_person1_virus_11.png new file mode 100644 index 0000000000000000000000000000000000000000..14a973110e6fd8d828e9eb8a23e3ad70ce8b3da8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006286_person1_virus_11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71cd98ee4d0256ac2b892b7b6660e56e3279731737bf2d5ea242e406c3b256a7 +size 1376 diff --git a/MendeleyCXR/labels/Darwin_00006287_person1_virus_12.png b/MendeleyCXR/labels/Darwin_00006287_person1_virus_12.png new file mode 100644 index 0000000000000000000000000000000000000000..6abe4fc9904fb5d905f81cd1a7d01f8373f69015 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006287_person1_virus_12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cd0aca8b50f646fc0f460819e25f622fe11294c284cb5848ba5c7494b3dab21 +size 1174 diff --git a/MendeleyCXR/labels/Darwin_00006288_person1_virus_13.png b/MendeleyCXR/labels/Darwin_00006288_person1_virus_13.png new file mode 100644 index 0000000000000000000000000000000000000000..427599f8cff70a48fd06f2cc0de4b476196ef590 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006288_person1_virus_13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35c3e64da1a4f5b2b5a2bfcd29492f3adab153812a23ffa7820bec1868eab40d +size 1355 diff --git a/MendeleyCXR/labels/Darwin_00006289_person3_virus_15.png b/MendeleyCXR/labels/Darwin_00006289_person3_virus_15.png new file mode 100644 index 0000000000000000000000000000000000000000..3e8f0deb32305a5136257a25a3a9c8cab51278cc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006289_person3_virus_15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67f1358ea36b27472b3c1903b2fcf15dfee68b911ad513cbb38a12732e47614d +size 1422 diff --git a/MendeleyCXR/labels/Darwin_00006290_person3_virus_16.png b/MendeleyCXR/labels/Darwin_00006290_person3_virus_16.png new file mode 100644 index 0000000000000000000000000000000000000000..99af7bdacaf2cf2fffe34e8ae174f8bd4a73bec6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006290_person3_virus_16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f97f79d4c3a7507942d11c8a3db06d555fa2fb8bade77bd5421410f7ab5b1cc +size 1361 diff --git a/MendeleyCXR/labels/Darwin_00006291_person3_virus_17.png b/MendeleyCXR/labels/Darwin_00006291_person3_virus_17.png new file mode 100644 index 0000000000000000000000000000000000000000..3c76cb1ac536bf79f551fe54fa2451e41006e00e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006291_person3_virus_17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:217aa53d32f6f7608e2961195546d25f1dbac7fc7de9baccbf4f6bc03d9cbfb1 +size 1159 diff --git a/MendeleyCXR/labels/Darwin_00006292_person8_virus_27.png b/MendeleyCXR/labels/Darwin_00006292_person8_virus_27.png new file mode 100644 index 0000000000000000000000000000000000000000..fc8ace24ea1a8b2d3bed1f218201b60436e7cfdf --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006292_person8_virus_27.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92162af7bbe28ba2a45c8bb0a15aa31efe148b2a432d072cfbc98ffdb0ca5ec4 +size 1241 diff --git a/MendeleyCXR/labels/Darwin_00006293_person8_virus_28.png b/MendeleyCXR/labels/Darwin_00006293_person8_virus_28.png new file mode 100644 index 0000000000000000000000000000000000000000..e449f856733d267d129158a8d552078b6932e5f7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006293_person8_virus_28.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e32216b3669fedc54228ca6a6b921f1ac443c3231bc5cd98fc32ec2e769fc75 +size 1282 diff --git a/MendeleyCXR/labels/Darwin_00006294_person10_virus_35.png b/MendeleyCXR/labels/Darwin_00006294_person10_virus_35.png new file mode 100644 index 0000000000000000000000000000000000000000..4428b103e0ab18870ff1983a1f9c76ecf863dfa7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006294_person10_virus_35.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:431374b3e3cc785a588cdbcc36954529d1626bd483ffe6eaaaf2bcc1a742c20e +size 1322 diff --git a/MendeleyCXR/labels/Darwin_00006295_person11_virus_38.png b/MendeleyCXR/labels/Darwin_00006295_person11_virus_38.png new file mode 100644 index 0000000000000000000000000000000000000000..d9ccb689ed651fc45b11642c8a37cd72ef9a4062 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006295_person11_virus_38.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c62bdb41282ece8de97750e0c51ee520bc9f96a292a3aadfb00bc89514f686c3 +size 1228 diff --git a/MendeleyCXR/labels/Darwin_00006296_person14_virus_44.png b/MendeleyCXR/labels/Darwin_00006296_person14_virus_44.png new file mode 100644 index 0000000000000000000000000000000000000000..6300027e8543fbdbf10f07c30c5fcfb090422cee --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006296_person14_virus_44.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a380c8ad2660613d94ea46799172bdefed259f8034b1ca002ebfeff82c27fe7 +size 1279 diff --git a/MendeleyCXR/labels/Darwin_00006297_person15_virus_46.png b/MendeleyCXR/labels/Darwin_00006297_person15_virus_46.png new file mode 100644 index 0000000000000000000000000000000000000000..47205aedb29a50c2695edbd1ad84c75efea684fc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006297_person15_virus_46.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd64e06fbeb37b66f19c052faad13799410f21557705bec908619159d2f7a0af +size 1306 diff --git a/MendeleyCXR/labels/Darwin_00006298_person16_virus_47.png b/MendeleyCXR/labels/Darwin_00006298_person16_virus_47.png new file mode 100644 index 0000000000000000000000000000000000000000..5f3a1a2a6cb3f5630164016e86114daea4b8676b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006298_person16_virus_47.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f7dc8c1c59eaee75fe9c80611720f8f6efcc7e5d5d85558be08f80ed53b145c +size 1288 diff --git a/MendeleyCXR/labels/Darwin_00006299_person17_virus_48.png b/MendeleyCXR/labels/Darwin_00006299_person17_virus_48.png new file mode 100644 index 0000000000000000000000000000000000000000..0cf4851de7a6801f8612d6fb2f32bdffe0173420 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006299_person17_virus_48.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d5e15fff5ea9b3e75d942b53bc8a85fe253494d95120d076d647c9f540796be +size 1397 diff --git a/MendeleyCXR/labels/Darwin_00006300_person18_virus_49.png b/MendeleyCXR/labels/Darwin_00006300_person18_virus_49.png new file mode 100644 index 0000000000000000000000000000000000000000..77635f73842bad8262a84b512635c7fcd927bcbe --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006300_person18_virus_49.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6942b0ccfa98093eaa4fc0a581e51c6d6bf19ce378fb5b1db7bc9ab18ac8d46 +size 1316 diff --git a/MendeleyCXR/labels/Darwin_00006301_person19_virus_50.png b/MendeleyCXR/labels/Darwin_00006301_person19_virus_50.png new file mode 100644 index 0000000000000000000000000000000000000000..7642ae3fdb38f61aa7e18e955e429c3539ff6e82 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006301_person19_virus_50.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ab7783f1eef025d6db60effc3e2e57fd6aac0eeae8ba4d739812a4d32013c1d +size 1462 diff --git a/MendeleyCXR/labels/Darwin_00006302_person20_virus_51.png b/MendeleyCXR/labels/Darwin_00006302_person20_virus_51.png new file mode 100644 index 0000000000000000000000000000000000000000..0abaf26e310b01104eb926b818b1ee6f44d2949c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006302_person20_virus_51.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84743969b99a8958c8d58a32e3c71031cf3513b250a4c6abc20c6aa34b4a842c +size 1251 diff --git a/MendeleyCXR/labels/Darwin_00006303_person21_virus_52.png b/MendeleyCXR/labels/Darwin_00006303_person21_virus_52.png new file mode 100644 index 0000000000000000000000000000000000000000..67aa7da26d75dc2e1de13e9ad454d4d238f8a796 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006303_person21_virus_52.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db22733f8a6127e63a0c3609059c06ce98c2db7a2ca86f5448d6b0f29c84c1ce +size 1258 diff --git a/MendeleyCXR/labels/Darwin_00006304_person21_virus_53.png b/MendeleyCXR/labels/Darwin_00006304_person21_virus_53.png new file mode 100644 index 0000000000000000000000000000000000000000..8bf772453ab57241bd067a768bf5fd1cd90901ed --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006304_person21_virus_53.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1857927ecbf3de6c307898320137d77f36769e52c7b24c0ad89bba6de382027 +size 1236 diff --git a/MendeleyCXR/labels/Darwin_00006305_person22_virus_54.png b/MendeleyCXR/labels/Darwin_00006305_person22_virus_54.png new file mode 100644 index 0000000000000000000000000000000000000000..da988c258bfafdba40fc3b5d60dee27524969348 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006305_person22_virus_54.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:623cf58d94f949c281c227c0e0342a7e0ddc22bb3ebdb17ca01a2274645cd749 +size 1334 diff --git a/MendeleyCXR/labels/Darwin_00006306_person22_virus_55.png b/MendeleyCXR/labels/Darwin_00006306_person22_virus_55.png new file mode 100644 index 0000000000000000000000000000000000000000..90ce1e4d6d146372ef3320da4f6ccbea6d2bd4e4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006306_person22_virus_55.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2865f3695078f0ca9e0a16933b54842bee1209c498c871e490a4079c94de2373 +size 1353 diff --git a/MendeleyCXR/labels/Darwin_00006307_person23_virus_56.png b/MendeleyCXR/labels/Darwin_00006307_person23_virus_56.png new file mode 100644 index 0000000000000000000000000000000000000000..5ef23c253c44eb9c777a7ceeed2c31d22d997bce --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006307_person23_virus_56.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bcdd5b738412f9fc77260ee246189311c3b9051ff7209d2ec673a490d1ec16d +size 1270 diff --git a/MendeleyCXR/labels/Darwin_00006308_person24_virus_58.png b/MendeleyCXR/labels/Darwin_00006308_person24_virus_58.png new file mode 100644 index 0000000000000000000000000000000000000000..bf51bcdc64c59a1d55e3554e4eaebc77859887a8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006308_person24_virus_58.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96810ada12edfaeb9b4cb41a86ebc55bad136bc654f6e659d5c73b0f8374ab9f +size 1346 diff --git a/MendeleyCXR/labels/Darwin_00006309_person25_virus_59.png b/MendeleyCXR/labels/Darwin_00006309_person25_virus_59.png new file mode 100644 index 0000000000000000000000000000000000000000..670bd52e37f33c61bd096bdf21b3fc35a8f44f50 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006309_person25_virus_59.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37a1f22699963133cb797fa912f32b48d17a89bb0f0f84b505c7f972420af604 +size 1292 diff --git a/MendeleyCXR/labels/Darwin_00006310_person26_virus_60.png b/MendeleyCXR/labels/Darwin_00006310_person26_virus_60.png new file mode 100644 index 0000000000000000000000000000000000000000..d8e5444c2f71b5cf0a4435950f98f9d4c7af02eb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006310_person26_virus_60.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c55e10e0857139ac3b40acb703c7f1c3112eedc09c414170e7df7a28a9932dfa +size 1295 diff --git a/MendeleyCXR/labels/Darwin_00006311_person28_virus_62.png b/MendeleyCXR/labels/Darwin_00006311_person28_virus_62.png new file mode 100644 index 0000000000000000000000000000000000000000..3d563f5f77935328e607118cc4fb078e3e883359 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006311_person28_virus_62.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5df7085f22b2c500b14d8980426a7d2408f1ce7cbf96d012246cea03878cf2e +size 1223 diff --git a/MendeleyCXR/labels/Darwin_00006312_person28_virus_63.png b/MendeleyCXR/labels/Darwin_00006312_person28_virus_63.png new file mode 100644 index 0000000000000000000000000000000000000000..87d4f55cfa2c8451919835cc3a4aa0c8997822d8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006312_person28_virus_63.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:913391fc3c5e03ead808289a1cb3acac99f7e93d44e875f9eef5d8ab0b053b05 +size 1296 diff --git a/MendeleyCXR/labels/Darwin_00006313_person29_virus_64.png b/MendeleyCXR/labels/Darwin_00006313_person29_virus_64.png new file mode 100644 index 0000000000000000000000000000000000000000..164113fdb9c4b03ad80f58b17ca3eb75f804c992 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006313_person29_virus_64.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fa29d4cd765637b3dcd9a3c02377b9bb2dcd20b6e7185ee3aecaa4a7d827323 +size 1247 diff --git a/MendeleyCXR/labels/Darwin_00006314_person30_virus_69.png b/MendeleyCXR/labels/Darwin_00006314_person30_virus_69.png new file mode 100644 index 0000000000000000000000000000000000000000..ddc04b5d4e8cb49b80f079db2c52dfb75781f3fa --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006314_person30_virus_69.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbde8ec25242b4efb02afbe61f2f80cd5eef23541d6584178270791025a998aa +size 1230 diff --git a/MendeleyCXR/labels/Darwin_00006315_person31_virus_70.png b/MendeleyCXR/labels/Darwin_00006315_person31_virus_70.png new file mode 100644 index 0000000000000000000000000000000000000000..80d7173828546b21e4ceed0523921f8f45a5bbe3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006315_person31_virus_70.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1020c999a3abb6d80b74749edcfa501708fabe2e2685acd6bd284a5d861b8085 +size 1401 diff --git a/MendeleyCXR/labels/Darwin_00006316_person32_virus_71.png b/MendeleyCXR/labels/Darwin_00006316_person32_virus_71.png new file mode 100644 index 0000000000000000000000000000000000000000..b43ec3b1494e10fcafc4285f790161f5a266dd9f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006316_person32_virus_71.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c47cefe0070637bc1d721707387069b5b5975124a23ddf06e2629f221a2222c +size 1252 diff --git a/MendeleyCXR/labels/Darwin_00006317_person33_virus_72.png b/MendeleyCXR/labels/Darwin_00006317_person33_virus_72.png new file mode 100644 index 0000000000000000000000000000000000000000..878cdfd48289d77df1673e59b4c44722428e521c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006317_person33_virus_72.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fe534d81ea7a48ef16c512dae0c8e1ea23afad5c363c292f6a448815636893c +size 1325 diff --git a/MendeleyCXR/labels/Darwin_00006318_person34_virus_76.png b/MendeleyCXR/labels/Darwin_00006318_person34_virus_76.png new file mode 100644 index 0000000000000000000000000000000000000000..d58231d60a49027dd6787ad2055e4093a69397c7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006318_person34_virus_76.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:467ea854b8293bfbd6b6ca0aae48a14ad288b918ee1dfd671f0891b1572d3206 +size 1257 diff --git a/MendeleyCXR/labels/Darwin_00006319_person35_virus_80.png b/MendeleyCXR/labels/Darwin_00006319_person35_virus_80.png new file mode 100644 index 0000000000000000000000000000000000000000..7c9b02645de899240c435a41aa711a9246efd9ce --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006319_person35_virus_80.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:760ba8f48e9d08ed43e22ebbc91318ca8932f2d3e723089ed2f4716c3d0a10d6 +size 1274 diff --git a/MendeleyCXR/labels/Darwin_00006320_person36_virus_81.png b/MendeleyCXR/labels/Darwin_00006320_person36_virus_81.png new file mode 100644 index 0000000000000000000000000000000000000000..380cd1a7b5ebc87605ed0b01f4293b579f54021a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006320_person36_virus_81.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aae31f397e535f3fd9e7f509f78ea79b2c3523ca40f6095bcb028fd5daadf72 +size 1143 diff --git a/MendeleyCXR/labels/Darwin_00006321_person37_virus_82.png b/MendeleyCXR/labels/Darwin_00006321_person37_virus_82.png new file mode 100644 index 0000000000000000000000000000000000000000..16fa10696cb3456d0403b3c432deebd199de2ab3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006321_person37_virus_82.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2bffe724799864823334c66ac1300a485ddf53fb275173c37cd7d4b744ef572 +size 1275 diff --git a/MendeleyCXR/labels/Darwin_00006322_person38_virus_83.png b/MendeleyCXR/labels/Darwin_00006322_person38_virus_83.png new file mode 100644 index 0000000000000000000000000000000000000000..d0f3584dc559d71be2957943b7bd17679b227a7e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006322_person38_virus_83.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18abc63785147d964296c93bc3ccbc989ff5fcce5260e900b2aafdda2cab775e +size 1257 diff --git a/MendeleyCXR/labels/Darwin_00006323_person38_virus_84.png b/MendeleyCXR/labels/Darwin_00006323_person38_virus_84.png new file mode 100644 index 0000000000000000000000000000000000000000..ec065468aed56c1202189208aa034a804ee4626f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006323_person38_virus_84.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1642bc09d1ad511fcc3b159609ff623b5a2d22bf108390357f0d387cd40ce106 +size 1320 diff --git a/MendeleyCXR/labels/Darwin_00006324_person39_virus_85.png b/MendeleyCXR/labels/Darwin_00006324_person39_virus_85.png new file mode 100644 index 0000000000000000000000000000000000000000..8c29696279a931cc3a765eb3a4e26b88fcd1b192 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006324_person39_virus_85.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8125026aa2d45285d6ee10db6c9d4252238a72c22c9d8380c5c97b8ea76eab8f +size 1336 diff --git a/MendeleyCXR/labels/Darwin_00006325_person40_virus_87.png b/MendeleyCXR/labels/Darwin_00006325_person40_virus_87.png new file mode 100644 index 0000000000000000000000000000000000000000..13bd21d1bb1dd83337c8ea62649098a1ad2e1bcb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006325_person40_virus_87.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d48a0c186831752f28762b33f8f7fa6d5f1df032908074813e58f36973dc320a +size 1262 diff --git a/MendeleyCXR/labels/Darwin_00006326_person41_virus_88.png b/MendeleyCXR/labels/Darwin_00006326_person41_virus_88.png new file mode 100644 index 0000000000000000000000000000000000000000..9039d967ed87d0e58ee2f9c8e12a19e92afe4894 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006326_person41_virus_88.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fa96ca3696a77547c3383861a1addc8ffca0a5fe96284ac0ff0b2180e157f13 +size 1238 diff --git a/MendeleyCXR/labels/Darwin_00006327_person42_virus_89.png b/MendeleyCXR/labels/Darwin_00006327_person42_virus_89.png new file mode 100644 index 0000000000000000000000000000000000000000..647688261c3ce9f3b922e39a5f61aa055a1360b8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006327_person42_virus_89.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb0b8bdb1c3aaa8f672df129aec6df3b18ab8c7bae8ee7284d47e7d7792dc818 +size 1247 diff --git a/MendeleyCXR/labels/Darwin_00006328_person43_virus_92.png b/MendeleyCXR/labels/Darwin_00006328_person43_virus_92.png new file mode 100644 index 0000000000000000000000000000000000000000..5f5490f33e47c169c9b37af325113c0864828eea --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006328_person43_virus_92.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b52e04805d05e3b2f8f3018606ae80e95d24f7a7dcba91a52b6ff66e44e7300 +size 1255 diff --git a/MendeleyCXR/labels/Darwin_00006329_person44_virus_93.png b/MendeleyCXR/labels/Darwin_00006329_person44_virus_93.png new file mode 100644 index 0000000000000000000000000000000000000000..48a98a6b10468637eda3e80fe30d0e2f779312f3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006329_person44_virus_93.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad156435e9ea72e3accea767070e5c664c276a6286ae5c801f8f25a4d2239ed8 +size 1398 diff --git a/MendeleyCXR/labels/Darwin_00006330_person44_virus_94.png b/MendeleyCXR/labels/Darwin_00006330_person44_virus_94.png new file mode 100644 index 0000000000000000000000000000000000000000..bb10991e4ef9b04f081a5ace71bef778c14af4b5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006330_person44_virus_94.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee38985b6198ec414d5cfac0dcc1a62f4d4bbf7fffda405c0e9ba33f0e9cb25c +size 1310 diff --git a/MendeleyCXR/labels/Darwin_00006331_person45_virus_95.png b/MendeleyCXR/labels/Darwin_00006331_person45_virus_95.png new file mode 100644 index 0000000000000000000000000000000000000000..4c4c66ddf3051ee83a5d44db2b3e607f909fb985 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006331_person45_virus_95.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d211cb755c738f219be3ece526840e43817ed9f0df0b0d86e490e3a209913bbb +size 1311 diff --git a/MendeleyCXR/labels/Darwin_00006332_person46_virus_96.png b/MendeleyCXR/labels/Darwin_00006332_person46_virus_96.png new file mode 100644 index 0000000000000000000000000000000000000000..80be889a6086a09e637e524e99fb49bd2c1eec7b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006332_person46_virus_96.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26a50f2e40b0ee77859c1e26fe9472d6ef157540ed150188c2e27cf5f1bf8ae0 +size 1191 diff --git a/MendeleyCXR/labels/Darwin_00006333_person47_virus_99.png b/MendeleyCXR/labels/Darwin_00006333_person47_virus_99.png new file mode 100644 index 0000000000000000000000000000000000000000..deab4a0cca8d12e9e6081ef62964104d8ca99f78 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006333_person47_virus_99.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fabe0c48db6cfb5826c65f45027af39352b7cc3c13033509158807ad9c1543b5 +size 1234 diff --git a/MendeleyCXR/labels/Darwin_00006334_person48_virus_100.png b/MendeleyCXR/labels/Darwin_00006334_person48_virus_100.png new file mode 100644 index 0000000000000000000000000000000000000000..31cf427be713b5d466b5262af0c5aad7bb8cf7be --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006334_person48_virus_100.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29f0a3d9dbe3f467db5df01b11efb2d13c9941932f55a5d8f7efbc61659964e1 +size 1208 diff --git a/MendeleyCXR/labels/Darwin_00006335_person49_virus_101.png b/MendeleyCXR/labels/Darwin_00006335_person49_virus_101.png new file mode 100644 index 0000000000000000000000000000000000000000..3716d48d74a8063282e656655fafb532bdf2d22c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006335_person49_virus_101.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60e755a2ad3e1f15df91e5e41f11ec5ce41c39ca8ff07e4df935f7aeb5a88d27 +size 1231 diff --git a/MendeleyCXR/labels/Darwin_00006336_person50_virus_102.png b/MendeleyCXR/labels/Darwin_00006336_person50_virus_102.png new file mode 100644 index 0000000000000000000000000000000000000000..76d4295444a562e2bd0f7f1db9051692d4fd7c66 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006336_person50_virus_102.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:401ed3d61a833ae502b50c6347c4121ca0a2d8cfb9f420bc88cf075292cfebef +size 1307 diff --git a/MendeleyCXR/labels/Darwin_00006337_person51_virus_105.png b/MendeleyCXR/labels/Darwin_00006337_person51_virus_105.png new file mode 100644 index 0000000000000000000000000000000000000000..2edd33b014a4bba2a5c2cab784b4cdc818cbec62 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006337_person51_virus_105.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:829a04e47bc62f7e64fef6ad79d7cfdd22a4c17f4a99bacf3217cfaae86275c3 +size 1383 diff --git a/MendeleyCXR/labels/Darwin_00006338_person52_virus_106.png b/MendeleyCXR/labels/Darwin_00006338_person52_virus_106.png new file mode 100644 index 0000000000000000000000000000000000000000..eefcf836d55921fd2bb87b912462316e5aabd920 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006338_person52_virus_106.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abdf0a9ca34f1e7cc13c7d5194189df3df3c427819e45bc65a72160d165fce58 +size 1355 diff --git a/MendeleyCXR/labels/Darwin_00006339_person53_virus_107.png b/MendeleyCXR/labels/Darwin_00006339_person53_virus_107.png new file mode 100644 index 0000000000000000000000000000000000000000..747ec9589ce4d2297eefa65d48430f818cb9115c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006339_person53_virus_107.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e316ededd096aa59ce695868d15ed6cd211d157bf4e83e6c0d3c2ed0d2e4b45b +size 1361 diff --git a/MendeleyCXR/labels/Darwin_00006340_person53_virus_108.png b/MendeleyCXR/labels/Darwin_00006340_person53_virus_108.png new file mode 100644 index 0000000000000000000000000000000000000000..437fabb464df8ce0a2858dadec52976e6bd55cb6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006340_person53_virus_108.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db4fbf7a6b37c2fcedfce3ba334b8c75dcd0ca6db7c4cde4263056cc8af4aefa +size 1325 diff --git a/MendeleyCXR/labels/Darwin_00006341_person54_virus_109.png b/MendeleyCXR/labels/Darwin_00006341_person54_virus_109.png new file mode 100644 index 0000000000000000000000000000000000000000..8ec7a0bee1be8b9f94ecbb1fbe67c8b288f996e5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006341_person54_virus_109.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90cb6c4e9ffff0dd9342c0c2ae88c7a50ef06480e4373ec0cc9c477900fb1197 +size 1192 diff --git a/MendeleyCXR/labels/Darwin_00006342_person55_virus_110.png b/MendeleyCXR/labels/Darwin_00006342_person55_virus_110.png new file mode 100644 index 0000000000000000000000000000000000000000..b32b136e8ff8455edaca8351c7d8ba03164097e4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006342_person55_virus_110.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5f55613869b9266a34c790bd07d72297a69df4af55985aafe337ee1da178199 +size 1386 diff --git a/MendeleyCXR/labels/Darwin_00006343_person56_virus_112.png b/MendeleyCXR/labels/Darwin_00006343_person56_virus_112.png new file mode 100644 index 0000000000000000000000000000000000000000..36bd511ba22800039ba383bb661ac05bf7112230 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006343_person56_virus_112.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3f60145e8964dbf9e56f64f9ab6f1669563e335b9041f971dfc0f19db1b8f5a +size 1344 diff --git a/MendeleyCXR/labels/Darwin_00006344_person57_virus_113.png b/MendeleyCXR/labels/Darwin_00006344_person57_virus_113.png new file mode 100644 index 0000000000000000000000000000000000000000..58c01db50a58fcb5c194c2923d85d75ed0e23103 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006344_person57_virus_113.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35cbf7d3aed17f298de69eb66fd5e4714b65767d4a8fc9502c4cc6776118dcfd +size 1324 diff --git a/MendeleyCXR/labels/Darwin_00006345_person59_virus_116.png b/MendeleyCXR/labels/Darwin_00006345_person59_virus_116.png new file mode 100644 index 0000000000000000000000000000000000000000..e66b9a74d598654bebfc6577eaf19a1618df5681 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006345_person59_virus_116.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfeb2d4b025a77007fd105db9d6e39e1a53db01fbac1c66e1589535e4d1c03fc +size 1280 diff --git a/MendeleyCXR/labels/Darwin_00006346_person60_virus_117.png b/MendeleyCXR/labels/Darwin_00006346_person60_virus_117.png new file mode 100644 index 0000000000000000000000000000000000000000..ca9768b5096d042fedee68e0408de55b867f21c4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006346_person60_virus_117.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a4f9fdd764d162ad132fa0b9d36c18d3aa6f573d00c788c40374e28a7c4072f +size 1332 diff --git a/MendeleyCXR/labels/Darwin_00006347_person61_virus_118.png b/MendeleyCXR/labels/Darwin_00006347_person61_virus_118.png new file mode 100644 index 0000000000000000000000000000000000000000..7baa8763d7033ff91aea6f0dbe1444169e32d4a1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006347_person61_virus_118.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c05ec72534c10f406d24fd8bc2b137a98fa1b18d39d234d643b28b1c9149215 +size 1207 diff --git a/MendeleyCXR/labels/Darwin_00006348_person62_virus_119.png b/MendeleyCXR/labels/Darwin_00006348_person62_virus_119.png new file mode 100644 index 0000000000000000000000000000000000000000..a7ff8d3e89307cf3871fa82cdada174a00c2c1da --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006348_person62_virus_119.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5051f0d1a9096386cc2c5916d6cadab9a93d00a8183cd807e328e0790b78eab9 +size 1345 diff --git a/MendeleyCXR/labels/Darwin_00006349_person63_virus_121.png b/MendeleyCXR/labels/Darwin_00006349_person63_virus_121.png new file mode 100644 index 0000000000000000000000000000000000000000..cb67e388ef0b28b794e3d5b6451c5e084cf527d3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006349_person63_virus_121.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6708b7c93cd3b0ffd98e85e7d929ecadaa5ebf779caf6f9cd995d48e4f02025 +size 1292 diff --git a/MendeleyCXR/labels/Darwin_00006350_person64_virus_122.png b/MendeleyCXR/labels/Darwin_00006350_person64_virus_122.png new file mode 100644 index 0000000000000000000000000000000000000000..6229801428b6a2f9d2123d56276edb3c136ce63a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006350_person64_virus_122.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4bff59bd559fe359c6cd7e03866d772e795ccb44bc73d92f243be5df3478d97 +size 1330 diff --git a/MendeleyCXR/labels/Darwin_00006351_person65_virus_123.png b/MendeleyCXR/labels/Darwin_00006351_person65_virus_123.png new file mode 100644 index 0000000000000000000000000000000000000000..4887258ef0b65ee5d9528481b3c7975c8ad16e84 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006351_person65_virus_123.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5edd8bfe5b4945a4ccbfdd4929ec581628f53960ca2a9cada2fd7524bafdee81 +size 1244 diff --git a/MendeleyCXR/labels/Darwin_00006352_person66_virus_125.png b/MendeleyCXR/labels/Darwin_00006352_person66_virus_125.png new file mode 100644 index 0000000000000000000000000000000000000000..b2afab8f7c26c98cae8f65b14aa403445d067c1c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006352_person66_virus_125.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c613cbfd86bdd4aeb9b829c4f4441b73227237dafe8fbb6ac62051158b1babb8 +size 1383 diff --git a/MendeleyCXR/labels/Darwin_00006353_person67_virus_126.png b/MendeleyCXR/labels/Darwin_00006353_person67_virus_126.png new file mode 100644 index 0000000000000000000000000000000000000000..cc5dd4aaa02f946eaf5daf8930b8f99c779bb9fe --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006353_person67_virus_126.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:756c9851af27daa5abc0c88a594c5d913a7fd2a3efa7a33c230816e5bfe56d21 +size 1333 diff --git a/MendeleyCXR/labels/Darwin_00006355_person70_virus_130.png b/MendeleyCXR/labels/Darwin_00006355_person70_virus_130.png new file mode 100644 index 0000000000000000000000000000000000000000..777b64db6072c6076f987fe8c477f9c5d351570a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006355_person70_virus_130.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d929ee3f79d5a83a47067be3fa3b381af79378e2378cc1aed30cc9c9c0a95729 +size 1299 diff --git a/MendeleyCXR/labels/Darwin_00006356_person71_virus_131.png b/MendeleyCXR/labels/Darwin_00006356_person71_virus_131.png new file mode 100644 index 0000000000000000000000000000000000000000..38d3e54275b6d795fde556b15036ada1815b5127 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006356_person71_virus_131.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92f7fffaa37febc18c905f2776ac9d33fdcdc3f422377e12362c7b34854091ca +size 1378 diff --git a/MendeleyCXR/labels/Darwin_00006357_person71_virus_132.png b/MendeleyCXR/labels/Darwin_00006357_person71_virus_132.png new file mode 100644 index 0000000000000000000000000000000000000000..a69fcee3c1e935f4b2d74d538bccb5419a77b5f3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006357_person71_virus_132.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d2c9780b55702baa0190015824aaed32cdb0f03170cfe33c963dd026f747db3 +size 1255 diff --git a/MendeleyCXR/labels/Darwin_00006358_person72_virus_133.png b/MendeleyCXR/labels/Darwin_00006358_person72_virus_133.png new file mode 100644 index 0000000000000000000000000000000000000000..5f5cbddac118bde6d023447799c1a28c272b3527 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006358_person72_virus_133.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df317ef93ef82424d79f25e47d28f26ac5fa37d0d23aea264c3a3683b72c87ba +size 1291 diff --git a/MendeleyCXR/labels/Darwin_00006359_person74_virus_135.png b/MendeleyCXR/labels/Darwin_00006359_person74_virus_135.png new file mode 100644 index 0000000000000000000000000000000000000000..596a6aba29ffd1fd18637a5ba87c29fd2788be35 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006359_person74_virus_135.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcc2e119ae6992f91e6070827f382a87fd1a9af78faed9522905444d4feb32fc +size 1297 diff --git a/MendeleyCXR/labels/Darwin_00006360_person75_virus_136.png b/MendeleyCXR/labels/Darwin_00006360_person75_virus_136.png new file mode 100644 index 0000000000000000000000000000000000000000..83f7cf0064cce33542eafcf3d092618bc99b8218 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006360_person75_virus_136.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43b359e781e6dc2af4dcf535d55f7dff1034feb36486bb1e7d3e96d0b59bb9d3 +size 1387 diff --git a/MendeleyCXR/labels/Darwin_00006361_person76_virus_138.png b/MendeleyCXR/labels/Darwin_00006361_person76_virus_138.png new file mode 100644 index 0000000000000000000000000000000000000000..77c41970451d96cc4b8b17acbfa70a23927052b6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006361_person76_virus_138.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c532bb1f7dfe8975c9284b286deab0b472bae321fec14163ec46f0f3f2ff81b +size 1235 diff --git a/MendeleyCXR/labels/Darwin_00006362_person77_virus_139.png b/MendeleyCXR/labels/Darwin_00006362_person77_virus_139.png new file mode 100644 index 0000000000000000000000000000000000000000..558b188f18a8b2ceda2f36c60c8e49a9086a8826 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006362_person77_virus_139.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1be8bb55aee6237119860d0e0dfec466d3f39bbdc2889b3e92fa30d3adce728e +size 1256 diff --git a/MendeleyCXR/labels/Darwin_00006363_person78_virus_140.png b/MendeleyCXR/labels/Darwin_00006363_person78_virus_140.png new file mode 100644 index 0000000000000000000000000000000000000000..4c857466441de806f13a1893cb6cea4f5b0cf70d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006363_person78_virus_140.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c54eba785be1f20b1d23a2626f1757a6555df86926a33244d212d969b828254 +size 1266 diff --git a/MendeleyCXR/labels/Darwin_00006364_person79_virus_148.png b/MendeleyCXR/labels/Darwin_00006364_person79_virus_148.png new file mode 100644 index 0000000000000000000000000000000000000000..68e84bfc8d4dd87d136256b044f127c9d4c1bedb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006364_person79_virus_148.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70abcbb493ed7ad97627118e05ae7aeab5a937dfe1f3ac04d812850242a3bd90 +size 1205 diff --git a/MendeleyCXR/labels/Darwin_00006365_person1608_virus_2786.png b/MendeleyCXR/labels/Darwin_00006365_person1608_virus_2786.png new file mode 100644 index 0000000000000000000000000000000000000000..3ba239214394ecd4a5ecb63f765fa8b90adc1006 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006365_person1608_virus_2786.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acf6e9da73c46abc15ac7c72c924d20c9b4e11ba5e2bb3e90eec1f2e72fbf1a6 +size 1281 diff --git a/MendeleyCXR/labels/Darwin_00006366_person1610_virus_2793.png b/MendeleyCXR/labels/Darwin_00006366_person1610_virus_2793.png new file mode 100644 index 0000000000000000000000000000000000000000..2efc9a7a8185995a386e61bd83497390800c7657 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006366_person1610_virus_2793.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04c5c520b45dd251be8c655dfe1dedd819d65581d60bed0bbb0103e1a8d8e2ad +size 1029 diff --git a/MendeleyCXR/labels/Darwin_00006368_person1612_virus_2798.png b/MendeleyCXR/labels/Darwin_00006368_person1612_virus_2798.png new file mode 100644 index 0000000000000000000000000000000000000000..f85bd85d2b255ed6f9ed53f26e248320370e1336 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006368_person1612_virus_2798.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:275c44d78b5c3c2ba2cc860c1a1fbd864302d89303edfea45a46d524c78a38a1 +size 1320 diff --git a/MendeleyCXR/labels/Darwin_00006369_person1613_virus_2799.png b/MendeleyCXR/labels/Darwin_00006369_person1613_virus_2799.png new file mode 100644 index 0000000000000000000000000000000000000000..c55884d2c97be4fa0b4620df94c87d69cf0d58ae --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006369_person1613_virus_2799.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2459ca521f15237bb3f9bdf8c07f2e2b65ffc3db50a34f78e54024c73a96a20b +size 1377 diff --git a/MendeleyCXR/labels/Darwin_00006370_person1614_virus_2800.png b/MendeleyCXR/labels/Darwin_00006370_person1614_virus_2800.png new file mode 100644 index 0000000000000000000000000000000000000000..ae2b9c00e07a6b4343838ef379da593b8e417260 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006370_person1614_virus_2800.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e77f748d64e3f8fab4edfd450963e29f45709055f75801fb6be4516353e81bc8 +size 1448 diff --git a/MendeleyCXR/labels/Darwin_00006371_person1615_virus_2801.png b/MendeleyCXR/labels/Darwin_00006371_person1615_virus_2801.png new file mode 100644 index 0000000000000000000000000000000000000000..17c96087af97b200ca4b850f167f5c83cdcab2be --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006371_person1615_virus_2801.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:201eaf48750070c0421459d26a8f46e55ca2b04552baf1142fc1f8e60c4489e1 +size 1289 diff --git a/MendeleyCXR/labels/Darwin_00006372_person1616_virus_2802.png b/MendeleyCXR/labels/Darwin_00006372_person1616_virus_2802.png new file mode 100644 index 0000000000000000000000000000000000000000..4ad8ca9a06e889c4d6d91cd37e09ed04182980e4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006372_person1616_virus_2802.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27f709f297bd1aa7b607905a5092ba2710618d84e637358f57d97a5d5151b3ed +size 1261 diff --git a/MendeleyCXR/labels/Darwin_00006373_person1618_virus_2805.png b/MendeleyCXR/labels/Darwin_00006373_person1618_virus_2805.png new file mode 100644 index 0000000000000000000000000000000000000000..22298eb0a38149ff716692dcfe49558b018bfa12 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006373_person1618_virus_2805.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89efea1bc7df70f2f3f661c982523c61505f39dc2c0ca39bc936fe3fbbf303fb +size 1330 diff --git a/MendeleyCXR/labels/Darwin_00006374_person1619_virus_2806.png b/MendeleyCXR/labels/Darwin_00006374_person1619_virus_2806.png new file mode 100644 index 0000000000000000000000000000000000000000..4990a4fe394d8429aec24748ae186a2f53bb0f0a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006374_person1619_virus_2806.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3c1ebc5e1053e6990e50bb32132677aa429314698c077c91cfad33c5de4ec7e +size 1304 diff --git a/MendeleyCXR/labels/Darwin_00006375_person1620_virus_2807.png b/MendeleyCXR/labels/Darwin_00006375_person1620_virus_2807.png new file mode 100644 index 0000000000000000000000000000000000000000..8002f8c19c3cf8cc9594d3b6a0283178f7944f51 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006375_person1620_virus_2807.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7699f2561d11d8e37a9a591ed014d13f5f24de1f0b02261275e3d05599181e3 +size 1244 diff --git a/MendeleyCXR/labels/Darwin_00006376_person1622_virus_2810.png b/MendeleyCXR/labels/Darwin_00006376_person1622_virus_2810.png new file mode 100644 index 0000000000000000000000000000000000000000..f87339134f07229bdf89afc30859d7390575c1ea --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006376_person1622_virus_2810.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:752e06cc8932285861232458104bda55f12eba59907a3829d54f110fbfadd835 +size 1340 diff --git a/MendeleyCXR/labels/Darwin_00006377_person1623_virus_2813.png b/MendeleyCXR/labels/Darwin_00006377_person1623_virus_2813.png new file mode 100644 index 0000000000000000000000000000000000000000..01397d7fcb9b8e6e9a1638a2c3b8d9034b287c03 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006377_person1623_virus_2813.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:955bdb85ab6f26f40f15b522f651e534a3d1fdc45ccaa775652079533011c634 +size 1303 diff --git a/MendeleyCXR/labels/Darwin_00006378_person1625_virus_2817.png b/MendeleyCXR/labels/Darwin_00006378_person1625_virus_2817.png new file mode 100644 index 0000000000000000000000000000000000000000..84dd476efde5995051081e10bb6daf4648613702 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006378_person1625_virus_2817.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77ff9bb59e3f39dfd25da35b14700f54b10e7ad85e82c6b89ef7edaed9c54aa9 +size 1335 diff --git a/MendeleyCXR/labels/Darwin_00006379_person1626_virus_2818.png b/MendeleyCXR/labels/Darwin_00006379_person1626_virus_2818.png new file mode 100644 index 0000000000000000000000000000000000000000..3254b9a0dd73dfb08863ca7101ca3ff0cc36a9e6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006379_person1626_virus_2818.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be8d6928b8bf76ab19d7abcac84f2575e533f0438f8f7376646c414189aeb522 +size 1459 diff --git a/MendeleyCXR/labels/Darwin_00006381_person1628_virus_2821.png b/MendeleyCXR/labels/Darwin_00006381_person1628_virus_2821.png new file mode 100644 index 0000000000000000000000000000000000000000..5dea4b9ccbfbe3af19310dbbd5bd0338fe5e1ca9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006381_person1628_virus_2821.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4afdc0f181e445003665338ced15b53ab4610f51f890717c85902bcccb055a1 +size 1323 diff --git a/MendeleyCXR/labels/Darwin_00006383_person1629_virus_2823.png b/MendeleyCXR/labels/Darwin_00006383_person1629_virus_2823.png new file mode 100644 index 0000000000000000000000000000000000000000..6d6d574c147bb5b316584af3ae086a31ff135920 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006383_person1629_virus_2823.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a7cda40383268844bf71d76ea4913806503a5d0cb99173883f12d3c10bc3e4c +size 1350 diff --git a/MendeleyCXR/labels/Darwin_00006384_person1631_virus_2826.png b/MendeleyCXR/labels/Darwin_00006384_person1631_virus_2826.png new file mode 100644 index 0000000000000000000000000000000000000000..951c9a47172d5226a82e00ea42e78c7f249d8ca0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006384_person1631_virus_2826.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e577310ced9728200f6e2fbd2ef9161f3d2693f82eddbae1bb41ed98f0c2ba7 +size 1297 diff --git a/MendeleyCXR/labels/Darwin_00006385_person1632_virus_2827.png b/MendeleyCXR/labels/Darwin_00006385_person1632_virus_2827.png new file mode 100644 index 0000000000000000000000000000000000000000..5a1769643bdec643a91c3d64d616e39e33c4aae2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006385_person1632_virus_2827.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c236272719e574d376f33ea9a7446916bebbb02b500bd7a751535e6f08b39b56 +size 1309 diff --git a/MendeleyCXR/labels/Darwin_00006386_person1633_virus_2829.png b/MendeleyCXR/labels/Darwin_00006386_person1633_virus_2829.png new file mode 100644 index 0000000000000000000000000000000000000000..3c10557ecf7ab36272b2f269fbde4047d8f3c118 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006386_person1633_virus_2829.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06c942219d322bbe0d76ab2fd8a77f0c885db74b055cfe0c9b19bf6a25761da2 +size 1317 diff --git a/MendeleyCXR/labels/Darwin_00006387_person1634_virus_2830.png b/MendeleyCXR/labels/Darwin_00006387_person1634_virus_2830.png new file mode 100644 index 0000000000000000000000000000000000000000..39519129c0343759f7d2a8c09edad16a6b22e5e7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006387_person1634_virus_2830.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbc800d7a6ce623bbb4da6b22061d95a6734a0fce614cf6d882339d6a2221eae +size 1318 diff --git a/MendeleyCXR/labels/Darwin_00006388_person1635_virus_2831.png b/MendeleyCXR/labels/Darwin_00006388_person1635_virus_2831.png new file mode 100644 index 0000000000000000000000000000000000000000..0361a30db1f3efa5197dc3530230ac74c1dd4966 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006388_person1635_virus_2831.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58d4e01e9f440c210bbbcc11f69762991f21c04943c2fc4e36d807aa77db9d04 +size 1142 diff --git a/MendeleyCXR/labels/Darwin_00006389_person1637_virus_2834.png b/MendeleyCXR/labels/Darwin_00006389_person1637_virus_2834.png new file mode 100644 index 0000000000000000000000000000000000000000..a9ad968a35f54c38e2e386ebb9a5925df33af8d9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006389_person1637_virus_2834.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a7adcb234e0bb4364e74221ed7a13f951e22c1d27f41052fa60780a160f7f2d +size 1354 diff --git a/MendeleyCXR/labels/Darwin_00006390_person1640_virus_2839.png b/MendeleyCXR/labels/Darwin_00006390_person1640_virus_2839.png new file mode 100644 index 0000000000000000000000000000000000000000..a0b10399e7c8c018e5dcdea59b5b3c33fccbd57e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006390_person1640_virus_2839.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2a73b70dfebc3e04a5c71974848817509e47d18813452812ee2e77de058b371 +size 1367 diff --git a/MendeleyCXR/labels/Darwin_00006391_person1641_virus_2840.png b/MendeleyCXR/labels/Darwin_00006391_person1641_virus_2840.png new file mode 100644 index 0000000000000000000000000000000000000000..1b8d46d775a39ac6b2cc02ab0bcc775bc5ca7ca1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006391_person1641_virus_2840.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a29770b74a4013bf7ae227a0ad7ebad5bfb044a204c58d1d37dd8bd0b76b7502 +size 1332 diff --git a/MendeleyCXR/labels/Darwin_00006392_person1642_virus_2842.png b/MendeleyCXR/labels/Darwin_00006392_person1642_virus_2842.png new file mode 100644 index 0000000000000000000000000000000000000000..f4abaebf305590f9a89b5cee37527ecec759651d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006392_person1642_virus_2842.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90bc9334852312331e75442fb9d378db257e5be47509cbcd437af952787670ef +size 1253 diff --git a/MendeleyCXR/labels/Darwin_00006393_person1643_virus_2843.png b/MendeleyCXR/labels/Darwin_00006393_person1643_virus_2843.png new file mode 100644 index 0000000000000000000000000000000000000000..884062102ce5c01a41fc5e1a68e6fd1c51e6a495 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006393_person1643_virus_2843.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3018f372758856757c3bb3cc504e20c7e94a631f0bf374a07761b5438e46060d +size 1340 diff --git a/MendeleyCXR/labels/Darwin_00006394_person1644_virus_2844.png b/MendeleyCXR/labels/Darwin_00006394_person1644_virus_2844.png new file mode 100644 index 0000000000000000000000000000000000000000..1a90ffbe764a8d4806d78bfe80d8686a0455368d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006394_person1644_virus_2844.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eebd1c23f5c75aec511b63d1d0465f36ab027ce40c1b44a65d5f0ce9f50a1658 +size 1195 diff --git a/MendeleyCXR/labels/Darwin_00006395_person1645_virus_2845.png b/MendeleyCXR/labels/Darwin_00006395_person1645_virus_2845.png new file mode 100644 index 0000000000000000000000000000000000000000..3d81aaffa4629685fa9e0ae465cb6257736099ed --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006395_person1645_virus_2845.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddfc31b35669d2c59be57ec2c65830a88c7edb27eedee34ccb6772e15ca99032 +size 1163 diff --git a/MendeleyCXR/labels/Darwin_00006396_person1647_virus_2848.png b/MendeleyCXR/labels/Darwin_00006396_person1647_virus_2848.png new file mode 100644 index 0000000000000000000000000000000000000000..7b5c58e4f1ebf59ab7fab1adc981162be7969412 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006396_person1647_virus_2848.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd613c00093f09de0ccda6056d0783651cec16100f63b4767ffe7adf048963f0 +size 1264 diff --git a/MendeleyCXR/labels/Darwin_00006397_person1649_virus_2850.png b/MendeleyCXR/labels/Darwin_00006397_person1649_virus_2850.png new file mode 100644 index 0000000000000000000000000000000000000000..28cc445a6f9b8d5be74b20192c052afff18b6043 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006397_person1649_virus_2850.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d605b95c99e5019aca9948760c12a30093f465f705d18ad13d19b9f41bb3e8a6 +size 1173 diff --git a/MendeleyCXR/labels/Darwin_00006398_person1650_virus_2852.png b/MendeleyCXR/labels/Darwin_00006398_person1650_virus_2852.png new file mode 100644 index 0000000000000000000000000000000000000000..aa7e6dcefbbee1c706d486cbb94ae4e47e494a64 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006398_person1650_virus_2852.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4abdb2da3a82a244c2d4cae133ffed3974c82a8e1a610125db33cb2cef5cf97d +size 1347 diff --git a/MendeleyCXR/labels/Darwin_00006399_person1650_virus_2854.png b/MendeleyCXR/labels/Darwin_00006399_person1650_virus_2854.png new file mode 100644 index 0000000000000000000000000000000000000000..81218659c532be639e4c592f375fd1c2c0b62324 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006399_person1650_virus_2854.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bb74df72e0e9b1e0421ab4737f72e57c52570a779135b014adc7861486ac36e +size 1278 diff --git a/MendeleyCXR/labels/Darwin_00006401_person1653_virus_2858.png b/MendeleyCXR/labels/Darwin_00006401_person1653_virus_2858.png new file mode 100644 index 0000000000000000000000000000000000000000..291703d128b4f52696c500959f33737cfe31eb19 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006401_person1653_virus_2858.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc46133cbdbc5c36867a840bf909a0409882d8cf6242c2e9be86e2367d89a464 +size 1368 diff --git a/MendeleyCXR/labels/Darwin_00006402_person1653_virus_2859.png b/MendeleyCXR/labels/Darwin_00006402_person1653_virus_2859.png new file mode 100644 index 0000000000000000000000000000000000000000..04f606e91749540bdb95affb42d855b12c779a9c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006402_person1653_virus_2859.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91d5d9a88e97000ada27ec69eeafbb99b56deddeecc38e6a33b2c8b658d4e0a1 +size 1225 diff --git a/MendeleyCXR/labels/Darwin_00006403_person1655_virus_2861.png b/MendeleyCXR/labels/Darwin_00006403_person1655_virus_2861.png new file mode 100644 index 0000000000000000000000000000000000000000..5a3e14166543bdcf2f650312737de9574465a22f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006403_person1655_virus_2861.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f18f121e7ade3627cf4071412317ccba0cb28c39398584e2ff1d18417a9dafc +size 1360 diff --git a/MendeleyCXR/labels/Darwin_00006404_person1656_virus_2862.png b/MendeleyCXR/labels/Darwin_00006404_person1656_virus_2862.png new file mode 100644 index 0000000000000000000000000000000000000000..3741c3dcfe46d6224fad29f1d93a548a25f762c0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006404_person1656_virus_2862.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:167bea3c24e1d8e82ba980da897501ba8f005e42395f20ff0330852697611bcd +size 1451 diff --git a/MendeleyCXR/labels/Darwin_00006405_person1657_virus_2864.png b/MendeleyCXR/labels/Darwin_00006405_person1657_virus_2864.png new file mode 100644 index 0000000000000000000000000000000000000000..1dd0012916e416227f79599bf3bc43fc63885ec4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006405_person1657_virus_2864.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d175fc2125b54c8b8feb40a62fdda6b144c58b24d273602f946f030d6484501 +size 1224 diff --git a/MendeleyCXR/labels/Darwin_00006406_person1659_virus_2867.png b/MendeleyCXR/labels/Darwin_00006406_person1659_virus_2867.png new file mode 100644 index 0000000000000000000000000000000000000000..aa7472e56c45dae2675d26a4bb5f06b98427c19a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006406_person1659_virus_2867.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:459f6e93d017db8ef2f504e1d9a72db070932393d5db1d6f6e4e100c13f5725d +size 1315 diff --git a/MendeleyCXR/labels/Darwin_00006407_person1660_virus_2869.png b/MendeleyCXR/labels/Darwin_00006407_person1660_virus_2869.png new file mode 100644 index 0000000000000000000000000000000000000000..5e79f973f281cc64866b5c1b5f588729146d97cc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006407_person1660_virus_2869.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4af7e4b897f8e3705447aa7f735df61c3a0a85f85c438400a6afb4e2d44097d +size 1357 diff --git a/MendeleyCXR/labels/Darwin_00006408_person1661_virus_2872.png b/MendeleyCXR/labels/Darwin_00006408_person1661_virus_2872.png new file mode 100644 index 0000000000000000000000000000000000000000..83b220c47918e64e8e0b54c20b66167392aef311 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006408_person1661_virus_2872.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a56d250ca7ffb906b9e49430e5cc050dc0bae34c252b1d15e76612c9d33461f7 +size 1220 diff --git a/MendeleyCXR/labels/Darwin_00006410_person1662_virus_2875.png b/MendeleyCXR/labels/Darwin_00006410_person1662_virus_2875.png new file mode 100644 index 0000000000000000000000000000000000000000..dd4011fd77c73c517caac1379ab578a442cc84ca --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006410_person1662_virus_2875.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fe9a30f069b0449a957bbf01b3c8adbb187add4c6d8d33399fad8508ca0a1d2 +size 1342 diff --git a/MendeleyCXR/labels/Darwin_00006411_person1663_virus_2876.png b/MendeleyCXR/labels/Darwin_00006411_person1663_virus_2876.png new file mode 100644 index 0000000000000000000000000000000000000000..5a4a6a4540f8771340fcbca67e3e1f65c5ef64e7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006411_person1663_virus_2876.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31adb6210267ba818e419f7e9c9beccdc3043930cacfe9ee899854f8a03165b4 +size 1310 diff --git a/MendeleyCXR/labels/Darwin_00006412_person1664_virus_2877.png b/MendeleyCXR/labels/Darwin_00006412_person1664_virus_2877.png new file mode 100644 index 0000000000000000000000000000000000000000..50a99106a19ba7b696b4218c91e91f1ae944c6c7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006412_person1664_virus_2877.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6f42bbb0a6be0ed468c88ed5bc055bbdfaea88dab14443b34a7bcf5f8095d87 +size 1254 diff --git a/MendeleyCXR/labels/Darwin_00006413_person1665_virus_2878.png b/MendeleyCXR/labels/Darwin_00006413_person1665_virus_2878.png new file mode 100644 index 0000000000000000000000000000000000000000..ee3a6f4ad13cc9026ecf2f669f1c860e70851c28 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006413_person1665_virus_2878.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e49f86bed449c7e241b2721a6363a8276b556c94797afd92505bd7501882b530 +size 1417 diff --git a/MendeleyCXR/labels/Darwin_00006414_person1667_virus_2881.png b/MendeleyCXR/labels/Darwin_00006414_person1667_virus_2881.png new file mode 100644 index 0000000000000000000000000000000000000000..fbc2b471392feeee9f92e92ec7bebbcc63bf1748 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006414_person1667_virus_2881.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e32fdd88b7b801daba700ffae1918b511c99dc9a32358ad63a9a3f912c8ff2c6 +size 1351 diff --git a/MendeleyCXR/labels/Darwin_00006415_person1668_virus_2882.png b/MendeleyCXR/labels/Darwin_00006415_person1668_virus_2882.png new file mode 100644 index 0000000000000000000000000000000000000000..8d854a176d54f90ce82a165a35f3487a3cfe6224 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006415_person1668_virus_2882.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3daa44c9c19af5c2c6eaeb686577defbcb2f188f06fbbb8be0b2a92983fc5df2 +size 1181 diff --git a/MendeleyCXR/labels/Darwin_00006416_person1669_virus_2884.png b/MendeleyCXR/labels/Darwin_00006416_person1669_virus_2884.png new file mode 100644 index 0000000000000000000000000000000000000000..875a7dfa9c30075c35a9ede31c76d314174131e5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006416_person1669_virus_2884.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:437db25c2a9d38b508edb4f65b1b1a6ed2be39a09cc9531841e857b243561468 +size 1359 diff --git a/MendeleyCXR/labels/Darwin_00006417_person1669_virus_2885.png b/MendeleyCXR/labels/Darwin_00006417_person1669_virus_2885.png new file mode 100644 index 0000000000000000000000000000000000000000..72ef3dd4d6a627757bd68262b7eb50816b86d9fe --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006417_person1669_virus_2885.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8fbe699c7131f203180e56a94050df47f28dfa9aba783ce7affc8ae969e599f +size 1405 diff --git a/MendeleyCXR/labels/Darwin_00006418_person1670_virus_2886.png b/MendeleyCXR/labels/Darwin_00006418_person1670_virus_2886.png new file mode 100644 index 0000000000000000000000000000000000000000..91b6843462af496989aad781d78be869a17cd839 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006418_person1670_virus_2886.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4f3e48085388f3ebf07ce6f1b5497d4720eec6f2978a718bf89d411d9fed4a4 +size 1344 diff --git a/MendeleyCXR/labels/Darwin_00006419_person1671_virus_2887.png b/MendeleyCXR/labels/Darwin_00006419_person1671_virus_2887.png new file mode 100644 index 0000000000000000000000000000000000000000..eee703b2261eedaa815f3b8220274ba0f6978afe --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006419_person1671_virus_2887.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a7a2492405ff6e0b1417702a848fd729ba46779bfa123a4a8799d28981d5648 +size 1271 diff --git a/MendeleyCXR/labels/Darwin_00006420_person1672_virus_2888.png b/MendeleyCXR/labels/Darwin_00006420_person1672_virus_2888.png new file mode 100644 index 0000000000000000000000000000000000000000..d9663867e487d8766525466dc0ee93dd91c72ad7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006420_person1672_virus_2888.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ca6e9e1d02e374e3bce66e1155c23370739e15e3afc467b0ebf15dfc6d1bab5 +size 1298 diff --git a/MendeleyCXR/labels/Darwin_00006421_person1673_virus_2889.png b/MendeleyCXR/labels/Darwin_00006421_person1673_virus_2889.png new file mode 100644 index 0000000000000000000000000000000000000000..70eb887067b320a133fb7fcb2b18ab22ff5e69c8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006421_person1673_virus_2889.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff2b5c4a1f3d578239b3bb04508a37fae2e6cc3f253fbc47b1a518f1c13df911 +size 1197 diff --git a/MendeleyCXR/labels/Darwin_00006422_person1674_virus_2890.png b/MendeleyCXR/labels/Darwin_00006422_person1674_virus_2890.png new file mode 100644 index 0000000000000000000000000000000000000000..5dba2c94380884357d01a68f7f87cd7200e8fe0a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006422_person1674_virus_2890.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2de6237c42d81a2e663d446c2fee535c1057eb474ba81c21b68c5bee9257be50 +size 1147 diff --git a/MendeleyCXR/labels/Darwin_00006423_person1675_virus_2891.png b/MendeleyCXR/labels/Darwin_00006423_person1675_virus_2891.png new file mode 100644 index 0000000000000000000000000000000000000000..1f9f57c3647188a0daead98b0235cfb7600388a7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006423_person1675_virus_2891.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:724b0eef3657850838632fc696ddeebda8dc10e195a90e932c8307fec52e8463 +size 1106 diff --git a/MendeleyCXR/labels/Darwin_00006424_person1676_virus_2892.png b/MendeleyCXR/labels/Darwin_00006424_person1676_virus_2892.png new file mode 100644 index 0000000000000000000000000000000000000000..d30c3a8a608b32ea0c30e413d1394d4693971aee --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006424_person1676_virus_2892.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29c490d0ec2d1ef282c4aca1e91f6ac8257c442c16cf6bd95defd419afd393b9 +size 981 diff --git a/MendeleyCXR/labels/Darwin_00006425_person1678_virus_2895.png b/MendeleyCXR/labels/Darwin_00006425_person1678_virus_2895.png new file mode 100644 index 0000000000000000000000000000000000000000..48fd9a87e975967c746b21701d0e0d499afe55b1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006425_person1678_virus_2895.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eba55306897cfcee3fef4b1f943d47ac726968fa9ec42cb48c005d1835b4b51 +size 1251 diff --git a/MendeleyCXR/labels/Darwin_00006426_person1679_virus_2896.png b/MendeleyCXR/labels/Darwin_00006426_person1679_virus_2896.png new file mode 100644 index 0000000000000000000000000000000000000000..492f3a5cbd36ad554430b409bded8283f7300c92 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006426_person1679_virus_2896.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fa7997770e63ec46afdbb9d43e39c84b069d4c7add3e174febad623dbb52149 +size 1237 diff --git a/MendeleyCXR/labels/Darwin_00006427_person1680_virus_2897.png b/MendeleyCXR/labels/Darwin_00006427_person1680_virus_2897.png new file mode 100644 index 0000000000000000000000000000000000000000..c36b3620ed1d6b019598504abab7be2729ae7eec --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006427_person1680_virus_2897.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dec819a8c19e9c88a9de19c66285fc4270876b210dc2e8a2fcf0862048387cf +size 1238 diff --git a/MendeleyCXR/labels/Darwin_00006428_person1682_virus_2899.png b/MendeleyCXR/labels/Darwin_00006428_person1682_virus_2899.png new file mode 100644 index 0000000000000000000000000000000000000000..8e42f848b34c2aed316813c59208cbfb7bccefe7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006428_person1682_virus_2899.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2889e0e34c5d0e8716097f71f549350f97bbb7347235f3ecc88509f21e93bdb2 +size 1159 diff --git a/MendeleyCXR/labels/Darwin_00006429_person1685_virus_2903.png b/MendeleyCXR/labels/Darwin_00006429_person1685_virus_2903.png new file mode 100644 index 0000000000000000000000000000000000000000..62e656f2f950b774235df6b78b60a2e606ded093 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006429_person1685_virus_2903.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57190956be956999cf3f2ca446490ffe7efa4ff9f0ecd0378bbd8feaa08537db +size 1325 diff --git a/MendeleyCXR/labels/Darwin_00006431_covid-19-pneumonia-21.png b/MendeleyCXR/labels/Darwin_00006431_covid-19-pneumonia-21.png new file mode 100644 index 0000000000000000000000000000000000000000..2a9a9281b6e89c66fb7758955c2ae94e0a817236 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006431_covid-19-pneumonia-21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:361c28bf852e4abc0f2ea07b1a783e1ee3bae2ee0014a56233848523eb5664c1 +size 1252 diff --git a/MendeleyCXR/labels/Darwin_00006432_a-1690x2048.png b/MendeleyCXR/labels/Darwin_00006432_a-1690x2048.png new file mode 100644 index 0000000000000000000000000000000000000000..0eb3172638208db6fdc553116506363300410fc7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006432_a-1690x2048.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4639605a47a6f99664f49a12a9fa57fb483e867d33be249f8f48c4bbf9ecde4f +size 1263 diff --git a/MendeleyCXR/labels/Darwin_00006433_c-1-2048x1684.png b/MendeleyCXR/labels/Darwin_00006433_c-1-2048x1684.png new file mode 100644 index 0000000000000000000000000000000000000000..cea5aa0e1abe9c495c1d7a81054df1a21badb49c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006433_c-1-2048x1684.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cb3a7190d2bae0ebfc97e89abb302c8573d124586b7749edec9e10398596a91 +size 1213 diff --git a/MendeleyCXR/labels/Darwin_00006434_0a7faa2a.png b/MendeleyCXR/labels/Darwin_00006434_0a7faa2a.png new file mode 100644 index 0000000000000000000000000000000000000000..eb8b915b80e43905131ecfcec7d775878f218b19 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006434_0a7faa2a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfb2f6452f37a4bffc8948ff5d350bcc49452b9504e9390bf9cc1ed4cf828f0e +size 1135 diff --git a/MendeleyCXR/labels/Darwin_00006435_00cfd1c1.png b/MendeleyCXR/labels/Darwin_00006435_00cfd1c1.png new file mode 100644 index 0000000000000000000000000000000000000000..9f1c4b007d3ca8c7b024648978d4060f9b128c9d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006435_00cfd1c1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5efd16be12ff323cf2839001441b2da0f4ef265112ebcc0120883e889bc6f6e +size 1169 diff --git a/MendeleyCXR/labels/Darwin_00006436_000001-2.png b/MendeleyCXR/labels/Darwin_00006436_000001-2.png new file mode 100644 index 0000000000000000000000000000000000000000..bf1645725a1350271eab3841364a306296ac7ce2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006436_000001-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:652b28a5cdb2151cba568d534c6616e82b838376ba9df45b883ff20bdb5bb6b8 +size 1244 diff --git a/MendeleyCXR/labels/Darwin_00006438_000001-6.png b/MendeleyCXR/labels/Darwin_00006438_000001-6.png new file mode 100644 index 0000000000000000000000000000000000000000..bb709d1f4614e4687495a2bbc542157c3b975a55 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006438_000001-6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40f59983b2a533b10d688f11dfeec096cb1bbf6846f4b862d666a7fc28364021 +size 1348 diff --git a/MendeleyCXR/labels/Darwin_00006442_000001-17.png b/MendeleyCXR/labels/Darwin_00006442_000001-17.png new file mode 100644 index 0000000000000000000000000000000000000000..fd1689fd87a7c3c76aa421242bdbe2f235c316d3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006442_000001-17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6d9a49683148e8acf15ae96d817a2ce111d81ac0523f4599a9ac2334a4c2c56 +size 1293 diff --git a/MendeleyCXR/labels/Darwin_00006443_000001-19.png b/MendeleyCXR/labels/Darwin_00006443_000001-19.png new file mode 100644 index 0000000000000000000000000000000000000000..7645709f50f74122ed0bfe3015f8efd33d86e920 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006443_000001-19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b31d6cb75b87ee53ebb7f4ae4f23b000be3bf7ef78f7741b1504de6acf4f5746 +size 1317 diff --git a/MendeleyCXR/labels/Darwin_00006444_000001-24.png b/MendeleyCXR/labels/Darwin_00006444_000001-24.png new file mode 100644 index 0000000000000000000000000000000000000000..46804a6c78427107759eb4b96ac3e233f69540df --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006444_000001-24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87173d89645552223a12af9495d48bec5f0ac7bf7dcf9ce2babaff0f0879d8d5 +size 1009 diff --git a/MendeleyCXR/labels/Darwin_00006445_000001-27.png b/MendeleyCXR/labels/Darwin_00006445_000001-27.png new file mode 100644 index 0000000000000000000000000000000000000000..3e243b2903f8fa4008d073c870c12fa23de98f00 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006445_000001-27.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cef020e45617442c56cd0ba7edc84d254a87379e207192d1b0690e628964bbb6 +size 1297 diff --git a/MendeleyCXR/labels/Darwin_00006446_1-s2.0-S1341321X20301124-gr3_lrg-a.png b/MendeleyCXR/labels/Darwin_00006446_1-s2.0-S1341321X20301124-gr3_lrg-a.png new file mode 100644 index 0000000000000000000000000000000000000000..70ff872c9e6b2e98ff2a0bea9b268cbaf2ea7033 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006446_1-s2.0-S1341321X20301124-gr3_lrg-a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdbdaf982e554ddaac33a1454658ece0306b66c7928bc0f5bcb83cb684c2cf1e +size 1394 diff --git a/MendeleyCXR/labels/Darwin_00006447_1-s2.0-S1341321X20301124-gr3_lrg-b.png b/MendeleyCXR/labels/Darwin_00006447_1-s2.0-S1341321X20301124-gr3_lrg-b.png new file mode 100644 index 0000000000000000000000000000000000000000..287e06e171bc8fa13107331c139f5a873f33b61c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006447_1-s2.0-S1341321X20301124-gr3_lrg-b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:874e1264e62f338b7c3bcf65a8eb360f40e0e7de99d3362705de73df10c8fbe9 +size 1310 diff --git a/MendeleyCXR/labels/Darwin_00006448_1-s2.0-S1341321X20301124-gr3_lrg-c.png b/MendeleyCXR/labels/Darwin_00006448_1-s2.0-S1341321X20301124-gr3_lrg-c.png new file mode 100644 index 0000000000000000000000000000000000000000..3130a0ae6faac6ba63268d77e7d0ee2b5dcedce6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006448_1-s2.0-S1341321X20301124-gr3_lrg-c.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:068eb9ce4d80da16fffd034cc908a18ade213262325d100bef6e8c50158730bf +size 1398 diff --git a/MendeleyCXR/labels/Darwin_00006449_1-s2.0-S1341321X20301124-gr3_lrg-d.png b/MendeleyCXR/labels/Darwin_00006449_1-s2.0-S1341321X20301124-gr3_lrg-d.png new file mode 100644 index 0000000000000000000000000000000000000000..c3d3d252a1f71ca91d909512c1ce65d83940eb0a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006449_1-s2.0-S1341321X20301124-gr3_lrg-d.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c68427eac441518f5959d067d5239b0fb0fcdce9f0efcac24170b01c5c2db759 +size 1340 diff --git a/MendeleyCXR/labels/Darwin_00006450_1-s2.0-S1341321X20301124-gr3_lrg-e.png b/MendeleyCXR/labels/Darwin_00006450_1-s2.0-S1341321X20301124-gr3_lrg-e.png new file mode 100644 index 0000000000000000000000000000000000000000..aeb73fc8b0c4710d7fce5e28f25647e985c8eccf --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006450_1-s2.0-S1341321X20301124-gr3_lrg-e.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfa1537ba9d00b1776a73d41a9e3fdc3bf0d1b1d83487b063baeb11ed2934f86 +size 1404 diff --git a/MendeleyCXR/labels/Darwin_00006451_1-s2.0-S0085253820303616-gr1_lrg-a.png b/MendeleyCXR/labels/Darwin_00006451_1-s2.0-S0085253820303616-gr1_lrg-a.png new file mode 100644 index 0000000000000000000000000000000000000000..9789de48d39ce44afef8b69cd81efa2b9a96989a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006451_1-s2.0-S0085253820303616-gr1_lrg-a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:658e18be37381a85e55dece2ba09e4f1489c9d9cf104f5ead40479253f6ceacd +size 1152 diff --git a/MendeleyCXR/labels/Darwin_00006452_1-s2.0-S0085253820303616-gr1_lrg-b.png b/MendeleyCXR/labels/Darwin_00006452_1-s2.0-S0085253820303616-gr1_lrg-b.png new file mode 100644 index 0000000000000000000000000000000000000000..14d31c037ff2588aff454fd1af2b0306907de6fd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006452_1-s2.0-S0085253820303616-gr1_lrg-b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42b0431e09ba1a711508a4cf3052b8d050f67ce98e85f6525c5b149503b7f2b9 +size 1312 diff --git a/MendeleyCXR/labels/Darwin_00006453_1-s2.0-S0140673620303706-fx1_lrg.png b/MendeleyCXR/labels/Darwin_00006453_1-s2.0-S0140673620303706-fx1_lrg.png new file mode 100644 index 0000000000000000000000000000000000000000..29b826a3974056990d0691b5e1a2bbbbc3bd1e45 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006453_1-s2.0-S0140673620303706-fx1_lrg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f48d3e4a4db636e6be4ff50fc189e121c39cbe9a83c168021c41ace5f81fcd1 +size 1162 diff --git a/MendeleyCXR/labels/Darwin_00006454_1-s2.0-S0196070920301691-gr3_lrg.png b/MendeleyCXR/labels/Darwin_00006454_1-s2.0-S0196070920301691-gr3_lrg.png new file mode 100644 index 0000000000000000000000000000000000000000..6c5bfcfe30de8fa0f32471b757f8da491c1ab7e4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006454_1-s2.0-S0196070920301691-gr3_lrg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:871f2e690784163adca79388bebd923c58fb2ea557c9b1d5a4f031fbfff43bdc +size 1226 diff --git a/MendeleyCXR/labels/Darwin_00006455_1-s2.0-S0735675720302746-gr1_lrg.png b/MendeleyCXR/labels/Darwin_00006455_1-s2.0-S0735675720302746-gr1_lrg.png new file mode 100644 index 0000000000000000000000000000000000000000..57111c38058764a93d50c177089ae6fae6871bed --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006455_1-s2.0-S0735675720302746-gr1_lrg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dccc3b1a6b0a19747bef2e512059efcf6e3d286d660ef7e2c09fc71b146b8687 +size 1050 diff --git a/MendeleyCXR/labels/Darwin_00006456_1-s2.0-S0889159120306851-gr2b_lrg.png b/MendeleyCXR/labels/Darwin_00006456_1-s2.0-S0889159120306851-gr2b_lrg.png new file mode 100644 index 0000000000000000000000000000000000000000..3aa2a7cfe83904f80e62b44d4358a9340202c74d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006456_1-s2.0-S0889159120306851-gr2b_lrg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca02de5253aaa3801048c3b84c605d6ea9325997a7877c5088a6fa2dd52d4de1 +size 1203 diff --git a/MendeleyCXR/labels/Darwin_00006457_1-s2.0-S0929664620300449-gr2_lrg-a.png b/MendeleyCXR/labels/Darwin_00006457_1-s2.0-S0929664620300449-gr2_lrg-a.png new file mode 100644 index 0000000000000000000000000000000000000000..b5361a80e23ef40e180913e80f9c231d81e42f4d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006457_1-s2.0-S0929664620300449-gr2_lrg-a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d054d413be903fb0e01100154d73ce1f4ceddfad2af184d22df9c33b8773e5e3 +size 1093 diff --git a/MendeleyCXR/labels/Darwin_00006458_1-s2.0-S0929664620300449-gr2_lrg-b.png b/MendeleyCXR/labels/Darwin_00006458_1-s2.0-S0929664620300449-gr2_lrg-b.png new file mode 100644 index 0000000000000000000000000000000000000000..45f4da399f6999037e61dd507c6fa4c2143b27ca --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006458_1-s2.0-S0929664620300449-gr2_lrg-b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:399705f1ea1a457a7a7232d222c0a634fb9a77284741470e8cd0d211c5a72806 +size 1080 diff --git a/MendeleyCXR/labels/Darwin_00006459_1-s2.0-S0929664620300449-gr2_lrg-c.png b/MendeleyCXR/labels/Darwin_00006459_1-s2.0-S0929664620300449-gr2_lrg-c.png new file mode 100644 index 0000000000000000000000000000000000000000..5d724dc3f0786e8f24e7679f2cfc3e11b4cc95c5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006459_1-s2.0-S0929664620300449-gr2_lrg-c.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6d40b9dfd12f2c41f9093d6c63ba530eee75a74c40f72d940ed8bd19c53c392 +size 1059 diff --git a/MendeleyCXR/labels/Darwin_00006460_1-s2.0-S0929664620300449-gr2_lrg-d.png b/MendeleyCXR/labels/Darwin_00006460_1-s2.0-S0929664620300449-gr2_lrg-d.png new file mode 100644 index 0000000000000000000000000000000000000000..dd57441b588505b74d2b14ee848cf223e36c74a0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006460_1-s2.0-S0929664620300449-gr2_lrg-d.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66d62795a5e29ec8516d29d039d026cb3ce8d21d1709e9d01ef419ee42d2f70d +size 1123 diff --git a/MendeleyCXR/labels/Darwin_00006467_1-s2.0-S1521661620303314-gr1_lrg-a.png b/MendeleyCXR/labels/Darwin_00006467_1-s2.0-S1521661620303314-gr1_lrg-a.png new file mode 100644 index 0000000000000000000000000000000000000000..8ec25cf2239c12e2fec19c50b277c4815f6d890e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006467_1-s2.0-S1521661620303314-gr1_lrg-a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a33eba7ca6e657228051cadbb6229719a0e3bf7863dde3e899625472b1ddc2c3 +size 1319 diff --git a/MendeleyCXR/labels/Darwin_00006468_1-s2.0-S1521661620303314-gr1_lrg-b.png b/MendeleyCXR/labels/Darwin_00006468_1-s2.0-S1521661620303314-gr1_lrg-b.png new file mode 100644 index 0000000000000000000000000000000000000000..f5ac71ca23af23a09b9e67a932d61f02dd06f3c8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006468_1-s2.0-S1521661620303314-gr1_lrg-b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c7076d444d1e64db5e05a390aeab207ecb8045a52852e870fd53649b10ce0d3 +size 1418 diff --git a/MendeleyCXR/labels/Darwin_00006469_1-s2.0-S1684118220300372-gr1_lrg-a.png b/MendeleyCXR/labels/Darwin_00006469_1-s2.0-S1684118220300372-gr1_lrg-a.png new file mode 100644 index 0000000000000000000000000000000000000000..b690b50f85cfa87596f13090103653acb7a2f581 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006469_1-s2.0-S1684118220300372-gr1_lrg-a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:674d0be3c33d3448a1d0205811ed382b58862e576953af58bf4b6367df9d975a +size 1108 diff --git a/MendeleyCXR/labels/Darwin_00006470_1-s2.0-S1684118220300372-gr1_lrg-b.png b/MendeleyCXR/labels/Darwin_00006470_1-s2.0-S1684118220300372-gr1_lrg-b.png new file mode 100644 index 0000000000000000000000000000000000000000..999093ca3c28fc5f1779eebbb555b035515818f4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006470_1-s2.0-S1684118220300372-gr1_lrg-b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6b3b36124cff6a8e549ed805a5170efeda968abe2e447fdb8f32ae6d13ba57a +size 1111 diff --git a/MendeleyCXR/labels/Darwin_00006477_1-s2.0-S1931312820301852-gr1_lrg-a.png b/MendeleyCXR/labels/Darwin_00006477_1-s2.0-S1931312820301852-gr1_lrg-a.png new file mode 100644 index 0000000000000000000000000000000000000000..bbefd124759573bf3524d0b0814057ab9e48cc5d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006477_1-s2.0-S1931312820301852-gr1_lrg-a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a01a2bc123ddb27ff05d6960c189d9eae2ec5828cec9c5b8d7f36a38c652d5e +size 1362 diff --git a/MendeleyCXR/labels/Darwin_00006478_1-s2.0-S1931312820301852-gr1_lrg-b.png b/MendeleyCXR/labels/Darwin_00006478_1-s2.0-S1931312820301852-gr1_lrg-b.png new file mode 100644 index 0000000000000000000000000000000000000000..ab94e2cdc7dd2628b97fea738a4ec5599eb477b7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006478_1-s2.0-S1931312820301852-gr1_lrg-b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96889f60c6fffa6c165c92b0316bd6ac684d4ab436116572dc76406cb1bc7d69 +size 1401 diff --git a/MendeleyCXR/labels/Darwin_00006479_1-s2.0-S1931312820301852-gr1_lrg-c.png b/MendeleyCXR/labels/Darwin_00006479_1-s2.0-S1931312820301852-gr1_lrg-c.png new file mode 100644 index 0000000000000000000000000000000000000000..1dd823b0bc05d20c0a5aecdc74a2034cbe795f1b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006479_1-s2.0-S1931312820301852-gr1_lrg-c.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d55fdf877f36a1eba057cfd748bcdb448438adfbff35ab4291ed2485e3f59634 +size 1277 diff --git a/MendeleyCXR/labels/Darwin_00006480_1-s2.0-S2213716520301168-gr1_lrg-a.png b/MendeleyCXR/labels/Darwin_00006480_1-s2.0-S2213716520301168-gr1_lrg-a.png new file mode 100644 index 0000000000000000000000000000000000000000..3aba80b2052e786a40ee341b91864e92075d55c7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006480_1-s2.0-S2213716520301168-gr1_lrg-a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f833df765a834f8e54ac2ee59003f31082db1c931e5850f1dc409d7d9ce63f91 +size 1368 diff --git a/MendeleyCXR/labels/Darwin_00006481_1-s2.0-S2213716520301168-gr1_lrg-b.png b/MendeleyCXR/labels/Darwin_00006481_1-s2.0-S2213716520301168-gr1_lrg-b.png new file mode 100644 index 0000000000000000000000000000000000000000..37ed1d748229d6a847db3ca1fe84028e57c79945 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006481_1-s2.0-S2213716520301168-gr1_lrg-b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f6932f08edf385605c9fe99237fcb5ff051a889ef6e7f1750529c5b2511cc2e +size 1111 diff --git a/MendeleyCXR/labels/Darwin_00006482_1-s2.0-S2213716520301168-gr1_lrg-c.png b/MendeleyCXR/labels/Darwin_00006482_1-s2.0-S2213716520301168-gr1_lrg-c.png new file mode 100644 index 0000000000000000000000000000000000000000..f025ad8b6ea28db7dc8f74d603f8e2501f8db597 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006482_1-s2.0-S2213716520301168-gr1_lrg-c.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:843a66ae8dfde44ad9735738ad082313637f2272681804142f4e64172cd0b174 +size 1171 diff --git a/MendeleyCXR/labels/Darwin_00006483_1-s2.0-S2214250920300706-gr1_lrg.png b/MendeleyCXR/labels/Darwin_00006483_1-s2.0-S2214250920300706-gr1_lrg.png new file mode 100644 index 0000000000000000000000000000000000000000..003d8281a8934620bd89c0f54b01703d7fecf65e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006483_1-s2.0-S2214250920300706-gr1_lrg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e50434d8f4ccb6b6ea437ec926629106e1187cd264fe9db5ed08ab7a0fb7ccd +size 1189 diff --git a/MendeleyCXR/labels/Darwin_00006484_1-s2.0-S2214250920300706-gr2_lrg.png b/MendeleyCXR/labels/Darwin_00006484_1-s2.0-S2214250920300706-gr2_lrg.png new file mode 100644 index 0000000000000000000000000000000000000000..f8f06e55ad9e704d2382daf7351515c6396f06ac --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006484_1-s2.0-S2214250920300706-gr2_lrg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d81bc931e5640d19e4b5b30270375d6f6823391749cd2ab758d258e56f99ecf +size 1076 diff --git a/MendeleyCXR/labels/Darwin_00006485_1-s2.0-S2214250920300706-gr5_lrg.png b/MendeleyCXR/labels/Darwin_00006485_1-s2.0-S2214250920300706-gr5_lrg.png new file mode 100644 index 0000000000000000000000000000000000000000..286de4610a6bbc668fe58fb946bf5684585b2986 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006485_1-s2.0-S2214250920300706-gr5_lrg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9aebaee98c1f3b12afe3dbf18102ba28acf2db5cf8eef7eab6ebaa2b0516c8a +size 1123 diff --git a/MendeleyCXR/labels/Darwin_00006486_1-s2.0-S2214250920300834-gr1_lrg-b.png b/MendeleyCXR/labels/Darwin_00006486_1-s2.0-S2214250920300834-gr1_lrg-b.png new file mode 100644 index 0000000000000000000000000000000000000000..d8ac1d02f1b11802bff77b855f44e8cc49522beb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006486_1-s2.0-S2214250920300834-gr1_lrg-b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cce06adaac51c6db3cc8f6f492a849122826b934bc6dfa9eee73b8b1ba51a007 +size 1143 diff --git a/MendeleyCXR/labels/Darwin_00006487_1-s2.0-S2214250920300834-gr1_lrg-c.png b/MendeleyCXR/labels/Darwin_00006487_1-s2.0-S2214250920300834-gr1_lrg-c.png new file mode 100644 index 0000000000000000000000000000000000000000..6a41f2b06821a036987aefe6b699b337118432b2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006487_1-s2.0-S2214250920300834-gr1_lrg-c.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea30464b7de9f3c8aa296f820d755f33a9280216d87e82dcd5dd0e01f926167c +size 1166 diff --git a/MendeleyCXR/labels/Darwin_00006488_1-s2.0-S2214250920300834-gr1_lrg-d.png b/MendeleyCXR/labels/Darwin_00006488_1-s2.0-S2214250920300834-gr1_lrg-d.png new file mode 100644 index 0000000000000000000000000000000000000000..03ecb11825d2d1aaf8201dba06a8dd8af86ec454 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006488_1-s2.0-S2214250920300834-gr1_lrg-d.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fca611ed7f21018cf84bd5f1168d3557826bbbf051296196a1fafd857b16082 +size 1158 diff --git a/MendeleyCXR/labels/Darwin_00006489_1-s2.0-S2387020620301959-gr3_lrg-a.png b/MendeleyCXR/labels/Darwin_00006489_1-s2.0-S2387020620301959-gr3_lrg-a.png new file mode 100644 index 0000000000000000000000000000000000000000..b7922c1dde013665e7c8e42b69484057a154888e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006489_1-s2.0-S2387020620301959-gr3_lrg-a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:837d31ecd00374c597369089d32c5104979663e244e923b274f7bdd5e94bef93 +size 1461 diff --git a/MendeleyCXR/labels/Darwin_00006494_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-000-fig1a.png b/MendeleyCXR/labels/Darwin_00006494_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-000-fig1a.png new file mode 100644 index 0000000000000000000000000000000000000000..b77dab7a05ae520d0627c07b0581ce4b03903db8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006494_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-000-fig1a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5569ef33c11ddaf012b8989db0f9579be72bd8ab4c4a4ab097a5b0284f332754 +size 1279 diff --git a/MendeleyCXR/labels/Darwin_00006496_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-001-fig2a.png b/MendeleyCXR/labels/Darwin_00006496_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-001-fig2a.png new file mode 100644 index 0000000000000000000000000000000000000000..01a2cea5a348b14aba7ae5d9fe275b8ff6a7f829 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006496_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-001-fig2a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ce2d98deffdfcfa9ae6fd57eaacccd8e2631207e72da77ba21f34b1c71cc5f2 +size 1274 diff --git a/MendeleyCXR/labels/Darwin_00006498_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-002-fig3a.png b/MendeleyCXR/labels/Darwin_00006498_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-002-fig3a.png new file mode 100644 index 0000000000000000000000000000000000000000..d59092d8f49be120fb92c2764e18d62523e6d7bf --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006498_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-002-fig3a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:437b66098aae0748db6ff009bada3808a161eddef5bb154fafd135d33ed4c4d3 +size 1302 diff --git a/MendeleyCXR/labels/Darwin_00006499_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-002-fig3b.png b/MendeleyCXR/labels/Darwin_00006499_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-002-fig3b.png new file mode 100644 index 0000000000000000000000000000000000000000..ce6fcd919c43867e2648aa9c123f93aaabc64516 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006499_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-002-fig3b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88bac3947671cc6d8a6c85166e87ebfe058d1499dba9b50a5c8dc63d97193e01 +size 1324 diff --git a/MendeleyCXR/labels/Darwin_00006500_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-003-fig4a.png b/MendeleyCXR/labels/Darwin_00006500_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-003-fig4a.png new file mode 100644 index 0000000000000000000000000000000000000000..fde7807c0e29546b74bfae39b78db0d5e7a01992 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006500_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-003-fig4a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0589dfa78579eb89dc9d13e86aafc087d9921962ad233e90a8368a162f0dfe09 +size 1323 diff --git a/MendeleyCXR/labels/Darwin_00006501_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-003-fig4b.png b/MendeleyCXR/labels/Darwin_00006501_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-003-fig4b.png new file mode 100644 index 0000000000000000000000000000000000000000..5d80486e07045de9f10abb1dfc14a60faab610e3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006501_1.CXRCTThoraximagesofCOVID-19fromSingapore.pdf-003-fig4b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:242d39392212f60e4cdca2d4bb631b7b55673bdea96cfdea63522151eab57d02 +size 1339 diff --git a/MendeleyCXR/labels/Darwin_00006503_1B734A89-A1BF-49A8-A1D3-66FAFA4FAC5D.png b/MendeleyCXR/labels/Darwin_00006503_1B734A89-A1BF-49A8-A1D3-66FAFA4FAC5D.png new file mode 100644 index 0000000000000000000000000000000000000000..77222274ea15e8b9873c835e165c96a4a9e2d8fa --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006503_1B734A89-A1BF-49A8-A1D3-66FAFA4FAC5D.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bef8623d315f86b7f31b150d15bdee5c6155407a5cbf18f032ce9c23cd5daa73 +size 1234 diff --git a/MendeleyCXR/labels/Darwin_00006504_1d435a4b.png b/MendeleyCXR/labels/Darwin_00006504_1d435a4b.png new file mode 100644 index 0000000000000000000000000000000000000000..406767c8b3717dcb2e20127eec48e30b6069eb16 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006504_1d435a4b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd5dae851bf44957673efb6879828c5d8fa6008cf91162868c791df29074018d +size 1304 diff --git a/MendeleyCXR/labels/Darwin_00006505_01E392EE-69F9-4E33-BFCE-E5C968654078.png b/MendeleyCXR/labels/Darwin_00006505_01E392EE-69F9-4E33-BFCE-E5C968654078.png new file mode 100644 index 0000000000000000000000000000000000000000..72bdc693ba12ac31efbcf1e0de23518d6c157af0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006505_01E392EE-69F9-4E33-BFCE-E5C968654078.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e53334a17008da6a02a3c4a394deacdf1b6471133bd640a0ad65ece49c7df067 +size 1023 diff --git a/MendeleyCXR/labels/Darwin_00006506_1f8a4a54.png b/MendeleyCXR/labels/Darwin_00006506_1f8a4a54.png new file mode 100644 index 0000000000000000000000000000000000000000..12a415cc90eb05fdb0b2c78a4d3be182cfb98741 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006506_1f8a4a54.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c1aa0cca9f7d3ce1b9ba2a80bd9b0d1a8ae92a1fa6838d09b71ed9fed271d6c +size 1162 diff --git a/MendeleyCXR/labels/Darwin_00006507_1F6343EE-AFEC-4B7D-97F5-62797EE18767.png b/MendeleyCXR/labels/Darwin_00006507_1F6343EE-AFEC-4B7D-97F5-62797EE18767.png new file mode 100644 index 0000000000000000000000000000000000000000..a2bc40fe5f6db715d6efb91416f0d3b054ead4d2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006507_1F6343EE-AFEC-4B7D-97F5-62797EE18767.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36a6cc0daa96296373a3733cf6e5b9d4943a48a7693f21333d25a9fcfcf9b166 +size 1150 diff --git a/MendeleyCXR/labels/Darwin_00006519_2-chest-filmc.png b/MendeleyCXR/labels/Darwin_00006519_2-chest-filmc.png new file mode 100644 index 0000000000000000000000000000000000000000..fb0aafa35ab236e1688e6d9f0dd97c19f576bd6f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006519_2-chest-filmc.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd3ec556e1e08ed3d92df9d9bbc34d7128754b43b313cac4e63842a85372e071 +size 1498 diff --git a/MendeleyCXR/labels/Darwin_00006520_2B8649B2-00C4-4233-85D5-1CE240CF233B.png b/MendeleyCXR/labels/Darwin_00006520_2B8649B2-00C4-4233-85D5-1CE240CF233B.png new file mode 100644 index 0000000000000000000000000000000000000000..2ff44c19106158bbc78b9c4a709e2cc271dff04f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006520_2B8649B2-00C4-4233-85D5-1CE240CF233B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db657553599e5ae76cd3d87a9c869c2da5bd241205923a3def71defce36d8ca6 +size 1371 diff --git a/MendeleyCXR/labels/Darwin_00006521_02b76460.png b/MendeleyCXR/labels/Darwin_00006521_02b76460.png new file mode 100644 index 0000000000000000000000000000000000000000..11bfadf08539b847a4e9808fc6ac0358fc9ad4f7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006521_02b76460.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7c1fb82a2340c5eeaa04e4b4eb11a4f6fd1eaf203f71ece14604e482c261ad4 +size 1306 diff --git a/MendeleyCXR/labels/Darwin_00006522_2C10A413-AABE-4807-8CCE-6A2025594067.png b/MendeleyCXR/labels/Darwin_00006522_2C10A413-AABE-4807-8CCE-6A2025594067.png new file mode 100644 index 0000000000000000000000000000000000000000..d4ea5cd6134eebaf1e0ba5164704956ca648faf3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006522_2C10A413-AABE-4807-8CCE-6A2025594067.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e72537d821202276cfcab91377f390cda28183c905d05a53b219178c4617669 +size 1243 diff --git a/MendeleyCXR/labels/Darwin_00006523_2C26F453-AF3B-4517-BB9E-802CF2179543.png b/MendeleyCXR/labels/Darwin_00006523_2C26F453-AF3B-4517-BB9E-802CF2179543.png new file mode 100644 index 0000000000000000000000000000000000000000..7a11659c907c0fba9970afff489475ccffccda02 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006523_2C26F453-AF3B-4517-BB9E-802CF2179543.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6e55641cbc3cf7dba6713188b3449f12ca89b1742f495ab332c828079ad17d9 +size 1159 diff --git a/MendeleyCXR/labels/Darwin_00006524_2c35005f.png b/MendeleyCXR/labels/Darwin_00006524_2c35005f.png new file mode 100644 index 0000000000000000000000000000000000000000..560fe128cf4705c8c2c18e5dc015dd1ca0faed1d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006524_2c35005f.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87b7af4f71827cdcc9e2d223d057ba9e114fd5cd3c55be44f7fae05b2d0b94dc +size 1283 diff --git a/MendeleyCXR/labels/Darwin_00006525_2cd63b76.png b/MendeleyCXR/labels/Darwin_00006525_2cd63b76.png new file mode 100644 index 0000000000000000000000000000000000000000..14360fea002d09286401d534bde6741acc1d72d4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006525_2cd63b76.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b7e617f01181f4fc7bfd69a968edde90eb38ebb4088f9345aed9ceb5fcddf5f +size 1267 diff --git a/MendeleyCXR/labels/Darwin_00006527_3b46de94.png b/MendeleyCXR/labels/Darwin_00006527_3b46de94.png new file mode 100644 index 0000000000000000000000000000000000000000..b5b62edf32ec5ee0568322c6eae6a49377b9f552 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006527_3b46de94.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17f86943600e64d4fe4022b5562630067d655dabc0d67d763f83e2822aafc537 +size 1269 diff --git a/MendeleyCXR/labels/Darwin_00006528_03BF7561-A9BA-4C3C-B8A0-D3E585F73F3C.png b/MendeleyCXR/labels/Darwin_00006528_03BF7561-A9BA-4C3C-B8A0-D3E585F73F3C.png new file mode 100644 index 0000000000000000000000000000000000000000..588581a32d5c61339ec380445c5ab7f64938be81 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006528_03BF7561-A9BA-4C3C-B8A0-D3E585F73F3C.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22d1fea5df0dac395b644a37444af78b8534b4b10e371bc7c49832dfc37d97b6 +size 1234 diff --git a/MendeleyCXR/labels/Darwin_00006529_3dedeb92.png b/MendeleyCXR/labels/Darwin_00006529_3dedeb92.png new file mode 100644 index 0000000000000000000000000000000000000000..a36bad0eff3060cee709c36aabfd1f99b77405c7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006529_3dedeb92.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24deec8af88f2337e94984c085bb879de595433f0a1cc8ac4b0fec206d8bd9ce +size 1007 diff --git a/MendeleyCXR/labels/Darwin_00006531_3fd337c1.png b/MendeleyCXR/labels/Darwin_00006531_3fd337c1.png new file mode 100644 index 0000000000000000000000000000000000000000..b5045658207d16b5a916efdf476999d8660429cb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006531_3fd337c1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec4454f17085cabf3c0b903ec1a1305a7b73bcf0e3d2b96006dd32790641d778 +size 1159 diff --git a/MendeleyCXR/labels/Darwin_00006533_4ad30bc6-2da0-4f84-bc9b-62acabfd518a.annot.original.png b/MendeleyCXR/labels/Darwin_00006533_4ad30bc6-2da0-4f84-bc9b-62acabfd518a.annot.original.png new file mode 100644 index 0000000000000000000000000000000000000000..d47f634d05135c587aa10bdd028f42a0b4bb576a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006533_4ad30bc6-2da0-4f84-bc9b-62acabfd518a.annot.original.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8dd906251d5cfd72c9734b0f655692da62833b589de90d8c91cf107433202e4 +size 1208 diff --git a/MendeleyCXR/labels/Darwin_00006534_4c0fcf57.png b/MendeleyCXR/labels/Darwin_00006534_4c0fcf57.png new file mode 100644 index 0000000000000000000000000000000000000000..72032fb2851ddc102b44a5cb0b9ac491f5bbbbd5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006534_4c0fcf57.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6db937697e6d299062430093ad0e02a0a3f5af4fdc4996ee3bf44c6cc68553ea +size 1377 diff --git a/MendeleyCXR/labels/Darwin_00006536_4d98e1de.png b/MendeleyCXR/labels/Darwin_00006536_4d98e1de.png new file mode 100644 index 0000000000000000000000000000000000000000..8717ae9a7092612dadb3e7ed99f07ae6b93c067d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006536_4d98e1de.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ca8a6ac31608395b730f2ad0fcb31c91bd650638692cd7328ddcc222b8ae319 +size 1241 diff --git a/MendeleyCXR/labels/Darwin_00006537_4e43e48d52c9e2d4c6c1fb9bc1544f_jumbo.png b/MendeleyCXR/labels/Darwin_00006537_4e43e48d52c9e2d4c6c1fb9bc1544f_jumbo.png new file mode 100644 index 0000000000000000000000000000000000000000..be9f507a018d5223888dcc9756b1f2561c645cf4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006537_4e43e48d52c9e2d4c6c1fb9bc1544f_jumbo.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b8266e9f173dd4f01770261eaaa77d42ed5739248b849e223592a8546db848e +size 1277 diff --git a/MendeleyCXR/labels/Darwin_00006538_4fcafe41.png b/MendeleyCXR/labels/Darwin_00006538_4fcafe41.png new file mode 100644 index 0000000000000000000000000000000000000000..4987adb2bdd33f886bfa16a7d6e958e2873d082b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006538_4fcafe41.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18dbe3eb5c15233ccc86037343e03768ff4d9a93fb43d692c43e70f296e7b0c6 +size 1287 diff --git a/MendeleyCXR/labels/Darwin_00006539_4fed5061.png b/MendeleyCXR/labels/Darwin_00006539_4fed5061.png new file mode 100644 index 0000000000000000000000000000000000000000..04cba04cb5d186a35cbe52f7a36dad4c8f460290 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006539_4fed5061.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07e8835be71547853ea524bbc14a2239a1303a669bf54fe3358f68e3995e8e6a +size 1410 diff --git a/MendeleyCXR/labels/Darwin_00006540_000005-3.png b/MendeleyCXR/labels/Darwin_00006540_000005-3.png new file mode 100644 index 0000000000000000000000000000000000000000..238d274b926a3ed1fbd24b4a7a899da1f60cf97d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006540_000005-3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15f61c6d6138d3c611e2f3ea1c39108e9b24351daae2ca86de53115adc767a96 +size 1110 diff --git a/MendeleyCXR/labels/Darwin_00006543_5A78BCA9-5B7A-440D-8A4E-AE7710EA6EAD.png b/MendeleyCXR/labels/Darwin_00006543_5A78BCA9-5B7A-440D-8A4E-AE7710EA6EAD.png new file mode 100644 index 0000000000000000000000000000000000000000..52317b8cd3a9e1c2950031feb2481b0317b30a22 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006543_5A78BCA9-5B7A-440D-8A4E-AE7710EA6EAD.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73590795643ff43408ac4f241a53d07690316ca7895f38fb498a822c00d131c9 +size 1090 diff --git a/MendeleyCXR/labels/Darwin_00006544_5acb8ac5.png b/MendeleyCXR/labels/Darwin_00006544_5acb8ac5.png new file mode 100644 index 0000000000000000000000000000000000000000..66f06f9c2a3470b5a95a111f62434515b091e4dc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006544_5acb8ac5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0941e704766cc090076e1e97d67ef2069158926ffe47df58fd3d4fcb57088acd +size 1238 diff --git a/MendeleyCXR/labels/Darwin_00006545_5CBC2E94-D358-401E-8928-965CCD965C5C.png b/MendeleyCXR/labels/Darwin_00006545_5CBC2E94-D358-401E-8928-965CCD965C5C.png new file mode 100644 index 0000000000000000000000000000000000000000..06f49459fcfe38c1a0f5a40c375b562d90aef043 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006545_5CBC2E94-D358-401E-8928-965CCD965C5C.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86805ce284bfe853a14fdd6969b912057b4da282506823fb1d4b7f92d4604f15 +size 1092 diff --git a/MendeleyCXR/labels/Darwin_00006546_5e6dd879fde9502400e58b2f.png b/MendeleyCXR/labels/Darwin_00006546_5e6dd879fde9502400e58b2f.png new file mode 100644 index 0000000000000000000000000000000000000000..55d1880216aa8a17e11db1f91fdd6ad3b5110639 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006546_5e6dd879fde9502400e58b2f.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33aa51caa3ddb1057f4920d9132a2b86697615a8cd71deaeeb0173fda27e042f +size 1046 diff --git a/MendeleyCXR/labels/Darwin_00006547_5f619d7e.png b/MendeleyCXR/labels/Darwin_00006547_5f619d7e.png new file mode 100644 index 0000000000000000000000000000000000000000..fd1e1f63fa866ab61b633081c400a10f2514bc80 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006547_5f619d7e.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7da1f999adf8c4a6012b692daebba709017a96a5ae7d2094c2f27833c61905bf +size 1473 diff --git a/MendeleyCXR/labels/Darwin_00006548_000006-2.png b/MendeleyCXR/labels/Darwin_00006548_000006-2.png new file mode 100644 index 0000000000000000000000000000000000000000..df98243b604375dfd94c634353dd57248fd478bc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006548_000006-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72b7258389a0aa13e32bb1339ab3e9db7e3693805d192dd1b86e7c1135f0b3a6 +size 1166 diff --git a/MendeleyCXR/labels/Darwin_00006549_000006-12.png b/MendeleyCXR/labels/Darwin_00006549_000006-12.png new file mode 100644 index 0000000000000000000000000000000000000000..c9f1bff612dac22b35d88cb5d4e72927c7d38ef0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006549_000006-12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87302371af4d047e60666b1bb1426ae4b05b60a5fdd64fe69b1ff00b64766a03 +size 1448 diff --git a/MendeleyCXR/labels/Darwin_00006550_000006-17.png b/MendeleyCXR/labels/Darwin_00006550_000006-17.png new file mode 100644 index 0000000000000000000000000000000000000000..43cfb90ce4c2f74f17f124c506717bec24102188 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006550_000006-17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a685210ce409d5d0dda4dc6c7d2185656629cd0fabbb5cbbf782674b488b3d1d +size 1148 diff --git a/MendeleyCXR/labels/Darwin_00006553_6b44464d-73a7-4cf3-bbb6-ffe7168300e3.annot.original.png b/MendeleyCXR/labels/Darwin_00006553_6b44464d-73a7-4cf3-bbb6-ffe7168300e3.annot.original.png new file mode 100644 index 0000000000000000000000000000000000000000..d456a4e5c00a83352162859a07a8e3ade20dfe10 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006553_6b44464d-73a7-4cf3-bbb6-ffe7168300e3.annot.original.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d04042efebcabce9eacb52b064ef1ce7248236810504ed4a5c2a42e85d576ed9 +size 1067 diff --git a/MendeleyCXR/labels/Darwin_00006554_6C94A287-C059-46A0-8600-AFB95F4727B7.png b/MendeleyCXR/labels/Darwin_00006554_6C94A287-C059-46A0-8600-AFB95F4727B7.png new file mode 100644 index 0000000000000000000000000000000000000000..8c3dca866ea2f11a64d8476b3741ea2979f1cf62 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006554_6C94A287-C059-46A0-8600-AFB95F4727B7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:834bb3d46c8511f75b69c0ab050aa901dee8a3ce3517b213fbc6c4d5d7c6f56b +size 1377 diff --git a/MendeleyCXR/labels/Darwin_00006555_6CB4EFC6-68FA-4CD5-940C-BEFA8DAFE9A7.png b/MendeleyCXR/labels/Darwin_00006555_6CB4EFC6-68FA-4CD5-940C-BEFA8DAFE9A7.png new file mode 100644 index 0000000000000000000000000000000000000000..9987d9df13324e1d577cfdc2f30804cba1cc9d45 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006555_6CB4EFC6-68FA-4CD5-940C-BEFA8DAFE9A7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:959603cbd8ec474fa10847a50fea44623e48acad9fdc501473f0e2326801ca57 +size 1256 diff --git a/MendeleyCXR/labels/Darwin_00006556_000007-2.png b/MendeleyCXR/labels/Darwin_00006556_000007-2.png new file mode 100644 index 0000000000000000000000000000000000000000..571ba9e54463decbe23d7508a8dae00c350b573e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006556_000007-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e122c6f823471d01c56953f5fc4ace0b9ccf1ed9eec603dbbf17c00db00f7d60 +size 1179 diff --git a/MendeleyCXR/labels/Darwin_00006557_000007-15.png b/MendeleyCXR/labels/Darwin_00006557_000007-15.png new file mode 100644 index 0000000000000000000000000000000000000000..541ef30f8b6f63f646e2baecec9347935c345fc6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006557_000007-15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efaff01e6a79b0c27b8441c94b4bc337b2afe7deb1a82c45cfc53ae9167497c0 +size 1173 diff --git a/MendeleyCXR/labels/Darwin_00006559_7AF6C1AF-D249-4BD2-8C26-449304105D03.png b/MendeleyCXR/labels/Darwin_00006559_7AF6C1AF-D249-4BD2-8C26-449304105D03.png new file mode 100644 index 0000000000000000000000000000000000000000..e101ea0e529b7a1811eb41941af217918ad0c15e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006559_7AF6C1AF-D249-4BD2-8C26-449304105D03.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ac3b059dafeb624ef346e6efe6aa678488320ed4a0880ead1623f6122175c79 +size 1212 diff --git a/MendeleyCXR/labels/Darwin_00006560_7afaaccc.png b/MendeleyCXR/labels/Darwin_00006560_7afaaccc.png new file mode 100644 index 0000000000000000000000000000000000000000..4fbb0dc4b489d4d9a8e7d09ad31208074cbdb834 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006560_7afaaccc.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:266b417179456dcdab2e8ca719f65a5643b0a7577c8b8c9d304dd865e4242a47 +size 1114 diff --git a/MendeleyCXR/labels/Darwin_00006561_7c0d0e1d.png b/MendeleyCXR/labels/Darwin_00006561_7c0d0e1d.png new file mode 100644 index 0000000000000000000000000000000000000000..944bedf17be803bca2112a09a32179225b58037e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006561_7c0d0e1d.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67082f8e488f524e54199d71e58769d4f3bed94ffa33674c90639814b8e0c881 +size 1383 diff --git a/MendeleyCXR/labels/Darwin_00006562_7C69C012-7479-493F-8722-ABC29C60A2DD.png b/MendeleyCXR/labels/Darwin_00006562_7C69C012-7479-493F-8722-ABC29C60A2DD.png new file mode 100644 index 0000000000000000000000000000000000000000..3417e66a33e7f3545dc6c3ce49bf0c856867bbea --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006562_7C69C012-7479-493F-8722-ABC29C60A2DD.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cae0f7a6c44a77f67638d04bd7a85c2898ebca3e237a3dde15f2e2ad42e72151 +size 1305 diff --git a/MendeleyCXR/labels/Darwin_00006563_7D2CF6CE-F529-4470-8356-D33FFAF98600.png b/MendeleyCXR/labels/Darwin_00006563_7D2CF6CE-F529-4470-8356-D33FFAF98600.png new file mode 100644 index 0000000000000000000000000000000000000000..8d2d4ad83b29b5e21d4b09420948e5a2e7bf1d43 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006563_7D2CF6CE-F529-4470-8356-D33FFAF98600.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3054fee3771c2554e931c0fba3feb3fb83af6c0e6fb1776f5bd6b5ec46ed83a4 +size 1030 diff --git a/MendeleyCXR/labels/Darwin_00006564_7E335538-2F86-424E-A0AB-6397783A38D0.png b/MendeleyCXR/labels/Darwin_00006564_7E335538-2F86-424E-A0AB-6397783A38D0.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ddaa3f8799d48dc45e4877f1a1988fa785031c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006564_7E335538-2F86-424E-A0AB-6397783A38D0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:112d2237eae3e184ed24d32a916550abfcc8bdb128d7d95e60c9030db6e10d15 +size 1156 diff --git a/MendeleyCXR/labels/Darwin_00006565_7EF28E12-F628-4BEC-A8C5-E6277C2E4F60.png b/MendeleyCXR/labels/Darwin_00006565_7EF28E12-F628-4BEC-A8C5-E6277C2E4F60.png new file mode 100644 index 0000000000000000000000000000000000000000..0810e64fe75a9cc96b209a9825d006722cf072b3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006565_7EF28E12-F628-4BEC-A8C5-E6277C2E4F60.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11d6791d064e0d63e5c2575695642c5a0a31ec9c5b9584ac52e7bad1fab86cd5 +size 1302 diff --git a/MendeleyCXR/labels/Darwin_00006567_08d780ae.png b/MendeleyCXR/labels/Darwin_00006567_08d780ae.png new file mode 100644 index 0000000000000000000000000000000000000000..c62349585594058f6a8f32a76b8f78d990f1d838 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006567_08d780ae.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a59880f991ccacf3b22a2a7d7d6155e653fcc244cd04d2797cb412f7662d074f +size 1407 diff --git a/MendeleyCXR/labels/Darwin_00006568_8da14fff.png b/MendeleyCXR/labels/Darwin_00006568_8da14fff.png new file mode 100644 index 0000000000000000000000000000000000000000..3a33acb1e67ec4f4c38810a428fb7ca91ed07e1c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006568_8da14fff.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fc32b815547287a18f5b1ba54685f46dd28013a791329160f9cc5563b5c2e6b +size 1378 diff --git a/MendeleyCXR/labels/Darwin_00006569_8fc103ca.png b/MendeleyCXR/labels/Darwin_00006569_8fc103ca.png new file mode 100644 index 0000000000000000000000000000000000000000..c29d6a2d5471d30162cf5578c868fed10281e3f3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006569_8fc103ca.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca5d9f9ffc07f71e233810a4d5fe220dd064378e9eba83a9029f27d919dfdcbe +size 1238 diff --git a/MendeleyCXR/labels/Darwin_00006570_8FDE8DBA-CFBD-4B4C-B1A4-6F36A93B7E87.png b/MendeleyCXR/labels/Darwin_00006570_8FDE8DBA-CFBD-4B4C-B1A4-6F36A93B7E87.png new file mode 100644 index 0000000000000000000000000000000000000000..9321ca36e0facf997c426c8d98edb2a6717b0852 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006570_8FDE8DBA-CFBD-4B4C-B1A4-6F36A93B7E87.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae544ece3d6214dc761cb14f028576123f69c76a0a6c760dc137b7c0f51a0a74 +size 1180 diff --git a/MendeleyCXR/labels/Darwin_00006572_9C34AF49-E589-44D5-92D3-168B3B04E4A6.png b/MendeleyCXR/labels/Darwin_00006572_9C34AF49-E589-44D5-92D3-168B3B04E4A6.png new file mode 100644 index 0000000000000000000000000000000000000000..7c7b4c571064d8cfe7b2310c4d5189319cbcab40 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006572_9C34AF49-E589-44D5-92D3-168B3B04E4A6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96bfbecca6f35fc7e4b612beea9fa35af2abe087ea4629e4f342594098e96fdb +size 1121 diff --git a/MendeleyCXR/labels/Darwin_00006573_9d36404d.png b/MendeleyCXR/labels/Darwin_00006573_9d36404d.png new file mode 100644 index 0000000000000000000000000000000000000000..863b650461b54d4910cf0dfd2e40516ee508f84c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006573_9d36404d.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0430e5a2bf61962c2dfc90c5a6fb1a941a5aa8680e7d234b1aed6a71f4e3da13 +size 1081 diff --git a/MendeleyCXR/labels/Darwin_00006574_9eca9ade.png b/MendeleyCXR/labels/Darwin_00006574_9eca9ade.png new file mode 100644 index 0000000000000000000000000000000000000000..a349898940755c089426706f978419654205ad7d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006574_9eca9ade.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37db21b69d0d6d124f8358b4a53e8c989afca15d4580755e48c9d497afb944c1 +size 1009 diff --git a/MendeleyCXR/labels/Darwin_00006575_9fdd3c3032296fd04d2cad5d9070d4_jumbo.png b/MendeleyCXR/labels/Darwin_00006575_9fdd3c3032296fd04d2cad5d9070d4_jumbo.png new file mode 100644 index 0000000000000000000000000000000000000000..fcddfdb0bc1ebce47e940832d48a27fbeb50b864 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006575_9fdd3c3032296fd04d2cad5d9070d4_jumbo.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00c62803cadd7bc35af6c8fea437dfef3a0e68c92ec52f3eb745540816e49082 +size 1296 diff --git a/MendeleyCXR/labels/Darwin_00006576_000010-2.png b/MendeleyCXR/labels/Darwin_00006576_000010-2.png new file mode 100644 index 0000000000000000000000000000000000000000..6003cdd6e8338e0cd5b42e0141f1f7325efa2ae0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006576_000010-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a41a53fe6e818737e2aef5c2c3b480b2ab485771eea56de01d9b0a5e6da5118 +size 1187 diff --git a/MendeleyCXR/labels/Darwin_00006581_10.1016-slash-j.cardfail.2020.04.007-a.png b/MendeleyCXR/labels/Darwin_00006581_10.1016-slash-j.cardfail.2020.04.007-a.png new file mode 100644 index 0000000000000000000000000000000000000000..b09c8dd1e4034439153b776536485ce407e55ff0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006581_10.1016-slash-j.cardfail.2020.04.007-a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:488a3ba1cf3a4552e2bb7219c4d21581b4343097abdcee5c3bae15b1f2fd2fe2 +size 1701 diff --git a/MendeleyCXR/labels/Darwin_00006582_10.1016-slash-j.cardfail.2020.04.007-b.png b/MendeleyCXR/labels/Darwin_00006582_10.1016-slash-j.cardfail.2020.04.007-b.png new file mode 100644 index 0000000000000000000000000000000000000000..da79c111e87fe06a8e1ceedd3d12298d3210a343 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006582_10.1016-slash-j.cardfail.2020.04.007-b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5197e08c7ff1dfbf5dd1fd642f7f77f63c21217b3a0fb80e7cfa72f25ee33795 +size 1668 diff --git a/MendeleyCXR/labels/Darwin_00006583_10.1016-slash-j.chest.2020.04.024.png b/MendeleyCXR/labels/Darwin_00006583_10.1016-slash-j.chest.2020.04.024.png new file mode 100644 index 0000000000000000000000000000000000000000..4a5056fe73f0797758b43dc4821f8cfefe14a003 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006583_10.1016-slash-j.chest.2020.04.024.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ca429035870938ae0bb7a4014984e6a1312212bcae1dc23f3fe3806ddd1f114 +size 1361 diff --git a/MendeleyCXR/labels/Darwin_00006584_10.1016-slash-j.crad.2020.04.002-a.png b/MendeleyCXR/labels/Darwin_00006584_10.1016-slash-j.crad.2020.04.002-a.png new file mode 100644 index 0000000000000000000000000000000000000000..a6aeceb3d513fe2d474ba59cf8cb40c3483fad93 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006584_10.1016-slash-j.crad.2020.04.002-a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59ae93248c8c594c32574f3fa01277a13e96adc52a3549c76dae68f97965bfd0 +size 1298 diff --git a/MendeleyCXR/labels/Darwin_00006585_10.1016-slash-j.crad.2020.04.002-b.png b/MendeleyCXR/labels/Darwin_00006585_10.1016-slash-j.crad.2020.04.002-b.png new file mode 100644 index 0000000000000000000000000000000000000000..82c2f8eac67cb2b0a7bc035eecd57ec52e77c96a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006585_10.1016-slash-j.crad.2020.04.002-b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d989b764b59e252071fee894dd993dd70a6e882c046e53b3b32139780f5e819d +size 1320 diff --git a/MendeleyCXR/labels/Darwin_00006586_10.1016-slash-j.crad.2020.04.002-c.png b/MendeleyCXR/labels/Darwin_00006586_10.1016-slash-j.crad.2020.04.002-c.png new file mode 100644 index 0000000000000000000000000000000000000000..4cd251b78604a543a3ea417502df21b69278a1a8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006586_10.1016-slash-j.crad.2020.04.002-c.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da8723817416df3d04e32a00935d731607a5041309354edcc650a9fd6fd94d85 +size 1437 diff --git a/MendeleyCXR/labels/Darwin_00006587_10.1016-slash-j.healun.2020.04.004.png b/MendeleyCXR/labels/Darwin_00006587_10.1016-slash-j.healun.2020.04.004.png new file mode 100644 index 0000000000000000000000000000000000000000..aadf4801863d7e942ce1fca249e0cb2c372908c7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006587_10.1016-slash-j.healun.2020.04.004.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70948514acebea82b81a9d01a4c7c7b097c700c00a8b590adf802bc3c02a896c +size 1194 diff --git a/MendeleyCXR/labels/Darwin_00006588_10.1016-slash-j.hrcr.2020.04.015-a.png b/MendeleyCXR/labels/Darwin_00006588_10.1016-slash-j.hrcr.2020.04.015-a.png new file mode 100644 index 0000000000000000000000000000000000000000..4b6f163a42e8bee196747bae50f3d0f97e45a801 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006588_10.1016-slash-j.hrcr.2020.04.015-a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d69b2754ae8c26422d1f0b0b5798e4d143ecbcaecf892af4b5cbf367a203895 +size 1076 diff --git a/MendeleyCXR/labels/Darwin_00006589_10.1016-slash-j.hrcr.2020.04.015-b.png b/MendeleyCXR/labels/Darwin_00006589_10.1016-slash-j.hrcr.2020.04.015-b.png new file mode 100644 index 0000000000000000000000000000000000000000..cc03a01b1a6e05e2deb50f49cf2480d8134b91bb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006589_10.1016-slash-j.hrcr.2020.04.015-b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b0668e110e1e45b2ae4ee9a5c978d15b62b15e0a0d83e16bc9b4b1c3b05457c +size 1088 diff --git a/MendeleyCXR/labels/Darwin_00006590_10.1016-slash-j.hrcr.2020.04.015-fig3-a.png b/MendeleyCXR/labels/Darwin_00006590_10.1016-slash-j.hrcr.2020.04.015-fig3-a.png new file mode 100644 index 0000000000000000000000000000000000000000..568900519bb185a5b01b9f7c15b90e35aacb4a53 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006590_10.1016-slash-j.hrcr.2020.04.015-fig3-a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db703a88c5f5da535e234a034dfeb57be36259263d3cd7cda34d366e8123df03 +size 1165 diff --git a/MendeleyCXR/labels/Darwin_00006591_10.1016-slash-j.hrcr.2020.04.015-fig3-b.png b/MendeleyCXR/labels/Darwin_00006591_10.1016-slash-j.hrcr.2020.04.015-fig3-b.png new file mode 100644 index 0000000000000000000000000000000000000000..082d710475d68e8a7fb32793379bc9308bf87e29 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006591_10.1016-slash-j.hrcr.2020.04.015-fig3-b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fbe56a054dd2d66f2a4c31efe270bc364cea80abbdab2cec51d2356128bea5d +size 1221 diff --git a/MendeleyCXR/labels/Darwin_00006592_10.1016-slash-j.jhin.2020.03.036.png b/MendeleyCXR/labels/Darwin_00006592_10.1016-slash-j.jhin.2020.03.036.png new file mode 100644 index 0000000000000000000000000000000000000000..a57ff769de992b757ae1b24df3db6fb55f3ea8f6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006592_10.1016-slash-j.jhin.2020.03.036.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bc959ebb41553fc0b9223ad4aa82c9ea5bdf8c128b0a9c443512037ed2eeb63 +size 1014 diff --git a/MendeleyCXR/labels/Darwin_00006597_19abe1f3.png b/MendeleyCXR/labels/Darwin_00006597_19abe1f3.png new file mode 100644 index 0000000000000000000000000000000000000000..13962f62d5a25ba95af3a9524e6ec2162ceb9e99 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006597_19abe1f3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5756c6b1437082e7d6c2ac27ab481cf8ca5bbc6dafec5592a3ae8a18faef00f5 +size 1409 diff --git a/MendeleyCXR/labels/Darwin_00006599_23E99E2E-447C-46E5-8EB2-D35D12473C39.png b/MendeleyCXR/labels/Darwin_00006599_23E99E2E-447C-46E5-8EB2-D35D12473C39.png new file mode 100644 index 0000000000000000000000000000000000000000..98dd1c99e64712d7fcf8cb94af9ad32b3785e478 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006599_23E99E2E-447C-46E5-8EB2-D35D12473C39.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9a4c0b7aecbb25280e67d7d85131cae6073cb7a65a93099b0194d060bc5bc5d +size 1173 diff --git a/MendeleyCXR/labels/Darwin_00006602_31BA3780-2323-493F-8AED-62081B9C383B.png b/MendeleyCXR/labels/Darwin_00006602_31BA3780-2323-493F-8AED-62081B9C383B.png new file mode 100644 index 0000000000000000000000000000000000000000..ddb2efb8f05a88f6b3afa1ae587f590516cc99fc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006602_31BA3780-2323-493F-8AED-62081B9C383B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3162ddec305a82cf72ce3e948dfa9dfea1139e7aae907aa31da7473e7d712ab2 +size 1222 diff --git a/MendeleyCXR/labels/Darwin_00006604_35b446ce.png b/MendeleyCXR/labels/Darwin_00006604_35b446ce.png new file mode 100644 index 0000000000000000000000000000000000000000..aa5d7853afa5d883e99a840fdcb1db2153b6ae16 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006604_35b446ce.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9433a3222a7440a5069247c3cc44183f6a86ffe4580422bab256e1ee26b141e1 +size 1236 diff --git a/MendeleyCXR/labels/Darwin_00006605_39EE8E69-5801-48DE-B6E3-BE7D1BCF3092.png b/MendeleyCXR/labels/Darwin_00006605_39EE8E69-5801-48DE-B6E3-BE7D1BCF3092.png new file mode 100644 index 0000000000000000000000000000000000000000..e00ab5625f707304c348f2c1f03420cda9fbac29 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006605_39EE8E69-5801-48DE-B6E3-BE7D1BCF3092.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b61828c4b20d09b251abf17aeefcdc2e0ed4564ea7da76973b3239318f64606a +size 1303 diff --git a/MendeleyCXR/labels/Darwin_00006607_48c4542c.png b/MendeleyCXR/labels/Darwin_00006607_48c4542c.png new file mode 100644 index 0000000000000000000000000000000000000000..881f38556a5eb198b2535f86a89dbd90bacdd927 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006607_48c4542c.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a43f98eff7eca099bdaf6b961522fb13fe32f13ce612f48fcc64561cccbb56ed +size 1003 diff --git a/MendeleyCXR/labels/Darwin_00006608_53c9be49.png b/MendeleyCXR/labels/Darwin_00006608_53c9be49.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8cb0ac80652de563dc03f187d5c033fcca7ea3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006608_53c9be49.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74180ccc6bf467cff47c4fc98fa6fff72f55cbf5f301ca0ae0fcb3bca2cdd171 +size 1285 diff --git a/MendeleyCXR/labels/Darwin_00006609_53EC07C9-5CC6-4BE4-9B6F-D7B0D72AAA7E.png b/MendeleyCXR/labels/Darwin_00006609_53EC07C9-5CC6-4BE4-9B6F-D7B0D72AAA7E.png new file mode 100644 index 0000000000000000000000000000000000000000..07ed27fc9af5988174df34a37de8260f59ad9bdf --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006609_53EC07C9-5CC6-4BE4-9B6F-D7B0D72AAA7E.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccc9b4e2ca7a60b8c0e73e25784fa686c7a67ccfb1015fcae0f10be9df48ce6c +size 1270 diff --git a/MendeleyCXR/labels/Darwin_00006610_58cb9263f16e94305c730685358e4e_jumbo.png b/MendeleyCXR/labels/Darwin_00006610_58cb9263f16e94305c730685358e4e_jumbo.png new file mode 100644 index 0000000000000000000000000000000000000000..016a669229ac87c87ac7b692784e9fbd78b4bcce --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006610_58cb9263f16e94305c730685358e4e_jumbo.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70860d20c8db7dee9ab71ae90a7136b514d80e834a10e3f3a08147374dc734a9 +size 1227 diff --git a/MendeleyCXR/labels/Darwin_00006611_61bc50d1.png b/MendeleyCXR/labels/Darwin_00006611_61bc50d1.png new file mode 100644 index 0000000000000000000000000000000000000000..d562c33f42992f43d543d98f399142169623584e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006611_61bc50d1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f27a6ac72b631b3165d6bdea0ece03a1954e681feb8f5f54c596c92776cb159 +size 1260 diff --git a/MendeleyCXR/labels/Darwin_00006612_67d668e570c242404ba82c7cbe2ca8f2-05be-0.png b/MendeleyCXR/labels/Darwin_00006612_67d668e570c242404ba82c7cbe2ca8f2-05be-0.png new file mode 100644 index 0000000000000000000000000000000000000000..40317e94d622f2f34fdc415d5616903a52d78c4e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006612_67d668e570c242404ba82c7cbe2ca8f2-05be-0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c37a14d277e18ee37c663a6dfb4f256a36c3e3a14153f47060605dffe19eaea6 +size 1328 diff --git a/MendeleyCXR/labels/Darwin_00006613_67d668e570c242404ba82c7cbe2ca8f2-0015-0.png b/MendeleyCXR/labels/Darwin_00006613_67d668e570c242404ba82c7cbe2ca8f2-0015-0.png new file mode 100644 index 0000000000000000000000000000000000000000..22a5a17da215e28effd44c516d58fea0c5490cf9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006613_67d668e570c242404ba82c7cbe2ca8f2-0015-0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3154650d25bfdfadbeb2af3c6e34c0fe589e8cc13647f35a2428c7c411cdbae8 +size 1330 diff --git a/MendeleyCXR/labels/Darwin_00006614_68_2020_1364_Fig1_HTML-a.png b/MendeleyCXR/labels/Darwin_00006614_68_2020_1364_Fig1_HTML-a.png new file mode 100644 index 0000000000000000000000000000000000000000..045ca207c291caea0ad72fae7734661d59c250ba --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006614_68_2020_1364_Fig1_HTML-a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:965b56739f087d25dfbebc2367ca5cf7aa6777ded9b737071e4e044336e04480 +size 1273 diff --git a/MendeleyCXR/labels/Darwin_00006616_68_2020_1364_Fig1_HTML-c.png b/MendeleyCXR/labels/Darwin_00006616_68_2020_1364_Fig1_HTML-c.png new file mode 100644 index 0000000000000000000000000000000000000000..59e74f2f92c79dd2d772050004fe861b03a60314 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006616_68_2020_1364_Fig1_HTML-c.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b2dcf10e0bfe7b08c3627e38983e64207413ad8bbd1e55c0d532439d2d43d38 +size 1229 diff --git a/MendeleyCXR/labels/Darwin_00006617_80b5f00f.png b/MendeleyCXR/labels/Darwin_00006617_80b5f00f.png new file mode 100644 index 0000000000000000000000000000000000000000..f06c28197f7386ece99baafca275fa6890226553 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006617_80b5f00f.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:297d94305210aba03b4737c4fc9a05a6b328a1d237177c71492717d7adcf0798 +size 1193 diff --git a/MendeleyCXR/labels/Darwin_00006618_82a78c13.png b/MendeleyCXR/labels/Darwin_00006618_82a78c13.png new file mode 100644 index 0000000000000000000000000000000000000000..8512bc97ad4b7eb66465d163598d724ade2f6568 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006618_82a78c13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc0d142d130110e4eeee8119aa4c29f8a2274af617d6c7c4c2bf98846bd157e6 +size 1068 diff --git a/MendeleyCXR/labels/Darwin_00006619_85E52EB3-56E9-4D67-82DA-DEA247C82886.png b/MendeleyCXR/labels/Darwin_00006619_85E52EB3-56E9-4D67-82DA-DEA247C82886.png new file mode 100644 index 0000000000000000000000000000000000000000..fb8570c7dcfd173740c87a0ca6ba55ec8747e600 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006619_85E52EB3-56E9-4D67-82DA-DEA247C82886.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d03e19dd4643c7816d08c9d0b6144eb290330a6b4ff9b25cd639d1e539e4964 +size 901 diff --git a/MendeleyCXR/labels/Darwin_00006620_86d19bba.png b/MendeleyCXR/labels/Darwin_00006620_86d19bba.png new file mode 100644 index 0000000000000000000000000000000000000000..3635fec3444c3a23cde209a28bc26cb40311f4c1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006620_86d19bba.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:611f8ffc2ef5e50ace1862697464ba946c378c02b50011326868af55ed36fc19 +size 1463 diff --git a/MendeleyCXR/labels/Darwin_00006621_87d50e40.png b/MendeleyCXR/labels/Darwin_00006621_87d50e40.png new file mode 100644 index 0000000000000000000000000000000000000000..08bae6120d18fbe308e8e4d3aaff7e6ca2cecf49 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006621_87d50e40.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe186c24632b82207a9dc3300cc8cff6c49dc80309156cdca190eb9227e49b78 +size 1396 diff --git a/MendeleyCXR/labels/Darwin_00006622_88de9d8c39e946abd495b37cd07d89e5-2ee6-0.png b/MendeleyCXR/labels/Darwin_00006622_88de9d8c39e946abd495b37cd07d89e5-2ee6-0.png new file mode 100644 index 0000000000000000000000000000000000000000..e7a00ed358aab0e60ffb89dc40f1c7605811b868 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006622_88de9d8c39e946abd495b37cd07d89e5-2ee6-0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e4f68ea933999542ccade05f379449bf4219d731ba9755d9394122c0d06c4be +size 1347 diff --git a/MendeleyCXR/labels/Darwin_00006623_88de9d8c39e946abd495b37cd07d89e5-0666-0.png b/MendeleyCXR/labels/Darwin_00006623_88de9d8c39e946abd495b37cd07d89e5-0666-0.png new file mode 100644 index 0000000000000000000000000000000000000000..42a360632c9a4cd419e83269f790a3bf40d12791 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006623_88de9d8c39e946abd495b37cd07d89e5-0666-0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c491a91c1ec182f3ca286964ccc56765bce95ddabf813d8725c1b32e32f0479 +size 1277 diff --git a/MendeleyCXR/labels/Darwin_00006624_88de9d8c39e946abd495b37cd07d89e5-6531-0.png b/MendeleyCXR/labels/Darwin_00006624_88de9d8c39e946abd495b37cd07d89e5-6531-0.png new file mode 100644 index 0000000000000000000000000000000000000000..873c6d41c3ddc39656d269a7ad4ae2c5bdb70699 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006624_88de9d8c39e946abd495b37cd07d89e5-6531-0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65dd17a91e7fddb07a0d34fa24658b656bc22255d8689c332c61002126072ebd +size 1213 diff --git a/MendeleyCXR/labels/Darwin_00006625_93FE0BB1-022D-4F24-9727-987A07975FFB.png b/MendeleyCXR/labels/Darwin_00006625_93FE0BB1-022D-4F24-9727-987A07975FFB.png new file mode 100644 index 0000000000000000000000000000000000000000..eb0497ce48c72f78db3b4264e175349b3288bdc9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006625_93FE0BB1-022D-4F24-9727-987A07975FFB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7679c3ebc7a03f650bb0ef31b0d0600d00577dd2072e0d0a8a58c1e94c4133b0 +size 1246 diff --git a/MendeleyCXR/labels/Darwin_00006626_171CB377-62FF-4B76-906C-F3787A01CB2E.png b/MendeleyCXR/labels/Darwin_00006626_171CB377-62FF-4B76-906C-F3787A01CB2E.png new file mode 100644 index 0000000000000000000000000000000000000000..826641d55f877288414a884620f45af637a7e1e3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006626_171CB377-62FF-4B76-906C-F3787A01CB2E.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:639b76c0b6ef6da3ea50ac7d685744732264c174e0d7fb66e469eb908c22b1c4 +size 1441 diff --git a/MendeleyCXR/labels/Darwin_00006629_262a70ca.png b/MendeleyCXR/labels/Darwin_00006629_262a70ca.png new file mode 100644 index 0000000000000000000000000000000000000000..c5d16074ea7fd64d88282b01b39ab2b6bcd87126 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006629_262a70ca.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6c11ea949eb6331043cee3fd4bb065452acc6b84af71846d43fb6e1b983dee2 +size 1161 diff --git a/MendeleyCXR/labels/Darwin_00006630_270_2020_2470_Fig1_HTML-a.png b/MendeleyCXR/labels/Darwin_00006630_270_2020_2470_Fig1_HTML-a.png new file mode 100644 index 0000000000000000000000000000000000000000..7e8c04f48af3c0dfe10771a6c01d4a3836bb2eb4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006630_270_2020_2470_Fig1_HTML-a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6717588613f66baad565a8bd8191435d78e002c4a06a2a16b190d83dfa2750b8 +size 1108 diff --git a/MendeleyCXR/labels/Darwin_00006631_270_2020_2470_Fig1_HTML-b.png b/MendeleyCXR/labels/Darwin_00006631_270_2020_2470_Fig1_HTML-b.png new file mode 100644 index 0000000000000000000000000000000000000000..cca3268e9d9728f6223cc6deaf9d0133631ac146 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006631_270_2020_2470_Fig1_HTML-b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4ddfe1e3ef3c0652f6f1be936fa92bbca5b4c940286cf1423888349b1b4d814 +size 1201 diff --git a/MendeleyCXR/labels/Darwin_00006632_289cb15b.png b/MendeleyCXR/labels/Darwin_00006632_289cb15b.png new file mode 100644 index 0000000000000000000000000000000000000000..090652ef5c19af3d5e27d494403577d81c1d455a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006632_289cb15b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcb4214dc036db0822e3b20b86be2dcaf408c26a2b1446047f6e8ee993904df1 +size 1327 diff --git a/MendeleyCXR/labels/Darwin_00006633_296_2020_4584_Fig2_HTML-a.png b/MendeleyCXR/labels/Darwin_00006633_296_2020_4584_Fig2_HTML-a.png new file mode 100644 index 0000000000000000000000000000000000000000..9251511f3b054cc050112f60c04dec40a830885b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006633_296_2020_4584_Fig2_HTML-a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:904f8cf8441069140fec888eac64cba2c6fe9a62baa04687afdec36420d88bcc +size 1357 diff --git a/MendeleyCXR/labels/Darwin_00006634_296_2020_4584_Fig2_HTML-b.png b/MendeleyCXR/labels/Darwin_00006634_296_2020_4584_Fig2_HTML-b.png new file mode 100644 index 0000000000000000000000000000000000000000..8d4fee215ecdf8e333290e1e8beff5dcffd6762d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006634_296_2020_4584_Fig2_HTML-b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:075cb46b4ab47fb77c8ed5e76d209663a4f93fc9400950ebcf3dce461be6361d +size 1381 diff --git a/MendeleyCXR/labels/Darwin_00006635_296_2020_4584_Fig2_HTML-c.png b/MendeleyCXR/labels/Darwin_00006635_296_2020_4584_Fig2_HTML-c.png new file mode 100644 index 0000000000000000000000000000000000000000..2ed44239e878770f7cb7209da82a8947c23b2f18 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006635_296_2020_4584_Fig2_HTML-c.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c220416b06d3dc0f24c55e153b6dfee73ffcfd1388c0e5a7d3b9528ba55b62ba +size 1417 diff --git a/MendeleyCXR/labels/Darwin_00006637_436a6348.png b/MendeleyCXR/labels/Darwin_00006637_436a6348.png new file mode 100644 index 0000000000000000000000000000000000000000..62bc12905a44e990fe1647ad43adb192831595e4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006637_436a6348.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba85ee560e66c0d8c44f52e6a5536e9358d7669d87d5af31bb670a6d4640a882 +size 1144 diff --git a/MendeleyCXR/labels/Darwin_00006638_441c9cdd.png b/MendeleyCXR/labels/Darwin_00006638_441c9cdd.png new file mode 100644 index 0000000000000000000000000000000000000000..7a843967ed40ccc6afa72d1778dd07df4953fc21 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006638_441c9cdd.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd0eace1422936a8da2162c9156b8364115fea2b0c66d3803f6893cc4183a3a5 +size 1244 diff --git a/MendeleyCXR/labels/Darwin_00006639_446B2CB6-B572-40AB-B01F-1910CA07086A.png b/MendeleyCXR/labels/Darwin_00006639_446B2CB6-B572-40AB-B01F-1910CA07086A.png new file mode 100644 index 0000000000000000000000000000000000000000..73c7fe3efe920f773ece7b0c03bd01a08db46388 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006639_446B2CB6-B572-40AB-B01F-1910CA07086A.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b48c418f7d881473b449e0e5b311e7aba7eb2be3f038f5d63ed3f50b53b42c2 +size 1029 diff --git a/MendeleyCXR/labels/Darwin_00006640_483f2ad8.png b/MendeleyCXR/labels/Darwin_00006640_483f2ad8.png new file mode 100644 index 0000000000000000000000000000000000000000..0ac5c54641bce3540b20e63fdf7a56ff5eb7fa75 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006640_483f2ad8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b36a73b0e16fda690a9bbd8b6f359d1bffd79b339372866eb26a3a035a450fa +size 1141 diff --git a/MendeleyCXR/labels/Darwin_00006641_701_2020_4374_Fig2_HTML.png b/MendeleyCXR/labels/Darwin_00006641_701_2020_4374_Fig2_HTML.png new file mode 100644 index 0000000000000000000000000000000000000000..b2fc9781b7a70bfb993e3e618751a61923d35b77 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006641_701_2020_4374_Fig2_HTML.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f621d7e6546a890b07f2c537fc3d3da75d5e9bb292bbe76c8333bcf612851d5 +size 1255 diff --git a/MendeleyCXR/labels/Darwin_00006642_730a0b8f.png b/MendeleyCXR/labels/Darwin_00006642_730a0b8f.png new file mode 100644 index 0000000000000000000000000000000000000000..2cf1d1edbd8961a70398a64dd05899cf66861b4f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006642_730a0b8f.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6b53b17b1ba8584e5513ce9fe87e2aede5eefe4d912df8aa985738cca6ce098 +size 1363 diff --git a/MendeleyCXR/labels/Darwin_00006643_00870a9c.png b/MendeleyCXR/labels/Darwin_00006643_00870a9c.png new file mode 100644 index 0000000000000000000000000000000000000000..7ccae70074669f5c7bdb26f876843093e3deabe4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006643_00870a9c.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77901afaa0fe947d087732b6f9ff66e3ccc5d56aa529aa93445d55af41756410 +size 1131 diff --git a/MendeleyCXR/labels/Darwin_00006644_887db78f.png b/MendeleyCXR/labels/Darwin_00006644_887db78f.png new file mode 100644 index 0000000000000000000000000000000000000000..adb61777b8c9ec62a40a84607dd218eb4189fa0b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006644_887db78f.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5422d7d3b6fa16ebdef766fc56844e7df012c559f45013ea7ffe0bf9a04c8c0e +size 1127 diff --git a/MendeleyCXR/labels/Darwin_00006645_1052b0fe.png b/MendeleyCXR/labels/Darwin_00006645_1052b0fe.png new file mode 100644 index 0000000000000000000000000000000000000000..2335d2f42c7cee3cd178557b449e6ba5947906c1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006645_1052b0fe.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b30fcd645ca78411e6d2c3744c09c268b896e8dcd40cfac79d95b61ce6eab95 +size 1435 diff --git a/MendeleyCXR/labels/Darwin_00006646_1312A392-67A3-4EBF-9319-810CF6DA5EF6.png b/MendeleyCXR/labels/Darwin_00006646_1312A392-67A3-4EBF-9319-810CF6DA5EF6.png new file mode 100644 index 0000000000000000000000000000000000000000..a82235bf85a788190bc6e056d9cd38a43de18146 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006646_1312A392-67A3-4EBF-9319-810CF6DA5EF6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7539f7288c50d5b2368ae49f1dd84d2806e7fcd6ad02d6e543fa06be4bb053c1 +size 1010 diff --git a/MendeleyCXR/labels/Darwin_00006647_1663b242.png b/MendeleyCXR/labels/Darwin_00006647_1663b242.png new file mode 100644 index 0000000000000000000000000000000000000000..367f2512dd62106193305f4e7a866b6c5c6fc84a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006647_1663b242.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d69cbc2648e6cd8d485d24c5d624cd5dc6894442dca139f67e3f1b7d6797e4fe +size 1250 diff --git a/MendeleyCXR/labels/Darwin_00006648_1880e301.png b/MendeleyCXR/labels/Darwin_00006648_1880e301.png new file mode 100644 index 0000000000000000000000000000000000000000..67d4aaff9ac52e5e4cf9815e4019fd608ee2e8d1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006648_1880e301.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:308677c5fa55820c7c31c6eae4994124ab810c554b6a7324bf66469fba50b10b +size 1305 diff --git a/MendeleyCXR/labels/Darwin_00006649_2168a917.png b/MendeleyCXR/labels/Darwin_00006649_2168a917.png new file mode 100644 index 0000000000000000000000000000000000000000..f062c76a0df3c18433934e80d31c0f1f35cabbfe --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006649_2168a917.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b1e7a9660f94973dfb580c4df469f05b8fe0b44eec7460261cc2da0560f1cda +size 1361 diff --git a/MendeleyCXR/labels/Darwin_00006650_3248cc61.png b/MendeleyCXR/labels/Darwin_00006650_3248cc61.png new file mode 100644 index 0000000000000000000000000000000000000000..44a65c7c9e86d74f171e29782e9b50b02f096466 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006650_3248cc61.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d8ee703f44b5b033dfad851e8fafcf6b78da3fe0a985789bba0dc4dbfa1b55d +size 1223 diff --git a/MendeleyCXR/labels/Darwin_00006652_5782ae15.png b/MendeleyCXR/labels/Darwin_00006652_5782ae15.png new file mode 100644 index 0000000000000000000000000000000000000000..4e2478f088b10ee17d51e20b2904798beed8bf1e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006652_5782ae15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efb63aef464194f21b128ac4dfe97f8861792f2e2fb6e9187939f027ba43dfec +size 1205 diff --git a/MendeleyCXR/labels/Darwin_00006653_5931B64A-7B97-485D-BE60-3F1EA76BC4F0.png b/MendeleyCXR/labels/Darwin_00006653_5931B64A-7B97-485D-BE60-3F1EA76BC4F0.png new file mode 100644 index 0000000000000000000000000000000000000000..84b4b18c957ba3427b2a9a1bfaee0757e9e082b5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006653_5931B64A-7B97-485D-BE60-3F1EA76BC4F0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:829d7a5a7923d20954c9e18f4d2b51a71e345b0e13f550d4820a69e4df5277a1 +size 1468 diff --git a/MendeleyCXR/labels/Darwin_00006654_11547_2020_1200_Fig2_HTML-a.png b/MendeleyCXR/labels/Darwin_00006654_11547_2020_1200_Fig2_HTML-a.png new file mode 100644 index 0000000000000000000000000000000000000000..7aea72e98018bba55b97b2dc02490d16b983114d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006654_11547_2020_1200_Fig2_HTML-a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ea7861e904aa69da09e494d279440027b35fad9031b9bccc3a786dd01e0e09b +size 1436 diff --git a/MendeleyCXR/labels/Darwin_00006655_11547_2020_1200_Fig2_HTML-b.png b/MendeleyCXR/labels/Darwin_00006655_11547_2020_1200_Fig2_HTML-b.png new file mode 100644 index 0000000000000000000000000000000000000000..c6b199bb7e0d93459c9e03f7349e260d34ade898 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006655_11547_2020_1200_Fig2_HTML-b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfbf1f0e29dd48f684e927a5b3e721656d49894834da65abc37983054079d2e7 +size 1342 diff --git a/MendeleyCXR/labels/Darwin_00006656_11547_2020_1200_Fig3_HTML-a.png b/MendeleyCXR/labels/Darwin_00006656_11547_2020_1200_Fig3_HTML-a.png new file mode 100644 index 0000000000000000000000000000000000000000..b881eb2e6f7717d5a99534ceb01ec3fef04cbf5a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006656_11547_2020_1200_Fig3_HTML-a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:271bf58f49be2232a76a6c7f703b0728ea7f55ce13477452e395c0be8cb78065 +size 1531 diff --git a/MendeleyCXR/labels/Darwin_00006657_11547_2020_1200_Fig3_HTML-b.png b/MendeleyCXR/labels/Darwin_00006657_11547_2020_1200_Fig3_HTML-b.png new file mode 100644 index 0000000000000000000000000000000000000000..1c9a1b4e04d5cc8bf41c7264d5603b647bbadb94 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006657_11547_2020_1200_Fig3_HTML-b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4b6adfd3a7f6f822530958d62a3a28b38467d4c0afb1ebfa953273303db00a2 +size 1558 diff --git a/MendeleyCXR/labels/Darwin_00006658_11547_2020_1200_Fig3_HTML-c.png b/MendeleyCXR/labels/Darwin_00006658_11547_2020_1200_Fig3_HTML-c.png new file mode 100644 index 0000000000000000000000000000000000000000..a64757e3fbd326660252e1f02bc0e8ea659af46e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006658_11547_2020_1200_Fig3_HTML-c.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:370e53a226da29a48735f0a5b5de41b4783aba4c4496fa0b92e89b36cdafd07a +size 1514 diff --git a/MendeleyCXR/labels/Darwin_00006659_11547_2020_1202_Fig1_HTML-a.png b/MendeleyCXR/labels/Darwin_00006659_11547_2020_1202_Fig1_HTML-a.png new file mode 100644 index 0000000000000000000000000000000000000000..b80c6ca1c8cf7a18c908f83409888d5c29f17b53 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006659_11547_2020_1202_Fig1_HTML-a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f95e22be57c2d4276e2c47dcc0841470e81b2937ac8519ba28d0f824139cafa +size 1324 diff --git a/MendeleyCXR/labels/Darwin_00006660_11547_2020_1202_Fig1_HTML-b.png b/MendeleyCXR/labels/Darwin_00006660_11547_2020_1202_Fig1_HTML-b.png new file mode 100644 index 0000000000000000000000000000000000000000..84a53710c9fbb566d2b9e230860e9d31a37fa1db --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006660_11547_2020_1202_Fig1_HTML-b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3379d008f05a2bc77892778c757d262396ecc9c4bde39e8e044448060490b51e +size 1396 diff --git a/MendeleyCXR/labels/Darwin_00006661_11547_2020_1203_Fig1_HTML-a.png b/MendeleyCXR/labels/Darwin_00006661_11547_2020_1203_Fig1_HTML-a.png new file mode 100644 index 0000000000000000000000000000000000000000..b096d5ea558dd3afc5ab342c60b7b042ba5b5113 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006661_11547_2020_1203_Fig1_HTML-a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e1da7680d8efcab891b3fc07afab32932dc4a23e72dfd1965d8112f8a6621bc +size 1223 diff --git a/MendeleyCXR/labels/Darwin_00006662_11547_2020_1203_Fig1_HTML-b.png b/MendeleyCXR/labels/Darwin_00006662_11547_2020_1203_Fig1_HTML-b.png new file mode 100644 index 0000000000000000000000000000000000000000..8d99a7c55782aa248777103e3f715498f41bb6aa --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006662_11547_2020_1203_Fig1_HTML-b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8be4b764a631654af6ea7ae82e0af805d70a5ce89f883b03c8dc9df026eba41b +size 1262 diff --git a/MendeleyCXR/labels/Darwin_00006663_11547_2020_1203_Fig1_HTML-c.png b/MendeleyCXR/labels/Darwin_00006663_11547_2020_1203_Fig1_HTML-c.png new file mode 100644 index 0000000000000000000000000000000000000000..f58bb58364bd784f8b3a56eed4959cbfb416e4a2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006663_11547_2020_1203_Fig1_HTML-c.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:606d13881a5d9653934a084a203aeeb63b0e100ac56cb672a02e1b6cfeb2f935 +size 1357 diff --git a/MendeleyCXR/labels/Darwin_00006664_11547_2020_1203_Fig1_HTML-d.png b/MendeleyCXR/labels/Darwin_00006664_11547_2020_1203_Fig1_HTML-d.png new file mode 100644 index 0000000000000000000000000000000000000000..a3434ed12eb3d248070b7d6d32f71679368466cb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006664_11547_2020_1203_Fig1_HTML-d.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2f132c8b2707f0a58dc74707d4911ac5c6bf9f57f92626f67c9518a07590ab6 +size 1239 diff --git a/MendeleyCXR/labels/Darwin_00006669_12941_2020_358_Fig1_HTML.png b/MendeleyCXR/labels/Darwin_00006669_12941_2020_358_Fig1_HTML.png new file mode 100644 index 0000000000000000000000000000000000000000..0998fa6ab13b892a46962fda4f5e67533acc04ac --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006669_12941_2020_358_Fig1_HTML.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b24f3775bb428110af456481c51a844c9416e80d1b486777084e82c797735bf0 +size 1016 diff --git a/MendeleyCXR/labels/Darwin_00006670_16583_1_1.png b/MendeleyCXR/labels/Darwin_00006670_16583_1_1.png new file mode 100644 index 0000000000000000000000000000000000000000..1c48b729b4cae33aad69f9ee840a247060b93b5c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006670_16583_1_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f72035e036f969d64599dc18ae037a777b8325c3cb5e7837c6d60de58aae4bc +size 1302 diff --git a/MendeleyCXR/labels/Darwin_00006671_16583_3_1.png b/MendeleyCXR/labels/Darwin_00006671_16583_3_1.png new file mode 100644 index 0000000000000000000000000000000000000000..04b1227329f26e4b2f0acfdbe7cdf1e6fd152222 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006671_16583_3_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2d226fd40da52e127712620ad3b2a3b80f12b95107bca1ec0e6f0396e11c6d3 +size 1333 diff --git a/MendeleyCXR/labels/Darwin_00006683_16646_1_1.png b/MendeleyCXR/labels/Darwin_00006683_16646_1_1.png new file mode 100644 index 0000000000000000000000000000000000000000..f2fa69b1e1e0cd36b2e1c68b8db2f471887ff3eb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006683_16646_1_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:970c9df8c9282ab06665cda4b5ad77fe4e75e871cc96490ea483540f2ca20c36 +size 1440 diff --git a/MendeleyCXR/labels/Darwin_00006685_16654_1_1.png b/MendeleyCXR/labels/Darwin_00006685_16654_1_1.png new file mode 100644 index 0000000000000000000000000000000000000000..92b7c9af3723c3c8315390c4c4379a48d03d08bd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006685_16654_1_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fff015d209fcb72943c5ffbcda955595b88027aabdaaa9be0e07a8a990f5e8c +size 1186 diff --git a/MendeleyCXR/labels/Darwin_00006686_16654_2_1.png b/MendeleyCXR/labels/Darwin_00006686_16654_2_1.png new file mode 100644 index 0000000000000000000000000000000000000000..21be531b4c554a0912b8111a82bbdd47c51153d9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006686_16654_2_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d2dbfd50e79cce4e56ac0e2844914464a6827076e116e5f9580eebb0cb93677 +size 1132 diff --git a/MendeleyCXR/labels/Darwin_00006687_16654_4_1.png b/MendeleyCXR/labels/Darwin_00006687_16654_4_1.png new file mode 100644 index 0000000000000000000000000000000000000000..4f725178a68a9e1c44ba6f81605d4c4cefecd9d2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006687_16654_4_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bef747fcb432711681ac51d40efa744293f9722e2ff2aa6ccd4333377ce04689 +size 1214 diff --git a/MendeleyCXR/labels/Darwin_00006688_16660_1_1.png b/MendeleyCXR/labels/Darwin_00006688_16660_1_1.png new file mode 100644 index 0000000000000000000000000000000000000000..4ce09d7b6cee6fe07e0af87bbc9441116d358ed1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006688_16660_1_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c07c2f9f4ba1ec0d05cc530b2c21a0eab19221ce0cc52d96da6c7f0b2ae44a1f +size 1211 diff --git a/MendeleyCXR/labels/Darwin_00006689_16660_2_1.png b/MendeleyCXR/labels/Darwin_00006689_16660_2_1.png new file mode 100644 index 0000000000000000000000000000000000000000..f85bcd5df25d2b9886da1a4eeae2a1b3e86c1521 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006689_16660_2_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ebb76cd209d702c66d10b354717d8035d11c86b621a3751e623cc9c5d9fe6f4 +size 1180 diff --git a/MendeleyCXR/labels/Darwin_00006690_16660_3_1.png b/MendeleyCXR/labels/Darwin_00006690_16660_3_1.png new file mode 100644 index 0000000000000000000000000000000000000000..948a434f4164e5a370e7a4fb066e42809db9d7c8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006690_16660_3_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0926815ce59f8c86de465ca30ccac693440db26a73bc4b482e888ad30359a371 +size 1091 diff --git a/MendeleyCXR/labels/Darwin_00006691_16660_4_1.png b/MendeleyCXR/labels/Darwin_00006691_16660_4_1.png new file mode 100644 index 0000000000000000000000000000000000000000..16df3ffa40d657f0db772bf86fd4669473d969d6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006691_16660_4_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9879ed486070883dd1512ef01fb0072c9b9806b0ae6687d72329d514083ea28b +size 1366 diff --git a/MendeleyCXR/labels/Darwin_00006692_16660_5_1.png b/MendeleyCXR/labels/Darwin_00006692_16660_5_1.png new file mode 100644 index 0000000000000000000000000000000000000000..4074759ebf304f17159c5a4e3009a63579d7f20c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006692_16660_5_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:988fce382035884301722846f3c506cc70fdf2c1f227011a62246c4b12bf24a6 +size 1180 diff --git a/MendeleyCXR/labels/Darwin_00006693_16663_1_1.png b/MendeleyCXR/labels/Darwin_00006693_16663_1_1.png new file mode 100644 index 0000000000000000000000000000000000000000..405218d0737769e6ecf03887443cb1780ea59e1d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006693_16663_1_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4711f0dd08ab8a503aeb37f98fe6be7a36102a580082405859885ad3b66cc85b +size 1284 diff --git a/MendeleyCXR/labels/Darwin_00006695_16664_1_1.png b/MendeleyCXR/labels/Darwin_00006695_16664_1_1.png new file mode 100644 index 0000000000000000000000000000000000000000..fb77c38d27a9e9644f5ff78f938537d31411fd81 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006695_16664_1_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e1d986cb843650b658bc2b5358db30c3fb62f5de3e4a2a805d93220a67973e5 +size 1040 diff --git a/MendeleyCXR/labels/Darwin_00006697_16669_1_1.png b/MendeleyCXR/labels/Darwin_00006697_16669_1_1.png new file mode 100644 index 0000000000000000000000000000000000000000..c414e21a32f84ac1cb425793495c922e9fc858a4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006697_16669_1_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe4216f8a8b766313b95f20ed567a1789013f58442a32a37c952885f8cc2fe70 +size 1303 diff --git a/MendeleyCXR/labels/Darwin_00006698_16669_3_1.png b/MendeleyCXR/labels/Darwin_00006698_16669_3_1.png new file mode 100644 index 0000000000000000000000000000000000000000..e4792320b5c1353100f20d79409c6bb1d2ae3431 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006698_16669_3_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0aabbd279fe7eb5339c6b76db973c390ca8e7b7b63fa07596cd69d0252bd881 +size 1240 diff --git a/MendeleyCXR/labels/Darwin_00006699_16672_1_1.png b/MendeleyCXR/labels/Darwin_00006699_16672_1_1.png new file mode 100644 index 0000000000000000000000000000000000000000..e1796881c7ddd45f367bc16cd8c7009888bb9250 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006699_16672_1_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecd32ef43bfce8e61808fac28c237335051a5f4c520a49297f619a597610d10c +size 1118 diff --git a/MendeleyCXR/labels/Darwin_00006700_16673_2_1.png b/MendeleyCXR/labels/Darwin_00006700_16673_2_1.png new file mode 100644 index 0000000000000000000000000000000000000000..fe594699da779ba6ff65fb20d6207e7b89482314 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006700_16673_2_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47f0f200fb583490aa22ad36e207e22beb94826c2eda02414269f50410dd1b69 +size 1075 diff --git a/MendeleyCXR/labels/Darwin_00006701_16674_1_1.png b/MendeleyCXR/labels/Darwin_00006701_16674_1_1.png new file mode 100644 index 0000000000000000000000000000000000000000..ec0b1992150d07dcb2031c89bdda0ddcd682ab77 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006701_16674_1_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:963f572f5050f8c171ded9c1cb64e5292620539ce6868b51c35e5d8ee707acba +size 1163 diff --git a/MendeleyCXR/labels/Darwin_00006709_16691_1_1.png b/MendeleyCXR/labels/Darwin_00006709_16691_1_1.png new file mode 100644 index 0000000000000000000000000000000000000000..9440a3d2f75b1498dd75d0128f4f41053cbbdbcf --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006709_16691_1_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e5bcbde9b421065d79d75a1e7af2fc96febaf7710f94ad73c86b6a1f96110d6 +size 1197 diff --git a/MendeleyCXR/labels/Darwin_00006710_16706_1_1.png b/MendeleyCXR/labels/Darwin_00006710_16706_1_1.png new file mode 100644 index 0000000000000000000000000000000000000000..703f014fdb10001e19d4081c859043715904a7d1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006710_16706_1_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da223f1972f29ce924bb6d43b5fa5c62cfe0de63a273f2a33d8e62573787ce8a +size 1158 diff --git a/MendeleyCXR/labels/Darwin_00006711_16708_1_1.png b/MendeleyCXR/labels/Darwin_00006711_16708_1_1.png new file mode 100644 index 0000000000000000000000000000000000000000..aa060ece6e4bad157b5ca972f53d36b684d72877 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006711_16708_1_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b38edc843206866f9d24cc9ecff8cb7cd26d64d539d6737adc5e1ce3f20ec3c1 +size 980 diff --git a/MendeleyCXR/labels/Darwin_00006712_16708_4_1.png b/MendeleyCXR/labels/Darwin_00006712_16708_4_1.png new file mode 100644 index 0000000000000000000000000000000000000000..81bd45fbc6637d5da7ae512d87ee493fffec3ad1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006712_16708_4_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c97e74a0234ffde374f9f55b697a9387a67ded3c06f76c9fffd45cc40e9ad934 +size 1013 diff --git a/MendeleyCXR/labels/Darwin_00006713_16708_5_1.png b/MendeleyCXR/labels/Darwin_00006713_16708_5_1.png new file mode 100644 index 0000000000000000000000000000000000000000..f306a20781704f951601410bade0c377bacfdc64 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006713_16708_5_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:145cb2b69441a89752868270ee48a79e98afbb98353a4c9fda2d1c5bd7760b6d +size 937 diff --git a/MendeleyCXR/labels/Darwin_00006714_16724_1_1.png b/MendeleyCXR/labels/Darwin_00006714_16724_1_1.png new file mode 100644 index 0000000000000000000000000000000000000000..4fb8dc91b3671be3d3892cbbbfdc31ae9502fba6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006714_16724_1_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba87c38c9cc457776da36d2ba2b8cae0caae96ae06c6c5a6ba33b119fc8398ac +size 1022 diff --git a/MendeleyCXR/labels/Darwin_00006715_16744_1_1.png b/MendeleyCXR/labels/Darwin_00006715_16744_1_1.png new file mode 100644 index 0000000000000000000000000000000000000000..22dd81447b40b8aaaa3bd170bfa126adab98f2e1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006715_16744_1_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5db3080d1eb58a2884c6d36641cb716596e7b5f8e0d11c6169c2354c4e6c97fb +size 1207 diff --git a/MendeleyCXR/labels/Darwin_00006720_16745_2_1.png b/MendeleyCXR/labels/Darwin_00006720_16745_2_1.png new file mode 100644 index 0000000000000000000000000000000000000000..16ea655452093d9bff39a20b2fcc94312412eb8f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006720_16745_2_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9964929fe29d8ccfed410446c05aaedb43358d95d03f4c67d52a0d5fb18308e6 +size 1185 diff --git a/MendeleyCXR/labels/Darwin_00006723_16745_3_1.png b/MendeleyCXR/labels/Darwin_00006723_16745_3_1.png new file mode 100644 index 0000000000000000000000000000000000000000..d4900e5a4a7e8588584ed4ff2815a07b8d6a676e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006723_16745_3_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95c95343c40cfd8ff40fa703d7055accb69dd59642b58878e0cbcc9a7430d034 +size 1150 diff --git a/MendeleyCXR/labels/Darwin_00006728_16745_5_1.png b/MendeleyCXR/labels/Darwin_00006728_16745_5_1.png new file mode 100644 index 0000000000000000000000000000000000000000..ca2c7d69daa39a46cf85afe6ead06eb3d932ea92 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006728_16745_5_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60319288672261c96c37a1ee7f44493a2bbe69ab0b3a460c741684951e78698b +size 1281 diff --git a/MendeleyCXR/labels/Darwin_00006731_16745_6_1.png b/MendeleyCXR/labels/Darwin_00006731_16745_6_1.png new file mode 100644 index 0000000000000000000000000000000000000000..b1f223ee383572ca6568a78293a9766945092ec4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006731_16745_6_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98c53172742f46441e82b71e602a4746e7bea68c0302ad9db6847ac03d08e994 +size 1290 diff --git a/MendeleyCXR/labels/Darwin_00006734_16745_7_1.png b/MendeleyCXR/labels/Darwin_00006734_16745_7_1.png new file mode 100644 index 0000000000000000000000000000000000000000..ad8b878e10bf04310051377305c636911ded56ea --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006734_16745_7_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4808fbb372a7bb1ee1383e5b16b3d50cf3bf2887342c6ba3d325df4d927aad19 +size 1143 diff --git a/MendeleyCXR/labels/Darwin_00006738_16745_7_5.png b/MendeleyCXR/labels/Darwin_00006738_16745_7_5.png new file mode 100644 index 0000000000000000000000000000000000000000..89daa5b6ddf6aec8f0f09d0e0431183f7ee11bb3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006738_16745_7_5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d9deec553e9d8d7776d73c329eead055443e732a508c3b5e8a4b25a1ff1e73f +size 1016 diff --git a/MendeleyCXR/labels/Darwin_00006739_16747_1_1.png b/MendeleyCXR/labels/Darwin_00006739_16747_1_1.png new file mode 100644 index 0000000000000000000000000000000000000000..d2ac2adeea23837d93539b6b9b5de9ecbb5e8780 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006739_16747_1_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47b4796a79093dcb483afa3bbcd2165aa1c991ae4e6ae49fb7f1d59a2b77545f +size 1340 diff --git a/MendeleyCXR/labels/Darwin_00006740_16747_2_1.png b/MendeleyCXR/labels/Darwin_00006740_16747_2_1.png new file mode 100644 index 0000000000000000000000000000000000000000..1d0401610ee8c4db55f9fd7a1d890db9697acc76 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006740_16747_2_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8746b24d0089bb8288461365d9e13eaebe763ff3cf37a713c781aa5ab25001f4 +size 1302 diff --git a/MendeleyCXR/labels/Darwin_00006741_16747_3_1.png b/MendeleyCXR/labels/Darwin_00006741_16747_3_1.png new file mode 100644 index 0000000000000000000000000000000000000000..323166184d47673cacd29cd8846d354add54748a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006741_16747_3_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da8cabcf79b06d2eb35bfcae40a3eacdbcaa5969e034394b8e9f5a47288de7a9 +size 1369 diff --git a/MendeleyCXR/labels/Darwin_00006747_19073f37.png b/MendeleyCXR/labels/Darwin_00006747_19073f37.png new file mode 100644 index 0000000000000000000000000000000000000000..35544136c62e97e2835db64b25ca34bb0bdb8d0a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006747_19073f37.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:809730122b052c667c5337235a9fda94f9990bc6911e9ac173acd8de84c2aaea +size 1123 diff --git a/MendeleyCXR/labels/Darwin_00006748_24035bda.png b/MendeleyCXR/labels/Darwin_00006748_24035bda.png new file mode 100644 index 0000000000000000000000000000000000000000..d3b50f8d55f77a519f07a09513114e7f4c47d703 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006748_24035bda.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8f9e0dac68cc8407a0410fd9065c35127849c136292fccc6385c7c3eb91ed06 +size 1295 diff --git a/MendeleyCXR/labels/Darwin_00006750_41182_2020_203_Fig3_HTML.png b/MendeleyCXR/labels/Darwin_00006750_41182_2020_203_Fig3_HTML.png new file mode 100644 index 0000000000000000000000000000000000000000..5635b3e5a63c7f6684271529d119426e37397ff4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006750_41182_2020_203_Fig3_HTML.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9ec9fb21f1ce1e804fcfe01daef25396fcc7185dd6ab67ab894cbf17975996c +size 1130 diff --git a/MendeleyCXR/labels/Darwin_00006751_41182_2020_203_Fig4_HTML.png b/MendeleyCXR/labels/Darwin_00006751_41182_2020_203_Fig4_HTML.png new file mode 100644 index 0000000000000000000000000000000000000000..ec5dcae739002caae75ae48f09119cd15a859af6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006751_41182_2020_203_Fig4_HTML.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e83321cbd4a097a4949990ed75b97ebd102a2401e22d6efc4078a322958bf98 +size 1050 diff --git a/MendeleyCXR/labels/Darwin_00006752_41182_2020_203_Fig5_HTML.png b/MendeleyCXR/labels/Darwin_00006752_41182_2020_203_Fig5_HTML.png new file mode 100644 index 0000000000000000000000000000000000000000..1d6fc1d9dea83c88767d4a45b53306638a00c1da --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006752_41182_2020_203_Fig5_HTML.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b30a60d22541de9643482237d3216ebfde26b7e5e330372dc7426195b683ad5b +size 1057 diff --git a/MendeleyCXR/labels/Darwin_00006758_90070cbc.png b/MendeleyCXR/labels/Darwin_00006758_90070cbc.png new file mode 100644 index 0000000000000000000000000000000000000000..2c5097b11cc81ca485c16ce166bdd6d547a7a789 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006758_90070cbc.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85b38375cdf80e8274008b20120701b3e8d72e572888f95aa2be1e073ce4656c +size 1102 diff --git a/MendeleyCXR/labels/Darwin_00006759_90986ce4.png b/MendeleyCXR/labels/Darwin_00006759_90986ce4.png new file mode 100644 index 0000000000000000000000000000000000000000..9a26dc2f942dcd3320404e0d9eb41a7fd234bc8d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006759_90986ce4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18821c74cc53baed0f9b7a04c058dafcb5609895ebecb968542796ce3307a6e4 +size 966 diff --git a/MendeleyCXR/labels/Darwin_00006760_333932bd.png b/MendeleyCXR/labels/Darwin_00006760_333932bd.png new file mode 100644 index 0000000000000000000000000000000000000000..98c912504841308cfa2feba908b866368761709d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006760_333932bd.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d638cdad922329419ee7ae07c7dceb6dd99a3f3605a25fa9e4fb40dd1104602 +size 1147 diff --git a/MendeleyCXR/labels/Darwin_00006761_353889E0-A1E8-4F9E-A0B8-F24F36BCFBFB.png b/MendeleyCXR/labels/Darwin_00006761_353889E0-A1E8-4F9E-A0B8-F24F36BCFBFB.png new file mode 100644 index 0000000000000000000000000000000000000000..7c581771d07a5870b77d9a3a6621a29fb223ac7b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006761_353889E0-A1E8-4F9E-A0B8-F24F36BCFBFB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a1dbf3a4eb3c1fa5d2e2681b7e093bbd5291198f283ebb5c391e5c8c6e3383b +size 1063 diff --git a/MendeleyCXR/labels/Darwin_00006762_527321ee.png b/MendeleyCXR/labels/Darwin_00006762_527321ee.png new file mode 100644 index 0000000000000000000000000000000000000000..abf25127343c56915882c0ba43522cc6941d598e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006762_527321ee.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edd8c1322d4f974cf7933aa906e25250bee1260150668010deec29c2cd2bdec9 +size 1261 diff --git a/MendeleyCXR/labels/Darwin_00006763_865336ed.png b/MendeleyCXR/labels/Darwin_00006763_865336ed.png new file mode 100644 index 0000000000000000000000000000000000000000..9bd6eb61f9b4bcc1dc383552b6dae0b4e91d9654 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006763_865336ed.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27d125e131197730ed172e1fc01c3079ac9c1c2eae8ea2b2cb5e1de2c1219104 +size 1256 diff --git a/MendeleyCXR/labels/Darwin_00006765_2966893D-5DDF-4B68-9E2B-4979D5956C8E.png b/MendeleyCXR/labels/Darwin_00006765_2966893D-5DDF-4B68-9E2B-4979D5956C8E.png new file mode 100644 index 0000000000000000000000000000000000000000..0b90023683da6d33d2e90eb55fd3971533348c4b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006765_2966893D-5DDF-4B68-9E2B-4979D5956C8E.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a794b867aefa4daffb46bc444ac200b7063e49a540ffae54c7bde9bea82bd44a +size 1259 diff --git a/MendeleyCXR/labels/Darwin_00006766_21982772.png b/MendeleyCXR/labels/Darwin_00006766_21982772.png new file mode 100644 index 0000000000000000000000000000000000000000..370b8a5f85cc20f7cf24aeb08c4686f9e9b61819 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006766_21982772.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2203f71c6d6548d4f2ca9d727a10394fe27e3dd0ca09c76812d51d55a86e3e73 +size 1210 diff --git a/MendeleyCXR/labels/Darwin_00006767_80446565-E090-4187-A031-9D3CEAA586C8.png b/MendeleyCXR/labels/Darwin_00006767_80446565-E090-4187-A031-9D3CEAA586C8.png new file mode 100644 index 0000000000000000000000000000000000000000..c7ccb25745c395b0b8eb52f45ffa3249b7b54333 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006767_80446565-E090-4187-A031-9D3CEAA586C8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3390516a746166c154f0240a8088832cb1b034b59951c877a8e4346579b546b +size 1078 diff --git a/MendeleyCXR/labels/Darwin_00006769_a2eba651.png b/MendeleyCXR/labels/Darwin_00006769_a2eba651.png new file mode 100644 index 0000000000000000000000000000000000000000..9dda5eb2611a2c8e53f7ad4d552b4b9b49d893e6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006769_a2eba651.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53bb27929375b9f7762b85814c89d335076f727ca695cdfd47966c9409ebbe98 +size 1231 diff --git a/MendeleyCXR/labels/Darwin_00006770_A7E260CE-8A00-4C5F-A7F5-27336527A981.png b/MendeleyCXR/labels/Darwin_00006770_A7E260CE-8A00-4C5F-A7F5-27336527A981.png new file mode 100644 index 0000000000000000000000000000000000000000..b2b01f427dcf7ad1fd641480723dbf9e66be2a4a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006770_A7E260CE-8A00-4C5F-A7F5-27336527A981.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c0da74f0207ed04b0603fe455ef4e47ec703bd3dd7613484308431bdce950b0 +size 1372 diff --git a/MendeleyCXR/labels/Darwin_00006771_a8ac1969.png b/MendeleyCXR/labels/Darwin_00006771_a8ac1969.png new file mode 100644 index 0000000000000000000000000000000000000000..c3da71decf70a5fd55a5b54740ab27b850dbb0aa --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006771_a8ac1969.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e795d9af4fafbdfd809a4b74e9a68fbbb3b27efd6d33c0ca6626371e88a0350 +size 1283 diff --git a/MendeleyCXR/labels/Darwin_00006772_a38e1877.png b/MendeleyCXR/labels/Darwin_00006772_a38e1877.png new file mode 100644 index 0000000000000000000000000000000000000000..7a7166729f2b160d57292721abe9beddd1388e89 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006772_a38e1877.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34af72476a3e0b560e154bb5ed91dbd4af865a31d080ab49f3d2ca2b600768e4 +size 1127 diff --git a/MendeleyCXR/labels/Darwin_00006773_a47dc73e.png b/MendeleyCXR/labels/Darwin_00006773_a47dc73e.png new file mode 100644 index 0000000000000000000000000000000000000000..582f2eea67ce09e9a30b67b1c6138a5d9cf031a3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006773_a47dc73e.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7b1bd2146eed7403306e123630f869f2315e6eaf610fca1a3488dd3953a33f4 +size 1300 diff --git a/MendeleyCXR/labels/Darwin_00006774_a361d7b7.png b/MendeleyCXR/labels/Darwin_00006774_a361d7b7.png new file mode 100644 index 0000000000000000000000000000000000000000..9a4861bd2596b99bf251e51a3d4b3e34107762ad --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006774_a361d7b7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c692413b85b12e0e68bbc113b979895129a0f7ef3e432eae233f12406c855ac2 +size 1240 diff --git a/MendeleyCXR/labels/Darwin_00006775_a4318ac9.png b/MendeleyCXR/labels/Darwin_00006775_a4318ac9.png new file mode 100644 index 0000000000000000000000000000000000000000..2171308e4ea59e48d5d3375568b6de25a2bd61b2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006775_a4318ac9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fdecb6ee8f54bad3fe7beca44b5637837432c7de6eae7c6f96fd26e794f50e5 +size 1285 diff --git a/MendeleyCXR/labels/Darwin_00006776_ac4f6e4e.png b/MendeleyCXR/labels/Darwin_00006776_ac4f6e4e.png new file mode 100644 index 0000000000000000000000000000000000000000..684195e43d0e7a352632eefeba8add8c0b2420f5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006776_ac4f6e4e.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85cdc667653d86c05054965d65c362af475720b568f7604084484f043e7d658b +size 1073 diff --git a/MendeleyCXR/labels/Darwin_00006777_acute-respiratory-distress-syndrome-ards-1.png b/MendeleyCXR/labels/Darwin_00006777_acute-respiratory-distress-syndrome-ards-1.png new file mode 100644 index 0000000000000000000000000000000000000000..04075ff18e7c9997a1edf99c20331d0028bbbb38 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006777_acute-respiratory-distress-syndrome-ards-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:088818bf385c423ceac201775c04010279cdd41ad01b944d352469ae9d03a91e +size 1039 diff --git a/MendeleyCXR/labels/Darwin_00006778_acute-respiratory-distress-syndrome-ards.png b/MendeleyCXR/labels/Darwin_00006778_acute-respiratory-distress-syndrome-ards.png new file mode 100644 index 0000000000000000000000000000000000000000..59106520740aa765f9ea61d6b80e265011f90d1d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006778_acute-respiratory-distress-syndrome-ards.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04577414751817d68acea2b86bf6384c6b03b153117e81a87a5ca7d54201e919 +size 1169 diff --git a/MendeleyCXR/labels/Darwin_00006779_ada8c494.png b/MendeleyCXR/labels/Darwin_00006779_ada8c494.png new file mode 100644 index 0000000000000000000000000000000000000000..cd38cb9d3bd97a58ca8cbe0a4c3f820ea5f2778b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006779_ada8c494.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c6bb18d90234eab0f1b4df821e11647d3a1e5af01142089fbd8d69a44908aea +size 1319 diff --git a/MendeleyCXR/labels/Darwin_00006784_all14238-fig-0001-m-b.png b/MendeleyCXR/labels/Darwin_00006784_all14238-fig-0001-m-b.png new file mode 100644 index 0000000000000000000000000000000000000000..04ce244401cb854e7bc1d1e04e15e28333ff90e0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006784_all14238-fig-0001-m-b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:807560aa38128ca54a85f896a07990d1a8f8aa34d57a7734cddfe5afb65a369c +size 1334 diff --git a/MendeleyCXR/labels/Darwin_00006785_all14238-fig-0001-m-c.png b/MendeleyCXR/labels/Darwin_00006785_all14238-fig-0001-m-c.png new file mode 100644 index 0000000000000000000000000000000000000000..6d427add9e6510b363dd9d6427a42ed7ce6b6b09 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006785_all14238-fig-0001-m-c.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bcedcf3fa3003bdf8423d9f48a2a135d8910c5b63f2d46f71da9da03c5febd0 +size 1226 diff --git a/MendeleyCXR/labels/Darwin_00006786_all14238-fig-0002-m-d.png b/MendeleyCXR/labels/Darwin_00006786_all14238-fig-0002-m-d.png new file mode 100644 index 0000000000000000000000000000000000000000..65136724ef446d9027b1fe7e87d51bab495fefd6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006786_all14238-fig-0002-m-d.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:034c886c88a7abf6d41fe68d430003e49f3c46ec078802e921167cb88205de6d +size 1025 diff --git a/MendeleyCXR/labels/Darwin_00006787_all14238-fig-0002-m-e.png b/MendeleyCXR/labels/Darwin_00006787_all14238-fig-0002-m-e.png new file mode 100644 index 0000000000000000000000000000000000000000..5c8635806636027b24cab62386b308a7916b1747 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006787_all14238-fig-0002-m-e.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03010caf73f99e1d207f3edfe3ea56d670ac26708bddf954d87c73854e969b59 +size 1225 diff --git a/MendeleyCXR/labels/Darwin_00006788_all14238-fig-0002-m-f.png b/MendeleyCXR/labels/Darwin_00006788_all14238-fig-0002-m-f.png new file mode 100644 index 0000000000000000000000000000000000000000..0d94ebb90b0b232a10fc975dc194d13d8367bd1d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006788_all14238-fig-0002-m-f.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c858a19ce96360435969ab52dcfaebf626ee67b9f10184e76950a2c505aa1f3 +size 1187 diff --git a/MendeleyCXR/labels/Darwin_00006797_ards-secondary-to-tiger-snake-bite.png b/MendeleyCXR/labels/Darwin_00006797_ards-secondary-to-tiger-snake-bite.png new file mode 100644 index 0000000000000000000000000000000000000000..ff475753280ad4aeae695b08d133f01546788389 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006797_ards-secondary-to-tiger-snake-bite.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fa97e6e5cd1f2a66e63ee94ba88199dd9ee060ea7d834838d49f7fe22406e99 +size 1120 diff --git a/MendeleyCXR/labels/Darwin_00006798_ARDSSevere.png b/MendeleyCXR/labels/Darwin_00006798_ARDSSevere.png new file mode 100644 index 0000000000000000000000000000000000000000..14e42599399a878facc1a147ef30cbb4fb4f2d13 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006798_ARDSSevere.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b409192cb1b3bac8c821cd73f2974a2f3994a7d799f314ae5a9d34751ce97ca +size 1466 diff --git a/MendeleyCXR/labels/Darwin_00006799_article_river_1a00a3c07ea311eab70491c6fb93d336-figure-2.png b/MendeleyCXR/labels/Darwin_00006799_article_river_1a00a3c07ea311eab70491c6fb93d336-figure-2.png new file mode 100644 index 0000000000000000000000000000000000000000..76abcee51bf918ec2bb3d6c2cf2f2ce76d649961 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006799_article_river_1a00a3c07ea311eab70491c6fb93d336-figure-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4e33f4829aec4284467f177448e84a68884f04f58ffd2accd26a9c876e8a81e +size 1038 diff --git a/MendeleyCXR/labels/Darwin_00006800_article_river_2a361d607ea311ea95dbcf0c95d13492-figure-4.png b/MendeleyCXR/labels/Darwin_00006800_article_river_2a361d607ea311ea95dbcf0c95d13492-figure-4.png new file mode 100644 index 0000000000000000000000000000000000000000..3e5abf419b883a7cd8d0cbb9911f6ac46a2c5663 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006800_article_river_2a361d607ea311ea95dbcf0c95d13492-figure-4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84695ad255efcdf740a2bc83758437e490951d675c71fe45f3df7b355b8ec818 +size 1142 diff --git a/MendeleyCXR/labels/Darwin_00006801_article_river_c79329e06dff11eab69c95940c7c0d00-CXR-D1-COVID19.png b/MendeleyCXR/labels/Darwin_00006801_article_river_c79329e06dff11eab69c95940c7c0d00-CXR-D1-COVID19.png new file mode 100644 index 0000000000000000000000000000000000000000..e552360397d8b7b0f4d65e6e6ccbf6c45c742198 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006801_article_river_c79329e06dff11eab69c95940c7c0d00-CXR-D1-COVID19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33e64a89224534847076500f215ac711e32618dd757af1a6f8a7f84099ad7a64 +size 1205 diff --git a/MendeleyCXR/labels/Darwin_00006802_article_river_de7471906e0011eabe5f9363acaf45c4-covid-cxr-2.png b/MendeleyCXR/labels/Darwin_00006802_article_river_de7471906e0011eabe5f9363acaf45c4-covid-cxr-2.png new file mode 100644 index 0000000000000000000000000000000000000000..e57d21aa6c46cdf105c2b25f6fe1f7e913a874f9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006802_article_river_de7471906e0011eabe5f9363acaf45c4-covid-cxr-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36fe6376065e446b3b2fb2985a000abe553c2a982f89ac22f5a3142ed4446021 +size 964 diff --git a/MendeleyCXR/labels/Darwin_00006803_article_river_e4d185c06e3511eaa2321d8ab357a1de-c1mn.png b/MendeleyCXR/labels/Darwin_00006803_article_river_e4d185c06e3511eaa2321d8ab357a1de-c1mn.png new file mode 100644 index 0000000000000000000000000000000000000000..00bd4f61039f236eb75efa1e1fe33c5d31fcd2bc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006803_article_river_e4d185c06e3511eaa2321d8ab357a1de-c1mn.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:745c73802454c32aa1aace579fd7f11f272b6f0193c1bd3d276792832902d26a +size 1326 diff --git a/MendeleyCXR/labels/Darwin_00006804_aspiration-pneumonia-5-day0.png b/MendeleyCXR/labels/Darwin_00006804_aspiration-pneumonia-5-day0.png new file mode 100644 index 0000000000000000000000000000000000000000..4bd8ccd8690705e698eac38f4a3b2a8956434355 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006804_aspiration-pneumonia-5-day0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06ed0753d6c5f281285914a2b057ecc372298e102304fede14b9d4c26190f6d7 +size 1147 diff --git a/MendeleyCXR/labels/Darwin_00006805_aspiration-pneumonia-5-day3.png b/MendeleyCXR/labels/Darwin_00006805_aspiration-pneumonia-5-day3.png new file mode 100644 index 0000000000000000000000000000000000000000..f5747a48f606e0ba0ec6fff47f8746b4e43fb27d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006805_aspiration-pneumonia-5-day3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:273c30636fb0f1f232580ce5496d1a4f26e99e8d47d33dda6611dc37483d68f9 +size 1240 diff --git a/MendeleyCXR/labels/Darwin_00006806_aspiration-pneumonia-5-day10.png b/MendeleyCXR/labels/Darwin_00006806_aspiration-pneumonia-5-day10.png new file mode 100644 index 0000000000000000000000000000000000000000..0b1acd7c541477f6959e7fa281f528ed8e22a973 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006806_aspiration-pneumonia-5-day10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d7e33e27ff7348b82162e7a041cc606d2b2a3127d4e72a2adb95874fad9b11b +size 1013 diff --git a/MendeleyCXR/labels/Darwin_00006807_aspiration-pneumonia-5-day27.png b/MendeleyCXR/labels/Darwin_00006807_aspiration-pneumonia-5-day27.png new file mode 100644 index 0000000000000000000000000000000000000000..50ffa659ac52db58e14543bcdc735388ae60bc30 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006807_aspiration-pneumonia-5-day27.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea75c0f946aa5d9cd06d31ce039c16d2c0b2874461d7c406ecfe3e5e7f5734af +size 1243 diff --git a/MendeleyCXR/labels/Darwin_00006809_auntminnie-a-2020_01_28_23_51_6665_2020_01_28_Vietnam_coronavirus.png b/MendeleyCXR/labels/Darwin_00006809_auntminnie-a-2020_01_28_23_51_6665_2020_01_28_Vietnam_coronavirus.png new file mode 100644 index 0000000000000000000000000000000000000000..61c9e8d8fc86b6b59b1ea79cbe1280036fe66088 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006809_auntminnie-a-2020_01_28_23_51_6665_2020_01_28_Vietnam_coronavirus.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd9300650bc60b6b6d7caf98a9bec86d078a6e800cb25cdccaaf913e57b30078 +size 1269 diff --git a/MendeleyCXR/labels/Darwin_00006810_auntminnie-b-2020_01_28_23_51_6665_2020_01_28_Vietnam_coronavirus.png b/MendeleyCXR/labels/Darwin_00006810_auntminnie-b-2020_01_28_23_51_6665_2020_01_28_Vietnam_coronavirus.png new file mode 100644 index 0000000000000000000000000000000000000000..86879cee70ba24b8c184a08b56ae0f2012361f1a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006810_auntminnie-b-2020_01_28_23_51_6665_2020_01_28_Vietnam_coronavirus.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e5d2bd5385d30dd9632ee6530a6a206668ff2f78ff6ff3f27511ae4297a693f +size 1202 diff --git a/MendeleyCXR/labels/Darwin_00006811_auntminnie-c-2020_01_28_23_51_6665_2020_01_28_Vietnam_coronavirus.png b/MendeleyCXR/labels/Darwin_00006811_auntminnie-c-2020_01_28_23_51_6665_2020_01_28_Vietnam_coronavirus.png new file mode 100644 index 0000000000000000000000000000000000000000..ecf0b35eef57fc5dec94eedfdf6bd1774eab4ac1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006811_auntminnie-c-2020_01_28_23_51_6665_2020_01_28_Vietnam_coronavirus.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f92895cf9f3c51725418744116220c0f3212a1addacc36d018a072ee9a234ff6 +size 1408 diff --git a/MendeleyCXR/labels/Darwin_00006812_auntminnie-d-2020_01_28_23_51_6665_2020_01_28_Vietnam_coronavirus.png b/MendeleyCXR/labels/Darwin_00006812_auntminnie-d-2020_01_28_23_51_6665_2020_01_28_Vietnam_coronavirus.png new file mode 100644 index 0000000000000000000000000000000000000000..f37d6687082723ed15c09596695b9a0a33c42619 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006812_auntminnie-d-2020_01_28_23_51_6665_2020_01_28_Vietnam_coronavirus.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e4e01ea7b7e18b3cd0390be241a1f7ee6edc9e69617f762e40ebf50b6440678 +size 1406 diff --git a/MendeleyCXR/labels/Darwin_00006813_B2D20576-00B7-4519-A415-72DE29C90C34.png b/MendeleyCXR/labels/Darwin_00006813_B2D20576-00B7-4519-A415-72DE29C90C34.png new file mode 100644 index 0000000000000000000000000000000000000000..4443ecad58faba6893c4eb057a77691d534dbd83 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006813_B2D20576-00B7-4519-A415-72DE29C90C34.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f2f49cb48ef46362d7fddd5c7831bbfdfe54d5c76ed6a1632e90880ffdacf5b +size 1475 diff --git a/MendeleyCXR/labels/Darwin_00006814_b39f5cf9.png b/MendeleyCXR/labels/Darwin_00006814_b39f5cf9.png new file mode 100644 index 0000000000000000000000000000000000000000..4d3e535e2889f62ffaebcb4c7d561c49e13fac35 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006814_b39f5cf9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3553933138de52632ae5af6ae68a19aa395861ac9d59bfebcf070c72fcdab89b +size 1212 diff --git a/MendeleyCXR/labels/Darwin_00006815_B59DD164-51D5-40DF-A926-6A42DD52EBE8.png b/MendeleyCXR/labels/Darwin_00006815_B59DD164-51D5-40DF-A926-6A42DD52EBE8.png new file mode 100644 index 0000000000000000000000000000000000000000..79e46bc9021e3c6af98c29d4600daa4e24f85a03 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006815_B59DD164-51D5-40DF-A926-6A42DD52EBE8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c80c2ef4fff0636926e4528021eabc5ce6e645d62a6b897594d170018cd6b17 +size 1201 diff --git a/MendeleyCXR/labels/Darwin_00006816_b343e657.png b/MendeleyCXR/labels/Darwin_00006816_b343e657.png new file mode 100644 index 0000000000000000000000000000000000000000..d40e33807183fef765e7f1cc215d3a3bf8156abd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006816_b343e657.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf0528d185a9a39abe9560c9d285a257c6d66651035f39e7172fe9b4df68e52a +size 1295 diff --git a/MendeleyCXR/labels/Darwin_00006817_b9673e89.png b/MendeleyCXR/labels/Darwin_00006817_b9673e89.png new file mode 100644 index 0000000000000000000000000000000000000000..c7416010ca019b2106ad343db3b7235c84146b34 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006817_b9673e89.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c92582a00e190eb57ad1cf4f80a5dce0b98e0979f205fdef916bc4aa0fdd8268 +size 1155 diff --git a/MendeleyCXR/labels/Darwin_00006818_bb0e626a.png b/MendeleyCXR/labels/Darwin_00006818_bb0e626a.png new file mode 100644 index 0000000000000000000000000000000000000000..11c793515597bd16a9ea1cce2962a552bdcc6b07 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006818_bb0e626a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e53a1daa4781942d77ba0d38604036ee91dba26fdf8ae2b0808ccfa9f0c91185 +size 1265 diff --git a/MendeleyCXR/labels/Darwin_00006819_bd3ceeb6.png b/MendeleyCXR/labels/Darwin_00006819_bd3ceeb6.png new file mode 100644 index 0000000000000000000000000000000000000000..a4cadef5819534c3ef0f97e75452091795fba588 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006819_bd3ceeb6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7940de8c786fa96c67d481fcdf88923fbf2659288a89167dfd165d2f7a1fd63 +size 1355 diff --git a/MendeleyCXR/labels/Darwin_00006820_bd10d5e2.png b/MendeleyCXR/labels/Darwin_00006820_bd10d5e2.png new file mode 100644 index 0000000000000000000000000000000000000000..ec7de7e9cf3a7ab178cc0e5680f2d14b02a805ac --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006820_bd10d5e2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a62cdde1d16019991eaab27d7f7bf7d9c512a98c94a23cdc16415d30eb517a7c +size 992 diff --git a/MendeleyCXR/labels/Darwin_00006821_bfefde5d.png b/MendeleyCXR/labels/Darwin_00006821_bfefde5d.png new file mode 100644 index 0000000000000000000000000000000000000000..9092e7cbb649ce9ff7c386742a4af3da1bba5ef1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006821_bfefde5d.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d22495f7e1d507995b0c645ae5bb85f8a815ecb153593c0d42ba9e72e1a172cb +size 1208 diff --git a/MendeleyCXR/labels/Darwin_00006823_c0f74558.png b/MendeleyCXR/labels/Darwin_00006823_c0f74558.png new file mode 100644 index 0000000000000000000000000000000000000000..4516d87ef85956438c44c64ec5dff24943f9856e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006823_c0f74558.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0805af5e3a45f72b37a632028840ba8c94e0fbcc9de18ac88da16884230ece97 +size 1123 diff --git a/MendeleyCXR/labels/Darwin_00006824_C6EA0BE5-B01E-4113-B194-18D956675E25.png b/MendeleyCXR/labels/Darwin_00006824_C6EA0BE5-B01E-4113-B194-18D956675E25.png new file mode 100644 index 0000000000000000000000000000000000000000..9cb06dd6339fd1960682cf5262cc7695bc0632d3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006824_C6EA0BE5-B01E-4113-B194-18D956675E25.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93c4618a2863beda8eec557269e8fbe53827312a7f5ec220e9befbaeeb2420ca +size 1522 diff --git a/MendeleyCXR/labels/Darwin_00006825_c601f50d.png b/MendeleyCXR/labels/Darwin_00006825_c601f50d.png new file mode 100644 index 0000000000000000000000000000000000000000..2c111630d8c58f8ea4b4b7ecd73fef4aec77b2f6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006825_c601f50d.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a0bc9f72ef7c1ddae1cb07c1823a73bfb18a084191e05f8414c2a5eb3c13940 +size 1103 diff --git a/MendeleyCXR/labels/Darwin_00006826_c828e894.png b/MendeleyCXR/labels/Darwin_00006826_c828e894.png new file mode 100644 index 0000000000000000000000000000000000000000..b946392b77e82b486fd290a25104afaf391a9970 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006826_c828e894.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72384911c2de1750dbfbde0298c20d527aaf3b7d6d0cc2f570ff9eb3ba48ecb9 +size 1299 diff --git a/MendeleyCXR/labels/Darwin_00006827_c3829ecb.png b/MendeleyCXR/labels/Darwin_00006827_c3829ecb.png new file mode 100644 index 0000000000000000000000000000000000000000..8830fce77e65bef68995ab53b86009c1cda6ac06 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006827_c3829ecb.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a34194c47f4b4fd1db105c3d34986971e02b1b0df71c33a94a112f4d9c5a6e1 +size 1235 diff --git a/MendeleyCXR/labels/Darwin_00006828_cae2c0a9.png b/MendeleyCXR/labels/Darwin_00006828_cae2c0a9.png new file mode 100644 index 0000000000000000000000000000000000000000..7572fd64b00dfc2978e9c99f0c791f4407d79a4a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006828_cae2c0a9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcb5238a0b02433499f507b63716b3f308e3aa3a682456b39d49dc5ea44d814f +size 1264 diff --git a/MendeleyCXR/labels/Darwin_00006829_case_71_figura1.png b/MendeleyCXR/labels/Darwin_00006829_case_71_figura1.png new file mode 100644 index 0000000000000000000000000000000000000000..1498aeb52a0532f9ef1a94a7ef71696f9f1d94d4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006829_case_71_figura1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b829931fb43b399dc9fb72d0e9b50a140d95b29044a179a157021a61fd5f7b5 +size 1123 diff --git a/MendeleyCXR/labels/Darwin_00006831_case_76_1-3.png b/MendeleyCXR/labels/Darwin_00006831_case_76_1-3.png new file mode 100644 index 0000000000000000000000000000000000000000..3a77b0b0025b0546f40b73ffab2b10c0bf5aee04 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006831_case_76_1-3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:443e86c4d9c1a9ab3203c5252f0e94ccd751ed311956a2539e0ce311b051bd5d +size 1348 diff --git a/MendeleyCXR/labels/Darwin_00006833_cavitating-pneumonia-4-day0-PA.png b/MendeleyCXR/labels/Darwin_00006833_cavitating-pneumonia-4-day0-PA.png new file mode 100644 index 0000000000000000000000000000000000000000..41464d599acd503b7e11b4fe4455a92d95a15d50 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006833_cavitating-pneumonia-4-day0-PA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afa63128fdb6e8baaaa025ab588efae114e9f56b82e643872a220ef53253d12f +size 1187 diff --git a/MendeleyCXR/labels/Darwin_00006835_cavitating-pneumonia-4-day28-PA.png b/MendeleyCXR/labels/Darwin_00006835_cavitating-pneumonia-4-day28-PA.png new file mode 100644 index 0000000000000000000000000000000000000000..53bd06110ccee6fa616a612b932cb522e3a9f565 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006835_cavitating-pneumonia-4-day28-PA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:938d51ab83e25c900d0cf07f747b1d5afda46686dddb178d059c472ef9cd0949 +size 1194 diff --git a/MendeleyCXR/labels/Darwin_00006836_cb706009.png b/MendeleyCXR/labels/Darwin_00006836_cb706009.png new file mode 100644 index 0000000000000000000000000000000000000000..b1f07f8a216fd565a212e43ed8f783d0003913c4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006836_cb706009.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8ce6fc40fde9c0238100b1ac4ecf3be81799474d109026f1f090ce87e325ce2 +size 1291 diff --git a/MendeleyCXR/labels/Darwin_00006837_CD50BA96-6982-4C80-AE7B-5F67ACDBFA56.png b/MendeleyCXR/labels/Darwin_00006837_CD50BA96-6982-4C80-AE7B-5F67ACDBFA56.png new file mode 100644 index 0000000000000000000000000000000000000000..e308541228c32f689bc22c667b37a6f8f69a32eb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006837_CD50BA96-6982-4C80-AE7B-5F67ACDBFA56.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ec2c276eb20bcf7c3a34b703d0818b72eee1bd4ae50caa1cfcfe7e481acfe03 +size 1103 diff --git a/MendeleyCXR/labels/Darwin_00006839_chlamydia-pneumonia-PA.png b/MendeleyCXR/labels/Darwin_00006839_chlamydia-pneumonia-PA.png new file mode 100644 index 0000000000000000000000000000000000000000..d8fb6c57078f87a245b9e8c35cfbc7eb2b136487 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006839_chlamydia-pneumonia-PA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f64d5362de0d0d3b8ac2f1b41b86bbcd7d6f07482cfc067011754158c1f5db07 +size 1242 diff --git a/MendeleyCXR/labels/Darwin_00006844_covid-19-caso-70-1-PA.png b/MendeleyCXR/labels/Darwin_00006844_covid-19-caso-70-1-PA.png new file mode 100644 index 0000000000000000000000000000000000000000..955d4f433710823a9449d6900f5bfdaab05ba209 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006844_covid-19-caso-70-1-PA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78b04feb6166542ed196077bffea7254debe6ecdad09d992451b1cf3e8267a84 +size 1182 diff --git a/MendeleyCXR/labels/Darwin_00006845_covid-19-caso-70-2-APS.png b/MendeleyCXR/labels/Darwin_00006845_covid-19-caso-70-2-APS.png new file mode 100644 index 0000000000000000000000000000000000000000..b85c30a919e671bb0e99dede489cee3e9e86c4eb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006845_covid-19-caso-70-2-APS.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e994b651f8a08809bd3465ad11930075c7f234907675d52aa1c1ea8ec1eab12 +size 1240 diff --git a/MendeleyCXR/labels/Darwin_00006847_covid-19-caso-85-1-9.png b/MendeleyCXR/labels/Darwin_00006847_covid-19-caso-85-1-9.png new file mode 100644 index 0000000000000000000000000000000000000000..5382ba8b3ea2925fbb818782080aa5bc8708df42 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006847_covid-19-caso-85-1-9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a90fb5ec3193efd3b97a823f256435fef57d8520eaba7adf7b6312f13a7debb +size 1121 diff --git a/MendeleyCXR/labels/Darwin_00006848_covid-19-caso-85-4-6.png b/MendeleyCXR/labels/Darwin_00006848_covid-19-caso-85-4-6.png new file mode 100644 index 0000000000000000000000000000000000000000..4ef935825afe1bac0aa7c803de7094e706a141b8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006848_covid-19-caso-85-4-6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e8e4dd1f1125292819fc792d73505c946de78d08a5e296b9a57801d42736fc5 +size 1071 diff --git a/MendeleyCXR/labels/Darwin_00006849_covid-19-caso-85-5-4.png b/MendeleyCXR/labels/Darwin_00006849_covid-19-caso-85-5-4.png new file mode 100644 index 0000000000000000000000000000000000000000..94f7ccd7ab472a1051768f44fddf6e00a987c07b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006849_covid-19-caso-85-5-4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:629a4ead575a922d48526b58122808ed1bbd855e3fe58a6d55bfc10464de5b9f +size 1220 diff --git a/MendeleyCXR/labels/Darwin_00006850_covid-19-caso-86-Rx-torace-1.png b/MendeleyCXR/labels/Darwin_00006850_covid-19-caso-86-Rx-torace-1.png new file mode 100644 index 0000000000000000000000000000000000000000..0895bd4e0135aaa49da9859c9a01218c83b4fa53 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006850_covid-19-caso-86-Rx-torace-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e738667d97e6711d99de342d9e4dc1013c60890f7efa9cc09bbbec84472673c +size 1141 diff --git a/MendeleyCXR/labels/Darwin_00006851_covid-19-caso-86-RX-Torace-2.png b/MendeleyCXR/labels/Darwin_00006851_covid-19-caso-86-RX-Torace-2.png new file mode 100644 index 0000000000000000000000000000000000000000..1f5ad84de9064f242e5ae827de3afd168272d94c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006851_covid-19-caso-86-RX-Torace-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2719c833a43888f5f4760d1f3fbdd32565fcf49e14bcce2d6d2a4e9d78332eb1 +size 1234 diff --git a/MendeleyCXR/labels/Darwin_00006852_covid-19-caso-91-1-12.png b/MendeleyCXR/labels/Darwin_00006852_covid-19-caso-91-1-12.png new file mode 100644 index 0000000000000000000000000000000000000000..64357521abbf178515d30b613b6863211d751a96 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006852_covid-19-caso-91-1-12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:847955770b077a27d2ad46ae5906ee349404d30253baa8ce86c455a3dc07e85c +size 1164 diff --git a/MendeleyCXR/labels/Darwin_00006854_covid-19-caso-94-1-14.png b/MendeleyCXR/labels/Darwin_00006854_covid-19-caso-94-1-14.png new file mode 100644 index 0000000000000000000000000000000000000000..9d494e02d0203a23f5a9dbd197b90c1b0a15021d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006854_covid-19-caso-94-1-14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fb2af104614250a0ef8261d011221e9839a2fe0312c8577c443d1e8986f0934 +size 1134 diff --git a/MendeleyCXR/labels/Darwin_00006855_covid-19-caso-95-1-15.png b/MendeleyCXR/labels/Darwin_00006855_covid-19-caso-95-1-15.png new file mode 100644 index 0000000000000000000000000000000000000000..b9c4b14a076069a233bc4e90802687b319f3fb83 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006855_covid-19-caso-95-1-15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8a538680f055aa6bc2597cc3f4ecaadc7e8d1b03c42c9883989fb1571c3ce6b +size 914 diff --git a/MendeleyCXR/labels/Darwin_00006857_covid-19-caso-95-3-14.png b/MendeleyCXR/labels/Darwin_00006857_covid-19-caso-95-3-14.png new file mode 100644 index 0000000000000000000000000000000000000000..278e426023e3eef3ab265a0f144b72549dd28952 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006857_covid-19-caso-95-3-14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e617ad7f82ae8dcde7a47c5a07191ed22e22e8efb8143bb7fc0b446ed65be2a9 +size 1011 diff --git a/MendeleyCXR/labels/Darwin_00006859_covid-19-caso-99-1-19.png b/MendeleyCXR/labels/Darwin_00006859_covid-19-caso-99-1-19.png new file mode 100644 index 0000000000000000000000000000000000000000..8541f867ee15b34f3ee85ba1140d6099b9d09b58 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006859_covid-19-caso-99-1-19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03ccedfad48818e0995416c16874d10235d9c7ee6a4221cba3f74896d1c5ed45 +size 1120 diff --git a/MendeleyCXR/labels/Darwin_00006860_covid-19-caso-111-1-21.png b/MendeleyCXR/labels/Darwin_00006860_covid-19-caso-111-1-21.png new file mode 100644 index 0000000000000000000000000000000000000000..b697dc16c4a506162fc90a08f18abf7ba6b71fa4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006860_covid-19-caso-111-1-21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72d12f051ba7e671f4533145caa9fd0e78cadd1e2b618cb7fa81331aee547b63 +size 1005 diff --git a/MendeleyCXR/labels/Darwin_00006862_covid-19-infection-exclusive-gastrointestinal-symptoms-pa.png b/MendeleyCXR/labels/Darwin_00006862_covid-19-infection-exclusive-gastrointestinal-symptoms-pa.png new file mode 100644 index 0000000000000000000000000000000000000000..67c78b13175de48ae7f1ae4615ba851bf4f64713 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006862_covid-19-infection-exclusive-gastrointestinal-symptoms-pa.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cb7c270dff2fa80dabc7d2e4ba5a6587bfe002a27a517ec1f149b77ea868518 +size 1267 diff --git a/MendeleyCXR/labels/Darwin_00006863_covid-19-pneumonia-2.png b/MendeleyCXR/labels/Darwin_00006863_covid-19-pneumonia-2.png new file mode 100644 index 0000000000000000000000000000000000000000..64f73c89e7e87bc08258069c4b5a943367c9f847 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006863_covid-19-pneumonia-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf619ad86ac8b85adaa1fd30ee9437a5ab94f0e4d012a46e8b4eb72ef52c93db +size 988 diff --git a/MendeleyCXR/labels/Darwin_00006865_covid-19-pneumonia-7-PA.png b/MendeleyCXR/labels/Darwin_00006865_covid-19-pneumonia-7-PA.png new file mode 100644 index 0000000000000000000000000000000000000000..5b322f603f40701c8a96cc932d8cd74461cc3281 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006865_covid-19-pneumonia-7-PA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d0d6f8ca53d0139fdfeeb7516e4ed86efb0f107d2b86ca79061cd7189d16c4a +size 1162 diff --git a/MendeleyCXR/labels/Darwin_00006866_covid-19-pneumonia-8.png b/MendeleyCXR/labels/Darwin_00006866_covid-19-pneumonia-8.png new file mode 100644 index 0000000000000000000000000000000000000000..2a35601af3c09c414ff482a02267f241a192e3aa --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006866_covid-19-pneumonia-8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e0d10656796f36559279a567b30df1c2e8f585e51aa63ea99bc7ffd603949a0 +size 744 diff --git a/MendeleyCXR/labels/Darwin_00006867_covid-19-pneumonia-12.png b/MendeleyCXR/labels/Darwin_00006867_covid-19-pneumonia-12.png new file mode 100644 index 0000000000000000000000000000000000000000..45b0fb88c4362bdaa6839005cc86d5993a538d85 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006867_covid-19-pneumonia-12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cc503a048072a0f359b94a7152d750be8ac11ed4a82d56f525928c7f2aa67f5 +size 1220 diff --git a/MendeleyCXR/labels/Darwin_00006869_covid-19-pneumonia-14-PA.png b/MendeleyCXR/labels/Darwin_00006869_covid-19-pneumonia-14-PA.png new file mode 100644 index 0000000000000000000000000000000000000000..ed1b683f7e53d6e050a06ecb93c9abccd56749de --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006869_covid-19-pneumonia-14-PA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79a5f5e875a0cc30c6d6ac53a79b22ca8348d0d34a278f9a5d092d10e02c3064 +size 1215 diff --git a/MendeleyCXR/labels/Darwin_00006871_covid-19-pneumonia-15-PA.png b/MendeleyCXR/labels/Darwin_00006871_covid-19-pneumonia-15-PA.png new file mode 100644 index 0000000000000000000000000000000000000000..626cdb015032fab08e714dcf37c85a93429d299d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006871_covid-19-pneumonia-15-PA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3ca46f1d4e8d53e09d5881d3cb7da8858ff3467029be1c2bf8b73df4bcdbdfe +size 1207 diff --git a/MendeleyCXR/labels/Darwin_00006872_covid-19-pneumonia-19.png b/MendeleyCXR/labels/Darwin_00006872_covid-19-pneumonia-19.png new file mode 100644 index 0000000000000000000000000000000000000000..af5d89584b80c92de7bf352a0aec17ee9ec4a3a6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006872_covid-19-pneumonia-19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f63e46a326436132b0155041706e172fca8f4c15cae2c6b79d793550843559bf +size 1145 diff --git a/MendeleyCXR/labels/Darwin_00006874_covid-19-pneumonia-20-pa-on-admission.png b/MendeleyCXR/labels/Darwin_00006874_covid-19-pneumonia-20-pa-on-admission.png new file mode 100644 index 0000000000000000000000000000000000000000..552c4a17b77b1a312800aa29a6b56c783864f087 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006874_covid-19-pneumonia-20-pa-on-admission.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09a1775141e2a3096427ab92fad4b3f6b2f40b0fb3bffb86cbc6314302e5012e +size 1222 diff --git a/MendeleyCXR/labels/Darwin_00006875_covid-19-pneumonia-20.png b/MendeleyCXR/labels/Darwin_00006875_covid-19-pneumonia-20.png new file mode 100644 index 0000000000000000000000000000000000000000..eb246ab84fd3cb3917e5f8d7488e2492543a351e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006875_covid-19-pneumonia-20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80cc63ff2e6ac85458af22ef42b6eaa24930b386ec65adff2aea31e876996e86 +size 1342 diff --git a/MendeleyCXR/labels/Darwin_00006877_covid-19-pneumonia-22-day1-pa.png b/MendeleyCXR/labels/Darwin_00006877_covid-19-pneumonia-22-day1-pa.png new file mode 100644 index 0000000000000000000000000000000000000000..69217331dcd603a9bba44189ca2bb64de65a7d7b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006877_covid-19-pneumonia-22-day1-pa.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d1828cf1567fd55d035666b1263dfece27be031cd67615e8bee521a897303be +size 853 diff --git a/MendeleyCXR/labels/Darwin_00006878_covid-19-pneumonia-22-day2-pa.png b/MendeleyCXR/labels/Darwin_00006878_covid-19-pneumonia-22-day2-pa.png new file mode 100644 index 0000000000000000000000000000000000000000..68ef35394a72eb0cb77d9500d7ede6ed7b93de6c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006878_covid-19-pneumonia-22-day2-pa.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bac3d24be6da5f385a3e1c156213c173f338509eb341cf79347a8d84476a2dc9 +size 1008 diff --git a/MendeleyCXR/labels/Darwin_00006879_covid-19-pneumonia-23-day1.png b/MendeleyCXR/labels/Darwin_00006879_covid-19-pneumonia-23-day1.png new file mode 100644 index 0000000000000000000000000000000000000000..bf27d4cee85ad7371a33c67e7798035d39969029 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006879_covid-19-pneumonia-23-day1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca901a5d899bd979f605c7e05d4acc411b76fa60165ae5544ecc676005c8e200 +size 1132 diff --git a/MendeleyCXR/labels/Darwin_00006880_covid-19-pneumonia-23-day3.png b/MendeleyCXR/labels/Darwin_00006880_covid-19-pneumonia-23-day3.png new file mode 100644 index 0000000000000000000000000000000000000000..9a63147f67568d33d5aa590798cfd209b7f71f2c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006880_covid-19-pneumonia-23-day3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:083b2a064f62b00646546f2d4d9819b877eb3e3b4dcb0b782042259ff0d0e301 +size 1276 diff --git a/MendeleyCXR/labels/Darwin_00006881_covid-19-pneumonia-23-day9.png b/MendeleyCXR/labels/Darwin_00006881_covid-19-pneumonia-23-day9.png new file mode 100644 index 0000000000000000000000000000000000000000..904b0143e982be5bb266eb3bd044c3445883f837 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006881_covid-19-pneumonia-23-day9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:354675c434a1e85fac6711f92a39f417124bd7aa60fe67278484ea9cb5d92428 +size 1317 diff --git a/MendeleyCXR/labels/Darwin_00006882_covid-19-pneumonia-24-day6.png b/MendeleyCXR/labels/Darwin_00006882_covid-19-pneumonia-24-day6.png new file mode 100644 index 0000000000000000000000000000000000000000..7c147d2bc8378b4201d445565dcd39ba80245379 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006882_covid-19-pneumonia-24-day6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:864c4b5029683e3eeb70b80959c7957b3fc91a9f83bae56de918e0fc5018b98e +size 1060 diff --git a/MendeleyCXR/labels/Darwin_00006883_covid-19-pneumonia-24-day7.png b/MendeleyCXR/labels/Darwin_00006883_covid-19-pneumonia-24-day7.png new file mode 100644 index 0000000000000000000000000000000000000000..5ce130dd71c677c898e49cb9afbc851c0628468f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006883_covid-19-pneumonia-24-day7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63bbd6829655ce3e8d4d06d6b7abd330ce8b0d375494700f79c8b52e0ef19c2e +size 1142 diff --git a/MendeleyCXR/labels/Darwin_00006884_covid-19-pneumonia-24-day12.png b/MendeleyCXR/labels/Darwin_00006884_covid-19-pneumonia-24-day12.png new file mode 100644 index 0000000000000000000000000000000000000000..90ddf3cada0a0e3c15288453b3a5ecf43392b07d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006884_covid-19-pneumonia-24-day12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b53f4cf032ab716a7972552c79bdd936988b2e544aac8784d1c71547cadd4a0 +size 1199 diff --git a/MendeleyCXR/labels/Darwin_00006885_covid-19-pneumonia-28.png b/MendeleyCXR/labels/Darwin_00006885_covid-19-pneumonia-28.png new file mode 100644 index 0000000000000000000000000000000000000000..dec24dabf1d60e8fcdf988f32ae97ecf92c744ff --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006885_covid-19-pneumonia-28.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdf1362efe32ebe2ac4d6f58e68305c7292204af56fce17c45bc2a0afc175588 +size 1053 diff --git a/MendeleyCXR/labels/Darwin_00006887_covid-19-pneumonia-30-PA.png b/MendeleyCXR/labels/Darwin_00006887_covid-19-pneumonia-30-PA.png new file mode 100644 index 0000000000000000000000000000000000000000..8eb7938664887b35b361252d114d4504d1a5feb2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006887_covid-19-pneumonia-30-PA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9dbc400e6541c885e6c851b9afd14b6569f6c8bab03f07fd9e223529c9dd607 +size 1307 diff --git a/MendeleyCXR/labels/Darwin_00006888_covid-19-pneumonia-34.png b/MendeleyCXR/labels/Darwin_00006888_covid-19-pneumonia-34.png new file mode 100644 index 0000000000000000000000000000000000000000..9781ef04ed04f477ffe8f7a9409cba91e31241de --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006888_covid-19-pneumonia-34.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c288a04ccc8d70822f162c391ea0287d7b7aecc992bea95cb44000aa76692f9 +size 1489 diff --git a/MendeleyCXR/labels/Darwin_00006889_covid-19-pneumonia-35-1.png b/MendeleyCXR/labels/Darwin_00006889_covid-19-pneumonia-35-1.png new file mode 100644 index 0000000000000000000000000000000000000000..7fe0e7cd0cbb5b96e82fbd69793ddf17615ddd42 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006889_covid-19-pneumonia-35-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:952b7de0a3f168313abdc599eb77f8e77e86e571698bd91b6ddac22a03b9ff27 +size 1279 diff --git a/MendeleyCXR/labels/Darwin_00006890_covid-19-pneumonia-35-2.png b/MendeleyCXR/labels/Darwin_00006890_covid-19-pneumonia-35-2.png new file mode 100644 index 0000000000000000000000000000000000000000..fb8b57a3127b77f541048844ebafa403cf4d4df0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006890_covid-19-pneumonia-35-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a33c767f394d59e2272b769f0e42a59ca33f2651180d4333083710e1b518312 +size 1268 diff --git a/MendeleyCXR/labels/Darwin_00006892_covid-19-pneumonia-38-pa.png b/MendeleyCXR/labels/Darwin_00006892_covid-19-pneumonia-38-pa.png new file mode 100644 index 0000000000000000000000000000000000000000..22749073ad9a509c49e3c7151b9bf6b7b4da3053 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006892_covid-19-pneumonia-38-pa.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c78dad7cd7af0f6b0fe1c22799673cfba059c59b885286c72dee633bccb6585 +size 1124 diff --git a/MendeleyCXR/labels/Darwin_00006893_covid-19-pneumonia-40.png b/MendeleyCXR/labels/Darwin_00006893_covid-19-pneumonia-40.png new file mode 100644 index 0000000000000000000000000000000000000000..5a0126226e62974b649473d53a0aa08afc35e23c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006893_covid-19-pneumonia-40.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a636db70b665986e6ee07207f7d423965523d3bf3b2d1b6395d80b9651bbf1e0 +size 1108 diff --git a/MendeleyCXR/labels/Darwin_00006894_covid-19-pneumonia-41-day-0.png b/MendeleyCXR/labels/Darwin_00006894_covid-19-pneumonia-41-day-0.png new file mode 100644 index 0000000000000000000000000000000000000000..8cd05564b81aca31b8d27238c6d84e1bcfed41e7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006894_covid-19-pneumonia-41-day-0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c93d5ad22bed2606289e4304f31bb36e829c569af2f9043c7440d539bd457da +size 1002 diff --git a/MendeleyCXR/labels/Darwin_00006895_covid-19-pneumonia-41-day-2.png b/MendeleyCXR/labels/Darwin_00006895_covid-19-pneumonia-41-day-2.png new file mode 100644 index 0000000000000000000000000000000000000000..894ad2c239c53bf62625ca3aea3d2e3f3ebbf65b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006895_covid-19-pneumonia-41-day-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd98e5b29fe002637370ffd373af7ed303dc69fb6f3c5c941ee862e5e3b7834e +size 1015 diff --git a/MendeleyCXR/labels/Darwin_00006896_covid-19-pneumonia-42.png b/MendeleyCXR/labels/Darwin_00006896_covid-19-pneumonia-42.png new file mode 100644 index 0000000000000000000000000000000000000000..edebe80f0a52c882f1336816f1e8c89cdd0c681c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006896_covid-19-pneumonia-42.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:651232cdf6f2249a2098f800c64462f687e230ed51fa75c2a11e1497c060c6cc +size 1088 diff --git a/MendeleyCXR/labels/Darwin_00006897_covid-19-pneumonia-43-day0.png b/MendeleyCXR/labels/Darwin_00006897_covid-19-pneumonia-43-day0.png new file mode 100644 index 0000000000000000000000000000000000000000..cf25f95bfef0ad3e4f2182c4a9835da11934e0ab --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006897_covid-19-pneumonia-43-day0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12fc3be15011c4dc5bb9596caccac034f0d343eda8c137214b03ea94b5f3fe88 +size 1156 diff --git a/MendeleyCXR/labels/Darwin_00006898_covid-19-pneumonia-43-day2.png b/MendeleyCXR/labels/Darwin_00006898_covid-19-pneumonia-43-day2.png new file mode 100644 index 0000000000000000000000000000000000000000..6593b0bc6e351d886a09b38ee3057efb426b7ae3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006898_covid-19-pneumonia-43-day2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a42b8587526933d55f3bb9e0df35fda07f82fd8fa7bf743a75265d3ca718cd09 +size 1161 diff --git a/MendeleyCXR/labels/Darwin_00006899_covid-19-pneumonia-44-day-0.png b/MendeleyCXR/labels/Darwin_00006899_covid-19-pneumonia-44-day-0.png new file mode 100644 index 0000000000000000000000000000000000000000..bbc8885ff28a9bbf94c8e6f56f363c2ed565d724 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006899_covid-19-pneumonia-44-day-0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52a96099d9498c0a88e5979d94b0a41d0739fb5b0e63052f3ba6dd53f829a127 +size 1213 diff --git a/MendeleyCXR/labels/Darwin_00006900_covid-19-pneumonia-44-day-8.png b/MendeleyCXR/labels/Darwin_00006900_covid-19-pneumonia-44-day-8.png new file mode 100644 index 0000000000000000000000000000000000000000..02efa7b0cee01c96460b1ee4c8ab9237ac49f9a3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006900_covid-19-pneumonia-44-day-8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b9998bfaa8b0027f96373d241e1b4f43624794b8de8fb6c8010f63534a11efe +size 1338 diff --git a/MendeleyCXR/labels/Darwin_00006901_covid-19-pneumonia-49-day4.png b/MendeleyCXR/labels/Darwin_00006901_covid-19-pneumonia-49-day4.png new file mode 100644 index 0000000000000000000000000000000000000000..841ff28f1ea869ad7b2fcf83352b4fa08b4f819c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006901_covid-19-pneumonia-49-day4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89b769bd4fa8f713cdb7f193cff3081cb14c646434446638bb6868ee69afa136 +size 1087 diff --git a/MendeleyCXR/labels/Darwin_00006902_covid-19-pneumonia-49-day8.png b/MendeleyCXR/labels/Darwin_00006902_covid-19-pneumonia-49-day8.png new file mode 100644 index 0000000000000000000000000000000000000000..b4d9d7c7b92337913403b5e91814bf206978bcdd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006902_covid-19-pneumonia-49-day8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5c1b106dffebe6016f897f53c46c74d569d1e6492c1d0fc9b8be9b51c441b4d +size 1117 diff --git a/MendeleyCXR/labels/Darwin_00006903_covid-19-pneumonia-53.png b/MendeleyCXR/labels/Darwin_00006903_covid-19-pneumonia-53.png new file mode 100644 index 0000000000000000000000000000000000000000..8df382ca3fe5c6c22bb74d9c79ad4a9ef5406528 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006903_covid-19-pneumonia-53.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dab454b8230366a09ea86c9466940569fbaf4b955cb0a029ee83f3d7318ecc63 +size 1337 diff --git a/MendeleyCXR/labels/Darwin_00006904_covid-19-pneumonia-58-day-3.png b/MendeleyCXR/labels/Darwin_00006904_covid-19-pneumonia-58-day-3.png new file mode 100644 index 0000000000000000000000000000000000000000..ba0fba72fa191590fd1b4767278c8170323e7877 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006904_covid-19-pneumonia-58-day-3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b8f6ba89bbeb5fe521547107ed3e2c9457061f637e40b7365e952d2340e6437 +size 1037 diff --git a/MendeleyCXR/labels/Darwin_00006905_covid-19-pneumonia-58-day-7.png b/MendeleyCXR/labels/Darwin_00006905_covid-19-pneumonia-58-day-7.png new file mode 100644 index 0000000000000000000000000000000000000000..c445306a1c3f10b3efe90cacc75b2f5e0d7c6aaf --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006905_covid-19-pneumonia-58-day-7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:855bae2ead68d1a004b8a8d62bb44b5d50e2b9aadadc96e067c399a1bd961f11 +size 1083 diff --git a/MendeleyCXR/labels/Darwin_00006906_covid-19-pneumonia-58-day-9.png b/MendeleyCXR/labels/Darwin_00006906_covid-19-pneumonia-58-day-9.png new file mode 100644 index 0000000000000000000000000000000000000000..e88f303b2c53a90cb931492adede342337bcfb5e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006906_covid-19-pneumonia-58-day-9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80492596dd2ae9b79ef0998b15b07f15be7297f2554f72a5bdf9bdba43e71fc8 +size 1106 diff --git a/MendeleyCXR/labels/Darwin_00006907_covid-19-pneumonia-58-day-10.png b/MendeleyCXR/labels/Darwin_00006907_covid-19-pneumonia-58-day-10.png new file mode 100644 index 0000000000000000000000000000000000000000..6a69a02cffb481d1c3f36f9d7456540c2446489d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006907_covid-19-pneumonia-58-day-10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:174987021b3bd1abc5c39dba6c6b48be85137703b527d711ed11b8090ab26383 +size 1054 diff --git a/MendeleyCXR/labels/Darwin_00006908_covid-19-pneumonia-58-prior.png b/MendeleyCXR/labels/Darwin_00006908_covid-19-pneumonia-58-prior.png new file mode 100644 index 0000000000000000000000000000000000000000..b142d3bc96447269be67effafc7fa07595d047d6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006908_covid-19-pneumonia-58-prior.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d464e057dbc48da404e63a23c4d19b346b069ceaec27fd0a854cc36e0835fe1 +size 1090 diff --git a/MendeleyCXR/labels/Darwin_00006910_covid-19-pneumonia-93.png b/MendeleyCXR/labels/Darwin_00006910_covid-19-pneumonia-93.png new file mode 100644 index 0000000000000000000000000000000000000000..1e63128f8e30e41f96e06dd11702feb95873defe --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006910_covid-19-pneumonia-93.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b91cd0bd9d05a53ba14f5f66863079f7b16309a8796d960447912ea36a5a9bc6 +size 1160 diff --git a/MendeleyCXR/labels/Darwin_00006911_covid-19-pneumonia-101.png b/MendeleyCXR/labels/Darwin_00006911_covid-19-pneumonia-101.png new file mode 100644 index 0000000000000000000000000000000000000000..47f01937df03d78c8bba73fe629be04c3eee2a6f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006911_covid-19-pneumonia-101.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad027ae3e6fea3ff2c4a58502e0a0e271bf35ea0cb8fdcdece4a122152bc1832 +size 1372 diff --git a/MendeleyCXR/labels/Darwin_00006912_covid-19-pneumonia-bilateral.png b/MendeleyCXR/labels/Darwin_00006912_covid-19-pneumonia-bilateral.png new file mode 100644 index 0000000000000000000000000000000000000000..24044b57d318d1f4af381dad2b896e776d045405 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006912_covid-19-pneumonia-bilateral.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25a95cc5ff60a2e0279a4d1d29ebcab744f1673c3b3cb39e00b5ba344e103f39 +size 1224 diff --git a/MendeleyCXR/labels/Darwin_00006915_covid-19-pneumonia-evolution-over-a-week-1-day3.png b/MendeleyCXR/labels/Darwin_00006915_covid-19-pneumonia-evolution-over-a-week-1-day3.png new file mode 100644 index 0000000000000000000000000000000000000000..afe6ca5f5e0a804e02feb1e220a06e26ea358fb2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006915_covid-19-pneumonia-evolution-over-a-week-1-day3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a25e43541c1d640c972247496f49c351127b7a9cd7be7ab36e43c905d5f4a817 +size 1242 diff --git a/MendeleyCXR/labels/Darwin_00006916_covid-19-pneumonia-evolution-over-a-week-1-day4.png b/MendeleyCXR/labels/Darwin_00006916_covid-19-pneumonia-evolution-over-a-week-1-day4.png new file mode 100644 index 0000000000000000000000000000000000000000..d6181c734e87c663388cca8f00c9f4f116120537 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006916_covid-19-pneumonia-evolution-over-a-week-1-day4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dea9f5f3186e7f3afd976a21caf98b44b6b3d58d2c1c245cd6a25a2ba3e8256 +size 1181 diff --git a/MendeleyCXR/labels/Darwin_00006917_covid-19-pneumonia-evolution-over-a-week-1-day6.png b/MendeleyCXR/labels/Darwin_00006917_covid-19-pneumonia-evolution-over-a-week-1-day6.png new file mode 100644 index 0000000000000000000000000000000000000000..adbb8843f408a70a1446466a8313434c351f295c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006917_covid-19-pneumonia-evolution-over-a-week-1-day6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6f85af1c830eeb5d46d1b7496c89867d541a3f027b2ff560998cea649df071c +size 1186 diff --git a/MendeleyCXR/labels/Darwin_00006918_covid-19-pneumonia-mild.png b/MendeleyCXR/labels/Darwin_00006918_covid-19-pneumonia-mild.png new file mode 100644 index 0000000000000000000000000000000000000000..47b3875591bc7a031f71369aa02ce0fb2a41171c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006918_covid-19-pneumonia-mild.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04b0010e4fc6e7d719cae1b3ab2527790dcaa1da18697eea173892377b76f86a +size 1271 diff --git a/MendeleyCXR/labels/Darwin_00006919_covid-19-pneumonia-progression-and-regression-day1.png b/MendeleyCXR/labels/Darwin_00006919_covid-19-pneumonia-progression-and-regression-day1.png new file mode 100644 index 0000000000000000000000000000000000000000..fdf414609392523f023e88cdd4f2a800c6f7cf88 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006919_covid-19-pneumonia-progression-and-regression-day1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:836630ab96189f17c1e009461c8ae22970a72b3b678fcd1c29b3d4219007601d +size 1238 diff --git a/MendeleyCXR/labels/Darwin_00006920_covid-19-pneumonia-progression-and-regression-day6.png b/MendeleyCXR/labels/Darwin_00006920_covid-19-pneumonia-progression-and-regression-day6.png new file mode 100644 index 0000000000000000000000000000000000000000..e3729d440975af84e14558489dfccbdecc5ebdad --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006920_covid-19-pneumonia-progression-and-regression-day6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ccc6daff9a1a6b38523ab410c4f36460eab3e1bd5b2e50ed92e77b775ece8e9 +size 1127 diff --git a/MendeleyCXR/labels/Darwin_00006921_covid-19-pneumonia-progression-and-regression-day11.png b/MendeleyCXR/labels/Darwin_00006921_covid-19-pneumonia-progression-and-regression-day11.png new file mode 100644 index 0000000000000000000000000000000000000000..cf83248e73fd6b885ba394f5c4bd26b5e9d1143b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006921_covid-19-pneumonia-progression-and-regression-day11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20caba2261f165518e2b76463c6505c6ff69cae5a19d1083a663007d641b1076 +size 1098 diff --git a/MendeleyCXR/labels/Darwin_00006922_covid-19-pneumonia-progression-and-regression-day13.png b/MendeleyCXR/labels/Darwin_00006922_covid-19-pneumonia-progression-and-regression-day13.png new file mode 100644 index 0000000000000000000000000000000000000000..6b7b2f8330e1e18b4a5be6adedc0cd549a6bedfc --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006922_covid-19-pneumonia-progression-and-regression-day13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2f4ab44bdc845f45da1a6f07fe988e52cb635d9fea745b81a0dfa7e05555e67 +size 1232 diff --git a/MendeleyCXR/labels/Darwin_00006923_covid-19-pneumonia-progression-and-regression-day20.png b/MendeleyCXR/labels/Darwin_00006923_covid-19-pneumonia-progression-and-regression-day20.png new file mode 100644 index 0000000000000000000000000000000000000000..2bdf3b4af2675482bab9e9c74669ec733f8f358e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006923_covid-19-pneumonia-progression-and-regression-day20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e827d5171cd9412bc049ced2ab118d095e82b5586d0732ffa47378c7d15bcac +size 1048 diff --git a/MendeleyCXR/labels/Darwin_00006924_covid-19-pneumonia-progression-and-regression-day24.png b/MendeleyCXR/labels/Darwin_00006924_covid-19-pneumonia-progression-and-regression-day24.png new file mode 100644 index 0000000000000000000000000000000000000000..cdbb5d7b9c1a296f027ac9d26e9ab4e8f54109c1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006924_covid-19-pneumonia-progression-and-regression-day24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd2b3541bab41b950baec2ad909d268abb98ef0e587a8a57c3f976812d7d7d49 +size 1320 diff --git a/MendeleyCXR/labels/Darwin_00006925_covid-19-pneumonia-progression-and-regression-day28.png b/MendeleyCXR/labels/Darwin_00006925_covid-19-pneumonia-progression-and-regression-day28.png new file mode 100644 index 0000000000000000000000000000000000000000..67de19445f4f02f2c475385138afca009b83e95d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006925_covid-19-pneumonia-progression-and-regression-day28.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63c16bde56f0c171ac0146f06ca24bce706be4649d610ff5636861bbac0e6b99 +size 1026 diff --git a/MendeleyCXR/labels/Darwin_00006926_covid-19-pneumonia-rapidly-progressive-3-days.png b/MendeleyCXR/labels/Darwin_00006926_covid-19-pneumonia-rapidly-progressive-3-days.png new file mode 100644 index 0000000000000000000000000000000000000000..a49ded916e39ad829b2d222542ec917da8766fe4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006926_covid-19-pneumonia-rapidly-progressive-3-days.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0ad900ac0c1867670717a846c655448049a59047fca74fb86360c02beaaec07 +size 1374 diff --git a/MendeleyCXR/labels/Darwin_00006927_covid-19-pneumonia-rapidly-progressive-12-hours.png b/MendeleyCXR/labels/Darwin_00006927_covid-19-pneumonia-rapidly-progressive-12-hours.png new file mode 100644 index 0000000000000000000000000000000000000000..228cbf829d6af4721ac29fec54a7cf7d5b1edc81 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006927_covid-19-pneumonia-rapidly-progressive-12-hours.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:883e044e92b7c77a3642d68e7adfdf0bf7659c0a4c1f264493604f5898dd3e4c +size 1349 diff --git a/MendeleyCXR/labels/Darwin_00006928_covid-19-pneumonia-rapidly-progressive-admission.png b/MendeleyCXR/labels/Darwin_00006928_covid-19-pneumonia-rapidly-progressive-admission.png new file mode 100644 index 0000000000000000000000000000000000000000..354fdfee55ce55e2d3fb240ea6bd95fcd5f42f52 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006928_covid-19-pneumonia-rapidly-progressive-admission.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dd8564aa7ae26e169bb77a34c3732144a9b91567e8b5a9f0c601008dc860e38 +size 1334 diff --git a/MendeleyCXR/labels/Darwin_00006929_covid-19-rapidly-progressive-acute-respiratory-distress-syndrome-ards-admission.png b/MendeleyCXR/labels/Darwin_00006929_covid-19-rapidly-progressive-acute-respiratory-distress-syndrome-ards-admission.png new file mode 100644 index 0000000000000000000000000000000000000000..06e246e8d728c3eec3febf8e0f4cd3fd7a68cf30 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006929_covid-19-rapidly-progressive-acute-respiratory-distress-syndrome-ards-admission.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86ce2afbdda67d6e0a06a6e05edee1e4873fd3e429c34d95d668c4a57d83d3b5 +size 1232 diff --git a/MendeleyCXR/labels/Darwin_00006930_covid-19-rapidly-progressive-acute-respiratory-distress-syndrome-ards-day-1.png b/MendeleyCXR/labels/Darwin_00006930_covid-19-rapidly-progressive-acute-respiratory-distress-syndrome-ards-day-1.png new file mode 100644 index 0000000000000000000000000000000000000000..2b59090713df44a04c09c5784850afd0131d48bb --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006930_covid-19-rapidly-progressive-acute-respiratory-distress-syndrome-ards-day-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83a7720a6d6930e178899154a05d500b90fe2b44056db4935fcce9876a8d1666 +size 1084 diff --git a/MendeleyCXR/labels/Darwin_00006931_covid-19-rapidly-progressive-acute-respiratory-distress-syndrome-ards-day-2.png b/MendeleyCXR/labels/Darwin_00006931_covid-19-rapidly-progressive-acute-respiratory-distress-syndrome-ards-day-2.png new file mode 100644 index 0000000000000000000000000000000000000000..c39560353c624b1d7ff313bdff8a7536e612d1a1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006931_covid-19-rapidly-progressive-acute-respiratory-distress-syndrome-ards-day-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39a9f6fa8f93d55a9cc112a81a1701329c710e007e2de93841059e1d1c24643f +size 1299 diff --git a/MendeleyCXR/labels/Darwin_00006932_covid-19-rapidly-progressive-acute-respiratory-distress-syndrome-ards-day-3.png b/MendeleyCXR/labels/Darwin_00006932_covid-19-rapidly-progressive-acute-respiratory-distress-syndrome-ards-day-3.png new file mode 100644 index 0000000000000000000000000000000000000000..1e73d6522bdc05e9dada71a30242ca105debf4b5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006932_covid-19-rapidly-progressive-acute-respiratory-distress-syndrome-ards-day-3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35bb0ea700662269e07f0d1d5b8097f32794530f8583508b501071da60df7b3b +size 1188 diff --git a/MendeleyCXR/labels/Darwin_00006934_D7AF463C-2369-492D-908D-BE1911CCD74C.png b/MendeleyCXR/labels/Darwin_00006934_D7AF463C-2369-492D-908D-BE1911CCD74C.png new file mode 100644 index 0000000000000000000000000000000000000000..bba0139b0de4d0350c4fb551e4777b7e5360ded9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006934_D7AF463C-2369-492D-908D-BE1911CCD74C.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c369016c5458c2fb664e19d182965af4ec68cbf07bfc28f35482541a0b03161 +size 1044 diff --git a/MendeleyCXR/labels/Darwin_00006935_d7f2ee0f.png b/MendeleyCXR/labels/Darwin_00006935_d7f2ee0f.png new file mode 100644 index 0000000000000000000000000000000000000000..53e77883878cc107804278d4abae9618bfce832d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006935_d7f2ee0f.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:790ca2ad89f7391d6cd4ab018e8062473326ad17936e01d1f7ea7eca4d572902 +size 1167 diff --git a/MendeleyCXR/labels/Darwin_00006936_d9d6ca9a.png b/MendeleyCXR/labels/Darwin_00006936_d9d6ca9a.png new file mode 100644 index 0000000000000000000000000000000000000000..c2b1985cfef45292f6724ad2fc796d8be22bfdfd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006936_d9d6ca9a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02787046a6c9c77b991df1c121d4bacf032f5bdc43a187c3b698467594fe9933 +size 1283 diff --git a/MendeleyCXR/labels/Darwin_00006937_d009d61f.png b/MendeleyCXR/labels/Darwin_00006937_d009d61f.png new file mode 100644 index 0000000000000000000000000000000000000000..c0640dbe04ad6106026d3115324f4a221e9caefe --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006937_d009d61f.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88a9295048d9a3abd96166b3fa9b27fd030090f18cfcb45984a6f081d4647f88 +size 1222 diff --git a/MendeleyCXR/labels/Darwin_00006938_d6494b39.png b/MendeleyCXR/labels/Darwin_00006938_d6494b39.png new file mode 100644 index 0000000000000000000000000000000000000000..c88317732075f03c59ae51ddb4756cf63e392b46 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006938_d6494b39.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6067f97ec8cd579cf4ff635b1eb9b75d19c5cecd6a035427d3b63c1b16ab537 +size 1407 diff --git a/MendeleyCXR/labels/Darwin_00006939_d680397c.png b/MendeleyCXR/labels/Darwin_00006939_d680397c.png new file mode 100644 index 0000000000000000000000000000000000000000..b6438b43a5f25ffe4a424e62ac5a1f6c747a768a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006939_d680397c.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08547760711314e3f1230e49dba9730959b433ee489a4d858361650b511c4764 +size 1300 diff --git a/MendeleyCXR/labels/Darwin_00006940_da9e9aac-de8c-44c7-ba57-e7cc8e4caaba.annot.original.png b/MendeleyCXR/labels/Darwin_00006940_da9e9aac-de8c-44c7-ba57-e7cc8e4caaba.annot.original.png new file mode 100644 index 0000000000000000000000000000000000000000..fbef062dc930f4da4908bf8b7aa3196ab0035350 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006940_da9e9aac-de8c-44c7-ba57-e7cc8e4caaba.annot.original.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a76e8ac52d6191cfa6e5249e4a05306d1193c8d1c0b97dcdb4491702f040c24 +size 1234 diff --git a/MendeleyCXR/labels/Darwin_00006941_db96a050.png b/MendeleyCXR/labels/Darwin_00006941_db96a050.png new file mode 100644 index 0000000000000000000000000000000000000000..63c1863102fe9786d3ec50c5bd175ecb36969f5c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006941_db96a050.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f8ce799bb44136ec49dcecefb726d21fedb67ed57c99d37b7760df3913cb047 +size 1150 diff --git a/MendeleyCXR/labels/Darwin_00006943_e1a4f870.png b/MendeleyCXR/labels/Darwin_00006943_e1a4f870.png new file mode 100644 index 0000000000000000000000000000000000000000..6a2ca356bf2ad043ad5a4a69c7ad02c191b945b7 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006943_e1a4f870.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a0f1ee328e29e35cbfb4e30b360a9d39222906fcae684e045f783a06a790f4f +size 1179 diff --git a/MendeleyCXR/labels/Darwin_00006944_e22aa56f.png b/MendeleyCXR/labels/Darwin_00006944_e22aa56f.png new file mode 100644 index 0000000000000000000000000000000000000000..485f9618c1e80f4f1ec7e58026813779a160c51d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006944_e22aa56f.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a4510ee4c50f77eb9d46971ceff783f0ac5e11104d726dff6eca9e770efa6f2 +size 989 diff --git a/MendeleyCXR/labels/Darwin_00006945_e1446fe8.png b/MendeleyCXR/labels/Darwin_00006945_e1446fe8.png new file mode 100644 index 0000000000000000000000000000000000000000..c64d8f6cd7e4a3a09d404438865afff077687496 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006945_e1446fe8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b119d8ed266d85d55284108221a20f9b8b96bce5ce203a46bb851f201fe1608 +size 1104 diff --git a/MendeleyCXR/labels/Darwin_00006946_E63574A7-4188-4C8D-8D17-9D67A18A1AFA.png b/MendeleyCXR/labels/Darwin_00006946_E63574A7-4188-4C8D-8D17-9D67A18A1AFA.png new file mode 100644 index 0000000000000000000000000000000000000000..da4b07b2f3818af27854ced1184b3f88ac2e537c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006946_E63574A7-4188-4C8D-8D17-9D67A18A1AFA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:528fe33de32956487ff3de8f97a7b4715132a9976dbc90328f8fd90b1b54eb7c +size 1288 diff --git a/MendeleyCXR/labels/Darwin_00006947_E1724330-1866-4581-8CD8-CEC9B8AFEDDE.png b/MendeleyCXR/labels/Darwin_00006947_E1724330-1866-4581-8CD8-CEC9B8AFEDDE.png new file mode 100644 index 0000000000000000000000000000000000000000..9e2be2fcc705e66580156e2eefa11181cdd21c7f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006947_E1724330-1866-4581-8CD8-CEC9B8AFEDDE.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:012c917aefbe63935028cf5d9a0d4abbe6f9b1fd5864b2e6d407b5541cbed61c +size 1041 diff --git a/MendeleyCXR/labels/Darwin_00006948_eb8e8a5b.png b/MendeleyCXR/labels/Darwin_00006948_eb8e8a5b.png new file mode 100644 index 0000000000000000000000000000000000000000..e0b61c521303d0bdaf2b03e5289bb8a50748821c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006948_eb8e8a5b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34e28c10cf1d05d28f523a6c6fcdc497cde133d8692edf0c7bbcd3f5a5c057b8 +size 1190 diff --git a/MendeleyCXR/labels/Darwin_00006949_ec083e35.png b/MendeleyCXR/labels/Darwin_00006949_ec083e35.png new file mode 100644 index 0000000000000000000000000000000000000000..4e2d5e2df0aa6be683c991ca4a825e2f4a7680ac --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006949_ec083e35.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21b816a6f7aca326401f9a5e1f394d59ce83c14bbbf38e2a6d7edcacd8abc48c +size 1128 diff --git a/MendeleyCXR/labels/Darwin_00006950_ee2d1bf6.png b/MendeleyCXR/labels/Darwin_00006950_ee2d1bf6.png new file mode 100644 index 0000000000000000000000000000000000000000..08ff9c56f03232c8cd049ae818555f0a240eb271 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006950_ee2d1bf6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae8f37ff269704537894b78c514f8440823dff6d07e4fffa5cde1f100a152571 +size 1184 diff --git a/MendeleyCXR/labels/Darwin_00006955_F2DE909F-E19C-4900-92F5-8F435B031AC6.png b/MendeleyCXR/labels/Darwin_00006955_F2DE909F-E19C-4900-92F5-8F435B031AC6.png new file mode 100644 index 0000000000000000000000000000000000000000..20ddc7b477ac24738c62cd921e1fa09015b1e68f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006955_F2DE909F-E19C-4900-92F5-8F435B031AC6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25484686be6de6f35165d6c2ac28ff9374826b0f8a832c235ed9a388a4d3e24b +size 1107 diff --git a/MendeleyCXR/labels/Darwin_00006956_f6d980a0.png b/MendeleyCXR/labels/Darwin_00006956_f6d980a0.png new file mode 100644 index 0000000000000000000000000000000000000000..760c9d22b012f6c8755db93a13e886cd700f161c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006956_f6d980a0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5494e81b5c3263384ddf50bc96136797677d61f15c493f74b3eadf269566ad02 +size 1246 diff --git a/MendeleyCXR/labels/Darwin_00006957_F051E018-DAD1-4506-AD43-BE4CA29E960B.png b/MendeleyCXR/labels/Darwin_00006957_F051E018-DAD1-4506-AD43-BE4CA29E960B.png new file mode 100644 index 0000000000000000000000000000000000000000..a406d585cf220ca0ee36cc4a96d353eb06cdb23b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006957_F051E018-DAD1-4506-AD43-BE4CA29E960B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc96fc34013790ec1c06ca1f158457e6e7be8b9f2e5fb05d1830e74c73a161ef +size 1221 diff --git a/MendeleyCXR/labels/Darwin_00006958_F63AB6CE-1968-4154-A70F-913AF154F53D.png b/MendeleyCXR/labels/Darwin_00006958_F63AB6CE-1968-4154-A70F-913AF154F53D.png new file mode 100644 index 0000000000000000000000000000000000000000..7091da11217ccbff7dc836aba48b5b2250ee0c5b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006958_F63AB6CE-1968-4154-A70F-913AF154F53D.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed707537935518228de5b4ebdda0af159337a01e80384f3de0aa0e1620b1ea4c +size 1365 diff --git a/MendeleyCXR/labels/Darwin_00006959_f0864aff.png b/MendeleyCXR/labels/Darwin_00006959_f0864aff.png new file mode 100644 index 0000000000000000000000000000000000000000..e3b00bb3412261a614eaf194b70c84301a80e0f6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006959_f0864aff.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b0407da9c29de01a2448e065621690087d4c06d5ead2e8b51c0c8c54b8bd73b +size 1318 diff --git a/MendeleyCXR/labels/Darwin_00006960_F4341CE7-73C9-45C6-99C8-8567A5484B63.png b/MendeleyCXR/labels/Darwin_00006960_F4341CE7-73C9-45C6-99C8-8567A5484B63.png new file mode 100644 index 0000000000000000000000000000000000000000..903b18e4ed70154e8d11156c2bc2b10e7c2ded8a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006960_F4341CE7-73C9-45C6-99C8-8567A5484B63.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d40078486f5bd8d596bbcef887f12df48b8ee8c9383998b155101e43602caa58 +size 1291 diff --git a/MendeleyCXR/labels/Darwin_00006961_f64132c8.png b/MendeleyCXR/labels/Darwin_00006961_f64132c8.png new file mode 100644 index 0000000000000000000000000000000000000000..0697bd135ecde22aae6c195c66802d5ee1ee75e4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006961_f64132c8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d12c612c173bfcf6bd986e573fec78b8b0b254c6acf3bacde48605770315f944 +size 1209 diff --git a/MendeleyCXR/labels/Darwin_00006962_f6575117.png b/MendeleyCXR/labels/Darwin_00006962_f6575117.png new file mode 100644 index 0000000000000000000000000000000000000000..6c46bd20a933672d5d18f432b1df878d22c3b151 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006962_f6575117.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74c64e9b7a767b3a5f9494b375640d4f5b5c3845d1116a5296bec3daa06b2daa +size 1102 diff --git a/MendeleyCXR/labels/Darwin_00006963_f8335316.png b/MendeleyCXR/labels/Darwin_00006963_f8335316.png new file mode 100644 index 0000000000000000000000000000000000000000..49bf84a2fcccb5bd6a2fe4ac4a5c20f1fac0b1ff --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006963_f8335316.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:894a06844fcec73537f0bef017a86bfd80638cd823eb6d01d33e803cbc266f98 +size 1044 diff --git a/MendeleyCXR/labels/Darwin_00006966_FE9F9A5D-2830-46F9-851B-1FF4534959BE.png b/MendeleyCXR/labels/Darwin_00006966_FE9F9A5D-2830-46F9-851B-1FF4534959BE.png new file mode 100644 index 0000000000000000000000000000000000000000..62327718d961173a6201d262e8cf1739b299074b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006966_FE9F9A5D-2830-46F9-851B-1FF4534959BE.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d206abd118af50c4e6e660bd685bcfbd52befbf1caa9209c2cddbc7fdb0aaaa0 +size 940 diff --git a/MendeleyCXR/labels/Darwin_00006967_fff49165-b22d-4bb4-b9d1-d5d62c52436c.annot.original.png b/MendeleyCXR/labels/Darwin_00006967_fff49165-b22d-4bb4-b9d1-d5d62c52436c.annot.original.png new file mode 100644 index 0000000000000000000000000000000000000000..f17aac6089343779952759eb475a024b745f0c34 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006967_fff49165-b22d-4bb4-b9d1-d5d62c52436c.annot.original.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74642f64f33066371a08d6dee2135d3b86256639c49e679f9b73565de5fe1151 +size 1018 diff --git a/MendeleyCXR/labels/Darwin_00006968_figure1-5e7c1b8d98c29ab001275405-98-later.png b/MendeleyCXR/labels/Darwin_00006968_figure1-5e7c1b8d98c29ab001275405-98-later.png new file mode 100644 index 0000000000000000000000000000000000000000..d87e52dbd09dfbcd4c024c16bd8844b81ed31654 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006968_figure1-5e7c1b8d98c29ab001275405-98-later.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3612029038f9c9a86197042ee9efff8a2e900b9e6543d74005877814b3c20c32 +size 1169 diff --git a/MendeleyCXR/labels/Darwin_00006969_figure1-5e7c1b8d98c29ab001275405-98.png b/MendeleyCXR/labels/Darwin_00006969_figure1-5e7c1b8d98c29ab001275405-98.png new file mode 100644 index 0000000000000000000000000000000000000000..3e181ffff1d6da51c96915e525a0b8f264d081ca --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006969_figure1-5e7c1b8d98c29ab001275405-98.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40acb417fb0c19590c734f11965c34ac519dc2b2bd9ca5f00c9dbc4582beb3b6 +size 1154 diff --git a/MendeleyCXR/labels/Darwin_00006970_figure1-5e71be566aa8714a04de3386-98-left.png b/MendeleyCXR/labels/Darwin_00006970_figure1-5e71be566aa8714a04de3386-98-left.png new file mode 100644 index 0000000000000000000000000000000000000000..1752e6a6e52b5c4998c3dd99ab773b1727373526 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006970_figure1-5e71be566aa8714a04de3386-98-left.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73ff42f098e72cce53a2a65a29fe7c9413aaa80d301e4dbfd57103c9c348f7fb +size 1203 diff --git a/MendeleyCXR/labels/Darwin_00006971_figure1-5e73d7ae897e27ff066a30cb-98.png b/MendeleyCXR/labels/Darwin_00006971_figure1-5e73d7ae897e27ff066a30cb-98.png new file mode 100644 index 0000000000000000000000000000000000000000..196ba9e04a80ef2ecf62590e133ce9057a7442ef --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006971_figure1-5e73d7ae897e27ff066a30cb-98.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bdae5bad8288600cf9288c4858a4aed734db03c0b02811aaf7f98c536aeaa82 +size 1010 diff --git a/MendeleyCXR/labels/Darwin_00006972_figure1-5e75d0940b71e1b702629659-98-right.png b/MendeleyCXR/labels/Darwin_00006972_figure1-5e75d0940b71e1b702629659-98-right.png new file mode 100644 index 0000000000000000000000000000000000000000..a176d18587de5823d8b4fca33c8013b5a6109e3b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006972_figure1-5e75d0940b71e1b702629659-98-right.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ef591ca2b386efea1bd552d452f1aebb2e5d7ee668e714f7332f42999913109 +size 1327 diff --git a/MendeleyCXR/labels/Darwin_00006973_fx1_lrg.png b/MendeleyCXR/labels/Darwin_00006973_fx1_lrg.png new file mode 100644 index 0000000000000000000000000000000000000000..ea434a24b8b8d72dd938435c44749c74c41e176a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006973_fx1_lrg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b3dd6b5b1e197e16f2f93a464e0de1779c15560bcc509503859cbd941062fe7 +size 1412 diff --git a/MendeleyCXR/labels/Darwin_00006974_gr1_lrg-a.png b/MendeleyCXR/labels/Darwin_00006974_gr1_lrg-a.png new file mode 100644 index 0000000000000000000000000000000000000000..88e36fed384ddb14f03e7b7b068f77702baf89f4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006974_gr1_lrg-a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0402a096d8c00bc3b2b9c6658602f6840900ba91c3a8d78abd2bbf9d320309c5 +size 1067 diff --git a/MendeleyCXR/labels/Darwin_00006975_gr1_lrg-b.png b/MendeleyCXR/labels/Darwin_00006975_gr1_lrg-b.png new file mode 100644 index 0000000000000000000000000000000000000000..e1cd36a0c4290456795001759b3b4aeb7602aa7f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006975_gr1_lrg-b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53582d55ffbe1cde900dbc00b3c3f57f7cd775c81b4c50bd7639ca32aef84d9d +size 1160 diff --git a/MendeleyCXR/labels/Darwin_00006996_klebsiella-pneumonia-1.png b/MendeleyCXR/labels/Darwin_00006996_klebsiella-pneumonia-1.png new file mode 100644 index 0000000000000000000000000000000000000000..633aa8e950036dcc19cbafef63be547cff6b92a8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006996_klebsiella-pneumonia-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eedabbe31f7c47d0dbdfba1420c3fb4a4381b4bebc671d58674ed09c0d67cd6 +size 1147 diff --git a/MendeleyCXR/labels/Darwin_00006997_lancet-case2a.png b/MendeleyCXR/labels/Darwin_00006997_lancet-case2a.png new file mode 100644 index 0000000000000000000000000000000000000000..9fb4e2bf225960997654c6397e7df7e9b0384e24 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006997_lancet-case2a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b3e5e7c86e3209821acfbbd1c3b8b7244490dad03fc3f1bb52bf8c0f333b70d +size 1182 diff --git a/MendeleyCXR/labels/Darwin_00006998_lancet-case2b.png b/MendeleyCXR/labels/Darwin_00006998_lancet-case2b.png new file mode 100644 index 0000000000000000000000000000000000000000..1bcdb1fb9336cbc6e2845758be5809a4467fe689 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006998_lancet-case2b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b597470ad4495ecfede0d37559c9bd1f1f74f1d401ba2fc359f139ff53ed4a2 +size 1138 diff --git a/MendeleyCXR/labels/Darwin_00006999_legionella-pneumonia-1.png b/MendeleyCXR/labels/Darwin_00006999_legionella-pneumonia-1.png new file mode 100644 index 0000000000000000000000000000000000000000..4c4b0eb2a5146d4eb3a8ba98b2445c69470e369f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00006999_legionella-pneumonia-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d290062a9fbbbf83072913d48dbefd5fb605a202e5d16c8a3ae7c985d564a6e +size 1141 diff --git a/MendeleyCXR/labels/Darwin_00007000_legionella-pneumonia-2.png b/MendeleyCXR/labels/Darwin_00007000_legionella-pneumonia-2.png new file mode 100644 index 0000000000000000000000000000000000000000..c78f6d93595a637a1d98e0b9173c40f10eaf098b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007000_legionella-pneumonia-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2004271450246f331f21fedfb1664a50a392adb87a3e082770e02ec07f09cd0d +size 1241 diff --git a/MendeleyCXR/labels/Darwin_00007001_lightbox_78f27a80685411ea93cde791fb7cd172-CXR.png b/MendeleyCXR/labels/Darwin_00007001_lightbox_78f27a80685411ea93cde791fb7cd172-CXR.png new file mode 100644 index 0000000000000000000000000000000000000000..4efe3454bd0d1404c13cf27b8bfd499ebb69d03f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007001_lightbox_78f27a80685411ea93cde791fb7cd172-CXR.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f310849999d4801cfb0ec181d45efdb9a338e201d29d87c11002d350d68b8de +size 1196 diff --git a/MendeleyCXR/labels/Darwin_00007003_nCoV-radiol.2020200269.fig1-day7.png b/MendeleyCXR/labels/Darwin_00007003_nCoV-radiol.2020200269.fig1-day7.png new file mode 100644 index 0000000000000000000000000000000000000000..7817ec601056f286c2741f8d049e35b19247fd6e --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007003_nCoV-radiol.2020200269.fig1-day7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08e01fa69d576c7db9d8dd01acf7ce2edaf98021107796307c05e181590ec5a0 +size 1225 diff --git a/MendeleyCXR/labels/Darwin_00007004_nejmc2001573_f1a.png b/MendeleyCXR/labels/Darwin_00007004_nejmc2001573_f1a.png new file mode 100644 index 0000000000000000000000000000000000000000..4f1ecadbb85b7ce013ec67f8448e5195cf469acf --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007004_nejmc2001573_f1a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e374fdc9a2ef1573ad55f7ac1b6fa9ec95cc80ee8103301c0fc4850dbfecb178 +size 1181 diff --git a/MendeleyCXR/labels/Darwin_00007005_nejmc2001573_f1b.png b/MendeleyCXR/labels/Darwin_00007005_nejmc2001573_f1b.png new file mode 100644 index 0000000000000000000000000000000000000000..b481701daf688497a69ca0c7e53642c0b168ec32 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007005_nejmc2001573_f1b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44a4f886f9cf645ecea857a27879be5c4bdd6c6c97bff6e4c1be810ec7c6c8ff +size 1237 diff --git a/MendeleyCXR/labels/Darwin_00007006_nejmoa2001017_f1-a.png b/MendeleyCXR/labels/Darwin_00007006_nejmoa2001017_f1-a.png new file mode 100644 index 0000000000000000000000000000000000000000..5818b123bfa4829b6bfd829d34f887484c56da0d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007006_nejmoa2001017_f1-a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3095e73aef1a45f9bf2ec216cd54f13402f035d65d091866ac52be43f692af89 +size 1097 diff --git a/MendeleyCXR/labels/Darwin_00007007_nejmoa2001017_f1-b.png b/MendeleyCXR/labels/Darwin_00007007_nejmoa2001017_f1-b.png new file mode 100644 index 0000000000000000000000000000000000000000..f1bd84cdd5bb2faffdbf3683f01f08531f6c26fd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007007_nejmoa2001017_f1-b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b3f36a39a44afad0654758d9f5d7b14a8c497025f5c1a2d085e10a3362f594e +size 1016 diff --git a/MendeleyCXR/labels/Darwin_00007009_nejmoa2001191_f1-PA.png b/MendeleyCXR/labels/Darwin_00007009_nejmoa2001191_f1-PA.png new file mode 100644 index 0000000000000000000000000000000000000000..ed27a72d8793f5b133ed46e2ea16b52a4d505640 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007009_nejmoa2001191_f1-PA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:286b1d2768199904567a16f5e28f3ae7516495bc2dfedbc9e08a1e2a837051fd +size 1299 diff --git a/MendeleyCXR/labels/Darwin_00007011_nejmoa2001191_f3-PA.png b/MendeleyCXR/labels/Darwin_00007011_nejmoa2001191_f3-PA.png new file mode 100644 index 0000000000000000000000000000000000000000..01ab7e0680ee3dd5ba3591ac694010ebc1df0cf2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007011_nejmoa2001191_f3-PA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c50ba55cdd59bf24f971ac7960d9c26b23ce45533cdd618059a9bd75e891ccf +size 1268 diff --git a/MendeleyCXR/labels/Darwin_00007012_nejmoa2001191_f4.png b/MendeleyCXR/labels/Darwin_00007012_nejmoa2001191_f4.png new file mode 100644 index 0000000000000000000000000000000000000000..f8944854ef3e5bf32f5a292edac8322398daa97d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007012_nejmoa2001191_f4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6520918960d98be732d7b4e9eac444620f61bb0a6bab0f2493f60659bbfb1ba2 +size 1207 diff --git a/MendeleyCXR/labels/Darwin_00007014_nejmoa2001191_f5-PA.png b/MendeleyCXR/labels/Darwin_00007014_nejmoa2001191_f5-PA.png new file mode 100644 index 0000000000000000000000000000000000000000..116108f4ebc289addf741101214484ead7ef419a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007014_nejmoa2001191_f5-PA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b390e85ebe0db742d94ce7d445b92977ea21886acd2b61bdf40b7bab4d72c617 +size 1335 diff --git a/MendeleyCXR/labels/Darwin_00007015_nejmoa2004500_f1-a.png b/MendeleyCXR/labels/Darwin_00007015_nejmoa2004500_f1-a.png new file mode 100644 index 0000000000000000000000000000000000000000..1b211015707b50fd3e801784e125914eda6d7351 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007015_nejmoa2004500_f1-a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1503ea3de179b9083631756a2cfb44b5e119f2bea444ff4b29494c266eb3ae9a +size 1101 diff --git a/MendeleyCXR/labels/Darwin_00007016_nejmoa2004500_f1-b.png b/MendeleyCXR/labels/Darwin_00007016_nejmoa2004500_f1-b.png new file mode 100644 index 0000000000000000000000000000000000000000..4cab7746ee77eb50937d6ef79ed00df98322d9bf --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007016_nejmoa2004500_f1-b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b23ec4954f82bc2e161d11f19da6f1df639972ad3e905d7159337c9255f86b5 +size 1137 diff --git a/MendeleyCXR/labels/Darwin_00007018_parapneumonic-effusion-1-PA.png b/MendeleyCXR/labels/Darwin_00007018_parapneumonic-effusion-1-PA.png new file mode 100644 index 0000000000000000000000000000000000000000..9252dc75711ec3293d832c00dad0abd6754a2dfd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007018_parapneumonic-effusion-1-PA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1b3ebc66ac06c07572daf1682676d85e532ecc69851bf4fc3bc9cd09d7e376d +size 949 diff --git a/MendeleyCXR/labels/Darwin_00007020_pneumococcal-pneumonia-day0.png b/MendeleyCXR/labels/Darwin_00007020_pneumococcal-pneumonia-day0.png new file mode 100644 index 0000000000000000000000000000000000000000..4defb3a9be292f3003a318cbee7ab845660ce947 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007020_pneumococcal-pneumonia-day0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7b863a788e224bbcebc464f1125674c47fdedb2afc1fccb6fbb32a96cedeb1e +size 1128 diff --git a/MendeleyCXR/labels/Darwin_00007021_pneumococcal-pneumonia-day7.png b/MendeleyCXR/labels/Darwin_00007021_pneumococcal-pneumonia-day7.png new file mode 100644 index 0000000000000000000000000000000000000000..f9271bec77d54cee7f7fc6660c88df2c71baad99 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007021_pneumococcal-pneumonia-day7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:959537e00dab59b7ae0ee1e59ccf4301a6c8407cb8fde5406489a037cc289db9 +size 1054 diff --git a/MendeleyCXR/labels/Darwin_00007022_pneumococcal-pneumonia-day35.png b/MendeleyCXR/labels/Darwin_00007022_pneumococcal-pneumonia-day35.png new file mode 100644 index 0000000000000000000000000000000000000000..186629bc3e6234dc5134924ec9da32bc4a029f17 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007022_pneumococcal-pneumonia-day35.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98c56146c4d84eb1086e21bc2925be1f15c9ac66962541ab4ed1c55771c9105d +size 1067 diff --git a/MendeleyCXR/labels/Darwin_00007025_pneumocystis-jiroveci-pneumonia-2.png b/MendeleyCXR/labels/Darwin_00007025_pneumocystis-jiroveci-pneumonia-2.png new file mode 100644 index 0000000000000000000000000000000000000000..a6c1981fb117cf7dc12c868b1e7fd8bdee0d984f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007025_pneumocystis-jiroveci-pneumonia-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d8aab9f0e72173794e64152ccc9c4f3f8e6ed9928c3e1ab38cab51e4da122cc +size 1253 diff --git a/MendeleyCXR/labels/Darwin_00007027_pneumocystis-jiroveci-pneumonia-4-PA.png b/MendeleyCXR/labels/Darwin_00007027_pneumocystis-jiroveci-pneumonia-4-PA.png new file mode 100644 index 0000000000000000000000000000000000000000..3974414c6bb9a47085622da565f04429d8133ea9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007027_pneumocystis-jiroveci-pneumonia-4-PA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97b87b1c856553f0e2b8954871dab98584d5ee17218832bedea9b3f2f0324045 +size 1323 diff --git a/MendeleyCXR/labels/Darwin_00007028_pneumocystis-jirovecii-pneumonia-2.png b/MendeleyCXR/labels/Darwin_00007028_pneumocystis-jirovecii-pneumonia-2.png new file mode 100644 index 0000000000000000000000000000000000000000..ec29cad1b372625ebffa49a38d2705d5fc2cf576 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007028_pneumocystis-jirovecii-pneumonia-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95ef4e6f64760ee18d2cf9183f6a1977a8ed353d86ae56e66c11a47d45790b57 +size 1100 diff --git a/MendeleyCXR/labels/Darwin_00007029_pneumocystis-jirovecii-pneumonia-3-1.png b/MendeleyCXR/labels/Darwin_00007029_pneumocystis-jirovecii-pneumonia-3-1.png new file mode 100644 index 0000000000000000000000000000000000000000..89c1f5aba3aadad5233488cf9aba1d619ead9d5c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007029_pneumocystis-jirovecii-pneumonia-3-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:965e180839b5d17c2c7401e837abab42aeca64a5189b75dbd92331266d6b6641 +size 1141 diff --git a/MendeleyCXR/labels/Darwin_00007030_pneumocystis-jirovecii-pneumonia-3-2.png b/MendeleyCXR/labels/Darwin_00007030_pneumocystis-jirovecii-pneumonia-3-2.png new file mode 100644 index 0000000000000000000000000000000000000000..545e16cbe81767d4e72ed565b0b158da1f8dfc5b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007030_pneumocystis-jirovecii-pneumonia-3-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d9fd0d05d3427fe00609991dfe9a5a825f4f976d997a79c769473e0ec457f4a +size 1218 diff --git a/MendeleyCXR/labels/Darwin_00007031_pneumocystis-jirovecii-pneumonia-3-3.png b/MendeleyCXR/labels/Darwin_00007031_pneumocystis-jirovecii-pneumonia-3-3.png new file mode 100644 index 0000000000000000000000000000000000000000..5b064b1f4f5582637ad8e574f8b84e18417214db --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007031_pneumocystis-jirovecii-pneumonia-3-3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba84a5b4a250bcdaa5f90aadc1f51cd3e5a718d9da1832611a6322827a6039dd +size 1103 diff --git a/MendeleyCXR/labels/Darwin_00007032_pneumocystis-pneumonia-1.png b/MendeleyCXR/labels/Darwin_00007032_pneumocystis-pneumonia-1.png new file mode 100644 index 0000000000000000000000000000000000000000..a024e944898e53eacd27a71215f7e95c273953c5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007032_pneumocystis-pneumonia-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:592cd6dea7b6e152a781bb04f5fecf186911a2da376a78bb6ad47cff7b7f17f9 +size 1334 diff --git a/MendeleyCXR/labels/Darwin_00007034_pneumocystis-pneumonia-2-PA.png b/MendeleyCXR/labels/Darwin_00007034_pneumocystis-pneumonia-2-PA.png new file mode 100644 index 0000000000000000000000000000000000000000..5e7ead439e7cfe76a5e3cdd6b49087718d8768b4 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007034_pneumocystis-pneumonia-2-PA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e82a30e96704e4b0de35e7a5a2706e79935c760481a286db8024d88c9549073 +size 1313 diff --git a/MendeleyCXR/labels/Darwin_00007035_pneumocystis-pneumonia-8.png b/MendeleyCXR/labels/Darwin_00007035_pneumocystis-pneumonia-8.png new file mode 100644 index 0000000000000000000000000000000000000000..b54c2dca8b69cca1854cb463f35c76a92e9aee20 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007035_pneumocystis-pneumonia-8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2500c0ea42d6a55c5528c755d5b7ead0167fb80323e483fb926db0b5a19774fe +size 1220 diff --git a/MendeleyCXR/labels/Darwin_00007036_pneumocystis-pneumonia-12.png b/MendeleyCXR/labels/Darwin_00007036_pneumocystis-pneumonia-12.png new file mode 100644 index 0000000000000000000000000000000000000000..9729da290b3aa386baca84d63b4af24e43a413f6 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007036_pneumocystis-pneumonia-12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5385471a2232bb17c7a8be0ed5779e6cb2abc4f85f34df11e71ef9cdc18fc350 +size 1325 diff --git a/MendeleyCXR/labels/Darwin_00007037_pneumonia-7.png b/MendeleyCXR/labels/Darwin_00007037_pneumonia-7.png new file mode 100644 index 0000000000000000000000000000000000000000..a353d5df2800165e73ebb0f6fc9dcf6b4ebb1caf --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007037_pneumonia-7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c7403d9c642631d9b137e2188274d7cb9e59f79ef30a28add843cfb8c02e346 +size 1038 diff --git a/MendeleyCXR/labels/Darwin_00007038_post-intubuation-pneumomediastium-and-pneumothorax-background-covid-19-pneumonia-day1.png b/MendeleyCXR/labels/Darwin_00007038_post-intubuation-pneumomediastium-and-pneumothorax-background-covid-19-pneumonia-day1.png new file mode 100644 index 0000000000000000000000000000000000000000..e9ef28b840f1947ac383605eafcd6403239827a0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007038_post-intubuation-pneumomediastium-and-pneumothorax-background-covid-19-pneumonia-day1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc32de481913aa7aa5cf151a24ba1c41971bf4b4833b04eb7f0a3296a58e2ef7 +size 1197 diff --git a/MendeleyCXR/labels/Darwin_00007039_post-intubuation-pneumomediastium-and-pneumothorax-background-covid-19-pneumonia-day6-1.png b/MendeleyCXR/labels/Darwin_00007039_post-intubuation-pneumomediastium-and-pneumothorax-background-covid-19-pneumonia-day6-1.png new file mode 100644 index 0000000000000000000000000000000000000000..1038809cffdb8207dea9c2f59ea87013a7d71e3d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007039_post-intubuation-pneumomediastium-and-pneumothorax-background-covid-19-pneumonia-day6-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:646acb45b823426635e0b0effbfcf6b600455d4697a00d6999dfffdb761057d0 +size 1427 diff --git a/MendeleyCXR/labels/Darwin_00007040_post-intubuation-pneumomediastium-and-pneumothorax-background-covid-19-pneumonia-day6-2.png b/MendeleyCXR/labels/Darwin_00007040_post-intubuation-pneumomediastium-and-pneumothorax-background-covid-19-pneumonia-day6-2.png new file mode 100644 index 0000000000000000000000000000000000000000..cb09bbc9b913ccf99bd4b87b7bd85f831fa6ef7a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007040_post-intubuation-pneumomediastium-and-pneumothorax-background-covid-19-pneumonia-day6-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60a58748d18e52ad733bcff41e69ecbd4047311d45480ba7955e529d7afd8d2a +size 1285 diff --git a/MendeleyCXR/labels/Darwin_00007041_post-intubuation-pneumomediastium-and-pneumothorax-background-covid-19-pneumonia-day7.png b/MendeleyCXR/labels/Darwin_00007041_post-intubuation-pneumomediastium-and-pneumothorax-background-covid-19-pneumonia-day7.png new file mode 100644 index 0000000000000000000000000000000000000000..017f9de86ffab7fbdde9aa57837c5187f1986ce8 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007041_post-intubuation-pneumomediastium-and-pneumothorax-background-covid-19-pneumonia-day7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b158395eb74f2c054d4b86c3bf73b11cf1c60240b4dd826c414da26a6d806105 +size 1337 diff --git a/MendeleyCXR/labels/Darwin_00007043_radiol.2020200490.fig3.png b/MendeleyCXR/labels/Darwin_00007043_radiol.2020200490.fig3.png new file mode 100644 index 0000000000000000000000000000000000000000..ced954e8c3914e840c67c82e6a803ff714fc15e1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007043_radiol.2020200490.fig3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9213e68b3794f64ed24c8359436f0f8b1fdff98e1a13e1d3d818d3e03c04818c +size 1258 diff --git a/MendeleyCXR/labels/Darwin_00007044_radiol.2020201160.fig2a.png b/MendeleyCXR/labels/Darwin_00007044_radiol.2020201160.fig2a.png new file mode 100644 index 0000000000000000000000000000000000000000..f1fca8dfce4d05b63efb86badbcc80f7cdaf5e07 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007044_radiol.2020201160.fig2a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:409e390ec65d8c39677789f984f82fb6ad4ec7705598d86a598e5718abd6d63a +size 1383 diff --git a/MendeleyCXR/labels/Darwin_00007045_radiol.2020201160.fig2b.png b/MendeleyCXR/labels/Darwin_00007045_radiol.2020201160.fig2b.png new file mode 100644 index 0000000000000000000000000000000000000000..a4df9b437f71644be4621760dd1d875b9ee29fe5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007045_radiol.2020201160.fig2b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05753074110fbed71d63819200efedc6d3673d23a089f27798440ce924a81736 +size 1543 diff --git a/MendeleyCXR/labels/Darwin_00007046_radiol.2020201160.fig2c.png b/MendeleyCXR/labels/Darwin_00007046_radiol.2020201160.fig2c.png new file mode 100644 index 0000000000000000000000000000000000000000..d1405881ad7ea2b9c32cb0d6f45fad43229dbd1f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007046_radiol.2020201160.fig2c.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c4453397fef3ce0e09bfdc2f01c40bf58a3ad7ba75fed427c1eed448001801f +size 1508 diff --git a/MendeleyCXR/labels/Darwin_00007047_radiol.2020201160.fig2d.png b/MendeleyCXR/labels/Darwin_00007047_radiol.2020201160.fig2d.png new file mode 100644 index 0000000000000000000000000000000000000000..72cc0c890c7c5125930b2298a88bf8a93cfd8095 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007047_radiol.2020201160.fig2d.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03efcf9c5b840d9c43a0fd841836590e4274928b2670fa0b9b8af17bb9336f81 +size 1617 diff --git a/MendeleyCXR/labels/Darwin_00007048_radiol.2020201160.fig3a.png b/MendeleyCXR/labels/Darwin_00007048_radiol.2020201160.fig3a.png new file mode 100644 index 0000000000000000000000000000000000000000..faa0ae66f806abac11d09d660122caf3ec0d5036 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007048_radiol.2020201160.fig3a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c73775fe8e28024e0f87431e4b2eb1a7285bb7c3615b44be24c92f0c65f8b66f +size 1670 diff --git a/MendeleyCXR/labels/Darwin_00007049_radiol.2020201160.fig3b.png b/MendeleyCXR/labels/Darwin_00007049_radiol.2020201160.fig3b.png new file mode 100644 index 0000000000000000000000000000000000000000..c3d7911c2310b24cdbc9ca2f7580fbccab2dbd41 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007049_radiol.2020201160.fig3b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17d4e75c52c3a36f516edc269707a05c73798e53ad06e050cef95fffdf0716d7 +size 1419 diff --git a/MendeleyCXR/labels/Darwin_00007050_radiol.2020201160.fig3c.png b/MendeleyCXR/labels/Darwin_00007050_radiol.2020201160.fig3c.png new file mode 100644 index 0000000000000000000000000000000000000000..4af87bf55006ad912bf026a3dc4780d1ca1fef99 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007050_radiol.2020201160.fig3c.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d853131145d3b7a888a2819dd9d22d30d47fada68f8e4abd31075fd9f78a08e3 +size 1388 diff --git a/MendeleyCXR/labels/Darwin_00007051_radiol.2020201160.fig3d.png b/MendeleyCXR/labels/Darwin_00007051_radiol.2020201160.fig3d.png new file mode 100644 index 0000000000000000000000000000000000000000..db974ac4fb06cf3d3972d9f1609df59de62762db --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007051_radiol.2020201160.fig3d.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e21d71bda771225c926044fdb606b1e4a1a4b038333bea253379deaaa4e2196 +size 1729 diff --git a/MendeleyCXR/labels/Darwin_00007052_radiol.2020201160.fig6b.png b/MendeleyCXR/labels/Darwin_00007052_radiol.2020201160.fig6b.png new file mode 100644 index 0000000000000000000000000000000000000000..181aca23cb5e7619fd5b4e02d0428f23a21029c3 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007052_radiol.2020201160.fig6b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3c0628fdec874a574bcf58a5c9d09bd3311e3c5178e01bc40892c6764c1fb1f +size 1524 diff --git a/MendeleyCXR/labels/Darwin_00007055_right-upper-lobe-pneumonia-9-PA.png b/MendeleyCXR/labels/Darwin_00007055_right-upper-lobe-pneumonia-9-PA.png new file mode 100644 index 0000000000000000000000000000000000000000..961fd3c66b72509e94b2f73e6f809c95dd06316d --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007055_right-upper-lobe-pneumonia-9-PA.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f976d2f827e0fb440841f73523d58bb0bdd1c4fbabc4bc6fe07b3ac5dbc76e4 +size 1271 diff --git a/MendeleyCXR/labels/Darwin_00007060_ryct.2020200028.fig1a.png b/MendeleyCXR/labels/Darwin_00007060_ryct.2020200028.fig1a.png new file mode 100644 index 0000000000000000000000000000000000000000..c4f6d83e95740a2f2d28dc57e4e6a0a1d1f1dc53 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007060_ryct.2020200028.fig1a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2455d81381e8e2b61e1a323af2a292e94fded54135290b363ead09c05b7eb7d8 +size 1352 diff --git a/MendeleyCXR/labels/Darwin_00007061_ryct.2020200034.fig2.png b/MendeleyCXR/labels/Darwin_00007061_ryct.2020200034.fig2.png new file mode 100644 index 0000000000000000000000000000000000000000..4934912a7e16eb0a96b8146503450de9e63ad730 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007061_ryct.2020200034.fig2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a05c861c132863760d9df083cd2749814e998b2c36892584118c35fd081c7ab9 +size 1337 diff --git a/MendeleyCXR/labels/Darwin_00007062_ryct.2020200034.fig5-day0.png b/MendeleyCXR/labels/Darwin_00007062_ryct.2020200034.fig5-day0.png new file mode 100644 index 0000000000000000000000000000000000000000..87191f7fc1a75c5880a4d0798e59d867c3a6c427 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007062_ryct.2020200034.fig5-day0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15bfc0b84cc6794ec48f6ff514ac3bcdfe80557e270e922d2291ffa6ed9860b2 +size 1224 diff --git a/MendeleyCXR/labels/Darwin_00007063_ryct.2020200034.fig5-day4.png b/MendeleyCXR/labels/Darwin_00007063_ryct.2020200034.fig5-day4.png new file mode 100644 index 0000000000000000000000000000000000000000..0a99add0e7be2f1d9ecfa74c2d374bd930cc7646 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007063_ryct.2020200034.fig5-day4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4767264e192dabe2f5a2f45e5c4e2cab87575fdd179c130589398c2b18d1ffbe +size 1183 diff --git a/MendeleyCXR/labels/Darwin_00007064_ryct.2020200034.fig5-day7.png b/MendeleyCXR/labels/Darwin_00007064_ryct.2020200034.fig5-day7.png new file mode 100644 index 0000000000000000000000000000000000000000..bcd11a21d17c5533a8eb889e32e51587969458a5 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007064_ryct.2020200034.fig5-day7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:834860edd4895be92ddb0466467192589dfdb9338953210075c03aad8c569495 +size 1085 diff --git a/MendeleyCXR/labels/Darwin_00007065_SARS-10.1148rg.242035193-g04mr34g0-Fig8a-day0.png b/MendeleyCXR/labels/Darwin_00007065_SARS-10.1148rg.242035193-g04mr34g0-Fig8a-day0.png new file mode 100644 index 0000000000000000000000000000000000000000..08c6328000c18cd2d10742a2fa4c4adff44d83ca --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007065_SARS-10.1148rg.242035193-g04mr34g0-Fig8a-day0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1faa9fd0c250b03492f1b7a21787f3d2550a04a30fbadd3fb5969c6f1c8f1ac7 +size 1346 diff --git a/MendeleyCXR/labels/Darwin_00007066_SARS-10.1148rg.242035193-g04mr34g0-Fig8b-day5.png b/MendeleyCXR/labels/Darwin_00007066_SARS-10.1148rg.242035193-g04mr34g0-Fig8b-day5.png new file mode 100644 index 0000000000000000000000000000000000000000..414e754887bd898d86d73023477d9299be5628e2 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007066_SARS-10.1148rg.242035193-g04mr34g0-Fig8b-day5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf42b0a0feddee1fa40f179336d229fcf45c9126668717b7d4f28f1283fa1b1f +size 1375 diff --git a/MendeleyCXR/labels/Darwin_00007067_SARS-10.1148rg.242035193-g04mr34g0-Fig8c-day10.png b/MendeleyCXR/labels/Darwin_00007067_SARS-10.1148rg.242035193-g04mr34g0-Fig8c-day10.png new file mode 100644 index 0000000000000000000000000000000000000000..c77e1c4e7a24ec750adf4fda3c4e38bae6c142a1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007067_SARS-10.1148rg.242035193-g04mr34g0-Fig8c-day10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c9ee533a7e4fb0cc6891669342e9b49de10abff177c3572190394ca16b935c7 +size 1152 diff --git a/MendeleyCXR/labels/Darwin_00007068_SARS-10.1148rg.242035193-g04mr34g04a-Fig4a-day7.png b/MendeleyCXR/labels/Darwin_00007068_SARS-10.1148rg.242035193-g04mr34g04a-Fig4a-day7.png new file mode 100644 index 0000000000000000000000000000000000000000..320189c56771ba1c5073badf611e8efe3f3bf71b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007068_SARS-10.1148rg.242035193-g04mr34g04a-Fig4a-day7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eb1f9d09a1703d7498dc7e3f079409efb9d33be914c35cd9e3706137e190acc +size 1344 diff --git a/MendeleyCXR/labels/Darwin_00007069_SARS-10.1148rg.242035193-g04mr34g04b-Fig4b-day12.png b/MendeleyCXR/labels/Darwin_00007069_SARS-10.1148rg.242035193-g04mr34g04b-Fig4b-day12.png new file mode 100644 index 0000000000000000000000000000000000000000..4cb50b5267e2fad3ca6c417206809b4dc4558c02 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007069_SARS-10.1148rg.242035193-g04mr34g04b-Fig4b-day12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ace23262f497097d08c490c1df6c8e78147c47b608620a812eda010233dfbee +size 1405 diff --git a/MendeleyCXR/labels/Darwin_00007070_SARS-10.1148rg.242035193-g04mr34g05x-Fig5-day9.png b/MendeleyCXR/labels/Darwin_00007070_SARS-10.1148rg.242035193-g04mr34g05x-Fig5-day9.png new file mode 100644 index 0000000000000000000000000000000000000000..d463a96ee96bbe3fcb038460ff40035557cc7919 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007070_SARS-10.1148rg.242035193-g04mr34g05x-Fig5-day9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a2e0eca09c8a5f34888da9bae814e439b3247110d091bef6f5bdb0700895794 +size 1406 diff --git a/MendeleyCXR/labels/Darwin_00007071_SARS-10.1148rg.242035193-g04mr34g07a-Fig7a-day5.png b/MendeleyCXR/labels/Darwin_00007071_SARS-10.1148rg.242035193-g04mr34g07a-Fig7a-day5.png new file mode 100644 index 0000000000000000000000000000000000000000..538164b14818244f363b8d26e31a4adc510f9223 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007071_SARS-10.1148rg.242035193-g04mr34g07a-Fig7a-day5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c987dd0973c21e85b848aa2c00e51f5ab3e08f680d4fab55ad21c63a8bc4a3f4 +size 1360 diff --git a/MendeleyCXR/labels/Darwin_00007072_SARS-10.1148rg.242035193-g04mr34g07b-Fig7b-day12.png b/MendeleyCXR/labels/Darwin_00007072_SARS-10.1148rg.242035193-g04mr34g07b-Fig7b-day12.png new file mode 100644 index 0000000000000000000000000000000000000000..f38962921dee1566bbcca3e8018f8eeccdd901a0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007072_SARS-10.1148rg.242035193-g04mr34g07b-Fig7b-day12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03099ab2bd43d88cca22dc4df86ac4292b61ae517a6343df8554236332ade0f1 +size 1380 diff --git a/MendeleyCXR/labels/Darwin_00007073_SARS-10.1148rg.242035193-g04mr34g09a-Fig9a-day17.png b/MendeleyCXR/labels/Darwin_00007073_SARS-10.1148rg.242035193-g04mr34g09a-Fig9a-day17.png new file mode 100644 index 0000000000000000000000000000000000000000..091974da032ed8fb2502a5d8a7abf890b4b125e0 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007073_SARS-10.1148rg.242035193-g04mr34g09a-Fig9a-day17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cda0cbcfb63c93434e80bace6f93b700686baa9dc3b357a66077dd78240f5977 +size 1341 diff --git a/MendeleyCXR/labels/Darwin_00007074_SARS-10.1148rg.242035193-g04mr34g09b-Fig9b-day19.png b/MendeleyCXR/labels/Darwin_00007074_SARS-10.1148rg.242035193-g04mr34g09b-Fig9b-day19.png new file mode 100644 index 0000000000000000000000000000000000000000..da392308f8b5b3bede27c500e6ccde042ddc8270 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007074_SARS-10.1148rg.242035193-g04mr34g09b-Fig9b-day19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b28138ac29bd1cd2ec6a2dfffc28d756954ee50cdeb4a13d3641649cc7751ecb +size 1272 diff --git a/MendeleyCXR/labels/Darwin_00007075_SARS-10.1148rg.242035193-g04mr34g09c-Fig9c-day27.png b/MendeleyCXR/labels/Darwin_00007075_SARS-10.1148rg.242035193-g04mr34g09c-Fig9c-day27.png new file mode 100644 index 0000000000000000000000000000000000000000..2b9f88ec8bbfb5c9334e92c4c75ed15e5c63f545 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007075_SARS-10.1148rg.242035193-g04mr34g09c-Fig9c-day27.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eb483bee0c34fa46d50b749c216ecb3aa99692bce1f25ec163b73f212560ebe +size 1272 diff --git a/MendeleyCXR/labels/Darwin_00007076_streptococcus-pneumoniae-pneumonia-1.png b/MendeleyCXR/labels/Darwin_00007076_streptococcus-pneumoniae-pneumonia-1.png new file mode 100644 index 0000000000000000000000000000000000000000..6799b0db18833a101ea6aa5b3167f402588ac4d9 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007076_streptococcus-pneumoniae-pneumonia-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0317af546190ce8a5fbd5bd14a95395a173f4d6d71a03ef5560d072b4b5907eb +size 1194 diff --git a/MendeleyCXR/labels/Darwin_00007077_streptococcus-pneumoniae-pneumonia-temporal-evolution-1-day0.png b/MendeleyCXR/labels/Darwin_00007077_streptococcus-pneumoniae-pneumonia-temporal-evolution-1-day0.png new file mode 100644 index 0000000000000000000000000000000000000000..9fbcb76401f905f72f1a465767a8f763e5be295f --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007077_streptococcus-pneumoniae-pneumonia-temporal-evolution-1-day0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17693707d13057eeb272329e427b5add2d1cbf9caff16d5e2054269ce0649951 +size 1245 diff --git a/MendeleyCXR/labels/Darwin_00007078_streptococcus-pneumoniae-pneumonia-temporal-evolution-1-day1.png b/MendeleyCXR/labels/Darwin_00007078_streptococcus-pneumoniae-pneumonia-temporal-evolution-1-day1.png new file mode 100644 index 0000000000000000000000000000000000000000..45f5356741d3964f9c5607f99505eed94df0c296 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007078_streptococcus-pneumoniae-pneumonia-temporal-evolution-1-day1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd62d4f4c716a73e66f551ae7f2d92db19b4489961edc13c92394808d56737ad +size 1220 diff --git a/MendeleyCXR/labels/Darwin_00007079_streptococcus-pneumoniae-pneumonia-temporal-evolution-1-day2.png b/MendeleyCXR/labels/Darwin_00007079_streptococcus-pneumoniae-pneumonia-temporal-evolution-1-day2.png new file mode 100644 index 0000000000000000000000000000000000000000..d795b5b25b55f63d22ff132f4edf7df97b29c96a --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007079_streptococcus-pneumoniae-pneumonia-temporal-evolution-1-day2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7053814852914722b8242cc6797edad8979a96867797502c36c4ef01e63043c +size 1275 diff --git a/MendeleyCXR/labels/Darwin_00007080_streptococcus-pneumoniae-pneumonia-temporal-evolution-1-day3.png b/MendeleyCXR/labels/Darwin_00007080_streptococcus-pneumoniae-pneumonia-temporal-evolution-1-day3.png new file mode 100644 index 0000000000000000000000000000000000000000..fd5d28f5695d84aeb6d19b952d4335ed282e2764 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007080_streptococcus-pneumoniae-pneumonia-temporal-evolution-1-day3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1c9b7cea0cd569486d13f2b5333764b17c6c3614a6666ba8a7687e1174da340 +size 1279 diff --git a/MendeleyCXR/labels/Darwin_00007082_tpmd200203f2-a.png b/MendeleyCXR/labels/Darwin_00007082_tpmd200203f2-a.png new file mode 100644 index 0000000000000000000000000000000000000000..4c6e0c5578a6d1dc89bc1ed26d16d8d8d51789c1 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007082_tpmd200203f2-a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a14e35efc5292baed17a797e666b5282d3d52060c43dc57f0e0dc173162a5c87 +size 1088 diff --git a/MendeleyCXR/labels/Darwin_00007083_tpmd200203f2-b.png b/MendeleyCXR/labels/Darwin_00007083_tpmd200203f2-b.png new file mode 100644 index 0000000000000000000000000000000000000000..a7961d078ac91685b0b3277f67374401d5a43801 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007083_tpmd200203f2-b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:907a3cad9ebdca131843816c2ce943df62a883890fb2aaef4cbd84ead3c804f8 +size 1131 diff --git a/MendeleyCXR/labels/Darwin_00007084_tpmd200203f2-c.png b/MendeleyCXR/labels/Darwin_00007084_tpmd200203f2-c.png new file mode 100644 index 0000000000000000000000000000000000000000..fd9ecb00ce0bff5d9cbf1cc12840a4470556e169 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007084_tpmd200203f2-c.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81e49f4328f25b9023c3673d0f7c1e5e272707c2422ca07ac677d23fdf4216fa +size 1213 diff --git a/MendeleyCXR/labels/Darwin_00007086_wong-0002.png b/MendeleyCXR/labels/Darwin_00007086_wong-0002.png new file mode 100644 index 0000000000000000000000000000000000000000..813aae36011c2ebf5f6ed42a3730b7d1bda6de0c --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007086_wong-0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fcfe9288ff9ca61c643f4c1eeccf533ad1bc9c221bc96d87953aeaa8e331167 +size 1256 diff --git a/MendeleyCXR/labels/Darwin_00007087_wong-0003.png b/MendeleyCXR/labels/Darwin_00007087_wong-0003.png new file mode 100644 index 0000000000000000000000000000000000000000..bb91240cd789474ea77257409c0cab9131634692 --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007087_wong-0003.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cfffaa67ea3753d52e54bc2e9062dafbfc03acaf44db3882f0b1bfc7134a590 +size 1330 diff --git a/MendeleyCXR/labels/Darwin_00007088_wong-0004.png b/MendeleyCXR/labels/Darwin_00007088_wong-0004.png new file mode 100644 index 0000000000000000000000000000000000000000..818bd854a01da61e29589690efbf7264ddbb30cd --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007088_wong-0004.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bacc9158f9a0d0e58d246cff688d992fff37a0b0a08ad2e2ec2f3e2a1971911 +size 1280 diff --git a/MendeleyCXR/labels/Darwin_00007090_X-ray_of_cyst_in_pneumocystis_pneumonia_1.png b/MendeleyCXR/labels/Darwin_00007090_X-ray_of_cyst_in_pneumocystis_pneumonia_1.png new file mode 100644 index 0000000000000000000000000000000000000000..0d302627381283ba348492f6ba91641f378f740b --- /dev/null +++ b/MendeleyCXR/labels/Darwin_00007090_X-ray_of_cyst_in_pneumocystis_pneumonia_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87365687a0da47114bd886d67ec4e6606f0cbac4fff5ec785be2264f3b65aced +size 1455 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0001_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0001_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a9526fb3361b3c55172f04dfbc04c5218681df75 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0001_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc6cda0dbfe865862c5fcbec5fe8d70e0a9a981077a2e8196a64ee09dda8eb47 +size 1109 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0002_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0002_0.png new file mode 100644 index 0000000000000000000000000000000000000000..0594610a031c7394577af4647e8a9dfc85821de6 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0002_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4e38ddeb17e1889c6857a2f848613381dbec08eb3edb6b6e6b4802507988b78 +size 1190 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0003_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0003_0.png new file mode 100644 index 0000000000000000000000000000000000000000..47f2f26bff94117545aed1ac976052b1405f0d89 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0003_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:732bf3b1d44f33f7cb696c79863a0699142266d664ccb14fd68558cd0cad5a8d +size 1244 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0004_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0004_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fd8ecba05c5d628558f3783c94093d2ec7f418a4 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0004_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a27a8f5d1e8c6c5423855d3fb892d4982b5ffad65e3dd5f4a62f5194fb05fe0 +size 998 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0005_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0005_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5f3a5912e6db8998f823ba0d402dc5cc9590274e --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0005_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84fb606e0c861c5cb0e598357af3ad42eaa16104d261b105ae2671944675e9e8 +size 1360 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0006_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0006_0.png new file mode 100644 index 0000000000000000000000000000000000000000..88cd3d9c5bc34b7f3c4364e43868a99c51710374 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0006_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1483a95afe4b86e5d35552bdaf0988a8b04ee3876626385b2b9d3337d17f9e22 +size 1123 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0008_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0008_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1754ca5f88c20fd3b5393897985d43f2c4b0a70e --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0008_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc36920dafe6acb98f67fe5eddae64dd7c4f3c2e59b42124cbeabb47ede5344a +size 1141 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0011_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0011_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1df643b648c56bd15380a2cff7a2f249cf6880db --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0011_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c0b081f9c2f10c81086b4e55d95399f3318ae94c697f9c5d339ad7afaaea418 +size 1193 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0013_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0013_0.png new file mode 100644 index 0000000000000000000000000000000000000000..0a8ef599eaea2b95f3ae2b523ba60e92c89350a3 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0013_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84c00caf8ed08aedb0efbde75e1e61b30a985651a17753025093765e02337dc2 +size 1075 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0015_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0015_0.png new file mode 100644 index 0000000000000000000000000000000000000000..8b53c99cac1d73a04b1c0453017ee39dcc16bc8f --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0015_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c51e641ea81dcdf79ec6c00633c04589d821fe579119028b92cfcac6662f935 +size 1361 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0016_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0016_0.png new file mode 100644 index 0000000000000000000000000000000000000000..9a56d958aee9f6a93a3d851a884aef482ed0583f --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0016_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9f2f30ae3c211d51bd85088e9c6414851e9a73a715d183213a311523ba17fe7 +size 1151 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0017_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0017_0.png new file mode 100644 index 0000000000000000000000000000000000000000..6e0afc11fedc2bd62ee5596a1585ac1d14f3bf4f --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0017_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1977bef7ac57de04c62c225199dc91e4943f17d46fdc5f4eff8bf990aee13893 +size 1039 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0019_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0019_0.png new file mode 100644 index 0000000000000000000000000000000000000000..440bfa8aad57aa0214a19da6ff1c1850dde55f06 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0019_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eed0885458ffdac81cc53d01e0460a2202f19372cbca0114f3d7b4be13e708a +size 1230 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0020_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0020_0.png new file mode 100644 index 0000000000000000000000000000000000000000..150e90bea491d2d304c282c120cccf9c0a6dafd4 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0020_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33f4e725164694c809397299d74d095e2894c58e1a93496e550fa5d75c0f9c71 +size 1293 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0021_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0021_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f799ef465c272239ac5e47b8dd6f4b28c9fb6754 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0021_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5902c5e6cef73464056969310489b47d802a82c8bbdec8404ed60dca5dfdc76a +size 1126 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0022_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0022_0.png new file mode 100644 index 0000000000000000000000000000000000000000..53a8c9532cb3a53e27a42100b6ed7ebde1bbd281 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0022_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd6b67b281d04083445ecf9e2fbc5f784c3688c4adbd3e71c259270a22cfc825 +size 1314 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0023_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0023_0.png new file mode 100644 index 0000000000000000000000000000000000000000..453836d81b9f1874ab49c4c6e7f45bd61d4e289e --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0023_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ace63a14f5a81cd68c711c14975aee68117c125cbb3796a60add1b5f4c97ed0c +size 1371 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0024_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0024_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fd93a49081d1274704648d6269ecdbf9963fd1c4 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0024_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aec60dd958dddfc37399e0fe1b298bee49f71eb40038675ad6bd9f74d0043940 +size 970 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0026_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0026_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5790f0ebdb07244b1046a3a57c9905baa057cbfe --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0026_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9939980d1ac35864cf9348e665666d26cae85a861728bc4482e71925779b7ed8 +size 1005 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0027_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0027_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a2b4bee368dbabf249e10dbb2a9128bef7a46504 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0027_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9034976b99d9fd11f50085fed069611a7b5acf8903b4104311cdca011418e197 +size 1152 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0028_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0028_0.png new file mode 100644 index 0000000000000000000000000000000000000000..80e19944a13c7034b336f4788eccd70332e5c7a0 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0028_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43c840e0034c00feee28a504a45f5a8d55d2d786ec5f005085172f5f2269d58d +size 1077 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0029_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0029_0.png new file mode 100644 index 0000000000000000000000000000000000000000..6123328d17a8359abfdb0035699de3ad4ed6d863 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0029_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e5a89771ec40981028d4bad52a92200b3f262feaaa45ef6c3f07193cad2e584 +size 1113 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0030_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0030_0.png new file mode 100644 index 0000000000000000000000000000000000000000..75f1cfed2a6e027f7ce0c53fb1b2bc24e0e1aba5 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0030_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a13224a47a6631d6e5114a987ae184fe748aee552eafacb4ebc7880ed56a884 +size 1284 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0031_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0031_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d96b9086b486e5ce3ee2ce214c75a7a30a4ca423 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0031_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdd7249f0a09a23807491e0ad999c84c41dbbb25127271c360d0d4ebc6ad4dc2 +size 1305 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0035_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0035_0.png new file mode 100644 index 0000000000000000000000000000000000000000..de052e8ea90f400659a53c56765dd5d9379f5d05 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0035_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:316610f28fe8b7f88259f5733893b6800a04b05d80e1c38b697c305ae7da1e4b +size 1248 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0038_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0038_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fa0b0a9ad0fcd4bb4109221e12592f17e108a4c2 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0038_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:105e9844e8921194d5ee66d0b41504d2509e87538c327672ed7fe408c261aa93 +size 1158 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0040_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0040_0.png new file mode 100644 index 0000000000000000000000000000000000000000..88899a923ce8499490538571fc2540fdf23ba23a --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0040_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9304daa65fe271c154eec0bd7a60989a6d768660691409de77d63db5db8c9d9 +size 1195 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0041_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0041_0.png new file mode 100644 index 0000000000000000000000000000000000000000..898018014b10079a8caae9024c1210dd7f5e05f2 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0041_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:735de9badc4329e03fdc0c6c846806351d1b33f6e0ebb43c206e0239780e81ae +size 1005 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0042_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0042_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c40f34c534e2381451a80527a8eaa9d451dd02e4 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0042_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eca4369b055bce794d3ac30fefb939db7db477ea4b7bcaf697796ccb462fae9a +size 932 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0043_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0043_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1216792375bc1b1bc3c04df4f160c11901da7ffc --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0043_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3634d21c1bb6dc6b964c5127698631c291ee835781eb4d6620a2e0ab2acec5f +size 1167 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0044_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0044_0.png new file mode 100644 index 0000000000000000000000000000000000000000..311ae703d6ed489cabcf48d1ae59161dffeaf73f --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0044_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f126222521d5d6a8e8e8f7e41d50a8093c9febf543a3f6071ade07e433a3eec +size 1182 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0045_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0045_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d711eb368182709fb91d4c4c01b19d0069db65e5 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0045_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c0b62c5ef6a2a9f147aed855739df73e026dc14690d97f7ad6de773a0cb8499 +size 1221 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0046_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0046_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d65bd2aeca2b2d46ee9c3c96d9713a9295003880 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0046_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:625775629b65c2cd12bd2a4393bcd3a3df6dffdd8e0ffcc686f7abd5b31d7913 +size 1170 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0047_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0047_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f5ae2ff6f19c236608dfe4904ea6a5efc3a9967d --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0047_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99db61dc47da9d11c2ab464d6cc8107a9669b3613c7db78a8db34f9425526722 +size 1157 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0048_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0048_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fd8aa971d909a762a8e2598700028cde03376e2c --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0048_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6f443d1dcf683b97b44bf2e3ae1e637fcddfd00d768f04c1d07cf70614cf2bb +size 1020 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0049_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0049_0.png new file mode 100644 index 0000000000000000000000000000000000000000..36f02f2304413c6525b67215ea63ecb1275722de --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0049_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4cb1d4a93ad91c7769df6b06b2f66e926358cc268e417d32583ec13a30f6b00 +size 1043 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0051_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0051_0.png new file mode 100644 index 0000000000000000000000000000000000000000..95f22cc8e706455e1143833774b619d09f93710d --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0051_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6947f0c4900d1dfef94174270ccb20810177525649c1f7677a1b0cfae5118a0 +size 1238 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0052_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0052_0.png new file mode 100644 index 0000000000000000000000000000000000000000..8265cbe476499d77f0b9ef7eeff62f11af1a2ed3 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0052_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e9a41d28421d7c97aef6893b6be77a775036f9b38fb28199bd6a7bfa6c77608 +size 949 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0053_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0053_0.png new file mode 100644 index 0000000000000000000000000000000000000000..932c9debbfc5c21356923a55a8bc976a695fbbd2 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0053_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53f1006c83cdc929c58aa25a9de973adbdc2e8385dc3977e008a668878cc9e0c +size 1002 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0054_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0054_0.png new file mode 100644 index 0000000000000000000000000000000000000000..8fb34053bcc99a60de8940f6e6a2bea37dd14c86 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0054_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fc2d9bb5d040adb4841b171a8d338e7258b1b851eed2cb13de9b86f4bd90ca6 +size 1118 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0055_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0055_0.png new file mode 100644 index 0000000000000000000000000000000000000000..8cd7b0a3a7681adaef74c97fa7801c6a72b90ced --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0055_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff818c4c810c989349963582ca905d06d8462b7bd95801452ad707d71f2b0ca7 +size 1209 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0056_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0056_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3c375c3f6335ca2161d46ffc61a1aded18ca006f --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0056_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89a57fb3eccf5534285e36b9f5233d8b79e0485a91366551e3f629f60438cb8a +size 1110 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0057_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0057_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3ddcea42e691aba9f0ecc75eae7c1446b3b548d6 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0057_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b42bb074ad88208b4e66abdb6cc17608eb518acc001db2ae81c1c19624de4440 +size 1207 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0058_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0058_0.png new file mode 100644 index 0000000000000000000000000000000000000000..47640efcaf453d8c1411851f6b7a25a9e7ab95be --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0058_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a22ed24a4db939f675de251f00813bc0bac93fc6778352e663bf0cd9a48c2e27 +size 1087 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0059_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0059_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c6dc76cedce45a3c2601a8ff3208c4aeb6421f84 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0059_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2dd548e42174dcaeb6344d4c0e9783f82c67a669ed9ef1f482df13c0f27dd33 +size 1176 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0060_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0060_0.png new file mode 100644 index 0000000000000000000000000000000000000000..730f0047f6807117b1ddfc45272ea096d6547c70 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0060_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1881485c40126208f88469e9eff606e356bed03beec036b7f3a8e8b05f7535a +size 830 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0061_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0061_0.png new file mode 100644 index 0000000000000000000000000000000000000000..9fcf36983bbcdcce88c0d7a6ceede12dd27a35d6 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0061_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e77008ce67214b6ce7a917bf433666a9313238e8723781df77349f0fbf9c3b52 +size 939 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0062_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0062_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7050d30b2eb3daface4f52c58dac9558eb36db70 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0062_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc436bb49d55bc734e964c6e3ef44b7e4edec861d67a15ec536faa53ac04142c +size 1151 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0063_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0063_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1c024f9647cc9e5ef69f208a7b183639488a2dff --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0063_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ac4de4ea235a20a7574f21afd7330fcd32ea71a0101db6f1bbd3e72f9229486 +size 1291 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0064_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0064_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fee806cc9a49d3e81b01818a79d8fca7a7f05187 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0064_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d9517543caef52dc3f82c535236f2ad2af661693ec1b0a06d7d5c3050fa2e8b +size 1200 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0068_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0068_0.png new file mode 100644 index 0000000000000000000000000000000000000000..91ddbf2b9a7ea70479c930c5b99a6f339b252488 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0068_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:762023ebe9f72ba6242c907293787f068578a4ac79a11af6a0644e7031607f59 +size 1056 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0069_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0069_0.png new file mode 100644 index 0000000000000000000000000000000000000000..173e18b0c6a5751cdde75972954717b09bb077bf --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0069_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:387e1a7900f47c7f817c5430df9c28e12913afa8ff88f849edac0d98cb85d979 +size 1303 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0070_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0070_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f8c28983aa6a2e3935a9ab4ea0fd6b6c9d8d5592 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0070_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfbb99276aaf3f57207b0af46d7f852da16e48ae26c337ec20abaea9a4cf92c2 +size 1076 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0071_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0071_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1625649124743249100736f5b83e6b64e5932f15 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0071_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2df9cafe9b5057bdc9a5371f60b0be5eb094b342fa0be921c8cb4445857fc702 +size 1221 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0072_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0072_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7b7ffa3e7726724ce5ca9e5703d30e47c9b9f5d9 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0072_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48cb907a3920d4179f03500ed336ad011782d9fd6bd686ef4b43edd3f36d64e1 +size 1090 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0074_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0074_0.png new file mode 100644 index 0000000000000000000000000000000000000000..aa2fe4922664fd591c4232f01edb3822da4e06e5 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0074_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c2775dee803454c096b92366da0bcc98e9004c238d523f0dd14cc40bb14f14b +size 1064 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0075_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0075_0.png new file mode 100644 index 0000000000000000000000000000000000000000..72bdd7a03955e7531a6dffa0ccb793cac7efe38f --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0075_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24efdae56bc07ef9c1a6c3a529f79f2d7b69caed979e9dbc789e7967106113a7 +size 1096 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0077_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0077_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a3b8747c17ee25fb9627e8a01afb57f6f94fc004 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0077_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17d71e313d9c5420163b4ac9f0ef9ca110ec88af94ff04df08b0ce3b9db9b362 +size 934 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0079_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0079_0.png new file mode 100644 index 0000000000000000000000000000000000000000..755b24dedb1db7ce3b128ce404369dcfcfe133ea --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0079_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6ccf56b241597594c1597db8555895b044626635b38fb4070c8f05b61c3fbf4 +size 1337 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0080_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0080_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5b87ad5193380052393a326220ef49f2a45a6c05 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0080_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9ea20e5c2afac35a9db28a684ca4bb96c303390b755e56d64a7afbc3f4a35d0 +size 864 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0081_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0081_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5a2cdfa3c718ee902017b759a719cfe24ee7ff02 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0081_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be67cc9677357db6215ed2deaa80f2cc8774a817c83f6090cca031bb8594425c +size 1162 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0082_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0082_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2379b147dff89e853a9e1b8c12a4593af499afaa --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0082_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b153acaacf3666de2ebef991f16dd50c19fa455e2660498ebbc684fa950b17d6 +size 1178 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0083_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0083_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d35eb183c25400b5ef7e796f2acc2c6b9c0c1626 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0083_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c976ee77c71524d0540e2664bb22a400858f5f29ac3be24673d2ec450c1d150d +size 1340 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0084_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0084_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a05317ae41dce727ffb48515117e7bf93c470aef --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0084_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4cebcfe2d4fdbd786f3cb329d23531a8709528ebe7c1e8d47db6882d976491f +size 1163 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0085_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0085_0.png new file mode 100644 index 0000000000000000000000000000000000000000..aa4cc9ead8c6a9e72696cf33f7800d6e59a6b331 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0085_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab1cb4146b545859d08f8392b826f4236f71370ee1ef254e3d9d6ceafb5dc2aa +size 1184 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0086_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0086_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c7e9465c2886e559ad80c57029a5f18b0f213c75 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0086_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e0a319f8459b3d3cff5e0d12da405abf7d39d199c1c3d7fa325690e78146f78 +size 1009 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0087_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0087_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e177c275e9f4b760a98e72933975402987fdc934 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0087_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:586b51070056a6f0a5bce35d6d23bfbb8de8c70bbabf0d2e567024626073135f +size 1220 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0089_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0089_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b1dc1ae0ed79e3f67ddb66e41c61495574939b55 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0089_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7993722971dad44e3625d52d9dc00141bb14ab1a37cb69bf448cdfc25a43c2f9 +size 1363 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0090_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0090_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f21dca7ed95d3d80c046bc68c3cfc3078b6b0a81 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0090_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa6bc522ba6da7e43d9696b0e6c4d51bd31268843686626a1c71caf57d23fe2a +size 1326 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0091_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0091_0.png new file mode 100644 index 0000000000000000000000000000000000000000..39ed581b21b8a2f617fc402934ac9d67fc17993c --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0091_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35d81808683dcbd734ecae0c96642725729459da6c7ac0794deea93d3c371407 +size 1203 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0092_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0092_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a3c27c31663eb40e9c07d0feec974d2b87d6f3aa --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0092_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32f752b45cac193b12b90c6d25a780f64fcd14fddfde1294cbe2b38b7ac2b706 +size 1180 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0094_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0094_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c74c95ec83393cb426cce9bbfc5a1fc96ddf6707 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0094_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30d351c116942bff2311e4b42a90be0b805ea7d75e0292d8f29b38f210f90de3 +size 1108 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0095_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0095_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b34216076bc7ab72a0551d0eedc97e70fd503dbb --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0095_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:164410f19ad0241900cfab2b60eb7956f679df7196ebbd35e382bb3b53cfe180 +size 1385 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0096_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0096_0.png new file mode 100644 index 0000000000000000000000000000000000000000..627ba196f5e1e1c2f3cf851f9e72ca0a3ffbc5bc --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0096_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6f04d3ea7b3f6ad2269a06d7d079303e6712a76b23622c057e9d8c36b0c73ef +size 1215 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0097_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0097_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5de747cfe51d76f03b566e42de36b6d498db3e78 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0097_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40b95df9238b456b84346b8829b38aba2d4820f0d992eb924694062015ffd2ea +size 1067 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0099_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0099_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ead192e77674f47ee2e6a7995ff120729c59d3fd --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0099_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed5d24d394f3fea26522cff223636bfc78628c6a19f125068bdf99c85995a45c +size 1239 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0100_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0100_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a0356c1ba5b7ec82f4d8fc71c67bda255962a331 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0100_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:911ae517129f977ebf1ff7ec8ed959c930731f3ada45ec02a13dbb03c44b80a1 +size 1167 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0101_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0101_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3fb0d03fd27beb1d0eaff5d5c57cd74601643fa0 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0101_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:657a379ffa0ed889d822fbc188baea05300995af5436ab9d2f414f5036932334 +size 1119 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0102_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0102_0.png new file mode 100644 index 0000000000000000000000000000000000000000..dbe8c1e2388677f36af2ba046680ab3c358162c3 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0102_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61710a064df9f83c942fa571eef1c28f6adf4e8d48cc550d4eba83f8d1c55e42 +size 1390 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0103_0.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0103_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3bd867b533f5f84e82bd65e6345ea8b13c760774 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0103_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:505f19e08cdce941ab24f7b3d32c0410d6d724e4c38db6f43a8c8a7a706762d2 +size 1297 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0104_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0104_1.png new file mode 100644 index 0000000000000000000000000000000000000000..e93df9730dbed49cf0937076e84df501e9d982ab --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0104_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c520186ba4941f286ba8f77803aa843ae34d9a25816367d01374054b26fb8ef +size 1210 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0108_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0108_1.png new file mode 100644 index 0000000000000000000000000000000000000000..df796c2a2590a0b7bcea1f0272fe65f323ed4952 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0108_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d5da5a0384737d0bc6d05d4f6b8bcc20204f1a0d1a93e41d07fb00aa792bf74 +size 1156 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0113_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0113_1.png new file mode 100644 index 0000000000000000000000000000000000000000..e22ccb6b8c3b1ea53a6791d30c0ae07b023833dc --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0113_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc293ff0f22d18deb51a6d9f19969c4c01559ef4bfa14664dc27c6ba58b8d412 +size 1070 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0117_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0117_1.png new file mode 100644 index 0000000000000000000000000000000000000000..75822b41da746f53b10f1fd8e7c9ff3ee7f6c5a0 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0117_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:104aeb5807f94675af390ccbad73f242727ca0b8ffcadd99ea91b6c32cd17727 +size 1041 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0126_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0126_1.png new file mode 100644 index 0000000000000000000000000000000000000000..46e3083f173dc821dc6ab7820393b8a298031751 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0126_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b32f84e11a9e80ceb61d32d3e0afff98737d904386804b8401122d07a6c3580c +size 1101 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0140_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0140_1.png new file mode 100644 index 0000000000000000000000000000000000000000..852977bb44a5b6db69ad2f7fc7b07bff2f73b589 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0140_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:223760c59e2cbd147f12afbfdc2dfa4aae1f381f83ced32008a98aa663bdd963 +size 1235 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0141_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0141_1.png new file mode 100644 index 0000000000000000000000000000000000000000..85e3e1ded823267fc4043090f9874b48f102affa --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0141_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8645284419a6a1d4cd77ab952148f3a995d029758ca4de44b5f2bf2435c59e85 +size 1321 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0142_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0142_1.png new file mode 100644 index 0000000000000000000000000000000000000000..0200be27042216217fdda5f0b47425efa6556638 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0142_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e43cb9f1e54dad3b564f2dcc9faa668f00de447419813f9c9d9b70eeaadc95e6 +size 1184 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0144_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0144_1.png new file mode 100644 index 0000000000000000000000000000000000000000..aff120fa6a87c99d349eeb8f51528c5cfbd74515 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0144_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a557d53c46cc64ddd5fb55a0568753993426346f5651f9ef14e4c53483c11c4 +size 1217 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0150_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0150_1.png new file mode 100644 index 0000000000000000000000000000000000000000..e95593302dbeaac64de9708a846e27defa33f97b --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0150_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ea3d89a35b4b88c3382c0e023fcd9b952149a859f80159d625beca1f1cfde9b +size 1185 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0162_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0162_1.png new file mode 100644 index 0000000000000000000000000000000000000000..099fb5c70499898bd0e6bff44f7de2ba5682dd01 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0162_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e25b67f227ee595a8dd23cc85ec0454280ce0e5b19386ec302215636e8131111 +size 1351 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0166_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0166_1.png new file mode 100644 index 0000000000000000000000000000000000000000..a300c4c29af896b832697c394a02d6201ad31cc2 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0166_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca1de1eda99f0a8250fac180ead0b6b9fa6544b0e674943951aa94b9bb21f901 +size 1302 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0170_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0170_1.png new file mode 100644 index 0000000000000000000000000000000000000000..f274f4fc10d29557f37f619ea9d87c8915dcfa5c --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0170_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54011ee70757b84fe72120cd5bc470212ede96086a52a92900869f07cd17dbe4 +size 1315 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0173_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0173_1.png new file mode 100644 index 0000000000000000000000000000000000000000..44c74286e233d81cf983fdc8dc57216040dc7f2b --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0173_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d684cfb1710bde859fcd81986117d97cd7c04435f643223fb602dc0c076aae64 +size 1383 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0182_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0182_1.png new file mode 100644 index 0000000000000000000000000000000000000000..d792a616426b6dfee18102ae6dd1f4af7587caac --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0182_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf54e0d5eca428a05241dd51647ded720354413d56020d8171afd35dee466da7 +size 1232 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0188_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0188_1.png new file mode 100644 index 0000000000000000000000000000000000000000..83485946f26c678fce47ba59e409e28632b8a128 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0188_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2da7ee79e454c1a8f9d1f97f9da53a7a779879b0917a9c7904a4f18f4a72c70 +size 1224 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0194_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0194_1.png new file mode 100644 index 0000000000000000000000000000000000000000..bf552affd30e6cd6ffc222b4fb618a93d31f2edb --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0194_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e0b34175613da52a9ea4a15846681f37ffc329e81e71633b5b7bd6b548afc29 +size 1109 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0195_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0195_1.png new file mode 100644 index 0000000000000000000000000000000000000000..41bb82825a8fd6964ffebccca865292a408cb8f2 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0195_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c00c7858052fc16bde1ce02fec17542110fe71caec947e1c0c8595dc4761f154 +size 1164 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0196_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0196_1.png new file mode 100644 index 0000000000000000000000000000000000000000..1cfeb2216b10f8485f50fe6257f8ad9f56dfc9ef --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0196_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7b623b0ec5d01fcd4401020ed0907ae70a3efe93f16c4cdedfea3038cc53485 +size 1075 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0203_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0203_1.png new file mode 100644 index 0000000000000000000000000000000000000000..505666d554afc3bdb422271ad1c72cb9c2584c43 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0203_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5641676e9bffe1eb651f5bba667e02ff5fdcf6f65b80de1c79c145080e934f4f +size 1256 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0213_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0213_1.png new file mode 100644 index 0000000000000000000000000000000000000000..db3a4cb90eb91c2b2ca5872e7f9170c392278b69 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0213_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bc30ba31c4cc3775f575e3d52c28f89bd9b1a1d185cc767bdff22286c9cfd6b +size 1187 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0218_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0218_1.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae207b7801d1fac3096af171d9dafd9f053348a --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0218_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2040de8d390e5f9d9920421e5cb74733f64642de4f7b55ee62682d5e61e7a937 +size 1272 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0223_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0223_1.png new file mode 100644 index 0000000000000000000000000000000000000000..580e08712649d03adb013cd4085d467e3e0a3aa9 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0223_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:385e6bd7fbd305736504bac5814b55cffc18e1db383daf9a90be807384566844 +size 1220 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0228_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0228_1.png new file mode 100644 index 0000000000000000000000000000000000000000..7b4e3fb9ba3ee0cdc97e10a915c3b14389ef3480 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0228_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:831c24caafb3d3e3d9209a277ec780addb7bdf067e08dedf98fb31304414fbd6 +size 1155 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0243_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0243_1.png new file mode 100644 index 0000000000000000000000000000000000000000..5333fc3e8729c338fa7947ea1ac65f0b9698a49c --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0243_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d75b428af484aebbcd29e37705f299540e5c1757f8726c396a3c2c3b017ba47 +size 1363 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0251_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0251_1.png new file mode 100644 index 0000000000000000000000000000000000000000..c742f221578fadd29f7e4456b5487d1f25f9531e --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0251_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9ae1ef7c3f0f149f9bac1f177f97cb757ff257377dcb897fc806229adc58ba9 +size 1104 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0253_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0253_1.png new file mode 100644 index 0000000000000000000000000000000000000000..5fe98db0e67f30ea854e09f3eef7188241bfaa13 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0253_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee9f48521b8695927516d593ab7605be6ce9ddd3389afaa96f684261b04b72c8 +size 1223 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0254_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0254_1.png new file mode 100644 index 0000000000000000000000000000000000000000..5fbf5602633078bf076da06788708e0eebaa4d2d --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0254_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:211a2f68606c48f80ebee6ece3fb1a344c09737f4931eaa68e2a476848149a61 +size 1294 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0255_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0255_1.png new file mode 100644 index 0000000000000000000000000000000000000000..4343df5574398658251ba1c8e0f4c2b3fa2d5394 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0255_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80a733f85200fa18f6dc128c0cb7c1439a21e82d441ea98f73b9e07a9cc7f631 +size 1332 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0258_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0258_1.png new file mode 100644 index 0000000000000000000000000000000000000000..8bc720a530d8ffe2a94fd87d0c7178cb20cb0def --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0258_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6211efb2da893cc9e905645745ae819b6cf615391d45c0f9ecd7268029e1b4df +size 921 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0264_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0264_1.png new file mode 100644 index 0000000000000000000000000000000000000000..9c57d88dd351a2911d5aab5986712face2c3d38c --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0264_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:618c5d92c57a3557641223bee02508de2499994c6ff59638b9b67c5352936e5c +size 1126 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0266_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0266_1.png new file mode 100644 index 0000000000000000000000000000000000000000..12865024161562e67a47db925261dd855c5a76ae --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0266_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52a8ddadffacb357961910f718571a0c16f7241234bd78c21a6521f0048d5388 +size 1185 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0275_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0275_1.png new file mode 100644 index 0000000000000000000000000000000000000000..7ed7d4ad17b8090f2b87f38a5c75725df06fadc4 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0275_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efba83d3f13ecc1bdd4ca35d01e4301fb9dc6ccd78b52ea228fb1326bd92735f +size 1191 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0282_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0282_1.png new file mode 100644 index 0000000000000000000000000000000000000000..fb50223f3666446d5f88875db3701d3881eb91e6 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0282_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19aaccee979d229bcd526bce75827457e5d72b11989d8e34b1f067428ffeb790 +size 1243 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0289_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0289_1.png new file mode 100644 index 0000000000000000000000000000000000000000..563df02a14cfb757e5e424ff743155444fc41db9 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0289_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7056374769c70df4d0284503cc7ebe73b4a605b993b69292673cfd59221cf6f8 +size 1109 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0294_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0294_1.png new file mode 100644 index 0000000000000000000000000000000000000000..18e1c8ace3e9950cadd4dc74c4ca090308cb9f83 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0294_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2764e05e3a94416e2c54f4cc608ac8dcc7fe3488e6417feac1dc7e3ec6a83715 +size 1061 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0301_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0301_1.png new file mode 100644 index 0000000000000000000000000000000000000000..9658d093f87daacfed57a35274ac8e81a6f34ad7 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0301_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9045a898353c698774ec8472e25643b38a3a1dbf7527f4beaaca7d788d5e16a9 +size 1199 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0309_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0309_1.png new file mode 100644 index 0000000000000000000000000000000000000000..78cf05b617b28658fa07a267e81c28bfb87356d3 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0309_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:838fe04ab605286022bbad7371b3a1989afb8304df170788588eb464084bf2f4 +size 901 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0311_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0311_1.png new file mode 100644 index 0000000000000000000000000000000000000000..3865d5815b461c8e1238b9a7809b1dbec0782b07 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0311_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8e6c38790513cc80fb0d58afb3640b3d9eb9db2ff95c2e2cfad126d8144eb3c +size 854 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0313_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0313_1.png new file mode 100644 index 0000000000000000000000000000000000000000..65e5c7adf3c74c167527b64c3c2b2287ad7631d6 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0313_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3328fbd3b01c50e2abc6b36f1eabc62515554404b62e2b7c4225bcfcf75369ad +size 1107 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0316_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0316_1.png new file mode 100644 index 0000000000000000000000000000000000000000..3de6f4469ee3739466915c4f663b36d392f72cc1 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0316_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c50ae6830f70cb286a11565b52b31ab23d5598b1ced19b99f5321bf1a288e010 +size 1116 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0331_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0331_1.png new file mode 100644 index 0000000000000000000000000000000000000000..8199f4b3ae037046c9a35e959d4a5f767d02b620 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0331_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00bb5d8c6e27d7cf437fef36b93ecf2b5c060ceba68b754e2c6d7b215368a006 +size 1328 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0334_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0334_1.png new file mode 100644 index 0000000000000000000000000000000000000000..cc5eea2ab1a5468a20f1f5444e9dec4ea6fe3ccd --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0334_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe1f147a1eb0965bf0182c2322ff0ac9b0b8c11d62107c9a087bcce35496b56c +size 1082 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0338_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0338_1.png new file mode 100644 index 0000000000000000000000000000000000000000..d347566aaa17d85f6e82526dd526e493d4009bc7 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0338_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64246e2ef4731e6ae78dd9d3d8c9b99702d2bc5efab6141ab5d03dc5527df6d4 +size 1469 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0348_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0348_1.png new file mode 100644 index 0000000000000000000000000000000000000000..c47c67afa2fd7dcbdb0768ac5ca66a02206e9029 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0348_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b76ca747772b57cd7c677dfe1f774aee9614c93a5a5b0b76884f65424345551 +size 1011 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0350_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0350_1.png new file mode 100644 index 0000000000000000000000000000000000000000..82ee38d5339bac8bc9799fe717f9cefe5b3b9370 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0350_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dacb884a7d136628f5940189b29397707c1d6ae121b13ede9fbf32747f15367b +size 1242 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0352_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0352_1.png new file mode 100644 index 0000000000000000000000000000000000000000..d93a312c1439fb4a6bf14f36e8dd6a95217c0624 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0352_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d275f94aa19d992b60d4898cd117b66fc3b5e36ca51f68f4bb4eb82692b8332a +size 1110 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0354_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0354_1.png new file mode 100644 index 0000000000000000000000000000000000000000..8c7ddeaf218f0adfb60ceae4934d94522fec63bf --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0354_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d159e9ae5aca920648903561e0e8526c487a77cbc6437b8a8b149fe67769715 +size 1245 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0362_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0362_1.png new file mode 100644 index 0000000000000000000000000000000000000000..3f107a9f58ed81dbf3ff9bea5b3506535b56d1b8 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0362_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65019a6291cf3fe3418aeb072fa95904bcd415d803b6aafc4af6113b7c8fe34e +size 1139 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0367_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0367_1.png new file mode 100644 index 0000000000000000000000000000000000000000..5ce3ae59dc1a3c5df1b2352baeba76524517bfcd --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0367_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0b7f1ee8017470dd329081297fee18ed55db9e9812e062adb574d63a91ad958 +size 1138 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0369_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0369_1.png new file mode 100644 index 0000000000000000000000000000000000000000..543de3cbfe013a575a0f1ce914077f0060594498 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0369_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c9ca64a809e60c1348268f96676a82e4ea450e770c95eb83d41225880ecdcce +size 1188 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0372_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0372_1.png new file mode 100644 index 0000000000000000000000000000000000000000..effd49ec9652bb17f2001a30fb119641b51347c8 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0372_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd5146b262e0b39b5dcca8c0aba0f0967eb9aa213e1ee223520aa14e59a30701 +size 1042 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0375_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0375_1.png new file mode 100644 index 0000000000000000000000000000000000000000..829544fb8e8bf11a95b503c628de93d437a430d7 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0375_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c98615544b81480a56dc5bc80667de600a4d597ac35b0069bb4179b49e8ecaf +size 1115 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0383_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0383_1.png new file mode 100644 index 0000000000000000000000000000000000000000..e6711a9af0ccdfbcd5e2e95393a4a0a473ccec48 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0383_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e7916cf7af864226c7ff96f1151c6e70a7cd722522b9c9d60089800b0469be6 +size 1076 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0387_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0387_1.png new file mode 100644 index 0000000000000000000000000000000000000000..f29bd75d9265edbb96d1b84bdd6c90444a2ad971 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0387_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cc96733df80a3fdd8fce5910eab435b4307d77dbc260ce5892354401e222dc5 +size 1290 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0390_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0390_1.png new file mode 100644 index 0000000000000000000000000000000000000000..35546cf2e8bc8b8e5447e3046a415b00ff9fd9ca --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0390_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fcaad0249d446df8e6225240fb067b69ac70ba1f8db28c1faacff1f6dd2ec10 +size 1253 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0393_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0393_1.png new file mode 100644 index 0000000000000000000000000000000000000000..41fd506f77d7a599796b5137f09f85215f8691fb --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0393_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b9326b1a324167cb7fa2f189de056a7078f3d938466be8bb2f02e69a900fd09 +size 1112 diff --git a/MendeleyCXR/labels/Montgomery_MCUCXR_0399_1.png b/MendeleyCXR/labels/Montgomery_MCUCXR_0399_1.png new file mode 100644 index 0000000000000000000000000000000000000000..b616fe791093c158746d8920ebe36d80adf7f6d5 --- /dev/null +++ b/MendeleyCXR/labels/Montgomery_MCUCXR_0399_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3ec2c0f9d6bc8ba4b2b925878e26a44a3329b8d8b21f9cd9ba31622edbda0f0 +size 1067 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0001_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0001_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e84054adeb2c4ac117fbe35d78e30f9ced6de118 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0001_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c6b43124dfd31716c4120ec7b24d924530175eab57ca340b86883cd59f19e51 +size 1200 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0002_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0002_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b9dc87d2852dc054bdcdb9d1c5a139bd23406773 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0002_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b483f09699b6955ec3fc8c4c0fc07caa166bed17436be7dd213c5e1c7a598e4f +size 951 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0003_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0003_0.png new file mode 100644 index 0000000000000000000000000000000000000000..84370fe12483b0308df2b8b9bb276c2731d56404 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0003_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4eead88810cd4c7f7002c66155a19c7dda0f38e7c02c28ff30a5e785bdeda63 +size 1055 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0004_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0004_0.png new file mode 100644 index 0000000000000000000000000000000000000000..25f16f73c63712f0c8f885bbc5f48f530531c923 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0004_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc287062b23a37f0b0ace2d822a28839cfb65badcf1614f76bfe4af669bd9976 +size 1104 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0005_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0005_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f96e8f3cf45a292fd733870e408369332e853e6a --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0005_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca4ee57c437d24f5f3b633f43443101d147cc6324fa9e18e6d667c0b82b51e05 +size 1094 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0006_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0006_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5f4eff5ffff47300e66379480dc0abb7f3e1071f --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0006_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:297bbd7074cf1c27316c788acfcd8a90ff54adc55105529dc9b27a54397e105f +size 1129 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0007_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0007_0.png new file mode 100644 index 0000000000000000000000000000000000000000..0d7535c78395a59179177a9c6390170adfc82657 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0007_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d6f7bc5261a3fe0ec8daed12c0965113742809c10a806507bcfdee44785346f +size 1195 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0008_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0008_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d0a8e6d79b7bd4f2d656559c934ee5980f21035a --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0008_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b46008711c9a45faba7f0deedc198b6e85a08cfc642f1651ecaf9a9eef7b70e +size 995 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0009_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0009_0.png new file mode 100644 index 0000000000000000000000000000000000000000..761745676bf4ad951e0cd6c7eec426220540be0d --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0009_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb21876b430d0891a43a0c6c1e4a5d8e038869f0b7fddee428b28cfdc3b142dc +size 1139 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0010_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0010_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c3af79954b6588c024b3a57d854f4e7e20e4452c --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0010_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2c35ec77ffe86093bf6be4b224e6bf6a7c51a3699bbeace52028ede9d9fa209 +size 962 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0011_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0011_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f2a4fd51dacd5462abf3dededbf9b22453017a69 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0011_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98d2b3d5565a469f4b5cbc974eec58df18e2a8ea72405e81e4fc8c7e37f57186 +size 1098 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0012_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0012_0.png new file mode 100644 index 0000000000000000000000000000000000000000..79e4d7f4cf1fd9ff8f1e74e108ed513f244cfa02 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0012_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1968a12cfbb0cb2b09f991e0edeb6ffa608cb8506cd95f853481d6dde28853d6 +size 1122 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0013_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0013_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e0aedcf5497f57254dda9414932b1d6833abd634 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0013_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48f2c2ff32fa205ea459565513a6084ef7dfd19bde866885063e9fcb065feee7 +size 1064 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0014_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0014_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c3ec626433dfb5492b312dd300b03231c00526da --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0014_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b9740b97473012af63389c7c2e0260c0c03e3fdf91d28a2c2086d16966b5fd7 +size 1026 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0015_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0015_0.png new file mode 100644 index 0000000000000000000000000000000000000000..6ce4fd9715a1ed7358a69a601f121d3baa85c002 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0015_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43d0b6032a93baf9c547728b353ff4051ae591f58a89e398be22f4b24a5cb1bf +size 1089 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0016_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0016_0.png new file mode 100644 index 0000000000000000000000000000000000000000..9958adb8c6432251e1a2bd71119f161c1b3c9dd2 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0016_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:195213039c540428b1bceeafe15792f2e568953f9c3bc2f8806310a7032b9c37 +size 982 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0017_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0017_0.png new file mode 100644 index 0000000000000000000000000000000000000000..8c62778d224f5e628963f8929063323dfb56136f --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0017_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad1dd2bebde9cdec92a6bb6b521b5912ef2f42f881a0cc0b54d1623208a4333c +size 1150 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0018_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0018_0.png new file mode 100644 index 0000000000000000000000000000000000000000..786e9e8076076fff7a21efd4ca5e576c7b27f6f8 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0018_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31aae3cd89cce52609e0b8b82a14d169108ab69c85c4f5582125fe68129e063d +size 1329 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0019_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0019_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e3c83fea6af80b583cf4921ff872eb698411a139 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0019_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef8fb33e1899b42a13b600db47b8f6b06dd2384cfd9294143a9b850062bad38c +size 1273 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0020_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0020_0.png new file mode 100644 index 0000000000000000000000000000000000000000..85206077b134ff713b930f3e990b1455d3d1fb29 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0020_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85ba11506b610deffb242444d40753f8d07490c2fc36c9a1b120e4364cac5480 +size 1211 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0021_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0021_0.png new file mode 100644 index 0000000000000000000000000000000000000000..60ad7ca7601f6004a2121679d05cf6ace52bba6d --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0021_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:970134d69ceb505ce90cac2aa451ad7dff00a82c944a2a726a045f6b15a5eb9b +size 1185 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0022_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0022_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3f2875732e41f56ecf9ae146e74ce9dbd256635d --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0022_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25041ea3ad802f2ee491c49c1ee929ad769714dea6f02626c42418377db4256e +size 1190 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0023_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0023_0.png new file mode 100644 index 0000000000000000000000000000000000000000..090e722d43af64a14fd6d49156cc4f80761e5785 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0023_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34a5c5d44aca30ffc6f6c1ee167c12a70daa4a59ef517bb50304a65eea845916 +size 1198 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0024_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0024_0.png new file mode 100644 index 0000000000000000000000000000000000000000..984042d358689ac2ceb8e7e0f3e25a9dea0dd106 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0024_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb7d0736f9ece943c87e48731e833df18ab0fb86af2cff67fb942be7f0e221ce +size 1125 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0026_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0026_0.png new file mode 100644 index 0000000000000000000000000000000000000000..595889bfc1ef22cce21ca26bd3c8a6e6b853589d --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0026_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3585bbe35888a457b741766310e493f2439ba8f152aabb73a0cec75c7edb9d1b +size 1079 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0027_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0027_0.png new file mode 100644 index 0000000000000000000000000000000000000000..471dded232c0e0ce77cd4456b872108bb1f6ad4a --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0027_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18ea0997af15861388abde6581595cb6c979fcd206fa95c7162671d2ca9a0b94 +size 1088 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0028_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0028_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b184c109cd93ae652e85ecfde64bad98151fdd79 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0028_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a4fe2adea5086047b15742a853aa3dd4825f546c4a615a9a608fd396fd23e9e +size 1251 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0029_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0029_0.png new file mode 100644 index 0000000000000000000000000000000000000000..4bfcd232308d446ba0f3ea941a6ae077dd134a42 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0029_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:453af384d9f587e146b50218e4e775427dee7b454c516c8f27ade135bac1f7b4 +size 863 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0030_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0030_0.png new file mode 100644 index 0000000000000000000000000000000000000000..eea526e41b3ae92a1219264aa6f875bcb591a37b --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0030_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3abd8a067ea854873683ef0a27a92dde2d8a4e4b22f7b153adf499556ebb0edb +size 1235 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0031_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0031_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b52a1906f78924e1b61ebafb92358ccd5cba3771 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0031_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d121c20ba330b33f4ce4b627bacd0a30dc2d51a056a5f09c70c2f11ae17e9ef +size 935 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0032_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0032_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c77ab19453ff220b5988c3c336ffb4f14e558bde --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0032_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c065a54a9d64df325c0605f50d7a7c4de8dd31ce55071904211dfdbf785b343f +size 1005 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0033_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0033_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b7c02383dab29fc913c0182886e168699cf0c5b2 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0033_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1742bf46ea83fd6f80e9691f579294f820df48c579e0bc79db104ca3ecc7cd5d +size 1070 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0034_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0034_0.png new file mode 100644 index 0000000000000000000000000000000000000000..8b90dcc85d5ac0d4f07b628016851a3332d64021 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0034_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1f5806240f96a6e0aabed0baa3f317daec19ae86c1aa97889464b124ec64485 +size 866 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0035_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0035_0.png new file mode 100644 index 0000000000000000000000000000000000000000..23f1e8b494e25e2c0f7aa6af8227dc563f451753 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0035_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d3f99f34231380894b33f668859f3f657a3561490f88a0f4a05fa0064d63a02 +size 1041 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0041_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0041_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c03a48582980a73e8adcee514d5223d41758cea6 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0041_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1539a49ff93c740238472f00df4c23b21d479dde3b8a61e9b934f1e980d0ee9b +size 1287 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0042_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0042_0.png new file mode 100644 index 0000000000000000000000000000000000000000..14c65482992abcfc3fa2e560ef61a58a2bb2fd82 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0042_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aa6854f48d28ab828790014fc6dca09e0abd77e218e260bb5ffb92e41dadaa6 +size 1170 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0043_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0043_0.png new file mode 100644 index 0000000000000000000000000000000000000000..6dda41e40d84bb31d8a0d42f151532d0912dbb9c --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0043_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3ecff46aefea2ab3302839796043e8ca471eb09528d971959b6cb15e23dc866 +size 895 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0044_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0044_0.png new file mode 100644 index 0000000000000000000000000000000000000000..adfa45b33d2e37335d225a9cab6db875f7628de0 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0044_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3f4568b405b5ad55f48bc780ab07ab2886e7131597e75cb949870de93cb3cbc +size 1222 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0045_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0045_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3bf3ad82edfe328bd0055cd073f8e195f561ce57 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0045_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4938956d64bcf65b8d8c9687d48d573333daf7988e4ae096abbc238e02fb85f8 +size 1063 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0046_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0046_0.png new file mode 100644 index 0000000000000000000000000000000000000000..93d4ccfe55c3ca244348647908c6fff8e3e98331 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0046_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1d17b32797fd30d980e57def66458501e1c749ec8d71bbc56a118dbad621ac7 +size 1194 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0047_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0047_0.png new file mode 100644 index 0000000000000000000000000000000000000000..8c263dd667b093870fefa49e5337c13b672a2945 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0047_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5670588f1182b6468f2a50247ae09b35665c2310f6be7df5f03c9b1eef584aa +size 1215 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0048_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0048_0.png new file mode 100644 index 0000000000000000000000000000000000000000..88f8173be55f55b2f51eb540af32fb1693126a90 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0048_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aa710a17c6f60a6f5677b3d1909106e0847f2c61fc38a153fc2289071323110 +size 1080 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0049_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0049_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7abfdec0fdea977a7fa71916222f1c9c40d635c7 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0049_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03c5c2c1f4f4c7f11ef3d4d168e2628f189bdf381d32812edea13196753c64af +size 966 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0050_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0050_0.png new file mode 100644 index 0000000000000000000000000000000000000000..002cd02e914e1086f5fa14d6140f59cc152dbc13 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0050_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d377148965b6543c82f6832e9e33cbd401eb070c80322c1565cb55349d89b372 +size 1132 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0051_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0051_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e7a70596e2b2c33c8221f3c81f385b2de8d616fb --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0051_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2925767bcc2bb6d23fa9ced6065d6984ec6531eaf7fd5b239f35d31e886bdca5 +size 1057 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0052_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0052_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b474ba92666d29ccfb8e3868c297c46f1ac5baec --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0052_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47665079c443f4c271d7e32b213bea9a8d1810e4409dc8f2b67af7e1207ae67e +size 1152 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0053_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0053_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7e85d129ef93fec76d2954ff3e138aeb1def9f1f --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0053_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6c6ec9828e24f15e7edf36f5c987b4dec6c68c339cdcb5a0a2f0fb3c130e347 +size 1102 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0054_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0054_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7ca597c50c0677e8316b889afbb10c1eb52b06ad --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0054_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dd1ab8ee9408b9c413df918bd6c3a3ecdc1e4d31b830a9f6e954f1e3ab657a1 +size 1072 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0055_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0055_0.png new file mode 100644 index 0000000000000000000000000000000000000000..69ef5dacf4f36a1982003108535f1e8393fc1db5 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0055_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fe777a1bd6118326bb47f7b562461b5167c08a3df496584eb96fbae5c19cbf6 +size 1118 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0056_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0056_0.png new file mode 100644 index 0000000000000000000000000000000000000000..0ca312c96ca98b7bc854e2281858828fe41c51be --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0056_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a09a01b2f8b6ad13a68320a14bf1f0203b1ae885c2a3615490c537c038aab39f +size 1087 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0057_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0057_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a5c88e366dc08cdab74361fa9eb6784570c37ee1 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0057_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d18e53c3d28386e602d3d0805f22a80046cdaf2e454d2deedf48c8b9ca61415 +size 1159 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0058_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0058_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f782b2f4d3c58f480779ddaf5fdd99c74e606346 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0058_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c33ca87ed5eccc04ecfaf1f73e205570b526e7ff754a284466117067beee56c +size 985 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0059_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0059_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a0c953dee0a667e47e9977c5c517b6b3bcbdfcc0 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0059_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ecdd0b24d06e4377f6eeec666087fdcf2a3a7e88de528f66d540c8de708d30c +size 978 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0060_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0060_0.png new file mode 100644 index 0000000000000000000000000000000000000000..12914cc4745621e899539b6af5f7ecea4a137e17 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0060_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dcec24a147517c9dcea01085338bd23a66f91171a6054a7519fca484d69b42a +size 1070 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0061_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0061_0.png new file mode 100644 index 0000000000000000000000000000000000000000..35cc74b5fa4bae1fc20a3f4b8add52c785535479 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0061_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3c6ed1a59e181663faa71ce9cf9f9195d8fca48f44a7efddcc1fc2ab475e858 +size 1255 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0062_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0062_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a42f8508ef672d14085bd3aab8427c25b7ae33cd --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0062_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3b31a8cdd785b026f243cee70153a76d33cea4556f895f79bb1fa8cd0e91c14 +size 1101 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0063_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0063_0.png new file mode 100644 index 0000000000000000000000000000000000000000..9dcd3cefd2cada86776f463c6b3375739e7db4d8 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0063_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b66238d03b39f0013cb5c23ebaa3b8d74df5ca5b8bd146c5ac6309138685d56 +size 1174 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0064_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0064_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a439bca6d8dd03de74161e5f22896a1586fe5e8e --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0064_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd7dd33156554f47d8f00f202b82230f6c7a5a8d49e3620da0e6098e65387334 +size 1154 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0066_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0066_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2b6da0b3f0e061d3916cc99ac926eddf7eb06ad2 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0066_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25375d28a0810fec7fe5473d687793fe4783dbc87a12e0474ebbac8f48494f2c +size 992 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0067_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0067_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d68b005dfe372342b625d2d4b12f5a1465eae693 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0067_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d12ee191a40d05cfa96746b899ab96a4c9918de4d4eb026eab2eeb2f848bd403 +size 1183 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0068_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0068_0.png new file mode 100644 index 0000000000000000000000000000000000000000..082d7b7958b9af91e58a96dabf44434578c78466 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0068_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b16e825c1a1aac89f38514fef743b35b38118461038895765912d7fa4e235a3 +size 1068 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0069_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0069_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d209f4ddc68f59e1250a77354236703f3408454b --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0069_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aad2a5709c87de55c166e46b9e50e3a2ad22f2a44d97608e4394a033b42bca96 +size 1196 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0070_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0070_0.png new file mode 100644 index 0000000000000000000000000000000000000000..25e309c0068087edca935b156f68e89ad0b7eb10 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0070_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd06abeb99e02c90cc19d2cfdb554cd8c7e549e47e0069c48c1dbbe702d16e96 +size 1222 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0071_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0071_0.png new file mode 100644 index 0000000000000000000000000000000000000000..23ea3d6fd59b10ab8b6a2e9b90086afc09e1fbb8 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0071_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8456bae0cbe1d026df37d3734ff698ed00b4e76585c0bbc4b079bf8fd5b13501 +size 1220 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0072_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0072_0.png new file mode 100644 index 0000000000000000000000000000000000000000..82c2cdb30567dc534fdbe25628d5f76d64426d73 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0072_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d33cccb068462fa9d36935cab4f900636c365dbb6e526d5c962e714a7ef572f3 +size 1255 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0073_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0073_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f092e406f25897399fd415dcd0054c0a3b32e452 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0073_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b99b835829b2f51f989ec6efa37e32be8105bdd481cfa4b9974a8685ec64a138 +size 1044 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0074_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0074_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f38244d06445e3249f18f84c886a39ba16e01c84 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0074_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b20f14d7c969b4b8b2e075f4e053f50f4793c62994f64f2976e2f1ee7b0e969 +size 1173 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0075_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0075_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b3b9a0cdc70bf568b148ad9b1cce2f481aa1cd5d --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0075_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37820d2039698c6cd07fda1b00761fa633274fbf661949ea620daf51eec72132 +size 1173 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0076_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0076_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e10feb93732a65f9c38db59143974e1b748a445e --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0076_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e0eda6d49e50db8e256a3c40ead98ceffef7a9b12e81a077c38648e3e167286 +size 1172 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0077_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0077_0.png new file mode 100644 index 0000000000000000000000000000000000000000..39a8f5c30f76d9700a253c547ff2bcf3ce381f34 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0077_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67bc727deb07b5c8a5b5c564ee36da03d904d20f41bf919b466618505d41c07d +size 1065 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0078_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0078_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ea77a91a8640e8bc197261dc2f8b63c0f4f6c6c0 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0078_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:696260f3a38ecea624a4cc9f5b7853c74b78af405c29726f033af12a4f23b142 +size 1169 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0079_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0079_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2515d4413e9342a2911c698a4eef19ee113d9cfb --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0079_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6afe7f0b07e0cbf830a887b10ccf73dc0c8ee1701552119ea6099cc36ac07549 +size 1132 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0080_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0080_0.png new file mode 100644 index 0000000000000000000000000000000000000000..4c7837326fe700406d1b9428c3fd9520a16f3ecc --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0080_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67a2c5ca2f529db00a91d1c183e9b8cea4872d07de383db463a99ed6969d1d65 +size 1059 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0081_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0081_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f25198a580b20cafc4ead3c91be7f83277e190ae --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0081_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97ae9c71f8f01bd010c31a813a0a76afb356ea8bdcdd3e3641c10f3b4382dd28 +size 1316 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0082_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0082_0.png new file mode 100644 index 0000000000000000000000000000000000000000..19195f59f5b79565e50e443f991d6974d307103b --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0082_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4778d020234e283e79d2b2d920cfbc4ee1ad93ce9e70d91e26d22582be7c7dd1 +size 1189 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0083_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0083_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1f16038e47502f81a4ac2db3911a93473ec9411f --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0083_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27e3bf06855846b715cf696451f392efeb9c8c416e0aabb151813aec3206f95a +size 1105 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0084_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0084_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b3caa8ad2f08852506c4a0bd4dd96f79796eba1e --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0084_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dba4b256d2317d8b41bb5f15269550be49c74e8ffd76ee274d17f95e3f576148 +size 1211 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0085_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0085_0.png new file mode 100644 index 0000000000000000000000000000000000000000..cde92256b10109812a8095b484b6ecf714789d33 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0085_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:716dceecb2117cb67305fbad6eae703e503dd6516d4fe0d467f82735ea24c530 +size 1164 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0086_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0086_0.png new file mode 100644 index 0000000000000000000000000000000000000000..317d07dc9d8a50271d2a80313fc49d44c6ac79f2 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0086_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:881e498077129ef6830069859f0960023b999d43af482642e84b32d9e818ead6 +size 1035 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0087_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0087_0.png new file mode 100644 index 0000000000000000000000000000000000000000..0ccbff5b80236958d4dd1c418ff2d6ac2a986b2b --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0087_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb768ee4aa2f1939e961985c37c45875ff9b52aa9f913218ce1e653604a710c7 +size 1211 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0088_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0088_0.png new file mode 100644 index 0000000000000000000000000000000000000000..83e722c5c8a172dd21bcafe196cd3b03e5782b1c --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0088_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddf0cba62a5a68ee49cf9de2537564727e3871598e3511611eb588aab2a8d178 +size 1226 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0089_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0089_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5419c15d3dd4d2e8df095feaa0553d0847095d81 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0089_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3038f0813d9b8b8676b87c28537c682897f085a9cb1ab5227339d979f65fb46 +size 1230 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0090_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0090_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ee1a8d7b3e7d2e844684b5cca8cfa949e4e486d4 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0090_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:641968fc8e2053c1a9f390e69aec42d283e19da360a33d52694fd7469b360264 +size 1211 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0091_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0091_0.png new file mode 100644 index 0000000000000000000000000000000000000000..508a8331a4fc8344b9c27e0cf935699491868338 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0091_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01bf1867ee20dee650c047fd75a235716d575fe84e5d30eba387f95b9f32e43a +size 1273 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0092_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0092_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2317ca6ddafef7d28b19421c0ab53e47e4778a09 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0092_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0ce2130d7b4a1d9428294654d0558f22fd4d1aaa877589d9574f639fb7f58ed +size 1231 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0093_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0093_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5e1a4b24b04fd7b4df1f1acbcebf3beba8cfb006 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0093_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:661a19776b0827e8a60f382d67d5819dc81d3bacb3428775110ba73726eed991 +size 1287 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0094_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0094_0.png new file mode 100644 index 0000000000000000000000000000000000000000..4c3a26ce68fdc3ddd6e3ab4dcb34865b55777238 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0094_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2abfbc718a269c046a47980a8ce3aad6ca2f29cb676a9fa07ab504c5a77b5e56 +size 1113 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0095_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0095_0.png new file mode 100644 index 0000000000000000000000000000000000000000..112b6f28e57eaad8e7fa38d3bac9ecc10837b99e --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0095_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:298b9a3b664885032306e26445e58c05b6c2111ad2ced6e6559d0c8c88c7590a +size 1210 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0096_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0096_0.png new file mode 100644 index 0000000000000000000000000000000000000000..65261dc884cc68cc4b999d345bf2e96dea5a3f69 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0096_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82d9cce66b080fe72c253863ca6dfead57bd1a4804faa000e259ca01482c5b71 +size 1323 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0097_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0097_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2eb3718da24a735972311579ddee5d888d9bb418 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0097_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eefa953b5c36b8f6976a75fc888a664fa0261cfb17933a13e8b3e2755878941 +size 1378 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0098_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0098_0.png new file mode 100644 index 0000000000000000000000000000000000000000..8f08c8d0b3a795c7f6ab55e8cf7a5b2024a5838a --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0098_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdb44b46d3e284f90c28b9d64364d0240fab16e6440a9391fdd0a7f2bdf3167d +size 1087 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0099_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0099_0.png new file mode 100644 index 0000000000000000000000000000000000000000..192e0b76199585b21165277e0d6cd946e4c7719c --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0099_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85fbfd88818048b0ad7cf55566dc1d392284952f5907bda59de386d65c524ce0 +size 1141 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0100_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0100_0.png new file mode 100644 index 0000000000000000000000000000000000000000..75c579f4635f3389e73e982e41627578ee2f81ff --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0100_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c21fee349ff2174fb7f9f37cda2b3b437a49f7517e7f84e9d74b59b51a1c8caa +size 1339 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0101_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0101_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e5417a9250f9d672e85d7d5f880b660bebbc56e0 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0101_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b169b60259acdb06031a35094b28ea49ce40c9de984098ee0e39be1ddc5a9ed +size 1167 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0102_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0102_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1e82684df4c7d2d36a17b67e46f42dd47995fe05 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0102_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59f612841551764560862b10ce063829e91b70f7beaa8bdf55a18bf55671efc6 +size 1301 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0103_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0103_0.png new file mode 100644 index 0000000000000000000000000000000000000000..cb21ba90e5ee7353c994471ccf1bd9693dcb5814 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0103_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c804f43ae40c4139b0aa3ee80468b6118fc823fb0111e0de0bf3bd71400162a +size 1271 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0104_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0104_0.png new file mode 100644 index 0000000000000000000000000000000000000000..4fa40cf86edfdafb564879f1cedb3de56b501042 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0104_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b3a8221a75c6d5741b602bb317a896ccdf5bf2711903e165805b1840a53d56c +size 1231 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0105_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0105_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d55d47ad8dfe590151282b74c2b14c76436aa0c5 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0105_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c842ae49119b380273aab45ee94ebfd798627472b6e6a2fbfec822e79676c6a3 +size 1134 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0106_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0106_0.png new file mode 100644 index 0000000000000000000000000000000000000000..af5e65aca1b1c103c7e4543532f08ebdc8bc44e8 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0106_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5f80619c5f0a17ccfed7ff55bf64f4b383510ce6c8c2d4912685b2e920f8fab +size 1141 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0107_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0107_0.png new file mode 100644 index 0000000000000000000000000000000000000000..6125662bfcc8077729e5c3f2652b57829d2eab93 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0107_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d525f0f72a009778ba7c96070bf78631d67fef0db046f4b036436ab69991c909 +size 1302 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0108_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0108_0.png new file mode 100644 index 0000000000000000000000000000000000000000..0e04c4989b0af7274fdc8a94e65ce3ddc7d10b20 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0108_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7c049de4f1dd2695b9eef51838c033ff9fc054d01d266857ceb6d3fd9931058 +size 1277 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0109_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0109_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d9ecdd3cce8e64ff21eb393194bd20df625ea34d --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0109_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f0971b9c373c6b03a1fddce4d3664c0c2200e3801d61ee4e5d6b60a42ead7d0 +size 1086 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0110_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0110_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f25cd0192d8d6b729ebc1686222b4b32a4e100bf --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0110_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb8d8987485bdb867c06bb6c8c07561e7540c55c6d09b5d86969e8679d099aa7 +size 1074 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0111_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0111_0.png new file mode 100644 index 0000000000000000000000000000000000000000..0356c420962984681c415cd785117d4202c2149b --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0111_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d81dc7122daa515abaa4bf6f41addf98413659e7aa1189f8aa9742038547c5dc +size 1254 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0112_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0112_0.png new file mode 100644 index 0000000000000000000000000000000000000000..280a3489ad2f747ff7f7b9c0f5020a24013c9523 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0112_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bce70e83a1dfed2aa46ab1c5d2c41f2c73ce7773b9a8631d2077fffe66fac7d +size 1203 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0113_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0113_0.png new file mode 100644 index 0000000000000000000000000000000000000000..67f2d51f2e3b33411eacb5c8631ac8d04c8f8e4e --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0113_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb65358a2ef744f98d372d712355d029027c78d9147ff6f7efdbbd7df422e6f7 +size 1208 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0114_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0114_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ea6b4f72f768acf7aa4a994c17249aa08993d092 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0114_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba555a3bca6130a3fb70e28a47c2bafefb4b5b59445583857af546790b0f7e4d +size 1099 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0115_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0115_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b58ed1012a685a74c3fc9632a75dbe085d46187e --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0115_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:233de5e0dcfe8a25813bc03143e3e056f1ebbf4cbd8d87fa26f173b85ee5c0cb +size 1232 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0116_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0116_0.png new file mode 100644 index 0000000000000000000000000000000000000000..84774aad2f78f7051fd16e04988d69693ddfabe8 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0116_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:544e124ad08f165d8b0b4c97907e3acee48eda704190ace0cc554b524978fd82 +size 1223 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0117_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0117_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1d9c7e9829369ab8d48f732d1319e060b2e8e4d3 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0117_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:475f137f3fc617359c24633414fb3b72d489225cf4d5bb0a44875913068251e4 +size 1186 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0118_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0118_0.png new file mode 100644 index 0000000000000000000000000000000000000000..442ff6a218d1b33c74bc44e4e6d5f79c8b532e1e --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0118_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5126c51fc1e5bb09c127e686dbec96c72aaa2978281a17eccb158deb40fc8d55 +size 986 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0119_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0119_0.png new file mode 100644 index 0000000000000000000000000000000000000000..768add16a29964558a79a1faba96f839393bcade --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0119_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:486e6250d663aa0f23c53b33beb31c9f743fdfd31c77b3245fef40bcc8dd6d76 +size 1122 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0120_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0120_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d364ea9109b7adc33618a8e63374e3bbc120e0c5 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0120_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b438fd8cab329281f33da9292c168f1c2a0872ecf00449b0579cf2aeaea2bc36 +size 1188 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0121_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0121_0.png new file mode 100644 index 0000000000000000000000000000000000000000..25b657313305100d41ccf7d45fbd3ebf354875ca --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0121_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34065bb1895f99fa7a3c23732de2fe1374c2e6503ac829bbbee10e8398990963 +size 1239 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0122_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0122_0.png new file mode 100644 index 0000000000000000000000000000000000000000..9d143d16f2738fc7a2df7dcea204cd8a3ab29089 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0122_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c61aef5c56eb377dae3556525f1ef08ef144a4bf127174a70458af8091c9346b +size 1166 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0123_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0123_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a16488f209a960caa1c4bafff5768488b7097b1d --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0123_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19079dd75c26e420b42782df6185f32928a1cd9d5dec6d77cd6960299186e6c6 +size 941 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0124_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0124_0.png new file mode 100644 index 0000000000000000000000000000000000000000..0aa207f4be6a846216b15f2db330d67ea3faed3f --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0124_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d135b91c72dc22450d3c916b2f30ee1525444c3092b197d804a329cef898c51 +size 1198 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0125_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0125_0.png new file mode 100644 index 0000000000000000000000000000000000000000..73d328c0a5c7030c7634ce9575efb90d5f0458f1 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0125_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46e89c49b439ee078fca77af58eea39d91e108b525a6d969f896124ff32fe33f +size 1160 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0126_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0126_0.png new file mode 100644 index 0000000000000000000000000000000000000000..11792eed14219046218e9d81c51e2c05eb47816b --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0126_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b00f84fb69e6318e086d97209462dac78b883b901be1307ddafa79e20aabc592 +size 951 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0127_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0127_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3e368e01d5ae925858bea6ef8c73896daa74397c --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0127_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44dcab6d5deea8683e8d5fd3780dbb681ae3c5279d43576559eda556d082f8ab +size 1194 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0128_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0128_0.png new file mode 100644 index 0000000000000000000000000000000000000000..0c1ecc4fbe2977f936df34a59d4f271de455cf45 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0128_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1cf83cafe5748eadca66712e0e231fb02935f06ad3eaa8cea8d6ba326207db2 +size 1122 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0129_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0129_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5f32256c313acb012eae6033c7ae6d0bfbf19d2a --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0129_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5330468e89773203d642943448135055df52fd7de5cfeb115b70fbbfaacaf7a +size 1074 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0130_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0130_0.png new file mode 100644 index 0000000000000000000000000000000000000000..168c4c5ec6bb1569152c1249b0a8d8ab57c0775b --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0130_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd5946da36f3188672f8c5568141db02d9e1bac3b8167960c93b804df668ae9f +size 1101 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0131_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0131_0.png new file mode 100644 index 0000000000000000000000000000000000000000..236ebadea7e70097fa742054e51b1ec9a76d0b09 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0131_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:567553c9a039367e0eb7e31f578130bc70964bc06a7aa5757775cc387921f101 +size 1186 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0132_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0132_0.png new file mode 100644 index 0000000000000000000000000000000000000000..81abfadb921c930cd566efe13844161201db2316 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0132_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bba9c7e6e528799c58f59b4318c9e865fdd15cbaccd9a3601765cf5046940023 +size 1086 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0133_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0133_0.png new file mode 100644 index 0000000000000000000000000000000000000000..34c6337a184c27bfb09e0359a0285d80965d898c --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0133_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c95aa2eede466088e39eea8eb8b84af63a1061b2814271fe419d52d28fb01fd9 +size 1085 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0134_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0134_0.png new file mode 100644 index 0000000000000000000000000000000000000000..719fd7922fc6a5d8fbba96fd04fb2bbd6d108993 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0134_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a3acc64cf53b6b5ce2372c1540e0f0157bc225e97e5b1b7196a1c5e107962f7 +size 1328 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0135_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0135_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a86b42ddc1fa85a84b8d702f0997491f6ad21cac --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0135_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:016b311508b35405d8c812a1250e63bb633e83f4379379efb7d0ab19a2dd9594 +size 1120 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0136_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0136_0.png new file mode 100644 index 0000000000000000000000000000000000000000..6f3101b2f5ab9edaddf35bf0cbf986b0f8ce2b1b --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0136_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10076d76f5a1a95a5503f6d67252a5dfc70d76f5a9a3626e8de4fbd0fe6a4ad2 +size 1003 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0137_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0137_0.png new file mode 100644 index 0000000000000000000000000000000000000000..6d38fec9fdd1774bd279825c77e9f2dbe1efffd8 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0137_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b460b90f2c99f5fdd452d31b7dc8eb7f2d76b4eda0e00ff6d7482d7483362420 +size 1087 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0138_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0138_0.png new file mode 100644 index 0000000000000000000000000000000000000000..8b5011899b12cf994d3f9c15ab264da97ed9ca63 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0138_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d2d3bd17fcf1fb599a2f5ae4dea19b0b28ca9c2c03c008ccdc3afc0a9c47bdf +size 1082 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0139_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0139_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5e7258016d7d7c8b9a035729217edfc24f9811b1 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0139_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1bb079e58a276d60fc2b2db11ca9a8b48c09790dbef41e02571909efc7d9e1e +size 1097 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0140_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0140_0.png new file mode 100644 index 0000000000000000000000000000000000000000..0d23090afcabcadd5436200cd06b46748932292e --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0140_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a618e09155b39632f92911b71fc4f2e1f8af623f887f1c53fdca91b37633a43 +size 1341 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0141_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0141_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a7411e5da494c08d2ff430d81bc3bc0e1969d054 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0141_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d886f4494c56f43f8b85db5e5906ded796b262be1e29b6d8567d471bd1ac9a7b +size 1115 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0142_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0142_0.png new file mode 100644 index 0000000000000000000000000000000000000000..6a43094216311c1a07ae53cf9f6493039025db38 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0142_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c81de68f14a2b25424b5d17fb636e8b436dec99e6a1fb3281b33efa3c78d3723 +size 1238 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0143_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0143_0.png new file mode 100644 index 0000000000000000000000000000000000000000..54c41e1f86e72420db2dc46eaa9cf0f6aa7cc9a9 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0143_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:079666bf77c8fb4c77c4e875b9eb0ba4b33e8f31664d73a37ba8af6245bb896c +size 1079 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0144_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0144_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d20209d66d0bcca48971068246e48bbac55cf6b9 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0144_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b0c92eac46467eddb8530b48de8f1e25edb358208c174a537c3890bf5905575 +size 1165 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0145_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0145_0.png new file mode 100644 index 0000000000000000000000000000000000000000..192f2d45ed12c71cbf6484847cff6d6e9278338f --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0145_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c804e767ae1f07014e57fc526a2154ab6010971c1d4665ffd8baed4f70e3ff00 +size 1249 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0146_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0146_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ddfb3bddf1f56bd572c8ebe652f0efffc00ef59f --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0146_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aff24700c292fcaa82985c6e890a13b7e1ebce223dd9d3909f916d991f11e57e +size 1002 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0147_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0147_0.png new file mode 100644 index 0000000000000000000000000000000000000000..eb5bba5b12faefb882b3649d2e23a248fb387292 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0147_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29b3d920db286b6f088ba8feb2b46a5528d78e7812222dd92a2898a009d9e9cf +size 1205 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0148_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0148_0.png new file mode 100644 index 0000000000000000000000000000000000000000..6016506386f580719b023a62df35fbe2c9aee2c2 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0148_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93448f4ba3a421c53a0b59e72c15248b11c1bac03bdfac77f7be1b09a8027e18 +size 1088 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0149_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0149_0.png new file mode 100644 index 0000000000000000000000000000000000000000..52350c59ecd21af490e46889ae0eef2270f9036c --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0149_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fb43c462677090dba4179143450f6e7b454ba898e1bf3db8a121e86f6869d15 +size 1116 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0150_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0150_0.png new file mode 100644 index 0000000000000000000000000000000000000000..0de00622a001f6989c0a47d7abcb393f5c530967 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0150_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e48c6e7985fd04a7824145e43ad5d5a81fd10beb2e5d3a3502c170cb7024100 +size 1162 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0151_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0151_0.png new file mode 100644 index 0000000000000000000000000000000000000000..15157127c3bab37c403df9a5f3cc543570f8e501 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0151_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5892c7847c6f144c3be74337c43f0f0c854dd3815346cd3e444fa7513a782264 +size 1071 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0152_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0152_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fa0a0f5c3630c641d0cc0580ecb449cd0c2f3447 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0152_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea5a834144d00b0bf657546b47fac31703ef81a634d66cdcf3dd37e1c0d979c5 +size 1177 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0153_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0153_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2d4e85c3e65f7c8b72f5b6a283ba0840469d8eed --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0153_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9239bbb72b367576b64a3756d41f258552f364e630230885f143315fd66ec53 +size 1126 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0154_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0154_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e06b975a03a02252b3868f48339c68a47d7eba8e --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0154_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba1702e085a441b5eaa514a8805f68899eb1c9020588215b6c7d61e8460194fc +size 1167 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0155_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0155_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5dfc25edd42b78ed7fc5dbe9e6721f7457cdcfc9 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0155_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffa1b7d9c7a4aade2955f733c706d0fa1a832b37c792c4c36a0d40b56a6c6630 +size 1004 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0156_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0156_0.png new file mode 100644 index 0000000000000000000000000000000000000000..64d44d8cf1bf6a50f76915e4aafbbd0999aec6eb --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0156_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e16d3851573342729b72b37861a35d616bd1a4e52c5dac06ab7b0e5a918d73fd +size 937 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0157_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0157_0.png new file mode 100644 index 0000000000000000000000000000000000000000..73e13833fbb359ed8df1559eefe67f0e0b926665 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0157_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:795efeeb9424cacf13bf4b1df014ab1215bab1fa342b5699a1f3577157583b0c +size 1079 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0158_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0158_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c5a057ec153f0497118ac07ee8033ac30bfffb51 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0158_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de9240babb24e95036687a557c71efc4ecfd6981fe823966b791eedd890ab3da +size 1065 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0159_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0159_0.png new file mode 100644 index 0000000000000000000000000000000000000000..8ffca6fde765eb3149df2101a9f05571e8490fb6 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0159_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:525f8f9f1e0d4bc943db9a74b4d22b4effc2f2e8693b911d28d2123f243f4ccf +size 1096 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0160_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0160_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2798857c8854c040164482ce63a1546cb833ea44 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0160_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76b13227c35ea89a7142e2ad90b94165b3f2e459948054b46dca878fcd78a985 +size 1278 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0161_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0161_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ab484d9332231661f3dee48eee7509a35fe72bec --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0161_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d02df518891435383441da4f84f7dc5b90ebf376748cbe4169862c639cad62cd +size 1159 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0162_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0162_0.png new file mode 100644 index 0000000000000000000000000000000000000000..61ee2c61256ede17d650721584295c1374e10288 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0162_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e6da125533f0e9ae5c775802ba7d5b664cc983bc7cb4d15c40d5f82d896fad6 +size 1166 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0163_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0163_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f2938f0710af9a1564b85a5f44b22102715e4b2d --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0163_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbc9a73692b2670f1c3828f43ad17695d6b6e9d4bcf934ca3dffb45ab06c91f6 +size 989 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0164_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0164_0.png new file mode 100644 index 0000000000000000000000000000000000000000..8de4792f415edaab1d33714c13a0a2faa5af1210 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0164_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7475940bdea42d2ba37c090d41446860108129a49dcc1a66ba103b4409cc61f +size 965 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0165_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0165_0.png new file mode 100644 index 0000000000000000000000000000000000000000..54d0edbb359714961074a39fce6e0d932ab9823c --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0165_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a9e5f8e21ba0d02acc8d0b9e0a9203f6f6316c65769e2e8c1c2b3783b650c77 +size 1159 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0166_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0166_0.png new file mode 100644 index 0000000000000000000000000000000000000000..29c7dcf8ce0daa4e63dc7504a0e2d10696cbca18 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0166_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c28163aaf5cc550d2bada02a072254a0f406c62d090cfb2846b4dae04b660166 +size 1222 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0167_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0167_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ad5b1f3a88109c0524c45ff1e2e92fe96ad60161 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0167_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3df9e58a53e722668e192cd475931ed794d4107042913759b894d39dfca6bc0 +size 1177 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0168_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0168_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3a7d131f608498bbb7ddf9509bed50b452eafcb4 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0168_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f85233489f57ca62bc7132305a33466528f99bbd4425cd083c487ff9a5181670 +size 1335 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0169_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0169_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2351046d4e3873767c407902ee7eb451a8f96b2a --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0169_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f62f19197dbd9b43c355db06c45b2a0e3c508c16f25e6d3139e9ca94344c907 +size 1127 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0170_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0170_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2b918fa11e697c56644932422f2558e189eee82c --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0170_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5592925d83172ffd5cfb83d9c07ab569b0d32c83a05383f739f6bc4ae7e4318e +size 1023 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0171_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0171_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b8904906161d0517a4b4b0ab125548cf67229299 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0171_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b755f74703be8c9ae6025f9ec27110640fc82a7b0ac52e6fb5f4c717d912b4ac +size 1137 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0172_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0172_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1138a376468f7b25e1e9f2f0c8704e4e6bea8a8c --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0172_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c81a504f0348bac5b89d2711e50ab3c312833c4ae35970b9cd7fff44bb20993a +size 1264 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0173_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0173_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3fbe151e261852bed25f3600f9ed94abe48a2f33 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0173_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:506e71c733d8293d3fafed297166e2a80c0c2f15f741fb71b931dfec7e56c515 +size 1196 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0174_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0174_0.png new file mode 100644 index 0000000000000000000000000000000000000000..94b350934f82684d1133e2d337d9975a39fc7752 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0174_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a136e73fe06ca22a789aa6e92aceb7d0a2a772029860987f547d0c144c414f0 +size 1222 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0175_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0175_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b7d5ff3dd65ca33321d2c270f70e5765e26682b3 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0175_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b7e05b7eb2c3e5054b02c786ab9aff91687532702f1491bc05dabd2666c7cd9 +size 1114 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0176_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0176_0.png new file mode 100644 index 0000000000000000000000000000000000000000..942b33cbbb043df202742221350fa4f9ec72d78b --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0176_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7364e5735b5e77fd5e06d054c3dd060af78a329db5c01d743e88d0728efbcf69 +size 1045 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0177_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0177_0.png new file mode 100644 index 0000000000000000000000000000000000000000..8d13488fa9a16f8f2b5102da4b6e02250b28f613 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0177_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0a1d78ba60c32e481444b7391c58c07e0d6b734fd10d8cf3885e5e187dec71b +size 1329 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0178_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0178_0.png new file mode 100644 index 0000000000000000000000000000000000000000..55e75d990285b69c26ad2e736fc992728c6ef2d7 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0178_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3be94bec7406bf513c3fd5f53e0e60222b2c4f02dce4b08518bdaf45af622174 +size 1140 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0179_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0179_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a6c5b8db86b674ddd551fe02177534289a302c54 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0179_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f092866aaf54c8eca1633e1f4dae9043093a27088f5ecc9d08f049b8f489b77 +size 950 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0180_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0180_0.png new file mode 100644 index 0000000000000000000000000000000000000000..9004a7e02c287ff9391d6d0f0739d9d8f99144ca --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0180_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c1e011b7802f168a6c86d3055435be077f7ed88abd2ce71a8d7a886e2ac77fc +size 1051 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0221_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0221_0.png new file mode 100644 index 0000000000000000000000000000000000000000..558936d624e696ed46c9ef1c283e52887a78e109 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0221_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7203ea13ce44a8c303d892485c8c937c42303e08eaeb36912316eac94a3edd8 +size 1242 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0222_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0222_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3cc1a791bc6b71bcd5b2a7611cf41410eaca2c22 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0222_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90b6eb4bc0a4cc3c7be71adff8948dbccb4c5e6b42c2ce38a8db01ff43ef14e8 +size 1113 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0223_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0223_0.png new file mode 100644 index 0000000000000000000000000000000000000000..77b47dff74c1824b885f641001b8a3ee996e6658 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0223_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:272529973daf8a3bedcb2909ebfc99ab59c8511d4c0ef12638ba3b2f3937e92f +size 958 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0224_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0224_0.png new file mode 100644 index 0000000000000000000000000000000000000000..4e36a1eaa46f962d9fd60738387e6b3e78b4f268 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0224_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:456a4728c1e11946f105476f18a8f554687b43191b729fafb1e0c05fcc4ac0c7 +size 1131 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0225_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0225_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2cfef456fb09fab6279b4f212442603d49100255 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0225_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77126b99be8b3fbc14d10d19ac99390ea401601b6435f7f75ec0b07bc5947961 +size 1174 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0226_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0226_0.png new file mode 100644 index 0000000000000000000000000000000000000000..6fa7a5cef9ed6a0dc09db053d129de5cb99a3524 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0226_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:840e873bfe750ed9e65cc38b538bc3b90ea820220b84d6bee4d634d00fe995c2 +size 1035 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0227_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0227_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3d065805984f6cb5d180fceb52cd206d84f7b9e0 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0227_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f07f472f60568c41141e46c9db1f2306da51da12fcb7579c9f23826edebc947 +size 1191 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0228_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0228_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d49132348653cd9ce334a9dadea0c1eb7485fe2f --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0228_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ad2e125af44a6534f6d71ac21ed0df467d9bba939e2d0592589b0d0e497990b +size 1350 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0229_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0229_0.png new file mode 100644 index 0000000000000000000000000000000000000000..70970dd8221a44e06b419aa2b05b5292d94f063a --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0229_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b30d1a25c599cf9331582968d3b7725d50b6ca85c882e4ad540ce1d336287abd +size 1104 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0230_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0230_0.png new file mode 100644 index 0000000000000000000000000000000000000000..3b7253a77c9b49ba4c542fd642e65b7624b7c4b7 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0230_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d07d045189e1dbfc0cbe7323eeabca3d374f9bd92e676f2ea2920014a25e003 +size 1121 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0231_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0231_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b7d3871cc3201502d9ae38d43ae06ca3e6fe73d5 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0231_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b1d06b93aeeae4124877ead5a1de49a13b734dc5981ce614502d2737f43c35e +size 1160 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0232_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0232_0.png new file mode 100644 index 0000000000000000000000000000000000000000..9a66f03ab8c963f4be4d33a741461cf06a25b540 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0232_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9207b719e178c15ad57e07d8fea9f8a77891e303b2755c85e6ee815654a5835 +size 999 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0233_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0233_0.png new file mode 100644 index 0000000000000000000000000000000000000000..901e2c562b6bfff00ef429fac914e6268ee96837 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0233_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87c652ef9e252557a02ac50e9e4db28c2b9e3c8de6f0dc652acaed06fa7af676 +size 1099 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0234_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0234_0.png new file mode 100644 index 0000000000000000000000000000000000000000..651da9a9ed55fbb1333cea2540ec1fcef5bb6237 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0234_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96315292d12e1b2ee7b0b7b9f7df59ead3e68a9c12d6c0d528f40d33b34ebc11 +size 976 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0235_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0235_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7abf0a4c5f02a007bdefdc24434413ae33a697c4 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0235_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef9fd85374f9e54d5938e9e63ea145ec452613133a7fd2959d19eb790c99650d +size 1384 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0236_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0236_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a5c53eb6bea4eef156237a7e34f7e0b3b92c5af1 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0236_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a494f2005936b8e949397ad77b8437818a78ca9a04f15ea688370d2ad5a31bfa +size 1082 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0237_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0237_0.png new file mode 100644 index 0000000000000000000000000000000000000000..dcbdafd33b69dfa9a137105d2546fe082e93a7a7 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0237_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34010291b73bcee7d0245bd5593d3c4052bd4d6b58b783f07e40c4d93e7c275c +size 1007 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0238_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0238_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c765c9fb2c5c14b1ac8a2535602597976a0c7313 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0238_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16923be779b00527ca4157b630877db6dedeb844213610d23a68bf1504198dcd +size 1196 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0239_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0239_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b42b9e2ff62caaf52b9ad3fe33372bb5c310138c --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0239_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df9ebec5f96b6fa25ff9b015ab28e4800da966a1a6761188fd71b6da254c3a4b +size 1158 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0240_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0240_0.png new file mode 100644 index 0000000000000000000000000000000000000000..046a672274b061cf2ae2741e61c10d7cb7a30d29 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0240_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9d7cf1a67d3d31343918d7c1e3bdb1d591520a7ebcc1bcc02856f2c5a9e7d94 +size 1147 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0241_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0241_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d4e0bc0cfaf975a35d71c39dba1c453a8efba847 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0241_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3259700b685fd141cdede82e0095b31bbeff1eb91dc03b04521ffbfc05834717 +size 1278 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0242_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0242_0.png new file mode 100644 index 0000000000000000000000000000000000000000..27b42356d2da784939c515a0db6c55937bb6826e --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0242_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c60f72bb5c388ac804752f6db17c2d0f133606f51ac20a1afacdde42b7346195 +size 1261 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0243_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0243_0.png new file mode 100644 index 0000000000000000000000000000000000000000..71fd7ddad9fb2c6ed9eb940149fce47bf056aaec --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0243_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b10d959f3db33a3b2e195cd82fc4f71d78379f0f75b46f7d8fa887dcc67cee54 +size 1122 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0244_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0244_0.png new file mode 100644 index 0000000000000000000000000000000000000000..252a949dbd6c2397b3417b2d5b095640af55628b --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0244_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7d07dfe3de9bf83602f74464804cf9156d4857efe4323771c0f8c901a97de6f +size 1252 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0245_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0245_0.png new file mode 100644 index 0000000000000000000000000000000000000000..13b92bc599af9470e64984294c97ba7a48dfdc6c --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0245_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e7d5dae2a599f60aaf69943c4b0f862d7252f3abfa38b002c428060c99a2b0f +size 1132 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0246_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0246_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b57c32cb51efea15702ccec29113130522a233b2 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0246_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a79aa10a844372b20a4d7a4ad6270acc1f21f387b2c34b82ec64d35e2e788148 +size 1134 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0247_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0247_0.png new file mode 100644 index 0000000000000000000000000000000000000000..290b8ddb5657e718aa8b74481c2238656aa028e6 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0247_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d7613dab391cb544bf888bdf93159fd8a3d1ce89d5a05a2efd62df984666fc0 +size 1043 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0248_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0248_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c87c2ae71a3c0a641599262cdfd8af7321e8fdee --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0248_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4872a8213ff226f3d7e4a6eda72d42a197f6104a5a5dda983d37c8c52d809b68 +size 1259 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0249_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0249_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bf920d645619bc87830033eb9ec844d4250fb2e0 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0249_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ead9e532cfb318860c8782310c22a496a27eb5599f154ceece366249633d79d0 +size 1055 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0250_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0250_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bb32490d74bf4340fc58b5e69398e167c4ec42f9 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0250_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e87aeacf8852e5beb62b477fc6331f862e4c150c9d962164167b649066f9bc0 +size 1181 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0251_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0251_0.png new file mode 100644 index 0000000000000000000000000000000000000000..df003bf975cce06469afd3591c56c184c805cc85 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0251_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb430214e81850be96989c4203c4a89523990a81e4b6f42634d2b66030a8d5c2 +size 1071 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0252_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0252_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e0ae2f5c7577646b1e6631e210689dab45639391 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0252_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ca9cab2770c4e031e09da9696b063caaa4f4c77e60b45ce83d9c7e10fc39737 +size 1167 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0253_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0253_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e254b8d0cc18aff3e147dc72a14521f944d89b1e --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0253_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ce1a7917ea1bec21d48e473eeb549e7b7bf6fd30018d68132d59e0a9c23d15d +size 1128 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0254_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0254_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fce38adb411bd1ec2fcf579f31a254a3b7e7fa28 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0254_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:210946122fdbfe1a7f24173d0c468bdbb485aa49c343c097f03678ae94c9d297 +size 1191 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0255_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0255_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a292c2a79a346aee13ea89e4e713172cb513a1a1 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0255_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1edd5c6933140eaa41158023dbe243682b22b782a0ce9c99939cb86a9292282 +size 1216 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0256_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0256_0.png new file mode 100644 index 0000000000000000000000000000000000000000..45b3065582f64366d4a76b4ed276904ae5395a6a --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0256_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a84512d85d0339e47611acbc1799fcb19afbdcf2ba66edadea894a2fe4f2c3b +size 1085 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0257_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0257_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f8f55df7964c6b3c75dcb34d0895d84ffeb427e0 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0257_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c4732aaf76e85f5050a0d000d10adb5cb13a2f59322580e2f5b93fbc8681936 +size 1140 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0258_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0258_0.png new file mode 100644 index 0000000000000000000000000000000000000000..9461bf80b3ac7acf703d9e57e737b03b5bb610ae --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0258_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:680643af8afc7e935b40d92bb034527d0cd5def2d6240f5574048b4942a7361f +size 1143 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0259_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0259_0.png new file mode 100644 index 0000000000000000000000000000000000000000..974ec81a2a72cacd0b88c9caa110fc7fa68d99a2 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0259_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4460ebffee121332194435df406f62d17b01fda5436ddcb701b35d2db7660e0b +size 1057 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0260_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0260_0.png new file mode 100644 index 0000000000000000000000000000000000000000..95d9df1f458b9bf45347b06cb0d300b19264697c --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0260_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18428f72d1dcba6847c39b3c084ef2f2b253e07c28425612419191526458dc0e +size 1057 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0261_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0261_0.png new file mode 100644 index 0000000000000000000000000000000000000000..056c6153bb312a66aeae8c4a08171e7fa3a5c1d2 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0261_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3780f874b455687b2322509bdfb921d751e8165c0ad6375581b5e432721df10 +size 1092 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0262_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0262_0.png new file mode 100644 index 0000000000000000000000000000000000000000..54499ab079967b84f9be05d730681023af7eda98 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0262_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b9ada26189e8c0189e4af7e9a37c8b2d6f7e3645e481c2ade81cabb4a0dfc51 +size 1176 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0263_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0263_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1966b60010e718bdb7a20a37dde760a0326ba989 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0263_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d99022e2ff7019202c09367c33d73b0b9956466e831d171d9c77341ea342d9e9 +size 1092 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0264_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0264_0.png new file mode 100644 index 0000000000000000000000000000000000000000..2d53d2c9c74b9ff8c4f9747d0ce38751b388f97c --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0264_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a771524eb073ad6e930b3573c3008da418ccfa04692e233ff1c4b27d9ace16e +size 1059 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0265_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0265_0.png new file mode 100644 index 0000000000000000000000000000000000000000..9c4288954370e2b71ec2dfcaff204981f93b53f9 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0265_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0890d1b504337a670fc6b7a70446dc4f7682b66aa4594e75a3fd3412c1884f73 +size 947 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0266_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0266_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f56763d3cb6188af28a747eb51104c723d24e819 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0266_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6e56313447f4d9558f30dc15fd71702f9bb33a7d4611a66dfec36ee064a6fd3 +size 992 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0267_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0267_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c2d19d51ce9560d18d5d7ff8fb0ef457aa6f67ca --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0267_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5230f803fd1040f0857fa5998fc607d9e36ae3980be46209290be55a0c7892d +size 963 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0268_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0268_0.png new file mode 100644 index 0000000000000000000000000000000000000000..035424f51776773f94fc9d941f094c167185456c --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0268_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fa4a4ab8df0bd35179618b1124c092937680d8c914a607e946b8ba609600a07 +size 1117 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0269_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0269_0.png new file mode 100644 index 0000000000000000000000000000000000000000..9c352e81cea81bb9b5045e0d4055d8acc107d228 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0269_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7be0ba431ed47766b9fc805f74dd9a7c65ee8106ab0b71eed587c6b56710a120 +size 1001 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0270_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0270_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b4286ded3fd5f5024feb88d14a5aa8cb0a66b823 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0270_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d881949ad3f6d65cf9f92e8dc2f9afdd8d700cd513e29f96e1d76339292a8f10 +size 1035 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0271_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0271_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ec2bf44a9ac5d056f82c6de001bc601340c12ee5 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0271_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17273e64394f7a29b7dfcd6448822311a4d8851a3788a1bf8682ec540d96f423 +size 1231 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0272_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0272_0.png new file mode 100644 index 0000000000000000000000000000000000000000..06b70ca2c41efcdb03ac03cb7e3b0fc1bb809bbd --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0272_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dad57af96f249e3679a8f35709a008379d7da1bd778463cc29938e3e37e82ba9 +size 1320 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0273_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0273_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f4a2f4bdf9f4692fb3148ac847541ca2a6456378 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0273_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91c6d04e2fa59b9ec463990573b6e9debfc103f4f580bc00d90eb9b58d505d33 +size 1216 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0274_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0274_0.png new file mode 100644 index 0000000000000000000000000000000000000000..804e80ffb0852ea287cce9bbdafb34ed7cd06ee9 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0274_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:492fae080683abd65e720d88b4410b4b62fef7e4e122e9618394c68bc144e86d +size 1331 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0275_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0275_0.png new file mode 100644 index 0000000000000000000000000000000000000000..676752fe48f2d0037af5417d161bfccfbce08524 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0275_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4292594b48b68b2310617c7943f50a560aa60d74eae373c9a556607f0a57c1b8 +size 1051 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0276_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0276_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d6046f1bdc94172a1f0c28310af0a7398196eb79 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0276_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef507ba96030b062aa465786e86109b11c96aa7392a087b95a046ec641e7943a +size 1130 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0277_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0277_0.png new file mode 100644 index 0000000000000000000000000000000000000000..1e9bc1c5bf99c31050ee16b0b4924e11cd912f9f --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0277_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0158f79ef11847e13f89623547ce8d5a8b42aa0cfb1ec3488d085b59a8e0451 +size 1130 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0278_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0278_0.png new file mode 100644 index 0000000000000000000000000000000000000000..05e7259943e46d3cbd5213ec26a1de9e08fa892d --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0278_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0daee2797564626c82192597764270fb6a1371502a39beb1829f99a6ff1a4416 +size 1261 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0279_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0279_0.png new file mode 100644 index 0000000000000000000000000000000000000000..17bf279466f146a33372cc9e97e99cf61b3bde0f --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0279_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:361439b2c12abf049edb1a3d9f4fc63426442020c6f6a501b0d22fe0ee30a8bf +size 1393 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0280_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0280_0.png new file mode 100644 index 0000000000000000000000000000000000000000..03cbcafa4f15ac2957c067b713ae00197ad3aa66 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0280_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2690f84ac10b5441765c9d27adc90a028b1d364c9dc12c668f4b6373bec56ad +size 1051 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0281_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0281_0.png new file mode 100644 index 0000000000000000000000000000000000000000..df3a2280241a0c09b895ea0b31858dbacc0f6b49 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0281_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3870925b886e1de3247180e15856182e0393d9e152828e422d1e91ab0ced992e +size 1198 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0282_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0282_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b83c9c8805f1dc6f0ec54f9bf4ec0ac0577a2c39 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0282_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10264e8aa588e1722567cc32d3d5171c44bc742ffa43d4f5cbd99454f33070d8 +size 1240 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0283_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0283_0.png new file mode 100644 index 0000000000000000000000000000000000000000..9be01a37df711a49ecd85684f7c667af0e3f6e4e --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0283_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d72aad70fee2a81c8f584ac50d8b1e2d31d51abc50d6d015f93da417b8dc7511 +size 1182 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0284_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0284_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f61c8baef8f515aec9ac75817c9d5e0298bbd78d --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0284_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea6400ae38d1aad0bc6f69292472c926ea435c4af071b65cd8c54e001442c547 +size 1029 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0285_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0285_0.png new file mode 100644 index 0000000000000000000000000000000000000000..109e44374c2de767205bd92b2d1544799a366a89 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0285_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05bf690e423f7ee2011ecee24283f7fa5baa3c8206d71028c3720b5229a2fcda +size 1140 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0286_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0286_0.png new file mode 100644 index 0000000000000000000000000000000000000000..dcc727c94781bb09e0b5a5d3894c8757e77020df --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0286_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:958506bd5c029d9f19153e833a11b08522a14d471c3fe7d9baddd2ff897ea94f +size 1193 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0287_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0287_0.png new file mode 100644 index 0000000000000000000000000000000000000000..605777dc07c38de3b39c70bae7d4634856c1a6db --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0287_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee1a0362156ba7b20ac6d731a3b28f20ffdba8c7eed496583c55b7352be6bb32 +size 1103 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0288_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0288_0.png new file mode 100644 index 0000000000000000000000000000000000000000..fbb96e1ede5e5fd57f8ba609597dec7103f6407d --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0288_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f43f7749eec0688676049b7d46ae0dd8b9b2f241a715fb3d4a7abb28adb5010a +size 1170 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0289_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0289_0.png new file mode 100644 index 0000000000000000000000000000000000000000..767ab34925c13f608a1372cbd2da54a23e01795d --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0289_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1df7dec31d811eb825c0f6b204f06f9d46b7ec43b3feb76b104728deb2f8e37 +size 994 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0290_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0290_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f0030a052946947666bf06aceaa8fc3914b2a45b --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0290_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:727ad5c461af9e7a546acf17b9c114a0c45eb833252f0c5e80fbf0388bb03983 +size 1122 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0291_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0291_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e235ad500589d4c09613e3b81e3fe1efbb69243b --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0291_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e666cb4a9cd5850eb4ed7c75fe1d7864e7b36dd998bf40e503ab17a7a16b35e1 +size 1285 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0292_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0292_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d3d9fdc731e68a0d4b49521f898ef1af14265525 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0292_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3729e382ed1ad658ce40c9a99e03d97417d7b0779b903e0fcdb99e7e73536e70 +size 975 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0293_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0293_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ecff2811b32e32c15d3800816bd9f8f4564325b4 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0293_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7831528c1d718393f2d77b0c911f5dc179c7bb188d68637b5ea39bb3335525e4 +size 1166 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0294_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0294_0.png new file mode 100644 index 0000000000000000000000000000000000000000..48236c2a0a67ca8f5912d11f40b366e17181af0a --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0294_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1693165744d9a2e604939ba900e0b6327ed61368767401aa1005436cf5a4693c +size 1079 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0295_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0295_0.png new file mode 100644 index 0000000000000000000000000000000000000000..097d492cbeff07ef1799b3766c20867ac3a8c33e --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0295_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e70af89974c66bc29a0cbacb377c35c4e3731afbb578cd546c6063e87915968a +size 1174 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0296_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0296_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f6f6d661d133918fd7ee7acb353048525f48a0a4 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0296_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bab94a484d77f3b0f7156ea727b8316705b67aa2e10a5a7be82cfbeabb3babd +size 1254 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0297_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0297_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b9a611fc61df5082c763a462b2eab0919c6578df --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0297_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b52a59b68ba0ac58863d37526e93a1ea660608417110acf695e1117a2cffff15 +size 1048 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0298_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0298_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5c747b3577cb73b44737236083cd74267e4d48a7 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0298_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1120bdc34ebaed81d6361dbd1381ff0ac84558ca8fe351356cc2357c645c63c +size 1177 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0299_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0299_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d914fbd69b77f9e9e96d49fe6f79e55b78a63c44 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0299_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7084737e25516744bb270a4c6258c24fbc8a0c957cd966b1bfdc5f10d3cc6de +size 1062 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0300_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0300_0.png new file mode 100644 index 0000000000000000000000000000000000000000..88a6c2cb6bfd97609c48ca93d36ec6e109e44634 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0300_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d31e8ef5f578fa78f8c616d721db9a07cd63f4e25f8e46891e6ab1a7636818e3 +size 1084 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0301_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0301_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e876387e0dae4342da4b2faec34b04191e8252ef --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0301_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5de367daab51864c5e4913098de022da014e3e2bb41951be7a40b7ef6e42c652 +size 1113 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0302_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0302_0.png new file mode 100644 index 0000000000000000000000000000000000000000..19b26e0c1faad4969e9d9235d7ccc0b61a7b4325 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0302_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86e24b7fd527ffeaca740304ef594d72bf007b6a5865646a953fc1016740ded7 +size 1143 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0303_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0303_0.png new file mode 100644 index 0000000000000000000000000000000000000000..dbed52252c4e7199cdf9d63d7103cf52f3fa39a1 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0303_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f28e35ea68b4dd33b21a27e614ab1b46a9a4fec747c2083eba308e8be40638ed +size 946 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0304_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0304_0.png new file mode 100644 index 0000000000000000000000000000000000000000..0af250b91f89d78e520988ea4b2e18f2648ffcd7 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0304_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47bd36817c19d7182cbbc8fec416674bbb5400fad3240578f90964ff8b02a431 +size 1107 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0305_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0305_0.png new file mode 100644 index 0000000000000000000000000000000000000000..5474df0a3ddab6c8140a4c682e2beba85d6d29e0 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0305_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91f984663909922c6b3749daae8659514a2287de2f83d060d262c3722174346e +size 1158 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0306_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0306_0.png new file mode 100644 index 0000000000000000000000000000000000000000..e14b5030d2c1d9984b87f85fb4998efbbd6557d0 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0306_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:613c1363a2d9286b832f0ecfe84dcfe83e1d7df15a8351e7decfc98ed66b27e5 +size 1019 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0307_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0307_0.png new file mode 100644 index 0000000000000000000000000000000000000000..bfbd0ba3b2a9037466413d90cff00c016ea160e1 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0307_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4ff5cfe0640a5be8e5cb219f684bc6b16967c2c75430768adaee324b1411570 +size 1040 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0308_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0308_0.png new file mode 100644 index 0000000000000000000000000000000000000000..38c9ebbb21ace3c52c8a0413d351e8ff1f33fbd2 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0308_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7520fdbfb0fb404e45de9967cc51fc2e4ff23906ec62161456029ab2fbdb032 +size 1100 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0309_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0309_0.png new file mode 100644 index 0000000000000000000000000000000000000000..9988621a2c620e563e728856441a4c4f20eea53d --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0309_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9232f657cade94fd1d83cb4feb5c4fb2d9deb3ae73af529a07078718d0ba7e41 +size 1185 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0310_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0310_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ca1fd3925087e1880a8fe01bbb09684fd4a43fba --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0310_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5921dc080fb366a3e724018e256d178c9b5a178efd041ed0551b4576059d2ca +size 1258 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0311_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0311_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7c26e299e5b89596353d4252a8f8b794b63099f3 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0311_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae5ee689e04f6e5ddd6b81347b1a4ca2128c4e8677ef4ad31bf8447c6081efdd +size 1290 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0312_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0312_0.png new file mode 100644 index 0000000000000000000000000000000000000000..b7294df6b03914b2c8aa29e670be68fdacce6143 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0312_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f64f746f88c1218efd929d7f7688b6ab3fbd76f06154ff0028ff8d045d71876 +size 1014 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0313_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0313_0.png new file mode 100644 index 0000000000000000000000000000000000000000..789008ee6a56cc8271477be89eb9ae912f076897 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0313_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32d7d61c8696939d5d6bbbd509290bbe838127075fca47a1d946926679eaa108 +size 1160 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0314_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0314_0.png new file mode 100644 index 0000000000000000000000000000000000000000..f8268e85761d6720986947014253fcbda47c1aff --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0314_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e15c770fa377744789c450d0c2283211dbbe430d7a3844e04fd1a9b9558c713d +size 1186 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0315_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0315_0.png new file mode 100644 index 0000000000000000000000000000000000000000..df97546e63e4420e1fce7392923adf3dc42ee93e --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0315_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19e7f3e2f059beaa7ea3c8fc740378a3e2b602cfbdd75b532b46e2156377ad7e +size 1186 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0316_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0316_0.png new file mode 100644 index 0000000000000000000000000000000000000000..d69cb196a989c8c158ef8a84ef778313ca8438e3 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0316_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e544407cd51d521b5079f23a48430c10f72a4417972359fb9ca1ed5bc72d7268 +size 1256 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0317_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0317_0.png new file mode 100644 index 0000000000000000000000000000000000000000..ddef0972279c2c3a7c058df3a79b7d39e1a44dea --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0317_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:655bcc442ab850ed956ba76ea0966e4946e6669fe91122d45aeb04da68944ca2 +size 1303 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0318_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0318_0.png new file mode 100644 index 0000000000000000000000000000000000000000..eeb72e0fe279465b7b7ed1186ccf0b11599b2ac4 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0318_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08d19569bd78e60ad1374a73029bffd041a104c5ebdf5541d118ae226a8cbd5e +size 1125 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0319_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0319_0.png new file mode 100644 index 0000000000000000000000000000000000000000..a0649dfea7570c26c69408dc65612f6beb0d56e1 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0319_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b12aad0c2c8c4faffcff8a2fed922b184fc6de29e00df905fb71fb65f8d1b4e +size 1112 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0320_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0320_0.png new file mode 100644 index 0000000000000000000000000000000000000000..7ac04b69d3e05eec7fc6d86accf228be38017e03 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0320_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8f69ee8735ff9fdc1a960ac4c3b2b2a795e1b38cad5ef7853c9a10dd68cd9cf +size 1229 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0321_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0321_0.png new file mode 100644 index 0000000000000000000000000000000000000000..c0b2361fe42c9d78d3e7c3faaea7dfa1af5ea812 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0321_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f837c1043ec4037c3c18cb8bc833972e339de7508b76ff11ae4e1a1fd0380b4d +size 1207 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0322_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0322_0.png new file mode 100644 index 0000000000000000000000000000000000000000..6395612b156587f862e9c4a58625d604cf84bce0 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0322_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c79745fbb0fa073411532156520dbc4ebe0f8f6a53b85c789edfe9bfcbda4bbe +size 1236 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0323_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0323_0.png new file mode 100644 index 0000000000000000000000000000000000000000..792f6806cf228cfaf53098251f241f30d16e3344 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0323_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24e4768bef73f1af2a9b59afa390a7b021dce06f0265430d258e68b94256f558 +size 1099 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0324_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0324_0.png new file mode 100644 index 0000000000000000000000000000000000000000..535e058975dc115f2b924af494c429fd5f5a6805 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0324_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2433b69c6a7c602009b2fbfc767e1a9345b0d2c1434ae3e230ab70c661482fd +size 1063 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0325_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0325_0.png new file mode 100644 index 0000000000000000000000000000000000000000..abf6dd2da4c84bc78b732e2c6fd8b4289cd2b112 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0325_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b03ebba470241d2f97d1ff637a084aaf81713bf420152911b262471f34fe9aee +size 1064 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0326_0.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0326_0.png new file mode 100644 index 0000000000000000000000000000000000000000..0e4267d72f92ad6d87d4eee6bc46a164d42cad7b --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0326_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e432f3092b8871adc55b83ee16c03520897c836b2f6c49fdb906a01c1bfd398f +size 1008 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0327_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0327_1.png new file mode 100644 index 0000000000000000000000000000000000000000..f2219e79cc442145195352880c10e71c3c3da2b2 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0327_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01fad28aa455b58879eb6a9f3611852443695ee77c909bc3eaefbefe835bf4ce +size 1215 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0328_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0328_1.png new file mode 100644 index 0000000000000000000000000000000000000000..c6af9e4c3d3b4f8d9a343154fd86cce0c6a90b1c --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0328_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:045b6f36b4c4a6c8da304ba8b37a9c2060fc2dcc2e33607c498bd2c7ee2b5587 +size 1063 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0329_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0329_1.png new file mode 100644 index 0000000000000000000000000000000000000000..2f8249784087ae6613d6cfd047901604cc952ea4 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0329_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f866e6c6db8d4fba1cf4f90a96e14f5ccfc6defae2c0f3068e5dc1ff1da07498 +size 1262 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0330_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0330_1.png new file mode 100644 index 0000000000000000000000000000000000000000..df7266228fba40b197abfecc828f2c88c3f4dc9e --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0330_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31dff2f6d537c602f8d7689e407b077d5489a259dd551fc793a9cbd47ac4df4c +size 1277 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0331_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0331_1.png new file mode 100644 index 0000000000000000000000000000000000000000..eee27b4c258a4d59f73a8dc65908481dc61ffdd1 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0331_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b89472220fe967496f227d59e566db2575d9c52cfc2097d94d974421e736aab +size 1328 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0332_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0332_1.png new file mode 100644 index 0000000000000000000000000000000000000000..cd9d6c2d235a40608d4827bd549ed0c812642f67 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0332_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c88e769ecde9b579fe2ca297f3ac9d6638b819158ed1d6fd5bd2996a9d90be5 +size 1395 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0333_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0333_1.png new file mode 100644 index 0000000000000000000000000000000000000000..a37cd71d4a3400e492f25d30df245d86e46debbb --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0333_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:380b498f56499df1c2244e7e9817625f09cb2843d8c198a722460cd5767f1caa +size 1433 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0334_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0334_1.png new file mode 100644 index 0000000000000000000000000000000000000000..3d9d30ab841c46c43ec19cb7677343182a342e8d --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0334_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80e9c0c6108029d4db55c550736b880d127ddc9e94f3eeb84d7b51fa244374b6 +size 1255 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0335_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0335_1.png new file mode 100644 index 0000000000000000000000000000000000000000..0aa8ebe026904fb2f76c542fd46fceccabfccff1 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0335_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8732f076ca6fd4c18af0e92e7e6a77c62cfd4fc55e0f1068300bee748679c01 +size 1239 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0337_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0337_1.png new file mode 100644 index 0000000000000000000000000000000000000000..1c529c477db15d58e5a96ae7d24cc4cc6d2536d6 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0337_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf87a0152728fca568059d8eff262c976914a11b7d3287a1cafe2afe5f3cb439 +size 1234 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0338_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0338_1.png new file mode 100644 index 0000000000000000000000000000000000000000..a5614537dff065a26106152b4b6a69153aca8454 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0338_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ef9aa83dd82d356e9bd5d531ce75546dfcf973f65c05449bc695ce5776e25c3 +size 1124 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0339_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0339_1.png new file mode 100644 index 0000000000000000000000000000000000000000..4e3cf08fff20e10308ef4401910f0af42cdfe74f --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0339_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b0c899e3a22e4e4ad52b062b52feda28afc498e0cea96ba9bd78d1eb6dc52f7 +size 1219 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0340_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0340_1.png new file mode 100644 index 0000000000000000000000000000000000000000..1d6b8e9ded3208d23ecb65cc570b781e823a77f9 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0340_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7527a79373c7a71672697a433d1d5917611f93b7f897b686e09bf3c009010c79 +size 1081 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0361_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0361_1.png new file mode 100644 index 0000000000000000000000000000000000000000..94427b749b9004a23a836608ec619fd50a985372 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0361_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5f42f94efcccacca0269897c4cefe7fe74359dd77d0f15bd29ae6720f08e0d5 +size 1170 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0362_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0362_1.png new file mode 100644 index 0000000000000000000000000000000000000000..4cb952696232ac94e12c93e46f8d2688ae31d449 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0362_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3c71a7828fae1868d4e064c7da5a42b2a2815b32688499496e22b9a735b91ff +size 1236 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0363_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0363_1.png new file mode 100644 index 0000000000000000000000000000000000000000..7d67e5bc00e37a558fd8fb5ccffa4725084aa15f --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0363_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3a4d86f1be04ebd01ac8c3f1d319d7d9584d0cb53c8969db10d2f74fbc0f650 +size 1180 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0364_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0364_1.png new file mode 100644 index 0000000000000000000000000000000000000000..426ae5a3eb9746dbef08e3b064497ec41abf6b85 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0364_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8ddbd1d5b512faf353712fd199ef03b262c900b3d9e12c23e05028aaad12dc5 +size 1057 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0365_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0365_1.png new file mode 100644 index 0000000000000000000000000000000000000000..7778f38b387b82706fa5c7cdef44ee6568ba7791 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0365_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ab0f987bbffc54f1c4dc384dbd7763f6e195be72c32e59711b46ac1fc3d211a +size 1134 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0366_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0366_1.png new file mode 100644 index 0000000000000000000000000000000000000000..0ce14b63c0500bc5760bbbc702cf8f048510b87c --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0366_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd54e98dd6f4ceaf0523f0dc7915ad5ff37ac7bc9fe28e521ccbe7928aaaeaa5 +size 1042 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0367_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0367_1.png new file mode 100644 index 0000000000000000000000000000000000000000..91e110d3fdd60efad276cf361adc743207344d25 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0367_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fc70c16fd34f192ecf324d70a26a1fdd36f62a953c2b311eef67595e0074705 +size 1354 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0368_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0368_1.png new file mode 100644 index 0000000000000000000000000000000000000000..d3e29ba5103e125189f4df5ca1f02eae1b2b3a10 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0368_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55e08f95a3de3de48586d1c00905fd66fb1173dbe673ea0f08839357c92f78da +size 1170 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0369_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0369_1.png new file mode 100644 index 0000000000000000000000000000000000000000..b27ea1d2050c5c70ec515c6249555249cff04702 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0369_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b39490ebad874ccf992d9b9a26296706e4e3ceff1139a1616cd09c5e66b22e6 +size 1084 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0370_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0370_1.png new file mode 100644 index 0000000000000000000000000000000000000000..0278cfc0b1673c7a195cd188b6f3d4e0dc15e6f2 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0370_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fec640fd3e85a154a8f63f5019e35458a85aa6eca4b759c8c59c44eee3d92269 +size 924 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0371_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0371_1.png new file mode 100644 index 0000000000000000000000000000000000000000..7e8261b20e9c04a682507cb1c95581e6e944b694 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0371_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fc5653b1b19c6c4c2d65c9b313c7b582734d37cd52c07cebd970166a6c0b5f2 +size 1099 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0372_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0372_1.png new file mode 100644 index 0000000000000000000000000000000000000000..ef3110d94e42d89d5de9e2a6b09766519271e26c --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0372_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96d3b0d7d5e0f891363d05dafbc270b4ded80a6b5850f96d623a211c5311e11f +size 1224 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0373_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0373_1.png new file mode 100644 index 0000000000000000000000000000000000000000..b837a8b640085f1330323354f605d20b87130bc4 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0373_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20bed157b4f22a38ce55dbf57dee336fcadd5a577ee2746302a7e86a95d7ec83 +size 1229 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0374_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0374_1.png new file mode 100644 index 0000000000000000000000000000000000000000..a71506f3a8ad09cc9cb19537307a8d7456bba396 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0374_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e662dc99af587aeceb644a36e58682339e74bf1d0938ec83509d3693879bd23d +size 1127 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0375_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0375_1.png new file mode 100644 index 0000000000000000000000000000000000000000..68e4eb4247d66934643d8318441fa87ef4d25ea4 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0375_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ade7ec6bd37a9336909f5faf1534ffd5bf9a6cb4a5b29b421a5dfded0787a98 +size 1115 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0376_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0376_1.png new file mode 100644 index 0000000000000000000000000000000000000000..2de0ad749c85e49dd41658ac112eb81d19cb167d --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0376_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83b22a9a97872b59035cbb29f3b571ffa5a8e8852e90728a37733d973f4e7e54 +size 1180 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0377_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0377_1.png new file mode 100644 index 0000000000000000000000000000000000000000..d87681ab8d7651ecbcf5b90d5c673e8e52b4dab7 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0377_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4308dd2e11ceba7ab913c2b1d176eeb1143be723248f8894d3a9c3d51b0bb41c +size 1034 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0378_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0378_1.png new file mode 100644 index 0000000000000000000000000000000000000000..a1bfa7623c3342bea5c34deb520295df7a4d2842 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0378_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4ee74267c96711537013661804daae51c954c4af52588ab8e576ecdd5dc78a6 +size 1098 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0379_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0379_1.png new file mode 100644 index 0000000000000000000000000000000000000000..bde32bdfc1590a1ccff326a46a1b17d1fb33e366 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0379_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb03276f05c3aafbd6b595fe0c4af86de4b0160d97aa3d7cb698ff285e0d3f5c +size 1135 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0380_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0380_1.png new file mode 100644 index 0000000000000000000000000000000000000000..b08e444ceefa8cddcac50046904134de905de9d6 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0380_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4063a6ff9376acebfdfab0c88f8cab3cd337cd5e084ce657975bdf93a70c1241 +size 911 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0381_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0381_1.png new file mode 100644 index 0000000000000000000000000000000000000000..c89fcb2e86c7ddd23ed3ba0a39987c3c10ffceb4 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0381_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ba0424f42d5d1b5d06b684e6b504237caf13e5ce2b381733d82e0f60cbb68d4 +size 1090 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0382_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0382_1.png new file mode 100644 index 0000000000000000000000000000000000000000..4e90278d5f5765057c34bafaec3c16dabde459b0 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0382_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d01c8deeecab2c0278c780c972fe61463c5df38103f114cb504bde3591207bbe +size 1165 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0383_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0383_1.png new file mode 100644 index 0000000000000000000000000000000000000000..d6b61c789ef3ed136d19f31e7ac57bee115fb12a --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0383_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f4155bdeeeb1cd8e677ab911daff481346ff04e57f5b763e494c4692c56b90f +size 1114 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0384_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0384_1.png new file mode 100644 index 0000000000000000000000000000000000000000..5e9f32a6e79cdf609ca9945e876c074914e3f083 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0384_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e05d7d41fe579e63b1b28215889eb1070092f3370bc9920c70dcce1f0e09e92f +size 1157 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0385_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0385_1.png new file mode 100644 index 0000000000000000000000000000000000000000..20cd59e91988e2795061642447770a2a34368f00 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0385_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:004be7cdf8c7ba100edf2b91e80b47383a7ee5f1a282f7ff97d63111b8a610bc +size 1280 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0386_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0386_1.png new file mode 100644 index 0000000000000000000000000000000000000000..8e10c31d819a7f71a0e277851925cbf0f9dddea9 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0386_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42c71ad654d1480e1b69c38776fee43816a91c377bcaadb7e48f92460dceb7ed +size 1118 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0387_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0387_1.png new file mode 100644 index 0000000000000000000000000000000000000000..8183042ab7288e9b03b47e2115992764f0a9c7e6 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0387_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9596d5d140b883b5591bd33cb693a9c03e7c6c4b5bec433f4cf700dea31e269 +size 1328 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0388_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0388_1.png new file mode 100644 index 0000000000000000000000000000000000000000..752bb7aaa4bcb67015da30cefc87b3883f5dabfd --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0388_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7efa8f9790e5d3e6eba14324da8d0585c6829cef9957984c9550835d716c66cb +size 1269 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0389_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0389_1.png new file mode 100644 index 0000000000000000000000000000000000000000..a6b69a72d92d26990461c7f7cf962917ac72fd9d --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0389_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8718cc8d5fa95e79cec5bfae53d5b1475b8ca9e504ae7129bf98d42af6dab6f3 +size 1141 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0390_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0390_1.png new file mode 100644 index 0000000000000000000000000000000000000000..40901985926a3140314dbf949fb4ca4b34266896 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0390_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baf8416e708b774711efdd3b33fcb699422842b1811748d5ccdaac9f0da3fb96 +size 1291 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0391_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0391_1.png new file mode 100644 index 0000000000000000000000000000000000000000..2b2dc1daac81ed4f22514513640e9d8606f74a24 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0391_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faa21cad6e30ee0ea0dd2becc05723384a04f6f94b3c667dc5f8e77932356b2d +size 1154 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0392_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0392_1.png new file mode 100644 index 0000000000000000000000000000000000000000..8703c828a96af7b397bd375e87be5cf7abe48c70 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0392_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d976ac7276e636d961f67269e2e1c80c6fa8fc541217ceee7c305e1bfcf3342 +size 1262 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0393_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0393_1.png new file mode 100644 index 0000000000000000000000000000000000000000..253721084209c08d59b9a70c476bab32143a2590 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0393_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ae344c7d851924bc6681e64dffe96c43d77b27da3e33dd9a731f815a5e1da43 +size 1249 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0394_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0394_1.png new file mode 100644 index 0000000000000000000000000000000000000000..a957331a4023c7fdc31c1effb37787455278095d --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0394_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c7669e651f077fa546f3ceccd8292f54bfa42e4976fd5cb264948723cd0cd32 +size 1202 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0395_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0395_1.png new file mode 100644 index 0000000000000000000000000000000000000000..ff6b35756ed43e8a14ff99083e37048c0e527d91 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0395_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe5118f2d082ad2d1196fb1f7d605580a3b3d983a94de653613f311364afd8d3 +size 1158 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0396_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0396_1.png new file mode 100644 index 0000000000000000000000000000000000000000..f295669e3027ad9f9a7dd8d048e5fbba918115b9 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0396_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b3c14897638ae752d57f310eeee1bd8b33228e527dfbc633d2b1f745c71f581 +size 1267 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0397_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0397_1.png new file mode 100644 index 0000000000000000000000000000000000000000..cf100c830522f01a7d9081faf7af4fb9adadedeb --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0397_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:436560fd9d58400cecc9a9f661ae054acf17720b823f461e89b37fe68722624e +size 1072 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0398_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0398_1.png new file mode 100644 index 0000000000000000000000000000000000000000..e8ffee6627bf305b72ea5a3505be439f8541539d --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0398_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfcdfba42086ad7780a5d1651320dc6059588a8a82258c19a5d01cff65b5591f +size 1097 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0399_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0399_1.png new file mode 100644 index 0000000000000000000000000000000000000000..36e7e600325cff6fe16d2d2dae9f8c297884c57b --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0399_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea3532c52f23328aa06acd6e99906fc1cb980568559551fea7651793889f8fb7 +size 1221 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0400_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0400_1.png new file mode 100644 index 0000000000000000000000000000000000000000..02edb069fa4b634483db4fa00e3d633fe376564e --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0400_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52fd9c8e55fd9b8c4349bf334521c54a8ba7cabcdda9e3ac2a8da36c965342cc +size 1164 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0401_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0401_1.png new file mode 100644 index 0000000000000000000000000000000000000000..2c76e2e2f4dc7509a237469e820bdc71c9b2c9b3 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0401_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:789ff33512f809ca7af6ef43c6b8b43a1e6e46dce20526f8a2c78a15a078f60d +size 1187 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0402_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0402_1.png new file mode 100644 index 0000000000000000000000000000000000000000..f3052e561cf3daa6ffc202420b99d9f4fb3d6a54 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0402_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a24c3bec814d6e442624122ca9a22268ff434aa0dce1cc7b68300dcfca228de4 +size 1173 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0403_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0403_1.png new file mode 100644 index 0000000000000000000000000000000000000000..0cdeb38831ec540141f3fdf7fef521e492028601 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0403_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6492b74b656422376988ff4f2d92deeffaa03b0ad54efd07aa728974975e052d +size 1249 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0404_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0404_1.png new file mode 100644 index 0000000000000000000000000000000000000000..9b0acd6958ac42249b4edc14bb051c34030b1f52 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0404_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea675748d717f29bb3bcbac0cdac62f9e794e8e75bcaaa609952adc3786aa230 +size 1194 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0405_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0405_1.png new file mode 100644 index 0000000000000000000000000000000000000000..606a9e7877c0d6b8ef81c76b8a9b1efe6166b22b --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0405_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c057e6b74e0f89d5e90330c4129312027fa7896e438fafc68be0e2fdaa83e661 +size 1273 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0406_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0406_1.png new file mode 100644 index 0000000000000000000000000000000000000000..7be016381649487a54e12b353eec4a5adfe16785 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0406_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6713f9f0ca5b46a15e11c199401d22241f29322b2ab65ca7940c00459d4e5d3 +size 1220 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0407_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0407_1.png new file mode 100644 index 0000000000000000000000000000000000000000..7143fd1edb540d30bd7eebf0adf45a5467a3d04a --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0407_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50f9c4b2743a061a91d5560f4960d6e2686b1a3e675d7db56dd7c66a4de3ecb4 +size 1095 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0408_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0408_1.png new file mode 100644 index 0000000000000000000000000000000000000000..ea385f2b10fc85601d5b22c77139c50345433435 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0408_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4ba8ef2482d17a293e9faed173fa04fcbd99e66865f9e16c2ad1653bf916a24 +size 1336 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0409_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0409_1.png new file mode 100644 index 0000000000000000000000000000000000000000..8fdbec34a4f8c48cd2f34290fab484d433a4126f --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0409_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:019ebab29df9c33d7849c291684bbfc7fc26130a79229f52198227d9ec495c0e +size 1218 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0410_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0410_1.png new file mode 100644 index 0000000000000000000000000000000000000000..cef777899ba6f95af5da83006541197e3083a6a6 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0410_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9464af7bde26c0f27fb04645d38b15921feea12b815c9666379cab0277a2d61 +size 1255 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0411_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0411_1.png new file mode 100644 index 0000000000000000000000000000000000000000..959128fdd6dda567749b37ed8c56c07d0aba734a --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0411_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e889c3b2a7be231b5d1d0b1a1f5e0c83237e0594618f76120a73bbef42ce7418 +size 1178 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0412_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0412_1.png new file mode 100644 index 0000000000000000000000000000000000000000..c1513604214e23143ca7acd06390eb352bf65351 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0412_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13940f658663badac47c262cbbc536b446792e092c908b38e1455a9dda1ddfcf +size 1033 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0413_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0413_1.png new file mode 100644 index 0000000000000000000000000000000000000000..91d4ffd214127f3fe068b53fc7300e50573c3fdd --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0413_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4089aa11879fccd06a9d24af02d225c2fc3f90ca62ef851f9ea415b3cb70d3a0 +size 1158 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0414_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0414_1.png new file mode 100644 index 0000000000000000000000000000000000000000..167c725c7abd8831b7084269cad9b760c7be570d --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0414_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:789bb5f0d440439f6aa43ce5c99a75f52044b0a23dcedc8fce4d6e8d9e07001c +size 1172 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0415_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0415_1.png new file mode 100644 index 0000000000000000000000000000000000000000..fd8783d3a59d6199abe6f1858db60d81e2e0543a --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0415_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e152991a42845feca220b7fed3a6ad669ba7c93c84cadc67315c46c3a64e7bf +size 1250 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0416_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0416_1.png new file mode 100644 index 0000000000000000000000000000000000000000..3a658b621282b39c55e02fbebc211b055696f54e --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0416_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4c7fa6d2e1e92f5b8333b430fb5784016f69f56626d2f69e7e6c1f6e8613f93 +size 1186 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0417_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0417_1.png new file mode 100644 index 0000000000000000000000000000000000000000..377f1b9f2a218615904fcb349a374a4aed86d071 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0417_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d12ae5476eafc519f9c036b48b72f46deb1175ddd3d951b86ad55ada9461726f +size 1346 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0418_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0418_1.png new file mode 100644 index 0000000000000000000000000000000000000000..0452bad2ba68e3a601c17156e7a8286cb118f622 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0418_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a65a5606c035e2ac6c6533183bfdd8ec55d4f19c4cfe999252c78e5ec6c5238 +size 1200 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0419_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0419_1.png new file mode 100644 index 0000000000000000000000000000000000000000..44a0eaeb2a0b65a6d9eb7fd650d6a3fb2ee1a36e --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0419_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4581075b87f4deae0c59ed58ed36b240fee869c8933071b923829a4eba4e29e2 +size 1092 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0420_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0420_1.png new file mode 100644 index 0000000000000000000000000000000000000000..71dbc60c91936e9d5fa705077cdd0799e4c27082 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0420_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cac6e1acc986ce690ff8fab797af06ad77a596700ea6658b273d99f9ed13a5e +size 1239 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0421_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0421_1.png new file mode 100644 index 0000000000000000000000000000000000000000..d454716dd4f37834fd08c30a133ab7af5a29c342 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0421_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b9a56554184ae61ae62c3b4b8cf9e870fc207d7880c0b6f4d2eb018ed640956 +size 1273 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0422_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0422_1.png new file mode 100644 index 0000000000000000000000000000000000000000..cb4ba5c545732724c45a945cdce897070bd154a3 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0422_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbf69ea30de866359456f51e98035018b5f1407802f8babff7fad1732352eaf7 +size 1137 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0423_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0423_1.png new file mode 100644 index 0000000000000000000000000000000000000000..b0f7973b48aa00750f749bc138e25a7a20b90dbf --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0423_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:816c5ddcdeea1ebf64deba7c80d220fab57d46001328c4c09f7d84c0c57dcd38 +size 1129 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0424_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0424_1.png new file mode 100644 index 0000000000000000000000000000000000000000..bc32ebc43ae03b4367e1ce61ebea4fad11134228 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0424_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b55ce6c21814a209b76a7a2a371cece870dd14d14b64d128049a454fbc3ecfe6 +size 1047 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0425_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0425_1.png new file mode 100644 index 0000000000000000000000000000000000000000..f112a9744dc2b98115d09a2aee24f63b80ba711e --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0425_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fe1af3f4b15ac9216c46828aaeefc43ab0d2c5994880c5ae138311a914177f5 +size 1158 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0426_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0426_1.png new file mode 100644 index 0000000000000000000000000000000000000000..ac2cb82037f74c5e1ca23c2dae6559c35eff7b40 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0426_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f37f33555ab3fda6d25fa5ce71df019338ca7594da0ce9f1e26b3474b6fa331 +size 1239 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0427_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0427_1.png new file mode 100644 index 0000000000000000000000000000000000000000..a82b90fa0e0710a081989da5d3f15ecac7bbd039 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0427_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89979e316f781d98dc42bc19d2d68294dcdbd63263dfe9506a8ea60ae8782ef6 +size 1012 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0428_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0428_1.png new file mode 100644 index 0000000000000000000000000000000000000000..c3d346ed579e0b9f338b810d2eb50c912ff3894b --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0428_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9918a04a284ef017f20b15012b286adf21bf5614becfc7569ee596959473d02 +size 1191 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0429_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0429_1.png new file mode 100644 index 0000000000000000000000000000000000000000..15acc0537ebc12fb296664a3f5f459f05ed898a3 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0429_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b162482931baffb882084b4b9dc47cc5cdd4edd3283ac91c48666c583ef7304 +size 1139 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0430_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0430_1.png new file mode 100644 index 0000000000000000000000000000000000000000..b50c6dd1255cec15d6823920aa8cf3e2cd24ef42 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0430_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bfb8f81183014bd0d11a818ebdd433a65b42e27f42a5195f054e47298eabcdd +size 977 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0431_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0431_1.png new file mode 100644 index 0000000000000000000000000000000000000000..d0029681c225ba47babdd890953ea6ab75661c8c --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0431_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b935744cacf6dbc3b8e6569c7dabc93b0b54b175b37efae44a7a59486699f788 +size 1256 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0432_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0432_1.png new file mode 100644 index 0000000000000000000000000000000000000000..79568b1486c641e9357eae96c95db82a75e33a0c --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0432_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08ba29e8a41695af625ddd2a5e9718861db8bed88c93fd6cb13e4b257c03c8d9 +size 1157 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0433_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0433_1.png new file mode 100644 index 0000000000000000000000000000000000000000..4bb08cf9e8b44bb1d1ec9ea5099d86eff759c3cc --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0433_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1791beddfd2825a27c6e81c0202b4da75acdcafee883c2c32a1cf735ac153fa +size 1287 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0434_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0434_1.png new file mode 100644 index 0000000000000000000000000000000000000000..48bc8d9635db69fce9da923f2a3f80e525936def --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0434_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f248da77f3a34a577fd3d3d24629eafce88b96198a16b0a21f084ab4bf691c1 +size 1159 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0435_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0435_1.png new file mode 100644 index 0000000000000000000000000000000000000000..c4322932c3ae5895827f50d481ff80a9aa67c6f6 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0435_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8a03ab93d5bfd68a94ed6178d35936b40ba70969810bcda35d5b676e91648e0 +size 1323 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0436_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0436_1.png new file mode 100644 index 0000000000000000000000000000000000000000..0a44a119a5867cb430992858a883deb6943c94f3 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0436_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3046ca0426d4f09a3ec757da91a94d9f9600cfde032c97dc9c660709c18dfd91 +size 1194 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0437_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0437_1.png new file mode 100644 index 0000000000000000000000000000000000000000..731ef452c7aadb85679292b255ae7fd097d25896 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0437_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:299fe8556b7ca9787bae59a2d06a7a4d46af7d8102c2dc13e683496e0615502c +size 1296 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0438_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0438_1.png new file mode 100644 index 0000000000000000000000000000000000000000..732cb27e02016f321179222c104634f88de45513 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0438_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a0ff61c11a463a1674ea5bc0735b51025096a9f5a5d9321f08eb35e24fccbed +size 1167 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0439_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0439_1.png new file mode 100644 index 0000000000000000000000000000000000000000..8d3f7f9e7805d120e2c182f0ba124f135acadbf9 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0439_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa83bd97dc5835bdcbd7e70f48289ef1096155fd3e0bf4a86fc133c757b6c01a +size 1034 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0440_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0440_1.png new file mode 100644 index 0000000000000000000000000000000000000000..fbebcc12b10af812075652a41d58874082c5f1a7 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0440_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e8c5643a3612ffc15cd3ff200c405b8c83cee13c482b98b3a409091b05f0833 +size 1115 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0441_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0441_1.png new file mode 100644 index 0000000000000000000000000000000000000000..ed4fbf10692cc97de4738d95c6eac0e72c10ebfe --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0441_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24accf4f967bd10c47bc8c79a338092b424427ade83e0b45b54cc356b19b178b +size 1188 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0442_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0442_1.png new file mode 100644 index 0000000000000000000000000000000000000000..2bff48e1727f63ffaa22b17ebeadf470d4e21034 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0442_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f875717001fa8e231249f9731ba29735af0c421c40156155388398287942a3a0 +size 1007 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0443_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0443_1.png new file mode 100644 index 0000000000000000000000000000000000000000..1ba32989e3fa0be5f5a631a6816babfe44f1aede --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0443_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa616466fabdd4064402cb65f3693ca146b360f2a2d27633d53c6eeb6bdb0ea3 +size 1069 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0444_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0444_1.png new file mode 100644 index 0000000000000000000000000000000000000000..fa30b8bedd06c361b961090552b7bcbfb8d4364f --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0444_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:192e3914c5268c5cff7d02d33c27a7b13bb486bb8739c359229ca3c2c3dae6fe +size 1172 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0445_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0445_1.png new file mode 100644 index 0000000000000000000000000000000000000000..2640d76550eebe8565e28a5d496d5ca27cc3b603 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0445_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a26d51ae71b778debcafed3cb7e55c71adbc87475303345e878796e98a46e41 +size 1238 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0446_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0446_1.png new file mode 100644 index 0000000000000000000000000000000000000000..36fad60c48c37c87f6a3d1462310319459ab2eca --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0446_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeaf0fb39322c1057f591bf414a7e8d67a02ea0a74fd90a9cbedace7ba7832ef +size 1126 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0447_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0447_1.png new file mode 100644 index 0000000000000000000000000000000000000000..9d9f6a308cf7dd7907c393112c7a7bee09eef7d1 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0447_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bc42f54ff56939b445092a0693f9ee98e3564de38bfa606044c7215d7ab5c16 +size 1182 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0448_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0448_1.png new file mode 100644 index 0000000000000000000000000000000000000000..d8c29a8f0649867d7311af16fc9b2378cbf0a83a --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0448_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17df77c0b5d58cc2fa30e05886f2c9ff9c36d84d6a802087424ec7e639090c24 +size 1339 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0449_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0449_1.png new file mode 100644 index 0000000000000000000000000000000000000000..0da96a1813e3145ddf85916d73f437e56a4d03eb --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0449_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55cee1101530991502527b5a34700298b62688d8b7cb9be884840209a0cac7c2 +size 1204 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0450_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0450_1.png new file mode 100644 index 0000000000000000000000000000000000000000..999f2b92c91c2b2d568e3b4335ca8479bb3b083f --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0450_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0c4669b582298a540c2fe7bed8c0e833050e6a237050a25cf4b26ad004d1f5e +size 1169 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0451_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0451_1.png new file mode 100644 index 0000000000000000000000000000000000000000..bd8431650f0af96aef9a79b7dcb64b49c1d30aed --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0451_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1e667dc77144416cb71ec4315f981f57897afc569d8163489976d5c2c0d44e6 +size 1189 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0452_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0452_1.png new file mode 100644 index 0000000000000000000000000000000000000000..cb266d2a754fa71c250b8a37dce871cf63b7b602 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0452_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcb11a94eaaa9307232560204725e84abc0439a65c4011d7604be6d5be45fa11 +size 1315 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0453_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0453_1.png new file mode 100644 index 0000000000000000000000000000000000000000..d255bf8b85f363fea913069ea0828cb290e59bc9 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0453_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4d88f4b382fadb020874c688de6293b271bfc0e3b35d0df59b85fd42762b7f9 +size 1029 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0454_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0454_1.png new file mode 100644 index 0000000000000000000000000000000000000000..d64b610594b2384c2c6def736ed853da3c245141 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0454_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:799259fb406080613c1ad9cde56b82064f1bff1648cd496a774c07a693281720 +size 1300 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0455_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0455_1.png new file mode 100644 index 0000000000000000000000000000000000000000..311fdf797b790562d1eef077d4a4d7f9fa86fc12 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0455_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7bf42bd21dbe1a825acd680c77a77c53143b376a2e7a59fad0ac8041b6b4f4b +size 814 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0456_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0456_1.png new file mode 100644 index 0000000000000000000000000000000000000000..992e73b13af8ac328c5026c6fb08cb1392516f97 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0456_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbfcc9b1110d484022c508ed6e1e9a9d1f0fcc0f2998f89aeac4f97fcbc2da0e +size 1270 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0457_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0457_1.png new file mode 100644 index 0000000000000000000000000000000000000000..f3e28e0d723cee93084ac23ea4478ba23cdbfb1d --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0457_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58f42ee0fc1cf38dde6faa7cc5ee1176733ebec05be7a39e976784cad3bb5d3d +size 1213 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0458_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0458_1.png new file mode 100644 index 0000000000000000000000000000000000000000..e34b9d20cac500dc5c9898646238071501ca446c --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0458_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4561c3cb7c4a28acdac792c89785af5b6ac3fe046fb144e8ad7fb30c61990d8 +size 1237 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0459_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0459_1.png new file mode 100644 index 0000000000000000000000000000000000000000..bf7994ff0b4bb5c235938cb13537a0a4268a9dd3 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0459_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81ff93426702936f61fafd25cbd9723bd34df90811f77d13f44758a78dc8477b +size 1191 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0460_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0460_1.png new file mode 100644 index 0000000000000000000000000000000000000000..91cd2448ad3032cf450a81b813aca81f3181e85a --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0460_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af724df173c6df3e5095318395310bc6988516f0ab74fba62bc802f8180f8806 +size 1194 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0461_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0461_1.png new file mode 100644 index 0000000000000000000000000000000000000000..39ff9b4c85a308de062d4e85d863ccaa3180045e --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0461_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07e0fdf0754b5c14bad88d16d006f9f7ca50f51f814d35e37cee32eed0564996 +size 1244 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0462_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0462_1.png new file mode 100644 index 0000000000000000000000000000000000000000..f4da3f524f9fa6c811005b196bf586e77a0d0ce5 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0462_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e24a3648d07a162ecee427c8220639c855017ad354c81169859c4ad0f1615296 +size 1307 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0463_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0463_1.png new file mode 100644 index 0000000000000000000000000000000000000000..70db441b7009bb6cd063d42fec249d9a06734b40 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0463_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b594158fb4f1c3cf33a5f264f1348f9830a0262dba00e6f92122b9b15926151 +size 1167 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0464_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0464_1.png new file mode 100644 index 0000000000000000000000000000000000000000..7006da4a3fb15f6e8e84222248a3c7c9c41138a5 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0464_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:041b956483aaf16e904c91f8623d758c32e7324c09fe649bf1ff522be3c7fc2c +size 1091 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0465_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0465_1.png new file mode 100644 index 0000000000000000000000000000000000000000..6b55f08f3419deda2c984e9f48d3f66243d71fda --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0465_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0edefc1dccd441280ea0344ff3c95caa1ecfd8c52dd5876405b4de9d0fe9b840 +size 1140 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0466_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0466_1.png new file mode 100644 index 0000000000000000000000000000000000000000..1d53b324bd72688c6de37ec3d1bc6460ba015a79 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0466_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17f17a340091b77cc4cd4554149a8cff2be56e40abe37aed3a697079848efa69 +size 1322 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0467_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0467_1.png new file mode 100644 index 0000000000000000000000000000000000000000..14e765552b72b73f6bb69cbe565685391f33a0b0 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0467_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50049a9e4290a0e7ed0b3d296707c15a846ed223d2f8ab3c0cef2d31f8345995 +size 1282 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0468_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0468_1.png new file mode 100644 index 0000000000000000000000000000000000000000..a41ae6c6a299581bdaece05c97cfb0f5fab505f0 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0468_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13415f9ca72f4ec1046d262f5cbe398b86c945b60dce7f439a4d80f54e2ead2c +size 1258 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0469_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0469_1.png new file mode 100644 index 0000000000000000000000000000000000000000..c83822b5fefa8776fd3e6b449b6c8102830f473c --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0469_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63cc8b18adedd0ad510918b3e827fc0cb7640a52485fe86db6dd973d7a528c6e +size 1243 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0470_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0470_1.png new file mode 100644 index 0000000000000000000000000000000000000000..9a2da3d67b5b579832aea17d8b021499f17dfbc0 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0470_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85e4240e6fcf18ddcf0931ec1be151db88c8e03bf42d5ddcb039b558fe5db23e +size 1252 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0471_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0471_1.png new file mode 100644 index 0000000000000000000000000000000000000000..f11a8be45a153a8e5a0a367b9c003d8ef2415004 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0471_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12aeb3486e6832e47172970bc482906a43509afa836b995f63ac71ce04fa66ab +size 1068 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0472_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0472_1.png new file mode 100644 index 0000000000000000000000000000000000000000..4db7cabad71ac3513f0400704623de5514e16add --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0472_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c102434c09aacb2c347e404e5291da868f084704c09db86534e2fb2bf0f19daf +size 1258 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0473_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0473_1.png new file mode 100644 index 0000000000000000000000000000000000000000..e0b223ee85572156bf49ea51758dc19f7e385d81 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0473_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3630a11f17459318c4e9246400fd14a6bc027a988e95251ba4e53fc10e92b29b +size 1187 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0474_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0474_1.png new file mode 100644 index 0000000000000000000000000000000000000000..5d1e7c6eb16d2e510b2f201f36ead4b1e1fbf519 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0474_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f1b46ac8ab8fd0cb0ab1bef9cb9e84dbcac3087ea5d4f220f6a3bb31030ed25 +size 1057 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0475_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0475_1.png new file mode 100644 index 0000000000000000000000000000000000000000..5329b3a6576bcef547794883122ba19e5e700a80 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0475_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:993b2b4c6f1d37aa00a26c466229a69a8b1601934ad17e1af2b3fdb715a36c47 +size 1112 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0476_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0476_1.png new file mode 100644 index 0000000000000000000000000000000000000000..c00258bd685495848fe804c6d9a3b6e5a512dd86 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0476_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:267e3a170fa6534333cc43fbfc0b4ee8e48e3e54bc9e29a09ad50da3f7dd8829 +size 1281 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0477_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0477_1.png new file mode 100644 index 0000000000000000000000000000000000000000..e6f5867a02cb452debac3d22531231bdcc062607 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0477_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2ef6ec24e75e6485bbf511d59b8ba26f5f063411b8923b4703462f2314f16ba +size 1235 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0478_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0478_1.png new file mode 100644 index 0000000000000000000000000000000000000000..3a44a80bfe10a88e2d471efa3564f83e95bccc96 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0478_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f25030e6ea2b8c6b1bc31ef1cdc44b6a1e1019e75d1f849a530ba0a270a27c4 +size 1217 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0479_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0479_1.png new file mode 100644 index 0000000000000000000000000000000000000000..0326650f5da1176540c3b6254f05fb647f06b49c --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0479_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7da2e8ce2aebd801818d7ca44497c2c947a3bb42e4bfeb230da0c14062495fa1 +size 1251 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0480_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0480_1.png new file mode 100644 index 0000000000000000000000000000000000000000..b001f0e07e99070ab80dcb1574dcc2610e0bb33e --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0480_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68d6812d6c3135dd83247cb2b9f3a252711a85e5a28d643e0c951fafc47fec30 +size 1183 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0501_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0501_1.png new file mode 100644 index 0000000000000000000000000000000000000000..b19bceb3763875dccf888e14f1b8a78ff6f90859 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0501_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0529583eb1a629ec82789c5eeea030f6aa7668ad46ce55ccc7fd2f44fd50f59 +size 1224 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0503_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0503_1.png new file mode 100644 index 0000000000000000000000000000000000000000..525079f7b68c43ff23314120960c7f91e8eb2ed3 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0503_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39657e62df6dc97b3b50b19431baae4c1569880e544af602cd8c511521c3458c +size 1346 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0504_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0504_1.png new file mode 100644 index 0000000000000000000000000000000000000000..a5db9a5e78f9a606b4d1405ceccaaa31409106d8 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0504_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71167983674ee8d70d0e3a7d05849324a24318a1dd687bdb85ccfde80be41a24 +size 1167 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0506_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0506_1.png new file mode 100644 index 0000000000000000000000000000000000000000..7f938c868090fcc306d7ba74bd6a00198e31cda8 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0506_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cae25d5c295b2eb73fcab123e8a5b3a5f3fff14102a9a586c98d9d74b6a98b35 +size 1163 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0507_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0507_1.png new file mode 100644 index 0000000000000000000000000000000000000000..8ed2014f367192a6b4b1b73dc40eb9975bc4f990 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0507_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94806451c7d09c95eaf35d1ba512bc4aeb891466dea02b478ec22d02561c16f8 +size 1239 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0508_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0508_1.png new file mode 100644 index 0000000000000000000000000000000000000000..7e529deb2274eed7c6ddcb00fa220d9e23df2570 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0508_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c32b20a72a535451bbb7a463beec4b1a3c270f16f5fdb46aabdf1be3725b9683 +size 1127 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0509_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0509_1.png new file mode 100644 index 0000000000000000000000000000000000000000..68e63aebb9a8ca669e55df62a80a9c9f5d8e8d36 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0509_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c1f0c4a82da21a46ef2e9c7567c7701fefb84b5d5d8c6469d19e6c491eef621 +size 1316 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0510_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0510_1.png new file mode 100644 index 0000000000000000000000000000000000000000..18a82f04d54a8dcffce730763d1c93142d259565 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0510_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ab19b647caa12d00ca1457746f0cc55770ed4487b0fd842a1e6e3458deeb6d1 +size 1321 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0511_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0511_1.png new file mode 100644 index 0000000000000000000000000000000000000000..591182d8a6b0390b8c40cbe268d1a0443ac511dc --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0511_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2ee932ce937a8f75a427e13974595e4d20a5756295a071f5843f59a0db0d013 +size 1152 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0512_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0512_1.png new file mode 100644 index 0000000000000000000000000000000000000000..703313ccdb6cb017556c4f910cac407f866ee60c --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0512_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64e543a324ae2db463aeb0a3b3bb1e3c515873bbbc7ab977acfdc059615e9524 +size 1221 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0513_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0513_1.png new file mode 100644 index 0000000000000000000000000000000000000000..aeea6f76cdd491e3f058bdad025f89286edbcc79 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0513_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:805a7973d64ad800ff404f8c6edeac664e197a33354b213c24345046090b34c5 +size 1275 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0514_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0514_1.png new file mode 100644 index 0000000000000000000000000000000000000000..426384a32199f0ec337ab562897855bcae87dd61 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0514_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b60b149b33e68ba280d492e323fcfd3c3b4362e9601d5431731091324eafda0d +size 1209 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0515_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0515_1.png new file mode 100644 index 0000000000000000000000000000000000000000..23b2fbe250b8c7a264236b5a8466152598587fdf --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0515_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd43a6d467b4bb712917e6fe59e6eb4cfceff8569857fc77aefb61f6ecee793a +size 1220 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0516_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0516_1.png new file mode 100644 index 0000000000000000000000000000000000000000..66a6f049ade1be386b72c5b69010d8cc2c6347dd --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0516_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:260b993eaee7d0130bdc2cc8fb093b72f1324b4e61e8cb004e0fb2f4df022e8e +size 1148 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0517_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0517_1.png new file mode 100644 index 0000000000000000000000000000000000000000..09b9f0b60b11018fd31e470279f421b539edbc51 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0517_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c4de9de344d77386030c4c68484bea06e8b032bc5cfe4ce6d481f2a40030596 +size 1075 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0518_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0518_1.png new file mode 100644 index 0000000000000000000000000000000000000000..fdc1cba314b66dab95b208ec408b60a55a7e453a --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0518_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd081470d03e04d2d17effe3b323b5da14b84ceb3bb7ddeabe62f12393e3e566 +size 1309 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0519_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0519_1.png new file mode 100644 index 0000000000000000000000000000000000000000..7ff97350dd90d8eb2f97150f3d8a4c2e2ec72aa4 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0519_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d475ba3098f2d9e81afac619167241eb57648a70e7d591cf4dbf092acf70cc82 +size 1284 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0520_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0520_1.png new file mode 100644 index 0000000000000000000000000000000000000000..bf857ecf0991a05896bfdb13b0fa68eeb9f0e2eb --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0520_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f98d748cbe27a346d7f1a3c2b6ad497896c767988e7900ba75b58cbbcaf1dc5 +size 1105 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0521_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0521_1.png new file mode 100644 index 0000000000000000000000000000000000000000..e777750319a897c6544760e7f04d2b758acc06cc --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0521_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff370b93caabc8473b442aadb676f435f35e6c2ef32ee83dd90bea25d5b1a6bd +size 1334 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0522_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0522_1.png new file mode 100644 index 0000000000000000000000000000000000000000..8350ebcb90a1a6a1692069277600d13c2e5431a5 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0522_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61be4e9b9bc1baa67fd387d71d3d381c0e34cb55e9309e1973b73ecc5d6529cc +size 1186 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0523_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0523_1.png new file mode 100644 index 0000000000000000000000000000000000000000..d2b92332c2dd84d4f15d3c2da0f8cfb5e3234eda --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0523_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9125664b1c7434ecbfb61367b2552a3da48df36c2acf62214740d17acdeca2e7 +size 1336 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0524_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0524_1.png new file mode 100644 index 0000000000000000000000000000000000000000..2d35ead507cd28681fa8fd24f89507cd8226bd06 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0524_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4495bd9c7ae587817b0f5b572a15766d2dfb1b81724ee5af5fb69ba1c5fcec1d +size 1354 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0525_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0525_1.png new file mode 100644 index 0000000000000000000000000000000000000000..fac716b3e130a124f71cded59dfe9669d9b66b25 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0525_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbafb0c3e92e7e86c1bc321e1e285e963f28fa91fe7f232a17d74eb7c3741761 +size 1344 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0526_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0526_1.png new file mode 100644 index 0000000000000000000000000000000000000000..efd31ac170f974c3bad65b4bb3fb758cb0fb3723 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0526_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a1f0596dc1ab03fcf9d5a43f7d1862a50965964ee79de5120cb1b273a1ec698 +size 1181 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0527_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0527_1.png new file mode 100644 index 0000000000000000000000000000000000000000..01c3343ed57e265064850d65459b68a48678dac3 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0527_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5265e004e546367282fe761e9e906b20c4b3206c8e5563a28203b55b46a5174c +size 1246 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0528_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0528_1.png new file mode 100644 index 0000000000000000000000000000000000000000..5bb292fb76f2e28060e2fabde9b9429cfed21bf5 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0528_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e37c94c64daad043b8482f6dd313215752887d06a6baf2abce2fa002ee7e667 +size 1424 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0529_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0529_1.png new file mode 100644 index 0000000000000000000000000000000000000000..b07a9267a744351880bd765e390ea27b1c04dcde --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0529_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a00a9bef9c0298c0ed7073228f40391124d8508b5a1f8f3a5810b33bb60a386 +size 1331 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0530_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0530_1.png new file mode 100644 index 0000000000000000000000000000000000000000..ee6244e181694a72a6237b6ba8cc63439809cb91 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0530_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a67c6095f91f80691b29c4a8be4680a9b172a1c6a07207c27f714feb0ac41f2f +size 1177 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0531_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0531_1.png new file mode 100644 index 0000000000000000000000000000000000000000..a8b09fb9054e8dca9eb02bebd6cc053b300c8ead --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0531_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:860c32ab4820a56b84688e6bca19cfce8bd158ddc1f779e6420a00041fbddab2 +size 1362 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0532_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0532_1.png new file mode 100644 index 0000000000000000000000000000000000000000..931feb42fa2f68ef016a1f792f285f1f84b8425d --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0532_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf6886b57cbd22f8fa3c9065af936178d64ddcc0e83cc0046384603da79c0510 +size 1247 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0533_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0533_1.png new file mode 100644 index 0000000000000000000000000000000000000000..750bdf7da394aaad1766d3baaba20bfb99fbdde2 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0533_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:484e30f9377e29fdec135d6269deee17eb77e1484517639503d6f592938050ab +size 1288 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0534_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0534_1.png new file mode 100644 index 0000000000000000000000000000000000000000..d3b71e5bbb7176f055fb3f5bff360cac32d2afe7 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0534_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:632f4c2c50f7226f4459b1433361504b93ee41c3a5a0b2cb177b7aa50de06fa5 +size 1329 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0535_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0535_1.png new file mode 100644 index 0000000000000000000000000000000000000000..02569b48ea6135775ee5d90dad972ed7ec94da53 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0535_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d48db8609ccc1cb5bfb4fd8ad51f8a464bdc754648761fd14486559254b49559 +size 1261 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0536_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0536_1.png new file mode 100644 index 0000000000000000000000000000000000000000..55fbc06167057df027f9c9f4ea739f67f17a0566 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0536_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63f6a2d49c77dd896ca8deab672f7e469ba8f0c25745ed92a7e9f8f2394e5bbd +size 1266 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0537_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0537_1.png new file mode 100644 index 0000000000000000000000000000000000000000..ad3982eed0e765224872c709ff495e3ca351244c --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0537_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c497bfaf1dcb2686a1ce3b439da4981b69a6dcaf53c3dca2520a754e3b43a12f +size 1271 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0538_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0538_1.png new file mode 100644 index 0000000000000000000000000000000000000000..33c665170aa56dd6443fa814fa8f07de070f7628 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0538_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fbf929e7cd057254b6f65580639524f150e536d43aec2916da56fece0b126b4 +size 1321 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0539_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0539_1.png new file mode 100644 index 0000000000000000000000000000000000000000..006c4ee6aa1dc476136206ad3dfd1f3675d413e4 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0539_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d02ac680d926ecbbee1506b545338b082a7a5f79375190825a3f9e2c9bab239e +size 1331 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0540_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0540_1.png new file mode 100644 index 0000000000000000000000000000000000000000..f94f88c7754e706b8963cf2778d3a2cd3ba2b6fb --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0540_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c430681cd3f1ab551d7ee0bcfffc94adcd6a240f84dac53239840538d381d1c +size 1192 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0541_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0541_1.png new file mode 100644 index 0000000000000000000000000000000000000000..e95fa6c4814dd9afcfe5ac4552f995e1db37169e --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0541_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da1f70e2f534541cfb8963302a684677469b78e38b00998375564ce9b26ca7db +size 1361 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0542_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0542_1.png new file mode 100644 index 0000000000000000000000000000000000000000..7ee9adcd97e6c9243b786592dcfd9279f932f105 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0542_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a64cdd41a59de013a09fe1915cf2d8addbe025becd638d19b4f1237cf9069b4 +size 1364 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0543_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0543_1.png new file mode 100644 index 0000000000000000000000000000000000000000..b3199898be5f23eed54be75b93cf7280a70931e7 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0543_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d3cefda60234a99f9e2f9da9575e67ee6a4de6f1db38eb6e2b80e5814ccdbc0 +size 1346 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0544_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0544_1.png new file mode 100644 index 0000000000000000000000000000000000000000..7494969f0a2596c87805c01d1f56e55d22c5bc3b --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0544_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03426be1feea56cb614d131492f64db619f4e6066df2156157154856aad90553 +size 1115 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0545_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0545_1.png new file mode 100644 index 0000000000000000000000000000000000000000..2b84812b3cc5eb638654a4682f205167180754c9 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0545_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:972e6b8fdd4fbb64806c37d5d15b6d38a91e5bd278d60933790d7a5d8280c44b +size 1133 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0546_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0546_1.png new file mode 100644 index 0000000000000000000000000000000000000000..efd34cb12ab40f6f1da050755b8aeb4432413bcf --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0546_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b871c8cb7b41885c3788c2f15016b4333cb848cdf89c3e4e67e72fd807e5d7c6 +size 1224 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0547_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0547_1.png new file mode 100644 index 0000000000000000000000000000000000000000..62bf0d7f4ce024be61aa80cf12807390756d36c8 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0547_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57a12be6a9f87007518e6b1c3348e140b1e0025d26e153ee9949a43b398032a5 +size 1315 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0548_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0548_1.png new file mode 100644 index 0000000000000000000000000000000000000000..9798774961593245fdde4d40842be7b4a3531960 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0548_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c71991244a4fc27077f30da368930e34a21cb4c13bb9efb646e4e895ceb5dd8b +size 1201 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0549_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0549_1.png new file mode 100644 index 0000000000000000000000000000000000000000..ed10d174511255006229abd205392c6c54cac21e --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0549_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:225cf7eb022a774fdbd8fe8a0ff95fc9708e470059225e9c080a7495164314f5 +size 1174 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0550_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0550_1.png new file mode 100644 index 0000000000000000000000000000000000000000..009935f2697cba689c79d10fba79ba8f123ff945 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0550_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46c101e963b8966dfa7b78a472da136b6a5270fa8d1bfaf79fd2ee5d1402f3ab +size 1207 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0551_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0551_1.png new file mode 100644 index 0000000000000000000000000000000000000000..943884980549b65defa26a8baa1b5b3dfc79c681 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0551_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3dc4b3948d367ab0af5882ff9bf13d1b17a804b47063e03f00bfa98f9ee0136 +size 1349 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0552_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0552_1.png new file mode 100644 index 0000000000000000000000000000000000000000..7f60347ecdcfa841da68bb842778b676b9129ac1 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0552_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d78bfdd1f460438daf703c44976bc92a99d962fe77cd630604ba8acdbfb0cd01 +size 1069 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0553_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0553_1.png new file mode 100644 index 0000000000000000000000000000000000000000..2616ddb8ab0379cdcb2e177e127fba060b928de4 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0553_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e61b6e73779bb02af1a193dfe93b2ab596875715f704fa6c8b1298b5c7af4407 +size 1389 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0554_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0554_1.png new file mode 100644 index 0000000000000000000000000000000000000000..b9c34afee4e29bf9dae235928347b7fad5d60942 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0554_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36522760cdc0cac55ca3edd710dc6d840e86c8c55adcfe4d605256ca101d1980 +size 1390 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0555_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0555_1.png new file mode 100644 index 0000000000000000000000000000000000000000..594c894fc46a30df9b00ad32d2508ce287278b55 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0555_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc76a7a741ef91a6990d1358998d24ef7ecca4abb9998fc16734bac24c35a5b2 +size 1139 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0556_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0556_1.png new file mode 100644 index 0000000000000000000000000000000000000000..2971fc64b7aa22702a9c62c57e2d38a56aedebc8 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0556_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:085062ff721e89d74e3af113c58a54b2febef57a46ba7fce6038cc8fdc8725ec +size 1256 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0557_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0557_1.png new file mode 100644 index 0000000000000000000000000000000000000000..d344e644ade16072842144b0fc5ddec5a1cbcf10 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0557_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcb2b573907dffcfe7a1ef3e5be27ec9b40647e4c1a4cf06a5e2dbc584943102 +size 1218 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0558_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0558_1.png new file mode 100644 index 0000000000000000000000000000000000000000..206d477ed3ccdec21587a6c3662b7b386d0c8baa --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0558_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3096980c6793e7e3d9468c705f84a204e8aa4c14e6e659a708f0d74b095058fd +size 1071 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0559_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0559_1.png new file mode 100644 index 0000000000000000000000000000000000000000..5362f325a8585c0c904eeb1958828e22566ecd3a --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0559_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c10e447fb1bfff5160ca1b59e3f0a7a866d589be9d4357b00da8ecd5a21f4cf3 +size 1281 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0566_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0566_1.png new file mode 100644 index 0000000000000000000000000000000000000000..b72ccf5acc3204071564db29784e7b4ba1796298 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0566_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81b742032cea0c5e95610590c52ae731c7f1f8acde871eaad11d2c941e04a302 +size 1318 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0567_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0567_1.png new file mode 100644 index 0000000000000000000000000000000000000000..fd6ccd5edbb6132cd44461bb5ca7803870d4ec18 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0567_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15a75cdca6d747e3fb9b1c170b68a15cbec8be5137de4902101f0c8bbe6fbe40 +size 1045 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0568_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0568_1.png new file mode 100644 index 0000000000000000000000000000000000000000..19cd0181d03aefc34a6715a4eaa344f94e362e44 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0568_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:860e4e6f55d8dc41d6f98b53d31f6d4a0383ed629092458fa88776eae5af17d4 +size 1267 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0569_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0569_1.png new file mode 100644 index 0000000000000000000000000000000000000000..0c308490e636699829830510f6e3b87e2dae61d0 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0569_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bca4d1b0d5bb73f0de9ff4b5905cfe972c6af14787169cbd75ef7074e0f348ce +size 1249 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0570_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0570_1.png new file mode 100644 index 0000000000000000000000000000000000000000..7d09d4cb5b6f0c21b3dda9e3744801a7117d6f2c --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0570_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dc577cb273e2ece8b95f59bef339634c958ea56aaaea33e120172b1d3b8ae60 +size 1217 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0571_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0571_1.png new file mode 100644 index 0000000000000000000000000000000000000000..f3b83ce64627379ae10fda204e57b68abe8c13e8 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0571_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:076d3d8bc68cb813a2953cb3092682221aa9e3959bc2edd790ac2f8f29ecbcaa +size 1175 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0572_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0572_1.png new file mode 100644 index 0000000000000000000000000000000000000000..124917f48ffb1b741c4f408a4a1cff73a9e7413e --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0572_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:622b7e31399047a1b6b11b166c211523e86c82eef0076d6b4ee278e338c25359 +size 1092 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0573_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0573_1.png new file mode 100644 index 0000000000000000000000000000000000000000..091944cfc1774699c610eaa86ba2a4b3d99b96b7 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0573_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00a91a8e77df5bff69ae99f2e86fbf93c9bb548585d12e478b89532714b21a29 +size 1280 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0574_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0574_1.png new file mode 100644 index 0000000000000000000000000000000000000000..6578f1b8727f648e749f79bccd6f451db7066139 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0574_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d5effe63f760ef347872828b08717ff86e95aa42bc7863e5e7d8f4843b6319f +size 1211 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0575_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0575_1.png new file mode 100644 index 0000000000000000000000000000000000000000..bbbe3bed9fb25a58f33e3fb6d1a08e0c7f8d2f07 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0575_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e412570c32e6cfce33e69f59c7e0a7908c992dd996cc142bc505bc72af5ee821 +size 1238 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0576_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0576_1.png new file mode 100644 index 0000000000000000000000000000000000000000..f5b2bc93033c04f0e4b077a22f35c9b087e801d1 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0576_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66ab8421105743860237ad5b084986748a075f0de8ce62635a0ee1481f7bed71 +size 1332 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0577_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0577_1.png new file mode 100644 index 0000000000000000000000000000000000000000..112a8f056685bf8dbb010eb5123cab2070687710 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0577_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1baa365312a5ea4f23bd7736d6078077e7c661252a468a3090479373195dfc49 +size 1158 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0578_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0578_1.png new file mode 100644 index 0000000000000000000000000000000000000000..ab8113944d87e1d841655aa9dbadee7d6df5b4b6 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0578_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c338b23ff24c2afe4a5f1bf6ff2f4f59a44a17c3c759fd5f9cd7fe70cceea82 +size 1270 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0579_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0579_1.png new file mode 100644 index 0000000000000000000000000000000000000000..ac6800b92a93ca14fd1761fb827bb7789a77b5fe --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0579_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e477142f44bcd05ab5ae2ea093c705df924ba591326de6e2365f1401c4b7db6f +size 1290 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0580_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0580_1.png new file mode 100644 index 0000000000000000000000000000000000000000..98ac5da47aa455e1d1a054b9dabe58579709f6f1 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0580_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:854aaf301008407d0baff88fa43ca25ebdd3f948eddaec9440d6b0e5a46b1790 +size 1239 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0581_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0581_1.png new file mode 100644 index 0000000000000000000000000000000000000000..6b6a674a83e053568f74bf75c5f3133bd6719714 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0581_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ae19f82ab7c094777393a4312bc3a0f022797b22dde8940a640f01a086bf6d0 +size 1173 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0582_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0582_1.png new file mode 100644 index 0000000000000000000000000000000000000000..07533e33ebab90403c4343e46c087bf8a0067271 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0582_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16be567215c63ea1f684c86361cb991e6d9c854a78a1352bc74e81c0054a3aef +size 1285 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0583_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0583_1.png new file mode 100644 index 0000000000000000000000000000000000000000..1ab9d50ea8082e1672bd6a3fbecc39fe996b467c --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0583_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d519cf0e89fd0952e9e71e7c6e51182612311085227abc77a573b4f96fce1999 +size 1215 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0584_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0584_1.png new file mode 100644 index 0000000000000000000000000000000000000000..d2bd57ffe124a3b97af8f399665b0d386733dd03 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0584_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22562f2553cddd68c2d82d5fbc5f4ba3c5a8aed8b1cff600c124e9eb45335b39 +size 1090 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0585_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0585_1.png new file mode 100644 index 0000000000000000000000000000000000000000..0d63f5bbed4ee3d74f2978ea7c31cd2ef32daff7 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0585_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:753cdbd842a4470e4548766b9b79ddfe46958cd82ea28fd00950b4f5ceea9740 +size 1109 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0586_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0586_1.png new file mode 100644 index 0000000000000000000000000000000000000000..4c5b229b948559da0848a1dbe8aab63e1296edfd --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0586_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:097ef6c99c37c1f8316878b740c42c3b40dbad4fa692c4d9ce0a78e766b4748e +size 1098 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0587_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0587_1.png new file mode 100644 index 0000000000000000000000000000000000000000..224dc01270c156454e09428a4b4089471eebfb59 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0587_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eeab58132bd841813e4d0c901beefcbf55c2bc817f6d5371d0efb4730046e27 +size 1265 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0588_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0588_1.png new file mode 100644 index 0000000000000000000000000000000000000000..91d36ca42cd2c8dfc4aa56199dd668f3b8d7e495 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0588_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:088440698a74a3682b53a1ddc5cc0898cadff228ad384bafb283a44b838a41ca +size 1321 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0589_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0589_1.png new file mode 100644 index 0000000000000000000000000000000000000000..32d47ec93c090230f67e4301a1d9b2d12a940ca6 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0589_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30f8de3addd57525366a64243eddf9423faae66a8d83bbf7ff41637bd54fbed3 +size 1296 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0590_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0590_1.png new file mode 100644 index 0000000000000000000000000000000000000000..5282988863b0573c0bbcd3d62cd8b61ff528ea44 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0590_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7240bfbbe3fec53a29c467349160ade3b39ff5881d94593f03e30637a816f7b +size 1377 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0591_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0591_1.png new file mode 100644 index 0000000000000000000000000000000000000000..de5ca3e7aed688be739fd84b8fec4fe931294a86 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0591_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf432a30211cd46a558b7092bd6e47ebc2109d882abb162e925869571d6a11ae +size 1239 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0592_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0592_1.png new file mode 100644 index 0000000000000000000000000000000000000000..ef492e37103ef4816accd94626ea11e02290015e --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0592_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efc57488b9ce7bb41582c37d7bc454a8e43abc85a342cbcd78dc42f88327825f +size 1234 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0593_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0593_1.png new file mode 100644 index 0000000000000000000000000000000000000000..944e0f2344e71ade9f777fe08c85d4cd81286b4e --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0593_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b03b9b9e17748a94ca8f35dc3e7166e63b19dcb97d5b1aa5015e739eae7c3ac5 +size 1301 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0594_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0594_1.png new file mode 100644 index 0000000000000000000000000000000000000000..402bdee4f9f6df3e365cb0b65d906b651ce2e0a3 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0594_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc677fadbeb6ee26b96e1039a0bf8857251041f4d7153e1d4619c276fe645173 +size 1313 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0595_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0595_1.png new file mode 100644 index 0000000000000000000000000000000000000000..f13860bb9f0f05d7b3dcc1600eaf228fec8034ce --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0595_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3681b6e1a1f21257f6efdb9466d42493be1b5e2b5553aceb039f124a07dee628 +size 1288 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0596_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0596_1.png new file mode 100644 index 0000000000000000000000000000000000000000..b2121bacf49a732cc4aee633c56c4d2575130898 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0596_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ec71ceecfa523ee5e14a8f9c0feeeb8aca56a92fc605e0420e134966929cfa8 +size 1253 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0597_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0597_1.png new file mode 100644 index 0000000000000000000000000000000000000000..c9548bd26e158cc4ba1d722d31cc9d93fc92af5c --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0597_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:317e2d6882213bc3cc1983ac27f2eb38237609e90a1049c99d3560d0d966c49d +size 1171 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0598_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0598_1.png new file mode 100644 index 0000000000000000000000000000000000000000..9f2d35d7da0100973f896b81eeaba909f1c330a9 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0598_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d462fc81b07f6b492e5196f929505d91b9077c3f18ec0ce4ba204ba401b61e4 +size 1255 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0599_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0599_1.png new file mode 100644 index 0000000000000000000000000000000000000000..06dd3ae0a701cd89d974a0d433f69d50078e1dcc --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0599_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14e9cf58c2a4ca795cff015de2387cb34c196285754d37292ddb8ca16c9466d4 +size 1133 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0600_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0600_1.png new file mode 100644 index 0000000000000000000000000000000000000000..010bd8fac167533fc892ddd76b7cf1edee5898f5 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0600_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bb88aa912b5caaad6abd523c170e1249208c78293ddf3cd0ff8ef721f2b060a +size 1216 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0601_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0601_1.png new file mode 100644 index 0000000000000000000000000000000000000000..722eb39ad5d1e4fab96d007f48f8f29202b45cc7 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0601_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23218aca1f1ff234d5ff4ed36ced3f481b9fc47681830ae1a6bd391bbbbee92b +size 1106 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0602_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0602_1.png new file mode 100644 index 0000000000000000000000000000000000000000..8b01a7b8b4ab1bfd5fdf5698c3755ae0c133e607 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0602_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:724e74326ea1b147632804f9414ece20b4d8471dda4bf089c0f1d070a9bd5d29 +size 1346 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0603_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0603_1.png new file mode 100644 index 0000000000000000000000000000000000000000..59ff7a8a9311d80b43c64179798b97115e024855 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0603_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d815458953db9bda234ca5247f5ab7082f863648ff55254aef155dfe3fce1f2b +size 979 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0604_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0604_1.png new file mode 100644 index 0000000000000000000000000000000000000000..189be95caec99ae7f59130f28a7ddbe74cf7e87e --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0604_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a95b8eaba778a69e8b3e4c5d71dacf300abdfbf2ffd9c2d23f8ea7cf9d8705b +size 1030 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0605_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0605_1.png new file mode 100644 index 0000000000000000000000000000000000000000..621556fef9f351c81bf467a2ba00433d98e007db --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0605_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5abac2d173e31eea1cee1506c6e826575f806b56f211563b649bc39458cd8b13 +size 1258 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0606_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0606_1.png new file mode 100644 index 0000000000000000000000000000000000000000..adcab45159644a3c022155314147d0583b3462b0 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0606_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c502b76f9ec6d50ab54aab7f124d6e5d2c873233810edb6cfd0d3061d86ac114 +size 1157 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0607_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0607_1.png new file mode 100644 index 0000000000000000000000000000000000000000..4b1a5f5761776f482dbe5ce04f60c3726b8894ed --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0607_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:986b9006a11e1256bc9c7aea9885cde65afe536eb8d616d923edca4a544bc910 +size 1276 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0608_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0608_1.png new file mode 100644 index 0000000000000000000000000000000000000000..e040be35140341bc25a60e79cf01ad5637942ebd --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0608_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fe7964b835b103d09fc3cc9b93a88acba9d0e605ed4f20c5e1c07bd0a2c38b9 +size 1267 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0609_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0609_1.png new file mode 100644 index 0000000000000000000000000000000000000000..8d2e2058c79454879ddc916b57c4f1a802f04ed5 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0609_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7038d549bbf73c16169f3a0b5796e49809e8d1b04d53fc1edba3e191b10ce6ae +size 1291 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0610_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0610_1.png new file mode 100644 index 0000000000000000000000000000000000000000..eef6a73f5281958e176c3463e0d6134ac6534155 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0610_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07da1b7170b492117312771ee306ee93db78f9c77a9dca2a7255f8949c7aeeab +size 1199 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0611_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0611_1.png new file mode 100644 index 0000000000000000000000000000000000000000..610e36bb722b876f6ae0f5878fbbe700887b0049 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0611_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a4fc86d87394af7e1bf3a48ea93f266b43ee078adbf3492763c3c080e051970 +size 1184 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0612_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0612_1.png new file mode 100644 index 0000000000000000000000000000000000000000..35af70214448702f10cdbaa97cabdac1aa943c20 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0612_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f61c97a4c8971a23263f5aca3900ee1ecda3e85902056eadecef9402776f6b52 +size 1249 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0613_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0613_1.png new file mode 100644 index 0000000000000000000000000000000000000000..c288a353d09d3d6511f5c9cc6b23290348800ca5 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0613_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:893abc03f6e3d598ce99eeab692e1bbff00ec27c60488f426ca83fccaa54b91b +size 1196 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0614_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0614_1.png new file mode 100644 index 0000000000000000000000000000000000000000..a528902cc9a229f989ddc066b9dbbddb86078a93 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0614_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0daea8a92407c78f60097004acf7990899de2754f1aceef7f8840828bbdd78a +size 1353 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0615_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0615_1.png new file mode 100644 index 0000000000000000000000000000000000000000..53e5b62a1617e4d88a0bbc3d67ad1f6897805e4b --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0615_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45b77958bd20963aef2fb09f32127d09dcc3c64606c3abbd88e3270b17f4f86e +size 1213 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0616_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0616_1.png new file mode 100644 index 0000000000000000000000000000000000000000..fa46659b4927bc32ef0ed218caa18e9d43a38494 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0616_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9235211eaeff9bdc59e97d4da0e9017fc71b576ba475bedf8b2841e8d49bf987 +size 1241 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0617_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0617_1.png new file mode 100644 index 0000000000000000000000000000000000000000..db3f017f55cafcfaf71a04b1f6b12bea1fc6c0f9 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0617_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a058c9afa9ba0970e07c004f9e941115f82001e7253c63f6985ac5d86e7ed968 +size 1209 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0618_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0618_1.png new file mode 100644 index 0000000000000000000000000000000000000000..05a99ba0747734f3f566ace3ac48c777edf2a35a --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0618_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1d3595cff5a1fe192517419d45a7319da8e054e1fc8a515a6f2408756132ff6 +size 1342 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0619_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0619_1.png new file mode 100644 index 0000000000000000000000000000000000000000..c306bb198c4b9b359bd6b4a1994a0f5b20064433 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0619_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f076a6c4079f193c60ed434e9b645ccf561c0d8c65ac61eef8209782b297a30 +size 1322 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0620_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0620_1.png new file mode 100644 index 0000000000000000000000000000000000000000..113be25990f8bd9d287fdecb059c0b996cb38c0f --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0620_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5f99f8a5682290a0f58a3d6b8c813cfcc6b3f2d02de8ac3108356410b146209 +size 1303 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0621_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0621_1.png new file mode 100644 index 0000000000000000000000000000000000000000..5df72243f02d1002506c330e5abc950deac808bf --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0621_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3492f7a1c04223bdde83ba8be802d3e432eee8bba5ac1b7139a9f22133baec32 +size 1225 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0622_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0622_1.png new file mode 100644 index 0000000000000000000000000000000000000000..40e954433b5495d7040a53cf10bc286caa25e0ac --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0622_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f09d6222391925167958db0292073b1e2693604308c70628d32e0e3b147ac346 +size 1348 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0623_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0623_1.png new file mode 100644 index 0000000000000000000000000000000000000000..076532bd03f98ac3b84f3dda7c4d49fd59e90784 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0623_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bc0b86bac22fbd701bc5c001a2c80c16e0de061b9347daa009ebb0eb306903d +size 1285 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0624_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0624_1.png new file mode 100644 index 0000000000000000000000000000000000000000..d65329fb7dfbee648122bfa2fef4282afe39ac70 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0624_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:104ee1bcff8492cfb4a59fd305db394a72bdeb6f0d8454525e1ced8ab26ebd97 +size 950 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0625_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0625_1.png new file mode 100644 index 0000000000000000000000000000000000000000..8d524ccea4aea00116f5268ee9d36dfda747ff8e --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0625_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b293d85432d9cefb3a48bd522b57b0be9e6e40b8d6e923a8d26054bb7de96b7f +size 1351 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0626_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0626_1.png new file mode 100644 index 0000000000000000000000000000000000000000..d85a3f7b384490c29151904b4ea2cc8537c329dc --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0626_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29cb8cb21001615a14551aea065c305a05b240377def5f1de29f8cf4c219e6f2 +size 1166 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0627_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0627_1.png new file mode 100644 index 0000000000000000000000000000000000000000..3568be091ed8826c381eb75394f42126c811702e --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0627_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:499dcea53817982bfff8e63746c2b9254bf721bbf074058632d91156dc9e8f70 +size 1142 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0628_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0628_1.png new file mode 100644 index 0000000000000000000000000000000000000000..08c731e069bceb99d9738343a600eae8af340784 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0628_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4ee3b9a4c03325970f28c874b1669d913a920b00d764a0a7342ee8209b2d7bc +size 1164 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0629_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0629_1.png new file mode 100644 index 0000000000000000000000000000000000000000..0a88a97a1efa8b1119098f0d1dfaa8f271e4637d --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0629_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94d623c8eb29e7d568bb882ffb3da9dd4b9b8a573c9e9a0ba98929a0ac26e4e7 +size 1258 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0630_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0630_1.png new file mode 100644 index 0000000000000000000000000000000000000000..e7abbfae7a7cb4c48efe153f16ee6d1c620ec789 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0630_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b145d66c5c255a0f62a9feca71a424eb95ebd76de0ff059d3e58eb6ff6202ec2 +size 1065 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0631_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0631_1.png new file mode 100644 index 0000000000000000000000000000000000000000..55e09dc16a16d54d9e1cde0a3da1bfff38f21f15 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0631_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f7850ef4c3038ca4ff36ad4f20d59b809b0bbb18beb902725f1abe397b828bb +size 1153 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0632_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0632_1.png new file mode 100644 index 0000000000000000000000000000000000000000..5ab9d14543aa4695f08d44e3dd97c19d26a2a5ca --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0632_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce076d26e7e2f31f3ffc8685494099b4c2d5d675010bdc7f3510754acbe03252 +size 1047 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0633_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0633_1.png new file mode 100644 index 0000000000000000000000000000000000000000..c5e699644246a2f7b8d8d8286a122f76ca735f81 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0633_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d195006b0c8f1edab65d9e1623cb1a5fabc8c9827e78649235334f5bbc57f39d +size 1200 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0634_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0634_1.png new file mode 100644 index 0000000000000000000000000000000000000000..d13af6c50983362b74cfac287fdff91df8edf384 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0634_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42e05ea606394db312f4d7b6c2bb65c337c7332588e35258b1ee405b194fb0db +size 1155 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0635_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0635_1.png new file mode 100644 index 0000000000000000000000000000000000000000..186c58554cd45d0ec88852060083482069609b39 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0635_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5980ba1d83c539341205a97d176b029be7bd5084cbcd9bf8d6980cf0a2a7e59b +size 1241 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0636_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0636_1.png new file mode 100644 index 0000000000000000000000000000000000000000..0b303eb9b05801d9ef7f139803464b531caa4748 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0636_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d57477efaf63345e8f19e31065ba6e425c69749977e9821042ef0aa29df99d81 +size 1156 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0637_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0637_1.png new file mode 100644 index 0000000000000000000000000000000000000000..0c1a5c7f9ce157eb7af6b9a6ba0473ced39af5d6 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0637_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f73dcab27074993f2b4ba2a23564c334464fe974741b39f7dcec3d4d9d13342b +size 1058 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0638_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0638_1.png new file mode 100644 index 0000000000000000000000000000000000000000..65d73fe98a3b07ca676950efe599074e5698be62 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0638_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff71a190bce82ee8579638307817f98f57a3b00f282f028563879f9f1689f97a +size 1132 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0639_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0639_1.png new file mode 100644 index 0000000000000000000000000000000000000000..e7e6959b0ec78c4504bbee17a104401faef7f6f0 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0639_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d77fca8b3208cc2742081e4d403bb14b11ffb5ae8e3f8d481cece27baa7e569 +size 1237 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0640_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0640_1.png new file mode 100644 index 0000000000000000000000000000000000000000..83ea9f8fe1074989e9a19c1ad9ece0c10ae3f214 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0640_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1941d6f16b33275ac0b102722def23ea8d97876142e1b56533d8ff83ee57a6e6 +size 1201 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0641_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0641_1.png new file mode 100644 index 0000000000000000000000000000000000000000..325339578a2f30c336c69bbc4e37e5acaaa07078 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0641_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:394ec43584b9ac19367338f3c757ab10b3228b2a53c4055b6bf615ba490b9f88 +size 1340 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0642_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0642_1.png new file mode 100644 index 0000000000000000000000000000000000000000..719b434214b3a477a420b712d55358f424a1e358 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0642_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fcc3969725689e6b8d8c90d9dd73a80d151ce9a1ad388f92471c58b1e46cccd +size 1366 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0643_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0643_1.png new file mode 100644 index 0000000000000000000000000000000000000000..e18075d968cd44bb5e8459cf35c71011b169dd7a --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0643_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7b2c67477afc69f98463527a973be3cf9f0530be4f2912b274ba21cd669d9bd +size 1376 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0644_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0644_1.png new file mode 100644 index 0000000000000000000000000000000000000000..c0a4c7f5dffc73d247a6777ece8a06d523009c81 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0644_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fec6457d608105a829d74f44ef7d00a22783b3046be4ece9f9862bb9598d79b1 +size 1307 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0645_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0645_1.png new file mode 100644 index 0000000000000000000000000000000000000000..79a3f42b00b53b1e63958325436e7e7272fdc227 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0645_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8d957e22d52cadaff5ca746c25ee0d3813eb440b4bea01e6a72489a24906bca +size 1298 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0646_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0646_1.png new file mode 100644 index 0000000000000000000000000000000000000000..e584e3229693492a6c7b6c942f50074b4e353ea0 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0646_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc5486b6c6495095e79bc8f6a151fe731cce982fe0db90477e5243a96b7b5639 +size 1127 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0647_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0647_1.png new file mode 100644 index 0000000000000000000000000000000000000000..b8df7fb03e4fb7db33ab134a99d48398ea4aeefa --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0647_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6b7932e45e069a7b166b32048fca88f446c15aa0a1bd1d1f5b3fb460023bdc6 +size 1211 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0648_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0648_1.png new file mode 100644 index 0000000000000000000000000000000000000000..90e184a5954f3a7b1fe72388efc9f1021a3d4d1b --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0648_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5184cee7bb1c483ccd9a917614816eb6d881f421482d41e0a99ff9c1d84ed27 +size 1218 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0649_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0649_1.png new file mode 100644 index 0000000000000000000000000000000000000000..f6497b964c4b23cfe4ad61c66a0f159b1f1e7a21 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0649_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c554f86e48c05d4c55d8f3d046a807f2a70cc0e6ceb60bc4b2f3f8d907807cd5 +size 1123 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0650_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0650_1.png new file mode 100644 index 0000000000000000000000000000000000000000..b6cd56571072be783e48149c054585d45373f7dd --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0650_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9693015f33efb557299c1f84cc392bd18d20f61add912c85b207cd949610653c +size 1221 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0651_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0651_1.png new file mode 100644 index 0000000000000000000000000000000000000000..732d6949cd28ea0b152d2755110529c3116b8076 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0651_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b428321273031a58b941e8c6aebd3ee401fae847120144f817cc8e324f0c603 +size 1363 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0652_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0652_1.png new file mode 100644 index 0000000000000000000000000000000000000000..3809da40bca61910995831fa872adc4d124673ef --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0652_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f34954f7d065f3198355ba57d5275d870fd20903acef5538a60b6db77ab382b7 +size 1236 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0653_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0653_1.png new file mode 100644 index 0000000000000000000000000000000000000000..f5208f925d0f1babcfb5218a52ceb3d863663dcf --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0653_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:563d836e749ccde20e4e29b73d29ecd8d88819a9d5c841cc0bb6f73df57bc6ba +size 1303 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0654_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0654_1.png new file mode 100644 index 0000000000000000000000000000000000000000..2f9194e362485ebfba7abd69ed54c047c430c4cf --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0654_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7379f201a4d899a68beb1dea72cff54a65a5034c419600b6ae8cbb69cdb28b4e +size 1457 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0655_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0655_1.png new file mode 100644 index 0000000000000000000000000000000000000000..5361e99937392a442b83ab452826ef908b04f72a --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0655_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eccf21871b037ea145bf83962237d7196bc86298353bb5711ebeeb8b5dd303bb +size 1241 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0656_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0656_1.png new file mode 100644 index 0000000000000000000000000000000000000000..dd6f47d627438fd41418066bf090d18f899b68e0 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0656_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f79b83597d74a202065c7df5c3e7549c82006b52d7dc0a6685b6be282b2cc88 +size 1091 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0657_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0657_1.png new file mode 100644 index 0000000000000000000000000000000000000000..bbbbacc21a73107ce70c17f9ec63a0bbf5e9a43f --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0657_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d45949b5bb9c935f63c64fcebe7239ed250246b5e8be171d907073a906a6a4e +size 1347 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0658_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0658_1.png new file mode 100644 index 0000000000000000000000000000000000000000..4a864efb244d09834ee56175a3a55d676b2c90e5 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0658_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0de535a03aeedf16db429ae47e186696e311f0dd50e6180517adb8f1f6c433ea +size 1281 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0659_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0659_1.png new file mode 100644 index 0000000000000000000000000000000000000000..556c2cff54390e1c8049da537f03bb7b9327e26b --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0659_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ebebde2cdec9fa57b60e25d29dd467398af53c5088288397cae06ef13e53728 +size 1133 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0660_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0660_1.png new file mode 100644 index 0000000000000000000000000000000000000000..a253456e2cd6b5346575163774519f84fd24d95b --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0660_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fbd0be9c3cf62425649c83043fa55d5eae7a8314cf94558fe92637d045f402d +size 1137 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0661_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0661_1.png new file mode 100644 index 0000000000000000000000000000000000000000..49da4b272c947840dfc242a7ef37ea6990e74de7 --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0661_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db704e666bfd119af79fa473f431c8e69227e7742c1b69539ebfc687a77ba1db +size 1427 diff --git a/MendeleyCXR/labels/Shenzhen_CHNCXR_0662_1.png b/MendeleyCXR/labels/Shenzhen_CHNCXR_0662_1.png new file mode 100644 index 0000000000000000000000000000000000000000..04f6451c00a506280eadd0c25f1775289e70e54f --- /dev/null +++ b/MendeleyCXR/labels/Shenzhen_CHNCXR_0662_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44d31cda0399f4d33af5d2b8bb758d17ff444b9e942b6599775ae4bc8ec8a481 +size 1397 diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..07481368ee40b303276335062605f25624575806 --- /dev/null +++ b/README.md @@ -0,0 +1,76 @@ +--- +license: cc-by-4.0 +pretty_name: FleXray Data +tags: [medical, x-ray, segmentation, anatomy] +--- + +# FleXray data release + +Training and evaluation data for **FleXray**, a pan-anatomy X-ray segmentation model. +This repository holds every real X-ray source whose license permits redistribution, +repackaged in FleXray's common label protocol in the `fxr-dataset` package format. +Two companion releases complete the data described in the paper: + +- **FluXray** (synthetic, CC BY-NC 4.0): `VictorButoi/fluxray` +- **MURA forearm/humerus annotations** (masks only, CC BY 4.0): bundled with the + FleXray GitHub repository and mirrored here under `mura_forearm_humerus_annotations/` + +## Redistributed datasets (CC BY 4.0) + +| Dataset | Role in paper | Samples (train/val/test) | Labels | Source | +|---|---|---|---|---| +| HandBones | training | 93 (65/15/13) | carpals, phalanges (distal/intermediate/proximal), metacarpals, radii, ulnae | https://universe.roboflow.com/boneage-x90qt/-hand-bones-mdjkr | +| FootBones | training | 571 (400/86/85) | metatarsals (1-5), toes | https://universe.roboflow.com/monchbot1/foot_op | +| ElbowLat | evaluation | 601 (419/91/91) | humeri, radii, ulnae | https://universe.roboflow.com/ionspace/elbow_lat-lnn0s-pmycd | +| HipRay | evaluation | 139 (97/21/21) | femurs, hips | https://data.mendeley.com/datasets/zm6bxzhmfz/1 | +| LowerLimbs | evaluation | 56 (39/9/8) | femurs, tibiae, fibulae | https://universe.roboflow.com/orthopedicstitching/bone-identifier-1rey5 | +| MendeleyCXR | evaluation | 6696 (4681/1041/974) | lungs | https://data.mendeley.com/datasets/8gf9vpkhgy/ | +| MTDDH | evaluation | 905 (632/138/135) | ilium, pubis, ischium, femoral head, femur | https://doi.org/10.57760/sciencedb.24372 | + +Each `/` folder contains `dataset.yml`, `images/` (16-bit PNG), `labels/` +(PNG index maps or NPY channel masks), a `README.md` with preprocessing and label details, +and a `LICENSE` with attribution. Images were min-max normalized per image, zero-padded to +a square and resized to 256 x 256; splits are the ones used in the paper. + +## Datasets referenced by pointer only + +These sources are used by FleXray but not redistributed here. Their FleXray label +specifications (native label names, protocol aliases and drops) are shipped with the +`flexray` package under `fxr/configs/datasets/.yml`. + +| Dataset | Role | Why not redistributed | Where to get it | +|---|---|---|---| +| MOOSE / ENHANCE-PET 1.6k | training (CT, DRR rendering) | CT sources are not redistributed; already public | https://registry.opendata.aws/enhance-pet-1-6k/ | +| ElbowCT | training (CT) | CT sources are not redistributed | https://figshare.com/articles/dataset/3D_models_of_elbow_joints_along_with_corresponding_CT_data_from_Chinese_individuals/28245599 | +| PedsCT | training (CT) | CT sources are not redistributed | https://www.cancerimagingarchive.net/collection/pediatric-ct-seg/ | +| HaN-Seg | training (CT) | CC BY-NC-ND 4.0 (no derivatives) | https://han-seg2023.grand-challenge.org/ | +| RSNAFrac | training (CT) | Kaggle competition rules forbid redistribution | https://www.kaggle.com/competitions/rsna-2022-cervical-spine-fracture-detection/ | +| Shoulder-CT | training (CT) | no license granted by the uploader | https://www.kaggle.com/datasets/syxlicheng/automatically-transform-ct-datasets-into-drrs | +| MURA | training (images) | Stanford Research Use Agreement | https://stanfordmlgroup.github.io/competitions/mura/ (our masks: see above) | +| AASCE | evaluation | license undetermined | https://aasce19.github.io/ | +| DarwinCVD19 | evaluation | mixed per-image image licenses | https://darwin.v7labs.com/v7-labs/covid-19-chest-x-ray-dataset | +| DeepFluoro | evaluation | CC BY-NC 4.0; already hosted on Hugging Face | https://huggingface.co/datasets/eigenvivek/xvr-data | +| RAM-W600 | evaluation | CC BY-NC-SA 4.0; already hosted on Hugging Face | https://huggingface.co/datasets/TokyoTechMagicYang/RAM-W600 | +| ThoracoaMonch | evaluation | upstream project no longer available; license unverifiable | https://universe.roboflow.com/monchbot1 | +| VinDr-Rib | evaluation | signed data use agreement required | https://vindr.ai/ribcxr | + +## Usage + +```bash +pip install flexray +fxr-dataset pack HipRay/dataset.yml /data/flexray/HipRay # repeat per dataset +export XRAY_DATAPATH=/data/flexray +``` + +```yaml +# training config excerpt +data: + Xray: + HipRay: {} + MendeleyCXR: {} +``` + +## Citation + +Please cite the FleXray paper and the original source of every dataset you use +(citations are listed in each dataset folder's `README.md`). diff --git a/mura_forearm_humerus_annotations/LICENSE b/mura_forearm_humerus_annotations/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..bb2b8826921d3001db5e5a984a1f8ccde66a82db --- /dev/null +++ b/mura_forearm_humerus_annotations/LICENSE @@ -0,0 +1,2 @@ +Annotations: CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/). +MURA images are not included and remain under the Stanford MURA Research Use Agreement. diff --git a/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient01401__study1_negative__image1.png b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient01401__study1_negative__image1.png new file mode 100644 index 0000000000000000000000000000000000000000..c531068cdb6b15da488295019931cccf2589bf14 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient01401__study1_negative__image1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85b3376506e6d54c1b01f6ea465b815da7f47db225213ba0d55a1669346a6157 +size 1945 diff --git a/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient02335__study1_negative__image2.png b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient02335__study1_negative__image2.png new file mode 100644 index 0000000000000000000000000000000000000000..33c0c6f91a03e7f879333189d91a99b4ea4741cb --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient02335__study1_negative__image2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91d87785dafa937e2be58243c95e4988e8bc65a27f266a5461e59659beab364a +size 1809 diff --git a/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient04136__study1_positive__image5.png b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient04136__study1_positive__image5.png new file mode 100644 index 0000000000000000000000000000000000000000..1c094bd9536dd55fe1000568fdaa5bc4761fada2 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient04136__study1_positive__image5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc722772dfb5bc133e8729ce4309eecf70b747efcfc8455884baeabdae09f58d +size 2934 diff --git a/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient04196__study1_positive__image2.png b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient04196__study1_positive__image2.png new file mode 100644 index 0000000000000000000000000000000000000000..797dc5f266b5dfab86ff244983c471f118ee828f --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient04196__study1_positive__image2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b82120cff2d2136e84815d149f54c9d657a038b8615ee85943d758bba6208401 +size 2606 diff --git a/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient04363__study1_positive__image1.png b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient04363__study1_positive__image1.png new file mode 100644 index 0000000000000000000000000000000000000000..102df1076c0b6a428f48a2ec1eac248af19e5de8 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient04363__study1_positive__image1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f34bf68958888b1b21683a4c358e4d2e2ab05724754111aa5635345ab868727a +size 2986 diff --git a/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient04474__study1_negative__image1.png b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient04474__study1_negative__image1.png new file mode 100644 index 0000000000000000000000000000000000000000..6cd90fa6c1a2f79ec6322aaf1613a927a45d11f0 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient04474__study1_negative__image1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd808c0dc19c12b9aca9355696d9bb79cb5f9127afa9f6bf8257a4eb77537468 +size 2345 diff --git a/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient05464__study1_positive__image1.png b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient05464__study1_positive__image1.png new file mode 100644 index 0000000000000000000000000000000000000000..77f20633b01f53121ea42753d399b9c7cf7763c7 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient05464__study1_positive__image1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b8ba0fead1fac53dcecd47d8217ce4e212b922ce64c3cc11ea8b54ee414e529 +size 1831 diff --git a/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient05730__study1_positive__image1.png b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient05730__study1_positive__image1.png new file mode 100644 index 0000000000000000000000000000000000000000..1b27e69c3c47efbf3166c6b48915100feb416d3a --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient05730__study1_positive__image1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40a8a3b584a9e5827c7bbc452b644c4aa16ebb27e3252e85b667e072bf38889f +size 1547 diff --git a/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient06271__study1_positive__image3.png b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient06271__study1_positive__image3.png new file mode 100644 index 0000000000000000000000000000000000000000..e447359abb0575f67b5e766b11159abecf3ca657 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient06271__study1_positive__image3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06c4822daab8df19d7333fce215f13bb8c6a369d4dc25c2a769e866aa1774034 +size 1503 diff --git a/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient07098__study1_positive__image2.png b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient07098__study1_positive__image2.png new file mode 100644 index 0000000000000000000000000000000000000000..a83a36279b0d14d07f54d4b7a4a7823995fd8d6e --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient07098__study1_positive__image2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26e8bd2ce6944e87f42b3f6041326b4c0f817403c1d86f10e50b79c5ae080f29 +size 2417 diff --git a/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient08159__study1_negative__image2.png b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient08159__study1_negative__image2.png new file mode 100644 index 0000000000000000000000000000000000000000..8b7e3d49dbad9930b6940aff9a8afd14309569a1 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient08159__study1_negative__image2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:091a78e778656f9bddf448d0e112b00a57e29e0b89378f3a024021d72f7d3be9 +size 1199 diff --git a/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient08172__study1_negative__image2.png b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient08172__study1_negative__image2.png new file mode 100644 index 0000000000000000000000000000000000000000..9bb02ae33ac353ded323c8b301e7bf12d6e54073 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient08172__study1_negative__image2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48d2a9d5416a943bff8ab18be1d084a6afc0d4618a3ae9a5e1add27d843d8aa4 +size 2401 diff --git a/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient08669__study1_negative__image2.png b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient08669__study1_negative__image2.png new file mode 100644 index 0000000000000000000000000000000000000000..90c93508f917b1014a2ee1c90274e6ce99d92a36 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient08669__study1_negative__image2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0220e774e548f6280b4284491ce8a7a663e00abc233b55f553036eecceae4f7e +size 1016 diff --git a/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09090__study1_positive__image1.png b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09090__study1_positive__image1.png new file mode 100644 index 0000000000000000000000000000000000000000..19af23f9f800531dc79c47bb00d9679e75dfa678 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09090__study1_positive__image1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99c8a9a8c7edf25405d5850b1285451be6e91f89c787a635062025d8ad14e4ab +size 1470 diff --git a/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09121__study1_positive__image2.png b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09121__study1_positive__image2.png new file mode 100644 index 0000000000000000000000000000000000000000..3cac47c943437b114c3e8438c1cfd7948a6a419c --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09121__study1_positive__image2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8a4186ee1caffb97456194378e93d18b03b56e50cc4b7d2e75286815708cc7b +size 1556 diff --git a/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09123__study1_positive__image1.png b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09123__study1_positive__image1.png new file mode 100644 index 0000000000000000000000000000000000000000..3634abeaeeac4c5c97048fd6d2287948e7867298 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09123__study1_positive__image1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26c118281232ff9cac898f00450091b4309a7d32c4637de0b4c8d2157cd51390 +size 1149 diff --git a/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09168__study1_positive__image2.png b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09168__study1_positive__image2.png new file mode 100644 index 0000000000000000000000000000000000000000..fb800d349d4dc650a60c0a143831da8c29dba26d --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09168__study1_positive__image2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f88ff4c8256d4b72b4da6466236ac94ef020fd924a904ed29cd27dfae1b9536 +size 2012 diff --git a/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09177__study1_positive__image2.png b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09177__study1_positive__image2.png new file mode 100644 index 0000000000000000000000000000000000000000..bd55b437e59953f2247b72b802d6d0ff4de1cc0a --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09177__study1_positive__image2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37adf8032d7061d79373bed22482f8c9bd36e8e9000c59c03553221be1b5c9f1 +size 2269 diff --git a/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09178__study1_positive__image2.png b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09178__study1_positive__image2.png new file mode 100644 index 0000000000000000000000000000000000000000..4834d1dbc664d8dcf71f907b7a190cb514e8ced4 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09178__study1_positive__image2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b43af8cb01c4b0bf502b64a37eeabb384c60e1c8ae4e699f36145ae8945c3911 +size 2196 diff --git a/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09218__study1_positive__image2.png b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09218__study1_positive__image2.png new file mode 100644 index 0000000000000000000000000000000000000000..2b5fa2cf050f43ecb89802962c46ab3bd7cafc45 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09218__study1_positive__image2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6893b2c1e17173fadc1938a637665cf1d53bc87f5fc719233dded4dd261e65d4 +size 1211 diff --git a/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09231__study1_positive__image2.png b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09231__study1_positive__image2.png new file mode 100644 index 0000000000000000000000000000000000000000..eb8f8ea1d59f79249b51a4c46fe0507dc5de5bb2 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09231__study1_positive__image2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b47c9d409e07e45dd997d29a69a0a85f270cf746194c3b28789dee2707a255fb +size 1860 diff --git a/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09246__study1_positive__image4.png b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09246__study1_positive__image4.png new file mode 100644 index 0000000000000000000000000000000000000000..81de4d84412bf1b78811847d215aaeaebb37050c --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09246__study1_positive__image4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a7caf6286397e7918cd8511b3b37eb867d52ddfd16b514787d502f190137ae1 +size 1639 diff --git a/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09299__study1_negative__image2.png b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09299__study1_negative__image2.png new file mode 100644 index 0000000000000000000000000000000000000000..c321d41a46da89aa6a754abb18f557f91e87846e --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09299__study1_negative__image2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1527943c88c60f3d5081d693221658be45ff1266a189cc03d20b1dd37548dbce +size 2037 diff --git a/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09306__study1_negative__image2.png b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09306__study1_negative__image2.png new file mode 100644 index 0000000000000000000000000000000000000000..e03143c8fa51d3c34c98b35ceb8ac49ea3e99af5 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09306__study1_negative__image2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:761807bec8f4d4570add33dce75042c01cb2927723f5ed70c6ace6336c63f38c +size 1550 diff --git a/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09307__study1_negative__image2.png b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09307__study1_negative__image2.png new file mode 100644 index 0000000000000000000000000000000000000000..adea1a9c9f7c2a8271699433e181159e9fd03365 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09307__study1_negative__image2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d54776a47bc26fa22037d5df7f735e0e2ba2d5c5a9e3f45b4e0ac92c0fba4c95 +size 2823 diff --git a/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09311__study1_negative__image2.png b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09311__study1_negative__image2.png new file mode 100644 index 0000000000000000000000000000000000000000..d94a6fa8ecfa42ab1b284a88d148ad3d6cdc3e04 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09311__study1_negative__image2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd08c4043066ac8c0a73d9dd3bfb70dedebefb0f7107b935b485da0e9d13b1a4 +size 1338 diff --git a/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09323__study1_negative__image1.png b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09323__study1_negative__image1.png new file mode 100644 index 0000000000000000000000000000000000000000..442a057f0dec285242599d794f5af0b1ea124ea5 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09323__study1_negative__image1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d33882085e0e330ccacdeb4373cfd304942f340b3fbf51893e470c7150b72014 +size 2362 diff --git a/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09343__study1_negative__image1.png b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09343__study1_negative__image1.png new file mode 100644 index 0000000000000000000000000000000000000000..15494a2eb6d89d4e7f66dd25f26dfd14e3ae8b24 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09343__study1_negative__image1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b82ecd16ebf9b47c35054fd510e0b668e9ff768e098102090ab37e0af55bbfd +size 2310 diff --git a/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09351__study1_negative__image2.png b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09351__study1_negative__image2.png new file mode 100644 index 0000000000000000000000000000000000000000..ad66eb4f8fb910b3657de37c4deec9492eef46cf --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09351__study1_negative__image2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3077b9d6126a76cf09f6b8625bd4b46cca84e3b31412e991d0bd45e969ab0bd +size 2277 diff --git a/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09353__study1_negative__image1.png b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09353__study1_negative__image1.png new file mode 100644 index 0000000000000000000000000000000000000000..6589c59ec7660ccf9c8da5c35bc0db1f1fa91091 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09353__study1_negative__image1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3767b87ab0b056aff102eca49d900361f98643ae29bba932635bc9c00122e325 +size 1137 diff --git a/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09364__study1_negative__image1.png b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09364__study1_negative__image1.png new file mode 100644 index 0000000000000000000000000000000000000000..d1b3e81319468bd93c993047a6301bbf37e92e82 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09364__study1_negative__image1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e08a2f1bb21774287ab9926d110a9f832b535f25b74839f3072c6105cfc21bfc +size 1769 diff --git a/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09403__study1_negative__image3.png b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09403__study1_negative__image3.png new file mode 100644 index 0000000000000000000000000000000000000000..bddf65eed291ee422da6bd6ab174f7c1cb18ad02 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09403__study1_negative__image3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48d5480d64241b7733e36e5dc4365fe1a0a3c5d490388fbcd4cb285d111b7dfa +size 2354 diff --git a/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09424__study1_negative__image1.png b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09424__study1_negative__image1.png new file mode 100644 index 0000000000000000000000000000000000000000..9a5ccc2551693ef089823593f944631bb6414a94 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09424__study1_negative__image1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44873f29b379e54c16e6b07568dff96b73f4e57aab4877dba3c60ab6b5c365aa +size 1627 diff --git a/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09440__study1_negative__image2.png b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09440__study1_negative__image2.png new file mode 100644 index 0000000000000000000000000000000000000000..f8deef877eb597f5dd30f790aff4377068d5132a --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09440__study1_negative__image2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffa4b038c3da43a9e194a7f9dc1970e054abbb1be3d4a809a7bcc35f9ab00d4f +size 1587 diff --git a/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09442__study1_negative__image1.png b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09442__study1_negative__image1.png new file mode 100644 index 0000000000000000000000000000000000000000..c907bccee785d653850a1ae976294bfffe18dffd --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09442__study1_negative__image1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5968d8f244d4750cf7f5a1f514a63f2b784fe9756c619ec5e2d6c8a145aa8c2a +size 1754 diff --git a/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09451__study1_negative__image1.png b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09451__study1_negative__image1.png new file mode 100644 index 0000000000000000000000000000000000000000..ce3fef7e8df980d6e723227f697f838abfd11015 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09451__study1_negative__image1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13f782e954ce440c6e1143dccd9aa6bdc22a89410f08256975aeea29e789c0f1 +size 2473 diff --git a/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09460__study1_negative__image1.png b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09460__study1_negative__image1.png new file mode 100644 index 0000000000000000000000000000000000000000..14755bc74967a3b4210f131d4750315a7ebe19c2 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09460__study1_negative__image1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a74a0df3bdba1ca85b3a25a3a037f1224621ea0761baf0b20ad599f2e414f5c8 +size 1487 diff --git a/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09547__study1_negative__image2.png b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09547__study1_negative__image2.png new file mode 100644 index 0000000000000000000000000000000000000000..fb7929b89c9e1977dab5f4c443b93d21d22df193 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09547__study1_negative__image2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf64496590a8eb14ba4a4c4b751340aba0eb818d799e190a523757f90f767d87 +size 1967 diff --git a/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09572__study1_negative__image1.png b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09572__study1_negative__image1.png new file mode 100644 index 0000000000000000000000000000000000000000..f75dc7734cbe4d40270514a63e6fb8cd7e7f360d --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09572__study1_negative__image1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1770c22aec59246ace67ad2042a0a98db1f4f06c55325339584f9b17cd1126a6 +size 1671 diff --git a/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09612__study1_negative__image2.png b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09612__study1_negative__image2.png new file mode 100644 index 0000000000000000000000000000000000000000..89ae3f03fbf8875c2e06efd51fbd24b3de16a377 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09612__study1_negative__image2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:002f54ad564306e3add1b67b144637f89ea1e4375082404ae40f2ad416c9656e +size 2051 diff --git a/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09635__study1_negative__image1.png b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09635__study1_negative__image1.png new file mode 100644 index 0000000000000000000000000000000000000000..3ab08d19291808cbcbf15d0cec5cf730d3699cc9 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09635__study1_negative__image1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef76a52672eacc5174eebb1efd5693270f8959365746f1276636a60f2745b30e +size 1987 diff --git a/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09637__study1_negative__image1.png b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09637__study1_negative__image1.png new file mode 100644 index 0000000000000000000000000000000000000000..ad98dad0c1c2fd975a4017a15a9c723922cd2186 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09637__study1_negative__image1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abea9598d5b3e0d8eac945282dc45ac2e28c42e222c1551e79159cd6719375a1 +size 1526 diff --git a/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09668__study1_negative__image2.png b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09668__study1_negative__image2.png new file mode 100644 index 0000000000000000000000000000000000000000..88ce16daf60157b1f6f0d3d65996db92e7a292e6 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09668__study1_negative__image2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8db000049f5bb93c5d034136b9bb1d2db03638928dcf1e798b7edb4983f9c81 +size 2625 diff --git a/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09694__study1_negative__image1.png b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09694__study1_negative__image1.png new file mode 100644 index 0000000000000000000000000000000000000000..6dca97b6ce61ddee9036ba7587ba822d2c0691cc --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09694__study1_negative__image1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9cff9adbbbab0ceea4d90deeaf693e7e08311ac2cc5324d5a5f45beb05725b8 +size 1483 diff --git a/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09713__study1_negative__image3.png b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09713__study1_negative__image3.png new file mode 100644 index 0000000000000000000000000000000000000000..c982532c28e486b2daba9921703666b9e51838f4 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09713__study1_negative__image3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2cbbf56ce6a8b79444647ea7fc8b840640c034c8b333572deb3bb44a3250d4d +size 1377 diff --git a/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09721__study1_negative__image1.png b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09721__study1_negative__image1.png new file mode 100644 index 0000000000000000000000000000000000000000..0bb5a5e00c4e4b5bedbd8304c6dc2cd8a76db908 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/train__XR_FOREARM__patient09721__study1_negative__image1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:705c13330031407c09348cf0e182a6a4ce8b9328b4bd948930c56b347e1c3f1b +size 1764 diff --git a/mura_forearm_humerus_annotations/MURA_FOREARM/masks/valid__XR_FOREARM__patient11399__study2_negative__image2.png b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/valid__XR_FOREARM__patient11399__study2_negative__image2.png new file mode 100644 index 0000000000000000000000000000000000000000..81c973607b4347f4e94fca0003e4532a76ba42f5 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/valid__XR_FOREARM__patient11399__study2_negative__image2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:937eeafb2c6801f0943134d22533174ddafc64a36c2342e69a6d42a08f2c8944 +size 2571 diff --git a/mura_forearm_humerus_annotations/MURA_FOREARM/masks/valid__XR_FOREARM__patient11401__study1_positive__image1.png b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/valid__XR_FOREARM__patient11401__study1_positive__image1.png new file mode 100644 index 0000000000000000000000000000000000000000..0f1f46872fdf2a4fd20495812b61f12a96f6405c --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/valid__XR_FOREARM__patient11401__study1_positive__image1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b3447ab52680545fab6b4ba055bc8d96ef4ef391169178f690aabb12f501ced +size 1665 diff --git a/mura_forearm_humerus_annotations/MURA_FOREARM/masks/valid__XR_FOREARM__patient11457__study1_negative__image2.png b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/valid__XR_FOREARM__patient11457__study1_negative__image2.png new file mode 100644 index 0000000000000000000000000000000000000000..892a193f31d3356ac7275058838a1b6db51b0ee0 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/valid__XR_FOREARM__patient11457__study1_negative__image2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c873c85b62b682c60f23029cebf5163886dc300b3fde84537e8b4aa3e208385d +size 2202 diff --git a/mura_forearm_humerus_annotations/MURA_FOREARM/masks/valid__XR_FOREARM__patient11481__study1_negative__image2.png b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/valid__XR_FOREARM__patient11481__study1_negative__image2.png new file mode 100644 index 0000000000000000000000000000000000000000..3eee6766949bc8a9db61434aaaea2878b69f6de4 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_FOREARM/masks/valid__XR_FOREARM__patient11481__study1_negative__image2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7a8180e3416c320860bd1638217701891251684cf922d922a35cfd0d573f94f +size 1162 diff --git a/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient00077__study1_negative__image1.png b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient00077__study1_negative__image1.png new file mode 100644 index 0000000000000000000000000000000000000000..c512479126d1757457a122b79624a6f7767f1e1e --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient00077__study1_negative__image1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9acd0953b5b3522d9c4e2767f2c1aee3c321b8130e2341132097a93cf5958be6 +size 2345 diff --git a/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient00672__study1_negative__image1.png b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient00672__study1_negative__image1.png new file mode 100644 index 0000000000000000000000000000000000000000..e4e5a7e8f8a75482c31f2aebd1984b1ff4befc87 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient00672__study1_negative__image1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8dabf77dd86376ddf5e955ea0d5575f8a25e7229611db2a28732c3903d61f74 +size 2561 diff --git a/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient01464__study1_positive__image2.png b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient01464__study1_positive__image2.png new file mode 100644 index 0000000000000000000000000000000000000000..be4f3b5f92de47e1c43eadf9e6180c5b2bd99f2f --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient01464__study1_positive__image2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ca17682b66e1ef730d105bef61703df90ddf6983d31296b9e06f924d4f2dfc6 +size 2940 diff --git a/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02419__study1_positive__image2.png b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02419__study1_positive__image2.png new file mode 100644 index 0000000000000000000000000000000000000000..1b88c1b2158d996c0b5865fe8533687fb440a6a1 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02419__study1_positive__image2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33e3dd42c4485f72a3bd785f1da45512e16628f65113c54ff9442b9cfd5b9aa8 +size 3440 diff --git a/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02426__study1_positive__image1.png b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02426__study1_positive__image1.png new file mode 100644 index 0000000000000000000000000000000000000000..1d2c4c411c8fc45adfc95d7b328686085b338c49 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02426__study1_positive__image1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:704377d046a256d9dc91a5ca693f327ce7e5bb70e4015fadc10e0c84fcaab5c4 +size 2944 diff --git a/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02509__study1_positive__image1.png b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02509__study1_positive__image1.png new file mode 100644 index 0000000000000000000000000000000000000000..ec0504dc3cf52f382764e459bad128a70ba4169d --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02509__study1_positive__image1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80775fb0efd37477a72586ddd300cdd7aed79b52e74940563c063d672d961e8c +size 2383 diff --git a/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02712__study1_positive__image2.png b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02712__study1_positive__image2.png new file mode 100644 index 0000000000000000000000000000000000000000..43c258f792345692d19cbd570d9c668d518cd994 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02712__study1_positive__image2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79b85bcebe0b255ecb367e043d57ce61ab67813cd8d0ebfcd8fd613ff837db02 +size 2772 diff --git a/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02720__study1_positive__image4.png b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02720__study1_positive__image4.png new file mode 100644 index 0000000000000000000000000000000000000000..616f14c19e0c0516197f728003e891dce085fca0 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02720__study1_positive__image4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06c0868105723d05890d2b857f0895c57e91d1cc728496561029b02eefbceaba +size 1452 diff --git a/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02743__study2_positive__image2.png b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02743__study2_positive__image2.png new file mode 100644 index 0000000000000000000000000000000000000000..d5011fb65355dc9d7b98cf69ce13465d4b695aa0 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02743__study2_positive__image2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bdf9a0fac46c98aed3e1b33e3fa6c0dbadc47a9902b6c3357c80ff7260d600d +size 3025 diff --git a/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02775__study1_positive__image2.png b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02775__study1_positive__image2.png new file mode 100644 index 0000000000000000000000000000000000000000..bfd6471fe15972c45694c8d7ae468d0fbfd06059 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02775__study1_positive__image2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b0464e3e01bad822e04a83007d2f0708ca1ad7cd0c0b3a1c313e2e67007f795 +size 2837 diff --git a/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02778__study1_positive__image1.png b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02778__study1_positive__image1.png new file mode 100644 index 0000000000000000000000000000000000000000..0d4279d81f69aee5035ec4f6ba392bd855995953 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02778__study1_positive__image1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3999ddd03026853f7bc40150f8f690cab6878a1a4b1b4a93165587a78683076c +size 2956 diff --git a/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02812__study1_positive__image2.png b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02812__study1_positive__image2.png new file mode 100644 index 0000000000000000000000000000000000000000..6b9bbed1a961e8411d92935fa2914cee972e070b --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02812__study1_positive__image2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc2b755397da6d47df2f61b30514be6c4e7f20b4ac3ca73173bfabfb5547aeb9 +size 2681 diff --git a/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02840__study1_positive__image1.png b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02840__study1_positive__image1.png new file mode 100644 index 0000000000000000000000000000000000000000..5743012dc7d8ca4a50257dabfb836f9459a25d60 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02840__study1_positive__image1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e99483edc4cbc4761e874da0191d2e0eddcad418979d57511a909a1a231bcb2e +size 2806 diff --git a/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02859__study1_positive__image2.png b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02859__study1_positive__image2.png new file mode 100644 index 0000000000000000000000000000000000000000..c55c9f2646a056b33d7edf4e8d4798df233b0dd4 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02859__study1_positive__image2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:485283892e65557dfd16bcee242018a664d325c986667f01a9b92eb0f2f666da +size 2468 diff --git a/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02861__study1_positive__image1.png b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02861__study1_positive__image1.png new file mode 100644 index 0000000000000000000000000000000000000000..9b14d3db120fbfba3003607f983c1b5b2bb73d76 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02861__study1_positive__image1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1299009cfb8991f14d7bd995a3d2b91b40b0e2ff5d5c535db91e47c8f02201b +size 2667 diff --git a/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02862__study1_positive__image2.png b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02862__study1_positive__image2.png new file mode 100644 index 0000000000000000000000000000000000000000..3d4b5a26067a5ee2e86597d1411b25015504c50a --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02862__study1_positive__image2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5192b223e496088af0eed0396a3a55dd6453a035396d1ec08a8588e20345b20 +size 3030 diff --git a/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02863__study1_positive__image2.png b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02863__study1_positive__image2.png new file mode 100644 index 0000000000000000000000000000000000000000..f56755c18287e5fa26a7fc232cd281c314760db8 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02863__study1_positive__image2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4227f0185004cf19e983e022b8499dad72a246a39ee65127c79d75c112f56689 +size 2351 diff --git a/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02899__study1_positive__image1.png b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02899__study1_positive__image1.png new file mode 100644 index 0000000000000000000000000000000000000000..b8d3ee72bc10776d3dcdab0805e79be288c1b99f --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02899__study1_positive__image1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbe8f77ae70d579f1c0887a090eb423793f4e273948b2d62abb20434598b81d0 +size 2579 diff --git a/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02903__study1_positive__image1.png b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02903__study1_positive__image1.png new file mode 100644 index 0000000000000000000000000000000000000000..7e7002d5e4c58a7940a1ce54fd7014eba4727746 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02903__study1_positive__image1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:430fcbe58a91c4212a06aa23e31303a1777146b8acfb6af6e2b60a07551ac317 +size 2360 diff --git a/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02908__study1_positive__image2.png b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02908__study1_positive__image2.png new file mode 100644 index 0000000000000000000000000000000000000000..1ea4c79fe9f340dcfa511e791726b7bfbfc1ae60 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02908__study1_positive__image2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01499761b560435ac8636fbacd9d17093a47eaebc5556830244158da60664d1f +size 2127 diff --git a/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02925__study1_positive__image1.png b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02925__study1_positive__image1.png new file mode 100644 index 0000000000000000000000000000000000000000..1c85e3e5d8c1047528535c7ea85eb8f4f4bb4a3c --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02925__study1_positive__image1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9824dd8396e810a56cb514abb0d9615b1a84e37e9be5b357cac1604ef6cbe88a +size 1614 diff --git a/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02966__study1_negative__image1.png b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02966__study1_negative__image1.png new file mode 100644 index 0000000000000000000000000000000000000000..843f0893bd683cb04fd10763352beb92b42b1bc1 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02966__study1_negative__image1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d77f73ffe0e5fa3f50b7688f9862e78d1fd665ccf5b58cdffac437026f848361 +size 1631 diff --git a/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02983__study1_negative__image2.png b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02983__study1_negative__image2.png new file mode 100644 index 0000000000000000000000000000000000000000..918ec775b014b605b98de9cd929eb2c6c217a483 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02983__study1_negative__image2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d5575ba601cfd4615939edabe258036578d7d61ece909b85f30449e56703c4a +size 2882 diff --git a/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02987__study1_negative__image1.png b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02987__study1_negative__image1.png new file mode 100644 index 0000000000000000000000000000000000000000..39938e08007b40d65831cbc67a7a174345a3673c --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02987__study1_negative__image1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6315eb8dfba9860c825e0a61f13ad26bb728b3bcb76a1bc60459fd66dfe39d74 +size 1428 diff --git a/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02988__study1_negative__image1.png b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02988__study1_negative__image1.png new file mode 100644 index 0000000000000000000000000000000000000000..8a5cf579c47a293991ab1e8eb0d420b21f2723c8 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02988__study1_negative__image1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c123d8b413ed9a883d681916221fdcd6a3b28d3b1a6dda0f291b8d82d5cfc02 +size 2386 diff --git a/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02991__study1_negative__image1.png b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02991__study1_negative__image1.png new file mode 100644 index 0000000000000000000000000000000000000000..9705002e3b3254b9eb2dd4a95bdc8e3a8eafa894 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02991__study1_negative__image1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c93e4304eb86f44bc99bd364dc4582ac2a99b2eeb56d39acd13e92d5d7d3f61 +size 2685 diff --git a/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02998__study1_negative__image1.png b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02998__study1_negative__image1.png new file mode 100644 index 0000000000000000000000000000000000000000..8ccd362fdaf3be70f75bb91e589e21b5cb1898a7 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient02998__study1_negative__image1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ddbf951eae75eafa9eff5108d55ff805ce3240b285b8bc4f2e1c791fed60324 +size 2392 diff --git a/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient03020__study1_negative__image2.png b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient03020__study1_negative__image2.png new file mode 100644 index 0000000000000000000000000000000000000000..595eec9ec8bb30441c565092ed36ceb432f0978b --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient03020__study1_negative__image2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24644e90af82e9f4f26df7cc0fce92038e054ee4176e5038792070f48039f17c +size 2776 diff --git a/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient03037__study1_negative__image1.png b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient03037__study1_negative__image1.png new file mode 100644 index 0000000000000000000000000000000000000000..cacf288f4b05cb3035044f558624c942ec559f70 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient03037__study1_negative__image1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3334f50ea38c00696d34aaccbeece7804a172a8d3d935b2bf001063d222583d +size 2463 diff --git a/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient03056__study1_negative__image2.png b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient03056__study1_negative__image2.png new file mode 100644 index 0000000000000000000000000000000000000000..23f7c18391d38c133bac9d5cfb7b2bbad8cccdcf --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient03056__study1_negative__image2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb7852383b1e97de9ef5336b77821d950ad299cbffd4dce2b7206162cd1f54d9 +size 2715 diff --git a/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient03061__study1_negative__image1.png b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient03061__study1_negative__image1.png new file mode 100644 index 0000000000000000000000000000000000000000..d2c7608493ae6b7e4cced50f60c0dfd76b8715e4 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient03061__study1_negative__image1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fd5a776c3ec74cd8d9469dcb36587e069cdc8ec6cd93525c04e24205aa3e4f9 +size 2102 diff --git a/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient03089__study1_negative__image1.png b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient03089__study1_negative__image1.png new file mode 100644 index 0000000000000000000000000000000000000000..f053e9c1096ce75ee101f53f4eff45ba228a98d8 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient03089__study1_negative__image1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27f00a6d6bb6ee0c2cee4f49794568b8f8890f6de0b660da8ca1b9734bc58d0f +size 2877 diff --git a/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient03100__study1_negative__image1.png b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient03100__study1_negative__image1.png new file mode 100644 index 0000000000000000000000000000000000000000..08818e3a4bdfad48ca581651173a1573dffcd138 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient03100__study1_negative__image1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7ef033c83c8198b7d771ed1e3221c410eefcb0cb7e2753f4ead57555b99bae0 +size 2027 diff --git a/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient03116__study1_negative__image4.png b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient03116__study1_negative__image4.png new file mode 100644 index 0000000000000000000000000000000000000000..bf662bf31c48222a2a1b87cebf4a1830315109a5 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient03116__study1_negative__image4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3c8c307f461b48e5b6460c2bd9a9ffccfcad12fdcc4bda32ef03dbc0b4076c7 +size 3334 diff --git a/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient03121__study1_negative__image2.png b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient03121__study1_negative__image2.png new file mode 100644 index 0000000000000000000000000000000000000000..3a21860c6a42a865addb70e449f6c614b6d7e7f3 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient03121__study1_negative__image2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a854db1e652947925c7f3da35e0dc5fbd8d5b1d3c0a510b55d47d274854b4b19 +size 2385 diff --git a/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient03144__study1_negative__image2.png b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient03144__study1_negative__image2.png new file mode 100644 index 0000000000000000000000000000000000000000..c49bf5507820d100d69f7427c1b4e0a4242d023f --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient03144__study1_negative__image2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a5c07a235d647dad7ca7de19f553eef3a0a3830021afc5fb967423d9c030610 +size 2074 diff --git a/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient03173__study1_negative__image2.png b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient03173__study1_negative__image2.png new file mode 100644 index 0000000000000000000000000000000000000000..8e7cc8a43941159dffc92bdaa0e4bd6a27502ddc --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient03173__study1_negative__image2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c36ea768d557bb805243ee113af3338a0bfdf2852ccb431076156a7461f80fa8 +size 2633 diff --git a/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient03174__study1_negative__image2.png b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient03174__study1_negative__image2.png new file mode 100644 index 0000000000000000000000000000000000000000..493c0555a22e34085b26c84e97374a9a010da456 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient03174__study1_negative__image2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2246e9f79047a9adb0d743a8793ef0a843268a340b4f27724f53a5f8bcfdc21d +size 1929 diff --git a/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient03185__study1_negative__image2.png b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient03185__study1_negative__image2.png new file mode 100644 index 0000000000000000000000000000000000000000..94af32e2a28b1abe95e8b777fd282eac378eae9c --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient03185__study1_negative__image2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:203a3bb9def4678c7f0ab23e884ab3cd090ba9ba0076273a7591607729824aa0 +size 2778 diff --git a/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient03194__study1_negative__image2.png b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient03194__study1_negative__image2.png new file mode 100644 index 0000000000000000000000000000000000000000..bc9c7519ba4f5d5ecf8419b25be0b1d83506fdb4 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient03194__study1_negative__image2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24964237fa86f0a52225537b992e676347772f0560517d3ad2654721d4246fe0 +size 2415 diff --git a/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient03207__study1_negative__image2.png b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient03207__study1_negative__image2.png new file mode 100644 index 0000000000000000000000000000000000000000..ab813784eb543c2a805b665001a504f996cb5655 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient03207__study1_negative__image2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36c5fb0e526474ccc24903054dc189d25c73b986fa891897b5dab33eb8d716e4 +size 2530 diff --git a/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient03214__study1_negative__image1.png b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient03214__study1_negative__image1.png new file mode 100644 index 0000000000000000000000000000000000000000..a9a2a4060f555a643ae0ca585b335fed8ca32263 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/train__XR_HUMERUS__patient03214__study1_negative__image1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4669a01fcfca71b2782f90a92e2b883f1670c1acd413290ea0dac9925fe2d2a +size 2659 diff --git a/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/valid__XR_HUMERUS__patient11289__study1_negative__image2.png b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/valid__XR_HUMERUS__patient11289__study1_negative__image2.png new file mode 100644 index 0000000000000000000000000000000000000000..50b4acd7ff903f38f2eb861d26a6ee3df5ab3de1 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/valid__XR_HUMERUS__patient11289__study1_negative__image2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c0287808119bdc79d9a4f717cf09446f977e270e9ba2f5aa3af0ed154034765 +size 2950 diff --git a/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/valid__XR_HUMERUS__patient11556__study1_positive__image2.png b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/valid__XR_HUMERUS__patient11556__study1_positive__image2.png new file mode 100644 index 0000000000000000000000000000000000000000..ae064f939b6c32922715e8e06bd5192bdf9e36c4 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/valid__XR_HUMERUS__patient11556__study1_positive__image2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80d8dbd4b47264e78199f518a07a210a659be3aaef8aacbec44f3b01215953c1 +size 2318 diff --git a/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/valid__XR_HUMERUS__patient11626__study1_positive__image2.png b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/valid__XR_HUMERUS__patient11626__study1_positive__image2.png new file mode 100644 index 0000000000000000000000000000000000000000..21dc2dc079f7ae03b7516c510e91ca950cc8648c --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/valid__XR_HUMERUS__patient11626__study1_positive__image2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c841282bbcdb8f9d0d51e375315d0c787e37bbe206f0df7223c7b2eb36f915b +size 1948 diff --git a/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/valid__XR_HUMERUS__patient11642__study1_positive__image2.png b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/valid__XR_HUMERUS__patient11642__study1_positive__image2.png new file mode 100644 index 0000000000000000000000000000000000000000..0c50dd38d7ea77fd5ad0bfaedc9d00cbb279082f --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/valid__XR_HUMERUS__patient11642__study1_positive__image2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0589ec7833f2dd0dbe071bb00e6395b0a8391174cdef397db7286287614f59e +size 2112 diff --git a/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/valid__XR_HUMERUS__patient11650__study1_positive__image3.png b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/valid__XR_HUMERUS__patient11650__study1_positive__image3.png new file mode 100644 index 0000000000000000000000000000000000000000..d7a86f33f44c85490ece80e0d482debb0e900ea2 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/valid__XR_HUMERUS__patient11650__study1_positive__image3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a873492e36732e846390121aed78fcdf2c5b997b812934aacffee218de4e3c3 +size 2503 diff --git a/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/valid__XR_HUMERUS__patient11670__study1_negative__image1.png b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/valid__XR_HUMERUS__patient11670__study1_negative__image1.png new file mode 100644 index 0000000000000000000000000000000000000000..3c68914f0c99789c797ed34ef909082d3026b5b8 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/valid__XR_HUMERUS__patient11670__study1_negative__image1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:365c8862762432903a7e6b8cead531f94a49b05f061baba38e8fcf8ad6c376b7 +size 2167 diff --git a/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/valid__XR_HUMERUS__patient11671__study1_negative__image2.png b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/valid__XR_HUMERUS__patient11671__study1_negative__image2.png new file mode 100644 index 0000000000000000000000000000000000000000..4abdac991aa1298f7d42a19d7fb5aa15f3911143 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/valid__XR_HUMERUS__patient11671__study1_negative__image2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d031717798ff4418dc03e2e4c5e7b82b9db488af3ed9668acd7d454a6fb0956 +size 2458 diff --git a/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/valid__XR_HUMERUS__patient11701__study1_negative__image1.png b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/valid__XR_HUMERUS__patient11701__study1_negative__image1.png new file mode 100644 index 0000000000000000000000000000000000000000..f887c44df385372ccb032104d5274e64d89fc6f9 --- /dev/null +++ b/mura_forearm_humerus_annotations/MURA_HUMERUS/masks/valid__XR_HUMERUS__patient11701__study1_negative__image1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6ad6c31a0a3c21bdef566e07d022c4a20f62442de8287bd760efa302da9c6dd +size 2766 diff --git a/mura_forearm_humerus_annotations/README.md b/mura_forearm_humerus_annotations/README.md new file mode 100644 index 0000000000000000000000000000000000000000..777cead13a1dfd351622f0d07f8c52c31bd7762e --- /dev/null +++ b/mura_forearm_humerus_annotations/README.md @@ -0,0 +1,38 @@ +# FleXray manual annotations for MURA forearm and humerus radiographs + +Bone segmentation masks for 100 radiographs from the MURA dataset +(Rajpurkar et al., 2017; https://stanfordmlgroup.github.io/competitions/mura/), one image +per patient, annotated manually with polygon tools in CVAT for the FleXray paper. + +- `MURA_FOREARM`: 50 radiographs +- `MURA_HUMERUS`: 50 radiographs + +The MURA images are **not** included: the MURA Research Use Agreement does not permit +redistribution. Download MURA yourself and join the masks with the manifest below. + +## Files + +- `manifest.csv`: one row per annotated image. `mura_relative_path` is the image path + relative to the MURA download (starting with `MURA-v1.1/`); `mask_path` is the matching + mask; `flexray_split` is the train/val/test assignment used in the paper. +- `/masks/*.png`: 8-bit indexed PNG at the native MURA image resolution. +- `labels.json`: mask value to structure name (0: background, 1: humeri, 2: radii, 3: ulnae). +- `mura_to_fxr_manifest.py`: builds an `fxr-dataset` package manifest from your MURA copy. + +## Build a FleXray training package + +```bash +pip install flexray +python mura_to_fxr_manifest.py --mura-root /path/containing/MURA-v1.1 \ + --annotations . --dataset MURA_FOREARM --output-dir /data/mura_forearm_pkg +fxr-dataset pack /data/mura_forearm_pkg/dataset.yml /data/flexray/MURA_FOREARM +``` + +The join script reproduces the preprocessing used to train FleXray: per-image min-max +normalization, zero padding to a square, and resizing to 256 x 256 (area averaging for +images, nearest for masks). + +## License + +The annotations are released under CC BY 4.0. The MURA images remain subject to the +Stanford MURA Research Use Agreement. diff --git a/mura_forearm_humerus_annotations/labels.json b/mura_forearm_humerus_annotations/labels.json new file mode 100644 index 0000000000000000000000000000000000000000..ff7111bdfcd5570521780646013c96a0db090fc3 --- /dev/null +++ b/mura_forearm_humerus_annotations/labels.json @@ -0,0 +1,6 @@ +{ + "0": "background", + "1": "humeri", + "2": "radii", + "3": "ulnae" +} diff --git a/mura_forearm_humerus_annotations/manifest.csv b/mura_forearm_humerus_annotations/manifest.csv new file mode 100644 index 0000000000000000000000000000000000000000..342c7b8a8b589ccf619038e96b9f5a3275543e54 --- /dev/null +++ b/mura_forearm_humerus_annotations/manifest.csv @@ -0,0 +1,101 @@ +dataset_name,body_part,mura_relative_path,patient_id,study,mura_split,study_label,flexray_split,mask_path,height,width +MURA_FOREARM,XR_FOREARM,MURA-v1.1/valid/XR_FOREARM/patient11399/study2_negative/image2.png,patient11399,study2,valid,negative,test,MURA_FOREARM/masks/valid__XR_FOREARM__patient11399__study2_negative__image2.png,512,510 +MURA_FOREARM,XR_FOREARM,MURA-v1.1/train/XR_FOREARM/patient08159/study1_negative/image2.png,patient08159,study1,train,negative,test,MURA_FOREARM/masks/train__XR_FOREARM__patient08159__study1_negative__image2.png,421,512 +MURA_FOREARM,XR_FOREARM,MURA-v1.1/train/XR_FOREARM/patient09424/study1_negative/image1.png,patient09424,study1,train,negative,train,MURA_FOREARM/masks/train__XR_FOREARM__patient09424__study1_negative__image1.png,512,148 +MURA_FOREARM,XR_FOREARM,MURA-v1.1/train/XR_FOREARM/patient09090/study1_positive/image1.png,patient09090,study1,train,positive,train,MURA_FOREARM/masks/train__XR_FOREARM__patient09090__study1_positive__image1.png,266,512 +MURA_FOREARM,XR_FOREARM,MURA-v1.1/train/XR_FOREARM/patient09451/study1_negative/image1.png,patient09451,study1,train,negative,test,MURA_FOREARM/masks/train__XR_FOREARM__patient09451__study1_negative__image1.png,512,406 +MURA_FOREARM,XR_FOREARM,MURA-v1.1/train/XR_FOREARM/patient01401/study1_negative/image1.png,patient01401,study1,train,negative,train,MURA_FOREARM/masks/train__XR_FOREARM__patient01401__study1_negative__image1.png,420,512 +MURA_FOREARM,XR_FOREARM,MURA-v1.1/train/XR_FOREARM/patient09637/study1_negative/image1.png,patient09637,study1,train,negative,val,MURA_FOREARM/masks/train__XR_FOREARM__patient09637__study1_negative__image1.png,512,233 +MURA_FOREARM,XR_FOREARM,MURA-v1.1/valid/XR_FOREARM/patient11481/study1_negative/image2.png,patient11481,study1,valid,negative,val,MURA_FOREARM/masks/valid__XR_FOREARM__patient11481__study1_negative__image2.png,512,379 +MURA_FOREARM,XR_FOREARM,MURA-v1.1/train/XR_FOREARM/patient05464/study1_positive/image1.png,patient05464,study1,train,positive,train,MURA_FOREARM/masks/train__XR_FOREARM__patient05464__study1_positive__image1.png,512,214 +MURA_FOREARM,XR_FOREARM,MURA-v1.1/train/XR_FOREARM/patient09168/study1_positive/image2.png,patient09168,study1,train,positive,train,MURA_FOREARM/masks/train__XR_FOREARM__patient09168__study1_positive__image2.png,512,420 +MURA_FOREARM,XR_FOREARM,MURA-v1.1/train/XR_FOREARM/patient09635/study1_negative/image1.png,patient09635,study1,train,negative,train,MURA_FOREARM/masks/train__XR_FOREARM__patient09635__study1_negative__image1.png,512,420 +MURA_FOREARM,XR_FOREARM,MURA-v1.1/train/XR_FOREARM/patient09713/study1_negative/image3.png,patient09713,study1,train,negative,train,MURA_FOREARM/masks/train__XR_FOREARM__patient09713__study1_negative__image3.png,408,512 +MURA_FOREARM,XR_FOREARM,MURA-v1.1/train/XR_FOREARM/patient09353/study1_negative/image1.png,patient09353,study1,train,negative,train,MURA_FOREARM/masks/train__XR_FOREARM__patient09353__study1_negative__image1.png,420,512 +MURA_FOREARM,XR_FOREARM,MURA-v1.1/valid/XR_FOREARM/patient11457/study1_negative/image2.png,patient11457,study1,valid,negative,val,MURA_FOREARM/masks/valid__XR_FOREARM__patient11457__study1_negative__image2.png,512,420 +MURA_FOREARM,XR_FOREARM,MURA-v1.1/train/XR_FOREARM/patient09123/study1_positive/image1.png,patient09123,study1,train,positive,train,MURA_FOREARM/masks/train__XR_FOREARM__patient09123__study1_positive__image1.png,160,512 +MURA_FOREARM,XR_FOREARM,MURA-v1.1/valid/XR_FOREARM/patient11401/study1_positive/image1.png,patient11401,study1,valid,positive,train,MURA_FOREARM/masks/valid__XR_FOREARM__patient11401__study1_positive__image1.png,308,512 +MURA_FOREARM,XR_FOREARM,MURA-v1.1/train/XR_FOREARM/patient09547/study1_negative/image2.png,patient09547,study1,train,negative,train,MURA_FOREARM/masks/train__XR_FOREARM__patient09547__study1_negative__image2.png,512,420 +MURA_FOREARM,XR_FOREARM,MURA-v1.1/train/XR_FOREARM/patient08669/study1_negative/image2.png,patient08669,study1,train,negative,train,MURA_FOREARM/masks/train__XR_FOREARM__patient08669__study1_negative__image2.png,172,512 +MURA_FOREARM,XR_FOREARM,MURA-v1.1/train/XR_FOREARM/patient09440/study1_negative/image2.png,patient09440,study1,train,negative,train,MURA_FOREARM/masks/train__XR_FOREARM__patient09440__study1_negative__image2.png,317,512 +MURA_FOREARM,XR_FOREARM,MURA-v1.1/train/XR_FOREARM/patient09121/study1_positive/image2.png,patient09121,study1,train,positive,val,MURA_FOREARM/masks/train__XR_FOREARM__patient09121__study1_positive__image2.png,512,210 +MURA_FOREARM,XR_FOREARM,MURA-v1.1/train/XR_FOREARM/patient05730/study1_positive/image1.png,patient05730,study1,train,positive,train,MURA_FOREARM/masks/train__XR_FOREARM__patient05730__study1_positive__image1.png,512,254 +MURA_FOREARM,XR_FOREARM,MURA-v1.1/train/XR_FOREARM/patient04363/study1_positive/image1.png,patient04363,study1,train,positive,val,MURA_FOREARM/masks/train__XR_FOREARM__patient04363__study1_positive__image1.png,419,512 +MURA_FOREARM,XR_FOREARM,MURA-v1.1/train/XR_FOREARM/patient04196/study1_positive/image2.png,patient04196,study1,train,positive,train,MURA_FOREARM/masks/train__XR_FOREARM__patient04196__study1_positive__image2.png,512,420 +MURA_FOREARM,XR_FOREARM,MURA-v1.1/train/XR_FOREARM/patient04474/study1_negative/image1.png,patient04474,study1,train,negative,train,MURA_FOREARM/masks/train__XR_FOREARM__patient04474__study1_negative__image1.png,512,406 +MURA_FOREARM,XR_FOREARM,MURA-v1.1/train/XR_FOREARM/patient09460/study1_negative/image1.png,patient09460,study1,train,negative,test,MURA_FOREARM/masks/train__XR_FOREARM__patient09460__study1_negative__image1.png,271,512 +MURA_FOREARM,XR_FOREARM,MURA-v1.1/train/XR_FOREARM/patient07098/study1_positive/image2.png,patient07098,study1,train,positive,train,MURA_FOREARM/masks/train__XR_FOREARM__patient07098__study1_positive__image2.png,512,424 +MURA_FOREARM,XR_FOREARM,MURA-v1.1/train/XR_FOREARM/patient02335/study1_negative/image2.png,patient02335,study1,train,negative,train,MURA_FOREARM/masks/train__XR_FOREARM__patient02335__study1_negative__image2.png,512,420 +MURA_FOREARM,XR_FOREARM,MURA-v1.1/train/XR_FOREARM/patient09178/study1_positive/image2.png,patient09178,study1,train,positive,train,MURA_FOREARM/masks/train__XR_FOREARM__patient09178__study1_positive__image2.png,512,420 +MURA_FOREARM,XR_FOREARM,MURA-v1.1/train/XR_FOREARM/patient09442/study1_negative/image1.png,patient09442,study1,train,negative,train,MURA_FOREARM/masks/train__XR_FOREARM__patient09442__study1_negative__image1.png,512,421 +MURA_FOREARM,XR_FOREARM,MURA-v1.1/train/XR_FOREARM/patient09246/study1_positive/image4.png,patient09246,study1,train,positive,val,MURA_FOREARM/masks/train__XR_FOREARM__patient09246__study1_positive__image4.png,512,198 +MURA_FOREARM,XR_FOREARM,MURA-v1.1/train/XR_FOREARM/patient04136/study1_positive/image5.png,patient04136,study1,train,positive,train,MURA_FOREARM/masks/train__XR_FOREARM__patient04136__study1_positive__image5.png,512,512 +MURA_FOREARM,XR_FOREARM,MURA-v1.1/train/XR_FOREARM/patient09343/study1_negative/image1.png,patient09343,study1,train,negative,train,MURA_FOREARM/masks/train__XR_FOREARM__patient09343__study1_negative__image1.png,512,420 +MURA_FOREARM,XR_FOREARM,MURA-v1.1/train/XR_FOREARM/patient09694/study1_negative/image1.png,patient09694,study1,train,negative,val,MURA_FOREARM/masks/train__XR_FOREARM__patient09694__study1_negative__image1.png,512,512 +MURA_FOREARM,XR_FOREARM,MURA-v1.1/train/XR_FOREARM/patient09323/study1_negative/image1.png,patient09323,study1,train,negative,train,MURA_FOREARM/masks/train__XR_FOREARM__patient09323__study1_negative__image1.png,512,420 +MURA_FOREARM,XR_FOREARM,MURA-v1.1/train/XR_FOREARM/patient09612/study1_negative/image2.png,patient09612,study1,train,negative,test,MURA_FOREARM/masks/train__XR_FOREARM__patient09612__study1_negative__image2.png,512,406 +MURA_FOREARM,XR_FOREARM,MURA-v1.1/train/XR_FOREARM/patient09351/study1_negative/image2.png,patient09351,study1,train,negative,train,MURA_FOREARM/masks/train__XR_FOREARM__patient09351__study1_negative__image2.png,420,512 +MURA_FOREARM,XR_FOREARM,MURA-v1.1/train/XR_FOREARM/patient09299/study1_negative/image2.png,patient09299,study1,train,negative,train,MURA_FOREARM/masks/train__XR_FOREARM__patient09299__study1_negative__image2.png,512,248 +MURA_FOREARM,XR_FOREARM,MURA-v1.1/train/XR_FOREARM/patient09403/study1_negative/image3.png,patient09403,study1,train,negative,train,MURA_FOREARM/masks/train__XR_FOREARM__patient09403__study1_negative__image3.png,512,424 +MURA_FOREARM,XR_FOREARM,MURA-v1.1/train/XR_FOREARM/patient09218/study1_positive/image2.png,patient09218,study1,train,positive,train,MURA_FOREARM/masks/train__XR_FOREARM__patient09218__study1_positive__image2.png,192,512 +MURA_FOREARM,XR_FOREARM,MURA-v1.1/train/XR_FOREARM/patient09307/study1_negative/image2.png,patient09307,study1,train,negative,train,MURA_FOREARM/masks/train__XR_FOREARM__patient09307__study1_negative__image2.png,512,461 +MURA_FOREARM,XR_FOREARM,MURA-v1.1/train/XR_FOREARM/patient09364/study1_negative/image1.png,patient09364,study1,train,negative,test,MURA_FOREARM/masks/train__XR_FOREARM__patient09364__study1_negative__image1.png,512,420 +MURA_FOREARM,XR_FOREARM,MURA-v1.1/train/XR_FOREARM/patient09306/study1_negative/image2.png,patient09306,study1,train,negative,train,MURA_FOREARM/masks/train__XR_FOREARM__patient09306__study1_negative__image2.png,420,512 +MURA_FOREARM,XR_FOREARM,MURA-v1.1/train/XR_FOREARM/patient09311/study1_negative/image2.png,patient09311,study1,train,negative,train,MURA_FOREARM/masks/train__XR_FOREARM__patient09311__study1_negative__image2.png,420,512 +MURA_FOREARM,XR_FOREARM,MURA-v1.1/train/XR_FOREARM/patient08172/study1_negative/image2.png,patient08172,study1,train,negative,val,MURA_FOREARM/masks/train__XR_FOREARM__patient08172__study1_negative__image2.png,512,420 +MURA_FOREARM,XR_FOREARM,MURA-v1.1/train/XR_FOREARM/patient09231/study1_positive/image2.png,patient09231,study1,train,positive,train,MURA_FOREARM/masks/train__XR_FOREARM__patient09231__study1_positive__image2.png,512,421 +MURA_FOREARM,XR_FOREARM,MURA-v1.1/train/XR_FOREARM/patient06271/study1_positive/image3.png,patient06271,study1,train,positive,train,MURA_FOREARM/masks/train__XR_FOREARM__patient06271__study1_positive__image3.png,512,189 +MURA_FOREARM,XR_FOREARM,MURA-v1.1/train/XR_FOREARM/patient09721/study1_negative/image1.png,patient09721,study1,train,negative,train,MURA_FOREARM/masks/train__XR_FOREARM__patient09721__study1_negative__image1.png,512,421 +MURA_FOREARM,XR_FOREARM,MURA-v1.1/train/XR_FOREARM/patient09572/study1_negative/image1.png,patient09572,study1,train,negative,test,MURA_FOREARM/masks/train__XR_FOREARM__patient09572__study1_negative__image1.png,406,512 +MURA_FOREARM,XR_FOREARM,MURA-v1.1/train/XR_FOREARM/patient09177/study1_positive/image2.png,patient09177,study1,train,positive,train,MURA_FOREARM/masks/train__XR_FOREARM__patient09177__study1_positive__image2.png,420,512 +MURA_FOREARM,XR_FOREARM,MURA-v1.1/train/XR_FOREARM/patient09668/study1_negative/image2.png,patient09668,study1,train,negative,train,MURA_FOREARM/masks/train__XR_FOREARM__patient09668__study1_negative__image2.png,512,420 +MURA_HUMERUS,XR_HUMERUS,MURA-v1.1/train/XR_HUMERUS/patient00077/study1_negative/image1.png,patient00077,study1,train,negative,test,MURA_HUMERUS/masks/train__XR_HUMERUS__patient00077__study1_negative__image1.png,406,512 +MURA_HUMERUS,XR_HUMERUS,MURA-v1.1/valid/XR_HUMERUS/patient11671/study1_negative/image2.png,patient11671,study1,valid,negative,test,MURA_HUMERUS/masks/valid__XR_HUMERUS__patient11671__study1_negative__image2.png,512,512 +MURA_HUMERUS,XR_HUMERUS,MURA-v1.1/valid/XR_HUMERUS/patient11670/study1_negative/image1.png,patient11670,study1,valid,negative,train,MURA_HUMERUS/masks/valid__XR_HUMERUS__patient11670__study1_negative__image1.png,512,420 +MURA_HUMERUS,XR_HUMERUS,MURA-v1.1/train/XR_HUMERUS/patient03214/study1_negative/image1.png,patient03214,study1,train,negative,train,MURA_HUMERUS/masks/train__XR_HUMERUS__patient03214__study1_negative__image1.png,512,420 +MURA_HUMERUS,XR_HUMERUS,MURA-v1.1/train/XR_HUMERUS/patient02720/study1_positive/image4.png,patient02720,study1,train,positive,test,MURA_HUMERUS/masks/train__XR_HUMERUS__patient02720__study1_positive__image4.png,512,486 +MURA_HUMERUS,XR_HUMERUS,MURA-v1.1/train/XR_HUMERUS/patient03056/study1_negative/image2.png,patient03056,study1,train,negative,train,MURA_HUMERUS/masks/train__XR_HUMERUS__patient03056__study1_negative__image2.png,512,420 +MURA_HUMERUS,XR_HUMERUS,MURA-v1.1/train/XR_HUMERUS/patient02712/study1_positive/image2.png,patient02712,study1,train,positive,val,MURA_HUMERUS/masks/train__XR_HUMERUS__patient02712__study1_positive__image2.png,512,402 +MURA_HUMERUS,XR_HUMERUS,MURA-v1.1/train/XR_HUMERUS/patient03089/study1_negative/image1.png,patient03089,study1,train,negative,val,MURA_HUMERUS/masks/train__XR_HUMERUS__patient03089__study1_negative__image1.png,512,421 +MURA_HUMERUS,XR_HUMERUS,MURA-v1.1/train/XR_HUMERUS/patient03121/study1_negative/image2.png,patient03121,study1,train,negative,train,MURA_HUMERUS/masks/train__XR_HUMERUS__patient03121__study1_negative__image2.png,512,420 +MURA_HUMERUS,XR_HUMERUS,MURA-v1.1/train/XR_HUMERUS/patient02988/study1_negative/image1.png,patient02988,study1,train,negative,train,MURA_HUMERUS/masks/train__XR_HUMERUS__patient02988__study1_negative__image1.png,512,420 +MURA_HUMERUS,XR_HUMERUS,MURA-v1.1/train/XR_HUMERUS/patient02426/study1_positive/image1.png,patient02426,study1,train,positive,train,MURA_HUMERUS/masks/train__XR_HUMERUS__patient02426__study1_positive__image1.png,512,420 +MURA_HUMERUS,XR_HUMERUS,MURA-v1.1/train/XR_HUMERUS/patient03020/study1_negative/image2.png,patient03020,study1,train,negative,train,MURA_HUMERUS/masks/train__XR_HUMERUS__patient03020__study1_negative__image2.png,512,420 +MURA_HUMERUS,XR_HUMERUS,MURA-v1.1/train/XR_HUMERUS/patient03061/study1_negative/image1.png,patient03061,study1,train,negative,train,MURA_HUMERUS/masks/train__XR_HUMERUS__patient03061__study1_negative__image1.png,512,420 +MURA_HUMERUS,XR_HUMERUS,MURA-v1.1/train/XR_HUMERUS/patient01464/study1_positive/image2.png,patient01464,study1,train,positive,val,MURA_HUMERUS/masks/train__XR_HUMERUS__patient01464__study1_positive__image2.png,512,443 +MURA_HUMERUS,XR_HUMERUS,MURA-v1.1/train/XR_HUMERUS/patient03037/study1_negative/image1.png,patient03037,study1,train,negative,train,MURA_HUMERUS/masks/train__XR_HUMERUS__patient03037__study1_negative__image1.png,512,512 +MURA_HUMERUS,XR_HUMERUS,MURA-v1.1/train/XR_HUMERUS/patient02899/study1_positive/image1.png,patient02899,study1,train,positive,train,MURA_HUMERUS/masks/train__XR_HUMERUS__patient02899__study1_positive__image1.png,510,512 +MURA_HUMERUS,XR_HUMERUS,MURA-v1.1/valid/XR_HUMERUS/patient11626/study1_positive/image2.png,patient11626,study1,valid,positive,train,MURA_HUMERUS/masks/valid__XR_HUMERUS__patient11626__study1_positive__image2.png,512,437 +MURA_HUMERUS,XR_HUMERUS,MURA-v1.1/train/XR_HUMERUS/patient03207/study1_negative/image2.png,patient03207,study1,train,negative,train,MURA_HUMERUS/masks/train__XR_HUMERUS__patient03207__study1_negative__image2.png,512,421 +MURA_HUMERUS,XR_HUMERUS,MURA-v1.1/train/XR_HUMERUS/patient02966/study1_negative/image1.png,patient02966,study1,train,negative,train,MURA_HUMERUS/masks/train__XR_HUMERUS__patient02966__study1_negative__image1.png,420,512 +MURA_HUMERUS,XR_HUMERUS,MURA-v1.1/train/XR_HUMERUS/patient03173/study1_negative/image2.png,patient03173,study1,train,negative,val,MURA_HUMERUS/masks/train__XR_HUMERUS__patient03173__study1_negative__image2.png,512,421 +MURA_HUMERUS,XR_HUMERUS,MURA-v1.1/train/XR_HUMERUS/patient03116/study1_negative/image4.png,patient03116,study1,train,negative,train,MURA_HUMERUS/masks/train__XR_HUMERUS__patient03116__study1_negative__image4.png,510,512 +MURA_HUMERUS,XR_HUMERUS,MURA-v1.1/train/XR_HUMERUS/patient02991/study1_negative/image1.png,patient02991,study1,train,negative,val,MURA_HUMERUS/masks/train__XR_HUMERUS__patient02991__study1_negative__image1.png,512,479 +MURA_HUMERUS,XR_HUMERUS,MURA-v1.1/valid/XR_HUMERUS/patient11650/study1_positive/image3.png,patient11650,study1,valid,positive,train,MURA_HUMERUS/masks/valid__XR_HUMERUS__patient11650__study1_positive__image3.png,512,502 +MURA_HUMERUS,XR_HUMERUS,MURA-v1.1/train/XR_HUMERUS/patient02812/study1_positive/image2.png,patient02812,study1,train,positive,train,MURA_HUMERUS/masks/train__XR_HUMERUS__patient02812__study1_positive__image2.png,512,420 +MURA_HUMERUS,XR_HUMERUS,MURA-v1.1/train/XR_HUMERUS/patient02419/study1_positive/image2.png,patient02419,study1,train,positive,test,MURA_HUMERUS/masks/train__XR_HUMERUS__patient02419__study1_positive__image2.png,420,512 +MURA_HUMERUS,XR_HUMERUS,MURA-v1.1/train/XR_HUMERUS/patient02863/study1_positive/image2.png,patient02863,study1,train,positive,train,MURA_HUMERUS/masks/train__XR_HUMERUS__patient02863__study1_positive__image2.png,512,420 +MURA_HUMERUS,XR_HUMERUS,MURA-v1.1/train/XR_HUMERUS/patient02778/study1_positive/image1.png,patient02778,study1,train,positive,train,MURA_HUMERUS/masks/train__XR_HUMERUS__patient02778__study1_positive__image1.png,512,371 +MURA_HUMERUS,XR_HUMERUS,MURA-v1.1/train/XR_HUMERUS/patient02840/study1_positive/image1.png,patient02840,study1,train,positive,train,MURA_HUMERUS/masks/train__XR_HUMERUS__patient02840__study1_positive__image1.png,512,420 +MURA_HUMERUS,XR_HUMERUS,MURA-v1.1/valid/XR_HUMERUS/patient11642/study1_positive/image2.png,patient11642,study1,valid,positive,train,MURA_HUMERUS/masks/valid__XR_HUMERUS__patient11642__study1_positive__image2.png,289,512 +MURA_HUMERUS,XR_HUMERUS,MURA-v1.1/train/XR_HUMERUS/patient02908/study1_positive/image2.png,patient02908,study1,train,positive,val,MURA_HUMERUS/masks/train__XR_HUMERUS__patient02908__study1_positive__image2.png,512,445 +MURA_HUMERUS,XR_HUMERUS,MURA-v1.1/valid/XR_HUMERUS/patient11289/study1_negative/image2.png,patient11289,study1,valid,negative,train,MURA_HUMERUS/masks/valid__XR_HUMERUS__patient11289__study1_negative__image2.png,512,512 +MURA_HUMERUS,XR_HUMERUS,MURA-v1.1/train/XR_HUMERUS/patient02987/study1_negative/image1.png,patient02987,study1,train,negative,train,MURA_HUMERUS/masks/train__XR_HUMERUS__patient02987__study1_negative__image1.png,512,420 +MURA_HUMERUS,XR_HUMERUS,MURA-v1.1/train/XR_HUMERUS/patient02983/study1_negative/image2.png,patient02983,study1,train,negative,val,MURA_HUMERUS/masks/train__XR_HUMERUS__patient02983__study1_negative__image2.png,512,421 +MURA_HUMERUS,XR_HUMERUS,MURA-v1.1/train/XR_HUMERUS/patient02775/study1_positive/image2.png,patient02775,study1,train,positive,train,MURA_HUMERUS/masks/train__XR_HUMERUS__patient02775__study1_positive__image2.png,512,420 +MURA_HUMERUS,XR_HUMERUS,MURA-v1.1/train/XR_HUMERUS/patient00672/study1_negative/image1.png,patient00672,study1,train,negative,test,MURA_HUMERUS/masks/train__XR_HUMERUS__patient00672__study1_negative__image1.png,512,420 +MURA_HUMERUS,XR_HUMERUS,MURA-v1.1/train/XR_HUMERUS/patient02862/study1_positive/image2.png,patient02862,study1,train,positive,train,MURA_HUMERUS/masks/train__XR_HUMERUS__patient02862__study1_positive__image2.png,512,512 +MURA_HUMERUS,XR_HUMERUS,MURA-v1.1/train/XR_HUMERUS/patient02925/study1_positive/image1.png,patient02925,study1,train,positive,train,MURA_HUMERUS/masks/train__XR_HUMERUS__patient02925__study1_positive__image1.png,512,174 +MURA_HUMERUS,XR_HUMERUS,MURA-v1.1/train/XR_HUMERUS/patient02509/study1_positive/image1.png,patient02509,study1,train,positive,train,MURA_HUMERUS/masks/train__XR_HUMERUS__patient02509__study1_positive__image1.png,512,385 +MURA_HUMERUS,XR_HUMERUS,MURA-v1.1/train/XR_HUMERUS/patient02859/study1_positive/image2.png,patient02859,study1,train,positive,train,MURA_HUMERUS/masks/train__XR_HUMERUS__patient02859__study1_positive__image2.png,512,235 +MURA_HUMERUS,XR_HUMERUS,MURA-v1.1/train/XR_HUMERUS/patient03185/study1_negative/image2.png,patient03185,study1,train,negative,train,MURA_HUMERUS/masks/train__XR_HUMERUS__patient03185__study1_negative__image2.png,512,420 +MURA_HUMERUS,XR_HUMERUS,MURA-v1.1/train/XR_HUMERUS/patient03100/study1_negative/image1.png,patient03100,study1,train,negative,test,MURA_HUMERUS/masks/train__XR_HUMERUS__patient03100__study1_negative__image1.png,443,512 +MURA_HUMERUS,XR_HUMERUS,MURA-v1.1/train/XR_HUMERUS/patient02743/study2_positive/image2.png,patient02743,study2,train,positive,train,MURA_HUMERUS/masks/train__XR_HUMERUS__patient02743__study2_positive__image2.png,512,400 +MURA_HUMERUS,XR_HUMERUS,MURA-v1.1/train/XR_HUMERUS/patient02861/study1_positive/image1.png,patient02861,study1,train,positive,train,MURA_HUMERUS/masks/train__XR_HUMERUS__patient02861__study1_positive__image1.png,512,420 +MURA_HUMERUS,XR_HUMERUS,MURA-v1.1/valid/XR_HUMERUS/patient11556/study1_positive/image2.png,patient11556,study1,valid,positive,val,MURA_HUMERUS/masks/valid__XR_HUMERUS__patient11556__study1_positive__image2.png,420,512 +MURA_HUMERUS,XR_HUMERUS,MURA-v1.1/train/XR_HUMERUS/patient03144/study1_negative/image2.png,patient03144,study1,train,negative,train,MURA_HUMERUS/masks/train__XR_HUMERUS__patient03144__study1_negative__image2.png,512,420 +MURA_HUMERUS,XR_HUMERUS,MURA-v1.1/train/XR_HUMERUS/patient03174/study1_negative/image2.png,patient03174,study1,train,negative,train,MURA_HUMERUS/masks/train__XR_HUMERUS__patient03174__study1_negative__image2.png,512,420 +MURA_HUMERUS,XR_HUMERUS,MURA-v1.1/train/XR_HUMERUS/patient03194/study1_negative/image2.png,patient03194,study1,train,negative,train,MURA_HUMERUS/masks/train__XR_HUMERUS__patient03194__study1_negative__image2.png,512,420 +MURA_HUMERUS,XR_HUMERUS,MURA-v1.1/valid/XR_HUMERUS/patient11701/study1_negative/image1.png,patient11701,study1,valid,negative,test,MURA_HUMERUS/masks/valid__XR_HUMERUS__patient11701__study1_negative__image1.png,512,403 +MURA_HUMERUS,XR_HUMERUS,MURA-v1.1/train/XR_HUMERUS/patient02903/study1_positive/image1.png,patient02903,study1,train,positive,train,MURA_HUMERUS/masks/train__XR_HUMERUS__patient02903__study1_positive__image1.png,420,512 +MURA_HUMERUS,XR_HUMERUS,MURA-v1.1/train/XR_HUMERUS/patient02998/study1_negative/image1.png,patient02998,study1,train,negative,train,MURA_HUMERUS/masks/train__XR_HUMERUS__patient02998__study1_negative__image1.png,512,420 diff --git a/mura_forearm_humerus_annotations/mura_to_fxr_manifest.py b/mura_forearm_humerus_annotations/mura_to_fxr_manifest.py new file mode 100644 index 0000000000000000000000000000000000000000..ef6aec5bcafb44aa5b4dec4e0f5db4e9893fe5f3 --- /dev/null +++ b/mura_forearm_humerus_annotations/mura_to_fxr_manifest.py @@ -0,0 +1,165 @@ +#!/usr/bin/env python +"""Join the FleXray MURA masks with a local MURA download into an ``fxr-dataset`` package. + +Standalone: needs only numpy and Pillow. Each radiograph goes through the exact +preprocessing used to build the FleXray training databases: per-image min-max +normalization to [0, 1], zero padding to a square (centered), and resizing to +``--size`` (area averaging for the image, nearest for the mask). Images are written as +16-bit PNGs and the script emits ``dataset.yml`` for ``fxr-dataset pack``. + +Example +------- +python mura_to_fxr_manifest.py --mura-root /data/mura --annotations . \ + --dataset MURA_FOREARM --output-dir /data/mura_forearm_pkg +fxr-dataset pack /data/mura_forearm_pkg/dataset.yml /data/flexray/MURA_FOREARM +""" + +from __future__ import annotations + +import argparse +import csv +import json +from pathlib import Path + +import numpy as np +from PIL import Image + +STORED_LABELS = {"0": "background", "1": "humeri", "2": "radii", "3": "ulnae"} +UINT16_MAX = 65535 + + +def pad_to_square(array: np.ndarray, fill: float = 0.0) -> np.ndarray: + height, width = array.shape + side = max(height, width) + before = ((side - height) // 2, (side - width) // 2) + after = (side - height - before[0], side - width - before[1]) + return np.pad(array, ((before[0], after[0]), (before[1], after[1])), constant_values=fill) + + +def normalize_min_max(image: np.ndarray) -> np.ndarray: + values = np.asarray(image, dtype=np.float32) + span = float(values.max() - values.min()) + if span < 1e-8: + return np.zeros_like(values) + return (values - values.min()) / span + + +def resize_area(image: np.ndarray, size: int) -> np.ndarray: + """Area-average a square float image; exact block means when the factor is integral.""" + side = image.shape[0] + if side % size == 0: + factor = side // size + return image.reshape(size, factor, size, factor).mean(axis=(1, 3)) + resized = Image.fromarray(image, mode="F").resize((size, size), Image.BOX) + return np.asarray(resized, dtype=np.float32) + + +def resize_nearest(mask: np.ndarray, size: int) -> np.ndarray: + """Nearest-neighbour resize with OpenCV's convention (source index = floor(i * scale)).""" + index = np.floor(np.arange(size) * (mask.shape[0] / size)).astype(int) + return mask[index][:, index] + + +def preprocess(image: np.ndarray, mask: np.ndarray, size: int) -> tuple[np.ndarray, np.ndarray]: + if image.shape != mask.shape: + raise ValueError(f"Image shape {image.shape} != mask shape {mask.shape}.") + square_image = resize_area(pad_to_square(normalize_min_max(image)), size) + square_mask = resize_nearest(pad_to_square(mask), size) + image_uint16 = np.round(np.clip(square_image, 0.0, 1.0) * UINT16_MAX).astype(np.uint16) + return image_uint16, np.asarray(square_mask, dtype=np.uint8) + + +def load_grayscale(path: Path) -> np.ndarray: + with Image.open(path) as image: + return np.asarray(image.convert("L"), dtype=np.uint8) + + +def read_rows(manifest: Path, dataset: str) -> list[dict[str, str]]: + with manifest.open(newline="") as handle: + rows = [row for row in csv.DictReader(handle) if row["dataset_name"] == dataset] + if not rows: + raise ValueError(f"No rows for dataset {dataset!r} in {manifest}.") + return rows + + +def build_package( + *, + mura_root: Path, + annotations: Path, + dataset: str, + output_dir: Path, + size: int, +) -> dict: + (output_dir / "images").mkdir(parents=True, exist_ok=True) + (output_dir / "labels").mkdir(parents=True, exist_ok=True) + samples = [] + for row in read_rows(annotations / "manifest.csv", dataset): + image_path = mura_root / row["mura_relative_path"] + if not image_path.is_file(): + raise FileNotFoundError(f"MURA image missing: {image_path}") + image, mask = preprocess( + load_grayscale(image_path), + load_grayscale(annotations / row["mask_path"]), + size, + ) + stem = Path(row["mask_path"]).stem + Image.fromarray(image).save(output_dir / "images" / f"{stem}.png") + Image.fromarray(mask).save(output_dir / "labels" / f"{stem}.png") + samples.append( + { + "sample_id": stem, + "subject_id": row["patient_id"], + "split": row["flexray_split"] or "train", + "image": f"images/{stem}.png", + "label": f"labels/{stem}.png", + "metadata": {"mura_relative_path": row["mura_relative_path"]}, + } + ) + manifest = { + "schema_version": 1, + "dataset_name": dataset, + "dataset_type": "xray-seg", + "stored_labels": STORED_LABELS, + "samples": samples, + } + (output_dir / "dataset.yml").write_text(json.dumps(manifest, indent=2) + "\n") + return manifest + + +def parse_args(argv: list[str] | None = None) -> argparse.Namespace: + parser = argparse.ArgumentParser(description=__doc__.split("\n\n")[0]) + parser.add_argument( + "--mura-root", + type=Path, + required=True, + help="Directory that contains the MURA-v1.1 folder.", + ) + parser.add_argument( + "--annotations", + type=Path, + default=Path("."), + help="Directory containing manifest.csv and the mask folders.", + ) + parser.add_argument("--dataset", choices=("MURA_FOREARM", "MURA_HUMERUS"), required=True) + parser.add_argument("--output-dir", type=Path, required=True) + parser.add_argument("--size", type=int, default=256) + return parser.parse_args(argv) + + +def main(argv: list[str] | None = None) -> int: + args = parse_args(argv) + manifest = build_package( + mura_root=args.mura_root, + annotations=args.annotations, + dataset=args.dataset, + output_dir=args.output_dir, + size=args.size, + ) + print( + f"{args.dataset}: {len(manifest['samples'])} samples -> {args.output_dir / 'dataset.yml'}" + ) + return 0 + + +if __name__ == "__main__": + raise SystemExit(main())